summaryrefslogtreecommitdiff
path: root/meap/meap-code/ch6/ch6-tracing-output
diff options
context:
space:
mode:
Diffstat (limited to 'meap/meap-code/ch6/ch6-tracing-output')
-rw-r--r--meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.pngbin0 -> 110328 bytes
-rw-r--r--meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot34
-rw-r--r--meap/meap-code/ch6/ch6-tracing-output/trace.tsv644480
3 files changed, 644514 insertions, 0 deletions
diff --git a/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png b/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png
new file mode 100644
index 0000000..f20fefb
--- /dev/null
+++ b/meap/meap-code/ch6/ch6-tracing-output/allocation-times-by-allocation-size.png
Binary files differ
diff --git a/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot b/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot
new file mode 100644
index 0000000..f9bca8e
--- /dev/null
+++ b/meap/meap-code/ch6/ch6-tracing-output/plot-allocation-times-by-allocation-size.plot
@@ -0,0 +1,34 @@
+
+
+
+# GENERAL
+set key off
+set rmargin 5
+set grid ytics noxtics nocbtics back
+set border 3 back lw 2 lc rgbcolor "#222222"
+
+# X AXIS
+set xlabel "Allocation size (bytes)"
+set logscale x 2
+set xtics nomirror out
+
+# Y AXIS
+set ylabel "Time taken for malloc() to return"
+set logscale y
+set yrange [0.00005 to 0.0005]
+set ytics ( \
+ "50 {/Symbol m}s" 0.00005, \
+ "75 {/Symbol m}s" 0.000075, \
+ "100 {/Symbol m}s" 0.0001, \
+ "250 {/Symbol m}s" 0.00025, \
+ "500 {/Symbol m}s" 0.0005, \
+)
+ #"750 {/Symbol m}s" 0.00075, \
+ "1000 {/Symbol m}s" 0.001, \
+ #"2500 {/Symbol m}s" 0.0025, \
+ "5000 {/Symbol m}s" 0.005 \
+# )
+set ytics nomirror out
+
+plot "allocs.tsv" with points pointtype 6 linecolor rgbcolor "#aafa2a2a"
+print "done" \ No newline at end of file
diff --git a/meap/meap-code/ch6/ch6-tracing-output/trace.tsv b/meap/meap-code/ch6/ch6-tracing-output/trace.tsv
new file mode 100644
index 0000000..ad5b658
--- /dev/null
+++ b/meap/meap-code/ch6/ch6-tracing-output/trace.tsv
@@ -0,0 +1,644480 @@
+libpthread.so.0 free 0x55717344f490 void 0.000103
+libpthread.so.0 realloc 0|32 0x55717344f920 0.000087
+libpthread.so.0 free 0x55717344f920 void 0.000086
+particles malloc 4 0x55717344f950 0.000090
+particles realloc 0x55717344f950|5 0x55717344f950 0.000082
+particles malloc 40 0x55717344f920 0.000079
+particles malloc 48 0x55717344f970 0.000085
+particles malloc 80 0x55717344f9b0 0.000076
+particles malloc 24 0x55717344fa40 0.000075
+particles malloc 24 0x55717344fa60 0.000078
+particles malloc 24 0x55717344fa80 0.000076
+particles malloc 4168 0x55717344fad0 0.000081
+particles malloc 96 0x557173450b20 0.000077
+particles malloc 32 0x557173450b90 0.000077
+particles malloc 96 0x557173450bc0 0.000074
+particles malloc 96 0x557173450c30 0.000074
+particles malloc 96 0x557173450ca0 0.000171
+particles malloc 96 0x557173450d10 0.000149
+particles realloc 0x557173450b90|64 0x557173450d80 0.000087
+particles malloc 96 0x557173450dd0 0.000080
+particles malloc 96 0x557173450e40 0.000081
+particles malloc 96 0x557173450eb0 0.000079
+particles malloc 96 0x557173450f20 0.000079
+particles realloc 0x557173450d80|128 0x557173450f90 0.000088
+particles malloc 96 0x557173451020 0.000080
+particles malloc 96 0x557173451090 0.000080
+particles malloc 96 0x557173451100 0.000080
+particles malloc 96 0x557173451170 0.000079
+particles malloc 96 0x5571734511e0 0.000078
+particles malloc 96 0x557173451250 0.000080
+particles malloc 96 0x5571734512c0 0.000080
+particles malloc 96 0x557173451330 0.000079
+particles realloc 0x557173450f90|256 0x5571734513a0 0.000083
+particles malloc 96 0x5571734514b0 0.000078
+particles malloc 96 0x557173451520 0.000081
+particles malloc 96 0x557173451590 0.000080
+particles malloc 96 0x557173451600 0.000080
+particles malloc 96 0x557173451670 0.000077
+particles malloc 96 0x5571734516e0 0.000078
+particles malloc 96 0x557173451750 0.000080
+particles malloc 96 0x5571734517c0 0.000080
+particles malloc 96 0x557173451830 0.000080
+particles malloc 96 0x5571734518a0 0.000091
+particles malloc 96 0x557173451910 0.000081
+particles malloc 96 0x557173451980 0.000080
+particles malloc 96 0x5571734519f0 0.000080
+particles malloc 96 0x557173451a60 0.000077
+particles malloc 96 0x557173451ad0 0.000077
+particles malloc 96 0x557173451b40 0.000079
+particles realloc 0x5571734513a0|512 0x557173451bb0 0.000086
+particles malloc 96 0x557173451dc0 0.000080
+particles malloc 96 0x557173451e30 0.000094
+particles malloc 96 0x557173451ea0 0.000090
+particles malloc 96 0x557173451f10 0.000080
+particles malloc 96 0x557173451f80 0.000082
+particles malloc 96 0x557173451ff0 0.000081
+particles malloc 96 0x557173452060 0.000078
+particles malloc 96 0x5571734520d0 0.000078
+particles malloc 96 0x557173452140 0.000080
+particles malloc 96 0x5571734521b0 0.000077
+particles malloc 96 0x557173452220 0.000078
+particles malloc 96 0x557173452290 0.000078
+particles malloc 96 0x557173452300 0.000078
+particles malloc 96 0x557173452370 0.000080
+particles malloc 96 0x5571734523e0 0.000079
+particles malloc 96 0x557173452450 0.000080
+particles malloc 96 0x5571734524c0 0.000103
+particles malloc 96 0x557173452530 0.000076
+particles malloc 96 0x5571734525a0 0.000077
+particles malloc 96 0x557173452610 0.000075
+particles malloc 96 0x557173452680 0.000074
+particles malloc 96 0x5571734526f0 0.000074
+particles malloc 96 0x557173452760 0.000074
+particles malloc 96 0x5571734527d0 0.000073
+particles malloc 96 0x557173452840 0.000075
+particles malloc 96 0x5571734528b0 0.000074
+particles malloc 96 0x557173452920 0.000074
+particles malloc 96 0x557173452990 0.000074
+particles malloc 96 0x557173452a00 0.000074
+particles malloc 96 0x557173452a70 0.000074
+particles malloc 96 0x557173452ae0 0.000076
+particles malloc 96 0x557173452b50 0.000074
+particles realloc 0x557173451bb0|1024 0x557173452bc0 0.000080
+particles malloc 96 0x557173452fd0 0.000078
+particles malloc 96 0x557173453040 0.000076
+particles malloc 96 0x5571734530b0 0.000077
+particles malloc 96 0x557173453120 0.000074
+particles malloc 96 0x557173453190 0.000073
+particles malloc 96 0x557173453200 0.000079
+particles malloc 96 0x557173453270 0.000089
+particles malloc 96 0x5571734532e0 0.000074
+particles malloc 96 0x557173453350 0.000074
+particles malloc 96 0x5571734533c0 0.000074
+particles malloc 96 0x557173453430 0.000074
+particles malloc 96 0x5571734534a0 0.000074
+particles malloc 96 0x557173453510 0.000075
+particles malloc 96 0x557173453580 0.000074
+particles malloc 96 0x5571734535f0 0.000075
+particles malloc 96 0x557173453660 0.000074
+particles malloc 96 0x5571734536d0 0.000075
+particles malloc 96 0x557173453740 0.000075
+particles malloc 96 0x5571734537b0 0.000076
+particles malloc 96 0x557173453820 0.000075
+particles malloc 96 0x557173453890 0.000078
+particles malloc 96 0x557173453900 0.000078
+particles malloc 96 0x557173453970 0.000076
+particles malloc 96 0x5571734539e0 0.000074
+particles malloc 96 0x557173453a50 0.000074
+particles malloc 96 0x557173453ac0 0.000074
+particles malloc 96 0x557173453b30 0.000074
+particles malloc 96 0x557173453ba0 0.000074
+particles malloc 96 0x557173453c10 0.000074
+particles malloc 96 0x557173453c80 0.000075
+particles malloc 96 0x557173453cf0 0.000074
+particles malloc 96 0x557173453d60 0.000074
+particles malloc 96 0x557173453dd0 0.000078
+particles malloc 96 0x557173453e40 0.000074
+particles malloc 96 0x557173453eb0 0.000074
+particles malloc 96 0x557173453f20 0.000076
+particles malloc 96 0x557173453f90 0.000075
+particles malloc 96 0x557173454000 0.000078
+particles malloc 96 0x557173454070 0.000074
+particles malloc 96 0x5571734540e0 0.000074
+particles malloc 96 0x557173454150 0.000075
+particles malloc 96 0x5571734541c0 0.000075
+particles malloc 96 0x557173454230 0.000074
+particles malloc 96 0x5571734542a0 0.000077
+particles malloc 96 0x557173454310 0.000074
+particles malloc 96 0x557173454380 0.000074
+particles malloc 96 0x5571734543f0 0.000075
+particles malloc 96 0x557173454460 0.000074
+particles malloc 96 0x5571734544d0 0.000075
+particles malloc 96 0x557173454540 0.000074
+particles malloc 96 0x5571734545b0 0.000074
+particles malloc 96 0x557173454620 0.000074
+particles malloc 96 0x557173454690 0.000075
+particles malloc 96 0x557173454700 0.000074
+particles malloc 96 0x557173454770 0.000084
+particles malloc 96 0x5571734547e0 0.000082
+particles malloc 96 0x557173454850 0.000088
+particles malloc 96 0x5571734548c0 0.000075
+particles malloc 96 0x557173454930 0.000074
+particles malloc 96 0x5571734549a0 0.000074
+particles malloc 96 0x557173454a10 0.000075
+particles malloc 96 0x557173454a80 0.000075
+particles malloc 96 0x557173454af0 0.000086
+particles malloc 96 0x557173454b60 0.000111
+particles realloc 0x557173452bc0|2048 0x557173454bd0 0.000123
+particles malloc 96 0x5571734553e0 0.000074
+particles malloc 96 0x557173455450 0.000071
+particles malloc 96 0x5571734554c0 0.000070
+particles malloc 96 0x557173455530 0.000070
+particles malloc 96 0x5571734555a0 0.000071
+particles malloc 96 0x557173455610 0.000071
+particles malloc 96 0x557173455680 0.000106
+particles malloc 96 0x5571734556f0 0.000074
+particles malloc 96 0x557173455760 0.000072
+particles malloc 96 0x5571734557d0 0.000072
+particles malloc 96 0x557173455840 0.000071
+particles malloc 96 0x5571734558b0 0.000071
+particles malloc 96 0x557173455920 0.000072
+particles malloc 96 0x557173455990 0.000072
+particles malloc 96 0x557173455a00 0.000072
+particles malloc 96 0x557173455a70 0.000071
+particles malloc 96 0x557173455ae0 0.000071
+particles malloc 96 0x557173455b50 0.000073
+particles malloc 96 0x557173455bc0 0.000082
+particles malloc 96 0x557173455c30 0.000081
+particles malloc 96 0x557173455ca0 0.000079
+particles malloc 96 0x557173455d10 0.000171
+particles malloc 96 0x557173455d80 0.000091
+particles malloc 96 0x557173455df0 0.000083
+particles malloc 96 0x557173455e60 0.000087
+particles malloc 96 0x557173455ed0 0.000098
+particles malloc 96 0x557173455f40 0.000084
+particles malloc 96 0x557173455fb0 0.000079
+particles malloc 96 0x557173456020 0.000077
+particles malloc 96 0x557173456090 0.000131
+particles malloc 96 0x557173456100 0.000171
+particles malloc 96 0x557173456170 0.000129
+particles malloc 96 0x5571734561e0 0.000142
+particles malloc 96 0x557173456250 0.000124
+particles malloc 96 0x5571734562c0 0.000156
+particles malloc 96 0x557173456330 0.000127
+particles malloc 96 0x5571734563a0 0.000116
+particles malloc 96 0x557173456410 0.000123
+particles malloc 96 0x557173456480 0.000125
+particles malloc 96 0x5571734564f0 0.000124
+particles malloc 96 0x557173456560 0.000124
+particles malloc 96 0x5571734565d0 0.000120
+particles malloc 96 0x557173456640 0.000136
+particles malloc 96 0x5571734566b0 0.000119
+particles malloc 96 0x557173456720 0.000098
+particles malloc 96 0x557173456790 0.000085
+particles malloc 96 0x557173456800 0.000084
+particles malloc 96 0x557173456870 0.000083
+particles malloc 96 0x5571734568e0 0.000083
+particles malloc 96 0x557173456950 0.000093
+particles malloc 96 0x5571734569c0 0.000092
+particles malloc 96 0x557173456a30 0.000091
+particles malloc 96 0x557173456aa0 0.000090
+particles malloc 96 0x557173456b10 0.000088
+particles malloc 96 0x557173456b80 0.000087
+particles malloc 96 0x557173456bf0 0.000088
+particles malloc 96 0x557173456c60 0.000086
+particles malloc 96 0x557173456cd0 0.000087
+particles malloc 96 0x557173456d40 0.000086
+particles malloc 96 0x557173456db0 0.000086
+particles malloc 96 0x557173456e20 0.000086
+particles malloc 96 0x557173456e90 0.000086
+particles malloc 96 0x557173456f00 0.000087
+particles malloc 96 0x557173456f70 0.000085
+particles malloc 96 0x557173456fe0 0.000089
+particles malloc 96 0x557173457050 0.000087
+particles malloc 96 0x5571734570c0 0.000087
+particles malloc 96 0x557173457130 0.000086
+particles malloc 96 0x5571734571a0 0.000087
+particles malloc 96 0x557173457210 0.000087
+particles malloc 96 0x557173457280 0.000087
+particles malloc 96 0x5571734572f0 0.000087
+particles malloc 96 0x557173457360 0.000087
+particles malloc 96 0x5571734573d0 0.000086
+particles malloc 96 0x557173457440 0.000088
+particles malloc 96 0x5571734574b0 0.000088
+particles malloc 96 0x557173457520 0.000088
+particles malloc 96 0x557173457590 0.000087
+particles malloc 96 0x557173457600 0.000087
+particles malloc 96 0x557173457670 0.000101
+particles malloc 96 0x5571734576e0 0.000085
+particles malloc 96 0x557173457750 0.000084
+particles malloc 96 0x5571734577c0 0.000083
+particles malloc 96 0x557173457830 0.000085
+particles malloc 96 0x5571734578a0 0.000084
+particles malloc 96 0x557173457910 0.000082
+particles malloc 96 0x557173457980 0.000081
+particles malloc 96 0x5571734579f0 0.000084
+particles malloc 96 0x557173457a60 0.000083
+particles malloc 96 0x557173457ad0 0.000083
+particles malloc 96 0x557173457b40 0.000084
+particles malloc 96 0x557173457bb0 0.000083
+particles malloc 96 0x557173457c20 0.000082
+particles malloc 96 0x557173457c90 0.000082
+particles malloc 96 0x557173457d00 0.000082
+particles malloc 96 0x557173457d70 0.000082
+particles malloc 96 0x557173457de0 0.000082
+particles malloc 96 0x557173457e50 0.000082
+particles malloc 96 0x557173457ec0 0.000083
+particles malloc 96 0x557173457f30 0.000084
+particles malloc 96 0x557173457fa0 0.000088
+particles malloc 96 0x557173458010 0.000082
+particles malloc 96 0x557173458080 0.000082
+particles malloc 96 0x5571734580f0 0.000084
+particles malloc 96 0x557173458160 0.000082
+particles malloc 96 0x5571734581d0 0.000082
+particles malloc 96 0x557173458240 0.000082
+particles malloc 96 0x5571734582b0 0.000091
+particles malloc 96 0x557173458320 0.000088
+particles malloc 96 0x557173458390 0.000086
+particles malloc 96 0x557173458400 0.000085
+particles malloc 96 0x557173458470 0.000085
+particles malloc 96 0x5571734584e0 0.000106
+particles malloc 96 0x557173458550 0.000088
+particles malloc 96 0x5571734585c0 0.000088
+particles malloc 96 0x557173458630 0.000089
+particles malloc 96 0x5571734586a0 0.000088
+particles malloc 96 0x557173458710 0.000088
+particles malloc 96 0x557173458780 0.000088
+particles malloc 96 0x5571734587f0 0.000089
+particles malloc 96 0x557173458860 0.000088
+particles malloc 96 0x5571734588d0 0.000088
+particles malloc 96 0x557173458940 0.000088
+particles malloc 96 0x5571734589b0 0.000089
+particles malloc 96 0x557173458a20 0.000088
+particles malloc 96 0x557173458a90 0.000088
+particles malloc 96 0x557173458b00 0.000110
+particles malloc 96 0x557173458b70 0.000093
+particles realloc 0x557173454bd0|4096 0x557173458be0 0.000103
+particles malloc 96 0x557173454bd0 0.000092
+particles malloc 96 0x557173454c40 0.000091
+particles malloc 96 0x557173454cb0 0.000092
+particles malloc 96 0x557173454d20 0.000090
+particles malloc 96 0x557173454d90 0.000090
+particles malloc 96 0x557173454e00 0.000090
+particles malloc 96 0x557173454e70 0.000090
+particles malloc 96 0x557173454ee0 0.000090
+particles malloc 96 0x557173454f50 0.000089
+particles malloc 96 0x557173454fc0 0.000090
+particles malloc 96 0x557173455030 0.000091
+particles malloc 96 0x5571734550a0 0.000090
+particles malloc 96 0x557173455110 0.000089
+particles malloc 96 0x557173455180 0.000089
+particles malloc 96 0x5571734551f0 0.000087
+particles malloc 96 0x557173455260 0.000085
+particles malloc 96 0x5571734552d0 0.000092
+particles malloc 96 0x557173455340 0.000091
+particles malloc 96 0x557173459bf0 0.000090
+particles malloc 96 0x557173459c60 0.000092
+particles malloc 96 0x557173459cd0 0.000088
+particles malloc 96 0x557173459d40 0.000087
+particles malloc 96 0x557173459db0 0.000089
+particles malloc 96 0x557173459e20 0.000091
+particles malloc 96 0x557173459e90 0.000090
+particles malloc 96 0x557173459f00 0.000089
+particles malloc 96 0x557173459f70 0.000090
+particles malloc 96 0x557173459fe0 0.000092
+particles malloc 96 0x55717345a050 0.000089
+particles malloc 96 0x55717345a0c0 0.000088
+particles malloc 96 0x55717345a130 0.000088
+particles malloc 96 0x55717345a1a0 0.000088
+particles malloc 96 0x55717345a210 0.000088
+particles malloc 96 0x55717345a280 0.000089
+particles malloc 96 0x55717345a2f0 0.000088
+particles malloc 96 0x55717345a360 0.000089
+particles malloc 96 0x55717345a3d0 0.000089
+particles malloc 96 0x55717345a440 0.000088
+particles malloc 96 0x55717345a4b0 0.000088
+particles malloc 96 0x55717345a520 0.000089
+particles malloc 96 0x55717345a590 0.000089
+particles malloc 96 0x55717345a600 0.000089
+particles malloc 96 0x55717345a670 0.000090
+particles malloc 96 0x55717345a6e0 0.000218
+particles malloc 96 0x55717345a750 0.000094
+particles malloc 96 0x55717345a7c0 0.000086
+particles malloc 96 0x55717345a830 0.000087
+particles malloc 96 0x55717345a8a0 0.000087
+particles malloc 96 0x55717345a910 0.000087
+particles malloc 96 0x55717345a980 0.000087
+particles malloc 96 0x55717345a9f0 0.000087
+particles malloc 96 0x55717345aa60 0.000087
+particles malloc 96 0x55717345aad0 0.000086
+particles malloc 96 0x55717345ab40 0.000087
+particles malloc 96 0x55717345abb0 0.000096
+particles malloc 96 0x55717345ac20 0.000088
+particles malloc 96 0x55717345ac90 0.000078
+particles malloc 96 0x55717345ad00 0.000077
+particles malloc 96 0x55717345ad70 0.000077
+particles malloc 96 0x55717345ade0 0.000081
+particles malloc 96 0x55717345ae50 0.000109
+particles malloc 96 0x55717345aec0 0.000075
+particles malloc 96 0x55717345af30 0.000071
+particles malloc 96 0x55717345afa0 0.000100
+particles malloc 96 0x55717345b010 0.000083
+particles malloc 96 0x55717345b080 0.000079
+particles malloc 96 0x55717345b0f0 0.000074
+particles malloc 96 0x55717345b160 0.000073
+particles malloc 96 0x55717345b1d0 0.000072
+particles malloc 96 0x55717345b240 0.000073
+particles malloc 96 0x55717345b2b0 0.000072
+particles malloc 96 0x55717345b320 0.000073
+particles malloc 96 0x55717345b390 0.000073
+particles malloc 96 0x55717345b400 0.000074
+particles malloc 96 0x55717345b470 0.000073
+particles malloc 96 0x55717345b4e0 0.000089
+particles malloc 96 0x55717345b550 0.000075
+particles malloc 96 0x55717345b5c0 0.000073
+particles malloc 96 0x55717345b630 0.000072
+particles malloc 96 0x55717345b6a0 0.000071
+particles malloc 96 0x55717345b710 0.000071
+particles malloc 96 0x55717345b780 0.000071
+particles malloc 96 0x55717345b7f0 0.000071
+particles malloc 96 0x55717345b860 0.000071
+particles malloc 96 0x55717345b8d0 0.000071
+particles malloc 96 0x55717345b940 0.000071
+particles malloc 96 0x55717345b9b0 0.000071
+particles malloc 96 0x55717345ba20 0.000071
+particles malloc 96 0x55717345ba90 0.000070
+particles malloc 96 0x55717345bb00 0.000072
+particles malloc 96 0x55717345bb70 0.000070
+particles malloc 96 0x55717345bbe0 0.000071
+particles malloc 96 0x55717345bc50 0.000071
+particles malloc 96 0x55717345bcc0 0.000070
+particles malloc 96 0x55717345bd30 0.000071
+particles malloc 96 0x55717345bda0 0.000071
+particles malloc 96 0x55717345be10 0.000070
+particles malloc 96 0x55717345be80 0.000070
+particles malloc 96 0x55717345bef0 0.000070
+particles malloc 96 0x55717345bf60 0.000070
+particles malloc 96 0x55717345bfd0 0.000075
+particles malloc 96 0x55717345c040 0.000072
+particles malloc 96 0x55717345c0b0 0.000071
+particles malloc 96 0x55717345c120 0.000071
+particles malloc 96 0x55717345c190 0.000072
+particles malloc 96 0x55717345c200 0.000071
+particles malloc 96 0x55717345c270 0.000071
+particles malloc 96 0x55717345c2e0 0.000072
+particles malloc 96 0x55717345c350 0.000072
+particles malloc 96 0x55717345c3c0 0.000071
+particles malloc 96 0x55717345c430 0.000071
+particles malloc 96 0x55717345c4a0 0.000077
+particles malloc 96 0x55717345c510 0.000072
+particles malloc 96 0x55717345c580 0.000072
+particles malloc 96 0x55717345c5f0 0.000099
+particles malloc 96 0x55717345c660 0.000089
+particles malloc 96 0x55717345c6d0 0.000081
+particles malloc 96 0x55717345c740 0.000081
+particles malloc 96 0x55717345c7b0 0.000080
+particles malloc 96 0x55717345c820 0.000080
+particles malloc 96 0x55717345c890 0.000080
+particles malloc 96 0x55717345c900 0.000079
+particles malloc 96 0x55717345c970 0.000078
+particles malloc 96 0x55717345c9e0 0.000079
+particles malloc 96 0x55717345ca50 0.000081
+particles malloc 96 0x55717345cac0 0.000080
+particles malloc 96 0x55717345cb30 0.000078
+particles malloc 96 0x55717345cba0 0.000081
+particles malloc 96 0x55717345cc10 0.000079
+particles malloc 96 0x55717345cc80 0.000080
+particles malloc 96 0x55717345ccf0 0.000084
+particles malloc 96 0x55717345cd60 0.000109
+particles malloc 96 0x55717345cdd0 0.000085
+particles malloc 96 0x55717345ce40 0.000082
+particles malloc 96 0x55717345ceb0 0.000080
+particles malloc 96 0x55717345cf20 0.000082
+particles malloc 96 0x55717345cf90 0.000081
+particles malloc 96 0x55717345d000 0.000088
+particles malloc 96 0x55717345d070 0.000080
+particles malloc 96 0x55717345d0e0 0.000079
+particles malloc 96 0x55717345d150 0.000082
+particles malloc 96 0x55717345d1c0 0.000084
+particles malloc 96 0x55717345d230 0.000085
+particles malloc 96 0x55717345d2a0 0.000087
+particles malloc 96 0x55717345d310 0.000077
+particles malloc 96 0x55717345d380 0.000078
+particles malloc 96 0x55717345d3f0 0.000076
+particles malloc 96 0x55717345d460 0.000077
+particles malloc 96 0x55717345d4d0 0.000083
+particles malloc 96 0x55717345d540 0.000077
+particles malloc 96 0x55717345d5b0 0.000077
+particles malloc 96 0x55717345d620 0.000076
+particles malloc 96 0x55717345d690 0.000076
+particles malloc 96 0x55717345d700 0.000076
+particles malloc 96 0x55717345d770 0.000076
+particles malloc 96 0x55717345d7e0 0.000076
+particles malloc 96 0x55717345d850 0.000076
+particles malloc 96 0x55717345d8c0 0.000076
+particles malloc 96 0x55717345d930 0.000076
+particles malloc 96 0x55717345d9a0 0.000076
+particles malloc 96 0x55717345da10 0.000080
+particles malloc 96 0x55717345da80 0.000082
+particles malloc 96 0x55717345daf0 0.000077
+particles malloc 96 0x55717345db60 0.000076
+particles malloc 96 0x55717345dbd0 0.000076
+particles malloc 96 0x55717345dc40 0.000077
+particles malloc 96 0x55717345dcb0 0.000076
+particles malloc 96 0x55717345dd20 0.000076
+particles malloc 96 0x55717345dd90 0.000077
+particles malloc 96 0x55717345de00 0.000077
+particles malloc 96 0x55717345de70 0.000077
+particles malloc 96 0x55717345dee0 0.000076
+particles malloc 96 0x55717345df50 0.000076
+particles malloc 96 0x55717345dfc0 0.000079
+particles malloc 96 0x55717345e030 0.000076
+particles malloc 96 0x55717345e0a0 0.000076
+particles malloc 96 0x55717345e110 0.000077
+particles malloc 96 0x55717345e180 0.000076
+particles malloc 96 0x55717345e1f0 0.000077
+particles malloc 96 0x55717345e260 0.000077
+particles malloc 96 0x55717345e2d0 0.000077
+particles malloc 96 0x55717345e340 0.000076
+particles malloc 96 0x55717345e3b0 0.000076
+particles malloc 96 0x55717345e420 0.000077
+particles malloc 96 0x55717345e490 0.000078
+particles malloc 96 0x55717345e500 0.000075
+particles malloc 96 0x55717345e570 0.000074
+particles malloc 96 0x55717345e5e0 0.000076
+particles malloc 96 0x55717345e650 0.000075
+particles malloc 96 0x55717345e6c0 0.000075
+particles malloc 96 0x55717345e730 0.000075
+particles malloc 96 0x55717345e7a0 0.000087
+particles malloc 96 0x55717345e810 0.000078
+particles malloc 96 0x55717345e880 0.000076
+particles malloc 96 0x55717345e8f0 0.000074
+particles malloc 96 0x55717345e960 0.000074
+particles malloc 96 0x55717345e9d0 0.000074
+particles malloc 96 0x55717345ea40 0.000075
+particles malloc 96 0x55717345eab0 0.000121
+particles malloc 96 0x55717345eb20 0.000079
+particles malloc 96 0x55717345eb90 0.000079
+particles malloc 96 0x55717345ec00 0.000076
+particles malloc 96 0x55717345ec70 0.000077
+particles malloc 96 0x55717345ece0 0.000076
+particles malloc 96 0x55717345ed50 0.000086
+particles malloc 96 0x55717345edc0 0.000078
+particles malloc 96 0x55717345ee30 0.000077
+particles malloc 96 0x55717345eea0 0.000075
+particles malloc 96 0x55717345ef10 0.000076
+particles malloc 96 0x55717345ef80 0.000076
+particles malloc 96 0x55717345eff0 0.000079
+particles malloc 96 0x55717345f060 0.000077
+particles malloc 96 0x55717345f0d0 0.000076
+particles malloc 96 0x55717345f140 0.000076
+particles malloc 96 0x55717345f1b0 0.000076
+particles malloc 96 0x55717345f220 0.000076
+particles malloc 96 0x55717345f290 0.000076
+particles malloc 96 0x55717345f300 0.000076
+particles malloc 96 0x55717345f370 0.000076
+particles malloc 96 0x55717345f3e0 0.000079
+particles malloc 96 0x55717345f450 0.000077
+particles malloc 96 0x55717345f4c0 0.000076
+particles malloc 96 0x55717345f530 0.000076
+particles malloc 96 0x55717345f5a0 0.000078
+particles malloc 96 0x55717345f610 0.000081
+particles malloc 96 0x55717345f680 0.000078
+particles malloc 96 0x55717345f6f0 0.000076
+particles malloc 96 0x55717345f760 0.000076
+particles malloc 96 0x55717345f7d0 0.000076
+particles malloc 96 0x55717345f840 0.000075
+particles malloc 96 0x55717345f8b0 0.000075
+particles malloc 96 0x55717345f920 0.000076
+particles malloc 96 0x55717345f990 0.000076
+particles malloc 96 0x55717345fa00 0.000076
+particles malloc 96 0x55717345fa70 0.000076
+particles malloc 96 0x55717345fae0 0.000076
+particles malloc 96 0x55717345fb50 0.000075
+particles malloc 96 0x55717345fbc0 0.000076
+particles malloc 96 0x55717345fc30 0.000076
+particles malloc 96 0x55717345fca0 0.000077
+particles malloc 96 0x55717345fd10 0.000077
+particles malloc 96 0x55717345fd80 0.000076
+particles malloc 96 0x55717345fdf0 0.000076
+particles malloc 96 0x55717345fe60 0.000075
+particles malloc 96 0x55717345fed0 0.000076
+particles malloc 96 0x55717345ff40 0.000076
+particles malloc 96 0x55717345ffb0 0.000079
+particles malloc 96 0x557173460020 0.000075
+particles malloc 96 0x557173460090 0.000076
+particles malloc 96 0x557173460100 0.000076
+particles malloc 96 0x557173460170 0.000076
+particles malloc 96 0x5571734601e0 0.000079
+particles malloc 96 0x557173460250 0.000077
+particles malloc 96 0x5571734602c0 0.000076
+particles malloc 96 0x557173460330 0.000079
+particles malloc 96 0x5571734603a0 0.000075
+particles realloc 0x557173458be0|8192 0x557173460410 0.000081
+particles malloc 96 0x557173458be0 0.000071
+particles malloc 96 0x557173458c50 0.000070
+particles malloc 96 0x557173458cc0 0.000071
+particles malloc 96 0x557173458d30 0.000069
+particles malloc 96 0x557173458da0 0.000074
+particles malloc 96 0x557173458e10 0.000080
+particles malloc 96 0x557173458e80 0.000077
+particles malloc 96 0x557173458ef0 0.000077
+particles malloc 96 0x557173458f60 0.000077
+particles malloc 96 0x557173458fd0 0.000078
+particles malloc 96 0x557173459040 0.000079
+particles malloc 96 0x5571734590b0 0.000078
+particles malloc 96 0x557173459120 0.000078
+particles malloc 96 0x557173459190 0.000077
+particles malloc 96 0x557173459200 0.000078
+particles malloc 96 0x557173459270 0.000099
+particles malloc 96 0x5571734592e0 0.000076
+particles malloc 96 0x557173459350 0.000115
+particles malloc 96 0x5571734593c0 0.000075
+particles malloc 96 0x557173459430 0.000070
+particles malloc 96 0x5571734594a0 0.000069
+particles malloc 96 0x557173459510 0.000071
+particles malloc 96 0x557173459580 0.000077
+particles malloc 96 0x5571734595f0 0.000072
+particles malloc 96 0x557173459660 0.000070
+particles malloc 96 0x5571734596d0 0.000071
+particles malloc 96 0x557173459740 0.000071
+particles malloc 96 0x5571734597b0 0.000072
+particles malloc 96 0x557173459820 0.000070
+particles malloc 96 0x557173459890 0.000070
+particles malloc 96 0x557173459900 0.000070
+particles malloc 96 0x557173459970 0.000071
+particles malloc 96 0x5571734599e0 0.000070
+particles malloc 96 0x557173459a50 0.000071
+particles malloc 96 0x557173459ac0 0.000070
+particles malloc 96 0x557173459b30 0.000074
+particles malloc 96 0x557173462420 0.000070
+particles malloc 96 0x557173462490 0.000071
+particles malloc 96 0x557173462500 0.000071
+particles malloc 96 0x557173462570 0.000071
+particles malloc 96 0x5571734625e0 0.000070
+particles malloc 96 0x557173462650 0.000070
+particles malloc 96 0x5571734626c0 0.000071
+particles malloc 96 0x557173462730 0.000071
+particles malloc 96 0x5571734627a0 0.000070
+particles malloc 96 0x557173462810 0.000077
+particles malloc 96 0x557173462880 0.000076
+particles malloc 96 0x5571734628f0 0.000076
+particles malloc 96 0x557173462960 0.000075
+particles malloc 96 0x5571734629d0 0.000078
+particles malloc 96 0x557173462a40 0.000076
+particles malloc 96 0x557173462ab0 0.000075
+particles malloc 96 0x557173462b20 0.000078
+particles malloc 96 0x557173462b90 0.000076
+particles malloc 96 0x557173462c00 0.000076
+particles malloc 96 0x557173462c70 0.000077
+particles malloc 96 0x557173462ce0 0.000076
+particles malloc 96 0x557173462d50 0.000077
+particles malloc 96 0x557173462dc0 0.000076
+particles malloc 96 0x557173462e30 0.000075
+particles malloc 96 0x557173462ea0 0.000075
+particles malloc 96 0x557173462f10 0.000076
+particles malloc 96 0x557173462f80 0.000075
+particles malloc 96 0x557173462ff0 0.000080
+particles malloc 96 0x557173463060 0.000077
+particles malloc 96 0x5571734630d0 0.000078
+particles malloc 96 0x557173463140 0.000076
+particles malloc 96 0x5571734631b0 0.000075
+particles malloc 96 0x557173463220 0.000079
+particles malloc 96 0x557173463290 0.000075
+particles malloc 96 0x557173463300 0.000076
+particles malloc 96 0x557173463370 0.000076
+particles malloc 96 0x5571734633e0 0.000082
+particles malloc 96 0x557173463450 0.000080
+particles malloc 96 0x5571734634c0 0.000082
+particles malloc 96 0x557173463530 0.000079
+particles malloc 96 0x5571734635a0 0.000080
+particles malloc 96 0x557173463610 0.000079
+particles malloc 96 0x557173463680 0.000078
+particles malloc 96 0x5571734636f0 0.000080
+particles malloc 96 0x557173463760 0.000080
+particles malloc 96 0x5571734637d0 0.000080
+particles malloc 96 0x557173463840 0.000077
+particles malloc 96 0x5571734638b0 0.000080
+particles malloc 96 0x557173463920 0.000082
+particles malloc 96 0x557173463990 0.000077
+particles malloc 96 0x557173463a00 0.000081
+particles malloc 96 0x557173463a70 0.000080
+particles malloc 96 0x557173463ae0 0.000076
+particles malloc 96 0x557173463b50 0.000079
+particles malloc 96 0x557173463bc0 0.000081
+particles malloc 96 0x557173463c30 0.000079
+particles malloc 96 0x557173463ca0 0.000164
+particles malloc 96 0x557173463d10 0.000114
+particles malloc 96 0x557173463d80 0.000118
+particles malloc 96 0x557173463df0 0.000096
+particles malloc 96 0x557173463e60 0.000116
+particles malloc 96 0x557173463ed0 0.000081
+particles malloc 96 0x557173463f40 0.000077
+particles malloc 96 0x557173463fb0 0.000079
+particles malloc 96 0x557173464020 0.000076
+particles malloc 96 0x557173464090 0.000076
+particles malloc 96 0x557173464100 0.000077
+particles malloc 96 0x557173464170 0.000075
+particles malloc 96 0x5571734641e0 0.000080
+particles malloc 96 0x557173464250 0.000077
+particles malloc 96 0x5571734642c0 0.000077
+particles malloc 96 0x557173464330 0.000077
+particles malloc 96 0x5571734643a0 0.000078
+particles malloc 96 0x557173464410 0.000076
+particles malloc 96 0x557173464480 0.000077
+particles malloc 96 0x5571734644f0 0.000077
+particles malloc 96 0x557173464560 0.000077
+particles malloc 96 0x5571734645d0 0.000076
+particles malloc 96 0x557173464640 0.000080
+particles malloc 96 0x5571734646b0 0.000107
+particles malloc 96 0x557173464720 0.000084
+particles malloc 96 0x557173464790 0.000077
+particles malloc 96 0x557173464800 0.000076
+particles malloc 96 0x557173464870 0.000133
+particles malloc 96 0x5571734648e0 0.000079
+particles malloc 96 0x557173464950 0.000077
+particles malloc 96 0x5571734649c0 0.000077
+particles malloc 96 0x557173464a30 0.000076
+particles malloc 96 0x557173464aa0 0.000076
+particles malloc 96 0x557173464b10 0.000077
+particles malloc 96 0x557173464b80 0.000076
+particles malloc 96 0x557173464bf0 0.000076
+particles malloc 96 0x557173464c60 0.000077
+particles malloc 96 0x557173464cd0 0.000076
+particles malloc 96 0x557173464d40 0.000076
+particles malloc 96 0x557173464db0 0.000077
+particles malloc 96 0x557173464e20 0.000077
+particles malloc 96 0x557173464e90 0.000076
+particles malloc 96 0x557173464f00 0.000076
+particles malloc 96 0x557173464f70 0.000078
+particles malloc 96 0x557173464fe0 0.000078
+particles malloc 96 0x557173465050 0.000078
+particles malloc 96 0x5571734650c0 0.000076
+particles malloc 96 0x557173465130 0.000080
+particles malloc 96 0x5571734651a0 0.000075
+particles malloc 96 0x557173465210 0.000075
+particles malloc 96 0x557173465280 0.000074
+particles malloc 96 0x5571734652f0 0.000075
+particles malloc 96 0x557173465360 0.000074
+particles malloc 96 0x5571734653d0 0.000075
+particles malloc 96 0x557173465440 0.000075
+particles malloc 96 0x5571734654b0 0.000075
+particles malloc 96 0x557173465520 0.000074
+particles malloc 96 0x557173465590 0.000074
+particles malloc 96 0x557173465600 0.000074
+particles malloc 96 0x557173465670 0.000074
+particles malloc 96 0x5571734656e0 0.000075
+particles malloc 96 0x557173465750 0.000074
+particles malloc 96 0x5571734657c0 0.000074
+particles malloc 96 0x557173465830 0.000074
+particles malloc 96 0x5571734658a0 0.000074
+particles malloc 96 0x557173465910 0.000075
+particles malloc 96 0x557173465980 0.000074
+particles malloc 96 0x5571734659f0 0.000075
+particles malloc 96 0x557173465a60 0.000082
+particles malloc 96 0x557173465ad0 0.000080
+particles malloc 96 0x557173465b40 0.000080
+particles malloc 96 0x557173465bb0 0.000081
+particles malloc 96 0x557173465c20 0.000081
+particles malloc 96 0x557173465c90 0.000089
+particles malloc 96 0x557173465d00 0.000112
+particles malloc 96 0x557173465d70 0.000115
+particles malloc 96 0x557173465de0 0.000123
+particles malloc 96 0x557173465e50 0.000084
+particles malloc 96 0x557173465ec0 0.000078
+particles malloc 96 0x557173465f30 0.000079
+particles malloc 96 0x557173465fa0 0.000083
+particles malloc 96 0x557173466010 0.000090
+particles malloc 96 0x557173466080 0.000089
+particles malloc 96 0x5571734660f0 0.000087
+particles malloc 96 0x557173466160 0.000086
+particles malloc 96 0x5571734661d0 0.000088
+particles malloc 96 0x557173466240 0.000087
+particles malloc 96 0x5571734662b0 0.000087
+particles malloc 96 0x557173466320 0.000087
+particles malloc 96 0x557173466390 0.000086
+particles malloc 96 0x557173466400 0.000087
+particles malloc 96 0x557173466470 0.000086
+particles malloc 96 0x5571734664e0 0.000087
+particles malloc 96 0x557173466550 0.000088
+particles malloc 96 0x5571734665c0 0.000088
+particles malloc 96 0x557173466630 0.000087
+particles malloc 96 0x5571734666a0 0.000087
+particles malloc 96 0x557173466710 0.000087
+particles malloc 96 0x557173466780 0.000086
+particles malloc 96 0x5571734667f0 0.000086
+particles malloc 96 0x557173466860 0.000087
+particles malloc 96 0x5571734668d0 0.000086
+particles malloc 96 0x557173466940 0.000086
+particles malloc 96 0x5571734669b0 0.000086
+particles malloc 96 0x557173466a20 0.000085
+particles malloc 96 0x557173466a90 0.000087
+particles malloc 96 0x557173466b00 0.000086
+particles malloc 96 0x557173466b70 0.000085
+particles malloc 96 0x557173466be0 0.000122
+particles malloc 96 0x557173466c50 0.000087
+particles malloc 96 0x557173466cc0 0.000086
+particles malloc 96 0x557173466d30 0.000136
+particles malloc 96 0x557173466da0 0.000082
+particles malloc 96 0x557173466e10 0.000078
+particles malloc 96 0x557173466e80 0.000075
+particles malloc 96 0x557173466ef0 0.000074
+particles malloc 96 0x557173466f60 0.000074
+particles malloc 96 0x557173466fd0 0.000076
+particles malloc 96 0x557173467040 0.000074
+particles malloc 96 0x5571734670b0 0.000074
+particles malloc 96 0x557173467120 0.000074
+particles malloc 96 0x557173467190 0.000074
+particles malloc 96 0x557173467200 0.000073
+particles malloc 96 0x557173467270 0.000073
+particles malloc 96 0x5571734672e0 0.000073
+particles malloc 96 0x557173467350 0.000074
+particles malloc 96 0x5571734673c0 0.000076
+particles malloc 96 0x557173467430 0.000076
+particles malloc 96 0x5571734674a0 0.000074
+particles malloc 96 0x557173467510 0.000074
+particles malloc 96 0x557173467580 0.000074
+particles malloc 96 0x5571734675f0 0.000074
+particles malloc 96 0x557173467660 0.000074
+particles malloc 96 0x5571734676d0 0.000074
+particles malloc 96 0x557173467740 0.000074
+particles malloc 96 0x5571734677b0 0.000074
+particles malloc 96 0x557173467820 0.000074
+particles malloc 96 0x557173467890 0.000074
+particles malloc 96 0x557173467900 0.000074
+particles malloc 96 0x557173467970 0.000074
+particles malloc 96 0x5571734679e0 0.000074
+particles malloc 96 0x557173467a50 0.000074
+particles malloc 96 0x557173467ac0 0.000074
+particles malloc 96 0x557173467b30 0.000074
+particles malloc 96 0x557173467ba0 0.000074
+particles malloc 96 0x557173467c10 0.000075
+particles malloc 96 0x557173467c80 0.000074
+particles malloc 96 0x557173467cf0 0.000076
+particles malloc 96 0x557173467d60 0.000074
+particles malloc 96 0x557173467dd0 0.000075
+particles malloc 96 0x557173467e40 0.000092
+particles malloc 96 0x557173467eb0 0.000075
+particles malloc 96 0x557173467f20 0.000074
+particles malloc 96 0x557173467f90 0.000075
+particles malloc 96 0x557173468000 0.000076
+particles malloc 96 0x557173468070 0.000074
+particles malloc 96 0x5571734680e0 0.000075
+particles malloc 96 0x557173468150 0.000074
+particles malloc 96 0x5571734681c0 0.000074
+particles malloc 96 0x557173468230 0.000073
+particles malloc 96 0x5571734682a0 0.000073
+particles malloc 96 0x557173468310 0.000073
+particles malloc 96 0x557173468380 0.000074
+particles malloc 96 0x5571734683f0 0.000074
+particles malloc 96 0x557173468460 0.000074
+particles malloc 96 0x5571734684d0 0.000074
+particles malloc 96 0x557173468540 0.000074
+particles malloc 96 0x5571734685b0 0.000083
+particles malloc 96 0x557173468620 0.000075
+particles malloc 96 0x557173468690 0.000076
+particles malloc 96 0x557173468700 0.000075
+particles malloc 96 0x557173468770 0.000075
+particles malloc 96 0x5571734687e0 0.000074
+particles malloc 96 0x557173468850 0.000075
+particles malloc 96 0x5571734688c0 0.000075
+particles malloc 96 0x557173468930 0.000074
+particles malloc 96 0x5571734689a0 0.000074
+particles malloc 96 0x557173468a10 0.000074
+particles malloc 96 0x557173468a80 0.000074
+particles malloc 96 0x557173468af0 0.000074
+particles malloc 96 0x557173468b60 0.000074
+particles malloc 96 0x557173468bd0 0.000075
+particles malloc 96 0x557173468c40 0.000074
+particles malloc 96 0x557173468cb0 0.000076
+particles malloc 96 0x557173468d20 0.000075
+particles malloc 96 0x557173468d90 0.000074
+particles malloc 96 0x557173468e00 0.000074
+particles malloc 96 0x557173468e70 0.000094
+particles malloc 96 0x557173468ee0 0.000076
+particles malloc 96 0x557173468f50 0.000074
+particles malloc 96 0x557173468fc0 0.000077
+particles malloc 96 0x557173469030 0.000074
+particles malloc 96 0x5571734690a0 0.000074
+particles malloc 96 0x557173469110 0.000074
+particles malloc 96 0x557173469180 0.000074
+particles malloc 96 0x5571734691f0 0.000074
+particles malloc 96 0x557173469260 0.000074
+particles malloc 96 0x5571734692d0 0.000074
+particles malloc 96 0x557173469340 0.000073
+particles malloc 96 0x5571734693b0 0.000074
+particles malloc 96 0x557173469420 0.000074
+particles malloc 96 0x557173469490 0.000074
+particles malloc 96 0x557173469500 0.000074
+particles malloc 96 0x557173469570 0.000074
+particles malloc 96 0x5571734695e0 0.000125
+particles malloc 96 0x557173469650 0.000075
+particles malloc 96 0x5571734696c0 0.000074
+particles malloc 96 0x557173469730 0.000074
+particles malloc 96 0x5571734697a0 0.000074
+particles malloc 96 0x557173469810 0.000074
+particles malloc 96 0x557173469880 0.000073
+particles malloc 96 0x5571734698f0 0.000076
+particles malloc 96 0x557173469960 0.000075
+particles malloc 96 0x5571734699d0 0.000075
+particles malloc 96 0x557173469a40 0.000074
+particles malloc 96 0x557173469ab0 0.000074
+particles malloc 96 0x557173469b20 0.000074
+particles malloc 96 0x557173469b90 0.000074
+particles malloc 96 0x557173469c00 0.000074
+particles malloc 96 0x557173469c70 0.000074
+particles malloc 96 0x557173469ce0 0.000075
+particles malloc 96 0x557173469d50 0.000073
+particles malloc 96 0x557173469dc0 0.000074
+particles malloc 96 0x557173469e30 0.000074
+particles malloc 96 0x557173469ea0 0.000080
+particles malloc 96 0x557173469f10 0.000074
+particles malloc 96 0x557173469f80 0.000074
+particles malloc 96 0x557173469ff0 0.000076
+particles malloc 96 0x55717346a060 0.000075
+particles malloc 96 0x55717346a0d0 0.000074
+particles malloc 96 0x55717346a140 0.000075
+particles malloc 96 0x55717346a1b0 0.000075
+particles malloc 96 0x55717346a220 0.000075
+particles malloc 96 0x55717346a290 0.000075
+particles malloc 96 0x55717346a300 0.000074
+particles malloc 96 0x55717346a370 0.000074
+particles malloc 96 0x55717346a3e0 0.000074
+particles malloc 96 0x55717346a450 0.000074
+particles malloc 96 0x55717346a4c0 0.000075
+particles malloc 96 0x55717346a530 0.000074
+particles malloc 96 0x55717346a5a0 0.000075
+particles malloc 96 0x55717346a610 0.000074
+particles malloc 96 0x55717346a680 0.000074
+particles malloc 96 0x55717346a6f0 0.000074
+particles malloc 96 0x55717346a760 0.000074
+particles malloc 96 0x55717346a7d0 0.000074
+particles malloc 96 0x55717346a840 0.000074
+particles malloc 96 0x55717346a8b0 0.000075
+particles malloc 96 0x55717346a920 0.000074
+particles malloc 96 0x55717346a990 0.000075
+particles malloc 96 0x55717346aa00 0.000074
+particles malloc 96 0x55717346aa70 0.000075
+particles malloc 96 0x55717346aae0 0.000076
+particles malloc 96 0x55717346ab50 0.000075
+particles malloc 96 0x55717346abc0 0.000074
+particles malloc 96 0x55717346ac30 0.000075
+particles malloc 96 0x55717346aca0 0.000074
+particles malloc 96 0x55717346ad10 0.000073
+particles malloc 96 0x55717346ad80 0.000074
+particles malloc 96 0x55717346adf0 0.000075
+particles malloc 96 0x55717346ae60 0.000083
+particles malloc 96 0x55717346aed0 0.000125
+particles malloc 96 0x55717346af40 0.000075
+particles malloc 96 0x55717346afb0 0.000076
+particles malloc 96 0x55717346b020 0.000074
+particles malloc 96 0x55717346b090 0.000075
+particles malloc 96 0x55717346b100 0.000075
+particles malloc 96 0x55717346b170 0.000074
+particles malloc 96 0x55717346b1e0 0.000074
+particles malloc 96 0x55717346b250 0.000074
+particles malloc 96 0x55717346b2c0 0.000074
+particles malloc 96 0x55717346b330 0.000074
+particles malloc 96 0x55717346b3a0 0.000074
+particles malloc 96 0x55717346b410 0.000075
+particles malloc 96 0x55717346b480 0.000074
+particles malloc 96 0x55717346b4f0 0.000075
+particles malloc 96 0x55717346b560 0.000074
+particles malloc 96 0x55717346b5d0 0.000074
+particles malloc 96 0x55717346b640 0.000074
+particles malloc 96 0x55717346b6b0 0.000074
+particles malloc 96 0x55717346b720 0.000074
+particles malloc 96 0x55717346b790 0.000074
+particles malloc 96 0x55717346b800 0.000074
+particles malloc 96 0x55717346b870 0.000075
+particles malloc 96 0x55717346b8e0 0.000073
+particles malloc 96 0x55717346b950 0.000074
+particles malloc 96 0x55717346b9c0 0.000074
+particles malloc 96 0x55717346ba30 0.000075
+particles malloc 96 0x55717346baa0 0.000074
+particles malloc 96 0x55717346bb10 0.000074
+particles malloc 96 0x55717346bb80 0.000075
+particles malloc 96 0x55717346bbf0 0.000074
+particles malloc 96 0x55717346bc60 0.000074
+particles malloc 96 0x55717346bcd0 0.000074
+particles malloc 96 0x55717346bd40 0.000074
+particles malloc 96 0x55717346bdb0 0.000074
+particles malloc 96 0x55717346be20 0.000115
+particles malloc 96 0x55717346be90 0.000088
+particles malloc 96 0x55717346bf00 0.000076
+particles malloc 96 0x55717346bf70 0.000074
+particles malloc 96 0x55717346bfe0 0.000076
+particles malloc 96 0x55717346c050 0.000075
+particles malloc 96 0x55717346c0c0 0.000073
+particles malloc 96 0x55717346c130 0.000074
+particles malloc 96 0x55717346c1a0 0.000074
+particles malloc 96 0x55717346c210 0.000074
+particles malloc 96 0x55717346c280 0.000074
+particles malloc 96 0x55717346c2f0 0.000074
+particles malloc 96 0x55717346c360 0.000074
+particles malloc 96 0x55717346c3d0 0.000073
+particles malloc 96 0x55717346c440 0.000073
+particles malloc 96 0x55717346c4b0 0.000073
+particles malloc 96 0x55717346c520 0.000073
+particles malloc 96 0x55717346c590 0.000074
+particles malloc 96 0x55717346c600 0.000073
+particles malloc 96 0x55717346c670 0.000073
+particles malloc 96 0x55717346c6e0 0.000074
+particles malloc 96 0x55717346c750 0.000073
+particles malloc 96 0x55717346c7c0 0.000074
+particles malloc 96 0x55717346c830 0.000073
+particles malloc 96 0x55717346c8a0 0.000074
+particles malloc 96 0x55717346c910 0.000074
+particles malloc 96 0x55717346c980 0.000074
+particles malloc 96 0x55717346c9f0 0.000074
+particles malloc 96 0x55717346ca60 0.000074
+particles malloc 96 0x55717346cad0 0.000074
+particles malloc 96 0x55717346cb40 0.000074
+particles malloc 96 0x55717346cbb0 0.000074
+particles malloc 96 0x55717346cc20 0.000074
+particles malloc 96 0x55717346cc90 0.000074
+particles malloc 96 0x55717346cd00 0.000074
+particles malloc 96 0x55717346cd70 0.000074
+particles malloc 96 0x55717346cde0 0.000074
+particles malloc 96 0x55717346ce50 0.000073
+particles malloc 96 0x55717346cec0 0.000073
+particles malloc 96 0x55717346cf30 0.000078
+particles malloc 96 0x55717346cfa0 0.000077
+particles malloc 96 0x55717346d010 0.000074
+particles malloc 96 0x55717346d080 0.000074
+particles malloc 96 0x55717346d0f0 0.000074
+particles malloc 96 0x55717346d160 0.000074
+particles malloc 96 0x55717346d1d0 0.000073
+particles malloc 96 0x55717346d240 0.000074
+particles malloc 96 0x55717346d2b0 0.000074
+particles malloc 96 0x55717346d320 0.000074
+particles malloc 96 0x55717346d390 0.000074
+particles malloc 96 0x55717346d400 0.000074
+particles malloc 96 0x55717346d470 0.000073
+particles malloc 96 0x55717346d4e0 0.000074
+particles malloc 96 0x55717346d550 0.000074
+particles malloc 96 0x55717346d5c0 0.000074
+particles malloc 96 0x55717346d630 0.000074
+particles malloc 96 0x55717346d6a0 0.000074
+particles malloc 96 0x55717346d710 0.000081
+particles malloc 96 0x55717346d780 0.000074
+particles malloc 96 0x55717346d7f0 0.000073
+particles malloc 96 0x55717346d860 0.000073
+particles malloc 96 0x55717346d8d0 0.000073
+particles malloc 96 0x55717346d940 0.000074
+particles malloc 96 0x55717346d9b0 0.000073
+particles malloc 96 0x55717346da20 0.000074
+particles malloc 96 0x55717346da90 0.000074
+particles malloc 96 0x55717346db00 0.000074
+particles malloc 96 0x55717346db70 0.000074
+particles malloc 96 0x55717346dbe0 0.000074
+particles malloc 96 0x55717346dc50 0.000074
+particles malloc 96 0x55717346dcc0 0.000074
+particles malloc 96 0x55717346dd30 0.000073
+particles malloc 96 0x55717346dda0 0.000074
+particles malloc 96 0x55717346de10 0.000074
+particles malloc 96 0x55717346de80 0.000074
+particles malloc 96 0x55717346def0 0.000073
+particles malloc 96 0x55717346df60 0.000077
+particles malloc 96 0x55717346dfd0 0.000078
+particles malloc 96 0x55717346e040 0.000074
+particles malloc 96 0x55717346e0b0 0.000073
+particles malloc 96 0x55717346e120 0.000074
+particles malloc 96 0x55717346e190 0.000073
+particles malloc 96 0x55717346e200 0.000075
+particles malloc 96 0x55717346e270 0.000075
+particles malloc 96 0x55717346e2e0 0.000074
+particles malloc 96 0x55717346e350 0.000073
+particles malloc 96 0x55717346e3c0 0.000074
+particles malloc 96 0x55717346e430 0.000074
+particles malloc 96 0x55717346e4a0 0.000075
+particles malloc 96 0x55717346e510 0.000073
+particles malloc 96 0x55717346e580 0.000072
+particles malloc 96 0x55717346e5f0 0.000074
+particles malloc 96 0x55717346e660 0.000074
+particles malloc 96 0x55717346e6d0 0.000126
+particles malloc 96 0x55717346e740 0.000076
+particles malloc 96 0x55717346e7b0 0.000075
+particles malloc 96 0x55717346e820 0.000074
+particles malloc 96 0x55717346e890 0.000074
+particles malloc 96 0x55717346e900 0.000075
+particles malloc 96 0x55717346e970 0.000074
+particles malloc 96 0x55717346e9e0 0.000074
+particles malloc 96 0x55717346ea50 0.000074
+particles malloc 96 0x55717346eac0 0.000074
+particles malloc 96 0x55717346eb30 0.000074
+particles malloc 96 0x55717346eba0 0.000074
+particles malloc 96 0x55717346ec10 0.000073
+particles malloc 96 0x55717346ec80 0.000073
+particles malloc 96 0x55717346ecf0 0.000073
+particles malloc 96 0x55717346ed60 0.000074
+particles malloc 96 0x55717346edd0 0.000074
+particles malloc 96 0x55717346ee40 0.000075
+particles malloc 96 0x55717346eeb0 0.000074
+particles malloc 96 0x55717346ef20 0.000072
+particles malloc 96 0x55717346ef90 0.000075
+particles malloc 96 0x55717346f000 0.000076
+particles malloc 96 0x55717346f070 0.000073
+particles malloc 96 0x55717346f0e0 0.000074
+particles malloc 96 0x55717346f150 0.000074
+particles malloc 96 0x55717346f1c0 0.000073
+particles malloc 96 0x55717346f230 0.000074
+particles malloc 96 0x55717346f2a0 0.000073
+particles malloc 96 0x55717346f310 0.000073
+particles malloc 96 0x55717346f380 0.000075
+particles malloc 96 0x55717346f3f0 0.000074
+particles realloc 0x557173460410|16384 0x55717346f460 0.000106
+particles malloc 96 0x557173460410 0.000075
+particles malloc 96 0x557173460480 0.000074
+particles malloc 96 0x5571734604f0 0.000073
+particles malloc 96 0x557173460560 0.000073
+particles malloc 96 0x5571734605d0 0.000074
+particles malloc 96 0x557173460640 0.000073
+particles malloc 96 0x5571734606b0 0.000073
+particles malloc 96 0x557173460720 0.000074
+particles malloc 96 0x557173460790 0.000073
+particles malloc 96 0x557173460800 0.000073
+particles malloc 96 0x557173460870 0.000073
+particles malloc 96 0x5571734608e0 0.000075
+particles malloc 96 0x557173460950 0.000073
+particles malloc 96 0x5571734609c0 0.000074
+particles malloc 96 0x557173460a30 0.000075
+particles malloc 96 0x557173460aa0 0.000074
+particles malloc 96 0x557173460b10 0.000074
+particles malloc 96 0x557173460b80 0.000074
+particles malloc 96 0x557173460bf0 0.000073
+particles malloc 96 0x557173460c60 0.000074
+particles malloc 96 0x557173460cd0 0.000073
+particles malloc 96 0x557173460d40 0.000073
+particles malloc 96 0x557173460db0 0.000074
+particles malloc 96 0x557173460e20 0.000074
+particles malloc 96 0x557173460e90 0.000104
+particles malloc 96 0x557173460f00 0.000080
+particles malloc 96 0x557173460f70 0.000073
+particles malloc 96 0x557173460fe0 0.000074
+particles malloc 96 0x557173461050 0.000073
+particles malloc 96 0x5571734610c0 0.000073
+particles malloc 96 0x557173461130 0.000074
+particles malloc 96 0x5571734611a0 0.000074
+particles malloc 96 0x557173461210 0.000073
+particles malloc 96 0x557173461280 0.000075
+particles malloc 96 0x5571734612f0 0.000074
+particles malloc 96 0x557173461360 0.000074
+particles malloc 96 0x5571734613d0 0.000074
+particles malloc 96 0x557173461440 0.000074
+particles malloc 96 0x5571734614b0 0.000075
+particles malloc 96 0x557173461520 0.000073
+particles malloc 96 0x557173461590 0.000075
+particles malloc 96 0x557173461600 0.000074
+particles malloc 96 0x557173461670 0.000073
+particles malloc 96 0x5571734616e0 0.000074
+particles malloc 96 0x557173461750 0.000074
+particles malloc 96 0x5571734617c0 0.000074
+particles malloc 96 0x557173461830 0.000074
+particles malloc 96 0x5571734618a0 0.000074
+particles malloc 96 0x557173461910 0.000075
+particles malloc 96 0x557173461980 0.000074
+particles malloc 96 0x5571734619f0 0.000074
+particles malloc 96 0x557173461a60 0.000074
+particles malloc 96 0x557173461ad0 0.000074
+particles malloc 96 0x557173461b40 0.000074
+particles malloc 96 0x557173461bb0 0.000074
+particles malloc 96 0x557173461c20 0.000075
+particles malloc 96 0x557173461c90 0.000074
+particles malloc 96 0x557173461d00 0.000074
+particles malloc 96 0x557173461d70 0.000074
+particles malloc 96 0x557173461de0 0.000075
+particles malloc 96 0x557173461e50 0.000074
+particles malloc 96 0x557173461ec0 0.000131
+particles malloc 96 0x557173461f30 0.000075
+particles malloc 96 0x557173461fa0 0.000073
+particles malloc 96 0x557173462010 0.000074
+particles malloc 96 0x557173462080 0.000074
+particles malloc 96 0x5571734620f0 0.000074
+particles malloc 96 0x557173462160 0.000075
+particles malloc 96 0x5571734621d0 0.000074
+particles malloc 96 0x557173462240 0.000074
+particles malloc 96 0x5571734622b0 0.000073
+particles malloc 96 0x557173462320 0.000075
+particles malloc 96 0x557173462390 0.000074
+particles malloc 96 0x557173473470 0.000074
+particles malloc 96 0x5571734734e0 0.000074
+particles malloc 96 0x557173473550 0.000073
+particles malloc 96 0x5571734735c0 0.000074
+particles malloc 96 0x557173473630 0.000073
+particles malloc 96 0x5571734736a0 0.000074
+particles malloc 96 0x557173473710 0.000075
+particles malloc 96 0x557173473780 0.000074
+particles malloc 96 0x5571734737f0 0.000073
+particles malloc 96 0x557173473860 0.000075
+particles malloc 96 0x5571734738d0 0.000075
+particles malloc 96 0x557173473940 0.000074
+particles malloc 96 0x5571734739b0 0.000073
+particles malloc 96 0x557173473a20 0.000074
+particles malloc 96 0x557173473a90 0.000074
+particles malloc 96 0x557173473b00 0.000075
+particles malloc 96 0x557173473b70 0.000074
+particles malloc 96 0x557173473be0 0.000075
+particles malloc 96 0x557173473c50 0.000073
+particles malloc 96 0x557173473cc0 0.000074
+particles malloc 96 0x557173473d30 0.000073
+particles malloc 96 0x557173473da0 0.000074
+particles malloc 96 0x557173473e10 0.000073
+particles malloc 96 0x557173473e80 0.000074
+particles malloc 96 0x557173473ef0 0.000074
+particles malloc 96 0x557173473f60 0.000074
+particles malloc 96 0x557173473fd0 0.000078
+particles malloc 96 0x557173474040 0.000074
+particles malloc 96 0x5571734740b0 0.000074
+particles malloc 96 0x557173474120 0.000074
+particles malloc 96 0x557173474190 0.000073
+particles malloc 96 0x557173474200 0.000072
+particles malloc 96 0x557173474270 0.000074
+particles malloc 96 0x5571734742e0 0.000074
+particles malloc 96 0x557173474350 0.000073
+particles malloc 96 0x5571734743c0 0.000073
+particles malloc 96 0x557173474430 0.000072
+particles malloc 96 0x5571734744a0 0.000074
+particles malloc 96 0x557173474510 0.000074
+particles malloc 96 0x557173474580 0.000090
+particles malloc 96 0x5571734745f0 0.000114
+particles malloc 96 0x557173474660 0.000078
+particles malloc 96 0x5571734746d0 0.000075
+particles malloc 96 0x557173474740 0.000075
+particles malloc 96 0x5571734747b0 0.000076
+particles malloc 96 0x557173474820 0.000081
+particles malloc 96 0x557173474890 0.000076
+particles malloc 96 0x557173474900 0.000074
+particles malloc 96 0x557173474970 0.000074
+particles malloc 96 0x5571734749e0 0.000083
+particles malloc 96 0x557173474a50 0.000075
+particles malloc 96 0x557173474ac0 0.000074
+particles malloc 96 0x557173474b30 0.000074
+particles malloc 96 0x557173474ba0 0.000074
+particles malloc 96 0x557173474c10 0.000074
+particles malloc 96 0x557173474c80 0.000074
+particles malloc 96 0x557173474cf0 0.000074
+particles malloc 96 0x557173474d60 0.000074
+particles malloc 96 0x557173474dd0 0.000074
+particles malloc 96 0x557173474e40 0.000074
+particles malloc 96 0x557173474eb0 0.000074
+particles malloc 96 0x557173474f20 0.000073
+particles malloc 96 0x557173474f90 0.000080
+particles malloc 96 0x557173475000 0.000078
+particles malloc 96 0x557173475070 0.000074
+particles malloc 96 0x5571734750e0 0.000074
+particles malloc 96 0x557173475150 0.000073
+particles malloc 96 0x5571734751c0 0.000074
+particles malloc 96 0x557173475230 0.000074
+particles malloc 96 0x5571734752a0 0.000074
+particles malloc 96 0x557173475310 0.000073
+particles malloc 96 0x557173475380 0.000074
+particles malloc 96 0x5571734753f0 0.000074
+particles malloc 96 0x557173475460 0.000075
+particles malloc 96 0x5571734754d0 0.000074
+particles malloc 96 0x557173475540 0.000074
+particles malloc 96 0x5571734755b0 0.000075
+particles malloc 96 0x557173475620 0.000074
+particles malloc 96 0x557173475690 0.000074
+particles malloc 96 0x557173475700 0.000073
+particles malloc 96 0x557173475770 0.000082
+particles malloc 96 0x5571734757e0 0.000075
+particles malloc 96 0x557173475850 0.000074
+particles malloc 96 0x5571734758c0 0.000075
+particles malloc 96 0x557173475930 0.000075
+particles malloc 96 0x5571734759a0 0.000074
+particles malloc 96 0x557173475a10 0.000074
+particles malloc 96 0x557173475a80 0.000074
+particles malloc 96 0x557173475af0 0.000074
+particles malloc 96 0x557173475b60 0.000074
+particles malloc 96 0x557173475bd0 0.000074
+particles malloc 96 0x557173475c40 0.000074
+particles malloc 96 0x557173475cb0 0.000075
+particles malloc 96 0x557173475d20 0.000075
+particles malloc 96 0x557173475d90 0.000074
+particles malloc 96 0x557173475e00 0.000074
+particles malloc 96 0x557173475e70 0.000074
+particles malloc 96 0x557173475ee0 0.000074
+particles malloc 96 0x557173475f50 0.000082
+particles malloc 96 0x557173475fc0 0.000073
+particles malloc 96 0x557173476030 0.000070
+particles malloc 96 0x5571734760a0 0.000070
+particles malloc 96 0x557173476110 0.000072
+particles malloc 96 0x557173476180 0.000071
+particles malloc 96 0x5571734761f0 0.000069
+particles malloc 96 0x557173476260 0.000070
+particles malloc 96 0x5571734762d0 0.000072
+particles malloc 96 0x557173476340 0.000070
+particles malloc 96 0x5571734763b0 0.000071
+particles malloc 96 0x557173476420 0.000071
+particles malloc 96 0x557173476490 0.000070
+particles malloc 96 0x557173476500 0.000071
+particles malloc 96 0x557173476570 0.000070
+particles malloc 96 0x5571734765e0 0.000072
+particles malloc 96 0x557173476650 0.000072
+particles malloc 96 0x5571734766c0 0.000071
+particles malloc 96 0x557173476730 0.000072
+particles malloc 96 0x5571734767a0 0.000070
+particles malloc 96 0x557173476810 0.000071
+particles malloc 96 0x557173476880 0.000071
+particles malloc 96 0x5571734768f0 0.000070
+particles malloc 96 0x557173476960 0.000070
+particles malloc 96 0x5571734769d0 0.000071
+particles malloc 96 0x557173476a40 0.000071
+particles malloc 96 0x557173476ab0 0.000070
+particles malloc 96 0x557173476b20 0.000070
+particles malloc 96 0x557173476b90 0.000071
+particles malloc 96 0x557173476c00 0.000070
+particles malloc 96 0x557173476c70 0.000070
+particles malloc 96 0x557173476ce0 0.000070
+particles malloc 96 0x557173476d50 0.000070
+particles malloc 96 0x557173476dc0 0.000070
+particles malloc 96 0x557173476e30 0.000070
+particles malloc 96 0x557173476ea0 0.000071
+particles malloc 96 0x557173476f10 0.000071
+particles malloc 96 0x557173476f80 0.000072
+particles malloc 96 0x557173476ff0 0.000075
+particles malloc 96 0x557173477060 0.000089
+particles malloc 96 0x5571734770d0 0.000074
+particles malloc 96 0x557173477140 0.000086
+particles malloc 96 0x5571734771b0 0.000074
+particles malloc 96 0x557173477220 0.000073
+particles malloc 96 0x557173477290 0.000072
+particles malloc 96 0x557173477300 0.000072
+particles malloc 96 0x557173477370 0.000072
+particles malloc 96 0x5571734773e0 0.000072
+particles malloc 96 0x557173477450 0.000073
+particles malloc 96 0x5571734774c0 0.000073
+particles malloc 96 0x557173477530 0.000072
+particles malloc 96 0x5571734775a0 0.000072
+particles malloc 96 0x557173477610 0.000072
+particles malloc 96 0x557173477680 0.000072
+particles malloc 96 0x5571734776f0 0.000074
+particles malloc 96 0x557173477760 0.000073
+particles malloc 96 0x5571734777d0 0.000073
+particles malloc 96 0x557173477840 0.000072
+particles malloc 96 0x5571734778b0 0.000072
+particles malloc 96 0x557173477920 0.000073
+particles malloc 96 0x557173477990 0.000073
+particles malloc 96 0x557173477a00 0.000072
+particles malloc 96 0x557173477a70 0.000072
+particles malloc 96 0x557173477ae0 0.000073
+particles malloc 96 0x557173477b50 0.000073
+particles malloc 96 0x557173477bc0 0.000073
+particles malloc 96 0x557173477c30 0.000073
+particles malloc 96 0x557173477ca0 0.000073
+particles malloc 96 0x557173477d10 0.000073
+particles malloc 96 0x557173477d80 0.000073
+particles malloc 96 0x557173477df0 0.000072
+particles malloc 96 0x557173477e60 0.000072
+particles malloc 96 0x557173477ed0 0.000074
+particles malloc 96 0x557173477f40 0.000072
+particles malloc 96 0x557173477fb0 0.000085
+particles malloc 96 0x557173478020 0.000074
+particles malloc 96 0x557173478090 0.000072
+particles malloc 96 0x557173478100 0.000128
+particles malloc 96 0x557173478170 0.000081
+particles malloc 96 0x5571734781e0 0.000078
+particles malloc 96 0x557173478250 0.000074
+particles malloc 96 0x5571734782c0 0.000073
+particles malloc 96 0x557173478330 0.000073
+particles malloc 96 0x5571734783a0 0.000073
+particles malloc 96 0x557173478410 0.000073
+particles malloc 96 0x557173478480 0.000072
+particles malloc 96 0x5571734784f0 0.000073
+particles malloc 96 0x557173478560 0.000073
+particles malloc 96 0x5571734785d0 0.000073
+particles malloc 96 0x557173478640 0.000071
+particles malloc 96 0x5571734786b0 0.000072
+particles malloc 96 0x557173478720 0.000072
+particles malloc 96 0x557173478790 0.000073
+particles malloc 96 0x557173478800 0.000072
+particles malloc 96 0x557173478870 0.000072
+particles malloc 96 0x5571734788e0 0.000071
+particles malloc 96 0x557173478950 0.000073
+particles malloc 96 0x5571734789c0 0.000072
+particles malloc 96 0x557173478a30 0.000072
+particles malloc 96 0x557173478aa0 0.000073
+particles malloc 96 0x557173478b10 0.000072
+particles malloc 96 0x557173478b80 0.000073
+particles malloc 96 0x557173478bf0 0.000073
+particles malloc 96 0x557173478c60 0.000072
+particles malloc 96 0x557173478cd0 0.000072
+particles malloc 96 0x557173478d40 0.000077
+particles malloc 96 0x557173478db0 0.000076
+particles malloc 96 0x557173478e20 0.000072
+particles malloc 96 0x557173478e90 0.000073
+particles malloc 96 0x557173478f00 0.000073
+particles malloc 96 0x557173478f70 0.000073
+particles malloc 96 0x557173478fe0 0.000075
+particles malloc 96 0x557173479050 0.000074
+particles malloc 96 0x5571734790c0 0.000073
+particles malloc 96 0x557173479130 0.000077
+particles malloc 96 0x5571734791a0 0.000074
+particles malloc 96 0x557173479210 0.000074
+particles malloc 96 0x557173479280 0.000074
+particles malloc 96 0x5571734792f0 0.000074
+particles malloc 96 0x557173479360 0.000073
+particles malloc 96 0x5571734793d0 0.000075
+particles malloc 96 0x557173479440 0.000073
+particles malloc 96 0x5571734794b0 0.000073
+particles malloc 96 0x557173479520 0.000073
+particles malloc 96 0x557173479590 0.000073
+particles malloc 96 0x557173479600 0.000072
+particles malloc 96 0x557173479670 0.000073
+particles malloc 96 0x5571734796e0 0.000072
+particles malloc 96 0x557173479750 0.000073
+particles malloc 96 0x5571734797c0 0.000072
+particles malloc 96 0x557173479830 0.000073
+particles malloc 96 0x5571734798a0 0.000073
+particles malloc 96 0x557173479910 0.000072
+particles malloc 96 0x557173479980 0.000073
+particles malloc 96 0x5571734799f0 0.000073
+particles malloc 96 0x557173479a60 0.000072
+particles malloc 96 0x557173479ad0 0.000073
+particles malloc 96 0x557173479b40 0.000073
+particles malloc 96 0x557173479bb0 0.000071
+particles malloc 96 0x557173479c20 0.000073
+particles malloc 96 0x557173479c90 0.000073
+particles malloc 96 0x557173479d00 0.000072
+particles malloc 96 0x557173479d70 0.000073
+particles malloc 96 0x557173479de0 0.000073
+particles malloc 96 0x557173479e50 0.000078
+particles malloc 96 0x557173479ec0 0.000074
+particles malloc 96 0x557173479f30 0.000073
+particles malloc 96 0x557173479fa0 0.000074
+particles malloc 96 0x55717347a010 0.000072
+particles malloc 96 0x55717347a080 0.000074
+particles malloc 96 0x55717347a0f0 0.000074
+particles malloc 96 0x55717347a160 0.000072
+particles malloc 96 0x55717347a1d0 0.000088
+particles malloc 96 0x55717347a240 0.000075
+particles malloc 96 0x55717347a2b0 0.000073
+particles malloc 96 0x55717347a320 0.000072
+particles malloc 96 0x55717347a390 0.000072
+particles malloc 96 0x55717347a400 0.000073
+particles malloc 96 0x55717347a470 0.000072
+particles malloc 96 0x55717347a4e0 0.000072
+particles malloc 96 0x55717347a550 0.000073
+particles malloc 96 0x55717347a5c0 0.000072
+particles malloc 96 0x55717347a630 0.000074
+particles malloc 96 0x55717347a6a0 0.000072
+particles malloc 96 0x55717347a710 0.000073
+particles malloc 96 0x55717347a780 0.000073
+particles malloc 96 0x55717347a7f0 0.000073
+particles malloc 96 0x55717347a860 0.000072
+particles malloc 96 0x55717347a8d0 0.000073
+particles malloc 96 0x55717347a940 0.000072
+particles malloc 96 0x55717347a9b0 0.000073
+particles malloc 96 0x55717347aa20 0.000072
+particles malloc 96 0x55717347aa90 0.000098
+particles malloc 96 0x55717347ab00 0.000083
+particles malloc 96 0x55717347ab70 0.000081
+particles malloc 96 0x55717347abe0 0.000081
+particles malloc 96 0x55717347ac50 0.000081
+particles malloc 96 0x55717347acc0 0.000080
+particles malloc 96 0x55717347ad30 0.000080
+particles malloc 96 0x55717347ada0 0.000081
+particles malloc 96 0x55717347ae10 0.000080
+particles malloc 96 0x55717347ae80 0.000081
+particles malloc 96 0x55717347aef0 0.000080
+particles malloc 96 0x55717347af60 0.000080
+particles malloc 96 0x55717347afd0 0.000086
+particles malloc 96 0x55717347b040 0.000081
+particles malloc 96 0x55717347b0b0 0.000081
+particles malloc 96 0x55717347b120 0.000080
+particles malloc 96 0x55717347b190 0.000094
+particles malloc 96 0x55717347b200 0.000083
+particles malloc 96 0x55717347b270 0.000081
+particles malloc 96 0x55717347b2e0 0.000080
+particles malloc 96 0x55717347b350 0.000084
+particles malloc 96 0x55717347b3c0 0.000081
+particles malloc 96 0x55717347b430 0.000080
+particles malloc 96 0x55717347b4a0 0.000080
+particles malloc 96 0x55717347b510 0.000079
+particles malloc 96 0x55717347b580 0.000081
+particles malloc 96 0x55717347b5f0 0.000080
+particles malloc 96 0x55717347b660 0.000079
+particles malloc 96 0x55717347b6d0 0.000080
+particles malloc 96 0x55717347b740 0.000081
+particles malloc 96 0x55717347b7b0 0.000081
+particles malloc 96 0x55717347b820 0.000080
+particles malloc 96 0x55717347b890 0.000080
+particles malloc 96 0x55717347b900 0.000080
+particles malloc 96 0x55717347b970 0.000080
+particles malloc 96 0x55717347b9e0 0.000080
+particles malloc 96 0x55717347ba50 0.000081
+particles malloc 96 0x55717347bac0 0.000079
+particles malloc 96 0x55717347bb30 0.000080
+particles malloc 96 0x55717347bba0 0.000081
+particles malloc 96 0x55717347bc10 0.000080
+particles malloc 96 0x55717347bc80 0.000080
+particles malloc 96 0x55717347bcf0 0.000080
+particles malloc 96 0x55717347bd60 0.000080
+particles malloc 96 0x55717347bdd0 0.000080
+particles malloc 96 0x55717347be40 0.000081
+particles malloc 96 0x55717347beb0 0.000080
+particles malloc 96 0x55717347bf20 0.000080
+particles malloc 96 0x55717347bf90 0.000081
+particles malloc 96 0x55717347c000 0.000084
+particles malloc 96 0x55717347c070 0.000080
+particles malloc 96 0x55717347c0e0 0.000083
+particles malloc 96 0x55717347c150 0.000082
+particles malloc 96 0x55717347c1c0 0.000080
+particles malloc 96 0x55717347c230 0.000081
+particles malloc 96 0x55717347c2a0 0.000080
+particles malloc 96 0x55717347c310 0.000081
+particles malloc 96 0x55717347c380 0.000080
+particles malloc 96 0x55717347c3f0 0.000080
+particles malloc 96 0x55717347c460 0.000080
+particles malloc 96 0x55717347c4d0 0.000081
+particles malloc 96 0x55717347c540 0.000082
+particles malloc 96 0x55717347c5b0 0.000080
+particles malloc 96 0x55717347c620 0.000080
+particles malloc 96 0x55717347c690 0.000087
+particles malloc 96 0x55717347c700 0.000073
+particles malloc 96 0x55717347c770 0.000073
+particles malloc 96 0x55717347c7e0 0.000073
+particles malloc 96 0x55717347c850 0.000073
+particles malloc 96 0x55717347c8c0 0.000073
+particles malloc 96 0x55717347c930 0.000073
+particles malloc 96 0x55717347c9a0 0.000075
+particles malloc 96 0x55717347ca10 0.000073
+particles malloc 96 0x55717347ca80 0.000073
+particles malloc 96 0x55717347caf0 0.000074
+particles malloc 96 0x55717347cb60 0.000073
+particles malloc 96 0x55717347cbd0 0.000073
+particles malloc 96 0x55717347cc40 0.000073
+particles malloc 96 0x55717347ccb0 0.000073
+particles malloc 96 0x55717347cd20 0.000073
+particles malloc 96 0x55717347cd90 0.000073
+particles malloc 96 0x55717347ce00 0.000073
+particles malloc 96 0x55717347ce70 0.000074
+particles malloc 96 0x55717347cee0 0.000073
+particles malloc 96 0x55717347cf50 0.000073
+particles malloc 96 0x55717347cfc0 0.000075
+particles malloc 96 0x55717347d030 0.000074
+particles malloc 96 0x55717347d0a0 0.000085
+particles malloc 96 0x55717347d110 0.000090
+particles malloc 96 0x55717347d180 0.000073
+particles malloc 96 0x55717347d1f0 0.000073
+particles malloc 96 0x55717347d260 0.000073
+particles malloc 96 0x55717347d2d0 0.000074
+particles malloc 96 0x55717347d340 0.000073
+particles malloc 96 0x55717347d3b0 0.000074
+particles malloc 96 0x55717347d420 0.000072
+particles malloc 96 0x55717347d490 0.000073
+particles malloc 96 0x55717347d500 0.000073
+particles malloc 96 0x55717347d570 0.000072
+particles malloc 96 0x55717347d5e0 0.000072
+particles malloc 96 0x55717347d650 0.000073
+particles malloc 96 0x55717347d6c0 0.000072
+particles malloc 96 0x55717347d730 0.000073
+particles malloc 96 0x55717347d7a0 0.000073
+particles malloc 96 0x55717347d810 0.000072
+particles malloc 96 0x55717347d880 0.000074
+particles malloc 96 0x55717347d8f0 0.000073
+particles malloc 96 0x55717347d960 0.000072
+particles malloc 96 0x55717347d9d0 0.000074
+particles malloc 96 0x55717347da40 0.000073
+particles malloc 96 0x55717347dab0 0.000073
+particles malloc 96 0x55717347db20 0.000072
+particles malloc 96 0x55717347db90 0.000072
+particles malloc 96 0x55717347dc00 0.000072
+particles malloc 96 0x55717347dc70 0.000073
+particles malloc 96 0x55717347dce0 0.000075
+particles malloc 96 0x55717347dd50 0.000073
+particles malloc 96 0x55717347ddc0 0.000073
+particles malloc 96 0x55717347de30 0.000073
+particles malloc 96 0x55717347dea0 0.000072
+particles malloc 96 0x55717347df10 0.000072
+particles malloc 96 0x55717347df80 0.000073
+particles malloc 96 0x55717347dff0 0.000075
+particles malloc 96 0x55717347e060 0.000073
+particles malloc 96 0x55717347e0d0 0.000072
+particles malloc 96 0x55717347e140 0.000075
+particles malloc 96 0x55717347e1b0 0.000072
+particles malloc 96 0x55717347e220 0.000074
+particles malloc 96 0x55717347e290 0.000073
+particles malloc 96 0x55717347e300 0.000072
+particles malloc 96 0x55717347e370 0.000072
+particles malloc 96 0x55717347e3e0 0.000073
+particles malloc 96 0x55717347e450 0.000073
+particles malloc 96 0x55717347e4c0 0.000073
+particles malloc 96 0x55717347e530 0.000074
+particles malloc 96 0x55717347e5a0 0.000072
+particles malloc 96 0x55717347e610 0.000072
+particles malloc 96 0x55717347e680 0.000073
+particles malloc 96 0x55717347e6f0 0.000073
+particles malloc 96 0x55717347e760 0.000073
+particles malloc 96 0x55717347e7d0 0.000072
+particles malloc 96 0x55717347e840 0.000073
+particles malloc 96 0x55717347e8b0 0.000072
+particles malloc 96 0x55717347e920 0.000072
+particles malloc 96 0x55717347e990 0.000072
+particles malloc 96 0x55717347ea00 0.000072
+particles malloc 96 0x55717347ea70 0.000072
+particles malloc 96 0x55717347eae0 0.000073
+particles malloc 96 0x55717347eb50 0.000072
+particles malloc 96 0x55717347ebc0 0.000072
+particles malloc 96 0x55717347ec30 0.000073
+particles malloc 96 0x55717347eca0 0.000073
+particles malloc 96 0x55717347ed10 0.000073
+particles malloc 96 0x55717347ed80 0.000074
+particles malloc 96 0x55717347edf0 0.000073
+particles malloc 96 0x55717347ee60 0.000073
+particles malloc 96 0x55717347eed0 0.000073
+particles malloc 96 0x55717347ef40 0.000074
+particles malloc 96 0x55717347efb0 0.000074
+particles malloc 96 0x55717347f020 0.000073
+particles malloc 96 0x55717347f090 0.000073
+particles malloc 96 0x55717347f100 0.000072
+particles malloc 96 0x55717347f170 0.000072
+particles malloc 96 0x55717347f1e0 0.000121
+particles malloc 96 0x55717347f250 0.000074
+particles malloc 96 0x55717347f2c0 0.000073
+particles malloc 96 0x55717347f330 0.000072
+particles malloc 96 0x55717347f3a0 0.000073
+particles malloc 96 0x55717347f410 0.000073
+particles malloc 96 0x55717347f480 0.000072
+particles malloc 96 0x55717347f4f0 0.000073
+particles malloc 96 0x55717347f560 0.000072
+particles malloc 96 0x55717347f5d0 0.000073
+particles malloc 96 0x55717347f640 0.000078
+particles malloc 96 0x55717347f6b0 0.000073
+particles malloc 96 0x55717347f720 0.000072
+particles malloc 96 0x55717347f790 0.000073
+particles malloc 96 0x55717347f800 0.000072
+particles malloc 96 0x55717347f870 0.000072
+particles malloc 96 0x55717347f8e0 0.000072
+particles malloc 96 0x55717347f950 0.000072
+particles malloc 96 0x55717347f9c0 0.000072
+particles malloc 96 0x55717347fa30 0.000073
+particles malloc 96 0x55717347faa0 0.000094
+particles malloc 96 0x55717347fb10 0.000074
+particles malloc 96 0x55717347fb80 0.000074
+particles malloc 96 0x55717347fbf0 0.000073
+particles malloc 96 0x55717347fc60 0.000073
+particles malloc 96 0x55717347fcd0 0.000073
+particles malloc 96 0x55717347fd40 0.000073
+particles malloc 96 0x55717347fdb0 0.000072
+particles malloc 96 0x55717347fe20 0.000073
+particles malloc 96 0x55717347fe90 0.000072
+particles malloc 96 0x55717347ff00 0.000072
+particles malloc 96 0x55717347ff70 0.000072
+particles malloc 96 0x55717347ffe0 0.000074
+particles malloc 96 0x557173480050 0.000072
+particles malloc 96 0x5571734800c0 0.000073
+particles malloc 96 0x557173480130 0.000073
+particles malloc 96 0x5571734801a0 0.000073
+particles malloc 96 0x557173480210 0.000083
+particles malloc 96 0x557173480280 0.000073
+particles malloc 96 0x5571734802f0 0.000073
+particles malloc 96 0x557173480360 0.000072
+particles malloc 96 0x5571734803d0 0.000073
+particles malloc 96 0x557173480440 0.000073
+particles malloc 96 0x5571734804b0 0.000071
+particles malloc 96 0x557173480520 0.000072
+particles malloc 96 0x557173480590 0.000073
+particles malloc 96 0x557173480600 0.000073
+particles malloc 96 0x557173480670 0.000072
+particles malloc 96 0x5571734806e0 0.000072
+particles malloc 96 0x557173480750 0.000072
+particles malloc 96 0x5571734807c0 0.000073
+particles malloc 96 0x557173480830 0.000072
+particles malloc 96 0x5571734808a0 0.000073
+particles malloc 96 0x557173480910 0.000072
+particles malloc 96 0x557173480980 0.000073
+particles malloc 96 0x5571734809f0 0.000072
+particles malloc 96 0x557173480a60 0.000072
+particles malloc 96 0x557173480ad0 0.000072
+particles malloc 96 0x557173480b40 0.000073
+particles malloc 96 0x557173480bb0 0.000072
+particles malloc 96 0x557173480c20 0.000073
+particles malloc 96 0x557173480c90 0.000073
+particles malloc 96 0x557173480d00 0.000076
+particles malloc 96 0x557173480d70 0.000073
+particles malloc 96 0x557173480de0 0.000072
+particles malloc 96 0x557173480e50 0.000073
+particles malloc 96 0x557173480ec0 0.000072
+particles malloc 96 0x557173480f30 0.000073
+particles malloc 96 0x557173480fa0 0.000076
+particles malloc 96 0x557173481010 0.000072
+particles malloc 96 0x557173481080 0.000072
+particles malloc 96 0x5571734810f0 0.000072
+particles malloc 96 0x557173481160 0.000073
+particles malloc 96 0x5571734811d0 0.000073
+particles malloc 96 0x557173481240 0.000072
+particles malloc 96 0x5571734812b0 0.000083
+particles malloc 96 0x557173481320 0.000073
+particles malloc 96 0x557173481390 0.000073
+particles malloc 96 0x557173481400 0.000074
+particles malloc 96 0x557173481470 0.000073
+particles malloc 96 0x5571734814e0 0.000073
+particles malloc 96 0x557173481550 0.000072
+particles malloc 96 0x5571734815c0 0.000073
+particles malloc 96 0x557173481630 0.000073
+particles malloc 96 0x5571734816a0 0.000073
+particles malloc 96 0x557173481710 0.000072
+particles malloc 96 0x557173481780 0.000074
+particles malloc 96 0x5571734817f0 0.000073
+particles malloc 96 0x557173481860 0.000074
+particles malloc 96 0x5571734818d0 0.000072
+particles malloc 96 0x557173481940 0.000072
+particles malloc 96 0x5571734819b0 0.000073
+particles malloc 96 0x557173481a20 0.000072
+particles malloc 96 0x557173481a90 0.000072
+particles malloc 96 0x557173481b00 0.000072
+particles malloc 96 0x557173481b70 0.000073
+particles malloc 96 0x557173481be0 0.000072
+particles malloc 96 0x557173481c50 0.000073
+particles malloc 96 0x557173481cc0 0.000072
+particles malloc 96 0x557173481d30 0.000072
+particles malloc 96 0x557173481da0 0.000073
+particles malloc 96 0x557173481e10 0.000073
+particles malloc 96 0x557173481e80 0.000071
+particles malloc 96 0x557173481ef0 0.000072
+particles malloc 96 0x557173481f60 0.000073
+particles malloc 96 0x557173481fd0 0.000073
+particles malloc 96 0x557173482040 0.000073
+particles malloc 96 0x5571734820b0 0.000073
+particles malloc 96 0x557173482120 0.000072
+particles malloc 96 0x557173482190 0.000073
+particles malloc 96 0x557173482200 0.000073
+particles malloc 96 0x557173482270 0.000073
+particles malloc 96 0x5571734822e0 0.000072
+particles malloc 96 0x557173482350 0.000124
+particles malloc 96 0x5571734823c0 0.000078
+particles malloc 96 0x557173482430 0.000078
+particles malloc 96 0x5571734824a0 0.000073
+particles malloc 96 0x557173482510 0.000073
+particles malloc 96 0x557173482580 0.000073
+particles malloc 96 0x5571734825f0 0.000073
+particles malloc 96 0x557173482660 0.000073
+particles malloc 96 0x5571734826d0 0.000073
+particles malloc 96 0x557173482740 0.000073
+particles malloc 96 0x5571734827b0 0.000073
+particles malloc 96 0x557173482820 0.000073
+particles malloc 96 0x557173482890 0.000073
+particles malloc 96 0x557173482900 0.000073
+particles malloc 96 0x557173482970 0.000073
+particles malloc 96 0x5571734829e0 0.000072
+particles malloc 96 0x557173482a50 0.000094
+particles malloc 96 0x557173482ac0 0.000074
+particles malloc 96 0x557173482b30 0.000073
+particles malloc 96 0x557173482ba0 0.000073
+particles malloc 96 0x557173482c10 0.000073
+particles malloc 96 0x557173482c80 0.000072
+particles malloc 96 0x557173482cf0 0.000072
+particles malloc 96 0x557173482d60 0.000073
+particles malloc 96 0x557173482dd0 0.000073
+particles malloc 96 0x557173482e40 0.000073
+particles malloc 96 0x557173482eb0 0.000073
+particles malloc 96 0x557173482f20 0.000073
+particles malloc 96 0x557173482f90 0.000073
+particles malloc 96 0x557173483000 0.000074
+particles malloc 96 0x557173483070 0.000073
+particles malloc 96 0x5571734830e0 0.000073
+particles malloc 96 0x557173483150 0.000073
+particles malloc 96 0x5571734831c0 0.000073
+particles malloc 96 0x557173483230 0.000073
+particles malloc 96 0x5571734832a0 0.000073
+particles malloc 96 0x557173483310 0.000073
+particles malloc 96 0x557173483380 0.000083
+particles malloc 96 0x5571734833f0 0.000074
+particles malloc 96 0x557173483460 0.000072
+particles malloc 96 0x5571734834d0 0.000073
+particles malloc 96 0x557173483540 0.000073
+particles malloc 96 0x5571734835b0 0.000074
+particles malloc 96 0x557173483620 0.000073
+particles malloc 96 0x557173483690 0.000072
+particles malloc 96 0x557173483700 0.000072
+particles malloc 96 0x557173483770 0.000072
+particles malloc 96 0x5571734837e0 0.000073
+particles malloc 96 0x557173483850 0.000074
+particles malloc 96 0x5571734838c0 0.000072
+particles malloc 96 0x557173483930 0.000074
+particles malloc 96 0x5571734839a0 0.000073
+particles malloc 96 0x557173483a10 0.000073
+particles malloc 96 0x557173483a80 0.000073
+particles malloc 96 0x557173483af0 0.000074
+particles malloc 96 0x557173483b60 0.000073
+particles malloc 96 0x557173483bd0 0.000072
+particles malloc 96 0x557173483c40 0.000072
+particles malloc 96 0x557173483cb0 0.000075
+particles malloc 96 0x557173483d20 0.000073
+particles malloc 96 0x557173483d90 0.000073
+particles malloc 96 0x557173483e00 0.000073
+particles malloc 96 0x557173483e70 0.000073
+particles malloc 96 0x557173483ee0 0.000073
+particles malloc 96 0x557173483f50 0.000073
+particles malloc 96 0x557173483fc0 0.000074
+particles malloc 96 0x557173484030 0.000073
+particles malloc 96 0x5571734840a0 0.000072
+particles malloc 96 0x557173484110 0.000073
+particles malloc 96 0x557173484180 0.000073
+particles malloc 96 0x5571734841f0 0.000073
+particles malloc 96 0x557173484260 0.000072
+particles malloc 96 0x5571734842d0 0.000072
+particles malloc 96 0x557173484340 0.000072
+particles malloc 96 0x5571734843b0 0.000072
+particles malloc 96 0x557173484420 0.000080
+particles malloc 96 0x557173484490 0.000075
+particles malloc 96 0x557173484500 0.000072
+particles malloc 96 0x557173484570 0.000073
+particles malloc 96 0x5571734845e0 0.000073
+particles malloc 96 0x557173484650 0.000073
+particles malloc 96 0x5571734846c0 0.000073
+particles malloc 96 0x557173484730 0.000073
+particles malloc 96 0x5571734847a0 0.000073
+particles malloc 96 0x557173484810 0.000073
+particles malloc 96 0x557173484880 0.000076
+particles malloc 96 0x5571734848f0 0.000074
+particles malloc 96 0x557173484960 0.000073
+particles malloc 96 0x5571734849d0 0.000073
+particles malloc 96 0x557173484a40 0.000072
+particles malloc 96 0x557173484ab0 0.000074
+particles malloc 96 0x557173484b20 0.000073
+particles malloc 96 0x557173484b90 0.000073
+particles malloc 96 0x557173484c00 0.000072
+particles malloc 96 0x557173484c70 0.000073
+particles malloc 96 0x557173484ce0 0.000072
+particles malloc 96 0x557173484d50 0.000080
+particles malloc 96 0x557173484dc0 0.000079
+particles malloc 96 0x557173484e30 0.000074
+particles malloc 96 0x557173484ea0 0.000073
+particles malloc 96 0x557173484f10 0.000072
+particles malloc 96 0x557173484f80 0.000073
+particles malloc 96 0x557173484ff0 0.000074
+particles malloc 96 0x557173485060 0.000074
+particles malloc 96 0x5571734850d0 0.000073
+particles malloc 96 0x557173485140 0.000073
+particles malloc 96 0x5571734851b0 0.000073
+particles malloc 96 0x557173485220 0.000072
+particles malloc 96 0x557173485290 0.000072
+particles malloc 96 0x557173485300 0.000072
+particles malloc 96 0x557173485370 0.000073
+particles malloc 96 0x5571734853e0 0.000073
+particles malloc 96 0x557173485450 0.000072
+particles malloc 96 0x5571734854c0 0.000113
+particles malloc 96 0x557173485530 0.000073
+particles malloc 96 0x5571734855a0 0.000073
+particles malloc 96 0x557173485610 0.000073
+particles malloc 96 0x557173485680 0.000072
+particles malloc 96 0x5571734856f0 0.000073
+particles malloc 96 0x557173485760 0.000072
+particles malloc 96 0x5571734857d0 0.000072
+particles malloc 96 0x557173485840 0.000072
+particles malloc 96 0x5571734858b0 0.000072
+particles malloc 96 0x557173485920 0.000073
+particles malloc 96 0x557173485990 0.000072
+particles malloc 96 0x557173485a00 0.000072
+particles malloc 96 0x557173485a70 0.000072
+particles malloc 96 0x557173485ae0 0.000073
+particles malloc 96 0x557173485b50 0.000072
+particles malloc 96 0x557173485bc0 0.000072
+particles malloc 96 0x557173485c30 0.000072
+particles malloc 96 0x557173485ca0 0.000073
+particles malloc 96 0x557173485d10 0.000074
+particles malloc 96 0x557173485d80 0.000073
+particles malloc 96 0x557173485df0 0.000072
+particles malloc 96 0x557173485e60 0.000072
+particles malloc 96 0x557173485ed0 0.000073
+particles malloc 96 0x557173485f40 0.000072
+particles malloc 96 0x557173485fb0 0.000074
+particles malloc 96 0x557173486020 0.000072
+particles malloc 96 0x557173486090 0.000072
+particles malloc 96 0x557173486100 0.000073
+particles malloc 96 0x557173486170 0.000073
+particles malloc 96 0x5571734861e0 0.000072
+particles malloc 96 0x557173486250 0.000073
+particles malloc 96 0x5571734862c0 0.000072
+particles malloc 96 0x557173486330 0.000073
+particles malloc 96 0x5571734863a0 0.000073
+particles malloc 96 0x557173486410 0.000074
+particles malloc 96 0x557173486480 0.000073
+particles malloc 96 0x5571734864f0 0.000073
+particles malloc 96 0x557173486560 0.000082
+particles malloc 96 0x5571734865d0 0.000073
+particles malloc 96 0x557173486640 0.000073
+particles malloc 96 0x5571734866b0 0.000073
+particles malloc 96 0x557173486720 0.000073
+particles malloc 96 0x557173486790 0.000072
+particles malloc 96 0x557173486800 0.000072
+particles malloc 96 0x557173486870 0.000072
+particles malloc 96 0x5571734868e0 0.000073
+particles malloc 96 0x557173486950 0.000073
+particles malloc 96 0x5571734869c0 0.000073
+particles malloc 96 0x557173486a30 0.000073
+particles malloc 96 0x557173486aa0 0.000073
+particles malloc 96 0x557173486b10 0.000073
+particles malloc 96 0x557173486b80 0.000073
+particles malloc 96 0x557173486bf0 0.000073
+particles malloc 96 0x557173486c60 0.000072
+particles malloc 96 0x557173486cd0 0.000072
+particles malloc 96 0x557173486d40 0.000073
+particles malloc 96 0x557173486db0 0.000073
+particles malloc 96 0x557173486e20 0.000073
+particles malloc 96 0x557173486e90 0.000073
+particles malloc 96 0x557173486f00 0.000073
+particles malloc 96 0x557173486f70 0.000074
+particles malloc 96 0x557173486fe0 0.000074
+particles malloc 96 0x557173487050 0.000071
+particles malloc 96 0x5571734870c0 0.000073
+particles malloc 96 0x557173487130 0.000072
+particles malloc 96 0x5571734871a0 0.000072
+particles malloc 96 0x557173487210 0.000073
+particles malloc 96 0x557173487280 0.000073
+particles malloc 96 0x5571734872f0 0.000073
+particles malloc 96 0x557173487360 0.000072
+particles malloc 96 0x5571734873d0 0.000072
+particles malloc 96 0x557173487440 0.000073
+particles malloc 96 0x5571734874b0 0.000073
+particles malloc 96 0x557173487520 0.000073
+particles malloc 96 0x557173487590 0.000072
+particles malloc 96 0x557173487600 0.000083
+particles malloc 96 0x557173487670 0.000073
+particles malloc 96 0x5571734876e0 0.000081
+particles malloc 96 0x557173487750 0.000080
+particles malloc 96 0x5571734877c0 0.000073
+particles malloc 96 0x557173487830 0.000072
+particles malloc 96 0x5571734878a0 0.000074
+particles malloc 96 0x557173487910 0.000072
+particles malloc 96 0x557173487980 0.000073
+particles malloc 96 0x5571734879f0 0.000072
+particles malloc 96 0x557173487a60 0.000073
+particles malloc 96 0x557173487ad0 0.000072
+particles malloc 96 0x557173487b40 0.000072
+particles malloc 96 0x557173487bb0 0.000072
+particles malloc 96 0x557173487c20 0.000072
+particles malloc 96 0x557173487c90 0.000072
+particles malloc 96 0x557173487d00 0.000073
+particles malloc 96 0x557173487d70 0.000072
+particles malloc 96 0x557173487de0 0.000072
+particles malloc 96 0x557173487e50 0.000072
+particles malloc 96 0x557173487ec0 0.000073
+particles malloc 96 0x557173487f30 0.000072
+particles malloc 96 0x557173487fa0 0.000075
+particles malloc 96 0x557173488010 0.000079
+particles malloc 96 0x557173488080 0.000073
+particles malloc 96 0x5571734880f0 0.000073
+particles malloc 96 0x557173488160 0.000075
+particles malloc 96 0x5571734881d0 0.000072
+particles malloc 96 0x557173488240 0.000073
+particles malloc 96 0x5571734882b0 0.000073
+particles malloc 96 0x557173488320 0.000072
+particles malloc 96 0x557173488390 0.000073
+particles malloc 96 0x557173488400 0.000073
+particles malloc 96 0x557173488470 0.000073
+particles malloc 96 0x5571734884e0 0.000073
+particles malloc 96 0x557173488550 0.000072
+particles malloc 96 0x5571734885c0 0.000074
+particles malloc 96 0x557173488630 0.000072
+particles malloc 96 0x5571734886a0 0.000114
+particles malloc 96 0x557173488710 0.000073
+particles malloc 96 0x557173488780 0.000073
+particles malloc 96 0x5571734887f0 0.000073
+particles malloc 96 0x557173488860 0.000073
+particles malloc 96 0x5571734888d0 0.000072
+particles malloc 96 0x557173488940 0.000073
+particles malloc 96 0x5571734889b0 0.000074
+particles malloc 96 0x557173488a20 0.000074
+particles malloc 96 0x557173488a90 0.000073
+particles malloc 96 0x557173488b00 0.000073
+particles malloc 96 0x557173488b70 0.000072
+particles malloc 96 0x557173488be0 0.000073
+particles malloc 96 0x557173488c50 0.000072
+particles malloc 96 0x557173488cc0 0.000072
+particles malloc 96 0x557173488d30 0.000072
+particles malloc 96 0x557173488da0 0.000072
+particles malloc 96 0x557173488e10 0.000072
+particles malloc 96 0x557173488e80 0.000072
+particles malloc 96 0x557173488ef0 0.000072
+particles malloc 96 0x557173488f60 0.000073
+particles malloc 96 0x557173488fd0 0.000074
+particles malloc 96 0x557173489040 0.000072
+particles malloc 96 0x5571734890b0 0.000073
+particles malloc 96 0x557173489120 0.000073
+particles malloc 96 0x557173489190 0.000072
+particles malloc 96 0x557173489200 0.000072
+particles malloc 96 0x557173489270 0.000072
+particles malloc 96 0x5571734892e0 0.000073
+particles malloc 96 0x557173489350 0.000072
+particles malloc 96 0x5571734893c0 0.000074
+particles malloc 96 0x557173489430 0.000073
+particles malloc 96 0x5571734894a0 0.000073
+particles malloc 96 0x557173489510 0.000073
+particles malloc 96 0x557173489580 0.000073
+particles malloc 96 0x5571734895f0 0.000073
+particles malloc 96 0x557173489660 0.000072
+particles malloc 96 0x5571734896d0 0.000073
+particles malloc 96 0x557173489740 0.000074
+particles malloc 96 0x5571734897b0 0.000111
+particles malloc 96 0x557173489820 0.000112
+particles malloc 96 0x557173489890 0.000112
+particles malloc 96 0x557173489900 0.000073
+particles malloc 96 0x557173489970 0.000071
+particles malloc 96 0x5571734899e0 0.000072
+particles malloc 96 0x557173489a50 0.000071
+particles malloc 96 0x557173489ac0 0.000071
+particles malloc 96 0x557173489b30 0.000072
+particles malloc 96 0x557173489ba0 0.000071
+particles malloc 96 0x557173489c10 0.000072
+particles malloc 96 0x557173489c80 0.000071
+particles malloc 96 0x557173489cf0 0.000073
+particles malloc 96 0x557173489d60 0.000073
+particles malloc 96 0x557173489dd0 0.000071
+particles malloc 96 0x557173489e40 0.000077
+particles malloc 96 0x557173489eb0 0.000098
+particles malloc 96 0x557173489f20 0.000100
+particles malloc 96 0x557173489f90 0.000081
+particles malloc 96 0x55717348a000 0.000096
+particles malloc 96 0x55717348a070 0.000079
+particles malloc 96 0x55717348a0e0 0.000076
+particles malloc 96 0x55717348a150 0.000076
+particles malloc 96 0x55717348a1c0 0.000076
+particles malloc 96 0x55717348a230 0.000078
+particles malloc 96 0x55717348a2a0 0.000077
+particles malloc 96 0x55717348a310 0.000077
+particles malloc 96 0x55717348a380 0.000076
+particles malloc 96 0x55717348a3f0 0.000076
+particles malloc 96 0x55717348a460 0.000077
+particles malloc 96 0x55717348a4d0 0.000076
+particles malloc 96 0x55717348a540 0.000076
+particles malloc 96 0x55717348a5b0 0.000090
+particles malloc 96 0x55717348a620 0.000080
+particles malloc 96 0x55717348a690 0.000077
+particles malloc 96 0x55717348a700 0.000077
+particles malloc 96 0x55717348a770 0.000079
+particles malloc 96 0x55717348a7e0 0.000078
+particles malloc 96 0x55717348a850 0.000076
+particles malloc 96 0x55717348a8c0 0.000077
+particles malloc 96 0x55717348a930 0.000077
+particles malloc 96 0x55717348a9a0 0.000077
+particles malloc 96 0x55717348aa10 0.000077
+particles malloc 96 0x55717348aa80 0.000076
+particles malloc 96 0x55717348aaf0 0.000076
+particles malloc 96 0x55717348ab60 0.000076
+particles malloc 96 0x55717348abd0 0.000076
+particles malloc 96 0x55717348ac40 0.000076
+particles malloc 96 0x55717348acb0 0.000076
+particles malloc 96 0x55717348ad20 0.000077
+particles malloc 96 0x55717348ad90 0.000076
+particles malloc 96 0x55717348ae00 0.000076
+particles malloc 96 0x55717348ae70 0.000077
+particles malloc 96 0x55717348aee0 0.000076
+particles malloc 96 0x55717348af50 0.000076
+particles malloc 96 0x55717348afc0 0.000080
+particles malloc 96 0x55717348b030 0.000077
+particles malloc 96 0x55717348b0a0 0.000078
+particles malloc 96 0x55717348b110 0.000077
+particles malloc 96 0x55717348b180 0.000076
+particles malloc 96 0x55717348b1f0 0.000077
+particles malloc 96 0x55717348b260 0.000076
+particles malloc 96 0x55717348b2d0 0.000075
+particles malloc 96 0x55717348b340 0.000076
+particles malloc 96 0x55717348b3b0 0.000077
+particles malloc 96 0x55717348b420 0.000076
+particles malloc 96 0x55717348b490 0.000076
+particles malloc 96 0x55717348b500 0.000077
+particles malloc 96 0x55717348b570 0.000085
+particles malloc 96 0x55717348b5e0 0.000075
+particles malloc 96 0x55717348b650 0.000076
+particles malloc 96 0x55717348b6c0 0.000076
+particles malloc 96 0x55717348b730 0.000075
+particles malloc 96 0x55717348b7a0 0.000074
+particles malloc 96 0x55717348b810 0.000075
+particles malloc 96 0x55717348b880 0.000076
+particles malloc 96 0x55717348b8f0 0.000081
+particles malloc 96 0x55717348b960 0.000080
+particles malloc 96 0x55717348b9d0 0.000076
+particles malloc 96 0x55717348ba40 0.000077
+particles malloc 96 0x55717348bab0 0.000077
+particles malloc 96 0x55717348bb20 0.000077
+particles malloc 96 0x55717348bb90 0.000076
+particles malloc 96 0x55717348bc00 0.000076
+particles malloc 96 0x55717348bc70 0.000077
+particles malloc 96 0x55717348bce0 0.000077
+particles malloc 96 0x55717348bd50 0.000076
+particles malloc 96 0x55717348bdc0 0.000076
+particles malloc 96 0x55717348be30 0.000076
+particles malloc 96 0x55717348bea0 0.000076
+particles malloc 96 0x55717348bf10 0.000076
+particles malloc 96 0x55717348bf80 0.000076
+particles malloc 96 0x55717348bff0 0.000079
+particles malloc 96 0x55717348c060 0.000077
+particles malloc 96 0x55717348c0d0 0.000076
+particles malloc 96 0x55717348c140 0.000076
+particles malloc 96 0x55717348c1b0 0.000083
+particles malloc 96 0x55717348c220 0.000080
+particles malloc 96 0x55717348c290 0.000077
+particles malloc 96 0x55717348c300 0.000077
+particles malloc 96 0x55717348c370 0.000077
+particles malloc 96 0x55717348c3e0 0.000077
+particles malloc 96 0x55717348c450 0.000077
+particles malloc 96 0x55717348c4c0 0.000077
+particles malloc 96 0x55717348c530 0.000105
+particles malloc 96 0x55717348c5a0 0.000098
+particles malloc 96 0x55717348c610 0.000098
+particles malloc 96 0x55717348c680 0.000097
+particles malloc 96 0x55717348c6f0 0.000097
+particles malloc 96 0x55717348c760 0.000096
+particles malloc 96 0x55717348c7d0 0.000097
+particles malloc 96 0x55717348c840 0.000097
+particles malloc 96 0x55717348c8b0 0.000097
+particles malloc 96 0x55717348c920 0.000097
+particles malloc 96 0x55717348c990 0.000096
+particles malloc 96 0x55717348ca00 0.000104
+particles malloc 96 0x55717348ca70 0.000084
+particles malloc 96 0x55717348cae0 0.000074
+particles malloc 96 0x55717348cb50 0.000074
+particles malloc 96 0x55717348cbc0 0.000074
+particles malloc 96 0x55717348cc30 0.000073
+particles malloc 96 0x55717348cca0 0.000072
+particles malloc 96 0x55717348cd10 0.000073
+particles malloc 96 0x55717348cd80 0.000072
+particles malloc 96 0x55717348cdf0 0.000073
+particles malloc 96 0x55717348ce60 0.000073
+particles malloc 96 0x55717348ced0 0.000073
+particles malloc 96 0x55717348cf40 0.000072
+particles malloc 96 0x55717348cfb0 0.000075
+particles malloc 96 0x55717348d020 0.000074
+particles malloc 96 0x55717348d090 0.000073
+particles malloc 96 0x55717348d100 0.000073
+particles malloc 96 0x55717348d170 0.000073
+particles malloc 96 0x55717348d1e0 0.000073
+particles malloc 96 0x55717348d250 0.000072
+particles malloc 96 0x55717348d2c0 0.000073
+particles malloc 96 0x55717348d330 0.000072
+particles malloc 96 0x55717348d3a0 0.000073
+particles malloc 96 0x55717348d410 0.000075
+particles realloc 0x55717346f460|32768 0x55717348d480 0.000104
+particles malloc 96 0x55717346f460 0.000073
+particles malloc 96 0x55717346f4d0 0.000072
+particles malloc 96 0x55717346f540 0.000072
+particles malloc 96 0x55717346f5b0 0.000071
+particles malloc 96 0x55717346f620 0.000073
+particles malloc 96 0x55717346f690 0.000071
+particles malloc 96 0x55717346f700 0.000071
+particles malloc 96 0x55717346f770 0.000071
+particles malloc 96 0x55717346f7e0 0.000071
+particles malloc 96 0x55717346f850 0.000071
+particles malloc 96 0x55717346f8c0 0.000072
+particles malloc 96 0x55717346f930 0.000071
+particles malloc 96 0x55717346f9a0 0.000072
+particles malloc 96 0x55717346fa10 0.000071
+particles malloc 96 0x55717346fa80 0.000070
+particles malloc 96 0x55717346faf0 0.000072
+particles malloc 96 0x55717346fb60 0.000071
+particles malloc 96 0x55717346fbd0 0.000072
+particles malloc 96 0x55717346fc40 0.000073
+particles malloc 96 0x55717346fcb0 0.000072
+particles malloc 96 0x55717346fd20 0.000072
+particles malloc 96 0x55717346fd90 0.000072
+particles malloc 96 0x55717346fe00 0.000071
+particles malloc 96 0x55717346fe70 0.000072
+particles malloc 96 0x55717346fee0 0.000140
+particles malloc 96 0x55717346ff50 0.000140
+particles malloc 96 0x55717346ffc0 0.000136
+particles malloc 96 0x557173470030 0.000132
+particles malloc 96 0x5571734700a0 0.000074
+particles malloc 96 0x557173470110 0.000073
+particles malloc 96 0x557173470180 0.000074
+particles malloc 96 0x5571734701f0 0.000073
+particles malloc 96 0x557173470260 0.000082
+particles malloc 96 0x5571734702d0 0.000074
+particles malloc 96 0x557173470340 0.000072
+particles malloc 96 0x5571734703b0 0.000073
+particles malloc 96 0x557173470420 0.000073
+particles malloc 96 0x557173470490 0.000072
+particles malloc 96 0x557173470500 0.000072
+particles malloc 96 0x557173470570 0.000072
+particles malloc 96 0x5571734705e0 0.000073
+particles malloc 96 0x557173470650 0.000072
+particles malloc 96 0x5571734706c0 0.000073
+particles malloc 96 0x557173470730 0.000072
+particles malloc 96 0x5571734707a0 0.000073
+particles malloc 96 0x557173470810 0.000072
+particles malloc 96 0x557173470880 0.000073
+particles malloc 96 0x5571734708f0 0.000073
+particles malloc 96 0x557173470960 0.000073
+particles malloc 96 0x5571734709d0 0.000073
+particles malloc 96 0x557173470a40 0.000073
+particles malloc 96 0x557173470ab0 0.000073
+particles malloc 96 0x557173470b20 0.000073
+particles malloc 96 0x557173470b90 0.000073
+particles malloc 96 0x557173470c00 0.000072
+particles malloc 96 0x557173470c70 0.000072
+particles malloc 96 0x557173470ce0 0.000074
+particles malloc 96 0x557173470d50 0.000073
+particles malloc 96 0x557173470dc0 0.000072
+particles malloc 96 0x557173470e30 0.000072
+particles malloc 96 0x557173470ea0 0.000074
+particles malloc 96 0x557173470f10 0.000072
+particles malloc 96 0x557173470f80 0.000073
+particles malloc 96 0x557173470ff0 0.000073
+particles malloc 96 0x557173471060 0.000073
+particles malloc 96 0x5571734710d0 0.000072
+particles malloc 96 0x557173471140 0.000073
+particles malloc 96 0x5571734711b0 0.000072
+particles malloc 96 0x557173471220 0.000072
+particles malloc 96 0x557173471290 0.000074
+particles malloc 96 0x557173471300 0.000085
+particles malloc 96 0x557173471370 0.000076
+particles malloc 96 0x5571734713e0 0.000075
+particles malloc 96 0x557173471450 0.000076
+particles malloc 96 0x5571734714c0 0.000074
+particles malloc 96 0x557173471530 0.000074
+particles malloc 96 0x5571734715a0 0.000076
+particles malloc 96 0x557173471610 0.000075
+particles malloc 96 0x557173471680 0.000075
+particles malloc 96 0x5571734716f0 0.000076
+particles malloc 96 0x557173471760 0.000075
+particles malloc 96 0x5571734717d0 0.000075
+particles malloc 96 0x557173471840 0.000075
+particles malloc 96 0x5571734718b0 0.000075
+particles malloc 96 0x557173471920 0.000079
+particles malloc 96 0x557173471990 0.000077
+particles malloc 96 0x557173471a00 0.000147
+particles malloc 96 0x557173471a70 0.000145
+particles malloc 96 0x557173471ae0 0.000145
+particles malloc 96 0x557173471b50 0.000076
+particles malloc 96 0x557173471bc0 0.000077
+particles malloc 96 0x557173471c30 0.000076
+particles malloc 96 0x557173471ca0 0.000079
+particles malloc 96 0x557173471d10 0.000078
+particles malloc 96 0x557173471d80 0.000079
+particles malloc 96 0x557173471df0 0.000079
+particles malloc 96 0x557173471e60 0.000076
+particles malloc 96 0x557173471ed0 0.000076
+particles malloc 96 0x557173471f40 0.000075
+particles malloc 96 0x557173471fb0 0.000076
+particles malloc 96 0x557173472020 0.000076
+particles malloc 96 0x557173472090 0.000089
+particles malloc 96 0x557173472100 0.000077
+particles malloc 96 0x557173472170 0.000082
+particles malloc 96 0x5571734721e0 0.000077
+particles malloc 96 0x557173472250 0.000076
+particles malloc 96 0x5571734722c0 0.000076
+particles malloc 96 0x557173472330 0.000076
+particles malloc 96 0x5571734723a0 0.000076
+particles malloc 96 0x557173472410 0.000076
+particles malloc 96 0x557173472480 0.000076
+particles malloc 96 0x5571734724f0 0.000076
+particles malloc 96 0x557173472560 0.000077
+particles malloc 96 0x5571734725d0 0.000076
+particles malloc 96 0x557173472640 0.000078
+particles malloc 96 0x5571734726b0 0.000077
+particles malloc 96 0x557173472720 0.000077
+particles malloc 96 0x557173472790 0.000076
+particles malloc 96 0x557173472800 0.000076
+particles malloc 96 0x557173472870 0.000076
+particles malloc 96 0x5571734728e0 0.000076
+particles malloc 96 0x557173472950 0.000076
+particles malloc 96 0x5571734729c0 0.000076
+particles malloc 96 0x557173472a30 0.000077
+particles malloc 96 0x557173472aa0 0.000077
+particles malloc 96 0x557173472b10 0.000076
+particles malloc 96 0x557173472b80 0.000076
+particles malloc 96 0x557173472bf0 0.000077
+particles malloc 96 0x557173472c60 0.000076
+particles malloc 96 0x557173472cd0 0.000076
+particles malloc 96 0x557173472d40 0.000076
+particles malloc 96 0x557173472db0 0.000076
+particles malloc 96 0x557173472e20 0.000077
+particles malloc 96 0x557173472e90 0.000076
+particles malloc 96 0x557173472f00 0.000077
+particles malloc 96 0x557173472f70 0.000075
+particles malloc 96 0x557173472fe0 0.000076
+particles malloc 96 0x557173473050 0.000076
+particles malloc 96 0x5571734730c0 0.000075
+particles malloc 96 0x557173473130 0.000078
+particles malloc 96 0x5571734731a0 0.000075
+particles malloc 96 0x557173473210 0.000074
+particles malloc 96 0x557173473280 0.000074
+particles malloc 96 0x5571734732f0 0.000074
+particles malloc 96 0x557173473360 0.000082
+particles malloc 96 0x5571734733d0 0.000077
+particles malloc 96 0x557173495490 0.000077
+particles malloc 96 0x557173495500 0.000077
+particles malloc 96 0x557173495570 0.000077
+particles malloc 96 0x5571734955e0 0.000077
+particles malloc 96 0x557173495650 0.000077
+particles malloc 96 0x5571734956c0 0.000076
+particles malloc 96 0x557173495730 0.000077
+particles malloc 96 0x5571734957a0 0.000077
+particles malloc 96 0x557173495810 0.000076
+particles malloc 96 0x557173495880 0.000075
+particles malloc 96 0x5571734958f0 0.000077
+particles malloc 96 0x557173495960 0.000076
+particles malloc 96 0x5571734959d0 0.000077
+particles malloc 96 0x557173495a40 0.000076
+particles malloc 96 0x557173495ab0 0.000077
+particles malloc 96 0x557173495b20 0.000078
+particles malloc 96 0x557173495b90 0.000077
+particles malloc 96 0x557173495c00 0.000077
+particles malloc 96 0x557173495c70 0.000076
+particles malloc 96 0x557173495ce0 0.000076
+particles malloc 96 0x557173495d50 0.000077
+particles malloc 96 0x557173495dc0 0.000076
+particles malloc 96 0x557173495e30 0.000076
+particles malloc 96 0x557173495ea0 0.000076
+particles malloc 96 0x557173495f10 0.000077
+particles malloc 96 0x557173495f80 0.000080
+particles malloc 96 0x557173495ff0 0.000084
+particles malloc 96 0x557173496060 0.000076
+particles malloc 96 0x5571734960d0 0.000076
+particles malloc 96 0x557173496140 0.000080
+particles malloc 96 0x5571734961b0 0.000077
+particles malloc 96 0x557173496220 0.000077
+particles malloc 96 0x557173496290 0.000077
+particles malloc 96 0x557173496300 0.000076
+particles malloc 96 0x557173496370 0.000077
+particles malloc 96 0x5571734963e0 0.000077
+particles malloc 96 0x557173496450 0.000077
+particles malloc 96 0x5571734964c0 0.000076
+particles malloc 96 0x557173496530 0.000076
+particles malloc 96 0x5571734965a0 0.000076
+particles malloc 96 0x557173496610 0.000078
+particles malloc 96 0x557173496680 0.000076
+particles malloc 96 0x5571734966f0 0.000076
+particles malloc 96 0x557173496760 0.000077
+particles malloc 96 0x5571734967d0 0.000077
+particles malloc 96 0x557173496840 0.000077
+particles malloc 96 0x5571734968b0 0.000077
+particles malloc 96 0x557173496920 0.000077
+particles malloc 96 0x557173496990 0.000077
+particles malloc 96 0x557173496a00 0.000076
+particles malloc 96 0x557173496a70 0.000076
+particles malloc 96 0x557173496ae0 0.000077
+particles malloc 96 0x557173496b50 0.000077
+particles malloc 96 0x557173496bc0 0.000077
+particles malloc 96 0x557173496c30 0.000077
+particles malloc 96 0x557173496ca0 0.000077
+particles malloc 96 0x557173496d10 0.000076
+particles malloc 96 0x557173496d80 0.000077
+particles malloc 96 0x557173496df0 0.000076
+particles malloc 96 0x557173496e60 0.000076
+particles malloc 96 0x557173496ed0 0.000077
+particles malloc 96 0x557173496f40 0.000076
+particles malloc 96 0x557173496fb0 0.000079
+particles malloc 96 0x557173497020 0.000078
+particles malloc 96 0x557173497090 0.000076
+particles malloc 96 0x557173497100 0.000081
+particles malloc 96 0x557173497170 0.000076
+particles malloc 96 0x5571734971e0 0.000076
+particles malloc 96 0x557173497250 0.000076
+particles malloc 96 0x5571734972c0 0.000077
+particles malloc 96 0x557173497330 0.000076
+particles malloc 96 0x5571734973a0 0.000076
+particles malloc 96 0x557173497410 0.000077
+particles malloc 96 0x557173497480 0.000076
+particles malloc 96 0x5571734974f0 0.000076
+particles malloc 96 0x557173497560 0.000075
+particles malloc 96 0x5571734975d0 0.000075
+particles malloc 96 0x557173497640 0.000076
+particles malloc 96 0x5571734976b0 0.000076
+particles malloc 96 0x557173497720 0.000075
+particles malloc 96 0x557173497790 0.000076
+particles malloc 96 0x557173497800 0.000078
+particles malloc 96 0x557173497870 0.000076
+particles malloc 96 0x5571734978e0 0.000076
+particles malloc 96 0x557173497950 0.000077
+particles malloc 96 0x5571734979c0 0.000091
+particles malloc 96 0x557173497a30 0.000077
+particles malloc 96 0x557173497aa0 0.000076
+particles malloc 96 0x557173497b10 0.000077
+particles malloc 96 0x557173497b80 0.000076
+particles malloc 96 0x557173497bf0 0.000077
+particles malloc 96 0x557173497c60 0.000077
+particles malloc 96 0x557173497cd0 0.000077
+particles malloc 96 0x557173497d40 0.000076
+particles malloc 96 0x557173497db0 0.000077
+particles malloc 96 0x557173497e20 0.000076
+particles malloc 96 0x557173497e90 0.000077
+particles malloc 96 0x557173497f00 0.000076
+particles malloc 96 0x557173497f70 0.000077
+particles malloc 96 0x557173497fe0 0.000079
+particles malloc 96 0x557173498050 0.000076
+particles malloc 96 0x5571734980c0 0.000079
+particles malloc 96 0x557173498130 0.000078
+particles malloc 96 0x5571734981a0 0.000078
+particles malloc 96 0x557173498210 0.000076
+particles malloc 96 0x557173498280 0.000085
+particles malloc 96 0x5571734982f0 0.000077
+particles malloc 96 0x557173498360 0.000077
+particles malloc 96 0x5571734983d0 0.000077
+particles malloc 96 0x557173498440 0.000076
+particles malloc 96 0x5571734984b0 0.000076
+particles malloc 96 0x557173498520 0.000076
+particles malloc 96 0x557173498590 0.000077
+particles malloc 96 0x557173498600 0.000076
+particles malloc 96 0x557173498670 0.000077
+particles malloc 96 0x5571734986e0 0.000078
+particles malloc 96 0x557173498750 0.000077
+particles malloc 96 0x5571734987c0 0.000077
+particles malloc 96 0x557173498830 0.000076
+particles malloc 96 0x5571734988a0 0.000082
+particles malloc 96 0x557173498910 0.000074
+particles malloc 96 0x557173498980 0.000072
+particles malloc 96 0x5571734989f0 0.000074
+particles malloc 96 0x557173498a60 0.000074
+particles malloc 96 0x557173498ad0 0.000073
+particles malloc 96 0x557173498b40 0.000073
+particles malloc 96 0x557173498bb0 0.000072
+particles malloc 96 0x557173498c20 0.000073
+particles malloc 96 0x557173498c90 0.000073
+particles malloc 96 0x557173498d00 0.000074
+particles malloc 96 0x557173498d70 0.000074
+particles malloc 96 0x557173498de0 0.000073
+particles malloc 96 0x557173498e50 0.000073
+particles malloc 96 0x557173498ec0 0.000072
+particles malloc 96 0x557173498f30 0.000074
+particles malloc 96 0x557173498fa0 0.000074
+particles malloc 96 0x557173499010 0.000073
+particles malloc 96 0x557173499080 0.000083
+particles malloc 96 0x5571734990f0 0.000075
+particles malloc 96 0x557173499160 0.000073
+particles malloc 96 0x5571734991d0 0.000074
+particles malloc 96 0x557173499240 0.000072
+particles malloc 96 0x5571734992b0 0.000073
+particles malloc 96 0x557173499320 0.000073
+particles malloc 96 0x557173499390 0.000073
+particles malloc 96 0x557173499400 0.000073
+particles malloc 96 0x557173499470 0.000073
+particles malloc 96 0x5571734994e0 0.000072
+particles malloc 96 0x557173499550 0.000073
+particles malloc 96 0x5571734995c0 0.000074
+particles malloc 96 0x557173499630 0.000073
+particles malloc 96 0x5571734996a0 0.000073
+particles malloc 96 0x557173499710 0.000073
+particles malloc 96 0x557173499780 0.000073
+particles malloc 96 0x5571734997f0 0.000073
+particles malloc 96 0x557173499860 0.000073
+particles malloc 96 0x5571734998d0 0.000073
+particles malloc 96 0x557173499940 0.000073
+particles malloc 96 0x5571734999b0 0.000073
+particles malloc 96 0x557173499a20 0.000073
+particles malloc 96 0x557173499a90 0.000073
+particles malloc 96 0x557173499b00 0.000074
+particles malloc 96 0x557173499b70 0.000072
+particles malloc 96 0x557173499be0 0.000073
+particles malloc 96 0x557173499c50 0.000076
+particles malloc 96 0x557173499cc0 0.000074
+particles malloc 96 0x557173499d30 0.000073
+particles malloc 96 0x557173499da0 0.000072
+particles malloc 96 0x557173499e10 0.000073
+particles malloc 96 0x557173499e80 0.000073
+particles malloc 96 0x557173499ef0 0.000073
+particles malloc 96 0x557173499f60 0.000073
+particles malloc 96 0x557173499fd0 0.000075
+particles malloc 96 0x55717349a040 0.000073
+particles malloc 96 0x55717349a0b0 0.000073
+particles malloc 96 0x55717349a120 0.000112
+particles malloc 96 0x55717349a190 0.000072
+particles malloc 96 0x55717349a200 0.000071
+particles malloc 96 0x55717349a270 0.000072
+particles malloc 96 0x55717349a2e0 0.000077
+particles malloc 96 0x55717349a350 0.000072
+particles malloc 96 0x55717349a3c0 0.000071
+particles malloc 96 0x55717349a430 0.000070
+particles malloc 96 0x55717349a4a0 0.000071
+particles malloc 96 0x55717349a510 0.000072
+particles malloc 96 0x55717349a580 0.000071
+particles malloc 96 0x55717349a5f0 0.000071
+particles malloc 96 0x55717349a660 0.000071
+particles malloc 96 0x55717349a6d0 0.000071
+particles malloc 96 0x55717349a740 0.000071
+particles malloc 96 0x55717349a7b0 0.000071
+particles malloc 96 0x55717349a820 0.000071
+particles malloc 96 0x55717349a890 0.000071
+particles malloc 96 0x55717349a900 0.000070
+particles malloc 96 0x55717349a970 0.000072
+particles malloc 96 0x55717349a9e0 0.000071
+particles malloc 96 0x55717349aa50 0.000072
+particles malloc 96 0x55717349aac0 0.000071
+particles malloc 96 0x55717349ab30 0.000071
+particles malloc 96 0x55717349aba0 0.000072
+particles malloc 96 0x55717349ac10 0.000071
+particles malloc 96 0x55717349ac80 0.000070
+particles malloc 96 0x55717349acf0 0.000072
+particles malloc 96 0x55717349ad60 0.000071
+particles malloc 96 0x55717349add0 0.000071
+particles malloc 96 0x55717349ae40 0.000072
+particles malloc 96 0x55717349aeb0 0.000071
+particles malloc 96 0x55717349af20 0.000073
+particles malloc 96 0x55717349af90 0.000072
+particles malloc 96 0x55717349b000 0.000076
+particles malloc 96 0x55717349b070 0.000072
+particles malloc 96 0x55717349b0e0 0.000073
+particles malloc 96 0x55717349b150 0.000073
+particles malloc 96 0x55717349b1c0 0.000079
+particles malloc 96 0x55717349b230 0.000073
+particles malloc 96 0x55717349b2a0 0.000072
+particles malloc 96 0x55717349b310 0.000071
+particles malloc 96 0x55717349b380 0.000072
+particles malloc 96 0x55717349b3f0 0.000071
+particles malloc 96 0x55717349b460 0.000076
+particles malloc 96 0x55717349b4d0 0.000072
+particles malloc 96 0x55717349b540 0.000072
+particles malloc 96 0x55717349b5b0 0.000072
+particles malloc 96 0x55717349b620 0.000071
+particles malloc 96 0x55717349b690 0.000072
+particles malloc 96 0x55717349b700 0.000071
+particles malloc 96 0x55717349b770 0.000072
+particles malloc 96 0x55717349b7e0 0.000072
+particles malloc 96 0x55717349b850 0.000071
+particles malloc 96 0x55717349b8c0 0.000072
+particles malloc 96 0x55717349b930 0.000071
+particles malloc 96 0x55717349b9a0 0.000071
+particles malloc 96 0x55717349ba10 0.000072
+particles malloc 96 0x55717349ba80 0.000071
+particles malloc 96 0x55717349baf0 0.000071
+particles malloc 96 0x55717349bb60 0.000071
+particles malloc 96 0x55717349bbd0 0.000071
+particles malloc 96 0x55717349bc40 0.000071
+particles malloc 96 0x55717349bcb0 0.000072
+particles malloc 96 0x55717349bd20 0.000072
+particles malloc 96 0x55717349bd90 0.000071
+particles malloc 96 0x55717349be00 0.000071
+particles malloc 96 0x55717349be70 0.000077
+particles malloc 96 0x55717349bee0 0.000073
+particles malloc 96 0x55717349bf50 0.000073
+particles malloc 96 0x55717349bfc0 0.000075
+particles malloc 96 0x55717349c030 0.000073
+particles malloc 96 0x55717349c0a0 0.000073
+particles malloc 96 0x55717349c110 0.000072
+particles malloc 96 0x55717349c180 0.000074
+particles malloc 96 0x55717349c1f0 0.000073
+particles malloc 96 0x55717349c260 0.000073
+particles malloc 96 0x55717349c2d0 0.000074
+particles malloc 96 0x55717349c340 0.000071
+particles malloc 96 0x55717349c3b0 0.000072
+particles malloc 96 0x55717349c420 0.000072
+particles malloc 96 0x55717349c490 0.000072
+particles malloc 96 0x55717349c500 0.000071
+particles malloc 96 0x55717349c570 0.000072
+particles malloc 96 0x55717349c5e0 0.000072
+particles malloc 96 0x55717349c650 0.000071
+particles malloc 96 0x55717349c6c0 0.000071
+particles malloc 96 0x55717349c730 0.000072
+particles malloc 96 0x55717349c7a0 0.000075
+particles malloc 96 0x55717349c810 0.000072
+particles malloc 96 0x55717349c880 0.000072
+particles malloc 96 0x55717349c8f0 0.000072
+particles malloc 96 0x55717349c960 0.000072
+particles malloc 96 0x55717349c9d0 0.000071
+particles malloc 96 0x55717349ca40 0.000071
+particles malloc 96 0x55717349cab0 0.000071
+particles malloc 96 0x55717349cb20 0.000071
+particles malloc 96 0x55717349cb90 0.000073
+particles malloc 96 0x55717349cc00 0.000072
+particles malloc 96 0x55717349cc70 0.000073
+particles malloc 96 0x55717349cce0 0.000071
+particles malloc 96 0x55717349cd50 0.000071
+particles malloc 96 0x55717349cdc0 0.000071
+particles malloc 96 0x55717349ce30 0.000071
+particles malloc 96 0x55717349cea0 0.000072
+particles malloc 96 0x55717349cf10 0.000071
+particles malloc 96 0x55717349cf80 0.000072
+particles malloc 96 0x55717349cff0 0.000074
+particles malloc 96 0x55717349d060 0.000073
+particles malloc 96 0x55717349d0d0 0.000074
+particles malloc 96 0x55717349d140 0.000072
+particles malloc 96 0x55717349d1b0 0.000072
+particles malloc 96 0x55717349d220 0.000073
+particles malloc 96 0x55717349d290 0.000072
+particles malloc 96 0x55717349d300 0.000073
+particles malloc 96 0x55717349d370 0.000084
+particles malloc 96 0x55717349d3e0 0.000073
+particles malloc 96 0x55717349d450 0.000072
+particles malloc 96 0x55717349d4c0 0.000072
+particles malloc 96 0x55717349d530 0.000073
+particles malloc 96 0x55717349d5a0 0.000074
+particles malloc 96 0x55717349d610 0.000072
+particles malloc 96 0x55717349d680 0.000072
+particles malloc 96 0x55717349d6f0 0.000072
+particles malloc 96 0x55717349d760 0.000073
+particles malloc 96 0x55717349d7d0 0.000072
+particles malloc 96 0x55717349d840 0.000072
+particles malloc 96 0x55717349d8b0 0.000072
+particles malloc 96 0x55717349d920 0.000073
+particles malloc 96 0x55717349d990 0.000072
+particles malloc 7 0x557173462400 0.000074
+particles malloc 7 0x5571734553b0 0.000076
+particles malloc 18 0x557173473440 0.000075
+particles realloc 0x557173473440|19 0x557173473440 0.000079
+particles free 0x557173473440 void 0.000074
+particles malloc 20 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000077
+particles malloc 40 0x557173473440 0.000074
+particles malloc 16 0x557173459bc0 0.000074
+particles free 0x557173459ba0 void 0.000077
+libdl.so.2 free 0x55717349da30 void 0.000076
+particles malloc 79 0x55717349dae0 0.000072
+particles malloc 24 0x557173459ba0 0.000071
+particles malloc 24 0x55717349db40 0.000071
+particles free 0x55717349dae0 void 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles free 0x55717349db40 void 0.000071
+particles malloc 22 0x55717349db40 0.000074
+particles realloc 0x55717349db40|23 0x55717349db40 0.000075
+libdl.so.2 free 0x55717349da70 void 0.000072
+ld-linux-x86-64.so.2 malloc 49 0x55717349da30 0.000074
+ld-linux-x86-64.so.2 malloc 49 0x55717349e010 0.000074
+ld-linux-x86-64.so.2 malloc 38 0x557173450b90 0.000072
+ld-linux-x86-64.so.2 malloc 38 0x55717349e500 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x55717349e530 0.000074
+ld-linux-x86-64.so.2 malloc 104 0x55717349da70 0.000071
+particles free 0x55717349db40 void 0.000077
+particles malloc 392 0x55717349e730 0.000075
+particles malloc 8 0x55717349db40 0.000074
+particles malloc 11 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000076
+ld-linux-x86-64.so.2 malloc 38 0x55717349e8c0 0.000074
+ld-linux-x86-64.so.2 malloc 38 0x55717349eda0 0.000072
+ld-linux-x86-64.so.2 malloc 38 0x55717349edd0 0.000085
+ld-linux-x86-64.so.2 malloc 38 0x55717349f2b0 0.000073
+ld-linux-x86-64.so.2 malloc 38 0x55717349f2e0 0.000083
+ld-linux-x86-64.so.2 malloc 38 0x55717349f7c0 0.000103
+ld-linux-x86-64.so.2 malloc 40 0x55717349f7f0 0.000073
+ld-linux-x86-64.so.2 malloc 40 0x55717349fcd0 0.000072
+ld-linux-x86-64.so.2 malloc 72 0x557173450d80 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x55717349fd00 0.000070
+ld-linux-x86-64.so.2 malloc 34 0x55717349fd30 0.000072
+ld-linux-x86-64.so.2 malloc 34 0x5571734a0210 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734a0240 0.000072
+ld-linux-x86-64.so.2 malloc 56 0x5571734a0280 0.000071
+ld-linux-x86-64.so.2 malloc 168 0x5571734a02c0 0.000078
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18408 0x5571734a0810 0.000082
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000076
+particles malloc 19 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000118
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 8 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 9 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000073
+particles free 0x557173459ba0 void 0.000072
+particles malloc 9 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 19 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 13 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 15 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000071
+particles malloc 11 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000071
+particles malloc 16 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 17 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 16 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 15 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000087
+particles malloc 22 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000071
+particles malloc 13 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000082
+particles malloc 12 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000072
+particles malloc 10 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 26 0x5571734a5000 0.000075
+particles realloc 0x5571734a5000|27 0x5571734a5000 0.000075
+particles free 0x5571734a5000 void 0.000077
+particles malloc 5 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|6 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 24 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|25 0x5571734a5030 0.000077
+particles free 0x5571734a5030 void 0.000074
+particles malloc 9 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 22 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 21 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 23 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000085
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 20 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 24 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|25 0x5571734a5060 0.000077
+particles free 0x5571734a5060 void 0.000074
+particles malloc 22 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 8 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 8 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 8 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000085
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 20 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000075
+particles malloc 26 0x5571734a5060 0.000073
+particles realloc 0x5571734a5060|27 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000076
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000145
+particles free 0x557173459ba0 void 0.000088
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000091
+particles free 0x557173459ba0 void 0.000096
+particles malloc 19 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 20 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 19 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 26 0x5571734a5060 0.000073
+particles realloc 0x5571734a5060|27 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000089
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 25 0x5571734a5060 0.000073
+particles realloc 0x5571734a5060|26 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000073
+particles malloc 17 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000081
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 13 0x557173459ba0 0.000087
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000102
+particles free 0x557173459ba0 void 0.000099
+particles malloc 21 0x557173459ba0 0.000097
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000108
+particles free 0x557173459ba0 void 0.000083
+particles malloc 25 0x5571734a5060 0.000073
+particles realloc 0x5571734a5060|26 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000073
+particles malloc 20 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 22 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 22 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000118
+particles free 0x557173459ba0 void 0.000077
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000083
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 20 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 26 0x5571734a5060 0.000071
+particles realloc 0x5571734a5060|27 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000072
+particles malloc 19 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 18 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 26 0x5571734a5060 0.000072
+particles realloc 0x5571734a5060|27 0x5571734a5060 0.000076
+particles free 0x5571734a5060 void 0.000073
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 24 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|25 0x5571734a5090 0.000077
+particles free 0x5571734a5090 void 0.000075
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 9 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 20 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 7 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 21 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000077
+particles malloc 9 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000082
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 27 0x5571734a5090 0.000073
+particles realloc 0x5571734a5090|28 0x5571734a5090 0.000076
+particles free 0x5571734a5090 void 0.000080
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 24 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|25 0x5571734a50c0 0.000076
+particles free 0x5571734a50c0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 21 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000075
+particles malloc 23 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 23 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000076
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 28 0x5571734a50c0 0.000074
+particles realloc 0x5571734a50c0|29 0x5571734a50c0 0.000076
+particles free 0x5571734a50c0 void 0.000074
+particles malloc 21 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000115
+particles malloc 24 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|25 0x5571734a50f0 0.000077
+particles free 0x5571734a50f0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 8 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 21 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000081
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 20 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 10 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000127
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 21 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 23 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000072
+particles malloc 8 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 9 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000145
+particles free 0x557173459ba0 void 0.000142
+particles malloc 15 0x557173459ba0 0.000114
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000089
+particles free 0x557173459ba0 void 0.000087
+particles malloc 6 0x557173459ba0 0.000086
+particles realloc 0x557173459ba0|7 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000076
+particles malloc 8 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 15 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000077
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 5 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|6 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 11 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 11 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000077
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 9 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000076
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 14 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000090
+particles free 0x557173459ba0 void 0.000077
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 7 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 16 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000076
+particles malloc 11 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000076
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000078
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 9 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000076
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 11 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 11 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000088
+particles free 0x557173459ba0 void 0.000077
+particles malloc 21 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 13 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000120
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 9 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000115
+particles malloc 19 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 9 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000076
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000084
+particles malloc 12 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000079
+particles malloc 20 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 20 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 18 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 21 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 11 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000116
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 10 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000072
+particles malloc 17 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 15 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 8 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000077
+particles malloc 13 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 8 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000078
+particles malloc 7 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000076
+particles malloc 10 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 23 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 16 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 26 0x5571734a50f0 0.000074
+particles realloc 0x5571734a50f0|27 0x5571734a50f0 0.000077
+particles free 0x5571734a50f0 void 0.000075
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 16 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000086
+particles free 0x557173459ba0 void 0.000076
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000076
+particles malloc 18 0x557173459ba0 0.000095
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000120
+particles free 0x557173459ba0 void 0.000119
+particles malloc 17 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000118
+particles malloc 17 0x557173459ba0 0.000120
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000119
+particles free 0x557173459ba0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000081
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000086
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 13 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000134
+particles free 0x557173459ba0 void 0.000082
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 13 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 17 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000081
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 19 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000081
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000127
+particles malloc 22 0x557173459ba0 0.000123
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000144
+particles free 0x557173459ba0 void 0.000107
+particles malloc 16 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 23 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000079
+particles malloc 23 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000098
+particles malloc 17 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000092
+particles malloc 16 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 26 0x5571734a50f0 0.000098
+particles realloc 0x5571734a50f0|27 0x5571734a50f0 0.000097
+particles free 0x5571734a50f0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 21 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 13 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 22 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 25 0x5571734a50f0 0.000079
+particles realloc 0x5571734a50f0|26 0x5571734a50f0 0.000083
+particles free 0x5571734a50f0 void 0.000080
+particles malloc 7 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 12 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000090
+particles free 0x557173459ba0 void 0.000078
+particles malloc 19 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 24 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|25 0x5571734a5120 0.000085
+particles free 0x5571734a5120 void 0.000078
+particles malloc 21 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000082
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 19 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 22 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 19 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000081
+particles malloc 23 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 21 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000100
+particles malloc 18 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000119
+particles malloc 15 0x557173459ba0 0.000120
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000120
+particles free 0x557173459ba0 void 0.000119
+particles malloc 13 0x557173459ba0 0.000115
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000121
+particles free 0x557173459ba0 void 0.000092
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 12 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000092
+particles malloc 18 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 16 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000099
+particles malloc 16 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000082
+particles malloc 17 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 21 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 19 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 22 0x557173459ba0 0.000105
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000079
+particles malloc 22 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 21 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000093
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000125
+particles malloc 20 0x557173459ba0 0.000119
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000123
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000105
+particles free 0x557173459ba0 void 0.000080
+particles malloc 12 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000091
+particles malloc 16 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 23 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000078
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 26 0x5571734a5120 0.000081
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000080
+particles malloc 25 0x5571734a5120 0.000079
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000084
+particles free 0x5571734a5120 void 0.000081
+particles malloc 16 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000093
+particles malloc 23 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000116
+particles malloc 19 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000092
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000078
+particles malloc 20 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 20 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 27 0x5571734a5120 0.000079
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000081
+particles free 0x5571734a5120 void 0.000079
+particles malloc 20 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000092
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 22 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 9 0x557173459ba0 0.000127
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000121
+particles free 0x557173459ba0 void 0.000119
+particles malloc 16 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 26 0x5571734a5120 0.000077
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000082
+particles free 0x5571734a5120 void 0.000080
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000081
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000092
+particles malloc 11 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000092
+particles malloc 23 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000092
+particles free 0x557173459ba0 void 0.000079
+particles malloc 11 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 16 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 24 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000084
+particles free 0x5571734a5150 void 0.000081
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 25 0x5571734a5120 0.000080
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000082
+particles free 0x5571734a5120 void 0.000078
+particles malloc 13 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 17 0x557173459ba0 0.000140
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000092
+particles malloc 17 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000092
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 16 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 19 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000078
+particles malloc 15 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 22 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 20 0x557173459ba0 0.000125
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000120
+particles free 0x557173459ba0 void 0.000119
+particles malloc 17 0x557173459ba0 0.000121
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000133
+particles free 0x557173459ba0 void 0.000121
+particles malloc 18 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 17 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 25 0x5571734a5120 0.000088
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000095
+particles free 0x5571734a5120 void 0.000080
+particles malloc 28 0x5571734a5120 0.000080
+particles realloc 0x5571734a5120|29 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000079
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 16 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 16 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 21 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 20 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 23 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000080
+particles malloc 26 0x5571734a5120 0.000080
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000081
+particles malloc 25 0x5571734a5120 0.000079
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000081
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000080
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000118
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000093
+particles malloc 20 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000129
+particles malloc 9 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000123
+particles free 0x557173459ba0 void 0.000081
+particles malloc 26 0x5571734a5120 0.000079
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000079
+particles malloc 20 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000092
+particles malloc 11 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000080
+particles malloc 23 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 24 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000082
+particles free 0x5571734a5150 void 0.000079
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000081
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000081
+particles malloc 18 0x557173459ba0 0.000089
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000080
+particles malloc 26 0x5571734a5120 0.000081
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000082
+particles free 0x5571734a5120 void 0.000079
+particles malloc 27 0x5571734a5120 0.000080
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000084
+particles free 0x5571734a5120 void 0.000091
+particles malloc 20 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000102
+particles free 0x557173459ba0 void 0.000079
+particles malloc 20 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 26 0x5571734a5120 0.000091
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000078
+particles malloc 16 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000092
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000091
+particles malloc 11 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 26 0x5571734a5120 0.000077
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000082
+particles free 0x5571734a5120 void 0.000091
+particles malloc 11 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000079
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000126
+particles malloc 18 0x557173459ba0 0.000123
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000125
+particles free 0x557173459ba0 void 0.000092
+particles malloc 10 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000111
+particles free 0x557173459ba0 void 0.000091
+particles malloc 23 0x557173459ba0 0.000093
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 15 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 9 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000093
+particles malloc 11 0x557173459ba0 0.000118
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000118
+particles free 0x557173459ba0 void 0.000092
+particles malloc 11 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000083
+particles malloc 13 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 13 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000080
+particles malloc 12 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000093
+particles malloc 10 0x557173459ba0 0.000154
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000092
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 10 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 17 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000102
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000081
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 11 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 15 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 10 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000092
+particles malloc 18 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 17 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 14 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000139
+particles malloc 25 0x5571734a5120 0.000119
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000084
+particles free 0x5571734a5120 void 0.000080
+particles malloc 21 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000104
+particles free 0x557173459ba0 void 0.000092
+particles malloc 25 0x5571734a5120 0.000091
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000083
+particles free 0x5571734a5120 void 0.000081
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000080
+particles malloc 11 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000085
+particles free 0x557173459ba0 void 0.000093
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 10 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 12 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000080
+particles malloc 5 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|6 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 7 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000090
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 7 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 7 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|8 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 11 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 10 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 12 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 8 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 10 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 15 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000092
+particles malloc 14 0x557173459ba0 0.000118
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000119
+particles free 0x557173459ba0 void 0.000117
+particles malloc 14 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000081
+particles malloc 26 0x5571734a5120 0.000091
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000133
+particles free 0x5571734a5120 void 0.000105
+particles malloc 17 0x557173459ba0 0.000094
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000081
+particles malloc 16 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000080
+particles malloc 9 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 9 0x557173459ba0 0.000089
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 8 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000090
+particles malloc 16 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000080
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000081
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 11 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000092
+particles malloc 12 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000080
+particles malloc 15 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000092
+particles malloc 12 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000091
+particles malloc 17 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 19 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 12 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000081
+particles malloc 19 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 13 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 14 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000093
+particles malloc 20 0x557173459ba0 0.000136
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000086
+particles free 0x557173459ba0 void 0.000093
+particles malloc 13 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000086
+particles free 0x557173459ba0 void 0.000090
+particles malloc 23 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000092
+particles malloc 30 0x5571734a5120 0.000079
+particles realloc 0x5571734a5120|31 0x5571734a5120 0.000081
+particles free 0x5571734a5120 void 0.000078
+particles malloc 22 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 11 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000080
+particles malloc 12 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000097
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000152
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000177
+particles free 0x557173459ba0 void 0.000109
+particles malloc 17 0x557173459ba0 0.000136
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000123
+particles free 0x557173459ba0 void 0.000130
+particles malloc 13 0x557173459ba0 0.000119
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000124
+particles free 0x557173459ba0 void 0.000118
+particles malloc 22 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000081
+particles malloc 15 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000081
+particles malloc 22 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 20 0x557173459ba0 0.000080
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000097
+particles malloc 14 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000080
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000089
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000081
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000092
+particles free 0x557173459ba0 void 0.000150
+particles malloc 19 0x557173459ba0 0.000169
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000169
+particles free 0x557173459ba0 void 0.000098
+particles malloc 17 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000092
+particles malloc 20 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000092
+particles malloc 18 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000091
+particles malloc 18 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000107
+particles free 0x557173459ba0 void 0.000094
+particles malloc 14 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000091
+particles malloc 20 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000091
+particles malloc 17 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000091
+particles malloc 21 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000092
+particles malloc 15 0x557173459ba0 0.000091
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000092
+particles malloc 21 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000095
+particles free 0x557173459ba0 void 0.000091
+particles malloc 16 0x557173459ba0 0.000092
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000096
+particles free 0x557173459ba0 void 0.000091
+particles malloc 14 0x557173459ba0 0.000093
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000094
+particles free 0x557173459ba0 void 0.000091
+particles malloc 27 0x5571734a5120 0.000091
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000094
+particles free 0x5571734a5120 void 0.000155
+particles malloc 16 0x557173459ba0 0.000127
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000155
+particles free 0x557173459ba0 void 0.000109
+particles malloc 20 0x557173459ba0 0.000126
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000114
+particles free 0x557173459ba0 void 0.000124
+particles malloc 14 0x557173459ba0 0.000127
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000128
+particles free 0x557173459ba0 void 0.000123
+particles malloc 11 0x557173459ba0 0.000123
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000130
+particles free 0x557173459ba0 void 0.000108
+particles malloc 19 0x557173459ba0 0.000121
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000128
+particles free 0x557173459ba0 void 0.000124
+particles malloc 14 0x557173459ba0 0.000132
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000115
+particles free 0x557173459ba0 void 0.000108
+particles malloc 23 0x557173459ba0 0.000106
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000116
+particles free 0x557173459ba0 void 0.000107
+particles malloc 12 0x557173459ba0 0.000105
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000117
+particles free 0x557173459ba0 void 0.000087
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 21 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 16 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000077
+particles malloc 21 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 17 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 11 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000110
+particles free 0x557173459ba0 void 0.000079
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 14 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 18 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000077
+particles malloc 11 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 10 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000080
+particles malloc 16 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 13 0x557173459ba0 0.000087
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000078
+particles malloc 8 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000105
+particles free 0x557173459ba0 void 0.000082
+particles malloc 21 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000079
+particles malloc 11 0x557173459ba0 0.000079
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 12 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000079
+particles malloc 13 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000081
+particles free 0x557173459ba0 void 0.000078
+particles malloc 14 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000083
+particles malloc 18 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000086
+particles malloc 19 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 18 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 22 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000112
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 8 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|9 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000074
+particles malloc 26 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000077
+particles free 0x5571734a5120 void 0.000074
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000098
+particles malloc 21 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 18 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000075
+particles malloc 21 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 11 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000077
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 17 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000075
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 25 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000077
+particles free 0x5571734a5120 void 0.000077
+particles malloc 15 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 5 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|6 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000076
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 25 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000078
+particles free 0x5571734a5120 void 0.000074
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000101
+particles free 0x557173459ba0 void 0.000077
+particles malloc 21 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000084
+particles malloc 18 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000078
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000074
+particles malloc 16 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000076
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 32 0x5571734a5120 0.000073
+particles realloc 0x5571734a5120|33 0x5571734a5120 0.000078
+particles free 0x5571734a5120 void 0.000075
+particles malloc 13 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000077
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 17 0x557173459ba0 0.000111
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 20 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 27 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000077
+particles free 0x5571734a5120 void 0.000075
+particles malloc 23 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 27 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000078
+particles free 0x5571734a5120 void 0.000074
+particles malloc 14 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000099
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 11 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 17 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 10 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 17 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000076
+particles malloc 25 0x5571734a5120 0.000075
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000077
+particles free 0x5571734a5120 void 0.000075
+particles malloc 21 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 25 0x5571734a5120 0.000074
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000078
+particles free 0x5571734a5120 void 0.000075
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 19 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000075
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000076
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000079
+particles free 0x557173459ba0 void 0.000074
+particles malloc 11 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 10 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 9 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|10 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000079
+particles malloc 12 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000074
+particles malloc 12 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000074
+particles malloc 19 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000082
+particles free 0x557173459ba0 void 0.000083
+particles malloc 15 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+ld-linux-x86-64.so.2 malloc 42 0x5571734a5180 0.000074
+ld-linux-x86-64.so.2 malloc 42 0x5571734a5670 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734a56b0 0.000071
+ld-linux-x86-64.so.2 malloc 42 0x5571734a5ba0 0.000073
+ld-linux-x86-64.so.2 malloc 41 0x5571734a5be0 0.000072
+ld-linux-x86-64.so.2 malloc 41 0x5571734a60d0 0.000072
+ld-linux-x86-64.so.2 malloc 56 0x5571734a6110 0.000072
+ld-linux-x86-64.so.2 malloc 56 0x5571734a6150 0.000071
+ld-linux-x86-64.so.2 malloc 216 0x5571734a6190 0.000071
+particles free 0x557173459ba0 void 0.000196
+particles malloc 1416 0x5571734a6420 0.000122
+particles malloc 20 0x557173459ba0 0.000114
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000086
+particles free 0x557173459ba0 void 0.000085
+particles malloc 21 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 18 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 20 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 21 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 21 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 22 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 20 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 21 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000083
+particles malloc 15 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 24 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000077
+particles free 0x5571734a5150 void 0.000072
+particles malloc 20 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 21 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 28 0x5571734a5120 0.000070
+particles realloc 0x5571734a5120|29 0x5571734a5120 0.000074
+particles free 0x5571734a5120 void 0.000072
+particles malloc 25 0x5571734a5120 0.000071
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000074
+particles free 0x5571734a5120 void 0.000072
+particles malloc 26 0x5571734a5120 0.000070
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000074
+particles free 0x5571734a5120 void 0.000072
+particles malloc 24 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000075
+particles free 0x5571734a5150 void 0.000073
+particles malloc 25 0x5571734a5120 0.000070
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000074
+particles free 0x5571734a5120 void 0.000071
+particles malloc 19 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 25 0x5571734a5120 0.000070
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000075
+particles free 0x5571734a5120 void 0.000072
+particles malloc 15 0x557173459ba0 0.000069
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000098
+particles free 0x557173459ba0 void 0.000092
+particles malloc 21 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000093
+particles free 0x557173459ba0 void 0.000089
+particles malloc 21 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000092
+particles free 0x557173459ba0 void 0.000090
+particles malloc 15 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000092
+particles free 0x557173459ba0 void 0.000090
+particles malloc 19 0x557173459ba0 0.000088
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000148
+particles free 0x557173459ba0 void 0.000088
+particles malloc 18 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000084
+particles malloc 19 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000084
+particles malloc 16 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000095
+particles malloc 22 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000089
+particles free 0x557173459ba0 void 0.000084
+particles malloc 19 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000083
+particles malloc 20 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000106
+particles free 0x557173459ba0 void 0.000086
+particles malloc 23 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000083
+particles malloc 24 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000087
+particles free 0x5571734a5150 void 0.000084
+particles malloc 20 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|21 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000083
+particles malloc 24 0x557173459ba0 0.000083
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000087
+particles free 0x5571734a5150 void 0.000083
+particles malloc 25 0x5571734a5120 0.000082
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000087
+particles free 0x5571734a5120 void 0.000084
+particles malloc 23 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000083
+particles malloc 24 0x557173459ba0 0.000085
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000087
+particles free 0x5571734a5150 void 0.000084
+particles malloc 18 0x557173459ba0 0.000082
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000095
+particles malloc 19 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000087
+particles free 0x557173459ba0 void 0.000084
+particles malloc 25 0x5571734a5120 0.000083
+particles realloc 0x5571734a5120|26 0x5571734a5120 0.000087
+particles free 0x5571734a5120 void 0.000084
+particles malloc 22 0x557173459ba0 0.000160
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000135
+particles free 0x557173459ba0 void 0.000130
+particles malloc 21 0x557173459ba0 0.000133
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000102
+particles free 0x557173459ba0 void 0.000129
+particles malloc 15 0x557173459ba0 0.000087
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000088
+particles free 0x557173459ba0 void 0.000085
+particles malloc 19 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000088
+particles free 0x557173459ba0 void 0.000084
+particles malloc 22 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000089
+particles free 0x557173459ba0 void 0.000098
+particles malloc 23 0x557173459ba0 0.000090
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000100
+particles free 0x557173459ba0 void 0.000089
+particles malloc 21 0x557173459ba0 0.000096
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000090
+particles free 0x557173459ba0 void 0.000086
+particles malloc 22 0x557173459ba0 0.000084
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000088
+particles free 0x557173459ba0 void 0.000086
+particles malloc 19 0x557173459ba0 0.000087
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000089
+particles free 0x557173459ba0 void 0.000150
+particles malloc 19 0x557173459ba0 0.000086
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000084
+particles free 0x557173459ba0 void 0.000078
+particles malloc 27 0x5571734a5120 0.000077
+particles realloc 0x5571734a5120|28 0x5571734a5120 0.000081
+particles free 0x5571734a5120 void 0.000078
+particles malloc 21 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 17 0x557173459ba0 0.000077
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 26 0x5571734a5120 0.000077
+particles realloc 0x5571734a5120|27 0x5571734a5120 0.000080
+particles free 0x5571734a5120 void 0.000077
+particles malloc 22 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 23 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 17 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000077
+particles malloc 15 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000081
+ld-linux-x86-64.so.2 malloc 42 0x5571734a69b0 0.000076
+ld-linux-x86-64.so.2 malloc 42 0x5571734a6ea0 0.000075
+ld-linux-x86-64.so.2 malloc 39 0x5571734a5120 0.000075
+ld-linux-x86-64.so.2 malloc 39 0x5571734a50f0 0.000075
+ld-linux-x86-64.so.2 malloc 56 0x5571734a7390 0.000076
+ld-linux-x86-64.so.2 malloc 200 0x5571734a73d0 0.000073
+ld-linux-x86-64.so.2 malloc 64 0x5571734a75b0 0.000114
+ld-linux-x86-64.so.2 malloc 64 0x5571734a7600 0.000073
+ld-linux-x86-64.so.2 malloc 64 0x5571734a7650 0.000071
+ld-linux-x86-64.so.2 malloc 64 0x5571734a76a0 0.000071
+ld-linux-x86-64.so.2 malloc 64 0x5571734a76f0 0.000070
+particles free 0x557173459ba0 void 0.000072
+particles malloc 528 0x5571734a7740 0.000073
+particles malloc 22 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 25 0x5571734a50c0 0.000070
+particles realloc 0x5571734a50c0|26 0x5571734a50c0 0.000075
+particles free 0x5571734a50c0 void 0.000071
+particles malloc 26 0x5571734a50c0 0.000070
+particles realloc 0x5571734a50c0|27 0x5571734a50c0 0.000074
+particles free 0x5571734a50c0 void 0.000073
+particles malloc 23 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 23 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 27 0x5571734a50c0 0.000071
+particles realloc 0x5571734a50c0|28 0x5571734a50c0 0.000083
+particles free 0x5571734a50c0 void 0.000074
+particles malloc 22 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 21 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000074
+particles malloc 25 0x5571734a50c0 0.000071
+particles realloc 0x5571734a50c0|26 0x5571734a50c0 0.000074
+particles free 0x5571734a50c0 void 0.000071
+particles malloc 22 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 25 0x5571734a50c0 0.000071
+particles realloc 0x5571734a50c0|26 0x5571734a50c0 0.000075
+particles free 0x5571734a50c0 void 0.000072
+particles malloc 22 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000071
+particles malloc 25 0x5571734a50c0 0.000071
+particles realloc 0x5571734a50c0|26 0x5571734a50c0 0.000074
+particles free 0x5571734a50c0 void 0.000072
+particles malloc 23 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 27 0x5571734a50c0 0.000071
+particles realloc 0x5571734a50c0|28 0x5571734a50c0 0.000074
+particles free 0x5571734a50c0 void 0.000071
+particles malloc 19 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 23 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 22 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|23 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000124
+particles malloc 21 0x557173459ba0 0.000105
+particles realloc 0x557173459ba0|22 0x557173459ba0 0.000076
+particles free 0x557173459ba0 void 0.000073
+particles malloc 23 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000073
+particles free 0x557173459ba0 void 0.000071
+particles malloc 27 0x5571734a50c0 0.000070
+particles realloc 0x5571734a50c0|28 0x5571734a50c0 0.000074
+particles free 0x5571734a50c0 void 0.000072
+particles malloc 10 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000075
+ld-linux-x86-64.so.2 malloc 37 0x5571734a50c0 0.000072
+ld-linux-x86-64.so.2 malloc 37 0x5571734a5090 0.000071
+ld-linux-x86-64.so.2 malloc 200 0x5571734a7e10 0.000072
+particles free 0x557173459ba0 void 0.000114
+particles malloc 816 0x5571734a7f80 0.000079
+particles malloc 13 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 18 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 23 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|24 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 24 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|25 0x5571734a5150 0.000080
+particles free 0x5571734a5150 void 0.000074
+particles malloc 17 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|18 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 16 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 16 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 18 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 10 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 13 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 19 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|20 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 12 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 12 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|13 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000073
+particles malloc 11 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|12 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000071
+particles malloc 13 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000083
+particles free 0x557173459ba0 void 0.000073
+particles malloc 13 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000073
+particles malloc 16 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000073
+particles free 0x557173459ba0 void 0.000071
+particles malloc 16 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 13 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000073
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000072
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000075
+particles free 0x557173459ba0 void 0.000072
+particles malloc 14 0x557173459ba0 0.000071
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 18 0x557173459ba0 0.000070
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000074
+particles free 0x557173459ba0 void 0.000072
+particles malloc 10 0x557173459ba0 0.000120
+particles realloc 0x557173459ba0|11 0x557173459ba0 0.000170
+particles free 0x557173459ba0 void 0.000116
+particles malloc 16 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|17 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000076
+particles malloc 14 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000158
+particles malloc 14 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|15 0x557173459ba0 0.000080
+particles free 0x557173459ba0 void 0.000076
+particles malloc 13 0x557173459ba0 0.000076
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000075
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 18 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|19 0x557173459ba0 0.000078
+particles free 0x557173459ba0 void 0.000075
+particles malloc 13 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|14 0x557173459ba0 0.000077
+particles free 0x557173459ba0 void 0.000075
+particles malloc 15 0x557173459ba0 0.000074
+particles realloc 0x557173459ba0|16 0x557173459ba0 0.000077
+ld-linux-x86-64.so.2 malloc 42 0x5571734a82c0 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734a87b0 0.000072
+ld-linux-x86-64.so.2 malloc 56 0x5571734a87f0 0.000073
+particles free 0x557173459ba0 void 0.000077
+particles malloc 24 0x557173459ba0 0.000081
+particles malloc 17 0x5571734a8880 0.000071
+particles realloc 0x5571734a8880|18 0x5571734a8880 0.000076
+particles free 0x5571734a8880 void 0.000072
+libX11.so.6 malloc 40 0x5571734a5150 0.000077
+libX11.so.6 malloc 40 0x5571734a5060 0.000070
+libxcb.so.1 malloc 1 0x5571734a9b60 0.000075
+libX11.so.6 free 0x5571734a9b60 void 0.000075
+libxcb.so.1 malloc 1 0x5571734a9b60 0.000071
+libxcb.so.1 malloc 30 0x5571734a5030 0.000073
+libxcb.so.1 free 0x5571734a5030 void 0.000074
+libxcb.so.1 malloc 124 0x557173450f90 0.000076
+libXau.so.6 malloc 22 0x5571734a9b80 0.000076
+libxcb.so.1 free 0x557173450f90 void 0.000072
+libxcb.so.1 malloc 16 0x5571734aee50 0.000072
+libxcb.so.1 malloc 8 0x5571734aee70 0.000072
+libxcb.so.1 realloc 0x5571734aee70|5972 0x5571734aee70 0.000078
+libxcb.so.1 free 0x5571734a9b60 void 0.000087
+libxcb.so.1 free 0 void 0.000075
+libX11.so.6 malloc 48 0x5571734b05d0 0.000072
+libX11.so.6 malloc 48 0x5571734b0610 0.000070
+libX11.so.6 malloc 16 0x5571734a9b60 0.000070
+libX11.so.6 malloc 192 0x5571734b0650 0.000070
+libX11.so.6 malloc 48 0x5571734b0720 0.000070
+libX11.so.6 malloc 40 0x5571734a5030 0.000071
+libX11.so.6 malloc 48 0x5571734b0760 0.000071
+libX11.so.6 malloc 40 0x5571734a5000 0.000073
+libX11.so.6 malloc 21 0x5571734b4800 0.000073
+libxcb.so.1 realloc 0|32 0x5571734b7e70 0.000075
+libxcb.so.1 malloc 32 0x5571734b7ea0 0.000074
+libxcb.so.1 malloc 32 0x5571734b7ed0 0.000072
+libxcb.so.1 malloc 16 0x5571734b7f00 0.000070
+libxcb.so.1 free 0x5571734b7f00 void 0.000075
+libxcb.so.1 malloc 32 0x5571734b7f20 0.000082
+libxcb.so.1 free 0x5571734b7ea0 void 0.000073
+libxcb.so.1 malloc 32 0x5571734b7ea0 0.000071
+libxcb.so.1 malloc 16 0x5571734b7f00 0.000070
+libxcb.so.1 free 0x5571734b7f00 void 0.000071
+libxcb.so.1 free 0x5571734b7ea0 void 0.000072
+libX11.so.6 malloc 160 0x5571734b7f50 0.000073
+libX11.so.6 malloc 24 0x5571734b7f00 0.000071
+libxcb.so.1 free 0x5571734b7f20 void 0.000074
+libxcb.so.1 malloc 160 0x5571734b8000 0.000073
+libxcb.so.1 malloc 16 0x5571734b80b0 0.000071
+libxcb.so.1 free 0x5571734b80b0 void 0.000071
+libX11.so.6 malloc 127 0x557173450f90 0.000074
+libX11.so.6 free 0x5571734b8000 void 0.000073
+libX11.so.6 malloc 24 0x5571734b80b0 0.000071
+libxcb.so.1 malloc 32 0x5571734b7f20 0.000071
+libxcb.so.1 malloc 16 0x5571734b8170 0.000072
+libX11.so.6 free 0x5571734b7f00 void 0.000072
+libxcb.so.1 free 0x5571734b8170 void 0.000071
+libX11.so.6 free 0x5571734b7f20 void 0.000072
+libX11.so.6 malloc 24 0x5571734b7f00 0.000072
+libxcb.so.1 malloc 32 0x5571734b7f20 0.000071
+libxcb.so.1 malloc 16 0x5571734b8220 0.000070
+libX11.so.6 free 0x5571734b80b0 void 0.000071
+libxcb.so.1 free 0x5571734b8220 void 0.000073
+libX11.so.6 free 0x5571734b7f20 void 0.000070
+particles malloc 40 0x5571734b7f20 0.000075
+particles malloc 7176 0x5571734b8240 0.000075
+particles malloc 64 0x5571734b9e50 0.000072
+libX11.so.6 malloc 24 0x5571734b8220 0.000071
+libxcb.so.1 malloc 32 0x5571734b7ea0 0.000071
+libxcb.so.1 malloc 16 0x5571734b80b0 0.000070
+libX11.so.6 free 0x5571734b7f00 void 0.000072
+libxcb.so.1 free 0x5571734b80b0 void 0.000072
+libX11.so.6 free 0x5571734b7ea0 void 0.000205
+libX11.so.6 malloc 33 0x5571734b7ea0 0.000074
+libX11.so.6 malloc 24 0x5571734b80b0 0.000071
+libxcb.so.1 malloc 32 0x5571734ba0b0 0.000072
+libxcb.so.1 malloc 16 0x5571734b7f00 0.000070
+libX11.so.6 free 0x5571734b8220 void 0.000071
+libxcb.so.1 free 0x5571734b7f00 void 0.000072
+libX11.so.6 free 0x5571734ba0b0 void 0.000071
+libXext.so.6 malloc 24 0x5571734b7f00 0.000075
+libX11.so.6 malloc 24 0x5571734b8220 0.000072
+libxcb.so.1 malloc 32 0x5571734ba0b0 0.000071
+libxcb.so.1 malloc 16 0x5571734ba0e0 0.000070
+libX11.so.6 free 0x5571734b80b0 void 0.000071
+libxcb.so.1 free 0x5571734ba0e0 void 0.000071
+libX11.so.6 free 0x5571734ba0b0 void 0.000072
+libX11.so.6 malloc 24 0x5571734ba0e0 0.000071
+libxcb.so.1 malloc 32 0x5571734ba0b0 0.000072
+libxcb.so.1 malloc 16 0x5571734b80b0 0.000073
+libX11.so.6 free 0x5571734b8220 void 0.000072
+libxcb.so.1 free 0x5571734b80b0 void 0.000072
+libX11.so.6 free 0x5571734ba0b0 void 0.000072
+libXi.so.6 malloc 8 0x5571734b80b0 0.000074
+libX11.so.6 free 0x5571734b80b0 void 0.000073
+libXext.so.6 malloc 32 0x5571734ba0b0 0.000072
+libX11.so.6 malloc 24 0x5571734b80b0 0.000071
+libxcb.so.1 malloc 32 0x5571734ba100 0.000071
+libxcb.so.1 malloc 16 0x5571734b8220 0.000071
+libX11.so.6 free 0x5571734ba0e0 void 0.000071
+libxcb.so.1 free 0x5571734b8220 void 0.000071
+libX11.so.6 free 0x5571734ba100 void 0.000071
+libXext.so.6 malloc 24 0x5571734ba0e0 0.000072
+libXext.so.6 malloc 32 0x5571734ba100 0.000070
+libX11.so.6 malloc 24 0x5571734ba1c0 0.000072
+libxcb.so.1 malloc 32 0x5571734ba1e0 0.000082
+libxcb.so.1 malloc 16 0x5571734ba210 0.000072
+libX11.so.6 free 0x5571734b80b0 void 0.000072
+libxcb.so.1 free 0x5571734ba210 void 0.000071
+libX11.so.6 free 0x5571734ba1e0 void 0.000071
+libXext.so.6 malloc 208 0x5571734ba2c0 0.000072
+libX11.so.6 malloc 24 0x5571734b80b0 0.000071
+libxcb.so.1 malloc 32 0x5571734ba1e0 0.000070
+libxcb.so.1 malloc 16 0x5571734ba3a0 0.000071
+libX11.so.6 free 0x5571734ba1c0 void 0.000072
+libxcb.so.1 free 0x5571734ba3a0 void 0.000072
+libX11.so.6 free 0x5571734ba1e0 void 0.000072
+libXext.so.6 malloc 8 0x5571734ba3a0 0.000072
+libXext.so.6 malloc 24 0x5571734ba1c0 0.000071
+libXi.so.6 malloc 200 0x5571734ba3c0 0.000074
+libX11.so.6 malloc 24 0x5571734ba490 0.000072
+libxcb.so.1 malloc 32 0x5571734ba1e0 0.000071
+libxcb.so.1 malloc 16 0x5571734ba4b0 0.000071
+libX11.so.6 free 0x5571734b80b0 void 0.000071
+libxcb.so.1 free 0x5571734ba4b0 void 0.000072
+libX11.so.6 free 0x5571734ba1e0 void 0.000071
+libXi.so.6 malloc 8 0x5571734ba4b0 0.000071
+libX11.so.6 malloc 24 0x5571734b80b0 0.000071
+libxcb.so.1 malloc 32 0x5571734ba1e0 0.000072
+libxcb.so.1 malloc 16 0x5571734ba4d0 0.000071
+libX11.so.6 free 0x5571734ba490 void 0.000073
+libxcb.so.1 free 0x5571734ba4d0 void 0.000073
+libX11.so.6 free 0x5571734ba1e0 void 0.000071
+particles malloc 24 0x5571734ba4d0 0.000073
+particles malloc 40 0x5571734ba1e0 0.000071
+particles malloc 72 0x5571734ba4f0 0.000071
+particles malloc 40 0x5571734ba540 0.000071
+libXi.so.6 free 0x5571734ba570 void 0.000075
+libX11.so.6 malloc 24 0x5571734ba570 0.000075
+libxcb.so.1 malloc 4116 0x5571734ba590 0.000115
+libxcb.so.1 malloc 16 0x5571734ba490 0.000108
+libX11.so.6 free 0x5571734b80b0 void 0.000111
+libxcb.so.1 free 0x5571734ba490 void 0.000105
+libXi.so.6 malloc 320 0x5571734bb5b0 0.000116
+libXi.so.6 malloc 4084 0x5571734bb700 0.000082
+libX11.so.6 free 0x5571734ba590 void 0.000073
+libXi.so.6 malloc 480 0x5571734ba5b0 0.000073
+libXi.so.6 malloc 1024 0x557173452bc0 0.000071
+libXi.so.6 malloc 272 0x5571734ba7f0 0.000072
+libXi.so.6 malloc 1024 0x55717344f510 0.000072
+libXi.so.6 malloc 480 0x5571734ba960 0.000071
+libXi.so.6 malloc 272 0x5571734bab80 0.000072
+libXi.so.6 malloc 1024 0x5571734bacc0 0.000072
+libXi.so.6 free 0x5571734bb700 void 0.000072
+particles malloc 20 0x5571734ba490 0.000116
+particles malloc 2048 0x5571734bb700 0.000077
+particles malloc 21 0x5571734b80b0 0.000072
+libXi.so.6 free 0x5571734bb0d0 void 0.000072
+particles malloc 26 0x5571734bb0f0 0.000094
+libXi.so.6 free 0x5571734bb120 void 0.000075
+particles malloc 27 0x5571734bb140 0.000071
+libXi.so.6 free 0x5571734bb170 void 0.000072
+particles malloc 128 0x5571734bb190 0.000073
+particles malloc 19 0x5571734bb170 0.000071
+libXi.so.6 free 0x5571734bb220 void 0.000072
+particles malloc 28 0x5571734bb240 0.000071
+libXi.so.6 free 0x5571734bb270 void 0.000073
+particles malloc 20 0x5571734bb270 0.000072
+libXi.so.6 free 0x5571734ba5b0 void 0.000072
+libXi.so.6 free 0x5571734ba590 void 0.000072
+libXi.so.6 free 0x557173452bc0 void 0.000071
+libXi.so.6 free 0x5571734ba7a0 void 0.000072
+libXi.so.6 free 0x5571734ba7f0 void 0.000090
+libXi.so.6 free 0x5571734ba7c0 void 0.000072
+libXi.so.6 free 0x55717344f510 void 0.000072
+libXi.so.6 free 0x5571734ba910 void 0.000071
+libXi.so.6 free 0x5571734ba960 void 0.000073
+libXi.so.6 free 0x5571734ba940 void 0.000071
+libXi.so.6 free 0x5571734bab80 void 0.000074
+libXi.so.6 free 0x5571734bab50 void 0.000072
+libXi.so.6 free 0x5571734bacc0 void 0.000071
+libXi.so.6 free 0x5571734baca0 void 0.000072
+libXi.so.6 free 0x5571734bb5b0 void 0.000072
+particles malloc 7 0x5571734baca0 0.000074
+particles malloc 12 0x5571734ba940 0.000072
+particles malloc 7 0x5571734ba7a0 0.000071
+particles free 0x5571734ba940 void 0.000070
+ld-linux-x86-64.so.2 malloc 42 0x5571734bb290 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734bb2d0 0.000071
+ld-linux-x86-64.so.2 malloc 36 0x5571734bab50 0.000071
+ld-linux-x86-64.so.2 malloc 36 0x5571734ba910 0.000070
+ld-linux-x86-64.so.2 malloc 43 0x5571734bb310 0.000071
+ld-linux-x86-64.so.2 malloc 43 0x5571734bb350 0.000071
+ld-linux-x86-64.so.2 malloc 46 0x5571734bb390 0.000113
+ld-linux-x86-64.so.2 malloc 46 0x5571734bb3d0 0.000074
+ld-linux-x86-64.so.2 malloc 43 0x5571734bb410 0.000072
+ld-linux-x86-64.so.2 malloc 43 0x5571734bb450 0.000072
+ld-linux-x86-64.so.2 malloc 44 0x5571734bb490 0.000072
+ld-linux-x86-64.so.2 malloc 44 0x5571734bb4d0 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x5571734ba7c0 0.000075
+ld-linux-x86-64.so.2 malloc 40 0x5571734bb510 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734bb540 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734be490 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734be4d0 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734be9c0 0.000071
+ld-linux-x86-64.so.2 malloc 43 0x5571734bea00 0.000071
+ld-linux-x86-64.so.2 malloc 43 0x5571734beef0 0.000071
+ld-linux-x86-64.so.2 malloc 38 0x5571734bb580 0.000071
+ld-linux-x86-64.so.2 malloc 38 0x5571734bf3e0 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x5571734bf410 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf440 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf480 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf4c0 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x5571734bf500 0.000070
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf530 0.000070
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf570 0.000070
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf5b0 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf5f0 0.000071
+ld-linux-x86-64.so.2 malloc 56 0x5571734bf630 0.000073
+ld-linux-x86-64.so.2 malloc 424 0x5571734bf670 0.000072
+ld-linux-x86-64.so.2 malloc 64 0x5571734bfe70 0.000078
+particles malloc 17 0x5571734ba940 0.000076
+particles realloc 0x5571734ba940|18 0x5571734ba940 0.000077
+particles free 0x5571734ba940 void 0.000073
+particles malloc 15 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 14 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|15 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 16 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|17 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 18 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|19 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000073
+particles malloc 19 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|20 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 16 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|17 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 15 0x5571734ba940 0.000074
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000073
+particles malloc 15 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000084
+particles free 0x5571734ba940 void 0.000073
+particles malloc 17 0x5571734ba940 0.000122
+particles realloc 0x5571734ba940|18 0x5571734ba940 0.000077
+particles free 0x5571734ba940 void 0.000072
+particles malloc 19 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|20 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 17 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|18 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 16 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|17 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 16 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|17 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 18 0x5571734ba940 0.000072
+particles realloc 0x5571734ba940|19 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000073
+particles malloc 12 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|13 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 20 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|21 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 20 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|21 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 21 0x5571734ba940 0.000074
+particles realloc 0x5571734ba940|22 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000073
+particles malloc 25 0x5571734bfec0 0.000071
+particles realloc 0x5571734bfec0|26 0x5571734bfec0 0.000074
+particles free 0x5571734bfec0 void 0.000072
+particles malloc 20 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|21 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 15 0x5571734ba940 0.000075
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 17 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|18 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 19 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|20 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 24 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|25 0x5571734bfef0 0.000075
+particles free 0x5571734bfef0 void 0.000072
+particles malloc 11 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|12 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000071
+particles malloc 21 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|22 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 14 0x5571734ba940 0.000072
+particles realloc 0x5571734ba940|15 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000073
+particles malloc 15 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 16 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|17 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 17 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|18 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 24 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|25 0x5571734bff20 0.000076
+particles free 0x5571734bff20 void 0.000072
+particles malloc 20 0x5571734ba940 0.000074
+particles realloc 0x5571734ba940|21 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 15 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|16 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000081
+particles malloc 14 0x5571734ba940 0.000072
+particles realloc 0x5571734ba940|15 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000073
+particles malloc 14 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|15 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+particles malloc 11 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|12 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000071
+particles malloc 9 0x5571734ba940 0.000070
+particles realloc 0x5571734ba940|10 0x5571734ba940 0.000075
+particles free 0x5571734ba940 void 0.000072
+particles malloc 8 0x5571734ba940 0.000071
+particles realloc 0x5571734ba940|9 0x5571734ba940 0.000074
+particles free 0x5571734ba940 void 0.000072
+ld-linux-x86-64.so.2 malloc 47 0x5571734bff50 0.000073
+ld-linux-x86-64.so.2 malloc 47 0x5571734c0440 0.000114
+ld-linux-x86-64.so.2 malloc 45 0x5571734c0480 0.000074
+ld-linux-x86-64.so.2 malloc 45 0x5571734c0970 0.000077
+ld-linux-x86-64.so.2 malloc 32 0x5571734bff20 0.000072
+ld-linux-x86-64.so.2 malloc 32 0x5571734bfef0 0.000070
+ld-linux-x86-64.so.2 malloc 38 0x5571734bfec0 0.000071
+ld-linux-x86-64.so.2 malloc 38 0x5571734c1310 0.000072
+ld-linux-x86-64.so.2 malloc 49 0x5571734c1340 0.000073
+ld-linux-x86-64.so.2 malloc 49 0x5571734c1830 0.000073
+ld-linux-x86-64.so.2 malloc 44 0x5571734c1870 0.000072
+ld-linux-x86-64.so.2 malloc 44 0x5571734c1d60 0.000073
+ld-linux-x86-64.so.2 malloc 56 0x5571734c1da0 0.000086
+ld-linux-x86-64.so.2 malloc 40 0x5571734c1de0 0.000072
+ld-linux-x86-64.so.2 malloc 136 0x5571734c1e10 0.000071
+ld-linux-x86-64.so.2 malloc 88 0x55717349dae0 0.000159
+ld-linux-x86-64.so.2 malloc 44 0x5571734c1ea0 0.000163
+ld-linux-x86-64.so.2 malloc 44 0x5571734c2390 0.000073
+ld-linux-x86-64.so.2 malloc 44 0x5571734c23d0 0.000073
+ld-linux-x86-64.so.2 malloc 44 0x5571734c28c0 0.000072
+ld-linux-x86-64.so.2 malloc 46 0x5571734c2900 0.000089
+ld-linux-x86-64.so.2 malloc 46 0x5571734c2df0 0.000084
+ld-linux-x86-64.so.2 malloc 44 0x5571734c2e30 0.000086
+ld-linux-x86-64.so.2 malloc 44 0x5571734c3320 0.000074
+ld-linux-x86-64.so.2 malloc 42 0x5571734c3360 0.000072
+ld-linux-x86-64.so.2 malloc 42 0x5571734c3850 0.000072
+ld-linux-x86-64.so.2 malloc 52 0x5571734c3890 0.000084
+ld-linux-x86-64.so.2 malloc 52 0x5571734c3d90 0.000073
+ld-linux-x86-64.so.2 malloc 49 0x5571734c3dd0 0.000073
+ld-linux-x86-64.so.2 malloc 49 0x5571734c42c0 0.000072
+ld-linux-x86-64.so.2 malloc 41 0x5571734c4300 0.000072
+ld-linux-x86-64.so.2 malloc 41 0x5571734c47f0 0.000079
+ld-linux-x86-64.so.2 malloc 216 0x5571734c4830 0.000072
+ld-linux-x86-64.so.2 malloc 40 0x5571734c4910 0.000082
+ld-linux-x86-64.so.2 malloc 56 0x5571734c4940 0.000072
+ld-linux-x86-64.so.2 malloc 56 0x5571734c4e40 0.000072
+ld-linux-x86-64.so.2 malloc 168 0x5571734b8000 0.000072
+ld-linux-x86-64.so.2 malloc 88 0x5571734c4e80 0.000072
+ld-linux-x86-64.so.2 malloc 41 0x5571734c4ee0 0.000072
+ld-linux-x86-64.so.2 malloc 41 0x5571734c53d0 0.000072
+ld-linux-x86-64.so.2 malloc 88 0x5571734c5410 0.000073
+ld-linux-x86-64.so.2 malloc 88 0x5571734c5470 0.000072
+ld-linux-x86-64.so.2 malloc 72 0x5571734c54d0 0.000072
+ld-linux-x86-64.so.2 malloc 104 0x5571734c5520 0.000072
+ld-linux-x86-64.so.2 malloc 88 0x5571734c5590 0.000071
+ld-linux-x86-64.so.2 malloc 104 0x5571734c55f0 0.000071
+ld-linux-x86-64.so.2 malloc 104 0x5571734c5660 0.000070
+ld-linux-x86-64.so.2 malloc 600 0x5571734c56d0 0.000071
+ld-linux-x86-64.so.2 malloc 88 0x5571734c7b40 0.000177
+ld-linux-x86-64.so.2 malloc 88 0x5571734c7ba0 0.000122
+ld-linux-x86-64.so.2 malloc 88 0x5571734c7c00 0.000073
+ld-linux-x86-64.so.2 malloc 64 0x5571734c7c60 0.000075
+libstdc++.so.6 malloc 72704 0x5571734c92e0 0.000095
+libstdc++.so.6 malloc 40 0x5571734c7cb0 0.000074
+libstdc++.so.6 malloc 66 0x5571734c7ce0 0.000072
+libstdc++.so.6 malloc 40 0x5571734c7d30 0.000073
+libstdc++.so.6 malloc 32 0x5571734c7d60 0.000073
+libstdc++.so.6 malloc 24 0x5571734ba940 0.000071
+libstdc++.so.6 malloc 8 0x5571734ba590 0.000072
+libstdc++.so.6 malloc 40 0x5571734c7d90 0.000140
+libstdc++.so.6 malloc 8 0x5571734bb220 0.000193
+libstdc++.so.6 malloc 40 0x5571734c7dc0 0.000134
+libstdc++.so.6 malloc 216 0x5571734c7df0 0.000132
+libstdc++.so.6 malloc 40 0x5571734c7ed0 0.000107
+libstdc++.so.6 malloc 240 0x5571734c7f00 0.000094
+libstdc++.so.6 malloc 80 0x5571734c8000 0.000092
+libstdc++.so.6 malloc 48 0x5571734c8060 0.000104
+libstdc++.so.6 malloc 40 0x5571734c80a0 0.000094
+libstdc++.so.6 malloc 56 0x5571734c80d0 0.000109
+libstdc++.so.6 malloc 40 0x5571734c8110 0.000113
+libstdc++.so.6 malloc 56 0x5571734c8140 0.000113
+libstdc++.so.6 malloc 64 0x5571734c8180 0.000095
+libstdc++.so.6 malloc 64 0x5571734c81d0 0.000097
+libstdc++.so.6 malloc 56 0x5571734c8220 0.000109
+libstdc++.so.6 malloc 104 0x5571734c8260 0.000107
+libstdc++.so.6 malloc 64 0x5571734daef0 0.000107
+libstdc++.so.6 malloc 96 0x5571734daf40 0.000094
+libstdc++.so.6 malloc 40 0x5571734dafb0 0.000091
+libstdc++.so.6 malloc 48 0x5571734dafe0 0.000111
+libstdc++.so.6 malloc 200 0x5571734db020 0.000107
+libstdc++.so.6 malloc 56 0x5571734db0f0 0.000093
+libstdc++.so.6 malloc 152 0x5571734db130 0.000091
+libstdc++.so.6 malloc 72 0x5571734db1d0 0.000108
+libstdc++.so.6 malloc 136 0x5571734db220 0.000094
+libstdc++.so.6 malloc 48 0x5571734db2b0 0.000092
+libstdc++.so.6 malloc 64 0x5571734db2f0 0.000092
+libstdc++.so.6 malloc 40 0x5571734db340 0.000092
+libstdc++.so.6 malloc 96 0x5571734db370 0.000091
+libstdc++.so.6 malloc 48 0x5571734db3e0 0.000091
+libstdc++.so.6 malloc 56 0x5571734db420 0.000092
+libstdc++.so.6 malloc 40 0x5571734db460 0.000091
+libstdc++.so.6 malloc 120 0x55717344f490 0.000092
+libstdc++.so.6 malloc 48 0x5571734db490 0.000093
+libstdc++.so.6 malloc 64 0x5571734db4d0 0.000094
+libstdc++.so.6 malloc 40 0x5571734db520 0.000092
+libstdc++.so.6 malloc 48 0x5571734db550 0.000091
+libstdc++.so.6 malloc 72 0x5571734db590 0.000093
+libstdc++.so.6 malloc 64 0x5571734db5e0 0.000092
+libstdc++.so.6 malloc 40 0x5571734db630 0.000092
+libstdc++.so.6 malloc 72 0x5571734db660 0.000092
+libstdc++.so.6 malloc 40 0x5571734db6b0 0.000091
+libstdc++.so.6 malloc 56 0x5571734db6e0 0.000091
+libstdc++.so.6 malloc 80 0x5571734db720 0.000093
+libstdc++.so.6 malloc 48 0x5571734db780 0.000091
+libstdc++.so.6 malloc 56 0x5571734db7c0 0.000098
+libstdc++.so.6 malloc 40 0x5571734db800 0.000135
+libstdc++.so.6 malloc 56 0x5571734db830 0.000133
+libstdc++.so.6 malloc 56 0x5571734db870 0.000134
+libstdc++.so.6 malloc 80 0x5571734db8b0 0.000109
+libstdc++.so.6 malloc 64 0x5571734db910 0.000096
+libstdc++.so.6 malloc 64 0x5571734db960 0.000092
+libstdc++.so.6 malloc 40 0x5571734db9b0 0.000090
+libstdc++.so.6 malloc 16 0x5571734bb120 0.000089
+libstdc++.so.6 free 0x5571734bb220 void 0.000091
+libstdc++.so.6 malloc 64 0x5571734db9e0 0.000090
+libstdc++.so.6 malloc 72 0x5571734dba30 0.000089
+libstdc++.so.6 malloc 32 0x5571734dba80 0.000089
+libstdc++.so.6 free 0x5571734bb120 void 0.000090
+libstdc++.so.6 malloc 56 0x5571734dbab0 0.000090
+libstdc++.so.6 malloc 24 0x5571734bb120 0.000089
+libstdc++.so.6 malloc 56 0x5571734dbaf0 0.000089
+libstdc++.so.6 malloc 24 0x5571734bb220 0.000088
+libstdc++.so.6 malloc 513 0x557173451bb0 0.000092
+libstdc++.so.6 malloc 38 0x5571734dbb30 0.000090
+libstdc++.so.6 free 0x557173451bb0 void 0.000092
+libstdc++.so.6 malloc 36 0x5571734dbb60 0.000149
+libdl.so.2 free 0x5571734dbb90 void 0.000076
+libstdc++.so.6 malloc 21 0x5571734bb0d0 0.000077
+libstdc++.so.6 malloc 56 0x5571734dbbe0 0.000076
+libstdc++.so.6 malloc 24 0x5571734c82d0 0.000076
+libstdc++.so.6 malloc 56 0x5571734dbc20 0.000087
+libstdc++.so.6 malloc 24 0x5571734dbc60 0.000078
+particles malloc 10 0x5571734dc0a0 0.000078
+particles realloc 0x5571734dc0a0|11 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 15 0x5571734dc0a0 0.000077
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000088
+particles malloc 15 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 17 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|18 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 14 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 16 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|17 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 14 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 32 0x5571734dc0c0 0.000074
+particles realloc 0x5571734dc0c0|33 0x5571734dc0c0 0.000078
+particles free 0x5571734dc0c0 void 0.000075
+particles malloc 23 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|24 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 22 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|23 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 30 0x5571734dc0c0 0.000075
+particles realloc 0x5571734dc0c0|31 0x5571734dc0c0 0.000078
+particles free 0x5571734dc0c0 void 0.000075
+particles malloc 33 0x5571734dc0c0 0.000074
+particles realloc 0x5571734dc0c0|34 0x5571734dc0c0 0.000080
+particles free 0x5571734dc0c0 void 0.000142
+particles malloc 30 0x5571734dc0c0 0.000114
+particles realloc 0x5571734dc0c0|31 0x5571734dc0c0 0.000119
+libdl.so.2 free 0x5571734dc0f0 void 0.000119
+particles free 0x5571734dc0c0 void 0.000120
+particles malloc 33 0x5571734dc0c0 0.000114
+particles realloc 0x5571734dc0c0|34 0x5571734dc0c0 0.000119
+particles free 0x5571734dc0c0 void 0.000078
+particles malloc 13 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000078
+libdl.so.2 free 0x5571734dc0f0 void 0.000076
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 22 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|23 0x5571734dc0a0 0.000077
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 17 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|18 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 15 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 17 0x5571734dc0a0 0.000102
+particles realloc 0x5571734dc0a0|18 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 14 0x5571734dc0a0 0.000073
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 18 0x5571734dc0a0 0.000078
+particles realloc 0x5571734dc0a0|19 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 13 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000077
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 20 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|21 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 20 0x5571734dc0a0 0.000079
+particles realloc 0x5571734dc0a0|21 0x5571734dc0a0 0.000081
+particles free 0x5571734dc0a0 void 0.000096
+particles malloc 20 0x5571734dc0a0 0.000079
+particles realloc 0x5571734dc0a0|21 0x5571734dc0a0 0.000081
+particles free 0x5571734dc0a0 void 0.000078
+particles malloc 13 0x5571734dc0a0 0.000077
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 11 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|12 0x5571734dc0a0 0.000081
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 21 0x5571734dc0a0 0.000077
+particles realloc 0x5571734dc0a0|22 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 24 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|25 0x5571734dc160 0.000081
+particles free 0x5571734dc160 void 0.000077
+particles malloc 17 0x5571734dc0a0 0.000077
+particles realloc 0x5571734dc0a0|18 0x5571734dc0a0 0.000081
+libdl.so.2 free 0x5571734dc0f0 void 0.000077
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 16 0x5571734dc0a0 0.000077
+particles realloc 0x5571734dc0a0|17 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 13 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 14 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000080
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 11 0x5571734dc0a0 0.000076
+particles realloc 0x5571734dc0a0|12 0x5571734dc0a0 0.000081
+particles free 0x5571734dc0a0 void 0.000078
+particles malloc 15 0x5571734dc0a0 0.000078
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000101
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 14 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 15 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 18 0x5571734dc0a0 0.000081
+particles realloc 0x5571734dc0a0|19 0x5571734dc0a0 0.000081
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 16 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|17 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 16 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|17 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 14 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|15 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000077
+particles malloc 15 0x5571734dc0a0 0.000074
+particles realloc 0x5571734dc0a0|16 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 12 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|13 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000086
+particles malloc 13 0x5571734dc0a0 0.000080
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000075
+particles malloc 9 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|10 0x5571734dc0a0 0.000078
+particles free 0x5571734dc0a0 void 0.000076
+particles malloc 13 0x5571734dc0a0 0.000075
+particles realloc 0x5571734dc0a0|14 0x5571734dc0a0 0.000079
+particles free 0x5571734dc0a0 void 0.000079
+particles malloc 11 0x5571734dc0a0 0.000157
+particles realloc 0x5571734dc0a0|12 0x5571734dc0a0 0.000083
+particles free 0x5571734dc0a0 void 0.000075
+libX11.so.6 malloc 24 0x5571734dc0a0 0.000075
+libxcb.so.1 malloc 32 0x5571734dc160 0.000075
+libxcb.so.1 malloc 16 0x5571734dc210 0.000075
+libX11.so.6 free 0x5571734ba570 void 0.000075
+libxcb.so.1 free 0x5571734dc210 void 0.000075
+libX11.so.6 free 0x5571734dc160 void 0.000074
+libxcb.so.1 malloc 32 0x5571734dc160 0.000074
+libxcb.so.1 malloc 32 0x5571734dc0c0 0.000120
+libxcb.so.1 malloc 16 0x5571734ba570 0.000075
+libxcb.so.1 free 0x5571734ba570 void 0.000075
+libxcb.so.1 malloc 32 0x5571734dc2c0 0.000077
+libxcb.so.1 free 0x5571734dc160 void 0.000076
+libxcb.so.1 malloc 32 0x5571734dc160 0.000074
+libxcb.so.1 malloc 16 0x5571734ba570 0.000073
+libxcb.so.1 free 0x5571734ba570 void 0.000075
+libGL.so.1 free 0x5571734dc160 void 0.000087
+libGL.so.1 malloc 4144 0x5571734dc2f0 0.000085
+libGL.so.1 malloc 4144 0x5571734dd330 0.000078
+libxcb.so.1 realloc 0x5571734b7e70|96 0x5571734de370 0.000079
+libxcb.so.1 malloc 32 0x5571734b7e70 0.000075
+libxcb.so.1 malloc 32 0x5571734dc160 0.000077
+libxcb.so.1 free 0x5571734dc2c0 void 0.000077
+libxcb.so.1 malloc 32 0x5571734dc2c0 0.000085
+libxcb.so.1 malloc 16 0x5571734ba570 0.000076
+libxcb.so.1 malloc 24 0x5571734de3e0 0.000074
+libxcb.so.1 free 0x5571734b7e70 void 0.000075
+libxcb.so.1 malloc 32 0x5571734b7e70 0.000074
+libxcb.so.1 malloc 16 0x5571734de400 0.000073
+libxcb.so.1 free 0x5571734de3e0 void 0.000075
+libxcb.so.1 free 0x5571734ba570 void 0.000075
+libxcb.so.1 free 0x5571734de400 void 0.000076
+libxcb.so.1 malloc 32 0x5571734de420 0.000076
+libxcb.so.1 malloc 32 0x5571734de450 0.000075
+libGL.so.1 malloc 48 0x5571734de480 0.000078
+libxcb.so.1 free 0x5571734dc160 void 0.000077
+libxcb.so.1 malloc 32 0x5571734dc160 0.000075
+libxcb.so.1 malloc 16 0x5571734de400 0.000075
+libxcb.so.1 malloc 24 0x5571734ba570 0.000073
+libxcb.so.1 free 0x5571734de420 void 0.000075
+libxcb.so.1 malloc 32 0x5571734de420 0.000075
+libxcb.so.1 malloc 16 0x5571734de3e0 0.000074
+libxcb.so.1 free 0x5571734ba570 void 0.000076
+libxcb.so.1 free 0x5571734de400 void 0.000075
+libGL.so.1 free 0x5571734dc160 void 0.000077
+libxcb.so.1 free 0x5571734de3e0 void 0.000076
+libGL.so.1 free 0x5571734de420 void 0.000076
+libXext.so.6 malloc 32 0x5571734de420 0.000076
+libX11.so.6 free 0x5571734dc0a0 void 0.000075
+libX11.so.6 malloc 24 0x5571734dc0a0 0.000075
+libxcb.so.1 free 0x5571734de450 void 0.000076
+libxcb.so.1 malloc 32 0x5571734de450 0.000075
+libxcb.so.1 malloc 16 0x5571734de3e0 0.000073
+libxcb.so.1 free 0x5571734de3e0 void 0.000075
+libX11.so.6 free 0x5571734de450 void 0.000075
+libXext.so.6 malloc 32 0x5571734de450 0.000076
+libX11.so.6 malloc 24 0x5571734de3e0 0.000075
+libxcb.so.1 malloc 32 0x5571734dc160 0.000087
+libxcb.so.1 malloc 16 0x5571734de400 0.000074
+libX11.so.6 free 0x5571734dc0a0 void 0.000075
+libxcb.so.1 free 0x5571734de400 void 0.000077
+libX11.so.6 free 0x5571734dc160 void 0.000075
+libGL.so.1 malloc 16 0x5571734de400 0.000078
+libGL.so.1 malloc 8 0x5571734dc0a0 0.000075
+libxcb.so.1 malloc 32 0x5571734dc160 0.000074
+libxcb.so.1 malloc 36 0x5571734de5e0 0.000076
+libxcb.so.1 malloc 16 0x5571734ba570 0.000074
+libxcb.so.1 free 0x5571734ba570 void 0.000075
+libGL.so.1 malloc 4 0x5571734ba570 0.000078
+libGL.so.1 free 0x5571734de5e0 void 0.000076
+libX11.so.6 free 0x5571734de3e0 void 0.000076
+libX11.so.6 malloc 24 0x5571734de3e0 0.000075
+libxcb.so.1 free 0x5571734dc160 void 0.000075
+libxcb.so.1 malloc 38432 0x5571734de760 0.000077
+libxcb.so.1 malloc 16 0x5571734e7d90 0.000076
+libxcb.so.1 free 0x5571734e7d90 void 0.000076
+libGL.so.1 malloc 216 0x5571734e7db0 0.000079
+libGL.so.1 malloc 216 0x5571734e7e90 0.000075
+libGL.so.1 malloc 216 0x5571734e7f70 0.000078
+libGL.so.1 malloc 216 0x5571734e8050 0.000076
+libGL.so.1 malloc 216 0x5571734e8130 0.000077
+libGL.so.1 malloc 216 0x5571734e8210 0.000075
+libGL.so.1 malloc 216 0x5571734e82f0 0.000076
+libGL.so.1 malloc 216 0x5571734e83d0 0.000075
+libGL.so.1 malloc 216 0x5571734e84b0 0.000075
+libGL.so.1 malloc 216 0x5571734e8590 0.000075
+libGL.so.1 malloc 216 0x5571734e8670 0.000076
+libGL.so.1 malloc 216 0x5571734e8750 0.000075
+libGL.so.1 malloc 216 0x5571734e8830 0.000075
+libGL.so.1 malloc 216 0x5571734e8910 0.000075
+libGL.so.1 malloc 216 0x5571734e89f0 0.000147
+libGL.so.1 malloc 216 0x5571734e8ad0 0.000078
+libGL.so.1 malloc 216 0x5571734e8bb0 0.000078
+libGL.so.1 malloc 216 0x5571734e8c90 0.000078
+libGL.so.1 malloc 216 0x5571734e8d70 0.000078
+libGL.so.1 malloc 216 0x5571734e8e50 0.000077
+libGL.so.1 malloc 216 0x5571734e8f30 0.000079
+libGL.so.1 malloc 216 0x5571734e9010 0.000078
+libGL.so.1 malloc 216 0x5571734e90f0 0.000077
+libGL.so.1 malloc 216 0x5571734e91d0 0.000077
+libGL.so.1 malloc 216 0x5571734e92b0 0.000078
+libGL.so.1 malloc 216 0x5571734e9390 0.000077
+libGL.so.1 malloc 216 0x5571734e9470 0.000077
+libGL.so.1 malloc 216 0x5571734e9550 0.000081
+libGL.so.1 malloc 216 0x5571734e9630 0.000078
+libGL.so.1 malloc 216 0x5571734e9710 0.000077
+libGL.so.1 malloc 216 0x5571734e97f0 0.000077
+libGL.so.1 malloc 216 0x5571734e98d0 0.000077
+libGL.so.1 malloc 216 0x5571734e99b0 0.000078
+libGL.so.1 malloc 216 0x5571734e9a90 0.000077
+libGL.so.1 malloc 216 0x5571734e9b70 0.000077
+libGL.so.1 malloc 216 0x5571734e9c50 0.000078
+libGL.so.1 malloc 216 0x5571734e9d30 0.000078
+libGL.so.1 malloc 216 0x5571734e9e10 0.000077
+libGL.so.1 malloc 216 0x5571734e9ef0 0.000078
+libGL.so.1 malloc 216 0x5571734e9fd0 0.000080
+libGL.so.1 malloc 216 0x5571734ea0b0 0.000077
+libGL.so.1 malloc 216 0x5571734ea190 0.000079
+libGL.so.1 malloc 216 0x5571734ea270 0.000077
+libGL.so.1 malloc 216 0x5571734ea350 0.000077
+libGL.so.1 malloc 216 0x5571734ea430 0.000077
+libGL.so.1 malloc 216 0x5571734ea510 0.000077
+libGL.so.1 malloc 216 0x5571734ea5f0 0.000078
+libGL.so.1 malloc 216 0x5571734ea6d0 0.000078
+libGL.so.1 malloc 216 0x5571734ea7b0 0.000077
+libGL.so.1 malloc 216 0x5571734ea890 0.000088
+libGL.so.1 malloc 216 0x5571734ea970 0.000078
+libGL.so.1 malloc 216 0x5571734eaa50 0.000078
+libGL.so.1 malloc 216 0x5571734eab30 0.000078
+libGL.so.1 malloc 216 0x5571734eac10 0.000078
+libGL.so.1 malloc 216 0x5571734eacf0 0.000077
+libGL.so.1 malloc 216 0x5571734eadd0 0.000079
+libGL.so.1 malloc 216 0x5571734eaeb0 0.000077
+libGL.so.1 malloc 216 0x5571734eaf90 0.000080
+libGL.so.1 malloc 216 0x5571734eb070 0.000078
+libGL.so.1 malloc 216 0x5571734eb150 0.000077
+libGL.so.1 malloc 216 0x5571734eb230 0.000079
+libGL.so.1 malloc 216 0x5571734eb310 0.000077
+libGL.so.1 malloc 216 0x5571734eb3f0 0.000077
+libGL.so.1 malloc 216 0x5571734eb4d0 0.000077
+libGL.so.1 malloc 216 0x5571734eb5b0 0.000079
+libGL.so.1 malloc 216 0x5571734eb690 0.000079
+libGL.so.1 malloc 216 0x5571734eb770 0.000078
+libGL.so.1 malloc 216 0x5571734eb850 0.000078
+libGL.so.1 malloc 216 0x5571734eb930 0.000077
+libGL.so.1 malloc 216 0x5571734eba10 0.000079
+libGL.so.1 malloc 216 0x5571734ebaf0 0.000078
+libGL.so.1 malloc 216 0x5571734ebbd0 0.000078
+libGL.so.1 malloc 216 0x5571734ebcb0 0.000077
+libGL.so.1 malloc 216 0x5571734ebd90 0.000077
+libGL.so.1 malloc 216 0x5571734ebe70 0.000078
+libGL.so.1 malloc 216 0x5571734ebf50 0.000079
+libGL.so.1 malloc 216 0x5571734ec030 0.000077
+libGL.so.1 malloc 216 0x5571734ec110 0.000077
+libGL.so.1 malloc 216 0x5571734ec1f0 0.000077
+libGL.so.1 malloc 216 0x5571734ec2d0 0.000078
+libGL.so.1 malloc 216 0x5571734ec3b0 0.000078
+libGL.so.1 malloc 216 0x5571734ec490 0.000077
+libGL.so.1 malloc 216 0x5571734ec570 0.000077
+libGL.so.1 malloc 216 0x5571734ec650 0.000079
+libGL.so.1 malloc 216 0x5571734ec730 0.000088
+libGL.so.1 malloc 216 0x5571734ec810 0.000078
+libGL.so.1 malloc 216 0x5571734ec8f0 0.000076
+libGL.so.1 malloc 216 0x5571734ec9d0 0.000075
+libGL.so.1 malloc 216 0x5571734ecab0 0.000076
+libGL.so.1 malloc 216 0x5571734ecb90 0.000076
+libGL.so.1 malloc 216 0x5571734ecc70 0.000076
+libGL.so.1 malloc 216 0x5571734ecd50 0.000075
+libGL.so.1 malloc 216 0x5571734ece30 0.000076
+libGL.so.1 malloc 216 0x5571734ecf10 0.000076
+libGL.so.1 malloc 216 0x5571734ecff0 0.000077
+libGL.so.1 malloc 216 0x5571734ed0d0 0.000076
+libGL.so.1 malloc 216 0x5571734ed1b0 0.000077
+libGL.so.1 malloc 216 0x5571734ed290 0.000076
+libGL.so.1 malloc 216 0x5571734ed370 0.000075
+libGL.so.1 malloc 216 0x5571734ed450 0.000076
+libGL.so.1 malloc 216 0x5571734ed530 0.000076
+libGL.so.1 malloc 216 0x5571734ed610 0.000121
+libGL.so.1 malloc 216 0x5571734ed6f0 0.000233
+libGL.so.1 malloc 216 0x5571734ed7d0 0.000268
+libGL.so.1 malloc 216 0x5571734ed8b0 0.000136
+libGL.so.1 malloc 216 0x5571734ed990 0.000165
+libGL.so.1 malloc 216 0x5571734eda70 0.000096
+libGL.so.1 malloc 216 0x5571734edb50 0.000079
+libGL.so.1 malloc 216 0x5571734edc30 0.000081
+libGL.so.1 malloc 216 0x5571734edd10 0.000079
+libGL.so.1 malloc 216 0x5571734eddf0 0.000080
+libGL.so.1 malloc 216 0x5571734eded0 0.000078
+libGL.so.1 malloc 216 0x5571734edfb0 0.000081
+libGL.so.1 malloc 216 0x5571734ee090 0.000078
+libGL.so.1 malloc 216 0x5571734ee170 0.000078
+libGL.so.1 malloc 216 0x5571734ee250 0.000077
+libGL.so.1 malloc 216 0x5571734ee330 0.000077
+libGL.so.1 malloc 216 0x5571734ee410 0.000077
+libGL.so.1 malloc 216 0x5571734ee4f0 0.000077
+libGL.so.1 malloc 216 0x5571734ee5d0 0.000078
+libGL.so.1 malloc 216 0x5571734ee6b0 0.000078
+libGL.so.1 malloc 216 0x5571734ee790 0.000078
+libGL.so.1 malloc 216 0x5571734ee870 0.000078
+libGL.so.1 malloc 216 0x5571734ee950 0.000076
+libGL.so.1 malloc 216 0x5571734eea30 0.000077
+libGL.so.1 malloc 216 0x5571734eeb10 0.000080
+libGL.so.1 malloc 216 0x5571734eebf0 0.000078
+libGL.so.1 malloc 216 0x5571734eecd0 0.000077
+libGL.so.1 malloc 216 0x5571734eedb0 0.000077
+libGL.so.1 malloc 216 0x5571734eee90 0.000077
+libGL.so.1 malloc 216 0x5571734eef70 0.000080
+libGL.so.1 malloc 216 0x5571734ef050 0.000078
+libGL.so.1 malloc 216 0x5571734ef130 0.000079
+libGL.so.1 malloc 216 0x5571734ef210 0.000079
+libGL.so.1 malloc 216 0x5571734ef2f0 0.000078
+libGL.so.1 malloc 216 0x5571734ef3d0 0.000077
+libGL.so.1 malloc 216 0x5571734ef4b0 0.000077
+libGL.so.1 malloc 216 0x5571734ef590 0.000077
+libGL.so.1 malloc 216 0x5571734ef670 0.000079
+libGL.so.1 malloc 216 0x5571734ef750 0.000079
+libGL.so.1 malloc 216 0x5571734ef830 0.000077
+libGL.so.1 malloc 216 0x5571734ef910 0.000077
+libGL.so.1 malloc 216 0x5571734ef9f0 0.000077
+libGL.so.1 malloc 216 0x5571734efad0 0.000077
+libGL.so.1 malloc 216 0x5571734efbb0 0.000077
+libGL.so.1 malloc 216 0x5571734efc90 0.000100
+libGL.so.1 malloc 216 0x5571734efd70 0.000099
+libGL.so.1 malloc 216 0x5571734efe50 0.000098
+libGL.so.1 malloc 216 0x5571734eff30 0.000101
+libGL.so.1 malloc 216 0x5571734f0010 0.000098
+libGL.so.1 malloc 216 0x5571734f00f0 0.000099
+libGL.so.1 malloc 216 0x5571734f01d0 0.000099
+libGL.so.1 malloc 216 0x5571734f02b0 0.000098
+libGL.so.1 malloc 216 0x5571734f0390 0.000098
+libGL.so.1 malloc 216 0x5571734f0470 0.000099
+libGL.so.1 malloc 216 0x5571734f0550 0.000099
+libGL.so.1 malloc 216 0x5571734f0630 0.000098
+libGL.so.1 malloc 216 0x5571734f0710 0.000098
+libGL.so.1 malloc 216 0x5571734f07f0 0.000098
+libGL.so.1 malloc 216 0x5571734f08d0 0.000097
+libGL.so.1 malloc 216 0x5571734f09b0 0.000098
+libGL.so.1 malloc 216 0x5571734f0a90 0.000099
+libGL.so.1 malloc 216 0x5571734f0b70 0.000099
+libGL.so.1 malloc 216 0x5571734f0c50 0.000100
+libGL.so.1 malloc 216 0x5571734f0d30 0.000098
+libGL.so.1 malloc 216 0x5571734f0e10 0.000099
+libGL.so.1 malloc 216 0x5571734f0ef0 0.000100
+libGL.so.1 malloc 216 0x5571734f0fd0 0.000101
+libGL.so.1 malloc 216 0x5571734f10b0 0.000098
+libGL.so.1 malloc 216 0x5571734f1190 0.000098
+libGL.so.1 malloc 216 0x5571734f1270 0.000098
+libGL.so.1 malloc 216 0x5571734f1350 0.000098
+libGL.so.1 malloc 216 0x5571734f1430 0.000098
+libGL.so.1 malloc 216 0x5571734f1510 0.000110
+libGL.so.1 malloc 216 0x5571734f15f0 0.000097
+libGL.so.1 malloc 216 0x5571734f16d0 0.000180
+libGL.so.1 malloc 216 0x5571734f17b0 0.000102
+libGL.so.1 malloc 216 0x5571734f1890 0.000103
+libGL.so.1 malloc 216 0x5571734f1970 0.000099
+libGL.so.1 malloc 216 0x5571734f1a50 0.000097
+libGL.so.1 malloc 216 0x5571734f1b30 0.000097
+libGL.so.1 malloc 216 0x5571734f1c10 0.000097
+libGL.so.1 malloc 216 0x5571734f1cf0 0.000106
+libGL.so.1 malloc 216 0x5571734f1dd0 0.000084
+libGL.so.1 malloc 216 0x5571734f1eb0 0.000077
+libGL.so.1 malloc 216 0x5571734f1f90 0.000080
+libGL.so.1 malloc 216 0x5571734f2070 0.000078
+libGL.so.1 malloc 216 0x5571734f2150 0.000078
+libGL.so.1 malloc 216 0x5571734f2230 0.000077
+libGL.so.1 malloc 216 0x5571734f2310 0.000077
+libGL.so.1 malloc 216 0x5571734f23f0 0.000077
+libGL.so.1 malloc 216 0x5571734f24d0 0.000077
+libGL.so.1 malloc 216 0x5571734f25b0 0.000077
+libGL.so.1 malloc 216 0x5571734f2690 0.000077
+libGL.so.1 malloc 216 0x5571734f2770 0.000077
+libGL.so.1 malloc 216 0x5571734f2850 0.000078
+libGL.so.1 malloc 216 0x5571734f2930 0.000077
+libGL.so.1 malloc 216 0x5571734f2a10 0.000078
+libGL.so.1 malloc 216 0x5571734f2af0 0.000078
+libGL.so.1 malloc 216 0x5571734f2bd0 0.000078
+libGL.so.1 malloc 216 0x5571734f2cb0 0.000078
+libGL.so.1 malloc 216 0x5571734f2d90 0.000079
+libGL.so.1 malloc 216 0x5571734f2e70 0.000079
+libGL.so.1 malloc 216 0x5571734f2f50 0.000080
+libGL.so.1 malloc 216 0x5571734f3030 0.000084
+libGL.so.1 malloc 216 0x5571734f3110 0.000078
+libGL.so.1 malloc 216 0x5571734f31f0 0.000077
+libGL.so.1 malloc 216 0x5571734f32d0 0.000077
+libGL.so.1 malloc 216 0x5571734f33b0 0.000079
+libGL.so.1 malloc 216 0x5571734f3490 0.000077
+libGL.so.1 malloc 216 0x5571734f3570 0.000078
+libGL.so.1 malloc 216 0x5571734f3650 0.000078
+libGL.so.1 malloc 216 0x5571734f3730 0.000077
+libGL.so.1 malloc 216 0x5571734f3810 0.000077
+libGL.so.1 malloc 216 0x5571734f38f0 0.000077
+libGL.so.1 malloc 216 0x5571734f39d0 0.000076
+libGL.so.1 malloc 216 0x5571734f3ab0 0.000076
+libGL.so.1 malloc 216 0x5571734f3b90 0.000077
+libGL.so.1 malloc 216 0x5571734f3c70 0.000078
+libGL.so.1 malloc 216 0x5571734f3d50 0.000077
+libGL.so.1 malloc 216 0x5571734f3e30 0.000077
+libGL.so.1 malloc 216 0x5571734f3f10 0.000076
+libGL.so.1 malloc 216 0x5571734f3ff0 0.000079
+libGL.so.1 malloc 216 0x5571734f40d0 0.000077
+libGL.so.1 malloc 216 0x5571734f41b0 0.000078
+libGL.so.1 malloc 216 0x5571734f4290 0.000077
+libGL.so.1 malloc 216 0x5571734f4370 0.000078
+libGL.so.1 malloc 216 0x5571734f4450 0.000077
+libGL.so.1 malloc 216 0x5571734f4530 0.000077
+libGL.so.1 malloc 216 0x5571734f4610 0.000077
+libGL.so.1 malloc 216 0x5571734f46f0 0.000076
+libGL.so.1 malloc 216 0x5571734f47d0 0.000077
+libGL.so.1 malloc 216 0x5571734f48b0 0.000077
+libGL.so.1 malloc 216 0x5571734f4990 0.000076
+libGL.so.1 malloc 216 0x5571734f4a70 0.000077
+libGL.so.1 malloc 216 0x5571734f4b50 0.000077
+libGL.so.1 malloc 216 0x5571734f4c30 0.000078
+libGL.so.1 malloc 216 0x5571734f4d10 0.000078
+libGL.so.1 malloc 216 0x5571734f4df0 0.000077
+libGL.so.1 malloc 216 0x5571734f4ed0 0.000077
+libGL.so.1 malloc 160 0x5571734f4fb0 0.000089
+libX11.so.6 free 0x5571734de760 void 0.000078
+libGL.so.1 free 0x5571734f4fb0 void 0.000078
+libxcb.so.1 malloc 32 0x5571734dc160 0.000076
+libxcb.so.1 malloc 548 0x55717344f260 0.000082
+libxcb.so.1 malloc 16 0x5571734e7d90 0.000076
+libxcb.so.1 free 0x5571734e7d90 void 0.000079
+libGL.so.1 malloc 513 0x557173451bb0 0.000078
+libGL.so.1 free 0x55717344f260 void 0.000078
+libX11.so.6 free 0x5571734de3e0 void 0.000078
+libX11.so.6 malloc 24 0x5571734de3e0 0.000113
+libxcb.so.1 free 0x5571734dc160 void 0.000112
+libxcb.so.1 malloc 105632 0x5571734f5060 0.000104
+libxcb.so.1 malloc 16 0x5571734e7d90 0.000083
+libxcb.so.1 free 0x5571734e7d90 void 0.000077
+libGL.so.1 malloc 216 0x5571734de760 0.000079
+libGL.so.1 malloc 216 0x5571734de840 0.000078
+libGL.so.1 malloc 216 0x5571734de920 0.000078
+libGL.so.1 malloc 216 0x5571734dea00 0.000078
+libGL.so.1 malloc 216 0x5571734deae0 0.000078
+libGL.so.1 malloc 216 0x5571734debc0 0.000077
+libGL.so.1 malloc 216 0x5571734deca0 0.000077
+libGL.so.1 malloc 216 0x5571734ded80 0.000078
+libGL.so.1 malloc 216 0x5571734dee60 0.000078
+libGL.so.1 malloc 216 0x5571734def40 0.000078
+libGL.so.1 malloc 216 0x5571734df020 0.000078
+libGL.so.1 malloc 216 0x5571734df100 0.000077
+libGL.so.1 malloc 216 0x5571734df1e0 0.000077
+libGL.so.1 malloc 216 0x5571734df2c0 0.000078
+libGL.so.1 malloc 216 0x5571734df3a0 0.000077
+libGL.so.1 malloc 216 0x5571734df480 0.000077
+libGL.so.1 malloc 216 0x5571734df560 0.000089
+libGL.so.1 malloc 216 0x5571734df640 0.000077
+libGL.so.1 malloc 216 0x5571734df720 0.000076
+libGL.so.1 malloc 216 0x5571734df800 0.000076
+libGL.so.1 malloc 216 0x5571734df8e0 0.000077
+libGL.so.1 malloc 216 0x5571734df9c0 0.000076
+libGL.so.1 malloc 216 0x5571734dfaa0 0.000077
+libGL.so.1 malloc 216 0x5571734dfb80 0.000075
+libGL.so.1 malloc 216 0x5571734dfc60 0.000076
+libGL.so.1 malloc 216 0x5571734dfd40 0.000104
+libGL.so.1 malloc 216 0x5571734dfe20 0.000078
+libGL.so.1 malloc 216 0x5571734dff00 0.000077
+libGL.so.1 malloc 216 0x5571734dffe0 0.000081
+libGL.so.1 malloc 216 0x5571734e00c0 0.000079
+libGL.so.1 malloc 216 0x5571734e01a0 0.000079
+libGL.so.1 malloc 216 0x5571734e0280 0.000079
+libGL.so.1 malloc 216 0x5571734e0360 0.000078
+libGL.so.1 malloc 216 0x5571734e0440 0.000078
+libGL.so.1 malloc 216 0x5571734e0520 0.000079
+libGL.so.1 malloc 216 0x5571734e0600 0.000079
+libGL.so.1 malloc 216 0x5571734e06e0 0.000078
+libGL.so.1 malloc 216 0x5571734e07c0 0.000081
+libGL.so.1 malloc 216 0x5571734e08a0 0.000080
+libGL.so.1 malloc 216 0x5571734e0980 0.000079
+libGL.so.1 malloc 216 0x5571734e0a60 0.000079
+libGL.so.1 malloc 216 0x5571734e0b40 0.000079
+libGL.so.1 malloc 216 0x5571734e0c20 0.000079
+libGL.so.1 malloc 216 0x5571734e0d00 0.000087
+libGL.so.1 malloc 216 0x5571734e0de0 0.000078
+libGL.so.1 malloc 216 0x5571734e0ec0 0.000078
+libGL.so.1 malloc 216 0x5571734e0fa0 0.000078
+libGL.so.1 malloc 216 0x5571734e1080 0.000079
+libGL.so.1 malloc 216 0x5571734e1160 0.000079
+libGL.so.1 malloc 216 0x5571734e1240 0.000078
+libGL.so.1 malloc 216 0x5571734e1320 0.000078
+libGL.so.1 malloc 216 0x5571734e1400 0.000089
+libGL.so.1 malloc 216 0x5571734e14e0 0.000079
+libGL.so.1 malloc 216 0x5571734e15c0 0.000080
+libGL.so.1 malloc 216 0x5571734e16a0 0.000079
+libGL.so.1 malloc 216 0x5571734e1780 0.000141
+libGL.so.1 malloc 216 0x5571734e1860 0.000148
+libGL.so.1 malloc 216 0x5571734e1940 0.000144
+libGL.so.1 malloc 216 0x5571734e1a20 0.000082
+libGL.so.1 malloc 216 0x5571734e1b00 0.000077
+libGL.so.1 malloc 216 0x5571734e1be0 0.000078
+libGL.so.1 malloc 216 0x5571734e1cc0 0.000078
+libGL.so.1 malloc 216 0x5571734e1da0 0.000077
+libGL.so.1 malloc 216 0x5571734e1e80 0.000078
+libGL.so.1 malloc 216 0x5571734e1f60 0.000077
+libGL.so.1 malloc 216 0x5571734e2040 0.000077
+libGL.so.1 malloc 216 0x5571734e2120 0.000078
+libGL.so.1 malloc 216 0x5571734e2200 0.000077
+libGL.so.1 malloc 216 0x5571734e22e0 0.000077
+libGL.so.1 malloc 216 0x5571734e23c0 0.000077
+libGL.so.1 malloc 216 0x5571734e24a0 0.000077
+libGL.so.1 malloc 216 0x5571734e2580 0.000077
+libGL.so.1 malloc 216 0x5571734e2660 0.000077
+libGL.so.1 malloc 216 0x5571734e2740 0.000077
+libGL.so.1 malloc 216 0x5571734e2820 0.000078
+libGL.so.1 malloc 216 0x5571734e2900 0.000077
+libGL.so.1 malloc 216 0x5571734e29e0 0.000078
+libGL.so.1 malloc 216 0x5571734e2ac0 0.000077
+libGL.so.1 malloc 216 0x5571734e2ba0 0.000077
+libGL.so.1 malloc 216 0x5571734e2c80 0.000079
+libGL.so.1 malloc 216 0x5571734e2d60 0.000087
+libGL.so.1 malloc 216 0x5571734e2e40 0.000078
+libGL.so.1 malloc 216 0x5571734e2f20 0.000102
+libGL.so.1 malloc 216 0x5571734e3000 0.000080
+libGL.so.1 malloc 216 0x5571734e30e0 0.000086
+libGL.so.1 malloc 216 0x5571734e31c0 0.000079
+libGL.so.1 malloc 216 0x5571734e32a0 0.000078
+libGL.so.1 malloc 216 0x5571734e3380 0.000079
+libGL.so.1 malloc 216 0x5571734e3460 0.000077
+libGL.so.1 malloc 216 0x5571734e3540 0.000078
+libGL.so.1 malloc 216 0x5571734e3620 0.000079
+libGL.so.1 malloc 216 0x5571734e3700 0.000077
+libGL.so.1 malloc 216 0x5571734e37e0 0.000078
+libGL.so.1 malloc 216 0x5571734e38c0 0.000079
+libGL.so.1 malloc 216 0x5571734e39a0 0.000077
+libGL.so.1 malloc 216 0x5571734e3a80 0.000078
+libGL.so.1 malloc 216 0x5571734e3b60 0.000079
+libGL.so.1 malloc 216 0x5571734e3c40 0.000078
+libGL.so.1 malloc 216 0x5571734e3d20 0.000077
+libGL.so.1 malloc 216 0x5571734e3e00 0.000078
+libGL.so.1 malloc 216 0x5571734e3ee0 0.000077
+libGL.so.1 malloc 216 0x5571734e3fc0 0.000077
+libGL.so.1 malloc 216 0x5571734e40a0 0.000078
+libGL.so.1 malloc 216 0x5571734e4180 0.000078
+libGL.so.1 malloc 216 0x5571734e4260 0.000078
+libGL.so.1 malloc 216 0x5571734e4340 0.000078
+libGL.so.1 malloc 216 0x5571734e4420 0.000079
+libGL.so.1 malloc 216 0x5571734e4500 0.000078
+libGL.so.1 malloc 216 0x5571734e45e0 0.000078
+libGL.so.1 malloc 216 0x5571734e46c0 0.000078
+libGL.so.1 malloc 216 0x5571734e47a0 0.000094
+libGL.so.1 malloc 216 0x5571734e4880 0.000081
+libGL.so.1 malloc 216 0x5571734e4960 0.000077
+libGL.so.1 malloc 216 0x5571734e4a40 0.000078
+libGL.so.1 malloc 216 0x5571734e4b20 0.000077
+libGL.so.1 malloc 216 0x5571734e4c00 0.000077
+libGL.so.1 malloc 216 0x5571734e4ce0 0.000077
+libGL.so.1 malloc 216 0x5571734e4dc0 0.000086
+libGL.so.1 malloc 216 0x5571734e4ea0 0.000079
+libGL.so.1 malloc 216 0x5571734e4f80 0.000077
+libGL.so.1 malloc 216 0x5571734e5060 0.000080
+libGL.so.1 malloc 216 0x5571734e5140 0.000080
+libGL.so.1 malloc 216 0x5571734e5220 0.000083
+libGL.so.1 malloc 216 0x5571734e5300 0.000078
+libGL.so.1 malloc 216 0x5571734e53e0 0.000077
+libGL.so.1 malloc 216 0x5571734e54c0 0.000077
+libGL.so.1 malloc 216 0x5571734e55a0 0.000077
+libGL.so.1 malloc 216 0x5571734e5680 0.000077
+libGL.so.1 malloc 216 0x5571734e5760 0.000078
+libGL.so.1 malloc 216 0x5571734e5840 0.000077
+libGL.so.1 malloc 216 0x5571734e5920 0.000077
+libGL.so.1 malloc 216 0x5571734e5a00 0.000078
+libGL.so.1 malloc 216 0x5571734e5ae0 0.000078
+libGL.so.1 malloc 216 0x5571734e5bc0 0.000077
+libGL.so.1 malloc 216 0x5571734e5ca0 0.000077
+libGL.so.1 malloc 216 0x5571734e5d80 0.000079
+libGL.so.1 malloc 216 0x5571734e5e60 0.000079
+libGL.so.1 malloc 216 0x5571734e5f40 0.000077
+libGL.so.1 malloc 216 0x5571734e6020 0.000078
+libGL.so.1 malloc 216 0x5571734e6100 0.000078
+libGL.so.1 malloc 216 0x5571734e61e0 0.000078
+libGL.so.1 malloc 216 0x5571734e62c0 0.000078
+libGL.so.1 malloc 216 0x5571734e63a0 0.000078
+libGL.so.1 malloc 216 0x5571734e6480 0.000078
+libGL.so.1 malloc 216 0x5571734e6560 0.000077
+libGL.so.1 malloc 216 0x5571734e6640 0.000078
+libGL.so.1 malloc 216 0x5571734e6720 0.000076
+libGL.so.1 malloc 216 0x5571734e6800 0.000077
+libGL.so.1 malloc 216 0x5571734e68e0 0.000077
+libGL.so.1 malloc 216 0x5571734e69c0 0.000077
+libGL.so.1 malloc 216 0x5571734e6aa0 0.000077
+libGL.so.1 malloc 216 0x5571734e6b80 0.000077
+libGL.so.1 malloc 216 0x5571734e6c60 0.000077
+libGL.so.1 malloc 216 0x5571734e6d40 0.000079
+libGL.so.1 malloc 216 0x5571734e6e20 0.000078
+libGL.so.1 malloc 216 0x5571734e6f00 0.000078
+libGL.so.1 malloc 216 0x5571734e6fe0 0.000077
+libGL.so.1 malloc 216 0x5571734e70c0 0.000078
+libGL.so.1 malloc 216 0x5571734e71a0 0.000078
+libGL.so.1 malloc 216 0x5571734e7280 0.000077
+libGL.so.1 malloc 216 0x5571734e7360 0.000078
+libGL.so.1 malloc 216 0x5571734e7440 0.000079
+libGL.so.1 malloc 216 0x5571734e7520 0.000078
+libGL.so.1 malloc 216 0x5571734e7600 0.000080
+libGL.so.1 malloc 216 0x5571734e76e0 0.000078
+libGL.so.1 malloc 216 0x5571734e77c0 0.000078
+libGL.so.1 malloc 216 0x5571734e78a0 0.000078
+libGL.so.1 malloc 216 0x5571734e7980 0.000078
+libGL.so.1 malloc 216 0x5571734e7a60 0.000078
+libGL.so.1 malloc 216 0x5571734e7b40 0.000078
+libGL.so.1 malloc 216 0x5571734e7c20 0.000077
+libGL.so.1 malloc 216 0x55717350ed10 0.000077
+libGL.so.1 malloc 216 0x55717350edf0 0.000077
+libGL.so.1 malloc 216 0x55717350eed0 0.000080
+libGL.so.1 malloc 216 0x55717350efb0 0.000080
+libGL.so.1 malloc 216 0x55717350f090 0.000078
+libGL.so.1 malloc 216 0x55717350f170 0.000077
+libGL.so.1 malloc 216 0x55717350f250 0.000076
+libGL.so.1 malloc 216 0x55717350f330 0.000077
+libGL.so.1 malloc 216 0x55717350f410 0.000077
+libGL.so.1 malloc 216 0x55717350f4f0 0.000077
+libGL.so.1 malloc 216 0x55717350f5d0 0.000077
+libGL.so.1 malloc 216 0x55717350f6b0 0.000077
+libGL.so.1 malloc 216 0x55717350f790 0.000077
+libGL.so.1 malloc 216 0x55717350f870 0.000078
+libGL.so.1 malloc 216 0x55717350f950 0.000077
+libGL.so.1 malloc 216 0x55717350fa30 0.000078
+libGL.so.1 malloc 216 0x55717350fb10 0.000077
+libGL.so.1 malloc 216 0x55717350fbf0 0.000136
+libGL.so.1 malloc 216 0x55717350fcd0 0.000079
+libGL.so.1 malloc 216 0x55717350fdb0 0.000077
+libGL.so.1 malloc 216 0x55717350fe90 0.000078
+libGL.so.1 malloc 216 0x55717350ff70 0.000079
+libGL.so.1 malloc 216 0x557173510050 0.000079
+libGL.so.1 malloc 216 0x557173510130 0.000078
+libGL.so.1 malloc 216 0x557173510210 0.000077
+libGL.so.1 malloc 216 0x5571735102f0 0.000078
+libGL.so.1 malloc 216 0x5571735103d0 0.000077
+libGL.so.1 malloc 216 0x5571735104b0 0.000077
+libGL.so.1 malloc 216 0x557173510590 0.000077
+libGL.so.1 malloc 216 0x557173510670 0.000077
+libGL.so.1 malloc 216 0x557173510750 0.000078
+libGL.so.1 malloc 216 0x557173510830 0.000077
+libGL.so.1 malloc 216 0x557173510910 0.000078
+libGL.so.1 malloc 216 0x5571735109f0 0.000077
+libGL.so.1 malloc 216 0x557173510ad0 0.000080
+libGL.so.1 malloc 216 0x557173510bb0 0.000078
+libGL.so.1 malloc 216 0x557173510c90 0.000078
+libGL.so.1 malloc 216 0x557173510d70 0.000078
+libGL.so.1 malloc 216 0x557173510e50 0.000077
+libGL.so.1 malloc 216 0x557173510f30 0.000079
+libGL.so.1 malloc 216 0x557173511010 0.000077
+libGL.so.1 malloc 216 0x5571735110f0 0.000077
+libGL.so.1 malloc 216 0x5571735111d0 0.000077
+libGL.so.1 malloc 216 0x5571735112b0 0.000083
+libGL.so.1 malloc 216 0x557173511390 0.000075
+libGL.so.1 malloc 216 0x557173511470 0.000074
+libGL.so.1 malloc 216 0x557173511550 0.000073
+libGL.so.1 malloc 216 0x557173511630 0.000075
+libGL.so.1 malloc 216 0x557173511710 0.000075
+libGL.so.1 malloc 216 0x5571735117f0 0.000073
+libGL.so.1 malloc 216 0x5571735118d0 0.000074
+libGL.so.1 malloc 216 0x5571735119b0 0.000074
+libGL.so.1 malloc 216 0x557173511a90 0.000090
+libGL.so.1 malloc 216 0x557173511b70 0.000077
+libGL.so.1 malloc 216 0x557173511c50 0.000074
+libGL.so.1 malloc 216 0x557173511d30 0.000074
+libGL.so.1 malloc 216 0x557173511e10 0.000074
+libGL.so.1 malloc 216 0x557173511ef0 0.000074
+libGL.so.1 malloc 216 0x557173511fd0 0.000075
+libGL.so.1 malloc 216 0x5571735120b0 0.000074
+libGL.so.1 malloc 216 0x557173512190 0.000074
+libGL.so.1 malloc 216 0x557173512270 0.000075
+libGL.so.1 malloc 216 0x557173512350 0.000075
+libGL.so.1 malloc 216 0x557173512430 0.000074
+libGL.so.1 malloc 216 0x557173512510 0.000074
+libGL.so.1 malloc 216 0x5571735125f0 0.000073
+libGL.so.1 malloc 216 0x5571735126d0 0.000074
+libGL.so.1 malloc 216 0x5571735127b0 0.000075
+libGL.so.1 malloc 216 0x557173512890 0.000074
+libGL.so.1 malloc 216 0x557173512970 0.000074
+libGL.so.1 malloc 216 0x557173512a50 0.000074
+libGL.so.1 malloc 216 0x557173512b30 0.000074
+libGL.so.1 malloc 216 0x557173512c10 0.000073
+libGL.so.1 malloc 216 0x557173512cf0 0.000074
+libGL.so.1 malloc 216 0x557173512dd0 0.000074
+libGL.so.1 malloc 216 0x557173512eb0 0.000076
+libGL.so.1 malloc 216 0x557173512f90 0.000075
+libGL.so.1 malloc 216 0x557173513070 0.000074
+libGL.so.1 malloc 216 0x557173513150 0.000074
+libGL.so.1 malloc 216 0x557173513230 0.000074
+libGL.so.1 malloc 216 0x557173513310 0.000074
+libGL.so.1 malloc 216 0x5571735133f0 0.000073
+libGL.so.1 malloc 216 0x5571735134d0 0.000074
+libGL.so.1 malloc 216 0x5571735135b0 0.000074
+libGL.so.1 malloc 216 0x557173513690 0.000074
+libGL.so.1 malloc 216 0x557173513770 0.000074
+libGL.so.1 malloc 216 0x557173513850 0.000074
+libGL.so.1 malloc 216 0x557173513930 0.000073
+libGL.so.1 malloc 216 0x557173513a10 0.000075
+libGL.so.1 malloc 216 0x557173513af0 0.000083
+libGL.so.1 malloc 216 0x557173513bd0 0.000075
+libGL.so.1 malloc 216 0x557173513cb0 0.000074
+libGL.so.1 malloc 216 0x557173513d90 0.000080
+libGL.so.1 malloc 216 0x557173513e70 0.000073
+libGL.so.1 malloc 216 0x557173513f50 0.000079
+libGL.so.1 malloc 216 0x557173514030 0.000075
+libGL.so.1 malloc 216 0x557173514110 0.000074
+libGL.so.1 malloc 216 0x5571735141f0 0.000074
+libGL.so.1 malloc 216 0x5571735142d0 0.000074
+libGL.so.1 malloc 216 0x5571735143b0 0.000074
+libGL.so.1 malloc 216 0x557173514490 0.000074
+libGL.so.1 malloc 216 0x557173514570 0.000074
+libGL.so.1 malloc 216 0x557173514650 0.000077
+libGL.so.1 malloc 216 0x557173514730 0.000074
+libGL.so.1 malloc 216 0x557173514810 0.000074
+libGL.so.1 malloc 216 0x5571735148f0 0.000073
+libGL.so.1 malloc 216 0x5571735149d0 0.000074
+libGL.so.1 malloc 216 0x557173514ab0 0.000074
+libGL.so.1 malloc 216 0x557173514b90 0.000076
+libGL.so.1 malloc 216 0x557173514c70 0.000074
+libGL.so.1 malloc 216 0x557173514d50 0.000073
+libGL.so.1 malloc 216 0x557173514e30 0.000075
+libGL.so.1 malloc 216 0x557173514f10 0.000074
+libGL.so.1 malloc 216 0x557173514ff0 0.000076
+libGL.so.1 malloc 216 0x5571735150d0 0.000075
+libGL.so.1 malloc 216 0x5571735151b0 0.000074
+libGL.so.1 malloc 216 0x557173515290 0.000074
+libGL.so.1 malloc 216 0x557173515370 0.000075
+libGL.so.1 malloc 216 0x557173515450 0.000088
+libGL.so.1 malloc 216 0x557173515530 0.000077
+libGL.so.1 malloc 216 0x557173515610 0.000077
+libGL.so.1 malloc 216 0x5571735156f0 0.000076
+libGL.so.1 malloc 216 0x5571735157d0 0.000075
+libGL.so.1 malloc 216 0x5571735158b0 0.000074
+libGL.so.1 malloc 216 0x557173515990 0.000110
+libGL.so.1 malloc 216 0x557173515a70 0.000076
+libGL.so.1 malloc 216 0x557173515b50 0.000079
+libGL.so.1 malloc 216 0x557173515c30 0.000074
+libGL.so.1 malloc 216 0x557173515d10 0.000074
+libGL.so.1 malloc 352 0x557173515df0 0.000073
+libX11.so.6 free 0x5571734f5060 void 0.000074
+libGL.so.1 free 0x557173515df0 void 0.000078
+libxcb.so.1 malloc 32 0x5571734dc160 0.000074
+libxcb.so.1 malloc 36 0x5571734de5e0 0.000080
+libxcb.so.1 malloc 16 0x5571734e7d90 0.000083
+libxcb.so.1 free 0x5571734e7d90 void 0.000076
+libGL.so.1 free 0x5571734de5e0 void 0.000077
+libGL.so.1 malloc 10 0x5571734f7700 0.000077
+libGL.so.1 free 0 void 0.000074
+libGL.so.1 malloc 512 0x5571734f5e30 0.000076
+libGL.so.1 malloc 1 0x5571734f76c0 0.000082
+libGL.so.1 malloc 17 0x5571734f76e0 0.000079
+libGL.so.1 free 0x5571734f76e0 void 0.000076
+libGL.so.1 free 0x5571734f76c0 void 0.000075
+libGL.so.1 free 0x5571734f5e30 void 0.000075
+libGL.so.1 free 0x5571734f7720 void 0.000075
+libGL.so.1 free 0x5571734f5870 void 0.000075
+libGL.so.1 free 0x5571734f7700 void 0.000076
+libGL.so.1 free 0 void 0.000075
+libGL.so.1 free 0x5571734f5060 void 0.000075
+libdrm.so.2 free 0x5571734f7070 void 0.000078
+libdrm.so.2 free 0x5571734f7700 void 0.000076
+libdrm.so.2 free 0x5571734f7720 void 0.000078
+libdrm.so.2 free 0x5571734f7070 void 0.000076
+libdrm.so.2 free 0x5571734f7720 void 0.000075
+libdrm.so.2 free 0x5571734f7700 void 0.000075
+libdrm.so.2 free 0x5571734f70f0 void 0.000077
+libdrm.so.2 free 0x5571734f6f40 void 0.000076
+libdrm.so.2 free 0x5571734f6fd0 void 0.000075
+libdrm.so.2 free 0x5571734f7070 void 0.000076
+libdrm.so.2 free 0x5571734f7700 void 0.000075
+libdrm.so.2 free 0x5571734f7720 void 0.000077
+libdrm.so.2 free 0x5571734f7070 void 0.000077
+libdrm.so.2 free 0x5571734f7720 void 0.000075
+libdrm.so.2 free 0x5571734f7700 void 0.000075
+libdrm.so.2 free 0x5571734f5060 void 0.000075
+libdrm.so.2 free 0x5571734f71b0 void 0.000075
+libGL.so.1 free 0x5571734f72e0 void 0.000076
+libdrm.so.2 free 0x5571734f7240 void 0.000074
+libGL.so.1 free 0x5571734f7190 void 0.000076
+libGL.so.1 free 0x5571734f76e0 void 0.000074
+libdrm.so.2 free 0x5571734f7070 void 0.000077
+libdrm.so.2 free 0x5571734f7700 void 0.000076
+libdrm.so.2 free 0x5571734f7720 void 0.000075
+libdrm.so.2 free 0x5571734f7070 void 0.000077
+libdrm.so.2 free 0x5571734f7720 void 0.000076
+libdrm.so.2 free 0x5571734f7700 void 0.000074
+libdrm.so.2 free 0x5571734f5230 void 0.000075
+libdrm.so.2 free 0x5571734f5100 void 0.000076
+libdrm.so.2 free 0x5571734f5190 void 0.000075
+ld-linux-x86-64.so.2 malloc 288 0x5571734f52d0 0.000078
+ld-linux-x86-64.so.2 malloc 49 0x5571734f5400 0.000075
+libdl.so.2 free 0x5571734e7d00 void 0.000076
+ld-linux-x86-64.so.2 malloc 45 0x5571734f5400 0.000075
+ld-linux-x86-64.so.2 malloc 45 0x5571734f72e0 0.000077
+ld-linux-x86-64.so.2 malloc 42 0x5571734f7320 0.000076
+ld-linux-x86-64.so.2 malloc 42 0x5571734f6bd0 0.000075
+ld-linux-x86-64.so.2 malloc 46 0x5571734f6c10 0.000075
+ld-linux-x86-64.so.2 malloc 46 0x5571734f5440 0.000075
+ld-linux-x86-64.so.2 malloc 45 0x5571734f5480 0.000075
+ld-linux-x86-64.so.2 malloc 45 0x5571734f54c0 0.000076
+ld-linux-x86-64.so.2 malloc 45 0x5571734f5500 0.000119
+ld-linux-x86-64.so.2 malloc 45 0x5571734f5540 0.000077
+ld-linux-x86-64.so.2 malloc 38 0x5571734de5e0 0.000076
+ld-linux-x86-64.so.2 malloc 38 0x5571734f7670 0.000076
+ld-linux-x86-64.so.2 malloc 43 0x5571734f5580 0.000075
+ld-linux-x86-64.so.2 malloc 43 0x5571734f55c0 0.000075
+ld-linux-x86-64.so.2 malloc 56 0x5571734f5600 0.000076
+ld-linux-x86-64.so.2 malloc 56 0x5571734f5640 0.000074
+ld-linux-x86-64.so.2 malloc 56 0x5571734f5680 0.000073
+ld-linux-x86-64.so.2 malloc 56 0x5571734f56c0 0.000075
+ld-linux-x86-64.so.2 malloc 72 0x5571734f5700 0.000074
+ld-linux-x86-64.so.2 malloc 15 0x5571734f7720 0.000074
+ld-linux-x86-64.so.2 malloc 16 0x5571734f76c0 0.000076
+ld-linux-x86-64.so.2 malloc 36 0x5571734f6ee0 0.000076
+ld-linux-x86-64.so.2 malloc 133 0x5571734f5100 0.000075
+ld-linux-x86-64.so.2 malloc 39 0x5571734f6ee0 0.000074
+ld-linux-x86-64.so.2 malloc 39 0x5571734e7d60 0.000074
+ld-linux-x86-64.so.2 malloc 36 0x5571734f7640 0.000076
+ld-linux-x86-64.so.2 malloc 36 0x5571734f7360 0.000075
+ld-linux-x86-64.so.2 malloc 200 0x5571734f5750 0.000075
+ld-linux-x86-64.so.2 malloc 56 0x5571734f5820 0.000075
+ld-linux-x86-64.so.2 malloc 40 0x5571734f6f10 0.000074
+ld-linux-x86-64.so.2 malloc 344 0x5571734f9810 0.000075
+ld-linux-x86-64.so.2 malloc 64 0x5571734c82f0 0.000123
+ld-linux-x86-64.so.2 malloc 64 0x5571734c8340 0.000074
+ld-linux-x86-64.so.2 malloc 64 0x5571734c8390 0.000090
+ld-linux-x86-64.so.2 malloc 32 0x5571734c83e0 0.000102
+libstdc++.so.6 malloc 16 0x5571734f76c0 0.000084
+libLLVM-5.0.so.1 malloc 40 0x5571734c8410 0.000076
+libstdc++.so.6 malloc 304 0x5571734c8440 0.000075
+libstdc++.so.6 malloc 184 0x5571734c8580 0.000073
+libstdc++.so.6 malloc 184 0x5571734c8640 0.000074
+libLLVM-5.0.so.1 malloc 26 0x5571734c87e0 0.000076
+libLLVM-5.0.so.1 malloc 26 0x5571734c88f0 0.000074
+libLLVM-5.0.so.1 malloc 33 0x5571734c8920 0.000074
+libLLVM-5.0.so.1 malloc 33 0x5571734c8950 0.000073
+libLLVM-5.0.so.1 malloc 21 0x5571734f7720 0.000123
+libLLVM-5.0.so.1 malloc 21 0x5571734f76a0 0.000141
+libLLVM-5.0.so.1 malloc 28 0x5571734c8980 0.000077
+libLLVM-5.0.so.1 malloc 28 0x5571734c89b0 0.000073
+libLLVM-5.0.so.1 malloc 30 0x5571734c89e0 0.000073
+libLLVM-5.0.so.1 malloc 30 0x5571734c8a10 0.000074
+libLLVM-5.0.so.1 malloc 34 0x5571734c8a40 0.000073
+libLLVM-5.0.so.1 malloc 34 0x5571734c8a70 0.000074
+libLLVM-5.0.so.1 malloc 24 0x5571734f75c0 0.000074
+libstdc++.so.6 malloc 120 0x5571734f7070 0.000074
+libLLVM-5.0.so.1 malloc 30 0x5571734c8aa0 0.000074
+libLLVM-5.0.so.1 malloc 32 0x5571734c8ad0 0.000074
+libLLVM-5.0.so.1 malloc 25 0x5571734c8b00 0.000073
+libLLVM-5.0.so.1 malloc 22 0x5571734e7d90 0.000073
+libLLVM-5.0.so.1 malloc 27 0x5571734c8b30 0.000073
+libLLVM-5.0.so.1 malloc 29 0x5571734c8b60 0.000079
+libLLVM-5.0.so.1 free 0x5571734c8810 void 0.000077
+libstdc++.so.6 malloc 32 0x5571734c8d30 0.000088
+libLLVM-5.0.so.1 malloc 33 0x5571734c8d60 0.000076
+libLLVM-5.0.so.1 malloc 38 0x5571734c8d90 0.000077
+libLLVM-5.0.so.1 malloc 29 0x5571734c8dc0 0.000075
+libLLVM-5.0.so.1 malloc 36 0x5571734c8df0 0.000075
+libLLVM-5.0.so.1 malloc 38 0x5571734c8e20 0.000076
+libLLVM-5.0.so.1 malloc 32 0x5571734c8e50 0.000075
+libLLVM-5.0.so.1 malloc 360 0x557173515df0 0.000076
+libLLVM-5.0.so.1 malloc 27 0x5571734c92a0 0.000075
+libLLVM-5.0.so.1 free 0x557173515df0 void 0.000077
+libstdc++.so.6 malloc 120 0x5571734fc730 0.000077
+libLLVM-5.0.so.1 malloc 56 0x5571734fc7b0 0.000077
+libstdc++.so.6 malloc 8 0x5571734f75a0 0.000076
+libLLVM-5.0.so.1 malloc 29 0x5571734fc7f0 0.000076
+libstdc++.so.6 malloc 16 0x5571734f76e0 0.000075
+libstdc++.so.6 free 0x5571734f75a0 void 0.000077
+libLLVM-5.0.so.1 malloc 28 0x5571734fc820 0.000075
+libLLVM-5.0.so.1 malloc 33 0x5571734fc850 0.000075
+libLLVM-5.0.so.1 malloc 32 0x5571734fc880 0.000076
+libLLVM-5.0.so.1 malloc 35 0x5571734fc8b0 0.000075
+libLLVM-5.0.so.1 free 0x5571734c8b90 void 0.000075
+libLLVM-5.0.so.1 malloc 28 0x5571734fcc00 0.000074
+libLLVM-5.0.so.1 malloc 33 0x5571734fcc30 0.000075
+libLLVM-5.0.so.1 malloc 49 0x5571734fcc60 0.000076
+libLLVM-5.0.so.1 malloc 34 0x5571734fcca0 0.000074
+libLLVM-5.0.so.1 malloc 37 0x5571734fccd0 0.000075
+libLLVM-5.0.so.1 malloc 37 0x5571734fcd00 0.000075
+libLLVM-5.0.so.1 malloc 44 0x5571734fcd30 0.000074
+libLLVM-5.0.so.1 malloc 39 0x5571734fcd70 0.000075
+libLLVM-5.0.so.1 malloc 34 0x5571734fcda0 0.000075
+libLLVM-5.0.so.1 malloc 37 0x5571734fcdd0 0.000075
+libLLVM-5.0.so.1 malloc 32 0x5571734fce00 0.000075
+libLLVM-5.0.so.1 malloc 40 0x5571734fce30 0.000075
+libLLVM-5.0.so.1 malloc 36 0x5571734fce60 0.000075
+libLLVM-5.0.so.1 malloc 42 0x5571734fce90 0.000075
+libLLVM-5.0.so.1 malloc 36 0x5571734fced0 0.000075
+libLLVM-5.0.so.1 malloc 38 0x5571734fcf00 0.000084
+libLLVM-5.0.so.1 malloc 42 0x5571734fcf30 0.000073
+libLLVM-5.0.so.1 malloc 41 0x5571734fcf70 0.000072
+libLLVM-5.0.so.1 malloc 45 0x5571734fcfb0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x5571734fcff0 0.000072
+libLLVM-5.0.so.1 malloc 39 0x5571734fd030 0.000072
+libLLVM-5.0.so.1 malloc 46 0x5571734fd060 0.000072
+libLLVM-5.0.so.1 malloc 45 0x5571734fd0a0 0.000071
+libLLVM-5.0.so.1 malloc 34 0x5571734fd0e0 0.000080
+libLLVM-5.0.so.1 free 0x5571734fc8e0 void 0.000072
+libLLVM-5.0.so.1 malloc 41 0x5571734fd730 0.000072
+libLLVM-5.0.so.1 malloc 43 0x5571734fd770 0.000071
+libLLVM-5.0.so.1 malloc 32 0x5571734fdbd0 0.000072
+libLLVM-5.0.so.1 malloc 34 0x5571734fdc00 0.000071
+libLLVM-5.0.so.1 malloc 35 0x5571734fdc30 0.000071
+libLLVM-5.0.so.1 malloc 34 0x5571734fdc60 0.000071
+libLLVM-5.0.so.1 malloc 36 0x5571734fdc90 0.000071
+libLLVM-5.0.so.1 malloc 40 0x5571734fdcc0 0.000072
+libLLVM-5.0.so.1 malloc 42 0x5571734fdcf0 0.000071
+libLLVM-5.0.so.1 malloc 47 0x5571734fdd30 0.000072
+libLLVM-5.0.so.1 malloc 38 0x5571734fdd70 0.000072
+libLLVM-5.0.so.1 malloc 41 0x5571734fdda0 0.000073
+libLLVM-5.0.so.1 malloc 31 0x5571734fdde0 0.000072
+libLLVM-5.0.so.1 malloc 30 0x5571734fde10 0.000072
+libLLVM-5.0.so.1 malloc 28 0x5571734fde40 0.000071
+libLLVM-5.0.so.1 malloc 37 0x5571734fde70 0.000073
+libLLVM-5.0.so.1 malloc 43 0x5571734fdea0 0.000071
+libLLVM-5.0.so.1 malloc 39 0x5571734fdee0 0.000072
+libLLVM-5.0.so.1 malloc 43 0x5571734fdf10 0.000072
+libLLVM-5.0.so.1 malloc 45 0x5571734fdf50 0.000073
+libLLVM-5.0.so.1 malloc 49 0x5571734fdf90 0.000071
+libLLVM-5.0.so.1 malloc 38 0x5571734fdfd0 0.000073
+libLLVM-5.0.so.1 malloc 45 0x5571734fe000 0.000072
+libLLVM-5.0.so.1 malloc 34 0x5571734fe040 0.000072
+libLLVM-5.0.so.1 malloc 41 0x5571734fe070 0.000072
+libLLVM-5.0.so.1 malloc 47 0x5571734fe0b0 0.000072
+libLLVM-5.0.so.1 malloc 36 0x5571734fe0f0 0.000072
+libLLVM-5.0.so.1 malloc 43 0x5571734fe120 0.000072
+libLLVM-5.0.so.1 malloc 37 0x5571734fe160 0.000085
+libLLVM-5.0.so.1 malloc 45 0x5571734fe190 0.000073
+libLLVM-5.0.so.1 malloc 57 0x5571734fe1d0 0.000074
+libLLVM-5.0.so.1 malloc 43 0x5571734fe220 0.000073
+libLLVM-5.0.so.1 malloc 33 0x5571734fe260 0.000093
+libLLVM-5.0.so.1 malloc 44 0x5571734fe290 0.000094
+libLLVM-5.0.so.1 malloc 48 0x5571734fe6f0 0.000093
+libLLVM-5.0.so.1 malloc 41 0x5571734fe730 0.000072
+libLLVM-5.0.so.1 malloc 38 0x5571734fe770 0.000073
+libLLVM-5.0.so.1 malloc 44 0x5571734fe7a0 0.000073
+libLLVM-5.0.so.1 malloc 30 0x5571734fe7e0 0.000073
+libLLVM-5.0.so.1 malloc 31 0x5571734fe810 0.000073
+libLLVM-5.0.so.1 malloc 35 0x5571734fe840 0.000074
+libLLVM-5.0.so.1 malloc 38 0x5571734fe870 0.000073
+libLLVM-5.0.so.1 malloc 45 0x5571734fe8a0 0.000072
+libLLVM-5.0.so.1 malloc 56 0x5571734fe8e0 0.000072
+libLLVM-5.0.so.1 malloc 43 0x5571734fe920 0.000073
+libLLVM-5.0.so.1 malloc 37 0x5571734fe960 0.000072
+libLLVM-5.0.so.1 malloc 35 0x5571734fe990 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571734fe9c0 0.000073
+libLLVM-5.0.so.1 free 0x5571734fd110 void 0.000079
+libLLVM-5.0.so.1 malloc 40 0x5571734fd110 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571734fd140 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571734fd170 0.000072
+libLLVM-5.0.so.1 malloc 34 0x5571734fd1a0 0.000072
+libLLVM-5.0.so.1 malloc 34 0x5571734fd1d0 0.000073
+libLLVM-5.0.so.1 malloc 43 0x5571734fd200 0.000072
+libLLVM-5.0.so.1 malloc 33 0x5571734fd240 0.000072
+libLLVM-5.0.so.1 malloc 42 0x5571734fd270 0.000073
+libLLVM-5.0.so.1 malloc 34 0x5571734fd2b0 0.000073
+libLLVM-5.0.so.1 malloc 37 0x5571734fd2e0 0.000072
+libLLVM-5.0.so.1 malloc 37 0x5571734fd310 0.000071
+libLLVM-5.0.so.1 malloc 45 0x5571734fd340 0.000072
+libLLVM-5.0.so.1 malloc 40 0x5571734fd380 0.000072
+libLLVM-5.0.so.1 malloc 39 0x5571734fd3b0 0.000072
+libLLVM-5.0.so.1 malloc 32 0x5571734fd3e0 0.000072
+libLLVM-5.0.so.1 malloc 33 0x5571734fd410 0.000071
+libLLVM-5.0.so.1 malloc 29 0x5571734fd440 0.000080
+libLLVM-5.0.so.1 malloc 30 0x5571734fd470 0.000086
+libLLVM-5.0.so.1 malloc 36 0x5571734fd4a0 0.000076
+libLLVM-5.0.so.1 malloc 35 0x5571734fd4d0 0.000074
+libLLVM-5.0.so.1 malloc 32 0x5571734fd500 0.000073
+libLLVM-5.0.so.1 malloc 31 0x5571734fd530 0.000072
+libLLVM-5.0.so.1 malloc 24 0x5571734f75a0 0.000073
+libLLVM-5.0.so.1 malloc 31 0x5571734fd560 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571734fd590 0.000073
+libLLVM-5.0.so.1 malloc 35 0x5571734fd5c0 0.000074
+libLLVM-5.0.so.1 malloc 33 0x5571734fd5f0 0.000073
+libLLVM-5.0.so.1 malloc 57 0x5571734fd620 0.000073
+libLLVM-5.0.so.1 malloc 29 0x5571734fd670 0.000074
+libLLVM-5.0.so.1 malloc 31 0x5571734fd6a0 0.000073
+libLLVM-5.0.so.1 malloc 35 0x5571734fd6d0 0.000073
+libLLVM-5.0.so.1 malloc 33 0x5571734fd700 0.000074
+libLLVM-5.0.so.1 malloc 37 0x5571734ffa30 0.000074
+libLLVM-5.0.so.1 malloc 54 0x5571734ffa60 0.000075
+libLLVM-5.0.so.1 malloc 34 0x5571734ffaa0 0.000074
+libLLVM-5.0.so.1 malloc 39 0x5571734ffad0 0.000118
+libLLVM-5.0.so.1 malloc 48 0x5571734ffb00 0.000117
+libLLVM-5.0.so.1 malloc 50 0x5571734ffb40 0.000116
+libLLVM-5.0.so.1 malloc 48 0x5571734ffb80 0.000116
+libLLVM-5.0.so.1 malloc 34 0x5571734ffbc0 0.000084
+libLLVM-5.0.so.1 malloc 40 0x5571734ffbf0 0.000075
+libLLVM-5.0.so.1 malloc 38 0x5571734ffc20 0.000074
+libLLVM-5.0.so.1 malloc 38 0x5571734ffc50 0.000074
+libLLVM-5.0.so.1 malloc 32 0x5571734ffc80 0.000075
+libLLVM-5.0.so.1 malloc 32 0x5571734ffcb0 0.000075
+libLLVM-5.0.so.1 malloc 33 0x557173500100 0.000075
+libLLVM-5.0.so.1 malloc 30 0x557173500130 0.000075
+libLLVM-5.0.so.1 malloc 31 0x557173500160 0.000075
+libLLVM-5.0.so.1 malloc 43 0x557173500190 0.000074
+libLLVM-5.0.so.1 malloc 38 0x5571735001d0 0.000074
+libLLVM-5.0.so.1 malloc 41 0x557173500200 0.000072
+libLLVM-5.0.so.1 malloc 45 0x557173500240 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173500280 0.000072
+libLLVM-5.0.so.1 malloc 32 0x5571735002b0 0.000072
+libLLVM-5.0.so.1 malloc 35 0x5571735002e0 0.000073
+libLLVM-5.0.so.1 malloc 30 0x557173500310 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173500340 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173500370 0.000073
+libLLVM-5.0.so.1 malloc 34 0x5571735003a0 0.000071
+libLLVM-5.0.so.1 malloc 31 0x5571735003d0 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173500400 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173500430 0.000073
+libLLVM-5.0.so.1 malloc 35 0x557173500460 0.000071
+libLLVM-5.0.so.1 malloc 37 0x557173500490 0.000071
+libLLVM-5.0.so.1 malloc 37 0x5571735004c0 0.000072
+libLLVM-5.0.so.1 malloc 40 0x5571735004f0 0.000072
+libLLVM-5.0.so.1 malloc 35 0x557173500520 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173500550 0.000071
+libLLVM-5.0.so.1 malloc 45 0x557173500580 0.000072
+libLLVM-5.0.so.1 malloc 58 0x5571735005c0 0.000071
+libLLVM-5.0.so.1 malloc 43 0x557173500610 0.000072
+libLLVM-5.0.so.1 malloc 33 0x557173500650 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173500680 0.000072
+libLLVM-5.0.so.1 malloc 38 0x5571735006b0 0.000072
+libLLVM-5.0.so.1 malloc 30 0x557173500b00 0.000072
+libLLVM-5.0.so.1 malloc 30 0x557173500b30 0.000074
+libLLVM-5.0.so.1 malloc 39 0x557173500b60 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173500b90 0.000072
+libLLVM-5.0.so.1 malloc 31 0x557173500bc0 0.000072
+libLLVM-5.0.so.1 malloc 37 0x557173500bf0 0.000073
+libLLVM-5.0.so.1 malloc 34 0x557173500c20 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173500c50 0.000072
+libLLVM-5.0.so.1 malloc 36 0x557173500c80 0.000073
+libLLVM-5.0.so.1 malloc 35 0x557173500cb0 0.000072
+libLLVM-5.0.so.1 malloc 43 0x557173500ce0 0.000072
+libLLVM-5.0.so.1 malloc 39 0x557173500d20 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173500d50 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173500d80 0.000076
+libLLVM-5.0.so.1 malloc 39 0x557173500db0 0.000074
+libLLVM-5.0.so.1 malloc 38 0x557173500de0 0.000074
+libLLVM-5.0.so.1 malloc 40 0x557173500e10 0.000074
+libLLVM-5.0.so.1 malloc 45 0x557173500e40 0.000074
+libLLVM-5.0.so.1 malloc 28 0x557173500e80 0.000074
+libLLVM-5.0.so.1 malloc 36 0x557173500eb0 0.000074
+libLLVM-5.0.so.1 malloc 36 0x557173500ee0 0.000103
+libLLVM-5.0.so.1 malloc 37 0x557173500f10 0.000079
+libLLVM-5.0.so.1 free 0x5571734fe9f0 void 0.000079
+libLLVM-5.0.so.1 malloc 36 0x5571734fe9f0 0.000078
+libLLVM-5.0.so.1 malloc 34 0x5571734fea20 0.000077
+libLLVM-5.0.so.1 malloc 44 0x5571734fea50 0.000076
+libLLVM-5.0.so.1 malloc 37 0x5571734fea90 0.000077
+libLLVM-5.0.so.1 malloc 28 0x5571734feac0 0.000076
+libLLVM-5.0.so.1 malloc 42 0x5571734feaf0 0.000077
+libLLVM-5.0.so.1 malloc 28 0x5571734feb30 0.000078
+libLLVM-5.0.so.1 malloc 33 0x5571734feb60 0.000077
+libLLVM-5.0.so.1 malloc 49 0x5571734feb90 0.000077
+libLLVM-5.0.so.1 malloc 44 0x5571734febd0 0.000077
+libLLVM-5.0.so.1 malloc 33 0x5571734ff030 0.000076
+libLLVM-5.0.so.1 malloc 33 0x5571734ff060 0.000078
+libLLVM-5.0.so.1 malloc 25 0x5571734ff090 0.000078
+libLLVM-5.0.so.1 malloc 37 0x5571734ff0c0 0.000078
+libLLVM-5.0.so.1 malloc 40 0x5571734ff0f0 0.000078
+libLLVM-5.0.so.1 malloc 26 0x5571734ff120 0.000081
+libLLVM-5.0.so.1 malloc 28 0x5571734ff150 0.000080
+libstdc++.so.6 malloc 19 0x5571734f6c50 0.000077
+libstdc++.so.6 malloc 31 0x5571734ff180 0.000077
+libstdc++.so.6 malloc 31 0x5571734ff1b0 0.000078
+libstdc++.so.6 free 0x5571734f6c50 void 0.000081
+libLLVM-5.0.so.1 malloc 36 0x5571734ff1e0 0.000077
+libLLVM-5.0.so.1 malloc 34 0x5571734ff210 0.000077
+libLLVM-5.0.so.1 malloc 31 0x5571734ff240 0.000084
+libLLVM-5.0.so.1 malloc 37 0x5571734ff270 0.000108
+libLLVM-5.0.so.1 malloc 38 0x5571734ff2a0 0.000081
+libLLVM-5.0.so.1 malloc 25 0x5571734ff2d0 0.000077
+libLLVM-5.0.so.1 malloc 27 0x5571734ff300 0.000075
+libLLVM-5.0.so.1 malloc 27 0x5571734ff330 0.000076
+libLLVM-5.0.so.1 malloc 35 0x5571734ff360 0.000076
+libLLVM-5.0.so.1 malloc 36 0x5571734ff390 0.000076
+libLLVM-5.0.so.1 malloc 33 0x5571734ff3c0 0.000076
+libLLVM-5.0.so.1 malloc 33 0x5571734ff3f0 0.000076
+libLLVM-5.0.so.1 malloc 47 0x5571734ff420 0.000079
+libLLVM-5.0.so.1 malloc 34 0x5571734ff460 0.000076
+libLLVM-5.0.so.1 malloc 45 0x5571734ff490 0.000076
+libLLVM-5.0.so.1 malloc 42 0x5571734ff4d0 0.000076
+libLLVM-5.0.so.1 malloc 47 0x5571734ff510 0.000075
+libLLVM-5.0.so.1 malloc 34 0x5571734ff550 0.000077
+libLLVM-5.0.so.1 malloc 49 0x5571734ff580 0.000076
+libLLVM-5.0.so.1 malloc 37 0x5571734ff5c0 0.000076
+libLLVM-5.0.so.1 malloc 43 0x557173502b80 0.000077
+libLLVM-5.0.so.1 malloc 40 0x557173502bc0 0.000141
+libLLVM-5.0.so.1 malloc 38 0x557173502bf0 0.000120
+libLLVM-5.0.so.1 malloc 43 0x557173502c20 0.000118
+libLLVM-5.0.so.1 malloc 37 0x557173502c60 0.000115
+libLLVM-5.0.so.1 malloc 44 0x557173502c90 0.000118
+libLLVM-5.0.so.1 malloc 37 0x557173502cd0 0.000115
+libLLVM-5.0.so.1 malloc 35 0x557173502d00 0.000116
+libLLVM-5.0.so.1 malloc 34 0x557173502d30 0.000115
+libLLVM-5.0.so.1 malloc 30 0x557173502d60 0.000118
+libLLVM-5.0.so.1 malloc 42 0x557173502d90 0.000078
+libLLVM-5.0.so.1 malloc 38 0x557173502dd0 0.000076
+libLLVM-5.0.so.1 malloc 33 0x557173502e00 0.000075
+libLLVM-5.0.so.1 malloc 32 0x557173502e30 0.000087
+libLLVM-5.0.so.1 malloc 45 0x557173502e60 0.000078
+libLLVM-5.0.so.1 malloc 25 0x557173502ea0 0.000077
+libLLVM-5.0.so.1 malloc 29 0x557173502ed0 0.000076
+libLLVM-5.0.so.1 malloc 31 0x557173502f00 0.000077
+libLLVM-5.0.so.1 malloc 41 0x557173502f30 0.000078
+libLLVM-5.0.so.1 malloc 48 0x557173502f70 0.000076
+libLLVM-5.0.so.1 malloc 40 0x557173502fb0 0.000077
+libLLVM-5.0.so.1 malloc 48 0x557173502fe0 0.000079
+libLLVM-5.0.so.1 malloc 38 0x557173503020 0.000077
+libLLVM-5.0.so.1 malloc 35 0x557173503050 0.000078
+libLLVM-5.0.so.1 malloc 44 0x557173503080 0.000077
+libLLVM-5.0.so.1 malloc 36 0x5571735030c0 0.000077
+libLLVM-5.0.so.1 malloc 36 0x5571735030f0 0.000077
+libLLVM-5.0.so.1 malloc 35 0x557173503120 0.000080
+libLLVM-5.0.so.1 malloc 37 0x557173503150 0.000077
+libLLVM-5.0.so.1 malloc 41 0x5571735035a0 0.000078
+libLLVM-5.0.so.1 malloc 45 0x5571735035e0 0.000077
+libLLVM-5.0.so.1 malloc 45 0x557173503620 0.000077
+libLLVM-5.0.so.1 malloc 42 0x557173503660 0.000083
+libLLVM-5.0.so.1 malloc 34 0x5571735036a0 0.000097
+libLLVM-5.0.so.1 malloc 41 0x5571735036d0 0.000097
+libLLVM-5.0.so.1 malloc 48 0x557173503710 0.000099
+libLLVM-5.0.so.1 malloc 63 0x557173503750 0.000097
+libLLVM-5.0.so.1 malloc 34 0x5571735037a0 0.000097
+libLLVM-5.0.so.1 malloc 38 0x5571735037d0 0.000097
+libLLVM-5.0.so.1 malloc 38 0x557173503800 0.000098
+libLLVM-5.0.so.1 malloc 38 0x557173503830 0.000097
+libLLVM-5.0.so.1 malloc 40 0x557173503860 0.000098
+libLLVM-5.0.so.1 malloc 42 0x557173503890 0.000099
+libLLVM-5.0.so.1 malloc 47 0x5571735038d0 0.000098
+libLLVM-5.0.so.1 malloc 37 0x557173503910 0.000098
+libstdc++.so.6 malloc 56 0x557173503940 0.000109
+libstdc++.so.6 malloc 21 0x5571734f6c50 0.000097
+libstdc++.so.6 malloc 72 0x557173503980 0.000097
+libstdc++.so.6 malloc 21 0x5571734f7190 0.000098
+libstdc++.so.6 malloc 32 0x5571735039d0 0.000096
+libstdc++.so.6 malloc 21 0x5571734ff5f0 0.000098
+libstdc++.so.6 malloc 2560 0x557173503a00 0.000097
+libstdc++.so.6 malloc 56 0x557173504410 0.000098
+libstdc++.so.6 free 0x5571734f6c50 void 0.000111
+libstdc++.so.6 free 0x557173503940 void 0.000113
+libLLVM-5.0.so.1 malloc 43 0x557173503940 0.000084
+libLLVM-5.0.so.1 malloc 36 0x557173504450 0.000076
+libLLVM-5.0.so.1 malloc 40 0x557173504480 0.000075
+libLLVM-5.0.so.1 malloc 46 0x5571735044b0 0.000077
+libLLVM-5.0.so.1 malloc 46 0x5571735044f0 0.000076
+libLLVM-5.0.so.1 malloc 59 0x557173504530 0.000076
+libLLVM-5.0.so.1 malloc 45 0x557173504580 0.000077
+libLLVM-5.0.so.1 malloc 38 0x5571735045c0 0.000090
+libLLVM-5.0.so.1 malloc 43 0x5571735045f0 0.000080
+libLLVM-5.0.so.1 malloc 33 0x557173504630 0.000079
+libLLVM-5.0.so.1 malloc 28 0x557173504660 0.000078
+libLLVM-5.0.so.1 malloc 29 0x557173504690 0.000078
+libLLVM-5.0.so.1 malloc 38 0x5571735046c0 0.000078
+libLLVM-5.0.so.1 malloc 39 0x5571735046f0 0.000079
+libLLVM-5.0.so.1 malloc 40 0x557173504720 0.000079
+libLLVM-5.0.so.1 malloc 38 0x557173504750 0.000078
+libLLVM-5.0.so.1 malloc 42 0x557173504ba0 0.000078
+libLLVM-5.0.so.1 malloc 36 0x557173504be0 0.000078
+libLLVM-5.0.so.1 malloc 27 0x557173504c10 0.000079
+libLLVM-5.0.so.1 malloc 47 0x557173504c40 0.000079
+libLLVM-5.0.so.1 malloc 38 0x557173504c80 0.000078
+libLLVM-5.0.so.1 malloc 40 0x557173504cb0 0.000078
+libLLVM-5.0.so.1 malloc 37 0x557173504ce0 0.000086
+libLLVM-5.0.so.1 malloc 29 0x557173504d10 0.000076
+libLLVM-5.0.so.1 malloc 42 0x557173504d40 0.000075
+libLLVM-5.0.so.1 malloc 49 0x557173504d80 0.000076
+libLLVM-5.0.so.1 malloc 35 0x557173504dc0 0.000076
+libLLVM-5.0.so.1 malloc 57 0x557173504df0 0.000076
+libLLVM-5.0.so.1 malloc 51 0x557173504e40 0.000076
+libLLVM-5.0.so.1 malloc 48 0x557173504e80 0.000075
+libLLVM-5.0.so.1 malloc 45 0x557173504ec0 0.000076
+libLLVM-5.0.so.1 malloc 35 0x557173504f00 0.000076
+libLLVM-5.0.so.1 malloc 36 0x557173504f30 0.000075
+libLLVM-5.0.so.1 malloc 25 0x557173504f60 0.000076
+libLLVM-5.0.so.1 malloc 35 0x557173504f90 0.000074
+libLLVM-5.0.so.1 malloc 33 0x557173504fc0 0.000075
+libLLVM-5.0.so.1 malloc 31 0x557173504ff0 0.000075
+libLLVM-5.0.so.1 malloc 42 0x557173505020 0.000074
+libLLVM-5.0.so.1 malloc 38 0x557173505060 0.000076
+libLLVM-5.0.so.1 malloc 39 0x557173505090 0.000075
+libLLVM-5.0.so.1 malloc 42 0x5571735050c0 0.000076
+libLLVM-5.0.so.1 malloc 33 0x557173505100 0.000076
+libLLVM-5.0.so.1 malloc 27 0x557173505130 0.000076
+libLLVM-5.0.so.1 malloc 33 0x557173505160 0.000075
+libLLVM-5.0.so.1 malloc 32 0x557173505190 0.000075
+libLLVM-5.0.so.1 malloc 31 0x5571735051c0 0.000075
+libLLVM-5.0.so.1 malloc 31 0x5571735051f0 0.000076
+libLLVM-5.0.so.1 malloc 44 0x557173505220 0.000075
+libLLVM-5.0.so.1 malloc 41 0x557173505680 0.000075
+libLLVM-5.0.so.1 malloc 30 0x5571735056c0 0.000077
+libLLVM-5.0.so.1 malloc 31 0x5571735056f0 0.000075
+libLLVM-5.0.so.1 malloc 53 0x557173505720 0.000078
+libLLVM-5.0.so.1 malloc 54 0x557173505760 0.000074
+libLLVM-5.0.so.1 malloc 43 0x5571735057a0 0.000076
+libLLVM-5.0.so.1 malloc 37 0x5571735057e0 0.000075
+libLLVM-5.0.so.1 malloc 44 0x557173505810 0.000075
+libLLVM-5.0.so.1 malloc 35 0x557173505850 0.000075
+libLLVM-5.0.so.1 malloc 32 0x557173505880 0.000075
+libLLVM-5.0.so.1 malloc 34 0x5571735058b0 0.000151
+libLLVM-5.0.so.1 malloc 44 0x5571735058e0 0.000143
+libLLVM-5.0.so.1 malloc 42 0x557173505920 0.000144
+libLLVM-5.0.so.1 malloc 34 0x557173505960 0.000081
+libLLVM-5.0.so.1 malloc 33 0x557173505990 0.000077
+libLLVM-5.0.so.1 malloc 39 0x5571735059c0 0.000082
+libLLVM-5.0.so.1 malloc 42 0x5571735059f0 0.000077
+libLLVM-5.0.so.1 malloc 46 0x557173505a30 0.000076
+libLLVM-5.0.so.1 malloc 57 0x557173505a70 0.000077
+libLLVM-5.0.so.1 malloc 43 0x557173505ac0 0.000076
+libLLVM-5.0.so.1 malloc 33 0x557173505b00 0.000076
+libLLVM-5.0.so.1 malloc 28 0x557173505b30 0.000076
+libLLVM-5.0.so.1 malloc 27 0x557173505b60 0.000080
+libLLVM-5.0.so.1 malloc 27 0x557173505b90 0.000076
+libLLVM-5.0.so.1 malloc 24 0x5571734f6c50 0.000077
+libLLVM-5.0.so.1 malloc 30 0x557173505bc0 0.000077
+libLLVM-5.0.so.1 malloc 30 0x557173505bf0 0.000076
+libLLVM-5.0.so.1 malloc 32 0x557173505c20 0.000076
+libLLVM-5.0.so.1 malloc 30 0x557173505c50 0.000077
+libLLVM-5.0.so.1 malloc 33 0x557173505c80 0.000077
+libLLVM-5.0.so.1 malloc 33 0x557173505cb0 0.000076
+libLLVM-5.0.so.1 malloc 40 0x557173505ce0 0.000077
+libLLVM-5.0.so.1 malloc 41 0x557173506130 0.000076
+libLLVM-5.0.so.1 malloc 32 0x557173506170 0.000077
+libLLVM-5.0.so.1 malloc 37 0x5571735061a0 0.000077
+libLLVM-5.0.so.1 malloc 47 0x5571735061d0 0.000077
+libLLVM-5.0.so.1 malloc 37 0x557173506210 0.000077
+libLLVM-5.0.so.1 malloc 48 0x557173506240 0.000076
+libLLVM-5.0.so.1 malloc 39 0x557173506280 0.000076
+libLLVM-5.0.so.1 malloc 58 0x5571735062b0 0.000077
+libLLVM-5.0.so.1 malloc 54 0x557173506300 0.000076
+libLLVM-5.0.so.1 malloc 44 0x557173506340 0.000123
+libLLVM-5.0.so.1 malloc 38 0x557173506380 0.000084
+libLLVM-5.0.so.1 malloc 27 0x5571735063b0 0.000080
+libLLVM-5.0.so.1 malloc 36 0x5571735063e0 0.000079
+libLLVM-5.0.so.1 malloc 38 0x557173506410 0.000077
+libLLVM-5.0.so.1 malloc 35 0x557173506440 0.000077
+libLLVM-5.0.so.1 malloc 42 0x557173506470 0.000077
+libLLVM-5.0.so.1 malloc 37 0x5571735064b0 0.000076
+libLLVM-5.0.so.1 malloc 44 0x5571735064e0 0.000077
+libLLVM-5.0.so.1 malloc 33 0x557173506520 0.000128
+libLLVM-5.0.so.1 malloc 36 0x557173506550 0.000080
+libLLVM-5.0.so.1 malloc 32 0x557173506580 0.000078
+libLLVM-5.0.so.1 malloc 37 0x5571735065b0 0.000077
+libLLVM-5.0.so.1 malloc 42 0x5571735065e0 0.000077
+libLLVM-5.0.so.1 malloc 34 0x557173506620 0.000077
+libLLVM-5.0.so.1 malloc 44 0x557173506650 0.000077
+libLLVM-5.0.so.1 malloc 38 0x557173506690 0.000077
+libLLVM-5.0.so.1 malloc 38 0x5571735066c0 0.000078
+libLLVM-5.0.so.1 malloc 41 0x5571735066f0 0.000078
+libLLVM-5.0.so.1 malloc 44 0x557173506730 0.000078
+libLLVM-5.0.so.1 malloc 50 0x557173506770 0.000077
+libLLVM-5.0.so.1 free 0x557173500f40 void 0.000083
+libLLVM-5.0.so.1 malloc 56 0x557173500f40 0.000078
+libLLVM-5.0.so.1 malloc 50 0x557173500f80 0.000078
+libLLVM-5.0.so.1 malloc 46 0x5571735013e0 0.000078
+libLLVM-5.0.so.1 malloc 46 0x557173501420 0.000077
+libLLVM-5.0.so.1 malloc 48 0x557173501460 0.000077
+libLLVM-5.0.so.1 malloc 48 0x5571735014a0 0.000077
+libLLVM-5.0.so.1 malloc 48 0x5571735014e0 0.000078
+libLLVM-5.0.so.1 malloc 43 0x557173501520 0.000077
+libLLVM-5.0.so.1 malloc 40 0x557173501560 0.000077
+libLLVM-5.0.so.1 malloc 46 0x557173501590 0.000078
+libLLVM-5.0.so.1 malloc 32 0x5571735015d0 0.000077
+libLLVM-5.0.so.1 malloc 33 0x557173501600 0.000078
+libLLVM-5.0.so.1 malloc 49 0x557173501630 0.000077
+libLLVM-5.0.so.1 malloc 46 0x557173501670 0.000089
+libLLVM-5.0.so.1 malloc 41 0x5571735016b0 0.000077
+libLLVM-5.0.so.1 malloc 36 0x5571735016f0 0.000078
+libLLVM-5.0.so.1 malloc 45 0x557173501720 0.000077
+libLLVM-5.0.so.1 malloc 35 0x557173501760 0.000077
+libLLVM-5.0.so.1 malloc 42 0x557173501790 0.000077
+libLLVM-5.0.so.1 malloc 58 0x5571735017d0 0.000076
+libLLVM-5.0.so.1 malloc 41 0x557173501820 0.000077
+libLLVM-5.0.so.1 malloc 34 0x557173501860 0.000076
+libLLVM-5.0.so.1 malloc 48 0x557173501890 0.000079
+libLLVM-5.0.so.1 malloc 38 0x5571735018d0 0.000077
+libLLVM-5.0.so.1 malloc 54 0x557173501900 0.000077
+libLLVM-5.0.so.1 malloc 41 0x557173501940 0.000077
+libLLVM-5.0.so.1 malloc 27 0x557173501980 0.000078
+libLLVM-5.0.so.1 malloc 32 0x5571735019b0 0.000077
+libLLVM-5.0.so.1 malloc 34 0x5571735019e0 0.000077
+libLLVM-5.0.so.1 malloc 32 0x557173501a10 0.000077
+libLLVM-5.0.so.1 malloc 34 0x557173501a40 0.000076
+libLLVM-5.0.so.1 malloc 36 0x557173501a70 0.000076
+libLLVM-5.0.so.1 malloc 43 0x557173501aa0 0.000077
+libLLVM-5.0.so.1 malloc 38 0x557173501ae0 0.000076
+libLLVM-5.0.so.1 malloc 41 0x557173501f30 0.000077
+libLLVM-5.0.so.1 malloc 40 0x557173501f70 0.000076
+libLLVM-5.0.so.1 malloc 46 0x557173501fa0 0.000076
+libLLVM-5.0.so.1 malloc 47 0x557173501fe0 0.000077
+libLLVM-5.0.so.1 malloc 31 0x557173502020 0.000077
+libLLVM-5.0.so.1 malloc 28 0x557173502050 0.000076
+libLLVM-5.0.so.1 malloc 46 0x557173502080 0.000077
+libLLVM-5.0.so.1 malloc 29 0x5571735020c0 0.000077
+libLLVM-5.0.so.1 malloc 41 0x5571735020f0 0.000077
+libLLVM-5.0.so.1 malloc 60 0x557173502130 0.000077
+libLLVM-5.0.so.1 malloc 47 0x557173502180 0.000077
+libLLVM-5.0.so.1 malloc 39 0x5571735021c0 0.000077
+libLLVM-5.0.so.1 malloc 44 0x5571735021f0 0.000076
+libLLVM-5.0.so.1 malloc 44 0x557173502230 0.000076
+libLLVM-5.0.so.1 malloc 37 0x557173502270 0.000083
+libLLVM-5.0.so.1 malloc 37 0x5571735022a0 0.000102
+libLLVM-5.0.so.1 malloc 34 0x5571735022d0 0.000099
+libLLVM-5.0.so.1 malloc 36 0x557173502300 0.000098
+libLLVM-5.0.so.1 malloc 41 0x557173502330 0.000099
+libLLVM-5.0.so.1 malloc 39 0x557173502370 0.000097
+libLLVM-5.0.so.1 malloc 51 0x5571735023a0 0.000097
+libLLVM-5.0.so.1 malloc 53 0x5571735023e0 0.000097
+libLLVM-5.0.so.1 malloc 65 0x557173502420 0.000098
+libLLVM-5.0.so.1 malloc 39 0x557173502470 0.000098
+libLLVM-5.0.so.1 malloc 40 0x5571735024a0 0.000097
+libLLVM-5.0.so.1 malloc 43 0x5571735024d0 0.000097
+libLLVM-5.0.so.1 malloc 49 0x557173502510 0.000099
+libLLVM-5.0.so.1 malloc 59 0x557173502550 0.000098
+libLLVM-5.0.so.1 malloc 37 0x5571735025a0 0.000097
+libLLVM-5.0.so.1 malloc 52 0x5571735025d0 0.000098
+libLLVM-5.0.so.1 malloc 41 0x557173502610 0.000100
+libLLVM-5.0.so.1 malloc 35 0x557173502650 0.000100
+libLLVM-5.0.so.1 malloc 31 0x557173502680 0.000098
+libLLVM-5.0.so.1 malloc 31 0x5571735026b0 0.000097
+libLLVM-5.0.so.1 malloc 43 0x5571735026e0 0.000098
+libLLVM-5.0.so.1 malloc 33 0x557173502720 0.000098
+libLLVM-5.0.so.1 malloc 41 0x557173509bf0 0.000159
+libLLVM-5.0.so.1 malloc 51 0x557173509c30 0.000077
+libLLVM-5.0.so.1 malloc 54 0x557173509c70 0.000074
+libLLVM-5.0.so.1 malloc 29 0x557173509cb0 0.000074
+libLLVM-5.0.so.1 malloc 33 0x557173509ce0 0.000074
+libLLVM-5.0.so.1 malloc 38 0x557173509d10 0.000074
+libLLVM-5.0.so.1 malloc 37 0x557173509d40 0.000075
+libLLVM-5.0.so.1 malloc 39 0x557173509d70 0.000073
+libLLVM-5.0.so.1 malloc 31 0x557173509da0 0.000080
+libLLVM-5.0.so.1 malloc 38 0x557173509dd0 0.000074
+libLLVM-5.0.so.1 malloc 40 0x557173509e00 0.000074
+libLLVM-5.0.so.1 malloc 46 0x557173509e30 0.000073
+libLLVM-5.0.so.1 malloc 37 0x557173509e70 0.000074
+libLLVM-5.0.so.1 malloc 43 0x557173509ea0 0.000074
+libLLVM-5.0.so.1 malloc 40 0x557173509ee0 0.000074
+libLLVM-5.0.so.1 malloc 52 0x557173509f10 0.000073
+libLLVM-5.0.so.1 malloc 52 0x557173509f50 0.000073
+libLLVM-5.0.so.1 malloc 37 0x557173509f90 0.000074
+libLLVM-5.0.so.1 malloc 39 0x557173509fc0 0.000074
+libLLVM-5.0.so.1 malloc 52 0x557173509ff0 0.000073
+libstdc++.so.6 malloc 47 0x55717350a030 0.000074
+libstdc++.so.6 malloc 72 0x55717350a070 0.000074
+libstdc++.so.6 malloc 64 0x55717350a0c0 0.000075
+libstdc++.so.6 free 0x5571735039d0 void 0.000075
+libstdc++.so.6 malloc 47 0x55717350a110 0.000074
+libstdc++.so.6 free 0x55717350a030 void 0.000075
+libstdc++.so.6 malloc 53 0x55717350a030 0.000087
+libstdc++.so.6 malloc 72 0x55717350a150 0.000112
+libstdc++.so.6 malloc 128 0x5571734f71b0 0.000112
+libstdc++.so.6 free 0x55717350a0c0 void 0.000109
+libstdc++.so.6 malloc 53 0x55717350a1a0 0.000106
+libstdc++.so.6 free 0x55717350a030 void 0.000105
+libLLVM-5.0.so.1 malloc 40 0x5571735039d0 0.000105
+libLLVM-5.0.so.1 malloc 34 0x55717350a1e0 0.000108
+libLLVM-5.0.so.1 malloc 44 0x55717350a030 0.000104
+libLLVM-5.0.so.1 malloc 35 0x55717350a210 0.000108
+libLLVM-5.0.so.1 malloc 29 0x55717350a240 0.000109
+libLLVM-5.0.so.1 malloc 28 0x55717350a270 0.000105
+libLLVM-5.0.so.1 malloc 32 0x55717350a2a0 0.000105
+libLLVM-5.0.so.1 malloc 34 0x55717350a2d0 0.000089
+libLLVM-5.0.so.1 malloc 39 0x55717350a720 0.000077
+libLLVM-5.0.so.1 malloc 40 0x55717350a750 0.000074
+libLLVM-5.0.so.1 malloc 48 0x55717350a780 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350a7c0 0.000074
+libLLVM-5.0.so.1 malloc 58 0x55717350a0c0 0.000074
+libLLVM-5.0.so.1 malloc 43 0x55717350a7f0 0.000074
+libLLVM-5.0.so.1 malloc 37 0x55717350a830 0.000074
+libLLVM-5.0.so.1 malloc 55 0x55717350a860 0.000074
+libLLVM-5.0.so.1 malloc 53 0x55717350a8a0 0.000074
+libLLVM-5.0.so.1 malloc 37 0x55717350a8e0 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350a910 0.000073
+libLLVM-5.0.so.1 malloc 42 0x55717350a950 0.000073
+libLLVM-5.0.so.1 malloc 51 0x55717350a990 0.000074
+libLLVM-5.0.so.1 malloc 32 0x55717350a9d0 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350aa00 0.000073
+libLLVM-5.0.so.1 malloc 35 0x55717350aa30 0.000073
+libLLVM-5.0.so.1 malloc 46 0x55717350aa60 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350aaa0 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350aae0 0.000074
+libLLVM-5.0.so.1 malloc 43 0x55717350ab10 0.000074
+libLLVM-5.0.so.1 malloc 39 0x55717350ab50 0.000072
+libLLVM-5.0.so.1 malloc 30 0x55717350ab80 0.000073
+libLLVM-5.0.so.1 malloc 29 0x55717350abb0 0.000074
+libLLVM-5.0.so.1 malloc 39 0x55717350abe0 0.000076
+libLLVM-5.0.so.1 malloc 29 0x55717350ac10 0.000077
+libLLVM-5.0.so.1 malloc 47 0x55717350ac40 0.000073
+libLLVM-5.0.so.1 malloc 46 0x55717350ac80 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350acc0 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350ad00 0.000073
+libLLVM-5.0.so.1 malloc 36 0x55717350ad40 0.000073
+libLLVM-5.0.so.1 malloc 43 0x55717350ad70 0.000073
+libLLVM-5.0.so.1 malloc 46 0x55717350adb0 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350b210 0.000074
+libLLVM-5.0.so.1 malloc 45 0x55717350b250 0.000073
+libLLVM-5.0.so.1 malloc 33 0x55717350b290 0.000074
+libLLVM-5.0.so.1 malloc 46 0x55717350b2c0 0.000073
+libLLVM-5.0.so.1 malloc 41 0x55717350b300 0.000072
+libLLVM-5.0.so.1 malloc 52 0x55717350b340 0.000076
+libLLVM-5.0.so.1 malloc 38 0x55717350b380 0.000075
+libLLVM-5.0.so.1 malloc 37 0x55717350b3b0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350b3e0 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350b420 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350b460 0.000073
+libLLVM-5.0.so.1 malloc 32 0x55717350b490 0.000073
+libLLVM-5.0.so.1 malloc 30 0x55717350b4c0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350b4f0 0.000120
+libLLVM-5.0.so.1 malloc 40 0x55717350b530 0.000074
+libLLVM-5.0.so.1 malloc 29 0x55717350b560 0.000073
+libLLVM-5.0.so.1 malloc 30 0x55717350b590 0.000074
+libLLVM-5.0.so.1 malloc 49 0x55717350b5c0 0.000073
+libLLVM-5.0.so.1 malloc 27 0x55717350b600 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350b630 0.000074
+libLLVM-5.0.so.1 malloc 35 0x55717350b660 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350b690 0.000078
+libLLVM-5.0.so.1 malloc 36 0x55717350b6c0 0.000074
+libLLVM-5.0.so.1 malloc 33 0x55717350b6f0 0.000074
+libLLVM-5.0.so.1 malloc 38 0x55717350b720 0.000072
+libLLVM-5.0.so.1 malloc 28 0x55717350b750 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350b780 0.000073
+libLLVM-5.0.so.1 malloc 34 0x55717350b7c0 0.000073
+libLLVM-5.0.so.1 malloc 36 0x55717350b7f0 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350b820 0.000073
+libLLVM-5.0.so.1 malloc 33 0x55717350b850 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350b880 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350bce0 0.000073
+libLLVM-5.0.so.1 malloc 32 0x55717350bd20 0.000073
+libLLVM-5.0.so.1 malloc 36 0x55717350bd50 0.000073
+libLLVM-5.0.so.1 malloc 56 0x55717350bd80 0.000073
+libLLVM-5.0.so.1 malloc 53 0x55717350bdc0 0.000073
+libLLVM-5.0.so.1 malloc 53 0x55717350be00 0.000073
+libLLVM-5.0.so.1 malloc 52 0x55717350be40 0.000073
+libLLVM-5.0.so.1 malloc 50 0x55717350be80 0.000075
+libLLVM-5.0.so.1 malloc 48 0x55717350bec0 0.000074
+libLLVM-5.0.so.1 malloc 49 0x55717350bf00 0.000090
+libLLVM-5.0.so.1 malloc 37 0x55717350bf40 0.000074
+libLLVM-5.0.so.1 malloc 42 0x55717350bf70 0.000072
+libLLVM-5.0.so.1 malloc 46 0x55717350bfb0 0.000073
+libLLVM-5.0.so.1 malloc 48 0x55717350bff0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350c030 0.000073
+libLLVM-5.0.so.1 malloc 45 0x55717350c070 0.000073
+libLLVM-5.0.so.1 malloc 45 0x55717350c0b0 0.000074
+libLLVM-5.0.so.1 malloc 51 0x55717350c0f0 0.000074
+libLLVM-5.0.so.1 malloc 51 0x55717350c130 0.000074
+libLLVM-5.0.so.1 malloc 46 0x55717350c170 0.000074
+libLLVM-5.0.so.1 malloc 32 0x55717350c1b0 0.000073
+libLLVM-5.0.so.1 malloc 52 0x55717350c1e0 0.000074
+libLLVM-5.0.so.1 malloc 52 0x55717350c220 0.000073
+libLLVM-5.0.so.1 malloc 42 0x55717350c260 0.000074
+libLLVM-5.0.so.1 malloc 40 0x55717350c2a0 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350c2d0 0.000073
+libLLVM-5.0.so.1 malloc 55 0x55717350c300 0.000073
+libLLVM-5.0.so.1 malloc 56 0x55717350c340 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350c380 0.000073
+libLLVM-5.0.so.1 malloc 54 0x55717350c3c0 0.000073
+libLLVM-5.0.so.1 malloc 30 0x55717350c400 0.000074
+libLLVM-5.0.so.1 malloc 34 0x55717350c430 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350c880 0.000074
+libLLVM-5.0.so.1 malloc 33 0x55717350c8b0 0.000072
+libLLVM-5.0.so.1 malloc 36 0x55717350c8e0 0.000073
+libLLVM-5.0.so.1 malloc 33 0x55717350c910 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350c940 0.000073
+libLLVM-5.0.so.1 malloc 34 0x55717350c970 0.000074
+libLLVM-5.0.so.1 malloc 30 0x55717350c9a0 0.000073
+libLLVM-5.0.so.1 malloc 32 0x55717350c9d0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x55717350ca00 0.000074
+libLLVM-5.0.so.1 malloc 33 0x55717350ca40 0.000073
+libLLVM-5.0.so.1 malloc 34 0x55717350ca70 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350caa0 0.000073
+libLLVM-5.0.so.1 malloc 35 0x55717350cad0 0.000073
+libLLVM-5.0.so.1 malloc 32 0x55717350cb00 0.000074
+libLLVM-5.0.so.1 malloc 26 0x55717350cb30 0.000106
+libLLVM-5.0.so.1 malloc 26 0x55717350cb60 0.000078
+libLLVM-5.0.so.1 malloc 29 0x55717350cb90 0.000073
+libLLVM-5.0.so.1 malloc 37 0x55717350cbc0 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350cbf0 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350cc30 0.000073
+libLLVM-5.0.so.1 malloc 31 0x55717350cc60 0.000073
+libLLVM-5.0.so.1 malloc 49 0x55717350cc90 0.000073
+libLLVM-5.0.so.1 malloc 35 0x55717350ccd0 0.000074
+libLLVM-5.0.so.1 malloc 38 0x55717350cd00 0.000073
+libLLVM-5.0.so.1 malloc 32 0x55717350cd30 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350cd60 0.000076
+libLLVM-5.0.so.1 malloc 36 0x55717350cd90 0.000073
+libLLVM-5.0.so.1 malloc 31 0x55717350cdc0 0.000073
+libLLVM-5.0.so.1 malloc 58 0x55717350cdf0 0.000073
+libLLVM-5.0.so.1 malloc 36 0x55717350ce40 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350ce70 0.000073
+libLLVM-5.0.so.1 malloc 29 0x55717350cea0 0.000073
+libLLVM-5.0.so.1 malloc 33 0x55717350d2f0 0.000073
+libLLVM-5.0.so.1 malloc 37 0x55717350d320 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350d350 0.000074
+libLLVM-5.0.so.1 malloc 37 0x55717350d390 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350d3c0 0.000073
+libLLVM-5.0.so.1 malloc 39 0x55717350d3f0 0.000073
+libLLVM-5.0.so.1 malloc 42 0x55717350d420 0.000073
+libLLVM-5.0.so.1 malloc 35 0x55717350d460 0.000074
+libLLVM-5.0.so.1 malloc 40 0x55717350d490 0.000074
+libLLVM-5.0.so.1 malloc 47 0x55717350d4c0 0.000074
+libLLVM-5.0.so.1 malloc 45 0x55717350d500 0.000116
+libLLVM-5.0.so.1 malloc 32 0x55717350d540 0.000074
+libLLVM-5.0.so.1 malloc 45 0x55717350d570 0.000073
+libLLVM-5.0.so.1 malloc 60 0x55717350d5b0 0.000074
+libLLVM-5.0.so.1 malloc 33 0x55717350d600 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350d630 0.000073
+libLLVM-5.0.so.1 malloc 42 0x55717350d660 0.000074
+libLLVM-5.0.so.1 malloc 35 0x55717350d6a0 0.000073
+libLLVM-5.0.so.1 malloc 33 0x55717350d6d0 0.000073
+libLLVM-5.0.so.1 malloc 37 0x55717350d700 0.000082
+libLLVM-5.0.so.1 malloc 43 0x55717350d730 0.000074
+libLLVM-5.0.so.1 malloc 44 0x55717350d770 0.000072
+libLLVM-5.0.so.1 malloc 35 0x55717350d7b0 0.000077
+libLLVM-5.0.so.1 malloc 35 0x55717350d7e0 0.000074
+libLLVM-5.0.so.1 malloc 36 0x55717350d810 0.000073
+libLLVM-5.0.so.1 malloc 48 0x55717350d840 0.000074
+libLLVM-5.0.so.1 malloc 28 0x55717350d880 0.000074
+libLLVM-5.0.so.1 malloc 33 0x55717350d8b0 0.000073
+libLLVM-5.0.so.1 malloc 45 0x55717350d8e0 0.000072
+libLLVM-5.0.so.1 malloc 45 0x55717350d920 0.000073
+libLLVM-5.0.so.1 malloc 56 0x55717350d960 0.000073
+libLLVM-5.0.so.1 malloc 71 0x55717350d9a0 0.000074
+libLLVM-5.0.so.1 malloc 57 0x55717350de10 0.000074
+libLLVM-5.0.so.1 malloc 49 0x55717350de60 0.000073
+libLLVM-5.0.so.1 malloc 61 0x55717350dea0 0.000073
+libLLVM-5.0.so.1 malloc 47 0x55717350def0 0.000075
+libLLVM-5.0.so.1 malloc 50 0x55717350df30 0.000073
+libLLVM-5.0.so.1 malloc 31 0x55717350df70 0.000074
+libLLVM-5.0.so.1 malloc 46 0x55717350dfa0 0.000073
+libLLVM-5.0.so.1 malloc 28 0x55717350dfe0 0.000073
+libLLVM-5.0.so.1 malloc 38 0x55717350e010 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350e040 0.000073
+libLLVM-5.0.so.1 malloc 51 0x55717350e070 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350e0b0 0.000073
+libLLVM-5.0.so.1 malloc 45 0x55717350e0e0 0.000073
+libLLVM-5.0.so.1 malloc 40 0x55717350e120 0.000079
+libLLVM-5.0.so.1 malloc 46 0x55717350e150 0.000074
+libLLVM-5.0.so.1 malloc 32769 0x557173515f60 0.000078
+libstdc++.so.6 malloc 7235 0x55717351df70 0.000076
+libLLVM-5.0.so.1 free 0x557173515f60 void 0.000075
+libLLVM-5.0.so.1 malloc 272 0x5571734bab80 0.000072
+libLLVM-5.0.so.1 realloc 0x5571734bab80|560 0x55717350e190 0.000078
+libLLVM-5.0.so.1 realloc 0x55717350e190|1136 0x55717350e190 0.000076
+libLLVM-5.0.so.1 realloc 0x55717350e190|2288 0x55717350e190 0.000075
+libLLVM-5.0.so.1 realloc 0x55717350e190|4592 0x557173515f60 0.000084
+libLLVM-5.0.so.1 free 0x557173515f60 void 0.000074
+libstdc++.so.6 free 0x55717351df70 void 0.000072
+libLLVM-5.0.so.1 malloc 24 0x55717350e190 0.000071
+libLLVM-5.0.so.1 malloc 40 0x55717350e1b0 0.000072
+libLLVM-5.0.so.1 malloc 44 0x55717350e1e0 0.000071
+libstdc++.so.6 malloc 25 0x55717350e220 0.000072
+libLLVM-5.0.so.1 malloc 22 0x55717350e250 0.000071
+libLLVM-5.0.so.1 malloc 43 0x55717350e270 0.000073
+libLLVM-5.0.so.1 malloc 28 0x55717350e2b0 0.000071
+libLLVM-5.0.so.1 malloc 56 0x55717350e2e0 0.000071
+libLLVM-5.0.so.1 malloc 55 0x55717350e320 0.000071
+libLLVM-5.0.so.1 malloc 46 0x55717350e360 0.000070
+libLLVM-5.0.so.1 malloc 35 0x55717350e3a0 0.000070
+libLLVM-5.0.so.1 malloc 36 0x55717350e3d0 0.000071
+libLLVM-5.0.so.1 malloc 32 0x55717350e400 0.000073
+libLLVM-5.0.so.1 malloc 48 0x55717350e430 0.000072
+libLLVM-5.0.so.1 malloc 45 0x55717350e470 0.000071
+libLLVM-5.0.so.1 malloc 43 0x55717350e4b0 0.000072
+libLLVM-5.0.so.1 malloc 40 0x55717350e910 0.000072
+libLLVM-5.0.so.1 malloc 40 0x55717350e940 0.000072
+libLLVM-5.0.so.1 malloc 40 0x55717350e970 0.000072
+libLLVM-5.0.so.1 malloc 46 0x55717350e9a0 0.000071
+libLLVM-5.0.so.1 malloc 42 0x55717350e9e0 0.000073
+libLLVM-5.0.so.1 malloc 45 0x55717350ea20 0.000073
+libLLVM-5.0.so.1 malloc 36 0x55717350ea60 0.000071
+libLLVM-5.0.so.1 malloc 32 0x557173515f60 0.000071
+libLLVM-5.0.so.1 malloc 43 0x557173515f90 0.000071
+libLLVM-5.0.so.1 malloc 36 0x557173515fd0 0.000071
+libLLVM-5.0.so.1 malloc 44 0x557173516000 0.000071
+libLLVM-5.0.so.1 malloc 35 0x557173516040 0.000072
+libLLVM-5.0.so.1 malloc 44 0x557173516070 0.000071
+libLLVM-5.0.so.1 malloc 43 0x5571735160b0 0.000071
+libLLVM-5.0.so.1 malloc 45 0x5571735160f0 0.000071
+libLLVM-5.0.so.1 malloc 43 0x557173516130 0.000073
+libLLVM-5.0.so.1 malloc 41 0x557173516170 0.000071
+libLLVM-5.0.so.1 malloc 40 0x5571735161b0 0.000071
+libLLVM-5.0.so.1 malloc 40 0x5571735161e0 0.000071
+libLLVM-5.0.so.1 malloc 47 0x557173516210 0.000084
+libLLVM-5.0.so.1 malloc 43 0x557173516250 0.000074
+libLLVM-5.0.so.1 malloc 39 0x557173516290 0.000071
+libLLVM-5.0.so.1 malloc 46 0x5571735162c0 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173516300 0.000072
+libLLVM-5.0.so.1 malloc 44 0x557173516330 0.000071
+libLLVM-5.0.so.1 malloc 44 0x557173516370 0.000072
+libLLVM-5.0.so.1 malloc 50 0x5571735163b0 0.000071
+libLLVM-5.0.so.1 malloc 48 0x5571735163f0 0.000071
+libLLVM-5.0.so.1 malloc 47 0x557173516430 0.000114
+libLLVM-5.0.so.1 malloc 46 0x557173516470 0.000073
+libLLVM-5.0.so.1 realloc 0|8 0x5571735164b0 0.000078
+libLLVM-5.0.so.1 realloc 0|8 0x5571735164d0 0.000076
+libLLVM-5.0.so.1 realloc 0|8 0x557173516910 0.000075
+libLLVM-5.0.so.1 malloc 36 0x557173516930 0.000072
+libLLVM-5.0.so.1 malloc 36 0x557173516960 0.000072
+libLLVM-5.0.so.1 malloc 28 0x557173516990 0.000071
+libLLVM-5.0.so.1 malloc 35 0x5571735169c0 0.000072
+libLLVM-5.0.so.1 malloc 32 0x5571735169f0 0.000071
+libLLVM-5.0.so.1 malloc 45 0x557173516a20 0.000071
+libLLVM-5.0.so.1 malloc 46 0x557173516a60 0.000071
+libLLVM-5.0.so.1 malloc 43 0x557173516aa0 0.000071
+libLLVM-5.0.so.1 malloc 40 0x557173516ae0 0.000071
+libLLVM-5.0.so.1 malloc 37 0x557173516b10 0.000071
+libLLVM-5.0.so.1 malloc 33 0x557173516b40 0.000071
+libLLVM-5.0.so.1 malloc 42 0x557173516b70 0.000076
+libLLVM-5.0.so.1 malloc 40 0x557173516bb0 0.000072
+libLLVM-5.0.so.1 malloc 896 0x557173516be0 0.000075
+libLLVM-5.0.so.1 malloc 48 0x557173516f70 0.000073
+libLLVM-5.0.so.1 malloc 46 0x557173516fb0 0.000071
+libLLVM-5.0.so.1 malloc 43 0x557173516ff0 0.000072
+libLLVM-5.0.so.1 malloc 39 0x557173517030 0.000071
+libLLVM-5.0.so.1 malloc 38 0x557173517060 0.000072
+libLLVM-5.0.so.1 malloc 37 0x557173517090 0.000071
+libLLVM-5.0.so.1 malloc 39 0x5571735170c0 0.000071
+libLLVM-5.0.so.1 malloc 42 0x5571735170f0 0.000072
+libLLVM-5.0.so.1 malloc 42 0x557173517130 0.000079
+libLLVM-5.0.so.1 realloc 0|8 0x557173517170 0.000075
+libLLVM-5.0.so.1 realloc 0|8 0x557173517190 0.000075
+libLLVM-5.0.so.1 malloc 33 0x5571735171b0 0.000072
+libLLVM-5.0.so.1 malloc 35 0x5571735171e0 0.000072
+libLLVM-5.0.so.1 malloc 49 0x557173517630 0.000072
+libLLVM-5.0.so.1 malloc 39 0x557173517670 0.000071
+libLLVM-5.0.so.1 malloc 39 0x5571735176a0 0.000071
+libLLVM-5.0.so.1 malloc 50 0x5571735176d0 0.000072
+libLLVM-5.0.so.1 malloc 43 0x557173517710 0.000072
+libLLVM-5.0.so.1 malloc 41 0x557173517750 0.000071
+libLLVM-5.0.so.1 malloc 34 0x557173517790 0.000072
+libLLVM-5.0.so.1 malloc 35 0x5571735177c0 0.000071
+libLLVM-5.0.so.1 malloc 33 0x5571735177f0 0.000071
+libLLVM-5.0.so.1 malloc 37 0x557173517820 0.000071
+libLLVM-5.0.so.1 malloc 46 0x557173517850 0.000072
+libLLVM-5.0.so.1 malloc 47 0x557173517890 0.000072
+libLLVM-5.0.so.1 malloc 49 0x5571735178d0 0.000071
+libLLVM-5.0.so.1 malloc 31 0x557173517910 0.000071
+libLLVM-5.0.so.1 malloc 31 0x557173517940 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173517970 0.000072
+libLLVM-5.0.so.1 malloc 35 0x5571735179a0 0.000072
+libLLVM-5.0.so.1 malloc 36 0x5571735179d0 0.000071
+libLLVM-5.0.so.1 malloc 44 0x557173517a00 0.000071
+libLLVM-5.0.so.1 malloc 36 0x557173517a40 0.000072
+libLLVM-5.0.so.1 malloc 35 0x557173517a70 0.000071
+libLLVM-5.0.so.1 malloc 33 0x557173517aa0 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173517ad0 0.000071
+libLLVM-5.0.so.1 malloc 29 0x557173517b00 0.000072
+libLLVM-5.0.so.1 malloc 33 0x557173517b30 0.000073
+libLLVM-5.0.so.1 malloc 32 0x557173517b60 0.000074
+libLLVM-5.0.so.1 malloc 33 0x557173517b90 0.000071
+libLLVM-5.0.so.1 malloc 33 0x557173517bc0 0.000072
+libLLVM-5.0.so.1 realloc 0|16 0x557173517bf0 0.000077
+libLLVM-5.0.so.1 realloc 0|16 0x557173517c10 0.000075
+libLLVM-5.0.so.1 malloc 32 0x557173517c30 0.000072
+libLLVM-5.0.so.1 malloc 41 0x557173517c60 0.000071
+libLLVM-5.0.so.1 malloc 36 0x557173517ca0 0.000071
+libLLVM-5.0.so.1 malloc 33 0x557173517cd0 0.000074
+libLLVM-5.0.so.1 malloc 31 0x557173518120 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173518150 0.000072
+libLLVM-5.0.so.1 malloc 35 0x557173518180 0.000071
+libLLVM-5.0.so.1 malloc 36 0x5571735181b0 0.000071
+libLLVM-5.0.so.1 malloc 43 0x5571735181e0 0.000071
+libLLVM-5.0.so.1 malloc 34 0x557173518220 0.000072
+libLLVM-5.0.so.1 malloc 28 0x557173518250 0.000071
+libLLVM-5.0.so.1 malloc 30 0x557173518280 0.000071
+libLLVM-5.0.so.1 malloc 44 0x5571735182b0 0.000071
+libLLVM-5.0.so.1 malloc 32 0x5571735182f0 0.000072
+libLLVM-5.0.so.1 free 0x5571735067b0 void 0.000072
+libLLVM-5.0.so.1 malloc 54 0x5571735067b0 0.000071
+libLLVM-5.0.so.1 malloc 39 0x5571735067f0 0.000071
+libLLVM-5.0.so.1 malloc 26 0x557173506820 0.000071
+libLLVM-5.0.so.1 malloc 33 0x557173506850 0.000071
+libLLVM-5.0.so.1 malloc 42 0x557173506880 0.000071
+libLLVM-5.0.so.1 malloc 42 0x5571735068c0 0.000071
+libLLVM-5.0.so.1 malloc 35 0x557173506900 0.000072
+libLLVM-5.0.so.1 malloc 44 0x557173506930 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173506970 0.000072
+libLLVM-5.0.so.1 malloc 37 0x5571735069a0 0.000071
+libLLVM-5.0.so.1 malloc 40 0x5571735069d0 0.000071
+libLLVM-5.0.so.1 malloc 42 0x557173506a00 0.000070
+libLLVM-5.0.so.1 malloc 37 0x557173506a40 0.000071
+libLLVM-5.0.so.1 malloc 35 0x557173506a70 0.000072
+libLLVM-5.0.so.1 malloc 41 0x557173506aa0 0.000070
+libLLVM-5.0.so.1 malloc 32 0x557173506ae0 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173506b10 0.000077
+libLLVM-5.0.so.1 malloc 31 0x557173506b40 0.000078
+libLLVM-5.0.so.1 malloc 30 0x557173506b70 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173506ba0 0.000072
+libLLVM-5.0.so.1 malloc 35 0x557173506bd0 0.000071
+libLLVM-5.0.so.1 malloc 35 0x557173506c00 0.000071
+libLLVM-5.0.so.1 malloc 30 0x557173507050 0.000071
+libLLVM-5.0.so.1 malloc 37 0x557173507080 0.000071
+libLLVM-5.0.so.1 malloc 28 0x5571735070b0 0.000071
+libLLVM-5.0.so.1 malloc 28 0x5571735070e0 0.000111
+libLLVM-5.0.so.1 malloc 29 0x557173507110 0.000076
+libLLVM-5.0.so.1 malloc 41 0x557173507140 0.000074
+libLLVM-5.0.so.1 malloc 38 0x557173507180 0.000073
+libLLVM-5.0.so.1 malloc 41 0x5571735071b0 0.000074
+libLLVM-5.0.so.1 malloc 49 0x5571735071f0 0.000073
+libLLVM-5.0.so.1 malloc 44 0x557173507230 0.000073
+libLLVM-5.0.so.1 malloc 44 0x557173507270 0.000073
+libLLVM-5.0.so.1 malloc 38 0x5571735072b0 0.000074
+libLLVM-5.0.so.1 malloc 38 0x5571735072e0 0.000073
+libLLVM-5.0.so.1 malloc 39 0x557173507310 0.000074
+libLLVM-5.0.so.1 malloc 31 0x557173507340 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173507370 0.000078
+libLLVM-5.0.so.1 malloc 35 0x5571735073a0 0.000074
+libLLVM-5.0.so.1 malloc 37 0x5571735073d0 0.000073
+libLLVM-5.0.so.1 malloc 41 0x557173507400 0.000073
+libLLVM-5.0.so.1 malloc 44 0x557173507440 0.000073
+libLLVM-5.0.so.1 malloc 27 0x557173507480 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571735074b0 0.000072
+libLLVM-5.0.so.1 malloc 33 0x5571735074e0 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173507510 0.000073
+libLLVM-5.0.so.1 malloc 34 0x557173507540 0.000073
+libLLVM-5.0.so.1 malloc 37 0x557173507570 0.000073
+libLLVM-5.0.so.1 malloc 33 0x5571735075a0 0.000073
+libLLVM-5.0.so.1 malloc 36 0x5571735075d0 0.000073
+libLLVM-5.0.so.1 malloc 37 0x557173507600 0.000073
+libLLVM-5.0.so.1 malloc 38 0x557173507630 0.000073
+libLLVM-5.0.so.1 malloc 44 0x557173507660 0.000073
+libLLVM-5.0.so.1 malloc 49 0x5571735076a0 0.000073
+libLLVM-5.0.so.1 malloc 45 0x557173507b00 0.000072
+libLLVM-5.0.so.1 malloc 48 0x557173507b40 0.000086
+libLLVM-5.0.so.1 malloc 36 0x557173507b80 0.000074
+libLLVM-5.0.so.1 malloc 39 0x557173507bb0 0.000074
+libLLVM-5.0.so.1 malloc 35 0x557173507be0 0.000073
+libLLVM-5.0.so.1 malloc 38 0x557173507c10 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173507c40 0.000073
+libLLVM-5.0.so.1 malloc 36 0x557173507c70 0.000074
+libLLVM-5.0.so.1 malloc 31 0x557173507ca0 0.000081
+libLLVM-5.0.so.1 malloc 42 0x557173507cd0 0.000072
+libLLVM-5.0.so.1 malloc 34 0x557173507d10 0.000072
+libLLVM-5.0.so.1 malloc 26 0x557173507d40 0.000072
+libLLVM-5.0.so.1 malloc 31 0x557173507d70 0.000073
+libLLVM-5.0.so.1 malloc 43 0x557173507da0 0.000072
+libLLVM-5.0.so.1 malloc 41 0x557173507de0 0.000072
+libLLVM-5.0.so.1 malloc 38 0x557173507e20 0.000073
+libLLVM-5.0.so.1 malloc 41 0x557173507e50 0.000071
+libLLVM-5.0.so.1 malloc 46 0x557173507e90 0.000072
+libLLVM-5.0.so.1 malloc 26 0x557173507ed0 0.000071
+libLLVM-5.0.so.1 malloc 25 0x557173507f00 0.000071
+libLLVM-5.0.so.1 malloc 25 0x557173507f30 0.000071
+libLLVM-5.0.so.1 malloc 28 0x557173507f60 0.000071
+libLLVM-5.0.so.1 malloc 38 0x557173507f90 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173507fc0 0.000071
+libLLVM-5.0.so.1 malloc 45 0x557173507ff0 0.000072
+libLLVM-5.0.so.1 malloc 33 0x557173508030 0.000071
+libLLVM-5.0.so.1 malloc 42 0x557173508060 0.000071
+libLLVM-5.0.so.1 malloc 35 0x5571735080a0 0.000072
+libLLVM-5.0.so.1 malloc 40 0x5571735080d0 0.000072
+libLLVM-5.0.so.1 malloc 33 0x557173508100 0.000071
+libLLVM-5.0.so.1 malloc 39 0x557173508130 0.000071
+libLLVM-5.0.so.1 malloc 40 0x557173508160 0.000072
+libLLVM-5.0.so.1 malloc 40 0x5571735085b0 0.000073
+libLLVM-5.0.so.1 malloc 35 0x5571735085e0 0.000071
+libLLVM-5.0.so.1 malloc 35 0x557173508610 0.000071
+libLLVM-5.0.so.1 malloc 24 0x557173508640 0.000071
+libLLVM-5.0.so.1 malloc 40 0x557173508660 0.000071
+libLLVM-5.0.so.1 malloc 41 0x557173508690 0.000071
+libLLVM-5.0.so.1 malloc 39 0x5571735086d0 0.000072
+libLLVM-5.0.so.1 malloc 28 0x557173508700 0.000071
+libLLVM-5.0.so.1 malloc 36 0x557173508730 0.000071
+libLLVM-5.0.so.1 malloc 40 0x557173508760 0.000071
+libLLVM-5.0.so.1 malloc 28 0x557173508790 0.000071
+libLLVM-5.0.so.1 malloc 31 0x5571735087c0 0.000071
+libLLVM-5.0.so.1 malloc 32 0x5571735087f0 0.000133
+libLLVM-5.0.so.1 malloc 32 0x557173508820 0.000085
+libLLVM-5.0.so.1 malloc 28 0x557173508850 0.000090
+libLLVM-5.0.so.1 malloc 33 0x557173508880 0.000077
+libLLVM-5.0.so.1 malloc 38 0x5571735088b0 0.000073
+libLLVM-5.0.so.1 malloc 29 0x5571735088e0 0.000071
+libLLVM-5.0.so.1 malloc 28 0x557173508910 0.000073
+libLLVM-5.0.so.1 malloc 37 0x557173508940 0.000072
+libLLVM-5.0.so.1 malloc 30 0x557173508970 0.000073
+libLLVM-5.0.so.1 malloc 44 0x5571735089a0 0.000072
+libLLVM-5.0.so.1 malloc 45 0x5571735089e0 0.000074
+libLLVM-5.0.so.1 malloc 29 0x557173508a20 0.000073
+libLLVM-5.0.so.1 malloc 46 0x557173508a50 0.000093
+libLLVM-5.0.so.1 malloc 35 0x557173508a90 0.000098
+libLLVM-5.0.so.1 malloc 37 0x557173508ac0 0.000094
+libLLVM-5.0.so.1 malloc 38 0x557173508af0 0.000105
+libLLVM-5.0.so.1 malloc 43 0x557173508b20 0.000080
+libLLVM-5.0.so.1 malloc 45 0x557173508b60 0.000073
+libLLVM-5.0.so.1 malloc 35 0x557173508ba0 0.000071
+libLLVM-5.0.so.1 malloc 44 0x557173508ff0 0.000072
+libLLVM-5.0.so.1 malloc 32 0x557173509030 0.000072
+libLLVM-5.0.so.1 malloc 41 0x557173509060 0.000071
+libLLVM-5.0.so.1 malloc 37 0x5571735090a0 0.000073
+libLLVM-5.0.so.1 malloc 29 0x5571735090d0 0.000071
+libLLVM-5.0.so.1 malloc 42 0x557173509100 0.000073
+libLLVM-5.0.so.1 malloc 43 0x557173509140 0.000072
+libLLVM-5.0.so.1 malloc 36 0x557173509180 0.000072
+libLLVM-5.0.so.1 malloc 45 0x5571735091b0 0.000073
+libLLVM-5.0.so.1 malloc 46 0x5571735091f0 0.000072
+libLLVM-5.0.so.1 malloc 26 0x557173509230 0.000073
+libLLVM-5.0.so.1 malloc 32 0x557173509260 0.000072
+libLLVM-5.0.so.1 malloc 23 0x557173509290 0.000084
+libLLVM-5.0.so.1 malloc 40 0x5571735092b0 0.000075
+libLLVM-5.0.so.1 malloc 29 0x5571735092e0 0.000074
+libLLVM-5.0.so.1 malloc 28 0x557173509310 0.000074
+libLLVM-5.0.so.1 malloc 20 0x557173509340 0.000074
+libLLVM-5.0.so.1 malloc 20 0x557173509360 0.000073
+libLLVM-5.0.so.1 malloc 21 0x557173509380 0.000081
+libLLVM-5.0.so.1 malloc 21 0x5571735093a0 0.000099
+libLLVM-5.0.so.1 malloc 21 0x5571735093c0 0.000099
+libLLVM-5.0.so.1 malloc 21 0x5571735093e0 0.000097
+libLLVM-5.0.so.1 malloc 39 0x557173509400 0.000098
+libLLVM-5.0.so.1 malloc 45 0x557173509430 0.000098
+libLLVM-5.0.so.1 malloc 47 0x557173509470 0.000098
+libLLVM-5.0.so.1 malloc 41 0x5571735094b0 0.000097
+libLLVM-5.0.so.1 malloc 47 0x5571735094f0 0.000098
+libLLVM-5.0.so.1 malloc 44 0x557173509530 0.000097
+libLLVM-5.0.so.1 malloc 51 0x557173509570 0.000098
+libLLVM-5.0.so.1 malloc 57 0x5571735095b0 0.000098
+libLLVM-5.0.so.1 malloc 42 0x557173509600 0.000098
+libLLVM-5.0.so.1 malloc 47 0x557173509640 0.000099
+libLLVM-5.0.so.1 malloc 46 0x557173509680 0.000125
+libLLVM-5.0.so.1 malloc 48 0x5571735096c0 0.000104
+libLLVM-5.0.so.1 malloc 38 0x557173509700 0.000106
+libLLVM-5.0.so.1 malloc 22 0x557173509730 0.000104
+libLLVM-5.0.so.1 malloc 40 0x557173509750 0.000104
+libLLVM-5.0.so.1 malloc 38 0x557173509780 0.000090
+libLLVM-5.0.so.1 malloc 39 0x55717351e760 0.000087
+libLLVM-5.0.so.1 malloc 41 0x55717351e790 0.000086
+libLLVM-5.0.so.1 malloc 42 0x55717351e7d0 0.000093
+libLLVM-5.0.so.1 malloc 35 0x55717351e810 0.000087
+libLLVM-5.0.so.1 malloc 37 0x55717351e840 0.000085
+libLLVM-5.0.so.1 malloc 32 0x55717351e870 0.000086
+libLLVM-5.0.so.1 malloc 30 0x55717351e8a0 0.000086
+libLLVM-5.0.so.1 malloc 33 0x55717351e8d0 0.000085
+libLLVM-5.0.so.1 malloc 26 0x55717351e900 0.000086
+libLLVM-5.0.so.1 malloc 34 0x55717351e930 0.000087
+libLLVM-5.0.so.1 malloc 40 0x55717351e960 0.000084
+libLLVM-5.0.so.1 malloc 23 0x5571735097b0 0.000084
+libLLVM-5.0.so.1 malloc 40 0x55717351e990 0.000083
+libLLVM-5.0.so.1 malloc 29 0x55717351e9c0 0.000084
+libLLVM-5.0.so.1 malloc 30 0x55717351e9f0 0.000083
+libLLVM-5.0.so.1 malloc 41 0x55717351ea20 0.000085
+libLLVM-5.0.so.1 malloc 37 0x55717351ea60 0.000084
+libLLVM-5.0.so.1 malloc 24 0x55717351ea90 0.000085
+libLLVM-5.0.so.1 malloc 40 0x55717351eab0 0.000084
+libLLVM-5.0.so.1 malloc 31 0x55717351eae0 0.000084
+libLLVM-5.0.so.1 malloc 32 0x55717351eb10 0.000085
+libLLVM-5.0.so.1 malloc 32 0x55717351eb40 0.000084
+libLLVM-5.0.so.1 malloc 34 0x55717351eb70 0.000084
+libLLVM-5.0.so.1 malloc 35 0x55717351eba0 0.000084
+libLLVM-5.0.so.1 malloc 29 0x55717351ebd0 0.000084
+libLLVM-5.0.so.1 malloc 34 0x55717351f020 0.000085
+libLLVM-5.0.so.1 malloc 52 0x55717351f050 0.000084
+libLLVM-5.0.so.1 malloc 40 0x55717351f090 0.000083
+libLLVM-5.0.so.1 malloc 35 0x55717351f0c0 0.000084
+libLLVM-5.0.so.1 malloc 36 0x55717351f0f0 0.000084
+libLLVM-5.0.so.1 malloc 30 0x55717351f120 0.000084
+libLLVM-5.0.so.1 malloc 45 0x55717351f150 0.000084
+libLLVM-5.0.so.1 malloc 36 0x55717351f190 0.000085
+libLLVM-5.0.so.1 malloc 43 0x55717351f1c0 0.000084
+libLLVM-5.0.so.1 malloc 37 0x55717351f200 0.000136
+libLLVM-5.0.so.1 malloc 41 0x55717351f230 0.000085
+libLLVM-5.0.so.1 malloc 42 0x55717351f270 0.000086
+libLLVM-5.0.so.1 malloc 53 0x55717351f2b0 0.000115
+libLLVM-5.0.so.1 malloc 36 0x55717351f2f0 0.000121
+libLLVM-5.0.so.1 malloc 35 0x55717351f320 0.000173
+libLLVM-5.0.so.1 malloc 37 0x55717351f350 0.000094
+libLLVM-5.0.so.1 malloc 38 0x55717351f380 0.000088
+libLLVM-5.0.so.1 malloc 32 0x55717351f3b0 0.000088
+libLLVM-5.0.so.1 malloc 41 0x55717351f3e0 0.000087
+libLLVM-5.0.so.1 malloc 37 0x55717351f420 0.000088
+libLLVM-5.0.so.1 malloc 44 0x55717351f450 0.000087
+libLLVM-5.0.so.1 malloc 42 0x55717351f490 0.000087
+libLLVM-5.0.so.1 malloc 36 0x55717351f4d0 0.000087
+libLLVM-5.0.so.1 malloc 37 0x55717351f500 0.000087
+libLLVM-5.0.so.1 malloc 40 0x55717351f530 0.000088
+libLLVM-5.0.so.1 malloc 52 0x55717351f560 0.000088
+libLLVM-5.0.so.1 malloc 45 0x55717351f5a0 0.000087
+libLLVM-5.0.so.1 malloc 43 0x55717351f5e0 0.000088
+libLLVM-5.0.so.1 malloc 37 0x55717351f620 0.000087
+libLLVM-5.0.so.1 malloc 28 0x55717351f650 0.000088
+libLLVM-5.0.so.1 malloc 39 0x55717351f680 0.000088
+libLLVM-5.0.so.1 malloc 46 0x55717351f6b0 0.000087
+libLLVM-5.0.so.1 malloc 37 0x55717351fb10 0.000093
+libLLVM-5.0.so.1 malloc 46 0x55717351fb40 0.000084
+libLLVM-5.0.so.1 malloc 45 0x55717351fb80 0.000079
+libLLVM-5.0.so.1 malloc 45 0x55717351fbc0 0.000079
+libLLVM-5.0.so.1 malloc 29 0x55717351fc00 0.000078
+libLLVM-5.0.so.1 malloc 39 0x55717351fc30 0.000078
+libLLVM-5.0.so.1 malloc 35 0x55717351fc60 0.000079
+libLLVM-5.0.so.1 malloc 43 0x55717351fc90 0.000079
+libLLVM-5.0.so.1 malloc 40 0x55717351fcd0 0.000078
+libLLVM-5.0.so.1 malloc 44 0x55717351fd00 0.000079
+libLLVM-5.0.so.1 malloc 33 0x55717351fd40 0.000079
+libLLVM-5.0.so.1 malloc 38 0x55717351fd70 0.000079
+libLLVM-5.0.so.1 malloc 35 0x55717351fda0 0.000078
+libLLVM-5.0.so.1 malloc 38 0x55717351fdd0 0.000078
+libLLVM-5.0.so.1 malloc 62 0x55717351fe00 0.000079
+libLLVM-5.0.so.1 malloc 53 0x55717351fe50 0.000081
+libLLVM-5.0.so.1 malloc 42 0x55717351fe90 0.000078
+libLLVM-5.0.so.1 malloc 37 0x55717351fed0 0.000079
+libLLVM-5.0.so.1 malloc 45 0x55717351ff00 0.000079
+libLLVM-5.0.so.1 malloc 36 0x55717351ff40 0.000078
+libLLVM-5.0.so.1 malloc 45 0x55717351ff70 0.000079
+libLLVM-5.0.so.1 malloc 36 0x55717351ffb0 0.000078
+libLLVM-5.0.so.1 malloc 36 0x55717351ffe0 0.000082
+libLLVM-5.0.so.1 malloc 37 0x557173520010 0.000078
+libLLVM-5.0.so.1 malloc 32 0x557173520040 0.000078
+libLLVM-5.0.so.1 malloc 37 0x557173520070 0.000078
+libLLVM-5.0.so.1 malloc 35 0x5571735200a0 0.000079
+libLLVM-5.0.so.1 realloc 0|16 0x5571735200d0 0.000082
+libLLVM-5.0.so.1 realloc 0|16 0x5571735200f0 0.000082
+libLLVM-5.0.so.1 malloc 41 0x557173520110 0.000078
+libLLVM-5.0.so.1 malloc 31 0x557173520150 0.000078
+libLLVM-5.0.so.1 malloc 34 0x557173520180 0.000079
+libLLVM-5.0.so.1 malloc 34 0x5571735205d0 0.000078
+libLLVM-5.0.so.1 malloc 47 0x557173520600 0.000079
+libLLVM-5.0.so.1 malloc 49 0x557173520640 0.000078
+libLLVM-5.0.so.1 malloc 41 0x557173520680 0.000079
+libLLVM-5.0.so.1 malloc 44 0x5571735206c0 0.000078
+libLLVM-5.0.so.1 malloc 34 0x557173520700 0.000079
+libLLVM-5.0.so.1 malloc 43 0x557173520730 0.000079
+libLLVM-5.0.so.1 malloc 37 0x557173520770 0.000079
+libLLVM-5.0.so.1 malloc 36 0x5571735207a0 0.000079
+libstdc++.so.6 malloc 32 0x5571735207d0 0.000079
+libLLVM-5.0.so.1 malloc 399 0x5571734c8b90 0.000080
+libLLVM-5.0.so.1 realloc 0|256 0x5571734513a0 0.000084
+libLLVM-5.0.so.1 realloc 0|256 0x557173520b30 0.000082
+libLLVM-5.0.so.1 realloc 0x557173520800|536 0x557173520800 0.000084
+libLLVM-5.0.so.1 malloc 3 0x557173520c40 0.000079
+gallium_dri.so malloc 48 0x557173520c60 0.000079
+gallium_dri.so malloc 72 0x557173520ca0 0.000078
+gallium_dri.so malloc 168 0x5571734f4fb0 0.000081
+gallium_dri.so malloc 53 0x557173520cf0 0.000077
+gallium_dri.so malloc 52 0x557173520d30 0.000077
+gallium_dri.so malloc 53 0x557173520d70 0.000077
+gallium_dri.so malloc 67 0x557173520db0 0.000077
+gallium_dri.so malloc 328 0x5571734bb5b0 0.000078
+gallium_dri.so malloc 53 0x557173520e00 0.000077
+gallium_dri.so malloc 56 0x557173520e40 0.000077
+gallium_dri.so malloc 56 0x557173520e80 0.000077
+gallium_dri.so malloc 66 0x557173520ec0 0.000079
+gallium_dri.so malloc 76 0x5571734e7d00 0.000125
+gallium_dri.so malloc 74 0x5571734f6e80 0.000078
+gallium_dri.so malloc 77 0x5571734f75e0 0.000077
+gallium_dri.so malloc 70 0x557173520f10 0.000076
+gallium_dri.so malloc 248 0x557173520f60 0.000081
+gallium_dri.so malloc 57 0x557173521060 0.000079
+gallium_dri.so malloc 56 0x5571735210b0 0.000077
+gallium_dri.so malloc 56 0x5571735210f0 0.000078
+gallium_dri.so malloc 57 0x557173521130 0.000079
+gallium_dri.so malloc 58 0x557173521180 0.000077
+gallium_dri.so malloc 73 0x5571735211d0 0.000077
+gallium_dri.so malloc 528 0x557173521230 0.000077
+gallium_dri.so malloc 56 0x557173521450 0.000078
+gallium_dri.so malloc 56 0x557173521490 0.000078
+gallium_dri.so malloc 57 0x5571735214d0 0.000077
+gallium_dri.so malloc 57 0x557173521520 0.000077
+gallium_dri.so malloc 59 0x557173521570 0.000078
+gallium_dri.so malloc 62 0x5571735215c0 0.000078
+gallium_dri.so malloc 61 0x557173521610 0.000078
+gallium_dri.so malloc 59 0x557173521660 0.000086
+gallium_dri.so malloc 62 0x5571735216b0 0.000079
+gallium_dri.so malloc 68 0x557173521700 0.000077
+gallium_dri.so malloc 66 0x557173521750 0.000078
+gallium_dri.so malloc 69 0x5571735217a0 0.000077
+gallium_dri.so malloc 72 0x5571735217f0 0.000077
+gallium_dri.so malloc 88 0x557173521840 0.000080
+gallium_dri.so malloc 56 0x5571735218a0 0.000078
+gallium_dri.so malloc 70 0x5571735218e0 0.000077
+gallium_dri.so malloc 88 0x557173521930 0.000078
+gallium_dri.so malloc 59 0x557173521990 0.000078
+gallium_dri.so malloc 65 0x5571735219e0 0.000078
+gallium_dri.so malloc 168 0x557173521a30 0.000147
+gallium_dri.so malloc 56 0x557173521ae0 0.000089
+gallium_dri.so malloc 56 0x557173521b20 0.000078
+gallium_dri.so malloc 57 0x557173521b60 0.000087
+gallium_dri.so malloc 65 0x557173521bb0 0.000097
+gallium_dri.so malloc 248 0x557173521c00 0.000086
+gallium_dri.so malloc 54 0x557173521d00 0.000074
+gallium_dri.so malloc 56 0x557173521d40 0.000075
+gallium_dri.so malloc 54 0x557173521d80 0.000074
+gallium_dri.so malloc 52 0x557173521dc0 0.000073
+gallium_dri.so malloc 54 0x557173521e00 0.000074
+gallium_dri.so malloc 54 0x557173521e40 0.000074
+gallium_dri.so malloc 53 0x557173521e80 0.000075
+gallium_dri.so malloc 53 0x557173521ec0 0.000073
+gallium_dri.so malloc 54 0x557173521f00 0.000075
+gallium_dri.so malloc 54 0x557173521f40 0.000075
+gallium_dri.so malloc 54 0x557173521f80 0.000074
+gallium_dri.so malloc 52 0x557173521fc0 0.000074
+gallium_dri.so malloc 54 0x557173522000 0.000082
+gallium_dri.so malloc 54 0x557173522040 0.000076
+gallium_dri.so malloc 54 0x557173522080 0.000073
+gallium_dri.so malloc 53 0x5571735220c0 0.000074
+gallium_dri.so malloc 54 0x557173522100 0.000075
+gallium_dri.so malloc 54 0x557173522140 0.000073
+gallium_dri.so malloc 54 0x557173522180 0.000074
+gallium_dri.so malloc 54 0x5571735221c0 0.000074
+gallium_dri.so malloc 53 0x557173522200 0.000074
+gallium_dri.so malloc 53 0x557173522240 0.000074
+gallium_dri.so malloc 53 0x557173522280 0.000073
+gallium_dri.so malloc 53 0x5571735222c0 0.000086
+gallium_dri.so malloc 53 0x557173522300 0.000075
+gallium_dri.so malloc 53 0x557173522340 0.000075
+gallium_dri.so malloc 55 0x557173522380 0.000074
+gallium_dri.so malloc 55 0x5571735223c0 0.000073
+gallium_dri.so malloc 55 0x557173522400 0.000074
+gallium_dri.so malloc 55 0x557173522440 0.000074
+gallium_dri.so malloc 55 0x557173522480 0.000074
+gallium_dri.so malloc 55 0x5571735224c0 0.000074
+gallium_dri.so malloc 55 0x557173522500 0.000075
+gallium_dri.so malloc 54 0x557173522540 0.000074
+gallium_dri.so malloc 54 0x557173522580 0.000074
+gallium_dri.so malloc 54 0x5571735225c0 0.000074
+gallium_dri.so malloc 54 0x557173522600 0.000075
+gallium_dri.so malloc 54 0x557173522640 0.000075
+gallium_dri.so malloc 54 0x557173522680 0.000074
+gallium_dri.so malloc 56 0x5571735226c0 0.000073
+gallium_dri.so malloc 56 0x557173522700 0.000074
+gallium_dri.so malloc 56 0x557173522740 0.000075
+gallium_dri.so malloc 56 0x557173522780 0.000074
+gallium_dri.so malloc 56 0x5571735227c0 0.000074
+gallium_dri.so malloc 56 0x557173522800 0.000074
+gallium_dri.so malloc 56 0x557173522840 0.000074
+gallium_dri.so malloc 56 0x557173522880 0.000074
+gallium_dri.so malloc 56 0x5571735228c0 0.000075
+gallium_dri.so malloc 56 0x557173522900 0.000075
+gallium_dri.so malloc 57 0x557173522940 0.000074
+gallium_dri.so malloc 56 0x557173522990 0.000074
+gallium_dri.so malloc 56 0x5571735229d0 0.000075
+gallium_dri.so malloc 56 0x557173522a10 0.000076
+gallium_dri.so malloc 56 0x557173522a50 0.000074
+gallium_dri.so malloc 58 0x557173522a90 0.000075
+gallium_dri.so malloc 58 0x557173522ae0 0.000074
+gallium_dri.so malloc 58 0x557173522b30 0.000074
+gallium_dri.so malloc 60 0x557173522b80 0.000074
+gallium_dri.so malloc 63 0x557173522bd0 0.000074
+gallium_dri.so malloc 63 0x557173522c20 0.000073
+gallium_dri.so malloc 65 0x557173522c70 0.000097
+gallium_dri.so malloc 62 0x557173522cc0 0.000099
+gallium_dri.so malloc 62 0x557173522d10 0.000099
+gallium_dri.so malloc 60 0x557173522d60 0.000098
+gallium_dri.so malloc 65 0x557173522db0 0.000099
+gallium_dri.so malloc 59 0x557173522e00 0.000098
+gallium_dri.so malloc 59 0x557173522e50 0.000100
+gallium_dri.so malloc 59 0x557173522ea0 0.000099
+gallium_dri.so malloc 61 0x557173522ef0 0.000099
+gallium_dri.so malloc 64 0x557173522f40 0.000099
+gallium_dri.so malloc 64 0x557173522f90 0.000098
+gallium_dri.so malloc 66 0x557173522fe0 0.000101
+gallium_dri.so malloc 63 0x557173523030 0.000098
+gallium_dri.so malloc 63 0x557173523080 0.000099
+gallium_dri.so malloc 61 0x5571735230d0 0.000098
+gallium_dri.so malloc 66 0x557173523120 0.000099
+gallium_dri.so malloc 59 0x557173523170 0.000099
+gallium_dri.so malloc 59 0x5571735231c0 0.000099
+gallium_dri.so malloc 59 0x557173523210 0.000098
+gallium_dri.so malloc 61 0x557173523260 0.000099
+gallium_dri.so malloc 64 0x5571735232b0 0.000099
+gallium_dri.so malloc 64 0x557173523300 0.000099
+gallium_dri.so malloc 66 0x557173523350 0.000099
+gallium_dri.so malloc 63 0x5571735233a0 0.000100
+gallium_dri.so malloc 63 0x5571735233f0 0.000099
+gallium_dri.so malloc 61 0x557173523440 0.000098
+gallium_dri.so malloc 66 0x557173523490 0.000099
+gallium_dri.so malloc 64 0x5571735234e0 0.000099
+gallium_dri.so malloc 64 0x557173523530 0.000108
+gallium_dri.so malloc 66 0x557173523580 0.000101
+gallium_dri.so malloc 69 0x5571735235d0 0.000100
+gallium_dri.so malloc 69 0x557173523620 0.000099
+gallium_dri.so malloc 71 0x557173523670 0.000099
+gallium_dri.so malloc 68 0x5571735236c0 0.000100
+gallium_dri.so malloc 67 0x557173523710 0.000099
+gallium_dri.so malloc 56 0x557173523760 0.000099
+gallium_dri.so malloc 56 0x5571735237a0 0.000099
+gallium_dri.so malloc 56 0x5571735237e0 0.000098
+gallium_dri.so malloc 60 0x557173523820 0.000121
+gallium_dri.so malloc 58 0x557173523870 0.000092
+gallium_dri.so malloc 60 0x5571735238c0 0.000096
+gallium_dri.so malloc 61 0x557173523910 0.000095
+gallium_dri.so malloc 61 0x557173523960 0.000095
+gallium_dri.so malloc 63 0x5571735239b0 0.000096
+gallium_dri.so malloc 58 0x557173523a00 0.000085
+gallium_dri.so malloc 63 0x557173523a50 0.000075
+gallium_dri.so malloc 57 0x557173523aa0 0.000074
+gallium_dri.so malloc 57 0x557173523af0 0.000074
+gallium_dri.so malloc 57 0x557173523b40 0.000075
+gallium_dri.so malloc 61 0x557173523b90 0.000074
+gallium_dri.so malloc 59 0x557173523be0 0.000075
+gallium_dri.so malloc 61 0x557173523c30 0.000074
+gallium_dri.so malloc 62 0x557173523c80 0.000073
+gallium_dri.so malloc 62 0x557173523cd0 0.000074
+gallium_dri.so malloc 64 0x557173523d20 0.000075
+gallium_dri.so malloc 59 0x557173523d70 0.000074
+gallium_dri.so malloc 64 0x557173523dc0 0.000074
+gallium_dri.so malloc 57 0x557173523e10 0.000074
+gallium_dri.so malloc 57 0x557173523e60 0.000075
+gallium_dri.so malloc 57 0x557173523eb0 0.000074
+gallium_dri.so malloc 61 0x557173523f00 0.000077
+gallium_dri.so malloc 59 0x557173523f50 0.000075
+gallium_dri.so malloc 61 0x557173523fa0 0.000073
+gallium_dri.so malloc 62 0x557173523ff0 0.000076
+gallium_dri.so malloc 62 0x557173524040 0.000074
+gallium_dri.so malloc 64 0x557173524090 0.000074
+gallium_dri.so malloc 59 0x5571735240e0 0.000075
+gallium_dri.so malloc 64 0x557173524130 0.000074
+gallium_dri.so malloc 61 0x557173524180 0.000074
+gallium_dri.so malloc 63 0x5571735241d0 0.000074
+gallium_dri.so malloc 62 0x557173524220 0.000075
+gallium_dri.so malloc 64 0x557173524270 0.000120
+gallium_dri.so malloc 62 0x5571735242c0 0.000075
+gallium_dri.so malloc 64 0x557173524310 0.000074
+gallium_dri.so malloc 60 0x557173524360 0.000074
+gallium_dri.so free 0x5571735243b0 void 0.000078
+gallium_dri.so free 0x5571735243d0 void 0.000076
+ld-linux-x86-64.so.2 malloc 768 0x557173524400 0.000075
+libGL.so.1 free 0x5571735243d0 void 0.000074
+libdrm.so.2 free 0x55717352caa0 void 0.000073
+libdrm.so.2 free 0x5571735243b0 void 0.000072
+libdrm.so.2 free 0x55717352db30 void 0.000071
+libdrm.so.2 free 0x55717352caa0 void 0.000072
+libdrm.so.2 free 0x55717352db30 void 0.000072
+libdrm.so.2 free 0x5571735243b0 void 0.000072
+libdrm.so.2 free 0x55717352cb20 void 0.000072
+libdrm.so.2 free 0x557173524930 void 0.000071
+libdrm.so.2 free 0x55717352ca00 void 0.000071
+libdrm.so.2 free 0x55717352caa0 void 0.000074
+libdrm.so.2 free 0x5571735243b0 void 0.000072
+libdrm.so.2 free 0x55717352db30 void 0.000072
+libdrm.so.2 free 0x55717352caa0 void 0.000072
+libdrm.so.2 free 0x55717352db30 void 0.000072
+libdrm.so.2 free 0x5571735243b0 void 0.000072
+libdrm.so.2 free 0x55717352cc50 void 0.000072
+libdrm.so.2 free 0x55717352cbc0 void 0.000071
+libdrm.so.2 free 0x55717352ca00 void 0.000073
+gallium_dri.so malloc 14 0x55717352e100 0.000074
+gallium_dri.so malloc 14 0x55717352e120 0.000071
+gallium_dri.so malloc 27 0x55717352e140 0.000070
+gallium_dri.so malloc 29 0x55717352e170 0.000071
+gallium_dri.so malloc 18 0x55717352e1a0 0.000071
+gallium_dri.so malloc 12 0x55717352e1e0 0.000071
+gallium_dri.so malloc 4 0x55717352e200 0.000071
+gallium_dri.so malloc 16 0x55717352e220 0.000071
+gallium_dri.so free 0x55717352e200 void 0.000073
+gallium_dri.so malloc 9 0x55717352e200 0.000072
+gallium_dri.so malloc 4 0x55717352e240 0.000070
+gallium_dri.so malloc 16 0x55717352e260 0.000072
+gallium_dri.so free 0x55717352e240 void 0.000072
+gallium_dri.so malloc 11 0x55717352e240 0.000072
+gallium_dri.so malloc 4 0x55717352e280 0.000071
+gallium_dri.so malloc 16 0x55717352e2a0 0.000071
+gallium_dri.so free 0x55717352e280 void 0.000072
+gallium_dri.so malloc 10 0x55717352e280 0.000072
+gallium_dri.so malloc 4 0x55717352e2c0 0.000072
+gallium_dri.so malloc 16 0x55717352e2e0 0.000087
+gallium_dri.so free 0x55717352e2c0 void 0.000079
+gallium_dri.so malloc 15 0x55717352e2c0 0.000080
+gallium_dri.so malloc 5 0x55717352e300 0.000078
+gallium_dri.so malloc 16 0x55717352e320 0.000078
+gallium_dri.so free 0x55717352e300 void 0.000079
+gallium_dri.so malloc 21 0x55717352e300 0.000078
+gallium_dri.so malloc 5 0x55717352e340 0.000079
+gallium_dri.so malloc 16 0x55717352e360 0.000077
+gallium_dri.so free 0x55717352e340 void 0.000078
+gallium_dri.so malloc 27 0x55717352e380 0.000078
+gallium_dri.so malloc 32 0x55717352e3b0 0.000080
+gallium_dri.so malloc 28 0x55717352e3e0 0.000079
+gallium_dri.so malloc 28 0x55717352e410 0.000078
+gallium_dri.so malloc 19 0x55717352e340 0.000079
+gallium_dri.so malloc 6 0x55717352e440 0.000079
+gallium_dri.so malloc 16 0x55717352e460 0.000078
+gallium_dri.so free 0x55717352e440 void 0.000078
+gallium_dri.so malloc 41 0x55717352e480 0.000078
+gallium_dri.so malloc 42 0x55717352e4c0 0.000078
+gallium_dri.so malloc 28 0x55717352e500 0.000078
+gallium_dri.so malloc 20 0x55717352e440 0.000078
+gallium_dri.so malloc 39 0x55717352e530 0.000078
+gallium_dri.so malloc 25 0x55717352e560 0.000079
+gallium_dri.so malloc 15 0x55717352e590 0.000078
+gallium_dri.so malloc 512 0x5571734f5870 0.000081
+gallium_dri.so malloc 17 0x55717352e0a0 0.000120
+gallium_dri.so free 0x55717352e0a0 void 0.000085
+gallium_dri.so malloc 48 0x55717352daf0 0.000079
+gallium_dri.so malloc 49 0x55717352ca60 0.000136
+gallium_dri.so realloc 0x55717352ca60|69 0x55717352dbb0 0.000127
+gallium_dri.so realloc 0x55717352dbb0|81 0x55717352dbb0 0.000085
+gallium_dri.so realloc 0x55717352dbb0|94 0x55717352d670 0.000083
+gallium_dri.so realloc 0x55717352d670|124 0x55717352d670 0.000082
+gallium_dri.so realloc 0x55717352d670|141 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|175 0x5571735249c0 0.000083
+gallium_dri.so realloc 0x5571735249c0|192 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|222 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|238 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|268 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|297 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|313 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|336 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|350 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|394 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|425 0x5571735249c0 0.000084
+gallium_dri.so realloc 0x5571735249c0|468 0x5571735249c0 0.000084
+gallium_dri.so realloc 0x5571735249c0|497 0x5571735249c0 0.000084
+gallium_dri.so realloc 0x5571735249c0|508 0x5571735249c0 0.000081
+gallium_dri.so realloc 0x5571735249c0|535 0x5571735249c0 0.000082
+gallium_dri.so realloc 0x5571735249c0|576 0x5571735249c0 0.000083
+gallium_dri.so realloc 0x5571735249c0|598 0x5571735249c0 0.000083
+gallium_dri.so realloc 0x5571735249c0|619 0x5571735249c0 0.000083
+gallium_dri.so free 0x5571735249c0 void 0.000078
+gallium_dri.so free 0x55717352daf0 void 0.000089
+gallium_dri.so malloc 24 0x55717352e0a0 0.000082
+gallium_dri.so malloc 8 0x55717352e1c0 0.000082
+gallium_dri.so malloc 32 0x55717352ca30 0.000078
+libdrm.so.2 free 0x557173524cd0 void 0.000082
+libdrm.so.2 free 0x557173524cf0 void 0.000080
+libdrm.so.2 free 0x557173524d10 void 0.000078
+libdrm.so.2 free 0x557173524c80 void 0.000077
+libdrm.so.2 free 0x55717352e0e0 void 0.000091
+libdrm.so.2 free 0x55717352e0c0 void 0.000081
+libdrm.so.2 free 0x55717352db50 void 0.000078
+libdrm.so.2 free 0x557173524d40 void 0.000081
+libdrm_nouveau.so.2 malloc 72 0x557173524c80 0.000081
+libdrm_nouveau.so.2 free 0x557173524c80 void 0.000079
+libdrm_nouveau.so.2 malloc 136 0x55717352d670 0.000078
+libdrm_nouveau.so.2 free 0x55717352d670 void 0.000079
+libdrm_nouveau.so.2 malloc 32 0x55717352db50 0.000079
+libdrm_nouveau.so.2 malloc 56 0x557173524d40 0.000084
+libdrm_nouveau.so.2 realloc 0|4 0x55717352e0c0 0.000105
+gallium_dri.so malloc 48 0x55717352daf0 0.000088
+gallium_dri.so malloc 1072 0x5571735255f0 0.000075
+ld-linux-x86-64.so.2 malloc 41 0x557173525a90 0.000073
+ld-linux-x86-64.so.2 malloc 41 0x557173525f80 0.000073
+ld-linux-x86-64.so.2 malloc 34 0x55717352df70 0.000072
+ld-linux-x86-64.so.2 malloc 34 0x55717352e070 0.000072
+ld-linux-x86-64.so.2 malloc 40 0x557173526470 0.000073
+ld-linux-x86-64.so.2 malloc 72 0x5571735264a0 0.000072
+ld-linux-x86-64.so.2 malloc 38 0x557173526770 0.000076
+ld-linux-x86-64.so.2 malloc 38 0x5571735267a0 0.000073
+ld-linux-x86-64.so.2 malloc 40 0x5571735267d0 0.000071
+ld-linux-x86-64.so.2 malloc 40 0x557173526800 0.000072
+ld-linux-x86-64.so.2 malloc 40 0x557173526830 0.000072
+ld-linux-x86-64.so.2 malloc 88 0x55717352dbb0 0.000070
+libnss_compat.so.2 free 0 void 0.000078
+libnss_compat.so.2 free 0 void 0.000072
+libnss_compat.so.2 free 0 void 0.000072
+libnss_compat.so.2 free 0 void 0.000072
+libnss_compat.so.2 free 0 void 0.000072
+libnss_compat.so.2 free 0 void 0.000075
+libnss_compat.so.2 free 0 void 0.000071
+libnss_compat.so.2 free 0 void 0.000071
+libnss_compat.so.2 free 0 void 0.000071
+libnss_compat.so.2 free 0 void 0.000079
+gallium_dri.so malloc 65 0x557173527910 0.000073
+gallium_dri.so malloc 70 0x557173527960 0.000071
+gallium_dri.so malloc 336 0x5571735279b0 0.000071
+gallium_dri.so malloc 70 0x557173527b10 0.000071
+gallium_dri.so malloc 76 0x55717352c9d0 0.000072
+gallium_dri.so malloc 16 0x557173527f90 0.000074
+gallium_dri.so malloc 16 0x557173527fb0 0.000073
+gallium_dri.so malloc 73 0x55717352da90 0.000104
+gallium_dri.so free 0x55717352c9d0 void 0.000245
+gallium_dri.so free 0x557173527960 void 0.000102
+gallium_dri.so free 0x557173527910 void 0.000101
+gallium_dri.so free 0x5571735255f0 void 0.000102
+gallium_dri.so free 0x55717352daf0 void 0.000103
+gallium_dri.so free 0x55717352e0e0 void 0.000104
+ld-linux-x86-64.so.2 malloc 41 0x55717352daf0 0.000102
+ld-linux-x86-64.so.2 malloc 41 0x5571735255f0 0.000107
+ld-linux-x86-64.so.2 malloc 72 0x557173527910 0.000116
+gallium_dri.so malloc 896 0x55717352d700 0.000338
+gallium_dri.so malloc 896 0x557173528630 0.000259
+libdrm_nouveau.so.2 malloc 32 0x557173528a40 0.000210
+libdrm_nouveau.so.2 malloc 16 0x55717352e0e0 0.000189
+libdrm_nouveau.so.2 malloc 32 0x557173528a70 0.000188
+libdrm_nouveau.so.2 malloc 56 0x557173528aa0 0.000184
+libdrm_nouveau.so.2 free 0x557173528aa0 void 0.000280
+libdrm_nouveau.so.2 malloc 32 0x557173528ae0 0.000385
+libdrm_nouveau.so.2 malloc 56 0x557173528aa0 0.000338
+libdrm_nouveau.so.2 free 0x557173528aa0 void 0.000338
+libdrm_nouveau.so.2 malloc 32 0x557173528b10 0.000289
+libdrm_nouveau.so.2 malloc 56 0x557173528aa0 0.000358
+libdrm_nouveau.so.2 free 0x557173528aa0 void 0.000282
+libdrm_nouveau.so.2 realloc 0|64 0x557173527960 0.000239
+libdrm_nouveau.so.2 malloc 32 0x5571735256d0 0.000201
+libdrm_nouveau.so.2 malloc 56 0x557173528aa0 0.000117
+libdrm_nouveau.so.2 free 0x557173528aa0 void 0.000121
+gallium_dri.so malloc 16 0x557173525740 0.000122
+gallium_dri.so malloc 136 0x55717352d670 0.000119
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so malloc 24 0x557173525760 0.000126
+gallium_dri.so malloc 172 0x557173525820 0.000123
+gallium_dri.so malloc 172 0x5571735258e0 0.000118
+gallium_dri.so malloc 172 0x557173529350 0.000118
+gallium_dri.so malloc 172 0x557173529410 0.000118
+gallium_dri.so malloc 172 0x5571735294d0 0.000129
+gallium_dri.so malloc 172 0x557173529590 0.000131
+gallium_dri.so malloc 172 0x557173529650 0.000169
+gallium_dri.so malloc 172 0x557173529710 0.000174
+gallium_dri.so malloc 172 0x5571735297d0 0.000202
+gallium_dri.so malloc 172 0x557173529890 0.000160
+gallium_dri.so malloc 172 0x557173529950 0.000119
+gallium_dri.so malloc 172 0x557173529a10 0.000119
+gallium_dri.so malloc 172 0x557173529ad0 0.000116
+gallium_dri.so malloc 172 0x557173529b90 0.000118
+gallium_dri.so malloc 172 0x557173529c50 0.000117
+gallium_dri.so malloc 172 0x557173529d10 0.000118
+gallium_dri.so malloc 172 0x557173529dd0 0.000123
+gallium_dri.so malloc 172 0x557173529e90 0.000118
+gallium_dri.so malloc 172 0x55717352a040 0.000119
+gallium_dri.so malloc 172 0x55717352a100 0.000119
+gallium_dri.so malloc 172 0x55717352a1c0 0.000117
+gallium_dri.so malloc 172 0x55717352a280 0.000119
+gallium_dri.so malloc 172 0x55717352a340 0.000117
+gallium_dri.so malloc 172 0x55717352a400 0.000118
+gallium_dri.so malloc 172 0x55717352a4c0 0.000118
+gallium_dri.so malloc 172 0x55717352a580 0.000118
+gallium_dri.so malloc 172 0x55717352a640 0.000117
+gallium_dri.so malloc 172 0x55717352a700 0.000117
+gallium_dri.so malloc 172 0x55717352a7c0 0.000118
+gallium_dri.so malloc 172 0x55717352a880 0.000126
+gallium_dri.so malloc 172 0x55717352a940 0.000137
+gallium_dri.so malloc 172 0x55717352aa00 0.000145
+gallium_dri.so malloc 172 0x55717352aac0 0.000180
+gallium_dri.so malloc 172 0x55717352ab80 0.000299
+gallium_dri.so malloc 172 0x55717352ac40 0.000301
+gallium_dri.so malloc 172 0x55717352ad00 0.000300
+gallium_dri.so malloc 172 0x55717352adc0 0.000300
+gallium_dri.so malloc 172 0x55717352ae80 0.000301
+gallium_dri.so malloc 172 0x55717352af40 0.000308
+gallium_dri.so malloc 172 0x55717352b000 0.000242
+gallium_dri.so malloc 172 0x55717352b0c0 0.000321
+gallium_dri.so malloc 172 0x55717352b180 0.000426
+gallium_dri.so malloc 172 0x55717352b240 0.000314
+gallium_dri.so malloc 172 0x55717352b300 0.000301
+gallium_dri.so malloc 172 0x55717352b3c0 0.000219
+gallium_dri.so malloc 368 0x55717352b480 0.000264
+gallium_dri.so free 0x557173525780 void 0.000224
+gallium_dri.so free 0x557173529f50 void 0.000177
+gallium_dri.so malloc 172 0x55717352b600 0.000141
+gallium_dri.so malloc 172 0x55717352b6c0 0.000138
+gallium_dri.so malloc 172 0x55717352b780 0.000139
+gallium_dri.so malloc 172 0x55717352b840 0.000139
+gallium_dri.so malloc 172 0x55717352b900 0.000138
+gallium_dri.so malloc 172 0x55717352b9c0 0.000138
+gallium_dri.so malloc 172 0x55717352ba80 0.000137
+gallium_dri.so malloc 172 0x55717352bb40 0.000138
+gallium_dri.so malloc 172 0x55717352bc00 0.000138
+gallium_dri.so malloc 172 0x55717352bcc0 0.000138
+gallium_dri.so malloc 172 0x55717352bd80 0.000165
+gallium_dri.so malloc 172 0x55717352be40 0.000140
+gallium_dri.so malloc 172 0x55717352bf00 0.000139
+gallium_dri.so malloc 172 0x55717352bfc0 0.000139
+gallium_dri.so malloc 172 0x55717352c080 0.000139
+gallium_dri.so malloc 172 0x55717352c140 0.000138
+gallium_dri.so malloc 172 0x55717352c200 0.000135
+gallium_dri.so malloc 172 0x55717352c2c0 0.000137
+gallium_dri.so malloc 512 0x5571734f7390 0.000139
+gallium_dri.so free 0x55717352b480 void 0.000138
+gallium_dri.so free 0x557173525780 void 0.000135
+gallium_dri.so malloc 172 0x55717352c470 0.000138
+gallium_dri.so malloc 172 0x55717352c530 0.000138
+gallium_dri.so malloc 172 0x55717352c5f0 0.000138
+gallium_dri.so malloc 172 0x55717352c6b0 0.000136
+gallium_dri.so malloc 172 0x55717352c770 0.000137
+gallium_dri.so malloc 172 0x55717352c830 0.000137
+gallium_dri.so malloc 172 0x55717352c8f0 0.000138
+gallium_dri.so malloc 172 0x55717354a5f0 0.000138
+gallium_dri.so malloc 172 0x55717354a6b0 0.000137
+gallium_dri.so malloc 172 0x55717354a770 0.000138
+gallium_dri.so malloc 172 0x55717354a830 0.000137
+gallium_dri.so malloc 172 0x55717354a8f0 0.000144
+gallium_dri.so malloc 172 0x55717354a9b0 0.000153
+gallium_dri.so malloc 172 0x55717354aa70 0.000148
+gallium_dri.so malloc 172 0x55717354ab30 0.000148
+gallium_dri.so malloc 172 0x55717354abf0 0.000149
+gallium_dri.so malloc 172 0x55717354acb0 0.000146
+gallium_dri.so malloc 172 0x55717354ad70 0.000145
+gallium_dri.so malloc 172 0x55717354ae30 0.000146
+gallium_dri.so malloc 172 0x55717354aef0 0.000147
+gallium_dri.so malloc 172 0x55717354afb0 0.000151
+gallium_dri.so malloc 172 0x55717354b070 0.000229
+gallium_dri.so malloc 172 0x55717354b130 0.000229
+gallium_dri.so malloc 172 0x55717354b1f0 0.000193
+gallium_dri.so malloc 172 0x55717354b2b0 0.000184
+gallium_dri.so malloc 172 0x55717354b370 0.000231
+gallium_dri.so malloc 172 0x55717354b430 0.000201
+gallium_dri.so malloc 728 0x55717354b4f0 0.000157
+gallium_dri.so free 0x5571734f7390 void 0.000155
+gallium_dri.so free 0x55717352c380 void 0.000131
+gallium_dri.so malloc 172 0x55717354b7d0 0.000118
+gallium_dri.so malloc 172 0x55717354b890 0.000117
+gallium_dri.so malloc 172 0x55717354b950 0.000129
+gallium_dri.so malloc 172 0x55717354ba10 0.000120
+gallium_dri.so malloc 172 0x55717354bad0 0.000122
+gallium_dri.so malloc 172 0x55717354bb90 0.000116
+gallium_dri.so malloc 172 0x55717354bc50 0.000116
+gallium_dri.so malloc 172 0x55717354bd10 0.000116
+gallium_dri.so malloc 172 0x55717354bdd0 0.000116
+gallium_dri.so malloc 172 0x55717354be90 0.000116
+gallium_dri.so malloc 172 0x55717354bf50 0.000118
+gallium_dri.so malloc 172 0x55717354c010 0.000117
+gallium_dri.so malloc 172 0x55717354c0d0 0.000118
+gallium_dri.so malloc 172 0x55717354c190 0.000116
+gallium_dri.so malloc 172 0x55717354c250 0.000117
+gallium_dri.so malloc 172 0x55717354c310 0.000118
+gallium_dri.so malloc 172 0x55717354c3d0 0.000117
+gallium_dri.so malloc 172 0x55717354c490 0.000118
+gallium_dri.so malloc 872 0x55717354c550 0.000118
+gallium_dri.so free 0x55717354b4f0 void 0.000118
+gallium_dri.so free 0x557173525780 void 0.000118
+gallium_dri.so malloc 172 0x55717354c9b0 0.000118
+gallium_dri.so malloc 172 0x55717354ca70 0.000117
+gallium_dri.so malloc 172 0x55717354cb30 0.000121
+gallium_dri.so malloc 172 0x55717354cbf0 0.000117
+gallium_dri.so malloc 172 0x55717354ccb0 0.000116
+gallium_dri.so malloc 172 0x55717354cd70 0.000114
+gallium_dri.so malloc 172 0x55717354ce30 0.000117
+gallium_dri.so malloc 172 0x55717354cef0 0.000117
+gallium_dri.so malloc 172 0x55717354cfb0 0.000127
+gallium_dri.so malloc 172 0x55717354d070 0.000118
+gallium_dri.so malloc 172 0x55717354d130 0.000118
+gallium_dri.so malloc 172 0x55717354d1f0 0.000117
+gallium_dri.so malloc 172 0x55717354d2b0 0.000117
+gallium_dri.so malloc 172 0x55717354d370 0.000116
+gallium_dri.so malloc 172 0x55717354d430 0.000117
+gallium_dri.so malloc 172 0x55717354d4f0 0.000118
+gallium_dri.so malloc 172 0x55717354d5b0 0.000118
+gallium_dri.so malloc 172 0x55717354d670 0.000117
+gallium_dri.so malloc 172 0x55717354d730 0.000116
+gallium_dri.so malloc 172 0x55717354d7f0 0.000117
+gallium_dri.so malloc 172 0x55717354d8b0 0.000116
+gallium_dri.so malloc 172 0x55717354d970 0.000117
+gallium_dri.so malloc 172 0x55717354da30 0.000116
+gallium_dri.so malloc 172 0x55717354daf0 0.000118
+gallium_dri.so malloc 172 0x55717354dbb0 0.000116
+gallium_dri.so malloc 172 0x55717354dc70 0.000116
+gallium_dri.so malloc 172 0x55717354dd30 0.000116
+gallium_dri.so malloc 1088 0x55717354ddf0 0.000118
+gallium_dri.so free 0x55717354c550 void 0.000118
+gallium_dri.so free 0x55717354c8c0 void 0.000117
+gallium_dri.so malloc 172 0x55717354e240 0.000119
+gallium_dri.so malloc 172 0x55717354e300 0.000117
+gallium_dri.so malloc 172 0x55717354e3c0 0.000117
+gallium_dri.so malloc 172 0x55717354e480 0.000118
+gallium_dri.so malloc 172 0x55717354e540 0.000116
+gallium_dri.so malloc 172 0x55717354e600 0.000128
+gallium_dri.so malloc 172 0x55717354e6c0 0.000118
+gallium_dri.so malloc 172 0x55717354e780 0.000118
+gallium_dri.so malloc 172 0x55717354e840 0.000138
+gallium_dri.so malloc 172 0x55717354e900 0.000118
+gallium_dri.so malloc 172 0x55717354e9c0 0.000118
+gallium_dri.so malloc 172 0x55717354ea80 0.000117
+gallium_dri.so malloc 172 0x55717354eb40 0.000116
+gallium_dri.so malloc 172 0x55717354ec00 0.000117
+gallium_dri.so malloc 172 0x55717354ecc0 0.000124
+gallium_dri.so malloc 172 0x55717354ed80 0.000127
+gallium_dri.so malloc 172 0x55717354ee40 0.000120
+gallium_dri.so malloc 172 0x55717354ef00 0.000117
+gallium_dri.so malloc 1232 0x55717354efc0 0.000118
+gallium_dri.so free 0x55717354ddf0 void 0.000117
+gallium_dri.so free 0x557173525780 void 0.000118
+gallium_dri.so malloc 172 0x55717354dee0 0.000119
+gallium_dri.so malloc 172 0x55717354dfa0 0.000117
+gallium_dri.so malloc 172 0x55717354e060 0.000144
+gallium_dri.so malloc 172 0x55717354e120 0.000117
+gallium_dri.so malloc 172 0x55717354f4a0 0.000116
+gallium_dri.so malloc 172 0x55717354f560 0.000117
+gallium_dri.so malloc 172 0x55717354f620 0.000118
+gallium_dri.so malloc 172 0x55717354f6e0 0.000116
+gallium_dri.so malloc 172 0x55717354f7a0 0.000117
+gallium_dri.so malloc 172 0x55717354f860 0.000117
+gallium_dri.so malloc 172 0x55717354f920 0.000161
+gallium_dri.so malloc 172 0x55717354f9e0 0.000117
+gallium_dri.so malloc 172 0x55717354faa0 0.000117
+gallium_dri.so malloc 172 0x55717354fb60 0.000118
+gallium_dri.so malloc 172 0x55717354fc20 0.000116
+gallium_dri.so malloc 172 0x55717354fce0 0.000117
+gallium_dri.so malloc 172 0x55717354fda0 0.000118
+gallium_dri.so malloc 172 0x55717354fe60 0.000116
+gallium_dri.so malloc 172 0x55717354ff20 0.000117
+gallium_dri.so malloc 172 0x55717354ffe0 0.000118
+gallium_dri.so malloc 172 0x5571735500a0 0.000118
+gallium_dri.so malloc 172 0x557173550160 0.000116
+gallium_dri.so malloc 172 0x557173550220 0.000116
+gallium_dri.so malloc 172 0x5571735502e0 0.000116
+gallium_dri.so malloc 172 0x5571735503a0 0.000118
+gallium_dri.so malloc 172 0x557173550460 0.000117
+gallium_dri.so malloc 172 0x557173550520 0.000117
+gallium_dri.so malloc 1448 0x5571735505e0 0.000118
+gallium_dri.so free 0x55717354efc0 void 0.000118
+gallium_dri.so free 0x55717354ddf0 void 0.000117
+gallium_dri.so malloc 172 0x55717354efc0 0.000117
+gallium_dri.so malloc 172 0x55717354f080 0.000118
+gallium_dri.so malloc 172 0x55717354f140 0.000116
+gallium_dri.so malloc 172 0x55717354f200 0.000117
+gallium_dri.so malloc 172 0x55717354f2c0 0.000118
+gallium_dri.so malloc 172 0x55717354f380 0.000119
+gallium_dri.so malloc 172 0x557173550b90 0.000117
+gallium_dri.so malloc 172 0x557173550c50 0.000127
+gallium_dri.so malloc 172 0x557173550d10 0.000117
+gallium_dri.so malloc 172 0x557173550dd0 0.000117
+gallium_dri.so malloc 172 0x557173550e90 0.000117
+gallium_dri.so malloc 172 0x557173550f50 0.000122
+gallium_dri.so malloc 172 0x557173551010 0.000119
+gallium_dri.so malloc 172 0x5571735510d0 0.000116
+gallium_dri.so malloc 172 0x557173551190 0.000117
+gallium_dri.so malloc 172 0x557173551250 0.000117
+gallium_dri.so malloc 172 0x557173551310 0.000116
+gallium_dri.so malloc 172 0x5571735513d0 0.000116
+gallium_dri.so malloc 1592 0x557173551490 0.000118
+gallium_dri.so free 0x5571735505e0 void 0.000117
+gallium_dri.so free 0x557173525780 void 0.000118
+gallium_dri.so malloc 172 0x5571735506d0 0.000117
+gallium_dri.so malloc 172 0x557173550790 0.000117
+gallium_dri.so malloc 172 0x557173550850 0.000116
+gallium_dri.so malloc 172 0x557173550910 0.000117
+gallium_dri.so malloc 172 0x5571735509d0 0.000118
+gallium_dri.so malloc 172 0x557173550a90 0.000116
+gallium_dri.so malloc 172 0x557173551ad0 0.000116
+gallium_dri.so malloc 172 0x557173551b90 0.000117
+gallium_dri.so malloc 172 0x557173551c50 0.000117
+gallium_dri.so malloc 172 0x557173551d10 0.000116
+gallium_dri.so malloc 172 0x557173551dd0 0.000120
+gallium_dri.so malloc 172 0x557173551e90 0.000121
+gallium_dri.so malloc 172 0x557173551f50 0.000118
+gallium_dri.so malloc 172 0x557173552010 0.000120
+gallium_dri.so malloc 172 0x5571735520d0 0.000117
+gallium_dri.so malloc 172 0x557173552190 0.000117
+gallium_dri.so malloc 172 0x557173552250 0.000116
+gallium_dri.so malloc 172 0x557173552310 0.000116
+gallium_dri.so malloc 172 0x5571735523d0 0.000116
+gallium_dri.so malloc 172 0x557173552490 0.000117
+gallium_dri.so malloc 172 0x557173552550 0.000116
+gallium_dri.so malloc 172 0x557173552610 0.000116
+gallium_dri.so malloc 172 0x5571735526d0 0.000115
+gallium_dri.so malloc 172 0x557173552790 0.000117
+gallium_dri.so malloc 172 0x557173552850 0.000116
+gallium_dri.so malloc 172 0x557173552910 0.000116
+gallium_dri.so malloc 172 0x5571735529d0 0.000121
+gallium_dri.so malloc 1808 0x557173552a90 0.000118
+gallium_dri.so free 0x557173551490 void 0.000119
+gallium_dri.so free 0x5571735505e0 void 0.000117
+gallium_dri.so malloc 12 0x557173554e50 0.000118
+gallium_dri.so malloc 4 0x557173554e70 0.000118
+gallium_dri.so malloc 16 0x557173554e90 0.000118
+gallium_dri.so free 0x557173554e70 void 0.000116
+gallium_dri.so malloc 512 0x5571734f7390 0.000117
+gallium_dri.so malloc 17 0x5571735259a0 0.000116
+gallium_dri.so free 0x5571735259a0 void 0.000158
+libGL.so.1 malloc 224 0x5571735505e0 0.000118
+libGL.so.1 malloc 224 0x55717354ddf0 0.000116
+libGL.so.1 malloc 224 0x55717354c8c0 0.000115
+libGL.so.1 malloc 224 0x55717352c380 0.000113
+libGL.so.1 malloc 224 0x557173529f50 0.000111
+libGL.so.1 malloc 224 0x5571735516a0 0.000113
+libGL.so.1 malloc 224 0x557173551790 0.000114
+libGL.so.1 malloc 224 0x557173551880 0.000138
+libGL.so.1 malloc 224 0x557173551970 0.000111
+libGL.so.1 malloc 224 0x5571735539c0 0.000113
+libGL.so.1 malloc 224 0x557173553ab0 0.000114
+libGL.so.1 malloc 224 0x557173553ba0 0.000149
+libGL.so.1 malloc 224 0x557173553c90 0.000116
+libGL.so.1 malloc 224 0x557173553d80 0.000114
+libGL.so.1 malloc 224 0x557173553e70 0.000114
+libGL.so.1 malloc 224 0x557173553f60 0.000115
+libGL.so.1 malloc 224 0x557173554050 0.000114
+libGL.so.1 malloc 224 0x557173554140 0.000113
+libGL.so.1 malloc 224 0x557173554230 0.000118
+libGL.so.1 malloc 224 0x557173554320 0.000121
+libGL.so.1 malloc 224 0x557173554410 0.000142
+libGL.so.1 malloc 224 0x557173554500 0.000154
+libGL.so.1 malloc 224 0x5571735545f0 0.000113
+libGL.so.1 malloc 224 0x5571735546e0 0.000112
+libGL.so.1 malloc 224 0x5571735547d0 0.000119
+libGL.so.1 malloc 224 0x5571735548c0 0.000120
+libGL.so.1 malloc 224 0x5571735549b0 0.000114
+libGL.so.1 malloc 224 0x557173554aa0 0.000113
+libGL.so.1 malloc 224 0x557173554b90 0.000113
+libGL.so.1 malloc 224 0x557173554c80 0.000114
+libGL.so.1 malloc 224 0x557173554f70 0.000113
+libGL.so.1 malloc 224 0x557173555060 0.000114
+libGL.so.1 malloc 224 0x557173555150 0.000114
+libGL.so.1 malloc 224 0x557173555240 0.000114
+libGL.so.1 malloc 224 0x557173555330 0.000125
+libGL.so.1 malloc 224 0x557173555420 0.000116
+libGL.so.1 malloc 224 0x557173555510 0.000114
+libGL.so.1 malloc 224 0x557173555600 0.000113
+libGL.so.1 malloc 224 0x5571735556f0 0.000115
+libGL.so.1 malloc 224 0x5571735557e0 0.000113
+libGL.so.1 malloc 224 0x5571735558d0 0.000114
+libGL.so.1 malloc 224 0x5571735559c0 0.000113
+libGL.so.1 malloc 224 0x557173555ab0 0.000114
+libGL.so.1 malloc 224 0x557173555ba0 0.000114
+libGL.so.1 malloc 224 0x557173555c90 0.000119
+libGL.so.1 malloc 224 0x557173555d80 0.000122
+libGL.so.1 malloc 224 0x557173555e70 0.000119
+libGL.so.1 malloc 224 0x557173555f60 0.000120
+libGL.so.1 malloc 224 0x557173556050 0.000134
+libGL.so.1 malloc 224 0x557173556140 0.000125
+libGL.so.1 malloc 224 0x557173556230 0.000121
+libGL.so.1 malloc 224 0x557173556320 0.000119
+libGL.so.1 malloc 224 0x557173556410 0.000119
+libGL.so.1 malloc 224 0x557173556500 0.000120
+libGL.so.1 malloc 224 0x5571735565f0 0.000120
+libGL.so.1 malloc 224 0x5571735566e0 0.000119
+libGL.so.1 malloc 224 0x5571735567d0 0.000118
+libGL.so.1 malloc 224 0x5571735568c0 0.000119
+libGL.so.1 malloc 224 0x5571735569b0 0.000120
+libGL.so.1 malloc 224 0x557173556aa0 0.000120
+libGL.so.1 malloc 224 0x557173556b90 0.000119
+libGL.so.1 malloc 224 0x557173556c80 0.000118
+libGL.so.1 malloc 224 0x557173556d70 0.000120
+libGL.so.1 malloc 224 0x557173556e60 0.000120
+libGL.so.1 malloc 224 0x557173556f50 0.000121
+libGL.so.1 malloc 224 0x557173557040 0.000119
+libGL.so.1 malloc 224 0x557173557130 0.000120
+libGL.so.1 malloc 224 0x557173557220 0.000120
+libGL.so.1 malloc 224 0x557173557310 0.000119
+libGL.so.1 malloc 224 0x557173557400 0.000120
+libGL.so.1 malloc 224 0x5571735574f0 0.000119
+libGL.so.1 malloc 224 0x5571735575e0 0.000216
+libGL.so.1 malloc 224 0x5571735576d0 0.000220
+libGL.so.1 malloc 224 0x5571735577c0 0.000224
+libGL.so.1 malloc 224 0x5571735578b0 0.000197
+libGL.so.1 malloc 224 0x5571735579a0 0.000198
+libGL.so.1 malloc 224 0x557173557a90 0.000178
+libGL.so.1 malloc 224 0x557173557b80 0.000124
+libGL.so.1 malloc 224 0x557173557c70 0.000125
+libGL.so.1 malloc 224 0x557173557d60 0.000124
+libGL.so.1 malloc 224 0x557173557e50 0.000124
+libGL.so.1 malloc 224 0x557173557f40 0.000128
+libGL.so.1 malloc 224 0x557173558030 0.000124
+libGL.so.1 malloc 224 0x557173558120 0.000124
+libGL.so.1 malloc 224 0x557173558210 0.000124
+libGL.so.1 malloc 224 0x557173558300 0.000124
+libGL.so.1 malloc 224 0x5571735583f0 0.000124
+libGL.so.1 malloc 224 0x5571735584e0 0.000124
+libGL.so.1 malloc 224 0x5571735585d0 0.000124
+libGL.so.1 malloc 224 0x5571735586c0 0.000125
+libGL.so.1 malloc 224 0x5571735587b0 0.000140
+libGL.so.1 malloc 224 0x5571735588a0 0.000132
+libGL.so.1 malloc 224 0x557173558990 0.000120
+libGL.so.1 malloc 224 0x557173558a80 0.000118
+libGL.so.1 malloc 224 0x557173558b70 0.000120
+libGL.so.1 malloc 224 0x557173558c60 0.000117
+libGL.so.1 malloc 224 0x557173558d50 0.000121
+libGL.so.1 malloc 224 0x557173558e40 0.000120
+libGL.so.1 malloc 224 0x557173558f30 0.000120
+libGL.so.1 malloc 224 0x557173559020 0.000120
+libGL.so.1 malloc 224 0x557173559110 0.000119
+libGL.so.1 malloc 224 0x557173559200 0.000118
+libGL.so.1 malloc 224 0x5571735592f0 0.000119
+libGL.so.1 malloc 224 0x5571735593e0 0.000153
+libGL.so.1 malloc 224 0x5571735594d0 0.000121
+libGL.so.1 malloc 224 0x5571735595c0 0.000121
+libGL.so.1 malloc 224 0x5571735596b0 0.000121
+libGL.so.1 malloc 224 0x5571735597a0 0.000121
+libGL.so.1 malloc 224 0x557173559890 0.000120
+libGL.so.1 malloc 224 0x557173559980 0.000119
+libGL.so.1 malloc 224 0x557173559a70 0.000119
+libGL.so.1 malloc 224 0x557173559b60 0.000120
+libGL.so.1 malloc 224 0x557173559c50 0.000118
+libGL.so.1 malloc 224 0x557173559d40 0.000119
+libGL.so.1 malloc 224 0x557173559e30 0.000119
+libGL.so.1 malloc 224 0x557173559f20 0.000122
+libGL.so.1 malloc 224 0x55717355a010 0.000155
+libGL.so.1 malloc 224 0x55717355a100 0.000125
+libGL.so.1 malloc 224 0x55717355a1f0 0.000124
+libGL.so.1 malloc 224 0x55717355a2e0 0.000125
+libGL.so.1 malloc 224 0x55717355a3d0 0.000124
+libGL.so.1 malloc 224 0x55717355a4c0 0.000125
+libGL.so.1 malloc 224 0x55717355a5b0 0.000124
+libGL.so.1 malloc 224 0x55717355a6a0 0.000126
+libGL.so.1 malloc 224 0x55717355a790 0.000125
+libGL.so.1 malloc 224 0x55717355a880 0.000124
+libGL.so.1 malloc 224 0x55717355a970 0.000124
+libGL.so.1 malloc 224 0x55717355aa60 0.000125
+libGL.so.1 malloc 224 0x55717355ab50 0.000124
+libGL.so.1 malloc 224 0x55717355ac40 0.000124
+libGL.so.1 malloc 224 0x55717355ad30 0.000125
+libGL.so.1 malloc 224 0x55717355ae20 0.000126
+libGL.so.1 malloc 224 0x55717355af10 0.000124
+libGL.so.1 malloc 224 0x55717355b000 0.000127
+libGL.so.1 malloc 224 0x55717355b0f0 0.000124
+libGL.so.1 malloc 224 0x55717355b1e0 0.000125
+libGL.so.1 malloc 224 0x55717355b2d0 0.000125
+libGL.so.1 malloc 224 0x55717355b3c0 0.000126
+libGL.so.1 malloc 224 0x55717355b4b0 0.000162
+libGL.so.1 malloc 224 0x55717355b5a0 0.000135
+libGL.so.1 malloc 224 0x55717355b690 0.000129
+libGL.so.1 malloc 224 0x55717355b780 0.000129
+libGL.so.1 malloc 224 0x55717355b870 0.000126
+libGL.so.1 malloc 224 0x55717355b960 0.000126
+libGL.so.1 malloc 224 0x55717355ba50 0.000126
+libGL.so.1 malloc 224 0x55717355bb40 0.000125
+libGL.so.1 malloc 224 0x55717355bc30 0.000125
+libGL.so.1 malloc 224 0x55717355bd20 0.000125
+libGL.so.1 malloc 224 0x55717355be10 0.000134
+libGL.so.1 malloc 224 0x55717355bf00 0.000127
+libGL.so.1 malloc 224 0x55717355bff0 0.000130
+libGL.so.1 malloc 224 0x55717355c0e0 0.000127
+libGL.so.1 malloc 224 0x55717355c1d0 0.000125
+libGL.so.1 malloc 224 0x55717355c2c0 0.000126
+libGL.so.1 malloc 224 0x55717355c3b0 0.000125
+libGL.so.1 malloc 224 0x55717355c4a0 0.000126
+libGL.so.1 malloc 224 0x55717355c590 0.000128
+libGL.so.1 malloc 224 0x55717355c680 0.000125
+libGL.so.1 malloc 224 0x55717355c770 0.000124
+libGL.so.1 malloc 224 0x55717355c860 0.000126
+libGL.so.1 malloc 224 0x55717355c950 0.000132
+libGL.so.1 malloc 224 0x55717355ca40 0.000120
+libGL.so.1 malloc 224 0x55717355cb30 0.000124
+libGL.so.1 malloc 224 0x55717355cc20 0.000120
+libGL.so.1 malloc 224 0x55717355cd10 0.000121
+libGL.so.1 malloc 224 0x55717355ce00 0.000119
+libGL.so.1 malloc 224 0x55717355cef0 0.000119
+libGL.so.1 malloc 224 0x55717355cfe0 0.000122
+libGL.so.1 malloc 224 0x55717355d0d0 0.000121
+libGL.so.1 malloc 224 0x55717355d1c0 0.000120
+libGL.so.1 malloc 224 0x55717355d2b0 0.000120
+libGL.so.1 malloc 224 0x55717355d3a0 0.000120
+libGL.so.1 malloc 224 0x55717355d490 0.000121
+libGL.so.1 malloc 224 0x55717355d580 0.000120
+libGL.so.1 malloc 224 0x55717355d670 0.000120
+libGL.so.1 malloc 224 0x55717355d760 0.000121
+libGL.so.1 malloc 224 0x55717355d850 0.000120
+libGL.so.1 malloc 224 0x55717355d940 0.000120
+libGL.so.1 malloc 224 0x55717355da30 0.000121
+libGL.so.1 malloc 224 0x55717355db20 0.000126
+libGL.so.1 malloc 224 0x55717355dc10 0.000120
+libGL.so.1 malloc 224 0x55717355dd00 0.000121
+libGL.so.1 malloc 224 0x55717355ddf0 0.000119
+libGL.so.1 malloc 224 0x55717355dee0 0.000119
+libGL.so.1 malloc 224 0x55717355dfd0 0.000133
+libGL.so.1 malloc 224 0x55717355e0c0 0.000125
+libGL.so.1 malloc 224 0x55717355e1b0 0.000125
+libGL.so.1 malloc 224 0x55717355e2a0 0.000126
+libGL.so.1 malloc 224 0x55717355e390 0.000124
+libGL.so.1 malloc 224 0x55717355e480 0.000125
+libGL.so.1 malloc 224 0x55717355e570 0.000124
+libGL.so.1 malloc 224 0x55717355e660 0.000126
+libGL.so.1 malloc 224 0x55717355e750 0.000123
+libGL.so.1 malloc 224 0x55717355e840 0.000124
+libGL.so.1 malloc 224 0x55717355e930 0.000125
+libGL.so.1 malloc 224 0x55717355ea20 0.000125
+libGL.so.1 malloc 224 0x55717355eb10 0.000126
+libGL.so.1 malloc 224 0x55717355ec00 0.000125
+libGL.so.1 malloc 224 0x55717355ecf0 0.000131
+libGL.so.1 malloc 224 0x55717355ede0 0.000133
+libGL.so.1 malloc 224 0x55717355eed0 0.000131
+libGL.so.1 malloc 224 0x55717355efc0 0.000161
+libGL.so.1 malloc 224 0x55717355f0b0 0.000125
+libGL.so.1 malloc 224 0x55717355f1a0 0.000126
+libGL.so.1 malloc 224 0x55717355f290 0.000125
+libGL.so.1 malloc 224 0x55717355f380 0.000125
+libGL.so.1 malloc 224 0x55717355f470 0.000178
+libGL.so.1 malloc 224 0x55717355f560 0.000126
+libGL.so.1 malloc 224 0x55717355f650 0.000126
+libGL.so.1 malloc 224 0x55717355f740 0.000124
+libGL.so.1 malloc 224 0x55717355f830 0.000124
+libGL.so.1 malloc 224 0x55717355f920 0.000127
+libGL.so.1 malloc 224 0x55717355fa10 0.000125
+libGL.so.1 malloc 224 0x55717355fb00 0.000125
+libGL.so.1 malloc 224 0x55717355fbf0 0.000126
+libGL.so.1 malloc 224 0x55717355fce0 0.000125
+libGL.so.1 malloc 224 0x55717355fdd0 0.000125
+libGL.so.1 malloc 224 0x55717355fec0 0.000125
+libGL.so.1 malloc 224 0x55717355ffb0 0.000125
+libGL.so.1 malloc 224 0x5571735600a0 0.000124
+libGL.so.1 malloc 224 0x557173560190 0.000125
+libGL.so.1 malloc 224 0x557173560280 0.000126
+libGL.so.1 malloc 224 0x557173560370 0.000128
+libGL.so.1 malloc 224 0x557173560460 0.000127
+libGL.so.1 malloc 224 0x557173560550 0.000124
+libGL.so.1 malloc 224 0x557173560640 0.000125
+libGL.so.1 malloc 224 0x557173560730 0.000124
+libGL.so.1 malloc 224 0x557173560820 0.000125
+libGL.so.1 malloc 224 0x557173560910 0.000126
+libGL.so.1 malloc 224 0x557173560a00 0.000133
+libGL.so.1 malloc 224 0x557173560af0 0.000121
+libGL.so.1 malloc 224 0x557173560be0 0.000119
+libGL.so.1 malloc 224 0x557173560cd0 0.000121
+libGL.so.1 malloc 224 0x557173560dc0 0.000119
+libGL.so.1 malloc 224 0x557173560eb0 0.000121
+libGL.so.1 malloc 224 0x557173560fa0 0.000121
+libGL.so.1 malloc 224 0x557173561090 0.000122
+libGL.so.1 malloc 224 0x557173561180 0.000120
+libGL.so.1 malloc 224 0x557173561270 0.000120
+libGL.so.1 malloc 224 0x557173561360 0.000120
+libGL.so.1 malloc 224 0x557173561450 0.000122
+libGL.so.1 malloc 224 0x557173561540 0.000120
+libGL.so.1 malloc 224 0x557173561630 0.000120
+libGL.so.1 malloc 224 0x557173561720 0.000120
+libGL.so.1 malloc 224 0x557173561810 0.000121
+libGL.so.1 malloc 224 0x557173561900 0.000120
+libGL.so.1 malloc 224 0x5571735619f0 0.000121
+libGL.so.1 malloc 224 0x557173561ae0 0.000120
+libGL.so.1 malloc 224 0x557173561bd0 0.000120
+libGL.so.1 malloc 224 0x557173561cc0 0.000120
+libGL.so.1 malloc 224 0x557173561db0 0.000120
+libGL.so.1 malloc 224 0x557173561ea0 0.000120
+libGL.so.1 malloc 224 0x557173561f90 0.000168
+libGL.so.1 malloc 224 0x557173562080 0.000185
+libGL.so.1 malloc 224 0x557173562170 0.000181
+libGL.so.1 malloc 224 0x557173562260 0.000159
+libGL.so.1 malloc 224 0x557173562350 0.000125
+libGL.so.1 malloc 224 0x557173562440 0.000126
+libGL.so.1 malloc 224 0x557173562530 0.000121
+libGL.so.1 malloc 224 0x557173562620 0.000125
+libGL.so.1 malloc 224 0x557173562710 0.000125
+libGL.so.1 malloc 224 0x557173562800 0.000126
+libGL.so.1 malloc 224 0x5571735628f0 0.000125
+libGL.so.1 malloc 224 0x5571735629e0 0.000135
+libGL.so.1 malloc 224 0x557173562ad0 0.000125
+libGL.so.1 malloc 224 0x557173562bc0 0.000124
+libGL.so.1 malloc 224 0x557173562cb0 0.000125
+libGL.so.1 malloc 224 0x557173562da0 0.000125
+libGL.so.1 malloc 224 0x557173562e90 0.000123
+libGL.so.1 malloc 224 0x557173562f80 0.000146
+libGL.so.1 malloc 224 0x557173563070 0.000125
+libGL.so.1 malloc 224 0x557173563160 0.000124
+libGL.so.1 malloc 224 0x557173563250 0.000141
+libGL.so.1 malloc 224 0x557173563340 0.000126
+libGL.so.1 malloc 224 0x557173563430 0.000134
+libGL.so.1 malloc 224 0x557173563520 0.000120
+libGL.so.1 malloc 224 0x557173563610 0.000120
+libGL.so.1 malloc 224 0x557173563700 0.000121
+libGL.so.1 malloc 224 0x5571735637f0 0.000119
+libGL.so.1 malloc 224 0x5571735638e0 0.000120
+libGL.so.1 malloc 224 0x5571735639d0 0.000119
+libGL.so.1 malloc 224 0x557173563ac0 0.000120
+libGL.so.1 malloc 224 0x557173563bb0 0.000125
+libGL.so.1 malloc 224 0x557173563ca0 0.000120
+libGL.so.1 malloc 224 0x557173563d90 0.000121
+libGL.so.1 malloc 224 0x557173563e80 0.000120
+libGL.so.1 malloc 224 0x557173563f70 0.000120
+libGL.so.1 malloc 224 0x557173564060 0.000120
+libGL.so.1 malloc 224 0x557173564150 0.000120
+libGL.so.1 malloc 224 0x557173564240 0.000121
+libGL.so.1 malloc 224 0x557173564330 0.000120
+libGL.so.1 malloc 224 0x557173564420 0.000120
+libGL.so.1 malloc 224 0x557173564510 0.000124
+libGL.so.1 malloc 224 0x557173564600 0.000150
+libGL.so.1 malloc 224 0x5571735646f0 0.000121
+libGL.so.1 malloc 224 0x5571735647e0 0.000121
+libGL.so.1 malloc 224 0x5571735648d0 0.000127
+libGL.so.1 malloc 224 0x5571735649c0 0.000160
+libGL.so.1 malloc 224 0x557173564ab0 0.000131
+libGL.so.1 malloc 224 0x557173564ba0 0.000130
+libGL.so.1 malloc 224 0x557173564c90 0.000130
+libGL.so.1 malloc 224 0x557173564d80 0.000126
+libGL.so.1 malloc 224 0x557173564e70 0.000121
+libGL.so.1 malloc 224 0x557173564f60 0.000123
+libGL.so.1 malloc 224 0x557173565050 0.000120
+libGL.so.1 malloc 224 0x557173565140 0.000148
+libGL.so.1 malloc 224 0x557173565230 0.000121
+libGL.so.1 malloc 224 0x557173565320 0.000120
+libGL.so.1 malloc 224 0x557173565410 0.000120
+libGL.so.1 malloc 224 0x557173565500 0.000121
+libGL.so.1 malloc 224 0x5571735655f0 0.000120
+libGL.so.1 malloc 224 0x5571735656e0 0.000120
+libGL.so.1 malloc 224 0x5571735657d0 0.000120
+libGL.so.1 malloc 224 0x5571735658c0 0.000122
+libGL.so.1 malloc 224 0x5571735659b0 0.000120
+libGL.so.1 malloc 224 0x557173565aa0 0.000120
+libGL.so.1 malloc 224 0x557173565b90 0.000120
+libGL.so.1 malloc 224 0x557173565c80 0.000121
+libGL.so.1 malloc 224 0x557173565d70 0.000120
+libGL.so.1 malloc 224 0x557173565e60 0.000120
+libGL.so.1 malloc 224 0x557173565f50 0.000189
+libGL.so.1 malloc 224 0x557173566040 0.000131
+libGL.so.1 malloc 224 0x557173566130 0.000129
+libGL.so.1 malloc 224 0x557173566220 0.000127
+libGL.so.1 free 0x5571734de760 void 0.000126
+libGL.so.1 free 0x5571734de840 void 0.000124
+libGL.so.1 free 0x5571734de920 void 0.000123
+libGL.so.1 free 0x5571734dea00 void 0.000125
+libGL.so.1 free 0x5571734deae0 void 0.000124
+libGL.so.1 free 0x5571734debc0 void 0.000125
+libGL.so.1 free 0x5571734deca0 void 0.000122
+libGL.so.1 free 0x5571734ded80 void 0.000123
+libGL.so.1 free 0x5571734dee60 void 0.000125
+libGL.so.1 free 0x5571734def40 void 0.000125
+libGL.so.1 free 0x5571734df020 void 0.000124
+libGL.so.1 free 0x5571734df100 void 0.000124
+libGL.so.1 free 0x5571734df1e0 void 0.000126
+libGL.so.1 free 0x5571734df2c0 void 0.000124
+libGL.so.1 free 0x5571734df3a0 void 0.000124
+libGL.so.1 free 0x5571734df480 void 0.000124
+libGL.so.1 free 0x5571734df560 void 0.000121
+libGL.so.1 free 0x5571734df640 void 0.000124
+libGL.so.1 free 0x5571734df720 void 0.000124
+libGL.so.1 free 0x5571734df800 void 0.000129
+libGL.so.1 free 0x5571734df8e0 void 0.000131
+libGL.so.1 free 0x5571734df9c0 void 0.000118
+libGL.so.1 free 0x5571734dfaa0 void 0.000117
+libGL.so.1 free 0x5571734dfb80 void 0.000116
+libGL.so.1 free 0x5571734dfc60 void 0.000119
+libGL.so.1 free 0x5571734dfd40 void 0.000116
+libGL.so.1 free 0x5571734dfe20 void 0.000119
+libGL.so.1 free 0x5571734dff00 void 0.000118
+libGL.so.1 free 0x5571734dffe0 void 0.000118
+libGL.so.1 free 0x5571734e00c0 void 0.000119
+libGL.so.1 free 0x5571734e01a0 void 0.000116
+libGL.so.1 free 0x5571734e0280 void 0.000116
+libGL.so.1 free 0x5571734e0360 void 0.000117
+libGL.so.1 free 0x5571734e0440 void 0.000117
+libGL.so.1 free 0x5571734e0520 void 0.000117
+libGL.so.1 free 0x5571734e0600 void 0.000117
+libGL.so.1 free 0x5571734e06e0 void 0.000116
+libGL.so.1 free 0x5571734e07c0 void 0.000116
+libGL.so.1 free 0x5571734e08a0 void 0.000117
+libGL.so.1 free 0x5571734e0980 void 0.000119
+libGL.so.1 free 0x5571734e0a60 void 0.000119
+libGL.so.1 free 0x5571734e0b40 void 0.000122
+libGL.so.1 free 0x5571734e0c20 void 0.000121
+libGL.so.1 free 0x5571734e0d00 void 0.000118
+libGL.so.1 free 0x5571734e0de0 void 0.000119
+libGL.so.1 free 0x5571734e0ec0 void 0.000117
+libGL.so.1 free 0x5571734e0fa0 void 0.000133
+libGL.so.1 free 0x5571734e1080 void 0.000122
+libGL.so.1 free 0x5571734e1160 void 0.000118
+libGL.so.1 free 0x5571734e1240 void 0.000120
+libGL.so.1 free 0x5571734e1320 void 0.000119
+libGL.so.1 free 0x5571734e1400 void 0.000119
+libGL.so.1 free 0x5571734e14e0 void 0.000119
+libGL.so.1 free 0x5571734e15c0 void 0.000120
+libGL.so.1 free 0x5571734e16a0 void 0.000118
+libGL.so.1 free 0x5571734e1780 void 0.000120
+libGL.so.1 free 0x5571734e1860 void 0.000119
+libGL.so.1 free 0x5571734e1940 void 0.000119
+libGL.so.1 free 0x5571734e1a20 void 0.000119
+libGL.so.1 free 0x5571734e1b00 void 0.000118
+libGL.so.1 free 0x5571734e1be0 void 0.000127
+libGL.so.1 free 0x5571734e1cc0 void 0.000123
+libGL.so.1 free 0x5571734e1da0 void 0.000120
+libGL.so.1 free 0x5571734e1e80 void 0.000119
+libGL.so.1 free 0x5571734e1f60 void 0.000120
+libGL.so.1 free 0x5571734e2040 void 0.000118
+libGL.so.1 free 0x5571734e2120 void 0.000119
+libGL.so.1 free 0x5571734e2200 void 0.000120
+libGL.so.1 free 0x5571734e22e0 void 0.000118
+libGL.so.1 free 0x5571734e23c0 void 0.000118
+libGL.so.1 free 0x5571734e24a0 void 0.000119
+libGL.so.1 free 0x5571734e2580 void 0.000140
+libGL.so.1 free 0x5571734e2660 void 0.000215
+libGL.so.1 free 0x5571734e2740 void 0.000165
+libGL.so.1 free 0x5571734e2820 void 0.000166
+libGL.so.1 free 0x5571734e2900 void 0.000161
+libGL.so.1 free 0x5571734e29e0 void 0.000129
+libGL.so.1 free 0x5571734e2ac0 void 0.000126
+libGL.so.1 free 0x5571734e2ba0 void 0.000125
+libGL.so.1 free 0x5571734e2c80 void 0.000124
+libGL.so.1 free 0x5571734e2d60 void 0.000121
+libGL.so.1 free 0x5571734e2e40 void 0.000124
+libGL.so.1 free 0x5571734e2f20 void 0.000124
+libGL.so.1 free 0x5571734e3000 void 0.000153
+libGL.so.1 free 0x5571734e30e0 void 0.000128
+libGL.so.1 free 0x5571734e31c0 void 0.000115
+libGL.so.1 free 0x5571734e32a0 void 0.000118
+libGL.so.1 free 0x5571734e3380 void 0.000117
+libGL.so.1 free 0x5571734e3460 void 0.000118
+libGL.so.1 free 0x5571734e3540 void 0.000118
+libGL.so.1 free 0x5571734e3620 void 0.000117
+libGL.so.1 free 0x5571734e3700 void 0.000118
+libGL.so.1 free 0x5571734e37e0 void 0.000117
+libGL.so.1 free 0x5571734e38c0 void 0.000117
+libGL.so.1 free 0x5571734e39a0 void 0.000117
+libGL.so.1 free 0x5571734e3a80 void 0.000116
+libGL.so.1 free 0x5571734e3b60 void 0.000116
+libGL.so.1 free 0x5571734e3c40 void 0.000112
+libGL.so.1 free 0x5571734e3d20 void 0.000112
+libGL.so.1 free 0x5571734e3e00 void 0.000117
+libGL.so.1 free 0x5571734e3ee0 void 0.000114
+libGL.so.1 free 0x5571734e3fc0 void 0.000112
+libGL.so.1 free 0x5571734e40a0 void 0.000112
+libGL.so.1 free 0x5571734e4180 void 0.000110
+libGL.so.1 free 0x5571734e4260 void 0.000111
+libGL.so.1 free 0x5571734e4340 void 0.000113
+libGL.so.1 free 0x5571734e4420 void 0.000112
+libGL.so.1 free 0x5571734e4500 void 0.000111
+libGL.so.1 free 0x5571734e45e0 void 0.000110
+libGL.so.1 free 0x5571734e46c0 void 0.000110
+libGL.so.1 free 0x5571734e47a0 void 0.000110
+libGL.so.1 free 0x5571734e4880 void 0.000111
+libGL.so.1 free 0x5571734e4960 void 0.000110
+libGL.so.1 free 0x5571734e4a40 void 0.000111
+libGL.so.1 free 0x5571734e4b20 void 0.000110
+libGL.so.1 free 0x5571734e4c00 void 0.000109
+libGL.so.1 free 0x5571734e4ce0 void 0.000110
+libGL.so.1 free 0x5571734e4dc0 void 0.000109
+libGL.so.1 free 0x5571734e4ea0 void 0.000110
+libGL.so.1 free 0x5571734e4f80 void 0.000110
+libGL.so.1 free 0x5571734e5060 void 0.000111
+libGL.so.1 free 0x5571734e5140 void 0.000111
+libGL.so.1 free 0x5571734e5220 void 0.000111
+libGL.so.1 free 0x5571734e5300 void 0.000110
+libGL.so.1 free 0x5571734e53e0 void 0.000125
+libGL.so.1 free 0x5571734e54c0 void 0.000126
+libGL.so.1 free 0x5571734e55a0 void 0.000116
+libGL.so.1 free 0x5571734e5680 void 0.000114
+libGL.so.1 free 0x5571734e5760 void 0.000114
+libGL.so.1 free 0x5571734e5840 void 0.000114
+libGL.so.1 free 0x5571734e5920 void 0.000113
+libGL.so.1 free 0x5571734e5a00 void 0.000113
+libGL.so.1 free 0x5571734e5ae0 void 0.000113
+libGL.so.1 free 0x5571734e5bc0 void 0.000112
+libGL.so.1 free 0x5571734e5ca0 void 0.000113
+libGL.so.1 free 0x5571734e5d80 void 0.000114
+libGL.so.1 free 0x5571734e5e60 void 0.000116
+libGL.so.1 free 0x5571734e5f40 void 0.000130
+libGL.so.1 free 0x5571734e6020 void 0.000114
+libGL.so.1 free 0x5571734e6100 void 0.000114
+libGL.so.1 free 0x5571734e61e0 void 0.000113
+libGL.so.1 free 0x5571734e62c0 void 0.000119
+libGL.so.1 free 0x5571734e63a0 void 0.000119
+libGL.so.1 free 0x5571734e6480 void 0.000114
+libGL.so.1 free 0x5571734e6560 void 0.000114
+libGL.so.1 free 0x5571734e6640 void 0.000113
+libGL.so.1 free 0x5571734e6720 void 0.000113
+libGL.so.1 free 0x5571734e6800 void 0.000114
+libGL.so.1 free 0x5571734e68e0 void 0.000113
+libGL.so.1 free 0x5571734e69c0 void 0.000115
+libGL.so.1 free 0x5571734e6aa0 void 0.000113
+libGL.so.1 free 0x5571734e6b80 void 0.000213
+libGL.so.1 free 0x5571734e6c60 void 0.000160
+libGL.so.1 free 0x5571734e6d40 void 0.000156
+libGL.so.1 free 0x5571734e6e20 void 0.000130
+libGL.so.1 free 0x5571734e6f00 void 0.000126
+libGL.so.1 free 0x5571734e6fe0 void 0.000119
+libGL.so.1 free 0x5571734e70c0 void 0.000117
+libGL.so.1 free 0x5571734e71a0 void 0.000118
+libGL.so.1 free 0x5571734e7280 void 0.000118
+libGL.so.1 free 0x5571734e7360 void 0.000119
+libGL.so.1 free 0x5571734e7440 void 0.000120
+libGL.so.1 free 0x5571734e7520 void 0.000118
+libGL.so.1 free 0x5571734e7600 void 0.000118
+libGL.so.1 free 0x5571734e76e0 void 0.000119
+libGL.so.1 free 0x5571734e77c0 void 0.000118
+libGL.so.1 free 0x5571734e78a0 void 0.000118
+libGL.so.1 free 0x5571734e7980 void 0.000118
+libGL.so.1 free 0x5571734e7a60 void 0.000119
+libGL.so.1 free 0x5571734e7b40 void 0.000118
+libGL.so.1 free 0x5571734e7c20 void 0.000118
+libGL.so.1 free 0x55717350ed10 void 0.000118
+libGL.so.1 free 0x55717350edf0 void 0.000117
+libGL.so.1 free 0x55717350eed0 void 0.000117
+libGL.so.1 free 0x55717350efb0 void 0.000118
+libGL.so.1 free 0x55717350f090 void 0.000115
+libGL.so.1 free 0x55717350f170 void 0.000118
+libGL.so.1 free 0x55717350f250 void 0.000110
+libGL.so.1 free 0x55717350f330 void 0.000111
+libGL.so.1 free 0x55717350f410 void 0.000137
+libGL.so.1 free 0x55717350f4f0 void 0.000113
+libGL.so.1 free 0x55717350f5d0 void 0.000111
+libGL.so.1 free 0x55717350f6b0 void 0.000113
+libGL.so.1 free 0x55717350f790 void 0.000110
+libGL.so.1 free 0x55717350f870 void 0.000110
+libGL.so.1 free 0x55717350f950 void 0.000112
+libGL.so.1 free 0x55717350fa30 void 0.000110
+libGL.so.1 free 0x55717350fb10 void 0.000112
+libGL.so.1 free 0x55717350fbf0 void 0.000109
+libGL.so.1 free 0x55717350fcd0 void 0.000109
+libGL.so.1 free 0x55717350fdb0 void 0.000111
+libGL.so.1 free 0x55717350fe90 void 0.000115
+libGL.so.1 free 0x55717350ff70 void 0.000115
+libGL.so.1 free 0x557173510050 void 0.000111
+libGL.so.1 free 0x557173510130 void 0.000134
+libGL.so.1 free 0x557173510210 void 0.000111
+libGL.so.1 free 0x5571735102f0 void 0.000118
+libGL.so.1 free 0x5571735103d0 void 0.000121
+libGL.so.1 free 0x5571735104b0 void 0.000116
+libGL.so.1 free 0x557173510590 void 0.000112
+libGL.so.1 free 0x557173510670 void 0.000110
+libGL.so.1 free 0x557173510750 void 0.000111
+libGL.so.1 free 0x557173510830 void 0.000110
+libGL.so.1 free 0x557173510910 void 0.000120
+libGL.so.1 free 0x5571735109f0 void 0.000114
+libGL.so.1 free 0x557173510ad0 void 0.000113
+libGL.so.1 free 0x557173510bb0 void 0.000113
+libGL.so.1 free 0x557173510c90 void 0.000113
+libGL.so.1 free 0x557173510d70 void 0.000114
+libGL.so.1 free 0x557173510e50 void 0.000113
+libGL.so.1 free 0x557173510f30 void 0.000114
+libGL.so.1 free 0x557173511010 void 0.000113
+libGL.so.1 free 0x5571735110f0 void 0.000113
+libGL.so.1 free 0x5571735111d0 void 0.000113
+libGL.so.1 free 0x5571735112b0 void 0.000112
+libGL.so.1 free 0x557173511390 void 0.000113
+libGL.so.1 free 0x557173511470 void 0.000113
+libGL.so.1 free 0x557173511550 void 0.000113
+libGL.so.1 free 0x557173511630 void 0.000114
+libGL.so.1 free 0x557173511710 void 0.000113
+libGL.so.1 free 0x5571735117f0 void 0.000112
+libGL.so.1 free 0x5571735118d0 void 0.000113
+libGL.so.1 free 0x5571735119b0 void 0.000112
+libGL.so.1 free 0x557173511a90 void 0.000112
+libGL.so.1 free 0x557173511b70 void 0.000112
+libGL.so.1 free 0x557173511c50 void 0.000116
+libGL.so.1 free 0x557173511d30 void 0.000113
+libGL.so.1 free 0x557173511e10 void 0.000116
+libGL.so.1 free 0x557173511ef0 void 0.000113
+libGL.so.1 free 0x557173511fd0 void 0.000114
+libGL.so.1 free 0x5571735120b0 void 0.000170
+libGL.so.1 free 0x557173512190 void 0.000114
+libGL.so.1 free 0x557173512270 void 0.000114
+libGL.so.1 free 0x557173512350 void 0.000113
+libGL.so.1 free 0x557173512430 void 0.000113
+libGL.so.1 free 0x557173512510 void 0.000113
+libGL.so.1 free 0x5571735125f0 void 0.000113
+libGL.so.1 free 0x5571735126d0 void 0.000113
+libGL.so.1 free 0x5571735127b0 void 0.000113
+libGL.so.1 free 0x557173512890 void 0.000114
+libGL.so.1 free 0x557173512970 void 0.000113
+libGL.so.1 free 0x557173512a50 void 0.000113
+libGL.so.1 free 0x557173512b30 void 0.000113
+libGL.so.1 free 0x557173512c10 void 0.000114
+libGL.so.1 free 0x557173512cf0 void 0.000113
+libGL.so.1 free 0x557173512dd0 void 0.000113
+libGL.so.1 free 0x557173512eb0 void 0.000113
+libGL.so.1 free 0x557173512f90 void 0.000113
+libGL.so.1 free 0x557173513070 void 0.000113
+libGL.so.1 free 0x557173513150 void 0.000113
+libGL.so.1 free 0x557173513230 void 0.000112
+libGL.so.1 free 0x557173513310 void 0.000113
+libGL.so.1 free 0x5571735133f0 void 0.000114
+libGL.so.1 free 0x5571735134d0 void 0.000113
+libGL.so.1 free 0x5571735135b0 void 0.000114
+libGL.so.1 free 0x557173513690 void 0.000114
+libGL.so.1 free 0x557173513770 void 0.000114
+libGL.so.1 free 0x557173513850 void 0.000113
+libGL.so.1 free 0x557173513930 void 0.000116
+libGL.so.1 free 0x557173513a10 void 0.000112
+libGL.so.1 free 0x557173513af0 void 0.000127
+libGL.so.1 free 0x557173513bd0 void 0.000115
+libGL.so.1 free 0x557173513cb0 void 0.000113
+libGL.so.1 free 0x557173513d90 void 0.000113
+libGL.so.1 free 0x557173513e70 void 0.000114
+libGL.so.1 free 0x557173513f50 void 0.000114
+libGL.so.1 free 0x557173514030 void 0.000113
+libGL.so.1 free 0x557173514110 void 0.000113
+libGL.so.1 free 0x5571735141f0 void 0.000115
+libGL.so.1 free 0x5571735142d0 void 0.000112
+libGL.so.1 free 0x5571735143b0 void 0.000114
+libGL.so.1 free 0x557173514490 void 0.000113
+libGL.so.1 free 0x557173514570 void 0.000114
+libGL.so.1 free 0x557173514650 void 0.000116
+libGL.so.1 free 0x557173514730 void 0.000114
+libGL.so.1 free 0x557173514810 void 0.000114
+libGL.so.1 free 0x5571735148f0 void 0.000114
+libGL.so.1 free 0x5571735149d0 void 0.000113
+libGL.so.1 free 0x557173514ab0 void 0.000114
+libGL.so.1 free 0x557173514b90 void 0.000113
+libGL.so.1 free 0x557173514c70 void 0.000112
+libGL.so.1 free 0x557173514d50 void 0.000112
+libGL.so.1 free 0x557173514e30 void 0.000113
+libGL.so.1 free 0x557173514f10 void 0.000115
+libGL.so.1 free 0x557173514ff0 void 0.000113
+libGL.so.1 free 0x5571735150d0 void 0.000132
+libGL.so.1 free 0x5571735151b0 void 0.000117
+libGL.so.1 free 0x557173515290 void 0.000114
+libGL.so.1 free 0x557173515370 void 0.000114
+libGL.so.1 free 0x557173515450 void 0.000113
+libGL.so.1 free 0x557173515530 void 0.000115
+libGL.so.1 free 0x557173515610 void 0.000113
+libGL.so.1 free 0x5571735156f0 void 0.000113
+libGL.so.1 free 0x5571735157d0 void 0.000140
+libGL.so.1 free 0x5571735158b0 void 0.000113
+libGL.so.1 free 0x557173515990 void 0.000113
+libGL.so.1 free 0x557173515a70 void 0.000114
+libGL.so.1 free 0x557173515b50 void 0.000121
+libGL.so.1 free 0x557173515c30 void 0.000132
+libGL.so.1 free 0x557173515d10 void 0.000115
+libGL.so.1 free 0x5571734e7db0 void 0.000115
+libGL.so.1 free 0x5571734e7e90 void 0.000114
+libGL.so.1 free 0x5571734e7f70 void 0.000113
+libGL.so.1 free 0x5571734e8050 void 0.000113
+libGL.so.1 free 0x5571734e8130 void 0.000114
+libGL.so.1 free 0x5571734e8210 void 0.000112
+libGL.so.1 free 0x5571734e82f0 void 0.000112
+libGL.so.1 free 0x5571734e83d0 void 0.000112
+libGL.so.1 free 0x5571734e84b0 void 0.000141
+libGL.so.1 free 0x5571734e8590 void 0.000114
+libGL.so.1 free 0x5571734e8670 void 0.000113
+libGL.so.1 free 0x5571734e8750 void 0.000116
+libGL.so.1 free 0x5571734e8830 void 0.000169
+libGL.so.1 free 0x5571734e8910 void 0.000114
+libGL.so.1 free 0x5571734e89f0 void 0.000114
+libGL.so.1 free 0x5571734e8ad0 void 0.000113
+libGL.so.1 free 0x5571734e8bb0 void 0.000114
+libGL.so.1 free 0x5571734e8c90 void 0.000112
+libGL.so.1 free 0x5571734e8d70 void 0.000117
+libGL.so.1 free 0x5571734e8e50 void 0.000113
+libGL.so.1 free 0x5571734e8f30 void 0.000113
+libGL.so.1 free 0x5571734e9010 void 0.000113
+libGL.so.1 free 0x5571734e90f0 void 0.000114
+libGL.so.1 free 0x5571734e91d0 void 0.000114
+libGL.so.1 free 0x5571734e92b0 void 0.000114
+libGL.so.1 free 0x5571734e9390 void 0.000113
+libGL.so.1 free 0x5571734e9470 void 0.000112
+libGL.so.1 free 0x5571734e9550 void 0.000112
+libGL.so.1 free 0x5571734e9630 void 0.000114
+libGL.so.1 free 0x5571734e9710 void 0.000117
+libGL.so.1 free 0x5571734e97f0 void 0.000113
+libGL.so.1 free 0x5571734e98d0 void 0.000113
+libGL.so.1 free 0x5571734e99b0 void 0.000114
+libGL.so.1 free 0x5571734e9a90 void 0.000114
+libGL.so.1 free 0x5571734e9b70 void 0.000113
+libGL.so.1 free 0x5571734e9c50 void 0.000113
+libGL.so.1 free 0x5571734e9d30 void 0.000113
+libGL.so.1 free 0x5571734e9e10 void 0.000113
+libGL.so.1 free 0x5571734e9ef0 void 0.000112
+libGL.so.1 free 0x5571734e9fd0 void 0.000113
+libGL.so.1 free 0x5571734ea0b0 void 0.000115
+libGL.so.1 free 0x5571734ea190 void 0.000112
+libGL.so.1 free 0x5571734ea270 void 0.000112
+libGL.so.1 free 0x5571734ea350 void 0.000113
+libGL.so.1 free 0x5571734ea430 void 0.000113
+libGL.so.1 free 0x5571734ea510 void 0.000113
+libGL.so.1 free 0x5571734ea5f0 void 0.000113
+libGL.so.1 free 0x5571734ea6d0 void 0.000113
+libGL.so.1 free 0x5571734ea7b0 void 0.000112
+libGL.so.1 free 0x5571734ea890 void 0.000112
+libGL.so.1 free 0x5571734ea970 void 0.000113
+libGL.so.1 free 0x5571734eaa50 void 0.000113
+libGL.so.1 free 0x5571734eab30 void 0.000113
+libGL.so.1 free 0x5571734eac10 void 0.000113
+libGL.so.1 free 0x5571734eacf0 void 0.000113
+libGL.so.1 free 0x5571734eadd0 void 0.000113
+libGL.so.1 free 0x5571734eaeb0 void 0.000114
+libGL.so.1 free 0x5571734eaf90 void 0.000112
+libGL.so.1 free 0x5571734eb070 void 0.000112
+libGL.so.1 free 0x5571734eb150 void 0.000114
+libGL.so.1 free 0x5571734eb230 void 0.000113
+libGL.so.1 free 0x5571734eb310 void 0.000113
+libGL.so.1 free 0x5571734eb3f0 void 0.000114
+libGL.so.1 free 0x5571734eb4d0 void 0.000114
+libGL.so.1 free 0x5571734eb5b0 void 0.000115
+libGL.so.1 free 0x5571734eb690 void 0.000113
+libGL.so.1 free 0x5571734eb770 void 0.000112
+libGL.so.1 free 0x5571734eb850 void 0.000133
+libGL.so.1 free 0x5571734eb930 void 0.000117
+libGL.so.1 free 0x5571734eba10 void 0.000118
+libGL.so.1 free 0x5571734ebaf0 void 0.000114
+libGL.so.1 free 0x5571734ebbd0 void 0.000112
+libGL.so.1 free 0x5571734ebcb0 void 0.000113
+libGL.so.1 free 0x5571734ebd90 void 0.000113
+libGL.so.1 free 0x5571734ebe70 void 0.000113
+libGL.so.1 free 0x5571734ebf50 void 0.000112
+libGL.so.1 free 0x5571734ec030 void 0.000114
+libGL.so.1 free 0x5571734ec110 void 0.000113
+libGL.so.1 free 0x5571734ec1f0 void 0.000113
+libGL.so.1 free 0x5571734ec2d0 void 0.000112
+libGL.so.1 free 0x5571734ec3b0 void 0.000113
+libGL.so.1 free 0x5571734ec490 void 0.000113
+libGL.so.1 free 0x5571734ec570 void 0.000113
+libGL.so.1 free 0x5571734ec650 void 0.000114
+libGL.so.1 free 0x5571734ec730 void 0.000112
+libGL.so.1 free 0x5571734ec810 void 0.000113
+libGL.so.1 free 0x5571734ec8f0 void 0.000112
+libGL.so.1 free 0x5571734ec9d0 void 0.000113
+libGL.so.1 free 0x5571734ecab0 void 0.000112
+libGL.so.1 free 0x5571734ecb90 void 0.000113
+libGL.so.1 free 0x5571734ecc70 void 0.000112
+libGL.so.1 free 0x5571734ecd50 void 0.000114
+libGL.so.1 free 0x5571734ece30 void 0.000113
+libGL.so.1 free 0x5571734ecf10 void 0.000114
+libGL.so.1 free 0x5571734ecff0 void 0.000113
+libGL.so.1 free 0x5571734ed0d0 void 0.000169
+libGL.so.1 free 0x5571734ed1b0 void 0.000114
+libGL.so.1 free 0x5571734ed290 void 0.000115
+libGL.so.1 free 0x5571734ed370 void 0.000128
+libGL.so.1 free 0x5571734ed450 void 0.000115
+libGL.so.1 free 0x5571734ed530 void 0.000113
+libGL.so.1 free 0x5571734ed610 void 0.000113
+libGL.so.1 free 0x5571734ed6f0 void 0.000113
+libGL.so.1 free 0x5571734ed7d0 void 0.000114
+libGL.so.1 free 0x5571734ed8b0 void 0.000112
+libGL.so.1 free 0x5571734ed990 void 0.000114
+libGL.so.1 free 0x5571734eda70 void 0.000113
+libGL.so.1 free 0x5571734edb50 void 0.000139
+libGL.so.1 free 0x5571734edc30 void 0.000115
+libGL.so.1 free 0x5571734edd10 void 0.000116
+libGL.so.1 free 0x5571734eddf0 void 0.000113
+libGL.so.1 free 0x5571734eded0 void 0.000114
+libGL.so.1 free 0x5571734edfb0 void 0.000113
+libGL.so.1 free 0x5571734ee090 void 0.000112
+libGL.so.1 free 0x5571734ee170 void 0.000112
+libGL.so.1 free 0x5571734ee250 void 0.000112
+libGL.so.1 free 0x5571734ee330 void 0.000113
+libGL.so.1 free 0x5571734ee410 void 0.000113
+libGL.so.1 free 0x5571734ee4f0 void 0.000119
+libGL.so.1 free 0x5571734ee5d0 void 0.000120
+libGL.so.1 free 0x5571734ee6b0 void 0.000115
+libGL.so.1 free 0x5571734ee790 void 0.000114
+libGL.so.1 free 0x5571734ee870 void 0.000141
+libGL.so.1 free 0x5571734ee950 void 0.000114
+libGL.so.1 free 0x5571734eea30 void 0.000114
+libGL.so.1 free 0x5571734eeb10 void 0.000114
+libGL.so.1 free 0x5571734eebf0 void 0.000114
+libGL.so.1 free 0x5571734eecd0 void 0.000114
+libGL.so.1 free 0x5571734eedb0 void 0.000113
+libGL.so.1 free 0x5571734eee90 void 0.000112
+libGL.so.1 free 0x5571734eef70 void 0.000112
+libGL.so.1 free 0x5571734ef050 void 0.000113
+libGL.so.1 free 0x5571734ef130 void 0.000113
+libGL.so.1 free 0x5571734ef210 void 0.000115
+libGL.so.1 free 0x5571734ef2f0 void 0.000113
+libGL.so.1 free 0x5571734ef3d0 void 0.000114
+libGL.so.1 free 0x5571734ef4b0 void 0.000113
+libGL.so.1 free 0x5571734ef590 void 0.000112
+libGL.so.1 free 0x5571734ef670 void 0.000112
+libGL.so.1 free 0x5571734ef750 void 0.000114
+libGL.so.1 free 0x5571734ef830 void 0.000117
+libGL.so.1 free 0x5571734ef910 void 0.000113
+libGL.so.1 free 0x5571734ef9f0 void 0.000114
+libGL.so.1 free 0x5571734efad0 void 0.000112
+libGL.so.1 free 0x5571734efbb0 void 0.000112
+libGL.so.1 free 0x5571734efc90 void 0.000112
+libGL.so.1 free 0x5571734efd70 void 0.000112
+libGL.so.1 free 0x5571734efe50 void 0.000113
+libGL.so.1 free 0x5571734eff30 void 0.000114
+libGL.so.1 free 0x5571734f0010 void 0.000133
+libGL.so.1 free 0x5571734f00f0 void 0.000114
+libGL.so.1 free 0x5571734f01d0 void 0.000113
+libGL.so.1 free 0x5571734f02b0 void 0.000112
+libGL.so.1 free 0x5571734f0390 void 0.000114
+libGL.so.1 free 0x5571734f0470 void 0.000113
+libGL.so.1 free 0x5571734f0550 void 0.000117
+libGL.so.1 free 0x5571734f0630 void 0.000113
+libGL.so.1 free 0x5571734f0710 void 0.000113
+libGL.so.1 free 0x5571734f07f0 void 0.000113
+libGL.so.1 free 0x5571734f08d0 void 0.000113
+libGL.so.1 free 0x5571734f09b0 void 0.000113
+libGL.so.1 free 0x5571734f0a90 void 0.000113
+libGL.so.1 free 0x5571734f0b70 void 0.000114
+libGL.so.1 free 0x5571734f0c50 void 0.000113
+libGL.so.1 free 0x5571734f0d30 void 0.000113
+libGL.so.1 free 0x5571734f0e10 void 0.000113
+libGL.so.1 free 0x5571734f0ef0 void 0.000113
+libGL.so.1 free 0x5571734f0fd0 void 0.000121
+libGL.so.1 free 0x5571734f10b0 void 0.000113
+libGL.so.1 free 0x5571734f1190 void 0.000114
+libGL.so.1 free 0x5571734f1270 void 0.000112
+libGL.so.1 free 0x5571734f1350 void 0.000113
+libGL.so.1 free 0x5571734f1430 void 0.000112
+libGL.so.1 free 0x5571734f1510 void 0.000114
+libGL.so.1 free 0x5571734f15f0 void 0.000112
+libGL.so.1 free 0x5571734f16d0 void 0.000113
+libGL.so.1 free 0x5571734f17b0 void 0.000112
+libGL.so.1 free 0x5571734f1890 void 0.000169
+libGL.so.1 free 0x5571734f1970 void 0.000113
+libGL.so.1 free 0x5571734f1a50 void 0.000113
+libGL.so.1 free 0x5571734f1b30 void 0.000112
+libGL.so.1 free 0x5571734f1c10 void 0.000113
+libGL.so.1 free 0x5571734f1cf0 void 0.000113
+libGL.so.1 free 0x5571734f1dd0 void 0.000125
+libGL.so.1 free 0x5571734f1eb0 void 0.000119
+libGL.so.1 free 0x5571734f1f90 void 0.000113
+libGL.so.1 free 0x5571734f2070 void 0.000113
+libGL.so.1 free 0x5571734f2150 void 0.000113
+libGL.so.1 free 0x5571734f2230 void 0.000112
+libGL.so.1 free 0x5571734f2310 void 0.000113
+libGL.so.1 free 0x5571734f23f0 void 0.000114
+libGL.so.1 free 0x5571734f24d0 void 0.000114
+libGL.so.1 free 0x5571734f25b0 void 0.000114
+libGL.so.1 free 0x5571734f2690 void 0.000112
+libGL.so.1 free 0x5571734f2770 void 0.000113
+libGL.so.1 free 0x5571734f2850 void 0.000113
+libGL.so.1 free 0x5571734f2930 void 0.000114
+libGL.so.1 free 0x5571734f2a10 void 0.000113
+libGL.so.1 free 0x5571734f2af0 void 0.000114
+libGL.so.1 free 0x5571734f2bd0 void 0.000113
+libGL.so.1 free 0x5571734f2cb0 void 0.000116
+libGL.so.1 free 0x5571734f2d90 void 0.000114
+libGL.so.1 free 0x5571734f2e70 void 0.000113
+libGL.so.1 free 0x5571734f2f50 void 0.000112
+libGL.so.1 free 0x5571734f3030 void 0.000127
+libGL.so.1 free 0x5571734f3110 void 0.000115
+libGL.so.1 free 0x5571734f31f0 void 0.000114
+libGL.so.1 free 0x5571734f32d0 void 0.000113
+libGL.so.1 free 0x5571734f33b0 void 0.000113
+libGL.so.1 free 0x5571734f3490 void 0.000113
+libGL.so.1 free 0x5571734f3570 void 0.000114
+libGL.so.1 free 0x5571734f3650 void 0.000111
+libGL.so.1 free 0x5571734f3730 void 0.000117
+libGL.so.1 free 0x5571734f3810 void 0.000113
+libGL.so.1 free 0x5571734f38f0 void 0.000113
+libGL.so.1 free 0x5571734f39d0 void 0.000113
+libGL.so.1 free 0x5571734f3ab0 void 0.000113
+libGL.so.1 free 0x5571734f3b90 void 0.000113
+libGL.so.1 free 0x5571734f3c70 void 0.000114
+libGL.so.1 free 0x5571734f3d50 void 0.000113
+libGL.so.1 free 0x5571734f3e30 void 0.000114
+libGL.so.1 free 0x5571734f3f10 void 0.000141
+libGL.so.1 free 0x5571734f3ff0 void 0.000113
+libGL.so.1 free 0x5571734f40d0 void 0.000114
+libGL.so.1 free 0x5571734f41b0 void 0.000113
+libGL.so.1 free 0x5571734f4290 void 0.000112
+libGL.so.1 free 0x5571734f4370 void 0.000114
+libGL.so.1 free 0x5571734f4450 void 0.000114
+libGL.so.1 free 0x5571734f4530 void 0.000113
+libGL.so.1 free 0x5571734f4610 void 0.000112
+libGL.so.1 free 0x5571734f46f0 void 0.000112
+libGL.so.1 free 0x5571734f47d0 void 0.000113
+libGL.so.1 free 0x5571734f48b0 void 0.000114
+libGL.so.1 free 0x5571734f4990 void 0.000115
+libGL.so.1 free 0x5571734f4a70 void 0.000115
+libGL.so.1 free 0x5571734f4b50 void 0.000113
+libGL.so.1 free 0x5571734f4c30 void 0.000149
+libGL.so.1 free 0x5571734f4d10 void 0.000115
+libGL.so.1 free 0x5571734f4df0 void 0.000113
+libGL.so.1 free 0x5571734f4ed0 void 0.000114
+libGL.so.1 free 0x5571734f7700 void 0.000116
+libGL.so.1 malloc 3303 0x55717350ed10 0.000117
+libGL.so.1 free 0x55717350ed10 void 0.000115
+libGL.so.1 malloc 659 0x55717350ed10 0.000115
+particles malloc 658 0x55717350efb0 0.000115
+particles malloc 148 0x55717352cb20 0.000115
+libGL.so.1 malloc 1440 0x55717350f250 0.000118
+libX11.so.6 free 0x55717350f250 void 0.000115
+particles free 0x55717352cb20 void 0.000117
+libX11.so.6 malloc 640 0x55717350f250 0.000115
+libX11.so.6 free 0x55717350f250 void 0.000114
+libXext.so.6 malloc 32 0x55717354f440 0.000115
+libX11.so.6 free 0x5571734de3e0 void 0.000114
+libX11.so.6 malloc 24 0x5571735259a0 0.000114
+libxcb.so.1 free 0x5571734dc160 void 0.000117
+libxcb.so.1 malloc 32 0x5571734dc160 0.000113
+libxcb.so.1 malloc 16 0x557173554e10 0.000118
+libxcb.so.1 free 0x557173554e10 void 0.000168
+libX11.so.6 free 0x5571734dc160 void 0.000117
+libXext.so.6 malloc 24 0x557173554e10 0.000115
+libX11.so.6 malloc 24 0x557173525a10 0.000116
+libxcb.so.1 malloc 32 0x557173554f10 0.000117
+libxcb.so.1 malloc 16 0x557173554e30 0.000114
+libX11.so.6 free 0x5571735259a0 void 0.000116
+libxcb.so.1 free 0x557173554e30 void 0.000114
+libX11.so.6 free 0x557173554f10 void 0.000115
+libX11.so.6 malloc 24 0x557173554e30 0.000114
+libxcb.so.1 malloc 80 0x55717352dfe0 0.000116
+libxcb.so.1 malloc 16 0x5571735259a0 0.000114
+libX11.so.6 free 0x557173525a10 void 0.000115
+libxcb.so.1 free 0x5571735259a0 void 0.000115
+libX11.so.6 free 0x55717352dfe0 void 0.000115
+libX11.so.6 free 0x55717350f570 void 0.000114
+particles malloc 7 0x5571735259a0 0.000118
+particles realloc 0x5571735259a0|8 0x5571735259a0 0.000119
+libX11.so.6 malloc 16 0x557173525a10 0.000117
+libX11.so.6 free 0x557173525a10 void 0.000115
+libX11.so.6 free 0x5571734de3e0 void 0.000113
+particles free 0x5571735259a0 void 0.000113
+libX11.so.6 malloc 24 0x5571735259a0 0.000128
+libxcb.so.1 malloc 32 0x557173554f10 0.000125
+libxcb.so.1 malloc 16 0x5571734de3e0 0.000118
+libX11.so.6 free 0x557173554e30 void 0.000121
+libxcb.so.1 free 0x5571734de3e0 void 0.000117
+libX11.so.6 free 0x557173554f10 void 0.000117
+libX11.so.6 malloc 29 0x557173554f10 0.000115
+libX11.so.6 malloc 24 0x5571734de3e0 0.000118
+libxcb.so.1 malloc 32 0x55717354e210 0.000117
+libxcb.so.1 malloc 16 0x557173554e30 0.000119
+libxcb.so.1 malloc 36 0x55717354e1e0 0.000121
+libxcb.so.1 malloc 16 0x557173525a10 0.000118
+libxcb.so.1 free 0x557173525a10 void 0.000119
+libX11.so.6 free 0x5571735259a0 void 0.000123
+libxcb.so.1 free 0x557173554e30 void 0.000117
+libX11.so.6 malloc 208 0x5571734debc0 0.000124
+libX11.so.6 free 0x55717354e1e0 void 0.000120
+libxcb.so.1 malloc 36 0x55717354e1e0 0.000117
+libxcb.so.1 malloc 16 0x557173554e30 0.000117
+libxcb.so.1 free 0x557173554e30 void 0.000134
+libX11.so.6 malloc 208 0x5571734deae0 0.000118
+libX11.so.6 free 0x55717354e1e0 void 0.000115
+libX11.so.6 free 0x55717354e210 void 0.000118
+libXi.so.6 free 0x5571734f7700 void 0.000118
+particles malloc 40 0x55717354e210 0.000119
+particles malloc 48 0x55717350f570 0.000117
+particles malloc 96 0x5571734dc0f0 0.000129
+particles malloc 40 0x55717354e1e0 0.000163
+libX11.so.6 malloc 24 0x5571734f7700 0.000123
+libxcb.so.1 malloc 32 0x557173554f40 0.000119
+libxcb.so.1 malloc 16 0x557173554e30 0.000118
+libX11.so.6 free 0x5571734de3e0 void 0.000120
+libxcb.so.1 free 0x557173554e30 void 0.000116
+libX11.so.6 free 0x557173554f40 void 0.000118
+libX11.so.6 malloc 29 0x557173554f40 0.000120
+libX11.so.6 malloc 24 0x557173554e30 0.000120
+libxcb.so.1 malloc 32 0x5571735259e0 0.000140
+libxcb.so.1 malloc 16 0x5571734de3e0 0.000121
+libX11.so.6 free 0x5571734f7700 void 0.000121
+libxcb.so.1 free 0x5571734de3e0 void 0.000122
+libX11.so.6 free 0x5571735259e0 void 0.000118
+libX11.so.6 malloc 28 0x5571735259e0 0.000118
+particles malloc 7 0x5571734de3e0 0.000117
+particles realloc 0x5571734de3e0|8 0x5571734de3e0 0.000122
+particles free 0x5571734de3e0 void 0.000145
+libX11.so.6 malloc 24 0x5571734de3e0 0.000120
+libxcb.so.1 malloc 32 0x55717354f470 0.000117
+libxcb.so.1 malloc 16 0x5571734f7700 0.000116
+libX11.so.6 free 0x557173554e30 void 0.000120
+libxcb.so.1 free 0x5571734f7700 void 0.000135
+libX11.so.6 free 0x55717354f470 void 0.000131
+libX11.so.6 malloc 32 0x55717354f470 0.000132
+libX11.so.6 malloc 24 0x5571734f7700 0.000133
+libX11.so.6 malloc 24 0x557173554e30 0.000148
+libxcb.so.1 malloc 44 0x5571735257e0 0.000134
+libxcb.so.1 malloc 16 0x5571735259a0 0.000131
+libxcb.so.1 malloc 24 0x557173525a10 0.000129
+libxcb.so.1 malloc 32 0x55717350f5f0 0.000128
+libxcb.so.1 malloc 16 0x557173554e70 0.000129
+libX11.so.6 free 0x5571734de3e0 void 0.000134
+libxcb.so.1 free 0x557173525a10 void 0.000118
+libxcb.so.1 free 0x5571735259a0 void 0.000120
+libX11.so.6 free 0x5571735257e0 void 0.000118
+libX11.so.6 free 0x5571734f7700 void 0.000134
+libxcb.so.1 free 0x557173554e70 void 0.000118
+libX11.so.6 free 0x55717350f5f0 void 0.000119
+libX11.so.6 malloc 24 0x557173554e70 0.000442
+libX11.so.6 malloc 24 0x5571734f7700 0.000365
+libxcb.so.1 malloc 36 0x55717350f5f0 0.000167
+libxcb.so.1 malloc 16 0x5571735259a0 0.000172
+libxcb.so.1 malloc 36 0x55717350f620 0.000187
+libxcb.so.1 malloc 16 0x557173525a10 0.000264
+libxcb.so.1 malloc 36 0x55717350f650 0.000258
+libxcb.so.1 malloc 16 0x5571734de3e0 0.000336
+libxcb.so.1 malloc 36 0x55717350f680 0.000282
+libxcb.so.1 malloc 16 0x5571735259c0 0.000285
+libxcb.so.1 malloc 36 0x55717350f6b0 0.000296
+libxcb.so.1 malloc 16 0x55717352c9b0 0.000269
+libxcb.so.1 malloc 80 0x55717352dfe0 0.000143
+libxcb.so.1 malloc 16 0x55717350f6e0 0.000138
+libxcb.so.1 malloc 44 0x5571735257e0 0.000839
+libxcb.so.1 malloc 16 0x55717350f700 0.000141
+libxcb.so.1 malloc 24 0x55717350f720 0.000128
+libxcb.so.1 malloc 32 0x55717350f740 0.000202
+libxcb.so.1 malloc 16 0x55717350f770 0.000157
+libxcb.so.1 free 0x5571735259a0 void 0.000165
+libX11.so.6 malloc 208 0x5571734dea00 0.000136
+libX11.so.6 free 0x55717350f5f0 void 0.000132
+libxcb.so.1 free 0x557173525a10 void 0.000139
+libX11.so.6 malloc 208 0x5571734de920 0.000138
+libX11.so.6 free 0x55717350f620 void 0.000133
+libxcb.so.1 free 0x5571734de3e0 void 0.000138
+libX11.so.6 malloc 208 0x5571734de840 0.000151
+libX11.so.6 free 0x55717350f650 void 0.000139
+libxcb.so.1 free 0x5571735259c0 void 0.000200
+libX11.so.6 malloc 208 0x5571734de760 0.000136
+libX11.so.6 free 0x55717350f680 void 0.000137
+libxcb.so.1 free 0x55717352c9b0 void 0.000136
+libX11.so.6 malloc 208 0x5571734c8810 0.000135
+libX11.so.6 free 0x55717350f6b0 void 0.000133
+libxcb.so.1 free 0x55717350f6e0 void 0.000136
+libX11.so.6 malloc 208 0x55717350f790 0.000132
+libXi.so.6 malloc 188 0x55717350f870 0.000136
+libX11.so.6 free 0x55717352dfe0 void 0.000133
+libX11.so.6 free 0x557173554e30 void 0.000131
+libxcb.so.1 free 0x55717350f720 void 0.000134
+libxcb.so.1 free 0x55717350f700 void 0.000192
+libX11.so.6 free 0x5571735257e0 void 0.000134
+libX11.so.6 free 0x557173554e70 void 0.000146
+libxcb.so.1 free 0x55717350f770 void 0.000131
+libX11.so.6 free 0x55717350f740 void 0.000132
+particles malloc 40 0x55717350f740 0.000142
+particles malloc 40 0x55717350f6b0 0.000151
+particles malloc 16 0x557173554e30 0.000168
+libX11.so.6 malloc 16 0x55717350f6e0 0.000125
+libX11.so.6 malloc 16 0x55717352c9b0 0.000127
+libX11.so.6 malloc 16 0x5571735259c0 0.000157
+libX11.so.6 malloc 168 0x55717350fa00 0.000131
+libX11.so.6 malloc 64 0x55717350fab0 0.000175
+libX11.so.6 malloc 8176 0x55717350fb00 0.000126
+libX11.so.6 malloc 17 0x55717350f700 0.000146
+libX11.so.6 malloc 10 0x557173554e70 0.000185
+libX11.so.6 malloc 16 0x5571734de3e0 0.000137
+libX11.so.6 malloc 52 0x5571735257e0 0.000127
+libX11.so.6 malloc 17 0x557173525a10 0.000134
+libX11.so.6 malloc 10 0x5571735259a0 0.000136
+libX11.so.6 malloc 16 0x557173551ab0 0.000133
+libX11.so.6 malloc 52 0x557173550b50 0.000143
+libX11.so.6 malloc 17 0x557173512b10 0.000140
+libX11.so.6 malloc 10 0x557173512b30 0.000163
+libX11.so.6 malloc 16 0x557173512b50 0.000160
+libX11.so.6 malloc 52 0x557173528aa0 0.000121
+libX11.so.6 malloc 17 0x557173512bc0 0.000120
+libX11.so.6 malloc 10 0x557173512be0 0.000121
+libX11.so.6 malloc 16 0x557173512c00 0.000138
+libX11.so.6 malloc 52 0x557173512c20 0.000132
+libX11.so.6 malloc 17 0x557173512cb0 0.000132
+libX11.so.6 malloc 10 0x557173512cd0 0.000132
+libX11.so.6 malloc 16 0x557173512cf0 0.000130
+libX11.so.6 malloc 52 0x557173512d10 0.000134
+libX11.so.6 malloc 17 0x557173512da0 0.000139
+libX11.so.6 malloc 10 0x557173512dc0 0.000163
+libX11.so.6 malloc 16 0x557173512de0 0.000139
+libX11.so.6 malloc 52 0x557173512e00 0.000158
+libX11.so.6 malloc 17 0x557173512e90 0.000218
+libX11.so.6 malloc 10 0x557173512eb0 0.000216
+libX11.so.6 malloc 16 0x557173512ed0 0.000174
+libX11.so.6 malloc 52 0x557173512ef0 0.000121
+libX11.so.6 malloc 17 0x557173512f80 0.000122
+libX11.so.6 malloc 10 0x557173512fa0 0.000120
+libX11.so.6 malloc 16 0x557173512fc0 0.000121
+libX11.so.6 malloc 52 0x557173512fe0 0.000120
+libX11.so.6 malloc 17 0x557173513070 0.000122
+libX11.so.6 malloc 10 0x557173513090 0.000119
+libX11.so.6 malloc 16 0x5571735130b0 0.000130
+libX11.so.6 malloc 52 0x5571735130d0 0.000165
+libX11.so.6 malloc 17 0x557173513160 0.000186
+libX11.so.6 malloc 10 0x557173513180 0.000176
+libX11.so.6 malloc 16 0x5571735131a0 0.000169
+libX11.so.6 malloc 52 0x5571735131c0 0.000177
+libX11.so.6 malloc 18 0x557173513250 0.000184
+libX11.so.6 malloc 11 0x557173513270 0.000178
+libX11.so.6 malloc 16 0x557173513290 0.000179
+libX11.so.6 malloc 52 0x5571735132b0 0.000171
+libX11.so.6 malloc 18 0x557173513340 0.000163
+libX11.so.6 malloc 11 0x557173513360 0.000188
+libX11.so.6 malloc 16 0x557173513380 0.000194
+libX11.so.6 malloc 52 0x5571735133a0 0.000179
+libX11.so.6 malloc 18 0x557173513430 0.000190
+libX11.so.6 malloc 11 0x557173513450 0.000223
+libX11.so.6 malloc 16 0x557173513470 0.000191
+libX11.so.6 malloc 52 0x557173513490 0.000219
+libX11.so.6 malloc 18 0x557173513520 0.000198
+libX11.so.6 malloc 11 0x557173513540 0.000194
+libX11.so.6 malloc 16 0x557173513560 0.000231
+libX11.so.6 malloc 52 0x557173513580 0.000229
+libX11.so.6 malloc 18 0x557173513610 0.000228
+libX11.so.6 malloc 11 0x557173513630 0.000227
+libX11.so.6 malloc 16 0x557173513650 0.000187
+libX11.so.6 malloc 52 0x557173513670 0.000190
+libX11.so.6 malloc 18 0x557173513700 0.000189
+libX11.so.6 malloc 11 0x557173513720 0.000187
+libX11.so.6 malloc 16 0x557173513740 0.000187
+libX11.so.6 malloc 52 0x557173513760 0.000181
+libX11.so.6 malloc 23 0x5571735137f0 0.000187
+libX11.so.6 malloc 16 0x557173513810 0.000244
+libX11.so.6 malloc 16 0x557173513830 0.000186
+libX11.so.6 malloc 52 0x557173513850 0.000160
+libX11.so.6 malloc 23 0x5571735138e0 0.000182
+libX11.so.6 malloc 16 0x557173513900 0.000191
+libX11.so.6 malloc 16 0x557173513920 0.000185
+libX11.so.6 malloc 52 0x557173513940 0.000187
+libX11.so.6 malloc 22 0x5571735139d0 0.000246
+libX11.so.6 malloc 14 0x5571735139f0 0.000202
+libX11.so.6 malloc 16 0x557173513a10 0.000181
+libX11.so.6 malloc 53 0x557173513a30 0.000173
+libX11.so.6 malloc 22 0x557173513ac0 0.000173
+libX11.so.6 malloc 14 0x557173513ae0 0.000168
+libX11.so.6 malloc 16 0x557173513b00 0.000174
+libX11.so.6 malloc 53 0x557173513b20 0.000174
+libX11.so.6 malloc 24 0x557173513bb0 0.000177
+libX11.so.6 malloc 16 0x557173513bd0 0.000185
+libX11.so.6 malloc 16 0x557173513bf0 0.000198
+libX11.so.6 malloc 53 0x557173513c10 0.000191
+libX11.so.6 malloc 24 0x557173513ca0 0.000174
+libX11.so.6 malloc 16 0x557173513cc0 0.000273
+libX11.so.6 malloc 16 0x557173513ce0 0.000238
+libX11.so.6 malloc 53 0x557173513d00 0.000242
+libX11.so.6 malloc 24 0x557173513d90 0.000218
+libX11.so.6 malloc 16 0x557173513db0 0.000207
+libX11.so.6 malloc 16 0x557173513dd0 0.000210
+libX11.so.6 malloc 53 0x557173513df0 0.000207
+libX11.so.6 free 0x557173513df0 void 0.000179
+libX11.so.6 malloc 24 0x557173513e80 0.000179
+libX11.so.6 malloc 16 0x557173513ea0 0.000196
+libX11.so.6 malloc 16 0x557173513ec0 0.000185
+libX11.so.6 malloc 53 0x557173513df0 0.000185
+libX11.so.6 free 0x557173513df0 void 0.000185
+libX11.so.6 malloc 24 0x557173513f30 0.000173
+libX11.so.6 malloc 16 0x557173513f50 0.000114
+libX11.so.6 malloc 16 0x557173513f70 0.000176
+libX11.so.6 malloc 53 0x557173513df0 0.000116
+libX11.so.6 malloc 24 0x557173513fe0 0.000113
+libX11.so.6 malloc 16 0x557173514000 0.000112
+libX11.so.6 malloc 16 0x557173514020 0.000111
+libX11.so.6 malloc 53 0x557173514040 0.000111
+libX11.so.6 malloc 23 0x5571735140d0 0.000111
+libX11.so.6 malloc 15 0x5571735140f0 0.000114
+libX11.so.6 malloc 16 0x557173514110 0.000143
+libX11.so.6 malloc 53 0x557173514130 0.000177
+libX11.so.6 malloc 23 0x5571735141c0 0.000118
+libX11.so.6 malloc 15 0x5571735141e0 0.000108
+libX11.so.6 malloc 16 0x557173514200 0.000111
+libX11.so.6 malloc 53 0x557173514220 0.000111
+libX11.so.6 malloc 24 0x5571735142b0 0.000110
+libX11.so.6 malloc 16 0x5571735142d0 0.000109
+libX11.so.6 malloc 16 0x5571735142f0 0.000111
+libX11.so.6 malloc 53 0x557173514310 0.000111
+libX11.so.6 malloc 24 0x5571735143a0 0.000111
+libX11.so.6 malloc 16 0x5571735143c0 0.000116
+libX11.so.6 malloc 16 0x5571735143e0 0.000122
+libX11.so.6 malloc 53 0x557173514400 0.000120
+libX11.so.6 malloc 24 0x557173514490 0.000121
+libX11.so.6 malloc 16 0x5571735144b0 0.000111
+libX11.so.6 malloc 16 0x5571735144d0 0.000112
+libX11.so.6 malloc 53 0x5571735144f0 0.000113
+libX11.so.6 malloc 24 0x557173514580 0.000148
+libX11.so.6 malloc 16 0x5571735145a0 0.000125
+libX11.so.6 malloc 16 0x5571735145c0 0.000141
+libX11.so.6 malloc 53 0x5571735145e0 0.000120
+libX11.so.6 malloc 24 0x557173514670 0.000118
+libX11.so.6 malloc 16 0x557173514690 0.000119
+libX11.so.6 malloc 16 0x5571735146b0 0.000117
+libX11.so.6 malloc 53 0x5571735146d0 0.000118
+libX11.so.6 malloc 24 0x557173514760 0.000118
+libX11.so.6 malloc 16 0x557173514780 0.000118
+libX11.so.6 malloc 16 0x5571735147a0 0.000120
+libX11.so.6 malloc 53 0x5571735147c0 0.000116
+libX11.so.6 malloc 24 0x557173514850 0.000151
+libX11.so.6 malloc 16 0x557173514870 0.000117
+libX11.so.6 malloc 16 0x557173514890 0.000117
+libX11.so.6 malloc 53 0x5571735148b0 0.000115
+libX11.so.6 malloc 24 0x557173514940 0.000116
+libX11.so.6 malloc 16 0x557173514960 0.000116
+libX11.so.6 malloc 16 0x557173514980 0.000117
+libX11.so.6 malloc 53 0x5571735149a0 0.000117
+libX11.so.6 malloc 24 0x557173514a30 0.000118
+libX11.so.6 malloc 16 0x557173514a50 0.000116
+libX11.so.6 malloc 16 0x557173514a70 0.000116
+libX11.so.6 malloc 53 0x557173514a90 0.000115
+libX11.so.6 malloc 24 0x557173514b20 0.000117
+libX11.so.6 malloc 16 0x557173514b40 0.000129
+libX11.so.6 malloc 16 0x557173514b60 0.000184
+libX11.so.6 malloc 53 0x557173514b80 0.000173
+libX11.so.6 malloc 24 0x557173514c10 0.000179
+libX11.so.6 malloc 16 0x557173514c30 0.000176
+libX11.so.6 malloc 16 0x557173514c50 0.000176
+libX11.so.6 malloc 53 0x557173514c70 0.000176
+libX11.so.6 malloc 24 0x557173514d00 0.000175
+libX11.so.6 malloc 16 0x557173514d20 0.000175
+libX11.so.6 malloc 16 0x557173514d40 0.000175
+libX11.so.6 malloc 53 0x557173514d60 0.000175
+libX11.so.6 malloc 24 0x557173514df0 0.000176
+libX11.so.6 malloc 16 0x557173514e10 0.000175
+libX11.so.6 malloc 16 0x557173514e30 0.000171
+libX11.so.6 malloc 53 0x557173514e50 0.000178
+libX11.so.6 malloc 24 0x557173514ee0 0.000193
+libX11.so.6 malloc 16 0x557173514f00 0.000183
+libX11.so.6 malloc 16 0x557173514f20 0.000179
+libX11.so.6 malloc 53 0x557173514f40 0.000248
+libX11.so.6 malloc 15 0x557173514fd0 0.000189
+libX11.so.6 malloc 16 0x557173514ff0 0.000187
+libX11.so.6 malloc 52 0x557173515010 0.000190
+libX11.so.6 malloc 53 0x557173515050 0.000204
+libX11.so.6 malloc 11 0x557173515090 0.000132
+libX11.so.6 malloc 53 0x5571735150b0 0.000129
+libX11.so.6 malloc 11 0x5571735150f0 0.000128
+libX11.so.6 malloc 17 0x557173515160 0.000125
+libX11.so.6 malloc 7 0x557173515180 0.000118
+libX11.so.6 malloc 16 0x5571735151a0 0.000120
+libX11.so.6 malloc 53 0x5571735151c0 0.000125
+libX11.so.6 malloc 7 0x557173515200 0.000120
+libX11.so.6 malloc 22 0x557173515270 0.000114
+libX11.so.6 malloc 12 0x557173515290 0.000119
+libX11.so.6 malloc 16 0x5571735152b0 0.000123
+libX11.so.6 malloc 53 0x5571735152d0 0.000124
+libX11.so.6 malloc 12 0x557173515310 0.000122
+libX11.so.6 malloc 16 0x557173515380 0.000113
+libX11.so.6 malloc 6 0x5571735153a0 0.000112
+libX11.so.6 malloc 16 0x5571735153c0 0.000191
+libX11.so.6 malloc 53 0x5571735153e0 0.000124
+libX11.so.6 malloc 6 0x557173515420 0.000123
+libX11.so.6 malloc 16 0x557173515490 0.000123
+libX11.so.6 malloc 8 0x5571735154b0 0.000124
+libX11.so.6 malloc 16 0x5571735154d0 0.000124
+libX11.so.6 malloc 53 0x5571735154f0 0.000118
+libX11.so.6 malloc 16 0x557173515580 0.000117
+libX11.so.6 malloc 8 0x5571735155a0 0.000118
+libX11.so.6 malloc 16 0x5571735155c0 0.000121
+libX11.so.6 malloc 53 0x5571735155e0 0.000119
+libX11.so.6 malloc 16 0x557173515670 0.000121
+libX11.so.6 malloc 8 0x557173515690 0.000120
+libX11.so.6 malloc 16 0x5571735156b0 0.000121
+libX11.so.6 malloc 53 0x5571735156d0 0.000119
+libX11.so.6 malloc 16 0x557173515760 0.000122
+libX11.so.6 malloc 8 0x557173515780 0.000139
+libX11.so.6 malloc 16 0x5571735157a0 0.000128
+libX11.so.6 malloc 53 0x5571735157c0 0.000126
+libX11.so.6 malloc 64 0x557173515800 0.000125
+libX11.so.6 malloc 64 0x557173515850 0.000130
+libX11.so.6 malloc 64 0x5571735158a0 0.000129
+libX11.so.6 malloc 64 0x5571735158f0 0.000127
+libX11.so.6 malloc 2 0x557173515940 0.000131
+libX11.so.6 free 0x557173515940 void 0.000120
+libX11.so.6 free 0 void 0.000123
+libX11.so.6 free 0x557173515960 void 0.000122
+libX11.so.6 malloc 2048 0x5571734deca0 0.000123
+libX11.so.6 malloc 2048 0x5571734e04c0 0.000129
+libX11.so.6 malloc 16 0x5571735159e0 0.000133
+libX11.so.6 malloc 13 0x557173515a00 0.000123
+libX11.so.6 free 0x5571735159c0 void 0.000128
+libX11.so.6 free 0x5571735159a0 void 0.000125
+libX11.so.6 malloc 16 0x557173515a90 0.000172
+libX11.so.6 malloc 13 0x557173515ab0 0.000121
+libX11.so.6 free 0x5571735159a0 void 0.000126
+libX11.so.6 malloc 16 0x557173515b40 0.000126
+libX11.so.6 malloc 4 0x557173515b60 0.000126
+libX11.so.6 free 0x5571735159a0 void 0.000124
+libX11.so.6 free 0x5571735159c0 void 0.000120
+libX11.so.6 free 0x557173515960 void 0.000123
+libX11.so.6 free 0x557173515980 void 0.000122
+libX11.so.6 malloc 16 0x5571735159c0 0.000127
+libX11.so.6 malloc 7 0x5571735159a0 0.000121
+libX11.so.6 free 0x557173515960 void 0.000122
+libX11.so.6 malloc 16 0x557173515c40 0.000122
+libX11.so.6 malloc 2 0x557173515c60 0.000134
+libX11.so.6 free 0x557173515960 void 0.000140
+libX11.so.6 malloc 16 0x557173515cf0 0.000123
+libX11.so.6 malloc 6 0x557173515d10 0.000118
+libX11.so.6 free 0x557173515960 void 0.000131
+libX11.so.6 malloc 16 0x557173515da0 0.000121
+libX11.so.6 malloc 11 0x557173515dc0 0.000119
+libX11.so.6 free 0x557173515960 void 0.000121
+libX11.so.6 malloc 16 0x5571734e0d40 0.000120
+libX11.so.6 malloc 2 0x5571734e0d60 0.000119
+libX11.so.6 free 0x557173515960 void 0.000120
+libX11.so.6 malloc 16 0x5571734e0df0 0.000119
+libX11.so.6 malloc 5 0x5571734e0e10 0.000119
+libX11.so.6 free 0x557173515960 void 0.000121
+libX11.so.6 malloc 16 0x5571734e0ea0 0.000120
+libX11.so.6 malloc 5 0x5571734e0ec0 0.000119
+libX11.so.6 free 0x557173515960 void 0.000121
+libX11.so.6 malloc 16 0x5571734e0f70 0.000119
+libX11.so.6 malloc 11 0x5571734e0f90 0.000120
+libX11.so.6 free 0x5571734e0f50 void 0.000121
+libX11.so.6 malloc 16 0x5571734e1020 0.000120
+libX11.so.6 malloc 2 0x5571734e1040 0.000134
+libX11.so.6 free 0x5571734e0f50 void 0.000122
+libX11.so.6 malloc 16 0x5571734e10d0 0.000121
+libX11.so.6 malloc 11 0x5571734e10f0 0.000119
+libX11.so.6 free 0x5571734e0f50 void 0.000120
+libX11.so.6 malloc 16 0x5571734e1180 0.000120
+libX11.so.6 malloc 13 0x5571734e11a0 0.000119
+libX11.so.6 free 0x5571734e0f50 void 0.000119
+libX11.so.6 free 0x557173515960 void 0.000125
+libX11.so.6 malloc 16 0x5571734e1230 0.000120
+libX11.so.6 malloc 11 0x5571734e1250 0.000118
+libX11.so.6 free 0x557173515960 void 0.000122
+libX11.so.6 malloc 16 0x5571734e12e0 0.000122
+libX11.so.6 malloc 2 0x5571734e1300 0.000120
+libX11.so.6 free 0x557173515960 void 0.000124
+libX11.so.6 malloc 16 0x5571734e1390 0.000122
+libX11.so.6 malloc 11 0x5571734e13b0 0.000122
+libX11.so.6 free 0x557173515960 void 0.000121
+libX11.so.6 malloc 16 0x5571734e1440 0.000122
+libX11.so.6 malloc 13 0x5571734e1460 0.000120
+libX11.so.6 free 0x557173515960 void 0.000121
+libX11.so.6 free 0x557173515980 void 0.000121
+libX11.so.6 free 0x5571734e0f50 void 0.000121
+libX11.so.6 free 0x5571734e04c0 void 0.000118
+libX11.so.6 malloc 40 0x55717350f620 0.000120
+libX11.so.6 free 0x55717350f680 void 0.000115
+libX11.so.6 malloc 8 0x557173515980 0.000124
+libX11.so.6 malloc 8 0x557173515960 0.000117
+libX11.so.6 realloc 0x557173515980|16 0x557173515980 0.000125
+libX11.so.6 malloc 8 0x5571734df740 0.000119
+libX11.so.6 free 0x557173515960 void 0.000120
+libX11.so.6 free 0x5571734df680 void 0.000117
+libX11.so.6 free 0x5571734df740 void 0.000116
+libX11.so.6 free 0x5571734df6e0 void 0.000115
+libX11.so.6 free 0x557173515980 void 0.000117
+libX11.so.6 free 0x5571734df4b0 void 0.000117
+libX11.so.6 free 0x5571734e14b0 void 0.000115
+libX11.so.6 free 0x5571734e14d0 void 0.000117
+libX11.so.6 free 0x5571734e1460 void 0.000116
+libX11.so.6 free 0x5571734e1440 void 0.000115
+libX11.so.6 free 0x5571734e1480 void 0.000115
+libX11.so.6 free 0x5571734e1400 void 0.000117
+libX11.so.6 free 0x5571734e1420 void 0.000116
+libX11.so.6 free 0x5571734e13b0 void 0.000115
+libX11.so.6 free 0x5571734e1390 void 0.000115
+libX11.so.6 free 0x5571734e13d0 void 0.000115
+libX11.so.6 free 0x5571734e1350 void 0.000115
+libX11.so.6 free 0x5571734e1370 void 0.000115
+libX11.so.6 free 0x5571734e1300 void 0.000133
+libX11.so.6 free 0x5571734e12e0 void 0.000119
+libX11.so.6 free 0x5571734e1320 void 0.000116
+libX11.so.6 free 0x5571734e12a0 void 0.000116
+libX11.so.6 free 0x5571734e12c0 void 0.000226
+libX11.so.6 free 0x5571734e1250 void 0.000161
+libX11.so.6 free 0x5571734e1230 void 0.000119
+libX11.so.6 free 0x5571734e1270 void 0.000117
+libX11.so.6 free 0x5571734e11f0 void 0.000116
+libX11.so.6 free 0x5571734e1210 void 0.000115
+libX11.so.6 free 0x5571734e11a0 void 0.000115
+libX11.so.6 free 0x5571734e1180 void 0.000114
+libX11.so.6 free 0x5571734e11c0 void 0.000116
+libX11.so.6 free 0x5571734e1140 void 0.000116
+libX11.so.6 free 0x5571734e1160 void 0.000117
+libX11.so.6 free 0x5571734e10f0 void 0.000116
+libX11.so.6 free 0x5571734e10d0 void 0.000115
+libX11.so.6 free 0x5571734e1110 void 0.000116
+libX11.so.6 free 0x5571734e1090 void 0.000114
+libX11.so.6 free 0x5571734e10b0 void 0.000115
+libX11.so.6 free 0x5571734e1040 void 0.000115
+libX11.so.6 free 0x5571734e1020 void 0.000116
+libX11.so.6 free 0x5571734e1060 void 0.000116
+libX11.so.6 free 0x5571734e0fe0 void 0.000116
+libX11.so.6 free 0x5571734e1000 void 0.000127
+libX11.so.6 free 0x5571734e0f90 void 0.000115
+libX11.so.6 free 0x5571734e0f70 void 0.000115
+libX11.so.6 free 0x5571734e0fb0 void 0.000115
+libX11.so.6 free 0x5571734e0f10 void 0.000123
+libX11.so.6 free 0x5571734e0f30 void 0.000120
+libX11.so.6 free 0x5571734e0ec0 void 0.000125
+libX11.so.6 free 0x5571734e0ea0 void 0.000111
+libX11.so.6 free 0x5571734e0ee0 void 0.000110
+libX11.so.6 free 0x5571734e0e60 void 0.000110
+libX11.so.6 free 0x5571734e0e80 void 0.000109
+libX11.so.6 free 0x5571734e0e10 void 0.000114
+libX11.so.6 free 0x5571734e0df0 void 0.000110
+libX11.so.6 free 0x5571734e0e30 void 0.000111
+libX11.so.6 free 0x5571734e0db0 void 0.000109
+libX11.so.6 free 0x5571734e0dd0 void 0.000111
+libX11.so.6 free 0x5571734e0d60 void 0.000114
+libX11.so.6 free 0x5571734e0d40 void 0.000110
+libX11.so.6 free 0x5571734e0d80 void 0.000110
+libX11.so.6 free 0x5571734e0d00 void 0.000111
+libX11.so.6 free 0x5571734e0d20 void 0.000109
+libX11.so.6 free 0x557173515dc0 void 0.000110
+libX11.so.6 free 0x557173515da0 void 0.000110
+libX11.so.6 free 0x5571734e0cd0 void 0.000109
+libX11.so.6 free 0x557173515d60 void 0.000109
+libX11.so.6 free 0x557173515d80 void 0.000110
+libX11.so.6 free 0x557173515d10 void 0.000111
+libX11.so.6 free 0x557173515cf0 void 0.000110
+libX11.so.6 free 0x557173515d30 void 0.000109
+libX11.so.6 free 0x557173515cb0 void 0.000109
+libX11.so.6 free 0x557173515cd0 void 0.000109
+libX11.so.6 free 0x557173515c60 void 0.000110
+libX11.so.6 free 0x557173515c40 void 0.000110
+libX11.so.6 free 0x557173515c80 void 0.000110
+libX11.so.6 free 0x557173515c00 void 0.000113
+libX11.so.6 free 0x557173515c20 void 0.000116
+libX11.so.6 free 0x5571735159a0 void 0.000111
+libX11.so.6 free 0x5571735159c0 void 0.000111
+libX11.so.6 free 0x557173515bd0 void 0.000109
+libX11.so.6 free 0x557173515bb0 void 0.000109
+libX11.so.6 free 0x55717350f650 void 0.000111
+libX11.so.6 free 0x557173515b60 void 0.000111
+libX11.so.6 free 0x557173515b40 void 0.000109
+libX11.so.6 free 0x557173515b80 void 0.000110
+libX11.so.6 free 0x557173515b00 void 0.000109
+libX11.so.6 free 0x557173515b20 void 0.000128
+libX11.so.6 free 0x557173515ab0 void 0.000112
+libX11.so.6 free 0x557173515a90 void 0.000111
+libX11.so.6 free 0x557173515ad0 void 0.000110
+libX11.so.6 free 0x557173515a50 void 0.000110
+libX11.so.6 free 0x557173515a70 void 0.000111
+libX11.so.6 free 0x557173515a00 void 0.000110
+libX11.so.6 free 0x5571735159e0 void 0.000111
+libX11.so.6 free 0x557173515a20 void 0.000110
+libX11.so.6 free 0x55717350f620 void 0.000110
+libX11.so.6 free 0x557173515940 void 0.000114
+libX11.so.6 free 0x5571734e0f50 void 0.000112
+libX11.so.6 free 0x55717350f720 void 0.000110
+libX11.so.6 free 0x55717350f940 void 0.000110
+libX11.so.6 free 0x55717350fa00 void 0.000110
+libX11.so.6 free 0x55717350f770 void 0.000113
+libX11.so.6 malloc 168 0x55717350fa00 0.000113
+libX11.so.6 malloc 2 0x5571734e1460 0.000119
+libX11.so.6 free 0x5571734e1460 void 0.000111
+libX11.so.6 free 0 void 0.000111
+libX11.so.6 free 0x5571734e14d0 void 0.000113
+libX11.so.6 malloc 2048 0x5571734e0830 0.000115
+libX11.so.6 malloc 16 0x557173515960 0.000112
+libX11.so.6 malloc 13 0x55717350f720 0.000111
+libX11.so.6 free 0x5571734df740 void 0.000111
+libX11.so.6 free 0x557173515980 void 0.000109
+libX11.so.6 malloc 16 0x55717350f640 0.000117
+libX11.so.6 malloc 13 0x55717350f660 0.000113
+libX11.so.6 free 0x557173515980 void 0.000110
+libX11.so.6 malloc 16 0x5571734e12a0 0.000111
+libX11.so.6 malloc 4 0x5571734e12c0 0.000112
+libX11.so.6 free 0x557173515980 void 0.000111
+libX11.so.6 free 0x5571734df740 void 0.000110
+libX11.so.6 free 0x5571734e14d0 void 0.000110
+libX11.so.6 free 0x5571734e14b0 void 0.000113
+libX11.so.6 malloc 16 0x5571734df740 0.000112
+libX11.so.6 malloc 7 0x557173515980 0.000109
+libX11.so.6 free 0x5571734e14d0 void 0.000109
+libX11.so.6 malloc 16 0x5571734e1060 0.000112
+libX11.so.6 malloc 2 0x5571734e1080 0.000123
+libX11.so.6 free 0x5571734e14d0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e1110 0.000114
+libX11.so.6 malloc 6 0x5571734e1130 0.000109
+libX11.so.6 free 0x5571734e14d0 void 0.000109
+libX11.so.6 malloc 16 0x5571735159a0 0.000113
+libX11.so.6 malloc 11 0x5571735159c0 0.000113
+libX11.so.6 free 0x5571734e14d0 void 0.000110
+libX11.so.6 malloc 16 0x557173515a50 0.000110
+libX11.so.6 malloc 2 0x557173515a70 0.000112
+libX11.so.6 free 0x5571734e14d0 void 0.000111
+libX11.so.6 malloc 16 0x557173515b00 0.000111
+libX11.so.6 malloc 5 0x557173515b20 0.000110
+libX11.so.6 free 0x5571734e14d0 void 0.000110
+libX11.so.6 malloc 16 0x557173515bb0 0.000112
+libX11.so.6 malloc 5 0x557173515bd0 0.000113
+libX11.so.6 free 0x5571734e14d0 void 0.000109
+libX11.so.6 malloc 16 0x557173515c80 0.000111
+libX11.so.6 malloc 11 0x557173515ca0 0.000110
+libX11.so.6 free 0x557173515c60 void 0.000110
+libX11.so.6 malloc 16 0x557173515d30 0.000109
+libX11.so.6 malloc 2 0x557173515d50 0.000109
+libX11.so.6 free 0x557173515c60 void 0.000115
+libX11.so.6 malloc 16 0x5571734e14f0 0.000119
+libX11.so.6 malloc 11 0x5571734e1510 0.000112
+libX11.so.6 free 0x557173515c60 void 0.000127
+libX11.so.6 malloc 16 0x5571734e15a0 0.000124
+libX11.so.6 malloc 13 0x5571734e15c0 0.000112
+libX11.so.6 free 0x557173515c60 void 0.000130
+libX11.so.6 free 0x5571734e14d0 void 0.000120
+libX11.so.6 malloc 16 0x5571734e1650 0.000118
+libX11.so.6 malloc 11 0x5571734e1670 0.000111
+libX11.so.6 free 0x5571734e14d0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e1700 0.000110
+libX11.so.6 malloc 2 0x5571734e1720 0.000110
+libX11.so.6 free 0x5571734e14d0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e17b0 0.000110
+libX11.so.6 malloc 11 0x5571734e17d0 0.000109
+libX11.so.6 free 0x5571734e14d0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e1860 0.000113
+libX11.so.6 malloc 13 0x5571734e1880 0.000111
+libX11.so.6 free 0x5571734e14d0 void 0.000113
+libX11.so.6 free 0x5571734e14b0 void 0.000112
+libX11.so.6 free 0x557173515c60 void 0.000110
+libX11.so.6 free 0x5571734e0830 void 0.000113
+libX11.so.6 malloc 40 0x5571734e1320 0.000115
+libX11.so.6 free 0x5571734e11c0 void 0.000110
+libX11.so.6 malloc 8 0x5571734e14b0 0.000111
+libX11.so.6 malloc 8 0x5571734e14d0 0.000116
+libX11.so.6 realloc 0x5571734e14b0|16 0x5571734e14b0 0.000125
+libX11.so.6 malloc 8 0x5571734dfab0 0.000115
+libX11.so.6 malloc 64 0x5571734dfad0 0.000114
+libX11.so.6 malloc 64 0x5571734dfb20 0.000114
+libX11.so.6 malloc 64 0x5571734dfb70 0.000113
+libX11.so.6 malloc 64 0x5571734dfbc0 0.000208
+libX11.so.6 malloc 64 0x5571734dfc10 0.000118
+libX11.so.6 malloc 64 0x5571734dfc60 0.000115
+libX11.so.6 malloc 64 0x5571734dfcb0 0.000112
+libX11.so.6 malloc 64 0x5571734dfd00 0.000116
+libX11.so.6 malloc 64 0x5571734dfd50 0.000112
+libX11.so.6 malloc 64 0x5571734dfda0 0.000112
+libX11.so.6 malloc 64 0x5571734dfdf0 0.000111
+libX11.so.6 malloc 64 0x5571734dfe40 0.000111
+libX11.so.6 malloc 64 0x5571734dfe90 0.000112
+libX11.so.6 malloc 64 0x5571734dfee0 0.000112
+libX11.so.6 malloc 64 0x5571734dff30 0.000111
+libX11.so.6 malloc 64 0x5571734dff80 0.000112
+libX11.so.6 malloc 64 0x5571734dffd0 0.000112
+libX11.so.6 malloc 64 0x5571734e0020 0.000112
+libX11.so.6 malloc 24 0x5571734e0070 0.000110
+libX11.so.6 malloc 1 0x5571734e0230 0.000113
+libX11.so.6 free 0x5571734e0250 void 0.000115
+libX11.so.6 free 0x5571734e11c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e0250 0.000112
+libX11.so.6 malloc 56 0x5571734e09a0 0.000113
+libX11.so.6 malloc 40 0x5571734e11c0 0.000115
+libX11.so.6 malloc 16 0x5571734e0a00 0.000112
+libX11.so.6 malloc 56 0x5571734e0a40 0.000111
+libX11.so.6 malloc 40 0x5571734e13d0 0.000110
+libX11.so.6 malloc 16 0x5571734e0aa0 0.000109
+libX11.so.6 malloc 56 0x5571734e0ae0 0.000118
+libX11.so.6 malloc 16 0x5571734e0b20 0.000115
+libX11.so.6 malloc 40 0x5571734e1480 0.000111
+libX11.so.6 malloc 40 0x55717350f680 0.000108
+libX11.so.6 malloc 16 0x5571734e0b80 0.000111
+libX11.so.6 malloc 40 0x55717350f5f0 0.000111
+libX11.so.6 malloc 16 0x5571734e0ba0 0.000112
+libX11.so.6 malloc 20 0x5571734e0bc0 0.000115
+libX11.so.6 free 0x5571734e0bc0 void 0.000119
+libX11.so.6 free 0x5571734e0bc0 void 0.000131
+libX11.so.6 free 0 void 0.000113
+libX11.so.6 malloc 26 0x5571734e0c10 0.000115
+libX11.so.6 malloc 20505 0x5571734e1910 0.000115
+libX11.so.6 realloc 0|1024 0x5571734bacc0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7950 void 0.000114
+libX11.so.6 realloc 0|2048 0x5571734e7db0 0.000121
+libX11.so.6 free 0x55717350f6e0 void 0.000119
+libX11.so.6 free 0x55717352c9b0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x55717352c9b0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79c0 void 0.000111
+libX11.so.6 free 0x55717352c9b0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 realloc 0|1024 0x55717344f510 0.000114
+libX11.so.6 realloc 0|12288 0x5571734e85c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000108
+libX11.so.6 free 0x5571734e7a00 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571735259c0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000148
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000108
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000108
+libX11.so.6 malloc 16 0x5571734e79e0 0.000108
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000108
+libX11.so.6 free 0x5571734e79e0 void 0.000108
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000185
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000108
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e7a20 0.000108
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e79a0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000108
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571735259c0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000134
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000141
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79a0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000139
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e7a20 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000137
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000159
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000158
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000213
+libX11.so.6 free 0x5571734e79e0 void 0.000244
+libX11.so.6 malloc 16 0x5571735259c0 0.000243
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000105
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000191
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000138
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000154
+libX11.so.6 free 0x5571734e79e0 void 0.000160
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000305
+libX11.so.6 malloc 16 0x5571734e79e0 0.000383
+libX11.so.6 free 0x5571734e7970 void 0.000207
+libX11.so.6 free 0x5571734e7a20 void 0.000174
+libX11.so.6 free 0x5571734e79e0 void 0.000168
+libX11.so.6 free 0x5571735259c0 void 0.000164
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571735259c0 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000135
+libX11.so.6 malloc 16 0x5571734e79e0 0.000162
+libX11.so.6 malloc 40 0x5571734e7970 0.000164
+libX11.so.6 malloc 16 0x5571734e79a0 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 16 0x5571735259c0 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000163
+libX11.so.6 free 0x5571734e79a0 void 0.000164
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000140
+libX11.so.6 malloc 40 0x5571734e7970 0.000166
+libX11.so.6 free 0x5571734e7970 void 0.000287
+libX11.so.6 free 0x5571735259c0 void 0.000210
+libX11.so.6 malloc 16 0x5571734e79a0 0.000213
+libX11.so.6 malloc 40 0x5571734e7970 0.000292
+libX11.so.6 malloc 16 0x5571734e79e0 0.000206
+libX11.so.6 free 0x5571734e7970 void 0.000208
+libX11.so.6 free 0x5571734e7a20 void 0.000169
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000146
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000136
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000167
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000135
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e7a20 void 0.000133
+libX11.so.6 malloc 16 0x5571734e79e0 0.000134
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 malloc 16 0x5571734e79a0 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 free 0x5571734e79a0 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000133
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000132
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 malloc 16 0x5571735259c0 0.000135
+libX11.so.6 malloc 40 0x5571734e7970 0.000134
+libX11.so.6 malloc 16 0x5571734e7a20 0.000134
+libX11.so.6 free 0x5571734e7970 void 0.000196
+libX11.so.6 free 0x5571734e79a0 void 0.000190
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000169
+libX11.so.6 free 0x5571734e7970 void 0.000142
+libX11.so.6 free 0x5571734e7a20 void 0.000159
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000147
+libX11.so.6 malloc 40 0x5571734e7970 0.000150
+libX11.so.6 malloc 16 0x5571734e7a20 0.000141
+libX11.so.6 free 0x5571734e7970 void 0.000138
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 free 0x5571734e7a20 void 0.000138
+libX11.so.6 free 0x5571734e79e0 void 0.000144
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e79a0 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000135
+libX11.so.6 free 0x5571734e79a0 void 0.000148
+libX11.so.6 malloc 40 0x5571734e7970 0.000149
+libX11.so.6 free 0x5571734e7970 void 0.000148
+libX11.so.6 free 0x5571734e79a0 void 0.000149
+libX11.so.6 malloc 16 0x5571734e7a20 0.000147
+libX11.so.6 malloc 40 0x5571734e7970 0.000151
+libX11.so.6 malloc 16 0x5571735259c0 0.000150
+libX11.so.6 free 0x5571734e7970 void 0.000147
+libX11.so.6 free 0x5571734e79e0 void 0.000148
+libX11.so.6 free 0x5571735259c0 void 0.000148
+libX11.so.6 free 0x5571734e79a0 void 0.000166
+libX11.so.6 free 0x5571734e7a20 void 0.000153
+libX11.so.6 malloc 40 0x5571734e7970 0.000154
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e7a20 void 0.000149
+libX11.so.6 malloc 16 0x5571734e79e0 0.000149
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 malloc 16 0x5571734e79a0 0.000147
+libX11.so.6 free 0x5571734e7970 void 0.000151
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000135
+libX11.so.6 free 0x5571735259c0 void 0.000163
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 free 0x5571734e7970 void 0.000135
+libX11.so.6 free 0x5571735259c0 void 0.000136
+libX11.so.6 malloc 16 0x5571734e79a0 0.000136
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 malloc 16 0x5571734e79e0 0.000136
+libX11.so.6 free 0x5571734e7970 void 0.000137
+libX11.so.6 free 0x5571734e7a20 void 0.000135
+libX11.so.6 free 0x5571734e79e0 void 0.000135
+libX11.so.6 free 0x5571735259c0 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 free 0x5571734e7970 void 0.000138
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 malloc 16 0x5571734e7a20 0.000134
+libX11.so.6 malloc 40 0x5571734e7970 0.000134
+libX11.so.6 malloc 16 0x5571735259c0 0.000136
+libX11.so.6 free 0x5571734e7970 void 0.000135
+libX11.so.6 free 0x5571734e79e0 void 0.000137
+libX11.so.6 free 0x5571735259c0 void 0.000135
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000146
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000253
+libX11.so.6 malloc 40 0x5571734e7970 0.000159
+libX11.so.6 malloc 16 0x5571734e7a20 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000149
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 free 0x5571734e7970 void 0.000159
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000138
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571735259c0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000157
+libX11.so.6 free 0x5571735259c0 void 0.000173
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000138
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000134
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000219
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000138
+libX11.so.6 free 0x5571734e79e0 void 0.000134
+libX11.so.6 malloc 16 0x5571735259c0 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000138
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 16 0x5571735259c0 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000146
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000131
+libX11.so.6 malloc 16 0x5571734e79a0 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000210
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000156
+libX11.so.6 free 0x5571735259c0 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000136
+libX11.so.6 malloc 16 0x5571734e7a20 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 free 0x5571734e7a20 void 0.000162
+libX11.so.6 malloc 40 0x5571734e7970 0.000163
+libX11.so.6 free 0x5571734e7970 void 0.000162
+libX11.so.6 free 0x5571734e7a20 void 0.000160
+libX11.so.6 malloc 16 0x5571734e79e0 0.000162
+libX11.so.6 malloc 40 0x5571734e7970 0.000159
+libX11.so.6 malloc 16 0x5571734e79a0 0.000168
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000139
+libX11.so.6 free 0x5571734e7a20 void 0.000255
+libX11.so.6 free 0x5571734e79e0 void 0.000212
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000174
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000134
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000146
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000140
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000185
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000146
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000139
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000189
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000160
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000139
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000167
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000152
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000159
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000138
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000108
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000108
+libX11.so.6 malloc 16 0x5571734e79a0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e79a0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 malloc 16 0x5571734e79a0 0.000159
+libX11.so.6 malloc 40 0x5571734e7970 0.000150
+libX11.so.6 malloc 16 0x5571734e79e0 0.000135
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000243
+libX11.so.6 malloc 16 0x5571735259c0 0.000241
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 malloc 16 0x5571735259c0 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000163
+libX11.so.6 malloc 16 0x5571734e7a20 0.000166
+libX11.so.6 free 0x5571734e7970 void 0.000165
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000171
+libX11.so.6 malloc 16 0x5571734e7a20 0.000225
+libX11.so.6 malloc 40 0x5571734e7970 0.000169
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000132
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000141
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000138
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000184
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000186
+libX11.so.6 malloc 16 0x5571735259c0 0.000220
+libX11.so.6 free 0x5571734e7970 void 0.000221
+libX11.so.6 free 0x5571734e79e0 void 0.000224
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000164
+libX11.so.6 free 0x5571734e7a20 void 0.000136
+libX11.so.6 malloc 16 0x5571734e79e0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571734e79a0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000140
+libX11.so.6 malloc 16 0x5571735259c0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e7a20 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000198
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000160
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000149
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000165
+libX11.so.6 malloc 16 0x5571734e79a0 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 malloc 40 0x5571734e7970 0.000201
+libX11.so.6 free 0x5571734e7970 void 0.000153
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000184
+libX11.so.6 free 0x5571734e7970 void 0.000148
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000175
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 realloc 0x5571734e85c0|18432 0x5571734e85c0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000105
+libX11.so.6 free 0x5571734e7a20 void 0.000265
+libX11.so.6 free 0x5571734e79e0 void 0.000107
+libX11.so.6 malloc 40 0x5571734e7970 0.000196
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000142
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000135
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 malloc 16 0x5571735259c0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e79e0 void 0.000190
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000162
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 malloc 16 0x5571735259c0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000136
+libX11.so.6 free 0x5571735259c0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e79a0 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 malloc 16 0x5571734e7a20 0.000169
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571735259c0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000136
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000144
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000140
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000152
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000166
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000165
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000150
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000135
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000147
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000142
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79a0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000154
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000164
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000165
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000144
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79a0 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000153
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000188
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000148
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000168
+libX11.so.6 malloc 40 0x5571734e7970 0.000281
+libX11.so.6 free 0x5571734e7970 void 0.000220
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000140
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000245
+libX11.so.6 free 0x5571734e79a0 void 0.000353
+libX11.so.6 free 0x5571734e7a20 void 0.000296
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e79a0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000150
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000215
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e79e0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000137
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000108
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 malloc 16 0x5571734e79e0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000165
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000143
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000108
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571735259c0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000162
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000106
+libX11.so.6 malloc 40 0x5571734e7970 0.000258
+libX11.so.6 malloc 16 0x5571734e79a0 0.000289
+libX11.so.6 free 0x5571734e7970 void 0.000162
+libX11.so.6 free 0x5571735259c0 void 0.000160
+libX11.so.6 free 0x5571734e79a0 void 0.000158
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000155
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000132
+libX11.so.6 free 0x5571734e79e0 void 0.000159
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000163
+libX11.so.6 free 0x5571734e79e0 void 0.000161
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000131
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000201
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e7a20 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000157
+libX11.so.6 free 0x5571734e79e0 void 0.000131
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000131
+libX11.so.6 free 0x5571734e79e0 void 0.000132
+libX11.so.6 free 0x5571735259c0 void 0.000136
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 16 0x5571734e79e0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79a0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000143
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000144
+libX11.so.6 free 0x5571734e79e0 void 0.000137
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 malloc 16 0x5571735259c0 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000140
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 malloc 16 0x5571734e7a20 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000189
+libX11.so.6 free 0x5571734e79e0 void 0.000131
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000152
+libX11.so.6 malloc 16 0x5571735259c0 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 malloc 16 0x5571735259c0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000132
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 realloc 0x5571734e85c0|27648 0x5571734e85c0 0.000134
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000152
+libX11.so.6 malloc 16 0x5571734e79e0 0.000185
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 malloc 16 0x5571735259c0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000138
+libX11.so.6 malloc 16 0x5571734e79a0 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571734e79a0 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79a0 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000132
+libX11.so.6 free 0x5571734e7a20 void 0.000177
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 malloc 16 0x5571734e7a20 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000153
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000144
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000157
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000136
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 realloc 0x55717344f510|1536 0x5571734ef1d0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000160
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000189
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000161
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000157
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000105
+libX11.so.6 malloc 16 0x5571734e79e0 0.000281
+libX11.so.6 free 0x5571734e7970 void 0.000184
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000121
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000153
+libX11.so.6 malloc 40 0x5571734e7970 0.000143
+libX11.so.6 free 0x5571734e7970 void 0.000140
+libX11.so.6 free 0x5571734e79e0 void 0.000140
+libX11.so.6 malloc 16 0x5571734e79a0 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000139
+libX11.so.6 malloc 16 0x5571735259c0 0.000141
+libX11.so.6 free 0x5571734e7970 void 0.000142
+libX11.so.6 free 0x5571734e7a20 void 0.000140
+libX11.so.6 free 0x5571735259c0 void 0.000141
+libX11.so.6 free 0x5571734e79e0 void 0.000141
+libX11.so.6 free 0x5571734e79a0 void 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000143
+libX11.so.6 free 0x5571734e7970 void 0.000141
+libX11.so.6 free 0x5571734e79a0 void 0.000140
+libX11.so.6 malloc 16 0x5571734e7a20 0.000139
+libX11.so.6 malloc 40 0x5571734e7970 0.000139
+libX11.so.6 malloc 16 0x5571734e79e0 0.000138
+libX11.so.6 free 0x5571734e7970 void 0.000141
+libX11.so.6 free 0x5571735259c0 void 0.000139
+libX11.so.6 free 0x5571734e79e0 void 0.000141
+libX11.so.6 free 0x5571734e79a0 void 0.000156
+libX11.so.6 free 0x5571734e7a20 void 0.000145
+libX11.so.6 malloc 40 0x5571734e7970 0.000143
+libX11.so.6 free 0x5571734e7970 void 0.000143
+libX11.so.6 free 0x5571734e7a20 void 0.000142
+libX11.so.6 malloc 16 0x5571735259c0 0.000144
+libX11.so.6 malloc 40 0x5571734e7970 0.000141
+libX11.so.6 malloc 16 0x5571734e79a0 0.000141
+libX11.so.6 free 0x5571734e7970 void 0.000142
+libX11.so.6 free 0x5571734e79e0 void 0.000142
+libX11.so.6 free 0x5571734e79a0 void 0.000141
+libX11.so.6 free 0x5571734e7a20 void 0.000142
+libX11.so.6 free 0x5571735259c0 void 0.000141
+libX11.so.6 malloc 40 0x5571734e7970 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000144
+libX11.so.6 free 0x5571735259c0 void 0.000142
+libX11.so.6 malloc 16 0x5571734e79e0 0.000143
+libX11.so.6 malloc 40 0x5571734e7970 0.000142
+libX11.so.6 malloc 16 0x5571734e7a20 0.000140
+libX11.so.6 free 0x5571734e7970 void 0.000141
+libX11.so.6 free 0x5571734e79a0 void 0.000143
+libX11.so.6 free 0x5571734e7a20 void 0.000142
+libX11.so.6 free 0x5571735259c0 void 0.000154
+libX11.so.6 free 0x5571734e79e0 void 0.000154
+libX11.so.6 malloc 40 0x5571734e7970 0.000150
+libX11.so.6 free 0x5571734e7970 void 0.000150
+libX11.so.6 free 0x5571734e79e0 void 0.000154
+libX11.so.6 malloc 16 0x5571734e79a0 0.000148
+libX11.so.6 malloc 40 0x5571734e7970 0.000144
+libX11.so.6 malloc 16 0x5571735259c0 0.000142
+libX11.so.6 free 0x5571734e7970 void 0.000146
+libX11.so.6 free 0x5571734e7a20 void 0.000144
+libX11.so.6 free 0x5571735259c0 void 0.000143
+libX11.so.6 free 0x5571734e79e0 void 0.000142
+libX11.so.6 free 0x5571734e79a0 void 0.000146
+libX11.so.6 malloc 40 0x5571734e7970 0.000143
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000108
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79a0 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e79a0 0.000207
+libX11.so.6 free 0x5571734e7970 void 0.000165
+libX11.so.6 free 0x5571734e79e0 void 0.000234
+libX11.so.6 free 0x5571734e79a0 void 0.000159
+libX11.so.6 free 0x5571734e7a20 void 0.000158
+libX11.so.6 free 0x5571735259c0 void 0.000159
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000131
+libX11.so.6 malloc 16 0x5571734e79a0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571735259c0 0.000164
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000130
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 malloc 16 0x5571734e79e0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000146
+libX11.so.6 malloc 16 0x5571735259c0 0.000143
+libX11.so.6 malloc 40 0x5571734e7970 0.000141
+libX11.so.6 malloc 16 0x5571734e79a0 0.000129
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 malloc 16 0x5571734e79e0 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 free 0x5571735259c0 void 0.000128
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 malloc 16 0x5571734e79a0 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000148
+libX11.so.6 malloc 16 0x5571735259c0 0.000134
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 free 0x5571734e79a0 void 0.000124
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 malloc 16 0x5571735259c0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000128
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000127
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000125
+libX11.so.6 malloc 16 0x5571734e79e0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e7a20 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000152
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000127
+libX11.so.6 malloc 16 0x5571734e79a0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000127
+libX11.so.6 free 0x5571734e79e0 void 0.000185
+libX11.so.6 free 0x5571734e79a0 void 0.000163
+libX11.so.6 malloc 40 0x5571734e7970 0.000168
+libX11.so.6 free 0x5571734e7970 void 0.000163
+libX11.so.6 free 0x5571734e79a0 void 0.000162
+libX11.so.6 malloc 16 0x5571734e7a20 0.000167
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 malloc 16 0x5571735259c0 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e79a0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000147
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 malloc 16 0x5571734e79e0 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 free 0x5571734e7a20 void 0.000126
+libX11.so.6 free 0x5571735259c0 void 0.000123
+libX11.so.6 free 0x5571734e79e0 void 0.000125
+libX11.so.6 malloc 40 0x5571734e7970 0.000127
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e79a0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000132
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000121
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000122
+libX11.so.6 malloc 16 0x5571734e79a0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000141
+libX11.so.6 free 0x5571734e79a0 void 0.000256
+libX11.so.6 free 0x5571734e7a20 void 0.000216
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 40 0x5571734e7970 0.000135
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e79e0 0.000155
+libX11.so.6 malloc 40 0x5571734e7970 0.000124
+libX11.so.6 malloc 16 0x5571734e7a20 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000137
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000161
+libX11.so.6 free 0x5571735259c0 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000122
+libX11.so.6 free 0x5571734e79a0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000126
+libX11.so.6 malloc 16 0x5571734e7a20 0.000124
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e79e0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000121
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000112
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000168
+libX11.so.6 free 0x5571734e79a0 void 0.000139
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e7a20 0.000138
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000156
+libX11.so.6 free 0x5571734e7a20 void 0.000160
+libX11.so.6 free 0x5571735259c0 void 0.000164
+libX11.so.6 malloc 40 0x5571734e7970 0.000157
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000123
+libX11.so.6 malloc 16 0x5571734e7a20 0.000125
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000122
+libX11.so.6 free 0x5571734e7a20 void 0.000125
+libX11.so.6 free 0x5571735259c0 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 malloc 40 0x5571734e7970 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000132
+libX11.so.6 free 0x5571734e79e0 void 0.000134
+libX11.so.6 malloc 16 0x5571734e79a0 0.000132
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 malloc 16 0x5571735259c0 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e7a20 void 0.000134
+libX11.so.6 free 0x5571735259c0 void 0.000134
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000134
+libX11.so.6 malloc 40 0x5571734e7970 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000142
+libX11.so.6 malloc 16 0x5571734e7a20 0.000133
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 malloc 16 0x5571734e79e0 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571735259c0 void 0.000134
+libX11.so.6 free 0x5571734e79e0 void 0.000134
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 free 0x5571734e7a20 void 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000134
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e7a20 void 0.000130
+libX11.so.6 malloc 16 0x5571735259c0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 malloc 16 0x5571734e79a0 0.000132
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000136
+libX11.so.6 free 0x5571734e7a20 void 0.000133
+libX11.so.6 free 0x5571735259c0 void 0.000132
+libX11.so.6 malloc 40 0x5571734e7970 0.000136
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571735259c0 void 0.000134
+libX11.so.6 malloc 16 0x5571734e79e0 0.000131
+libX11.so.6 malloc 40 0x5571734e7970 0.000143
+libX11.so.6 malloc 16 0x5571734e7a20 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79a0 void 0.000135
+libX11.so.6 free 0x5571734e7a20 void 0.000140
+libX11.so.6 free 0x5571735259c0 void 0.000143
+libX11.so.6 free 0x5571734e79e0 void 0.000136
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000131
+libX11.so.6 free 0x5571734e79e0 void 0.000133
+libX11.so.6 malloc 16 0x5571734e79a0 0.000132
+libX11.so.6 malloc 40 0x5571734e7970 0.000131
+libX11.so.6 malloc 16 0x5571735259c0 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000135
+libX11.so.6 free 0x5571734e7a20 void 0.000135
+libX11.so.6 free 0x5571735259c0 void 0.000133
+libX11.so.6 free 0x5571734e79e0 void 0.000130
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e79e0 0.000154
+libX11.so.6 free 0x5571734e7970 void 0.000147
+libX11.so.6 free 0x5571735259c0 void 0.000148
+libX11.so.6 free 0x5571734e79e0 void 0.000151
+libX11.so.6 free 0x5571734e79a0 void 0.000147
+libX11.so.6 free 0x5571734e7a20 void 0.000147
+libX11.so.6 malloc 40 0x5571734e7970 0.000146
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e7a20 void 0.000146
+libX11.so.6 malloc 16 0x5571735259c0 0.000145
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 malloc 16 0x5571734e79a0 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e79e0 void 0.000147
+libX11.so.6 free 0x5571734e79a0 void 0.000147
+libX11.so.6 free 0x5571734e7a20 void 0.000143
+libX11.so.6 free 0x5571735259c0 void 0.000148
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 free 0x5571734e7970 void 0.000150
+libX11.so.6 free 0x5571735259c0 void 0.000148
+libX11.so.6 malloc 16 0x5571734e79e0 0.000148
+libX11.so.6 malloc 40 0x5571734e7970 0.000157
+libX11.so.6 malloc 16 0x5571734e7a20 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e79a0 void 0.000146
+libX11.so.6 free 0x5571734e7a20 void 0.000147
+libX11.so.6 free 0x5571735259c0 void 0.000144
+libX11.so.6 free 0x5571734e79e0 void 0.000147
+libX11.so.6 malloc 40 0x5571734e7970 0.000145
+libX11.so.6 free 0x5571734e7970 void 0.000145
+libX11.so.6 free 0x5571734e79e0 void 0.000148
+libX11.so.6 malloc 16 0x5571734e79a0 0.000146
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 malloc 16 0x5571735259c0 0.000144
+libX11.so.6 free 0x5571734e7970 void 0.000147
+libX11.so.6 free 0x5571734e7a20 void 0.000148
+libX11.so.6 free 0x5571735259c0 void 0.000149
+libX11.so.6 free 0x5571734e79e0 void 0.000147
+libX11.so.6 free 0x5571734e79a0 void 0.000145
+libX11.so.6 malloc 40 0x5571734e7970 0.000146
+libX11.so.6 free 0x5571734e7970 void 0.000210
+libX11.so.6 free 0x5571734e79a0 void 0.000133
+libX11.so.6 malloc 16 0x5571734e7a20 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000139
+libX11.so.6 malloc 16 0x5571734e79e0 0.000124
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 malloc 16 0x5571735259c0 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79e0 void 0.000126
+libX11.so.6 free 0x5571734e79a0 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000120
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e79e0 0.000119
+libX11.so.6 free 0x5571734e7970 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000119
+libX11.so.6 free 0x5571734e7a20 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000149
+libX11.so.6 free 0x5571734e7a20 void 0.000148
+libX11.so.6 malloc 16 0x5571735259c0 0.000148
+libX11.so.6 malloc 40 0x5571734e7970 0.000147
+libX11.so.6 malloc 16 0x5571734e79a0 0.000163
+libX11.so.6 free 0x5571734e7970 void 0.000122
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571735259c0 void 0.000121
+libX11.so.6 malloc 16 0x5571734e79e0 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000116
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000116
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 16 0x5571734e79a0 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000125
+libX11.so.6 malloc 16 0x5571735259c0 0.000126
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000119
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 malloc 16 0x5571734e7a20 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79e0 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000115
+libX11.so.6 free 0x5571734e79a0 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000123
+libX11.so.6 free 0x5571734e7a20 void 0.000122
+libX11.so.6 malloc 16 0x5571735259c0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 malloc 16 0x5571734e79a0 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 free 0x5571734e79a0 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000116
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000115
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000122
+libX11.so.6 free 0x5571734e7970 void 0.000125
+libX11.so.6 free 0x5571734e7a20 void 0.000124
+libX11.so.6 free 0x5571735259c0 void 0.000130
+libX11.so.6 free 0x5571734e79e0 void 0.000119
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000124
+libX11.so.6 free 0x5571734e79a0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000110
+libX11.so.6 free 0x5571734e79a0 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000110
+libX11.so.6 malloc 40 0x5571734e7970 0.000109
+libX11.so.6 malloc 16 0x5571734e79a0 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000110
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e7a20 void 0.000110
+libX11.so.6 free 0x5571735259c0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000111
+libX11.so.6 malloc 16 0x5571734e79e0 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000110
+libX11.so.6 malloc 16 0x5571734e7a20 0.000110
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e79a0 void 0.000127
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000115
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000115
+libX11.so.6 free 0x5571735259c0 void 0.000114
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000113
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000115
+libX11.so.6 free 0x5571734e7a20 void 0.000159
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000176
+libX11.so.6 free 0x5571734e7a20 void 0.000207
+libX11.so.6 free 0x5571735259c0 void 0.000272
+libX11.so.6 malloc 40 0x5571734e7970 0.000287
+libX11.so.6 free 0x5571734e7970 void 0.000121
+libX11.so.6 free 0x5571735259c0 void 0.000204
+libX11.so.6 malloc 16 0x5571734e79e0 0.000197
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 malloc 16 0x5571734e7a20 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000114
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000126
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000114
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e7a20 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 free 0x5571734e79e0 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000113
+libX11.so.6 free 0x5571734e79a0 void 0.000112
+libX11.so.6 malloc 16 0x5571734e7a20 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000120
+libX11.so.6 malloc 16 0x5571734e79e0 0.000113
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571735259c0 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000114
+libX11.so.6 free 0x5571734e7970 void 0.000114
+libX11.so.6 free 0x5571734e7a20 void 0.000113
+libX11.so.6 malloc 16 0x5571735259c0 0.000113
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000120
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000116
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571735259c0 void 0.000118
+libX11.so.6 malloc 16 0x5571734e79e0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000119
+libX11.so.6 malloc 16 0x5571734e7a20 0.000117
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000117
+libX11.so.6 free 0x5571735259c0 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000116
+libX11.so.6 malloc 40 0x5571734e7970 0.000118
+libX11.so.6 free 0x5571734e7970 void 0.000117
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 malloc 16 0x5571734e79a0 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000117
+libX11.so.6 malloc 16 0x5571735259c0 0.000123
+libX11.so.6 free 0x5571734e7970 void 0.000118
+libX11.so.6 free 0x5571734e7a20 void 0.000119
+libX11.so.6 free 0x5571735259c0 void 0.000120
+libX11.so.6 free 0x5571734e79e0 void 0.000117
+libX11.so.6 free 0x5571734e79a0 void 0.000118
+libX11.so.6 malloc 40 0x5571734e7970 0.000140
+libX11.so.6 free 0x5571734e7970 void 0.000134
+libX11.so.6 free 0x5571734e79a0 void 0.000131
+libX11.so.6 malloc 16 0x5571734e7a20 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000129
+libX11.so.6 malloc 16 0x5571734e79e0 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000130
+libX11.so.6 free 0x5571735259c0 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000129
+libX11.so.6 free 0x5571734e7a20 void 0.000129
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000128
+libX11.so.6 free 0x5571734e7a20 void 0.000128
+libX11.so.6 malloc 16 0x5571735259c0 0.000128
+libX11.so.6 malloc 40 0x5571734e7970 0.000130
+libX11.so.6 malloc 16 0x5571734e79a0 0.000130
+libX11.so.6 free 0x5571734e7970 void 0.000129
+libX11.so.6 free 0x5571734e79e0 void 0.000129
+libX11.so.6 free 0x5571734e79a0 void 0.000131
+libX11.so.6 free 0x5571734e7a20 void 0.000132
+libX11.so.6 free 0x5571735259c0 void 0.000137
+libX11.so.6 malloc 40 0x5571734e7970 0.000133
+libX11.so.6 free 0x5571734e7970 void 0.000133
+libX11.so.6 free 0x5571735259c0 void 0.000143
+libX11.so.6 malloc 16 0x5571734e79e0 0.000133
+libX11.so.6 malloc 40 0x5571734e7970 0.000128
+libX11.so.6 malloc 16 0x5571734e7a20 0.000128
+libX11.so.6 free 0x5571734e7970 void 0.000135
+libX11.so.6 free 0x5571734e79a0 void 0.000117
+libX11.so.6 free 0x5571734e7a20 void 0.000111
+libX11.so.6 free 0x5571735259c0 void 0.000108
+libX11.so.6 free 0x5571734e79e0 void 0.000109
+libX11.so.6 malloc 40 0x5571734e7970 0.000111
+libX11.so.6 free 0x5571734e7970 void 0.000112
+libX11.so.6 free 0x5571734e79e0 void 0.000114
+libX11.so.6 malloc 16 0x5571734e79a0 0.000111
+libX11.so.6 malloc 40 0x5571734e7970 0.000112
+libX11.so.6 malloc 16 0x5571735259c0 0.000109
+libX11.so.6 free 0x5571734e7970 void 0.000109
+libX11.so.6 free 0x5571734e7a20 void 0.000109
+libX11.so.6 free 0x5571735259c0 void 0.000113
+libX11.so.6 free 0x5571734e79e0 void 0.000112
+libX11.so.6 free 0x5571734e79a0 void 0.000110
+libX11.so.6 free 0x5571734e1910 void 0.000115
+libX11.so.6 free 0x5571734e0c10 void 0.000115
+libX11.so.6 free 0x5571734e0be0 void 0.000111
+libX11.so.6 free 0 void 0.000110
+libX11.so.6 malloc 8 0x5571734e7a20 0.000113
+libX11.so.6 malloc 48 0x5571734e7a40 0.000116
+libX11.so.6 malloc 1120 0x5571734ef7e0 0.000112
+libX11.so.6 malloc 48 0x5571734e0c40 0.000124
+libX11.so.6 malloc 24 0x5571734e7a00 0.000113
+libX11.so.6 malloc 24 0x55717352c9b0 0.000111
+libX11.so.6 malloc 24 0x5571734e79c0 0.000110
+libxcb.so.1 malloc 44 0x5571734e0c80 0.000115
+libxcb.so.1 malloc 16 0x55717350f6e0 0.000111
+libxcb.so.1 malloc 24 0x5571734e7950 0.000110
+libxcb.so.1 malloc 32 0x5571734e0be0 0.000114
+libxcb.so.1 malloc 16 0x5571734e0bc0 0.000108
+libX11.so.6 free 0x5571734f7700 void 0.000204
+libX11.so.6 free 0x5571734e7a00 void 0.000117
+libxcb.so.1 free 0x5571734e7950 void 0.000120
+libxcb.so.1 free 0x55717350f6e0 void 0.000120
+libX11.so.6 free 0x5571734e0c80 void 0.000120
+libX11.so.6 free 0x55717352c9b0 void 0.000114
+libxcb.so.1 free 0x5571734e0bc0 void 0.000114
+libX11.so.6 free 0x5571734e0be0 void 0.000114
+libX11.so.6 malloc 24 0x5571734e0bc0 0.000113
+libX11.so.6 malloc 24 0x55717352c9b0 0.000118
+libxcb.so.1 malloc 44 0x5571734e0c80 0.000118
+libxcb.so.1 malloc 16 0x55717350f6e0 0.000112
+libxcb.so.1 malloc 24 0x5571734e7950 0.000112
+libxcb.so.1 malloc 32 0x5571734e0be0 0.000112
+libxcb.so.1 malloc 16 0x5571734e7a00 0.000113
+libX11.so.6 free 0x5571734e79c0 void 0.000115
+libxcb.so.1 free 0x5571734e7950 void 0.000129
+libxcb.so.1 free 0x55717350f6e0 void 0.000120
+libX11.so.6 free 0x5571734e0c80 void 0.000117
+libX11.so.6 free 0x5571734e0bc0 void 0.000114
+libxcb.so.1 free 0x5571734e7a00 void 0.000113
+libX11.so.6 free 0x5571734e0be0 void 0.000115
+libX11.so.6 free 0x5571734e7a40 void 0.000114
+libX11.so.6 malloc 48 0x5571734e7a40 0.000118
+particles malloc 2816 0x5571734efc50 0.000124
+particles free 0x5571734ba7a0 void 0.000127
+particles malloc 17 0x5571734ba7a0 0.000119
+particles realloc 0x5571734ba7a0|18 0x5571734ba7a0 0.000118
+particles free 0x5571734ba7a0 void 0.000115
+particles malloc 15 0x5571734ba7a0 0.000119
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000128
+particles free 0x5571734ba7a0 void 0.000124
+particles malloc 14 0x5571734ba7a0 0.000123
+particles realloc 0x5571734ba7a0|15 0x5571734ba7a0 0.000126
+particles free 0x5571734ba7a0 void 0.000124
+particles malloc 16 0x5571734ba7a0 0.000127
+particles realloc 0x5571734ba7a0|17 0x5571734ba7a0 0.000128
+particles free 0x5571734ba7a0 void 0.000125
+particles malloc 26 0x5571734e0be0 0.000123
+particles realloc 0x5571734e0be0|27 0x5571734e0be0 0.000126
+particles free 0x5571734e0be0 void 0.000118
+particles malloc 18 0x5571734ba7a0 0.000119
+particles realloc 0x5571734ba7a0|19 0x5571734ba7a0 0.000125
+particles free 0x5571734ba7a0 void 0.000115
+particles malloc 19 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|20 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 16 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|17 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 15 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 15 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 17 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|18 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 19 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|20 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 17 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|18 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 16 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|17 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 16 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|17 0x5571734ba7a0 0.000256
+particles free 0x5571734ba7a0 void 0.000186
+particles malloc 18 0x5571734ba7a0 0.000117
+particles realloc 0x5571734ba7a0|19 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 12 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|13 0x5571734ba7a0 0.000115
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 20 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|21 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 20 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|21 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 21 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|22 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 25 0x5571734e0be0 0.000111
+particles realloc 0x5571734e0be0|26 0x5571734e0be0 0.000115
+particles free 0x5571734e0be0 void 0.000114
+particles malloc 20 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|21 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 15 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000115
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 17 0x5571734ba7a0 0.000124
+particles realloc 0x5571734ba7a0|18 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 19 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|20 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 24 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|25 0x5571734e0cc0 0.000117
+particles free 0x5571734e0cc0 void 0.000115
+particles malloc 11 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|12 0x5571734ba7a0 0.000121
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 21 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|22 0x5571734ba7a0 0.000115
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 14 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|15 0x5571734ba7a0 0.000118
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 15 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 16 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|17 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 17 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|18 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 24 0x5571734ba7a0 0.000111
+particles realloc 0x5571734ba7a0|25 0x5571734e0cf0 0.000122
+particles free 0x5571734e0cf0 void 0.000114
+particles malloc 20 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|21 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 15 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|16 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 14 0x5571734ba7a0 0.000115
+particles realloc 0x5571734ba7a0|15 0x5571734ba7a0 0.000115
+particles free 0x5571734ba7a0 void 0.000112
+particles malloc 14 0x5571734ba7a0 0.000114
+particles realloc 0x5571734ba7a0|15 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 18 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|19 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 18 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|19 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 11 0x5571734ba7a0 0.000112
+particles realloc 0x5571734ba7a0|12 0x5571734ba7a0 0.000117
+particles free 0x5571734ba7a0 void 0.000113
+particles malloc 9 0x5571734ba7a0 0.000111
+particles realloc 0x5571734ba7a0|10 0x5571734ba7a0 0.000116
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 8 0x5571734ba7a0 0.000113
+particles realloc 0x5571734ba7a0|9 0x5571734ba7a0 0.000124
+particles free 0x5571734ba7a0 void 0.000114
+particles malloc 36 0x5571734e0cf0 0.000119
+gallium_dri.so malloc 104 0x5571734e0f90 0.000114
+gallium_dri.so malloc 168 0x5571734f0760 0.000115
+libdrm_nouveau.so.2 malloc 72 0x5571734f24b0 0.000115
+libdrm_nouveau.so.2 malloc 72 0x5571734f2500 0.000113
+libdrm_nouveau.so.2 malloc 72 0x5571734f2550 0.000113
+libdrm_nouveau.so.2 malloc 72 0x5571734f25a0 0.000112
+libdrm_nouveau.so.2 malloc 72 0x5571734f25f0 0.000112
+libdrm_nouveau.so.2 malloc 72 0x5571734f2640 0.000112
+libdrm_nouveau.so.2 malloc 72 0x5571734f2690 0.000113
+libdrm_nouveau.so.2 malloc 72 0x5571734f26e0 0.000113
+libdrm_nouveau.so.2 malloc 72 0x5571734f2730 0.000112
+libdrm_nouveau.so.2 malloc 72 0x5571734f2780 0.000112
+gallium_dri.so malloc 104 0x5571734f2a00 0.000117
+gallium_dri.so malloc 168 0x5571734f2a70 0.000112
+gallium_dri.so malloc 104 0x5571734f2b70 0.000113
+gallium_dri.so malloc 168 0x5571734f2be0 0.000112
+gallium_dri.so malloc 104 0x5571734f2ce0 0.000111
+gallium_dri.so malloc 168 0x5571734f2d50 0.000113
+gallium_dri.so malloc 104 0x5571734f2e50 0.000112
+gallium_dri.so malloc 168 0x5571734f2ec0 0.000113
+gallium_dri.so malloc 2000 0x5571734f2f70 0.000113
+gallium_dri.so malloc 1912 0x5571734f3750 0.000139
+gallium_dri.so malloc 104 0x5571734f3f20 0.000115
+gallium_dri.so malloc 168 0x5571734f3f90 0.000113
+gallium_dri.so malloc 104 0x5571734f4160 0.000114
+gallium_dri.so malloc 168 0x5571734f41d0 0.000112
+gallium_dri.so malloc 104 0x5571734f42d0 0.000114
+gallium_dri.so malloc 168 0x5571734f4340 0.000112
+gallium_dri.so malloc 104 0x5571734f4440 0.000113
+gallium_dri.so malloc 168 0x5571734f44b0 0.000111
+gallium_dri.so malloc 104 0x5571734f4560 0.000115
+gallium_dri.so malloc 168 0x5571734f45d0 0.000111
+gallium_dri.so malloc 104 0x5571734f4680 0.000113
+gallium_dri.so malloc 168 0x5571734f46f0 0.000120
+gallium_dri.so malloc 104 0x5571734f4d90 0.000118
+gallium_dri.so malloc 168 0x5571734f4e00 0.000113
+gallium_dri.so malloc 104 0x5571734f4f00 0.000112
+gallium_dri.so malloc 168 0x5571734e4d50 0.000112
+gallium_dri.so malloc 104 0x5571734e4e00 0.000114
+gallium_dri.so malloc 128 0x55717352cbc0 0.000113
+gallium_dri.so malloc 12 0x5571734ba7a0 0.000118
+gallium_dri.so malloc 16 0x5571734e7a00 0.000112
+gallium_dri.so malloc 4 0x5571734e0bc0 0.000112
+gallium_dri.so malloc 16 0x55717350f6e0 0.000113
+gallium_dri.so malloc 12 0x5571734e7950 0.000115
+gallium_dri.so malloc 4 0x5571734e79c0 0.000112
+gallium_dri.so malloc 8 0x5571734f7700 0.000114
+gallium_dri.so malloc 12 0x5571735259c0 0.000111
+gallium_dri.so malloc 16 0x5571734e5080 0.000162
+gallium_dri.so malloc 12 0x5571734e50a0 0.000113
+gallium_dri.so malloc 16 0x5571734e50c0 0.000112
+gallium_dri.so malloc 4 0x5571734e50e0 0.000111
+gallium_dri.so malloc 16 0x5571734e5100 0.000112
+gallium_dri.so malloc 12 0x5571734e5120 0.000112
+gallium_dri.so malloc 4 0x5571734e5140 0.000112
+gallium_dri.so malloc 8 0x5571734e5160 0.000112
+gallium_dri.so malloc 12 0x5571734e5180 0.000113
+gallium_dri.so malloc 16 0x5571734e51a0 0.000111
+gallium_dri.so malloc 104 0x5571734e7230 0.000114
+gallium_dri.so malloc 168 0x5571734e72a0 0.000112
+gallium_dri.so malloc 104 0x5571734e73a0 0.000112
+gallium_dri.so malloc 168 0x5571734e7410 0.000113
+gallium_dri.so malloc 104 0x5571734e7510 0.000112
+gallium_dri.so malloc 168 0x5571734e7580 0.000112
+gallium_dri.so malloc 184 0x55717350f940 0.000111
+gallium_dri.so malloc 104 0x5571734e7800 0.000114
+gallium_dri.so malloc 168 0x5571734e7870 0.000113
+gallium_dri.so malloc 104 0x557173566460 0.000114
+gallium_dri.so malloc 168 0x5571735664d0 0.000112
+gallium_dri.so malloc 104 0x557173567690 0.000113
+gallium_dri.so malloc 168 0x557173567700 0.000111
+gallium_dri.so malloc 104 0x5571735677b0 0.000113
+gallium_dri.so malloc 168 0x557173567820 0.000113
+gallium_dri.so malloc 104 0x5571735678d0 0.000113
+gallium_dri.so malloc 168 0x557173567940 0.000111
+gallium_dri.so malloc 13104 0x55717356b2f0 0.000123
+gallium_dri.so malloc 64 0x557173586f10 0.000118
+gallium_dri.so malloc 8 0x557173576ee0 0.000112
+gallium_dri.so malloc 32 0x5571734e0cc0 0.000112
+gallium_dri.so malloc 8 0x5571734e1020 0.000111
+gallium_dri.so malloc 32 0x5571734e0be0 0.000113
+gallium_dri.so malloc 8 0x5571734f4f70 0.000112
+gallium_dri.so malloc 32 0x5571734e0c10 0.000111
+gallium_dri.so malloc 8 0x5571734f4f90 0.000112
+gallium_dri.so malloc 32 0x5571734e7970 0.000115
+gallium_dri.so malloc 8 0x557173588320 0.000113
+gallium_dri.so malloc 32 0x557173588340 0.000112
+gallium_dri.so free 0x557173576f00 void 0.000119
+gallium_dri.so malloc 52 0x5571734e0c80 0.000116
+gallium_dri.so malloc 24 0x557173577120 0.000120
+gallium_dri.so malloc 100 0x557173577140 0.000122
+libxcb.so.1 malloc 32 0x5571735771b0 0.000114
+libxcb.so.1 malloc 32 0x5571735771e0 0.000114
+libxcb.so.1 free 0x5571735771b0 void 0.000116
+libxcb.so.1 malloc 32 0x5571735771b0 0.000112
+libxcb.so.1 free 0x5571735771b0 void 0.000113
+particles free 0x5571734e0cf0 void 0.000114
+particles free 0x55717350efb0 void 0.000115
+libX11.so.6 free 0x55717352c9b0 void 0.000115
+gallium_dri.so malloc 56 0x557173577380 0.000119
+libxcb.so.1 malloc 32 0x5571734e0cf0 0.000120
+libxcb.so.1 free 0x5571735771e0 void 0.000116
+libxcb.so.1 malloc 32 0x5571735771e0 0.000114
+libxcb.so.1 malloc 16 0x55717352c9b0 0.000112
+libxcb.so.1 free 0x55717352c9b0 void 0.000114
+libGL.so.1 free 0x5571735771e0 void 0.000113
+libGL.so.1 malloc 24 0x55717352c9b0 0.000113
+libxcb.so.1 malloc 32 0x5571735771e0 0.000119
+libxcb.so.1 malloc 32 0x5571735771b0 0.000113
+libxcb.so.1 malloc 32 0x557173577c80 0.000113
+libxcb.so.1 free 0x5571734e0cf0 void 0.000119
+libxcb.so.1 free 0x5571735771e0 void 0.000113
+libxcb.so.1 malloc 32 0x5571735771e0 0.000113
+libxcb.so.1 malloc 16 0x557173577cb0 0.000113
+libxcb.so.1 malloc 24 0x557173577cd0 0.000112
+libxcb.so.1 free 0x5571735771b0 void 0.000115
+libxcb.so.1 malloc 32 0x5571735771b0 0.000112
+libxcb.so.1 malloc 16 0x557173577cf0 0.000113
+libxcb.so.1 free 0x557173577cf0 void 0.000113
+libGL.so.1 free 0x5571735771b0 void 0.000117
+libxcb.so.1 free 0x557173577cd0 void 0.000113
+libxcb.so.1 free 0x557173577cb0 void 0.000114
+libGL.so.1 free 0x5571735771e0 void 0.000112
+gallium_dri.so malloc 284 0x5571734f52d0 0.000125
+gallium_dri.so free 0x5571734f52d0 void 0.000115
+gallium_dri.so free 0x557173578250 void 0.000112
+particles malloc 21 0x557173578250 0.000118
+particles realloc 0x557173578250|22 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000121
+particles malloc 15 0x557173578250 0.000114
+particles realloc 0x557173578250|16 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 14 0x557173578250 0.000112
+particles realloc 0x557173578250|15 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 24 0x557173578250 0.000112
+particles realloc 0x557173578250|25 0x5571735790c0 0.000116
+particles free 0x5571735790c0 void 0.000114
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000114
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x5571735790f0 0.000117
+particles free 0x5571735790f0 void 0.000114
+particles malloc 20 0x557173578250 0.000113
+particles realloc 0x557173578250|21 0x557173578250 0.000127
+particles free 0x557173578250 void 0.000115
+particles malloc 12 0x557173578250 0.000111
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000116
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000113
+particles malloc 18 0x557173578250 0.000113
+particles realloc 0x557173578250|19 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000113
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 29 0x5571735790f0 0.000112
+particles realloc 0x5571735790f0|30 0x5571735790f0 0.000117
+particles free 0x5571735790f0 void 0.000114
+particles malloc 17 0x557173578250 0.000115
+particles realloc 0x557173578250|18 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 18 0x557173578250 0.000112
+particles realloc 0x557173578250|19 0x557173578250 0.000126
+particles free 0x557173578250 void 0.000117
+particles malloc 19 0x557173578250 0.000112
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 21 0x557173578250 0.000112
+particles realloc 0x557173578250|22 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 18 0x557173578250 0.000114
+particles realloc 0x557173578250|19 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 13 0x557173578250 0.000114
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 14 0x557173578250 0.000112
+particles realloc 0x557173578250|15 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 13 0x557173578250 0.000112
+particles realloc 0x557173578250|14 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000112
+particles malloc 17 0x557173578250 0.000112
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 14 0x557173578250 0.000114
+particles realloc 0x557173578250|15 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 23 0x557173578250 0.000117
+particles realloc 0x557173578250|24 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000119
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 18 0x557173578250 0.000113
+particles realloc 0x557173578250|19 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000113
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000114
+particles realloc 0x557173578250|13 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000112
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000113
+particles malloc 23 0x557173578250 0.000114
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 24 0x557173578250 0.000114
+particles realloc 0x557173578250|25 0x557173579120 0.000116
+particles free 0x557173579120 void 0.000114
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000124
+particles free 0x557173578250 void 0.000114
+particles malloc 11 0x557173578250 0.000114
+particles realloc 0x557173578250|12 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000127
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 20 0x557173578250 0.000113
+particles realloc 0x557173578250|21 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 17 0x557173578250 0.000115
+particles realloc 0x557173578250|18 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 15 0x557173578250 0.000113
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000115
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 24 0x557173578250 0.000114
+particles realloc 0x557173578250|25 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000129
+particles malloc 29 0x557173579150 0.000114
+particles realloc 0x557173579150|30 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000115
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 7 0x557173578250 0.000112
+particles realloc 0x557173578250|8 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 15 0x557173578250 0.000113
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000113
+particles realloc 0x557173578250|16 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000111
+particles realloc 0x557173578250|16 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000152
+particles malloc 12 0x557173578250 0.000120
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000120
+particles malloc 13 0x557173578250 0.000113
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000112
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 25 0x557173579150 0.000117
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000114
+particles free 0x557173579150 void 0.000118
+particles malloc 14 0x557173578250 0.000114
+particles realloc 0x557173578250|15 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000113
+particles malloc 18 0x557173578250 0.000113
+particles realloc 0x557173578250|19 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000114
+particles free 0x557173578250 void 0.000113
+particles malloc 13 0x557173578250 0.000112
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 11 0x557173578250 0.000112
+particles realloc 0x557173578250|12 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 11 0x557173578250 0.000113
+particles realloc 0x557173578250|12 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000112
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000119
+particles free 0x557173578250 void 0.000114
+particles malloc 11 0x557173578250 0.000126
+particles realloc 0x557173578250|12 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000114
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000113
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000114
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000126
+particles free 0x557173579150 void 0.000126
+particles malloc 29 0x557173579150 0.000159
+particles realloc 0x557173579150|30 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000119
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 18 0x557173578250 0.000112
+particles realloc 0x557173578250|19 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 24 0x557173578250 0.000114
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000113
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000114
+particles malloc 16 0x557173578250 0.000112
+particles realloc 0x557173578250|17 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000115
+particles malloc 19 0x557173578250 0.000112
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000126
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000112
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 23 0x557173578250 0.000112
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 23 0x557173578250 0.000112
+particles realloc 0x557173578250|24 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000115
+particles malloc 23 0x557173578250 0.000112
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000113
+particles realloc 0x557173578250|16 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 20 0x557173578250 0.000112
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000216
+particles malloc 24 0x557173578250 0.000211
+particles realloc 0x557173578250|25 0x557173579180 0.000215
+particles free 0x557173579180 void 0.000197
+particles malloc 15 0x557173578250 0.000192
+particles realloc 0x557173578250|16 0x557173578250 0.000166
+particles free 0x557173578250 void 0.000116
+particles malloc 21 0x557173578250 0.000115
+particles realloc 0x557173578250|22 0x557173578250 0.000119
+particles free 0x557173578250 void 0.000106
+particles malloc 16 0x557173578250 0.000114
+particles realloc 0x557173578250|17 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000116
+particles malloc 14 0x557173578250 0.000113
+particles realloc 0x557173578250|15 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000112
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000120
+particles malloc 16 0x557173578250 0.000114
+particles realloc 0x557173578250|17 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000116
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000113
+particles malloc 10 0x557173578250 0.000115
+particles realloc 0x557173578250|11 0x557173578250 0.000124
+particles free 0x557173578250 void 0.000116
+particles malloc 22 0x557173578250 0.000112
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 21 0x557173578250 0.000112
+particles realloc 0x557173578250|22 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 20 0x557173578250 0.000112
+particles realloc 0x557173578250|21 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 15 0x557173578250 0.000113
+particles realloc 0x557173578250|16 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 20 0x557173578250 0.000113
+particles realloc 0x557173578250|21 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 24 0x557173578250 0.000117
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000115
+particles malloc 15 0x557173578250 0.000114
+particles realloc 0x557173578250|16 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000115
+particles malloc 21 0x557173578250 0.000114
+particles realloc 0x557173578250|22 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 16 0x557173578250 0.000111
+particles realloc 0x557173578250|17 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 14 0x557173578250 0.000118
+particles realloc 0x557173578250|15 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 16 0x557173578250 0.000110
+particles realloc 0x557173578250|17 0x557173578250 0.000125
+particles free 0x557173578250 void 0.000119
+particles malloc 26 0x557173579150 0.000112
+particles realloc 0x557173579150|27 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 20 0x557173578250 0.000112
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 11 0x557173578250 0.000112
+particles realloc 0x557173578250|12 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 11 0x557173578250 0.000113
+particles realloc 0x557173578250|12 0x557173578250 0.000166
+particles free 0x557173578250 void 0.000118
+particles malloc 12 0x557173578250 0.000114
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 18 0x557173578250 0.000112
+particles realloc 0x557173578250|19 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 19 0x557173578250 0.000112
+particles realloc 0x557173578250|20 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000115
+particles malloc 13 0x557173578250 0.000113
+particles realloc 0x557173578250|14 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 14 0x557173578250 0.000113
+particles realloc 0x557173578250|15 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000119
+particles malloc 9 0x557173578250 0.000114
+particles realloc 0x557173578250|10 0x557173578250 0.000119
+particles free 0x557173578250 void 0.000114
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 10 0x557173578250 0.000112
+particles realloc 0x557173578250|11 0x557173578250 0.000125
+particles free 0x557173578250 void 0.000115
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000119
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000114
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000126
+particles malloc 20 0x557173578250 0.000122
+particles realloc 0x557173578250|21 0x557173578250 0.000127
+particles free 0x557173578250 void 0.000122
+particles malloc 21 0x557173578250 0.000113
+particles realloc 0x557173578250|22 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 33 0x557173579150 0.000113
+particles realloc 0x557173579150|34 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000112
+particles malloc 13 0x557173578250 0.000113
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 14 0x557173578250 0.000112
+particles realloc 0x557173578250|15 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000114
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x557173579180 0.000116
+particles free 0x557173579180 void 0.000114
+particles malloc 22 0x557173578250 0.000114
+particles realloc 0x557173578250|23 0x557173578250 0.000129
+particles free 0x557173578250 void 0.000115
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 35 0x557173579150 0.000112
+particles realloc 0x557173579150|36 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000128
+particles malloc 33 0x557173579150 0.000123
+particles realloc 0x557173579150|34 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000115
+particles malloc 45 0x5571735791b0 0.000114
+particles realloc 0x5571735791b0|46 0x5571735791b0 0.000116
+particles free 0x5571735791b0 void 0.000115
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 23 0x557173578250 0.000117
+particles realloc 0x557173578250|24 0x557173578250 0.000184
+particles free 0x557173578250 void 0.000114
+particles malloc 32 0x557173579150 0.000113
+particles realloc 0x557173579150|33 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000113
+particles malloc 29 0x557173579150 0.000112
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 38 0x557173579150 0.000113
+particles realloc 0x557173579150|39 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 8 0x557173578250 0.000113
+particles realloc 0x557173578250|9 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000113
+particles malloc 9 0x557173578250 0.000114
+particles realloc 0x557173578250|10 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000116
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 10 0x557173578250 0.000112
+particles realloc 0x557173578250|11 0x557173578250 0.000132
+particles free 0x557173578250 void 0.000115
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 22 0x557173578250 0.000112
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 11 0x557173578250 0.000112
+particles realloc 0x557173578250|12 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 8 0x557173578250 0.000114
+particles realloc 0x557173578250|9 0x557173578250 0.000114
+particles free 0x557173578250 void 0.000114
+particles malloc 7 0x557173578250 0.000112
+particles realloc 0x557173578250|8 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x557173579180 0.000115
+particles free 0x557173579180 void 0.000113
+particles malloc 29 0x557173579150 0.000112
+particles realloc 0x557173579150|30 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000116
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 25 0x557173579150 0.000122
+particles realloc 0x557173579150|26 0x557173579150 0.000139
+particles free 0x557173579150 void 0.000129
+particles malloc 20 0x557173578250 0.000126
+particles realloc 0x557173578250|21 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000126
+particles malloc 22 0x557173578250 0.000119
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000120
+particles malloc 22 0x557173578250 0.000122
+particles realloc 0x557173578250|23 0x557173578250 0.000127
+particles free 0x557173578250 void 0.000124
+particles malloc 22 0x557173578250 0.000126
+particles realloc 0x557173578250|23 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000118
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 11 0x557173578250 0.000112
+particles realloc 0x557173578250|12 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000167
+particles free 0x557173578250 void 0.000114
+particles malloc 21 0x557173578250 0.000112
+particles realloc 0x557173578250|22 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 12 0x557173578250 0.000112
+particles realloc 0x557173578250|13 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 18 0x557173578250 0.000112
+particles realloc 0x557173578250|19 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000115
+particles malloc 13 0x557173578250 0.000112
+particles realloc 0x557173578250|14 0x557173578250 0.000115
+particles free 0x557173578250 void 0.000114
+particles malloc 13 0x557173578250 0.000113
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 16 0x557173578250 0.000113
+particles realloc 0x557173578250|17 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000126
+particles free 0x557173578250 void 0.000113
+particles malloc 32 0x557173579150 0.000114
+particles realloc 0x557173579150|33 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000117
+particles malloc 17 0x557173578250 0.000112
+particles realloc 0x557173578250|18 0x557173578250 0.000127
+particles free 0x557173578250 void 0.000123
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 32 0x557173579150 0.000121
+particles realloc 0x557173579150|33 0x557173579150 0.000109
+particles free 0x557173579150 void 0.000247
+particles malloc 30 0x557173579150 0.000252
+particles realloc 0x557173579150|31 0x557173579150 0.000277
+particles free 0x557173579150 void 0.000284
+particles malloc 18 0x557173578250 0.000269
+particles realloc 0x557173578250|19 0x557173578250 0.000276
+particles free 0x557173578250 void 0.000167
+particles malloc 27 0x557173579150 0.000163
+particles realloc 0x557173579150|28 0x557173579150 0.000238
+particles free 0x557173579150 void 0.000247
+particles malloc 25 0x557173579150 0.000233
+particles realloc 0x557173579150|26 0x557173579150 0.000233
+particles free 0x557173579150 void 0.000222
+particles malloc 22 0x557173578250 0.000232
+particles realloc 0x557173578250|23 0x557173578250 0.000228
+particles free 0x557173578250 void 0.000224
+particles malloc 21 0x557173578250 0.000129
+particles realloc 0x557173578250|22 0x557173578250 0.000133
+particles free 0x557173578250 void 0.000131
+particles malloc 20 0x557173578250 0.000128
+particles realloc 0x557173578250|21 0x557173578250 0.000133
+particles free 0x557173578250 void 0.000130
+particles malloc 19 0x557173578250 0.000129
+particles realloc 0x557173578250|20 0x557173578250 0.000204
+particles free 0x557173578250 void 0.000131
+particles malloc 15 0x557173578250 0.000131
+particles realloc 0x557173578250|16 0x557173578250 0.000134
+particles free 0x557173578250 void 0.000130
+particles malloc 13 0x557173578250 0.000126
+particles realloc 0x557173578250|14 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000125
+particles malloc 24 0x557173578250 0.000129
+particles realloc 0x557173578250|25 0x557173579180 0.000135
+particles free 0x557173579180 void 0.000124
+particles malloc 22 0x557173578250 0.000127
+particles realloc 0x557173578250|23 0x557173578250 0.000152
+particles free 0x557173578250 void 0.000146
+particles malloc 19 0x557173578250 0.000127
+particles realloc 0x557173578250|20 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000128
+particles malloc 18 0x557173578250 0.000127
+particles realloc 0x557173578250|19 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000125
+particles malloc 23 0x557173578250 0.000126
+particles realloc 0x557173578250|24 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000128
+particles malloc 27 0x557173579150 0.000137
+particles realloc 0x557173579150|28 0x557173579150 0.000128
+particles free 0x557173579150 void 0.000128
+particles malloc 30 0x557173579150 0.000122
+particles realloc 0x557173579150|31 0x557173579150 0.000127
+particles free 0x557173579150 void 0.000123
+particles malloc 20 0x557173578250 0.000122
+particles realloc 0x557173578250|21 0x557173578250 0.000126
+particles free 0x557173578250 void 0.000127
+particles malloc 14 0x557173578250 0.000122
+particles realloc 0x557173578250|15 0x557173578250 0.000126
+particles free 0x557173578250 void 0.000127
+particles malloc 12 0x557173578250 0.000125
+particles realloc 0x557173578250|13 0x557173578250 0.000130
+particles free 0x557173578250 void 0.000128
+particles malloc 10 0x557173578250 0.000121
+particles realloc 0x557173578250|11 0x557173578250 0.000135
+particles free 0x557173578250 void 0.000125
+particles malloc 13 0x557173578250 0.000121
+particles realloc 0x557173578250|14 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000119
+particles malloc 11 0x557173578250 0.000120
+particles realloc 0x557173578250|12 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000121
+particles malloc 18 0x557173578250 0.000120
+particles realloc 0x557173578250|19 0x557173578250 0.000161
+particles free 0x557173578250 void 0.000156
+particles malloc 21 0x557173578250 0.000161
+particles realloc 0x557173578250|22 0x557173578250 0.000134
+particles free 0x557173578250 void 0.000122
+particles malloc 37 0x557173579150 0.000120
+particles realloc 0x557173579150|38 0x557173579150 0.000126
+particles free 0x557173579150 void 0.000121
+particles malloc 27 0x557173579150 0.000134
+particles realloc 0x557173579150|28 0x557173579150 0.000126
+particles free 0x557173579150 void 0.000123
+particles malloc 24 0x557173578250 0.000119
+particles realloc 0x557173578250|25 0x557173579180 0.000123
+particles free 0x557173579180 void 0.000121
+particles malloc 17 0x557173578250 0.000120
+particles realloc 0x557173578250|18 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000121
+particles malloc 15 0x557173578250 0.000120
+particles realloc 0x557173578250|16 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000121
+particles malloc 15 0x557173578250 0.000119
+particles realloc 0x557173578250|16 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000122
+particles malloc 13 0x557173578250 0.000123
+particles realloc 0x557173578250|14 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000128
+particles malloc 23 0x557173578250 0.000119
+particles realloc 0x557173578250|24 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000121
+particles malloc 21 0x557173578250 0.000119
+particles realloc 0x557173578250|22 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000120
+particles malloc 18 0x557173578250 0.000118
+particles realloc 0x557173578250|19 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000119
+particles malloc 29 0x557173579150 0.000118
+particles realloc 0x557173579150|30 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000119
+particles realloc 0x557173579150|28 0x557173579150 0.000123
+particles free 0x557173579150 void 0.000120
+particles malloc 24 0x557173578250 0.000118
+particles realloc 0x557173578250|25 0x557173579180 0.000123
+particles free 0x557173579180 void 0.000119
+particles malloc 23 0x557173578250 0.000120
+particles realloc 0x557173578250|24 0x557173578250 0.000121
+particles free 0x557173578250 void 0.000121
+particles malloc 42 0x5571735791b0 0.000119
+particles realloc 0x5571735791b0|43 0x5571735791b0 0.000122
+particles free 0x5571735791b0 void 0.000123
+particles malloc 32 0x557173579150 0.000118
+particles realloc 0x557173579150|33 0x557173579150 0.000133
+particles free 0x557173579150 void 0.000121
+particles malloc 33 0x557173579150 0.000119
+particles realloc 0x557173579150|34 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000126
+particles malloc 16 0x557173578250 0.000120
+particles realloc 0x557173578250|17 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000120
+particles malloc 19 0x557173578250 0.000118
+particles realloc 0x557173578250|20 0x557173578250 0.000123
+particles free 0x557173578250 void 0.000119
+particles malloc 13 0x557173578250 0.000118
+particles realloc 0x557173578250|14 0x557173578250 0.000122
+particles free 0x557173578250 void 0.000120
+particles malloc 18 0x557173578250 0.000118
+particles realloc 0x557173578250|19 0x557173578250 0.000121
+particles free 0x557173578250 void 0.000122
+particles malloc 19 0x557173578250 0.000120
+particles realloc 0x557173578250|20 0x557173578250 0.000128
+particles free 0x557173578250 void 0.000115
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 27 0x557173579150 0.000112
+particles realloc 0x557173579150|28 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 22 0x557173578250 0.000128
+particles realloc 0x557173578250|23 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 25 0x557173579150 0.000115
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000116
+particles malloc 28 0x557173579150 0.000113
+particles realloc 0x557173579150|29 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 33 0x557173579150 0.000113
+particles realloc 0x557173579150|34 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000116
+particles malloc 24 0x557173578250 0.000115
+particles realloc 0x557173578250|25 0x557173579180 0.000116
+particles free 0x557173579180 void 0.000115
+particles malloc 22 0x557173578250 0.000116
+particles realloc 0x557173578250|23 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 14 0x557173578250 0.000115
+particles realloc 0x557173578250|15 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000115
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 24 0x557173578250 0.000161
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000115
+particles malloc 27 0x557173579150 0.000113
+particles realloc 0x557173579150|28 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000116
+particles malloc 19 0x557173578250 0.000112
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000130
+particles malloc 18 0x557173578250 0.000115
+particles realloc 0x557173578250|19 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 21 0x557173578250 0.000119
+particles realloc 0x557173578250|22 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000115
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 28 0x557173579150 0.000123
+particles realloc 0x557173579150|29 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000133
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x557173579180 0.000118
+particles free 0x557173579180 void 0.000113
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 23 0x557173578250 0.000117
+particles realloc 0x557173578250|24 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000113
+particles malloc 23 0x557173578250 0.000112
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 18 0x557173578250 0.000112
+particles realloc 0x557173578250|19 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000114
+particles malloc 26 0x557173579150 0.000112
+particles realloc 0x557173579150|27 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 17 0x557173578250 0.000113
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 13 0x557173578250 0.000114
+particles realloc 0x557173578250|14 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 11 0x557173578250 0.000124
+particles realloc 0x557173578250|12 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000116
+particles malloc 12 0x557173578250 0.000113
+particles realloc 0x557173578250|13 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000116
+particles malloc 30 0x557173579150 0.000113
+particles realloc 0x557173579150|31 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000116
+particles malloc 11 0x557173578250 0.000115
+particles realloc 0x557173578250|12 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 13 0x557173578250 0.000114
+particles realloc 0x557173578250|14 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000117
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x557173579180 0.000116
+particles free 0x557173579180 void 0.000116
+particles malloc 24 0x557173578250 0.000113
+particles realloc 0x557173578250|25 0x557173579180 0.000118
+particles free 0x557173579180 void 0.000115
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 21 0x557173578250 0.000157
+particles realloc 0x557173578250|22 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000115
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000123
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000116
+particles malloc 17 0x557173578250 0.000114
+particles realloc 0x557173578250|18 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 28 0x557173579150 0.000114
+particles realloc 0x557173579150|29 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 28 0x557173579150 0.000114
+particles realloc 0x557173579150|29 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 24 0x557173578250 0.000114
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000115
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 23 0x557173578250 0.000113
+particles realloc 0x557173578250|24 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000119
+particles malloc 23 0x557173578250 0.000126
+particles realloc 0x557173578250|24 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000115
+particles malloc 20 0x557173578250 0.000113
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 27 0x557173579150 0.000115
+particles realloc 0x557173579150|28 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 24 0x557173578250 0.000112
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000114
+particles malloc 22 0x557173578250 0.000113
+particles realloc 0x557173578250|23 0x557173578250 0.000132
+particles free 0x557173578250 void 0.000114
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000113
+particles malloc 20 0x557173578250 0.000113
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000119
+particles free 0x557173579150 void 0.000115
+particles malloc 14 0x557173578250 0.000114
+particles realloc 0x557173578250|15 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000115
+particles malloc 14 0x557173578250 0.000115
+particles realloc 0x557173578250|15 0x557173578250 0.000132
+particles free 0x557173578250 void 0.000116
+particles malloc 14 0x557173578250 0.000112
+particles realloc 0x557173578250|15 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 15 0x557173578250 0.000112
+particles realloc 0x557173578250|16 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000115
+particles malloc 27 0x557173579150 0.000114
+particles realloc 0x557173579150|28 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 25 0x557173579150 0.000120
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 18 0x557173578250 0.000114
+particles realloc 0x557173578250|19 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000116
+particles malloc 21 0x557173578250 0.000114
+particles realloc 0x557173578250|22 0x557173578250 0.000120
+particles free 0x557173578250 void 0.000116
+particles malloc 20 0x557173578250 0.000114
+particles realloc 0x557173578250|21 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000115
+particles malloc 25 0x557173579150 0.000114
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 19 0x557173578250 0.000113
+particles realloc 0x557173578250|20 0x557173578250 0.000116
+particles free 0x557173578250 void 0.000114
+particles malloc 19 0x557173578250 0.000112
+particles realloc 0x557173578250|20 0x557173578250 0.000117
+particles free 0x557173578250 void 0.000117
+particles malloc 19 0x557173578250 0.000114
+particles realloc 0x557173578250|20 0x557173578250 0.000120
+particles free 0x557173578250 void 0.000116
+particles malloc 16 0x557173578250 0.000116
+particles realloc 0x557173578250|17 0x557173578250 0.000118
+particles free 0x557173578250 void 0.000116
+particles malloc 24 0x557173578250 0.000115
+particles realloc 0x557173578250|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000116
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 15 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000112
+particles malloc 11 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 16 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 17 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000112
+particles malloc 20 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000113
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000110
+particles free 0x557173577cd0 void 0.000116
+particles malloc 14 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000120
+particles malloc 15 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 15 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 15 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 6 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|7 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 22 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 25 0x557173579150 0.000128
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 23 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000165
+particles free 0x557173577cd0 void 0.000115
+particles malloc 32 0x557173579150 0.000115
+particles realloc 0x557173579150|33 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 35 0x557173579150 0.000118
+particles realloc 0x557173579150|36 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000120
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 10 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 15 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000114
+particles malloc 11 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000113
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 9 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 16 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000118
+particles malloc 11 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 10 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 8 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|9 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 11 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 21 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000117
+particles malloc 15 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 9 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000118
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000118
+particles malloc 21 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000167
+particles free 0x557173577cd0 void 0.000114
+particles malloc 23 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 18 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000112
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 27 0x557173579150 0.000112
+particles realloc 0x557173579150|28 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 20 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000200
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 19 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000114
+particles malloc 20 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 17 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 20 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 20 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000115
+particles malloc 28 0x557173579150 0.000112
+particles realloc 0x557173579150|29 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 28 0x557173579150 0.000113
+particles realloc 0x557173579150|29 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 28 0x557173579150 0.000112
+particles realloc 0x557173579150|29 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000114
+particles malloc 30 0x557173579150 0.000112
+particles realloc 0x557173579150|31 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000113
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000115
+particles malloc 30 0x557173579150 0.000113
+particles realloc 0x557173579150|31 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000124
+particles malloc 26 0x557173579150 0.000129
+particles realloc 0x557173579150|27 0x557173579150 0.000132
+particles free 0x557173579150 void 0.000120
+particles malloc 37 0x557173579150 0.000132
+particles realloc 0x557173579150|38 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000125
+particles malloc 12 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000181
+particles malloc 13 0x557173577cd0 0.000212
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000219
+particles free 0x557173577cd0 void 0.000218
+particles malloc 13 0x557173577cd0 0.000192
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000188
+particles free 0x557173577cd0 void 0.000118
+particles malloc 16 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000121
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 24 0x557173577cd0 0.000168
+particles realloc 0x557173577cd0|25 0x557173579180 0.000119
+particles free 0x557173579180 void 0.000115
+particles malloc 13 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000119
+particles malloc 15 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000136
+particles malloc 23 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000135
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000191
+particles free 0x557173577cd0 void 0.000186
+particles malloc 18 0x557173577cd0 0.000181
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000229
+particles free 0x557173577cd0 void 0.000223
+particles malloc 19 0x557173577cd0 0.000218
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000268
+particles free 0x557173577cd0 void 0.000220
+particles malloc 18 0x557173577cd0 0.000219
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000205
+particles free 0x557173577cd0 void 0.000227
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000188
+particles free 0x557173577cd0 void 0.000223
+particles malloc 18 0x557173577cd0 0.000222
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000222
+particles free 0x557173577cd0 void 0.000222
+particles malloc 19 0x557173577cd0 0.000197
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000130
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000175
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000186
+particles free 0x557173577cd0 void 0.000185
+particles malloc 20 0x557173577cd0 0.000160
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000121
+particles malloc 18 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000180
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000185
+particles free 0x557173577cd0 void 0.000184
+particles malloc 18 0x557173577cd0 0.000160
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000127
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000181
+particles malloc 18 0x557173577cd0 0.000161
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000127
+particles malloc 19 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000143
+particles free 0x557173577cd0 void 0.000183
+particles malloc 19 0x557173577cd0 0.000181
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000184
+particles free 0x557173577cd0 void 0.000183
+particles malloc 20 0x557173577cd0 0.000180
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000185
+particles free 0x557173577cd0 void 0.000157
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000160
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000300
+particles free 0x557173577cd0 void 0.000341
+particles malloc 19 0x557173577cd0 0.000368
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000146
+particles free 0x557173577cd0 void 0.000165
+particles malloc 18 0x557173577cd0 0.000143
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000143
+particles free 0x557173577cd0 void 0.000139
+particles malloc 19 0x557173577cd0 0.000138
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000139
+particles malloc 19 0x557173577cd0 0.000139
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000139
+particles malloc 20 0x557173577cd0 0.000139
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000144
+particles free 0x557173577cd0 void 0.000139
+particles malloc 18 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000143
+particles free 0x557173577cd0 void 0.000140
+particles malloc 19 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000139
+particles malloc 18 0x557173577cd0 0.000147
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000144
+particles free 0x557173577cd0 void 0.000140
+particles malloc 19 0x557173577cd0 0.000139
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000140
+particles malloc 18 0x557173577cd0 0.000139
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000141
+particles malloc 19 0x557173577cd0 0.000138
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000140
+particles malloc 19 0x557173577cd0 0.000138
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000139
+particles malloc 20 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000140
+particles malloc 25 0x557173579150 0.000139
+particles realloc 0x557173579150|26 0x557173579150 0.000140
+particles free 0x557173579150 void 0.000139
+particles malloc 25 0x557173579150 0.000138
+particles realloc 0x557173579150|26 0x557173579150 0.000175
+particles free 0x557173579150 void 0.000164
+particles malloc 27 0x557173579150 0.000165
+particles realloc 0x557173579150|28 0x557173579150 0.000224
+particles free 0x557173579150 void 0.000141
+particles malloc 27 0x557173579150 0.000140
+particles realloc 0x557173579150|28 0x557173579150 0.000141
+particles free 0x557173579150 void 0.000139
+particles malloc 27 0x557173579150 0.000139
+particles realloc 0x557173579150|28 0x557173579150 0.000141
+particles free 0x557173579150 void 0.000139
+particles malloc 27 0x557173579150 0.000138
+particles realloc 0x557173579150|28 0x557173579150 0.000142
+particles free 0x557173579150 void 0.000139
+particles malloc 25 0x557173579150 0.000139
+particles realloc 0x557173579150|26 0x557173579150 0.000142
+particles free 0x557173579150 void 0.000139
+particles malloc 25 0x557173579150 0.000138
+particles realloc 0x557173579150|26 0x557173579150 0.000141
+particles free 0x557173579150 void 0.000140
+particles malloc 27 0x557173579150 0.000149
+particles realloc 0x557173579150|28 0x557173579150 0.000143
+particles free 0x557173579150 void 0.000141
+particles malloc 27 0x557173579150 0.000138
+particles realloc 0x557173579150|28 0x557173579150 0.000143
+particles free 0x557173579150 void 0.000139
+particles malloc 27 0x557173579150 0.000137
+particles realloc 0x557173579150|28 0x557173579150 0.000142
+particles free 0x557173579150 void 0.000139
+particles malloc 27 0x557173579150 0.000137
+particles realloc 0x557173579150|28 0x557173579150 0.000140
+particles free 0x557173579150 void 0.000137
+particles malloc 25 0x557173579150 0.000138
+particles realloc 0x557173579150|26 0x557173579150 0.000142
+particles free 0x557173579150 void 0.000138
+particles malloc 25 0x557173579150 0.000138
+particles realloc 0x557173579150|26 0x557173579150 0.000141
+particles free 0x557173579150 void 0.000140
+particles malloc 27 0x557173579150 0.000139
+particles realloc 0x557173579150|28 0x557173579150 0.000142
+particles free 0x557173579150 void 0.000139
+particles malloc 27 0x557173579150 0.000138
+particles realloc 0x557173579150|28 0x557173579150 0.000154
+particles free 0x557173579150 void 0.000138
+particles malloc 27 0x557173579150 0.000143
+particles realloc 0x557173579150|28 0x557173579150 0.000143
+particles free 0x557173579150 void 0.000140
+particles malloc 27 0x557173579150 0.000138
+particles realloc 0x557173579150|28 0x557173579150 0.000140
+particles free 0x557173579150 void 0.000138
+particles malloc 17 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000139
+particles malloc 16 0x557173577cd0 0.000140
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000140
+particles malloc 14 0x557173577cd0 0.000138
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000197
+particles free 0x557173577cd0 void 0.000134
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000135
+particles malloc 13 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000134
+particles malloc 23 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 32 0x557173579150 0.000132
+particles realloc 0x557173579150|33 0x557173579150 0.000136
+particles free 0x557173579150 void 0.000132
+particles malloc 25 0x557173579150 0.000131
+particles realloc 0x557173579150|26 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000133
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 13 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 21 0x557173577cd0 0.000141
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 22 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 19 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 9 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000143
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 14 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 14 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 27 0x557173579150 0.000133
+particles realloc 0x557173579150|28 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000132
+particles malloc 13 0x557173577cd0 0.000213
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000134
+particles malloc 21 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 13 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000168
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 11 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000130
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000134
+particles malloc 14 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 14 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000131
+particles malloc 15 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 14 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 15 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 14 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 15 0x557173577cd0 0.000141
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 23 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 23 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000135
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000240
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 15 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 14 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 14 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 25 0x557173579150 0.000131
+particles realloc 0x557173579150|26 0x557173579150 0.000136
+particles free 0x557173579150 void 0.000132
+particles malloc 14 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 25 0x557173579150 0.000132
+particles realloc 0x557173579150|26 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000185
+particles malloc 15 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 15 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000130
+particles malloc 16 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 15 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000152
+particles free 0x557173577cd0 void 0.000133
+particles malloc 21 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 22 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000175
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 29 0x557173579150 0.000130
+particles realloc 0x557173579150|30 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000131
+particles malloc 18 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000129
+particles malloc 29 0x557173579150 0.000129
+particles realloc 0x557173579150|30 0x557173579150 0.000133
+particles free 0x557173579150 void 0.000131
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000204
+particles malloc 19 0x557173577cd0 0.000197
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000220
+particles free 0x557173577cd0 void 0.000199
+particles malloc 13 0x557173577cd0 0.000169
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 29 0x557173579150 0.000131
+particles realloc 0x557173579150|30 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000132
+particles malloc 30 0x557173579150 0.000130
+particles realloc 0x557173579150|31 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000131
+particles malloc 27 0x557173579150 0.000131
+particles realloc 0x557173579150|28 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000132
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000144
+particles free 0x557173577cd0 void 0.000133
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000130
+particles malloc 11 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000177
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 13 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000131
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000130
+particles malloc 11 0x557173577cd0 0.000139
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 21 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000141
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 20 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000143
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000134
+particles malloc 20 0x557173577cd0 0.000135
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000168
+particles malloc 20 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 20 0x557173577cd0 0.000136
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000190
+particles malloc 23 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000131
+particles malloc 13 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 12 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000134
+particles malloc 18 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000183
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000134
+particles malloc 25 0x557173579150 0.000129
+particles realloc 0x557173579150|26 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000133
+particles malloc 26 0x557173579150 0.000132
+particles realloc 0x557173579150|27 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000133
+particles malloc 25 0x557173579150 0.000131
+particles realloc 0x557173579150|26 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000133
+particles malloc 26 0x557173579150 0.000131
+particles realloc 0x557173579150|27 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000132
+particles malloc 26 0x557173579150 0.000131
+particles realloc 0x557173579150|27 0x557173579150 0.000136
+particles free 0x557173579150 void 0.000134
+particles malloc 27 0x557173579150 0.000133
+particles realloc 0x557173579150|28 0x557173579150 0.000136
+particles free 0x557173579150 void 0.000133
+particles malloc 26 0x557173579150 0.000132
+particles realloc 0x557173579150|27 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000144
+particles malloc 25 0x557173579150 0.000131
+particles realloc 0x557173579150|26 0x557173579150 0.000135
+particles free 0x557173579150 void 0.000131
+particles malloc 26 0x557173579150 0.000132
+particles realloc 0x557173579150|27 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000131
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000134
+particles malloc 17 0x557173577cd0 0.000170
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000138
+particles free 0x557173577cd0 void 0.000134
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000138
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000195
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000133
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000134
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000142
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000131
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000178
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 19 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000184
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000130
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000131
+particles malloc 21 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 21 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000134
+particles malloc 20 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000172
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000143
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000135
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000177
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000134
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000189
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000177
+particles malloc 22 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000138
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000133
+particles malloc 22 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000134
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000166
+particles malloc 18 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 18 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000137
+particles malloc 21 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000132
+particles malloc 22 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 13 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000139
+particles free 0x557173577cd0 void 0.000132
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 10 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 16 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000131
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000134
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000132
+particles malloc 10 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 576 0x557173579370 0.000132
+particles malloc 21 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 15 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 14 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 24 0x557173577cd0 0.000169
+particles realloc 0x557173577cd0|25 0x557173579180 0.000136
+particles free 0x557173579180 void 0.000165
+particles malloc 12 0x557173577cd0 0.000179
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000134
+particles malloc 19 0x557173577cd0 0.000135
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000133
+particles malloc 24 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|25 0x557173579180 0.000134
+particles free 0x557173579180 void 0.000131
+particles malloc 20 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 17 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000207
+particles free 0x557173577cd0 void 0.000129
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 22 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000119
+particles malloc 29 0x557173579150 0.000116
+particles realloc 0x557173579150|30 0x557173579150 0.000118
+particles free 0x557173579150 void 0.000114
+particles malloc 17 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000114
+particles malloc 21 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 13 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000114
+particles malloc 14 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000116
+particles malloc 13 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 14 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000114
+particles malloc 23 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 18 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000167
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000180
+particles free 0x557173577cd0 void 0.000164
+particles malloc 12 0x557173577cd0 0.000164
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000169
+particles free 0x557173577cd0 void 0.000163
+particles malloc 15 0x557173577cd0 0.000165
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000168
+particles free 0x557173577cd0 void 0.000196
+particles malloc 23 0x557173577cd0 0.000158
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000170
+particles free 0x557173577cd0 void 0.000164
+particles malloc 24 0x557173577cd0 0.000216
+particles realloc 0x557173577cd0|25 0x557173579180 0.000171
+particles free 0x557173579180 void 0.000164
+particles malloc 27 0x557173579150 0.000164
+particles realloc 0x557173579150|28 0x557173579150 0.000248
+particles free 0x557173579150 void 0.000262
+particles malloc 16 0x557173577cd0 0.000147
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000138
+particles free 0x557173577cd0 void 0.000132
+particles malloc 11 0x557173577cd0 0.000165
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000166
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000130
+particles malloc 23 0x557173577cd0 0.000144
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000125
+particles malloc 15 0x557173577cd0 0.000135
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 17 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 22 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000132
+particles malloc 12 0x557173577cd0 0.000180
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000225
+particles free 0x557173577cd0 void 0.000130
+particles malloc 15 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000148
+particles free 0x557173577cd0 void 0.000134
+particles malloc 15 0x557173577cd0 0.000217
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 24 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|25 0x557173579180 0.000136
+particles free 0x557173579180 void 0.000124
+particles malloc 29 0x557173579150 0.000127
+particles realloc 0x557173579150|30 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000131
+particles malloc 12 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000123
+particles malloc 7 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|8 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000220
+particles malloc 17 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000124
+particles malloc 20 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 15 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000131
+particles malloc 15 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000130
+particles malloc 15 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000131
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000130
+particles malloc 12 0x557173577cd0 0.000239
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000320
+particles free 0x557173577cd0 void 0.000283
+particles malloc 12 0x557173577cd0 0.000286
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000254
+particles free 0x557173577cd0 void 0.000281
+particles malloc 13 0x557173577cd0 0.000246
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000286
+particles free 0x557173577cd0 void 0.000186
+particles malloc 22 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000227
+particles free 0x557173577cd0 void 0.000227
+particles malloc 25 0x557173579150 0.000186
+particles realloc 0x557173579150|26 0x557173579150 0.000228
+particles free 0x557173579150 void 0.000226
+particles malloc 25 0x557173579150 0.000232
+particles realloc 0x557173579150|26 0x557173579150 0.000227
+particles free 0x557173579150 void 0.000297
+particles malloc 25 0x557173579150 0.000131
+particles realloc 0x557173579150|26 0x557173579150 0.000137
+particles free 0x557173579150 void 0.000225
+particles malloc 25 0x557173579150 0.000231
+particles realloc 0x557173579150|26 0x557173579150 0.000232
+particles free 0x557173579150 void 0.000231
+particles malloc 26 0x557173579150 0.000134
+particles realloc 0x557173579150|27 0x557173579150 0.000187
+particles free 0x557173579150 void 0.000130
+particles malloc 14 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000142
+particles malloc 15 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000132
+particles malloc 18 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000139
+particles malloc 16 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000150
+particles free 0x557173577cd0 void 0.000137
+particles malloc 13 0x557173577cd0 0.000135
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000139
+particles free 0x557173577cd0 void 0.000138
+particles malloc 11 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000137
+particles malloc 11 0x557173577cd0 0.000135
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000135
+particles malloc 12 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000139
+particles malloc 11 0x557173577cd0 0.000178
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000136
+particles free 0x557173577cd0 void 0.000136
+particles malloc 12 0x557173577cd0 0.000136
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000130
+particles malloc 15 0x557173577cd0 0.000133
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000138
+particles malloc 22 0x557173577cd0 0.000137
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000141
+particles free 0x557173577cd0 void 0.000141
+particles malloc 22 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000128
+particles malloc 22 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000128
+particles malloc 25 0x557173579150 0.000125
+particles realloc 0x557173579150|26 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000127
+particles malloc 25 0x557173579150 0.000126
+particles realloc 0x557173579150|26 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000127
+particles malloc 25 0x557173579150 0.000125
+particles realloc 0x557173579150|26 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000127
+particles malloc 29 0x557173579150 0.000125
+particles realloc 0x557173579150|30 0x557173579150 0.000130
+particles free 0x557173579150 void 0.000127
+particles malloc 29 0x557173579150 0.000130
+particles realloc 0x557173579150|30 0x557173579150 0.000130
+particles free 0x557173579150 void 0.000127
+particles malloc 29 0x557173579150 0.000125
+particles realloc 0x557173579150|30 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000126
+particles malloc 19 0x557173577cd0 0.000132
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000114
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 24 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|25 0x557173579180 0.000120
+particles free 0x557173579180 void 0.000116
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 19 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 23 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 23 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000116
+particles malloc 23 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 20 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 24 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000113
+particles malloc 15 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000129
+particles malloc 21 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 14 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 22 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 26 0x557173579150 0.000115
+particles realloc 0x557173579150|27 0x557173579150 0.000118
+particles free 0x557173579150 void 0.000115
+particles malloc 20 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 10 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 22 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000164
+particles malloc 21 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 20 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000121
+particles malloc 20 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 15 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 24 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000118
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000127
+particles malloc 14 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 20 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 11 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 11 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 18 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000120
+particles malloc 19 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000120
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 14 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 9 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 26 0x557173579150 0.000112
+particles realloc 0x557173579150|27 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000118
+particles malloc 26 0x557173579150 0.000113
+particles realloc 0x557173579150|27 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 10 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000116
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 12 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000113
+particles malloc 20 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 33 0x557173579150 0.000112
+particles realloc 0x557173579150|34 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 12 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 14 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 24 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|25 0x557173579180 0.000115
+particles free 0x557173579180 void 0.000113
+particles malloc 22 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 23 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000113
+particles malloc 35 0x557173579150 0.000114
+particles realloc 0x557173579150|36 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000115
+particles malloc 33 0x557173579150 0.000113
+particles realloc 0x557173579150|34 0x557173579150 0.000119
+particles free 0x557173579150 void 0.000114
+particles malloc 45 0x5571735791b0 0.000114
+particles realloc 0x5571735791b0|46 0x5571735791b0 0.000117
+particles free 0x5571735791b0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 29 0x557173579150 0.000112
+particles realloc 0x557173579150|30 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000116
+particles malloc 23 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000113
+particles malloc 32 0x557173579150 0.000114
+particles realloc 0x557173579150|33 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 29 0x557173579150 0.000113
+particles realloc 0x557173579150|30 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 38 0x557173579150 0.000145
+particles realloc 0x557173579150|39 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000114
+particles malloc 8 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|9 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000115
+particles malloc 25 0x557173579150 0.000121
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000115
+particles malloc 9 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 22 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000117
+particles malloc 10 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 22 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000128
+particles malloc 8 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|9 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000127
+particles malloc 7 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|8 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000128
+particles malloc 24 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|25 0x557173579180 0.000130
+particles free 0x557173579180 void 0.000127
+particles malloc 29 0x557173579150 0.000126
+particles realloc 0x557173579150|30 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000129
+particles malloc 23 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000128
+particles malloc 25 0x557173579150 0.000125
+particles realloc 0x557173579150|26 0x557173579150 0.000128
+particles free 0x557173579150 void 0.000128
+particles malloc 20 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000128
+particles malloc 22 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000145
+particles free 0x557173577cd0 void 0.000128
+particles malloc 22 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000127
+particles malloc 22 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000128
+particles malloc 25 0x557173579150 0.000124
+particles realloc 0x557173579150|26 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000125
+particles malloc 11 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000116
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 17 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000120
+particles malloc 12 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 18 0x557173577cd0 0.000136
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000113
+particles malloc 13 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000116
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 23 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 32 0x557173579150 0.000114
+particles realloc 0x557173579150|33 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 17 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 25 0x557173579150 0.000117
+particles realloc 0x557173579150|26 0x557173579150 0.000118
+particles free 0x557173579150 void 0.000117
+particles malloc 32 0x557173579150 0.000114
+particles realloc 0x557173579150|33 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000114
+particles malloc 30 0x557173579150 0.000112
+particles realloc 0x557173579150|31 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 18 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 27 0x557173579150 0.000113
+particles realloc 0x557173579150|28 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 25 0x557173579150 0.000112
+particles realloc 0x557173579150|26 0x557173579150 0.000118
+particles free 0x557173579150 void 0.000115
+particles malloc 22 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 21 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 20 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000115
+particles malloc 19 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000116
+particles malloc 15 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000121
+particles malloc 24 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|25 0x557173579180 0.000118
+particles free 0x557173579180 void 0.000114
+particles malloc 22 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 18 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 23 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 27 0x557173579150 0.000112
+particles realloc 0x557173579150|28 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000117
+particles malloc 30 0x557173579150 0.000113
+particles realloc 0x557173579150|31 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000116
+particles malloc 20 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 14 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 12 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 10 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 13 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 11 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000114
+particles malloc 18 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000113
+particles malloc 37 0x557173579150 0.000112
+particles realloc 0x557173579150|38 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 27 0x557173579150 0.000111
+particles realloc 0x557173579150|28 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 24 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|25 0x557173579180 0.000115
+particles free 0x557173579180 void 0.000115
+particles malloc 17 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 15 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 15 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 13 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000115
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000116
+particles malloc 21 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000118
+particles malloc 18 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 29 0x557173579150 0.000112
+particles realloc 0x557173579150|30 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000114
+particles malloc 27 0x557173579150 0.000114
+particles realloc 0x557173579150|28 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000115
+particles malloc 24 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|25 0x557173579180 0.000117
+particles free 0x557173579180 void 0.000114
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000114
+particles malloc 42 0x5571735791b0 0.000113
+particles realloc 0x5571735791b0|43 0x5571735791b0 0.000116
+particles free 0x5571735791b0 void 0.000114
+particles malloc 32 0x557173579150 0.000116
+particles realloc 0x557173579150|33 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 33 0x557173579150 0.000113
+particles realloc 0x557173579150|34 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000116
+particles malloc 16 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000119
+particles malloc 13 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000125
+particles malloc 18 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000224
+particles free 0x557173577cd0 void 0.000152
+particles malloc 19 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000115
+particles malloc 23 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000114
+particles malloc 27 0x557173579150 0.000112
+particles realloc 0x557173579150|28 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000114
+particles malloc 22 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 25 0x557173579150 0.000113
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000131
+particles malloc 28 0x557173579150 0.000114
+particles realloc 0x557173579150|29 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000113
+particles malloc 33 0x557173579150 0.000113
+particles realloc 0x557173579150|34 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000115
+particles malloc 24 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|25 0x557173579180 0.000116
+particles free 0x557173579180 void 0.000115
+particles malloc 22 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000115
+particles malloc 14 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000115
+particles malloc 26 0x557173579150 0.000112
+particles realloc 0x557173579150|27 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000116
+particles malloc 24 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|25 0x557173579180 0.000116
+particles free 0x557173579180 void 0.000114
+particles malloc 27 0x557173579150 0.000112
+particles realloc 0x557173579150|28 0x557173579150 0.000116
+particles free 0x557173579150 void 0.000179
+particles malloc 25 0x557173579150 0.000115
+particles realloc 0x557173579150|26 0x557173579150 0.000115
+particles free 0x557173579150 void 0.000113
+particles malloc 19 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000113
+particles malloc 20 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000111
+particles malloc 18 0x557173577cd0 0.000112
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000125
+particles malloc 21 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000113
+particles malloc 19 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000123
+particles malloc 28 0x557173579150 0.000119
+particles realloc 0x557173579150|29 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000119
+particles malloc 24 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|25 0x557173579180 0.000129
+particles free 0x557173579180 void 0.000119
+particles malloc 25 0x557173579150 0.000116
+particles realloc 0x557173579150|26 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000120
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000118
+particles malloc 26 0x557173579150 0.000116
+particles realloc 0x557173579150|27 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000118
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000119
+particles malloc 13 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 11 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000118
+particles malloc 12 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000120
+particles malloc 30 0x557173579150 0.000117
+particles realloc 0x557173579150|31 0x557173579150 0.000124
+particles free 0x557173579150 void 0.000120
+particles malloc 11 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000118
+particles malloc 13 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 24 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|25 0x557173579180 0.000122
+particles free 0x557173579180 void 0.000118
+particles malloc 24 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|25 0x557173579180 0.000121
+particles free 0x557173579180 void 0.000117
+particles malloc 20 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000118
+particles malloc 21 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000159
+particles malloc 19 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 17 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000118
+particles malloc 28 0x557173579150 0.000117
+particles realloc 0x557173579150|29 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000121
+particles malloc 28 0x557173579150 0.000116
+particles realloc 0x557173579150|29 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 24 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|25 0x557173579180 0.000120
+particles free 0x557173579180 void 0.000118
+particles malloc 25 0x557173579150 0.000115
+particles realloc 0x557173579150|26 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000119
+particles malloc 23 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000118
+particles malloc 29 0x557173579150 0.000116
+particles realloc 0x557173579150|30 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000116
+particles realloc 0x557173579150|28 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000119
+particles malloc 25 0x557173579150 0.000119
+particles realloc 0x557173579150|26 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000118
+particles malloc 24 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|25 0x557173579180 0.000122
+particles free 0x557173579180 void 0.000118
+particles malloc 22 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000117
+particles malloc 19 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000118
+particles malloc 25 0x557173579150 0.000116
+particles realloc 0x557173579150|26 0x557173579150 0.000114
+particles free 0x557173579150 void 0.000119
+particles malloc 14 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000120
+particles malloc 14 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 14 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 27 0x557173579150 0.000117
+particles realloc 0x557173579150|28 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000118
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000117
+particles malloc 21 0x557173577cd0 0.000165
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000120
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000119
+particles free 0x557173579150 void 0.000118
+particles malloc 19 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 16 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000120
+particles malloc 24 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|25 0x557173579180 0.000121
+particles free 0x557173579180 void 0.000121
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000120
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 11 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000119
+particles malloc 11 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000117
+particles malloc 11 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 16 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000118
+particles malloc 17 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000119
+particles malloc 21 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 14 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000117
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 16 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 6 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|7 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 22 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 25 0x557173579150 0.000165
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 32 0x557173579150 0.000116
+particles realloc 0x557173579150|33 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 35 0x557173579150 0.000117
+particles realloc 0x557173579150|36 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 26 0x557173579150 0.000117
+particles realloc 0x557173579150|27 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 20 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 23 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 10 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000118
+particles malloc 11 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000128
+particles malloc 12 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000120
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 11 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 9 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 16 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 11 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000118
+particles malloc 10 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000119
+particles malloc 8 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|9 0x557173577cd0 0.000130
+particles free 0x557173577cd0 void 0.000120
+particles malloc 11 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000121
+particles malloc 21 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 15 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 11 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 13 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 9 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 11 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 16 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000119
+particles malloc 16 0x557173577cd0 0.000171
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000119
+particles malloc 21 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 15 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 23 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000117
+particles malloc 19 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 29 0x557173579150 0.000117
+particles realloc 0x557173579150|30 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000130
+particles malloc 27 0x557173579150 0.000118
+particles realloc 0x557173579150|28 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 19 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000117
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 19 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000164
+particles free 0x557173577cd0 void 0.000121
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 28 0x557173579150 0.000119
+particles realloc 0x557173579150|29 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000123
+particles malloc 29 0x557173579150 0.000124
+particles realloc 0x557173579150|30 0x557173579150 0.000124
+particles free 0x557173579150 void 0.000118
+particles malloc 28 0x557173579150 0.000118
+particles realloc 0x557173579150|29 0x557173579150 0.000126
+particles free 0x557173579150 void 0.000120
+particles malloc 28 0x557173579150 0.000117
+particles realloc 0x557173579150|29 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 30 0x557173579150 0.000117
+particles realloc 0x557173579150|31 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000118
+particles malloc 25 0x557173579150 0.000120
+particles realloc 0x557173579150|26 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000118
+particles malloc 30 0x557173579150 0.000117
+particles realloc 0x557173579150|31 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 26 0x557173579150 0.000117
+particles realloc 0x557173579150|27 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000117
+particles malloc 37 0x557173579150 0.000119
+particles realloc 0x557173579150|38 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000119
+particles malloc 12 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 13 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000176
+particles free 0x557173577cd0 void 0.000119
+particles malloc 13 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 16 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000118
+particles malloc 18 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000112
+particles malloc 17 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000112
+particles malloc 24 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|25 0x557173579180 0.000115
+particles free 0x557173579180 void 0.000111
+particles malloc 13 0x557173577cd0 0.000108
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000112
+particles free 0x557173577cd0 void 0.000112
+particles malloc 13 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000113
+particles free 0x557173577cd0 void 0.000110
+particles malloc 17 0x557173577cd0 0.000109
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000112
+particles free 0x557173577cd0 void 0.000110
+particles malloc 18 0x557173577cd0 0.000108
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000113
+particles free 0x557173577cd0 void 0.000110
+particles malloc 17 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000121
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000116
+particles malloc 11 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000177
+particles free 0x557173577cd0 void 0.000124
+particles malloc 13 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 15 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 23 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000119
+particles malloc 19 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000195
+particles free 0x557173577cd0 void 0.000124
+particles malloc 19 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 18 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 19 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000129
+particles malloc 18 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000125
+particles malloc 19 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000174
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000164
+particles free 0x557173577cd0 void 0.000185
+particles malloc 18 0x557173577cd0 0.000223
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000244
+particles free 0x557173577cd0 void 0.000297
+particles malloc 19 0x557173577cd0 0.000215
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000285
+particles free 0x557173577cd0 void 0.000285
+particles malloc 18 0x557173577cd0 0.000282
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000173
+particles free 0x557173577cd0 void 0.000240
+particles malloc 19 0x557173577cd0 0.000283
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000168
+particles free 0x557173577cd0 void 0.000253
+particles malloc 18 0x557173577cd0 0.000276
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000284
+particles free 0x557173577cd0 void 0.000284
+particles malloc 19 0x557173577cd0 0.000279
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000167
+particles free 0x557173577cd0 void 0.000165
+particles malloc 19 0x557173577cd0 0.000162
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000130
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000131
+particles malloc 18 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 18 0x557173577cd0 0.000138
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000142
+particles free 0x557173577cd0 void 0.000136
+particles malloc 19 0x557173577cd0 0.000136
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000139
+particles free 0x557173577cd0 void 0.000137
+particles malloc 18 0x557173577cd0 0.000134
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000174
+particles free 0x557173577cd0 void 0.000191
+particles malloc 19 0x557173577cd0 0.000295
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000175
+particles free 0x557173577cd0 void 0.000176
+particles malloc 20 0x557173577cd0 0.000202
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000127
+particles malloc 18 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000126
+particles malloc 19 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000126
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000127
+particles malloc 19 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000126
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000130
+particles free 0x557173577cd0 void 0.000128
+particles malloc 19 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000127
+particles malloc 19 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000126
+particles malloc 20 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000139
+particles free 0x557173577cd0 void 0.000127
+particles malloc 25 0x557173579150 0.000124
+particles realloc 0x557173579150|26 0x557173579150 0.000127
+particles free 0x557173579150 void 0.000127
+particles malloc 25 0x557173579150 0.000125
+particles realloc 0x557173579150|26 0x557173579150 0.000128
+particles free 0x557173579150 void 0.000127
+particles malloc 27 0x557173579150 0.000125
+particles realloc 0x557173579150|28 0x557173579150 0.000128
+particles free 0x557173579150 void 0.000127
+particles malloc 27 0x557173579150 0.000126
+particles realloc 0x557173579150|28 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000137
+particles malloc 27 0x557173579150 0.000136
+particles realloc 0x557173579150|28 0x557173579150 0.000139
+particles free 0x557173579150 void 0.000135
+particles malloc 27 0x557173579150 0.000137
+particles realloc 0x557173579150|28 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000121
+particles malloc 25 0x557173579150 0.000117
+particles realloc 0x557173579150|26 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000172
+particles malloc 25 0x557173579150 0.000120
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000117
+particles realloc 0x557173579150|28 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000118
+particles realloc 0x557173579150|28 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000117
+particles realloc 0x557173579150|28 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000126
+particles realloc 0x557173579150|28 0x557173579150 0.000125
+particles free 0x557173579150 void 0.000120
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000120
+particles malloc 25 0x557173579150 0.000118
+particles realloc 0x557173579150|26 0x557173579150 0.000122
+particles free 0x557173579150 void 0.000120
+particles malloc 27 0x557173579150 0.000117
+particles realloc 0x557173579150|28 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000119
+particles malloc 27 0x557173579150 0.000117
+particles realloc 0x557173579150|28 0x557173579150 0.000130
+particles free 0x557173579150 void 0.000123
+particles malloc 27 0x557173579150 0.000119
+particles realloc 0x557173579150|28 0x557173579150 0.000121
+particles free 0x557173579150 void 0.000121
+particles malloc 27 0x557173579150 0.000118
+particles realloc 0x557173579150|28 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000120
+particles malloc 17 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000120
+particles malloc 16 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000120
+particles malloc 14 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000120
+particles malloc 12 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000121
+particles malloc 12 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000127
+particles malloc 13 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000120
+particles malloc 23 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 21 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 32 0x557173579150 0.000129
+particles realloc 0x557173579150|33 0x557173579150 0.000133
+particles free 0x557173579150 void 0.000126
+particles malloc 25 0x557173579150 0.000125
+particles realloc 0x557173579150|26 0x557173579150 0.000132
+particles free 0x557173579150 void 0.000130
+particles malloc 16 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000143
+particles free 0x557173577cd0 void 0.000124
+particles malloc 13 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000125
+particles malloc 21 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000134
+particles malloc 22 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 19 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000119
+particles malloc 20 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 19 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000118
+particles malloc 20 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 9 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|10 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000119
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 16 0x557173577cd0 0.000182
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 17 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 20 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 21 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000119
+particles malloc 14 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000123
+particles malloc 14 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000120
+particles malloc 27 0x557173579150 0.000122
+particles realloc 0x557173579150|28 0x557173579150 0.000126
+particles free 0x557173579150 void 0.000124
+particles malloc 13 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000123
+particles malloc 21 0x557173577cd0 0.000157
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000133
+particles malloc 13 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 21 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 11 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 19 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 11 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000140
+particles malloc 16 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000137
+particles free 0x557173577cd0 void 0.000131
+particles malloc 14 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 15 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 14 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 15 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 14 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000126
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000123
+particles malloc 14 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000122
+particles malloc 15 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 12 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 12 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000117
+particles malloc 23 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 12 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 23 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 18 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000124
+particles malloc 15 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000135
+particles malloc 16 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000125
+particles malloc 15 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000120
+particles malloc 16 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000131
+particles malloc 14 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000129
+particles malloc 14 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000125
+particles malloc 25 0x557173579150 0.000128
+particles realloc 0x557173579150|26 0x557173579150 0.000133
+particles free 0x557173579150 void 0.000131
+particles malloc 14 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|15 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000233
+particles malloc 25 0x557173579150 0.000164
+particles realloc 0x557173579150|26 0x557173579150 0.000167
+particles free 0x557173579150 void 0.000131
+particles malloc 15 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000124
+particles malloc 15 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000125
+particles malloc 15 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 16 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000123
+particles malloc 15 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|16 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 20 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000125
+particles malloc 21 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000116
+particles malloc 22 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 19 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000120
+particles malloc 20 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 29 0x557173579150 0.000115
+particles realloc 0x557173579150|30 0x557173579150 0.000117
+particles free 0x557173579150 void 0.000116
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000140
+particles free 0x557173577cd0 void 0.000130
+particles malloc 29 0x557173579150 0.000128
+particles realloc 0x557173579150|30 0x557173579150 0.000132
+particles free 0x557173579150 void 0.000124
+particles malloc 19 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 19 0x557173577cd0 0.000226
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000226
+particles free 0x557173577cd0 void 0.000130
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000223
+particles malloc 13 0x557173577cd0 0.000225
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000225
+particles free 0x557173577cd0 void 0.000222
+particles malloc 29 0x557173579150 0.000129
+particles realloc 0x557173579150|30 0x557173579150 0.000199
+particles free 0x557173579150 void 0.000131
+particles malloc 30 0x557173579150 0.000168
+particles realloc 0x557173579150|31 0x557173579150 0.000133
+particles free 0x557173579150 void 0.000130
+particles malloc 27 0x557173579150 0.000125
+particles realloc 0x557173579150|28 0x557173579150 0.000127
+particles free 0x557173579150 void 0.000124
+particles malloc 11 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000124
+particles malloc 12 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000204
+particles malloc 11 0x557173577cd0 0.000160
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 12 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000124
+particles malloc 11 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000124
+particles malloc 12 0x557173577cd0 0.000136
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 13 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 11 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 12 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 11 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000120
+particles malloc 11 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000120
+particles malloc 12 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000136
+particles malloc 12 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 13 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000125
+particles malloc 11 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000242
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000167
+particles free 0x557173577cd0 void 0.000165
+particles malloc 11 0x557173577cd0 0.000162
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000124
+particles malloc 12 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000129
+particles malloc 11 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000196
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000133
+particles malloc 12 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000126
+particles malloc 13 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 11 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000127
+particles malloc 12 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 11 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000125
+particles malloc 12 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 11 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|12 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 12 0x557173577cd0 0.000114
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000115
+particles malloc 13 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000118
+particles malloc 21 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 20 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000126
+particles malloc 20 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000120
+particles malloc 20 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000138
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000129
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000129
+particles malloc 18 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000131
+particles malloc 20 0x557173577cd0 0.000128
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000126
+particles malloc 20 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 20 0x557173577cd0 0.000203
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000169
+particles free 0x557173577cd0 void 0.000165
+particles malloc 18 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000126
+particles malloc 18 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000132
+particles free 0x557173577cd0 void 0.000125
+particles malloc 20 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 20 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000126
+particles malloc 20 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 20 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 23 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|24 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000132
+particles malloc 13 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 12 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 25 0x557173579150 0.000116
+particles realloc 0x557173579150|26 0x557173579150 0.000120
+particles free 0x557173579150 void 0.000118
+particles malloc 26 0x557173579150 0.000115
+particles realloc 0x557173579150|27 0x557173579150 0.000125
+particles free 0x557173579150 void 0.000126
+particles malloc 25 0x557173579150 0.000122
+particles realloc 0x557173579150|26 0x557173579150 0.000123
+particles free 0x557173579150 void 0.000121
+particles malloc 26 0x557173579150 0.000117
+particles realloc 0x557173579150|27 0x557173579150 0.000137
+particles free 0x557173579150 void 0.000123
+particles malloc 26 0x557173579150 0.000120
+particles realloc 0x557173579150|27 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000130
+particles malloc 27 0x557173579150 0.000130
+particles realloc 0x557173579150|28 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000129
+particles malloc 26 0x557173579150 0.000129
+particles realloc 0x557173579150|27 0x557173579150 0.000134
+particles free 0x557173579150 void 0.000130
+particles malloc 25 0x557173579150 0.000128
+particles realloc 0x557173579150|26 0x557173579150 0.000129
+particles free 0x557173579150 void 0.000126
+particles malloc 26 0x557173579150 0.000126
+particles realloc 0x557173579150|27 0x557173579150 0.000124
+particles free 0x557173579150 void 0.000120
+particles malloc 16 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 17 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000221
+particles free 0x557173577cd0 void 0.000167
+particles malloc 16 0x557173577cd0 0.000164
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000130
+particles malloc 17 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000126
+particles malloc 16 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000124
+particles malloc 17 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000124
+particles malloc 16 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 17 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000125
+particles malloc 16 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000125
+particles malloc 17 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000116
+particles malloc 16 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 17 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 16 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000115
+particles malloc 17 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000115
+particles malloc 16 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000123
+particles malloc 16 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000124
+particles free 0x557173577cd0 void 0.000120
+particles malloc 17 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000130
+particles malloc 18 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000128
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000125
+particles malloc 18 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000129
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000126
+particles malloc 19 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000126
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000131
+particles free 0x557173577cd0 void 0.000129
+particles malloc 17 0x557173577cd0 0.000248
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000130
+particles malloc 16 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000124
+particles malloc 17 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000125
+particles malloc 16 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000124
+particles malloc 17 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 17 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 16 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000123
+particles malloc 17 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000130
+particles malloc 18 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000117
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000116
+particles malloc 21 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000118
+particles malloc 21 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000126
+particles malloc 20 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|21 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000117
+particles malloc 17 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000121
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000121
+particles malloc 18 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000126
+particles malloc 19 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000121
+particles malloc 17 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000115
+particles free 0x557173577cd0 void 0.000112
+particles malloc 18 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000111
+particles malloc 19 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000110
+particles malloc 17 0x557173577cd0 0.000109
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000114
+particles free 0x557173577cd0 void 0.000111
+particles malloc 18 0x557173577cd0 0.000110
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 18 0x557173577cd0 0.000113
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000116
+particles free 0x557173577cd0 void 0.000114
+particles malloc 19 0x557173577cd0 0.000111
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000125
+particles malloc 18 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000124
+particles malloc 17 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000124
+particles malloc 18 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000119
+particles malloc 18 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000124
+particles malloc 19 0x557173577cd0 0.000120
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000117
+particles free 0x557173577cd0 void 0.000122
+particles malloc 18 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000124
+particles malloc 19 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000118
+particles free 0x557173577cd0 void 0.000200
+particles malloc 19 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000127
+particles free 0x557173577cd0 void 0.000125
+particles malloc 21 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000119
+particles malloc 22 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 17 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000119
+particles free 0x557173577cd0 void 0.000118
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000121
+particles malloc 17 0x557173577cd0 0.000119
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000122
+particles free 0x557173577cd0 void 0.000119
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000119
+particles malloc 17 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000129
+particles free 0x557173577cd0 void 0.000126
+particles malloc 18 0x557173577cd0 0.000126
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 17 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|18 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000118
+particles malloc 18 0x557173577cd0 0.000115
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 21 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 22 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 18 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000122
+particles malloc 19 0x557173577cd0 0.000118
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000117
+particles malloc 18 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000132
+particles malloc 19 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000126
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 19 0x557173577cd0 0.000129
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000127
+particles malloc 21 0x557173577cd0 0.000121
+particles realloc 0x557173577cd0|22 0x557173577cd0 0.000123
+particles free 0x557173577cd0 void 0.000127
+particles malloc 22 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|23 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000129
+particles malloc 12 0x557173577cd0 0.000130
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000135
+particles free 0x557173577cd0 void 0.000190
+particles malloc 13 0x557173577cd0 0.000131
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000134
+particles free 0x557173577cd0 void 0.000131
+particles malloc 12 0x557173577cd0 0.000127
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000125
+particles malloc 13 0x557173577cd0 0.000123
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000126
+particles free 0x557173577cd0 void 0.000126
+particles malloc 12 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|13 0x557173577cd0 0.000133
+particles free 0x557173577cd0 void 0.000126
+particles malloc 13 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|14 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000125
+particles malloc 10 0x557173577cd0 0.000124
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000125
+particles free 0x557173577cd0 void 0.000126
+particles malloc 16 0x557173577cd0 0.000122
+particles realloc 0x557173577cd0|17 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000124
+particles malloc 18 0x557173577cd0 0.000125
+particles realloc 0x557173577cd0|19 0x557173577cd0 0.000128
+particles free 0x557173577cd0 void 0.000133
+particles malloc 19 0x557173577cd0 0.000117
+particles realloc 0x557173577cd0|20 0x557173577cd0 0.000121
+particles free 0x557173577cd0 void 0.000117
+particles malloc 10 0x557173577cd0 0.000116
+particles realloc 0x557173577cd0|11 0x557173577cd0 0.000120
+particles free 0x557173577cd0 void 0.000116
+particles malloc 6144 0x5571735795c0 0.000129
+particles malloc 11536 0x55717357be90 0.000124
+libX11.so.6 malloc 24 0x557173577cd0 0.000121
+libxcb.so.1 free 0x557173577c80 void 0.000122
+libxcb.so.1 malloc 32 0x557173579150 0.000118
+libxcb.so.1 malloc 16 0x557173579180 0.000118
+libxcb.so.1 free 0x557173579180 void 0.000118
+libX11.so.6 free 0x557173579150 void 0.000119
+particles malloc 40 0x557173579180 0.000120
+particles malloc 32 0x557173579120 0.000121
+particles malloc 40 0x5571735790f0 0.000116
+particles malloc 24 0x55717357ebb0 0.000118
+particles malloc 32 0x5571735790c0 0.000123
+particles malloc 24 0x55717357ebd0 0.000119
+particles malloc 32 0x5571735771e0 0.000119
+particles free 0x557173579120 void 0.000120
+particles free 0x5571735790c0 void 0.000119
+particles free 0x5571735771e0 void 0.000176
+particles malloc 200 0x55717357ebf0 0.000134
+particles malloc 200 0x55717357ecc0 0.000121
+gallium_dri.so malloc 240 0x55717357ed90 0.000122
+gallium_dri.so malloc 4 0x55717357ee90 0.000126
+gallium_dri.so malloc 144 0x55717352cb20 0.000128
+gallium_dri.so free 0 void 0.000128
+gallium_dri.so free 0x55717357ee90 void 0.000128
+gallium_dri.so free 0 void 0.000125
+particles malloc 24 0x55717357ee90 0.000126
+particles malloc 32 0x5571735771e0 0.000130
+gallium_dri.so malloc 240 0x55717357eeb0 0.000128
+gallium_dri.so malloc 4 0x55717357efb0 0.000131
+gallium_dri.so malloc 96 0x55717357efd0 0.000135
+gallium_dri.so free 0 void 0.000125
+gallium_dri.so free 0x55717357efb0 void 0.000119
+gallium_dri.so free 0 void 0.000120
+particles malloc 24 0x55717357efb0 0.000121
+particles malloc 32 0x5571735790c0 0.000120
+gallium_dri.so malloc 304 0x55717357f040 0.000224
+gallium_dri.so malloc 192 0x55717357f180 0.000336
+libstdc++.so.6 malloc 8 0x55717357f250 0.000354
+gallium_dri.so malloc 104 0x55717357f270 0.000293
+gallium_dri.so malloc 168 0x55717357f2e0 0.000287
+libstdc++.so.6 malloc 8 0x55717357f390 0.000283
+gallium_dri.so malloc 104 0x55717357f3b0 0.000281
+gallium_dri.so malloc 168 0x55717357f420 0.000231
+libstdc++.so.6 malloc 8 0x55717357f4d0 0.000199
+gallium_dri.so malloc 104 0x55717357f4f0 0.000161
+gallium_dri.so malloc 168 0x55717357f560 0.000125
+gallium_dri.so malloc 49 0x5571735791b0 0.000123
+gallium_dri.so realloc 0|8 0x55717357f610 0.000129
+gallium_dri.so realloc 0x55717357f610|16 0x55717357f610 0.000127
+gallium_dri.so free 0x5571735791b0 void 0.000125
+gallium_dri.so malloc 49 0x5571735791b0 0.000123
+gallium_dri.so malloc 53 0x55717357f630 0.000123
+gallium_dri.so malloc 16 0x55717357f670 0.000125
+gallium_dri.so free 0x55717357f670 void 0.000123
+gallium_dri.so realloc 0x55717357f630|57 0x55717357f690 0.000127
+gallium_dri.so malloc 16 0x55717357f670 0.000130
+gallium_dri.so free 0x55717357f670 void 0.000115
+gallium_dri.so realloc 0x55717357f690|62 0x55717357f690 0.000118
+gallium_dri.so malloc 16 0x55717357f670 0.000115
+gallium_dri.so free 0x55717357f670 void 0.000115
+gallium_dri.so realloc 0x55717357f690|69 0x55717357f690 0.000123
+gallium_dri.so realloc 0x55717357f690|95 0x55717357f690 0.000123
+gallium_dri.so realloc 0x55717357f690|135 0x55717357f690 0.000122
+gallium_dri.so realloc 0x55717357f690|180 0x55717357f690 0.000122
+gallium_dri.so realloc 0x55717357f690|225 0x55717357f690 0.000123
+gallium_dri.so free 0x55717357f690 void 0.000118
+gallium_dri.so malloc 133 0x557173524930 0.000120
+gallium_dri.so malloc 2773 0x55717357f7f0 0.000122
+libz.so.1 malloc 7160 0x5571735802d0 0.000123
+libz.so.1 free 0x5571735802d0 void 0.000130
+gallium_dri.so free 0x557173524930 void 0.000119
+gallium_dri.so free 0x55717357f780 void 0.000117
+gallium_dri.so malloc 48 0x55717357f630 0.000120
+gallium_dri.so malloc 48 0x5571735802d0 0.000118
+libstdc++.so.6 malloc 8 0x55717357f7d0 0.000115
+gallium_dri.so malloc 104 0x557173580310 0.000115
+gallium_dri.so malloc 168 0x557173580380 0.000117
+gallium_dri.so malloc 112 0x55717352caa0 0.000117
+gallium_dri.so malloc 2000 0x557173580430 0.000118
+gallium_dri.so malloc 49 0x557173580c10 0.000118
+gallium_dri.so malloc 49 0x557173580c50 0.000138
+gallium_dri.so malloc 112 0x557173580c90 0.000122
+gallium_dri.so malloc 1912 0x557173580d10 0.000116
+gallium_dri.so malloc 49 0x5571735814c0 0.000118
+gallium_dri.so malloc 49 0x557173581500 0.000116
+gallium_dri.so malloc 144 0x5571734f5190 0.000117
+gallium_dri.so malloc 48 0x557173581540 0.000116
+gallium_dri.so malloc 48 0x557173581580 0.000118
+gallium_dri.so malloc 48 0x5571735815c0 0.000118
+gallium_dri.so malloc 48 0x557173581600 0.000117
+gallium_dri.so malloc 48 0x557173581640 0.000118
+gallium_dri.so malloc 48 0x557173581680 0.000117
+gallium_dri.so malloc 48 0x5571735816c0 0.000117
+gallium_dri.so malloc 48 0x557173581700 0.000117
+gallium_dri.so malloc 48 0x557173581740 0.000116
+gallium_dri.so malloc 48 0x557173581780 0.000117
+gallium_dri.so malloc 48 0x5571735817c0 0.000116
+gallium_dri.so malloc 48 0x557173581800 0.000117
+gallium_dri.so malloc 48 0x557173581840 0.000117
+gallium_dri.so malloc 48 0x557173581880 0.000119
+gallium_dri.so malloc 48 0x5571735818c0 0.000122
+gallium_dri.so malloc 48 0x557173581900 0.000125
+gallium_dri.so malloc 120 0x557173581940 0.000120
+gallium_dri.so malloc 88 0x5571734df6e0 0.000118
+gallium_dri.so malloc 54 0x5571735819c0 0.000118
+gallium_dri.so malloc 88 0x5571734df680 0.000117
+gallium_dri.so malloc 52 0x557173581a00 0.000115
+gallium_dri.so malloc 88 0x55717352dfe0 0.000125
+gallium_dri.so malloc 56 0x557173581a40 0.000120
+gallium_dri.so free 0x55717357f7f0 void 0.000119
+gallium_dri.so malloc 61 0x55717357f780 0.000114
+gallium_dri.so realloc 0x55717357f780|101 0x55717357f7f0 0.000120
+gallium_dri.so realloc 0x55717357f7f0|104 0x55717357f7f0 0.000118
+gallium_dri.so free 0x55717357f7f0 void 0.000120
+gallium_dri.so malloc 61 0x55717357f780 0.000115
+gallium_dri.so realloc 0x55717357f780|101 0x55717357f860 0.000120
+gallium_dri.so realloc 0x55717357f860|104 0x55717357f860 0.000119
+gallium_dri.so free 0x55717357f860 void 0.000115
+gallium_dri.so malloc 148 0x5571734f5230 0.000119
+gallium_dri.so malloc 508 0x5571734f5e30 0.000120
+libz.so.1 malloc 7160 0x557173581a80 0.000118
+libz.so.1 free 0x557173581a80 void 0.000120
+gallium_dri.so free 0x5571734f5230 void 0.000117
+gallium_dri.so free 0x55717357f860 void 0.000115
+gallium_dri.so malloc 136 0x557173524930 0.000120
+gallium_dri.so malloc 136 0x5571734f6f40 0.000121
+gallium_dri.so malloc 136 0x55717357fd10 0.000122
+libstdc++.so.6 malloc 5176 0x557173582690 0.000125
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000119
+libstdc++.so.6 malloc 520 0x5571734f6c70 0.000120
+libstdc++.so.6 malloc 64 0x55717357f860 0.000117
+libstdc++.so.6 malloc 504 0x55717357ff40 0.000126
+libstdc++.so.6 malloc 64 0x55717357f780 0.000120
+libstdc++.so.6 malloc 504 0x557173583ad0 0.000120
+libstdc++.so.6 malloc 64 0x557173583cd0 0.000122
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000118
+gallium_dri.so realloc 0|64 0x557173583d20 0.000121
+gallium_dri.so malloc 720 0x55717354b4f0 0.000120
+libstdc++.so.6 malloc 4 0x55717357f8b0 0.000117
+gallium_dri.so malloc 16 0x55717357f670 0.000118
+gallium_dri.so malloc 1 0x557173583d70 0.000117
+libstdc++.so.6 malloc 48 0x557173583d90 0.000117
+libstdc++.so.6 malloc 48 0x557173583dd0 0.000117
+libstdc++.so.6 malloc 48 0x557173583e10 0.000117
+libstdc++.so.6 malloc 48 0x557173583e50 0.000118
+gallium_dri.so malloc 19456 0x557173588370 0.000123
+gallium_dri.so realloc 0|256 0x557173520a20 0.000122
+gallium_dri.so realloc 0|64 0x557173580140 0.000123
+gallium_dri.so malloc 18432 0x55717358cf80 0.000121
+gallium_dri.so realloc 0|256 0x557173580190 0.000121
+libstdc++.so.6 malloc 240 0x557173583e90 0.000120
+gallium_dri.so realloc 0|64 0x557173583f90 0.000127
+libstdc++.so.6 malloc 240 0x557173583fe0 0.000128
+libstdc++.so.6 malloc 160 0x5571735840e0 0.000123
+gallium_dri.so malloc 38912 0x557173591790 0.000122
+gallium_dri.so realloc 0|256 0x557173584190 0.000122
+gallium_dri.so realloc 0|64 0x5571735842a0 0.000120
+libstdc++.so.6 malloc 56 0x5571735842f0 0.000129
+libstdc++.so.6 malloc 56 0x557173584330 0.000119
+libstdc++.so.6 malloc 56 0x557173584370 0.000118
+libstdc++.so.6 malloc 56 0x5571735843b0 0.000118
+gallium_dri.so malloc 15360 0x55717359afa0 0.000123
+gallium_dri.so realloc 0|256 0x5571735843f0 0.000121
+libstdc++.so.6 malloc 64 0x557173584500 0.000120
+libstdc++.so.6 malloc 504 0x557173584550 0.000117
+libstdc++.so.6 malloc 64 0x557173584750 0.000117
+libstdc++.so.6 malloc 504 0x5571735847a0 0.000123
+gallium_dri.so realloc 0|64 0x5571735849a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735849f0 0.000112
+libstdc++.so.6 malloc 16 0x557173584a10 0.000111
+libstdc++.so.6 malloc 24 0x557173584a30 0.000112
+libstdc++.so.6 malloc 64 0x557173584a50 0.000112
+libstdc++.so.6 malloc 504 0x557173584aa0 0.000112
+libstdc++.so.6 malloc 64 0x557173584ca0 0.000111
+libstdc++.so.6 malloc 504 0x557173584cf0 0.000112
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000112
+libstdc++.so.6 malloc 16 0x557173584f10 0.000111
+libstdc++.so.6 malloc 24 0x557173584f30 0.000116
+libstdc++.so.6 malloc 64 0x557173584f50 0.000120
+libstdc++.so.6 malloc 504 0x557173584fa0 0.000116
+libstdc++.so.6 malloc 64 0x5571735851a0 0.000111
+libstdc++.so.6 malloc 504 0x5571735851f0 0.000111
+libstdc++.so.6 malloc 24 0x5571735853f0 0.000111
+libstdc++.so.6 malloc 16 0x557173585410 0.000115
+libstdc++.so.6 malloc 24 0x557173585430 0.000113
+libstdc++.so.6 malloc 64 0x557173585450 0.000111
+libstdc++.so.6 malloc 504 0x5571735854a0 0.000113
+libstdc++.so.6 malloc 64 0x5571735856a0 0.000112
+libstdc++.so.6 malloc 504 0x5571735856f0 0.000111
+libstdc++.so.6 malloc 24 0x5571735858f0 0.000111
+libstdc++.so.6 malloc 16 0x557173585910 0.000110
+libstdc++.so.6 malloc 24 0x557173585930 0.000112
+libstdc++.so.6 malloc 56 0x557173585950 0.000113
+libstdc++.so.6 malloc 56 0x557173585990 0.000111
+libstdc++.so.6 malloc 56 0x5571735859d0 0.000113
+libstdc++.so.6 malloc 56 0x557173585a10 0.000111
+libstdc++.so.6 malloc 64 0x557173585a50 0.000114
+libstdc++.so.6 malloc 504 0x557173585aa0 0.000113
+libstdc++.so.6 malloc 64 0x557173585ca0 0.000111
+libstdc++.so.6 malloc 504 0x557173585cf0 0.000113
+libstdc++.so.6 malloc 24 0x557173585ef0 0.000118
+libstdc++.so.6 malloc 16 0x557173585f10 0.000111
+libstdc++.so.6 malloc 24 0x557173585f30 0.000111
+libstdc++.so.6 malloc 64 0x557173585f50 0.000111
+libstdc++.so.6 malloc 504 0x557173585fa0 0.000111
+libstdc++.so.6 malloc 64 0x5571735861a0 0.000110
+libstdc++.so.6 malloc 504 0x5571735861f0 0.000112
+libstdc++.so.6 malloc 24 0x5571735863f0 0.000112
+libstdc++.so.6 malloc 16 0x557173586410 0.000111
+libstdc++.so.6 malloc 24 0x557173586430 0.000113
+libstdc++.so.6 malloc 64 0x557173586450 0.000111
+libstdc++.so.6 malloc 504 0x5571735864a0 0.000179
+libstdc++.so.6 malloc 64 0x5571735866a0 0.000155
+libstdc++.so.6 malloc 504 0x5571735866f0 0.000157
+libstdc++.so.6 malloc 24 0x5571735868f0 0.000115
+libstdc++.so.6 malloc 16 0x557173586910 0.000111
+libstdc++.so.6 malloc 24 0x557173586930 0.000112
+libstdc++.so.6 malloc 64 0x557173586950 0.000111
+libstdc++.so.6 malloc 504 0x5571735869a0 0.000112
+libstdc++.so.6 malloc 64 0x557173586ba0 0.000112
+libstdc++.so.6 malloc 504 0x557173586bf0 0.000113
+libstdc++.so.6 malloc 24 0x557173586df0 0.000113
+libstdc++.so.6 malloc 16 0x557173586e10 0.000112
+libstdc++.so.6 malloc 24 0x557173586e30 0.000111
+gallium_dri.so realloc 0x5571735842a0|128 0x557173586e50 0.000116
+libstdc++.so.6 malloc 64 0x5571735842a0 0.000112
+libstdc++.so.6 malloc 504 0x55717359ebb0 0.000112
+libstdc++.so.6 malloc 64 0x55717359edb0 0.000112
+libstdc++.so.6 malloc 504 0x55717359ee00 0.000112
+gallium_dri.so realloc 0x5571735849a0|128 0x55717359f000 0.000121
+libstdc++.so.6 malloc 24 0x5571735802a0 0.000114
+libstdc++.so.6 malloc 16 0x557173586ee0 0.000117
+libstdc++.so.6 malloc 24 0x55717359f090 0.000115
+libstdc++.so.6 malloc 64 0x5571735849a0 0.000111
+libstdc++.so.6 malloc 504 0x55717359f0b0 0.000113
+libstdc++.so.6 malloc 64 0x55717359f2b0 0.000112
+libstdc++.so.6 malloc 504 0x55717359f300 0.000115
+libstdc++.so.6 malloc 24 0x55717359f500 0.000172
+libstdc++.so.6 malloc 16 0x55717359f520 0.000120
+libstdc++.so.6 malloc 24 0x55717359f540 0.000160
+libstdc++.so.6 malloc 64 0x55717359f560 0.000115
+libstdc++.so.6 malloc 504 0x55717359f5b0 0.000113
+libstdc++.so.6 malloc 64 0x55717359f7b0 0.000113
+libstdc++.so.6 malloc 504 0x55717359f800 0.000110
+libstdc++.so.6 malloc 24 0x55717359fa00 0.000112
+libstdc++.so.6 malloc 16 0x55717359fa20 0.000111
+libstdc++.so.6 malloc 24 0x55717359fa40 0.000111
+libstdc++.so.6 malloc 64 0x55717359fa60 0.000111
+libstdc++.so.6 malloc 504 0x55717359fab0 0.000112
+libstdc++.so.6 malloc 64 0x55717359fcb0 0.000111
+libstdc++.so.6 malloc 504 0x55717359fd00 0.000113
+libstdc++.so.6 malloc 24 0x55717359ff00 0.000112
+libstdc++.so.6 malloc 16 0x55717359ff20 0.000112
+libstdc++.so.6 malloc 24 0x55717359ff40 0.000111
+libstdc++.so.6 malloc 64 0x55717359ff60 0.000111
+libstdc++.so.6 malloc 504 0x55717359ffb0 0.000114
+libstdc++.so.6 malloc 64 0x5571735a01b0 0.000111
+libstdc++.so.6 malloc 504 0x5571735a0200 0.000113
+libstdc++.so.6 malloc 16 0x5571735a0400 0.000112
+libstdc++.so.6 malloc 24 0x5571735a0420 0.000112
+libstdc++.so.6 malloc 16 0x5571735a0440 0.000111
+libstdc++.so.6 malloc 24 0x5571735a0460 0.000110
+libstdc++.so.6 malloc 64 0x5571735a0480 0.000112
+libstdc++.so.6 malloc 504 0x5571735a04d0 0.000112
+libstdc++.so.6 malloc 64 0x5571735a06d0 0.000131
+libstdc++.so.6 malloc 504 0x5571735a0720 0.000118
+libstdc++.so.6 malloc 16 0x5571735a0920 0.000115
+libstdc++.so.6 malloc 24 0x5571735a0940 0.000118
+libstdc++.so.6 malloc 16 0x5571735a0960 0.000112
+libstdc++.so.6 malloc 24 0x5571735a0980 0.000113
+libstdc++.so.6 malloc 64 0x5571735a09a0 0.000112
+libstdc++.so.6 malloc 504 0x5571735a09f0 0.000111
+libstdc++.so.6 malloc 64 0x5571735a0bf0 0.000112
+libstdc++.so.6 malloc 504 0x5571735a0c40 0.000111
+libstdc++.so.6 malloc 16 0x5571735a0e40 0.000113
+libstdc++.so.6 malloc 24 0x5571735a0e60 0.000112
+libstdc++.so.6 malloc 16 0x5571735a0e80 0.000111
+libstdc++.so.6 malloc 24 0x5571735a0ea0 0.000112
+gallium_dri.so realloc 0x557173580140|128 0x5571735a0ec0 0.000114
+libstdc++.so.6 malloc 64 0x557173580140 0.000112
+libstdc++.so.6 malloc 504 0x5571735a0f50 0.000116
+libstdc++.so.6 malloc 64 0x5571735a1150 0.000113
+libstdc++.so.6 malloc 504 0x5571735a11a0 0.000111
+libstdc++.so.6 malloc 16 0x5571735a13a0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a13c0 0.000112
+libstdc++.so.6 malloc 16 0x5571735a13e0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a1400 0.000110
+gallium_dri.so realloc 0x557173586e50|256 0x5571735a1420 0.000117
+libstdc++.so.6 malloc 64 0x5571735a1530 0.000112
+libstdc++.so.6 malloc 504 0x5571735a1580 0.000114
+libstdc++.so.6 malloc 64 0x5571735a1780 0.000112
+libstdc++.so.6 malloc 504 0x5571735a17d0 0.000111
+gallium_dri.so realloc 0x55717359f000|256 0x5571735a19d0 0.000196
+libstdc++.so.6 malloc 24 0x5571735a1ae0 0.000120
+libstdc++.so.6 malloc 16 0x5571735a1b00 0.000123
+libstdc++.so.6 malloc 24 0x5571735a1b20 0.000119
+libstdc++.so.6 malloc 64 0x5571735a1b40 0.000115
+libstdc++.so.6 malloc 504 0x5571735a1b90 0.000118
+libstdc++.so.6 malloc 64 0x5571735a1d90 0.000124
+libstdc++.so.6 malloc 504 0x5571735a1de0 0.000124
+libstdc++.so.6 malloc 24 0x5571735a1fe0 0.000119
+libstdc++.so.6 malloc 16 0x5571735a2000 0.000114
+libstdc++.so.6 malloc 24 0x5571735a2020 0.000119
+libstdc++.so.6 malloc 64 0x5571735a2040 0.000119
+libstdc++.so.6 malloc 504 0x5571735a2090 0.000114
+libstdc++.so.6 malloc 64 0x5571735a2290 0.000113
+libstdc++.so.6 malloc 504 0x5571735a22e0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a24e0 0.000124
+libstdc++.so.6 malloc 16 0x5571735a2500 0.000124
+libstdc++.so.6 malloc 24 0x5571735a2520 0.000119
+libstdc++.so.6 malloc 64 0x5571735a2540 0.000114
+libstdc++.so.6 malloc 504 0x5571735a2590 0.000118
+libstdc++.so.6 malloc 64 0x5571735a2790 0.000125
+libstdc++.so.6 malloc 504 0x5571735a27e0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735a2a00 0.000114
+libstdc++.so.6 malloc 24 0x5571735a2a20 0.000116
+libstdc++.so.6 malloc 64 0x5571735a2a40 0.000120
+libstdc++.so.6 malloc 504 0x5571735a2a90 0.000124
+libstdc++.so.6 malloc 64 0x5571735a2c90 0.000123
+libstdc++.so.6 malloc 504 0x5571735a2ce0 0.000216
+libstdc++.so.6 malloc 24 0x5571735a2ee0 0.000324
+libstdc++.so.6 malloc 16 0x5571735a2f00 0.000319
+libstdc++.so.6 malloc 24 0x5571735a2f20 0.000322
+libstdc++.so.6 malloc 64 0x5571735a2f40 0.000280
+libstdc++.so.6 malloc 504 0x5571735a2f90 0.000274
+libstdc++.so.6 malloc 64 0x5571735a3190 0.000266
+libstdc++.so.6 malloc 504 0x5571735a31e0 0.000299
+libstdc++.so.6 malloc 24 0x5571735a33e0 0.000268
+libstdc++.so.6 malloc 16 0x5571735a3400 0.000282
+libstdc++.so.6 malloc 24 0x5571735a3420 0.000245
+libstdc++.so.6 malloc 64 0x5571735a3440 0.000157
+libstdc++.so.6 malloc 504 0x5571735a3490 0.000156
+libstdc++.so.6 malloc 64 0x5571735a3690 0.000162
+libstdc++.so.6 malloc 504 0x5571735a36e0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a38e0 0.000123
+libstdc++.so.6 malloc 16 0x5571735a3900 0.000123
+libstdc++.so.6 malloc 24 0x5571735a3920 0.000125
+libstdc++.so.6 malloc 64 0x5571735a3940 0.000120
+libstdc++.so.6 malloc 504 0x5571735a3990 0.000118
+libstdc++.so.6 malloc 64 0x5571735a3b90 0.000124
+libstdc++.so.6 malloc 504 0x5571735a3be0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a3de0 0.000124
+libstdc++.so.6 malloc 16 0x5571735a3e00 0.000124
+libstdc++.so.6 malloc 24 0x5571735a3e20 0.000118
+libstdc++.so.6 malloc 64 0x5571735a3e40 0.000116
+libstdc++.so.6 malloc 504 0x5571735a3e90 0.000122
+libstdc++.so.6 malloc 64 0x5571735a4090 0.000124
+libstdc++.so.6 malloc 504 0x5571735a40e0 0.000123
+libstdc++.so.6 malloc 16 0x5571735a42e0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a4300 0.000207
+libstdc++.so.6 malloc 16 0x5571735a4320 0.000157
+libstdc++.so.6 malloc 24 0x5571735a4340 0.000160
+libstdc++.so.6 malloc 64 0x5571735a4360 0.000155
+libstdc++.so.6 malloc 504 0x5571735a43b0 0.000123
+libstdc++.so.6 malloc 64 0x5571735a45b0 0.000119
+libstdc++.so.6 malloc 504 0x5571735a4600 0.000118
+libstdc++.so.6 malloc 16 0x5571735a4800 0.000118
+libstdc++.so.6 malloc 24 0x5571735a4820 0.000116
+libstdc++.so.6 malloc 16 0x5571735a4840 0.000122
+libstdc++.so.6 malloc 24 0x5571735a4860 0.000122
+libstdc++.so.6 malloc 64 0x5571735a4880 0.000124
+libstdc++.so.6 malloc 504 0x5571735a48d0 0.000122
+libstdc++.so.6 malloc 64 0x5571735a4ad0 0.000117
+libstdc++.so.6 malloc 504 0x5571735a4b20 0.000113
+libstdc++.so.6 malloc 16 0x5571735a4d20 0.000129
+libstdc++.so.6 malloc 24 0x5571735a4d40 0.000138
+libstdc++.so.6 malloc 16 0x5571735a4d60 0.000136
+libstdc++.so.6 malloc 24 0x5571735a4d80 0.000137
+gallium_dri.so realloc 0x5571735a0ec0|256 0x5571735a4da0 0.000139
+libstdc++.so.6 malloc 64 0x5571735a4eb0 0.000195
+libstdc++.so.6 malloc 504 0x5571735a4f00 0.000175
+libstdc++.so.6 malloc 64 0x5571735a5100 0.000153
+libstdc++.so.6 malloc 504 0x5571735a5150 0.000170
+libstdc++.so.6 malloc 16 0x5571735a5350 0.000135
+libstdc++.so.6 malloc 24 0x5571735a5370 0.000131
+libstdc++.so.6 malloc 16 0x5571735a5390 0.000132
+libstdc++.so.6 malloc 24 0x5571735a53b0 0.000135
+libstdc++.so.6 malloc 56 0x5571735a53d0 0.000135
+libstdc++.so.6 malloc 64 0x5571735a5410 0.000133
+libstdc++.so.6 malloc 504 0x5571735a5460 0.000126
+libstdc++.so.6 malloc 64 0x5571735a5660 0.000129
+libstdc++.so.6 malloc 504 0x5571735a56b0 0.000136
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000190
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000178
+libstdc++.so.6 malloc 24 0x5571735a58f0 0.000137
+libstdc++.so.6 malloc 24 0x5571735a5910 0.000136
+libstdc++.so.6 free 0x5571735a5910 void 0.000171
+libstdc++.so.6 free 0x5571735a58f0 void 0.000136
+libstdc++.so.6 free 0x5571735a58d0 void 0.000147
+libstdc++.so.6 free 0x5571735a58b0 void 0.000136
+libstdc++.so.6 free 0x557173585a10 void 0.000134
+libstdc++.so.6 free 0x557173585990 void 0.000132
+libstdc++.so.6 free 0x5571735843b0 void 0.000135
+libstdc++.so.6 free 0x557173584330 void 0.000135
+libstdc++.so.6 free 0x557173584370 void 0.000134
+libstdc++.so.6 free 0x5571735842f0 void 0.000130
+libstdc++.so.6 free 0x5571735859d0 void 0.000135
+libstdc++.so.6 free 0x557173585950 void 0.000136
+libstdc++.so.6 free 0x5571735840e0 void 0.000130
+gallium_dri.so free 0x55717354b4f0 void 0.000134
+gallium_dri.so free 0x55717357f670 void 0.000136
+gallium_dri.so free 0x557173583d70 void 0.000136
+libstdc++.so.6 free 0x55717357f8b0 void 0.000134
+libstdc++.so.6 free 0x557173583e50 void 0.000130
+libstdc++.so.6 free 0x557173583e10 void 0.000124
+libstdc++.so.6 free 0x557173583dd0 void 0.000131
+libstdc++.so.6 free 0x557173583d90 void 0.000139
+libstdc++.so.6 malloc 24 0x55717357f8b0 0.000136
+libstdc++.so.6 malloc 16 0x557173583d70 0.000135
+libstdc++.so.6 malloc 24 0x55717357f670 0.000182
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000164
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000130
+libstdc++.so.6 free 0x5571735a58d0 void 0.000306
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000369
+libstdc++.so.6 free 0x5571735a58d0 void 0.000343
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000282
+libstdc++.so.6 free 0x5571735a58d0 void 0.000288
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000262
+libstdc++.so.6 free 0x5571735a58d0 void 0.000279
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000278
+libstdc++.so.6 free 0x5571735a58d0 void 0.000283
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000165
+libstdc++.so.6 free 0x5571735a58d0 void 0.000182
+libstdc++.so.6 free 0x5571735a58b0 void 0.000163
+libstdc++.so.6 free 0x55717357f670 void 0.000168
+libstdc++.so.6 free 0x557173583d70 void 0.000166
+libstdc++.so.6 free 0x55717357f8b0 void 0.000162
+gallium_dri.so free 0x5571735a59b0 void 0.000130
+gallium_dri.so free 0x5571735a5990 void 0.000129
+gallium_dri.so free 0x5571735a5950 void 0.000128
+gallium_dri.so free 0x5571735a5930 void 0.000128
+libstdc++.so.6 malloc 56 0x5571735859d0 0.000124
+libstdc++.so.6 malloc 16 0x55717357f8b0 0.000118
+libstdc++.so.6 malloc 40 0x557173577c80 0.000122
+libstdc++.so.6 malloc 24 0x557173583d70 0.000128
+libstdc++.so.6 malloc 24 0x55717357f670 0.000129
+libstdc++.so.6 free 0x55717357f670 void 0.000129
+libstdc++.so.6 free 0x557173583d70 void 0.000130
+libstdc++.so.6 malloc 56 0x5571735842f0 0.000124
+libstdc++.so.6 malloc 24 0x557173583d70 0.000123
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 malloc 56 0x557173584370 0.000131
+libstdc++.so.6 free 0x5571735842f0 void 0.000128
+libstdc++.so.6 free 0x55717357f8b0 void 0.000137
+libstdc++.so.6 free 0x557173577c80 void 0.000128
+libstdc++.so.6 malloc 24 0x55717357f8b0 0.000125
+libstdc++.so.6 malloc 24 0x557173583d70 0.000124
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 free 0x55717357f8b0 void 0.000129
+libstdc++.so.6 malloc 16 0x55717357f8b0 0.000129
+libstdc++.so.6 malloc 24 0x557173583d70 0.000131
+libstdc++.so.6 free 0x557173583d70 void 0.000131
+libstdc++.so.6 malloc 24 0x557173583d70 0.000131
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 malloc 24 0x557173583d70 0.000129
+libstdc++.so.6 free 0x557173583d70 void 0.000125
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000128
+libstdc++.so.6 malloc 24 0x557173583d70 0.000129
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 malloc 24 0x557173583d70 0.000124
+libstdc++.so.6 free 0x557173583d70 void 0.000123
+libstdc++.so.6 malloc 24 0x557173583d70 0.000130
+libstdc++.so.6 free 0x557173583d70 void 0.000133
+libstdc++.so.6 malloc 24 0x557173583d70 0.000133
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000124
+libstdc++.so.6 malloc 24 0x557173583d70 0.000126
+libstdc++.so.6 free 0x557173583d70 void 0.000130
+libstdc++.so.6 malloc 24 0x557173583d70 0.000131
+libstdc++.so.6 free 0x557173583d70 void 0.000130
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000124
+libstdc++.so.6 malloc 24 0x557173583d70 0.000131
+libstdc++.so.6 free 0x557173583d70 void 0.000123
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 malloc 24 0x557173583d70 0.000124
+libstdc++.so.6 free 0x557173583d70 void 0.000124
+libstdc++.so.6 malloc 24 0x557173583d70 0.000129
+libstdc++.so.6 free 0x557173583d70 void 0.000128
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000123
+libstdc++.so.6 malloc 24 0x557173583d70 0.000131
+libstdc++.so.6 free 0x557173583d70 void 0.000134
+libstdc++.so.6 malloc 24 0x557173583d70 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000125
+libstdc++.so.6 malloc 24 0x557173583d70 0.000128
+libstdc++.so.6 free 0x557173583d70 void 0.000130
+libstdc++.so.6 free 0x55717357f8b0 void 0.000129
+libstdc++.so.6 malloc 328 0x5571735a59f0 0.000130
+libstdc++.so.6 free 0x5571735849f0 void 0.000125
+libstdc++.so.6 malloc 24 0x55717357f8b0 0.000123
+gallium_dri.so realloc 0|32 0x557173577c80 0.000134
+libstdc++.so.6 free 0x557173584f10 void 0.000129
+libstdc++.so.6 malloc 16 0x557173584f10 0.000131
+libstdc++.so.6 malloc 24 0x557173583d70 0.000128
+libstdc++.so.6 free 0x557173584ef0 void 0.000129
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000125
+gallium_dri.so realloc 0|32 0x557173579120 0.000127
+libstdc++.so.6 free 0x5571735853f0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735853f0 0.000129
+gallium_dri.so realloc 0|32 0x5571735771b0 0.000132
+libstdc++.so.6 free 0x557173585910 void 0.000130
+libstdc++.so.6 malloc 16 0x557173585910 0.000140
+libstdc++.so.6 malloc 24 0x55717357f670 0.000126
+libstdc++.so.6 free 0x5571735858f0 void 0.000126
+libstdc++.so.6 malloc 24 0x5571735858f0 0.000130
+gallium_dri.so realloc 0|32 0x5571734e0cf0 0.000133
+libstdc++.so.6 free 0x557173585ef0 void 0.000128
+libstdc++.so.6 malloc 24 0x557173585ef0 0.000124
+gallium_dri.so realloc 0|32 0x5571735a5b40 0.000121
+libstdc++.so.6 free 0x557173586410 void 0.000123
+libstdc++.so.6 malloc 16 0x557173586410 0.000129
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000129
+libstdc++.so.6 free 0x5571735863f0 void 0.000128
+libstdc++.so.6 malloc 24 0x5571735863f0 0.000133
+gallium_dri.so realloc 0|32 0x5571735a5b70 0.000134
+libstdc++.so.6 free 0x5571735868f0 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735868f0 0.000128
+gallium_dri.so realloc 0|32 0x5571735a5ba0 0.000132
+libstdc++.so.6 free 0x557173586e10 void 0.000131
+libstdc++.so.6 malloc 16 0x557173586e10 0.000125
+libstdc++.so.6 malloc 24 0x5571735a58d0 0.000123
+libstdc++.so.6 free 0x557173586df0 void 0.000138
+libstdc++.so.6 malloc 24 0x557173586df0 0.000132
+gallium_dri.so realloc 0|32 0x5571735a5bd0 0.000133
+libstdc++.so.6 free 0x557173586ee0 void 0.000129
+libstdc++.so.6 malloc 16 0x5571735a58f0 0.000129
+libstdc++.so.6 malloc 24 0x5571735a5910 0.000125
+libstdc++.so.6 free 0x5571735802a0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735849f0 0.000124
+gallium_dri.so realloc 0|32 0x5571735802a0 0.000133
+libstdc++.so.6 free 0x55717359f520 void 0.000129
+libstdc++.so.6 malloc 16 0x55717359f520 0.000130
+libstdc++.so.6 malloc 24 0x5571735a59b0 0.000149
+libstdc++.so.6 free 0x55717359f500 void 0.000242
+libstdc++.so.6 malloc 24 0x55717359f500 0.000129
+gallium_dri.so realloc 0|32 0x557173586ee0 0.000126
+libstdc++.so.6 free 0x55717359fa20 void 0.000127
+libstdc++.so.6 malloc 16 0x55717359fa20 0.000123
+libstdc++.so.6 malloc 24 0x5571735a5990 0.000126
+libstdc++.so.6 free 0x55717359fa00 void 0.000125
+libstdc++.so.6 malloc 24 0x55717359fa00 0.000127
+gallium_dri.so realloc 0|32 0x5571735a5c00 0.000125
+libstdc++.so.6 free 0x55717359ff20 void 0.000123
+libstdc++.so.6 malloc 16 0x55717359ff20 0.000128
+libstdc++.so.6 malloc 24 0x5571735a5950 0.000125
+libstdc++.so.6 free 0x55717359ff00 void 0.000124
+libstdc++.so.6 malloc 24 0x55717359ff00 0.000125
+gallium_dri.so realloc 0|32 0x5571735a5c30 0.000126
+libstdc++.so.6 free 0x5571735a0440 void 0.000124
+libstdc++.so.6 malloc 16 0x5571735a0440 0.000121
+libstdc++.so.6 malloc 24 0x5571735a5930 0.000126
+libstdc++.so.6 free 0x5571735a0960 void 0.000123
+libstdc++.so.6 malloc 16 0x5571735a0960 0.000124
+libstdc++.so.6 malloc 24 0x5571735a5c60 0.000126
+libstdc++.so.6 free 0x5571735a0e80 void 0.000122
+libstdc++.so.6 malloc 16 0x5571735a0e80 0.000123
+libstdc++.so.6 malloc 24 0x5571735a5c80 0.000121
+libstdc++.so.6 free 0x5571735a13e0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a13e0 0.000124
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000125
+gallium_dri.so realloc 0x5571735a1420|512 0x5571735a5cc0 0.000127
+libstdc++.so.6 free 0x5571735a1ae0 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735a1ae0 0.000124
+gallium_dri.so realloc 0|32 0x5571735a5ed0 0.000127
+libstdc++.so.6 free 0x5571735a2000 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a2000 0.000124
+libstdc++.so.6 malloc 24 0x5571735a5f00 0.000123
+libstdc++.so.6 free 0x5571735a1fe0 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735a1fe0 0.000135
+gallium_dri.so realloc 0|32 0x5571735a5f20 0.000128
+libstdc++.so.6 free 0x5571735a24e0 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735a24e0 0.000122
+gallium_dri.so realloc 0|32 0x5571735a5f50 0.000124
+libstdc++.so.6 free 0x5571735a2a00 void 0.000130
+libstdc++.so.6 malloc 16 0x5571735a2a00 0.000125
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000122
+libstdc++.so.6 free 0x5571735a29e0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000122
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000124
+libstdc++.so.6 free 0x5571735a2ee0 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735a2ee0 0.000122
+gallium_dri.so realloc 0|32 0x5571735a5fd0 0.000125
+libstdc++.so.6 free 0x5571735a3400 void 0.000123
+libstdc++.so.6 malloc 16 0x5571735a3400 0.000123
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000127
+libstdc++.so.6 free 0x5571735a33e0 void 0.000126
+libstdc++.so.6 malloc 24 0x5571735a33e0 0.000124
+gallium_dri.so realloc 0|32 0x5571735a6020 0.000127
+libstdc++.so.6 free 0x5571735a38e0 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735a38e0 0.000124
+gallium_dri.so realloc 0|32 0x5571735a6050 0.000124
+libstdc++.so.6 free 0x5571735a3e00 void 0.000122
+libstdc++.so.6 malloc 16 0x5571735a3e00 0.000120
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000197
+libstdc++.so.6 free 0x5571735a3de0 void 0.000154
+libstdc++.so.6 malloc 24 0x5571735a3de0 0.000119
+gallium_dri.so realloc 0|32 0x5571735a60a0 0.000121
+libstdc++.so.6 free 0x5571735a4320 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735a4320 0.000118
+libstdc++.so.6 malloc 24 0x5571735a60d0 0.000118
+libstdc++.so.6 free 0x5571735a4840 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a4840 0.000117
+libstdc++.so.6 malloc 24 0x5571735a60f0 0.000118
+libstdc++.so.6 free 0x5571735a4d60 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a4d60 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6110 0.000117
+libstdc++.so.6 free 0x5571735a5390 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a5390 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6130 0.000118
+gallium_dri.so free 0x5571735a6050 void 0.000118
+gallium_dri.so free 0x5571735a5fd0 void 0.000117
+gallium_dri.so free 0x5571735a5f50 void 0.000117
+gallium_dri.so free 0x5571735a5ed0 void 0.000117
+gallium_dri.so free 0x5571735a60a0 void 0.000117
+gallium_dri.so free 0x5571735a6020 void 0.000117
+gallium_dri.so free 0x5571735a5fa0 void 0.000117
+gallium_dri.so free 0x5571735a5f20 void 0.000116
+gallium_dri.so free 0x5571735a5c30 void 0.000117
+gallium_dri.so free 0x5571735a5c00 void 0.000116
+gallium_dri.so free 0x557173586ee0 void 0.000129
+gallium_dri.so free 0x5571735802a0 void 0.000120
+gallium_dri.so free 0x5571735a5ba0 void 0.000117
+gallium_dri.so free 0x5571735a5b40 void 0.000117
+gallium_dri.so free 0x5571735a5bd0 void 0.000117
+gallium_dri.so free 0x5571735a5b70 void 0.000118
+gallium_dri.so free 0x5571735771b0 void 0.000117
+gallium_dri.so free 0x557173577c80 void 0.000117
+gallium_dri.so free 0x5571734e0cf0 void 0.000117
+gallium_dri.so free 0x557173579120 void 0.000118
+libstdc++.so.6 free 0x5571735a59f0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000119
+libstdc++.so.6 malloc 16 0x5571735a6170 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000117
+libstdc++.so.6 malloc 24 0x5571735a61b0 0.000116
+libstdc++.so.6 free 0x5571735a61b0 void 0.000120
+libstdc++.so.6 free 0x5571735a6190 void 0.000117
+libstdc++.so.6 free 0x5571735a6170 void 0.000116
+libstdc++.so.6 free 0x5571735a6150 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6170 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000117
+libstdc++.so.6 malloc 24 0x5571735a61b0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a61d0 0.000121
+libstdc++.so.6 free 0x55717359fa20 void 0.000111
+libstdc++.so.6 malloc 16 0x55717359fa20 0.000113
+libstdc++.so.6 malloc 56 0x5571735842f0 0.000113
+libstdc++.so.6 free 0x557173583d70 void 0.000128
+libstdc++.so.6 free 0x5571735a61d0 void 0.000114
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000115
+libstdc++.so.6 free 0x557173584f10 void 0.000112
+libstdc++.so.6 free 0x557173584ef0 void 0.000112
+libstdc++.so.6 free 0x557173584cf0 void 0.000111
+libstdc++.so.6 free 0x557173584ca0 void 0.000111
+libstdc++.so.6 free 0x557173584aa0 void 0.000112
+libstdc++.so.6 free 0x557173584a50 void 0.000111
+libstdc++.so.6 malloc 16 0x557173584ef0 0.000112
+libstdc++.so.6 free 0x55717359ff20 void 0.000112
+libstdc++.so.6 malloc 16 0x55717359ff20 0.000112
+libstdc++.so.6 malloc 56 0x557173584330 0.000112
+libstdc++.so.6 free 0x55717357f670 void 0.000112
+libstdc++.so.6 free 0x557173584ef0 void 0.000112
+libstdc++.so.6 free 0x557173585910 void 0.000116
+libstdc++.so.6 free 0x5571735858f0 void 0.000112
+libstdc++.so.6 free 0x5571735856f0 void 0.000113
+libstdc++.so.6 free 0x5571735856a0 void 0.000111
+libstdc++.so.6 free 0x5571735854a0 void 0.000111
+libstdc++.so.6 free 0x557173585450 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735858f0 0.000112
+libstdc++.so.6 free 0x5571735a58f0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a58f0 0.000111
+libstdc++.so.6 malloc 56 0x5571735843b0 0.000112
+libstdc++.so.6 free 0x5571735a58b0 void 0.000114
+libstdc++.so.6 free 0x5571735858f0 void 0.000111
+libstdc++.so.6 free 0x557173586410 void 0.000112
+libstdc++.so.6 free 0x5571735863f0 void 0.000219
+libstdc++.so.6 free 0x5571735861f0 void 0.000115
+libstdc++.so.6 free 0x5571735861a0 void 0.000112
+libstdc++.so.6 free 0x557173585fa0 void 0.000115
+libstdc++.so.6 free 0x557173585f50 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735a58b0 0.000113
+libstdc++.so.6 free 0x55717359f520 void 0.000113
+libstdc++.so.6 malloc 16 0x55717359f520 0.000114
+libstdc++.so.6 malloc 56 0x557173585990 0.000113
+libstdc++.so.6 free 0x5571735a58d0 void 0.000113
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 free 0x557173586e10 void 0.000114
+libstdc++.so.6 free 0x557173586df0 void 0.000114
+libstdc++.so.6 free 0x557173586bf0 void 0.000115
+libstdc++.so.6 free 0x557173586ba0 void 0.000113
+libstdc++.so.6 free 0x5571735869a0 void 0.000112
+libstdc++.so.6 free 0x557173586950 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000114
+libstdc++.so.6 free 0x5571735a0440 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a0440 0.000115
+libstdc++.so.6 free 0x5571735a58d0 void 0.000114
+gallium_dri.so realloc 0x5571735a5fa0|64 0x557173586950 0.000117
+libstdc++.so.6 free 0x5571735a58f0 void 0.000113
+libstdc++.so.6 free 0x5571735849f0 void 0.000113
+libstdc++.so.6 free 0x55717359ee00 void 0.000114
+libstdc++.so.6 free 0x55717359edb0 void 0.000113
+libstdc++.so.6 free 0x55717359ebb0 void 0.000114
+libstdc++.so.6 free 0x5571735842a0 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000113
+libstdc++.so.6 free 0x5571735a0960 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a0960 0.000111
+libstdc++.so.6 free 0x5571735a58d0 void 0.000111
+libstdc++.so.6 free 0x55717359f520 void 0.000115
+libstdc++.so.6 free 0x55717359f500 void 0.000113
+libstdc++.so.6 free 0x55717359f300 void 0.000113
+libstdc++.so.6 free 0x55717359f2b0 void 0.000112
+libstdc++.so.6 free 0x55717359f0b0 void 0.000112
+libstdc++.so.6 free 0x5571735849a0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000112
+libstdc++.so.6 free 0x5571735a0e80 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a0e80 0.000117
+libstdc++.so.6 free 0x5571735a58d0 void 0.000113
+libstdc++.so.6 free 0x55717359fa20 void 0.000112
+libstdc++.so.6 free 0x55717359fa00 void 0.000111
+libstdc++.so.6 free 0x55717359f800 void 0.000111
+libstdc++.so.6 free 0x55717359f7b0 void 0.000111
+libstdc++.so.6 free 0x55717359f5b0 void 0.000111
+libstdc++.so.6 free 0x55717359f560 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000112
+libstdc++.so.6 free 0x5571735a13e0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735a13e0 0.000112
+libstdc++.so.6 free 0x5571735a58d0 void 0.000110
+libstdc++.so.6 free 0x55717359ff20 void 0.000110
+libstdc++.so.6 free 0x55717359ff00 void 0.000111
+libstdc++.so.6 free 0x55717359fd00 void 0.000111
+libstdc++.so.6 free 0x55717359fcb0 void 0.000126
+libstdc++.so.6 free 0x55717359fab0 void 0.000115
+libstdc++.so.6 free 0x55717359fa60 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a58d0 0.000114
+libstdc++.so.6 free 0x5571735a4320 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735a4320 0.000113
+libstdc++.so.6 malloc 56 0x557173585a10 0.000113
+libstdc++.so.6 free 0x5571735a5f00 void 0.000112
+libstdc++.so.6 free 0x5571735a58d0 void 0.000112
+gallium_dri.so realloc 0x557173586950|128 0x557173586950 0.000114
+libstdc++.so.6 free 0x5571735a2000 void 0.000113
+libstdc++.so.6 free 0x5571735a1fe0 void 0.000112
+libstdc++.so.6 free 0x5571735a1de0 void 0.000112
+libstdc++.so.6 free 0x5571735a1d90 void 0.000112
+libstdc++.so.6 free 0x5571735a1b90 void 0.000113
+libstdc++.so.6 free 0x5571735a1b40 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a5f00 0.000112
+libstdc++.so.6 free 0x5571735a4840 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a4840 0.000112
+libstdc++.so.6 malloc 56 0x557173583d90 0.000113
+libstdc++.so.6 free 0x5571735a5f80 void 0.000112
+libstdc++.so.6 free 0x5571735a5f00 void 0.000112
+libstdc++.so.6 free 0x5571735a2a00 void 0.000111
+libstdc++.so.6 free 0x5571735a29e0 void 0.000113
+libstdc++.so.6 free 0x5571735a27e0 void 0.000112
+libstdc++.so.6 free 0x5571735a2790 void 0.000112
+libstdc++.so.6 free 0x5571735a2590 void 0.000113
+libstdc++.so.6 free 0x5571735a2540 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735a5f80 0.000167
+libstdc++.so.6 free 0x5571735a4d60 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a4d60 0.000113
+libstdc++.so.6 malloc 56 0x557173585950 0.000112
+libstdc++.so.6 free 0x5571735a6000 void 0.000114
+libstdc++.so.6 free 0x5571735a5f80 void 0.000113
+libstdc++.so.6 free 0x5571735a3400 void 0.000113
+libstdc++.so.6 free 0x5571735a33e0 void 0.000114
+libstdc++.so.6 free 0x5571735a31e0 void 0.000115
+libstdc++.so.6 free 0x5571735a3190 void 0.000114
+libstdc++.so.6 free 0x5571735a2f90 void 0.000113
+libstdc++.so.6 free 0x5571735a2f40 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735a6000 0.000114
+libstdc++.so.6 free 0x5571735a5390 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a5390 0.000114
+libstdc++.so.6 malloc 56 0x557173583e50 0.000114
+libstdc++.so.6 free 0x5571735a6080 void 0.000114
+libstdc++.so.6 free 0x5571735a6000 void 0.000113
+libstdc++.so.6 free 0x5571735a3e00 void 0.000112
+libstdc++.so.6 free 0x5571735a3de0 void 0.000117
+libstdc++.so.6 free 0x5571735a3be0 void 0.000113
+libstdc++.so.6 free 0x5571735a3b90 void 0.000112
+libstdc++.so.6 free 0x5571735a3990 void 0.000115
+libstdc++.so.6 free 0x5571735a3940 void 0.000114
+libstdc++.so.6 free 0x5571735a61b0 void 0.000112
+libstdc++.so.6 free 0x5571735a6190 void 0.000113
+libstdc++.so.6 free 0x5571735a6170 void 0.000114
+libstdc++.so.6 free 0x5571735a6150 void 0.000151
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000116
+libstdc++.so.6 malloc 16 0x557173585910 0.000117
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000113
+libstdc++.so.6 malloc 24 0x55717357f670 0.000112
+libstdc++.so.6 free 0x55717357f670 void 0.000113
+libstdc++.so.6 free 0x557173584ef0 void 0.000112
+libstdc++.so.6 free 0x557173585910 void 0.000111
+libstdc++.so.6 free 0x5571735a6080 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000111
+libstdc++.so.6 malloc 16 0x557173585910 0.000112
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000112
+libstdc++.so.6 malloc 24 0x55717357f670 0.000111
+libstdc++.so.6 free 0x55717357f670 void 0.000114
+libstdc++.so.6 free 0x557173584ef0 void 0.000112
+libstdc++.so.6 free 0x557173585910 void 0.000111
+libstdc++.so.6 free 0x5571735a6080 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000116
+libstdc++.so.6 malloc 16 0x557173585910 0.000112
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000111
+libstdc++.so.6 malloc 24 0x55717357f670 0.000111
+libstdc++.so.6 malloc 24 0x557173584f10 0.000113
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000112
+libstdc++.so.6 malloc 24 0x557173583d70 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000113
+libstdc++.so.6 malloc 24 0x5571735a33e0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000111
+libstdc++.so.6 malloc 24 0x5571735a3e00 0.000118
+libstdc++.so.6 malloc 24 0x5571735a3de0 0.000125
+libstdc++.so.6 malloc 24 0x5571735a61b0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3400 0.000115
+libstdc++.so.6 malloc 24 0x5571735a58d0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a2000 0.000112
+libstdc++.so.6 malloc 24 0x5571735a1fe0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5f00 0.000112
+libstdc++.so.6 free 0x557173584f10 void 0.000114
+libstdc++.so.6 free 0x5571735a61d0 void 0.000112
+libstdc++.so.6 free 0x557173583d70 void 0.000111
+libstdc++.so.6 free 0x5571735a6150 void 0.000111
+libstdc++.so.6 free 0x5571735a61b0 void 0.000112
+libstdc++.so.6 free 0x5571735a6190 void 0.000112
+libstdc++.so.6 free 0x5571735a6170 void 0.000113
+libstdc++.so.6 free 0x5571735a3400 void 0.000114
+libstdc++.so.6 free 0x5571735a33e0 void 0.000112
+libstdc++.so.6 free 0x5571735a6000 void 0.000112
+libstdc++.so.6 free 0x5571735a3e00 void 0.000113
+libstdc++.so.6 free 0x5571735a3de0 void 0.000111
+libstdc++.so.6 free 0x5571735a58d0 void 0.000111
+libstdc++.so.6 free 0x5571735a2000 void 0.000111
+libstdc++.so.6 free 0x5571735a1fe0 void 0.000111
+libstdc++.so.6 free 0x5571735a5f00 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000114
+libstdc++.so.6 free 0x5571735a6150 void 0.000112
+libstdc++.so.6 free 0x55717357f670 void 0.000113
+libstdc++.so.6 free 0x557173584ef0 void 0.000162
+libstdc++.so.6 free 0x557173585910 void 0.000114
+libstdc++.so.6 free 0x5571735a6080 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000115
+libstdc++.so.6 malloc 16 0x557173583d70 0.000114
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000116
+libstdc++.so.6 malloc 24 0x557173584f10 0.000115
+libstdc++.so.6 free 0x557173584f10 void 0.000114
+libstdc++.so.6 free 0x5571735a61d0 void 0.000114
+libstdc++.so.6 free 0x557173583d70 void 0.000113
+libstdc++.so.6 free 0x5571735a6150 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000114
+libstdc++.so.6 malloc 16 0x557173583d70 0.000113
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000114
+libstdc++.so.6 malloc 24 0x557173584f10 0.000113
+libstdc++.so.6 free 0x557173584f10 void 0.000114
+libstdc++.so.6 free 0x5571735a61d0 void 0.000114
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000118
+libstdc++.so.6 malloc 16 0x557173583d70 0.000113
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000113
+libstdc++.so.6 malloc 24 0x557173584f10 0.000114
+libstdc++.so.6 free 0x557173584f10 void 0.000115
+libstdc++.so.6 free 0x5571735a61d0 void 0.000114
+libstdc++.so.6 free 0x557173583d70 void 0.000113
+libstdc++.so.6 free 0x5571735a6150 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000125
+libstdc++.so.6 malloc 16 0x557173583d70 0.000112
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000116
+libstdc++.so.6 malloc 24 0x557173584f10 0.000111
+libstdc++.so.6 free 0x557173584f10 void 0.000114
+libstdc++.so.6 free 0x5571735a61d0 void 0.000112
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000112
+libstdc++.so.6 malloc 16 0x557173583d70 0.000111
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000112
+libstdc++.so.6 malloc 24 0x557173584f10 0.000112
+libstdc++.so.6 free 0x557173584f10 void 0.000111
+libstdc++.so.6 free 0x5571735a61d0 void 0.000112
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000111
+libstdc++.so.6 malloc 16 0x557173583d70 0.000114
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000111
+libstdc++.so.6 malloc 24 0x557173584f10 0.000111
+libstdc++.so.6 free 0x557173584f10 void 0.000114
+libstdc++.so.6 free 0x5571735a61d0 void 0.000112
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000112
+libstdc++.so.6 malloc 16 0x557173583d70 0.000111
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000112
+libstdc++.so.6 malloc 24 0x557173584f10 0.000111
+libstdc++.so.6 free 0x557173584f10 void 0.000128
+libstdc++.so.6 free 0x5571735a61d0 void 0.000113
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000114
+libstdc++.so.6 malloc 16 0x557173583d70 0.000111
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000122
+libstdc++.so.6 malloc 24 0x557173584f10 0.000121
+gallium_dri.so malloc 3584 0x5571735a61f0 0.000148
+gallium_dri.so realloc 0|256 0x5571735a1420 0.000129
+libstdc++.so.6 free 0x557173584f10 void 0.000118
+libstdc++.so.6 free 0x5571735a61d0 void 0.000113
+libstdc++.so.6 free 0x557173583d70 void 0.000116
+libstdc++.so.6 free 0x5571735a6150 void 0.000130
+gallium_dri.so free 0x5571735a61f0 void 0.000150
+gallium_dri.so free 0x5571735a1420 void 0.000198
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000147
+libstdc++.so.6 malloc 16 0x557173583d70 0.000115
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000112
+libstdc++.so.6 malloc 24 0x557173584f10 0.000112
+libstdc++.so.6 malloc 24 0x5571735a2a00 0.000115
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000113
+libstdc++.so.6 malloc 24 0x55717357f670 0.000166
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000116
+libstdc++.so.6 malloc 24 0x557173579120 0.000114
+libstdc++.so.6 malloc 24 0x5571734e0cf0 0.000114
+libstdc++.so.6 malloc 24 0x557173577c80 0.000115
+libstdc++.so.6 malloc 24 0x5571735771b0 0.000113
+libstdc++.so.6 malloc 24 0x5571735802a0 0.000113
+libstdc++.so.6 malloc 24 0x557173586ee0 0.000115
+libstdc++.so.6 malloc 24 0x557173586df0 0.000119
+libstdc++.so.6 malloc 24 0x557173586e10 0.000115
+libstdc++.so.6 malloc 24 0x5571735863f0 0.000114
+libstdc++.so.6 free 0x5571735a2a00 void 0.000113
+libstdc++.so.6 free 0x5571735a29e0 void 0.000114
+libstdc++.so.6 free 0x5571735a5f80 void 0.000113
+libstdc++.so.6 free 0x5571735a6080 void 0.000115
+libstdc++.so.6 free 0x5571734e0cf0 void 0.000114
+libstdc++.so.6 free 0x557173577c80 void 0.000118
+libstdc++.so.6 free 0x5571735771b0 void 0.000114
+libstdc++.so.6 free 0x5571735802a0 void 0.000113
+libstdc++.so.6 free 0x5571735a6000 void 0.000113
+libstdc++.so.6 free 0x55717357f670 void 0.000114
+libstdc++.so.6 free 0x557173584ef0 void 0.000114
+libstdc++.so.6 free 0x557173579120 void 0.000114
+libstdc++.so.6 free 0x557173586ee0 void 0.000114
+libstdc++.so.6 free 0x557173586df0 void 0.000114
+libstdc++.so.6 free 0x557173586e10 void 0.000114
+libstdc++.so.6 free 0x5571735863f0 void 0.000114
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000122
+libstdc++.so.6 free 0x557173584ef0 void 0.000113
+libstdc++.so.6 free 0x557173584f10 void 0.000111
+libstdc++.so.6 free 0x5571735a61d0 void 0.000113
+libstdc++.so.6 free 0x557173583d70 void 0.000111
+libstdc++.so.6 free 0x5571735a6150 void 0.000111
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000111
+libstdc++.so.6 malloc 16 0x55717357f670 0.000110
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000110
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000110
+libstdc++.so.6 free 0x5571735a6080 void 0.000111
+libstdc++.so.6 free 0x5571735a6000 void 0.000112
+libstdc++.so.6 free 0x55717357f670 void 0.000110
+libstdc++.so.6 free 0x557173584ef0 void 0.000111
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000111
+libstdc++.so.6 malloc 24 0x55717357f670 0.000110
+libstdc++.so.6 malloc 16 0x5571735a6000 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000111
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000112
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a2a00 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000124
+libstdc++.so.6 malloc 24 0x557173586df0 0.000124
+libstdc++.so.6 malloc 24 0x557173586e10 0.000118
+libstdc++.so.6 malloc 24 0x5571735863f0 0.000117
+libstdc++.so.6 free 0x5571735a5f80 void 0.000117
+libstdc++.so.6 free 0x5571735a6080 void 0.000117
+libstdc++.so.6 free 0x5571735a6000 void 0.000115
+libstdc++.so.6 free 0x55717357f670 void 0.000119
+libstdc++.so.6 malloc 24 0x55717357f670 0.000117
+libstdc++.so.6 malloc 16 0x5571735a6000 0.000118
+libstdc++.so.6 malloc 64 0x557173586ba0 0.000117
+libstdc++.so.6 malloc 512 0x55717359ebb0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000120
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000118
+libstdc++.so.6 malloc 24 0x557173584f10 0.000117
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000116
+libstdc++.so.6 free 0x5571735a61d0 void 0.000118
+libstdc++.so.6 free 0x557173584f10 void 0.000119
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000120
+gallium_dri.so free 0x5571735a5fa0 void 0.000115
+libstdc++.so.6 free 0x5571735a5f80 void 0.000117
+libstdc++.so.6 free 0x5571735a6080 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000116
+libstdc++.so.6 malloc 64 0x557173585f50 0.000118
+libstdc++.so.6 malloc 512 0x55717359f0b0 0.000117
+libstdc++.so.6 free 0x55717359f0b0 void 0.000119
+libstdc++.so.6 free 0x557173585f50 void 0.000119
+libstdc++.so.6 malloc 64 0x557173585f50 0.000118
+libstdc++.so.6 malloc 512 0x55717359f0b0 0.000116
+libstdc++.so.6 free 0x55717359f0b0 void 0.000116
+libstdc++.so.6 free 0x557173585f50 void 0.000122
+gallium_dri.so malloc 4096 0x5571735a61f0 0.000121
+gallium_dri.so realloc 0|256 0x5571735a1420 0.000171
+libstdc++.so.6 malloc 64 0x557173585f50 0.000118
+libstdc++.so.6 malloc 504 0x557173586bf0 0.000117
+libstdc++.so.6 malloc 64 0x5571735861a0 0.000118
+libstdc++.so.6 malloc 504 0x557173585fa0 0.000117
+libstdc++.so.6 free 0x5571735a5f80 void 0.000119
+libstdc++.so.6 free 0x5571735a6080 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000117
+libstdc++.so.6 free 0x5571735a5f80 void 0.000118
+libstdc++.so.6 free 0x5571735a6080 void 0.000116
+gallium_dri.so free 0x5571735a5970 void 0.000118
+gallium_dri.so free 0x5571735a59d0 void 0.000118
+gallium_dri.so free 0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a59d0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000116
+libstdc++.so.6 free 0x5571735a5f80 void 0.000114
+libstdc++.so.6 free 0x5571735a6080 void 0.000119
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000119
+gallium_dri.so free 0x5571735a5fa0 void 0.000117
+gallium_dri.so realloc 0|64 0x557173585450 0.000121
+gallium_dri.so realloc 0x557173585450|128 0x5571735a5b40 0.000119
+libstdc++.so.6 free 0x5571735a5970 void 0.000119
+libstdc++.so.6 free 0x5571735a59d0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a59d0 0.000126
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000117
+libstdc++.so.6 malloc 16 0x5571735a6080 0.000116
+libstdc++.so.6 malloc 16 0x5571735a5f80 0.000115
+libstdc++.so.6 free 0x5571735a5970 void 0.000116
+libstdc++.so.6 free 0x5571735a59d0 void 0.000115
+libstdc++.so.6 malloc 4808 0x5571735a7200 0.000119
+libstdc++.so.6 malloc 16 0x5571735a59d0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a5970 0.000117
+libstdc++.so.6 malloc 24 0x557173584f10 0.000116
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000116
+libstdc++.so.6 free 0x557173584f10 void 0.000118
+libstdc++.so.6 malloc 24 0x557173584f10 0.000117
+libstdc++.so.6 malloc 56 0x557173583e10 0.000117
+libstdc++.so.6 free 0x5571735a61d0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000117
+libstdc++.so.6 free 0x557173584f10 void 0.000116
+libstdc++.so.6 free 0x5571735a61d0 void 0.000116
+libstdc++.so.6 free 0x5571735a5f80 void 0.000117
+libstdc++.so.6 free 0x5571735a6080 void 0.000115
+libstdc++.so.6 free 0x5571735a5970 void 0.000117
+libstdc++.so.6 free 0x557173583e10 void 0.000117
+libstdc++.so.6 free 0x5571735a59d0 void 0.000117
+libstdc++.so.6 free 0x5571735a7200 void 0.000118
+gallium_dri.so free 0x55717359ee00 void 0.000117
+gallium_dri.so free 0x55717359ede0 void 0.000116
+gallium_dri.so free 0x55717359edc0 void 0.000116
+gallium_dri.so free 0x557173586ee0 void 0.000126
+gallium_dri.so free 0x557173586410 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a59d0 0.000117
+libstdc++.so.6 malloc 328 0x5571735a59f0 0.000115
+libstdc++.so.6 free 0x5571735a59f0 void 0.000119
+libstdc++.so.6 free 0x5571735a59d0 void 0.000117
+libstdc++.so.6 free 0x55717359ebb0 void 0.000118
+libstdc++.so.6 free 0x557173586ba0 void 0.000116
+libstdc++.so.6 free 0x5571735a6000 void 0.000117
+libstdc++.so.6 free 0x55717357f670 void 0.000117
+gallium_dri.so free 0x5571735a5b40 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a59d0 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5970 0.000116
+libstdc++.so.6 free 0x557173585ef0 void 0.000117
+libstdc++.so.6 malloc 24 0x557173585ef0 0.000117
+libstdc++.so.6 free 0x5571735868f0 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735868f0 0.000118
+libstdc++.so.6 free 0x5571735a1ae0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a1ae0 0.000117
+libstdc++.so.6 free 0x5571735a24e0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a24e0 0.000116
+libstdc++.so.6 free 0x5571735a2ee0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a2ee0 0.000117
+libstdc++.so.6 free 0x5571735a38e0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a38e0 0.000118
+libstdc++.so.6 free 0x5571735a29e0 void 0.000119
+libstdc++.so.6 free 0x5571735a2a00 void 0.000118
+libstdc++.so.6 free 0x5571735a6150 void 0.000164
+libstdc++.so.6 free 0x557173586df0 void 0.000118
+libstdc++.so.6 free 0x557173586e10 void 0.000119
+libstdc++.so.6 free 0x5571735863f0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a2a00 0.000118
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000117
+libstdc++.so.6 free 0x557173584a10 void 0.000119
+libstdc++.so.6 malloc 16 0x557173584a10 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000119
+libstdc++.so.6 free 0x5571735a29e0 void 0.000118
+libstdc++.so.6 free 0x5571735a2a00 void 0.000118
+libstdc++.so.6 free 0x5571735a5970 void 0.000117
+libstdc++.so.6 free 0x5571735a59d0 void 0.000116
+libstdc++.so.6 free 0x557173584ef0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000118
+libstdc++.so.6 malloc 16 0x5571735a2a00 0.000116
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000118
+libstdc++.so.6 free 0x5571735a5f80 void 0.000118
+libstdc++.so.6 free 0x5571735a29e0 void 0.000117
+libstdc++.so.6 free 0x5571735a2a00 void 0.000116
+libstdc++.so.6 free 0x5571735a5970 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000117
+libstdc++.so.6 malloc 16 0x5571735a2a00 0.000118
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000117
+libstdc++.so.6 free 0x5571735a5f80 void 0.000125
+libstdc++.so.6 free 0x5571735a29e0 void 0.000115
+libstdc++.so.6 free 0x5571735a2a00 void 0.000115
+libstdc++.so.6 free 0x5571735a5970 void 0.000116
+libstdc++.so.6 malloc 64 0x557173586ba0 0.000116
+libstdc++.so.6 malloc 16 0x5571735a5970 0.000115
+libstdc++.so.6 malloc 24 0x5571735a2a00 0.000117
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000115
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000115
+libstdc++.so.6 free 0x5571735a61d0 void 0.000116
+libstdc++.so.6 free 0x5571735a5f80 void 0.000117
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000116
+gallium_dri.so free 0x5571735a5fa0 void 0.000116
+libstdc++.so.6 free 0x5571735a29e0 void 0.000117
+libstdc++.so.6 free 0x5571735a2a00 void 0.000115
+libstdc++.so.6 free 0x5571735a56b0 void 0.000116
+libstdc++.so.6 free 0x5571735a5660 void 0.000116
+libstdc++.so.6 free 0x5571735a5460 void 0.000117
+libstdc++.so.6 free 0x5571735a5410 void 0.000116
+gallium_dri.so malloc 80 0x557173525780 0.000115
+gallium_dri.so malloc 8 0x5571735a2a00 0.000117
+libstdc++.so.6 free 0x557173586ba0 void 0.000115
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000117
+libstdc++.so.6 free 0x557173584370 void 0.000116
+libstdc++.so.6 free 0x5571735a5f80 void 0.000125
+libstdc++.so.6 free 0x5571735a29e0 void 0.000117
+libstdc++.so.6 free 0x5571735859d0 void 0.000117
+libstdc++.so.6 free 0x5571735a5970 void 0.000117
+libstdc++.so.6 free 0x557173584a10 void 0.000117
+libstdc++.so.6 free 0x55717357f8b0 void 0.000123
+libstdc++.so.6 free 0x5571735847a0 void 0.000118
+libstdc++.so.6 free 0x557173584750 void 0.000117
+libstdc++.so.6 free 0x557173584550 void 0.000118
+libstdc++.so.6 free 0x557173584500 void 0.000116
+libstdc++.so.6 free 0x557173585410 void 0.000118
+libstdc++.so.6 free 0x5571735853f0 void 0.000117
+libstdc++.so.6 free 0x5571735851f0 void 0.000123
+libstdc++.so.6 free 0x5571735851a0 void 0.000117
+libstdc++.so.6 free 0x557173584fa0 void 0.000118
+libstdc++.so.6 free 0x557173584f50 void 0.000116
+libstdc++.so.6 free 0x557173585f10 void 0.000118
+libstdc++.so.6 free 0x557173585ef0 void 0.000118
+libstdc++.so.6 free 0x557173585cf0 void 0.000117
+libstdc++.so.6 free 0x557173585ca0 void 0.000116
+libstdc++.so.6 free 0x557173585aa0 void 0.000117
+libstdc++.so.6 free 0x557173585a50 void 0.000116
+libstdc++.so.6 free 0x557173586910 void 0.000117
+libstdc++.so.6 free 0x5571735868f0 void 0.000117
+libstdc++.so.6 free 0x5571735866f0 void 0.000116
+libstdc++.so.6 free 0x5571735866a0 void 0.000118
+libstdc++.so.6 free 0x5571735864a0 void 0.000116
+libstdc++.so.6 free 0x557173586450 void 0.000122
+libstdc++.so.6 free 0x5571735a0400 void 0.000117
+libstdc++.so.6 free 0x5571735a0440 void 0.000118
+libstdc++.so.6 free 0x5571735a0200 void 0.000119
+libstdc++.so.6 free 0x5571735a01b0 void 0.000117
+libstdc++.so.6 free 0x55717359ffb0 void 0.000117
+libstdc++.so.6 free 0x55717359ff60 void 0.000117
+libstdc++.so.6 free 0x5571735a0920 void 0.000118
+libstdc++.so.6 free 0x5571735a0960 void 0.000117
+libstdc++.so.6 free 0x5571735a0720 void 0.000118
+libstdc++.so.6 free 0x5571735a06d0 void 0.000117
+libstdc++.so.6 free 0x5571735a04d0 void 0.000114
+libstdc++.so.6 free 0x5571735a0480 void 0.000117
+gallium_dri.so realloc 0x557173586950|256 0x55717359ee20 0.000123
+libstdc++.so.6 free 0x5571735a0e40 void 0.000117
+libstdc++.so.6 free 0x5571735a0e80 void 0.000117
+libstdc++.so.6 free 0x5571735a0c40 void 0.000117
+libstdc++.so.6 free 0x5571735a0bf0 void 0.000117
+libstdc++.so.6 free 0x5571735a09f0 void 0.000118
+libstdc++.so.6 free 0x5571735a09a0 void 0.000119
+libstdc++.so.6 free 0x5571735a13a0 void 0.000119
+libstdc++.so.6 free 0x5571735a13e0 void 0.000116
+libstdc++.so.6 free 0x5571735a11a0 void 0.000117
+libstdc++.so.6 free 0x5571735a1150 void 0.000116
+libstdc++.so.6 free 0x5571735a0f50 void 0.000118
+libstdc++.so.6 free 0x557173580140 void 0.000117
+libstdc++.so.6 free 0x5571735a1b00 void 0.000125
+libstdc++.so.6 free 0x5571735a1ae0 void 0.000117
+libstdc++.so.6 free 0x5571735a17d0 void 0.000116
+libstdc++.so.6 free 0x5571735a1780 void 0.000116
+libstdc++.so.6 free 0x5571735a1580 void 0.000118
+libstdc++.so.6 free 0x5571735a1530 void 0.000116
+libstdc++.so.6 free 0x5571735a2500 void 0.000116
+libstdc++.so.6 free 0x5571735a24e0 void 0.000116
+libstdc++.so.6 free 0x5571735a22e0 void 0.000118
+libstdc++.so.6 free 0x5571735a2290 void 0.000116
+libstdc++.so.6 free 0x5571735a2090 void 0.000116
+libstdc++.so.6 free 0x5571735a2040 void 0.000114
+libstdc++.so.6 free 0x5571735a2f00 void 0.000117
+libstdc++.so.6 free 0x5571735a2ee0 void 0.000116
+libstdc++.so.6 free 0x5571735a2ce0 void 0.000115
+libstdc++.so.6 free 0x5571735a2c90 void 0.000116
+libstdc++.so.6 free 0x5571735a2a90 void 0.000116
+libstdc++.so.6 free 0x5571735a2a40 void 0.000116
+libstdc++.so.6 free 0x5571735a3900 void 0.000118
+libstdc++.so.6 free 0x5571735a38e0 void 0.000116
+libstdc++.so.6 free 0x5571735a36e0 void 0.000116
+libstdc++.so.6 free 0x5571735a3690 void 0.000115
+libstdc++.so.6 free 0x5571735a3490 void 0.000121
+libstdc++.so.6 free 0x5571735a3440 void 0.000116
+libstdc++.so.6 free 0x557173585fa0 void 0.000117
+libstdc++.so.6 free 0x5571735861a0 void 0.000116
+libstdc++.so.6 free 0x557173586bf0 void 0.000116
+libstdc++.so.6 free 0x557173585f50 void 0.000125
+libstdc++.so.6 free 0x5571735a42e0 void 0.000117
+libstdc++.so.6 free 0x5571735a4320 void 0.000117
+libstdc++.so.6 free 0x5571735a40e0 void 0.000116
+libstdc++.so.6 free 0x5571735a4090 void 0.000117
+libstdc++.so.6 free 0x5571735a3e90 void 0.000117
+libstdc++.so.6 free 0x5571735a3e40 void 0.000117
+libstdc++.so.6 free 0x5571735a4800 void 0.000116
+libstdc++.so.6 free 0x5571735a4840 void 0.000116
+libstdc++.so.6 free 0x5571735a4600 void 0.000117
+libstdc++.so.6 free 0x5571735a45b0 void 0.000116
+libstdc++.so.6 free 0x5571735a43b0 void 0.000116
+libstdc++.so.6 free 0x5571735a4360 void 0.000115
+libstdc++.so.6 free 0x5571735a4d20 void 0.000116
+libstdc++.so.6 free 0x5571735a4d60 void 0.000115
+libstdc++.so.6 free 0x5571735a4b20 void 0.000115
+libstdc++.so.6 free 0x5571735a4ad0 void 0.000117
+libstdc++.so.6 free 0x5571735a48d0 void 0.000116
+libstdc++.so.6 free 0x5571735a4880 void 0.000117
+libstdc++.so.6 free 0x5571735a5350 void 0.000116
+libstdc++.so.6 free 0x5571735a5390 void 0.000117
+libstdc++.so.6 free 0x5571735a5150 void 0.000116
+libstdc++.so.6 free 0x5571735a5100 void 0.000115
+libstdc++.so.6 free 0x5571735a4f00 void 0.000118
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000115
+libstdc++.so.6 free 0x55717359fa40 void 0.000116
+libstdc++.so.6 free 0x55717359ff40 void 0.000118
+libstdc++.so.6 free 0x557173584f30 void 0.000125
+libstdc++.so.6 free 0x557173585930 void 0.000118
+libstdc++.so.6 free 0x55717359f090 void 0.000117
+libstdc++.so.6 free 0x55717359f540 void 0.000118
+libstdc++.so.6 free 0x557173586430 void 0.000117
+libstdc++.so.6 free 0x557173586e30 void 0.000116
+libstdc++.so.6 free 0x5571735a0460 void 0.000118
+libstdc++.so.6 free 0x5571735a0980 void 0.000118
+libstdc++.so.6 free 0x5571735a0ea0 void 0.000117
+libstdc++.so.6 free 0x5571735a1400 void 0.000117
+libstdc++.so.6 free 0x5571735a4340 void 0.000117
+libstdc++.so.6 free 0x5571735a4860 void 0.000118
+libstdc++.so.6 free 0x5571735a4d80 void 0.000116
+libstdc++.so.6 free 0x5571735a53b0 void 0.000118
+libstdc++.so.6 free 0x5571735a2020 void 0.000123
+libstdc++.so.6 free 0x5571735a2a20 void 0.000123
+libstdc++.so.6 free 0x5571735a3420 void 0.000125
+libstdc++.so.6 free 0x5571735a3e20 void 0.000124
+libstdc++.so.6 free 0x5571735842f0 void 0.000119
+libstdc++.so.6 free 0x5571735a5990 void 0.000118
+libstdc++.so.6 free 0x557173584330 void 0.000117
+libstdc++.so.6 free 0x5571735a5950 void 0.000117
+libstdc++.so.6 free 0x5571735843b0 void 0.000118
+libstdc++.so.6 free 0x5571735a5910 void 0.000117
+libstdc++.so.6 free 0x557173585990 void 0.000117
+libstdc++.so.6 free 0x5571735a59b0 void 0.000160
+libstdc++.so.6 free 0x5571735a5930 void 0.000120
+libstdc++.so.6 free 0x5571735a5c60 void 0.000118
+libstdc++.so.6 free 0x5571735a5c80 void 0.000117
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000118
+libstdc++.so.6 free 0x557173585a10 void 0.000119
+libstdc++.so.6 free 0x5571735a60d0 void 0.000118
+libstdc++.so.6 free 0x557173583d90 void 0.000118
+libstdc++.so.6 free 0x5571735a60f0 void 0.000115
+libstdc++.so.6 free 0x557173585950 void 0.000117
+libstdc++.so.6 free 0x5571735a6110 void 0.000117
+libstdc++.so.6 free 0x557173583e50 void 0.000121
+libstdc++.so.6 free 0x5571735a6130 void 0.000119
+libstdc++.so.6 free 0x5571735a6080 void 0.000117
+gallium_dri.so free 0x5571735802a0 void 0.000117
+gallium_dri.so free 0x5571735771b0 void 0.000116
+libstdc++.so.6 free 0x5571735a53d0 void 0.000118
+libstdc++.so.6 free 0x557173583e90 void 0.000117
+gallium_dri.so free 0x557173579120 void 0.000118
+gallium_dri.so free 0x557173577c80 void 0.000117
+libstdc++.so.6 free 0x557173583fe0 void 0.000118
+gallium_dri.so free 0x5571735a5cc0 void 0.000117
+gallium_dri.so free 0x55717359ee20 void 0.000118
+gallium_dri.so free 0x5571735a19d0 void 0.000117
+gallium_dri.so free 0x557173583f90 void 0.000117
+libstdc++.so.6 malloc 24 0x557173584a10 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000117
+libstdc++.so.6 free 0x5571735a5970 void 0.000124
+libstdc++.so.6 free 0x557173584a10 void 0.000113
+libstdc++.so.6 free 0x5571734f6040 void 0.000112
+libstdc++.so.6 free 0x557173583cd0 void 0.000112
+libstdc++.so.6 free 0x557173583ad0 void 0.000111
+libstdc++.so.6 free 0x55717357f780 void 0.000111
+libstdc++.so.6 free 0x55717357ff40 void 0.000112
+libstdc++.so.6 free 0x55717357f860 void 0.000110
+libstdc++.so.6 free 0x5571734f6c70 void 0.000112
+libstdc++.so.6 free 0x557173584a30 void 0.000111
+libstdc++.so.6 free 0x557173585430 void 0.000110
+libstdc++.so.6 free 0x557173585f30 void 0.000111
+libstdc++.so.6 free 0x557173586930 void 0.000111
+libstdc++.so.6 free 0x5571735a0420 void 0.000112
+libstdc++.so.6 free 0x5571735a0940 void 0.000110
+libstdc++.so.6 free 0x5571735a0e60 void 0.000112
+libstdc++.so.6 free 0x5571735a13c0 void 0.000111
+libstdc++.so.6 free 0x5571735a1b20 void 0.000112
+libstdc++.so.6 free 0x5571735a2520 void 0.000110
+libstdc++.so.6 free 0x5571735a2f20 void 0.000111
+libstdc++.so.6 free 0x5571735a3920 void 0.000111
+libstdc++.so.6 free 0x5571735a4300 void 0.000116
+libstdc++.so.6 free 0x5571735a4820 void 0.000116
+libstdc++.so.6 free 0x5571735a4d40 void 0.000111
+libstdc++.so.6 free 0x5571735a5370 void 0.000110
+gallium_dri.so free 0x55717358cf80 void 0.000111
+gallium_dri.so free 0x557173580190 void 0.000109
+gallium_dri.so free 0x557173588370 void 0.000109
+gallium_dri.so free 0x557173520a20 void 0.000140
+gallium_dri.so free 0x557173591790 void 0.000118
+gallium_dri.so free 0x557173584190 void 0.000114
+gallium_dri.so free 0x5571735a61f0 void 0.000113
+gallium_dri.so free 0x5571735a1420 void 0.000120
+gallium_dri.so free 0x55717359afa0 void 0.000119
+gallium_dri.so free 0x5571735843f0 void 0.000114
+gallium_dri.so free 0x5571735a4da0 void 0.000116
+gallium_dri.so free 0x5571735a5fa0 void 0.000113
+gallium_dri.so free 0x557173583d20 void 0.000114
+libstdc++.so.6 malloc 24 0x557173584a10 0.000114
+libstdc++.so.6 malloc 16 0x5571735a5970 0.000113
+libstdc++.so.6 free 0x5571735a5970 void 0.000114
+libstdc++.so.6 free 0x557173584a10 void 0.000114
+libstdc++.so.6 free 0x55717357fda0 void 0.000114
+libstdc++.so.6 free 0x557173582690 void 0.000113
+gallium_dri.so free 0x5571735a2a00 void 0.000116
+gallium_dri.so free 0x557173581a80 void 0.000113
+gallium_dri.so free 0x5571734f5e30 void 0.000121
+gallium_dri.so malloc 82 0x557173554eb0 0.000118
+gallium_dri.so malloc 56 0x5571735843b0 0.000115
+libz.so.1 malloc 7160 0x55717359f2c0 0.000114
+libz.so.1 free 0x55717359f2c0 void 0.000115
+gallium_dri.so free 0x557173554eb0 void 0.000114
+gallium_dri.so free 0x55717357f7f0 void 0.000114
+gallium_dri.so malloc 52 0x557173584330 0.000114
+gallium_dri.so malloc 52 0x557173583d90 0.000122
+libstdc++.so.6 malloc 5176 0x55717359f2c0 0.000119
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000115
+libstdc++.so.6 malloc 520 0x5571734f5e30 0.000111
+libstdc++.so.6 malloc 64 0x557173586ba0 0.000111
+libstdc++.so.6 malloc 504 0x5571735a5460 0.000111
+libstdc++.so.6 malloc 64 0x5571735a5410 0.000112
+libstdc++.so.6 malloc 504 0x5571735a56b0 0.000111
+libstdc++.so.6 malloc 64 0x5571735a5660 0.000112
+libstdc++.so.6 malloc 512 0x5571734f6c70 0.000110
+gallium_dri.so realloc 0|64 0x557173585450 0.000113
+gallium_dri.so malloc 288 0x5571734f52d0 0.000112
+gallium_dri.so malloc 0 0x557173584a10 0.000112
+gallium_dri.so malloc 0 0x5571735a5970 0.000111
+gallium_dri.so malloc 19456 0x557173588370 0.000112
+gallium_dri.so realloc 0|256 0x5571735843f0 0.000112
+gallium_dri.so realloc 0|64 0x5571735856a0 0.000113
+gallium_dri.so malloc 18432 0x55717358cf80 0.000111
+gallium_dri.so realloc 0|256 0x5571735a1420 0.000112
+libstdc++.so.6 malloc 240 0x557173583fe0 0.000110
+gallium_dri.so realloc 0|64 0x557173584a50 0.000112
+libstdc++.so.6 malloc 240 0x557173583e90 0.000115
+libstdc++.so.6 malloc 160 0x5571735840e0 0.000118
+gallium_dri.so malloc 38912 0x557173591790 0.000154
+gallium_dri.so realloc 0|256 0x557173584190 0.000195
+gallium_dri.so realloc 0|64 0x557173584ca0 0.000189
+gallium_dri.so malloc 15360 0x55717359afa0 0.000198
+gallium_dri.so realloc 0|256 0x557173520a20 0.000172
+libstdc++.so.6 malloc 64 0x5571735a5f00 0.000114
+libstdc++.so.6 malloc 504 0x5571735861f0 0.000111
+libstdc++.so.6 malloc 64 0x557173583f90 0.000108
+libstdc++.so.6 malloc 504 0x5571735854a0 0.000114
+gallium_dri.so realloc 0|64 0x55717357f780 0.000120
+libstdc++.so.6 malloc 24 0x5571735a29e0 0.000112
+libstdc++.so.6 malloc 16 0x5571735a5f80 0.000112
+libstdc++.so.6 malloc 24 0x5571735a61d0 0.000110
+libstdc++.so.6 malloc 64 0x5571735842a0 0.000109
+libstdc++.so.6 malloc 504 0x5571735856f0 0.000110
+libstdc++.so.6 malloc 64 0x5571735a5990 0.000113
+libstdc++.so.6 malloc 504 0x557173584aa0 0.000109
+libstdc++.so.6 malloc 24 0x557173584f10 0.000109
+libstdc++.so.6 malloc 16 0x557173583d70 0.000113
+libstdc++.so.6 malloc 24 0x557173584a30 0.000112
+libstdc++.so.6 malloc 56 0x5571735842f0 0.000112
+libstdc++.so.6 malloc 56 0x5571735859d0 0.000110
+libstdc++.so.6 malloc 56 0x557173584370 0.000111
+libstdc++.so.6 malloc 56 0x557173583e10 0.000111
+libstdc++.so.6 malloc 56 0x557173583dd0 0.000111
+libstdc++.so.6 malloc 56 0x55717359edc0 0.000112
+libstdc++.so.6 malloc 56 0x5571735a58b0 0.000111
+libstdc++.so.6 malloc 56 0x5571735a58f0 0.000111
+libstdc++.so.6 malloc 64 0x55717359ef30 0.000111
+libstdc++.so.6 malloc 504 0x557173584cf0 0.000123
+libstdc++.so.6 malloc 64 0x55717359ef80 0.000113
+libstdc++.so.6 malloc 504 0x55717357ff40 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000109
+libstdc++.so.6 malloc 16 0x55717357f670 0.000109
+libstdc++.so.6 malloc 24 0x557173584ef0 0.000109
+libstdc++.so.6 malloc 16 0x55717359f090 0.000116
+libstdc++.so.6 malloc 64 0x557173580140 0.000112
+libstdc++.so.6 malloc 504 0x557173586bf0 0.000112
+libstdc++.so.6 malloc 64 0x557173586df0 0.000113
+libstdc++.so.6 malloc 504 0x5571735a26f0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000111
+libstdc++.so.6 malloc 16 0x55717359ee00 0.000111
+libstdc++.so.6 malloc 24 0x5571735a28f0 0.000113
+libstdc++.so.6 malloc 64 0x5571735a2910 0.000112
+libstdc++.so.6 malloc 504 0x5571735a0f50 0.000113
+libstdc++.so.6 malloc 64 0x5571735a1150 0.000112
+libstdc++.so.6 malloc 504 0x5571735a11a0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a13a0 0.000118
+libstdc++.so.6 malloc 16 0x5571735a13c0 0.000112
+libstdc++.so.6 malloc 24 0x5571734e0cf0 0.000110
+libstdc++.so.6 malloc 16 0x557173577c80 0.000111
+libstdc++.so.6 malloc 56 0x5571735a5930 0.000110
+libstdc++.so.6 free 0x557173584a30 void 0.000113
+libstdc++.so.6 malloc 64 0x5571735a2960 0.000113
+libstdc++.so.6 malloc 504 0x557173584500 0.000111
+libstdc++.so.6 malloc 64 0x557173584700 0.000113
+libstdc++.so.6 malloc 504 0x557173584750 0.000111
+libstdc++.so.6 malloc 24 0x557173584a30 0.000125
+libstdc++.so.6 malloc 16 0x557173584950 0.000124
+libstdc++.so.6 malloc 24 0x557173584970 0.000122
+libstdc++.so.6 malloc 64 0x557173584990 0.000123
+libstdc++.so.6 malloc 504 0x557173584f30 0.000119
+libstdc++.so.6 malloc 64 0x557173585130 0.000117
+libstdc++.so.6 malloc 504 0x557173585180 0.000117
+libstdc++.so.6 malloc 24 0x557173585380 0.000118
+libstdc++.so.6 malloc 16 0x5571735853a0 0.000116
+libstdc++.so.6 malloc 24 0x5571735853c0 0.000117
+libstdc++.so.6 malloc 16 0x5571735853e0 0.000117
+libstdc++.so.6 malloc 64 0x557173585400 0.000119
+libstdc++.so.6 malloc 504 0x5571735863f0 0.000116
+libstdc++.so.6 malloc 64 0x5571735865f0 0.000118
+libstdc++.so.6 malloc 504 0x557173586640 0.000117
+libstdc++.so.6 malloc 24 0x557173586840 0.000116
+libstdc++.so.6 malloc 16 0x557173586860 0.000116
+libstdc++.so.6 malloc 24 0x557173586880 0.000116
+libstdc++.so.6 malloc 64 0x5571735868a0 0.000118
+libstdc++.so.6 malloc 504 0x5571735a0700 0.000117
+libstdc++.so.6 malloc 64 0x5571735a0900 0.000119
+libstdc++.so.6 malloc 504 0x5571735a0950 0.000116
+gallium_dri.so realloc 0x55717357f780|128 0x5571735a0b50 0.000121
+gallium_dri.so realloc 0x557173584ca0|128 0x5571735a0be0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a0c70 0.000117
+libstdc++.so.6 malloc 16 0x5571735a0c90 0.000118
+libstdc++.so.6 malloc 24 0x5571735a0cb0 0.000125
+libstdc++.so.6 malloc 16 0x5571735a0cd0 0.000113
+libstdc++.so.6 malloc 64 0x557173584ca0 0.000112
+libstdc++.so.6 malloc 504 0x557173585a10 0.000112
+libstdc++.so.6 malloc 64 0x55717357f780 0.000111
+libstdc++.so.6 malloc 504 0x557173585c10 0.000112
+libstdc++.so.6 malloc 24 0x557173585e10 0.000111
+libstdc++.so.6 malloc 16 0x557173585e30 0.000111
+libstdc++.so.6 malloc 24 0x557173585e50 0.000112
+libstdc++.so.6 malloc 56 0x5571735a13e0 0.000111
+libstdc++.so.6 malloc 64 0x557173585e70 0.000111
+libstdc++.so.6 malloc 504 0x557173585ec0 0.000111
+libstdc++.so.6 malloc 64 0x5571735860c0 0.000113
+libstdc++.so.6 malloc 504 0x557173581a80 0.000111
+libstdc++.so.6 malloc 16 0x557173581c80 0.000112
+libstdc++.so.6 malloc 24 0x557173581ca0 0.000111
+libstdc++.so.6 malloc 16 0x557173581cc0 0.000111
+libstdc++.so.6 malloc 24 0x557173581ce0 0.000112
+gallium_dri.so realloc 0x5571735856a0|128 0x557173581d00 0.000114
+libstdc++.so.6 malloc 64 0x5571735856a0 0.000110
+libstdc++.so.6 malloc 504 0x557173581d90 0.000112
+libstdc++.so.6 malloc 64 0x557173581f90 0.000112
+libstdc++.so.6 malloc 504 0x557173581fe0 0.000121
+libstdc++.so.6 malloc 16 0x5571735821e0 0.000122
+libstdc++.so.6 malloc 24 0x557173582200 0.000120
+libstdc++.so.6 malloc 16 0x557173582220 0.000113
+libstdc++.so.6 malloc 24 0x557173582240 0.000120
+libstdc++.so.6 malloc 64 0x557173582260 0.000172
+libstdc++.so.6 malloc 504 0x5571735822b0 0.000115
+libstdc++.so.6 malloc 64 0x5571735824b0 0.000113
+libstdc++.so.6 malloc 504 0x557173582500 0.000112
+libstdc++.so.6 malloc 16 0x557173582700 0.000114
+libstdc++.so.6 malloc 24 0x557173582720 0.000113
+libstdc++.so.6 malloc 16 0x557173582740 0.000113
+libstdc++.so.6 malloc 24 0x557173582760 0.000113
+libstdc++.so.6 malloc 64 0x557173582780 0.000119
+libstdc++.so.6 malloc 504 0x5571735827d0 0.000114
+libstdc++.so.6 malloc 64 0x5571735829d0 0.000112
+libstdc++.so.6 malloc 504 0x557173582a20 0.000113
+libstdc++.so.6 malloc 16 0x557173582c20 0.000113
+libstdc++.so.6 malloc 24 0x557173582c40 0.000112
+libstdc++.so.6 malloc 16 0x557173582c60 0.000113
+libstdc++.so.6 malloc 24 0x557173582c80 0.000112
+libstdc++.so.6 malloc 64 0x557173582ca0 0.000115
+libstdc++.so.6 malloc 504 0x557173582cf0 0.000113
+libstdc++.so.6 malloc 64 0x557173582ef0 0.000114
+libstdc++.so.6 malloc 504 0x557173582f40 0.000112
+libstdc++.so.6 malloc 24 0x557173583140 0.000115
+libstdc++.so.6 malloc 16 0x557173583160 0.000114
+libstdc++.so.6 malloc 24 0x557173583180 0.000116
+libstdc++.so.6 malloc 24 0x5571735831a0 0.000112
+libstdc++.so.6 free 0x5571735831a0 void 0.000113
+libstdc++.so.6 free 0x557173583180 void 0.000113
+libstdc++.so.6 free 0x557173583160 void 0.000113
+libstdc++.so.6 free 0x557173583140 void 0.000112
+libstdc++.so.6 free 0x5571735a58f0 void 0.000114
+libstdc++.so.6 free 0x55717359edc0 void 0.000112
+libstdc++.so.6 free 0x557173583e10 void 0.000111
+libstdc++.so.6 free 0x5571735859d0 void 0.000113
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 free 0x557173583dd0 void 0.000113
+libstdc++.so.6 free 0x557173584370 void 0.000111
+libstdc++.so.6 free 0x5571735842f0 void 0.000112
+libstdc++.so.6 free 0x5571735840e0 void 0.000114
+gallium_dri.so free 0x5571734f52d0 void 0.000112
+gallium_dri.so free 0x557173584a10 void 0.000113
+gallium_dri.so free 0x5571735a5970 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000113
+libstdc++.so.6 malloc 16 0x557173584a10 0.000115
+libstdc++.so.6 malloc 24 0x557173583140 0.000111
+libstdc++.so.6 malloc 24 0x557173583160 0.000113
+libstdc++.so.6 malloc 64 0x5571735831c0 0.000114
+libstdc++.so.6 malloc 504 0x557173583210 0.000112
+libstdc++.so.6 malloc 64 0x557173583410 0.000112
+libstdc++.so.6 malloc 504 0x557173583460 0.000112
+libstdc++.so.6 malloc 24 0x557173583180 0.000111
+libstdc++.so.6 malloc 16 0x5571735831a0 0.000111
+libstdc++.so.6 malloc 24 0x557173583660 0.000112
+libstdc++.so.6 free 0x557173581c80 void 0.000113
+libstdc++.so.6 malloc 16 0x557173581c80 0.000113
+libstdc++.so.6 free 0x557173581cc0 void 0.000112
+libstdc++.so.6 malloc 24 0x557173581cc0 0.000113
+libstdc++.so.6 free 0x5571735821e0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735821e0 0.000115
+libstdc++.so.6 free 0x557173582220 void 0.000112
+libstdc++.so.6 malloc 24 0x557173582220 0.000111
+libstdc++.so.6 free 0x557173582700 void 0.000114
+libstdc++.so.6 malloc 16 0x557173582700 0.000112
+libstdc++.so.6 free 0x557173582740 void 0.000112
+libstdc++.so.6 malloc 24 0x557173582740 0.000121
+libstdc++.so.6 free 0x557173582c20 void 0.000112
+libstdc++.so.6 malloc 16 0x557173582c20 0.000113
+libstdc++.so.6 free 0x557173582c60 void 0.000111
+libstdc++.so.6 malloc 24 0x557173582c60 0.000113
+libstdc++.so.6 free 0x557173583160 void 0.000111
+libstdc++.so.6 free 0x557173583140 void 0.000113
+libstdc++.so.6 free 0x557173584a10 void 0.000113
+libstdc++.so.6 free 0x5571735a5970 void 0.000112
+gallium_dri.so free 0x557173583700 void 0.000113
+gallium_dri.so free 0x5571735836e0 void 0.000112
+gallium_dri.so free 0x5571735836a0 void 0.000114
+gallium_dri.so free 0x557173583680 void 0.000112
+libstdc++.so.6 malloc 56 0x557173584370 0.000114
+libstdc++.so.6 malloc 16 0x5571735836a0 0.000112
+libstdc++.so.6 malloc 40 0x5571735802a0 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000113
+libstdc++.so.6 malloc 24 0x557173583700 0.000113
+libstdc++.so.6 free 0x557173583700 void 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000118
+libstdc++.so.6 malloc 56 0x557173583dd0 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000190
+libstdc++.so.6 free 0x5571735836e0 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735a58b0 0.000113
+libstdc++.so.6 free 0x557173583dd0 void 0.000113
+libstdc++.so.6 free 0x5571735836a0 void 0.000112
+libstdc++.so.6 free 0x5571735802a0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735836a0 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 free 0x5571735836a0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735836a0 0.000112
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000111
+libstdc++.so.6 free 0x5571735836e0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000113
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000112
+libstdc++.so.6 free 0x5571735836e0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000113
+libstdc++.so.6 free 0x5571735836e0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000114
+libstdc++.so.6 free 0x5571735836e0 void 0.000105
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000114
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000114
+libstdc++.so.6 free 0x5571735836e0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000114
+libstdc++.so.6 free 0x5571735836e0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000113
+libstdc++.so.6 free 0x5571735836e0 void 0.000113
+libstdc++.so.6 free 0x5571735836a0 void 0.000111
+libstdc++.so.6 malloc 216 0x5571735858f0 0.000113
+libstdc++.so.6 free 0x557173583180 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735836a0 0.000112
+gallium_dri.so realloc 0|32 0x5571735802a0 0.000115
+libstdc++.so.6 free 0x557173583d70 void 0.000114
+libstdc++.so.6 malloc 16 0x557173583d70 0.000113
+libstdc++.so.6 malloc 24 0x5571735836e0 0.000114
+libstdc++.so.6 free 0x557173584f10 void 0.000113
+libstdc++.so.6 malloc 24 0x557173584f10 0.000114
+libstdc++.so.6 free 0x55717359f090 void 0.000113
+libstdc++.so.6 malloc 16 0x55717359f090 0.000113
+libstdc++.so.6 malloc 24 0x557173583700 0.000117
+libstdc++.so.6 free 0x5571735a6000 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6000 0.000114
+gallium_dri.so realloc 0|32 0x5571735a6020 0.000114
+libstdc++.so.6 free 0x55717359ee00 void 0.000111
+libstdc++.so.6 malloc 16 0x55717359ee00 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000170
+gallium_dri.so realloc 0x5571735a0be0|256 0x557173583740 0.000118
+libstdc++.so.6 free 0x5571735a6080 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000113
+gallium_dri.so realloc 0|32 0x5571735a60a0 0.000114
+libstdc++.so.6 free 0x557173577c80 void 0.000113
+libstdc++.so.6 malloc 16 0x557173584a10 0.000113
+libstdc++.so.6 free 0x5571735a13a0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a13a0 0.000114
+gallium_dri.so realloc 0|32 0x557173577c80 0.000115
+libstdc++.so.6 free 0x557173584950 void 0.000113
+libstdc++.so.6 malloc 16 0x557173584950 0.000112
+libstdc++.so.6 malloc 24 0x557173583140 0.000112
+libstdc++.so.6 free 0x557173584a30 void 0.000112
+libstdc++.so.6 malloc 24 0x557173584a30 0.000112
+gallium_dri.so realloc 0|32 0x5571735a5ed0 0.000119
+libstdc++.so.6 free 0x5571735853e0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735853e0 0.000118
+libstdc++.so.6 malloc 56 0x557173583dd0 0.000114
+libstdc++.so.6 free 0x557173583700 void 0.000113
+libstdc++.so.6 free 0x557173585380 void 0.000112
+libstdc++.so.6 malloc 24 0x557173585380 0.000117
+gallium_dri.so realloc 0|32 0x5571735a5f50 0.000116
+libstdc++.so.6 free 0x557173586860 void 0.000112
+libstdc++.so.6 malloc 16 0x557173586860 0.000112
+libstdc++.so.6 malloc 24 0x557173583700 0.000113
+libstdc++.so.6 free 0x557173586840 void 0.000112
+libstdc++.so.6 malloc 24 0x557173586840 0.000112
+gallium_dri.so realloc 0|32 0x5571735a5fd0 0.000181
+libstdc++.so.6 free 0x5571735a0cd0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735a0cd0 0.000112
+libstdc++.so.6 free 0x5571735a0c70 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735a0c70 0.000111
+gallium_dri.so realloc 0|32 0x5571735a6050 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000111
+libstdc++.so.6 malloc 16 0x557173585e30 0.000113
+libstdc++.so.6 malloc 24 0x557173583160 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000111
+libstdc++.so.6 malloc 24 0x557173585e10 0.000111
+gallium_dri.so realloc 0|32 0x557173579120 0.000115
+libstdc++.so.6 free 0x557173581c80 void 0.000111
+libstdc++.so.6 malloc 16 0x557173581c80 0.000110
+libstdc++.so.6 malloc 24 0x557173583180 0.000111
+libstdc++.so.6 free 0x557173581cc0 void 0.000111
+libstdc++.so.6 malloc 24 0x557173581cc0 0.000113
+gallium_dri.so realloc 0|32 0x5571735849e0 0.000114
+libstdc++.so.6 free 0x5571735821e0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735821e0 0.000116
+libstdc++.so.6 malloc 24 0x557173583680 0.000122
+libstdc++.so.6 free 0x557173582220 void 0.000118
+libstdc++.so.6 malloc 24 0x557173582220 0.000113
+gallium_dri.so realloc 0|32 0x5571735a29b0 0.000117
+libstdc++.so.6 free 0x557173582700 void 0.000111
+libstdc++.so.6 malloc 16 0x557173582700 0.000121
+libstdc++.so.6 malloc 24 0x557173583850 0.000122
+libstdc++.so.6 free 0x557173582740 void 0.000121
+libstdc++.so.6 malloc 24 0x557173582740 0.000114
+gallium_dri.so realloc 0|32 0x55717359efd0 0.000120
+libstdc++.so.6 free 0x557173582c20 void 0.000114
+libstdc++.so.6 malloc 16 0x557173582c20 0.000114
+libstdc++.so.6 malloc 24 0x557173583870 0.000115
+libstdc++.so.6 free 0x557173582c60 void 0.000115
+libstdc++.so.6 malloc 24 0x557173582c60 0.000114
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000116
+gallium_dri.so free 0x5571735a5fa0 void 0.000114
+gallium_dri.so free 0x55717359efd0 void 0.000113
+gallium_dri.so free 0x5571735a29b0 void 0.000114
+gallium_dri.so free 0x5571735849e0 void 0.000113
+gallium_dri.so free 0x5571735a6050 void 0.000114
+gallium_dri.so free 0x5571735a5f50 void 0.000114
+gallium_dri.so free 0x557173577c80 void 0.000113
+gallium_dri.so free 0x5571735a6020 void 0.000113
+gallium_dri.so free 0x557173579120 void 0.000115
+gallium_dri.so free 0x5571735a5fd0 void 0.000113
+gallium_dri.so free 0x5571735a5ed0 void 0.000114
+gallium_dri.so free 0x5571735a60a0 void 0.000115
+gallium_dri.so free 0x5571735802a0 void 0.000113
+libstdc++.so.6 free 0x5571735858f0 void 0.000113
+libstdc++.so.6 malloc 24 0x557173583890 0.000114
+libstdc++.so.6 malloc 16 0x5571735838b0 0.000115
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000115
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000114
+libstdc++.so.6 free 0x5571735838f0 void 0.000126
+libstdc++.so.6 free 0x5571735838d0 void 0.000115
+libstdc++.so.6 free 0x5571735838b0 void 0.000114
+libstdc++.so.6 free 0x557173583890 void 0.000114
+libstdc++.so.6 malloc 24 0x557173583890 0.000118
+libstdc++.so.6 malloc 16 0x5571735838b0 0.000114
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000115
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000115
+libstdc++.so.6 malloc 16 0x557173583910 0.000116
+libstdc++.so.6 free 0x557173581c80 void 0.000114
+libstdc++.so.6 malloc 16 0x557173581c80 0.000114
+libstdc++.so.6 malloc 56 0x5571735859d0 0.000116
+libstdc++.so.6 free 0x5571735a5970 void 0.000114
+libstdc++.so.6 free 0x557173583910 void 0.000117
+gallium_dri.so realloc 0|32 0x5571735a6050 0.000117
+libstdc++.so.6 free 0x55717359ee00 void 0.000116
+libstdc++.so.6 free 0x5571735a6080 void 0.000115
+libstdc++.so.6 free 0x5571735a26f0 void 0.000115
+libstdc++.so.6 free 0x557173586df0 void 0.000114
+libstdc++.so.6 free 0x557173586bf0 void 0.000115
+libstdc++.so.6 free 0x557173580140 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a6080 0.000121
+libstdc++.so.6 free 0x5571735821e0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735821e0 0.000117
+libstdc++.so.6 malloc 56 0x557173583e10 0.000119
+libstdc++.so.6 free 0x557173583140 void 0.000120
+libstdc++.so.6 free 0x5571735a6080 void 0.000120
+libstdc++.so.6 free 0x557173584950 void 0.000168
+libstdc++.so.6 free 0x557173584a30 void 0.000117
+libstdc++.so.6 free 0x557173584750 void 0.000119
+libstdc++.so.6 free 0x557173584700 void 0.000114
+libstdc++.so.6 free 0x557173584500 void 0.000119
+libstdc++.so.6 free 0x5571735a2960 void 0.000116
+libstdc++.so.6 malloc 16 0x557173584a30 0.000117
+libstdc++.so.6 free 0x557173582700 void 0.000118
+libstdc++.so.6 malloc 16 0x557173582700 0.000119
+libstdc++.so.6 malloc 56 0x55717359edc0 0.000119
+libstdc++.so.6 free 0x557173583700 void 0.000119
+libstdc++.so.6 free 0x557173584a30 void 0.000119
+libstdc++.so.6 free 0x557173586860 void 0.000121
+libstdc++.so.6 free 0x557173586840 void 0.000117
+libstdc++.so.6 free 0x557173586640 void 0.000115
+libstdc++.so.6 free 0x5571735865f0 void 0.000117
+libstdc++.so.6 free 0x5571735863f0 void 0.000117
+libstdc++.so.6 free 0x557173585400 void 0.000116
+libstdc++.so.6 malloc 16 0x557173583700 0.000119
+libstdc++.so.6 free 0x557173582c20 void 0.000115
+libstdc++.so.6 malloc 16 0x557173582c20 0.000119
+libstdc++.so.6 malloc 56 0x5571735a58f0 0.000119
+libstdc++.so.6 free 0x557173583160 void 0.000117
+libstdc++.so.6 free 0x557173583700 void 0.000119
+libstdc++.so.6 free 0x557173585e30 void 0.000118
+libstdc++.so.6 free 0x557173585e10 void 0.000118
+libstdc++.so.6 free 0x557173585c10 void 0.000128
+libstdc++.so.6 free 0x55717357f780 void 0.000117
+libstdc++.so.6 free 0x557173585a10 void 0.000115
+libstdc++.so.6 free 0x557173584ca0 void 0.000117
+libstdc++.so.6 free 0x5571735838f0 void 0.000117
+libstdc++.so.6 free 0x5571735838d0 void 0.000117
+libstdc++.so.6 free 0x5571735838b0 void 0.000120
+libstdc++.so.6 free 0x557173583890 void 0.000120
+libstdc++.so.6 malloc 24 0x557173583160 0.000119
+libstdc++.so.6 malloc 16 0x557173584950 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000119
+libstdc++.so.6 malloc 24 0x557173583140 0.000118
+libstdc++.so.6 free 0x557173583140 void 0.000119
+libstdc++.so.6 free 0x5571735a6080 void 0.000118
+libstdc++.so.6 free 0x557173584950 void 0.000119
+libstdc++.so.6 free 0x557173583160 void 0.000118
+libstdc++.so.6 malloc 24 0x557173583160 0.000118
+libstdc++.so.6 malloc 16 0x557173584950 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000119
+libstdc++.so.6 malloc 24 0x557173583140 0.000118
+libstdc++.so.6 free 0x557173583140 void 0.000117
+libstdc++.so.6 free 0x5571735a6080 void 0.000123
+libstdc++.so.6 free 0x557173584950 void 0.000120
+libstdc++.so.6 free 0x557173583160 void 0.000118
+libstdc++.so.6 malloc 24 0x557173583160 0.000117
+libstdc++.so.6 malloc 16 0x557173584950 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6080 0.000118
+libstdc++.so.6 malloc 24 0x557173583140 0.000123
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000118
+libstdc++.so.6 malloc 24 0x557173583910 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000115
+libstdc++.so.6 malloc 24 0x557173583890 0.000115
+libstdc++.so.6 malloc 24 0x557173586840 0.000115
+libstdc++.so.6 malloc 24 0x557173583700 0.000115
+libstdc++.so.6 free 0x557173583910 void 0.000237
+libstdc++.so.6 free 0x55717359ee00 void 0.000209
+libstdc++.so.6 free 0x5571735a5970 void 0.000301
+libstdc++.so.6 free 0x557173583890 void 0.000202
+libstdc++.so.6 free 0x557173586840 void 0.000153
+libstdc++.so.6 free 0x557173583700 void 0.000117
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000116
+libstdc++.so.6 malloc 24 0x557173583910 0.000114
+libstdc++.so.6 malloc 24 0x557173585e30 0.000113
+libstdc++.so.6 malloc 24 0x557173585e10 0.000114
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000114
+libstdc++.so.6 free 0x55717359ee00 void 0.000114
+libstdc++.so.6 free 0x557173583910 void 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000112
+libstdc++.so.6 free 0x557173585e10 void 0.000114
+libstdc++.so.6 free 0x5571735838f0 void 0.000112
+libstdc++.so.6 free 0x557173583140 void 0.000116
+libstdc++.so.6 free 0x5571735a6080 void 0.000113
+libstdc++.so.6 free 0x557173584950 void 0.000112
+libstdc++.so.6 free 0x557173583160 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000114
+libstdc++.so.6 malloc 16 0x557173585e10 0.000114
+libstdc++.so.6 malloc 24 0x557173585e30 0.000113
+libstdc++.so.6 malloc 24 0x557173583910 0.000113
+libstdc++.so.6 free 0x557173583910 void 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000113
+libstdc++.so.6 free 0x5571735838f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000112
+libstdc++.so.6 malloc 16 0x557173585e10 0.000112
+libstdc++.so.6 malloc 24 0x557173585e30 0.000111
+libstdc++.so.6 malloc 24 0x557173583910 0.000111
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000112
+libstdc++.so.6 free 0x557173585e10 void 0.000114
+libstdc++.so.6 free 0x5571735838f0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000113
+libstdc++.so.6 malloc 16 0x557173585e10 0.000113
+libstdc++.so.6 malloc 24 0x557173585e30 0.000112
+libstdc++.so.6 malloc 24 0x557173583910 0.000113
+libstdc++.so.6 free 0x557173583910 void 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000114
+libstdc++.so.6 free 0x557173585e10 void 0.000111
+libstdc++.so.6 free 0x5571735838f0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000113
+libstdc++.so.6 malloc 16 0x557173585e10 0.000111
+libstdc++.so.6 malloc 24 0x557173585e30 0.000112
+libstdc++.so.6 malloc 24 0x557173583910 0.000113
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000112
+libstdc++.so.6 free 0x5571735838f0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000113
+libstdc++.so.6 malloc 16 0x557173585e10 0.000113
+libstdc++.so.6 malloc 24 0x557173585e30 0.000118
+libstdc++.so.6 malloc 24 0x557173583910 0.000113
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000112
+libstdc++.so.6 free 0x5571735838f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000114
+libstdc++.so.6 malloc 16 0x557173585e10 0.000113
+libstdc++.so.6 malloc 24 0x557173585e30 0.000111
+libstdc++.so.6 malloc 24 0x557173583910 0.000112
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000115
+libstdc++.so.6 free 0x557173585e10 void 0.000112
+libstdc++.so.6 free 0x5571735838f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000114
+libstdc++.so.6 malloc 16 0x557173585e10 0.000113
+libstdc++.so.6 malloc 24 0x557173585e30 0.000113
+libstdc++.so.6 malloc 24 0x557173583910 0.000126
+libstdc++.so.6 free 0x557173583910 void 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000112
+libstdc++.so.6 free 0x557173585e10 void 0.000114
+libstdc++.so.6 free 0x5571735838f0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000112
+libstdc++.so.6 malloc 16 0x557173585e10 0.000113
+libstdc++.so.6 malloc 24 0x557173585e30 0.000112
+libstdc++.so.6 malloc 24 0x557173583910 0.000112
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000111
+libstdc++.so.6 free 0x557173585e10 void 0.000112
+libstdc++.so.6 free 0x5571735838f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735838f0 0.000112
+libstdc++.so.6 malloc 16 0x557173585e10 0.000112
+libstdc++.so.6 malloc 24 0x557173585e30 0.000112
+libstdc++.so.6 malloc 24 0x557173583910 0.000112
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000113
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000113
+libstdc++.so.6 malloc 24 0x5571735838b0 0.000113
+libstdc++.so.6 malloc 24 0x557173583160 0.000115
+libstdc++.so.6 malloc 24 0x5571735a5970 0.000114
+libstdc++.so.6 malloc 24 0x557173583890 0.000115
+libstdc++.so.6 free 0x5571735838d0 void 0.000112
+libstdc++.so.6 free 0x55717359ee00 void 0.000113
+libstdc++.so.6 free 0x5571735838b0 void 0.000112
+libstdc++.so.6 free 0x557173583160 void 0.000112
+libstdc++.so.6 free 0x5571735a5970 void 0.000113
+libstdc++.so.6 free 0x557173583890 void 0.000123
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000113
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000113
+libstdc++.so.6 malloc 24 0x557173586840 0.000114
+libstdc++.so.6 malloc 24 0x557173583700 0.000112
+libstdc++.so.6 malloc 24 0x557173583140 0.000113
+libstdc++.so.6 free 0x55717359ee00 void 0.000113
+libstdc++.so.6 free 0x5571735838d0 void 0.000113
+libstdc++.so.6 free 0x557173586840 void 0.000113
+libstdc++.so.6 free 0x557173583700 void 0.000113
+libstdc++.so.6 free 0x557173583140 void 0.000113
+libstdc++.so.6 free 0x557173583910 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000113
+libstdc++.so.6 free 0x5571735838f0 void 0.000114
+libstdc++.so.6 malloc 24 0x557173583140 0.000114
+libstdc++.so.6 malloc 16 0x557173583700 0.000114
+libstdc++.so.6 malloc 24 0x557173586840 0.000113
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000113
+libstdc++.so.6 free 0x5571735838d0 void 0.000114
+libstdc++.so.6 free 0x557173586840 void 0.000114
+libstdc++.so.6 free 0x557173583700 void 0.000112
+libstdc++.so.6 free 0x557173583140 void 0.000114
+libstdc++.so.6 malloc 24 0x557173583140 0.000113
+libstdc++.so.6 malloc 24 0x557173583700 0.000112
+libstdc++.so.6 malloc 16 0x557173586840 0.000113
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000113
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000197
+libstdc++.so.6 free 0x55717359ee00 void 0.000114
+libstdc++.so.6 free 0x5571735838d0 void 0.000112
+libstdc++.so.6 free 0x557173586840 void 0.000111
+libstdc++.so.6 free 0x557173583700 void 0.000112
+libstdc++.so.6 malloc 24 0x557173583700 0.000113
+libstdc++.so.6 malloc 16 0x557173586840 0.000112
+libstdc++.so.6 malloc 64 0x557173584ca0 0.000112
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000118
+libstdc++.so.6 malloc 24 0x557173583910 0.000115
+libstdc++.so.6 malloc 24 0x557173585e30 0.000113
+libstdc++.so.6 malloc 24 0x557173585e10 0.000111
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000111
+libstdc++.so.6 free 0x5571735838d0 void 0.000112
+libstdc++.so.6 free 0x557173585e10 void 0.000113
+gallium_dri.so realloc 0|32 0x5571735a60a0 0.000116
+gallium_dri.so free 0x5571735a60a0 void 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000114
+libstdc++.so.6 free 0x557173583910 void 0.000115
+libstdc++.so.6 malloc 24 0x557173583910 0.000118
+libstdc++.so.6 malloc 24 0x557173585e30 0.000115
+libstdc++.so.6 malloc 64 0x55717357f780 0.000112
+libstdc++.so.6 malloc 512 0x5571735a5cc0 0.000116
+libstdc++.so.6 free 0x5571735a5cc0 void 0.000116
+libstdc++.so.6 free 0x55717357f780 void 0.000114
+libstdc++.so.6 malloc 64 0x55717357f780 0.000114
+libstdc++.so.6 malloc 512 0x5571735a5cc0 0.000115
+libstdc++.so.6 free 0x5571735a5cc0 void 0.000124
+libstdc++.so.6 free 0x55717357f780 void 0.000112
+gallium_dri.so malloc 4096 0x5571735a2a00 0.000114
+gallium_dri.so realloc 0|256 0x557173580190 0.000116
+libstdc++.so.6 malloc 64 0x55717357f780 0.000113
+libstdc++.so.6 malloc 504 0x557173585c10 0.000112
+libstdc++.so.6 malloc 64 0x557173585400 0.000113
+libstdc++.so.6 malloc 504 0x5571735863f0 0.000113
+libstdc++.so.6 free 0x557173585e30 void 0.000112
+libstdc++.so.6 free 0x557173583910 void 0.000112
+libstdc++.so.6 malloc 24 0x557173583910 0.000112
+libstdc++.so.6 malloc 24 0x557173585e30 0.000111
+libstdc++.so.6 free 0x557173585e30 void 0.000114
+libstdc++.so.6 free 0x557173583910 void 0.000114
+gallium_dri.so free 0x5571735836c0 void 0.000112
+gallium_dri.so free 0x557173583720 void 0.000112
+gallium_dri.so free 0 void 0.000115
+libstdc++.so.6 malloc 24 0x557173584a30 0.000113
+libstdc++.so.6 malloc 24 0x557173586860 0.000112
+libstdc++.so.6 malloc 24 0x557173585e10 0.000112
+libstdc++.so.6 malloc 24 0x5571735838d0 0.000113
+libstdc++.so.6 free 0x5571735838d0 void 0.000111
+libstdc++.so.6 free 0x557173585e10 void 0.000111
+gallium_dri.so realloc 0|32 0x5571735a60a0 0.000115
+gallium_dri.so free 0x5571735a60a0 void 0.000113
+gallium_dri.so realloc 0|64 0x5571735865f0 0.000115
+gallium_dri.so realloc 0x5571735865f0|128 0x5571735a5bd0 0.000116
+libstdc++.so.6 free 0x557173586860 void 0.000112
+libstdc++.so.6 free 0x557173584a30 void 0.000125
+libstdc++.so.6 malloc 24 0x557173584a30 0.000114
+libstdc++.so.6 malloc 24 0x557173586860 0.000112
+libstdc++.so.6 malloc 16 0x557173585e10 0.000112
+libstdc++.so.6 malloc 16 0x5571735838d0 0.000114
+libstdc++.so.6 malloc 16 0x55717359ee00 0.000113
+libstdc++.so.6 malloc 16 0x5571735a6080 0.000114
+libstdc++.so.6 malloc 16 0x557173584950 0.000114
+libstdc++.so.6 malloc 16 0x557173583910 0.000114
+libstdc++.so.6 malloc 16 0x557173585e30 0.000113
+libstdc++.so.6 malloc 16 0x5571735a5c60 0.000112
+libstdc++.so.6 malloc 16 0x5571735a5fd0 0.000113
+libstdc++.so.6 malloc 16 0x557173579120 0.000114
+libstdc++.so.6 free 0x557173586860 void 0.000114
+libstdc++.so.6 free 0x557173584a30 void 0.000112
+libstdc++.so.6 malloc 3248 0x5571735a3a10 0.000113
+libstdc++.so.6 malloc 16 0x557173584a30 0.000114
+libstdc++.so.6 malloc 16 0x557173586860 0.000113
+libstdc++.so.6 malloc 16 0x5571735a6020 0.000151
+libstdc++.so.6 malloc 16 0x557173577c80 0.000115
+libstdc++.so.6 malloc 16 0x5571735a5f50 0.000114
+libstdc++.so.6 malloc 16 0x5571735842f0 0.000127
+libstdc++.so.6 malloc 16 0x557173584310 0.000123
+libstdc++.so.6 malloc 16 0x5571735a5c80 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5ca0 0.000116
+libstdc++.so.6 malloc 16 0x5571735868f0 0.000113
+libstdc++.so.6 malloc 24 0x557173586910 0.000115
+libstdc++.so.6 free 0x5571735a6020 void 0.000115
+libstdc++.so.6 malloc 24 0x557173586930 0.000119
+libstdc++.so.6 free 0x557173577c80 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a60d0 0.000112
+libstdc++.so.6 free 0x5571735a5f50 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a60f0 0.000113
+libstdc++.so.6 free 0x5571735842f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735842f0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6110 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6130 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000114
+libstdc++.so.6 free 0x5571735842f0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735842f0 0.000113
+libstdc++.so.6 free 0x5571735842f0 void 0.000114
+libstdc++.so.6 free 0x5571735a6110 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6110 0.000113
+libstdc++.so.6 malloc 56 0x5571735a1810 0.000113
+libstdc++.so.6 free 0x5571735a6130 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a6130 0.000113
+libstdc++.so.6 malloc 56 0x5571735a1850 0.000113
+libstdc++.so.6 malloc 56 0x5571735a1890 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000113
+libstdc++.so.6 malloc 56 0x5571735a18d0 0.000135
+libstdc++.so.6 malloc 56 0x5571735a1910 0.000125
+libstdc++.so.6 malloc 56 0x5571735a1950 0.000121
+libstdc++.so.6 free 0x5571735a6170 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000113
+libstdc++.so.6 free 0x5571735a6110 void 0.000112
+libstdc++.so.6 malloc 56 0x5571735a1990 0.000117
+libstdc++.so.6 malloc 56 0x5571735a0cf0 0.000113
+libstdc++.so.6 malloc 56 0x5571735a0d30 0.000113
+libstdc++.so.6 free 0x5571735a6190 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000113
+libstdc++.so.6 free 0x5571735a6130 void 0.000112
+libstdc++.so.6 free 0x5571735a6150 void 0.000112
+libstdc++.so.6 free 0x5571735a6170 void 0.000112
+libstdc++.so.6 free 0x5571735a6190 void 0.000116
+libstdc++.so.6 free 0x557173583910 void 0.000114
+libstdc++.so.6 free 0x557173584950 void 0.000113
+libstdc++.so.6 free 0x557173585e10 void 0.000113
+libstdc++.so.6 free 0x5571735838d0 void 0.000112
+libstdc++.so.6 free 0x55717359ee00 void 0.000111
+libstdc++.so.6 free 0x5571735a6080 void 0.000112
+libstdc++.so.6 free 0x557173579120 void 0.000113
+libstdc++.so.6 free 0x5571735a5fd0 void 0.000118
+libstdc++.so.6 free 0x5571735a5c60 void 0.000114
+libstdc++.so.6 free 0x557173585e30 void 0.000112
+libstdc++.so.6 free 0x5571735868f0 void 0.000113
+libstdc++.so.6 free 0x5571735a0d30 void 0.000112
+libstdc++.so.6 free 0x5571735a0cf0 void 0.000113
+libstdc++.so.6 free 0x5571735a1990 void 0.000112
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000144
+libstdc++.so.6 free 0x5571735a1950 void 0.000121
+libstdc++.so.6 free 0x5571735a1910 void 0.000119
+libstdc++.so.6 free 0x5571735a18d0 void 0.000119
+libstdc++.so.6 free 0x5571735a5c80 void 0.000119
+libstdc++.so.6 free 0x5571735a1890 void 0.000118
+libstdc++.so.6 free 0x5571735a1850 void 0.000119
+libstdc++.so.6 free 0x557173584310 void 0.000119
+libstdc++.so.6 free 0x5571735a1810 void 0.000117
+libstdc++.so.6 free 0x557173586860 void 0.000120
+libstdc++.so.6 free 0x557173584a30 void 0.000119
+libstdc++.so.6 free 0x5571735a3a10 void 0.000119
+gallium_dri.so free 0x557173583160 void 0.000119
+gallium_dri.so free 0x5571735a5970 void 0.000119
+gallium_dri.so free 0x557173583890 void 0.000119
+gallium_dri.so free 0x5571735802a0 void 0.000118
+gallium_dri.so free 0x5571735838f0 void 0.000117
+libstdc++.so.6 malloc 24 0x557173583910 0.000119
+libstdc++.so.6 malloc 224 0x55717357f690 0.000118
+libstdc++.so.6 free 0x55717357f690 void 0.000118
+libstdc++.so.6 free 0x557173583910 void 0.000117
+libstdc++.so.6 free 0x5571734f6040 void 0.000118
+libstdc++.so.6 free 0x557173584ca0 void 0.000118
+libstdc++.so.6 free 0x557173586840 void 0.000117
+libstdc++.so.6 free 0x557173583700 void 0.000117
+gallium_dri.so free 0x5571735a5bd0 void 0.000118
+libstdc++.so.6 malloc 24 0x557173583910 0.000119
+libstdc++.so.6 malloc 16 0x5571735a6190 0.000130
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000120
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000127
+libstdc++.so.6 free 0x5571735a6150 void 0.000122
+libstdc++.so.6 free 0x5571735a6170 void 0.000118
+libstdc++.so.6 free 0x5571735a6190 void 0.000117
+libstdc++.so.6 free 0x557173583910 void 0.000120
+libstdc++.so.6 free 0x557173583140 void 0.000119
+libstdc++.so.6 malloc 24 0x557173583910 0.000119
+libstdc++.so.6 malloc 16 0x5571735a6190 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000117
+libstdc++.so.6 free 0x5571735a6150 void 0.000122
+libstdc++.so.6 free 0x5571735a6170 void 0.000119
+libstdc++.so.6 free 0x5571735a6190 void 0.000117
+libstdc++.so.6 free 0x557173583910 void 0.000119
+libstdc++.so.6 malloc 24 0x557173583910 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6190 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000118
+libstdc++.so.6 free 0x5571735a6150 void 0.000118
+libstdc++.so.6 free 0x5571735a6170 void 0.000117
+libstdc++.so.6 free 0x5571735a6190 void 0.000120
+libstdc++.so.6 free 0x557173583910 void 0.000119
+libstdc++.so.6 malloc 64 0x557173584ca0 0.000120
+libstdc++.so.6 malloc 16 0x557173583910 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6190 0.000130
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000121
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6130 0.000120
+libstdc++.so.6 free 0x5571735a6130 void 0.000119
+libstdc++.so.6 free 0x5571735a6150 void 0.000117
+gallium_dri.so realloc 0|32 0x5571735a60a0 0.000121
+gallium_dri.so free 0x5571735a60a0 void 0.000118
+libstdc++.so.6 free 0x5571735a6170 void 0.000120
+libstdc++.so.6 free 0x5571735a6190 void 0.000117
+libstdc++.so.6 free 0x557173582f40 void 0.000126
+libstdc++.so.6 free 0x557173582ef0 void 0.000116
+libstdc++.so.6 free 0x557173582cf0 void 0.000113
+libstdc++.so.6 free 0x557173582ca0 void 0.000113
+gallium_dri.so malloc 32 0x5571735a60a0 0.000113
+gallium_dri.so realloc 0|136 0x5571735a5bd0 0.000118
+gallium_dri.so malloc 8 0x5571735a6190 0.000114
+libstdc++.so.6 free 0x557173584ca0 void 0.000112
+gallium_dri.so realloc 0|32 0x5571735849e0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a6170 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6150 0.000113
+libstdc++.so.6 free 0x5571735a58b0 void 0.000113
+libstdc++.so.6 free 0x5571735a6150 void 0.000117
+libstdc++.so.6 free 0x5571735a6170 void 0.000114
+libstdc++.so.6 free 0x557173584370 void 0.000114
+libstdc++.so.6 free 0x557173583910 void 0.000112
+libstdc++.so.6 free 0x5571735a5f80 void 0.000113
+libstdc++.so.6 free 0x5571735a29e0 void 0.000124
+libstdc++.so.6 free 0x5571735854a0 void 0.000264
+libstdc++.so.6 free 0x557173583f90 void 0.000180
+libstdc++.so.6 free 0x5571735861f0 void 0.000118
+libstdc++.so.6 free 0x5571735a5f00 void 0.000115
+gallium_dri.so realloc 0x5571735a6050|64 0x5571735a5f00 0.000117
+libstdc++.so.6 free 0x557173583d70 void 0.000112
+libstdc++.so.6 free 0x557173584f10 void 0.000112
+libstdc++.so.6 free 0x557173584aa0 void 0.000111
+libstdc++.so.6 free 0x5571735a5990 void 0.000112
+libstdc++.so.6 free 0x5571735856f0 void 0.000113
+libstdc++.so.6 free 0x5571735842a0 void 0.000112
+libstdc++.so.6 free 0x55717357f670 void 0.000112
+libstdc++.so.6 free 0x55717359f090 void 0.000112
+libstdc++.so.6 free 0x5571735a6000 void 0.000112
+libstdc++.so.6 free 0x55717357ff40 void 0.000112
+libstdc++.so.6 free 0x55717359ef80 void 0.000121
+libstdc++.so.6 free 0x557173584cf0 void 0.000124
+libstdc++.so.6 free 0x55717359ef30 void 0.000123
+libstdc++.so.6 free 0x5571735a13c0 void 0.000123
+libstdc++.so.6 free 0x557173584a10 void 0.000119
+libstdc++.so.6 free 0x5571735a13a0 void 0.000113
+libstdc++.so.6 free 0x5571735a11a0 void 0.000114
+libstdc++.so.6 free 0x5571735a1150 void 0.000112
+libstdc++.so.6 free 0x5571735a0f50 void 0.000135
+libstdc++.so.6 free 0x5571735a2910 void 0.000141
+libstdc++.so.6 free 0x5571735853a0 void 0.000114
+libstdc++.so.6 free 0x5571735853e0 void 0.000112
+libstdc++.so.6 free 0x557173585380 void 0.000111
+libstdc++.so.6 free 0x557173585180 void 0.000111
+libstdc++.so.6 free 0x557173585130 void 0.000114
+libstdc++.so.6 free 0x557173584f30 void 0.000112
+libstdc++.so.6 free 0x557173584990 void 0.000112
+gallium_dri.so realloc 0x5571735a5f00|128 0x5571735a0d70 0.000117
+libstdc++.so.6 free 0x5571735a0c90 void 0.000112
+libstdc++.so.6 free 0x5571735a0cd0 void 0.000111
+libstdc++.so.6 free 0x5571735a0c70 void 0.000111
+libstdc++.so.6 free 0x5571735a0950 void 0.000112
+libstdc++.so.6 free 0x5571735a0900 void 0.000114
+libstdc++.so.6 free 0x5571735a0700 void 0.000112
+libstdc++.so.6 free 0x5571735868a0 void 0.000112
+libstdc++.so.6 free 0x5571735863f0 void 0.000112
+libstdc++.so.6 free 0x557173585400 void 0.000111
+libstdc++.so.6 free 0x557173585c10 void 0.000131
+libstdc++.so.6 free 0x55717357f780 void 0.000109
+libstdc++.so.6 free 0x557173581c80 void 0.000123
+libstdc++.so.6 free 0x557173581cc0 void 0.000119
+libstdc++.so.6 free 0x557173581a80 void 0.000119
+libstdc++.so.6 free 0x5571735860c0 void 0.000119
+libstdc++.so.6 free 0x557173585ec0 void 0.000119
+libstdc++.so.6 free 0x557173585e70 void 0.000120
+libstdc++.so.6 free 0x5571735821e0 void 0.000119
+libstdc++.so.6 free 0x557173582220 void 0.000136
+libstdc++.so.6 free 0x557173581fe0 void 0.000122
+libstdc++.so.6 free 0x557173581f90 void 0.000119
+libstdc++.so.6 free 0x557173581d90 void 0.000120
+libstdc++.so.6 free 0x5571735856a0 void 0.000120
+libstdc++.so.6 free 0x557173582700 void 0.000117
+libstdc++.so.6 free 0x557173582740 void 0.000119
+libstdc++.so.6 free 0x557173582500 void 0.000121
+libstdc++.so.6 free 0x5571735824b0 void 0.000120
+libstdc++.so.6 free 0x5571735822b0 void 0.000120
+libstdc++.so.6 free 0x557173582260 void 0.000117
+libstdc++.so.6 free 0x557173582c20 void 0.000121
+libstdc++.so.6 free 0x557173582c60 void 0.000120
+libstdc++.so.6 free 0x557173582a20 void 0.000120
+libstdc++.so.6 free 0x5571735829d0 void 0.000120
+libstdc++.so.6 free 0x5571735827d0 void 0.000121
+libstdc++.so.6 free 0x557173582780 void 0.000120
+libstdc++.so.6 free 0x5571735831a0 void 0.000120
+libstdc++.so.6 free 0x5571735836a0 void 0.000120
+libstdc++.so.6 free 0x557173583460 void 0.000119
+libstdc++.so.6 free 0x557173583410 void 0.000120
+libstdc++.so.6 free 0x557173583210 void 0.000120
+libstdc++.so.6 free 0x5571735831c0 void 0.000120
+libstdc++.so.6 free 0x5571735a5930 void 0.000120
+libstdc++.so.6 free 0x557173581ce0 void 0.000117
+libstdc++.so.6 free 0x557173582240 void 0.000118
+libstdc++.so.6 free 0x557173582760 void 0.000120
+libstdc++.so.6 free 0x557173582c80 void 0.000118
+libstdc++.so.6 free 0x5571735a28f0 void 0.000142
+libstdc++.so.6 free 0x557173584970 void 0.000179
+libstdc++.so.6 free 0x557173586880 void 0.000170
+libstdc++.so.6 free 0x557173585e50 void 0.000191
+libstdc++.so.6 free 0x5571735836e0 void 0.000209
+libstdc++.so.6 free 0x557173583dd0 void 0.000205
+libstdc++.so.6 free 0x5571735859d0 void 0.000204
+libstdc++.so.6 free 0x557173583180 void 0.000203
+libstdc++.so.6 free 0x557173583e10 void 0.000199
+libstdc++.so.6 free 0x557173583680 void 0.000154
+libstdc++.so.6 free 0x55717359edc0 void 0.000124
+libstdc++.so.6 free 0x557173583850 void 0.000122
+libstdc++.so.6 free 0x5571735a58f0 void 0.000123
+libstdc++.so.6 free 0x557173583870 void 0.000121
+libstdc++.so.6 free 0x557173586910 void 0.000121
+libstdc++.so.6 free 0x557173586930 void 0.000121
+libstdc++.so.6 free 0x5571735a60d0 void 0.000121
+libstdc++.so.6 free 0x5571735a60f0 void 0.000121
+gallium_dri.so free 0x5571735a5ed0 void 0.000122
+gallium_dri.so free 0x5571735836c0 void 0.000124
+libstdc++.so.6 free 0x5571735a13e0 void 0.000122
+libstdc++.so.6 free 0x557173583fe0 void 0.000121
+gallium_dri.so free 0x5571735838b0 void 0.000122
+gallium_dri.so free 0x557173583720 void 0.000121
+libstdc++.so.6 free 0x557173583e90 void 0.000121
+gallium_dri.so free 0x557173583740 void 0.000122
+gallium_dri.so free 0x5571735a0d70 void 0.000120
+gallium_dri.so free 0x5571735a0b50 void 0.000120
+gallium_dri.so free 0x557173584a50 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000121
+libstdc++.so.6 malloc 24 0x557173583910 0.000120
+libstdc++.so.6 free 0x557173583910 void 0.000120
+libstdc++.so.6 free 0x5571735a5f80 void 0.000120
+libstdc++.so.6 free 0x5571734f6c70 void 0.000121
+libstdc++.so.6 free 0x5571735a5660 void 0.000128
+libstdc++.so.6 free 0x5571735a56b0 void 0.000121
+libstdc++.so.6 free 0x5571735a5410 void 0.000121
+libstdc++.so.6 free 0x5571735a5460 void 0.000122
+libstdc++.so.6 free 0x557173586ba0 void 0.000148
+libstdc++.so.6 free 0x5571734f5e30 void 0.000121
+libstdc++.so.6 free 0x5571735a61d0 void 0.000121
+libstdc++.so.6 free 0x557173584ef0 void 0.000122
+libstdc++.so.6 free 0x5571734e0cf0 void 0.000121
+libstdc++.so.6 free 0x5571735853c0 void 0.000120
+libstdc++.so.6 free 0x5571735a0cb0 void 0.000131
+libstdc++.so.6 free 0x557173581ca0 void 0.000123
+libstdc++.so.6 free 0x557173582200 void 0.000121
+libstdc++.so.6 free 0x557173582720 void 0.000122
+libstdc++.so.6 free 0x557173582c40 void 0.000121
+libstdc++.so.6 free 0x557173583660 void 0.000122
+gallium_dri.so free 0x55717358cf80 void 0.000120
+gallium_dri.so free 0x5571735a1420 void 0.000122
+gallium_dri.so free 0x557173588370 void 0.000138
+gallium_dri.so free 0x5571735843f0 void 0.000121
+gallium_dri.so free 0x557173591790 void 0.000126
+gallium_dri.so free 0x557173584190 void 0.000121
+gallium_dri.so free 0x5571735a2a00 void 0.000119
+gallium_dri.so free 0x557173580190 void 0.000119
+gallium_dri.so free 0x55717359afa0 void 0.000121
+gallium_dri.so free 0x557173520a20 void 0.000120
+gallium_dri.so free 0x557173581d00 void 0.000121
+gallium_dri.so free 0x5571735849e0 void 0.000122
+gallium_dri.so free 0x557173585450 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a5f80 0.000122
+libstdc++.so.6 malloc 16 0x557173583910 0.000120
+libstdc++.so.6 free 0x557173583910 void 0.000121
+libstdc++.so.6 free 0x5571735a5f80 void 0.000120
+libstdc++.so.6 free 0x55717357fda0 void 0.000125
+libstdc++.so.6 free 0x55717359f2c0 void 0.000122
+gallium_dri.so free 0x5571735a6190 void 0.000120
+gallium_dri.so free 0x5571735a1ae0 void 0.000126
+gallium_dri.so free 0x5571735843b0 void 0.000122
+particles malloc 6 0x5571735a5f80 0.000123
+particles malloc 5 0x557173583910 0.000122
+particles malloc 32 0x5571735a5ed0 0.000122
+particles malloc 3 0x5571735a6170 0.000122
+particles realloc 0x5571735a5ed0|64 0x5571735a5ed0 0.000128
+particles free 0x5571735a5f80 void 0.000122
+particles malloc 1 0x5571735a5f80 0.000123
+particles free 0x5571735a5f80 void 0.000122
+particles malloc 32 0x5571735a6050 0.000122
+particles malloc 8 0x5571735a5f80 0.000121
+particles free 0x5571735790c0 void 0.000125
+particles malloc 200 0x557173586840 0.000123
+particles malloc 32 0x5571735790c0 0.000121
+particles free 0x55717357ecc0 void 0.000123
+particles free 0x55717357ebf0 void 0.000123
+particles malloc 304 0x55717357ff40 0.000123
+particles malloc 32 0x5571735a29b0 0.000121
+particles malloc 304 0x557173584a10 0.000121
+particles malloc 304 0x557173584b50 0.000120
+particles malloc 304 0x5571735861f0 0.000121
+particles malloc 304 0x557173586330 0.000120
+particles realloc 0x5571735a29b0|64 0x5571735a29b0 0.000125
+particles malloc 304 0x557173586470 0.000133
+particles malloc 304 0x5571735854a0 0.000123
+particles malloc 304 0x5571735855e0 0.000122
+particles malloc 304 0x557173585720 0.000121
+particles realloc 0x5571735a29b0|128 0x5571735a29b0 0.000126
+particles malloc 304 0x557173583930 0.000121
+particles malloc 304 0x557173583a70 0.000128
+particles malloc 304 0x557173583bb0 0.000122
+particles malloc 304 0x5571735a0f50 0.000121
+particles malloc 304 0x5571735a1090 0.000121
+particles malloc 304 0x5571735a11d0 0.000121
+particles malloc 304 0x557173583140 0.000120
+particles malloc 304 0x557173583280 0.000120
+particles realloc 0x5571735a29b0|256 0x5571735a29b0 0.000123
+particles malloc 304 0x5571735833c0 0.000120
+particles malloc 304 0x557173583500 0.000121
+particles malloc 304 0x5571735859d0 0.000121
+particles malloc 200 0x55717357ebf0 0.000121
+particles malloc 200 0x55717357ecc0 0.000121
+gallium_dri.so malloc 240 0x557173583e90 0.000122
+gallium_dri.so malloc 216 0x5571735858f0 0.000121
+gallium_dri.so free 0x5571734f41d0 void 0.000120
+gallium_dri.so malloc 4 0x5571735a6150 0.000119
+gallium_dri.so malloc 182 0x5571735a0e00 0.000121
+gallium_dri.so free 0 void 0.000120
+gallium_dri.so free 0x5571735a6150 void 0.000120
+gallium_dri.so free 0 void 0.000125
+particles malloc 24 0x5571735a6150 0.000121
+gallium_dri.so malloc 240 0x557173583fe0 0.000121
+gallium_dri.so malloc 4 0x5571735a6130 0.000120
+gallium_dri.so malloc 168 0x5571734f41d0 0.000120
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so free 0x5571735a6130 void 0.000122
+gallium_dri.so free 0 void 0.000122
+particles malloc 24 0x5571735a6130 0.000121
+particles malloc 32 0x55717359efd0 0.000120
+gallium_dri.so malloc 304 0x557173585b10 0.000120
+gallium_dri.so malloc 192 0x557173585c50 0.000121
+libstdc++.so.6 malloc 8 0x5571735a6110 0.000121
+gallium_dri.so malloc 104 0x5571735a28f0 0.000123
+gallium_dri.so malloc 168 0x5571735840e0 0.000120
+libstdc++.so.6 malloc 8 0x5571735842f0 0.000121
+gallium_dri.so malloc 104 0x557173585d20 0.000121
+gallium_dri.so malloc 168 0x557173585d90 0.000120
+libstdc++.so.6 malloc 8 0x5571735a6190 0.000121
+gallium_dri.so malloc 104 0x557173585e40 0.000119
+gallium_dri.so malloc 168 0x557173585eb0 0.000122
+gallium_dri.so malloc 49 0x5571735a1890 0.000120
+gallium_dri.so malloc 360 0x557173515df0 0.000120
+gallium_dri.so free 0x5571735858f0 void 0.000142
+gallium_dri.so realloc 0|8 0x55717359f090 0.000125
+gallium_dri.so realloc 0x55717359f090|16 0x55717359f090 0.000190
+gallium_dri.so free 0x5571735a1890 void 0.000123
+gallium_dri.so malloc 49 0x5571735a1890 0.000120
+gallium_dri.so malloc 53 0x5571735a18d0 0.000121
+gallium_dri.so malloc 16 0x5571735a6080 0.000119
+gallium_dri.so free 0x5571735a6080 void 0.000120
+gallium_dri.so realloc 0x5571735a18d0|57 0x557173585450 0.000124
+gallium_dri.so malloc 16 0x5571735a6080 0.000121
+gallium_dri.so free 0x5571735a6080 void 0.000120
+gallium_dri.so realloc 0x557173585450|62 0x557173585450 0.000123
+gallium_dri.so malloc 16 0x5571735a6080 0.000121
+gallium_dri.so free 0x5571735a6080 void 0.000121
+gallium_dri.so realloc 0x557173585450|69 0x557173585450 0.000123
+gallium_dri.so realloc 0x557173585450|95 0x557173585f60 0.000124
+gallium_dri.so realloc 0x557173585f60|135 0x557173585f60 0.000126
+gallium_dri.so realloc 0x557173585f60|180 0x557173583640 0.000125
+gallium_dri.so realloc 0x557173583640|225 0x557173583640 0.000124
+gallium_dri.so free 0x557173583640 void 0.000121
+gallium_dri.so malloc 229 0x55717357f690 0.000122
+gallium_dri.so malloc 3133 0x557173581a80 0.000121
+libz.so.1 malloc 7160 0x5571735a2ac0 0.000126
+libz.so.1 free 0x5571735a2ac0 void 0.000124
+gallium_dri.so free 0x55717357f690 void 0.000122
+gallium_dri.so free 0x5571735a0c70 void 0.000121
+gallium_dri.so malloc 256 0x557173580190 0.000128
+gallium_dri.so malloc 72 0x557173584ca0 0.000116
+libstdc++.so.6 malloc 8 0x5571735a6080 0.000116
+gallium_dri.so malloc 104 0x5571735a5fd0 0.000116
+gallium_dri.so malloc 168 0x557173584950 0.000115
+gallium_dri.so malloc 58 0x557173582ca0 0.000114
+gallium_dri.so malloc 54 0x5571735a18d0 0.000115
+gallium_dri.so malloc 112 0x557173583dd0 0.000115
+gallium_dri.so malloc 2000 0x5571735a1ae0 0.000115
+gallium_dri.so malloc 49 0x5571735a1910 0.000114
+gallium_dri.so malloc 49 0x5571735a1950 0.000114
+gallium_dri.so malloc 112 0x557173584370 0.000115
+gallium_dri.so malloc 1912 0x557173584cf0 0.000115
+gallium_dri.so realloc 0|320 0x5571735a59f0 0.000120
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so malloc 49 0x5571735a1990 0.000115
+gallium_dri.so malloc 49 0x5571735a0cf0 0.000113
+gallium_dri.so malloc 144 0x5571734f5230 0.000114
+gallium_dri.so malloc 48 0x5571735a0d30 0.000114
+gallium_dri.so malloc 48 0x557173586910 0.000115
+gallium_dri.so malloc 64 0x557173582ef0 0.000116
+gallium_dri.so malloc 48 0x5571735865b0 0.000115
+gallium_dri.so malloc 48 0x557173586ba0 0.000115
+gallium_dri.so malloc 48 0x55717357f780 0.000115
+gallium_dri.so malloc 48 0x5571735842a0 0.000115
+gallium_dri.so malloc 48 0x557173583f90 0.000114
+gallium_dri.so malloc 48 0x5571735a0c70 0.000115
+gallium_dri.so malloc 48 0x5571735a5c60 0.000125
+gallium_dri.so malloc 48 0x55717359edc0 0.000116
+gallium_dri.so malloc 48 0x557173585860 0.000115
+gallium_dri.so malloc 48 0x5571735858a0 0.000114
+gallium_dri.so malloc 48 0x557173585f60 0.000115
+gallium_dri.so malloc 48 0x557173585fa0 0.000114
+gallium_dri.so malloc 48 0x55717359ef30 0.000115
+gallium_dri.so malloc 168 0x557173520a20 0.000114
+gallium_dri.so malloc 88 0x5571735a5f20 0.000113
+gallium_dri.so malloc 52 0x55717359ef70 0.000116
+gallium_dri.so malloc 88 0x5571735a5990 0.000114
+gallium_dri.so malloc 51 0x557173520ad0 0.000114
+gallium_dri.so malloc 88 0x557173586df0 0.000114
+gallium_dri.so malloc 56 0x557173583cf0 0.000115
+gallium_dri.so free 0x557173581a80 void 0.000115
+gallium_dri.so malloc 61 0x5571735865f0 0.000112
+gallium_dri.so realloc 0x5571735865f0|101 0x5571735a1310 0.000118
+gallium_dri.so realloc 0x5571735a1310|104 0x5571735a1310 0.000118
+gallium_dri.so free 0x5571735a1310 void 0.000117
+gallium_dri.so malloc 61 0x5571735865f0 0.000114
+gallium_dri.so realloc 0x5571735865f0|101 0x5571735a1380 0.000118
+gallium_dri.so realloc 0x5571735a1380|104 0x5571735a1380 0.000119
+gallium_dri.so free 0x5571735a1380 void 0.000117
+gallium_dri.so malloc 148 0x5571734f7240 0.000117
+gallium_dri.so malloc 508 0x5571734f5e30 0.000117
+libz.so.1 malloc 7160 0x5571735a2ac0 0.000117
+libz.so.1 free 0x5571735a2ac0 void 0.000118
+gallium_dri.so free 0x5571734f7240 void 0.000163
+gallium_dri.so free 0x5571735a1380 void 0.000117
+gallium_dri.so malloc 136 0x5571735a0be0 0.000116
+gallium_dri.so malloc 136 0x557173586950 0.000116
+gallium_dri.so malloc 136 0x5571735a5b40 0.000116
+libstdc++.so.6 malloc 5176 0x55717359f2c0 0.000118
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000115
+libstdc++.so.6 malloc 520 0x5571734f6c70 0.000116
+libstdc++.so.6 malloc 64 0x5571735a1380 0.000116
+libstdc++.so.6 malloc 504 0x557173582cf0 0.000115
+libstdc++.so.6 malloc 64 0x5571735865f0 0.000114
+libstdc++.so.6 malloc 504 0x557173582f40 0.000116
+libstdc++.so.6 malloc 64 0x5571735a2960 0.000121
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000116
+gallium_dri.so realloc 0|64 0x557173584700 0.000118
+gallium_dri.so malloc 720 0x55717354b4f0 0.000115
+libstdc++.so.6 malloc 4 0x5571735a13d0 0.000115
+gallium_dri.so malloc 16 0x5571735a5ca0 0.000114
+gallium_dri.so malloc 1 0x557173520b10 0.000114
+libstdc++.so.6 malloc 48 0x557173583d30 0.000116
+libstdc++.so.6 malloc 48 0x5571735a2420 0.000116
+libstdc++.so.6 malloc 48 0x5571735a2460 0.000116
+libstdc++.so.6 malloc 48 0x5571735a24a0 0.000115
+gallium_dri.so malloc 19456 0x557173588370 0.000116
+gallium_dri.so realloc 0|256 0x557173584190 0.000118
+gallium_dri.so realloc 0|64 0x557173580140 0.000118
+gallium_dri.so malloc 18432 0x55717358cf80 0.000128
+gallium_dri.so realloc 0|256 0x5571735843f0 0.000119
+libstdc++.so.6 malloc 240 0x557173583640 0.000115
+gallium_dri.so realloc 0|64 0x5571735a24e0 0.000119
+libstdc++.so.6 malloc 240 0x5571735a2530 0.000116
+libstdc++.so.6 malloc 160 0x5571735a2630 0.000115
+gallium_dri.so malloc 38912 0x557173591790 0.000115
+gallium_dri.so realloc 0|256 0x5571735a1420 0.000118
+gallium_dri.so realloc 0|64 0x557173582970 0.000119
+libstdc++.so.6 malloc 56 0x5571735829c0 0.000115
+libstdc++.so.6 malloc 56 0x557173582a00 0.000115
+libstdc++.so.6 malloc 56 0x557173582a40 0.000115
+libstdc++.so.6 malloc 56 0x557173582a80 0.000115
+gallium_dri.so malloc 15360 0x55717359afa0 0.000148
+gallium_dri.so realloc 0|256 0x557173583740 0.000120
+libstdc++.so.6 malloc 64 0x557173582ac0 0.000115
+libstdc++.so.6 malloc 504 0x557173586640 0.000116
+libstdc++.so.6 malloc 64 0x557173582b10 0.000116
+libstdc++.so.6 malloc 504 0x557173584500 0.000115
+gallium_dri.so realloc 0|64 0x557173582b60 0.000119
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000116
+libstdc++.so.6 malloc 16 0x55717359ee00 0.000116
+libstdc++.so.6 malloc 24 0x557173583d70 0.000115
+libstdc++.so.6 malloc 64 0x557173582bb0 0.000115
+libstdc++.so.6 malloc 504 0x557173584750 0.000115
+libstdc++.so.6 malloc 64 0x557173582c00 0.000115
+libstdc++.so.6 malloc 504 0x557173586bf0 0.000115
+libstdc++.so.6 malloc 24 0x557173582c50 0.000126
+libstdc++.so.6 malloc 16 0x5571735a13f0 0.000117
+libstdc++.so.6 malloc 24 0x557173582c70 0.000117
+libstdc++.so.6 malloc 64 0x5571735a0700 0.000116
+libstdc++.so.6 malloc 504 0x5571735a26f0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a0750 0.000115
+libstdc++.so.6 malloc 504 0x5571735a07a0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a09a0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a09c0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a09e0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a0a00 0.000115
+libstdc++.so.6 malloc 504 0x5571735a2ac0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a2cc0 0.000115
+libstdc++.so.6 malloc 504 0x5571735a2d10 0.000116
+libstdc++.so.6 malloc 24 0x5571735a2f10 0.000114
+libstdc++.so.6 malloc 16 0x5571735a2f30 0.000116
+libstdc++.so.6 malloc 24 0x5571735a2f50 0.000115
+libstdc++.so.6 malloc 56 0x5571735a2f70 0.000117
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000116
+libstdc++.so.6 malloc 56 0x5571735a2ff0 0.000115
+libstdc++.so.6 malloc 56 0x5571735a3030 0.000114
+libstdc++.so.6 malloc 64 0x5571735a3070 0.000116
+libstdc++.so.6 malloc 504 0x5571735a30c0 0.000116
+libstdc++.so.6 malloc 64 0x5571735a32c0 0.000115
+libstdc++.so.6 malloc 504 0x5571735a3310 0.000116
+libstdc++.so.6 malloc 24 0x5571735a3510 0.000114
+libstdc++.so.6 malloc 16 0x5571735a3530 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3550 0.000126
+libstdc++.so.6 malloc 64 0x5571735a3570 0.000114
+libstdc++.so.6 malloc 504 0x5571735a35c0 0.000120
+libstdc++.so.6 malloc 64 0x5571735a37c0 0.000117
+libstdc++.so.6 malloc 504 0x5571735a3810 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3a10 0.000114
+libstdc++.so.6 malloc 16 0x5571735a3a30 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3a50 0.000115
+libstdc++.so.6 malloc 64 0x5571735a3a70 0.000114
+libstdc++.so.6 malloc 504 0x5571735a3ac0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a3cc0 0.000114
+libstdc++.so.6 malloc 504 0x5571735a3d10 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3f10 0.000115
+libstdc++.so.6 malloc 16 0x5571735a3f30 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3f50 0.000115
+libstdc++.so.6 malloc 64 0x5571735a3f70 0.000115
+libstdc++.so.6 malloc 504 0x5571735a3fc0 0.000114
+libstdc++.so.6 malloc 64 0x5571735a41c0 0.000116
+libstdc++.so.6 malloc 504 0x5571735a4210 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4410 0.000116
+libstdc++.so.6 malloc 16 0x5571735a4430 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4450 0.000117
+gallium_dri.so realloc 0x557173582970|128 0x5571735a4470 0.000121
+libstdc++.so.6 malloc 64 0x557173582970 0.000116
+libstdc++.so.6 malloc 504 0x5571735a4500 0.000116
+libstdc++.so.6 malloc 64 0x5571735a4700 0.000116
+libstdc++.so.6 malloc 504 0x5571735a4750 0.000115
+gallium_dri.so realloc 0x557173582b60|128 0x5571735a4950 0.000166
+libstdc++.so.6 malloc 24 0x5571735a49e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735a4a00 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4a20 0.000115
+libstdc++.so.6 malloc 64 0x557173582b60 0.000116
+libstdc++.so.6 malloc 504 0x5571735a4a40 0.000115
+libstdc++.so.6 malloc 64 0x5571735a4c40 0.000115
+libstdc++.so.6 malloc 504 0x5571735a4c90 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000115
+libstdc++.so.6 malloc 16 0x5571735a4eb0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a4ed0 0.000114
+libstdc++.so.6 malloc 64 0x5571735a4ef0 0.000115
+libstdc++.so.6 malloc 504 0x5571735a4f40 0.000115
+libstdc++.so.6 malloc 64 0x5571735a5140 0.000115
+libstdc++.so.6 malloc 504 0x5571735a5190 0.000115
+libstdc++.so.6 malloc 24 0x5571735a5390 0.000115
+libstdc++.so.6 malloc 16 0x5571735a53b0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a53d0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a53f0 0.000116
+libstdc++.so.6 malloc 504 0x5571735a5440 0.000115
+libstdc++.so.6 malloc 64 0x5571735a5640 0.000117
+libstdc++.so.6 malloc 504 0x5571735a5690 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000115
+libstdc++.so.6 malloc 16 0x5571735a58b0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a58d0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a58f0 0.000118
+libstdc++.so.6 malloc 504 0x5571735a61b0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a5940 0.000129
+libstdc++.so.6 malloc 504 0x5571735a63b0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a0a50 0.000115
+libstdc++.so.6 malloc 24 0x5571735a0a70 0.000115
+libstdc++.so.6 malloc 16 0x5571735a0a90 0.000114
+libstdc++.so.6 malloc 24 0x5571735a0ab0 0.000116
+gallium_dri.so realloc 0x557173580140|128 0x5571735a0ad0 0.000118
+libstdc++.so.6 malloc 64 0x557173580140 0.000141
+libstdc++.so.6 malloc 504 0x5571735a65b0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a0b60 0.000116
+libstdc++.so.6 malloc 504 0x5571735a67b0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a0bb0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a69b0 0.000116
+libstdc++.so.6 malloc 16 0x5571735a69d0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a69f0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a6a10 0.000118
+libstdc++.so.6 malloc 504 0x5571735a6a60 0.000115
+libstdc++.so.6 malloc 64 0x5571735a6c60 0.000115
+libstdc++.so.6 malloc 504 0x5571735a6cb0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6ef0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a6f10 0.000119
+libstdc++.so.6 malloc 504 0x5571735a6f60 0.000115
+libstdc++.so.6 malloc 64 0x5571735a7160 0.000115
+libstdc++.so.6 malloc 504 0x5571735a71b0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a73b0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a73d0 0.000133
+libstdc++.so.6 malloc 24 0x5571735a73f0 0.000122
+libstdc++.so.6 malloc 64 0x5571735a7410 0.000121
+libstdc++.so.6 malloc 504 0x5571735a7460 0.000120
+libstdc++.so.6 malloc 64 0x5571735a7660 0.000120
+libstdc++.so.6 malloc 504 0x5571735a76b0 0.000120
+gallium_dri.so realloc 0x5571735a4950|256 0x5571735a78b0 0.000126
+libstdc++.so.6 malloc 24 0x5571735a79c0 0.000121
+libstdc++.so.6 malloc 16 0x5571735a79e0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a7a00 0.000121
+libstdc++.so.6 malloc 64 0x5571735a7a20 0.000120
+libstdc++.so.6 malloc 504 0x5571735a7a70 0.000120
+libstdc++.so.6 malloc 64 0x5571735a7c70 0.000120
+libstdc++.so.6 malloc 504 0x5571735a7cc0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a7ec0 0.000121
+libstdc++.so.6 malloc 16 0x5571735a7ee0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a7f00 0.000121
+libstdc++.so.6 malloc 64 0x5571735a7f20 0.000120
+libstdc++.so.6 malloc 504 0x5571735a7f70 0.000121
+libstdc++.so.6 malloc 64 0x5571735a8170 0.000121
+libstdc++.so.6 malloc 504 0x5571735a81c0 0.000120
+libstdc++.so.6 malloc 16 0x5571735a83c0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a83e0 0.000121
+libstdc++.so.6 malloc 16 0x5571735a8400 0.000121
+libstdc++.so.6 malloc 24 0x5571735a8420 0.000120
+libstdc++.so.6 malloc 64 0x5571735a8440 0.000121
+libstdc++.so.6 malloc 504 0x5571735a8490 0.000108
+libstdc++.so.6 malloc 64 0x5571735a8690 0.000118
+libstdc++.so.6 malloc 504 0x5571735a86e0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a88e0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a8900 0.000117
+libstdc++.so.6 malloc 16 0x5571735a8920 0.000115
+libstdc++.so.6 malloc 24 0x5571735a8940 0.000115
+libstdc++.so.6 malloc 64 0x5571735a8960 0.000115
+libstdc++.so.6 malloc 504 0x5571735a89b0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a8bb0 0.000113
+libstdc++.so.6 malloc 504 0x5571735a8c00 0.000114
+libstdc++.so.6 malloc 16 0x5571735a8e00 0.000115
+libstdc++.so.6 malloc 24 0x5571735a8e20 0.000116
+libstdc++.so.6 malloc 16 0x5571735a8e40 0.000115
+libstdc++.so.6 malloc 24 0x5571735a8e60 0.000116
+libstdc++.so.6 malloc 64 0x5571735a8e80 0.000115
+libstdc++.so.6 malloc 504 0x5571735a8ed0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a90d0 0.000114
+libstdc++.so.6 malloc 504 0x5571735a9120 0.000115
+libstdc++.so.6 malloc 16 0x5571735a9320 0.000115
+libstdc++.so.6 malloc 24 0x5571735a9340 0.000114
+libstdc++.so.6 malloc 16 0x5571735a9360 0.000115
+libstdc++.so.6 malloc 24 0x5571735a9380 0.000114
+libstdc++.so.6 malloc 56 0x5571735a93a0 0.000116
+libstdc++.so.6 malloc 64 0x5571735a93e0 0.000115
+libstdc++.so.6 malloc 504 0x5571735a9430 0.000114
+libstdc++.so.6 malloc 64 0x5571735a9630 0.000114
+libstdc++.so.6 malloc 504 0x5571735a9680 0.000132
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000121
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a98c0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a98e0 0.000120
+libstdc++.so.6 free 0x5571735a98e0 void 0.000120
+libstdc++.so.6 free 0x5571735a98c0 void 0.000122
+libstdc++.so.6 free 0x5571735a98a0 void 0.000119
+libstdc++.so.6 free 0x5571735a9880 void 0.000120
+libstdc++.so.6 free 0x5571735a3030 void 0.000121
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000120
+libstdc++.so.6 free 0x557173582a80 void 0.000121
+libstdc++.so.6 free 0x557173582a00 void 0.000120
+libstdc++.so.6 free 0x557173582a40 void 0.000120
+libstdc++.so.6 free 0x5571735829c0 void 0.000121
+libstdc++.so.6 free 0x5571735a2ff0 void 0.000126
+libstdc++.so.6 free 0x5571735a2f70 void 0.000121
+libstdc++.so.6 free 0x5571735a2630 void 0.000119
+gallium_dri.so free 0x55717354b4f0 void 0.000119
+gallium_dri.so free 0x5571735a5ca0 void 0.000121
+gallium_dri.so free 0x557173520b10 void 0.000121
+libstdc++.so.6 free 0x5571735a13d0 void 0.000121
+libstdc++.so.6 free 0x5571735a24a0 void 0.000122
+libstdc++.so.6 free 0x5571735a2460 void 0.000120
+libstdc++.so.6 free 0x5571735a2420 void 0.000120
+libstdc++.so.6 free 0x557173583d30 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a13d0 0.000196
+libstdc++.so.6 malloc 16 0x557173520b10 0.000122
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000121
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000121
+libstdc++.so.6 free 0x5571735a98a0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000121
+libstdc++.so.6 free 0x5571735a98a0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000122
+libstdc++.so.6 free 0x5571735a98a0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000139
+libstdc++.so.6 free 0x5571735a98a0 void 0.000120
+libstdc++.so.6 free 0x5571735a9880 void 0.000121
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000119
+libstdc++.so.6 free 0x557173520b10 void 0.000121
+libstdc++.so.6 free 0x5571735a13d0 void 0.000119
+gallium_dri.so free 0x5571735a9980 void 0.000121
+gallium_dri.so free 0x5571735a9960 void 0.000119
+gallium_dri.so free 0x5571735a9920 void 0.000119
+gallium_dri.so free 0x5571735a9900 void 0.000120
+libstdc++.so.6 malloc 56 0x5571735a2ff0 0.000120
+libstdc++.so.6 malloc 16 0x5571735a13d0 0.000120
+libstdc++.so.6 malloc 40 0x557173577c80 0.000121
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000120
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000128
+libstdc++.so.6 free 0x557173520b10 void 0.000116
+libstdc++.so.6 malloc 56 0x5571735829c0 0.000115
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000116
+libstdc++.so.6 malloc 56 0x557173582a40 0.000115
+libstdc++.so.6 free 0x5571735829c0 void 0.000115
+libstdc++.so.6 free 0x5571735a13d0 void 0.000114
+libstdc++.so.6 free 0x557173577c80 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a13d0 0.000114
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000114
+libstdc++.so.6 free 0x5571735a13d0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a13d0 0.000117
+libstdc++.so.6 malloc 24 0x557173520b10 0.000113
+libstdc++.so.6 free 0x557173520b10 void 0.000114
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000114
+libstdc++.so.6 malloc 24 0x557173520b10 0.000115
+libstdc++.so.6 free 0x557173520b10 void 0.000116
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000115
+libstdc++.so.6 malloc 24 0x557173520b10 0.000115
+libstdc++.so.6 free 0x557173520b10 void 0.000115
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000116
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 free 0x557173520b10 void 0.000130
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 malloc 24 0x557173520b10 0.000119
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 free 0x557173520b10 void 0.000122
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 free 0x557173520b10 void 0.000121
+libstdc++.so.6 malloc 24 0x557173520b10 0.000120
+libstdc++.so.6 free 0x557173520b10 void 0.000121
+libstdc++.so.6 malloc 24 0x557173520b10 0.000120
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 malloc 24 0x557173520b10 0.000121
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 malloc 24 0x557173520b10 0.000120
+libstdc++.so.6 free 0x557173520b10 void 0.000120
+libstdc++.so.6 free 0x5571735a13d0 void 0.000122
+libstdc++.so.6 malloc 264 0x5571735a19d0 0.000120
+gallium_dri.so realloc 0x5571735a4470|256 0x5571735a99c0 0.000125
+libstdc++.so.6 free 0x55717359efb0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a13d0 0.000120
+gallium_dri.so realloc 0|32 0x557173577c80 0.000124
+libstdc++.so.6 free 0x5571735a13f0 void 0.000119
+libstdc++.so.6 malloc 16 0x557173520b10 0.000171
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000121
+libstdc++.so.6 free 0x557173582c50 void 0.000120
+libstdc++.so.6 malloc 24 0x557173582c50 0.000122
+gallium_dri.so realloc 0|32 0x5571735a13f0 0.000125
+libstdc++.so.6 free 0x5571735a09a0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a09a0 0.000122
+gallium_dri.so realloc 0|32 0x557173579120 0.000123
+libstdc++.so.6 free 0x5571735a2f30 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a2f30 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000120
+libstdc++.so.6 free 0x5571735a2f10 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a2f10 0.000120
+gallium_dri.so realloc 0|32 0x5571735802a0 0.000125
+libstdc++.so.6 free 0x5571735a3510 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a3510 0.000120
+gallium_dri.so realloc 0|32 0x5571735a0cc0 0.000122
+libstdc++.so.6 free 0x5571735a3a30 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a3a30 0.000120
+libstdc++.so.6 malloc 24 0x5571735a98a0 0.000121
+libstdc++.so.6 free 0x5571735a3a10 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a3a10 0.000120
+gallium_dri.so realloc 0|32 0x5571735a5fa0 0.000123
+libstdc++.so.6 free 0x5571735a3f10 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a3f10 0.000120
+gallium_dri.so realloc 0|32 0x557173586ee0 0.000129
+libstdc++.so.6 free 0x5571735a4430 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a4430 0.000115
+libstdc++.so.6 malloc 24 0x5571735a98c0 0.000113
+libstdc++.so.6 free 0x5571735a4410 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4410 0.000115
+gallium_dri.so realloc 0|32 0x5571735771b0 0.000119
+libstdc++.so.6 free 0x5571735a49e0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a49e0 0.000116
+gallium_dri.so realloc 0|32 0x5571735a9ad0 0.000119
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a4eb0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a98e0 0.000112
+libstdc++.so.6 free 0x5571735a4e90 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000115
+gallium_dri.so realloc 0|32 0x5571735a9b00 0.000118
+libstdc++.so.6 free 0x5571735a5390 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5390 0.000117
+gallium_dri.so realloc 0|32 0x5571735a9b30 0.000118
+libstdc++.so.6 free 0x5571735a58b0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a58b0 0.000115
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000114
+libstdc++.so.6 free 0x5571735a5890 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000118
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000119
+libstdc++.so.6 free 0x5571735a0a90 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a0a90 0.000140
+libstdc++.so.6 malloc 24 0x5571735a9980 0.000139
+libstdc++.so.6 free 0x5571735a69d0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a69d0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9960 0.000120
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9920 0.000121
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000121
+gallium_dri.so realloc 0|32 0x5571735a9b90 0.000124
+libstdc++.so.6 free 0x5571735a73d0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a73d0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9900 0.000121
+libstdc++.so.6 free 0x5571735a73b0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a73b0 0.000120
+gallium_dri.so realloc 0|32 0x5571735a9bc0 0.000124
+libstdc++.so.6 free 0x5571735a79e0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a79e0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000120
+libstdc++.so.6 free 0x5571735a79c0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a79c0 0.000120
+gallium_dri.so realloc 0|32 0x5571735a9c10 0.000123
+libstdc++.so.6 free 0x5571735a7ee0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a7ee0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9c40 0.000122
+libstdc++.so.6 free 0x5571735a7ec0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a7ec0 0.000128
+gallium_dri.so realloc 0|32 0x5571735a9c60 0.000119
+libstdc++.so.6 free 0x5571735a8400 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735a8400 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9c90 0.000114
+libstdc++.so.6 free 0x5571735a8920 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a8920 0.000115
+libstdc++.so.6 malloc 24 0x5571735a9cb0 0.000115
+libstdc++.so.6 free 0x5571735a8e40 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a8e40 0.000114
+libstdc++.so.6 malloc 24 0x5571735a9cd0 0.000114
+libstdc++.so.6 free 0x5571735a9360 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a9360 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9cf0 0.000115
+gallium_dri.so free 0x5571735a9c60 void 0.000115
+gallium_dri.so free 0x5571735a9c10 void 0.000115
+gallium_dri.so free 0x5571735a9bc0 void 0.000114
+gallium_dri.so free 0x5571735a9b90 void 0.000114
+gallium_dri.so free 0x5571735a9b30 void 0.000114
+gallium_dri.so free 0x5571735a9ad0 void 0.000113
+gallium_dri.so free 0x5571735a9b60 void 0.000114
+gallium_dri.so free 0x5571735a9b00 void 0.000115
+gallium_dri.so free 0x557173586ee0 void 0.000114
+gallium_dri.so free 0x5571735a0cc0 void 0.000115
+gallium_dri.so free 0x5571735771b0 void 0.000115
+gallium_dri.so free 0x5571735a5fa0 void 0.000114
+gallium_dri.so free 0x557173579120 void 0.000113
+gallium_dri.so free 0x557173577c80 void 0.000129
+gallium_dri.so free 0x5571735802a0 void 0.000122
+gallium_dri.so free 0x5571735a13f0 void 0.000120
+libstdc++.so.6 free 0x5571735a19d0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9d10 0.000121
+libstdc++.so.6 malloc 16 0x5571735a9d30 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9d50 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9d70 0.000120
+libstdc++.so.6 free 0x5571735a9d70 void 0.000120
+libstdc++.so.6 free 0x5571735a9d50 void 0.000120
+libstdc++.so.6 free 0x5571735a9d30 void 0.000120
+libstdc++.so.6 free 0x5571735a9d10 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9d10 0.000128
+libstdc++.so.6 malloc 16 0x5571735a9d30 0.000122
+libstdc++.so.6 malloc 24 0x5571735a9d50 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9d70 0.000121
+libstdc++.so.6 malloc 16 0x5571735a9d90 0.000122
+libstdc++.so.6 free 0x5571735a79e0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a79e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735829c0 0.000120
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000120
+libstdc++.so.6 free 0x5571735a9d90 void 0.000121
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000123
+libstdc++.so.6 free 0x557173520b10 void 0.000121
+libstdc++.so.6 free 0x557173582c50 void 0.000120
+libstdc++.so.6 free 0x557173586bf0 void 0.000120
+libstdc++.so.6 free 0x557173582c00 void 0.000167
+libstdc++.so.6 free 0x557173584750 void 0.000122
+libstdc++.so.6 free 0x557173582bb0 void 0.000122
+libstdc++.so.6 malloc 16 0x557173582c50 0.000123
+libstdc++.so.6 free 0x5571735a7ee0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a7ee0 0.000121
+libstdc++.so.6 malloc 56 0x557173582a00 0.000121
+libstdc++.so.6 free 0x5571735a9880 void 0.000120
+libstdc++.so.6 free 0x557173582c50 void 0.000120
+libstdc++.so.6 free 0x5571735a2f30 void 0.000120
+libstdc++.so.6 free 0x5571735a2f10 void 0.000120
+libstdc++.so.6 free 0x5571735a2d10 void 0.000120
+libstdc++.so.6 free 0x5571735a2cc0 void 0.000120
+libstdc++.so.6 free 0x5571735a2ac0 void 0.000120
+libstdc++.so.6 free 0x5571735a0a00 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a2f10 0.000120
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000120
+libstdc++.so.6 malloc 56 0x557173582a80 0.000120
+libstdc++.so.6 free 0x5571735a98a0 void 0.000121
+libstdc++.so.6 free 0x5571735a2f10 void 0.000119
+libstdc++.so.6 free 0x5571735a3a30 void 0.000120
+libstdc++.so.6 free 0x5571735a3a10 void 0.000119
+libstdc++.so.6 free 0x5571735a3810 void 0.000120
+libstdc++.so.6 free 0x5571735a37c0 void 0.000121
+libstdc++.so.6 free 0x5571735a35c0 void 0.000124
+libstdc++.so.6 free 0x5571735a3570 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735a98a0 0.000116
+libstdc++.so.6 free 0x5571735a73d0 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a73d0 0.000114
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000115
+libstdc++.so.6 free 0x5571735a98c0 void 0.000115
+libstdc++.so.6 free 0x5571735a98a0 void 0.000114
+libstdc++.so.6 free 0x5571735a4430 void 0.000116
+libstdc++.so.6 free 0x5571735a4410 void 0.000115
+libstdc++.so.6 free 0x5571735a4210 void 0.000115
+libstdc++.so.6 free 0x5571735a41c0 void 0.000115
+libstdc++.so.6 free 0x5571735a3fc0 void 0.000115
+libstdc++.so.6 free 0x5571735a3f70 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735a98c0 0.000115
+libstdc++.so.6 free 0x5571735a0a90 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a0a90 0.000115
+libstdc++.so.6 malloc 56 0x5571735a3030 0.000115
+libstdc++.so.6 free 0x5571735a98e0 void 0.000115
+libstdc++.so.6 free 0x5571735a98c0 void 0.000115
+gallium_dri.so realloc 0x5571735a9b60|64 0x5571735a3f70 0.000120
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000115
+libstdc++.so.6 free 0x5571735a4e90 void 0.000117
+libstdc++.so.6 free 0x5571735a4c90 void 0.000115
+libstdc++.so.6 free 0x5571735a4c40 void 0.000115
+libstdc++.so.6 free 0x5571735a4a40 void 0.000115
+libstdc++.so.6 free 0x557173582b60 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000116
+libstdc++.so.6 free 0x5571735a69d0 void 0.000122
+libstdc++.so.6 malloc 16 0x5571735a69d0 0.000114
+libstdc++.so.6 malloc 56 0x557173583d30 0.000118
+libstdc++.so.6 free 0x55717359efb0 void 0.000114
+libstdc++.so.6 free 0x5571735a98e0 void 0.000113
+libstdc++.so.6 free 0x5571735a58b0 void 0.000114
+libstdc++.so.6 free 0x5571735a5890 void 0.000113
+libstdc++.so.6 free 0x5571735a5690 void 0.000112
+libstdc++.so.6 free 0x5571735a5640 void 0.000112
+libstdc++.so.6 free 0x5571735a5440 void 0.000114
+libstdc++.so.6 free 0x5571735a53f0 void 0.000112
+libstdc++.so.6 malloc 16 0x55717359efb0 0.000113
+libstdc++.so.6 free 0x5571735a8400 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a8400 0.000113
+libstdc++.so.6 free 0x55717359efb0 void 0.000112
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000113
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000113
+libstdc++.so.6 free 0x5571735a6cb0 void 0.000114
+libstdc++.so.6 free 0x5571735a6c60 void 0.000113
+libstdc++.so.6 free 0x5571735a6a60 void 0.000113
+libstdc++.so.6 free 0x5571735a6a10 void 0.000112
+libstdc++.so.6 malloc 16 0x55717359efb0 0.000114
+libstdc++.so.6 free 0x5571735a8920 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a8920 0.000113
+libstdc++.so.6 free 0x55717359efb0 void 0.000114
+libstdc++.so.6 free 0x5571735a73d0 void 0.000113
+libstdc++.so.6 free 0x5571735a73b0 void 0.000112
+libstdc++.so.6 free 0x5571735a71b0 void 0.000113
+libstdc++.so.6 free 0x5571735a7160 void 0.000125
+libstdc++.so.6 free 0x5571735a6f60 void 0.000120
+libstdc++.so.6 free 0x5571735a6f10 void 0.000120
+libstdc++.so.6 malloc 16 0x55717359efb0 0.000120
+libstdc++.so.6 free 0x5571735a8e40 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a8e40 0.000116
+libstdc++.so.6 free 0x55717359efb0 void 0.000115
+gallium_dri.so realloc 0x5571735a3f70|128 0x5571735a3f70 0.000121
+libstdc++.so.6 free 0x5571735a79e0 void 0.000118
+libstdc++.so.6 free 0x5571735a79c0 void 0.000116
+libstdc++.so.6 free 0x5571735a76b0 void 0.000120
+libstdc++.so.6 free 0x5571735a7660 void 0.000118
+libstdc++.so.6 free 0x5571735a7460 void 0.000116
+libstdc++.so.6 free 0x5571735a7410 void 0.000117
+libstdc++.so.6 malloc 16 0x55717359efb0 0.000119
+libstdc++.so.6 free 0x5571735a9360 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735a9360 0.000119
+libstdc++.so.6 free 0x55717359efb0 void 0.000120
+libstdc++.so.6 free 0x5571735a7ee0 void 0.000116
+libstdc++.so.6 free 0x5571735a7ec0 void 0.000116
+libstdc++.so.6 free 0x5571735a7cc0 void 0.000118
+libstdc++.so.6 free 0x5571735a7c70 void 0.000117
+libstdc++.so.6 free 0x5571735a7a70 void 0.000115
+libstdc++.so.6 free 0x5571735a7a20 void 0.000114
+libstdc++.so.6 free 0x5571735a9d70 void 0.000119
+libstdc++.so.6 free 0x5571735a9d50 void 0.000118
+libstdc++.so.6 free 0x5571735a9d30 void 0.000130
+libstdc++.so.6 free 0x5571735a9d10 void 0.000116
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a2f30 0.000117
+libstdc++.so.6 malloc 24 0x557173582c50 0.000115
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000117
+libstdc++.so.6 free 0x5571735a9880 void 0.000119
+libstdc++.so.6 free 0x557173582c50 void 0.000116
+libstdc++.so.6 free 0x5571735a2f30 void 0.000115
+libstdc++.so.6 free 0x55717359efb0 void 0.000116
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a2f30 0.000115
+libstdc++.so.6 malloc 24 0x557173582c50 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000117
+libstdc++.so.6 free 0x5571735a9880 void 0.000116
+libstdc++.so.6 free 0x557173582c50 void 0.000115
+libstdc++.so.6 free 0x5571735a2f30 void 0.000116
+libstdc++.so.6 free 0x55717359efb0 void 0.000115
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a2f30 0.000120
+libstdc++.so.6 malloc 24 0x557173582c50 0.000119
+libstdc++.so.6 malloc 24 0x5571735a9880 0.000119
+libstdc++.so.6 malloc 24 0x557173520b10 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9d90 0.000121
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a9d10 0.000121
+libstdc++.so.6 malloc 24 0x5571735a79e0 0.000121
+libstdc++.so.6 malloc 24 0x5571735a79c0 0.000128
+libstdc++.so.6 malloc 24 0x5571735a7ee0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a7ec0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9d70 0.000119
+libstdc++.so.6 malloc 24 0x5571735a9d50 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9d30 0.000116
+libstdc++.so.6 malloc 24 0x5571735a73b0 0.000116
+libstdc++.so.6 free 0x557173520b10 void 0.000117
+libstdc++.so.6 free 0x5571735a9d90 void 0.000115
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000118
+libstdc++.so.6 free 0x5571735a9d10 void 0.000115
+libstdc++.so.6 free 0x5571735a79e0 void 0.000118
+libstdc++.so.6 free 0x5571735a79c0 void 0.000115
+libstdc++.so.6 free 0x5571735a7ee0 void 0.000121
+libstdc++.so.6 free 0x5571735a7ec0 void 0.000116
+libstdc++.so.6 free 0x5571735a9d70 void 0.000119
+libstdc++.so.6 free 0x5571735a9d50 void 0.000119
+libstdc++.so.6 free 0x5571735a9d30 void 0.000115
+libstdc++.so.6 free 0x5571735a73b0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000120
+libstdc++.so.6 free 0x5571735a4e90 void 0.000119
+libstdc++.so.6 free 0x5571735a9880 void 0.000120
+libstdc++.so.6 free 0x557173582c50 void 0.000118
+libstdc++.so.6 free 0x5571735a2f30 void 0.000116
+libstdc++.so.6 free 0x55717359efb0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000116
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000182
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000116
+libstdc++.so.6 free 0x5571735a5890 void 0.000119
+libstdc++.so.6 free 0x5571735a58b0 void 0.000118
+libstdc++.so.6 free 0x5571735a98e0 void 0.000116
+libstdc++.so.6 free 0x5571735a4e90 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000120
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000116
+libstdc++.so.6 free 0x5571735a5890 void 0.000117
+libstdc++.so.6 free 0x5571735a58b0 void 0.000119
+libstdc++.so.6 free 0x5571735a98e0 void 0.000119
+libstdc++.so.6 free 0x5571735a4e90 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000119
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000116
+libstdc++.so.6 free 0x5571735a5890 void 0.000121
+libstdc++.so.6 free 0x5571735a58b0 void 0.000116
+libstdc++.so.6 free 0x5571735a98e0 void 0.000116
+libstdc++.so.6 free 0x5571735a4e90 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000119
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000116
+libstdc++.so.6 free 0x5571735a5890 void 0.000119
+libstdc++.so.6 free 0x5571735a58b0 void 0.000116
+libstdc++.so.6 free 0x5571735a98e0 void 0.000118
+libstdc++.so.6 free 0x5571735a4e90 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000119
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000116
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000116
+libstdc++.so.6 free 0x5571735a5890 void 0.000120
+libstdc++.so.6 free 0x5571735a58b0 void 0.000116
+libstdc++.so.6 free 0x5571735a98e0 void 0.000116
+libstdc++.so.6 free 0x5571735a4e90 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000116
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000117
+libstdc++.so.6 free 0x5571735a5890 void 0.000120
+libstdc++.so.6 free 0x5571735a58b0 void 0.000118
+libstdc++.so.6 free 0x5571735a98e0 void 0.000119
+libstdc++.so.6 free 0x5571735a4e90 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000118
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000115
+libstdc++.so.6 free 0x5571735a5890 void 0.000120
+libstdc++.so.6 free 0x5571735a58b0 void 0.000119
+libstdc++.so.6 free 0x5571735a98e0 void 0.000127
+libstdc++.so.6 free 0x5571735a4e90 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000183
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000199
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000130
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000118
+gallium_dri.so malloc 3584 0x5571735a9d10 0.000125
+gallium_dri.so realloc 0|256 0x5571735a19d0 0.000120
+libstdc++.so.6 free 0x5571735a5890 void 0.000120
+libstdc++.so.6 free 0x5571735a58b0 void 0.000117
+libstdc++.so.6 free 0x5571735a98e0 void 0.000117
+libstdc++.so.6 free 0x5571735a4e90 void 0.000116
+gallium_dri.so free 0x5571735a9d10 void 0.000115
+gallium_dri.so free 0x5571735a19d0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000116
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000115
+libstdc++.so.6 malloc 24 0x5571735a6ed0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000116
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a4eb0 0.000119
+libstdc++.so.6 malloc 24 0x557173520b10 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000116
+libstdc++.so.6 malloc 24 0x557173582c50 0.000126
+libstdc++.so.6 malloc 24 0x5571735a13f0 0.000116
+libstdc++.so.6 malloc 24 0x5571735802a0 0.000116
+libstdc++.so.6 malloc 24 0x557173577c80 0.000119
+libstdc++.so.6 malloc 24 0x557173579120 0.000117
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000105
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000247
+libstdc++.so.6 free 0x5571735a73d0 void 0.000188
+libstdc++.so.6 free 0x55717359efb0 void 0.000113
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000112
+libstdc++.so.6 free 0x557173520b10 void 0.000113
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000115
+libstdc++.so.6 free 0x557173582c50 void 0.000129
+libstdc++.so.6 free 0x5571735a13f0 void 0.000114
+libstdc++.so.6 free 0x5571735802a0 void 0.000112
+libstdc++.so.6 free 0x557173577c80 void 0.000111
+libstdc++.so.6 free 0x557173579120 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000116
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000113
+libstdc++.so.6 free 0x5571735a5890 void 0.000112
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 free 0x5571735a98e0 void 0.000112
+libstdc++.so.6 free 0x5571735a4e90 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000115
+libstdc++.so.6 malloc 16 0x557173520b10 0.000112
+libstdc++.so.6 malloc 24 0x5571735a4eb0 0.000118
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000125
+libstdc++.so.6 free 0x55717359efb0 void 0.000114
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000111
+libstdc++.so.6 free 0x557173520b10 void 0.000114
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a5ca0 0.000112
+libstdc++.so.6 malloc 24 0x557173520b10 0.000114
+libstdc++.so.6 malloc 16 0x5571735a4eb0 0.000113
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a6ed0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a4e90 0.000178
+libstdc++.so.6 malloc 24 0x557173582c50 0.000160
+libstdc++.so.6 free 0x5571735a73d0 void 0.000181
+libstdc++.so.6 free 0x55717359efb0 void 0.000114
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000112
+libstdc++.so.6 free 0x557173520b10 void 0.000112
+libstdc++.so.6 malloc 24 0x557173520b10 0.000112
+libstdc++.so.6 malloc 16 0x5571735a4eb0 0.000112
+libstdc++.so.6 malloc 64 0x5571735a41c0 0.000113
+libstdc++.so.6 malloc 512 0x5571735a5cc0 0.000111
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000113
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000112
+libstdc++.so.6 free 0x5571735a58b0 void 0.000113
+libstdc++.so.6 free 0x5571735a5890 void 0.000191
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000116
+gallium_dri.so free 0x5571735a9b60 void 0.000113
+libstdc++.so.6 free 0x5571735a73d0 void 0.000114
+libstdc++.so.6 free 0x55717359efb0 void 0.000113
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000112
+libstdc++.so.6 malloc 64 0x5571735a3570 0.000112
+libstdc++.so.6 malloc 512 0x55717359ebb0 0.000113
+libstdc++.so.6 free 0x55717359ebb0 void 0.000113
+libstdc++.so.6 free 0x5571735a3570 void 0.000113
+libstdc++.so.6 malloc 64 0x5571735a3570 0.000112
+libstdc++.so.6 malloc 512 0x55717359ebb0 0.000111
+libstdc++.so.6 free 0x55717359ebb0 void 0.000113
+libstdc++.so.6 free 0x5571735a3570 void 0.000112
+gallium_dri.so malloc 4096 0x5571735a9d10 0.000113
+gallium_dri.so realloc 0|256 0x5571735a19d0 0.000115
+libstdc++.so.6 malloc 64 0x5571735a3570 0.000111
+libstdc++.so.6 malloc 504 0x5571735a4210 0.000112
+libstdc++.so.6 malloc 64 0x5571735a37c0 0.000114
+libstdc++.so.6 malloc 504 0x5571735a35c0 0.000113
+libstdc++.so.6 free 0x5571735a73d0 void 0.000113
+libstdc++.so.6 free 0x55717359efb0 void 0.000113
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000112
+libstdc++.so.6 free 0x5571735a73d0 void 0.000113
+libstdc++.so.6 free 0x55717359efb0 void 0.000112
+gallium_dri.so free 0x5571735a9940 void 0.000124
+gallium_dri.so free 0x5571735a99a0 void 0.000114
+gallium_dri.so free 0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a99a0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000112
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000111
+libstdc++.so.6 free 0x5571735a73d0 void 0.000113
+libstdc++.so.6 free 0x55717359efb0 void 0.000112
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000115
+gallium_dri.so free 0x5571735a9b60 void 0.000112
+gallium_dri.so realloc 0|64 0x5571735a0a00 0.000115
+gallium_dri.so realloc 0x5571735a0a00|128 0x5571735a4a40 0.000116
+libstdc++.so.6 free 0x5571735a9940 void 0.000114
+libstdc++.so.6 free 0x5571735a99a0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735a99a0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000116
+libstdc++.so.6 malloc 16 0x55717359efb0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a73d0 0.000113
+libstdc++.so.6 free 0x5571735a9940 void 0.000114
+libstdc++.so.6 free 0x5571735a99a0 void 0.000113
+libstdc++.so.6 malloc 3848 0x5571735aad20 0.000116
+libstdc++.so.6 malloc 16 0x5571735a99a0 0.000115
+libstdc++.so.6 malloc 16 0x5571735a9940 0.000114
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000114
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000112
+libstdc++.so.6 free 0x5571735a5890 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000112
+libstdc++.so.6 malloc 56 0x5571735a2f70 0.000125
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000113
+libstdc++.so.6 free 0x5571735a5890 void 0.000111
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 free 0x5571735a73d0 void 0.000115
+libstdc++.so.6 free 0x55717359efb0 void 0.000112
+libstdc++.so.6 free 0x5571735a9940 void 0.000117
+libstdc++.so.6 free 0x5571735a2f70 void 0.000113
+libstdc++.so.6 free 0x5571735a99a0 void 0.000111
+libstdc++.so.6 free 0x5571735aad20 void 0.000112
+gallium_dri.so free 0x557173586ee0 void 0.000112
+gallium_dri.so free 0x5571735a0cc0 void 0.000112
+gallium_dri.so free 0x5571735771b0 void 0.000112
+gallium_dri.so free 0x557173579120 void 0.000112
+gallium_dri.so free 0x5571735a5fa0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a99a0 0.000113
+libstdc++.so.6 malloc 264 0x55717359ee20 0.000113
+libstdc++.so.6 free 0x55717359ee20 void 0.000112
+libstdc++.so.6 free 0x5571735a99a0 void 0.000113
+libstdc++.so.6 free 0x5571735a5cc0 void 0.000113
+libstdc++.so.6 free 0x5571735a41c0 void 0.000111
+libstdc++.so.6 free 0x5571735a4eb0 void 0.000132
+libstdc++.so.6 free 0x557173520b10 void 0.000115
+gallium_dri.so free 0x5571735a4a40 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a99a0 0.000113
+libstdc++.so.6 malloc 16 0x5571735a9940 0.000112
+gallium_dri.so realloc 0x5571735a99c0|512 0x5571735a4ad0 0.000175
+libstdc++.so.6 free 0x5571735a49e0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a49e0 0.000113
+libstdc++.so.6 free 0x5571735a5390 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5390 0.000114
+libstdc++.so.6 free 0x5571735a3510 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a3510 0.000113
+libstdc++.so.6 free 0x5571735a3f10 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a3f10 0.000113
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000113
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000111
+libstdc++.so.6 free 0x5571735a4e90 void 0.000112
+libstdc++.so.6 free 0x557173582c50 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6ed0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000112
+libstdc++.so.6 free 0x55717359ee00 void 0.000114
+libstdc++.so.6 malloc 16 0x55717359ee00 0.000113
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000113
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000114
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000113
+libstdc++.so.6 free 0x5571735a9940 void 0.000112
+libstdc++.so.6 free 0x5571735a99a0 void 0.000112
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000114
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000115
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000113
+libstdc++.so.6 free 0x5571735a73d0 void 0.000112
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000125
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000113
+libstdc++.so.6 free 0x5571735a9940 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000112
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000114
+libstdc++.so.6 free 0x5571735a73d0 void 0.000116
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000112
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000112
+libstdc++.so.6 free 0x5571735a9940 void 0.000112
+libstdc++.so.6 malloc 64 0x5571735a41c0 0.000111
+libstdc++.so.6 malloc 16 0x5571735a9940 0.000121
+libstdc++.so.6 malloc 24 0x5571735a6ed0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000114
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000112
+libstdc++.so.6 free 0x5571735a58b0 void 0.000112
+libstdc++.so.6 free 0x5571735a73d0 void 0.000112
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000116
+gallium_dri.so free 0x5571735a9b60 void 0.000113
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000112
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000113
+libstdc++.so.6 free 0x5571735a9680 void 0.000115
+libstdc++.so.6 free 0x5571735a9630 void 0.000112
+libstdc++.so.6 free 0x5571735a9430 void 0.000111
+libstdc++.so.6 free 0x5571735a93e0 void 0.000112
+gallium_dri.so malloc 64 0x5571735a93e0 0.000113
+gallium_dri.so malloc 8 0x5571735a6ed0 0.000117
+libstdc++.so.6 free 0x5571735a41c0 void 0.000115
+gallium_dri.so realloc 0|32 0x5571735a9b60 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6eb0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000113
+libstdc++.so.6 free 0x557173582a40 void 0.000112
+libstdc++.so.6 free 0x5571735a73d0 void 0.000113
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000113
+libstdc++.so.6 free 0x5571735a2ff0 void 0.000111
+libstdc++.so.6 free 0x5571735a9940 void 0.000111
+libstdc++.so.6 free 0x55717359ee00 void 0.000111
+libstdc++.so.6 free 0x5571735a13d0 void 0.000111
+libstdc++.so.6 free 0x557173584500 void 0.000114
+libstdc++.so.6 free 0x557173582b10 void 0.000112
+libstdc++.so.6 free 0x557173586640 void 0.000112
+libstdc++.so.6 free 0x557173582ac0 void 0.000113
+libstdc++.so.6 free 0x5571735a09c0 void 0.000112
+libstdc++.so.6 free 0x5571735a09a0 void 0.000112
+libstdc++.so.6 free 0x5571735a07a0 void 0.000112
+libstdc++.so.6 free 0x5571735a0750 void 0.000111
+libstdc++.so.6 free 0x5571735a26f0 void 0.000113
+libstdc++.so.6 free 0x5571735a0700 void 0.000113
+libstdc++.so.6 free 0x5571735a3530 void 0.000112
+libstdc++.so.6 free 0x5571735a3510 void 0.000119
+libstdc++.so.6 free 0x5571735a3310 void 0.000114
+libstdc++.so.6 free 0x5571735a32c0 void 0.000112
+libstdc++.so.6 free 0x5571735a30c0 void 0.000117
+libstdc++.so.6 free 0x5571735a3070 void 0.000131
+libstdc++.so.6 free 0x5571735a3f30 void 0.000121
+libstdc++.so.6 free 0x5571735a3f10 void 0.000111
+libstdc++.so.6 free 0x5571735a3d10 void 0.000112
+libstdc++.so.6 free 0x5571735a3cc0 void 0.000112
+libstdc++.so.6 free 0x5571735a3ac0 void 0.000116
+libstdc++.so.6 free 0x5571735a3a70 void 0.000117
+libstdc++.so.6 free 0x5571735a4a00 void 0.000117
+libstdc++.so.6 free 0x5571735a49e0 void 0.000118
+libstdc++.so.6 free 0x5571735a4750 void 0.000120
+libstdc++.so.6 free 0x5571735a4700 void 0.000125
+libstdc++.so.6 free 0x5571735a4500 void 0.000121
+libstdc++.so.6 free 0x557173582970 void 0.000117
+libstdc++.so.6 free 0x5571735a53b0 void 0.000117
+libstdc++.so.6 free 0x5571735a5390 void 0.000123
+libstdc++.so.6 free 0x5571735a5190 void 0.000124
+libstdc++.so.6 free 0x5571735a5140 void 0.000122
+libstdc++.so.6 free 0x5571735a4f40 void 0.000123
+libstdc++.so.6 free 0x5571735a4ef0 void 0.000124
+libstdc++.so.6 free 0x5571735a0a50 void 0.000119
+libstdc++.so.6 free 0x5571735a0a90 void 0.000125
+libstdc++.so.6 free 0x5571735a63b0 void 0.000123
+libstdc++.so.6 free 0x5571735a5940 void 0.000123
+libstdc++.so.6 free 0x5571735a61b0 void 0.000121
+libstdc++.so.6 free 0x5571735a58f0 void 0.000122
+libstdc++.so.6 free 0x5571735a0bb0 void 0.000118
+libstdc++.so.6 free 0x5571735a69d0 void 0.000117
+libstdc++.so.6 free 0x5571735a67b0 void 0.000122
+libstdc++.so.6 free 0x5571735a0b60 void 0.000123
+libstdc++.so.6 free 0x5571735a65b0 void 0.000124
+libstdc++.so.6 free 0x557173580140 void 0.000122
+libstdc++.so.6 free 0x5571735a35c0 void 0.000125
+libstdc++.so.6 free 0x5571735a37c0 void 0.000123
+libstdc++.so.6 free 0x5571735a4210 void 0.000124
+libstdc++.so.6 free 0x5571735a3570 void 0.000119
+libstdc++.so.6 free 0x5571735a83c0 void 0.000120
+libstdc++.so.6 free 0x5571735a8400 void 0.000120
+libstdc++.so.6 free 0x5571735a81c0 void 0.000122
+libstdc++.so.6 free 0x5571735a8170 void 0.000124
+libstdc++.so.6 free 0x5571735a7f70 void 0.000123
+libstdc++.so.6 free 0x5571735a7f20 void 0.000123
+libstdc++.so.6 free 0x5571735a88e0 void 0.000123
+libstdc++.so.6 free 0x5571735a8920 void 0.000123
+libstdc++.so.6 free 0x5571735a86e0 void 0.000125
+libstdc++.so.6 free 0x5571735a8690 void 0.000124
+libstdc++.so.6 free 0x5571735a8490 void 0.000118
+libstdc++.so.6 free 0x5571735a8440 void 0.000162
+gallium_dri.so realloc 0x5571735a3f70|256 0x5571735a4ce0 0.000168
+libstdc++.so.6 free 0x5571735a8e00 void 0.000172
+libstdc++.so.6 free 0x5571735a8e40 void 0.000158
+libstdc++.so.6 free 0x5571735a8c00 void 0.000125
+libstdc++.so.6 free 0x5571735a8bb0 void 0.000117
+libstdc++.so.6 free 0x5571735a89b0 void 0.000117
+libstdc++.so.6 free 0x5571735a8960 void 0.000121
+libstdc++.so.6 free 0x5571735a9320 void 0.000131
+libstdc++.so.6 free 0x5571735a9360 void 0.000125
+libstdc++.so.6 free 0x5571735a9120 void 0.000118
+libstdc++.so.6 free 0x5571735a90d0 void 0.000121
+libstdc++.so.6 free 0x5571735a8ed0 void 0.000125
+libstdc++.so.6 free 0x5571735a8e80 void 0.000124
+libstdc++.so.6 free 0x5571735a7a00 void 0.000120
+libstdc++.so.6 free 0x5571735a7f00 void 0.000121
+libstdc++.so.6 free 0x557173582c70 void 0.000119
+libstdc++.so.6 free 0x5571735a2f50 void 0.000116
+libstdc++.so.6 free 0x5571735a6ef0 void 0.000118
+libstdc++.so.6 free 0x5571735a73f0 void 0.000121
+libstdc++.so.6 free 0x5571735a3a50 void 0.000118
+libstdc++.so.6 free 0x5571735a4450 void 0.000120
+libstdc++.so.6 free 0x5571735a0ab0 void 0.000121
+libstdc++.so.6 free 0x5571735a69f0 void 0.000127
+libstdc++.so.6 free 0x5571735a4ed0 void 0.000124
+libstdc++.so.6 free 0x5571735a58d0 void 0.000118
+libstdc++.so.6 free 0x5571735a8420 void 0.000117
+libstdc++.so.6 free 0x5571735a8940 void 0.000119
+libstdc++.so.6 free 0x5571735a8e60 void 0.000123
+libstdc++.so.6 free 0x5571735a9380 void 0.000125
+libstdc++.so.6 free 0x5571735829c0 void 0.000121
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000118
+libstdc++.so.6 free 0x557173582a00 void 0.000123
+libstdc++.so.6 free 0x5571735a9c40 void 0.000126
+libstdc++.so.6 free 0x557173582a80 void 0.000124
+libstdc++.so.6 free 0x5571735a9920 void 0.000123
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000118
+libstdc++.so.6 free 0x5571735a9900 void 0.000118
+libstdc++.so.6 free 0x5571735a3030 void 0.000132
+libstdc++.so.6 free 0x5571735a9980 void 0.000131
+libstdc++.so.6 free 0x557173583d30 void 0.000129
+libstdc++.so.6 free 0x5571735a9960 void 0.000125
+libstdc++.so.6 free 0x5571735a9c90 void 0.000124
+libstdc++.so.6 free 0x5571735a9cb0 void 0.000128
+libstdc++.so.6 free 0x5571735a9cd0 void 0.000126
+libstdc++.so.6 free 0x5571735a9cf0 void 0.000134
+libstdc++.so.6 free 0x55717359efb0 void 0.000135
+gallium_dri.so free 0x557173577c80 void 0.000130
+gallium_dri.so free 0x5571735802a0 void 0.000129
+libstdc++.so.6 free 0x5571735a93a0 void 0.000130
+libstdc++.so.6 free 0x557173583640 void 0.000130
+gallium_dri.so free 0x5571735a9b00 void 0.000126
+gallium_dri.so free 0x5571735a13f0 void 0.000125
+libstdc++.so.6 free 0x5571735a2530 void 0.000130
+gallium_dri.so free 0x5571735a4ad0 void 0.000129
+gallium_dri.so free 0x5571735a4ce0 void 0.000125
+gallium_dri.so free 0x5571735a78b0 void 0.000128
+gallium_dri.so free 0x5571735a24e0 void 0.000129
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000132
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000129
+libstdc++.so.6 free 0x5571735a9940 void 0.000129
+libstdc++.so.6 free 0x55717359ee00 void 0.000126
+libstdc++.so.6 free 0x5571734f6040 void 0.000128
+libstdc++.so.6 free 0x5571735a2960 void 0.000125
+libstdc++.so.6 free 0x557173582f40 void 0.000123
+libstdc++.so.6 free 0x5571735865f0 void 0.000124
+libstdc++.so.6 free 0x557173582cf0 void 0.000129
+libstdc++.so.6 free 0x5571735a1380 void 0.000209
+libstdc++.so.6 free 0x5571734f6c70 void 0.000133
+libstdc++.so.6 free 0x557173583d70 void 0.000129
+libstdc++.so.6 free 0x5571735a09e0 void 0.000131
+libstdc++.so.6 free 0x5571735a3550 void 0.000131
+libstdc++.so.6 free 0x5571735a3f50 void 0.000183
+libstdc++.so.6 free 0x5571735a4a20 void 0.000130
+libstdc++.so.6 free 0x5571735a53d0 void 0.000129
+libstdc++.so.6 free 0x5571735a0a70 void 0.000130
+libstdc++.so.6 free 0x5571735a69b0 void 0.000190
+libstdc++.so.6 free 0x5571735a83e0 void 0.000132
+libstdc++.so.6 free 0x5571735a8900 void 0.000209
+libstdc++.so.6 free 0x5571735a8e20 void 0.000277
+libstdc++.so.6 free 0x5571735a9340 void 0.000166
+gallium_dri.so free 0x55717358cf80 void 0.000167
+gallium_dri.so free 0x5571735843f0 void 0.000132
+gallium_dri.so free 0x557173588370 void 0.000127
+gallium_dri.so free 0x557173584190 void 0.000127
+gallium_dri.so free 0x557173591790 void 0.000135
+gallium_dri.so free 0x5571735a1420 void 0.000139
+gallium_dri.so free 0x5571735a9d10 void 0.000133
+gallium_dri.so free 0x5571735a19d0 void 0.000130
+gallium_dri.so free 0x55717359afa0 void 0.000131
+gallium_dri.so free 0x557173583740 void 0.000124
+gallium_dri.so free 0x5571735a0ad0 void 0.000129
+gallium_dri.so free 0x5571735a9b60 void 0.000130
+gallium_dri.so free 0x557173584700 void 0.000125
+libstdc++.so.6 malloc 24 0x55717359ee00 0.000129
+libstdc++.so.6 malloc 16 0x5571735a9940 0.000125
+libstdc++.so.6 free 0x5571735a9940 void 0.000130
+libstdc++.so.6 free 0x55717359ee00 void 0.000125
+libstdc++.so.6 free 0x55717357fda0 void 0.000128
+libstdc++.so.6 free 0x55717359f2c0 void 0.000125
+gallium_dri.so free 0x5571735a6ed0 void 0.000123
+gallium_dri.so free 0x557173581d60 void 0.000126
+gallium_dri.so free 0x5571734f5e30 void 0.000131
+gallium_dri.so malloc 146 0x5571734f7240 0.000124
+gallium_dri.so malloc 140 0x5571734f5060 0.000125
+libz.so.1 malloc 7160 0x557173588370 0.000130
+libz.so.1 free 0x557173588370 void 0.000126
+gallium_dri.so free 0x5571734f7240 void 0.000123
+gallium_dri.so free 0x5571735a1310 void 0.000138
+gallium_dri.so malloc 136 0x5571735a3f70 0.000120
+gallium_dri.so realloc 0|16 0x55717359ee00 0.000127
+gallium_dri.so malloc 136 0x5571735a4a40 0.000117
+libstdc++.so.6 malloc 5176 0x55717359f2c0 0.000121
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000122
+libstdc++.so.6 malloc 520 0x5571734f5e30 0.000116
+libstdc++.so.6 malloc 64 0x557173582b10 0.000117
+libstdc++.so.6 malloc 504 0x5571735a9430 0.000116
+libstdc++.so.6 malloc 64 0x5571735a41c0 0.000117
+libstdc++.so.6 malloc 504 0x5571735a9680 0.000116
+libstdc++.so.6 malloc 64 0x5571735a9630 0.000115
+libstdc++.so.6 malloc 512 0x5571734f6c70 0.000117
+gallium_dri.so realloc 0|64 0x5571735a0a00 0.000119
+gallium_dri.so malloc 720 0x55717354b4f0 0.000119
+libstdc++.so.6 malloc 1 0x5571735a9940 0.000116
+libstdc++.so.6 malloc 12 0x5571735a6eb0 0.000117
+gallium_dri.so malloc 0 0x5571735a73d0 0.000117
+gallium_dri.so malloc 0 0x5571735a58b0 0.000117
+libstdc++.so.6 malloc 48 0x5571735829c0 0.000119
+libstdc++.so.6 malloc 48 0x5571735a2ff0 0.000125
+libstdc++.so.6 malloc 48 0x557173582a40 0.000121
+libstdc++.so.6 malloc 48 0x5571735a2f70 0.000117
+libstdc++.so.6 malloc 48 0x5571735a24a0 0.000117
+libstdc++.so.6 malloc 48 0x5571735a2460 0.000116
+libstdc++.so.6 malloc 48 0x5571735a2420 0.000117
+libstdc++.so.6 malloc 48 0x5571735a2fb0 0.000125
+libstdc++.so.6 malloc 48 0x557173582a00 0.000122
+libstdc++.so.6 malloc 48 0x557173582b60 0.000120
+libstdc++.so.6 malloc 48 0x557173582c50 0.000120
+libstdc++.so.6 malloc 48 0x5571735a2960 0.000118
+gallium_dri.so malloc 19456 0x557173588370 0.000121
+gallium_dri.so realloc 0|256 0x5571735a1420 0.000120
+gallium_dri.so realloc 0|64 0x5571735a2cc0 0.000120
+gallium_dri.so malloc 18432 0x55717358cf80 0.000119
+gallium_dri.so realloc 0|256 0x557173584190 0.000119
+libstdc++.so.6 malloc 240 0x5571735a2530 0.000117
+gallium_dri.so realloc 0|64 0x557173582bb0 0.000120
+libstdc++.so.6 malloc 240 0x557173583640 0.000117
+libstdc++.so.6 malloc 160 0x5571735a58d0 0.000118
+gallium_dri.so malloc 38912 0x557173591790 0.000117
+gallium_dri.so realloc 0|256 0x5571735843f0 0.000119
+gallium_dri.so realloc 0|64 0x557173582c00 0.000119
+gallium_dri.so malloc 15360 0x55717359afa0 0.000120
+gallium_dri.so realloc 0|256 0x5571735a78b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a24e0 0.000136
+libstdc++.so.6 malloc 504 0x5571735a3810 0.000123
+libstdc++.so.6 malloc 64 0x557173582970 0.000119
+libstdc++.so.6 malloc 504 0x5571735a2ac0 0.000120
+gallium_dri.so realloc 0|64 0x557173580140 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5890 0.000118
+libstdc++.so.6 malloc 16 0x5571735a98e0 0.000117
+libstdc++.so.6 malloc 24 0x55717359efb0 0.000124
+libstdc++.so.6 malloc 64 0x5571735a9880 0.000126
+libstdc++.so.6 malloc 504 0x5571735a2d10 0.000121
+libstdc++.so.6 malloc 64 0x5571735a2f10 0.000118
+libstdc++.so.6 malloc 504 0x557173584750 0.000122
+libstdc++.so.6 malloc 24 0x557173520b10 0.000113
+libstdc++.so.6 malloc 16 0x5571735a5ca0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000114
+libstdc++.so.6 malloc 56 0x5571735a49e0 0.000112
+libstdc++.so.6 malloc 56 0x5571735a9960 0.000114
+libstdc++.so.6 malloc 56 0x557173583d30 0.000112
+libstdc++.so.6 malloc 56 0x557173582a80 0.000114
+libstdc++.so.6 malloc 64 0x557173582ac0 0.000112
+libstdc++.so.6 malloc 504 0x557173586bf0 0.000110
+libstdc++.so.6 malloc 64 0x5571735a19d0 0.000112
+libstdc++.so.6 malloc 504 0x5571735a26f0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a9c40 0.000112
+libstdc++.so.6 malloc 16 0x5571735a4a20 0.000112
+libstdc++.so.6 malloc 24 0x557173583d70 0.000111
+libstdc++.so.6 malloc 16 0x5571735a99a0 0.000112
+libstdc++.so.6 malloc 64 0x5571735a1a20 0.000116
+libstdc++.so.6 malloc 504 0x557173582cf0 0.000110
+libstdc++.so.6 malloc 64 0x5571735a1a70 0.000113
+libstdc++.so.6 malloc 504 0x557173582f40 0.000111
+libstdc++.so.6 malloc 24 0x5571735a1ac0 0.000113
+libstdc++.so.6 malloc 16 0x5571735a9b00 0.000114
+libstdc++.so.6 malloc 24 0x5571735802a0 0.000140
+libstdc++.so.6 malloc 64 0x557173583740 0.000116
+libstdc++.so.6 malloc 504 0x5571735865f0 0.000113
+libstdc++.so.6 malloc 64 0x5571735867f0 0.000113
+libstdc++.so.6 malloc 504 0x557173584500 0.000113
+libstdc++.so.6 malloc 24 0x557173584700 0.000114
+libstdc++.so.6 malloc 16 0x557173577c80 0.000113
+libstdc++.so.6 malloc 24 0x5571735a5fa0 0.000115
+libstdc++.so.6 malloc 16 0x557173579120 0.000113
+libstdc++.so.6 malloc 56 0x557173583790 0.000113
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000113
+libstdc++.so.6 malloc 64 0x5571735837d0 0.000114
+libstdc++.so.6 malloc 504 0x5571735a4210 0.000112
+libstdc++.so.6 malloc 64 0x5571735a4410 0.000113
+libstdc++.so.6 malloc 504 0x5571735a0700 0.000112
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000112
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000112
+libstdc++.so.6 malloc 24 0x5571735a0920 0.000114
+libstdc++.so.6 malloc 56 0x5571735a0940 0.000114
+libstdc++.so.6 malloc 56 0x5571735a0980 0.000113
+libstdc++.so.6 malloc 56 0x5571735a09c0 0.000112
+libstdc++.so.6 malloc 56 0x5571735a1310 0.000117
+libstdc++.so.6 malloc 56 0x5571735a1350 0.000116
+libstdc++.so.6 malloc 56 0x5571735a1390 0.000113
+gallium_dri.so realloc 0x557173582c00|128 0x5571735a0a50 0.000117
+libstdc++.so.6 malloc 56 0x5571735a0ae0 0.000113
+libstdc++.so.6 malloc 56 0x5571735a0b20 0.000113
+gallium_dri.so malloc 11264 0x5571735a9c90 0.000157
+gallium_dri.so realloc 0|256 0x5571735a4ce0 0.000126
+libstdc++.so.6 malloc 64 0x557173582c00 0.000123
+libstdc++.so.6 malloc 504 0x5571735a73f0 0.000120
+libstdc++.so.6 malloc 64 0x5571735a13d0 0.000118
+libstdc++.so.6 malloc 504 0x5571735a75f0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a77f0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a7810 0.000118
+libstdc++.so.6 malloc 24 0x5571735a7830 0.000118
+libstdc++.so.6 malloc 24 0x5571735a7850 0.000118
+libstdc++.so.6 malloc 16 0x5571735771b0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a0cc0 0.000118
+libstdc++.so.6 malloc 16 0x557173586ee0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a9b60 0.000117
+libstdc++.so.6 malloc 56 0x5571735a7870 0.000119
+libstdc++.so.6 malloc 56 0x5571735a47e0 0.000119
+libstdc++.so.6 malloc 56 0x5571735a4820 0.000118
+libstdc++.so.6 malloc 56 0x5571735a4860 0.000118
+libstdc++.so.6 malloc 56 0x5571735a48a0 0.000118
+libstdc++.so.6 malloc 56 0x5571735a48e0 0.000118
+libstdc++.so.6 malloc 56 0x5571735a6ed0 0.000117
+libstdc++.so.6 malloc 56 0x5571735a6f10 0.000118
+libstdc++.so.6 malloc 64 0x5571735a0b60 0.000121
+libstdc++.so.6 malloc 504 0x5571735a6f50 0.000118
+libstdc++.so.6 malloc 64 0x5571735a7150 0.000117
+libstdc++.so.6 malloc 504 0x5571735a71a0 0.000117
+libstdc++.so.6 malloc 24 0x557173584720 0.000124
+libstdc++.so.6 malloc 16 0x557173583820 0.000114
+libstdc++.so.6 malloc 24 0x5571735a4920 0.000111
+libstdc++.so.6 malloc 64 0x5571735a3a10 0.000112
+libstdc++.so.6 malloc 504 0x5571735a3a60 0.000113
+libstdc++.so.6 malloc 64 0x5571735a3c60 0.000113
+libstdc++.so.6 malloc 504 0x5571735a3cb0 0.000115
+gallium_dri.so realloc 0x557173580140|128 0x5571735a3eb0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a73a0 0.000113
+libstdc++.so.6 malloc 16 0x5571735a3f40 0.000113
+libstdc++.so.6 malloc 24 0x5571735a3030 0.000113
+libstdc++.so.6 malloc 16 0x5571735a3050 0.000113
+libstdc++.so.6 malloc 24 0x5571735a3070 0.000113
+libstdc++.so.6 malloc 64 0x557173580140 0.000111
+libstdc++.so.6 malloc 504 0x5571735a3090 0.000112
+libstdc++.so.6 malloc 64 0x5571735a3290 0.000112
+libstdc++.so.6 malloc 504 0x5571735a32e0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a34e0 0.000114
+libstdc++.so.6 malloc 16 0x5571735a3500 0.000113
+libstdc++.so.6 malloc 24 0x5571735a3520 0.000111
+libstdc++.so.6 malloc 64 0x5571735a3540 0.000114
+libstdc++.so.6 malloc 504 0x5571735a3590 0.000113
+libstdc++.so.6 malloc 64 0x5571735a3790 0.000112
+libstdc++.so.6 malloc 504 0x5571735a4df0 0.000112
+libstdc++.so.6 malloc 24 0x5571735a4ff0 0.000111
+libstdc++.so.6 malloc 16 0x5571735a5010 0.000112
+libstdc++.so.6 malloc 24 0x5571735a5030 0.000113
+libstdc++.so.6 malloc 16 0x5571735a5050 0.000114
+libstdc++.so.6 malloc 24 0x5571735a5070 0.000128
+libstdc++.so.6 malloc 64 0x5571735a5090 0.000119
+libstdc++.so.6 malloc 504 0x5571735a50e0 0.000118
+libstdc++.so.6 malloc 64 0x5571735a52e0 0.000129
+libstdc++.so.6 malloc 504 0x5571735a5330 0.000126
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000124
+libstdc++.so.6 malloc 16 0x5571735a5550 0.000125
+libstdc++.so.6 malloc 24 0x5571735a5570 0.000125
+libstdc++.so.6 malloc 64 0x5571735a5590 0.000124
+libstdc++.so.6 malloc 504 0x5571735a55e0 0.000125
+libstdc++.so.6 malloc 64 0x5571735a57e0 0.000141
+libstdc++.so.6 malloc 504 0x5571735a61b0 0.000124
+libstdc++.so.6 malloc 24 0x5571735a63b0 0.000124
+libstdc++.so.6 malloc 16 0x5571735a63d0 0.000124
+libstdc++.so.6 malloc 24 0x5571735a63f0 0.000125
+libstdc++.so.6 malloc 16 0x5571735a6410 0.000124
+libstdc++.so.6 malloc 24 0x5571735a6430 0.000120
+gallium_dri.so realloc 0x5571735a2cc0|128 0x5571735a6450 0.000122
+gallium_dri.so realloc 0x5571735a0a50|256 0x5571735a64e0 0.000126
+libstdc++.so.6 malloc 64 0x5571735a2cc0 0.000125
+libstdc++.so.6 malloc 504 0x5571735a65f0 0.000127
+libstdc++.so.6 malloc 64 0x5571735a67f0 0.000161
+libstdc++.so.6 malloc 504 0x5571735a6840 0.000125
+libstdc++.so.6 malloc 24 0x5571735a6a40 0.000124
+libstdc++.so.6 malloc 16 0x5571735a6a60 0.000124
+libstdc++.so.6 malloc 24 0x5571735a6a80 0.000124
+libstdc++.so.6 malloc 64 0x5571735a6aa0 0.000120
+libstdc++.so.6 malloc 504 0x5571735a6af0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a6cf0 0.000118
+libstdc++.so.6 malloc 504 0x5571735a79c0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a7bc0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a7be0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a7c00 0.000128
+libstdc++.so.6 malloc 16 0x5571735a7c20 0.000124
+libstdc++.so.6 malloc 24 0x5571735a7c40 0.000123
+libstdc++.so.6 malloc 56 0x5571735a7c60 0.000125
+libstdc++.so.6 malloc 56 0x5571735a7ca0 0.000124
+libstdc++.so.6 malloc 56 0x5571735a7ce0 0.000123
+libstdc++.so.6 malloc 56 0x5571735a7d20 0.000124
+libstdc++.so.6 malloc 56 0x5571735a7d60 0.000124
+libstdc++.so.6 malloc 56 0x5571735a7da0 0.000124
+libstdc++.so.6 malloc 56 0x5571735a7de0 0.000124
+libstdc++.so.6 malloc 56 0x5571735a7e20 0.000124
+libstdc++.so.6 malloc 64 0x5571735a7e60 0.000125
+libstdc++.so.6 malloc 504 0x5571735a7eb0 0.000125
+libstdc++.so.6 malloc 64 0x5571735a80b0 0.000125
+libstdc++.so.6 malloc 504 0x5571735a8100 0.000149
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000120
+libstdc++.so.6 malloc 16 0x5571735a8320 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8340 0.000120
+libstdc++.so.6 malloc 64 0x5571735a8360 0.000118
+libstdc++.so.6 malloc 504 0x5571735a83b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a85b0 0.000120
+libstdc++.so.6 malloc 504 0x5571735a8600 0.000118
+gallium_dri.so realloc 0x5571735a3eb0|256 0x5571735a8800 0.000122
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000118
+libstdc++.so.6 malloc 16 0x5571735a8930 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8950 0.000118
+libstdc++.so.6 malloc 64 0x5571735a8970 0.000118
+libstdc++.so.6 malloc 504 0x5571735a89c0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a8bc0 0.000119
+libstdc++.so.6 malloc 504 0x5571735a8c10 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8e10 0.000121
+libstdc++.so.6 malloc 16 0x5571735a8e30 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8e50 0.000118
+libstdc++.so.6 malloc 64 0x5571735a8e70 0.000121
+libstdc++.so.6 malloc 504 0x5571735a8ec0 0.000125
+libstdc++.so.6 malloc 64 0x5571735a90c0 0.000122
+libstdc++.so.6 malloc 504 0x5571735a9110 0.000119
+libstdc++.so.6 malloc 24 0x5571735a9310 0.000118
+libstdc++.so.6 malloc 16 0x5571735a9330 0.000119
+libstdc++.so.6 malloc 24 0x5571735a9350 0.000118
+libstdc++.so.6 malloc 56 0x5571735a9370 0.000127
+libstdc++.so.6 malloc 64 0x5571735a5830 0.000130
+libstdc++.so.6 malloc 504 0x5571735ac8a0 0.000130
+libstdc++.so.6 malloc 64 0x5571735a6d40 0.000132
+libstdc++.so.6 malloc 504 0x5571735acaa0 0.000130
+libstdc++.so.6 malloc 16 0x5571735a37e0 0.000131
+libstdc++.so.6 malloc 24 0x5571735a93b0 0.000131
+libstdc++.so.6 malloc 16 0x5571735a6d90 0.000126
+libstdc++.so.6 malloc 24 0x5571735a6db0 0.000124
+libstdc++.so.6 malloc 64 0x5571735a6dd0 0.000124
+libstdc++.so.6 malloc 504 0x5571735acca0 0.000128
+libstdc++.so.6 malloc 64 0x5571735a6e20 0.000132
+libstdc++.so.6 malloc 504 0x5571735acea0 0.000135
+libstdc++.so.6 malloc 16 0x5571735a6e70 0.000131
+libstdc++.so.6 malloc 24 0x5571735a6e90 0.000130
+libstdc++.so.6 malloc 16 0x5571735ad0a0 0.000125
+libstdc++.so.6 malloc 24 0x5571735ad0c0 0.000126
+libstdc++.so.6 malloc 64 0x5571735ad0e0 0.000128
+libstdc++.so.6 malloc 504 0x5571735ad130 0.000126
+libstdc++.so.6 malloc 64 0x5571735ad330 0.000125
+libstdc++.so.6 malloc 504 0x5571735ad380 0.000128
+libstdc++.so.6 malloc 16 0x5571735ad580 0.000182
+libstdc++.so.6 malloc 24 0x5571735ad5a0 0.000152
+libstdc++.so.6 malloc 16 0x5571735ad5c0 0.000311
+libstdc++.so.6 malloc 24 0x5571735ad5e0 0.000378
+libstdc++.so.6 malloc 64 0x5571735ad600 0.000322
+libstdc++.so.6 malloc 504 0x5571735ad650 0.000200
+libstdc++.so.6 malloc 64 0x5571735ad850 0.000307
+libstdc++.so.6 malloc 504 0x5571735ad8a0 0.000339
+libstdc++.so.6 malloc 16 0x5571735adaa0 0.000227
+libstdc++.so.6 malloc 24 0x5571735adac0 0.000186
+libstdc++.so.6 malloc 16 0x5571735adae0 0.000217
+libstdc++.so.6 malloc 24 0x5571735adb00 0.000218
+libstdc++.so.6 malloc 64 0x5571735adb20 0.000193
+libstdc++.so.6 malloc 504 0x5571735adb70 0.000182
+libstdc++.so.6 malloc 64 0x5571735add70 0.000183
+libstdc++.so.6 malloc 504 0x5571735addc0 0.000180
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000180
+libstdc++.so.6 malloc 16 0x5571735adfe0 0.000177
+libstdc++.so.6 malloc 24 0x5571735ae000 0.000181
+libstdc++.so.6 malloc 24 0x5571735ae020 0.000219
+libstdc++.so.6 free 0x5571735ae020 void 0.000180
+libstdc++.so.6 free 0x5571735ae000 void 0.000181
+libstdc++.so.6 free 0x5571735adfe0 void 0.000183
+libstdc++.so.6 free 0x5571735adfc0 void 0.000182
+libstdc++.so.6 free 0x5571735a7e20 void 0.000217
+libstdc++.so.6 free 0x5571735a7da0 void 0.000266
+libstdc++.so.6 free 0x5571735a7d20 void 0.000242
+libstdc++.so.6 free 0x5571735a7ca0 void 0.000216
+libstdc++.so.6 free 0x5571735a6f10 void 0.000240
+libstdc++.so.6 free 0x5571735a48e0 void 0.000259
+libstdc++.so.6 free 0x5571735a4860 void 0.000241
+libstdc++.so.6 free 0x5571735a47e0 void 0.000179
+libstdc++.so.6 free 0x5571735a0b20 void 0.000198
+libstdc++.so.6 free 0x5571735a1390 void 0.000263
+libstdc++.so.6 free 0x5571735a1310 void 0.000322
+libstdc++.so.6 free 0x5571735a0980 void 0.000333
+libstdc++.so.6 free 0x557173582a80 void 0.000271
+libstdc++.so.6 free 0x5571735a9960 void 0.000268
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000270
+libstdc++.so.6 free 0x5571735a48a0 void 0.000264
+libstdc++.so.6 free 0x5571735a4820 void 0.000229
+libstdc++.so.6 free 0x5571735a7870 void 0.000224
+libstdc++.so.6 free 0x5571735a0ae0 void 0.000223
+libstdc++.so.6 free 0x5571735a1350 void 0.000228
+libstdc++.so.6 free 0x5571735a09c0 void 0.000224
+libstdc++.so.6 free 0x5571735a0940 void 0.000186
+libstdc++.so.6 free 0x557173583d30 void 0.000189
+libstdc++.so.6 free 0x5571735a49e0 void 0.000188
+libstdc++.so.6 free 0x5571735a7de0 void 0.000189
+libstdc++.so.6 free 0x5571735a7d60 void 0.000188
+libstdc++.so.6 free 0x5571735a7ce0 void 0.000190
+libstdc++.so.6 free 0x5571735a7c60 void 0.000183
+libstdc++.so.6 free 0x5571735a58d0 void 0.000194
+gallium_dri.so free 0x55717354b4f0 void 0.000229
+gallium_dri.so free 0x5571735a73d0 void 0.000186
+gallium_dri.so free 0x5571735a58b0 void 0.000186
+libstdc++.so.6 free 0x5571735a9940 void 0.000210
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000186
+libstdc++.so.6 free 0x5571735a2960 void 0.000238
+libstdc++.so.6 free 0x557173582c50 void 0.000270
+libstdc++.so.6 free 0x557173582b60 void 0.000310
+libstdc++.so.6 free 0x557173582a00 void 0.000301
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000263
+libstdc++.so.6 free 0x5571735a2420 void 0.000266
+libstdc++.so.6 free 0x5571735a2460 void 0.000266
+libstdc++.so.6 free 0x5571735a24a0 void 0.000200
+libstdc++.so.6 free 0x5571735a2f70 void 0.000193
+libstdc++.so.6 free 0x557173582a40 void 0.000230
+libstdc++.so.6 free 0x5571735a2ff0 void 0.000193
+libstdc++.so.6 free 0x5571735829c0 void 0.000177
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000149
+libstdc++.so.6 malloc 16 0x5571735a58b0 0.000157
+libstdc++.so.6 malloc 24 0x5571735a73d0 0.000132
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000126
+libstdc++.so.6 malloc 64 0x557173582b60 0.000130
+libstdc++.so.6 malloc 504 0x5571735ae040 0.000124
+libstdc++.so.6 malloc 64 0x557173582c50 0.000123
+libstdc++.so.6 malloc 504 0x5571735ae240 0.000123
+libstdc++.so.6 malloc 24 0x5571735adfe0 0.000123
+libstdc++.so.6 malloc 16 0x5571735ae000 0.000124
+libstdc++.so.6 malloc 24 0x5571735ae020 0.000124
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000126
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000125
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000123
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000124
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000126
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000123
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000203
+libstdc++.so.6 free 0x5571735a37e0 void 0.000129
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000122
+libstdc++.so.6 free 0x5571735a6d90 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a6d90 0.000134
+libstdc++.so.6 free 0x5571735a6e70 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735a6e70 0.000121
+libstdc++.so.6 free 0x5571735ad0a0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735ad0a0 0.000120
+libstdc++.so.6 free 0x5571735ad580 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735ad580 0.000115
+libstdc++.so.6 free 0x5571735ad5c0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735ad5c0 0.000116
+libstdc++.so.6 free 0x5571735adaa0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735adaa0 0.000114
+libstdc++.so.6 free 0x5571735adae0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735adae0 0.000115
+libstdc++.so.6 free 0x5571735adfc0 void 0.000114
+libstdc++.so.6 free 0x5571735a73d0 void 0.000115
+libstdc++.so.6 free 0x5571735a58b0 void 0.000173
+libstdc++.so.6 free 0x5571735a9940 void 0.000115
+gallium_dri.so free 0x5571735ae4c0 void 0.000116
+gallium_dri.so free 0x5571735ae4a0 void 0.000113
+gallium_dri.so free 0x5571735ae460 void 0.000114
+gallium_dri.so free 0x5571735ae440 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735a4860 0.000114
+libstdc++.so.6 malloc 16 0x5571735ae460 0.000113
+libstdc++.so.6 malloc 40 0x5571735a0bb0 0.000116
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000114
+libstdc++.so.6 malloc 24 0x5571735ae4c0 0.000115
+libstdc++.so.6 free 0x5571735ae4c0 void 0.000127
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000115
+libstdc++.so.6 malloc 56 0x5571735a48e0 0.000116
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000114
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735a6f10 0.000127
+libstdc++.so.6 free 0x5571735a48e0 void 0.000158
+libstdc++.so.6 free 0x5571735ae460 void 0.000237
+libstdc++.so.6 free 0x5571735a0bb0 void 0.000289
+libstdc++.so.6 malloc 24 0x5571735ae460 0.000340
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000290
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000294
+libstdc++.so.6 free 0x5571735ae460 void 0.000289
+libstdc++.so.6 malloc 16 0x5571735ae460 0.000298
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000289
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000293
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000188
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000187
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000190
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000190
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000192
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000201
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000201
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000190
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000186
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000201
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000190
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000188
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000188
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000180
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000186
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000228
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000284
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000191
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000189
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000187
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000190
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000186
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000187
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000193
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000189
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000191
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000191
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000197
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000194
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000191
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000189
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000206
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000186
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000189
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000188
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000187
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000187
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000165
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000188
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000187
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000192
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000188
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000180
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000177
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000170
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000174
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000163
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000154
+libstdc++.so.6 free 0x5571735ae460 void 0.000156
+libstdc++.so.6 malloc 408 0x5571735ae500 0.000169
+libstdc++.so.6 free 0x5571735adfe0 void 0.000174
+libstdc++.so.6 malloc 24 0x5571735ae460 0.000124
+gallium_dri.so realloc 0|32 0x5571735a0bb0 0.000125
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a5ca0 0.000116
+libstdc++.so.6 malloc 24 0x5571735ae4a0 0.000118
+libstdc++.so.6 free 0x557173520b10 void 0.000119
+libstdc++.so.6 malloc 24 0x557173520b10 0.000118
+libstdc++.so.6 free 0x5571735a99a0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a99a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735ae4c0 0.000116
+libstdc++.so.6 free 0x5571735a9c40 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9c40 0.000166
+gallium_dri.so realloc 0|32 0x5571735a9ad0 0.000126
+libstdc++.so.6 free 0x5571735a9b00 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a9940 0.000118
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000116
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a1ac0 0.000118
+gallium_dri.so realloc 0|32 0x5571735a9b00 0.000121
+libstdc++.so.6 free 0x557173579120 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a73d0 0.000117
+libstdc++.so.6 free 0x557173584700 void 0.000116
+libstdc++.so.6 malloc 24 0x557173584700 0.000116
+gallium_dri.so realloc 0|32 0x557173579120 0.000122
+libstdc++.so.6 free 0x5571735a0900 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000118
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000116
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000116
+gallium_dri.so realloc 0|32 0x5571735a9b30 0.000121
+libstdc++.so.6 free 0x5571735771b0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735adfe0 0.000118
+libstdc++.so.6 malloc 24 0x5571735ae440 0.000119
+libstdc++.so.6 free 0x557173586ee0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735ae6a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735ae6c0 0.000119
+libstdc++.so.6 free 0x5571735a77f0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a77f0 0.000117
+gallium_dri.so realloc 0|32 0x557173586ee0 0.000122
+gallium_dri.so realloc 0x5571735a64e0|512 0x5571735ae6e0 0.000121
+libstdc++.so.6 free 0x5571735a7810 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a7810 0.000119
+gallium_dri.so realloc 0|32 0x5571735771b0 0.000121
+libstdc++.so.6 free 0x5571735a7830 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a7830 0.000119
+gallium_dri.so realloc 0|32 0x5571735a9b90 0.000120
+libstdc++.so.6 free 0x5571735a7850 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a7850 0.000118
+gallium_dri.so realloc 0|32 0x5571735a9bc0 0.000162
+libstdc++.so.6 free 0x557173584720 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000117
+gallium_dri.so realloc 0|32 0x557173584720 0.000121
+libstdc++.so.6 free 0x5571735a3f40 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735ae910 0.000119
+libstdc++.so.6 malloc 24 0x5571735ae930 0.000118
+libstdc++.so.6 free 0x5571735a3050 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a3050 0.000118
+libstdc++.so.6 malloc 24 0x5571735ae950 0.000117
+libstdc++.so.6 free 0x5571735a73a0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735ae970 0.000117
+gallium_dri.so realloc 0|32 0x5571735a73a0 0.000121
+libstdc++.so.6 free 0x5571735a34e0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a34e0 0.000117
+gallium_dri.so realloc 0|32 0x5571735a3f40 0.000120
+libstdc++.so.6 free 0x5571735a5010 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5010 0.000117
+libstdc++.so.6 malloc 24 0x5571735ae990 0.000121
+libstdc++.so.6 free 0x5571735a5050 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5050 0.000119
+libstdc++.so.6 malloc 24 0x5571735ae9b0 0.000117
+libstdc++.so.6 free 0x5571735a4ff0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a4ff0 0.000118
+gallium_dri.so realloc 0|32 0x5571735a9c10 0.000120
+libstdc++.so.6 free 0x5571735a5530 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000116
+gallium_dri.so realloc 0|32 0x5571735a9c60 0.000123
+libstdc++.so.6 free 0x5571735a63d0 void 0.000165
+libstdc++.so.6 malloc 16 0x5571735a63d0 0.000120
+libstdc++.so.6 malloc 24 0x5571735ae9d0 0.000118
+libstdc++.so.6 free 0x5571735a6410 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6410 0.000123
+libstdc++.so.6 malloc 24 0x5571735ae9f0 0.000120
+libstdc++.so.6 free 0x5571735a63b0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a63b0 0.000116
+gallium_dri.so realloc 0|32 0x5571735a37e0 0.000122
+libstdc++.so.6 free 0x5571735a6a40 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6a40 0.000116
+gallium_dri.so realloc 0|32 0x5571735aea10 0.000122
+libstdc++.so.6 free 0x5571735a7be0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a7be0 0.000117
+libstdc++.so.6 malloc 24 0x5571735aea40 0.000117
+libstdc++.so.6 free 0x5571735a7c20 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a7c20 0.000117
+libstdc++.so.6 malloc 24 0x5571735aea60 0.000118
+libstdc++.so.6 free 0x5571735a7bc0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a7bc0 0.000117
+gallium_dri.so realloc 0|32 0x5571735aea80 0.000120
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a8320 0.000118
+libstdc++.so.6 malloc 24 0x5571735aeab0 0.000117
+libstdc++.so.6 free 0x5571735a8300 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000120
+gallium_dri.so realloc 0|32 0x5571735aead0 0.000119
+libstdc++.so.6 free 0x5571735a8930 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a8930 0.000154
+libstdc++.so.6 malloc 24 0x5571735aeb00 0.000119
+libstdc++.so.6 free 0x5571735a8910 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000117
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000120
+libstdc++.so.6 free 0x5571735a8e30 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a8e30 0.000117
+libstdc++.so.6 malloc 24 0x5571735aeb50 0.000118
+libstdc++.so.6 free 0x5571735a8e10 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8e10 0.000154
+gallium_dri.so realloc 0|32 0x5571735aeb70 0.000170
+libstdc++.so.6 free 0x5571735a9330 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a9330 0.000118
+libstdc++.so.6 malloc 24 0x5571735aeba0 0.000117
+libstdc++.so.6 free 0x5571735a9310 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9310 0.000116
+gallium_dri.so realloc 0|32 0x5571735aebc0 0.000119
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000117
+libstdc++.so.6 malloc 24 0x5571735aebf0 0.000117
+libstdc++.so.6 free 0x5571735a6d90 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6d90 0.000116
+gallium_dri.so realloc 0|32 0x5571735aec10 0.000131
+libstdc++.so.6 free 0x5571735a6e70 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a6e70 0.000118
+libstdc++.so.6 malloc 24 0x5571735aec40 0.000118
+libstdc++.so.6 free 0x5571735ad0a0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735ad0a0 0.000119
+gallium_dri.so realloc 0|32 0x5571735aec60 0.000122
+libstdc++.so.6 free 0x5571735ad580 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735ad580 0.000119
+libstdc++.so.6 malloc 24 0x5571735aec90 0.000118
+libstdc++.so.6 free 0x5571735ad5c0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735ad5c0 0.000117
+gallium_dri.so realloc 0|32 0x5571735aecb0 0.000120
+libstdc++.so.6 free 0x5571735adaa0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735adaa0 0.000116
+libstdc++.so.6 malloc 24 0x5571735aece0 0.000164
+libstdc++.so.6 free 0x5571735adae0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735adae0 0.000117
+gallium_dri.so realloc 0|32 0x5571735aed00 0.000120
+gallium_dri.so free 0x5571735aed00 void 0.000117
+gallium_dri.so free 0x5571735aecb0 void 0.000117
+gallium_dri.so free 0x5571735aec60 void 0.000118
+gallium_dri.so free 0x5571735aec10 void 0.000122
+gallium_dri.so free 0x5571735aebc0 void 0.000118
+gallium_dri.so free 0x5571735aeb70 void 0.000116
+gallium_dri.so free 0x5571735aeb20 void 0.000116
+gallium_dri.so free 0x5571735aead0 void 0.000126
+gallium_dri.so free 0x5571735aea10 void 0.000118
+gallium_dri.so free 0x5571735a9c60 void 0.000117
+gallium_dri.so free 0x5571735a3f40 void 0.000118
+gallium_dri.so free 0x557173584720 void 0.000116
+gallium_dri.so free 0x5571735aea80 void 0.000117
+gallium_dri.so free 0x5571735a37e0 void 0.000116
+gallium_dri.so free 0x5571735a9c10 void 0.000117
+gallium_dri.so free 0x5571735a73a0 void 0.000117
+gallium_dri.so free 0x5571735a9bc0 void 0.000118
+gallium_dri.so free 0x5571735a9b90 void 0.000117
+gallium_dri.so free 0x5571735771b0 void 0.000116
+gallium_dri.so free 0x557173586ee0 void 0.000118
+gallium_dri.so free 0x557173579120 void 0.000117
+gallium_dri.so free 0x5571735a9ad0 void 0.000118
+gallium_dri.so free 0x5571735a9b30 void 0.000117
+gallium_dri.so free 0x5571735a9b00 void 0.000118
+gallium_dri.so free 0x5571735a0bb0 void 0.000119
+libstdc++.so.6 free 0x5571735ae500 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735aed30 0.000118
+libstdc++.so.6 malloc 16 0x5571735aed50 0.000118
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000119
+libstdc++.so.6 malloc 24 0x5571735aed90 0.000119
+libstdc++.so.6 free 0x5571735aed90 void 0.000119
+libstdc++.so.6 free 0x5571735aed70 void 0.000118
+libstdc++.so.6 free 0x5571735aed50 void 0.000118
+libstdc++.so.6 free 0x5571735aed30 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735aed30 0.000166
+libstdc++.so.6 malloc 16 0x5571735aed50 0.000118
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000117
+libstdc++.so.6 malloc 24 0x5571735aed90 0.000117
+libstdc++.so.6 malloc 16 0x5571735aedb0 0.000117
+libstdc++.so.6 free 0x5571735adfe0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735adfe0 0.000117
+libstdc++.so.6 malloc 56 0x5571735a48e0 0.000116
+libstdc++.so.6 free 0x5571735a58b0 void 0.000116
+libstdc++.so.6 free 0x5571735aedb0 void 0.000118
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000123
+libstdc++.so.6 free 0x5571735a9940 void 0.000118
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000118
+libstdc++.so.6 free 0x557173582f40 void 0.000116
+libstdc++.so.6 free 0x5571735a1a70 void 0.000117
+libstdc++.so.6 free 0x557173582cf0 void 0.000117
+libstdc++.so.6 free 0x5571735a1a20 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a1ac0 0.000118
+libstdc++.so.6 free 0x5571735ae6a0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735ae6a0 0.000117
+libstdc++.so.6 malloc 56 0x5571735a7ca0 0.000118
+libstdc++.so.6 free 0x5571735adfc0 void 0.000117
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000117
+libstdc++.so.6 free 0x5571735a0900 void 0.000116
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000118
+libstdc++.so.6 free 0x5571735a0700 void 0.000117
+libstdc++.so.6 free 0x5571735a4410 void 0.000126
+libstdc++.so.6 free 0x5571735a4210 void 0.000161
+libstdc++.so.6 free 0x5571735837d0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735a9bf0 0.000117
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000153
+libstdc++.so.6 malloc 16 0x5571735a6eb0 0.000122
+libstdc++.so.6 malloc 56 0x5571735a7d20 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000117
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000118
+libstdc++.so.6 free 0x5571735a8320 void 0.000116
+libstdc++.so.6 free 0x5571735a8300 void 0.000117
+libstdc++.so.6 free 0x5571735a8100 void 0.000118
+libstdc++.so.6 free 0x5571735a80b0 void 0.000121
+libstdc++.so.6 free 0x5571735a7eb0 void 0.000118
+libstdc++.so.6 free 0x5571735a7e60 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000119
+libstdc++.so.6 free 0x5571735a6e70 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a6e70 0.000118
+libstdc++.so.6 malloc 56 0x5571735a7da0 0.000118
+libstdc++.so.6 free 0x5571735aeb00 void 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000118
+libstdc++.so.6 free 0x5571735a8930 void 0.000117
+libstdc++.so.6 free 0x5571735a8910 void 0.000118
+libstdc++.so.6 free 0x5571735a8600 void 0.000117
+libstdc++.so.6 free 0x5571735a85b0 void 0.000116
+libstdc++.so.6 free 0x5571735a83b0 void 0.000117
+libstdc++.so.6 free 0x5571735a8360 void 0.000127
+libstdc++.so.6 malloc 16 0x5571735aeb00 0.000118
+libstdc++.so.6 free 0x5571735ad580 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735ad580 0.000118
+libstdc++.so.6 malloc 56 0x5571735a7e20 0.000118
+libstdc++.so.6 free 0x5571735aeb50 void 0.000117
+libstdc++.so.6 free 0x5571735aeb00 void 0.000119
+gallium_dri.so realloc 0x5571735aeb20|64 0x5571735a8360 0.000122
+libstdc++.so.6 free 0x5571735a8e30 void 0.000118
+libstdc++.so.6 free 0x5571735a8e10 void 0.000119
+libstdc++.so.6 free 0x5571735a8c10 void 0.000118
+libstdc++.so.6 free 0x5571735a8bc0 void 0.000117
+libstdc++.so.6 free 0x5571735a89c0 void 0.000115
+libstdc++.so.6 free 0x5571735a8970 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735aeb50 0.000118
+libstdc++.so.6 free 0x5571735adaa0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735adaa0 0.000119
+libstdc++.so.6 malloc 56 0x5571735829c0 0.000119
+libstdc++.so.6 free 0x5571735aeba0 void 0.000117
+libstdc++.so.6 free 0x5571735aeb50 void 0.000117
+libstdc++.so.6 free 0x5571735a9330 void 0.000117
+libstdc++.so.6 free 0x5571735a9310 void 0.000117
+libstdc++.so.6 free 0x5571735a9110 void 0.000117
+libstdc++.so.6 free 0x5571735a90c0 void 0.000118
+libstdc++.so.6 free 0x5571735a8ec0 void 0.000117
+libstdc++.so.6 free 0x5571735a8e70 void 0.000116
+libstdc++.so.6 free 0x5571735aed90 void 0.000116
+libstdc++.so.6 free 0x5571735aed70 void 0.000122
+libstdc++.so.6 free 0x5571735aed50 void 0.000118
+libstdc++.so.6 free 0x5571735aed30 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735aeba0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000118
+libstdc++.so.6 malloc 24 0x5571735a1ac0 0.000119
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000116
+libstdc++.so.6 free 0x5571735adfc0 void 0.000118
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000116
+libstdc++.so.6 free 0x5571735a0900 void 0.000117
+libstdc++.so.6 free 0x5571735aeba0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735aeba0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000118
+libstdc++.so.6 malloc 24 0x5571735a1ac0 0.000117
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000125
+libstdc++.so.6 free 0x5571735adfc0 void 0.000118
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000117
+libstdc++.so.6 free 0x5571735a0900 void 0.000117
+libstdc++.so.6 free 0x5571735aeba0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735aeba0 0.000118
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000117
+libstdc++.so.6 malloc 24 0x5571735a1ac0 0.000118
+libstdc++.so.6 malloc 24 0x5571735adfc0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000119
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000129
+libstdc++.so.6 malloc 24 0x5571735aed30 0.000121
+libstdc++.so.6 malloc 24 0x5571735a8e10 0.000119
+libstdc++.so.6 malloc 24 0x5571735aeb50 0.000118
+libstdc++.so.6 malloc 24 0x5571735a9330 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9310 0.000118
+libstdc++.so.6 malloc 24 0x5571735aed90 0.000117
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000117
+libstdc++.so.6 malloc 24 0x5571735aed50 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8e30 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000118
+libstdc++.so.6 free 0x5571735aeb50 void 0.000117
+libstdc++.so.6 free 0x5571735a9310 void 0.000117
+libstdc++.so.6 free 0x5571735aed70 void 0.000118
+libstdc++.so.6 free 0x5571735a8e30 void 0.000117
+libstdc++.so.6 free 0x5571735a9330 void 0.000118
+libstdc++.so.6 free 0x5571735aed90 void 0.000118
+libstdc++.so.6 free 0x5571735aed50 void 0.000117
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000117
+libstdc++.so.6 free 0x5571735aedb0 void 0.000117
+libstdc++.so.6 free 0x5571735a9940 void 0.000118
+libstdc++.so.6 free 0x5571735a58b0 void 0.000116
+libstdc++.so.6 free 0x5571735aed30 void 0.000117
+libstdc++.so.6 free 0x5571735a8e10 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735aeb50 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000117
+libstdc++.so.6 malloc 24 0x5571735aeab0 0.000127
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000119
+libstdc++.so.6 free 0x5571735aeb50 void 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 free 0x5571735a8300 void 0.000117
+libstdc++.so.6 free 0x5571735aeab0 void 0.000137
+libstdc++.so.6 free 0x5571735a8930 void 0.000126
+libstdc++.so.6 free 0x5571735adfc0 void 0.000119
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000118
+libstdc++.so.6 free 0x5571735a0900 void 0.000119
+libstdc++.so.6 free 0x5571735aeba0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000118
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000116
+libstdc++.so.6 free 0x5571735a8320 void 0.000118
+libstdc++.so.6 free 0x5571735a8300 void 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000118
+libstdc++.so.6 free 0x5571735a8930 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000117
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 free 0x5571735a8300 void 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000117
+libstdc++.so.6 free 0x5571735a8930 void 0.000160
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000161
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000118
+libstdc++.so.6 free 0x5571735a8320 void 0.000119
+libstdc++.so.6 free 0x5571735a8300 void 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000117
+libstdc++.so.6 free 0x5571735a8930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000117
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000118
+libstdc++.so.6 free 0x5571735a8320 void 0.000118
+libstdc++.so.6 free 0x5571735a8300 void 0.000119
+libstdc++.so.6 free 0x5571735aeab0 void 0.000118
+libstdc++.so.6 free 0x5571735a8930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000118
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 free 0x5571735a8300 void 0.000118
+libstdc++.so.6 free 0x5571735aeab0 void 0.000117
+libstdc++.so.6 free 0x5571735a8930 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000122
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000128
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000117
+libstdc++.so.6 free 0x5571735a3050 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a3050 0.000118
+libstdc++.so.6 free 0x557173583820 void 0.000117
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000119
+libstdc++.so.6 free 0x5571735a71a0 void 0.000119
+libstdc++.so.6 free 0x5571735a7150 void 0.000117
+libstdc++.so.6 free 0x5571735a6f50 void 0.000118
+libstdc++.so.6 free 0x5571735a0b60 void 0.000116
+libstdc++.so.6 free 0x5571735a5050 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5050 0.000119
+libstdc++.so.6 free 0x5571735a3500 void 0.000130
+libstdc++.so.6 free 0x5571735a34e0 void 0.000119
+libstdc++.so.6 free 0x5571735a32e0 void 0.000118
+libstdc++.so.6 free 0x5571735a3290 void 0.000117
+libstdc++.so.6 free 0x5571735a3090 void 0.000118
+libstdc++.so.6 free 0x557173580140 void 0.000117
+libstdc++.so.6 free 0x5571735a6410 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a6410 0.000119
+gallium_dri.so realloc 0x5571735a8360|128 0x5571735a8360 0.000123
+libstdc++.so.6 free 0x5571735a5550 void 0.000118
+libstdc++.so.6 free 0x5571735a5530 void 0.000118
+libstdc++.so.6 free 0x5571735a5330 void 0.000118
+libstdc++.so.6 free 0x5571735a52e0 void 0.000118
+libstdc++.so.6 free 0x5571735a50e0 void 0.000117
+libstdc++.so.6 free 0x5571735a5090 void 0.000118
+libstdc++.so.6 free 0x5571735a7c20 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735a5550 0.000117
+libstdc++.so.6 free 0x5571735a6a60 void 0.000116
+libstdc++.so.6 free 0x5571735a6a40 void 0.000116
+libstdc++.so.6 free 0x5571735a6840 void 0.000118
+libstdc++.so.6 free 0x5571735a67f0 void 0.000117
+libstdc++.so.6 free 0x5571735a65f0 void 0.000119
+libstdc++.so.6 free 0x5571735a2cc0 void 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 free 0x5571735a8300 void 0.000116
+libstdc++.so.6 free 0x5571735aeab0 void 0.000117
+libstdc++.so.6 free 0x5571735a8930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a6a60 0.000163
+libstdc++.so.6 malloc 16 0x5571735a34e0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a3500 0.000118
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000118
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000118
+libstdc++.so.6 free 0x5571735a3500 void 0.000118
+libstdc++.so.6 free 0x5571735a34e0 void 0.000123
+libstdc++.so.6 free 0x5571735a6a60 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735a6a60 0.000120
+libstdc++.so.6 malloc 16 0x5571735a34e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a3500 0.000121
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000120
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000161
+libstdc++.so.6 free 0x5571735a3500 void 0.000121
+libstdc++.so.6 free 0x5571735a34e0 void 0.000120
+libstdc++.so.6 free 0x5571735a6a60 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6a60 0.000119
+libstdc++.so.6 malloc 16 0x5571735a34e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a3500 0.000152
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000124
+libstdc++.so.6 malloc 24 0x5571735aeb50 0.000120
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000118
+libstdc++.so.6 malloc 24 0x5571735aeb00 0.000118
+libstdc++.so.6 malloc 24 0x5571735a8930 0.000118
+libstdc++.so.6 malloc 24 0x5571735aeba0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000119
+libstdc++.so.6 malloc 24 0x5571735a7c20 0.000118
+libstdc++.so.6 malloc 24 0x5571735a6a40 0.000124
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000119
+libstdc++.so.6 free 0x5571735a5530 void 0.000119
+libstdc++.so.6 free 0x5571735a7c20 void 0.000118
+libstdc++.so.6 free 0x5571735a6a40 void 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000115
+libstdc++.so.6 free 0x5571735a8910 void 0.000118
+libstdc++.so.6 free 0x5571735aeb50 void 0.000119
+libstdc++.so.6 free 0x5571735aeb00 void 0.000118
+libstdc++.so.6 free 0x5571735a8930 void 0.000119
+libstdc++.so.6 free 0x5571735aeba0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000128
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000119
+libstdc++.so.6 malloc 24 0x5571735a6a40 0.000117
+libstdc++.so.6 malloc 24 0x5571735a7c20 0.000118
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000116
+libstdc++.so.6 free 0x5571735a8910 void 0.000117
+libstdc++.so.6 free 0x5571735a8320 void 0.000116
+libstdc++.so.6 free 0x5571735a6a40 void 0.000115
+libstdc++.so.6 free 0x5571735a7c20 void 0.000116
+libstdc++.so.6 free 0x5571735a5530 void 0.000117
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000117
+libstdc++.so.6 free 0x5571735a3500 void 0.000117
+libstdc++.so.6 free 0x5571735a34e0 void 0.000118
+libstdc++.so.6 free 0x5571735a6a60 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000117
+libstdc++.so.6 malloc 16 0x5571735a7c20 0.000116
+libstdc++.so.6 malloc 24 0x5571735a6a40 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000119
+libstdc++.so.6 free 0x5571735a8320 void 0.000117
+libstdc++.so.6 free 0x5571735a6a40 void 0.000116
+libstdc++.so.6 free 0x5571735a7c20 void 0.000117
+libstdc++.so.6 free 0x5571735a5530 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735a5530 0.000117
+libstdc++.so.6 malloc 24 0x5571735a7c20 0.000116
+libstdc++.so.6 malloc 16 0x5571735a6a40 0.000116
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000116
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000115
+libstdc++.so.6 free 0x5571735a8910 void 0.000126
+libstdc++.so.6 free 0x5571735a8320 void 0.000124
+libstdc++.so.6 free 0x5571735a6a40 void 0.000119
+libstdc++.so.6 free 0x5571735a7c20 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a7c20 0.000119
+libstdc++.so.6 malloc 16 0x5571735a6a40 0.000117
+libstdc++.so.6 malloc 64 0x5571735a85b0 0.000118
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000119
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a3500 0.000118
+libstdc++.so.6 malloc 24 0x5571735a34e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000120
+libstdc++.so.6 free 0x5571735a8320 void 0.000119
+libstdc++.so.6 free 0x5571735a34e0 void 0.000119
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000121
+gallium_dri.so free 0x5571735aeb20 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a34e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8320 0.000119
+libstdc++.so.6 malloc 16 0x5571735a8910 0.000119
+libstdc++.so.6 malloc 24 0x5571735a8300 0.000118
+libstdc++.so.6 malloc 64 0x5571735a7e60 0.000135
+libstdc++.so.6 malloc 504 0x5571735a8600 0.000118
+libstdc++.so.6 malloc 64 0x5571735a80b0 0.000118
+libstdc++.so.6 malloc 504 0x5571735a7eb0 0.000117
+libstdc++.so.6 malloc 16 0x5571735aeab0 0.000120
+libstdc++.so.6 malloc 24 0x5571735aeb50 0.000118
+libstdc++.so.6 malloc 24 0x5571735a9940 0.000162
+libstdc++.so.6 free 0x5571735a77f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735a77f0 0.000111
+libstdc++.so.6 free 0x5571735a7810 void 0.000109
+libstdc++.so.6 malloc 24 0x5571735a7810 0.000110
+libstdc++.so.6 free 0x5571735a7830 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a7830 0.000112
+libstdc++.so.6 free 0x5571735a7850 void 0.000109
+libstdc++.so.6 malloc 24 0x5571735a7850 0.000112
+libstdc++.so.6 malloc 24 0x5571735a58b0 0.000110
+libstdc++.so.6 malloc 64 0x5571735837d0 0.000113
+libstdc++.so.6 malloc 504 0x5571735a8100 0.000112
+libstdc++.so.6 malloc 64 0x5571735a1a20 0.000110
+libstdc++.so.6 malloc 504 0x5571735a4210 0.000113
+libstdc++.so.6 malloc 24 0x5571735aed30 0.000110
+libstdc++.so.6 malloc 16 0x5571735a8e10 0.000110
+libstdc++.so.6 malloc 16 0x5571735adfc0 0.000110
+libstdc++.so.6 malloc 16 0x5571735a1ac0 0.000110
+libstdc++.so.6 malloc 16 0x5571735a0900 0.000109
+libstdc++.so.6 free 0x5571735ae6a0 void 0.000109
+libstdc++.so.6 free 0x5571735a34e0 void 0.000110
+libstdc++.so.6 free 0x5571735a8910 void 0.000112
+libstdc++.so.6 free 0x5571735adfe0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735adfe0 0.000111
+libstdc++.so.6 malloc 24 0x5571735a8910 0.000111
+libstdc++.so.6 malloc 24 0x5571735a34e0 0.000111
+libstdc++.so.6 free 0x5571735a3500 void 0.000111
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000112
+libstdc++.so.6 malloc 64 0x5571735a1a70 0.000126
+libstdc++.so.6 malloc 504 0x5571735a0700 0.000114
+libstdc++.so.6 malloc 64 0x5571735a2960 0.000112
+libstdc++.so.6 malloc 504 0x557173582cf0 0.000114
+libstdc++.so.6 malloc 24 0x5571735ae8f0 0.000113
+libstdc++.so.6 malloc 64 0x5571735a2cc0 0.000129
+libstdc++.so.6 malloc 504 0x557173582f40 0.000113
+libstdc++.so.6 malloc 64 0x5571735a7150 0.000153
+libstdc++.so.6 malloc 504 0x5571735a3090 0.000116
+libstdc++.so.6 malloc 24 0x5571735a3500 0.000113
+libstdc++.so.6 malloc 24 0x5571735ae6a0 0.000114
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000113
+libstdc++.so.6 malloc 64 0x5571735a0b60 0.000113
+libstdc++.so.6 malloc 512 0x5571735a4ad0 0.000112
+libstdc++.so.6 free 0x5571735a4ad0 void 0.000161
+libstdc++.so.6 free 0x5571735a0b60 void 0.000113
+libstdc++.so.6 malloc 64 0x5571735a0b60 0.000113
+libstdc++.so.6 malloc 512 0x5571735a4ad0 0.000112
+libstdc++.so.6 free 0x5571735a4ad0 void 0.000112
+libstdc++.so.6 free 0x5571735a0b60 void 0.000111
+gallium_dri.so malloc 4096 0x5571735aedd0 0.000117
+gallium_dri.so realloc 0|256 0x5571735a64e0 0.000117
+libstdc++.so.6 malloc 64 0x5571735a0b60 0.000121
+libstdc++.so.6 malloc 504 0x5571735a32e0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a3290 0.000112
+libstdc++.so.6 malloc 504 0x5571735a6f50 0.000111
+libstdc++.so.6 free 0x5571735aedb0 void 0.000123
+libstdc++.so.6 free 0x5571735ae6a0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9310 0.000119
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000111
+libstdc++.so.6 free 0x5571735aed70 void 0.000114
+libstdc++.so.6 free 0x5571735a9310 void 0.000112
+gallium_dri.so free 0x5571735ae480 void 0.000117
+gallium_dri.so free 0x5571735ae4e0 void 0.000117
+gallium_dri.so free 0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000112
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000113
+libstdc++.so.6 malloc 24 0x5571735a8e30 0.000113
+libstdc++.so.6 malloc 24 0x5571735a9330 0.000117
+libstdc++.so.6 free 0x5571735a9330 void 0.000114
+libstdc++.so.6 free 0x5571735a8e30 void 0.000112
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000116
+gallium_dri.so free 0x5571735aeb20 void 0.000113
+gallium_dri.so realloc 0|64 0x557173580140 0.000114
+gallium_dri.so realloc 0x557173580140|128 0x5571735a9ad0 0.000116
+gallium_dri.so realloc 0x5571735a9ad0|256 0x5571735a5330 0.000116
+libstdc++.so.6 free 0x5571735aedb0 void 0.000116
+libstdc++.so.6 free 0x5571735aed70 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735aed70 0.000112
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a8e30 0.000114
+libstdc++.so.6 malloc 16 0x5571735a9330 0.000112
+libstdc++.so.6 malloc 16 0x5571735aed90 0.000119
+libstdc++.so.6 malloc 16 0x5571735aed50 0.000131
+libstdc++.so.6 malloc 16 0x5571735a9bf0 0.000119
+libstdc++.so.6 malloc 16 0x5571735a9310 0.000114
+libstdc++.so.6 malloc 16 0x557173579120 0.000112
+libstdc++.so.6 malloc 16 0x557173586ee0 0.000113
+libstdc++.so.6 malloc 16 0x5571735771b0 0.000117
+libstdc++.so.6 malloc 16 0x5571735a73a0 0.000113
+libstdc++.so.6 malloc 16 0x5571735a9c10 0.000114
+libstdc++.so.6 malloc 16 0x5571735a37e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735aea80 0.000126
+libstdc++.so.6 malloc 16 0x557173584720 0.000129
+libstdc++.so.6 malloc 16 0x5571735a3f40 0.000125
+libstdc++.so.6 malloc 16 0x5571735a9c60 0.000120
+libstdc++.so.6 malloc 16 0x5571735aea10 0.000116
+libstdc++.so.6 malloc 16 0x5571735aead0 0.000119
+libstdc++.so.6 malloc 16 0x557173582a00 0.000125
+libstdc++.so.6 malloc 16 0x557173582a20 0.000124
+libstdc++.so.6 free 0x5571735aedb0 void 0.000119
+libstdc++.so.6 free 0x5571735aed70 void 0.000114
+libstdc++.so.6 malloc 6608 0x5571735afde0 0.000127
+libstdc++.so.6 malloc 16 0x5571735aed70 0.000124
+libstdc++.so.6 malloc 16 0x5571735aedb0 0.000120
+libstdc++.so.6 malloc 16 0x5571735a7c60 0.000120
+libstdc++.so.6 malloc 16 0x5571735a7c80 0.000121
+libstdc++.so.6 malloc 16 0x5571735a7ce0 0.000166
+libstdc++.so.6 malloc 16 0x5571735a7d00 0.000127
+libstdc++.so.6 malloc 16 0x5571735a7d60 0.000119
+libstdc++.so.6 malloc 16 0x5571735a7d80 0.000125
+libstdc++.so.6 malloc 16 0x5571735a7de0 0.000123
+libstdc++.so.6 malloc 16 0x5571735a7e00 0.000120
+libstdc++.so.6 malloc 16 0x5571735a49e0 0.000116
+libstdc++.so.6 malloc 16 0x5571735a4a00 0.000118
+libstdc++.so.6 malloc 16 0x557173583d30 0.000124
+libstdc++.so.6 malloc 16 0x557173583d50 0.000124
+libstdc++.so.6 malloc 16 0x5571735a7870 0.000158
+libstdc++.so.6 malloc 16 0x5571735a7890 0.000160
+libstdc++.so.6 malloc 16 0x5571735a48a0 0.000162
+libstdc++.so.6 malloc 16 0x5571735a48c0 0.000160
+libstdc++.so.6 malloc 16 0x5571735a6ed0 0.000124
+libstdc++.so.6 malloc 16 0x5571735a6ef0 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9960 0.000115
+libstdc++.so.6 free 0x5571735a7c60 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735a7c60 0.000124
+libstdc++.so.6 free 0x5571735a7c80 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a7c80 0.000125
+libstdc++.so.6 free 0x5571735a48a0 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735a48a0 0.000123
+libstdc++.so.6 free 0x5571735a48c0 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735a48c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735a9980 0.000115
+libstdc++.so.6 malloc 24 0x557173582a80 0.000119
+libstdc++.so.6 malloc 24 0x557173582aa0 0.000164
+libstdc++.so.6 malloc 24 0x5571735a8e70 0.000126
+libstdc++.so.6 malloc 24 0x5571735a8e90 0.000123
+libstdc++.so.6 free 0x5571735a6ef0 void 0.000133
+libstdc++.so.6 malloc 24 0x5571735a6ef0 0.000130
+libstdc++.so.6 malloc 24 0x5571735a90c0 0.000130
+libstdc++.so.6 free 0x5571735a7ce0 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735a7ce0 0.000120
+libstdc++.so.6 free 0x5571735a7d00 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a7d00 0.000131
+libstdc++.so.6 free 0x5571735a7d60 void 0.000128
+libstdc++.so.6 malloc 24 0x5571735a7d60 0.000130
+libstdc++.so.6 free 0x5571735a7d80 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735a7d80 0.000127
+libstdc++.so.6 free 0x5571735a7de0 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735a7de0 0.000132
+libstdc++.so.6 free 0x5571735a7e00 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735a7e00 0.000129
+libstdc++.so.6 free 0x5571735a49e0 void 0.000128
+libstdc++.so.6 malloc 24 0x5571735a49e0 0.000129
+libstdc++.so.6 free 0x5571735a4a00 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735a4a00 0.000131
+libstdc++.so.6 malloc 24 0x5571735a90e0 0.000129
+libstdc++.so.6 malloc 24 0x5571735a8970 0.000123
+libstdc++.so.6 malloc 24 0x5571735a8990 0.000126
+libstdc++.so.6 malloc 24 0x5571735a8bc0 0.000130
+libstdc++.so.6 malloc 24 0x5571735a8be0 0.000137
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000132
+libstdc++.so.6 free 0x5571735a4a00 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735a4a00 0.000130
+libstdc++.so.6 free 0x5571735a4a00 void 0.000130
+libstdc++.so.6 free 0x5571735a90e0 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735a4a00 0.000128
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000124
+libstdc++.so.6 free 0x5571735a8970 void 0.000126
+libstdc++.so.6 malloc 24 0x5571735a8970 0.000126
+libstdc++.so.6 free 0x5571735a4a00 void 0.000131
+libstdc++.so.6 malloc 56 0x5571735a2420 0.000125
+libstdc++.so.6 free 0x5571735a8990 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a4a00 0.000130
+libstdc++.so.6 malloc 56 0x5571735a2460 0.000131
+libstdc++.so.6 malloc 56 0x5571735a24a0 0.000126
+libstdc++.so.6 free 0x5571735a8bc0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a8bc0 0.000124
+libstdc++.so.6 malloc 56 0x5571735a2f70 0.000124
+libstdc++.so.6 malloc 56 0x557173582a40 0.000131
+libstdc++.so.6 malloc 56 0x5571735a2ff0 0.000130
+libstdc++.so.6 free 0x5571735a8be0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000122
+libstdc++.so.6 free 0x5571735a8970 void 0.000125
+libstdc++.so.6 malloc 56 0x5571735a0ae0 0.000127
+libstdc++.so.6 malloc 56 0x5571735a0b20 0.000120
+libstdc++.so.6 malloc 56 0x5571735a47e0 0.000120
+libstdc++.so.6 free 0x5571735a9b90 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000129
+libstdc++.so.6 free 0x5571735a4a00 void 0.000132
+libstdc++.so.6 free 0x5571735a8bc0 void 0.000202
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000236
+libstdc++.so.6 free 0x5571735a9b90 void 0.000255
+libstdc++.so.6 free 0x5571735a9c60 void 0.000280
+libstdc++.so.6 free 0x5571735a3f40 void 0.000167
+libstdc++.so.6 free 0x5571735a9c10 void 0.000167
+libstdc++.so.6 free 0x5571735a37e0 void 0.000161
+libstdc++.so.6 free 0x557173586ee0 void 0.000129
+libstdc++.so.6 free 0x557173579120 void 0.000125
+libstdc++.so.6 free 0x5571735a9310 void 0.000124
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000131
+libstdc++.so.6 free 0x5571735a8e30 void 0.000130
+libstdc++.so.6 free 0x5571735a9330 void 0.000124
+libstdc++.so.6 free 0x5571735aed90 void 0.000124
+libstdc++.so.6 free 0x5571735aed50 void 0.000129
+libstdc++.so.6 free 0x557173582a20 void 0.000131
+libstdc++.so.6 free 0x557173582a00 void 0.000131
+libstdc++.so.6 free 0x5571735aead0 void 0.000129
+libstdc++.so.6 free 0x5571735aea10 void 0.000131
+libstdc++.so.6 free 0x5571735aea80 void 0.000130
+libstdc++.so.6 free 0x557173584720 void 0.000137
+libstdc++.so.6 free 0x5571735771b0 void 0.000130
+libstdc++.so.6 free 0x5571735a73a0 void 0.000128
+libstdc++.so.6 free 0x5571735a6ef0 void 0.000128
+libstdc++.so.6 free 0x5571735a48c0 void 0.000123
+libstdc++.so.6 free 0x5571735a6ed0 void 0.000129
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000135
+libstdc++.so.6 free 0x5571735a2f70 void 0.000126
+libstdc++.so.6 free 0x5571735a2460 void 0.000129
+libstdc++.so.6 free 0x5571735a2420 void 0.000124
+libstdc++.so.6 free 0x5571735a7890 void 0.000125
+libstdc++.so.6 free 0x5571735a47e0 void 0.000124
+libstdc++.so.6 free 0x5571735a0b20 void 0.000123
+libstdc++.so.6 free 0x5571735a0ae0 void 0.000130
+libstdc++.so.6 free 0x5571735a7870 void 0.000129
+libstdc++.so.6 free 0x5571735a2ff0 void 0.000163
+libstdc++.so.6 free 0x557173582a40 void 0.000125
+libstdc++.so.6 free 0x557173583d50 void 0.000130
+libstdc++.so.6 free 0x5571735a24a0 void 0.000130
+libstdc++.so.6 free 0x557173583d30 void 0.000124
+libstdc++.so.6 free 0x5571735aedb0 void 0.000137
+libstdc++.so.6 free 0x5571735aed70 void 0.000132
+libstdc++.so.6 free 0x5571735afde0 void 0.000132
+gallium_dri.so free 0x5571735aeb00 void 0.000131
+gallium_dri.so free 0x5571735a8930 void 0.000125
+gallium_dri.so free 0x5571735aeba0 void 0.000125
+gallium_dri.so free 0x557173583820 void 0.000130
+gallium_dri.so free 0x5571735a6a60 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000125
+libstdc++.so.6 malloc 448 0x5571734df4b0 0.000125
+libstdc++.so.6 free 0x5571734df4b0 void 0.000124
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000130
+libstdc++.so.6 free 0x5571734f6040 void 0.000130
+libstdc++.so.6 free 0x5571735a85b0 void 0.000126
+libstdc++.so.6 free 0x5571735a58b0 void 0.000120
+libstdc++.so.6 free 0x5571735a34e0 void 0.000119
+libstdc++.so.6 free 0x5571735a6a40 void 0.000123
+libstdc++.so.6 free 0x5571735a7c20 void 0.000120
+gallium_dri.so free 0x5571735a5330 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000120
+libstdc++.so.6 malloc 16 0x5571735a9310 0.000127
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000130
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000132
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000187
+libstdc++.so.6 free 0x5571735a9b90 void 0.000247
+libstdc++.so.6 free 0x5571735a9310 void 0.000283
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000271
+libstdc++.so.6 free 0x5571735a5530 void 0.000167
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000166
+libstdc++.so.6 malloc 16 0x5571735a9310 0.000129
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000131
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000130
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000184
+libstdc++.so.6 free 0x5571735a9b90 void 0.000172
+libstdc++.so.6 free 0x5571735a9310 void 0.000222
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000131
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000126
+libstdc++.so.6 malloc 16 0x5571735a9310 0.000120
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000126
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000125
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000143
+libstdc++.so.6 free 0x5571735a9b90 void 0.000131
+libstdc++.so.6 free 0x5571735a9310 void 0.000129
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000125
+libstdc++.so.6 malloc 64 0x5571735a85b0 0.000119
+libstdc++.so.6 malloc 16 0x5571735a9bf0 0.000119
+libstdc++.so.6 malloc 24 0x5571735a9310 0.000124
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000129
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000123
+libstdc++.so.6 malloc 24 0x5571735a8bc0 0.000119
+libstdc++.so.6 free 0x5571735a8bc0 void 0.000123
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000130
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000136
+gallium_dri.so free 0x5571735aeb20 void 0.000129
+libstdc++.so.6 free 0x5571735a9b90 void 0.000125
+libstdc++.so.6 free 0x5571735a9310 void 0.000124
+libstdc++.so.6 free 0x5571735addc0 void 0.000129
+libstdc++.so.6 free 0x5571735add70 void 0.000183
+libstdc++.so.6 free 0x5571735adb70 void 0.000170
+libstdc++.so.6 free 0x5571735adb20 void 0.000124
+gallium_dri.so malloc 56 0x5571735a0ae0 0.000123
+gallium_dri.so realloc 0|136 0x5571735a3eb0 0.000123
+gallium_dri.so malloc 8 0x5571735a9310 0.000139
+libstdc++.so.6 free 0x5571735a85b0 void 0.000133
+gallium_dri.so realloc 0|32 0x5571735aeb20 0.000136
+libstdc++.so.6 malloc 24 0x5571735a9b90 0.000132
+libstdc++.so.6 malloc 24 0x5571735a9bb0 0.000131
+libstdc++.so.6 free 0x5571735a6f10 void 0.000132
+libstdc++.so.6 free 0x5571735a9bb0 void 0.000133
+libstdc++.so.6 free 0x5571735a9b90 void 0.000133
+libstdc++.so.6 free 0x5571735a4860 void 0.000127
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000120
+libstdc++.so.6 free 0x5571735a98e0 void 0.000121
+libstdc++.so.6 free 0x5571735a5890 void 0.000121
+libstdc++.so.6 free 0x5571735a2ac0 void 0.000125
+libstdc++.so.6 free 0x557173582970 void 0.000132
+libstdc++.so.6 free 0x5571735a3810 void 0.000131
+libstdc++.so.6 free 0x5571735a24e0 void 0.000127
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000120
+libstdc++.so.6 free 0x557173520b10 void 0.000125
+libstdc++.so.6 free 0x557173584750 void 0.000126
+libstdc++.so.6 free 0x5571735a2f10 void 0.000125
+libstdc++.so.6 free 0x5571735a2d10 void 0.000121
+libstdc++.so.6 free 0x5571735a9880 void 0.000132
+libstdc++.so.6 free 0x5571735a4a20 void 0.000161
+libstdc++.so.6 free 0x5571735a99a0 void 0.000166
+libstdc++.so.6 free 0x5571735a9c40 void 0.000164
+libstdc++.so.6 free 0x5571735a26f0 void 0.000163
+libstdc++.so.6 free 0x5571735a19d0 void 0.000159
+libstdc++.so.6 free 0x557173586bf0 void 0.000162
+libstdc++.so.6 free 0x557173582ac0 void 0.000162
+libstdc++.so.6 free 0x557173577c80 void 0.000162
+libstdc++.so.6 free 0x5571735a73d0 void 0.000159
+libstdc++.so.6 free 0x557173584700 void 0.000164
+libstdc++.so.6 free 0x557173584500 void 0.000163
+libstdc++.so.6 free 0x5571735867f0 void 0.000163
+libstdc++.so.6 free 0x5571735865f0 void 0.000170
+libstdc++.so.6 free 0x557173583740 void 0.000132
+libstdc++.so.6 free 0x5571735adfe0 void 0.000128
+libstdc++.so.6 free 0x5571735a7850 void 0.000127
+libstdc++.so.6 free 0x5571735a75f0 void 0.000128
+libstdc++.so.6 free 0x5571735a13d0 void 0.000126
+libstdc++.so.6 free 0x5571735a73f0 void 0.000124
+libstdc++.so.6 free 0x557173582c00 void 0.000126
+libstdc++.so.6 free 0x5571735a3500 void 0.000125
+libstdc++.so.6 free 0x5571735a3090 void 0.000137
+libstdc++.so.6 free 0x5571735a7150 void 0.000124
+libstdc++.so.6 free 0x557173582f40 void 0.000124
+libstdc++.so.6 free 0x5571735a2cc0 void 0.000125
+libstdc++.so.6 free 0x5571735ae910 void 0.000124
+libstdc++.so.6 free 0x5571735a3050 void 0.000126
+libstdc++.so.6 free 0x5571735ae970 void 0.000122
+libstdc++.so.6 free 0x5571735a3cb0 void 0.000121
+libstdc++.so.6 free 0x5571735a3c60 void 0.000125
+libstdc++.so.6 free 0x5571735a3a60 void 0.000125
+libstdc++.so.6 free 0x5571735a3a10 void 0.000125
+libstdc++.so.6 free 0x5571735ae8f0 void 0.000126
+libstdc++.so.6 free 0x557173582cf0 void 0.000120
+libstdc++.so.6 free 0x5571735a2960 void 0.000125
+libstdc++.so.6 free 0x5571735a0700 void 0.000125
+libstdc++.so.6 free 0x5571735a1a70 void 0.000121
+libstdc++.so.6 free 0x5571735a5010 void 0.000122
+libstdc++.so.6 free 0x5571735a5050 void 0.000125
+libstdc++.so.6 free 0x5571735a4ff0 void 0.000127
+libstdc++.so.6 free 0x5571735a4df0 void 0.000126
+libstdc++.so.6 free 0x5571735a3790 void 0.000125
+libstdc++.so.6 free 0x5571735a3590 void 0.000126
+libstdc++.so.6 free 0x5571735a3540 void 0.000125
+libstdc++.so.6 free 0x5571735a8e10 void 0.000126
+libstdc++.so.6 free 0x5571735adfc0 void 0.000126
+libstdc++.so.6 free 0x5571735a1ac0 void 0.000134
+libstdc++.so.6 free 0x5571735a0900 void 0.000125
+libstdc++.so.6 free 0x5571735aed30 void 0.000122
+libstdc++.so.6 free 0x5571735a4210 void 0.000122
+libstdc++.so.6 free 0x5571735a1a20 void 0.000124
+libstdc++.so.6 free 0x5571735a8100 void 0.000124
+libstdc++.so.6 free 0x5571735837d0 void 0.000121
+libstdc++.so.6 free 0x5571735a63d0 void 0.000126
+libstdc++.so.6 free 0x5571735a6410 void 0.000125
+libstdc++.so.6 free 0x5571735a63b0 void 0.000125
+libstdc++.so.6 free 0x5571735a61b0 void 0.000124
+libstdc++.so.6 free 0x5571735a57e0 void 0.000120
+libstdc++.so.6 free 0x5571735a55e0 void 0.000126
+libstdc++.so.6 free 0x5571735a5590 void 0.000121
+libstdc++.so.6 free 0x5571735aeab0 void 0.000126
+libstdc++.so.6 free 0x5571735a9940 void 0.000125
+libstdc++.so.6 free 0x5571735a77f0 void 0.000126
+libstdc++.so.6 free 0x5571735a7810 void 0.000123
+libstdc++.so.6 free 0x5571735a7830 void 0.000122
+libstdc++.so.6 free 0x5571735a7eb0 void 0.000126
+libstdc++.so.6 free 0x5571735a80b0 void 0.000124
+libstdc++.so.6 free 0x5571735a8600 void 0.000124
+libstdc++.so.6 free 0x5571735a7e60 void 0.000120
+libstdc++.so.6 free 0x5571735a7be0 void 0.000123
+libstdc++.so.6 free 0x5571735a5550 void 0.000125
+libstdc++.so.6 free 0x5571735a7bc0 void 0.000205
+libstdc++.so.6 free 0x5571735a79c0 void 0.000188
+libstdc++.so.6 free 0x5571735a6cf0 void 0.000250
+libstdc++.so.6 free 0x5571735a6af0 void 0.000125
+libstdc++.so.6 free 0x5571735a6aa0 void 0.000125
+libstdc++.so.6 free 0x5571735a6f50 void 0.000128
+libstdc++.so.6 free 0x5571735a3290 void 0.000117
+libstdc++.so.6 free 0x5571735a32e0 void 0.000116
+libstdc++.so.6 free 0x5571735a0b60 void 0.000115
+libstdc++.so.6 free 0x5571735a6eb0 void 0.000117
+libstdc++.so.6 free 0x5571735a6d90 void 0.000116
+libstdc++.so.6 free 0x5571735acaa0 void 0.000114
+libstdc++.so.6 free 0x5571735a6d40 void 0.000114
+libstdc++.so.6 free 0x5571735ac8a0 void 0.000113
+libstdc++.so.6 free 0x5571735a5830 void 0.000116
+libstdc++.so.6 free 0x5571735a6e70 void 0.000115
+libstdc++.so.6 free 0x5571735ad0a0 void 0.000114
+libstdc++.so.6 free 0x5571735acea0 void 0.000115
+libstdc++.so.6 free 0x5571735a6e20 void 0.000114
+libstdc++.so.6 free 0x5571735acca0 void 0.000114
+libstdc++.so.6 free 0x5571735a6dd0 void 0.000114
+libstdc++.so.6 free 0x5571735ad580 void 0.000115
+libstdc++.so.6 free 0x5571735ad5c0 void 0.000117
+libstdc++.so.6 free 0x5571735ad380 void 0.000114
+libstdc++.so.6 free 0x5571735ad330 void 0.000113
+libstdc++.so.6 free 0x5571735ad130 void 0.000149
+libstdc++.so.6 free 0x5571735ad0e0 void 0.000118
+libstdc++.so.6 free 0x5571735adaa0 void 0.000115
+libstdc++.so.6 free 0x5571735adae0 void 0.000115
+libstdc++.so.6 free 0x5571735ad8a0 void 0.000113
+libstdc++.so.6 free 0x5571735ad850 void 0.000114
+libstdc++.so.6 free 0x5571735ad650 void 0.000114
+libstdc++.so.6 free 0x5571735ad600 void 0.000116
+libstdc++.so.6 free 0x5571735ae000 void 0.000114
+libstdc++.so.6 free 0x5571735ae460 void 0.000114
+libstdc++.so.6 free 0x5571735ae240 void 0.000115
+libstdc++.so.6 free 0x557173582c50 void 0.000113
+libstdc++.so.6 free 0x5571735ae040 void 0.000114
+libstdc++.so.6 free 0x557173582b60 void 0.000116
+libstdc++.so.6 free 0x557173583790 void 0.000115
+libstdc++.so.6 free 0x5571735a0cc0 void 0.000114
+libstdc++.so.6 free 0x5571735a9b60 void 0.000113
+libstdc++.so.6 free 0x5571735802a0 void 0.000114
+libstdc++.so.6 free 0x5571735a0920 void 0.000115
+libstdc++.so.6 free 0x5571735a3030 void 0.000114
+libstdc++.so.6 free 0x5571735a5030 void 0.000115
+libstdc++.so.6 free 0x5571735a63f0 void 0.000113
+libstdc++.so.6 free 0x5571735a7c00 void 0.000115
+libstdc++.so.6 free 0x5571735a8340 void 0.000115
+libstdc++.so.6 free 0x5571735a8950 void 0.000115
+libstdc++.so.6 free 0x5571735a8e50 void 0.000114
+libstdc++.so.6 free 0x5571735a9350 void 0.000113
+libstdc++.so.6 free 0x5571735a3070 void 0.000125
+libstdc++.so.6 free 0x5571735a5070 void 0.000116
+libstdc++.so.6 free 0x5571735a6430 void 0.000115
+libstdc++.so.6 free 0x5571735a7c40 void 0.000116
+libstdc++.so.6 free 0x5571735a6db0 void 0.000115
+libstdc++.so.6 free 0x5571735ad0c0 void 0.000115
+libstdc++.so.6 free 0x5571735ad5e0 void 0.000115
+libstdc++.so.6 free 0x5571735adb00 void 0.000115
+libstdc++.so.6 free 0x5571735ae4a0 void 0.000115
+libstdc++.so.6 free 0x5571735ae4c0 void 0.000115
+libstdc++.so.6 free 0x5571735a48e0 void 0.000114
+libstdc++.so.6 free 0x5571735ae440 void 0.000115
+libstdc++.so.6 free 0x5571735a7ca0 void 0.000115
+libstdc++.so.6 free 0x5571735ae6c0 void 0.000116
+libstdc++.so.6 free 0x5571735ae930 void 0.000114
+libstdc++.so.6 free 0x5571735ae990 void 0.000115
+libstdc++.so.6 free 0x5571735ae9d0 void 0.000115
+libstdc++.so.6 free 0x5571735aea40 void 0.000115
+libstdc++.so.6 free 0x5571735ae950 void 0.000115
+libstdc++.so.6 free 0x5571735a7d20 void 0.000115
+libstdc++.so.6 free 0x5571735ae9b0 void 0.000114
+libstdc++.so.6 free 0x5571735a7da0 void 0.000113
+libstdc++.so.6 free 0x5571735ae9f0 void 0.000116
+libstdc++.so.6 free 0x5571735a7e20 void 0.000114
+libstdc++.so.6 free 0x5571735aea60 void 0.000120
+libstdc++.so.6 free 0x5571735829c0 void 0.000116
+libstdc++.so.6 free 0x5571735aebf0 void 0.000113
+libstdc++.so.6 free 0x5571735aec40 void 0.000126
+libstdc++.so.6 free 0x5571735aec90 void 0.000115
+libstdc++.so.6 free 0x5571735aece0 void 0.000114
+libstdc++.so.6 free 0x5571735a7d80 void 0.000116
+libstdc++.so.6 free 0x5571735a7de0 void 0.000116
+libstdc++.so.6 free 0x5571735a7e00 void 0.000114
+libstdc++.so.6 free 0x5571735a49e0 void 0.000115
+libstdc++.so.6 free 0x5571735a8320 void 0.000115
+libstdc++.so.6 free 0x5571735a8300 void 0.000113
+libstdc++.so.6 free 0x5571735a9980 void 0.000113
+libstdc++.so.6 free 0x557173582a80 void 0.000115
+libstdc++.so.6 free 0x557173582aa0 void 0.000115
+libstdc++.so.6 free 0x5571735a8e70 void 0.000115
+libstdc++.so.6 free 0x5571735a8e90 void 0.000117
+libstdc++.so.6 free 0x5571735a90c0 void 0.000116
+libstdc++.so.6 free 0x5571735a7ce0 void 0.000114
+libstdc++.so.6 free 0x5571735a7d00 void 0.000116
+libstdc++.so.6 free 0x5571735a7d60 void 0.000114
+libstdc++.so.6 free 0x5571735aeb50 void 0.000114
+libstdc++.so.6 free 0x5571735a9960 void 0.000113
+libstdc++.so.6 free 0x5571735a7c60 void 0.000115
+libstdc++.so.6 free 0x5571735a7c80 void 0.000115
+libstdc++.so.6 free 0x5571735a48a0 void 0.000112
+libstdc++.so.6 free 0x5571735a8910 void 0.000113
+gallium_dri.so free 0x5571735a0bb0 void 0.000116
+gallium_dri.so free 0x5571735ae480 void 0.000115
+libstdc++.so.6 free 0x5571735a9370 void 0.000114
+libstdc++.so.6 free 0x5571735a2530 void 0.000159
+gallium_dri.so free 0x5571735ae6a0 void 0.000158
+gallium_dri.so free 0x5571735ae4e0 void 0.000154
+libstdc++.so.6 free 0x557173583640 void 0.000157
+gallium_dri.so free 0x5571735ae6e0 void 0.000123
+gallium_dri.so free 0x5571735a8360 void 0.000122
+gallium_dri.so free 0x5571735a8800 void 0.000118
+gallium_dri.so free 0x557173582bb0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735a98e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735a9bf0 0.000126
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000124
+libstdc++.so.6 free 0x5571735a98e0 void 0.000123
+libstdc++.so.6 free 0x5571734f6c70 void 0.000122
+libstdc++.so.6 free 0x5571735a9630 void 0.000182
+libstdc++.so.6 free 0x5571735a9680 void 0.000311
+libstdc++.so.6 free 0x5571735a41c0 void 0.000159
+libstdc++.so.6 free 0x5571735a9430 void 0.000159
+libstdc++.so.6 free 0x557173582b10 void 0.000155
+libstdc++.so.6 free 0x5571734f5e30 void 0.000123
+libstdc++.so.6 free 0x55717359efb0 void 0.000125
+libstdc++.so.6 free 0x557173583d70 void 0.000125
+libstdc++.so.6 free 0x5571735a5fa0 void 0.000122
+libstdc++.so.6 free 0x5571735a4920 void 0.000122
+libstdc++.so.6 free 0x5571735a3520 void 0.000123
+libstdc++.so.6 free 0x5571735a5570 void 0.000129
+libstdc++.so.6 free 0x5571735a6a80 void 0.000125
+libstdc++.so.6 free 0x5571735a93b0 void 0.000123
+libstdc++.so.6 free 0x5571735a6e90 void 0.000118
+libstdc++.so.6 free 0x5571735ad5a0 void 0.000112
+libstdc++.so.6 free 0x5571735adac0 void 0.000116
+libstdc++.so.6 free 0x5571735ae020 void 0.000136
+gallium_dri.so free 0x55717358cf80 void 0.000131
+gallium_dri.so free 0x557173584190 void 0.000129
+gallium_dri.so free 0x557173588370 void 0.000129
+gallium_dri.so free 0x5571735a1420 void 0.000129
+gallium_dri.so free 0x557173591790 void 0.000137
+gallium_dri.so free 0x5571735843f0 void 0.000124
+gallium_dri.so free 0x5571735aedd0 void 0.000123
+gallium_dri.so free 0x5571735a64e0 void 0.000128
+gallium_dri.so free 0x5571735a9c90 void 0.000124
+gallium_dri.so free 0x5571735a4ce0 void 0.000118
+gallium_dri.so free 0x55717359afa0 void 0.000135
+gallium_dri.so free 0x5571735a78b0 void 0.000125
+gallium_dri.so free 0x5571735a6450 void 0.000130
+gallium_dri.so free 0x5571735aeb20 void 0.000124
+gallium_dri.so free 0x5571735a0a00 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735a98e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735a9bf0 0.000119
+libstdc++.so.6 free 0x5571735a9bf0 void 0.000118
+libstdc++.so.6 free 0x5571735a98e0 void 0.000124
+libstdc++.so.6 free 0x55717357fda0 void 0.000129
+libstdc++.so.6 free 0x55717359f2c0 void 0.000129
+gallium_dri.so free 0x5571735a9310 void 0.000125
+gallium_dri.so free 0x557173581d60 void 0.000119
+gallium_dri.so free 0x5571734f5060 void 0.000119
+particles malloc 8 0x5571735a98e0 0.000128
+particles malloc 8 0x5571735a9bf0 0.000125
+particles malloc 8 0x5571735a9b90 0.000124
+particles malloc 10 0x5571735a9bb0 0.000130
+particles malloc 9 0x5571735a8bc0 0.000129
+particles malloc 9 0x5571735a4a00 0.000125
+particles malloc 128 0x5571735a8360 0.000119
+particles malloc 128 0x5571735a0a50 0.000123
+particles malloc 5 0x5571735a8970 0.000130
+particles malloc 192 0x5571735a1310 0.000150
+particles free 0x5571735a9bb0 void 0.000132
+particles free 0x5571735a98e0 void 0.000131
+particles malloc 4 0x5571735a98e0 0.000128
+particles malloc 3 0x5571735a9bb0 0.000129
+particles malloc 32 0x557173577c80 0.000124
+particles malloc 2 0x5571735a9310 0.000126
+particles realloc 0x557173577c80|64 0x5571735a0a00 0.000134
+particles free 0x5571735a98e0 void 0.000129
+particles malloc 11 0x5571735a98e0 0.000129
+particles free 0x5571735a98e0 void 0.000131
+particles malloc 32 0x557173577c80 0.000129
+particles malloc 8 0x5571735a98e0 0.000130
+particles free 0x5571735a9b90 void 0.000132
+particles free 0x5571735a9bf0 void 0.000125
+particles free 0x55717359efd0 void 0.000119
+particles malloc 200 0x557173583740 0.000119
+particles free 0x55717357ecc0 void 0.000121
+particles free 0x55717357ebf0 void 0.000124
+particles malloc 304 0x5571735a50e0 0.000129
+particles malloc 304 0x5571735a26f0 0.000130
+particles malloc 304 0x557173586bf0 0.000181
+particles malloc 304 0x557173582f40 0.000179
+particles malloc 304 0x557173582cf0 0.000178
+particles malloc 304 0x5571735a8600 0.000144
+particles malloc 304 0x5571734f5e30 0.000139
+particles malloc 304 0x5571735ae8f0 0.000133
+particles malloc 304 0x5571735a41c0 0.000140
+particles malloc 304 0x5571735a6f50 0.000141
+particles malloc 304 0x5571735865f0 0.000157
+particles malloc 304 0x5571735a4ce0 0.000155
+particles malloc 304 0x5571735a4e20 0.000155
+particles realloc 0x5571735a29b0|512 0x5571735a29b0 0.000145
+particles malloc 304 0x5571735a5440 0.000140
+particles malloc 304 0x5571735a5580 0.000141
+particles malloc 304 0x5571735a56c0 0.000140
+particles malloc 304 0x5571735a9430 0.000140
+particles malloc 304 0x5571735a9570 0.000140
+particles malloc 304 0x5571735a96b0 0.000141
+particles malloc 304 0x557173584500 0.000139
+gallium_dri.so malloc 52 0x5571735a6f10 0.000169
+gallium_dri.so malloc 24 0x5571735a9bf0 0.000161
+particles malloc 80 0x5571735a5830 0.000161
+particles malloc 32 0x55717359efd0 0.000178
+gallium_dri.so malloc 52 0x5571735a0b20 0.000174
+gallium_dri.so malloc 24 0x5571735a9b90 0.000160
+particles malloc 80 0x5571735a9880 0.000159
+gallium_dri.so malloc 52 0x5571735a47e0 0.000172
+gallium_dri.so malloc 24 0x5571735a9bd0 0.000177
+particles malloc 80 0x5571735a2f10 0.000175
+particles free 0x5571734553b0 void 0.000170
+particles free 0x557173462400 void 0.000172
+libX11.so.6 malloc 72 0x5571735a85b0 0.000126
+libX11.so.6 free 0x5571735a85b0 void 0.000129
+libX11.so.6 free 0x55717350f870 void 0.000128
+libX11.so.6 malloc 24 0x5571735aebf0 0.000127
+libxcb.so.1 malloc 32 0x5571734553b0 0.000128
+libxcb.so.1 malloc 16 0x5571735aec40 0.000133
+libX11.so.6 free 0x557173577cd0 void 0.000127
+libxcb.so.1 free 0x5571735aec40 void 0.000123
+libX11.so.6 free 0x5571734553b0 void 0.000126
+particles realloc 0x55717348d480|20000 0x55717348d480 0.000131
+libX11.so.6 malloc 24 0x5571735aec40 0.000126
+libxcb.so.1 malloc 32 0x5571734553b0 0.000122
+libxcb.so.1 malloc 16 0x557173577cd0 0.000119
+libX11.so.6 free 0x5571735aebf0 void 0.000124
+libxcb.so.1 free 0x557173577cd0 void 0.000123
+libX11.so.6 free 0x5571734553b0 void 0.000123
+particles malloc 96 0x5571735a97f0 0.000127
+particles realloc 0x55717348d480|40000 0x557173588370 0.000139
+particles malloc 96 0x5571735a8e10 0.000122
+particles malloc 96 0x5571735a9330 0.000120
+particles malloc 96 0x5571735a8740 0.000120
+particles malloc 96 0x5571734f5f70 0.000126
+particles malloc 96 0x557173584880 0.000125
+particles malloc 96 0x5571735a19d0 0.000124
+particles malloc 96 0x5571735a1a40 0.000123
+particles malloc 96 0x5571735a4300 0.000124
+particles malloc 96 0x5571735a4370 0.000124
+particles malloc 96 0x5571735a7090 0.000125
+particles malloc 96 0x5571735a7100 0.000124
+particles malloc 96 0x557173586730 0.000147
+particles malloc 96 0x5571735867a0 0.000125
+particles malloc 96 0x5571735a4820 0.000125
+particles malloc 96 0x5571735a4890 0.000126
+particles malloc 96 0x5571735a4f60 0.000125
+particles malloc 96 0x5571735a4fd0 0.000124
+particles malloc 96 0x5571735adfc0 0.000122
+particles malloc 96 0x5571735ae030 0.000121
+particles malloc 96 0x5571735ae0a0 0.000124
+particles malloc 96 0x5571735ae110 0.000123
+particles malloc 96 0x5571735ae180 0.000123
+particles malloc 96 0x5571735ae1f0 0.000124
+particles malloc 96 0x5571735ae260 0.000125
+particles malloc 96 0x5571735ae2d0 0.000125
+particles malloc 96 0x5571735ae340 0.000124
+particles malloc 96 0x5571735ae3b0 0.000121
+particles malloc 96 0x5571735ae420 0.000123
+particles malloc 96 0x5571735ae490 0.000121
+particles malloc 96 0x5571735a61b0 0.000126
+particles malloc 96 0x5571735a6220 0.000126
+particles malloc 96 0x5571735a6290 0.000126
+particles malloc 96 0x5571735a6300 0.000121
+particles malloc 96 0x5571735a6370 0.000123
+particles malloc 96 0x5571735a63e0 0.000124
+particles malloc 96 0x5571735a6450 0.000124
+particles malloc 96 0x5571735a64c0 0.000142
+particles malloc 96 0x5571735a6530 0.000127
+particles malloc 96 0x5571735a65a0 0.000123
+particles malloc 96 0x5571735a6610 0.000126
+particles malloc 96 0x5571735a6680 0.000125
+particles malloc 96 0x5571735a66f0 0.000127
+particles malloc 96 0x5571735a6760 0.000126
+particles malloc 96 0x5571735a6840 0.000124
+particles malloc 96 0x5571735a68b0 0.000131
+particles malloc 96 0x5571735a6920 0.000119
+particles malloc 96 0x5571735a6990 0.000120
+particles malloc 96 0x5571735a6a00 0.000120
+particles malloc 96 0x5571735a6a70 0.000120
+particles malloc 96 0x5571735a6ae0 0.000119
+particles malloc 96 0x5571735a6b50 0.000120
+particles malloc 96 0x5571735a6bc0 0.000119
+particles malloc 96 0x5571735a6c30 0.000118
+particles malloc 96 0x5571735a6ca0 0.000120
+particles malloc 96 0x5571735a6d10 0.000118
+particles malloc 96 0x5571735a6d80 0.000118
+particles malloc 96 0x5571735a6df0 0.000119
+particles malloc 96 0x5571735a6e60 0.000121
+particles malloc 96 0x5571735a2ff0 0.000116
+particles malloc 96 0x5571735a3060 0.000120
+particles malloc 96 0x5571735a30d0 0.000119
+particles malloc 96 0x5571735a3140 0.000119
+particles malloc 96 0x5571735a31b0 0.000127
+particles malloc 96 0x5571735a3220 0.000118
+particles malloc 96 0x5571735a3290 0.000120
+particles malloc 96 0x5571735a3300 0.000116
+particles malloc 96 0x5571735a3370 0.000118
+particles malloc 96 0x5571735a33e0 0.000121
+particles malloc 96 0x5571735a3450 0.000117
+particles malloc 96 0x5571735a34c0 0.000119
+particles malloc 96 0x5571735a3530 0.000118
+particles malloc 96 0x5571735a35a0 0.000120
+particles malloc 96 0x5571735a3610 0.000118
+particles malloc 96 0x5571735a3680 0.000117
+particles malloc 96 0x5571735a36f0 0.000118
+particles malloc 96 0x5571735a3760 0.000118
+particles malloc 96 0x5571735a37d0 0.000120
+particles malloc 96 0x5571735a3840 0.000116
+particles malloc 96 0x5571735a38b0 0.000118
+particles malloc 96 0x5571735a3920 0.000121
+particles malloc 96 0x5571735a3990 0.000119
+particles malloc 96 0x5571735a3a00 0.000120
+particles malloc 96 0x5571735a3a70 0.000120
+particles malloc 96 0x5571735a3ae0 0.000116
+particles malloc 96 0x5571735a3b50 0.000118
+particles malloc 96 0x5571735a3bc0 0.000119
+particles malloc 96 0x5571735a3c30 0.000116
+particles malloc 96 0x5571735a3ca0 0.000119
+particles malloc 96 0x5571735a3d10 0.000130
+particles malloc 96 0x5571735a3d80 0.000118
+particles malloc 96 0x5571735a3df0 0.000118
+particles malloc 96 0x557173581d60 0.000118
+particles malloc 96 0x557173581dd0 0.000116
+particles malloc 96 0x557173581e40 0.000115
+particles malloc 96 0x557173581eb0 0.000118
+particles malloc 96 0x557173581f20 0.000116
+particles malloc 96 0x557173581f90 0.000117
+particles malloc 96 0x557173582000 0.000116
+particles malloc 96 0x557173582070 0.000115
+particles malloc 96 0x5571735820e0 0.000115
+particles malloc 96 0x557173582150 0.000114
+particles malloc 96 0x5571735821c0 0.000185
+particles malloc 96 0x557173582230 0.000115
+particles malloc 96 0x5571735822a0 0.000113
+particles malloc 96 0x557173582310 0.000113
+particles malloc 96 0x557173582380 0.000113
+particles malloc 96 0x5571735823f0 0.000112
+particles malloc 96 0x557173582460 0.000113
+particles malloc 96 0x5571735824d0 0.000112
+particles malloc 96 0x557173582540 0.000115
+particles malloc 96 0x5571735825b0 0.000112
+particles malloc 96 0x557173582620 0.000112
+particles malloc 96 0x557173582690 0.000111
+particles malloc 96 0x557173582700 0.000119
+particles malloc 96 0x557173582770 0.000114
+particles malloc 96 0x5571735827e0 0.000120
+particles malloc 96 0x557173582850 0.000113
+particles malloc 96 0x5571735828c0 0.000112
+particles malloc 96 0x557173582930 0.000113
+particles malloc 96 0x5571735829a0 0.000112
+particles malloc 96 0x557173582a10 0.000113
+particles malloc 96 0x557173582a80 0.000112
+particles malloc 96 0x557173582af0 0.000113
+particles malloc 96 0x557173582b60 0.000113
+particles malloc 96 0x557173582bd0 0.000112
+particles malloc 96 0x5571735a73a0 0.000113
+particles malloc 96 0x5571735a7410 0.000112
+particles malloc 96 0x5571735a7480 0.000114
+particles malloc 96 0x5571735a74f0 0.000111
+particles malloc 96 0x5571735a7560 0.000112
+particles malloc 96 0x5571735a75d0 0.000111
+particles malloc 96 0x5571735a7640 0.000111
+particles malloc 96 0x5571735a76b0 0.000111
+particles malloc 96 0x5571735a7720 0.000112
+particles malloc 96 0x5571735a7790 0.000112
+particles malloc 96 0x5571735a7800 0.000112
+particles malloc 96 0x5571735a7870 0.000117
+particles malloc 96 0x5571735a78e0 0.000112
+particles malloc 96 0x5571735a7950 0.000115
+particles malloc 96 0x5571735a79c0 0.000116
+particles malloc 96 0x5571735a7a30 0.000116
+particles malloc 96 0x5571735a7aa0 0.000121
+particles malloc 96 0x5571735a7b10 0.000184
+particles malloc 96 0x5571735a7b80 0.000119
+particles malloc 96 0x5571735a7bf0 0.000116
+particles malloc 96 0x5571735a7c60 0.000115
+particles malloc 96 0x5571735a7cd0 0.000117
+particles malloc 96 0x5571735a7d40 0.000114
+particles malloc 96 0x5571735a7db0 0.000113
+particles malloc 96 0x5571735a7e20 0.000117
+particles malloc 96 0x5571735a7e90 0.000119
+particles malloc 96 0x5571735a7f00 0.000121
+particles malloc 96 0x5571735a7f70 0.000115
+particles malloc 96 0x5571735a7fe0 0.000113
+particles malloc 96 0x5571735a8050 0.000118
+particles malloc 96 0x5571735a80c0 0.000120
+particles malloc 96 0x5571735a8130 0.000115
+particles malloc 96 0x5571735a81a0 0.000111
+particles malloc 96 0x5571735a8210 0.000116
+particles malloc 96 0x5571735a8280 0.000113
+particles malloc 96 0x5571735a82f0 0.000110
+particles malloc 96 0x55717359f2c0 0.000113
+particles malloc 96 0x55717359f330 0.000112
+particles malloc 96 0x55717359f3a0 0.000113
+particles malloc 96 0x55717359f410 0.000111
+particles malloc 96 0x55717359f480 0.000111
+particles malloc 96 0x55717359f4f0 0.000112
+particles malloc 96 0x55717359f560 0.000112
+particles malloc 96 0x55717359f5d0 0.000111
+particles malloc 96 0x55717359f640 0.000121
+particles malloc 96 0x55717359f6b0 0.000115
+particles malloc 96 0x55717359f720 0.000113
+particles malloc 96 0x55717359f790 0.000111
+particles malloc 96 0x55717359f800 0.000178
+particles malloc 96 0x55717359f870 0.000184
+particles malloc 96 0x55717359f8e0 0.000114
+particles malloc 96 0x55717359f950 0.000112
+particles malloc 96 0x55717359f9c0 0.000112
+particles malloc 96 0x55717359fa30 0.000111
+particles malloc 96 0x55717359faa0 0.000113
+particles malloc 96 0x55717359fb10 0.000112
+particles malloc 96 0x55717359fb80 0.000111
+particles malloc 96 0x55717359fbf0 0.000112
+particles malloc 96 0x55717359fc60 0.000112
+particles malloc 96 0x55717359fcd0 0.000115
+particles malloc 96 0x55717359fd40 0.000113
+particles malloc 96 0x55717359fdb0 0.000112
+particles malloc 96 0x55717359fe20 0.000112
+particles malloc 96 0x55717359fe90 0.000111
+particles malloc 96 0x55717359ff00 0.000113
+particles malloc 96 0x55717359ff70 0.000112
+particles malloc 96 0x55717359ffe0 0.000113
+particles malloc 96 0x5571735a0050 0.000114
+particles malloc 96 0x5571735a00c0 0.000113
+particles malloc 96 0x5571735a0130 0.000112
+particles malloc 96 0x5571735a01a0 0.000113
+particles malloc 96 0x5571735a0210 0.000125
+particles malloc 96 0x5571735a0280 0.000114
+particles malloc 96 0x5571735a02f0 0.000112
+particles malloc 96 0x5571735a0360 0.000114
+particles malloc 96 0x5571735a03d0 0.000111
+particles malloc 96 0x5571735a0440 0.000112
+particles malloc 96 0x5571735a04b0 0.000112
+particles malloc 96 0x5571735a0520 0.000111
+particles malloc 96 0x5571735a0590 0.000114
+particles malloc 96 0x5571735a0600 0.000111
+particles malloc 96 0x5571735a0670 0.000112
+particles malloc 96 0x5571735a06e0 0.000112
+particles malloc 96 0x5571735a0750 0.000112
+particles malloc 96 0x5571735a07c0 0.000111
+particles malloc 96 0x5571735a0830 0.000111
+particles malloc 96 0x5571735a08a0 0.000111
+particles malloc 96 0x5571735a0910 0.000112
+particles malloc 96 0x5571735a0980 0.000113
+particles malloc 96 0x5571735a9c10 0.000112
+particles malloc 96 0x5571735a9c80 0.000112
+particles malloc 96 0x5571735a9cf0 0.000112
+particles malloc 96 0x5571735a9d60 0.000112
+particles malloc 96 0x5571735a9dd0 0.000112
+particles malloc 96 0x5571735a9e40 0.000112
+particles malloc 96 0x5571735a9eb0 0.000112
+particles malloc 96 0x5571735a9f20 0.000111
+particles malloc 96 0x5571735a9f90 0.000113
+particles malloc 96 0x5571735aa000 0.000111
+particles malloc 96 0x5571735aa070 0.000163
+particles malloc 96 0x5571735aa0e0 0.000114
+particles malloc 96 0x5571735aa150 0.000112
+particles malloc 96 0x5571735aa1c0 0.000114
+particles malloc 96 0x5571735aa230 0.000113
+particles malloc 96 0x5571735aa2a0 0.000112
+particles malloc 96 0x5571735aa310 0.000111
+particles malloc 96 0x5571735aa380 0.000112
+particles malloc 96 0x5571735aa3f0 0.000111
+particles malloc 96 0x5571735aa460 0.000112
+particles malloc 96 0x5571735aa4d0 0.000114
+particles malloc 96 0x5571735aa540 0.000112
+particles malloc 96 0x5571735aa5b0 0.000112
+particles malloc 96 0x5571735aa620 0.000112
+particles malloc 96 0x5571735aa690 0.000112
+particles malloc 96 0x5571735aa700 0.000112
+particles malloc 96 0x5571735aa770 0.000112
+particles malloc 96 0x5571735aa7e0 0.000112
+particles malloc 96 0x5571735aa850 0.000112
+particles malloc 96 0x5571735aa8c0 0.000113
+particles malloc 96 0x5571735aa930 0.000112
+particles malloc 96 0x5571735aa9a0 0.000113
+particles malloc 96 0x5571735aaa10 0.000113
+particles malloc 96 0x5571735aaa80 0.000112
+particles malloc 96 0x5571735aaaf0 0.000114
+particles malloc 96 0x5571735aab60 0.000112
+particles malloc 96 0x5571735aabd0 0.000111
+particles malloc 96 0x5571735aac40 0.000113
+particles malloc 96 0x5571735aacb0 0.000126
+particles malloc 96 0x5571735aad20 0.000113
+particles malloc 96 0x5571735aad90 0.000111
+particles malloc 96 0x5571735aae00 0.000111
+particles malloc 96 0x5571735aae70 0.000112
+particles malloc 96 0x5571735aaee0 0.000116
+particles malloc 96 0x5571735aaf50 0.000113
+particles malloc 96 0x5571735aafc0 0.000111
+particles malloc 96 0x5571735ab030 0.000113
+libX11.so.6 malloc 24 0x557173577cd0 0.000114
+libxcb.so.1 malloc 32 0x5571734553b0 0.000113
+libxcb.so.1 malloc 16 0x5571735aebf0 0.000113
+libX11.so.6 free 0x5571735aec40 void 0.000115
+libxcb.so.1 free 0x5571735aebf0 void 0.000113
+libX11.so.6 free 0x5571734553b0 void 0.000114
+libX11.so.6 malloc 24 0x5571735aebf0 0.000113
+libxcb.so.1 malloc 32 0x5571734553b0 0.000116
+libxcb.so.1 malloc 16 0x5571735aec40 0.000112
+libX11.so.6 free 0x557173577cd0 void 0.000114
+libxcb.so.1 free 0x5571735aec40 void 0.000112
+libX11.so.6 free 0x5571734553b0 void 0.000115
+libX11.so.6 malloc 24 0x5571735aec40 0.000114
+libxcb.so.1 malloc 32 0x5571734553b0 0.000114
+libxcb.so.1 malloc 16 0x557173577cd0 0.000112
+libX11.so.6 free 0x5571735aebf0 void 0.000118
+libxcb.so.1 free 0x557173577cd0 void 0.000112
+libX11.so.6 free 0x5571734553b0 void 0.000116
+particles malloc 96 0x5571735ab0a0 0.000118
+particles malloc 96 0x5571735ab110 0.000113
+particles malloc 96 0x5571735ab180 0.000112
+particles malloc 96 0x5571735ab1f0 0.000111
+particles malloc 96 0x5571735ab260 0.000112
+particles malloc 96 0x5571735ab2d0 0.000113
+particles malloc 96 0x5571735ab340 0.000112
+particles malloc 96 0x5571735ab3b0 0.000112
+particles malloc 96 0x5571735ab420 0.000111
+particles malloc 96 0x5571735ab490 0.000112
+particles malloc 96 0x5571735ab500 0.000111
+particles malloc 96 0x5571735ab570 0.000113
+particles malloc 96 0x5571735ab5e0 0.000112
+particles malloc 96 0x5571735ab650 0.000111
+particles malloc 96 0x5571735ab6c0 0.000111
+particles malloc 96 0x5571735ab730 0.000111
+particles malloc 96 0x5571735ab7a0 0.000111
+particles malloc 96 0x5571735ab810 0.000112
+particles malloc 96 0x5571735ab880 0.000112
+particles malloc 96 0x5571735ab8f0 0.000113
+particles malloc 96 0x5571735ab960 0.000112
+particles malloc 96 0x5571735ab9d0 0.000112
+particles malloc 96 0x5571735aba40 0.000112
+particles malloc 96 0x5571735abab0 0.000112
+particles malloc 96 0x5571735abb20 0.000111
+particles malloc 96 0x5571735abb90 0.000114
+particles malloc 96 0x5571735abc00 0.000163
+particles malloc 96 0x5571735abc70 0.000118
+particles malloc 96 0x5571735abce0 0.000111
+particles malloc 96 0x5571735abd50 0.000112
+particles malloc 96 0x5571735abdc0 0.000113
+particles malloc 96 0x5571735abe30 0.000111
+particles malloc 96 0x5571735abea0 0.000112
+particles malloc 96 0x5571735abf10 0.000113
+particles malloc 96 0x5571735abf80 0.000111
+particles malloc 96 0x5571735abff0 0.000112
+particles malloc 96 0x5571735ac060 0.000113
+particles malloc 96 0x5571735ac0d0 0.000111
+particles malloc 96 0x5571735ac140 0.000112
+particles malloc 96 0x5571735ac1b0 0.000114
+particles malloc 96 0x5571735ac220 0.000113
+particles malloc 96 0x5571735ac290 0.000113
+particles malloc 96 0x5571735ac300 0.000112
+particles malloc 96 0x5571735ac370 0.000112
+particles malloc 96 0x5571735ac3e0 0.000112
+particles malloc 96 0x5571735ac450 0.000111
+particles malloc 96 0x5571735ac4c0 0.000111
+particles malloc 96 0x5571735ac530 0.000113
+particles malloc 96 0x5571735ac5a0 0.000116
+particles malloc 96 0x5571735ac610 0.000113
+particles malloc 96 0x5571735ac680 0.000112
+particles malloc 96 0x5571735ac6f0 0.000112
+particles malloc 96 0x5571735ac760 0.000112
+particles malloc 96 0x5571735ac7d0 0.000112
+particles malloc 96 0x5571735ac840 0.000126
+particles malloc 96 0x5571735ac8b0 0.000114
+particles malloc 96 0x5571735ac920 0.000113
+particles malloc 96 0x5571735ac990 0.000111
+particles malloc 96 0x5571735aca00 0.000141
+particles malloc 96 0x5571735aca70 0.000114
+particles malloc 96 0x5571735acae0 0.000111
+particles malloc 96 0x5571735acb50 0.000112
+particles malloc 96 0x5571735acbc0 0.000113
+particles malloc 96 0x5571735acc30 0.000111
+particles malloc 96 0x5571735acca0 0.000112
+particles malloc 96 0x5571735acd10 0.000112
+particles malloc 96 0x5571735acd80 0.000111
+particles malloc 96 0x5571735acdf0 0.000111
+particles malloc 96 0x5571735ace60 0.000112
+particles malloc 96 0x5571735aced0 0.000111
+particles malloc 96 0x5571735acf40 0.000113
+particles malloc 96 0x5571735acfb0 0.000112
+particles malloc 96 0x5571735ad020 0.000111
+particles malloc 96 0x5571735ad090 0.000111
+particles malloc 96 0x5571735ad100 0.000111
+particles malloc 96 0x5571735ad170 0.000112
+particles malloc 96 0x5571735ad1e0 0.000112
+particles malloc 96 0x5571735ad250 0.000112
+particles malloc 96 0x5571735ad2c0 0.000113
+particles malloc 96 0x5571735ad330 0.000112
+particles malloc 96 0x5571735ad3a0 0.000112
+particles malloc 96 0x5571735ad410 0.000114
+particles malloc 96 0x5571735ad480 0.000125
+particles malloc 96 0x5571735ad4f0 0.000113
+particles malloc 96 0x5571735ad560 0.000115
+particles malloc 96 0x5571735ad5d0 0.000112
+particles malloc 96 0x5571735ad640 0.000111
+particles malloc 96 0x5571735ad6b0 0.000113
+particles malloc 96 0x5571735ad720 0.000112
+particles malloc 96 0x5571735ad790 0.000112
+particles malloc 96 0x5571735ad800 0.000112
+particles malloc 96 0x5571735ad870 0.000111
+particles malloc 96 0x5571735ad8e0 0.000112
+particles malloc 96 0x5571735ad950 0.000112
+particles malloc 96 0x5571735ad9c0 0.000111
+particles malloc 96 0x5571735ada30 0.000113
+particles malloc 96 0x5571735adaa0 0.000113
+particles malloc 96 0x55717348d480 0.000117
+particles malloc 96 0x55717348d4f0 0.000112
+particles malloc 96 0x55717348d560 0.000112
+particles malloc 96 0x55717348d5d0 0.000115
+particles malloc 96 0x55717348d640 0.000111
+particles malloc 96 0x55717348d6b0 0.000111
+particles malloc 96 0x55717348d720 0.000111
+particles malloc 96 0x55717348d790 0.000112
+particles malloc 96 0x55717348d800 0.000111
+particles malloc 96 0x55717348d870 0.000113
+particles malloc 96 0x55717348d8e0 0.000112
+particles malloc 96 0x55717348d950 0.000112
+particles malloc 96 0x55717348d9c0 0.000111
+particles malloc 96 0x55717348da30 0.000120
+particles malloc 96 0x55717348daa0 0.000112
+particles malloc 96 0x55717348db10 0.000114
+particles malloc 96 0x55717348db80 0.000112
+particles malloc 96 0x55717348dbf0 0.000113
+particles malloc 96 0x55717348dc60 0.000112
+particles malloc 96 0x55717348dcd0 0.000112
+particles malloc 96 0x55717348dd40 0.000112
+particles malloc 96 0x55717348ddb0 0.000113
+particles malloc 96 0x55717348de20 0.000112
+particles malloc 96 0x55717348de90 0.000112
+particles malloc 96 0x55717348df00 0.000118
+particles malloc 96 0x55717348df70 0.000113
+particles malloc 96 0x55717348dfe0 0.000114
+particles malloc 96 0x55717348e050 0.000112
+particles malloc 96 0x55717348e0c0 0.000111
+particles malloc 96 0x55717348e130 0.000112
+particles malloc 96 0x55717348e1a0 0.000112
+particles malloc 96 0x55717348e210 0.000113
+particles malloc 96 0x55717348e280 0.000111
+particles malloc 96 0x55717348e2f0 0.000113
+particles malloc 96 0x55717348e360 0.000112
+particles malloc 96 0x55717348e3d0 0.000112
+particles malloc 96 0x55717348e440 0.000112
+particles malloc 96 0x55717348e4b0 0.000112
+particles malloc 96 0x55717348e520 0.000113
+particles malloc 96 0x55717348e590 0.000112
+particles malloc 96 0x55717348e600 0.000135
+particles malloc 96 0x55717348e670 0.000115
+particles malloc 96 0x55717348e6e0 0.000113
+particles malloc 96 0x55717348e750 0.000111
+particles malloc 96 0x55717348e7c0 0.000112
+particles malloc 96 0x55717348e830 0.000112
+particles malloc 96 0x55717348e8a0 0.000113
+particles malloc 96 0x55717348e910 0.000112
+particles malloc 96 0x55717348e980 0.000112
+particles malloc 96 0x55717348e9f0 0.000111
+particles malloc 96 0x55717348ea60 0.000112
+particles malloc 96 0x55717348ead0 0.000112
+particles malloc 96 0x55717348eb40 0.000112
+particles malloc 96 0x55717348ebb0 0.000112
+particles malloc 96 0x55717348ec20 0.000113
+particles malloc 96 0x55717348ec90 0.000112
+particles malloc 96 0x55717348ed00 0.000113
+particles malloc 96 0x55717348ed70 0.000112
+particles malloc 96 0x55717348ede0 0.000113
+particles malloc 96 0x55717348ee50 0.000113
+particles malloc 96 0x55717348eec0 0.000113
+particles malloc 96 0x55717348ef30 0.000113
+particles malloc 96 0x55717348efa0 0.000112
+particles malloc 96 0x55717348f010 0.000112
+particles malloc 96 0x55717348f080 0.000112
+particles malloc 96 0x55717348f0f0 0.000111
+particles malloc 96 0x55717348f160 0.000113
+particles malloc 96 0x55717348f1d0 0.000113
+particles malloc 96 0x55717348f240 0.000136
+particles malloc 96 0x55717348f2b0 0.000114
+particles malloc 96 0x55717348f320 0.000116
+particles malloc 96 0x55717348f390 0.000113
+particles malloc 96 0x55717348f400 0.000113
+particles malloc 96 0x55717348f470 0.000112
+particles malloc 96 0x55717348f4e0 0.000112
+particles malloc 96 0x55717348f550 0.000113
+particles malloc 96 0x55717348f5c0 0.000112
+particles malloc 96 0x55717348f630 0.000112
+particles malloc 96 0x55717348f6a0 0.000113
+particles malloc 96 0x55717348f710 0.000112
+particles malloc 96 0x55717348f780 0.000111
+particles malloc 96 0x55717348f7f0 0.000112
+particles malloc 96 0x55717348f860 0.000112
+particles malloc 96 0x55717348f8d0 0.000112
+particles malloc 96 0x55717348f940 0.000111
+particles malloc 96 0x55717348f9b0 0.000113
+particles malloc 96 0x55717348fa20 0.000111
+particles malloc 96 0x55717348fa90 0.000112
+particles malloc 96 0x55717348fb00 0.000113
+particles malloc 96 0x55717348fb70 0.000111
+particles malloc 96 0x55717348fbe0 0.000113
+particles malloc 96 0x55717348fc50 0.000112
+particles malloc 96 0x55717348fcc0 0.000112
+particles malloc 96 0x55717348fd30 0.000112
+particles malloc 96 0x55717348fda0 0.000112
+particles malloc 96 0x55717348fe10 0.000112
+particles malloc 96 0x55717348fe80 0.000174
+particles malloc 96 0x55717348fef0 0.000118
+particles malloc 96 0x55717348ff60 0.000113
+particles malloc 96 0x55717348ffd0 0.000112
+particles malloc 96 0x557173490040 0.000113
+particles malloc 96 0x5571734900b0 0.000112
+particles malloc 96 0x557173490120 0.000111
+particles malloc 96 0x557173490190 0.000112
+particles malloc 96 0x557173490200 0.000115
+particles malloc 96 0x557173490270 0.000112
+particles malloc 96 0x5571734902e0 0.000112
+particles malloc 96 0x557173490350 0.000112
+particles malloc 96 0x5571734903c0 0.000111
+particles malloc 96 0x557173490430 0.000115
+particles malloc 96 0x5571734904a0 0.000112
+particles malloc 96 0x557173490510 0.000113
+particles malloc 96 0x557173490580 0.000112
+particles malloc 96 0x5571734905f0 0.000112
+particles malloc 96 0x557173490660 0.000114
+particles malloc 96 0x5571734906d0 0.000114
+particles malloc 96 0x557173490740 0.000112
+particles malloc 96 0x5571734907b0 0.000112
+particles malloc 96 0x557173490820 0.000114
+particles malloc 96 0x557173490890 0.000112
+particles malloc 96 0x557173490900 0.000113
+particles malloc 96 0x557173490970 0.000112
+particles malloc 96 0x5571734909e0 0.000112
+particles malloc 96 0x557173490a50 0.000120
+particles malloc 96 0x557173490ac0 0.000113
+particles malloc 96 0x557173490b30 0.000112
+particles malloc 96 0x557173490ba0 0.000113
+particles malloc 96 0x557173490c10 0.000111
+particles malloc 96 0x557173490c80 0.000112
+particles malloc 96 0x557173490cf0 0.000112
+particles malloc 96 0x557173490d60 0.000112
+particles malloc 96 0x557173490dd0 0.000111
+particles malloc 96 0x557173490e40 0.000111
+particles malloc 96 0x557173490eb0 0.000114
+particles malloc 96 0x557173490f20 0.000112
+particles malloc 96 0x557173490f90 0.000112
+particles malloc 96 0x557173491000 0.000112
+particles malloc 96 0x557173491070 0.000111
+particles malloc 96 0x5571734910e0 0.000112
+particles malloc 96 0x557173491150 0.000112
+particles malloc 96 0x5571734911c0 0.000117
+particles malloc 96 0x557173491230 0.000114
+particles malloc 96 0x5571734912a0 0.000112
+particles malloc 96 0x557173491310 0.000111
+particles malloc 96 0x557173491380 0.000112
+particles malloc 96 0x5571734913f0 0.000110
+particles malloc 96 0x557173491460 0.000112
+particles malloc 96 0x5571734914d0 0.000112
+particles malloc 96 0x557173491540 0.000112
+particles malloc 96 0x5571734915b0 0.000113
+particles malloc 96 0x557173491620 0.000112
+particles malloc 96 0x557173491690 0.000123
+particles malloc 96 0x557173491700 0.000114
+particles malloc 96 0x557173491770 0.000113
+particles malloc 96 0x5571734917e0 0.000112
+particles malloc 96 0x557173491850 0.000113
+particles malloc 96 0x5571734918c0 0.000112
+particles malloc 96 0x557173491930 0.000112
+particles malloc 96 0x5571734919a0 0.000112
+particles malloc 96 0x557173491a10 0.000111
+particles malloc 96 0x557173491a80 0.000113
+particles malloc 96 0x557173491af0 0.000112
+particles malloc 96 0x557173491b60 0.000112
+particles malloc 96 0x557173491bd0 0.000112
+particles malloc 96 0x557173491c40 0.000112
+particles malloc 96 0x557173491cb0 0.000113
+particles malloc 96 0x557173491d20 0.000112
+particles malloc 96 0x557173491d90 0.000113
+particles malloc 96 0x557173491e00 0.000111
+particles malloc 96 0x557173491e70 0.000112
+particles malloc 96 0x557173491ee0 0.000117
+particles malloc 96 0x557173491f50 0.000113
+particles malloc 96 0x557173491fc0 0.000111
+particles malloc 96 0x557173492030 0.000112
+particles malloc 96 0x5571734920a0 0.000112
+particles malloc 96 0x557173492110 0.000112
+particles malloc 96 0x557173492180 0.000111
+particles malloc 96 0x5571734921f0 0.000112
+particles malloc 96 0x557173492260 0.000113
+particles malloc 96 0x5571734922d0 0.000121
+particles malloc 96 0x557173492340 0.000114
+particles malloc 96 0x5571734923b0 0.000112
+particles malloc 96 0x557173492420 0.000111
+particles malloc 96 0x557173492490 0.000113
+particles malloc 96 0x557173492500 0.000112
+particles malloc 96 0x557173492570 0.000112
+particles malloc 96 0x5571734925e0 0.000112
+particles malloc 96 0x557173492650 0.000112
+particles malloc 96 0x5571734926c0 0.000112
+particles malloc 96 0x557173492730 0.000111
+particles malloc 96 0x5571734927a0 0.000112
+particles malloc 96 0x557173492810 0.000113
+particles malloc 96 0x557173492880 0.000112
+particles malloc 96 0x5571734928f0 0.000115
+particles malloc 96 0x557173492960 0.000113
+particles malloc 96 0x5571734929d0 0.000112
+particles malloc 32 0x5571734553b0 0.000114
+particles malloc 32 0x5571735aeb70 0.000113
+particles malloc 80 0x5571735a4410 0.000113
+particles realloc 0x5571735a4410|160 0x557173492a40 0.000120
+particles realloc 0x557173492a40|320 0x557173492a40 0.000117
+particles malloc 32 0x5571735aebc0 0.000112
+particles malloc 32 0x5571735aec10 0.000115
+particles malloc 48 0x5571735a2420 0.000111
+particles realloc 0x557173492a40|640 0x557173492a40 0.000116
+particles realloc 0x5571735a2420|96 0x557173492cd0 0.000117
+particles realloc 0x5571735aec10|64 0x5571735a90c0 0.000117
+particles realloc 0x557173492cd0|192 0x557173492cd0 0.000130
+particles realloc 0x557173492a40|1280 0x557173492da0 0.000118
+particles realloc 0x5571735a90c0|128 0x5571734932b0 0.000117
+particles realloc 0x557173492cd0|384 0x557173493340 0.000121
+particles realloc 0x557173492da0|2560 0x5571734934d0 0.000117
+particles realloc 0x5571734932b0|256 0x557173492da0 0.000118
+particles realloc 0x557173493340|768 0x557173492eb0 0.000117
+particles realloc 0x5571734934d0|5120 0x5571734934d0 0.000118
+particles realloc 0x557173492da0|512 0x5571734948e0 0.000118
+particles realloc 0x557173492eb0|1536 0x557173494af0 0.000118
+particles realloc 0x5571734934d0|10240 0x557173591fc0 0.000118
+particles realloc 0x5571734948e0|1024 0x5571734934d0 0.000118
+particles realloc 0x557173494af0|3072 0x5571734938e0 0.000118
+particles realloc 0x557173591fc0|20480 0x557173591fc0 0.000120
+particles realloc 0x5571734934d0|2048 0x5571734944f0 0.000118
+particles realloc 0x5571734938e0|6144 0x557173596fd0 0.000121
+particles realloc 0x557173591fc0|40960 0x5571735aed30 0.000127
+particles realloc 0x5571734944f0|4096 0x557173591fc0 0.000125
+particles realloc 0x557173596fd0|12288 0x557173596fd0 0.000132
+particles realloc 0x5571735aed30|81920 0x5571735aed30 0.000140
+particles realloc 0x557173591fc0|8192 0x557173591fc0 0.000117
+particles realloc 0x557173596fd0|24576 0x557173596fd0 0.000124
+particles realloc 0x5571735aed30|163840 0x7fa4795fd010 0.000187
+particles realloc 0x557173591fc0|16384 0x557173591fc0 0.000124
+particles realloc 0x557173596fd0|49152 0x5571735aed30 0.000175
+particles realloc 0x7fa4795fd010|327680 0x7fa4795ac010 0.000146
+particles realloc 0x557173591fc0|32768 0x557173591fc0 0.000119
+particles realloc 0x5571735aed30|98304 0x5571735aed30 0.000119
+particles realloc 0x7fa4795ac010|655360 0x7fa47950b010 0.000146
+particles realloc 0x557173591fc0|65536 0x5571735c6d40 0.000149
+particles realloc 0x5571735aed30|196608 0x7fa4795f5010 0.000172
+particles realloc 0x7fa47950b010|1310720 0x7fa4793ca010 0.000147
+particles realloc 0x5571735c6d40|131072 0x5571735c6d40 0.000119
+particles realloc 0x7fa4795f5010|393216 0x7fa479594010 0.000141
+particles realloc 0x7fa4793ca010|2621440 0x7fa479149010 0.000152
+particles realloc 0x5571735c6d40|262144 0x7fa479553010 0.000219
+particles realloc 0x7fa479594010|786432 0x7fa479492010 0.000186
+particles malloc 32 0x5571735aec10 0.000194
+particles malloc 32 0x5571735aec60 0.000148
+particles malloc 171096 0x7fa4795fc010 0.000188
+particles malloc 8 0x557173577cd0 0.000118
+particles malloc 8 0x5571735aebf0 0.000112
+particles malloc 32 0x5571735aecb0 0.000111
+particles malloc 16 0x5571735aec90 0.000111
+particles malloc 16 0x5571735aece0 0.000113
+gallium_dri.so malloc 48 0x5571735a2420 0.000114
+gallium_dri.so malloc 240 0x557173583640 0.000116
+gallium_dri.so malloc 80 0x5571735a4410 0.000114
+gallium_dri.so malloc 1392 0x5571734938e0 0.000114
+gallium_dri.so malloc 80 0x557173554eb0 0.000113
+gallium_dri.so malloc 104 0x5571734931c0 0.000115
+gallium_dri.so malloc 168 0x557173492da0 0.000112
+gallium_dri.so malloc 48 0x5571735a2460 0.000112
+gallium_dri.so malloc 2128 0x557173493e60 0.000114
+gallium_dri.so malloc 2128 0x5571734946c0 0.000112
+gallium_dri.so malloc 49 0x5571735a2f70 0.000112
+gallium_dri.so malloc 49 0x5571735a2fb0 0.000111
+gallium_dri.so realloc 0x5571735a2fb0|53 0x5571735a2fb0 0.000129
+gallium_dri.so realloc 0x5571735a2fb0|59 0x5571735a2960 0.000117
+gallium_dri.so realloc 0x5571735a2960|65 0x5571735a2960 0.000120
+gallium_dri.so realloc 0x5571735a2960|71 0x5571735a2960 0.000117
+gallium_dri.so realloc 0x5571735a2960|77 0x557173583d30 0.000118
+gallium_dri.so realloc 0x557173583d30|83 0x557173583d30 0.000116
+gallium_dri.so realloc 0x557173583d30|92 0x557173493230 0.000117
+gallium_dri.so realloc 0x557173493230|105 0x557173493230 0.000116
+gallium_dri.so malloc 256 0x5571735843f0 0.000112
+gallium_dri.so malloc 256 0x5571735a1420 0.000112
+gallium_dri.so malloc 256 0x557173584190 0.000114
+gallium_dri.so malloc 256 0x5571735a8800 0.000111
+gallium_dri.so malloc 304 0x557173494f20 0.000113
+gallium_dri.so malloc 192 0x557173492cd0 0.000115
+libstdc++.so.6 malloc 8 0x5571735a9860 0.000114
+gallium_dri.so malloc 104 0x557173495060 0.000113
+gallium_dri.so malloc 168 0x5571734950d0 0.000111
+libstdc++.so.6 malloc 8 0x5571735aeba0 0.000119
+gallium_dri.so malloc 104 0x557173495180 0.000122
+gallium_dri.so malloc 168 0x5571734951f0 0.000121
+libstdc++.so.6 malloc 8 0x5571735a5ca0 0.000123
+gallium_dri.so malloc 104 0x5571734952a0 0.000122
+gallium_dri.so malloc 168 0x557173495310 0.000118
+gallium_dri.so malloc 49 0x5571735a2fb0 0.000118
+gallium_dri.so malloc 216 0x5571735858f0 0.000128
+gallium_dri.so free 0x557173492da0 void 0.000196
+gallium_dri.so malloc 360 0x557173591fc0 0.000130
+gallium_dri.so free 0x5571735858f0 void 0.000125
+gallium_dri.so malloc 504 0x5571735adb70 0.000125
+gallium_dri.so free 0x557173591fc0 void 0.000126
+gallium_dri.so malloc 1080 0x557173592430 0.000128
+gallium_dri.so free 0x5571735adb70 void 0.000124
+gallium_dri.so malloc 2128 0x557173592870 0.000128
+gallium_dri.so malloc 1800 0x5571735931a0 0.000126
+gallium_dri.so free 0x557173592430 void 0.000126
+gallium_dri.so malloc 192 0x55717350f870 0.000127
+gallium_dri.so malloc 68 0x5571735a85b0 0.000126
+gallium_dri.so malloc 256 0x5571735a5330 0.000124
+gallium_dri.so malloc 256 0x5571735a99c0 0.000124
+gallium_dri.so malloc 192 0x55717357ebf0 0.000273
+gallium_dri.so malloc 78 0x557173583d30 0.000326
+gallium_dri.so malloc 256 0x55717359ee20 0.000195
+gallium_dri.so malloc 256 0x557173592640 0.000135
+gallium_dri.so malloc 192 0x55717357ecc0 0.000130
+gallium_dri.so malloc 80 0x557173492e50 0.000130
+gallium_dri.so malloc 256 0x5571735938b0 0.000130
+gallium_dri.so malloc 256 0x5571735939c0 0.000137
+gallium_dri.so malloc 192 0x557173593ad0 0.000124
+gallium_dri.so malloc 72 0x5571735adb20 0.000124
+gallium_dri.so malloc 256 0x557173593bf0 0.000132
+gallium_dri.so malloc 256 0x557173593d00 0.000126
+gallium_dri.so malloc 192 0x557173593e10 0.000127
+gallium_dri.so malloc 66 0x5571735add70 0.000124
+gallium_dri.so malloc 256 0x557173593f30 0.000127
+gallium_dri.so malloc 256 0x557173594040 0.000124
+gallium_dri.so malloc 192 0x557173594150 0.000126
+gallium_dri.so malloc 80 0x557173582c40 0.000125
+gallium_dri.so malloc 256 0x557173594250 0.000125
+gallium_dri.so malloc 256 0x557173594360 0.000125
+gallium_dri.so malloc 192 0x557173594470 0.000125
+gallium_dri.so malloc 78 0x5571735848f0 0.000125
+gallium_dri.so malloc 256 0x557173594570 0.000125
+gallium_dri.so malloc 256 0x557173594680 0.000124
+gallium_dri.so malloc 192 0x557173594790 0.000126
+gallium_dri.so malloc 68 0x557173580140 0.000123
+gallium_dri.so malloc 256 0x5571735948b0 0.000124
+gallium_dri.so malloc 256 0x5571735949c0 0.000126
+gallium_dri.so malloc 192 0x557173594ad0 0.000124
+gallium_dri.so malloc 256 0x557173594bf0 0.000126
+gallium_dri.so malloc 256 0x557173594d00 0.000124
+gallium_dri.so malloc 192 0x557173594e10 0.000123
+gallium_dri.so malloc 65 0x5571735a52e0 0.000142
+gallium_dri.so malloc 256 0x557173594f30 0.000133
+gallium_dri.so malloc 256 0x557173595040 0.000131
+gallium_dri.so malloc 192 0x557173595150 0.000129
+gallium_dri.so malloc 67 0x5571735a5090 0.000131
+gallium_dri.so malloc 256 0x557173595270 0.000130
+gallium_dri.so malloc 256 0x557173595380 0.000137
+gallium_dri.so malloc 192 0x557173595490 0.000137
+gallium_dri.so malloc 68 0x5571735a67f0 0.000136
+gallium_dri.so malloc 256 0x5571735955b0 0.000138
+gallium_dri.so malloc 256 0x5571735956c0 0.000137
+gallium_dri.so malloc 192 0x5571735957d0 0.000138
+gallium_dri.so malloc 120 0x5571735a0b60 0.000138
+gallium_dri.so malloc 104 0x5571735958f0 0.000133
+gallium_dri.so malloc 168 0x557173492da0 0.000130
+gallium_dri.so malloc 80 0x5571734f5fe0 0.000131
+gallium_dri.so malloc 65 0x557173595960 0.000131
+gallium_dri.so malloc 67 0x5571735959b0 0.000130
+gallium_dri.so malloc 192 0x557173595a00 0.000130
+gallium_dri.so malloc 73 0x5571735a8910 0.000131
+gallium_dri.so malloc 840 0x5571735a2bc0 0.000131
+gallium_dri.so malloc 80 0x55717352c9d0 0.000131
+gallium_dri.so malloc 65 0x557173595b00 0.000129
+gallium_dri.so malloc 67 0x557173595b50 0.000145
+gallium_dri.so malloc 192 0x557173595ba0 0.000125
+gallium_dri.so malloc 73 0x557173595c70 0.000123
+gallium_dri.so malloc 1560 0x557173595d00 0.000126
+gallium_dri.so malloc 192 0x557173592780 0.000119
+gallium_dri.so malloc 67 0x557173596320 0.000117
+gallium_dri.so malloc 144 0x5571734f5060 0.000118
+gallium_dri.so malloc 192 0x5571735963a0 0.000122
+gallium_dri.so malloc 68 0x557173596470 0.000120
+gallium_dri.so malloc 144 0x5571734f7240 0.000163
+gallium_dri.so malloc 192 0x557173596510 0.000177
+gallium_dri.so malloc 77 0x5571735965e0 0.000126
+gallium_dri.so malloc 144 0x5571734f6fd0 0.000123
+gallium_dri.so malloc 192 0x5571735966a0 0.000126
+gallium_dri.so malloc 2128 0x557173596770 0.000121
+gallium_dri.so malloc 120 0x5571735a1810 0.000119
+gallium_dri.so malloc 192 0x557173597020 0.000118
+gallium_dri.so malloc 74 0x5571735970f0 0.000119
+gallium_dri.so malloc 144 0x5571734f70f0 0.000117
+gallium_dri.so malloc 192 0x5571735971b0 0.000118
+gallium_dri.so malloc 75 0x557173597280 0.000117
+gallium_dri.so malloc 144 0x557173597340 0.000117
+gallium_dri.so malloc 192 0x5571735973e0 0.000117
+gallium_dri.so malloc 84 0x5571735974b0 0.000117
+gallium_dri.so malloc 144 0x557173597570 0.000124
+gallium_dri.so malloc 192 0x557173597610 0.000113
+gallium_dri.so malloc 76 0x5571735976e0 0.000113
+gallium_dri.so malloc 144 0x5571735977a0 0.000111
+gallium_dri.so malloc 192 0x557173597840 0.000110
+gallium_dri.so malloc 77 0x557173597910 0.000111
+gallium_dri.so malloc 144 0x5571735979d0 0.000110
+gallium_dri.so malloc 192 0x557173597a70 0.000110
+gallium_dri.so malloc 86 0x557173597b40 0.000110
+gallium_dri.so malloc 144 0x557173597c00 0.000111
+gallium_dri.so malloc 192 0x557173597ca0 0.000111
+gallium_dri.so malloc 83 0x557173597d70 0.000110
+gallium_dri.so malloc 144 0x557173597e30 0.000111
+gallium_dri.so malloc 192 0x557173597ed0 0.000109
+gallium_dri.so malloc 84 0x557173597fa0 0.000111
+gallium_dri.so malloc 3672 0x557173598060 0.000111
+gallium_dri.so free 0x5571735931a0 void 0.000112
+gallium_dri.so malloc 144 0x5571735931a0 0.000112
+gallium_dri.so malloc 192 0x557173593240 0.000112
+gallium_dri.so malloc 93 0x557173593310 0.000111
+gallium_dri.so malloc 144 0x5571735933f0 0.000111
+gallium_dri.so malloc 192 0x557173593490 0.000113
+gallium_dri.so malloc 72 0x5571735935b0 0.000113
+gallium_dri.so malloc 192 0x557173593600 0.000112
+gallium_dri.so malloc 72 0x557173593720 0.000111
+gallium_dri.so malloc 192 0x557173593770 0.000113
+gallium_dri.so malloc 74 0x557173593840 0.000113
+gallium_dri.so malloc 72 0x557173598f20 0.000113
+gallium_dri.so malloc 80 0x557173598f70 0.000126
+gallium_dri.so malloc 65 0x557173598fd0 0.000118
+gallium_dri.so malloc 66 0x557173599020 0.000117
+gallium_dri.so malloc 216 0x5571735858f0 0.000118
+gallium_dri.so free 0x557173492da0 void 0.000118
+gallium_dri.so malloc 192 0x557173599070 0.000117
+gallium_dri.so malloc 65 0x557173599140 0.000117
+gallium_dri.so malloc 816 0x5571735991e0 0.000117
+gallium_dri.so malloc 192 0x557173599520 0.000117
+gallium_dri.so malloc 72 0x5571735995f0 0.000117
+gallium_dri.so malloc 816 0x557173599690 0.000118
+gallium_dri.so malloc 192 0x5571735999d0 0.000118
+gallium_dri.so malloc 74 0x557173599aa0 0.000118
+gallium_dri.so malloc 816 0x557173599b60 0.000118
+gallium_dri.so malloc 192 0x557173599ea0 0.000117
+gallium_dri.so malloc 81 0x557173599f70 0.000117
+gallium_dri.so malloc 816 0x55717359a030 0.000118
+gallium_dri.so malloc 80 0x55717359a370 0.000121
+gallium_dri.so malloc 65 0x55717359a3d0 0.000117
+gallium_dri.so malloc 66 0x55717359a420 0.000116
+gallium_dri.so malloc 192 0x55717359a470 0.000117
+gallium_dri.so malloc 240 0x5571735a2530 0.000118
+gallium_dri.so malloc 192 0x55717359a590 0.000118
+gallium_dri.so malloc 216 0x557173586110 0.000117
+gallium_dri.so malloc 192 0x55717359a6b0 0.000118
+gallium_dri.so malloc 65 0x55717359a780 0.000117
+gallium_dri.so malloc 168 0x557173492da0 0.000161
+gallium_dri.so malloc 192 0x55717359a820 0.000120
+gallium_dri.so malloc 168 0x55717359a940 0.000118
+gallium_dri.so malloc 80 0x55717359a9f0 0.000117
+gallium_dri.so malloc 85 0x55717359aa50 0.000117
+gallium_dri.so malloc 66 0x55717359aab0 0.000118
+gallium_dri.so malloc 360 0x557173591fc0 0.000117
+gallium_dri.so free 0x5571735858f0 void 0.000117
+gallium_dri.so malloc 192 0x55717359ab00 0.000118
+gallium_dri.so malloc 2352 0x55717359ac20 0.000119
+gallium_dri.so malloc 192 0x55717359b560 0.000118
+gallium_dri.so malloc 74 0x55717359b630 0.000118
+gallium_dri.so malloc 72 0x55717359b6f0 0.000118
+gallium_dri.so malloc 192 0x55717359b740 0.000117
+gallium_dri.so malloc 73 0x55717359b810 0.000118
+gallium_dri.so malloc 72 0x55717359b8d0 0.000119
+gallium_dri.so malloc 80 0x55717359b920 0.000117
+gallium_dri.so malloc 77 0x55717359b980 0.000116
+gallium_dri.so malloc 66 0x55717359b9e0 0.000117
+gallium_dri.so malloc 192 0x55717359ba30 0.000119
+gallium_dri.so malloc 69 0x55717359bb00 0.000117
+gallium_dri.so malloc 624 0x5571735249c0 0.000116
+gallium_dri.so malloc 192 0x55717359bba0 0.000119
+gallium_dri.so malloc 68 0x55717359bc70 0.000117
+gallium_dri.so malloc 624 0x55717350ea90 0.000118
+gallium_dri.so malloc 192 0x55717359bd10 0.000118
+gallium_dri.so malloc 67 0x55717359bde0 0.000127
+gallium_dri.so malloc 240 0x55717359be80 0.000114
+gallium_dri.so malloc 192 0x55717359bf80 0.000112
+gallium_dri.so malloc 240 0x55717359c0a0 0.000114
+gallium_dri.so malloc 192 0x55717359c1a0 0.000111
+gallium_dri.so malloc 2128 0x55717359c270 0.000112
+gallium_dri.so malloc 240 0x55717359cb20 0.000111
+gallium_dri.so malloc 192 0x55717359cc20 0.000113
+gallium_dri.so malloc 240 0x55717359cd40 0.000112
+gallium_dri.so malloc 192 0x55717359ce40 0.000112
+gallium_dri.so malloc 240 0x55717359cf60 0.000115
+gallium_dri.so malloc 192 0x55717359d060 0.000112
+gallium_dri.so malloc 240 0x55717359d180 0.000111
+gallium_dri.so malloc 192 0x55717359d280 0.000110
+gallium_dri.so malloc 240 0x55717359d3a0 0.000112
+gallium_dri.so malloc 192 0x55717359d4a0 0.000112
+gallium_dri.so malloc 240 0x55717359d5c0 0.000113
+gallium_dri.so malloc 192 0x55717359d6c0 0.000110
+gallium_dri.so malloc 240 0x55717359d7e0 0.000111
+gallium_dri.so malloc 192 0x55717359d8e0 0.000112
+gallium_dri.so malloc 168 0x55717359da00 0.000111
+gallium_dri.so malloc 80 0x55717359dab0 0.000112
+gallium_dri.so malloc 65 0x55717359db10 0.000112
+gallium_dri.so malloc 66 0x55717359db60 0.000111
+gallium_dri.so malloc 192 0x55717359dbb0 0.000115
+gallium_dri.so malloc 192 0x55717359dcd0 0.000112
+gallium_dri.so malloc 192 0x55717359ddf0 0.000112
+gallium_dri.so malloc 192 0x55717359df10 0.000112
+gallium_dri.so malloc 66 0x55717359dfe0 0.000124
+gallium_dri.so malloc 192 0x55717359e080 0.000121
+gallium_dri.so malloc 192 0x55717359e1a0 0.000119
+gallium_dri.so malloc 192 0x55717359e2c0 0.000118
+gallium_dri.so malloc 192 0x55717359e3e0 0.000118
+gallium_dri.so malloc 192 0x55717359e500 0.000117
+gallium_dri.so malloc 192 0x55717359e620 0.000118
+gallium_dri.so malloc 144 0x55717359e740 0.000118
+gallium_dri.so malloc 53 0x55717359e7e0 0.000124
+gallium_dri.so malloc 184 0x557173586d30 0.000119
+gallium_dri.so malloc 96 0x55717359e870 0.000117
+gallium_dri.so malloc 96 0x55717359e8e0 0.000117
+gallium_dri.so malloc 112 0x55717359e950 0.000118
+gallium_dri.so malloc 48 0x55717359e9d0 0.000119
+gallium_dri.so malloc 2128 0x5571735aed30 0.000117
+gallium_dri.so malloc 104 0x55717359ea10 0.000118
+gallium_dri.so malloc 168 0x55717359ea80 0.000116
+gallium_dri.so malloc 104 0x55717359eb30 0.000118
+gallium_dri.so malloc 128 0x5571734932b0 0.000117
+gallium_dri.so malloc 104 0x5571735af590 0.000119
+gallium_dri.so malloc 168 0x5571735af600 0.000116
+gallium_dri.so malloc 104 0x5571735af6b0 0.000116
+gallium_dri.so malloc 128 0x5571735a4470 0.000118
+gallium_dri.so free 0x5571735af600 void 0.000121
+gallium_dri.so free 0x5571735af590 void 0.000120
+gallium_dri.so free 0x5571735a4470 void 0.000120
+gallium_dri.so free 0x5571735af6b0 void 0.000118
+gallium_dri.so free 0x5571734932b0 void 0.000113
+gallium_dri.so free 0x55717359eb30 void 0.000109
+gallium_dri.so free 0x55717359ea80 void 0.000109
+gallium_dri.so free 0x55717359ea10 void 0.000109
+gallium_dri.so free 0x5571735aed30 void 0.000111
+gallium_dri.so free 0x55717359e9d0 void 0.000113
+gallium_dri.so malloc 48 0x55717359e9d0 0.000112
+gallium_dri.so malloc 2128 0x5571735aed30 0.000111
+gallium_dri.so malloc 80 0x5571735af720 0.000111
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x55717359ea80 0.000110
+gallium_dri.so malloc 104 0x5571735af6b0 0.000111
+gallium_dri.so malloc 168 0x5571735af600 0.000113
+gallium_dri.so malloc 80 0x5571735af780 0.000110
+gallium_dri.so malloc 104 0x5571735af590 0.000109
+gallium_dri.so malloc 168 0x5571735af7e0 0.000111
+gallium_dri.so malloc 104 0x5571735af890 0.000113
+gallium_dri.so malloc 168 0x5571735af900 0.000110
+gallium_dri.so malloc 80 0x5571735af9b0 0.000111
+gallium_dri.so malloc 80 0x5571735afa10 0.000110
+gallium_dri.so free 0x5571735af780 void 0.000109
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x5571735af590 void 0.000110
+gallium_dri.so free 0x5571735af900 void 0.000108
+gallium_dri.so free 0x5571735af890 void 0.000111
+gallium_dri.so free 0x5571735afa10 void 0.000108
+gallium_dri.so free 0x5571735af9b0 void 0.000111
+gallium_dri.so free 0x5571735af600 void 0.000110
+gallium_dri.so free 0x5571735af6b0 void 0.000146
+gallium_dri.so free 0x55717359ea80 void 0.000115
+gallium_dri.so free 0x55717359ea10 void 0.000113
+gallium_dri.so free 0x5571735af720 void 0.000115
+gallium_dri.so free 0x5571735aed30 void 0.000113
+gallium_dri.so free 0x55717359e9d0 void 0.000116
+gallium_dri.so malloc 48 0x55717359e9d0 0.000115
+gallium_dri.so malloc 104 0x55717359ea10 0.000114
+gallium_dri.so malloc 168 0x55717359ea80 0.000113
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000114
+libstdc++.so.6 malloc 56 0x5571735aed70 0.000115
+gallium_dri.so free 0x55717359e9d0 void 0.000116
+gallium_dri.so free 0x5571735aedb0 void 0.000113
+libstdc++.so.6 free 0x5571735aed30 void 0.000112
+libstdc++.so.6 free 0x5571735aed70 void 0.000112
+gallium_dri.so free 0x55717359ea80 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000115
+gallium_dri.so malloc 48 0x5571735aed70 0.000112
+gallium_dri.so malloc 2128 0x5571735afa70 0.000113
+gallium_dri.so free 0x5571735afa70 void 0.000115
+gallium_dri.so free 0x5571735aed70 void 0.000113
+gallium_dri.so malloc 48 0x5571735aed70 0.000112
+gallium_dri.so malloc 2128 0x5571735afa70 0.000112
+gallium_dri.so free 0x5571735afa70 void 0.000115
+gallium_dri.so free 0x5571735aed70 void 0.000114
+gallium_dri.so malloc 48 0x5571735aed70 0.000119
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x55717359ea80 0.000164
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000117
+libstdc++.so.6 malloc 56 0x55717359e9d0 0.000114
+libstdc++.so.6 malloc 56 0x5571735aedd0 0.000114
+gallium_dri.so malloc 216 0x5571735858f0 0.000114
+gallium_dri.so free 0x55717359ea80 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735aee10 0.000114
+libstdc++.so.6 malloc 56 0x5571735aee50 0.000114
+gallium_dri.so malloc 360 0x5571735aee90 0.000113
+gallium_dri.so free 0x5571735858f0 void 0.000115
+libstdc++.so.6 malloc 56 0x5571735af000 0.000115
+libstdc++.so.6 malloc 56 0x5571735af040 0.000112
+libstdc++.so.6 malloc 56 0x5571735af080 0.000114
+libstdc++.so.6 malloc 56 0x5571735af0c0 0.000115
+gallium_dri.so malloc 504 0x5571735adb70 0.000113
+gallium_dri.so free 0x5571735aee90 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735af100 0.000118
+libstdc++.so.6 malloc 56 0x5571735af140 0.000114
+libstdc++.so.6 malloc 56 0x5571735af180 0.000113
+libstdc++.so.6 malloc 56 0x5571735af1c0 0.000115
+libstdc++.so.6 malloc 56 0x5571735af200 0.000114
+libstdc++.so.6 malloc 56 0x5571735af240 0.000113
+libstdc++.so.6 malloc 56 0x5571735af280 0.000114
+libstdc++.so.6 malloc 56 0x5571735af2c0 0.000115
+gallium_dri.so malloc 1080 0x5571735afa70 0.000113
+gallium_dri.so free 0x5571735adb70 void 0.000113
+libstdc++.so.6 malloc 56 0x5571735af300 0.000115
+libstdc++.so.6 malloc 56 0x5571735af340 0.000125
+libstdc++.so.6 malloc 56 0x5571735af380 0.000114
+libstdc++.so.6 malloc 56 0x5571735af3c0 0.000114
+libstdc++.so.6 malloc 56 0x5571735af400 0.000115
+libstdc++.so.6 malloc 56 0x5571735af440 0.000114
+libstdc++.so.6 malloc 56 0x5571735af480 0.000114
+libstdc++.so.6 malloc 56 0x5571735af4c0 0.000116
+libstdc++.so.6 malloc 56 0x5571735af500 0.000114
+libstdc++.so.6 malloc 56 0x5571735af540 0.000114
+libstdc++.so.6 malloc 56 0x5571735afeb0 0.000114
+libstdc++.so.6 malloc 56 0x5571735afef0 0.000114
+libstdc++.so.6 malloc 56 0x5571735aff30 0.000115
+libstdc++.so.6 malloc 56 0x5571735aff70 0.000114
+libstdc++.so.6 malloc 56 0x5571735affb0 0.000114
+libstdc++.so.6 malloc 56 0x5571735afff0 0.000113
+gallium_dri.so malloc 1800 0x5571735b0030 0.000111
+gallium_dri.so free 0x5571735afa70 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735afa70 0.000112
+libstdc++.so.6 malloc 56 0x5571735afab0 0.000111
+libstdc++.so.6 malloc 56 0x5571735afaf0 0.000112
+libstdc++.so.6 malloc 56 0x5571735afb30 0.000114
+libstdc++.so.6 malloc 56 0x5571735afb70 0.000115
+libstdc++.so.6 malloc 56 0x5571735afbb0 0.000112
+libstdc++.so.6 malloc 56 0x5571735afbf0 0.000112
+libstdc++.so.6 malloc 56 0x5571735afc30 0.000121
+libstdc++.so.6 malloc 56 0x5571735afc70 0.000116
+libstdc++.so.6 malloc 56 0x5571735afcb0 0.000114
+libstdc++.so.6 malloc 56 0x5571735afcf0 0.000129
+libstdc++.so.6 malloc 56 0x5571735afd30 0.000115
+libstdc++.so.6 malloc 56 0x5571735afd70 0.000115
+libstdc++.so.6 malloc 56 0x5571735afdb0 0.000112
+libstdc++.so.6 malloc 56 0x5571735afdf0 0.000113
+libstdc++.so.6 malloc 56 0x5571735afe30 0.000115
+libstdc++.so.6 malloc 56 0x5571735afe70 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0740 0.000115
+libstdc++.so.6 malloc 56 0x5571735b0780 0.000114
+libstdc++.so.6 malloc 56 0x5571735b07c0 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0800 0.000115
+libstdc++.so.6 malloc 56 0x5571735b0840 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0880 0.000115
+libstdc++.so.6 malloc 56 0x5571735b08c0 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0900 0.000117
+libstdc++.so.6 malloc 56 0x5571735b0940 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0980 0.000114
+libstdc++.so.6 malloc 56 0x5571735b09c0 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0a00 0.000115
+libstdc++.so.6 malloc 56 0x5571735b0a40 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0a80 0.000113
+gallium_dri.so free 0x5571735aed70 void 0.000115
+libstdc++.so.6 free 0x5571735af540 void 0.000115
+libstdc++.so.6 free 0x5571735af080 void 0.000114
+libstdc++.so.6 free 0x5571735b0740 void 0.000115
+libstdc++.so.6 free 0x5571735afbb0 void 0.000113
+libstdc++.so.6 free 0x5571735afa70 void 0.000113
+libstdc++.so.6 free 0x5571735af4c0 void 0.000125
+libstdc++.so.6 free 0x5571735afcf0 void 0.000113
+libstdc++.so.6 free 0x5571735b0840 void 0.000114
+libstdc++.so.6 free 0x55717359e9d0 void 0.000114
+libstdc++.so.6 free 0x5571735af480 void 0.000116
+libstdc++.so.6 free 0x5571735b07c0 void 0.000114
+libstdc++.so.6 free 0x5571735af400 void 0.000113
+libstdc++.so.6 free 0x5571735af100 void 0.000114
+libstdc++.so.6 free 0x5571735afab0 void 0.000113
+libstdc++.so.6 free 0x5571735af040 void 0.000116
+libstdc++.so.6 free 0x5571735af340 void 0.000112
+libstdc++.so.6 free 0x5571735afdb0 void 0.000113
+libstdc++.so.6 free 0x5571735aff30 void 0.000113
+libstdc++.so.6 free 0x5571735af3c0 void 0.000114
+libstdc++.so.6 free 0x5571735afc70 void 0.000115
+libstdc++.so.6 free 0x5571735affb0 void 0.000113
+libstdc++.so.6 free 0x5571735afef0 void 0.000114
+libstdc++.so.6 free 0x5571735aedd0 void 0.000113
+libstdc++.so.6 free 0x5571735afbf0 void 0.000114
+libstdc++.so.6 free 0x5571735afdf0 void 0.000113
+libstdc++.so.6 free 0x5571735af300 void 0.000115
+libstdc++.so.6 free 0x5571735af500 void 0.000112
+libstdc++.so.6 free 0x5571735af2c0 void 0.000112
+libstdc++.so.6 free 0x5571735aee50 void 0.000114
+libstdc++.so.6 free 0x5571735afff0 void 0.000113
+libstdc++.so.6 free 0x5571735b0980 void 0.000112
+libstdc++.so.6 free 0x5571735af180 void 0.000112
+libstdc++.so.6 free 0x5571735af440 void 0.000113
+libstdc++.so.6 free 0x5571735af0c0 void 0.000116
+libstdc++.so.6 free 0x5571735afb30 void 0.000113
+libstdc++.so.6 free 0x5571735b0800 void 0.000114
+libstdc++.so.6 free 0x5571735b0a80 void 0.000114
+libstdc++.so.6 free 0x5571735b0a40 void 0.000115
+libstdc++.so.6 free 0x5571735b0880 void 0.000112
+libstdc++.so.6 free 0x5571735afd30 void 0.000113
+libstdc++.so.6 free 0x5571735b0780 void 0.000114
+libstdc++.so.6 free 0x5571735af1c0 void 0.000112
+gallium_dri.so free 0x5571735b0ac0 void 0.000113
+libstdc++.so.6 free 0x5571735b0a00 void 0.000115
+libstdc++.so.6 free 0x5571735af000 void 0.000112
+libstdc++.so.6 free 0x5571735af380 void 0.000111
+libstdc++.so.6 free 0x5571735af140 void 0.000113
+libstdc++.so.6 free 0x5571735afd70 void 0.000113
+libstdc++.so.6 free 0x5571735b08c0 void 0.000113
+libstdc++.so.6 free 0x5571735b0900 void 0.000114
+libstdc++.so.6 free 0x5571735afeb0 void 0.000113
+libstdc++.so.6 free 0x5571735af240 void 0.000112
+libstdc++.so.6 free 0x5571735af200 void 0.000112
+libstdc++.so.6 free 0x5571735afaf0 void 0.000112
+libstdc++.so.6 free 0x5571735afcb0 void 0.000112
+libstdc++.so.6 free 0x5571735afc30 void 0.000114
+libstdc++.so.6 free 0x5571735afe70 void 0.000113
+libstdc++.so.6 free 0x5571735af280 void 0.000113
+libstdc++.so.6 free 0x5571735aed30 void 0.000112
+libstdc++.so.6 free 0x5571735b09c0 void 0.000113
+libstdc++.so.6 free 0x5571735afe30 void 0.000111
+libstdc++.so.6 free 0x5571735afb70 void 0.000118
+libstdc++.so.6 free 0x5571735aff70 void 0.000113
+libstdc++.so.6 free 0x5571735b0940 void 0.000112
+libstdc++.so.6 free 0x5571735aee10 void 0.000117
+gallium_dri.so free 0x5571735b0030 void 0.000115
+gallium_dri.so free 0x55717359ea10 void 0.000115
+gallium_dri.so malloc 48 0x5571735afcf0 0.000112
+gallium_dri.so malloc 2128 0x5571735afd30 0.000113
+gallium_dri.so malloc 80 0x5571735af720 0.000112
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x55717359ea80 0.000112
+gallium_dri.so malloc 80 0x5571735af9b0 0.000113
+gallium_dri.so malloc 104 0x5571735af6b0 0.000112
+gallium_dri.so malloc 168 0x5571735af600 0.000111
+gallium_dri.so free 0x5571735af600 void 0.000114
+gallium_dri.so free 0x5571735af6b0 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so free 0x55717359ea80 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000114
+gallium_dri.so free 0x5571735af720 void 0.000112
+gallium_dri.so free 0x5571735afd30 void 0.000112
+gallium_dri.so free 0x5571735afcf0 void 0.000112
+gallium_dri.so malloc 104 0x55717359ea10 0.000112
+gallium_dri.so malloc 168 0x55717359ea80 0.000112
+gallium_dri.so free 0x5571735aed30 void 0.000115
+gallium_dri.so free 0x55717359ea80 void 0.000114
+gallium_dri.so free 0x55717359ea10 void 0.000113
+gallium_dri.so malloc 48 0x5571735afcf0 0.000124
+gallium_dri.so free 0x5571735afcf0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b0ac0 0.000115
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x55717359ea80 0.000114
+gallium_dri.so malloc 48 0x5571735afcf0 0.000113
+gallium_dri.so free 0x55717359ea80 void 0.000114
+gallium_dri.so free 0x55717359ea10 void 0.000115
+gallium_dri.so free 0x5571735afcf0 void 0.000112
+libstdc++.so.6 free 0x5571735b0ac0 void 0.000112
+gallium_dri.so malloc 8 0x5571735b0ac0 0.000116
+gallium_dri.so free 0x5571735a2fb0 void 0.000115
+gallium_dri.so malloc 49 0x5571735afcf0 0.000113
+gallium_dri.so malloc 48 0x5571735af4c0 0.000113
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x55717359ea80 0.000112
+gallium_dri.so malloc 48 0x5571735afa70 0.000112
+gallium_dri.so malloc 2128 0x5571735afd30 0.000112
+gallium_dri.so malloc 216 0x5571735858f0 0.000114
+gallium_dri.so free 0x55717359ea80 void 0.000112
+gallium_dri.so malloc 360 0x5571735aee90 0.000114
+gallium_dri.so free 0x5571735858f0 void 0.000114
+gallium_dri.so malloc 504 0x5571735adb70 0.000114
+gallium_dri.so free 0x5571735aee90 void 0.000113
+gallium_dri.so malloc 1080 0x5571735b0ae0 0.000115
+gallium_dri.so free 0x5571735adb70 void 0.000111
+gallium_dri.so malloc 2128 0x5571735b0f20 0.000113
+gallium_dri.so malloc 1800 0x5571735b1780 0.000125
+gallium_dri.so free 0x5571735b0ae0 void 0.000115
+gallium_dri.so malloc 2128 0x5571735b20e0 0.000113
+gallium_dri.so malloc 48 0x5571735b0740 0.000113
+gallium_dri.so malloc 104 0x5571735af6b0 0.000112
+gallium_dri.so malloc 168 0x55717359ea80 0.000113
+gallium_dri.so malloc 48 0x5571735af080 0.000111
+gallium_dri.so malloc 104 0x5571735af890 0.000112
+gallium_dri.so malloc 168 0x5571735af600 0.000111
+gallium_dri.so malloc 48 0x5571735aed70 0.000111
+gallium_dri.so malloc 104 0x5571735af590 0.000111
+gallium_dri.so malloc 168 0x5571735af900 0.000110
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000111
+gallium_dri.so malloc 104 0x5571735b2c00 0.000111
+gallium_dri.so malloc 168 0x5571735af7e0 0.000112
+gallium_dri.so free 0x5571735b2bc0 void 0.000115
+gallium_dri.so free 0x5571735af7e0 void 0.000113
+gallium_dri.so free 0x5571735b2c00 void 0.000113
+gallium_dri.so free 0x5571735aed70 void 0.000113
+gallium_dri.so free 0x5571735af900 void 0.000111
+gallium_dri.so free 0x5571735af590 void 0.000112
+gallium_dri.so free 0x5571735af080 void 0.000114
+gallium_dri.so free 0x5571735af600 void 0.000112
+gallium_dri.so free 0x5571735af890 void 0.000112
+gallium_dri.so free 0x5571735b0740 void 0.000112
+gallium_dri.so free 0x55717359ea80 void 0.000112
+gallium_dri.so free 0x5571735af6b0 void 0.000112
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so malloc 112 0x55717359eb30 0.000189
+gallium_dri.so malloc 1912 0x5571735b2c70 0.000113
+gallium_dri.so malloc 80 0x5571735af720 0.000112
+gallium_dri.so malloc 104 0x5571735af6b0 0.000111
+gallium_dri.so malloc 168 0x55717359ea80 0.000112
+gallium_dri.so malloc 192 0x5571735b33f0 0.000112
+gallium_dri.so malloc 68 0x5571735af540 0.000111
+gallium_dri.so malloc 256 0x5571735b34c0 0.000113
+gallium_dri.so malloc 256 0x5571735b35d0 0.000112
+gallium_dri.so malloc 192 0x5571735b36e0 0.000112
+gallium_dri.so malloc 78 0x5571735af9b0 0.000111
+gallium_dri.so malloc 256 0x5571735b37b0 0.000112
+gallium_dri.so malloc 256 0x5571735b38c0 0.000111
+gallium_dri.so malloc 192 0x5571735b39d0 0.000111
+gallium_dri.so malloc 80 0x5571735afa10 0.000112
+gallium_dri.so malloc 256 0x5571735b3aa0 0.000113
+gallium_dri.so malloc 256 0x5571735b3bb0 0.000111
+gallium_dri.so malloc 216 0x5571735858f0 0.000111
+gallium_dri.so free 0x55717359ea80 void 0.000111
+gallium_dri.so malloc 192 0x5571735b3cc0 0.000111
+gallium_dri.so malloc 72 0x5571735b3d90 0.000112
+gallium_dri.so malloc 256 0x5571735b3de0 0.000112
+gallium_dri.so malloc 256 0x5571735b3ef0 0.000113
+gallium_dri.so malloc 192 0x5571735b4000 0.000111
+gallium_dri.so malloc 66 0x5571735b40d0 0.000110
+gallium_dri.so malloc 256 0x5571735b4120 0.000112
+gallium_dri.so malloc 256 0x5571735b4230 0.000111
+gallium_dri.so malloc 360 0x5571735aee90 0.000119
+gallium_dri.so free 0x5571735858f0 void 0.000115
+gallium_dri.so malloc 192 0x5571735b4340 0.000111
+gallium_dri.so malloc 80 0x5571735af780 0.000112
+gallium_dri.so malloc 256 0x5571735b4410 0.000111
+gallium_dri.so malloc 256 0x5571735b4520 0.000111
+gallium_dri.so malloc 192 0x5571735b4630 0.000111
+gallium_dri.so malloc 78 0x5571735b4700 0.000111
+gallium_dri.so malloc 256 0x5571735b4760 0.000112
+gallium_dri.so malloc 256 0x5571735b4870 0.000110
+gallium_dri.so malloc 192 0x5571735b4980 0.000111
+gallium_dri.so malloc 68 0x5571735b4a50 0.000111
+gallium_dri.so malloc 256 0x5571735b4aa0 0.000111
+gallium_dri.so malloc 256 0x5571735b4bb0 0.000111
+gallium_dri.so malloc 192 0x5571735b4cc0 0.000114
+gallium_dri.so malloc 256 0x5571735b4d90 0.000112
+gallium_dri.so malloc 256 0x5571735b4ea0 0.000112
+gallium_dri.so malloc 504 0x5571735adb70 0.000113
+gallium_dri.so free 0x5571735aee90 void 0.000113
+gallium_dri.so malloc 192 0x5571735b4fb0 0.000111
+gallium_dri.so malloc 65 0x5571735b5080 0.000111
+gallium_dri.so malloc 256 0x5571735b50d0 0.000111
+gallium_dri.so malloc 256 0x5571735b51e0 0.000112
+gallium_dri.so malloc 192 0x5571735b52f0 0.000112
+gallium_dri.so malloc 67 0x5571735b53c0 0.000113
+gallium_dri.so malloc 256 0x5571735b5410 0.000113
+gallium_dri.so malloc 256 0x5571735b5520 0.000112
+gallium_dri.so malloc 192 0x5571735b5630 0.000111
+gallium_dri.so malloc 68 0x5571735b5700 0.000112
+gallium_dri.so malloc 256 0x5571735b5750 0.000115
+gallium_dri.so malloc 256 0x5571735b5860 0.000112
+gallium_dri.so malloc 192 0x5571735b5970 0.000111
+gallium_dri.so malloc 120 0x5571735b5a40 0.000113
+gallium_dri.so malloc 192 0x5571735b5ac0 0.000112
+gallium_dri.so malloc 73 0x5571735b5b90 0.000112
+gallium_dri.so malloc 840 0x5571735b5bf0 0.000112
+gallium_dri.so malloc 192 0x5571735b5f40 0.000119
+gallium_dri.so malloc 73 0x5571735b6010 0.000121
+gallium_dri.so malloc 1560 0x5571735b6070 0.000116
+gallium_dri.so malloc 192 0x5571735b6690 0.000122
+gallium_dri.so malloc 67 0x5571735b6760 0.000115
+gallium_dri.so malloc 144 0x5571735b67b0 0.000119
+gallium_dri.so malloc 192 0x5571735b6850 0.000119
+gallium_dri.so malloc 68 0x5571735b6920 0.000119
+gallium_dri.so malloc 144 0x5571735b6970 0.000118
+gallium_dri.so malloc 1080 0x5571735b6a10 0.000119
+gallium_dri.so free 0x5571735adb70 void 0.000123
+gallium_dri.so malloc 192 0x5571735b6e50 0.000118
+gallium_dri.so malloc 77 0x5571735b6f20 0.000117
+gallium_dri.so malloc 144 0x5571735b6f80 0.000119
+gallium_dri.so malloc 192 0x5571735b7020 0.000119
+gallium_dri.so malloc 120 0x5571735b70f0 0.000118
+gallium_dri.so malloc 192 0x5571735b7170 0.000119
+gallium_dri.so malloc 74 0x5571735b7240 0.000119
+gallium_dri.so malloc 144 0x5571735b72a0 0.000118
+gallium_dri.so malloc 192 0x5571735b7340 0.000164
+gallium_dri.so malloc 75 0x5571735b7410 0.000119
+gallium_dri.so malloc 144 0x5571735b7470 0.000116
+gallium_dri.so malloc 192 0x5571735b7510 0.000116
+gallium_dri.so malloc 84 0x5571735b75e0 0.000116
+gallium_dri.so malloc 144 0x5571735b7640 0.000120
+gallium_dri.so malloc 192 0x5571735b76e0 0.000116
+gallium_dri.so malloc 76 0x5571735b77b0 0.000119
+gallium_dri.so malloc 144 0x5571735b7810 0.000119
+gallium_dri.so malloc 192 0x5571735b78b0 0.000119
+gallium_dri.so malloc 77 0x5571735b7980 0.000117
+gallium_dri.so malloc 144 0x5571735b79e0 0.000117
+gallium_dri.so malloc 192 0x5571735b7a80 0.000117
+gallium_dri.so malloc 86 0x5571735b7b50 0.000117
+gallium_dri.so malloc 144 0x5571735b7bb0 0.000119
+gallium_dri.so malloc 192 0x5571735b7c50 0.000118
+gallium_dri.so malloc 83 0x5571735b7d20 0.000118
+gallium_dri.so malloc 144 0x5571735b7d80 0.000118
+gallium_dri.so malloc 192 0x5571735b7e20 0.000116
+gallium_dri.so malloc 84 0x5571735b7ef0 0.000119
+gallium_dri.so malloc 144 0x5571735b7f50 0.000116
+gallium_dri.so malloc 192 0x5571735b7ff0 0.000115
+gallium_dri.so malloc 93 0x5571735af890 0.000119
+gallium_dri.so malloc 144 0x5571735b80c0 0.000118
+gallium_dri.so malloc 192 0x5571735b8160 0.000119
+gallium_dri.so malloc 72 0x5571735b8230 0.000118
+gallium_dri.so malloc 192 0x5571735b8280 0.000122
+gallium_dri.so malloc 72 0x5571735b8350 0.000120
+gallium_dri.so malloc 192 0x5571735b83a0 0.000120
+gallium_dri.so malloc 74 0x5571735b8470 0.000118
+gallium_dri.so malloc 72 0x5571735b84d0 0.000119
+gallium_dri.so malloc 192 0x5571735b8520 0.000115
+gallium_dri.so malloc 65 0x5571735b85f0 0.000117
+gallium_dri.so malloc 816 0x5571735b8640 0.000119
+gallium_dri.so malloc 192 0x5571735b8980 0.000118
+gallium_dri.so malloc 72 0x5571735b8a50 0.000116
+gallium_dri.so malloc 816 0x5571735b8aa0 0.000116
+gallium_dri.so malloc 1800 0x5571735b8de0 0.000118
+gallium_dri.so free 0x5571735b6a10 void 0.000121
+gallium_dri.so malloc 192 0x5571735b6a10 0.000118
+gallium_dri.so malloc 74 0x5571735b6ae0 0.000116
+gallium_dri.so malloc 816 0x5571735b94f0 0.000115
+gallium_dri.so malloc 192 0x5571735b6b40 0.000117
+gallium_dri.so malloc 81 0x5571735b6c10 0.000120
+gallium_dri.so malloc 816 0x5571735b9830 0.000119
+gallium_dri.so malloc 192 0x5571735b6c70 0.000115
+gallium_dri.so malloc 240 0x5571735b6d40 0.000119
+gallium_dri.so malloc 192 0x5571735b9b70 0.000115
+gallium_dri.so malloc 216 0x5571735858f0 0.000119
+gallium_dri.so malloc 192 0x5571735b9c40 0.000119
+gallium_dri.so malloc 65 0x5571735b9d10 0.000118
+gallium_dri.so malloc 168 0x55717359ea80 0.000117
+gallium_dri.so malloc 192 0x5571735b9d60 0.000118
+gallium_dri.so malloc 168 0x5571735af600 0.000130
+gallium_dri.so malloc 192 0x5571735b9e30 0.000118
+gallium_dri.so malloc 2352 0x5571735b9f00 0.000118
+gallium_dri.so malloc 192 0x5571735ba840 0.000115
+gallium_dri.so malloc 74 0x5571735ba910 0.000116
+gallium_dri.so malloc 72 0x5571735ba970 0.000118
+gallium_dri.so malloc 192 0x5571735ba9c0 0.000116
+gallium_dri.so malloc 73 0x5571735baa90 0.000121
+gallium_dri.so malloc 72 0x5571735baaf0 0.000117
+gallium_dri.so malloc 192 0x5571735bab40 0.000117
+gallium_dri.so malloc 69 0x5571735bac10 0.000119
+gallium_dri.so malloc 624 0x5571735bac60 0.000116
+gallium_dri.so malloc 192 0x5571735baee0 0.000118
+gallium_dri.so malloc 68 0x5571735bafb0 0.000119
+gallium_dri.so malloc 624 0x5571735bb000 0.000116
+gallium_dri.so malloc 192 0x5571735bb280 0.000119
+gallium_dri.so malloc 67 0x5571735bb350 0.000118
+gallium_dri.so malloc 240 0x5571735bb3a0 0.000119
+gallium_dri.so malloc 192 0x5571735bb4a0 0.000119
+gallium_dri.so malloc 240 0x5571735bb570 0.000116
+gallium_dri.so malloc 192 0x5571735bb670 0.000117
+gallium_dri.so malloc 240 0x5571735bb740 0.000116
+gallium_dri.so malloc 192 0x5571735bb840 0.000115
+gallium_dri.so malloc 240 0x5571735bb910 0.000119
+gallium_dri.so malloc 192 0x5571735bba10 0.000118
+gallium_dri.so malloc 240 0x5571735bbae0 0.000119
+gallium_dri.so malloc 192 0x5571735bbbe0 0.000162
+gallium_dri.so malloc 240 0x5571735bbcb0 0.000119
+gallium_dri.so malloc 192 0x5571735bbdb0 0.000116
+gallium_dri.so malloc 240 0x5571735bbe80 0.000115
+gallium_dri.so malloc 192 0x5571735bbf80 0.000115
+gallium_dri.so malloc 240 0x5571735bc050 0.000117
+gallium_dri.so malloc 192 0x5571735bc150 0.000117
+gallium_dri.so malloc 240 0x5571735bc220 0.000120
+gallium_dri.so malloc 192 0x5571735bc320 0.000118
+gallium_dri.so malloc 168 0x5571735af900 0.000117
+gallium_dri.so malloc 192 0x5571735bc3f0 0.000116
+gallium_dri.so malloc 192 0x5571735bc4c0 0.000118
+gallium_dri.so malloc 192 0x5571735bc590 0.000119
+gallium_dri.so malloc 192 0x5571735bc660 0.000118
+gallium_dri.so malloc 66 0x5571735bc730 0.000117
+gallium_dri.so malloc 192 0x5571735bc780 0.000115
+gallium_dri.so malloc 192 0x5571735bc850 0.000119
+gallium_dri.so malloc 192 0x5571735bc920 0.000119
+gallium_dri.so malloc 192 0x5571735bc9f0 0.000118
+gallium_dri.so malloc 192 0x5571735bcac0 0.000116
+gallium_dri.so malloc 192 0x5571735bcb90 0.000118
+gallium_dri.so malloc 144 0x5571735bcc60 0.000118
+gallium_dri.so malloc 53 0x5571735b0740 0.000118
+gallium_dri.so malloc 48 0x5571735af080 0.000118
+gallium_dri.so malloc 184 0x5571735a2830 0.000116
+gallium_dri.so malloc 96 0x5571735af590 0.000119
+gallium_dri.so malloc 96 0x5571735b2c00 0.000116
+gallium_dri.so malloc 112 0x5571735bcd00 0.000119
+gallium_dri.so malloc 3672 0x5571735bcd80 0.000116
+gallium_dri.so free 0x5571735b8de0 void 0.000119
+gallium_dri.so free 0x5571735bcd80 void 0.000120
+gallium_dri.so free 0x5571735af6b0 void 0.000120
+gallium_dri.so malloc 80 0x5571735b8de0 0.000116
+gallium_dri.so malloc 104 0x5571735af6b0 0.000119
+gallium_dri.so malloc 168 0x5571735af7e0 0.000115
+gallium_dri.so malloc 48 0x5571735aed70 0.000115
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000117
+gallium_dri.so malloc 216 0x55717357f7f0 0.000118
+gallium_dri.so free 0x5571735af7e0 void 0.000119
+gallium_dri.so malloc 360 0x5571735aee90 0.000118
+gallium_dri.so free 0x55717357f7f0 void 0.000115
+gallium_dri.so malloc 504 0x5571735adb70 0.000119
+gallium_dri.so free 0x5571735aee90 void 0.000115
+gallium_dri.so malloc 1080 0x5571735bd5e0 0.000120
+gallium_dri.so free 0x5571735adb70 void 0.000118
+gallium_dri.so malloc 2128 0x5571735bdd50 0.000119
+gallium_dri.so malloc 1800 0x5571735be750 0.000118
+gallium_dri.so free 0x5571735bd5e0 void 0.000120
+gallium_dri.so malloc 2128 0x5571735bf1a0 0.000118
+gallium_dri.so malloc 3672 0x5571735bfcd0 0.000121
+gallium_dri.so free 0x5571735be750 void 0.000125
+gallium_dri.so free 0 void 0.000118
+gallium_dri.so malloc 104 0x5571735be750 0.000115
+gallium_dri.so malloc 128 0x5571734932b0 0.000119
+gallium_dri.so malloc 160 0x5571735af7e0 0.000118
+gallium_dri.so free 0x5571734932b0 void 0.000123
+gallium_dri.so malloc 256 0x5571735be7c0 0.000116
+gallium_dri.so free 0x5571735af7e0 void 0.000118
+gallium_dri.so malloc 352 0x5571735aee90 0.000116
+gallium_dri.so free 0x5571735be7c0 void 0.000119
+gallium_dri.so malloc 736 0x5571735be8d0 0.000118
+gallium_dri.so free 0x5571735aee90 void 0.000119
+gallium_dri.so malloc 1216 0x5571735c0b30 0.000117
+gallium_dri.so free 0x5571735be8d0 void 0.000117
+gallium_dri.so free 0x5571735c0b30 void 0.000120
+gallium_dri.so free 0x5571735be750 void 0.000118
+gallium_dri.so malloc 48 0x5571735bebc0 0.000119
+gallium_dri.so malloc 104 0x5571735be750 0.000117
+gallium_dri.so malloc 168 0x5571735af7e0 0.000118
+gallium_dri.so malloc 104 0x5571735bec00 0.000119
+gallium_dri.so malloc 168 0x5571735bec70 0.000118
+gallium_dri.so free 0x5571735bec70 void 0.000121
+gallium_dri.so free 0x5571735bec00 void 0.000122
+gallium_dri.so malloc 48 0x5571735bed20 0.000119
+gallium_dri.so malloc 48 0x5571735bed60 0.000118
+gallium_dri.so free 0x5571735af7e0 void 0.000119
+gallium_dri.so free 0x5571735be750 void 0.000121
+gallium_dri.so free 0x5571735bebc0 void 0.000120
+gallium_dri.so free 0x5571735af060 void 0.000122
+gallium_dri.so free 0x5571735b2ba0 void 0.000124
+gallium_dri.so free 0x5571735b2b70 void 0.000119
+gallium_dri.so free 0x5571735b2b50 void 0.000120
+gallium_dri.so free 0x5571735b2b20 void 0.000118
+gallium_dri.so free 0x5571735b2b00 void 0.000116
+gallium_dri.so free 0x5571735b2ad0 void 0.000119
+gallium_dri.so free 0x5571735b2ab0 void 0.000116
+gallium_dri.so free 0x5571735b2a80 void 0.000116
+gallium_dri.so free 0x5571735b2a60 void 0.000118
+gallium_dri.so free 0x5571735b2a30 void 0.000118
+gallium_dri.so free 0x5571735b2a10 void 0.000119
+gallium_dri.so free 0x5571735b29e0 void 0.000119
+gallium_dri.so free 0x5571735b29c0 void 0.000117
+gallium_dri.so free 0x5571735b2990 void 0.000119
+gallium_dri.so free 0x5571735b2970 void 0.000118
+gallium_dri.so free 0x5571735b2940 void 0.000117
+gallium_dri.so free 0x5571735b20c0 void 0.000118
+gallium_dri.so free 0x5571735b2090 void 0.000118
+gallium_dri.so free 0x5571735b2070 void 0.000119
+gallium_dri.so free 0x5571735b2040 void 0.000119
+gallium_dri.so free 0x5571735b2020 void 0.000119
+gallium_dri.so free 0x5571735b1ff0 void 0.000118
+gallium_dri.so free 0x5571735b1fd0 void 0.000120
+gallium_dri.so free 0x5571735b1fa0 void 0.000115
+gallium_dri.so free 0x5571735b1f80 void 0.000119
+gallium_dri.so free 0x5571735b1f50 void 0.000118
+gallium_dri.so free 0x5571735b1f30 void 0.000129
+gallium_dri.so free 0x5571735b1f00 void 0.000120
+gallium_dri.so free 0x5571735b1ee0 void 0.000117
+gallium_dri.so free 0x5571735b1eb0 void 0.000115
+gallium_dri.so free 0x5571735b1e90 void 0.000118
+gallium_dri.so free 0x5571735b0ef0 void 0.000119
+gallium_dri.so free 0x5571735b0ed0 void 0.000117
+gallium_dri.so free 0x5571735b0ea0 void 0.000119
+gallium_dri.so free 0x5571735b0e80 void 0.000117
+gallium_dri.so free 0x5571735b0e50 void 0.000115
+gallium_dri.so free 0x5571735b0e30 void 0.000119
+gallium_dri.so free 0x5571735b0e00 void 0.000118
+gallium_dri.so free 0x5571735b0de0 void 0.000118
+gallium_dri.so free 0x5571735b0db0 void 0.000118
+gallium_dri.so free 0x5571735b0d90 void 0.000126
+gallium_dri.so free 0x5571735b0d60 void 0.000119
+gallium_dri.so free 0x5571735b0d40 void 0.000120
+gallium_dri.so free 0x5571735b0d10 void 0.000119
+gallium_dri.so free 0x5571735b0ce0 void 0.000117
+gallium_dri.so free 0x5571735b0cb0 void 0.000116
+gallium_dri.so free 0x5571735b0c80 void 0.000118
+gallium_dri.so free 0x5571735b0c50 void 0.000121
+gallium_dri.so free 0x5571735b0c30 void 0.000116
+gallium_dri.so free 0x5571735b0c00 void 0.000118
+gallium_dri.so free 0x5571735b0be0 void 0.000118
+gallium_dri.so free 0x5571735b0bb0 void 0.000119
+gallium_dri.so free 0x5571735b0b90 void 0.000118
+gallium_dri.so free 0x5571735b0b60 void 0.000117
+gallium_dri.so free 0x5571735b0b40 void 0.000120
+gallium_dri.so free 0x5571735b0b10 void 0.000118
+gallium_dri.so free 0x5571735af4a0 void 0.000119
+gallium_dri.so free 0x5571735b0ae0 void 0.000119
+gallium_dri.so free 0x5571735af470 void 0.000118
+gallium_dri.so free 0x5571735af440 void 0.000122
+gallium_dri.so free 0x5571735af410 void 0.000117
+gallium_dri.so free 0x5571735af3e0 void 0.000120
+gallium_dri.so free 0x5571735af3c0 void 0.000119
+gallium_dri.so free 0x5571735af390 void 0.000119
+gallium_dri.so free 0x5571735af370 void 0.000119
+gallium_dri.so free 0x5571735af340 void 0.000118
+gallium_dri.so free 0x5571735af310 void 0.000119
+gallium_dri.so free 0x5571735af2e0 void 0.000118
+gallium_dri.so free 0x5571735af2c0 void 0.000119
+gallium_dri.so free 0x5571735af290 void 0.000117
+gallium_dri.so free 0x5571735af270 void 0.000118
+gallium_dri.so free 0x5571735af240 void 0.000117
+gallium_dri.so free 0x5571735afbb0 void 0.000119
+gallium_dri.so free 0x5571735af210 void 0.000119
+gallium_dri.so free 0x5571735af1e0 void 0.000119
+gallium_dri.so free 0x5571735af1b0 void 0.000120
+gallium_dri.so free 0x5571735af180 void 0.000119
+gallium_dri.so free 0x5571735af150 void 0.000118
+gallium_dri.so free 0x5571735af120 void 0.000116
+gallium_dri.so free 0x5571735af0f0 void 0.000167
+gallium_dri.so free 0x5571735af0c0 void 0.000119
+gallium_dri.so free 0x5571735b0a80 void 0.000116
+gallium_dri.so free 0x5571735b0a50 void 0.000116
+gallium_dri.so free 0x5571735b0a20 void 0.000119
+gallium_dri.so free 0x5571735b09f0 void 0.000115
+gallium_dri.so free 0x5571735b09c0 void 0.000116
+gallium_dri.so free 0x5571735b0990 void 0.000117
+gallium_dri.so free 0x5571735b0960 void 0.000118
+gallium_dri.so free 0x5571735b0930 void 0.000118
+gallium_dri.so free 0x5571735b0900 void 0.000114
+gallium_dri.so free 0x5571735b08e0 void 0.000119
+gallium_dri.so free 0x5571735b08b0 void 0.000118
+gallium_dri.so free 0x5571735b0880 void 0.000119
+gallium_dri.so free 0x5571735b0850 void 0.000119
+gallium_dri.so free 0x5571735b0830 void 0.000116
+gallium_dri.so free 0x5571735b0800 void 0.000116
+gallium_dri.so free 0x5571735b07e0 void 0.000115
+gallium_dri.so free 0x5571735b07b0 void 0.000118
+gallium_dri.so free 0x5571735b0780 void 0.000118
+gallium_dri.so free 0x5571735b0700 void 0.000114
+gallium_dri.so free 0x5571735b06d0 void 0.000117
+gallium_dri.so free 0x5571735b06a0 void 0.000117
+gallium_dri.so free 0x5571735b0680 void 0.000117
+gallium_dri.so free 0x5571735b0650 void 0.000116
+gallium_dri.so free 0x5571735b0630 void 0.000118
+gallium_dri.so free 0x5571735b0600 void 0.000117
+gallium_dri.so free 0x5571735b05e0 void 0.000121
+gallium_dri.so free 0x5571735b05b0 void 0.000117
+gallium_dri.so free 0x5571735b0590 void 0.000116
+gallium_dri.so free 0x5571735afb80 void 0.000123
+gallium_dri.so free 0x5571735afb60 void 0.000119
+gallium_dri.so free 0x5571735afb30 void 0.000119
+gallium_dri.so free 0x5571735afb10 void 0.000118
+gallium_dri.so free 0x5571735afae0 void 0.000119
+gallium_dri.so free 0x5571735afab0 void 0.000119
+gallium_dri.so free 0x5571735afcc0 void 0.000119
+gallium_dri.so free 0x5571735afc90 void 0.000119
+gallium_dri.so free 0x5571735afc60 void 0.000118
+gallium_dri.so free 0x5571735afc40 void 0.000115
+gallium_dri.so free 0x5571735afc10 void 0.000118
+gallium_dri.so free 0x5571735afbf0 void 0.000117
+gallium_dri.so free 0x5571735aee60 void 0.000118
+gallium_dri.so free 0x5571735aee30 void 0.000118
+gallium_dri.so free 0x5571735aee00 void 0.000118
+gallium_dri.so free 0x5571735aedd0 void 0.000119
+gallium_dri.so free 0x5571735aed30 void 0.000118
+gallium_dri.so free 0x5571735aedb0 void 0.000118
+gallium_dri.so free 0x5571735a2fb0 void 0.000118
+gallium_dri.so free 0x5571735b1780 void 0.000117
+gallium_dri.so free 0x55717359ea10 void 0.000118
+gallium_dri.so free 0x5571735af040 void 0.000121
+gallium_dri.so free 0x5571735b20e0 void 0.000118
+gallium_dri.so free 0x5571735b0f20 void 0.000127
+gallium_dri.so free 0x5571735afd30 void 0.000120
+gallium_dri.so free 0x5571735afa70 void 0.000122
+gallium_dri.so malloc 104 0x55717359ea10 0.000121
+gallium_dri.so malloc 168 0x5571735af7e0 0.000118
+gallium_dri.so malloc 48 0x5571735afa70 0.000116
+gallium_dri.so malloc 2128 0x5571735afd30 0.000116
+gallium_dri.so malloc 216 0x55717357f7f0 0.000119
+gallium_dri.so free 0x5571735af7e0 void 0.000118
+gallium_dri.so malloc 360 0x5571735aee90 0.000117
+gallium_dri.so free 0x55717357f7f0 void 0.000118
+gallium_dri.so malloc 504 0x5571735adb70 0.000119
+gallium_dri.so free 0x5571735aee90 void 0.000117
+gallium_dri.so malloc 1080 0x5571735b0ae0 0.000120
+gallium_dri.so free 0x5571735adb70 void 0.000117
+gallium_dri.so malloc 2128 0x5571735b0f20 0.000118
+gallium_dri.so malloc 1800 0x5571735b1780 0.000119
+gallium_dri.so free 0x5571735b0ae0 void 0.000118
+gallium_dri.so free 0x5571735aedb0 void 0.000121
+gallium_dri.so free 0x5571735af490 void 0.000119
+gallium_dri.so free 0x5571735af460 void 0.000119
+gallium_dri.so free 0x5571735af440 void 0.000117
+gallium_dri.so free 0x5571735af410 void 0.000116
+gallium_dri.so free 0x5571735af3f0 void 0.000118
+gallium_dri.so free 0x5571735af3c0 void 0.000116
+gallium_dri.so free 0x5571735af3a0 void 0.000119
+gallium_dri.so free 0x5571735af370 void 0.000212
+gallium_dri.so free 0x5571735af350 void 0.000122
+gallium_dri.so free 0x5571735af320 void 0.000115
+gallium_dri.so free 0x5571735af300 void 0.000117
+gallium_dri.so free 0x5571735af2d0 void 0.000115
+gallium_dri.so free 0x5571735af2b0 void 0.000118
+gallium_dri.so free 0x5571735af280 void 0.000118
+gallium_dri.so free 0x5571735af260 void 0.000119
+gallium_dri.so free 0x5571735af230 void 0.000118
+gallium_dri.so free 0x5571735af210 void 0.000118
+gallium_dri.so free 0x5571735af1e0 void 0.000118
+gallium_dri.so free 0x5571735af1c0 void 0.000116
+gallium_dri.so free 0x5571735af190 void 0.000118
+gallium_dri.so free 0x5571735af170 void 0.000119
+gallium_dri.so free 0x5571735af140 void 0.000118
+gallium_dri.so free 0x5571735af120 void 0.000118
+gallium_dri.so free 0x5571735af0f0 void 0.000116
+gallium_dri.so free 0x5571735af0c0 void 0.000120
+gallium_dri.so free 0x5571735b0a40 void 0.000118
+gallium_dri.so free 0x5571735b0a10 void 0.000118
+gallium_dri.so free 0x5571735b09e0 void 0.000122
+gallium_dri.so free 0x5571735b09c0 void 0.000119
+gallium_dri.so free 0x5571735b0990 void 0.000117
+gallium_dri.so free 0x5571735b0970 void 0.000115
+gallium_dri.so free 0x5571735b0940 void 0.000117
+gallium_dri.so free 0x5571735b0920 void 0.000118
+gallium_dri.so free 0x5571735b08f0 void 0.000165
+gallium_dri.so free 0x5571735b08d0 void 0.000121
+gallium_dri.so free 0x5571735b08a0 void 0.000118
+gallium_dri.so free 0x5571735b06e0 void 0.000118
+gallium_dri.so free 0x5571735b0870 void 0.000118
+gallium_dri.so free 0x5571735b0840 void 0.000118
+gallium_dri.so free 0x5571735b0810 void 0.000119
+gallium_dri.so free 0x5571735b07e0 void 0.000117
+gallium_dri.so free 0x5571735b07b0 void 0.000119
+gallium_dri.so free 0x5571735b29c0 void 0.000119
+gallium_dri.so free 0x5571735b0780 void 0.000119
+gallium_dri.so free 0x5571735af060 void 0.000120
+gallium_dri.so free 0x5571735b06b0 void 0.000119
+gallium_dri.so free 0x5571735b0680 void 0.000119
+gallium_dri.so free 0x5571735b0650 void 0.000120
+gallium_dri.so free 0x5571735b2ba0 void 0.000120
+gallium_dri.so free 0x5571735b0620 void 0.000115
+gallium_dri.so free 0x5571735b2b50 void 0.000118
+gallium_dri.so free 0x5571735b05f0 void 0.000119
+gallium_dri.so free 0x5571735a2fb0 void 0.000116
+gallium_dri.so free 0x5571735b05c0 void 0.000119
+gallium_dri.so free 0x5571735b0590 void 0.000117
+gallium_dri.so free 0x5571735afb70 void 0.000120
+gallium_dri.so free 0x5571735afb40 void 0.000120
+gallium_dri.so free 0x5571735afb10 void 0.000120
+gallium_dri.so free 0x5571735afae0 void 0.000117
+gallium_dri.so free 0x5571735afab0 void 0.000117
+gallium_dri.so free 0x5571735afcb0 void 0.000122
+gallium_dri.so free 0x5571735afc80 void 0.000116
+gallium_dri.so free 0x5571735b2b70 void 0.000116
+gallium_dri.so free 0x5571735afc50 void 0.000115
+gallium_dri.so free 0x5571735b2b20 void 0.000116
+gallium_dri.so free 0x5571735afc20 void 0.000118
+gallium_dri.so free 0x5571735b2ad0 void 0.000120
+gallium_dri.so free 0x5571735afbf0 void 0.000118
+gallium_dri.so free 0x5571735b2a80 void 0.000118
+gallium_dri.so free 0x5571735aee60 void 0.000118
+gallium_dri.so free 0x5571735b2b00 void 0.000119
+gallium_dri.so free 0x5571735aee30 void 0.000118
+gallium_dri.so free 0x5571735b2a30 void 0.000120
+gallium_dri.so free 0x5571735aee00 void 0.000116
+gallium_dri.so free 0x5571735b2ab0 void 0.000119
+gallium_dri.so free 0x5571735aedd0 void 0.000119
+gallium_dri.so free 0x5571735b2a60 void 0.000119
+gallium_dri.so free 0x5571735bee30 void 0.000117
+gallium_dri.so free 0x5571735b29e0 void 0.000116
+gallium_dri.so free 0x5571735bee00 void 0.000116
+gallium_dri.so free 0x5571735b2990 void 0.000118
+gallium_dri.so free 0x5571735bedd0 void 0.000119
+gallium_dri.so free 0x5571735b2a10 void 0.000121
+gallium_dri.so free 0x5571735beda0 void 0.000119
+gallium_dri.so free 0x5571735b1780 void 0.000119
+gallium_dri.so free 0x55717359ea10 void 0.000118
+gallium_dri.so free 0x5571735af040 void 0.000127
+gallium_dri.so free 0x5571735b0f20 void 0.000120
+gallium_dri.so free 0x5571735afd30 void 0.000119
+gallium_dri.so free 0x5571735afa70 void 0.000121
+libstdc++.so.6 malloc 8 0x5571735af2b0 0.000120
+gallium_dri.so malloc 104 0x55717359ea10 0.000121
+gallium_dri.so malloc 168 0x5571735af7e0 0.000128
+gallium_dri.so free 0x5571735af7e0 void 0.000118
+gallium_dri.so free 0x55717359ea10 void 0.000121
+libstdc++.so.6 free 0x5571735af2b0 void 0.000118
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000125
+gallium_dri.so malloc 104 0x55717359ea10 0.000116
+gallium_dri.so malloc 168 0x5571735af7e0 0.000118
+gallium_dri.so free 0x5571735a2fb0 void 0.000122
+gallium_dri.so free 0x5571735af7e0 void 0.000118
+gallium_dri.so free 0x55717359ea10 void 0.000119
+gallium_dri.so malloc 104 0x55717359ea10 0.000120
+gallium_dri.so malloc 168 0x5571735af7e0 0.000119
+gallium_dri.so free 0x5571735af7e0 void 0.000119
+gallium_dri.so free 0x55717359ea10 void 0.000121
+libstdc++.so.6 malloc 1 0x5571735af2b0 0.000121
+libstdc++.so.6 malloc 1 0x5571735af300 0.000119
+libstdc++.so.6 malloc 1 0x5571735af350 0.000115
+libstdc++.so.6 malloc 1 0x5571735af3a0 0.000118
+libstdc++.so.6 malloc 1 0x5571735af3f0 0.000119
+libstdc++.so.6 malloc 1 0x5571735af440 0.000119
+libstdc++.so.6 free 0x5571735af2b0 void 0.000137
+libstdc++.so.6 free 0x5571735af300 void 0.000116
+libstdc++.so.6 free 0x5571735af350 void 0.000114
+libstdc++.so.6 free 0x5571735af3a0 void 0.000115
+libstdc++.so.6 free 0x5571735af3f0 void 0.000114
+libstdc++.so.6 free 0x5571735af440 void 0.000115
+libstdc++.so.6 malloc 1 0x5571735af440 0.000115
+libstdc++.so.6 malloc 1 0x5571735af3f0 0.000207
+libstdc++.so.6 malloc 1 0x5571735af3a0 0.000208
+libstdc++.so.6 malloc 1 0x5571735af350 0.000173
+libstdc++.so.6 malloc 1 0x5571735af300 0.000122
+libstdc++.so.6 malloc 1 0x5571735af2b0 0.000124
+libstdc++.so.6 free 0x5571735af440 void 0.000117
+libstdc++.so.6 free 0x5571735af3f0 void 0.000117
+libstdc++.so.6 free 0x5571735af3a0 void 0.000122
+libstdc++.so.6 free 0x5571735af350 void 0.000124
+libstdc++.so.6 free 0x5571735af300 void 0.000124
+libstdc++.so.6 free 0x5571735af2b0 void 0.000123
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000118
+gallium_dri.so malloc 104 0x55717359ea10 0.000112
+gallium_dri.so malloc 168 0x5571735af7e0 0.000197
+gallium_dri.so malloc 120 0x5571735afd30 0.000267
+gallium_dri.so free 0x5571735af7e0 void 0.000122
+gallium_dri.so free 0x55717359ea10 void 0.000123
+gallium_dri.so free 0x5571735afd30 void 0.000129
+gallium_dri.so free 0x5571735a2fb0 void 0.000124
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000123
+gallium_dri.so malloc 80 0x5571735afdb0 0.000118
+gallium_dri.so free 0x5571735afdb0 void 0.000113
+gallium_dri.so free 0x5571735a2fb0 void 0.000113
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000117
+gallium_dri.so free 0x5571735a2fb0 void 0.000121
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000114
+gallium_dri.so malloc 2128 0x5571735afe10 0.000114
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x5571735af7e0 0.000111
+gallium_dri.so malloc 104 0x5571735be750 0.000112
+gallium_dri.so malloc 128 0x5571734932b0 0.000111
+gallium_dri.so malloc 104 0x5571735bec00 0.000112
+gallium_dri.so malloc 168 0x5571735bec70 0.000112
+gallium_dri.so malloc 104 0x5571735b0670 0.000111
+gallium_dri.so malloc 128 0x5571735a4470 0.000112
+gallium_dri.so free 0x5571735bec70 void 0.000112
+gallium_dri.so free 0x5571735bec00 void 0.000112
+gallium_dri.so free 0x5571735a4470 void 0.000112
+gallium_dri.so free 0x5571735b0670 void 0.000136
+gallium_dri.so free 0x5571734932b0 void 0.000121
+gallium_dri.so free 0x5571735be750 void 0.000118
+gallium_dri.so free 0x5571735af7e0 void 0.000119
+gallium_dri.so free 0x55717359ea10 void 0.000118
+gallium_dri.so free 0x5571735afe10 void 0.000119
+gallium_dri.so free 0x5571735a2fb0 void 0.000118
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000118
+gallium_dri.so malloc 2128 0x5571735afe10 0.000117
+gallium_dri.so malloc 80 0x5571735afdb0 0.000117
+gallium_dri.so malloc 104 0x55717359ea10 0.000117
+gallium_dri.so malloc 168 0x5571735af7e0 0.000117
+gallium_dri.so malloc 104 0x5571735be750 0.000118
+gallium_dri.so malloc 168 0x5571735bec70 0.000118
+gallium_dri.so malloc 80 0x5571735beda0 0.000119
+gallium_dri.so malloc 104 0x5571735b0670 0.000119
+gallium_dri.so malloc 168 0x5571735aedd0 0.000118
+gallium_dri.so malloc 104 0x5571735bec00 0.000117
+gallium_dri.so malloc 168 0x5571735afbf0 0.000117
+gallium_dri.so malloc 80 0x5571735bee00 0.000121
+gallium_dri.so malloc 80 0x5571735afa70 0.000117
+gallium_dri.so free 0x5571735beda0 void 0.000119
+gallium_dri.so free 0x5571735aedd0 void 0.000118
+gallium_dri.so free 0x5571735b0670 void 0.000119
+gallium_dri.so free 0x5571735afbf0 void 0.000118
+gallium_dri.so free 0x5571735bec00 void 0.000118
+gallium_dri.so free 0x5571735afa70 void 0.000118
+gallium_dri.so free 0x5571735bee00 void 0.000134
+gallium_dri.so free 0x5571735bec70 void 0.000119
+gallium_dri.so free 0x5571735be750 void 0.000117
+gallium_dri.so free 0x5571735af7e0 void 0.000115
+gallium_dri.so free 0x55717359ea10 void 0.000117
+gallium_dri.so free 0x5571735afdb0 void 0.000116
+gallium_dri.so free 0x5571735afe10 void 0.000116
+gallium_dri.so free 0x5571735a2fb0 void 0.000122
+gallium_dri.so malloc 48 0x5571735a2fb0 0.000124
+gallium_dri.so malloc 104 0x55717359ea10 0.000118
+gallium_dri.so malloc 168 0x5571735af7e0 0.000118
+libstdc++.so.6 malloc 56 0x5571735b0a40 0.000118
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000127
+libstdc++.so.6 malloc 56 0x5571735b0700 0.000129
+gallium_dri.so malloc 216 0x55717357f7f0 0.000128
+gallium_dri.so free 0x5571735af7e0 void 0.000126
+libstdc++.so.6 malloc 56 0x5571735b0a80 0.000124
+libstdc++.so.6 malloc 56 0x5571735afbb0 0.000124
+gallium_dri.so malloc 360 0x5571735aee90 0.000117
+gallium_dri.so free 0x55717357f7f0 void 0.000117
+libstdc++.so.6 malloc 56 0x5571735bebc0 0.000118
+libstdc++.so.6 malloc 56 0x5571735af040 0.000119
+libstdc++.so.6 malloc 56 0x5571735afca0 0.000119
+libstdc++.so.6 malloc 56 0x5571735afad0 0.000119
+gallium_dri.so malloc 504 0x5571735adb70 0.000118
+gallium_dri.so free 0x5571735aee90 void 0.000183
+libstdc++.so.6 malloc 56 0x5571735afb10 0.000127
+libstdc++.so.6 malloc 56 0x5571735afb50 0.000120
+libstdc++.so.6 malloc 56 0x5571735af0c0 0.000120
+libstdc++.so.6 malloc 56 0x5571735af100 0.000119
+libstdc++.so.6 malloc 56 0x5571735af140 0.000119
+libstdc++.so.6 malloc 56 0x5571735af180 0.000118
+libstdc++.so.6 malloc 56 0x5571735af1c0 0.000118
+libstdc++.so.6 malloc 56 0x5571735af200 0.000118
+gallium_dri.so malloc 1080 0x5571735afe10 0.000118
+gallium_dri.so free 0x5571735adb70 void 0.000121
+libstdc++.so.6 malloc 56 0x5571735af240 0.000120
+libstdc++.so.6 malloc 56 0x5571735b0780 0.000119
+libstdc++.so.6 malloc 56 0x5571735b07c0 0.000119
+libstdc++.so.6 malloc 56 0x5571735b0800 0.000119
+libstdc++.so.6 malloc 56 0x5571735b0840 0.000118
+libstdc++.so.6 malloc 56 0x5571735b0880 0.000127
+libstdc++.so.6 malloc 56 0x5571735b08c0 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0900 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0940 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0980 0.000112
+libstdc++.so.6 malloc 56 0x5571735b09c0 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0a00 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0250 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0290 0.000114
+libstdc++.so.6 malloc 56 0x5571735b02d0 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0310 0.000112
+gallium_dri.so malloc 1800 0x5571735b0ae0 0.000120
+gallium_dri.so free 0x5571735afe10 void 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0350 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0390 0.000112
+libstdc++.so.6 malloc 56 0x5571735b03d0 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0410 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0450 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0490 0.000112
+libstdc++.so.6 malloc 56 0x5571735b04d0 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0510 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0550 0.000113
+libstdc++.so.6 malloc 56 0x5571735b0590 0.000113
+libstdc++.so.6 malloc 56 0x5571735b05d0 0.000111
+libstdc++.so.6 malloc 56 0x5571735b0610 0.000112
+libstdc++.so.6 malloc 56 0x5571735afe10 0.000113
+libstdc++.so.6 malloc 56 0x5571735afe50 0.000112
+libstdc++.so.6 malloc 56 0x5571735afe90 0.000112
+libstdc++.so.6 malloc 56 0x5571735afed0 0.000112
+libstdc++.so.6 malloc 56 0x5571735aff10 0.000112
+libstdc++.so.6 malloc 56 0x5571735aff50 0.000113
+libstdc++.so.6 malloc 56 0x5571735aff90 0.000113
+libstdc++.so.6 malloc 56 0x5571735affd0 0.000117
+libstdc++.so.6 malloc 56 0x5571735b0010 0.000118
+libstdc++.so.6 malloc 56 0x5571735b0050 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0090 0.000112
+libstdc++.so.6 malloc 56 0x5571735b00d0 0.000115
+libstdc++.so.6 malloc 56 0x5571735b0110 0.000135
+libstdc++.so.6 malloc 56 0x5571735b0150 0.000135
+libstdc++.so.6 malloc 56 0x5571735b0190 0.000125
+libstdc++.so.6 malloc 56 0x5571735b01d0 0.000123
+libstdc++.so.6 malloc 56 0x5571735b0210 0.000124
+libstdc++.so.6 malloc 56 0x5571735b11f0 0.000124
+libstdc++.so.6 malloc 56 0x5571735b1230 0.000118
+gallium_dri.so free 0x5571735a2fb0 void 0.000115
+libstdc++.so.6 free 0x5571735aed30 void 0.000112
+libstdc++.so.6 free 0x5571735b00d0 void 0.000113
+libstdc++.so.6 free 0x5571735b02d0 void 0.000112
+libstdc++.so.6 free 0x5571735b0490 void 0.000113
+libstdc++.so.6 free 0x5571735b0010 void 0.000114
+libstdc++.so.6 free 0x5571735b09c0 void 0.000112
+libstdc++.so.6 free 0x5571735b0390 void 0.000114
+libstdc++.so.6 free 0x5571735af200 void 0.000113
+libstdc++.so.6 free 0x5571735b08c0 void 0.000111
+libstdc++.so.6 free 0x5571735b0a40 void 0.000114
+libstdc++.so.6 free 0x5571735afb50 void 0.000112
+libstdc++.so.6 free 0x5571735b0880 void 0.000112
+libstdc++.so.6 free 0x5571735afed0 void 0.000112
+libstdc++.so.6 free 0x5571735af180 void 0.000112
+libstdc++.so.6 free 0x5571735aff50 void 0.000113
+libstdc++.so.6 free 0x5571735b0780 void 0.000113
+libstdc++.so.6 free 0x5571735af240 void 0.000113
+libstdc++.so.6 free 0x5571735afad0 void 0.000113
+libstdc++.so.6 free 0x5571735b0250 void 0.000113
+libstdc++.so.6 free 0x5571735b0110 void 0.000166
+libstdc++.so.6 free 0x5571735b0150 void 0.000114
+libstdc++.so.6 free 0x5571735b1230 void 0.000112
+libstdc++.so.6 free 0x5571735b0290 void 0.000113
+libstdc++.so.6 free 0x5571735b0190 void 0.000113
+libstdc++.so.6 free 0x5571735b01d0 void 0.000111
+libstdc++.so.6 free 0x5571735b11f0 void 0.000112
+libstdc++.so.6 free 0x5571735b0090 void 0.000117
+gallium_dri.so free 0x5571735b06e0 void 0.000113
+libstdc++.so.6 free 0x5571735b0210 void 0.000112
+libstdc++.so.6 free 0x5571735af1c0 void 0.000112
+libstdc++.so.6 free 0x5571735b0310 void 0.000112
+libstdc++.so.6 free 0x5571735b0590 void 0.000112
+libstdc++.so.6 free 0x5571735af0c0 void 0.000112
+libstdc++.so.6 free 0x5571735afb10 void 0.000114
+libstdc++.so.6 free 0x5571735affd0 void 0.000112
+libstdc++.so.6 free 0x5571735b03d0 void 0.000112
+libstdc++.so.6 free 0x5571735afe50 void 0.000115
+libstdc++.so.6 free 0x5571735b0800 void 0.000113
+libstdc++.so.6 free 0x5571735afca0 void 0.000112
+libstdc++.so.6 free 0x5571735b0840 void 0.000111
+libstdc++.so.6 free 0x5571735afe10 void 0.000113
+libstdc++.so.6 free 0x5571735b0350 void 0.000113
+libstdc++.so.6 free 0x5571735b04d0 void 0.000113
+libstdc++.so.6 free 0x5571735aff90 void 0.000112
+libstdc++.so.6 free 0x5571735af040 void 0.000113
+libstdc++.so.6 free 0x5571735b0050 void 0.000113
+libstdc++.so.6 free 0x5571735b0900 void 0.000113
+libstdc++.so.6 free 0x5571735b0700 void 0.000123
+libstdc++.so.6 free 0x5571735b05d0 void 0.000114
+libstdc++.so.6 free 0x5571735afbb0 void 0.000112
+libstdc++.so.6 free 0x5571735af100 void 0.000112
+libstdc++.so.6 free 0x5571735b07c0 void 0.000113
+libstdc++.so.6 free 0x5571735b0510 void 0.000111
+libstdc++.so.6 free 0x5571735bebc0 void 0.000119
+libstdc++.so.6 free 0x5571735b0450 void 0.000118
+libstdc++.so.6 free 0x5571735b0550 void 0.000112
+libstdc++.so.6 free 0x5571735aff10 void 0.000113
+libstdc++.so.6 free 0x5571735af140 void 0.000111
+libstdc++.so.6 free 0x5571735b0610 void 0.000112
+libstdc++.so.6 free 0x5571735b0410 void 0.000112
+libstdc++.so.6 free 0x5571735b0980 void 0.000122
+libstdc++.so.6 free 0x5571735b0a80 void 0.000123
+libstdc++.so.6 free 0x5571735b0a00 void 0.000124
+libstdc++.so.6 free 0x5571735afe90 void 0.000123
+libstdc++.so.6 free 0x5571735b0940 void 0.000117
+gallium_dri.so free 0x5571735b0ae0 void 0.000114
+gallium_dri.so free 0x55717359ea10 void 0.000114
+gallium_dri.so malloc 48 0x5571735b09c0 0.000114
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000115
+gallium_dri.so free 0x5571735b0ae0 void 0.000113
+gallium_dri.so free 0x5571735b09c0 void 0.000112
+gallium_dri.so malloc 48 0x5571735b09c0 0.000112
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000112
+gallium_dri.so free 0x5571735b0ae0 void 0.000123
+gallium_dri.so free 0x5571735b09c0 void 0.000112
+gallium_dri.so malloc 48 0x5571735b09c0 0.000113
+gallium_dri.so malloc 104 0x55717359ea10 0.000114
+gallium_dri.so malloc 168 0x5571735af7e0 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0010 0.000114
+libstdc++.so.6 malloc 56 0x5571735b0490 0.000112
+gallium_dri.so free 0x5571735b09c0 void 0.000113
+libstdc++.so.6 free 0x5571735b0010 void 0.000115
+gallium_dri.so free 0x5571735bebc0 void 0.000112
+libstdc++.so.6 free 0x5571735b0490 void 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000111
+gallium_dri.so free 0x55717359ea10 void 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000113
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000112
+gallium_dri.so malloc 80 0x5571735afdb0 0.000113
+gallium_dri.so malloc 104 0x55717359ea10 0.000112
+gallium_dri.so malloc 168 0x5571735af7e0 0.000114
+gallium_dri.so malloc 80 0x5571735bee00 0.000113
+gallium_dri.so malloc 104 0x5571735be750 0.000111
+gallium_dri.so malloc 168 0x5571735bec70 0.000112
+gallium_dri.so free 0x5571735bec70 void 0.000112
+gallium_dri.so free 0x5571735be750 void 0.000112
+gallium_dri.so free 0x5571735bee00 void 0.000112
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000118
+gallium_dri.so free 0x5571735afdb0 void 0.000113
+gallium_dri.so free 0x5571735b0ae0 void 0.000111
+gallium_dri.so free 0x5571735b0490 void 0.000163
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x5571735af7e0 0.000111
+gallium_dri.so free 0x5571735af040 void 0.000112
+gallium_dri.so free 0x5571735bebc0 void 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000111
+gallium_dri.so malloc 48 0x5571735b0490 0.000113
+gallium_dri.so free 0x5571735b0490 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735af2b0 0.000119
+gallium_dri.so malloc 104 0x55717359ea10 0.000111
+gallium_dri.so malloc 168 0x5571735af7e0 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000111
+gallium_dri.so free 0x5571735af7e0 void 0.000111
+gallium_dri.so free 0x55717359ea10 void 0.000112
+gallium_dri.so free 0x5571735b0490 void 0.000112
+libstdc++.so.6 free 0x5571735af2b0 void 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000112
+gallium_dri.so malloc 80 0x5571735afdb0 0.000113
+gallium_dri.so free 0x5571735afdb0 void 0.000111
+gallium_dri.so free 0x5571735b0490 void 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000116
+gallium_dri.so free 0x5571735b0490 void 0.000122
+gallium_dri.so malloc 48 0x5571735b0490 0.000117
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000114
+gallium_dri.so malloc 104 0x55717359ea10 0.000111
+gallium_dri.so malloc 168 0x5571735af7e0 0.000111
+gallium_dri.so malloc 104 0x5571735be750 0.000118
+gallium_dri.so malloc 128 0x5571734932b0 0.000113
+gallium_dri.so malloc 104 0x5571735bec00 0.000112
+gallium_dri.so malloc 168 0x5571735bec70 0.000111
+gallium_dri.so malloc 104 0x5571735b0670 0.000112
+gallium_dri.so malloc 128 0x5571735a4470 0.000112
+gallium_dri.so free 0x5571735bec70 void 0.000112
+gallium_dri.so free 0x5571735bec00 void 0.000116
+gallium_dri.so free 0x5571735a4470 void 0.000118
+gallium_dri.so free 0x5571735b0670 void 0.000112
+gallium_dri.so free 0x5571734932b0 void 0.000113
+gallium_dri.so free 0x5571735be750 void 0.000112
+gallium_dri.so free 0x5571735af7e0 void 0.000110
+gallium_dri.so free 0x55717359ea10 void 0.000117
+gallium_dri.so free 0x5571735b0ae0 void 0.000112
+gallium_dri.so free 0x5571735b0490 void 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000112
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000111
+gallium_dri.so malloc 80 0x5571735afdb0 0.000112
+gallium_dri.so malloc 104 0x55717359ea10 0.000111
+gallium_dri.so malloc 168 0x5571735af7e0 0.000113
+gallium_dri.so malloc 104 0x5571735be750 0.000113
+gallium_dri.so malloc 168 0x5571735bec70 0.000112
+gallium_dri.so malloc 80 0x5571735bee00 0.000111
+gallium_dri.so malloc 104 0x5571735b0670 0.000111
+gallium_dri.so malloc 168 0x5571735afbf0 0.000111
+gallium_dri.so malloc 104 0x5571735bec00 0.000111
+gallium_dri.so malloc 168 0x5571735b0a00 0.000113
+gallium_dri.so malloc 80 0x5571735afa70 0.000127
+gallium_dri.so malloc 80 0x5571735beda0 0.000120
+gallium_dri.so free 0x5571735bee00 void 0.000113
+gallium_dri.so free 0x5571735afbf0 void 0.000113
+gallium_dri.so free 0x5571735b0670 void 0.000111
+gallium_dri.so free 0x5571735b0a00 void 0.000112
+gallium_dri.so free 0x5571735bec00 void 0.000125
+gallium_dri.so free 0x5571735beda0 void 0.000122
+gallium_dri.so free 0x5571735afa70 void 0.000122
+gallium_dri.so free 0x5571735bec70 void 0.000118
+gallium_dri.so free 0x5571735be750 void 0.000116
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000115
+gallium_dri.so free 0x5571735afdb0 void 0.000117
+gallium_dri.so free 0x5571735b0ae0 void 0.000113
+gallium_dri.so free 0x5571735b0490 void 0.000113
+gallium_dri.so malloc 48 0x5571735b0490 0.000112
+gallium_dri.so malloc 104 0x55717359ea10 0.000111
+gallium_dri.so malloc 168 0x5571735af7e0 0.000112
+libstdc++.so.6 malloc 56 0x5571735b0010 0.000114
+libstdc++.so.6 malloc 56 0x5571735b09c0 0.000112
+gallium_dri.so free 0x5571735b0490 void 0.000113
+libstdc++.so.6 free 0x5571735b0010 void 0.000112
+gallium_dri.so free 0x5571735bebc0 void 0.000112
+libstdc++.so.6 free 0x5571735b09c0 void 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000126
+gallium_dri.so free 0x55717359ea10 void 0.000114
+gallium_dri.so malloc 48 0x5571735b09c0 0.000154
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000114
+gallium_dri.so free 0x5571735b0ae0 void 0.000112
+gallium_dri.so free 0x5571735b09c0 void 0.000111
+gallium_dri.so malloc 48 0x5571735b09c0 0.000110
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000111
+gallium_dri.so free 0x5571735b0ae0 void 0.000111
+gallium_dri.so free 0x5571735b09c0 void 0.000111
+gallium_dri.so malloc 48 0x5571735b09c0 0.000112
+gallium_dri.so malloc 104 0x55717359ea10 0.000112
+gallium_dri.so malloc 168 0x5571735af7e0 0.000111
+libstdc++.so.6 malloc 56 0x5571735b0010 0.000111
+libstdc++.so.6 malloc 56 0x5571735b0490 0.000111
+gallium_dri.so free 0x5571735b09c0 void 0.000113
+libstdc++.so.6 free 0x5571735b0010 void 0.000116
+gallium_dri.so free 0x5571735af040 void 0.000283
+libstdc++.so.6 free 0x5571735b0490 void 0.000255
+gallium_dri.so free 0x5571735af7e0 void 0.000254
+gallium_dri.so free 0x55717359ea10 void 0.000203
+gallium_dri.so malloc 48 0x5571735b0490 0.000210
+gallium_dri.so malloc 2128 0x5571735b0ae0 0.000219
+gallium_dri.so malloc 80 0x5571735afdb0 0.000226
+gallium_dri.so malloc 104 0x55717359ea10 0.000242
+gallium_dri.so malloc 168 0x5571735af7e0 0.000122
+gallium_dri.so malloc 80 0x5571735afa70 0.000157
+gallium_dri.so malloc 104 0x5571735be750 0.000159
+gallium_dri.so malloc 168 0x5571735bec70 0.000122
+gallium_dri.so free 0x5571735bec70 void 0.000125
+gallium_dri.so free 0x5571735be750 void 0.000120
+gallium_dri.so free 0x5571735afa70 void 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000113
+gallium_dri.so free 0x55717359ea10 void 0.000113
+gallium_dri.so free 0x5571735afdb0 void 0.000112
+gallium_dri.so free 0x5571735b0ae0 void 0.000112
+gallium_dri.so free 0x5571735b0490 void 0.000114
+gallium_dri.so malloc 104 0x55717359ea10 0.000113
+gallium_dri.so malloc 168 0x5571735af7e0 0.000113
+gallium_dri.so free 0x5571735bebc0 void 0.000113
+gallium_dri.so free 0x5571735af040 void 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000112
+gallium_dri.so malloc 48 0x5571735b0490 0.000118
+gallium_dri.so free 0x5571735b0490 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735af2b0 0.000113
+gallium_dri.so malloc 104 0x55717359ea10 0.000112
+gallium_dri.so malloc 168 0x5571735af7e0 0.000124
+gallium_dri.so malloc 48 0x5571735b0490 0.000113
+gallium_dri.so free 0x5571735af7e0 void 0.000112
+gallium_dri.so free 0x55717359ea10 void 0.000118
+gallium_dri.so free 0x5571735b0490 void 0.000119
+libstdc++.so.6 free 0x5571735af2b0 void 0.000119
+gallium_dri.so malloc 320 0x5571735b0310 0.000122
+gallium_dri.so malloc 104 0x55717359ea10 0.000117
+gallium_dri.so malloc 168 0x5571735af7e0 0.000117
+gallium_dri.so malloc 104 0x5571735be750 0.000118
+gallium_dri.so malloc 168 0x5571735bec70 0.000118
+gallium_dri.so malloc 104 0x5571735bec00 0.000118
+gallium_dri.so malloc 168 0x5571735afbf0 0.000122
+gallium_dri.so free 0x5571735bec70 void 0.000120
+gallium_dri.so free 0x5571735be750 void 0.000118
+gallium_dri.so free 0x5571735afbf0 void 0.000118
+gallium_dri.so free 0x5571735bec00 void 0.000118
+gallium_dri.so free 0x5571735af7e0 void 0.000120
+gallium_dri.so free 0x55717359ea10 void 0.000117
+gallium_dri.so free 0 void 0.000119
+gallium_dri.so malloc 48 0x5571735b0490 0.000118
+gallium_dri.so free 0x5571735b0310 void 0.000116
+libstdc++.so.6 malloc 8 0x5571735af2b0 0.000120
+gallium_dri.so malloc 104 0x55717359ea10 0.000117
+gallium_dri.so malloc 168 0x5571735af7e0 0.000118
+libstdc++.so.6 malloc 8 0x5571735af300 0.000120
+gallium_dri.so malloc 104 0x5571735bec00 0.000117
+gallium_dri.so malloc 168 0x5571735afbf0 0.000122
+gallium_dri.so malloc 48 0x5571735b0010 0.000117
+gallium_dri.so malloc 104 0x5571735be750 0.000116
+gallium_dri.so malloc 168 0x5571735bec70 0.000117
+libstdc++.so.6 malloc 32 0x5571735af2d0 0.000121
+libstdc++.so.6 malloc 4 0x5571735af350 0.000118
+libstdc++.so.6 malloc 32 0x5571735af320 0.000117
+libstdc++.so.6 malloc 4 0x5571735af3a0 0.000119
+gallium_dri.so free 0x5571735b0010 void 0.000121
+libstdc++.so.6 free 0x5571735af3a0 void 0.000118
+libstdc++.so.6 free 0x5571735af320 void 0.000117
+libstdc++.so.6 free 0x5571735af350 void 0.000118
+libstdc++.so.6 free 0x5571735af2d0 void 0.000118
+gallium_dri.so free 0x5571735bec70 void 0.000118
+gallium_dri.so free 0x5571735be750 void 0.000125
+gallium_dri.so malloc 16 0x5571735af350 0.000121
+gallium_dri.so free 0x5571735af350 void 0.000119
+gallium_dri.so free 0x5571735afbf0 void 0.000117
+gallium_dri.so free 0x5571735bec00 void 0.000119
+libstdc++.so.6 free 0x5571735af300 void 0.000117
+libstdc++.so.6 malloc 8 0x5571735af300 0.000119
+gallium_dri.so malloc 48 0x5571735b0010 0.000117
+libstdc++.so.6 free 0x5571735af300 void 0.000119
+libstdc++.so.6 malloc 8 0x5571735af300 0.000120
+libstdc++.so.6 free 0x5571735af300 void 0.000118
+gallium_dri.so free 0x5571735af500 void 0.000134
+gallium_dri.so free 0x5571735af520 void 0.000139
+gallium_dri.so free 0x55717359e9d0 void 0.000126
+gallium_dri.so free 0x55717359e9f0 void 0.000125
+gallium_dri.so free 0x5571735af000 void 0.000124
+gallium_dri.so free 0x5571735b8e60 void 0.000126
+gallium_dri.so free 0x5571735bfcb0 void 0.000126
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x5571735bfc60 void 0.000125
+gallium_dri.so free 0x5571735bfc30 void 0.000125
+gallium_dri.so free 0x5571735bfc10 void 0.000125
+gallium_dri.so free 0x5571735bfbe0 void 0.000122
+gallium_dri.so free 0x5571735bfbc0 void 0.000126
+gallium_dri.so free 0x5571735bfb90 void 0.000127
+gallium_dri.so free 0x5571735bfb70 void 0.000125
+gallium_dri.so free 0x5571735bfb40 void 0.000125
+gallium_dri.so free 0x5571735bfb20 void 0.000125
+gallium_dri.so free 0x5571735bfaf0 void 0.000124
+gallium_dri.so free 0x5571735bfad0 void 0.000127
+gallium_dri.so free 0x5571735bfaa0 void 0.000166
+gallium_dri.so free 0x5571735bfa80 void 0.000134
+gallium_dri.so free 0x5571735bfa50 void 0.000121
+gallium_dri.so free 0x5571735bfa30 void 0.000120
+gallium_dri.so free 0x5571735bfa00 void 0.000119
+gallium_dri.so free 0x5571735bf180 void 0.000118
+gallium_dri.so free 0x5571735bf150 void 0.000119
+gallium_dri.so free 0x5571735bf130 void 0.000142
+gallium_dri.so free 0x5571735bf100 void 0.000120
+gallium_dri.so free 0x5571735bf0e0 void 0.000120
+gallium_dri.so free 0x5571735bf0b0 void 0.000121
+gallium_dri.so free 0x5571735bf090 void 0.000121
+gallium_dri.so free 0x5571735bf060 void 0.000120
+gallium_dri.so free 0x5571735bf040 void 0.000120
+gallium_dri.so free 0x5571735bf010 void 0.000121
+gallium_dri.so free 0x5571735beff0 void 0.000121
+gallium_dri.so free 0x5571735befc0 void 0.000120
+gallium_dri.so free 0x5571735befa0 void 0.000120
+gallium_dri.so free 0x5571735bef70 void 0.000119
+gallium_dri.so free 0x5571735bef50 void 0.000120
+gallium_dri.so free 0x5571735bef20 void 0.000119
+gallium_dri.so free 0x5571735bef00 void 0.000135
+gallium_dri.so free 0x5571735beed0 void 0.000118
+gallium_dri.so free 0x5571735beeb0 void 0.000117
+gallium_dri.so free 0x5571735bee80 void 0.000119
+gallium_dri.so free 0x5571735bee60 void 0.000121
+gallium_dri.so free 0x5571735bd9e0 void 0.000120
+gallium_dri.so free 0x5571735bd9c0 void 0.000118
+gallium_dri.so free 0x5571735bd990 void 0.000120
+gallium_dri.so free 0x5571735bd970 void 0.000121
+gallium_dri.so free 0x5571735bd940 void 0.000120
+gallium_dri.so free 0x5571735bd920 void 0.000118
+gallium_dri.so free 0x5571735bd8f0 void 0.000120
+gallium_dri.so free 0x5571735bd8c0 void 0.000128
+gallium_dri.so free 0x5571735bd890 void 0.000121
+gallium_dri.so free 0x5571735bd860 void 0.000122
+gallium_dri.so free 0x5571735bd830 void 0.000120
+gallium_dri.so free 0x5571735bd810 void 0.000120
+gallium_dri.so free 0x5571735bd7e0 void 0.000120
+gallium_dri.so free 0x5571735bd7c0 void 0.000120
+gallium_dri.so free 0x5571735bd790 void 0.000119
+gallium_dri.so free 0x5571735bd770 void 0.000121
+gallium_dri.so free 0x5571735bd740 void 0.000116
+gallium_dri.so free 0x5571735bd720 void 0.000121
+gallium_dri.so free 0x5571735bd6f0 void 0.000119
+gallium_dri.so free 0x5571735bd6d0 void 0.000120
+gallium_dri.so free 0x5571735bd6a0 void 0.000122
+gallium_dri.so free 0x5571735bd670 void 0.000121
+gallium_dri.so free 0x5571735bd640 void 0.000121
+gallium_dri.so free 0x5571735bd610 void 0.000118
+gallium_dri.so free 0x5571735bd5e0 void 0.000119
+gallium_dri.so free 0x5571735be730 void 0.000117
+gallium_dri.so free 0x5571735be700 void 0.000117
+gallium_dri.so free 0x5571735be6e0 void 0.000118
+gallium_dri.so free 0x5571735be6b0 void 0.000120
+gallium_dri.so free 0x5571735be680 void 0.000121
+gallium_dri.so free 0x5571735be650 void 0.000120
+gallium_dri.so free 0x5571735be630 void 0.000120
+gallium_dri.so free 0x5571735be600 void 0.000120
+gallium_dri.so free 0x5571735be5e0 void 0.000142
+gallium_dri.so free 0x5571735be5b0 void 0.000159
+gallium_dri.so free 0x5571735b2bc0 void 0.000162
+gallium_dri.so free 0x5571735bdd20 void 0.000161
+gallium_dri.so free 0x5571735bdcf0 void 0.000160
+gallium_dri.so free 0x5571735bdcc0 void 0.000161
+gallium_dri.so free 0x5571735bdc90 void 0.000161
+gallium_dri.so free 0x5571735bdc60 void 0.000162
+gallium_dri.so free 0x5571735bdc30 void 0.000161
+gallium_dri.so free 0x5571735bdc00 void 0.000162
+gallium_dri.so free 0x5571735bdbd0 void 0.000161
+gallium_dri.so free 0x5571735bdba0 void 0.000161
+gallium_dri.so free 0x5571735bdb70 void 0.000158
+gallium_dri.so free 0x5571735bdb40 void 0.000170
+gallium_dri.so free 0x5571735bdb10 void 0.000124
+gallium_dri.so free 0x5571735bdae0 void 0.000121
+gallium_dri.so free 0x5571735bdab0 void 0.000120
+gallium_dri.so free 0x5571735bda80 void 0.000117
+gallium_dri.so free 0x5571735bda50 void 0.000120
+gallium_dri.so free 0x5571735bda20 void 0.000121
+gallium_dri.so free 0x5571735b94c0 void 0.000121
+gallium_dri.so free 0x5571735b9490 void 0.000120
+gallium_dri.so free 0x5571735b9460 void 0.000135
+gallium_dri.so free 0x5571735b9430 void 0.000117
+gallium_dri.so free 0x5571735b9410 void 0.000124
+gallium_dri.so free 0x5571735b93e0 void 0.000120
+gallium_dri.so free 0x5571735b93c0 void 0.000121
+gallium_dri.so free 0x5571735b9390 void 0.000120
+gallium_dri.so free 0x5571735b9360 void 0.000120
+gallium_dri.so free 0x5571735b9330 void 0.000122
+gallium_dri.so free 0x5571735b9300 void 0.000119
+gallium_dri.so free 0x5571735b92d0 void 0.000118
+gallium_dri.so free 0x5571735b92b0 void 0.000116
+gallium_dri.so free 0x5571735b9280 void 0.000118
+gallium_dri.so free 0x5571735b9260 void 0.000121
+gallium_dri.so free 0x5571735b9230 void 0.000116
+gallium_dri.so free 0x5571735b9210 void 0.000118
+gallium_dri.so free 0x5571735b91e0 void 0.000120
+gallium_dri.so free 0x5571735b91c0 void 0.000121
+gallium_dri.so free 0x5571735b9190 void 0.000120
+gallium_dri.so free 0x5571735b9170 void 0.000119
+gallium_dri.so free 0x5571735b9140 void 0.000120
+gallium_dri.so free 0x5571735b9120 void 0.000120
+gallium_dri.so free 0x5571735b90f0 void 0.000120
+gallium_dri.so free 0x5571735b90c0 void 0.000120
+gallium_dri.so free 0x5571735b9090 void 0.000120
+gallium_dri.so free 0x5571735b9060 void 0.000122
+gallium_dri.so free 0x5571735b9030 void 0.000119
+gallium_dri.so free 0x5571735b9010 void 0.000131
+gallium_dri.so free 0x5571735b8fe0 void 0.000120
+gallium_dri.so free 0x5571735b8fc0 void 0.000119
+gallium_dri.so free 0x5571735b8f90 void 0.000118
+gallium_dri.so free 0x5571735b8f60 void 0.000120
+gallium_dri.so free 0x5571735b8f30 void 0.000117
+gallium_dri.so free 0x5571735b8f00 void 0.000120
+gallium_dri.so free 0x5571735b8ed0 void 0.000119
+gallium_dri.so free 0x5571735b8eb0 void 0.000119
+gallium_dri.so free 0x5571735b8e80 void 0.000119
+gallium_dri.so free 0x5571735bfcd0 void 0.000119
+gallium_dri.so free 0x5571735af6b0 void 0.000121
+gallium_dri.so free 0x5571735b8e40 void 0.000120
+gallium_dri.so free 0x5571735bf1a0 void 0.000117
+gallium_dri.so free 0x5571735bdd50 void 0.000121
+gallium_dri.so free 0x5571735bcd80 void 0.000117
+gallium_dri.so free 0x5571735aed70 void 0.000120
+gallium_dri.so free 0x5571735b8de0 void 0.000119
+gallium_dri.so free 0x5571735af020 void 0.000117
+gallium_dri.so free 0x5571735b0490 void 0.000120
+gallium_dri.so free 0x5571735bcb90 void 0.000119
+gallium_dri.so free 0x5571735bcac0 void 0.000121
+gallium_dri.so free 0x5571735bc920 void 0.000120
+gallium_dri.so free 0x5571735bc850 void 0.000120
+gallium_dri.so free 0x5571735bc780 void 0.000120
+gallium_dri.so free 0x5571735bc730 void 0.000120
+gallium_dri.so free 0x5571735bc660 void 0.000120
+gallium_dri.so free 0x5571735bc4c0 void 0.000107
+gallium_dri.so free 0x5571735bc3f0 void 0.000121
+gallium_dri.so free 0x5571735af900 void 0.000120
+gallium_dri.so free 0x5571735bc320 void 0.000121
+gallium_dri.so free 0x5571735bc220 void 0.000120
+gallium_dri.so free 0x5571735bc150 void 0.000120
+gallium_dri.so free 0x5571735bc050 void 0.000125
+gallium_dri.so free 0x5571735bbf80 void 0.000121
+gallium_dri.so free 0x5571735bbe80 void 0.000121
+gallium_dri.so free 0x5571735bbdb0 void 0.000120
+gallium_dri.so free 0x5571735bbcb0 void 0.000121
+gallium_dri.so free 0x5571735bbbe0 void 0.000120
+gallium_dri.so free 0x5571735bbae0 void 0.000120
+gallium_dri.so free 0x5571735bba10 void 0.000122
+gallium_dri.so free 0x5571735bb910 void 0.000120
+gallium_dri.so free 0x5571735bb840 void 0.000126
+gallium_dri.so free 0x5571735bb740 void 0.000120
+gallium_dri.so free 0x5571735bb670 void 0.000121
+gallium_dri.so free 0x5571735bb570 void 0.000120
+gallium_dri.so free 0x5571735bb4a0 void 0.000121
+gallium_dri.so free 0x5571735bb3a0 void 0.000120
+gallium_dri.so free 0x5571735bb350 void 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000120
+gallium_dri.so free 0x5571735bb000 void 0.000119
+gallium_dri.so free 0x5571735bafb0 void 0.000119
+gallium_dri.so free 0x5571735baee0 void 0.000120
+gallium_dri.so free 0x5571735bac60 void 0.000127
+gallium_dri.so free 0x5571735bac10 void 0.000121
+gallium_dri.so free 0x5571735bab40 void 0.000120
+gallium_dri.so free 0x5571735baaf0 void 0.000121
+gallium_dri.so free 0x5571735baa90 void 0.000120
+gallium_dri.so free 0x5571735ba9c0 void 0.000119
+gallium_dri.so free 0x5571735ba970 void 0.000121
+gallium_dri.so free 0x5571735ba910 void 0.000121
+gallium_dri.so free 0x5571735ba840 void 0.000121
+gallium_dri.so free 0x5571735b9f00 void 0.000121
+gallium_dri.so free 0x5571735b9e30 void 0.000120
+gallium_dri.so free 0x5571735af600 void 0.000121
+gallium_dri.so free 0x5571735b9d60 void 0.000120
+gallium_dri.so free 0x55717359ea80 void 0.000121
+gallium_dri.so free 0x5571735b9d10 void 0.000122
+gallium_dri.so free 0x5571735b9c40 void 0.000119
+gallium_dri.so free 0x5571735858f0 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000121
+gallium_dri.so free 0x5571735b6d40 void 0.000120
+gallium_dri.so free 0x5571735b6c70 void 0.000120
+gallium_dri.so free 0x5571735b9830 void 0.000120
+gallium_dri.so free 0x5571735b6c10 void 0.000121
+gallium_dri.so free 0x5571735b6b40 void 0.000121
+gallium_dri.so free 0x5571735b94f0 void 0.000123
+gallium_dri.so free 0x5571735b6ae0 void 0.000121
+gallium_dri.so free 0x5571735b6a10 void 0.000129
+gallium_dri.so free 0x5571735b8aa0 void 0.000121
+gallium_dri.so free 0x5571735b8a50 void 0.000121
+gallium_dri.so free 0x5571735b8980 void 0.000120
+gallium_dri.so free 0x5571735b8640 void 0.000120
+gallium_dri.so free 0x5571735b85f0 void 0.000121
+gallium_dri.so free 0x5571735b8520 void 0.000120
+gallium_dri.so free 0x5571735b84d0 void 0.000120
+gallium_dri.so free 0x5571735b8470 void 0.000119
+gallium_dri.so free 0x5571735b83a0 void 0.000121
+gallium_dri.so free 0x5571735b8350 void 0.000120
+gallium_dri.so free 0x5571735b8280 void 0.000120
+gallium_dri.so free 0x5571735b8230 void 0.000120
+gallium_dri.so free 0x5571735b8160 void 0.000120
+gallium_dri.so free 0x5571735b80c0 void 0.000120
+gallium_dri.so free 0x5571735af890 void 0.000121
+gallium_dri.so free 0x5571735b7ff0 void 0.000121
+gallium_dri.so free 0x5571735b7f50 void 0.000120
+gallium_dri.so free 0x5571735b7ef0 void 0.000120
+gallium_dri.so free 0x5571735b7e20 void 0.000120
+gallium_dri.so free 0x5571735b7d80 void 0.000120
+gallium_dri.so free 0x5571735b7d20 void 0.000120
+gallium_dri.so free 0x5571735b7c50 void 0.000120
+gallium_dri.so free 0x5571735b7bb0 void 0.000127
+gallium_dri.so free 0x5571735b7b50 void 0.000122
+gallium_dri.so free 0x5571735b7a80 void 0.000121
+gallium_dri.so free 0x5571735b79e0 void 0.000129
+gallium_dri.so free 0x5571735b7980 void 0.000121
+gallium_dri.so free 0x5571735b78b0 void 0.000122
+gallium_dri.so free 0x5571735b7810 void 0.000125
+gallium_dri.so free 0x5571735b77b0 void 0.000121
+gallium_dri.so free 0x5571735b76e0 void 0.000120
+gallium_dri.so free 0x5571735b7640 void 0.000120
+gallium_dri.so free 0x5571735b75e0 void 0.000121
+gallium_dri.so free 0x5571735b7510 void 0.000120
+gallium_dri.so free 0x5571735b7470 void 0.000122
+gallium_dri.so free 0x5571735b7410 void 0.000121
+gallium_dri.so free 0x5571735b7340 void 0.000121
+gallium_dri.so free 0x5571735b72a0 void 0.000121
+gallium_dri.so free 0x5571735b7240 void 0.000120
+gallium_dri.so free 0x5571735b7170 void 0.000121
+gallium_dri.so free 0x5571735b70f0 void 0.000121
+gallium_dri.so free 0x5571735b7020 void 0.000120
+gallium_dri.so free 0x5571735b6f80 void 0.000123
+gallium_dri.so free 0x5571735b6f20 void 0.000121
+gallium_dri.so free 0x5571735b6e50 void 0.000120
+gallium_dri.so free 0x5571735b6970 void 0.000120
+gallium_dri.so free 0x5571735b6920 void 0.000120
+gallium_dri.so free 0x5571735b6850 void 0.000121
+gallium_dri.so free 0x5571735b67b0 void 0.000121
+gallium_dri.so free 0x5571735b6760 void 0.000122
+gallium_dri.so free 0x5571735b6690 void 0.000120
+gallium_dri.so free 0x5571735b6070 void 0.000170
+gallium_dri.so free 0x5571735b6010 void 0.000121
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so free 0x5571735b5bf0 void 0.000120
+gallium_dri.so free 0x5571735b5b90 void 0.000120
+gallium_dri.so free 0x5571735b5ac0 void 0.000120
+gallium_dri.so free 0x5571735b5a40 void 0.000120
+gallium_dri.so free 0x5571735b5970 void 0.000120
+gallium_dri.so free 0x5571735b5860 void 0.000120
+gallium_dri.so free 0x5571735b5750 void 0.000120
+gallium_dri.so free 0x5571735b5700 void 0.000120
+gallium_dri.so free 0x5571735b5630 void 0.000121
+gallium_dri.so free 0x5571735b5520 void 0.000120
+gallium_dri.so free 0x5571735b5410 void 0.000120
+gallium_dri.so free 0x5571735b53c0 void 0.000120
+gallium_dri.so free 0x5571735b52f0 void 0.000119
+gallium_dri.so free 0x5571735b51e0 void 0.000121
+gallium_dri.so free 0x5571735b50d0 void 0.000120
+gallium_dri.so free 0x5571735b5080 void 0.000122
+gallium_dri.so free 0x5571735b4fb0 void 0.000120
+gallium_dri.so free 0x5571735b4ea0 void 0.000119
+gallium_dri.so free 0x5571735b4d90 void 0.000120
+gallium_dri.so free 0x5571735b4cc0 void 0.000120
+gallium_dri.so free 0x5571735b4bb0 void 0.000120
+gallium_dri.so free 0x5571735b4aa0 void 0.000120
+gallium_dri.so free 0x5571735b4a50 void 0.000121
+gallium_dri.so free 0x5571735b4980 void 0.000124
+gallium_dri.so free 0x5571735b4870 void 0.000120
+gallium_dri.so free 0x5571735b4760 void 0.000122
+gallium_dri.so free 0x5571735b4700 void 0.000120
+gallium_dri.so free 0x5571735b4630 void 0.000119
+gallium_dri.so free 0x5571735b4520 void 0.000120
+gallium_dri.so free 0x5571735b4410 void 0.000121
+gallium_dri.so free 0x5571735af780 void 0.000120
+gallium_dri.so free 0x5571735b4340 void 0.000120
+gallium_dri.so free 0x5571735b4230 void 0.000120
+gallium_dri.so free 0x5571735b4120 void 0.000120
+gallium_dri.so free 0x5571735b40d0 void 0.000123
+gallium_dri.so free 0x5571735b4000 void 0.000124
+gallium_dri.so free 0x5571735b3ef0 void 0.000123
+gallium_dri.so free 0x5571735b3de0 void 0.000120
+gallium_dri.so free 0x5571735b3d90 void 0.000127
+gallium_dri.so free 0x5571735b3cc0 void 0.000124
+gallium_dri.so free 0x5571735b3bb0 void 0.000121
+gallium_dri.so free 0x5571735b3aa0 void 0.000120
+gallium_dri.so free 0x5571735afa10 void 0.000123
+gallium_dri.so free 0x5571735b39d0 void 0.000121
+gallium_dri.so free 0x5571735b38c0 void 0.000120
+gallium_dri.so free 0x5571735b37b0 void 0.000120
+gallium_dri.so free 0x5571735af9b0 void 0.000120
+gallium_dri.so free 0x5571735b36e0 void 0.000121
+gallium_dri.so free 0x5571735b35d0 void 0.000121
+gallium_dri.so free 0x5571735b34c0 void 0.000130
+gallium_dri.so free 0x5571735af540 void 0.000121
+gallium_dri.so free 0x5571735b33f0 void 0.000121
+gallium_dri.so free 0x5571735af4c0 void 0.000120
+gallium_dri.so malloc 61 0x5571735ba970 0.000122
+gallium_dri.so realloc 0x5571735ba970|101 0x5571735ba970 0.000125
+gallium_dri.so realloc 0x5571735ba970|104 0x5571735ba970 0.000125
+gallium_dri.so free 0x5571735ba970 void 0.000120
+gallium_dri.so malloc 104 0x5571735ba970 0.000121
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000120
+gallium_dri.so free 0x5571735ba9e0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000122
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000121
+gallium_dri.so malloc 80 0x5571735ba910 0.000120
+gallium_dri.so free 0x5571735ba910 void 0.000136
+gallium_dri.so free 0x5571735b2bc0 void 0.000120
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000120
+gallium_dri.so free 0x5571735b2bc0 void 0.000119
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000120
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000127
+gallium_dri.so malloc 104 0x5571735ba970 0.000122
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000121
+gallium_dri.so malloc 104 0x5571735af890 0.000119
+gallium_dri.so malloc 128 0x5571734932b0 0.000120
+gallium_dri.so malloc 104 0x5571735af6b0 0.000120
+gallium_dri.so malloc 168 0x55717359ea80 0.000130
+gallium_dri.so malloc 104 0x5571735bec00 0.000121
+gallium_dri.so malloc 128 0x5571735a4470 0.000120
+gallium_dri.so free 0x55717359ea80 void 0.000121
+gallium_dri.so free 0x5571735af6b0 void 0.000122
+gallium_dri.so free 0x5571735a4470 void 0.000120
+gallium_dri.so free 0x5571735bec00 void 0.000119
+gallium_dri.so free 0x5571734932b0 void 0.000120
+gallium_dri.so free 0x5571735af890 void 0.000121
+gallium_dri.so free 0x5571735ba9e0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000120
+gallium_dri.so free 0x5571735bcd80 void 0.000120
+gallium_dri.so free 0x5571735b2bc0 void 0.000121
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000120
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000120
+gallium_dri.so malloc 80 0x5571735ba910 0.000122
+gallium_dri.so malloc 104 0x5571735ba970 0.000119
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000118
+gallium_dri.so malloc 104 0x5571735af890 0.000120
+gallium_dri.so malloc 168 0x55717359ea80 0.000119
+gallium_dri.so malloc 80 0x5571735baa90 0.000119
+gallium_dri.so malloc 104 0x5571735bec00 0.000120
+gallium_dri.so malloc 168 0x5571735af600 0.000121
+gallium_dri.so malloc 104 0x5571735af6b0 0.000120
+gallium_dri.so malloc 168 0x5571735af900 0.000120
+gallium_dri.so malloc 80 0x5571735b8de0 0.000119
+gallium_dri.so malloc 80 0x5571735afdb0 0.000129
+gallium_dri.so free 0x5571735baa90 void 0.000121
+gallium_dri.so free 0x5571735af600 void 0.000122
+gallium_dri.so free 0x5571735bec00 void 0.000140
+gallium_dri.so free 0x5571735af900 void 0.000121
+gallium_dri.so free 0x5571735af6b0 void 0.000121
+gallium_dri.so free 0x5571735afdb0 void 0.000120
+gallium_dri.so free 0x5571735b8de0 void 0.000120
+gallium_dri.so free 0x55717359ea80 void 0.000120
+gallium_dri.so free 0x5571735af890 void 0.000120
+gallium_dri.so free 0x5571735ba9e0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000120
+gallium_dri.so free 0x5571735ba910 void 0.000120
+gallium_dri.so free 0x5571735bcd80 void 0.000121
+gallium_dri.so free 0x5571735b2bc0 void 0.000121
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000120
+gallium_dri.so malloc 104 0x5571735ba970 0.000121
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000121
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735b09c0 0.000120
+gallium_dri.so free 0x5571735b2bc0 void 0.000120
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000123
+gallium_dri.so free 0x55717359e9d0 void 0.000120
+libstdc++.so.6 free 0x5571735b09c0 void 0.000120
+gallium_dri.so free 0x5571735ba9e0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000206
+gallium_dri.so malloc 48 0x5571735b09c0 0.000122
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000121
+gallium_dri.so free 0x5571735bcd80 void 0.000121
+gallium_dri.so free 0x5571735b09c0 void 0.000121
+gallium_dri.so malloc 48 0x5571735b09c0 0.000120
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000120
+gallium_dri.so free 0x5571735bcd80 void 0.000120
+gallium_dri.so free 0x5571735b09c0 void 0.000122
+gallium_dri.so malloc 48 0x5571735b09c0 0.000119
+gallium_dri.so malloc 104 0x5571735ba970 0.000120
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735b2bc0 0.000121
+gallium_dri.so free 0x5571735b09c0 void 0.000121
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000120
+gallium_dri.so free 0x5571735af4c0 void 0.000122
+libstdc++.so.6 free 0x5571735b2bc0 void 0.000121
+gallium_dri.so free 0x5571735ba9e0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000120
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000120
+gallium_dri.so malloc 2128 0x5571735bcd80 0.000120
+gallium_dri.so malloc 80 0x5571735ba910 0.000119
+gallium_dri.so malloc 104 0x5571735ba970 0.000120
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000123
+gallium_dri.so malloc 80 0x5571735b8de0 0.000120
+gallium_dri.so malloc 104 0x5571735af890 0.000125
+gallium_dri.so malloc 168 0x55717359ea80 0.000112
+gallium_dri.so free 0x55717359ea80 void 0.000113
+gallium_dri.so free 0x5571735af890 void 0.000112
+gallium_dri.so free 0x5571735b8de0 void 0.000111
+gallium_dri.so free 0x5571735ba9e0 void 0.000113
+gallium_dri.so free 0x5571735ba970 void 0.000113
+gallium_dri.so free 0x5571735ba910 void 0.000112
+gallium_dri.so free 0x5571735bcd80 void 0.000112
+gallium_dri.so free 0x5571735b2bc0 void 0.000113
+gallium_dri.so malloc 104 0x5571735ba970 0.000112
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000113
+gallium_dri.so free 0x5571735aed70 void 0.000114
+gallium_dri.so free 0x5571735bebc0 void 0.000114
+gallium_dri.so free 0x5571735ba9e0 void 0.000115
+gallium_dri.so free 0x5571735ba970 void 0.000112
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000114
+gallium_dri.so free 0x5571735b2bc0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735af500 0.000119
+gallium_dri.so malloc 104 0x5571735ba970 0.000112
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000134
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000115
+gallium_dri.so free 0x5571735ba9e0 void 0.000114
+gallium_dri.so free 0x5571735ba970 void 0.000113
+gallium_dri.so free 0x5571735b2bc0 void 0.000113
+libstdc++.so.6 free 0x5571735af500 void 0.000113
+gallium_dri.so malloc 104 0x5571735ba970 0.000112
+gallium_dri.so malloc 128 0x5571734932b0 0.000135
+gallium_dri.so free 0x5571734932b0 void 0.000121
+gallium_dri.so free 0x5571735ba970 void 0.000122
+gallium_dri.so malloc 104 0x5571735ba970 0.000119
+gallium_dri.so malloc 128 0x5571734932b0 0.000119
+gallium_dri.so malloc 88 0x5571735ba910 0.000119
+gallium_dri.so malloc 57 0x5571735baaf0 0.000119
+gallium_dri.so malloc 72 0x5571735bac10 0.000120
+gallium_dri.so malloc 88 0x5571735b8de0 0.000117
+gallium_dri.so malloc 61 0x5571735bafb0 0.000119
+gallium_dri.so realloc 0x5571735bac10|96 0x5571735af520 0.000121
+gallium_dri.so free 0x5571734932b0 void 0.000119
+gallium_dri.so free 0x5571735ba970 void 0.000122
+libstdc++.so.6 malloc 21232 0x5571735bee60 0.000119
+gallium_dri.so malloc 48 0x5571735b2bc0 0.000117
+gallium_dri.so malloc 104 0x5571735ba970 0.000119
+gallium_dri.so malloc 168 0x5571735ba9e0 0.000116
+gallium_dri.so malloc 104 0x5571735af890 0.000116
+gallium_dri.so malloc 168 0x55717359ea80 0.000119
+gallium_dri.so malloc 192 0x5571735bc4c0 0.000117
+gallium_dri.so malloc 96 0x5571735af6b0 0.000119
+gallium_dri.so malloc 96 0x5571735bec00 0.000120
+gallium_dri.so malloc 112 0x5571735b5a40 0.000119
+gallium_dri.so free 0x55717359ea80 void 0.000119
+gallium_dri.so free 0x5571735af890 void 0.000122
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so malloc 80 0x5571735afdb0 0.000129
+gallium_dri.so malloc 80 0x5571735baa90 0.000120
+gallium_dri.so malloc 320 0x5571735b0310 0.000117
+gallium_dri.so malloc 80 0x5571735afa70 0.000120
+gallium_dri.so malloc 216 0x5571735858f0 0.000118
+gallium_dri.so free 0x5571735ba9e0 void 0.000117
+gallium_dri.so malloc 320 0x5571735bc320 0.000120
+gallium_dri.so realloc 0|16384 0x5571735c4160 0.000128
+gallium_dri.so free 0x5571735c4160 void 0.000123
+gallium_dri.so malloc 112 0x5571735b70f0 0.000119
+gallium_dri.so malloc 80 0x5571735beda0 0.000119
+gallium_dri.so free 0x5571735beda0 void 0.000122
+gallium_dri.so free 0x5571735b70f0 void 0.000119
+gallium_dri.so malloc 112 0x5571735b70f0 0.000119
+gallium_dri.so malloc 80 0x5571735beda0 0.000116
+gallium_dri.so free 0x5571735b0310 void 0.000117
+gallium_dri.so free 0x5571735beda0 void 0.000117
+gallium_dri.so free 0x5571735b70f0 void 0.000119
+gallium_dri.so malloc 112 0x5571735b70f0 0.000119
+gallium_dri.so malloc 80 0x5571735beda0 0.000120
+gallium_dri.so free 0x5571735beda0 void 0.000119
+gallium_dri.so free 0x5571735b70f0 void 0.000118
+gallium_dri.so malloc 56 0x5571735bd9e0 0.000119
+gallium_dri.so malloc 64 0x5571735bac10 0.000116
+gallium_dri.so free 0x5571735bac10 void 0.000119
+gallium_dri.so free 0x5571735bd9e0 void 0.000119
+gallium_dri.so malloc 320 0x5571735b0310 0.000175
+gallium_dri.so free 0x5571735bc4c0 void 0.000121
+gallium_dri.so free 0x5571735b2c00 void 0.000120
+gallium_dri.so free 0x5571735af590 void 0.000116
+gallium_dri.so free 0x5571735bcd00 void 0.000130
+gallium_dri.so free 0x5571735b5a40 void 0.000120
+gallium_dri.so free 0x5571735bec00 void 0.000120
+gallium_dri.so free 0x5571735af6b0 void 0.000119
+gallium_dri.so free 0x5571735a2830 void 0.000119
+gallium_dri.so free 0x5571735b0740 void 0.000124
+gallium_dri.so free 0x5571735bcc60 void 0.000120
+gallium_dri.so free 0x5571735af080 void 0.000116
+gallium_dri.so free 0x5571735bc9f0 void 0.000119
+gallium_dri.so free 0x5571735bc590 void 0.000117
+gallium_dri.so free 0x5571735af720 void 0.000116
+gallium_dri.so realloc 0|1280 0x5571735b8e40 0.000121
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so malloc 16 0x5571735af500 0.000124
+gallium_dri.so malloc 16 0x5571735af300 0.000121
+gallium_dri.so malloc 16 0x5571735af350 0.000120
+gallium_dri.so realloc 0|8 0x5571735af3a0 0.000126
+gallium_dri.so realloc 0x5571735af3a0|16 0x5571735af3a0 0.000120
+gallium_dri.so free 0 void 0.000123
+gallium_dri.so free 0 void 0.000120
+gallium_dri.so free 0x5571735af4c0 void 0.000120
+gallium_dri.so free 0x5571735af4e0 void 0.000119
+gallium_dri.so free 0x5571735b33f0 void 0.000189
+gallium_dri.so free 0x5571735baa90 void 0.000121
+gallium_dri.so free 0x5571735afdb0 void 0.000119
+gallium_dri.so free 0x5571735afa70 void 0.000117
+gallium_dri.so free 0x5571735858f0 void 0.000118
+gallium_dri.so free 0x5571735ba970 void 0.000122
+gallium_dri.so free 0 void 0.000118
+gallium_dri.so free 0x5571735b0310 void 0.000119
+gallium_dri.so free 0x5571735bc320 void 0.000117
+gallium_dri.so free 0x5571735b2bc0 void 0.000118
+libstdc++.so.6 free 0x5571735bee60 void 0.000124
+gallium_dri.so realloc 0|8 0x5571735af4e0 0.000122
+gallium_dri.so realloc 0x5571735af4e0|16 0x5571735af4e0 0.000123
+gallium_dri.so realloc 0x5571735af4e0|32 0x5571735bebc0 0.000123
+gallium_dri.so realloc 0x5571735bebc0|64 0x5571735b0050 0.000122
+gallium_dri.so free 0x5571735af3a0 void 0.000123
+gallium_dri.so free 0x5571735bc470 void 0.000122
+gallium_dri.so free 0x5571735af500 void 0.000120
+gallium_dri.so free 0x5571735b06e0 void 0.000120
+gallium_dri.so free 0x5571735af300 void 0.000118
+gallium_dri.so free 0x5571735af780 void 0.000118
+gallium_dri.so free 0x5571735af350 void 0.000119
+gallium_dri.so free 0x5571735c4160 void 0.000147
+gallium_dri.so malloc 60 0x5571735bc470 0.000122
+libstdc++.so.6 malloc 5176 0x5571735b33f0 0.000121
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000130
+libstdc++.so.6 malloc 520 0x5571735ae6e0 0.000118
+libstdc++.so.6 malloc 64 0x5571735bac10 0.000116
+libstdc++.so.6 malloc 504 0x5571735adb70 0.000118
+libstdc++.so.6 malloc 64 0x5571735bb350 0.000116
+libstdc++.so.6 malloc 504 0x5571735addc0 0.000119
+libstdc++.so.6 malloc 64 0x5571735bc730 0.000118
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000119
+gallium_dri.so realloc 0|64 0x5571735afca0 0.000123
+gallium_dri.so malloc 288 0x5571734f52d0 0.000120
+gallium_dri.so malloc 0 0x5571735af500 0.000119
+gallium_dri.so malloc 0 0x5571735af3a0 0.000116
+gallium_dri.so malloc 19456 0x5571735bee60 0.000121
+gallium_dri.so realloc 0|256 0x5571735b51e0 0.000119
+gallium_dri.so realloc 0|64 0x5571735bd990 0.000123
+gallium_dri.so malloc 18432 0x5571735c3a70 0.000121
+gallium_dri.so realloc 0|256 0x5571735b5410 0.000122
+libstdc++.so.6 malloc 240 0x5571735bb740 0.000117
+gallium_dri.so realloc 0|64 0x5571735af780 0.000134
+libstdc++.so.6 malloc 240 0x5571735bb910 0.000121
+libstdc++.so.6 malloc 160 0x5571735ba9e0 0.000120
+gallium_dri.so malloc 38912 0x5571735c8280 0.000124
+gallium_dri.so realloc 0|256 0x5571735b5520 0.000121
+gallium_dri.so realloc 0|64 0x5571735ba970 0.000120
+gallium_dri.so malloc 15360 0x5571735d1a90 0.000121
+gallium_dri.so realloc 0|256 0x5571735b5750 0.000124
+libstdc++.so.6 malloc 64 0x5571735bcc60 0.000130
+libstdc++.so.6 malloc 504 0x5571735a71a0 0.000120
+libstdc++.so.6 malloc 64 0x5571735bccb0 0.000120
+libstdc++.so.6 malloc 504 0x5571735a8ec0 0.000119
+gallium_dri.so realloc 0|64 0x5571735af9b0 0.000121
+libstdc++.so.6 malloc 24 0x5571735af4e0 0.000120
+libstdc++.so.6 malloc 16 0x5571735af4c0 0.000121
+libstdc++.so.6 malloc 24 0x5571735af3f0 0.000117
+libstdc++.so.6 malloc 64 0x5571735afa00 0.000117
+libstdc++.so.6 malloc 504 0x5571735a9110 0.000118
+libstdc++.so.6 malloc 64 0x5571735a2830 0.000117
+libstdc++.so.6 malloc 504 0x5571735a89c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735af440 0.000117
+libstdc++.so.6 malloc 16 0x5571735aedb0 0.000121
+libstdc++.so.6 malloc 24 0x5571735af350 0.000117
+libstdc++.so.6 malloc 56 0x5571735b0740 0.000121
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000118
+libstdc++.so.6 malloc 56 0x5571735b09c0 0.000121
+libstdc++.so.6 malloc 56 0x5571735b02d0 0.000121
+libstdc++.so.6 malloc 56 0x5571735b00d0 0.000120
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000120
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000120
+libstdc++.so.6 malloc 56 0x5571735bebc0 0.000119
+libstdc++.so.6 malloc 64 0x5571735a2880 0.000120
+libstdc++.so.6 malloc 504 0x5571735a8c10 0.000119
+libstdc++.so.6 malloc 64 0x5571735bb680 0.000119
+libstdc++.so.6 malloc 504 0x5571735afe10 0.000189
+libstdc++.so.6 malloc 24 0x5571735afa50 0.000121
+libstdc++.so.6 malloc 16 0x5571735ba9c0 0.000117
+libstdc++.so.6 malloc 24 0x5571735af300 0.000116
+libstdc++.so.6 malloc 16 0x5571735a28d0 0.000118
+libstdc++.so.6 malloc 64 0x5571735bb6d0 0.000119
+libstdc++.so.6 malloc 504 0x5571735b0460 0.000120
+libstdc++.so.6 malloc 64 0x5571735bc150 0.000117
+libstdc++.so.6 malloc 504 0x5571735b0780 0.000117
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000118
+libstdc++.so.6 malloc 16 0x5571735b00a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b0980 0.000118
+libstdc++.so.6 malloc 64 0x5571735bc1a0 0.000118
+libstdc++.so.6 malloc 504 0x5571735b6e50 0.000117
+libstdc++.so.6 malloc 64 0x5571735b7050 0.000117
+libstdc++.so.6 malloc 504 0x5571735af000 0.000117
+libstdc++.so.6 malloc 24 0x5571735b09a0 0.000120
+libstdc++.so.6 malloc 16 0x5571735af200 0.000120
+libstdc++.so.6 malloc 24 0x5571735af220 0.000117
+libstdc++.so.6 malloc 16 0x5571735af240 0.000120
+libstdc++.so.6 malloc 56 0x5571735b70a0 0.000120
+libstdc++.so.6 free 0x5571735af350 void 0.000121
+libstdc++.so.6 malloc 64 0x5571735af260 0.000121
+libstdc++.so.6 malloc 504 0x5571735b7170 0.000120
+libstdc++.so.6 malloc 64 0x5571735b7370 0.000121
+libstdc++.so.6 malloc 504 0x5571735b73c0 0.000120
+libstdc++.so.6 malloc 24 0x5571735af350 0.000129
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b75e0 0.000120
+libstdc++.so.6 malloc 64 0x5571735bbf80 0.000121
+libstdc++.so.6 malloc 504 0x5571735b8160 0.000120
+libstdc++.so.6 malloc 64 0x5571735b8360 0.000130
+libstdc++.so.6 malloc 504 0x5571735b83b0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b85b0 0.000118
+libstdc++.so.6 malloc 16 0x5571735b85d0 0.000121
+libstdc++.so.6 malloc 24 0x5571735b85f0 0.000117
+libstdc++.so.6 malloc 16 0x5571735bc1f0 0.000120
+libstdc++.so.6 malloc 64 0x5571735bbfd0 0.000120
+libstdc++.so.6 malloc 504 0x5571735b4830 0.000120
+libstdc++.so.6 malloc 64 0x5571735b4a30 0.000137
+libstdc++.so.6 malloc 504 0x5571735b4a80 0.000119
+libstdc++.so.6 malloc 24 0x5571735b4c80 0.000122
+libstdc++.so.6 malloc 16 0x5571735b4ca0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b4cc0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b4ce0 0.000120
+libstdc++.so.6 malloc 504 0x5571735b4d30 0.000119
+libstdc++.so.6 malloc 64 0x5571735b4f30 0.000123
+libstdc++.so.6 malloc 504 0x5571735b4f80 0.000119
+gallium_dri.so realloc 0x5571735af9b0|128 0x5571735bbdb0 0.000121
+gallium_dri.so realloc 0x5571735ba970|128 0x5571735bbbe0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b8610 0.000118
+libstdc++.so.6 malloc 16 0x5571735bc020 0.000120
+libstdc++.so.6 malloc 24 0x5571735b7600 0.000117
+libstdc++.so.6 malloc 16 0x5571735b7620 0.000117
+libstdc++.so.6 malloc 64 0x5571735ba970 0.000153
+libstdc++.so.6 malloc 504 0x5571735bda20 0.000156
+libstdc++.so.6 malloc 64 0x5571735af9b0 0.000159
+libstdc++.so.6 malloc 504 0x5571735bdc20 0.000120
+libstdc++.so.6 malloc 24 0x5571735bde20 0.000117
+libstdc++.so.6 malloc 16 0x5571735bde40 0.000117
+libstdc++.so.6 malloc 24 0x5571735bde60 0.000117
+libstdc++.so.6 malloc 56 0x5571735bbe40 0.000122
+libstdc++.so.6 malloc 64 0x5571735bde80 0.000121
+libstdc++.so.6 malloc 504 0x5571735bded0 0.000120
+libstdc++.so.6 malloc 64 0x5571735be0d0 0.000117
+libstdc++.so.6 malloc 504 0x5571735be120 0.000116
+libstdc++.so.6 malloc 16 0x5571735be320 0.000119
+libstdc++.so.6 malloc 24 0x5571735be340 0.000118
+libstdc++.so.6 malloc 16 0x5571735be360 0.000121
+libstdc++.so.6 malloc 24 0x5571735be380 0.000117
+gallium_dri.so realloc 0x5571735bd990|128 0x5571735be3a0 0.000121
+libstdc++.so.6 malloc 64 0x5571735bd990 0.000118
+libstdc++.so.6 malloc 504 0x5571735be430 0.000119
+libstdc++.so.6 malloc 64 0x5571735be630 0.000120
+libstdc++.so.6 malloc 504 0x5571735b9b70 0.000120
+libstdc++.so.6 malloc 16 0x5571735b9d70 0.000120
+libstdc++.so.6 malloc 24 0x5571735b9d90 0.000116
+libstdc++.so.6 malloc 16 0x5571735b9db0 0.000125
+libstdc++.so.6 malloc 24 0x5571735b9dd0 0.000120
+libstdc++.so.6 malloc 64 0x5571735b9df0 0.000120
+libstdc++.so.6 malloc 504 0x5571735b9e40 0.000120
+libstdc++.so.6 malloc 64 0x5571735ba040 0.000120
+libstdc++.so.6 malloc 504 0x5571735ba090 0.000117
+libstdc++.so.6 malloc 16 0x5571735ba290 0.000120
+libstdc++.so.6 malloc 24 0x5571735ba2b0 0.000120
+libstdc++.so.6 malloc 16 0x5571735ba2d0 0.000120
+libstdc++.so.6 malloc 24 0x5571735ba2f0 0.000120
+libstdc++.so.6 malloc 64 0x5571735ba310 0.000121
+libstdc++.so.6 malloc 504 0x5571735ba360 0.000120
+libstdc++.so.6 malloc 64 0x5571735ba560 0.000119
+libstdc++.so.6 malloc 504 0x5571735ba5b0 0.000117
+libstdc++.so.6 malloc 16 0x5571735ba7b0 0.000118
+libstdc++.so.6 malloc 24 0x5571735ba7d0 0.000117
+libstdc++.so.6 malloc 16 0x5571735ba7f0 0.000120
+libstdc++.so.6 malloc 24 0x5571735ba810 0.000120
+libstdc++.so.6 malloc 64 0x5571735ba830 0.000132
+libstdc++.so.6 malloc 504 0x5571735b5f40 0.000121
+libstdc++.so.6 malloc 64 0x5571735b6140 0.000119
+libstdc++.so.6 malloc 504 0x5571735b6190 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000117
+libstdc++.so.6 malloc 16 0x5571735b63b0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b63d0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b63f0 0.000129
+libstdc++.so.6 free 0x5571735b63f0 void 0.000121
+libstdc++.so.6 free 0x5571735b63d0 void 0.000119
+libstdc++.so.6 free 0x5571735b63b0 void 0.000119
+libstdc++.so.6 free 0x5571735b6390 void 0.000118
+libstdc++.so.6 free 0x5571735bebc0 void 0.000120
+libstdc++.so.6 free 0x5571735aed30 void 0.000120
+libstdc++.so.6 free 0x5571735b02d0 void 0.000117
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000119
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000119
+libstdc++.so.6 free 0x5571735b00d0 void 0.000117
+libstdc++.so.6 free 0x5571735b09c0 void 0.000116
+libstdc++.so.6 free 0x5571735b0740 void 0.000117
+libstdc++.so.6 free 0x5571735ba9e0 void 0.000120
+gallium_dri.so free 0x5571734f52d0 void 0.000117
+gallium_dri.so free 0x5571735af500 void 0.000117
+gallium_dri.so free 0x5571735af3a0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000121
+libstdc++.so.6 malloc 16 0x5571735af500 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000117
+libstdc++.so.6 malloc 24 0x5571735b63b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b6410 0.000120
+libstdc++.so.6 malloc 504 0x5571735b6460 0.000119
+libstdc++.so.6 malloc 64 0x5571735b6660 0.000120
+libstdc++.so.6 malloc 504 0x5571735b66b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b63d0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b63f0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b68b0 0.000133
+libstdc++.so.6 free 0x5571735be320 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735be320 0.000118
+libstdc++.so.6 free 0x5571735be360 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735be360 0.000117
+libstdc++.so.6 free 0x5571735b9d70 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735b9d70 0.000118
+libstdc++.so.6 free 0x5571735b9db0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b9db0 0.000120
+libstdc++.so.6 free 0x5571735ba290 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735ba290 0.000119
+libstdc++.so.6 free 0x5571735ba2d0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735ba2d0 0.000117
+libstdc++.so.6 free 0x5571735ba7b0 void 0.000122
+libstdc++.so.6 malloc 16 0x5571735ba7b0 0.000121
+libstdc++.so.6 free 0x5571735ba7f0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735ba7f0 0.000120
+libstdc++.so.6 free 0x5571735b63b0 void 0.000119
+libstdc++.so.6 free 0x5571735b6390 void 0.000118
+libstdc++.so.6 free 0x5571735af500 void 0.000119
+libstdc++.so.6 free 0x5571735af3a0 void 0.000118
+gallium_dri.so free 0x5571735b6950 void 0.000119
+gallium_dri.so free 0x5571735b6930 void 0.000119
+gallium_dri.so free 0x5571735b68f0 void 0.000119
+gallium_dri.so free 0x5571735b68d0 void 0.000119
+libstdc++.so.6 malloc 56 0x5571735b00d0 0.000118
+libstdc++.so.6 malloc 16 0x5571735b68f0 0.000167
+libstdc++.so.6 malloc 40 0x5571735af2d0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000116
+libstdc++.so.6 free 0x5571735b6950 void 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000118
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000125
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000117
+libstdc++.so.6 free 0x5571735b6930 void 0.000120
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000118
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000119
+libstdc++.so.6 free 0x5571735b68f0 void 0.000117
+libstdc++.so.6 free 0x5571735af2d0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b68f0 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000118
+libstdc++.so.6 free 0x5571735b6930 void 0.000119
+libstdc++.so.6 free 0x5571735b68f0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b68f0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000121
+libstdc++.so.6 free 0x5571735b6930 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000125
+libstdc++.so.6 free 0x5571735b6930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000117
+libstdc++.so.6 free 0x5571735b6930 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000131
+libstdc++.so.6 free 0x5571735b6930 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000119
+libstdc++.so.6 free 0x5571735b6930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000116
+libstdc++.so.6 free 0x5571735b6930 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000117
+libstdc++.so.6 free 0x5571735b6930 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000116
+libstdc++.so.6 free 0x5571735b6930 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000120
+libstdc++.so.6 free 0x5571735b6930 void 0.000119
+libstdc++.so.6 free 0x5571735b68f0 void 0.000115
+libstdc++.so.6 malloc 216 0x5571735858f0 0.000120
+libstdc++.so.6 free 0x5571735b63d0 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735b68f0 0.000116
+gallium_dri.so realloc 0|32 0x5571735af2d0 0.000123
+libstdc++.so.6 free 0x5571735aedb0 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735aedb0 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6930 0.000119
+libstdc++.so.6 free 0x5571735af440 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735af440 0.000116
+libstdc++.so.6 free 0x5571735a28d0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735a28d0 0.000121
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000118
+libstdc++.so.6 free 0x5571735afa50 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735afa50 0.000120
+gallium_dri.so realloc 0|32 0x5571735af320 0.000119
+libstdc++.so.6 free 0x5571735b00a0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735af3a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735af500 0.000120
+gallium_dri.so realloc 0x5571735bbbe0|256 0x5571735b6990 0.000122
+libstdc++.so.6 free 0x5571735bb720 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000119
+gallium_dri.so realloc 0|32 0x5571735b00a0 0.000124
+libstdc++.so.6 free 0x5571735af240 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735af240 0.000120
+libstdc++.so.6 free 0x5571735b09a0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b09a0 0.000121
+gallium_dri.so realloc 0|32 0x5571735af370 0.000119
+libstdc++.so.6 free 0x5571735b75c0 void 0.000127
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000120
+libstdc++.so.6 free 0x5571735af350 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735af350 0.000118
+gallium_dri.so realloc 0|32 0x5571735af3c0 0.000124
+libstdc++.so.6 free 0x5571735bc1f0 void 0.000158
+libstdc++.so.6 malloc 16 0x5571735b63b0 0.000122
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000119
+libstdc++.so.6 free 0x5571735b6950 void 0.000119
+libstdc++.so.6 free 0x5571735b85b0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b85b0 0.000119
+gallium_dri.so realloc 0|32 0x5571735bc1f0 0.000122
+libstdc++.so.6 free 0x5571735b4ca0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735b4ca0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000118
+libstdc++.so.6 free 0x5571735b4c80 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b4c80 0.000118
+gallium_dri.so realloc 0|32 0x5571735af410 0.000124
+libstdc++.so.6 free 0x5571735b7620 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735b7620 0.000120
+libstdc++.so.6 free 0x5571735b8610 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b63d0 0.000120
+gallium_dri.so realloc 0|32 0x5571735b8610 0.000120
+libstdc++.so.6 free 0x5571735bde40 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735bde40 0.000120
+libstdc++.so.6 malloc 24 0x5571735b68d0 0.000116
+libstdc++.so.6 free 0x5571735bde20 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735bde20 0.000119
+gallium_dri.so realloc 0|32 0x5571735af460 0.000124
+libstdc++.so.6 free 0x5571735be320 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735be320 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6aa0 0.000131
+libstdc++.so.6 free 0x5571735be360 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735be360 0.000116
+gallium_dri.so realloc 0|32 0x5571735af490 0.000121
+libstdc++.so.6 free 0x5571735b9d70 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735b9d70 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6ac0 0.000119
+libstdc++.so.6 free 0x5571735b9db0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b9db0 0.000119
+gallium_dri.so realloc 0|32 0x5571735b6ae0 0.000121
+libstdc++.so.6 free 0x5571735ba290 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735ba290 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6b10 0.000120
+libstdc++.so.6 free 0x5571735ba2d0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735ba2d0 0.000117
+gallium_dri.so realloc 0|32 0x5571735b6b30 0.000122
+libstdc++.so.6 free 0x5571735ba7b0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735ba7b0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000119
+libstdc++.so.6 free 0x5571735ba7f0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735ba7f0 0.000120
+gallium_dri.so realloc 0|32 0x5571735b6b80 0.000119
+gallium_dri.so free 0x5571735b6b80 void 0.000116
+gallium_dri.so free 0x5571735b6b30 void 0.000118
+gallium_dri.so free 0x5571735b6ae0 void 0.000118
+gallium_dri.so free 0x5571735af490 void 0.000119
+gallium_dri.so free 0x5571735b8610 void 0.000167
+gallium_dri.so free 0x5571735bc1f0 void 0.000119
+gallium_dri.so free 0x5571735af370 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000119
+gallium_dri.so free 0x5571735af460 void 0.000116
+gallium_dri.so free 0x5571735af410 void 0.000118
+gallium_dri.so free 0x5571735af3c0 void 0.000116
+gallium_dri.so free 0x5571735b00a0 void 0.000131
+gallium_dri.so free 0x5571735af2d0 void 0.000118
+libstdc++.so.6 free 0x5571735858f0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6bb0 0.000117
+libstdc++.so.6 malloc 16 0x5571735b6bd0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000119
+libstdc++.so.6 free 0x5571735b6c10 void 0.000121
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000121
+libstdc++.so.6 free 0x5571735b6bd0 void 0.000119
+libstdc++.so.6 free 0x5571735b6bb0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6bb0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b6bd0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000119
+libstdc++.so.6 malloc 16 0x5571735b6c30 0.000120
+libstdc++.so.6 free 0x5571735be320 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735be320 0.000116
+libstdc++.so.6 malloc 56 0x5571735b02d0 0.000120
+libstdc++.so.6 free 0x5571735af500 void 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000122
+gallium_dri.so realloc 0|32 0x5571735af370 0.000123
+libstdc++.so.6 free 0x5571735af3a0 void 0.000124
+libstdc++.so.6 free 0x5571735bb720 void 0.000119
+libstdc++.so.6 free 0x5571735b0780 void 0.000116
+libstdc++.so.6 free 0x5571735bc150 void 0.000118
+libstdc++.so.6 free 0x5571735b0460 void 0.000119
+libstdc++.so.6 free 0x5571735bb6d0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735bb720 0.000117
+libstdc++.so.6 free 0x5571735b9d70 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735b9d70 0.000121
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000117
+libstdc++.so.6 free 0x5571735b6390 void 0.000119
+libstdc++.so.6 free 0x5571735bb720 void 0.000116
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 free 0x5571735af350 void 0.000118
+libstdc++.so.6 free 0x5571735b73c0 void 0.000119
+libstdc++.so.6 free 0x5571735b7370 void 0.000118
+libstdc++.so.6 free 0x5571735b7170 void 0.000119
+libstdc++.so.6 free 0x5571735af260 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735af350 0.000116
+libstdc++.so.6 free 0x5571735ba290 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735ba290 0.000117
+libstdc++.so.6 malloc 56 0x5571735bebc0 0.000118
+libstdc++.so.6 free 0x5571735b6950 void 0.000119
+libstdc++.so.6 free 0x5571735af350 void 0.000116
+libstdc++.so.6 free 0x5571735b4ca0 void 0.000129
+libstdc++.so.6 free 0x5571735b4c80 void 0.000116
+libstdc++.so.6 free 0x5571735b4a80 void 0.000119
+libstdc++.so.6 free 0x5571735b4a30 void 0.000116
+libstdc++.so.6 free 0x5571735b4830 void 0.000119
+libstdc++.so.6 free 0x5571735bbfd0 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735b6950 0.000120
+libstdc++.so.6 free 0x5571735ba7b0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735ba7b0 0.000117
+libstdc++.so.6 malloc 56 0x5571735bbc70 0.000119
+libstdc++.so.6 free 0x5571735b68d0 void 0.000117
+libstdc++.so.6 free 0x5571735b6950 void 0.000116
+libstdc++.so.6 free 0x5571735bde40 void 0.000118
+libstdc++.so.6 free 0x5571735bde20 void 0.000116
+libstdc++.so.6 free 0x5571735bdc20 void 0.000119
+libstdc++.so.6 free 0x5571735af9b0 void 0.000116
+libstdc++.so.6 free 0x5571735bda20 void 0.000116
+libstdc++.so.6 free 0x5571735ba970 void 0.000119
+libstdc++.so.6 free 0x5571735b6c10 void 0.000120
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000116
+libstdc++.so.6 free 0x5571735b6bd0 void 0.000119
+libstdc++.so.6 free 0x5571735b6bb0 void 0.000128
+libstdc++.so.6 malloc 24 0x5571735b68d0 0.000116
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000117
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000120
+libstdc++.so.6 free 0x5571735b6390 void 0.000167
+libstdc++.so.6 free 0x5571735bb720 void 0.000123
+libstdc++.so.6 free 0x5571735b75c0 void 0.000120
+libstdc++.so.6 free 0x5571735b68d0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b68d0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000116
+libstdc++.so.6 free 0x5571735b6390 void 0.000119
+libstdc++.so.6 free 0x5571735bb720 void 0.000119
+libstdc++.so.6 free 0x5571735b75c0 void 0.000119
+libstdc++.so.6 free 0x5571735b68d0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b68d0 0.000121
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000119
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000118
+libstdc++.so.6 malloc 24 0x5571735af500 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6bb0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b4c80 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000119
+libstdc++.so.6 free 0x5571735b6c30 void 0.000116
+libstdc++.so.6 free 0x5571735af3a0 void 0.000118
+libstdc++.so.6 free 0x5571735af500 void 0.000119
+libstdc++.so.6 free 0x5571735b6bb0 void 0.000121
+libstdc++.so.6 free 0x5571735b4c80 void 0.000127
+libstdc++.so.6 free 0x5571735b6950 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000118
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000117
+libstdc++.so.6 malloc 24 0x5571735bde20 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000120
+libstdc++.so.6 free 0x5571735af3a0 void 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000119
+libstdc++.so.6 free 0x5571735bde40 void 0.000119
+libstdc++.so.6 free 0x5571735bde20 void 0.000117
+libstdc++.so.6 free 0x5571735b6c10 void 0.000120
+libstdc++.so.6 free 0x5571735b6390 void 0.000120
+libstdc++.so.6 free 0x5571735bb720 void 0.000120
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 free 0x5571735b68d0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000119
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000118
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000115
+libstdc++.so.6 free 0x5571735b6c30 void 0.000121
+libstdc++.so.6 free 0x5571735bde40 void 0.000118
+libstdc++.so.6 free 0x5571735bde20 void 0.000118
+libstdc++.so.6 free 0x5571735b6c10 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000116
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000116
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000130
+libstdc++.so.6 free 0x5571735b6c30 void 0.000120
+libstdc++.so.6 free 0x5571735bde40 void 0.000119
+libstdc++.so.6 free 0x5571735bde20 void 0.000119
+libstdc++.so.6 free 0x5571735b6c10 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000117
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000116
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000123
+libstdc++.so.6 free 0x5571735b6c30 void 0.000118
+libstdc++.so.6 free 0x5571735bde40 void 0.000118
+libstdc++.so.6 free 0x5571735bde20 void 0.000116
+libstdc++.so.6 free 0x5571735b6c10 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000117
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000120
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000117
+libstdc++.so.6 free 0x5571735b6c30 void 0.000120
+libstdc++.so.6 free 0x5571735bde40 void 0.000119
+libstdc++.so.6 free 0x5571735bde20 void 0.000116
+libstdc++.so.6 free 0x5571735b6c10 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000121
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000120
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000119
+libstdc++.so.6 free 0x5571735bde40 void 0.000130
+libstdc++.so.6 free 0x5571735bde20 void 0.000117
+libstdc++.so.6 free 0x5571735b6c10 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000116
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000120
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000118
+libstdc++.so.6 free 0x5571735b6c30 void 0.000120
+libstdc++.so.6 free 0x5571735bde40 void 0.000119
+libstdc++.so.6 free 0x5571735bde20 void 0.000123
+libstdc++.so.6 free 0x5571735b6c10 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000120
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000119
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000117
+libstdc++.so.6 free 0x5571735bde40 void 0.000115
+libstdc++.so.6 free 0x5571735bde20 void 0.000116
+libstdc++.so.6 free 0x5571735b6c10 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000117
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000119
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000120
+libstdc++.so.6 free 0x5571735bde40 void 0.000118
+libstdc++.so.6 free 0x5571735bde20 void 0.000117
+libstdc++.so.6 free 0x5571735b6c10 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6c10 0.000123
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000120
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000118
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000139
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b6bd0 0.000120
+libstdc++.so.6 malloc 24 0x5571735b68d0 0.000118
+libstdc++.so.6 malloc 24 0x5571735af500 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6bb0 0.000119
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000122
+libstdc++.so.6 free 0x5571735af3a0 void 0.000119
+libstdc++.so.6 free 0x5571735b6bd0 void 0.000119
+libstdc++.so.6 free 0x5571735b68d0 void 0.000120
+libstdc++.so.6 free 0x5571735af500 void 0.000118
+libstdc++.so.6 free 0x5571735b6bb0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000121
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b4c80 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000119
+libstdc++.so.6 free 0x5571735af3a0 void 0.000128
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000117
+libstdc++.so.6 free 0x5571735b4c80 void 0.000119
+libstdc++.so.6 free 0x5571735b6950 void 0.000116
+libstdc++.so.6 free 0x5571735b6390 void 0.000118
+libstdc++.so.6 free 0x5571735b6c30 void 0.000122
+libstdc++.so.6 free 0x5571735bde40 void 0.000117
+libstdc++.so.6 free 0x5571735bde20 void 0.000119
+libstdc++.so.6 free 0x5571735b6c10 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000120
+libstdc++.so.6 malloc 16 0x5571735b6950 0.000119
+libstdc++.so.6 malloc 24 0x5571735b4c80 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000118
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000121
+libstdc++.so.6 free 0x5571735b4c80 void 0.000119
+libstdc++.so.6 free 0x5571735b6950 void 0.000120
+libstdc++.so.6 free 0x5571735b6390 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6390 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000119
+libstdc++.so.6 malloc 16 0x5571735b4c80 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000119
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000117
+libstdc++.so.6 free 0x5571735af3a0 void 0.000119
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000116
+libstdc++.so.6 free 0x5571735b4c80 void 0.000118
+libstdc++.so.6 free 0x5571735b6950 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6950 0.000121
+libstdc++.so.6 malloc 16 0x5571735b4c80 0.000119
+libstdc++.so.6 malloc 64 0x5571735af9b0 0.000117
+libstdc++.so.6 malloc 512 0x5571735b0460 0.000122
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000121
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000130
+libstdc++.so.6 malloc 24 0x5571735bde20 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000117
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000116
+libstdc++.so.6 free 0x5571735bde20 void 0.000117
+gallium_dri.so realloc 0|32 0x5571735b00a0 0.000123
+gallium_dri.so free 0x5571735b00a0 void 0.000118
+libstdc++.so.6 free 0x5571735bde40 void 0.000119
+libstdc++.so.6 free 0x5571735b6c30 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000119
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000119
+libstdc++.so.6 malloc 64 0x5571735bbfd0 0.000120
+libstdc++.so.6 malloc 512 0x5571735a4ad0 0.000120
+libstdc++.so.6 free 0x5571735a4ad0 void 0.000119
+libstdc++.so.6 free 0x5571735bbfd0 void 0.000115
+libstdc++.so.6 malloc 64 0x5571735bbfd0 0.000120
+libstdc++.so.6 malloc 512 0x5571735a4ad0 0.000118
+libstdc++.so.6 free 0x5571735a4ad0 void 0.000119
+libstdc++.so.6 free 0x5571735bbfd0 void 0.000119
+gallium_dri.so malloc 4096 0x5571735b0ae0 0.000122
+gallium_dri.so realloc 0|256 0x5571735b5860 0.000119
+libstdc++.so.6 malloc 64 0x5571735bbfd0 0.000119
+libstdc++.so.6 malloc 504 0x5571735bda20 0.000119
+libstdc++.so.6 malloc 64 0x5571735b4a30 0.000120
+libstdc++.so.6 malloc 504 0x5571735bdc20 0.000118
+libstdc++.so.6 free 0x5571735bde40 void 0.000120
+libstdc++.so.6 free 0x5571735b6c30 void 0.000227
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000115
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000125
+libstdc++.so.6 free 0x5571735bde40 void 0.000122
+libstdc++.so.6 free 0x5571735b6c30 void 0.000115
+gallium_dri.so free 0x5571735b6910 void 0.000117
+gallium_dri.so free 0x5571735b6970 void 0.000117
+gallium_dri.so free 0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000132
+libstdc++.so.6 malloc 24 0x5571735b4ca0 0.000117
+libstdc++.so.6 malloc 24 0x5571735bde20 0.000116
+libstdc++.so.6 malloc 24 0x5571735b6bf0 0.000117
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000215
+libstdc++.so.6 free 0x5571735bde20 void 0.000213
+gallium_dri.so realloc 0|32 0x5571735b00a0 0.000210
+gallium_dri.so free 0x5571735b00a0 void 0.000123
+gallium_dri.so realloc 0|64 0x5571735af260 0.000121
+gallium_dri.so realloc 0x5571735af260|128 0x5571735ba880 0.000121
+libstdc++.so.6 free 0x5571735b4ca0 void 0.000116
+libstdc++.so.6 free 0x5571735bde40 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735bde40 0.000116
+libstdc++.so.6 malloc 24 0x5571735b4ca0 0.000115
+libstdc++.so.6 malloc 16 0x5571735bde20 0.000116
+libstdc++.so.6 malloc 16 0x5571735b6bf0 0.000129
+libstdc++.so.6 malloc 16 0x5571735af3a0 0.000116
+libstdc++.so.6 malloc 16 0x5571735bb720 0.000113
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000115
+libstdc++.so.6 malloc 16 0x5571735b6c30 0.000114
+libstdc++.so.6 malloc 16 0x5571735af410 0.000117
+libstdc++.so.6 malloc 16 0x5571735af460 0.000120
+libstdc++.so.6 malloc 16 0x5571735b0740 0.000115
+libstdc++.so.6 malloc 16 0x5571735b0760 0.000115
+libstdc++.so.6 free 0x5571735b4ca0 void 0.000113
+libstdc++.so.6 free 0x5571735bde40 void 0.000115
+libstdc++.so.6 malloc 3248 0x5571735b1af0 0.000115
+libstdc++.so.6 malloc 16 0x5571735bde40 0.000115
+libstdc++.so.6 malloc 16 0x5571735b4ca0 0.000115
+libstdc++.so.6 malloc 16 0x5571735b09c0 0.000114
+libstdc++.so.6 malloc 16 0x5571735b09e0 0.000120
+libstdc++.so.6 malloc 16 0x5571735af320 0.000114
+libstdc++.so.6 malloc 16 0x5571735af340 0.000114
+libstdc++.so.6 malloc 16 0x5571735ba970 0.000116
+libstdc++.so.6 malloc 16 0x5571735ba990 0.000114
+libstdc++.so.6 malloc 16 0x5571735b5180 0.000116
+libstdc++.so.6 malloc 16 0x5571735b51a0 0.000115
+libstdc++.so.6 malloc 24 0x5571735b51c0 0.000116
+libstdc++.so.6 free 0x5571735b09c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b09c0 0.000115
+libstdc++.so.6 free 0x5571735b09e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b09e0 0.000115
+libstdc++.so.6 free 0x5571735af320 void 0.000127
+libstdc++.so.6 malloc 24 0x5571735af320 0.000117
+libstdc++.so.6 free 0x5571735af340 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba10 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba50 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba70 0.000116
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000114
+libstdc++.so.6 malloc 24 0x5571735bbab0 0.000114
+libstdc++.so.6 free 0x5571735bba10 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba10 0.000114
+libstdc++.so.6 free 0x5571735bba10 void 0.000114
+libstdc++.so.6 free 0x5571735bba30 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000122
+libstdc++.so.6 malloc 56 0x5571735bb840 0.000115
+libstdc++.so.6 free 0x5571735bba50 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735bba50 0.000115
+libstdc++.so.6 malloc 56 0x5571735bb880 0.000114
+libstdc++.so.6 malloc 56 0x5571735bb8c0 0.000113
+libstdc++.so.6 free 0x5571735bba70 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba70 0.000115
+libstdc++.so.6 malloc 56 0x5571735bb280 0.000115
+libstdc++.so.6 malloc 56 0x5571735bb2c0 0.000114
+libstdc++.so.6 malloc 56 0x5571735bb300 0.000125
+libstdc++.so.6 free 0x5571735bba90 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000114
+libstdc++.so.6 malloc 56 0x5571735baee0 0.000156
+libstdc++.so.6 malloc 56 0x5571735baf20 0.000116
+libstdc++.so.6 malloc 56 0x5571735baf60 0.000115
+libstdc++.so.6 free 0x5571735bbab0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000114
+libstdc++.so.6 free 0x5571735bba50 void 0.000123
+libstdc++.so.6 free 0x5571735bba70 void 0.000114
+libstdc++.so.6 free 0x5571735bba90 void 0.000116
+libstdc++.so.6 free 0x5571735bba30 void 0.000114
+libstdc++.so.6 free 0x5571735b6c30 void 0.000115
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 free 0x5571735bde20 void 0.000114
+libstdc++.so.6 free 0x5571735b6bf0 void 0.000113
+libstdc++.so.6 free 0x5571735af3a0 void 0.000113
+libstdc++.so.6 free 0x5571735bb720 void 0.000118
+libstdc++.so.6 free 0x5571735b0760 void 0.000123
+libstdc++.so.6 free 0x5571735b0740 void 0.000124
+libstdc++.so.6 free 0x5571735af460 void 0.000121
+libstdc++.so.6 free 0x5571735af410 void 0.000113
+libstdc++.so.6 free 0x5571735b51a0 void 0.000115
+libstdc++.so.6 free 0x5571735baf60 void 0.000113
+libstdc++.so.6 free 0x5571735baf20 void 0.000113
+libstdc++.so.6 free 0x5571735baee0 void 0.000114
+libstdc++.so.6 free 0x5571735b5180 void 0.000113
+libstdc++.so.6 free 0x5571735bb300 void 0.000114
+libstdc++.so.6 free 0x5571735bb2c0 void 0.000113
+libstdc++.so.6 free 0x5571735bb280 void 0.000112
+libstdc++.so.6 free 0x5571735ba990 void 0.000116
+libstdc++.so.6 free 0x5571735bb8c0 void 0.000113
+libstdc++.so.6 free 0x5571735bb880 void 0.000114
+libstdc++.so.6 free 0x5571735ba970 void 0.000114
+libstdc++.so.6 free 0x5571735bb840 void 0.000114
+libstdc++.so.6 free 0x5571735b4ca0 void 0.000119
+libstdc++.so.6 free 0x5571735bde40 void 0.000115
+libstdc++.so.6 free 0x5571735b1af0 void 0.000113
+gallium_dri.so free 0x5571735b68d0 void 0.000114
+gallium_dri.so free 0x5571735af500 void 0.000113
+gallium_dri.so free 0x5571735b6bb0 void 0.000114
+gallium_dri.so free 0x5571735af2d0 void 0.000112
+gallium_dri.so free 0x5571735b6c10 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 malloc 224 0x55717357f690 0.000115
+libstdc++.so.6 free 0x55717357f690 void 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000115
+libstdc++.so.6 free 0x5571735b0460 void 0.000113
+libstdc++.so.6 free 0x5571735af9b0 void 0.000114
+libstdc++.so.6 free 0x5571735b4c80 void 0.000114
+libstdc++.so.6 free 0x5571735b6950 void 0.000113
+gallium_dri.so free 0x5571735ba880 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000115
+libstdc++.so.6 malloc 16 0x5571735b6c30 0.000115
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000115
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000114
+libstdc++.so.6 free 0x5571735bba90 void 0.000115
+libstdc++.so.6 free 0x5571735bba30 void 0.000128
+libstdc++.so.6 free 0x5571735b6c30 void 0.000115
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 free 0x5571735b6390 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 malloc 16 0x5571735b6c30 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000112
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000114
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000113
+libstdc++.so.6 free 0x5571735b6c30 void 0.000132
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 malloc 16 0x5571735b6c30 0.000112
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000113
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000113
+libstdc++.so.6 free 0x5571735b6c30 void 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 64 0x5571735bb8c0 0.000124
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6c30 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba70 0.000112
+libstdc++.so.6 free 0x5571735bba70 void 0.000120
+libstdc++.so.6 free 0x5571735bba90 void 0.000165
+gallium_dri.so realloc 0|32 0x5571735b00a0 0.000118
+gallium_dri.so free 0x5571735b00a0 void 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000114
+libstdc++.so.6 free 0x5571735b6c30 void 0.000112
+libstdc++.so.6 free 0x5571735b6190 void 0.000115
+libstdc++.so.6 free 0x5571735b6140 void 0.000113
+libstdc++.so.6 free 0x5571735b5f40 void 0.000113
+libstdc++.so.6 free 0x5571735ba830 void 0.000113
+gallium_dri.so malloc 32 0x5571735b00a0 0.000112
+gallium_dri.so realloc 0|136 0x5571735bbbe0 0.000116
+gallium_dri.so malloc 8 0x5571735b6c30 0.000114
+libstdc++.so.6 free 0x5571735bb8c0 void 0.000113
+gallium_dri.so realloc 0|32 0x5571735bc1f0 0.000116
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000114
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000114
+libstdc++.so.6 free 0x5571735bba90 void 0.000112
+libstdc++.so.6 free 0x5571735bba30 void 0.000113
+libstdc++.so.6 free 0x5571735b00d0 void 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 free 0x5571735af4c0 void 0.000114
+libstdc++.so.6 free 0x5571735af4e0 void 0.000117
+libstdc++.so.6 free 0x5571735a8ec0 void 0.000115
+libstdc++.so.6 free 0x5571735bccb0 void 0.000112
+libstdc++.so.6 free 0x5571735a71a0 void 0.000113
+libstdc++.so.6 free 0x5571735bcc60 void 0.000115
+gallium_dri.so realloc 0x5571735af370|64 0x5571735bcc60 0.000120
+libstdc++.so.6 free 0x5571735aedb0 void 0.000115
+libstdc++.so.6 free 0x5571735af440 void 0.000114
+libstdc++.so.6 free 0x5571735a89c0 void 0.000114
+libstdc++.so.6 free 0x5571735a2830 void 0.000112
+libstdc++.so.6 free 0x5571735a9110 void 0.000112
+libstdc++.so.6 free 0x5571735afa00 void 0.000113
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000113
+libstdc++.so.6 free 0x5571735a28d0 void 0.000113
+libstdc++.so.6 free 0x5571735afa50 void 0.000115
+libstdc++.so.6 free 0x5571735afe10 void 0.000116
+libstdc++.so.6 free 0x5571735bb680 void 0.000114
+libstdc++.so.6 free 0x5571735a8c10 void 0.000115
+libstdc++.so.6 free 0x5571735a2880 void 0.000114
+libstdc++.so.6 free 0x5571735af200 void 0.000120
+libstdc++.so.6 free 0x5571735af240 void 0.000115
+libstdc++.so.6 free 0x5571735b09a0 void 0.000113
+libstdc++.so.6 free 0x5571735af000 void 0.000114
+libstdc++.so.6 free 0x5571735b7050 void 0.000113
+libstdc++.so.6 free 0x5571735b6e50 void 0.000116
+libstdc++.so.6 free 0x5571735bc1a0 void 0.000114
+libstdc++.so.6 free 0x5571735b85d0 void 0.000115
+libstdc++.so.6 free 0x5571735b63b0 void 0.000113
+libstdc++.so.6 free 0x5571735b85b0 void 0.000114
+libstdc++.so.6 free 0x5571735b83b0 void 0.000115
+libstdc++.so.6 free 0x5571735b8360 void 0.000130
+libstdc++.so.6 free 0x5571735b8160 void 0.000115
+libstdc++.so.6 free 0x5571735bbf80 void 0.000115
+gallium_dri.so realloc 0x5571735bcc60|128 0x5571735ba880 0.000131
+libstdc++.so.6 free 0x5571735bc020 void 0.000114
+libstdc++.so.6 free 0x5571735b7620 void 0.000114
+libstdc++.so.6 free 0x5571735b63d0 void 0.000142
+libstdc++.so.6 free 0x5571735b4f80 void 0.000118
+libstdc++.so.6 free 0x5571735b4f30 void 0.000112
+libstdc++.so.6 free 0x5571735b4d30 void 0.000120
+libstdc++.so.6 free 0x5571735b4ce0 void 0.000115
+libstdc++.so.6 free 0x5571735bdc20 void 0.000114
+libstdc++.so.6 free 0x5571735b4a30 void 0.000112
+libstdc++.so.6 free 0x5571735bda20 void 0.000114
+libstdc++.so.6 free 0x5571735bbfd0 void 0.000113
+libstdc++.so.6 free 0x5571735be320 void 0.000112
+libstdc++.so.6 free 0x5571735be360 void 0.000113
+libstdc++.so.6 free 0x5571735be120 void 0.000115
+libstdc++.so.6 free 0x5571735be0d0 void 0.000114
+libstdc++.so.6 free 0x5571735bded0 void 0.000114
+libstdc++.so.6 free 0x5571735bde80 void 0.000113
+libstdc++.so.6 free 0x5571735b9d70 void 0.000113
+libstdc++.so.6 free 0x5571735b9db0 void 0.000113
+libstdc++.so.6 free 0x5571735b9b70 void 0.000113
+libstdc++.so.6 free 0x5571735be630 void 0.000113
+libstdc++.so.6 free 0x5571735be430 void 0.000114
+libstdc++.so.6 free 0x5571735bd990 void 0.000112
+libstdc++.so.6 free 0x5571735ba290 void 0.000112
+libstdc++.so.6 free 0x5571735ba2d0 void 0.000114
+libstdc++.so.6 free 0x5571735ba090 void 0.000114
+libstdc++.so.6 free 0x5571735ba040 void 0.000120
+libstdc++.so.6 free 0x5571735b9e40 void 0.000116
+libstdc++.so.6 free 0x5571735b9df0 void 0.000114
+libstdc++.so.6 free 0x5571735ba7b0 void 0.000113
+libstdc++.so.6 free 0x5571735ba7f0 void 0.000113
+libstdc++.so.6 free 0x5571735ba5b0 void 0.000114
+libstdc++.so.6 free 0x5571735ba560 void 0.000112
+libstdc++.so.6 free 0x5571735ba360 void 0.000113
+libstdc++.so.6 free 0x5571735ba310 void 0.000113
+libstdc++.so.6 free 0x5571735b63f0 void 0.000114
+libstdc++.so.6 free 0x5571735b68f0 void 0.000113
+libstdc++.so.6 free 0x5571735b66b0 void 0.000113
+libstdc++.so.6 free 0x5571735b6660 void 0.000117
+libstdc++.so.6 free 0x5571735b6460 void 0.000114
+libstdc++.so.6 free 0x5571735b6410 void 0.000113
+libstdc++.so.6 free 0x5571735b70a0 void 0.000113
+libstdc++.so.6 free 0x5571735be380 void 0.000113
+libstdc++.so.6 free 0x5571735b9dd0 void 0.000114
+libstdc++.so.6 free 0x5571735ba2f0 void 0.000113
+libstdc++.so.6 free 0x5571735ba810 void 0.000113
+libstdc++.so.6 free 0x5571735b0980 void 0.000114
+libstdc++.so.6 free 0x5571735b75e0 void 0.000113
+libstdc++.so.6 free 0x5571735b4cc0 void 0.000114
+libstdc++.so.6 free 0x5571735bde60 void 0.000114
+libstdc++.so.6 free 0x5571735b6930 void 0.000115
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000114
+libstdc++.so.6 free 0x5571735b02d0 void 0.000114
+libstdc++.so.6 free 0x5571735b6aa0 void 0.000114
+libstdc++.so.6 free 0x5571735aed30 void 0.000172
+libstdc++.so.6 free 0x5571735b6ac0 void 0.000119
+libstdc++.so.6 free 0x5571735bebc0 void 0.000113
+libstdc++.so.6 free 0x5571735b6b10 void 0.000113
+libstdc++.so.6 free 0x5571735bbc70 void 0.000114
+libstdc++.so.6 free 0x5571735b6b60 void 0.000113
+libstdc++.so.6 free 0x5571735b51c0 void 0.000114
+libstdc++.so.6 free 0x5571735b09c0 void 0.000113
+libstdc++.so.6 free 0x5571735b09e0 void 0.000114
+libstdc++.so.6 free 0x5571735af320 void 0.000113
+gallium_dri.so free 0x5571735af3c0 void 0.000115
+gallium_dri.so free 0x5571735b6910 void 0.000130
+libstdc++.so.6 free 0x5571735bbe40 void 0.000116
+libstdc++.so.6 free 0x5571735bb740 void 0.000115
+gallium_dri.so free 0x5571735b6bd0 void 0.000114
+gallium_dri.so free 0x5571735b6970 void 0.000112
+libstdc++.so.6 free 0x5571735bb910 void 0.000113
+gallium_dri.so free 0x5571735b6990 void 0.000115
+gallium_dri.so free 0x5571735ba880 void 0.000115
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so free 0x5571735af780 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735af4c0 0.000115
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 free 0x5571735af4c0 void 0.000113
+libstdc++.so.6 free 0x5571734f6040 void 0.000114
+libstdc++.so.6 free 0x5571735bc730 void 0.000114
+libstdc++.so.6 free 0x5571735addc0 void 0.000115
+libstdc++.so.6 free 0x5571735bb350 void 0.000119
+libstdc++.so.6 free 0x5571735adb70 void 0.000115
+libstdc++.so.6 free 0x5571735bac10 void 0.000114
+libstdc++.so.6 free 0x5571735ae6e0 void 0.000113
+libstdc++.so.6 free 0x5571735af3f0 void 0.000113
+libstdc++.so.6 free 0x5571735af300 void 0.000112
+libstdc++.so.6 free 0x5571735af220 void 0.000113
+libstdc++.so.6 free 0x5571735b85f0 void 0.000114
+libstdc++.so.6 free 0x5571735b7600 void 0.000114
+libstdc++.so.6 free 0x5571735be340 void 0.000113
+libstdc++.so.6 free 0x5571735b9d90 void 0.000112
+libstdc++.so.6 free 0x5571735ba2b0 void 0.000114
+libstdc++.so.6 free 0x5571735ba7d0 void 0.000113
+libstdc++.so.6 free 0x5571735b68b0 void 0.000113
+gallium_dri.so free 0x5571735c3a70 void 0.000113
+gallium_dri.so free 0x5571735b5410 void 0.000113
+gallium_dri.so free 0x5571735bee60 void 0.000113
+gallium_dri.so free 0x5571735b51e0 void 0.000114
+gallium_dri.so free 0x5571735c8280 void 0.000116
+gallium_dri.so free 0x5571735b5520 void 0.000114
+gallium_dri.so free 0x5571735b0ae0 void 0.000114
+gallium_dri.so free 0x5571735b5860 void 0.000113
+gallium_dri.so free 0x5571735d1a90 void 0.000114
+gallium_dri.so free 0x5571735b5750 void 0.000112
+gallium_dri.so free 0x5571735be3a0 void 0.000114
+gallium_dri.so free 0x5571735bc1f0 void 0.000114
+gallium_dri.so free 0x5571735afca0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735af4c0 0.000124
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000115
+libstdc++.so.6 free 0x5571735b75c0 void 0.000117
+libstdc++.so.6 free 0x5571735af4c0 void 0.000114
+libstdc++.so.6 free 0x55717357fda0 void 0.000114
+libstdc++.so.6 free 0x5571735b33f0 void 0.000113
+gallium_dri.so free 0x5571735b6c30 void 0.000113
+gallium_dri.so free 0x5571735bcd80 void 0.000113
+gallium_dri.so free 0x5571735a2420 void 0.000116
+gallium_dri.so malloc 4 0x5571735af4c0 0.000116
+gallium_dri.so malloc 2000 0x5571735bcd80 0.000117
+gallium_dri.so malloc 1328 0x5571735b4c80 0.000114
+gallium_dri.so realloc 0|160 0x5571735ba9e0 0.000120
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0x5571735bc020 void 0.000120
+gallium_dri.so free 0x5571735bc020 void 0.000116
+gallium_dri.so free 0x5571735bc020 void 0.000115
+gallium_dri.so free 0x5571735bc020 void 0.000114
+gallium_dri.so malloc 16 0x5571735b75c0 0.000120
+gallium_dri.so malloc 16 0x5571735bba30 0.000113
+gallium_dri.so malloc 16 0x5571735bba90 0.000112
+gallium_dri.so realloc 0|8 0x5571735bba70 0.000120
+gallium_dri.so realloc 0x5571735bba70|16 0x5571735bba70 0.000118
+gallium_dri.so realloc 0x5571735bba70|32 0x5571735b6aa0 0.000119
+gallium_dri.so realloc 0x5571735b6aa0|64 0x5571735bb8c0 0.000117
+gallium_dri.so realloc 0x5571735bb8c0|128 0x5571735af2d0 0.000129
+gallium_dri.so free 0x5571735bb680 void 0.000116
+gallium_dri.so realloc 0|8 0x5571735bba70 0.000127
+gallium_dri.so realloc 0x5571735bba70|16 0x5571735bba70 0.000117
+gallium_dri.so realloc 0x5571735bba70|32 0x5571735af4e0 0.000116
+gallium_dri.so realloc 0x5571735af4e0|64 0x5571735bb680 0.000117
+gallium_dri.so realloc 0x5571735bb680|128 0x5571735bbf80 0.000118
+gallium_dri.so realloc 0x5571735bbf80|256 0x5571735afad0 0.000119
+gallium_dri.so free 0x5571735af2d0 void 0.000115
+gallium_dri.so free 0x5571735bb350 void 0.000113
+gallium_dri.so free 0x5571735b75c0 void 0.000112
+gallium_dri.so free 0x5571735b4a30 void 0.000115
+gallium_dri.so free 0x5571735bba30 void 0.000113
+gallium_dri.so free 0x5571735bc1a0 void 0.000113
+gallium_dri.so free 0x5571735bba90 void 0.000113
+gallium_dri.so free 0x5571735bee60 void 0.000113
+gallium_dri.so malloc 164 0x55717359ea80 0.000115
+gallium_dri.so malloc 164 0x5571735af900 0.000115
+libstdc++.so.6 malloc 5176 0x5571735b33f0 0.000116
+libstdc++.so.6 malloc 400 0x55717357fda0 0.000117
+libstdc++.so.6 malloc 520 0x5571735ae6e0 0.000114
+libstdc++.so.6 malloc 64 0x5571735bc730 0.000113
+libstdc++.so.6 malloc 504 0x5571735b5f40 0.000112
+libstdc++.so.6 malloc 64 0x5571735bb300 0.000115
+libstdc++.so.6 malloc 504 0x5571735b6190 0.000114
+libstdc++.so.6 malloc 64 0x5571735baf60 0.000114
+libstdc++.so.6 malloc 512 0x5571734f6040 0.000117
+gallium_dri.so realloc 0|64 0x5571735af260 0.000117
+gallium_dri.so malloc 864 0x55717354c550 0.000117
+libstdc++.so.6 malloc 4 0x5571735bba90 0.000191
+gallium_dri.so malloc 0 0x5571735bba30 0.000116
+gallium_dri.so malloc 0 0x5571735b75c0 0.000113
+gallium_dri.so malloc 19456 0x5571735bee60 0.000116
+gallium_dri.so realloc 0|256 0x5571735b5860 0.000116
+gallium_dri.so realloc 0|64 0x5571735b7370 0.000115
+gallium_dri.so malloc 18432 0x5571735c3a70 0.000115
+gallium_dri.so realloc 0|256 0x5571735b5520 0.000115
+libstdc++.so.6 malloc 240 0x5571735bb910 0.000114
+gallium_dri.so realloc 0|64 0x5571735bb6d0 0.000115
+libstdc++.so.6 malloc 240 0x5571735bb740 0.000114
+libstdc++.so.6 malloc 160 0x5571735af600 0.000114
+gallium_dri.so malloc 38912 0x5571735c8280 0.000115
+gallium_dri.so realloc 0|256 0x5571735b51e0 0.000116
+gallium_dri.so realloc 0|64 0x5571735bc150 0.000117
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000115
+libstdc++.so.6 malloc 56 0x5571735bb840 0.000114
+libstdc++.so.6 malloc 56 0x5571735bb880 0.000114
+libstdc++.so.6 malloc 56 0x5571735bb280 0.000117
+libstdc++.so.6 malloc 56 0x5571735bb2c0 0.000115
+libstdc++.so.6 malloc 56 0x5571735baee0 0.000114
+libstdc++.so.6 malloc 56 0x5571735baf20 0.000115
+libstdc++.so.6 malloc 56 0x5571735b0740 0.000115
+gallium_dri.so malloc 15360 0x5571735d1a90 0.000117
+gallium_dri.so realloc 0|256 0x5571735b5410 0.000115
+libstdc++.so.6 malloc 64 0x5571735afca0 0.000115
+libstdc++.so.6 malloc 504 0x5571735b4830 0.000113
+libstdc++.so.6 malloc 64 0x5571735bb8c0 0.000133
+libstdc++.so.6 malloc 504 0x5571735b4a80 0.000117
+gallium_dri.so realloc 0|64 0x5571735bb680 0.000117
+libstdc++.so.6 malloc 24 0x5571735bba70 0.000115
+libstdc++.so.6 malloc 16 0x5571735bba50 0.000115
+libstdc++.so.6 malloc 24 0x5571735bba10 0.000115
+libstdc++.so.6 malloc 64 0x5571735bb350 0.000114
+libstdc++.so.6 malloc 504 0x5571735b7170 0.000113
+libstdc++.so.6 malloc 64 0x5571735b4a30 0.000115
+libstdc++.so.6 malloc 504 0x5571735b73c0 0.000115
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000113
+libstdc++.so.6 malloc 16 0x5571735b51c0 0.000115
+libstdc++.so.6 malloc 24 0x5571735bb720 0.000122
+libstdc++.so.6 malloc 64 0x5571735bc1a0 0.000116
+libstdc++.so.6 malloc 504 0x5571735b0780 0.000113
+libstdc++.so.6 malloc 64 0x5571735b75e0 0.000115
+libstdc++.so.6 malloc 504 0x5571735a8ec0 0.000115
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000113
+libstdc++.so.6 malloc 16 0x5571735b6b10 0.000114
+libstdc++.so.6 malloc 24 0x5571735b6d10 0.000116
+libstdc++.so.6 malloc 16 0x5571735af780 0.000114
+libstdc++.so.6 malloc 24 0x5571735af7a0 0.000114
+libstdc++.so.6 malloc 64 0x5571735ba970 0.000116
+libstdc++.so.6 malloc 504 0x5571735adb70 0.000114
+libstdc++.so.6 malloc 64 0x5571735b0980 0.000114
+libstdc++.so.6 malloc 504 0x5571735addc0 0.000115
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000118
+libstdc++.so.6 malloc 16 0x5571735ba9c0 0.000127
+libstdc++.so.6 malloc 24 0x5571735b09d0 0.000124
+libstdc++.so.6 malloc 64 0x5571735bcc60 0.000123
+libstdc++.so.6 malloc 504 0x5571735a8c10 0.000125
+libstdc++.so.6 malloc 64 0x5571735bccb0 0.000119
+libstdc++.so.6 malloc 504 0x5571735afe10 0.000116
+libstdc++.so.6 malloc 24 0x5571735bbf80 0.000114
+libstdc++.so.6 malloc 16 0x5571735bbfa0 0.000115
+libstdc++.so.6 malloc 24 0x5571735bbfc0 0.000115
+libstdc++.so.6 malloc 64 0x5571735af2d0 0.000116
+libstdc++.so.6 malloc 504 0x5571735a9110 0.000114
+libstdc++.so.6 malloc 64 0x5571735af320 0.000114
+libstdc++.so.6 malloc 504 0x5571735a89c0 0.000114
+libstdc++.so.6 malloc 24 0x5571735bbfe0 0.000114
+libstdc++.so.6 malloc 16 0x5571735bc000 0.000114
+libstdc++.so.6 malloc 24 0x5571735a2830 0.000115
+libstdc++.so.6 malloc 16 0x5571735a2850 0.000115
+libstdc++.so.6 malloc 24 0x5571735a2870 0.000115
+gallium_dri.so realloc 0x5571735bc150|128 0x5571735af9b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735bc150 0.000115
+libstdc++.so.6 malloc 504 0x5571735a71a0 0.000114
+libstdc++.so.6 malloc 64 0x5571735a2890 0.000115
+libstdc++.so.6 malloc 504 0x5571735b5630 0.000114
+libstdc++.so.6 malloc 24 0x5571735afa40 0.000115
+libstdc++.so.6 malloc 16 0x5571735b5830 0.000114
+libstdc++.so.6 malloc 24 0x5571735b7ff0 0.000115
+libstdc++.so.6 malloc 64 0x5571735b8010 0.000122
+libstdc++.so.6 malloc 504 0x5571735b00d0 0.000115
+libstdc++.so.6 malloc 64 0x5571735b8060 0.000115
+libstdc++.so.6 malloc 504 0x5571735af000 0.000115
+libstdc++.so.6 malloc 24 0x5571735af200 0.000114
+libstdc++.so.6 malloc 16 0x5571735b02d0 0.000114
+libstdc++.so.6 malloc 24 0x5571735b02f0 0.000115
+libstdc++.so.6 malloc 64 0x5571735b5970 0.000118
+libstdc++.so.6 malloc 504 0x5571735b6e50 0.000114
+libstdc++.so.6 malloc 64 0x5571735b7050 0.000114
+libstdc++.so.6 malloc 504 0x5571735b8160 0.000114
+gallium_dri.so realloc 0x5571735bb680|128 0x5571735b8360 0.000116
+libstdc++.so.6 malloc 24 0x5571735b83f0 0.000114
+libstdc++.so.6 malloc 16 0x5571735b8410 0.000114
+libstdc++.so.6 malloc 24 0x5571735b8430 0.000121
+libstdc++.so.6 malloc 16 0x5571735b8450 0.000116
+libstdc++.so.6 malloc 24 0x5571735b8470 0.000114
+gallium_dri.so realloc 0x5571735b7370|128 0x5571735b8490 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7370 0.000114
+libstdc++.so.6 malloc 504 0x5571735b6390 0.000114
+libstdc++.so.6 malloc 64 0x5571735bb680 0.000115
+libstdc++.so.6 malloc 504 0x5571735b6590 0.000114
+libstdc++.so.6 malloc 24 0x5571735b6790 0.000114
+libstdc++.so.6 malloc 16 0x5571735b67b0 0.000113
+libstdc++.so.6 malloc 24 0x5571735b67d0 0.000113
+libstdc++.so.6 malloc 64 0x5571735b70a0 0.000133
+libstdc++.so.6 malloc 504 0x5571735bda20 0.000176
+libstdc++.so.6 malloc 64 0x5571735bdc20 0.000114
+libstdc++.so.6 malloc 504 0x5571735bdc70 0.000113
+libstdc++.so.6 malloc 24 0x5571735bde70 0.000113
+libstdc++.so.6 malloc 16 0x5571735bde90 0.000113
+libstdc++.so.6 malloc 24 0x5571735bdeb0 0.000113
+libstdc++.so.6 malloc 64 0x5571735bded0 0.000119
+libstdc++.so.6 malloc 504 0x5571735bdf20 0.000123
+libstdc++.so.6 malloc 64 0x5571735be120 0.000120
+libstdc++.so.6 malloc 504 0x5571735be170 0.000115
+libstdc++.so.6 malloc 24 0x5571735be370 0.000114
+libstdc++.so.6 malloc 16 0x5571735be390 0.000112
+libstdc++.so.6 malloc 24 0x5571735be3b0 0.000211
+libstdc++.so.6 malloc 16 0x5571735be3d0 0.000208
+libstdc++.so.6 malloc 24 0x5571735be3f0 0.000214
+gallium_dri.so realloc 0x5571735af9b0|256 0x5571735be410 0.000125
+libstdc++.so.6 malloc 64 0x5571735b59c0 0.000121
+libstdc++.so.6 malloc 504 0x5571735be520 0.000119
+libstdc++.so.6 malloc 64 0x5571735af9b0 0.000120
+libstdc++.so.6 malloc 504 0x5571735b0ae0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b0ce0 0.000120
+libstdc++.so.6 malloc 16 0x5571735b0d00 0.000118
+libstdc++.so.6 malloc 24 0x5571735b0d20 0.000118
+libstdc++.so.6 malloc 64 0x5571735b0d40 0.000128
+libstdc++.so.6 malloc 504 0x5571735b0d90 0.000124
+libstdc++.so.6 malloc 64 0x5571735b0f90 0.000125
+libstdc++.so.6 malloc 504 0x5571735b0fe0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b11e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b1200 0.000118
+libstdc++.so.6 malloc 24 0x5571735b1220 0.000119
+libstdc++.so.6 malloc 64 0x5571735b1240 0.000118
+libstdc++.so.6 malloc 504 0x5571735b1290 0.000118
+libstdc++.so.6 malloc 64 0x5571735b1490 0.000119
+libstdc++.so.6 malloc 504 0x5571735b14e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b16e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b1700 0.000119
+libstdc++.so.6 malloc 24 0x5571735b1720 0.000119
+libstdc++.so.6 malloc 16 0x5571735b1740 0.000120
+libstdc++.so.6 malloc 24 0x5571735b1760 0.000118
+libstdc++.so.6 malloc 16 0x5571735b1780 0.000118
+libstdc++.so.6 malloc 24 0x5571735b17a0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b17c0 0.000119
+libstdc++.so.6 malloc 504 0x5571735b1810 0.000119
+libstdc++.so.6 malloc 64 0x5571735b1a10 0.000117
+libstdc++.so.6 malloc 504 0x5571735b1a60 0.000119
+libstdc++.so.6 malloc 24 0x5571735b1c60 0.000119
+libstdc++.so.6 malloc 16 0x5571735b1c80 0.000119
+libstdc++.so.6 malloc 24 0x5571735b1ca0 0.000126
+libstdc++.so.6 malloc 64 0x5571735b1cc0 0.000120
+libstdc++.so.6 malloc 504 0x5571735b1d10 0.000127
+libstdc++.so.6 malloc 64 0x5571735b1f10 0.000119
+libstdc++.so.6 malloc 504 0x5571735b1f60 0.000118
+gallium_dri.so realloc 0x5571735b8360|256 0x5571735b2160 0.000122
+libstdc++.so.6 malloc 24 0x5571735b5a10 0.000118
+libstdc++.so.6 malloc 16 0x5571735be720 0.000120
+libstdc++.so.6 malloc 24 0x5571735af220 0.000119
+libstdc++.so.6 malloc 64 0x5571735b8360 0.000119
+libstdc++.so.6 malloc 504 0x5571735b2270 0.000118
+libstdc++.so.6 malloc 64 0x5571735b2470 0.000120
+libstdc++.so.6 malloc 504 0x5571735b24c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735af240 0.000118
+libstdc++.so.6 malloc 16 0x5571735b26c0 0.000128
+libstdc++.so.6 malloc 24 0x5571735b26e0 0.000120
+libstdc++.so.6 malloc 16 0x5571735b2700 0.000118
+libstdc++.so.6 malloc 24 0x5571735b2720 0.000118
+libstdc++.so.6 malloc 16 0x5571735b2740 0.000119
+libstdc++.so.6 malloc 24 0x5571735b2760 0.000119
+libstdc++.so.6 malloc 64 0x5571735b2780 0.000121
+libstdc++.so.6 malloc 504 0x5571735b27d0 0.000118
+libstdc++.so.6 malloc 64 0x5571735b29d0 0.000118
+libstdc++.so.6 malloc 504 0x5571735d56a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735afa00 0.000118
+libstdc++.so.6 malloc 16 0x5571735afa20 0.000119
+libstdc++.so.6 malloc 24 0x5571735b83b0 0.000117
+libstdc++.so.6 malloc 64 0x5571735bc9f0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d58a0 0.000129
+libstdc++.so.6 malloc 64 0x5571735bca40 0.000119
+libstdc++.so.6 malloc 504 0x5571735d5aa0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b83d0 0.000119
+libstdc++.so.6 malloc 16 0x5571735bca90 0.000119
+libstdc++.so.6 malloc 24 0x5571735bc590 0.000119
+libstdc++.so.6 malloc 64 0x5571735bc5b0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d5ca0 0.000120
+libstdc++.so.6 malloc 64 0x5571735bc600 0.000119
+libstdc++.so.6 malloc 504 0x5571735d5ea0 0.000118
+libstdc++.so.6 malloc 24 0x5571735bbdb0 0.000119
+libstdc++.so.6 malloc 16 0x5571735bbdd0 0.000120
+libstdc++.so.6 malloc 24 0x5571735bbdf0 0.000119
+libstdc++.so.6 malloc 16 0x5571735bbe10 0.000120
+libstdc++.so.6 malloc 24 0x5571735bbe30 0.000119
+libstdc++.so.6 malloc 16 0x5571735bbe50 0.000119
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000118
+gallium_dri.so realloc 0x5571735b8490|256 0x5571735b8490 0.000123
+libstdc++.so.6 malloc 64 0x5571735af3c0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d60a0 0.000118
+libstdc++.so.6 malloc 64 0x5571735af410 0.000119
+libstdc++.so.6 malloc 504 0x5571735d62a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735af460 0.000118
+libstdc++.so.6 malloc 16 0x5571735ba780 0.000120
+libstdc++.so.6 malloc 24 0x5571735ba7a0 0.000119
+libstdc++.so.6 malloc 64 0x5571735ba7c0 0.000120
+libstdc++.so.6 malloc 504 0x5571735d64a0 0.000162
+libstdc++.so.6 malloc 64 0x5571735ba810 0.000122
+libstdc++.so.6 malloc 504 0x5571735d66a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735ba860 0.000119
+libstdc++.so.6 malloc 16 0x5571735b52f0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b5310 0.000119
+libstdc++.so.6 malloc 64 0x5571735b5330 0.000118
+libstdc++.so.6 malloc 504 0x5571735d68a0 0.000120
+libstdc++.so.6 malloc 64 0x5571735b5380 0.000118
+libstdc++.so.6 malloc 504 0x5571735d6aa0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b53d0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b53f0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b8980 0.000119
+libstdc++.so.6 malloc 16 0x5571735b89a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b89c0 0.000125
+libstdc++.so.6 malloc 16 0x5571735b89e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b8a00 0.000119
+libstdc++.so.6 malloc 64 0x5571735b8a20 0.000118
+libstdc++.so.6 malloc 504 0x5571735d6ca0 0.000118
+libstdc++.so.6 malloc 64 0x5571735bab40 0.000121
+libstdc++.so.6 malloc 504 0x5571735d6ea0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b8a70 0.000120
+libstdc++.so.6 malloc 16 0x5571735bab90 0.000120
+libstdc++.so.6 malloc 24 0x5571735babb0 0.000119
+libstdc++.so.6 malloc 64 0x5571735babd0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d70a0 0.000117
+libstdc++.so.6 malloc 64 0x5571735b5ac0 0.000147
+libstdc++.so.6 malloc 504 0x5571735d72a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735bac20 0.000120
+libstdc++.so.6 malloc 16 0x5571735bac40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b5b10 0.000118
+libstdc++.so.6 malloc 64 0x5571735b5b30 0.000118
+libstdc++.so.6 malloc 504 0x5571735d74a0 0.000117
+libstdc++.so.6 malloc 64 0x5571735b5b80 0.000119
+libstdc++.so.6 malloc 504 0x5571735d76a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b5bd0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b76e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7700 0.000118
+libstdc++.so.6 malloc 64 0x5571735b7720 0.000118
+libstdc++.so.6 malloc 504 0x5571735d78a0 0.000117
+libstdc++.so.6 malloc 64 0x5571735b7770 0.000118
+libstdc++.so.6 malloc 504 0x5571735d7aa0 0.000121
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b77e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b78b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b78d0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d7ca0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7920 0.000118
+libstdc++.so.6 malloc 504 0x5571735d7ea0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7970 0.000118
+libstdc++.so.6 malloc 16 0x5571735b7990 0.000118
+libstdc++.so.6 malloc 24 0x5571735b79b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7a80 0.000128
+libstdc++.so.6 malloc 504 0x5571735d80a0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7ad0 0.000118
+libstdc++.so.6 malloc 504 0x5571735d82a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b7b20 0.000119
+libstdc++.so.6 malloc 16 0x5571735b7b40 0.000119
+libstdc++.so.6 malloc 24 0x5571735b7b60 0.000118
+libstdc++.so.6 malloc 64 0x5571735b7c50 0.000119
+libstdc++.so.6 malloc 504 0x5571735d84a0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7ca0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d86a0 0.000120
+libstdc++.so.6 malloc 24 0x5571735b7b80 0.000119
+libstdc++.so.6 malloc 16 0x5571735b7cf0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7d10 0.000119
+libstdc++.so.6 malloc 16 0x5571735b7d30 0.000119
+libstdc++.so.6 malloc 24 0x5571735b7d50 0.000120
+libstdc++.so.6 malloc 16 0x5571735b7e20 0.000119
+libstdc++.so.6 malloc 64 0x5571735b7e40 0.000120
+libstdc++.so.6 malloc 504 0x5571735d88a0 0.000118
+libstdc++.so.6 malloc 64 0x5571735b7e90 0.000119
+libstdc++.so.6 malloc 504 0x5571735d8aa0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7ee0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b7f00 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7f20 0.000119
+libstdc++.so.6 malloc 64 0x5571735b9350 0.000121
+libstdc++.so.6 malloc 504 0x5571735d8ca0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b93a0 0.000118
+libstdc++.so.6 malloc 504 0x5571735d8ea0 0.000121
+gallium_dri.so realloc 0x5571735b2160|512 0x5571735d90a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735b93f0 0.000120
+libstdc++.so.6 malloc 16 0x5571735b9410 0.000121
+libstdc++.so.6 malloc 24 0x5571735b9430 0.000123
+libstdc++.so.6 malloc 64 0x5571735b9450 0.000120
+libstdc++.so.6 malloc 504 0x5571735d92b0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b94a0 0.000119
+libstdc++.so.6 malloc 504 0x5571735d94b0 0.000118
+libstdc++.so.6 malloc 24 0x5571735bd840 0.000119
+libstdc++.so.6 malloc 16 0x5571735bd860 0.000118
+libstdc++.so.6 malloc 24 0x5571735bd880 0.000119
+libstdc++.so.6 malloc 16 0x5571735bd8a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735bd8c0 0.000127
+libstdc++.so.6 malloc 16 0x5571735bd8e0 0.000120
+gallium_dri.so realloc 0x5571735be410|512 0x5571735d96b0 0.000123
+libstdc++.so.6 malloc 64 0x5571735bd900 0.000119
+libstdc++.so.6 malloc 504 0x5571735d98c0 0.000118
+libstdc++.so.6 malloc 64 0x5571735bd950 0.000119
+libstdc++.so.6 malloc 504 0x5571735d9ac0 0.000118
+libstdc++.so.6 malloc 24 0x5571735bd9a0 0.000119
+libstdc++.so.6 malloc 16 0x5571735bd9c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b67f0 0.000118
+libstdc++.so.6 malloc 64 0x5571735b6810 0.000118
+libstdc++.so.6 malloc 504 0x5571735d9cc0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b6860 0.000119
+libstdc++.so.6 malloc 504 0x5571735d9ec0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b68b0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b68d0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b68f0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b6910 0.000118
+libstdc++.so.6 malloc 504 0x5571735da0c0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b2a20 0.000118
+libstdc++.so.6 malloc 504 0x5571735da2c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6960 0.000118
+libstdc++.so.6 malloc 16 0x5571735b2a70 0.000119
+libstdc++.so.6 malloc 24 0x5571735b2a90 0.000118
+libstdc++.so.6 malloc 16 0x5571735b2ab0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b2ad0 0.000120
+libstdc++.so.6 malloc 16 0x5571735b2af0 0.000118
+libstdc++.so.6 malloc 64 0x5571735b2b10 0.000119
+libstdc++.so.6 malloc 504 0x5571735da4c0 0.000117
+libstdc++.so.6 malloc 64 0x5571735b2b60 0.000118
+libstdc++.so.6 malloc 504 0x5571735da6c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b2bb0 0.000119
+libstdc++.so.6 malloc 16 0x5571735b2bd0 0.000122
+libstdc++.so.6 malloc 24 0x5571735da8c0 0.000118
+libstdc++.so.6 malloc 64 0x5571735da8e0 0.000119
+libstdc++.so.6 malloc 504 0x5571735da930 0.000118
+libstdc++.so.6 malloc 64 0x5571735dab30 0.000119
+libstdc++.so.6 malloc 504 0x5571735dab80 0.000118
+libstdc++.so.6 malloc 24 0x5571735dad80 0.000120
+libstdc++.so.6 malloc 16 0x5571735dada0 0.000186
+libstdc++.so.6 malloc 24 0x5571735dadc0 0.000119
+libstdc++.so.6 malloc 64 0x5571735dade0 0.000119
+libstdc++.so.6 malloc 504 0x5571735dae30 0.000118
+libstdc++.so.6 malloc 64 0x5571735db030 0.000119
+libstdc++.so.6 malloc 504 0x5571735db080 0.000119
+libstdc++.so.6 malloc 24 0x5571735db280 0.000118
+libstdc++.so.6 malloc 16 0x5571735db2a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735db2c0 0.000118
+libstdc++.so.6 malloc 16 0x5571735db2e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735db300 0.000118
+libstdc++.so.6 malloc 16 0x5571735db320 0.000118
+libstdc++.so.6 malloc 64 0x5571735db340 0.000119
+libstdc++.so.6 malloc 504 0x5571735db390 0.000118
+libstdc++.so.6 malloc 64 0x5571735db590 0.000118
+libstdc++.so.6 malloc 504 0x5571735db5e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735db800 0.000118
+libstdc++.so.6 malloc 24 0x5571735db820 0.000118
+libstdc++.so.6 malloc 64 0x5571735db840 0.000119
+libstdc++.so.6 malloc 504 0x5571735db890 0.000123
+libstdc++.so.6 malloc 64 0x5571735dba90 0.000118
+libstdc++.so.6 malloc 504 0x5571735dbae0 0.000119
+libstdc++.so.6 malloc 24 0x5571735dbce0 0.000118
+libstdc++.so.6 malloc 16 0x5571735dbd00 0.000119
+libstdc++.so.6 malloc 24 0x5571735dbd20 0.000118
+libstdc++.so.6 malloc 64 0x5571735dbd40 0.000137
+libstdc++.so.6 malloc 504 0x5571735dbd90 0.000122
+libstdc++.so.6 malloc 64 0x5571735dbf90 0.000119
+libstdc++.so.6 malloc 504 0x5571735dbfe0 0.000118
+libstdc++.so.6 malloc 24 0x5571735dc1e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735dc200 0.000120
+libstdc++.so.6 malloc 24 0x5571735dc220 0.000118
+libstdc++.so.6 malloc 64 0x5571735dc240 0.000119
+libstdc++.so.6 malloc 504 0x5571735dc290 0.000119
+libstdc++.so.6 malloc 64 0x5571735dc490 0.000120
+libstdc++.so.6 malloc 504 0x5571735dc4e0 0.000119
+libstdc++.so.6 malloc 24 0x5571735dc6e0 0.000115
+libstdc++.so.6 malloc 16 0x5571735dc700 0.000119
+libstdc++.so.6 malloc 24 0x5571735dc720 0.000118
+libstdc++.so.6 malloc 64 0x5571735dc740 0.000119
+libstdc++.so.6 malloc 504 0x5571735dc790 0.000120
+libstdc++.so.6 malloc 64 0x5571735dc990 0.000118
+libstdc++.so.6 malloc 504 0x5571735dc9e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735dcbe0 0.000118
+libstdc++.so.6 malloc 16 0x5571735dcc00 0.000118
+libstdc++.so.6 malloc 24 0x5571735dcc20 0.000118
+libstdc++.so.6 malloc 64 0x5571735dcc40 0.000118
+libstdc++.so.6 malloc 504 0x5571735dcc90 0.000117
+libstdc++.so.6 malloc 64 0x5571735dce90 0.000119
+libstdc++.so.6 malloc 504 0x5571735dcee0 0.000118
+libstdc++.so.6 malloc 24 0x5571735dd0e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735dd100 0.000129
+libstdc++.so.6 malloc 24 0x5571735dd120 0.000120
+libstdc++.so.6 malloc 64 0x5571735dd140 0.000119
+libstdc++.so.6 malloc 504 0x5571735dd190 0.000119
+libstdc++.so.6 malloc 64 0x5571735dd390 0.000118
+libstdc++.so.6 malloc 504 0x5571735dd3e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735dd5e0 0.000119
+libstdc++.so.6 malloc 16 0x5571735dd600 0.000119
+libstdc++.so.6 malloc 24 0x5571735dd620 0.000119
+libstdc++.so.6 malloc 16 0x5571735dd640 0.000119
+libstdc++.so.6 malloc 24 0x5571735dd660 0.000120
+libstdc++.so.6 malloc 16 0x5571735dd680 0.000118
+libstdc++.so.6 malloc 56 0x5571735b6aa0 0.000119
+libstdc++.so.6 free 0x5571735b17a0 void 0.000118
+libstdc++.so.6 malloc 64 0x5571735dd6a0 0.000119
+libstdc++.so.6 malloc 504 0x5571735dd6f0 0.000118
+libstdc++.so.6 malloc 64 0x5571735dd8f0 0.000119
+libstdc++.so.6 malloc 504 0x5571735dd940 0.000118
+libstdc++.so.6 malloc 24 0x5571735b17a0 0.000119
+libstdc++.so.6 malloc 16 0x5571735ddb40 0.000119
+libstdc++.so.6 malloc 24 0x5571735ddb60 0.000119
+libstdc++.so.6 malloc 64 0x5571735ddb80 0.000118
+libstdc++.so.6 malloc 504 0x5571735ddbd0 0.000118
+libstdc++.so.6 malloc 64 0x5571735dddd0 0.000119
+libstdc++.so.6 malloc 504 0x5571735dde20 0.000117
+libstdc++.so.6 malloc 24 0x5571735de020 0.000120
+libstdc++.so.6 malloc 16 0x5571735de040 0.000185
+libstdc++.so.6 malloc 24 0x5571735de060 0.000120
+libstdc++.so.6 malloc 64 0x5571735de080 0.000119
+libstdc++.so.6 malloc 504 0x5571735de0d0 0.000120
+libstdc++.so.6 malloc 64 0x5571735de2d0 0.000118
+libstdc++.so.6 malloc 504 0x5571735de320 0.000118
+libstdc++.so.6 malloc 24 0x5571735de520 0.000119
+libstdc++.so.6 malloc 16 0x5571735de540 0.000117
+libstdc++.so.6 malloc 24 0x5571735de560 0.000119
+libstdc++.so.6 malloc 16 0x5571735de580 0.000118
+libstdc++.so.6 malloc 24 0x5571735de5a0 0.000123
+libstdc++.so.6 malloc 16 0x5571735de5c0 0.000120
+libstdc++.so.6 malloc 56 0x5571735af4e0 0.000117
+libstdc++.so.6 free 0x5571735b2760 void 0.000118
+libstdc++.so.6 malloc 64 0x5571735de5e0 0.000134
+libstdc++.so.6 malloc 504 0x5571735de630 0.000119
+libstdc++.so.6 malloc 64 0x5571735de830 0.000119
+libstdc++.so.6 malloc 504 0x5571735de880 0.000121
+libstdc++.so.6 malloc 24 0x5571735b2760 0.000118
+libstdc++.so.6 malloc 16 0x5571735dea80 0.000119
+libstdc++.so.6 malloc 24 0x5571735deaa0 0.000118
+libstdc++.so.6 malloc 64 0x5571735deac0 0.000118
+libstdc++.so.6 malloc 504 0x5571735deb10 0.000118
+libstdc++.so.6 malloc 64 0x5571735ded10 0.000118
+libstdc++.so.6 malloc 504 0x5571735ded60 0.000118
+libstdc++.so.6 malloc 24 0x5571735def60 0.000118
+libstdc++.so.6 malloc 16 0x5571735def80 0.000127
+libstdc++.so.6 malloc 24 0x5571735defa0 0.000119
+libstdc++.so.6 malloc 64 0x5571735b85a0 0.000119
+libstdc++.so.6 malloc 504 0x5571735defc0 0.000139
+libstdc++.so.6 malloc 64 0x5571735df1c0 0.000119
+libstdc++.so.6 malloc 504 0x5571735df210 0.000118
+libstdc++.so.6 malloc 24 0x5571735b85f0 0.000119
+libstdc++.so.6 malloc 16 0x5571735df410 0.000118
+libstdc++.so.6 malloc 24 0x5571735df430 0.000117
+libstdc++.so.6 malloc 16 0x5571735df450 0.000117
+libstdc++.so.6 malloc 24 0x5571735df470 0.000117
+libstdc++.so.6 malloc 16 0x5571735df490 0.000119
+libstdc++.so.6 malloc 56 0x5571735a2420 0.000119
+libstdc++.so.6 free 0x5571735af3a0 void 0.000117
+gallium_dri.so realloc 0x5571735b8490|512 0x5571735df4b0 0.000123
+libstdc++.so.6 malloc 64 0x5571735df6c0 0.000122
+libstdc++.so.6 malloc 504 0x5571735df710 0.000118
+libstdc++.so.6 malloc 64 0x5571735df910 0.000117
+libstdc++.so.6 malloc 504 0x5571735df960 0.000120
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000119
+libstdc++.so.6 malloc 16 0x5571735dfb60 0.000118
+libstdc++.so.6 malloc 24 0x5571735dfb80 0.000118
+libstdc++.so.6 malloc 64 0x5571735dfba0 0.000118
+libstdc++.so.6 malloc 504 0x5571735dfbf0 0.000118
+libstdc++.so.6 malloc 64 0x5571735dfdf0 0.000118
+libstdc++.so.6 malloc 504 0x5571735dfe40 0.000119
+libstdc++.so.6 malloc 24 0x5571735e0040 0.000129
+libstdc++.so.6 malloc 16 0x5571735e0060 0.000120
+libstdc++.so.6 malloc 24 0x5571735e0080 0.000118
+libstdc++.so.6 malloc 64 0x5571735e00a0 0.000119
+libstdc++.so.6 malloc 504 0x5571735e00f0 0.000118
+libstdc++.so.6 malloc 64 0x5571735e02f0 0.000118
+libstdc++.so.6 malloc 504 0x5571735e0340 0.000118
+libstdc++.so.6 malloc 24 0x5571735e0540 0.000119
+libstdc++.so.6 malloc 16 0x5571735e0560 0.000118
+libstdc++.so.6 malloc 24 0x5571735e0580 0.000117
+libstdc++.so.6 malloc 16 0x5571735e05a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735e05c0 0.000118
+libstdc++.so.6 malloc 16 0x5571735e05e0 0.000119
+libstdc++.so.6 malloc 56 0x5571735a2fb0 0.000118
+libstdc++.so.6 free 0x5571735b8a00 void 0.000124
+libstdc++.so.6 malloc 64 0x5571735e0600 0.000123
+libstdc++.so.6 malloc 504 0x5571735e0650 0.000118
+libstdc++.so.6 malloc 64 0x5571735e0850 0.000118
+libstdc++.so.6 malloc 504 0x5571735e08a0 0.000117
+libstdc++.so.6 malloc 16 0x5571735b8a00 0.000122
+libstdc++.so.6 malloc 24 0x5571735e0aa0 0.000125
+libstdc++.so.6 malloc 16 0x5571735e0ac0 0.000119
+libstdc++.so.6 malloc 24 0x5571735e0ae0 0.000119
+libstdc++.so.6 malloc 64 0x5571735e0b00 0.000124
+libstdc++.so.6 malloc 504 0x5571735e0b50 0.000125
+libstdc++.so.6 malloc 64 0x5571735e0d50 0.000159
+libstdc++.so.6 malloc 504 0x5571735e0da0 0.000129
+libstdc++.so.6 malloc 16 0x5571735e0fa0 0.000128
+libstdc++.so.6 malloc 24 0x5571735e0fc0 0.000120
+libstdc++.so.6 malloc 16 0x5571735e0fe0 0.000119
+libstdc++.so.6 malloc 24 0x5571735e1000 0.000123
+libstdc++.so.6 malloc 64 0x5571735e1020 0.000122
+libstdc++.so.6 malloc 504 0x5571735e1070 0.000119
+libstdc++.so.6 malloc 64 0x5571735e1270 0.000117
+libstdc++.so.6 malloc 504 0x5571735e12c0 0.000119
+libstdc++.so.6 malloc 16 0x5571735e14c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735e14e0 0.000120
+libstdc++.so.6 malloc 16 0x5571735e1500 0.000118
+libstdc++.so.6 malloc 24 0x5571735e1520 0.000120
+libstdc++.so.6 malloc 64 0x5571735e1540 0.000119
+libstdc++.so.6 malloc 504 0x5571735e1590 0.000119
+libstdc++.so.6 malloc 64 0x5571735e1790 0.000120
+libstdc++.so.6 malloc 504 0x5571735e17e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735e19e0 0.000120
+libstdc++.so.6 malloc 24 0x5571735e1a00 0.000118
+libstdc++.so.6 malloc 16 0x5571735e1a20 0.000120
+libstdc++.so.6 malloc 24 0x5571735e1a40 0.000118
+libstdc++.so.6 malloc 64 0x5571735e1a60 0.000118
+libstdc++.so.6 malloc 504 0x5571735e1ab0 0.000117
+libstdc++.so.6 malloc 64 0x5571735e1cb0 0.000118
+libstdc++.so.6 malloc 504 0x5571735e1d00 0.000124
+libstdc++.so.6 malloc 24 0x5571735e1f00 0.000112
+libstdc++.so.6 malloc 16 0x5571735e1f20 0.000114
+libstdc++.so.6 malloc 24 0x5571735e1f40 0.000112
+libstdc++.so.6 malloc 64 0x5571735e1f60 0.000109
+libstdc++.so.6 malloc 504 0x5571735e1fb0 0.000112
+libstdc++.so.6 malloc 64 0x5571735e21b0 0.000113
+libstdc++.so.6 malloc 504 0x5571735e2200 0.000112
+libstdc++.so.6 malloc 24 0x5571735e2400 0.000112
+libstdc++.so.6 malloc 16 0x5571735e2420 0.000112
+libstdc++.so.6 malloc 24 0x5571735e2440 0.000110
+libstdc++.so.6 malloc 64 0x5571735e2460 0.000112
+libstdc++.so.6 malloc 504 0x5571735e24b0 0.000111
+libstdc++.so.6 malloc 64 0x5571735e26b0 0.000112
+libstdc++.so.6 malloc 504 0x5571735e2700 0.000112
+libstdc++.so.6 malloc 24 0x5571735e2900 0.000112
+libstdc++.so.6 malloc 16 0x5571735e2920 0.000113
+libstdc++.so.6 malloc 24 0x5571735e2940 0.000111
+libstdc++.so.6 malloc 64 0x5571735e2960 0.000111
+libstdc++.so.6 malloc 504 0x5571735e29b0 0.000113
+libstdc++.so.6 malloc 64 0x5571735e2bb0 0.000112
+libstdc++.so.6 malloc 504 0x5571735e2c00 0.000112
+libstdc++.so.6 malloc 24 0x5571735e2e00 0.000111
+libstdc++.so.6 malloc 16 0x5571735e2e20 0.000113
+libstdc++.so.6 malloc 24 0x5571735e2e40 0.000114
+gallium_dri.so malloc 15360 0x5571735e2e60 0.000113
+libstdc++.so.6 malloc 64 0x5571735e6a70 0.000113
+libstdc++.so.6 malloc 504 0x5571735e6ac0 0.000112
+libstdc++.so.6 malloc 64 0x5571735e6cc0 0.000123
+libstdc++.so.6 malloc 504 0x5571735e6d10 0.000113
+gallium_dri.so realloc 0x5571735d90a0|1024 0x5571735e6f10 0.000122
+libstdc++.so.6 malloc 24 0x5571735e7320 0.000118
+libstdc++.so.6 malloc 16 0x5571735e7340 0.000113
+libstdc++.so.6 malloc 24 0x5571735e7360 0.000114
+libstdc++.so.6 malloc 64 0x5571735e7380 0.000115
+libstdc++.so.6 malloc 504 0x5571735e73d0 0.000115
+libstdc++.so.6 malloc 64 0x5571735e75d0 0.000115
+libstdc++.so.6 malloc 504 0x5571735e7620 0.000114
+libstdc++.so.6 malloc 24 0x5571735e7820 0.000114
+libstdc++.so.6 malloc 16 0x5571735e7840 0.000113
+libstdc++.so.6 malloc 24 0x5571735e7860 0.000114
+libstdc++.so.6 malloc 64 0x5571735e7880 0.000115
+libstdc++.so.6 malloc 504 0x5571735e78d0 0.000113
+libstdc++.so.6 malloc 64 0x5571735e7ad0 0.000113
+libstdc++.so.6 malloc 504 0x5571735e7b20 0.000113
+libstdc++.so.6 malloc 24 0x5571735e7d20 0.000114
+libstdc++.so.6 malloc 16 0x5571735e7d40 0.000114
+libstdc++.so.6 malloc 24 0x5571735e7d60 0.000113
+libstdc++.so.6 malloc 64 0x5571735e7d80 0.000112
+libstdc++.so.6 malloc 504 0x5571735e7dd0 0.000113
+libstdc++.so.6 malloc 64 0x5571735e7fd0 0.000115
+libstdc++.so.6 malloc 504 0x5571735e8020 0.000112
+libstdc++.so.6 malloc 24 0x5571735e8220 0.000114
+libstdc++.so.6 malloc 16 0x5571735e8240 0.000114
+libstdc++.so.6 malloc 24 0x5571735e8260 0.000114
+libstdc++.so.6 malloc 64 0x5571735e8280 0.000134
+libstdc++.so.6 malloc 504 0x5571735e82d0 0.000120
+libstdc++.so.6 malloc 64 0x5571735e84d0 0.000119
+libstdc++.so.6 malloc 504 0x5571735e8520 0.000119
+libstdc++.so.6 malloc 16 0x5571735e8720 0.000120
+libstdc++.so.6 malloc 24 0x5571735e8740 0.000119
+libstdc++.so.6 malloc 16 0x5571735e8760 0.000120
+libstdc++.so.6 malloc 24 0x5571735e8780 0.000119
+libstdc++.so.6 malloc 64 0x5571735e87a0 0.000121
+libstdc++.so.6 malloc 504 0x5571735e87f0 0.000121
+libstdc++.so.6 malloc 64 0x5571735e89f0 0.000120
+libstdc++.so.6 malloc 504 0x5571735e8a40 0.000119
+libstdc++.so.6 malloc 16 0x5571735e8c40 0.000119
+libstdc++.so.6 malloc 24 0x5571735e8c60 0.000118
+libstdc++.so.6 malloc 16 0x5571735e8c80 0.000119
+libstdc++.so.6 malloc 24 0x5571735e8ca0 0.000119
+libstdc++.so.6 malloc 64 0x5571735e8cc0 0.000119
+libstdc++.so.6 malloc 504 0x5571735e8d10 0.000118
+libstdc++.so.6 malloc 64 0x5571735e8f10 0.000121
+libstdc++.so.6 malloc 504 0x5571735e8f60 0.000121
+libstdc++.so.6 malloc 16 0x5571735e9160 0.000120
+libstdc++.so.6 malloc 24 0x5571735e9180 0.000118
+libstdc++.so.6 malloc 16 0x5571735e91a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e91c0 0.000119
+libstdc++.so.6 malloc 64 0x5571735e91e0 0.000120
+libstdc++.so.6 malloc 504 0x5571735e9230 0.000120
+libstdc++.so.6 malloc 64 0x5571735e9430 0.000130
+libstdc++.so.6 malloc 504 0x5571735e9480 0.000120
+libstdc++.so.6 malloc 16 0x5571735e9680 0.000119
+libstdc++.so.6 malloc 24 0x5571735e96a0 0.000121
+libstdc++.so.6 malloc 16 0x5571735e96c0 0.000120
+libstdc++.so.6 malloc 24 0x5571735e96e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735aed30 0.000120
+libstdc++.so.6 malloc 64 0x5571735e9700 0.000119
+libstdc++.so.6 malloc 504 0x5571735e9750 0.000118
+libstdc++.so.6 malloc 64 0x5571735e9950 0.000118
+libstdc++.so.6 malloc 504 0x5571735e99a0 0.000120
+libstdc++.so.6 malloc 24 0x5571735e9ba0 0.000119
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000121
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000162
+libstdc++.so.6 malloc 24 0x5571735e9c00 0.000123
+libstdc++.so.6 free 0x5571735e9c00 void 0.000119
+libstdc++.so.6 free 0x5571735e9be0 void 0.000118
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000118
+libstdc++.so.6 free 0x5571735e9ba0 void 0.000118
+libstdc++.so.6 free 0x5571735b0740 void 0.000125
+libstdc++.so.6 free 0x5571735baee0 void 0.000115
+libstdc++.so.6 free 0x5571735bb280 void 0.000113
+libstdc++.so.6 free 0x5571735bb840 void 0.000113
+libstdc++.so.6 free 0x5571735baf20 void 0.000112
+libstdc++.so.6 free 0x5571735bb2c0 void 0.000114
+libstdc++.so.6 free 0x5571735bb880 void 0.000112
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000127
+libstdc++.so.6 free 0x5571735af600 void 0.000114
+gallium_dri.so free 0x55717354c550 void 0.000113
+gallium_dri.so free 0x5571735bba30 void 0.000114
+gallium_dri.so free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000114
+libstdc++.so.6 malloc 16 0x5571735b75c0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000113
+libstdc++.so.6 malloc 24 0x5571735e9ba0 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000123
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000114
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000115
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000127
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000112
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000115
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000116
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000112
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000169
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000116
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000114
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000112
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000113
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e9bc0 0.000120
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000118
+libstdc++.so.6 free 0x5571735e9ba0 void 0.000123
+libstdc++.so.6 free 0x5571735bba30 void 0.000159
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+gallium_dri.so free 0x5571735e9ca0 void 0.000118
+gallium_dri.so free 0x5571735e9c80 void 0.000114
+gallium_dri.so free 0x5571735e9c40 void 0.000114
+gallium_dri.so free 0x5571735e9c20 void 0.000113
+libstdc++.so.6 malloc 56 0x5571735baf20 0.000114
+libstdc++.so.6 malloc 16 0x5571735bba90 0.000112
+libstdc++.so.6 malloc 40 0x5571735bc020 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 56 0x5571735bb840 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000111
+libstdc++.so.6 malloc 56 0x5571735bb280 0.000114
+libstdc++.so.6 free 0x5571735bb840 void 0.000112
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+libstdc++.so.6 free 0x5571735bc020 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000115
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 free 0x5571735bba90 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735bba90 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000125
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000115
+libstdc++.so.6 free 0x5571735b75c0 void 0.000159
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000115
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000157
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 free 0x5571735b75c0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000117
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000117
+libstdc++.so.6 free 0x5571735b75c0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000119
+libstdc++.so.6 free 0x5571735b75c0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000139
+libstdc++.so.6 free 0x5571735b75c0 void 0.000137
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000122
+libstdc++.so.6 free 0x5571735b75c0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000122
+libstdc++.so.6 free 0x5571735b75c0 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000127
+libstdc++.so.6 free 0x5571735b75c0 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000128
+libstdc++.so.6 free 0x5571735b75c0 void 0.000162
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000116
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000113
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 free 0x5571735b75c0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000112
+libstdc++.so.6 free 0x5571735b75c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000165
+libstdc++.so.6 free 0x5571735b75c0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 free 0x5571735b75c0 void 0.000120
+libstdc++.so.6 free 0x5571735bba90 void 0.000112
+libstdc++.so.6 malloc 904 0x5571735e9ce0 0.000117
+libstdc++.so.6 free 0x5571735bba70 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000113
+gallium_dri.so realloc 0|32 0x5571735bc020 0.000145
+libstdc++.so.6 free 0x5571735b6b60 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000120
+gallium_dri.so realloc 0|32 0x5571735b6b30 0.000116
+libstdc++.so.6 free 0x5571735b6b10 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735b6b10 0.000113
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000114
+libstdc++.so.6 free 0x5571735af780 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735af780 0.000112
+libstdc++.so.6 malloc 24 0x5571735bba30 0.000112
+libstdc++.so.6 free 0x5571735aedb0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735aedb0 0.000112
+gallium_dri.so realloc 0|32 0x5571735b6b80 0.000114
+libstdc++.so.6 free 0x5571735af7c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000113
+gallium_dri.so realloc 0|32 0x5571735ea070 0.000116
+libstdc++.so.6 free 0x5571735bbf80 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735bbf80 0.000113
+gallium_dri.so realloc 0|32 0x5571735ea0a0 0.000124
+libstdc++.so.6 free 0x5571735bc000 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735bc000 0.000112
+libstdc++.so.6 malloc 24 0x5571735e9ba0 0.000111
+libstdc++.so.6 free 0x5571735a2850 void 0.000112
+libstdc++.so.6 malloc 16 0x5571735a2850 0.000114
+libstdc++.so.6 malloc 24 0x5571735e9bc0 0.000111
+libstdc++.so.6 free 0x5571735bbfe0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735bbfe0 0.000112
+gallium_dri.so realloc 0|32 0x5571735ea0d0 0.000115
+libstdc++.so.6 free 0x5571735afa40 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000123
+gallium_dri.so realloc 0|32 0x5571735afa40 0.000121
+libstdc++.so.6 free 0x5571735af200 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735af200 0.000111
+gallium_dri.so realloc 0|32 0x5571735ea100 0.000162
+libstdc++.so.6 free 0x5571735b8410 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735b8410 0.000124
+libstdc++.so.6 malloc 24 0x5571735e9c00 0.000127
+libstdc++.so.6 free 0x5571735b8450 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735b8450 0.000124
+libstdc++.so.6 malloc 24 0x5571735bba70 0.000124
+gallium_dri.so realloc 0x5571735d96b0|1024 0x5571735ea130 0.000130
+libstdc++.so.6 free 0x5571735b83f0 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735b83f0 0.000125
+gallium_dri.so realloc 0|32 0x5571735bd9e0 0.000133
+libstdc++.so.6 free 0x5571735b6790 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735b6790 0.000125
+gallium_dri.so realloc 0|32 0x5571735bb880 0.000127
+libstdc++.so.6 free 0x5571735bde70 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735bde70 0.000125
+gallium_dri.so realloc 0|32 0x5571735bb2c0 0.000127
+libstdc++.so.6 free 0x5571735be390 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735be390 0.000120
+libstdc++.so.6 malloc 24 0x5571735e9ca0 0.000118
+libstdc++.so.6 free 0x5571735be3d0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735be3d0 0.000132
+libstdc++.so.6 malloc 24 0x5571735e9c80 0.000132
+libstdc++.so.6 free 0x5571735be370 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735be370 0.000124
+gallium_dri.so realloc 0|32 0x5571735ea540 0.000129
+libstdc++.so.6 free 0x5571735b0ce0 void 0.000124
+libstdc++.so.6 malloc 24 0x5571735b0ce0 0.000124
+gallium_dri.so realloc 0|32 0x5571735ea570 0.000125
+libstdc++.so.6 free 0x5571735b11e0 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735b11e0 0.000125
+gallium_dri.so realloc 0|32 0x5571735ea5a0 0.000128
+libstdc++.so.6 free 0x5571735b1700 void 0.000124
+libstdc++.so.6 malloc 16 0x5571735b1700 0.000134
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000131
+libstdc++.so.6 free 0x5571735b1740 void 0.000130
+libstdc++.so.6 malloc 16 0x5571735b1740 0.000125
+libstdc++.so.6 malloc 24 0x5571735e9c20 0.000177
+libstdc++.so.6 free 0x5571735b1780 void 0.000127
+libstdc++.so.6 malloc 16 0x5571735b1780 0.000123
+libstdc++.so.6 malloc 24 0x5571735ea5d0 0.000123
+libstdc++.so.6 free 0x5571735b16e0 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735b16e0 0.000127
+gallium_dri.so realloc 0|32 0x5571735ea5f0 0.000134
+libstdc++.so.6 free 0x5571735b1c60 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735b1c60 0.000125
+gallium_dri.so realloc 0|32 0x5571735ea620 0.000129
+libstdc++.so.6 free 0x5571735b5a10 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735ea650 0.000128
+gallium_dri.so realloc 0|32 0x5571735b5a10 0.000132
+libstdc++.so.6 free 0x5571735b26c0 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735b26c0 0.000129
+libstdc++.so.6 malloc 24 0x5571735ea670 0.000130
+libstdc++.so.6 free 0x5571735b2700 void 0.000124
+libstdc++.so.6 malloc 16 0x5571735b2700 0.000124
+libstdc++.so.6 malloc 24 0x5571735ea690 0.000123
+libstdc++.so.6 free 0x5571735b2740 void 0.000129
+libstdc++.so.6 malloc 16 0x5571735b2740 0.000131
+libstdc++.so.6 malloc 24 0x5571735ea6b0 0.000137
+libstdc++.so.6 free 0x5571735af240 void 0.000133
+libstdc++.so.6 malloc 24 0x5571735af240 0.000132
+gallium_dri.so realloc 0|32 0x5571735ea6d0 0.000134
+libstdc++.so.6 free 0x5571735afa00 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735afa00 0.000130
+gallium_dri.so realloc 0|32 0x5571735ea700 0.000135
+libstdc++.so.6 free 0x5571735b83d0 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735b83d0 0.000125
+gallium_dri.so realloc 0|32 0x5571735ea730 0.000125
+libstdc++.so.6 free 0x5571735bbdd0 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735bbdd0 0.000129
+libstdc++.so.6 malloc 24 0x5571735ea760 0.000131
+libstdc++.so.6 free 0x5571735bbe10 void 0.000130
+libstdc++.so.6 malloc 16 0x5571735bbe10 0.000125
+libstdc++.so.6 malloc 24 0x5571735ea780 0.000124
+libstdc++.so.6 free 0x5571735bbe50 void 0.000129
+libstdc++.so.6 malloc 16 0x5571735ea7a0 0.000130
+libstdc++.so.6 malloc 24 0x5571735ea7c0 0.000130
+libstdc++.so.6 free 0x5571735bbdb0 void 0.000126
+libstdc++.so.6 malloc 24 0x5571735bbdb0 0.000129
+gallium_dri.so realloc 0|32 0x5571735bbe50 0.000133
+libstdc++.so.6 free 0x5571735af460 void 0.000143
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000132
+gallium_dri.so realloc 0|32 0x5571735af460 0.000134
+libstdc++.so.6 free 0x5571735ba860 void 0.000137
+libstdc++.so.6 malloc 24 0x5571735ba860 0.000125
+gallium_dri.so realloc 0|32 0x5571735ea800 0.000128
+libstdc++.so.6 free 0x5571735b53f0 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735b53f0 0.000119
+libstdc++.so.6 malloc 24 0x5571735ea830 0.000125
+libstdc++.so.6 free 0x5571735b89a0 void 0.000126
+libstdc++.so.6 malloc 16 0x5571735b89a0 0.000124
+libstdc++.so.6 malloc 24 0x5571735ea850 0.000125
+libstdc++.so.6 free 0x5571735b89e0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735b89e0 0.000122
+libstdc++.so.6 malloc 24 0x5571735ea870 0.000119
+libstdc++.so.6 free 0x5571735b53d0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735b53d0 0.000118
+gallium_dri.so realloc 0|32 0x5571735ea890 0.000121
+libstdc++.so.6 free 0x5571735bab90 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735bab90 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea8c0 0.000117
+libstdc++.so.6 free 0x5571735b8a70 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735ea8e0 0.000118
+libstdc++.so.6 free 0x5571735bac40 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735bac40 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea900 0.000117
+libstdc++.so.6 free 0x5571735bac20 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735bac20 0.000118
+libstdc++.so.6 free 0x5571735b76e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b76e0 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea920 0.000119
+libstdc++.so.6 free 0x5571735b5bd0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b5bd0 0.000117
+libstdc++.so.6 free 0x5571735b77e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735ea940 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea960 0.000117
+libstdc++.so.6 free 0x5571735b77c0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000118
+libstdc++.so.6 free 0x5571735b7970 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b7970 0.000118
+gallium_dri.so realloc 0|32 0x5571735b77e0 0.000157
+libstdc++.so.6 free 0x5571735b7b20 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735b7b20 0.000119
+gallium_dri.so realloc 0|32 0x5571735b8a70 0.000123
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b7cf0 0.000119
+libstdc++.so.6 malloc 24 0x5571735ea980 0.000118
+libstdc++.so.6 free 0x5571735b7d30 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b7d30 0.000117
+libstdc++.so.6 malloc 24 0x5571735ea9a0 0.000118
+libstdc++.so.6 free 0x5571735b7e20 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735b7e20 0.000117
+libstdc++.so.6 malloc 24 0x5571735ea9c0 0.000122
+libstdc++.so.6 free 0x5571735b7b80 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea9e0 0.000118
+gallium_dri.so realloc 0|32 0x5571735b7b80 0.000121
+libstdc++.so.6 free 0x5571735b7ee0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735b7ee0 0.000119
+gallium_dri.so realloc 0|32 0x5571735eaa00 0.000120
+libstdc++.so.6 free 0x5571735b93f0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b93f0 0.000118
+gallium_dri.so realloc 0|32 0x5571735eaa30 0.000118
+libstdc++.so.6 free 0x5571735bd860 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735bd860 0.000119
+libstdc++.so.6 malloc 24 0x5571735eaa60 0.000119
+libstdc++.so.6 free 0x5571735bd8a0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735bd8a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eaa80 0.000117
+libstdc++.so.6 free 0x5571735bd8e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735bd8e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eaaa0 0.000119
+libstdc++.so.6 free 0x5571735bd840 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735bd840 0.000120
+gallium_dri.so realloc 0|32 0x5571735eaac0 0.000121
+libstdc++.so.6 free 0x5571735bd9a0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735bd9a0 0.000118
+gallium_dri.so realloc 0|32 0x5571735eaaf0 0.000121
+libstdc++.so.6 free 0x5571735b68b0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b68b0 0.000167
+gallium_dri.so realloc 0|32 0x5571735eab20 0.000121
+libstdc++.so.6 free 0x5571735b2a70 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735b2a70 0.000118
+libstdc++.so.6 malloc 24 0x5571735eab50 0.000119
+libstdc++.so.6 free 0x5571735b2ab0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b2ab0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eab70 0.000118
+libstdc++.so.6 free 0x5571735b2af0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b2af0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eab90 0.000118
+libstdc++.so.6 free 0x5571735b6960 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735eabb0 0.000118
+gallium_dri.so realloc 0|32 0x5571735b6960 0.000122
+libstdc++.so.6 free 0x5571735b2bb0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b2bb0 0.000118
+gallium_dri.so realloc 0|32 0x5571735eabd0 0.000120
+libstdc++.so.6 free 0x5571735dad80 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735dad80 0.000118
+gallium_dri.so realloc 0|32 0x5571735eac00 0.000120
+libstdc++.so.6 free 0x5571735db2a0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735db2a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eac30 0.000118
+libstdc++.so.6 free 0x5571735db2e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735db2e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eac50 0.000117
+libstdc++.so.6 free 0x5571735db320 void 0.000127
+libstdc++.so.6 malloc 16 0x5571735db320 0.000119
+libstdc++.so.6 malloc 24 0x5571735eac70 0.000126
+libstdc++.so.6 free 0x5571735db280 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735db280 0.000119
+gallium_dri.so realloc 0|32 0x5571735eac90 0.000121
+libstdc++.so.6 free 0x5571735db800 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735db800 0.000118
+libstdc++.so.6 malloc 24 0x5571735eacc0 0.000118
+libstdc++.so.6 free 0x5571735db7e0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000117
+libstdc++.so.6 free 0x5571735dbd00 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dbd00 0.000118
+libstdc++.so.6 malloc 24 0x5571735eace0 0.000118
+libstdc++.so.6 free 0x5571735dbce0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735dbce0 0.000119
+libstdc++.so.6 free 0x5571735dc200 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dc200 0.000117
+libstdc++.so.6 malloc 24 0x5571735ead00 0.000118
+libstdc++.so.6 free 0x5571735dc1e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735dc1e0 0.000118
+libstdc++.so.6 free 0x5571735dc700 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dc700 0.000119
+libstdc++.so.6 malloc 24 0x5571735ead20 0.000118
+libstdc++.so.6 free 0x5571735dc6e0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735dc6e0 0.000155
+libstdc++.so.6 free 0x5571735dcbe0 void 0.000132
+libstdc++.so.6 malloc 24 0x5571735dcbe0 0.000119
+gallium_dri.so realloc 0|32 0x5571735ead40 0.000123
+libstdc++.so.6 free 0x5571735dd0e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735dd0e0 0.000118
+gallium_dri.so realloc 0|32 0x5571735ead70 0.000120
+libstdc++.so.6 free 0x5571735dd600 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dd600 0.000119
+libstdc++.so.6 malloc 24 0x5571735eada0 0.000119
+libstdc++.so.6 free 0x5571735dd640 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735dd640 0.000119
+libstdc++.so.6 malloc 24 0x5571735eadc0 0.000120
+libstdc++.so.6 free 0x5571735dd680 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735dd680 0.000119
+libstdc++.so.6 malloc 24 0x5571735eade0 0.000118
+libstdc++.so.6 free 0x5571735dd5e0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735dd5e0 0.000120
+gallium_dri.so realloc 0|32 0x5571735eae00 0.000120
+libstdc++.so.6 free 0x5571735b17a0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735b17a0 0.000118
+gallium_dri.so realloc 0|32 0x5571735eae30 0.000121
+libstdc++.so.6 free 0x5571735de020 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735de020 0.000119
+gallium_dri.so realloc 0|32 0x5571735eae60 0.000121
+libstdc++.so.6 free 0x5571735de540 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735de540 0.000117
+libstdc++.so.6 malloc 24 0x5571735eae90 0.000185
+libstdc++.so.6 free 0x5571735de580 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735de580 0.000119
+libstdc++.so.6 malloc 24 0x5571735eaeb0 0.000119
+libstdc++.so.6 free 0x5571735de5c0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735de5c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eaed0 0.000119
+libstdc++.so.6 free 0x5571735de520 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735de520 0.000118
+gallium_dri.so realloc 0|32 0x5571735eaef0 0.000118
+libstdc++.so.6 free 0x5571735b2760 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b2760 0.000118
+gallium_dri.so realloc 0|32 0x5571735eaf20 0.000121
+libstdc++.so.6 free 0x5571735def60 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735def60 0.000117
+gallium_dri.so realloc 0|32 0x5571735eaf50 0.000162
+libstdc++.so.6 free 0x5571735df410 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735df410 0.000118
+libstdc++.so.6 malloc 24 0x5571735eaf80 0.000119
+libstdc++.so.6 free 0x5571735df450 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735df450 0.000117
+libstdc++.so.6 malloc 24 0x5571735eafa0 0.000118
+libstdc++.so.6 free 0x5571735df490 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735df490 0.000118
+libstdc++.so.6 malloc 24 0x5571735eafc0 0.000119
+libstdc++.so.6 free 0x5571735b85f0 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735b85f0 0.000127
+gallium_dri.so realloc 0|32 0x5571735eafe0 0.000125
+libstdc++.so.6 free 0x5571735af3a0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb010 0.000122
+libstdc++.so.6 free 0x5571735e0040 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735e0040 0.000119
+gallium_dri.so realloc 0|32 0x5571735eb040 0.000121
+libstdc++.so.6 free 0x5571735e0560 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e0560 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb070 0.000118
+libstdc++.so.6 free 0x5571735e05a0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e05a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb090 0.000118
+libstdc++.so.6 free 0x5571735e05e0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e05e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb0b0 0.000117
+libstdc++.so.6 free 0x5571735e0540 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735e0540 0.000119
+gallium_dri.so realloc 0|32 0x5571735eb0d0 0.000121
+libstdc++.so.6 free 0x5571735e0ac0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e0ac0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb100 0.000118
+libstdc++.so.6 free 0x5571735e0fe0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e0fe0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb120 0.000123
+libstdc++.so.6 free 0x5571735e1500 void 0.000129
+libstdc++.so.6 malloc 16 0x5571735e1500 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb140 0.000118
+libstdc++.so.6 free 0x5571735e1a20 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e1a20 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb160 0.000118
+libstdc++.so.6 free 0x5571735e1f00 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735e1f00 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb180 0.000121
+libstdc++.so.6 free 0x5571735e2420 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e2420 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000119
+libstdc++.so.6 free 0x5571735e2400 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735e2400 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb1d0 0.000122
+libstdc++.so.6 free 0x5571735e2900 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735e2900 0.000120
+gallium_dri.so realloc 0|32 0x5571735eb200 0.000126
+libstdc++.so.6 free 0x5571735e2e20 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e2e20 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb230 0.000120
+libstdc++.so.6 free 0x5571735e2e00 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735e2e00 0.000117
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000120
+libstdc++.so.6 free 0x5571735e7320 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735e7320 0.000117
+gallium_dri.so realloc 0|32 0x5571735eb280 0.000164
+libstdc++.so.6 free 0x5571735e7840 void 0.000120
+libstdc++.so.6 malloc 16 0x5571735e7840 0.000161
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000119
+libstdc++.so.6 free 0x5571735e7820 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735e7820 0.000119
+gallium_dri.so realloc 0|32 0x5571735eb2d0 0.000121
+libstdc++.so.6 free 0x5571735e7d20 void 0.000120
+libstdc++.so.6 malloc 24 0x5571735e7d20 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb300 0.000120
+libstdc++.so.6 free 0x5571735e8240 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e8240 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb330 0.000118
+libstdc++.so.6 free 0x5571735e8220 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735e8220 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb350 0.000121
+libstdc++.so.6 free 0x5571735e8760 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e8760 0.000115
+libstdc++.so.6 malloc 24 0x5571735eb380 0.000118
+libstdc++.so.6 free 0x5571735e8c80 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e8c80 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb3a0 0.000120
+libstdc++.so.6 free 0x5571735e91a0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735e91a0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb3c0 0.000119
+libstdc++.so.6 free 0x5571735e96c0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e96c0 0.000127
+libstdc++.so.6 malloc 24 0x5571735eb3e0 0.000118
+gallium_dri.so free 0x5571735eb300 void 0.000119
+gallium_dri.so free 0x5571735eb280 void 0.000118
+gallium_dri.so free 0x5571735eb200 void 0.000116
+gallium_dri.so free 0x5571735eb180 void 0.000118
+gallium_dri.so free 0x5571735eb350 void 0.000117
+gallium_dri.so free 0x5571735eb2d0 void 0.000119
+gallium_dri.so free 0x5571735eb250 void 0.000118
+gallium_dri.so free 0x5571735eb1d0 void 0.000119
+gallium_dri.so free 0x5571735eb040 void 0.000117
+gallium_dri.so free 0x5571735eb010 void 0.000119
+gallium_dri.so free 0x5571735eaf50 void 0.000117
+gallium_dri.so free 0x5571735eaf20 void 0.000118
+gallium_dri.so free 0x5571735eae60 void 0.000119
+gallium_dri.so free 0x5571735eae30 void 0.000117
+gallium_dri.so free 0x5571735ead70 void 0.000123
+gallium_dri.so free 0x5571735ead40 void 0.000118
+gallium_dri.so free 0x5571735eb0d0 void 0.000117
+gallium_dri.so free 0x5571735eafe0 void 0.000118
+gallium_dri.so free 0x5571735eaef0 void 0.000117
+gallium_dri.so free 0x5571735eae00 void 0.000118
+gallium_dri.so free 0x5571735eac00 void 0.000118
+gallium_dri.so free 0x5571735eabd0 void 0.000118
+gallium_dri.so free 0x5571735eab20 void 0.000119
+gallium_dri.so free 0x5571735eaaf0 void 0.000117
+gallium_dri.so free 0x5571735eaa30 void 0.000117
+gallium_dri.so free 0x5571735eaa00 void 0.000121
+gallium_dri.so free 0x5571735b8a70 void 0.000117
+gallium_dri.so free 0x5571735b77e0 void 0.000117
+gallium_dri.so free 0x5571735eac90 void 0.000118
+gallium_dri.so free 0x5571735b6960 void 0.000119
+gallium_dri.so free 0x5571735eaac0 void 0.000118
+gallium_dri.so free 0x5571735b7b80 void 0.000118
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735af460 void 0.000117
+gallium_dri.so free 0x5571735ea730 void 0.000118
+gallium_dri.so free 0x5571735ea700 void 0.000119
+gallium_dri.so free 0x5571735b5a10 void 0.000116
+gallium_dri.so free 0x5571735ea620 void 0.000117
+gallium_dri.so free 0x5571735ea5a0 void 0.000117
+gallium_dri.so free 0x5571735ea570 void 0.000118
+gallium_dri.so free 0x5571735ea890 void 0.000155
+gallium_dri.so free 0x5571735bbe50 void 0.000120
+gallium_dri.so free 0x5571735ea6d0 void 0.000118
+gallium_dri.so free 0x5571735ea5f0 void 0.000117
+gallium_dri.so free 0x5571735bb2c0 void 0.000118
+gallium_dri.so free 0x5571735bb880 void 0.000118
+gallium_dri.so free 0x5571735ea100 void 0.000118
+gallium_dri.so free 0x5571735afa40 void 0.000118
+gallium_dri.so free 0x5571735ea0a0 void 0.000117
+gallium_dri.so free 0x5571735ea070 void 0.000117
+gallium_dri.so free 0x5571735b6b30 void 0.000117
+gallium_dri.so free 0x5571735bc020 void 0.000169
+gallium_dri.so free 0x5571735ea540 void 0.000118
+gallium_dri.so free 0x5571735bd9e0 void 0.000117
+gallium_dri.so free 0x5571735ea0d0 void 0.000116
+gallium_dri.so free 0x5571735b6b80 void 0.000116
+libstdc++.so.6 free 0x5571735e9ce0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb400 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb420 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb440 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb460 0.000115
+libstdc++.so.6 free 0x5571735eb460 void 0.000117
+libstdc++.so.6 free 0x5571735eb440 void 0.000117
+libstdc++.so.6 free 0x5571735eb420 void 0.000117
+libstdc++.so.6 free 0x5571735eb400 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735eb400 0.000116
+libstdc++.so.6 malloc 16 0x5571735eb420 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb440 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb460 0.000116
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000116
+libstdc++.so.6 free 0x5571735b7e20 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b7e20 0.000116
+libstdc++.so.6 malloc 56 0x5571735bb880 0.000117
+libstdc++.so.6 free 0x5571735ea8c0 void 0.000117
+libstdc++.so.6 free 0x5571735eb480 void 0.000118
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000121
+libstdc++.so.6 free 0x5571735bab90 void 0.000118
+libstdc++.so.6 free 0x5571735ea8e0 void 0.000115
+libstdc++.so.6 free 0x5571735d6ea0 void 0.000119
+libstdc++.so.6 free 0x5571735bab40 void 0.000118
+libstdc++.so.6 free 0x5571735d6ca0 void 0.000116
+libstdc++.so.6 free 0x5571735b8a20 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735ea8e0 0.000117
+libstdc++.so.6 free 0x5571735bd8e0 void 0.000123
+libstdc++.so.6 malloc 16 0x5571735bd8e0 0.000117
+libstdc++.so.6 malloc 56 0x5571735bb2c0 0.000118
+libstdc++.so.6 free 0x5571735ea900 void 0.000117
+libstdc++.so.6 free 0x5571735ea8e0 void 0.000117
+libstdc++.so.6 free 0x5571735bac40 void 0.000116
+libstdc++.so.6 free 0x5571735bac20 void 0.000117
+libstdc++.so.6 free 0x5571735d72a0 void 0.000117
+libstdc++.so.6 free 0x5571735b5ac0 void 0.000118
+libstdc++.so.6 free 0x5571735d70a0 void 0.000117
+libstdc++.so.6 free 0x5571735babd0 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735bac20 0.000118
+libstdc++.so.6 free 0x5571735b2af0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b2af0 0.000118
+libstdc++.so.6 malloc 56 0x5571735bb840 0.000118
+libstdc++.so.6 free 0x5571735ea920 void 0.000117
+libstdc++.so.6 free 0x5571735bac20 void 0.000117
+libstdc++.so.6 free 0x5571735b76e0 void 0.000117
+libstdc++.so.6 free 0x5571735b5bd0 void 0.000117
+libstdc++.so.6 free 0x5571735d76a0 void 0.000117
+libstdc++.so.6 free 0x5571735b5b80 void 0.000116
+libstdc++.so.6 free 0x5571735d74a0 void 0.000128
+libstdc++.so.6 free 0x5571735b5b30 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735ea920 0.000118
+libstdc++.so.6 free 0x5571735db320 void 0.000124
+libstdc++.so.6 malloc 16 0x5571735db320 0.000118
+libstdc++.so.6 malloc 56 0x5571735baee0 0.000117
+libstdc++.so.6 free 0x5571735ea960 void 0.000117
+libstdc++.so.6 free 0x5571735ea920 void 0.000118
+libstdc++.so.6 free 0x5571735ea940 void 0.000117
+libstdc++.so.6 free 0x5571735b77c0 void 0.000117
+libstdc++.so.6 free 0x5571735d7aa0 void 0.000117
+libstdc++.so.6 free 0x5571735b7770 void 0.000118
+libstdc++.so.6 free 0x5571735d78a0 void 0.000118
+libstdc++.so.6 free 0x5571735b7720 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735ea960 0.000120
+libstdc++.so.6 free 0x5571735dd680 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735dd680 0.000118
+libstdc++.so.6 malloc 56 0x5571735b0740 0.000117
+libstdc++.so.6 free 0x5571735eacc0 void 0.000117
+libstdc++.so.6 free 0x5571735ea960 void 0.000117
+gallium_dri.so realloc 0x5571735eb250|64 0x5571735b7720 0.000122
+libstdc++.so.6 free 0x5571735db800 void 0.000118
+libstdc++.so.6 free 0x5571735db7e0 void 0.000117
+libstdc++.so.6 free 0x5571735db5e0 void 0.000117
+libstdc++.so.6 free 0x5571735db590 void 0.000116
+libstdc++.so.6 free 0x5571735db390 void 0.000117
+libstdc++.so.6 free 0x5571735db340 void 0.000163
+libstdc++.so.6 malloc 16 0x5571735eacc0 0.000120
+libstdc++.so.6 free 0x5571735de5c0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735de5c0 0.000117
+libstdc++.so.6 malloc 56 0x5571735bebc0 0.000117
+libstdc++.so.6 free 0x5571735eace0 void 0.000116
+libstdc++.so.6 free 0x5571735eacc0 void 0.000117
+libstdc++.so.6 free 0x5571735dbd00 void 0.000118
+libstdc++.so.6 free 0x5571735dbce0 void 0.000119
+libstdc++.so.6 free 0x5571735dbae0 void 0.000119
+libstdc++.so.6 free 0x5571735dba90 void 0.000117
+libstdc++.so.6 free 0x5571735db890 void 0.000117
+libstdc++.so.6 free 0x5571735db840 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735eace0 0.000118
+libstdc++.so.6 free 0x5571735df490 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735df490 0.000119
+libstdc++.so.6 malloc 56 0x5571735bbc70 0.000117
+libstdc++.so.6 free 0x5571735ead00 void 0.000117
+libstdc++.so.6 free 0x5571735eace0 void 0.000116
+libstdc++.so.6 free 0x5571735dc200 void 0.000116
+libstdc++.so.6 free 0x5571735dc1e0 void 0.000116
+libstdc++.so.6 free 0x5571735dbfe0 void 0.000117
+libstdc++.so.6 free 0x5571735dbf90 void 0.000119
+libstdc++.so.6 free 0x5571735dbd90 void 0.000119
+libstdc++.so.6 free 0x5571735dbd40 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735ead00 0.000116
+libstdc++.so.6 free 0x5571735e05e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735e05e0 0.000120
+libstdc++.so.6 malloc 56 0x5571735bd9e0 0.000119
+libstdc++.so.6 free 0x5571735ead20 void 0.000118
+libstdc++.so.6 free 0x5571735ead00 void 0.000118
+libstdc++.so.6 free 0x5571735dc700 void 0.000117
+libstdc++.so.6 free 0x5571735dc6e0 void 0.000117
+libstdc++.so.6 free 0x5571735dc4e0 void 0.000118
+libstdc++.so.6 free 0x5571735dc490 void 0.000116
+libstdc++.so.6 free 0x5571735dc290 void 0.000119
+libstdc++.so.6 free 0x5571735dc240 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735ead20 0.000119
+libstdc++.so.6 free 0x5571735e8760 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e8760 0.000117
+libstdc++.so.6 malloc 56 0x5571735d78a0 0.000117
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000115
+libstdc++.so.6 free 0x5571735ead20 void 0.000123
+gallium_dri.so realloc 0x5571735b7720|128 0x5571735d78e0 0.000123
+libstdc++.so.6 free 0x5571735e2420 void 0.000118
+libstdc++.so.6 free 0x5571735e2400 void 0.000117
+libstdc++.so.6 free 0x5571735e2200 void 0.000118
+libstdc++.so.6 free 0x5571735e21b0 void 0.000116
+libstdc++.so.6 free 0x5571735e1fb0 void 0.000116
+libstdc++.so.6 free 0x5571735e1f60 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735eb1b0 0.000119
+libstdc++.so.6 free 0x5571735e8c80 void 0.000115
+libstdc++.so.6 malloc 16 0x5571735e8c80 0.000118
+libstdc++.so.6 malloc 56 0x5571735d7970 0.000128
+libstdc++.so.6 free 0x5571735eb230 void 0.000118
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000115
+libstdc++.so.6 free 0x5571735e2e20 void 0.000118
+libstdc++.so.6 free 0x5571735e2e00 void 0.000118
+libstdc++.so.6 free 0x5571735e2c00 void 0.000118
+libstdc++.so.6 free 0x5571735e2bb0 void 0.000117
+libstdc++.so.6 free 0x5571735e29b0 void 0.000117
+libstdc++.so.6 free 0x5571735e2960 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735eb230 0.000117
+libstdc++.so.6 free 0x5571735e91a0 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735e91a0 0.000119
+libstdc++.so.6 malloc 56 0x5571735d79b0 0.000137
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000124
+libstdc++.so.6 free 0x5571735eb230 void 0.000122
+libstdc++.so.6 free 0x5571735e7840 void 0.000117
+libstdc++.so.6 free 0x5571735e7820 void 0.000118
+libstdc++.so.6 free 0x5571735e7620 void 0.000117
+libstdc++.so.6 free 0x5571735e75d0 void 0.000118
+libstdc++.so.6 free 0x5571735e73d0 void 0.000118
+libstdc++.so.6 free 0x5571735e7380 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735eb2b0 0.000118
+libstdc++.so.6 free 0x5571735e96c0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e96c0 0.000118
+libstdc++.so.6 malloc 56 0x5571735d79f0 0.000118
+libstdc++.so.6 free 0x5571735eb330 void 0.000117
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000129
+libstdc++.so.6 free 0x5571735e8240 void 0.000118
+libstdc++.so.6 free 0x5571735e8220 void 0.000117
+libstdc++.so.6 free 0x5571735e8020 void 0.000118
+libstdc++.so.6 free 0x5571735e7fd0 void 0.000118
+libstdc++.so.6 free 0x5571735e7dd0 void 0.000117
+libstdc++.so.6 free 0x5571735e7d80 void 0.000117
+libstdc++.so.6 free 0x5571735eb460 void 0.000117
+libstdc++.so.6 free 0x5571735eb440 void 0.000117
+libstdc++.so.6 free 0x5571735eb420 void 0.000116
+libstdc++.so.6 free 0x5571735eb400 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb330 0.000117
+libstdc++.so.6 malloc 16 0x5571735bac40 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea8e0 0.000121
+libstdc++.so.6 malloc 24 0x5571735ea900 0.000122
+libstdc++.so.6 free 0x5571735ea900 void 0.000125
+libstdc++.so.6 free 0x5571735ea8e0 void 0.000119
+libstdc++.so.6 free 0x5571735bac40 void 0.000118
+libstdc++.so.6 free 0x5571735eb330 void 0.000122
+libstdc++.so.6 malloc 24 0x5571735eb330 0.000122
+libstdc++.so.6 malloc 16 0x5571735bac40 0.000117
+libstdc++.so.6 malloc 24 0x5571735ea8e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735ea900 0.000117
+libstdc++.so.6 free 0x5571735ea900 void 0.000117
+libstdc++.so.6 free 0x5571735ea8e0 void 0.000117
+libstdc++.so.6 free 0x5571735bac40 void 0.000118
+libstdc++.so.6 free 0x5571735eb330 void 0.000171
+libstdc++.so.6 malloc 24 0x5571735eb330 0.000118
+libstdc++.so.6 malloc 16 0x5571735bac40 0.000123
+libstdc++.so.6 malloc 24 0x5571735ea8e0 0.000116
+libstdc++.so.6 malloc 24 0x5571735ea900 0.000116
+libstdc++.so.6 malloc 24 0x5571735bab90 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb480 0.000119
+libstdc++.so.6 malloc 24 0x5571735ea8c0 0.000117
+libstdc++.so.6 malloc 16 0x5571735eb400 0.000118
+libstdc++.so.6 free 0x5571735bc000 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e7820 0.000118
+libstdc++.so.6 malloc 56 0x5571735d7a30 0.000119
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 free 0x5571735eb400 void 0.000120
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000118
+libstdc++.so.6 free 0x5571735af7c0 void 0.000115
+libstdc++.so.6 free 0x5571735addc0 void 0.000117
+libstdc++.so.6 free 0x5571735b0980 void 0.000116
+libstdc++.so.6 free 0x5571735adb70 void 0.000113
+libstdc++.so.6 free 0x5571735ba970 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000117
+libstdc++.so.6 malloc 16 0x5571735e8240 0.000117
+libstdc++.so.6 free 0x5571735b8410 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b8410 0.000118
+libstdc++.so.6 free 0x5571735e8240 void 0.000117
+libstdc++.so.6 free 0x5571735b5830 void 0.000125
+libstdc++.so.6 free 0x5571735e9be0 void 0.000111
+libstdc++.so.6 free 0x5571735b5630 void 0.000112
+libstdc++.so.6 free 0x5571735a2890 void 0.000111
+libstdc++.so.6 free 0x5571735a71a0 void 0.000112
+libstdc++.so.6 free 0x5571735bc150 void 0.000110
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000110
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000110
+libstdc++.so.6 malloc 16 0x5571735e8220 0.000110
+libstdc++.so.6 free 0x5571735be390 void 0.000111
+libstdc++.so.6 malloc 16 0x5571735be390 0.000112
+libstdc++.so.6 free 0x5571735e8220 void 0.000111
+libstdc++.so.6 free 0x5571735b67b0 void 0.000110
+libstdc++.so.6 free 0x5571735b6790 void 0.000109
+libstdc++.so.6 free 0x5571735b6590 void 0.000111
+libstdc++.so.6 free 0x5571735bb680 void 0.000113
+libstdc++.so.6 free 0x5571735b6390 void 0.000112
+libstdc++.so.6 free 0x5571735b7370 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b6790 0.000110
+libstdc++.so.6 malloc 24 0x5571735b67b0 0.000111
+libstdc++.so.6 malloc 24 0x5571735e8220 0.000110
+libstdc++.so.6 malloc 24 0x5571735eb460 0.000114
+libstdc++.so.6 malloc 24 0x5571735eb440 0.000120
+libstdc++.so.6 malloc 16 0x5571735eb420 0.000119
+libstdc++.so.6 free 0x5571735b26c0 void 0.000113
+libstdc++.so.6 malloc 16 0x5571735b26c0 0.000112
+libstdc++.so.6 malloc 56 0x5571735db5e0 0.000113
+libstdc++.so.6 free 0x5571735e9c40 void 0.000112
+libstdc++.so.6 free 0x5571735eb420 void 0.000246
+libstdc++.so.6 free 0x5571735b1c80 void 0.000179
+libstdc++.so.6 free 0x5571735b1c60 void 0.000164
+libstdc++.so.6 free 0x5571735b1a60 void 0.000172
+libstdc++.so.6 free 0x5571735b1a10 void 0.000219
+libstdc++.so.6 free 0x5571735b1810 void 0.000186
+libstdc++.so.6 free 0x5571735b17c0 void 0.000131
+libstdc++.so.6 malloc 24 0x5571735b1c60 0.000133
+libstdc++.so.6 malloc 24 0x5571735b1c80 0.000131
+libstdc++.so.6 malloc 16 0x5571735eb420 0.000131
+libstdc++.so.6 free 0x5571735bbdd0 void 0.000130
+libstdc++.so.6 malloc 16 0x5571735bbdd0 0.000142
+libstdc++.so.6 free 0x5571735eb420 void 0.000137
+gallium_dri.so realloc 0x5571735d78e0|256 0x5571735db620 0.000142
+libstdc++.so.6 free 0x5571735afa20 void 0.000138
+libstdc++.so.6 free 0x5571735afa00 void 0.000138
+libstdc++.so.6 free 0x5571735d56a0 void 0.000138
+libstdc++.so.6 free 0x5571735b29d0 void 0.000138
+libstdc++.so.6 free 0x5571735b27d0 void 0.000137
+libstdc++.so.6 free 0x5571735b2780 void 0.000137
+libstdc++.so.6 malloc 24 0x5571735afa00 0.000156
+libstdc++.so.6 malloc 24 0x5571735afa20 0.000135
+libstdc++.so.6 malloc 16 0x5571735eb420 0.000136
+libstdc++.so.6 free 0x5571735b53f0 void 0.000136
+libstdc++.so.6 malloc 16 0x5571735b53f0 0.000136
+libstdc++.so.6 free 0x5571735eb420 void 0.000137
+libstdc++.so.6 free 0x5571735ba780 void 0.000134
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000137
+libstdc++.so.6 free 0x5571735d62a0 void 0.000135
+libstdc++.so.6 free 0x5571735af410 void 0.000135
+libstdc++.so.6 free 0x5571735d60a0 void 0.000136
+libstdc++.so.6 free 0x5571735af3c0 void 0.000138
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000135
+libstdc++.so.6 malloc 24 0x5571735ba780 0.000134
+libstdc++.so.6 malloc 24 0x5571735eb420 0.000133
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000139
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000136
+libstdc++.so.6 malloc 16 0x5571735e2e20 0.000166
+libstdc++.so.6 free 0x5571735bd860 void 0.000147
+libstdc++.so.6 malloc 16 0x5571735bd860 0.000137
+libstdc++.so.6 malloc 56 0x5571735d78e0 0.000141
+libstdc++.so.6 free 0x5571735ea980 void 0.000142
+libstdc++.so.6 free 0x5571735e2e20 void 0.000189
+libstdc++.so.6 free 0x5571735b7f00 void 0.000176
+libstdc++.so.6 free 0x5571735b7ee0 void 0.000174
+libstdc++.so.6 free 0x5571735d8aa0 void 0.000196
+libstdc++.so.6 free 0x5571735b7e90 void 0.000195
+libstdc++.so.6 free 0x5571735d88a0 void 0.000195
+libstdc++.so.6 free 0x5571735b7e40 void 0.000159
+libstdc++.so.6 malloc 24 0x5571735ea980 0.000144
+libstdc++.so.6 malloc 24 0x5571735e2e00 0.000142
+libstdc++.so.6 malloc 16 0x5571735eb230 0.000144
+libstdc++.so.6 free 0x5571735b2a70 void 0.000142
+libstdc++.so.6 malloc 16 0x5571735b2a70 0.000144
+libstdc++.so.6 free 0x5571735eb230 void 0.000141
+libstdc++.so.6 free 0x5571735bd9c0 void 0.000192
+libstdc++.so.6 free 0x5571735bd9a0 void 0.000158
+libstdc++.so.6 free 0x5571735d9ac0 void 0.000142
+libstdc++.so.6 free 0x5571735bd950 void 0.000140
+libstdc++.so.6 free 0x5571735d98c0 void 0.000128
+libstdc++.so.6 free 0x5571735bd900 void 0.000121
+libstdc++.so.6 malloc 24 0x5571735bd9a0 0.000202
+libstdc++.so.6 malloc 24 0x5571735bd9c0 0.000123
+libstdc++.so.6 malloc 16 0x5571735eb230 0.000121
+libstdc++.so.6 free 0x5571735db2a0 void 0.000141
+libstdc++.so.6 malloc 16 0x5571735db2a0 0.000119
+libstdc++.so.6 free 0x5571735eb230 void 0.000116
+libstdc++.so.6 free 0x5571735b2bd0 void 0.000118
+libstdc++.so.6 free 0x5571735b2bb0 void 0.000117
+libstdc++.so.6 free 0x5571735da6c0 void 0.000117
+libstdc++.so.6 free 0x5571735b2b60 void 0.000117
+libstdc++.so.6 free 0x5571735da4c0 void 0.000118
+libstdc++.so.6 free 0x5571735b2b10 void 0.000115
+libstdc++.so.6 malloc 24 0x5571735b2bb0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb230 0.000117
+libstdc++.so.6 malloc 24 0x5571735e7840 0.000117
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb400 0.000117
+libstdc++.so.6 malloc 16 0x5571735ba9c0 0.000118
+libstdc++.so.6 free 0x5571735de540 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735de540 0.000118
+libstdc++.so.6 malloc 56 0x5571735d7920 0.000117
+libstdc++.so.6 free 0x5571735eada0 void 0.000117
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000119
+libstdc++.so.6 free 0x5571735ddb40 void 0.000117
+libstdc++.so.6 free 0x5571735b17a0 void 0.000117
+libstdc++.so.6 free 0x5571735dd940 void 0.000116
+libstdc++.so.6 free 0x5571735dd8f0 void 0.000132
+libstdc++.so.6 free 0x5571735dd6f0 void 0.000118
+libstdc++.so.6 free 0x5571735dd6a0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735b17a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735ddb40 0.000116
+libstdc++.so.6 malloc 16 0x5571735ba9c0 0.000118
+libstdc++.so.6 free 0x5571735df410 void 0.000116
+libstdc++.so.6 malloc 16 0x5571735df410 0.000118
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000118
+libstdc++.so.6 free 0x5571735dea80 void 0.000127
+libstdc++.so.6 free 0x5571735b2760 void 0.000129
+libstdc++.so.6 free 0x5571735de880 void 0.000124
+libstdc++.so.6 free 0x5571735de830 void 0.000128
+libstdc++.so.6 free 0x5571735de630 void 0.000131
+libstdc++.so.6 free 0x5571735de5e0 void 0.000132
+libstdc++.so.6 malloc 24 0x5571735b2760 0.000132
+libstdc++.so.6 malloc 24 0x5571735dea80 0.000124
+libstdc++.so.6 malloc 16 0x5571735ba9c0 0.000123
+libstdc++.so.6 free 0x5571735e0560 void 0.000123
+libstdc++.so.6 malloc 16 0x5571735e0560 0.000122
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000125
+libstdc++.so.6 free 0x5571735dfb60 void 0.000124
+libstdc++.so.6 free 0x5571735af3a0 void 0.000125
+libstdc++.so.6 free 0x5571735df960 void 0.000121
+libstdc++.so.6 free 0x5571735df910 void 0.000114
+libstdc++.so.6 free 0x5571735df710 void 0.000124
+libstdc++.so.6 free 0x5571735df6c0 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000127
+libstdc++.so.6 malloc 24 0x5571735dfb60 0.000124
+libstdc++.so.6 malloc 24 0x5571735ba9c0 0.000123
+libstdc++.so.6 malloc 24 0x5571735eada0 0.000122
+libstdc++.so.6 malloc 24 0x5571735b7ee0 0.000120
+libstdc++.so.6 malloc 24 0x5571735dc6e0 0.000122
+libstdc++.so.6 malloc 24 0x5571735ead20 0.000124
+libstdc++.so.6 malloc 24 0x5571735e2420 0.000140
+libstdc++.so.6 malloc 24 0x5571735e2400 0.000139
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000137
+libstdc++.so.6 malloc 24 0x5571735e2e20 0.000136
+libstdc++.so.6 malloc 24 0x5571735b7f00 0.000136
+libstdc++.so.6 malloc 24 0x5571735dc700 0.000201
+libstdc++.so.6 malloc 24 0x5571735eacc0 0.000202
+libstdc++.so.6 free 0x5571735bab90 void 0.000206
+libstdc++.so.6 free 0x5571735eb480 void 0.000141
+libstdc++.so.6 free 0x5571735b75c0 void 0.000203
+libstdc++.so.6 free 0x5571735e9be0 void 0.000141
+libstdc++.so.6 free 0x5571735b6790 void 0.000139
+libstdc++.so.6 free 0x5571735e8220 void 0.000138
+libstdc++.so.6 free 0x5571735eb460 void 0.000148
+libstdc++.so.6 free 0x5571735b1c60 void 0.000141
+libstdc++.so.6 free 0x5571735afa00 void 0.000139
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000135
+libstdc++.so.6 free 0x5571735eb420 void 0.000139
+libstdc++.so.6 free 0x5571735e9c40 void 0.000138
+libstdc++.so.6 free 0x5571735ea980 void 0.000139
+libstdc++.so.6 free 0x5571735bd9a0 void 0.000137
+libstdc++.so.6 free 0x5571735b2bb0 void 0.000138
+libstdc++.so.6 free 0x5571735e7840 void 0.000135
+libstdc++.so.6 free 0x5571735bc000 void 0.000138
+libstdc++.so.6 free 0x5571735b17a0 void 0.000138
+libstdc++.so.6 free 0x5571735b2760 void 0.000137
+libstdc++.so.6 free 0x5571735af3a0 void 0.000137
+libstdc++.so.6 free 0x5571735ead20 void 0.000138
+libstdc++.so.6 free 0x5571735e2420 void 0.000148
+libstdc++.so.6 free 0x5571735e2400 void 0.000121
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000118
+libstdc++.so.6 free 0x5571735ea8c0 void 0.000118
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000117
+libstdc++.so.6 free 0x5571735e8240 void 0.000117
+libstdc++.so.6 free 0x5571735b67b0 void 0.000117
+libstdc++.so.6 free 0x5571735eb440 void 0.000118
+libstdc++.so.6 free 0x5571735b1c80 void 0.000139
+libstdc++.so.6 free 0x5571735afa20 void 0.000145
+libstdc++.so.6 free 0x5571735ba780 void 0.000121
+libstdc++.so.6 free 0x5571735af7c0 void 0.000117
+libstdc++.so.6 free 0x5571735e2e00 void 0.000137
+libstdc++.so.6 free 0x5571735bd9c0 void 0.000121
+libstdc++.so.6 free 0x5571735eb230 void 0.000117
+libstdc++.so.6 free 0x5571735eb400 void 0.000118
+libstdc++.so.6 free 0x5571735ddb40 void 0.000117
+libstdc++.so.6 free 0x5571735dea80 void 0.000118
+libstdc++.so.6 free 0x5571735dfb60 void 0.000117
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000118
+libstdc++.so.6 free 0x5571735eada0 void 0.000118
+libstdc++.so.6 free 0x5571735b7ee0 void 0.000117
+libstdc++.so.6 free 0x5571735dc6e0 void 0.000117
+libstdc++.so.6 free 0x5571735e2e20 void 0.000117
+libstdc++.so.6 free 0x5571735b7f00 void 0.000117
+libstdc++.so.6 free 0x5571735dc700 void 0.000117
+libstdc++.so.6 free 0x5571735eacc0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735bab90 0.000120
+libstdc++.so.6 malloc 24 0x5571735dbd00 0.000119
+libstdc++.so.6 malloc 24 0x5571735dbce0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eace0 0.000118
+libstdc++.so.6 malloc 24 0x5571735dc200 0.000119
+libstdc++.so.6 malloc 24 0x5571735dc1e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735ead00 0.000117
+libstdc++.so.6 malloc 24 0x5571735eacc0 0.000119
+libstdc++.so.6 malloc 24 0x5571735ba9c0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eada0 0.000120
+libstdc++.so.6 malloc 24 0x5571735b7ee0 0.000116
+libstdc++.so.6 malloc 24 0x5571735dc6e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735e2e20 0.000116
+libstdc++.so.6 malloc 24 0x5571735b7f00 0.000117
+libstdc++.so.6 malloc 24 0x5571735dc700 0.000118
+libstdc++.so.6 malloc 24 0x5571735dfb60 0.000118
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e2e00 0.000117
+libstdc++.so.6 malloc 24 0x5571735bd9c0 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb230 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb400 0.000117
+libstdc++.so.6 malloc 24 0x5571735ddb40 0.000124
+libstdc++.so.6 malloc 24 0x5571735dea80 0.000118
+libstdc++.so.6 malloc 24 0x5571735ba780 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea8c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000117
+libstdc++.so.6 malloc 24 0x5571735b67b0 0.000119
+libstdc++.so.6 malloc 24 0x5571735eb440 0.000119
+libstdc++.so.6 malloc 24 0x5571735b1c80 0.000116
+libstdc++.so.6 malloc 24 0x5571735afa20 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000117
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000118
+libstdc++.so.6 malloc 24 0x5571735b17a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b2760 0.000118
+libstdc++.so.6 malloc 24 0x5571735af3a0 0.000120
+libstdc++.so.6 malloc 24 0x5571735ead20 0.000118
+libstdc++.so.6 malloc 24 0x5571735e2420 0.000117
+libstdc++.so.6 malloc 24 0x5571735e2400 0.000117
+libstdc++.so.6 malloc 24 0x5571735e7840 0.000117
+libstdc++.so.6 malloc 24 0x5571735afa00 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000124
+libstdc++.so.6 malloc 24 0x5571735eb420 0.000120
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000118
+libstdc++.so.6 malloc 24 0x5571735ea980 0.000117
+libstdc++.so.6 malloc 24 0x5571735bd9a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b2bb0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b1c60 0.000118
+libstdc++.so.6 free 0x5571735bab90 void 0.000118
+libstdc++.so.6 free 0x5571735dbd00 void 0.000117
+libstdc++.so.6 free 0x5571735eace0 void 0.000117
+libstdc++.so.6 free 0x5571735dc1e0 void 0.000116
+libstdc++.so.6 free 0x5571735eacc0 void 0.000117
+libstdc++.so.6 free 0x5571735eada0 void 0.000117
+libstdc++.so.6 free 0x5571735b7ee0 void 0.000119
+libstdc++.so.6 free 0x5571735e2e20 void 0.000117
+libstdc++.so.6 free 0x5571735dc700 void 0.000118
+libstdc++.so.6 free 0x5571735af7c0 void 0.000117
+libstdc++.so.6 free 0x5571735bd9c0 void 0.000118
+libstdc++.so.6 free 0x5571735eb230 void 0.000117
+libstdc++.so.6 free 0x5571735ddb40 void 0.000117
+libstdc++.so.6 free 0x5571735ba780 void 0.000126
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000119
+libstdc++.so.6 free 0x5571735b67b0 void 0.000117
+libstdc++.so.6 free 0x5571735eb440 void 0.000117
+libstdc++.so.6 free 0x5571735afa20 void 0.000116
+libstdc++.so.6 free 0x5571735bc000 void 0.000117
+libstdc++.so.6 free 0x5571735b2760 void 0.000114
+libstdc++.so.6 free 0x5571735afa00 void 0.000118
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000118
+libstdc++.so.6 free 0x5571735eb420 void 0.000119
+libstdc++.so.6 free 0x5571735e9c40 void 0.000117
+libstdc++.so.6 free 0x5571735dbce0 void 0.000117
+libstdc++.so.6 free 0x5571735dc200 void 0.000118
+libstdc++.so.6 free 0x5571735ead00 void 0.000117
+libstdc++.so.6 free 0x5571735ba9c0 void 0.000116
+libstdc++.so.6 free 0x5571735dc6e0 void 0.000118
+libstdc++.so.6 free 0x5571735b7f00 void 0.000116
+libstdc++.so.6 free 0x5571735dfb60 void 0.000118
+libstdc++.so.6 free 0x5571735e2e00 void 0.000117
+libstdc++.so.6 free 0x5571735eb400 void 0.000118
+libstdc++.so.6 free 0x5571735dea80 void 0.000118
+libstdc++.so.6 free 0x5571735ea8c0 void 0.000118
+libstdc++.so.6 free 0x5571735e8240 void 0.000118
+libstdc++.so.6 free 0x5571735b1c80 void 0.000116
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000118
+libstdc++.so.6 free 0x5571735b17a0 void 0.000117
+libstdc++.so.6 free 0x5571735af3a0 void 0.000116
+libstdc++.so.6 free 0x5571735ead20 void 0.000126
+libstdc++.so.6 free 0x5571735e2420 void 0.000118
+libstdc++.so.6 free 0x5571735e2400 void 0.000117
+libstdc++.so.6 free 0x5571735e7840 void 0.000116
+libstdc++.so.6 free 0x5571735ea980 void 0.000139
+libstdc++.so.6 free 0x5571735bd9a0 void 0.000119
+libstdc++.so.6 free 0x5571735b2bb0 void 0.000118
+libstdc++.so.6 free 0x5571735b1c60 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 free 0x5571735db7e0 void 0.000120
+libstdc++.so.6 free 0x5571735ea900 void 0.000118
+libstdc++.so.6 free 0x5571735ea8e0 void 0.000117
+libstdc++.so.6 free 0x5571735bac40 void 0.000117
+libstdc++.so.6 free 0x5571735eb330 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000117
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000119
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000117
+libstdc++.so.6 free 0x5571735e9be0 void 0.000117
+libstdc++.so.6 free 0x5571735b75c0 void 0.000117
+libstdc++.so.6 free 0x5571735eb480 void 0.000118
+libstdc++.so.6 free 0x5571735db7e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000122
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000117
+libstdc++.so.6 free 0x5571735e9be0 void 0.000162
+libstdc++.so.6 free 0x5571735b75c0 void 0.000119
+libstdc++.so.6 free 0x5571735eb480 void 0.000118
+libstdc++.so.6 free 0x5571735db7e0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000117
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000118
+libstdc++.so.6 free 0x5571735e9be0 void 0.000119
+libstdc++.so.6 free 0x5571735b75c0 void 0.000118
+libstdc++.so.6 free 0x5571735eb480 void 0.000117
+libstdc++.so.6 free 0x5571735db7e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000118
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000118
+libstdc++.so.6 free 0x5571735e9be0 void 0.000118
+libstdc++.so.6 free 0x5571735b75c0 void 0.000123
+libstdc++.so.6 free 0x5571735eb480 void 0.000117
+libstdc++.so.6 free 0x5571735db7e0 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000117
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000116
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000117
+libstdc++.so.6 free 0x5571735e9be0 void 0.000117
+libstdc++.so.6 free 0x5571735b75c0 void 0.000116
+libstdc++.so.6 free 0x5571735eb480 void 0.000119
+libstdc++.so.6 free 0x5571735db7e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735db7e0 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb480 0.000117
+libstdc++.so.6 malloc 24 0x5571735b75c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000117
+libstdc++.so.6 free 0x5571735b6b10 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735b6b10 0.000117
+libstdc++.so.6 free 0x5571735af780 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735af780 0.000117
+libstdc++.so.6 free 0x5571735b51c0 void 0.000118
+libstdc++.so.6 free 0x5571735b6b60 void 0.000117
+libstdc++.so.6 free 0x5571735b73c0 void 0.000118
+libstdc++.so.6 free 0x5571735b4a30 void 0.000117
+libstdc++.so.6 free 0x5571735b7170 void 0.000115
+libstdc++.so.6 free 0x5571735bb350 void 0.000115
+libstdc++.so.6 free 0x5571735e7820 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735e7820 0.000117
+libstdc++.so.6 malloc 56 0x5571735db730 0.000118
+libstdc++.so.6 free 0x5571735bba10 void 0.000119
+libstdc++.so.6 free 0x5571735a2850 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735a2850 0.000118
+libstdc++.so.6 free 0x5571735bbfa0 void 0.000117
+libstdc++.so.6 free 0x5571735bbf80 void 0.000118
+libstdc++.so.6 free 0x5571735afe10 void 0.000117
+libstdc++.so.6 free 0x5571735bccb0 void 0.000119
+libstdc++.so.6 free 0x5571735a8c10 void 0.000119
+libstdc++.so.6 free 0x5571735bcc60 void 0.000128
+libstdc++.so.6 free 0x5571735b8410 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735bbfa0 0.000117
+libstdc++.so.6 free 0x5571735b8450 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b8450 0.000115
+libstdc++.so.6 free 0x5571735b02d0 void 0.000117
+libstdc++.so.6 free 0x5571735af200 void 0.000118
+libstdc++.so.6 free 0x5571735af000 void 0.000118
+libstdc++.so.6 free 0x5571735b8060 void 0.000118
+libstdc++.so.6 free 0x5571735b00d0 void 0.000116
+libstdc++.so.6 free 0x5571735b8010 void 0.000117
+libstdc++.so.6 free 0x5571735be390 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b02d0 0.000118
+libstdc++.so.6 free 0x5571735bba50 void 0.000124
+libstdc++.so.6 free 0x5571735bba90 void 0.000119
+libstdc++.so.6 free 0x5571735b4a80 void 0.000117
+libstdc++.so.6 free 0x5571735bb8c0 void 0.000116
+libstdc++.so.6 free 0x5571735b4830 void 0.000116
+libstdc++.so.6 free 0x5571735afca0 void 0.000117
+libstdc++.so.6 free 0x5571735be3d0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735bba50 0.000118
+libstdc++.so.6 free 0x5571735bde90 void 0.000118
+libstdc++.so.6 free 0x5571735bde70 void 0.000116
+libstdc++.so.6 free 0x5571735bdc70 void 0.000117
+libstdc++.so.6 free 0x5571735bdc20 void 0.000116
+libstdc++.so.6 free 0x5571735bda20 void 0.000116
+libstdc++.so.6 free 0x5571735b70a0 void 0.000118
+libstdc++.so.6 free 0x5571735b1700 void 0.000125
+libstdc++.so.6 malloc 16 0x5571735bde90 0.000119
+libstdc++.so.6 free 0x5571735b1740 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b1740 0.000117
+libstdc++.so.6 free 0x5571735b1200 void 0.000134
+libstdc++.so.6 free 0x5571735b11e0 void 0.000119
+libstdc++.so.6 free 0x5571735b0fe0 void 0.000117
+libstdc++.so.6 free 0x5571735b0f90 void 0.000118
+libstdc++.so.6 free 0x5571735b0d90 void 0.000118
+libstdc++.so.6 free 0x5571735b0d40 void 0.000118
+libstdc++.so.6 free 0x5571735b26c0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735b1200 0.000119
+libstdc++.so.6 malloc 56 0x5571735db770 0.000119
+libstdc++.so.6 free 0x5571735b0d20 void 0.000118
+libstdc++.so.6 free 0x5571735b2700 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b0d20 0.000118
+libstdc++.so.6 free 0x5571735be720 void 0.000117
+libstdc++.so.6 free 0x5571735ea650 void 0.000118
+libstdc++.so.6 free 0x5571735b1f60 void 0.000118
+libstdc++.so.6 free 0x5571735b1f10 void 0.000117
+libstdc++.so.6 free 0x5571735b1d10 void 0.000119
+libstdc++.so.6 free 0x5571735b1cc0 void 0.000119
+libstdc++.so.6 free 0x5571735bbdd0 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735ea650 0.000117
+libstdc++.so.6 free 0x5571735bbe10 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735bbe10 0.000116
+libstdc++.so.6 free 0x5571735bca90 void 0.000118
+libstdc++.so.6 free 0x5571735b83d0 void 0.000118
+libstdc++.so.6 free 0x5571735d5aa0 void 0.000117
+libstdc++.so.6 free 0x5571735bca40 void 0.000118
+libstdc++.so.6 free 0x5571735d58a0 void 0.000117
+libstdc++.so.6 free 0x5571735bc9f0 void 0.000116
+libstdc++.so.6 free 0x5571735b53f0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b83d0 0.000118
+gallium_dri.so realloc 0x5571735db620|512 0x5571735d60a0 0.000122
+libstdc++.so.6 free 0x5571735b0d00 void 0.000117
+libstdc++.so.6 free 0x5571735b0ce0 void 0.000114
+libstdc++.so.6 free 0x5571735b0ae0 void 0.000153
+libstdc++.so.6 free 0x5571735af9b0 void 0.000200
+libstdc++.so.6 free 0x5571735be520 void 0.000118
+libstdc++.so.6 free 0x5571735b59c0 void 0.000117
+libstdc++.so.6 free 0x5571735b89a0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b0d00 0.000118
+libstdc++.so.6 free 0x5571735b52f0 void 0.000117
+libstdc++.so.6 free 0x5571735ba860 void 0.000117
+libstdc++.so.6 free 0x5571735d66a0 void 0.000117
+libstdc++.so.6 free 0x5571735ba810 void 0.000118
+libstdc++.so.6 free 0x5571735d64a0 void 0.000118
+libstdc++.so.6 free 0x5571735ba7c0 void 0.000118
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b52f0 0.000117
+libstdc++.so.6 free 0x5571735b7d30 void 0.000124
+libstdc++.so.6 malloc 16 0x5571735b7d30 0.000120
+libstdc++.so.6 free 0x5571735b7b40 void 0.000117
+libstdc++.so.6 free 0x5571735b7b20 void 0.000119
+libstdc++.so.6 free 0x5571735d82a0 void 0.000119
+libstdc++.so.6 free 0x5571735b7ad0 void 0.000117
+libstdc++.so.6 free 0x5571735d80a0 void 0.000117
+libstdc++.so.6 free 0x5571735b7a80 void 0.000118
+libstdc++.so.6 free 0x5571735bd860 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735b7b40 0.000118
+libstdc++.so.6 malloc 56 0x5571735db390 0.000123
+libstdc++.so.6 free 0x5571735b79b0 void 0.000118
+libstdc++.so.6 free 0x5571735bd8a0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735bd8a0 0.000117
+libstdc++.so.6 free 0x5571735b9410 void 0.000117
+libstdc++.so.6 free 0x5571735b93f0 void 0.000118
+libstdc++.so.6 free 0x5571735d8ea0 void 0.000117
+libstdc++.so.6 free 0x5571735b93a0 void 0.000118
+libstdc++.so.6 free 0x5571735d8ca0 void 0.000118
+libstdc++.so.6 free 0x5571735b9350 void 0.000117
+libstdc++.so.6 free 0x5571735b2a70 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b9410 0.000117
+libstdc++.so.6 free 0x5571735b2ab0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b2ab0 0.000117
+libstdc++.so.6 free 0x5571735b68d0 void 0.000119
+libstdc++.so.6 free 0x5571735b68b0 void 0.000118
+libstdc++.so.6 free 0x5571735d9ec0 void 0.000118
+libstdc++.so.6 free 0x5571735b6860 void 0.000127
+libstdc++.so.6 free 0x5571735d9cc0 void 0.000119
+libstdc++.so.6 free 0x5571735b6810 void 0.000117
+libstdc++.so.6 free 0x5571735db2a0 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735b68d0 0.000119
+libstdc++.so.6 free 0x5571735b7990 void 0.000117
+libstdc++.so.6 free 0x5571735b7970 void 0.000118
+libstdc++.so.6 free 0x5571735d7ea0 void 0.000117
+libstdc++.so.6 free 0x5571735b7920 void 0.000118
+libstdc++.so.6 free 0x5571735d7ca0 void 0.000117
+libstdc++.so.6 free 0x5571735b78d0 void 0.000117
+libstdc++.so.6 free 0x5571735db2e0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735b7990 0.000116
+libstdc++.so.6 free 0x5571735dada0 void 0.000117
+libstdc++.so.6 free 0x5571735dad80 void 0.000119
+libstdc++.so.6 free 0x5571735dab80 void 0.000117
+libstdc++.so.6 free 0x5571735dab30 void 0.000117
+libstdc++.so.6 free 0x5571735da930 void 0.000118
+libstdc++.so.6 free 0x5571735da8e0 void 0.000118
+libstdc++.so.6 free 0x5571735dd600 void 0.000119
+libstdc++.so.6 malloc 16 0x5571735dada0 0.000117
+libstdc++.so.6 free 0x5571735dd640 void 0.000121
+libstdc++.so.6 malloc 16 0x5571735dd640 0.000117
+libstdc++.so.6 free 0x5571735dd100 void 0.000118
+libstdc++.so.6 free 0x5571735dd0e0 void 0.000118
+libstdc++.so.6 free 0x5571735dcee0 void 0.000118
+libstdc++.so.6 free 0x5571735dce90 void 0.000127
+libstdc++.so.6 free 0x5571735dcc90 void 0.000119
+libstdc++.so.6 free 0x5571735dcc40 void 0.000116
+libstdc++.so.6 free 0x5571735de540 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dd100 0.000118
+libstdc++.so.6 malloc 56 0x5571735db3d0 0.000117
+libstdc++.so.6 free 0x5571735dcc20 void 0.000120
+libstdc++.so.6 free 0x5571735de580 void 0.000178
+libstdc++.so.6 malloc 16 0x5571735dcc20 0.000182
+libstdc++.so.6 free 0x5571735de040 void 0.000119
+libstdc++.so.6 free 0x5571735de020 void 0.000118
+libstdc++.so.6 free 0x5571735dde20 void 0.000118
+libstdc++.so.6 free 0x5571735dddd0 void 0.000119
+libstdc++.so.6 free 0x5571735ddbd0 void 0.000117
+libstdc++.so.6 free 0x5571735ddb80 void 0.000118
+libstdc++.so.6 free 0x5571735df410 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735de040 0.000117
+libstdc++.so.6 free 0x5571735df450 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735df450 0.000117
+libstdc++.so.6 free 0x5571735def80 void 0.000124
+libstdc++.so.6 free 0x5571735def60 void 0.000119
+libstdc++.so.6 free 0x5571735ded60 void 0.000118
+libstdc++.so.6 free 0x5571735ded10 void 0.000118
+libstdc++.so.6 free 0x5571735deb10 void 0.000117
+libstdc++.so.6 free 0x5571735deac0 void 0.000117
+libstdc++.so.6 free 0x5571735e0560 void 0.000117
+libstdc++.so.6 malloc 16 0x5571735def80 0.000166
+libstdc++.so.6 free 0x5571735dcc00 void 0.000119
+libstdc++.so.6 free 0x5571735dcbe0 void 0.000117
+libstdc++.so.6 free 0x5571735dc9e0 void 0.000118
+libstdc++.so.6 free 0x5571735dc990 void 0.000116
+libstdc++.so.6 free 0x5571735dc790 void 0.000117
+libstdc++.so.6 free 0x5571735dc740 void 0.000117
+libstdc++.so.6 free 0x5571735e05a0 void 0.000118
+libstdc++.so.6 malloc 16 0x5571735dcc00 0.000117
+libstdc++.so.6 free 0x5571735e0060 void 0.000117
+libstdc++.so.6 free 0x5571735e0040 void 0.000118
+libstdc++.so.6 free 0x5571735dfe40 void 0.000117
+libstdc++.so.6 free 0x5571735dfdf0 void 0.000118
+libstdc++.so.6 free 0x5571735dfbf0 void 0.000117
+libstdc++.so.6 free 0x5571735dfba0 void 0.000119
+libstdc++.so.6 free 0x5571735e9be0 void 0.000118
+libstdc++.so.6 free 0x5571735b75c0 void 0.000116
+libstdc++.so.6 free 0x5571735eb480 void 0.000117
+libstdc++.so.6 free 0x5571735db7e0 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735e0060 0.000117
+libstdc++.so.6 malloc 16 0x5571735bba10 0.000117
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000119
+libstdc++.so.6 malloc 24 0x5571735b51c0 0.000117
+libstdc++.so.6 free 0x5571735b51c0 void 0.000118
+libstdc++.so.6 free 0x5571735b6b60 void 0.000117
+libstdc++.so.6 free 0x5571735bba10 void 0.000118
+libstdc++.so.6 free 0x5571735e0060 void 0.000128
+libstdc++.so.6 malloc 24 0x5571735e0060 0.000119
+libstdc++.so.6 malloc 16 0x5571735bba10 0.000119
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000118
+libstdc++.so.6 malloc 24 0x5571735b51c0 0.000118
+gallium_dri.so malloc 3584 0x5571735eb480 0.000130
+gallium_dri.so realloc 0|256 0x5571735db620 0.000121
+libstdc++.so.6 free 0x5571735b51c0 void 0.000119
+libstdc++.so.6 free 0x5571735b6b60 void 0.000117
+libstdc++.so.6 free 0x5571735bba10 void 0.000118
+libstdc++.so.6 free 0x5571735e0060 void 0.000117
+gallium_dri.so free 0x5571735eb480 void 0.000117
+gallium_dri.so free 0x5571735db620 void 0.000116
+libstdc++.so.6 malloc 24 0x5571735e0060 0.000118
+libstdc++.so.6 malloc 16 0x5571735bba10 0.000120
+libstdc++.so.6 malloc 24 0x5571735b6b60 0.000118
+libstdc++.so.6 malloc 24 0x5571735b51c0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6790 0.000118
+libstdc++.so.6 malloc 24 0x5571735e8220 0.000117
+libstdc++.so.6 malloc 24 0x5571735eb460 0.000118
+libstdc++.so.6 malloc 24 0x5571735e9be0 0.000116
+libstdc++.so.6 malloc 24 0x5571735db2e0 0.000117
+libstdc++.so.6 malloc 24 0x5571735dd600 0.000117
+libstdc++.so.6 malloc 24 0x5571735de540 0.000118
+libstdc++.so.6 malloc 24 0x5571735de580 0.000117
+libstdc++.so.6 malloc 24 0x5571735df410 0.000117
+libstdc++.so.6 malloc 24 0x5571735e0560 0.000115
+libstdc++.so.6 malloc 24 0x5571735e05a0 0.000119
+libstdc++.so.6 malloc 24 0x5571735db2a0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b2700 0.000118
+libstdc++.so.6 malloc 24 0x5571735bbdd0 0.000116
+libstdc++.so.6 malloc 24 0x5571735b53f0 0.000118
+libstdc++.so.6 malloc 24 0x5571735b89a0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b7cf0 0.000117
+libstdc++.so.6 malloc 24 0x5571735bd860 0.000117
+libstdc++.so.6 malloc 24 0x5571735b2a70 0.000117
+libstdc++.so.6 malloc 24 0x5571735b26c0 0.000124
+libstdc++.so.6 malloc 24 0x5571735eb330 0.000117
+libstdc++.so.6 malloc 24 0x5571735bbf80 0.000118
+libstdc++.so.6 malloc 24 0x5571735b8410 0.000116
+libstdc++.so.6 malloc 24 0x5571735be390 0.000116
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000117
+libstdc++.so.6 malloc 24 0x5571735be3d0 0.000117
+libstdc++.so.6 malloc 24 0x5571735b1700 0.000118
+libstdc++.so.6 malloc 24 0x5571735e7840 0.000117
+libstdc++.so.6 free 0x5571735eb330 void 0.000116
+libstdc++.so.6 free 0x5571735bbf80 void 0.000116
+libstdc++.so.6 free 0x5571735b8410 void 0.000117
+libstdc++.so.6 free 0x5571735be390 void 0.000118
+libstdc++.so.6 free 0x5571735b6790 void 0.000117
+libstdc++.so.6 free 0x5571735e8220 void 0.000120
+libstdc++.so.6 free 0x5571735eb460 void 0.000118
+libstdc++.so.6 free 0x5571735e9be0 void 0.000118
+libstdc++.so.6 free 0x5571735db2e0 void 0.000128
+libstdc++.so.6 free 0x5571735dd600 void 0.000119
+libstdc++.so.6 free 0x5571735de540 void 0.000118
+libstdc++.so.6 free 0x5571735de580 void 0.000119
+libstdc++.so.6 free 0x5571735df410 void 0.000118
+libstdc++.so.6 free 0x5571735e0560 void 0.000118
+libstdc++.so.6 free 0x5571735e05a0 void 0.000118
+libstdc++.so.6 free 0x5571735db2a0 void 0.000119
+libstdc++.so.6 free 0x5571735b2700 void 0.000118
+libstdc++.so.6 free 0x5571735bbdd0 void 0.000117
+libstdc++.so.6 free 0x5571735b53f0 void 0.000117
+libstdc++.so.6 free 0x5571735b89a0 void 0.000119
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000118
+libstdc++.so.6 free 0x5571735bd860 void 0.000117
+libstdc++.so.6 free 0x5571735b2a70 void 0.000118
+libstdc++.so.6 free 0x5571735b26c0 void 0.000117
+libstdc++.so.6 free 0x5571735bba90 void 0.000117
+libstdc++.so.6 free 0x5571735be3d0 void 0.000118
+libstdc++.so.6 free 0x5571735b1700 void 0.000118
+libstdc++.so.6 free 0x5571735e7840 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000119
+libstdc++.so.6 free 0x5571735af7c0 void 0.000118
+libstdc++.so.6 free 0x5571735b51c0 void 0.000118
+libstdc++.so.6 free 0x5571735b6b60 void 0.000118
+libstdc++.so.6 free 0x5571735bba10 void 0.000118
+libstdc++.so.6 free 0x5571735e0060 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000118
+libstdc++.so.6 malloc 16 0x5571735eb230 0.000116
+libstdc++.so.6 malloc 24 0x5571735ba780 0.000110
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000110
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000112
+libstdc++.so.6 free 0x5571735ba780 void 0.000111
+libstdc++.so.6 free 0x5571735eb230 void 0.000110
+libstdc++.so.6 free 0x5571735af7c0 void 0.000110
+libstdc++.so.6 malloc 24 0x5571735af7c0 0.000110
+libstdc++.so.6 malloc 24 0x5571735eb230 0.000109
+libstdc++.so.6 malloc 16 0x5571735ba780 0.000108
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000109
+libstdc++.so.6 malloc 24 0x5571735b67b0 0.000110
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000112
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000110
+libstdc++.so.6 malloc 24 0x5571735e0060 0.000111
+libstdc++.so.6 malloc 24 0x5571735bba90 0.000112
+libstdc++.so.6 malloc 24 0x5571735be3d0 0.000111
+libstdc++.so.6 malloc 24 0x5571735b1700 0.000110
+libstdc++.so.6 malloc 24 0x5571735e7840 0.000110
+libstdc++.so.6 malloc 24 0x5571735b51c0 0.000113
+libstdc++.so.6 free 0x5571735b67b0 void 0.000112
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000115
+libstdc++.so.6 free 0x5571735ba780 void 0.000121
+libstdc++.so.6 free 0x5571735eb230 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735eb230 0.000112
+libstdc++.so.6 malloc 16 0x5571735ba780 0.000109
+libstdc++.so.6 malloc 64 0x5571735b7770 0.000110
+libstdc++.so.6 malloc 512 0x5571735d96b0 0.000145
+libstdc++.so.6 malloc 24 0x5571735b7cf0 0.000119
+libstdc++.so.6 malloc 24 0x5571735bd860 0.000112
+libstdc++.so.6 malloc 24 0x5571735b2a70 0.000113
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000118
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000113
+libstdc++.so.6 free 0x5571735b2a70 void 0.000113
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000116
+gallium_dri.so free 0x5571735eb250 void 0.000113
+libstdc++.so.6 free 0x5571735bd860 void 0.000115
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b7cf0 0.000114
+libstdc++.so.6 malloc 24 0x5571735bd860 0.000113
+libstdc++.so.6 malloc 64 0x5571735b5b30 0.000113
+libstdc++.so.6 malloc 512 0x5571735d90a0 0.000114
+libstdc++.so.6 free 0x5571735d90a0 void 0.000113
+libstdc++.so.6 free 0x5571735b5b30 void 0.000113
+libstdc++.so.6 malloc 64 0x5571735b5b30 0.000113
+libstdc++.so.6 malloc 512 0x5571735d90a0 0.000117
+libstdc++.so.6 free 0x5571735d90a0 void 0.000124
+libstdc++.so.6 free 0x5571735b5b30 void 0.000123
+gallium_dri.so malloc 4096 0x5571735eb400 0.000120
+gallium_dri.so realloc 0|256 0x5571735db620 0.000121
+libstdc++.so.6 malloc 64 0x5571735b5b30 0.000119
+libstdc++.so.6 malloc 504 0x5571735d7aa0 0.000113
+libstdc++.so.6 malloc 64 0x5571735b5b80 0.000114
+libstdc++.so.6 malloc 504 0x5571735d74a0 0.000113
+libstdc++.so.6 free 0x5571735bd860 void 0.000126
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b7cf0 0.000114
+libstdc++.so.6 malloc 24 0x5571735bd860 0.000113
+libstdc++.so.6 free 0x5571735bd860 void 0.000116
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000114
+gallium_dri.so free 0x5571735e9c60 void 0.000113
+gallium_dri.so free 0x5571735e9cc0 void 0.000113
+gallium_dri.so free 0 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735b76e0 0.000112
+libstdc++.so.6 malloc 24 0x5571735b5bd0 0.000113
+libstdc++.so.6 malloc 24 0x5571735b2a70 0.000113
+libstdc++.so.6 malloc 24 0x5571735eb2b0 0.000114
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000113
+libstdc++.so.6 free 0x5571735b2a70 void 0.000113
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000116
+gallium_dri.so free 0x5571735eb250 void 0.000112
+gallium_dri.so realloc 0|64 0x5571735babd0 0.000115
+gallium_dri.so realloc 0x5571735babd0|128 0x5571735babd0 0.000114
+gallium_dri.so realloc 0x5571735babd0|256 0x5571735ea890 0.000117
+libstdc++.so.6 free 0x5571735b5bd0 void 0.000114
+libstdc++.so.6 free 0x5571735b76e0 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b76e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735b5bd0 0.000113
+libstdc++.so.6 malloc 16 0x5571735b2a70 0.000114
+libstdc++.so.6 malloc 16 0x5571735eb2b0 0.000114
+libstdc++.so.6 malloc 16 0x5571735b67b0 0.000113
+libstdc++.so.6 malloc 16 0x5571735b6b60 0.000198
+libstdc++.so.6 malloc 16 0x5571735bba10 0.000115
+libstdc++.so.6 malloc 16 0x5571735b7cf0 0.000113
+libstdc++.so.6 malloc 16 0x5571735bd860 0.000111
+libstdc++.so.6 malloc 16 0x5571735db2a0 0.000113
+libstdc++.so.6 malloc 16 0x5571735db2e0 0.000112
+libstdc++.so.6 malloc 16 0x5571735dd600 0.000112
+libstdc++.so.6 malloc 16 0x5571735de540 0.000139
+libstdc++.so.6 malloc 16 0x5571735de580 0.000119
+libstdc++.so.6 free 0x5571735b5bd0 void 0.000116
+libstdc++.so.6 free 0x5571735b76e0 void 0.000105
+libstdc++.so.6 malloc 14408 0x5571735ec410 0.000269
+libstdc++.so.6 malloc 16 0x5571735b76e0 0.000155
+libstdc++.so.6 malloc 16 0x5571735b5bd0 0.000114
+libstdc++.so.6 malloc 16 0x5571735df410 0.000113
+libstdc++.so.6 malloc 16 0x5571735e0560 0.000121
+libstdc++.so.6 malloc 16 0x5571735e05a0 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9be0 0.000115
+libstdc++.so.6 malloc 16 0x5571735eb330 0.000114
+libstdc++.so.6 malloc 16 0x5571735bbf80 0.000112
+libstdc++.so.6 malloc 16 0x5571735b8410 0.000112
+libstdc++.so.6 malloc 16 0x5571735be390 0.000113
+libstdc++.so.6 malloc 16 0x5571735b79b0 0.000114
+libstdc++.so.6 malloc 16 0x5571735b6b80 0.000118
+libstdc++.so.6 malloc 24 0x5571735b6b30 0.000123
+libstdc++.so.6 malloc 24 0x5571735bbe50 0.000128
+libstdc++.so.6 malloc 24 0x5571735b7b80 0.000112
+libstdc++.so.6 malloc 24 0x5571735b6960 0.000111
+libstdc++.so.6 malloc 24 0x5571735b8a70 0.000112
+libstdc++.so.6 malloc 24 0x5571735eb0d0 0.000131
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000129
+libstdc++.so.6 malloc 24 0x5571735bc020 0.000125
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000124
+libstdc++.so.6 malloc 24 0x5571735ea800 0.000123
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000123
+libstdc++.so.6 malloc 24 0x5571735b77e0 0.000123
+libstdc++.so.6 free 0x5571735b6b30 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000126
+libstdc++.so.6 malloc 56 0x5571735b70a0 0.000119
+libstdc++.so.6 free 0x5571735bbe50 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735eb1d0 0.000114
+libstdc++.so.6 malloc 56 0x5571735afca0 0.000114
+libstdc++.so.6 malloc 56 0x5571735bb8c0 0.000120
+libstdc++.so.6 free 0x5571735b7b80 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735bb350 0.000115
+libstdc++.so.6 malloc 56 0x5571735bb680 0.000118
+libstdc++.so.6 malloc 56 0x5571735bc150 0.000123
+libstdc++.so.6 malloc 56 0x5571735b0980 0.000124
+libstdc++.so.6 free 0x5571735b6960 void 0.000123
+libstdc++.so.6 malloc 24 0x5571735bb370 0.000128
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000123
+libstdc++.so.6 malloc 56 0x5571735b7720 0.000124
+libstdc++.so.6 malloc 56 0x5571735db340 0.000125
+libstdc++.so.6 malloc 56 0x5571735ea5f0 0.000119
+libstdc++.so.6 free 0x5571735b8a70 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000124
+libstdc++.so.6 free 0x5571735eb1d0 void 0.000125
+libstdc++.so.6 malloc 56 0x5571735eaa00 0.000124
+libstdc++.so.6 malloc 56 0x5571735eabd0 0.000124
+libstdc++.so.6 malloc 56 0x5571735a2890 0.000124
+libstdc++.so.6 free 0x5571735eb0d0 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735ea630 0.000115
+libstdc++.so.6 free 0x5571735bb350 void 0.000118
+libstdc++.so.6 malloc 56 0x5571735db7b0 0.000119
+libstdc++.so.6 malloc 56 0x5571735ba970 0.000115
+libstdc++.so.6 malloc 56 0x5571735b59c0 0.000114
+libstdc++.so.6 free 0x5571735bc000 void 0.000117
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000123
+libstdc++.so.6 free 0x5571735bb370 void 0.000124
+libstdc++.so.6 malloc 56 0x5571735b5a00 0.000125
+libstdc++.so.6 malloc 56 0x5571735ea540 0.000161
+libstdc++.so.6 malloc 56 0x5571735ea580 0.000195
+libstdc++.so.6 free 0x5571735bc020 void 0.000125
+libstdc++.so.6 malloc 24 0x5571735bb350 0.000123
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000119
+libstdc++.so.6 malloc 56 0x5571735ea6d0 0.000119
+libstdc++.so.6 malloc 56 0x5571735ea710 0.000124
+libstdc++.so.6 malloc 56 0x5571735eaac0 0.000132
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000129
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000131
+libstdc++.so.6 free 0x5571735ea630 void 0.000124
+libstdc++.so.6 malloc 56 0x5571735eab00 0.000120
+libstdc++.so.6 malloc 56 0x5571735eae00 0.000124
+libstdc++.so.6 malloc 56 0x5571735eae40 0.000130
+libstdc++.so.6 free 0x5571735ea800 void 0.000130
+libstdc++.so.6 malloc 24 0x5571735ea630 0.000131
+libstdc++.so.6 free 0x5571735bc000 void 0.000126
+libstdc++.so.6 malloc 56 0x5571735eaef0 0.000124
+libstdc++.so.6 malloc 56 0x5571735eaf30 0.000131
+libstdc++.so.6 malloc 56 0x5571735eafe0 0.000131
+libstdc++.so.6 free 0x5571735b77c0 void 0.000126
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000124
+libstdc++.so.6 free 0x5571735bb350 void 0.000130
+libstdc++.so.6 malloc 56 0x5571735eb020 0.000130
+libstdc++.so.6 malloc 56 0x5571735babd0 0.000125
+libstdc++.so.6 malloc 56 0x5571735bac10 0.000133
+libstdc++.so.6 free 0x5571735b77e0 void 0.000133
+libstdc++.so.6 malloc 24 0x5571735bb350 0.000131
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000130
+libstdc++.so.6 free 0x5571735ea630 void 0.000130
+libstdc++.so.6 free 0x5571735b77c0 void 0.000127
+libstdc++.so.6 free 0x5571735bb350 void 0.000124
+libstdc++.so.6 free 0x5571735de580 void 0.000130
+libstdc++.so.6 free 0x5571735de540 void 0.000131
+libstdc++.so.6 free 0x5571735dd600 void 0.000135
+libstdc++.so.6 free 0x5571735db2e0 void 0.000130
+libstdc++.so.6 free 0x5571735db2a0 void 0.000124
+libstdc++.so.6 free 0x5571735bd860 void 0.000124
+libstdc++.so.6 free 0x5571735b7cf0 void 0.000130
+libstdc++.so.6 free 0x5571735bba10 void 0.000131
+libstdc++.so.6 free 0x5571735b6b60 void 0.000124
+libstdc++.so.6 free 0x5571735b67b0 void 0.000124
+libstdc++.so.6 free 0x5571735eb2b0 void 0.000130
+libstdc++.so.6 free 0x5571735b2a70 void 0.000130
+libstdc++.so.6 free 0x5571735b6b80 void 0.000125
+libstdc++.so.6 free 0x5571735bac10 void 0.000125
+libstdc++.so.6 free 0x5571735babd0 void 0.000130
+libstdc++.so.6 free 0x5571735eb020 void 0.000129
+libstdc++.so.6 free 0x5571735b79b0 void 0.000126
+libstdc++.so.6 free 0x5571735eafe0 void 0.000124
+libstdc++.so.6 free 0x5571735eaf30 void 0.000140
+libstdc++.so.6 free 0x5571735eaef0 void 0.000131
+libstdc++.so.6 free 0x5571735be390 void 0.000126
+libstdc++.so.6 free 0x5571735eae40 void 0.000125
+libstdc++.so.6 free 0x5571735eae00 void 0.000129
+libstdc++.so.6 free 0x5571735eab00 void 0.000131
+libstdc++.so.6 free 0x5571735b8410 void 0.000130
+libstdc++.so.6 free 0x5571735eaac0 void 0.000129
+libstdc++.so.6 free 0x5571735ea710 void 0.000132
+libstdc++.so.6 free 0x5571735ea6d0 void 0.000130
+libstdc++.so.6 free 0x5571735bbf80 void 0.000131
+libstdc++.so.6 free 0x5571735ea580 void 0.000126
+libstdc++.so.6 free 0x5571735ea540 void 0.000124
+libstdc++.so.6 free 0x5571735b5a00 void 0.000130
+libstdc++.so.6 free 0x5571735eb330 void 0.000129
+libstdc++.so.6 free 0x5571735b59c0 void 0.000130
+libstdc++.so.6 free 0x5571735ba970 void 0.000125
+libstdc++.so.6 free 0x5571735db7b0 void 0.000124
+libstdc++.so.6 free 0x5571735e9be0 void 0.000128
+libstdc++.so.6 free 0x5571735a2890 void 0.000129
+libstdc++.so.6 free 0x5571735eabd0 void 0.000125
+libstdc++.so.6 free 0x5571735eaa00 void 0.000129
+libstdc++.so.6 free 0x5571735e05a0 void 0.000124
+libstdc++.so.6 free 0x5571735ea5f0 void 0.000113
+libstdc++.so.6 free 0x5571735db340 void 0.000113
+libstdc++.so.6 free 0x5571735b7720 void 0.000120
+libstdc++.so.6 free 0x5571735e0560 void 0.000113
+libstdc++.so.6 free 0x5571735b0980 void 0.000113
+libstdc++.so.6 free 0x5571735bc150 void 0.000117
+libstdc++.so.6 free 0x5571735bb680 void 0.000113
+libstdc++.so.6 free 0x5571735df410 void 0.000112
+libstdc++.so.6 free 0x5571735bb8c0 void 0.000112
+libstdc++.so.6 free 0x5571735afca0 void 0.000112
+libstdc++.so.6 free 0x5571735b5bd0 void 0.000112
+libstdc++.so.6 free 0x5571735b70a0 void 0.000113
+libstdc++.so.6 free 0x5571735b76e0 void 0.000113
+libstdc++.so.6 free 0x5571735ec410 void 0.000115
+gallium_dri.so free 0x5571735bbdd0 void 0.000112
+gallium_dri.so free 0x5571735b53f0 void 0.000116
+gallium_dri.so free 0x5571735b89a0 void 0.000113
+gallium_dri.so free 0x5571735d7a70 void 0.000112
+gallium_dri.so free 0x5571735b26c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000113
+libstdc++.so.6 malloc 968 0x5571735da4c0 0.000113
+libstdc++.so.6 free 0x5571735da4c0 void 0.000113
+libstdc++.so.6 free 0x5571735b77c0 void 0.000113
+libstdc++.so.6 free 0x5571735d96b0 void 0.000113
+libstdc++.so.6 free 0x5571735b7770 void 0.000113
+libstdc++.so.6 free 0x5571735ba780 void 0.000113
+libstdc++.so.6 free 0x5571735eb230 void 0.000113
+gallium_dri.so free 0x5571735ea890 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b77c0 0.000112
+libstdc++.so.6 malloc 16 0x5571735ea630 0.000126
+libstdc++.so.6 free 0x5571735dd5e0 void 0.000118
+libstdc++.so.6 malloc 24 0x5571735dd5e0 0.000114
+libstdc++.so.6 free 0x5571735de520 void 0.000114
+libstdc++.so.6 malloc 24 0x5571735de520 0.000113
+libstdc++.so.6 free 0x5571735b85f0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b85f0 0.000115
+libstdc++.so.6 free 0x5571735e0540 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735e0540 0.000114
+libstdc++.so.6 free 0x5571735e1f00 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735e1f00 0.000114
+libstdc++.so.6 free 0x5571735e2900 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735e2900 0.000114
+libstdc++.so.6 free 0x5571735e7320 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735e7320 0.000114
+libstdc++.so.6 free 0x5571735e7d20 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735e7d20 0.000113
+libstdc++.so.6 free 0x5571735e9c40 void 0.000112
+libstdc++.so.6 free 0x5571735e8240 void 0.000112
+libstdc++.so.6 free 0x5571735e0060 void 0.000114
+libstdc++.so.6 free 0x5571735bba90 void 0.000112
+libstdc++.so.6 free 0x5571735be3d0 void 0.000112
+libstdc++.so.6 free 0x5571735b1700 void 0.000112
+libstdc++.so.6 free 0x5571735e7840 void 0.000112
+libstdc++.so.6 free 0x5571735b51c0 void 0.000111
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000112
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000114
+libstdc++.so.6 free 0x5571735e9c40 void 0.000116
+libstdc++.so.6 free 0x5571735e8240 void 0.000126
+libstdc++.so.6 free 0x5571735ea630 void 0.000114
+libstdc++.so.6 free 0x5571735b77c0 void 0.000112
+libstdc++.so.6 free 0x5571735af7c0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000113
+libstdc++.so.6 malloc 16 0x5571735e9c40 0.000113
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000111
+libstdc++.so.6 free 0x5571735bc000 void 0.000114
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000113
+libstdc++.so.6 free 0x5571735e9c40 void 0.000113
+libstdc++.so.6 free 0x5571735e8240 void 0.000119
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000115
+libstdc++.so.6 malloc 16 0x5571735e9c40 0.000120
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000112
+libstdc++.so.6 free 0x5571735bc000 void 0.000115
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000113
+libstdc++.so.6 free 0x5571735e9c40 void 0.000112
+libstdc++.so.6 free 0x5571735e8240 void 0.000114
+libstdc++.so.6 malloc 64 0x5571735eae40 0.000113
+libstdc++.so.6 malloc 16 0x5571735e8240 0.000115
+libstdc++.so.6 malloc 24 0x5571735e9c40 0.000112
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000113
+libstdc++.so.6 malloc 24 0x5571735eb1b0 0.000113
+libstdc++.so.6 free 0x5571735eb1b0 void 0.000112
+libstdc++.so.6 free 0x5571735bc000 void 0.000153
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000137
+gallium_dri.so free 0x5571735eb250 void 0.000116
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000115
+libstdc++.so.6 free 0x5571735e9c40 void 0.000113
+libstdc++.so.6 free 0x5571735e99a0 void 0.000114
+libstdc++.so.6 free 0x5571735e9950 void 0.000113
+libstdc++.so.6 free 0x5571735e9750 void 0.000112
+libstdc++.so.6 free 0x5571735e9700 void 0.000112
+gallium_dri.so malloc 160 0x5571735af600 0.000111
+gallium_dri.so malloc 8 0x5571735e9c40 0.000113
+libstdc++.so.6 free 0x5571735eae40 void 0.000111
+gallium_dri.so realloc 0|32 0x5571735eb250 0.000116
+libstdc++.so.6 malloc 24 0x5571735ea7e0 0.000113
+libstdc++.so.6 malloc 24 0x5571735bc000 0.000113
+libstdc++.so.6 free 0x5571735bb280 void 0.000112
+libstdc++.so.6 free 0x5571735bc000 void 0.000112
+libstdc++.so.6 free 0x5571735ea7e0 void 0.000113
+libstdc++.so.6 free 0x5571735baf20 void 0.000112
+libstdc++.so.6 free 0x5571735e8240 void 0.000111
+libstdc++.so.6 free 0x5571735b6b10 void 0.000113
+libstdc++.so.6 free 0x5571735af780 void 0.000113
+libstdc++.so.6 free 0x5571735aedb0 void 0.000113
+libstdc++.so.6 free 0x5571735a8ec0 void 0.000113
+libstdc++.so.6 free 0x5571735b75e0 void 0.000114
+libstdc++.so.6 free 0x5571735b0780 void 0.000114
+libstdc++.so.6 free 0x5571735bc1a0 void 0.000112
+libstdc++.so.6 free 0x5571735e7820 void 0.000113
+libstdc++.so.6 free 0x5571735a2850 void 0.000124
+libstdc++.so.6 free 0x5571735bbfe0 void 0.000114
+libstdc++.so.6 free 0x5571735a89c0 void 0.000113
+libstdc++.so.6 free 0x5571735af320 void 0.000112
+libstdc++.so.6 free 0x5571735a9110 void 0.000112
+libstdc++.so.6 free 0x5571735af2d0 void 0.000112
+libstdc++.so.6 free 0x5571735bbfa0 void 0.000112
+libstdc++.so.6 free 0x5571735b8450 void 0.000111
+libstdc++.so.6 free 0x5571735b83f0 void 0.000114
+libstdc++.so.6 free 0x5571735b8160 void 0.000113
+libstdc++.so.6 free 0x5571735b7050 void 0.000113
+libstdc++.so.6 free 0x5571735b6e50 void 0.000112
+libstdc++.so.6 free 0x5571735b5970 void 0.000111
+libstdc++.so.6 free 0x5571735b02d0 void 0.000112
+libstdc++.so.6 free 0x5571735bba50 void 0.000111
+libstdc++.so.6 free 0x5571735be370 void 0.000112
+libstdc++.so.6 free 0x5571735be170 void 0.000113
+libstdc++.so.6 free 0x5571735be120 void 0.000112
+libstdc++.so.6 free 0x5571735bdf20 void 0.000116
+libstdc++.so.6 free 0x5571735bded0 void 0.000113
+libstdc++.so.6 free 0x5571735bde90 void 0.000113
+libstdc++.so.6 free 0x5571735b1740 void 0.000112
+libstdc++.so.6 free 0x5571735b1780 void 0.000111
+libstdc++.so.6 free 0x5571735b16e0 void 0.000112
+libstdc++.so.6 free 0x5571735b14e0 void 0.000116
+libstdc++.so.6 free 0x5571735b1490 void 0.000112
+libstdc++.so.6 free 0x5571735b1290 void 0.000111
+libstdc++.so.6 free 0x5571735b1240 void 0.000111
+libstdc++.so.6 free 0x5571735b1200 void 0.000127
+libstdc++.so.6 free 0x5571735b0d20 void 0.000112
+libstdc++.so.6 free 0x5571735b2740 void 0.000116
+libstdc++.so.6 free 0x5571735af240 void 0.000113
+libstdc++.so.6 free 0x5571735b24c0 void 0.000112
+libstdc++.so.6 free 0x5571735b2470 void 0.000118
+libstdc++.so.6 free 0x5571735b2270 void 0.000115
+libstdc++.so.6 free 0x5571735b8360 void 0.000113
+libstdc++.so.6 free 0x5571735ea650 void 0.000114
+libstdc++.so.6 free 0x5571735bbe10 void 0.000114
+libstdc++.so.6 free 0x5571735ea7a0 void 0.000112
+libstdc++.so.6 free 0x5571735bbdb0 void 0.000112
+libstdc++.so.6 free 0x5571735d5ea0 void 0.000113
+libstdc++.so.6 free 0x5571735bc600 void 0.000112
+libstdc++.so.6 free 0x5571735d5ca0 void 0.000112
+libstdc++.so.6 free 0x5571735bc5b0 void 0.000112
+libstdc++.so.6 free 0x5571735b83d0 void 0.000112
+libstdc++.so.6 free 0x5571735b0d00 void 0.000114
+libstdc++.so.6 free 0x5571735b89e0 void 0.000112
+libstdc++.so.6 free 0x5571735b53d0 void 0.000112
+libstdc++.so.6 free 0x5571735d6aa0 void 0.000113
+libstdc++.so.6 free 0x5571735b5380 void 0.000113
+libstdc++.so.6 free 0x5571735d68a0 void 0.000113
+libstdc++.so.6 free 0x5571735b5330 void 0.000113
+libstdc++.so.6 free 0x5571735b52f0 void 0.000113
+libstdc++.so.6 free 0x5571735b7d30 void 0.000112
+libstdc++.so.6 free 0x5571735b7e20 void 0.000114
+libstdc++.so.6 free 0x5571735ea9e0 void 0.000112
+libstdc++.so.6 free 0x5571735d86a0 void 0.000164
+libstdc++.so.6 free 0x5571735b7ca0 void 0.000113
+libstdc++.so.6 free 0x5571735d84a0 void 0.000113
+libstdc++.so.6 free 0x5571735b7c50 void 0.000112
+libstdc++.so.6 free 0x5571735b7b40 void 0.000113
+libstdc++.so.6 free 0x5571735bd8a0 void 0.000112
+libstdc++.so.6 free 0x5571735bd8e0 void 0.000112
+libstdc++.so.6 free 0x5571735bd840 void 0.000114
+libstdc++.so.6 free 0x5571735d94b0 void 0.000112
+libstdc++.so.6 free 0x5571735b94a0 void 0.000113
+libstdc++.so.6 free 0x5571735d92b0 void 0.000112
+libstdc++.so.6 free 0x5571735b9450 void 0.000113
+libstdc++.so.6 free 0x5571735b9410 void 0.000120
+libstdc++.so.6 free 0x5571735b2ab0 void 0.000115
+libstdc++.so.6 free 0x5571735b2af0 void 0.000114
+libstdc++.so.6 free 0x5571735eabb0 void 0.000113
+libstdc++.so.6 free 0x5571735da2c0 void 0.000112
+libstdc++.so.6 free 0x5571735b2a20 void 0.000114
+libstdc++.so.6 free 0x5571735da0c0 void 0.000113
+libstdc++.so.6 free 0x5571735b6910 void 0.000112
+libstdc++.so.6 free 0x5571735b68d0 void 0.000112
+libstdc++.so.6 free 0x5571735b7990 void 0.000112
+libstdc++.so.6 free 0x5571735db320 void 0.000112
+libstdc++.so.6 free 0x5571735db280 void 0.000113
+libstdc++.so.6 free 0x5571735db080 void 0.000113
+libstdc++.so.6 free 0x5571735db030 void 0.000113
+libstdc++.so.6 free 0x5571735dae30 void 0.000113
+libstdc++.so.6 free 0x5571735dade0 void 0.000115
+libstdc++.so.6 free 0x5571735dada0 void 0.000113
+libstdc++.so.6 free 0x5571735dd640 void 0.000114
+libstdc++.so.6 free 0x5571735dd680 void 0.000113
+libstdc++.so.6 free 0x5571735dd5e0 void 0.000114
+libstdc++.so.6 free 0x5571735dd3e0 void 0.000113
+libstdc++.so.6 free 0x5571735dd390 void 0.000117
+libstdc++.so.6 free 0x5571735dd190 void 0.000114
+libstdc++.so.6 free 0x5571735dd140 void 0.000112
+libstdc++.so.6 free 0x5571735dd100 void 0.000113
+libstdc++.so.6 free 0x5571735dcc20 void 0.000113
+libstdc++.so.6 free 0x5571735de5c0 void 0.000112
+libstdc++.so.6 free 0x5571735de520 void 0.000112
+libstdc++.so.6 free 0x5571735de320 void 0.000114
+libstdc++.so.6 free 0x5571735de2d0 void 0.000112
+libstdc++.so.6 free 0x5571735de0d0 void 0.000113
+libstdc++.so.6 free 0x5571735de080 void 0.000114
+libstdc++.so.6 free 0x5571735de040 void 0.000113
+libstdc++.so.6 free 0x5571735df450 void 0.000113
+libstdc++.so.6 free 0x5571735df490 void 0.000113
+libstdc++.so.6 free 0x5571735b85f0 void 0.000116
+libstdc++.so.6 free 0x5571735df210 void 0.000115
+libstdc++.so.6 free 0x5571735df1c0 void 0.000112
+libstdc++.so.6 free 0x5571735defc0 void 0.000112
+libstdc++.so.6 free 0x5571735b85a0 void 0.000112
+libstdc++.so.6 free 0x5571735d74a0 void 0.000114
+libstdc++.so.6 free 0x5571735b5b80 void 0.000112
+libstdc++.so.6 free 0x5571735d7aa0 void 0.000113
+libstdc++.so.6 free 0x5571735b5b30 void 0.000122
+libstdc++.so.6 free 0x5571735def80 void 0.000115
+libstdc++.so.6 free 0x5571735dcc00 void 0.000113
+libstdc++.so.6 free 0x5571735e05e0 void 0.000112
+libstdc++.so.6 free 0x5571735e0540 void 0.000113
+libstdc++.so.6 free 0x5571735e0340 void 0.000112
+libstdc++.so.6 free 0x5571735e02f0 void 0.000111
+libstdc++.so.6 free 0x5571735e00f0 void 0.000114
+libstdc++.so.6 free 0x5571735e00a0 void 0.000112
+libstdc++.so.6 free 0x5571735b8a00 void 0.000112
+libstdc++.so.6 free 0x5571735e0ac0 void 0.000113
+libstdc++.so.6 free 0x5571735e08a0 void 0.000113
+libstdc++.so.6 free 0x5571735e0850 void 0.000113
+libstdc++.so.6 free 0x5571735e0650 void 0.000112
+libstdc++.so.6 free 0x5571735e0600 void 0.000114
+libstdc++.so.6 free 0x5571735e0fa0 void 0.000112
+libstdc++.so.6 free 0x5571735e0fe0 void 0.000113
+libstdc++.so.6 free 0x5571735e0da0 void 0.000112
+libstdc++.so.6 free 0x5571735e0d50 void 0.000112
+libstdc++.so.6 free 0x5571735e0b50 void 0.000113
+libstdc++.so.6 free 0x5571735e0b00 void 0.000112
+libstdc++.so.6 free 0x5571735e14c0 void 0.000112
+libstdc++.so.6 free 0x5571735e1500 void 0.000113
+libstdc++.so.6 free 0x5571735e12c0 void 0.000116
+libstdc++.so.6 free 0x5571735e1270 void 0.000112
+libstdc++.so.6 free 0x5571735e1070 void 0.000112
+libstdc++.so.6 free 0x5571735e1020 void 0.000111
+libstdc++.so.6 free 0x5571735e19e0 void 0.000110
+libstdc++.so.6 free 0x5571735e1a20 void 0.000118
+libstdc++.so.6 free 0x5571735e17e0 void 0.000115
+libstdc++.so.6 free 0x5571735e1790 void 0.000112
+libstdc++.so.6 free 0x5571735e1590 void 0.000113
+libstdc++.so.6 free 0x5571735e1540 void 0.000113
+libstdc++.so.6 free 0x5571735e1f20 void 0.000121
+libstdc++.so.6 free 0x5571735e1f00 void 0.000118
+libstdc++.so.6 free 0x5571735e1d00 void 0.000113
+libstdc++.so.6 free 0x5571735e1cb0 void 0.000114
+libstdc++.so.6 free 0x5571735e1ab0 void 0.000112
+libstdc++.so.6 free 0x5571735e1a60 void 0.000115
+libstdc++.so.6 free 0x5571735e2920 void 0.000115
+libstdc++.so.6 free 0x5571735e2900 void 0.000112
+libstdc++.so.6 free 0x5571735e2700 void 0.000113
+libstdc++.so.6 free 0x5571735e26b0 void 0.000114
+libstdc++.so.6 free 0x5571735e24b0 void 0.000113
+libstdc++.so.6 free 0x5571735e2460 void 0.000112
+libstdc++.so.6 free 0x5571735e7340 void 0.000113
+libstdc++.so.6 free 0x5571735e7320 void 0.000112
+libstdc++.so.6 free 0x5571735e6d10 void 0.000111
+libstdc++.so.6 free 0x5571735e6cc0 void 0.000111
+libstdc++.so.6 free 0x5571735e6ac0 void 0.000112
+libstdc++.so.6 free 0x5571735e6a70 void 0.000113
+libstdc++.so.6 free 0x5571735e7d40 void 0.000112
+libstdc++.so.6 free 0x5571735e7d20 void 0.000113
+libstdc++.so.6 free 0x5571735e7b20 void 0.000113
+libstdc++.so.6 free 0x5571735e7ad0 void 0.000113
+libstdc++.so.6 free 0x5571735e78d0 void 0.000113
+libstdc++.so.6 free 0x5571735e7880 void 0.000125
+libstdc++.so.6 free 0x5571735e8720 void 0.000114
+libstdc++.so.6 free 0x5571735e8760 void 0.000113
+libstdc++.so.6 free 0x5571735e8520 void 0.000112
+libstdc++.so.6 free 0x5571735e84d0 void 0.000111
+libstdc++.so.6 free 0x5571735e82d0 void 0.000112
+libstdc++.so.6 free 0x5571735e8280 void 0.000113
+libstdc++.so.6 free 0x5571735e8c40 void 0.000113
+libstdc++.so.6 free 0x5571735e8c80 void 0.000113
+libstdc++.so.6 free 0x5571735e8a40 void 0.000115
+libstdc++.so.6 free 0x5571735e89f0 void 0.000117
+libstdc++.so.6 free 0x5571735e87f0 void 0.000114
+libstdc++.so.6 free 0x5571735e87a0 void 0.000112
+libstdc++.so.6 free 0x5571735e9160 void 0.000112
+libstdc++.so.6 free 0x5571735e91a0 void 0.000119
+libstdc++.so.6 free 0x5571735e8f60 void 0.000115
+libstdc++.so.6 free 0x5571735e8f10 void 0.000115
+libstdc++.so.6 free 0x5571735e8d10 void 0.000114
+libstdc++.so.6 free 0x5571735e8cc0 void 0.000112
+libstdc++.so.6 free 0x5571735e9680 void 0.000113
+libstdc++.so.6 free 0x5571735e96c0 void 0.000111
+libstdc++.so.6 free 0x5571735e9480 void 0.000112
+libstdc++.so.6 free 0x5571735e9430 void 0.000112
+libstdc++.so.6 free 0x5571735e9230 void 0.000112
+libstdc++.so.6 free 0x5571735e91e0 void 0.000115
+libstdc++.so.6 free 0x5571735b6aa0 void 0.000113
+libstdc++.so.6 free 0x5571735af4e0 void 0.000112
+libstdc++.so.6 free 0x5571735a2420 void 0.000111
+libstdc++.so.6 free 0x5571735a2fb0 void 0.000166
+libstdc++.so.6 free 0x5571735b6d10 void 0.000113
+libstdc++.so.6 free 0x5571735af7a0 void 0.000112
+libstdc++.so.6 free 0x5571735a2830 void 0.000112
+libstdc++.so.6 free 0x5571735a2870 void 0.000112
+libstdc++.so.6 free 0x5571735b8430 void 0.000112
+libstdc++.so.6 free 0x5571735b8470 void 0.000112
+libstdc++.so.6 free 0x5571735be3b0 void 0.000112
+libstdc++.so.6 free 0x5571735be3f0 void 0.000112
+libstdc++.so.6 free 0x5571735babb0 void 0.000113
+libstdc++.so.6 free 0x5571735b5b10 void 0.000112
+libstdc++.so.6 free 0x5571735b7700 void 0.000113
+libstdc++.so.6 free 0x5571735b78b0 void 0.000112
+libstdc++.so.6 free 0x5571735b1720 void 0.000112
+libstdc++.so.6 free 0x5571735b1760 void 0.000112
+libstdc++.so.6 free 0x5571735b26e0 void 0.000113
+libstdc++.so.6 free 0x5571735b2720 void 0.000113
+libstdc++.so.6 free 0x5571735bbdf0 void 0.000113
+libstdc++.so.6 free 0x5571735bbe30 void 0.000113
+libstdc++.so.6 free 0x5571735b8980 void 0.000112
+libstdc++.so.6 free 0x5571735b89c0 void 0.000112
+libstdc++.so.6 free 0x5571735db820 void 0.000112
+libstdc++.so.6 free 0x5571735dbd20 void 0.000111
+libstdc++.so.6 free 0x5571735dc220 void 0.000113
+libstdc++.so.6 free 0x5571735dc720 void 0.000112
+libstdc++.so.6 free 0x5571735b7d10 void 0.000112
+libstdc++.so.6 free 0x5571735b7d50 void 0.000113
+libstdc++.so.6 free 0x5571735bd880 void 0.000112
+libstdc++.so.6 free 0x5571735bd8c0 void 0.000126
+libstdc++.so.6 free 0x5571735b2a90 void 0.000113
+libstdc++.so.6 free 0x5571735b2ad0 void 0.000112
+libstdc++.so.6 free 0x5571735db2c0 void 0.000111
+libstdc++.so.6 free 0x5571735db300 void 0.000112
+libstdc++.so.6 free 0x5571735e0ae0 void 0.000112
+libstdc++.so.6 free 0x5571735e1000 void 0.000112
+libstdc++.so.6 free 0x5571735e1520 void 0.000112
+libstdc++.so.6 free 0x5571735e1a40 void 0.000112
+libstdc++.so.6 free 0x5571735dd620 void 0.000112
+libstdc++.so.6 free 0x5571735dd660 void 0.000112
+libstdc++.so.6 free 0x5571735de560 void 0.000111
+libstdc++.so.6 free 0x5571735de5a0 void 0.000112
+libstdc++.so.6 free 0x5571735df430 void 0.000114
+libstdc++.so.6 free 0x5571735df470 void 0.000112
+libstdc++.so.6 free 0x5571735e0580 void 0.000113
+libstdc++.so.6 free 0x5571735e05c0 void 0.000112
+libstdc++.so.6 free 0x5571735e8780 void 0.000111
+libstdc++.so.6 free 0x5571735e8ca0 void 0.000111
+libstdc++.so.6 free 0x5571735e91c0 void 0.000113
+libstdc++.so.6 free 0x5571735e96e0 void 0.000112
+libstdc++.so.6 free 0x5571735e2440 void 0.000113
+libstdc++.so.6 free 0x5571735e2e40 void 0.000111
+libstdc++.so.6 free 0x5571735e7860 void 0.000112
+libstdc++.so.6 free 0x5571735e8260 void 0.000112
+libstdc++.so.6 free 0x5571735d7a30 void 0.000113
+libstdc++.so.6 free 0x5571735bba30 void 0.000112
+libstdc++.so.6 free 0x5571735ea5d0 void 0.000121
+libstdc++.so.6 free 0x5571735e9ba0 void 0.000129
+libstdc++.so.6 free 0x5571735e9bc0 void 0.000114
+libstdc++.so.6 free 0x5571735ea6b0 void 0.000113
+libstdc++.so.6 free 0x5571735e9c00 void 0.000111
+libstdc++.so.6 free 0x5571735bba70 void 0.000113
+libstdc++.so.6 free 0x5571735ea7c0 void 0.000113
+libstdc++.so.6 free 0x5571735e9ca0 void 0.000113
+libstdc++.so.6 free 0x5571735e9c80 void 0.000112
+libstdc++.so.6 free 0x5571735ea870 void 0.000113
+libstdc++.so.6 free 0x5571735db5e0 void 0.000112
+libstdc++.so.6 free 0x5571735e9c20 void 0.000113
+libstdc++.so.6 free 0x5571735bb880 void 0.000113
+libstdc++.so.6 free 0x5571735ea670 void 0.000112
+libstdc++.so.6 free 0x5571735ea690 void 0.000113
+libstdc++.so.6 free 0x5571735bb2c0 void 0.000113
+libstdc++.so.6 free 0x5571735ea760 void 0.000117
+libstdc++.so.6 free 0x5571735ea780 void 0.000113
+libstdc++.so.6 free 0x5571735bb840 void 0.000112
+libstdc++.so.6 free 0x5571735ea830 void 0.000112
+libstdc++.so.6 free 0x5571735ea850 void 0.000112
+libstdc++.so.6 free 0x5571735baee0 void 0.000112
+libstdc++.so.6 free 0x5571735ea9c0 void 0.000113
+libstdc++.so.6 free 0x5571735eaaa0 void 0.000112
+libstdc++.so.6 free 0x5571735eab90 void 0.000111
+libstdc++.so.6 free 0x5571735eac70 void 0.000112
+libstdc++.so.6 free 0x5571735d78e0 void 0.000111
+libstdc++.so.6 free 0x5571735ea9a0 void 0.000111
+libstdc++.so.6 free 0x5571735b0740 void 0.000113
+libstdc++.so.6 free 0x5571735eaa60 void 0.000191
+libstdc++.so.6 free 0x5571735eaa80 void 0.000114
+libstdc++.so.6 free 0x5571735bebc0 void 0.000112
+libstdc++.so.6 free 0x5571735eab50 void 0.000113
+libstdc++.so.6 free 0x5571735eab70 void 0.000112
+libstdc++.so.6 free 0x5571735bbc70 void 0.000112
+libstdc++.so.6 free 0x5571735eac30 void 0.000112
+libstdc++.so.6 free 0x5571735eac50 void 0.000113
+libstdc++.so.6 free 0x5571735bd9e0 void 0.000112
+libstdc++.so.6 free 0x5571735eade0 void 0.000112
+libstdc++.so.6 free 0x5571735eaed0 void 0.000112
+libstdc++.so.6 free 0x5571735eafc0 void 0.000112
+libstdc++.so.6 free 0x5571735eb0b0 void 0.000112
+libstdc++.so.6 free 0x5571735d7920 void 0.000112
+libstdc++.so.6 free 0x5571735eadc0 void 0.000120
+libstdc++.so.6 free 0x5571735eb100 void 0.000118
+libstdc++.so.6 free 0x5571735eae90 void 0.000113
+libstdc++.so.6 free 0x5571735eaeb0 void 0.000113
+libstdc++.so.6 free 0x5571735eb120 void 0.000112
+libstdc++.so.6 free 0x5571735eaf80 void 0.000112
+libstdc++.so.6 free 0x5571735eafa0 void 0.000113
+libstdc++.so.6 free 0x5571735eb140 void 0.000111
+libstdc++.so.6 free 0x5571735eb070 void 0.000113
+libstdc++.so.6 free 0x5571735eb090 void 0.000112
+libstdc++.so.6 free 0x5571735eb160 void 0.000112
+libstdc++.so.6 free 0x5571735d78a0 void 0.000112
+libstdc++.so.6 free 0x5571735eb380 void 0.000113
+libstdc++.so.6 free 0x5571735d7970 void 0.000112
+libstdc++.so.6 free 0x5571735eb3a0 void 0.000113
+libstdc++.so.6 free 0x5571735d79b0 void 0.000114
+libstdc++.so.6 free 0x5571735eb3c0 void 0.000111
+libstdc++.so.6 free 0x5571735d79f0 void 0.000110
+libstdc++.so.6 free 0x5571735eb3e0 void 0.000112
+gallium_dri.so free 0x5571735b2700 void 0.000112
+gallium_dri.so free 0x5571735e9c60 void 0.000112
+libstdc++.so.6 free 0x5571735aed30 void 0.000112
+libstdc++.so.6 free 0x5571735bb910 void 0.000112
+gallium_dri.so free 0x5571735bab90 void 0.000114
+gallium_dri.so free 0x5571735e9cc0 void 0.000112
+libstdc++.so.6 free 0x5571735bb740 void 0.000113
+gallium_dri.so free 0x5571735ea130 void 0.000113
+gallium_dri.so free 0x5571735d60a0 void 0.000113
+gallium_dri.so free 0x5571735e6f10 void 0.000112
+gallium_dri.so free 0x5571735bb6d0 void 0.000112
+libstdc++.so.6 malloc 24 0x5571735b6b10 0.000118
+libstdc++.so.6 malloc 24 0x5571735e8240 0.000113
+libstdc++.so.6 free 0x5571735e8240 void 0.000113
+libstdc++.so.6 free 0x5571735b6b10 void 0.000111
+libstdc++.so.6 free 0x5571734f6040 void 0.000114
+libstdc++.so.6 free 0x5571735baf60 void 0.000112
+libstdc++.so.6 free 0x5571735b6190 void 0.000113
+libstdc++.so.6 free 0x5571735bb300 void 0.000113
+libstdc++.so.6 free 0x5571735b5f40 void 0.000112
+libstdc++.so.6 free 0x5571735bc730 void 0.000111
+libstdc++.so.6 free 0x5571735ae6e0 void 0.000112
+libstdc++.so.6 free 0x5571735db730 void 0.000113
+libstdc++.so.6 free 0x5571735bb720 void 0.000118
+libstdc++.so.6 free 0x5571735b09d0 void 0.000114
+libstdc++.so.6 free 0x5571735bbfc0 void 0.000114
+libstdc++.so.6 free 0x5571735b7ff0 void 0.000112
+libstdc++.so.6 free 0x5571735b02f0 void 0.000111
+libstdc++.so.6 free 0x5571735b67d0 void 0.000113
+libstdc++.so.6 free 0x5571735bdeb0 void 0.000113
+libstdc++.so.6 free 0x5571735db770 void 0.000112
+libstdc++.so.6 free 0x5571735b1220 void 0.000114
+libstdc++.so.6 free 0x5571735b1ca0 void 0.000113
+libstdc++.so.6 free 0x5571735af220 void 0.000112
+libstdc++.so.6 free 0x5571735b83b0 void 0.000112
+libstdc++.so.6 free 0x5571735bc590 void 0.000113
+libstdc++.so.6 free 0x5571735ba7a0 void 0.000114
+libstdc++.so.6 free 0x5571735b5310 void 0.000114
+libstdc++.so.6 free 0x5571735db390 void 0.000114
+libstdc++.so.6 free 0x5571735b7b60 void 0.000113
+libstdc++.so.6 free 0x5571735b7f20 void 0.000113
+libstdc++.so.6 free 0x5571735b9430 void 0.000113
+libstdc++.so.6 free 0x5571735b67f0 void 0.000113
+libstdc++.so.6 free 0x5571735b68f0 void 0.000112
+libstdc++.so.6 free 0x5571735da8c0 void 0.000112
+libstdc++.so.6 free 0x5571735dadc0 void 0.000113
+libstdc++.so.6 free 0x5571735db3d0 void 0.000113
+libstdc++.so.6 free 0x5571735dd120 void 0.000113
+libstdc++.so.6 free 0x5571735ddb60 void 0.000112
+libstdc++.so.6 free 0x5571735de060 void 0.000111
+libstdc++.so.6 free 0x5571735deaa0 void 0.000113
+libstdc++.so.6 free 0x5571735defa0 void 0.000116
+libstdc++.so.6 free 0x5571735dfb80 void 0.000113
+libstdc++.so.6 free 0x5571735e0080 void 0.000113
+libstdc++.so.6 free 0x5571735e0aa0 void 0.000118
+libstdc++.so.6 free 0x5571735e0fc0 void 0.000112
+libstdc++.so.6 free 0x5571735e14e0 void 0.000113
+libstdc++.so.6 free 0x5571735e1a00 void 0.000112
+libstdc++.so.6 free 0x5571735e1f40 void 0.000112
+libstdc++.so.6 free 0x5571735e2940 void 0.000111
+libstdc++.so.6 free 0x5571735e7360 void 0.000113
+libstdc++.so.6 free 0x5571735e7d60 void 0.000112
+libstdc++.so.6 free 0x5571735e8740 void 0.000111
+libstdc++.so.6 free 0x5571735e8c60 void 0.000112
+libstdc++.so.6 free 0x5571735e9180 void 0.000112
+libstdc++.so.6 free 0x5571735e96a0 void 0.000112
+gallium_dri.so free 0x5571735c3a70 void 0.000112
+gallium_dri.so free 0x5571735b5520 void 0.000113
+gallium_dri.so free 0x5571735bee60 void 0.000112
+gallium_dri.so free 0x5571735b5860 void 0.000113
+gallium_dri.so free 0x5571735c8280 void 0.000126
+gallium_dri.so free 0x5571735b51e0 void 0.000115
+gallium_dri.so free 0x5571735eb400 void 0.000113
+gallium_dri.so free 0x5571735db620 void 0.000112
+gallium_dri.so free 0x5571735d1a90 void 0.000113
+gallium_dri.so free 0x5571735e2e60 void 0.000111
+gallium_dri.so free 0x5571735b5410 void 0.000113
+gallium_dri.so free 0x5571735df4b0 void 0.000112
+gallium_dri.so free 0x5571735eb250 void 0.000123
+gallium_dri.so free 0x5571735af260 void 0.000113
+libstdc++.so.6 malloc 24 0x5571735b6b10 0.000113
+libstdc++.so.6 malloc 16 0x5571735e8240 0.000114
+libstdc++.so.6 free 0x5571735e8240 void 0.000113
+libstdc++.so.6 free 0x5571735b6b10 void 0.000113
+libstdc++.so.6 free 0x55717357fda0 void 0.000116
+libstdc++.so.6 free 0x5571735b33f0 void 0.000114
+gallium_dri.so free 0x5571735e9c40 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000112
+gallium_dri.so malloc 48 0x5571735ea540 0.000114
+libdrm_nouveau.so.2 malloc 72 0x5571735e9950 0.000119
+libdrm_nouveau.so.2 malloc 72 0x5571735eaf30 0.000112
+libdrm_nouveau.so.2 realloc 0x557173527960|224 0x5571735af3a0 0.000119
+libdrm_nouveau.so.2 realloc 0x5571735af3a0|448 0x5571735eac30 0.000117
+gallium_dri.so malloc 72 0x557173527960 0.000117
+libdrm_nouveau.so.2 malloc 72 0x5571735eb020 0.000119
+gallium_dri.so free 0x5571735eae40 void 0.000117
+gallium_dri.so free 0x557173527960 void 0.000115
+gallium_dri.so malloc 72 0x557173527960 0.000113
+gallium_dri.so free 0x5571735ea800 void 0.000113
+gallium_dri.so free 0x557173527960 void 0.000112
+gallium_dri.so malloc 72 0x557173527960 0.000113
+gallium_dri.so free 0x5571735bcc80 void 0.000113
+gallium_dri.so free 0x557173527960 void 0.000112
+gallium_dri.so malloc 72 0x557173527960 0.000113
+gallium_dri.so free 0x5571735ea0c0 void 0.000113
+gallium_dri.so free 0x557173527960 void 0.000130
+gallium_dri.so malloc 72 0x557173527960 0.000114
+gallium_dri.so free 0x5571735afa00 void 0.000114
+gallium_dri.so free 0x557173527960 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735e9bc0 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735ea9c0 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea9f0 0.000113
+gallium_dri.so free 0x5571735b5b40 void 0.000114
+gallium_dri.so free 0x5571735ea9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea9f0 0.000114
+gallium_dri.so free 0x5571735a2880 void 0.000115
+gallium_dri.so free 0x5571735ea9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000113
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735bb680 0.000112
+gallium_dri.so free 0x5571735bba40 void 0.000115
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000112
+gallium_dri.so free 0x5571735b8980 void 0.000115
+gallium_dri.so free 0x5571735bba60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000113
+gallium_dri.so free 0x5571735bca40 void 0.000115
+gallium_dri.so free 0x5571735bba60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000131
+gallium_dri.so free 0x5571735b8040 void 0.000120
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000111
+gallium_dri.so free 0x5571735ea740 void 0.000113
+gallium_dri.so free 0x5571735b7ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000117
+gallium_dri.so free 0x5571735af300 void 0.000114
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000114
+gallium_dri.so free 0x5571735bc180 void 0.000113
+gallium_dri.so free 0x5571735af320 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000113
+gallium_dri.so free 0x5571735bbe00 void 0.000120
+gallium_dri.so free 0x5571735af320 void 0.000123
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000118
+gallium_dri.so free 0x5571735bb840 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb840 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so free 0x5571735bb840 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf20 0.000117
+gallium_dri.so free 0x5571735bc5c0 void 0.000113
+gallium_dri.so free 0x5571735baf20 void 0.000112
+gallium_dri.so malloc 72 0x5571735baf20 0.000114
+gallium_dri.so free 0x5571735eb0c0 void 0.000114
+gallium_dri.so free 0x5571735baf20 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb070 0.000115
+gallium_dri.so free 0x5571735eab00 void 0.000115
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000112
+gallium_dri.so free 0x5571735bb280 void 0.000117
+gallium_dri.so free 0x5571735eb070 void 0.000113
+gallium_dri.so malloc 72 0x5571735bb280 0.000112
+gallium_dri.so free 0x5571735b7900 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7940 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000112
+gallium_dri.so free 0x5571735b7a80 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000112
+gallium_dri.so free 0x5571735b7e40 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7e90 0.000114
+gallium_dri.so free 0x5571735b7c80 void 0.000113
+gallium_dri.so free 0x5571735b7e90 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7e90 0.000113
+gallium_dri.so free 0x5571735b7700 void 0.000115
+gallium_dri.so free 0x5571735b7e90 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7720 0.000114
+gallium_dri.so free 0x5571735b77c0 void 0.000114
+gallium_dri.so free 0x5571735b7720 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7770 0.000116
+gallium_dri.so free 0x5571735ea580 void 0.000112
+gallium_dri.so free 0x5571735b7770 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7770 0.000113
+gallium_dri.so free 0x5571735b9380 void 0.000111
+gallium_dri.so free 0x5571735b7770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9380 0.000112
+gallium_dri.so free 0x5571735b9440 void 0.000111
+gallium_dri.so free 0x5571735b9380 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9380 0.000111
+gallium_dri.so free 0x5571735ea680 void 0.000111
+gallium_dri.so free 0x5571735b9380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ea630 0.000111
+gallium_dri.so free 0x5571735addc0 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea630 0.000111
+gallium_dri.so free 0x5571735adec0 void 0.000111
+gallium_dri.so free 0x5571735ea630 void 0.000119
+gallium_dri.so malloc 72 0x5571735adf00 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000112
+gallium_dri.so free 0x5571735adf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735adb70 0.000117
+gallium_dri.so free 0x5571735adc80 void 0.000113
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735adc30 0.000111
+gallium_dri.so free 0x5571735adcc0 void 0.000112
+gallium_dri.so free 0x5571735adc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735adc30 0.000164
+gallium_dri.so free 0x5571735a71c0 void 0.000123
+gallium_dri.so free 0x5571735adc30 void 0.000123
+gallium_dri.so malloc 72 0x5571735a7200 0.000123
+gallium_dri.so free 0x5571735a7280 void 0.000124
+gallium_dri.so free 0x5571735a7200 void 0.000124
+gallium_dri.so malloc 72 0x5571735a7280 0.000123
+gallium_dri.so free 0x5571735afe40 void 0.000123
+gallium_dri.so free 0x5571735a7280 void 0.000122
+gallium_dri.so malloc 72 0x5571735a7280 0.000117
+gallium_dri.so free 0x5571735a7340 void 0.000115
+gallium_dri.so free 0x5571735a7280 void 0.000117
+gallium_dri.so malloc 72 0x5571735a7280 0.000120
+gallium_dri.so free 0x5571735aff00 void 0.000118
+gallium_dri.so free 0x5571735a7280 void 0.000117
+gallium_dri.so malloc 72 0x5571735aff30 0.000123
+gallium_dri.so free 0x5571735a8c40 void 0.000122
+gallium_dri.so free 0x5571735aff30 void 0.000124
+gallium_dri.so malloc 72 0x5571735aff30 0.000124
+gallium_dri.so free 0x5571735a8cc0 void 0.000118
+gallium_dri.so free 0x5571735aff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000123
+gallium_dri.so free 0x5571735aff80 void 0.000118
+gallium_dri.so free 0x5571735a8cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000114
+gallium_dri.so free 0x5571735a8ec0 void 0.000133
+gallium_dri.so free 0x5571735a8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000122
+gallium_dri.so free 0x5571735a8f80 void 0.000122
+gallium_dri.so free 0x5571735a8cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a8fd0 0.000122
+gallium_dri.so free 0x5571735a89c0 void 0.000124
+gallium_dri.so free 0x5571735a8fd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8fd0 0.000113
+gallium_dri.so free 0x5571735a8ac0 void 0.000112
+gallium_dri.so free 0x5571735a8fd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8a70 0.000122
+gallium_dri.so free 0x5571735a8d80 void 0.000122
+gallium_dri.so free 0x5571735a8a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735a8a70 0.000122
+gallium_dri.so free 0x5571735a9040 void 0.000118
+gallium_dri.so free 0x5571735a8a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735a9070 0.000122
+gallium_dri.so free 0x5571735a9140 void 0.000122
+gallium_dri.so free 0x5571735a9070 void 0.000117
+gallium_dri.so malloc 72 0x5571735a9070 0.000120
+gallium_dri.so free 0x5571735a91c0 void 0.000117
+gallium_dri.so free 0x5571735a9070 void 0.000111
+gallium_dri.so malloc 72 0x5571735a91c0 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000112
+gallium_dri.so free 0x5571735a91c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7500 0.000182
+gallium_dri.so free 0x5571735a8b80 void 0.000117
+gallium_dri.so free 0x5571735d7500 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b30 0.000114
+gallium_dri.so free 0x5571735d7580 void 0.000114
+gallium_dri.so free 0x5571735a8b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8b30 0.000115
+gallium_dri.so free 0x5571735d7640 void 0.000114
+gallium_dri.so free 0x5571735a8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d75f0 0.000112
+gallium_dri.so free 0x5571735b5f40 void 0.000115
+gallium_dri.so free 0x5571735d75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5f40 0.000117
+gallium_dri.so free 0x5571735a9280 void 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5f40 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000114
+gallium_dri.so free 0x5571735b5f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5f40 0.000113
+gallium_dri.so free 0x5571734f6040 void 0.000115
+gallium_dri.so free 0x5571735b5f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5f40 0.000113
+gallium_dri.so free 0x5571734f6140 void 0.000116
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so malloc 72 0x5571734f6180 0.000112
+gallium_dri.so free 0x5571735ae700 void 0.000114
+gallium_dri.so free 0x5571734f6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae750 0.000134
+gallium_dri.so free 0x5571735ae7c0 void 0.000120
+gallium_dri.so free 0x5571735ae750 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae7e0 0.000113
+gallium_dri.so free 0x5571735b60c0 void 0.000114
+gallium_dri.so free 0x5571735ae7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b60f0 0.000113
+gallium_dri.so free 0x5571735ae880 void 0.000115
+gallium_dri.so free 0x5571735b60f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae830 0.000114
+gallium_dri.so free 0x5571735be540 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000113
+gallium_dri.so malloc 72 0x5571735be590 0.000113
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so free 0x5571735be590 void 0.000112
+gallium_dri.so malloc 72 0x5571735be660 0.000113
+gallium_dri.so free 0x5571735be700 void 0.000115
+gallium_dri.so free 0x5571735be660 void 0.000111
+gallium_dri.so malloc 72 0x5571735be6b0 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000118
+gallium_dri.so free 0x5571735be6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be6b0 0.000114
+gallium_dri.so free 0x5571735b01c0 void 0.000114
+gallium_dri.so free 0x5571735be6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0170 0.000112
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so free 0x5571735b0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0290 0.000113
+gallium_dri.so free 0x5571735af000 void 0.000119
+gallium_dri.so free 0x5571735b0290 void 0.000205
+gallium_dri.so malloc 72 0x5571735b0290 0.000252
+gallium_dri.so free 0x5571735af0c0 void 0.000181
+gallium_dri.so free 0x5571735b0290 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0290 0.000114
+gallium_dri.so free 0x5571735af180 void 0.000116
+gallium_dri.so free 0x5571735b0290 void 0.000115
+gallium_dri.so malloc 72 0x5571735af130 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000116
+gallium_dri.so free 0x5571735af130 void 0.000115
+gallium_dri.so malloc 72 0x5571735af130 0.000112
+gallium_dri.so free 0x5571735b6f00 void 0.000115
+gallium_dri.so free 0x5571735af130 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f00 0.000112
+gallium_dri.so free 0x5571735b6fc0 void 0.000115
+gallium_dri.so free 0x5571735b6f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6f00 0.000112
+gallium_dri.so free 0x5571735b7080 void 0.000114
+gallium_dri.so free 0x5571735b6f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6f00 0.000112
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so free 0x5571735b6f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f00 0.000113
+gallium_dri.so free 0x5571735b0840 void 0.000115
+gallium_dri.so free 0x5571735b6f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b07f0 0.000114
+gallium_dri.so free 0x5571735b0900 void 0.000115
+gallium_dri.so free 0x5571735b07f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b08b0 0.000115
+gallium_dri.so free 0x5571735b0980 void 0.000114
+gallium_dri.so free 0x5571735b08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b08b0 0.000114
+gallium_dri.so free 0x5571735b8180 void 0.000115
+gallium_dri.so free 0x5571735b08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81b0 0.000114
+gallium_dri.so free 0x5571735b8200 void 0.000114
+gallium_dri.so free 0x5571735b81b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81b0 0.000115
+gallium_dri.so free 0x5571735b8300 void 0.000115
+gallium_dri.so free 0x5571735b81b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b82b0 0.000115
+gallium_dri.so free 0x5571735b83c0 void 0.000120
+gallium_dri.so free 0x5571735b82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b8370 0.000113
+gallium_dri.so free 0x5571735d9300 void 0.000115
+gallium_dri.so free 0x5571735b8370 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000112
+gallium_dri.so free 0x5571735d9380 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000113
+gallium_dri.so free 0x5571735d9480 void 0.000115
+gallium_dri.so free 0x5571735d92b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d9430 0.000112
+gallium_dri.so free 0x5571735d9500 void 0.000113
+gallium_dri.so free 0x5571735d9430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9550 0.000113
+gallium_dri.so free 0x5571735b8400 void 0.000114
+gallium_dri.so free 0x5571735d9550 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9550 0.000112
+gallium_dri.so free 0x5571735d95c0 void 0.000114
+gallium_dri.so free 0x5571735d9550 void 0.000113
+gallium_dri.so malloc 72 0x5571735d95f0 0.000111
+gallium_dri.so free 0x5571735b71c0 void 0.000114
+gallium_dri.so free 0x5571735d95f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b7240 void 0.000115
+gallium_dri.so free 0x5571735b7170 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7290 0.000113
+gallium_dri.so free 0x5571735b7300 void 0.000114
+gallium_dri.so free 0x5571735b7290 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7360 0.000113
+gallium_dri.so free 0x5571735b7400 void 0.000115
+gallium_dri.so free 0x5571735b7360 void 0.000112
+gallium_dri.so malloc 72 0x5571735b73b0 0.000112
+gallium_dri.so free 0x5571735b7440 void 0.000113
+gallium_dri.so free 0x5571735b73b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b73b0 0.000112
+gallium_dri.so free 0x5571735b7500 void 0.000113
+gallium_dri.so free 0x5571735b73b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735b7540 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000113
+gallium_dri.so free 0x5571735b7540 void 0.000112
+gallium_dri.so malloc 72 0x5571735b61c0 0.000112
+gallium_dri.so free 0x5571735b6280 void 0.000112
+gallium_dri.so free 0x5571735b61c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b61c0 0.000112
+gallium_dri.so free 0x5571735b6300 void 0.000110
+gallium_dri.so free 0x5571735b61c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6330 0.000112
+gallium_dri.so free 0x5571735b6380 void 0.000112
+gallium_dri.so free 0x5571735b6330 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6380 0.000116
+gallium_dri.so free 0x5571735b75c0 void 0.000120
+gallium_dri.so free 0x5571735b6380 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6380 0.000118
+gallium_dri.so free 0x5571735b6440 void 0.000113
+gallium_dri.so free 0x5571735b6380 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6440 0.000129
+gallium_dri.so free 0x5571735b6500 void 0.000123
+gallium_dri.so free 0x5571735b6440 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6440 0.000117
+gallium_dri.so free 0x5571735b65c0 void 0.000118
+gallium_dri.so free 0x5571735b6440 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6440 0.000116
+gallium_dri.so free 0x5571735b6680 void 0.000116
+gallium_dri.so free 0x5571735b6440 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6630 0.000113
+gallium_dri.so free 0x5571735b6700 void 0.000112
+gallium_dri.so free 0x5571735b6630 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6750 0.000111
+gallium_dri.so free 0x5571735b67c0 void 0.000111
+gallium_dri.so free 0x5571735b6750 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6800 0.000110
+gallium_dri.so free 0x5571735b6880 void 0.000113
+gallium_dri.so free 0x5571735b6800 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6800 0.000110
+gallium_dri.so free 0x5571735b6900 void 0.000109
+gallium_dri.so free 0x5571735b6800 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6800 0.000109
+gallium_dri.so free 0x5571735b51c0 void 0.000109
+gallium_dri.so free 0x5571735b6800 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6800 0.000110
+gallium_dri.so free 0x5571735b52c0 void 0.000108
+gallium_dri.so free 0x5571735b6800 void 0.000109
+gallium_dri.so malloc 72 0x5571735b5270 0.000109
+gallium_dri.so free 0x5571735b5380 void 0.000112
+gallium_dri.so free 0x5571735b5270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5330 0.000112
+gallium_dri.so free 0x5571735b53c0 void 0.000113
+gallium_dri.so free 0x5571735b5330 void 0.000109
+gallium_dri.so malloc 72 0x5571735b5330 0.000110
+gallium_dri.so free 0x5571735b5480 void 0.000109
+gallium_dri.so free 0x5571735b5330 void 0.000109
+gallium_dri.so malloc 72 0x5571735b54f0 0.000126
+gallium_dri.so free 0x5571735b5540 void 0.000119
+gallium_dri.so free 0x5571735b54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b54f0 0.000119
+gallium_dri.so free 0x5571735b5640 void 0.000119
+gallium_dri.so free 0x5571735b54f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b55f0 0.000119
+gallium_dri.so free 0x5571735b5700 void 0.000119
+gallium_dri.so free 0x5571735b55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b56b0 0.000117
+gallium_dri.so free 0x5571735b5740 void 0.000118
+gallium_dri.so free 0x5571735b56b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b56b0 0.000118
+gallium_dri.so free 0x5571735b5800 void 0.000118
+gallium_dri.so free 0x5571735b56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5840 0.000118
+gallium_dri.so free 0x5571735b58c0 void 0.000119
+gallium_dri.so free 0x5571735b5840 void 0.000117
+gallium_dri.so malloc 72 0x5571735b58c0 0.000118
+gallium_dri.so free 0x5571735b5980 void 0.000118
+gallium_dri.so free 0x5571735b58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b58c0 0.000118
+gallium_dri.so free 0x5571735b22c0 void 0.000117
+gallium_dri.so free 0x5571735b58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2270 0.000119
+gallium_dri.so free 0x5571735b2300 void 0.000117
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2270 0.000123
+gallium_dri.so free 0x5571735b23c0 void 0.000119
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2400 0.000118
+gallium_dri.so free 0x5571735b2480 void 0.000117
+gallium_dri.so free 0x5571735b2400 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2480 0.000117
+gallium_dri.so free 0x5571735b2540 void 0.000117
+gallium_dri.so free 0x5571735b2480 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2480 0.000118
+gallium_dri.so free 0x5571735b25c0 void 0.000118
+gallium_dri.so free 0x5571735b2480 void 0.000117
+gallium_dri.so malloc 72 0x5571735b25f0 0.000122
+gallium_dri.so free 0x5571735b2640 void 0.000118
+gallium_dri.so free 0x5571735b25f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2640 0.000118
+gallium_dri.so free 0x5571735b2700 void 0.000118
+gallium_dri.so free 0x5571735b2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2640 0.000117
+gallium_dri.so free 0x5571735b2800 void 0.000118
+gallium_dri.so free 0x5571735b2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735b27b0 0.000118
+gallium_dri.so free 0x5571735b28c0 void 0.000119
+gallium_dri.so free 0x5571735b27b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2870 0.000122
+gallium_dri.so free 0x5571735b2900 void 0.000118
+gallium_dri.so free 0x5571735b2870 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2870 0.000110
+gallium_dri.so free 0x5571735b29c0 void 0.000111
+gallium_dri.so free 0x5571735b2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2a00 0.000111
+gallium_dri.so free 0x5571735b2a80 void 0.000109
+gallium_dri.so free 0x5571735b2a00 void 0.000109
+gallium_dri.so malloc 72 0x5571735b2a80 0.000110
+gallium_dri.so free 0x5571735b2b40 void 0.000110
+gallium_dri.so free 0x5571735b2a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2a80 0.000110
+gallium_dri.so free 0x5571735bd840 void 0.000110
+gallium_dri.so free 0x5571735b2a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2a80 0.000110
+gallium_dri.so free 0x5571735bd900 void 0.000111
+gallium_dri.so free 0x5571735b2a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2a80 0.000109
+gallium_dri.so free 0x5571735bd9c0 void 0.000110
+gallium_dri.so free 0x5571735b2a80 void 0.000111
+gallium_dri.so malloc 72 0x5571735bd970 0.000109
+gallium_dri.so free 0x5571735bda40 void 0.000110
+gallium_dri.so free 0x5571735bd970 void 0.000111
+gallium_dri.so malloc 72 0x5571735bda90 0.000110
+gallium_dri.so free 0x5571735bdb00 void 0.000110
+gallium_dri.so free 0x5571735bda90 void 0.000109
+gallium_dri.so malloc 72 0x5571735bdb20 0.000110
+gallium_dri.so free 0x5571735bdbc0 void 0.000109
+gallium_dri.so free 0x5571735bdb20 void 0.000109
+gallium_dri.so malloc 72 0x5571735bdb70 0.000130
+gallium_dri.so free 0x5571735bdc40 void 0.000107
+gallium_dri.so free 0x5571735bdb70 void 0.000238
+gallium_dri.so malloc 72 0x5571735bdb70 0.000166
+gallium_dri.so free 0x5571735bdd40 void 0.000114
+gallium_dri.so free 0x5571735bdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdcf0 0.000114
+gallium_dri.so free 0x5571735bddc0 void 0.000114
+gallium_dri.so free 0x5571735bdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bde10 0.000112
+gallium_dri.so free 0x5571735bde80 void 0.000113
+gallium_dri.so free 0x5571735bde10 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdea0 0.000113
+gallium_dri.so free 0x5571735bdf40 void 0.000114
+gallium_dri.so free 0x5571735bdea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000112
+gallium_dri.so free 0x5571735bdfc0 void 0.000114
+gallium_dri.so free 0x5571735bdef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdef0 0.000111
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so free 0x5571735bdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be040 0.000113
+gallium_dri.so free 0x5571735be100 void 0.000114
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so malloc 72 0x5571735be040 0.000113
+gallium_dri.so free 0x5571735be200 void 0.000112
+gallium_dri.so free 0x5571735be040 void 0.000111
+gallium_dri.so malloc 72 0x5571735be040 0.000119
+gallium_dri.so free 0x5571735be280 void 0.000113
+gallium_dri.so free 0x5571735be040 void 0.000112
+gallium_dri.so malloc 72 0x5571735be2b0 0.000112
+gallium_dri.so free 0x5571735be300 void 0.000114
+gallium_dri.so free 0x5571735be2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735be2b0 0.000112
+gallium_dri.so free 0x5571735d98c0 void 0.000113
+gallium_dri.so free 0x5571735be2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d98c0 0.000111
+gallium_dri.so free 0x5571735d9980 void 0.000114
+gallium_dri.so free 0x5571735d98c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d98c0 0.000112
+gallium_dri.so free 0x5571735d9a40 void 0.000113
+gallium_dri.so free 0x5571735d98c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d98c0 0.000113
+gallium_dri.so free 0x5571735d9b00 void 0.000115
+gallium_dri.so free 0x5571735d98c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9ab0 0.000114
+gallium_dri.so free 0x5571735d9bc0 void 0.000115
+gallium_dri.so free 0x5571735d9ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9b70 0.000113
+gallium_dri.so free 0x5571735d9c40 void 0.000117
+gallium_dri.so free 0x5571735d9b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9c90 0.000112
+gallium_dri.so free 0x5571735d9d00 void 0.000113
+gallium_dri.so free 0x5571735d9c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9d20 0.000124
+gallium_dri.so free 0x5571735d9dc0 void 0.000114
+gallium_dri.so free 0x5571735d9d20 void 0.000200
+gallium_dri.so malloc 72 0x5571735d9d70 0.000189
+gallium_dri.so free 0x5571735d9e40 void 0.000113
+gallium_dri.so free 0x5571735d9d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9d70 0.000111
+gallium_dri.so free 0x5571735d9ec0 void 0.000113
+gallium_dri.so free 0x5571735d9d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9ec0 0.000112
+gallium_dri.so free 0x5571735d9f80 void 0.000111
+gallium_dri.so free 0x5571735d9ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9ec0 0.000113
+gallium_dri.so free 0x5571735da080 void 0.000113
+gallium_dri.so free 0x5571735d9ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da030 0.000111
+gallium_dri.so free 0x5571735da0c0 void 0.000112
+gallium_dri.so free 0x5571735da030 void 0.000113
+gallium_dri.so malloc 72 0x5571735da030 0.000113
+gallium_dri.so free 0x5571735da180 void 0.000114
+gallium_dri.so free 0x5571735da030 void 0.000112
+gallium_dri.so malloc 72 0x5571735da1c0 0.000111
+gallium_dri.so free 0x5571735da240 void 0.000111
+gallium_dri.so free 0x5571735da1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da240 0.000113
+gallium_dri.so free 0x5571735da300 void 0.000112
+gallium_dri.so free 0x5571735da240 void 0.000117
+gallium_dri.so malloc 72 0x5571735da240 0.000119
+gallium_dri.so free 0x5571735da380 void 0.000114
+gallium_dri.so free 0x5571735da240 void 0.000112
+gallium_dri.so malloc 72 0x5571735da3b0 0.000114
+gallium_dri.so free 0x5571735b9bc0 void 0.000113
+gallium_dri.so free 0x5571735da3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9b70 0.000112
+gallium_dri.so free 0x5571735da400 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9b70 0.000111
+gallium_dri.so free 0x5571735b9bc0 void 0.000112
+gallium_dri.so free 0x5571735b9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9bc0 0.000113
+gallium_dri.so free 0x5571735b9c80 void 0.000112
+gallium_dri.so free 0x5571735b9bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9bc0 0.000112
+gallium_dri.so free 0x5571735b9d40 void 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9bc0 0.000112
+gallium_dri.so free 0x5571735b9e00 void 0.000114
+gallium_dri.so free 0x5571735b9bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9db0 0.000118
+gallium_dri.so free 0x5571735b9e80 void 0.000115
+gallium_dri.so free 0x5571735b9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9ed0 0.000112
+gallium_dri.so free 0x5571735b9f40 void 0.000113
+gallium_dri.so free 0x5571735b9ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9fa0 0.000160
+gallium_dri.so free 0x5571735ba040 void 0.000116
+gallium_dri.so free 0x5571735b9fa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9ff0 0.000113
+gallium_dri.so free 0x5571735ba080 void 0.000114
+gallium_dri.so free 0x5571735b9ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9ff0 0.000113
+gallium_dri.so free 0x5571735ba140 void 0.000114
+gallium_dri.so free 0x5571735b9ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ba180 0.000112
+gallium_dri.so free 0x5571735ba200 void 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba200 0.000117
+gallium_dri.so free 0x5571735ba2c0 void 0.000114
+gallium_dri.so free 0x5571735ba200 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba200 0.000112
+gallium_dri.so free 0x5571735ba340 void 0.000115
+gallium_dri.so free 0x5571735ba200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba370 0.000114
+gallium_dri.so free 0x5571735ba3c0 void 0.000115
+gallium_dri.so free 0x5571735ba370 void 0.000111
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000113
+gallium_dri.so free 0x5571735ba480 void 0.000114
+gallium_dri.so free 0x5571735ba3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000113
+gallium_dri.so free 0x5571735ba580 void 0.000115
+gallium_dri.so free 0x5571735ba3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba530 0.000112
+gallium_dri.so free 0x5571735ba640 void 0.000116
+gallium_dri.so free 0x5571735ba530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5f0 0.000113
+gallium_dri.so free 0x5571735ba680 void 0.000114
+gallium_dri.so free 0x5571735ba5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5f0 0.000114
+gallium_dri.so free 0x5571735ba740 void 0.000114
+gallium_dri.so free 0x5571735ba5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba780 0.000113
+gallium_dri.so free 0x5571735e7340 void 0.000115
+gallium_dri.so free 0x5571735ba780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7390 0.000113
+gallium_dri.so free 0x5571735ba800 void 0.000113
+gallium_dri.so free 0x5571735e7390 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7390 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000113
+gallium_dri.so free 0x5571735e7390 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7420 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000114
+gallium_dri.so free 0x5571735e7420 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7470 0.000112
+gallium_dri.so free 0x5571735e7540 void 0.000115
+gallium_dri.so free 0x5571735e7470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7470 0.000112
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so free 0x5571735e7470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e75c0 0.000113
+gallium_dri.so free 0x5571735e7680 void 0.000128
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e75c0 0.000113
+gallium_dri.so free 0x5571735e7740 void 0.000115
+gallium_dri.so free 0x5571735e75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e75c0 0.000115
+gallium_dri.so free 0x5571735e7800 void 0.000114
+gallium_dri.so free 0x5571735e75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e77b0 0.000113
+gallium_dri.so free 0x5571735e7800 void 0.000116
+gallium_dri.so free 0x5571735e77b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e77b0 0.000112
+gallium_dri.so free 0x5571735e7900 void 0.000114
+gallium_dri.so free 0x5571735e77b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e78b0 0.000113
+gallium_dri.so free 0x5571735e79c0 void 0.000115
+gallium_dri.so free 0x5571735e78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7970 0.000113
+gallium_dri.so free 0x5571735e7a00 void 0.000113
+gallium_dri.so free 0x5571735e7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7970 0.000111
+gallium_dri.so free 0x5571735e7ac0 void 0.000114
+gallium_dri.so free 0x5571735e7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7b00 0.000113
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so free 0x5571735e7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7b80 0.000113
+gallium_dri.so free 0x5571735e7c40 void 0.000113
+gallium_dri.so free 0x5571735e7b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7b80 0.000119
+gallium_dri.so free 0x5571735e7d00 void 0.000115
+gallium_dri.so free 0x5571735e7b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7d20 0.000114
+gallium_dri.so free 0x5571735e7dc0 void 0.000114
+gallium_dri.so free 0x5571735e7d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7e40 void 0.000114
+gallium_dri.so free 0x5571735e7d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000115
+gallium_dri.so free 0x5571735e7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ec0 0.000116
+gallium_dri.so free 0x5571735e7f80 void 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ec0 0.000112
+gallium_dri.so free 0x5571735e8040 void 0.000115
+gallium_dri.so free 0x5571735e7ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ec0 0.000123
+gallium_dri.so free 0x5571735e8100 void 0.000124
+gallium_dri.so free 0x5571735e7ec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e80b0 0.000124
+gallium_dri.so free 0x5571735e81c0 void 0.000118
+gallium_dri.so free 0x5571735e80b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8170 0.000118
+gallium_dri.so free 0x5571735e8280 void 0.000117
+gallium_dri.so free 0x5571735e8170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82d0 0.000113
+gallium_dri.so free 0x5571735e8340 void 0.000115
+gallium_dri.so free 0x5571735e82d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8360 0.000113
+gallium_dri.so free 0x5571735e8400 void 0.000115
+gallium_dri.so free 0x5571735e8360 void 0.000113
+gallium_dri.so malloc 72 0x5571735e83b0 0.000111
+gallium_dri.so free 0x5571735e8480 void 0.000113
+gallium_dri.so free 0x5571735e83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e83b0 0.000113
+gallium_dri.so free 0x5571735e8500 void 0.000115
+gallium_dri.so free 0x5571735e83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8500 0.000113
+gallium_dri.so free 0x5571735e85c0 void 0.000114
+gallium_dri.so free 0x5571735e8500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8500 0.000114
+gallium_dri.so free 0x5571735e86c0 void 0.000115
+gallium_dri.so free 0x5571735e8500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8670 0.000113
+gallium_dri.so free 0x5571735e8700 void 0.000115
+gallium_dri.so free 0x5571735e8670 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8670 0.000112
+gallium_dri.so free 0x5571735e87c0 void 0.000113
+gallium_dri.so free 0x5571735e8670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8800 0.000112
+gallium_dri.so free 0x5571735e8880 void 0.000128
+gallium_dri.so free 0x5571735e8800 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8880 0.000112
+gallium_dri.so free 0x5571735e8940 void 0.000113
+gallium_dri.so free 0x5571735e8880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8880 0.000112
+gallium_dri.so free 0x5571735e89c0 void 0.000114
+gallium_dri.so free 0x5571735e8880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e89f0 0.000114
+gallium_dri.so free 0x5571735e8a40 void 0.000114
+gallium_dri.so free 0x5571735e89f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e89f0 0.000113
+gallium_dri.so free 0x5571735e8b40 void 0.000114
+gallium_dri.so free 0x5571735e89f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8b80 0.000113
+gallium_dri.so free 0x5571735e8c00 void 0.000114
+gallium_dri.so free 0x5571735e8b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8c00 0.000112
+gallium_dri.so free 0x5571735e8cc0 void 0.000114
+gallium_dri.so free 0x5571735e8c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8c00 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000114
+gallium_dri.so free 0x5571735e8c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d70 0.000111
+gallium_dri.so free 0x5571735e8dc0 void 0.000114
+gallium_dri.so free 0x5571735e8d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8d70 0.000112
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8e70 0.000112
+gallium_dri.so free 0x5571735e8f80 void 0.000112
+gallium_dri.so free 0x5571735e8e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8f30 0.000117
+gallium_dri.so free 0x5571735e9000 void 0.000121
+gallium_dri.so free 0x5571735e8f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8f30 0.000116
+gallium_dri.so free 0x5571735e90c0 void 0.000118
+gallium_dri.so free 0x5571735e8f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8f30 0.000118
+gallium_dri.so free 0x5571735e9180 void 0.000117
+gallium_dri.so free 0x5571735e8f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9130 0.000117
+gallium_dri.so free 0x5571735e9200 void 0.000119
+gallium_dri.so free 0x5571735e9130 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9250 0.000116
+gallium_dri.so free 0x5571735e92c0 void 0.000118
+gallium_dri.so free 0x5571735e9250 void 0.000117
+gallium_dri.so malloc 72 0x5571735e92e0 0.000117
+gallium_dri.so free 0x5571735e9380 void 0.000117
+gallium_dri.so free 0x5571735e92e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9330 0.000116
+gallium_dri.so free 0x5571735e9400 void 0.000116
+gallium_dri.so free 0x5571735e9330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9400 0.000116
+gallium_dri.so free 0x5571735e94c0 void 0.000128
+gallium_dri.so free 0x5571735e9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9400 0.000117
+gallium_dri.so free 0x5571735e9540 void 0.000118
+gallium_dri.so free 0x5571735e9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9540 0.000117
+gallium_dri.so free 0x5571735e9600 void 0.000118
+gallium_dri.so free 0x5571735e9540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9540 0.000118
+gallium_dri.so free 0x5571735e96c0 void 0.000117
+gallium_dri.so free 0x5571735e9540 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9540 0.000117
+gallium_dri.so free 0x5571735b0b00 void 0.000117
+gallium_dri.so free 0x5571735e9540 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0b40 0.000119
+gallium_dri.so free 0x5571735b0bc0 void 0.000118
+gallium_dri.so free 0x5571735b0b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000121
+gallium_dri.so free 0x5571735b0c80 void 0.000118
+gallium_dri.so free 0x5571735b0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000116
+gallium_dri.so free 0x5571735b0d00 void 0.000117
+gallium_dri.so free 0x5571735b0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000119
+gallium_dri.so free 0x5571735b0dc0 void 0.000117
+gallium_dri.so free 0x5571735b0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000116
+gallium_dri.so free 0x5571735b0e80 void 0.000120
+gallium_dri.so free 0x5571735b0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0e30 0.000118
+gallium_dri.so free 0x5571735b0f00 void 0.000117
+gallium_dri.so free 0x5571735b0e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0f50 0.000116
+gallium_dri.so free 0x5571735b0fc0 void 0.000116
+gallium_dri.so free 0x5571735b0f50 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0fe0 0.000118
+gallium_dri.so free 0x5571735b1080 void 0.000117
+gallium_dri.so free 0x5571735b0fe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1030 0.000116
+gallium_dri.so free 0x5571735b1100 void 0.000117
+gallium_dri.so free 0x5571735b1030 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1030 0.000117
+gallium_dri.so free 0x5571735b1200 void 0.000118
+gallium_dri.so free 0x5571735b1030 void 0.000118
+gallium_dri.so malloc 72 0x5571735b11b0 0.000118
+gallium_dri.so free 0x5571735b1280 void 0.000117
+gallium_dri.so free 0x5571735b11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b12d0 0.000117
+gallium_dri.so free 0x5571735b1340 void 0.000117
+gallium_dri.so free 0x5571735b12d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1360 0.000117
+gallium_dri.so free 0x5571735b1400 void 0.000117
+gallium_dri.so free 0x5571735b1360 void 0.000116
+gallium_dri.so malloc 72 0x5571735b13b0 0.000160
+gallium_dri.so free 0x5571735b1480 void 0.000120
+gallium_dri.so free 0x5571735b13b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b13b0 0.000117
+gallium_dri.so free 0x5571735b1500 void 0.000117
+gallium_dri.so free 0x5571735b13b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1500 0.000116
+gallium_dri.so free 0x5571735b15c0 void 0.000117
+gallium_dri.so free 0x5571735b1500 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1500 0.000118
+gallium_dri.so free 0x5571735b16c0 void 0.000117
+gallium_dri.so free 0x5571735b1500 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1500 0.000117
+gallium_dri.so free 0x5571735b1740 void 0.000117
+gallium_dri.so free 0x5571735b1500 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1770 0.000118
+gallium_dri.so free 0x5571735b17c0 void 0.000119
+gallium_dri.so free 0x5571735b1770 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1770 0.000117
+gallium_dri.so free 0x5571735b18c0 void 0.000117
+gallium_dri.so free 0x5571735b1770 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1870 0.000117
+gallium_dri.so free 0x5571735b1980 void 0.000116
+gallium_dri.so free 0x5571735b1870 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1930 0.000117
+gallium_dri.so free 0x5571735b19c0 void 0.000117
+gallium_dri.so free 0x5571735b1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1930 0.000119
+gallium_dri.so free 0x5571735b1a80 void 0.000118
+gallium_dri.so free 0x5571735b1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000117
+gallium_dri.so free 0x5571735b1b40 void 0.000117
+gallium_dri.so free 0x5571735b1ad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1b80 0.000117
+gallium_dri.so free 0x5571735b1c00 void 0.000118
+gallium_dri.so free 0x5571735b1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1c00 0.000115
+gallium_dri.so free 0x5571735b1cc0 void 0.000118
+gallium_dri.so free 0x5571735b1c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1c00 0.000117
+gallium_dri.so free 0x5571735b1d40 void 0.000123
+gallium_dri.so free 0x5571735b1c00 void 0.000136
+gallium_dri.so malloc 72 0x5571735b1d70 0.000129
+gallium_dri.so free 0x5571735b1dc0 void 0.000123
+gallium_dri.so free 0x5571735b1d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1d70 0.000118
+gallium_dri.so free 0x5571735b1ec0 void 0.000118
+gallium_dri.so free 0x5571735b1d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1e70 0.000117
+gallium_dri.so free 0x5571735b1f80 void 0.000116
+gallium_dri.so free 0x5571735b1e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1f30 0.000122
+gallium_dri.so free 0x5571735b2000 void 0.000119
+gallium_dri.so free 0x5571735b1f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2020 0.000117
+gallium_dri.so free 0x5571735b20c0 void 0.000117
+gallium_dri.so free 0x5571735b2020 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2070 0.000117
+gallium_dri.so free 0x5571735d78c0 void 0.000118
+gallium_dri.so free 0x5571735b2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7900 0.000116
+gallium_dri.so free 0x5571735d7980 void 0.000117
+gallium_dri.so free 0x5571735d7900 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7980 0.000116
+gallium_dri.so free 0x5571735d7a40 void 0.000117
+gallium_dri.so free 0x5571735d7980 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7980 0.000116
+gallium_dri.so free 0x5571735d7ac0 void 0.000118
+gallium_dri.so free 0x5571735d7980 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7af0 0.000115
+gallium_dri.so free 0x5571735d7b40 void 0.000116
+gallium_dri.so free 0x5571735d7af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7af0 0.000117
+gallium_dri.so free 0x5571735d7c40 void 0.000116
+gallium_dri.so free 0x5571735d7af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7c80 0.000115
+gallium_dri.so free 0x5571735d7d00 void 0.000130
+gallium_dri.so free 0x5571735d7c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7d00 0.000117
+gallium_dri.so free 0x5571735d7dc0 void 0.000159
+gallium_dri.so free 0x5571735d7d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7d00 0.000117
+gallium_dri.so free 0x5571735d7e40 void 0.000117
+gallium_dri.so free 0x5571735d7d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7e70 0.000118
+gallium_dri.so free 0x5571735d7ec0 void 0.000118
+gallium_dri.so free 0x5571735d7e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7e70 0.000118
+gallium_dri.so free 0x5571735d7fc0 void 0.000116
+gallium_dri.so free 0x5571735d7e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7f70 0.000119
+gallium_dri.so free 0x5571735d8080 void 0.000117
+gallium_dri.so free 0x5571735d7f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8030 0.000125
+gallium_dri.so free 0x5571735d8100 void 0.000119
+gallium_dri.so free 0x5571735d8030 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8030 0.000119
+gallium_dri.so free 0x5571735d81c0 void 0.000118
+gallium_dri.so free 0x5571735d8030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8030 0.000117
+gallium_dri.so free 0x5571735d8280 void 0.000117
+gallium_dri.so free 0x5571735d8030 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8230 0.000117
+gallium_dri.so free 0x5571735d8300 void 0.000120
+gallium_dri.so free 0x5571735d8230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8350 0.000126
+gallium_dri.so free 0x5571735d83c0 void 0.000117
+gallium_dri.so free 0x5571735d8350 void 0.000116
+gallium_dri.so malloc 72 0x5571735d83e0 0.000115
+gallium_dri.so free 0x5571735d8480 void 0.000117
+gallium_dri.so free 0x5571735d83e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8430 0.000116
+gallium_dri.so free 0x5571735d8500 void 0.000118
+gallium_dri.so free 0x5571735d8430 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8500 0.000117
+gallium_dri.so free 0x5571735d85c0 void 0.000116
+gallium_dri.so free 0x5571735d8500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8500 0.000116
+gallium_dri.so free 0x5571735d8640 void 0.000115
+gallium_dri.so free 0x5571735d8500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8640 0.000116
+gallium_dri.so free 0x5571735d8700 void 0.000116
+gallium_dri.so free 0x5571735d8640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8640 0.000117
+gallium_dri.so free 0x5571735d87c0 void 0.000118
+gallium_dri.so free 0x5571735d8640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8640 0.000115
+gallium_dri.so free 0x5571735d8880 void 0.000116
+gallium_dri.so free 0x5571735d8640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8830 0.000116
+gallium_dri.so free 0x5571735d8900 void 0.000115
+gallium_dri.so free 0x5571735d8830 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8950 0.000124
+gallium_dri.so free 0x5571735d89c0 void 0.000111
+gallium_dri.so free 0x5571735d8950 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8a00 0.000110
+gallium_dri.so free 0x5571735d8a80 void 0.000109
+gallium_dri.so free 0x5571735d8a00 void 0.000109
+gallium_dri.so malloc 72 0x5571735d8a00 0.000109
+gallium_dri.so free 0x5571735d8b00 void 0.000108
+gallium_dri.so free 0x5571735d8a00 void 0.000110
+gallium_dri.so malloc 72 0x5571735d8b30 0.000110
+gallium_dri.so free 0x5571735d8b80 void 0.000109
+gallium_dri.so free 0x5571735d8b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d8b30 0.000109
+gallium_dri.so free 0x5571735d8c80 void 0.000108
+gallium_dri.so free 0x5571735d8b30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d8c30 0.000111
+gallium_dri.so free 0x5571735d8d40 void 0.000110
+gallium_dri.so free 0x5571735d8c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000109
+gallium_dri.so free 0x5571735d8d80 void 0.000110
+gallium_dri.so free 0x5571735d8cf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000115
+gallium_dri.so free 0x5571735d8e40 void 0.000113
+gallium_dri.so free 0x5571735d8cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000110
+gallium_dri.so free 0x5571735d8eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000109
+gallium_dri.so free 0x5571735d9000 void 0.000186
+gallium_dri.so free 0x5571735d8eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000124
+gallium_dri.so free 0x5571735b3440 void 0.000119
+gallium_dri.so free 0x5571735d8fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b33f0 0.000118
+gallium_dri.so free 0x5571735b3480 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b33f0 0.000115
+gallium_dri.so free 0x5571735b3540 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3580 0.000116
+gallium_dri.so free 0x5571735b3600 void 0.000115
+gallium_dri.so free 0x5571735b3580 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3600 0.000115
+gallium_dri.so free 0x5571735b36c0 void 0.000116
+gallium_dri.so free 0x5571735b3600 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3600 0.000116
+gallium_dri.so free 0x5571735b3780 void 0.000117
+gallium_dri.so free 0x5571735b3600 void 0.000115
+gallium_dri.so malloc 72 0x5571735b37a0 0.000116
+gallium_dri.so free 0x5571735b3840 void 0.000117
+gallium_dri.so free 0x5571735b37a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b37f0 0.000120
+gallium_dri.so free 0x5571735b38c0 void 0.000117
+gallium_dri.so free 0x5571735b37f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b37f0 0.000118
+gallium_dri.so free 0x5571735b3940 void 0.000116
+gallium_dri.so free 0x5571735b37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3940 0.000117
+gallium_dri.so free 0x5571735b3a00 void 0.000115
+gallium_dri.so free 0x5571735b3940 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3940 0.000117
+gallium_dri.so free 0x5571735b3ac0 void 0.000116
+gallium_dri.so free 0x5571735b3940 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3940 0.000115
+gallium_dri.so free 0x5571735b3b80 void 0.000117
+gallium_dri.so free 0x5571735b3940 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3b30 0.000117
+gallium_dri.so free 0x5571735b3c40 void 0.000116
+gallium_dri.so free 0x5571735b3b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000117
+gallium_dri.so free 0x5571735b3cc0 void 0.000117
+gallium_dri.so free 0x5571735b3bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3d10 0.000119
+gallium_dri.so free 0x5571735b3d80 void 0.000117
+gallium_dri.so free 0x5571735b3d10 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3da0 0.000121
+gallium_dri.so free 0x5571735b3e40 void 0.000117
+gallium_dri.so free 0x5571735b3da0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3df0 0.000117
+gallium_dri.so free 0x5571735b3ec0 void 0.000118
+gallium_dri.so free 0x5571735b3df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3df0 0.000118
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so free 0x5571735b3df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3f40 0.000115
+gallium_dri.so free 0x5571735b4000 void 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3f40 0.000116
+gallium_dri.so free 0x5571735b4100 void 0.000116
+gallium_dri.so free 0x5571735b3f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b40b0 0.000116
+gallium_dri.so free 0x5571735b4140 void 0.000116
+gallium_dri.so free 0x5571735b40b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b40b0 0.000118
+gallium_dri.so free 0x5571735b4200 void 0.000116
+gallium_dri.so free 0x5571735b40b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4240 0.000116
+gallium_dri.so free 0x5571735b42c0 void 0.000116
+gallium_dri.so free 0x5571735b4240 void 0.000117
+gallium_dri.so malloc 72 0x5571735b42c0 0.000115
+gallium_dri.so free 0x5571735b4380 void 0.000117
+gallium_dri.so free 0x5571735b42c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b42c0 0.000116
+gallium_dri.so free 0x5571735b4400 void 0.000116
+gallium_dri.so free 0x5571735b42c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4430 0.000116
+gallium_dri.so free 0x5571735b4480 void 0.000117
+gallium_dri.so free 0x5571735b4430 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4430 0.000117
+gallium_dri.so free 0x5571735b4580 void 0.000117
+gallium_dri.so free 0x5571735b4430 void 0.000117
+gallium_dri.so malloc 72 0x5571735b45c0 0.000118
+gallium_dri.so free 0x5571735b4640 void 0.000117
+gallium_dri.so free 0x5571735b45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000119
+gallium_dri.so free 0x5571735b4700 void 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000117
+gallium_dri.so free 0x5571735b4780 void 0.000118
+gallium_dri.so free 0x5571735b4640 void 0.000117
+gallium_dri.so malloc 72 0x5571735b47b0 0.000118
+gallium_dri.so free 0x5571735b4800 void 0.000118
+gallium_dri.so free 0x5571735b47b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b47b0 0.000118
+gallium_dri.so free 0x5571735b4900 void 0.000117
+gallium_dri.so free 0x5571735b47b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b48b0 0.000116
+gallium_dri.so free 0x5571735b49c0 void 0.000119
+gallium_dri.so free 0x5571735b48b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4970 0.000119
+gallium_dri.so free 0x5571735b4a40 void 0.000116
+gallium_dri.so free 0x5571735b4970 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4970 0.000117
+gallium_dri.so free 0x5571735b4b00 void 0.000159
+gallium_dri.so free 0x5571735b4970 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4970 0.000118
+gallium_dri.so free 0x5571735b4bc0 void 0.000117
+gallium_dri.so free 0x5571735b4970 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4b70 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x5571735b4b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735da8c0 0.000123
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa30 0.000118
+gallium_dri.so free 0x5571735daa80 void 0.000121
+gallium_dri.so free 0x5571735daa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa80 0.000117
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000116
+gallium_dri.so malloc 72 0x5571735daa80 0.000119
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so free 0x5571735daa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dabf0 0.000117
+gallium_dri.so free 0x5571735dad00 void 0.000117
+gallium_dri.so free 0x5571735dabf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dacb0 0.000117
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so free 0x5571735dacb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacb0 0.000118
+gallium_dri.so free 0x5571735dae00 void 0.000117
+gallium_dri.so free 0x5571735dacb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dae40 0.000117
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dae40 void 0.000116
+gallium_dri.so malloc 72 0x5571735daec0 0.000117
+gallium_dri.so free 0x5571735daf80 void 0.000118
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735daec0 0.000116
+gallium_dri.so free 0x5571735db000 void 0.000116
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735daec0 0.000116
+gallium_dri.so free 0x5571735db0c0 void 0.000116
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735daec0 0.000116
+gallium_dri.so free 0x5571735db180 void 0.000117
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db130 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so free 0x5571735db130 void 0.000116
+gallium_dri.so malloc 72 0x5571735db250 0.000116
+gallium_dri.so free 0x5571735db2c0 void 0.000117
+gallium_dri.so free 0x5571735db250 void 0.000117
+gallium_dri.so malloc 72 0x5571735db2e0 0.000126
+gallium_dri.so free 0x5571735db380 void 0.000119
+gallium_dri.so free 0x5571735db2e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db330 0.000117
+gallium_dri.so free 0x5571735db400 void 0.000119
+gallium_dri.so free 0x5571735db330 void 0.000117
+gallium_dri.so malloc 72 0x5571735db330 0.000119
+gallium_dri.so free 0x5571735db500 void 0.000118
+gallium_dri.so free 0x5571735db330 void 0.000116
+gallium_dri.so malloc 72 0x5571735db4b0 0.000116
+gallium_dri.so free 0x5571735db580 void 0.000117
+gallium_dri.so free 0x5571735db4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5d0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000117
+gallium_dri.so free 0x5571735db5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db660 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db660 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6b0 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000119
+gallium_dri.so free 0x5571735db6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db6b0 0.000117
+gallium_dri.so free 0x5571735db800 void 0.000117
+gallium_dri.so free 0x5571735db6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db800 0.000117
+gallium_dri.so free 0x5571735db8c0 void 0.000122
+gallium_dri.so free 0x5571735db800 void 0.000117
+gallium_dri.so malloc 72 0x5571735db800 0.000174
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so free 0x5571735db800 void 0.000118
+gallium_dri.so malloc 72 0x5571735db800 0.000117
+gallium_dri.so free 0x5571735dba40 void 0.000117
+gallium_dri.so free 0x5571735db800 void 0.000117
+gallium_dri.so malloc 72 0x5571735dba70 0.000117
+gallium_dri.so free 0x5571735dbac0 void 0.000118
+gallium_dri.so free 0x5571735dba70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dba70 0.000117
+gallium_dri.so free 0x5571735dbbc0 void 0.000117
+gallium_dri.so free 0x5571735dba70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000117
+gallium_dri.so free 0x5571735dbc80 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000117
+gallium_dri.so free 0x5571735dbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000117
+gallium_dri.so free 0x5571735dbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so free 0x5571735dbdd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe80 0.000117
+gallium_dri.so free 0x5571735dbf00 void 0.000117
+gallium_dri.so free 0x5571735dbe80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbf00 0.000117
+gallium_dri.so free 0x5571735dbfc0 void 0.000115
+gallium_dri.so free 0x5571735dbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbf00 0.000117
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc070 0.000117
+gallium_dri.so free 0x5571735dc0c0 void 0.000117
+gallium_dri.so free 0x5571735dc070 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc070 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so free 0x5571735dc070 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc170 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so free 0x5571735dc170 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc230 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000117
+gallium_dri.so free 0x5571735dc230 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc320 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000117
+gallium_dri.so free 0x5571735dc320 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc370 0.000115
+gallium_dri.so free 0x5571735dc440 void 0.000116
+gallium_dri.so free 0x5571735dc370 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc370 0.000117
+gallium_dri.so free 0x5571735dc4c0 void 0.000117
+gallium_dri.so free 0x5571735dc370 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000119
+gallium_dri.so free 0x5571735dc580 void 0.000118
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000118
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000118
+gallium_dri.so free 0x5571735dc700 void 0.000118
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000117
+gallium_dri.so free 0x5571735dc700 void 0.000118
+gallium_dri.so free 0x5571735dc6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000125
+gallium_dri.so free 0x5571735dc6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc8c0 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000117
+gallium_dri.so free 0x5571735dc900 void 0.000118
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000117
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so free 0x5571735dc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca00 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000166
+gallium_dri.so free 0x5571735dca00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca80 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dca80 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcc20 0.000117
+gallium_dri.so free 0x5571735dccc0 void 0.000118
+gallium_dri.so free 0x5571735dcc20 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000117
+gallium_dri.so free 0x5571735dcd40 void 0.000117
+gallium_dri.so free 0x5571735dcc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcc70 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so free 0x5571735dcc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000117
+gallium_dri.so free 0x5571735dcf40 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000120
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000123
+gallium_dri.so free 0x5571735dd0c0 void 0.000117
+gallium_dri.so free 0x5571735dcfb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd070 0.000116
+gallium_dri.so free 0x5571735dd140 void 0.000117
+gallium_dri.so free 0x5571735dd070 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd190 0.000116
+gallium_dri.so free 0x5571735dd200 void 0.000116
+gallium_dri.so free 0x5571735dd190 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd220 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so free 0x5571735dd220 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd270 0.000116
+gallium_dri.so free 0x5571735dd340 void 0.000116
+gallium_dri.so free 0x5571735dd270 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd270 0.000116
+gallium_dri.so free 0x5571735dd3c0 void 0.000117
+gallium_dri.so free 0x5571735dd270 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571735dd3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000117
+gallium_dri.so free 0x5571735dd580 void 0.000117
+gallium_dri.so free 0x5571735dd3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd530 0.000117
+gallium_dri.so free 0x5571735dd5c0 void 0.000118
+gallium_dri.so free 0x5571735dd530 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd530 0.000127
+gallium_dri.so free 0x5571735dd680 void 0.000118
+gallium_dri.so free 0x5571735dd530 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000117
+gallium_dri.so free 0x5571735dd740 void 0.000117
+gallium_dri.so free 0x5571735dd6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd740 0.000118
+gallium_dri.so free 0x5571735dd800 void 0.000117
+gallium_dri.so free 0x5571735dd740 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd740 0.000118
+gallium_dri.so free 0x5571735dd880 void 0.000117
+gallium_dri.so free 0x5571735dd740 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000118
+gallium_dri.so free 0x5571735dd900 void 0.000117
+gallium_dri.so free 0x5571735dd8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000117
+gallium_dri.so free 0x5571735dd8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda40 0.000117
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddac0 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000117
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddc30 0.000122
+gallium_dri.so free 0x5571735ddc80 void 0.000118
+gallium_dri.so free 0x5571735ddc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddc30 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so free 0x5571735ddc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000119
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735dddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dddf0 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000117
+gallium_dri.so free 0x5571735dddf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddff0 0.000117
+gallium_dri.so free 0x5571735de0c0 void 0.000119
+gallium_dri.so free 0x5571735ddff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de110 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1a0 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735de1a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de1f0 0.000116
+gallium_dri.so free 0x5571735de2c0 void 0.000116
+gallium_dri.so free 0x5571735de1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de2c0 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de2c0 0.000117
+gallium_dri.so free 0x5571735de400 void 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de400 0.000116
+gallium_dri.so free 0x5571735de4c0 void 0.000116
+gallium_dri.so free 0x5571735de400 void 0.000117
+gallium_dri.so malloc 72 0x5571735de400 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000127
+gallium_dri.so free 0x5571735de400 void 0.000127
+gallium_dri.so malloc 72 0x5571735de400 0.000124
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de400 void 0.000117
+gallium_dri.so malloc 72 0x5571735de5f0 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de710 0.000116
+gallium_dri.so free 0x5571735de780 void 0.000117
+gallium_dri.so free 0x5571735de710 void 0.000116
+gallium_dri.so malloc 72 0x5571735de7c0 0.000127
+gallium_dri.so free 0x5571735de840 void 0.000119
+gallium_dri.so free 0x5571735de7c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de7c0 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000118
+gallium_dri.so free 0x5571735de7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de8f0 0.000118
+gallium_dri.so free 0x5571735de940 void 0.000119
+gallium_dri.so free 0x5571735de8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de8f0 0.000118
+gallium_dri.so free 0x5571735dea40 void 0.000117
+gallium_dri.so free 0x5571735de8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de9f0 0.000117
+gallium_dri.so free 0x5571735deb00 void 0.000117
+gallium_dri.so free 0x5571735de9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735deab0 0.000117
+gallium_dri.so free 0x5571735deb40 void 0.000118
+gallium_dri.so free 0x5571735deab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deab0 0.000118
+gallium_dri.so free 0x5571735dec00 void 0.000118
+gallium_dri.so free 0x5571735deab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec70 0.000118
+gallium_dri.so free 0x5571735decc0 void 0.000118
+gallium_dri.so free 0x5571735dec70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dec70 0.000117
+gallium_dri.so free 0x5571735dedc0 void 0.000117
+gallium_dri.so free 0x5571735dec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000160
+gallium_dri.so free 0x5571735dee80 void 0.000112
+gallium_dri.so free 0x5571735ded70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dee30 0.000111
+gallium_dri.so free 0x5571735deec0 void 0.000110
+gallium_dri.so free 0x5571735dee30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dee30 0.000110
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so free 0x5571735dee30 void 0.000111
+gallium_dri.so malloc 72 0x5571735defc0 0.000110
+gallium_dri.so free 0x5571735df040 void 0.000111
+gallium_dri.so free 0x5571735defc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df040 0.000111
+gallium_dri.so free 0x5571735df100 void 0.000110
+gallium_dri.so free 0x5571735df040 void 0.000110
+gallium_dri.so malloc 72 0x5571735df040 0.000110
+gallium_dri.so free 0x5571735df1c0 void 0.000110
+gallium_dri.so free 0x5571735df040 void 0.000111
+gallium_dri.so malloc 72 0x5571735df1e0 0.000111
+gallium_dri.so free 0x5571735df280 void 0.000110
+gallium_dri.so free 0x5571735df1e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df230 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000122
+gallium_dri.so free 0x5571735df230 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so free 0x5571735df230 void 0.000110
+gallium_dri.so malloc 72 0x5571735df380 0.000145
+gallium_dri.so free 0x5571735df440 void 0.000124
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000122
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000113
+gallium_dri.so free 0x5571735df5c0 void 0.000122
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so malloc 72 0x5571735df570 0.000112
+gallium_dri.so free 0x5571735df680 void 0.000113
+gallium_dri.so free 0x5571735df570 void 0.000113
+gallium_dri.so malloc 72 0x5571735df630 0.000111
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df630 void 0.000111
+gallium_dri.so malloc 72 0x5571735df750 0.000112
+gallium_dri.so free 0x5571735df7c0 void 0.000111
+gallium_dri.so free 0x5571735df750 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7e0 0.000118
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df7e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df830 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000112
+gallium_dri.so free 0x5571735df830 void 0.000117
+gallium_dri.so malloc 72 0x5571735df830 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000115
+gallium_dri.so free 0x5571735df830 void 0.000111
+gallium_dri.so malloc 72 0x5571735df980 0.000126
+gallium_dri.so free 0x5571735dfa40 void 0.000116
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so malloc 72 0x5571735df980 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000114
+gallium_dri.so free 0x5571735dfb80 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000114
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000112
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000116
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd00 0.000112
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000116
+gallium_dri.so free 0x5571735dfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0000 0.000161
+gallium_dri.so free 0x5571735e0080 void 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01f0 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01f0 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e01f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e02f0 0.000115
+gallium_dri.so free 0x5571735e0400 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e05b0 0.000125
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e05b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e06d0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e06d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0760 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e0760 void 0.000111
+gallium_dri.so malloc 72 0x5571735e07b0 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000113
+gallium_dri.so free 0x5571735e07b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0880 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so free 0x5571735e0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0880 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000111
+gallium_dri.so free 0x5571735e0a80 void 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000112
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000112
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000112
+gallium_dri.so free 0x5571735e0c80 void 0.000128
+gallium_dri.so free 0x5571735e0bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so free 0x5571735e0cd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0d80 0.000114
+gallium_dri.so free 0x5571735e0e00 void 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d80 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000118
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000116
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000115
+gallium_dri.so free 0x5571735e10c0 void 0.000116
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1100 void 0.000117
+gallium_dri.so free 0x5571735e1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000115
+gallium_dri.so free 0x5571735e11c0 void 0.000116
+gallium_dri.so free 0x5571735e1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1230 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000166
+gallium_dri.so free 0x5571735e1230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1230 0.000115
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1440 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000116
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000115
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1580 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1600 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000116
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1600 0.000115
+gallium_dri.so free 0x5571735e1780 void 0.000116
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17a0 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e17a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000125
+gallium_dri.so free 0x5571735e17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000111
+gallium_dri.so free 0x5571735e17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b30 0.000112
+gallium_dri.so free 0x5571735e1c40 void 0.000113
+gallium_dri.so free 0x5571735e1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000114
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d10 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1da0 0.000112
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1df0 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so free 0x5571735e1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f40 0.000115
+gallium_dri.so free 0x5571735e2000 void 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f40 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000116
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e20b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2240 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000115
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22c0 0.000116
+gallium_dri.so free 0x5571735e2400 void 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000114
+gallium_dri.so free 0x5571735e2480 void 0.000115
+gallium_dri.so free 0x5571735e2430 void 0.000164
+gallium_dri.so malloc 72 0x5571735e2430 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25c0 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so free 0x5571735e25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2640 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000116
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27b0 0.000113
+gallium_dri.so free 0x5571735e2800 void 0.000115
+gallium_dri.so free 0x5571735e27b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e27b0 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28b0 0.000116
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2970 0.000116
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000117
+gallium_dri.so free 0x5571735e2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2970 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000123
+gallium_dri.so free 0x5571735e2970 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2b70 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c90 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d20 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000112
+gallium_dri.so free 0x5571735e2d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000112
+gallium_dri.so free 0x5571735e2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e40 0.000113
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e40 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2f80 0.000111
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x5571735e3100 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2f80 0.000115
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3170 0.000115
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e3170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3290 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3290 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000118
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e3340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000115
+gallium_dri.so free 0x5571735e3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000115
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3570 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000117
+gallium_dri.so free 0x5571735e3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000158
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735e3780 void 0.000112
+gallium_dri.so free 0x5571735e3630 void 0.000111
+gallium_dri.so malloc 72 0x5571735e37f0 0.000112
+gallium_dri.so free 0x5571735e3840 void 0.000116
+gallium_dri.so free 0x5571735e37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735e3940 void 0.000123
+gallium_dri.so free 0x5571735e37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e38f0 0.000115
+gallium_dri.so free 0x5571735e3a00 void 0.000114
+gallium_dri.so free 0x5571735e38f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e39b0 0.000113
+gallium_dri.so free 0x5571735e3a40 void 0.000117
+gallium_dri.so free 0x5571735e39b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e39b0 0.000118
+gallium_dri.so free 0x5571735e3b00 void 0.000117
+gallium_dri.so free 0x5571735e39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b40 0.000119
+gallium_dri.so free 0x5571735e3bc0 void 0.000118
+gallium_dri.so free 0x5571735e3b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3bc0 0.000119
+gallium_dri.so free 0x5571735e3c80 void 0.000117
+gallium_dri.so free 0x5571735e3bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3bc0 0.000118
+gallium_dri.so free 0x5571735e3d40 void 0.000118
+gallium_dri.so free 0x5571735e3bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3d60 0.000118
+gallium_dri.so free 0x5571735e3e00 void 0.000116
+gallium_dri.so free 0x5571735e3d60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3db0 0.000116
+gallium_dri.so free 0x5571735e3e80 void 0.000118
+gallium_dri.so free 0x5571735e3db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3db0 0.000117
+gallium_dri.so free 0x5571735e3f00 void 0.000119
+gallium_dri.so free 0x5571735e3db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3f00 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000117
+gallium_dri.so free 0x5571735e3f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3f00 0.000117
+gallium_dri.so free 0x5571735e4080 void 0.000120
+gallium_dri.so free 0x5571735e3f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3f00 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000117
+gallium_dri.so free 0x5571735e3f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e40f0 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000118
+gallium_dri.so free 0x5571735e40f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e41b0 0.000117
+gallium_dri.so free 0x5571735e4280 void 0.000117
+gallium_dri.so free 0x5571735e41b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e42d0 0.000118
+gallium_dri.so free 0x5571735e4340 void 0.000127
+gallium_dri.so free 0x5571735e42d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4360 0.000117
+gallium_dri.so free 0x5571735e4400 void 0.000117
+gallium_dri.so free 0x5571735e4360 void 0.000118
+gallium_dri.so malloc 72 0x5571735e43b0 0.000118
+gallium_dri.so free 0x5571735e4480 void 0.000118
+gallium_dri.so free 0x5571735e43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e43b0 0.000118
+gallium_dri.so free 0x5571735e4500 void 0.000123
+gallium_dri.so free 0x5571735e43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4500 0.000118
+gallium_dri.so free 0x5571735e45c0 void 0.000117
+gallium_dri.so free 0x5571735e4500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4500 0.000126
+gallium_dri.so free 0x5571735e46c0 void 0.000122
+gallium_dri.so free 0x5571735e4500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4670 0.000117
+gallium_dri.so free 0x5571735e4700 void 0.000119
+gallium_dri.so free 0x5571735e4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4670 0.000119
+gallium_dri.so free 0x5571735e47c0 void 0.000124
+gallium_dri.so free 0x5571735e4670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4800 0.000119
+gallium_dri.so free 0x5571735e4880 void 0.000119
+gallium_dri.so free 0x5571735e4800 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4880 0.000119
+gallium_dri.so free 0x5571735e4940 void 0.000122
+gallium_dri.so free 0x5571735e4880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4880 0.000118
+gallium_dri.so free 0x5571735e49c0 void 0.000118
+gallium_dri.so free 0x5571735e4880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e49f0 0.000118
+gallium_dri.so free 0x5571735e4a40 void 0.000118
+gallium_dri.so free 0x5571735e49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e49f0 0.000118
+gallium_dri.so free 0x5571735e4b40 void 0.000118
+gallium_dri.so free 0x5571735e49f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4b80 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so free 0x5571735e4b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4c00 0.000119
+gallium_dri.so free 0x5571735e4cc0 void 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4c00 0.000118
+gallium_dri.so free 0x5571735e4d40 void 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4d70 0.000118
+gallium_dri.so free 0x5571735e4dc0 void 0.000119
+gallium_dri.so free 0x5571735e4d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4d70 0.000118
+gallium_dri.so free 0x5571735e4ec0 void 0.000118
+gallium_dri.so free 0x5571735e4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e70 0.000127
+gallium_dri.so free 0x5571735e4f80 void 0.000119
+gallium_dri.so free 0x5571735e4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4f30 0.000119
+gallium_dri.so free 0x5571735e5000 void 0.000118
+gallium_dri.so free 0x5571735e4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4f30 0.000118
+gallium_dri.so free 0x5571735e50c0 void 0.000119
+gallium_dri.so free 0x5571735e4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4f30 0.000119
+gallium_dri.so free 0x5571735e5180 void 0.000119
+gallium_dri.so free 0x5571735e4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5130 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so free 0x5571735e5130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5250 0.000118
+gallium_dri.so free 0x5571735e52c0 void 0.000119
+gallium_dri.so free 0x5571735e5250 void 0.000120
+gallium_dri.so malloc 72 0x5571735e52e0 0.000119
+gallium_dri.so free 0x5571735e5380 void 0.000119
+gallium_dri.so free 0x5571735e52e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5330 0.000118
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so free 0x5571735e5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5400 0.000118
+gallium_dri.so free 0x5571735e54c0 void 0.000119
+gallium_dri.so free 0x5571735e5400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5400 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000118
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5540 0.000119
+gallium_dri.so free 0x5571735e5600 void 0.000119
+gallium_dri.so free 0x5571735e5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5540 0.000118
+gallium_dri.so free 0x5571735e56c0 void 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5540 0.000117
+gallium_dri.so free 0x5571735e5780 void 0.000124
+gallium_dri.so free 0x5571735e5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5730 0.000118
+gallium_dri.so free 0x5571735e5800 void 0.000118
+gallium_dri.so free 0x5571735e5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5850 0.000118
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so free 0x5571735e5850 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5900 0.000118
+gallium_dri.so free 0x5571735e5980 void 0.000118
+gallium_dri.so free 0x5571735e5900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5900 0.000117
+gallium_dri.so free 0x5571735e5a00 void 0.000117
+gallium_dri.so free 0x5571735e5900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5a30 0.000124
+gallium_dri.so free 0x5571735e5a80 void 0.000119
+gallium_dri.so free 0x5571735e5a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5a30 0.000118
+gallium_dri.so free 0x5571735e5b80 void 0.000118
+gallium_dri.so free 0x5571735e5a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5b30 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000119
+gallium_dri.so free 0x5571735e5b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bf0 0.000118
+gallium_dri.so free 0x5571735e5c80 void 0.000119
+gallium_dri.so free 0x5571735e5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bf0 0.000118
+gallium_dri.so free 0x5571735e5d40 void 0.000118
+gallium_dri.so free 0x5571735e5bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5db0 0.000119
+gallium_dri.so free 0x5571735e5e00 void 0.000118
+gallium_dri.so free 0x5571735e5db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5db0 0.000118
+gallium_dri.so free 0x5571735e5f00 void 0.000118
+gallium_dri.so free 0x5571735e5db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000119
+gallium_dri.so free 0x5571735e5fc0 void 0.000119
+gallium_dri.so free 0x5571735e5eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5f70 0.000118
+gallium_dri.so free 0x5571735e6000 void 0.000118
+gallium_dri.so free 0x5571735e5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5f70 0.000120
+gallium_dri.so free 0x5571735e60c0 void 0.000127
+gallium_dri.so free 0x5571735e5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6100 0.000118
+gallium_dri.so free 0x5571735e6180 void 0.000118
+gallium_dri.so free 0x5571735e6100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6180 0.000119
+gallium_dri.so free 0x5571735e6240 void 0.000119
+gallium_dri.so free 0x5571735e6180 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6180 0.000117
+gallium_dri.so free 0x5571735e6300 void 0.000118
+gallium_dri.so free 0x5571735e6180 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6320 0.000118
+gallium_dri.so free 0x5571735e63c0 void 0.000119
+gallium_dri.so free 0x5571735e6320 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6370 0.000117
+gallium_dri.so free 0x5571735e6440 void 0.000118
+gallium_dri.so free 0x5571735e6370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6370 0.000118
+gallium_dri.so free 0x5571735e64c0 void 0.000119
+gallium_dri.so free 0x5571735e6370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e64c0 0.000118
+gallium_dri.so free 0x5571735e6580 void 0.000118
+gallium_dri.so free 0x5571735e64c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e64c0 0.000117
+gallium_dri.so free 0x5571735e6640 void 0.000118
+gallium_dri.so free 0x5571735e64c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e64c0 0.000125
+gallium_dri.so free 0x5571735e6700 void 0.000127
+gallium_dri.so free 0x5571735e64c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e66b0 0.000119
+gallium_dri.so free 0x5571735e67c0 void 0.000118
+gallium_dri.so free 0x5571735e66b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6770 0.000118
+gallium_dri.so free 0x5571735e6840 void 0.000117
+gallium_dri.so free 0x5571735e6770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6890 0.000118
+gallium_dri.so free 0x5571735e6900 void 0.000118
+gallium_dri.so free 0x5571735e6890 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6920 0.000118
+gallium_dri.so free 0x5571735e69c0 void 0.000118
+gallium_dri.so free 0x5571735e6920 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6970 0.000119
+gallium_dri.so free 0x5571735e6a40 void 0.000117
+gallium_dri.so free 0x5571735e6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6970 0.000118
+gallium_dri.so free 0x5571735e6ac0 void 0.000118
+gallium_dri.so free 0x5571735e6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6ac0 0.000118
+gallium_dri.so free 0x5571735e6b80 void 0.000119
+gallium_dri.so free 0x5571735e6ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6ac0 0.000119
+gallium_dri.so free 0x5571735e6c80 void 0.000118
+gallium_dri.so free 0x5571735e6ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6c30 0.000126
+gallium_dri.so free 0x5571735e6cc0 void 0.000120
+gallium_dri.so free 0x5571735e6c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6c30 0.000118
+gallium_dri.so free 0x5571735e6d80 void 0.000120
+gallium_dri.so free 0x5571735e6c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6dc0 0.000118
+gallium_dri.so free 0x5571735e6e40 void 0.000118
+gallium_dri.so free 0x5571735e6dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6e40 0.000119
+gallium_dri.so free 0x5571735bee80 void 0.000118
+gallium_dri.so free 0x5571735e6e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735beea0 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000117
+gallium_dri.so free 0x5571735beea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735beef0 0.000118
+gallium_dri.so free 0x5571735befc0 void 0.000119
+gallium_dri.so free 0x5571735beef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735beef0 0.000119
+gallium_dri.so free 0x5571735bf0c0 void 0.000118
+gallium_dri.so free 0x5571735beef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf070 0.000118
+gallium_dri.so free 0x5571735bf140 void 0.000117
+gallium_dri.so free 0x5571735bf070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf190 0.000117
+gallium_dri.so free 0x5571735bf200 void 0.000117
+gallium_dri.so free 0x5571735bf190 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf220 0.000119
+gallium_dri.so free 0x5571735bf2c0 void 0.000117
+gallium_dri.so free 0x5571735bf220 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf270 0.000120
+gallium_dri.so free 0x5571735bf340 void 0.000120
+gallium_dri.so free 0x5571735bf270 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf270 0.000118
+gallium_dri.so free 0x5571735bf3c0 void 0.000119
+gallium_dri.so free 0x5571735bf270 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000119
+gallium_dri.so free 0x5571735bf480 void 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000119
+gallium_dri.so free 0x5571735bf580 void 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000124
+gallium_dri.so free 0x5571735bf600 void 0.000135
+gallium_dri.so free 0x5571735bf3c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf630 0.000118
+gallium_dri.so free 0x5571735bf680 void 0.000118
+gallium_dri.so free 0x5571735bf630 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf630 0.000118
+gallium_dri.so free 0x5571735bf780 void 0.000119
+gallium_dri.so free 0x5571735bf630 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf730 0.000118
+gallium_dri.so free 0x5571735bf840 void 0.000169
+gallium_dri.so free 0x5571735bf730 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000119
+gallium_dri.so free 0x5571735bf880 void 0.000118
+gallium_dri.so free 0x5571735bf7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000117
+gallium_dri.so free 0x5571735bf940 void 0.000117
+gallium_dri.so free 0x5571735bf7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf990 0.000118
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so free 0x5571735bf990 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfa40 0.000119
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so free 0x5571735bfa40 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfac0 0.000119
+gallium_dri.so free 0x5571735bfb80 void 0.000118
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfac0 0.000118
+gallium_dri.so free 0x5571735bfc00 void 0.000118
+gallium_dri.so free 0x5571735bfac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfc30 0.000118
+gallium_dri.so free 0x5571735bfc80 void 0.000119
+gallium_dri.so free 0x5571735bfc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfc30 0.000119
+gallium_dri.so free 0x5571735bfd80 void 0.000118
+gallium_dri.so free 0x5571735bfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfd30 0.000125
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so free 0x5571735bfd30 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000110
+gallium_dri.so free 0x5571735bfec0 void 0.000111
+gallium_dri.so free 0x5571735bfdf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfee0 0.000110
+gallium_dri.so free 0x5571735bff80 void 0.000111
+gallium_dri.so free 0x5571735bfee0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bff30 0.000111
+gallium_dri.so free 0x5571735c0000 void 0.000111
+gallium_dri.so free 0x5571735bff30 void 0.000111
+gallium_dri.so malloc 72 0x5571735bff30 0.000111
+gallium_dri.so free 0x5571735c0080 void 0.000110
+gallium_dri.so free 0x5571735bff30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0080 0.000110
+gallium_dri.so free 0x5571735c0140 void 0.000110
+gallium_dri.so free 0x5571735c0080 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0080 0.000110
+gallium_dri.so free 0x5571735c0200 void 0.000112
+gallium_dri.so free 0x5571735c0080 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0080 0.000111
+gallium_dri.so free 0x5571735c02c0 void 0.000146
+gallium_dri.so free 0x5571735c0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0270 0.000110
+gallium_dri.so free 0x5571735eae40 void 0.000112
+gallium_dri.so free 0x5571735c0270 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0270 0.000110
+gallium_dri.so free 0x5571735a2880 void 0.000133
+gallium_dri.so free 0x5571735c0270 void 0.000116
+gallium_dri.so malloc 72 0x5571735a2830 0.000114
+gallium_dri.so free 0x5571735ea800 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000215
+gallium_dri.so free 0x5571735bc180 void 0.000213
+gallium_dri.so free 0x5571735a2830 void 0.000304
+gallium_dri.so malloc 72 0x5571735a2830 0.000195
+gallium_dri.so free 0x5571735bb680 void 0.000117
+gallium_dri.so free 0x5571735a2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735a2830 0.000115
+gallium_dri.so free 0x5571735afa00 void 0.000116
+gallium_dri.so free 0x5571735a2830 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000115
+gallium_dri.so free 0x5571735bc5c0 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735af300 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000115
+gallium_dri.so free 0x5571735bba40 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000126
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so free 0x5571735af320 void 0.000114
+gallium_dri.so malloc 72 0x5571735baf40 0.000114
+gallium_dri.so free 0x5571735b8040 void 0.000116
+gallium_dri.so free 0x5571735baf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735ea9c0 void 0.000118
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735b8980 void 0.000116
+gallium_dri.so free 0x5571735b7ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000114
+gallium_dri.so free 0x5571735bbe00 void 0.000116
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000115
+gallium_dri.so free 0x5571735ea740 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000113
+gallium_dri.so free 0x5571735bca40 void 0.000114
+gallium_dri.so free 0x5571735bbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000115
+gallium_dri.so free 0x5571735b5b40 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000115
+gallium_dri.so free 0x5571735eab00 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000122
+gallium_dri.so free 0x5571735eb0c0 void 0.000111
+gallium_dri.so free 0x5571735bc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000111
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so free 0x5571735eb070 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb280 0.000114
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb280 0.000115
+gallium_dri.so free 0x5571735b7700 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7720 0.000113
+gallium_dri.so free 0x5571735b77c0 void 0.000119
+gallium_dri.so free 0x5571735b7720 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7770 0.000115
+gallium_dri.so free 0x5571735b7e40 void 0.000119
+gallium_dri.so free 0x5571735b7770 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7e80 0.000114
+gallium_dri.so free 0x5571735b7a80 void 0.000116
+gallium_dri.so free 0x5571735b7e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7a80 0.000114
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7940 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000115
+gallium_dri.so free 0x5571735e9bc0 void 0.000120
+gallium_dri.so free 0x5571735b78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000114
+gallium_dri.so free 0x5571735ea580 void 0.000120
+gallium_dri.so free 0x5571735e9c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9c30 0.000114
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735adb70 0.000114
+gallium_dri.so free 0x5571735adc80 void 0.000115
+gallium_dri.so free 0x5571735adb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735adc30 0.000115
+gallium_dri.so free 0x5571735ea680 void 0.000116
+gallium_dri.so free 0x5571735adc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735b9380 void 0.000116
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735b9400 void 0.000115
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9400 0.000114
+gallium_dri.so free 0x5571735c0100 void 0.000115
+gallium_dri.so free 0x5571735b9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9400 0.000116
+gallium_dri.so free 0x5571735c01c0 void 0.000114
+gallium_dri.so free 0x5571735b9400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c01e0 0.000117
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735c01e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a71f0 0.000113
+gallium_dri.so free 0x5571735a7240 void 0.000112
+gallium_dri.so free 0x5571735a71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a71f0 0.000114
+gallium_dri.so free 0x5571735d74c0 void 0.000114
+gallium_dri.so free 0x5571735a71f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7510 0.000112
+gallium_dri.so free 0x5571735d7580 void 0.000113
+gallium_dri.so free 0x5571735d7510 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75a0 0.000112
+gallium_dri.so free 0x5571735a7340 void 0.000112
+gallium_dri.so free 0x5571735d75a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a72f0 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so free 0x5571735a72f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5f40 0.000112
+gallium_dri.so free 0x5571735d7640 void 0.000112
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d75f0 0.000119
+gallium_dri.so free 0x5571735b6000 void 0.000121
+gallium_dri.so free 0x5571735d75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6000 0.000114
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6000 0.000118
+gallium_dri.so free 0x5571735a91c0 void 0.000128
+gallium_dri.so free 0x5571735b6000 void 0.000115
+gallium_dri.so malloc 72 0x5571735a91f0 0.000119
+gallium_dri.so free 0x5571735a9240 void 0.000123
+gallium_dri.so free 0x5571735a91f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a91f0 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000116
+gallium_dri.so free 0x5571735a91f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a89c0 0.000116
+gallium_dri.so free 0x5571735a8a80 void 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a89c0 0.000115
+gallium_dri.so free 0x5571735a8b80 void 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b30 0.000114
+gallium_dri.so free 0x5571735a8ec0 void 0.000115
+gallium_dri.so free 0x5571735a8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b30 0.000114
+gallium_dri.so free 0x5571735a8f80 void 0.000115
+gallium_dri.so free 0x5571735a8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8fc0 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000117
+gallium_dri.so free 0x5571735a8fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735afe40 0.000115
+gallium_dri.so free 0x5571735aff00 void 0.000115
+gallium_dri.so free 0x5571735afe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735afe40 0.000120
+gallium_dri.so free 0x5571735a9040 void 0.000125
+gallium_dri.so free 0x5571735afe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735a9070 0.000115
+gallium_dri.so free 0x5571735a8c40 void 0.000115
+gallium_dri.so free 0x5571735a9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9070 0.000116
+gallium_dri.so free 0x5571735aff80 void 0.000115
+gallium_dri.so free 0x5571735a9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735affc0 0.000114
+gallium_dri.so free 0x5571735a8d40 void 0.000115
+gallium_dri.so free 0x5571735affc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000113
+gallium_dri.so free 0x5571735addc0 void 0.000116
+gallium_dri.so free 0x5571735a8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000115
+gallium_dri.so free 0x5571735a8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000113
+gallium_dri.so free 0x5571735adf40 void 0.000116
+gallium_dri.so free 0x5571735a8cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735adef0 0.000113
+gallium_dri.so free 0x5571735ae700 void 0.000114
+gallium_dri.so free 0x5571735adef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae750 0.000114
+gallium_dri.so free 0x5571735ae7c0 void 0.000116
+gallium_dri.so free 0x5571735ae750 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae820 0.000121
+gallium_dri.so free 0x5571734f6040 void 0.000116
+gallium_dri.so free 0x5571735ae820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae820 0.000115
+gallium_dri.so free 0x5571734f6100 void 0.000112
+gallium_dri.so free 0x5571735ae820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae820 0.000113
+gallium_dri.so free 0x5571734f61c0 void 0.000119
+gallium_dri.so free 0x5571735ae820 void 0.000119
+gallium_dri.so malloc 72 0x5571734f6170 0.000120
+gallium_dri.so free 0x5571735be540 void 0.000114
+gallium_dri.so free 0x5571734f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735be590 0.000113
+gallium_dri.so free 0x5571735be600 void 0.000120
+gallium_dri.so free 0x5571735be590 void 0.000114
+gallium_dri.so malloc 72 0x5571735be620 0.000115
+gallium_dri.so free 0x5571735be6c0 void 0.000120
+gallium_dri.so free 0x5571735be620 void 0.000121
+gallium_dri.so malloc 72 0x5571735be670 0.000116
+gallium_dri.so free 0x5571735b0100 void 0.000116
+gallium_dri.so free 0x5571735be670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000116
+gallium_dri.so free 0x5571735b01c0 void 0.000116
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000115
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0240 0.000127
+gallium_dri.so free 0x5571735b6e80 void 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0240 0.000115
+gallium_dri.so free 0x5571735b6f00 void 0.000115
+gallium_dri.so free 0x5571735b0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000114
+gallium_dri.so free 0x5571735b6f80 void 0.000116
+gallium_dri.so free 0x5571735b6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6f30 0.000115
+gallium_dri.so free 0x5571735b7080 void 0.000117
+gallium_dri.so free 0x5571735b6f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7030 0.000115
+gallium_dri.so free 0x5571735af000 void 0.000115
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7030 0.000116
+gallium_dri.so free 0x5571735af100 void 0.000115
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000114
+gallium_dri.so free 0x5571735af140 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735af0b0 0.000114
+gallium_dri.so free 0x5571735af200 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af240 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000116
+gallium_dri.so free 0x5571735af240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000163
+gallium_dri.so free 0x5571735b0800 void 0.000114
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000114
+gallium_dri.so free 0x5571735b08c0 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0740 0.000110
+gallium_dri.so free 0x5571735b8180 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b81f0 0.000112
+gallium_dri.so free 0x5571735b8240 void 0.000113
+gallium_dri.so free 0x5571735b81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81f0 0.000112
+gallium_dri.so free 0x5571735b8340 void 0.000113
+gallium_dri.so free 0x5571735b81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b82f0 0.000113
+gallium_dri.so free 0x5571735b8400 void 0.000112
+gallium_dri.so free 0x5571735b82f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b83b0 0.000112
+gallium_dri.so free 0x5571735b0980 void 0.000113
+gallium_dri.so free 0x5571735b83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0930 0.000116
+gallium_dri.so free 0x5571735d9300 void 0.000119
+gallium_dri.so free 0x5571735b0930 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000115
+gallium_dri.so free 0x5571735d9380 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d93d0 0.000122
+gallium_dri.so free 0x5571735d9440 void 0.000115
+gallium_dri.so free 0x5571735d93d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d94a0 0.000120
+gallium_dri.so free 0x5571735d9540 void 0.000119
+gallium_dri.so free 0x5571735d94a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d94f0 0.000115
+gallium_dri.so free 0x5571735d9580 void 0.000115
+gallium_dri.so free 0x5571735d94f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d94f0 0.000113
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735d94f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7170 0.000113
+gallium_dri.so free 0x5571735b7240 void 0.000114
+gallium_dri.so free 0x5571735b7170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7290 0.000114
+gallium_dri.so free 0x5571735d9640 void 0.000115
+gallium_dri.so free 0x5571735b7290 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9660 0.000113
+gallium_dri.so free 0x5571735b7300 void 0.000115
+gallium_dri.so free 0x5571735d9660 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000115
+gallium_dri.so free 0x5571735b7380 void 0.000116
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7380 0.000116
+gallium_dri.so free 0x5571735b7440 void 0.000115
+gallium_dri.so free 0x5571735b7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7380 0.000117
+gallium_dri.so free 0x5571735b7540 void 0.000124
+gallium_dri.so free 0x5571735b7380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b74f0 0.000114
+gallium_dri.so free 0x5571735b7600 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b75b0 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000117
+gallium_dri.so free 0x5571735b75b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b75b0 0.000115
+gallium_dri.so free 0x5571735b6280 void 0.000115
+gallium_dri.so free 0x5571735b75b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6230 0.000113
+gallium_dri.so free 0x5571735b6300 void 0.000116
+gallium_dri.so free 0x5571735b6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6350 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000114
+gallium_dri.so free 0x5571735b6350 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6400 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000115
+gallium_dri.so free 0x5571735b6400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6400 0.000114
+gallium_dri.so free 0x5571735b6500 void 0.000116
+gallium_dri.so free 0x5571735b6400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6530 0.000114
+gallium_dri.so free 0x5571735b6580 void 0.000115
+gallium_dri.so free 0x5571735b6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6530 0.000115
+gallium_dri.so free 0x5571735b6680 void 0.000121
+gallium_dri.so free 0x5571735b6530 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6630 0.000113
+gallium_dri.so free 0x5571735b6740 void 0.000114
+gallium_dri.so free 0x5571735b6630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b66f0 0.000113
+gallium_dri.so free 0x5571735b6780 void 0.000112
+gallium_dri.so free 0x5571735b66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b66f0 0.000113
+gallium_dri.so free 0x5571735b6840 void 0.000117
+gallium_dri.so free 0x5571735b66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68b0 0.000113
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so free 0x5571735b68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b68b0 0.000115
+gallium_dri.so free 0x5571735b52c0 void 0.000116
+gallium_dri.so free 0x5571735b68b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5270 0.000120
+gallium_dri.so free 0x5571735b6900 void 0.000116
+gallium_dri.so free 0x5571735b5270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5270 0.000116
+gallium_dri.so free 0x5571735b5380 void 0.000115
+gallium_dri.so free 0x5571735b5270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5330 0.000118
+gallium_dri.so free 0x5571735b5400 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5330 0.000116
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so free 0x5571735b5330 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5480 0.000115
+gallium_dri.so free 0x5571735b5540 void 0.000116
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000115
+gallium_dri.so free 0x5571735b5640 void 0.000117
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5480 0.000114
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56f0 0.000114
+gallium_dri.so free 0x5571735b5740 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b56f0 0.000114
+gallium_dri.so free 0x5571735b5840 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b57f0 0.000118
+gallium_dri.so free 0x5571735b5900 void 0.000116
+gallium_dri.so free 0x5571735b57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58b0 0.000114
+gallium_dri.so free 0x5571735b5940 void 0.000116
+gallium_dri.so free 0x5571735b58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58b0 0.000116
+gallium_dri.so free 0x5571735b22c0 void 0.000115
+gallium_dri.so free 0x5571735b58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2380 void 0.000105
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2330 0.000113
+gallium_dri.so free 0x5571735b2400 void 0.000114
+gallium_dri.so free 0x5571735b2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2450 0.000111
+gallium_dri.so free 0x5571735b24c0 void 0.000113
+gallium_dri.so free 0x5571735b2450 void 0.000113
+gallium_dri.so malloc 72 0x5571735b24e0 0.000112
+gallium_dri.so free 0x5571735b2580 void 0.000114
+gallium_dri.so free 0x5571735b24e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000113
+gallium_dri.so free 0x5571735b2600 void 0.000112
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so free 0x5571735b2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2680 0.000114
+gallium_dri.so free 0x5571735b2740 void 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2680 0.000121
+gallium_dri.so free 0x5571735b2840 void 0.000119
+gallium_dri.so free 0x5571735b2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735b27f0 0.000122
+gallium_dri.so free 0x5571735b2880 void 0.000115
+gallium_dri.so free 0x5571735b27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b27f0 0.000118
+gallium_dri.so free 0x5571735b2940 void 0.000164
+gallium_dri.so free 0x5571735b27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2980 0.000120
+gallium_dri.so free 0x5571735b2a00 void 0.000124
+gallium_dri.so free 0x5571735b2980 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2a00 0.000116
+gallium_dri.so free 0x5571735b2ac0 void 0.000116
+gallium_dri.so free 0x5571735b2a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2a00 0.000113
+gallium_dri.so free 0x5571735b2b40 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2b70 0.000115
+gallium_dri.so free 0x5571735d98c0 void 0.000116
+gallium_dri.so free 0x5571735b2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2b70 0.000115
+gallium_dri.so free 0x5571735d99c0 void 0.000115
+gallium_dri.so free 0x5571735b2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a00 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000115
+gallium_dri.so free 0x5571735d9a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a80 0.000114
+gallium_dri.so free 0x5571735d9b40 void 0.000116
+gallium_dri.so free 0x5571735d9a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9bc0 void 0.000116
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000113
+gallium_dri.so free 0x5571735d9c40 void 0.000117
+gallium_dri.so free 0x5571735d9bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000116
+gallium_dri.so free 0x5571735d9d40 void 0.000114
+gallium_dri.so free 0x5571735d9bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000114
+gallium_dri.so free 0x5571735d9e00 void 0.000114
+gallium_dri.so free 0x5571735d9cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9db0 0.000116
+gallium_dri.so free 0x5571735d9e80 void 0.000116
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9db0 0.000115
+gallium_dri.so free 0x5571735d9f40 void 0.000115
+gallium_dri.so free 0x5571735d9db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9db0 0.000115
+gallium_dri.so free 0x5571735da000 void 0.000115
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000114
+gallium_dri.so free 0x5571735da080 void 0.000115
+gallium_dri.so free 0x5571735d9fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da0d0 0.000113
+gallium_dri.so free 0x5571735da140 void 0.000116
+gallium_dri.so free 0x5571735da0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da160 0.000113
+gallium_dri.so free 0x5571735da200 void 0.000116
+gallium_dri.so free 0x5571735da160 void 0.000114
+gallium_dri.so malloc 72 0x5571735da1b0 0.000115
+gallium_dri.so free 0x5571735da280 void 0.000124
+gallium_dri.so free 0x5571735da1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735da280 0.000112
+gallium_dri.so free 0x5571735da340 void 0.000112
+gallium_dri.so free 0x5571735da280 void 0.000112
+gallium_dri.so malloc 72 0x5571735da280 0.000112
+gallium_dri.so free 0x5571735bd840 void 0.000118
+gallium_dri.so free 0x5571735da280 void 0.000125
+gallium_dri.so malloc 72 0x5571735bd840 0.000120
+gallium_dri.so free 0x5571735bd900 void 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735bd840 0.000113
+gallium_dri.so free 0x5571735bd9c0 void 0.000119
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd840 0.000115
+gallium_dri.so free 0x5571735bda80 void 0.000122
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735bda30 0.000115
+gallium_dri.so free 0x5571735bdb00 void 0.000117
+gallium_dri.so free 0x5571735bda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdb50 0.000114
+gallium_dri.so free 0x5571735bdbc0 void 0.000115
+gallium_dri.so free 0x5571735bdb50 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdc00 0.000114
+gallium_dri.so free 0x5571735bdc80 void 0.000116
+gallium_dri.so free 0x5571735bdc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdc00 0.000152
+gallium_dri.so free 0x5571735bdd00 void 0.000118
+gallium_dri.so free 0x5571735bdc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdd30 0.000114
+gallium_dri.so free 0x5571735bdd80 void 0.000116
+gallium_dri.so free 0x5571735bdd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000116
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bde30 0.000114
+gallium_dri.so free 0x5571735bdf40 void 0.000115
+gallium_dri.so free 0x5571735bde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000115
+gallium_dri.so free 0x5571735bdf80 void 0.000122
+gallium_dri.so free 0x5571735bdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000116
+gallium_dri.so free 0x5571735be040 void 0.000116
+gallium_dri.so free 0x5571735bdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735be0b0 0.000114
+gallium_dri.so free 0x5571735be100 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be0b0 0.000114
+gallium_dri.so free 0x5571735be200 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be1b0 0.000118
+gallium_dri.so free 0x5571735be2c0 void 0.000116
+gallium_dri.so free 0x5571735be1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be270 0.000117
+gallium_dri.so free 0x5571735be300 void 0.000114
+gallium_dri.so free 0x5571735be270 void 0.000114
+gallium_dri.so malloc 72 0x5571735be270 0.000114
+gallium_dri.so free 0x5571735b9bc0 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9b70 0.000111
+gallium_dri.so free 0x5571735b9c40 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9c90 0.000113
+gallium_dri.so free 0x5571735b9d00 void 0.000115
+gallium_dri.so free 0x5571735b9c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9d60 0.000114
+gallium_dri.so free 0x5571735b9e00 void 0.000114
+gallium_dri.so free 0x5571735b9d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9db0 0.000110
+gallium_dri.so free 0x5571735b9e40 void 0.000113
+gallium_dri.so free 0x5571735b9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9db0 0.000110
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so free 0x5571735b9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f40 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000116
+gallium_dri.so free 0x5571735b9f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000113
+gallium_dri.so free 0x5571735ba080 void 0.000119
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000125
+gallium_dri.so free 0x5571735ba100 void 0.000151
+gallium_dri.so free 0x5571735b9fc0 void 0.000158
+gallium_dri.so malloc 72 0x5571735ba130 0.000160
+gallium_dri.so free 0x5571735ba180 void 0.000122
+gallium_dri.so free 0x5571735ba130 void 0.000122
+gallium_dri.so malloc 72 0x5571735ba180 0.000115
+gallium_dri.so free 0x5571735ba240 void 0.000113
+gallium_dri.so free 0x5571735ba180 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba180 0.000122
+gallium_dri.so free 0x5571735ba340 void 0.000116
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000110
+gallium_dri.so free 0x5571735ba400 void 0.000113
+gallium_dri.so free 0x5571735ba2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000109
+gallium_dri.so free 0x5571735ba440 void 0.000110
+gallium_dri.so free 0x5571735ba3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000111
+gallium_dri.so free 0x5571735ba500 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba540 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000151
+gallium_dri.so free 0x5571735ba540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000111
+gallium_dri.so free 0x5571735ba680 void 0.000147
+gallium_dri.so free 0x5571735ba5c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000126
+gallium_dri.so free 0x5571735ba700 void 0.000119
+gallium_dri.so free 0x5571735ba5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000132
+gallium_dri.so free 0x5571735ba7c0 void 0.000117
+gallium_dri.so free 0x5571735ba5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735e7340 void 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7380 0.000119
+gallium_dri.so free 0x5571735e7400 void 0.000129
+gallium_dri.so free 0x5571735e7380 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7400 0.000130
+gallium_dri.so free 0x5571735e74c0 void 0.000128
+gallium_dri.so free 0x5571735e7400 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e7540 void 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7570 0.000119
+gallium_dri.so free 0x5571735e75c0 void 0.000118
+gallium_dri.so free 0x5571735e7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7570 0.000145
+gallium_dri.so free 0x5571735e76c0 void 0.000123
+gallium_dri.so free 0x5571735e7570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7700 0.000123
+gallium_dri.so free 0x5571735e7780 void 0.000122
+gallium_dri.so free 0x5571735e7700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7780 0.000119
+gallium_dri.so free 0x5571735e7840 void 0.000121
+gallium_dri.so free 0x5571735e7780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7780 0.000120
+gallium_dri.so free 0x5571735e78c0 void 0.000122
+gallium_dri.so free 0x5571735e7780 void 0.000119
+gallium_dri.so malloc 72 0x5571735e78f0 0.000121
+gallium_dri.so free 0x5571735e7940 void 0.000122
+gallium_dri.so free 0x5571735e78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e78f0 0.000121
+gallium_dri.so free 0x5571735e7a40 void 0.000121
+gallium_dri.so free 0x5571735e78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e79f0 0.000120
+gallium_dri.so free 0x5571735e7b00 void 0.000122
+gallium_dri.so free 0x5571735e79f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000120
+gallium_dri.so free 0x5571735e7b80 void 0.000120
+gallium_dri.so free 0x5571735e7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000121
+gallium_dri.so free 0x5571735e7c40 void 0.000121
+gallium_dri.so free 0x5571735e7ab0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000122
+gallium_dri.so free 0x5571735e7d00 void 0.000121
+gallium_dri.so free 0x5571735e7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000119
+gallium_dri.so free 0x5571735e7d80 void 0.000120
+gallium_dri.so free 0x5571735e7cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000118
+gallium_dri.so free 0x5571735e7e40 void 0.000122
+gallium_dri.so free 0x5571735e7dd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7e60 0.000120
+gallium_dri.so free 0x5571735e7f00 void 0.000120
+gallium_dri.so free 0x5571735e7e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000120
+gallium_dri.so free 0x5571735e7f80 void 0.000122
+gallium_dri.so free 0x5571735e7eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7f80 0.000122
+gallium_dri.so free 0x5571735e8040 void 0.000121
+gallium_dri.so free 0x5571735e7f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7f80 0.000119
+gallium_dri.so free 0x5571735e80c0 void 0.000121
+gallium_dri.so free 0x5571735e7f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e80c0 0.000120
+gallium_dri.so free 0x5571735e8180 void 0.000121
+gallium_dri.so free 0x5571735e80c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e80c0 0.000120
+gallium_dri.so free 0x5571735bee80 void 0.000136
+gallium_dri.so free 0x5571735e80c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735beeb0 0.000119
+gallium_dri.so free 0x5571735bef00 void 0.000125
+gallium_dri.so free 0x5571735beeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735beeb0 0.000113
+gallium_dri.so free 0x5571735bf000 void 0.000115
+gallium_dri.so free 0x5571735beeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735befb0 0.000115
+gallium_dri.so free 0x5571735bf0c0 void 0.000114
+gallium_dri.so free 0x5571735befb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf140 void 0.000116
+gallium_dri.so free 0x5571735bf070 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf160 0.000115
+gallium_dri.so free 0x5571735bf200 void 0.000115
+gallium_dri.so free 0x5571735bf160 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000116
+gallium_dri.so free 0x5571735bf1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000114
+gallium_dri.so free 0x5571735bf300 void 0.000114
+gallium_dri.so free 0x5571735bf1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf300 0.000113
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x5571735bf300 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf300 0.000114
+gallium_dri.so free 0x5571735bf480 void 0.000129
+gallium_dri.so free 0x5571735bf300 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf300 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf300 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000114
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf640 void 0.000114
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000114
+gallium_dri.so free 0x5571735bf700 void 0.000115
+gallium_dri.so free 0x5571735bf5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000114
+gallium_dri.so free 0x5571735bf740 void 0.000116
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000113
+gallium_dri.so free 0x5571735bf800 void 0.000116
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf840 0.000115
+gallium_dri.so free 0x5571735bf8c0 void 0.000116
+gallium_dri.so free 0x5571735bf840 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000113
+gallium_dri.so free 0x5571735bf980 void 0.000115
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000116
+gallium_dri.so free 0x5571735bf8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfa60 0.000115
+gallium_dri.so free 0x5571735bfb00 void 0.000115
+gallium_dri.so free 0x5571735bfa60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfab0 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000116
+gallium_dri.so free 0x5571735bfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfab0 0.000117
+gallium_dri.so free 0x5571735bfc00 void 0.000115
+gallium_dri.so free 0x5571735bfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfcc0 void 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfd80 void 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc00 0.000116
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000115
+gallium_dri.so free 0x5571735bff00 void 0.000119
+gallium_dri.so free 0x5571735bfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000117
+gallium_dri.so free 0x5571735bff80 void 0.000117
+gallium_dri.so free 0x5571735bfeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bffd0 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735bffd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e82a0 0.000113
+gallium_dri.so free 0x5571735e8340 void 0.000115
+gallium_dri.so free 0x5571735e82a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e82f0 0.000113
+gallium_dri.so free 0x5571735e83c0 void 0.000115
+gallium_dri.so free 0x5571735e82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82f0 0.000114
+gallium_dri.so free 0x5571735e8440 void 0.000116
+gallium_dri.so free 0x5571735e82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8440 0.000115
+gallium_dri.so free 0x5571735e8500 void 0.000115
+gallium_dri.so free 0x5571735e8440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8440 0.000115
+gallium_dri.so free 0x5571735e8600 void 0.000117
+gallium_dri.so free 0x5571735e8440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e85b0 0.000114
+gallium_dri.so free 0x5571735e8640 void 0.000116
+gallium_dri.so free 0x5571735e85b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e85b0 0.000113
+gallium_dri.so free 0x5571735e8700 void 0.000116
+gallium_dri.so free 0x5571735e85b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8740 0.000113
+gallium_dri.so free 0x5571735e87c0 void 0.000116
+gallium_dri.so free 0x5571735e8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87c0 0.000114
+gallium_dri.so free 0x5571735e8880 void 0.000115
+gallium_dri.so free 0x5571735e87c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e87c0 0.000115
+gallium_dri.so free 0x5571735e8900 void 0.000115
+gallium_dri.so free 0x5571735e87c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8930 0.000115
+gallium_dri.so free 0x5571735e8980 void 0.000116
+gallium_dri.so free 0x5571735e8930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8930 0.000116
+gallium_dri.so free 0x5571735e8a80 void 0.000115
+gallium_dri.so free 0x5571735e8930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8ac0 0.000114
+gallium_dri.so free 0x5571735e8b40 void 0.000115
+gallium_dri.so free 0x5571735e8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b40 0.000114
+gallium_dri.so free 0x5571735e8c00 void 0.000115
+gallium_dri.so free 0x5571735e8b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8b40 0.000113
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so free 0x5571735e8b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000113
+gallium_dri.so free 0x5571735e8d00 void 0.000114
+gallium_dri.so free 0x5571735e8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000115
+gallium_dri.so free 0x5571735e8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8db0 0.000114
+gallium_dri.so free 0x5571735e8ec0 void 0.000115
+gallium_dri.so free 0x5571735e8db0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e8e70 0.000117
+gallium_dri.so free 0x5571735e8f40 void 0.000116
+gallium_dri.so free 0x5571735e8e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8e70 0.000114
+gallium_dri.so free 0x5571735e9000 void 0.000115
+gallium_dri.so free 0x5571735e8e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8e70 0.000114
+gallium_dri.so free 0x5571735e90c0 void 0.000115
+gallium_dri.so free 0x5571735e8e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9070 0.000118
+gallium_dri.so free 0x5571735e9140 void 0.000115
+gallium_dri.so free 0x5571735e9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9190 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000115
+gallium_dri.so free 0x5571735e9190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9220 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000115
+gallium_dri.so free 0x5571735e9220 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9270 0.000114
+gallium_dri.so free 0x5571735e9340 void 0.000115
+gallium_dri.so free 0x5571735e9270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9340 0.000114
+gallium_dri.so free 0x5571735e9400 void 0.000115
+gallium_dri.so free 0x5571735e9340 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9340 0.000114
+gallium_dri.so free 0x5571735e9480 void 0.000115
+gallium_dri.so free 0x5571735e9340 void 0.000123
+gallium_dri.so malloc 72 0x5571735e9480 0.000116
+gallium_dri.so free 0x5571735e9540 void 0.000113
+gallium_dri.so free 0x5571735e9480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9480 0.000113
+gallium_dri.so free 0x5571735e9600 void 0.000118
+gallium_dri.so free 0x5571735e9480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9480 0.000113
+gallium_dri.so free 0x5571735e96c0 void 0.000116
+gallium_dri.so free 0x5571735e9480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9670 0.000114
+gallium_dri.so free 0x5571735b0b00 void 0.000115
+gallium_dri.so free 0x5571735e9670 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0b50 0.000115
+gallium_dri.so free 0x5571735b0bc0 void 0.000116
+gallium_dri.so free 0x5571735b0b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c00 0.000114
+gallium_dri.so free 0x5571735b0c80 void 0.000115
+gallium_dri.so free 0x5571735b0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c00 0.000116
+gallium_dri.so free 0x5571735b0d00 void 0.000115
+gallium_dri.so free 0x5571735b0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d30 0.000114
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so free 0x5571735b0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d30 0.000113
+gallium_dri.so free 0x5571735b0e80 void 0.000117
+gallium_dri.so free 0x5571735b0d30 void 0.000143
+gallium_dri.so malloc 72 0x5571735b0e30 0.000117
+gallium_dri.so free 0x5571735b0f40 void 0.000116
+gallium_dri.so free 0x5571735b0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000114
+gallium_dri.so free 0x5571735b0f80 void 0.000115
+gallium_dri.so free 0x5571735b0ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000114
+gallium_dri.so free 0x5571735b1040 void 0.000115
+gallium_dri.so free 0x5571735b0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b10b0 0.000114
+gallium_dri.so free 0x5571735b1100 void 0.000114
+gallium_dri.so free 0x5571735b10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b10b0 0.000113
+gallium_dri.so free 0x5571735b1200 void 0.000116
+gallium_dri.so free 0x5571735b10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b11b0 0.000113
+gallium_dri.so free 0x5571735b12c0 void 0.000114
+gallium_dri.so free 0x5571735b11b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1270 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so free 0x5571735b1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1270 0.000113
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1400 0.000114
+gallium_dri.so free 0x5571735b1480 void 0.000116
+gallium_dri.so free 0x5571735b1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1480 0.000132
+gallium_dri.so free 0x5571735b1540 void 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1480 0.000113
+gallium_dri.so free 0x5571735b1600 void 0.000114
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1620 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000117
+gallium_dri.so free 0x5571735b1620 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1670 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000116
+gallium_dri.so free 0x5571735b1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1670 0.000113
+gallium_dri.so free 0x5571735b17c0 void 0.000115
+gallium_dri.so free 0x5571735b1670 void 0.000124
+gallium_dri.so malloc 72 0x5571735b17c0 0.000123
+gallium_dri.so free 0x5571735b1880 void 0.000120
+gallium_dri.so free 0x5571735b17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b17c0 0.000119
+gallium_dri.so free 0x5571735b1940 void 0.000119
+gallium_dri.so free 0x5571735b17c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b17c0 0.000121
+gallium_dri.so free 0x5571735b1a00 void 0.000120
+gallium_dri.so free 0x5571735b17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b19b0 0.000121
+gallium_dri.so free 0x5571735b1ac0 void 0.000120
+gallium_dri.so free 0x5571735b19b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1a70 0.000122
+gallium_dri.so free 0x5571735b1b40 void 0.000118
+gallium_dri.so free 0x5571735b1a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1b90 0.000120
+gallium_dri.so free 0x5571735b1c00 void 0.000118
+gallium_dri.so free 0x5571735b1b90 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1c20 0.000119
+gallium_dri.so free 0x5571735b1cc0 void 0.000120
+gallium_dri.so free 0x5571735b1c20 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1c70 0.000117
+gallium_dri.so free 0x5571735b1d40 void 0.000121
+gallium_dri.so free 0x5571735b1c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1c70 0.000120
+gallium_dri.so free 0x5571735b1dc0 void 0.000120
+gallium_dri.so free 0x5571735b1c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000120
+gallium_dri.so free 0x5571735b1e80 void 0.000120
+gallium_dri.so free 0x5571735b1dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000120
+gallium_dri.so free 0x5571735b1f80 void 0.000120
+gallium_dri.so free 0x5571735b1dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1f30 0.000122
+gallium_dri.so free 0x5571735b1fc0 void 0.000119
+gallium_dri.so free 0x5571735b1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1f30 0.000118
+gallium_dri.so free 0x5571735b2080 void 0.000119
+gallium_dri.so free 0x5571735b1f30 void 0.000166
+gallium_dri.so malloc 72 0x5571735b20c0 0.000120
+gallium_dri.so free 0x5571735d78c0 void 0.000120
+gallium_dri.so free 0x5571735b20c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7910 0.000120
+gallium_dri.so free 0x5571735d7980 void 0.000119
+gallium_dri.so free 0x5571735d7910 void 0.000119
+gallium_dri.so malloc 72 0x5571735d79a0 0.000119
+gallium_dri.so free 0x5571735d7a40 void 0.000118
+gallium_dri.so free 0x5571735d79a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d79f0 0.000120
+gallium_dri.so free 0x5571735d7ac0 void 0.000120
+gallium_dri.so free 0x5571735d79f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d79f0 0.000119
+gallium_dri.so free 0x5571735d7bc0 void 0.000119
+gallium_dri.so free 0x5571735d79f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d7b70 0.000120
+gallium_dri.so free 0x5571735d7c40 void 0.000118
+gallium_dri.so free 0x5571735d7b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7c90 0.000118
+gallium_dri.so free 0x5571735d7d00 void 0.000120
+gallium_dri.so free 0x5571735d7c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7d20 0.000120
+gallium_dri.so free 0x5571735d7dc0 void 0.000121
+gallium_dri.so free 0x5571735d7d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7d70 0.000118
+gallium_dri.so free 0x5571735d7e40 void 0.000123
+gallium_dri.so free 0x5571735d7d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7d70 0.000119
+gallium_dri.so free 0x5571735d7ec0 void 0.000120
+gallium_dri.so free 0x5571735d7d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000120
+gallium_dri.so free 0x5571735d7f80 void 0.000120
+gallium_dri.so free 0x5571735d7ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000120
+gallium_dri.so free 0x5571735d8080 void 0.000120
+gallium_dri.so free 0x5571735d7ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000117
+gallium_dri.so free 0x5571735d8100 void 0.000119
+gallium_dri.so free 0x5571735d7ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8130 0.000120
+gallium_dri.so free 0x5571735d8180 void 0.000119
+gallium_dri.so free 0x5571735d8130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8130 0.000121
+gallium_dri.so free 0x5571735d8280 void 0.000120
+gallium_dri.so free 0x5571735d8130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8230 0.000119
+gallium_dri.so free 0x5571735d8340 void 0.000119
+gallium_dri.so free 0x5571735d8230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d82f0 0.000119
+gallium_dri.so free 0x5571735d8380 void 0.000119
+gallium_dri.so free 0x5571735d82f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d82f0 0.000123
+gallium_dri.so free 0x5571735d8440 void 0.000121
+gallium_dri.so free 0x5571735d82f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8490 0.000120
+gallium_dri.so free 0x5571735d8500 void 0.000123
+gallium_dri.so free 0x5571735d8490 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8540 0.000120
+gallium_dri.so free 0x5571735d85c0 void 0.000120
+gallium_dri.so free 0x5571735d8540 void 0.000119
+gallium_dri.so malloc 72 0x5571735d85c0 0.000119
+gallium_dri.so free 0x5571735d8680 void 0.000117
+gallium_dri.so free 0x5571735d85c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d85c0 0.000121
+gallium_dri.so free 0x5571735d8700 void 0.000119
+gallium_dri.so free 0x5571735d85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8730 0.000120
+gallium_dri.so free 0x5571735d8780 void 0.000120
+gallium_dri.so free 0x5571735d8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8730 0.000118
+gallium_dri.so free 0x5571735d8880 void 0.000118
+gallium_dri.so free 0x5571735d8730 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8830 0.000121
+gallium_dri.so free 0x5571735d8940 void 0.000120
+gallium_dri.so free 0x5571735d8830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d88f0 0.000118
+gallium_dri.so free 0x5571735d89c0 void 0.000119
+gallium_dri.so free 0x5571735d88f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d89e0 0.000115
+gallium_dri.so free 0x5571735d8a80 void 0.000117
+gallium_dri.so free 0x5571735d89e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8a30 0.000117
+gallium_dri.so free 0x5571735d8b00 void 0.000116
+gallium_dri.so free 0x5571735d8a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8a30 0.000116
+gallium_dri.so free 0x5571735d8b80 void 0.000117
+gallium_dri.so free 0x5571735d8a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8b80 0.000123
+gallium_dri.so free 0x5571735d8c40 void 0.000122
+gallium_dri.so free 0x5571735d8b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8b80 0.000122
+gallium_dri.so free 0x5571735d8d00 void 0.000120
+gallium_dri.so free 0x5571735d8b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8b80 0.000119
+gallium_dri.so free 0x5571735d8dc0 void 0.000122
+gallium_dri.so free 0x5571735d8b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8d70 0.000119
+gallium_dri.so free 0x5571735d8dc0 void 0.000120
+gallium_dri.so free 0x5571735d8d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8d70 0.000119
+gallium_dri.so free 0x5571735d8ec0 void 0.000119
+gallium_dri.so free 0x5571735d8d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8e70 0.000119
+gallium_dri.so free 0x5571735d8f80 void 0.000132
+gallium_dri.so free 0x5571735d8e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8f30 0.000119
+gallium_dri.so free 0x5571735d8fc0 void 0.000118
+gallium_dri.so free 0x5571735d8f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8f30 0.000120
+gallium_dri.so free 0x5571735b3440 void 0.000121
+gallium_dri.so free 0x5571735d8f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b33f0 0.000119
+gallium_dri.so free 0x5571735b34c0 void 0.000117
+gallium_dri.so free 0x5571735b33f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3510 0.000120
+gallium_dri.so free 0x5571735b3580 void 0.000120
+gallium_dri.so free 0x5571735b3510 void 0.000119
+gallium_dri.so malloc 72 0x5571735b35e0 0.000122
+gallium_dri.so free 0x5571735b3680 void 0.000120
+gallium_dri.so free 0x5571735b35e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3630 0.000120
+gallium_dri.so free 0x5571735b36c0 void 0.000117
+gallium_dri.so free 0x5571735b3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3630 0.000121
+gallium_dri.so free 0x5571735b3780 void 0.000118
+gallium_dri.so free 0x5571735b3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b37c0 0.000119
+gallium_dri.so free 0x5571735b3840 void 0.000119
+gallium_dri.so free 0x5571735b37c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3840 0.000189
+gallium_dri.so free 0x5571735b3900 void 0.000121
+gallium_dri.so free 0x5571735b3840 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3840 0.000117
+gallium_dri.so free 0x5571735b3980 void 0.000120
+gallium_dri.so free 0x5571735b3840 void 0.000119
+gallium_dri.so malloc 72 0x5571735b39b0 0.000119
+gallium_dri.so free 0x5571735b3a00 void 0.000117
+gallium_dri.so free 0x5571735b39b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3a00 0.000120
+gallium_dri.so free 0x5571735b3ac0 void 0.000120
+gallium_dri.so free 0x5571735b3a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3a00 0.000119
+gallium_dri.so free 0x5571735b3bc0 void 0.000119
+gallium_dri.so free 0x5571735b3a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3b70 0.000119
+gallium_dri.so free 0x5571735b3c80 void 0.000121
+gallium_dri.so free 0x5571735b3b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3c30 0.000120
+gallium_dri.so free 0x5571735b3cc0 void 0.000119
+gallium_dri.so free 0x5571735b3c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3c30 0.000119
+gallium_dri.so free 0x5571735b3d80 void 0.000125
+gallium_dri.so free 0x5571735b3c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000120
+gallium_dri.so free 0x5571735b3e40 void 0.000120
+gallium_dri.so free 0x5571735b3dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3e40 0.000120
+gallium_dri.so free 0x5571735b3f00 void 0.000120
+gallium_dri.so free 0x5571735b3e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3e40 0.000119
+gallium_dri.so free 0x5571735b3f80 void 0.000121
+gallium_dri.so free 0x5571735b3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3e40 0.000120
+gallium_dri.so free 0x5571735b4040 void 0.000119
+gallium_dri.so free 0x5571735b3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3e40 0.000120
+gallium_dri.so free 0x5571735b4100 void 0.000120
+gallium_dri.so free 0x5571735b3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b40b0 0.000118
+gallium_dri.so free 0x5571735b4180 void 0.000119
+gallium_dri.so free 0x5571735b40b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b41d0 0.000119
+gallium_dri.so free 0x5571735b4240 void 0.000120
+gallium_dri.so free 0x5571735b41d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4260 0.000119
+gallium_dri.so free 0x5571735b4300 void 0.000120
+gallium_dri.so free 0x5571735b4260 void 0.000117
+gallium_dri.so malloc 72 0x5571735b42b0 0.000119
+gallium_dri.so free 0x5571735b4380 void 0.000120
+gallium_dri.so free 0x5571735b42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b42b0 0.000117
+gallium_dri.so free 0x5571735b4480 void 0.000130
+gallium_dri.so free 0x5571735b42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4430 0.000120
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x5571735b4430 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4550 0.000117
+gallium_dri.so free 0x5571735b45c0 void 0.000117
+gallium_dri.so free 0x5571735b4550 void 0.000118
+gallium_dri.so malloc 72 0x5571735b45e0 0.000120
+gallium_dri.so free 0x5571735b4680 void 0.000120
+gallium_dri.so free 0x5571735b45e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4630 0.000117
+gallium_dri.so free 0x5571735b4700 void 0.000118
+gallium_dri.so free 0x5571735b4630 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4630 0.000117
+gallium_dri.so free 0x5571735b4780 void 0.000119
+gallium_dri.so free 0x5571735b4630 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4780 0.000119
+gallium_dri.so free 0x5571735b4840 void 0.000120
+gallium_dri.so free 0x5571735b4780 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4780 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000121
+gallium_dri.so free 0x5571735b4780 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4780 0.000119
+gallium_dri.so free 0x5571735b49c0 void 0.000119
+gallium_dri.so free 0x5571735b4780 void 0.000119
+gallium_dri.so malloc 72 0x5571735b49f0 0.000185
+gallium_dri.so free 0x5571735b4a40 void 0.000119
+gallium_dri.so free 0x5571735b49f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b49f0 0.000119
+gallium_dri.so free 0x5571735b4b40 void 0.000118
+gallium_dri.so free 0x5571735b49f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4af0 0.000120
+gallium_dri.so free 0x5571735b4c00 void 0.000119
+gallium_dri.so free 0x5571735b4af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4bb0 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735b4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4bb0 0.000121
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x5571735b4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da930 0.000119
+gallium_dri.so free 0x5571735daa40 void 0.000120
+gallium_dri.so free 0x5571735da930 void 0.000119
+gallium_dri.so malloc 72 0x5571735da9f0 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735da9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab10 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735dab10 void 0.000116
+gallium_dri.so malloc 72 0x5571735daba0 0.000140
+gallium_dri.so free 0x5571735dac40 void 0.000121
+gallium_dri.so free 0x5571735daba0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dabf0 0.000117
+gallium_dri.so free 0x5571735dacc0 void 0.000121
+gallium_dri.so free 0x5571735dabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dabf0 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so free 0x5571735dabf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dad40 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dad40 0.000119
+gallium_dri.so free 0x5571735daf00 void 0.000120
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so malloc 72 0x5571735daeb0 0.000119
+gallium_dri.so free 0x5571735daf40 void 0.000119
+gallium_dri.so free 0x5571735daeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daeb0 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000117
+gallium_dri.so free 0x5571735daeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db040 0.000120
+gallium_dri.so free 0x5571735db0c0 void 0.000120
+gallium_dri.so free 0x5571735db040 void 0.000116
+gallium_dri.so malloc 72 0x5571735db0c0 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000120
+gallium_dri.so free 0x5571735db0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db0c0 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000130
+gallium_dri.so free 0x5571735db0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db230 0.000120
+gallium_dri.so free 0x5571735db280 void 0.000121
+gallium_dri.so free 0x5571735db230 void 0.000119
+gallium_dri.so malloc 72 0x5571735db230 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000120
+gallium_dri.so free 0x5571735db230 void 0.000118
+gallium_dri.so malloc 72 0x5571735db3c0 0.000120
+gallium_dri.so free 0x5571735db440 void 0.000118
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db440 0.000119
+gallium_dri.so free 0x5571735db500 void 0.000117
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so malloc 72 0x5571735db440 0.000117
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so malloc 72 0x5571735db5b0 0.000119
+gallium_dri.so free 0x5571735db600 void 0.000118
+gallium_dri.so free 0x5571735db5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db5b0 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so free 0x5571735db5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6b0 0.000117
+gallium_dri.so free 0x5571735db7c0 void 0.000119
+gallium_dri.so free 0x5571735db6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db770 0.000163
+gallium_dri.so free 0x5571735db840 void 0.000123
+gallium_dri.so free 0x5571735db770 void 0.000116
+gallium_dri.so malloc 72 0x5571735db770 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000116
+gallium_dri.so malloc 72 0x5571735db770 0.000119
+gallium_dri.so free 0x5571735db9c0 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000116
+gallium_dri.so malloc 72 0x5571735db970 0.000120
+gallium_dri.so free 0x5571735dba40 void 0.000120
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba90 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735dba90 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb20 0.000119
+gallium_dri.so free 0x5571735dbbc0 void 0.000120
+gallium_dri.so free 0x5571735dbb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735dbc40 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc40 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc40 0.000121
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so free 0x5571735dbc40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbd80 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd80 0.000120
+gallium_dri.so free 0x5571735dbf00 void 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd80 0.000117
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf70 0.000117
+gallium_dri.so free 0x5571735dc040 void 0.000121
+gallium_dri.so free 0x5571735dbf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc090 0.000118
+gallium_dri.so free 0x5571735dc100 void 0.000117
+gallium_dri.so free 0x5571735dc090 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc140 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x5571735dc140 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc140 0.000117
+gallium_dri.so free 0x5571735dc240 void 0.000120
+gallium_dri.so free 0x5571735dc140 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc270 0.000119
+gallium_dri.so free 0x5571735dc2c0 void 0.000117
+gallium_dri.so free 0x5571735dc270 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc270 0.000120
+gallium_dri.so free 0x5571735dc3c0 void 0.000120
+gallium_dri.so free 0x5571735dc270 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc370 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so free 0x5571735dc370 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc430 0.000119
+gallium_dri.so free 0x5571735dc4c0 void 0.000121
+gallium_dri.so free 0x5571735dc430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc430 0.000119
+gallium_dri.so free 0x5571735dc580 void 0.000121
+gallium_dri.so free 0x5571735dc430 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000119
+gallium_dri.so free 0x5571735dc640 void 0.000120
+gallium_dri.so free 0x5571735dc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000117
+gallium_dri.so free 0x5571735dc5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000120
+gallium_dri.so free 0x5571735dc800 void 0.000118
+gallium_dri.so free 0x5571735dc6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735dc840 void 0.000119
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc940 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000110
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000121
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000122
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb60 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000121
+gallium_dri.so free 0x5571735dcb60 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000120
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000119
+gallium_dri.so free 0x5571735dcd00 void 0.000120
+gallium_dri.so free 0x5571735dcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd00 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dcd00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcef0 0.000124
+gallium_dri.so free 0x5571735dd000 void 0.000120
+gallium_dri.so free 0x5571735dcef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000118
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000121
+gallium_dri.so free 0x5571735dd0d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd160 0.000120
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd160 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000118
+gallium_dri.so free 0x5571735dd300 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000121
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000120
+gallium_dri.so free 0x5571735dd4c0 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd470 0.000120
+gallium_dri.so free 0x5571735dd500 void 0.000120
+gallium_dri.so free 0x5571735dd470 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd470 0.000114
+gallium_dri.so free 0x5571735dd5c0 void 0.000116
+gallium_dri.so free 0x5571735dd470 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd600 0.000114
+gallium_dri.so free 0x5571735dd680 void 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd680 0.000116
+gallium_dri.so free 0x5571735dd740 void 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd680 0.000117
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so free 0x5571735dd680 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000117
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000121
+gallium_dri.so free 0x5571735dd940 void 0.000120
+gallium_dri.so free 0x5571735dd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd980 0.000120
+gallium_dri.so free 0x5571735dda00 void 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda00 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000127
+gallium_dri.so free 0x5571735dda00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb70 0.000116
+gallium_dri.so free 0x5571735ddbc0 void 0.000117
+gallium_dri.so free 0x5571735ddb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddb70 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddb70 void 0.000141
+gallium_dri.so malloc 72 0x5571735ddc70 0.000117
+gallium_dri.so free 0x5571735ddd80 void 0.000123
+gallium_dri.so free 0x5571735ddc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddd30 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735ddd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd30 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000121
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf30 0.000121
+gallium_dri.so free 0x5571735de000 void 0.000120
+gallium_dri.so free 0x5571735ddf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735de050 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735de050 void 0.000120
+gallium_dri.so malloc 72 0x5571735de0e0 0.000184
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so free 0x5571735de0e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000119
+gallium_dri.so free 0x5571735de200 void 0.000122
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de200 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000121
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so malloc 72 0x5571735de200 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000121
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so malloc 72 0x5571735de340 0.000121
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so malloc 72 0x5571735de340 0.000120
+gallium_dri.so free 0x5571735de4c0 void 0.000121
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so malloc 72 0x5571735de340 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so malloc 72 0x5571735de530 0.000121
+gallium_dri.so free 0x5571735de600 void 0.000121
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de650 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000126
+gallium_dri.so free 0x5571735de650 void 0.000171
+gallium_dri.so malloc 72 0x5571735de700 0.000121
+gallium_dri.so free 0x5571735de780 void 0.000121
+gallium_dri.so free 0x5571735de700 void 0.000117
+gallium_dri.so malloc 72 0x5571735de700 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de700 void 0.000117
+gallium_dri.so malloc 72 0x5571735de830 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000121
+gallium_dri.so free 0x5571735de830 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000121
+gallium_dri.so free 0x5571735de980 void 0.000121
+gallium_dri.so free 0x5571735de830 void 0.000121
+gallium_dri.so malloc 72 0x5571735de930 0.000123
+gallium_dri.so free 0x5571735dea40 void 0.000122
+gallium_dri.so free 0x5571735de930 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000120
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de9f0 0.000122
+gallium_dri.so free 0x5571735deb40 void 0.000121
+gallium_dri.so free 0x5571735de9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735debb0 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000120
+gallium_dri.so free 0x5571735debb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735debb0 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000132
+gallium_dri.so free 0x5571735debb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735decb0 0.000120
+gallium_dri.so free 0x5571735dedc0 void 0.000121
+gallium_dri.so free 0x5571735decb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735dee00 void 0.000120
+gallium_dri.so free 0x5571735ded70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000120
+gallium_dri.so malloc 72 0x5571735def00 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000121
+gallium_dri.so free 0x5571735def00 void 0.000117
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df040 void 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so malloc 72 0x5571735def80 0.000120
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so malloc 72 0x5571735df120 0.000121
+gallium_dri.so free 0x5571735df1c0 void 0.000121
+gallium_dri.so free 0x5571735df120 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000120
+gallium_dri.so free 0x5571735df240 void 0.000120
+gallium_dri.so free 0x5571735df170 void 0.000121
+gallium_dri.so malloc 72 0x5571735df170 0.000130
+gallium_dri.so free 0x5571735df2c0 void 0.000123
+gallium_dri.so free 0x5571735df170 void 0.000120
+gallium_dri.so malloc 72 0x5571735df2c0 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df2c0 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2c0 0.000120
+gallium_dri.so free 0x5571735df500 void 0.000121
+gallium_dri.so free 0x5571735df2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4b0 0.000120
+gallium_dri.so free 0x5571735df5c0 void 0.000121
+gallium_dri.so free 0x5571735df4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df570 0.000124
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df570 void 0.000120
+gallium_dri.so malloc 72 0x5571735df690 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df690 void 0.000120
+gallium_dri.so malloc 72 0x5571735df720 0.000120
+gallium_dri.so free 0x5571735df7c0 void 0.000122
+gallium_dri.so free 0x5571735df720 void 0.000120
+gallium_dri.so malloc 72 0x5571735df770 0.000120
+gallium_dri.so free 0x5571735df840 void 0.000137
+gallium_dri.so free 0x5571735df770 void 0.000188
+gallium_dri.so malloc 72 0x5571735df770 0.000118
+gallium_dri.so free 0x5571735df8c0 void 0.000122
+gallium_dri.so free 0x5571735df770 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735df980 void 0.000122
+gallium_dri.so free 0x5571735df8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8c0 0.000118
+gallium_dri.so free 0x5571735dfa80 void 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa30 0.000120
+gallium_dri.so free 0x5571735dfac0 void 0.000120
+gallium_dri.so free 0x5571735dfa30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfa30 0.000120
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so free 0x5571735dfa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000121
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc40 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc40 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000176
+gallium_dri.so free 0x5571735dfe00 void 0.000122
+gallium_dri.so free 0x5571735dfdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000121
+gallium_dri.so free 0x5571735dff00 void 0.000122
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff40 0.000120
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dffc0 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dffc0 0.000120
+gallium_dri.so free 0x5571735e0100 void 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0130 0.000120
+gallium_dri.so free 0x5571735e0180 void 0.000120
+gallium_dri.so free 0x5571735e0130 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0130 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000122
+gallium_dri.so free 0x5571735e0130 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0230 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000121
+gallium_dri.so free 0x5571735e0230 void 0.000116
+gallium_dri.so malloc 72 0x5571735e02f0 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000121
+gallium_dri.so free 0x5571735e02f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e02f0 0.000116
+gallium_dri.so free 0x5571735e0480 void 0.000117
+gallium_dri.so free 0x5571735e02f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000116
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e04f0 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000117
+gallium_dri.so free 0x5571735e04f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0610 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e0610 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06a0 0.000117
+gallium_dri.so free 0x5571735e0740 void 0.000117
+gallium_dri.so free 0x5571735e06a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000117
+gallium_dri.so free 0x5571735e06f0 void 0.000190
+gallium_dri.so malloc 72 0x5571735e07c0 0.000152
+gallium_dri.so free 0x5571735e0880 void 0.000130
+gallium_dri.so free 0x5571735e07c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e07c0 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so free 0x5571735e07c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0900 0.000123
+gallium_dri.so free 0x5571735e09c0 void 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0900 0.000122
+gallium_dri.so free 0x5571735e0a80 void 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0900 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0af0 0.000121
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so free 0x5571735e0af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c10 0.000121
+gallium_dri.so free 0x5571735e0c80 void 0.000122
+gallium_dri.so free 0x5571735e0c10 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000122
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so free 0x5571735e0cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000122
+gallium_dri.so free 0x5571735e0cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0df0 0.000121
+gallium_dri.so free 0x5571735e0e40 void 0.000123
+gallium_dri.so free 0x5571735e0df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0df0 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000121
+gallium_dri.so free 0x5571735e0df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000122
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so free 0x5571735e0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000122
+gallium_dri.so free 0x5571735e1040 void 0.000123
+gallium_dri.so free 0x5571735e0fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000122
+gallium_dri.so free 0x5571735e1100 void 0.000123
+gallium_dri.so free 0x5571735e0fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1170 0.000123
+gallium_dri.so free 0x5571735e11c0 void 0.000124
+gallium_dri.so free 0x5571735e1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1170 0.000122
+gallium_dri.so free 0x5571735e12c0 void 0.000124
+gallium_dri.so free 0x5571735e1170 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1270 0.000121
+gallium_dri.so free 0x5571735e1380 void 0.000122
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1330 0.000121
+gallium_dri.so free 0x5571735e13c0 void 0.000120
+gallium_dri.so free 0x5571735e1330 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1330 0.000121
+gallium_dri.so free 0x5571735e1480 void 0.000123
+gallium_dri.so free 0x5571735e1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e14c0 0.000144
+gallium_dri.so free 0x5571735e1540 void 0.000166
+gallium_dri.so free 0x5571735e14c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e1540 0.000164
+gallium_dri.so free 0x5571735e1600 void 0.000167
+gallium_dri.so free 0x5571735e1540 void 0.000164
+gallium_dri.so malloc 72 0x5571735e1540 0.000164
+gallium_dri.so free 0x5571735e16c0 void 0.000174
+gallium_dri.so free 0x5571735e1540 void 0.000128
+gallium_dri.so malloc 72 0x5571735e16e0 0.000122
+gallium_dri.so free 0x5571735e1780 void 0.000122
+gallium_dri.so free 0x5571735e16e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1730 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000123
+gallium_dri.so free 0x5571735e1730 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1730 0.000108
+gallium_dri.so free 0x5571735e1880 void 0.000192
+gallium_dri.so free 0x5571735e1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1880 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1880 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735e1880 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1880 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000117
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a70 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000117
+gallium_dri.so free 0x5571735e1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b30 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c50 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d30 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d30 0.000117
+gallium_dri.so free 0x5571735e1e80 void 0.000119
+gallium_dri.so free 0x5571735e1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e80 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000119
+gallium_dri.so free 0x5571735e1e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e80 0.000118
+gallium_dri.so free 0x5571735e2040 void 0.000127
+gallium_dri.so free 0x5571735e1e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so free 0x5571735e1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e1ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2180 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2200 0.000118
+gallium_dri.so free 0x5571735e22c0 void 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2200 0.000118
+gallium_dri.so free 0x5571735e2340 void 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2370 0.000119
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2370 0.000138
+gallium_dri.so free 0x5571735e24c0 void 0.000118
+gallium_dri.so free 0x5571735e2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2500 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000121
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2580 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2580 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2740 void 0.000119
+gallium_dri.so free 0x5571735e26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27f0 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e27f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so free 0x5571735e28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000119
+gallium_dri.so free 0x5571735e28b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000117
+gallium_dri.so free 0x5571735e2b80 void 0.000118
+gallium_dri.so free 0x5571735e2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000167
+gallium_dri.so free 0x5571735e2c40 void 0.000121
+gallium_dri.so free 0x5571735e2bd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c60 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so free 0x5571735e2c60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d80 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000118
+gallium_dri.so free 0x5571735e2d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d80 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000118
+gallium_dri.so free 0x5571735e2d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735e2ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000118
+gallium_dri.so free 0x5571735e3040 void 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000120
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30b0 0.000117
+gallium_dri.so free 0x5571735e3180 void 0.000118
+gallium_dri.so free 0x5571735e30b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e31d0 0.000119
+gallium_dri.so free 0x5571735e3240 void 0.000120
+gallium_dri.so free 0x5571735e31d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3280 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3280 0.000117
+gallium_dri.so free 0x5571735e3380 void 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e33b0 0.000119
+gallium_dri.so free 0x5571735e3400 void 0.000118
+gallium_dri.so free 0x5571735e33b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e33b0 0.000119
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so free 0x5571735e33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e34b0 0.000123
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so free 0x5571735e34b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3570 0.000118
+gallium_dri.so free 0x5571735e3600 void 0.000118
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3570 0.000118
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3730 0.000117
+gallium_dri.so free 0x5571735e3780 void 0.000119
+gallium_dri.so free 0x5571735e3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3730 0.000119
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735e3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3830 0.000118
+gallium_dri.so free 0x5571735e3940 void 0.000118
+gallium_dri.so free 0x5571735e3830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e38f0 0.000119
+gallium_dri.so free 0x5571735e3980 void 0.000120
+gallium_dri.so free 0x5571735e38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e38f0 0.000119
+gallium_dri.so free 0x5571735e3a40 void 0.000118
+gallium_dri.so free 0x5571735e38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3a80 0.000119
+gallium_dri.so free 0x5571735e3b00 void 0.000118
+gallium_dri.so free 0x5571735e3a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3b00 0.000117
+gallium_dri.so free 0x5571735e3bc0 void 0.000118
+gallium_dri.so free 0x5571735e3b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b00 0.000119
+gallium_dri.so free 0x5571735e3c80 void 0.000119
+gallium_dri.so free 0x5571735e3b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3ca0 0.000118
+gallium_dri.so free 0x5571735e3d40 void 0.000118
+gallium_dri.so free 0x5571735e3ca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000117
+gallium_dri.so free 0x5571735e3dc0 void 0.000128
+gallium_dri.so free 0x5571735e3cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000118
+gallium_dri.so free 0x5571735e3e40 void 0.000119
+gallium_dri.so free 0x5571735e3cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3e40 0.000120
+gallium_dri.so free 0x5571735e3f00 void 0.000118
+gallium_dri.so free 0x5571735e3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3e40 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000119
+gallium_dri.so free 0x5571735e3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3e40 0.000119
+gallium_dri.so free 0x5571735e4080 void 0.000118
+gallium_dri.so free 0x5571735e3e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4030 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so free 0x5571735e4030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e40f0 0.000117
+gallium_dri.so free 0x5571735e41c0 void 0.000119
+gallium_dri.so free 0x5571735e40f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4210 0.000118
+gallium_dri.so free 0x5571735e4280 void 0.000118
+gallium_dri.so free 0x5571735e4210 void 0.000118
+gallium_dri.so malloc 72 0x5571735e42a0 0.000118
+gallium_dri.so free 0x5571735e4340 void 0.000120
+gallium_dri.so free 0x5571735e42a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e42f0 0.000118
+gallium_dri.so free 0x5571735e43c0 void 0.000120
+gallium_dri.so free 0x5571735e42f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e42f0 0.000117
+gallium_dri.so free 0x5571735e4440 void 0.000118
+gallium_dri.so free 0x5571735e42f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4440 0.000122
+gallium_dri.so free 0x5571735e4500 void 0.000119
+gallium_dri.so free 0x5571735e4440 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4440 0.000119
+gallium_dri.so free 0x5571735e4600 void 0.000118
+gallium_dri.so free 0x5571735e4440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45b0 0.000118
+gallium_dri.so free 0x5571735e4640 void 0.000120
+gallium_dri.so free 0x5571735e45b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45b0 0.000118
+gallium_dri.so free 0x5571735e4700 void 0.000118
+gallium_dri.so free 0x5571735e45b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4740 0.000118
+gallium_dri.so free 0x5571735e47c0 void 0.000119
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e47c0 0.000117
+gallium_dri.so free 0x5571735e4880 void 0.000119
+gallium_dri.so free 0x5571735e47c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e47c0 0.000119
+gallium_dri.so free 0x5571735e4900 void 0.000118
+gallium_dri.so free 0x5571735e47c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4930 0.000167
+gallium_dri.so free 0x5571735e4980 void 0.000118
+gallium_dri.so free 0x5571735e4930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4930 0.000118
+gallium_dri.so free 0x5571735e4a80 void 0.000117
+gallium_dri.so free 0x5571735e4930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000117
+gallium_dri.so free 0x5571735e4b40 void 0.000119
+gallium_dri.so free 0x5571735e4ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4b40 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so free 0x5571735e4b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4b40 0.000117
+gallium_dri.so free 0x5571735e4c80 void 0.000119
+gallium_dri.so free 0x5571735e4b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000118
+gallium_dri.so free 0x5571735e4d00 void 0.000120
+gallium_dri.so free 0x5571735e4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000118
+gallium_dri.so free 0x5571735e4e00 void 0.000118
+gallium_dri.so free 0x5571735e4cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4db0 0.000119
+gallium_dri.so free 0x5571735e4ec0 void 0.000119
+gallium_dri.so free 0x5571735e4db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e70 0.000117
+gallium_dri.so free 0x5571735e4f40 void 0.000119
+gallium_dri.so free 0x5571735e4e70 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4e70 0.000118
+gallium_dri.so free 0x5571735e5000 void 0.000118
+gallium_dri.so free 0x5571735e4e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e70 0.000119
+gallium_dri.so free 0x5571735e50c0 void 0.000119
+gallium_dri.so free 0x5571735e4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5070 0.000117
+gallium_dri.so free 0x5571735e5140 void 0.000118
+gallium_dri.so free 0x5571735e5070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5190 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so free 0x5571735e5190 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5220 0.000118
+gallium_dri.so free 0x5571735e52c0 void 0.000119
+gallium_dri.so free 0x5571735e5220 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5270 0.000119
+gallium_dri.so free 0x5571735e5340 void 0.000117
+gallium_dri.so free 0x5571735e5270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5340 0.000118
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so free 0x5571735e5340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5340 0.000118
+gallium_dri.so free 0x5571735e5480 void 0.000120
+gallium_dri.so free 0x5571735e5340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5480 0.000119
+gallium_dri.so free 0x5571735e5540 void 0.000117
+gallium_dri.so free 0x5571735e5480 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5480 0.000118
+gallium_dri.so free 0x5571735e5600 void 0.000120
+gallium_dri.so free 0x5571735e5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5480 0.000118
+gallium_dri.so free 0x5571735e56c0 void 0.000119
+gallium_dri.so free 0x5571735e5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5670 0.000120
+gallium_dri.so free 0x5571735e5740 void 0.000119
+gallium_dri.so free 0x5571735e5670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5790 0.000119
+gallium_dri.so free 0x5571735e5800 void 0.000118
+gallium_dri.so free 0x5571735e5790 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5840 0.000116
+gallium_dri.so free 0x5571735e58c0 void 0.000117
+gallium_dri.so free 0x5571735e5840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5840 0.000118
+gallium_dri.so free 0x5571735e5940 void 0.000119
+gallium_dri.so free 0x5571735e5840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5970 0.000118
+gallium_dri.so free 0x5571735e59c0 void 0.000118
+gallium_dri.so free 0x5571735e5970 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5970 0.000118
+gallium_dri.so free 0x5571735e5ac0 void 0.000119
+gallium_dri.so free 0x5571735e5970 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5a70 0.000118
+gallium_dri.so free 0x5571735e5b80 void 0.000185
+gallium_dri.so free 0x5571735e5a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b30 0.000119
+gallium_dri.so free 0x5571735e5bc0 void 0.000119
+gallium_dri.so free 0x5571735e5b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b30 0.000119
+gallium_dri.so free 0x5571735e5c80 void 0.000117
+gallium_dri.so free 0x5571735e5b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000117
+gallium_dri.so free 0x5571735e5d40 void 0.000118
+gallium_dri.so free 0x5571735e5cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000118
+gallium_dri.so free 0x5571735e5e40 void 0.000118
+gallium_dri.so free 0x5571735e5cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5df0 0.000117
+gallium_dri.so free 0x5571735e5f00 void 0.000118
+gallium_dri.so free 0x5571735e5df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000116
+gallium_dri.so free 0x5571735e5f40 void 0.000118
+gallium_dri.so free 0x5571735e5eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000118
+gallium_dri.so free 0x5571735e6000 void 0.000118
+gallium_dri.so free 0x5571735e5eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6040 0.000117
+gallium_dri.so free 0x5571735e60c0 void 0.000117
+gallium_dri.so free 0x5571735e6040 void 0.000121
+gallium_dri.so malloc 72 0x5571735e60c0 0.000126
+gallium_dri.so free 0x5571735e6180 void 0.000119
+gallium_dri.so free 0x5571735e60c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e60c0 0.000118
+gallium_dri.so free 0x5571735e6240 void 0.000119
+gallium_dri.so free 0x5571735e60c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6260 0.000118
+gallium_dri.so free 0x5571735e6300 void 0.000118
+gallium_dri.so free 0x5571735e6260 void 0.000117
+gallium_dri.so malloc 72 0x5571735e62b0 0.000118
+gallium_dri.so free 0x5571735e6380 void 0.000118
+gallium_dri.so free 0x5571735e62b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e62b0 0.000119
+gallium_dri.so free 0x5571735e6400 void 0.000121
+gallium_dri.so free 0x5571735e62b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6400 0.000117
+gallium_dri.so free 0x5571735e64c0 void 0.000118
+gallium_dri.so free 0x5571735e6400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6400 0.000119
+gallium_dri.so free 0x5571735e6580 void 0.000119
+gallium_dri.so free 0x5571735e6400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6400 0.000119
+gallium_dri.so free 0x5571735e6640 void 0.000117
+gallium_dri.so free 0x5571735e6400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e65f0 0.000118
+gallium_dri.so free 0x5571735e6700 void 0.000119
+gallium_dri.so free 0x5571735e65f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e66b0 0.000128
+gallium_dri.so free 0x5571735e6780 void 0.000119
+gallium_dri.so free 0x5571735e66b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e67d0 0.000119
+gallium_dri.so free 0x5571735e6840 void 0.000119
+gallium_dri.so free 0x5571735e67d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6860 0.000120
+gallium_dri.so free 0x5571735e6900 void 0.000118
+gallium_dri.so free 0x5571735e6860 void 0.000117
+gallium_dri.so malloc 72 0x5571735e68b0 0.000118
+gallium_dri.so free 0x5571735e6980 void 0.000118
+gallium_dri.so free 0x5571735e68b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e68b0 0.000119
+gallium_dri.so free 0x5571735e6a00 void 0.000120
+gallium_dri.so free 0x5571735e68b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6a00 0.000118
+gallium_dri.so free 0x5571735e6ac0 void 0.000120
+gallium_dri.so free 0x5571735e6a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6a00 0.000118
+gallium_dri.so free 0x5571735e6bc0 void 0.000119
+gallium_dri.so free 0x5571735e6a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6b70 0.000118
+gallium_dri.so free 0x5571735e6c00 void 0.000119
+gallium_dri.so free 0x5571735e6b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6b70 0.000118
+gallium_dri.so free 0x5571735e6cc0 void 0.000118
+gallium_dri.so free 0x5571735e6b70 void 0.000163
+gallium_dri.so malloc 72 0x5571735e6d00 0.000121
+gallium_dri.so free 0x5571735e6d80 void 0.000118
+gallium_dri.so free 0x5571735e6d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6d80 0.000119
+gallium_dri.so free 0x5571735e6e40 void 0.000118
+gallium_dri.so free 0x5571735e6d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6d80 0.000119
+gallium_dri.so free 0x5571735c02c0 void 0.000120
+gallium_dri.so free 0x5571735e6d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6d80 0.000117
+gallium_dri.so free 0x5571735c0380 void 0.000118
+gallium_dri.so free 0x5571735e6d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c03f0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so free 0x5571735c03f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c03f0 0.000119
+gallium_dri.so free 0x5571735c0540 void 0.000118
+gallium_dri.so free 0x5571735c03f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04f0 0.000119
+gallium_dri.so free 0x5571735c0600 void 0.000119
+gallium_dri.so free 0x5571735c04f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000129
+gallium_dri.so free 0x5571735c05b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0740 0.000122
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so free 0x5571735c0740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07c0 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000119
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07c0 0.000118
+gallium_dri.so free 0x5571735c0940 void 0.000120
+gallium_dri.so free 0x5571735c07c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0960 0.000118
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so free 0x5571735c0960 void 0.000119
+gallium_dri.so malloc 72 0x5571735c09b0 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so free 0x5571735c09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c09b0 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000117
+gallium_dri.so free 0x5571735c09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b00 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b00 0.000119
+gallium_dri.so free 0x5571735c0c80 void 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b00 0.000117
+gallium_dri.so free 0x5571735c0d40 void 0.000127
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000120
+gallium_dri.so free 0x5571735c0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0db0 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000117
+gallium_dri.so free 0x5571735c0db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ed0 0.000119
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0f60 0.000118
+gallium_dri.so free 0x5571735c1000 void 0.000117
+gallium_dri.so free 0x5571735c0f60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000117
+gallium_dri.so free 0x5571735c1080 void 0.000119
+gallium_dri.so free 0x5571735c0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000119
+gallium_dri.so free 0x5571735c1100 void 0.000120
+gallium_dri.so free 0x5571735c0fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1100 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so free 0x5571735c1100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1100 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000120
+gallium_dri.so free 0x5571735c1100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1270 0.000165
+gallium_dri.so free 0x5571735c1300 void 0.000121
+gallium_dri.so free 0x5571735c1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1270 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so free 0x5571735c1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1400 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so free 0x5571735c1400 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1480 0.000118
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1480 0.000120
+gallium_dri.so free 0x5571735c15c0 void 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735c15f0 0.000118
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so free 0x5571735c15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c15f0 0.000117
+gallium_dri.so free 0x5571735c1740 void 0.000121
+gallium_dri.so free 0x5571735c15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1780 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c1780 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1800 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1800 0.000120
+gallium_dri.so free 0x5571735c1940 void 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1970 0.000118
+gallium_dri.so free 0x5571735c19c0 void 0.000118
+gallium_dri.so free 0x5571735c1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1970 0.000118
+gallium_dri.so free 0x5571735c1ac0 void 0.000120
+gallium_dri.so free 0x5571735c1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1a70 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000140
+gallium_dri.so free 0x5571735c1a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1b30 0.000118
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so free 0x5571735c1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1b30 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000119
+gallium_dri.so free 0x5571735c1b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1b30 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000119
+gallium_dri.so free 0x5571735c1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1d30 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000118
+gallium_dri.so free 0x5571735c1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e50 0.000117
+gallium_dri.so free 0x5571735c1ec0 void 0.000117
+gallium_dri.so free 0x5571735c1e50 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1ee0 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so free 0x5571735c1ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f30 0.000117
+gallium_dri.so free 0x5571735c2000 void 0.000119
+gallium_dri.so free 0x5571735c1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2000 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000118
+gallium_dri.so free 0x5571735c2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2000 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so free 0x5571735c2000 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2140 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2140 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2140 0.000117
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c2140 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2330 0.000119
+gallium_dri.so free 0x5571735c2400 void 0.000119
+gallium_dri.so free 0x5571735c2330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2450 0.000119
+gallium_dri.so free 0x5571735c24c0 void 0.000166
+gallium_dri.so free 0x5571735c2450 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2500 0.000111
+gallium_dri.so free 0x5571735c2580 void 0.000110
+gallium_dri.so free 0x5571735c2500 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2500 0.000111
+gallium_dri.so free 0x5571735c2600 void 0.000111
+gallium_dri.so free 0x5571735c2500 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2630 0.000109
+gallium_dri.so free 0x5571735c2680 void 0.000116
+gallium_dri.so free 0x5571735c2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2630 0.000110
+gallium_dri.so free 0x5571735c2780 void 0.000111
+gallium_dri.so free 0x5571735c2630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2730 0.000111
+gallium_dri.so free 0x5571735c2840 void 0.000110
+gallium_dri.so free 0x5571735c2730 void 0.000109
+gallium_dri.so malloc 72 0x5571735c27f0 0.000109
+gallium_dri.so free 0x5571735c2880 void 0.000110
+gallium_dri.so free 0x5571735c27f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c27f0 0.000110
+gallium_dri.so free 0x5571735c2940 void 0.000112
+gallium_dri.so free 0x5571735c27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29b0 0.000110
+gallium_dri.so free 0x5571735c2a00 void 0.000112
+gallium_dri.so free 0x5571735c29b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c29b0 0.000109
+gallium_dri.so free 0x5571735c2b00 void 0.000110
+gallium_dri.so free 0x5571735c29b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2ab0 0.000118
+gallium_dri.so free 0x5571735c2bc0 void 0.000114
+gallium_dri.so free 0x5571735c2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b70 0.000113
+gallium_dri.so free 0x5571735c2c00 void 0.000115
+gallium_dri.so free 0x5571735c2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b70 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000114
+gallium_dri.so free 0x5571735c2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d00 0.000114
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so free 0x5571735c2d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d80 0.000113
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d80 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f20 0.000112
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2f20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f70 0.000112
+gallium_dri.so free 0x5571735c3040 void 0.000114
+gallium_dri.so free 0x5571735c2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f70 0.000116
+gallium_dri.so free 0x5571735c30c0 void 0.000114
+gallium_dri.so free 0x5571735c2f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c30c0 0.000124
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so free 0x5571735c30c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c30c0 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30c0 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c32b0 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c32b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3370 0.000115
+gallium_dri.so free 0x5571735c3440 void 0.000113
+gallium_dri.so free 0x5571735c3370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3490 0.000114
+gallium_dri.so free 0x5571735c3500 void 0.000114
+gallium_dri.so free 0x5571735c3490 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3520 0.000114
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so free 0x5571735c3520 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3570 0.000113
+gallium_dri.so free 0x5571735c3640 void 0.000114
+gallium_dri.so free 0x5571735c3570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3570 0.000113
+gallium_dri.so free 0x5571735c36c0 void 0.000114
+gallium_dri.so free 0x5571735c3570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36c0 0.000158
+gallium_dri.so free 0x5571735c3780 void 0.000116
+gallium_dri.so free 0x5571735c36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36c0 0.000113
+gallium_dri.so free 0x5571735c3880 void 0.000114
+gallium_dri.so free 0x5571735c36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3830 0.000114
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so free 0x5571735c3830 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3830 0.000113
+gallium_dri.so free 0x5571735c3980 void 0.000113
+gallium_dri.so free 0x5571735c3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39c0 0.000112
+gallium_dri.so free 0x5571735c3a40 void 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3a40 0.000114
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a40 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000113
+gallium_dri.so free 0x5571735c3c00 void 0.000113
+gallium_dri.so free 0x5571735c3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000112
+gallium_dri.so free 0x5571735c3d00 void 0.000115
+gallium_dri.so free 0x5571735c3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d40 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000125
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000113
+gallium_dri.so free 0x5571735c3f00 void 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f30 0.000113
+gallium_dri.so free 0x5571735c3f80 void 0.000114
+gallium_dri.so free 0x5571735c3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f30 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000114
+gallium_dri.so free 0x5571735c3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4030 0.000115
+gallium_dri.so free 0x5571735c4140 void 0.000114
+gallium_dri.so free 0x5571735c4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c41c0 void 0.000113
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000115
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000112
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c42f0 0.000113
+gallium_dri.so free 0x5571735c43c0 void 0.000125
+gallium_dri.so free 0x5571735c42f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4410 0.000114
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so free 0x5571735c4410 void 0.000116
+gallium_dri.so malloc 72 0x5571735c44a0 0.000113
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so free 0x5571735c44a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44f0 0.000113
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so free 0x5571735c44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45c0 0.000113
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45c0 0.000113
+gallium_dri.so free 0x5571735c4700 void 0.000114
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4700 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4700 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4700 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48f0 0.000113
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so free 0x5571735c48f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c4a10 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000115
+gallium_dri.so free 0x5571735c4a10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000113
+gallium_dri.so free 0x5571735c4c40 void 0.000115
+gallium_dri.so free 0x5571735c4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000114
+gallium_dri.so free 0x5571735c4d40 void 0.000114
+gallium_dri.so free 0x5571735c4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000113
+gallium_dri.so free 0x5571735c4e00 void 0.000114
+gallium_dri.so free 0x5571735c4cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4db0 0.000112
+gallium_dri.so free 0x5571735c4e40 void 0.000114
+gallium_dri.so free 0x5571735c4db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4db0 0.000109
+gallium_dri.so free 0x5571735c4f00 void 0.000110
+gallium_dri.so free 0x5571735c4db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4f70 0.000111
+gallium_dri.so free 0x5571735c4fc0 void 0.000111
+gallium_dri.so free 0x5571735c4f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4f70 0.000113
+gallium_dri.so free 0x5571735c50c0 void 0.000109
+gallium_dri.so free 0x5571735c4f70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c5070 0.000110
+gallium_dri.so free 0x5571735c5180 void 0.000110
+gallium_dri.so free 0x5571735c5070 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5130 0.000110
+gallium_dri.so free 0x5571735c51c0 void 0.000110
+gallium_dri.so free 0x5571735c5130 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5130 0.000110
+gallium_dri.so free 0x5571735c5280 void 0.000111
+gallium_dri.so free 0x5571735c5130 void 0.000111
+gallium_dri.so malloc 72 0x5571735c52c0 0.000109
+gallium_dri.so free 0x5571735c5340 void 0.000110
+gallium_dri.so free 0x5571735c52c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5340 0.000110
+gallium_dri.so free 0x5571735c5400 void 0.000111
+gallium_dri.so free 0x5571735c5340 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5340 0.000110
+gallium_dri.so free 0x5571735c54c0 void 0.000110
+gallium_dri.so free 0x5571735c5340 void 0.000109
+gallium_dri.so malloc 72 0x5571735c54e0 0.000110
+gallium_dri.so free 0x5571735c5580 void 0.000109
+gallium_dri.so free 0x5571735c54e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c5530 0.000110
+gallium_dri.so free 0x5571735c5600 void 0.000110
+gallium_dri.so free 0x5571735c5530 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5530 0.000110
+gallium_dri.so free 0x5571735c5680 void 0.000123
+gallium_dri.so free 0x5571735c5530 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5680 0.000109
+gallium_dri.so free 0x5571735c5740 void 0.000109
+gallium_dri.so free 0x5571735c5680 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5680 0.000114
+gallium_dri.so free 0x5571735c5800 void 0.000111
+gallium_dri.so free 0x5571735c5680 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5680 0.000112
+gallium_dri.so free 0x5571735c58c0 void 0.000111
+gallium_dri.so free 0x5571735c5680 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5870 0.000110
+gallium_dri.so free 0x5571735c5980 void 0.000109
+gallium_dri.so free 0x5571735c5870 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5930 0.000109
+gallium_dri.so free 0x5571735c5a00 void 0.000109
+gallium_dri.so free 0x5571735c5930 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5a50 0.000111
+gallium_dri.so free 0x5571735c5ac0 void 0.000109
+gallium_dri.so free 0x5571735c5a50 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5ae0 0.000110
+gallium_dri.so free 0x5571735c5b80 void 0.000110
+gallium_dri.so free 0x5571735c5ae0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5b30 0.000110
+gallium_dri.so free 0x5571735c5c00 void 0.000110
+gallium_dri.so free 0x5571735c5b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5b30 0.000110
+gallium_dri.so free 0x5571735c5c80 void 0.000109
+gallium_dri.so free 0x5571735c5b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5c80 0.000116
+gallium_dri.so free 0x5571735c5d40 void 0.000111
+gallium_dri.so free 0x5571735c5c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5c80 0.000112
+gallium_dri.so free 0x5571735c5e40 void 0.000110
+gallium_dri.so free 0x5571735c5c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5df0 0.000110
+gallium_dri.so free 0x5571735c5e80 void 0.000110
+gallium_dri.so free 0x5571735c5df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5df0 0.000110
+gallium_dri.so free 0x5571735c5f40 void 0.000110
+gallium_dri.so free 0x5571735c5df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5f80 0.000109
+gallium_dri.so free 0x5571735c6000 void 0.000110
+gallium_dri.so free 0x5571735c5f80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6000 0.000111
+gallium_dri.so free 0x5571735c60c0 void 0.000111
+gallium_dri.so free 0x5571735c6000 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6000 0.000110
+gallium_dri.so free 0x5571735c6140 void 0.000111
+gallium_dri.so free 0x5571735c6000 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6170 0.000113
+gallium_dri.so free 0x5571735c61c0 void 0.000113
+gallium_dri.so free 0x5571735c6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6170 0.000110
+gallium_dri.so free 0x5571735c62c0 void 0.000110
+gallium_dri.so free 0x5571735c6170 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6300 0.000110
+gallium_dri.so free 0x5571735c6380 void 0.000123
+gallium_dri.so free 0x5571735c6300 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6380 0.000109
+gallium_dri.so free 0x5571735c6440 void 0.000110
+gallium_dri.so free 0x5571735c6380 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6380 0.000111
+gallium_dri.so free 0x5571735c64c0 void 0.000110
+gallium_dri.so free 0x5571735c6380 void 0.000110
+gallium_dri.so malloc 72 0x5571735c64f0 0.000111
+gallium_dri.so free 0x5571735c6540 void 0.000109
+gallium_dri.so free 0x5571735c64f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c64f0 0.000109
+gallium_dri.so free 0x5571735c6640 void 0.000109
+gallium_dri.so free 0x5571735c64f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c65f0 0.000109
+gallium_dri.so free 0x5571735c6700 void 0.000110
+gallium_dri.so free 0x5571735c65f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c66b0 0.000110
+gallium_dri.so free 0x5571735c6780 void 0.000109
+gallium_dri.so free 0x5571735c66b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c66b0 0.000109
+gallium_dri.so free 0x5571735c6840 void 0.000112
+gallium_dri.so free 0x5571735c66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c66b0 0.000115
+gallium_dri.so free 0x5571735c6900 void 0.000104
+gallium_dri.so free 0x5571735c66b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735c68b0 0.000191
+gallium_dri.so free 0x5571735c6980 void 0.000124
+gallium_dri.so free 0x5571735c68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c69d0 0.000111
+gallium_dri.so free 0x5571735c6a40 void 0.000111
+gallium_dri.so free 0x5571735c69d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6a60 0.000112
+gallium_dri.so free 0x5571735c6b00 void 0.000113
+gallium_dri.so free 0x5571735c6a60 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000110
+gallium_dri.so free 0x5571735c6b80 void 0.000109
+gallium_dri.so free 0x5571735c6ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6b80 0.000111
+gallium_dri.so free 0x5571735c6c40 void 0.000113
+gallium_dri.so free 0x5571735c6b80 void 0.000135
+gallium_dri.so malloc 72 0x5571735c6b80 0.000122
+gallium_dri.so free 0x5571735c6cc0 void 0.000115
+gallium_dri.so free 0x5571735c6b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000124
+gallium_dri.so free 0x5571735c6d80 void 0.000124
+gallium_dri.so free 0x5571735c6cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000114
+gallium_dri.so free 0x5571735c6e40 void 0.000115
+gallium_dri.so free 0x5571735c6cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000113
+gallium_dri.so free 0x5571735c6f00 void 0.000114
+gallium_dri.so free 0x5571735c6cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000112
+gallium_dri.so free 0x5571735c6f80 void 0.000177
+gallium_dri.so free 0x5571735c6eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6fd0 0.000115
+gallium_dri.so free 0x5571735c7040 void 0.000115
+gallium_dri.so free 0x5571735c6fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7080 0.000114
+gallium_dri.so free 0x5571735c7100 void 0.000115
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7080 0.000114
+gallium_dri.so free 0x5571735c7180 void 0.000114
+gallium_dri.so free 0x5571735c7080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c71b0 0.000113
+gallium_dri.so free 0x5571735c7200 void 0.000114
+gallium_dri.so free 0x5571735c71b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c71b0 0.000114
+gallium_dri.so free 0x5571735c7300 void 0.000114
+gallium_dri.so free 0x5571735c71b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c72b0 0.000114
+gallium_dri.so free 0x5571735c73c0 void 0.000115
+gallium_dri.so free 0x5571735c72b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7370 0.000113
+gallium_dri.so free 0x5571735c7400 void 0.000114
+gallium_dri.so free 0x5571735c7370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7370 0.000113
+gallium_dri.so free 0x5571735c74c0 void 0.000114
+gallium_dri.so free 0x5571735c7370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7530 0.000114
+gallium_dri.so free 0x5571735c7580 void 0.000125
+gallium_dri.so free 0x5571735c7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7530 0.000113
+gallium_dri.so free 0x5571735c7680 void 0.000115
+gallium_dri.so free 0x5571735c7530 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7630 0.000113
+gallium_dri.so free 0x5571735c7740 void 0.000114
+gallium_dri.so free 0x5571735c7630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c76f0 0.000114
+gallium_dri.so free 0x5571735c7780 void 0.000112
+gallium_dri.so free 0x5571735c76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c76f0 0.000113
+gallium_dri.so free 0x5571735c7840 void 0.000118
+gallium_dri.so free 0x5571735c76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7880 0.000114
+gallium_dri.so free 0x5571735c7900 void 0.000113
+gallium_dri.so free 0x5571735c7880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7900 0.000113
+gallium_dri.so free 0x5571735c79c0 void 0.000113
+gallium_dri.so free 0x5571735c7900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7900 0.000113
+gallium_dri.so free 0x5571735c7a80 void 0.000114
+gallium_dri.so free 0x5571735c7900 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7aa0 0.000113
+gallium_dri.so free 0x5571735c7b40 void 0.000113
+gallium_dri.so free 0x5571735c7aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7af0 0.000113
+gallium_dri.so free 0x5571735c7bc0 void 0.000114
+gallium_dri.so free 0x5571735c7af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7af0 0.000114
+gallium_dri.so free 0x5571735c7c40 void 0.000113
+gallium_dri.so free 0x5571735c7af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7c40 0.000113
+gallium_dri.so free 0x5571735c7d00 void 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7c40 0.000113
+gallium_dri.so free 0x5571735c7dc0 void 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7c40 0.000112
+gallium_dri.so free 0x5571735c7e80 void 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7e30 0.000113
+gallium_dri.so free 0x5571735c7f40 void 0.000113
+gallium_dri.so free 0x5571735c7e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000114
+gallium_dri.so free 0x5571735c7fc0 void 0.000113
+gallium_dri.so free 0x5571735c7ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8010 0.000114
+gallium_dri.so free 0x5571735c8080 void 0.000114
+gallium_dri.so free 0x5571735c8010 void 0.000114
+gallium_dri.so malloc 72 0x5571735c80a0 0.000112
+gallium_dri.so free 0x5571735c8140 void 0.000114
+gallium_dri.so free 0x5571735c80a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c80f0 0.000113
+gallium_dri.so free 0x5571735c81c0 void 0.000112
+gallium_dri.so free 0x5571735c80f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c80f0 0.000108
+gallium_dri.so free 0x5571735c8240 void 0.000117
+gallium_dri.so free 0x5571735c80f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8240 0.000114
+gallium_dri.so free 0x5571735c8300 void 0.000113
+gallium_dri.so free 0x5571735c8240 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8240 0.000115
+gallium_dri.so free 0x5571735c8400 void 0.000115
+gallium_dri.so free 0x5571735c8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735c83b0 0.000113
+gallium_dri.so free 0x5571735c8440 void 0.000114
+gallium_dri.so free 0x5571735c83b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c83b0 0.000114
+gallium_dri.so free 0x5571735c8500 void 0.000115
+gallium_dri.so free 0x5571735c83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8540 0.000114
+gallium_dri.so free 0x5571735c85c0 void 0.000115
+gallium_dri.so free 0x5571735c8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85c0 0.000114
+gallium_dri.so free 0x5571735c8680 void 0.000115
+gallium_dri.so free 0x5571735c85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85c0 0.000113
+gallium_dri.so free 0x5571735c8700 void 0.000114
+gallium_dri.so free 0x5571735c85c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8730 0.000114
+gallium_dri.so free 0x5571735c8780 void 0.000115
+gallium_dri.so free 0x5571735c8730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8730 0.000125
+gallium_dri.so free 0x5571735c8880 void 0.000119
+gallium_dri.so free 0x5571735c8730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c88c0 0.000114
+gallium_dri.so free 0x5571735c8940 void 0.000113
+gallium_dri.so free 0x5571735c88c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8940 0.000113
+gallium_dri.so free 0x5571735c8a00 void 0.000113
+gallium_dri.so free 0x5571735c8940 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8940 0.000114
+gallium_dri.so free 0x5571735c8a80 void 0.000114
+gallium_dri.so free 0x5571735c8940 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000113
+gallium_dri.so free 0x5571735c8b00 void 0.000113
+gallium_dri.so free 0x5571735c8ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000113
+gallium_dri.so free 0x5571735c8c00 void 0.000114
+gallium_dri.so free 0x5571735c8ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000112
+gallium_dri.so free 0x5571735c8cc0 void 0.000113
+gallium_dri.so free 0x5571735c8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8c70 0.000114
+gallium_dri.so free 0x5571735c8d40 void 0.000113
+gallium_dri.so free 0x5571735c8c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8c70 0.000113
+gallium_dri.so free 0x5571735c8e00 void 0.000114
+gallium_dri.so free 0x5571735c8c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8c70 0.000113
+gallium_dri.so free 0x5571735c8ec0 void 0.000125
+gallium_dri.so free 0x5571735c8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8e70 0.000114
+gallium_dri.so free 0x5571735c8f40 void 0.000113
+gallium_dri.so free 0x5571735c8e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8f90 0.000113
+gallium_dri.so free 0x5571735c9000 void 0.000115
+gallium_dri.so free 0x5571735c8f90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9020 0.000118
+gallium_dri.so free 0x5571735c90c0 void 0.000114
+gallium_dri.so free 0x5571735c9020 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9070 0.000114
+gallium_dri.so free 0x5571735c9140 void 0.000113
+gallium_dri.so free 0x5571735c9070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9140 0.000112
+gallium_dri.so free 0x5571735c9200 void 0.000113
+gallium_dri.so free 0x5571735c9140 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9140 0.000114
+gallium_dri.so free 0x5571735c9280 void 0.000112
+gallium_dri.so free 0x5571735c9140 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9280 0.000114
+gallium_dri.so free 0x5571735c9340 void 0.000113
+gallium_dri.so free 0x5571735c9280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9280 0.000113
+gallium_dri.so free 0x5571735c9400 void 0.000116
+gallium_dri.so free 0x5571735c9280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9280 0.000113
+gallium_dri.so free 0x5571735c94c0 void 0.000122
+gallium_dri.so free 0x5571735c9280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9470 0.000113
+gallium_dri.so free 0x5571735c9540 void 0.000114
+gallium_dri.so free 0x5571735c9470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9590 0.000113
+gallium_dri.so free 0x5571735c9600 void 0.000114
+gallium_dri.so free 0x5571735c9590 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9640 0.000113
+gallium_dri.so free 0x5571735c96c0 void 0.000114
+gallium_dri.so free 0x5571735c9640 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9640 0.000113
+gallium_dri.so free 0x5571735c9740 void 0.000113
+gallium_dri.so free 0x5571735c9640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9770 0.000113
+gallium_dri.so free 0x5571735c97c0 void 0.000113
+gallium_dri.so free 0x5571735c9770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9770 0.000113
+gallium_dri.so free 0x5571735c98c0 void 0.000114
+gallium_dri.so free 0x5571735c9770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9870 0.000113
+gallium_dri.so free 0x5571735c9980 void 0.000114
+gallium_dri.so free 0x5571735c9870 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9930 0.000112
+gallium_dri.so free 0x5571735c99c0 void 0.000113
+gallium_dri.so free 0x5571735c9930 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9930 0.000113
+gallium_dri.so free 0x5571735c9a80 void 0.000114
+gallium_dri.so free 0x5571735c9930 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9af0 0.000114
+gallium_dri.so free 0x5571735c9b40 void 0.000113
+gallium_dri.so free 0x5571735c9af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9af0 0.000112
+gallium_dri.so free 0x5571735c9c40 void 0.000114
+gallium_dri.so free 0x5571735c9af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9bf0 0.000113
+gallium_dri.so free 0x5571735c9d00 void 0.000113
+gallium_dri.so free 0x5571735c9bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9cb0 0.000113
+gallium_dri.so free 0x5571735c9d40 void 0.000115
+gallium_dri.so free 0x5571735c9cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9cb0 0.000115
+gallium_dri.so free 0x5571735c9e00 void 0.000115
+gallium_dri.so free 0x5571735c9cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9e40 0.000112
+gallium_dri.so free 0x5571735c9ec0 void 0.000113
+gallium_dri.so free 0x5571735c9e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9ec0 0.000112
+gallium_dri.so free 0x5571735c9f80 void 0.000114
+gallium_dri.so free 0x5571735c9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9ec0 0.000113
+gallium_dri.so free 0x5571735ca040 void 0.000114
+gallium_dri.so free 0x5571735c9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca060 0.000113
+gallium_dri.so free 0x5571735ca100 void 0.000112
+gallium_dri.so free 0x5571735ca060 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca0b0 0.000117
+gallium_dri.so free 0x5571735ca180 void 0.000115
+gallium_dri.so free 0x5571735ca0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca0b0 0.000114
+gallium_dri.so free 0x5571735ca200 void 0.000114
+gallium_dri.so free 0x5571735ca0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca200 0.000115
+gallium_dri.so free 0x5571735ca2c0 void 0.000114
+gallium_dri.so free 0x5571735ca200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca200 0.000113
+gallium_dri.so free 0x5571735ca380 void 0.000115
+gallium_dri.so free 0x5571735ca200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca200 0.000114
+gallium_dri.so free 0x5571735ca440 void 0.000114
+gallium_dri.so free 0x5571735ca200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000113
+gallium_dri.so free 0x5571735ca500 void 0.000116
+gallium_dri.so free 0x5571735ca3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca4b0 0.000115
+gallium_dri.so free 0x5571735ca580 void 0.000114
+gallium_dri.so free 0x5571735ca4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca5d0 0.000114
+gallium_dri.so free 0x5571735ca640 void 0.000114
+gallium_dri.so free 0x5571735ca5d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca660 0.000113
+gallium_dri.so free 0x5571735ca700 void 0.000113
+gallium_dri.so free 0x5571735ca660 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca6b0 0.000126
+gallium_dri.so free 0x5571735ca780 void 0.000115
+gallium_dri.so free 0x5571735ca6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca6b0 0.000115
+gallium_dri.so free 0x5571735ca800 void 0.000115
+gallium_dri.so free 0x5571735ca6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca800 0.000113
+gallium_dri.so free 0x5571735ca8c0 void 0.000114
+gallium_dri.so free 0x5571735ca800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca800 0.000113
+gallium_dri.so free 0x5571735ca9c0 void 0.000113
+gallium_dri.so free 0x5571735ca800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca970 0.000113
+gallium_dri.so free 0x5571735caa00 void 0.000113
+gallium_dri.so free 0x5571735ca970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca970 0.000114
+gallium_dri.so free 0x5571735caac0 void 0.000114
+gallium_dri.so free 0x5571735ca970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cab00 0.000112
+gallium_dri.so free 0x5571735cab80 void 0.000113
+gallium_dri.so free 0x5571735cab00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cab80 0.000112
+gallium_dri.so free 0x5571735cac40 void 0.000113
+gallium_dri.so free 0x5571735cab80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cab80 0.000114
+gallium_dri.so free 0x5571735cacc0 void 0.000114
+gallium_dri.so free 0x5571735cab80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cacf0 0.000113
+gallium_dri.so free 0x5571735cad40 void 0.000116
+gallium_dri.so free 0x5571735cacf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cacf0 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so free 0x5571735cacf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cae80 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000113
+gallium_dri.so free 0x5571735cae80 void 0.000112
+gallium_dri.so malloc 72 0x5571735caf00 0.000114
+gallium_dri.so free 0x5571735cafc0 void 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735caf00 0.000113
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb070 0.000113
+gallium_dri.so free 0x5571735cb0c0 void 0.000114
+gallium_dri.so free 0x5571735cb070 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb070 0.000112
+gallium_dri.so free 0x5571735cb1c0 void 0.000113
+gallium_dri.so free 0x5571735cb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb170 0.000113
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb170 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb230 0.000113
+gallium_dri.so free 0x5571735cb300 void 0.000114
+gallium_dri.so free 0x5571735cb230 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb230 0.000112
+gallium_dri.so free 0x5571735cb3c0 void 0.000183
+gallium_dri.so free 0x5571735cb230 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb230 0.000113
+gallium_dri.so free 0x5571735cb480 void 0.000114
+gallium_dri.so free 0x5571735cb230 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb430 0.000113
+gallium_dri.so free 0x5571735cb500 void 0.000115
+gallium_dri.so free 0x5571735cb430 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb550 0.000112
+gallium_dri.so free 0x5571735cb5c0 void 0.000115
+gallium_dri.so free 0x5571735cb550 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb5e0 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so free 0x5571735cb5e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb630 0.000114
+gallium_dri.so free 0x5571735cb700 void 0.000113
+gallium_dri.so free 0x5571735cb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb700 0.000113
+gallium_dri.so free 0x5571735cb7c0 void 0.000114
+gallium_dri.so free 0x5571735cb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb700 0.000113
+gallium_dri.so free 0x5571735cb840 void 0.000115
+gallium_dri.so free 0x5571735cb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb840 0.000112
+gallium_dri.so free 0x5571735cb900 void 0.000115
+gallium_dri.so free 0x5571735cb840 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb840 0.000118
+gallium_dri.so free 0x5571735cb9c0 void 0.000110
+gallium_dri.so free 0x5571735cb840 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb840 0.000112
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cb840 void 0.000111
+gallium_dri.so malloc 72 0x5571735cba30 0.000115
+gallium_dri.so free 0x5571735cbb00 void 0.000115
+gallium_dri.so free 0x5571735cba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbb50 0.000112
+gallium_dri.so free 0x5571735cbbc0 void 0.000115
+gallium_dri.so free 0x5571735cbb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc00 0.000112
+gallium_dri.so free 0x5571735cbc80 void 0.000113
+gallium_dri.so free 0x5571735cbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc00 0.000113
+gallium_dri.so free 0x5571735cbd00 void 0.000113
+gallium_dri.so free 0x5571735cbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbd30 0.000112
+gallium_dri.so free 0x5571735cbd80 void 0.000113
+gallium_dri.so free 0x5571735cbd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbd30 0.000113
+gallium_dri.so free 0x5571735cbe80 void 0.000114
+gallium_dri.so free 0x5571735cbd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbe30 0.000112
+gallium_dri.so free 0x5571735cbf40 void 0.000113
+gallium_dri.so free 0x5571735cbe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbef0 0.000112
+gallium_dri.so free 0x5571735cbf80 void 0.000114
+gallium_dri.so free 0x5571735cbef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbef0 0.000114
+gallium_dri.so free 0x5571735cc040 void 0.000113
+gallium_dri.so free 0x5571735cbef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000113
+gallium_dri.so free 0x5571735cc100 void 0.000112
+gallium_dri.so free 0x5571735cc0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000114
+gallium_dri.so free 0x5571735cc0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000112
+gallium_dri.so free 0x5571735cc2c0 void 0.000113
+gallium_dri.so free 0x5571735cc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc270 0.000113
+gallium_dri.so free 0x5571735cc300 void 0.000115
+gallium_dri.so free 0x5571735cc270 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc270 0.000112
+gallium_dri.so free 0x5571735cc3c0 void 0.000113
+gallium_dri.so free 0x5571735cc270 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc400 0.000113
+gallium_dri.so free 0x5571735cc480 void 0.000114
+gallium_dri.so free 0x5571735cc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc480 0.000113
+gallium_dri.so free 0x5571735cc540 void 0.000113
+gallium_dri.so free 0x5571735cc480 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc480 0.000115
+gallium_dri.so free 0x5571735cc600 void 0.000114
+gallium_dri.so free 0x5571735cc480 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc620 0.000164
+gallium_dri.so free 0x5571735cc6c0 void 0.000115
+gallium_dri.so free 0x5571735cc620 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc670 0.000112
+gallium_dri.so free 0x5571735cc740 void 0.000114
+gallium_dri.so free 0x5571735cc670 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc670 0.000113
+gallium_dri.so free 0x5571735cc7c0 void 0.000114
+gallium_dri.so free 0x5571735cc670 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000114
+gallium_dri.so free 0x5571735cc880 void 0.000114
+gallium_dri.so free 0x5571735cc7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000113
+gallium_dri.so free 0x5571735cc940 void 0.000114
+gallium_dri.so free 0x5571735cc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000113
+gallium_dri.so free 0x5571735cca00 void 0.000114
+gallium_dri.so free 0x5571735cc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000114
+gallium_dri.so free 0x5571735ccac0 void 0.000116
+gallium_dri.so free 0x5571735cc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca70 0.000113
+gallium_dri.so free 0x5571735ccb40 void 0.000118
+gallium_dri.so free 0x5571735cca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccb90 0.000113
+gallium_dri.so free 0x5571735ccc00 void 0.000115
+gallium_dri.so free 0x5571735ccb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc20 0.000126
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so free 0x5571735ccc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc70 0.000113
+gallium_dri.so free 0x5571735ccd40 void 0.000115
+gallium_dri.so free 0x5571735ccc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc70 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000113
+gallium_dri.so free 0x5571735ccc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000113
+gallium_dri.so free 0x5571735cce80 void 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000113
+gallium_dri.so free 0x5571735ccf80 void 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccf30 0.000115
+gallium_dri.so free 0x5571735ccfc0 void 0.000114
+gallium_dri.so free 0x5571735ccf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccf30 0.000112
+gallium_dri.so free 0x5571735cd080 void 0.000114
+gallium_dri.so free 0x5571735ccf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000114
+gallium_dri.so free 0x5571735cd140 void 0.000113
+gallium_dri.so free 0x5571735cd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd140 0.000114
+gallium_dri.so free 0x5571735cd200 void 0.000114
+gallium_dri.so free 0x5571735cd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd140 0.000113
+gallium_dri.so free 0x5571735cd280 void 0.000126
+gallium_dri.so free 0x5571735cd140 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000118
+gallium_dri.so free 0x5571735cd300 void 0.000115
+gallium_dri.so free 0x5571735cd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000114
+gallium_dri.so free 0x5571735cd400 void 0.000113
+gallium_dri.so free 0x5571735cd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd440 0.000112
+gallium_dri.so free 0x5571735cd4c0 void 0.000113
+gallium_dri.so free 0x5571735cd440 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000113
+gallium_dri.so free 0x5571735cd580 void 0.000115
+gallium_dri.so free 0x5571735cd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000112
+gallium_dri.so free 0x5571735cd600 void 0.000114
+gallium_dri.so free 0x5571735cd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd630 0.000114
+gallium_dri.so free 0x5571735cd680 void 0.000112
+gallium_dri.so free 0x5571735cd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd630 0.000113
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so free 0x5571735cd630 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd730 0.000113
+gallium_dri.so free 0x5571735cd840 void 0.000116
+gallium_dri.so free 0x5571735cd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000113
+gallium_dri.so free 0x5571735cd8c0 void 0.000163
+gallium_dri.so free 0x5571735cd7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000115
+gallium_dri.so free 0x5571735cd980 void 0.000115
+gallium_dri.so free 0x5571735cd7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000113
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so free 0x5571735cd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd9f0 0.000113
+gallium_dri.so free 0x5571735cdac0 void 0.000115
+gallium_dri.so free 0x5571735cd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdb10 0.000117
+gallium_dri.so free 0x5571735cdb80 void 0.000113
+gallium_dri.so free 0x5571735cdb10 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdba0 0.000114
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so free 0x5571735cdba0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdbf0 0.000114
+gallium_dri.so free 0x5571735cdcc0 void 0.000115
+gallium_dri.so free 0x5571735cdbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000115
+gallium_dri.so free 0x5571735cdd80 void 0.000116
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000113
+gallium_dri.so free 0x5571735cde00 void 0.000114
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde00 0.000113
+gallium_dri.so free 0x5571735cdec0 void 0.000136
+gallium_dri.so free 0x5571735cde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde00 0.000111
+gallium_dri.so free 0x5571735cdf80 void 0.000113
+gallium_dri.so free 0x5571735cde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde00 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000114
+gallium_dri.so free 0x5571735cde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdff0 0.000113
+gallium_dri.so free 0x5571735ce0c0 void 0.000112
+gallium_dri.so free 0x5571735cdff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce110 0.000112
+gallium_dri.so free 0x5571735ce180 void 0.000112
+gallium_dri.so free 0x5571735ce110 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so free 0x5571735ce1c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000122
+gallium_dri.so free 0x5571735ce2c0 void 0.000124
+gallium_dri.so free 0x5571735ce1c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000123
+gallium_dri.so free 0x5571735ce340 void 0.000125
+gallium_dri.so free 0x5571735ce2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000114
+gallium_dri.so free 0x5571735ce440 void 0.000115
+gallium_dri.so free 0x5571735ce2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000132
+gallium_dri.so free 0x5571735ce500 void 0.000123
+gallium_dri.so free 0x5571735ce3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce4b0 0.000115
+gallium_dri.so free 0x5571735ce540 void 0.000120
+gallium_dri.so free 0x5571735ce4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce4b0 0.000124
+gallium_dri.so free 0x5571735ce600 void 0.000119
+gallium_dri.so free 0x5571735ce4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce670 0.000123
+gallium_dri.so free 0x5571735ce6c0 void 0.000124
+gallium_dri.so free 0x5571735ce670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce670 0.000113
+gallium_dri.so free 0x5571735ce7c0 void 0.000119
+gallium_dri.so free 0x5571735ce670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce770 0.000115
+gallium_dri.so free 0x5571735ce880 void 0.000115
+gallium_dri.so free 0x5571735ce770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce830 0.000126
+gallium_dri.so free 0x5571735ce8c0 void 0.000124
+gallium_dri.so free 0x5571735ce830 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce830 0.000125
+gallium_dri.so free 0x5571735ce980 void 0.000119
+gallium_dri.so free 0x5571735ce830 void 0.000165
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000130
+gallium_dri.so free 0x5571735cea40 void 0.000132
+gallium_dri.so free 0x5571735ce9c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cea40 0.000131
+gallium_dri.so free 0x5571735ceb00 void 0.000130
+gallium_dri.so free 0x5571735cea40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cea40 0.000129
+gallium_dri.so free 0x5571735cebc0 void 0.000131
+gallium_dri.so free 0x5571735cea40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cebe0 0.000126
+gallium_dri.so free 0x5571735cec80 void 0.000120
+gallium_dri.so free 0x5571735cebe0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cec30 0.000131
+gallium_dri.so free 0x5571735ced00 void 0.000131
+gallium_dri.so free 0x5571735cec30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cec30 0.000121
+gallium_dri.so free 0x5571735ced80 void 0.000121
+gallium_dri.so free 0x5571735cec30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ced80 0.000130
+gallium_dri.so free 0x5571735cee40 void 0.000130
+gallium_dri.so free 0x5571735ced80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ced80 0.000126
+gallium_dri.so free 0x5571735cef00 void 0.000124
+gallium_dri.so free 0x5571735ced80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced80 0.000124
+gallium_dri.so free 0x5571735cefc0 void 0.000130
+gallium_dri.so free 0x5571735ced80 void 0.000128
+gallium_dri.so malloc 72 0x5571735cef70 0.000129
+gallium_dri.so free 0x5571735cf080 void 0.000128
+gallium_dri.so free 0x5571735cef70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf030 0.000129
+gallium_dri.so free 0x5571735cf100 void 0.000125
+gallium_dri.so free 0x5571735cf030 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf150 0.000123
+gallium_dri.so free 0x5571735cf1c0 void 0.000119
+gallium_dri.so free 0x5571735cf150 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf1e0 0.000128
+gallium_dri.so free 0x5571735cf280 void 0.000129
+gallium_dri.so free 0x5571735cf1e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf230 0.000119
+gallium_dri.so free 0x5571735cf300 void 0.000125
+gallium_dri.so free 0x5571735cf230 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf230 0.000128
+gallium_dri.so free 0x5571735cf380 void 0.000128
+gallium_dri.so free 0x5571735cf230 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf380 0.000128
+gallium_dri.so free 0x5571735cf440 void 0.000128
+gallium_dri.so free 0x5571735cf380 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf380 0.000130
+gallium_dri.so free 0x5571735cf540 void 0.000129
+gallium_dri.so free 0x5571735cf380 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000129
+gallium_dri.so free 0x5571735cf580 void 0.000126
+gallium_dri.so free 0x5571735cf4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000130
+gallium_dri.so free 0x5571735cf640 void 0.000129
+gallium_dri.so free 0x5571735cf4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf680 0.000126
+gallium_dri.so free 0x5571735cf700 void 0.000121
+gallium_dri.so free 0x5571735cf680 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf700 0.000120
+gallium_dri.so free 0x5571735cf7c0 void 0.000120
+gallium_dri.so free 0x5571735cf700 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf700 0.000130
+gallium_dri.so free 0x5571735cf840 void 0.000183
+gallium_dri.so free 0x5571735cf700 void 0.000106
+gallium_dri.so malloc 72 0x5571735cf870 0.000260
+gallium_dri.so free 0x5571735cf8c0 void 0.000290
+gallium_dri.so free 0x5571735cf870 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf870 0.000125
+gallium_dri.so free 0x5571735cf9c0 void 0.000125
+gallium_dri.so free 0x5571735cf870 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfa00 0.000124
+gallium_dri.so free 0x5571735cfa80 void 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfa80 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000114
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfa80 0.000114
+gallium_dri.so free 0x5571735cfbc0 void 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000130
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000114
+gallium_dri.so free 0x5571735cfe80 void 0.000115
+gallium_dri.so free 0x5571735cfdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000114
+gallium_dri.so free 0x5571735cff40 void 0.000140
+gallium_dri.so free 0x5571735cfdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000124
+gallium_dri.so free 0x5571735d0000 void 0.000117
+gallium_dri.so free 0x5571735cfdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cffb0 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735cffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d00d0 0.000112
+gallium_dri.so free 0x5571735d0140 void 0.000116
+gallium_dri.so free 0x5571735d00d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0160 0.000113
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x5571735d0160 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01b0 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000180
+gallium_dri.so free 0x5571735d01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0280 0.000114
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0280 0.000112
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03c0 0.000114
+gallium_dri.so free 0x5571735d0480 void 0.000113
+gallium_dri.so free 0x5571735d03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d03c0 0.000112
+gallium_dri.so free 0x5571735d0540 void 0.000113
+gallium_dri.so free 0x5571735d03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d03c0 0.000129
+gallium_dri.so free 0x5571735d0600 void 0.000155
+gallium_dri.so free 0x5571735d03c0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d05b0 0.000151
+gallium_dri.so free 0x5571735d0680 void 0.000151
+gallium_dri.so free 0x5571735d05b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d06d0 0.000154
+gallium_dri.so free 0x5571735d0740 void 0.000151
+gallium_dri.so free 0x5571735d06d0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d0780 0.000151
+gallium_dri.so free 0x5571735d0800 void 0.000152
+gallium_dri.so free 0x5571735d0780 void 0.000151
+gallium_dri.so malloc 72 0x5571735d0780 0.000152
+gallium_dri.so free 0x5571735d0880 void 0.000154
+gallium_dri.so free 0x5571735d0780 void 0.000152
+gallium_dri.so malloc 72 0x5571735d08b0 0.000152
+gallium_dri.so free 0x5571735d0900 void 0.000153
+gallium_dri.so free 0x5571735d08b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735d08b0 0.000127
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735d08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d09b0 0.000112
+gallium_dri.so free 0x5571735d0ac0 void 0.000141
+gallium_dri.so free 0x5571735d09b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a70 0.000114
+gallium_dri.so free 0x5571735d0b00 void 0.000116
+gallium_dri.so free 0x5571735d0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000112
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c30 0.000113
+gallium_dri.so free 0x5571735d0c80 void 0.000112
+gallium_dri.so free 0x5571735d0c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c30 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0df0 0.000113
+gallium_dri.so free 0x5571735d0e80 void 0.000113
+gallium_dri.so free 0x5571735d0df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0df0 0.000114
+gallium_dri.so free 0x5571735d0f40 void 0.000114
+gallium_dri.so free 0x5571735d0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f80 0.000113
+gallium_dri.so free 0x5571735d1000 void 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1000 0.000112
+gallium_dri.so free 0x5571735d10c0 void 0.000114
+gallium_dri.so free 0x5571735d1000 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1000 0.000113
+gallium_dri.so free 0x5571735d1180 void 0.000113
+gallium_dri.so free 0x5571735d1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d11a0 0.000112
+gallium_dri.so free 0x5571735d1240 void 0.000113
+gallium_dri.so free 0x5571735d11a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d11f0 0.000112
+gallium_dri.so free 0x5571735d12c0 void 0.000113
+gallium_dri.so free 0x5571735d11f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d11f0 0.000114
+gallium_dri.so free 0x5571735d1340 void 0.000115
+gallium_dri.so free 0x5571735d11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1340 0.000113
+gallium_dri.so free 0x5571735d1400 void 0.000114
+gallium_dri.so free 0x5571735d1340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1340 0.000112
+gallium_dri.so free 0x5571735d14c0 void 0.000114
+gallium_dri.so free 0x5571735d1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1340 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000115
+gallium_dri.so free 0x5571735d1340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1530 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so free 0x5571735d1530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d15f0 0.000113
+gallium_dri.so free 0x5571735d16c0 void 0.000113
+gallium_dri.so free 0x5571735d15f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d1710 0.000115
+gallium_dri.so free 0x5571735d1780 void 0.000140
+gallium_dri.so free 0x5571735d1710 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17a0 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so free 0x5571735d17a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17f0 0.000112
+gallium_dri.so free 0x5571735d18c0 void 0.000113
+gallium_dri.so free 0x5571735d17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17f0 0.000113
+gallium_dri.so free 0x5571735d1940 void 0.000113
+gallium_dri.so free 0x5571735d17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1940 0.000114
+gallium_dri.so free 0x5571735d1a00 void 0.000113
+gallium_dri.so free 0x5571735d1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1940 0.000112
+gallium_dri.so free 0x5571735d1b00 void 0.000137
+gallium_dri.so free 0x5571735d1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000113
+gallium_dri.so free 0x5571735d1b40 void 0.000113
+gallium_dri.so free 0x5571735d1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000113
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so free 0x5571735d1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c40 0.000112
+gallium_dri.so free 0x5571735d1cc0 void 0.000115
+gallium_dri.so free 0x5571735d1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000117
+gallium_dri.so free 0x5571735d1d80 void 0.000114
+gallium_dri.so free 0x5571735d1cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000113
+gallium_dri.so free 0x5571735d1e00 void 0.000114
+gallium_dri.so free 0x5571735d1cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1e30 0.000114
+gallium_dri.so free 0x5571735d1e80 void 0.000114
+gallium_dri.so free 0x5571735d1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x5571735d1f80 void 0.000112
+gallium_dri.so free 0x5571735d1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000112
+gallium_dri.so free 0x5571735d2100 void 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2040 0.000112
+gallium_dri.so free 0x5571735d2180 void 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000122
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000105
+gallium_dri.so malloc 72 0x5571735d21b0 0.000116
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735d21b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d22b0 0.000147
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so free 0x5571735d22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2370 0.000125
+gallium_dri.so free 0x5571735d2440 void 0.000130
+gallium_dri.so free 0x5571735d2370 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2370 0.000124
+gallium_dri.so free 0x5571735d2500 void 0.000122
+gallium_dri.so free 0x5571735d2370 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2370 0.000122
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2570 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000116
+gallium_dri.so free 0x5571735d2570 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2690 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000114
+gallium_dri.so free 0x5571735d2690 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2720 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000115
+gallium_dri.so free 0x5571735d2720 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2770 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so free 0x5571735d2770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2840 0.000122
+gallium_dri.so free 0x5571735d2900 void 0.000130
+gallium_dri.so free 0x5571735d2840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2840 0.000119
+gallium_dri.so free 0x5571735d2980 void 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2980 0.000118
+gallium_dri.so free 0x5571735d2a40 void 0.000116
+gallium_dri.so free 0x5571735d2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2980 0.000117
+gallium_dri.so free 0x5571735d2b00 void 0.000114
+gallium_dri.so free 0x5571735d2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2980 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000113
+gallium_dri.so free 0x5571735d2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000114
+gallium_dri.so free 0x5571735d2c40 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c90 0.000114
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x5571735d2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d40 0.000113
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d40 0.000112
+gallium_dri.so free 0x5571735d2e40 void 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2e70 0.000135
+gallium_dri.so free 0x5571735d2ec0 void 0.000124
+gallium_dri.so free 0x5571735d2e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2e70 0.000121
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d2e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f70 0.000149
+gallium_dri.so free 0x5571735d3080 void 0.000122
+gallium_dri.so free 0x5571735d2f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3030 0.000121
+gallium_dri.so free 0x5571735d30c0 void 0.000120
+gallium_dri.so free 0x5571735d3030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3030 0.000120
+gallium_dri.so free 0x5571735d3180 void 0.000122
+gallium_dri.so free 0x5571735d3030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31f0 0.000121
+gallium_dri.so free 0x5571735d3240 void 0.000124
+gallium_dri.so free 0x5571735d31f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31f0 0.000120
+gallium_dri.so free 0x5571735d3340 void 0.000123
+gallium_dri.so free 0x5571735d31f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d32f0 0.000121
+gallium_dri.so free 0x5571735d3400 void 0.000121
+gallium_dri.so free 0x5571735d32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d33b0 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000199
+gallium_dri.so free 0x5571735d33b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d33b0 0.000121
+gallium_dri.so free 0x5571735d3500 void 0.000121
+gallium_dri.so free 0x5571735d33b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3540 0.000121
+gallium_dri.so free 0x5571735d35c0 void 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000121
+gallium_dri.so malloc 72 0x5571735d35c0 0.000121
+gallium_dri.so free 0x5571735d3680 void 0.000121
+gallium_dri.so free 0x5571735d35c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d35c0 0.000121
+gallium_dri.so free 0x5571735d3740 void 0.000123
+gallium_dri.so free 0x5571735d35c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3760 0.000121
+gallium_dri.so free 0x5571735d3800 void 0.000121
+gallium_dri.so free 0x5571735d3760 void 0.000120
+gallium_dri.so malloc 72 0x5571735d37b0 0.000127
+gallium_dri.so free 0x5571735d3880 void 0.000121
+gallium_dri.so free 0x5571735d37b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37b0 0.000121
+gallium_dri.so free 0x5571735d3900 void 0.000121
+gallium_dri.so free 0x5571735d37b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3900 0.000118
+gallium_dri.so free 0x5571735d39c0 void 0.000122
+gallium_dri.so free 0x5571735d3900 void 0.000174
+gallium_dri.so malloc 72 0x5571735d3900 0.000116
+gallium_dri.so free 0x5571735d3a80 void 0.000115
+gallium_dri.so free 0x5571735d3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3900 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d3900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3af0 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so free 0x5571735d3af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so free 0x5571735d3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000116
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so free 0x5571735d3cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d60 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so free 0x5571735d3d60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3db0 0.000112
+gallium_dri.so free 0x5571735d3e80 void 0.000115
+gallium_dri.so free 0x5571735d3db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3db0 0.000118
+gallium_dri.so free 0x5571735d3f00 void 0.000114
+gallium_dri.so free 0x5571735d3db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3f00 0.000116
+gallium_dri.so free 0x5571735d3fc0 void 0.000115
+gallium_dri.so free 0x5571735d3f00 void 0.000241
+gallium_dri.so malloc 72 0x5571735d3f00 0.000201
+gallium_dri.so free 0x5571735d40c0 void 0.000163
+gallium_dri.so free 0x5571735d3f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4070 0.000124
+gallium_dri.so free 0x5571735d4100 void 0.000124
+gallium_dri.so free 0x5571735d4070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4070 0.000124
+gallium_dri.so free 0x5571735d41c0 void 0.000127
+gallium_dri.so free 0x5571735d4070 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4200 0.000126
+gallium_dri.so free 0x5571735d4280 void 0.000128
+gallium_dri.so free 0x5571735d4200 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4280 0.000144
+gallium_dri.so free 0x5571735d4340 void 0.000122
+gallium_dri.so free 0x5571735d4280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4280 0.000122
+gallium_dri.so free 0x5571735d43c0 void 0.000122
+gallium_dri.so free 0x5571735d4280 void 0.000116
+gallium_dri.so malloc 72 0x5571735d43f0 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000121
+gallium_dri.so free 0x5571735d43f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d43f0 0.000121
+gallium_dri.so free 0x5571735d4540 void 0.000143
+gallium_dri.so free 0x5571735d43f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4580 0.000121
+gallium_dri.so free 0x5571735d4600 void 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4600 0.000121
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d4600 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4600 0.000120
+gallium_dri.so free 0x5571735d4740 void 0.000117
+gallium_dri.so free 0x5571735d4600 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x5571735d47c0 void 0.000116
+gallium_dri.so free 0x5571735d4770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4770 0.000121
+gallium_dri.so free 0x5571735d48c0 void 0.000122
+gallium_dri.so free 0x5571735d4770 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4870 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000121
+gallium_dri.so free 0x5571735d4870 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4930 0.000121
+gallium_dri.so free 0x5571735d4a00 void 0.000121
+gallium_dri.so free 0x5571735d4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4930 0.000117
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so free 0x5571735d4930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4930 0.000147
+gallium_dri.so free 0x5571735d4b80 void 0.000135
+gallium_dri.so free 0x5571735d4930 void 0.000136
+gallium_dri.so malloc 72 0x5571735d4b30 0.000135
+gallium_dri.so free 0x5571735d4c00 void 0.000131
+gallium_dri.so free 0x5571735d4b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4c50 0.000132
+gallium_dri.so free 0x5571735d4cc0 void 0.000133
+gallium_dri.so free 0x5571735d4c50 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4ce0 0.000132
+gallium_dri.so free 0x5571735d4d80 void 0.000134
+gallium_dri.so free 0x5571735d4ce0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4d30 0.000130
+gallium_dri.so free 0x5571735d4e00 void 0.000133
+gallium_dri.so free 0x5571735d4d30 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4e00 0.000133
+gallium_dri.so free 0x5571735d4ec0 void 0.000133
+gallium_dri.so free 0x5571735d4e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4e00 0.000134
+gallium_dri.so free 0x5571735d4f40 void 0.000133
+gallium_dri.so free 0x5571735d4e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4f40 0.000134
+gallium_dri.so free 0x5571735d5000 void 0.000134
+gallium_dri.so free 0x5571735d4f40 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4f40 0.000143
+gallium_dri.so free 0x5571735d50c0 void 0.000132
+gallium_dri.so free 0x5571735d4f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4f40 0.000134
+gallium_dri.so free 0x5571735d5180 void 0.000133
+gallium_dri.so free 0x5571735d4f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5130 0.000132
+gallium_dri.so free 0x5571735d5200 void 0.000132
+gallium_dri.so free 0x5571735d5130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5250 0.000133
+gallium_dri.so free 0x5571735d52c0 void 0.000133
+gallium_dri.so free 0x5571735d5250 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5300 0.000132
+gallium_dri.so free 0x5571735d5380 void 0.000132
+gallium_dri.so free 0x5571735d5300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5300 0.000133
+gallium_dri.so free 0x5571735d5400 void 0.000135
+gallium_dri.so free 0x5571735d5300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5430 0.000133
+gallium_dri.so free 0x5571735d5480 void 0.000133
+gallium_dri.so free 0x5571735d5430 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5430 0.000134
+gallium_dri.so free 0x5571735d5580 void 0.000129
+gallium_dri.so free 0x5571735d5430 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5530 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000133
+gallium_dri.so free 0x5571735d5530 void 0.000128
+gallium_dri.so malloc 72 0x5571735d55f0 0.000129
+gallium_dri.so free 0x5571735d5680 void 0.000129
+gallium_dri.so free 0x5571735d55f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d55f0 0.000132
+gallium_dri.so free 0x5571735d5740 void 0.000132
+gallium_dri.so free 0x5571735d55f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d57b0 0.000128
+gallium_dri.so free 0x5571735d5800 void 0.000134
+gallium_dri.so free 0x5571735d57b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d57b0 0.000131
+gallium_dri.so free 0x5571735d5900 void 0.000134
+gallium_dri.so free 0x5571735d57b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d58b0 0.000133
+gallium_dri.so free 0x5571735d59c0 void 0.000140
+gallium_dri.so free 0x5571735d58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5970 0.000119
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so free 0x5571735d5970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5970 0.000121
+gallium_dri.so free 0x5571735d5ac0 void 0.000120
+gallium_dri.so free 0x5571735d5970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5b00 0.000126
+gallium_dri.so free 0x5571735d5b80 void 0.000119
+gallium_dri.so free 0x5571735d5b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5b80 0.000121
+gallium_dri.so free 0x5571735d5c40 void 0.000117
+gallium_dri.so free 0x5571735d5b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5b80 0.000118
+gallium_dri.so free 0x5571735d5d00 void 0.000120
+gallium_dri.so free 0x5571735d5b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5d20 0.000117
+gallium_dri.so free 0x5571735d5dc0 void 0.000120
+gallium_dri.so free 0x5571735d5d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5d70 0.000117
+gallium_dri.so free 0x5571735d5e40 void 0.000120
+gallium_dri.so free 0x5571735d5d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5d70 0.000120
+gallium_dri.so free 0x5571735d5ec0 void 0.000120
+gallium_dri.so free 0x5571735d5d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000120
+gallium_dri.so free 0x5571735d5f80 void 0.000120
+gallium_dri.so free 0x5571735d5ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000120
+gallium_dri.so free 0x5571735d6040 void 0.000117
+gallium_dri.so free 0x5571735d5ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000120
+gallium_dri.so free 0x5571735d6100 void 0.000120
+gallium_dri.so free 0x5571735d5ec0 void 0.000160
+gallium_dri.so malloc 72 0x5571735d60b0 0.000118
+gallium_dri.so free 0x5571735d61c0 void 0.000121
+gallium_dri.so free 0x5571735d60b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6170 0.000120
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so free 0x5571735d6170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6290 0.000117
+gallium_dri.so free 0x5571735d6300 void 0.000120
+gallium_dri.so free 0x5571735d6290 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6320 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000117
+gallium_dri.so free 0x5571735d6320 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6370 0.000121
+gallium_dri.so free 0x5571735d6440 void 0.000119
+gallium_dri.so free 0x5571735d6370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6370 0.000118
+gallium_dri.so free 0x5571735d64c0 void 0.000117
+gallium_dri.so free 0x5571735d6370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d64c0 0.000120
+gallium_dri.so free 0x5571735d6580 void 0.000120
+gallium_dri.so free 0x5571735d64c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d64c0 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000120
+gallium_dri.so free 0x5571735d64c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6630 0.000120
+gallium_dri.so free 0x5571735d66c0 void 0.000140
+gallium_dri.so free 0x5571735d6630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6630 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000117
+gallium_dri.so free 0x5571735d6630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d67c0 0.000117
+gallium_dri.so free 0x5571735d6840 void 0.000116
+gallium_dri.so free 0x5571735d67c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6840 0.000121
+gallium_dri.so free 0x5571735d6900 void 0.000122
+gallium_dri.so free 0x5571735d6840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6840 0.000116
+gallium_dri.so free 0x5571735d6980 void 0.000120
+gallium_dri.so free 0x5571735d6840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571735d6a00 void 0.000124
+gallium_dri.so free 0x5571735d69b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d69b0 0.000116
+gallium_dri.so free 0x5571735d6b00 void 0.000121
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b40 0.000118
+gallium_dri.so free 0x5571735d6bc0 void 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735d6bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000164
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735d6bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000117
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so free 0x5571735d6bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000119
+gallium_dri.so free 0x5571735eb580 void 0.000120
+gallium_dri.so free 0x5571735eb4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000121
+gallium_dri.so free 0x5571735eb5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000124
+gallium_dri.so free 0x5571735eb740 void 0.000122
+gallium_dri.so free 0x5571735eb6a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000120
+gallium_dri.so free 0x5571735eb780 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000118
+gallium_dri.so free 0x5571735eb840 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb880 0.000117
+gallium_dri.so free 0x5571735eb900 void 0.000118
+gallium_dri.so free 0x5571735eb880 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb900 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb900 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb900 0.000116
+gallium_dri.so free 0x5571735eba40 void 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba70 0.000121
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so free 0x5571735eba70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebac0 0.000117
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebac0 0.000116
+gallium_dri.so free 0x5571735ebc80 void 0.000117
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc30 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000117
+gallium_dri.so free 0x5571735ebc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebd80 void 0.000117
+gallium_dri.so free 0x5571735ebcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000116
+gallium_dri.so free 0x5571735ebe40 void 0.000122
+gallium_dri.so free 0x5571735ebcf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebe80 0.000120
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so free 0x5571735ebe80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf00 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebf00 0.000117
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so free 0x5571735ebf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf00 0.000118
+gallium_dri.so free 0x5571735ec100 void 0.000125
+gallium_dri.so free 0x5571735ebf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf00 0.000116
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec170 0.000117
+gallium_dri.so free 0x5571735ec240 void 0.000121
+gallium_dri.so free 0x5571735ec170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec290 0.000119
+gallium_dri.so free 0x5571735ec300 void 0.000118
+gallium_dri.so free 0x5571735ec290 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec320 0.000119
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec320 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec370 0.000117
+gallium_dri.so free 0x5571735ec440 void 0.000122
+gallium_dri.so free 0x5571735ec370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec370 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000117
+gallium_dri.so free 0x5571735ec370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000119
+gallium_dri.so free 0x5571735ec5c0 void 0.000166
+gallium_dri.so free 0x5571735ec4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec610 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x5571735ec610 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000119
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000120
+gallium_dri.so free 0x5571735ec7c0 void 0.000119
+gallium_dri.so free 0x5571735ec6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000120
+gallium_dri.so free 0x5571735ec6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec840 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec840 0.000118
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec840 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecab0 0.000117
+gallium_dri.so free 0x5571735ecb00 void 0.000120
+gallium_dri.so free 0x5571735ecab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecab0 0.000129
+gallium_dri.so free 0x5571735ecc00 void 0.000117
+gallium_dri.so free 0x5571735ecab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000120
+gallium_dri.so free 0x5571735eccc0 void 0.000120
+gallium_dri.so free 0x5571735ecbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc70 0.000119
+gallium_dri.so free 0x5571735ecd00 void 0.000120
+gallium_dri.so free 0x5571735ecc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc70 0.000118
+gallium_dri.so free 0x5571735ecdc0 void 0.000118
+gallium_dri.so free 0x5571735ecc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece10 0.000117
+gallium_dri.so free 0x5571735ece80 void 0.000120
+gallium_dri.so free 0x5571735ece10 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecec0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so free 0x5571735ecec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecf40 0.000119
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed080 void 0.000126
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000117
+gallium_dri.so free 0x5571735ed100 void 0.000120
+gallium_dri.so free 0x5571735ed0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000117
+gallium_dri.so free 0x5571735ed200 void 0.000120
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x5571735ed1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed270 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed360 0.000120
+gallium_dri.so free 0x5571735ed400 void 0.000119
+gallium_dri.so free 0x5571735ed360 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000121
+gallium_dri.so free 0x5571735ed3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000121
+gallium_dri.so free 0x5571735ed500 void 0.000122
+gallium_dri.so free 0x5571735ed3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed500 0.000119
+gallium_dri.so free 0x5571735ed5c0 void 0.000122
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed500 0.000120
+gallium_dri.so free 0x5571735ed680 void 0.000122
+gallium_dri.so free 0x5571735ed500 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed500 0.000119
+gallium_dri.so free 0x5571735ed740 void 0.000220
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735eae40 void 0.000117
+gallium_dri.so free 0x5571735ed6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735afa00 void 0.000118
+gallium_dri.so free 0x5571735ed6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000119
+gallium_dri.so free 0x5571735ea800 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735af9b0 0.000115
+gallium_dri.so free 0x5571735bba40 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735a2880 void 0.000120
+gallium_dri.so free 0x5571735af9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a2830 0.000120
+gallium_dri.so free 0x5571735bb680 void 0.000119
+gallium_dri.so free 0x5571735a2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb680 0.000120
+gallium_dri.so free 0x5571735ea740 void 0.000120
+gallium_dri.so free 0x5571735bb680 void 0.000116
+gallium_dri.so malloc 72 0x5571735bb680 0.000116
+gallium_dri.so free 0x5571735bc180 void 0.000120
+gallium_dri.so free 0x5571735bb680 void 0.000117
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000128
+gallium_dri.so free 0x5571735af300 void 0.000116
+gallium_dri.so free 0x5571735bc1a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000115
+gallium_dri.so free 0x5571735bca40 void 0.000117
+gallium_dri.so free 0x5571735bc1a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000117
+gallium_dri.so free 0x5571735bbe00 void 0.000118
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000119
+gallium_dri.so free 0x5571735ea9c0 void 0.000119
+gallium_dri.so free 0x5571735bbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000125
+gallium_dri.so free 0x5571735b8980 void 0.000117
+gallium_dri.so free 0x5571735bbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000117
+gallium_dri.so free 0x5571735bbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735baf00 0.000115
+gallium_dri.so free 0x5571735b8040 void 0.000117
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000116
+gallium_dri.so free 0x5571735bc5c0 void 0.000108
+gallium_dri.so free 0x5571735b7ff0 void 0.000256
+gallium_dri.so malloc 72 0x5571735bc610 0.000179
+gallium_dri.so free 0x5571735b5b40 void 0.000197
+gallium_dri.so free 0x5571735bc610 void 0.000116
+gallium_dri.so malloc 72 0x5571735bc610 0.000210
+gallium_dri.so free 0x5571735eb0c0 void 0.000271
+gallium_dri.so free 0x5571735bc610 void 0.000302
+gallium_dri.so malloc 72 0x5571735eb070 0.000197
+gallium_dri.so free 0x5571735eab00 void 0.000190
+gallium_dri.so free 0x5571735eb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb070 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so free 0x5571735eb070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bb280 0.000117
+gallium_dri.so free 0x5571735b7c80 void 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735bb280 0.000117
+gallium_dri.so free 0x5571735b7e40 void 0.000118
+gallium_dri.so free 0x5571735bb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7e60 0.000118
+gallium_dri.so free 0x5571735b7f00 void 0.000117
+gallium_dri.so free 0x5571735b7e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000117
+gallium_dri.so free 0x5571735b7700 void 0.000127
+gallium_dri.so free 0x5571735b7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7740 0.000110
+gallium_dri.so free 0x5571735b7900 void 0.000109
+gallium_dri.so free 0x5571735b7740 void 0.000111
+gallium_dri.so malloc 72 0x5571735b78b0 0.000109
+gallium_dri.so free 0x5571735b7a80 void 0.000109
+gallium_dri.so free 0x5571735b78b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b78b0 0.000110
+gallium_dri.so free 0x5571735b7b40 void 0.000110
+gallium_dri.so free 0x5571735b78b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b78b0 0.000110
+gallium_dri.so free 0x5571735e9bc0 void 0.000111
+gallium_dri.so free 0x5571735b78b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e9c30 0.000110
+gallium_dri.so free 0x5571735ea580 void 0.000111
+gallium_dri.so free 0x5571735e9c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e9c30 0.000110
+gallium_dri.so free 0x5571735adbc0 void 0.000109
+gallium_dri.so free 0x5571735e9c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735adb70 0.000110
+gallium_dri.so free 0x5571735adc80 void 0.000111
+gallium_dri.so free 0x5571735adb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735adc30 0.000120
+gallium_dri.so free 0x5571735ea680 void 0.000115
+gallium_dri.so free 0x5571735adc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ea630 0.000111
+gallium_dri.so free 0x5571735ed580 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000126
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735ed600 void 0.000121
+gallium_dri.so free 0x5571735ea630 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed600 0.000129
+gallium_dri.so free 0x5571735b9380 void 0.000126
+gallium_dri.so free 0x5571735ed600 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed600 0.000120
+gallium_dri.so free 0x5571735b9440 void 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000125
+gallium_dri.so malloc 72 0x5571735b9460 0.000124
+gallium_dri.so free 0x5571735afe40 void 0.000120
+gallium_dri.so free 0x5571735b9460 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9460 0.000118
+gallium_dri.so free 0x5571735aff00 void 0.000120
+gallium_dri.so free 0x5571735b9460 void 0.000140
+gallium_dri.so malloc 72 0x5571735afeb0 0.000122
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735afeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7510 0.000118
+gallium_dri.so free 0x5571735d7580 void 0.000119
+gallium_dri.so free 0x5571735d7510 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75a0 0.000119
+gallium_dri.so free 0x5571735aff80 void 0.000120
+gallium_dri.so free 0x5571735d75a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75a0 0.000212
+gallium_dri.so free 0x5571735addc0 void 0.000131
+gallium_dri.so free 0x5571735d75a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735addc0 0.000129
+gallium_dri.so free 0x5571735d7640 void 0.000125
+gallium_dri.so free 0x5571735addc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d75f0 0.000122
+gallium_dri.so free 0x5571735ade80 void 0.000124
+gallium_dri.so free 0x5571735d75f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ade80 0.000124
+gallium_dri.so free 0x5571735a8c40 void 0.000122
+gallium_dri.so free 0x5571735ade80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ade80 0.000122
+gallium_dri.so free 0x5571735a8cc0 void 0.000123
+gallium_dri.so free 0x5571735ade80 void 0.000123
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000122
+gallium_dri.so free 0x5571735a8d40 void 0.000126
+gallium_dri.so free 0x5571735a8cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000124
+gallium_dri.so free 0x5571735a8ec0 void 0.000124
+gallium_dri.so free 0x5571735a8cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000124
+gallium_dri.so free 0x5571735a8f80 void 0.000124
+gallium_dri.so free 0x5571735a8ec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000123
+gallium_dri.so free 0x5571735a9080 void 0.000131
+gallium_dri.so free 0x5571735a8ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a9030 0.000116
+gallium_dri.so free 0x5571735a89c0 void 0.000115
+gallium_dri.so free 0x5571735a9030 void 0.000116
+gallium_dri.so malloc 72 0x5571735a9030 0.000116
+gallium_dri.so free 0x5571735a8a80 void 0.000116
+gallium_dri.so free 0x5571735a9030 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000115
+gallium_dri.so free 0x5571735a9140 void 0.000116
+gallium_dri.so free 0x5571735a8ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9140 0.000115
+gallium_dri.so free 0x5571735a9200 void 0.000117
+gallium_dri.so free 0x5571735a9140 void 0.000115
+gallium_dri.so malloc 72 0x5571735a9140 0.000116
+gallium_dri.so free 0x5571735a8b40 void 0.000115
+gallium_dri.so free 0x5571735a9140 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8b70 0.000115
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so free 0x5571735a8b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735a8b70 0.000116
+gallium_dri.so free 0x5571735a9280 void 0.000117
+gallium_dri.so free 0x5571735a8b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735a92c0 0.000109
+gallium_dri.so free 0x5571735b6040 void 0.000111
+gallium_dri.so free 0x5571735a92c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6090 0.000111
+gallium_dri.so free 0x5571735a71c0 void 0.000122
+gallium_dri.so free 0x5571735b6090 void 0.000114
+gallium_dri.so malloc 72 0x5571735a71e0 0.000111
+gallium_dri.so free 0x5571735a7280 void 0.000111
+gallium_dri.so free 0x5571735a71e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a7230 0.000113
+gallium_dri.so free 0x5571735a7300 void 0.000118
+gallium_dri.so free 0x5571735a7230 void 0.000114
+gallium_dri.so malloc 72 0x5571735a7230 0.000113
+gallium_dri.so free 0x5571735ae700 void 0.000113
+gallium_dri.so free 0x5571735a7230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ae750 0.000116
+gallium_dri.so free 0x5571735ae7c0 void 0.000118
+gallium_dri.so free 0x5571735ae750 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae820 0.000112
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so free 0x5571735ae820 void 0.000110
+gallium_dri.so malloc 72 0x5571735ae820 0.000113
+gallium_dri.so free 0x5571734f6100 void 0.000114
+gallium_dri.so free 0x5571735ae820 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae820 0.000113
+gallium_dri.so free 0x5571734f61c0 void 0.000114
+gallium_dri.so free 0x5571735ae820 void 0.000117
+gallium_dri.so malloc 72 0x5571734f6170 0.000114
+gallium_dri.so free 0x5571735be540 void 0.000113
+gallium_dri.so free 0x5571734f6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735be590 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so free 0x5571735be590 void 0.000115
+gallium_dri.so malloc 72 0x5571735be620 0.000111
+gallium_dri.so free 0x5571735be6c0 void 0.000112
+gallium_dri.so free 0x5571735be620 void 0.000112
+gallium_dri.so malloc 72 0x5571735be670 0.000111
+gallium_dri.so free 0x5571735b0100 void 0.000112
+gallium_dri.so free 0x5571735be670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0100 0.000113
+gallium_dri.so free 0x5571735b01c0 void 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0100 0.000124
+gallium_dri.so free 0x5571735b0240 void 0.000125
+gallium_dri.so free 0x5571735b0100 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0240 0.000118
+gallium_dri.so free 0x5571735b6e80 void 0.000118
+gallium_dri.so free 0x5571735b0240 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0240 0.000117
+gallium_dri.so free 0x5571735b6f00 void 0.000118
+gallium_dri.so free 0x5571735b0240 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6f30 0.000118
+gallium_dri.so free 0x5571735b6f80 void 0.000118
+gallium_dri.so free 0x5571735b6f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6f30 0.000117
+gallium_dri.so free 0x5571735b7080 void 0.000118
+gallium_dri.so free 0x5571735b6f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7030 0.000118
+gallium_dri.so free 0x5571735af000 void 0.000114
+gallium_dri.so free 0x5571735b7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7030 0.000109
+gallium_dri.so free 0x5571735af100 void 0.000110
+gallium_dri.so free 0x5571735b7030 void 0.000109
+gallium_dri.so malloc 72 0x5571735af0b0 0.000110
+gallium_dri.so free 0x5571735af140 void 0.000111
+gallium_dri.so free 0x5571735af0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735af0b0 0.000110
+gallium_dri.so free 0x5571735af200 void 0.000113
+gallium_dri.so free 0x5571735af0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735af240 0.000110
+gallium_dri.so free 0x5571735b0740 void 0.000109
+gallium_dri.so free 0x5571735af240 void 0.000109
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b0800 void 0.000109
+gallium_dri.so free 0x5571735b0740 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b08c0 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b8180 void 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000121
+gallium_dri.so malloc 72 0x5571735b81f0 0.000117
+gallium_dri.so free 0x5571735b8240 void 0.000114
+gallium_dri.so free 0x5571735b81f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81f0 0.000110
+gallium_dri.so free 0x5571735b8340 void 0.000137
+gallium_dri.so free 0x5571735b81f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b82f0 0.000125
+gallium_dri.so free 0x5571735b8400 void 0.000127
+gallium_dri.so free 0x5571735b82f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b83b0 0.000126
+gallium_dri.so free 0x5571735b0980 void 0.000120
+gallium_dri.so free 0x5571735b83b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0930 0.000123
+gallium_dri.so free 0x5571735d9300 void 0.000126
+gallium_dri.so free 0x5571735b0930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d92b0 0.000118
+gallium_dri.so free 0x5571735d9380 void 0.000117
+gallium_dri.so free 0x5571735d92b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d93d0 0.000125
+gallium_dri.so free 0x5571735d9440 void 0.000124
+gallium_dri.so free 0x5571735d93d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d94a0 0.000123
+gallium_dri.so free 0x5571735d9540 void 0.000123
+gallium_dri.so free 0x5571735d94a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d94f0 0.000125
+gallium_dri.so free 0x5571735d9580 void 0.000121
+gallium_dri.so free 0x5571735d94f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d94f0 0.000125
+gallium_dri.so free 0x5571735b71c0 void 0.000159
+gallium_dri.so free 0x5571735d94f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7170 0.000121
+gallium_dri.so free 0x5571735b7240 void 0.000123
+gallium_dri.so free 0x5571735b7170 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7290 0.000124
+gallium_dri.so free 0x5571735d9640 void 0.000120
+gallium_dri.so free 0x5571735b7290 void 0.000123
+gallium_dri.so malloc 72 0x5571735d9660 0.000124
+gallium_dri.so free 0x5571735b7300 void 0.000120
+gallium_dri.so free 0x5571735d9660 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7330 0.000122
+gallium_dri.so free 0x5571735b7380 void 0.000124
+gallium_dri.so free 0x5571735b7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7380 0.000118
+gallium_dri.so free 0x5571735b7440 void 0.000121
+gallium_dri.so free 0x5571735b7380 void 0.000122
+gallium_dri.so malloc 72 0x5571735b7380 0.000119
+gallium_dri.so free 0x5571735b7540 void 0.000119
+gallium_dri.so free 0x5571735b7380 void 0.000118
+gallium_dri.so malloc 72 0x5571735b74f0 0.000123
+gallium_dri.so free 0x5571735b7600 void 0.000125
+gallium_dri.so free 0x5571735b74f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b75b0 0.000125
+gallium_dri.so free 0x5571735b61c0 void 0.000130
+gallium_dri.so free 0x5571735b75b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b75b0 0.000122
+gallium_dri.so free 0x5571735b6280 void 0.000119
+gallium_dri.so free 0x5571735b75b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6230 0.000123
+gallium_dri.so free 0x5571735b6300 void 0.000124
+gallium_dri.so free 0x5571735b6230 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6350 0.000122
+gallium_dri.so free 0x5571735b63c0 void 0.000124
+gallium_dri.so free 0x5571735b6350 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6400 0.000124
+gallium_dri.so free 0x5571735b6480 void 0.000123
+gallium_dri.so free 0x5571735b6400 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6400 0.000119
+gallium_dri.so free 0x5571735b6500 void 0.000123
+gallium_dri.so free 0x5571735b6400 void 0.000123
+gallium_dri.so malloc 72 0x5571735b6530 0.000121
+gallium_dri.so free 0x5571735b6580 void 0.000117
+gallium_dri.so free 0x5571735b6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6680 void 0.000119
+gallium_dri.so free 0x5571735b6530 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6630 0.000118
+gallium_dri.so free 0x5571735b6740 void 0.000118
+gallium_dri.so free 0x5571735b6630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b66f0 0.000123
+gallium_dri.so free 0x5571735b6780 void 0.000129
+gallium_dri.so free 0x5571735b66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b66f0 0.000117
+gallium_dri.so free 0x5571735b6840 void 0.000117
+gallium_dri.so free 0x5571735b66f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b68b0 0.000122
+gallium_dri.so free 0x5571735b51c0 void 0.000118
+gallium_dri.so free 0x5571735b68b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b68b0 0.000117
+gallium_dri.so free 0x5571735b52c0 void 0.000118
+gallium_dri.so free 0x5571735b68b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5270 0.000118
+gallium_dri.so free 0x5571735b6900 void 0.000118
+gallium_dri.so free 0x5571735b5270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5270 0.000119
+gallium_dri.so free 0x5571735b5380 void 0.000118
+gallium_dri.so free 0x5571735b5270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5330 0.000118
+gallium_dri.so free 0x5571735b5400 void 0.000118
+gallium_dri.so free 0x5571735b5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5330 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000119
+gallium_dri.so free 0x5571735b5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5480 0.000118
+gallium_dri.so free 0x5571735b5540 void 0.000118
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5480 0.000117
+gallium_dri.so free 0x5571735b5640 void 0.000165
+gallium_dri.so free 0x5571735b5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5480 0.000118
+gallium_dri.so free 0x5571735b56c0 void 0.000118
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56f0 0.000118
+gallium_dri.so free 0x5571735b5740 void 0.000117
+gallium_dri.so free 0x5571735b56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56f0 0.000118
+gallium_dri.so free 0x5571735b5840 void 0.000118
+gallium_dri.so free 0x5571735b56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b57f0 0.000118
+gallium_dri.so free 0x5571735b5900 void 0.000117
+gallium_dri.so free 0x5571735b57f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b58b0 0.000124
+gallium_dri.so free 0x5571735b5940 void 0.000119
+gallium_dri.so free 0x5571735b58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b58b0 0.000117
+gallium_dri.so free 0x5571735b22c0 void 0.000118
+gallium_dri.so free 0x5571735b58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2270 0.000118
+gallium_dri.so free 0x5571735b2380 void 0.000122
+gallium_dri.so free 0x5571735b2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2330 0.000117
+gallium_dri.so free 0x5571735b2400 void 0.000118
+gallium_dri.so free 0x5571735b2330 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2450 0.000127
+gallium_dri.so free 0x5571735b24c0 void 0.000118
+gallium_dri.so free 0x5571735b2450 void 0.000120
+gallium_dri.so malloc 72 0x5571735b24e0 0.000118
+gallium_dri.so free 0x5571735b2580 void 0.000118
+gallium_dri.so free 0x5571735b24e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000117
+gallium_dri.so free 0x5571735b2600 void 0.000118
+gallium_dri.so free 0x5571735b2530 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000119
+gallium_dri.so free 0x5571735b2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2680 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2680 0.000118
+gallium_dri.so free 0x5571735b2840 void 0.000120
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b27f0 0.000117
+gallium_dri.so free 0x5571735b2880 void 0.000120
+gallium_dri.so free 0x5571735b27f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b27f0 0.000117
+gallium_dri.so free 0x5571735b2940 void 0.000117
+gallium_dri.so free 0x5571735b27f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2980 0.000118
+gallium_dri.so free 0x5571735b2a00 void 0.000118
+gallium_dri.so free 0x5571735b2980 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2a00 0.000118
+gallium_dri.so free 0x5571735b2ac0 void 0.000118
+gallium_dri.so free 0x5571735b2a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2a00 0.000118
+gallium_dri.so free 0x5571735b2b40 void 0.000118
+gallium_dri.so free 0x5571735b2a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2b70 0.000118
+gallium_dri.so free 0x5571735d98c0 void 0.000118
+gallium_dri.so free 0x5571735b2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2b70 0.000117
+gallium_dri.so free 0x5571735d99c0 void 0.000119
+gallium_dri.so free 0x5571735b2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9a00 0.000120
+gallium_dri.so free 0x5571735d9a80 void 0.000117
+gallium_dri.so free 0x5571735d9a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9a80 0.000118
+gallium_dri.so free 0x5571735d9b40 void 0.000118
+gallium_dri.so free 0x5571735d9a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9a80 0.000117
+gallium_dri.so free 0x5571735d9bc0 void 0.000117
+gallium_dri.so free 0x5571735d9a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000117
+gallium_dri.so free 0x5571735d9c40 void 0.000118
+gallium_dri.so free 0x5571735d9bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000120
+gallium_dri.so free 0x5571735d9d40 void 0.000118
+gallium_dri.so free 0x5571735d9bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000118
+gallium_dri.so free 0x5571735d9e00 void 0.000117
+gallium_dri.so free 0x5571735d9cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9db0 0.000119
+gallium_dri.so free 0x5571735d9e80 void 0.000122
+gallium_dri.so free 0x5571735d9db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9db0 0.000117
+gallium_dri.so free 0x5571735d9f40 void 0.000118
+gallium_dri.so free 0x5571735d9db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9db0 0.000117
+gallium_dri.so free 0x5571735da000 void 0.000118
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000118
+gallium_dri.so free 0x5571735da080 void 0.000118
+gallium_dri.so free 0x5571735d9fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735da0d0 0.000117
+gallium_dri.so free 0x5571735da140 void 0.000120
+gallium_dri.so free 0x5571735da0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da160 0.000119
+gallium_dri.so free 0x5571735da200 void 0.000118
+gallium_dri.so free 0x5571735da160 void 0.000118
+gallium_dri.so malloc 72 0x5571735da1b0 0.000117
+gallium_dri.so free 0x5571735da280 void 0.000117
+gallium_dri.so free 0x5571735da1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da280 0.000117
+gallium_dri.so free 0x5571735da340 void 0.000119
+gallium_dri.so free 0x5571735da280 void 0.000122
+gallium_dri.so malloc 72 0x5571735da280 0.000119
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so free 0x5571735da280 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd840 0.000121
+gallium_dri.so free 0x5571735bd900 void 0.000123
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735bd840 0.000118
+gallium_dri.so free 0x5571735bd9c0 void 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd840 0.000119
+gallium_dri.so free 0x5571735bda80 void 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735bda30 0.000118
+gallium_dri.so free 0x5571735bdb00 void 0.000119
+gallium_dri.so free 0x5571735bda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdb50 0.000120
+gallium_dri.so free 0x5571735bdbc0 void 0.000119
+gallium_dri.so free 0x5571735bdb50 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdc00 0.000118
+gallium_dri.so free 0x5571735bdc80 void 0.000119
+gallium_dri.so free 0x5571735bdc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdc00 0.000117
+gallium_dri.so free 0x5571735bdd00 void 0.000118
+gallium_dri.so free 0x5571735bdc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdd30 0.000118
+gallium_dri.so free 0x5571735bdd80 void 0.000167
+gallium_dri.so free 0x5571735bdd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdd30 0.000119
+gallium_dri.so free 0x5571735bde80 void 0.000118
+gallium_dri.so free 0x5571735bdd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bde30 0.000119
+gallium_dri.so free 0x5571735bdf40 void 0.000118
+gallium_dri.so free 0x5571735bde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdef0 0.000118
+gallium_dri.so free 0x5571735bdf80 void 0.000120
+gallium_dri.so free 0x5571735bdef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdef0 0.000118
+gallium_dri.so free 0x5571735be040 void 0.000118
+gallium_dri.so free 0x5571735bdef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be0b0 0.000119
+gallium_dri.so free 0x5571735be100 void 0.000118
+gallium_dri.so free 0x5571735be0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be0b0 0.000118
+gallium_dri.so free 0x5571735be200 void 0.000119
+gallium_dri.so free 0x5571735be0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be1b0 0.000118
+gallium_dri.so free 0x5571735be2c0 void 0.000125
+gallium_dri.so free 0x5571735be1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735be270 0.000119
+gallium_dri.so free 0x5571735be300 void 0.000123
+gallium_dri.so free 0x5571735be270 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000128
+gallium_dri.so free 0x5571735b9bc0 void 0.000118
+gallium_dri.so free 0x5571735be270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9b70 0.000117
+gallium_dri.so free 0x5571735b9c40 void 0.000118
+gallium_dri.so free 0x5571735b9b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9c90 0.000115
+gallium_dri.so free 0x5571735b9d00 void 0.000116
+gallium_dri.so free 0x5571735b9c90 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9d60 0.000118
+gallium_dri.so free 0x5571735b9e00 void 0.000118
+gallium_dri.so free 0x5571735b9d60 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9db0 0.000117
+gallium_dri.so free 0x5571735b9e40 void 0.000117
+gallium_dri.so free 0x5571735b9db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9db0 0.000118
+gallium_dri.so free 0x5571735b9f00 void 0.000117
+gallium_dri.so free 0x5571735b9db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9f40 0.000116
+gallium_dri.so free 0x5571735b9fc0 void 0.000122
+gallium_dri.so free 0x5571735b9f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000116
+gallium_dri.so free 0x5571735ba080 void 0.000117
+gallium_dri.so free 0x5571735b9fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000116
+gallium_dri.so free 0x5571735ba100 void 0.000118
+gallium_dri.so free 0x5571735b9fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba130 0.000254
+gallium_dri.so free 0x5571735ba180 void 0.000243
+gallium_dri.so free 0x5571735ba130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba180 0.000118
+gallium_dri.so free 0x5571735ba240 void 0.000118
+gallium_dri.so free 0x5571735ba180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba180 0.000118
+gallium_dri.so free 0x5571735ba340 void 0.000118
+gallium_dri.so free 0x5571735ba180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000119
+gallium_dri.so free 0x5571735ba400 void 0.000118
+gallium_dri.so free 0x5571735ba2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000117
+gallium_dri.so free 0x5571735ba440 void 0.000121
+gallium_dri.so free 0x5571735ba3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000118
+gallium_dri.so free 0x5571735ba500 void 0.000118
+gallium_dri.so free 0x5571735ba3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba540 0.000117
+gallium_dri.so free 0x5571735ba5c0 void 0.000118
+gallium_dri.so free 0x5571735ba540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000117
+gallium_dri.so free 0x5571735ba680 void 0.000118
+gallium_dri.so free 0x5571735ba5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000127
+gallium_dri.so free 0x5571735ba700 void 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000119
+gallium_dri.so free 0x5571735ba7c0 void 0.000118
+gallium_dri.so free 0x5571735ba5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000118
+gallium_dri.so free 0x5571735e7340 void 0.000118
+gallium_dri.so free 0x5571735ba5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7380 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000117
+gallium_dri.so free 0x5571735e7380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e74c0 void 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7400 0.000119
+gallium_dri.so free 0x5571735e7540 void 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7570 0.000119
+gallium_dri.so free 0x5571735e75c0 void 0.000120
+gallium_dri.so free 0x5571735e7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7570 0.000118
+gallium_dri.so free 0x5571735e76c0 void 0.000117
+gallium_dri.so free 0x5571735e7570 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7700 0.000117
+gallium_dri.so free 0x5571735e7780 void 0.000118
+gallium_dri.so free 0x5571735e7700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7780 0.000129
+gallium_dri.so free 0x5571735e7840 void 0.000118
+gallium_dri.so free 0x5571735e7780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7780 0.000117
+gallium_dri.so free 0x5571735e78c0 void 0.000118
+gallium_dri.so free 0x5571735e7780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e78f0 0.000119
+gallium_dri.so free 0x5571735e7940 void 0.000118
+gallium_dri.so free 0x5571735e78f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e78f0 0.000118
+gallium_dri.so free 0x5571735e7a40 void 0.000118
+gallium_dri.so free 0x5571735e78f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e79f0 0.000119
+gallium_dri.so free 0x5571735e7b00 void 0.000118
+gallium_dri.so free 0x5571735e79f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000118
+gallium_dri.so free 0x5571735e7b80 void 0.000118
+gallium_dri.so free 0x5571735e7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000117
+gallium_dri.so free 0x5571735e7c40 void 0.000118
+gallium_dri.so free 0x5571735e7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000118
+gallium_dri.so free 0x5571735e7d00 void 0.000118
+gallium_dri.so free 0x5571735e7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000119
+gallium_dri.so free 0x5571735e7d80 void 0.000117
+gallium_dri.so free 0x5571735e7cb0 void 0.000189
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000121
+gallium_dri.so free 0x5571735e7e40 void 0.000119
+gallium_dri.so free 0x5571735e7dd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7e60 0.000118
+gallium_dri.so free 0x5571735e7f00 void 0.000118
+gallium_dri.so free 0x5571735e7e60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000119
+gallium_dri.so free 0x5571735e7f80 void 0.000117
+gallium_dri.so free 0x5571735e7eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7f80 0.000118
+gallium_dri.so free 0x5571735e8040 void 0.000118
+gallium_dri.so free 0x5571735e7f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7f80 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so free 0x5571735e7f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e80c0 0.000118
+gallium_dri.so free 0x5571735e8180 void 0.000119
+gallium_dri.so free 0x5571735e80c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e80c0 0.000118
+gallium_dri.so free 0x5571735e8280 void 0.000119
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e82b0 0.000118
+gallium_dri.so free 0x5571735e8300 void 0.000133
+gallium_dri.so free 0x5571735e82b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e82b0 0.000118
+gallium_dri.so free 0x5571735e8400 void 0.000128
+gallium_dri.so free 0x5571735e82b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e83b0 0.000118
+gallium_dri.so free 0x5571735e84c0 void 0.000118
+gallium_dri.so free 0x5571735e83b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8470 0.000118
+gallium_dri.so free 0x5571735e8540 void 0.000118
+gallium_dri.so free 0x5571735e8470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8560 0.000118
+gallium_dri.so free 0x5571735e8600 void 0.000119
+gallium_dri.so free 0x5571735e8560 void 0.000118
+gallium_dri.so malloc 72 0x5571735e85b0 0.000118
+gallium_dri.so free 0x5571735e8680 void 0.000122
+gallium_dri.so free 0x5571735e85b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e85b0 0.000118
+gallium_dri.so free 0x5571735e8700 void 0.000119
+gallium_dri.so free 0x5571735e85b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8700 0.000117
+gallium_dri.so free 0x5571735e87c0 void 0.000118
+gallium_dri.so free 0x5571735e8700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8700 0.000119
+gallium_dri.so free 0x5571735e8880 void 0.000119
+gallium_dri.so free 0x5571735e8700 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8700 0.000118
+gallium_dri.so free 0x5571735e8940 void 0.000117
+gallium_dri.so free 0x5571735e8700 void 0.000117
+gallium_dri.so malloc 72 0x5571735e88f0 0.000116
+gallium_dri.so free 0x5571735e8940 void 0.000120
+gallium_dri.so free 0x5571735e88f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e88f0 0.000119
+gallium_dri.so free 0x5571735e8a40 void 0.000119
+gallium_dri.so free 0x5571735e88f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e89f0 0.000117
+gallium_dri.so free 0x5571735e8b00 void 0.000117
+gallium_dri.so free 0x5571735e89f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000119
+gallium_dri.so free 0x5571735e8b40 void 0.000119
+gallium_dri.so free 0x5571735e8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000117
+gallium_dri.so free 0x5571735e8c00 void 0.000118
+gallium_dri.so free 0x5571735e8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8c40 0.000118
+gallium_dri.so free 0x5571735e8cc0 void 0.000118
+gallium_dri.so free 0x5571735e8c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000117
+gallium_dri.so free 0x5571735e8d80 void 0.000118
+gallium_dri.so free 0x5571735e8cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000117
+gallium_dri.so free 0x5571735e8e40 void 0.000119
+gallium_dri.so free 0x5571735e8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8e60 0.000119
+gallium_dri.so free 0x5571735e8f00 void 0.000118
+gallium_dri.so free 0x5571735e8e60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000185
+gallium_dri.so free 0x5571735e8f80 void 0.000119
+gallium_dri.so free 0x5571735e8eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000117
+gallium_dri.so free 0x5571735e9000 void 0.000117
+gallium_dri.so free 0x5571735e8eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9000 0.000116
+gallium_dri.so free 0x5571735e90c0 void 0.000118
+gallium_dri.so free 0x5571735e9000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9000 0.000119
+gallium_dri.so free 0x5571735e9180 void 0.000118
+gallium_dri.so free 0x5571735e9000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9000 0.000117
+gallium_dri.so free 0x5571735e9240 void 0.000117
+gallium_dri.so free 0x5571735e9000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e91f0 0.000117
+gallium_dri.so free 0x5571735e9300 void 0.000118
+gallium_dri.so free 0x5571735e91f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e92b0 0.000118
+gallium_dri.so free 0x5571735e9380 void 0.000117
+gallium_dri.so free 0x5571735e92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e93d0 0.000119
+gallium_dri.so free 0x5571735e9440 void 0.000118
+gallium_dri.so free 0x5571735e93d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9460 0.000118
+gallium_dri.so free 0x5571735e9500 void 0.000118
+gallium_dri.so free 0x5571735e9460 void 0.000130
+gallium_dri.so malloc 72 0x5571735e94b0 0.000118
+gallium_dri.so free 0x5571735e9580 void 0.000117
+gallium_dri.so free 0x5571735e94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e94b0 0.000117
+gallium_dri.so free 0x5571735e9600 void 0.000118
+gallium_dri.so free 0x5571735e94b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9600 0.000118
+gallium_dri.so free 0x5571735b0b00 void 0.000121
+gallium_dri.so free 0x5571735e9600 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0b40 0.000119
+gallium_dri.so free 0x5571735e96c0 void 0.000119
+gallium_dri.so free 0x5571735b0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0b40 0.000117
+gallium_dri.so free 0x5571735b0bc0 void 0.000117
+gallium_dri.so free 0x5571735b0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0b40 0.000118
+gallium_dri.so free 0x5571735b0c80 void 0.000118
+gallium_dri.so free 0x5571735b0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0c30 0.000119
+gallium_dri.so free 0x5571735b0d00 void 0.000119
+gallium_dri.so free 0x5571735b0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0d50 0.000118
+gallium_dri.so free 0x5571735b0dc0 void 0.000117
+gallium_dri.so free 0x5571735b0d50 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0de0 0.000118
+gallium_dri.so free 0x5571735b0e80 void 0.000118
+gallium_dri.so free 0x5571735b0de0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0e30 0.000118
+gallium_dri.so free 0x5571735b0f00 void 0.000119
+gallium_dri.so free 0x5571735b0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0e30 0.000117
+gallium_dri.so free 0x5571735b1000 void 0.000119
+gallium_dri.so free 0x5571735b0e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000118
+gallium_dri.so free 0x5571735b1080 void 0.000118
+gallium_dri.so free 0x5571735b0fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b10d0 0.000119
+gallium_dri.so free 0x5571735b1140 void 0.000119
+gallium_dri.so free 0x5571735b10d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1160 0.000118
+gallium_dri.so free 0x5571735b1200 void 0.000117
+gallium_dri.so free 0x5571735b1160 void 0.000117
+gallium_dri.so malloc 72 0x5571735b11b0 0.000117
+gallium_dri.so free 0x5571735b1280 void 0.000118
+gallium_dri.so free 0x5571735b11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b11b0 0.000118
+gallium_dri.so free 0x5571735b1300 void 0.000119
+gallium_dri.so free 0x5571735b11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1300 0.000117
+gallium_dri.so free 0x5571735b13c0 void 0.000116
+gallium_dri.so free 0x5571735b1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1300 0.000120
+gallium_dri.so free 0x5571735b14c0 void 0.000167
+gallium_dri.so free 0x5571735b1300 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1300 0.000118
+gallium_dri.so free 0x5571735b1540 void 0.000117
+gallium_dri.so free 0x5571735b1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1570 0.000117
+gallium_dri.so free 0x5571735b15c0 void 0.000118
+gallium_dri.so free 0x5571735b1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1570 0.000119
+gallium_dri.so free 0x5571735b16c0 void 0.000118
+gallium_dri.so free 0x5571735b1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1670 0.000117
+gallium_dri.so free 0x5571735b1780 void 0.000117
+gallium_dri.so free 0x5571735b1670 void 0.000122
+gallium_dri.so malloc 72 0x5571735b1730 0.000124
+gallium_dri.so free 0x5571735b17c0 void 0.000125
+gallium_dri.so free 0x5571735b1730 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1730 0.000122
+gallium_dri.so free 0x5571735b1880 void 0.000120
+gallium_dri.so free 0x5571735b1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735b18d0 0.000120
+gallium_dri.so free 0x5571735b1940 void 0.000117
+gallium_dri.so free 0x5571735b18d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1980 0.000117
+gallium_dri.so free 0x5571735b1a00 void 0.000117
+gallium_dri.so free 0x5571735b1980 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1a00 0.000118
+gallium_dri.so free 0x5571735b1ac0 void 0.000119
+gallium_dri.so free 0x5571735b1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1a00 0.000117
+gallium_dri.so free 0x5571735b1b40 void 0.000117
+gallium_dri.so free 0x5571735b1a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1b70 0.000117
+gallium_dri.so free 0x5571735b1bc0 void 0.000119
+gallium_dri.so free 0x5571735b1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1b70 0.000119
+gallium_dri.so free 0x5571735b1cc0 void 0.000118
+gallium_dri.so free 0x5571735b1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1c70 0.000117
+gallium_dri.so free 0x5571735b1d80 void 0.000117
+gallium_dri.so free 0x5571735b1c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1d30 0.000118
+gallium_dri.so free 0x5571735b1e00 void 0.000117
+gallium_dri.so free 0x5571735b1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1e20 0.000118
+gallium_dri.so free 0x5571735b1ec0 void 0.000118
+gallium_dri.so free 0x5571735b1e20 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1e70 0.000117
+gallium_dri.so free 0x5571735b1f40 void 0.000117
+gallium_dri.so free 0x5571735b1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1e70 0.000117
+gallium_dri.so free 0x5571735b1fc0 void 0.000117
+gallium_dri.so free 0x5571735b1e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000111
+gallium_dri.so free 0x5571735b1fc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000111
+gallium_dri.so free 0x5571735d78c0 void 0.000110
+gallium_dri.so free 0x5571735b1fc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d78f0 0.000109
+gallium_dri.so free 0x5571735d7940 void 0.000110
+gallium_dri.so free 0x5571735d78f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d78f0 0.000109
+gallium_dri.so free 0x5571735d7a40 void 0.000110
+gallium_dri.so free 0x5571735d78f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d7a80 0.000110
+gallium_dri.so free 0x5571735d7b00 void 0.000110
+gallium_dri.so free 0x5571735d7a80 void 0.000109
+gallium_dri.so malloc 72 0x5571735d7b00 0.000110
+gallium_dri.so free 0x5571735d7bc0 void 0.000111
+gallium_dri.so free 0x5571735d7b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d7b00 0.000111
+gallium_dri.so free 0x5571735d7c40 void 0.000110
+gallium_dri.so free 0x5571735d7b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7c70 0.000115
+gallium_dri.so free 0x5571735d7cc0 void 0.000111
+gallium_dri.so free 0x5571735d7c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d7c70 0.000114
+gallium_dri.so free 0x5571735d7dc0 void 0.000113
+gallium_dri.so free 0x5571735d7c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7d70 0.000165
+gallium_dri.so free 0x5571735d7e80 void 0.000124
+gallium_dri.so free 0x5571735d7d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7e30 0.000119
+gallium_dri.so free 0x5571735d7f00 void 0.000120
+gallium_dri.so free 0x5571735d7e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7e30 0.000114
+gallium_dri.so free 0x5571735d7fc0 void 0.000115
+gallium_dri.so free 0x5571735d7e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7e30 0.000114
+gallium_dri.so free 0x5571735d8080 void 0.000113
+gallium_dri.so free 0x5571735d7e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8030 0.000112
+gallium_dri.so free 0x5571735d8100 void 0.000113
+gallium_dri.so free 0x5571735d8030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8150 0.000113
+gallium_dri.so free 0x5571735d81c0 void 0.000114
+gallium_dri.so free 0x5571735d8150 void 0.000114
+gallium_dri.so malloc 72 0x5571735d81e0 0.000114
+gallium_dri.so free 0x5571735d8280 void 0.000114
+gallium_dri.so free 0x5571735d81e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d8230 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000113
+gallium_dri.so free 0x5571735d8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8300 0.000113
+gallium_dri.so free 0x5571735d83c0 void 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8300 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000114
+gallium_dri.so free 0x5571735d8300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8440 0.000113
+gallium_dri.so free 0x5571735d8500 void 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8440 0.000114
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8440 0.000112
+gallium_dri.so free 0x5571735d8680 void 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8630 0.000112
+gallium_dri.so free 0x5571735d8700 void 0.000118
+gallium_dri.so free 0x5571735d8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8750 0.000113
+gallium_dri.so free 0x5571735d87c0 void 0.000114
+gallium_dri.so free 0x5571735d8750 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8800 0.000112
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d8800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8800 0.000113
+gallium_dri.so free 0x5571735d8900 void 0.000114
+gallium_dri.so free 0x5571735d8800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8930 0.000113
+gallium_dri.so free 0x5571735d8980 void 0.000115
+gallium_dri.so free 0x5571735d8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8930 0.000128
+gallium_dri.so free 0x5571735d8a80 void 0.000114
+gallium_dri.so free 0x5571735d8930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8a30 0.000113
+gallium_dri.so free 0x5571735d8b40 void 0.000113
+gallium_dri.so free 0x5571735d8a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8af0 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000112
+gallium_dri.so free 0x5571735d8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8af0 0.000114
+gallium_dri.so free 0x5571735d8c40 void 0.000113
+gallium_dri.so free 0x5571735d8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000114
+gallium_dri.so free 0x5571735d8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000117
+gallium_dri.so free 0x5571735d8e00 void 0.000114
+gallium_dri.so free 0x5571735d8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8db0 0.000112
+gallium_dri.so free 0x5571735d8ec0 void 0.000113
+gallium_dri.so free 0x5571735d8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e70 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000115
+gallium_dri.so free 0x5571735d8e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8e70 0.000114
+gallium_dri.so free 0x5571735d8fc0 void 0.000113
+gallium_dri.so free 0x5571735d8e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9000 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000119
+gallium_dri.so free 0x5571735d9000 void 0.000119
+gallium_dri.so malloc 72 0x5571735b33f0 0.000114
+gallium_dri.so free 0x5571735b3500 void 0.000114
+gallium_dri.so free 0x5571735b33f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b34b0 0.000113
+gallium_dri.so free 0x5571735b3580 void 0.000114
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3640 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b34b0 0.000113
+gallium_dri.so free 0x5571735b3700 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b36b0 0.000115
+gallium_dri.so free 0x5571735b3780 void 0.000122
+gallium_dri.so free 0x5571735b36b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b37d0 0.000115
+gallium_dri.so free 0x5571735b3840 void 0.000113
+gallium_dri.so free 0x5571735b37d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3860 0.000112
+gallium_dri.so free 0x5571735b3900 void 0.000114
+gallium_dri.so free 0x5571735b3860 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38b0 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000116
+gallium_dri.so free 0x5571735b38b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3980 0.000114
+gallium_dri.so free 0x5571735b3a40 void 0.000126
+gallium_dri.so free 0x5571735b3980 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3980 0.000112
+gallium_dri.so free 0x5571735b3ac0 void 0.000115
+gallium_dri.so free 0x5571735b3980 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000114
+gallium_dri.so free 0x5571735b3b80 void 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000112
+gallium_dri.so free 0x5571735b3c40 void 0.000112
+gallium_dri.so free 0x5571735b3ac0 void 0.000135
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000115
+gallium_dri.so free 0x5571735b3d00 void 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000113
+gallium_dri.so free 0x5571735b3d80 void 0.000114
+gallium_dri.so free 0x5571735b3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000113
+gallium_dri.so free 0x5571735b3e40 void 0.000112
+gallium_dri.so free 0x5571735b3dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e80 0.000112
+gallium_dri.so free 0x5571735b3f00 void 0.000113
+gallium_dri.so free 0x5571735b3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e80 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000115
+gallium_dri.so free 0x5571735b3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000120
+gallium_dri.so free 0x5571735b4000 void 0.000126
+gallium_dri.so free 0x5571735b3fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x5571735b4100 void 0.000113
+gallium_dri.so free 0x5571735b3fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b40b0 0.000113
+gallium_dri.so free 0x5571735b41c0 void 0.000113
+gallium_dri.so free 0x5571735b40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4170 0.000112
+gallium_dri.so free 0x5571735b4200 void 0.000114
+gallium_dri.so free 0x5571735b4170 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4170 0.000114
+gallium_dri.so free 0x5571735b42c0 void 0.000114
+gallium_dri.so free 0x5571735b4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4330 0.000113
+gallium_dri.so free 0x5571735b4380 void 0.000112
+gallium_dri.so free 0x5571735b4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000113
+gallium_dri.so free 0x5571735b4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4430 0.000112
+gallium_dri.so free 0x5571735b4540 void 0.000115
+gallium_dri.so free 0x5571735b4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4580 void 0.000112
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so free 0x5571735b44f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735b4680 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so free 0x5571735b4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000112
+gallium_dri.so free 0x5571735b47c0 void 0.000115
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000112
+gallium_dri.so free 0x5571735b4880 void 0.000114
+gallium_dri.so free 0x5571735b4700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b48a0 0.000113
+gallium_dri.so free 0x5571735b4940 void 0.000114
+gallium_dri.so free 0x5571735b48a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48f0 0.000112
+gallium_dri.so free 0x5571735b49c0 void 0.000113
+gallium_dri.so free 0x5571735b48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b48f0 0.000113
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so free 0x5571735b48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a40 0.000113
+gallium_dri.so free 0x5571735b4b00 void 0.000116
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a40 0.000113
+gallium_dri.so free 0x5571735b4bc0 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a40 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb380 0.000113
+gallium_dri.so free 0x5571735eb440 void 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000117
+gallium_dri.so free 0x5571735eb540 void 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000113
+gallium_dri.so free 0x5571735eb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb740 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000118
+gallium_dri.so free 0x5571735eb900 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000126
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba30 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000114
+gallium_dri.so free 0x5571735eba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebb50 0.000113
+gallium_dri.so free 0x5571735ebbc0 void 0.000113
+gallium_dri.so free 0x5571735ebb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000115
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebbe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000113
+gallium_dri.so free 0x5571735ebd00 void 0.000113
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000117
+gallium_dri.so free 0x5571735ebe00 void 0.000114
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000112
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebed0 0.000113
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf60 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000113
+gallium_dri.so free 0x5571735ebf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000158
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ebfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so free 0x5571735ebfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec100 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000112
+gallium_dri.so free 0x5571735ec4c0 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec470 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000113
+gallium_dri.so free 0x5571735ec470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec5c0 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000128
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec780 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec800 0.000119
+gallium_dri.so free 0x5571735ec8c0 void 0.000124
+gallium_dri.so free 0x5571735ec800 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec800 0.000119
+gallium_dri.so free 0x5571735ec940 void 0.000122
+gallium_dri.so free 0x5571735ec800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec970 0.000113
+gallium_dri.so free 0x5571735ec9c0 void 0.000113
+gallium_dri.so free 0x5571735ec970 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec970 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735ec970 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000114
+gallium_dri.so free 0x5571735ecc00 void 0.000113
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc20 0.000125
+gallium_dri.so free 0x5571735eccc0 void 0.000115
+gallium_dri.so free 0x5571735ecc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc70 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000118
+gallium_dri.so free 0x5571735ecc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000112
+gallium_dri.so free 0x5571735ece80 void 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed100 void 0.000113
+gallium_dri.so free 0x5571735ecfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000113
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000161
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed300 0.000111
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed440 void 0.000112
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000109
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000111
+gallium_dri.so free 0x5571735da9c0 void 0.000113
+gallium_dri.so free 0x5571735da970 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000112
+gallium_dri.so free 0x5571735da970 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa70 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000111
+gallium_dri.so free 0x5571735dabc0 void 0.000136
+gallium_dri.so free 0x5571735dab30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac80 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dacd0 0.000110
+gallium_dri.so free 0x5571735dad40 void 0.000112
+gallium_dri.so free 0x5571735dacd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad80 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000110
+gallium_dri.so malloc 72 0x5571735dae00 0.000110
+gallium_dri.so free 0x5571735daec0 void 0.000110
+gallium_dri.so free 0x5571735dae00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dae00 0.000110
+gallium_dri.so free 0x5571735daf40 void 0.000110
+gallium_dri.so free 0x5571735dae00 void 0.000110
+gallium_dri.so malloc 72 0x5571735daf70 0.000110
+gallium_dri.so free 0x5571735dafc0 void 0.000116
+gallium_dri.so free 0x5571735daf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf70 0.000111
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daf70 void 0.000116
+gallium_dri.so malloc 72 0x5571735db070 0.000111
+gallium_dri.so free 0x5571735db180 void 0.000111
+gallium_dri.so free 0x5571735db070 void 0.000110
+gallium_dri.so malloc 72 0x5571735db130 0.000109
+gallium_dri.so free 0x5571735db200 void 0.000110
+gallium_dri.so free 0x5571735db130 void 0.000127
+gallium_dri.so malloc 72 0x5571735db220 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000117
+gallium_dri.so free 0x5571735db220 void 0.000110
+gallium_dri.so malloc 72 0x5571735db270 0.000112
+gallium_dri.so free 0x5571735db340 void 0.000111
+gallium_dri.so free 0x5571735db270 void 0.000110
+gallium_dri.so malloc 72 0x5571735db270 0.000110
+gallium_dri.so free 0x5571735db3c0 void 0.000109
+gallium_dri.so free 0x5571735db270 void 0.000110
+gallium_dri.so malloc 72 0x5571735db3c0 0.000110
+gallium_dri.so free 0x5571735db480 void 0.000109
+gallium_dri.so free 0x5571735db3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db3c0 0.000110
+gallium_dri.so free 0x5571735db540 void 0.000110
+gallium_dri.so free 0x5571735db3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db3c0 0.000110
+gallium_dri.so free 0x5571735db600 void 0.000112
+gallium_dri.so free 0x5571735db3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db5b0 0.000110
+gallium_dri.so free 0x5571735db600 void 0.000110
+gallium_dri.so free 0x5571735db5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db5b0 0.000122
+gallium_dri.so free 0x5571735db700 void 0.000115
+gallium_dri.so free 0x5571735db5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db6b0 0.000111
+gallium_dri.so free 0x5571735db7c0 void 0.000110
+gallium_dri.so free 0x5571735db6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db770 0.000118
+gallium_dri.so free 0x5571735db800 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000115
+gallium_dri.so malloc 72 0x5571735db770 0.000110
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db900 0.000110
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so free 0x5571735db900 void 0.000109
+gallium_dri.so malloc 72 0x5571735db980 0.000110
+gallium_dri.so free 0x5571735dba40 void 0.000111
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000110
+gallium_dri.so free 0x5571735dbb00 void 0.000109
+gallium_dri.so free 0x5571735db980 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbb20 0.000110
+gallium_dri.so free 0x5571735dbbc0 void 0.000109
+gallium_dri.so free 0x5571735dbb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000111
+gallium_dri.so free 0x5571735dbb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbb70 0.000110
+gallium_dri.so free 0x5571735dbcc0 void 0.000110
+gallium_dri.so free 0x5571735dbb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000111
+gallium_dri.so free 0x5571735dbd80 void 0.000110
+gallium_dri.so free 0x5571735dbcc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000109
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000110
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000110
+gallium_dri.so free 0x5571735dbfc0 void 0.000110
+gallium_dri.so free 0x5571735dbeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbf70 0.000109
+gallium_dri.so free 0x5571735dc040 void 0.000110
+gallium_dri.so free 0x5571735dbf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc090 0.000111
+gallium_dri.so free 0x5571735dc100 void 0.000111
+gallium_dri.so free 0x5571735dc090 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc120 0.000109
+gallium_dri.so free 0x5571735dc1c0 void 0.000109
+gallium_dri.so free 0x5571735dc120 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc170 0.000110
+gallium_dri.so free 0x5571735dc240 void 0.000110
+gallium_dri.so free 0x5571735dc170 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc170 0.000109
+gallium_dri.so free 0x5571735dc2c0 void 0.000117
+gallium_dri.so free 0x5571735dc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000116
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000111
+gallium_dri.so free 0x5571735dc480 void 0.000125
+gallium_dri.so free 0x5571735dc2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc430 0.000116
+gallium_dri.so free 0x5571735dc4c0 void 0.000112
+gallium_dri.so free 0x5571735dc430 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc430 0.000109
+gallium_dri.so free 0x5571735dc580 void 0.000111
+gallium_dri.so free 0x5571735dc430 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000110
+gallium_dri.so free 0x5571735dc640 void 0.000110
+gallium_dri.so free 0x5571735dc5c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc640 0.000110
+gallium_dri.so free 0x5571735dc700 void 0.000110
+gallium_dri.so free 0x5571735dc640 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc640 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000111
+gallium_dri.so free 0x5571735dc640 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000110
+gallium_dri.so free 0x5571735dc800 void 0.000111
+gallium_dri.so free 0x5571735dc7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000110
+gallium_dri.so free 0x5571735dc900 void 0.000110
+gallium_dri.so free 0x5571735dc7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc940 0.000109
+gallium_dri.so free 0x5571735dc9c0 void 0.000109
+gallium_dri.so free 0x5571735dc940 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000110
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc9c0 void 0.000197
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000126
+gallium_dri.so free 0x5571735dcb00 void 0.000125
+gallium_dri.so free 0x5571735dc9c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcb80 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb30 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcc30 0.000118
+gallium_dri.so free 0x5571735dcd40 void 0.000118
+gallium_dri.so free 0x5571735dcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccf0 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so free 0x5571735dccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dccf0 0.000117
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so free 0x5571735dccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dccf0 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dccf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcef0 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so free 0x5571735dcef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd010 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000123
+gallium_dri.so free 0x5571735dd010 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000110
+gallium_dri.so free 0x5571735dd0a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000109
+gallium_dri.so free 0x5571735dd1c0 void 0.000109
+gallium_dri.so free 0x5571735dd0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000112
+gallium_dri.so free 0x5571735dd1c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000109
+gallium_dri.so free 0x5571735dd300 void 0.000109
+gallium_dri.so free 0x5571735dd1c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd300 0.000109
+gallium_dri.so free 0x5571735dd3c0 void 0.000110
+gallium_dri.so free 0x5571735dd300 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd300 0.000111
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd300 0.000110
+gallium_dri.so free 0x5571735dd540 void 0.000111
+gallium_dri.so free 0x5571735dd300 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000114
+gallium_dri.so free 0x5571735dd5c0 void 0.000115
+gallium_dri.so free 0x5571735dd4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd610 0.000111
+gallium_dri.so free 0x5571735dd680 void 0.000111
+gallium_dri.so free 0x5571735dd610 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000113
+gallium_dri.so free 0x5571735dd7c0 void 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000114
+gallium_dri.so free 0x5571735dd940 void 0.000113
+gallium_dri.so free 0x5571735dd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so free 0x5571735dd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000113
+gallium_dri.so free 0x5571735ddb00 void 0.000113
+gallium_dri.so free 0x5571735dd9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000114
+gallium_dri.so free 0x5571735ddbc0 void 0.000113
+gallium_dri.so free 0x5571735ddb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb70 0.000116
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc70 0.000172
+gallium_dri.so free 0x5571735ddd80 void 0.000123
+gallium_dri.so free 0x5571735ddc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddd30 0.000124
+gallium_dri.so free 0x5571735dddc0 void 0.000119
+gallium_dri.so free 0x5571735ddd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddd30 0.000119
+gallium_dri.so free 0x5571735dde80 void 0.000118
+gallium_dri.so free 0x5571735ddd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddec0 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000127
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735de0e0 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de0e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de130 0.000118
+gallium_dri.so free 0x5571735de200 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000116
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000124
+gallium_dri.so malloc 72 0x5571735de280 0.000111
+gallium_dri.so free 0x5571735de340 void 0.000109
+gallium_dri.so free 0x5571735de280 void 0.000109
+gallium_dri.so malloc 72 0x5571735de280 0.000109
+gallium_dri.so free 0x5571735de400 void 0.000111
+gallium_dri.so free 0x5571735de280 void 0.000109
+gallium_dri.so malloc 72 0x5571735de280 0.000109
+gallium_dri.so free 0x5571735de4c0 void 0.000109
+gallium_dri.so free 0x5571735de280 void 0.000110
+gallium_dri.so malloc 72 0x5571735de470 0.000110
+gallium_dri.so free 0x5571735de580 void 0.000111
+gallium_dri.so free 0x5571735de470 void 0.000110
+gallium_dri.so malloc 72 0x5571735de530 0.000111
+gallium_dri.so free 0x5571735de600 void 0.000110
+gallium_dri.so free 0x5571735de530 void 0.000110
+gallium_dri.so malloc 72 0x5571735de650 0.000110
+gallium_dri.so free 0x5571735de6c0 void 0.000110
+gallium_dri.so free 0x5571735de650 void 0.000110
+gallium_dri.so malloc 72 0x5571735de6e0 0.000110
+gallium_dri.so free 0x5571735de780 void 0.000111
+gallium_dri.so free 0x5571735de6e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de730 0.000109
+gallium_dri.so free 0x5571735de800 void 0.000110
+gallium_dri.so free 0x5571735de730 void 0.000113
+gallium_dri.so malloc 72 0x5571735de730 0.000109
+gallium_dri.so free 0x5571735de880 void 0.000109
+gallium_dri.so free 0x5571735de730 void 0.000115
+gallium_dri.so malloc 72 0x5571735de880 0.000132
+gallium_dri.so free 0x5571735de940 void 0.000124
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so malloc 72 0x5571735de880 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000113
+gallium_dri.so free 0x5571735dea80 void 0.000117
+gallium_dri.so free 0x5571735de9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de9f0 0.000113
+gallium_dri.so free 0x5571735deb40 void 0.000113
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deb80 0.000116
+gallium_dri.so free 0x5571735dec00 void 0.000115
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec00 0.000114
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dec00 0.000112
+gallium_dri.so free 0x5571735ded40 void 0.000114
+gallium_dri.so free 0x5571735dec00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded70 0.000115
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so free 0x5571735ded70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def00 0.000112
+gallium_dri.so free 0x5571735def80 void 0.000116
+gallium_dri.so free 0x5571735def00 void 0.000112
+gallium_dri.so malloc 72 0x5571735def80 0.000111
+gallium_dri.so free 0x5571735df040 void 0.000112
+gallium_dri.so free 0x5571735def80 void 0.000111
+gallium_dri.so malloc 72 0x5571735def80 0.000111
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0f0 0.000113
+gallium_dri.so free 0x5571735df140 void 0.000113
+gallium_dri.so free 0x5571735df0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0f0 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df1f0 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000113
+gallium_dri.so free 0x5571735df1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df2b0 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so free 0x5571735df2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2b0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2b0 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4b0 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000124
+gallium_dri.so free 0x5571735df4b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df5d0 0.000111
+gallium_dri.so free 0x5571735df640 void 0.000116
+gallium_dri.so free 0x5571735df5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df660 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000112
+gallium_dri.so free 0x5571735df660 void 0.000110
+gallium_dri.so malloc 72 0x5571735df6b0 0.000111
+gallium_dri.so free 0x5571735df780 void 0.000121
+gallium_dri.so free 0x5571735df6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df780 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000111
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so malloc 72 0x5571735df780 0.000112
+gallium_dri.so free 0x5571735df8c0 void 0.000110
+gallium_dri.so free 0x5571735df780 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735df980 void 0.000111
+gallium_dri.so free 0x5571735df8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8c0 0.000111
+gallium_dri.so free 0x5571735dfb00 void 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfab0 0.000111
+gallium_dri.so free 0x5571735dfb80 void 0.000128
+gallium_dri.so free 0x5571735dfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000118
+gallium_dri.so free 0x5571735dfc40 void 0.000126
+gallium_dri.so free 0x5571735dfbd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc80 0.000117
+gallium_dri.so free 0x5571735dfd00 void 0.000119
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc80 0.000117
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000119
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000117
+gallium_dri.so free 0x5571735dff00 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so free 0x5571735dfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dff70 0.000118
+gallium_dri.so free 0x5571735e0000 void 0.000119
+gallium_dri.so free 0x5571735dff70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dff70 0.000117
+gallium_dri.so free 0x5571735e00c0 void 0.000118
+gallium_dri.so free 0x5571735dff70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0130 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000129
+gallium_dri.so free 0x5571735e0130 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0130 0.000124
+gallium_dri.so free 0x5571735e0280 void 0.000125
+gallium_dri.so free 0x5571735e0130 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0230 0.000119
+gallium_dri.so free 0x5571735e0340 void 0.000118
+gallium_dri.so free 0x5571735e0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000123
+gallium_dri.so free 0x5571735e0380 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000118
+gallium_dri.so free 0x5571735e0440 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0480 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e05c0 void 0.000119
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000120
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06a0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e06a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e07c0 void 0.000112
+gallium_dri.so free 0x5571735e06f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e06f0 0.000110
+gallium_dri.so free 0x5571735e0840 void 0.000111
+gallium_dri.so free 0x5571735e06f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0840 0.000111
+gallium_dri.so free 0x5571735e0900 void 0.000110
+gallium_dri.so free 0x5571735e0840 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0840 0.000111
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so free 0x5571735e0840 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0840 0.000185
+gallium_dri.so free 0x5571735e0a80 void 0.000165
+gallium_dri.so free 0x5571735e0840 void 0.000283
+gallium_dri.so malloc 72 0x5571735e0a30 0.000245
+gallium_dri.so free 0x5571735e0b40 void 0.000167
+gallium_dri.so free 0x5571735e0a30 void 0.000150
+gallium_dri.so malloc 72 0x5571735e0af0 0.000127
+gallium_dri.so free 0x5571735e0bc0 void 0.000121
+gallium_dri.so free 0x5571735e0af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0c10 0.000116
+gallium_dri.so free 0x5571735e0c80 void 0.000137
+gallium_dri.so free 0x5571735e0c10 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000125
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0ca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000114
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000120
+gallium_dri.so free 0x5571735e0e40 void 0.000116
+gallium_dri.so free 0x5571735e0cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0e40 0.000126
+gallium_dri.so free 0x5571735e0f00 void 0.000124
+gallium_dri.so free 0x5571735e0e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0e40 0.000124
+gallium_dri.so free 0x5571735e1000 void 0.000119
+gallium_dri.so free 0x5571735e0e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000121
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000117
+gallium_dri.so free 0x5571735e0fb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1140 0.000121
+gallium_dri.so free 0x5571735e11c0 void 0.000134
+gallium_dri.so free 0x5571735e1140 void 0.000116
+gallium_dri.so malloc 72 0x5571735e11c0 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e11c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e11c0 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000115
+gallium_dri.so free 0x5571735e1380 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so free 0x5571735e1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14c0 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000114
+gallium_dri.so free 0x5571735e14c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1540 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1540 0.000113
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so free 0x5571735e1540 void 0.000111
+gallium_dri.so malloc 72 0x5571735e16b0 0.000113
+gallium_dri.so free 0x5571735e1700 void 0.000113
+gallium_dri.so free 0x5571735e16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e16b0 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000153
+gallium_dri.so free 0x5571735e16b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e17b0 0.000128
+gallium_dri.so free 0x5571735e18c0 void 0.000127
+gallium_dri.so free 0x5571735e17b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1870 0.000128
+gallium_dri.so free 0x5571735e1940 void 0.000128
+gallium_dri.so free 0x5571735e1870 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1870 0.000124
+gallium_dri.so free 0x5571735e1a00 void 0.000127
+gallium_dri.so free 0x5571735e1870 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1870 0.000132
+gallium_dri.so free 0x5571735e1ac0 void 0.000126
+gallium_dri.so free 0x5571735e1870 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1a70 0.000125
+gallium_dri.so free 0x5571735e1b40 void 0.000128
+gallium_dri.so free 0x5571735e1a70 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1b90 0.000126
+gallium_dri.so free 0x5571735e1c00 void 0.000126
+gallium_dri.so free 0x5571735e1b90 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1c20 0.000124
+gallium_dri.so free 0x5571735e1cc0 void 0.000127
+gallium_dri.so free 0x5571735e1c20 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1c70 0.000128
+gallium_dri.so free 0x5571735e1d40 void 0.000128
+gallium_dri.so free 0x5571735e1c70 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1d40 0.000127
+gallium_dri.so free 0x5571735e1e00 void 0.000128
+gallium_dri.so free 0x5571735e1d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1d40 0.000125
+gallium_dri.so free 0x5571735e1e80 void 0.000126
+gallium_dri.so free 0x5571735e1d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e80 0.000123
+gallium_dri.so free 0x5571735e1f40 void 0.000127
+gallium_dri.so free 0x5571735e1e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e80 0.000126
+gallium_dri.so free 0x5571735e2000 void 0.000128
+gallium_dri.so free 0x5571735e1e80 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1e80 0.000128
+gallium_dri.so free 0x5571735e20c0 void 0.000127
+gallium_dri.so free 0x5571735e1e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2070 0.000125
+gallium_dri.so free 0x5571735e2140 void 0.000126
+gallium_dri.so free 0x5571735e2070 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2190 0.000127
+gallium_dri.so free 0x5571735e2200 void 0.000128
+gallium_dri.so free 0x5571735e2190 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2240 0.000127
+gallium_dri.so free 0x5571735e22c0 void 0.000127
+gallium_dri.so free 0x5571735e2240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2240 0.000132
+gallium_dri.so free 0x5571735e2340 void 0.000127
+gallium_dri.so free 0x5571735e2240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2370 0.000126
+gallium_dri.so free 0x5571735e23c0 void 0.000127
+gallium_dri.so free 0x5571735e2370 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2370 0.000125
+gallium_dri.so free 0x5571735e24c0 void 0.000128
+gallium_dri.so free 0x5571735e2370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2470 0.000125
+gallium_dri.so free 0x5571735e2580 void 0.000128
+gallium_dri.so free 0x5571735e2470 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2530 0.000124
+gallium_dri.so free 0x5571735e25c0 void 0.000128
+gallium_dri.so free 0x5571735e2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2530 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000116
+gallium_dri.so free 0x5571735e2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26f0 0.000115
+gallium_dri.so free 0x5571735e2740 void 0.000115
+gallium_dri.so free 0x5571735e26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26f0 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e27f0 0.000112
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e28b0 0.000113
+gallium_dri.so free 0x5571735e2940 void 0.000135
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000123
+gallium_dri.so free 0x5571735e2a00 void 0.000122
+gallium_dri.so free 0x5571735e28b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2a40 0.000125
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000115
+gallium_dri.so free 0x5571735e2b80 void 0.000115
+gallium_dri.so free 0x5571735e2ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c60 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e00 0.000123
+gallium_dri.so free 0x5571735e2ec0 void 0.000121
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e00 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e00 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30b0 0.000112
+gallium_dri.so free 0x5571735e3180 void 0.000123
+gallium_dri.so free 0x5571735e30b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e31d0 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e31d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3260 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3260 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32b0 0.000114
+gallium_dri.so free 0x5571735e3380 void 0.000115
+gallium_dri.so free 0x5571735e32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32b0 0.000113
+gallium_dri.so free 0x5571735e3400 void 0.000115
+gallium_dri.so free 0x5571735e32b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3400 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000118
+gallium_dri.so free 0x5571735e3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3400 0.000117
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3570 0.000112
+gallium_dri.so free 0x5571735e3600 void 0.000112
+gallium_dri.so free 0x5571735e3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3570 0.000112
+gallium_dri.so free 0x5571735e36c0 void 0.000118
+gallium_dri.so free 0x5571735e3570 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3700 0.000120
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3780 0.000111
+gallium_dri.so free 0x5571735e3840 void 0.000119
+gallium_dri.so free 0x5571735e3780 void 0.000106
+gallium_dri.so malloc 72 0x5571735e3780 0.000203
+gallium_dri.so free 0x5571735e38c0 void 0.000198
+gallium_dri.so free 0x5571735e3780 void 0.000158
+gallium_dri.so malloc 72 0x5571735e38f0 0.000226
+gallium_dri.so free 0x5571735e3940 void 0.000266
+gallium_dri.so free 0x5571735e38f0 void 0.000243
+gallium_dri.so malloc 72 0x5571735e38f0 0.000221
+gallium_dri.so free 0x5571735e3a40 void 0.000120
+gallium_dri.so free 0x5571735e38f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3a80 0.000125
+gallium_dri.so free 0x5571735e3b00 void 0.000119
+gallium_dri.so free 0x5571735e3a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3b00 0.000119
+gallium_dri.so free 0x5571735e3bc0 void 0.000121
+gallium_dri.so free 0x5571735e3b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3b00 0.000114
+gallium_dri.so free 0x5571735e3c40 void 0.000116
+gallium_dri.so free 0x5571735e3b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3c70 0.000118
+gallium_dri.so free 0x5571735e3cc0 void 0.000125
+gallium_dri.so free 0x5571735e3c70 void 0.000142
+gallium_dri.so malloc 72 0x5571735e3c70 0.000125
+gallium_dri.so free 0x5571735e3dc0 void 0.000180
+gallium_dri.so free 0x5571735e3c70 void 0.000243
+gallium_dri.so malloc 72 0x5571735e3d70 0.000157
+gallium_dri.so free 0x5571735e3e80 void 0.000174
+gallium_dri.so free 0x5571735e3d70 void 0.000261
+gallium_dri.so malloc 72 0x5571735e3e30 0.000277
+gallium_dri.so free 0x5571735e3f00 void 0.000273
+gallium_dri.so free 0x5571735e3e30 void 0.000225
+gallium_dri.so malloc 72 0x5571735e3e30 0.000244
+gallium_dri.so free 0x5571735e3fc0 void 0.000242
+gallium_dri.so free 0x5571735e3e30 void 0.000233
+gallium_dri.so malloc 72 0x5571735e3e30 0.000240
+gallium_dri.so free 0x5571735e4080 void 0.000239
+gallium_dri.so free 0x5571735e3e30 void 0.000232
+gallium_dri.so malloc 72 0x5571735e4030 0.000137
+gallium_dri.so free 0x5571735e4100 void 0.000132
+gallium_dri.so free 0x5571735e4030 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4150 0.000127
+gallium_dri.so free 0x5571735e41c0 void 0.000176
+gallium_dri.so free 0x5571735e4150 void 0.000173
+gallium_dri.so malloc 72 0x5571735e41e0 0.000171
+gallium_dri.so free 0x5571735e4280 void 0.000137
+gallium_dri.so free 0x5571735e41e0 void 0.000173
+gallium_dri.so malloc 72 0x5571735e4230 0.000171
+gallium_dri.so free 0x5571735e4300 void 0.000169
+gallium_dri.so free 0x5571735e4230 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4300 0.000154
+gallium_dri.so free 0x5571735e43c0 void 0.000152
+gallium_dri.so free 0x5571735e4300 void 0.000135
+gallium_dri.so malloc 72 0x5571735e4300 0.000130
+gallium_dri.so free 0x5571735e4440 void 0.000134
+gallium_dri.so free 0x5571735e4300 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4440 0.000133
+gallium_dri.so free 0x5571735e4500 void 0.000134
+gallium_dri.so free 0x5571735e4440 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4440 0.000130
+gallium_dri.so free 0x5571735e45c0 void 0.000134
+gallium_dri.so free 0x5571735e4440 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4440 0.000135
+gallium_dri.so free 0x5571735e4680 void 0.000134
+gallium_dri.so free 0x5571735e4440 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4630 0.000130
+gallium_dri.so free 0x5571735e4700 void 0.000134
+gallium_dri.so free 0x5571735e4630 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4750 0.000134
+gallium_dri.so free 0x5571735e47c0 void 0.000135
+gallium_dri.so free 0x5571735e4750 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4800 0.000133
+gallium_dri.so free 0x5571735e4880 void 0.000133
+gallium_dri.so free 0x5571735e4800 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4800 0.000133
+gallium_dri.so free 0x5571735e4900 void 0.000133
+gallium_dri.so free 0x5571735e4800 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4930 0.000133
+gallium_dri.so free 0x5571735e4980 void 0.000133
+gallium_dri.so free 0x5571735e4930 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4930 0.000133
+gallium_dri.so free 0x5571735e4a80 void 0.000134
+gallium_dri.so free 0x5571735e4930 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4a30 0.000132
+gallium_dri.so free 0x5571735e4b40 void 0.000135
+gallium_dri.so free 0x5571735e4a30 void 0.000144
+gallium_dri.so malloc 72 0x5571735e4af0 0.000135
+gallium_dri.so free 0x5571735e4b80 void 0.000137
+gallium_dri.so free 0x5571735e4af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4af0 0.000133
+gallium_dri.so free 0x5571735e4c40 void 0.000133
+gallium_dri.so free 0x5571735e4af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000139
+gallium_dri.so free 0x5571735e4d00 void 0.000129
+gallium_dri.so free 0x5571735e4cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000126
+gallium_dri.so free 0x5571735e4e00 void 0.000127
+gallium_dri.so free 0x5571735e4cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4db0 0.000127
+gallium_dri.so free 0x5571735e4ec0 void 0.000128
+gallium_dri.so free 0x5571735e4db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4e70 0.000126
+gallium_dri.so free 0x5571735e4f00 void 0.000126
+gallium_dri.so free 0x5571735e4e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4e70 0.000127
+gallium_dri.so free 0x5571735e4fc0 void 0.000128
+gallium_dri.so free 0x5571735e4e70 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5000 0.000125
+gallium_dri.so free 0x5571735e5080 void 0.000126
+gallium_dri.so free 0x5571735e5000 void 0.000170
+gallium_dri.so malloc 72 0x5571735e5080 0.000127
+gallium_dri.so free 0x5571735e5140 void 0.000128
+gallium_dri.so free 0x5571735e5080 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5080 0.000200
+gallium_dri.so free 0x5571735e5200 void 0.000160
+gallium_dri.so free 0x5571735e5080 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5220 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000122
+gallium_dri.so free 0x5571735e5220 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5270 0.000130
+gallium_dri.so free 0x5571735e5340 void 0.000112
+gallium_dri.so free 0x5571735e5270 void 0.000161
+gallium_dri.so malloc 72 0x5571735e5270 0.000161
+gallium_dri.so free 0x5571735e53c0 void 0.000180
+gallium_dri.so free 0x5571735e5270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e53c0 0.000121
+gallium_dri.so free 0x5571735e5480 void 0.000122
+gallium_dri.so free 0x5571735e53c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e53c0 0.000119
+gallium_dri.so free 0x5571735e5540 void 0.000121
+gallium_dri.so free 0x5571735e53c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e53c0 0.000120
+gallium_dri.so free 0x5571735e5600 void 0.000121
+gallium_dri.so free 0x5571735e53c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e55b0 0.000120
+gallium_dri.so free 0x5571735e56c0 void 0.000157
+gallium_dri.so free 0x5571735e55b0 void 0.000198
+gallium_dri.so malloc 72 0x5571735e5670 0.000122
+gallium_dri.so free 0x5571735e5740 void 0.000120
+gallium_dri.so free 0x5571735e5670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5790 0.000120
+gallium_dri.so free 0x5571735e5800 void 0.000121
+gallium_dri.so free 0x5571735e5790 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5820 0.000121
+gallium_dri.so free 0x5571735e58c0 void 0.000120
+gallium_dri.so free 0x5571735e5820 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5870 0.000120
+gallium_dri.so free 0x5571735e5940 void 0.000121
+gallium_dri.so free 0x5571735e5870 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5870 0.000120
+gallium_dri.so free 0x5571735e59c0 void 0.000121
+gallium_dri.so free 0x5571735e5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735e59c0 0.000120
+gallium_dri.so free 0x5571735e5a80 void 0.000121
+gallium_dri.so free 0x5571735e59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e59c0 0.000121
+gallium_dri.so free 0x5571735e5b80 void 0.000125
+gallium_dri.so free 0x5571735e59c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5b30 0.000121
+gallium_dri.so free 0x5571735e5bc0 void 0.000116
+gallium_dri.so free 0x5571735e5b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5b30 0.000115
+gallium_dri.so free 0x5571735e5c80 void 0.000116
+gallium_dri.so free 0x5571735e5b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5cc0 0.000114
+gallium_dri.so free 0x5571735e5d40 void 0.000115
+gallium_dri.so free 0x5571735e5cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5d40 0.000114
+gallium_dri.so free 0x5571735e5e00 void 0.000114
+gallium_dri.so free 0x5571735e5d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5d40 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000115
+gallium_dri.so free 0x5571735e5d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000115
+gallium_dri.so free 0x5571735e5f00 void 0.000116
+gallium_dri.so free 0x5571735e5eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000115
+gallium_dri.so free 0x5571735e6000 void 0.000116
+gallium_dri.so free 0x5571735e5eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6040 0.000115
+gallium_dri.so free 0x5571735e60c0 void 0.000116
+gallium_dri.so free 0x5571735e6040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e60c0 0.000115
+gallium_dri.so free 0x5571735e6180 void 0.000116
+gallium_dri.so free 0x5571735e60c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e60c0 0.000118
+gallium_dri.so free 0x5571735e6200 void 0.000114
+gallium_dri.so free 0x5571735e60c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6230 0.000114
+gallium_dri.so free 0x5571735e6280 void 0.000116
+gallium_dri.so free 0x5571735e6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6230 0.000115
+gallium_dri.so free 0x5571735e6380 void 0.000115
+gallium_dri.so free 0x5571735e6230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6330 0.000114
+gallium_dri.so free 0x5571735e6440 void 0.000114
+gallium_dri.so free 0x5571735e6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e63f0 0.000115
+gallium_dri.so free 0x5571735e64c0 void 0.000116
+gallium_dri.so free 0x5571735e63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e63f0 0.000116
+gallium_dri.so free 0x5571735e6580 void 0.000116
+gallium_dri.so free 0x5571735e63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e63f0 0.000114
+gallium_dri.so free 0x5571735e6640 void 0.000116
+gallium_dri.so free 0x5571735e63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e65f0 0.000116
+gallium_dri.so free 0x5571735e66c0 void 0.000116
+gallium_dri.so free 0x5571735e65f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6710 0.000116
+gallium_dri.so free 0x5571735e6780 void 0.000116
+gallium_dri.so free 0x5571735e6710 void 0.000121
+gallium_dri.so malloc 72 0x5571735e67a0 0.000121
+gallium_dri.so free 0x5571735e6840 void 0.000117
+gallium_dri.so free 0x5571735e67a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e67f0 0.000116
+gallium_dri.so free 0x5571735e68c0 void 0.000115
+gallium_dri.so free 0x5571735e67f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e68c0 0.000116
+gallium_dri.so free 0x5571735e6980 void 0.000117
+gallium_dri.so free 0x5571735e68c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e68c0 0.000117
+gallium_dri.so free 0x5571735e6a00 void 0.000116
+gallium_dri.so free 0x5571735e68c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6a00 0.000115
+gallium_dri.so free 0x5571735e6ac0 void 0.000115
+gallium_dri.so free 0x5571735e6a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a00 0.000132
+gallium_dri.so free 0x5571735e6b80 void 0.000118
+gallium_dri.so free 0x5571735e6a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a00 0.000115
+gallium_dri.so free 0x5571735e6c40 void 0.000116
+gallium_dri.so free 0x5571735e6a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000115
+gallium_dri.so free 0x5571735e6cc0 void 0.000116
+gallium_dri.so free 0x5571735e6bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6d10 0.000115
+gallium_dri.so free 0x5571735e6d80 void 0.000115
+gallium_dri.so free 0x5571735e6d10 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6dc0 0.000116
+gallium_dri.so free 0x5571735e6e40 void 0.000115
+gallium_dri.so free 0x5571735e6dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6dc0 0.000116
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735e6dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735beeb0 0.000115
+gallium_dri.so free 0x5571735bef00 void 0.000115
+gallium_dri.so free 0x5571735beeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735beeb0 0.000116
+gallium_dri.so free 0x5571735bf000 void 0.000116
+gallium_dri.so free 0x5571735beeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735befb0 0.000114
+gallium_dri.so free 0x5571735bf0c0 void 0.000115
+gallium_dri.so free 0x5571735befb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf070 0.000115
+gallium_dri.so free 0x5571735bf100 void 0.000116
+gallium_dri.so free 0x5571735bf070 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf1c0 void 0.000115
+gallium_dri.so free 0x5571735bf070 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf230 0.000115
+gallium_dri.so free 0x5571735bf280 void 0.000115
+gallium_dri.so free 0x5571735bf230 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf230 0.000116
+gallium_dri.so free 0x5571735bf380 void 0.000116
+gallium_dri.so free 0x5571735bf230 void 0.000163
+gallium_dri.so malloc 72 0x5571735bf330 0.000115
+gallium_dri.so free 0x5571735bf440 void 0.000114
+gallium_dri.so free 0x5571735bf330 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000116
+gallium_dri.so free 0x5571735bf480 void 0.000116
+gallium_dri.so free 0x5571735bf3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf580 0.000115
+gallium_dri.so free 0x5571735bf600 void 0.000116
+gallium_dri.so free 0x5571735bf580 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf600 0.000115
+gallium_dri.so free 0x5571735bf6c0 void 0.000115
+gallium_dri.so free 0x5571735bf600 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf600 0.000115
+gallium_dri.so free 0x5571735bf780 void 0.000115
+gallium_dri.so free 0x5571735bf600 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf7a0 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000116
+gallium_dri.so free 0x5571735bf7a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000113
+gallium_dri.so free 0x5571735bf8c0 void 0.000117
+gallium_dri.so free 0x5571735bf7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000122
+gallium_dri.so free 0x5571735bf940 void 0.000115
+gallium_dri.so free 0x5571735bf7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf940 0.000115
+gallium_dri.so free 0x5571735bfa00 void 0.000115
+gallium_dri.so free 0x5571735bf940 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf940 0.000115
+gallium_dri.so free 0x5571735bfac0 void 0.000119
+gallium_dri.so free 0x5571735bf940 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf940 0.000115
+gallium_dri.so free 0x5571735bfb80 void 0.000115
+gallium_dri.so free 0x5571735bf940 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfb30 0.000116
+gallium_dri.so free 0x5571735bfc40 void 0.000116
+gallium_dri.so free 0x5571735bfb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000115
+gallium_dri.so free 0x5571735bfcc0 void 0.000114
+gallium_dri.so free 0x5571735bfbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfd10 0.000115
+gallium_dri.so free 0x5571735bfd80 void 0.000116
+gallium_dri.so free 0x5571735bfd10 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfda0 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000116
+gallium_dri.so free 0x5571735bfda0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000115
+gallium_dri.so free 0x5571735bfec0 void 0.000115
+gallium_dri.so free 0x5571735bfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000116
+gallium_dri.so free 0x5571735bff40 void 0.000115
+gallium_dri.so free 0x5571735bfdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bff40 0.000114
+gallium_dri.so free 0x5571735c0000 void 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff40 0.000115
+gallium_dri.so free 0x5571735c0100 void 0.000131
+gallium_dri.so free 0x5571735bff40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c00b0 0.000116
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x5571735c00b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c00b0 0.000122
+gallium_dri.so free 0x5571735c0200 void 0.000119
+gallium_dri.so free 0x5571735c00b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0240 0.000117
+gallium_dri.so free 0x5571735c02c0 void 0.000120
+gallium_dri.so free 0x5571735c0240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02c0 0.000118
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so free 0x5571735c02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02c0 0.000121
+gallium_dri.so free 0x5571735c0400 void 0.000121
+gallium_dri.so free 0x5571735c02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0430 0.000118
+gallium_dri.so free 0x5571735c0480 void 0.000117
+gallium_dri.so free 0x5571735c0430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0430 0.000120
+gallium_dri.so free 0x5571735c0580 void 0.000169
+gallium_dri.so free 0x5571735c0430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05c0 0.000117
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so free 0x5571735c05c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0640 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0640 0.000117
+gallium_dri.so free 0x5571735c0780 void 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c07b0 0.000118
+gallium_dri.so free 0x5571735c0800 void 0.000117
+gallium_dri.so free 0x5571735c07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c07b0 0.000115
+gallium_dri.so free 0x5571735c0900 void 0.000117
+gallium_dri.so free 0x5571735c07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000116
+gallium_dri.so free 0x5571735c09c0 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0970 0.000115
+gallium_dri.so free 0x5571735c0a40 void 0.000119
+gallium_dri.so free 0x5571735c0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0970 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000116
+gallium_dri.so free 0x5571735c0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0970 0.000127
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so free 0x5571735c0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b70 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so free 0x5571735c0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c90 0.000115
+gallium_dri.so free 0x5571735c0d00 void 0.000114
+gallium_dri.so free 0x5571735c0c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0d20 0.000114
+gallium_dri.so free 0x5571735c0dc0 void 0.000115
+gallium_dri.so free 0x5571735c0d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d70 0.000115
+gallium_dri.so free 0x5571735c0e40 void 0.000116
+gallium_dri.so free 0x5571735c0d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0e40 0.000117
+gallium_dri.so free 0x5571735c0f00 void 0.000152
+gallium_dri.so free 0x5571735c0e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0e40 0.000114
+gallium_dri.so free 0x5571735c0f80 void 0.000115
+gallium_dri.so free 0x5571735c0e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f80 0.000114
+gallium_dri.so free 0x5571735c1040 void 0.000115
+gallium_dri.so free 0x5571735c0f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0f80 0.000114
+gallium_dri.so free 0x5571735c1100 void 0.000116
+gallium_dri.so free 0x5571735c0f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f80 0.000126
+gallium_dri.so free 0x5571735c11c0 void 0.000116
+gallium_dri.so free 0x5571735c0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1170 0.000115
+gallium_dri.so free 0x5571735c1240 void 0.000116
+gallium_dri.so free 0x5571735c1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1290 0.000115
+gallium_dri.so free 0x5571735c1300 void 0.000115
+gallium_dri.so free 0x5571735c1290 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1340 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1340 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1470 0.000113
+gallium_dri.so free 0x5571735c14c0 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1470 0.000114
+gallium_dri.so free 0x5571735c15c0 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1570 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000122
+gallium_dri.so free 0x5571735c1570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c16c0 void 0.000115
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000153
+gallium_dri.so free 0x5571735c1780 void 0.000115
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17f0 0.000113
+gallium_dri.so free 0x5571735c1840 void 0.000114
+gallium_dri.so free 0x5571735c17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17f0 0.000112
+gallium_dri.so free 0x5571735c1940 void 0.000114
+gallium_dri.so free 0x5571735c17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c18f0 0.000112
+gallium_dri.so free 0x5571735c1a00 void 0.000127
+gallium_dri.so free 0x5571735c18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c19b0 0.000117
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c19b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c19b0 0.000114
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735c19b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b40 0.000112
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so free 0x5571735c1b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000114
+gallium_dri.so free 0x5571735c1c80 void 0.000114
+gallium_dri.so free 0x5571735c1bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000114
+gallium_dri.so free 0x5571735c1d40 void 0.000115
+gallium_dri.so free 0x5571735c1bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d60 0.000113
+gallium_dri.so free 0x5571735c1e00 void 0.000116
+gallium_dri.so free 0x5571735c1d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1db0 0.000111
+gallium_dri.so free 0x5571735c1e80 void 0.000115
+gallium_dri.so free 0x5571735c1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1db0 0.000112
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so free 0x5571735c1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f00 0.000114
+gallium_dri.so free 0x5571735c1fc0 void 0.000113
+gallium_dri.so free 0x5571735c1f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f00 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000112
+gallium_dri.so free 0x5571735c1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f00 0.000112
+gallium_dri.so free 0x5571735c2140 void 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20f0 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so free 0x5571735c20f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c21b0 0.000113
+gallium_dri.so free 0x5571735c2280 void 0.000113
+gallium_dri.so free 0x5571735c21b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c22d0 0.000112
+gallium_dri.so free 0x5571735c2340 void 0.000113
+gallium_dri.so free 0x5571735c22d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2360 0.000113
+gallium_dri.so free 0x5571735c2400 void 0.000147
+gallium_dri.so free 0x5571735c2360 void 0.000115
+gallium_dri.so malloc 72 0x5571735c23b0 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000116
+gallium_dri.so free 0x5571735c23b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c23b0 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000116
+gallium_dri.so free 0x5571735c23b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2500 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2500 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2670 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2670 0.000114
+gallium_dri.so free 0x5571735c27c0 void 0.000115
+gallium_dri.so free 0x5571735c2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2800 0.000113
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so free 0x5571735c2800 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2880 0.000114
+gallium_dri.so free 0x5571735c2940 void 0.000116
+gallium_dri.so free 0x5571735c2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2880 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000119
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c29f0 0.000117
+gallium_dri.so free 0x5571735c2a40 void 0.000114
+gallium_dri.so free 0x5571735c29f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c29f0 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c29f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b80 0.000111
+gallium_dri.so free 0x5571735c2c00 void 0.000113
+gallium_dri.so free 0x5571735c2b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c00 0.000112
+gallium_dri.so free 0x5571735c2cc0 void 0.000112
+gallium_dri.so free 0x5571735c2c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2c00 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000113
+gallium_dri.so free 0x5571735c2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d70 0.000113
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so free 0x5571735c2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2d70 0.000113
+gallium_dri.so free 0x5571735c2ec0 void 0.000113
+gallium_dri.so free 0x5571735c2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e70 0.000112
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f30 0.000114
+gallium_dri.so free 0x5571735c3000 void 0.000114
+gallium_dri.so free 0x5571735c2f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2f30 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000113
+gallium_dri.so free 0x5571735c2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f30 0.000113
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so free 0x5571735c2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3130 0.000113
+gallium_dri.so free 0x5571735c3200 void 0.000113
+gallium_dri.so free 0x5571735c3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3250 0.000114
+gallium_dri.so free 0x5571735c32c0 void 0.000112
+gallium_dri.so free 0x5571735c3250 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32e0 0.000113
+gallium_dri.so free 0x5571735c3380 void 0.000115
+gallium_dri.so free 0x5571735c32e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3330 0.000113
+gallium_dri.so free 0x5571735c3400 void 0.000114
+gallium_dri.so free 0x5571735c3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3400 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000114
+gallium_dri.so free 0x5571735c3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3400 0.000113
+gallium_dri.so free 0x5571735c3540 void 0.000115
+gallium_dri.so free 0x5571735c3400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3540 0.000113
+gallium_dri.so free 0x5571735c3600 void 0.000115
+gallium_dri.so free 0x5571735c3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3540 0.000119
+gallium_dri.so free 0x5571735c36c0 void 0.000115
+gallium_dri.so free 0x5571735c3540 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3540 0.000114
+gallium_dri.so free 0x5571735c3780 void 0.000114
+gallium_dri.so free 0x5571735c3540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3730 0.000114
+gallium_dri.so free 0x5571735c3800 void 0.000114
+gallium_dri.so free 0x5571735c3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3850 0.000114
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so free 0x5571735c3850 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3900 0.000113
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c3900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3900 0.000112
+gallium_dri.so free 0x5571735c3a00 void 0.000115
+gallium_dri.so free 0x5571735c3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a30 0.000118
+gallium_dri.so free 0x5571735c3a80 void 0.000116
+gallium_dri.so free 0x5571735c3a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a30 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000115
+gallium_dri.so free 0x5571735c3a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b30 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so free 0x5571735c3b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000116
+gallium_dri.so free 0x5571735c3c80 void 0.000113
+gallium_dri.so free 0x5571735c3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000111
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so free 0x5571735c3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3db0 0.000114
+gallium_dri.so free 0x5571735c3e00 void 0.000113
+gallium_dri.so free 0x5571735c3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3db0 0.000112
+gallium_dri.so free 0x5571735c3f00 void 0.000113
+gallium_dri.so free 0x5571735c3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000113
+gallium_dri.so free 0x5571735c3eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f70 0.000112
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so free 0x5571735c3f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f70 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so free 0x5571735c3f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4100 0.000113
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4180 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000113
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4180 0.000129
+gallium_dri.so free 0x5571735c4300 void 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4320 0.000112
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735c4320 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4370 0.000113
+gallium_dri.so free 0x5571735c4440 void 0.000113
+gallium_dri.so free 0x5571735c4370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4370 0.000112
+gallium_dri.so free 0x5571735c44c0 void 0.000114
+gallium_dri.so free 0x5571735c4370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44c0 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c44c0 0.000118
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44c0 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000115
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46b0 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so free 0x5571735c46b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4770 0.000114
+gallium_dri.so free 0x5571735c4840 void 0.000114
+gallium_dri.so free 0x5571735c4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4890 0.000112
+gallium_dri.so free 0x5571735c4900 void 0.000164
+gallium_dri.so free 0x5571735c4890 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4920 0.000113
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so free 0x5571735c4920 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4970 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c4970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4970 0.000118
+gallium_dri.so free 0x5571735c4ac0 void 0.000116
+gallium_dri.so free 0x5571735c4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000113
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c30 0.000113
+gallium_dri.so free 0x5571735c4cc0 void 0.000115
+gallium_dri.so free 0x5571735c4c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c30 0.000114
+gallium_dri.so free 0x5571735c4d80 void 0.000115
+gallium_dri.so free 0x5571735c4c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000138
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e40 0.000112
+gallium_dri.so free 0x5571735c4f00 void 0.000119
+gallium_dri.so free 0x5571735c4e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e40 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735c4e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000114
+gallium_dri.so free 0x5571735c5000 void 0.000114
+gallium_dri.so free 0x5571735c4fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000114
+gallium_dri.so free 0x5571735c5100 void 0.000115
+gallium_dri.so free 0x5571735c4fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5140 0.000113
+gallium_dri.so free 0x5571735c51c0 void 0.000114
+gallium_dri.so free 0x5571735c5140 void 0.000111
+gallium_dri.so malloc 72 0x5571735c51c0 0.000112
+gallium_dri.so free 0x5571735c5280 void 0.000114
+gallium_dri.so free 0x5571735c51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c51c0 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000113
+gallium_dri.so free 0x5571735c51c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5330 0.000112
+gallium_dri.so free 0x5571735c5380 void 0.000178
+gallium_dri.so free 0x5571735c5330 void 0.000183
+gallium_dri.so malloc 72 0x5571735c5330 0.000186
+gallium_dri.so free 0x5571735c5480 void 0.000114
+gallium_dri.so free 0x5571735c5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5430 0.000132
+gallium_dri.so free 0x5571735c5540 void 0.000115
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54f0 0.000114
+gallium_dri.so free 0x5571735c55c0 void 0.000117
+gallium_dri.so free 0x5571735c54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c54f0 0.000113
+gallium_dri.so free 0x5571735c5680 void 0.000114
+gallium_dri.so free 0x5571735c54f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54f0 0.000113
+gallium_dri.so free 0x5571735c5740 void 0.000115
+gallium_dri.so free 0x5571735c54f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c56f0 0.000112
+gallium_dri.so free 0x5571735c57c0 void 0.000114
+gallium_dri.so free 0x5571735c56f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5810 0.000113
+gallium_dri.so free 0x5571735c5880 void 0.000113
+gallium_dri.so free 0x5571735c5810 void 0.000113
+gallium_dri.so malloc 72 0x5571735c58a0 0.000114
+gallium_dri.so free 0x5571735c5940 void 0.000114
+gallium_dri.so free 0x5571735c58a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c58f0 0.000113
+gallium_dri.so free 0x5571735c59c0 void 0.000114
+gallium_dri.so free 0x5571735c58f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c59c0 0.000113
+gallium_dri.so free 0x5571735c5a80 void 0.000118
+gallium_dri.so free 0x5571735c59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c59c0 0.000130
+gallium_dri.so free 0x5571735c5b00 void 0.000115
+gallium_dri.so free 0x5571735c59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b00 0.000204
+gallium_dri.so free 0x5571735c5bc0 void 0.000196
+gallium_dri.so free 0x5571735c5b00 void 0.000149
+gallium_dri.so malloc 72 0x5571735c5b00 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000114
+gallium_dri.so free 0x5571735c5b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5b00 0.000112
+gallium_dri.so free 0x5571735c5d40 void 0.000112
+gallium_dri.so free 0x5571735c5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000112
+gallium_dri.so free 0x5571735c5dc0 void 0.000113
+gallium_dri.so free 0x5571735c5cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5e10 0.000113
+gallium_dri.so free 0x5571735c5e80 void 0.000113
+gallium_dri.so free 0x5571735c5e10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000115
+gallium_dri.so free 0x5571735c5f40 void 0.000113
+gallium_dri.so free 0x5571735c5ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000113
+gallium_dri.so free 0x5571735c5fc0 void 0.000114
+gallium_dri.so free 0x5571735c5ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000114
+gallium_dri.so free 0x5571735c6040 void 0.000115
+gallium_dri.so free 0x5571735c5ff0 void 0.000172
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000116
+gallium_dri.so free 0x5571735c6140 void 0.000116
+gallium_dri.so free 0x5571735c5ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c60f0 0.000113
+gallium_dri.so free 0x5571735c6200 void 0.000115
+gallium_dri.so free 0x5571735c60f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c61b0 0.000114
+gallium_dri.so free 0x5571735c6240 void 0.000115
+gallium_dri.so free 0x5571735c61b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c61b0 0.000114
+gallium_dri.so free 0x5571735c6300 void 0.000116
+gallium_dri.so free 0x5571735c61b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6370 0.000115
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so free 0x5571735c6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6370 0.000113
+gallium_dri.so free 0x5571735c64c0 void 0.000117
+gallium_dri.so free 0x5571735c6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6470 0.000114
+gallium_dri.so free 0x5571735c6580 void 0.000114
+gallium_dri.so free 0x5571735c6470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000114
+gallium_dri.so free 0x5571735c65c0 void 0.000119
+gallium_dri.so free 0x5571735c6530 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6530 0.000113
+gallium_dri.so free 0x5571735c6680 void 0.000116
+gallium_dri.so free 0x5571735c6530 void 0.000131
+gallium_dri.so malloc 72 0x5571735c66c0 0.000114
+gallium_dri.so free 0x5571735c6740 void 0.000114
+gallium_dri.so free 0x5571735c66c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6740 0.000113
+gallium_dri.so free 0x5571735c6800 void 0.000113
+gallium_dri.so free 0x5571735c6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6740 0.000112
+gallium_dri.so free 0x5571735c68c0 void 0.000115
+gallium_dri.so free 0x5571735c6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c68e0 0.000112
+gallium_dri.so free 0x5571735c6980 void 0.000114
+gallium_dri.so free 0x5571735c68e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6930 0.000112
+gallium_dri.so free 0x5571735c6a00 void 0.000115
+gallium_dri.so free 0x5571735c6930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6930 0.000114
+gallium_dri.so free 0x5571735c6a80 void 0.000114
+gallium_dri.so free 0x5571735c6930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6a80 0.000113
+gallium_dri.so free 0x5571735c6b40 void 0.000111
+gallium_dri.so free 0x5571735c6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a80 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000113
+gallium_dri.so free 0x5571735c6a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6a80 0.000112
+gallium_dri.so free 0x5571735c6cc0 void 0.000115
+gallium_dri.so free 0x5571735c6a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6c70 0.000117
+gallium_dri.so free 0x5571735c6d80 void 0.000115
+gallium_dri.so free 0x5571735c6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6d30 0.000112
+gallium_dri.so free 0x5571735c6e00 void 0.000113
+gallium_dri.so free 0x5571735c6d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e50 0.000245
+gallium_dri.so free 0x5571735c6ec0 void 0.000201
+gallium_dri.so free 0x5571735c6e50 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6ee0 0.000113
+gallium_dri.so free 0x5571735c6f80 void 0.000113
+gallium_dri.so free 0x5571735c6ee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6f30 0.000114
+gallium_dri.so free 0x5571735c7000 void 0.000115
+gallium_dri.so free 0x5571735c6f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6f30 0.000113
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so free 0x5571735c6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7080 0.000113
+gallium_dri.so free 0x5571735c7140 void 0.000115
+gallium_dri.so free 0x5571735c7080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7080 0.000115
+gallium_dri.so free 0x5571735c7240 void 0.000114
+gallium_dri.so free 0x5571735c7080 void 0.000112
+gallium_dri.so malloc 72 0x5571735c71f0 0.000112
+gallium_dri.so free 0x5571735c7280 void 0.000115
+gallium_dri.so free 0x5571735c71f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c71f0 0.000113
+gallium_dri.so free 0x5571735c7340 void 0.000114
+gallium_dri.so free 0x5571735c71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7380 0.000112
+gallium_dri.so free 0x5571735c7400 void 0.000114
+gallium_dri.so free 0x5571735c7380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7400 0.000113
+gallium_dri.so free 0x5571735c74c0 void 0.000114
+gallium_dri.so free 0x5571735c7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7400 0.000112
+gallium_dri.so free 0x5571735c7540 void 0.000113
+gallium_dri.so free 0x5571735c7400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7570 0.000113
+gallium_dri.so free 0x5571735c75c0 void 0.000114
+gallium_dri.so free 0x5571735c7570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7570 0.000114
+gallium_dri.so free 0x5571735c76c0 void 0.000116
+gallium_dri.so free 0x5571735c7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7700 0.000113
+gallium_dri.so free 0x5571735c7780 void 0.000114
+gallium_dri.so free 0x5571735c7700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7780 0.000114
+gallium_dri.so free 0x5571735c7840 void 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7780 0.000112
+gallium_dri.so free 0x5571735c78c0 void 0.000113
+gallium_dri.so free 0x5571735c7780 void 0.000123
+gallium_dri.so malloc 72 0x5571735c78f0 0.000114
+gallium_dri.so free 0x5571735c7940 void 0.000113
+gallium_dri.so free 0x5571735c78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c78f0 0.000117
+gallium_dri.so free 0x5571735c7a40 void 0.000114
+gallium_dri.so free 0x5571735c78f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c79f0 0.000113
+gallium_dri.so free 0x5571735c7b00 void 0.000112
+gallium_dri.so free 0x5571735c79f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000112
+gallium_dri.so free 0x5571735c7b80 void 0.000112
+gallium_dri.so free 0x5571735c7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000112
+gallium_dri.so free 0x5571735c7c40 void 0.000113
+gallium_dri.so free 0x5571735c7ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000111
+gallium_dri.so free 0x5571735c7d00 void 0.000113
+gallium_dri.so free 0x5571735c7ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7d80 void 0.000114
+gallium_dri.so free 0x5571735c7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7dd0 0.000113
+gallium_dri.so free 0x5571735c7e40 void 0.000114
+gallium_dri.so free 0x5571735c7dd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7e60 0.000112
+gallium_dri.so free 0x5571735c7f00 void 0.000114
+gallium_dri.so free 0x5571735c7e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000129
+gallium_dri.so free 0x5571735c7f80 void 0.000117
+gallium_dri.so free 0x5571735c7eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7f80 0.000113
+gallium_dri.so free 0x5571735c8040 void 0.000114
+gallium_dri.so free 0x5571735c7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7f80 0.000112
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so free 0x5571735c7f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c80c0 0.000113
+gallium_dri.so free 0x5571735c8180 void 0.000115
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c80c0 0.000113
+gallium_dri.so free 0x5571735c8240 void 0.000113
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c80c0 0.000113
+gallium_dri.so free 0x5571735c8300 void 0.000117
+gallium_dri.so free 0x5571735c80c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c82b0 0.000113
+gallium_dri.so free 0x5571735c8380 void 0.000115
+gallium_dri.so free 0x5571735c82b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c83d0 0.000113
+gallium_dri.so free 0x5571735c8440 void 0.000114
+gallium_dri.so free 0x5571735c83d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8480 0.000114
+gallium_dri.so free 0x5571735c8500 void 0.000115
+gallium_dri.so free 0x5571735c8480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8480 0.000168
+gallium_dri.so free 0x5571735c8580 void 0.000114
+gallium_dri.so free 0x5571735c8480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85b0 0.000112
+gallium_dri.so free 0x5571735c8600 void 0.000114
+gallium_dri.so free 0x5571735c85b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85b0 0.000113
+gallium_dri.so free 0x5571735c8700 void 0.000115
+gallium_dri.so free 0x5571735c85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c86b0 0.000114
+gallium_dri.so free 0x5571735c87c0 void 0.000115
+gallium_dri.so free 0x5571735c86b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000114
+gallium_dri.so free 0x5571735c8800 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000115
+gallium_dri.so free 0x5571735c88c0 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8930 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000114
+gallium_dri.so free 0x5571735c8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8930 0.000118
+gallium_dri.so free 0x5571735c8a80 void 0.000115
+gallium_dri.so free 0x5571735c8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8a30 0.000112
+gallium_dri.so free 0x5571735c8b40 void 0.000113
+gallium_dri.so free 0x5571735c8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8af0 0.000126
+gallium_dri.so free 0x5571735c8b80 void 0.000115
+gallium_dri.so free 0x5571735c8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8af0 0.000111
+gallium_dri.so free 0x5571735c8c40 void 0.000113
+gallium_dri.so free 0x5571735c8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8c80 0.000111
+gallium_dri.so free 0x5571735c8d00 void 0.000114
+gallium_dri.so free 0x5571735c8c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8d00 0.000114
+gallium_dri.so free 0x5571735c8dc0 void 0.000115
+gallium_dri.so free 0x5571735c8d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8d00 0.000113
+gallium_dri.so free 0x5571735c8e80 void 0.000113
+gallium_dri.so free 0x5571735c8d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8ea0 0.000113
+gallium_dri.so free 0x5571735c8f40 void 0.000114
+gallium_dri.so free 0x5571735c8ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000112
+gallium_dri.so free 0x5571735c8fc0 void 0.000112
+gallium_dri.so free 0x5571735c8ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000113
+gallium_dri.so free 0x5571735c9040 void 0.000114
+gallium_dri.so free 0x5571735c8ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9040 0.000112
+gallium_dri.so free 0x5571735c9100 void 0.000114
+gallium_dri.so free 0x5571735c9040 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9040 0.000112
+gallium_dri.so free 0x5571735c91c0 void 0.000123
+gallium_dri.so free 0x5571735c9040 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9040 0.000112
+gallium_dri.so free 0x5571735c9280 void 0.000113
+gallium_dri.so free 0x5571735c9040 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9230 0.000112
+gallium_dri.so free 0x5571735c9340 void 0.000112
+gallium_dri.so free 0x5571735c9230 void 0.000122
+gallium_dri.so malloc 72 0x5571735c92f0 0.000119
+gallium_dri.so free 0x5571735c93c0 void 0.000118
+gallium_dri.so free 0x5571735c92f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9410 0.000118
+gallium_dri.so free 0x5571735c9480 void 0.000120
+gallium_dri.so free 0x5571735c9410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c94a0 0.000118
+gallium_dri.so free 0x5571735c9540 void 0.000118
+gallium_dri.so free 0x5571735c94a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c94f0 0.000119
+gallium_dri.so free 0x5571735c95c0 void 0.000116
+gallium_dri.so free 0x5571735c94f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c94f0 0.000118
+gallium_dri.so free 0x5571735c9640 void 0.000118
+gallium_dri.so free 0x5571735c94f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9640 0.000116
+gallium_dri.so free 0x5571735c9700 void 0.000119
+gallium_dri.so free 0x5571735c9640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9640 0.000118
+gallium_dri.so free 0x5571735c9800 void 0.000113
+gallium_dri.so free 0x5571735c9640 void 0.000119
+gallium_dri.so malloc 72 0x5571735c97b0 0.000117
+gallium_dri.so free 0x5571735c9840 void 0.000118
+gallium_dri.so free 0x5571735c97b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c97b0 0.000122
+gallium_dri.so free 0x5571735c9900 void 0.000117
+gallium_dri.so free 0x5571735c97b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9940 0.000117
+gallium_dri.so free 0x5571735c99c0 void 0.000117
+gallium_dri.so free 0x5571735c9940 void 0.000122
+gallium_dri.so malloc 72 0x5571735c99c0 0.000117
+gallium_dri.so free 0x5571735c9a80 void 0.000117
+gallium_dri.so free 0x5571735c99c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c99c0 0.000118
+gallium_dri.so free 0x5571735c9b00 void 0.000118
+gallium_dri.so free 0x5571735c99c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9b30 0.000115
+gallium_dri.so free 0x5571735c9b80 void 0.000119
+gallium_dri.so free 0x5571735c9b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9b30 0.000118
+gallium_dri.so free 0x5571735c9c80 void 0.000119
+gallium_dri.so free 0x5571735c9b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9cc0 0.000118
+gallium_dri.so free 0x5571735c9d40 void 0.000119
+gallium_dri.so free 0x5571735c9cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9d40 0.000125
+gallium_dri.so free 0x5571735c9e00 void 0.000118
+gallium_dri.so free 0x5571735c9d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9d40 0.000117
+gallium_dri.so free 0x5571735c9e80 void 0.000115
+gallium_dri.so free 0x5571735c9d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9eb0 0.000117
+gallium_dri.so free 0x5571735c9f00 void 0.000116
+gallium_dri.so free 0x5571735c9eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9eb0 0.000118
+gallium_dri.so free 0x5571735ca000 void 0.000117
+gallium_dri.so free 0x5571735c9eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000117
+gallium_dri.so free 0x5571735ca0c0 void 0.000118
+gallium_dri.so free 0x5571735c9fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca070 0.000118
+gallium_dri.so free 0x5571735ca140 void 0.000117
+gallium_dri.so free 0x5571735ca070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca070 0.000117
+gallium_dri.so free 0x5571735ca200 void 0.000117
+gallium_dri.so free 0x5571735ca070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca070 0.000117
+gallium_dri.so free 0x5571735ca2c0 void 0.000118
+gallium_dri.so free 0x5571735ca070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca270 0.000117
+gallium_dri.so free 0x5571735ca340 void 0.000117
+gallium_dri.so free 0x5571735ca270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca390 0.000119
+gallium_dri.so free 0x5571735ca400 void 0.000118
+gallium_dri.so free 0x5571735ca390 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca420 0.000117
+gallium_dri.so free 0x5571735ca4c0 void 0.000117
+gallium_dri.so free 0x5571735ca420 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca470 0.000119
+gallium_dri.so free 0x5571735ca540 void 0.000118
+gallium_dri.so free 0x5571735ca470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca540 0.000123
+gallium_dri.so free 0x5571735ca600 void 0.000121
+gallium_dri.so free 0x5571735ca540 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca540 0.000117
+gallium_dri.so free 0x5571735ca680 void 0.000118
+gallium_dri.so free 0x5571735ca540 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca680 0.000117
+gallium_dri.so free 0x5571735ca740 void 0.000118
+gallium_dri.so free 0x5571735ca680 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca680 0.000119
+gallium_dri.so free 0x5571735ca800 void 0.000118
+gallium_dri.so free 0x5571735ca680 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca680 0.000118
+gallium_dri.so free 0x5571735ca8c0 void 0.000117
+gallium_dri.so free 0x5571735ca680 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca870 0.000118
+gallium_dri.so free 0x5571735ca940 void 0.000118
+gallium_dri.so free 0x5571735ca870 void 0.000167
+gallium_dri.so malloc 72 0x5571735ca990 0.000119
+gallium_dri.so free 0x5571735caa00 void 0.000118
+gallium_dri.so free 0x5571735ca990 void 0.000117
+gallium_dri.so malloc 72 0x5571735caa40 0.000118
+gallium_dri.so free 0x5571735caac0 void 0.000117
+gallium_dri.so free 0x5571735caa40 void 0.000117
+gallium_dri.so malloc 72 0x5571735caa40 0.000117
+gallium_dri.so free 0x5571735cab40 void 0.000120
+gallium_dri.so free 0x5571735caa40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cab70 0.000119
+gallium_dri.so free 0x5571735cabc0 void 0.000118
+gallium_dri.so free 0x5571735cab70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cab70 0.000117
+gallium_dri.so free 0x5571735cacc0 void 0.000117
+gallium_dri.so free 0x5571735cab70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cac70 0.000118
+gallium_dri.so free 0x5571735cad80 void 0.000118
+gallium_dri.so free 0x5571735cac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cad30 0.000119
+gallium_dri.so free 0x5571735cadc0 void 0.000118
+gallium_dri.so free 0x5571735cad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cad30 0.000118
+gallium_dri.so free 0x5571735cae80 void 0.000118
+gallium_dri.so free 0x5571735cad30 void 0.000119
+gallium_dri.so malloc 72 0x5571735caef0 0.000117
+gallium_dri.so free 0x5571735caf40 void 0.000121
+gallium_dri.so free 0x5571735caef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735caef0 0.000118
+gallium_dri.so free 0x5571735cb040 void 0.000116
+gallium_dri.so free 0x5571735caef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735caff0 0.000115
+gallium_dri.so free 0x5571735cb100 void 0.000117
+gallium_dri.so free 0x5571735caff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000118
+gallium_dri.so free 0x5571735cb140 void 0.000118
+gallium_dri.so free 0x5571735cb0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000117
+gallium_dri.so free 0x5571735cb200 void 0.000117
+gallium_dri.so free 0x5571735cb0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb240 0.000117
+gallium_dri.so free 0x5571735cb2c0 void 0.000117
+gallium_dri.so free 0x5571735cb240 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000116
+gallium_dri.so free 0x5571735cb380 void 0.000118
+gallium_dri.so free 0x5571735cb2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000118
+gallium_dri.so free 0x5571735cb440 void 0.000117
+gallium_dri.so free 0x5571735cb2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb460 0.000117
+gallium_dri.so free 0x5571735cb500 void 0.000116
+gallium_dri.so free 0x5571735cb460 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000118
+gallium_dri.so free 0x5571735cb580 void 0.000127
+gallium_dri.so free 0x5571735cb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000118
+gallium_dri.so free 0x5571735cb600 void 0.000118
+gallium_dri.so free 0x5571735cb4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb600 0.000117
+gallium_dri.so free 0x5571735cb6c0 void 0.000117
+gallium_dri.so free 0x5571735cb600 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb600 0.000116
+gallium_dri.so free 0x5571735cb780 void 0.000117
+gallium_dri.so free 0x5571735cb600 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb600 0.000117
+gallium_dri.so free 0x5571735cb840 void 0.000117
+gallium_dri.so free 0x5571735cb600 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb7f0 0.000118
+gallium_dri.so free 0x5571735cb900 void 0.000118
+gallium_dri.so free 0x5571735cb7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000121
+gallium_dri.so free 0x5571735cb980 void 0.000119
+gallium_dri.so free 0x5571735cb8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb9d0 0.000118
+gallium_dri.so free 0x5571735cba40 void 0.000119
+gallium_dri.so free 0x5571735cb9d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cba60 0.000117
+gallium_dri.so free 0x5571735cbb00 void 0.000118
+gallium_dri.so free 0x5571735cba60 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbab0 0.000124
+gallium_dri.so free 0x5571735cbb80 void 0.000117
+gallium_dri.so free 0x5571735cbab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbab0 0.000114
+gallium_dri.so free 0x5571735cbc00 void 0.000116
+gallium_dri.so free 0x5571735cbab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbc00 0.000116
+gallium_dri.so free 0x5571735cbcc0 void 0.000117
+gallium_dri.so free 0x5571735cbc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbc00 0.000116
+gallium_dri.so free 0x5571735cbdc0 void 0.000116
+gallium_dri.so free 0x5571735cbc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbd70 0.000117
+gallium_dri.so free 0x5571735cbe00 void 0.000116
+gallium_dri.so free 0x5571735cbd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbd70 0.000115
+gallium_dri.so free 0x5571735cbec0 void 0.000117
+gallium_dri.so free 0x5571735cbd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbf00 0.000117
+gallium_dri.so free 0x5571735cbf80 void 0.000118
+gallium_dri.so free 0x5571735cbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbf80 0.000117
+gallium_dri.so free 0x5571735cc040 void 0.000116
+gallium_dri.so free 0x5571735cbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbf80 0.000117
+gallium_dri.so free 0x5571735cc0c0 void 0.000116
+gallium_dri.so free 0x5571735cbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc0f0 0.000127
+gallium_dri.so free 0x5571735cc140 void 0.000118
+gallium_dri.so free 0x5571735cc0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc0f0 0.000117
+gallium_dri.so free 0x5571735cc240 void 0.000117
+gallium_dri.so free 0x5571735cc0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc280 0.000118
+gallium_dri.so free 0x5571735cc300 void 0.000118
+gallium_dri.so free 0x5571735cc280 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc300 0.000118
+gallium_dri.so free 0x5571735cc3c0 void 0.000119
+gallium_dri.so free 0x5571735cc300 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc300 0.000117
+gallium_dri.so free 0x5571735cc440 void 0.000118
+gallium_dri.so free 0x5571735cc300 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc470 0.000117
+gallium_dri.so free 0x5571735cc4c0 void 0.000118
+gallium_dri.so free 0x5571735cc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc470 0.000118
+gallium_dri.so free 0x5571735cc5c0 void 0.000118
+gallium_dri.so free 0x5571735cc470 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc570 0.000118
+gallium_dri.so free 0x5571735cc680 void 0.000118
+gallium_dri.so free 0x5571735cc570 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc630 0.000119
+gallium_dri.so free 0x5571735cc700 void 0.000116
+gallium_dri.so free 0x5571735cc630 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc630 0.000111
+gallium_dri.so free 0x5571735cc7c0 void 0.000119
+gallium_dri.so free 0x5571735cc630 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc630 0.000118
+gallium_dri.so free 0x5571735cc880 void 0.000118
+gallium_dri.so free 0x5571735cc630 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc830 0.000117
+gallium_dri.so free 0x5571735cc900 void 0.000122
+gallium_dri.so free 0x5571735cc830 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc950 0.000118
+gallium_dri.so free 0x5571735cc9c0 void 0.000119
+gallium_dri.so free 0x5571735cc950 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc9e0 0.000117
+gallium_dri.so free 0x5571735cca80 void 0.000121
+gallium_dri.so free 0x5571735cc9e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cca30 0.000117
+gallium_dri.so free 0x5571735ccb00 void 0.000117
+gallium_dri.so free 0x5571735cca30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccb00 0.000117
+gallium_dri.so free 0x5571735ccbc0 void 0.000118
+gallium_dri.so free 0x5571735ccb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccb00 0.000119
+gallium_dri.so free 0x5571735ccc40 void 0.000118
+gallium_dri.so free 0x5571735ccb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccc40 0.000117
+gallium_dri.so free 0x5571735ccd00 void 0.000119
+gallium_dri.so free 0x5571735ccc40 void 0.000126
+gallium_dri.so malloc 72 0x5571735ccc40 0.000119
+gallium_dri.so free 0x5571735ccdc0 void 0.000134
+gallium_dri.so free 0x5571735ccc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccc40 0.000117
+gallium_dri.so free 0x5571735cce80 void 0.000117
+gallium_dri.so free 0x5571735ccc40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cce30 0.000117
+gallium_dri.so free 0x5571735ccf00 void 0.000118
+gallium_dri.so free 0x5571735cce30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccf50 0.000117
+gallium_dri.so free 0x5571735ccfc0 void 0.000117
+gallium_dri.so free 0x5571735ccf50 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd000 0.000116
+gallium_dri.so free 0x5571735cd080 void 0.000116
+gallium_dri.so free 0x5571735cd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd000 0.000117
+gallium_dri.so free 0x5571735cd100 void 0.000116
+gallium_dri.so free 0x5571735cd000 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd130 0.000118
+gallium_dri.so free 0x5571735cd180 void 0.000118
+gallium_dri.so free 0x5571735cd130 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd130 0.000117
+gallium_dri.so free 0x5571735cd280 void 0.000117
+gallium_dri.so free 0x5571735cd130 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd230 0.000117
+gallium_dri.so free 0x5571735cd340 void 0.000116
+gallium_dri.so free 0x5571735cd230 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000118
+gallium_dri.so free 0x5571735cd380 void 0.000118
+gallium_dri.so free 0x5571735cd2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000118
+gallium_dri.so free 0x5571735cd440 void 0.000118
+gallium_dri.so free 0x5571735cd2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000117
+gallium_dri.so free 0x5571735cd500 void 0.000119
+gallium_dri.so free 0x5571735cd4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000118
+gallium_dri.so free 0x5571735cd600 void 0.000119
+gallium_dri.so free 0x5571735cd4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000118
+gallium_dri.so free 0x5571735cd6c0 void 0.000117
+gallium_dri.so free 0x5571735cd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd670 0.000118
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd670 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd670 0.000119
+gallium_dri.so free 0x5571735cd7c0 void 0.000118
+gallium_dri.so free 0x5571735cd670 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd800 0.000118
+gallium_dri.so free 0x5571735cd880 void 0.000123
+gallium_dri.so free 0x5571735cd800 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd880 0.000118
+gallium_dri.so free 0x5571735cd940 void 0.000186
+gallium_dri.so free 0x5571735cd880 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd880 0.000118
+gallium_dri.so free 0x5571735cda00 void 0.000119
+gallium_dri.so free 0x5571735cd880 void 0.000118
+gallium_dri.so malloc 72 0x5571735cda20 0.000118
+gallium_dri.so free 0x5571735cdac0 void 0.000118
+gallium_dri.so free 0x5571735cda20 void 0.000118
+gallium_dri.so malloc 72 0x5571735cda70 0.000118
+gallium_dri.so free 0x5571735cdb40 void 0.000118
+gallium_dri.so free 0x5571735cda70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cda70 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000118
+gallium_dri.so free 0x5571735cda70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000117
+gallium_dri.so free 0x5571735cdc80 void 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000119
+gallium_dri.so free 0x5571735cdd40 void 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000118
+gallium_dri.so free 0x5571735cde00 void 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cddb0 0.000117
+gallium_dri.so free 0x5571735cdec0 void 0.000118
+gallium_dri.so free 0x5571735cddb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cde70 0.000127
+gallium_dri.so free 0x5571735cdf40 void 0.000117
+gallium_dri.so free 0x5571735cde70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdf90 0.000116
+gallium_dri.so free 0x5571735ce000 void 0.000115
+gallium_dri.so free 0x5571735cdf90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce020 0.000116
+gallium_dri.so free 0x5571735ce0c0 void 0.000117
+gallium_dri.so free 0x5571735ce020 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce070 0.000117
+gallium_dri.so free 0x5571735ce140 void 0.000117
+gallium_dri.so free 0x5571735ce070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce070 0.000117
+gallium_dri.so free 0x5571735ce1c0 void 0.000116
+gallium_dri.so free 0x5571735ce070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000117
+gallium_dri.so free 0x5571735ce280 void 0.000117
+gallium_dri.so free 0x5571735ce1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000117
+gallium_dri.so free 0x5571735ce380 void 0.000120
+gallium_dri.so free 0x5571735ce1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce330 0.000116
+gallium_dri.so free 0x5571735ce3c0 void 0.000117
+gallium_dri.so free 0x5571735ce330 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce330 0.000117
+gallium_dri.so free 0x5571735ce480 void 0.000117
+gallium_dri.so free 0x5571735ce330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce4c0 0.000121
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce540 0.000115
+gallium_dri.so free 0x5571735ce600 void 0.000119
+gallium_dri.so free 0x5571735ce540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce540 0.000134
+gallium_dri.so free 0x5571735ce680 void 0.000120
+gallium_dri.so free 0x5571735ce540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000118
+gallium_dri.so free 0x5571735ce700 void 0.000119
+gallium_dri.so free 0x5571735ce6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000117
+gallium_dri.so free 0x5571735ce800 void 0.000119
+gallium_dri.so free 0x5571735ce6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce840 0.000116
+gallium_dri.so free 0x5571735ce8c0 void 0.000118
+gallium_dri.so free 0x5571735ce840 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000117
+gallium_dri.so free 0x5571735ce980 void 0.000117
+gallium_dri.so free 0x5571735ce8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000119
+gallium_dri.so free 0x5571735cea00 void 0.000119
+gallium_dri.so free 0x5571735ce8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cea30 0.000117
+gallium_dri.so free 0x5571735cea80 void 0.000118
+gallium_dri.so free 0x5571735cea30 void 0.000166
+gallium_dri.so malloc 72 0x5571735cea30 0.000120
+gallium_dri.so free 0x5571735ceb80 void 0.000120
+gallium_dri.so free 0x5571735cea30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceb30 0.000118
+gallium_dri.so free 0x5571735cec40 void 0.000118
+gallium_dri.so free 0x5571735ceb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cebf0 0.000118
+gallium_dri.so free 0x5571735cecc0 void 0.000119
+gallium_dri.so free 0x5571735cebf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cebf0 0.000118
+gallium_dri.so free 0x5571735ced80 void 0.000118
+gallium_dri.so free 0x5571735cebf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cebf0 0.000118
+gallium_dri.so free 0x5571735cee40 void 0.000117
+gallium_dri.so free 0x5571735cebf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cedf0 0.000119
+gallium_dri.so free 0x5571735ceec0 void 0.000118
+gallium_dri.so free 0x5571735cedf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cef10 0.000118
+gallium_dri.so free 0x5571735cef80 void 0.000118
+gallium_dri.so free 0x5571735cef10 void 0.000118
+gallium_dri.so malloc 72 0x5571735cefa0 0.000118
+gallium_dri.so free 0x5571735cf040 void 0.000118
+gallium_dri.so free 0x5571735cefa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceff0 0.000117
+gallium_dri.so free 0x5571735cf0c0 void 0.000127
+gallium_dri.so free 0x5571735ceff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf0c0 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000117
+gallium_dri.so free 0x5571735cf0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf0c0 0.000118
+gallium_dri.so free 0x5571735cf200 void 0.000118
+gallium_dri.so free 0x5571735cf0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf200 0.000118
+gallium_dri.so free 0x5571735cf2c0 void 0.000117
+gallium_dri.so free 0x5571735cf200 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf200 0.000118
+gallium_dri.so free 0x5571735cf380 void 0.000147
+gallium_dri.so free 0x5571735cf200 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf200 0.000116
+gallium_dri.so free 0x5571735cf440 void 0.000117
+gallium_dri.so free 0x5571735cf200 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000117
+gallium_dri.so free 0x5571735cf4c0 void 0.000118
+gallium_dri.so free 0x5571735cf3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf510 0.000117
+gallium_dri.so free 0x5571735cf580 void 0.000118
+gallium_dri.so free 0x5571735cf510 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000118
+gallium_dri.so free 0x5571735cf640 void 0.000117
+gallium_dri.so free 0x5571735cf5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000117
+gallium_dri.so free 0x5571735cf6c0 void 0.000121
+gallium_dri.so free 0x5571735cf5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000119
+gallium_dri.so free 0x5571735cf740 void 0.000122
+gallium_dri.so free 0x5571735cf6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000118
+gallium_dri.so free 0x5571735cf840 void 0.000118
+gallium_dri.so free 0x5571735cf6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000118
+gallium_dri.so free 0x5571735cf900 void 0.000118
+gallium_dri.so free 0x5571735cf7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000118
+gallium_dri.so free 0x5571735cf940 void 0.000117
+gallium_dri.so free 0x5571735cf8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x5571735cf8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa70 0.000118
+gallium_dri.so free 0x5571735cfac0 void 0.000117
+gallium_dri.so free 0x5571735cfa70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa70 0.000119
+gallium_dri.so free 0x5571735cfbc0 void 0.000118
+gallium_dri.so free 0x5571735cfa70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000119
+gallium_dri.so free 0x5571735cfc80 void 0.000119
+gallium_dri.so free 0x5571735cfb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfc30 0.000163
+gallium_dri.so free 0x5571735cfcc0 void 0.000110
+gallium_dri.so free 0x5571735cfc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfc30 0.000110
+gallium_dri.so free 0x5571735cfd80 void 0.000110
+gallium_dri.so free 0x5571735cfc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000110
+gallium_dri.so free 0x5571735cfe40 void 0.000110
+gallium_dri.so free 0x5571735cfdc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfe40 0.000109
+gallium_dri.so free 0x5571735cff00 void 0.000109
+gallium_dri.so free 0x5571735cfe40 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735cffc0 void 0.000111
+gallium_dri.so free 0x5571735cfe40 void 0.000109
+gallium_dri.so malloc 72 0x5571735cffe0 0.000108
+gallium_dri.so free 0x5571735d0080 void 0.000109
+gallium_dri.so free 0x5571735cffe0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0030 0.000108
+gallium_dri.so free 0x5571735d0100 void 0.000109
+gallium_dri.so free 0x5571735d0030 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0030 0.000112
+gallium_dri.so free 0x5571735d0180 void 0.000110
+gallium_dri.so free 0x5571735d0030 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0180 0.000109
+gallium_dri.so free 0x5571735d0240 void 0.000108
+gallium_dri.so free 0x5571735d0180 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0180 0.000109
+gallium_dri.so free 0x5571735d0300 void 0.000135
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0180 0.000112
+gallium_dri.so free 0x5571735d03c0 void 0.000109
+gallium_dri.so free 0x5571735d0180 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0370 0.000109
+gallium_dri.so free 0x5571735d0480 void 0.000109
+gallium_dri.so free 0x5571735d0370 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0430 0.000109
+gallium_dri.so free 0x5571735d0500 void 0.000109
+gallium_dri.so free 0x5571735d0430 void 0.000108
+gallium_dri.so malloc 72 0x5571735d0550 0.000110
+gallium_dri.so free 0x5571735d05c0 void 0.000109
+gallium_dri.so free 0x5571735d0550 void 0.000110
+gallium_dri.so malloc 72 0x5571735d05e0 0.000110
+gallium_dri.so free 0x5571735d0680 void 0.000110
+gallium_dri.so free 0x5571735d05e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0630 0.000108
+gallium_dri.so free 0x5571735d0700 void 0.000109
+gallium_dri.so free 0x5571735d0630 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0630 0.000109
+gallium_dri.so free 0x5571735d0780 void 0.000110
+gallium_dri.so free 0x5571735d0630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0780 0.000113
+gallium_dri.so free 0x5571735d0840 void 0.000111
+gallium_dri.so free 0x5571735d0780 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0780 0.000109
+gallium_dri.so free 0x5571735d0940 void 0.000109
+gallium_dri.so free 0x5571735d0780 void 0.000111
+gallium_dri.so malloc 72 0x5571735d08f0 0.000126
+gallium_dri.so free 0x5571735d0980 void 0.000117
+gallium_dri.so free 0x5571735d08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d08f0 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so free 0x5571735d08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0a80 0.000116
+gallium_dri.so free 0x5571735d0b00 void 0.000118
+gallium_dri.so free 0x5571735d0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b00 0.000116
+gallium_dri.so free 0x5571735d0bc0 void 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b00 0.000117
+gallium_dri.so free 0x5571735d0c40 void 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c70 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000116
+gallium_dri.so free 0x5571735d0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c70 0.000117
+gallium_dri.so free 0x5571735d0dc0 void 0.000117
+gallium_dri.so free 0x5571735d0c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0e00 0.000118
+gallium_dri.so free 0x5571735d0e80 void 0.000116
+gallium_dri.so free 0x5571735d0e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0e80 0.000117
+gallium_dri.so free 0x5571735d0f40 void 0.000117
+gallium_dri.so free 0x5571735d0e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0e80 0.000120
+gallium_dri.so free 0x5571735d0fc0 void 0.000120
+gallium_dri.so free 0x5571735d0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000118
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000117
+gallium_dri.so free 0x5571735d1140 void 0.000119
+gallium_dri.so free 0x5571735d0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10f0 0.000119
+gallium_dri.so free 0x5571735d1200 void 0.000119
+gallium_dri.so free 0x5571735d10f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d11b0 0.000116
+gallium_dri.so free 0x5571735d1280 void 0.000118
+gallium_dri.so free 0x5571735d11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d11b0 0.000119
+gallium_dri.so free 0x5571735d1340 void 0.000120
+gallium_dri.so free 0x5571735d11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d11b0 0.000117
+gallium_dri.so free 0x5571735d1400 void 0.000118
+gallium_dri.so free 0x5571735d11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d13b0 0.000118
+gallium_dri.so free 0x5571735d1480 void 0.000118
+gallium_dri.so free 0x5571735d13b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d14d0 0.000118
+gallium_dri.so free 0x5571735d1540 void 0.000119
+gallium_dri.so free 0x5571735d14d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1560 0.000119
+gallium_dri.so free 0x5571735d1600 void 0.000119
+gallium_dri.so free 0x5571735d1560 void 0.000118
+gallium_dri.so malloc 72 0x5571735d15b0 0.000119
+gallium_dri.so free 0x5571735d1680 void 0.000118
+gallium_dri.so free 0x5571735d15b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1680 0.000119
+gallium_dri.so free 0x5571735d1740 void 0.000119
+gallium_dri.so free 0x5571735d1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1680 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17c0 0.000118
+gallium_dri.so free 0x5571735d1880 void 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d17c0 0.000118
+gallium_dri.so free 0x5571735d1940 void 0.000117
+gallium_dri.so free 0x5571735d17c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17c0 0.000116
+gallium_dri.so free 0x5571735d1a00 void 0.000118
+gallium_dri.so free 0x5571735d17c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d19b0 0.000117
+gallium_dri.so free 0x5571735d1a80 void 0.000119
+gallium_dri.so free 0x5571735d19b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1ad0 0.000117
+gallium_dri.so free 0x5571735d1b40 void 0.000127
+gallium_dri.so free 0x5571735d1ad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1b80 0.000119
+gallium_dri.so free 0x5571735d1c00 void 0.000118
+gallium_dri.so free 0x5571735d1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1b80 0.000118
+gallium_dri.so free 0x5571735d1c80 void 0.000119
+gallium_dri.so free 0x5571735d1b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000119
+gallium_dri.so free 0x5571735d1d00 void 0.000118
+gallium_dri.so free 0x5571735d1cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000118
+gallium_dri.so free 0x5571735d1e00 void 0.000117
+gallium_dri.so free 0x5571735d1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1db0 0.000118
+gallium_dri.so free 0x5571735d1ec0 void 0.000118
+gallium_dri.so free 0x5571735d1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1e70 0.000118
+gallium_dri.so free 0x5571735d1f00 void 0.000119
+gallium_dri.so free 0x5571735d1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1e70 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000119
+gallium_dri.so free 0x5571735d1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000117
+gallium_dri.so free 0x5571735d2080 void 0.000117
+gallium_dri.so free 0x5571735d2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000167
+gallium_dri.so free 0x5571735d2180 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2130 0.000118
+gallium_dri.so free 0x5571735d2240 void 0.000118
+gallium_dri.so free 0x5571735d2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21f0 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so free 0x5571735d21f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d21f0 0.000117
+gallium_dri.so free 0x5571735d2340 void 0.000118
+gallium_dri.so free 0x5571735d21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2380 0.000118
+gallium_dri.so free 0x5571735d2400 void 0.000118
+gallium_dri.so free 0x5571735d2380 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2400 0.000118
+gallium_dri.so free 0x5571735d24c0 void 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2400 0.000119
+gallium_dri.so free 0x5571735d2580 void 0.000120
+gallium_dri.so free 0x5571735d2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25a0 0.000118
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so free 0x5571735d25a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25f0 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000117
+gallium_dri.so free 0x5571735d25f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d25f0 0.000119
+gallium_dri.so free 0x5571735d2740 void 0.000119
+gallium_dri.so free 0x5571735d25f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2740 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so free 0x5571735d2740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2740 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000118
+gallium_dri.so free 0x5571735d2740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2740 0.000117
+gallium_dri.so free 0x5571735d2980 void 0.000118
+gallium_dri.so free 0x5571735d2740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2930 0.000117
+gallium_dri.so free 0x5571735d2a40 void 0.000120
+gallium_dri.so free 0x5571735d2930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d29f0 0.000116
+gallium_dri.so free 0x5571735d2ac0 void 0.000117
+gallium_dri.so free 0x5571735d29f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2b10 0.000117
+gallium_dri.so free 0x5571735d2b80 void 0.000118
+gallium_dri.so free 0x5571735d2b10 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ba0 0.000119
+gallium_dri.so free 0x5571735d2c40 void 0.000118
+gallium_dri.so free 0x5571735d2ba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000117
+gallium_dri.so free 0x5571735d2cc0 void 0.000116
+gallium_dri.so free 0x5571735d2bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000119
+gallium_dri.so free 0x5571735d2d40 void 0.000118
+gallium_dri.so free 0x5571735d2bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2d40 0.000121
+gallium_dri.so free 0x5571735d2e00 void 0.000120
+gallium_dri.so free 0x5571735d2d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2d40 0.000119
+gallium_dri.so free 0x5571735d2f00 void 0.000118
+gallium_dri.so free 0x5571735d2d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000118
+gallium_dri.so free 0x5571735d2f40 void 0.000118
+gallium_dri.so free 0x5571735d2eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000120
+gallium_dri.so free 0x5571735d2eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3040 0.000119
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d3040 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30c0 0.000132
+gallium_dri.so free 0x5571735d3180 void 0.000119
+gallium_dri.so free 0x5571735d30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d30c0 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3230 0.000116
+gallium_dri.so free 0x5571735d3280 void 0.000122
+gallium_dri.so free 0x5571735d3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3230 0.000120
+gallium_dri.so free 0x5571735d3380 void 0.000117
+gallium_dri.so free 0x5571735d3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d33c0 0.000117
+gallium_dri.so free 0x5571735d3440 void 0.000117
+gallium_dri.so free 0x5571735d33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3440 0.000204
+gallium_dri.so free 0x5571735d3500 void 0.000212
+gallium_dri.so free 0x5571735d3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3440 0.000119
+gallium_dri.so free 0x5571735d3580 void 0.000118
+gallium_dri.so free 0x5571735d3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735d35b0 0.000123
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d35b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d35b0 0.000119
+gallium_dri.so free 0x5571735d3700 void 0.000117
+gallium_dri.so free 0x5571735d35b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d36b0 0.000119
+gallium_dri.so free 0x5571735d37c0 void 0.000120
+gallium_dri.so free 0x5571735d36b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3770 0.000118
+gallium_dri.so free 0x5571735d3840 void 0.000128
+gallium_dri.so free 0x5571735d3770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3770 0.000117
+gallium_dri.so free 0x5571735d3900 void 0.000116
+gallium_dri.so free 0x5571735d3770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3770 0.000115
+gallium_dri.so free 0x5571735d39c0 void 0.000117
+gallium_dri.so free 0x5571735d3770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3970 0.000118
+gallium_dri.so free 0x5571735d3a40 void 0.000116
+gallium_dri.so free 0x5571735d3970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3a90 0.000118
+gallium_dri.so free 0x5571735d3b00 void 0.000119
+gallium_dri.so free 0x5571735d3a90 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b20 0.000118
+gallium_dri.so free 0x5571735d3bc0 void 0.000116
+gallium_dri.so free 0x5571735d3b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3b70 0.000117
+gallium_dri.so free 0x5571735d3c40 void 0.000139
+gallium_dri.so free 0x5571735d3b70 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3c40 0.000122
+gallium_dri.so free 0x5571735d3d00 void 0.000121
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3c40 0.000121
+gallium_dri.so free 0x5571735d3d80 void 0.000122
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d80 0.000130
+gallium_dri.so free 0x5571735d3e40 void 0.000121
+gallium_dri.so free 0x5571735d3d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d80 0.000120
+gallium_dri.so free 0x5571735d3f00 void 0.000121
+gallium_dri.so free 0x5571735d3d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3d80 0.000120
+gallium_dri.so free 0x5571735d3fc0 void 0.000120
+gallium_dri.so free 0x5571735d3d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f70 0.000121
+gallium_dri.so free 0x5571735d4040 void 0.000121
+gallium_dri.so free 0x5571735d3f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4090 0.000122
+gallium_dri.so free 0x5571735d4100 void 0.000120
+gallium_dri.so free 0x5571735d4090 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4140 0.000120
+gallium_dri.so free 0x5571735d41c0 void 0.000120
+gallium_dri.so free 0x5571735d4140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4140 0.000121
+gallium_dri.so free 0x5571735d4240 void 0.000120
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4270 0.000120
+gallium_dri.so free 0x5571735d42c0 void 0.000122
+gallium_dri.so free 0x5571735d4270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4270 0.000119
+gallium_dri.so free 0x5571735d43c0 void 0.000120
+gallium_dri.so free 0x5571735d4270 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4370 0.000120
+gallium_dri.so free 0x5571735d4480 void 0.000120
+gallium_dri.so free 0x5571735d4370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4430 0.000121
+gallium_dri.so free 0x5571735d44c0 void 0.000121
+gallium_dri.so free 0x5571735d4430 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4430 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000125
+gallium_dri.so free 0x5571735d4430 void 0.000122
+gallium_dri.so malloc 72 0x5571735d45f0 0.000120
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735d45f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d45f0 0.000120
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so free 0x5571735d45f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d46f0 0.000120
+gallium_dri.so free 0x5571735d4800 void 0.000121
+gallium_dri.so free 0x5571735d46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47b0 0.000122
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so free 0x5571735d47b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d47b0 0.000120
+gallium_dri.so free 0x5571735d4900 void 0.000123
+gallium_dri.so free 0x5571735d47b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4940 0.000130
+gallium_dri.so free 0x5571735d49c0 void 0.000122
+gallium_dri.so free 0x5571735d4940 void 0.000121
+gallium_dri.so malloc 72 0x5571735d49c0 0.000120
+gallium_dri.so free 0x5571735d4a80 void 0.000120
+gallium_dri.so free 0x5571735d49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d49c0 0.000121
+gallium_dri.so free 0x5571735d4b40 void 0.000120
+gallium_dri.so free 0x5571735d49c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4b60 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000121
+gallium_dri.so free 0x5571735d4b60 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000120
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so free 0x5571735d4bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000119
+gallium_dri.so free 0x5571735d4d00 void 0.000120
+gallium_dri.so free 0x5571735d4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d00 0.000120
+gallium_dri.so free 0x5571735d4dc0 void 0.000120
+gallium_dri.so free 0x5571735d4d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4d00 0.000120
+gallium_dri.so free 0x5571735d4e80 void 0.000121
+gallium_dri.so free 0x5571735d4d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4d00 0.000121
+gallium_dri.so free 0x5571735d4f40 void 0.000121
+gallium_dri.so free 0x5571735d4d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000120
+gallium_dri.so free 0x5571735d5000 void 0.000121
+gallium_dri.so free 0x5571735d4ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000120
+gallium_dri.so free 0x5571735d5080 void 0.000121
+gallium_dri.so free 0x5571735d4fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d50d0 0.000120
+gallium_dri.so free 0x5571735d5140 void 0.000121
+gallium_dri.so free 0x5571735d50d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5160 0.000120
+gallium_dri.so free 0x5571735d5200 void 0.000120
+gallium_dri.so free 0x5571735d5160 void 0.000121
+gallium_dri.so malloc 72 0x5571735d51b0 0.000120
+gallium_dri.so free 0x5571735d5280 void 0.000121
+gallium_dri.so free 0x5571735d51b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d51b0 0.000121
+gallium_dri.so free 0x5571735d5300 void 0.000122
+gallium_dri.so free 0x5571735d51b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5300 0.000119
+gallium_dri.so free 0x5571735d53c0 void 0.000119
+gallium_dri.so free 0x5571735d5300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5300 0.000125
+gallium_dri.so free 0x5571735d54c0 void 0.000121
+gallium_dri.so free 0x5571735d5300 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5470 0.000160
+gallium_dri.so free 0x5571735d5500 void 0.000124
+gallium_dri.so free 0x5571735d5470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5470 0.000119
+gallium_dri.so free 0x5571735d55c0 void 0.000120
+gallium_dri.so free 0x5571735d5470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5600 0.000120
+gallium_dri.so free 0x5571735d5680 void 0.000121
+gallium_dri.so free 0x5571735d5600 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5680 0.000121
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so free 0x5571735d5680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5680 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so free 0x5571735d5680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57f0 0.000121
+gallium_dri.so free 0x5571735d5840 void 0.000121
+gallium_dri.so free 0x5571735d57f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57f0 0.000120
+gallium_dri.so free 0x5571735d5940 void 0.000122
+gallium_dri.so free 0x5571735d57f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5980 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000120
+gallium_dri.so free 0x5571735d5980 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5a00 0.000119
+gallium_dri.so free 0x5571735d5ac0 void 0.000119
+gallium_dri.so free 0x5571735d5a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5a00 0.000119
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5b70 0.000120
+gallium_dri.so free 0x5571735d5bc0 void 0.000121
+gallium_dri.so free 0x5571735d5b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5b70 0.000118
+gallium_dri.so free 0x5571735d5cc0 void 0.000120
+gallium_dri.so free 0x5571735d5b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5c70 0.000120
+gallium_dri.so free 0x5571735d5d80 void 0.000121
+gallium_dri.so free 0x5571735d5c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5d30 0.000127
+gallium_dri.so free 0x5571735d5e00 void 0.000122
+gallium_dri.so free 0x5571735d5d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5d30 0.000120
+gallium_dri.so free 0x5571735d5ec0 void 0.000121
+gallium_dri.so free 0x5571735d5d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5d30 0.000119
+gallium_dri.so free 0x5571735d5f80 void 0.000120
+gallium_dri.so free 0x5571735d5d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5f30 0.000119
+gallium_dri.so free 0x5571735d6000 void 0.000121
+gallium_dri.so free 0x5571735d5f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6050 0.000121
+gallium_dri.so free 0x5571735d60c0 void 0.000129
+gallium_dri.so free 0x5571735d6050 void 0.000123
+gallium_dri.so malloc 72 0x5571735d60e0 0.000121
+gallium_dri.so free 0x5571735d6180 void 0.000120
+gallium_dri.so free 0x5571735d60e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6130 0.000120
+gallium_dri.so free 0x5571735d6200 void 0.000120
+gallium_dri.so free 0x5571735d6130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6200 0.000121
+gallium_dri.so free 0x5571735d62c0 void 0.000120
+gallium_dri.so free 0x5571735d6200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6200 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000126
+gallium_dri.so free 0x5571735d6200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6340 0.000119
+gallium_dri.so free 0x5571735d6400 void 0.000122
+gallium_dri.so free 0x5571735d6340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6340 0.000120
+gallium_dri.so free 0x5571735d64c0 void 0.000120
+gallium_dri.so free 0x5571735d6340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6340 0.000120
+gallium_dri.so free 0x5571735d6580 void 0.000120
+gallium_dri.so free 0x5571735d6340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6530 0.000119
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so free 0x5571735d6530 void 0.000157
+gallium_dri.so malloc 72 0x5571735d6650 0.000122
+gallium_dri.so free 0x5571735d66c0 void 0.000121
+gallium_dri.so free 0x5571735d6650 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6700 0.000119
+gallium_dri.so free 0x5571735d6780 void 0.000120
+gallium_dri.so free 0x5571735d6700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6700 0.000119
+gallium_dri.so free 0x5571735d6800 void 0.000120
+gallium_dri.so free 0x5571735d6700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6830 0.000119
+gallium_dri.so free 0x5571735d6880 void 0.000120
+gallium_dri.so free 0x5571735d6830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6830 0.000119
+gallium_dri.so free 0x5571735d6980 void 0.000120
+gallium_dri.so free 0x5571735d6830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6930 0.000120
+gallium_dri.so free 0x5571735d6a40 void 0.000120
+gallium_dri.so free 0x5571735d6930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69f0 0.000118
+gallium_dri.so free 0x5571735d6a80 void 0.000119
+gallium_dri.so free 0x5571735d69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69f0 0.000120
+gallium_dri.so free 0x5571735d6b40 void 0.000119
+gallium_dri.so free 0x5571735d69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000121
+gallium_dri.so free 0x5571735ed740 void 0.000131
+gallium_dri.so free 0x5571735d6bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735d6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000119
+gallium_dri.so free 0x5571735d6c00 void 0.000120
+gallium_dri.so free 0x5571735ed7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000119
+gallium_dri.so free 0x5571735ed900 void 0.000119
+gallium_dri.so free 0x5571735ed7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000118
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so free 0x5571735ed8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735eda00 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda00 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so free 0x5571735eda00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eda00 0.000119
+gallium_dri.so free 0x5571735edbc0 void 0.000120
+gallium_dri.so free 0x5571735eda00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eda00 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so free 0x5571735eda00 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc70 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000121
+gallium_dri.so free 0x5571735edc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc70 0.000125
+gallium_dri.so free 0x5571735eddc0 void 0.000120
+gallium_dri.so free 0x5571735edc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd70 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so free 0x5571735edd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000121
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735edfd0 0.000119
+gallium_dri.so free 0x5571735ee040 void 0.000122
+gallium_dri.so free 0x5571735edfd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee080 0.000122
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee100 0.000120
+gallium_dri.so free 0x5571735ee1c0 void 0.000120
+gallium_dri.so free 0x5571735ee100 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee100 0.000155
+gallium_dri.so free 0x5571735ee240 void 0.000156
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee270 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000120
+gallium_dri.so free 0x5571735ee270 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee270 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000128
+gallium_dri.so free 0x5571735ee270 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee370 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000120
+gallium_dri.so free 0x5571735ee370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee430 0.000121
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so free 0x5571735ee430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee520 0.000119
+gallium_dri.so free 0x5571735ee5c0 void 0.000120
+gallium_dri.so free 0x5571735ee520 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee570 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee570 0.000118
+gallium_dri.so free 0x5571735ee6c0 void 0.000119
+gallium_dri.so free 0x5571735ee570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000120
+gallium_dri.so free 0x5571735ee6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000136
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so free 0x5571735ee6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000188
+gallium_dri.so free 0x5571735ee6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000119
+gallium_dri.so free 0x5571735eae40 void 0.000120
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000120
+gallium_dri.so free 0x5571735a2880 void 0.000121
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a2830 0.000120
+gallium_dri.so free 0x5571735ea800 void 0.000121
+gallium_dri.so free 0x5571735a2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735a2830 0.000120
+gallium_dri.so free 0x5571735af300 void 0.000120
+gallium_dri.so free 0x5571735a2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735a2830 0.000122
+gallium_dri.so free 0x5571735bb680 void 0.000121
+gallium_dri.so free 0x5571735a2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735a2830 0.000121
+gallium_dri.so free 0x5571735afa00 void 0.000120
+gallium_dri.so free 0x5571735a2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735af9b0 0.000119
+gallium_dri.so free 0x5571735bc5c0 void 0.000168
+gallium_dri.so free 0x5571735af9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735af9b0 0.000120
+gallium_dri.so free 0x5571735bba40 void 0.000120
+gallium_dri.so free 0x5571735af9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bba60 0.000119
+gallium_dri.so free 0x5571735bc180 void 0.000120
+gallium_dri.so free 0x5571735bba60 void 0.000120
+gallium_dri.so malloc 72 0x5571735bba60 0.000119
+gallium_dri.so free 0x5571735bbe00 void 0.000119
+gallium_dri.so free 0x5571735bba60 void 0.000121
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000120
+gallium_dri.so free 0x5571735b8040 void 0.000121
+gallium_dri.so free 0x5571735bbdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000120
+gallium_dri.so free 0x5571735ea9c0 void 0.000120
+gallium_dri.so free 0x5571735b7ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000119
+gallium_dri.so free 0x5571735b8980 void 0.000119
+gallium_dri.so free 0x5571735b7ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000120
+gallium_dri.so free 0x5571735baf00 void 0.000120
+gallium_dri.so free 0x5571735b7ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735baf00 0.000118
+gallium_dri.so free 0x5571735bca40 void 0.000120
+gallium_dri.so free 0x5571735baf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000142
+gallium_dri.so free 0x5571735ea740 void 0.000153
+gallium_dri.so free 0x5571735bc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ea790 0.000119
+gallium_dri.so free 0x5571735b5b40 void 0.000121
+gallium_dri.so free 0x5571735ea790 void 0.000120
+gallium_dri.so malloc 72 0x5571735ea790 0.000121
+gallium_dri.so free 0x5571735eb0c0 void 0.000119
+gallium_dri.so free 0x5571735ea790 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb070 0.000120
+gallium_dri.so free 0x5571735eab00 void 0.000120
+gallium_dri.so free 0x5571735eb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb070 0.000121
+gallium_dri.so free 0x5571735bb280 void 0.000121
+gallium_dri.so free 0x5571735eb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735bb280 0.000120
+gallium_dri.so free 0x5571735b7c80 void 0.000121
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb280 0.000120
+gallium_dri.so free 0x5571735b7700 void 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7720 0.000120
+gallium_dri.so free 0x5571735b77c0 void 0.000123
+gallium_dri.so free 0x5571735b7720 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7770 0.000121
+gallium_dri.so free 0x5571735b7e40 void 0.000129
+gallium_dri.so free 0x5571735b7770 void 0.000122
+gallium_dri.so malloc 72 0x5571735b7e80 0.000119
+gallium_dri.so free 0x5571735b7a80 void 0.000121
+gallium_dri.so free 0x5571735b7e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7a80 0.000118
+gallium_dri.so free 0x5571735b7900 void 0.000120
+gallium_dri.so free 0x5571735b7a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735b7940 void 0.000123
+gallium_dri.so free 0x5571735b78b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b78b0 0.000126
+gallium_dri.so free 0x5571735e9bc0 void 0.000121
+gallium_dri.so free 0x5571735b78b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9c30 0.000120
+gallium_dri.so free 0x5571735ea580 void 0.000120
+gallium_dri.so free 0x5571735e9c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e9c30 0.000120
+gallium_dri.so free 0x5571735adbc0 void 0.000120
+gallium_dri.so free 0x5571735e9c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735adb70 0.000119
+gallium_dri.so free 0x5571735adc80 void 0.000120
+gallium_dri.so free 0x5571735adb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735adc30 0.000120
+gallium_dri.so free 0x5571735ea680 void 0.000120
+gallium_dri.so free 0x5571735adc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ea630 0.000198
+gallium_dri.so free 0x5571735b9380 void 0.000121
+gallium_dri.so free 0x5571735ea630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ea630 0.000119
+gallium_dri.so free 0x5571735b9400 void 0.000120
+gallium_dri.so free 0x5571735ea630 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9400 0.000120
+gallium_dri.so free 0x5571735ee740 void 0.000120
+gallium_dri.so free 0x5571735b9400 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9400 0.000119
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735b9400 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee820 0.000119
+gallium_dri.so free 0x5571735a71c0 void 0.000120
+gallium_dri.so free 0x5571735ee820 void 0.000119
+gallium_dri.so malloc 72 0x5571735a71f0 0.000119
+gallium_dri.so free 0x5571735a7240 void 0.000120
+gallium_dri.so free 0x5571735a71f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a71f0 0.000120
+gallium_dri.so free 0x5571735a9140 void 0.000121
+gallium_dri.so free 0x5571735a71f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a9140 0.000119
+gallium_dri.so free 0x5571735a9200 void 0.000119
+gallium_dri.so free 0x5571735a9140 void 0.000119
+gallium_dri.so malloc 72 0x5571735a9140 0.000120
+gallium_dri.so free 0x5571735a7340 void 0.000119
+gallium_dri.so free 0x5571735a9140 void 0.000123
+gallium_dri.so malloc 72 0x5571735a72f0 0.000120
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735a72f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7510 0.000121
+gallium_dri.so free 0x5571735a9280 void 0.000119
+gallium_dri.so free 0x5571735d7510 void 0.000120
+gallium_dri.so malloc 72 0x5571735a92c0 0.000120
+gallium_dri.so free 0x5571735d7580 void 0.000121
+gallium_dri.so free 0x5571735a92c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d75d0 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000121
+gallium_dri.so free 0x5571735d75d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d75d0 0.000121
+gallium_dri.so free 0x5571735afec0 void 0.000120
+gallium_dri.so free 0x5571735d75d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735afef0 0.000120
+gallium_dri.so free 0x5571735aff40 void 0.000120
+gallium_dri.so free 0x5571735afef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735afef0 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so free 0x5571735afef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5f40 0.000120
+gallium_dri.so free 0x5571735b6000 void 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5f40 0.000161
+gallium_dri.so free 0x5571735b6100 void 0.000121
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b60b0 0.000119
+gallium_dri.so free 0x5571735a89c0 void 0.000121
+gallium_dri.so free 0x5571735b60b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b60b0 0.000120
+gallium_dri.so free 0x5571735a8a80 void 0.000120
+gallium_dri.so free 0x5571735b60b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so free 0x5571735a8ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000119
+gallium_dri.so free 0x5571735a8f80 void 0.000121
+gallium_dri.so free 0x5571735a8ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000119
+gallium_dri.so free 0x5571735a8b40 void 0.000120
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8b70 0.000119
+gallium_dri.so free 0x5571735a8c40 void 0.000119
+gallium_dri.so free 0x5571735a8b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8b70 0.000121
+gallium_dri.so free 0x5571735a9040 void 0.000119
+gallium_dri.so free 0x5571735a8b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8b70 0.000118
+gallium_dri.so free 0x5571735a8d40 void 0.000120
+gallium_dri.so free 0x5571735a8b70 void 0.000183
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000120
+gallium_dri.so free 0x5571735addc0 void 0.000120
+gallium_dri.so free 0x5571735a8cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000119
+gallium_dri.so free 0x5571735ade80 void 0.000119
+gallium_dri.so free 0x5571735a8cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000121
+gallium_dri.so free 0x5571735adf40 void 0.000120
+gallium_dri.so free 0x5571735a8cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735adef0 0.000119
+gallium_dri.so free 0x5571735ae700 void 0.000122
+gallium_dri.so free 0x5571735adef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae750 0.000120
+gallium_dri.so free 0x5571735ae7c0 void 0.000135
+gallium_dri.so free 0x5571735ae750 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae820 0.000120
+gallium_dri.so free 0x5571734f6040 void 0.000120
+gallium_dri.so free 0x5571735ae820 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f6100 void 0.000120
+gallium_dri.so free 0x5571735ae820 void 0.000122
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f61c0 void 0.000120
+gallium_dri.so free 0x5571735ae820 void 0.000119
+gallium_dri.so malloc 72 0x5571734f6170 0.000128
+gallium_dri.so free 0x5571735be540 void 0.000122
+gallium_dri.so free 0x5571734f6170 void 0.000121
+gallium_dri.so malloc 72 0x5571735be590 0.000121
+gallium_dri.so free 0x5571735be600 void 0.000121
+gallium_dri.so free 0x5571735be590 void 0.000120
+gallium_dri.so malloc 72 0x5571735be620 0.000119
+gallium_dri.so free 0x5571735be6c0 void 0.000120
+gallium_dri.so free 0x5571735be620 void 0.000119
+gallium_dri.so malloc 72 0x5571735be670 0.000120
+gallium_dri.so free 0x5571735b0100 void 0.000121
+gallium_dri.so free 0x5571735be670 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0100 0.000120
+gallium_dri.so free 0x5571735b01c0 void 0.000120
+gallium_dri.so free 0x5571735b0100 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0100 0.000119
+gallium_dri.so free 0x5571735b0240 void 0.000126
+gallium_dri.so free 0x5571735b0100 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0240 0.000119
+gallium_dri.so free 0x5571735b6e80 void 0.000119
+gallium_dri.so free 0x5571735b0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0240 0.000118
+gallium_dri.so free 0x5571735b6f00 void 0.000120
+gallium_dri.so free 0x5571735b0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6f30 0.000119
+gallium_dri.so free 0x5571735b6f80 void 0.000121
+gallium_dri.so free 0x5571735b6f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6f30 0.000121
+gallium_dri.so free 0x5571735b7080 void 0.000120
+gallium_dri.so free 0x5571735b6f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7030 0.000121
+gallium_dri.so free 0x5571735af000 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7030 0.000121
+gallium_dri.so free 0x5571735af100 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000120
+gallium_dri.so malloc 72 0x5571735af0b0 0.000120
+gallium_dri.so free 0x5571735af140 void 0.000120
+gallium_dri.so free 0x5571735af0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735af0b0 0.000119
+gallium_dri.so free 0x5571735af200 void 0.000119
+gallium_dri.so free 0x5571735af0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735af240 0.000119
+gallium_dri.so free 0x5571735b0740 void 0.000121
+gallium_dri.so free 0x5571735af240 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0740 0.000120
+gallium_dri.so free 0x5571735b0800 void 0.000121
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0740 0.000119
+gallium_dri.so free 0x5571735b08c0 void 0.000119
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0740 0.000119
+gallium_dri.so free 0x5571735b8180 void 0.000169
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000120
+gallium_dri.so free 0x5571735b8240 void 0.000120
+gallium_dri.so free 0x5571735b81f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000119
+gallium_dri.so free 0x5571735b8340 void 0.000120
+gallium_dri.so free 0x5571735b81f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b82f0 0.000120
+gallium_dri.so free 0x5571735b8400 void 0.000120
+gallium_dri.so free 0x5571735b82f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b83b0 0.000119
+gallium_dri.so free 0x5571735b0980 void 0.000120
+gallium_dri.so free 0x5571735b83b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0930 0.000120
+gallium_dri.so free 0x5571735d9300 void 0.000120
+gallium_dri.so free 0x5571735b0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9380 void 0.000121
+gallium_dri.so free 0x5571735d92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d93d0 0.000119
+gallium_dri.so free 0x5571735d9440 void 0.000119
+gallium_dri.so free 0x5571735d93d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d94a0 0.000119
+gallium_dri.so free 0x5571735d9540 void 0.000119
+gallium_dri.so free 0x5571735d94a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d94f0 0.000121
+gallium_dri.so free 0x5571735d9580 void 0.000119
+gallium_dri.so free 0x5571735d94f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d94f0 0.000119
+gallium_dri.so free 0x5571735b71c0 void 0.000127
+gallium_dri.so free 0x5571735d94f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7170 0.000120
+gallium_dri.so free 0x5571735b7240 void 0.000120
+gallium_dri.so free 0x5571735b7170 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7290 0.000120
+gallium_dri.so free 0x5571735d9640 void 0.000121
+gallium_dri.so free 0x5571735b7290 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9660 0.000120
+gallium_dri.so free 0x5571735b7300 void 0.000119
+gallium_dri.so free 0x5571735d9660 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7330 0.000119
+gallium_dri.so free 0x5571735b7380 void 0.000121
+gallium_dri.so free 0x5571735b7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7380 0.000121
+gallium_dri.so free 0x5571735b7440 void 0.000124
+gallium_dri.so free 0x5571735b7380 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7380 0.000119
+gallium_dri.so free 0x5571735b7540 void 0.000120
+gallium_dri.so free 0x5571735b7380 void 0.000120
+gallium_dri.so malloc 72 0x5571735b74f0 0.000118
+gallium_dri.so free 0x5571735b7600 void 0.000129
+gallium_dri.so free 0x5571735b74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b75b0 0.000120
+gallium_dri.so free 0x5571735b61c0 void 0.000121
+gallium_dri.so free 0x5571735b75b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b75b0 0.000119
+gallium_dri.so free 0x5571735b6280 void 0.000121
+gallium_dri.so free 0x5571735b75b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6230 0.000120
+gallium_dri.so free 0x5571735b6300 void 0.000120
+gallium_dri.so free 0x5571735b6230 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6350 0.000119
+gallium_dri.so free 0x5571735b63c0 void 0.000120
+gallium_dri.so free 0x5571735b6350 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6400 0.000121
+gallium_dri.so free 0x5571735b6480 void 0.000121
+gallium_dri.so free 0x5571735b6400 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6400 0.000119
+gallium_dri.so free 0x5571735b6500 void 0.000119
+gallium_dri.so free 0x5571735b6400 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6580 void 0.000121
+gallium_dri.so free 0x5571735b6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6680 void 0.000120
+gallium_dri.so free 0x5571735b6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6630 0.000165
+gallium_dri.so free 0x5571735b6740 void 0.000116
+gallium_dri.so free 0x5571735b6630 void 0.000115
+gallium_dri.so malloc 72 0x5571735b66f0 0.000114
+gallium_dri.so free 0x5571735b6780 void 0.000113
+gallium_dri.so free 0x5571735b66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b66f0 0.000113
+gallium_dri.so free 0x5571735b6840 void 0.000115
+gallium_dri.so free 0x5571735b66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b68b0 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so free 0x5571735b68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68b0 0.000113
+gallium_dri.so free 0x5571735b52c0 void 0.000113
+gallium_dri.so free 0x5571735b68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5270 0.000112
+gallium_dri.so free 0x5571735b6900 void 0.000115
+gallium_dri.so free 0x5571735b5270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5270 0.000114
+gallium_dri.so free 0x5571735b5380 void 0.000113
+gallium_dri.so free 0x5571735b5270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5330 0.000113
+gallium_dri.so free 0x5571735b5400 void 0.000113
+gallium_dri.so free 0x5571735b5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5330 0.000113
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000143
+gallium_dri.so free 0x5571735b5540 void 0.000121
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5480 0.000120
+gallium_dri.so free 0x5571735b5640 void 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5480 0.000119
+gallium_dri.so free 0x5571735b56c0 void 0.000121
+gallium_dri.so free 0x5571735b5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735b56f0 0.000116
+gallium_dri.so free 0x5571735b5740 void 0.000121
+gallium_dri.so free 0x5571735b56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b56f0 0.000119
+gallium_dri.so free 0x5571735b5840 void 0.000120
+gallium_dri.so free 0x5571735b56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b57f0 0.000118
+gallium_dri.so free 0x5571735b5900 void 0.000117
+gallium_dri.so free 0x5571735b57f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b58b0 0.000118
+gallium_dri.so free 0x5571735b5940 void 0.000118
+gallium_dri.so free 0x5571735b58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b58b0 0.000117
+gallium_dri.so free 0x5571735b22c0 void 0.000119
+gallium_dri.so free 0x5571735b58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2270 0.000119
+gallium_dri.so free 0x5571735b2380 void 0.000118
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2330 0.000124
+gallium_dri.so free 0x5571735b2400 void 0.000121
+gallium_dri.so free 0x5571735b2330 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2450 0.000118
+gallium_dri.so free 0x5571735b24c0 void 0.000121
+gallium_dri.so free 0x5571735b2450 void 0.000118
+gallium_dri.so malloc 72 0x5571735b24e0 0.000119
+gallium_dri.so free 0x5571735b2580 void 0.000119
+gallium_dri.so free 0x5571735b24e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000120
+gallium_dri.so free 0x5571735b2600 void 0.000120
+gallium_dri.so free 0x5571735b2530 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2530 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000119
+gallium_dri.so free 0x5571735b2530 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2680 0.000118
+gallium_dri.so free 0x5571735b2740 void 0.000119
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2680 0.000120
+gallium_dri.so free 0x5571735b2840 void 0.000120
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b27f0 0.000118
+gallium_dri.so free 0x5571735b2880 void 0.000118
+gallium_dri.so free 0x5571735b27f0 void 0.000198
+gallium_dri.so malloc 72 0x5571735b27f0 0.000265
+gallium_dri.so free 0x5571735b2940 void 0.000209
+gallium_dri.so free 0x5571735b27f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2980 0.000130
+gallium_dri.so free 0x5571735b2a00 void 0.000129
+gallium_dri.so free 0x5571735b2980 void 0.000129
+gallium_dri.so malloc 72 0x5571735b2a00 0.000129
+gallium_dri.so free 0x5571735b2ac0 void 0.000121
+gallium_dri.so free 0x5571735b2a00 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2a00 0.000133
+gallium_dri.so free 0x5571735b2b40 void 0.000131
+gallium_dri.so free 0x5571735b2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2b70 0.000129
+gallium_dri.so free 0x5571735d98c0 void 0.000126
+gallium_dri.so free 0x5571735b2b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2b70 0.000125
+gallium_dri.so free 0x5571735d99c0 void 0.000129
+gallium_dri.so free 0x5571735b2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9a00 0.000130
+gallium_dri.so free 0x5571735d9a80 void 0.000149
+gallium_dri.so free 0x5571735d9a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d9a80 0.000131
+gallium_dri.so free 0x5571735d9b40 void 0.000125
+gallium_dri.so free 0x5571735d9a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9a80 0.000123
+gallium_dri.so free 0x5571735d9bc0 void 0.000128
+gallium_dri.so free 0x5571735d9a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000123
+gallium_dri.so free 0x5571735d9c40 void 0.000123
+gallium_dri.so free 0x5571735d9bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000133
+gallium_dri.so free 0x5571735d9d40 void 0.000144
+gallium_dri.so free 0x5571735d9bf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000141
+gallium_dri.so free 0x5571735d9e00 void 0.000145
+gallium_dri.so free 0x5571735d9cf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d9db0 0.000139
+gallium_dri.so free 0x5571735d9e80 void 0.000142
+gallium_dri.so free 0x5571735d9db0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d9db0 0.000143
+gallium_dri.so free 0x5571735d9f40 void 0.000145
+gallium_dri.so free 0x5571735d9db0 void 0.000187
+gallium_dri.so malloc 72 0x5571735d9db0 0.000182
+gallium_dri.so free 0x5571735da000 void 0.000180
+gallium_dri.so free 0x5571735d9db0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000148
+gallium_dri.so free 0x5571735da080 void 0.000181
+gallium_dri.so free 0x5571735d9fb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735da0d0 0.000181
+gallium_dri.so free 0x5571735da140 void 0.000146
+gallium_dri.so free 0x5571735da0d0 void 0.000146
+gallium_dri.so malloc 72 0x5571735da160 0.000144
+gallium_dri.so free 0x5571735da200 void 0.000144
+gallium_dri.so free 0x5571735da160 void 0.000146
+gallium_dri.so malloc 72 0x5571735da1b0 0.000138
+gallium_dri.so free 0x5571735da280 void 0.000142
+gallium_dri.so free 0x5571735da1b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735da280 0.000139
+gallium_dri.so free 0x5571735da340 void 0.000186
+gallium_dri.so free 0x5571735da280 void 0.000145
+gallium_dri.so malloc 72 0x5571735da280 0.000145
+gallium_dri.so free 0x5571735bd840 void 0.000145
+gallium_dri.so free 0x5571735da280 void 0.000146
+gallium_dri.so malloc 72 0x5571735bd840 0.000144
+gallium_dri.so free 0x5571735bd900 void 0.000139
+gallium_dri.so free 0x5571735bd840 void 0.000147
+gallium_dri.so malloc 72 0x5571735bd840 0.000148
+gallium_dri.so free 0x5571735bd9c0 void 0.000140
+gallium_dri.so free 0x5571735bd840 void 0.000153
+gallium_dri.so malloc 72 0x5571735bd840 0.000138
+gallium_dri.so free 0x5571735bda80 void 0.000144
+gallium_dri.so free 0x5571735bd840 void 0.000140
+gallium_dri.so malloc 72 0x5571735bda30 0.000138
+gallium_dri.so free 0x5571735bdb00 void 0.000139
+gallium_dri.so free 0x5571735bda30 void 0.000138
+gallium_dri.so malloc 72 0x5571735bdb50 0.000137
+gallium_dri.so free 0x5571735bdbc0 void 0.000139
+gallium_dri.so free 0x5571735bdb50 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdc00 0.000137
+gallium_dri.so free 0x5571735bdc80 void 0.000150
+gallium_dri.so free 0x5571735bdc00 void 0.000144
+gallium_dri.so malloc 72 0x5571735bdc00 0.000139
+gallium_dri.so free 0x5571735bdd00 void 0.000140
+gallium_dri.so free 0x5571735bdc00 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdd30 0.000139
+gallium_dri.so free 0x5571735bdd80 void 0.000138
+gallium_dri.so free 0x5571735bdd30 void 0.000138
+gallium_dri.so malloc 72 0x5571735bdd30 0.000138
+gallium_dri.so free 0x5571735bde80 void 0.000139
+gallium_dri.so free 0x5571735bdd30 void 0.000139
+gallium_dri.so malloc 72 0x5571735bde30 0.000138
+gallium_dri.so free 0x5571735bdf40 void 0.000137
+gallium_dri.so free 0x5571735bde30 void 0.000138
+gallium_dri.so malloc 72 0x5571735bdef0 0.000140
+gallium_dri.so free 0x5571735bdf80 void 0.000139
+gallium_dri.so free 0x5571735bdef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdef0 0.000138
+gallium_dri.so free 0x5571735be040 void 0.000136
+gallium_dri.so free 0x5571735bdef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735be0b0 0.000138
+gallium_dri.so free 0x5571735be100 void 0.000139
+gallium_dri.so free 0x5571735be0b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735be0b0 0.000138
+gallium_dri.so free 0x5571735be200 void 0.000138
+gallium_dri.so free 0x5571735be0b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735be1b0 0.000139
+gallium_dri.so free 0x5571735be2c0 void 0.000138
+gallium_dri.so free 0x5571735be1b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735be270 0.000137
+gallium_dri.so free 0x5571735be300 void 0.000140
+gallium_dri.so free 0x5571735be270 void 0.000137
+gallium_dri.so malloc 72 0x5571735be270 0.000137
+gallium_dri.so free 0x5571735b9bc0 void 0.000138
+gallium_dri.so free 0x5571735be270 void 0.000139
+gallium_dri.so malloc 72 0x5571735b9b70 0.000139
+gallium_dri.so free 0x5571735b9c40 void 0.000137
+gallium_dri.so free 0x5571735b9b70 void 0.000139
+gallium_dri.so malloc 72 0x5571735b9c90 0.000139
+gallium_dri.so free 0x5571735b9d00 void 0.000138
+gallium_dri.so free 0x5571735b9c90 void 0.000137
+gallium_dri.so malloc 72 0x5571735b9d60 0.000139
+gallium_dri.so free 0x5571735b9e00 void 0.000138
+gallium_dri.so free 0x5571735b9d60 void 0.000139
+gallium_dri.so malloc 72 0x5571735b9db0 0.000170
+gallium_dri.so free 0x5571735b9e40 void 0.000176
+gallium_dri.so free 0x5571735b9db0 void 0.000176
+gallium_dri.so malloc 72 0x5571735b9db0 0.000175
+gallium_dri.so free 0x5571735b9f00 void 0.000184
+gallium_dri.so free 0x5571735b9db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b9f40 0.000131
+gallium_dri.so free 0x5571735b9fc0 void 0.000132
+gallium_dri.so free 0x5571735b9f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000130
+gallium_dri.so free 0x5571735ba080 void 0.000134
+gallium_dri.so free 0x5571735b9fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000130
+gallium_dri.so free 0x5571735ba100 void 0.000131
+gallium_dri.so free 0x5571735b9fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba130 0.000132
+gallium_dri.so free 0x5571735ba180 void 0.000132
+gallium_dri.so free 0x5571735ba130 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba180 0.000131
+gallium_dri.so free 0x5571735ba240 void 0.000132
+gallium_dri.so free 0x5571735ba180 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba180 0.000141
+gallium_dri.so free 0x5571735ba340 void 0.000134
+gallium_dri.so free 0x5571735ba180 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000131
+gallium_dri.so free 0x5571735ba400 void 0.000132
+gallium_dri.so free 0x5571735ba2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000130
+gallium_dri.so free 0x5571735ba440 void 0.000132
+gallium_dri.so free 0x5571735ba3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000131
+gallium_dri.so free 0x5571735ba500 void 0.000132
+gallium_dri.so free 0x5571735ba3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba540 0.000131
+gallium_dri.so free 0x5571735ba5c0 void 0.000131
+gallium_dri.so free 0x5571735ba540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000131
+gallium_dri.so free 0x5571735ba680 void 0.000132
+gallium_dri.so free 0x5571735ba5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000132
+gallium_dri.so free 0x5571735ba700 void 0.000132
+gallium_dri.so free 0x5571735ba5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000132
+gallium_dri.so free 0x5571735ba7c0 void 0.000132
+gallium_dri.so free 0x5571735ba5c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000132
+gallium_dri.so free 0x5571735e7340 void 0.000133
+gallium_dri.so free 0x5571735ba5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7380 0.000130
+gallium_dri.so free 0x5571735e7400 void 0.000139
+gallium_dri.so free 0x5571735e7380 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7400 0.000131
+gallium_dri.so free 0x5571735e74c0 void 0.000132
+gallium_dri.so free 0x5571735e7400 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7400 0.000132
+gallium_dri.so free 0x5571735e7540 void 0.000133
+gallium_dri.so free 0x5571735e7400 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7570 0.000130
+gallium_dri.so free 0x5571735e75c0 void 0.000130
+gallium_dri.so free 0x5571735e7570 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7570 0.000131
+gallium_dri.so free 0x5571735e76c0 void 0.000133
+gallium_dri.so free 0x5571735e7570 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7700 0.000131
+gallium_dri.so free 0x5571735e7780 void 0.000154
+gallium_dri.so free 0x5571735e7700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7780 0.000116
+gallium_dri.so free 0x5571735e7840 void 0.000172
+gallium_dri.so free 0x5571735e7780 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7780 0.000120
+gallium_dri.so free 0x5571735e78c0 void 0.000121
+gallium_dri.so free 0x5571735e7780 void 0.000116
+gallium_dri.so malloc 72 0x5571735e78f0 0.000114
+gallium_dri.so free 0x5571735e7940 void 0.000113
+gallium_dri.so free 0x5571735e78f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e78f0 0.000114
+gallium_dri.so free 0x5571735e7a40 void 0.000115
+gallium_dri.so free 0x5571735e78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e79f0 0.000114
+gallium_dri.so free 0x5571735e7b00 void 0.000115
+gallium_dri.so free 0x5571735e79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7b80 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7c40 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7d00 void 0.000114
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000115
+gallium_dri.so free 0x5571735e7d80 void 0.000117
+gallium_dri.so free 0x5571735e7cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000114
+gallium_dri.so free 0x5571735e7e40 void 0.000117
+gallium_dri.so free 0x5571735e7dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7e60 0.000116
+gallium_dri.so free 0x5571735e7f00 void 0.000115
+gallium_dri.so free 0x5571735e7e60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000114
+gallium_dri.so free 0x5571735e7f80 void 0.000116
+gallium_dri.so free 0x5571735e7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f80 0.000114
+gallium_dri.so free 0x5571735e8040 void 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f80 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e80c0 0.000115
+gallium_dri.so free 0x5571735e8180 void 0.000115
+gallium_dri.so free 0x5571735e80c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e80c0 0.000114
+gallium_dri.so free 0x5571735e8280 void 0.000116
+gallium_dri.so free 0x5571735e80c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e82b0 0.000114
+gallium_dri.so free 0x5571735e8300 void 0.000115
+gallium_dri.so free 0x5571735e82b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e82b0 0.000115
+gallium_dri.so free 0x5571735e8400 void 0.000116
+gallium_dri.so free 0x5571735e82b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e83b0 0.000149
+gallium_dri.so free 0x5571735e84c0 void 0.000168
+gallium_dri.so free 0x5571735e83b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e8470 0.000165
+gallium_dri.so free 0x5571735e8540 void 0.000167
+gallium_dri.so free 0x5571735e8470 void 0.000160
+gallium_dri.so malloc 72 0x5571735e8560 0.000160
+gallium_dri.so free 0x5571735e8600 void 0.000164
+gallium_dri.so free 0x5571735e8560 void 0.000167
+gallium_dri.so malloc 72 0x5571735e85b0 0.000232
+gallium_dri.so free 0x5571735e8680 void 0.000125
+gallium_dri.so free 0x5571735e85b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e85b0 0.000118
+gallium_dri.so free 0x5571735e8700 void 0.000116
+gallium_dri.so free 0x5571735e85b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8700 0.000131
+gallium_dri.so free 0x5571735e87c0 void 0.000124
+gallium_dri.so free 0x5571735e8700 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8700 0.000114
+gallium_dri.so free 0x5571735e8880 void 0.000126
+gallium_dri.so free 0x5571735e8700 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8700 0.000120
+gallium_dri.so free 0x5571735e8940 void 0.000117
+gallium_dri.so free 0x5571735e8700 void 0.000120
+gallium_dri.so malloc 72 0x5571735e88f0 0.000118
+gallium_dri.so free 0x5571735e8940 void 0.000116
+gallium_dri.so free 0x5571735e88f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e88f0 0.000118
+gallium_dri.so free 0x5571735e8a40 void 0.000114
+gallium_dri.so free 0x5571735e88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e89f0 0.000119
+gallium_dri.so free 0x5571735e8b00 void 0.000160
+gallium_dri.so free 0x5571735e89f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000160
+gallium_dri.so free 0x5571735e8b40 void 0.000123
+gallium_dri.so free 0x5571735e8ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000115
+gallium_dri.so free 0x5571735e8c00 void 0.000120
+gallium_dri.so free 0x5571735e8ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8c40 0.000119
+gallium_dri.so free 0x5571735e8cc0 void 0.000116
+gallium_dri.so free 0x5571735e8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000137
+gallium_dri.so free 0x5571735e8d80 void 0.000124
+gallium_dri.so free 0x5571735e8cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000115
+gallium_dri.so free 0x5571735e8e40 void 0.000115
+gallium_dri.so free 0x5571735e8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8e60 0.000122
+gallium_dri.so free 0x5571735e8f00 void 0.000124
+gallium_dri.so free 0x5571735e8e60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000124
+gallium_dri.so free 0x5571735e8f80 void 0.000123
+gallium_dri.so free 0x5571735e8eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000122
+gallium_dri.so free 0x5571735e9000 void 0.000123
+gallium_dri.so free 0x5571735e8eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e9000 0.000118
+gallium_dri.so free 0x5571735e90c0 void 0.000114
+gallium_dri.so free 0x5571735e9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9000 0.000119
+gallium_dri.so free 0x5571735e9180 void 0.000119
+gallium_dri.so free 0x5571735e9000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9000 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000120
+gallium_dri.so free 0x5571735e9000 void 0.000186
+gallium_dri.so malloc 72 0x5571735e91f0 0.000126
+gallium_dri.so free 0x5571735e9300 void 0.000135
+gallium_dri.so free 0x5571735e91f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e92b0 0.000130
+gallium_dri.so free 0x5571735e9380 void 0.000124
+gallium_dri.so free 0x5571735e92b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e93d0 0.000125
+gallium_dri.so free 0x5571735e9440 void 0.000129
+gallium_dri.so free 0x5571735e93d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e9460 0.000130
+gallium_dri.so free 0x5571735e9500 void 0.000129
+gallium_dri.so free 0x5571735e9460 void 0.000125
+gallium_dri.so malloc 72 0x5571735e94b0 0.000121
+gallium_dri.so free 0x5571735e9580 void 0.000121
+gallium_dri.so free 0x5571735e94b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e94b0 0.000130
+gallium_dri.so free 0x5571735e9600 void 0.000129
+gallium_dri.so free 0x5571735e94b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e9600 0.000121
+gallium_dri.so free 0x5571735b0b00 void 0.000121
+gallium_dri.so free 0x5571735e9600 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0b40 0.000131
+gallium_dri.so free 0x5571735e96c0 void 0.000129
+gallium_dri.so free 0x5571735b0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0b40 0.000132
+gallium_dri.so free 0x5571735b0bc0 void 0.000129
+gallium_dri.so free 0x5571735b0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0b40 0.000131
+gallium_dri.so free 0x5571735b0c80 void 0.000129
+gallium_dri.so free 0x5571735b0b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0c30 0.000129
+gallium_dri.so free 0x5571735b0d00 void 0.000125
+gallium_dri.so free 0x5571735b0c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0d50 0.000130
+gallium_dri.so free 0x5571735b0dc0 void 0.000130
+gallium_dri.so free 0x5571735b0d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0de0 0.000129
+gallium_dri.so free 0x5571735b0e80 void 0.000125
+gallium_dri.so free 0x5571735b0de0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0e30 0.000131
+gallium_dri.so free 0x5571735b0f00 void 0.000130
+gallium_dri.so free 0x5571735b0e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0e30 0.000120
+gallium_dri.so free 0x5571735b1000 void 0.000126
+gallium_dri.so free 0x5571735b0e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000124
+gallium_dri.so free 0x5571735b1080 void 0.000127
+gallium_dri.so free 0x5571735b0fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b10d0 0.000139
+gallium_dri.so free 0x5571735b1140 void 0.000131
+gallium_dri.so free 0x5571735b10d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1160 0.000125
+gallium_dri.so free 0x5571735b1200 void 0.000122
+gallium_dri.so free 0x5571735b1160 void 0.000124
+gallium_dri.so malloc 72 0x5571735b11b0 0.000130
+gallium_dri.so free 0x5571735b1280 void 0.000124
+gallium_dri.so free 0x5571735b11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b11b0 0.000120
+gallium_dri.so free 0x5571735b1300 void 0.000124
+gallium_dri.so free 0x5571735b11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1300 0.000201
+gallium_dri.so free 0x5571735b13c0 void 0.000133
+gallium_dri.so free 0x5571735b1300 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1300 0.000130
+gallium_dri.so free 0x5571735b14c0 void 0.000124
+gallium_dri.so free 0x5571735b1300 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1300 0.000125
+gallium_dri.so free 0x5571735b1540 void 0.000123
+gallium_dri.so free 0x5571735b1300 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1570 0.000116
+gallium_dri.so free 0x5571735b15c0 void 0.000116
+gallium_dri.so free 0x5571735b1570 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1570 0.000175
+gallium_dri.so free 0x5571735b16c0 void 0.000116
+gallium_dri.so free 0x5571735b1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1670 0.000113
+gallium_dri.so free 0x5571735b1780 void 0.000114
+gallium_dri.so free 0x5571735b1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1730 0.000114
+gallium_dri.so free 0x5571735b17c0 void 0.000114
+gallium_dri.so free 0x5571735b1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1730 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000115
+gallium_dri.so free 0x5571735b1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735b18d0 0.000114
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b18d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1980 0.000115
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so free 0x5571735b1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1a00 0.000113
+gallium_dri.so free 0x5571735b1ac0 void 0.000115
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1a00 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000115
+gallium_dri.so free 0x5571735b1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b70 0.000113
+gallium_dri.so free 0x5571735b1bc0 void 0.000113
+gallium_dri.so free 0x5571735b1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b70 0.000126
+gallium_dri.so free 0x5571735b1cc0 void 0.000117
+gallium_dri.so free 0x5571735b1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1c70 0.000113
+gallium_dri.so free 0x5571735b1d80 void 0.000113
+gallium_dri.so free 0x5571735b1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d30 0.000114
+gallium_dri.so free 0x5571735b1e00 void 0.000114
+gallium_dri.so free 0x5571735b1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1e20 0.000115
+gallium_dri.so free 0x5571735b1ec0 void 0.000115
+gallium_dri.so free 0x5571735b1e20 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1e70 0.000114
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1e70 0.000113
+gallium_dri.so free 0x5571735b1fc0 void 0.000114
+gallium_dri.so free 0x5571735b1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000113
+gallium_dri.so free 0x5571735b2080 void 0.000115
+gallium_dri.so free 0x5571735b1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000114
+gallium_dri.so free 0x5571735b1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7940 void 0.000114
+gallium_dri.so free 0x5571735d78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000168
+gallium_dri.so free 0x5571735d78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7a80 0.000116
+gallium_dri.so free 0x5571735d7b00 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7b00 0.000112
+gallium_dri.so free 0x5571735d7bc0 void 0.000115
+gallium_dri.so free 0x5571735d7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7b00 0.000118
+gallium_dri.so free 0x5571735d7c40 void 0.000114
+gallium_dri.so free 0x5571735d7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7c70 0.000113
+gallium_dri.so free 0x5571735d7cc0 void 0.000115
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c70 0.000112
+gallium_dri.so free 0x5571735d7dc0 void 0.000113
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d70 0.000114
+gallium_dri.so free 0x5571735d7e80 void 0.000114
+gallium_dri.so free 0x5571735d7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000115
+gallium_dri.so free 0x5571735d7f00 void 0.000116
+gallium_dri.so free 0x5571735d7e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000114
+gallium_dri.so free 0x5571735d7fc0 void 0.000114
+gallium_dri.so free 0x5571735d7e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7e30 0.000113
+gallium_dri.so free 0x5571735d8080 void 0.000115
+gallium_dri.so free 0x5571735d7e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8030 0.000111
+gallium_dri.so free 0x5571735d8100 void 0.000113
+gallium_dri.so free 0x5571735d8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8150 0.000112
+gallium_dri.so free 0x5571735d81c0 void 0.000111
+gallium_dri.so free 0x5571735d8150 void 0.000111
+gallium_dri.so malloc 72 0x5571735d81e0 0.000111
+gallium_dri.so free 0x5571735d8280 void 0.000111
+gallium_dri.so free 0x5571735d81e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8230 0.000112
+gallium_dri.so free 0x5571735d8300 void 0.000112
+gallium_dri.so free 0x5571735d8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8300 0.000112
+gallium_dri.so free 0x5571735d83c0 void 0.000112
+gallium_dri.so free 0x5571735d8300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8300 0.000112
+gallium_dri.so free 0x5571735d8440 void 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8440 0.000112
+gallium_dri.so free 0x5571735d8500 void 0.000113
+gallium_dri.so free 0x5571735d8440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8440 0.000112
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8440 0.000111
+gallium_dri.so free 0x5571735d8680 void 0.000113
+gallium_dri.so free 0x5571735d8440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8630 0.000114
+gallium_dri.so free 0x5571735d8700 void 0.000114
+gallium_dri.so free 0x5571735d8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8750 0.000115
+gallium_dri.so free 0x5571735d87c0 void 0.000114
+gallium_dri.so free 0x5571735d8750 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8800 0.000113
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d8800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8800 0.000113
+gallium_dri.so free 0x5571735d8900 void 0.000115
+gallium_dri.so free 0x5571735d8800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8930 0.000113
+gallium_dri.so free 0x5571735d8980 void 0.000158
+gallium_dri.so free 0x5571735d8930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8930 0.000115
+gallium_dri.so free 0x5571735d8a80 void 0.000115
+gallium_dri.so free 0x5571735d8930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8a30 0.000114
+gallium_dri.so free 0x5571735d8b40 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8af0 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8af0 0.000117
+gallium_dri.so free 0x5571735d8c40 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000114
+gallium_dri.so free 0x5571735d8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735d8e00 void 0.000119
+gallium_dri.so free 0x5571735d8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8db0 0.000114
+gallium_dri.so free 0x5571735d8ec0 void 0.000114
+gallium_dri.so free 0x5571735d8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e70 0.000114
+gallium_dri.so free 0x5571735d8f00 void 0.000115
+gallium_dri.so free 0x5571735d8e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e70 0.000118
+gallium_dri.so free 0x5571735d8fc0 void 0.000114
+gallium_dri.so free 0x5571735d8e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9000 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735d9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000114
+gallium_dri.so free 0x5571735b3500 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3580 void 0.000115
+gallium_dri.so free 0x5571735b34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3640 void 0.000115
+gallium_dri.so free 0x5571735b34b0 void 0.000106
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3700 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b36b0 0.000111
+gallium_dri.so free 0x5571735b3780 void 0.000112
+gallium_dri.so free 0x5571735b36b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b37d0 0.000113
+gallium_dri.so free 0x5571735b3840 void 0.000113
+gallium_dri.so free 0x5571735b37d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3860 0.000112
+gallium_dri.so free 0x5571735b3900 void 0.000112
+gallium_dri.so free 0x5571735b3860 void 0.000111
+gallium_dri.so malloc 72 0x5571735b38b0 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so free 0x5571735b38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3980 0.000112
+gallium_dri.so free 0x5571735b3a40 void 0.000112
+gallium_dri.so free 0x5571735b3980 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3980 0.000111
+gallium_dri.so free 0x5571735b3ac0 void 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000112
+gallium_dri.so free 0x5571735b3b80 void 0.000112
+gallium_dri.so free 0x5571735b3ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000112
+gallium_dri.so free 0x5571735b3c40 void 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000164
+gallium_dri.so free 0x5571735b3d00 void 0.000115
+gallium_dri.so free 0x5571735b3ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000111
+gallium_dri.so free 0x5571735b3d80 void 0.000114
+gallium_dri.so free 0x5571735b3cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000112
+gallium_dri.so free 0x5571735b3e40 void 0.000112
+gallium_dri.so free 0x5571735b3dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e80 0.000112
+gallium_dri.so free 0x5571735b3f00 void 0.000111
+gallium_dri.so free 0x5571735b3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e80 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000114
+gallium_dri.so free 0x5571735b3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000118
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so free 0x5571735b3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000111
+gallium_dri.so free 0x5571735b4100 void 0.000114
+gallium_dri.so free 0x5571735b3fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b40b0 0.000112
+gallium_dri.so free 0x5571735b41c0 void 0.000114
+gallium_dri.so free 0x5571735b40b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4170 0.000113
+gallium_dri.so free 0x5571735b4200 void 0.000112
+gallium_dri.so free 0x5571735b4170 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4170 0.000120
+gallium_dri.so free 0x5571735b42c0 void 0.000113
+gallium_dri.so free 0x5571735b4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4380 void 0.000112
+gallium_dri.so free 0x5571735b4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000112
+gallium_dri.so free 0x5571735b4330 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4430 0.000111
+gallium_dri.so free 0x5571735b4540 void 0.000114
+gallium_dri.so free 0x5571735b4430 void 0.000112
+gallium_dri.so malloc 72 0x5571735b44f0 0.000111
+gallium_dri.so free 0x5571735b4580 void 0.000114
+gallium_dri.so free 0x5571735b44f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4680 0.000111
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so free 0x5571735b4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000112
+gallium_dri.so free 0x5571735b47c0 void 0.000116
+gallium_dri.so free 0x5571735b4700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4700 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b48a0 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000106
+gallium_dri.so free 0x5571735b48a0 void 0.000260
+gallium_dri.so malloc 72 0x5571735b48f0 0.000182
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b48f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48f0 0.000115
+gallium_dri.so free 0x5571735b4a40 void 0.000115
+gallium_dri.so free 0x5571735b48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a40 0.000112
+gallium_dri.so free 0x5571735b4b00 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a40 0.000111
+gallium_dri.so free 0x5571735b4bc0 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000159
+gallium_dri.so malloc 72 0x5571735b4a40 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735b4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb380 0.000111
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb380 0.000112
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000115
+gallium_dri.so free 0x5571735eb600 void 0.000115
+gallium_dri.so free 0x5571735eb4f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000115
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000118
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb740 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000112
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000112
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735ebb00 void 0.000114
+gallium_dri.so free 0x5571735eba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb50 0.000113
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so free 0x5571735ebb50 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000113
+gallium_dri.so free 0x5571735ebbe0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebc30 0.000113
+gallium_dri.so free 0x5571735ebd00 void 0.000113
+gallium_dri.so free 0x5571735ebc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebc30 0.000112
+gallium_dri.so free 0x5571735ebe00 void 0.000113
+gallium_dri.so free 0x5571735ebc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000111
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so free 0x5571735ebdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebed0 0.000114
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf60 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebf60 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000112
+gallium_dri.so free 0x5571735ec080 void 0.000113
+gallium_dri.so free 0x5571735ebfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000112
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec100 0.000166
+gallium_dri.so free 0x5571735ec2c0 void 0.000119
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735ec4c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec470 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000113
+gallium_dri.so free 0x5571735ec470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so free 0x5571735ec6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec780 0.000112
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec800 0.000182
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec800 0.000112
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec970 0.000111
+gallium_dri.so free 0x5571735ec9c0 void 0.000114
+gallium_dri.so free 0x5571735ec970 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec970 0.000112
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735ec970 void 0.000111
+gallium_dri.so malloc 72 0x5571735eca70 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000113
+gallium_dri.so free 0x5571735eca70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc20 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000114
+gallium_dri.so free 0x5571735ecc20 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000118
+gallium_dri.so free 0x5571735ece80 void 0.000116
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ecdc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ecfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000112
+gallium_dri.so free 0x5571735ed100 void 0.000115
+gallium_dri.so free 0x5571735ecfb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x5571735ed0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000131
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed300 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed380 0.000114
+gallium_dri.so free 0x5571735ed500 void 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed520 0.000113
+gallium_dri.so free 0x5571735ed5c0 void 0.000114
+gallium_dri.so free 0x5571735ed520 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed570 0.000111
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed570 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed570 0.000111
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000112
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000114
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed9c0 void 0.000116
+gallium_dri.so free 0x5571735ed8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed970 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000171
+gallium_dri.so free 0x5571735ed970 void 0.000106
+gallium_dri.so malloc 72 0x5571735eda90 0.000230
+gallium_dri.so free 0x5571735edb00 void 0.000173
+gallium_dri.so free 0x5571735eda90 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb20 0.000115
+gallium_dri.so free 0x5571735edbc0 void 0.000114
+gallium_dri.so free 0x5571735edb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb70 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000113
+gallium_dri.so free 0x5571735edb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb70 0.000112
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edb70 void 0.000111
+gallium_dri.so malloc 72 0x5571735edcc0 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edcc0 0.000112
+gallium_dri.so free 0x5571735ede80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede30 0.000112
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ede30 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000111
+gallium_dri.so malloc 72 0x5571735edfc0 0.000126
+gallium_dri.so free 0x5571735ee040 void 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee040 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000117
+gallium_dri.so free 0x5571735ee040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee040 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000106
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000231
+gallium_dri.so free 0x5571735ee200 void 0.000180
+gallium_dri.so free 0x5571735ee1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee340 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so free 0x5571735ee340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee530 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee530 0.000125
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735ee530 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000124
+gallium_dri.so free 0x5571735da980 void 0.000123
+gallium_dri.so free 0x5571735da8c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735ee680 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee630 0.000114
+gallium_dri.so free 0x5571735daa40 void 0.000116
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa70 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000117
+gallium_dri.so free 0x5571735daa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa70 0.000115
+gallium_dri.so free 0x5571735dabc0 void 0.000114
+gallium_dri.so free 0x5571735daa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab70 0.000113
+gallium_dri.so free 0x5571735dac80 void 0.000114
+gallium_dri.so free 0x5571735dab70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac30 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dac30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac30 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000119
+gallium_dri.so free 0x5571735dac30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadd0 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dadd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae80 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf00 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf00 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000116
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735db070 0.000110
+gallium_dri.so free 0x5571735db0c0 void 0.000116
+gallium_dri.so free 0x5571735db070 void 0.000114
+gallium_dri.so malloc 72 0x5571735db070 0.000118
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735db070 void 0.000113
+gallium_dri.so malloc 72 0x5571735db170 0.000115
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735db170 void 0.000114
+gallium_dri.so malloc 72 0x5571735db230 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000115
+gallium_dri.so free 0x5571735db230 void 0.000114
+gallium_dri.so malloc 72 0x5571735db320 0.000123
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db320 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000120
+gallium_dri.so free 0x5571735db440 void 0.000117
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000112
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000110
+gallium_dri.so malloc 72 0x5571735db4c0 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db4c0 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000125
+gallium_dri.so free 0x5571735db4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db4c0 0.000124
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db6b0 0.000123
+gallium_dri.so free 0x5571735db700 void 0.000122
+gallium_dri.so free 0x5571735db6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db6b0 0.000125
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db7b0 0.000125
+gallium_dri.so free 0x5571735db8c0 void 0.000128
+gallium_dri.so free 0x5571735db7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db870 0.000125
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db870 void 0.000118
+gallium_dri.so malloc 72 0x5571735db870 0.000123
+gallium_dri.so free 0x5571735db9c0 void 0.000124
+gallium_dri.so free 0x5571735db870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dba00 0.000124
+gallium_dri.so free 0x5571735dba80 void 0.000123
+gallium_dri.so free 0x5571735dba00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dba80 0.000119
+gallium_dri.so free 0x5571735dbb40 void 0.000121
+gallium_dri.so free 0x5571735dba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba80 0.000123
+gallium_dri.so free 0x5571735dbc00 void 0.000119
+gallium_dri.so free 0x5571735dba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc20 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so free 0x5571735dbc20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc70 0.000122
+gallium_dri.so free 0x5571735dbd40 void 0.000118
+gallium_dri.so free 0x5571735dbc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc70 0.000135
+gallium_dri.so free 0x5571735dbdc0 void 0.000166
+gallium_dri.so free 0x5571735dbc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000120
+gallium_dri.so free 0x5571735dbe80 void 0.000120
+gallium_dri.so free 0x5571735dbdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000124
+gallium_dri.so free 0x5571735dbf40 void 0.000125
+gallium_dri.so free 0x5571735dbdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000119
+gallium_dri.so free 0x5571735dc000 void 0.000118
+gallium_dri.so free 0x5571735dbdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000123
+gallium_dri.so free 0x5571735dc0c0 void 0.000124
+gallium_dri.so free 0x5571735dbfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc070 0.000118
+gallium_dri.so free 0x5571735dc140 void 0.000122
+gallium_dri.so free 0x5571735dc070 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc190 0.000122
+gallium_dri.so free 0x5571735dc200 void 0.000129
+gallium_dri.so free 0x5571735dc190 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc220 0.000124
+gallium_dri.so free 0x5571735dc2c0 void 0.000124
+gallium_dri.so free 0x5571735dc220 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc270 0.000123
+gallium_dri.so free 0x5571735dc340 void 0.000135
+gallium_dri.so free 0x5571735dc270 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc270 0.000123
+gallium_dri.so free 0x5571735dc3c0 void 0.000123
+gallium_dri.so free 0x5571735dc270 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000122
+gallium_dri.so free 0x5571735dc3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000124
+gallium_dri.so free 0x5571735dc580 void 0.000123
+gallium_dri.so free 0x5571735dc3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc530 0.000123
+gallium_dri.so free 0x5571735dc5c0 void 0.000123
+gallium_dri.so free 0x5571735dc530 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc530 0.000129
+gallium_dri.so free 0x5571735dc680 void 0.000130
+gallium_dri.so free 0x5571735dc530 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000129
+gallium_dri.so free 0x5571735dc740 void 0.000125
+gallium_dri.so free 0x5571735dc6c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc740 0.000128
+gallium_dri.so free 0x5571735dc800 void 0.000129
+gallium_dri.so free 0x5571735dc740 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc740 0.000125
+gallium_dri.so free 0x5571735dc880 void 0.000129
+gallium_dri.so free 0x5571735dc740 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc8b0 0.000133
+gallium_dri.so free 0x5571735dc900 void 0.000134
+gallium_dri.so free 0x5571735dc8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc8b0 0.000131
+gallium_dri.so free 0x5571735dca00 void 0.000130
+gallium_dri.so free 0x5571735dc8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dca40 0.000122
+gallium_dri.so free 0x5571735dcac0 void 0.000125
+gallium_dri.so free 0x5571735dca40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcac0 0.000130
+gallium_dri.so free 0x5571735dcb80 void 0.000130
+gallium_dri.so free 0x5571735dcac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcac0 0.000129
+gallium_dri.so free 0x5571735dcc00 void 0.000126
+gallium_dri.so free 0x5571735dcac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc30 0.000125
+gallium_dri.so free 0x5571735dcc80 void 0.000124
+gallium_dri.so free 0x5571735dcc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc30 0.000123
+gallium_dri.so free 0x5571735dcd80 void 0.000122
+gallium_dri.so free 0x5571735dcc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcd30 0.000123
+gallium_dri.so free 0x5571735dce40 void 0.000124
+gallium_dri.so free 0x5571735dcd30 void 0.000161
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000158
+gallium_dri.so free 0x5571735dcec0 void 0.000157
+gallium_dri.so free 0x5571735dcdf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000157
+gallium_dri.so free 0x5571735dcf80 void 0.000157
+gallium_dri.so free 0x5571735dcdf0 void 0.000158
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000157
+gallium_dri.so free 0x5571735dd040 void 0.000158
+gallium_dri.so free 0x5571735dcdf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735dcff0 0.000157
+gallium_dri.so free 0x5571735dd0c0 void 0.000159
+gallium_dri.so free 0x5571735dcff0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dd110 0.000158
+gallium_dri.so free 0x5571735dd180 void 0.000158
+gallium_dri.so free 0x5571735dd110 void 0.000159
+gallium_dri.so malloc 72 0x5571735dd1a0 0.000157
+gallium_dri.so free 0x5571735dd240 void 0.000158
+gallium_dri.so free 0x5571735dd1a0 void 0.000163
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000157
+gallium_dri.so free 0x5571735dd2c0 void 0.000168
+gallium_dri.so free 0x5571735dd1f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000157
+gallium_dri.so free 0x5571735dd380 void 0.000158
+gallium_dri.so free 0x5571735dd2c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000158
+gallium_dri.so free 0x5571735dd400 void 0.000158
+gallium_dri.so free 0x5571735dd2c0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dd400 0.000158
+gallium_dri.so free 0x5571735dd4c0 void 0.000160
+gallium_dri.so free 0x5571735dd400 void 0.000197
+gallium_dri.so malloc 72 0x5571735dd400 0.000167
+gallium_dri.so free 0x5571735dd580 void 0.000159
+gallium_dri.so free 0x5571735dd400 void 0.000159
+gallium_dri.so malloc 72 0x5571735dd400 0.000166
+gallium_dri.so free 0x5571735dd640 void 0.000123
+gallium_dri.so free 0x5571735dd400 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd710 0.000119
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd710 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000117
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000116
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000122
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000117
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so free 0x5571735dd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddab0 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000117
+gallium_dri.so free 0x5571735ddab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddab0 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000121
+gallium_dri.so free 0x5571735ddab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddc70 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc70 0.000120
+gallium_dri.so free 0x5571735dddc0 void 0.000119
+gallium_dri.so free 0x5571735ddc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd70 0.000118
+gallium_dri.so free 0x5571735dde80 void 0.000118
+gallium_dri.so free 0x5571735ddd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde30 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dde30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde30 0.000117
+gallium_dri.so free 0x5571735ddf80 void 0.000116
+gallium_dri.so free 0x5571735dde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de040 0.000118
+gallium_dri.so free 0x5571735de100 void 0.000122
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so malloc 72 0x5571735de040 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000145
+gallium_dri.so free 0x5571735de040 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1e0 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000118
+gallium_dri.so free 0x5571735de1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de230 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000117
+gallium_dri.so free 0x5571735de230 void 0.000118
+gallium_dri.so malloc 72 0x5571735de230 0.000127
+gallium_dri.so free 0x5571735de380 void 0.000120
+gallium_dri.so free 0x5571735de230 void 0.000115
+gallium_dri.so malloc 72 0x5571735de380 0.000118
+gallium_dri.so free 0x5571735de440 void 0.000118
+gallium_dri.so free 0x5571735de380 void 0.000119
+gallium_dri.so malloc 72 0x5571735de380 0.000117
+gallium_dri.so free 0x5571735de500 void 0.000118
+gallium_dri.so free 0x5571735de380 void 0.000120
+gallium_dri.so malloc 72 0x5571735de380 0.000120
+gallium_dri.so free 0x5571735de5c0 void 0.000119
+gallium_dri.so free 0x5571735de380 void 0.000116
+gallium_dri.so malloc 72 0x5571735de570 0.000120
+gallium_dri.so free 0x5571735de680 void 0.000118
+gallium_dri.so free 0x5571735de570 void 0.000116
+gallium_dri.so malloc 72 0x5571735de630 0.000117
+gallium_dri.so free 0x5571735de700 void 0.000118
+gallium_dri.so free 0x5571735de630 void 0.000117
+gallium_dri.so malloc 72 0x5571735de750 0.000120
+gallium_dri.so free 0x5571735de7c0 void 0.000117
+gallium_dri.so free 0x5571735de750 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7e0 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de7e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000163
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de980 0.000116
+gallium_dri.so free 0x5571735dea40 void 0.000116
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so malloc 72 0x5571735de980 0.000116
+gallium_dri.so free 0x5571735deb40 void 0.000118
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so malloc 72 0x5571735deaf0 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so free 0x5571735deaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deaf0 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000117
+gallium_dri.so free 0x5571735deaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec80 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so free 0x5571735dec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded00 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000117
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded00 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dee70 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000122
+gallium_dri.so free 0x5571735dee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee70 0.000117
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so free 0x5571735dee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735df000 0.000118
+gallium_dri.so free 0x5571735df080 void 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so malloc 72 0x5571735df080 0.000119
+gallium_dri.so free 0x5571735df140 void 0.000117
+gallium_dri.so free 0x5571735df080 void 0.000119
+gallium_dri.so malloc 72 0x5571735df080 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df080 void 0.000117
+gallium_dri.so malloc 72 0x5571735df1f0 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000118
+gallium_dri.so free 0x5571735df1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df1f0 0.000118
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so free 0x5571735df1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df400 void 0.000118
+gallium_dri.so free 0x5571735df2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df3b0 0.000117
+gallium_dri.so free 0x5571735df480 void 0.000117
+gallium_dri.so free 0x5571735df3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df3b0 0.000122
+gallium_dri.so free 0x5571735df540 void 0.000129
+gallium_dri.so free 0x5571735df3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df3b0 0.000118
+gallium_dri.so free 0x5571735df600 void 0.000118
+gallium_dri.so free 0x5571735df3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5b0 0.000119
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so free 0x5571735df5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6d0 0.000144
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so free 0x5571735df6d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df760 0.000117
+gallium_dri.so free 0x5571735df800 void 0.000119
+gallium_dri.so free 0x5571735df760 void 0.000119
+gallium_dri.so malloc 72 0x5571735df7b0 0.000118
+gallium_dri.so free 0x5571735df880 void 0.000118
+gallium_dri.so free 0x5571735df7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df880 0.000117
+gallium_dri.so free 0x5571735df940 void 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000120
+gallium_dri.so malloc 72 0x5571735df880 0.000118
+gallium_dri.so free 0x5571735df9c0 void 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000119
+gallium_dri.so malloc 72 0x5571735df9c0 0.000145
+gallium_dri.so free 0x5571735dfa80 void 0.000118
+gallium_dri.so free 0x5571735df9c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df9c0 0.000164
+gallium_dri.so free 0x5571735dfb40 void 0.000119
+gallium_dri.so free 0x5571735df9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df9c0 0.000117
+gallium_dri.so free 0x5571735dfc00 void 0.000117
+gallium_dri.so free 0x5571735df9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000118
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so free 0x5571735dfbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfcd0 0.000118
+gallium_dri.so free 0x5571735dfd40 void 0.000118
+gallium_dri.so free 0x5571735dfcd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd80 0.000117
+gallium_dri.so free 0x5571735dfe00 void 0.000117
+gallium_dri.so free 0x5571735dfd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfd80 0.000117
+gallium_dri.so free 0x5571735dfe80 void 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000117
+gallium_dri.so free 0x5571735dff00 void 0.000118
+gallium_dri.so free 0x5571735dfeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000118
+gallium_dri.so free 0x5571735e0000 void 0.000118
+gallium_dri.so free 0x5571735dfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffb0 0.000118
+gallium_dri.so free 0x5571735e00c0 void 0.000117
+gallium_dri.so free 0x5571735dffb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0070 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so free 0x5571735e0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0070 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000118
+gallium_dri.so free 0x5571735e0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0230 0.000117
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so free 0x5571735e0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0230 0.000119
+gallium_dri.so free 0x5571735e0380 void 0.000118
+gallium_dri.so free 0x5571735e0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0330 0.000119
+gallium_dri.so free 0x5571735e0440 void 0.000121
+gallium_dri.so free 0x5571735e0330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e03f0 0.000120
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so free 0x5571735e03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e03f0 0.000119
+gallium_dri.so free 0x5571735e0540 void 0.000119
+gallium_dri.so free 0x5571735e03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0580 0.000118
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735e0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0600 0.000118
+gallium_dri.so free 0x5571735e06c0 void 0.000126
+gallium_dri.so free 0x5571735e0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0600 0.000118
+gallium_dri.so free 0x5571735e0780 void 0.000120
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e07a0 0.000118
+gallium_dri.so free 0x5571735e0840 void 0.000117
+gallium_dri.so free 0x5571735e07a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e07f0 0.000117
+gallium_dri.so free 0x5571735e08c0 void 0.000118
+gallium_dri.so free 0x5571735e07f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07f0 0.000118
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so free 0x5571735e07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0940 0.000119
+gallium_dri.so free 0x5571735e0a00 void 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0940 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000119
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0940 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0b30 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so free 0x5571735e0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000118
+gallium_dri.so free 0x5571735e0cc0 void 0.000164
+gallium_dri.so free 0x5571735e0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d10 0.000118
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so free 0x5571735e0d10 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0da0 0.000119
+gallium_dri.so free 0x5571735e0e40 void 0.000116
+gallium_dri.so free 0x5571735e0da0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0df0 0.000117
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so free 0x5571735e0df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0df0 0.000118
+gallium_dri.so free 0x5571735e0f40 void 0.000141
+gallium_dri.so free 0x5571735e0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f40 0.000119
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f40 0.000120
+gallium_dri.so free 0x5571735e1100 void 0.000118
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e10b0 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000118
+gallium_dri.so free 0x5571735e10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e10b0 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000118
+gallium_dri.so free 0x5571735e10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1240 0.000128
+gallium_dri.so free 0x5571735e12c0 void 0.000147
+gallium_dri.so free 0x5571735e1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e12c0 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e12c0 0.000123
+gallium_dri.so free 0x5571735e1400 void 0.000119
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1430 0.000117
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so free 0x5571735e1430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1430 0.000119
+gallium_dri.so free 0x5571735e1580 void 0.000119
+gallium_dri.so free 0x5571735e1430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e15c0 0.000118
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so free 0x5571735e15c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1640 0.000118
+gallium_dri.so free 0x5571735e1700 void 0.000120
+gallium_dri.so free 0x5571735e1640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1640 0.000118
+gallium_dri.so free 0x5571735e1780 void 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17b0 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e17b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e17b0 0.000120
+gallium_dri.so free 0x5571735e1900 void 0.000118
+gallium_dri.so free 0x5571735e17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18b0 0.000118
+gallium_dri.so free 0x5571735e19c0 void 0.000117
+gallium_dri.so free 0x5571735e18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1970 0.000118
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so free 0x5571735e1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1970 0.000117
+gallium_dri.so free 0x5571735e1b00 void 0.000117
+gallium_dri.so free 0x5571735e1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1970 0.000118
+gallium_dri.so free 0x5571735e1bc0 void 0.000119
+gallium_dri.so free 0x5571735e1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000118
+gallium_dri.so free 0x5571735e1c40 void 0.000117
+gallium_dri.so free 0x5571735e1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c90 0.000117
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so free 0x5571735e1c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d20 0.000117
+gallium_dri.so free 0x5571735e1dc0 void 0.000119
+gallium_dri.so free 0x5571735e1d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d70 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000117
+gallium_dri.so free 0x5571735e1d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1e40 0.000120
+gallium_dri.so free 0x5571735e1f00 void 0.000117
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e40 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f80 0.000118
+gallium_dri.so free 0x5571735e2040 void 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f80 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000119
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f80 0.000118
+gallium_dri.so free 0x5571735e21c0 void 0.000120
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2170 0.000118
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so free 0x5571735e2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2290 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735e2290 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2340 0.000120
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e2340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2340 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000128
+gallium_dri.so free 0x5571735e2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2470 0.000119
+gallium_dri.so free 0x5571735e24c0 void 0.000119
+gallium_dri.so free 0x5571735e2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2470 0.000118
+gallium_dri.so free 0x5571735e25c0 void 0.000118
+gallium_dri.so free 0x5571735e2470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2570 0.000119
+gallium_dri.so free 0x5571735e2680 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2630 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735e2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2630 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so free 0x5571735e2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735e27f0 0.000144
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27f0 0.000117
+gallium_dri.so free 0x5571735e2940 void 0.000119
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28f0 0.000119
+gallium_dri.so free 0x5571735e2a00 void 0.000118
+gallium_dri.so free 0x5571735e28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29b0 0.000164
+gallium_dri.so free 0x5571735e2a40 void 0.000120
+gallium_dri.so free 0x5571735e29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e29b0 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so free 0x5571735e29b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e2b40 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000118
+gallium_dri.so free 0x5571735e2d40 void 0.000117
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d60 0.000116
+gallium_dri.so free 0x5571735e2e00 void 0.000118
+gallium_dri.so free 0x5571735e2d60 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2db0 0.000117
+gallium_dri.so free 0x5571735e2e80 void 0.000117
+gallium_dri.so free 0x5571735e2db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2db0 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000118
+gallium_dri.so free 0x5571735e2db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f00 0.000120
+gallium_dri.so free 0x5571735e2fc0 void 0.000119
+gallium_dri.so free 0x5571735e2f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2f00 0.000119
+gallium_dri.so free 0x5571735e3080 void 0.000119
+gallium_dri.so free 0x5571735e2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f00 0.000117
+gallium_dri.so free 0x5571735e3140 void 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e30f0 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000119
+gallium_dri.so free 0x5571735e30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e31b0 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so free 0x5571735e31b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e32d0 0.000120
+gallium_dri.so free 0x5571735e3340 void 0.000126
+gallium_dri.so free 0x5571735e32d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3360 0.000119
+gallium_dri.so free 0x5571735e3400 void 0.000118
+gallium_dri.so free 0x5571735e3360 void 0.000118
+gallium_dri.so malloc 72 0x5571735e33b0 0.000119
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e33b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e33b0 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so free 0x5571735e33b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3500 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000128
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3500 0.000119
+gallium_dri.so free 0x5571735e36c0 void 0.000117
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3670 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3670 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735e3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3800 0.000118
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735e3800 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3880 0.000118
+gallium_dri.so free 0x5571735e3940 void 0.000118
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3880 0.000118
+gallium_dri.so free 0x5571735e39c0 void 0.000118
+gallium_dri.so free 0x5571735e3880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e39f0 0.000118
+gallium_dri.so free 0x5571735e3a40 void 0.000118
+gallium_dri.so free 0x5571735e39f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e39f0 0.000117
+gallium_dri.so free 0x5571735e3b40 void 0.000118
+gallium_dri.so free 0x5571735e39f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b80 0.000117
+gallium_dri.so free 0x5571735e3c00 void 0.000185
+gallium_dri.so free 0x5571735e3b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3c00 0.000110
+gallium_dri.so free 0x5571735e3cc0 void 0.000110
+gallium_dri.so free 0x5571735e3c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3c00 0.000110
+gallium_dri.so free 0x5571735e3d40 void 0.000110
+gallium_dri.so free 0x5571735e3c00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3d70 0.000110
+gallium_dri.so free 0x5571735e3dc0 void 0.000111
+gallium_dri.so free 0x5571735e3d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3d70 0.000109
+gallium_dri.so free 0x5571735e3ec0 void 0.000111
+gallium_dri.so free 0x5571735e3d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3e70 0.000111
+gallium_dri.so free 0x5571735e3f80 void 0.000112
+gallium_dri.so free 0x5571735e3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3f30 0.000111
+gallium_dri.so free 0x5571735e4000 void 0.000111
+gallium_dri.so free 0x5571735e3f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3f30 0.000111
+gallium_dri.so free 0x5571735e40c0 void 0.000110
+gallium_dri.so free 0x5571735e3f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3f30 0.000116
+gallium_dri.so free 0x5571735e4180 void 0.000111
+gallium_dri.so free 0x5571735e3f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4130 0.000110
+gallium_dri.so free 0x5571735e4200 void 0.000111
+gallium_dri.so free 0x5571735e4130 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4250 0.000259
+gallium_dri.so free 0x5571735e42c0 void 0.000217
+gallium_dri.so free 0x5571735e4250 void 0.000236
+gallium_dri.so malloc 72 0x5571735e42e0 0.000276
+gallium_dri.so free 0x5571735e4380 void 0.000280
+gallium_dri.so free 0x5571735e42e0 void 0.000279
+gallium_dri.so malloc 72 0x5571735e4330 0.000270
+gallium_dri.so free 0x5571735e4400 void 0.000161
+gallium_dri.so free 0x5571735e4330 void 0.000156
+gallium_dri.so malloc 72 0x5571735e4400 0.000125
+gallium_dri.so free 0x5571735e44c0 void 0.000127
+gallium_dri.so free 0x5571735e4400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4400 0.000123
+gallium_dri.so free 0x5571735e4540 void 0.000133
+gallium_dri.so free 0x5571735e4400 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4540 0.000174
+gallium_dri.so free 0x5571735e4600 void 0.000127
+gallium_dri.so free 0x5571735e4540 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4540 0.000119
+gallium_dri.so free 0x5571735e46c0 void 0.000123
+gallium_dri.so free 0x5571735e4540 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4540 0.000124
+gallium_dri.so free 0x5571735e4780 void 0.000123
+gallium_dri.so free 0x5571735e4540 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4730 0.000125
+gallium_dri.so free 0x5571735e4800 void 0.000119
+gallium_dri.so free 0x5571735e4730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4850 0.000117
+gallium_dri.so free 0x5571735e48c0 void 0.000123
+gallium_dri.so free 0x5571735e4850 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4900 0.000119
+gallium_dri.so free 0x5571735e4980 void 0.000124
+gallium_dri.so free 0x5571735e4900 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4900 0.000119
+gallium_dri.so free 0x5571735e4a00 void 0.000118
+gallium_dri.so free 0x5571735e4900 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4a30 0.000119
+gallium_dri.so free 0x5571735e4a80 void 0.000119
+gallium_dri.so free 0x5571735e4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4a30 0.000135
+gallium_dri.so free 0x5571735e4b80 void 0.000126
+gallium_dri.so free 0x5571735e4a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4b30 0.000119
+gallium_dri.so free 0x5571735e4c40 void 0.000125
+gallium_dri.so free 0x5571735e4b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000123
+gallium_dri.so free 0x5571735e4c80 void 0.000120
+gallium_dri.so free 0x5571735e4bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000120
+gallium_dri.so free 0x5571735e4d40 void 0.000119
+gallium_dri.so free 0x5571735e4bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4db0 0.000122
+gallium_dri.so free 0x5571735e4e00 void 0.000119
+gallium_dri.so free 0x5571735e4db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4db0 0.000117
+gallium_dri.so free 0x5571735e4f00 void 0.000120
+gallium_dri.so free 0x5571735e4db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000150
+gallium_dri.so free 0x5571735e4fc0 void 0.000133
+gallium_dri.so free 0x5571735e4eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4f70 0.000129
+gallium_dri.so free 0x5571735e5000 void 0.000127
+gallium_dri.so free 0x5571735e4f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4f70 0.000157
+gallium_dri.so free 0x5571735e50c0 void 0.000146
+gallium_dri.so free 0x5571735e4f70 void 0.000144
+gallium_dri.so malloc 72 0x5571735e5100 0.000144
+gallium_dri.so free 0x5571735e5180 void 0.000145
+gallium_dri.so free 0x5571735e5100 void 0.000153
+gallium_dri.so malloc 72 0x5571735e5180 0.000146
+gallium_dri.so free 0x5571735e5240 void 0.000144
+gallium_dri.so free 0x5571735e5180 void 0.000140
+gallium_dri.so malloc 72 0x5571735e5180 0.000140
+gallium_dri.so free 0x5571735e5300 void 0.000141
+gallium_dri.so free 0x5571735e5180 void 0.000144
+gallium_dri.so malloc 72 0x5571735e5320 0.000144
+gallium_dri.so free 0x5571735e53c0 void 0.000146
+gallium_dri.so free 0x5571735e5320 void 0.000145
+gallium_dri.so malloc 72 0x5571735e5370 0.000144
+gallium_dri.so free 0x5571735e5440 void 0.000142
+gallium_dri.so free 0x5571735e5370 void 0.000140
+gallium_dri.so malloc 72 0x5571735e5370 0.000143
+gallium_dri.so free 0x5571735e54c0 void 0.000144
+gallium_dri.so free 0x5571735e5370 void 0.000143
+gallium_dri.so malloc 72 0x5571735e54c0 0.000144
+gallium_dri.so free 0x5571735e5580 void 0.000151
+gallium_dri.so free 0x5571735e54c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e54c0 0.000145
+gallium_dri.so free 0x5571735e5640 void 0.000138
+gallium_dri.so free 0x5571735e54c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e54c0 0.000139
+gallium_dri.so free 0x5571735e5700 void 0.000146
+gallium_dri.so free 0x5571735e54c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e56b0 0.000144
+gallium_dri.so free 0x5571735e57c0 void 0.000138
+gallium_dri.so free 0x5571735e56b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e5770 0.000140
+gallium_dri.so free 0x5571735e5840 void 0.000169
+gallium_dri.so free 0x5571735e5770 void 0.000182
+gallium_dri.so malloc 72 0x5571735e5890 0.000177
+gallium_dri.so free 0x5571735e5900 void 0.000177
+gallium_dri.so free 0x5571735e5890 void 0.000176
+gallium_dri.so malloc 72 0x5571735e5920 0.000181
+gallium_dri.so free 0x5571735e59c0 void 0.000145
+gallium_dri.so free 0x5571735e5920 void 0.000140
+gallium_dri.so malloc 72 0x5571735e5970 0.000140
+gallium_dri.so free 0x5571735e5a40 void 0.000184
+gallium_dri.so free 0x5571735e5970 void 0.000174
+gallium_dri.so malloc 72 0x5571735e5970 0.000179
+gallium_dri.so free 0x5571735e5ac0 void 0.000176
+gallium_dri.so free 0x5571735e5970 void 0.000174
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000176
+gallium_dri.so free 0x5571735e5b80 void 0.000181
+gallium_dri.so free 0x5571735e5ac0 void 0.000174
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000175
+gallium_dri.so free 0x5571735e5c80 void 0.000176
+gallium_dri.so free 0x5571735e5ac0 void 0.000177
+gallium_dri.so malloc 72 0x5571735e5c30 0.000176
+gallium_dri.so free 0x5571735e5cc0 void 0.000176
+gallium_dri.so free 0x5571735e5c30 void 0.000177
+gallium_dri.so malloc 72 0x5571735e5c30 0.000189
+gallium_dri.so free 0x5571735e5d80 void 0.000131
+gallium_dri.so free 0x5571735e5c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000135
+gallium_dri.so free 0x5571735e5e40 void 0.000195
+gallium_dri.so free 0x5571735e5dc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e5e40 0.000134
+gallium_dri.so free 0x5571735e5f00 void 0.000133
+gallium_dri.so free 0x5571735e5e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5e40 0.000133
+gallium_dri.so free 0x5571735e5f80 void 0.000133
+gallium_dri.so free 0x5571735e5e40 void 0.000134
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000135
+gallium_dri.so free 0x5571735e6000 void 0.000135
+gallium_dri.so free 0x5571735e5fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000132
+gallium_dri.so free 0x5571735e6100 void 0.000133
+gallium_dri.so free 0x5571735e5fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6140 0.000134
+gallium_dri.so free 0x5571735e61c0 void 0.000133
+gallium_dri.so free 0x5571735e6140 void 0.000131
+gallium_dri.so malloc 72 0x5571735e61c0 0.000132
+gallium_dri.so free 0x5571735e6280 void 0.000132
+gallium_dri.so free 0x5571735e61c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e61c0 0.000132
+gallium_dri.so free 0x5571735e6300 void 0.000132
+gallium_dri.so free 0x5571735e61c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6330 0.000142
+gallium_dri.so free 0x5571735e6380 void 0.000134
+gallium_dri.so free 0x5571735e6330 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6330 0.000134
+gallium_dri.so free 0x5571735e6480 void 0.000131
+gallium_dri.so free 0x5571735e6330 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6430 0.000131
+gallium_dri.so free 0x5571735e6540 void 0.000130
+gallium_dri.so free 0x5571735e6430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e64f0 0.000132
+gallium_dri.so free 0x5571735e65c0 void 0.000134
+gallium_dri.so free 0x5571735e64f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e64f0 0.000134
+gallium_dri.so free 0x5571735e6680 void 0.000131
+gallium_dri.so free 0x5571735e64f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e64f0 0.000135
+gallium_dri.so free 0x5571735e6740 void 0.000133
+gallium_dri.so free 0x5571735e64f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e66f0 0.000133
+gallium_dri.so free 0x5571735e67c0 void 0.000134
+gallium_dri.so free 0x5571735e66f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6810 0.000133
+gallium_dri.so free 0x5571735e6880 void 0.000131
+gallium_dri.so free 0x5571735e6810 void 0.000131
+gallium_dri.so malloc 72 0x5571735e68a0 0.000141
+gallium_dri.so free 0x5571735e6940 void 0.000131
+gallium_dri.so free 0x5571735e68a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e68f0 0.000133
+gallium_dri.so free 0x5571735e69c0 void 0.000134
+gallium_dri.so free 0x5571735e68f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e69c0 0.000130
+gallium_dri.so free 0x5571735e6a80 void 0.000135
+gallium_dri.so free 0x5571735e69c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e69c0 0.000131
+gallium_dri.so free 0x5571735e6b00 void 0.000138
+gallium_dri.so free 0x5571735e69c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6b00 0.000133
+gallium_dri.so free 0x5571735e6bc0 void 0.000134
+gallium_dri.so free 0x5571735e6b00 void 0.000202
+gallium_dri.so malloc 72 0x5571735e6b00 0.000257
+gallium_dri.so free 0x5571735e6c80 void 0.000228
+gallium_dri.so free 0x5571735e6b00 void 0.000202
+gallium_dri.so malloc 72 0x5571735e6b00 0.000173
+gallium_dri.so free 0x5571735e6d40 void 0.000183
+gallium_dri.so free 0x5571735e6b00 void 0.000249
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000163
+gallium_dri.so free 0x5571735e6dc0 void 0.000181
+gallium_dri.so free 0x5571735e6cf0 void 0.000173
+gallium_dri.so malloc 72 0x5571735e6e10 0.000185
+gallium_dri.so free 0x5571735e6e80 void 0.000223
+gallium_dri.so free 0x5571735e6e10 void 0.000222
+gallium_dri.so malloc 72 0x5571735e6ec0 0.000184
+gallium_dri.so free 0x5571735bee80 void 0.000187
+gallium_dri.so free 0x5571735e6ec0 void 0.000179
+gallium_dri.so malloc 72 0x5571735beea0 0.000179
+gallium_dri.so free 0x5571735bef40 void 0.000182
+gallium_dri.so free 0x5571735beea0 void 0.000188
+gallium_dri.so malloc 72 0x5571735beef0 0.000208
+gallium_dri.so free 0x5571735befc0 void 0.000201
+gallium_dri.so free 0x5571735beef0 void 0.000174
+gallium_dri.so malloc 72 0x5571735beef0 0.000182
+gallium_dri.so free 0x5571735bf040 void 0.000162
+gallium_dri.so free 0x5571735beef0 void 0.000193
+gallium_dri.so malloc 72 0x5571735bf040 0.000116
+gallium_dri.so free 0x5571735bf100 void 0.000116
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf040 0.000113
+gallium_dri.so free 0x5571735bf1c0 void 0.000113
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf040 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000161
+gallium_dri.so free 0x5571735bf040 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf230 0.000113
+gallium_dri.so free 0x5571735eae40 void 0.000115
+gallium_dri.so free 0x5571735bf230 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf230 0.000114
+gallium_dri.so free 0x5571735afa00 void 0.000113
+gallium_dri.so free 0x5571735bf230 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735ea800 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735bc180 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735a2880 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735bb680 void 0.000115
+gallium_dri.so free 0x5571735a2830 void 0.000111
+gallium_dri.so malloc 72 0x5571735bb680 0.000118
+gallium_dri.so free 0x5571735ea740 void 0.000113
+gallium_dri.so free 0x5571735bb680 void 0.000110
+gallium_dri.so malloc 72 0x5571735bb680 0.000112
+gallium_dri.so free 0x5571735af300 void 0.000112
+gallium_dri.so free 0x5571735bb680 void 0.000112
+gallium_dri.so malloc 72 0x5571735af320 0.000113
+gallium_dri.so free 0x5571735bba40 void 0.000114
+gallium_dri.so free 0x5571735af320 void 0.000112
+gallium_dri.so malloc 72 0x5571735af320 0.000111
+gallium_dri.so free 0x5571735b8040 void 0.000112
+gallium_dri.so free 0x5571735af320 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000139
+gallium_dri.so free 0x5571735bca40 void 0.000164
+gallium_dri.so free 0x5571735b7ff0 void 0.000174
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000173
+gallium_dri.so free 0x5571735ea9c0 void 0.000172
+gallium_dri.so free 0x5571735bc9f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000175
+gallium_dri.so free 0x5571735b8980 void 0.000174
+gallium_dri.so free 0x5571735bc9f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000188
+gallium_dri.so free 0x5571735baf00 void 0.000179
+gallium_dri.so free 0x5571735bc9f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735baf00 0.000183
+gallium_dri.so free 0x5571735bbe00 void 0.000193
+gallium_dri.so free 0x5571735baf00 void 0.000198
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000184
+gallium_dri.so free 0x5571735bc5c0 void 0.000184
+gallium_dri.so free 0x5571735bbdb0 void 0.000188
+gallium_dri.so malloc 72 0x5571735bc610 0.000185
+gallium_dri.so free 0x5571735b5b40 void 0.000180
+gallium_dri.so free 0x5571735bc610 void 0.000192
+gallium_dri.so malloc 72 0x5571735bc610 0.000180
+gallium_dri.so free 0x5571735eb0c0 void 0.000182
+gallium_dri.so free 0x5571735bc610 void 0.000176
+gallium_dri.so malloc 72 0x5571735eb070 0.000180
+gallium_dri.so free 0x5571735eab00 void 0.000178
+gallium_dri.so free 0x5571735eb070 void 0.000188
+gallium_dri.so malloc 72 0x5571735eb070 0.000172
+gallium_dri.so free 0x5571735bb280 void 0.000121
+gallium_dri.so free 0x5571735eb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735bb280 0.000118
+gallium_dri.so free 0x5571735b7c80 void 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb280 0.000120
+gallium_dri.so free 0x5571735b7e40 void 0.000117
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7e60 0.000119
+gallium_dri.so free 0x5571735b7f00 void 0.000116
+gallium_dri.so free 0x5571735b7e60 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000119
+gallium_dri.so free 0x5571735b7700 void 0.000119
+gallium_dri.so free 0x5571735b7eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7740 0.000118
+gallium_dri.so free 0x5571735b7900 void 0.000120
+gallium_dri.so free 0x5571735b7740 void 0.000126
+gallium_dri.so malloc 72 0x5571735b78b0 0.000121
+gallium_dri.so free 0x5571735b7a80 void 0.000120
+gallium_dri.so free 0x5571735b78b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b78b0 0.000120
+gallium_dri.so free 0x5571735b7b40 void 0.000119
+gallium_dri.so free 0x5571735b78b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b78b0 0.000121
+gallium_dri.so free 0x5571735e9bc0 void 0.000204
+gallium_dri.so free 0x5571735b78b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9c30 0.000116
+gallium_dri.so free 0x5571735ea580 void 0.000116
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000115
+gallium_dri.so free 0x5571735adbc0 void 0.000116
+gallium_dri.so free 0x5571735e9c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735adb70 0.000114
+gallium_dri.so free 0x5571735adc80 void 0.000115
+gallium_dri.so free 0x5571735adb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735adc30 0.000115
+gallium_dri.so free 0x5571735ea680 void 0.000117
+gallium_dri.so free 0x5571735adc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ea630 0.000115
+gallium_dri.so free 0x5571735bf0c0 void 0.000115
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735bf140 void 0.000116
+gallium_dri.so free 0x5571735ea630 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf140 0.000121
+gallium_dri.so free 0x5571735b9380 void 0.000118
+gallium_dri.so free 0x5571735bf140 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf140 0.000118
+gallium_dri.so free 0x5571735b9440 void 0.000121
+gallium_dri.so free 0x5571735bf140 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9460 0.000131
+gallium_dri.so free 0x5571735bee80 void 0.000117
+gallium_dri.so free 0x5571735b9460 void 0.000116
+gallium_dri.so malloc 72 0x5571735beeb0 0.000118
+gallium_dri.so free 0x5571735bef00 void 0.000119
+gallium_dri.so free 0x5571735beeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735beeb0 0.000118
+gallium_dri.so free 0x5571735d74c0 void 0.000118
+gallium_dri.so free 0x5571735beeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7510 0.000120
+gallium_dri.so free 0x5571735bf000 void 0.000117
+gallium_dri.so free 0x5571735d7510 void 0.000119
+gallium_dri.so malloc 72 0x5571735befb0 0.000118
+gallium_dri.so free 0x5571735d7580 void 0.000117
+gallium_dri.so free 0x5571735befb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75b0 0.000116
+gallium_dri.so free 0x5571735a9140 void 0.000119
+gallium_dri.so free 0x5571735d75b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a9140 0.000116
+gallium_dri.so free 0x5571735a9200 void 0.000119
+gallium_dri.so free 0x5571735a9140 void 0.000116
+gallium_dri.so malloc 72 0x5571735a9140 0.000122
+gallium_dri.so free 0x5571735addc0 void 0.000160
+gallium_dri.so free 0x5571735a9140 void 0.000155
+gallium_dri.so malloc 72 0x5571735addc0 0.000154
+gallium_dri.so free 0x5571735a9280 void 0.000203
+gallium_dri.so free 0x5571735addc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735addc0 0.000119
+gallium_dri.so free 0x5571735d7600 void 0.000120
+gallium_dri.so free 0x5571735addc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735addc0 0.000116
+gallium_dri.so free 0x5571735ade80 void 0.000116
+gallium_dri.so free 0x5571735addc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735addc0 0.000124
+gallium_dri.so free 0x5571735a8c40 void 0.000120
+gallium_dri.so free 0x5571735addc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8c40 0.000116
+gallium_dri.so free 0x5571735a8d00 void 0.000118
+gallium_dri.so free 0x5571735a8c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8c40 0.000118
+gallium_dri.so free 0x5571735adf80 void 0.000120
+gallium_dri.so free 0x5571735a8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735adf30 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000116
+gallium_dri.so free 0x5571735adf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735adf30 0.000119
+gallium_dri.so free 0x5571735a8f80 void 0.000119
+gallium_dri.so free 0x5571735adf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735a8fc0 0.000117
+gallium_dri.so free 0x5571735a89c0 void 0.000117
+gallium_dri.so free 0x5571735a8fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a89c0 0.000127
+gallium_dri.so free 0x5571735a8d80 void 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a89c0 0.000115
+gallium_dri.so free 0x5571735a8a80 void 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a89c0 0.000117
+gallium_dri.so free 0x5571735b5f40 void 0.000123
+gallium_dri.so free 0x5571735a89c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a89c0 0.000121
+gallium_dri.so free 0x5571735a9040 void 0.000122
+gallium_dri.so free 0x5571735a89c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a89c0 0.000119
+gallium_dri.so free 0x5571735b6040 void 0.000120
+gallium_dri.so free 0x5571735a89c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6090 0.000120
+gallium_dri.so free 0x5571735a8b40 void 0.000117
+gallium_dri.so free 0x5571735b6090 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6090 0.000119
+gallium_dri.so free 0x5571735afe40 void 0.000119
+gallium_dri.so free 0x5571735b6090 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6090 0.000119
+gallium_dri.so free 0x5571735aff00 void 0.000119
+gallium_dri.so free 0x5571735b6090 void 0.000119
+gallium_dri.so malloc 72 0x5571735afeb0 0.000116
+gallium_dri.so free 0x5571735a71c0 void 0.000117
+gallium_dri.so free 0x5571735afeb0 void 0.000150
+gallium_dri.so malloc 72 0x5571735a7210 0.000120
+gallium_dri.so free 0x5571735a7280 void 0.000117
+gallium_dri.so free 0x5571735a7210 void 0.000118
+gallium_dri.so malloc 72 0x5571735a72e0 0.000117
+gallium_dri.so free 0x5571735aff80 void 0.000120
+gallium_dri.so free 0x5571735a72e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735affa0 0.000120
+gallium_dri.so free 0x5571735ae700 void 0.000120
+gallium_dri.so free 0x5571735affa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae730 0.000119
+gallium_dri.so free 0x5571735ae780 void 0.000119
+gallium_dri.so free 0x5571735ae730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae730 0.000116
+gallium_dri.so free 0x5571735ae880 void 0.000116
+gallium_dri.so free 0x5571735ae730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae830 0.000116
+gallium_dri.so free 0x5571734f6040 void 0.000116
+gallium_dri.so free 0x5571735ae830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ae830 0.000118
+gallium_dri.so free 0x5571734f6100 void 0.000119
+gallium_dri.so free 0x5571735ae830 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae830 0.000119
+gallium_dri.so free 0x5571734f61c0 void 0.000120
+gallium_dri.so free 0x5571735ae830 void 0.000118
+gallium_dri.so malloc 72 0x5571734f6170 0.000126
+gallium_dri.so free 0x5571735be540 void 0.000118
+gallium_dri.so free 0x5571734f6170 void 0.000110
+gallium_dri.so malloc 72 0x5571735be580 0.000115
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so free 0x5571735be580 void 0.000114
+gallium_dri.so malloc 72 0x5571735be600 0.000113
+gallium_dri.so free 0x5571735be6c0 void 0.000116
+gallium_dri.so free 0x5571735be600 void 0.000113
+gallium_dri.so malloc 72 0x5571735be600 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so malloc 72 0x5571735be600 0.000113
+gallium_dri.so free 0x5571735b01c0 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0170 0.000114
+gallium_dri.so free 0x5571735b0240 void 0.000116
+gallium_dri.so free 0x5571735b0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0290 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000114
+gallium_dri.so free 0x5571735b0290 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0290 0.000115
+gallium_dri.so free 0x5571735b6f00 void 0.000122
+gallium_dri.so free 0x5571735b0290 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0290 0.000121
+gallium_dri.so free 0x5571735b6fc0 void 0.000121
+gallium_dri.so free 0x5571735b0290 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0290 0.000119
+gallium_dri.so free 0x5571735b7080 void 0.000131
+gallium_dri.so free 0x5571735b0290 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7030 0.000124
+gallium_dri.so free 0x5571735af000 void 0.000118
+gallium_dri.so free 0x5571735b7030 void 0.000119
+gallium_dri.so malloc 72 0x5571735af000 0.000119
+gallium_dri.so free 0x5571735af0c0 void 0.000121
+gallium_dri.so free 0x5571735af000 void 0.000118
+gallium_dri.so malloc 72 0x5571735af000 0.000119
+gallium_dri.so free 0x5571735af180 void 0.000119
+gallium_dri.so free 0x5571735af000 void 0.000118
+gallium_dri.so malloc 72 0x5571735af000 0.000118
+gallium_dri.so free 0x5571735b0740 void 0.000117
+gallium_dri.so free 0x5571735af000 void 0.000120
+gallium_dri.so malloc 72 0x5571735af000 0.000117
+gallium_dri.so free 0x5571735b0840 void 0.000118
+gallium_dri.so free 0x5571735af000 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0880 0.000117
+gallium_dri.so free 0x5571735af240 void 0.000117
+gallium_dri.so free 0x5571735b0880 void 0.000119
+gallium_dri.so malloc 72 0x5571735af1f0 0.000118
+gallium_dri.so free 0x5571735b0900 void 0.000119
+gallium_dri.so free 0x5571735af1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735af1f0 0.000119
+gallium_dri.so free 0x5571735b0980 void 0.000117
+gallium_dri.so free 0x5571735af1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b09b0 0.000130
+gallium_dri.so free 0x5571735b8180 void 0.000121
+gallium_dri.so free 0x5571735b09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b81c0 0.000118
+gallium_dri.so free 0x5571735b8240 void 0.000116
+gallium_dri.so free 0x5571735b81c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b8240 0.000118
+gallium_dri.so free 0x5571735b8300 void 0.000117
+gallium_dri.so free 0x5571735b8240 void 0.000119
+gallium_dri.so malloc 72 0x5571735b8240 0.000119
+gallium_dri.so free 0x5571735b83c0 void 0.000120
+gallium_dri.so free 0x5571735b8240 void 0.000116
+gallium_dri.so malloc 72 0x5571735b83e0 0.000119
+gallium_dri.so free 0x5571735d9300 void 0.000117
+gallium_dri.so free 0x5571735b83e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000124
+gallium_dri.so free 0x5571735d9380 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9400 void 0.000119
+gallium_dri.so free 0x5571735d92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9400 0.000117
+gallium_dri.so free 0x5571735d94c0 void 0.000120
+gallium_dri.so free 0x5571735d9400 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9400 0.000120
+gallium_dri.so free 0x5571735d9580 void 0.000119
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9400 0.000121
+gallium_dri.so free 0x5571735d9640 void 0.000122
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d95f0 0.000115
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735d95f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7170 0.000119
+gallium_dri.so free 0x5571735b7240 void 0.000117
+gallium_dri.so free 0x5571735b7170 void 0.000220
+gallium_dri.so malloc 72 0x5571735b7290 0.000161
+gallium_dri.so free 0x5571735b7300 void 0.000306
+gallium_dri.so free 0x5571735b7290 void 0.000236
+gallium_dri.so malloc 72 0x5571735b7320 0.000208
+gallium_dri.so free 0x5571735b73c0 void 0.000206
+gallium_dri.so free 0x5571735b7320 void 0.000136
+gallium_dri.so malloc 72 0x5571735b7370 0.000124
+gallium_dri.so free 0x5571735b7440 void 0.000120
+gallium_dri.so free 0x5571735b7370 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7370 0.000122
+gallium_dri.so free 0x5571735b74c0 void 0.000134
+gallium_dri.so free 0x5571735b7370 void 0.000124
+gallium_dri.so malloc 72 0x5571735b74c0 0.000119
+gallium_dri.so free 0x5571735b7580 void 0.000120
+gallium_dri.so free 0x5571735b74c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b74c0 0.000118
+gallium_dri.so free 0x5571735b61c0 void 0.000118
+gallium_dri.so free 0x5571735b74c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b74c0 0.000117
+gallium_dri.so free 0x5571735b6240 void 0.000116
+gallium_dri.so free 0x5571735b74c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6270 0.000118
+gallium_dri.so free 0x5571735b62c0 void 0.000117
+gallium_dri.so free 0x5571735b6270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6270 0.000117
+gallium_dri.so free 0x5571735b63c0 void 0.000117
+gallium_dri.so free 0x5571735b6270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6370 0.000118
+gallium_dri.so free 0x5571735b6480 void 0.000118
+gallium_dri.so free 0x5571735b6370 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6430 0.000117
+gallium_dri.so free 0x5571735b64c0 void 0.000119
+gallium_dri.so free 0x5571735b6430 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6430 0.000116
+gallium_dri.so free 0x5571735b6580 void 0.000118
+gallium_dri.so free 0x5571735b6430 void 0.000117
+gallium_dri.so malloc 72 0x5571735b65f0 0.000123
+gallium_dri.so free 0x5571735b6640 void 0.000110
+gallium_dri.so free 0x5571735b65f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b65f0 0.000124
+gallium_dri.so free 0x5571735b6740 void 0.000110
+gallium_dri.so free 0x5571735b65f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b66f0 0.000110
+gallium_dri.so free 0x5571735b6800 void 0.000113
+gallium_dri.so free 0x5571735b66f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b67b0 0.000109
+gallium_dri.so free 0x5571735b6840 void 0.000111
+gallium_dri.so free 0x5571735b67b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b67b0 0.000111
+gallium_dri.so free 0x5571735b6900 void 0.000111
+gallium_dri.so free 0x5571735b67b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6940 0.000109
+gallium_dri.so free 0x5571735b51c0 void 0.000109
+gallium_dri.so free 0x5571735b6940 void 0.000109
+gallium_dri.so malloc 72 0x5571735b51c0 0.000109
+gallium_dri.so free 0x5571735b5280 void 0.000109
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b51c0 0.000121
+gallium_dri.so free 0x5571735b5380 void 0.000121
+gallium_dri.so free 0x5571735b51c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b51c0 0.000117
+gallium_dri.so free 0x5571735b5400 void 0.000111
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5430 0.000195
+gallium_dri.so free 0x5571735b5480 void 0.000124
+gallium_dri.so free 0x5571735b5430 void 0.000123
+gallium_dri.so malloc 72 0x5571735b5430 0.000123
+gallium_dri.so free 0x5571735b5580 void 0.000123
+gallium_dri.so free 0x5571735b5430 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5530 0.000117
+gallium_dri.so free 0x5571735b5640 void 0.000113
+gallium_dri.so free 0x5571735b5530 void 0.000112
+gallium_dri.so malloc 72 0x5571735b55f0 0.000112
+gallium_dri.so free 0x5571735b5680 void 0.000113
+gallium_dri.so free 0x5571735b55f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b55f0 0.000114
+gallium_dri.so free 0x5571735b5740 void 0.000113
+gallium_dri.so free 0x5571735b55f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5790 0.000112
+gallium_dri.so free 0x5571735b5800 void 0.000114
+gallium_dri.so free 0x5571735b5790 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5840 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000114
+gallium_dri.so free 0x5571735b5840 void 0.000112
+gallium_dri.so malloc 72 0x5571735b58c0 0.000113
+gallium_dri.so free 0x5571735b5980 void 0.000114
+gallium_dri.so free 0x5571735b58c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b58c0 0.000116
+gallium_dri.so free 0x5571735b22c0 void 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2270 0.000113
+gallium_dri.so free 0x5571735b2340 void 0.000112
+gallium_dri.so free 0x5571735b2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2270 0.000112
+gallium_dri.so free 0x5571735b23c0 void 0.000113
+gallium_dri.so free 0x5571735b2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b23c0 0.000113
+gallium_dri.so free 0x5571735b2480 void 0.000113
+gallium_dri.so free 0x5571735b23c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b23c0 0.000113
+gallium_dri.so free 0x5571735b2580 void 0.000112
+gallium_dri.so free 0x5571735b23c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2530 0.000113
+gallium_dri.so free 0x5571735b25c0 void 0.000112
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000112
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b26c0 0.000112
+gallium_dri.so free 0x5571735b2740 void 0.000113
+gallium_dri.so free 0x5571735b26c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735b2740 0.000165
+gallium_dri.so free 0x5571735b2800 void 0.000164
+gallium_dri.so free 0x5571735b2740 void 0.000164
+gallium_dri.so malloc 72 0x5571735b2740 0.000115
+gallium_dri.so free 0x5571735b2880 void 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000111
+gallium_dri.so malloc 72 0x5571735b28b0 0.000112
+gallium_dri.so free 0x5571735b2900 void 0.000112
+gallium_dri.so free 0x5571735b28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b28b0 0.000112
+gallium_dri.so free 0x5571735b2a00 void 0.000113
+gallium_dri.so free 0x5571735b28b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2a40 0.000112
+gallium_dri.so free 0x5571735b2ac0 void 0.000114
+gallium_dri.so free 0x5571735b2a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000111
+gallium_dri.so free 0x5571735b2b80 void 0.000111
+gallium_dri.so free 0x5571735b2ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000158
+gallium_dri.so free 0x5571735d98c0 void 0.000123
+gallium_dri.so free 0x5571735b2ac0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000123
+gallium_dri.so free 0x5571735d9980 void 0.000118
+gallium_dri.so free 0x5571735b2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d99c0 0.000119
+gallium_dri.so free 0x5571735d9a40 void 0.000114
+gallium_dri.so free 0x5571735d99c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9a40 0.000114
+gallium_dri.so free 0x5571735d9b00 void 0.000114
+gallium_dri.so free 0x5571735d9a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9a40 0.000113
+gallium_dri.so free 0x5571735d9bc0 void 0.000122
+gallium_dri.so free 0x5571735d9a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9be0 0.000113
+gallium_dri.so free 0x5571735d9c80 void 0.000142
+gallium_dri.so free 0x5571735d9be0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9c30 0.000113
+gallium_dri.so free 0x5571735d9d00 void 0.000113
+gallium_dri.so free 0x5571735d9c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9c30 0.000112
+gallium_dri.so free 0x5571735d9d80 void 0.000112
+gallium_dri.so free 0x5571735d9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9d80 0.000113
+gallium_dri.so free 0x5571735d9e40 void 0.000113
+gallium_dri.so free 0x5571735d9d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9d80 0.000113
+gallium_dri.so free 0x5571735d9f00 void 0.000113
+gallium_dri.so free 0x5571735d9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9d80 0.000113
+gallium_dri.so free 0x5571735d9fc0 void 0.000113
+gallium_dri.so free 0x5571735d9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9f70 0.000113
+gallium_dri.so free 0x5571735da080 void 0.000113
+gallium_dri.so free 0x5571735d9f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735da030 0.000113
+gallium_dri.so free 0x5571735da100 void 0.000114
+gallium_dri.so free 0x5571735da030 void 0.000113
+gallium_dri.so malloc 72 0x5571735da150 0.000112
+gallium_dri.so free 0x5571735da1c0 void 0.000128
+gallium_dri.so free 0x5571735da150 void 0.000114
+gallium_dri.so malloc 72 0x5571735da1e0 0.000111
+gallium_dri.so free 0x5571735da280 void 0.000113
+gallium_dri.so free 0x5571735da1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da230 0.000112
+gallium_dri.so free 0x5571735da300 void 0.000116
+gallium_dri.so free 0x5571735da230 void 0.000112
+gallium_dri.so malloc 72 0x5571735da230 0.000114
+gallium_dri.so free 0x5571735da380 void 0.000113
+gallium_dri.so free 0x5571735da230 void 0.000113
+gallium_dri.so malloc 72 0x5571735da380 0.000112
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so free 0x5571735da380 void 0.000112
+gallium_dri.so malloc 72 0x5571735da380 0.000113
+gallium_dri.so free 0x5571735bd940 void 0.000114
+gallium_dri.so free 0x5571735da380 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000113
+gallium_dri.so free 0x5571735bd980 void 0.000116
+gallium_dri.so free 0x5571735bd8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000113
+gallium_dri.so free 0x5571735bda40 void 0.000118
+gallium_dri.so free 0x5571735bd8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bda80 0.000113
+gallium_dri.so free 0x5571735bdb00 void 0.000113
+gallium_dri.so free 0x5571735bda80 void 0.000111
+gallium_dri.so malloc 72 0x5571735bdb00 0.000113
+gallium_dri.so free 0x5571735bdbc0 void 0.000116
+gallium_dri.so free 0x5571735bdb00 void 0.000246
+gallium_dri.so malloc 72 0x5571735bdb00 0.000241
+gallium_dri.so free 0x5571735bdc40 void 0.000210
+gallium_dri.so free 0x5571735bdb00 void 0.000156
+gallium_dri.so malloc 72 0x5571735bdc70 0.000154
+gallium_dri.so free 0x5571735bdcc0 void 0.000197
+gallium_dri.so free 0x5571735bdc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdc70 0.000114
+gallium_dri.so free 0x5571735bddc0 void 0.000114
+gallium_dri.so free 0x5571735bdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bde00 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000114
+gallium_dri.so free 0x5571735bde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bde80 0.000113
+gallium_dri.so free 0x5571735bdf40 void 0.000112
+gallium_dri.so free 0x5571735bde80 void 0.000112
+gallium_dri.so malloc 72 0x5571735bde80 0.000114
+gallium_dri.so free 0x5571735bdfc0 void 0.000114
+gallium_dri.so free 0x5571735bde80 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdff0 0.000112
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so free 0x5571735bdff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdff0 0.000135
+gallium_dri.so free 0x5571735be140 void 0.000119
+gallium_dri.so free 0x5571735bdff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be0f0 0.000114
+gallium_dri.so free 0x5571735be200 void 0.000113
+gallium_dri.so free 0x5571735be0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735be1b0 0.000114
+gallium_dri.so free 0x5571735be280 void 0.000113
+gallium_dri.so free 0x5571735be1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be1b0 0.000113
+gallium_dri.so free 0x5571735be340 void 0.000113
+gallium_dri.so free 0x5571735be1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be1b0 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000114
+gallium_dri.so free 0x5571735be1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9b70 0.000114
+gallium_dri.so free 0x5571735b9c40 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9c90 0.000112
+gallium_dri.so free 0x5571735b9d00 void 0.000112
+gallium_dri.so free 0x5571735b9c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9d20 0.000112
+gallium_dri.so free 0x5571735b9dc0 void 0.000114
+gallium_dri.so free 0x5571735b9d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9d70 0.000112
+gallium_dri.so free 0x5571735b9e40 void 0.000114
+gallium_dri.so free 0x5571735b9d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9e40 0.000114
+gallium_dri.so free 0x5571735b9f00 void 0.000124
+gallium_dri.so free 0x5571735b9e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9e40 0.000114
+gallium_dri.so free 0x5571735b9f80 void 0.000111
+gallium_dri.so free 0x5571735b9e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f80 0.000233
+gallium_dri.so free 0x5571735ba040 void 0.000154
+gallium_dri.so free 0x5571735b9f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9f80 0.000113
+gallium_dri.so free 0x5571735ba100 void 0.000112
+gallium_dri.so free 0x5571735b9f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f80 0.000111
+gallium_dri.so free 0x5571735ba1c0 void 0.000117
+gallium_dri.so free 0x5571735b9f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba170 0.000113
+gallium_dri.so free 0x5571735ba240 void 0.000115
+gallium_dri.so free 0x5571735ba170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba290 0.000115
+gallium_dri.so free 0x5571735ba300 void 0.000125
+gallium_dri.so free 0x5571735ba290 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba340 0.000114
+gallium_dri.so free 0x5571735ba3c0 void 0.000115
+gallium_dri.so free 0x5571735ba340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba340 0.000113
+gallium_dri.so free 0x5571735ba440 void 0.000113
+gallium_dri.so free 0x5571735ba340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba470 0.000122
+gallium_dri.so free 0x5571735ba4c0 void 0.000112
+gallium_dri.so free 0x5571735ba470 void 0.000111
+gallium_dri.so malloc 72 0x5571735ba470 0.000111
+gallium_dri.so free 0x5571735ba5c0 void 0.000112
+gallium_dri.so free 0x5571735ba470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba570 0.000111
+gallium_dri.so free 0x5571735ba680 void 0.000113
+gallium_dri.so free 0x5571735ba570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba630 0.000112
+gallium_dri.so free 0x5571735ba6c0 void 0.000114
+gallium_dri.so free 0x5571735ba630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba630 0.000111
+gallium_dri.so free 0x5571735ba780 void 0.000115
+gallium_dri.so free 0x5571735ba630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba7f0 0.000114
+gallium_dri.so free 0x5571735e7340 void 0.000113
+gallium_dri.so free 0x5571735ba7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7380 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000113
+gallium_dri.so free 0x5571735e7380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7400 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7400 0.000112
+gallium_dri.so free 0x5571735e7540 void 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7570 0.000112
+gallium_dri.so free 0x5571735e75c0 void 0.000162
+gallium_dri.so free 0x5571735e7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7570 0.000111
+gallium_dri.so free 0x5571735e76c0 void 0.000113
+gallium_dri.so free 0x5571735e7570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7670 0.000112
+gallium_dri.so free 0x5571735e7780 void 0.000113
+gallium_dri.so free 0x5571735e7670 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7730 0.000113
+gallium_dri.so free 0x5571735e7800 void 0.000113
+gallium_dri.so free 0x5571735e7730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7730 0.000114
+gallium_dri.so free 0x5571735e78c0 void 0.000113
+gallium_dri.so free 0x5571735e7730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7730 0.000112
+gallium_dri.so free 0x5571735e7980 void 0.000113
+gallium_dri.so free 0x5571735e7730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7930 0.000112
+gallium_dri.so free 0x5571735e7a00 void 0.000121
+gallium_dri.so free 0x5571735e7930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7a50 0.000112
+gallium_dri.so free 0x5571735e7ac0 void 0.000119
+gallium_dri.so free 0x5571735e7a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ae0 0.000119
+gallium_dri.so free 0x5571735e7b80 void 0.000123
+gallium_dri.so free 0x5571735e7ae0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7b30 0.000168
+gallium_dri.so free 0x5571735e7c00 void 0.000159
+gallium_dri.so free 0x5571735e7b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7c00 0.000117
+gallium_dri.so free 0x5571735e7cc0 void 0.000116
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000114
+gallium_dri.so free 0x5571735e7d40 void 0.000114
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d40 0.000113
+gallium_dri.so free 0x5571735e7e00 void 0.000112
+gallium_dri.so free 0x5571735e7d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7d40 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000115
+gallium_dri.so free 0x5571735e7d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d40 0.000112
+gallium_dri.so free 0x5571735e7f80 void 0.000113
+gallium_dri.so free 0x5571735e7d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7f30 0.000113
+gallium_dri.so free 0x5571735e8000 void 0.000113
+gallium_dri.so free 0x5571735e7f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8050 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000113
+gallium_dri.so free 0x5571735e8050 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8100 0.000112
+gallium_dri.so free 0x5571735e8180 void 0.000115
+gallium_dri.so free 0x5571735e8100 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8100 0.000115
+gallium_dri.so free 0x5571735e8280 void 0.000113
+gallium_dri.so free 0x5571735e8100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e82b0 0.000112
+gallium_dri.so free 0x5571735e8300 void 0.000114
+gallium_dri.so free 0x5571735e82b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e82b0 0.000117
+gallium_dri.so free 0x5571735e8400 void 0.000113
+gallium_dri.so free 0x5571735e82b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e83b0 0.000112
+gallium_dri.so free 0x5571735e84c0 void 0.000112
+gallium_dri.so free 0x5571735e83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8470 0.000111
+gallium_dri.so free 0x5571735e8500 void 0.000115
+gallium_dri.so free 0x5571735e8470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8470 0.000113
+gallium_dri.so free 0x5571735e85c0 void 0.000114
+gallium_dri.so free 0x5571735e8470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8630 0.000114
+gallium_dri.so free 0x5571735e8680 void 0.000112
+gallium_dri.so free 0x5571735e8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8630 0.000113
+gallium_dri.so free 0x5571735e8780 void 0.000113
+gallium_dri.so free 0x5571735e8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8730 0.000113
+gallium_dri.so free 0x5571735e8840 void 0.000113
+gallium_dri.so free 0x5571735e8730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e87f0 0.000115
+gallium_dri.so free 0x5571735e8880 void 0.000112
+gallium_dri.so free 0x5571735e87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e87f0 0.000113
+gallium_dri.so free 0x5571735e8940 void 0.000112
+gallium_dri.so free 0x5571735e87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8980 0.000111
+gallium_dri.so free 0x5571735e8a00 void 0.000117
+gallium_dri.so free 0x5571735e8980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8a00 0.000112
+gallium_dri.so free 0x5571735e8ac0 void 0.000116
+gallium_dri.so free 0x5571735e8a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8a00 0.000112
+gallium_dri.so free 0x5571735e8b80 void 0.000113
+gallium_dri.so free 0x5571735e8a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000117
+gallium_dri.so free 0x5571735e8c40 void 0.000114
+gallium_dri.so free 0x5571735e8ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000112
+gallium_dri.so free 0x5571735e8cc0 void 0.000114
+gallium_dri.so free 0x5571735e8bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000112
+gallium_dri.so free 0x5571735e8d40 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d40 0.000113
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d40 0.000121
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8d40 0.000114
+gallium_dri.so free 0x5571735e8f80 void 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8f30 0.000112
+gallium_dri.so free 0x5571735e9040 void 0.000113
+gallium_dri.so free 0x5571735e8f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000111
+gallium_dri.so free 0x5571735e90c0 void 0.000115
+gallium_dri.so free 0x5571735e8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9110 0.000113
+gallium_dri.so free 0x5571735e9180 void 0.000113
+gallium_dri.so free 0x5571735e9110 void 0.000112
+gallium_dri.so malloc 72 0x5571735e91a0 0.000112
+gallium_dri.so free 0x5571735e9240 void 0.000113
+gallium_dri.so free 0x5571735e91a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e91f0 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000113
+gallium_dri.so free 0x5571735e91f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e91f0 0.000113
+gallium_dri.so free 0x5571735e9340 void 0.000112
+gallium_dri.so free 0x5571735e91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9340 0.000113
+gallium_dri.so free 0x5571735e9400 void 0.000113
+gallium_dri.so free 0x5571735e9340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9340 0.000112
+gallium_dri.so free 0x5571735e9500 void 0.000175
+gallium_dri.so free 0x5571735e9340 void 0.000129
+gallium_dri.so malloc 72 0x5571735e94b0 0.000114
+gallium_dri.so free 0x5571735e9540 void 0.000115
+gallium_dri.so free 0x5571735e94b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9600 void 0.000113
+gallium_dri.so free 0x5571735e94b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9640 0.000113
+gallium_dri.so free 0x5571735e96c0 void 0.000113
+gallium_dri.so free 0x5571735e9640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e96c0 0.000112
+gallium_dri.so free 0x5571735b0b00 void 0.000113
+gallium_dri.so free 0x5571735e96c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0b20 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b20 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0b70 0.000113
+gallium_dri.so free 0x5571735b0c40 void 0.000113
+gallium_dri.so free 0x5571735b0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0b70 0.000114
+gallium_dri.so free 0x5571735b0d40 void 0.000117
+gallium_dri.so free 0x5571735b0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000114
+gallium_dri.so free 0x5571735b0dc0 void 0.000112
+gallium_dri.so free 0x5571735b0cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0e10 0.000114
+gallium_dri.so free 0x5571735b0e80 void 0.000128
+gallium_dri.so free 0x5571735b0e10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0ea0 0.000112
+gallium_dri.so free 0x5571735b0f40 void 0.000118
+gallium_dri.so free 0x5571735b0ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000113
+gallium_dri.so free 0x5571735b0fc0 void 0.000113
+gallium_dri.so free 0x5571735b0ef0 void 0.000136
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000114
+gallium_dri.so free 0x5571735b1040 void 0.000115
+gallium_dri.so free 0x5571735b0ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1040 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000114
+gallium_dri.so free 0x5571735b1040 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1040 0.000113
+gallium_dri.so free 0x5571735b1200 void 0.000113
+gallium_dri.so free 0x5571735b1040 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1040 0.000113
+gallium_dri.so free 0x5571735b1280 void 0.000112
+gallium_dri.so free 0x5571735b1040 void 0.000112
+gallium_dri.so malloc 72 0x5571735b12b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000114
+gallium_dri.so free 0x5571735b12b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b12b0 0.000113
+gallium_dri.so free 0x5571735b1400 void 0.000115
+gallium_dri.so free 0x5571735b12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13b0 0.000114
+gallium_dri.so free 0x5571735b14c0 void 0.000120
+gallium_dri.so free 0x5571735b13b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1470 0.000113
+gallium_dri.so free 0x5571735b1500 void 0.000113
+gallium_dri.so free 0x5571735b1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1470 0.000113
+gallium_dri.so free 0x5571735b15c0 void 0.000114
+gallium_dri.so free 0x5571735b1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1610 0.000113
+gallium_dri.so free 0x5571735b1680 void 0.000113
+gallium_dri.so free 0x5571735b1610 void 0.000112
+gallium_dri.so malloc 72 0x5571735b16c0 0.000112
+gallium_dri.so free 0x5571735b1740 void 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1740 0.000112
+gallium_dri.so free 0x5571735b1880 void 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b18b0 0.000112
+gallium_dri.so free 0x5571735b1900 void 0.000114
+gallium_dri.so free 0x5571735b18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b18b0 0.000112
+gallium_dri.so free 0x5571735b1a00 void 0.000113
+gallium_dri.so free 0x5571735b18b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19b0 0.000112
+gallium_dri.so free 0x5571735b1ac0 void 0.000112
+gallium_dri.so free 0x5571735b19b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735b1a70 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000113
+gallium_dri.so free 0x5571735b1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1b60 0.000112
+gallium_dri.so free 0x5571735b1c00 void 0.000113
+gallium_dri.so free 0x5571735b1b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000122
+gallium_dri.so free 0x5571735b1c80 void 0.000119
+gallium_dri.so free 0x5571735b1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000113
+gallium_dri.so free 0x5571735b1d00 void 0.000115
+gallium_dri.so free 0x5571735b1bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1d00 0.000123
+gallium_dri.so free 0x5571735b1dc0 void 0.000127
+gallium_dri.so free 0x5571735b1d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1d00 0.000118
+gallium_dri.so free 0x5571735b1e80 void 0.000114
+gallium_dri.so free 0x5571735b1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d00 0.000112
+gallium_dri.so free 0x5571735b1f40 void 0.000113
+gallium_dri.so free 0x5571735b1d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000112
+gallium_dri.so free 0x5571735b1f40 void 0.000114
+gallium_dri.so free 0x5571735b1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000112
+gallium_dri.so free 0x5571735b2040 void 0.000128
+gallium_dri.so free 0x5571735b1ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1ff0 0.000131
+gallium_dri.so free 0x5571735b2100 void 0.000115
+gallium_dri.so free 0x5571735b1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b20b0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000113
+gallium_dri.so free 0x5571735b20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7940 void 0.000114
+gallium_dri.so free 0x5571735d78f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000113
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79f0 0.000113
+gallium_dri.so free 0x5571735d7b00 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000113
+gallium_dri.so free 0x5571735d7b80 void 0.000114
+gallium_dri.so free 0x5571735d7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000113
+gallium_dri.so free 0x5571735d7ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000114
+gallium_dri.so free 0x5571735d7d00 void 0.000117
+gallium_dri.so free 0x5571735d7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000112
+gallium_dri.so free 0x5571735d7d80 void 0.000122
+gallium_dri.so free 0x5571735d7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7dd0 0.000114
+gallium_dri.so free 0x5571735d7e40 void 0.000113
+gallium_dri.so free 0x5571735d7dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7e60 0.000112
+gallium_dri.so free 0x5571735d7f00 void 0.000112
+gallium_dri.so free 0x5571735d7e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000114
+gallium_dri.so free 0x5571735d7f80 void 0.000131
+gallium_dri.so free 0x5571735d7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7f80 0.000112
+gallium_dri.so free 0x5571735d8040 void 0.000112
+gallium_dri.so free 0x5571735d7f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7f80 0.000112
+gallium_dri.so free 0x5571735d80c0 void 0.000113
+gallium_dri.so free 0x5571735d7f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d80c0 0.000111
+gallium_dri.so free 0x5571735d8180 void 0.000118
+gallium_dri.so free 0x5571735d80c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d80c0 0.000121
+gallium_dri.so free 0x5571735d8240 void 0.000113
+gallium_dri.so free 0x5571735d80c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d80c0 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000111
+gallium_dri.so free 0x5571735d80c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d82b0 0.000117
+gallium_dri.so free 0x5571735d8380 void 0.000167
+gallium_dri.so free 0x5571735d82b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d83d0 0.000124
+gallium_dri.so free 0x5571735d8440 void 0.000124
+gallium_dri.so free 0x5571735d83d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8480 0.000117
+gallium_dri.so free 0x5571735d8500 void 0.000118
+gallium_dri.so free 0x5571735d8480 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8480 0.000117
+gallium_dri.so free 0x5571735d8580 void 0.000117
+gallium_dri.so free 0x5571735d8480 void 0.000118
+gallium_dri.so malloc 72 0x5571735d85b0 0.000118
+gallium_dri.so free 0x5571735d8600 void 0.000118
+gallium_dri.so free 0x5571735d85b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d85b0 0.000117
+gallium_dri.so free 0x5571735d8700 void 0.000117
+gallium_dri.so free 0x5571735d85b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d86b0 0.000118
+gallium_dri.so free 0x5571735d87c0 void 0.000117
+gallium_dri.so free 0x5571735d86b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8770 0.000117
+gallium_dri.so free 0x5571735d8800 void 0.000116
+gallium_dri.so free 0x5571735d8770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8770 0.000114
+gallium_dri.so free 0x5571735d88c0 void 0.000118
+gallium_dri.so free 0x5571735d8770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8930 0.000127
+gallium_dri.so free 0x5571735d8980 void 0.000117
+gallium_dri.so free 0x5571735d8930 void 0.000177
+gallium_dri.so malloc 72 0x5571735d8930 0.000233
+gallium_dri.so free 0x5571735d8a80 void 0.000118
+gallium_dri.so free 0x5571735d8930 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8a30 0.000116
+gallium_dri.so free 0x5571735d8b40 void 0.000116
+gallium_dri.so free 0x5571735d8a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8af0 0.000116
+gallium_dri.so free 0x5571735d8b80 void 0.000116
+gallium_dri.so free 0x5571735d8af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8af0 0.000116
+gallium_dri.so free 0x5571735d8c40 void 0.000116
+gallium_dri.so free 0x5571735d8af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8c80 0.000116
+gallium_dri.so free 0x5571735d8d00 void 0.000117
+gallium_dri.so free 0x5571735d8c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8d00 0.000119
+gallium_dri.so free 0x5571735d8dc0 void 0.000117
+gallium_dri.so free 0x5571735d8d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8d00 0.000116
+gallium_dri.so free 0x5571735d8e80 void 0.000117
+gallium_dri.so free 0x5571735d8d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8ea0 0.000116
+gallium_dri.so free 0x5571735d8f40 void 0.000128
+gallium_dri.so free 0x5571735d8ea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000116
+gallium_dri.so free 0x5571735d8fc0 void 0.000149
+gallium_dri.so free 0x5571735d8ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000118
+gallium_dri.so free 0x5571735b3440 void 0.000121
+gallium_dri.so free 0x5571735d8ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b33f0 0.000117
+gallium_dri.so free 0x5571735b3500 void 0.000120
+gallium_dri.so free 0x5571735b33f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b34b0 0.000118
+gallium_dri.so free 0x5571735b3540 void 0.000120
+gallium_dri.so free 0x5571735b34b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b34b0 0.000118
+gallium_dri.so free 0x5571735b3600 void 0.000118
+gallium_dri.so free 0x5571735b34b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3650 0.000117
+gallium_dri.so free 0x5571735b36c0 void 0.000118
+gallium_dri.so free 0x5571735b3650 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3700 0.000117
+gallium_dri.so free 0x5571735b3780 void 0.000120
+gallium_dri.so free 0x5571735b3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3780 0.000116
+gallium_dri.so free 0x5571735b3840 void 0.000118
+gallium_dri.so free 0x5571735b3780 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3780 0.000122
+gallium_dri.so free 0x5571735b38c0 void 0.000120
+gallium_dri.so free 0x5571735b3780 void 0.000118
+gallium_dri.so malloc 72 0x5571735b38f0 0.000118
+gallium_dri.so free 0x5571735b3940 void 0.000117
+gallium_dri.so free 0x5571735b38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b38f0 0.000117
+gallium_dri.so free 0x5571735b3a40 void 0.000116
+gallium_dri.so free 0x5571735b38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b39f0 0.000124
+gallium_dri.so free 0x5571735b3b00 void 0.000131
+gallium_dri.so free 0x5571735b39f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ab0 0.000118
+gallium_dri.so free 0x5571735b3b80 void 0.000117
+gallium_dri.so free 0x5571735b3ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3ba0 0.000118
+gallium_dri.so free 0x5571735b3c40 void 0.000118
+gallium_dri.so free 0x5571735b3ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000117
+gallium_dri.so free 0x5571735b3cc0 void 0.000118
+gallium_dri.so free 0x5571735b3bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000118
+gallium_dri.so free 0x5571735b3d40 void 0.000118
+gallium_dri.so free 0x5571735b3bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3d40 0.000118
+gallium_dri.so free 0x5571735b3e00 void 0.000116
+gallium_dri.so free 0x5571735b3d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3d40 0.000128
+gallium_dri.so free 0x5571735b3ec0 void 0.000118
+gallium_dri.so free 0x5571735b3d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3d40 0.000118
+gallium_dri.so free 0x5571735b3f80 void 0.000120
+gallium_dri.so free 0x5571735b3d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3f30 0.000117
+gallium_dri.so free 0x5571735b3f80 void 0.000117
+gallium_dri.so free 0x5571735b3f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3f30 0.000119
+gallium_dri.so free 0x5571735b4080 void 0.000118
+gallium_dri.so free 0x5571735b3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4030 0.000118
+gallium_dri.so free 0x5571735b4140 void 0.000117
+gallium_dri.so free 0x5571735b4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735b40f0 0.000117
+gallium_dri.so free 0x5571735b4180 void 0.000119
+gallium_dri.so free 0x5571735b40f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b40f0 0.000116
+gallium_dri.so free 0x5571735b4240 void 0.000118
+gallium_dri.so free 0x5571735b40f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4280 0.000117
+gallium_dri.so free 0x5571735b4300 void 0.000117
+gallium_dri.so free 0x5571735b4280 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4300 0.000116
+gallium_dri.so free 0x5571735b43c0 void 0.000117
+gallium_dri.so free 0x5571735b4300 void 0.000162
+gallium_dri.so malloc 72 0x5571735b4300 0.000120
+gallium_dri.so free 0x5571735b4480 void 0.000118
+gallium_dri.so free 0x5571735b4300 void 0.000117
+gallium_dri.so malloc 72 0x5571735b44a0 0.000117
+gallium_dri.so free 0x5571735b4540 void 0.000118
+gallium_dri.so free 0x5571735b44a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b44f0 0.000117
+gallium_dri.so free 0x5571735b45c0 void 0.000117
+gallium_dri.so free 0x5571735b44f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b44f0 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000121
+gallium_dri.so free 0x5571735b44f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4640 0.000118
+gallium_dri.so free 0x5571735b4700 void 0.000119
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000117
+gallium_dri.so free 0x5571735b47c0 void 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000117
+gallium_dri.so free 0x5571735b4880 void 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4830 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000118
+gallium_dri.so free 0x5571735b4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735b48f0 0.000118
+gallium_dri.so free 0x5571735b49c0 void 0.000117
+gallium_dri.so free 0x5571735b48f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4a10 0.000117
+gallium_dri.so free 0x5571735b4a80 void 0.000127
+gallium_dri.so free 0x5571735b4a10 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4aa0 0.000121
+gallium_dri.so free 0x5571735b4b40 void 0.000117
+gallium_dri.so free 0x5571735b4aa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4af0 0.000117
+gallium_dri.so free 0x5571735b4bc0 void 0.000117
+gallium_dri.so free 0x5571735b4af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4af0 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so free 0x5571735b4af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000117
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000117
+gallium_dri.so free 0x5571735daac0 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735da8c0 0.000117
+gallium_dri.so free 0x5571735dab80 void 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dac00 void 0.000120
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac50 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so free 0x5571735dac50 void 0.000118
+gallium_dri.so malloc 72 0x5571735dace0 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000119
+gallium_dri.so free 0x5571735dace0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dad30 0.000118
+gallium_dri.so free 0x5571735dae00 void 0.000125
+gallium_dri.so free 0x5571735dad30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dad30 0.000118
+gallium_dri.so free 0x5571735daf00 void 0.000118
+gallium_dri.so free 0x5571735dad30 void 0.000120
+gallium_dri.so malloc 72 0x5571735daeb0 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000117
+gallium_dri.so free 0x5571735daeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dafd0 0.000116
+gallium_dri.so free 0x5571735db040 void 0.000118
+gallium_dri.so free 0x5571735dafd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db060 0.000136
+gallium_dri.so free 0x5571735db100 void 0.000134
+gallium_dri.so free 0x5571735db060 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0b0 0.000118
+gallium_dri.so free 0x5571735db180 void 0.000117
+gallium_dri.so free 0x5571735db0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0b0 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000121
+gallium_dri.so free 0x5571735db0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db200 0.000117
+gallium_dri.so free 0x5571735db2c0 void 0.000117
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so malloc 72 0x5571735db200 0.000117
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so malloc 72 0x5571735db200 0.000117
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000117
+gallium_dri.so malloc 72 0x5571735db470 0.000118
+gallium_dri.so free 0x5571735db4c0 void 0.000117
+gallium_dri.so free 0x5571735db470 void 0.000119
+gallium_dri.so malloc 72 0x5571735db470 0.000117
+gallium_dri.so free 0x5571735db5c0 void 0.000117
+gallium_dri.so free 0x5571735db470 void 0.000117
+gallium_dri.so malloc 72 0x5571735db570 0.000117
+gallium_dri.so free 0x5571735db680 void 0.000118
+gallium_dri.so free 0x5571735db570 void 0.000117
+gallium_dri.so malloc 72 0x5571735db630 0.000119
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db630 void 0.000114
+gallium_dri.so malloc 72 0x5571735db630 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so free 0x5571735db630 void 0.000128
+gallium_dri.so malloc 72 0x5571735db7d0 0.000117
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db7d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db880 0.000117
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so free 0x5571735db880 void 0.000117
+gallium_dri.so malloc 72 0x5571735db900 0.000117
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so malloc 72 0x5571735db900 0.000117
+gallium_dri.so free 0x5571735dba40 void 0.000117
+gallium_dri.so free 0x5571735db900 void 0.000117
+gallium_dri.so malloc 72 0x5571735dba70 0.000118
+gallium_dri.so free 0x5571735dbac0 void 0.000117
+gallium_dri.so free 0x5571735dba70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dba70 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dba70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbb70 0.000117
+gallium_dri.so free 0x5571735dbc80 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc30 0.000117
+gallium_dri.so free 0x5571735dbd00 void 0.000118
+gallium_dri.so free 0x5571735dbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd20 0.000116
+gallium_dri.so free 0x5571735dbdc0 void 0.000117
+gallium_dri.so free 0x5571735dbd20 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd70 0.000117
+gallium_dri.so free 0x5571735dbe40 void 0.000117
+gallium_dri.so free 0x5571735dbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd70 0.000143
+gallium_dri.so free 0x5571735dbec0 void 0.000119
+gallium_dri.so free 0x5571735dbd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbec0 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbec0 0.000117
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbec0 0.000117
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dbec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000122
+gallium_dri.so free 0x5571735dc100 void 0.000118
+gallium_dri.so free 0x5571735dc0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000116
+gallium_dri.so free 0x5571735dc200 void 0.000118
+gallium_dri.so free 0x5571735dc0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000119
+gallium_dri.so free 0x5571735dc2c0 void 0.000118
+gallium_dri.so free 0x5571735dc1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc270 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000167
+gallium_dri.so free 0x5571735dc270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc270 0.000118
+gallium_dri.so free 0x5571735dc3c0 void 0.000118
+gallium_dri.so free 0x5571735dc270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc400 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so free 0x5571735dc400 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc480 0.000118
+gallium_dri.so free 0x5571735dc540 void 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000142
+gallium_dri.so malloc 72 0x5571735dc480 0.000124
+gallium_dri.so free 0x5571735dc600 void 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc620 0.000119
+gallium_dri.so free 0x5571735dc6c0 void 0.000118
+gallium_dri.so free 0x5571735dc620 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc670 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000117
+gallium_dri.so free 0x5571735dc670 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc670 0.000118
+gallium_dri.so free 0x5571735dc7c0 void 0.000118
+gallium_dri.so free 0x5571735dc670 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000117
+gallium_dri.so free 0x5571735dc880 void 0.000117
+gallium_dri.so free 0x5571735dc7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000129
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000117
+gallium_dri.so free 0x5571735dca00 void 0.000117
+gallium_dri.so free 0x5571735dc7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000116
+gallium_dri.so free 0x5571735dcac0 void 0.000123
+gallium_dri.so free 0x5571735dc9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dca70 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dca70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb90 0.000118
+gallium_dri.so free 0x5571735dcc00 void 0.000118
+gallium_dri.so free 0x5571735dcb90 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc20 0.000119
+gallium_dri.so free 0x5571735dccc0 void 0.000117
+gallium_dri.so free 0x5571735dcc20 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcc70 0.000118
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000117
+gallium_dri.so free 0x5571735dce80 void 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000158
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000119
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf30 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf30 0.000122
+gallium_dri.so free 0x5571735dd080 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000117
+gallium_dri.so free 0x5571735dd0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd140 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd140 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000116
+gallium_dri.so free 0x5571735dd2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000117
+gallium_dri.so free 0x5571735dd400 void 0.000117
+gallium_dri.so free 0x5571735dd2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd440 0.000117
+gallium_dri.so free 0x5571735dd4c0 void 0.000118
+gallium_dri.so free 0x5571735dd440 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000120
+gallium_dri.so free 0x5571735dd580 void 0.000118
+gallium_dri.so free 0x5571735dd4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000141
+gallium_dri.so free 0x5571735dd4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd630 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd630 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so free 0x5571735dd630 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd730 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000118
+gallium_dri.so free 0x5571735dd730 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000117
+gallium_dri.so free 0x5571735dd980 void 0.000121
+gallium_dri.so free 0x5571735dd7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000128
+gallium_dri.so free 0x5571735dd9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb10 0.000117
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddb10 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddba0 0.000117
+gallium_dri.so free 0x5571735ddc40 void 0.000118
+gallium_dri.so free 0x5571735ddba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000130
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000122
+gallium_dri.so free 0x5571735de040 void 0.000121
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddff0 0.000168
+gallium_dri.so free 0x5571735de0c0 void 0.000120
+gallium_dri.so free 0x5571735ddff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de110 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de110 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1c0 0.000117
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1c0 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2f0 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000122
+gallium_dri.so free 0x5571735de2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de2f0 0.000124
+gallium_dri.so free 0x5571735de440 void 0.000161
+gallium_dri.so free 0x5571735de2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de3f0 0.000121
+gallium_dri.so free 0x5571735de500 void 0.000118
+gallium_dri.so free 0x5571735de3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4b0 0.000116
+gallium_dri.so free 0x5571735de540 void 0.000116
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de4b0 0.000122
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de670 0.000116
+gallium_dri.so free 0x5571735de6c0 void 0.000116
+gallium_dri.so free 0x5571735de670 void 0.000117
+gallium_dri.so malloc 72 0x5571735de670 0.000117
+gallium_dri.so free 0x5571735de7c0 void 0.000118
+gallium_dri.so free 0x5571735de670 void 0.000119
+gallium_dri.so malloc 72 0x5571735de770 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so free 0x5571735de770 void 0.000118
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de8c0 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000117
+gallium_dri.so malloc 72 0x5571735de830 0.000118
+gallium_dri.so free 0x5571735de980 void 0.000117
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9c0 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000116
+gallium_dri.so free 0x5571735deb00 void 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dea40 0.000117
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000122
+gallium_dri.so malloc 72 0x5571735debe0 0.000127
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so free 0x5571735debe0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dec30 0.000109
+gallium_dri.so free 0x5571735ded00 void 0.000109
+gallium_dri.so free 0x5571735dec30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dec30 0.000147
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded80 0.000110
+gallium_dri.so free 0x5571735dee40 void 0.000111
+gallium_dri.so free 0x5571735ded80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded80 0.000110
+gallium_dri.so free 0x5571735def00 void 0.000110
+gallium_dri.so free 0x5571735ded80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ded80 0.000112
+gallium_dri.so free 0x5571735defc0 void 0.000110
+gallium_dri.so free 0x5571735ded80 void 0.000109
+gallium_dri.so malloc 72 0x5571735def70 0.000109
+gallium_dri.so free 0x5571735df080 void 0.000110
+gallium_dri.so free 0x5571735def70 void 0.000109
+gallium_dri.so malloc 72 0x5571735df030 0.000110
+gallium_dri.so free 0x5571735df100 void 0.000116
+gallium_dri.so free 0x5571735df030 void 0.000116
+gallium_dri.so malloc 72 0x5571735df150 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000110
+gallium_dri.so free 0x5571735df150 void 0.000110
+gallium_dri.so malloc 72 0x5571735df1e0 0.000110
+gallium_dri.so free 0x5571735df280 void 0.000129
+gallium_dri.so free 0x5571735df1e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000112
+gallium_dri.so malloc 72 0x5571735df230 0.000112
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so free 0x5571735df230 void 0.000116
+gallium_dri.so malloc 72 0x5571735df380 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000112
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000115
+gallium_dri.so free 0x5571735df540 void 0.000143
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so free 0x5571735df4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df4f0 0.000112
+gallium_dri.so free 0x5571735df640 void 0.000113
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df680 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so malloc 72 0x5571735df700 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so malloc 72 0x5571735df700 0.000126
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000112
+gallium_dri.so malloc 72 0x5571735df870 0.000112
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so free 0x5571735df870 void 0.000113
+gallium_dri.so malloc 72 0x5571735df870 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df870 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa00 0.000112
+gallium_dri.so free 0x5571735dfa80 void 0.000112
+gallium_dri.so free 0x5571735dfa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa80 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000112
+gallium_dri.so free 0x5571735dfa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa80 0.000112
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000112
+gallium_dri.so free 0x5571735dfbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfe00 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000113
+gallium_dri.so free 0x5571735dfe80 void 0.000126
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000112
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000112
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00d0 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so free 0x5571735e00d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0160 0.000111
+gallium_dri.so free 0x5571735e0200 void 0.000113
+gallium_dri.so free 0x5571735e0160 void 0.000112
+gallium_dri.so malloc 72 0x5571735e01b0 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0280 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0280 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e05b0 0.000116
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06d0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e06d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0780 0.000122
+gallium_dri.so free 0x5571735e0800 void 0.000126
+gallium_dri.so free 0x5571735e0780 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0780 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e0780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so free 0x5571735e08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000111
+gallium_dri.so free 0x5571735e0a00 void 0.000113
+gallium_dri.so free 0x5571735e08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e09b0 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000113
+gallium_dri.so free 0x5571735e09b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so free 0x5571735e0a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0a70 0.000115
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so free 0x5571735e0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0c30 0.000112
+gallium_dri.so free 0x5571735e0c80 void 0.000113
+gallium_dri.so free 0x5571735e0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0c30 0.000112
+gallium_dri.so free 0x5571735e0d80 void 0.000126
+gallium_dri.so free 0x5571735e0c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d30 0.000113
+gallium_dri.so free 0x5571735e0e40 void 0.000114
+gallium_dri.so free 0x5571735e0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0df0 0.000116
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0df0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f80 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so free 0x5571735e0f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1000 0.000127
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1000 0.000114
+gallium_dri.so free 0x5571735e1180 void 0.000109
+gallium_dri.so free 0x5571735e1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e11a0 0.000113
+gallium_dri.so free 0x5571735e1240 void 0.000112
+gallium_dri.so free 0x5571735e11a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11f0 0.000111
+gallium_dri.so free 0x5571735e12c0 void 0.000112
+gallium_dri.so free 0x5571735e11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e11f0 0.000111
+gallium_dri.so free 0x5571735e1340 void 0.000112
+gallium_dri.so free 0x5571735e11f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1340 0.000112
+gallium_dri.so free 0x5571735e1400 void 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1340 0.000112
+gallium_dri.so free 0x5571735e14c0 void 0.000111
+gallium_dri.so free 0x5571735e1340 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1340 0.000110
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e1640 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000110
+gallium_dri.so malloc 72 0x5571735e15f0 0.000154
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1710 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000113
+gallium_dri.so free 0x5571735e1710 void 0.000110
+gallium_dri.so malloc 72 0x5571735e17a0 0.000109
+gallium_dri.so free 0x5571735e1840 void 0.000109
+gallium_dri.so free 0x5571735e17a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e17f0 0.000110
+gallium_dri.so free 0x5571735e18c0 void 0.000109
+gallium_dri.so free 0x5571735e17f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e17f0 0.000109
+gallium_dri.so free 0x5571735e1940 void 0.000109
+gallium_dri.so free 0x5571735e17f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1940 0.000110
+gallium_dri.so free 0x5571735e1a00 void 0.000109
+gallium_dri.so free 0x5571735e1940 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1940 0.000110
+gallium_dri.so free 0x5571735e1b00 void 0.000109
+gallium_dri.so free 0x5571735e1940 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000109
+gallium_dri.so free 0x5571735e1b40 void 0.000109
+gallium_dri.so free 0x5571735e1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000110
+gallium_dri.so free 0x5571735e1c00 void 0.000109
+gallium_dri.so free 0x5571735e1ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1c40 0.000109
+gallium_dri.so free 0x5571735e1cc0 void 0.000109
+gallium_dri.so free 0x5571735e1c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000109
+gallium_dri.so free 0x5571735e1d80 void 0.000109
+gallium_dri.so free 0x5571735e1cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000110
+gallium_dri.so free 0x5571735e1e00 void 0.000109
+gallium_dri.so free 0x5571735e1cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1e30 0.000122
+gallium_dri.so free 0x5571735e1e80 void 0.000124
+gallium_dri.so free 0x5571735e1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e30 0.000115
+gallium_dri.so free 0x5571735e1f80 void 0.000111
+gallium_dri.so free 0x5571735e1e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000109
+gallium_dri.so free 0x5571735e2040 void 0.000111
+gallium_dri.so free 0x5571735e1fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2040 0.000109
+gallium_dri.so free 0x5571735e2100 void 0.000110
+gallium_dri.so free 0x5571735e2040 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2040 0.000111
+gallium_dri.so free 0x5571735e2180 void 0.000111
+gallium_dri.so free 0x5571735e2040 void 0.000111
+gallium_dri.so malloc 72 0x5571735e21b0 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e21b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e21b0 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000110
+gallium_dri.so free 0x5571735e21b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e22b0 0.000116
+gallium_dri.so free 0x5571735e23c0 void 0.000111
+gallium_dri.so free 0x5571735e22b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2370 0.000111
+gallium_dri.so free 0x5571735e2440 void 0.000111
+gallium_dri.so free 0x5571735e2370 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2370 0.000109
+gallium_dri.so free 0x5571735e2500 void 0.000110
+gallium_dri.so free 0x5571735e2370 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2370 0.000118
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735e2370 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2570 0.000109
+gallium_dri.so free 0x5571735e2640 void 0.000109
+gallium_dri.so free 0x5571735e2570 void 0.000153
+gallium_dri.so malloc 72 0x5571735e2690 0.000112
+gallium_dri.so free 0x5571735e2700 void 0.000111
+gallium_dri.so free 0x5571735e2690 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2720 0.000110
+gallium_dri.so free 0x5571735e27c0 void 0.000111
+gallium_dri.so free 0x5571735e2720 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2770 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000112
+gallium_dri.so free 0x5571735e2770 void 0.000108
+gallium_dri.so malloc 72 0x5571735e2840 0.000109
+gallium_dri.so free 0x5571735e2900 void 0.000111
+gallium_dri.so free 0x5571735e2840 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2840 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2980 0.000109
+gallium_dri.so free 0x5571735e2a40 void 0.000109
+gallium_dri.so free 0x5571735e2980 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2980 0.000111
+gallium_dri.so free 0x5571735e2b00 void 0.000109
+gallium_dri.so free 0x5571735e2980 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2980 0.000110
+gallium_dri.so free 0x5571735e2bc0 void 0.000112
+gallium_dri.so free 0x5571735e2980 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2b70 0.000109
+gallium_dri.so free 0x5571735e2c40 void 0.000110
+gallium_dri.so free 0x5571735e2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2c90 0.000109
+gallium_dri.so free 0x5571735e2d00 void 0.000110
+gallium_dri.so free 0x5571735e2c90 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2d40 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000111
+gallium_dri.so free 0x5571735e2d40 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2d40 0.000109
+gallium_dri.so free 0x5571735e2e40 void 0.000116
+gallium_dri.so free 0x5571735e2d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e70 0.000111
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so free 0x5571735e2e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2e70 0.000109
+gallium_dri.so free 0x5571735e2fc0 void 0.000176
+gallium_dri.so free 0x5571735e2e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2f70 0.000117
+gallium_dri.so free 0x5571735e3080 void 0.000113
+gallium_dri.so free 0x5571735e2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000112
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so free 0x5571735e3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3030 0.000113
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000111
+gallium_dri.so malloc 72 0x5571735e31f0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e31f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e31f0 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000113
+gallium_dri.so free 0x5571735e31f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e32f0 0.000112
+gallium_dri.so free 0x5571735e3400 void 0.000113
+gallium_dri.so free 0x5571735e32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33b0 0.000111
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e33b0 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000113
+gallium_dri.so free 0x5571735e33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3540 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000126
+gallium_dri.so free 0x5571735e3540 void 0.000115
+gallium_dri.so malloc 72 0x5571735e35c0 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e35c0 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3760 0.000127
+gallium_dri.so free 0x5571735e3800 void 0.000122
+gallium_dri.so free 0x5571735e3760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37b0 0.000113
+gallium_dri.so free 0x5571735e3880 void 0.000116
+gallium_dri.so free 0x5571735e37b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e37b0 0.000112
+gallium_dri.so free 0x5571735e3900 void 0.000115
+gallium_dri.so free 0x5571735e37b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3900 0.000115
+gallium_dri.so free 0x5571735e39c0 void 0.000113
+gallium_dri.so free 0x5571735e3900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3900 0.000113
+gallium_dri.so free 0x5571735e3a80 void 0.000113
+gallium_dri.so free 0x5571735e3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3900 0.000113
+gallium_dri.so free 0x5571735e3b40 void 0.000113
+gallium_dri.so free 0x5571735e3900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3af0 0.000114
+gallium_dri.so free 0x5571735e3c00 void 0.000129
+gallium_dri.so free 0x5571735e3af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000113
+gallium_dri.so free 0x5571735e3c80 void 0.000113
+gallium_dri.so free 0x5571735e3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3cd0 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so free 0x5571735e3cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3d60 0.000111
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735e3d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3db0 0.000113
+gallium_dri.so free 0x5571735e3e80 void 0.000114
+gallium_dri.so free 0x5571735e3db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3db0 0.000112
+gallium_dri.so free 0x5571735e3f00 void 0.000114
+gallium_dri.so free 0x5571735e3db0 void 0.000151
+gallium_dri.so malloc 72 0x5571735e3f00 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000113
+gallium_dri.so free 0x5571735e3f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3f00 0.000113
+gallium_dri.so free 0x5571735e40c0 void 0.000113
+gallium_dri.so free 0x5571735e3f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4070 0.000113
+gallium_dri.so free 0x5571735e4100 void 0.000113
+gallium_dri.so free 0x5571735e4070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4070 0.000113
+gallium_dri.so free 0x5571735e41c0 void 0.000113
+gallium_dri.so free 0x5571735e4070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4200 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000113
+gallium_dri.so free 0x5571735e4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4280 0.000112
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4280 0.000112
+gallium_dri.so free 0x5571735e43c0 void 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e43f0 0.000114
+gallium_dri.so free 0x5571735e4440 void 0.000113
+gallium_dri.so free 0x5571735e43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e43f0 0.000114
+gallium_dri.so free 0x5571735e4540 void 0.000113
+gallium_dri.so free 0x5571735e43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4580 0.000112
+gallium_dri.so free 0x5571735e4600 void 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4600 0.000112
+gallium_dri.so free 0x5571735e46c0 void 0.000113
+gallium_dri.so free 0x5571735e4600 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4600 0.000112
+gallium_dri.so free 0x5571735e4740 void 0.000114
+gallium_dri.so free 0x5571735e4600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4770 0.000114
+gallium_dri.so free 0x5571735e47c0 void 0.000113
+gallium_dri.so free 0x5571735e4770 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4770 0.000114
+gallium_dri.so free 0x5571735e48c0 void 0.000113
+gallium_dri.so free 0x5571735e4770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4870 0.000113
+gallium_dri.so free 0x5571735e4980 void 0.000113
+gallium_dri.so free 0x5571735e4870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4930 0.000113
+gallium_dri.so free 0x5571735e4a00 void 0.000112
+gallium_dri.so free 0x5571735e4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4930 0.000112
+gallium_dri.so free 0x5571735e4ac0 void 0.000113
+gallium_dri.so free 0x5571735e4930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4930 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b30 0.000112
+gallium_dri.so free 0x5571735e4c00 void 0.000113
+gallium_dri.so free 0x5571735e4b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c50 0.000112
+gallium_dri.so free 0x5571735e4cc0 void 0.000114
+gallium_dri.so free 0x5571735e4c50 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ce0 0.000113
+gallium_dri.so free 0x5571735e4d80 void 0.000115
+gallium_dri.so free 0x5571735e4ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4d30 0.000112
+gallium_dri.so free 0x5571735e4e00 void 0.000112
+gallium_dri.so free 0x5571735e4d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e00 0.000194
+gallium_dri.so free 0x5571735e4ec0 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4e00 0.000112
+gallium_dri.so free 0x5571735e4f40 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4f40 0.000117
+gallium_dri.so free 0x5571735e5000 void 0.000113
+gallium_dri.so free 0x5571735e4f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4f40 0.000147
+gallium_dri.so free 0x5571735e50c0 void 0.000116
+gallium_dri.so free 0x5571735e4f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4f40 0.000112
+gallium_dri.so free 0x5571735e5180 void 0.000114
+gallium_dri.so free 0x5571735e4f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5130 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000113
+gallium_dri.so free 0x5571735e5130 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5250 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000112
+gallium_dri.so free 0x5571735e5250 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5300 0.000112
+gallium_dri.so free 0x5571735e5380 void 0.000113
+gallium_dri.so free 0x5571735e5300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5300 0.000115
+gallium_dri.so free 0x5571735e5400 void 0.000114
+gallium_dri.so free 0x5571735e5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5430 0.000127
+gallium_dri.so free 0x5571735e5480 void 0.000114
+gallium_dri.so free 0x5571735e5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5430 0.000112
+gallium_dri.so free 0x5571735e5580 void 0.000114
+gallium_dri.so free 0x5571735e5430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5530 0.000112
+gallium_dri.so free 0x5571735e5640 void 0.000113
+gallium_dri.so free 0x5571735e5530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e55f0 0.000118
+gallium_dri.so free 0x5571735e5680 void 0.000123
+gallium_dri.so free 0x5571735e55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e55f0 0.000116
+gallium_dri.so free 0x5571735e5740 void 0.000114
+gallium_dri.so free 0x5571735e55f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e57b0 0.000130
+gallium_dri.so free 0x5571735e5800 void 0.000122
+gallium_dri.so free 0x5571735e57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e57b0 0.000113
+gallium_dri.so free 0x5571735e5900 void 0.000112
+gallium_dri.so free 0x5571735e57b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e58b0 0.000114
+gallium_dri.so free 0x5571735e59c0 void 0.000113
+gallium_dri.so free 0x5571735e58b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5970 0.000113
+gallium_dri.so free 0x5571735e5a00 void 0.000113
+gallium_dri.so free 0x5571735e5970 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5970 0.000114
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so free 0x5571735e5970 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5b00 0.000112
+gallium_dri.so free 0x5571735e5b80 void 0.000113
+gallium_dri.so free 0x5571735e5b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5b80 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000114
+gallium_dri.so free 0x5571735e5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b80 0.000113
+gallium_dri.so free 0x5571735e5d00 void 0.000113
+gallium_dri.so free 0x5571735e5b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5d20 0.000113
+gallium_dri.so free 0x5571735e5dc0 void 0.000114
+gallium_dri.so free 0x5571735e5d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5d70 0.000113
+gallium_dri.so free 0x5571735e5e40 void 0.000114
+gallium_dri.so free 0x5571735e5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5d70 0.000112
+gallium_dri.so free 0x5571735e5ec0 void 0.000113
+gallium_dri.so free 0x5571735e5d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000112
+gallium_dri.so free 0x5571735e5f80 void 0.000113
+gallium_dri.so free 0x5571735e5ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so free 0x5571735e5ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000124
+gallium_dri.so free 0x5571735e6100 void 0.000112
+gallium_dri.so free 0x5571735e5ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e60b0 0.000115
+gallium_dri.so free 0x5571735e61c0 void 0.000110
+gallium_dri.so free 0x5571735e60b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6170 0.000111
+gallium_dri.so free 0x5571735e6240 void 0.000111
+gallium_dri.so free 0x5571735e6170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6290 0.000116
+gallium_dri.so free 0x5571735e6300 void 0.000120
+gallium_dri.so free 0x5571735e6290 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6320 0.000113
+gallium_dri.so free 0x5571735e63c0 void 0.000113
+gallium_dri.so free 0x5571735e6320 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6370 0.000118
+gallium_dri.so free 0x5571735e6440 void 0.000112
+gallium_dri.so free 0x5571735e6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6370 0.000111
+gallium_dri.so free 0x5571735e64c0 void 0.000112
+gallium_dri.so free 0x5571735e6370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e64c0 0.000114
+gallium_dri.so free 0x5571735e6580 void 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e64c0 0.000112
+gallium_dri.so free 0x5571735e6680 void 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6630 0.000112
+gallium_dri.so free 0x5571735e66c0 void 0.000115
+gallium_dri.so free 0x5571735e6630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6630 0.000111
+gallium_dri.so free 0x5571735e6780 void 0.000111
+gallium_dri.so free 0x5571735e6630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e67c0 0.000111
+gallium_dri.so free 0x5571735e6840 void 0.000111
+gallium_dri.so free 0x5571735e67c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6840 0.000111
+gallium_dri.so free 0x5571735e6900 void 0.000112
+gallium_dri.so free 0x5571735e6840 void 0.000151
+gallium_dri.so malloc 72 0x5571735e6840 0.000114
+gallium_dri.so free 0x5571735e6980 void 0.000113
+gallium_dri.so free 0x5571735e6840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e69b0 0.000114
+gallium_dri.so free 0x5571735e6a00 void 0.000114
+gallium_dri.so free 0x5571735e69b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e69b0 0.000113
+gallium_dri.so free 0x5571735e6b00 void 0.000114
+gallium_dri.so free 0x5571735e69b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6b40 0.000113
+gallium_dri.so free 0x5571735e6bc0 void 0.000113
+gallium_dri.so free 0x5571735e6b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6bc0 0.000112
+gallium_dri.so free 0x5571735e6c80 void 0.000113
+gallium_dri.so free 0x5571735e6bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6bc0 0.000113
+gallium_dri.so free 0x5571735e6d00 void 0.000168
+gallium_dri.so free 0x5571735e6bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6d30 0.000112
+gallium_dri.so free 0x5571735e6d80 void 0.000112
+gallium_dri.so free 0x5571735e6d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6d30 0.000112
+gallium_dri.so free 0x5571735e6e80 void 0.000114
+gallium_dri.so free 0x5571735e6d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6e30 0.000112
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so free 0x5571735e6e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6e30 0.000112
+gallium_dri.so free 0x5571735bf380 void 0.000112
+gallium_dri.so free 0x5571735e6e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6e30 0.000113
+gallium_dri.so free 0x5571735bf400 void 0.000113
+gallium_dri.so free 0x5571735e6e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf430 0.000155
+gallium_dri.so free 0x5571735bf480 void 0.000116
+gallium_dri.so free 0x5571735bf430 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf430 0.000113
+gallium_dri.so free 0x5571735bf580 void 0.000113
+gallium_dri.so free 0x5571735bf430 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf530 0.000118
+gallium_dri.so free 0x5571735bf640 void 0.000119
+gallium_dri.so free 0x5571735bf530 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000119
+gallium_dri.so free 0x5571735bf680 void 0.000127
+gallium_dri.so free 0x5571735bf5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000113
+gallium_dri.so free 0x5571735bf740 void 0.000114
+gallium_dri.so free 0x5571735bf5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf790 0.000111
+gallium_dri.so free 0x5571735bf800 void 0.000115
+gallium_dri.so free 0x5571735bf790 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf840 0.000113
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000105
+gallium_dri.so free 0x5571735bf980 void 0.000117
+gallium_dri.so free 0x5571735bf8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000114
+gallium_dri.so free 0x5571735bfa00 void 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa30 0.000112
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa30 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000114
+gallium_dri.so free 0x5571735bfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb30 0.000112
+gallium_dri.so free 0x5571735bfc40 void 0.000117
+gallium_dri.so free 0x5571735bfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000115
+gallium_dri.so free 0x5571735bfcc0 void 0.000115
+gallium_dri.so free 0x5571735bfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfce0 0.000112
+gallium_dri.so free 0x5571735bfd80 void 0.000113
+gallium_dri.so free 0x5571735bfce0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bfd30 0.000112
+gallium_dri.so free 0x5571735bfe00 void 0.000112
+gallium_dri.so free 0x5571735bfd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfd30 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000113
+gallium_dri.so free 0x5571735bfd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe80 0.000111
+gallium_dri.so free 0x5571735bff40 void 0.000113
+gallium_dri.so free 0x5571735bfe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe80 0.000112
+gallium_dri.so free 0x5571735c0000 void 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe80 0.000112
+gallium_dri.so free 0x5571735c00c0 void 0.000148
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0070 0.000113
+gallium_dri.so free 0x5571735eae40 void 0.000114
+gallium_dri.so free 0x5571735c0070 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0070 0.000113
+gallium_dri.so free 0x5571735a2880 void 0.000126
+gallium_dri.so free 0x5571735c0070 void 0.000167
+gallium_dri.so malloc 72 0x5571735a2830 0.000259
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735a2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735a2830 0.000118
+gallium_dri.so free 0x5571735bba40 void 0.000124
+gallium_dri.so free 0x5571735a2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735bb680 void 0.000112
+gallium_dri.so free 0x5571735a2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735a2830 0.000117
+gallium_dri.so free 0x5571735afa00 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000153
+gallium_dri.so free 0x5571735bc5c0 void 0.000115
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735bc180 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000112
+gallium_dri.so free 0x5571735af300 void 0.000115
+gallium_dri.so free 0x5571735bc1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000113
+gallium_dri.so free 0x5571735bca40 void 0.000112
+gallium_dri.so free 0x5571735bc1a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000112
+gallium_dri.so free 0x5571735bbe00 void 0.000113
+gallium_dri.so free 0x5571735bc9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000115
+gallium_dri.so free 0x5571735ea9c0 void 0.000114
+gallium_dri.so free 0x5571735bbdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000113
+gallium_dri.so free 0x5571735b8980 void 0.000112
+gallium_dri.so free 0x5571735bbdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000113
+gallium_dri.so free 0x5571735baf00 void 0.000113
+gallium_dri.so free 0x5571735bbdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735baf00 0.000112
+gallium_dri.so free 0x5571735b8040 void 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735ea740 void 0.000114
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea790 0.000112
+gallium_dri.so free 0x5571735b5b40 void 0.000114
+gallium_dri.so free 0x5571735ea790 void 0.000161
+gallium_dri.so malloc 72 0x5571735ea790 0.000115
+gallium_dri.so free 0x5571735eb0c0 void 0.000113
+gallium_dri.so free 0x5571735ea790 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000114
+gallium_dri.so free 0x5571735eb070 void 0.000123
+gallium_dri.so malloc 72 0x5571735bb280 0.000114
+gallium_dri.so free 0x5571735b7c80 void 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb280 0.000113
+gallium_dri.so free 0x5571735b7700 void 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7720 0.000113
+gallium_dri.so free 0x5571735b77c0 void 0.000114
+gallium_dri.so free 0x5571735b7720 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7770 0.000113
+gallium_dri.so free 0x5571735b7e40 void 0.000113
+gallium_dri.so free 0x5571735b7770 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7e80 0.000114
+gallium_dri.so free 0x5571735b7a80 void 0.000113
+gallium_dri.so free 0x5571735b7e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7a80 0.000113
+gallium_dri.so free 0x5571735b7900 void 0.000113
+gallium_dri.so free 0x5571735b7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000112
+gallium_dri.so free 0x5571735b7940 void 0.000119
+gallium_dri.so free 0x5571735b78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735e9bc0 void 0.000114
+gallium_dri.so free 0x5571735b78b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000117
+gallium_dri.so free 0x5571735adbc0 void 0.000114
+gallium_dri.so free 0x5571735e9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000113
+gallium_dri.so free 0x5571735adc80 void 0.000113
+gallium_dri.so free 0x5571735adb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735adc30 0.000113
+gallium_dri.so free 0x5571735ea680 void 0.000113
+gallium_dri.so free 0x5571735adc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735b9400 void 0.000114
+gallium_dri.so free 0x5571735ea630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9400 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000113
+gallium_dri.so free 0x5571735b9400 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9400 0.000114
+gallium_dri.so free 0x5571735bffc0 void 0.000114
+gallium_dri.so free 0x5571735b9400 void 0.000113
+gallium_dri.so malloc 72 0x5571735bffe0 0.000113
+gallium_dri.so free 0x5571735a71c0 void 0.000113
+gallium_dri.so free 0x5571735bffe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a71f0 0.000113
+gallium_dri.so free 0x5571735a7240 void 0.000113
+gallium_dri.so free 0x5571735a71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a71f0 0.000125
+gallium_dri.so free 0x5571735afe40 void 0.000116
+gallium_dri.so free 0x5571735a71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000113
+gallium_dri.so free 0x5571735aff00 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000112
+gallium_dri.so free 0x5571735a7340 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735a72f0 0.000112
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so free 0x5571735a72f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5f40 0.000113
+gallium_dri.so free 0x5571735aff80 void 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000142
+gallium_dri.so malloc 72 0x5571735affc0 0.000118
+gallium_dri.so free 0x5571735b6000 void 0.000113
+gallium_dri.so free 0x5571735affc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6000 0.000113
+gallium_dri.so free 0x5571735a8c40 void 0.000112
+gallium_dri.so free 0x5571735b6000 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6000 0.000112
+gallium_dri.so free 0x5571735a8cc0 void 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000113
+gallium_dri.so free 0x5571735a8d40 void 0.000115
+gallium_dri.so free 0x5571735a8cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000120
+gallium_dri.so free 0x5571735a89c0 void 0.000115
+gallium_dri.so free 0x5571735a8cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a89c0 0.000114
+gallium_dri.so free 0x5571735a8a80 void 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a89c0 0.000112
+gallium_dri.so free 0x5571735a8b80 void 0.000114
+gallium_dri.so free 0x5571735a89c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8b30 0.000120
+gallium_dri.so free 0x5571735a8ec0 void 0.000122
+gallium_dri.so free 0x5571735a8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b30 0.000113
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so free 0x5571735a8b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8fc0 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735a8fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7510 0.000120
+gallium_dri.so free 0x5571735d7580 void 0.000132
+gallium_dri.so free 0x5571735d7510 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75a0 0.000113
+gallium_dri.so free 0x5571735a9040 void 0.000113
+gallium_dri.so free 0x5571735d75a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a9070 0.000114
+gallium_dri.so free 0x5571735a9140 void 0.000112
+gallium_dri.so free 0x5571735a9070 void 0.000113
+gallium_dri.so malloc 72 0x5571735a9070 0.000125
+gallium_dri.so free 0x5571735d7640 void 0.000114
+gallium_dri.so free 0x5571735a9070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d75f0 0.000114
+gallium_dri.so free 0x5571735a9240 void 0.000114
+gallium_dri.so free 0x5571735d75f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a91f0 0.000113
+gallium_dri.so free 0x5571735addc0 void 0.000113
+gallium_dri.so free 0x5571735a91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a91f0 0.000113
+gallium_dri.so free 0x5571735ade80 void 0.000113
+gallium_dri.so free 0x5571735a91f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a91f0 0.000112
+gallium_dri.so free 0x5571735adf40 void 0.000114
+gallium_dri.so free 0x5571735a91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735adef0 0.000115
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so free 0x5571735adef0 void 0.000113
+gallium_dri.so malloc 72 0x5571734f6040 0.000114
+gallium_dri.so free 0x5571734f6100 void 0.000112
+gallium_dri.so free 0x5571734f6040 void 0.000112
+gallium_dri.so malloc 72 0x5571734f6040 0.000113
+gallium_dri.so free 0x5571735ae700 void 0.000113
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae720 0.000111
+gallium_dri.so free 0x5571735ae7c0 void 0.000113
+gallium_dri.so free 0x5571735ae720 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae770 0.000112
+gallium_dri.so free 0x5571735ae840 void 0.000113
+gallium_dri.so free 0x5571735ae770 void 0.000111
+gallium_dri.so malloc 72 0x5571735ae770 0.000111
+gallium_dri.so free 0x5571735be540 void 0.000111
+gallium_dri.so free 0x5571735ae770 void 0.000112
+gallium_dri.so malloc 72 0x5571735be590 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000112
+gallium_dri.so free 0x5571735be590 void 0.000111
+gallium_dri.so malloc 72 0x5571735be620 0.000112
+gallium_dri.so free 0x5571735be6c0 void 0.000112
+gallium_dri.so free 0x5571735be620 void 0.000111
+gallium_dri.so malloc 72 0x5571735be670 0.000110
+gallium_dri.so free 0x5571735b0100 void 0.000112
+gallium_dri.so free 0x5571735be670 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0100 0.000112
+gallium_dri.so free 0x5571735b01c0 void 0.000111
+gallium_dri.so free 0x5571735b0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0100 0.000111
+gallium_dri.so free 0x5571735b0240 void 0.000112
+gallium_dri.so free 0x5571735b0100 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0240 0.000123
+gallium_dri.so free 0x5571735b6e80 void 0.000119
+gallium_dri.so free 0x5571735b0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0240 0.000113
+gallium_dri.so free 0x5571735b6f00 void 0.000113
+gallium_dri.so free 0x5571735b0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6f30 0.000151
+gallium_dri.so free 0x5571735b6f80 void 0.000171
+gallium_dri.so free 0x5571735b6f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735b6f30 0.000124
+gallium_dri.so free 0x5571735b7080 void 0.000118
+gallium_dri.so free 0x5571735b6f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7030 0.000119
+gallium_dri.so free 0x5571735af000 void 0.000118
+gallium_dri.so free 0x5571735b7030 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7030 0.000123
+gallium_dri.so free 0x5571735af100 void 0.000124
+gallium_dri.so free 0x5571735b7030 void 0.000125
+gallium_dri.so malloc 72 0x5571735af0b0 0.000123
+gallium_dri.so free 0x5571735af140 void 0.000159
+gallium_dri.so free 0x5571735af0b0 void 0.000257
+gallium_dri.so malloc 72 0x5571735af0b0 0.000220
+gallium_dri.so free 0x5571735af200 void 0.000223
+gallium_dri.so free 0x5571735af0b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735af240 0.000196
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so free 0x5571735af240 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0740 0.000125
+gallium_dri.so free 0x5571735b0800 void 0.000123
+gallium_dri.so free 0x5571735b0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0740 0.000123
+gallium_dri.so free 0x5571735b08c0 void 0.000123
+gallium_dri.so free 0x5571735b0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0740 0.000122
+gallium_dri.so free 0x5571735b8180 void 0.000123
+gallium_dri.so free 0x5571735b0740 void 0.000123
+gallium_dri.so malloc 72 0x5571735b81f0 0.000118
+gallium_dri.so free 0x5571735b8240 void 0.000114
+gallium_dri.so free 0x5571735b81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b81f0 0.000122
+gallium_dri.so free 0x5571735b8340 void 0.000117
+gallium_dri.so free 0x5571735b81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b82f0 0.000142
+gallium_dri.so free 0x5571735b8400 void 0.000128
+gallium_dri.so free 0x5571735b82f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b83b0 0.000124
+gallium_dri.so free 0x5571735b0980 void 0.000123
+gallium_dri.so free 0x5571735b83b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0930 0.000117
+gallium_dri.so free 0x5571735d9300 void 0.000131
+gallium_dri.so free 0x5571735b0930 void 0.000125
+gallium_dri.so malloc 72 0x5571735d92b0 0.000123
+gallium_dri.so free 0x5571735d9380 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d93d0 0.000123
+gallium_dri.so free 0x5571735d9440 void 0.000124
+gallium_dri.so free 0x5571735d93d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d94a0 0.000124
+gallium_dri.so free 0x5571735d9540 void 0.000123
+gallium_dri.so free 0x5571735d94a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d94f0 0.000124
+gallium_dri.so free 0x5571735d9580 void 0.000118
+gallium_dri.so free 0x5571735d94f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d94f0 0.000123
+gallium_dri.so free 0x5571735b71c0 void 0.000134
+gallium_dri.so free 0x5571735d94f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7170 0.000130
+gallium_dri.so free 0x5571735b7240 void 0.000129
+gallium_dri.so free 0x5571735b7170 void 0.000131
+gallium_dri.so malloc 72 0x5571735b7290 0.000124
+gallium_dri.so free 0x5571735d9640 void 0.000129
+gallium_dri.so free 0x5571735b7290 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9660 0.000120
+gallium_dri.so free 0x5571735b7300 void 0.000124
+gallium_dri.so free 0x5571735d9660 void 0.000201
+gallium_dri.so malloc 72 0x5571735b7330 0.000131
+gallium_dri.so free 0x5571735b7380 void 0.000128
+gallium_dri.so free 0x5571735b7330 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7380 0.000128
+gallium_dri.so free 0x5571735b7440 void 0.000130
+gallium_dri.so free 0x5571735b7380 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7380 0.000124
+gallium_dri.so free 0x5571735b7540 void 0.000130
+gallium_dri.so free 0x5571735b7380 void 0.000130
+gallium_dri.so malloc 72 0x5571735b74f0 0.000122
+gallium_dri.so free 0x5571735b7600 void 0.000119
+gallium_dri.so free 0x5571735b74f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b75b0 0.000130
+gallium_dri.so free 0x5571735b61c0 void 0.000129
+gallium_dri.so free 0x5571735b75b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b75b0 0.000129
+gallium_dri.so free 0x5571735b6280 void 0.000123
+gallium_dri.so free 0x5571735b75b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6230 0.000129
+gallium_dri.so free 0x5571735b6300 void 0.000130
+gallium_dri.so free 0x5571735b6230 void 0.000126
+gallium_dri.so malloc 72 0x5571735b6350 0.000124
+gallium_dri.so free 0x5571735b63c0 void 0.000129
+gallium_dri.so free 0x5571735b6350 void 0.000139
+gallium_dri.so malloc 72 0x5571735b6400 0.000131
+gallium_dri.so free 0x5571735b6480 void 0.000131
+gallium_dri.so free 0x5571735b6400 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6400 0.000129
+gallium_dri.so free 0x5571735b6500 void 0.000130
+gallium_dri.so free 0x5571735b6400 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6530 0.000125
+gallium_dri.so free 0x5571735b6580 void 0.000124
+gallium_dri.so free 0x5571735b6530 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6530 0.000130
+gallium_dri.so free 0x5571735b6680 void 0.000129
+gallium_dri.so free 0x5571735b6530 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6630 0.000119
+gallium_dri.so free 0x5571735b6740 void 0.000169
+gallium_dri.so free 0x5571735b6630 void 0.000127
+gallium_dri.so malloc 72 0x5571735b66f0 0.000120
+gallium_dri.so free 0x5571735b6780 void 0.000120
+gallium_dri.so free 0x5571735b66f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b66f0 0.000129
+gallium_dri.so free 0x5571735b6840 void 0.000119
+gallium_dri.so free 0x5571735b66f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b68b0 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000119
+gallium_dri.so free 0x5571735b68b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b68b0 0.000122
+gallium_dri.so free 0x5571735b52c0 void 0.000119
+gallium_dri.so free 0x5571735b68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5270 0.000118
+gallium_dri.so free 0x5571735b6900 void 0.000119
+gallium_dri.so free 0x5571735b5270 void 0.000124
+gallium_dri.so malloc 72 0x5571735b5270 0.000114
+gallium_dri.so free 0x5571735b5380 void 0.000115
+gallium_dri.so free 0x5571735b5270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5330 0.000112
+gallium_dri.so free 0x5571735b5400 void 0.000114
+gallium_dri.so free 0x5571735b5330 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5330 0.000114
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so free 0x5571735b5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5480 0.000112
+gallium_dri.so free 0x5571735b5540 void 0.000113
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5480 0.000114
+gallium_dri.so free 0x5571735b5640 void 0.000114
+gallium_dri.so free 0x5571735b5480 void 0.000155
+gallium_dri.so malloc 72 0x5571735b5480 0.000117
+gallium_dri.so free 0x5571735b56c0 void 0.000114
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b56f0 0.000113
+gallium_dri.so free 0x5571735b5740 void 0.000113
+gallium_dri.so free 0x5571735b56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b56f0 0.000118
+gallium_dri.so free 0x5571735b5840 void 0.000114
+gallium_dri.so free 0x5571735b56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b57f0 0.000113
+gallium_dri.so free 0x5571735b5900 void 0.000115
+gallium_dri.so free 0x5571735b57f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58b0 0.000114
+gallium_dri.so free 0x5571735b5940 void 0.000114
+gallium_dri.so free 0x5571735b58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58b0 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000115
+gallium_dri.so free 0x5571735b58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2380 void 0.000114
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2330 0.000113
+gallium_dri.so free 0x5571735b2400 void 0.000114
+gallium_dri.so free 0x5571735b2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2450 0.000116
+gallium_dri.so free 0x5571735b24c0 void 0.000113
+gallium_dri.so free 0x5571735b2450 void 0.000112
+gallium_dri.so malloc 72 0x5571735b24e0 0.000113
+gallium_dri.so free 0x5571735b2580 void 0.000115
+gallium_dri.so free 0x5571735b24e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000112
+gallium_dri.so free 0x5571735b2600 void 0.000115
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000126
+gallium_dri.so free 0x5571735b2680 void 0.000116
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2680 0.000114
+gallium_dri.so free 0x5571735b2740 void 0.000114
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2680 0.000114
+gallium_dri.so free 0x5571735b2840 void 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000121
+gallium_dri.so malloc 72 0x5571735b27f0 0.000117
+gallium_dri.so free 0x5571735b2880 void 0.000115
+gallium_dri.so free 0x5571735b27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b27f0 0.000113
+gallium_dri.so free 0x5571735b2940 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2980 0.000113
+gallium_dri.so free 0x5571735b2a00 void 0.000115
+gallium_dri.so free 0x5571735b2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2a00 0.000112
+gallium_dri.so free 0x5571735b2ac0 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2a00 0.000113
+gallium_dri.so free 0x5571735b2b40 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2b70 0.000115
+gallium_dri.so free 0x5571735d98c0 void 0.000115
+gallium_dri.so free 0x5571735b2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b70 0.000127
+gallium_dri.so free 0x5571735d99c0 void 0.000116
+gallium_dri.so free 0x5571735b2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a00 0.000113
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so free 0x5571735d9a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9b40 void 0.000116
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a80 0.000114
+gallium_dri.so free 0x5571735d9bc0 void 0.000115
+gallium_dri.so free 0x5571735d9a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000113
+gallium_dri.so free 0x5571735d9c40 void 0.000115
+gallium_dri.so free 0x5571735d9bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000114
+gallium_dri.so free 0x5571735d9d40 void 0.000113
+gallium_dri.so free 0x5571735d9bf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000116
+gallium_dri.so free 0x5571735d9e00 void 0.000114
+gallium_dri.so free 0x5571735d9cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000114
+gallium_dri.so free 0x5571735d9e80 void 0.000114
+gallium_dri.so free 0x5571735d9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000113
+gallium_dri.so free 0x5571735d9f40 void 0.000114
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9db0 0.000159
+gallium_dri.so free 0x5571735da000 void 0.000118
+gallium_dri.so free 0x5571735d9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000112
+gallium_dri.so free 0x5571735da080 void 0.000117
+gallium_dri.so free 0x5571735d9fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da0d0 0.000113
+gallium_dri.so free 0x5571735da140 void 0.000116
+gallium_dri.so free 0x5571735da0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da160 0.000114
+gallium_dri.so free 0x5571735da200 void 0.000113
+gallium_dri.so free 0x5571735da160 void 0.000113
+gallium_dri.so malloc 72 0x5571735da1b0 0.000114
+gallium_dri.so free 0x5571735da280 void 0.000114
+gallium_dri.so free 0x5571735da1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da280 0.000114
+gallium_dri.so free 0x5571735da340 void 0.000115
+gallium_dri.so free 0x5571735da280 void 0.000113
+gallium_dri.so malloc 72 0x5571735da280 0.000113
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so free 0x5571735da280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd840 0.000112
+gallium_dri.so free 0x5571735bd900 void 0.000122
+gallium_dri.so free 0x5571735bd840 void 0.000117
+gallium_dri.so malloc 72 0x5571735bd840 0.000115
+gallium_dri.so free 0x5571735bd9c0 void 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000112
+gallium_dri.so malloc 72 0x5571735bd840 0.000120
+gallium_dri.so free 0x5571735bda80 void 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000114
+gallium_dri.so malloc 72 0x5571735bda30 0.000112
+gallium_dri.so free 0x5571735bdb00 void 0.000115
+gallium_dri.so free 0x5571735bda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdb50 0.000114
+gallium_dri.so free 0x5571735bdbc0 void 0.000114
+gallium_dri.so free 0x5571735bdb50 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdc00 0.000114
+gallium_dri.so free 0x5571735bdc80 void 0.000114
+gallium_dri.so free 0x5571735bdc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdc00 0.000114
+gallium_dri.so free 0x5571735bdd00 void 0.000118
+gallium_dri.so free 0x5571735bdc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bdd80 void 0.000114
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000115
+gallium_dri.so free 0x5571735bde80 void 0.000115
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bde30 0.000112
+gallium_dri.so free 0x5571735bdf40 void 0.000114
+gallium_dri.so free 0x5571735bde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdef0 0.000112
+gallium_dri.so free 0x5571735bdf80 void 0.000115
+gallium_dri.so free 0x5571735bdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdef0 0.000114
+gallium_dri.so free 0x5571735be040 void 0.000124
+gallium_dri.so free 0x5571735bdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735be0b0 0.000113
+gallium_dri.so free 0x5571735be100 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be0b0 0.000115
+gallium_dri.so free 0x5571735be200 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be1b0 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000115
+gallium_dri.so free 0x5571735be1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be270 0.000114
+gallium_dri.so free 0x5571735be300 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000113
+gallium_dri.so malloc 72 0x5571735be270 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9b70 0.000112
+gallium_dri.so free 0x5571735b9c40 void 0.000114
+gallium_dri.so free 0x5571735b9b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9c90 0.000114
+gallium_dri.so free 0x5571735b9d00 void 0.000116
+gallium_dri.so free 0x5571735b9c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9d60 0.000114
+gallium_dri.so free 0x5571735b9e00 void 0.000114
+gallium_dri.so free 0x5571735b9d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9db0 0.000113
+gallium_dri.so free 0x5571735b9e40 void 0.000159
+gallium_dri.so free 0x5571735b9db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9db0 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so free 0x5571735b9db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f40 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so free 0x5571735b9f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000116
+gallium_dri.so free 0x5571735ba080 void 0.000121
+gallium_dri.so free 0x5571735b9fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000114
+gallium_dri.so free 0x5571735ba100 void 0.000115
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba130 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000114
+gallium_dri.so free 0x5571735ba130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba180 0.000124
+gallium_dri.so free 0x5571735ba240 void 0.000134
+gallium_dri.so free 0x5571735ba180 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba180 0.000115
+gallium_dri.so free 0x5571735ba340 void 0.000115
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000115
+gallium_dri.so free 0x5571735ba400 void 0.000114
+gallium_dri.so free 0x5571735ba2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000112
+gallium_dri.so free 0x5571735ba440 void 0.000128
+gallium_dri.so free 0x5571735ba3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000118
+gallium_dri.so free 0x5571735ba500 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba540 0.000112
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so free 0x5571735ba540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba680 void 0.000116
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba7c0 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735e7340 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7380 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so free 0x5571735e7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7400 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7400 0.000113
+gallium_dri.so free 0x5571735e7540 void 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7570 0.000114
+gallium_dri.so free 0x5571735e75c0 void 0.000115
+gallium_dri.so free 0x5571735e7570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7570 0.000114
+gallium_dri.so free 0x5571735e76c0 void 0.000114
+gallium_dri.so free 0x5571735e7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7700 0.000112
+gallium_dri.so free 0x5571735e7780 void 0.000115
+gallium_dri.so free 0x5571735e7700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7780 0.000114
+gallium_dri.so free 0x5571735e7840 void 0.000113
+gallium_dri.so free 0x5571735e7780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7780 0.000114
+gallium_dri.so free 0x5571735e78c0 void 0.000114
+gallium_dri.so free 0x5571735e7780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e78f0 0.000112
+gallium_dri.so free 0x5571735e7940 void 0.000114
+gallium_dri.so free 0x5571735e78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e78f0 0.000112
+gallium_dri.so free 0x5571735e7a40 void 0.000115
+gallium_dri.so free 0x5571735e78f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e79f0 0.000121
+gallium_dri.so free 0x5571735e7b00 void 0.000118
+gallium_dri.so free 0x5571735e79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7b80 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7c40 void 0.000114
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000113
+gallium_dri.so free 0x5571735e7d00 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000112
+gallium_dri.so free 0x5571735e7d80 void 0.000114
+gallium_dri.so free 0x5571735e7cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000112
+gallium_dri.so free 0x5571735e7e40 void 0.000114
+gallium_dri.so free 0x5571735e7dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7e60 0.000113
+gallium_dri.so free 0x5571735e7f00 void 0.000114
+gallium_dri.so free 0x5571735e7e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000113
+gallium_dri.so free 0x5571735e7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7f80 0.000116
+gallium_dri.so free 0x5571735e8040 void 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f80 0.000112
+gallium_dri.so free 0x5571735e80c0 void 0.000114
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e80c0 0.000113
+gallium_dri.so free 0x5571735e8180 void 0.000115
+gallium_dri.so free 0x5571735e80c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e80c0 0.000115
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735e80c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beeb0 0.000112
+gallium_dri.so free 0x5571735bef00 void 0.000114
+gallium_dri.so free 0x5571735beeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beeb0 0.000113
+gallium_dri.so free 0x5571735bf000 void 0.000114
+gallium_dri.so free 0x5571735beeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735befb0 0.000113
+gallium_dri.so free 0x5571735bf0c0 void 0.000115
+gallium_dri.so free 0x5571735befb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf140 void 0.000113
+gallium_dri.so free 0x5571735bf070 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf160 0.000113
+gallium_dri.so free 0x5571735bf200 void 0.000115
+gallium_dri.so free 0x5571735bf160 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000146
+gallium_dri.so free 0x5571735bf280 void 0.000117
+gallium_dri.so free 0x5571735bf1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000116
+gallium_dri.so free 0x5571735bf300 void 0.000114
+gallium_dri.so free 0x5571735bf1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf300 0.000114
+gallium_dri.so free 0x5571735bf3c0 void 0.000113
+gallium_dri.so free 0x5571735bf300 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf300 0.000115
+gallium_dri.so free 0x5571735bf480 void 0.000115
+gallium_dri.so free 0x5571735bf300 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf300 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf300 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000119
+gallium_dri.so free 0x5571735bf640 void 0.000115
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000113
+gallium_dri.so free 0x5571735bf700 void 0.000116
+gallium_dri.so free 0x5571735bf5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000114
+gallium_dri.so free 0x5571735bf740 void 0.000116
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000113
+gallium_dri.so free 0x5571735bf800 void 0.000114
+gallium_dri.so free 0x5571735bf6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf840 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000116
+gallium_dri.so free 0x5571735bf840 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000115
+gallium_dri.so free 0x5571735bf980 void 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000160
+gallium_dri.so free 0x5571735bfa40 void 0.000117
+gallium_dri.so free 0x5571735bf8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa60 0.000115
+gallium_dri.so free 0x5571735bfb00 void 0.000115
+gallium_dri.so free 0x5571735bfa60 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfab0 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000116
+gallium_dri.so free 0x5571735bfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfab0 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000115
+gallium_dri.so free 0x5571735bfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfcc0 void 0.000115
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000113
+gallium_dri.so free 0x5571735bfd80 void 0.000116
+gallium_dri.so free 0x5571735bfc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e82d0 0.000115
+gallium_dri.so free 0x5571735e8340 void 0.000114
+gallium_dri.so free 0x5571735e82d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8380 0.000112
+gallium_dri.so free 0x5571735e8400 void 0.000114
+gallium_dri.so free 0x5571735e8380 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8400 0.000125
+gallium_dri.so free 0x5571735bfe40 void 0.000116
+gallium_dri.so free 0x5571735e8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000114
+gallium_dri.so free 0x5571735e84c0 void 0.000115
+gallium_dri.so free 0x5571735bfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000113
+gallium_dri.so free 0x5571735e8580 void 0.000115
+gallium_dri.so free 0x5571735bfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8530 0.000113
+gallium_dri.so free 0x5571735e8600 void 0.000116
+gallium_dri.so free 0x5571735e8530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8650 0.000115
+gallium_dri.so free 0x5571735e86c0 void 0.000114
+gallium_dri.so free 0x5571735e8650 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8700 0.000114
+gallium_dri.so free 0x5571735e8780 void 0.000115
+gallium_dri.so free 0x5571735e8700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8700 0.000115
+gallium_dri.so free 0x5571735e8800 void 0.000115
+gallium_dri.so free 0x5571735e8700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8830 0.000115
+gallium_dri.so free 0x5571735e8880 void 0.000115
+gallium_dri.so free 0x5571735e8830 void 0.000121
+gallium_dri.so malloc 72 0x5571735e8830 0.000115
+gallium_dri.so free 0x5571735e8980 void 0.000116
+gallium_dri.so free 0x5571735e8830 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8930 0.000126
+gallium_dri.so free 0x5571735e8a40 void 0.000116
+gallium_dri.so free 0x5571735e8930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e89f0 0.000114
+gallium_dri.so free 0x5571735e8a80 void 0.000114
+gallium_dri.so free 0x5571735e89f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e89f0 0.000115
+gallium_dri.so free 0x5571735e8b40 void 0.000115
+gallium_dri.so free 0x5571735e89f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000114
+gallium_dri.so free 0x5571735e8c00 void 0.000114
+gallium_dri.so free 0x5571735e8bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000113
+gallium_dri.so free 0x5571735e8d00 void 0.000116
+gallium_dri.so free 0x5571735e8bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000113
+gallium_dri.so free 0x5571735e8dc0 void 0.000114
+gallium_dri.so free 0x5571735e8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d70 0.000113
+gallium_dri.so free 0x5571735e8e00 void 0.000114
+gallium_dri.so free 0x5571735e8d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d70 0.000113
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8f00 0.000113
+gallium_dri.so free 0x5571735e8f80 void 0.000115
+gallium_dri.so free 0x5571735e8f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8f80 0.000113
+gallium_dri.so free 0x5571735e9040 void 0.000118
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8f80 0.000113
+gallium_dri.so free 0x5571735e9100 void 0.000114
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9120 0.000114
+gallium_dri.so free 0x5571735e91c0 void 0.000115
+gallium_dri.so free 0x5571735e9120 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9170 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e9170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9170 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000116
+gallium_dri.so free 0x5571735e9170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e92c0 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000115
+gallium_dri.so free 0x5571735e92c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92c0 0.000114
+gallium_dri.so free 0x5571735e9440 void 0.000115
+gallium_dri.so free 0x5571735e92c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92c0 0.000115
+gallium_dri.so free 0x5571735e9500 void 0.000114
+gallium_dri.so free 0x5571735e92c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e94b0 0.000114
+gallium_dri.so free 0x5571735e95c0 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9570 0.000115
+gallium_dri.so free 0x5571735e9640 void 0.000128
+gallium_dri.so free 0x5571735e9570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9690 0.000113
+gallium_dri.so free 0x5571735b0b00 void 0.000114
+gallium_dri.so free 0x5571735e9690 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b20 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000115
+gallium_dri.so free 0x5571735b0b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0b70 0.000113
+gallium_dri.so free 0x5571735b0c40 void 0.000115
+gallium_dri.so free 0x5571735b0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0b70 0.000114
+gallium_dri.so free 0x5571735b0cc0 void 0.000114
+gallium_dri.so free 0x5571735b0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0cc0 0.000124
+gallium_dri.so free 0x5571735b0d80 void 0.000123
+gallium_dri.so free 0x5571735b0cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0cc0 0.000124
+gallium_dri.so free 0x5571735b0e80 void 0.000118
+gallium_dri.so free 0x5571735b0cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0e30 0.000116
+gallium_dri.so free 0x5571735b0ec0 void 0.000114
+gallium_dri.so free 0x5571735b0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0e30 0.000112
+gallium_dri.so free 0x5571735b0f80 void 0.000114
+gallium_dri.so free 0x5571735b0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0fc0 0.000119
+gallium_dri.so free 0x5571735b1040 void 0.000116
+gallium_dri.so free 0x5571735b0fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1040 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000114
+gallium_dri.so free 0x5571735b1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1040 0.000114
+gallium_dri.so free 0x5571735b1180 void 0.000114
+gallium_dri.so free 0x5571735b1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735b11b0 0.000114
+gallium_dri.so free 0x5571735b1200 void 0.000115
+gallium_dri.so free 0x5571735b11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b11b0 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000114
+gallium_dri.so free 0x5571735b11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1340 0.000118
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1340 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13c0 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so free 0x5571735b13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13c0 0.000114
+gallium_dri.so free 0x5571735b1500 void 0.000116
+gallium_dri.so free 0x5571735b13c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1530 0.000115
+gallium_dri.so free 0x5571735b1580 void 0.000114
+gallium_dri.so free 0x5571735b1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1530 0.000162
+gallium_dri.so free 0x5571735b1680 void 0.000114
+gallium_dri.so free 0x5571735b1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1630 0.000112
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so free 0x5571735b1630 void 0.000112
+gallium_dri.so malloc 72 0x5571735b16f0 0.000112
+gallium_dri.so free 0x5571735b17c0 void 0.000112
+gallium_dri.so free 0x5571735b16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b16f0 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000113
+gallium_dri.so free 0x5571735b16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b16f0 0.000112
+gallium_dri.so free 0x5571735b1940 void 0.000112
+gallium_dri.so free 0x5571735b16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b18f0 0.000113
+gallium_dri.so free 0x5571735b19c0 void 0.000113
+gallium_dri.so free 0x5571735b18f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1a10 0.000112
+gallium_dri.so free 0x5571735b1a80 void 0.000112
+gallium_dri.so free 0x5571735b1a10 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1aa0 0.000123
+gallium_dri.so free 0x5571735b1b40 void 0.000119
+gallium_dri.so free 0x5571735b1aa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1af0 0.000114
+gallium_dri.so free 0x5571735b1bc0 void 0.000114
+gallium_dri.so free 0x5571735b1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1bc0 0.000127
+gallium_dri.so free 0x5571735b1c80 void 0.000115
+gallium_dri.so free 0x5571735b1bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1bc0 0.000119
+gallium_dri.so free 0x5571735b1d00 void 0.000118
+gallium_dri.so free 0x5571735b1bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1d00 0.000114
+gallium_dri.so free 0x5571735b1dc0 void 0.000115
+gallium_dri.so free 0x5571735b1d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1d00 0.000113
+gallium_dri.so free 0x5571735b1e80 void 0.000115
+gallium_dri.so free 0x5571735b1d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1d00 0.000114
+gallium_dri.so free 0x5571735b1f40 void 0.000114
+gallium_dri.so free 0x5571735b1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000114
+gallium_dri.so free 0x5571735b1fc0 void 0.000114
+gallium_dri.so free 0x5571735b1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2010 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000114
+gallium_dri.so free 0x5571735b2010 void 0.000114
+gallium_dri.so malloc 72 0x5571735b20c0 0.000114
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78e0 0.000114
+gallium_dri.so free 0x5571735d7980 void 0.000116
+gallium_dri.so free 0x5571735d78e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7930 0.000125
+gallium_dri.so free 0x5571735d7a00 void 0.000115
+gallium_dri.so free 0x5571735d7930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7930 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so free 0x5571735d7930 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7a80 0.000115
+gallium_dri.so free 0x5571735d7b40 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7a80 0.000113
+gallium_dri.so free 0x5571735d7c00 void 0.000114
+gallium_dri.so free 0x5571735d7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7a80 0.000114
+gallium_dri.so free 0x5571735d7cc0 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7c70 0.000114
+gallium_dri.so free 0x5571735d7cc0 void 0.000116
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c70 0.000112
+gallium_dri.so free 0x5571735d7dc0 void 0.000115
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d70 0.000114
+gallium_dri.so free 0x5571735d7e80 void 0.000113
+gallium_dri.so free 0x5571735d7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000116
+gallium_dri.so free 0x5571735d7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7e30 0.000158
+gallium_dri.so free 0x5571735d7f80 void 0.000116
+gallium_dri.so free 0x5571735d7e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7fc0 0.000114
+gallium_dri.so free 0x5571735d8040 void 0.000114
+gallium_dri.so free 0x5571735d7fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8040 0.000114
+gallium_dri.so free 0x5571735d8100 void 0.000115
+gallium_dri.so free 0x5571735d8040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8040 0.000113
+gallium_dri.so free 0x5571735d81c0 void 0.000123
+gallium_dri.so free 0x5571735d8040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d81e0 0.000113
+gallium_dri.so free 0x5571735d8280 void 0.000114
+gallium_dri.so free 0x5571735d81e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8230 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so free 0x5571735d8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8230 0.000115
+gallium_dri.so free 0x5571735d8380 void 0.000116
+gallium_dri.so free 0x5571735d8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8380 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000114
+gallium_dri.so free 0x5571735d8380 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8380 0.000114
+gallium_dri.so free 0x5571735d8500 void 0.000116
+gallium_dri.so free 0x5571735d8380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8380 0.000115
+gallium_dri.so free 0x5571735d85c0 void 0.000117
+gallium_dri.so free 0x5571735d8380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8570 0.000114
+gallium_dri.so free 0x5571735d8680 void 0.000115
+gallium_dri.so free 0x5571735d8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8630 0.000114
+gallium_dri.so free 0x5571735d8700 void 0.000115
+gallium_dri.so free 0x5571735d8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8750 0.000113
+gallium_dri.so free 0x5571735d87c0 void 0.000114
+gallium_dri.so free 0x5571735d8750 void 0.000114
+gallium_dri.so malloc 72 0x5571735d87e0 0.000113
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d87e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8830 0.000114
+gallium_dri.so free 0x5571735d8900 void 0.000115
+gallium_dri.so free 0x5571735d8830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8830 0.000113
+gallium_dri.so free 0x5571735d8980 void 0.000114
+gallium_dri.so free 0x5571735d8830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8980 0.000113
+gallium_dri.so free 0x5571735d8a40 void 0.000117
+gallium_dri.so free 0x5571735d8980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8980 0.000114
+gallium_dri.so free 0x5571735d8b40 void 0.000115
+gallium_dri.so free 0x5571735d8980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8af0 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000123
+gallium_dri.so free 0x5571735d8af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8af0 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000115
+gallium_dri.so free 0x5571735d8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8c80 0.000113
+gallium_dri.so free 0x5571735d8d00 void 0.000114
+gallium_dri.so free 0x5571735d8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8d00 0.000113
+gallium_dri.so free 0x5571735d8dc0 void 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8d00 0.000114
+gallium_dri.so free 0x5571735d8e40 void 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8e70 0.000114
+gallium_dri.so free 0x5571735d8ec0 void 0.000114
+gallium_dri.so free 0x5571735d8e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e70 0.000114
+gallium_dri.so free 0x5571735d8fc0 void 0.000114
+gallium_dri.so free 0x5571735d8e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9000 0.000114
+gallium_dri.so free 0x5571735b3440 void 0.000115
+gallium_dri.so free 0x5571735d9000 void 0.000116
+gallium_dri.so malloc 72 0x5571735b33f0 0.000113
+gallium_dri.so free 0x5571735b3500 void 0.000125
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b34b0 0.000116
+gallium_dri.so free 0x5571735b3540 void 0.000155
+gallium_dri.so free 0x5571735b34b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b34b0 0.000113
+gallium_dri.so free 0x5571735b3600 void 0.000114
+gallium_dri.so free 0x5571735b34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3640 0.000115
+gallium_dri.so free 0x5571735b36c0 void 0.000114
+gallium_dri.so free 0x5571735b3640 void 0.000113
+gallium_dri.so malloc 72 0x5571735b36c0 0.000116
+gallium_dri.so free 0x5571735b3780 void 0.000114
+gallium_dri.so free 0x5571735b36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b36c0 0.000114
+gallium_dri.so free 0x5571735b3840 void 0.000115
+gallium_dri.so free 0x5571735b36c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3860 0.000114
+gallium_dri.so free 0x5571735b3900 void 0.000115
+gallium_dri.so free 0x5571735b3860 void 0.000114
+gallium_dri.so malloc 72 0x5571735b38b0 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000115
+gallium_dri.so free 0x5571735b38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38b0 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000116
+gallium_dri.so free 0x5571735b38b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3a00 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000115
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3a00 0.000114
+gallium_dri.so free 0x5571735b3b80 void 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000106
+gallium_dri.so malloc 72 0x5571735b3a00 0.000115
+gallium_dri.so free 0x5571735b3c40 void 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000114
+gallium_dri.so free 0x5571735b3d00 void 0.000114
+gallium_dri.so free 0x5571735b3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000114
+gallium_dri.so free 0x5571735b3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000113
+gallium_dri.so free 0x5571735b3e40 void 0.000119
+gallium_dri.so free 0x5571735b3dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3e60 0.000114
+gallium_dri.so free 0x5571735b3f00 void 0.000115
+gallium_dri.so free 0x5571735b3e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3eb0 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000115
+gallium_dri.so free 0x5571735b3eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3eb0 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b3eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4000 0.000115
+gallium_dri.so free 0x5571735b40c0 void 0.000115
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4000 0.000113
+gallium_dri.so free 0x5571735b41c0 void 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4170 0.000114
+gallium_dri.so free 0x5571735b4200 void 0.000114
+gallium_dri.so free 0x5571735b4170 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4170 0.000113
+gallium_dri.so free 0x5571735b42c0 void 0.000115
+gallium_dri.so free 0x5571735b4170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4300 0.000113
+gallium_dri.so free 0x5571735b4380 void 0.000116
+gallium_dri.so free 0x5571735b4300 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4380 0.000115
+gallium_dri.so free 0x5571735b4440 void 0.000119
+gallium_dri.so free 0x5571735b4380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4380 0.000115
+gallium_dri.so free 0x5571735b44c0 void 0.000115
+gallium_dri.so free 0x5571735b4380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b44f0 0.000114
+gallium_dri.so free 0x5571735b4540 void 0.000115
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000115
+gallium_dri.so free 0x5571735b44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4680 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so free 0x5571735b4680 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4700 0.000114
+gallium_dri.so free 0x5571735b47c0 void 0.000116
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000115
+gallium_dri.so free 0x5571735b4840 void 0.000115
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4870 0.000114
+gallium_dri.so free 0x5571735b48c0 void 0.000114
+gallium_dri.so free 0x5571735b4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4870 0.000113
+gallium_dri.so free 0x5571735b49c0 void 0.000115
+gallium_dri.so free 0x5571735b4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4970 0.000113
+gallium_dri.so free 0x5571735b4a80 void 0.000115
+gallium_dri.so free 0x5571735b4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a30 0.000115
+gallium_dri.so free 0x5571735b4b00 void 0.000114
+gallium_dri.so free 0x5571735b4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a30 0.000112
+gallium_dri.so free 0x5571735b4bc0 void 0.000114
+gallium_dri.so free 0x5571735b4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4a30 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000116
+gallium_dri.so free 0x5571735b4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1650 0.000114
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e1650 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16e0 0.000127
+gallium_dri.so free 0x5571735e1780 void 0.000119
+gallium_dri.so free 0x5571735e16e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000115
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1940 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c50 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000121
+gallium_dri.so free 0x5571735e1c50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d00 0.000163
+gallium_dri.so free 0x5571735e1d80 void 0.000116
+gallium_dri.so free 0x5571735e1d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d00 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so free 0x5571735e1d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e30 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000115
+gallium_dri.so free 0x5571735e1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e30 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000120
+gallium_dri.so free 0x5571735e1e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e21b0 0.000115
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e21b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e21b0 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000106
+gallium_dri.so free 0x5571735e23c0 void 0.000116
+gallium_dri.so free 0x5571735e22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2400 void 0.000115
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2370 0.000112
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2500 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e2500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2580 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2580 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2720 0.000119
+gallium_dri.so free 0x5571735e27c0 void 0.000117
+gallium_dri.so free 0x5571735e2720 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2770 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2770 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000115
+gallium_dri.so free 0x5571735e2770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28c0 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e28c0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e28c0 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x5571735e2ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2b70 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c90 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d20 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2d20 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d70 0.000115
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2ec0 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000111
+gallium_dri.so free 0x5571735e3080 void 0.000112
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000112
+gallium_dri.so free 0x5571735e30c0 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31c0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3240 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3240 0.000113
+gallium_dri.so free 0x5571735e3380 void 0.000115
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33b0 0.000114
+gallium_dri.so free 0x5571735e3400 void 0.000115
+gallium_dri.so free 0x5571735e33b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e33b0 0.000115
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3540 0.000125
+gallium_dri.so free 0x5571735e35c0 void 0.000116
+gallium_dri.so free 0x5571735e3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e35c0 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e35c0 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3730 0.000115
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e3730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3730 0.000114
+gallium_dri.so free 0x5571735e3880 void 0.000116
+gallium_dri.so free 0x5571735e3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3830 0.000114
+gallium_dri.so free 0x5571735e3940 void 0.000115
+gallium_dri.so free 0x5571735e3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e38f0 0.000113
+gallium_dri.so free 0x5571735e39c0 void 0.000115
+gallium_dri.so free 0x5571735e38f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e38f0 0.000113
+gallium_dri.so free 0x5571735e3a80 void 0.000114
+gallium_dri.so free 0x5571735e38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e38f0 0.000112
+gallium_dri.so free 0x5571735e3b40 void 0.000124
+gallium_dri.so free 0x5571735e38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3af0 0.000191
+gallium_dri.so free 0x5571735e3bc0 void 0.000127
+gallium_dri.so free 0x5571735e3af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3c10 0.000119
+gallium_dri.so free 0x5571735e3c80 void 0.000115
+gallium_dri.so free 0x5571735e3c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3ca0 0.000115
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so free 0x5571735e3ca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000113
+gallium_dri.so free 0x5571735e3cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000113
+gallium_dri.so free 0x5571735e3e80 void 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000113
+gallium_dri.so free 0x5571735e3f00 void 0.000115
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3f00 0.000115
+gallium_dri.so free 0x5571735e3fc0 void 0.000115
+gallium_dri.so free 0x5571735e3f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3f00 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000115
+gallium_dri.so free 0x5571735e3f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3f00 0.000113
+gallium_dri.so free 0x5571735e4140 void 0.000116
+gallium_dri.so free 0x5571735e3f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e40f0 0.000115
+gallium_dri.so free 0x5571735e41c0 void 0.000115
+gallium_dri.so free 0x5571735e40f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4210 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000113
+gallium_dri.so free 0x5571735e4210 void 0.000114
+gallium_dri.so malloc 72 0x5571735e42c0 0.000114
+gallium_dri.so free 0x5571735e4340 void 0.000115
+gallium_dri.so free 0x5571735e42c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e42c0 0.000114
+gallium_dri.so free 0x5571735e43c0 void 0.000114
+gallium_dri.so free 0x5571735e42c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e43f0 0.000114
+gallium_dri.so free 0x5571735e4440 void 0.000114
+gallium_dri.so free 0x5571735e43f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e43f0 0.000115
+gallium_dri.so free 0x5571735e4540 void 0.000115
+gallium_dri.so free 0x5571735e43f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e44f0 0.000113
+gallium_dri.so free 0x5571735e4600 void 0.000115
+gallium_dri.so free 0x5571735e44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45b0 0.000113
+gallium_dri.so free 0x5571735e4640 void 0.000114
+gallium_dri.so free 0x5571735e45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e45b0 0.000118
+gallium_dri.so free 0x5571735e4700 void 0.000116
+gallium_dri.so free 0x5571735e45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4770 0.000116
+gallium_dri.so free 0x5571735e47c0 void 0.000113
+gallium_dri.so free 0x5571735e4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4770 0.000112
+gallium_dri.so free 0x5571735e48c0 void 0.000117
+gallium_dri.so free 0x5571735e4770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4870 0.000113
+gallium_dri.so free 0x5571735e4980 void 0.000113
+gallium_dri.so free 0x5571735e4870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4930 0.000112
+gallium_dri.so free 0x5571735e49c0 void 0.000133
+gallium_dri.so free 0x5571735e4930 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4930 0.000118
+gallium_dri.so free 0x5571735e4a80 void 0.000116
+gallium_dri.so free 0x5571735e4930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000114
+gallium_dri.so free 0x5571735e4b40 void 0.000115
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b40 0.000115
+gallium_dri.so free 0x5571735e4c00 void 0.000114
+gallium_dri.so free 0x5571735e4b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b40 0.000115
+gallium_dri.so free 0x5571735e4cc0 void 0.000115
+gallium_dri.so free 0x5571735e4b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ce0 0.000112
+gallium_dri.so free 0x5571735e4d80 void 0.000115
+gallium_dri.so free 0x5571735e4ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d30 0.000118
+gallium_dri.so free 0x5571735e4e00 void 0.000114
+gallium_dri.so free 0x5571735e4d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d30 0.000112
+gallium_dri.so free 0x5571735e4e80 void 0.000113
+gallium_dri.so free 0x5571735e4d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4e80 0.000113
+gallium_dri.so free 0x5571735e4f40 void 0.000114
+gallium_dri.so free 0x5571735e4e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e80 0.000113
+gallium_dri.so free 0x5571735e5000 void 0.000114
+gallium_dri.so free 0x5571735e4e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e80 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000115
+gallium_dri.so free 0x5571735e4e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5070 0.000115
+gallium_dri.so free 0x5571735e5180 void 0.000114
+gallium_dri.so free 0x5571735e5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5130 0.000115
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so free 0x5571735e5130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5250 0.000113
+gallium_dri.so free 0x5571735e52c0 void 0.000115
+gallium_dri.so free 0x5571735e5250 void 0.000113
+gallium_dri.so malloc 72 0x5571735e52e0 0.000113
+gallium_dri.so free 0x5571735e5380 void 0.000114
+gallium_dri.so free 0x5571735e52e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5330 0.000116
+gallium_dri.so free 0x5571735e5400 void 0.000114
+gallium_dri.so free 0x5571735e5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5330 0.000114
+gallium_dri.so free 0x5571735e5480 void 0.000116
+gallium_dri.so free 0x5571735e5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5480 0.000114
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so free 0x5571735e5480 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5480 0.000115
+gallium_dri.so free 0x5571735e5640 void 0.000113
+gallium_dri.so free 0x5571735e5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e55f0 0.000114
+gallium_dri.so free 0x5571735e5680 void 0.000114
+gallium_dri.so free 0x5571735e55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e55f0 0.000114
+gallium_dri.so free 0x5571735e5740 void 0.000113
+gallium_dri.so free 0x5571735e55f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5780 0.000112
+gallium_dri.so free 0x5571735e5800 void 0.000114
+gallium_dri.so free 0x5571735e5780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5800 0.000114
+gallium_dri.so free 0x5571735e58c0 void 0.000115
+gallium_dri.so free 0x5571735e5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5800 0.000114
+gallium_dri.so free 0x5571735e5940 void 0.000122
+gallium_dri.so free 0x5571735e5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5970 0.000126
+gallium_dri.so free 0x5571735e59c0 void 0.000116
+gallium_dri.so free 0x5571735e5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5970 0.000113
+gallium_dri.so free 0x5571735e5ac0 void 0.000115
+gallium_dri.so free 0x5571735e5970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b00 0.000114
+gallium_dri.so free 0x5571735e5b80 void 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b80 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000115
+gallium_dri.so free 0x5571735e5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b80 0.000113
+gallium_dri.so free 0x5571735e5cc0 void 0.000114
+gallium_dri.so free 0x5571735e5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000113
+gallium_dri.so free 0x5571735e5d40 void 0.000114
+gallium_dri.so free 0x5571735e5cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000114
+gallium_dri.so free 0x5571735e5e40 void 0.000114
+gallium_dri.so free 0x5571735e5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5df0 0.000114
+gallium_dri.so free 0x5571735e5f00 void 0.000114
+gallium_dri.so free 0x5571735e5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000116
+gallium_dri.so free 0x5571735e5f80 void 0.000115
+gallium_dri.so free 0x5571735e5eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x5571735e5eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e5eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e60b0 0.000113
+gallium_dri.so free 0x5571735e6180 void 0.000115
+gallium_dri.so free 0x5571735e60b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e61d0 0.000113
+gallium_dri.so free 0x5571735e6240 void 0.000115
+gallium_dri.so free 0x5571735e61d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6260 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000115
+gallium_dri.so free 0x5571735e6260 void 0.000113
+gallium_dri.so malloc 72 0x5571735e62b0 0.000113
+gallium_dri.so free 0x5571735e6380 void 0.000114
+gallium_dri.so free 0x5571735e62b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6380 0.000114
+gallium_dri.so free 0x5571735e6440 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6380 0.000114
+gallium_dri.so free 0x5571735e64c0 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000114
+gallium_dri.so malloc 72 0x5571735e64c0 0.000113
+gallium_dri.so free 0x5571735e6580 void 0.000115
+gallium_dri.so free 0x5571735e64c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e64c0 0.000113
+gallium_dri.so free 0x5571735e6640 void 0.000127
+gallium_dri.so free 0x5571735e64c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e64c0 0.000113
+gallium_dri.so free 0x5571735e6700 void 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e66b0 0.000113
+gallium_dri.so free 0x5571735e6780 void 0.000115
+gallium_dri.so free 0x5571735e66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e67d0 0.000114
+gallium_dri.so free 0x5571735e6840 void 0.000116
+gallium_dri.so free 0x5571735e67d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6880 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000119
+gallium_dri.so free 0x5571735e6880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6880 0.000123
+gallium_dri.so free 0x5571735e6980 void 0.000118
+gallium_dri.so free 0x5571735e6880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e69b0 0.000114
+gallium_dri.so free 0x5571735e6a00 void 0.000120
+gallium_dri.so free 0x5571735e69b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e69b0 0.000115
+gallium_dri.so free 0x5571735e6b00 void 0.000114
+gallium_dri.so free 0x5571735e69b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6ab0 0.000112
+gallium_dri.so free 0x5571735e6bc0 void 0.000115
+gallium_dri.so free 0x5571735e6ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6b70 0.000114
+gallium_dri.so free 0x5571735e6c00 void 0.000116
+gallium_dri.so free 0x5571735e6b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6b70 0.000115
+gallium_dri.so free 0x5571735e6cc0 void 0.000114
+gallium_dri.so free 0x5571735e6b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6d30 0.000113
+gallium_dri.so free 0x5571735e6d80 void 0.000115
+gallium_dri.so free 0x5571735e6d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6d30 0.000114
+gallium_dri.so free 0x5571735e6e80 void 0.000115
+gallium_dri.so free 0x5571735e6d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6e30 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735e6e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6e30 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x5571735e6e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000114
+gallium_dri.so free 0x5571735da9c0 void 0.000116
+gallium_dri.so free 0x5571735da970 void 0.000114
+gallium_dri.so malloc 72 0x5571735da970 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735da970 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa70 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735daa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dac00 void 0.000167
+gallium_dri.so free 0x5571735dab30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dae50 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dae50 void 0.000113
+gallium_dri.so malloc 72 0x5571735daee0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000116
+gallium_dri.so free 0x5571735daee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf30 0.000115
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so free 0x5571735daf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735db000 0.000115
+gallium_dri.so free 0x5571735db0c0 void 0.000124
+gallium_dri.so free 0x5571735db000 void 0.000120
+gallium_dri.so malloc 72 0x5571735db000 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000115
+gallium_dri.so free 0x5571735db000 void 0.000117
+gallium_dri.so malloc 72 0x5571735db140 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000132
+gallium_dri.so free 0x5571735db140 void 0.000120
+gallium_dri.so malloc 72 0x5571735db140 0.000115
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000113
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so malloc 72 0x5571735db330 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db330 void 0.000114
+gallium_dri.so malloc 72 0x5571735db450 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db450 void 0.000113
+gallium_dri.so malloc 72 0x5571735db500 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db500 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db630 0.000113
+gallium_dri.so free 0x5571735db680 void 0.000115
+gallium_dri.so free 0x5571735db630 void 0.000114
+gallium_dri.so malloc 72 0x5571735db630 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db630 void 0.000113
+gallium_dri.so malloc 72 0x5571735db730 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000129
+gallium_dri.so free 0x5571735db730 void 0.000125
+gallium_dri.so malloc 72 0x5571735db7f0 0.000120
+gallium_dri.so free 0x5571735db880 void 0.000120
+gallium_dri.so free 0x5571735db7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db7f0 0.000120
+gallium_dri.so free 0x5571735db940 void 0.000119
+gallium_dri.so free 0x5571735db7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db9b0 0.000118
+gallium_dri.so free 0x5571735dba00 void 0.000121
+gallium_dri.so free 0x5571735db9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db9b0 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000118
+gallium_dri.so free 0x5571735db9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbab0 0.000117
+gallium_dri.so free 0x5571735dbbc0 void 0.000118
+gallium_dri.so free 0x5571735dbab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735dbc00 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd00 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000118
+gallium_dri.so free 0x5571735dbd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd80 0.000123
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd80 0.000111
+gallium_dri.so free 0x5571735dbf00 void 0.000112
+gallium_dri.so free 0x5571735dbd80 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbf20 0.000110
+gallium_dri.so free 0x5571735dbfc0 void 0.000110
+gallium_dri.so free 0x5571735dbf20 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbf70 0.000111
+gallium_dri.so free 0x5571735dc040 void 0.000111
+gallium_dri.so free 0x5571735dbf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbf70 0.000114
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so free 0x5571735dbf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000111
+gallium_dri.so free 0x5571735dc180 void 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000111
+gallium_dri.so free 0x5571735dc240 void 0.000111
+gallium_dri.so free 0x5571735dc0c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000110
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so free 0x5571735dc0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc2b0 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so free 0x5571735dc2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc370 0.000111
+gallium_dri.so free 0x5571735dc440 void 0.000128
+gallium_dri.so free 0x5571735dc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc490 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc490 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc520 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc520 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc570 0.000113
+gallium_dri.so free 0x5571735dc640 void 0.000113
+gallium_dri.so free 0x5571735dc570 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc570 0.000112
+gallium_dri.so free 0x5571735dc6c0 void 0.000114
+gallium_dri.so free 0x5571735dc570 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000112
+gallium_dri.so free 0x5571735dc6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000113
+gallium_dri.so free 0x5571735dc6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000115
+gallium_dri.so free 0x5571735dc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so free 0x5571735dc830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000114
+gallium_dri.so free 0x5571735dca40 void 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000192
+gallium_dri.so malloc 72 0x5571735dca40 0.000126
+gallium_dri.so free 0x5571735dcb00 void 0.000121
+gallium_dri.so free 0x5571735dca40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dca40 0.000119
+gallium_dri.so free 0x5571735dcb80 void 0.000120
+gallium_dri.so free 0x5571735dca40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcc00 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcd00 void 0.000117
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd40 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf30 0.000118
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf30 0.000121
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd030 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dd030 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000113
+gallium_dri.so free 0x5571735dd1c0 void 0.000111
+gallium_dri.so free 0x5571735dd0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000111
+gallium_dri.so free 0x5571735dd280 void 0.000111
+gallium_dri.so free 0x5571735dd0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000110
+gallium_dri.so free 0x5571735dd340 void 0.000112
+gallium_dri.so free 0x5571735dd0f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000110
+gallium_dri.so free 0x5571735dd3c0 void 0.000110
+gallium_dri.so free 0x5571735dd2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd410 0.000110
+gallium_dri.so free 0x5571735dd480 void 0.000110
+gallium_dri.so free 0x5571735dd410 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd4a0 0.000110
+gallium_dri.so free 0x5571735dd540 void 0.000109
+gallium_dri.so free 0x5571735dd4a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000109
+gallium_dri.so free 0x5571735dd5c0 void 0.000110
+gallium_dri.so free 0x5571735dd4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000110
+gallium_dri.so free 0x5571735dd680 void 0.000111
+gallium_dri.so free 0x5571735dd5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000112
+gallium_dri.so free 0x5571735dd700 void 0.000110
+gallium_dri.so free 0x5571735dd5c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd700 0.000111
+gallium_dri.so free 0x5571735dd7c0 void 0.000111
+gallium_dri.so free 0x5571735dd700 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd700 0.000112
+gallium_dri.so free 0x5571735dd880 void 0.000110
+gallium_dri.so free 0x5571735dd700 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd700 0.000110
+gallium_dri.so free 0x5571735dd940 void 0.000110
+gallium_dri.so free 0x5571735dd700 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000109
+gallium_dri.so free 0x5571735dd9c0 void 0.000111
+gallium_dri.so free 0x5571735dd8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dda10 0.000109
+gallium_dri.so free 0x5571735dda80 void 0.000110
+gallium_dri.so free 0x5571735dda10 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddac0 0.000110
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddac0 0.000116
+gallium_dri.so free 0x5571735ddbc0 void 0.000116
+gallium_dri.so free 0x5571735ddac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000110
+gallium_dri.so free 0x5571735ddc40 void 0.000114
+gallium_dri.so free 0x5571735ddbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000223
+gallium_dri.so free 0x5571735ddd40 void 0.000214
+gallium_dri.so free 0x5571735ddbf0 void 0.000309
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000204
+gallium_dri.so free 0x5571735dde00 void 0.000157
+gallium_dri.so free 0x5571735ddcf0 void 0.000164
+gallium_dri.so malloc 72 0x5571735dddb0 0.000116
+gallium_dri.so free 0x5571735dde40 void 0.000117
+gallium_dri.so free 0x5571735dddb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dddb0 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000116
+gallium_dri.so free 0x5571735dddb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf70 0.000120
+gallium_dri.so free 0x5571735ddfc0 void 0.000117
+gallium_dri.so free 0x5571735ddf70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf70 0.000116
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735de070 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de070 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000130
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000114
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2c0 0.000116
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de340 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000116
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so malloc 72 0x5571735de340 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000116
+gallium_dri.so free 0x5571735de340 void 0.000117
+gallium_dri.so malloc 72 0x5571735de4e0 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de4e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de530 0.000115
+gallium_dri.so free 0x5571735de600 void 0.000117
+gallium_dri.so free 0x5571735de530 void 0.000114
+gallium_dri.so malloc 72 0x5571735de530 0.000114
+gallium_dri.so free 0x5571735de680 void 0.000117
+gallium_dri.so free 0x5571735de530 void 0.000115
+gallium_dri.so malloc 72 0x5571735de680 0.000116
+gallium_dri.so free 0x5571735de740 void 0.000116
+gallium_dri.so free 0x5571735de680 void 0.000115
+gallium_dri.so malloc 72 0x5571735de680 0.000116
+gallium_dri.so free 0x5571735de800 void 0.000129
+gallium_dri.so free 0x5571735de680 void 0.000116
+gallium_dri.so malloc 72 0x5571735de680 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de680 void 0.000114
+gallium_dri.so malloc 72 0x5571735de870 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so free 0x5571735de870 void 0.000114
+gallium_dri.so malloc 72 0x5571735de930 0.000115
+gallium_dri.so free 0x5571735dea00 void 0.000116
+gallium_dri.so free 0x5571735de930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dea50 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so free 0x5571735dea50 void 0.000116
+gallium_dri.so malloc 72 0x5571735deae0 0.000115
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb30 0.000117
+gallium_dri.so free 0x5571735dec00 void 0.000116
+gallium_dri.so free 0x5571735deb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb30 0.000114
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so free 0x5571735deb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dec80 0.000115
+gallium_dri.so free 0x5571735ded40 void 0.000116
+gallium_dri.so free 0x5571735dec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec80 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000188
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedf0 0.000115
+gallium_dri.so free 0x5571735dee80 void 0.000116
+gallium_dri.so free 0x5571735dedf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedf0 0.000116
+gallium_dri.so free 0x5571735def40 void 0.000116
+gallium_dri.so free 0x5571735dedf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735def80 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000116
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so malloc 72 0x5571735df000 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so malloc 72 0x5571735df000 0.000117
+gallium_dri.so free 0x5571735df140 void 0.000117
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so malloc 72 0x5571735df170 0.000116
+gallium_dri.so free 0x5571735df1c0 void 0.000116
+gallium_dri.so free 0x5571735df170 void 0.000115
+gallium_dri.so malloc 72 0x5571735df170 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000116
+gallium_dri.so free 0x5571735df170 void 0.000114
+gallium_dri.so malloc 72 0x5571735df300 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000117
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so malloc 72 0x5571735df380 0.000131
+gallium_dri.so free 0x5571735df4c0 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000123
+gallium_dri.so free 0x5571735df540 void 0.000125
+gallium_dri.so free 0x5571735df4f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735df4f0 0.000227
+gallium_dri.so free 0x5571735df640 void 0.000226
+gallium_dri.so free 0x5571735df4f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735df5f0 0.000226
+gallium_dri.so free 0x5571735df700 void 0.000226
+gallium_dri.so free 0x5571735df5f0 void 0.000227
+gallium_dri.so malloc 72 0x5571735df6b0 0.000228
+gallium_dri.so free 0x5571735df780 void 0.000225
+gallium_dri.so free 0x5571735df6b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735df6b0 0.000228
+gallium_dri.so free 0x5571735df840 void 0.000229
+gallium_dri.so free 0x5571735df6b0 void 0.000227
+gallium_dri.so malloc 72 0x5571735df6b0 0.000225
+gallium_dri.so free 0x5571735df900 void 0.000226
+gallium_dri.so free 0x5571735df6b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735df8b0 0.000250
+gallium_dri.so free 0x5571735df980 void 0.000285
+gallium_dri.so free 0x5571735df8b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735df9d0 0.000275
+gallium_dri.so free 0x5571735dfa40 void 0.000285
+gallium_dri.so free 0x5571735df9d0 void 0.000266
+gallium_dri.so malloc 72 0x5571735dfa60 0.000286
+gallium_dri.so free 0x5571735dfb00 void 0.000356
+gallium_dri.so free 0x5571735dfa60 void 0.000275
+gallium_dri.so malloc 72 0x5571735dfab0 0.000275
+gallium_dri.so free 0x5571735dfb80 void 0.000285
+gallium_dri.so free 0x5571735dfab0 void 0.000265
+gallium_dri.so malloc 72 0x5571735dfb80 0.000317
+gallium_dri.so free 0x5571735dfc40 void 0.000289
+gallium_dri.so free 0x5571735dfb80 void 0.000289
+gallium_dri.so malloc 72 0x5571735dfb80 0.000289
+gallium_dri.so free 0x5571735dfcc0 void 0.000289
+gallium_dri.so free 0x5571735dfb80 void 0.000288
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000287
+gallium_dri.so free 0x5571735dfd80 void 0.000279
+gallium_dri.so free 0x5571735dfcc0 void 0.000282
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000248
+gallium_dri.so free 0x5571735dfe40 void 0.000156
+gallium_dri.so free 0x5571735dfcc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000130
+gallium_dri.so free 0x5571735dff00 void 0.000228
+gallium_dri.so free 0x5571735dfcc0 void 0.000235
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000233
+gallium_dri.so free 0x5571735dff80 void 0.000229
+gallium_dri.so free 0x5571735dfeb0 void 0.000233
+gallium_dri.so malloc 72 0x5571735dffd0 0.000231
+gallium_dri.so free 0x5571735e0040 void 0.000230
+gallium_dri.so free 0x5571735dffd0 void 0.000234
+gallium_dri.so malloc 72 0x5571735e0080 0.000241
+gallium_dri.so free 0x5571735e0100 void 0.000328
+gallium_dri.so free 0x5571735e0080 void 0.000263
+gallium_dri.so malloc 72 0x5571735e0080 0.000232
+gallium_dri.so free 0x5571735e0180 void 0.000210
+gallium_dri.so free 0x5571735e0080 void 0.000138
+gallium_dri.so malloc 72 0x5571735e01b0 0.000138
+gallium_dri.so free 0x5571735e0200 void 0.000133
+gallium_dri.so free 0x5571735e01b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735e01b0 0.000231
+gallium_dri.so free 0x5571735e0300 void 0.000234
+gallium_dri.so free 0x5571735e01b0 void 0.000211
+gallium_dri.so malloc 72 0x5571735e02b0 0.000171
+gallium_dri.so free 0x5571735e03c0 void 0.000182
+gallium_dri.so free 0x5571735e02b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0370 0.000129
+gallium_dri.so free 0x5571735e0400 void 0.000130
+gallium_dri.so free 0x5571735e0370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0370 0.000137
+gallium_dri.so free 0x5571735e04c0 void 0.000129
+gallium_dri.so free 0x5571735e0370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0530 0.000123
+gallium_dri.so free 0x5571735e0580 void 0.000127
+gallium_dri.so free 0x5571735e0530 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0530 0.000124
+gallium_dri.so free 0x5571735e0680 void 0.000123
+gallium_dri.so free 0x5571735e0530 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0630 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000123
+gallium_dri.so free 0x5571735e0630 void 0.000123
+gallium_dri.so malloc 72 0x5571735e06f0 0.000124
+gallium_dri.so free 0x5571735e0780 void 0.000124
+gallium_dri.so free 0x5571735e06f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06f0 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000122
+gallium_dri.so free 0x5571735e06f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0880 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000124
+gallium_dri.so free 0x5571735e0880 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0900 0.000128
+gallium_dri.so free 0x5571735e09c0 void 0.000131
+gallium_dri.so free 0x5571735e0900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0900 0.000124
+gallium_dri.so free 0x5571735e0a80 void 0.000126
+gallium_dri.so free 0x5571735e0900 void 0.000146
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000142
+gallium_dri.so free 0x5571735e0b40 void 0.000170
+gallium_dri.so free 0x5571735e0aa0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0af0 0.000133
+gallium_dri.so free 0x5571735e0bc0 void 0.000128
+gallium_dri.so free 0x5571735e0af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0af0 0.000137
+gallium_dri.so free 0x5571735e0c40 void 0.000136
+gallium_dri.so free 0x5571735e0af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0c40 0.000128
+gallium_dri.so free 0x5571735e0d00 void 0.000133
+gallium_dri.so free 0x5571735e0c40 void 0.000134
+gallium_dri.so malloc 72 0x5571735e0c40 0.000128
+gallium_dri.so free 0x5571735e0dc0 void 0.000136
+gallium_dri.so free 0x5571735e0c40 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0c40 0.000133
+gallium_dri.so free 0x5571735e0e80 void 0.000129
+gallium_dri.so free 0x5571735e0c40 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0e30 0.000131
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so free 0x5571735e0e30 void 0.000176
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000138
+gallium_dri.so free 0x5571735e0fc0 void 0.000139
+gallium_dri.so free 0x5571735e0ef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1010 0.000131
+gallium_dri.so free 0x5571735e1080 void 0.000132
+gallium_dri.so free 0x5571735e1010 void 0.000131
+gallium_dri.so malloc 72 0x5571735e10a0 0.000131
+gallium_dri.so free 0x5571735e1140 void 0.000132
+gallium_dri.so free 0x5571735e10a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e10f0 0.000131
+gallium_dri.so free 0x5571735e11c0 void 0.000131
+gallium_dri.so free 0x5571735e10f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e10f0 0.000131
+gallium_dri.so free 0x5571735e1240 void 0.000131
+gallium_dri.so free 0x5571735e10f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1240 0.000125
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so free 0x5571735e1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1240 0.000119
+gallium_dri.so free 0x5571735e1400 void 0.000119
+gallium_dri.so free 0x5571735e1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e13b0 0.000119
+gallium_dri.so free 0x5571735e1440 void 0.000120
+gallium_dri.so free 0x5571735e13b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e13b0 0.000104
+gallium_dri.so free 0x5571735c00c0 void 0.000112
+gallium_dri.so free 0x5571735e13b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13b0 0.000111
+gallium_dri.so free 0x5571735c01c0 void 0.000110
+gallium_dri.so free 0x5571735e13b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0170 0.000110
+gallium_dri.so free 0x5571735c0280 void 0.000111
+gallium_dri.so free 0x5571735c0170 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c02c0 void 0.000111
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0230 0.000110
+gallium_dri.so free 0x5571735c0380 void 0.000110
+gallium_dri.so free 0x5571735c0230 void 0.000111
+gallium_dri.so malloc 72 0x5571735c03f0 0.000111
+gallium_dri.so free 0x5571735c0440 void 0.000111
+gallium_dri.so free 0x5571735c03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c03f0 0.000110
+gallium_dri.so free 0x5571735c0540 void 0.000111
+gallium_dri.so free 0x5571735c03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c04f0 0.000111
+gallium_dri.so free 0x5571735c0600 void 0.000116
+gallium_dri.so free 0x5571735c04f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c05b0 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000110
+gallium_dri.so free 0x5571735c05b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c05b0 0.000111
+gallium_dri.so free 0x5571735c0700 void 0.000125
+gallium_dri.so free 0x5571735c05b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0740 0.000119
+gallium_dri.so free 0x5571735c07c0 void 0.000116
+gallium_dri.so free 0x5571735c0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c07c0 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000116
+gallium_dri.so free 0x5571735c07c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c07c0 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0960 0.000114
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so free 0x5571735c0960 void 0.000113
+gallium_dri.so malloc 72 0x5571735c09b0 0.000113
+gallium_dri.so free 0x5571735c0a80 void 0.000115
+gallium_dri.so free 0x5571735c09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c09b0 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so free 0x5571735c09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b00 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b00 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000115
+gallium_dri.so free 0x5571735c0b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b00 0.000114
+gallium_dri.so free 0x5571735c0d40 void 0.000183
+gallium_dri.so free 0x5571735c0b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000124
+gallium_dri.so free 0x5571735c0e00 void 0.000124
+gallium_dri.so free 0x5571735c0cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0db0 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000126
+gallium_dri.so free 0x5571735c0db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0ed0 0.000118
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0f60 0.000118
+gallium_dri.so free 0x5571735c1000 void 0.000118
+gallium_dri.so free 0x5571735c0f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000119
+gallium_dri.so free 0x5571735c1080 void 0.000118
+gallium_dri.so free 0x5571735c0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000118
+gallium_dri.so free 0x5571735c1100 void 0.000119
+gallium_dri.so free 0x5571735c0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1100 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000118
+gallium_dri.so free 0x5571735c1100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1100 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000118
+gallium_dri.so free 0x5571735c1100 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1270 0.000112
+gallium_dri.so free 0x5571735c1300 void 0.000110
+gallium_dri.so free 0x5571735c1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1270 0.000111
+gallium_dri.so free 0x5571735c13c0 void 0.000111
+gallium_dri.so free 0x5571735c1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1400 0.000110
+gallium_dri.so free 0x5571735c1480 void 0.000112
+gallium_dri.so free 0x5571735c1400 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1480 0.000110
+gallium_dri.so free 0x5571735c1540 void 0.000109
+gallium_dri.so free 0x5571735c1480 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1480 0.000110
+gallium_dri.so free 0x5571735c15c0 void 0.000111
+gallium_dri.so free 0x5571735c1480 void 0.000111
+gallium_dri.so malloc 72 0x5571735c15f0 0.000110
+gallium_dri.so free 0x5571735c1640 void 0.000111
+gallium_dri.so free 0x5571735c15f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c15f0 0.000111
+gallium_dri.so free 0x5571735c1740 void 0.000111
+gallium_dri.so free 0x5571735c15f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1780 0.000110
+gallium_dri.so free 0x5571735c1800 void 0.000116
+gallium_dri.so free 0x5571735c1780 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1800 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000111
+gallium_dri.so free 0x5571735c1800 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1800 0.000122
+gallium_dri.so free 0x5571735c1940 void 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1970 0.000114
+gallium_dri.so free 0x5571735c19c0 void 0.000115
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1970 0.000114
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so free 0x5571735c1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a70 0.000114
+gallium_dri.so free 0x5571735c1b80 void 0.000115
+gallium_dri.so free 0x5571735c1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b30 0.000114
+gallium_dri.so free 0x5571735c1c00 void 0.000115
+gallium_dri.so free 0x5571735c1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b30 0.000115
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so free 0x5571735c1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b30 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so free 0x5571735c1b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1d30 0.000115
+gallium_dri.so free 0x5571735c1e00 void 0.000115
+gallium_dri.so free 0x5571735c1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e50 0.000115
+gallium_dri.so free 0x5571735c1ec0 void 0.000116
+gallium_dri.so free 0x5571735c1e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ee0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000124
+gallium_dri.so free 0x5571735c1ee0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1f30 0.000124
+gallium_dri.so free 0x5571735c2000 void 0.000121
+gallium_dri.so free 0x5571735c1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2000 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000118
+gallium_dri.so free 0x5571735c2000 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2000 0.000117
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so free 0x5571735c2000 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2140 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2140 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2140 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2330 0.000118
+gallium_dri.so free 0x5571735c2400 void 0.000118
+gallium_dri.so free 0x5571735c2330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2450 0.000117
+gallium_dri.so free 0x5571735c24c0 void 0.000119
+gallium_dri.so free 0x5571735c2450 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2500 0.000116
+gallium_dri.so free 0x5571735c2580 void 0.000111
+gallium_dri.so free 0x5571735c2500 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2500 0.000110
+gallium_dri.so free 0x5571735c2600 void 0.000110
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2630 0.000111
+gallium_dri.so free 0x5571735c2680 void 0.000110
+gallium_dri.so free 0x5571735c2630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2630 0.000111
+gallium_dri.so free 0x5571735c2780 void 0.000111
+gallium_dri.so free 0x5571735c2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2730 0.000110
+gallium_dri.so free 0x5571735c2840 void 0.000111
+gallium_dri.so free 0x5571735c2730 void 0.000110
+gallium_dri.so malloc 72 0x5571735c27f0 0.000109
+gallium_dri.so free 0x5571735c2880 void 0.000109
+gallium_dri.so free 0x5571735c27f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c27f0 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000112
+gallium_dri.so free 0x5571735c27f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c29b0 0.000115
+gallium_dri.so free 0x5571735c2a00 void 0.000119
+gallium_dri.so free 0x5571735c29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29b0 0.000113
+gallium_dri.so free 0x5571735c2b00 void 0.000112
+gallium_dri.so free 0x5571735c29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2ab0 0.000111
+gallium_dri.so free 0x5571735c2bc0 void 0.000116
+gallium_dri.so free 0x5571735c2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b70 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b70 0.000114
+gallium_dri.so free 0x5571735c2cc0 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2d00 0.000114
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so free 0x5571735c2d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d80 0.000114
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d80 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f20 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2f20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f70 0.000113
+gallium_dri.so free 0x5571735c3040 void 0.000115
+gallium_dri.so free 0x5571735c2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f70 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000114
+gallium_dri.so free 0x5571735c2f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c30c0 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000173
+gallium_dri.so free 0x5571735c30c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c30c0 0.000124
+gallium_dri.so free 0x5571735c3240 void 0.000130
+gallium_dri.so free 0x5571735c30c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c30c0 0.000119
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so free 0x5571735c30c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c32b0 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c32b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3370 0.000117
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so free 0x5571735c3370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3490 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000119
+gallium_dri.so free 0x5571735c3490 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3520 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000117
+gallium_dri.so free 0x5571735c3520 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000117
+gallium_dri.so free 0x5571735c3640 void 0.000118
+gallium_dri.so free 0x5571735c3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3570 0.000119
+gallium_dri.so free 0x5571735c36c0 void 0.000117
+gallium_dri.so free 0x5571735c3570 void 0.000125
+gallium_dri.so malloc 72 0x5571735c36c0 0.000112
+gallium_dri.so free 0x5571735c3780 void 0.000111
+gallium_dri.so free 0x5571735c36c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c36c0 0.000112
+gallium_dri.so free 0x5571735c3880 void 0.000111
+gallium_dri.so free 0x5571735c36c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3830 0.000110
+gallium_dri.so free 0x5571735c38c0 void 0.000110
+gallium_dri.so free 0x5571735c3830 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3830 0.000111
+gallium_dri.so free 0x5571735c3980 void 0.000110
+gallium_dri.so free 0x5571735c3830 void 0.000111
+gallium_dri.so malloc 72 0x5571735c39c0 0.000110
+gallium_dri.so free 0x5571735c3a40 void 0.000112
+gallium_dri.so free 0x5571735c39c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3a40 0.000111
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c3a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3a40 0.000111
+gallium_dri.so free 0x5571735c3b80 void 0.000111
+gallium_dri.so free 0x5571735c3a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000118
+gallium_dri.so free 0x5571735c3c00 void 0.000116
+gallium_dri.so free 0x5571735c3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000114
+gallium_dri.so free 0x5571735c3d00 void 0.000112
+gallium_dri.so free 0x5571735c3bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3d40 0.000116
+gallium_dri.so free 0x5571735c3dc0 void 0.000115
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000113
+gallium_dri.so free 0x5571735c3f00 void 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f30 0.000114
+gallium_dri.so free 0x5571735c3f80 void 0.000118
+gallium_dri.so free 0x5571735c3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f30 0.000113
+gallium_dri.so free 0x5571735c4080 void 0.000115
+gallium_dri.so free 0x5571735c3f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4030 0.000115
+gallium_dri.so free 0x5571735c4140 void 0.000114
+gallium_dri.so free 0x5571735c4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c41c0 void 0.000114
+gallium_dri.so free 0x5571735c40f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000115
+gallium_dri.so free 0x5571735c40f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c40f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c42f0 0.000170
+gallium_dri.so free 0x5571735c43c0 void 0.000125
+gallium_dri.so free 0x5571735c42f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4410 0.000123
+gallium_dri.so free 0x5571735c4480 void 0.000120
+gallium_dri.so free 0x5571735c4410 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44a0 0.000119
+gallium_dri.so free 0x5571735c4540 void 0.000119
+gallium_dri.so free 0x5571735c44a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44f0 0.000118
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so free 0x5571735c44f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c45c0 0.000119
+gallium_dri.so free 0x5571735c4680 void 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c45c0 0.000117
+gallium_dri.so free 0x5571735c4700 void 0.000117
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4700 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4700 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000117
+gallium_dri.so free 0x5571735c4700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4700 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000124
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48f0 0.000112
+gallium_dri.so free 0x5571735c49c0 void 0.000112
+gallium_dri.so free 0x5571735c48f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4a10 0.000111
+gallium_dri.so free 0x5571735c4a80 void 0.000110
+gallium_dri.so free 0x5571735c4a10 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000111
+gallium_dri.so free 0x5571735c4ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000110
+gallium_dri.so free 0x5571735c4bc0 void 0.000110
+gallium_dri.so free 0x5571735c4ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000112
+gallium_dri.so free 0x5571735c4c40 void 0.000111
+gallium_dri.so free 0x5571735c4bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000110
+gallium_dri.so free 0x5571735c4d40 void 0.000111
+gallium_dri.so free 0x5571735c4bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000111
+gallium_dri.so free 0x5571735c4e00 void 0.000111
+gallium_dri.so free 0x5571735c4cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4db0 0.000119
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so free 0x5571735c4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4db0 0.000112
+gallium_dri.so free 0x5571735c4f00 void 0.000112
+gallium_dri.so free 0x5571735c4db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4f70 0.000117
+gallium_dri.so free 0x5571735c4fc0 void 0.000116
+gallium_dri.so free 0x5571735c4f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f70 0.000115
+gallium_dri.so free 0x5571735c50c0 void 0.000115
+gallium_dri.so free 0x5571735c4f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5070 0.000114
+gallium_dri.so free 0x5571735c5180 void 0.000116
+gallium_dri.so free 0x5571735c5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5130 0.000114
+gallium_dri.so free 0x5571735c51c0 void 0.000115
+gallium_dri.so free 0x5571735c5130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5130 0.000114
+gallium_dri.so free 0x5571735c5280 void 0.000116
+gallium_dri.so free 0x5571735c5130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c52c0 0.000113
+gallium_dri.so free 0x5571735c5340 void 0.000114
+gallium_dri.so free 0x5571735c52c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5340 0.000114
+gallium_dri.so free 0x5571735c5400 void 0.000116
+gallium_dri.so free 0x5571735c5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5340 0.000114
+gallium_dri.so free 0x5571735c54c0 void 0.000114
+gallium_dri.so free 0x5571735c5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c54e0 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so free 0x5571735c54e0 void 0.000208
+gallium_dri.so malloc 72 0x5571735c5530 0.000161
+gallium_dri.so free 0x5571735c5600 void 0.000159
+gallium_dri.so free 0x5571735c5530 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5530 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000119
+gallium_dri.so free 0x5571735c5530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5680 0.000119
+gallium_dri.so free 0x5571735c5740 void 0.000118
+gallium_dri.so free 0x5571735c5680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5680 0.000118
+gallium_dri.so free 0x5571735c5800 void 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5680 0.000118
+gallium_dri.so free 0x5571735c58c0 void 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5870 0.000119
+gallium_dri.so free 0x5571735c5980 void 0.000119
+gallium_dri.so free 0x5571735c5870 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5930 0.000119
+gallium_dri.so free 0x5571735c5a00 void 0.000119
+gallium_dri.so free 0x5571735c5930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5a50 0.000117
+gallium_dri.so free 0x5571735c5ac0 void 0.000118
+gallium_dri.so free 0x5571735c5a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5ae0 0.000118
+gallium_dri.so free 0x5571735c5b80 void 0.000111
+gallium_dri.so free 0x5571735c5ae0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5b30 0.000112
+gallium_dri.so free 0x5571735c5c00 void 0.000112
+gallium_dri.so free 0x5571735c5b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5b30 0.000112
+gallium_dri.so free 0x5571735c5c80 void 0.000111
+gallium_dri.so free 0x5571735c5b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5c80 0.000113
+gallium_dri.so free 0x5571735c5d40 void 0.000111
+gallium_dri.so free 0x5571735c5c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5c80 0.000109
+gallium_dri.so free 0x5571735c5e40 void 0.000109
+gallium_dri.so free 0x5571735c5c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5df0 0.000112
+gallium_dri.so free 0x5571735c5e80 void 0.000111
+gallium_dri.so free 0x5571735c5df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5df0 0.000114
+gallium_dri.so free 0x5571735c5f40 void 0.000110
+gallium_dri.so free 0x5571735c5df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5f80 0.000116
+gallium_dri.so free 0x5571735c6000 void 0.000122
+gallium_dri.so free 0x5571735c5f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6000 0.000114
+gallium_dri.so free 0x5571735c60c0 void 0.000114
+gallium_dri.so free 0x5571735c6000 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6000 0.000125
+gallium_dri.so free 0x5571735c6140 void 0.000116
+gallium_dri.so free 0x5571735c6000 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6170 0.000115
+gallium_dri.so free 0x5571735c61c0 void 0.000114
+gallium_dri.so free 0x5571735c6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6170 0.000114
+gallium_dri.so free 0x5571735c62c0 void 0.000115
+gallium_dri.so free 0x5571735c6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6300 0.000114
+gallium_dri.so free 0x5571735c6380 void 0.000115
+gallium_dri.so free 0x5571735c6300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6380 0.000114
+gallium_dri.so free 0x5571735c6440 void 0.000115
+gallium_dri.so free 0x5571735c6380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6380 0.000115
+gallium_dri.so free 0x5571735c64c0 void 0.000115
+gallium_dri.so free 0x5571735c6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735c64f0 0.000114
+gallium_dri.so free 0x5571735c6540 void 0.000115
+gallium_dri.so free 0x5571735c64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c64f0 0.000114
+gallium_dri.so free 0x5571735c6640 void 0.000114
+gallium_dri.so free 0x5571735c64f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c65f0 0.000115
+gallium_dri.so free 0x5571735c6700 void 0.000114
+gallium_dri.so free 0x5571735c65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c66b0 0.000152
+gallium_dri.so free 0x5571735c6780 void 0.000127
+gallium_dri.so free 0x5571735c66b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c66b0 0.000124
+gallium_dri.so free 0x5571735c6840 void 0.000125
+gallium_dri.so free 0x5571735c66b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c66b0 0.000118
+gallium_dri.so free 0x5571735c6900 void 0.000120
+gallium_dri.so free 0x5571735c66b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c68b0 0.000118
+gallium_dri.so free 0x5571735c6980 void 0.000119
+gallium_dri.so free 0x5571735c68b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c69d0 0.000118
+gallium_dri.so free 0x5571735c6a40 void 0.000119
+gallium_dri.so free 0x5571735c69d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6a60 0.000118
+gallium_dri.so free 0x5571735c6b00 void 0.000118
+gallium_dri.so free 0x5571735c6a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000118
+gallium_dri.so free 0x5571735c6b80 void 0.000119
+gallium_dri.so free 0x5571735c6ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6b80 0.000118
+gallium_dri.so free 0x5571735c6c40 void 0.000119
+gallium_dri.so free 0x5571735c6b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6b80 0.000117
+gallium_dri.so free 0x5571735c6cc0 void 0.000121
+gallium_dri.so free 0x5571735c6b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000112
+gallium_dri.so free 0x5571735c6d80 void 0.000111
+gallium_dri.so free 0x5571735c6cc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000110
+gallium_dri.so free 0x5571735c6e40 void 0.000110
+gallium_dri.so free 0x5571735c6cc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000112
+gallium_dri.so free 0x5571735c6f00 void 0.000114
+gallium_dri.so free 0x5571735c6cc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000110
+gallium_dri.so free 0x5571735c6f80 void 0.000111
+gallium_dri.so free 0x5571735c6eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6fd0 0.000111
+gallium_dri.so free 0x5571735c7040 void 0.000111
+gallium_dri.so free 0x5571735c6fd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7080 0.000111
+gallium_dri.so free 0x5571735c7100 void 0.000110
+gallium_dri.so free 0x5571735c7080 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7080 0.000109
+gallium_dri.so free 0x5571735c7180 void 0.000111
+gallium_dri.so free 0x5571735c7080 void 0.000111
+gallium_dri.so malloc 72 0x5571735c71b0 0.000116
+gallium_dri.so free 0x5571735c7200 void 0.000118
+gallium_dri.so free 0x5571735c71b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c71b0 0.000112
+gallium_dri.so free 0x5571735c7300 void 0.000111
+gallium_dri.so free 0x5571735c71b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c72b0 0.000135
+gallium_dri.so free 0x5571735c73c0 void 0.000125
+gallium_dri.so free 0x5571735c72b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735c7370 0.000220
+gallium_dri.so free 0x5571735c7400 void 0.000221
+gallium_dri.so free 0x5571735c7370 void 0.000227
+gallium_dri.so malloc 72 0x5571735c7370 0.000195
+gallium_dri.so free 0x5571735c74c0 void 0.000197
+gallium_dri.so free 0x5571735c7370 void 0.000195
+gallium_dri.so malloc 72 0x5571735c7530 0.000163
+gallium_dri.so free 0x5571735c7580 void 0.000150
+gallium_dri.so free 0x5571735c7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7530 0.000114
+gallium_dri.so free 0x5571735c7680 void 0.000115
+gallium_dri.so free 0x5571735c7530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7630 0.000116
+gallium_dri.so free 0x5571735c7740 void 0.000121
+gallium_dri.so free 0x5571735c7630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c76f0 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000115
+gallium_dri.so free 0x5571735c76f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c76f0 0.000114
+gallium_dri.so free 0x5571735c7840 void 0.000163
+gallium_dri.so free 0x5571735c76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7880 0.000114
+gallium_dri.so free 0x5571735c7900 void 0.000115
+gallium_dri.so free 0x5571735c7880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7900 0.000115
+gallium_dri.so free 0x5571735c79c0 void 0.000115
+gallium_dri.so free 0x5571735c7900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7900 0.000115
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so free 0x5571735c7900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7aa0 0.000114
+gallium_dri.so free 0x5571735c7b40 void 0.000114
+gallium_dri.so free 0x5571735c7aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7af0 0.000113
+gallium_dri.so free 0x5571735c7bc0 void 0.000114
+gallium_dri.so free 0x5571735c7af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7af0 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000115
+gallium_dri.so free 0x5571735c7af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7c40 0.000113
+gallium_dri.so free 0x5571735c7d00 void 0.000116
+gallium_dri.so free 0x5571735c7c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7c40 0.000114
+gallium_dri.so free 0x5571735c7dc0 void 0.000118
+gallium_dri.so free 0x5571735c7c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7c40 0.000115
+gallium_dri.so free 0x5571735c7e80 void 0.000121
+gallium_dri.so free 0x5571735c7c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7e30 0.000110
+gallium_dri.so free 0x5571735c7f40 void 0.000111
+gallium_dri.so free 0x5571735c7e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000112
+gallium_dri.so free 0x5571735c7fc0 void 0.000117
+gallium_dri.so free 0x5571735c7ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8010 0.000113
+gallium_dri.so free 0x5571735c8080 void 0.000111
+gallium_dri.so free 0x5571735c8010 void 0.000112
+gallium_dri.so malloc 72 0x5571735c80a0 0.000111
+gallium_dri.so free 0x5571735c8140 void 0.000122
+gallium_dri.so free 0x5571735c80a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c80f0 0.000111
+gallium_dri.so free 0x5571735c81c0 void 0.000110
+gallium_dri.so free 0x5571735c80f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c80f0 0.000111
+gallium_dri.so free 0x5571735c8240 void 0.000111
+gallium_dri.so free 0x5571735c80f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8240 0.000111
+gallium_dri.so free 0x5571735c8300 void 0.000110
+gallium_dri.so free 0x5571735c8240 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8240 0.000111
+gallium_dri.so free 0x5571735c8400 void 0.000111
+gallium_dri.so free 0x5571735c8240 void 0.000110
+gallium_dri.so malloc 72 0x5571735c83b0 0.000111
+gallium_dri.so free 0x5571735c8440 void 0.000111
+gallium_dri.so free 0x5571735c83b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c83b0 0.000124
+gallium_dri.so free 0x5571735c8500 void 0.000125
+gallium_dri.so free 0x5571735c83b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8540 0.000120
+gallium_dri.so free 0x5571735c85c0 void 0.000119
+gallium_dri.so free 0x5571735c8540 void 0.000122
+gallium_dri.so malloc 72 0x5571735c85c0 0.000126
+gallium_dri.so free 0x5571735c8680 void 0.000124
+gallium_dri.so free 0x5571735c85c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c85c0 0.000125
+gallium_dri.so free 0x5571735c8700 void 0.000120
+gallium_dri.so free 0x5571735c85c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8730 0.000123
+gallium_dri.so free 0x5571735c8780 void 0.000120
+gallium_dri.so free 0x5571735c8730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8730 0.000118
+gallium_dri.so free 0x5571735c8880 void 0.000123
+gallium_dri.so free 0x5571735c8730 void 0.000121
+gallium_dri.so malloc 72 0x5571735c88c0 0.000122
+gallium_dri.so free 0x5571735c8940 void 0.000124
+gallium_dri.so free 0x5571735c88c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8940 0.000197
+gallium_dri.so free 0x5571735c8a00 void 0.000157
+gallium_dri.so free 0x5571735c8940 void 0.000161
+gallium_dri.so malloc 72 0x5571735c8940 0.000234
+gallium_dri.so free 0x5571735c8a80 void 0.000270
+gallium_dri.so free 0x5571735c8940 void 0.000257
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000265
+gallium_dri.so free 0x5571735c8b00 void 0.000253
+gallium_dri.so free 0x5571735c8ab0 void 0.000212
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000125
+gallium_dri.so free 0x5571735c8c00 void 0.000119
+gallium_dri.so free 0x5571735c8ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000122
+gallium_dri.so free 0x5571735c8cc0 void 0.000125
+gallium_dri.so free 0x5571735c8bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8c70 0.000123
+gallium_dri.so free 0x5571735c8d40 void 0.000119
+gallium_dri.so free 0x5571735c8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8c70 0.000122
+gallium_dri.so free 0x5571735c8e00 void 0.000136
+gallium_dri.so free 0x5571735c8c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c8c70 0.000132
+gallium_dri.so free 0x5571735c8ec0 void 0.000126
+gallium_dri.so free 0x5571735c8c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8e70 0.000122
+gallium_dri.so free 0x5571735c8f40 void 0.000124
+gallium_dri.so free 0x5571735c8e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8f90 0.000131
+gallium_dri.so free 0x5571735c9000 void 0.000132
+gallium_dri.so free 0x5571735c8f90 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9020 0.000122
+gallium_dri.so free 0x5571735c90c0 void 0.000122
+gallium_dri.so free 0x5571735c9020 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9070 0.000131
+gallium_dri.so free 0x5571735c9140 void 0.000132
+gallium_dri.so free 0x5571735c9070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9140 0.000122
+gallium_dri.so free 0x5571735c9200 void 0.000122
+gallium_dri.so free 0x5571735c9140 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9140 0.000125
+gallium_dri.so free 0x5571735c9280 void 0.000124
+gallium_dri.so free 0x5571735c9140 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9280 0.000131
+gallium_dri.so free 0x5571735c9340 void 0.000141
+gallium_dri.so free 0x5571735c9280 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9280 0.000133
+gallium_dri.so free 0x5571735c9400 void 0.000130
+gallium_dri.so free 0x5571735c9280 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9280 0.000132
+gallium_dri.so free 0x5571735c94c0 void 0.000126
+gallium_dri.so free 0x5571735c9280 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9470 0.000129
+gallium_dri.so free 0x5571735c9540 void 0.000131
+gallium_dri.so free 0x5571735c9470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9590 0.000126
+gallium_dri.so free 0x5571735c9600 void 0.000129
+gallium_dri.so free 0x5571735c9590 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9640 0.000129
+gallium_dri.so free 0x5571735c96c0 void 0.000126
+gallium_dri.so free 0x5571735c9640 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9640 0.000131
+gallium_dri.so free 0x5571735c9740 void 0.000126
+gallium_dri.so free 0x5571735c9640 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9770 0.000124
+gallium_dri.so free 0x5571735c97c0 void 0.000130
+gallium_dri.so free 0x5571735c9770 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9770 0.000123
+gallium_dri.so free 0x5571735c98c0 void 0.000123
+gallium_dri.so free 0x5571735c9770 void 0.000133
+gallium_dri.so malloc 72 0x5571735c9870 0.000131
+gallium_dri.so free 0x5571735c9980 void 0.000130
+gallium_dri.so free 0x5571735c9870 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9930 0.000129
+gallium_dri.so free 0x5571735c99c0 void 0.000145
+gallium_dri.so free 0x5571735c9930 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9930 0.000130
+gallium_dri.so free 0x5571735c9a80 void 0.000127
+gallium_dri.so free 0x5571735c9930 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9af0 0.000124
+gallium_dri.so free 0x5571735c9b40 void 0.000124
+gallium_dri.so free 0x5571735c9af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9af0 0.000124
+gallium_dri.so free 0x5571735c9c40 void 0.000124
+gallium_dri.so free 0x5571735c9af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9bf0 0.000120
+gallium_dri.so free 0x5571735c9d00 void 0.000119
+gallium_dri.so free 0x5571735c9bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9cb0 0.000119
+gallium_dri.so free 0x5571735c9d40 void 0.000119
+gallium_dri.so free 0x5571735c9cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9cb0 0.000118
+gallium_dri.so free 0x5571735c9e00 void 0.000118
+gallium_dri.so free 0x5571735c9cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9e40 0.000117
+gallium_dri.so free 0x5571735c9ec0 void 0.000117
+gallium_dri.so free 0x5571735c9e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9ec0 0.000117
+gallium_dri.so free 0x5571735c9f80 void 0.000116
+gallium_dri.so free 0x5571735c9ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9ec0 0.000116
+gallium_dri.so free 0x5571735ca040 void 0.000116
+gallium_dri.so free 0x5571735c9ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca060 0.000115
+gallium_dri.so free 0x5571735ca100 void 0.000117
+gallium_dri.so free 0x5571735ca060 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca0b0 0.000118
+gallium_dri.so free 0x5571735ca180 void 0.000117
+gallium_dri.so free 0x5571735ca0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca0b0 0.000116
+gallium_dri.so free 0x5571735ca200 void 0.000116
+gallium_dri.so free 0x5571735ca0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca200 0.000117
+gallium_dri.so free 0x5571735ca2c0 void 0.000117
+gallium_dri.so free 0x5571735ca200 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca200 0.000115
+gallium_dri.so free 0x5571735ca380 void 0.000117
+gallium_dri.so free 0x5571735ca200 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca200 0.000117
+gallium_dri.so free 0x5571735ca440 void 0.000117
+gallium_dri.so free 0x5571735ca200 void 0.000129
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000119
+gallium_dri.so free 0x5571735ca500 void 0.000117
+gallium_dri.so free 0x5571735ca3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca4b0 0.000118
+gallium_dri.so free 0x5571735ca580 void 0.000118
+gallium_dri.so free 0x5571735ca4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca5d0 0.000118
+gallium_dri.so free 0x5571735ca640 void 0.000118
+gallium_dri.so free 0x5571735ca5d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca660 0.000118
+gallium_dri.so free 0x5571735ca700 void 0.000118
+gallium_dri.so free 0x5571735ca660 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca6b0 0.000119
+gallium_dri.so free 0x5571735ca780 void 0.000118
+gallium_dri.so free 0x5571735ca6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca6b0 0.000117
+gallium_dri.so free 0x5571735ca800 void 0.000117
+gallium_dri.so free 0x5571735ca6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca800 0.000119
+gallium_dri.so free 0x5571735ca8c0 void 0.000118
+gallium_dri.so free 0x5571735ca800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca800 0.000117
+gallium_dri.so free 0x5571735ca9c0 void 0.000117
+gallium_dri.so free 0x5571735ca800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca970 0.000118
+gallium_dri.so free 0x5571735caa00 void 0.000153
+gallium_dri.so free 0x5571735ca970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca970 0.000119
+gallium_dri.so free 0x5571735caac0 void 0.000117
+gallium_dri.so free 0x5571735ca970 void 0.000117
+gallium_dri.so malloc 72 0x5571735cab00 0.000117
+gallium_dri.so free 0x5571735cab80 void 0.000118
+gallium_dri.so free 0x5571735cab00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cab80 0.000119
+gallium_dri.so free 0x5571735cac40 void 0.000119
+gallium_dri.so free 0x5571735cab80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cab80 0.000118
+gallium_dri.so free 0x5571735cacc0 void 0.000118
+gallium_dri.so free 0x5571735cab80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cacf0 0.000119
+gallium_dri.so free 0x5571735cad40 void 0.000118
+gallium_dri.so free 0x5571735cacf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cacf0 0.000118
+gallium_dri.so free 0x5571735cae40 void 0.000119
+gallium_dri.so free 0x5571735cacf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cae80 0.000119
+gallium_dri.so free 0x5571735caf00 void 0.000119
+gallium_dri.so free 0x5571735cae80 void 0.000118
+gallium_dri.so malloc 72 0x5571735caf00 0.000119
+gallium_dri.so free 0x5571735cafc0 void 0.000118
+gallium_dri.so free 0x5571735caf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735caf00 0.000118
+gallium_dri.so free 0x5571735cb040 void 0.000119
+gallium_dri.so free 0x5571735caf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb070 0.000118
+gallium_dri.so free 0x5571735cb0c0 void 0.000117
+gallium_dri.so free 0x5571735cb070 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb070 0.000117
+gallium_dri.so free 0x5571735cb1c0 void 0.000117
+gallium_dri.so free 0x5571735cb070 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb170 0.000117
+gallium_dri.so free 0x5571735cb280 void 0.000118
+gallium_dri.so free 0x5571735cb170 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb230 0.000118
+gallium_dri.so free 0x5571735cb300 void 0.000116
+gallium_dri.so free 0x5571735cb230 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb230 0.000116
+gallium_dri.so free 0x5571735cb3c0 void 0.000118
+gallium_dri.so free 0x5571735cb230 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb230 0.000117
+gallium_dri.so free 0x5571735cb480 void 0.000116
+gallium_dri.so free 0x5571735cb230 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb430 0.000115
+gallium_dri.so free 0x5571735cb500 void 0.000117
+gallium_dri.so free 0x5571735cb430 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb550 0.000116
+gallium_dri.so free 0x5571735cb5c0 void 0.000117
+gallium_dri.so free 0x5571735cb550 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb5e0 0.000127
+gallium_dri.so free 0x5571735cb680 void 0.000119
+gallium_dri.so free 0x5571735cb5e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb630 0.000119
+gallium_dri.so free 0x5571735cb700 void 0.000119
+gallium_dri.so free 0x5571735cb630 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb700 0.000118
+gallium_dri.so free 0x5571735cb7c0 void 0.000117
+gallium_dri.so free 0x5571735cb700 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb700 0.000117
+gallium_dri.so free 0x5571735cb840 void 0.000118
+gallium_dri.so free 0x5571735cb700 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb840 0.000119
+gallium_dri.so free 0x5571735cb900 void 0.000117
+gallium_dri.so free 0x5571735cb840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb840 0.000118
+gallium_dri.so free 0x5571735cb9c0 void 0.000117
+gallium_dri.so free 0x5571735cb840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb840 0.000119
+gallium_dri.so free 0x5571735cba80 void 0.000118
+gallium_dri.so free 0x5571735cb840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cba30 0.000118
+gallium_dri.so free 0x5571735cbb00 void 0.000118
+gallium_dri.so free 0x5571735cba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbb50 0.000122
+gallium_dri.so free 0x5571735cbbc0 void 0.000120
+gallium_dri.so free 0x5571735cbb50 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbc00 0.000164
+gallium_dri.so free 0x5571735cbc80 void 0.000118
+gallium_dri.so free 0x5571735cbc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbc00 0.000118
+gallium_dri.so free 0x5571735cbd00 void 0.000119
+gallium_dri.so free 0x5571735cbc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbd30 0.000118
+gallium_dri.so free 0x5571735cbd80 void 0.000118
+gallium_dri.so free 0x5571735cbd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbd30 0.000120
+gallium_dri.so free 0x5571735cbe80 void 0.000119
+gallium_dri.so free 0x5571735cbd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbe30 0.000118
+gallium_dri.so free 0x5571735cbf40 void 0.000118
+gallium_dri.so free 0x5571735cbe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbef0 0.000118
+gallium_dri.so free 0x5571735cbf80 void 0.000118
+gallium_dri.so free 0x5571735cbef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbef0 0.000118
+gallium_dri.so free 0x5571735cc040 void 0.000119
+gallium_dri.so free 0x5571735cbef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000119
+gallium_dri.so free 0x5571735cc100 void 0.000119
+gallium_dri.so free 0x5571735cc0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000118
+gallium_dri.so free 0x5571735cc200 void 0.000118
+gallium_dri.so free 0x5571735cc0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000118
+gallium_dri.so free 0x5571735cc2c0 void 0.000117
+gallium_dri.so free 0x5571735cc1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc270 0.000116
+gallium_dri.so free 0x5571735cc300 void 0.000118
+gallium_dri.so free 0x5571735cc270 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc270 0.000117
+gallium_dri.so free 0x5571735cc3c0 void 0.000116
+gallium_dri.so free 0x5571735cc270 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc400 0.000117
+gallium_dri.so free 0x5571735cc480 void 0.000116
+gallium_dri.so free 0x5571735cc400 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc480 0.000116
+gallium_dri.so free 0x5571735cc540 void 0.000116
+gallium_dri.so free 0x5571735cc480 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc480 0.000117
+gallium_dri.so free 0x5571735cc600 void 0.000118
+gallium_dri.so free 0x5571735cc480 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc620 0.000118
+gallium_dri.so free 0x5571735cc6c0 void 0.000118
+gallium_dri.so free 0x5571735cc620 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc670 0.000116
+gallium_dri.so free 0x5571735cc740 void 0.000116
+gallium_dri.so free 0x5571735cc670 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc670 0.000116
+gallium_dri.so free 0x5571735cc7c0 void 0.000117
+gallium_dri.so free 0x5571735cc670 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000117
+gallium_dri.so free 0x5571735cc880 void 0.000119
+gallium_dri.so free 0x5571735cc7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000119
+gallium_dri.so free 0x5571735cc940 void 0.000118
+gallium_dri.so free 0x5571735cc7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000117
+gallium_dri.so free 0x5571735cca00 void 0.000117
+gallium_dri.so free 0x5571735cc7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000118
+gallium_dri.so free 0x5571735ccac0 void 0.000118
+gallium_dri.so free 0x5571735cc9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cca70 0.000122
+gallium_dri.so free 0x5571735ccb40 void 0.000119
+gallium_dri.so free 0x5571735cca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccb90 0.000117
+gallium_dri.so free 0x5571735ccc00 void 0.000119
+gallium_dri.so free 0x5571735ccb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccc20 0.000119
+gallium_dri.so free 0x5571735cccc0 void 0.000120
+gallium_dri.so free 0x5571735ccc20 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc70 0.000117
+gallium_dri.so free 0x5571735ccd40 void 0.000119
+gallium_dri.so free 0x5571735ccc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccc70 0.000118
+gallium_dri.so free 0x5571735ccdc0 void 0.000167
+gallium_dri.so free 0x5571735ccc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000119
+gallium_dri.so free 0x5571735cce80 void 0.000118
+gallium_dri.so free 0x5571735ccdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000117
+gallium_dri.so free 0x5571735ccf80 void 0.000118
+gallium_dri.so free 0x5571735ccdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccf30 0.000118
+gallium_dri.so free 0x5571735ccfc0 void 0.000120
+gallium_dri.so free 0x5571735ccf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccf30 0.000118
+gallium_dri.so free 0x5571735cd080 void 0.000117
+gallium_dri.so free 0x5571735ccf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000118
+gallium_dri.so free 0x5571735cd140 void 0.000120
+gallium_dri.so free 0x5571735cd0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd140 0.000118
+gallium_dri.so free 0x5571735cd200 void 0.000118
+gallium_dri.so free 0x5571735cd140 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd140 0.000117
+gallium_dri.so free 0x5571735cd280 void 0.000118
+gallium_dri.so free 0x5571735cd140 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000118
+gallium_dri.so free 0x5571735cd300 void 0.000119
+gallium_dri.so free 0x5571735cd2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000125
+gallium_dri.so free 0x5571735cd400 void 0.000117
+gallium_dri.so free 0x5571735cd2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd440 0.000116
+gallium_dri.so free 0x5571735cd4c0 void 0.000116
+gallium_dri.so free 0x5571735cd440 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000117
+gallium_dri.so free 0x5571735cd580 void 0.000118
+gallium_dri.so free 0x5571735cd4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000117
+gallium_dri.so free 0x5571735cd600 void 0.000117
+gallium_dri.so free 0x5571735cd4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd630 0.000116
+gallium_dri.so free 0x5571735cd680 void 0.000120
+gallium_dri.so free 0x5571735cd630 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd630 0.000116
+gallium_dri.so free 0x5571735cd780 void 0.000118
+gallium_dri.so free 0x5571735cd630 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd730 0.000117
+gallium_dri.so free 0x5571735cd840 void 0.000115
+gallium_dri.so free 0x5571735cd730 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000117
+gallium_dri.so free 0x5571735cd8c0 void 0.000116
+gallium_dri.so free 0x5571735cd7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000117
+gallium_dri.so free 0x5571735cd980 void 0.000116
+gallium_dri.so free 0x5571735cd7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000127
+gallium_dri.so free 0x5571735cda40 void 0.000120
+gallium_dri.so free 0x5571735cd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd9f0 0.000123
+gallium_dri.so free 0x5571735cdac0 void 0.000119
+gallium_dri.so free 0x5571735cd9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb10 0.000117
+gallium_dri.so free 0x5571735cdb80 void 0.000117
+gallium_dri.so free 0x5571735cdb10 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdba0 0.000118
+gallium_dri.so free 0x5571735cdc40 void 0.000119
+gallium_dri.so free 0x5571735cdba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdbf0 0.000119
+gallium_dri.so free 0x5571735cdcc0 void 0.000119
+gallium_dri.so free 0x5571735cdbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000118
+gallium_dri.so free 0x5571735cdd80 void 0.000117
+gallium_dri.so free 0x5571735cdcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000117
+gallium_dri.so free 0x5571735cde00 void 0.000117
+gallium_dri.so free 0x5571735cdcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde00 0.000118
+gallium_dri.so free 0x5571735cdec0 void 0.000118
+gallium_dri.so free 0x5571735cde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cde00 0.000119
+gallium_dri.so free 0x5571735cdf80 void 0.000118
+gallium_dri.so free 0x5571735cde00 void 0.000156
+gallium_dri.so malloc 72 0x5571735cde00 0.000120
+gallium_dri.so free 0x5571735ce040 void 0.000119
+gallium_dri.so free 0x5571735cde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdff0 0.000118
+gallium_dri.so free 0x5571735ce0c0 void 0.000118
+gallium_dri.so free 0x5571735cdff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce110 0.000118
+gallium_dri.so free 0x5571735ce180 void 0.000118
+gallium_dri.so free 0x5571735ce110 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000117
+gallium_dri.so free 0x5571735ce240 void 0.000119
+gallium_dri.so free 0x5571735ce1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000118
+gallium_dri.so free 0x5571735ce2c0 void 0.000118
+gallium_dri.so free 0x5571735ce1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000117
+gallium_dri.so free 0x5571735ce340 void 0.000117
+gallium_dri.so free 0x5571735ce2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000121
+gallium_dri.so free 0x5571735ce440 void 0.000118
+gallium_dri.so free 0x5571735ce2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000118
+gallium_dri.so free 0x5571735ce500 void 0.000118
+gallium_dri.so free 0x5571735ce3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce4b0 0.000118
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce4b0 void 0.000108
+gallium_dri.so malloc 72 0x5571735ce4b0 0.000117
+gallium_dri.so free 0x5571735ce600 void 0.000116
+gallium_dri.so free 0x5571735ce4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce670 0.000116
+gallium_dri.so free 0x5571735ce6c0 void 0.000115
+gallium_dri.so free 0x5571735ce670 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce670 0.000116
+gallium_dri.so free 0x5571735ce7c0 void 0.000117
+gallium_dri.so free 0x5571735ce670 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce770 0.000116
+gallium_dri.so free 0x5571735ce880 void 0.000118
+gallium_dri.so free 0x5571735ce770 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce830 0.000117
+gallium_dri.so free 0x5571735ce8c0 void 0.000117
+gallium_dri.so free 0x5571735ce830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce830 0.000116
+gallium_dri.so free 0x5571735ce980 void 0.000116
+gallium_dri.so free 0x5571735ce830 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000117
+gallium_dri.so free 0x5571735cea40 void 0.000121
+gallium_dri.so free 0x5571735ce9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cea40 0.000117
+gallium_dri.so free 0x5571735ceb00 void 0.000116
+gallium_dri.so free 0x5571735cea40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cea40 0.000117
+gallium_dri.so free 0x5571735cebc0 void 0.000121
+gallium_dri.so free 0x5571735cea40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cebe0 0.000118
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so free 0x5571735cebe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cec30 0.000117
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so free 0x5571735cec30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cec30 0.000119
+gallium_dri.so free 0x5571735ced80 void 0.000119
+gallium_dri.so free 0x5571735cec30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ced80 0.000119
+gallium_dri.so free 0x5571735cee40 void 0.000118
+gallium_dri.so free 0x5571735ced80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced80 0.000119
+gallium_dri.so free 0x5571735cef00 void 0.000119
+gallium_dri.so free 0x5571735ced80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced80 0.000117
+gallium_dri.so free 0x5571735cefc0 void 0.000117
+gallium_dri.so free 0x5571735ced80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cef70 0.000117
+gallium_dri.so free 0x5571735cf080 void 0.000118
+gallium_dri.so free 0x5571735cef70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf030 0.000118
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so free 0x5571735cf030 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf150 0.000118
+gallium_dri.so free 0x5571735cf1c0 void 0.000165
+gallium_dri.so free 0x5571735cf150 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf1e0 0.000117
+gallium_dri.so free 0x5571735cf280 void 0.000119
+gallium_dri.so free 0x5571735cf1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf230 0.000117
+gallium_dri.so free 0x5571735cf300 void 0.000117
+gallium_dri.so free 0x5571735cf230 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf230 0.000119
+gallium_dri.so free 0x5571735cf380 void 0.000118
+gallium_dri.so free 0x5571735cf230 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf380 0.000117
+gallium_dri.so free 0x5571735cf440 void 0.000118
+gallium_dri.so free 0x5571735cf380 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf380 0.000118
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so free 0x5571735cf380 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000119
+gallium_dri.so free 0x5571735cf580 void 0.000118
+gallium_dri.so free 0x5571735cf4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000118
+gallium_dri.so free 0x5571735cf640 void 0.000118
+gallium_dri.so free 0x5571735cf4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf680 0.000119
+gallium_dri.so free 0x5571735cf700 void 0.000118
+gallium_dri.so free 0x5571735cf680 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf700 0.000126
+gallium_dri.so free 0x5571735cf7c0 void 0.000120
+gallium_dri.so free 0x5571735cf700 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf700 0.000119
+gallium_dri.so free 0x5571735cf840 void 0.000117
+gallium_dri.so free 0x5571735cf700 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf870 0.000116
+gallium_dri.so free 0x5571735cf8c0 void 0.000117
+gallium_dri.so free 0x5571735cf870 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf870 0.000117
+gallium_dri.so free 0x5571735cf9c0 void 0.000121
+gallium_dri.so free 0x5571735cf870 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfa80 0.000116
+gallium_dri.so free 0x5571735cfb40 void 0.000117
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa80 0.000117
+gallium_dri.so free 0x5571735cfbc0 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000117
+gallium_dri.so free 0x5571735cfc40 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so free 0x5571735cfbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000127
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000118
+gallium_dri.so free 0x5571735cfe80 void 0.000119
+gallium_dri.so free 0x5571735cfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000119
+gallium_dri.so free 0x5571735cff40 void 0.000118
+gallium_dri.so free 0x5571735cfdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000117
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so free 0x5571735cfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cffb0 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so free 0x5571735cffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d00d0 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000117
+gallium_dri.so free 0x5571735d00d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0160 0.000119
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0160 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01b0 0.000117
+gallium_dri.so free 0x5571735d0280 void 0.000117
+gallium_dri.so free 0x5571735d01b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0280 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d0280 void 0.000160
+gallium_dri.so malloc 72 0x5571735d0280 0.000121
+gallium_dri.so free 0x5571735d03c0 void 0.000119
+gallium_dri.so free 0x5571735d0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d03c0 0.000118
+gallium_dri.so free 0x5571735d0480 void 0.000118
+gallium_dri.so free 0x5571735d03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d03c0 0.000118
+gallium_dri.so free 0x5571735d0540 void 0.000118
+gallium_dri.so free 0x5571735d03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d03c0 0.000117
+gallium_dri.so free 0x5571735d0600 void 0.000118
+gallium_dri.so free 0x5571735d03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d05b0 0.000123
+gallium_dri.so free 0x5571735d0680 void 0.000119
+gallium_dri.so free 0x5571735d05b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d06d0 0.000125
+gallium_dri.so free 0x5571735d0740 void 0.000119
+gallium_dri.so free 0x5571735d06d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0780 0.000119
+gallium_dri.so free 0x5571735d0800 void 0.000119
+gallium_dri.so free 0x5571735d0780 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0780 0.000118
+gallium_dri.so free 0x5571735d0880 void 0.000118
+gallium_dri.so free 0x5571735d0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d08b0 0.000119
+gallium_dri.so free 0x5571735d0900 void 0.000133
+gallium_dri.so free 0x5571735d08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d08b0 0.000116
+gallium_dri.so free 0x5571735d0a00 void 0.000117
+gallium_dri.so free 0x5571735d08b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d09b0 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000116
+gallium_dri.so free 0x5571735d09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a70 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000117
+gallium_dri.so free 0x5571735d0a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a70 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000118
+gallium_dri.so free 0x5571735d0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c30 0.000117
+gallium_dri.so free 0x5571735d0c80 void 0.000117
+gallium_dri.so free 0x5571735d0c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0c30 0.000116
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so free 0x5571735d0c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0d30 0.000116
+gallium_dri.so free 0x5571735d0e40 void 0.000118
+gallium_dri.so free 0x5571735d0d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0df0 0.000117
+gallium_dri.so free 0x5571735d0e80 void 0.000117
+gallium_dri.so free 0x5571735d0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0df0 0.000116
+gallium_dri.so free 0x5571735d0f40 void 0.000113
+gallium_dri.so free 0x5571735d0df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0f80 0.000110
+gallium_dri.so free 0x5571735d1000 void 0.000111
+gallium_dri.so free 0x5571735d0f80 void 0.000109
+gallium_dri.so malloc 72 0x5571735d1000 0.000111
+gallium_dri.so free 0x5571735d10c0 void 0.000112
+gallium_dri.so free 0x5571735d1000 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1000 0.000112
+gallium_dri.so free 0x5571735d1180 void 0.000112
+gallium_dri.so free 0x5571735d1000 void 0.000109
+gallium_dri.so malloc 72 0x5571735d11a0 0.000110
+gallium_dri.so free 0x5571735d1240 void 0.000109
+gallium_dri.so free 0x5571735d11a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d11f0 0.000109
+gallium_dri.so free 0x5571735d12c0 void 0.000109
+gallium_dri.so free 0x5571735d11f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d11f0 0.000109
+gallium_dri.so free 0x5571735d1340 void 0.000109
+gallium_dri.so free 0x5571735d11f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1340 0.000109
+gallium_dri.so free 0x5571735d1400 void 0.000116
+gallium_dri.so free 0x5571735d1340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1340 0.000116
+gallium_dri.so free 0x5571735d14c0 void 0.000110
+gallium_dri.so free 0x5571735d1340 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1340 0.000111
+gallium_dri.so free 0x5571735d1580 void 0.000166
+gallium_dri.so free 0x5571735d1340 void 0.000156
+gallium_dri.so malloc 72 0x5571735d1530 0.000159
+gallium_dri.so free 0x5571735d1640 void 0.000159
+gallium_dri.so free 0x5571735d1530 void 0.000125
+gallium_dri.so malloc 72 0x5571735d15f0 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000113
+gallium_dri.so free 0x5571735d15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1710 0.000123
+gallium_dri.so free 0x5571735d1780 void 0.000118
+gallium_dri.so free 0x5571735d1710 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17a0 0.000116
+gallium_dri.so free 0x5571735d1840 void 0.000121
+gallium_dri.so free 0x5571735d17a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17f0 0.000113
+gallium_dri.so free 0x5571735d18c0 void 0.000116
+gallium_dri.so free 0x5571735d17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17f0 0.000117
+gallium_dri.so free 0x5571735d1940 void 0.000113
+gallium_dri.so free 0x5571735d17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1940 0.000120
+gallium_dri.so free 0x5571735d1a00 void 0.000125
+gallium_dri.so free 0x5571735d1940 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1940 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000126
+gallium_dri.so free 0x5571735d1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000118
+gallium_dri.so free 0x5571735d1b40 void 0.000123
+gallium_dri.so free 0x5571735d1ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000123
+gallium_dri.so free 0x5571735d1c00 void 0.000124
+gallium_dri.so free 0x5571735d1ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1c40 0.000117
+gallium_dri.so free 0x5571735d1cc0 void 0.000114
+gallium_dri.so free 0x5571735d1c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000125
+gallium_dri.so free 0x5571735d1d80 void 0.000124
+gallium_dri.so free 0x5571735d1cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000119
+gallium_dri.so free 0x5571735d1e00 void 0.000125
+gallium_dri.so free 0x5571735d1cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1e30 0.000118
+gallium_dri.so free 0x5571735d1e80 void 0.000121
+gallium_dri.so free 0x5571735d1e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1e30 0.000160
+gallium_dri.so free 0x5571735d1f80 void 0.000119
+gallium_dri.so free 0x5571735d1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000126
+gallium_dri.so free 0x5571735d2040 void 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2040 0.000123
+gallium_dri.so free 0x5571735d2100 void 0.000123
+gallium_dri.so free 0x5571735d2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2040 0.000122
+gallium_dri.so free 0x5571735d2180 void 0.000124
+gallium_dri.so free 0x5571735d2040 void 0.000123
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x5571735d2200 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d21b0 0.000122
+gallium_dri.so free 0x5571735d2300 void 0.000123
+gallium_dri.so free 0x5571735d21b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d22b0 0.000124
+gallium_dri.so free 0x5571735d23c0 void 0.000123
+gallium_dri.so free 0x5571735d22b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2370 0.000118
+gallium_dri.so free 0x5571735d2440 void 0.000120
+gallium_dri.so free 0x5571735d2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2370 0.000119
+gallium_dri.so free 0x5571735d2500 void 0.000120
+gallium_dri.so free 0x5571735d2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2370 0.000124
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so free 0x5571735d2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2570 0.000172
+gallium_dri.so free 0x5571735d2640 void 0.000125
+gallium_dri.so free 0x5571735d2570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2690 0.000119
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so free 0x5571735d2690 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2720 0.000124
+gallium_dri.so free 0x5571735d27c0 void 0.000124
+gallium_dri.so free 0x5571735d2720 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2770 0.000119
+gallium_dri.so free 0x5571735d2840 void 0.000119
+gallium_dri.so free 0x5571735d2770 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2840 0.000123
+gallium_dri.so free 0x5571735d2900 void 0.000125
+gallium_dri.so free 0x5571735d2840 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2840 0.000121
+gallium_dri.so free 0x5571735d2980 void 0.000120
+gallium_dri.so free 0x5571735d2840 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2980 0.000118
+gallium_dri.so free 0x5571735d2a40 void 0.000120
+gallium_dri.so free 0x5571735d2980 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2980 0.000123
+gallium_dri.so free 0x5571735d2b00 void 0.000119
+gallium_dri.so free 0x5571735d2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2980 0.000124
+gallium_dri.so free 0x5571735d2bc0 void 0.000130
+gallium_dri.so free 0x5571735d2980 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2b70 0.000118
+gallium_dri.so free 0x5571735d2c40 void 0.000115
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c90 0.000113
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x5571735d2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d40 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000112
+gallium_dri.so free 0x5571735d2d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d40 0.000111
+gallium_dri.so free 0x5571735d2e40 void 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2e70 0.000112
+gallium_dri.so free 0x5571735d2ec0 void 0.000113
+gallium_dri.so free 0x5571735d2e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2e70 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x5571735d2e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2f70 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so free 0x5571735d2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3030 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000113
+gallium_dri.so free 0x5571735d3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3030 0.000112
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d3030 void 0.000125
+gallium_dri.so malloc 72 0x5571735d31f0 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so free 0x5571735d31f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d31f0 0.000112
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so free 0x5571735d31f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d32f0 0.000115
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d33b0 0.000112
+gallium_dri.so free 0x5571735d3440 void 0.000114
+gallium_dri.so free 0x5571735d33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d33b0 0.000113
+gallium_dri.so free 0x5571735d3500 void 0.000116
+gallium_dri.so free 0x5571735d33b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x5571735d35c0 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d35c0 0.000112
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so free 0x5571735d35c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d35c0 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000112
+gallium_dri.so free 0x5571735d35c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3760 0.000114
+gallium_dri.so free 0x5571735d3800 void 0.000114
+gallium_dri.so free 0x5571735d3760 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37b0 0.000116
+gallium_dri.so free 0x5571735d3880 void 0.000112
+gallium_dri.so free 0x5571735d37b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37b0 0.000113
+gallium_dri.so free 0x5571735d3900 void 0.000113
+gallium_dri.so free 0x5571735d37b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3900 0.000113
+gallium_dri.so free 0x5571735d39c0 void 0.000113
+gallium_dri.so free 0x5571735d3900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3900 0.000112
+gallium_dri.so free 0x5571735d3a80 void 0.000114
+gallium_dri.so free 0x5571735d3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3900 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d3900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3af0 0.000112
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000114
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so free 0x5571735d3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000112
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so free 0x5571735d3cd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3d60 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so free 0x5571735d3d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3db0 0.000155
+gallium_dri.so free 0x5571735d3e80 void 0.000117
+gallium_dri.so free 0x5571735d3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3db0 0.000113
+gallium_dri.so free 0x5571735d3f00 void 0.000115
+gallium_dri.so free 0x5571735d3db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f00 0.000115
+gallium_dri.so free 0x5571735d3fc0 void 0.000116
+gallium_dri.so free 0x5571735d3f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f00 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so free 0x5571735d3f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4070 0.000114
+gallium_dri.so free 0x5571735d4100 void 0.000114
+gallium_dri.so free 0x5571735d4070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4070 0.000114
+gallium_dri.so free 0x5571735d41c0 void 0.000116
+gallium_dri.so free 0x5571735d4070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4200 0.000115
+gallium_dri.so free 0x5571735d4280 void 0.000115
+gallium_dri.so free 0x5571735d4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4280 0.000113
+gallium_dri.so free 0x5571735d4340 void 0.000114
+gallium_dri.so free 0x5571735d4280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4280 0.000114
+gallium_dri.so free 0x5571735d43c0 void 0.000115
+gallium_dri.so free 0x5571735d4280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43f0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000118
+gallium_dri.so free 0x5571735d43f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so free 0x5571735d43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4580 0.000112
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000113
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4600 0.000112
+gallium_dri.so free 0x5571735d4740 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so free 0x5571735d4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4870 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4930 0.000112
+gallium_dri.so free 0x5571735d4a00 void 0.000114
+gallium_dri.so free 0x5571735d4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4930 0.000112
+gallium_dri.so free 0x5571735d4ac0 void 0.000127
+gallium_dri.so free 0x5571735d4930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4930 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d4930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b30 0.000112
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x5571735d4b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c50 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000112
+gallium_dri.so free 0x5571735d4c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ce0 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so free 0x5571735d4ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d30 0.000112
+gallium_dri.so free 0x5571735d4e00 void 0.000114
+gallium_dri.so free 0x5571735d4d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4e00 0.000112
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4e00 0.000113
+gallium_dri.so free 0x5571735d4f40 void 0.000113
+gallium_dri.so free 0x5571735d4e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f40 0.000113
+gallium_dri.so free 0x5571735d5000 void 0.000113
+gallium_dri.so free 0x5571735d4f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4f40 0.000113
+gallium_dri.so free 0x5571735d50c0 void 0.000112
+gallium_dri.so free 0x5571735d4f40 void 0.000168
+gallium_dri.so malloc 72 0x5571735d4f40 0.000117
+gallium_dri.so free 0x5571735d5180 void 0.000115
+gallium_dri.so free 0x5571735d4f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5130 0.000114
+gallium_dri.so free 0x5571735d5200 void 0.000114
+gallium_dri.so free 0x5571735d5130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5250 0.000114
+gallium_dri.so free 0x5571735d52c0 void 0.000121
+gallium_dri.so free 0x5571735d5250 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5300 0.000115
+gallium_dri.so free 0x5571735d5380 void 0.000115
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5300 0.000112
+gallium_dri.so free 0x5571735d5400 void 0.000117
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5430 0.000115
+gallium_dri.so free 0x5571735d5480 void 0.000115
+gallium_dri.so free 0x5571735d5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5430 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000116
+gallium_dri.so free 0x5571735d5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5530 0.000113
+gallium_dri.so free 0x5571735d5640 void 0.000115
+gallium_dri.so free 0x5571735d5530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55f0 0.000112
+gallium_dri.so free 0x5571735d5680 void 0.000113
+gallium_dri.so free 0x5571735d55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55f0 0.000113
+gallium_dri.so free 0x5571735d5740 void 0.000117
+gallium_dri.so free 0x5571735d55f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57b0 0.000113
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so free 0x5571735d57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57b0 0.000112
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so free 0x5571735d57b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d58b0 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d58b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5970 0.000114
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so free 0x5571735d5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5970 0.000112
+gallium_dri.so free 0x5571735d5ac0 void 0.000114
+gallium_dri.so free 0x5571735d5970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5b00 0.000114
+gallium_dri.so free 0x5571735d5b80 void 0.000113
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b80 0.000112
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b80 0.000112
+gallium_dri.so free 0x5571735d5d00 void 0.000112
+gallium_dri.so free 0x5571735d5b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5d20 0.000115
+gallium_dri.so free 0x5571735d5dc0 void 0.000113
+gallium_dri.so free 0x5571735d5d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d70 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000113
+gallium_dri.so free 0x5571735d5d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d70 0.000112
+gallium_dri.so free 0x5571735d5ec0 void 0.000114
+gallium_dri.so free 0x5571735d5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000112
+gallium_dri.so free 0x5571735d5f80 void 0.000113
+gallium_dri.so free 0x5571735d5ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000112
+gallium_dri.so free 0x5571735d6040 void 0.000113
+gallium_dri.so free 0x5571735d5ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000112
+gallium_dri.so free 0x5571735d6100 void 0.000112
+gallium_dri.so free 0x5571735d5ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60b0 0.000112
+gallium_dri.so free 0x5571735d61c0 void 0.000114
+gallium_dri.so free 0x5571735d60b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6170 0.000112
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so free 0x5571735d6170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6290 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000113
+gallium_dri.so free 0x5571735d6290 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6320 0.000126
+gallium_dri.so free 0x5571735d63c0 void 0.000120
+gallium_dri.so free 0x5571735d6320 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6370 0.000113
+gallium_dri.so free 0x5571735d6440 void 0.000113
+gallium_dri.so free 0x5571735d6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6370 0.000113
+gallium_dri.so free 0x5571735d64c0 void 0.000115
+gallium_dri.so free 0x5571735d6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64c0 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64c0 0.000114
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6630 0.000113
+gallium_dri.so free 0x5571735d66c0 void 0.000112
+gallium_dri.so free 0x5571735d6630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6630 0.000114
+gallium_dri.so free 0x5571735d6780 void 0.000113
+gallium_dri.so free 0x5571735d6630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d67c0 0.000114
+gallium_dri.so free 0x5571735d6840 void 0.000115
+gallium_dri.so free 0x5571735d67c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6840 0.000112
+gallium_dri.so free 0x5571735d6900 void 0.000114
+gallium_dri.so free 0x5571735d6840 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6840 0.000113
+gallium_dri.so free 0x5571735d6980 void 0.000111
+gallium_dri.so free 0x5571735d6840 void 0.000117
+gallium_dri.so malloc 72 0x5571735d69b0 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d69b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69b0 0.000115
+gallium_dri.so free 0x5571735d6b00 void 0.000116
+gallium_dri.so free 0x5571735d69b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b40 0.000114
+gallium_dri.so free 0x5571735d6bc0 void 0.000117
+gallium_dri.so free 0x5571735d6b40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000128
+gallium_dri.so free 0x5571735eb380 void 0.000124
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000115
+gallium_dri.so free 0x5571735eb440 void 0.000115
+gallium_dri.so free 0x5571735d6bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000115
+gallium_dri.so free 0x5571735eb4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000116
+gallium_dri.so free 0x5571735eb640 void 0.000116
+gallium_dri.so free 0x5571735eb5d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000126
+gallium_dri.so free 0x5571735eb740 void 0.000115
+gallium_dri.so free 0x5571735eb6a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000113
+gallium_dri.so free 0x5571735eb6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000113
+gallium_dri.so free 0x5571735eb6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb880 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb900 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb900 0.000113
+gallium_dri.so free 0x5571735eba40 void 0.000118
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba70 0.000112
+gallium_dri.so free 0x5571735ebac0 void 0.000113
+gallium_dri.so free 0x5571735eba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebac0 0.000113
+gallium_dri.so free 0x5571735ebb80 void 0.000113
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebac0 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebd80 void 0.000114
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000112
+gallium_dri.so free 0x5571735ebe40 void 0.000113
+gallium_dri.so free 0x5571735ebcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe80 0.000112
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf00 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf00 0.000116
+gallium_dri.so free 0x5571735ec040 void 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf00 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebf00 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec170 0.000114
+gallium_dri.so free 0x5571735ec240 void 0.000114
+gallium_dri.so free 0x5571735ec170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec290 0.000114
+gallium_dri.so free 0x5571735ec300 void 0.000165
+gallium_dri.so free 0x5571735ec290 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec320 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec320 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x5571735ec440 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000114
+gallium_dri.so free 0x5571735ec5c0 void 0.000115
+gallium_dri.so free 0x5571735ec4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec610 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec610 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000112
+gallium_dri.so free 0x5571735ec7c0 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec840 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec840 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec840 0.000115
+gallium_dri.so free 0x5571735eca80 void 0.000113
+gallium_dri.so free 0x5571735ec840 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecab0 0.000112
+gallium_dri.so free 0x5571735ecb00 void 0.000113
+gallium_dri.so free 0x5571735ecab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecab0 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000112
+gallium_dri.so free 0x5571735ecbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecd00 void 0.000113
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc70 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ece10 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000114
+gallium_dri.so free 0x5571735ece10 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecec0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000112
+gallium_dri.so free 0x5571735ed100 void 0.000114
+gallium_dri.so free 0x5571735ed0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000112
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x5571735ed1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed270 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000113
+gallium_dri.so free 0x5571735ed270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed360 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed360 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000113
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so free 0x5571735ed3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000112
+gallium_dri.so free 0x5571735ed500 void 0.000115
+gallium_dri.so free 0x5571735ed3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed500 0.000125
+gallium_dri.so free 0x5571735ed5c0 void 0.000115
+gallium_dri.so free 0x5571735ed500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed500 0.000113
+gallium_dri.so free 0x5571735ed680 void 0.000113
+gallium_dri.so free 0x5571735ed500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed500 0.000128
+gallium_dri.so free 0x5571735ed740 void 0.000178
+gallium_dri.so free 0x5571735ed500 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000118
+gallium_dri.so free 0x5571735eae40 void 0.000114
+gallium_dri.so free 0x5571735ed6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000115
+gallium_dri.so free 0x5571735afa00 void 0.000113
+gallium_dri.so free 0x5571735ed6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000116
+gallium_dri.so free 0x5571735ea800 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735af300 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735a2880 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000114
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb680 0.000117
+gallium_dri.so free 0x5571735ea740 void 0.000115
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735bb680 0.000113
+gallium_dri.so free 0x5571735bba40 void 0.000114
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000115
+gallium_dri.so free 0x5571735bc180 void 0.000115
+gallium_dri.so free 0x5571735bba60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000113
+gallium_dri.so free 0x5571735bbe00 void 0.000116
+gallium_dri.so free 0x5571735bba60 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735b8040 void 0.000115
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000117
+gallium_dri.so free 0x5571735ea9c0 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735b8980 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735baf00 0.000114
+gallium_dri.so free 0x5571735bca40 void 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000121
+gallium_dri.so free 0x5571735bc5c0 void 0.000121
+gallium_dri.so free 0x5571735bc9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bc610 0.000118
+gallium_dri.so free 0x5571735b5b40 void 0.000115
+gallium_dri.so free 0x5571735bc610 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc610 0.000114
+gallium_dri.so free 0x5571735eb0c0 void 0.000113
+gallium_dri.so free 0x5571735bc610 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb280 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb280 0.000113
+gallium_dri.so free 0x5571735b7e40 void 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7e60 0.000112
+gallium_dri.so free 0x5571735b7f00 void 0.000114
+gallium_dri.so free 0x5571735b7e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000114
+gallium_dri.so free 0x5571735b7700 void 0.000113
+gallium_dri.so free 0x5571735b7eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7740 0.000116
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b7740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7a80 void 0.000116
+gallium_dri.so free 0x5571735b78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000117
+gallium_dri.so free 0x5571735b7b40 void 0.000114
+gallium_dri.so free 0x5571735b78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000115
+gallium_dri.so free 0x5571735e9bc0 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735adb70 0.000115
+gallium_dri.so free 0x5571735adc80 void 0.000115
+gallium_dri.so free 0x5571735adb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735adc30 0.000113
+gallium_dri.so free 0x5571735ea680 void 0.000115
+gallium_dri.so free 0x5571735adc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea630 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000112
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed600 0.000112
+gallium_dri.so free 0x5571735b9380 void 0.000112
+gallium_dri.so free 0x5571735ed600 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed600 0.000124
+gallium_dri.so free 0x5571735b9440 void 0.000118
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9460 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so free 0x5571735b9460 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9460 0.000123
+gallium_dri.so free 0x5571735aff00 void 0.000124
+gallium_dri.so free 0x5571735b9460 void 0.000124
+gallium_dri.so malloc 72 0x5571735afeb0 0.000120
+gallium_dri.so free 0x5571735d74c0 void 0.000123
+gallium_dri.so free 0x5571735afeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7510 0.000126
+gallium_dri.so free 0x5571735d7580 void 0.000124
+gallium_dri.so free 0x5571735d7510 void 0.000125
+gallium_dri.so malloc 72 0x5571735d75a0 0.000125
+gallium_dri.so free 0x5571735aff80 void 0.000125
+gallium_dri.so free 0x5571735d75a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d75a0 0.000124
+gallium_dri.so free 0x5571735addc0 void 0.000126
+gallium_dri.so free 0x5571735d75a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735addc0 0.000119
+gallium_dri.so free 0x5571735d7640 void 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d75f0 0.000125
+gallium_dri.so free 0x5571735ade80 void 0.000126
+gallium_dri.so free 0x5571735d75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ade80 0.000117
+gallium_dri.so free 0x5571735a9140 void 0.000124
+gallium_dri.so free 0x5571735ade80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ade80 0.000119
+gallium_dri.so free 0x5571735a91c0 void 0.000124
+gallium_dri.so free 0x5571735ade80 void 0.000123
+gallium_dri.so malloc 72 0x5571735a91f0 0.000126
+gallium_dri.so free 0x5571735a9240 void 0.000118
+gallium_dri.so free 0x5571735a91f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735a91f0 0.000125
+gallium_dri.so free 0x5571735a8ec0 void 0.000125
+gallium_dri.so free 0x5571735a91f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000184
+gallium_dri.so free 0x5571735a8f80 void 0.000123
+gallium_dri.so free 0x5571735a8ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000125
+gallium_dri.so free 0x5571735a9080 void 0.000124
+gallium_dri.so free 0x5571735a8ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a9030 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000126
+gallium_dri.so free 0x5571735a9030 void 0.000125
+gallium_dri.so malloc 72 0x5571735a9030 0.000124
+gallium_dri.so free 0x5571735a8a80 void 0.000124
+gallium_dri.so free 0x5571735a9030 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000124
+gallium_dri.so free 0x5571735a8c40 void 0.000127
+gallium_dri.so free 0x5571735a8ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8c40 0.000125
+gallium_dri.so free 0x5571735a8d00 void 0.000127
+gallium_dri.so free 0x5571735a8c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735a8c40 0.000135
+gallium_dri.so free 0x5571735a8b40 void 0.000131
+gallium_dri.so free 0x5571735a8c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735a8b70 0.000130
+gallium_dri.so free 0x5571735b5f40 void 0.000133
+gallium_dri.so free 0x5571735a8b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735a8b70 0.000127
+gallium_dri.so free 0x5571735a8d80 void 0.000125
+gallium_dri.so free 0x5571735a8b70 void 0.000128
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000131
+gallium_dri.so free 0x5571735b6040 void 0.000130
+gallium_dri.so free 0x5571735a8dc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b6090 0.000129
+gallium_dri.so free 0x5571735a71c0 void 0.000130
+gallium_dri.so free 0x5571735b6090 void 0.000126
+gallium_dri.so malloc 72 0x5571735a71e0 0.000124
+gallium_dri.so free 0x5571735a7280 void 0.000130
+gallium_dri.so free 0x5571735a71e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735a7230 0.000124
+gallium_dri.so free 0x5571735a7300 void 0.000125
+gallium_dri.so free 0x5571735a7230 void 0.000126
+gallium_dri.so malloc 72 0x5571735a7230 0.000130
+gallium_dri.so free 0x5571735ae700 void 0.000125
+gallium_dri.so free 0x5571735a7230 void 0.000129
+gallium_dri.so malloc 72 0x5571735ae750 0.000125
+gallium_dri.so free 0x5571735ae7c0 void 0.000129
+gallium_dri.so free 0x5571735ae750 void 0.000133
+gallium_dri.so malloc 72 0x5571735ae820 0.000131
+gallium_dri.so free 0x5571734f6040 void 0.000132
+gallium_dri.so free 0x5571735ae820 void 0.000125
+gallium_dri.so malloc 72 0x5571735ae820 0.000129
+gallium_dri.so free 0x5571734f6100 void 0.000130
+gallium_dri.so free 0x5571735ae820 void 0.000125
+gallium_dri.so malloc 72 0x5571735ae820 0.000123
+gallium_dri.so free 0x5571734f61c0 void 0.000126
+gallium_dri.so free 0x5571735ae820 void 0.000125
+gallium_dri.so malloc 72 0x5571734f6170 0.000130
+gallium_dri.so free 0x5571735be540 void 0.000125
+gallium_dri.so free 0x5571734f6170 void 0.000129
+gallium_dri.so malloc 72 0x5571735be590 0.000125
+gallium_dri.so free 0x5571735be600 void 0.000127
+gallium_dri.so free 0x5571735be590 void 0.000129
+gallium_dri.so malloc 72 0x5571735be620 0.000133
+gallium_dri.so free 0x5571735be6c0 void 0.000130
+gallium_dri.so free 0x5571735be620 void 0.000126
+gallium_dri.so malloc 72 0x5571735be670 0.000125
+gallium_dri.so free 0x5571735b0100 void 0.000130
+gallium_dri.so free 0x5571735be670 void 0.000176
+gallium_dri.so malloc 72 0x5571735b0100 0.000133
+gallium_dri.so free 0x5571735b01c0 void 0.000131
+gallium_dri.so free 0x5571735b0100 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0100 0.000132
+gallium_dri.so free 0x5571735b0240 void 0.000131
+gallium_dri.so free 0x5571735b0100 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0240 0.000126
+gallium_dri.so free 0x5571735b6e80 void 0.000125
+gallium_dri.so free 0x5571735b0240 void 0.000134
+gallium_dri.so malloc 72 0x5571735b0240 0.000131
+gallium_dri.so free 0x5571735b6f00 void 0.000130
+gallium_dri.so free 0x5571735b0240 void 0.000130
+gallium_dri.so malloc 72 0x5571735b6f30 0.000131
+gallium_dri.so free 0x5571735b6f80 void 0.000126
+gallium_dri.so free 0x5571735b6f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6f30 0.000124
+gallium_dri.so free 0x5571735b7080 void 0.000123
+gallium_dri.so free 0x5571735b6f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7030 0.000124
+gallium_dri.so free 0x5571735af000 void 0.000129
+gallium_dri.so free 0x5571735b7030 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7030 0.000134
+gallium_dri.so free 0x5571735af100 void 0.000130
+gallium_dri.so free 0x5571735b7030 void 0.000132
+gallium_dri.so malloc 72 0x5571735af0b0 0.000131
+gallium_dri.so free 0x5571735af140 void 0.000131
+gallium_dri.so free 0x5571735af0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735af0b0 0.000127
+gallium_dri.so free 0x5571735af200 void 0.000125
+gallium_dri.so free 0x5571735af0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735af240 0.000131
+gallium_dri.so free 0x5571735b0740 void 0.000132
+gallium_dri.so free 0x5571735af240 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0740 0.000130
+gallium_dri.so free 0x5571735b0800 void 0.000125
+gallium_dri.so free 0x5571735b0740 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0740 0.000128
+gallium_dri.so free 0x5571735b08c0 void 0.000126
+gallium_dri.so free 0x5571735b0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0740 0.000125
+gallium_dri.so free 0x5571735b8180 void 0.000131
+gallium_dri.so free 0x5571735b0740 void 0.000131
+gallium_dri.so malloc 72 0x5571735b81f0 0.000142
+gallium_dri.so free 0x5571735b8240 void 0.000131
+gallium_dri.so free 0x5571735b81f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b81f0 0.000125
+gallium_dri.so free 0x5571735b8340 void 0.000130
+gallium_dri.so free 0x5571735b81f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b82f0 0.000131
+gallium_dri.so free 0x5571735b8400 void 0.000131
+gallium_dri.so free 0x5571735b82f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b83b0 0.000131
+gallium_dri.so free 0x5571735b0980 void 0.000130
+gallium_dri.so free 0x5571735b83b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b0930 0.000129
+gallium_dri.so free 0x5571735d9300 void 0.000131
+gallium_dri.so free 0x5571735b0930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d92b0 0.000124
+gallium_dri.so free 0x5571735d9380 void 0.000129
+gallium_dri.so free 0x5571735d92b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d93d0 0.000128
+gallium_dri.so free 0x5571735d9440 void 0.000126
+gallium_dri.so free 0x5571735d93d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d94a0 0.000132
+gallium_dri.so free 0x5571735d9540 void 0.000130
+gallium_dri.so free 0x5571735d94a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d94f0 0.000131
+gallium_dri.so free 0x5571735d9580 void 0.000131
+gallium_dri.so free 0x5571735d94f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d94f0 0.000125
+gallium_dri.so free 0x5571735b71c0 void 0.000129
+gallium_dri.so free 0x5571735d94f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7170 0.000128
+gallium_dri.so free 0x5571735b7240 void 0.000127
+gallium_dri.so free 0x5571735b7170 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7290 0.000126
+gallium_dri.so free 0x5571735d9640 void 0.000124
+gallium_dri.so free 0x5571735b7290 void 0.000129
+gallium_dri.so malloc 72 0x5571735d9660 0.000130
+gallium_dri.so free 0x5571735b7300 void 0.000131
+gallium_dri.so free 0x5571735d9660 void 0.000131
+gallium_dri.so malloc 72 0x5571735b7330 0.000126
+gallium_dri.so free 0x5571735b7380 void 0.000125
+gallium_dri.so free 0x5571735b7330 void 0.000127
+gallium_dri.so malloc 72 0x5571735b7380 0.000123
+gallium_dri.so free 0x5571735b7440 void 0.000129
+gallium_dri.so free 0x5571735b7380 void 0.000133
+gallium_dri.so malloc 72 0x5571735b7380 0.000130
+gallium_dri.so free 0x5571735b7540 void 0.000132
+gallium_dri.so free 0x5571735b7380 void 0.000134
+gallium_dri.so malloc 72 0x5571735b74f0 0.000132
+gallium_dri.so free 0x5571735b7600 void 0.000125
+gallium_dri.so free 0x5571735b74f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b75b0 0.000131
+gallium_dri.so free 0x5571735b61c0 void 0.000132
+gallium_dri.so free 0x5571735b75b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b75b0 0.000131
+gallium_dri.so free 0x5571735b6280 void 0.000131
+gallium_dri.so free 0x5571735b75b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b6230 0.000124
+gallium_dri.so free 0x5571735b6300 void 0.000130
+gallium_dri.so free 0x5571735b6230 void 0.000127
+gallium_dri.so malloc 72 0x5571735b6350 0.000130
+gallium_dri.so free 0x5571735b63c0 void 0.000130
+gallium_dri.so free 0x5571735b6350 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6400 0.000131
+gallium_dri.so free 0x5571735b6480 void 0.000164
+gallium_dri.so free 0x5571735b6400 void 0.000167
+gallium_dri.so malloc 72 0x5571735b6400 0.000163
+gallium_dri.so free 0x5571735b6500 void 0.000133
+gallium_dri.so free 0x5571735b6400 void 0.000132
+gallium_dri.so malloc 72 0x5571735b6530 0.000131
+gallium_dri.so free 0x5571735b6580 void 0.000126
+gallium_dri.so free 0x5571735b6530 void 0.000126
+gallium_dri.so malloc 72 0x5571735b6530 0.000129
+gallium_dri.so free 0x5571735b6680 void 0.000126
+gallium_dri.so free 0x5571735b6530 void 0.000128
+gallium_dri.so malloc 72 0x5571735b6630 0.000131
+gallium_dri.so free 0x5571735b6740 void 0.000246
+gallium_dri.so free 0x5571735b6630 void 0.000230
+gallium_dri.so malloc 72 0x5571735b66f0 0.000132
+gallium_dri.so free 0x5571735b6780 void 0.000131
+gallium_dri.so free 0x5571735b66f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b66f0 0.000126
+gallium_dri.so free 0x5571735b6840 void 0.000131
+gallium_dri.so free 0x5571735b66f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b68b0 0.000147
+gallium_dri.so free 0x5571735b51c0 void 0.000183
+gallium_dri.so free 0x5571735b68b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735b68b0 0.000146
+gallium_dri.so free 0x5571735b52c0 void 0.000147
+gallium_dri.so free 0x5571735b68b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b5270 0.000146
+gallium_dri.so free 0x5571735b6900 void 0.000147
+gallium_dri.so free 0x5571735b5270 void 0.000142
+gallium_dri.so malloc 72 0x5571735b5270 0.000140
+gallium_dri.so free 0x5571735b5380 void 0.000147
+gallium_dri.so free 0x5571735b5270 void 0.000147
+gallium_dri.so malloc 72 0x5571735b5330 0.000146
+gallium_dri.so free 0x5571735b5400 void 0.000141
+gallium_dri.so free 0x5571735b5330 void 0.000140
+gallium_dri.so malloc 72 0x5571735b5330 0.000144
+gallium_dri.so free 0x5571735b5480 void 0.000145
+gallium_dri.so free 0x5571735b5330 void 0.000158
+gallium_dri.so malloc 72 0x5571735b5480 0.000147
+gallium_dri.so free 0x5571735b5540 void 0.000147
+gallium_dri.so free 0x5571735b5480 void 0.000148
+gallium_dri.so malloc 72 0x5571735b5480 0.000147
+gallium_dri.so free 0x5571735b5640 void 0.000141
+gallium_dri.so free 0x5571735b5480 void 0.000138
+gallium_dri.so malloc 72 0x5571735b5480 0.000146
+gallium_dri.so free 0x5571735b56c0 void 0.000148
+gallium_dri.so free 0x5571735b5480 void 0.000147
+gallium_dri.so malloc 72 0x5571735b56f0 0.000148
+gallium_dri.so free 0x5571735b5740 void 0.000147
+gallium_dri.so free 0x5571735b56f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735b56f0 0.000138
+gallium_dri.so free 0x5571735b5840 void 0.000151
+gallium_dri.so free 0x5571735b56f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735b57f0 0.000147
+gallium_dri.so free 0x5571735b5900 void 0.000147
+gallium_dri.so free 0x5571735b57f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735b58b0 0.000169
+gallium_dri.so free 0x5571735b5940 void 0.000282
+gallium_dri.so free 0x5571735b58b0 void 0.000380
+gallium_dri.so malloc 72 0x5571735b58b0 0.000331
+gallium_dri.so free 0x5571735b22c0 void 0.000174
+gallium_dri.so free 0x5571735b58b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735b2270 0.000168
+gallium_dri.so free 0x5571735b2380 void 0.000131
+gallium_dri.so free 0x5571735b2270 void 0.000132
+gallium_dri.so malloc 72 0x5571735b2330 0.000133
+gallium_dri.so free 0x5571735b2400 void 0.000131
+gallium_dri.so free 0x5571735b2330 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2450 0.000126
+gallium_dri.so free 0x5571735b24c0 void 0.000125
+gallium_dri.so free 0x5571735b2450 void 0.000130
+gallium_dri.so malloc 72 0x5571735b24e0 0.000145
+gallium_dri.so free 0x5571735b2580 void 0.000129
+gallium_dri.so free 0x5571735b24e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2530 0.000131
+gallium_dri.so free 0x5571735b2600 void 0.000131
+gallium_dri.so free 0x5571735b2530 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2530 0.000125
+gallium_dri.so free 0x5571735b2680 void 0.000124
+gallium_dri.so free 0x5571735b2530 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2680 0.000131
+gallium_dri.so free 0x5571735b2740 void 0.000130
+gallium_dri.so free 0x5571735b2680 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2680 0.000126
+gallium_dri.so free 0x5571735b2840 void 0.000129
+gallium_dri.so free 0x5571735b2680 void 0.000132
+gallium_dri.so malloc 72 0x5571735b27f0 0.000130
+gallium_dri.so free 0x5571735b2880 void 0.000131
+gallium_dri.so free 0x5571735b27f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b27f0 0.000127
+gallium_dri.so free 0x5571735b2940 void 0.000130
+gallium_dri.so free 0x5571735b27f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2980 0.000128
+gallium_dri.so free 0x5571735b2a00 void 0.000132
+gallium_dri.so free 0x5571735b2980 void 0.000233
+gallium_dri.so malloc 72 0x5571735b2a00 0.000147
+gallium_dri.so free 0x5571735b2ac0 void 0.000131
+gallium_dri.so free 0x5571735b2a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2a00 0.000146
+gallium_dri.so free 0x5571735b2b40 void 0.000147
+gallium_dri.so free 0x5571735b2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2b70 0.000128
+gallium_dri.so free 0x5571735d98c0 void 0.000127
+gallium_dri.so free 0x5571735b2b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2b70 0.000126
+gallium_dri.so free 0x5571735d99c0 void 0.000127
+gallium_dri.so free 0x5571735b2b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9a00 0.000127
+gallium_dri.so free 0x5571735d9a80 void 0.000127
+gallium_dri.so free 0x5571735d9a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9a80 0.000127
+gallium_dri.so free 0x5571735d9b40 void 0.000149
+gallium_dri.so free 0x5571735d9a80 void 0.000166
+gallium_dri.so malloc 72 0x5571735d9a80 0.000174
+gallium_dri.so free 0x5571735d9bc0 void 0.000173
+gallium_dri.so free 0x5571735d9a80 void 0.000173
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000180
+gallium_dri.so free 0x5571735d9c40 void 0.000147
+gallium_dri.so free 0x5571735d9bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000126
+gallium_dri.so free 0x5571735d9d40 void 0.000126
+gallium_dri.so free 0x5571735d9bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000125
+gallium_dri.so free 0x5571735d9e00 void 0.000127
+gallium_dri.so free 0x5571735d9cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9db0 0.000127
+gallium_dri.so free 0x5571735d9e80 void 0.000126
+gallium_dri.so free 0x5571735d9db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9db0 0.000126
+gallium_dri.so free 0x5571735d9f40 void 0.000125
+gallium_dri.so free 0x5571735d9db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d9db0 0.000125
+gallium_dri.so free 0x5571735da000 void 0.000126
+gallium_dri.so free 0x5571735d9db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000125
+gallium_dri.so free 0x5571735da080 void 0.000127
+gallium_dri.so free 0x5571735d9fb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735da0d0 0.000125
+gallium_dri.so free 0x5571735da140 void 0.000126
+gallium_dri.so free 0x5571735da0d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735da160 0.000125
+gallium_dri.so free 0x5571735da200 void 0.000137
+gallium_dri.so free 0x5571735da160 void 0.000128
+gallium_dri.so malloc 72 0x5571735da1b0 0.000126
+gallium_dri.so free 0x5571735da280 void 0.000128
+gallium_dri.so free 0x5571735da1b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735da280 0.000126
+gallium_dri.so free 0x5571735da340 void 0.000127
+gallium_dri.so free 0x5571735da280 void 0.000127
+gallium_dri.so malloc 72 0x5571735da280 0.000125
+gallium_dri.so free 0x5571735bd840 void 0.000126
+gallium_dri.so free 0x5571735da280 void 0.000125
+gallium_dri.so malloc 72 0x5571735bd840 0.000126
+gallium_dri.so free 0x5571735bd900 void 0.000126
+gallium_dri.so free 0x5571735bd840 void 0.000129
+gallium_dri.so malloc 72 0x5571735bd840 0.000126
+gallium_dri.so free 0x5571735bd9c0 void 0.000126
+gallium_dri.so free 0x5571735bd840 void 0.000126
+gallium_dri.so malloc 72 0x5571735bd840 0.000125
+gallium_dri.so free 0x5571735bda80 void 0.000127
+gallium_dri.so free 0x5571735bd840 void 0.000127
+gallium_dri.so malloc 72 0x5571735bda30 0.000125
+gallium_dri.so free 0x5571735bdb00 void 0.000127
+gallium_dri.so free 0x5571735bda30 void 0.000126
+gallium_dri.so malloc 72 0x5571735bdb50 0.000125
+gallium_dri.so free 0x5571735bdbc0 void 0.000125
+gallium_dri.so free 0x5571735bdb50 void 0.000152
+gallium_dri.so malloc 72 0x5571735bdc00 0.000128
+gallium_dri.so free 0x5571735bdc80 void 0.000126
+gallium_dri.so free 0x5571735bdc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735bdc00 0.000127
+gallium_dri.so free 0x5571735bdd00 void 0.000127
+gallium_dri.so free 0x5571735bdc00 void 0.000127
+gallium_dri.so malloc 72 0x5571735bdd30 0.000128
+gallium_dri.so free 0x5571735bdd80 void 0.000127
+gallium_dri.so free 0x5571735bdd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bdd30 0.000127
+gallium_dri.so free 0x5571735bde80 void 0.000126
+gallium_dri.so free 0x5571735bdd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735bde30 0.000125
+gallium_dri.so free 0x5571735bdf40 void 0.000126
+gallium_dri.so free 0x5571735bde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdef0 0.000120
+gallium_dri.so free 0x5571735bdf80 void 0.000119
+gallium_dri.so free 0x5571735bdef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdef0 0.000121
+gallium_dri.so free 0x5571735be040 void 0.000121
+gallium_dri.so free 0x5571735bdef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be0b0 0.000121
+gallium_dri.so free 0x5571735be100 void 0.000120
+gallium_dri.so free 0x5571735be0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be0b0 0.000171
+gallium_dri.so free 0x5571735be200 void 0.000121
+gallium_dri.so free 0x5571735be0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be1b0 0.000120
+gallium_dri.so free 0x5571735be2c0 void 0.000120
+gallium_dri.so free 0x5571735be1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be270 0.000120
+gallium_dri.so free 0x5571735be300 void 0.000121
+gallium_dri.so free 0x5571735be270 void 0.000121
+gallium_dri.so malloc 72 0x5571735be270 0.000120
+gallium_dri.so free 0x5571735b9bc0 void 0.000120
+gallium_dri.so free 0x5571735be270 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9b70 0.000120
+gallium_dri.so free 0x5571735b9c40 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9c90 0.000120
+gallium_dri.so free 0x5571735b9d00 void 0.000119
+gallium_dri.so free 0x5571735b9c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9d60 0.000119
+gallium_dri.so free 0x5571735b9e00 void 0.000119
+gallium_dri.so free 0x5571735b9d60 void 0.000121
+gallium_dri.so malloc 72 0x5571735b9db0 0.000119
+gallium_dri.so free 0x5571735b9e40 void 0.000121
+gallium_dri.so free 0x5571735b9db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9db0 0.000120
+gallium_dri.so free 0x5571735b9f00 void 0.000131
+gallium_dri.so free 0x5571735b9db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b9f40 0.000120
+gallium_dri.so free 0x5571735b9fc0 void 0.000120
+gallium_dri.so free 0x5571735b9f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000121
+gallium_dri.so free 0x5571735ba080 void 0.000120
+gallium_dri.so free 0x5571735b9fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000119
+gallium_dri.so free 0x5571735ba100 void 0.000119
+gallium_dri.so free 0x5571735b9fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba130 0.000121
+gallium_dri.so free 0x5571735ba180 void 0.000121
+gallium_dri.so free 0x5571735ba130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba180 0.000119
+gallium_dri.so free 0x5571735ba240 void 0.000122
+gallium_dri.so free 0x5571735ba180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba180 0.000121
+gallium_dri.so free 0x5571735ba340 void 0.000121
+gallium_dri.so free 0x5571735ba180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000119
+gallium_dri.so free 0x5571735ba400 void 0.000120
+gallium_dri.so free 0x5571735ba2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000120
+gallium_dri.so free 0x5571735ba440 void 0.000121
+gallium_dri.so free 0x5571735ba3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000151
+gallium_dri.so free 0x5571735ba500 void 0.000122
+gallium_dri.so free 0x5571735ba3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba540 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000120
+gallium_dri.so free 0x5571735ba540 void 0.000124
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000120
+gallium_dri.so free 0x5571735ba680 void 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000119
+gallium_dri.so free 0x5571735ba700 void 0.000121
+gallium_dri.so free 0x5571735ba5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000119
+gallium_dri.so free 0x5571735ba7c0 void 0.000119
+gallium_dri.so free 0x5571735ba5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000120
+gallium_dri.so free 0x5571735e7340 void 0.000122
+gallium_dri.so free 0x5571735ba5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7380 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000121
+gallium_dri.so free 0x5571735e7380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e74c0 void 0.000120
+gallium_dri.so free 0x5571735e7400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e7540 void 0.000123
+gallium_dri.so free 0x5571735e7400 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7570 0.000121
+gallium_dri.so free 0x5571735e75c0 void 0.000121
+gallium_dri.so free 0x5571735e7570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7570 0.000121
+gallium_dri.so free 0x5571735e76c0 void 0.000120
+gallium_dri.so free 0x5571735e7570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7700 0.000120
+gallium_dri.so free 0x5571735e7780 void 0.000120
+gallium_dri.so free 0x5571735e7700 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7780 0.000122
+gallium_dri.so free 0x5571735e7840 void 0.000121
+gallium_dri.so free 0x5571735e7780 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7780 0.000119
+gallium_dri.so free 0x5571735e78c0 void 0.000119
+gallium_dri.so free 0x5571735e7780 void 0.000119
+gallium_dri.so malloc 72 0x5571735e78f0 0.000119
+gallium_dri.so free 0x5571735e7940 void 0.000119
+gallium_dri.so free 0x5571735e78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e78f0 0.000120
+gallium_dri.so free 0x5571735e7a40 void 0.000121
+gallium_dri.so free 0x5571735e78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e79f0 0.000119
+gallium_dri.so free 0x5571735e7b00 void 0.000120
+gallium_dri.so free 0x5571735e79f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000129
+gallium_dri.so free 0x5571735e7b80 void 0.000124
+gallium_dri.so free 0x5571735e7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000119
+gallium_dri.so free 0x5571735e7c40 void 0.000121
+gallium_dri.so free 0x5571735e7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000120
+gallium_dri.so free 0x5571735e7d00 void 0.000121
+gallium_dri.so free 0x5571735e7ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000119
+gallium_dri.so free 0x5571735e7d80 void 0.000120
+gallium_dri.so free 0x5571735e7cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000118
+gallium_dri.so free 0x5571735e7e40 void 0.000121
+gallium_dri.so free 0x5571735e7dd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7e60 0.000120
+gallium_dri.so free 0x5571735e7f00 void 0.000120
+gallium_dri.so free 0x5571735e7e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000119
+gallium_dri.so free 0x5571735e7f80 void 0.000119
+gallium_dri.so free 0x5571735e7eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7f80 0.000266
+gallium_dri.so free 0x5571735e8040 void 0.000215
+gallium_dri.so free 0x5571735e7f80 void 0.000162
+gallium_dri.so malloc 72 0x5571735e7f80 0.000172
+gallium_dri.so free 0x5571735e80c0 void 0.000120
+gallium_dri.so free 0x5571735e7f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e80c0 0.000117
+gallium_dri.so free 0x5571735e8180 void 0.000116
+gallium_dri.so free 0x5571735e80c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e80c0 0.000116
+gallium_dri.so free 0x5571735e8280 void 0.000116
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e82b0 0.000117
+gallium_dri.so free 0x5571735e8300 void 0.000118
+gallium_dri.so free 0x5571735e82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e82b0 0.000117
+gallium_dri.so free 0x5571735e8400 void 0.000119
+gallium_dri.so free 0x5571735e82b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e83b0 0.000118
+gallium_dri.so free 0x5571735e84c0 void 0.000118
+gallium_dri.so free 0x5571735e83b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8470 0.000118
+gallium_dri.so free 0x5571735e8540 void 0.000118
+gallium_dri.so free 0x5571735e8470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8560 0.000122
+gallium_dri.so free 0x5571735e8600 void 0.000119
+gallium_dri.so free 0x5571735e8560 void 0.000118
+gallium_dri.so malloc 72 0x5571735e85b0 0.000118
+gallium_dri.so free 0x5571735e8680 void 0.000117
+gallium_dri.so free 0x5571735e85b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e85b0 0.000128
+gallium_dri.so free 0x5571735e8700 void 0.000131
+gallium_dri.so free 0x5571735e85b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8700 0.000119
+gallium_dri.so free 0x5571735e87c0 void 0.000119
+gallium_dri.so free 0x5571735e8700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8700 0.000117
+gallium_dri.so free 0x5571735e8880 void 0.000117
+gallium_dri.so free 0x5571735e8700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8700 0.000118
+gallium_dri.so free 0x5571735e8940 void 0.000118
+gallium_dri.so free 0x5571735e8700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e88f0 0.000117
+gallium_dri.so free 0x5571735e8940 void 0.000119
+gallium_dri.so free 0x5571735e88f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e88f0 0.000118
+gallium_dri.so free 0x5571735e8a40 void 0.000120
+gallium_dri.so free 0x5571735e88f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e89f0 0.000118
+gallium_dri.so free 0x5571735e8b00 void 0.000119
+gallium_dri.so free 0x5571735e89f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000118
+gallium_dri.so free 0x5571735e8b40 void 0.000118
+gallium_dri.so free 0x5571735e8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000118
+gallium_dri.so free 0x5571735e8c00 void 0.000117
+gallium_dri.so free 0x5571735e8ab0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8c40 0.000117
+gallium_dri.so free 0x5571735e8cc0 void 0.000117
+gallium_dri.so free 0x5571735e8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000117
+gallium_dri.so free 0x5571735e8d80 void 0.000119
+gallium_dri.so free 0x5571735e8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000117
+gallium_dri.so free 0x5571735e8e40 void 0.000122
+gallium_dri.so free 0x5571735e8cc0 void 0.000174
+gallium_dri.so malloc 72 0x5571735e8e60 0.000181
+gallium_dri.so free 0x5571735e8f00 void 0.000179
+gallium_dri.so free 0x5571735e8e60 void 0.000123
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000138
+gallium_dri.so free 0x5571735e8f80 void 0.000131
+gallium_dri.so free 0x5571735e8eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000124
+gallium_dri.so free 0x5571735e9000 void 0.000127
+gallium_dri.so free 0x5571735e8eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e9000 0.000130
+gallium_dri.so free 0x5571735e90c0 void 0.000129
+gallium_dri.so free 0x5571735e9000 void 0.000179
+gallium_dri.so malloc 72 0x5571735e9000 0.000206
+gallium_dri.so free 0x5571735e9180 void 0.000190
+gallium_dri.so free 0x5571735e9000 void 0.000136
+gallium_dri.so malloc 72 0x5571735e9000 0.000132
+gallium_dri.so free 0x5571735e9240 void 0.000128
+gallium_dri.so free 0x5571735e9000 void 0.000128
+gallium_dri.so malloc 72 0x5571735e91f0 0.000129
+gallium_dri.so free 0x5571735e9300 void 0.000128
+gallium_dri.so free 0x5571735e91f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e92b0 0.000128
+gallium_dri.so free 0x5571735e9380 void 0.000128
+gallium_dri.so free 0x5571735e92b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e93d0 0.000125
+gallium_dri.so free 0x5571735e9440 void 0.000154
+gallium_dri.so free 0x5571735e93d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9460 0.000117
+gallium_dri.so free 0x5571735e9500 void 0.000119
+gallium_dri.so free 0x5571735e9460 void 0.000117
+gallium_dri.so malloc 72 0x5571735e94b0 0.000118
+gallium_dri.so free 0x5571735e9580 void 0.000116
+gallium_dri.so free 0x5571735e94b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e94b0 0.000123
+gallium_dri.so free 0x5571735e9600 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e9600 0.000140
+gallium_dri.so free 0x5571735b0b00 void 0.000120
+gallium_dri.so free 0x5571735e9600 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0b40 0.000119
+gallium_dri.so free 0x5571735e96c0 void 0.000121
+gallium_dri.so free 0x5571735b0b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0b40 0.000118
+gallium_dri.so free 0x5571735b0bc0 void 0.000122
+gallium_dri.so free 0x5571735b0b40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0b40 0.000120
+gallium_dri.so free 0x5571735b0c80 void 0.000120
+gallium_dri.so free 0x5571735b0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0c30 0.000119
+gallium_dri.so free 0x5571735b0d00 void 0.000121
+gallium_dri.so free 0x5571735b0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0d50 0.000121
+gallium_dri.so free 0x5571735b0dc0 void 0.000119
+gallium_dri.so free 0x5571735b0d50 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0de0 0.000120
+gallium_dri.so free 0x5571735b0e80 void 0.000119
+gallium_dri.so free 0x5571735b0de0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0e30 0.000122
+gallium_dri.so free 0x5571735b0f00 void 0.000119
+gallium_dri.so free 0x5571735b0e30 void 0.000168
+gallium_dri.so malloc 72 0x5571735b0e30 0.000165
+gallium_dri.so free 0x5571735b1000 void 0.000167
+gallium_dri.so free 0x5571735b0e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000123
+gallium_dri.so free 0x5571735b1080 void 0.000123
+gallium_dri.so free 0x5571735b0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b10d0 0.000114
+gallium_dri.so free 0x5571735b1140 void 0.000112
+gallium_dri.so free 0x5571735b10d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1160 0.000121
+gallium_dri.so free 0x5571735b1200 void 0.000117
+gallium_dri.so free 0x5571735b1160 void 0.000121
+gallium_dri.so malloc 72 0x5571735b11b0 0.000128
+gallium_dri.so free 0x5571735b1280 void 0.000119
+gallium_dri.so free 0x5571735b11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b11b0 0.000120
+gallium_dri.so free 0x5571735b1300 void 0.000124
+gallium_dri.so free 0x5571735b11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1300 0.000114
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1300 0.000114
+gallium_dri.so free 0x5571735b14c0 void 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1300 0.000113
+gallium_dri.so free 0x5571735b1540 void 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000137
+gallium_dri.so malloc 72 0x5571735b1570 0.000115
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1570 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1570 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000115
+gallium_dri.so free 0x5571735b1570 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1670 0.000114
+gallium_dri.so free 0x5571735b1780 void 0.000115
+gallium_dri.so free 0x5571735b1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1730 0.000115
+gallium_dri.so free 0x5571735b17c0 void 0.000115
+gallium_dri.so free 0x5571735b1730 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1730 0.000113
+gallium_dri.so free 0x5571735b1880 void 0.000113
+gallium_dri.so free 0x5571735b1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735b18d0 0.000114
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b18d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1980 0.000114
+gallium_dri.so free 0x5571735b1a00 void 0.000116
+gallium_dri.so free 0x5571735b1980 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1a00 0.000116
+gallium_dri.so free 0x5571735b1ac0 void 0.000116
+gallium_dri.so free 0x5571735b1a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1a00 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000114
+gallium_dri.so free 0x5571735b1a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735b1b70 0.000114
+gallium_dri.so free 0x5571735b1bc0 void 0.000114
+gallium_dri.so free 0x5571735b1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1b70 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000114
+gallium_dri.so free 0x5571735b1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c70 0.000116
+gallium_dri.so free 0x5571735b1d80 void 0.000117
+gallium_dri.so free 0x5571735b1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1d30 0.000115
+gallium_dri.so free 0x5571735b1e00 void 0.000118
+gallium_dri.so free 0x5571735b1d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1e20 0.000114
+gallium_dri.so free 0x5571735b1ec0 void 0.000116
+gallium_dri.so free 0x5571735b1e20 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1e70 0.000112
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1e70 0.000114
+gallium_dri.so free 0x5571735b1fc0 void 0.000116
+gallium_dri.so free 0x5571735b1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000115
+gallium_dri.so free 0x5571735b2080 void 0.000117
+gallium_dri.so free 0x5571735b1fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000114
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b1fc0 void 0.000177
+gallium_dri.so malloc 72 0x5571735d78f0 0.000117
+gallium_dri.so free 0x5571735d7940 void 0.000115
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000115
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7a80 0.000113
+gallium_dri.so free 0x5571735d7b00 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7b00 0.000114
+gallium_dri.so free 0x5571735d7bc0 void 0.000114
+gallium_dri.so free 0x5571735d7b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7b00 0.000114
+gallium_dri.so free 0x5571735d7c40 void 0.000115
+gallium_dri.so free 0x5571735d7b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7c70 0.000113
+gallium_dri.so free 0x5571735d7cc0 void 0.000115
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c70 0.000119
+gallium_dri.so free 0x5571735d7dc0 void 0.000123
+gallium_dri.so free 0x5571735d7c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7d70 0.000124
+gallium_dri.so free 0x5571735d7e80 void 0.000124
+gallium_dri.so free 0x5571735d7d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7e30 0.000119
+gallium_dri.so free 0x5571735d7f00 void 0.000129
+gallium_dri.so free 0x5571735d7e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000115
+gallium_dri.so free 0x5571735d7fc0 void 0.000114
+gallium_dri.so free 0x5571735d7e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000115
+gallium_dri.so free 0x5571735d8080 void 0.000121
+gallium_dri.so free 0x5571735d7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8030 0.000114
+gallium_dri.so free 0x5571735d8100 void 0.000114
+gallium_dri.so free 0x5571735d8030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8150 0.000113
+gallium_dri.so free 0x5571735d81c0 void 0.000114
+gallium_dri.so free 0x5571735d8150 void 0.000113
+gallium_dri.so malloc 72 0x5571735d81e0 0.000113
+gallium_dri.so free 0x5571735d8280 void 0.000114
+gallium_dri.so free 0x5571735d81e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8230 0.000114
+gallium_dri.so free 0x5571735d8300 void 0.000115
+gallium_dri.so free 0x5571735d8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8300 0.000116
+gallium_dri.so free 0x5571735d83c0 void 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8300 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8440 0.000113
+gallium_dri.so free 0x5571735d8500 void 0.000128
+gallium_dri.so free 0x5571735d8440 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8440 0.000115
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8440 0.000114
+gallium_dri.so free 0x5571735d8680 void 0.000116
+gallium_dri.so free 0x5571735d8440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8630 0.000118
+gallium_dri.so free 0x5571735d8700 void 0.000115
+gallium_dri.so free 0x5571735d8630 void 0.000126
+gallium_dri.so malloc 72 0x5571735d8750 0.000116
+gallium_dri.so free 0x5571735d87c0 void 0.000115
+gallium_dri.so free 0x5571735d8750 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8800 0.000115
+gallium_dri.so free 0x5571735d8880 void 0.000115
+gallium_dri.so free 0x5571735d8800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8800 0.000114
+gallium_dri.so free 0x5571735d8900 void 0.000114
+gallium_dri.so free 0x5571735d8800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8930 0.000113
+gallium_dri.so free 0x5571735d8980 void 0.000114
+gallium_dri.so free 0x5571735d8930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8930 0.000115
+gallium_dri.so free 0x5571735d8a80 void 0.000114
+gallium_dri.so free 0x5571735d8930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8a30 0.000118
+gallium_dri.so free 0x5571735d8b40 void 0.000192
+gallium_dri.so free 0x5571735d8a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8af0 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8af0 0.000116
+gallium_dri.so free 0x5571735d8c40 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000113
+gallium_dri.so free 0x5571735d8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735d8e00 void 0.000114
+gallium_dri.so free 0x5571735d8cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8db0 0.000113
+gallium_dri.so free 0x5571735d8ec0 void 0.000114
+gallium_dri.so free 0x5571735d8db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8e70 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000115
+gallium_dri.so free 0x5571735d8e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8e70 0.000117
+gallium_dri.so free 0x5571735d8fc0 void 0.000116
+gallium_dri.so free 0x5571735d8e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9000 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000115
+gallium_dri.so free 0x5571735d9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000123
+gallium_dri.so free 0x5571735b3500 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b34b0 0.000113
+gallium_dri.so free 0x5571735b3580 void 0.000116
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b34b0 0.000112
+gallium_dri.so free 0x5571735b3640 void 0.000114
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b34b0 0.000112
+gallium_dri.so free 0x5571735b3700 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b36b0 0.000112
+gallium_dri.so free 0x5571735b3780 void 0.000112
+gallium_dri.so free 0x5571735b36b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b37d0 0.000112
+gallium_dri.so free 0x5571735b3840 void 0.000113
+gallium_dri.so free 0x5571735b37d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3860 0.000114
+gallium_dri.so free 0x5571735b3900 void 0.000114
+gallium_dri.so free 0x5571735b3860 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38b0 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000112
+gallium_dri.so free 0x5571735b38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3980 0.000113
+gallium_dri.so free 0x5571735b3a40 void 0.000135
+gallium_dri.so free 0x5571735b3980 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3980 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000127
+gallium_dri.so free 0x5571735b3980 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000113
+gallium_dri.so free 0x5571735b3b80 void 0.000114
+gallium_dri.so free 0x5571735b3ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000112
+gallium_dri.so free 0x5571735b3c40 void 0.000115
+gallium_dri.so free 0x5571735b3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000113
+gallium_dri.so free 0x5571735b3d00 void 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000112
+gallium_dri.so free 0x5571735b3d80 void 0.000115
+gallium_dri.so free 0x5571735b3cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000114
+gallium_dri.so free 0x5571735b3e40 void 0.000113
+gallium_dri.so free 0x5571735b3dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e80 0.000113
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e80 0.000114
+gallium_dri.so free 0x5571735b3f80 void 0.000112
+gallium_dri.so free 0x5571735b3e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000112
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so free 0x5571735b3fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x5571735b4100 void 0.000173
+gallium_dri.so free 0x5571735b3fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b40b0 0.000124
+gallium_dri.so free 0x5571735b41c0 void 0.000162
+gallium_dri.so free 0x5571735b40b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4170 0.000116
+gallium_dri.so free 0x5571735b4200 void 0.000121
+gallium_dri.so free 0x5571735b4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4170 0.000112
+gallium_dri.so free 0x5571735b42c0 void 0.000113
+gallium_dri.so free 0x5571735b4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4380 void 0.000115
+gallium_dri.so free 0x5571735b4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000113
+gallium_dri.so free 0x5571735b4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4430 0.000113
+gallium_dri.so free 0x5571735b4540 void 0.000114
+gallium_dri.so free 0x5571735b4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4580 void 0.000113
+gallium_dri.so free 0x5571735b44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44f0 0.000112
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so free 0x5571735b44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4680 0.000119
+gallium_dri.so free 0x5571735b4700 void 0.000115
+gallium_dri.so free 0x5571735b4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000113
+gallium_dri.so free 0x5571735b47c0 void 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4700 0.000114
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b48a0 0.000113
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x5571735b48a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48f0 0.000129
+gallium_dri.so free 0x5571735b49c0 void 0.000115
+gallium_dri.so free 0x5571735b48f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48f0 0.000116
+gallium_dri.so free 0x5571735b4a40 void 0.000115
+gallium_dri.so free 0x5571735b48f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4a40 0.000112
+gallium_dri.so free 0x5571735b4b00 void 0.000113
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a40 0.000114
+gallium_dri.so free 0x5571735b4bc0 void 0.000116
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a40 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb380 0.000113
+gallium_dri.so free 0x5571735eb440 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb380 0.000112
+gallium_dri.so free 0x5571735eb540 void 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000111
+gallium_dri.so free 0x5571735eb600 void 0.000112
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000111
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000110
+gallium_dri.so free 0x5571735eb700 void 0.000111
+gallium_dri.so free 0x5571735eb5b0 void 0.000212
+gallium_dri.so malloc 72 0x5571735eb740 0.000208
+gallium_dri.so free 0x5571735eb7c0 void 0.000185
+gallium_dri.so free 0x5571735eb740 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000123
+gallium_dri.so free 0x5571735eb880 void 0.000124
+gallium_dri.so free 0x5571735eb7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000118
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000164
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eba80 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba30 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000113
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb50 0.000112
+gallium_dri.so free 0x5571735ebbc0 void 0.000115
+gallium_dri.so free 0x5571735ebb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000113
+gallium_dri.so free 0x5571735ebbe0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebc30 0.000114
+gallium_dri.so free 0x5571735ebd00 void 0.000113
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000112
+gallium_dri.so free 0x5571735ebe00 void 0.000114
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000113
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebed0 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000124
+gallium_dri.so free 0x5571735ebed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf60 0.000125
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so free 0x5571735ebf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so free 0x5571735ebfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000112
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000117
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000112
+gallium_dri.so free 0x5571735ec340 void 0.000123
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735ec4c0 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec470 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000112
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec780 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so free 0x5571735ec780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec800 0.000112
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec800 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec970 0.000111
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so free 0x5571735ec970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec970 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000124
+gallium_dri.so free 0x5571735ec970 void 0.000123
+gallium_dri.so malloc 72 0x5571735eca70 0.000118
+gallium_dri.so free 0x5571735ecb80 void 0.000116
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000166
+gallium_dri.so free 0x5571735ecc00 void 0.000162
+gallium_dri.so free 0x5571735ecb30 void 0.000158
+gallium_dri.so malloc 72 0x5571735ecc20 0.000155
+gallium_dri.so free 0x5571735eccc0 void 0.000118
+gallium_dri.so free 0x5571735ecc20 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecc70 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000114
+gallium_dri.so free 0x5571735ecdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000112
+gallium_dri.so free 0x5571735ed100 void 0.000114
+gallium_dri.so free 0x5571735ecfb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x5571735ed0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed300 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000114
+gallium_dri.so free 0x5571735ed440 void 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e15c0 void 0.000112
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16c0 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000123
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1740 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18b0 0.000116
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735e18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1900 0.000112
+gallium_dri.so free 0x5571735e19c0 void 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1900 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a70 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b30 0.000112
+gallium_dri.so free 0x5571735e1bc0 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b30 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000113
+gallium_dri.so free 0x5571735e1d40 void 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e1d40 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000112
+gallium_dri.so free 0x5571735e1d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d40 0.000113
+gallium_dri.so free 0x5571735e1e80 void 0.000116
+gallium_dri.so free 0x5571735e1d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d40 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000112
+gallium_dri.so free 0x5571735e1d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d40 0.000111
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so free 0x5571735e1fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e20d0 0.000128
+gallium_dri.so free 0x5571735e2140 void 0.000121
+gallium_dri.so free 0x5571735e20d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2160 0.000123
+gallium_dri.so free 0x5571735e2200 void 0.000129
+gallium_dri.so free 0x5571735e2160 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21b0 0.000113
+gallium_dri.so free 0x5571735e2280 void 0.000121
+gallium_dri.so free 0x5571735e21b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21b0 0.000133
+gallium_dri.so free 0x5571735e2380 void 0.000122
+gallium_dri.so free 0x5571735e21b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2330 0.000124
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2450 0.000121
+gallium_dri.so free 0x5571735e24c0 void 0.000123
+gallium_dri.so free 0x5571735e2450 void 0.000125
+gallium_dri.so malloc 72 0x5571735e24e0 0.000123
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so free 0x5571735e24e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2530 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so free 0x5571735e2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2530 0.000113
+gallium_dri.so free 0x5571735e2680 void 0.000119
+gallium_dri.so free 0x5571735e2530 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2680 0.000123
+gallium_dri.so free 0x5571735e2740 void 0.000122
+gallium_dri.so free 0x5571735e2680 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2680 0.000123
+gallium_dri.so free 0x5571735e2840 void 0.000133
+gallium_dri.so free 0x5571735e2680 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2680 0.000122
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so free 0x5571735e2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000118
+gallium_dri.so free 0x5571735e2940 void 0.000118
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so free 0x5571735e28f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e29f0 0.000123
+gallium_dri.so free 0x5571735e2b00 void 0.000129
+gallium_dri.so free 0x5571735e29f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b40 void 0.000114
+gallium_dri.so free 0x5571735e2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000123
+gallium_dri.so free 0x5571735e2c00 void 0.000124
+gallium_dri.so free 0x5571735e2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2c50 0.000124
+gallium_dri.so free 0x5571735e2cc0 void 0.000122
+gallium_dri.so free 0x5571735e2c50 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2d00 0.000141
+gallium_dri.so free 0x5571735e2d80 void 0.000225
+gallium_dri.so free 0x5571735e2d00 void 0.000225
+gallium_dri.so malloc 72 0x5571735e2d80 0.000129
+gallium_dri.so free 0x5571735e2e40 void 0.000131
+gallium_dri.so free 0x5571735e2d80 void 0.000164
+gallium_dri.so malloc 72 0x5571735e2d80 0.000129
+gallium_dri.so free 0x5571735e2ec0 void 0.000129
+gallium_dri.so free 0x5571735e2d80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000129
+gallium_dri.so free 0x5571735e2f40 void 0.000125
+gallium_dri.so free 0x5571735e2ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000123
+gallium_dri.so free 0x5571735e3040 void 0.000129
+gallium_dri.so free 0x5571735e2ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000126
+gallium_dri.so free 0x5571735e3100 void 0.000121
+gallium_dri.so free 0x5571735e2ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e30b0 0.000123
+gallium_dri.so free 0x5571735e3180 void 0.000120
+gallium_dri.so free 0x5571735e30b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e31a0 0.000131
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so free 0x5571735e31a0 void 0.000163
+gallium_dri.so malloc 72 0x5571735e31f0 0.000129
+gallium_dri.so free 0x5571735e32c0 void 0.000129
+gallium_dri.so free 0x5571735e31f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e31f0 0.000129
+gallium_dri.so free 0x5571735e3340 void 0.000129
+gallium_dri.so free 0x5571735e31f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3340 0.000129
+gallium_dri.so free 0x5571735e3400 void 0.000129
+gallium_dri.so free 0x5571735e3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3340 0.000120
+gallium_dri.so free 0x5571735e34c0 void 0.000125
+gallium_dri.so free 0x5571735e3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3340 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e3340 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3530 0.000124
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e3530 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3530 0.000167
+gallium_dri.so free 0x5571735e3680 void 0.000165
+gallium_dri.so free 0x5571735e3530 void 0.000167
+gallium_dri.so malloc 72 0x5571735e3630 0.000129
+gallium_dri.so free 0x5571735e3740 void 0.000184
+gallium_dri.so free 0x5571735e3630 void 0.000129
+gallium_dri.so malloc 72 0x5571735e36f0 0.000124
+gallium_dri.so free 0x5571735e3780 void 0.000121
+gallium_dri.so free 0x5571735e36f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e36f0 0.000130
+gallium_dri.so free 0x5571735e3840 void 0.000131
+gallium_dri.so free 0x5571735e36f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3880 0.000128
+gallium_dri.so free 0x5571735e3900 void 0.000128
+gallium_dri.so free 0x5571735e3880 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3900 0.000124
+gallium_dri.so free 0x5571735e39c0 void 0.000124
+gallium_dri.so free 0x5571735e3900 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3900 0.000130
+gallium_dri.so free 0x5571735e3a80 void 0.000148
+gallium_dri.so free 0x5571735e3900 void 0.000148
+gallium_dri.so malloc 72 0x5571735e3aa0 0.000128
+gallium_dri.so free 0x5571735e3b40 void 0.000129
+gallium_dri.so free 0x5571735e3aa0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3af0 0.000129
+gallium_dri.so free 0x5571735e3bc0 void 0.000128
+gallium_dri.so free 0x5571735e3af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3af0 0.000127
+gallium_dri.so free 0x5571735e3c40 void 0.000127
+gallium_dri.so free 0x5571735e3af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3c40 0.000128
+gallium_dri.so free 0x5571735e3d00 void 0.000127
+gallium_dri.so free 0x5571735e3c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3c40 0.000127
+gallium_dri.so free 0x5571735e3dc0 void 0.000129
+gallium_dri.so free 0x5571735e3c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3c40 0.000128
+gallium_dri.so free 0x5571735e3e80 void 0.000127
+gallium_dri.so free 0x5571735e3c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3e30 0.000127
+gallium_dri.so free 0x5571735e3f40 void 0.000126
+gallium_dri.so free 0x5571735e3e30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000128
+gallium_dri.so free 0x5571735e3fc0 void 0.000128
+gallium_dri.so free 0x5571735e3ef0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e4010 0.000129
+gallium_dri.so free 0x5571735e4080 void 0.000127
+gallium_dri.so free 0x5571735e4010 void 0.000128
+gallium_dri.so malloc 72 0x5571735e40a0 0.000125
+gallium_dri.so free 0x5571735e4140 void 0.000128
+gallium_dri.so free 0x5571735e40a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e40f0 0.000129
+gallium_dri.so free 0x5571735e41c0 void 0.000129
+gallium_dri.so free 0x5571735e40f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e40f0 0.000126
+gallium_dri.so free 0x5571735e4240 void 0.000128
+gallium_dri.so free 0x5571735e40f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4240 0.000130
+gallium_dri.so free 0x5571735e4300 void 0.000129
+gallium_dri.so free 0x5571735e4240 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4240 0.000127
+gallium_dri.so free 0x5571735e4400 void 0.000128
+gallium_dri.so free 0x5571735e4240 void 0.000128
+gallium_dri.so malloc 72 0x5571735e43b0 0.000126
+gallium_dri.so free 0x5571735e4440 void 0.000129
+gallium_dri.so free 0x5571735e43b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e43b0 0.000128
+gallium_dri.so free 0x5571735e4500 void 0.000128
+gallium_dri.so free 0x5571735e43b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e4540 0.000126
+gallium_dri.so free 0x5571735e45c0 void 0.000179
+gallium_dri.so free 0x5571735e4540 void 0.000126
+gallium_dri.so malloc 72 0x5571735e45c0 0.000127
+gallium_dri.so free 0x5571735e4680 void 0.000134
+gallium_dri.so free 0x5571735e45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45c0 0.000121
+gallium_dri.so free 0x5571735e4700 void 0.000121
+gallium_dri.so free 0x5571735e45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4730 0.000122
+gallium_dri.so free 0x5571735e4780 void 0.000122
+gallium_dri.so free 0x5571735e4730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4730 0.000122
+gallium_dri.so free 0x5571735e4880 void 0.000119
+gallium_dri.so free 0x5571735e4730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e48c0 0.000117
+gallium_dri.so free 0x5571735e4940 void 0.000118
+gallium_dri.so free 0x5571735e48c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4940 0.000120
+gallium_dri.so free 0x5571735e4a00 void 0.000115
+gallium_dri.so free 0x5571735e4940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4940 0.000116
+gallium_dri.so free 0x5571735e4a80 void 0.000115
+gallium_dri.so free 0x5571735e4940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000120
+gallium_dri.so free 0x5571735e4b00 void 0.000115
+gallium_dri.so free 0x5571735e4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000115
+gallium_dri.so free 0x5571735e4c00 void 0.000113
+gallium_dri.so free 0x5571735e4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4bb0 0.000115
+gallium_dri.so free 0x5571735e4cc0 void 0.000114
+gallium_dri.so free 0x5571735e4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c70 0.000115
+gallium_dri.so free 0x5571735e4d40 void 0.000115
+gallium_dri.so free 0x5571735e4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c70 0.000113
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so free 0x5571735e4c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c70 0.000115
+gallium_dri.so free 0x5571735e4ec0 void 0.000113
+gallium_dri.so free 0x5571735e4c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4e70 0.000114
+gallium_dri.so free 0x5571735e4f40 void 0.000114
+gallium_dri.so free 0x5571735e4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4f90 0.000113
+gallium_dri.so free 0x5571735e5000 void 0.000115
+gallium_dri.so free 0x5571735e4f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5020 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000113
+gallium_dri.so free 0x5571735e5020 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5070 0.000127
+gallium_dri.so free 0x5571735e5140 void 0.000124
+gallium_dri.so free 0x5571735e5070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5140 0.000115
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so free 0x5571735e5140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5140 0.000115
+gallium_dri.so free 0x5571735e5280 void 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5280 0.000115
+gallium_dri.so free 0x5571735e5340 void 0.000115
+gallium_dri.so free 0x5571735e5280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5280 0.000113
+gallium_dri.so free 0x5571735e5400 void 0.000115
+gallium_dri.so free 0x5571735e5280 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5280 0.000113
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so free 0x5571735e5280 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5470 0.000115
+gallium_dri.so free 0x5571735e5540 void 0.000116
+gallium_dri.so free 0x5571735e5470 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5590 0.000114
+gallium_dri.so free 0x5571735e5600 void 0.000113
+gallium_dri.so free 0x5571735e5590 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5640 0.000120
+gallium_dri.so free 0x5571735e56c0 void 0.000116
+gallium_dri.so free 0x5571735e5640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5640 0.000158
+gallium_dri.so free 0x5571735e5740 void 0.000116
+gallium_dri.so free 0x5571735e5640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5770 0.000114
+gallium_dri.so free 0x5571735e57c0 void 0.000114
+gallium_dri.so free 0x5571735e5770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5770 0.000113
+gallium_dri.so free 0x5571735e58c0 void 0.000115
+gallium_dri.so free 0x5571735e5770 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5870 0.000113
+gallium_dri.so free 0x5571735e5980 void 0.000114
+gallium_dri.so free 0x5571735e5870 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5930 0.000113
+gallium_dri.so free 0x5571735e59c0 void 0.000114
+gallium_dri.so free 0x5571735e5930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5930 0.000114
+gallium_dri.so free 0x5571735e5a80 void 0.000113
+gallium_dri.so free 0x5571735e5930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5af0 0.000116
+gallium_dri.so free 0x5571735e5b40 void 0.000114
+gallium_dri.so free 0x5571735e5af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5af0 0.000114
+gallium_dri.so free 0x5571735e5c40 void 0.000116
+gallium_dri.so free 0x5571735e5af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5bf0 0.000113
+gallium_dri.so free 0x5571735e5d00 void 0.000117
+gallium_dri.so free 0x5571735e5bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000126
+gallium_dri.so free 0x5571735e5d40 void 0.000114
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000113
+gallium_dri.so free 0x5571735e5e00 void 0.000114
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e40 0.000114
+gallium_dri.so free 0x5571735e5ec0 void 0.000114
+gallium_dri.so free 0x5571735e5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000116
+gallium_dri.so free 0x5571735e5f80 void 0.000114
+gallium_dri.so free 0x5571735e5ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000115
+gallium_dri.so free 0x5571735e6040 void 0.000115
+gallium_dri.so free 0x5571735e5ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6060 0.000126
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e6060 void 0.000113
+gallium_dri.so malloc 72 0x5571735e60b0 0.000114
+gallium_dri.so free 0x5571735e6180 void 0.000114
+gallium_dri.so free 0x5571735e60b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e60b0 0.000120
+gallium_dri.so free 0x5571735e6200 void 0.000116
+gallium_dri.so free 0x5571735e60b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6200 0.000113
+gallium_dri.so free 0x5571735e62c0 void 0.000114
+gallium_dri.so free 0x5571735e6200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6200 0.000128
+gallium_dri.so free 0x5571735e6380 void 0.000116
+gallium_dri.so free 0x5571735e6200 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6200 0.000113
+gallium_dri.so free 0x5571735e6440 void 0.000114
+gallium_dri.so free 0x5571735e6200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e63f0 0.000114
+gallium_dri.so free 0x5571735e6500 void 0.000115
+gallium_dri.so free 0x5571735e63f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e64b0 0.000114
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so free 0x5571735e64b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e65d0 0.000114
+gallium_dri.so free 0x5571735e6640 void 0.000115
+gallium_dri.so free 0x5571735e65d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6660 0.000114
+gallium_dri.so free 0x5571735e6700 void 0.000113
+gallium_dri.so free 0x5571735e6660 void 0.000113
+gallium_dri.so malloc 72 0x5571735e66b0 0.000115
+gallium_dri.so free 0x5571735e6780 void 0.000115
+gallium_dri.so free 0x5571735e66b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e66b0 0.000116
+gallium_dri.so free 0x5571735e6800 void 0.000114
+gallium_dri.so free 0x5571735e66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6800 0.000116
+gallium_dri.so free 0x5571735e68c0 void 0.000115
+gallium_dri.so free 0x5571735e6800 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6800 0.000167
+gallium_dri.so free 0x5571735e69c0 void 0.000116
+gallium_dri.so free 0x5571735e6800 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6970 0.000117
+gallium_dri.so free 0x5571735e6a00 void 0.000115
+gallium_dri.so free 0x5571735e6970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6970 0.000115
+gallium_dri.so free 0x5571735e6ac0 void 0.000116
+gallium_dri.so free 0x5571735e6970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6b00 0.000115
+gallium_dri.so free 0x5571735e6b80 void 0.000115
+gallium_dri.so free 0x5571735e6b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6b80 0.000116
+gallium_dri.so free 0x5571735e6c40 void 0.000115
+gallium_dri.so free 0x5571735e6b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6b80 0.000115
+gallium_dri.so free 0x5571735e6cc0 void 0.000116
+gallium_dri.so free 0x5571735e6b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000116
+gallium_dri.so free 0x5571735e6d40 void 0.000116
+gallium_dri.so free 0x5571735e6cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000114
+gallium_dri.so free 0x5571735e6e40 void 0.000114
+gallium_dri.so free 0x5571735e6cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6e80 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735e6e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000116
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000114
+gallium_dri.so free 0x5571735daa80 void 0.000113
+gallium_dri.so free 0x5571735daa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735daa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735dabf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dabf0 0.000114
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dadf0 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dadf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf10 0.000126
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daf10 void 0.000115
+gallium_dri.so malloc 72 0x5571735dafa0 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000116
+gallium_dri.so free 0x5571735dafa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000115
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000115
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000114
+gallium_dri.so free 0x5571735db440 void 0.000178
+gallium_dri.so free 0x5571735db200 void 0.000222
+gallium_dri.so malloc 72 0x5571735db3f0 0.000240
+gallium_dri.so free 0x5571735db4c0 void 0.000237
+gallium_dri.so free 0x5571735db3f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db510 0.000170
+gallium_dri.so free 0x5571735db580 void 0.000126
+gallium_dri.so free 0x5571735db510 void 0.000124
+gallium_dri.so malloc 72 0x5571735db5c0 0.000124
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so free 0x5571735db5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db5c0 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000122
+gallium_dri.so free 0x5571735db5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db6f0 0.000124
+gallium_dri.so free 0x5571735db740 void 0.000123
+gallium_dri.so free 0x5571735db6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6f0 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db7f0 0.000117
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db8b0 0.000123
+gallium_dri.so free 0x5571735db940 void 0.000133
+gallium_dri.so free 0x5571735db8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db8b0 0.000122
+gallium_dri.so free 0x5571735dba00 void 0.000121
+gallium_dri.so free 0x5571735db8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dba70 0.000122
+gallium_dri.so free 0x5571735dbac0 void 0.000117
+gallium_dri.so free 0x5571735dba70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba70 0.000123
+gallium_dri.so free 0x5571735dbbc0 void 0.000124
+gallium_dri.so free 0x5571735dba70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb70 0.000116
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc30 0.000117
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000118
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000122
+gallium_dri.so free 0x5571735dbdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbe40 0.000160
+gallium_dri.so free 0x5571735dbf00 void 0.000153
+gallium_dri.so free 0x5571735dbe40 void 0.000148
+gallium_dri.so malloc 72 0x5571735dbe40 0.000143
+gallium_dri.so free 0x5571735dbfc0 void 0.000148
+gallium_dri.so free 0x5571735dbe40 void 0.000156
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000154
+gallium_dri.so free 0x5571735dc080 void 0.000153
+gallium_dri.so free 0x5571735dbfe0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc030 0.000146
+gallium_dri.so free 0x5571735dc100 void 0.000149
+gallium_dri.so free 0x5571735dc030 void 0.000154
+gallium_dri.so malloc 72 0x5571735dc030 0.000156
+gallium_dri.so free 0x5571735dc180 void 0.000153
+gallium_dri.so free 0x5571735dc030 void 0.000162
+gallium_dri.so malloc 72 0x5571735dc180 0.000131
+gallium_dri.so free 0x5571735dc240 void 0.000130
+gallium_dri.so free 0x5571735dc180 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc180 0.000136
+gallium_dri.so free 0x5571735dc300 void 0.000127
+gallium_dri.so free 0x5571735dc180 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc180 0.000129
+gallium_dri.so free 0x5571735dc3c0 void 0.000129
+gallium_dri.so free 0x5571735dc180 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc370 0.000120
+gallium_dri.so free 0x5571735dc480 void 0.000125
+gallium_dri.so free 0x5571735dc370 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc430 0.000120
+gallium_dri.so free 0x5571735dc500 void 0.000119
+gallium_dri.so free 0x5571735dc430 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc550 0.000123
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so free 0x5571735dc550 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000125
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc5e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc630 0.000129
+gallium_dri.so free 0x5571735dc700 void 0.000137
+gallium_dri.so free 0x5571735dc630 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc630 0.000126
+gallium_dri.so free 0x5571735dc780 void 0.000128
+gallium_dri.so free 0x5571735dc630 void 0.000140
+gallium_dri.so malloc 72 0x5571735dc780 0.000128
+gallium_dri.so free 0x5571735dc840 void 0.000129
+gallium_dri.so free 0x5571735dc780 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc780 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000128
+gallium_dri.so free 0x5571735dc780 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000119
+gallium_dri.so free 0x5571735dc980 void 0.000120
+gallium_dri.so free 0x5571735dc8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000128
+gallium_dri.so free 0x5571735dca40 void 0.000128
+gallium_dri.so free 0x5571735dc8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dca80 0.000129
+gallium_dri.so free 0x5571735dcb00 void 0.000131
+gallium_dri.so free 0x5571735dca80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcb00 0.000129
+gallium_dri.so free 0x5571735dcbc0 void 0.000128
+gallium_dri.so free 0x5571735dcb00 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcb00 0.000130
+gallium_dri.so free 0x5571735dcc40 void 0.000130
+gallium_dri.so free 0x5571735dcb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcc70 0.000128
+gallium_dri.so free 0x5571735dccc0 void 0.000129
+gallium_dri.so free 0x5571735dcc70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcc70 0.000123
+gallium_dri.so free 0x5571735dcdc0 void 0.000126
+gallium_dri.so free 0x5571735dcc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dce00 0.000127
+gallium_dri.so free 0x5571735dce80 void 0.000130
+gallium_dri.so free 0x5571735dce00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dce80 0.000128
+gallium_dri.so free 0x5571735dcf40 void 0.000124
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dce80 0.000124
+gallium_dri.so free 0x5571735dcfc0 void 0.000125
+gallium_dri.so free 0x5571735dce80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcff0 0.000129
+gallium_dri.so free 0x5571735dd040 void 0.000129
+gallium_dri.so free 0x5571735dcff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcff0 0.000121
+gallium_dri.so free 0x5571735dd140 void 0.000126
+gallium_dri.so free 0x5571735dcff0 void 0.000173
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000126
+gallium_dri.so free 0x5571735dd200 void 0.000129
+gallium_dri.so free 0x5571735dd0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000130
+gallium_dri.so free 0x5571735dd280 void 0.000128
+gallium_dri.so free 0x5571735dd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000120
+gallium_dri.so free 0x5571735dd340 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000130
+gallium_dri.so free 0x5571735dd400 void 0.000129
+gallium_dri.so free 0x5571735dd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000119
+gallium_dri.so free 0x5571735dd3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000124
+gallium_dri.so free 0x5571735dd540 void 0.000130
+gallium_dri.so free 0x5571735dd4d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd560 0.000130
+gallium_dri.so free 0x5571735dd600 void 0.000129
+gallium_dri.so free 0x5571735dd560 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000134
+gallium_dri.so free 0x5571735dd680 void 0.000126
+gallium_dri.so free 0x5571735dd5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd680 0.000124
+gallium_dri.so free 0x5571735dd740 void 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd680 0.000131
+gallium_dri.so free 0x5571735dd7c0 void 0.000129
+gallium_dri.so free 0x5571735dd680 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000130
+gallium_dri.so free 0x5571735dd880 void 0.000128
+gallium_dri.so free 0x5571735dd7c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000130
+gallium_dri.so free 0x5571735dd940 void 0.000129
+gallium_dri.so free 0x5571735dd7c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000125
+gallium_dri.so free 0x5571735dda80 void 0.000129
+gallium_dri.so free 0x5571735dd9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddad0 0.000135
+gallium_dri.so free 0x5571735ddb40 void 0.000136
+gallium_dri.so free 0x5571735ddad0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddb80 0.000249
+gallium_dri.so free 0x5571735ddc00 void 0.000219
+gallium_dri.so free 0x5571735ddb80 void 0.000197
+gallium_dri.so malloc 72 0x5571735ddb80 0.000174
+gallium_dri.so free 0x5571735ddc80 void 0.000127
+gallium_dri.so free 0x5571735ddb80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000119
+gallium_dri.so free 0x5571735ddd00 void 0.000119
+gallium_dri.so free 0x5571735ddcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000124
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so free 0x5571735ddcb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dddb0 0.000129
+gallium_dri.so free 0x5571735ddec0 void 0.000130
+gallium_dri.so free 0x5571735dddb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dde70 0.000124
+gallium_dri.so free 0x5571735ddf00 void 0.000125
+gallium_dri.so free 0x5571735dde70 void 0.000139
+gallium_dri.so malloc 72 0x5571735dde70 0.000128
+gallium_dri.so free 0x5571735ddfc0 void 0.000128
+gallium_dri.so free 0x5571735dde70 void 0.000129
+gallium_dri.so malloc 72 0x5571735de030 0.000129
+gallium_dri.so free 0x5571735de080 void 0.000129
+gallium_dri.so free 0x5571735de030 void 0.000129
+gallium_dri.so malloc 72 0x5571735de030 0.000129
+gallium_dri.so free 0x5571735de180 void 0.000129
+gallium_dri.so free 0x5571735de030 void 0.000129
+gallium_dri.so malloc 72 0x5571735de130 0.000130
+gallium_dri.so free 0x5571735de240 void 0.000128
+gallium_dri.so free 0x5571735de130 void 0.000129
+gallium_dri.so malloc 72 0x5571735de1f0 0.000131
+gallium_dri.so free 0x5571735de280 void 0.000129
+gallium_dri.so free 0x5571735de1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de1f0 0.000130
+gallium_dri.so free 0x5571735de340 void 0.000129
+gallium_dri.so free 0x5571735de1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de380 0.000129
+gallium_dri.so free 0x5571735de400 void 0.000139
+gallium_dri.so free 0x5571735de380 void 0.000128
+gallium_dri.so malloc 72 0x5571735de400 0.000128
+gallium_dri.so free 0x5571735de4c0 void 0.000125
+gallium_dri.so free 0x5571735de400 void 0.000126
+gallium_dri.so malloc 72 0x5571735de400 0.000130
+gallium_dri.so free 0x5571735de580 void 0.000123
+gallium_dri.so free 0x5571735de400 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5a0 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de5a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de5f0 0.000130
+gallium_dri.so free 0x5571735de6c0 void 0.000130
+gallium_dri.so free 0x5571735de5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000124
+gallium_dri.so free 0x5571735de5f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735de740 0.000132
+gallium_dri.so free 0x5571735de800 void 0.000166
+gallium_dri.so free 0x5571735de740 void 0.000125
+gallium_dri.so malloc 72 0x5571735de740 0.000131
+gallium_dri.so free 0x5571735de8c0 void 0.000130
+gallium_dri.so free 0x5571735de740 void 0.000130
+gallium_dri.so malloc 72 0x5571735de740 0.000124
+gallium_dri.so free 0x5571735de980 void 0.000171
+gallium_dri.so free 0x5571735de740 void 0.000130
+gallium_dri.so malloc 72 0x5571735de930 0.000129
+gallium_dri.so free 0x5571735dea40 void 0.000129
+gallium_dri.so free 0x5571735de930 void 0.000131
+gallium_dri.so malloc 72 0x5571735de9f0 0.000123
+gallium_dri.so free 0x5571735deac0 void 0.000125
+gallium_dri.so free 0x5571735de9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735deb10 0.000124
+gallium_dri.so free 0x5571735deb80 void 0.000125
+gallium_dri.so free 0x5571735deb10 void 0.000131
+gallium_dri.so malloc 72 0x5571735deba0 0.000142
+gallium_dri.so free 0x5571735dec40 void 0.000141
+gallium_dri.so free 0x5571735deba0 void 0.000126
+gallium_dri.so malloc 72 0x5571735debf0 0.000127
+gallium_dri.so free 0x5571735decc0 void 0.000128
+gallium_dri.so free 0x5571735debf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735debf0 0.000127
+gallium_dri.so free 0x5571735ded40 void 0.000127
+gallium_dri.so free 0x5571735debf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ded40 0.000125
+gallium_dri.so free 0x5571735dee00 void 0.000126
+gallium_dri.so free 0x5571735ded40 void 0.000127
+gallium_dri.so malloc 72 0x5571735ded40 0.000136
+gallium_dri.so free 0x5571735def00 void 0.000134
+gallium_dri.so free 0x5571735ded40 void 0.000120
+gallium_dri.so malloc 72 0x5571735deeb0 0.000119
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571735deeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deeb0 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735deeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df040 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so free 0x5571735df040 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x5571735df180 void 0.000120
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000119
+gallium_dri.so free 0x5571735df200 void 0.000121
+gallium_dri.so free 0x5571735df0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df230 0.000120
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so free 0x5571735df230 void 0.000119
+gallium_dri.so malloc 72 0x5571735df3c0 0.000120
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df440 0.000135
+gallium_dri.so free 0x5571735df500 void 0.000123
+gallium_dri.so free 0x5571735df440 void 0.000120
+gallium_dri.so malloc 72 0x5571735df440 0.000121
+gallium_dri.so free 0x5571735df580 void 0.000120
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5b0 0.000119
+gallium_dri.so free 0x5571735df600 void 0.000125
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df770 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df770 0.000112
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so free 0x5571735df770 void 0.000112
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000116
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df970 0.000114
+gallium_dri.so free 0x5571735dfa40 void 0.000115
+gallium_dri.so free 0x5571735df970 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfa90 0.000153
+gallium_dri.so free 0x5571735dfb00 void 0.000116
+gallium_dri.so free 0x5571735dfa90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb20 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so free 0x5571735dfb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb70 0.000112
+gallium_dri.so free 0x5571735dfc40 void 0.000116
+gallium_dri.so free 0x5571735dfb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc40 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc40 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000112
+gallium_dri.so free 0x5571735dfe40 void 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000112
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dff70 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so free 0x5571735dff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0090 0.000121
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0090 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0140 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0140 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0270 0.000111
+gallium_dri.so free 0x5571735e02c0 void 0.000112
+gallium_dri.so free 0x5571735e0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000112
+gallium_dri.so free 0x5571735e0480 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0430 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000132
+gallium_dri.so free 0x5571735e0430 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0430 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000114
+gallium_dri.so free 0x5571735e0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0640 void 0.000156
+gallium_dri.so free 0x5571735e05f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e05f0 0.000272
+gallium_dri.so free 0x5571735e0740 void 0.000176
+gallium_dri.so free 0x5571735e05f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06f0 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000113
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000117
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0940 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09c0 0.000112
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b60 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so free 0x5571735e0b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000115
+gallium_dri.so free 0x5571735e0bb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000122
+gallium_dri.so free 0x5571735e0d00 void 0.000114
+gallium_dri.so free 0x5571735e0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d00 0.000114
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d00 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x5571735e0d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d00 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10d0 0.000112
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e10d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1160 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1160 void 0.000112
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000113
+gallium_dri.so free 0x5571735e11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000126
+gallium_dri.so free 0x5571735e1300 void 0.000115
+gallium_dri.so free 0x5571735e11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1300 0.000112
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1300 0.000112
+gallium_dri.so free 0x5571735bee80 void 0.000114
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735beea0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000113
+gallium_dri.so free 0x5571735beea0 void 0.000111
+gallium_dri.so malloc 72 0x5571735beef0 0.000111
+gallium_dri.so free 0x5571735befc0 void 0.000113
+gallium_dri.so free 0x5571735beef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735beef0 0.000113
+gallium_dri.so free 0x5571735bf040 void 0.000112
+gallium_dri.so free 0x5571735beef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf040 0.000112
+gallium_dri.so free 0x5571735bf100 void 0.000114
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf040 0.000113
+gallium_dri.so free 0x5571735bf1c0 void 0.000115
+gallium_dri.so free 0x5571735bf040 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf040 0.000112
+gallium_dri.so free 0x5571735bf280 void 0.000157
+gallium_dri.so free 0x5571735bf040 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf230 0.000184
+gallium_dri.so free 0x5571735eae40 void 0.000116
+gallium_dri.so free 0x5571735bf230 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf230 0.000113
+gallium_dri.so free 0x5571735a2880 void 0.000113
+gallium_dri.so free 0x5571735bf230 void 0.000114
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735ea800 void 0.000112
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735bc180 void 0.000112
+gallium_dri.so free 0x5571735a2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000113
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735afa00 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735bc5c0 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735af300 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000112
+gallium_dri.so free 0x5571735bba40 void 0.000115
+gallium_dri.so free 0x5571735af320 void 0.000112
+gallium_dri.so malloc 72 0x5571735af320 0.000123
+gallium_dri.so free 0x5571735b8040 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735bca40 void 0.000113
+gallium_dri.so free 0x5571735b7ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000112
+gallium_dri.so free 0x5571735ea9c0 void 0.000114
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000112
+gallium_dri.so free 0x5571735b8980 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000113
+gallium_dri.so free 0x5571735baf00 void 0.000112
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735baf00 0.000113
+gallium_dri.so free 0x5571735bbe00 void 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735ea740 void 0.000112
+gallium_dri.so free 0x5571735bbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea790 0.000112
+gallium_dri.so free 0x5571735b5b40 void 0.000114
+gallium_dri.so free 0x5571735ea790 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea790 0.000112
+gallium_dri.so free 0x5571735eb0c0 void 0.000113
+gallium_dri.so free 0x5571735ea790 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000111
+gallium_dri.so free 0x5571735eab00 void 0.000127
+gallium_dri.so free 0x5571735eb070 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bb280 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb280 0.000113
+gallium_dri.so free 0x5571735b7700 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7720 0.000112
+gallium_dri.so free 0x5571735b77c0 void 0.000113
+gallium_dri.so free 0x5571735b7720 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7770 0.000112
+gallium_dri.so free 0x5571735b7e40 void 0.000114
+gallium_dri.so free 0x5571735b7770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7e80 0.000112
+gallium_dri.so free 0x5571735b7a80 void 0.000112
+gallium_dri.so free 0x5571735b7e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7a80 0.000111
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b7a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000113
+gallium_dri.so free 0x5571735b7940 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000113
+gallium_dri.so free 0x5571735e9bc0 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735ea580 void 0.000113
+gallium_dri.so free 0x5571735e9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735adb70 0.000113
+gallium_dri.so free 0x5571735adc80 void 0.000114
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735adc30 0.000116
+gallium_dri.so free 0x5571735ea680 void 0.000113
+gallium_dri.so free 0x5571735adc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735b9400 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9400 0.000113
+gallium_dri.so free 0x5571735bf0c0 void 0.000113
+gallium_dri.so free 0x5571735b9400 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9400 0.000112
+gallium_dri.so free 0x5571735bf180 void 0.000114
+gallium_dri.so free 0x5571735b9400 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf1a0 0.000112
+gallium_dri.so free 0x5571735bee80 void 0.000113
+gallium_dri.so free 0x5571735bf1a0 void 0.000160
+gallium_dri.so malloc 72 0x5571735beeb0 0.000115
+gallium_dri.so free 0x5571735bef00 void 0.000113
+gallium_dri.so free 0x5571735beeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beeb0 0.000112
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735beeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a7210 0.000113
+gallium_dri.so free 0x5571735bf000 void 0.000114
+gallium_dri.so free 0x5571735a7210 void 0.000112
+gallium_dri.so malloc 72 0x5571735befb0 0.000111
+gallium_dri.so free 0x5571735a7280 void 0.000112
+gallium_dri.so free 0x5571735befb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a72b0 0.000112
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so free 0x5571735a72b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8c40 0.000113
+gallium_dri.so free 0x5571735a8d00 void 0.000113
+gallium_dri.so free 0x5571735a8c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735a8c40 0.000112
+gallium_dri.so free 0x5571735d74c0 void 0.000113
+gallium_dri.so free 0x5571735a8c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7510 0.000113
+gallium_dri.so free 0x5571735a8d80 void 0.000113
+gallium_dri.so free 0x5571735d7510 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7510 0.000112
+gallium_dri.so free 0x5571735a7300 void 0.000114
+gallium_dri.so free 0x5571735d7510 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7510 0.000128
+gallium_dri.so free 0x5571735d7580 void 0.000116
+gallium_dri.so free 0x5571735d7510 void 0.000113
+gallium_dri.so malloc 72 0x5571735d75c0 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so free 0x5571735d75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000112
+gallium_dri.so free 0x5571735aff00 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735afe40 0.000112
+gallium_dri.so free 0x5571735d7640 void 0.000114
+gallium_dri.so free 0x5571735afe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735afe40 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6040 0.000112
+gallium_dri.so free 0x5571735a89c0 void 0.000114
+gallium_dri.so free 0x5571735b6040 void 0.000112
+gallium_dri.so malloc 72 0x5571735a89c0 0.000112
+gallium_dri.so free 0x5571735aff80 void 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a89c0 0.000114
+gallium_dri.so free 0x5571735a8a80 void 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a89c0 0.000120
+gallium_dri.so free 0x5571735a8ec0 void 0.000115
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a89c0 0.000114
+gallium_dri.so free 0x5571735b60c0 void 0.000112
+gallium_dri.so free 0x5571735a89c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a89c0 0.000112
+gallium_dri.so free 0x5571735a8fc0 void 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a9010 0.000112
+gallium_dri.so free 0x5571735a8b40 void 0.000113
+gallium_dri.so free 0x5571735a9010 void 0.000112
+gallium_dri.so malloc 72 0x5571735a9010 0.000112
+gallium_dri.so free 0x5571735a9140 void 0.000113
+gallium_dri.so free 0x5571735a9010 void 0.000112
+gallium_dri.so malloc 72 0x5571735a9010 0.000111
+gallium_dri.so free 0x5571735a9200 void 0.000113
+gallium_dri.so free 0x5571735a9010 void 0.000116
+gallium_dri.so malloc 72 0x5571735a91b0 0.000112
+gallium_dri.so free 0x5571735addc0 void 0.000113
+gallium_dri.so free 0x5571735a91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735addc0 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000113
+gallium_dri.so free 0x5571735addc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735addc0 0.000113
+gallium_dri.so free 0x5571735a9280 void 0.000113
+gallium_dri.so free 0x5571735addc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a92a0 0.000113
+gallium_dri.so free 0x5571735ae700 void 0.000176
+gallium_dri.so free 0x5571735a92a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae730 0.000112
+gallium_dri.so free 0x5571735ae780 void 0.000114
+gallium_dri.so free 0x5571735ae730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae730 0.000113
+gallium_dri.so free 0x5571735ae880 void 0.000113
+gallium_dri.so free 0x5571735ae730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae830 0.000113
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae830 0.000115
+gallium_dri.so free 0x5571734f6100 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae830 0.000112
+gallium_dri.so free 0x5571734f61c0 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000112
+gallium_dri.so malloc 72 0x5571734f6170 0.000112
+gallium_dri.so free 0x5571735be540 void 0.000114
+gallium_dri.so free 0x5571734f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735be580 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000113
+gallium_dri.so free 0x5571735be580 void 0.000113
+gallium_dri.so malloc 72 0x5571735be600 0.000112
+gallium_dri.so free 0x5571735be6c0 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000113
+gallium_dri.so malloc 72 0x5571735be600 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000116
+gallium_dri.so malloc 72 0x5571735be600 0.000111
+gallium_dri.so free 0x5571735b01c0 void 0.000113
+gallium_dri.so free 0x5571735be600 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0170 0.000112
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so free 0x5571735b0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0290 0.000112
+gallium_dri.so free 0x5571735b6e80 void 0.000113
+gallium_dri.so free 0x5571735b0290 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0290 0.000114
+gallium_dri.so free 0x5571735b6f00 void 0.000113
+gallium_dri.so free 0x5571735b0290 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0290 0.000113
+gallium_dri.so free 0x5571735b6fc0 void 0.000112
+gallium_dri.so free 0x5571735b0290 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0290 0.000112
+gallium_dri.so free 0x5571735b7080 void 0.000112
+gallium_dri.so free 0x5571735b0290 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7030 0.000114
+gallium_dri.so free 0x5571735af000 void 0.000112
+gallium_dri.so free 0x5571735b7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735af000 0.000113
+gallium_dri.so free 0x5571735af0c0 void 0.000114
+gallium_dri.so free 0x5571735af000 void 0.000113
+gallium_dri.so malloc 72 0x5571735af000 0.000112
+gallium_dri.so free 0x5571735af180 void 0.000113
+gallium_dri.so free 0x5571735af000 void 0.000123
+gallium_dri.so malloc 72 0x5571735af000 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so free 0x5571735af000 void 0.000112
+gallium_dri.so malloc 72 0x5571735af000 0.000120
+gallium_dri.so free 0x5571735b0840 void 0.000116
+gallium_dri.so free 0x5571735af000 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0880 0.000114
+gallium_dri.so free 0x5571735af240 void 0.000113
+gallium_dri.so free 0x5571735b0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735af1f0 0.000111
+gallium_dri.so free 0x5571735b0900 void 0.000113
+gallium_dri.so free 0x5571735af1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af1f0 0.000112
+gallium_dri.so free 0x5571735b0980 void 0.000114
+gallium_dri.so free 0x5571735af1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b09b0 0.000112
+gallium_dri.so free 0x5571735b8180 void 0.000112
+gallium_dri.so free 0x5571735b09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81c0 0.000112
+gallium_dri.so free 0x5571735b8240 void 0.000113
+gallium_dri.so free 0x5571735b81c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b8240 0.000115
+gallium_dri.so free 0x5571735b8300 void 0.000113
+gallium_dri.so free 0x5571735b8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b8240 0.000112
+gallium_dri.so free 0x5571735b83c0 void 0.000112
+gallium_dri.so free 0x5571735b8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b83e0 0.000170
+gallium_dri.so free 0x5571735d9300 void 0.000115
+gallium_dri.so free 0x5571735b83e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000112
+gallium_dri.so free 0x5571735d9380 void 0.000113
+gallium_dri.so free 0x5571735d92b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000113
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so free 0x5571735d92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9400 0.000112
+gallium_dri.so free 0x5571735d94c0 void 0.000113
+gallium_dri.so free 0x5571735d9400 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9400 0.000111
+gallium_dri.so free 0x5571735d9580 void 0.000113
+gallium_dri.so free 0x5571735d9400 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9400 0.000114
+gallium_dri.so free 0x5571735d9640 void 0.000112
+gallium_dri.so free 0x5571735d9400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d95f0 0.000112
+gallium_dri.so free 0x5571735b71c0 void 0.000113
+gallium_dri.so free 0x5571735d95f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7170 0.000112
+gallium_dri.so free 0x5571735b7240 void 0.000115
+gallium_dri.so free 0x5571735b7170 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7290 0.000112
+gallium_dri.so free 0x5571735b7300 void 0.000112
+gallium_dri.so free 0x5571735b7290 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7320 0.000116
+gallium_dri.so free 0x5571735b73c0 void 0.000115
+gallium_dri.so free 0x5571735b7320 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7370 0.000113
+gallium_dri.so free 0x5571735b7440 void 0.000114
+gallium_dri.so free 0x5571735b7370 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7370 0.000112
+gallium_dri.so free 0x5571735b74c0 void 0.000114
+gallium_dri.so free 0x5571735b7370 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74c0 0.000115
+gallium_dri.so free 0x5571735b7580 void 0.000112
+gallium_dri.so free 0x5571735b74c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b74c0 0.000113
+gallium_dri.so free 0x5571735b61c0 void 0.000113
+gallium_dri.so free 0x5571735b74c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74c0 0.000112
+gallium_dri.so free 0x5571735b6240 void 0.000114
+gallium_dri.so free 0x5571735b74c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6270 0.000113
+gallium_dri.so free 0x5571735b62c0 void 0.000114
+gallium_dri.so free 0x5571735b6270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6270 0.000112
+gallium_dri.so free 0x5571735b63c0 void 0.000115
+gallium_dri.so free 0x5571735b6270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6370 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000114
+gallium_dri.so free 0x5571735b6370 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6430 0.000122
+gallium_dri.so free 0x5571735b64c0 void 0.000126
+gallium_dri.so free 0x5571735b6430 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6430 0.000124
+gallium_dri.so free 0x5571735b6580 void 0.000119
+gallium_dri.so free 0x5571735b6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b65f0 0.000113
+gallium_dri.so free 0x5571735b6640 void 0.000114
+gallium_dri.so free 0x5571735b65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b65f0 0.000113
+gallium_dri.so free 0x5571735b6740 void 0.000114
+gallium_dri.so free 0x5571735b65f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b66f0 0.000112
+gallium_dri.so free 0x5571735b6800 void 0.000113
+gallium_dri.so free 0x5571735b66f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b67b0 0.000112
+gallium_dri.so free 0x5571735b6840 void 0.000114
+gallium_dri.so free 0x5571735b67b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b67b0 0.000113
+gallium_dri.so free 0x5571735b6900 void 0.000114
+gallium_dri.so free 0x5571735b67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6940 0.000113
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so free 0x5571735b6940 void 0.000112
+gallium_dri.so malloc 72 0x5571735b51c0 0.000114
+gallium_dri.so free 0x5571735b5280 void 0.000112
+gallium_dri.so free 0x5571735b51c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b51c0 0.000128
+gallium_dri.so free 0x5571735b5380 void 0.000115
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b51c0 0.000112
+gallium_dri.so free 0x5571735b5400 void 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5430 0.000118
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so free 0x5571735b5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5430 0.000113
+gallium_dri.so free 0x5571735b5580 void 0.000112
+gallium_dri.so free 0x5571735b5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5530 0.000113
+gallium_dri.so free 0x5571735b5640 void 0.000113
+gallium_dri.so free 0x5571735b5530 void 0.000112
+gallium_dri.so malloc 72 0x5571735b55f0 0.000112
+gallium_dri.so free 0x5571735b5680 void 0.000113
+gallium_dri.so free 0x5571735b55f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b55f0 0.000113
+gallium_dri.so free 0x5571735b5740 void 0.000115
+gallium_dri.so free 0x5571735b55f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5790 0.000112
+gallium_dri.so free 0x5571735b5800 void 0.000113
+gallium_dri.so free 0x5571735b5790 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5840 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000113
+gallium_dri.so free 0x5571735b5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58c0 0.000113
+gallium_dri.so free 0x5571735b5980 void 0.000115
+gallium_dri.so free 0x5571735b58c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b58c0 0.000113
+gallium_dri.so free 0x5571735b22c0 void 0.000112
+gallium_dri.so free 0x5571735b58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2270 0.000124
+gallium_dri.so free 0x5571735b2340 void 0.000118
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2270 0.000113
+gallium_dri.so free 0x5571735b23c0 void 0.000113
+gallium_dri.so free 0x5571735b2270 void 0.000111
+gallium_dri.so malloc 72 0x5571735b23c0 0.000116
+gallium_dri.so free 0x5571735b2480 void 0.000119
+gallium_dri.so free 0x5571735b23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b23c0 0.000124
+gallium_dri.so free 0x5571735b2580 void 0.000119
+gallium_dri.so free 0x5571735b23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2530 0.000123
+gallium_dri.so free 0x5571735b25c0 void 0.000122
+gallium_dri.so free 0x5571735b2530 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000117
+gallium_dri.so free 0x5571735b2680 void 0.000119
+gallium_dri.so free 0x5571735b2530 void 0.000117
+gallium_dri.so malloc 72 0x5571735b26c0 0.000115
+gallium_dri.so free 0x5571735b2740 void 0.000117
+gallium_dri.so free 0x5571735b26c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735b2740 0.000120
+gallium_dri.so free 0x5571735b2800 void 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2740 0.000118
+gallium_dri.so free 0x5571735b2880 void 0.000118
+gallium_dri.so free 0x5571735b2740 void 0.000121
+gallium_dri.so malloc 72 0x5571735b28b0 0.000119
+gallium_dri.so free 0x5571735b2900 void 0.000119
+gallium_dri.so free 0x5571735b28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b28b0 0.000116
+gallium_dri.so free 0x5571735b2a00 void 0.000118
+gallium_dri.so free 0x5571735b28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2a40 0.000118
+gallium_dri.so free 0x5571735b2ac0 void 0.000118
+gallium_dri.so free 0x5571735b2a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000116
+gallium_dri.so free 0x5571735b2b80 void 0.000119
+gallium_dri.so free 0x5571735b2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000116
+gallium_dri.so free 0x5571735d98c0 void 0.000118
+gallium_dri.so free 0x5571735b2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2ac0 0.000117
+gallium_dri.so free 0x5571735d9980 void 0.000117
+gallium_dri.so free 0x5571735b2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d99c0 0.000118
+gallium_dri.so free 0x5571735d9a40 void 0.000124
+gallium_dri.so free 0x5571735d99c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9a40 0.000112
+gallium_dri.so free 0x5571735d9b00 void 0.000109
+gallium_dri.so free 0x5571735d9a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9a40 0.000110
+gallium_dri.so free 0x5571735d9bc0 void 0.000111
+gallium_dri.so free 0x5571735d9a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9be0 0.000110
+gallium_dri.so free 0x5571735d9c80 void 0.000112
+gallium_dri.so free 0x5571735d9be0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9c30 0.000111
+gallium_dri.so free 0x5571735d9d00 void 0.000111
+gallium_dri.so free 0x5571735d9c30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d9c30 0.000110
+gallium_dri.so free 0x5571735d9d80 void 0.000110
+gallium_dri.so free 0x5571735d9c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9d80 0.000110
+gallium_dri.so free 0x5571735d9e40 void 0.000109
+gallium_dri.so free 0x5571735d9d80 void 0.000109
+gallium_dri.so malloc 72 0x5571735d9d80 0.000109
+gallium_dri.so free 0x5571735d9f00 void 0.000109
+gallium_dri.so free 0x5571735d9d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9d80 0.000115
+gallium_dri.so free 0x5571735d9fc0 void 0.000119
+gallium_dri.so free 0x5571735d9d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9f70 0.000110
+gallium_dri.so free 0x5571735da080 void 0.000110
+gallium_dri.so free 0x5571735d9f70 void 0.000109
+gallium_dri.so malloc 72 0x5571735da030 0.000128
+gallium_dri.so free 0x5571735da100 void 0.000123
+gallium_dri.so free 0x5571735da030 void 0.000118
+gallium_dri.so malloc 72 0x5571735da150 0.000113
+gallium_dri.so free 0x5571735da1c0 void 0.000113
+gallium_dri.so free 0x5571735da150 void 0.000115
+gallium_dri.so malloc 72 0x5571735da1e0 0.000120
+gallium_dri.so free 0x5571735da280 void 0.000115
+gallium_dri.so free 0x5571735da1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da230 0.000122
+gallium_dri.so free 0x5571735da300 void 0.000122
+gallium_dri.so free 0x5571735da230 void 0.000123
+gallium_dri.so malloc 72 0x5571735da230 0.000124
+gallium_dri.so free 0x5571735da380 void 0.000120
+gallium_dri.so free 0x5571735da230 void 0.000124
+gallium_dri.so malloc 72 0x5571735da380 0.000119
+gallium_dri.so free 0x5571735bd840 void 0.000114
+gallium_dri.so free 0x5571735da380 void 0.000118
+gallium_dri.so malloc 72 0x5571735da380 0.000124
+gallium_dri.so free 0x5571735bd940 void 0.000124
+gallium_dri.so free 0x5571735da380 void 0.000136
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000212
+gallium_dri.so free 0x5571735bd980 void 0.000287
+gallium_dri.so free 0x5571735bd8f0 void 0.000212
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000217
+gallium_dri.so free 0x5571735bda40 void 0.000190
+gallium_dri.so free 0x5571735bd8f0 void 0.000194
+gallium_dri.so malloc 72 0x5571735bda80 0.000175
+gallium_dri.so free 0x5571735bdb00 void 0.000155
+gallium_dri.so free 0x5571735bda80 void 0.000186
+gallium_dri.so malloc 72 0x5571735bdb00 0.000116
+gallium_dri.so free 0x5571735bdbc0 void 0.000119
+gallium_dri.so free 0x5571735bdb00 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdb00 0.000118
+gallium_dri.so free 0x5571735bdc40 void 0.000115
+gallium_dri.so free 0x5571735bdb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdc70 0.000123
+gallium_dri.so free 0x5571735bdcc0 void 0.000123
+gallium_dri.so free 0x5571735bdc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdc70 0.000123
+gallium_dri.so free 0x5571735bddc0 void 0.000123
+gallium_dri.so free 0x5571735bdc70 void 0.000134
+gallium_dri.so malloc 72 0x5571735bde00 0.000204
+gallium_dri.so free 0x5571735bde80 void 0.000211
+gallium_dri.so free 0x5571735bde00 void 0.000206
+gallium_dri.so malloc 72 0x5571735bde80 0.000122
+gallium_dri.so free 0x5571735bdf40 void 0.000117
+gallium_dri.so free 0x5571735bde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735bde80 0.000121
+gallium_dri.so free 0x5571735bdfc0 void 0.000121
+gallium_dri.so free 0x5571735bde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735bdff0 0.000120
+gallium_dri.so free 0x5571735be040 void 0.000119
+gallium_dri.so free 0x5571735bdff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdff0 0.000120
+gallium_dri.so free 0x5571735be140 void 0.000121
+gallium_dri.so free 0x5571735bdff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be0f0 0.000121
+gallium_dri.so free 0x5571735be200 void 0.000121
+gallium_dri.so free 0x5571735be0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be1b0 0.000120
+gallium_dri.so free 0x5571735be280 void 0.000120
+gallium_dri.so free 0x5571735be1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be1b0 0.000119
+gallium_dri.so free 0x5571735be340 void 0.000121
+gallium_dri.so free 0x5571735be1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735be1b0 0.000119
+gallium_dri.so free 0x5571735b9bc0 void 0.000121
+gallium_dri.so free 0x5571735be1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9b70 0.000119
+gallium_dri.so free 0x5571735b9c40 void 0.000119
+gallium_dri.so free 0x5571735b9b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735b9c90 0.000119
+gallium_dri.so free 0x5571735b9d00 void 0.000120
+gallium_dri.so free 0x5571735b9c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9d20 0.000119
+gallium_dri.so free 0x5571735b9dc0 void 0.000120
+gallium_dri.so free 0x5571735b9d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9d70 0.000121
+gallium_dri.so free 0x5571735b9e40 void 0.000119
+gallium_dri.so free 0x5571735b9d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9e40 0.000119
+gallium_dri.so free 0x5571735b9f00 void 0.000120
+gallium_dri.so free 0x5571735b9e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9e40 0.000119
+gallium_dri.so free 0x5571735b9f80 void 0.000133
+gallium_dri.so free 0x5571735b9e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735b9f80 0.000126
+gallium_dri.so free 0x5571735ba040 void 0.000125
+gallium_dri.so free 0x5571735b9f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735b9f80 0.000170
+gallium_dri.so free 0x5571735ba100 void 0.000125
+gallium_dri.so free 0x5571735b9f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9f80 0.000121
+gallium_dri.so free 0x5571735ba1c0 void 0.000121
+gallium_dri.so free 0x5571735b9f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba170 0.000120
+gallium_dri.so free 0x5571735ba240 void 0.000122
+gallium_dri.so free 0x5571735ba170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba290 0.000121
+gallium_dri.so free 0x5571735ba300 void 0.000122
+gallium_dri.so free 0x5571735ba290 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba340 0.000121
+gallium_dri.so free 0x5571735ba3c0 void 0.000122
+gallium_dri.so free 0x5571735ba340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba340 0.000123
+gallium_dri.so free 0x5571735ba440 void 0.000124
+gallium_dri.so free 0x5571735ba340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba470 0.000122
+gallium_dri.so free 0x5571735ba4c0 void 0.000121
+gallium_dri.so free 0x5571735ba470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ba470 0.000173
+gallium_dri.so free 0x5571735ba5c0 void 0.000216
+gallium_dri.so free 0x5571735ba470 void 0.000317
+gallium_dri.so malloc 72 0x5571735ba570 0.000256
+gallium_dri.so free 0x5571735ba680 void 0.000296
+gallium_dri.so free 0x5571735ba570 void 0.000237
+gallium_dri.so malloc 72 0x5571735ba630 0.000284
+gallium_dri.so free 0x5571735ba6c0 void 0.000278
+gallium_dri.so free 0x5571735ba630 void 0.000269
+gallium_dri.so malloc 72 0x5571735ba630 0.000281
+gallium_dri.so free 0x5571735ba780 void 0.000284
+gallium_dri.so free 0x5571735ba630 void 0.000285
+gallium_dri.so malloc 72 0x5571735ba7f0 0.000288
+gallium_dri.so free 0x5571735e7340 void 0.000282
+gallium_dri.so free 0x5571735ba7f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735e7380 0.000217
+gallium_dri.so free 0x5571735e7400 void 0.000219
+gallium_dri.so free 0x5571735e7380 void 0.000206
+gallium_dri.so malloc 72 0x5571735e7400 0.000196
+gallium_dri.so free 0x5571735e74c0 void 0.000123
+gallium_dri.so free 0x5571735e7400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000118
+gallium_dri.so free 0x5571735e7540 void 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7570 0.000119
+gallium_dri.so free 0x5571735e75c0 void 0.000119
+gallium_dri.so free 0x5571735e7570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7570 0.000118
+gallium_dri.so free 0x5571735e76c0 void 0.000120
+gallium_dri.so free 0x5571735e7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7670 0.000120
+gallium_dri.so free 0x5571735e7780 void 0.000120
+gallium_dri.so free 0x5571735e7670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7730 0.000118
+gallium_dri.so free 0x5571735e7800 void 0.000118
+gallium_dri.so free 0x5571735e7730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7730 0.000118
+gallium_dri.so free 0x5571735e78c0 void 0.000120
+gallium_dri.so free 0x5571735e7730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7730 0.000119
+gallium_dri.so free 0x5571735e7980 void 0.000123
+gallium_dri.so free 0x5571735e7730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7930 0.000118
+gallium_dri.so free 0x5571735e7a00 void 0.000120
+gallium_dri.so free 0x5571735e7930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7a50 0.000118
+gallium_dri.so free 0x5571735e7ac0 void 0.000119
+gallium_dri.so free 0x5571735e7a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ae0 0.000128
+gallium_dri.so free 0x5571735e7b80 void 0.000125
+gallium_dri.so free 0x5571735e7ae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7b30 0.000118
+gallium_dri.so free 0x5571735e7c00 void 0.000119
+gallium_dri.so free 0x5571735e7b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7c00 0.000118
+gallium_dri.so free 0x5571735e7cc0 void 0.000119
+gallium_dri.so free 0x5571735e7c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7c00 0.000118
+gallium_dri.so free 0x5571735e7d40 void 0.000120
+gallium_dri.so free 0x5571735e7c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7d40 0.000129
+gallium_dri.so free 0x5571735e7e00 void 0.000135
+gallium_dri.so free 0x5571735e7d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7d40 0.000130
+gallium_dri.so free 0x5571735e7ec0 void 0.000146
+gallium_dri.so free 0x5571735e7d40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7d40 0.000131
+gallium_dri.so free 0x5571735e7f80 void 0.000130
+gallium_dri.so free 0x5571735e7d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e7f30 0.000124
+gallium_dri.so free 0x5571735e8000 void 0.000130
+gallium_dri.so free 0x5571735e7f30 void 0.000136
+gallium_dri.so malloc 72 0x5571735e8050 0.000121
+gallium_dri.so free 0x5571735e80c0 void 0.000120
+gallium_dri.so free 0x5571735e8050 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8100 0.000118
+gallium_dri.so free 0x5571735e8180 void 0.000118
+gallium_dri.so free 0x5571735e8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8100 0.000119
+gallium_dri.so free 0x5571735e8280 void 0.000118
+gallium_dri.so free 0x5571735e8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e82b0 0.000119
+gallium_dri.so free 0x5571735e8300 void 0.000120
+gallium_dri.so free 0x5571735e82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e82b0 0.000118
+gallium_dri.so free 0x5571735e8400 void 0.000119
+gallium_dri.so free 0x5571735e82b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e83b0 0.000118
+gallium_dri.so free 0x5571735e84c0 void 0.000152
+gallium_dri.so free 0x5571735e83b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8470 0.000113
+gallium_dri.so free 0x5571735e8500 void 0.000114
+gallium_dri.so free 0x5571735e8470 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8470 0.000113
+gallium_dri.so free 0x5571735e85c0 void 0.000114
+gallium_dri.so free 0x5571735e8470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8630 0.000113
+gallium_dri.so free 0x5571735e8680 void 0.000114
+gallium_dri.so free 0x5571735e8630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8630 0.000113
+gallium_dri.so free 0x5571735e8780 void 0.000113
+gallium_dri.so free 0x5571735e8630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8730 0.000113
+gallium_dri.so free 0x5571735e8840 void 0.000114
+gallium_dri.so free 0x5571735e8730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e87f0 0.000113
+gallium_dri.so free 0x5571735e8880 void 0.000114
+gallium_dri.so free 0x5571735e87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e87f0 0.000112
+gallium_dri.so free 0x5571735e8940 void 0.000114
+gallium_dri.so free 0x5571735e87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8980 0.000122
+gallium_dri.so free 0x5571735e8a00 void 0.000118
+gallium_dri.so free 0x5571735e8980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8a00 0.000114
+gallium_dri.so free 0x5571735e8ac0 void 0.000166
+gallium_dri.so free 0x5571735e8a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8a00 0.000116
+gallium_dri.so free 0x5571735e8b80 void 0.000122
+gallium_dri.so free 0x5571735e8a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000113
+gallium_dri.so free 0x5571735e8c40 void 0.000113
+gallium_dri.so free 0x5571735e8ba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000114
+gallium_dri.so free 0x5571735e8cc0 void 0.000114
+gallium_dri.so free 0x5571735e8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000112
+gallium_dri.so free 0x5571735e8d40 void 0.000114
+gallium_dri.so free 0x5571735e8bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8d40 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000114
+gallium_dri.so free 0x5571735e8d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8d40 0.000113
+gallium_dri.so free 0x5571735e8ec0 void 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8d40 0.000112
+gallium_dri.so free 0x5571735e8f80 void 0.000116
+gallium_dri.so free 0x5571735e8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8f30 0.000114
+gallium_dri.so free 0x5571735e9040 void 0.000113
+gallium_dri.so free 0x5571735e8f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000112
+gallium_dri.so free 0x5571735e90c0 void 0.000127
+gallium_dri.so free 0x5571735e8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9110 0.000113
+gallium_dri.so free 0x5571735e9180 void 0.000113
+gallium_dri.so free 0x5571735e9110 void 0.000112
+gallium_dri.so malloc 72 0x5571735e91a0 0.000113
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e91a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e91f0 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000114
+gallium_dri.so free 0x5571735e91f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e91f0 0.000112
+gallium_dri.so free 0x5571735e9340 void 0.000114
+gallium_dri.so free 0x5571735e91f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9340 0.000112
+gallium_dri.so free 0x5571735e9400 void 0.000113
+gallium_dri.so free 0x5571735e9340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9340 0.000118
+gallium_dri.so free 0x5571735e9500 void 0.000116
+gallium_dri.so free 0x5571735e9340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e94b0 0.000112
+gallium_dri.so free 0x5571735e9540 void 0.000112
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000112
+gallium_dri.so free 0x5571735e9600 void 0.000113
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9640 0.000112
+gallium_dri.so free 0x5571735e96c0 void 0.000113
+gallium_dri.so free 0x5571735e9640 void 0.000127
+gallium_dri.so malloc 72 0x5571735e96c0 0.000114
+gallium_dri.so free 0x5571735b0b00 void 0.000113
+gallium_dri.so free 0x5571735e96c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b20 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b70 0.000112
+gallium_dri.so free 0x5571735b0c40 void 0.000114
+gallium_dri.so free 0x5571735b0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b70 0.000126
+gallium_dri.so free 0x5571735b0d40 void 0.000120
+gallium_dri.so free 0x5571735b0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000114
+gallium_dri.so free 0x5571735b0dc0 void 0.000113
+gallium_dri.so free 0x5571735b0cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0e10 0.000113
+gallium_dri.so free 0x5571735b0e80 void 0.000113
+gallium_dri.so free 0x5571735b0e10 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0ea0 0.000112
+gallium_dri.so free 0x5571735b0f40 void 0.000113
+gallium_dri.so free 0x5571735b0ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000113
+gallium_dri.so free 0x5571735b0fc0 void 0.000114
+gallium_dri.so free 0x5571735b0ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000113
+gallium_dri.so free 0x5571735b1040 void 0.000112
+gallium_dri.so free 0x5571735b0ef0 void 0.000172
+gallium_dri.so malloc 72 0x5571735b1040 0.000124
+gallium_dri.so free 0x5571735b1100 void 0.000228
+gallium_dri.so free 0x5571735b1040 void 0.000223
+gallium_dri.so malloc 72 0x5571735b1040 0.000219
+gallium_dri.so free 0x5571735b1200 void 0.000218
+gallium_dri.so free 0x5571735b1040 void 0.000202
+gallium_dri.so malloc 72 0x5571735b1040 0.000197
+gallium_dri.so free 0x5571735b1280 void 0.000156
+gallium_dri.so free 0x5571735b1040 void 0.000160
+gallium_dri.so malloc 72 0x5571735b12b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000113
+gallium_dri.so free 0x5571735b12b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b12b0 0.000112
+gallium_dri.so free 0x5571735b1400 void 0.000114
+gallium_dri.so free 0x5571735b12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13b0 0.000112
+gallium_dri.so free 0x5571735b14c0 void 0.000112
+gallium_dri.so free 0x5571735b13b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1470 0.000111
+gallium_dri.so free 0x5571735b1500 void 0.000113
+gallium_dri.so free 0x5571735b1470 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1470 0.000116
+gallium_dri.so free 0x5571735b15c0 void 0.000114
+gallium_dri.so free 0x5571735b1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1610 0.000113
+gallium_dri.so free 0x5571735b1680 void 0.000113
+gallium_dri.so free 0x5571735b1610 void 0.000112
+gallium_dri.so malloc 72 0x5571735b16c0 0.000122
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so free 0x5571735b16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b18b0 0.000114
+gallium_dri.so free 0x5571735b1900 void 0.000112
+gallium_dri.so free 0x5571735b18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b18b0 0.000112
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so free 0x5571735b18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b19b0 0.000112
+gallium_dri.so free 0x5571735b1ac0 void 0.000113
+gallium_dri.so free 0x5571735b19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1a70 0.000118
+gallium_dri.so free 0x5571735b1b40 void 0.000115
+gallium_dri.so free 0x5571735b1a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1b60 0.000128
+gallium_dri.so free 0x5571735b1c00 void 0.000112
+gallium_dri.so free 0x5571735b1b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000111
+gallium_dri.so free 0x5571735b1c80 void 0.000112
+gallium_dri.so free 0x5571735b1bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000111
+gallium_dri.so free 0x5571735b1d00 void 0.000111
+gallium_dri.so free 0x5571735b1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d00 0.000112
+gallium_dri.so free 0x5571735b1dc0 void 0.000112
+gallium_dri.so free 0x5571735b1d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1d00 0.000112
+gallium_dri.so free 0x5571735b1e80 void 0.000162
+gallium_dri.so free 0x5571735b1d00 void 0.000241
+gallium_dri.so malloc 72 0x5571735b1d00 0.000270
+gallium_dri.so free 0x5571735b1f40 void 0.000235
+gallium_dri.so free 0x5571735b1d00 void 0.000239
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000232
+gallium_dri.so free 0x5571735b1f40 void 0.000242
+gallium_dri.so free 0x5571735b1ef0 void 0.000251
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000153
+gallium_dri.so free 0x5571735b2040 void 0.000116
+gallium_dri.so free 0x5571735b1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1ff0 0.000112
+gallium_dri.so free 0x5571735b2100 void 0.000114
+gallium_dri.so free 0x5571735b1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b20b0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d78f0 0.000114
+gallium_dri.so free 0x5571735d7940 void 0.000115
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78f0 0.000114
+gallium_dri.so free 0x5571735d7a40 void 0.000113
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79f0 0.000113
+gallium_dri.so free 0x5571735d7b00 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000113
+gallium_dri.so free 0x5571735d7b80 void 0.000112
+gallium_dri.so free 0x5571735d7ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000113
+gallium_dri.so free 0x5571735d7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000112
+gallium_dri.so free 0x5571735d7d00 void 0.000123
+gallium_dri.so free 0x5571735d7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000113
+gallium_dri.so free 0x5571735d7d80 void 0.000113
+gallium_dri.so free 0x5571735d7cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7dd0 0.000125
+gallium_dri.so free 0x5571735d7e40 void 0.000124
+gallium_dri.so free 0x5571735d7dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7e60 0.000118
+gallium_dri.so free 0x5571735d7f00 void 0.000120
+gallium_dri.so free 0x5571735d7e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000137
+gallium_dri.so free 0x5571735d7f80 void 0.000130
+gallium_dri.so free 0x5571735d7eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d7f80 0.000130
+gallium_dri.so free 0x5571735d8040 void 0.000222
+gallium_dri.so free 0x5571735d7f80 void 0.000222
+gallium_dri.so malloc 72 0x5571735d7f80 0.000198
+gallium_dri.so free 0x5571735d80c0 void 0.000182
+gallium_dri.so free 0x5571735d7f80 void 0.000227
+gallium_dri.so malloc 72 0x5571735d80c0 0.000185
+gallium_dri.so free 0x5571735d8180 void 0.000216
+gallium_dri.so free 0x5571735d80c0 void 0.000204
+gallium_dri.so malloc 72 0x5571735d80c0 0.000121
+gallium_dri.so free 0x5571735d8240 void 0.000120
+gallium_dri.so free 0x5571735d80c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d80c0 0.000119
+gallium_dri.so free 0x5571735d8300 void 0.000119
+gallium_dri.so free 0x5571735d80c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d82b0 0.000117
+gallium_dri.so free 0x5571735d8380 void 0.000120
+gallium_dri.so free 0x5571735d82b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d83d0 0.000119
+gallium_dri.so free 0x5571735d8440 void 0.000119
+gallium_dri.so free 0x5571735d83d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8480 0.000118
+gallium_dri.so free 0x5571735d8500 void 0.000119
+gallium_dri.so free 0x5571735d8480 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8480 0.000120
+gallium_dri.so free 0x5571735d8580 void 0.000118
+gallium_dri.so free 0x5571735d8480 void 0.000118
+gallium_dri.so malloc 72 0x5571735d85b0 0.000118
+gallium_dri.so free 0x5571735d8600 void 0.000118
+gallium_dri.so free 0x5571735d85b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d85b0 0.000118
+gallium_dri.so free 0x5571735d8700 void 0.000119
+gallium_dri.so free 0x5571735d85b0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d86b0 0.000122
+gallium_dri.so free 0x5571735d87c0 void 0.000120
+gallium_dri.so free 0x5571735d86b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8770 0.000118
+gallium_dri.so free 0x5571735d8800 void 0.000119
+gallium_dri.so free 0x5571735d8770 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8770 0.000118
+gallium_dri.so free 0x5571735d88c0 void 0.000118
+gallium_dri.so free 0x5571735d8770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8930 0.000118
+gallium_dri.so free 0x5571735d8980 void 0.000119
+gallium_dri.so free 0x5571735d8930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8930 0.000119
+gallium_dri.so free 0x5571735d8a80 void 0.000119
+gallium_dri.so free 0x5571735d8930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8a30 0.000119
+gallium_dri.so free 0x5571735d8b40 void 0.000119
+gallium_dri.so free 0x5571735d8a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8af0 0.000120
+gallium_dri.so free 0x5571735d8b80 void 0.000127
+gallium_dri.so free 0x5571735d8af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8af0 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8c80 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000149
+gallium_dri.so free 0x5571735d8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8d00 0.000114
+gallium_dri.so free 0x5571735d8dc0 void 0.000113
+gallium_dri.so free 0x5571735d8d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8d00 0.000112
+gallium_dri.so free 0x5571735d8e80 void 0.000114
+gallium_dri.so free 0x5571735d8d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ea0 0.000113
+gallium_dri.so free 0x5571735d8f40 void 0.000113
+gallium_dri.so free 0x5571735d8ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000112
+gallium_dri.so free 0x5571735d8fc0 void 0.000113
+gallium_dri.so free 0x5571735d8ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735d8ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b3500 void 0.000114
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b34b0 0.000111
+gallium_dri.so free 0x5571735b3540 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b34b0 0.000112
+gallium_dri.so free 0x5571735b3600 void 0.000113
+gallium_dri.so free 0x5571735b34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3650 0.000113
+gallium_dri.so free 0x5571735b36c0 void 0.000114
+gallium_dri.so free 0x5571735b3650 void 0.000138
+gallium_dri.so malloc 72 0x5571735b3700 0.000114
+gallium_dri.so free 0x5571735b3780 void 0.000114
+gallium_dri.so free 0x5571735b3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3780 0.000112
+gallium_dri.so free 0x5571735b3840 void 0.000114
+gallium_dri.so free 0x5571735b3780 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3780 0.000112
+gallium_dri.so free 0x5571735b38c0 void 0.000114
+gallium_dri.so free 0x5571735b3780 void 0.000116
+gallium_dri.so malloc 72 0x5571735b38f0 0.000113
+gallium_dri.so free 0x5571735b3940 void 0.000113
+gallium_dri.so free 0x5571735b38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b38f0 0.000112
+gallium_dri.so free 0x5571735b3a40 void 0.000113
+gallium_dri.so free 0x5571735b38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b39f0 0.000114
+gallium_dri.so free 0x5571735b3b00 void 0.000113
+gallium_dri.so free 0x5571735b39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ab0 0.000112
+gallium_dri.so free 0x5571735b3b80 void 0.000112
+gallium_dri.so free 0x5571735b3ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3ba0 0.000113
+gallium_dri.so free 0x5571735b3c40 void 0.000114
+gallium_dri.so free 0x5571735b3ba0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000113
+gallium_dri.so free 0x5571735b3cc0 void 0.000114
+gallium_dri.so free 0x5571735b3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000119
+gallium_dri.so free 0x5571735b3d40 void 0.000114
+gallium_dri.so free 0x5571735b3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3d40 0.000112
+gallium_dri.so free 0x5571735b3e00 void 0.000113
+gallium_dri.so free 0x5571735b3d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3d40 0.000111
+gallium_dri.so free 0x5571735b3ec0 void 0.000113
+gallium_dri.so free 0x5571735b3d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3d40 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000117
+gallium_dri.so free 0x5571735b3d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3f30 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f30 0.000112
+gallium_dri.so free 0x5571735b4080 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4030 0.000111
+gallium_dri.so free 0x5571735b4140 void 0.000114
+gallium_dri.so free 0x5571735b4030 void 0.000112
+gallium_dri.so malloc 72 0x5571735b40f0 0.000113
+gallium_dri.so free 0x5571735b4180 void 0.000113
+gallium_dri.so free 0x5571735b40f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b40f0 0.000113
+gallium_dri.so free 0x5571735b4240 void 0.000114
+gallium_dri.so free 0x5571735b40f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4280 0.000127
+gallium_dri.so free 0x5571735b4300 void 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4300 0.000112
+gallium_dri.so free 0x5571735b43c0 void 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4300 0.000113
+gallium_dri.so free 0x5571735b4480 void 0.000113
+gallium_dri.so free 0x5571735b4300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44a0 0.000113
+gallium_dri.so free 0x5571735b4540 void 0.000113
+gallium_dri.so free 0x5571735b44a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000114
+gallium_dri.so free 0x5571735b45c0 void 0.000113
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4640 void 0.000115
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4640 0.000112
+gallium_dri.so free 0x5571735b4700 void 0.000115
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4640 0.000114
+gallium_dri.so free 0x5571735b47c0 void 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4640 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4830 0.000113
+gallium_dri.so free 0x5571735b4940 void 0.000121
+gallium_dri.so free 0x5571735b4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48f0 0.000113
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a10 0.000115
+gallium_dri.so free 0x5571735b4a80 void 0.000116
+gallium_dri.so free 0x5571735b4a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4aa0 0.000114
+gallium_dri.so free 0x5571735b4b40 void 0.000113
+gallium_dri.so free 0x5571735b4aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4af0 0.000113
+gallium_dri.so free 0x5571735b4bc0 void 0.000114
+gallium_dri.so free 0x5571735b4af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4af0 0.000112
+gallium_dri.so free 0x5571735e1580 void 0.000115
+gallium_dri.so free 0x5571735b4af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e1640 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e16e0 0.000112
+gallium_dri.so free 0x5571735e1780 void 0.000112
+gallium_dri.so free 0x5571735e16e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1730 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000177
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a70 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so free 0x5571735e1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a70 0.000117
+gallium_dri.so free 0x5571735e1bc0 void 0.000115
+gallium_dri.so free 0x5571735e1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so free 0x5571735e1b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so free 0x5571735e1dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e40 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e40 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fe0 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so free 0x5571735e1fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2030 0.000112
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2030 0.000112
+gallium_dri.so free 0x5571735e2180 void 0.000113
+gallium_dri.so free 0x5571735e2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2180 0.000113
+gallium_dri.so free 0x5571735e2240 void 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2180 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2180 0.000112
+gallium_dri.so free 0x5571735e23c0 void 0.000139
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000112
+gallium_dri.so free 0x5571735e2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2430 0.000112
+gallium_dri.so free 0x5571735e2500 void 0.000113
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2550 0.000111
+gallium_dri.so free 0x5571735e25c0 void 0.000111
+gallium_dri.so free 0x5571735e2550 void 0.000112
+gallium_dri.so malloc 72 0x5571735e25e0 0.000113
+gallium_dri.so free 0x5571735e2680 void 0.000117
+gallium_dri.so free 0x5571735e25e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2630 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000112
+gallium_dri.so free 0x5571735e2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2630 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e2940 void 0.000112
+gallium_dri.so free 0x5571735e2780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so free 0x5571735e28f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a80 0.000112
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b00 0.000112
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b00 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c70 0.000113
+gallium_dri.so free 0x5571735e2cc0 void 0.000113
+gallium_dri.so free 0x5571735e2c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2c70 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e00 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000113
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e80 0.000112
+gallium_dri.so free 0x5571735e2f40 void 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e80 0.000113
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000112
+gallium_dri.so free 0x5571735e3140 void 0.000115
+gallium_dri.so free 0x5571735e2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000113
+gallium_dri.so free 0x5571735e30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e31b0 0.000112
+gallium_dri.so free 0x5571735e3280 void 0.000116
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735e3400 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33b0 0.000113
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34d0 0.000113
+gallium_dri.so free 0x5571735e3540 void 0.000113
+gallium_dri.so free 0x5571735e34d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3560 0.000112
+gallium_dri.so free 0x5571735e3600 void 0.000121
+gallium_dri.so free 0x5571735e3560 void 0.000114
+gallium_dri.so malloc 72 0x5571735e35b0 0.000135
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3680 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37c0 0.000113
+gallium_dri.so free 0x5571735e3880 void 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37c0 0.000112
+gallium_dri.so free 0x5571735e3940 void 0.000115
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37c0 0.000113
+gallium_dri.so free 0x5571735e3a00 void 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e39b0 0.000112
+gallium_dri.so free 0x5571735e3a80 void 0.000112
+gallium_dri.so free 0x5571735e39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3ad0 0.000114
+gallium_dri.so free 0x5571735e3b40 void 0.000112
+gallium_dri.so free 0x5571735e3ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3b80 0.000113
+gallium_dri.so free 0x5571735e3c00 void 0.000114
+gallium_dri.so free 0x5571735e3b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3b80 0.000163
+gallium_dri.so free 0x5571735e3c80 void 0.000119
+gallium_dri.so free 0x5571735e3b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3cb0 0.000113
+gallium_dri.so free 0x5571735e3d00 void 0.000113
+gallium_dri.so free 0x5571735e3cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3cb0 0.000118
+gallium_dri.so free 0x5571735e3e00 void 0.000115
+gallium_dri.so free 0x5571735e3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3db0 0.000114
+gallium_dri.so free 0x5571735e3ec0 void 0.000114
+gallium_dri.so free 0x5571735e3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3e70 0.000113
+gallium_dri.so free 0x5571735e3f00 void 0.000114
+gallium_dri.so free 0x5571735e3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3e70 0.000114
+gallium_dri.so free 0x5571735e3fc0 void 0.000113
+gallium_dri.so free 0x5571735e3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4030 0.000114
+gallium_dri.so free 0x5571735e4080 void 0.000114
+gallium_dri.so free 0x5571735e4030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4030 0.000114
+gallium_dri.so free 0x5571735e4180 void 0.000114
+gallium_dri.so free 0x5571735e4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4130 0.000113
+gallium_dri.so free 0x5571735e4240 void 0.000115
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e41f0 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so free 0x5571735e41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e41f0 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000113
+gallium_dri.so free 0x5571735e41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4380 0.000112
+gallium_dri.so free 0x5571735e4400 void 0.000113
+gallium_dri.so free 0x5571735e4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4400 0.000112
+gallium_dri.so free 0x5571735e44c0 void 0.000118
+gallium_dri.so free 0x5571735e4400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4400 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000118
+gallium_dri.so free 0x5571735e4400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e45a0 0.000113
+gallium_dri.so free 0x5571735e4640 void 0.000114
+gallium_dri.so free 0x5571735e45a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45f0 0.000115
+gallium_dri.so free 0x5571735e46c0 void 0.000113
+gallium_dri.so free 0x5571735e45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45f0 0.000112
+gallium_dri.so free 0x5571735e4740 void 0.000113
+gallium_dri.so free 0x5571735e45f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4740 0.000116
+gallium_dri.so free 0x5571735e4800 void 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4740 0.000124
+gallium_dri.so free 0x5571735e48c0 void 0.000126
+gallium_dri.so free 0x5571735e4740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4740 0.000114
+gallium_dri.so free 0x5571735e4980 void 0.000115
+gallium_dri.so free 0x5571735e4740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4930 0.000112
+gallium_dri.so free 0x5571735e4a40 void 0.000113
+gallium_dri.so free 0x5571735e4930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e49f0 0.000113
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so free 0x5571735e49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b10 0.000112
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ba0 0.000113
+gallium_dri.so free 0x5571735e4c40 void 0.000113
+gallium_dri.so free 0x5571735e4ba0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000113
+gallium_dri.so free 0x5571735e4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000112
+gallium_dri.so free 0x5571735e4d40 void 0.000114
+gallium_dri.so free 0x5571735e4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4d40 0.000111
+gallium_dri.so free 0x5571735e4e00 void 0.000114
+gallium_dri.so free 0x5571735e4d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4d40 0.000112
+gallium_dri.so free 0x5571735e4f00 void 0.000167
+gallium_dri.so free 0x5571735e4d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000113
+gallium_dri.so free 0x5571735e4f40 void 0.000113
+gallium_dri.so free 0x5571735e4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000113
+gallium_dri.so free 0x5571735e5000 void 0.000114
+gallium_dri.so free 0x5571735e4eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5040 0.000114
+gallium_dri.so free 0x5571735e50c0 void 0.000112
+gallium_dri.so free 0x5571735e5040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e50c0 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000115
+gallium_dri.so free 0x5571735e50c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50c0 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000114
+gallium_dri.so free 0x5571735e50c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5230 0.000113
+gallium_dri.so free 0x5571735e5280 void 0.000113
+gallium_dri.so free 0x5571735e5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5230 0.000112
+gallium_dri.so free 0x5571735e5380 void 0.000113
+gallium_dri.so free 0x5571735e5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e53c0 0.000112
+gallium_dri.so free 0x5571735e5440 void 0.000114
+gallium_dri.so free 0x5571735e53c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5440 0.000119
+gallium_dri.so free 0x5571735e5500 void 0.000153
+gallium_dri.so free 0x5571735e5440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5440 0.000117
+gallium_dri.so free 0x5571735e5580 void 0.000124
+gallium_dri.so free 0x5571735e5440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e55b0 0.000115
+gallium_dri.so free 0x5571735e5600 void 0.000113
+gallium_dri.so free 0x5571735e55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e55b0 0.000116
+gallium_dri.so free 0x5571735e5700 void 0.000116
+gallium_dri.so free 0x5571735e55b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e56b0 0.000113
+gallium_dri.so free 0x5571735e57c0 void 0.000114
+gallium_dri.so free 0x5571735e56b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5770 0.000114
+gallium_dri.so free 0x5571735e5840 void 0.000113
+gallium_dri.so free 0x5571735e5770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5770 0.000112
+gallium_dri.so free 0x5571735e5900 void 0.000114
+gallium_dri.so free 0x5571735e5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5770 0.000115
+gallium_dri.so free 0x5571735e59c0 void 0.000114
+gallium_dri.so free 0x5571735e5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5970 0.000112
+gallium_dri.so free 0x5571735e5a40 void 0.000115
+gallium_dri.so free 0x5571735e5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5a90 0.000112
+gallium_dri.so free 0x5571735e5b00 void 0.000140
+gallium_dri.so free 0x5571735e5a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b20 0.000112
+gallium_dri.so free 0x5571735e5bc0 void 0.000113
+gallium_dri.so free 0x5571735e5b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b70 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000112
+gallium_dri.so free 0x5571735e5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c40 0.000112
+gallium_dri.so free 0x5571735e5d00 void 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5c40 0.000114
+gallium_dri.so free 0x5571735e5d80 void 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5d80 0.000113
+gallium_dri.so free 0x5571735e5e40 void 0.000114
+gallium_dri.so free 0x5571735e5d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5d80 0.000112
+gallium_dri.so free 0x5571735e5f00 void 0.000114
+gallium_dri.so free 0x5571735e5d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5d80 0.000112
+gallium_dri.so free 0x5571735e5fc0 void 0.000112
+gallium_dri.so free 0x5571735e5d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5f70 0.000112
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so free 0x5571735e5f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6090 0.000113
+gallium_dri.so free 0x5571735e6100 void 0.000188
+gallium_dri.so free 0x5571735e6090 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6140 0.000112
+gallium_dri.so free 0x5571735e61c0 void 0.000113
+gallium_dri.so free 0x5571735e6140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6140 0.000112
+gallium_dri.so free 0x5571735e6240 void 0.000113
+gallium_dri.so free 0x5571735e6140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6270 0.000111
+gallium_dri.so free 0x5571735e62c0 void 0.000134
+gallium_dri.so free 0x5571735e6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6270 0.000113
+gallium_dri.so free 0x5571735e63c0 void 0.000121
+gallium_dri.so free 0x5571735e6270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6370 0.000116
+gallium_dri.so free 0x5571735e6480 void 0.000114
+gallium_dri.so free 0x5571735e6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6430 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000113
+gallium_dri.so free 0x5571735e6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6430 0.000113
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so free 0x5571735e6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e65f0 0.000115
+gallium_dri.so free 0x5571735e6640 void 0.000113
+gallium_dri.so free 0x5571735e65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e65f0 0.000113
+gallium_dri.so free 0x5571735e6740 void 0.000126
+gallium_dri.so free 0x5571735e65f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e66f0 0.000123
+gallium_dri.so free 0x5571735e6800 void 0.000124
+gallium_dri.so free 0x5571735e66f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e67b0 0.000118
+gallium_dri.so free 0x5571735e6840 void 0.000114
+gallium_dri.so free 0x5571735e67b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e67b0 0.000112
+gallium_dri.so free 0x5571735e6900 void 0.000119
+gallium_dri.so free 0x5571735e67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6940 0.000113
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so free 0x5571735e6940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e69c0 0.000113
+gallium_dri.so free 0x5571735e6a80 void 0.000113
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e69c0 0.000113
+gallium_dri.so free 0x5571735e6b40 void 0.000115
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6b60 0.000113
+gallium_dri.so free 0x5571735e6c00 void 0.000114
+gallium_dri.so free 0x5571735e6b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000113
+gallium_dri.so free 0x5571735e6c80 void 0.000113
+gallium_dri.so free 0x5571735e6bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000112
+gallium_dri.so free 0x5571735e6d00 void 0.000138
+gallium_dri.so free 0x5571735e6bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6d00 0.000114
+gallium_dri.so free 0x5571735e6dc0 void 0.000113
+gallium_dri.so free 0x5571735e6d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6d00 0.000116
+gallium_dri.so free 0x5571735e6e80 void 0.000113
+gallium_dri.so free 0x5571735e6d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6d00 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x5571735e6d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa00 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa00 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa00 0.000112
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabf0 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000164
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad10 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000111
+gallium_dri.so free 0x5571735dad10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dadc0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000117
+gallium_dri.so free 0x5571735dadc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dadc0 0.000117
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daef0 0.000111
+gallium_dri.so free 0x5571735daf40 void 0.000160
+gallium_dri.so free 0x5571735daef0 void 0.000154
+gallium_dri.so malloc 72 0x5571735daef0 0.000152
+gallium_dri.so free 0x5571735db040 void 0.000121
+gallium_dri.so free 0x5571735daef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daff0 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735daff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db0b0 0.000120
+gallium_dri.so free 0x5571735db140 void 0.000116
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000127
+gallium_dri.so free 0x5571735db0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000115
+gallium_dri.so free 0x5571735db3c0 void 0.000113
+gallium_dri.so free 0x5571735db270 void 0.000111
+gallium_dri.so malloc 72 0x5571735db370 0.000109
+gallium_dri.so free 0x5571735db480 void 0.000110
+gallium_dri.so free 0x5571735db370 void 0.000109
+gallium_dri.so malloc 72 0x5571735db430 0.000110
+gallium_dri.so free 0x5571735db4c0 void 0.000109
+gallium_dri.so free 0x5571735db430 void 0.000111
+gallium_dri.so malloc 72 0x5571735db430 0.000110
+gallium_dri.so free 0x5571735db580 void 0.000109
+gallium_dri.so free 0x5571735db430 void 0.000110
+gallium_dri.so malloc 72 0x5571735db5c0 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000109
+gallium_dri.so free 0x5571735db5c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735db640 0.000110
+gallium_dri.so free 0x5571735db700 void 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000116
+gallium_dri.so free 0x5571735db7c0 void 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000111
+gallium_dri.so malloc 72 0x5571735db7e0 0.000110
+gallium_dri.so free 0x5571735db880 void 0.000129
+gallium_dri.so free 0x5571735db7e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db830 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000111
+gallium_dri.so free 0x5571735db830 void 0.000110
+gallium_dri.so malloc 72 0x5571735db830 0.000109
+gallium_dri.so free 0x5571735db980 void 0.000110
+gallium_dri.so free 0x5571735db830 void 0.000110
+gallium_dri.so malloc 72 0x5571735db980 0.000109
+gallium_dri.so free 0x5571735dba40 void 0.000111
+gallium_dri.so free 0x5571735db980 void 0.000110
+gallium_dri.so malloc 72 0x5571735db980 0.000110
+gallium_dri.so free 0x5571735dbb00 void 0.000109
+gallium_dri.so free 0x5571735db980 void 0.000111
+gallium_dri.so malloc 72 0x5571735db980 0.000109
+gallium_dri.so free 0x5571735dbbc0 void 0.000111
+gallium_dri.so free 0x5571735db980 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbb70 0.000109
+gallium_dri.so free 0x5571735dbc80 void 0.000109
+gallium_dri.so free 0x5571735dbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc30 0.000110
+gallium_dri.so free 0x5571735dbd00 void 0.000109
+gallium_dri.so free 0x5571735dbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd50 0.000118
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbde0 0.000109
+gallium_dri.so free 0x5571735dbe80 void 0.000111
+gallium_dri.so free 0x5571735dbde0 void 0.000190
+gallium_dri.so malloc 72 0x5571735dbe30 0.000125
+gallium_dri.so free 0x5571735dbf00 void 0.000125
+gallium_dri.so free 0x5571735dbe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe30 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbf80 0.000117
+gallium_dri.so free 0x5571735dc040 void 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbf80 0.000116
+gallium_dri.so free 0x5571735dc140 void 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000118
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000124
+gallium_dri.so free 0x5571735dc240 void 0.000119
+gallium_dri.so free 0x5571735dc0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc280 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc300 0.000116
+gallium_dri.so free 0x5571735dc3c0 void 0.000119
+gallium_dri.so free 0x5571735dc300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc300 0.000119
+gallium_dri.so free 0x5571735dc440 void 0.000125
+gallium_dri.so free 0x5571735dc300 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc470 0.000110
+gallium_dri.so free 0x5571735dc4c0 void 0.000111
+gallium_dri.so free 0x5571735dc470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc470 0.000111
+gallium_dri.so free 0x5571735dc5c0 void 0.000110
+gallium_dri.so free 0x5571735dc470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc600 0.000111
+gallium_dri.so free 0x5571735dc680 void 0.000110
+gallium_dri.so free 0x5571735dc600 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc680 0.000110
+gallium_dri.so free 0x5571735dc740 void 0.000110
+gallium_dri.so free 0x5571735dc680 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc680 0.000110
+gallium_dri.so free 0x5571735dc7c0 void 0.000109
+gallium_dri.so free 0x5571735dc680 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000109
+gallium_dri.so free 0x5571735dc840 void 0.000110
+gallium_dri.so free 0x5571735dc7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000110
+gallium_dri.so free 0x5571735dc940 void 0.000110
+gallium_dri.so free 0x5571735dc7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000112
+gallium_dri.so free 0x5571735dc8f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000110
+gallium_dri.so free 0x5571735dca80 void 0.000110
+gallium_dri.so free 0x5571735dc9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dc9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000123
+gallium_dri.so free 0x5571735dc9b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000123
+gallium_dri.so free 0x5571735dcc80 void 0.000123
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccd0 0.000114
+gallium_dri.so free 0x5571735dcd40 void 0.000114
+gallium_dri.so free 0x5571735dccd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd60 0.000113
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so free 0x5571735dcd60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dcdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000112
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000113
+gallium_dri.so free 0x5571735dd2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd380 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd380 0.000112
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000115
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so free 0x5571735dd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000112
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so free 0x5571735dd5b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd670 0.000111
+gallium_dri.so free 0x5571735dd700 void 0.000110
+gallium_dri.so free 0x5571735dd670 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd670 0.000109
+gallium_dri.so free 0x5571735dd7c0 void 0.000109
+gallium_dri.so free 0x5571735dd670 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd830 0.000109
+gallium_dri.so free 0x5571735dd880 void 0.000110
+gallium_dri.so free 0x5571735dd830 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd830 0.000109
+gallium_dri.so free 0x5571735dd980 void 0.000110
+gallium_dri.so free 0x5571735dd830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000111
+gallium_dri.so free 0x5571735dda40 void 0.000111
+gallium_dri.so free 0x5571735dd930 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000109
+gallium_dri.so free 0x5571735dda80 void 0.000111
+gallium_dri.so free 0x5571735dd9f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000119
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb80 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddc00 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000123
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddda0 0.000112
+gallium_dri.so free 0x5571735dde40 void 0.000112
+gallium_dri.so free 0x5571735ddda0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000112
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf40 0.000114
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf40 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddf40 0.000123
+gallium_dri.so free 0x5571735de180 void 0.000124
+gallium_dri.so free 0x5571735ddf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735de130 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000119
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de1f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735de310 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000117
+gallium_dri.so free 0x5571735de310 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3a0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de3a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de3f0 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so free 0x5571735de3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de3f0 0.000113
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de540 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000113
+gallium_dri.so malloc 72 0x5571735de540 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de740 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x5571735de6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de840 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000165
+gallium_dri.so malloc 72 0x5571735de8c0 0.000124
+gallium_dri.so free 0x5571735de980 void 0.000123
+gallium_dri.so free 0x5571735de8c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735de8c0 0.000124
+gallium_dri.so free 0x5571735dea00 void 0.000119
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735dea30 void 0.000129
+gallium_dri.so malloc 72 0x5571735debc0 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dec40 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec40 0.000115
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735dee00 void 0.000114
+gallium_dri.so free 0x5571735dedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dedb0 0.000125
+gallium_dri.so free 0x5571735def00 void 0.000117
+gallium_dri.so free 0x5571735dedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000116
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000120
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735df170 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000113
+gallium_dri.so malloc 72 0x5571735df290 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000116
+gallium_dri.so free 0x5571735df290 void 0.000114
+gallium_dri.so malloc 72 0x5571735df320 0.000113
+gallium_dri.so free 0x5571735df3c0 void 0.000115
+gallium_dri.so free 0x5571735df320 void 0.000115
+gallium_dri.so malloc 72 0x5571735df370 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df370 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000154
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000112
+gallium_dri.so free 0x5571735df440 void 0.000110
+gallium_dri.so malloc 72 0x5571735df580 0.000112
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so malloc 72 0x5571735df580 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so malloc 72 0x5571735df580 0.000111
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so malloc 72 0x5571735df770 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000112
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df890 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df890 void 0.000111
+gallium_dri.so malloc 72 0x5571735df940 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so malloc 72 0x5571735df940 0.000114
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so free 0x5571735df940 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfa70 0.000135
+gallium_dri.so free 0x5571735dfac0 void 0.000125
+gallium_dri.so free 0x5571735dfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa70 0.000116
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so free 0x5571735dfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc30 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0140 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0360 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e0360 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000169
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08d0 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e08d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0960 0.000115
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0960 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000116
+gallium_dri.so free 0x5571735e09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b00 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b00 0.000116
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000127
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e00 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0e80 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0e80 0.000114
+gallium_dri.so free 0x5571735e0fc0 void 0.000117
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000114
+gallium_dri.so free 0x5571735e1040 void 0.000114
+gallium_dri.so free 0x5571735e0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e0ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1180 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so free 0x5571735e1180 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1200 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1200 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1370 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000115
+gallium_dri.so free 0x5571735e1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so free 0x5571735e1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf280 0.000115
+gallium_dri.so free 0x5571735bf340 void 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf280 0.000114
+gallium_dri.so free 0x5571735bf440 void 0.000115
+gallium_dri.so free 0x5571735bf280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf280 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000120
+gallium_dri.so free 0x5571735bf280 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf640 void 0.000116
+gallium_dri.so free 0x5571735bf4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000114
+gallium_dri.so free 0x5571735bf700 void 0.000115
+gallium_dri.so free 0x5571735bf5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000119
+gallium_dri.so free 0x5571735bf740 void 0.000129
+gallium_dri.so free 0x5571735bf6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000115
+gallium_dri.so free 0x5571735bf800 void 0.000114
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf850 0.000113
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf850 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf900 0.000113
+gallium_dri.so free 0x5571735bf980 void 0.000114
+gallium_dri.so free 0x5571735bf900 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf980 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000115
+gallium_dri.so free 0x5571735bf980 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf980 0.000114
+gallium_dri.so free 0x5571735bfac0 void 0.000115
+gallium_dri.so free 0x5571735bf980 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000114
+gallium_dri.so free 0x5571735bfb40 void 0.000115
+gallium_dri.so free 0x5571735bfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000114
+gallium_dri.so free 0x5571735bfc40 void 0.000115
+gallium_dri.so free 0x5571735bfaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000113
+gallium_dri.so free 0x5571735bfd00 void 0.000115
+gallium_dri.so free 0x5571735bfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000113
+gallium_dri.so free 0x5571735bfd80 void 0.000115
+gallium_dri.so free 0x5571735bfcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfda0 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x5571735bfda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000116
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so free 0x5571735bfdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bff40 0.000114
+gallium_dri.so free 0x5571735c0000 void 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff40 0.000113
+gallium_dri.so free 0x5571735c00c0 void 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000115
+gallium_dri.so malloc 72 0x5571735bff40 0.000115
+gallium_dri.so free 0x5571735c0180 void 0.000149
+gallium_dri.so free 0x5571735bff40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0130 0.000114
+gallium_dri.so free 0x5571735eae40 void 0.000115
+gallium_dri.so free 0x5571735c0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0130 0.000115
+gallium_dri.so free 0x5571735afa00 void 0.000114
+gallium_dri.so free 0x5571735c0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735ea800 void 0.000115
+gallium_dri.so free 0x5571735af9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735af9b0 0.000115
+gallium_dri.so free 0x5571735bba40 void 0.000119
+gallium_dri.so free 0x5571735af9b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735af9b0 0.000119
+gallium_dri.so free 0x5571735a2880 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000113
+gallium_dri.so free 0x5571735bb680 void 0.000122
+gallium_dri.so free 0x5571735a2830 void 0.000125
+gallium_dri.so malloc 72 0x5571735bb680 0.000123
+gallium_dri.so free 0x5571735ea740 void 0.000123
+gallium_dri.so free 0x5571735bb680 void 0.000123
+gallium_dri.so malloc 72 0x5571735bb680 0.000122
+gallium_dri.so free 0x5571735bc180 void 0.000164
+gallium_dri.so free 0x5571735bb680 void 0.000157
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000161
+gallium_dri.so free 0x5571735af300 void 0.000123
+gallium_dri.so free 0x5571735bc1a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000124
+gallium_dri.so free 0x5571735bca40 void 0.000119
+gallium_dri.so free 0x5571735bc1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000115
+gallium_dri.so free 0x5571735bbe00 void 0.000113
+gallium_dri.so free 0x5571735bc9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000123
+gallium_dri.so free 0x5571735ea9c0 void 0.000124
+gallium_dri.so free 0x5571735bbdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000124
+gallium_dri.so free 0x5571735b8980 void 0.000122
+gallium_dri.so free 0x5571735bbdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000122
+gallium_dri.so free 0x5571735baf00 void 0.000117
+gallium_dri.so free 0x5571735bbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf00 0.000114
+gallium_dri.so free 0x5571735b8040 void 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000122
+gallium_dri.so free 0x5571735bc5c0 void 0.000124
+gallium_dri.so free 0x5571735b7ff0 void 0.000178
+gallium_dri.so malloc 72 0x5571735bc610 0.000122
+gallium_dri.so free 0x5571735b5b40 void 0.000123
+gallium_dri.so free 0x5571735bc610 void 0.000124
+gallium_dri.so malloc 72 0x5571735bc610 0.000127
+gallium_dri.so free 0x5571735eb0c0 void 0.000147
+gallium_dri.so free 0x5571735bc610 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb070 0.000124
+gallium_dri.so free 0x5571735eab00 void 0.000120
+gallium_dri.so free 0x5571735eb070 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb070 0.000129
+gallium_dri.so free 0x5571735bb280 void 0.000130
+gallium_dri.so free 0x5571735eb070 void 0.000124
+gallium_dri.so malloc 72 0x5571735bb280 0.000120
+gallium_dri.so free 0x5571735b7c80 void 0.000125
+gallium_dri.so free 0x5571735bb280 void 0.000129
+gallium_dri.so malloc 72 0x5571735bb280 0.000130
+gallium_dri.so free 0x5571735b7e40 void 0.000125
+gallium_dri.so free 0x5571735bb280 void 0.000128
+gallium_dri.so malloc 72 0x5571735b7e60 0.000132
+gallium_dri.so free 0x5571735b7f00 void 0.000130
+gallium_dri.so free 0x5571735b7e60 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000129
+gallium_dri.so free 0x5571735b7700 void 0.000130
+gallium_dri.so free 0x5571735b7eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7740 0.000129
+gallium_dri.so free 0x5571735b7900 void 0.000124
+gallium_dri.so free 0x5571735b7740 void 0.000119
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735b7a80 void 0.000178
+gallium_dri.so free 0x5571735b78b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b78b0 0.000129
+gallium_dri.so free 0x5571735b7b40 void 0.000131
+gallium_dri.so free 0x5571735b78b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b78b0 0.000125
+gallium_dri.so free 0x5571735e9bc0 void 0.000131
+gallium_dri.so free 0x5571735b78b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e9c30 0.000129
+gallium_dri.so free 0x5571735ea580 void 0.000129
+gallium_dri.so free 0x5571735e9c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e9c30 0.000124
+gallium_dri.so free 0x5571735adbc0 void 0.000126
+gallium_dri.so free 0x5571735e9c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735adb70 0.000130
+gallium_dri.so free 0x5571735adc80 void 0.000129
+gallium_dri.so free 0x5571735adb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735adc30 0.000130
+gallium_dri.so free 0x5571735ea680 void 0.000124
+gallium_dri.so free 0x5571735adc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ea630 0.000129
+gallium_dri.so free 0x5571735bffc0 void 0.000129
+gallium_dri.so free 0x5571735ea630 void 0.000124
+gallium_dri.so malloc 72 0x5571735ea630 0.000120
+gallium_dri.so free 0x5571735c0040 void 0.000138
+gallium_dri.so free 0x5571735ea630 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0040 0.000126
+gallium_dri.so free 0x5571735b9380 void 0.000126
+gallium_dri.so free 0x5571735c0040 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0040 0.000124
+gallium_dri.so free 0x5571735b9440 void 0.000127
+gallium_dri.so free 0x5571735c0040 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9460 0.000121
+gallium_dri.so free 0x5571735d74c0 void 0.000125
+gallium_dri.so free 0x5571735b9460 void 0.000129
+gallium_dri.so malloc 72 0x5571735d74f0 0.000130
+gallium_dri.so free 0x5571735d7540 void 0.000123
+gallium_dri.so free 0x5571735d74f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d74f0 0.000135
+gallium_dri.so free 0x5571735a9140 void 0.000131
+gallium_dri.so free 0x5571735d74f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a9140 0.000120
+gallium_dri.so free 0x5571735a9200 void 0.000125
+gallium_dri.so free 0x5571735a9140 void 0.000131
+gallium_dri.so malloc 72 0x5571735a9140 0.000129
+gallium_dri.so free 0x5571735d7640 void 0.000131
+gallium_dri.so free 0x5571735a9140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d75f0 0.000124
+gallium_dri.so free 0x5571735addc0 void 0.000119
+gallium_dri.so free 0x5571735d75f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735addc0 0.000120
+gallium_dri.so free 0x5571735a9280 void 0.000116
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a92c0 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000113
+gallium_dri.so free 0x5571735a92c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ade80 0.000112
+gallium_dri.so free 0x5571735a8ec0 void 0.000113
+gallium_dri.so free 0x5571735ade80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ade80 0.000113
+gallium_dri.so free 0x5571735a8f80 void 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ade80 0.000114
+gallium_dri.so free 0x5571735a9040 void 0.000113
+gallium_dri.so free 0x5571735ade80 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8ff0 0.000112
+gallium_dri.so free 0x5571735afe40 void 0.000115
+gallium_dri.so free 0x5571735a8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000112
+gallium_dri.so free 0x5571735aff80 void 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735a89c0 void 0.000116
+gallium_dri.so free 0x5571735afe40 void 0.000154
+gallium_dri.so malloc 72 0x5571735afe40 0.000116
+gallium_dri.so free 0x5571735a8a80 void 0.000114
+gallium_dri.so free 0x5571735afe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000114
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so free 0x5571735a8ac0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b5f40 0.000161
+gallium_dri.so free 0x5571735b6000 void 0.000234
+gallium_dri.so free 0x5571735b5f40 void 0.000195
+gallium_dri.so malloc 72 0x5571735b5f40 0.000155
+gallium_dri.so free 0x5571735a8b40 void 0.000117
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b70 0.000119
+gallium_dri.so free 0x5571735a71c0 void 0.000124
+gallium_dri.so free 0x5571735a8b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735a7230 0.000114
+gallium_dri.so free 0x5571735b60c0 void 0.000115
+gallium_dri.so free 0x5571735a7230 void 0.000112
+gallium_dri.so malloc 72 0x5571735a7230 0.000114
+gallium_dri.so free 0x5571735a7280 void 0.000114
+gallium_dri.so free 0x5571735a7230 void 0.000114
+gallium_dri.so malloc 72 0x5571735a7280 0.000113
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so free 0x5571735a7280 void 0.000121
+gallium_dri.so malloc 72 0x5571735a7280 0.000111
+gallium_dri.so free 0x5571735a8cc0 void 0.000110
+gallium_dri.so free 0x5571735a7280 void 0.000111
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000110
+gallium_dri.so free 0x5571735a8d40 void 0.000110
+gallium_dri.so free 0x5571735a8cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000110
+gallium_dri.so free 0x5571734f6040 void 0.000110
+gallium_dri.so free 0x5571735a8cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571734f6040 0.000109
+gallium_dri.so free 0x5571734f6100 void 0.000110
+gallium_dri.so free 0x5571734f6040 void 0.000110
+gallium_dri.so malloc 72 0x5571734f6040 0.000114
+gallium_dri.so free 0x5571735ae700 void 0.000111
+gallium_dri.so free 0x5571734f6040 void 0.000111
+gallium_dri.so malloc 72 0x5571735ae720 0.000110
+gallium_dri.so free 0x5571735ae7c0 void 0.000109
+gallium_dri.so free 0x5571735ae720 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae770 0.000119
+gallium_dri.so free 0x5571735ae840 void 0.000120
+gallium_dri.so free 0x5571735ae770 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae770 0.000112
+gallium_dri.so free 0x5571735be540 void 0.000120
+gallium_dri.so free 0x5571735ae770 void 0.000112
+gallium_dri.so malloc 72 0x5571735be590 0.000110
+gallium_dri.so free 0x5571735be600 void 0.000110
+gallium_dri.so free 0x5571735be590 void 0.000128
+gallium_dri.so malloc 72 0x5571735be620 0.000114
+gallium_dri.so free 0x5571735be6c0 void 0.000113
+gallium_dri.so free 0x5571735be620 void 0.000114
+gallium_dri.so malloc 72 0x5571735be670 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so free 0x5571735be670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0100 0.000114
+gallium_dri.so free 0x5571735b01c0 void 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0100 0.000113
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so free 0x5571735b0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0240 0.000113
+gallium_dri.so free 0x5571735b6e80 void 0.000118
+gallium_dri.so free 0x5571735b0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0240 0.000113
+gallium_dri.so free 0x5571735b6f00 void 0.000113
+gallium_dri.so free 0x5571735b0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000112
+gallium_dri.so free 0x5571735b6f80 void 0.000115
+gallium_dri.so free 0x5571735b6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000113
+gallium_dri.so free 0x5571735b7080 void 0.000115
+gallium_dri.so free 0x5571735b6f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7030 0.000113
+gallium_dri.so free 0x5571735af000 void 0.000116
+gallium_dri.so free 0x5571735b7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7030 0.000119
+gallium_dri.so free 0x5571735af100 void 0.000115
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000113
+gallium_dri.so free 0x5571735af140 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735af0b0 0.000113
+gallium_dri.so free 0x5571735af200 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af240 0.000112
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so free 0x5571735af240 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b0800 void 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0740 0.000114
+gallium_dri.so free 0x5571735b08c0 void 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0740 0.000113
+gallium_dri.so free 0x5571735b8180 void 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81f0 0.000113
+gallium_dri.so free 0x5571735b8240 void 0.000114
+gallium_dri.so free 0x5571735b81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81f0 0.000112
+gallium_dri.so free 0x5571735b8340 void 0.000115
+gallium_dri.so free 0x5571735b81f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b82f0 0.000122
+gallium_dri.so free 0x5571735b8400 void 0.000112
+gallium_dri.so free 0x5571735b82f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b83b0 0.000111
+gallium_dri.so free 0x5571735b0980 void 0.000117
+gallium_dri.so free 0x5571735b83b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0930 0.000115
+gallium_dri.so free 0x5571735d9300 void 0.000113
+gallium_dri.so free 0x5571735b0930 void 0.000111
+gallium_dri.so malloc 72 0x5571735d92b0 0.000111
+gallium_dri.so free 0x5571735d9380 void 0.000113
+gallium_dri.so free 0x5571735d92b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d93d0 0.000109
+gallium_dri.so free 0x5571735d9440 void 0.000109
+gallium_dri.so free 0x5571735d93d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d94a0 0.000110
+gallium_dri.so free 0x5571735d9540 void 0.000109
+gallium_dri.so free 0x5571735d94a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d94f0 0.000110
+gallium_dri.so free 0x5571735d9580 void 0.000110
+gallium_dri.so free 0x5571735d94f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d94f0 0.000116
+gallium_dri.so free 0x5571735b71c0 void 0.000118
+gallium_dri.so free 0x5571735d94f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7170 0.000111
+gallium_dri.so free 0x5571735b7240 void 0.000111
+gallium_dri.so free 0x5571735b7170 void 0.000109
+gallium_dri.so malloc 72 0x5571735b7290 0.000126
+gallium_dri.so free 0x5571735d9640 void 0.000216
+gallium_dri.so free 0x5571735b7290 void 0.000273
+gallium_dri.so malloc 72 0x5571735d9660 0.000193
+gallium_dri.so free 0x5571735b7300 void 0.000154
+gallium_dri.so free 0x5571735d9660 void 0.000161
+gallium_dri.so malloc 72 0x5571735b7330 0.000123
+gallium_dri.so free 0x5571735b7380 void 0.000224
+gallium_dri.so free 0x5571735b7330 void 0.000223
+gallium_dri.so malloc 72 0x5571735b7380 0.000219
+gallium_dri.so free 0x5571735b7440 void 0.000216
+gallium_dri.so free 0x5571735b7380 void 0.000222
+gallium_dri.so malloc 72 0x5571735b7380 0.000219
+gallium_dri.so free 0x5571735b7540 void 0.000191
+gallium_dri.so free 0x5571735b7380 void 0.000150
+gallium_dri.so malloc 72 0x5571735b74f0 0.000116
+gallium_dri.so free 0x5571735b7600 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b75b0 0.000161
+gallium_dri.so free 0x5571735b61c0 void 0.000114
+gallium_dri.so free 0x5571735b75b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b75b0 0.000114
+gallium_dri.so free 0x5571735b6280 void 0.000113
+gallium_dri.so free 0x5571735b75b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6230 0.000112
+gallium_dri.so free 0x5571735b6300 void 0.000114
+gallium_dri.so free 0x5571735b6230 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6350 0.000113
+gallium_dri.so free 0x5571735b63c0 void 0.000114
+gallium_dri.so free 0x5571735b6350 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6400 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000114
+gallium_dri.so free 0x5571735b6400 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6400 0.000113
+gallium_dri.so free 0x5571735b6500 void 0.000114
+gallium_dri.so free 0x5571735b6400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6530 0.000112
+gallium_dri.so free 0x5571735b6580 void 0.000120
+gallium_dri.so free 0x5571735b6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6680 void 0.000120
+gallium_dri.so free 0x5571735b6530 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6630 0.000118
+gallium_dri.so free 0x5571735b6740 void 0.000123
+gallium_dri.so free 0x5571735b6630 void 0.000120
+gallium_dri.so malloc 72 0x5571735b66f0 0.000131
+gallium_dri.so free 0x5571735b6780 void 0.000120
+gallium_dri.so free 0x5571735b66f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b66f0 0.000119
+gallium_dri.so free 0x5571735b6840 void 0.000119
+gallium_dri.so free 0x5571735b66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b68b0 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000119
+gallium_dri.so free 0x5571735b68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b68b0 0.000118
+gallium_dri.so free 0x5571735b52c0 void 0.000119
+gallium_dri.so free 0x5571735b68b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5270 0.000118
+gallium_dri.so free 0x5571735b6900 void 0.000120
+gallium_dri.so free 0x5571735b5270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5270 0.000118
+gallium_dri.so free 0x5571735b5380 void 0.000121
+gallium_dri.so free 0x5571735b5270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5330 0.000119
+gallium_dri.so free 0x5571735b5400 void 0.000119
+gallium_dri.so free 0x5571735b5330 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5330 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000120
+gallium_dri.so free 0x5571735b5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5480 0.000119
+gallium_dri.so free 0x5571735b5540 void 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000139
+gallium_dri.so malloc 72 0x5571735b5480 0.000121
+gallium_dri.so free 0x5571735b5640 void 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5480 0.000118
+gallium_dri.so free 0x5571735b56c0 void 0.000119
+gallium_dri.so free 0x5571735b5480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56f0 0.000119
+gallium_dri.so free 0x5571735b5740 void 0.000119
+gallium_dri.so free 0x5571735b56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56f0 0.000119
+gallium_dri.so free 0x5571735b5840 void 0.000119
+gallium_dri.so free 0x5571735b56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b57f0 0.000119
+gallium_dri.so free 0x5571735b5900 void 0.000120
+gallium_dri.so free 0x5571735b57f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b58b0 0.000119
+gallium_dri.so free 0x5571735b5940 void 0.000120
+gallium_dri.so free 0x5571735b58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b58b0 0.000118
+gallium_dri.so free 0x5571735b22c0 void 0.000122
+gallium_dri.so free 0x5571735b58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2270 0.000120
+gallium_dri.so free 0x5571735b2380 void 0.000119
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2330 0.000118
+gallium_dri.so free 0x5571735b2400 void 0.000168
+gallium_dri.so free 0x5571735b2330 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2450 0.000121
+gallium_dri.so free 0x5571735b24c0 void 0.000120
+gallium_dri.so free 0x5571735b2450 void 0.000120
+gallium_dri.so malloc 72 0x5571735b24e0 0.000119
+gallium_dri.so free 0x5571735b2580 void 0.000120
+gallium_dri.so free 0x5571735b24e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000120
+gallium_dri.so free 0x5571735b2600 void 0.000125
+gallium_dri.so free 0x5571735b2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2530 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000114
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2680 0.000113
+gallium_dri.so free 0x5571735b2740 void 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2680 0.000113
+gallium_dri.so free 0x5571735b2840 void 0.000114
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b27f0 0.000112
+gallium_dri.so free 0x5571735b2880 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b27f0 0.000114
+gallium_dri.so free 0x5571735b2940 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2980 0.000113
+gallium_dri.so free 0x5571735b2a00 void 0.000126
+gallium_dri.so free 0x5571735b2980 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2a00 0.000113
+gallium_dri.so free 0x5571735b2ac0 void 0.000115
+gallium_dri.so free 0x5571735b2a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2a00 0.000114
+gallium_dri.so free 0x5571735b2b40 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b70 0.000113
+gallium_dri.so free 0x5571735d98c0 void 0.000115
+gallium_dri.so free 0x5571735b2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2b70 0.000115
+gallium_dri.so free 0x5571735d99c0 void 0.000114
+gallium_dri.so free 0x5571735b2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9a00 0.000113
+gallium_dri.so free 0x5571735d9a80 void 0.000113
+gallium_dri.so free 0x5571735d9a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a80 0.000112
+gallium_dri.so free 0x5571735d9b40 void 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9bc0 void 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000112
+gallium_dri.so free 0x5571735d9c40 void 0.000113
+gallium_dri.so free 0x5571735d9bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000113
+gallium_dri.so free 0x5571735d9d40 void 0.000113
+gallium_dri.so free 0x5571735d9bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000114
+gallium_dri.so free 0x5571735d9e00 void 0.000114
+gallium_dri.so free 0x5571735d9cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9db0 0.000114
+gallium_dri.so free 0x5571735d9e80 void 0.000114
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9db0 0.000113
+gallium_dri.so free 0x5571735d9f40 void 0.000113
+gallium_dri.so free 0x5571735d9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000112
+gallium_dri.so free 0x5571735da000 void 0.000114
+gallium_dri.so free 0x5571735d9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000118
+gallium_dri.so free 0x5571735da080 void 0.000116
+gallium_dri.so free 0x5571735d9fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da0d0 0.000114
+gallium_dri.so free 0x5571735da140 void 0.000113
+gallium_dri.so free 0x5571735da0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da160 0.000114
+gallium_dri.so free 0x5571735da200 void 0.000115
+gallium_dri.so free 0x5571735da160 void 0.000113
+gallium_dri.so malloc 72 0x5571735da1b0 0.000113
+gallium_dri.so free 0x5571735da280 void 0.000113
+gallium_dri.so free 0x5571735da1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da280 0.000113
+gallium_dri.so free 0x5571735da340 void 0.000117
+gallium_dri.so free 0x5571735da280 void 0.000166
+gallium_dri.so malloc 72 0x5571735da280 0.000113
+gallium_dri.so free 0x5571735bd840 void 0.000113
+gallium_dri.so free 0x5571735da280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd840 0.000114
+gallium_dri.so free 0x5571735bd900 void 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd840 0.000113
+gallium_dri.so free 0x5571735bd9c0 void 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000112
+gallium_dri.so malloc 72 0x5571735bd840 0.000113
+gallium_dri.so free 0x5571735bda80 void 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000113
+gallium_dri.so malloc 72 0x5571735bda30 0.000114
+gallium_dri.so free 0x5571735bdb00 void 0.000113
+gallium_dri.so free 0x5571735bda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdb50 0.000112
+gallium_dri.so free 0x5571735bdbc0 void 0.000113
+gallium_dri.so free 0x5571735bdb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdc00 0.000114
+gallium_dri.so free 0x5571735bdc80 void 0.000114
+gallium_dri.so free 0x5571735bdc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdc00 0.000113
+gallium_dri.so free 0x5571735bdd00 void 0.000114
+gallium_dri.so free 0x5571735bdc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bdd80 void 0.000114
+gallium_dri.so free 0x5571735bdd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdd30 0.000116
+gallium_dri.so free 0x5571735bde80 void 0.000114
+gallium_dri.so free 0x5571735bdd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bde30 0.000113
+gallium_dri.so free 0x5571735bdf40 void 0.000114
+gallium_dri.so free 0x5571735bde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdef0 0.000113
+gallium_dri.so free 0x5571735bdf80 void 0.000113
+gallium_dri.so free 0x5571735bdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdef0 0.000113
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so free 0x5571735bdef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735be0b0 0.000113
+gallium_dri.so free 0x5571735be100 void 0.000113
+gallium_dri.so free 0x5571735be0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be0b0 0.000113
+gallium_dri.so free 0x5571735be200 void 0.000116
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be1b0 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000114
+gallium_dri.so free 0x5571735be1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735be270 0.000113
+gallium_dri.so free 0x5571735be300 void 0.000114
+gallium_dri.so free 0x5571735be270 void 0.000112
+gallium_dri.so malloc 72 0x5571735be270 0.000112
+gallium_dri.so free 0x5571735b9bc0 void 0.000113
+gallium_dri.so free 0x5571735be270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9b70 0.000128
+gallium_dri.so free 0x5571735b9c40 void 0.000121
+gallium_dri.so free 0x5571735b9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9c90 0.000115
+gallium_dri.so free 0x5571735b9d00 void 0.000113
+gallium_dri.so free 0x5571735b9c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9d60 0.000113
+gallium_dri.so free 0x5571735b9e00 void 0.000113
+gallium_dri.so free 0x5571735b9d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9db0 0.000113
+gallium_dri.so free 0x5571735b9e40 void 0.000113
+gallium_dri.so free 0x5571735b9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9db0 0.000112
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so free 0x5571735b9db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f40 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000118
+gallium_dri.so free 0x5571735b9f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000113
+gallium_dri.so free 0x5571735ba080 void 0.000114
+gallium_dri.so free 0x5571735b9fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000112
+gallium_dri.so free 0x5571735ba100 void 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba130 0.000113
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so free 0x5571735ba130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba180 0.000112
+gallium_dri.so free 0x5571735ba240 void 0.000126
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba180 0.000112
+gallium_dri.so free 0x5571735ba340 void 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000113
+gallium_dri.so free 0x5571735ba400 void 0.000114
+gallium_dri.so free 0x5571735ba2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000112
+gallium_dri.so free 0x5571735ba440 void 0.000114
+gallium_dri.so free 0x5571735ba3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000113
+gallium_dri.so free 0x5571735ba500 void 0.000114
+gallium_dri.so free 0x5571735ba3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba540 0.000113
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so free 0x5571735ba540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba680 void 0.000113
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba7c0 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735e7340 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7380 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so free 0x5571735e7380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7400 0.000114
+gallium_dri.so free 0x5571735e74c0 void 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7400 0.000112
+gallium_dri.so free 0x5571735e7540 void 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7570 0.000113
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so free 0x5571735e7570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7570 0.000113
+gallium_dri.so free 0x5571735e76c0 void 0.000121
+gallium_dri.so free 0x5571735e7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7700 0.000114
+gallium_dri.so free 0x5571735e7780 void 0.000113
+gallium_dri.so free 0x5571735e7700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7780 0.000112
+gallium_dri.so free 0x5571735e7840 void 0.000114
+gallium_dri.so free 0x5571735e7780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7780 0.000116
+gallium_dri.so free 0x5571735e78c0 void 0.000113
+gallium_dri.so free 0x5571735e7780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e78f0 0.000119
+gallium_dri.so free 0x5571735e7940 void 0.000123
+gallium_dri.so free 0x5571735e78f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e78f0 0.000148
+gallium_dri.so free 0x5571735e7a40 void 0.000121
+gallium_dri.so free 0x5571735e78f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e79f0 0.000115
+gallium_dri.so free 0x5571735e7b00 void 0.000114
+gallium_dri.so free 0x5571735e79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000114
+gallium_dri.so free 0x5571735e7b80 void 0.000116
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000113
+gallium_dri.so free 0x5571735e7c40 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000113
+gallium_dri.so free 0x5571735e7d00 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000113
+gallium_dri.so free 0x5571735e7d80 void 0.000115
+gallium_dri.so free 0x5571735e7cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000114
+gallium_dri.so free 0x5571735e7e40 void 0.000115
+gallium_dri.so free 0x5571735e7dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7e60 0.000113
+gallium_dri.so free 0x5571735e7f00 void 0.000116
+gallium_dri.so free 0x5571735e7e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000114
+gallium_dri.so free 0x5571735e7f80 void 0.000134
+gallium_dri.so free 0x5571735e7eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e7f80 0.000126
+gallium_dri.so free 0x5571735e8040 void 0.000126
+gallium_dri.so free 0x5571735e7f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7f80 0.000126
+gallium_dri.so free 0x5571735e80c0 void 0.000128
+gallium_dri.so free 0x5571735e7f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e80c0 0.000126
+gallium_dri.so free 0x5571735e8180 void 0.000128
+gallium_dri.so free 0x5571735e80c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e80c0 0.000126
+gallium_dri.so free 0x5571735bee80 void 0.000127
+gallium_dri.so free 0x5571735e80c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735beeb0 0.000125
+gallium_dri.so free 0x5571735bef00 void 0.000127
+gallium_dri.so free 0x5571735beeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735beeb0 0.000126
+gallium_dri.so free 0x5571735bf000 void 0.000125
+gallium_dri.so free 0x5571735beeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735befb0 0.000125
+gallium_dri.so free 0x5571735bf0c0 void 0.000129
+gallium_dri.so free 0x5571735befb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf070 0.000126
+gallium_dri.so free 0x5571735bf140 void 0.000135
+gallium_dri.so free 0x5571735bf070 void 0.000133
+gallium_dri.so malloc 72 0x5571735bf160 0.000126
+gallium_dri.so free 0x5571735bf200 void 0.000126
+gallium_dri.so free 0x5571735bf160 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000133
+gallium_dri.so free 0x5571735bf280 void 0.000127
+gallium_dri.so free 0x5571735bf1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000125
+gallium_dri.so free 0x5571735bf300 void 0.000139
+gallium_dri.so free 0x5571735bf1b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735bf300 0.000136
+gallium_dri.so free 0x5571735bf3c0 void 0.000144
+gallium_dri.so free 0x5571735bf300 void 0.000139
+gallium_dri.so malloc 72 0x5571735bf300 0.000118
+gallium_dri.so free 0x5571735bf480 void 0.000116
+gallium_dri.so free 0x5571735bf300 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf300 0.000113
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf300 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000114
+gallium_dri.so free 0x5571735bf4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000113
+gallium_dri.so free 0x5571735bf640 void 0.000115
+gallium_dri.so free 0x5571735bf4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000114
+gallium_dri.so free 0x5571735bf700 void 0.000114
+gallium_dri.so free 0x5571735bf5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000113
+gallium_dri.so free 0x5571735bf740 void 0.000115
+gallium_dri.so free 0x5571735bf6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000114
+gallium_dri.so free 0x5571735bf800 void 0.000114
+gallium_dri.so free 0x5571735bf6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf840 0.000112
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000114
+gallium_dri.so free 0x5571735bf980 void 0.000116
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000127
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa60 0.000113
+gallium_dri.so free 0x5571735bfb00 void 0.000113
+gallium_dri.so free 0x5571735bfa60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfab0 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000114
+gallium_dri.so free 0x5571735bfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfab0 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000115
+gallium_dri.so free 0x5571735bfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc00 0.000124
+gallium_dri.so free 0x5571735bfcc0 void 0.000115
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000113
+gallium_dri.so free 0x5571735bfd80 void 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000116
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000115
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735bfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82c0 0.000112
+gallium_dri.so free 0x5571735e8340 void 0.000114
+gallium_dri.so free 0x5571735e82c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e8340 0.000114
+gallium_dri.so free 0x5571735bff00 void 0.000115
+gallium_dri.so free 0x5571735e8340 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000113
+gallium_dri.so free 0x5571735e8400 void 0.000115
+gallium_dri.so free 0x5571735bfeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000113
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so free 0x5571735bfeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8470 0.000112
+gallium_dri.so free 0x5571735e8540 void 0.000115
+gallium_dri.so free 0x5571735e8470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8590 0.000129
+gallium_dri.so free 0x5571735e8600 void 0.000116
+gallium_dri.so free 0x5571735e8590 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8640 0.000114
+gallium_dri.so free 0x5571735e86c0 void 0.000116
+gallium_dri.so free 0x5571735e8640 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8640 0.000114
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so free 0x5571735e8640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8770 0.000113
+gallium_dri.so free 0x5571735e87c0 void 0.000116
+gallium_dri.so free 0x5571735e8770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8770 0.000116
+gallium_dri.so free 0x5571735e88c0 void 0.000114
+gallium_dri.so free 0x5571735e8770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8870 0.000112
+gallium_dri.so free 0x5571735e8980 void 0.000115
+gallium_dri.so free 0x5571735e8870 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8930 0.000112
+gallium_dri.so free 0x5571735e89c0 void 0.000119
+gallium_dri.so free 0x5571735e8930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8930 0.000114
+gallium_dri.so free 0x5571735e8a80 void 0.000115
+gallium_dri.so free 0x5571735e8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8af0 0.000114
+gallium_dri.so free 0x5571735e8b40 void 0.000115
+gallium_dri.so free 0x5571735e8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8af0 0.000119
+gallium_dri.so free 0x5571735e8c40 void 0.000117
+gallium_dri.so free 0x5571735e8af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000112
+gallium_dri.so free 0x5571735e8d00 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000115
+gallium_dri.so free 0x5571735e8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000114
+gallium_dri.so free 0x5571735e8cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8e40 0.000113
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ec0 0.000113
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so free 0x5571735e8ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ec0 0.000114
+gallium_dri.so free 0x5571735e9040 void 0.000114
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9060 0.000113
+gallium_dri.so free 0x5571735e9100 void 0.000114
+gallium_dri.so free 0x5571735e9060 void 0.000114
+gallium_dri.so malloc 72 0x5571735e90b0 0.000112
+gallium_dri.so free 0x5571735e9180 void 0.000115
+gallium_dri.so free 0x5571735e90b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e90b0 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000129
+gallium_dri.so free 0x5571735e90b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9200 0.000115
+gallium_dri.so free 0x5571735e92c0 void 0.000115
+gallium_dri.so free 0x5571735e9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9200 0.000113
+gallium_dri.so free 0x5571735e9380 void 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9200 0.000114
+gallium_dri.so free 0x5571735e9440 void 0.000116
+gallium_dri.so free 0x5571735e9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e93f0 0.000114
+gallium_dri.so free 0x5571735e9500 void 0.000117
+gallium_dri.so free 0x5571735e93f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e94b0 0.000116
+gallium_dri.so free 0x5571735e9580 void 0.000116
+gallium_dri.so free 0x5571735e94b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e95d0 0.000113
+gallium_dri.so free 0x5571735e9640 void 0.000115
+gallium_dri.so free 0x5571735e95d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9660 0.000113
+gallium_dri.so free 0x5571735e9700 void 0.000114
+gallium_dri.so free 0x5571735e9660 void 0.000117
+gallium_dri.so malloc 72 0x5571735e96b0 0.000114
+gallium_dri.so free 0x5571735b0b00 void 0.000115
+gallium_dri.so free 0x5571735e96b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000182
+gallium_dri.so free 0x5571735b0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000113
+gallium_dri.so free 0x5571735b0c80 void 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000113
+gallium_dri.so free 0x5571735b0d00 void 0.000115
+gallium_dri.so free 0x5571735b0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000113
+gallium_dri.so free 0x5571735b0dc0 void 0.000115
+gallium_dri.so free 0x5571735b0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000113
+gallium_dri.so free 0x5571735b0e80 void 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0e30 0.000114
+gallium_dri.so free 0x5571735b0f00 void 0.000115
+gallium_dri.so free 0x5571735b0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0f50 0.000112
+gallium_dri.so free 0x5571735b0fc0 void 0.000115
+gallium_dri.so free 0x5571735b0f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0fe0 0.000113
+gallium_dri.so free 0x5571735b1080 void 0.000114
+gallium_dri.so free 0x5571735b0fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1030 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000114
+gallium_dri.so free 0x5571735b1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1030 0.000112
+gallium_dri.so free 0x5571735b1200 void 0.000126
+gallium_dri.so free 0x5571735b1030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b11b0 0.000114
+gallium_dri.so free 0x5571735b1280 void 0.000113
+gallium_dri.so free 0x5571735b11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b12d0 0.000111
+gallium_dri.so free 0x5571735b1340 void 0.000114
+gallium_dri.so free 0x5571735b12d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1360 0.000112
+gallium_dri.so free 0x5571735b1400 void 0.000116
+gallium_dri.so free 0x5571735b1360 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13b0 0.000113
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so free 0x5571735b13b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b13b0 0.000113
+gallium_dri.so free 0x5571735b1500 void 0.000121
+gallium_dri.so free 0x5571735b13b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1500 0.000116
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1500 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000113
+gallium_dri.so free 0x5571735b1500 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1500 0.000112
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so free 0x5571735b1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1770 0.000112
+gallium_dri.so free 0x5571735b17c0 void 0.000115
+gallium_dri.so free 0x5571735b1770 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1770 0.000115
+gallium_dri.so free 0x5571735b18c0 void 0.000115
+gallium_dri.so free 0x5571735b1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1870 0.000114
+gallium_dri.so free 0x5571735b1980 void 0.000115
+gallium_dri.so free 0x5571735b1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1930 0.000112
+gallium_dri.so free 0x5571735b19c0 void 0.000116
+gallium_dri.so free 0x5571735b1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1930 0.000115
+gallium_dri.so free 0x5571735b1a80 void 0.000120
+gallium_dri.so free 0x5571735b1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000115
+gallium_dri.so free 0x5571735b1ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1b80 0.000113
+gallium_dri.so free 0x5571735b1c00 void 0.000115
+gallium_dri.so free 0x5571735b1b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c00 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000114
+gallium_dri.so free 0x5571735b1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c00 0.000113
+gallium_dri.so free 0x5571735b1d40 void 0.000114
+gallium_dri.so free 0x5571735b1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1d70 0.000114
+gallium_dri.so free 0x5571735b1dc0 void 0.000114
+gallium_dri.so free 0x5571735b1d70 void 0.000167
+gallium_dri.so malloc 72 0x5571735b1d70 0.000114
+gallium_dri.so free 0x5571735b1ec0 void 0.000115
+gallium_dri.so free 0x5571735b1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1e70 0.000113
+gallium_dri.so free 0x5571735b1f80 void 0.000115
+gallium_dri.so free 0x5571735b1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1f30 0.000114
+gallium_dri.so free 0x5571735b2000 void 0.000114
+gallium_dri.so free 0x5571735b1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2020 0.000114
+gallium_dri.so free 0x5571735b20c0 void 0.000114
+gallium_dri.so free 0x5571735b2020 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2070 0.000112
+gallium_dri.so free 0x5571735d78c0 void 0.000113
+gallium_dri.so free 0x5571735b2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7900 0.000114
+gallium_dri.so free 0x5571735d7980 void 0.000115
+gallium_dri.so free 0x5571735d7900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7980 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000116
+gallium_dri.so free 0x5571735d7980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7980 0.000112
+gallium_dri.so free 0x5571735d7ac0 void 0.000115
+gallium_dri.so free 0x5571735d7980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7af0 0.000113
+gallium_dri.so free 0x5571735d7b40 void 0.000115
+gallium_dri.so free 0x5571735d7af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d7af0 0.000114
+gallium_dri.so free 0x5571735d7c40 void 0.000120
+gallium_dri.so free 0x5571735d7af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7c80 0.000114
+gallium_dri.so free 0x5571735d7d00 void 0.000114
+gallium_dri.so free 0x5571735d7c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d00 0.000113
+gallium_dri.so free 0x5571735d7dc0 void 0.000115
+gallium_dri.so free 0x5571735d7d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7d00 0.000112
+gallium_dri.so free 0x5571735d7e40 void 0.000120
+gallium_dri.so free 0x5571735d7d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d7e70 0.000123
+gallium_dri.so free 0x5571735d7ec0 void 0.000118
+gallium_dri.so free 0x5571735d7e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7e70 0.000123
+gallium_dri.so free 0x5571735d7fc0 void 0.000118
+gallium_dri.so free 0x5571735d7e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f70 0.000115
+gallium_dri.so free 0x5571735d8080 void 0.000114
+gallium_dri.so free 0x5571735d7f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8030 0.000114
+gallium_dri.so free 0x5571735d8100 void 0.000115
+gallium_dri.so free 0x5571735d8030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8030 0.000114
+gallium_dri.so free 0x5571735d81c0 void 0.000128
+gallium_dri.so free 0x5571735d8030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8030 0.000113
+gallium_dri.so free 0x5571735d8280 void 0.000115
+gallium_dri.so free 0x5571735d8030 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8230 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000116
+gallium_dri.so free 0x5571735d8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8350 0.000114
+gallium_dri.so free 0x5571735d83c0 void 0.000114
+gallium_dri.so free 0x5571735d8350 void 0.000112
+gallium_dri.so malloc 72 0x5571735d83e0 0.000113
+gallium_dri.so free 0x5571735d8480 void 0.000114
+gallium_dri.so free 0x5571735d83e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8430 0.000114
+gallium_dri.so free 0x5571735d8500 void 0.000115
+gallium_dri.so free 0x5571735d8430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8500 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000116
+gallium_dri.so free 0x5571735d8500 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8500 0.000113
+gallium_dri.so free 0x5571735d8640 void 0.000115
+gallium_dri.so free 0x5571735d8500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8640 0.000114
+gallium_dri.so free 0x5571735d8700 void 0.000115
+gallium_dri.so free 0x5571735d8640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8640 0.000113
+gallium_dri.so free 0x5571735d87c0 void 0.000114
+gallium_dri.so free 0x5571735d8640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8640 0.000112
+gallium_dri.so free 0x5571735d8880 void 0.000111
+gallium_dri.so free 0x5571735d8640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8830 0.000112
+gallium_dri.so free 0x5571735d8900 void 0.000111
+gallium_dri.so free 0x5571735d8830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8950 0.000112
+gallium_dri.so free 0x5571735d89c0 void 0.000112
+gallium_dri.so free 0x5571735d8950 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a00 0.000112
+gallium_dri.so free 0x5571735d8a80 void 0.000111
+gallium_dri.so free 0x5571735d8a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8a00 0.000114
+gallium_dri.so free 0x5571735d8b00 void 0.000113
+gallium_dri.so free 0x5571735d8a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8b30 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000120
+gallium_dri.so free 0x5571735d8b30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8b30 0.000119
+gallium_dri.so free 0x5571735d8c80 void 0.000115
+gallium_dri.so free 0x5571735d8b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8c30 0.000113
+gallium_dri.so free 0x5571735d8d40 void 0.000128
+gallium_dri.so free 0x5571735d8c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000116
+gallium_dri.so free 0x5571735d8d80 void 0.000124
+gallium_dri.so free 0x5571735d8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000113
+gallium_dri.so free 0x5571735d8e40 void 0.000113
+gallium_dri.so free 0x5571735d8cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000112
+gallium_dri.so free 0x5571735d8eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000114
+gallium_dri.so free 0x5571735d9000 void 0.000112
+gallium_dri.so free 0x5571735d8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000118
+gallium_dri.so free 0x5571735b3440 void 0.000121
+gallium_dri.so free 0x5571735d8fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b3480 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000117
+gallium_dri.so free 0x5571735b3540 void 0.000119
+gallium_dri.so free 0x5571735b33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3580 0.000116
+gallium_dri.so free 0x5571735b3600 void 0.000115
+gallium_dri.so free 0x5571735b3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3600 0.000114
+gallium_dri.so free 0x5571735b36c0 void 0.000115
+gallium_dri.so free 0x5571735b3600 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3600 0.000114
+gallium_dri.so free 0x5571735b3780 void 0.000114
+gallium_dri.so free 0x5571735b3600 void 0.000116
+gallium_dri.so malloc 72 0x5571735b37a0 0.000114
+gallium_dri.so free 0x5571735b3840 void 0.000116
+gallium_dri.so free 0x5571735b37a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b37f0 0.000114
+gallium_dri.so free 0x5571735b38c0 void 0.000114
+gallium_dri.so free 0x5571735b37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b37f0 0.000113
+gallium_dri.so free 0x5571735b3940 void 0.000118
+gallium_dri.so free 0x5571735b37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3940 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000115
+gallium_dri.so free 0x5571735b3940 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3940 0.000114
+gallium_dri.so free 0x5571735b3ac0 void 0.000115
+gallium_dri.so free 0x5571735b3940 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3940 0.000113
+gallium_dri.so free 0x5571735b3b80 void 0.000116
+gallium_dri.so free 0x5571735b3940 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3b30 0.000116
+gallium_dri.so free 0x5571735b3c40 void 0.000114
+gallium_dri.so free 0x5571735b3b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000114
+gallium_dri.so free 0x5571735b3cc0 void 0.000115
+gallium_dri.so free 0x5571735b3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3d10 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000116
+gallium_dri.so free 0x5571735b3d10 void 0.000164
+gallium_dri.so malloc 72 0x5571735b3da0 0.000126
+gallium_dri.so free 0x5571735b3e40 void 0.000117
+gallium_dri.so free 0x5571735b3da0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3df0 0.000123
+gallium_dri.so free 0x5571735b3ec0 void 0.000120
+gallium_dri.so free 0x5571735b3df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3df0 0.000116
+gallium_dri.so free 0x5571735b3f40 void 0.000119
+gallium_dri.so free 0x5571735b3df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f40 0.000115
+gallium_dri.so free 0x5571735b4000 void 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f40 0.000115
+gallium_dri.so free 0x5571735b4100 void 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b40b0 0.000114
+gallium_dri.so free 0x5571735b4140 void 0.000116
+gallium_dri.so free 0x5571735b40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b40b0 0.000113
+gallium_dri.so free 0x5571735b4200 void 0.000116
+gallium_dri.so free 0x5571735b40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4240 0.000113
+gallium_dri.so free 0x5571735b42c0 void 0.000114
+gallium_dri.so free 0x5571735b4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b42c0 0.000116
+gallium_dri.so free 0x5571735b4380 void 0.000129
+gallium_dri.so free 0x5571735b42c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b42c0 0.000114
+gallium_dri.so free 0x5571735b4400 void 0.000115
+gallium_dri.so free 0x5571735b42c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4430 0.000113
+gallium_dri.so free 0x5571735b4480 void 0.000115
+gallium_dri.so free 0x5571735b4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4430 0.000117
+gallium_dri.so free 0x5571735b4580 void 0.000115
+gallium_dri.so free 0x5571735b4430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b45c0 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000115
+gallium_dri.so free 0x5571735b45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4640 0.000116
+gallium_dri.so free 0x5571735b4700 void 0.000116
+gallium_dri.so free 0x5571735b4640 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4640 0.000113
+gallium_dri.so free 0x5571735b4780 void 0.000116
+gallium_dri.so free 0x5571735b4640 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47b0 0.000113
+gallium_dri.so free 0x5571735b4800 void 0.000115
+gallium_dri.so free 0x5571735b47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47b0 0.000114
+gallium_dri.so free 0x5571735b4900 void 0.000114
+gallium_dri.so free 0x5571735b47b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b48b0 0.000113
+gallium_dri.so free 0x5571735b49c0 void 0.000122
+gallium_dri.so free 0x5571735b48b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4970 0.000113
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so free 0x5571735b4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4970 0.000113
+gallium_dri.so free 0x5571735b4b00 void 0.000113
+gallium_dri.so free 0x5571735b4970 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4970 0.000113
+gallium_dri.so free 0x5571735b4bc0 void 0.000118
+gallium_dri.so free 0x5571735b4970 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4b70 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735b4b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1640 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000116
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735e1680 void 0.000116
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1790 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1790 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1840 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e18c0 0.000115
+gallium_dri.so free 0x5571735e1980 void 0.000117
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e18c0 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a30 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000116
+gallium_dri.so free 0x5571735e1a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a30 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000115
+gallium_dri.so free 0x5571735e1cc0 void 0.000116
+gallium_dri.so free 0x5571735e1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e80 void 0.000116
+gallium_dri.so free 0x5571735e1d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e80 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e80 0.000115
+gallium_dri.so free 0x5571735e2000 void 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e80 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2070 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000116
+gallium_dri.so free 0x5571735e2070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2070 0.000113
+gallium_dri.so free 0x5571735e21c0 void 0.000115
+gallium_dri.so free 0x5571735e2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2170 0.000115
+gallium_dri.so free 0x5571735e2280 void 0.000115
+gallium_dri.so free 0x5571735e2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2230 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2230 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so free 0x5571735e2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23c0 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e23c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2440 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000116
+gallium_dri.so free 0x5571735e2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2440 0.000116
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735e2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e25e0 0.000115
+gallium_dri.so free 0x5571735e2680 void 0.000115
+gallium_dri.so free 0x5571735e25e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2630 0.000105
+gallium_dri.so free 0x5571735e2700 void 0.000256
+gallium_dri.so free 0x5571735e2630 void 0.000178
+gallium_dri.so malloc 72 0x5571735e2630 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000115
+gallium_dri.so free 0x5571735e29c0 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2970 0.000114
+gallium_dri.so free 0x5571735e2a80 void 0.000167
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a30 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b50 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2b50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2be0 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000115
+gallium_dri.so free 0x5571735e2be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c30 0.000117
+gallium_dri.so free 0x5571735e2d80 void 0.000116
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d80 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d80 0.000114
+gallium_dri.so free 0x5571735e2f40 void 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000127
+gallium_dri.so free 0x5571735e2ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3080 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3100 0.000113
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3100 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3270 0.000113
+gallium_dri.so free 0x5571735e32c0 void 0.000114
+gallium_dri.so free 0x5571735e3270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3270 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so free 0x5571735e3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3400 0.000113
+gallium_dri.so free 0x5571735e3480 void 0.000114
+gallium_dri.so free 0x5571735e3400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3480 0.000113
+gallium_dri.so free 0x5571735e3540 void 0.000115
+gallium_dri.so free 0x5571735e3480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3480 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e35f0 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000127
+gallium_dri.so free 0x5571735e35f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e35f0 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000115
+gallium_dri.so free 0x5571735e35f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e36f0 0.000115
+gallium_dri.so free 0x5571735e3800 void 0.000114
+gallium_dri.so free 0x5571735e36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37b0 0.000116
+gallium_dri.so free 0x5571735e3880 void 0.000114
+gallium_dri.so free 0x5571735e37b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37b0 0.000113
+gallium_dri.so free 0x5571735e3940 void 0.000115
+gallium_dri.so free 0x5571735e37b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37b0 0.000113
+gallium_dri.so free 0x5571735e3a00 void 0.000114
+gallium_dri.so free 0x5571735e37b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e39b0 0.000115
+gallium_dri.so free 0x5571735e3a80 void 0.000114
+gallium_dri.so free 0x5571735e39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3ad0 0.000113
+gallium_dri.so free 0x5571735e3b40 void 0.000115
+gallium_dri.so free 0x5571735e3ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3b60 0.000112
+gallium_dri.so free 0x5571735e3c00 void 0.000114
+gallium_dri.so free 0x5571735e3b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000113
+gallium_dri.so free 0x5571735e3c80 void 0.000114
+gallium_dri.so free 0x5571735e3bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3c80 0.000115
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735e3c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3c80 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000116
+gallium_dri.so free 0x5571735e3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000114
+gallium_dri.so free 0x5571735e3e80 void 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000114
+gallium_dri.so free 0x5571735e3f40 void 0.000115
+gallium_dri.so free 0x5571735e3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e40d0 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so free 0x5571735e40d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4180 0.000113
+gallium_dri.so free 0x5571735e4200 void 0.000116
+gallium_dri.so free 0x5571735e4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4180 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000115
+gallium_dri.so free 0x5571735e4180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e42b0 0.000119
+gallium_dri.so free 0x5571735e4300 void 0.000116
+gallium_dri.so free 0x5571735e42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e42b0 0.000116
+gallium_dri.so free 0x5571735e4400 void 0.000124
+gallium_dri.so free 0x5571735e42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e43b0 0.000114
+gallium_dri.so free 0x5571735e44c0 void 0.000113
+gallium_dri.so free 0x5571735e43b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4470 0.000204
+gallium_dri.so free 0x5571735e4500 void 0.000124
+gallium_dri.so free 0x5571735e4470 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4470 0.000119
+gallium_dri.so free 0x5571735e45c0 void 0.000120
+gallium_dri.so free 0x5571735e4470 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4630 0.000118
+gallium_dri.so free 0x5571735e4680 void 0.000115
+gallium_dri.so free 0x5571735e4630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4630 0.000118
+gallium_dri.so free 0x5571735e4780 void 0.000116
+gallium_dri.so free 0x5571735e4630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4730 0.000119
+gallium_dri.so free 0x5571735e4840 void 0.000123
+gallium_dri.so free 0x5571735e4730 void 0.000135
+gallium_dri.so malloc 72 0x5571735e47f0 0.000161
+gallium_dri.so free 0x5571735e4880 void 0.000124
+gallium_dri.so free 0x5571735e47f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e47f0 0.000123
+gallium_dri.so free 0x5571735e4940 void 0.000123
+gallium_dri.so free 0x5571735e47f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4980 0.000122
+gallium_dri.so free 0x5571735e4a00 void 0.000124
+gallium_dri.so free 0x5571735e4980 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4a00 0.000124
+gallium_dri.so free 0x5571735e4ac0 void 0.000124
+gallium_dri.so free 0x5571735e4a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4a00 0.000115
+gallium_dri.so free 0x5571735e4b80 void 0.000115
+gallium_dri.so free 0x5571735e4a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4ba0 0.000133
+gallium_dri.so free 0x5571735e4c40 void 0.000130
+gallium_dri.so free 0x5571735e4ba0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000125
+gallium_dri.so free 0x5571735e4cc0 void 0.000122
+gallium_dri.so free 0x5571735e4bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000132
+gallium_dri.so free 0x5571735e4d40 void 0.000129
+gallium_dri.so free 0x5571735e4bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4d40 0.000120
+gallium_dri.so free 0x5571735e4e00 void 0.000121
+gallium_dri.so free 0x5571735e4d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4d40 0.000130
+gallium_dri.so free 0x5571735e4ec0 void 0.000129
+gallium_dri.so free 0x5571735e4d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4d40 0.000124
+gallium_dri.so free 0x5571735e4f80 void 0.000130
+gallium_dri.so free 0x5571735e4d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4f30 0.000128
+gallium_dri.so free 0x5571735e5040 void 0.000131
+gallium_dri.so free 0x5571735e4f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000129
+gallium_dri.so free 0x5571735e50c0 void 0.000125
+gallium_dri.so free 0x5571735e4ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5110 0.000129
+gallium_dri.so free 0x5571735e5180 void 0.000131
+gallium_dri.so free 0x5571735e5110 void 0.000131
+gallium_dri.so malloc 72 0x5571735e51a0 0.000129
+gallium_dri.so free 0x5571735e5240 void 0.000129
+gallium_dri.so free 0x5571735e51a0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e51f0 0.000192
+gallium_dri.so free 0x5571735e52c0 void 0.000126
+gallium_dri.so free 0x5571735e51f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e51f0 0.000130
+gallium_dri.so free 0x5571735e5340 void 0.000129
+gallium_dri.so free 0x5571735e51f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5340 0.000125
+gallium_dri.so free 0x5571735e5400 void 0.000126
+gallium_dri.so free 0x5571735e5340 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5340 0.000130
+gallium_dri.so free 0x5571735e5500 void 0.000129
+gallium_dri.so free 0x5571735e5340 void 0.000130
+gallium_dri.so malloc 72 0x5571735e54b0 0.000124
+gallium_dri.so free 0x5571735e5540 void 0.000126
+gallium_dri.so free 0x5571735e54b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e54b0 0.000128
+gallium_dri.so free 0x5571735e5600 void 0.000124
+gallium_dri.so free 0x5571735e54b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5640 0.000129
+gallium_dri.so free 0x5571735e56c0 void 0.000129
+gallium_dri.so free 0x5571735e5640 void 0.000126
+gallium_dri.so malloc 72 0x5571735e56c0 0.000125
+gallium_dri.so free 0x5571735e5780 void 0.000125
+gallium_dri.so free 0x5571735e56c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e56c0 0.000122
+gallium_dri.so free 0x5571735e5800 void 0.000119
+gallium_dri.so free 0x5571735e56c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5830 0.000129
+gallium_dri.so free 0x5571735e5880 void 0.000130
+gallium_dri.so free 0x5571735e5830 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5830 0.000126
+gallium_dri.so free 0x5571735e5980 void 0.000124
+gallium_dri.so free 0x5571735e5830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e59c0 0.000126
+gallium_dri.so free 0x5571735e5a40 void 0.000121
+gallium_dri.so free 0x5571735e59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5a40 0.000119
+gallium_dri.so free 0x5571735e5b00 void 0.000118
+gallium_dri.so free 0x5571735e5a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5a40 0.000124
+gallium_dri.so free 0x5571735e5b80 void 0.000123
+gallium_dri.so free 0x5571735e5a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000123
+gallium_dri.so free 0x5571735e5c00 void 0.000118
+gallium_dri.so free 0x5571735e5bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000123
+gallium_dri.so free 0x5571735e5d00 void 0.000124
+gallium_dri.so free 0x5571735e5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000114
+gallium_dri.so free 0x5571735e5dc0 void 0.000116
+gallium_dri.so free 0x5571735e5cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5d70 0.000120
+gallium_dri.so free 0x5571735e5e40 void 0.000114
+gallium_dri.so free 0x5571735e5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5d70 0.000113
+gallium_dri.so free 0x5571735e5f00 void 0.000112
+gallium_dri.so free 0x5571735e5d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5d70 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5f70 0.000112
+gallium_dri.so free 0x5571735e6040 void 0.000120
+gallium_dri.so free 0x5571735e5f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6090 0.000113
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so free 0x5571735e6090 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6120 0.000113
+gallium_dri.so free 0x5571735e61c0 void 0.000113
+gallium_dri.so free 0x5571735e6120 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6170 0.000112
+gallium_dri.so free 0x5571735e6240 void 0.000111
+gallium_dri.so free 0x5571735e6170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6240 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000114
+gallium_dri.so free 0x5571735e6240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6240 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000127
+gallium_dri.so free 0x5571735e6240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6380 0.000113
+gallium_dri.so free 0x5571735e6440 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6380 0.000113
+gallium_dri.so free 0x5571735e6500 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6380 0.000111
+gallium_dri.so free 0x5571735e65c0 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6570 0.000113
+gallium_dri.so free 0x5571735e6640 void 0.000114
+gallium_dri.so free 0x5571735e6570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6690 0.000112
+gallium_dri.so free 0x5571735e6700 void 0.000113
+gallium_dri.so free 0x5571735e6690 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6740 0.000114
+gallium_dri.so free 0x5571735e67c0 void 0.000115
+gallium_dri.so free 0x5571735e6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6740 0.000112
+gallium_dri.so free 0x5571735e6840 void 0.000115
+gallium_dri.so free 0x5571735e6740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6870 0.000111
+gallium_dri.so free 0x5571735e68c0 void 0.000114
+gallium_dri.so free 0x5571735e6870 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6870 0.000113
+gallium_dri.so free 0x5571735e69c0 void 0.000114
+gallium_dri.so free 0x5571735e6870 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6970 0.000113
+gallium_dri.so free 0x5571735e6a80 void 0.000115
+gallium_dri.so free 0x5571735e6970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6a30 0.000113
+gallium_dri.so free 0x5571735e6ac0 void 0.000114
+gallium_dri.so free 0x5571735e6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a30 0.000113
+gallium_dri.so free 0x5571735e6b80 void 0.000115
+gallium_dri.so free 0x5571735e6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000112
+gallium_dri.so free 0x5571735e6c40 void 0.000115
+gallium_dri.so free 0x5571735e6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000113
+gallium_dri.so free 0x5571735e6d40 void 0.000120
+gallium_dri.so free 0x5571735e6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000114
+gallium_dri.so free 0x5571735e6e00 void 0.000114
+gallium_dri.so free 0x5571735e6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6db0 0.000112
+gallium_dri.so free 0x5571735e6e40 void 0.000115
+gallium_dri.so free 0x5571735e6db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6db0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x5571735e6db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6db0 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x5571735e6db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabb0 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dabb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabb0 0.000112
+gallium_dri.so free 0x5571735dad00 void 0.000112
+gallium_dri.so free 0x5571735dabb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacb0 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dacb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad70 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad70 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dad70 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf10 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000112
+gallium_dri.so free 0x5571735daf10 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafc0 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db040 0.000112
+gallium_dri.so free 0x5571735db100 void 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so malloc 72 0x5571735db040 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so malloc 72 0x5571735db1b0 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db2b0 0.000112
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db460 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db460 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000161
+gallium_dri.so free 0x5571735db600 void 0.000120
+gallium_dri.so free 0x5571735db4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db600 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db600 void 0.000113
+gallium_dri.so malloc 72 0x5571735db600 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000112
+gallium_dri.so malloc 72 0x5571735db600 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7f0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7f0 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000113
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8f0 0.000114
+gallium_dri.so free 0x5571735dba00 void 0.000115
+gallium_dri.so free 0x5571735db8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db9b0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb40 0.000129
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dbb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000112
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000112
+gallium_dri.so free 0x5571735dbd40 void 0.000112
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd60 0.000112
+gallium_dri.so free 0x5571735dbe00 void 0.000114
+gallium_dri.so free 0x5571735dbd60 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000111
+gallium_dri.so free 0x5571735dbe80 void 0.000114
+gallium_dri.so free 0x5571735dbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so free 0x5571735dbdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbf00 0.000112
+gallium_dri.so free 0x5571735dbfc0 void 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000112
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000113
+gallium_dri.so free 0x5571735dc140 void 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000127
+gallium_dri.so free 0x5571735dc0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2d0 0.000113
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc2d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc360 0.000112
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so free 0x5571735dc360 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000111
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so free 0x5571735dc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000122
+gallium_dri.so free 0x5571735dc3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc500 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc500 0.000115
+gallium_dri.so free 0x5571735dc6c0 void 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc670 0.000112
+gallium_dri.so free 0x5571735dc700 void 0.000116
+gallium_dri.so free 0x5571735dc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc670 0.000114
+gallium_dri.so free 0x5571735dc7c0 void 0.000159
+gallium_dri.so free 0x5571735dc670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc800 0.000114
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc880 0.000112
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc880 0.000112
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc880 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000113
+gallium_dri.so free 0x5571735dca40 void 0.000113
+gallium_dri.so free 0x5571735dc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb80 0.000112
+gallium_dri.so free 0x5571735dcc00 void 0.000115
+gallium_dri.so free 0x5571735dcb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc00 0.000112
+gallium_dri.so free 0x5571735dccc0 void 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc00 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd70 0.000111
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd70 0.000115
+gallium_dri.so free 0x5571735dcec0 void 0.000115
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce70 0.000112
+gallium_dri.so free 0x5571735dcf80 void 0.000113
+gallium_dri.so free 0x5571735dce70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000113
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000113
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so free 0x5571735dcf30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcf30 0.000113
+gallium_dri.so free 0x5571735dd180 void 0.000112
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd130 0.000117
+gallium_dri.so free 0x5571735dd200 void 0.000116
+gallium_dri.so free 0x5571735dd130 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd250 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so free 0x5571735dd250 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so free 0x5571735dd2e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd330 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd330 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd400 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd400 0.000115
+gallium_dri.so free 0x5571735dd540 void 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd540 0.000111
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd540 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd540 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd730 0.000112
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd850 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd850 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd900 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd900 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda30 0.000117
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so free 0x5571735dda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda30 0.000112
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735dda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb30 0.000113
+gallium_dri.so free 0x5571735ddc40 void 0.000115
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000113
+gallium_dri.so free 0x5571735ddc80 void 0.000115
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddb0 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735dddb0 void 0.000153
+gallium_dri.so malloc 72 0x5571735dddb0 0.000112
+gallium_dri.so free 0x5571735ddf00 void 0.000115
+gallium_dri.so free 0x5571735dddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000112
+gallium_dri.so free 0x5571735ddfc0 void 0.000114
+gallium_dri.so free 0x5571735ddeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf70 0.000162
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735de100 void 0.000114
+gallium_dri.so malloc 72 0x5571735de180 0.000115
+gallium_dri.so free 0x5571735de240 void 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so malloc 72 0x5571735de180 0.000115
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so malloc 72 0x5571735de320 0.000114
+gallium_dri.so free 0x5571735de3c0 void 0.000118
+gallium_dri.so free 0x5571735de320 void 0.000116
+gallium_dri.so malloc 72 0x5571735de370 0.000121
+gallium_dri.so free 0x5571735de440 void 0.000116
+gallium_dri.so free 0x5571735de370 void 0.000113
+gallium_dri.so malloc 72 0x5571735de370 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de370 void 0.000116
+gallium_dri.so malloc 72 0x5571735de4c0 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000116
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4c0 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4c0 0.000117
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so free 0x5571735de6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de770 0.000113
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de770 void 0.000112
+gallium_dri.so malloc 72 0x5571735de890 0.000113
+gallium_dri.so free 0x5571735de900 void 0.000114
+gallium_dri.so free 0x5571735de890 void 0.000111
+gallium_dri.so malloc 72 0x5571735de920 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000112
+gallium_dri.so free 0x5571735de920 void 0.000112
+gallium_dri.so malloc 72 0x5571735de970 0.000112
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de970 void 0.000112
+gallium_dri.so malloc 72 0x5571735deac0 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000113
+gallium_dri.so free 0x5571735dec80 void 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec30 0.000123
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec30 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735dec30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dedc0 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735dedc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dee40 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dee40 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df140 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df140 void 0.000112
+gallium_dri.so malloc 72 0x5571735df1c0 0.000114
+gallium_dri.so free 0x5571735df280 void 0.000112
+gallium_dri.so free 0x5571735df1c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df1c0 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000126
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df330 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so free 0x5571735df330 void 0.000113
+gallium_dri.so malloc 72 0x5571735df330 0.000115
+gallium_dri.so free 0x5571735df480 void 0.000116
+gallium_dri.so free 0x5571735df330 void 0.000113
+gallium_dri.so malloc 72 0x5571735df430 0.000114
+gallium_dri.so free 0x5571735df540 void 0.000115
+gallium_dri.so free 0x5571735df430 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000115
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4f0 0.000112
+gallium_dri.so free 0x5571735df680 void 0.000113
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6f0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df810 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df810 void 0.000113
+gallium_dri.so malloc 72 0x5571735df8a0 0.000112
+gallium_dri.so free 0x5571735df940 void 0.000178
+gallium_dri.so free 0x5571735df8a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8f0 0.000116
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9c0 0.000116
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000114
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb00 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000116
+gallium_dri.so free 0x5571735dfb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb00 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so free 0x5571735dfb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb00 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfdc0 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe10 0.000116
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfe10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfec0 0.000115
+gallium_dri.so free 0x5571735dff40 void 0.000123
+gallium_dri.so free 0x5571735dfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfec0 0.000112
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfff0 0.000112
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dfff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfff0 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000114
+gallium_dri.so free 0x5571735dfff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e0200 void 0.000114
+gallium_dri.so free 0x5571735e00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01b0 0.000112
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000117
+gallium_dri.so free 0x5571735e0300 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0470 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so free 0x5571735e0470 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0530 0.000124
+gallium_dri.so free 0x5571735e05c0 void 0.000123
+gallium_dri.so free 0x5571735e0530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0530 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06c0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0740 0.000113
+gallium_dri.so free 0x5571735e08c0 void 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08e0 0.000113
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so free 0x5571735e08e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0930 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0930 0.000112
+gallium_dri.so free 0x5571735e0a80 void 0.000114
+gallium_dri.so free 0x5571735e0930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a80 0.000112
+gallium_dri.so free 0x5571735e0b40 void 0.000178
+gallium_dri.so free 0x5571735e0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a80 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c70 0.000116
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d30 0.000113
+gallium_dri.so free 0x5571735e0e00 void 0.000114
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e50 0.000113
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so free 0x5571735e0e50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ee0 0.000114
+gallium_dri.so free 0x5571735e0f80 void 0.000115
+gallium_dri.so free 0x5571735e0ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f30 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so free 0x5571735e0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f30 0.000114
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so free 0x5571735e0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1080 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000124
+gallium_dri.so free 0x5571735e1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1080 0.000114
+gallium_dri.so free 0x5571735e1240 void 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11f0 0.000116
+gallium_dri.so free 0x5571735e1280 void 0.000118
+gallium_dri.so free 0x5571735e11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11f0 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000117
+gallium_dri.so free 0x5571735e11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1380 0.000124
+gallium_dri.so free 0x5571735e1400 void 0.000122
+gallium_dri.so free 0x5571735e1380 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1400 0.000117
+gallium_dri.so free 0x5571735c0180 void 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1400 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1400 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000147
+gallium_dri.so free 0x5571735e1400 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02b0 0.000114
+gallium_dri.so free 0x5571735eae40 void 0.000115
+gallium_dri.so free 0x5571735c02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02b0 0.000119
+gallium_dri.so free 0x5571735a2880 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735ea800 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000111
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000111
+gallium_dri.so malloc 72 0x5571735a2830 0.000111
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735afa00 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000111
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735bc5c0 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735af300 void 0.000120
+gallium_dri.so free 0x5571735af9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af320 0.000114
+gallium_dri.so free 0x5571735bba40 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000114
+gallium_dri.so free 0x5571735bbe00 void 0.000115
+gallium_dri.so free 0x5571735af320 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000113
+gallium_dri.so free 0x5571735b8040 void 0.000128
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735bc180 void 0.000116
+gallium_dri.so free 0x5571735b7ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000114
+gallium_dri.so free 0x5571735ea9c0 void 0.000114
+gallium_dri.so free 0x5571735bc1a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ea9f0 0.000113
+gallium_dri.so free 0x5571735baf00 void 0.000114
+gallium_dri.so free 0x5571735ea9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735baf00 0.000111
+gallium_dri.so free 0x5571735bca40 void 0.000112
+gallium_dri.so free 0x5571735baf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000112
+gallium_dri.so free 0x5571735ea740 void 0.000114
+gallium_dri.so free 0x5571735bc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ea790 0.000113
+gallium_dri.so free 0x5571735b8980 void 0.000114
+gallium_dri.so free 0x5571735ea790 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea790 0.000113
+gallium_dri.so free 0x5571735b5b40 void 0.000114
+gallium_dri.so free 0x5571735ea790 void 0.000111
+gallium_dri.so malloc 72 0x5571735ea790 0.000111
+gallium_dri.so free 0x5571735eb0c0 void 0.000112
+gallium_dri.so free 0x5571735ea790 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000112
+gallium_dri.so free 0x5571735eab00 void 0.000117
+gallium_dri.so free 0x5571735eb070 void 0.000116
+gallium_dri.so malloc 72 0x5571735eab00 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000112
+gallium_dri.so free 0x5571735eab00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eab00 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735eab00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eab00 0.000111
+gallium_dri.so free 0x5571735b7d00 void 0.000114
+gallium_dri.so free 0x5571735eab00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7d30 0.000111
+gallium_dri.so free 0x5571735b7700 void 0.000113
+gallium_dri.so free 0x5571735b7d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7740 0.000113
+gallium_dri.so free 0x5571735b7e40 void 0.000115
+gallium_dri.so free 0x5571735b7740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7e90 0.000113
+gallium_dri.so free 0x5571735b7a80 void 0.000114
+gallium_dri.so free 0x5571735b7e90 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7e90 0.000113
+gallium_dri.so free 0x5571735b7b40 void 0.000115
+gallium_dri.so free 0x5571735b7e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7e90 0.000112
+gallium_dri.so free 0x5571735b7900 void 0.000114
+gallium_dri.so free 0x5571735b7e90 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000113
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000157
+gallium_dri.so malloc 72 0x5571735b78b0 0.000115
+gallium_dri.so free 0x5571735e9bc0 void 0.000114
+gallium_dri.so free 0x5571735b78b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e9c10 0.000112
+gallium_dri.so free 0x5571735ea580 void 0.000113
+gallium_dri.so free 0x5571735e9c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c10 0.000112
+gallium_dri.so free 0x5571735ea640 void 0.000114
+gallium_dri.so free 0x5571735e9c10 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9c10 0.000112
+gallium_dri.so free 0x5571735adbc0 void 0.000114
+gallium_dri.so free 0x5571735e9c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000112
+gallium_dri.so free 0x5571735adc40 void 0.000114
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735adc40 0.000112
+gallium_dri.so free 0x5571735b9380 void 0.000115
+gallium_dri.so free 0x5571735adc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735adc40 0.000114
+gallium_dri.so free 0x5571735b9440 void 0.000115
+gallium_dri.so free 0x5571735adc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9460 0.000112
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so free 0x5571735b9460 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9460 0.000112
+gallium_dri.so free 0x5571735a9200 void 0.000114
+gallium_dri.so free 0x5571735b9460 void 0.000112
+gallium_dri.so malloc 72 0x5571735a91b0 0.000123
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so free 0x5571735a91b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8c40 0.000114
+gallium_dri.so free 0x5571735a8d00 void 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8c40 0.000112
+gallium_dri.so free 0x5571735a9280 void 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735a8c40 0.000114
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735a7210 0.000123
+gallium_dri.so free 0x5571735a8d80 void 0.000125
+gallium_dri.so free 0x5571735a7210 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000120
+gallium_dri.so free 0x5571735a7280 void 0.000125
+gallium_dri.so free 0x5571735a8dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a72d0 0.000117
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so free 0x5571735a72d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735a72d0 0.000120
+gallium_dri.so free 0x5571735b6000 void 0.000121
+gallium_dri.so free 0x5571735a72d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a72d0 0.000119
+gallium_dri.so free 0x5571735b60c0 void 0.000118
+gallium_dri.so free 0x5571735a72d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6070 0.000122
+gallium_dri.so free 0x5571735a89c0 void 0.000121
+gallium_dri.so free 0x5571735b6070 void 0.000117
+gallium_dri.so malloc 72 0x5571735a89c0 0.000119
+gallium_dri.so free 0x5571735a8a80 void 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a89c0 0.000116
+gallium_dri.so free 0x5571735a8b80 void 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8b30 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000120
+gallium_dri.so free 0x5571735a8b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8b30 0.000120
+gallium_dri.so free 0x5571735aff00 void 0.000120
+gallium_dri.so free 0x5571735a8b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735afeb0 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000123
+gallium_dri.so free 0x5571735afeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000116
+gallium_dri.so free 0x5571735a8f80 void 0.000117
+gallium_dri.so free 0x5571735a8ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000120
+gallium_dri.so free 0x5571735aff80 void 0.000117
+gallium_dri.so free 0x5571735a8ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000120
+gallium_dri.so free 0x5571735a9040 void 0.000121
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000121
+gallium_dri.so free 0x5571735adec0 void 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735adf10 0.000119
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735adf10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d74e0 0.000119
+gallium_dri.so free 0x5571735d7580 void 0.000119
+gallium_dri.so free 0x5571735d74e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7530 0.000124
+gallium_dri.so free 0x5571735d7600 void 0.000120
+gallium_dri.so free 0x5571735d7530 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7530 0.000117
+gallium_dri.so free 0x5571735ae700 void 0.000122
+gallium_dri.so free 0x5571735d7530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae750 0.000117
+gallium_dri.so free 0x5571735ae7c0 void 0.000119
+gallium_dri.so free 0x5571735ae750 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae820 0.000121
+gallium_dri.so free 0x5571734f6040 void 0.000120
+gallium_dri.so free 0x5571735ae820 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f6100 void 0.000121
+gallium_dri.so free 0x5571735ae820 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f61c0 void 0.000119
+gallium_dri.so free 0x5571735ae820 void 0.000119
+gallium_dri.so malloc 72 0x5571734f6170 0.000126
+gallium_dri.so free 0x5571735be540 void 0.000118
+gallium_dri.so free 0x5571734f6170 void 0.000116
+gallium_dri.so malloc 72 0x5571735be590 0.000119
+gallium_dri.so free 0x5571735be600 void 0.000119
+gallium_dri.so free 0x5571735be590 void 0.000116
+gallium_dri.so malloc 72 0x5571735be620 0.000115
+gallium_dri.so free 0x5571735be6c0 void 0.000121
+gallium_dri.so free 0x5571735be620 void 0.000119
+gallium_dri.so malloc 72 0x5571735be670 0.000118
+gallium_dri.so free 0x5571735b0100 void 0.000120
+gallium_dri.so free 0x5571735be670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0100 0.000120
+gallium_dri.so free 0x5571735b01c0 void 0.000117
+gallium_dri.so free 0x5571735b0100 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0100 0.000119
+gallium_dri.so free 0x5571735b0240 void 0.000121
+gallium_dri.so free 0x5571735b0100 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0240 0.000122
+gallium_dri.so free 0x5571735b6e80 void 0.000120
+gallium_dri.so free 0x5571735b0240 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0240 0.000119
+gallium_dri.so free 0x5571735b6f00 void 0.000120
+gallium_dri.so free 0x5571735b0240 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6f30 0.000120
+gallium_dri.so free 0x5571735b6f80 void 0.000121
+gallium_dri.so free 0x5571735b6f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6f30 0.000121
+gallium_dri.so free 0x5571735b7080 void 0.000121
+gallium_dri.so free 0x5571735b6f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7030 0.000120
+gallium_dri.so free 0x5571735af000 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7030 0.000119
+gallium_dri.so free 0x5571735af100 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000119
+gallium_dri.so malloc 72 0x5571735af0b0 0.000119
+gallium_dri.so free 0x5571735af140 void 0.000119
+gallium_dri.so free 0x5571735af0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735af0b0 0.000120
+gallium_dri.so free 0x5571735af200 void 0.000120
+gallium_dri.so free 0x5571735af0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735af240 0.000119
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so free 0x5571735af240 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0740 0.000118
+gallium_dri.so free 0x5571735b0800 void 0.000122
+gallium_dri.so free 0x5571735b0740 void 0.000139
+gallium_dri.so malloc 72 0x5571735b0740 0.000125
+gallium_dri.so free 0x5571735b08c0 void 0.000120
+gallium_dri.so free 0x5571735b0740 void 0.000135
+gallium_dri.so malloc 72 0x5571735b0740 0.000120
+gallium_dri.so free 0x5571735b8180 void 0.000120
+gallium_dri.so free 0x5571735b0740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b81f0 0.000120
+gallium_dri.so free 0x5571735b8240 void 0.000118
+gallium_dri.so free 0x5571735b81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b81f0 0.000119
+gallium_dri.so free 0x5571735b8340 void 0.000121
+gallium_dri.so free 0x5571735b81f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b82f0 0.000119
+gallium_dri.so free 0x5571735b8400 void 0.000117
+gallium_dri.so free 0x5571735b82f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b83b0 0.000119
+gallium_dri.so free 0x5571735b0980 void 0.000118
+gallium_dri.so free 0x5571735b83b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0930 0.000117
+gallium_dri.so free 0x5571735d9300 void 0.000117
+gallium_dri.so free 0x5571735b0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000124
+gallium_dri.so free 0x5571735d9380 void 0.000119
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d93d0 0.000120
+gallium_dri.so free 0x5571735d9440 void 0.000128
+gallium_dri.so free 0x5571735d93d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d94a0 0.000120
+gallium_dri.so free 0x5571735d9540 void 0.000121
+gallium_dri.so free 0x5571735d94a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d94f0 0.000119
+gallium_dri.so free 0x5571735d9580 void 0.000120
+gallium_dri.so free 0x5571735d94f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d94f0 0.000116
+gallium_dri.so free 0x5571735b71c0 void 0.000118
+gallium_dri.so free 0x5571735d94f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7170 0.000120
+gallium_dri.so free 0x5571735b7240 void 0.000119
+gallium_dri.so free 0x5571735b7170 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7290 0.000120
+gallium_dri.so free 0x5571735d9640 void 0.000121
+gallium_dri.so free 0x5571735b7290 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9660 0.000120
+gallium_dri.so free 0x5571735b7300 void 0.000117
+gallium_dri.so free 0x5571735d9660 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7330 0.000122
+gallium_dri.so free 0x5571735b7380 void 0.000127
+gallium_dri.so free 0x5571735b7330 void 0.000123
+gallium_dri.so malloc 72 0x5571735b7380 0.000117
+gallium_dri.so free 0x5571735b7440 void 0.000121
+gallium_dri.so free 0x5571735b7380 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7380 0.000167
+gallium_dri.so free 0x5571735b7540 void 0.000114
+gallium_dri.so free 0x5571735b7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000113
+gallium_dri.so free 0x5571735b7600 void 0.000116
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b75b0 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000114
+gallium_dri.so free 0x5571735b75b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b75b0 0.000114
+gallium_dri.so free 0x5571735b6280 void 0.000115
+gallium_dri.so free 0x5571735b75b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6230 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000116
+gallium_dri.so free 0x5571735b6230 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6350 0.000193
+gallium_dri.so free 0x5571735b63c0 void 0.000187
+gallium_dri.so free 0x5571735b6350 void 0.000154
+gallium_dri.so malloc 72 0x5571735b6400 0.000112
+gallium_dri.so free 0x5571735b6480 void 0.000114
+gallium_dri.so free 0x5571735b6400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6400 0.000113
+gallium_dri.so free 0x5571735b6500 void 0.000113
+gallium_dri.so free 0x5571735b6400 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6530 0.000115
+gallium_dri.so free 0x5571735b6580 void 0.000115
+gallium_dri.so free 0x5571735b6530 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6530 0.000112
+gallium_dri.so free 0x5571735b6680 void 0.000112
+gallium_dri.so free 0x5571735b6530 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6630 0.000112
+gallium_dri.so free 0x5571735b6740 void 0.000114
+gallium_dri.so free 0x5571735b6630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b66f0 0.000113
+gallium_dri.so free 0x5571735b6780 void 0.000114
+gallium_dri.so free 0x5571735b66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b66f0 0.000111
+gallium_dri.so free 0x5571735b6840 void 0.000113
+gallium_dri.so free 0x5571735b66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b68b0 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so free 0x5571735b68b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b68b0 0.000118
+gallium_dri.so free 0x5571735b52c0 void 0.000117
+gallium_dri.so free 0x5571735b68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5270 0.000114
+gallium_dri.so free 0x5571735b6900 void 0.000116
+gallium_dri.so free 0x5571735b5270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5270 0.000113
+gallium_dri.so free 0x5571735b5380 void 0.000114
+gallium_dri.so free 0x5571735b5270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5330 0.000113
+gallium_dri.so free 0x5571735b5400 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000126
+gallium_dri.so malloc 72 0x5571735b5330 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5480 0.000114
+gallium_dri.so free 0x5571735b5540 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5480 0.000115
+gallium_dri.so free 0x5571735b5640 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000113
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b56f0 0.000113
+gallium_dri.so free 0x5571735b5740 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56f0 0.000113
+gallium_dri.so free 0x5571735b5840 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b57f0 0.000113
+gallium_dri.so free 0x5571735b5900 void 0.000114
+gallium_dri.so free 0x5571735b57f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b58b0 0.000113
+gallium_dri.so free 0x5571735b5940 void 0.000114
+gallium_dri.so free 0x5571735b58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58b0 0.000113
+gallium_dri.so free 0x5571735b22c0 void 0.000114
+gallium_dri.so free 0x5571735b58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2270 0.000120
+gallium_dri.so free 0x5571735b2380 void 0.000122
+gallium_dri.so free 0x5571735b2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2330 0.000115
+gallium_dri.so free 0x5571735b2400 void 0.000117
+gallium_dri.so free 0x5571735b2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2450 0.000113
+gallium_dri.so free 0x5571735b24c0 void 0.000116
+gallium_dri.so free 0x5571735b2450 void 0.000114
+gallium_dri.so malloc 72 0x5571735b24e0 0.000113
+gallium_dri.so free 0x5571735b2580 void 0.000114
+gallium_dri.so free 0x5571735b24e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2530 0.000115
+gallium_dri.so free 0x5571735b2600 void 0.000115
+gallium_dri.so free 0x5571735b2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2530 0.000116
+gallium_dri.so free 0x5571735b2680 void 0.000116
+gallium_dri.so free 0x5571735b2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2680 0.000115
+gallium_dri.so free 0x5571735b2740 void 0.000115
+gallium_dri.so free 0x5571735b2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2680 0.000115
+gallium_dri.so free 0x5571735b2840 void 0.000115
+gallium_dri.so free 0x5571735b2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735b27f0 0.000114
+gallium_dri.so free 0x5571735b2880 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b27f0 0.000115
+gallium_dri.so free 0x5571735b2940 void 0.000115
+gallium_dri.so free 0x5571735b27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2980 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000115
+gallium_dri.so free 0x5571735b2980 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2a00 0.000114
+gallium_dri.so free 0x5571735b2ac0 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2a00 0.000114
+gallium_dri.so free 0x5571735b2b40 void 0.000115
+gallium_dri.so free 0x5571735b2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b70 0.000114
+gallium_dri.so free 0x5571735d98c0 void 0.000114
+gallium_dri.so free 0x5571735b2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2b70 0.000114
+gallium_dri.so free 0x5571735d99c0 void 0.000115
+gallium_dri.so free 0x5571735b2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a00 0.000113
+gallium_dri.so free 0x5571735d9a80 void 0.000115
+gallium_dri.so free 0x5571735d9a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9a80 0.000115
+gallium_dri.so free 0x5571735d9b40 void 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9bc0 void 0.000115
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000115
+gallium_dri.so free 0x5571735d9c40 void 0.000114
+gallium_dri.so free 0x5571735d9bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000114
+gallium_dri.so free 0x5571735d9d40 void 0.000112
+gallium_dri.so free 0x5571735d9bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000114
+gallium_dri.so free 0x5571735d9e00 void 0.000113
+gallium_dri.so free 0x5571735d9cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000113
+gallium_dri.so free 0x5571735d9e80 void 0.000112
+gallium_dri.so free 0x5571735d9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000113
+gallium_dri.so free 0x5571735d9f40 void 0.000113
+gallium_dri.so free 0x5571735d9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9db0 0.000121
+gallium_dri.so free 0x5571735da000 void 0.000119
+gallium_dri.so free 0x5571735d9db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000114
+gallium_dri.so free 0x5571735da080 void 0.000115
+gallium_dri.so free 0x5571735d9fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da0d0 0.000113
+gallium_dri.so free 0x5571735da140 void 0.000116
+gallium_dri.so free 0x5571735da0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da160 0.000114
+gallium_dri.so free 0x5571735da200 void 0.000115
+gallium_dri.so free 0x5571735da160 void 0.000113
+gallium_dri.so malloc 72 0x5571735da1b0 0.000167
+gallium_dri.so free 0x5571735da280 void 0.000117
+gallium_dri.so free 0x5571735da1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da280 0.000114
+gallium_dri.so free 0x5571735da340 void 0.000115
+gallium_dri.so free 0x5571735da280 void 0.000115
+gallium_dri.so malloc 72 0x5571735da280 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so free 0x5571735da280 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd840 0.000113
+gallium_dri.so free 0x5571735bd900 void 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000114
+gallium_dri.so malloc 72 0x5571735bd840 0.000115
+gallium_dri.so free 0x5571735bd9c0 void 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd840 0.000113
+gallium_dri.so free 0x5571735bda80 void 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000113
+gallium_dri.so malloc 72 0x5571735bda30 0.000114
+gallium_dri.so free 0x5571735bdb00 void 0.000119
+gallium_dri.so free 0x5571735bda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdb50 0.000112
+gallium_dri.so free 0x5571735bdbc0 void 0.000115
+gallium_dri.so free 0x5571735bdb50 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdc00 0.000113
+gallium_dri.so free 0x5571735bdc80 void 0.000115
+gallium_dri.so free 0x5571735bdc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735bdc00 0.000126
+gallium_dri.so free 0x5571735bdd00 void 0.000115
+gallium_dri.so free 0x5571735bdc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bdd80 void 0.000115
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000115
+gallium_dri.so free 0x5571735bde80 void 0.000116
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bde30 0.000114
+gallium_dri.so free 0x5571735bdf40 void 0.000116
+gallium_dri.so free 0x5571735bde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000113
+gallium_dri.so free 0x5571735bdf80 void 0.000116
+gallium_dri.so free 0x5571735bdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdef0 0.000114
+gallium_dri.so free 0x5571735be040 void 0.000114
+gallium_dri.so free 0x5571735bdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be0b0 0.000113
+gallium_dri.so free 0x5571735be100 void 0.000116
+gallium_dri.so free 0x5571735be0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735be0b0 0.000114
+gallium_dri.so free 0x5571735be200 void 0.000114
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be1b0 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000116
+gallium_dri.so free 0x5571735be1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be270 0.000123
+gallium_dri.so free 0x5571735be300 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000114
+gallium_dri.so free 0x5571735b9bc0 void 0.000116
+gallium_dri.so free 0x5571735be270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9b70 0.000114
+gallium_dri.so free 0x5571735b9c40 void 0.000115
+gallium_dri.so free 0x5571735b9b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9c90 0.000114
+gallium_dri.so free 0x5571735b9d00 void 0.000114
+gallium_dri.so free 0x5571735b9c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9d60 0.000114
+gallium_dri.so free 0x5571735b9e00 void 0.000116
+gallium_dri.so free 0x5571735b9d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9db0 0.000115
+gallium_dri.so free 0x5571735b9e40 void 0.000115
+gallium_dri.so free 0x5571735b9db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9db0 0.000114
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so free 0x5571735b9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9f40 0.000114
+gallium_dri.so free 0x5571735b9fc0 void 0.000116
+gallium_dri.so free 0x5571735b9f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000114
+gallium_dri.so free 0x5571735ba080 void 0.000116
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000154
+gallium_dri.so free 0x5571735ba100 void 0.000118
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba130 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000115
+gallium_dri.so free 0x5571735ba130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba180 0.000115
+gallium_dri.so free 0x5571735ba240 void 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba180 0.000118
+gallium_dri.so free 0x5571735ba340 void 0.000115
+gallium_dri.so free 0x5571735ba180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000114
+gallium_dri.so free 0x5571735ba400 void 0.000114
+gallium_dri.so free 0x5571735ba2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000113
+gallium_dri.so free 0x5571735ba440 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000113
+gallium_dri.so free 0x5571735ba500 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba540 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000115
+gallium_dri.so free 0x5571735ba540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba680 void 0.000115
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba700 void 0.000116
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba7c0 void 0.000115
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735e7340 void 0.000115
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7380 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000115
+gallium_dri.so free 0x5571735e7380 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7400 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000116
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7400 0.000113
+gallium_dri.so free 0x5571735e7540 void 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7570 0.000115
+gallium_dri.so free 0x5571735e75c0 void 0.000115
+gallium_dri.so free 0x5571735e7570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7570 0.000115
+gallium_dri.so free 0x5571735e76c0 void 0.000116
+gallium_dri.so free 0x5571735e7570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7700 0.000114
+gallium_dri.so free 0x5571735e7780 void 0.000115
+gallium_dri.so free 0x5571735e7700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7780 0.000122
+gallium_dri.so free 0x5571735e7840 void 0.000126
+gallium_dri.so free 0x5571735e7780 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7780 0.000123
+gallium_dri.so free 0x5571735e78c0 void 0.000126
+gallium_dri.so free 0x5571735e7780 void 0.000119
+gallium_dri.so malloc 72 0x5571735e78f0 0.000115
+gallium_dri.so free 0x5571735e7940 void 0.000116
+gallium_dri.so free 0x5571735e78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e78f0 0.000114
+gallium_dri.so free 0x5571735e7a40 void 0.000115
+gallium_dri.so free 0x5571735e78f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e79f0 0.000114
+gallium_dri.so free 0x5571735e7b00 void 0.000114
+gallium_dri.so free 0x5571735e79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000113
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7c40 void 0.000114
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000114
+gallium_dri.so free 0x5571735e7d00 void 0.000114
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000113
+gallium_dri.so free 0x5571735e7d80 void 0.000119
+gallium_dri.so free 0x5571735e7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000116
+gallium_dri.so free 0x5571735e7e40 void 0.000115
+gallium_dri.so free 0x5571735e7dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7e60 0.000114
+gallium_dri.so free 0x5571735e7f00 void 0.000115
+gallium_dri.so free 0x5571735e7e60 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so free 0x5571735e7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7f80 0.000113
+gallium_dri.so free 0x5571735e8040 void 0.000114
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7f80 0.000113
+gallium_dri.so free 0x5571735e80c0 void 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e80c0 0.000115
+gallium_dri.so free 0x5571735e8180 void 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e80c0 0.000114
+gallium_dri.so free 0x5571735bee80 void 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735beeb0 0.000113
+gallium_dri.so free 0x5571735bef00 void 0.000116
+gallium_dri.so free 0x5571735beeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beeb0 0.000114
+gallium_dri.so free 0x5571735bf000 void 0.000114
+gallium_dri.so free 0x5571735beeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735befb0 0.000122
+gallium_dri.so free 0x5571735bf0c0 void 0.000119
+gallium_dri.so free 0x5571735befb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf140 void 0.000113
+gallium_dri.so free 0x5571735bf070 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf160 0.000118
+gallium_dri.so free 0x5571735bf200 void 0.000115
+gallium_dri.so free 0x5571735bf160 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000111
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so free 0x5571735bf1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000116
+gallium_dri.so free 0x5571735bf300 void 0.000116
+gallium_dri.so free 0x5571735bf1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf300 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000123
+gallium_dri.so free 0x5571735bf300 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf300 0.000123
+gallium_dri.so free 0x5571735bf480 void 0.000118
+gallium_dri.so free 0x5571735bf300 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf300 0.000120
+gallium_dri.so free 0x5571735bf540 void 0.000123
+gallium_dri.so free 0x5571735bf300 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000183
+gallium_dri.so free 0x5571735bf540 void 0.000290
+gallium_dri.so free 0x5571735bf4f0 void 0.000330
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000319
+gallium_dri.so free 0x5571735bf640 void 0.000290
+gallium_dri.so free 0x5571735bf4f0 void 0.000273
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000271
+gallium_dri.so free 0x5571735bf700 void 0.000271
+gallium_dri.so free 0x5571735bf5f0 void 0.000271
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000276
+gallium_dri.so free 0x5571735bf740 void 0.000264
+gallium_dri.so free 0x5571735bf6b0 void 0.000282
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000266
+gallium_dri.so free 0x5571735bf800 void 0.000281
+gallium_dri.so free 0x5571735bf6b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735bf840 0.000223
+gallium_dri.so free 0x5571735bf8c0 void 0.000219
+gallium_dri.so free 0x5571735bf840 void 0.000196
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000110
+gallium_dri.so free 0x5571735bf980 void 0.000307
+gallium_dri.so free 0x5571735bf8c0 void 0.000260
+gallium_dri.so malloc 72 0x5571735bf8c0 0.000132
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so free 0x5571735bf8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfa60 0.000129
+gallium_dri.so free 0x5571735bfb00 void 0.000124
+gallium_dri.so free 0x5571735bfa60 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfab0 0.000129
+gallium_dri.so free 0x5571735bfb80 void 0.000131
+gallium_dri.so free 0x5571735bfab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfab0 0.000128
+gallium_dri.so free 0x5571735bfc00 void 0.000143
+gallium_dri.so free 0x5571735bfab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfc00 0.000129
+gallium_dri.so free 0x5571735bfcc0 void 0.000129
+gallium_dri.so free 0x5571735bfc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfc00 0.000123
+gallium_dri.so free 0x5571735bfd80 void 0.000127
+gallium_dri.so free 0x5571735bfc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfc00 0.000120
+gallium_dri.so free 0x5571735bfe40 void 0.000120
+gallium_dri.so free 0x5571735bfc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000119
+gallium_dri.so free 0x5571735bff00 void 0.000121
+gallium_dri.so free 0x5571735bfdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000125
+gallium_dri.so free 0x5571735bff80 void 0.000128
+gallium_dri.so free 0x5571735bfeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bffd0 0.000130
+gallium_dri.so free 0x5571735c0040 void 0.000128
+gallium_dri.so free 0x5571735bffd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0060 0.000130
+gallium_dri.so free 0x5571735c0100 void 0.000127
+gallium_dri.so free 0x5571735c0060 void 0.000124
+gallium_dri.so malloc 72 0x5571735c00b0 0.000131
+gallium_dri.so free 0x5571735c0180 void 0.000129
+gallium_dri.so free 0x5571735c00b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c00b0 0.000124
+gallium_dri.so free 0x5571735e8280 void 0.000127
+gallium_dri.so free 0x5571735c00b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e82d0 0.000361
+gallium_dri.so free 0x5571735c0200 void 0.000356
+gallium_dri.so free 0x5571735e82d0 void 0.000273
+gallium_dri.so malloc 72 0x5571735e82d0 0.000226
+gallium_dri.so free 0x5571735e8340 void 0.000200
+gallium_dri.so free 0x5571735e82d0 void 0.000206
+gallium_dri.so malloc 72 0x5571735e8360 0.000127
+gallium_dri.so free 0x5571735e8400 void 0.000136
+gallium_dri.so free 0x5571735e8360 void 0.000132
+gallium_dri.so malloc 72 0x5571735e83b0 0.000231
+gallium_dri.so free 0x5571735e8480 void 0.000221
+gallium_dri.so free 0x5571735e83b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735e83b0 0.000264
+gallium_dri.so free 0x5571735e8500 void 0.000233
+gallium_dri.so free 0x5571735e83b0 void 0.000201
+gallium_dri.so malloc 72 0x5571735e8500 0.000207
+gallium_dri.so free 0x5571735e85c0 void 0.000200
+gallium_dri.so free 0x5571735e8500 void 0.000158
+gallium_dri.so malloc 72 0x5571735e8500 0.000170
+gallium_dri.so free 0x5571735e8680 void 0.000156
+gallium_dri.so free 0x5571735e8500 void 0.000166
+gallium_dri.so malloc 72 0x5571735e8500 0.000121
+gallium_dri.so free 0x5571735e8740 void 0.000120
+gallium_dri.so free 0x5571735e8500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e86f0 0.000120
+gallium_dri.so free 0x5571735e8740 void 0.000121
+gallium_dri.so free 0x5571735e86f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e86f0 0.000118
+gallium_dri.so free 0x5571735e8840 void 0.000120
+gallium_dri.so free 0x5571735e86f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e87f0 0.000119
+gallium_dri.so free 0x5571735e8900 void 0.000120
+gallium_dri.so free 0x5571735e87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e88b0 0.000120
+gallium_dri.so free 0x5571735e8940 void 0.000136
+gallium_dri.so free 0x5571735e88b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e88b0 0.000120
+gallium_dri.so free 0x5571735e8a00 void 0.000122
+gallium_dri.so free 0x5571735e88b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8a40 0.000119
+gallium_dri.so free 0x5571735e8ac0 void 0.000120
+gallium_dri.so free 0x5571735e8a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8ac0 0.000120
+gallium_dri.so free 0x5571735e8b80 void 0.000120
+gallium_dri.so free 0x5571735e8ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8ac0 0.000120
+gallium_dri.so free 0x5571735e8c40 void 0.000120
+gallium_dri.so free 0x5571735e8ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8c60 0.000119
+gallium_dri.so free 0x5571735e8d00 void 0.000121
+gallium_dri.so free 0x5571735e8c60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000118
+gallium_dri.so free 0x5571735e8d80 void 0.000121
+gallium_dri.so free 0x5571735e8cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000120
+gallium_dri.so free 0x5571735e8e00 void 0.000119
+gallium_dri.so free 0x5571735e8cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8e00 0.000118
+gallium_dri.so free 0x5571735e8ec0 void 0.000120
+gallium_dri.so free 0x5571735e8e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8e00 0.000154
+gallium_dri.so free 0x5571735e8f80 void 0.000155
+gallium_dri.so free 0x5571735e8e00 void 0.000186
+gallium_dri.so malloc 72 0x5571735e8e00 0.000264
+gallium_dri.so free 0x5571735e9040 void 0.000269
+gallium_dri.so free 0x5571735e8e00 void 0.000292
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000202
+gallium_dri.so free 0x5571735e9100 void 0.000161
+gallium_dri.so free 0x5571735e8ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e90b0 0.000126
+gallium_dri.so free 0x5571735e9180 void 0.000122
+gallium_dri.so free 0x5571735e90b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e91d0 0.000119
+gallium_dri.so free 0x5571735e9240 void 0.000121
+gallium_dri.so free 0x5571735e91d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9260 0.000120
+gallium_dri.so free 0x5571735e9300 void 0.000120
+gallium_dri.so free 0x5571735e9260 void 0.000119
+gallium_dri.so malloc 72 0x5571735e92b0 0.000119
+gallium_dri.so free 0x5571735e9380 void 0.000120
+gallium_dri.so free 0x5571735e92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e92b0 0.000131
+gallium_dri.so free 0x5571735e9400 void 0.000120
+gallium_dri.so free 0x5571735e92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9400 0.000121
+gallium_dri.so free 0x5571735e94c0 void 0.000120
+gallium_dri.so free 0x5571735e9400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9400 0.000120
+gallium_dri.so free 0x5571735e95c0 void 0.000120
+gallium_dri.so free 0x5571735e9400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9570 0.000119
+gallium_dri.so free 0x5571735e9600 void 0.000121
+gallium_dri.so free 0x5571735e9570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9570 0.000120
+gallium_dri.so free 0x5571735e96c0 void 0.000121
+gallium_dri.so free 0x5571735e9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9700 0.000121
+gallium_dri.so free 0x5571735b0b00 void 0.000120
+gallium_dri.so free 0x5571735e9700 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0b50 0.000118
+gallium_dri.so free 0x5571735b0bc0 void 0.000120
+gallium_dri.so free 0x5571735b0b50 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0be0 0.000118
+gallium_dri.so free 0x5571735b0c80 void 0.000120
+gallium_dri.so free 0x5571735b0be0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0c30 0.000121
+gallium_dri.so free 0x5571735b0d00 void 0.000121
+gallium_dri.so free 0x5571735b0c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0c30 0.000121
+gallium_dri.so free 0x5571735b0e00 void 0.000119
+gallium_dri.so free 0x5571735b0c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0db0 0.000119
+gallium_dri.so free 0x5571735b0e80 void 0.000120
+gallium_dri.so free 0x5571735b0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0ed0 0.000118
+gallium_dri.so free 0x5571735b0f40 void 0.000120
+gallium_dri.so free 0x5571735b0ed0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0f60 0.000119
+gallium_dri.so free 0x5571735b1000 void 0.000121
+gallium_dri.so free 0x5571735b0f60 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000119
+gallium_dri.so free 0x5571735b1080 void 0.000119
+gallium_dri.so free 0x5571735b0fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000118
+gallium_dri.so free 0x5571735b1100 void 0.000119
+gallium_dri.so free 0x5571735b0fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1100 0.000119
+gallium_dri.so free 0x5571735b11c0 void 0.000120
+gallium_dri.so free 0x5571735b1100 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1100 0.000118
+gallium_dri.so free 0x5571735b12c0 void 0.000120
+gallium_dri.so free 0x5571735b1100 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1100 0.000124
+gallium_dri.so free 0x5571735b1340 void 0.000123
+gallium_dri.so free 0x5571735b1100 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1370 0.000114
+gallium_dri.so free 0x5571735b13c0 void 0.000113
+gallium_dri.so free 0x5571735b1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1370 0.000115
+gallium_dri.so free 0x5571735b14c0 void 0.000115
+gallium_dri.so free 0x5571735b1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1470 0.000113
+gallium_dri.so free 0x5571735b1580 void 0.000113
+gallium_dri.so free 0x5571735b1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1530 0.000112
+gallium_dri.so free 0x5571735b15c0 void 0.000113
+gallium_dri.so free 0x5571735b1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1530 0.000116
+gallium_dri.so free 0x5571735b1680 void 0.000115
+gallium_dri.so free 0x5571735b1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b16d0 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000113
+gallium_dri.so free 0x5571735b16d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1780 0.000114
+gallium_dri.so free 0x5571735b1800 void 0.000116
+gallium_dri.so free 0x5571735b1780 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1800 0.000114
+gallium_dri.so free 0x5571735b18c0 void 0.000115
+gallium_dri.so free 0x5571735b1800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1800 0.000115
+gallium_dri.so free 0x5571735b1940 void 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000151
+gallium_dri.so malloc 72 0x5571735b1970 0.000114
+gallium_dri.so free 0x5571735b19c0 void 0.000116
+gallium_dri.so free 0x5571735b1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1970 0.000113
+gallium_dri.so free 0x5571735b1ac0 void 0.000113
+gallium_dri.so free 0x5571735b1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1a70 0.000115
+gallium_dri.so free 0x5571735b1b80 void 0.000114
+gallium_dri.so free 0x5571735b1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b30 0.000114
+gallium_dri.so free 0x5571735b1c00 void 0.000112
+gallium_dri.so free 0x5571735b1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1c20 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000114
+gallium_dri.so free 0x5571735b1c20 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1c70 0.000113
+gallium_dri.so free 0x5571735b1d40 void 0.000114
+gallium_dri.so free 0x5571735b1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c70 0.000113
+gallium_dri.so free 0x5571735b1dc0 void 0.000113
+gallium_dri.so free 0x5571735b1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000113
+gallium_dri.so free 0x5571735b1e80 void 0.000113
+gallium_dri.so free 0x5571735b1dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000113
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000115
+gallium_dri.so free 0x5571735b2000 void 0.000116
+gallium_dri.so free 0x5571735b1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000116
+gallium_dri.so free 0x5571735b2000 void 0.000113
+gallium_dri.so free 0x5571735b1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000113
+gallium_dri.so free 0x5571735b1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7910 0.000114
+gallium_dri.so free 0x5571735d7980 void 0.000113
+gallium_dri.so free 0x5571735d7910 void 0.000112
+gallium_dri.so malloc 72 0x5571735d79a0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000114
+gallium_dri.so free 0x5571735d79a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d79f0 0.000120
+gallium_dri.so free 0x5571735b2100 void 0.000115
+gallium_dri.so free 0x5571735d79f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b20b0 0.000112
+gallium_dri.so free 0x5571735d7ac0 void 0.000113
+gallium_dri.so free 0x5571735b20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ac0 0.000113
+gallium_dri.so free 0x5571735d7b80 void 0.000114
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7ac0 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000114
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c60 0.000128
+gallium_dri.so free 0x5571735d7d00 void 0.000114
+gallium_dri.so free 0x5571735d7c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000114
+gallium_dri.so free 0x5571735d7d80 void 0.000115
+gallium_dri.so free 0x5571735d7cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000114
+gallium_dri.so free 0x5571735d7e00 void 0.000114
+gallium_dri.so free 0x5571735d7cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7e00 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000114
+gallium_dri.so free 0x5571735d7e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7e00 0.000113
+gallium_dri.so free 0x5571735d7f80 void 0.000114
+gallium_dri.so free 0x5571735d7e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7e00 0.000113
+gallium_dri.so free 0x5571735d8040 void 0.000113
+gallium_dri.so free 0x5571735d7e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7ff0 0.000113
+gallium_dri.so free 0x5571735d8100 void 0.000114
+gallium_dri.so free 0x5571735d7ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d80b0 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000113
+gallium_dri.so free 0x5571735d80b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d81d0 0.000114
+gallium_dri.so free 0x5571735d8240 void 0.000114
+gallium_dri.so free 0x5571735d81d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8260 0.000181
+gallium_dri.so free 0x5571735d8300 void 0.000116
+gallium_dri.so free 0x5571735d8260 void 0.000113
+gallium_dri.so malloc 72 0x5571735d82b0 0.000113
+gallium_dri.so free 0x5571735d8380 void 0.000114
+gallium_dri.so free 0x5571735d82b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d82b0 0.000113
+gallium_dri.so free 0x5571735d8400 void 0.000114
+gallium_dri.so free 0x5571735d82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8400 0.000114
+gallium_dri.so free 0x5571735d84c0 void 0.000113
+gallium_dri.so free 0x5571735d8400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8400 0.000114
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so free 0x5571735d8400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8570 0.000113
+gallium_dri.so free 0x5571735d8600 void 0.000113
+gallium_dri.so free 0x5571735d8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8570 0.000113
+gallium_dri.so free 0x5571735d86c0 void 0.000114
+gallium_dri.so free 0x5571735d8570 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8700 0.000113
+gallium_dri.so free 0x5571735d8780 void 0.000113
+gallium_dri.so free 0x5571735d8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8780 0.000113
+gallium_dri.so free 0x5571735d8840 void 0.000113
+gallium_dri.so free 0x5571735d8780 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8780 0.000119
+gallium_dri.so free 0x5571735d88c0 void 0.000116
+gallium_dri.so free 0x5571735d8780 void 0.000120
+gallium_dri.so malloc 72 0x5571735d88f0 0.000115
+gallium_dri.so free 0x5571735d8940 void 0.000114
+gallium_dri.so free 0x5571735d88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d88f0 0.000119
+gallium_dri.so free 0x5571735d8a40 void 0.000115
+gallium_dri.so free 0x5571735d88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a80 0.000114
+gallium_dri.so free 0x5571735d8b00 void 0.000115
+gallium_dri.so free 0x5571735d8a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8b00 0.000126
+gallium_dri.so free 0x5571735d8bc0 void 0.000128
+gallium_dri.so free 0x5571735d8b00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8b00 0.000114
+gallium_dri.so free 0x5571735d8c40 void 0.000116
+gallium_dri.so free 0x5571735d8b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8c70 0.000114
+gallium_dri.so free 0x5571735d8cc0 void 0.000114
+gallium_dri.so free 0x5571735d8c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8c70 0.000114
+gallium_dri.so free 0x5571735d8dc0 void 0.000114
+gallium_dri.so free 0x5571735d8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8d70 0.000114
+gallium_dri.so free 0x5571735d8e80 void 0.000114
+gallium_dri.so free 0x5571735d8d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e30 0.000167
+gallium_dri.so free 0x5571735d8f00 void 0.000114
+gallium_dri.so free 0x5571735d8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e30 0.000114
+gallium_dri.so free 0x5571735d8fc0 void 0.000114
+gallium_dri.so free 0x5571735d8e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8e30 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000115
+gallium_dri.so free 0x5571735d8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b34c0 void 0.000113
+gallium_dri.so free 0x5571735b33f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3510 0.000113
+gallium_dri.so free 0x5571735b3580 void 0.000113
+gallium_dri.so free 0x5571735b3510 void 0.000114
+gallium_dri.so malloc 72 0x5571735b35a0 0.000113
+gallium_dri.so free 0x5571735b3640 void 0.000115
+gallium_dri.so free 0x5571735b35a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b35f0 0.000113
+gallium_dri.so free 0x5571735b36c0 void 0.000113
+gallium_dri.so free 0x5571735b35f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b36c0 0.000113
+gallium_dri.so free 0x5571735b3780 void 0.000113
+gallium_dri.so free 0x5571735b36c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b36c0 0.000113
+gallium_dri.so free 0x5571735b3800 void 0.000113
+gallium_dri.so free 0x5571735b36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3800 0.000116
+gallium_dri.so free 0x5571735b38c0 void 0.000120
+gallium_dri.so free 0x5571735b3800 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3800 0.000114
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so free 0x5571735b3800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3800 0.000112
+gallium_dri.so free 0x5571735b3a40 void 0.000113
+gallium_dri.so free 0x5571735b3800 void 0.000112
+gallium_dri.so malloc 72 0x5571735b39f0 0.000115
+gallium_dri.so free 0x5571735b3ac0 void 0.000114
+gallium_dri.so free 0x5571735b39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3b10 0.000113
+gallium_dri.so free 0x5571735b3b80 void 0.000120
+gallium_dri.so free 0x5571735b3b10 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3bc0 0.000127
+gallium_dri.so free 0x5571735b3c40 void 0.000131
+gallium_dri.so free 0x5571735b3bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3bc0 0.000155
+gallium_dri.so free 0x5571735b3cc0 void 0.000264
+gallium_dri.so free 0x5571735b3bc0 void 0.000188
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000201
+gallium_dri.so free 0x5571735b3d40 void 0.000128
+gallium_dri.so free 0x5571735b3cf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000126
+gallium_dri.so free 0x5571735b3e40 void 0.000131
+gallium_dri.so free 0x5571735b3cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3df0 0.000127
+gallium_dri.so free 0x5571735b3f00 void 0.000127
+gallium_dri.so free 0x5571735b3df0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3eb0 0.000126
+gallium_dri.so free 0x5571735b3f40 void 0.000127
+gallium_dri.so free 0x5571735b3eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3eb0 0.000128
+gallium_dri.so free 0x5571735b4000 void 0.000128
+gallium_dri.so free 0x5571735b3eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4070 0.000125
+gallium_dri.so free 0x5571735b40c0 void 0.000127
+gallium_dri.so free 0x5571735b4070 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4070 0.000127
+gallium_dri.so free 0x5571735b41c0 void 0.000129
+gallium_dri.so free 0x5571735b4070 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4170 0.000127
+gallium_dri.so free 0x5571735b4280 void 0.000127
+gallium_dri.so free 0x5571735b4170 void 0.000149
+gallium_dri.so malloc 72 0x5571735b4230 0.000157
+gallium_dri.so free 0x5571735b42c0 void 0.000116
+gallium_dri.so free 0x5571735b4230 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4230 0.000216
+gallium_dri.so free 0x5571735b4380 void 0.000118
+gallium_dri.so free 0x5571735b4230 void 0.000121
+gallium_dri.so malloc 72 0x5571735b43c0 0.000121
+gallium_dri.so free 0x5571735b4440 void 0.000121
+gallium_dri.so free 0x5571735b43c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4440 0.000120
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x5571735b4440 void 0.000191
+gallium_dri.so malloc 72 0x5571735b4440 0.000168
+gallium_dri.so free 0x5571735b45c0 void 0.000123
+gallium_dri.so free 0x5571735b4440 void 0.000120
+gallium_dri.so malloc 72 0x5571735b45e0 0.000119
+gallium_dri.so free 0x5571735b4680 void 0.000120
+gallium_dri.so free 0x5571735b45e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4630 0.000121
+gallium_dri.so free 0x5571735b4700 void 0.000120
+gallium_dri.so free 0x5571735b4630 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4630 0.000117
+gallium_dri.so free 0x5571735b4780 void 0.000119
+gallium_dri.so free 0x5571735b4630 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4780 0.000121
+gallium_dri.so free 0x5571735b4840 void 0.000118
+gallium_dri.so free 0x5571735b4780 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4780 0.000119
+gallium_dri.so free 0x5571735b4900 void 0.000131
+gallium_dri.so free 0x5571735b4780 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4780 0.000122
+gallium_dri.so free 0x5571735b49c0 void 0.000120
+gallium_dri.so free 0x5571735b4780 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4970 0.000121
+gallium_dri.so free 0x5571735b4a80 void 0.000120
+gallium_dri.so free 0x5571735b4970 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4a30 0.000120
+gallium_dri.so free 0x5571735b4b00 void 0.000120
+gallium_dri.so free 0x5571735b4a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4b50 0.000119
+gallium_dri.so free 0x5571735b4bc0 void 0.000128
+gallium_dri.so free 0x5571735b4b50 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4be0 0.000117
+gallium_dri.so free 0x5571735e1580 void 0.000120
+gallium_dri.so free 0x5571735b4be0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1530 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000121
+gallium_dri.so free 0x5571735e1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000121
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000121
+gallium_dri.so free 0x5571735e1680 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1680 0.000130
+gallium_dri.so free 0x5571735e1840 void 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e1880 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17f0 0.000121
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so free 0x5571735e17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1980 0.000120
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so free 0x5571735e1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a00 0.000116
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a00 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000119
+gallium_dri.so free 0x5571735e1bc0 void 0.000120
+gallium_dri.so free 0x5571735e1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1b70 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d00 0.000121
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1d00 void 0.000197
+gallium_dri.so malloc 72 0x5571735e1d80 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d80 0.000119
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so free 0x5571735e1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000119
+gallium_dri.so free 0x5571735e2100 void 0.000117
+gallium_dri.so free 0x5571735e1ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2240 void 0.000120
+gallium_dri.so free 0x5571735e20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2300 void 0.000120
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e22b0 0.000118
+gallium_dri.so free 0x5571735e2380 void 0.000132
+gallium_dri.so free 0x5571735e22b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23d0 0.000122
+gallium_dri.so free 0x5571735e2440 void 0.000117
+gallium_dri.so free 0x5571735e23d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2460 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000120
+gallium_dri.so free 0x5571735e2460 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000122
+gallium_dri.so free 0x5571735e24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2580 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26c0 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26c0 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26c0 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e28b0 0.000132
+gallium_dri.so free 0x5571735e2980 void 0.000121
+gallium_dri.so free 0x5571735e28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29d0 0.000120
+gallium_dri.so free 0x5571735e2a40 void 0.000120
+gallium_dri.so free 0x5571735e29d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2a80 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000119
+gallium_dri.so free 0x5571735e2a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a80 0.000120
+gallium_dri.so free 0x5571735e2b80 void 0.000121
+gallium_dri.so free 0x5571735e2a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000120
+gallium_dri.so free 0x5571735e2c00 void 0.000120
+gallium_dri.so free 0x5571735e2bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000120
+gallium_dri.so free 0x5571735e2dc0 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d70 0.000120
+gallium_dri.so free 0x5571735e2e00 void 0.000120
+gallium_dri.so free 0x5571735e2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000122
+gallium_dri.so free 0x5571735e2d70 void 0.000164
+gallium_dri.so malloc 72 0x5571735e2f30 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000121
+gallium_dri.so free 0x5571735e2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2f30 0.000117
+gallium_dri.so free 0x5571735e3080 void 0.000116
+gallium_dri.so free 0x5571735e2f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x5571735e3140 void 0.000117
+gallium_dri.so free 0x5571735e3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30f0 0.000115
+gallium_dri.so free 0x5571735e3180 void 0.000117
+gallium_dri.so free 0x5571735e30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30f0 0.000119
+gallium_dri.so free 0x5571735e3240 void 0.000121
+gallium_dri.so free 0x5571735e30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3280 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000120
+gallium_dri.so free 0x5571735e3280 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3300 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3300 0.000120
+gallium_dri.so free 0x5571735e3480 void 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735e34a0 0.000122
+gallium_dri.so free 0x5571735e3540 void 0.000154
+gallium_dri.so free 0x5571735e34a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so free 0x5571735e34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e34f0 0.000117
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3640 0.000119
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3640 0.000116
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3640 0.000119
+gallium_dri.so free 0x5571735e3880 void 0.000117
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3830 0.000119
+gallium_dri.so free 0x5571735e3940 void 0.000120
+gallium_dri.so free 0x5571735e3830 void 0.000124
+gallium_dri.so malloc 72 0x5571735e38f0 0.000120
+gallium_dri.so free 0x5571735e39c0 void 0.000121
+gallium_dri.so free 0x5571735e38f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3a10 0.000117
+gallium_dri.so free 0x5571735e3a80 void 0.000121
+gallium_dri.so free 0x5571735e3a10 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3aa0 0.000131
+gallium_dri.so free 0x5571735e3b40 void 0.000120
+gallium_dri.so free 0x5571735e3aa0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3af0 0.000119
+gallium_dri.so free 0x5571735e3bc0 void 0.000120
+gallium_dri.so free 0x5571735e3af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3af0 0.000119
+gallium_dri.so free 0x5571735e3c40 void 0.000120
+gallium_dri.so free 0x5571735e3af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3c40 0.000119
+gallium_dri.so free 0x5571735e3d00 void 0.000117
+gallium_dri.so free 0x5571735e3c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3c40 0.000116
+gallium_dri.so free 0x5571735e3e00 void 0.000120
+gallium_dri.so free 0x5571735e3c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3db0 0.000122
+gallium_dri.so free 0x5571735e3e40 void 0.000268
+gallium_dri.so free 0x5571735e3db0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e3db0 0.000118
+gallium_dri.so free 0x5571735e3f00 void 0.000116
+gallium_dri.so free 0x5571735e3db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3f40 0.000113
+gallium_dri.so free 0x5571735e3fc0 void 0.000123
+gallium_dri.so free 0x5571735e3f40 void 0.000166
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000117
+gallium_dri.so free 0x5571735e4080 void 0.000109
+gallium_dri.so free 0x5571735e3fc0 void 0.000201
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000151
+gallium_dri.so free 0x5571735e4100 void 0.000117
+gallium_dri.so free 0x5571735e3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4130 0.000113
+gallium_dri.so free 0x5571735e4180 void 0.000113
+gallium_dri.so free 0x5571735e4130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4130 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000113
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e42c0 0.000112
+gallium_dri.so free 0x5571735e4340 void 0.000112
+gallium_dri.so free 0x5571735e42c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4340 0.000112
+gallium_dri.so free 0x5571735e4400 void 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4340 0.000113
+gallium_dri.so free 0x5571735e4480 void 0.000114
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e44b0 0.000113
+gallium_dri.so free 0x5571735e4500 void 0.000113
+gallium_dri.so free 0x5571735e44b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e44b0 0.000112
+gallium_dri.so free 0x5571735e4600 void 0.000114
+gallium_dri.so free 0x5571735e44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45b0 0.000125
+gallium_dri.so free 0x5571735e46c0 void 0.000114
+gallium_dri.so free 0x5571735e45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4670 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735e4670 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4670 0.000113
+gallium_dri.so free 0x5571735e4800 void 0.000113
+gallium_dri.so free 0x5571735e4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4670 0.000113
+gallium_dri.so free 0x5571735e48c0 void 0.000114
+gallium_dri.so free 0x5571735e4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4870 0.000114
+gallium_dri.so free 0x5571735e4940 void 0.000113
+gallium_dri.so free 0x5571735e4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4990 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000114
+gallium_dri.so free 0x5571735e4990 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a20 0.000113
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so free 0x5571735e4a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4a70 0.000114
+gallium_dri.so free 0x5571735e4b40 void 0.000113
+gallium_dri.so free 0x5571735e4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b40 0.000111
+gallium_dri.so free 0x5571735e4c00 void 0.000114
+gallium_dri.so free 0x5571735e4b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4b40 0.000113
+gallium_dri.so free 0x5571735e4c80 void 0.000126
+gallium_dri.so free 0x5571735e4b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c80 0.000118
+gallium_dri.so free 0x5571735e4d40 void 0.000118
+gallium_dri.so free 0x5571735e4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c80 0.000113
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so free 0x5571735e4c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c80 0.000112
+gallium_dri.so free 0x5571735e4ec0 void 0.000113
+gallium_dri.so free 0x5571735e4c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e70 0.000114
+gallium_dri.so free 0x5571735e4f40 void 0.000113
+gallium_dri.so free 0x5571735e4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4f90 0.000114
+gallium_dri.so free 0x5571735e5000 void 0.000113
+gallium_dri.so free 0x5571735e4f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5040 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000114
+gallium_dri.so free 0x5571735e5040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5040 0.000116
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so free 0x5571735e5040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5170 0.000112
+gallium_dri.so free 0x5571735e51c0 void 0.000113
+gallium_dri.so free 0x5571735e5170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5170 0.000113
+gallium_dri.so free 0x5571735e52c0 void 0.000126
+gallium_dri.so free 0x5571735e5170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5270 0.000114
+gallium_dri.so free 0x5571735e5380 void 0.000114
+gallium_dri.so free 0x5571735e5270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5330 0.000113
+gallium_dri.so free 0x5571735e53c0 void 0.000114
+gallium_dri.so free 0x5571735e5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5330 0.000113
+gallium_dri.so free 0x5571735e5480 void 0.000114
+gallium_dri.so free 0x5571735e5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e54f0 0.000113
+gallium_dri.so free 0x5571735e5540 void 0.000115
+gallium_dri.so free 0x5571735e54f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e54f0 0.000113
+gallium_dri.so free 0x5571735e5640 void 0.000113
+gallium_dri.so free 0x5571735e54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e55f0 0.000113
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so free 0x5571735e55f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e56b0 0.000113
+gallium_dri.so free 0x5571735e5740 void 0.000114
+gallium_dri.so free 0x5571735e56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e56b0 0.000112
+gallium_dri.so free 0x5571735e5800 void 0.000114
+gallium_dri.so free 0x5571735e56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5840 0.000114
+gallium_dri.so free 0x5571735e58c0 void 0.000114
+gallium_dri.so free 0x5571735e5840 void 0.000149
+gallium_dri.so malloc 72 0x5571735e58c0 0.000113
+gallium_dri.so free 0x5571735e5980 void 0.000114
+gallium_dri.so free 0x5571735e58c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e58c0 0.000113
+gallium_dri.so free 0x5571735e5a40 void 0.000113
+gallium_dri.so free 0x5571735e58c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a60 0.000113
+gallium_dri.so free 0x5571735e5b00 void 0.000113
+gallium_dri.so free 0x5571735e5a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000113
+gallium_dri.so free 0x5571735e5b80 void 0.000112
+gallium_dri.so free 0x5571735e5ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000113
+gallium_dri.so free 0x5571735e5c00 void 0.000113
+gallium_dri.so free 0x5571735e5ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5c00 0.000125
+gallium_dri.so free 0x5571735e5cc0 void 0.000115
+gallium_dri.so free 0x5571735e5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c00 0.000113
+gallium_dri.so free 0x5571735e5d80 void 0.000112
+gallium_dri.so free 0x5571735e5c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c00 0.000114
+gallium_dri.so free 0x5571735e5e40 void 0.000112
+gallium_dri.so free 0x5571735e5c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5df0 0.000112
+gallium_dri.so free 0x5571735e5f00 void 0.000113
+gallium_dri.so free 0x5571735e5df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000115
+gallium_dri.so free 0x5571735e5f80 void 0.000114
+gallium_dri.so free 0x5571735e5eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5fd0 0.000112
+gallium_dri.so free 0x5571735e6040 void 0.000115
+gallium_dri.so free 0x5571735e5fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6060 0.000112
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so free 0x5571735e6060 void 0.000112
+gallium_dri.so malloc 72 0x5571735e60b0 0.000113
+gallium_dri.so free 0x5571735e6180 void 0.000113
+gallium_dri.so free 0x5571735e60b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e60b0 0.000113
+gallium_dri.so free 0x5571735e6200 void 0.000113
+gallium_dri.so free 0x5571735e60b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6200 0.000114
+gallium_dri.so free 0x5571735e62c0 void 0.000113
+gallium_dri.so free 0x5571735e6200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6200 0.000113
+gallium_dri.so free 0x5571735e63c0 void 0.000114
+gallium_dri.so free 0x5571735e6200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6370 0.000112
+gallium_dri.so free 0x5571735e6400 void 0.000113
+gallium_dri.so free 0x5571735e6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6370 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000115
+gallium_dri.so free 0x5571735e6370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6500 0.000125
+gallium_dri.so free 0x5571735e6580 void 0.000113
+gallium_dri.so free 0x5571735e6500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6580 0.000113
+gallium_dri.so free 0x5571735e6640 void 0.000115
+gallium_dri.so free 0x5571735e6580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6580 0.000113
+gallium_dri.so free 0x5571735e66c0 void 0.000114
+gallium_dri.so free 0x5571735e6580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e66f0 0.000114
+gallium_dri.so free 0x5571735e6740 void 0.000113
+gallium_dri.so free 0x5571735e66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e66f0 0.000112
+gallium_dri.so free 0x5571735e6840 void 0.000113
+gallium_dri.so free 0x5571735e66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6880 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000114
+gallium_dri.so free 0x5571735e6880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6900 0.000112
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6900 0.000112
+gallium_dri.so free 0x5571735e6a40 void 0.000112
+gallium_dri.so free 0x5571735e6900 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6a70 0.000113
+gallium_dri.so free 0x5571735e6ac0 void 0.000113
+gallium_dri.so free 0x5571735e6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6a70 0.000173
+gallium_dri.so free 0x5571735e6bc0 void 0.000116
+gallium_dri.so free 0x5571735e6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6b70 0.000121
+gallium_dri.so free 0x5571735e6c80 void 0.000115
+gallium_dri.so free 0x5571735e6b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6c30 0.000114
+gallium_dri.so free 0x5571735e6d00 void 0.000113
+gallium_dri.so free 0x5571735e6c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6c30 0.000113
+gallium_dri.so free 0x5571735e6dc0 void 0.000113
+gallium_dri.so free 0x5571735e6c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6c30 0.000116
+gallium_dri.so free 0x5571735e6e80 void 0.000113
+gallium_dri.so free 0x5571735e6c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6e30 0.000125
+gallium_dri.so free 0x5571735da8c0 void 0.000123
+gallium_dri.so free 0x5571735e6e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000115
+gallium_dri.so free 0x5571735daa80 void 0.000113
+gallium_dri.so free 0x5571735daa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa80 0.000116
+gallium_dri.so free 0x5571735dab40 void 0.000114
+gallium_dri.so free 0x5571735daa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa80 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000118
+gallium_dri.so free 0x5571735daa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dabf0 0.000112
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacb0 0.000115
+gallium_dri.so free 0x5571735dad40 void 0.000113
+gallium_dri.so free 0x5571735dacb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacb0 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dacb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae40 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so malloc 72 0x5571735daec0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daec0 0.000114
+gallium_dri.so free 0x5571735db000 void 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daec0 0.000112
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daec0 0.000121
+gallium_dri.so free 0x5571735db180 void 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db130 0.000111
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so free 0x5571735db130 void 0.000111
+gallium_dri.so malloc 72 0x5571735db250 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db250 void 0.000112
+gallium_dri.so malloc 72 0x5571735db2e0 0.000111
+gallium_dri.so free 0x5571735db380 void 0.000111
+gallium_dri.so free 0x5571735db2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db330 0.000112
+gallium_dri.so free 0x5571735db400 void 0.000112
+gallium_dri.so free 0x5571735db330 void 0.000125
+gallium_dri.so malloc 72 0x5571735db330 0.000112
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db330 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000123
+gallium_dri.so free 0x5571735db4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db5d0 0.000119
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db5d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db660 0.000112
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so free 0x5571735db660 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6b0 0.000155
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6b0 0.000111
+gallium_dri.so free 0x5571735db800 void 0.000111
+gallium_dri.so free 0x5571735db6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db800 0.000112
+gallium_dri.so free 0x5571735db8c0 void 0.000111
+gallium_dri.so free 0x5571735db800 void 0.000113
+gallium_dri.so malloc 72 0x5571735db800 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000110
+gallium_dri.so free 0x5571735db800 void 0.000116
+gallium_dri.so malloc 72 0x5571735db800 0.000124
+gallium_dri.so free 0x5571735dba40 void 0.000118
+gallium_dri.so free 0x5571735db800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000113
+gallium_dri.so free 0x5571735dbac0 void 0.000114
+gallium_dri.so free 0x5571735dba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000123
+gallium_dri.so free 0x5571735dbbc0 void 0.000123
+gallium_dri.so free 0x5571735dba70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbc80 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc30 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc30 0.000125
+gallium_dri.so free 0x5571735dbd80 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbdd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe80 0.000112
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000112
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc170 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so free 0x5571735dc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc230 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000112
+gallium_dri.so free 0x5571735dc230 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc320 0.000116
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc320 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc370 0.000114
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so free 0x5571735dc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc370 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so free 0x5571735dc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc640 void 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so free 0x5571735dc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000112
+gallium_dri.so free 0x5571735dc800 void 0.000112
+gallium_dri.so free 0x5571735dc6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc900 void 0.000164
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca00 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca80 0.000118
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc20 0.000112
+gallium_dri.so free 0x5571735dccc0 void 0.000113
+gallium_dri.so free 0x5571735dcc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000112
+gallium_dri.so free 0x5571735dcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc70 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000112
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so free 0x5571735dcfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd070 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd190 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dd190 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd220 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so free 0x5571735dd220 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd270 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000120
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd270 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000114
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000112
+gallium_dri.so free 0x5571735dd580 void 0.000112
+gallium_dri.so free 0x5571735dd3c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd5c0 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd740 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x5571735dd740 void 0.000151
+gallium_dri.so malloc 72 0x5571735dd740 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000117
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000113
+gallium_dri.so free 0x5571735dd8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda40 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ddac0 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc30 0.000113
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so free 0x5571735ddc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc30 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735dde40 void 0.000113
+gallium_dri.so free 0x5571735ddd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735dddf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735dddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000112
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddff0 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000113
+gallium_dri.so free 0x5571735ddff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de110 0.000112
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de110 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1a0 0.000116
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000112
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2c0 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de5f0 0.000114
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de710 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so free 0x5571735de710 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7c0 0.000126
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7c0 0.000112
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8f0 0.000112
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000112
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000112
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deab0 0.000113
+gallium_dri.so free 0x5571735deb40 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735dec00 void 0.000113
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000112
+gallium_dri.so free 0x5571735decc0 void 0.000113
+gallium_dri.so free 0x5571735dec70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000112
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000165
+gallium_dri.so free 0x5571735ded70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee30 0.000112
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so free 0x5571735dee30 void 0.000112
+gallium_dri.so malloc 72 0x5571735defc0 0.000112
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df040 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000112
+gallium_dri.so malloc 72 0x5571735df040 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1e0 0.000114
+gallium_dri.so free 0x5571735df280 void 0.000118
+gallium_dri.so free 0x5571735df1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000112
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df230 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000133
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df570 0.000113
+gallium_dri.so free 0x5571735df680 void 0.000113
+gallium_dri.so free 0x5571735df570 void 0.000112
+gallium_dri.so malloc 72 0x5571735df630 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df630 void 0.000114
+gallium_dri.so malloc 72 0x5571735df750 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df750 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7e0 0.000112
+gallium_dri.so free 0x5571735df880 void 0.000113
+gallium_dri.so free 0x5571735df7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df830 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000115
+gallium_dri.so free 0x5571735df830 void 0.000112
+gallium_dri.so malloc 72 0x5571735df830 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000114
+gallium_dri.so free 0x5571735df830 void 0.000114
+gallium_dri.so malloc 72 0x5571735df980 0.000112
+gallium_dri.so free 0x5571735dfa40 void 0.000127
+gallium_dri.so free 0x5571735df980 void 0.000114
+gallium_dri.so malloc 72 0x5571735df980 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfb80 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc80 0.000111
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000112
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000113
+gallium_dri.so free 0x5571735dfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000112
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so free 0x5571735dfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0000 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000112
+gallium_dri.so free 0x5571735e0000 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0080 0.000112
+gallium_dri.so free 0x5571735e0140 void 0.000112
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0080 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e01f0 0.000123
+gallium_dri.so free 0x5571735e0240 void 0.000119
+gallium_dri.so free 0x5571735e01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01f0 0.000112
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so free 0x5571735e01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000212
+gallium_dri.so free 0x5571735e0400 void 0.000216
+gallium_dri.so free 0x5571735e02f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e03b0 0.000124
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e03b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e03b0 0.000123
+gallium_dri.so free 0x5571735e0600 void 0.000125
+gallium_dri.so free 0x5571735e03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e05b0 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000112
+gallium_dri.so free 0x5571735e05b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e06d0 0.000110
+gallium_dri.so free 0x5571735e0740 void 0.000110
+gallium_dri.so free 0x5571735e06d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0760 0.000119
+gallium_dri.so free 0x5571735e0800 void 0.000118
+gallium_dri.so free 0x5571735e0760 void 0.000112
+gallium_dri.so malloc 72 0x5571735e07b0 0.000112
+gallium_dri.so free 0x5571735e0880 void 0.000121
+gallium_dri.so free 0x5571735e07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0880 0.000119
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0880 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09c0 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0b40 void 0.000115
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000111
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000112
+gallium_dri.so free 0x5571735e0c80 void 0.000116
+gallium_dri.so free 0x5571735e0bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000111
+gallium_dri.so free 0x5571735e0cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d80 0.000112
+gallium_dri.so free 0x5571735e0e00 void 0.000112
+gallium_dri.so free 0x5571735e0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d80 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000111
+gallium_dri.so free 0x5571735e0f00 void 0.000112
+gallium_dri.so free 0x5571735e0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000215
+gallium_dri.so free 0x5571735e1000 void 0.000161
+gallium_dri.so free 0x5571735e0eb0 void 0.000157
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000124
+gallium_dri.so free 0x5571735e10c0 void 0.000124
+gallium_dri.so free 0x5571735e0fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1070 0.000121
+gallium_dri.so free 0x5571735e1100 void 0.000125
+gallium_dri.so free 0x5571735e1070 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1070 0.000111
+gallium_dri.so free 0x5571735e11c0 void 0.000109
+gallium_dri.so free 0x5571735e1070 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1230 0.000110
+gallium_dri.so free 0x5571735e1280 void 0.000111
+gallium_dri.so free 0x5571735e1230 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1230 0.000110
+gallium_dri.so free 0x5571735e1380 void 0.000109
+gallium_dri.so free 0x5571735e1230 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1330 0.000109
+gallium_dri.so free 0x5571735c0300 void 0.000109
+gallium_dri.so free 0x5571735e1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1330 0.000110
+gallium_dri.so free 0x5571735c03c0 void 0.000110
+gallium_dri.so free 0x5571735e1330 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1330 0.000109
+gallium_dri.so free 0x5571735c0480 void 0.000112
+gallium_dri.so free 0x5571735e1330 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0430 0.000109
+gallium_dri.so free 0x5571735c0500 void 0.000110
+gallium_dri.so free 0x5571735c0430 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0550 0.000116
+gallium_dri.so free 0x5571735c05c0 void 0.000118
+gallium_dri.so free 0x5571735c0550 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0620 0.000112
+gallium_dri.so free 0x5571735c06c0 void 0.000112
+gallium_dri.so free 0x5571735c0620 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0670 0.000113
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so free 0x5571735c0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0670 0.000118
+gallium_dri.so free 0x5571735c07c0 void 0.000113
+gallium_dri.so free 0x5571735c0670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0800 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000113
+gallium_dri.so free 0x5571735c09c0 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c09f0 0.000112
+gallium_dri.so free 0x5571735c0a40 void 0.000113
+gallium_dri.so free 0x5571735c09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a40 0.000113
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so free 0x5571735c0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a40 0.000116
+gallium_dri.so free 0x5571735c0c00 void 0.000114
+gallium_dri.so free 0x5571735c0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000114
+gallium_dri.so free 0x5571735c0bb0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c0c70 0.000114
+gallium_dri.so free 0x5571735c0d00 void 0.000113
+gallium_dri.so free 0x5571735c0c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0c70 0.000112
+gallium_dri.so free 0x5571735c0dc0 void 0.000112
+gallium_dri.so free 0x5571735c0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e00 0.000125
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000112
+gallium_dri.so free 0x5571735c0f40 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0e80 0.000120
+gallium_dri.so free 0x5571735c0fc0 void 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e80 0.000115
+gallium_dri.so free 0x5571735c1080 void 0.000117
+gallium_dri.so free 0x5571735c0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e80 0.000114
+gallium_dri.so free 0x5571735c1140 void 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c10f0 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000113
+gallium_dri.so free 0x5571735c10f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1210 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000114
+gallium_dri.so free 0x5571735c1210 void 0.000125
+gallium_dri.so malloc 72 0x5571735c12a0 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000114
+gallium_dri.so free 0x5571735c12a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12f0 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so free 0x5571735c12f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c12f0 0.000113
+gallium_dri.so free 0x5571735c14c0 void 0.000113
+gallium_dri.so free 0x5571735c12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1470 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000114
+gallium_dri.so free 0x5571735c1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1590 0.000113
+gallium_dri.so free 0x5571735c1600 void 0.000113
+gallium_dri.so free 0x5571735c1590 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1620 0.000112
+gallium_dri.so free 0x5571735c16c0 void 0.000114
+gallium_dri.so free 0x5571735c1620 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1740 void 0.000114
+gallium_dri.so free 0x5571735c1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c17c0 0.000114
+gallium_dri.so free 0x5571735c1880 void 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c17c0 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000112
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17c0 0.000113
+gallium_dri.so free 0x5571735c1a00 void 0.000112
+gallium_dri.so free 0x5571735c17c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a30 0.000111
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a30 0.000112
+gallium_dri.so free 0x5571735c1b80 void 0.000111
+gallium_dri.so free 0x5571735c1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1b30 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000112
+gallium_dri.so free 0x5571735c1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1c80 void 0.000111
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000214
+gallium_dri.so free 0x5571735c1d40 void 0.000212
+gallium_dri.so free 0x5571735c1bf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735c1d90 0.000124
+gallium_dri.so free 0x5571735c1e00 void 0.000124
+gallium_dri.so free 0x5571735c1d90 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1e40 0.000143
+gallium_dri.so free 0x5571735c1ec0 void 0.000127
+gallium_dri.so free 0x5571735c1e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000119
+gallium_dri.so free 0x5571735c1f80 void 0.000116
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2030 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so free 0x5571735c2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2030 0.000113
+gallium_dri.so free 0x5571735c2180 void 0.000113
+gallium_dri.so free 0x5571735c2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2130 0.000113
+gallium_dri.so free 0x5571735c2240 void 0.000116
+gallium_dri.so free 0x5571735c2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c21f0 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so free 0x5571735c21f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22e0 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000123
+gallium_dri.so free 0x5571735c22e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2330 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000125
+gallium_dri.so free 0x5571735c2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2330 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000113
+gallium_dri.so free 0x5571735c2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000112
+gallium_dri.so free 0x5571735c2540 void 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000112
+gallium_dri.so free 0x5571735c2600 void 0.000112
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000176
+gallium_dri.so free 0x5571735c2480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2670 0.000113
+gallium_dri.so free 0x5571735eae40 void 0.000114
+gallium_dri.so free 0x5571735c2670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2670 0.000111
+gallium_dri.so free 0x5571735afa00 void 0.000120
+gallium_dri.so free 0x5571735c2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000115
+gallium_dri.so free 0x5571735ea800 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735bba40 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735a2880 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735a2830 0.000153
+gallium_dri.so free 0x5571735bb680 void 0.000152
+gallium_dri.so free 0x5571735a2830 void 0.000207
+gallium_dri.so malloc 72 0x5571735bb680 0.000131
+gallium_dri.so free 0x5571735ea740 void 0.000120
+gallium_dri.so free 0x5571735bb680 void 0.000120
+gallium_dri.so malloc 72 0x5571735bb680 0.000121
+gallium_dri.so free 0x5571735ea9c0 void 0.000119
+gallium_dri.so free 0x5571735bb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb680 0.000119
+gallium_dri.so free 0x5571735bc180 void 0.000119
+gallium_dri.so free 0x5571735bb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735bb680 0.000119
+gallium_dri.so free 0x5571735b8040 void 0.000119
+gallium_dri.so free 0x5571735bb680 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000118
+gallium_dri.so free 0x5571735bca40 void 0.000119
+gallium_dri.so free 0x5571735b7ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000118
+gallium_dri.so free 0x5571735af300 void 0.000120
+gallium_dri.so free 0x5571735bc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735af320 0.000118
+gallium_dri.so free 0x5571735b8980 void 0.000118
+gallium_dri.so free 0x5571735af320 void 0.000127
+gallium_dri.so malloc 72 0x5571735af320 0.000120
+gallium_dri.so free 0x5571735baf00 void 0.000118
+gallium_dri.so free 0x5571735af320 void 0.000119
+gallium_dri.so malloc 72 0x5571735baf00 0.000119
+gallium_dri.so free 0x5571735bbe00 void 0.000120
+gallium_dri.so free 0x5571735baf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000118
+gallium_dri.so free 0x5571735bc5c0 void 0.000119
+gallium_dri.so free 0x5571735bbdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bc610 0.000117
+gallium_dri.so free 0x5571735b5b40 void 0.000118
+gallium_dri.so free 0x5571735bc610 void 0.000118
+gallium_dri.so malloc 72 0x5571735bc610 0.000117
+gallium_dri.so free 0x5571735eb0c0 void 0.000117
+gallium_dri.so free 0x5571735bc610 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb070 0.000128
+gallium_dri.so free 0x5571735eab00 void 0.000131
+gallium_dri.so free 0x5571735eb070 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb070 0.000125
+gallium_dri.so free 0x5571735bb280 void 0.000125
+gallium_dri.so free 0x5571735eb070 void 0.000125
+gallium_dri.so malloc 72 0x5571735bb280 0.000121
+gallium_dri.so free 0x5571735b7700 void 0.000121
+gallium_dri.so free 0x5571735bb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7740 0.000119
+gallium_dri.so free 0x5571735b7e40 void 0.000132
+gallium_dri.so free 0x5571735b7740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7e60 0.000122
+gallium_dri.so free 0x5571735b7f00 void 0.000120
+gallium_dri.so free 0x5571735b7e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000119
+gallium_dri.so free 0x5571735b7c80 void 0.000119
+gallium_dri.so free 0x5571735b7eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000118
+gallium_dri.so free 0x5571735b7900 void 0.000119
+gallium_dri.so free 0x5571735b7eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735b7a80 void 0.000120
+gallium_dri.so free 0x5571735b78b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b78b0 0.000120
+gallium_dri.so free 0x5571735b7b40 void 0.000119
+gallium_dri.so free 0x5571735b78b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735e9bc0 void 0.000165
+gallium_dri.so free 0x5571735b78b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735ea580 void 0.000114
+gallium_dri.so free 0x5571735e9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c30 0.000114
+gallium_dri.so free 0x5571735adbc0 void 0.000114
+gallium_dri.so free 0x5571735e9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000124
+gallium_dri.so free 0x5571735adc80 void 0.000116
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735adc30 0.000112
+gallium_dri.so free 0x5571735ea680 void 0.000112
+gallium_dri.so free 0x5571735adc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735b9380 void 0.000112
+gallium_dri.so free 0x5571735ea630 void 0.000111
+gallium_dri.so malloc 72 0x5571735ea630 0.000112
+gallium_dri.so free 0x5571735b9400 void 0.000112
+gallium_dri.so free 0x5571735ea630 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9400 0.000117
+gallium_dri.so free 0x5571735c2500 void 0.000118
+gallium_dri.so free 0x5571735b9400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9400 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so free 0x5571735b9400 void 0.000110
+gallium_dri.so malloc 72 0x5571735c25e0 0.000111
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735c25e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d74f0 0.000114
+gallium_dri.so free 0x5571735d7540 void 0.000114
+gallium_dri.so free 0x5571735d74f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d74f0 0.000122
+gallium_dri.so free 0x5571735a8c40 void 0.000118
+gallium_dri.so free 0x5571735d74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8c40 0.000123
+gallium_dri.so free 0x5571735a8d00 void 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8c40 0.000242
+gallium_dri.so free 0x5571735d7640 void 0.000176
+gallium_dri.so free 0x5571735a8c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d75f0 0.000114
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735d75f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a7210 0.000112
+gallium_dri.so free 0x5571735a8d80 void 0.000114
+gallium_dri.so free 0x5571735a7210 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000114
+gallium_dri.so free 0x5571735a7280 void 0.000118
+gallium_dri.so free 0x5571735a8dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735a72d0 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000119
+gallium_dri.so free 0x5571735a72d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a72d0 0.000113
+gallium_dri.so free 0x5571735afec0 void 0.000114
+gallium_dri.so free 0x5571735a72d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735afef0 0.000112
+gallium_dri.so free 0x5571735aff40 void 0.000112
+gallium_dri.so free 0x5571735afef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735afef0 0.000113
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so free 0x5571735afef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735a9140 0.000113
+gallium_dri.so free 0x5571735a9200 void 0.000113
+gallium_dri.so free 0x5571735a9140 void 0.000112
+gallium_dri.so malloc 72 0x5571735a9140 0.000114
+gallium_dri.so free 0x5571735a9280 void 0.000168
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9140 0.000114
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9140 0.000113
+gallium_dri.so free 0x5571735ade80 void 0.000116
+gallium_dri.so free 0x5571735a9140 void 0.000112
+gallium_dri.so malloc 72 0x5571735adec0 0.000112
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so free 0x5571735adec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000113
+gallium_dri.so free 0x5571735a8f80 void 0.000112
+gallium_dri.so free 0x5571735a8ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000112
+gallium_dri.so free 0x5571735adf40 void 0.000113
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735adf70 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so free 0x5571735adf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735adf70 0.000112
+gallium_dri.so free 0x5571735a9040 void 0.000114
+gallium_dri.so free 0x5571735adf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735adf70 0.000113
+gallium_dri.so free 0x5571735a8ac0 void 0.000112
+gallium_dri.so free 0x5571735adf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735a8b10 0.000111
+gallium_dri.so free 0x5571735b5f40 void 0.000112
+gallium_dri.so free 0x5571735a8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8b10 0.000111
+gallium_dri.so free 0x5571735b6000 void 0.000112
+gallium_dri.so free 0x5571735a8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8b10 0.000112
+gallium_dri.so free 0x5571735b60c0 void 0.000113
+gallium_dri.so free 0x5571735a8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6070 0.000112
+gallium_dri.so free 0x5571735ae700 void 0.000111
+gallium_dri.so free 0x5571735b6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae750 0.000111
+gallium_dri.so free 0x5571735ae7c0 void 0.000112
+gallium_dri.so free 0x5571735ae750 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae820 0.000111
+gallium_dri.so free 0x5571734f6040 void 0.000111
+gallium_dri.so free 0x5571735ae820 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae820 0.000117
+gallium_dri.so free 0x5571734f6100 void 0.000118
+gallium_dri.so free 0x5571735ae820 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae820 0.000112
+gallium_dri.so free 0x5571734f61c0 void 0.000112
+gallium_dri.so free 0x5571735ae820 void 0.000112
+gallium_dri.so malloc 72 0x5571734f6170 0.000133
+gallium_dri.so free 0x5571735be540 void 0.000124
+gallium_dri.so free 0x5571734f6170 void 0.000123
+gallium_dri.so malloc 72 0x5571735be590 0.000120
+gallium_dri.so free 0x5571735be600 void 0.000119
+gallium_dri.so free 0x5571735be590 void 0.000122
+gallium_dri.so malloc 72 0x5571735be620 0.000124
+gallium_dri.so free 0x5571735be6c0 void 0.000119
+gallium_dri.so free 0x5571735be620 void 0.000121
+gallium_dri.so malloc 72 0x5571735be670 0.000123
+gallium_dri.so free 0x5571735b0100 void 0.000124
+gallium_dri.so free 0x5571735be670 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0100 0.000123
+gallium_dri.so free 0x5571735b01c0 void 0.000120
+gallium_dri.so free 0x5571735b0100 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0100 0.000117
+gallium_dri.so free 0x5571735b0240 void 0.000175
+gallium_dri.so free 0x5571735b0100 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0240 0.000125
+gallium_dri.so free 0x5571735b6e80 void 0.000123
+gallium_dri.so free 0x5571735b0240 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0240 0.000118
+gallium_dri.so free 0x5571735b6f00 void 0.000189
+gallium_dri.so free 0x5571735b0240 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6f30 0.000124
+gallium_dri.so free 0x5571735b6f80 void 0.000124
+gallium_dri.so free 0x5571735b6f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6f30 0.000123
+gallium_dri.so free 0x5571735b7080 void 0.000120
+gallium_dri.so free 0x5571735b6f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7030 0.000121
+gallium_dri.so free 0x5571735af000 void 0.000124
+gallium_dri.so free 0x5571735b7030 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7030 0.000119
+gallium_dri.so free 0x5571735af100 void 0.000123
+gallium_dri.so free 0x5571735b7030 void 0.000123
+gallium_dri.so malloc 72 0x5571735af0b0 0.000124
+gallium_dri.so free 0x5571735af140 void 0.000125
+gallium_dri.so free 0x5571735af0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735af0b0 0.000123
+gallium_dri.so free 0x5571735af200 void 0.000125
+gallium_dri.so free 0x5571735af0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735af240 0.000124
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so free 0x5571735af240 void 0.000138
+gallium_dri.so malloc 72 0x5571735b0740 0.000126
+gallium_dri.so free 0x5571735b0800 void 0.000124
+gallium_dri.so free 0x5571735b0740 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0740 0.000119
+gallium_dri.so free 0x5571735b08c0 void 0.000118
+gallium_dri.so free 0x5571735b0740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0740 0.000123
+gallium_dri.so free 0x5571735b8180 void 0.000124
+gallium_dri.so free 0x5571735b0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000119
+gallium_dri.so free 0x5571735b8240 void 0.000123
+gallium_dri.so free 0x5571735b81f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000119
+gallium_dri.so free 0x5571735b8340 void 0.000117
+gallium_dri.so free 0x5571735b81f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b82f0 0.000119
+gallium_dri.so free 0x5571735b8400 void 0.000117
+gallium_dri.so free 0x5571735b82f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b83b0 0.000123
+gallium_dri.so free 0x5571735b0980 void 0.000119
+gallium_dri.so free 0x5571735b83b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0930 0.000119
+gallium_dri.so free 0x5571735d9300 void 0.000124
+gallium_dri.so free 0x5571735b0930 void 0.000134
+gallium_dri.so malloc 72 0x5571735d92b0 0.000124
+gallium_dri.so free 0x5571735d9380 void 0.000120
+gallium_dri.so free 0x5571735d92b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d93d0 0.000122
+gallium_dri.so free 0x5571735d9440 void 0.000182
+gallium_dri.so free 0x5571735d93d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d94a0 0.000130
+gallium_dri.so free 0x5571735d9540 void 0.000129
+gallium_dri.so free 0x5571735d94a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d94f0 0.000129
+gallium_dri.so free 0x5571735d9580 void 0.000130
+gallium_dri.so free 0x5571735d94f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d94f0 0.000123
+gallium_dri.so free 0x5571735b71c0 void 0.000123
+gallium_dri.so free 0x5571735d94f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7170 0.000128
+gallium_dri.so free 0x5571735b7240 void 0.000131
+gallium_dri.so free 0x5571735b7170 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7290 0.000131
+gallium_dri.so free 0x5571735d9640 void 0.000126
+gallium_dri.so free 0x5571735b7290 void 0.000136
+gallium_dri.so malloc 72 0x5571735d9660 0.000131
+gallium_dri.so free 0x5571735b7300 void 0.000130
+gallium_dri.so free 0x5571735d9660 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7330 0.000130
+gallium_dri.so free 0x5571735b7380 void 0.000129
+gallium_dri.so free 0x5571735b7330 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7380 0.000131
+gallium_dri.so free 0x5571735b7440 void 0.000129
+gallium_dri.so free 0x5571735b7380 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7380 0.000130
+gallium_dri.so free 0x5571735b7540 void 0.000125
+gallium_dri.so free 0x5571735b7380 void 0.000123
+gallium_dri.so malloc 72 0x5571735b74f0 0.000127
+gallium_dri.so free 0x5571735b7600 void 0.000166
+gallium_dri.so free 0x5571735b74f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735b75b0 0.000162
+gallium_dri.so free 0x5571735b61c0 void 0.000131
+gallium_dri.so free 0x5571735b75b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b75b0 0.000131
+gallium_dri.so free 0x5571735b6280 void 0.000136
+gallium_dri.so free 0x5571735b75b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6230 0.000131
+gallium_dri.so free 0x5571735b6300 void 0.000131
+gallium_dri.so free 0x5571735b6230 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6350 0.000125
+gallium_dri.so free 0x5571735b63c0 void 0.000125
+gallium_dri.so free 0x5571735b6350 void 0.000128
+gallium_dri.so malloc 72 0x5571735b6400 0.000132
+gallium_dri.so free 0x5571735b6480 void 0.000131
+gallium_dri.so free 0x5571735b6400 void 0.000130
+gallium_dri.so malloc 72 0x5571735b6400 0.000130
+gallium_dri.so free 0x5571735b6500 void 0.000129
+gallium_dri.so free 0x5571735b6400 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6530 0.000130
+gallium_dri.so free 0x5571735b6580 void 0.000178
+gallium_dri.so free 0x5571735b6530 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6530 0.000128
+gallium_dri.so free 0x5571735b6680 void 0.000132
+gallium_dri.so free 0x5571735b6530 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6630 0.000124
+gallium_dri.so free 0x5571735b6740 void 0.000193
+gallium_dri.so free 0x5571735b6630 void 0.000125
+gallium_dri.so malloc 72 0x5571735b66f0 0.000122
+gallium_dri.so free 0x5571735b6780 void 0.000126
+gallium_dri.so free 0x5571735b66f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b66f0 0.000130
+gallium_dri.so free 0x5571735b6840 void 0.000129
+gallium_dri.so free 0x5571735b66f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b68b0 0.000125
+gallium_dri.so free 0x5571735b51c0 void 0.000124
+gallium_dri.so free 0x5571735b68b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b68b0 0.000129
+gallium_dri.so free 0x5571735b52c0 void 0.000130
+gallium_dri.so free 0x5571735b68b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b5270 0.000130
+gallium_dri.so free 0x5571735b6900 void 0.000129
+gallium_dri.so free 0x5571735b5270 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5270 0.000128
+gallium_dri.so free 0x5571735b5380 void 0.000130
+gallium_dri.so free 0x5571735b5270 void 0.000127
+gallium_dri.so malloc 72 0x5571735b5330 0.000128
+gallium_dri.so free 0x5571735b5400 void 0.000132
+gallium_dri.so free 0x5571735b5330 void 0.000128
+gallium_dri.so malloc 72 0x5571735b5330 0.000126
+gallium_dri.so free 0x5571735b5480 void 0.000123
+gallium_dri.so free 0x5571735b5330 void 0.000124
+gallium_dri.so malloc 72 0x5571735b5480 0.000125
+gallium_dri.so free 0x5571735b5540 void 0.000128
+gallium_dri.so free 0x5571735b5480 void 0.000130
+gallium_dri.so malloc 72 0x5571735b5480 0.000130
+gallium_dri.so free 0x5571735b5640 void 0.000135
+gallium_dri.so free 0x5571735b5480 void 0.000126
+gallium_dri.so malloc 72 0x5571735b5480 0.000125
+gallium_dri.so free 0x5571735b56c0 void 0.000129
+gallium_dri.so free 0x5571735b5480 void 0.000129
+gallium_dri.so malloc 72 0x5571735b56f0 0.000131
+gallium_dri.so free 0x5571735b5740 void 0.000131
+gallium_dri.so free 0x5571735b56f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b56f0 0.000129
+gallium_dri.so free 0x5571735b5840 void 0.000129
+gallium_dri.so free 0x5571735b56f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b57f0 0.000130
+gallium_dri.so free 0x5571735b5900 void 0.000127
+gallium_dri.so free 0x5571735b57f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b58b0 0.000124
+gallium_dri.so free 0x5571735b5940 void 0.000124
+gallium_dri.so free 0x5571735b58b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b58b0 0.000137
+gallium_dri.so free 0x5571735b22c0 void 0.000131
+gallium_dri.so free 0x5571735b58b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2270 0.000129
+gallium_dri.so free 0x5571735b2380 void 0.000130
+gallium_dri.so free 0x5571735b2270 void 0.000135
+gallium_dri.so malloc 72 0x5571735b2330 0.000134
+gallium_dri.so free 0x5571735b2400 void 0.000129
+gallium_dri.so free 0x5571735b2330 void 0.000129
+gallium_dri.so malloc 72 0x5571735b2450 0.000132
+gallium_dri.so free 0x5571735b24c0 void 0.000126
+gallium_dri.so free 0x5571735b2450 void 0.000131
+gallium_dri.so malloc 72 0x5571735b24e0 0.000123
+gallium_dri.so free 0x5571735b2580 void 0.000125
+gallium_dri.so free 0x5571735b24e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2530 0.000123
+gallium_dri.so free 0x5571735b2600 void 0.000187
+gallium_dri.so free 0x5571735b2530 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2530 0.000128
+gallium_dri.so free 0x5571735b2680 void 0.000125
+gallium_dri.so free 0x5571735b2530 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2680 0.000124
+gallium_dri.so free 0x5571735b2740 void 0.000129
+gallium_dri.so free 0x5571735b2680 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2680 0.000124
+gallium_dri.so free 0x5571735b2840 void 0.000124
+gallium_dri.so free 0x5571735b2680 void 0.000127
+gallium_dri.so malloc 72 0x5571735b27f0 0.000129
+gallium_dri.so free 0x5571735b2880 void 0.000130
+gallium_dri.so free 0x5571735b27f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b27f0 0.000125
+gallium_dri.so free 0x5571735b2940 void 0.000124
+gallium_dri.so free 0x5571735b27f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2980 0.000130
+gallium_dri.so free 0x5571735b2a00 void 0.000130
+gallium_dri.so free 0x5571735b2980 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2a00 0.000124
+gallium_dri.so free 0x5571735b2ac0 void 0.000130
+gallium_dri.so free 0x5571735b2a00 void 0.000139
+gallium_dri.so malloc 72 0x5571735b2a00 0.000131
+gallium_dri.so free 0x5571735b2b40 void 0.000130
+gallium_dri.so free 0x5571735b2a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2b70 0.000124
+gallium_dri.so free 0x5571735d98c0 void 0.000128
+gallium_dri.so free 0x5571735b2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2b70 0.000130
+gallium_dri.so free 0x5571735d99c0 void 0.000125
+gallium_dri.so free 0x5571735b2b70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d9a00 0.000131
+gallium_dri.so free 0x5571735d9a80 void 0.000130
+gallium_dri.so free 0x5571735d9a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d9a80 0.000129
+gallium_dri.so free 0x5571735d9b40 void 0.000125
+gallium_dri.so free 0x5571735d9a80 void 0.000179
+gallium_dri.so malloc 72 0x5571735d9a80 0.000130
+gallium_dri.so free 0x5571735d9bc0 void 0.000131
+gallium_dri.so free 0x5571735d9a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000130
+gallium_dri.so free 0x5571735d9c40 void 0.000143
+gallium_dri.so free 0x5571735d9bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000124
+gallium_dri.so free 0x5571735d9d40 void 0.000124
+gallium_dri.so free 0x5571735d9bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000124
+gallium_dri.so free 0x5571735d9e00 void 0.000128
+gallium_dri.so free 0x5571735d9cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9db0 0.000125
+gallium_dri.so free 0x5571735d9e80 void 0.000129
+gallium_dri.so free 0x5571735d9db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9db0 0.000126
+gallium_dri.so free 0x5571735d9f40 void 0.000129
+gallium_dri.so free 0x5571735d9db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9db0 0.000126
+gallium_dri.so free 0x5571735da000 void 0.000125
+gallium_dri.so free 0x5571735d9db0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000130
+gallium_dri.so free 0x5571735da080 void 0.000129
+gallium_dri.so free 0x5571735d9fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735da0d0 0.000130
+gallium_dri.so free 0x5571735da140 void 0.000130
+gallium_dri.so free 0x5571735da0d0 void 0.000169
+gallium_dri.so malloc 72 0x5571735da160 0.000170
+gallium_dri.so free 0x5571735da200 void 0.000165
+gallium_dri.so free 0x5571735da160 void 0.000130
+gallium_dri.so malloc 72 0x5571735da1b0 0.000130
+gallium_dri.so free 0x5571735da280 void 0.000126
+gallium_dri.so free 0x5571735da1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da280 0.000124
+gallium_dri.so free 0x5571735da340 void 0.000126
+gallium_dri.so free 0x5571735da280 void 0.000128
+gallium_dri.so malloc 72 0x5571735da280 0.000131
+gallium_dri.so free 0x5571735bd840 void 0.000130
+gallium_dri.so free 0x5571735da280 void 0.000131
+gallium_dri.so malloc 72 0x5571735bd840 0.000131
+gallium_dri.so free 0x5571735bd900 void 0.000131
+gallium_dri.so free 0x5571735bd840 void 0.000126
+gallium_dri.so malloc 72 0x5571735bd840 0.000124
+gallium_dri.so free 0x5571735bd9c0 void 0.000129
+gallium_dri.so free 0x5571735bd840 void 0.000128
+gallium_dri.so malloc 72 0x5571735bd840 0.000126
+gallium_dri.so free 0x5571735bda80 void 0.000129
+gallium_dri.so free 0x5571735bd840 void 0.000124
+gallium_dri.so malloc 72 0x5571735bda30 0.000129
+gallium_dri.so free 0x5571735bdb00 void 0.000125
+gallium_dri.so free 0x5571735bda30 void 0.000128
+gallium_dri.so malloc 72 0x5571735bdb50 0.000129
+gallium_dri.so free 0x5571735bdbc0 void 0.000183
+gallium_dri.so free 0x5571735bdb50 void 0.000131
+gallium_dri.so malloc 72 0x5571735bdc00 0.000131
+gallium_dri.so free 0x5571735bdc80 void 0.000130
+gallium_dri.so free 0x5571735bdc00 void 0.000131
+gallium_dri.so malloc 72 0x5571735bdc00 0.000130
+gallium_dri.so free 0x5571735bdd00 void 0.000129
+gallium_dri.so free 0x5571735bdc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735bdd30 0.000125
+gallium_dri.so free 0x5571735bdd80 void 0.000129
+gallium_dri.so free 0x5571735bdd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735bdd30 0.000130
+gallium_dri.so free 0x5571735bde80 void 0.000129
+gallium_dri.so free 0x5571735bdd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bde30 0.000130
+gallium_dri.so free 0x5571735bdf40 void 0.000325
+gallium_dri.so free 0x5571735bde30 void 0.000336
+gallium_dri.so malloc 72 0x5571735bdef0 0.000334
+gallium_dri.so free 0x5571735bdf80 void 0.000169
+gallium_dri.so free 0x5571735bdef0 void 0.000164
+gallium_dri.so malloc 72 0x5571735bdef0 0.000162
+gallium_dri.so free 0x5571735be040 void 0.000132
+gallium_dri.so free 0x5571735bdef0 void 0.000134
+gallium_dri.so malloc 72 0x5571735be0b0 0.000130
+gallium_dri.so free 0x5571735be100 void 0.000130
+gallium_dri.so free 0x5571735be0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735be0b0 0.000130
+gallium_dri.so free 0x5571735be200 void 0.000163
+gallium_dri.so free 0x5571735be0b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735be1b0 0.000162
+gallium_dri.so free 0x5571735be2c0 void 0.000141
+gallium_dri.so free 0x5571735be1b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735be270 0.000130
+gallium_dri.so free 0x5571735be300 void 0.000126
+gallium_dri.so free 0x5571735be270 void 0.000129
+gallium_dri.so malloc 72 0x5571735be270 0.000125
+gallium_dri.so free 0x5571735b9bc0 void 0.000123
+gallium_dri.so free 0x5571735be270 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9b70 0.000128
+gallium_dri.so free 0x5571735b9c40 void 0.000124
+gallium_dri.so free 0x5571735b9b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735b9c90 0.000131
+gallium_dri.so free 0x5571735b9d00 void 0.000130
+gallium_dri.so free 0x5571735b9c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9d60 0.000129
+gallium_dri.so free 0x5571735b9e00 void 0.000130
+gallium_dri.so free 0x5571735b9d60 void 0.000134
+gallium_dri.so malloc 72 0x5571735b9db0 0.000166
+gallium_dri.so free 0x5571735b9e40 void 0.000166
+gallium_dri.so free 0x5571735b9db0 void 0.000160
+gallium_dri.so malloc 72 0x5571735b9db0 0.000167
+gallium_dri.so free 0x5571735b9f00 void 0.000161
+gallium_dri.so free 0x5571735b9db0 void 0.000159
+gallium_dri.so malloc 72 0x5571735b9f40 0.000157
+gallium_dri.so free 0x5571735b9fc0 void 0.000159
+gallium_dri.so free 0x5571735b9f40 void 0.000164
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000159
+gallium_dri.so free 0x5571735ba080 void 0.000160
+gallium_dri.so free 0x5571735b9fc0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000164
+gallium_dri.so free 0x5571735ba100 void 0.000166
+gallium_dri.so free 0x5571735b9fc0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ba130 0.000166
+gallium_dri.so free 0x5571735ba180 void 0.000160
+gallium_dri.so free 0x5571735ba130 void 0.000159
+gallium_dri.so malloc 72 0x5571735ba180 0.000164
+gallium_dri.so free 0x5571735ba240 void 0.000160
+gallium_dri.so free 0x5571735ba180 void 0.000162
+gallium_dri.so malloc 72 0x5571735ba180 0.000158
+gallium_dri.so free 0x5571735ba340 void 0.000168
+gallium_dri.so free 0x5571735ba180 void 0.000166
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000176
+gallium_dri.so free 0x5571735ba400 void 0.000132
+gallium_dri.so free 0x5571735ba2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000130
+gallium_dri.so free 0x5571735ba440 void 0.000129
+gallium_dri.so free 0x5571735ba3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000125
+gallium_dri.so free 0x5571735ba500 void 0.000130
+gallium_dri.so free 0x5571735ba3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba540 0.000127
+gallium_dri.so free 0x5571735ba5c0 void 0.000129
+gallium_dri.so free 0x5571735ba540 void 0.000132
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000131
+gallium_dri.so free 0x5571735ba680 void 0.000125
+gallium_dri.so free 0x5571735ba5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000128
+gallium_dri.so free 0x5571735ba700 void 0.000125
+gallium_dri.so free 0x5571735ba5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000123
+gallium_dri.so free 0x5571735ba7c0 void 0.000132
+gallium_dri.so free 0x5571735ba5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000129
+gallium_dri.so free 0x5571735e7340 void 0.000129
+gallium_dri.so free 0x5571735ba5c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7380 0.000131
+gallium_dri.so free 0x5571735e7400 void 0.000127
+gallium_dri.so free 0x5571735e7380 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7400 0.000130
+gallium_dri.so free 0x5571735e74c0 void 0.000180
+gallium_dri.so free 0x5571735e7400 void 0.000200
+gallium_dri.so malloc 72 0x5571735e7400 0.000220
+gallium_dri.so free 0x5571735e7540 void 0.000203
+gallium_dri.so free 0x5571735e7400 void 0.000167
+gallium_dri.so malloc 72 0x5571735e7570 0.000130
+gallium_dri.so free 0x5571735e75c0 void 0.000130
+gallium_dri.so free 0x5571735e7570 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7570 0.000125
+gallium_dri.so free 0x5571735e76c0 void 0.000128
+gallium_dri.so free 0x5571735e7570 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7700 0.000127
+gallium_dri.so free 0x5571735e7780 void 0.000124
+gallium_dri.so free 0x5571735e7700 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7780 0.000129
+gallium_dri.so free 0x5571735e7840 void 0.000129
+gallium_dri.so free 0x5571735e7780 void 0.000133
+gallium_dri.so malloc 72 0x5571735e7780 0.000130
+gallium_dri.so free 0x5571735e78c0 void 0.000130
+gallium_dri.so free 0x5571735e7780 void 0.000126
+gallium_dri.so malloc 72 0x5571735e78f0 0.000123
+gallium_dri.so free 0x5571735e7940 void 0.000129
+gallium_dri.so free 0x5571735e78f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e78f0 0.000125
+gallium_dri.so free 0x5571735e7a40 void 0.000123
+gallium_dri.so free 0x5571735e78f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e79f0 0.000129
+gallium_dri.so free 0x5571735e7b00 void 0.000134
+gallium_dri.so free 0x5571735e79f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000130
+gallium_dri.so free 0x5571735e7b80 void 0.000131
+gallium_dri.so free 0x5571735e7ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000133
+gallium_dri.so free 0x5571735e7c40 void 0.000129
+gallium_dri.so free 0x5571735e7ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000125
+gallium_dri.so free 0x5571735e7d00 void 0.000124
+gallium_dri.so free 0x5571735e7ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000130
+gallium_dri.so free 0x5571735e7d80 void 0.000130
+gallium_dri.so free 0x5571735e7cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000124
+gallium_dri.so free 0x5571735e7e40 void 0.000128
+gallium_dri.so free 0x5571735e7dd0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e7e60 0.000127
+gallium_dri.so free 0x5571735e7f00 void 0.000124
+gallium_dri.so free 0x5571735e7e60 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000124
+gallium_dri.so free 0x5571735e7f80 void 0.000129
+gallium_dri.so free 0x5571735e7eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7f80 0.000131
+gallium_dri.so free 0x5571735e8040 void 0.000124
+gallium_dri.so free 0x5571735e7f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7f80 0.000127
+gallium_dri.so free 0x5571735e80c0 void 0.000151
+gallium_dri.so free 0x5571735e7f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e80c0 0.000130
+gallium_dri.so free 0x5571735e8180 void 0.000130
+gallium_dri.so free 0x5571735e80c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e80c0 0.000131
+gallium_dri.so free 0x5571735e8280 void 0.000133
+gallium_dri.so free 0x5571735e80c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e82b0 0.000126
+gallium_dri.so free 0x5571735e8300 void 0.000124
+gallium_dri.so free 0x5571735e82b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e82b0 0.000132
+gallium_dri.so free 0x5571735e8400 void 0.000130
+gallium_dri.so free 0x5571735e82b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e83b0 0.000180
+gallium_dri.so free 0x5571735e84c0 void 0.000220
+gallium_dri.so free 0x5571735e83b0 void 0.000224
+gallium_dri.so malloc 72 0x5571735e8470 0.000224
+gallium_dri.so free 0x5571735e8540 void 0.000223
+gallium_dri.so free 0x5571735e8470 void 0.000207
+gallium_dri.so malloc 72 0x5571735e8560 0.000180
+gallium_dri.so free 0x5571735e8600 void 0.000198
+gallium_dri.so free 0x5571735e8560 void 0.000158
+gallium_dri.so malloc 72 0x5571735e85b0 0.000124
+gallium_dri.so free 0x5571735e8680 void 0.000123
+gallium_dri.so free 0x5571735e85b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e85b0 0.000130
+gallium_dri.so free 0x5571735e8700 void 0.000132
+gallium_dri.so free 0x5571735e85b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e8700 0.000129
+gallium_dri.so free 0x5571735e87c0 void 0.000125
+gallium_dri.so free 0x5571735e8700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8700 0.000123
+gallium_dri.so free 0x5571735e8880 void 0.000131
+gallium_dri.so free 0x5571735e8700 void 0.000126
+gallium_dri.so malloc 72 0x5571735e8700 0.000130
+gallium_dri.so free 0x5571735e8940 void 0.000128
+gallium_dri.so free 0x5571735e8700 void 0.000131
+gallium_dri.so malloc 72 0x5571735e88f0 0.000129
+gallium_dri.so free 0x5571735e8940 void 0.000130
+gallium_dri.so free 0x5571735e88f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e88f0 0.000126
+gallium_dri.so free 0x5571735e8a40 void 0.000129
+gallium_dri.so free 0x5571735e88f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e89f0 0.000124
+gallium_dri.so free 0x5571735e8b00 void 0.000126
+gallium_dri.so free 0x5571735e89f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000128
+gallium_dri.so free 0x5571735e8b40 void 0.000124
+gallium_dri.so free 0x5571735e8ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000132
+gallium_dri.so free 0x5571735e8c00 void 0.000131
+gallium_dri.so free 0x5571735e8ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8c40 0.000129
+gallium_dri.so free 0x5571735e8cc0 void 0.000131
+gallium_dri.so free 0x5571735e8c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000125
+gallium_dri.so free 0x5571735e8d80 void 0.000129
+gallium_dri.so free 0x5571735e8cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000130
+gallium_dri.so free 0x5571735e8e40 void 0.000130
+gallium_dri.so free 0x5571735e8cc0 void 0.000191
+gallium_dri.so malloc 72 0x5571735e8e60 0.000131
+gallium_dri.so free 0x5571735e8f00 void 0.000130
+gallium_dri.so free 0x5571735e8e60 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000131
+gallium_dri.so free 0x5571735e8f80 void 0.000130
+gallium_dri.so free 0x5571735e8eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000123
+gallium_dri.so free 0x5571735e9000 void 0.000128
+gallium_dri.so free 0x5571735e8eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e9000 0.000125
+gallium_dri.so free 0x5571735e90c0 void 0.000124
+gallium_dri.so free 0x5571735e9000 void 0.000127
+gallium_dri.so malloc 72 0x5571735e9000 0.000130
+gallium_dri.so free 0x5571735e9180 void 0.000130
+gallium_dri.so free 0x5571735e9000 void 0.000130
+gallium_dri.so malloc 72 0x5571735e9000 0.000130
+gallium_dri.so free 0x5571735e9240 void 0.000129
+gallium_dri.so free 0x5571735e9000 void 0.000125
+gallium_dri.so malloc 72 0x5571735e91f0 0.000124
+gallium_dri.so free 0x5571735e9300 void 0.000128
+gallium_dri.so free 0x5571735e91f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e92b0 0.000130
+gallium_dri.so free 0x5571735e9380 void 0.000129
+gallium_dri.so free 0x5571735e92b0 void 0.000249
+gallium_dri.so malloc 72 0x5571735e93d0 0.000191
+gallium_dri.so free 0x5571735e9440 void 0.000167
+gallium_dri.so free 0x5571735e93d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e9460 0.000130
+gallium_dri.so free 0x5571735e9500 void 0.000167
+gallium_dri.so free 0x5571735e9460 void 0.000133
+gallium_dri.so malloc 72 0x5571735e94b0 0.000133
+gallium_dri.so free 0x5571735e9580 void 0.000130
+gallium_dri.so free 0x5571735e94b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e94b0 0.000133
+gallium_dri.so free 0x5571735e9600 void 0.000127
+gallium_dri.so free 0x5571735e94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9600 0.000124
+gallium_dri.so free 0x5571735b0b00 void 0.000131
+gallium_dri.so free 0x5571735e9600 void 0.000137
+gallium_dri.so malloc 72 0x5571735b0b40 0.000128
+gallium_dri.so free 0x5571735e96c0 void 0.000127
+gallium_dri.so free 0x5571735b0b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0b40 0.000130
+gallium_dri.so free 0x5571735b0bc0 void 0.000130
+gallium_dri.so free 0x5571735b0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0b40 0.000131
+gallium_dri.so free 0x5571735b0c80 void 0.000126
+gallium_dri.so free 0x5571735b0b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0c30 0.000129
+gallium_dri.so free 0x5571735b0d00 void 0.000130
+gallium_dri.so free 0x5571735b0c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735b0d50 0.000129
+gallium_dri.so free 0x5571735b0dc0 void 0.000125
+gallium_dri.so free 0x5571735b0d50 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0de0 0.000127
+gallium_dri.so free 0x5571735b0e80 void 0.000130
+gallium_dri.so free 0x5571735b0de0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b0e30 0.000121
+gallium_dri.so free 0x5571735b0f00 void 0.000121
+gallium_dri.so free 0x5571735b0e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0e30 0.000139
+gallium_dri.so free 0x5571735b1000 void 0.000130
+gallium_dri.so free 0x5571735b0e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000120
+gallium_dri.so free 0x5571735b1080 void 0.000120
+gallium_dri.so free 0x5571735b0fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b10d0 0.000129
+gallium_dri.so free 0x5571735b1140 void 0.000163
+gallium_dri.so free 0x5571735b10d0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b1160 0.000131
+gallium_dri.so free 0x5571735b1200 void 0.000129
+gallium_dri.so free 0x5571735b1160 void 0.000128
+gallium_dri.so malloc 72 0x5571735b11b0 0.000128
+gallium_dri.so free 0x5571735b1280 void 0.000158
+gallium_dri.so free 0x5571735b11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b11b0 0.000125
+gallium_dri.so free 0x5571735b1300 void 0.000121
+gallium_dri.so free 0x5571735b11b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1300 0.000125
+gallium_dri.so free 0x5571735b13c0 void 0.000122
+gallium_dri.so free 0x5571735b1300 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1300 0.000132
+gallium_dri.so free 0x5571735b14c0 void 0.000130
+gallium_dri.so free 0x5571735b1300 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1300 0.000126
+gallium_dri.so free 0x5571735b1540 void 0.000126
+gallium_dri.so free 0x5571735b1300 void 0.000128
+gallium_dri.so malloc 72 0x5571735b1570 0.000121
+gallium_dri.so free 0x5571735b15c0 void 0.000125
+gallium_dri.so free 0x5571735b1570 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1570 0.000129
+gallium_dri.so free 0x5571735b16c0 void 0.000129
+gallium_dri.so free 0x5571735b1570 void 0.000128
+gallium_dri.so malloc 72 0x5571735b1670 0.000129
+gallium_dri.so free 0x5571735b1780 void 0.000128
+gallium_dri.so free 0x5571735b1670 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1730 0.000129
+gallium_dri.so free 0x5571735b17c0 void 0.000129
+gallium_dri.so free 0x5571735b1730 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1730 0.000130
+gallium_dri.so free 0x5571735b1880 void 0.000125
+gallium_dri.so free 0x5571735b1730 void 0.000172
+gallium_dri.so malloc 72 0x5571735b18d0 0.000180
+gallium_dri.so free 0x5571735b1940 void 0.000166
+gallium_dri.so free 0x5571735b18d0 void 0.000167
+gallium_dri.so malloc 72 0x5571735b1980 0.000130
+gallium_dri.so free 0x5571735b1a00 void 0.000128
+gallium_dri.so free 0x5571735b1980 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1a00 0.000125
+gallium_dri.so free 0x5571735b1ac0 void 0.000125
+gallium_dri.so free 0x5571735b1a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1a00 0.000121
+gallium_dri.so free 0x5571735b1b40 void 0.000119
+gallium_dri.so free 0x5571735b1a00 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1b70 0.000128
+gallium_dri.so free 0x5571735b1bc0 void 0.000128
+gallium_dri.so free 0x5571735b1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1b70 0.000124
+gallium_dri.so free 0x5571735b1cc0 void 0.000125
+gallium_dri.so free 0x5571735b1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1c70 0.000124
+gallium_dri.so free 0x5571735b1d80 void 0.000126
+gallium_dri.so free 0x5571735b1c70 void 0.000150
+gallium_dri.so malloc 72 0x5571735b1d30 0.000131
+gallium_dri.so free 0x5571735b1e00 void 0.000129
+gallium_dri.so free 0x5571735b1d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1e20 0.000129
+gallium_dri.so free 0x5571735b1ec0 void 0.000130
+gallium_dri.so free 0x5571735b1e20 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1e70 0.000129
+gallium_dri.so free 0x5571735b1f40 void 0.000125
+gallium_dri.so free 0x5571735b1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1e70 0.000125
+gallium_dri.so free 0x5571735b1fc0 void 0.000129
+gallium_dri.so free 0x5571735b1e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000129
+gallium_dri.so free 0x5571735b2080 void 0.000130
+gallium_dri.so free 0x5571735b1fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000129
+gallium_dri.so free 0x5571735d78c0 void 0.000130
+gallium_dri.so free 0x5571735b1fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d78f0 0.000162
+gallium_dri.so free 0x5571735d7940 void 0.000140
+gallium_dri.so free 0x5571735d78f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d78f0 0.000129
+gallium_dri.so free 0x5571735d7a40 void 0.000123
+gallium_dri.so free 0x5571735d78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7a80 0.000125
+gallium_dri.so free 0x5571735d7b00 void 0.000128
+gallium_dri.so free 0x5571735d7a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d7b00 0.000129
+gallium_dri.so free 0x5571735d7bc0 void 0.000129
+gallium_dri.so free 0x5571735d7b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d7b00 0.000129
+gallium_dri.so free 0x5571735d7c40 void 0.000125
+gallium_dri.so free 0x5571735d7b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7c70 0.000121
+gallium_dri.so free 0x5571735d7cc0 void 0.000119
+gallium_dri.so free 0x5571735d7c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7c70 0.000123
+gallium_dri.so free 0x5571735d7dc0 void 0.000129
+gallium_dri.so free 0x5571735d7c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d7d70 0.000125
+gallium_dri.so free 0x5571735d7e80 void 0.000127
+gallium_dri.so free 0x5571735d7d70 void 0.000189
+gallium_dri.so malloc 72 0x5571735d7e30 0.000126
+gallium_dri.so free 0x5571735d7f00 void 0.000121
+gallium_dri.so free 0x5571735d7e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d7e30 0.000129
+gallium_dri.so free 0x5571735d7fc0 void 0.000129
+gallium_dri.so free 0x5571735d7e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d7e30 0.000131
+gallium_dri.so free 0x5571735d8080 void 0.000125
+gallium_dri.so free 0x5571735d7e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8030 0.000127
+gallium_dri.so free 0x5571735d8100 void 0.000124
+gallium_dri.so free 0x5571735d8030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8150 0.000120
+gallium_dri.so free 0x5571735d81c0 void 0.000124
+gallium_dri.so free 0x5571735d8150 void 0.000125
+gallium_dri.so malloc 72 0x5571735d81e0 0.000120
+gallium_dri.so free 0x5571735d8280 void 0.000120
+gallium_dri.so free 0x5571735d81e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8230 0.000130
+gallium_dri.so free 0x5571735d8300 void 0.000130
+gallium_dri.so free 0x5571735d8230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8300 0.000138
+gallium_dri.so free 0x5571735d83c0 void 0.000139
+gallium_dri.so free 0x5571735d8300 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8300 0.000129
+gallium_dri.so free 0x5571735d8440 void 0.000125
+gallium_dri.so free 0x5571735d8300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8440 0.000120
+gallium_dri.so free 0x5571735d8500 void 0.000120
+gallium_dri.so free 0x5571735d8440 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8440 0.000133
+gallium_dri.so free 0x5571735d85c0 void 0.000131
+gallium_dri.so free 0x5571735d8440 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8440 0.000130
+gallium_dri.so free 0x5571735d8680 void 0.000125
+gallium_dri.so free 0x5571735d8440 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8630 0.000129
+gallium_dri.so free 0x5571735d8700 void 0.000225
+gallium_dri.so free 0x5571735d8630 void 0.000227
+gallium_dri.so malloc 72 0x5571735d8750 0.000226
+gallium_dri.so free 0x5571735d87c0 void 0.000225
+gallium_dri.so free 0x5571735d8750 void 0.000228
+gallium_dri.so malloc 72 0x5571735d8800 0.000227
+gallium_dri.so free 0x5571735d8880 void 0.000221
+gallium_dri.so free 0x5571735d8800 void 0.000134
+gallium_dri.so malloc 72 0x5571735d8800 0.000130
+gallium_dri.so free 0x5571735d8900 void 0.000131
+gallium_dri.so free 0x5571735d8800 void 0.000129
+gallium_dri.so malloc 72 0x5571735d8930 0.000125
+gallium_dri.so free 0x5571735d8980 void 0.000128
+gallium_dri.so free 0x5571735d8930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8930 0.000130
+gallium_dri.so free 0x5571735d8a80 void 0.000131
+gallium_dri.so free 0x5571735d8930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8a30 0.000132
+gallium_dri.so free 0x5571735d8b40 void 0.000130
+gallium_dri.so free 0x5571735d8a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8af0 0.000130
+gallium_dri.so free 0x5571735d8b80 void 0.000131
+gallium_dri.so free 0x5571735d8af0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d8af0 0.000137
+gallium_dri.so free 0x5571735d8c40 void 0.000130
+gallium_dri.so free 0x5571735d8af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000131
+gallium_dri.so free 0x5571735d8d00 void 0.000162
+gallium_dri.so free 0x5571735d8cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000125
+gallium_dri.so free 0x5571735d8e00 void 0.000125
+gallium_dri.so free 0x5571735d8cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8db0 0.000128
+gallium_dri.so free 0x557173525700 void 0.000133
+gallium_dri.so free 0x5571735d8ec0 void 0.000124
+gallium_dri.so free 0x5571735d8db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8e70 0.000125
+gallium_dri.so free 0x5571735d8f00 void 0.000125
+gallium_dri.so free 0x5571735d8e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8e70 0.000131
+gallium_dri.so free 0x5571735d8fc0 void 0.000130
+gallium_dri.so free 0x5571735d8e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9000 0.000121
+gallium_dri.so free 0x5571735b3440 void 0.000122
+gallium_dri.so free 0x5571735d9000 void 0.000143
+gallium_dri.so malloc 72 0x5571735b33f0 0.000131
+gallium_dri.so free 0x5571735b3500 void 0.000126
+gallium_dri.so free 0x5571735b33f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b34b0 0.000130
+gallium_dri.so free 0x5571735b3580 void 0.000129
+gallium_dri.so free 0x5571735b34b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b34b0 0.000129
+gallium_dri.so free 0x5571735b3640 void 0.000131
+gallium_dri.so free 0x5571735b34b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b34b0 0.000128
+gallium_dri.so free 0x5571735b3700 void 0.000130
+gallium_dri.so free 0x5571735b34b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b36b0 0.000130
+gallium_dri.so free 0x5571735b3780 void 0.000130
+gallium_dri.so free 0x5571735b36b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b37d0 0.000128
+gallium_dri.so free 0x5571735b3840 void 0.000122
+gallium_dri.so free 0x5571735b37d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3860 0.000125
+gallium_dri.so free 0x5571735b3900 void 0.000128
+gallium_dri.so free 0x5571735b3860 void 0.000126
+gallium_dri.so malloc 72 0x5571735b38b0 0.000126
+gallium_dri.so free 0x5571735b3980 void 0.000132
+gallium_dri.so free 0x5571735b38b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3980 0.000131
+gallium_dri.so free 0x5571735b3a40 void 0.000130
+gallium_dri.so free 0x5571735b3980 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3980 0.000126
+gallium_dri.so free 0x5571735b3ac0 void 0.000125
+gallium_dri.so free 0x5571735b3980 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000129
+gallium_dri.so free 0x5571735b3b80 void 0.000129
+gallium_dri.so free 0x5571735b3ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000131
+gallium_dri.so free 0x5571735b3c40 void 0.000125
+gallium_dri.so free 0x5571735b3ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000125
+gallium_dri.so free 0x5571735b3d00 void 0.000129
+gallium_dri.so free 0x5571735b3ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000129
+gallium_dri.so free 0x5571735b3d80 void 0.000172
+gallium_dri.so free 0x5571735b3cb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000131
+gallium_dri.so free 0x5571735b3e40 void 0.000131
+gallium_dri.so free 0x5571735b3dd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3e80 0.000125
+gallium_dri.so free 0x5571735b3f00 void 0.000131
+gallium_dri.so free 0x5571735b3e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3e80 0.000126
+gallium_dri.so free 0x5571735b3f80 void 0.000130
+gallium_dri.so free 0x5571735b3e80 void 0.000134
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000131
+gallium_dri.so free 0x5571735b4000 void 0.000131
+gallium_dri.so free 0x5571735b3fb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000132
+gallium_dri.so free 0x5571735b4100 void 0.000130
+gallium_dri.so free 0x5571735b3fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b40b0 0.000122
+gallium_dri.so free 0x5571735b41c0 void 0.000126
+gallium_dri.so free 0x5571735b40b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4170 0.000121
+gallium_dri.so free 0x5571735b4200 void 0.000134
+gallium_dri.so free 0x5571735b4170 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4170 0.000129
+gallium_dri.so free 0x5571735b42c0 void 0.000131
+gallium_dri.so free 0x5571735b4170 void 0.000168
+gallium_dri.so malloc 72 0x5571735b4330 0.000130
+gallium_dri.so free 0x5571735b4380 void 0.000126
+gallium_dri.so free 0x5571735b4330 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4330 0.000125
+gallium_dri.so free 0x5571735b4480 void 0.000121
+gallium_dri.so free 0x5571735b4330 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4430 0.000125
+gallium_dri.so free 0x5571735b4540 void 0.000130
+gallium_dri.so free 0x5571735b4430 void 0.000125
+gallium_dri.so malloc 72 0x5571735b44f0 0.000119
+gallium_dri.so free 0x5571735b4580 void 0.000122
+gallium_dri.so free 0x5571735b44f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b44f0 0.000125
+gallium_dri.so free 0x5571735b4640 void 0.000130
+gallium_dri.so free 0x5571735b44f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4680 0.000131
+gallium_dri.so free 0x5571735b4700 void 0.000130
+gallium_dri.so free 0x5571735b4680 void 0.000146
+gallium_dri.so malloc 72 0x5571735b4700 0.000131
+gallium_dri.so free 0x5571735b47c0 void 0.000130
+gallium_dri.so free 0x5571735b4700 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4700 0.000126
+gallium_dri.so free 0x5571735b4880 void 0.000121
+gallium_dri.so free 0x5571735b4700 void 0.000125
+gallium_dri.so malloc 72 0x5571735b48a0 0.000131
+gallium_dri.so free 0x5571735b4940 void 0.000130
+gallium_dri.so free 0x5571735b48a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b48f0 0.000133
+gallium_dri.so free 0x5571735b49c0 void 0.000127
+gallium_dri.so free 0x5571735b48f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b48f0 0.000120
+gallium_dri.so free 0x5571735b4a40 void 0.000126
+gallium_dri.so free 0x5571735b48f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4a40 0.000129
+gallium_dri.so free 0x5571735b4b00 void 0.000173
+gallium_dri.so free 0x5571735b4a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4a40 0.000125
+gallium_dri.so free 0x5571735b4bc0 void 0.000122
+gallium_dri.so free 0x5571735b4a40 void 0.000171
+gallium_dri.so malloc 72 0x5571735b4a40 0.000131
+gallium_dri.so free 0x5571735bee80 void 0.000174
+gallium_dri.so free 0x5571735b4a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735beed0 0.000130
+gallium_dri.so free 0x5571735bef40 void 0.000131
+gallium_dri.so free 0x5571735beed0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bef80 0.000130
+gallium_dri.so free 0x5571735bf000 void 0.000130
+gallium_dri.so free 0x5571735bef80 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf000 0.000135
+gallium_dri.so free 0x5571735bf0c0 void 0.000126
+gallium_dri.so free 0x5571735bf000 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf000 0.000125
+gallium_dri.so free 0x5571735bf140 void 0.000121
+gallium_dri.so free 0x5571735bf000 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf170 0.000126
+gallium_dri.so free 0x5571735bf1c0 void 0.000125
+gallium_dri.so free 0x5571735bf170 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf170 0.000130
+gallium_dri.so free 0x5571735bf2c0 void 0.000125
+gallium_dri.so free 0x5571735bf170 void 0.000136
+gallium_dri.so malloc 72 0x5571735bf270 0.000131
+gallium_dri.so free 0x5571735bf380 void 0.000131
+gallium_dri.so free 0x5571735bf270 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf330 0.000124
+gallium_dri.so free 0x5571735bf400 void 0.000126
+gallium_dri.so free 0x5571735bf330 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf420 0.000126
+gallium_dri.so free 0x5571735bf4c0 void 0.000126
+gallium_dri.so free 0x5571735bf420 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf470 0.000126
+gallium_dri.so free 0x5571735bf540 void 0.000125
+gallium_dri.so free 0x5571735bf470 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf470 0.000125
+gallium_dri.so free 0x5571735bf5c0 void 0.000122
+gallium_dri.so free 0x5571735bf470 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5c0 0.000126
+gallium_dri.so free 0x5571735bf680 void 0.000129
+gallium_dri.so free 0x5571735bf5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf5c0 0.000120
+gallium_dri.so free 0x5571735bf740 void 0.000119
+gallium_dri.so free 0x5571735bf5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf5c0 0.000133
+gallium_dri.so free 0x5571735bf800 void 0.000130
+gallium_dri.so free 0x5571735bf5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000130
+gallium_dri.so free 0x5571735bf800 void 0.000129
+gallium_dri.so free 0x5571735bf7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000125
+gallium_dri.so free 0x5571735bf900 void 0.000127
+gallium_dri.so free 0x5571735bf7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000130
+gallium_dri.so free 0x5571735bf9c0 void 0.000168
+gallium_dri.so free 0x5571735bf8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf970 0.000130
+gallium_dri.so free 0x5571735bfa00 void 0.000129
+gallium_dri.so free 0x5571735bf970 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf970 0.000125
+gallium_dri.so free 0x5571735bfac0 void 0.000126
+gallium_dri.so free 0x5571735bf970 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfb00 0.000126
+gallium_dri.so free 0x5571735bfb80 void 0.000130
+gallium_dri.so free 0x5571735bfb00 void 0.000159
+gallium_dri.so malloc 72 0x5571735bfb80 0.000167
+gallium_dri.so free 0x5571735bfc40 void 0.000163
+gallium_dri.so free 0x5571735bfb80 void 0.000168
+gallium_dri.so malloc 72 0x5571735bfb80 0.000131
+gallium_dri.so free 0x5571735bfd00 void 0.000129
+gallium_dri.so free 0x5571735bfb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfd20 0.000129
+gallium_dri.so free 0x5571735bfdc0 void 0.000131
+gallium_dri.so free 0x5571735bfd20 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfd70 0.000127
+gallium_dri.so free 0x5571735bfe40 void 0.000125
+gallium_dri.so free 0x5571735bfd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfd70 0.000131
+gallium_dri.so free 0x5571735bfec0 void 0.000130
+gallium_dri.so free 0x5571735bfd70 void 0.000164
+gallium_dri.so malloc 72 0x5571735bfec0 0.000168
+gallium_dri.so free 0x5571735bff80 void 0.000132
+gallium_dri.so free 0x5571735bfec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfec0 0.000130
+gallium_dri.so free 0x5571735c0040 void 0.000134
+gallium_dri.so free 0x5571735bfec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfec0 0.000131
+gallium_dri.so free 0x5571735c0100 void 0.000125
+gallium_dri.so free 0x5571735bfec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c00b0 0.000130
+gallium_dri.so free 0x5571735c01c0 void 0.000126
+gallium_dri.so free 0x5571735c00b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0170 0.000126
+gallium_dri.so free 0x5571735c0240 void 0.000127
+gallium_dri.so free 0x5571735c0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0290 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000123
+gallium_dri.so free 0x5571735c0290 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0320 0.000127
+gallium_dri.so free 0x5571735c03c0 void 0.000121
+gallium_dri.so free 0x5571735c0320 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0370 0.000136
+gallium_dri.so free 0x5571735c0440 void 0.000135
+gallium_dri.so free 0x5571735c0370 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0370 0.000131
+gallium_dri.so free 0x5571735c04c0 void 0.000140
+gallium_dri.so free 0x5571735c0370 void 0.000132
+gallium_dri.so malloc 72 0x5571735c04c0 0.000131
+gallium_dri.so free 0x5571735c0580 void 0.000126
+gallium_dri.so free 0x5571735c04c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c04c0 0.000119
+gallium_dri.so free 0x5571735c0680 void 0.000122
+gallium_dri.so free 0x5571735c04c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0630 0.000124
+gallium_dri.so free 0x5571735c06c0 void 0.000130
+gallium_dri.so free 0x5571735c0630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0630 0.000133
+gallium_dri.so free 0x5571735c0780 void 0.000130
+gallium_dri.so free 0x5571735c0630 void 0.000130
+gallium_dri.so malloc 72 0x5571735c07c0 0.000124
+gallium_dri.so free 0x5571735c0840 void 0.000127
+gallium_dri.so free 0x5571735c07c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0840 0.000130
+gallium_dri.so free 0x5571735c0900 void 0.000131
+gallium_dri.so free 0x5571735c0840 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0840 0.000132
+gallium_dri.so free 0x5571735c0980 void 0.000141
+gallium_dri.so free 0x5571735c0840 void 0.000132
+gallium_dri.so malloc 72 0x5571735c09b0 0.000162
+gallium_dri.so free 0x5571735c0a00 void 0.000132
+gallium_dri.so free 0x5571735c09b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c09b0 0.000130
+gallium_dri.so free 0x5571735c0b00 void 0.000133
+gallium_dri.so free 0x5571735c09b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0b40 0.000124
+gallium_dri.so free 0x5571735c0bc0 void 0.000121
+gallium_dri.so free 0x5571735c0b40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000131
+gallium_dri.so free 0x5571735c0c80 void 0.000131
+gallium_dri.so free 0x5571735c0bc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000120
+gallium_dri.so free 0x5571735c0d00 void 0.000123
+gallium_dri.so free 0x5571735c0bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0d30 0.000124
+gallium_dri.so free 0x5571735c0d80 void 0.000130
+gallium_dri.so free 0x5571735c0d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0d30 0.000126
+gallium_dri.so free 0x5571735c0e80 void 0.000127
+gallium_dri.so free 0x5571735c0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0e30 0.000137
+gallium_dri.so free 0x5571735c0f40 void 0.000126
+gallium_dri.so free 0x5571735c0e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000130
+gallium_dri.so free 0x5571735c0fc0 void 0.000125
+gallium_dri.so free 0x5571735c0ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000121
+gallium_dri.so free 0x5571735c1080 void 0.000126
+gallium_dri.so free 0x5571735c0ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000121
+gallium_dri.so free 0x5571735c1140 void 0.000126
+gallium_dri.so free 0x5571735c0ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c10f0 0.000124
+gallium_dri.so free 0x5571735c11c0 void 0.000128
+gallium_dri.so free 0x5571735c10f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1210 0.000131
+gallium_dri.so free 0x5571735c1280 void 0.000130
+gallium_dri.so free 0x5571735c1210 void 0.000131
+gallium_dri.so malloc 72 0x5571735c12a0 0.000130
+gallium_dri.so free 0x5571735c1340 void 0.000130
+gallium_dri.so free 0x5571735c12a0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c12f0 0.000130
+gallium_dri.so free 0x5571735c13c0 void 0.000129
+gallium_dri.so free 0x5571735c12f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c13c0 0.000130
+gallium_dri.so free 0x5571735c1480 void 0.000133
+gallium_dri.so free 0x5571735c13c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c13c0 0.000126
+gallium_dri.so free 0x5571735c1500 void 0.000120
+gallium_dri.so free 0x5571735c13c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1500 0.000129
+gallium_dri.so free 0x5571735c15c0 void 0.000130
+gallium_dri.so free 0x5571735c1500 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1500 0.000125
+gallium_dri.so free 0x5571735c1680 void 0.000122
+gallium_dri.so free 0x5571735c1500 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1500 0.000129
+gallium_dri.so free 0x5571735c1740 void 0.000130
+gallium_dri.so free 0x5571735c1500 void 0.000131
+gallium_dri.so malloc 72 0x5571735c16f0 0.000125
+gallium_dri.so free 0x5571735c17c0 void 0.000123
+gallium_dri.so free 0x5571735c16f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1810 0.000131
+gallium_dri.so free 0x5571735c1880 void 0.000129
+gallium_dri.so free 0x5571735c1810 void 0.000129
+gallium_dri.so malloc 72 0x5571735c18c0 0.000125
+gallium_dri.so free 0x5571735c1940 void 0.000126
+gallium_dri.so free 0x5571735c18c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c18c0 0.000126
+gallium_dri.so free 0x5571735c19c0 void 0.000133
+gallium_dri.so free 0x5571735c18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c19f0 0.000122
+gallium_dri.so free 0x5571735c1a40 void 0.000118
+gallium_dri.so free 0x5571735c19f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c19f0 0.000115
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so free 0x5571735c19f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000113
+gallium_dri.so free 0x5571735c1c00 void 0.000114
+gallium_dri.so free 0x5571735c1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bb0 0.000113
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bb0 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000116
+gallium_dri.so free 0x5571735c1bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d70 0.000115
+gallium_dri.so free 0x5571735c1dc0 void 0.000114
+gallium_dri.so free 0x5571735c1d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1d70 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000116
+gallium_dri.so free 0x5571735c1d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1e70 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000114
+gallium_dri.so free 0x5571735c1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f30 0.000124
+gallium_dri.so free 0x5571735c1fc0 void 0.000129
+gallium_dri.so free 0x5571735c1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f30 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000115
+gallium_dri.so free 0x5571735c1f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20c0 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000115
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2140 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so free 0x5571735c2140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2140 0.000115
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22e0 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c22e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2330 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000115
+gallium_dri.so free 0x5571735c2330 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2330 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000116
+gallium_dri.so free 0x5571735c2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000117
+gallium_dri.so free 0x5571735e1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000182
+gallium_dri.so free 0x5571735e15f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1790 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1790 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1840 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e1840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18c0 0.000114
+gallium_dri.so free 0x5571735e1980 void 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18c0 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a30 0.000115
+gallium_dri.so free 0x5571735e1a80 void 0.000116
+gallium_dri.so free 0x5571735e1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a30 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000116
+gallium_dri.so free 0x5571735e1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so free 0x5571735e1b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000115
+gallium_dri.so free 0x5571735e1cc0 void 0.000127
+gallium_dri.so free 0x5571735e1bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e80 void 0.000116
+gallium_dri.so free 0x5571735e1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e80 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000116
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e80 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000116
+gallium_dri.so free 0x5571735e1e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e80 0.000115
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2070 0.000115
+gallium_dri.so free 0x5571735e20c0 void 0.000116
+gallium_dri.so free 0x5571735e2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2070 0.000114
+gallium_dri.so free 0x5571735e21c0 void 0.000116
+gallium_dri.so free 0x5571735e2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2170 0.000114
+gallium_dri.so free 0x5571735e2280 void 0.000128
+gallium_dri.so free 0x5571735e2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2230 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000116
+gallium_dri.so free 0x5571735e2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2230 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so free 0x5571735e2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e23c0 0.000114
+gallium_dri.so free 0x5571735e2440 void 0.000116
+gallium_dri.so free 0x5571735e23c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2440 0.000116
+gallium_dri.so free 0x5571735e2500 void 0.000116
+gallium_dri.so free 0x5571735e2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2440 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e25e0 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000115
+gallium_dri.so free 0x5571735e25e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2630 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so free 0x5571735e2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2630 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000116
+gallium_dri.so free 0x5571735e2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000166
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2780 0.000116
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000115
+gallium_dri.so free 0x5571735e2a80 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2a30 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2b50 0.000115
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2be0 0.000114
+gallium_dri.so free 0x5571735e2c80 void 0.000115
+gallium_dri.so free 0x5571735e2be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2c30 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so free 0x5571735e2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000114
+gallium_dri.so free 0x5571735e2d80 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d80 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000128
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d80 0.000114
+gallium_dri.so free 0x5571735e2f40 void 0.000117
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3080 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e3080 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3100 0.000115
+gallium_dri.so free 0x5571735e31c0 void 0.000116
+gallium_dri.so free 0x5571735e3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3100 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3270 0.000115
+gallium_dri.so free 0x5571735e32c0 void 0.000115
+gallium_dri.so free 0x5571735e3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3270 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so free 0x5571735e3270 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3400 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000127
+gallium_dri.so free 0x5571735e3400 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3480 0.000114
+gallium_dri.so free 0x5571735e3540 void 0.000116
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3480 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000116
+gallium_dri.so free 0x5571735e3480 void 0.000116
+gallium_dri.so malloc 72 0x5571735e35f0 0.000115
+gallium_dri.so free 0x5571735e3640 void 0.000115
+gallium_dri.so free 0x5571735e35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e35f0 0.000114
+gallium_dri.so free 0x5571735e3740 void 0.000114
+gallium_dri.so free 0x5571735e35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e36f0 0.000115
+gallium_dri.so free 0x5571735e3800 void 0.000114
+gallium_dri.so free 0x5571735e36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37b0 0.000115
+gallium_dri.so free 0x5571735e3880 void 0.000119
+gallium_dri.so free 0x5571735e37b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37b0 0.000115
+gallium_dri.so free 0x5571735e3940 void 0.000115
+gallium_dri.so free 0x5571735e37b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37b0 0.000114
+gallium_dri.so free 0x5571735e3a00 void 0.000115
+gallium_dri.so free 0x5571735e37b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e39b0 0.000114
+gallium_dri.so free 0x5571735e3a80 void 0.000155
+gallium_dri.so free 0x5571735e39b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3ad0 0.000114
+gallium_dri.so free 0x5571735e3b40 void 0.000115
+gallium_dri.so free 0x5571735e3ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3b60 0.000113
+gallium_dri.so free 0x5571735e3c00 void 0.000116
+gallium_dri.so free 0x5571735e3b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000115
+gallium_dri.so free 0x5571735e3c80 void 0.000116
+gallium_dri.so free 0x5571735e3bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3c80 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735e3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3c80 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000115
+gallium_dri.so free 0x5571735e3c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000114
+gallium_dri.so free 0x5571735e3e80 void 0.000116
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000115
+gallium_dri.so free 0x5571735e3f40 void 0.000116
+gallium_dri.so free 0x5571735e3dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000114
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000114
+gallium_dri.so free 0x5571735e4080 void 0.000115
+gallium_dri.so free 0x5571735e3fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e40d0 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000117
+gallium_dri.so free 0x5571735e40d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4180 0.000114
+gallium_dri.so free 0x5571735e4200 void 0.000114
+gallium_dri.so free 0x5571735e4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4180 0.000115
+gallium_dri.so free 0x5571735e4280 void 0.000115
+gallium_dri.so free 0x5571735e4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e42b0 0.000113
+gallium_dri.so free 0x5571735e4300 void 0.000114
+gallium_dri.so free 0x5571735e42b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e42b0 0.000114
+gallium_dri.so free 0x5571735e4400 void 0.000115
+gallium_dri.so free 0x5571735e42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e43b0 0.000114
+gallium_dri.so free 0x5571735e44c0 void 0.000114
+gallium_dri.so free 0x5571735e43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4470 0.000113
+gallium_dri.so free 0x5571735e4500 void 0.000114
+gallium_dri.so free 0x5571735e4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4470 0.000115
+gallium_dri.so free 0x5571735e45c0 void 0.000116
+gallium_dri.so free 0x5571735e4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4630 0.000115
+gallium_dri.so free 0x5571735e4680 void 0.000115
+gallium_dri.so free 0x5571735e4630 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4630 0.000116
+gallium_dri.so free 0x5571735e4780 void 0.000115
+gallium_dri.so free 0x5571735e4630 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4730 0.000119
+gallium_dri.so free 0x5571735e4840 void 0.000117
+gallium_dri.so free 0x5571735e4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e47f0 0.000115
+gallium_dri.so free 0x5571735e4880 void 0.000116
+gallium_dri.so free 0x5571735e47f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e47f0 0.000113
+gallium_dri.so free 0x5571735e4940 void 0.000119
+gallium_dri.so free 0x5571735e47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4980 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000116
+gallium_dri.so free 0x5571735e4980 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4a00 0.000118
+gallium_dri.so free 0x5571735e4ac0 void 0.000115
+gallium_dri.so free 0x5571735e4a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4a00 0.000114
+gallium_dri.so free 0x5571735e4b80 void 0.000117
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ba0 0.000114
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000116
+gallium_dri.so free 0x5571735e4cc0 void 0.000116
+gallium_dri.so free 0x5571735e4bf0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000116
+gallium_dri.so free 0x5571735e4d40 void 0.000117
+gallium_dri.so free 0x5571735e4bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4d40 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000116
+gallium_dri.so free 0x5571735e4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4d40 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000115
+gallium_dri.so free 0x5571735e4d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d40 0.000115
+gallium_dri.so free 0x5571735e4f80 void 0.000115
+gallium_dri.so free 0x5571735e4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4f30 0.000115
+gallium_dri.so free 0x5571735e5040 void 0.000116
+gallium_dri.so free 0x5571735e4f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000114
+gallium_dri.so free 0x5571735e50c0 void 0.000116
+gallium_dri.so free 0x5571735e4ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5110 0.000116
+gallium_dri.so free 0x5571735e5180 void 0.000117
+gallium_dri.so free 0x5571735e5110 void 0.000114
+gallium_dri.so malloc 72 0x5571735e51a0 0.000115
+gallium_dri.so free 0x5571735e5240 void 0.000115
+gallium_dri.so free 0x5571735e51a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e51f0 0.000114
+gallium_dri.so free 0x5571735e52c0 void 0.000115
+gallium_dri.so free 0x5571735e51f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e51f0 0.000114
+gallium_dri.so free 0x5571735e5340 void 0.000116
+gallium_dri.so free 0x5571735e51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5340 0.000116
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so free 0x5571735e5340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5340 0.000116
+gallium_dri.so free 0x5571735e5500 void 0.000115
+gallium_dri.so free 0x5571735e5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e54b0 0.000115
+gallium_dri.so free 0x5571735e5540 void 0.000116
+gallium_dri.so free 0x5571735e54b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e54b0 0.000116
+gallium_dri.so free 0x5571735e5600 void 0.000115
+gallium_dri.so free 0x5571735e54b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5640 0.000114
+gallium_dri.so free 0x5571735e56c0 void 0.000116
+gallium_dri.so free 0x5571735e5640 void 0.000118
+gallium_dri.so malloc 72 0x5571735e56c0 0.000115
+gallium_dri.so free 0x5571735e5780 void 0.000116
+gallium_dri.so free 0x5571735e56c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e56c0 0.000115
+gallium_dri.so free 0x5571735e5800 void 0.000116
+gallium_dri.so free 0x5571735e56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5830 0.000115
+gallium_dri.so free 0x5571735e5880 void 0.000115
+gallium_dri.so free 0x5571735e5830 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5830 0.000117
+gallium_dri.so free 0x5571735e5980 void 0.000115
+gallium_dri.so free 0x5571735e5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e59c0 0.000115
+gallium_dri.so free 0x5571735e5a40 void 0.000115
+gallium_dri.so free 0x5571735e59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a40 0.000115
+gallium_dri.so free 0x5571735e5b00 void 0.000116
+gallium_dri.so free 0x5571735e5a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a40 0.000114
+gallium_dri.so free 0x5571735e5b80 void 0.000116
+gallium_dri.so free 0x5571735e5a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000119
+gallium_dri.so free 0x5571735e5c00 void 0.000116
+gallium_dri.so free 0x5571735e5bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000115
+gallium_dri.so free 0x5571735e5d00 void 0.000116
+gallium_dri.so free 0x5571735e5bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000115
+gallium_dri.so free 0x5571735e5dc0 void 0.000115
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5d70 0.000115
+gallium_dri.so free 0x5571735e5e40 void 0.000115
+gallium_dri.so free 0x5571735e5d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5d70 0.000114
+gallium_dri.so free 0x5571735e5f00 void 0.000117
+gallium_dri.so free 0x5571735e5d70 void 0.000168
+gallium_dri.so malloc 72 0x5571735e5d70 0.000115
+gallium_dri.so free 0x5571735e5fc0 void 0.000116
+gallium_dri.so free 0x5571735e5d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5f70 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000115
+gallium_dri.so free 0x5571735e5f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6090 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000115
+gallium_dri.so free 0x5571735e6090 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6120 0.000114
+gallium_dri.so free 0x5571735e61c0 void 0.000116
+gallium_dri.so free 0x5571735e6120 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6170 0.000115
+gallium_dri.so free 0x5571735e6240 void 0.000114
+gallium_dri.so free 0x5571735e6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6240 0.000116
+gallium_dri.so free 0x5571735e6300 void 0.000115
+gallium_dri.so free 0x5571735e6240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6240 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000116
+gallium_dri.so free 0x5571735e6240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6380 0.000114
+gallium_dri.so free 0x5571735e6440 void 0.000116
+gallium_dri.so free 0x5571735e6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6380 0.000113
+gallium_dri.so free 0x5571735e6500 void 0.000116
+gallium_dri.so free 0x5571735e6380 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6380 0.000115
+gallium_dri.so free 0x5571735e65c0 void 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6570 0.000113
+gallium_dri.so free 0x5571735e6640 void 0.000118
+gallium_dri.so free 0x5571735e6570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6690 0.000116
+gallium_dri.so free 0x5571735e6700 void 0.000116
+gallium_dri.so free 0x5571735e6690 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6740 0.000116
+gallium_dri.so free 0x5571735e67c0 void 0.000115
+gallium_dri.so free 0x5571735e6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6740 0.000114
+gallium_dri.so free 0x5571735e6840 void 0.000114
+gallium_dri.so free 0x5571735e6740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6870 0.000114
+gallium_dri.so free 0x5571735e68c0 void 0.000118
+gallium_dri.so free 0x5571735e6870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6870 0.000114
+gallium_dri.so free 0x5571735e69c0 void 0.000116
+gallium_dri.so free 0x5571735e6870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6970 0.000114
+gallium_dri.so free 0x5571735e6a80 void 0.000115
+gallium_dri.so free 0x5571735e6970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a30 0.000115
+gallium_dri.so free 0x5571735e6ac0 void 0.000114
+gallium_dri.so free 0x5571735e6a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e6a30 0.000114
+gallium_dri.so free 0x5571735e6b80 void 0.000115
+gallium_dri.so free 0x5571735e6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000115
+gallium_dri.so free 0x5571735e6c40 void 0.000116
+gallium_dri.so free 0x5571735e6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000115
+gallium_dri.so free 0x5571735e6d40 void 0.000116
+gallium_dri.so free 0x5571735e6bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000114
+gallium_dri.so free 0x5571735e6e00 void 0.000114
+gallium_dri.so free 0x5571735e6cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6db0 0.000114
+gallium_dri.so free 0x5571735e6e40 void 0.000115
+gallium_dri.so free 0x5571735e6db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6db0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735e6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6db0 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x5571735e6db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735dab00 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000159
+gallium_dri.so malloc 72 0x5571735da940 0.000117
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabb0 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dabb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dabb0 0.000114
+gallium_dri.so free 0x5571735dad00 void 0.000116
+gallium_dri.so free 0x5571735dabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dacb0 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000116
+gallium_dri.so free 0x5571735dacb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000115
+gallium_dri.so free 0x5571735dae00 void 0.000116
+gallium_dri.so free 0x5571735dad70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad70 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dad70 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf10 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dafc0 0.000116
+gallium_dri.so free 0x5571735db040 void 0.000116
+gallium_dri.so free 0x5571735dafc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db040 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735db040 void 0.000124
+gallium_dri.so malloc 72 0x5571735db040 0.000115
+gallium_dri.so free 0x5571735db180 void 0.000125
+gallium_dri.so free 0x5571735db040 void 0.000129
+gallium_dri.so malloc 72 0x5571735db1b0 0.000121
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db1b0 0.000125
+gallium_dri.so free 0x5571735db300 void 0.000125
+gallium_dri.so free 0x5571735db1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db2b0 0.000115
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so free 0x5571735db2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db460 0.000115
+gallium_dri.so free 0x5571735db500 void 0.000116
+gallium_dri.so free 0x5571735db460 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x5571735db4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000115
+gallium_dri.so free 0x5571735db600 void 0.000117
+gallium_dri.so free 0x5571735db4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db600 0.000126
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db600 void 0.000115
+gallium_dri.so malloc 72 0x5571735db600 0.000115
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so malloc 72 0x5571735db600 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db600 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7f0 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7f0 0.000115
+gallium_dri.so free 0x5571735db940 void 0.000116
+gallium_dri.so free 0x5571735db7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db8f0 0.000113
+gallium_dri.so free 0x5571735dba00 void 0.000117
+gallium_dri.so free 0x5571735db8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000115
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db9b0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb40 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dbb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000125
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000113
+gallium_dri.so free 0x5571735dbd40 void 0.000112
+gallium_dri.so free 0x5571735dbbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd60 0.000118
+gallium_dri.so free 0x5571735dbe00 void 0.000115
+gallium_dri.so free 0x5571735dbd60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000111
+gallium_dri.so free 0x5571735dbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000111
+gallium_dri.so free 0x5571735dbf00 void 0.000111
+gallium_dri.so free 0x5571735dbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000117
+gallium_dri.so free 0x5571735dbfc0 void 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbf00 0.000120
+gallium_dri.so free 0x5571735dc080 void 0.000123
+gallium_dri.so free 0x5571735dbf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbf00 0.000119
+gallium_dri.so free 0x5571735dc140 void 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000125
+gallium_dri.so free 0x5571735dc200 void 0.000125
+gallium_dri.so free 0x5571735dc0f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000125
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc2d0 0.000120
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so free 0x5571735dc2d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc360 0.000124
+gallium_dri.so free 0x5571735dc400 void 0.000123
+gallium_dri.so free 0x5571735dc360 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000124
+gallium_dri.so free 0x5571735dc480 void 0.000124
+gallium_dri.so free 0x5571735dc3b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000121
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc500 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc500 0.000119
+gallium_dri.so free 0x5571735dc6c0 void 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc670 0.000175
+gallium_dri.so free 0x5571735dc700 void 0.000126
+gallium_dri.so free 0x5571735dc670 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc670 0.000125
+gallium_dri.so free 0x5571735dc7c0 void 0.000126
+gallium_dri.so free 0x5571735dc670 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc800 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc880 0.000115
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc880 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000119
+gallium_dri.so free 0x5571735dca40 void 0.000117
+gallium_dri.so free 0x5571735dc9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000121
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dc9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb80 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000115
+gallium_dri.so free 0x5571735dcb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc00 0.000121
+gallium_dri.so free 0x5571735dccc0 void 0.000121
+gallium_dri.so free 0x5571735dcc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcc00 0.000124
+gallium_dri.so free 0x5571735dcd40 void 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd70 0.000120
+gallium_dri.so free 0x5571735dcdc0 void 0.000124
+gallium_dri.so free 0x5571735dcd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcd70 0.000124
+gallium_dri.so free 0x5571735dcec0 void 0.000123
+gallium_dri.so free 0x5571735dcd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dce70 0.000124
+gallium_dri.so free 0x5571735dcf80 void 0.000123
+gallium_dri.so free 0x5571735dce70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000120
+gallium_dri.so free 0x5571735dd000 void 0.000124
+gallium_dri.so free 0x5571735dcf30 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcf30 0.000130
+gallium_dri.so free 0x5571735dd0c0 void 0.000164
+gallium_dri.so free 0x5571735dcf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcf30 0.000169
+gallium_dri.so free 0x5571735dd180 void 0.000166
+gallium_dri.so free 0x5571735dcf30 void 0.000165
+gallium_dri.so malloc 72 0x5571735dd130 0.000130
+gallium_dri.so free 0x5571735dd200 void 0.000125
+gallium_dri.so free 0x5571735dd130 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd250 0.000127
+gallium_dri.so free 0x5571735dd2c0 void 0.000130
+gallium_dri.so free 0x5571735dd250 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000131
+gallium_dri.so free 0x5571735dd380 void 0.000126
+gallium_dri.so free 0x5571735dd2e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd330 0.000125
+gallium_dri.so free 0x5571735dd400 void 0.000131
+gallium_dri.so free 0x5571735dd330 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd400 0.000121
+gallium_dri.so free 0x5571735dd4c0 void 0.000127
+gallium_dri.so free 0x5571735dd400 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd400 0.000125
+gallium_dri.so free 0x5571735dd540 void 0.000122
+gallium_dri.so free 0x5571735dd400 void 0.000228
+gallium_dri.so malloc 72 0x5571735dd540 0.000165
+gallium_dri.so free 0x5571735dd600 void 0.000166
+gallium_dri.so free 0x5571735dd540 void 0.000164
+gallium_dri.so malloc 72 0x5571735dd540 0.000131
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so free 0x5571735dd540 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd540 0.000132
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd540 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd730 0.000130
+gallium_dri.so free 0x5571735dd800 void 0.000130
+gallium_dri.so free 0x5571735dd730 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd850 0.000122
+gallium_dri.so free 0x5571735dd8c0 void 0.000127
+gallium_dri.so free 0x5571735dd850 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd900 0.000130
+gallium_dri.so free 0x5571735dd980 void 0.000133
+gallium_dri.so free 0x5571735dd900 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd900 0.000128
+gallium_dri.so free 0x5571735dda00 void 0.000141
+gallium_dri.so free 0x5571735dd900 void 0.000126
+gallium_dri.so malloc 72 0x5571735dda30 0.000126
+gallium_dri.so free 0x5571735dda80 void 0.000132
+gallium_dri.so free 0x5571735dda30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dda30 0.000130
+gallium_dri.so free 0x5571735ddb80 void 0.000131
+gallium_dri.so free 0x5571735dda30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddb30 0.000130
+gallium_dri.so free 0x5571735ddc40 void 0.000132
+gallium_dri.so free 0x5571735ddb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000121
+gallium_dri.so free 0x5571735ddc80 void 0.000121
+gallium_dri.so free 0x5571735ddbf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000132
+gallium_dri.so free 0x5571735ddd40 void 0.000126
+gallium_dri.so free 0x5571735ddbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dddb0 0.000122
+gallium_dri.so free 0x5571735dde00 void 0.000127
+gallium_dri.so free 0x5571735dddb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dddb0 0.000122
+gallium_dri.so free 0x5571735ddf00 void 0.000122
+gallium_dri.so free 0x5571735dddb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000122
+gallium_dri.so free 0x5571735ddfc0 void 0.000122
+gallium_dri.so free 0x5571735ddeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf70 0.000130
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf70 0.000131
+gallium_dri.so free 0x5571735de0c0 void 0.000125
+gallium_dri.so free 0x5571735ddf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735de100 0.000126
+gallium_dri.so free 0x5571735de180 void 0.000131
+gallium_dri.so free 0x5571735de100 void 0.000130
+gallium_dri.so malloc 72 0x5571735de180 0.000130
+gallium_dri.so free 0x5571735de240 void 0.000125
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so malloc 72 0x5571735de180 0.000127
+gallium_dri.so free 0x5571735de300 void 0.000132
+gallium_dri.so free 0x5571735de180 void 0.000132
+gallium_dri.so malloc 72 0x5571735de320 0.000130
+gallium_dri.so free 0x5571735de3c0 void 0.000131
+gallium_dri.so free 0x5571735de320 void 0.000160
+gallium_dri.so malloc 72 0x5571735de370 0.000166
+gallium_dri.so free 0x5571735de440 void 0.000166
+gallium_dri.so free 0x5571735de370 void 0.000162
+gallium_dri.so malloc 72 0x5571735de370 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000130
+gallium_dri.so free 0x5571735de370 void 0.000131
+gallium_dri.so malloc 72 0x5571735de4c0 0.000131
+gallium_dri.so free 0x5571735de580 void 0.000132
+gallium_dri.so free 0x5571735de4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de4c0 0.000120
+gallium_dri.so free 0x5571735de640 void 0.000127
+gallium_dri.so free 0x5571735de4c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de4c0 0.000129
+gallium_dri.so free 0x5571735de700 void 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de6b0 0.000131
+gallium_dri.so free 0x5571735de7c0 void 0.000131
+gallium_dri.so free 0x5571735de6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de770 0.000131
+gallium_dri.so free 0x5571735de840 void 0.000144
+gallium_dri.so free 0x5571735de770 void 0.000132
+gallium_dri.so malloc 72 0x5571735de890 0.000130
+gallium_dri.so free 0x5571735de900 void 0.000130
+gallium_dri.so free 0x5571735de890 void 0.000131
+gallium_dri.so malloc 72 0x5571735de920 0.000131
+gallium_dri.so free 0x5571735de9c0 void 0.000130
+gallium_dri.so free 0x5571735de920 void 0.000131
+gallium_dri.so malloc 72 0x5571735de970 0.000125
+gallium_dri.so free 0x5571735dea40 void 0.000121
+gallium_dri.so free 0x5571735de970 void 0.000119
+gallium_dri.so malloc 72 0x5571735de970 0.000121
+gallium_dri.so free 0x5571735deac0 void 0.000126
+gallium_dri.so free 0x5571735de970 void 0.000131
+gallium_dri.so malloc 72 0x5571735deac0 0.000129
+gallium_dri.so free 0x5571735deb80 void 0.000130
+gallium_dri.so free 0x5571735deac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735deac0 0.000127
+gallium_dri.so free 0x5571735dec80 void 0.000130
+gallium_dri.so free 0x5571735deac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dec30 0.000130
+gallium_dri.so free 0x5571735decc0 void 0.000166
+gallium_dri.so free 0x5571735dec30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dec30 0.000161
+gallium_dri.so free 0x5571735ded80 void 0.000129
+gallium_dri.so free 0x5571735dec30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dedc0 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so free 0x5571735dedc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee40 0.000130
+gallium_dri.so free 0x5571735def00 void 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dee40 0.000126
+gallium_dri.so free 0x5571735def80 void 0.000131
+gallium_dri.so free 0x5571735dee40 void 0.000126
+gallium_dri.so malloc 72 0x5571735defb0 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000123
+gallium_dri.so free 0x5571735defb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735defb0 0.000122
+gallium_dri.so free 0x5571735df100 void 0.000126
+gallium_dri.so free 0x5571735defb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df140 0.000121
+gallium_dri.so free 0x5571735df1c0 void 0.000167
+gallium_dri.so free 0x5571735df140 void 0.000132
+gallium_dri.so malloc 72 0x5571735df1c0 0.000165
+gallium_dri.so free 0x5571735df280 void 0.000130
+gallium_dri.so free 0x5571735df1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df1c0 0.000126
+gallium_dri.so free 0x5571735df300 void 0.000127
+gallium_dri.so free 0x5571735df1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df330 0.000130
+gallium_dri.so free 0x5571735df380 void 0.000131
+gallium_dri.so free 0x5571735df330 void 0.000130
+gallium_dri.so malloc 72 0x5571735df330 0.000130
+gallium_dri.so free 0x5571735df480 void 0.000130
+gallium_dri.so free 0x5571735df330 void 0.000121
+gallium_dri.so malloc 72 0x5571735df430 0.000122
+gallium_dri.so free 0x5571735df540 void 0.000126
+gallium_dri.so free 0x5571735df430 void 0.000130
+gallium_dri.so malloc 72 0x5571735df4f0 0.000129
+gallium_dri.so free 0x5571735df5c0 void 0.000132
+gallium_dri.so free 0x5571735df4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df4f0 0.000138
+gallium_dri.so free 0x5571735df680 void 0.000129
+gallium_dri.so free 0x5571735df4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df4f0 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df6f0 0.000129
+gallium_dri.so free 0x5571735df7c0 void 0.000123
+gallium_dri.so free 0x5571735df6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df810 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000125
+gallium_dri.so free 0x5571735df810 void 0.000130
+gallium_dri.so malloc 72 0x5571735df8a0 0.000124
+gallium_dri.so free 0x5571735df940 void 0.000126
+gallium_dri.so free 0x5571735df8a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df8f0 0.000129
+gallium_dri.so free 0x5571735df9c0 void 0.000128
+gallium_dri.so free 0x5571735df8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df9c0 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000125
+gallium_dri.so free 0x5571735df9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df9c0 0.000125
+gallium_dri.so free 0x5571735dfb00 void 0.000171
+gallium_dri.so free 0x5571735df9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfb00 0.000125
+gallium_dri.so free 0x5571735dfbc0 void 0.000122
+gallium_dri.so free 0x5571735dfb00 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfb00 0.000129
+gallium_dri.so free 0x5571735dfc80 void 0.000129
+gallium_dri.so free 0x5571735dfb00 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfb00 0.000130
+gallium_dri.so free 0x5571735dfd40 void 0.000125
+gallium_dri.so free 0x5571735dfb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000121
+gallium_dri.so free 0x5571735dfdc0 void 0.000120
+gallium_dri.so free 0x5571735dfcf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfe10 0.000131
+gallium_dri.so free 0x5571735dfe80 void 0.000129
+gallium_dri.so free 0x5571735dfe10 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfec0 0.000124
+gallium_dri.so free 0x5571735dff40 void 0.000126
+gallium_dri.so free 0x5571735dfec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfec0 0.000127
+gallium_dri.so free 0x5571735dffc0 void 0.000129
+gallium_dri.so free 0x5571735dfec0 void 0.000176
+gallium_dri.so malloc 72 0x5571735dfff0 0.000132
+gallium_dri.so free 0x5571735e0040 void 0.000131
+gallium_dri.so free 0x5571735dfff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfff0 0.000129
+gallium_dri.so free 0x5571735e0140 void 0.000134
+gallium_dri.so free 0x5571735dfff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e00f0 0.000130
+gallium_dri.so free 0x5571735e0200 void 0.000125
+gallium_dri.so free 0x5571735e00f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000125
+gallium_dri.so free 0x5571735e0240 void 0.000125
+gallium_dri.so free 0x5571735e01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01b0 0.000120
+gallium_dri.so free 0x5571735e0300 void 0.000127
+gallium_dri.so free 0x5571735e01b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0370 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e0370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0370 0.000124
+gallium_dri.so free 0x5571735e04c0 void 0.000130
+gallium_dri.so free 0x5571735e0370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0470 0.000133
+gallium_dri.so free 0x5571735e0580 void 0.000130
+gallium_dri.so free 0x5571735e0470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e05c0 void 0.000130
+gallium_dri.so free 0x5571735e0530 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0530 0.000125
+gallium_dri.so free 0x5571735e0680 void 0.000126
+gallium_dri.so free 0x5571735e0530 void 0.000126
+gallium_dri.so malloc 72 0x5571735e06c0 0.000125
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so free 0x5571735e06c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0740 0.000120
+gallium_dri.so free 0x5571735e0800 void 0.000125
+gallium_dri.so free 0x5571735e0740 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0740 0.000125
+gallium_dri.so free 0x5571735e08c0 void 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e08e0 0.000130
+gallium_dri.so free 0x5571735e0980 void 0.000130
+gallium_dri.so free 0x5571735e08e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0930 0.000133
+gallium_dri.so free 0x5571735e0a00 void 0.000127
+gallium_dri.so free 0x5571735e0930 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0930 0.000126
+gallium_dri.so free 0x5571735e0a80 void 0.000121
+gallium_dri.so free 0x5571735e0930 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0a80 0.000129
+gallium_dri.so free 0x5571735e0b40 void 0.000130
+gallium_dri.so free 0x5571735e0a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0a80 0.000126
+gallium_dri.so free 0x5571735e0c00 void 0.000129
+gallium_dri.so free 0x5571735e0a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0a80 0.000126
+gallium_dri.so free 0x5571735e0cc0 void 0.000127
+gallium_dri.so free 0x5571735e0a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0c70 0.000131
+gallium_dri.so free 0x5571735e0d80 void 0.000131
+gallium_dri.so free 0x5571735e0c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0d30 0.000121
+gallium_dri.so free 0x5571735e0e00 void 0.000130
+gallium_dri.so free 0x5571735e0d30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0e50 0.000121
+gallium_dri.so free 0x5571735e0ec0 void 0.000136
+gallium_dri.so free 0x5571735e0e50 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ee0 0.000131
+gallium_dri.so free 0x5571735e0f80 void 0.000130
+gallium_dri.so free 0x5571735e0ee0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0f30 0.000129
+gallium_dri.so free 0x5571735e1000 void 0.000130
+gallium_dri.so free 0x5571735e0f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0f30 0.000125
+gallium_dri.so free 0x5571735e1080 void 0.000122
+gallium_dri.so free 0x5571735e0f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1080 0.000130
+gallium_dri.so free 0x5571735e1140 void 0.000129
+gallium_dri.so free 0x5571735e1080 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1080 0.000126
+gallium_dri.so free 0x5571735e1240 void 0.000130
+gallium_dri.so free 0x5571735e1080 void 0.000126
+gallium_dri.so malloc 72 0x5571735e11f0 0.000120
+gallium_dri.so free 0x5571735e1280 void 0.000124
+gallium_dri.so free 0x5571735e11f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11f0 0.000124
+gallium_dri.so free 0x5571735e1340 void 0.000131
+gallium_dri.so free 0x5571735e11f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735e1380 0.000131
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so free 0x5571735e1380 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1400 0.000130
+gallium_dri.so free 0x5571735c26c0 void 0.000129
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1400 0.000125
+gallium_dri.so free 0x5571735c2780 void 0.000122
+gallium_dri.so free 0x5571735e1400 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1400 0.000125
+gallium_dri.so free 0x5571735c2840 void 0.000160
+gallium_dri.so free 0x5571735e1400 void 0.000125
+gallium_dri.so malloc 72 0x5571735c27f0 0.000129
+gallium_dri.so free 0x5571735eae40 void 0.000130
+gallium_dri.so free 0x5571735c27f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c27f0 0.000129
+gallium_dri.so free 0x5571735a2880 void 0.000131
+gallium_dri.so free 0x5571735c27f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735a2830 0.000126
+gallium_dri.so free 0x5571735ea800 void 0.000126
+gallium_dri.so free 0x5571735a2830 void 0.000140
+gallium_dri.so malloc 72 0x5571735a2830 0.000125
+gallium_dri.so free 0x5571735e1480 void 0.000127
+gallium_dri.so free 0x5571735a2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735a2830 0.000130
+gallium_dri.so free 0x5571735bb680 void 0.000133
+gallium_dri.so free 0x5571735a2830 void 0.000123
+gallium_dri.so malloc 72 0x5571735a2830 0.000120
+gallium_dri.so free 0x5571735afa00 void 0.000121
+gallium_dri.so free 0x5571735a2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735af9b0 0.000121
+gallium_dri.so free 0x5571735bc5c0 void 0.000129
+gallium_dri.so free 0x5571735af9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735af9b0 0.000122
+gallium_dri.so free 0x5571735bc180 void 0.000121
+gallium_dri.so free 0x5571735af9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000120
+gallium_dri.so free 0x5571735bba40 void 0.000121
+gallium_dri.so free 0x5571735bc1a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000120
+gallium_dri.so free 0x5571735bca40 void 0.000121
+gallium_dri.so free 0x5571735bc1a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000120
+gallium_dri.so free 0x5571735bbe00 void 0.000121
+gallium_dri.so free 0x5571735bc9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000121
+gallium_dri.so free 0x5571735af300 void 0.000120
+gallium_dri.so free 0x5571735bbdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735af320 0.000120
+gallium_dri.so free 0x5571735ea9c0 void 0.000122
+gallium_dri.so free 0x5571735af320 void 0.000120
+gallium_dri.so malloc 72 0x5571735ea9f0 0.000122
+gallium_dri.so free 0x5571735baf00 void 0.000121
+gallium_dri.so free 0x5571735ea9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735baf00 0.000120
+gallium_dri.so free 0x5571735b8040 void 0.000121
+gallium_dri.so free 0x5571735baf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000120
+gallium_dri.so free 0x5571735ea740 void 0.000122
+gallium_dri.so free 0x5571735b7ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ea790 0.000120
+gallium_dri.so free 0x5571735b8980 void 0.000120
+gallium_dri.so free 0x5571735ea790 void 0.000120
+gallium_dri.so malloc 72 0x5571735ea790 0.000120
+gallium_dri.so free 0x5571735b5b40 void 0.000121
+gallium_dri.so free 0x5571735ea790 void 0.000121
+gallium_dri.so malloc 72 0x5571735ea790 0.000120
+gallium_dri.so free 0x5571735eb0c0 void 0.000121
+gallium_dri.so free 0x5571735ea790 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb070 0.000122
+gallium_dri.so free 0x5571735eab00 void 0.000125
+gallium_dri.so free 0x5571735eb070 void 0.000121
+gallium_dri.so malloc 72 0x5571735eab00 0.000120
+gallium_dri.so free 0x5571735bb280 void 0.000121
+gallium_dri.so free 0x5571735eab00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eab00 0.000120
+gallium_dri.so free 0x5571735b7c80 void 0.000122
+gallium_dri.so free 0x5571735eab00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eab00 0.000121
+gallium_dri.so free 0x5571735b7d00 void 0.000121
+gallium_dri.so free 0x5571735eab00 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7d30 0.000121
+gallium_dri.so free 0x5571735b7e40 void 0.000121
+gallium_dri.so free 0x5571735b7d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7e80 0.000119
+gallium_dri.so free 0x5571735b7700 void 0.000121
+gallium_dri.so free 0x5571735b7e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7750 0.000121
+gallium_dri.so free 0x5571735b7a80 void 0.000121
+gallium_dri.so free 0x5571735b7750 void 0.000122
+gallium_dri.so malloc 72 0x5571735b7750 0.000122
+gallium_dri.so free 0x5571735b7b40 void 0.000121
+gallium_dri.so free 0x5571735b7750 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7750 0.000123
+gallium_dri.so free 0x5571735b7900 void 0.000120
+gallium_dri.so free 0x5571735b7750 void 0.000130
+gallium_dri.so malloc 72 0x5571735b78b0 0.000121
+gallium_dri.so free 0x5571735b7900 void 0.000121
+gallium_dri.so free 0x5571735b78b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b78b0 0.000117
+gallium_dri.so free 0x5571735e9bc0 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c10 0.000114
+gallium_dri.so free 0x5571735ea580 void 0.000117
+gallium_dri.so free 0x5571735e9c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c10 0.000116
+gallium_dri.so free 0x5571735ea640 void 0.000115
+gallium_dri.so free 0x5571735e9c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c10 0.000116
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735e9c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735adb70 0.000114
+gallium_dri.so free 0x5571735adc40 void 0.000116
+gallium_dri.so free 0x5571735adb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735adc40 0.000115
+gallium_dri.so free 0x5571735b9380 void 0.000115
+gallium_dri.so free 0x5571735adc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735adc40 0.000116
+gallium_dri.so free 0x5571735b9440 void 0.000117
+gallium_dri.so free 0x5571735adc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9460 0.000115
+gallium_dri.so free 0x5571735a71c0 void 0.000117
+gallium_dri.so free 0x5571735b9460 void 0.000127
+gallium_dri.so malloc 72 0x5571735a71f0 0.000115
+gallium_dri.so free 0x5571735a7240 void 0.000115
+gallium_dri.so free 0x5571735a71f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a71f0 0.000115
+gallium_dri.so free 0x5571735a8c40 void 0.000115
+gallium_dri.so free 0x5571735a71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8c40 0.000116
+gallium_dri.so free 0x5571735a8d00 void 0.000115
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8c40 0.000115
+gallium_dri.so free 0x5571735a7340 void 0.000116
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a72f0 0.000115
+gallium_dri.so free 0x5571735b5f40 void 0.000115
+gallium_dri.so free 0x5571735a72f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5f40 0.000114
+gallium_dri.so free 0x5571735a8d80 void 0.000116
+gallium_dri.so free 0x5571735b5f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000114
+gallium_dri.so free 0x5571735a8dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6000 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6000 0.000116
+gallium_dri.so free 0x5571735a8a80 void 0.000117
+gallium_dri.so free 0x5571735b6000 void 0.000128
+gallium_dri.so malloc 72 0x5571735b6000 0.000115
+gallium_dri.so free 0x5571735a8b40 void 0.000116
+gallium_dri.so free 0x5571735b6000 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8af0 0.000115
+gallium_dri.so free 0x5571735a8ec0 void 0.000116
+gallium_dri.so free 0x5571735a8af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000115
+gallium_dri.so free 0x5571735a8f80 void 0.000115
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000116
+gallium_dri.so free 0x5571735a9080 void 0.000116
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9030 0.000114
+gallium_dri.so free 0x5571735addc0 void 0.000115
+gallium_dri.so free 0x5571735a9030 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9030 0.000116
+gallium_dri.so free 0x5571735ade80 void 0.000116
+gallium_dri.so free 0x5571735a9030 void 0.000116
+gallium_dri.so malloc 72 0x5571735adec0 0.000119
+gallium_dri.so free 0x5571735a9140 void 0.000116
+gallium_dri.so free 0x5571735adec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a9140 0.000115
+gallium_dri.so free 0x5571735a9200 void 0.000115
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9140 0.000114
+gallium_dri.so free 0x5571735adf40 void 0.000128
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735adf70 0.000116
+gallium_dri.so free 0x5571735afe40 void 0.000116
+gallium_dri.so free 0x5571735adf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735adf70 0.000116
+gallium_dri.so free 0x5571735a9280 void 0.000115
+gallium_dri.so free 0x5571735adf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735a92c0 0.000115
+gallium_dri.so free 0x5571735aff40 void 0.000117
+gallium_dri.so free 0x5571735a92c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735afef0 0.000115
+gallium_dri.so free 0x5571735d74c0 void 0.000115
+gallium_dri.so free 0x5571735afef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d74e0 0.000115
+gallium_dri.so free 0x5571735d7580 void 0.000115
+gallium_dri.so free 0x5571735d74e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7530 0.000115
+gallium_dri.so free 0x5571735d7600 void 0.000116
+gallium_dri.so free 0x5571735d7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7530 0.000116
+gallium_dri.so free 0x5571735ae700 void 0.000114
+gallium_dri.so free 0x5571735d7530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae750 0.000115
+gallium_dri.so free 0x5571735ae7c0 void 0.000115
+gallium_dri.so free 0x5571735ae750 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae820 0.000115
+gallium_dri.so free 0x5571734f6040 void 0.000128
+gallium_dri.so free 0x5571735ae820 void 0.000116
+gallium_dri.so malloc 72 0x5571735ae820 0.000115
+gallium_dri.so free 0x5571734f6100 void 0.000116
+gallium_dri.so free 0x5571735ae820 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae820 0.000115
+gallium_dri.so free 0x5571734f61c0 void 0.000116
+gallium_dri.so free 0x5571735ae820 void 0.000114
+gallium_dri.so malloc 72 0x5571734f6170 0.000115
+gallium_dri.so free 0x5571735be540 void 0.000117
+gallium_dri.so free 0x5571734f6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735be590 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so free 0x5571735be590 void 0.000114
+gallium_dri.so malloc 72 0x5571735be620 0.000115
+gallium_dri.so free 0x5571735be6c0 void 0.000116
+gallium_dri.so free 0x5571735be620 void 0.000114
+gallium_dri.so malloc 72 0x5571735be670 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so free 0x5571735be670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0100 0.000114
+gallium_dri.so free 0x5571735b01c0 void 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0240 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000127
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0240 0.000116
+gallium_dri.so free 0x5571735b6f00 void 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6f30 0.000114
+gallium_dri.so free 0x5571735b6f80 void 0.000116
+gallium_dri.so free 0x5571735b6f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6f30 0.000115
+gallium_dri.so free 0x5571735b7080 void 0.000116
+gallium_dri.so free 0x5571735b6f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7030 0.000116
+gallium_dri.so free 0x5571735af000 void 0.000114
+gallium_dri.so free 0x5571735b7030 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7030 0.000116
+gallium_dri.so free 0x5571735af100 void 0.000116
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000115
+gallium_dri.so free 0x5571735af140 void 0.000115
+gallium_dri.so free 0x5571735af0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af0b0 0.000116
+gallium_dri.so free 0x5571735af200 void 0.000115
+gallium_dri.so free 0x5571735af0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af240 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000117
+gallium_dri.so free 0x5571735af240 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b0800 void 0.000127
+gallium_dri.so free 0x5571735b0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b08c0 void 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000114
+gallium_dri.so free 0x5571735b8180 void 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81f0 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000116
+gallium_dri.so free 0x5571735b81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b81f0 0.000115
+gallium_dri.so free 0x5571735b8340 void 0.000115
+gallium_dri.so free 0x5571735b81f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b82f0 0.000115
+gallium_dri.so free 0x5571735b8400 void 0.000116
+gallium_dri.so free 0x5571735b82f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b83b0 0.000115
+gallium_dri.so free 0x5571735b0980 void 0.000116
+gallium_dri.so free 0x5571735b83b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0930 0.000114
+gallium_dri.so free 0x5571735d8d40 void 0.000116
+gallium_dri.so free 0x5571735b0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0930 0.000115
+gallium_dri.so free 0x5571735d8e40 void 0.000116
+gallium_dri.so free 0x5571735b0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8df0 0.000114
+gallium_dri.so free 0x5571735d8f00 void 0.000162
+gallium_dri.so free 0x5571735d8df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000113
+gallium_dri.so free 0x5571735d8f80 void 0.000114
+gallium_dri.so free 0x5571735d8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000115
+gallium_dri.so free 0x5571735d9300 void 0.000116
+gallium_dri.so free 0x5571735d8eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000115
+gallium_dri.so free 0x5571735d9380 void 0.000115
+gallium_dri.so free 0x5571735d92b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d92b0 0.000115
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so free 0x5571735d92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9400 0.000115
+gallium_dri.so free 0x5571735d9040 void 0.000115
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9400 0.000114
+gallium_dri.so free 0x5571735d94c0 void 0.000116
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9400 0.000115
+gallium_dri.so free 0x5571735d9580 void 0.000115
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d95d0 0.000114
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735d95d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7170 0.000119
+gallium_dri.so free 0x5571735b7240 void 0.000118
+gallium_dri.so free 0x5571735b7170 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7290 0.000117
+gallium_dri.so free 0x5571735d9640 void 0.000116
+gallium_dri.so free 0x5571735b7290 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9660 0.000115
+gallium_dri.so free 0x5571735b7300 void 0.000115
+gallium_dri.so free 0x5571735d9660 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000115
+gallium_dri.so free 0x5571735b7380 void 0.000116
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000114
+gallium_dri.so free 0x5571735b7480 void 0.000116
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7430 0.000115
+gallium_dri.so free 0x5571735b7540 void 0.000116
+gallium_dri.so free 0x5571735b7430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000119
+gallium_dri.so free 0x5571735b75c0 void 0.000116
+gallium_dri.so free 0x5571735b74f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b61c0 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b6280 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6230 0.000119
+gallium_dri.so free 0x5571735b6300 void 0.000120
+gallium_dri.so free 0x5571735b6230 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6350 0.000116
+gallium_dri.so free 0x5571735b63c0 void 0.000116
+gallium_dri.so free 0x5571735b6350 void 0.000116
+gallium_dri.so malloc 72 0x5571735b63e0 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000116
+gallium_dri.so free 0x5571735b63e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6430 0.000118
+gallium_dri.so free 0x5571735b6500 void 0.000115
+gallium_dri.so free 0x5571735b6430 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6430 0.000114
+gallium_dri.so free 0x5571735b6600 void 0.000116
+gallium_dri.so free 0x5571735b6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b65b0 0.000113
+gallium_dri.so free 0x5571735b6680 void 0.000104
+gallium_dri.so free 0x5571735b65b0 void 0.000240
+gallium_dri.so malloc 72 0x5571735b66d0 0.000244
+gallium_dri.so free 0x5571735b6740 void 0.000118
+gallium_dri.so free 0x5571735b66d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6760 0.000116
+gallium_dri.so free 0x5571735b6800 void 0.000117
+gallium_dri.so free 0x5571735b6760 void 0.000115
+gallium_dri.so malloc 72 0x5571735b67b0 0.000114
+gallium_dri.so free 0x5571735b6880 void 0.000117
+gallium_dri.so free 0x5571735b67b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b67b0 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so free 0x5571735b67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b51c0 0.000114
+gallium_dri.so free 0x5571735b5280 void 0.000115
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b51c0 0.000115
+gallium_dri.so free 0x5571735b6900 void 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b51c0 0.000115
+gallium_dri.so free 0x5571735b5380 void 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b51c0 0.000115
+gallium_dri.so free 0x5571735b5440 void 0.000115
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b53f0 0.000117
+gallium_dri.so free 0x5571735b54c0 void 0.000116
+gallium_dri.so free 0x5571735b53f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5510 0.000114
+gallium_dri.so free 0x5571735b5580 void 0.000115
+gallium_dri.so free 0x5571735b5510 void 0.000114
+gallium_dri.so malloc 72 0x5571735b55a0 0.000115
+gallium_dri.so free 0x5571735b5640 void 0.000116
+gallium_dri.so free 0x5571735b55a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b55f0 0.000115
+gallium_dri.so free 0x5571735b56c0 void 0.000128
+gallium_dri.so free 0x5571735b55f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56c0 0.000116
+gallium_dri.so free 0x5571735b5780 void 0.000114
+gallium_dri.so free 0x5571735b56c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56c0 0.000116
+gallium_dri.so free 0x5571735b5800 void 0.000115
+gallium_dri.so free 0x5571735b56c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5800 0.000115
+gallium_dri.so free 0x5571735b58c0 void 0.000114
+gallium_dri.so free 0x5571735b5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5800 0.000115
+gallium_dri.so free 0x5571735b5980 void 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2340 void 0.000115
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2390 0.000115
+gallium_dri.so free 0x5571735b2400 void 0.000116
+gallium_dri.so free 0x5571735b2390 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2440 0.000115
+gallium_dri.so free 0x5571735b24c0 void 0.000117
+gallium_dri.so free 0x5571735b2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2440 0.000115
+gallium_dri.so free 0x5571735b2540 void 0.000126
+gallium_dri.so free 0x5571735b2440 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2570 0.000115
+gallium_dri.so free 0x5571735b25c0 void 0.000115
+gallium_dri.so free 0x5571735b2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2570 0.000113
+gallium_dri.so free 0x5571735b26c0 void 0.000114
+gallium_dri.so free 0x5571735b2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2670 0.000113
+gallium_dri.so free 0x5571735b2780 void 0.000115
+gallium_dri.so free 0x5571735b2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2730 0.000115
+gallium_dri.so free 0x5571735b27c0 void 0.000140
+gallium_dri.so free 0x5571735b2730 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2730 0.000115
+gallium_dri.so free 0x5571735b2880 void 0.000115
+gallium_dri.so free 0x5571735b2730 void 0.000113
+gallium_dri.so malloc 72 0x5571735b28f0 0.000115
+gallium_dri.so free 0x5571735b2940 void 0.000116
+gallium_dri.so free 0x5571735b28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b28f0 0.000116
+gallium_dri.so free 0x5571735b2a40 void 0.000116
+gallium_dri.so free 0x5571735b28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b29f0 0.000115
+gallium_dri.so free 0x5571735b2b00 void 0.000115
+gallium_dri.so free 0x5571735b29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000115
+gallium_dri.so free 0x5571735b2b40 void 0.000164
+gallium_dri.so free 0x5571735b2ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000115
+gallium_dri.so free 0x5571735d98c0 void 0.000118
+gallium_dri.so free 0x5571735b2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000113
+gallium_dri.so free 0x5571735d99c0 void 0.000122
+gallium_dri.so free 0x5571735b2ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9970 0.000116
+gallium_dri.so free 0x5571735d9a80 void 0.000115
+gallium_dri.so free 0x5571735d9970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9a30 0.000115
+gallium_dri.so free 0x5571735d9b00 void 0.000115
+gallium_dri.so free 0x5571735d9a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a30 0.000116
+gallium_dri.so free 0x5571735d9bc0 void 0.000115
+gallium_dri.so free 0x5571735d9a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a30 0.000114
+gallium_dri.so free 0x5571735d9c80 void 0.000114
+gallium_dri.so free 0x5571735d9a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9c30 0.000113
+gallium_dri.so free 0x5571735d9d00 void 0.000114
+gallium_dri.so free 0x5571735d9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9d50 0.000113
+gallium_dri.so free 0x5571735d9dc0 void 0.000115
+gallium_dri.so free 0x5571735d9d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9de0 0.000115
+gallium_dri.so free 0x5571735d9e80 void 0.000128
+gallium_dri.so free 0x5571735d9de0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9e30 0.000114
+gallium_dri.so free 0x5571735d9f00 void 0.000114
+gallium_dri.so free 0x5571735d9e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9f00 0.000114
+gallium_dri.so free 0x5571735d9fc0 void 0.000114
+gallium_dri.so free 0x5571735d9f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9f00 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000115
+gallium_dri.so free 0x5571735d9f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735da040 0.000112
+gallium_dri.so free 0x5571735da100 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000112
+gallium_dri.so malloc 72 0x5571735da040 0.000113
+gallium_dri.so free 0x5571735da1c0 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000113
+gallium_dri.so malloc 72 0x5571735da040 0.000113
+gallium_dri.so free 0x5571735da280 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000114
+gallium_dri.so malloc 72 0x5571735da230 0.000112
+gallium_dri.so free 0x5571735da300 void 0.000115
+gallium_dri.so free 0x5571735da230 void 0.000113
+gallium_dri.so malloc 72 0x5571735da350 0.000113
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so free 0x5571735da350 void 0.000113
+gallium_dri.so malloc 72 0x5571735da350 0.000114
+gallium_dri.so free 0x5571735bd940 void 0.000121
+gallium_dri.so free 0x5571735da350 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000113
+gallium_dri.so free 0x5571735da3c0 void 0.000115
+gallium_dri.so free 0x5571735bd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da3f0 0.000114
+gallium_dri.so free 0x5571735bd980 void 0.000114
+gallium_dri.so free 0x5571735da3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da3f0 0.000112
+gallium_dri.so free 0x5571735bda80 void 0.000114
+gallium_dri.so free 0x5571735da3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bda30 0.000111
+gallium_dri.so free 0x5571735bdb40 void 0.000115
+gallium_dri.so free 0x5571735bda30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000113
+gallium_dri.so free 0x5571735bdb80 void 0.000116
+gallium_dri.so free 0x5571735bdaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000114
+gallium_dri.so free 0x5571735bdc40 void 0.000114
+gallium_dri.so free 0x5571735bdaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000112
+gallium_dri.so free 0x5571735bdd00 void 0.000114
+gallium_dri.so free 0x5571735bdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000114
+gallium_dri.so free 0x5571735bde00 void 0.000119
+gallium_dri.so free 0x5571735bdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bddb0 0.000117
+gallium_dri.so free 0x5571735bdec0 void 0.000115
+gallium_dri.so free 0x5571735bddb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bde70 0.000114
+gallium_dri.so free 0x5571735bdf00 void 0.000114
+gallium_dri.so free 0x5571735bde70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bde70 0.000113
+gallium_dri.so free 0x5571735bdfc0 void 0.000114
+gallium_dri.so free 0x5571735bde70 void 0.000111
+gallium_dri.so malloc 72 0x5571735be000 0.000111
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so free 0x5571735be000 void 0.000112
+gallium_dri.so malloc 72 0x5571735be080 0.000114
+gallium_dri.so free 0x5571735be140 void 0.000112
+gallium_dri.so free 0x5571735be080 void 0.000112
+gallium_dri.so malloc 72 0x5571735be080 0.000114
+gallium_dri.so free 0x5571735be200 void 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so malloc 72 0x5571735be220 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000114
+gallium_dri.so free 0x5571735be220 void 0.000112
+gallium_dri.so malloc 72 0x5571735be270 0.000113
+gallium_dri.so free 0x5571735be340 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000115
+gallium_dri.so free 0x5571735be270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9b70 0.000114
+gallium_dri.so free 0x5571735b9c80 void 0.000114
+gallium_dri.so free 0x5571735b9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9c30 0.000116
+gallium_dri.so free 0x5571735b9cc0 void 0.000116
+gallium_dri.so free 0x5571735b9c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9c30 0.000114
+gallium_dri.so free 0x5571735b9d80 void 0.000113
+gallium_dri.so free 0x5571735b9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000113
+gallium_dri.so free 0x5571735b9e40 void 0.000114
+gallium_dri.so free 0x5571735b9dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9e80 0.000114
+gallium_dri.so free 0x5571735b9f00 void 0.000115
+gallium_dri.so free 0x5571735b9e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9f00 0.000114
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f00 0.000113
+gallium_dri.so free 0x5571735ba040 void 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba070 0.000114
+gallium_dri.so free 0x5571735ba0c0 void 0.000116
+gallium_dri.so free 0x5571735ba070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba070 0.000113
+gallium_dri.so free 0x5571735ba1c0 void 0.000115
+gallium_dri.so free 0x5571735ba070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba170 0.000114
+gallium_dri.so free 0x5571735ba280 void 0.000114
+gallium_dri.so free 0x5571735ba170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba230 0.000165
+gallium_dri.so free 0x5571735ba300 void 0.000115
+gallium_dri.so free 0x5571735ba230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba320 0.000113
+gallium_dri.so free 0x5571735ba3c0 void 0.000114
+gallium_dri.so free 0x5571735ba320 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba370 0.000114
+gallium_dri.so free 0x5571735ba440 void 0.000115
+gallium_dri.so free 0x5571735ba370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba370 0.000114
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so free 0x5571735ba370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000113
+gallium_dri.so free 0x5571735ba580 void 0.000119
+gallium_dri.so free 0x5571735ba4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000112
+gallium_dri.so free 0x5571735ba640 void 0.000114
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000113
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000113
+gallium_dri.so free 0x5571735ba700 void 0.000116
+gallium_dri.so free 0x5571735ba6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000114
+gallium_dri.so free 0x5571735ba800 void 0.000116
+gallium_dri.so free 0x5571735ba6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000127
+gallium_dri.so free 0x5571735e7340 void 0.000115
+gallium_dri.so free 0x5571735ba7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7360 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so free 0x5571735e7360 void 0.000115
+gallium_dri.so malloc 72 0x5571735e73b0 0.000113
+gallium_dri.so free 0x5571735e7480 void 0.000114
+gallium_dri.so free 0x5571735e73b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e73b0 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000115
+gallium_dri.so free 0x5571735e73b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7500 0.000115
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7500 0.000113
+gallium_dri.so free 0x5571735e76c0 void 0.000115
+gallium_dri.so free 0x5571735e7500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7500 0.000113
+gallium_dri.so free 0x5571735e7740 void 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7770 0.000114
+gallium_dri.so free 0x5571735e77c0 void 0.000115
+gallium_dri.so free 0x5571735e7770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7770 0.000113
+gallium_dri.so free 0x5571735e78c0 void 0.000113
+gallium_dri.so free 0x5571735e7770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7870 0.000113
+gallium_dri.so free 0x5571735e7980 void 0.000125
+gallium_dri.so free 0x5571735e7870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7930 0.000112
+gallium_dri.so free 0x5571735e79c0 void 0.000114
+gallium_dri.so free 0x5571735e7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7930 0.000113
+gallium_dri.so free 0x5571735e7a80 void 0.000114
+gallium_dri.so free 0x5571735e7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7ad0 0.000115
+gallium_dri.so free 0x5571735e7b40 void 0.000115
+gallium_dri.so free 0x5571735e7ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7b80 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000114
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000113
+gallium_dri.so free 0x5571735e7cc0 void 0.000115
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000112
+gallium_dri.so free 0x5571735e7d40 void 0.000114
+gallium_dri.so free 0x5571735e7c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7dc0 void 0.000114
+gallium_dri.so free 0x5571735e7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000115
+gallium_dri.so free 0x5571735e7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7e70 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000127
+gallium_dri.so free 0x5571735e7e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7f30 0.000113
+gallium_dri.so free 0x5571735e8000 void 0.000118
+gallium_dri.so free 0x5571735e7f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8020 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000115
+gallium_dri.so free 0x5571735e8020 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8070 0.000112
+gallium_dri.so free 0x5571735e8140 void 0.000114
+gallium_dri.so free 0x5571735e8070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8070 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735e8070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7910 0.000112
+gallium_dri.so free 0x5571735d7980 void 0.000115
+gallium_dri.so free 0x5571735d7910 void 0.000115
+gallium_dri.so malloc 72 0x5571735d79a0 0.000114
+gallium_dri.so free 0x5571735d7a40 void 0.000114
+gallium_dri.so free 0x5571735d79a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79f0 0.000114
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d79f0 0.000115
+gallium_dri.so free 0x5571735d7bc0 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7b70 0.000116
+gallium_dri.so free 0x5571735d7c40 void 0.000113
+gallium_dri.so free 0x5571735d7b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7c90 0.000114
+gallium_dri.so free 0x5571735d7d00 void 0.000115
+gallium_dri.so free 0x5571735d7c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d20 0.000112
+gallium_dri.so free 0x5571735d7dc0 void 0.000113
+gallium_dri.so free 0x5571735d7d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d70 0.000113
+gallium_dri.so free 0x5571735d7e40 void 0.000115
+gallium_dri.so free 0x5571735d7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d70 0.000114
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000113
+gallium_dri.so free 0x5571735d7f80 void 0.000115
+gallium_dri.so free 0x5571735d7ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000115
+gallium_dri.so free 0x5571735d8080 void 0.000115
+gallium_dri.so free 0x5571735d7ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000113
+gallium_dri.so free 0x5571735d8100 void 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8130 0.000114
+gallium_dri.so free 0x5571735d8180 void 0.000115
+gallium_dri.so free 0x5571735d8130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8130 0.000114
+gallium_dri.so free 0x5571735d8280 void 0.000114
+gallium_dri.so free 0x5571735d8130 void 0.000185
+gallium_dri.so malloc 72 0x5571735d8230 0.000114
+gallium_dri.so free 0x5571735d8340 void 0.000114
+gallium_dri.so free 0x5571735d8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d82f0 0.000112
+gallium_dri.so free 0x5571735d8380 void 0.000115
+gallium_dri.so free 0x5571735d82f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d82f0 0.000113
+gallium_dri.so free 0x5571735d8440 void 0.000114
+gallium_dri.so free 0x5571735d82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8490 0.000113
+gallium_dri.so free 0x5571735d8500 void 0.000114
+gallium_dri.so free 0x5571735d8490 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8540 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000112
+gallium_dri.so free 0x5571735d8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d85c0 0.000112
+gallium_dri.so free 0x5571735d8680 void 0.000115
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d85c0 0.000117
+gallium_dri.so free 0x5571735d8700 void 0.000115
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8730 0.000113
+gallium_dri.so free 0x5571735d8780 void 0.000114
+gallium_dri.so free 0x5571735d8730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8730 0.000113
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d8730 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8830 0.000113
+gallium_dri.so free 0x5571735d8940 void 0.000114
+gallium_dri.so free 0x5571735d8830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d88f0 0.000114
+gallium_dri.so free 0x5571735d89c0 void 0.000114
+gallium_dri.so free 0x5571735d88f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d89e0 0.000113
+gallium_dri.so free 0x5571735d8a80 void 0.000116
+gallium_dri.so free 0x5571735d89e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8a30 0.000114
+gallium_dri.so free 0x5571735d8b00 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a30 0.000112
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8b80 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8b80 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e82b0 0.000112
+gallium_dri.so free 0x5571735e8300 void 0.000115
+gallium_dri.so free 0x5571735e82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82b0 0.000115
+gallium_dri.so free 0x5571735e8400 void 0.000115
+gallium_dri.so free 0x5571735e82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8440 0.000122
+gallium_dri.so free 0x5571735e84c0 void 0.000115
+gallium_dri.so free 0x5571735e8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e84c0 0.000115
+gallium_dri.so free 0x5571735e8580 void 0.000114
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e84c0 0.000113
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8630 0.000112
+gallium_dri.so free 0x5571735e8680 void 0.000116
+gallium_dri.so free 0x5571735e8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8630 0.000113
+gallium_dri.so free 0x5571735e8780 void 0.000113
+gallium_dri.so free 0x5571735e8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8730 0.000115
+gallium_dri.so free 0x5571735e8840 void 0.000115
+gallium_dri.so free 0x5571735e8730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e87f0 0.000113
+gallium_dri.so free 0x5571735e88c0 void 0.000116
+gallium_dri.so free 0x5571735e87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87f0 0.000115
+gallium_dri.so free 0x5571735e8980 void 0.000115
+gallium_dri.so free 0x5571735e87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87f0 0.000112
+gallium_dri.so free 0x5571735e8a40 void 0.000114
+gallium_dri.so free 0x5571735e87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e89f0 0.000184
+gallium_dri.so free 0x5571735e8ac0 void 0.000116
+gallium_dri.so free 0x5571735e89f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b10 0.000112
+gallium_dri.so free 0x5571735e8b80 void 0.000114
+gallium_dri.so free 0x5571735e8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000112
+gallium_dri.so free 0x5571735e8c40 void 0.000114
+gallium_dri.so free 0x5571735e8ba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000117
+gallium_dri.so free 0x5571735e8cc0 void 0.000116
+gallium_dri.so free 0x5571735e8bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000114
+gallium_dri.so free 0x5571735e8d80 void 0.000114
+gallium_dri.so free 0x5571735e8cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000115
+gallium_dri.so free 0x5571735e8cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8e00 0.000112
+gallium_dri.so free 0x5571735e8ec0 void 0.000115
+gallium_dri.so free 0x5571735e8e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8e00 0.000114
+gallium_dri.so free 0x5571735e8f80 void 0.000116
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e00 0.000113
+gallium_dri.so free 0x5571735e9040 void 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000124
+gallium_dri.so free 0x5571735e90c0 void 0.000116
+gallium_dri.so free 0x5571735e8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9110 0.000113
+gallium_dri.so free 0x5571735e9180 void 0.000113
+gallium_dri.so free 0x5571735e9110 void 0.000112
+gallium_dri.so malloc 72 0x5571735e91c0 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000115
+gallium_dri.so free 0x5571735e91c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e91c0 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000115
+gallium_dri.so free 0x5571735e91c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92f0 0.000114
+gallium_dri.so free 0x5571735e9340 void 0.000115
+gallium_dri.so free 0x5571735e92f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92f0 0.000112
+gallium_dri.so free 0x5571735e9440 void 0.000115
+gallium_dri.so free 0x5571735e92f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e93f0 0.000113
+gallium_dri.so free 0x5571735e9500 void 0.000114
+gallium_dri.so free 0x5571735e93f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9540 void 0.000119
+gallium_dri.so free 0x5571735e94b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e94b0 0.000114
+gallium_dri.so free 0x5571735e9600 void 0.000115
+gallium_dri.so free 0x5571735e94b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9670 0.000112
+gallium_dri.so free 0x5571735b0b00 void 0.000117
+gallium_dri.so free 0x5571735e9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000112
+gallium_dri.so free 0x5571735e96c0 void 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000112
+gallium_dri.so free 0x5571735b0c80 void 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000112
+gallium_dri.so free 0x5571735b0d40 void 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000113
+gallium_dri.so free 0x5571735b0dc0 void 0.000113
+gallium_dri.so free 0x5571735b0cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0e10 0.000112
+gallium_dri.so free 0x5571735b0e80 void 0.000112
+gallium_dri.so free 0x5571735b0e10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0ee0 0.000112
+gallium_dri.so free 0x5571735b0f80 void 0.000114
+gallium_dri.so free 0x5571735b0ee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0f30 0.000111
+gallium_dri.so free 0x5571735b0fc0 void 0.000115
+gallium_dri.so free 0x5571735b0f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0f30 0.000115
+gallium_dri.so free 0x5571735b1080 void 0.000124
+gallium_dri.so free 0x5571735b0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b10c0 0.000113
+gallium_dri.so free 0x5571735b1140 void 0.000114
+gallium_dri.so free 0x5571735b10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1140 0.000112
+gallium_dri.so free 0x5571735b1200 void 0.000113
+gallium_dri.so free 0x5571735b1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1140 0.000113
+gallium_dri.so free 0x5571735b1280 void 0.000115
+gallium_dri.so free 0x5571735b1140 void 0.000111
+gallium_dri.so malloc 72 0x5571735b12b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000113
+gallium_dri.so free 0x5571735b12b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1300 0.000113
+gallium_dri.so free 0x5571735b13c0 void 0.000114
+gallium_dri.so free 0x5571735b1300 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1300 0.000112
+gallium_dri.so free 0x5571735b14c0 void 0.000114
+gallium_dri.so free 0x5571735b1300 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1470 0.000114
+gallium_dri.so free 0x5571735b1580 void 0.000114
+gallium_dri.so free 0x5571735b1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1530 0.000114
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1530 0.000113
+gallium_dri.so free 0x5571735b1680 void 0.000114
+gallium_dri.so free 0x5571735b1530 void 0.000128
+gallium_dri.so malloc 72 0x5571735b16c0 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000115
+gallium_dri.so free 0x5571735b16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000115
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1740 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1a00 void 0.000115
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19b0 0.000111
+gallium_dri.so free 0x5571735b1a80 void 0.000114
+gallium_dri.so free 0x5571735b19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000112
+gallium_dri.so free 0x5571735b1b40 void 0.000115
+gallium_dri.so free 0x5571735b1ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b60 0.000113
+gallium_dri.so free 0x5571735b1c00 void 0.000114
+gallium_dri.so free 0x5571735b1b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000114
+gallium_dri.so free 0x5571735b1c80 void 0.000114
+gallium_dri.so free 0x5571735b1bb0 void 0.000158
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000120
+gallium_dri.so free 0x5571735b1d80 void 0.000116
+gallium_dri.so free 0x5571735b1bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1d30 0.000112
+gallium_dri.so free 0x5571735b1e00 void 0.000114
+gallium_dri.so free 0x5571735b1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1e50 0.000113
+gallium_dri.so free 0x5571735b1ec0 void 0.000114
+gallium_dri.so free 0x5571735b1e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1ee0 0.000113
+gallium_dri.so free 0x5571735b1f80 void 0.000115
+gallium_dri.so free 0x5571735b1ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1f30 0.000112
+gallium_dri.so free 0x5571735b2000 void 0.000114
+gallium_dri.so free 0x5571735b1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1f30 0.000118
+gallium_dri.so free 0x5571735b2080 void 0.000115
+gallium_dri.so free 0x5571735b1f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2080 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735b33f0 0.000115
+gallium_dri.so free 0x5571735b34c0 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000113
+gallium_dri.so free 0x5571735b3580 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b33f0 0.000120
+gallium_dri.so free 0x5571735b3640 void 0.000114
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b35f0 0.000114
+gallium_dri.so free 0x5571735b36c0 void 0.000115
+gallium_dri.so free 0x5571735b35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3710 0.000113
+gallium_dri.so free 0x5571735b3780 void 0.000114
+gallium_dri.so free 0x5571735b3710 void 0.000113
+gallium_dri.so malloc 72 0x5571735b37a0 0.000113
+gallium_dri.so free 0x5571735b3840 void 0.000115
+gallium_dri.so free 0x5571735b37a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b37f0 0.000114
+gallium_dri.so free 0x5571735b38c0 void 0.000115
+gallium_dri.so free 0x5571735b37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b38c0 0.000115
+gallium_dri.so free 0x5571735b3980 void 0.000116
+gallium_dri.so free 0x5571735b38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38c0 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000115
+gallium_dri.so free 0x5571735b38c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3a00 0.000114
+gallium_dri.so free 0x5571735b3ac0 void 0.000113
+gallium_dri.so free 0x5571735b3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3a00 0.000115
+gallium_dri.so free 0x5571735b3b80 void 0.000114
+gallium_dri.so free 0x5571735b3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3a00 0.000124
+gallium_dri.so free 0x5571735b3c40 void 0.000115
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000113
+gallium_dri.so free 0x5571735b3cc0 void 0.000115
+gallium_dri.so free 0x5571735b3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3d10 0.000113
+gallium_dri.so free 0x5571735b3d80 void 0.000116
+gallium_dri.so free 0x5571735b3d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000114
+gallium_dri.so free 0x5571735b3e40 void 0.000114
+gallium_dri.so free 0x5571735b3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000112
+gallium_dri.so free 0x5571735b3ec0 void 0.000115
+gallium_dri.so free 0x5571735b3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000114
+gallium_dri.so free 0x5571735b3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000114
+gallium_dri.so free 0x5571735b4040 void 0.000114
+gallium_dri.so free 0x5571735b3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3ff0 0.000113
+gallium_dri.so free 0x5571735b4100 void 0.000114
+gallium_dri.so free 0x5571735b3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b40b0 0.000112
+gallium_dri.so free 0x5571735b4140 void 0.000114
+gallium_dri.so free 0x5571735b40b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b40b0 0.000184
+gallium_dri.so free 0x5571735b4200 void 0.000116
+gallium_dri.so free 0x5571735b40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4270 0.000112
+gallium_dri.so free 0x5571735b42c0 void 0.000112
+gallium_dri.so free 0x5571735b4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4270 0.000111
+gallium_dri.so free 0x5571735b43c0 void 0.000112
+gallium_dri.so free 0x5571735b4270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4370 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000112
+gallium_dri.so free 0x5571735b4370 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4430 0.000118
+gallium_dri.so free 0x5571735b44c0 void 0.000118
+gallium_dri.so free 0x5571735b4430 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4430 0.000119
+gallium_dri.so free 0x5571735b4580 void 0.000118
+gallium_dri.so free 0x5571735b4430 void 0.000119
+gallium_dri.so malloc 72 0x5571735b45c0 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000119
+gallium_dri.so free 0x5571735b45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000117
+gallium_dri.so free 0x5571735b4700 void 0.000118
+gallium_dri.so free 0x5571735b4640 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4640 0.000118
+gallium_dri.so free 0x5571735b47c0 void 0.000119
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735b47e0 0.000119
+gallium_dri.so free 0x5571735b4880 void 0.000118
+gallium_dri.so free 0x5571735b47e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4830 0.000119
+gallium_dri.so free 0x5571735b4900 void 0.000118
+gallium_dri.so free 0x5571735b4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4830 0.000119
+gallium_dri.so free 0x5571735b4980 void 0.000119
+gallium_dri.so free 0x5571735b4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4980 0.000117
+gallium_dri.so free 0x5571735b4a40 void 0.000118
+gallium_dri.so free 0x5571735b4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4980 0.000117
+gallium_dri.so free 0x5571735b4b00 void 0.000119
+gallium_dri.so free 0x5571735b4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4980 0.000117
+gallium_dri.so free 0x5571735b4bc0 void 0.000117
+gallium_dri.so free 0x5571735b4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4b70 0.000118
+gallium_dri.so free 0x5571735bee80 void 0.000119
+gallium_dri.so free 0x5571735b4b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735beec0 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000118
+gallium_dri.so free 0x5571735beec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bef40 0.000118
+gallium_dri.so free 0x5571735bf000 void 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000126
+gallium_dri.so malloc 72 0x5571735bef40 0.000120
+gallium_dri.so free 0x5571735bf080 void 0.000119
+gallium_dri.so free 0x5571735bef40 void 0.000145
+gallium_dri.so malloc 72 0x5571735bf0b0 0.000120
+gallium_dri.so free 0x5571735bf100 void 0.000120
+gallium_dri.so free 0x5571735bf0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf0b0 0.000119
+gallium_dri.so free 0x5571735bf200 void 0.000118
+gallium_dri.so free 0x5571735bf0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000118
+gallium_dri.so free 0x5571735bf2c0 void 0.000118
+gallium_dri.so free 0x5571735bf1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf270 0.000117
+gallium_dri.so free 0x5571735bf340 void 0.000117
+gallium_dri.so free 0x5571735bf270 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf360 0.000118
+gallium_dri.so free 0x5571735bf400 void 0.000118
+gallium_dri.so free 0x5571735bf360 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3b0 0.000118
+gallium_dri.so free 0x5571735bf480 void 0.000117
+gallium_dri.so free 0x5571735bf3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3b0 0.000119
+gallium_dri.so free 0x5571735bf500 void 0.000119
+gallium_dri.so free 0x5571735bf3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf500 0.000118
+gallium_dri.so free 0x5571735bf5c0 void 0.000168
+gallium_dri.so free 0x5571735bf500 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf500 0.000120
+gallium_dri.so free 0x5571735bf680 void 0.000117
+gallium_dri.so free 0x5571735bf500 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf500 0.000117
+gallium_dri.so free 0x5571735bf740 void 0.000118
+gallium_dri.so free 0x5571735bf500 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000118
+gallium_dri.so free 0x5571735bf740 void 0.000119
+gallium_dri.so free 0x5571735bf6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000117
+gallium_dri.so free 0x5571735bf840 void 0.000118
+gallium_dri.so free 0x5571735bf6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000118
+gallium_dri.so free 0x5571735bf900 void 0.000117
+gallium_dri.so free 0x5571735bf7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000118
+gallium_dri.so free 0x5571735bf940 void 0.000118
+gallium_dri.so free 0x5571735bf8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000118
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so free 0x5571735bf8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfa40 0.000120
+gallium_dri.so free 0x5571735bfac0 void 0.000119
+gallium_dri.so free 0x5571735bfa40 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfac0 0.000125
+gallium_dri.so free 0x5571735bfb80 void 0.000124
+gallium_dri.so free 0x5571735bfac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfac0 0.000118
+gallium_dri.so free 0x5571735bfc40 void 0.000120
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfc60 0.000119
+gallium_dri.so free 0x5571735bfd00 void 0.000117
+gallium_dri.so free 0x5571735bfc60 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000117
+gallium_dri.so free 0x5571735bfd80 void 0.000118
+gallium_dri.so free 0x5571735bfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000119
+gallium_dri.so free 0x5571735bfe00 void 0.000119
+gallium_dri.so free 0x5571735bfcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe00 0.000117
+gallium_dri.so free 0x5571735bfec0 void 0.000118
+gallium_dri.so free 0x5571735bfe00 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfe00 0.000119
+gallium_dri.so free 0x5571735bff80 void 0.000119
+gallium_dri.so free 0x5571735bfe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe00 0.000118
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so free 0x5571735bfe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfff0 0.000117
+gallium_dri.so free 0x5571735c0100 void 0.000118
+gallium_dri.so free 0x5571735bfff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c00b0 0.000126
+gallium_dri.so free 0x5571735c0180 void 0.000118
+gallium_dri.so free 0x5571735c00b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c01d0 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000119
+gallium_dri.so free 0x5571735c01d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0260 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000118
+gallium_dri.so free 0x5571735c0260 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02b0 0.000118
+gallium_dri.so free 0x5571735c0380 void 0.000118
+gallium_dri.so free 0x5571735c02b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02b0 0.000119
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735c02b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0400 0.000119
+gallium_dri.so free 0x5571735c04c0 void 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0400 0.000118
+gallium_dri.so free 0x5571735c05c0 void 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0570 0.000118
+gallium_dri.so free 0x5571735c0600 void 0.000117
+gallium_dri.so free 0x5571735c0570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0570 0.000117
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so free 0x5571735c0570 void 0.000165
+gallium_dri.so malloc 72 0x5571735c0700 0.000120
+gallium_dri.so free 0x5571735c0780 void 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0780 0.000118
+gallium_dri.so free 0x5571735c0840 void 0.000117
+gallium_dri.so free 0x5571735c0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0780 0.000118
+gallium_dri.so free 0x5571735c08c0 void 0.000118
+gallium_dri.so free 0x5571735c0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08f0 0.000119
+gallium_dri.so free 0x5571735c0940 void 0.000117
+gallium_dri.so free 0x5571735c08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c08f0 0.000120
+gallium_dri.so free 0x5571735c0a40 void 0.000118
+gallium_dri.so free 0x5571735c08f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a80 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000117
+gallium_dri.so free 0x5571735c0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0b00 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b00 0.000118
+gallium_dri.so free 0x5571735c0c40 void 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0c70 0.000118
+gallium_dri.so free 0x5571735c0cc0 void 0.000124
+gallium_dri.so free 0x5571735c0c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0c70 0.000118
+gallium_dri.so free 0x5571735c0dc0 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d70 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so free 0x5571735c0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e30 0.000119
+gallium_dri.so free 0x5571735c0f00 void 0.000118
+gallium_dri.so free 0x5571735c0e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e30 0.000119
+gallium_dri.so free 0x5571735c0fc0 void 0.000118
+gallium_dri.so free 0x5571735c0e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e30 0.000117
+gallium_dri.so free 0x5571735c1080 void 0.000119
+gallium_dri.so free 0x5571735c0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1030 0.000117
+gallium_dri.so free 0x5571735c1100 void 0.000117
+gallium_dri.so free 0x5571735c1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1150 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735c1150 void 0.000118
+gallium_dri.so malloc 72 0x5571735c11e0 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c11e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1230 0.000117
+gallium_dri.so free 0x5571735c1300 void 0.000126
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1300 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000117
+gallium_dri.so free 0x5571735c1300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1300 0.000117
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1440 0.000118
+gallium_dri.so free 0x5571735c1500 void 0.000117
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1440 0.000115
+gallium_dri.so free 0x5571735c15c0 void 0.000118
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1440 0.000119
+gallium_dri.so free 0x5571735c1680 void 0.000118
+gallium_dri.so free 0x5571735c1440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1630 0.000117
+gallium_dri.so free 0x5571735c1700 void 0.000117
+gallium_dri.so free 0x5571735c1630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1750 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1750 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1800 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000120
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1800 0.000160
+gallium_dri.so free 0x5571735c1900 void 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1930 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000118
+gallium_dri.so free 0x5571735c1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1930 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000118
+gallium_dri.so free 0x5571735c1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1a30 0.000118
+gallium_dri.so free 0x5571735c1b40 void 0.000120
+gallium_dri.so free 0x5571735c1a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1af0 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000118
+gallium_dri.so free 0x5571735c1af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1af0 0.000117
+gallium_dri.so free 0x5571735c1c40 void 0.000118
+gallium_dri.so free 0x5571735c1af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c1d00 void 0.000118
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1db0 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so free 0x5571735c1db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1e70 0.000119
+gallium_dri.so free 0x5571735c1f00 void 0.000117
+gallium_dri.so free 0x5571735c1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e70 0.000117
+gallium_dri.so free 0x5571735c1fc0 void 0.000118
+gallium_dri.so free 0x5571735c1e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2000 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so free 0x5571735c2000 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2080 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2080 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000117
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2220 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000117
+gallium_dri.so free 0x5571735c2220 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2270 0.000122
+gallium_dri.so free 0x5571735c2340 void 0.000119
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2270 0.000118
+gallium_dri.so free 0x5571735c23c0 void 0.000116
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c23c0 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000118
+gallium_dri.so free 0x5571735c23c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c23c0 0.000119
+gallium_dri.so free 0x5571735c2540 void 0.000117
+gallium_dri.so free 0x5571735c23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c23c0 0.000119
+gallium_dri.so free 0x5571735c2600 void 0.000119
+gallium_dri.so free 0x5571735c23c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25b0 0.000118
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c25b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2670 0.000118
+gallium_dri.so free 0x5571735c2740 void 0.000118
+gallium_dri.so free 0x5571735c2670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2740 0.000119
+gallium_dri.so free 0x5571735e1580 void 0.000120
+gallium_dri.so free 0x5571735c2740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000118
+gallium_dri.so free 0x5571735e15c0 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16c0 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1740 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e19b0 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e19b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ad0 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1ad0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1b60 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000117
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so free 0x5571735e1bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so free 0x5571735e1bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d30 0.000117
+gallium_dri.so free 0x5571735e1e00 void 0.000126
+gallium_dri.so free 0x5571735e1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e50 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000117
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so free 0x5571735e1ee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f30 0.000122
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so free 0x5571735e1f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2080 0.000125
+gallium_dri.so free 0x5571735e2140 void 0.000127
+gallium_dri.so free 0x5571735e2080 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2080 0.000123
+gallium_dri.so free 0x5571735e2240 void 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so free 0x5571735e22f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e22f0 0.000118
+gallium_dri.so free 0x5571735e2440 void 0.000118
+gallium_dri.so free 0x5571735e22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23f0 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000117
+gallium_dri.so free 0x5571735e23f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2540 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2650 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735e2650 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2700 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2780 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2780 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28f0 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000117
+gallium_dri.so free 0x5571735e28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000111
+gallium_dri.so free 0x5571735e28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e29f0 0.000111
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so free 0x5571735e29f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000109
+gallium_dri.so free 0x5571735e2b80 void 0.000110
+gallium_dri.so free 0x5571735e2ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2ba0 0.000110
+gallium_dri.so free 0x5571735e2c40 void 0.000111
+gallium_dri.so free 0x5571735e2ba0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000109
+gallium_dri.so free 0x5571735e2cc0 void 0.000109
+gallium_dri.so free 0x5571735e2bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000109
+gallium_dri.so free 0x5571735e2d40 void 0.000111
+gallium_dri.so free 0x5571735e2bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2d40 0.000111
+gallium_dri.so free 0x5571735e2e00 void 0.000112
+gallium_dri.so free 0x5571735e2d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d40 0.000120
+gallium_dri.so free 0x5571735e2ec0 void 0.000116
+gallium_dri.so free 0x5571735e2d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2d40 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2f30 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so free 0x5571735e2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2f30 0.000117
+gallium_dri.so free 0x5571735e3080 void 0.000119
+gallium_dri.so free 0x5571735e2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e3140 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30f0 0.000118
+gallium_dri.so free 0x5571735e3180 void 0.000118
+gallium_dri.so free 0x5571735e30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e30f0 0.000117
+gallium_dri.so free 0x5571735e3240 void 0.000124
+gallium_dri.so free 0x5571735e30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3280 0.000123
+gallium_dri.so free 0x5571735e3300 void 0.000154
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3300 0.000119
+gallium_dri.so free 0x5571735e33c0 void 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3300 0.000117
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735e34a0 0.000117
+gallium_dri.so free 0x5571735e3540 void 0.000119
+gallium_dri.so free 0x5571735e34a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e34f0 0.000117
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3640 0.000119
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3640 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000117
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3640 0.000118
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3830 0.000119
+gallium_dri.so free 0x5571735e3940 void 0.000118
+gallium_dri.so free 0x5571735e3830 void 0.000117
+gallium_dri.so malloc 72 0x5571735e38f0 0.000119
+gallium_dri.so free 0x5571735e39c0 void 0.000118
+gallium_dri.so free 0x5571735e38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3a10 0.000118
+gallium_dri.so free 0x5571735e3a80 void 0.000118
+gallium_dri.so free 0x5571735e3a10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3aa0 0.000162
+gallium_dri.so free 0x5571735e3b40 void 0.000112
+gallium_dri.so free 0x5571735e3aa0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3af0 0.000110
+gallium_dri.so free 0x5571735e3bc0 void 0.000109
+gallium_dri.so free 0x5571735e3af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3af0 0.000109
+gallium_dri.so free 0x5571735e3c40 void 0.000110
+gallium_dri.so free 0x5571735e3af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3c40 0.000109
+gallium_dri.so free 0x5571735e3d00 void 0.000110
+gallium_dri.so free 0x5571735e3c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3c40 0.000109
+gallium_dri.so free 0x5571735e3e00 void 0.000109
+gallium_dri.so free 0x5571735e3c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3db0 0.000109
+gallium_dri.so free 0x5571735e3e40 void 0.000115
+gallium_dri.so free 0x5571735e3db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3db0 0.000110
+gallium_dri.so free 0x5571735e3f00 void 0.000108
+gallium_dri.so free 0x5571735e3db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3f40 0.000115
+gallium_dri.so free 0x5571735e3fc0 void 0.000120
+gallium_dri.so free 0x5571735e3f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000111
+gallium_dri.so free 0x5571735e4080 void 0.000112
+gallium_dri.so free 0x5571735e3fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000109
+gallium_dri.so free 0x5571735e4100 void 0.000152
+gallium_dri.so free 0x5571735e3fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4130 0.000119
+gallium_dri.so free 0x5571735e4180 void 0.000118
+gallium_dri.so free 0x5571735e4130 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4130 0.000125
+gallium_dri.so free 0x5571735e4280 void 0.000118
+gallium_dri.so free 0x5571735e4130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e42c0 0.000119
+gallium_dri.so free 0x5571735e4340 void 0.000123
+gallium_dri.so free 0x5571735e42c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4340 0.000124
+gallium_dri.so free 0x5571735e4400 void 0.000123
+gallium_dri.so free 0x5571735e4340 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4340 0.000124
+gallium_dri.so free 0x5571735e4480 void 0.000125
+gallium_dri.so free 0x5571735e4340 void 0.000120
+gallium_dri.so malloc 72 0x5571735e44b0 0.000117
+gallium_dri.so free 0x5571735e4500 void 0.000118
+gallium_dri.so free 0x5571735e44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e44b0 0.000123
+gallium_dri.so free 0x5571735e4600 void 0.000119
+gallium_dri.so free 0x5571735e44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e45b0 0.000119
+gallium_dri.so free 0x5571735e46c0 void 0.000125
+gallium_dri.so free 0x5571735e45b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4670 0.000123
+gallium_dri.so free 0x5571735e4740 void 0.000125
+gallium_dri.so free 0x5571735e4670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4670 0.000120
+gallium_dri.so free 0x5571735e4800 void 0.000118
+gallium_dri.so free 0x5571735e4670 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4670 0.000118
+gallium_dri.so free 0x5571735e48c0 void 0.000119
+gallium_dri.so free 0x5571735e4670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4870 0.000124
+gallium_dri.so free 0x5571735e4940 void 0.000120
+gallium_dri.so free 0x5571735e4870 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4990 0.000124
+gallium_dri.so free 0x5571735e4a00 void 0.000120
+gallium_dri.so free 0x5571735e4990 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4a20 0.000123
+gallium_dri.so free 0x5571735e4ac0 void 0.000126
+gallium_dri.so free 0x5571735e4a20 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4a70 0.000124
+gallium_dri.so free 0x5571735e4b40 void 0.000124
+gallium_dri.so free 0x5571735e4a70 void 0.000172
+gallium_dri.so malloc 72 0x5571735e4b40 0.000125
+gallium_dri.so free 0x5571735e4c00 void 0.000124
+gallium_dri.so free 0x5571735e4b40 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4b40 0.000167
+gallium_dri.so free 0x5571735e4c80 void 0.000130
+gallium_dri.so free 0x5571735e4b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4c80 0.000130
+gallium_dri.so free 0x5571735e4d40 void 0.000126
+gallium_dri.so free 0x5571735e4c80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4c80 0.000125
+gallium_dri.so free 0x5571735e4e00 void 0.000129
+gallium_dri.so free 0x5571735e4c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4c80 0.000124
+gallium_dri.so free 0x5571735e4ec0 void 0.000124
+gallium_dri.so free 0x5571735e4c80 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4e70 0.000130
+gallium_dri.so free 0x5571735e4f40 void 0.000124
+gallium_dri.so free 0x5571735e4e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4f90 0.000130
+gallium_dri.so free 0x5571735e5000 void 0.000126
+gallium_dri.so free 0x5571735e4f90 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5040 0.000134
+gallium_dri.so free 0x5571735e50c0 void 0.000131
+gallium_dri.so free 0x5571735e5040 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5040 0.000132
+gallium_dri.so free 0x5571735e5140 void 0.000126
+gallium_dri.so free 0x5571735e5040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5170 0.000128
+gallium_dri.so free 0x5571735e51c0 void 0.000131
+gallium_dri.so free 0x5571735e5170 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5170 0.000124
+gallium_dri.so free 0x5571735e52c0 void 0.000124
+gallium_dri.so free 0x5571735e5170 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5270 0.000123
+gallium_dri.so free 0x5571735e5380 void 0.000124
+gallium_dri.so free 0x5571735e5270 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5330 0.000130
+gallium_dri.so free 0x5571735e53c0 void 0.000131
+gallium_dri.so free 0x5571735e5330 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5330 0.000129
+gallium_dri.so free 0x5571735e5480 void 0.000132
+gallium_dri.so free 0x5571735e5330 void 0.000130
+gallium_dri.so malloc 72 0x5571735e54f0 0.000139
+gallium_dri.so free 0x5571735e5540 void 0.000132
+gallium_dri.so free 0x5571735e54f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e54f0 0.000128
+gallium_dri.so free 0x5571735e5640 void 0.000126
+gallium_dri.so free 0x5571735e54f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e55f0 0.000131
+gallium_dri.so free 0x5571735e5700 void 0.000125
+gallium_dri.so free 0x5571735e55f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e56b0 0.000130
+gallium_dri.so free 0x5571735e5740 void 0.000130
+gallium_dri.so free 0x5571735e56b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e56b0 0.000129
+gallium_dri.so free 0x5571735e5800 void 0.000130
+gallium_dri.so free 0x5571735e56b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5840 0.000130
+gallium_dri.so free 0x5571735e58c0 void 0.000126
+gallium_dri.so free 0x5571735e5840 void 0.000129
+gallium_dri.so malloc 72 0x5571735e58c0 0.000130
+gallium_dri.so free 0x5571735e5980 void 0.000129
+gallium_dri.so free 0x5571735e58c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e58c0 0.000178
+gallium_dri.so free 0x5571735e5a40 void 0.000128
+gallium_dri.so free 0x5571735e58c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5a60 0.000129
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so free 0x5571735e5a60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000124
+gallium_dri.so free 0x5571735e5b80 void 0.000129
+gallium_dri.so free 0x5571735e5ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000130
+gallium_dri.so free 0x5571735e5c00 void 0.000131
+gallium_dri.so free 0x5571735e5ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5c00 0.000125
+gallium_dri.so free 0x5571735e5cc0 void 0.000131
+gallium_dri.so free 0x5571735e5c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5c00 0.000132
+gallium_dri.so free 0x5571735e5d80 void 0.000125
+gallium_dri.so free 0x5571735e5c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5c00 0.000125
+gallium_dri.so free 0x5571735e5e40 void 0.000128
+gallium_dri.so free 0x5571735e5c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5df0 0.000140
+gallium_dri.so free 0x5571735e5f00 void 0.000134
+gallium_dri.so free 0x5571735e5df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000131
+gallium_dri.so free 0x5571735e5f80 void 0.000132
+gallium_dri.so free 0x5571735e5eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5fd0 0.000126
+gallium_dri.so free 0x5571735e6040 void 0.000124
+gallium_dri.so free 0x5571735e5fd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6060 0.000131
+gallium_dri.so free 0x5571735e6100 void 0.000129
+gallium_dri.so free 0x5571735e6060 void 0.000131
+gallium_dri.so malloc 72 0x5571735e60b0 0.000130
+gallium_dri.so free 0x5571735e6180 void 0.000131
+gallium_dri.so free 0x5571735e60b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e60b0 0.000122
+gallium_dri.so free 0x5571735e6200 void 0.000124
+gallium_dri.so free 0x5571735e60b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6200 0.000129
+gallium_dri.so free 0x5571735e62c0 void 0.000130
+gallium_dri.so free 0x5571735e6200 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6200 0.000136
+gallium_dri.so free 0x5571735e63c0 void 0.000132
+gallium_dri.so free 0x5571735e6200 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6370 0.000127
+gallium_dri.so free 0x5571735e6400 void 0.000125
+gallium_dri.so free 0x5571735e6370 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6370 0.000130
+gallium_dri.so free 0x5571735e64c0 void 0.000125
+gallium_dri.so free 0x5571735e6370 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6500 0.000124
+gallium_dri.so free 0x5571735e6580 void 0.000129
+gallium_dri.so free 0x5571735e6500 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6580 0.000124
+gallium_dri.so free 0x5571735e6640 void 0.000124
+gallium_dri.so free 0x5571735e6580 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6580 0.000129
+gallium_dri.so free 0x5571735e66c0 void 0.000132
+gallium_dri.so free 0x5571735e6580 void 0.000131
+gallium_dri.so malloc 72 0x5571735e66f0 0.000130
+gallium_dri.so free 0x5571735e6740 void 0.000130
+gallium_dri.so free 0x5571735e66f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e66f0 0.000130
+gallium_dri.so free 0x5571735e6840 void 0.000171
+gallium_dri.so free 0x5571735e66f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6880 0.000130
+gallium_dri.so free 0x5571735e6900 void 0.000131
+gallium_dri.so free 0x5571735e6880 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6900 0.000125
+gallium_dri.so free 0x5571735e69c0 void 0.000129
+gallium_dri.so free 0x5571735e6900 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6900 0.000130
+gallium_dri.so free 0x5571735e6a40 void 0.000125
+gallium_dri.so free 0x5571735e6900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6a70 0.000128
+gallium_dri.so free 0x5571735e6ac0 void 0.000129
+gallium_dri.so free 0x5571735e6a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6a70 0.000123
+gallium_dri.so free 0x5571735e6bc0 void 0.000129
+gallium_dri.so free 0x5571735e6a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6b70 0.000129
+gallium_dri.so free 0x5571735e6c80 void 0.000131
+gallium_dri.so free 0x5571735e6b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6c30 0.000124
+gallium_dri.so free 0x5571735e6d00 void 0.000129
+gallium_dri.so free 0x5571735e6c30 void 0.000142
+gallium_dri.so malloc 72 0x5571735e6c30 0.000130
+gallium_dri.so free 0x5571735e6dc0 void 0.000130
+gallium_dri.so free 0x5571735e6c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6c30 0.000130
+gallium_dri.so free 0x5571735e6e80 void 0.000125
+gallium_dri.so free 0x5571735e6c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6e30 0.000124
+gallium_dri.so free 0x5571735da8c0 void 0.000130
+gallium_dri.so free 0x5571735e6e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735da8c0 0.000123
+gallium_dri.so free 0x5571735da980 void 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735da8c0 0.000131
+gallium_dri.so free 0x5571735daa00 void 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735daa30 0.000125
+gallium_dri.so free 0x5571735daa80 void 0.000130
+gallium_dri.so free 0x5571735daa30 void 0.000125
+gallium_dri.so malloc 72 0x5571735daa80 0.000129
+gallium_dri.so free 0x5571735dab40 void 0.000125
+gallium_dri.so free 0x5571735daa80 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa80 0.000134
+gallium_dri.so free 0x5571735dac40 void 0.000133
+gallium_dri.so free 0x5571735daa80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dabf0 0.000130
+gallium_dri.so free 0x5571735dad00 void 0.000126
+gallium_dri.so free 0x5571735dabf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dacb0 0.000129
+gallium_dri.so free 0x5571735dad40 void 0.000133
+gallium_dri.so free 0x5571735dacb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacb0 0.000131
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dacb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dae40 0.000126
+gallium_dri.so free 0x5571735daec0 void 0.000143
+gallium_dri.so free 0x5571735dae40 void 0.000131
+gallium_dri.so malloc 72 0x5571735daec0 0.000129
+gallium_dri.so free 0x5571735daf80 void 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735daec0 0.000130
+gallium_dri.so free 0x5571735db000 void 0.000126
+gallium_dri.so free 0x5571735daec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735daec0 0.000177
+gallium_dri.so free 0x5571735db0c0 void 0.000132
+gallium_dri.so free 0x5571735daec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735daec0 0.000124
+gallium_dri.so free 0x5571735db180 void 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db130 0.000132
+gallium_dri.so free 0x5571735db200 void 0.000131
+gallium_dri.so free 0x5571735db130 void 0.000130
+gallium_dri.so malloc 72 0x5571735db250 0.000129
+gallium_dri.so free 0x5571735db2c0 void 0.000131
+gallium_dri.so free 0x5571735db250 void 0.000125
+gallium_dri.so malloc 72 0x5571735db2e0 0.000129
+gallium_dri.so free 0x5571735db380 void 0.000126
+gallium_dri.so free 0x5571735db2e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db330 0.000131
+gallium_dri.so free 0x5571735db400 void 0.000130
+gallium_dri.so free 0x5571735db330 void 0.000125
+gallium_dri.so malloc 72 0x5571735db330 0.000124
+gallium_dri.so free 0x5571735db500 void 0.000130
+gallium_dri.so free 0x5571735db330 void 0.000131
+gallium_dri.so malloc 72 0x5571735db4b0 0.000130
+gallium_dri.so free 0x5571735db580 void 0.000132
+gallium_dri.so free 0x5571735db4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5d0 0.000133
+gallium_dri.so free 0x5571735db640 void 0.000130
+gallium_dri.so free 0x5571735db5d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db660 0.000130
+gallium_dri.so free 0x5571735db700 void 0.000130
+gallium_dri.so free 0x5571735db660 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6b0 0.000129
+gallium_dri.so free 0x5571735db780 void 0.000125
+gallium_dri.so free 0x5571735db6b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db6b0 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db800 0.000129
+gallium_dri.so free 0x5571735db8c0 void 0.000131
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so malloc 72 0x5571735db800 0.000128
+gallium_dri.so free 0x5571735db9c0 void 0.000129
+gallium_dri.so free 0x5571735db800 void 0.000130
+gallium_dri.so malloc 72 0x5571735db800 0.000141
+gallium_dri.so free 0x5571735dba40 void 0.000127
+gallium_dri.so free 0x5571735db800 void 0.000128
+gallium_dri.so malloc 72 0x5571735dba70 0.000131
+gallium_dri.so free 0x5571735dbac0 void 0.000130
+gallium_dri.so free 0x5571735dba70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dba70 0.000127
+gallium_dri.so free 0x5571735dbbc0 void 0.000130
+gallium_dri.so free 0x5571735dba70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb70 0.000124
+gallium_dri.so free 0x5571735dbc80 void 0.000125
+gallium_dri.so free 0x5571735dbb70 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbc30 0.000125
+gallium_dri.so free 0x5571735dbcc0 void 0.000126
+gallium_dri.so free 0x5571735dbc30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbc30 0.000130
+gallium_dri.so free 0x5571735dbd80 void 0.000131
+gallium_dri.so free 0x5571735dbc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000130
+gallium_dri.so free 0x5571735dbe40 void 0.000131
+gallium_dri.so free 0x5571735dbdd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbe80 0.000130
+gallium_dri.so free 0x5571735dbf00 void 0.000131
+gallium_dri.so free 0x5571735dbe80 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbf00 0.000129
+gallium_dri.so free 0x5571735dbfc0 void 0.000125
+gallium_dri.so free 0x5571735dbf00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbf00 0.000125
+gallium_dri.so free 0x5571735dc040 void 0.000129
+gallium_dri.so free 0x5571735dbf00 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc070 0.000125
+gallium_dri.so free 0x5571735dc0c0 void 0.000125
+gallium_dri.so free 0x5571735dc070 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc070 0.000130
+gallium_dri.so free 0x5571735dc1c0 void 0.000129
+gallium_dri.so free 0x5571735dc070 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc170 0.000124
+gallium_dri.so free 0x5571735dc280 void 0.000129
+gallium_dri.so free 0x5571735dc170 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc230 0.000131
+gallium_dri.so free 0x5571735dc300 void 0.000125
+gallium_dri.so free 0x5571735dc230 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc320 0.000123
+gallium_dri.so free 0x5571735dc3c0 void 0.000127
+gallium_dri.so free 0x5571735dc320 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc370 0.000125
+gallium_dri.so free 0x5571735dc440 void 0.000129
+gallium_dri.so free 0x5571735dc370 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc370 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000123
+gallium_dri.so free 0x5571735dc370 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000125
+gallium_dri.so free 0x5571735dc4c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000130
+gallium_dri.so free 0x5571735dc640 void 0.000131
+gallium_dri.so free 0x5571735dc4c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000126
+gallium_dri.so free 0x5571735dc700 void 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000130
+gallium_dri.so free 0x5571735dc700 void 0.000130
+gallium_dri.so free 0x5571735dc6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000129
+gallium_dri.so free 0x5571735dc800 void 0.000130
+gallium_dri.so free 0x5571735dc6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000138
+gallium_dri.so free 0x5571735dc8c0 void 0.000126
+gallium_dri.so free 0x5571735dc7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc870 0.000124
+gallium_dri.so free 0x5571735dc900 void 0.000125
+gallium_dri.so free 0x5571735dc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc870 0.000124
+gallium_dri.so free 0x5571735dc9c0 void 0.000123
+gallium_dri.so free 0x5571735dc870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dca00 0.000129
+gallium_dri.so free 0x5571735dca80 void 0.000130
+gallium_dri.so free 0x5571735dca00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dca80 0.000129
+gallium_dri.so free 0x5571735dcb40 void 0.000129
+gallium_dri.so free 0x5571735dca80 void 0.000133
+gallium_dri.so malloc 72 0x5571735dca80 0.000131
+gallium_dri.so free 0x5571735dcc00 void 0.000126
+gallium_dri.so free 0x5571735dca80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcc20 0.000122
+gallium_dri.so free 0x5571735dccc0 void 0.000124
+gallium_dri.so free 0x5571735dcc20 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcc70 0.000128
+gallium_dri.so free 0x5571735dcd40 void 0.000125
+gallium_dri.so free 0x5571735dcc70 void 0.000173
+gallium_dri.so malloc 72 0x5571735dcc70 0.000131
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dcc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000129
+gallium_dri.so free 0x5571735dce80 void 0.000131
+gallium_dri.so free 0x5571735dcdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000125
+gallium_dri.so free 0x5571735dcf40 void 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000124
+gallium_dri.so free 0x5571735dd000 void 0.000123
+gallium_dri.so free 0x5571735dcdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000130
+gallium_dri.so free 0x5571735dd0c0 void 0.000130
+gallium_dri.so free 0x5571735dcfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd070 0.000124
+gallium_dri.so free 0x5571735dd140 void 0.000129
+gallium_dri.so free 0x5571735dd070 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd190 0.000132
+gallium_dri.so free 0x5571735dd200 void 0.000130
+gallium_dri.so free 0x5571735dd190 void 0.000178
+gallium_dri.so malloc 72 0x5571735dd220 0.000130
+gallium_dri.so free 0x5571735dd2c0 void 0.000130
+gallium_dri.so free 0x5571735dd220 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd270 0.000130
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so free 0x5571735dd270 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd270 0.000130
+gallium_dri.so free 0x5571735dd3c0 void 0.000130
+gallium_dri.so free 0x5571735dd270 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000132
+gallium_dri.so free 0x5571735dd480 void 0.000130
+gallium_dri.so free 0x5571735dd3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000124
+gallium_dri.so free 0x5571735dd580 void 0.000124
+gallium_dri.so free 0x5571735dd3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd530 0.000131
+gallium_dri.so free 0x5571735dd5c0 void 0.000130
+gallium_dri.so free 0x5571735dd530 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd530 0.000131
+gallium_dri.so free 0x5571735dd680 void 0.000125
+gallium_dri.so free 0x5571735dd530 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000132
+gallium_dri.so free 0x5571735dd740 void 0.000131
+gallium_dri.so free 0x5571735dd6c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735dd740 0.000343
+gallium_dri.so free 0x5571735dd800 void 0.000329
+gallium_dri.so free 0x5571735dd740 void 0.000333
+gallium_dri.so malloc 72 0x5571735dd740 0.000299
+gallium_dri.so free 0x5571735dd880 void 0.000281
+gallium_dri.so free 0x5571735dd740 void 0.000269
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000278
+gallium_dri.so free 0x5571735dd900 void 0.000281
+gallium_dri.so free 0x5571735dd8b0 void 0.000284
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000288
+gallium_dri.so free 0x5571735dda00 void 0.000293
+gallium_dri.so free 0x5571735dd8b0 void 0.000284
+gallium_dri.so malloc 72 0x5571735dda40 0.000296
+gallium_dri.so free 0x5571735ddac0 void 0.000278
+gallium_dri.so free 0x5571735dda40 void 0.000286
+gallium_dri.so malloc 72 0x5571735ddac0 0.000238
+gallium_dri.so free 0x5571735ddb80 void 0.000247
+gallium_dri.so free 0x5571735ddac0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ddac0 0.000163
+gallium_dri.so free 0x5571735ddc00 void 0.000167
+gallium_dri.so free 0x5571735ddac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddc30 0.000135
+gallium_dri.so free 0x5571735ddc80 void 0.000130
+gallium_dri.so free 0x5571735ddc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddc30 0.000132
+gallium_dri.so free 0x5571735ddd80 void 0.000184
+gallium_dri.so free 0x5571735ddc30 void 0.000184
+gallium_dri.so malloc 72 0x5571735ddd30 0.000181
+gallium_dri.so free 0x5571735dde40 void 0.000146
+gallium_dri.so free 0x5571735ddd30 void 0.000146
+gallium_dri.so malloc 72 0x5571735dddf0 0.000140
+gallium_dri.so free 0x5571735ddec0 void 0.000144
+gallium_dri.so free 0x5571735dddf0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dddf0 0.000146
+gallium_dri.so free 0x5571735ddf80 void 0.000146
+gallium_dri.so free 0x5571735dddf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dddf0 0.000145
+gallium_dri.so free 0x5571735de040 void 0.000140
+gallium_dri.so free 0x5571735dddf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddff0 0.000139
+gallium_dri.so free 0x5571735de0c0 void 0.000145
+gallium_dri.so free 0x5571735ddff0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de110 0.000140
+gallium_dri.so free 0x5571735de180 void 0.000154
+gallium_dri.so free 0x5571735de110 void 0.000145
+gallium_dri.so malloc 72 0x5571735de1a0 0.000146
+gallium_dri.so free 0x5571735de240 void 0.000141
+gallium_dri.so free 0x5571735de1a0 void 0.000144
+gallium_dri.so malloc 72 0x5571735de1f0 0.000146
+gallium_dri.so free 0x5571735de2c0 void 0.000146
+gallium_dri.so free 0x5571735de1f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735de2c0 0.000146
+gallium_dri.so free 0x5571735de380 void 0.000142
+gallium_dri.so free 0x5571735de2c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735de2c0 0.000145
+gallium_dri.so free 0x5571735de400 void 0.000140
+gallium_dri.so free 0x5571735de2c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735de400 0.000145
+gallium_dri.so free 0x5571735de4c0 void 0.000147
+gallium_dri.so free 0x5571735de400 void 0.000139
+gallium_dri.so malloc 72 0x5571735de400 0.000143
+gallium_dri.so free 0x5571735de580 void 0.000140
+gallium_dri.so free 0x5571735de400 void 0.000145
+gallium_dri.so malloc 72 0x5571735de400 0.000146
+gallium_dri.so free 0x5571735de640 void 0.000146
+gallium_dri.so free 0x5571735de400 void 0.000152
+gallium_dri.so malloc 72 0x5571735de5f0 0.000154
+gallium_dri.so free 0x5571735de6c0 void 0.000150
+gallium_dri.so free 0x5571735de5f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735de710 0.000151
+gallium_dri.so free 0x5571735de780 void 0.000149
+gallium_dri.so free 0x5571735de710 void 0.000154
+gallium_dri.so malloc 72 0x5571735de7c0 0.000155
+gallium_dri.so free 0x5571735de840 void 0.000155
+gallium_dri.so free 0x5571735de7c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735de7c0 0.000232
+gallium_dri.so free 0x5571735de8c0 void 0.000252
+gallium_dri.so free 0x5571735de7c0 void 0.000423
+gallium_dri.so malloc 72 0x5571735de8f0 0.000296
+gallium_dri.so free 0x5571735de940 void 0.000245
+gallium_dri.so free 0x5571735de8f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735de8f0 0.000140
+gallium_dri.so free 0x5571735dea40 void 0.000131
+gallium_dri.so free 0x5571735de8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de9f0 0.000130
+gallium_dri.so free 0x5571735deb00 void 0.000131
+gallium_dri.so free 0x5571735de9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735deab0 0.000130
+gallium_dri.so free 0x5571735deb40 void 0.000126
+gallium_dri.so free 0x5571735deab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735deab0 0.000130
+gallium_dri.so free 0x5571735dec00 void 0.000151
+gallium_dri.so free 0x5571735deab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dec70 0.000130
+gallium_dri.so free 0x5571735decc0 void 0.000130
+gallium_dri.so free 0x5571735dec70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dec70 0.000124
+gallium_dri.so free 0x5571735dedc0 void 0.000125
+gallium_dri.so free 0x5571735dec70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ded70 0.000124
+gallium_dri.so free 0x5571735dee80 void 0.000125
+gallium_dri.so free 0x5571735ded70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dee30 0.000124
+gallium_dri.so free 0x5571735deec0 void 0.000124
+gallium_dri.so free 0x5571735dee30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dee30 0.000135
+gallium_dri.so free 0x5571735def80 void 0.000125
+gallium_dri.so free 0x5571735dee30 void 0.000123
+gallium_dri.so malloc 72 0x5571735defc0 0.000123
+gallium_dri.so free 0x5571735df040 void 0.000123
+gallium_dri.so free 0x5571735defc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df040 0.000125
+gallium_dri.so free 0x5571735df100 void 0.000124
+gallium_dri.so free 0x5571735df040 void 0.000126
+gallium_dri.so malloc 72 0x5571735df040 0.000124
+gallium_dri.so free 0x5571735df1c0 void 0.000125
+gallium_dri.so free 0x5571735df040 void 0.000123
+gallium_dri.so malloc 72 0x5571735df1e0 0.000122
+gallium_dri.so free 0x5571735df280 void 0.000124
+gallium_dri.so free 0x5571735df1e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df230 0.000124
+gallium_dri.so free 0x5571735df300 void 0.000125
+gallium_dri.so free 0x5571735df230 void 0.000126
+gallium_dri.so malloc 72 0x5571735df230 0.000124
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so free 0x5571735df230 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000125
+gallium_dri.so free 0x5571735df440 void 0.000123
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000124
+gallium_dri.so free 0x5571735df500 void 0.000136
+gallium_dri.so free 0x5571735df380 void 0.000127
+gallium_dri.so malloc 72 0x5571735df380 0.000123
+gallium_dri.so free 0x5571735df5c0 void 0.000123
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so malloc 72 0x5571735df570 0.000122
+gallium_dri.so free 0x5571735df680 void 0.000125
+gallium_dri.so free 0x5571735df570 void 0.000123
+gallium_dri.so malloc 72 0x5571735df630 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000123
+gallium_dri.so free 0x5571735df630 void 0.000123
+gallium_dri.so malloc 72 0x5571735df750 0.000123
+gallium_dri.so free 0x5571735df7c0 void 0.000124
+gallium_dri.so free 0x5571735df750 void 0.000124
+gallium_dri.so malloc 72 0x5571735df7e0 0.000122
+gallium_dri.so free 0x5571735df880 void 0.000123
+gallium_dri.so free 0x5571735df7e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df830 0.000122
+gallium_dri.so free 0x5571735df900 void 0.000124
+gallium_dri.so free 0x5571735df830 void 0.000124
+gallium_dri.so malloc 72 0x5571735df830 0.000123
+gallium_dri.so free 0x5571735df980 void 0.000125
+gallium_dri.so free 0x5571735df830 void 0.000123
+gallium_dri.so malloc 72 0x5571735df980 0.000124
+gallium_dri.so free 0x5571735dfa40 void 0.000124
+gallium_dri.so free 0x5571735df980 void 0.000129
+gallium_dri.so malloc 72 0x5571735df980 0.000124
+gallium_dri.so free 0x5571735dfb40 void 0.000126
+gallium_dri.so free 0x5571735df980 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000125
+gallium_dri.so free 0x5571735dfb80 void 0.000124
+gallium_dri.so free 0x5571735dfaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000124
+gallium_dri.so free 0x5571735dfc40 void 0.000125
+gallium_dri.so free 0x5571735dfaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfc80 0.000123
+gallium_dri.so free 0x5571735dfd00 void 0.000124
+gallium_dri.so free 0x5571735dfc80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfd00 0.000123
+gallium_dri.so free 0x5571735dfdc0 void 0.000123
+gallium_dri.so free 0x5571735dfd00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfd00 0.000125
+gallium_dri.so free 0x5571735dfe40 void 0.000125
+gallium_dri.so free 0x5571735dfd00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfe70 0.000124
+gallium_dri.so free 0x5571735dfec0 void 0.000125
+gallium_dri.so free 0x5571735dfe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfe70 0.000126
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so free 0x5571735dfe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0000 0.000124
+gallium_dri.so free 0x5571735e0080 void 0.000130
+gallium_dri.so free 0x5571735e0000 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0080 0.000123
+gallium_dri.so free 0x5571735e0140 void 0.000123
+gallium_dri.so free 0x5571735e0080 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0080 0.000123
+gallium_dri.so free 0x5571735e01c0 void 0.000124
+gallium_dri.so free 0x5571735e0080 void 0.000124
+gallium_dri.so malloc 72 0x5571735e01f0 0.000125
+gallium_dri.so free 0x5571735e0240 void 0.000125
+gallium_dri.so free 0x5571735e01f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e01f0 0.000123
+gallium_dri.so free 0x5571735e0340 void 0.000124
+gallium_dri.so free 0x5571735e01f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e02f0 0.000125
+gallium_dri.so free 0x5571735e0400 void 0.000124
+gallium_dri.so free 0x5571735e02f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e03b0 0.000124
+gallium_dri.so free 0x5571735e0480 void 0.000124
+gallium_dri.so free 0x5571735e03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e03b0 0.000126
+gallium_dri.so free 0x5571735e0540 void 0.000125
+gallium_dri.so free 0x5571735e03b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e03b0 0.000118
+gallium_dri.so free 0x5571735e0600 void 0.000117
+gallium_dri.so free 0x5571735e03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e05b0 0.000118
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06d0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0760 0.000118
+gallium_dri.so free 0x5571735e0800 void 0.000118
+gallium_dri.so free 0x5571735e0760 void 0.000117
+gallium_dri.so malloc 72 0x5571735e07b0 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000119
+gallium_dri.so free 0x5571735e07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0880 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0880 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e09c0 0.000117
+gallium_dri.so free 0x5571735e0a80 void 0.000117
+gallium_dri.so free 0x5571735e09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e09c0 0.000117
+gallium_dri.so free 0x5571735e0b40 void 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e09c0 0.000119
+gallium_dri.so free 0x5571735e0c00 void 0.000129
+gallium_dri.so free 0x5571735e09c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000117
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so free 0x5571735e0cd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d80 0.000117
+gallium_dri.so free 0x5571735e0e00 void 0.000117
+gallium_dri.so free 0x5571735e0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d80 0.000118
+gallium_dri.so free 0x5571735e0e80 void 0.000119
+gallium_dri.so free 0x5571735e0d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000119
+gallium_dri.so free 0x5571735e0f00 void 0.000118
+gallium_dri.so free 0x5571735e0eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000123
+gallium_dri.so free 0x5571735e1000 void 0.000119
+gallium_dri.so free 0x5571735e0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000119
+gallium_dri.so free 0x5571735e0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1070 0.000118
+gallium_dri.so free 0x5571735e1100 void 0.000118
+gallium_dri.so free 0x5571735e1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1070 0.000119
+gallium_dri.so free 0x5571735e11c0 void 0.000121
+gallium_dri.so free 0x5571735e1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1230 0.000118
+gallium_dri.so free 0x5571735e1280 void 0.000117
+gallium_dri.so free 0x5571735e1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1230 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000118
+gallium_dri.so free 0x5571735e1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735c2840 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x5571735c2a40 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2a90 0.000119
+gallium_dri.so free 0x5571735c2b00 void 0.000119
+gallium_dri.so free 0x5571735c2a90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b60 0.000118
+gallium_dri.so free 0x5571735c2c00 void 0.000118
+gallium_dri.so free 0x5571735c2b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000127
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000118
+gallium_dri.so free 0x5571735c2d00 void 0.000120
+gallium_dri.so free 0x5571735c2bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2d40 0.000117
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so free 0x5571735c2d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000119
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000117
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f30 0.000120
+gallium_dri.so free 0x5571735c2f80 void 0.000117
+gallium_dri.so free 0x5571735c2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f80 0.000118
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so free 0x5571735c2f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f80 0.000118
+gallium_dri.so free 0x5571735c3140 void 0.000119
+gallium_dri.so free 0x5571735c2f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c30f0 0.000118
+gallium_dri.so free 0x5571735c3200 void 0.000118
+gallium_dri.so free 0x5571735c30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c31b0 0.000118
+gallium_dri.so free 0x5571735c3240 void 0.000118
+gallium_dri.so free 0x5571735c31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c31b0 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000117
+gallium_dri.so free 0x5571735c31b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3340 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000118
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3630 0.000115
+gallium_dri.so free 0x5571735c3700 void 0.000120
+gallium_dri.so free 0x5571735c3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3750 0.000115
+gallium_dri.so free 0x5571735c37c0 void 0.000118
+gallium_dri.so free 0x5571735c3750 void 0.000122
+gallium_dri.so malloc 72 0x5571735c37e0 0.000119
+gallium_dri.so free 0x5571735c3880 void 0.000118
+gallium_dri.so free 0x5571735c37e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3830 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000118
+gallium_dri.so free 0x5571735c3830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3830 0.000118
+gallium_dri.so free 0x5571735c3a00 void 0.000118
+gallium_dri.so free 0x5571735c3830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39b0 0.000119
+gallium_dri.so free 0x5571735c3a80 void 0.000119
+gallium_dri.so free 0x5571735c39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ad0 0.000117
+gallium_dri.so free 0x5571735c3b40 void 0.000118
+gallium_dri.so free 0x5571735c3ad0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b60 0.000118
+gallium_dri.so free 0x5571735c3c00 void 0.000119
+gallium_dri.so free 0x5571735c3b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000118
+gallium_dri.so free 0x5571735c3c80 void 0.000118
+gallium_dri.so free 0x5571735c3bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000117
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so free 0x5571735c3bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d00 0.000118
+gallium_dri.so free 0x5571735c3dc0 void 0.000128
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d00 0.000119
+gallium_dri.so free 0x5571735c3ec0 void 0.000118
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d00 0.000118
+gallium_dri.so free 0x5571735c3f40 void 0.000119
+gallium_dri.so free 0x5571735c3d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3f70 0.000117
+gallium_dri.so free 0x5571735c3fc0 void 0.000119
+gallium_dri.so free 0x5571735c3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3f70 0.000117
+gallium_dri.so free 0x5571735c40c0 void 0.000119
+gallium_dri.so free 0x5571735c3f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4070 0.000120
+gallium_dri.so free 0x5571735c4180 void 0.000118
+gallium_dri.so free 0x5571735c4070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4130 0.000119
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so free 0x5571735c4130 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4130 0.000118
+gallium_dri.so free 0x5571735c4280 void 0.000118
+gallium_dri.so free 0x5571735c4130 void 0.000118
+gallium_dri.so malloc 72 0x5571735c42d0 0.000117
+gallium_dri.so free 0x5571735c4340 void 0.000119
+gallium_dri.so free 0x5571735c42d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4380 0.000129
+gallium_dri.so free 0x5571735c4400 void 0.000120
+gallium_dri.so free 0x5571735c4380 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4400 0.000119
+gallium_dri.so free 0x5571735c44c0 void 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4400 0.000119
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4570 0.000118
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so free 0x5571735c4570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4570 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000118
+gallium_dri.so free 0x5571735c4570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4670 0.000119
+gallium_dri.so free 0x5571735c4780 void 0.000119
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4730 0.000116
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c4730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4820 0.000123
+gallium_dri.so free 0x5571735c48c0 void 0.000116
+gallium_dri.so free 0x5571735c4820 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4870 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000119
+gallium_dri.so free 0x5571735c4870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4870 0.000171
+gallium_dri.so free 0x5571735c49c0 void 0.000120
+gallium_dri.so free 0x5571735c4870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000118
+gallium_dri.so free 0x5571735c49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000120
+gallium_dri.so free 0x5571735c49c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000158
+gallium_dri.so free 0x5571735c49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000118
+gallium_dri.so free 0x5571735eae40 void 0.000118
+gallium_dri.so free 0x5571735c4bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000118
+gallium_dri.so free 0x5571735afa00 void 0.000119
+gallium_dri.so free 0x5571735c4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000117
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735bba40 void 0.000117
+gallium_dri.so free 0x5571735af9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735a2880 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a2830 0.000117
+gallium_dri.so free 0x5571735bb680 void 0.000118
+gallium_dri.so free 0x5571735a2830 void 0.000116
+gallium_dri.so malloc 72 0x5571735bb680 0.000117
+gallium_dri.so free 0x5571735ea740 void 0.000117
+gallium_dri.so free 0x5571735bb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735bb680 0.000116
+gallium_dri.so free 0x5571735ea9c0 void 0.000118
+gallium_dri.so free 0x5571735bb680 void 0.000120
+gallium_dri.so malloc 72 0x5571735bb680 0.000117
+gallium_dri.so free 0x5571735af300 void 0.000118
+gallium_dri.so free 0x5571735bb680 void 0.000116
+gallium_dri.so malloc 72 0x5571735bb680 0.000117
+gallium_dri.so free 0x5571735bbe00 void 0.000116
+gallium_dri.so free 0x5571735bb680 void 0.000117
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000119
+gallium_dri.so free 0x5571735b8040 void 0.000117
+gallium_dri.so free 0x5571735bbdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000118
+gallium_dri.so free 0x5571735bc180 void 0.000118
+gallium_dri.so free 0x5571735b7ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000118
+gallium_dri.so free 0x5571735b8980 void 0.000120
+gallium_dri.so free 0x5571735bc1a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000118
+gallium_dri.so free 0x5571735baf00 void 0.000128
+gallium_dri.so free 0x5571735bc1a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735baf00 0.000117
+gallium_dri.so free 0x5571735bca40 void 0.000118
+gallium_dri.so free 0x5571735baf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000117
+gallium_dri.so free 0x5571735bc5c0 void 0.000118
+gallium_dri.so free 0x5571735bc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bc610 0.000119
+gallium_dri.so free 0x5571735b5b40 void 0.000117
+gallium_dri.so free 0x5571735bc610 void 0.000118
+gallium_dri.so malloc 72 0x5571735bc610 0.000122
+gallium_dri.so free 0x5571735eb0c0 void 0.000119
+gallium_dri.so free 0x5571735bc610 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb070 0.000118
+gallium_dri.so free 0x5571735eab00 void 0.000118
+gallium_dri.so free 0x5571735eb070 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb070 0.000117
+gallium_dri.so free 0x5571735bb280 void 0.000119
+gallium_dri.so free 0x5571735eb070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bb280 0.000117
+gallium_dri.so free 0x5571735b7e40 void 0.000118
+gallium_dri.so free 0x5571735bb280 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7e80 0.000118
+gallium_dri.so free 0x5571735b7700 void 0.000118
+gallium_dri.so free 0x5571735b7e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7720 0.000118
+gallium_dri.so free 0x5571735b77c0 void 0.000123
+gallium_dri.so free 0x5571735b7720 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7770 0.000117
+gallium_dri.so free 0x5571735b7c80 void 0.000117
+gallium_dri.so free 0x5571735b7770 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7770 0.000117
+gallium_dri.so free 0x5571735b7900 void 0.000117
+gallium_dri.so free 0x5571735b7770 void 0.000117
+gallium_dri.so malloc 72 0x5571735b78b0 0.000118
+gallium_dri.so free 0x5571735b7a80 void 0.000117
+gallium_dri.so free 0x5571735b78b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735b7b40 void 0.000119
+gallium_dri.so free 0x5571735b78b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b78b0 0.000119
+gallium_dri.so free 0x5571735e9bc0 void 0.000117
+gallium_dri.so free 0x5571735b78b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9c30 0.000118
+gallium_dri.so free 0x5571735ea580 void 0.000119
+gallium_dri.so free 0x5571735e9c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9c30 0.000119
+gallium_dri.so free 0x5571735adbc0 void 0.000117
+gallium_dri.so free 0x5571735e9c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735adb70 0.000118
+gallium_dri.so free 0x5571735adc80 void 0.000118
+gallium_dri.so free 0x5571735adb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735adc30 0.000127
+gallium_dri.so free 0x5571735ea680 void 0.000119
+gallium_dri.so free 0x5571735adc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ea630 0.000117
+gallium_dri.so free 0x5571735b9380 void 0.000118
+gallium_dri.so free 0x5571735ea630 void 0.000117
+gallium_dri.so malloc 72 0x5571735ea630 0.000119
+gallium_dri.so free 0x5571735b9400 void 0.000118
+gallium_dri.so free 0x5571735ea630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9400 0.000116
+gallium_dri.so free 0x5571735c4a40 void 0.000117
+gallium_dri.so free 0x5571735b9400 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9400 0.000118
+gallium_dri.so free 0x5571735c4b00 void 0.000119
+gallium_dri.so free 0x5571735b9400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b20 0.000118
+gallium_dri.so free 0x5571735d74c0 void 0.000117
+gallium_dri.so free 0x5571735c4b20 void 0.000117
+gallium_dri.so malloc 72 0x5571735d74f0 0.000119
+gallium_dri.so free 0x5571735d7540 void 0.000117
+gallium_dri.so free 0x5571735d74f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d74f0 0.000118
+gallium_dri.so free 0x5571735a9140 void 0.000117
+gallium_dri.so free 0x5571735d74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9140 0.000117
+gallium_dri.so free 0x5571735a9200 void 0.000118
+gallium_dri.so free 0x5571735a9140 void 0.000125
+gallium_dri.so malloc 72 0x5571735a9140 0.000125
+gallium_dri.so free 0x5571735d7640 void 0.000119
+gallium_dri.so free 0x5571735a9140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75f0 0.000118
+gallium_dri.so free 0x5571735a8c40 void 0.000118
+gallium_dri.so free 0x5571735d75f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8c40 0.000119
+gallium_dri.so free 0x5571735a9280 void 0.000120
+gallium_dri.so free 0x5571735a8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735a92c0 0.000119
+gallium_dri.so free 0x5571735a8d00 void 0.000119
+gallium_dri.so free 0x5571735a92c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8d00 0.000117
+gallium_dri.so free 0x5571735afe40 void 0.000122
+gallium_dri.so free 0x5571735a8d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8d00 0.000123
+gallium_dri.so free 0x5571735afec0 void 0.000124
+gallium_dri.so free 0x5571735a8d00 void 0.000179
+gallium_dri.so malloc 72 0x5571735afef0 0.000153
+gallium_dri.so free 0x5571735aff40 void 0.000119
+gallium_dri.so free 0x5571735afef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735afef0 0.000118
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so free 0x5571735afef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735addc0 0.000116
+gallium_dri.so free 0x5571735ade80 void 0.000120
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735addc0 0.000116
+gallium_dri.so free 0x5571735adf80 void 0.000118
+gallium_dri.so free 0x5571735addc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735adf30 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000118
+gallium_dri.so free 0x5571735adf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735adf30 0.000116
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so free 0x5571735adf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8fc0 0.000119
+gallium_dri.so free 0x5571735a89c0 void 0.000119
+gallium_dri.so free 0x5571735a8fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a89c0 0.000117
+gallium_dri.so free 0x5571735a8a80 void 0.000120
+gallium_dri.so free 0x5571735a89c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a89c0 0.000117
+gallium_dri.so free 0x5571735a9040 void 0.000118
+gallium_dri.so free 0x5571735a89c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9070 0.000118
+gallium_dri.so free 0x5571735b5f40 void 0.000119
+gallium_dri.so free 0x5571735a9070 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9070 0.000118
+gallium_dri.so free 0x5571735a8b40 void 0.000119
+gallium_dri.so free 0x5571735a9070 void 0.000119
+gallium_dri.so malloc 72 0x5571735a9070 0.000125
+gallium_dri.so free 0x5571735b6040 void 0.000110
+gallium_dri.so free 0x5571735a9070 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6090 0.000111
+gallium_dri.so free 0x5571735a71c0 void 0.000110
+gallium_dri.so free 0x5571735b6090 void 0.000110
+gallium_dri.so malloc 72 0x5571735a71e0 0.000110
+gallium_dri.so free 0x5571735a7280 void 0.000109
+gallium_dri.so free 0x5571735a71e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735a7230 0.000109
+gallium_dri.so free 0x5571735a7300 void 0.000110
+gallium_dri.so free 0x5571735a7230 void 0.000110
+gallium_dri.so malloc 72 0x5571735a7230 0.000110
+gallium_dri.so free 0x5571735ae700 void 0.000109
+gallium_dri.so free 0x5571735a7230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ae750 0.000109
+gallium_dri.so free 0x5571735ae7c0 void 0.000110
+gallium_dri.so free 0x5571735ae750 void 0.000110
+gallium_dri.so malloc 72 0x5571735ae820 0.000115
+gallium_dri.so free 0x5571734f6040 void 0.000111
+gallium_dri.so free 0x5571735ae820 void 0.000110
+gallium_dri.so malloc 72 0x5571735ae820 0.000114
+gallium_dri.so free 0x5571734f6100 void 0.000121
+gallium_dri.so free 0x5571735ae820 void 0.000117
+gallium_dri.so malloc 72 0x5571735ae820 0.000110
+gallium_dri.so free 0x5571734f61c0 void 0.000114
+gallium_dri.so free 0x5571735ae820 void 0.000110
+gallium_dri.so malloc 72 0x5571734f6170 0.000109
+gallium_dri.so free 0x5571735be540 void 0.000128
+gallium_dri.so free 0x5571734f6170 void 0.000119
+gallium_dri.so malloc 72 0x5571735be590 0.000115
+gallium_dri.so free 0x5571735be600 void 0.000116
+gallium_dri.so free 0x5571735be590 void 0.000117
+gallium_dri.so malloc 72 0x5571735be620 0.000117
+gallium_dri.so free 0x5571735be6c0 void 0.000117
+gallium_dri.so free 0x5571735be620 void 0.000117
+gallium_dri.so malloc 72 0x5571735be670 0.000116
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so free 0x5571735be670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0100 0.000116
+gallium_dri.so free 0x5571735b01c0 void 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0100 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000118
+gallium_dri.so free 0x5571735b0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0240 0.000116
+gallium_dri.so free 0x5571735b6e80 void 0.000117
+gallium_dri.so free 0x5571735b0240 void 0.000128
+gallium_dri.so malloc 72 0x5571735b0240 0.000119
+gallium_dri.so free 0x5571735b6f00 void 0.000115
+gallium_dri.so free 0x5571735b0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000116
+gallium_dri.so free 0x5571735b6f80 void 0.000115
+gallium_dri.so free 0x5571735b6f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6f30 0.000124
+gallium_dri.so free 0x5571735b7080 void 0.000115
+gallium_dri.so free 0x5571735b6f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7030 0.000116
+gallium_dri.so free 0x5571735af000 void 0.000117
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7030 0.000114
+gallium_dri.so free 0x5571735af100 void 0.000113
+gallium_dri.so free 0x5571735b7030 void 0.000114
+gallium_dri.so malloc 72 0x5571735af0b0 0.000114
+gallium_dri.so free 0x5571735af140 void 0.000115
+gallium_dri.so free 0x5571735af0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000114
+gallium_dri.so free 0x5571735af200 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af240 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so free 0x5571735af240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b0800 void 0.000114
+gallium_dri.so free 0x5571735b0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b08c0 void 0.000114
+gallium_dri.so free 0x5571735b0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0740 0.000114
+gallium_dri.so free 0x5571735b8180 void 0.000115
+gallium_dri.so free 0x5571735b0740 void 0.000116
+gallium_dri.so malloc 72 0x5571735b81f0 0.000128
+gallium_dri.so free 0x5571735b8240 void 0.000115
+gallium_dri.so free 0x5571735b81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81f0 0.000114
+gallium_dri.so free 0x5571735b8340 void 0.000115
+gallium_dri.so free 0x5571735b81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b82f0 0.000116
+gallium_dri.so free 0x5571735b8400 void 0.000120
+gallium_dri.so free 0x5571735b82f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b83b0 0.000115
+gallium_dri.so free 0x5571735b0980 void 0.000114
+gallium_dri.so free 0x5571735b83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0930 0.000116
+gallium_dri.so free 0x5571735d8d40 void 0.000114
+gallium_dri.so free 0x5571735b0930 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0930 0.000115
+gallium_dri.so free 0x5571735d8e40 void 0.000114
+gallium_dri.so free 0x5571735b0930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8df0 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000113
+gallium_dri.so free 0x5571735d8df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000116
+gallium_dri.so free 0x5571735d8f80 void 0.000114
+gallium_dri.so free 0x5571735d8eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000115
+gallium_dri.so free 0x5571735d9300 void 0.000114
+gallium_dri.so free 0x5571735d8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d92b0 0.000164
+gallium_dri.so free 0x5571735d9380 void 0.000117
+gallium_dri.so free 0x5571735d92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d92b0 0.000113
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9400 0.000118
+gallium_dri.so free 0x5571735d9040 void 0.000117
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9400 0.000115
+gallium_dri.so free 0x5571735d94c0 void 0.000115
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9400 0.000113
+gallium_dri.so free 0x5571735d9580 void 0.000115
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d95d0 0.000115
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735d95d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b7240 void 0.000115
+gallium_dri.so free 0x5571735b7170 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7290 0.000113
+gallium_dri.so free 0x5571735d9640 void 0.000113
+gallium_dri.so free 0x5571735b7290 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9660 0.000115
+gallium_dri.so free 0x5571735b7300 void 0.000114
+gallium_dri.so free 0x5571735d9660 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7330 0.000125
+gallium_dri.so free 0x5571735b7380 void 0.000115
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000115
+gallium_dri.so free 0x5571735b7480 void 0.000114
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7430 0.000115
+gallium_dri.so free 0x5571735b7540 void 0.000114
+gallium_dri.so free 0x5571735b7430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b74f0 0.000113
+gallium_dri.so free 0x5571735b75c0 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b74f0 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000116
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000112
+gallium_dri.so free 0x5571735b6280 void 0.000114
+gallium_dri.so free 0x5571735b74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6230 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000113
+gallium_dri.so free 0x5571735b6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6350 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000114
+gallium_dri.so free 0x5571735b6350 void 0.000114
+gallium_dri.so malloc 72 0x5571735b63e0 0.000119
+gallium_dri.so free 0x5571735b6480 void 0.000116
+gallium_dri.so free 0x5571735b63e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6430 0.000127
+gallium_dri.so free 0x5571735b6500 void 0.000117
+gallium_dri.so free 0x5571735b6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6430 0.000112
+gallium_dri.so free 0x5571735b6600 void 0.000113
+gallium_dri.so free 0x5571735b6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b65b0 0.000114
+gallium_dri.so free 0x5571735b6680 void 0.000114
+gallium_dri.so free 0x5571735b65b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b66d0 0.000114
+gallium_dri.so free 0x5571735b6740 void 0.000113
+gallium_dri.so free 0x5571735b66d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6760 0.000115
+gallium_dri.so free 0x5571735b6800 void 0.000115
+gallium_dri.so free 0x5571735b6760 void 0.000117
+gallium_dri.so malloc 72 0x5571735b67b0 0.000113
+gallium_dri.so free 0x5571735b6880 void 0.000114
+gallium_dri.so free 0x5571735b67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b67b0 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so free 0x5571735b67b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b51c0 0.000117
+gallium_dri.so free 0x5571735b5280 void 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b51c0 0.000115
+gallium_dri.so free 0x5571735b6900 void 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b51c0 0.000219
+gallium_dri.so free 0x5571735b5380 void 0.000160
+gallium_dri.so free 0x5571735b51c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735b51c0 0.000160
+gallium_dri.so free 0x5571735b5440 void 0.000123
+gallium_dri.so free 0x5571735b51c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b53f0 0.000118
+gallium_dri.so free 0x5571735b54c0 void 0.000120
+gallium_dri.so free 0x5571735b53f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5510 0.000120
+gallium_dri.so free 0x5571735b5580 void 0.000119
+gallium_dri.so free 0x5571735b5510 void 0.000114
+gallium_dri.so malloc 72 0x5571735b55a0 0.000114
+gallium_dri.so free 0x5571735b5640 void 0.000119
+gallium_dri.so free 0x5571735b55a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b55f0 0.000123
+gallium_dri.so free 0x5571735b56c0 void 0.000118
+gallium_dri.so free 0x5571735b55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56c0 0.000123
+gallium_dri.so free 0x5571735b5780 void 0.000122
+gallium_dri.so free 0x5571735b56c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56c0 0.000114
+gallium_dri.so free 0x5571735b5800 void 0.000133
+gallium_dri.so free 0x5571735b56c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b5800 0.000123
+gallium_dri.so free 0x5571735b58c0 void 0.000118
+gallium_dri.so free 0x5571735b5800 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5800 0.000123
+gallium_dri.so free 0x5571735b5980 void 0.000118
+gallium_dri.so free 0x5571735b5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000121
+gallium_dri.so free 0x5571735b5800 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2270 0.000121
+gallium_dri.so free 0x5571735b2340 void 0.000128
+gallium_dri.so free 0x5571735b2270 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2390 0.000129
+gallium_dri.so free 0x5571735b2400 void 0.000124
+gallium_dri.so free 0x5571735b2390 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2440 0.000124
+gallium_dri.so free 0x5571735b24c0 void 0.000126
+gallium_dri.so free 0x5571735b2440 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2440 0.000129
+gallium_dri.so free 0x5571735b2540 void 0.000129
+gallium_dri.so free 0x5571735b2440 void 0.000138
+gallium_dri.so malloc 72 0x5571735b2570 0.000131
+gallium_dri.so free 0x5571735b25c0 void 0.000128
+gallium_dri.so free 0x5571735b2570 void 0.000129
+gallium_dri.so malloc 72 0x5571735b2570 0.000124
+gallium_dri.so free 0x5571735b26c0 void 0.000128
+gallium_dri.so free 0x5571735b2570 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2670 0.000129
+gallium_dri.so free 0x5571735b2780 void 0.000125
+gallium_dri.so free 0x5571735b2670 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2730 0.000128
+gallium_dri.so free 0x5571735b27c0 void 0.000129
+gallium_dri.so free 0x5571735b2730 void 0.000129
+gallium_dri.so malloc 72 0x5571735b2730 0.000124
+gallium_dri.so free 0x5571735b2880 void 0.000119
+gallium_dri.so free 0x5571735b2730 void 0.000124
+gallium_dri.so malloc 72 0x5571735b28f0 0.000131
+gallium_dri.so free 0x5571735b2940 void 0.000132
+gallium_dri.so free 0x5571735b28f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b28f0 0.000128
+gallium_dri.so free 0x5571735b2a40 void 0.000124
+gallium_dri.so free 0x5571735b28f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b29f0 0.000177
+gallium_dri.so free 0x5571735b2b00 void 0.000168
+gallium_dri.so free 0x5571735b29f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000129
+gallium_dri.so free 0x5571735b2b40 void 0.000124
+gallium_dri.so free 0x5571735b2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000129
+gallium_dri.so free 0x5571735d98c0 void 0.000130
+gallium_dri.so free 0x5571735b2ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000122
+gallium_dri.so free 0x5571735d99c0 void 0.000125
+gallium_dri.so free 0x5571735b2ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9970 0.000124
+gallium_dri.so free 0x5571735d9a80 void 0.000120
+gallium_dri.so free 0x5571735d9970 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9a30 0.000129
+gallium_dri.so free 0x5571735d9b00 void 0.000129
+gallium_dri.so free 0x5571735d9a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9a30 0.000129
+gallium_dri.so free 0x5571735d9bc0 void 0.000124
+gallium_dri.so free 0x5571735d9a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9a30 0.000123
+gallium_dri.so free 0x5571735d9c80 void 0.000127
+gallium_dri.so free 0x5571735d9a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9c30 0.000129
+gallium_dri.so free 0x5571735d9d00 void 0.000130
+gallium_dri.so free 0x5571735d9c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d9d50 0.000129
+gallium_dri.so free 0x5571735d9dc0 void 0.000133
+gallium_dri.so free 0x5571735d9d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9de0 0.000129
+gallium_dri.so free 0x5571735d9e80 void 0.000129
+gallium_dri.so free 0x5571735d9de0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d9e30 0.000130
+gallium_dri.so free 0x5571735d9f00 void 0.000130
+gallium_dri.so free 0x5571735d9e30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9f00 0.000251
+gallium_dri.so free 0x5571735d9fc0 void 0.000195
+gallium_dri.so free 0x5571735d9f00 void 0.000166
+gallium_dri.so malloc 72 0x5571735d9f00 0.000132
+gallium_dri.so free 0x5571735da040 void 0.000131
+gallium_dri.so free 0x5571735d9f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735da040 0.000127
+gallium_dri.so free 0x5571735da100 void 0.000129
+gallium_dri.so free 0x5571735da040 void 0.000130
+gallium_dri.so malloc 72 0x5571735da040 0.000130
+gallium_dri.so free 0x5571735da1c0 void 0.000126
+gallium_dri.so free 0x5571735da040 void 0.000124
+gallium_dri.so malloc 72 0x5571735da040 0.000124
+gallium_dri.so free 0x5571735da280 void 0.000124
+gallium_dri.so free 0x5571735da040 void 0.000124
+gallium_dri.so malloc 72 0x5571735da230 0.000124
+gallium_dri.so free 0x5571735da300 void 0.000123
+gallium_dri.so free 0x5571735da230 void 0.000127
+gallium_dri.so malloc 72 0x5571735da350 0.000123
+gallium_dri.so free 0x5571735bd840 void 0.000125
+gallium_dri.so free 0x5571735da350 void 0.000125
+gallium_dri.so malloc 72 0x5571735da350 0.000123
+gallium_dri.so free 0x5571735bd940 void 0.000124
+gallium_dri.so free 0x5571735da350 void 0.000125
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000123
+gallium_dri.so free 0x5571735da3c0 void 0.000124
+gallium_dri.so free 0x5571735bd8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735da3f0 0.000114
+gallium_dri.so free 0x5571735bd980 void 0.000125
+gallium_dri.so free 0x5571735da3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735da3f0 0.000124
+gallium_dri.so free 0x5571735bda80 void 0.000123
+gallium_dri.so free 0x5571735da3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bda30 0.000123
+gallium_dri.so free 0x5571735bdb40 void 0.000124
+gallium_dri.so free 0x5571735bda30 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000123
+gallium_dri.so free 0x5571735bdb80 void 0.000124
+gallium_dri.so free 0x5571735bdaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000125
+gallium_dri.so free 0x5571735bdc40 void 0.000124
+gallium_dri.so free 0x5571735bdaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000124
+gallium_dri.so free 0x5571735bdd00 void 0.000125
+gallium_dri.so free 0x5571735bdcb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000124
+gallium_dri.so free 0x5571735bde00 void 0.000125
+gallium_dri.so free 0x5571735bdcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bddb0 0.000124
+gallium_dri.so free 0x5571735bdec0 void 0.000124
+gallium_dri.so free 0x5571735bddb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bde70 0.000123
+gallium_dri.so free 0x5571735bdf00 void 0.000141
+gallium_dri.so free 0x5571735bde70 void 0.000184
+gallium_dri.so malloc 72 0x5571735bde70 0.000177
+gallium_dri.so free 0x5571735bdfc0 void 0.000178
+gallium_dri.so free 0x5571735bde70 void 0.000132
+gallium_dri.so malloc 72 0x5571735be000 0.000126
+gallium_dri.so free 0x5571735be080 void 0.000129
+gallium_dri.so free 0x5571735be000 void 0.000126
+gallium_dri.so malloc 72 0x5571735be080 0.000125
+gallium_dri.so free 0x5571735be140 void 0.000126
+gallium_dri.so free 0x5571735be080 void 0.000124
+gallium_dri.so malloc 72 0x5571735be080 0.000125
+gallium_dri.so free 0x5571735be200 void 0.000126
+gallium_dri.so free 0x5571735be080 void 0.000124
+gallium_dri.so malloc 72 0x5571735be220 0.000124
+gallium_dri.so free 0x5571735be2c0 void 0.000124
+gallium_dri.so free 0x5571735be220 void 0.000124
+gallium_dri.so malloc 72 0x5571735be270 0.000124
+gallium_dri.so free 0x5571735be340 void 0.000124
+gallium_dri.so free 0x5571735be270 void 0.000125
+gallium_dri.so malloc 72 0x5571735be270 0.000124
+gallium_dri.so free 0x5571735b9bc0 void 0.000125
+gallium_dri.so free 0x5571735be270 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9b70 0.000133
+gallium_dri.so free 0x5571735b9c80 void 0.000148
+gallium_dri.so free 0x5571735b9b70 void 0.000137
+gallium_dri.so malloc 72 0x5571735b9c30 0.000127
+gallium_dri.so free 0x5571735b9cc0 void 0.000126
+gallium_dri.so free 0x5571735b9c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9c30 0.000125
+gallium_dri.so free 0x5571735b9d80 void 0.000124
+gallium_dri.so free 0x5571735b9c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000124
+gallium_dri.so free 0x5571735b9e40 void 0.000124
+gallium_dri.so free 0x5571735b9dd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9e80 0.000121
+gallium_dri.so free 0x5571735b9f00 void 0.000134
+gallium_dri.so free 0x5571735b9e80 void 0.000137
+gallium_dri.so malloc 72 0x5571735b9f00 0.000128
+gallium_dri.so free 0x5571735b9fc0 void 0.000125
+gallium_dri.so free 0x5571735b9f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9f00 0.000125
+gallium_dri.so free 0x5571735ba040 void 0.000125
+gallium_dri.so free 0x5571735b9f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba070 0.000129
+gallium_dri.so free 0x5571735ba0c0 void 0.000131
+gallium_dri.so free 0x5571735ba070 void 0.000141
+gallium_dri.so malloc 72 0x5571735ba070 0.000120
+gallium_dri.so free 0x5571735ba1c0 void 0.000118
+gallium_dri.so free 0x5571735ba070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba170 0.000118
+gallium_dri.so free 0x5571735ba280 void 0.000117
+gallium_dri.so free 0x5571735ba170 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba230 0.000118
+gallium_dri.so free 0x5571735ba300 void 0.000119
+gallium_dri.so free 0x5571735ba230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba320 0.000126
+gallium_dri.so free 0x5571735ba3c0 void 0.000118
+gallium_dri.so free 0x5571735ba320 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba370 0.000116
+gallium_dri.so free 0x5571735ba440 void 0.000117
+gallium_dri.so free 0x5571735ba370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba370 0.000120
+gallium_dri.so free 0x5571735ba4c0 void 0.000117
+gallium_dri.so free 0x5571735ba370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000115
+gallium_dri.so free 0x5571735ba580 void 0.000116
+gallium_dri.so free 0x5571735ba4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000115
+gallium_dri.so free 0x5571735ba640 void 0.000116
+gallium_dri.so free 0x5571735ba4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000114
+gallium_dri.so free 0x5571735ba700 void 0.000126
+gallium_dri.so free 0x5571735ba4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000121
+gallium_dri.so free 0x5571735ba700 void 0.000123
+gallium_dri.so free 0x5571735ba6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000121
+gallium_dri.so free 0x5571735ba800 void 0.000122
+gallium_dri.so free 0x5571735ba6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000121
+gallium_dri.so free 0x5571735ba7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7360 0.000120
+gallium_dri.so free 0x5571735e7400 void 0.000118
+gallium_dri.so free 0x5571735e7360 void 0.000116
+gallium_dri.so malloc 72 0x5571735e73b0 0.000181
+gallium_dri.so free 0x5571735e7480 void 0.000181
+gallium_dri.so free 0x5571735e73b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e73b0 0.000125
+gallium_dri.so free 0x5571735e7500 void 0.000121
+gallium_dri.so free 0x5571735e73b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7500 0.000120
+gallium_dri.so free 0x5571735e75c0 void 0.000177
+gallium_dri.so free 0x5571735e7500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7500 0.000118
+gallium_dri.so free 0x5571735e76c0 void 0.000117
+gallium_dri.so free 0x5571735e7500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7500 0.000117
+gallium_dri.so free 0x5571735e7740 void 0.000117
+gallium_dri.so free 0x5571735e7500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7770 0.000116
+gallium_dri.so free 0x5571735e77c0 void 0.000117
+gallium_dri.so free 0x5571735e7770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7770 0.000116
+gallium_dri.so free 0x5571735e78c0 void 0.000116
+gallium_dri.so free 0x5571735e7770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7870 0.000116
+gallium_dri.so free 0x5571735e7980 void 0.000116
+gallium_dri.so free 0x5571735e7870 void 0.000152
+gallium_dri.so malloc 72 0x5571735e7930 0.000156
+gallium_dri.so free 0x5571735e79c0 void 0.000159
+gallium_dri.so free 0x5571735e7930 void 0.000154
+gallium_dri.so malloc 72 0x5571735e7930 0.000118
+gallium_dri.so free 0x5571735e7a80 void 0.000118
+gallium_dri.so free 0x5571735e7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7ad0 0.000113
+gallium_dri.so free 0x5571735e7b40 void 0.000112
+gallium_dri.so free 0x5571735e7ad0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7b80 0.000111
+gallium_dri.so free 0x5571735e7c00 void 0.000111
+gallium_dri.so free 0x5571735e7b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7c00 0.000129
+gallium_dri.so free 0x5571735e7cc0 void 0.000121
+gallium_dri.so free 0x5571735e7c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7c00 0.000114
+gallium_dri.so free 0x5571735e7d40 void 0.000116
+gallium_dri.so free 0x5571735e7c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7d70 0.000114
+gallium_dri.so free 0x5571735e7dc0 void 0.000119
+gallium_dri.so free 0x5571735e7d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7d70 0.000120
+gallium_dri.so free 0x5571735e7ec0 void 0.000158
+gallium_dri.so free 0x5571735e7d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7e70 0.000118
+gallium_dri.so free 0x5571735e7f80 void 0.000117
+gallium_dri.so free 0x5571735e7e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7f30 0.000117
+gallium_dri.so free 0x5571735e8000 void 0.000118
+gallium_dri.so free 0x5571735e7f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8020 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000114
+gallium_dri.so free 0x5571735e8020 void 0.000250
+gallium_dri.so malloc 72 0x5571735e8070 0.000303
+gallium_dri.so free 0x5571735e8140 void 0.000249
+gallium_dri.so free 0x5571735e8070 void 0.000291
+gallium_dri.so malloc 72 0x5571735e8070 0.000279
+gallium_dri.so free 0x5571735d78c0 void 0.000281
+gallium_dri.so free 0x5571735e8070 void 0.000280
+gallium_dri.so malloc 72 0x5571735d7910 0.000196
+gallium_dri.so free 0x5571735d7980 void 0.000124
+gallium_dri.so free 0x5571735d7910 void 0.000157
+gallium_dri.so malloc 72 0x5571735d79a0 0.000156
+gallium_dri.so free 0x5571735d7a40 void 0.000124
+gallium_dri.so free 0x5571735d79a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d79f0 0.000115
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d79f0 0.000123
+gallium_dri.so free 0x5571735d7bc0 void 0.000124
+gallium_dri.so free 0x5571735d79f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7b70 0.000114
+gallium_dri.so free 0x5571735d7c40 void 0.000129
+gallium_dri.so free 0x5571735d7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7c90 0.000129
+gallium_dri.so free 0x5571735d7d00 void 0.000124
+gallium_dri.so free 0x5571735d7c90 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7d20 0.000117
+gallium_dri.so free 0x5571735d7dc0 void 0.000113
+gallium_dri.so free 0x5571735d7d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d70 0.000122
+gallium_dri.so free 0x5571735d7e40 void 0.000123
+gallium_dri.so free 0x5571735d7d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d70 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000124
+gallium_dri.so free 0x5571735d7f80 void 0.000124
+gallium_dri.so free 0x5571735d7ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000124
+gallium_dri.so free 0x5571735d8080 void 0.000124
+gallium_dri.so free 0x5571735d7ec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000119
+gallium_dri.so free 0x5571735d8100 void 0.000120
+gallium_dri.so free 0x5571735d7ec0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d8130 0.000121
+gallium_dri.so free 0x5571735d8180 void 0.000121
+gallium_dri.so free 0x5571735d8130 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8130 0.000169
+gallium_dri.so free 0x5571735d8280 void 0.000272
+gallium_dri.so free 0x5571735d8130 void 0.000275
+gallium_dri.so malloc 72 0x5571735d8230 0.000286
+gallium_dri.so free 0x5571735d8340 void 0.000274
+gallium_dri.so free 0x5571735d8230 void 0.000273
+gallium_dri.so malloc 72 0x5571735d82f0 0.000199
+gallium_dri.so free 0x5571735d8380 void 0.000162
+gallium_dri.so free 0x5571735d82f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d82f0 0.000123
+gallium_dri.so free 0x5571735d8440 void 0.000119
+gallium_dri.so free 0x5571735d82f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8490 0.000127
+gallium_dri.so free 0x5571735d8500 void 0.000128
+gallium_dri.so free 0x5571735d8490 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8540 0.000124
+gallium_dri.so free 0x5571735d85c0 void 0.000124
+gallium_dri.so free 0x5571735d8540 void 0.000120
+gallium_dri.so malloc 72 0x5571735d85c0 0.000120
+gallium_dri.so free 0x5571735d8680 void 0.000126
+gallium_dri.so free 0x5571735d85c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d85c0 0.000124
+gallium_dri.so free 0x5571735d8700 void 0.000120
+gallium_dri.so free 0x5571735d85c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8730 0.000132
+gallium_dri.so free 0x5571735d8780 void 0.000130
+gallium_dri.so free 0x5571735d8730 void 0.000129
+gallium_dri.so malloc 72 0x5571735d8730 0.000130
+gallium_dri.so free 0x5571735d8880 void 0.000124
+gallium_dri.so free 0x5571735d8730 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8830 0.000129
+gallium_dri.so free 0x5571735d8940 void 0.000124
+gallium_dri.so free 0x5571735d8830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d88f0 0.000127
+gallium_dri.so free 0x5571735d89c0 void 0.000126
+gallium_dri.so free 0x5571735d88f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d89e0 0.000135
+gallium_dri.so free 0x5571735d8a80 void 0.000130
+gallium_dri.so free 0x5571735d89e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8a30 0.000120
+gallium_dri.so free 0x5571735d8b00 void 0.000121
+gallium_dri.so free 0x5571735d8a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8a30 0.000130
+gallium_dri.so free 0x5571735d8b80 void 0.000128
+gallium_dri.so free 0x5571735d8a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8b80 0.000120
+gallium_dri.so free 0x5571735d8c40 void 0.000120
+gallium_dri.so free 0x5571735d8b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8b80 0.000129
+gallium_dri.so free 0x5571735e8280 void 0.000129
+gallium_dri.so free 0x5571735d8b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e82b0 0.000123
+gallium_dri.so free 0x5571735e8300 void 0.000120
+gallium_dri.so free 0x5571735e82b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e82b0 0.000119
+gallium_dri.so free 0x5571735e8400 void 0.000118
+gallium_dri.so free 0x5571735e82b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8440 0.000124
+gallium_dri.so free 0x5571735e84c0 void 0.000129
+gallium_dri.so free 0x5571735e8440 void 0.000157
+gallium_dri.so malloc 72 0x5571735e84c0 0.000134
+gallium_dri.so free 0x5571735e8580 void 0.000132
+gallium_dri.so free 0x5571735e84c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e84c0 0.000131
+gallium_dri.so free 0x5571735e8600 void 0.000126
+gallium_dri.so free 0x5571735e84c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8630 0.000129
+gallium_dri.so free 0x5571735e8680 void 0.000130
+gallium_dri.so free 0x5571735e8630 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8630 0.000126
+gallium_dri.so free 0x5571735e8780 void 0.000121
+gallium_dri.so free 0x5571735e8630 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8730 0.000130
+gallium_dri.so free 0x5571735e8840 void 0.000125
+gallium_dri.so free 0x5571735e8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e87f0 0.000121
+gallium_dri.so free 0x5571735e88c0 void 0.000126
+gallium_dri.so free 0x5571735e87f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e87f0 0.000130
+gallium_dri.so free 0x5571735e8980 void 0.000129
+gallium_dri.so free 0x5571735e87f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e87f0 0.000131
+gallium_dri.so free 0x5571735e8a40 void 0.000130
+gallium_dri.so free 0x5571735e87f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e89f0 0.000129
+gallium_dri.so free 0x5571735e8ac0 void 0.000129
+gallium_dri.so free 0x5571735e89f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8b10 0.000132
+gallium_dri.so free 0x5571735e8b80 void 0.000129
+gallium_dri.so free 0x5571735e8b10 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000119
+gallium_dri.so free 0x5571735e8c40 void 0.000126
+gallium_dri.so free 0x5571735e8ba0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000126
+gallium_dri.so free 0x5571735e8cc0 void 0.000125
+gallium_dri.so free 0x5571735e8bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000130
+gallium_dri.so free 0x5571735e8d80 void 0.000125
+gallium_dri.so free 0x5571735e8cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000124
+gallium_dri.so free 0x5571735e8e00 void 0.000138
+gallium_dri.so free 0x5571735e8cc0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e8e00 0.000180
+gallium_dri.so free 0x5571735e8ec0 void 0.000180
+gallium_dri.so free 0x5571735e8e00 void 0.000237
+gallium_dri.so malloc 72 0x5571735e8e00 0.000257
+gallium_dri.so free 0x5571735e8f80 void 0.000311
+gallium_dri.so free 0x5571735e8e00 void 0.000301
+gallium_dri.so malloc 72 0x5571735e8e00 0.000303
+gallium_dri.so free 0x5571735e9040 void 0.000259
+gallium_dri.so free 0x5571735e8e00 void 0.000293
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000289
+gallium_dri.so free 0x5571735e90c0 void 0.000246
+gallium_dri.so free 0x5571735e8ff0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e9110 0.000130
+gallium_dri.so free 0x5571735e9180 void 0.000125
+gallium_dri.so free 0x5571735e9110 void 0.000126
+gallium_dri.so malloc 72 0x5571735e91c0 0.000120
+gallium_dri.so free 0x5571735e9240 void 0.000125
+gallium_dri.so free 0x5571735e91c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e91c0 0.000125
+gallium_dri.so free 0x5571735e92c0 void 0.000130
+gallium_dri.so free 0x5571735e91c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e92f0 0.000119
+gallium_dri.so free 0x5571735e9340 void 0.000125
+gallium_dri.so free 0x5571735e92f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e92f0 0.000128
+gallium_dri.so free 0x5571735e9440 void 0.000130
+gallium_dri.so free 0x5571735e92f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e93f0 0.000130
+gallium_dri.so free 0x5571735e9500 void 0.000129
+gallium_dri.so free 0x5571735e93f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e94b0 0.000130
+gallium_dri.so free 0x5571735e9540 void 0.000131
+gallium_dri.so free 0x5571735e94b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e94b0 0.000129
+gallium_dri.so free 0x5571735e9600 void 0.000125
+gallium_dri.so free 0x5571735e94b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9670 0.000126
+gallium_dri.so free 0x5571735b0b00 void 0.000124
+gallium_dri.so free 0x5571735e9670 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0b40 0.000130
+gallium_dri.so free 0x5571735b0bc0 void 0.000161
+gallium_dri.so free 0x5571735b0b40 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000124
+gallium_dri.so free 0x5571735e96c0 void 0.000121
+gallium_dri.so free 0x5571735b0bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000128
+gallium_dri.so free 0x5571735b0c80 void 0.000129
+gallium_dri.so free 0x5571735b0bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000126
+gallium_dri.so free 0x5571735b0d40 void 0.000124
+gallium_dri.so free 0x5571735b0bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000129
+gallium_dri.so free 0x5571735b0dc0 void 0.000128
+gallium_dri.so free 0x5571735b0cf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b0e10 0.000130
+gallium_dri.so free 0x5571735b0e80 void 0.000130
+gallium_dri.so free 0x5571735b0e10 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0ee0 0.000120
+gallium_dri.so free 0x5571735b0f80 void 0.000127
+gallium_dri.so free 0x5571735b0ee0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0f30 0.000129
+gallium_dri.so free 0x5571735b0fc0 void 0.000129
+gallium_dri.so free 0x5571735b0f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0f30 0.000129
+gallium_dri.so free 0x5571735b1080 void 0.000122
+gallium_dri.so free 0x5571735b0f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735b10c0 0.000128
+gallium_dri.so free 0x5571735b1140 void 0.000124
+gallium_dri.so free 0x5571735b10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1140 0.000119
+gallium_dri.so free 0x5571735b1200 void 0.000121
+gallium_dri.so free 0x5571735b1140 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1140 0.000129
+gallium_dri.so free 0x5571735b1280 void 0.000132
+gallium_dri.so free 0x5571735b1140 void 0.000174
+gallium_dri.so malloc 72 0x5571735b12b0 0.000132
+gallium_dri.so free 0x5571735b1300 void 0.000129
+gallium_dri.so free 0x5571735b12b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1300 0.000129
+gallium_dri.so free 0x5571735b13c0 void 0.000131
+gallium_dri.so free 0x5571735b1300 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1300 0.000129
+gallium_dri.so free 0x5571735b14c0 void 0.000128
+gallium_dri.so free 0x5571735b1300 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1470 0.000123
+gallium_dri.so free 0x5571735b1580 void 0.000122
+gallium_dri.so free 0x5571735b1470 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1530 0.000130
+gallium_dri.so free 0x5571735b15c0 void 0.000124
+gallium_dri.so free 0x5571735b1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1530 0.000121
+gallium_dri.so free 0x5571735b1680 void 0.000119
+gallium_dri.so free 0x5571735b1530 void 0.000124
+gallium_dri.so malloc 72 0x5571735b16c0 0.000130
+gallium_dri.so free 0x5571735b1740 void 0.000129
+gallium_dri.so free 0x5571735b16c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735b1740 0.000128
+gallium_dri.so free 0x5571735b1800 void 0.000130
+gallium_dri.so free 0x5571735b1740 void 0.000132
+gallium_dri.so malloc 72 0x5571735b1740 0.000130
+gallium_dri.so free 0x5571735b1880 void 0.000130
+gallium_dri.so free 0x5571735b1740 void 0.000222
+gallium_dri.so malloc 72 0x5571735b1740 0.000224
+gallium_dri.so free 0x5571735b1940 void 0.000129
+gallium_dri.so free 0x5571735b1740 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1740 0.000130
+gallium_dri.so free 0x5571735b1a00 void 0.000125
+gallium_dri.so free 0x5571735b1740 void 0.000121
+gallium_dri.so malloc 72 0x5571735b19b0 0.000125
+gallium_dri.so free 0x5571735b1a80 void 0.000124
+gallium_dri.so free 0x5571735b19b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000130
+gallium_dri.so free 0x5571735b1b40 void 0.000124
+gallium_dri.so free 0x5571735b1ad0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1b60 0.000119
+gallium_dri.so free 0x5571735b1c00 void 0.000120
+gallium_dri.so free 0x5571735b1b60 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000132
+gallium_dri.so free 0x5571735b1c80 void 0.000130
+gallium_dri.so free 0x5571735b1bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000130
+gallium_dri.so free 0x5571735b1d80 void 0.000124
+gallium_dri.so free 0x5571735b1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1d30 0.000125
+gallium_dri.so free 0x5571735b1e00 void 0.000132
+gallium_dri.so free 0x5571735b1d30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1e50 0.000128
+gallium_dri.so free 0x5571735b1ec0 void 0.000129
+gallium_dri.so free 0x5571735b1e50 void 0.000129
+gallium_dri.so malloc 72 0x5571735b1ee0 0.000125
+gallium_dri.so free 0x5571735b1f80 void 0.000127
+gallium_dri.so free 0x5571735b1ee0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1f30 0.000125
+gallium_dri.so free 0x5571735b2000 void 0.000124
+gallium_dri.so free 0x5571735b1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1f30 0.000119
+gallium_dri.so free 0x5571735b2080 void 0.000119
+gallium_dri.so free 0x5571735b1f30 void 0.000165
+gallium_dri.so malloc 72 0x5571735b2080 0.000120
+gallium_dri.so free 0x5571735b3440 void 0.000125
+gallium_dri.so free 0x5571735b2080 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000125
+gallium_dri.so free 0x5571735b34c0 void 0.000120
+gallium_dri.so free 0x5571735b33f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b33f0 0.000131
+gallium_dri.so free 0x5571735b3580 void 0.000131
+gallium_dri.so free 0x5571735b33f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b33f0 0.000196
+gallium_dri.so free 0x5571735b3640 void 0.000121
+gallium_dri.so free 0x5571735b33f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b35f0 0.000131
+gallium_dri.so free 0x5571735b36c0 void 0.000129
+gallium_dri.so free 0x5571735b35f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3710 0.000132
+gallium_dri.so free 0x5571735b3780 void 0.000238
+gallium_dri.so free 0x5571735b3710 void 0.000221
+gallium_dri.so malloc 72 0x5571735b37a0 0.000203
+gallium_dri.so free 0x5571735b3840 void 0.000133
+gallium_dri.so free 0x5571735b37a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b37f0 0.000120
+gallium_dri.so free 0x5571735b38c0 void 0.000128
+gallium_dri.so free 0x5571735b37f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b38c0 0.000124
+gallium_dri.so free 0x5571735b3980 void 0.000126
+gallium_dri.so free 0x5571735b38c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b38c0 0.000124
+gallium_dri.so free 0x5571735b3a00 void 0.000125
+gallium_dri.so free 0x5571735b38c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3a00 0.000130
+gallium_dri.so free 0x5571735b3ac0 void 0.000131
+gallium_dri.so free 0x5571735b3a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3a00 0.000120
+gallium_dri.so free 0x5571735b3b80 void 0.000120
+gallium_dri.so free 0x5571735b3a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3a00 0.000132
+gallium_dri.so free 0x5571735b3c40 void 0.000130
+gallium_dri.so free 0x5571735b3a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000124
+gallium_dri.so free 0x5571735b3cc0 void 0.000124
+gallium_dri.so free 0x5571735b3bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3d10 0.000126
+gallium_dri.so free 0x5571735b3d80 void 0.000127
+gallium_dri.so free 0x5571735b3d10 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000125
+gallium_dri.so free 0x5571735b3e40 void 0.000121
+gallium_dri.so free 0x5571735b3dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000130
+gallium_dri.so free 0x5571735b3ec0 void 0.000131
+gallium_dri.so free 0x5571735b3dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000129
+gallium_dri.so free 0x5571735b3f40 void 0.000124
+gallium_dri.so free 0x5571735b3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000126
+gallium_dri.so free 0x5571735b4040 void 0.000124
+gallium_dri.so free 0x5571735b3ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3ff0 0.000119
+gallium_dri.so free 0x5571735b4100 void 0.000120
+gallium_dri.so free 0x5571735b3ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b40b0 0.000130
+gallium_dri.so free 0x5571735b4140 void 0.000130
+gallium_dri.so free 0x5571735b40b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735b40b0 0.000226
+gallium_dri.so free 0x5571735b4200 void 0.000126
+gallium_dri.so free 0x5571735b40b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4270 0.000129
+gallium_dri.so free 0x5571735b42c0 void 0.000130
+gallium_dri.so free 0x5571735b4270 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4270 0.000124
+gallium_dri.so free 0x5571735b43c0 void 0.000126
+gallium_dri.so free 0x5571735b4270 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4370 0.000125
+gallium_dri.so free 0x5571735b4480 void 0.000131
+gallium_dri.so free 0x5571735b4370 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4430 0.000129
+gallium_dri.so free 0x5571735b44c0 void 0.000125
+gallium_dri.so free 0x5571735b4430 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4430 0.000119
+gallium_dri.so free 0x5571735b4580 void 0.000121
+gallium_dri.so free 0x5571735b4430 void 0.000124
+gallium_dri.so malloc 72 0x5571735b45c0 0.000131
+gallium_dri.so free 0x5571735b4640 void 0.000130
+gallium_dri.so free 0x5571735b45c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4640 0.000139
+gallium_dri.so free 0x5571735b4700 void 0.000130
+gallium_dri.so free 0x5571735b4640 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4640 0.000122
+gallium_dri.so free 0x5571735b47c0 void 0.000125
+gallium_dri.so free 0x5571735b4640 void 0.000130
+gallium_dri.so malloc 72 0x5571735b47e0 0.000123
+gallium_dri.so free 0x5571735b4880 void 0.000127
+gallium_dri.so free 0x5571735b47e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4830 0.000130
+gallium_dri.so free 0x5571735b4900 void 0.000130
+gallium_dri.so free 0x5571735b4830 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4830 0.000130
+gallium_dri.so free 0x5571735b4980 void 0.000128
+gallium_dri.so free 0x5571735b4830 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4980 0.000130
+gallium_dri.so free 0x5571735b4a40 void 0.000130
+gallium_dri.so free 0x5571735b4980 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4980 0.000129
+gallium_dri.so free 0x5571735b4b00 void 0.000125
+gallium_dri.so free 0x5571735b4980 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4980 0.000137
+gallium_dri.so free 0x5571735b4bc0 void 0.000130
+gallium_dri.so free 0x5571735b4980 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4b70 0.000128
+gallium_dri.so free 0x5571735e1580 void 0.000131
+gallium_dri.so free 0x5571735b4b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1650 0.000131
+gallium_dri.so free 0x5571735e16c0 void 0.000131
+gallium_dri.so free 0x5571735e1650 void 0.000129
+gallium_dri.so malloc 72 0x5571735e16e0 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000129
+gallium_dri.so free 0x5571735e16e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1730 0.000131
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so free 0x5571735e1730 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1730 0.000221
+gallium_dri.so free 0x5571735e1880 void 0.000223
+gallium_dri.so free 0x5571735e1730 void 0.000225
+gallium_dri.so malloc 72 0x5571735e1880 0.000131
+gallium_dri.so free 0x5571735e1940 void 0.000125
+gallium_dri.so free 0x5571735e1880 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1880 0.000130
+gallium_dri.so free 0x5571735e1a40 void 0.000131
+gallium_dri.so free 0x5571735e1880 void 0.000130
+gallium_dri.so malloc 72 0x5571735e19f0 0.000130
+gallium_dri.so free 0x5571735e1a80 void 0.000125
+gallium_dri.so free 0x5571735e19f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e19f0 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000121
+gallium_dri.so free 0x5571735e19f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b80 0.000124
+gallium_dri.so free 0x5571735e1c00 void 0.000130
+gallium_dri.so free 0x5571735e1b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1c00 0.000132
+gallium_dri.so free 0x5571735e1cc0 void 0.000129
+gallium_dri.so free 0x5571735e1c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1c00 0.000120
+gallium_dri.so free 0x5571735e1d40 void 0.000125
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1d70 0.000126
+gallium_dri.so free 0x5571735e1dc0 void 0.000130
+gallium_dri.so free 0x5571735e1d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1d70 0.000121
+gallium_dri.so free 0x5571735e1ec0 void 0.000127
+gallium_dri.so free 0x5571735e1d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1f00 0.000126
+gallium_dri.so free 0x5571735e1f80 void 0.000121
+gallium_dri.so free 0x5571735e1f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1f80 0.000132
+gallium_dri.so free 0x5571735e2040 void 0.000129
+gallium_dri.so free 0x5571735e1f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1f80 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000130
+gallium_dri.so free 0x5571735e1f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e20f0 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000130
+gallium_dri.so free 0x5571735e20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e20f0 0.000125
+gallium_dri.so free 0x5571735e2240 void 0.000119
+gallium_dri.so free 0x5571735e20f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e21f0 0.000138
+gallium_dri.so free 0x5571735e2300 void 0.000131
+gallium_dri.so free 0x5571735e21f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e22b0 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000125
+gallium_dri.so free 0x5571735e22b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e22b0 0.000130
+gallium_dri.so free 0x5571735e2440 void 0.000246
+gallium_dri.so free 0x5571735e22b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e22b0 0.000130
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e22b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e24b0 0.000128
+gallium_dri.so free 0x5571735e2580 void 0.000129
+gallium_dri.so free 0x5571735e24b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e25d0 0.000120
+gallium_dri.so free 0x5571735e2640 void 0.000128
+gallium_dri.so free 0x5571735e25d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2660 0.000121
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so free 0x5571735e2660 void 0.000161
+gallium_dri.so malloc 72 0x5571735e26b0 0.000127
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so free 0x5571735e26b0 void 0.000176
+gallium_dri.so malloc 72 0x5571735e2780 0.000163
+gallium_dri.so free 0x5571735e2840 void 0.000167
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2780 0.000130
+gallium_dri.so free 0x5571735e28c0 void 0.000130
+gallium_dri.so free 0x5571735e2780 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28c0 0.000131
+gallium_dri.so free 0x5571735e2980 void 0.000131
+gallium_dri.so free 0x5571735e28c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e28c0 0.000130
+gallium_dri.so free 0x5571735e2a40 void 0.000124
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e28c0 0.000125
+gallium_dri.so free 0x5571735e2b00 void 0.000126
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000129
+gallium_dri.so free 0x5571735e2b80 void 0.000139
+gallium_dri.so free 0x5571735e2ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000128
+gallium_dri.so free 0x5571735e2c40 void 0.000130
+gallium_dri.so free 0x5571735e2bd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c80 0.000128
+gallium_dri.so free 0x5571735e2d00 void 0.000124
+gallium_dri.so free 0x5571735e2c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2c80 0.000120
+gallium_dri.so free 0x5571735e2d80 void 0.000130
+gallium_dri.so free 0x5571735e2c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2db0 0.000124
+gallium_dri.so free 0x5571735e2e00 void 0.000120
+gallium_dri.so free 0x5571735e2db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2db0 0.000123
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so free 0x5571735e2db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000129
+gallium_dri.so free 0x5571735e2fc0 void 0.000130
+gallium_dri.so free 0x5571735e2eb0 void 0.000203
+gallium_dri.so malloc 72 0x5571735e2f70 0.000123
+gallium_dri.so free 0x5571735e3000 void 0.000129
+gallium_dri.so free 0x5571735e2f70 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2f70 0.000130
+gallium_dri.so free 0x5571735e30c0 void 0.000130
+gallium_dri.so free 0x5571735e2f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3130 0.000121
+gallium_dri.so free 0x5571735e3180 void 0.000119
+gallium_dri.so free 0x5571735e3130 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3130 0.000130
+gallium_dri.so free 0x5571735e3280 void 0.000129
+gallium_dri.so free 0x5571735e3130 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3230 0.000131
+gallium_dri.so free 0x5571735e3340 void 0.000129
+gallium_dri.so free 0x5571735e3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735e32f0 0.000123
+gallium_dri.so free 0x5571735e3380 void 0.000127
+gallium_dri.so free 0x5571735e32f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e32f0 0.000129
+gallium_dri.so free 0x5571735e3440 void 0.000125
+gallium_dri.so free 0x5571735e32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3480 0.000125
+gallium_dri.so free 0x5571735e3500 void 0.000130
+gallium_dri.so free 0x5571735e3480 void 0.000320
+gallium_dri.so malloc 72 0x5571735e3500 0.000328
+gallium_dri.so free 0x5571735e35c0 void 0.000325
+gallium_dri.so free 0x5571735e3500 void 0.000337
+gallium_dri.so malloc 72 0x5571735e3500 0.000305
+gallium_dri.so free 0x5571735e3680 void 0.000290
+gallium_dri.so free 0x5571735e3500 void 0.000269
+gallium_dri.so malloc 72 0x5571735e36a0 0.000227
+gallium_dri.so free 0x5571735e3740 void 0.000277
+gallium_dri.so free 0x5571735e36a0 void 0.000199
+gallium_dri.so malloc 72 0x5571735e36f0 0.000199
+gallium_dri.so free 0x5571735e37c0 void 0.000136
+gallium_dri.so free 0x5571735e36f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e36f0 0.000146
+gallium_dri.so free 0x5571735e3840 void 0.000197
+gallium_dri.so free 0x5571735e36f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735e3840 0.000147
+gallium_dri.so free 0x5571735e3900 void 0.000210
+gallium_dri.so free 0x5571735e3840 void 0.000186
+gallium_dri.so malloc 72 0x5571735e3840 0.000182
+gallium_dri.so free 0x5571735e39c0 void 0.000295
+gallium_dri.so free 0x5571735e3840 void 0.000296
+gallium_dri.so malloc 72 0x5571735e3840 0.000289
+gallium_dri.so free 0x5571735e3a80 void 0.000296
+gallium_dri.so free 0x5571735e3840 void 0.000301
+gallium_dri.so malloc 72 0x5571735e3a30 0.000295
+gallium_dri.so free 0x5571735e3b40 void 0.000190
+gallium_dri.so free 0x5571735e3a30 void 0.000183
+gallium_dri.so malloc 72 0x5571735e3af0 0.000179
+gallium_dri.so free 0x5571735e3bc0 void 0.000141
+gallium_dri.so free 0x5571735e3af0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e3c10 0.000144
+gallium_dri.so free 0x5571735e3c80 void 0.000145
+gallium_dri.so free 0x5571735e3c10 void 0.000139
+gallium_dri.so malloc 72 0x5571735e3ca0 0.000134
+gallium_dri.so free 0x5571735e3d40 void 0.000134
+gallium_dri.so free 0x5571735e3ca0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000138
+gallium_dri.so free 0x5571735e3dc0 void 0.000139
+gallium_dri.so free 0x5571735e3cf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000144
+gallium_dri.so free 0x5571735e3e40 void 0.000144
+gallium_dri.so free 0x5571735e3cf0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e3e40 0.000143
+gallium_dri.so free 0x5571735e3f00 void 0.000140
+gallium_dri.so free 0x5571735e3e40 void 0.000174
+gallium_dri.so malloc 72 0x5571735e3e40 0.000183
+gallium_dri.so free 0x5571735e4000 void 0.000208
+gallium_dri.so free 0x5571735e3e40 void 0.000169
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000135
+gallium_dri.so free 0x5571735e4040 void 0.000130
+gallium_dri.so free 0x5571735e3fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000136
+gallium_dri.so free 0x5571735e4100 void 0.000140
+gallium_dri.so free 0x5571735e3fb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4140 0.000135
+gallium_dri.so free 0x5571735e41c0 void 0.000135
+gallium_dri.so free 0x5571735e4140 void 0.000137
+gallium_dri.so malloc 72 0x5571735e41c0 0.000130
+gallium_dri.so free 0x5571735e4280 void 0.000134
+gallium_dri.so free 0x5571735e41c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e41c0 0.000131
+gallium_dri.so free 0x5571735e4300 void 0.000244
+gallium_dri.so free 0x5571735e41c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735e4330 0.000136
+gallium_dri.so free 0x5571735e4380 void 0.000170
+gallium_dri.so free 0x5571735e4330 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4330 0.000131
+gallium_dri.so free 0x5571735e4480 void 0.000126
+gallium_dri.so free 0x5571735e4330 void 0.000127
+gallium_dri.so malloc 72 0x5571735e44c0 0.000126
+gallium_dri.so free 0x5571735e4540 void 0.000127
+gallium_dri.so free 0x5571735e44c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4540 0.000138
+gallium_dri.so free 0x5571735e4600 void 0.000136
+gallium_dri.so free 0x5571735e4540 void 0.000138
+gallium_dri.so malloc 72 0x5571735e4540 0.000137
+gallium_dri.so free 0x5571735e4680 void 0.000137
+gallium_dri.so free 0x5571735e4540 void 0.000137
+gallium_dri.so malloc 72 0x5571735e46b0 0.000135
+gallium_dri.so free 0x5571735e4700 void 0.000136
+gallium_dri.so free 0x5571735e46b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e46b0 0.000133
+gallium_dri.so free 0x5571735e4800 void 0.000147
+gallium_dri.so free 0x5571735e46b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e47b0 0.000131
+gallium_dri.so free 0x5571735e48c0 void 0.000132
+gallium_dri.so free 0x5571735e47b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e4870 0.000138
+gallium_dri.so free 0x5571735e4940 void 0.000136
+gallium_dri.so free 0x5571735e4870 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4870 0.000130
+gallium_dri.so free 0x5571735e4a00 void 0.000126
+gallium_dri.so free 0x5571735e4870 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4870 0.000131
+gallium_dri.so free 0x5571735e4ac0 void 0.000128
+gallium_dri.so free 0x5571735e4870 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4a70 0.000138
+gallium_dri.so free 0x5571735e4b40 void 0.000136
+gallium_dri.so free 0x5571735e4a70 void 0.000138
+gallium_dri.so malloc 72 0x5571735e4b90 0.000137
+gallium_dri.so free 0x5571735e4c00 void 0.000137
+gallium_dri.so free 0x5571735e4b90 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4c20 0.000182
+gallium_dri.so free 0x5571735e4cc0 void 0.000254
+gallium_dri.so free 0x5571735e4c20 void 0.000162
+gallium_dri.so malloc 72 0x5571735e4c70 0.000159
+gallium_dri.so free 0x5571735e4d40 void 0.000164
+gallium_dri.so free 0x5571735e4c70 void 0.000180
+gallium_dri.so malloc 72 0x5571735e4d40 0.000221
+gallium_dri.so free 0x5571735e4e00 void 0.000236
+gallium_dri.so free 0x5571735e4d40 void 0.000201
+gallium_dri.so malloc 72 0x5571735e4d40 0.000126
+gallium_dri.so free 0x5571735e4e80 void 0.000129
+gallium_dri.so free 0x5571735e4d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4e80 0.000128
+gallium_dri.so free 0x5571735e4f40 void 0.000130
+gallium_dri.so free 0x5571735e4e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4e80 0.000123
+gallium_dri.so free 0x5571735e5000 void 0.000120
+gallium_dri.so free 0x5571735e4e80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4e80 0.000136
+gallium_dri.so free 0x5571735e50c0 void 0.000132
+gallium_dri.so free 0x5571735e4e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5070 0.000129
+gallium_dri.so free 0x5571735e5140 void 0.000124
+gallium_dri.so free 0x5571735e5070 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5190 0.000120
+gallium_dri.so free 0x5571735e5200 void 0.000120
+gallium_dri.so free 0x5571735e5190 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5240 0.000120
+gallium_dri.so free 0x5571735e52c0 void 0.000119
+gallium_dri.so free 0x5571735e5240 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5240 0.000130
+gallium_dri.so free 0x5571735e5340 void 0.000129
+gallium_dri.so free 0x5571735e5240 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5370 0.000125
+gallium_dri.so free 0x5571735e53c0 void 0.000129
+gallium_dri.so free 0x5571735e5370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5370 0.000129
+gallium_dri.so free 0x5571735e54c0 void 0.000130
+gallium_dri.so free 0x5571735e5370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5470 0.000130
+gallium_dri.so free 0x5571735e5580 void 0.000139
+gallium_dri.so free 0x5571735e5470 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5530 0.000135
+gallium_dri.so free 0x5571735e55c0 void 0.000129
+gallium_dri.so free 0x5571735e5530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5530 0.000128
+gallium_dri.so free 0x5571735e5680 void 0.000130
+gallium_dri.so free 0x5571735e5530 void 0.000129
+gallium_dri.so malloc 72 0x5571735e56f0 0.000126
+gallium_dri.so free 0x5571735e5740 void 0.000120
+gallium_dri.so free 0x5571735e56f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e56f0 0.000124
+gallium_dri.so free 0x5571735e5840 void 0.000121
+gallium_dri.so free 0x5571735e56f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e57f0 0.000133
+gallium_dri.so free 0x5571735e5900 void 0.000130
+gallium_dri.so free 0x5571735e57f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e58b0 0.000126
+gallium_dri.so free 0x5571735e5940 void 0.000130
+gallium_dri.so free 0x5571735e58b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e58b0 0.000129
+gallium_dri.so free 0x5571735e5a00 void 0.000174
+gallium_dri.so free 0x5571735e58b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5a40 0.000130
+gallium_dri.so free 0x5571735e5ac0 void 0.000131
+gallium_dri.so free 0x5571735e5a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000134
+gallium_dri.so free 0x5571735e5b80 void 0.000147
+gallium_dri.so free 0x5571735e5ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000128
+gallium_dri.so free 0x5571735e5c40 void 0.000130
+gallium_dri.so free 0x5571735e5ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5c60 0.000128
+gallium_dri.so free 0x5571735e5d00 void 0.000128
+gallium_dri.so free 0x5571735e5c60 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000127
+gallium_dri.so free 0x5571735e5d80 void 0.000129
+gallium_dri.so free 0x5571735e5cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000127
+gallium_dri.so free 0x5571735e5e00 void 0.000129
+gallium_dri.so free 0x5571735e5cb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5e00 0.000125
+gallium_dri.so free 0x5571735e5ec0 void 0.000129
+gallium_dri.so free 0x5571735e5e00 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5e00 0.000138
+gallium_dri.so free 0x5571735e5f80 void 0.000129
+gallium_dri.so free 0x5571735e5e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5e00 0.000127
+gallium_dri.so free 0x5571735e6040 void 0.000127
+gallium_dri.so free 0x5571735e5e00 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000128
+gallium_dri.so free 0x5571735e6100 void 0.000127
+gallium_dri.so free 0x5571735e5ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e60b0 0.000125
+gallium_dri.so free 0x5571735e6180 void 0.000128
+gallium_dri.so free 0x5571735e60b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e61d0 0.000127
+gallium_dri.so free 0x5571735e6240 void 0.000129
+gallium_dri.so free 0x5571735e61d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6260 0.000127
+gallium_dri.so free 0x5571735e6300 void 0.000128
+gallium_dri.so free 0x5571735e6260 void 0.000127
+gallium_dri.so malloc 72 0x5571735e62b0 0.000128
+gallium_dri.so free 0x5571735e6380 void 0.000125
+gallium_dri.so free 0x5571735e62b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e62b0 0.000125
+gallium_dri.so free 0x5571735e6400 void 0.000128
+gallium_dri.so free 0x5571735e62b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6400 0.000139
+gallium_dri.so free 0x5571735e64c0 void 0.000129
+gallium_dri.so free 0x5571735e6400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6400 0.000129
+gallium_dri.so free 0x5571735e65c0 void 0.000127
+gallium_dri.so free 0x5571735e6400 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6570 0.000127
+gallium_dri.so free 0x5571735e6600 void 0.000126
+gallium_dri.so free 0x5571735e6570 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6570 0.000128
+gallium_dri.so free 0x5571735e66c0 void 0.000127
+gallium_dri.so free 0x5571735e6570 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6700 0.000126
+gallium_dri.so free 0x5571735e6780 void 0.000127
+gallium_dri.so free 0x5571735e6700 void 0.000127
+gallium_dri.so malloc 72 0x5571735e6780 0.000128
+gallium_dri.so free 0x5571735e6840 void 0.000129
+gallium_dri.so free 0x5571735e6780 void 0.000127
+gallium_dri.so malloc 72 0x5571735e6780 0.000127
+gallium_dri.so free 0x5571735e68c0 void 0.000129
+gallium_dri.so free 0x5571735e6780 void 0.000128
+gallium_dri.so malloc 72 0x5571735e68f0 0.000126
+gallium_dri.so free 0x5571735e6940 void 0.000126
+gallium_dri.so free 0x5571735e68f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e68f0 0.000128
+gallium_dri.so free 0x5571735e6a40 void 0.000130
+gallium_dri.so free 0x5571735e68f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6a80 0.000128
+gallium_dri.so free 0x5571735e6b00 void 0.000125
+gallium_dri.so free 0x5571735e6a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6b00 0.000127
+gallium_dri.so free 0x5571735e6bc0 void 0.000128
+gallium_dri.so free 0x5571735e6b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6b00 0.000127
+gallium_dri.so free 0x5571735e6c40 void 0.000127
+gallium_dri.so free 0x5571735e6b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6c70 0.000128
+gallium_dri.so free 0x5571735e6cc0 void 0.000128
+gallium_dri.so free 0x5571735e6c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6c70 0.000127
+gallium_dri.so free 0x5571735e6dc0 void 0.000126
+gallium_dri.so free 0x5571735e6c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6d70 0.000126
+gallium_dri.so free 0x5571735e6e80 void 0.000128
+gallium_dri.so free 0x5571735e6d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6e30 0.000129
+gallium_dri.so free 0x5571735bee80 void 0.000128
+gallium_dri.so free 0x5571735e6e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735beea0 0.000126
+gallium_dri.so free 0x5571735bef40 void 0.000139
+gallium_dri.so free 0x5571735beea0 void 0.000128
+gallium_dri.so malloc 72 0x5571735beef0 0.000128
+gallium_dri.so free 0x5571735befc0 void 0.000128
+gallium_dri.so free 0x5571735beef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735beef0 0.000124
+gallium_dri.so free 0x5571735bf040 void 0.000128
+gallium_dri.so free 0x5571735beef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf040 0.000127
+gallium_dri.so free 0x5571735bf100 void 0.000128
+gallium_dri.so free 0x5571735bf040 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf040 0.000126
+gallium_dri.so free 0x5571735bf1c0 void 0.000124
+gallium_dri.so free 0x5571735bf040 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf040 0.000128
+gallium_dri.so free 0x5571735bf280 void 0.000129
+gallium_dri.so free 0x5571735bf040 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf230 0.000128
+gallium_dri.so free 0x5571735bf340 void 0.000127
+gallium_dri.so free 0x5571735bf230 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf2f0 0.000127
+gallium_dri.so free 0x5571735bf3c0 void 0.000124
+gallium_dri.so free 0x5571735bf2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf410 0.000120
+gallium_dri.so free 0x5571735bf480 void 0.000131
+gallium_dri.so free 0x5571735bf410 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf4a0 0.000122
+gallium_dri.so free 0x5571735bf540 void 0.000122
+gallium_dri.so free 0x5571735bf4a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000121
+gallium_dri.so free 0x5571735bf5c0 void 0.000122
+gallium_dri.so free 0x5571735bf4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000122
+gallium_dri.so free 0x5571735bf640 void 0.000119
+gallium_dri.so free 0x5571735bf4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf640 0.000119
+gallium_dri.so free 0x5571735bf700 void 0.000122
+gallium_dri.so free 0x5571735bf640 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf640 0.000122
+gallium_dri.so free 0x5571735bf800 void 0.000122
+gallium_dri.so free 0x5571735bf640 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000118
+gallium_dri.so free 0x5571735bf840 void 0.000118
+gallium_dri.so free 0x5571735bf7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000122
+gallium_dri.so free 0x5571735bf900 void 0.000120
+gallium_dri.so free 0x5571735bf7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf940 0.000121
+gallium_dri.so free 0x5571735bf9c0 void 0.000124
+gallium_dri.so free 0x5571735bf940 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf9c0 0.000131
+gallium_dri.so free 0x5571735bfa80 void 0.000120
+gallium_dri.so free 0x5571735bf9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf9c0 0.000118
+gallium_dri.so free 0x5571735bfb00 void 0.000121
+gallium_dri.so free 0x5571735bf9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfb30 0.000122
+gallium_dri.so free 0x5571735bfb80 void 0.000122
+gallium_dri.so free 0x5571735bfb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfb30 0.000120
+gallium_dri.so free 0x5571735bfc80 void 0.000121
+gallium_dri.so free 0x5571735bfb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfcc0 0.000121
+gallium_dri.so free 0x5571735bfd40 void 0.000122
+gallium_dri.so free 0x5571735bfcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfd40 0.000119
+gallium_dri.so free 0x5571735bfe00 void 0.000121
+gallium_dri.so free 0x5571735bfd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735bfd40 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000123
+gallium_dri.so free 0x5571735bfd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000117
+gallium_dri.so free 0x5571735bff00 void 0.000121
+gallium_dri.so free 0x5571735bfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000120
+gallium_dri.so free 0x5571735c0000 void 0.000120
+gallium_dri.so free 0x5571735bfeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bffb0 0.000122
+gallium_dri.so free 0x5571735c00c0 void 0.000121
+gallium_dri.so free 0x5571735bffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0070 0.000121
+gallium_dri.so free 0x5571735c0140 void 0.000122
+gallium_dri.so free 0x5571735c0070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0070 0.000121
+gallium_dri.so free 0x5571735c0200 void 0.000123
+gallium_dri.so free 0x5571735c0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0070 0.000120
+gallium_dri.so free 0x5571735c02c0 void 0.000119
+gallium_dri.so free 0x5571735c0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0270 0.000126
+gallium_dri.so free 0x5571735c0340 void 0.000123
+gallium_dri.so free 0x5571735c0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0390 0.000122
+gallium_dri.so free 0x5571735c0400 void 0.000120
+gallium_dri.so free 0x5571735c0390 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0420 0.000123
+gallium_dri.so free 0x5571735c04c0 void 0.000122
+gallium_dri.so free 0x5571735c0420 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0470 0.000120
+gallium_dri.so free 0x5571735c0540 void 0.000123
+gallium_dri.so free 0x5571735c0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0540 0.000161
+gallium_dri.so free 0x5571735c0600 void 0.000124
+gallium_dri.so free 0x5571735c0540 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0540 0.000122
+gallium_dri.so free 0x5571735c0680 void 0.000122
+gallium_dri.so free 0x5571735c0540 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0680 0.000120
+gallium_dri.so free 0x5571735c0740 void 0.000122
+gallium_dri.so free 0x5571735c0680 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0680 0.000118
+gallium_dri.so free 0x5571735c0800 void 0.000121
+gallium_dri.so free 0x5571735c0680 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0680 0.000121
+gallium_dri.so free 0x5571735c08c0 void 0.000122
+gallium_dri.so free 0x5571735c0680 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0870 0.000120
+gallium_dri.so free 0x5571735c0940 void 0.000121
+gallium_dri.so free 0x5571735c0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0990 0.000122
+gallium_dri.so free 0x5571735c0a00 void 0.000122
+gallium_dri.so free 0x5571735c0990 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a40 0.000119
+gallium_dri.so free 0x5571735c0ac0 void 0.000123
+gallium_dri.so free 0x5571735c0a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0a40 0.000119
+gallium_dri.so free 0x5571735c0b40 void 0.000121
+gallium_dri.so free 0x5571735c0a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0b70 0.000122
+gallium_dri.so free 0x5571735c0bc0 void 0.000123
+gallium_dri.so free 0x5571735c0b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0b70 0.000124
+gallium_dri.so free 0x5571735c0cc0 void 0.000121
+gallium_dri.so free 0x5571735c0b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c70 0.000120
+gallium_dri.so free 0x5571735c0d80 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d30 0.000120
+gallium_dri.so free 0x5571735c0dc0 void 0.000120
+gallium_dri.so free 0x5571735c0d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d30 0.000121
+gallium_dri.so free 0x5571735c0e80 void 0.000120
+gallium_dri.so free 0x5571735c0d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000120
+gallium_dri.so free 0x5571735c0f40 void 0.000122
+gallium_dri.so free 0x5571735c0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000121
+gallium_dri.so free 0x5571735c1040 void 0.000122
+gallium_dri.so free 0x5571735c0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0ff0 0.000121
+gallium_dri.so free 0x5571735c1100 void 0.000122
+gallium_dri.so free 0x5571735c0ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c10b0 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000121
+gallium_dri.so free 0x5571735c10b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c10b0 0.000120
+gallium_dri.so free 0x5571735c1200 void 0.000127
+gallium_dri.so free 0x5571735c10b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1240 0.000122
+gallium_dri.so free 0x5571735c12c0 void 0.000119
+gallium_dri.so free 0x5571735c1240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c12c0 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c12c0 0.000118
+gallium_dri.so free 0x5571735c1440 void 0.000121
+gallium_dri.so free 0x5571735c12c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1460 0.000121
+gallium_dri.so free 0x5571735c1500 void 0.000121
+gallium_dri.so free 0x5571735c1460 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c1580 void 0.000118
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c1600 void 0.000122
+gallium_dri.so free 0x5571735c14b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1600 0.000120
+gallium_dri.so free 0x5571735c16c0 void 0.000122
+gallium_dri.so free 0x5571735c1600 void 0.000180
+gallium_dri.so malloc 72 0x5571735c1600 0.000124
+gallium_dri.so free 0x5571735c1780 void 0.000122
+gallium_dri.so free 0x5571735c1600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1600 0.000122
+gallium_dri.so free 0x5571735c1840 void 0.000121
+gallium_dri.so free 0x5571735c1600 void 0.000122
+gallium_dri.so malloc 72 0x5571735c17f0 0.000121
+gallium_dri.so free 0x5571735c1900 void 0.000122
+gallium_dri.so free 0x5571735c17f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c18b0 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000124
+gallium_dri.so free 0x5571735c18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c19d0 0.000120
+gallium_dri.so free 0x5571735c1a40 void 0.000121
+gallium_dri.so free 0x5571735c19d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a60 0.000122
+gallium_dri.so free 0x5571735c1b00 void 0.000121
+gallium_dri.so free 0x5571735c1a60 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000121
+gallium_dri.so free 0x5571735c1b80 void 0.000122
+gallium_dri.so free 0x5571735c1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000121
+gallium_dri.so free 0x5571735c1c00 void 0.000122
+gallium_dri.so free 0x5571735c1ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1c00 0.000121
+gallium_dri.so free 0x5571735c1cc0 void 0.000124
+gallium_dri.so free 0x5571735c1c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1c00 0.000120
+gallium_dri.so free 0x5571735c1dc0 void 0.000120
+gallium_dri.so free 0x5571735c1c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1d70 0.000121
+gallium_dri.so free 0x5571735c1e00 void 0.000122
+gallium_dri.so free 0x5571735c1d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1d70 0.000120
+gallium_dri.so free 0x5571735c1ec0 void 0.000122
+gallium_dri.so free 0x5571735c1d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1f00 0.000120
+gallium_dri.so free 0x5571735c1f80 void 0.000121
+gallium_dri.so free 0x5571735c1f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f80 0.000120
+gallium_dri.so free 0x5571735c2040 void 0.000122
+gallium_dri.so free 0x5571735c1f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1f80 0.000122
+gallium_dri.so free 0x5571735c20c0 void 0.000122
+gallium_dri.so free 0x5571735c1f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c20f0 0.000123
+gallium_dri.so free 0x5571735c2140 void 0.000123
+gallium_dri.so free 0x5571735c20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c20f0 0.000122
+gallium_dri.so free 0x5571735c2240 void 0.000123
+gallium_dri.so free 0x5571735c20f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2280 0.000122
+gallium_dri.so free 0x5571735c2300 void 0.000122
+gallium_dri.so free 0x5571735c2280 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2300 0.000121
+gallium_dri.so free 0x5571735c23c0 void 0.000122
+gallium_dri.so free 0x5571735c2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2300 0.000122
+gallium_dri.so free 0x5571735c2440 void 0.000122
+gallium_dri.so free 0x5571735c2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2470 0.000120
+gallium_dri.so free 0x5571735c24c0 void 0.000121
+gallium_dri.so free 0x5571735c2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2470 0.000121
+gallium_dri.so free 0x5571735c25c0 void 0.000123
+gallium_dri.so free 0x5571735c2470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2570 0.000120
+gallium_dri.so free 0x5571735c2680 void 0.000122
+gallium_dri.so free 0x5571735c2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2630 0.000122
+gallium_dri.so free 0x5571735c2700 void 0.000120
+gallium_dri.so free 0x5571735c2630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2630 0.000119
+gallium_dri.so free 0x5571735c27c0 void 0.000122
+gallium_dri.so free 0x5571735c2630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2630 0.000121
+gallium_dri.so free 0x5571735c2880 void 0.000131
+gallium_dri.so free 0x5571735c2630 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2830 0.000122
+gallium_dri.so free 0x5571735c2900 void 0.000121
+gallium_dri.so free 0x5571735c2830 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2950 0.000122
+gallium_dri.so free 0x5571735c29c0 void 0.000123
+gallium_dri.so free 0x5571735c2950 void 0.000121
+gallium_dri.so malloc 72 0x5571735c29e0 0.000122
+gallium_dri.so free 0x5571735c2a80 void 0.000120
+gallium_dri.so free 0x5571735c29e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a30 0.000119
+gallium_dri.so free 0x5571735c2b00 void 0.000121
+gallium_dri.so free 0x5571735c2a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b00 0.000123
+gallium_dri.so free 0x5571735c2bc0 void 0.000123
+gallium_dri.so free 0x5571735c2b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2b00 0.000120
+gallium_dri.so free 0x5571735c2c40 void 0.000120
+gallium_dri.so free 0x5571735c2b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c40 0.000122
+gallium_dri.so free 0x5571735c2d00 void 0.000122
+gallium_dri.so free 0x5571735c2c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2c40 0.000119
+gallium_dri.so free 0x5571735c2dc0 void 0.000120
+gallium_dri.so free 0x5571735c2c40 void 0.000167
+gallium_dri.so malloc 72 0x5571735c2c40 0.000122
+gallium_dri.so free 0x5571735c2e80 void 0.000123
+gallium_dri.so free 0x5571735c2c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2e30 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2f50 0.000121
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so free 0x5571735c2f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3000 0.000126
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c3000 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3000 0.000121
+gallium_dri.so free 0x5571735c3100 void 0.000122
+gallium_dri.so free 0x5571735c3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3130 0.000119
+gallium_dri.so free 0x5571735c3180 void 0.000120
+gallium_dri.so free 0x5571735c3130 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3130 0.000123
+gallium_dri.so free 0x5571735c3280 void 0.000122
+gallium_dri.so free 0x5571735c3130 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3230 0.000120
+gallium_dri.so free 0x5571735c3340 void 0.000123
+gallium_dri.so free 0x5571735c3230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c32f0 0.000122
+gallium_dri.so free 0x5571735c3380 void 0.000169
+gallium_dri.so free 0x5571735c32f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c32f0 0.000122
+gallium_dri.so free 0x5571735c3440 void 0.000122
+gallium_dri.so free 0x5571735c32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c34b0 0.000120
+gallium_dri.so free 0x5571735c3500 void 0.000121
+gallium_dri.so free 0x5571735c34b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c34b0 0.000121
+gallium_dri.so free 0x5571735c3600 void 0.000122
+gallium_dri.so free 0x5571735c34b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c35b0 0.000121
+gallium_dri.so free 0x5571735c36c0 void 0.000120
+gallium_dri.so free 0x5571735c35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3670 0.000122
+gallium_dri.so free 0x5571735c3700 void 0.000122
+gallium_dri.so free 0x5571735c3670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3670 0.000123
+gallium_dri.so free 0x5571735c37c0 void 0.000123
+gallium_dri.so free 0x5571735c3670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3800 0.000121
+gallium_dri.so free 0x5571735c3880 void 0.000122
+gallium_dri.so free 0x5571735c3800 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3880 0.000120
+gallium_dri.so free 0x5571735c3940 void 0.000122
+gallium_dri.so free 0x5571735c3880 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3880 0.000123
+gallium_dri.so free 0x5571735c3a00 void 0.000119
+gallium_dri.so free 0x5571735c3880 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3a20 0.000122
+gallium_dri.so free 0x5571735c3ac0 void 0.000120
+gallium_dri.so free 0x5571735c3a20 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3a70 0.000121
+gallium_dri.so free 0x5571735c3b40 void 0.000122
+gallium_dri.so free 0x5571735c3a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3a70 0.000122
+gallium_dri.so free 0x5571735c3bc0 void 0.000122
+gallium_dri.so free 0x5571735c3a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000119
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000123
+gallium_dri.so free 0x5571735c3d40 void 0.000122
+gallium_dri.so free 0x5571735c3bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000121
+gallium_dri.so free 0x5571735c3e00 void 0.000120
+gallium_dri.so free 0x5571735c3bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3db0 0.000120
+gallium_dri.so free 0x5571735c3ec0 void 0.000121
+gallium_dri.so free 0x5571735c3db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3e70 0.000122
+gallium_dri.so free 0x5571735c3f40 void 0.000125
+gallium_dri.so free 0x5571735c3e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3f90 0.000121
+gallium_dri.so free 0x5571735c4000 void 0.000122
+gallium_dri.so free 0x5571735c3f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4020 0.000119
+gallium_dri.so free 0x5571735c40c0 void 0.000121
+gallium_dri.so free 0x5571735c4020 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4070 0.000118
+gallium_dri.so free 0x5571735c4140 void 0.000118
+gallium_dri.so free 0x5571735c4070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4070 0.000119
+gallium_dri.so free 0x5571735c41c0 void 0.000122
+gallium_dri.so free 0x5571735c4070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c41c0 0.000121
+gallium_dri.so free 0x5571735c4280 void 0.000121
+gallium_dri.so free 0x5571735c41c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c41c0 0.000119
+gallium_dri.so free 0x5571735c4380 void 0.000121
+gallium_dri.so free 0x5571735c41c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4330 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000120
+gallium_dri.so free 0x5571735c4330 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4330 0.000120
+gallium_dri.so free 0x5571735c4480 void 0.000121
+gallium_dri.so free 0x5571735c4330 void 0.000132
+gallium_dri.so malloc 72 0x5571735c44c0 0.000124
+gallium_dri.so free 0x5571735c4540 void 0.000122
+gallium_dri.so free 0x5571735c44c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4540 0.000121
+gallium_dri.so free 0x5571735c4600 void 0.000123
+gallium_dri.so free 0x5571735c4540 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4540 0.000121
+gallium_dri.so free 0x5571735c4680 void 0.000121
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c46b0 0.000123
+gallium_dri.so free 0x5571735c4700 void 0.000123
+gallium_dri.so free 0x5571735c46b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c46b0 0.000119
+gallium_dri.so free 0x5571735c4800 void 0.000122
+gallium_dri.so free 0x5571735c46b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4840 0.000121
+gallium_dri.so free 0x5571735c48c0 void 0.000122
+gallium_dri.so free 0x5571735c4840 void 0.000120
+gallium_dri.so malloc 72 0x5571735c48c0 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000122
+gallium_dri.so free 0x5571735c48c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c48c0 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000121
+gallium_dri.so free 0x5571735c48c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da970 0.000118
+gallium_dri.so free 0x5571735da9c0 void 0.000131
+gallium_dri.so free 0x5571735da970 void 0.000122
+gallium_dri.so malloc 72 0x5571735da970 0.000121
+gallium_dri.so free 0x5571735daac0 void 0.000122
+gallium_dri.so free 0x5571735da970 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa70 0.000123
+gallium_dri.so free 0x5571735dab80 void 0.000122
+gallium_dri.so free 0x5571735daa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab30 0.000122
+gallium_dri.so free 0x5571735dac00 void 0.000119
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dab30 0.000123
+gallium_dri.so free 0x5571735dad80 void 0.000120
+gallium_dri.so free 0x5571735dab30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dad30 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000119
+gallium_dri.so free 0x5571735dad30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dae50 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000122
+gallium_dri.so free 0x5571735dae50 void 0.000118
+gallium_dri.so malloc 72 0x5571735daee0 0.000122
+gallium_dri.so free 0x5571735daf80 void 0.000122
+gallium_dri.so free 0x5571735daee0 void 0.000191
+gallium_dri.so malloc 72 0x5571735daf30 0.000124
+gallium_dri.so free 0x5571735db000 void 0.000122
+gallium_dri.so free 0x5571735daf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735db000 0.000120
+gallium_dri.so free 0x5571735db0c0 void 0.000122
+gallium_dri.so free 0x5571735db000 void 0.000121
+gallium_dri.so malloc 72 0x5571735db000 0.000121
+gallium_dri.so free 0x5571735db140 void 0.000123
+gallium_dri.so free 0x5571735db000 void 0.000119
+gallium_dri.so malloc 72 0x5571735db140 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000122
+gallium_dri.so free 0x5571735db140 void 0.000122
+gallium_dri.so malloc 72 0x5571735db140 0.000122
+gallium_dri.so free 0x5571735db2c0 void 0.000123
+gallium_dri.so free 0x5571735db140 void 0.000122
+gallium_dri.so malloc 72 0x5571735db140 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000121
+gallium_dri.so free 0x5571735db140 void 0.000121
+gallium_dri.so malloc 72 0x5571735db330 0.000122
+gallium_dri.so free 0x5571735db400 void 0.000123
+gallium_dri.so free 0x5571735db330 void 0.000118
+gallium_dri.so malloc 72 0x5571735db450 0.000122
+gallium_dri.so free 0x5571735db4c0 void 0.000121
+gallium_dri.so free 0x5571735db450 void 0.000122
+gallium_dri.so malloc 72 0x5571735db500 0.000122
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so free 0x5571735db500 void 0.000121
+gallium_dri.so malloc 72 0x5571735db500 0.000122
+gallium_dri.so free 0x5571735db600 void 0.000120
+gallium_dri.so free 0x5571735db500 void 0.000120
+gallium_dri.so malloc 72 0x5571735db630 0.000121
+gallium_dri.so free 0x5571735db680 void 0.000123
+gallium_dri.so free 0x5571735db630 void 0.000122
+gallium_dri.so malloc 72 0x5571735db630 0.000123
+gallium_dri.so free 0x5571735db780 void 0.000121
+gallium_dri.so free 0x5571735db630 void 0.000121
+gallium_dri.so malloc 72 0x5571735db730 0.000121
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db730 void 0.000121
+gallium_dri.so malloc 72 0x5571735db7f0 0.000121
+gallium_dri.so free 0x5571735db880 void 0.000121
+gallium_dri.so free 0x5571735db7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db7f0 0.000121
+gallium_dri.so free 0x5571735db940 void 0.000123
+gallium_dri.so free 0x5571735db7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db9b0 0.000121
+gallium_dri.so free 0x5571735dba00 void 0.000121
+gallium_dri.so free 0x5571735db9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db9b0 0.000120
+gallium_dri.so free 0x5571735dbb00 void 0.000119
+gallium_dri.so free 0x5571735db9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbab0 0.000123
+gallium_dri.so free 0x5571735dbbc0 void 0.000122
+gallium_dri.so free 0x5571735dbab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbc00 void 0.000123
+gallium_dri.so free 0x5571735dbb70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000123
+gallium_dri.so free 0x5571735dbb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbd00 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000122
+gallium_dri.so free 0x5571735dbd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd80 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000122
+gallium_dri.so free 0x5571735dbd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd80 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000121
+gallium_dri.so free 0x5571735dbd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf20 0.000122
+gallium_dri.so free 0x5571735dbfc0 void 0.000122
+gallium_dri.so free 0x5571735dbf20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000120
+gallium_dri.so free 0x5571735dc040 void 0.000120
+gallium_dri.so free 0x5571735dbf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbf70 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000187
+gallium_dri.so free 0x5571735dbf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000119
+gallium_dri.so free 0x5571735dc180 void 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000118
+gallium_dri.so free 0x5571735dc240 void 0.000121
+gallium_dri.so free 0x5571735dc0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000119
+gallium_dri.so free 0x5571735dc300 void 0.000121
+gallium_dri.so free 0x5571735dc0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2b0 0.000117
+gallium_dri.so free 0x5571735dc3c0 void 0.000116
+gallium_dri.so free 0x5571735dc2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc370 0.000116
+gallium_dri.so free 0x5571735dc440 void 0.000120
+gallium_dri.so free 0x5571735dc370 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc490 0.000117
+gallium_dri.so free 0x5571735dc500 void 0.000120
+gallium_dri.so free 0x5571735dc490 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc520 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so free 0x5571735dc520 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc570 0.000119
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so free 0x5571735dc570 void 0.000168
+gallium_dri.so malloc 72 0x5571735dc570 0.000124
+gallium_dri.so free 0x5571735dc6c0 void 0.000123
+gallium_dri.so free 0x5571735dc570 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000121
+gallium_dri.so free 0x5571735dc880 void 0.000122
+gallium_dri.so free 0x5571735dc6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc830 0.000122
+gallium_dri.so free 0x5571735dc8c0 void 0.000122
+gallium_dri.so free 0x5571735dc830 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc830 0.000120
+gallium_dri.so free 0x5571735dc980 void 0.000121
+gallium_dri.so free 0x5571735dc830 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000120
+gallium_dri.so free 0x5571735dca40 void 0.000122
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dca40 0.000121
+gallium_dri.so free 0x5571735dcb00 void 0.000122
+gallium_dri.so free 0x5571735dca40 void 0.000122
+gallium_dri.so malloc 72 0x5571735dca40 0.000126
+gallium_dri.so free 0x5571735dcb80 void 0.000122
+gallium_dri.so free 0x5571735dca40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000131
+gallium_dri.so free 0x5571735dcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000123
+gallium_dri.so free 0x5571735dcd00 void 0.000122
+gallium_dri.so free 0x5571735dcbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd40 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000122
+gallium_dri.so free 0x5571735dcd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000121
+gallium_dri.so free 0x5571735dcf00 void 0.000122
+gallium_dri.so free 0x5571735dcdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf30 0.000120
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcf30 0.000121
+gallium_dri.so free 0x5571735dd080 void 0.000123
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd030 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000119
+gallium_dri.so free 0x5571735dd1c0 void 0.000121
+gallium_dri.so free 0x5571735dd0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000122
+gallium_dri.so free 0x5571735dd280 void 0.000123
+gallium_dri.so free 0x5571735dd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000123
+gallium_dri.so free 0x5571735dd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000121
+gallium_dri.so free 0x5571735dd3c0 void 0.000121
+gallium_dri.so free 0x5571735dd2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd410 0.000120
+gallium_dri.so free 0x5571735dd480 void 0.000123
+gallium_dri.so free 0x5571735dd410 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd4a0 0.000120
+gallium_dri.so free 0x5571735dd540 void 0.000120
+gallium_dri.so free 0x5571735dd4a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000121
+gallium_dri.so free 0x5571735dd5c0 void 0.000122
+gallium_dri.so free 0x5571735dd4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000122
+gallium_dri.so free 0x5571735dd700 void 0.000122
+gallium_dri.so free 0x5571735dd5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd700 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000132
+gallium_dri.so free 0x5571735dd700 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd700 0.000118
+gallium_dri.so free 0x5571735dd880 void 0.000120
+gallium_dri.so free 0x5571735dd700 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd700 0.000121
+gallium_dri.so free 0x5571735dd940 void 0.000121
+gallium_dri.so free 0x5571735dd700 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000121
+gallium_dri.so free 0x5571735dd9c0 void 0.000121
+gallium_dri.so free 0x5571735dd8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda10 0.000120
+gallium_dri.so free 0x5571735dda80 void 0.000127
+gallium_dri.so free 0x5571735dda10 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddac0 0.000121
+gallium_dri.so free 0x5571735ddb40 void 0.000122
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000120
+gallium_dri.so free 0x5571735ddbc0 void 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000120
+gallium_dri.so free 0x5571735ddc40 void 0.000122
+gallium_dri.so free 0x5571735ddbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000120
+gallium_dri.so free 0x5571735ddd40 void 0.000123
+gallium_dri.so free 0x5571735ddbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000168
+gallium_dri.so free 0x5571735dde00 void 0.000123
+gallium_dri.so free 0x5571735ddcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dddb0 0.000122
+gallium_dri.so free 0x5571735dde40 void 0.000122
+gallium_dri.so free 0x5571735dddb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dddb0 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000120
+gallium_dri.so free 0x5571735dddb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddf70 0.000123
+gallium_dri.so free 0x5571735ddfc0 void 0.000121
+gallium_dri.so free 0x5571735ddf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf70 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735de070 0.000122
+gallium_dri.so free 0x5571735de180 void 0.000122
+gallium_dri.so free 0x5571735de070 void 0.000122
+gallium_dri.so malloc 72 0x5571735de130 0.000121
+gallium_dri.so free 0x5571735de1c0 void 0.000123
+gallium_dri.so free 0x5571735de130 void 0.000122
+gallium_dri.so malloc 72 0x5571735de130 0.000121
+gallium_dri.so free 0x5571735de280 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000121
+gallium_dri.so malloc 72 0x5571735de2c0 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000132
+gallium_dri.so free 0x5571735de2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de340 0.000122
+gallium_dri.so free 0x5571735de400 void 0.000122
+gallium_dri.so free 0x5571735de340 void 0.000121
+gallium_dri.so malloc 72 0x5571735de340 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000121
+gallium_dri.so free 0x5571735de340 void 0.000122
+gallium_dri.so malloc 72 0x5571735de4e0 0.000120
+gallium_dri.so free 0x5571735de580 void 0.000121
+gallium_dri.so free 0x5571735de4e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de530 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000122
+gallium_dri.so free 0x5571735de530 void 0.000122
+gallium_dri.so malloc 72 0x5571735de530 0.000122
+gallium_dri.so free 0x5571735de680 void 0.000122
+gallium_dri.so free 0x5571735de530 void 0.000122
+gallium_dri.so malloc 72 0x5571735de680 0.000122
+gallium_dri.so free 0x5571735de740 void 0.000121
+gallium_dri.so free 0x5571735de680 void 0.000121
+gallium_dri.so malloc 72 0x5571735de680 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de680 void 0.000121
+gallium_dri.so malloc 72 0x5571735de680 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000121
+gallium_dri.so malloc 72 0x5571735de870 0.000130
+gallium_dri.so free 0x5571735de980 void 0.000121
+gallium_dri.so free 0x5571735de870 void 0.000127
+gallium_dri.so malloc 72 0x5571735de930 0.000121
+gallium_dri.so free 0x5571735dea00 void 0.000118
+gallium_dri.so free 0x5571735de930 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea50 0.000123
+gallium_dri.so free 0x5571735deac0 void 0.000123
+gallium_dri.so free 0x5571735dea50 void 0.000122
+gallium_dri.so malloc 72 0x5571735deae0 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000122
+gallium_dri.so free 0x5571735deae0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deb30 0.000118
+gallium_dri.so free 0x5571735dec00 void 0.000122
+gallium_dri.so free 0x5571735deb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735deb30 0.000122
+gallium_dri.so free 0x5571735dec80 void 0.000122
+gallium_dri.so free 0x5571735deb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dec80 0.000121
+gallium_dri.so free 0x5571735ded40 void 0.000122
+gallium_dri.so free 0x5571735dec80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dec80 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000121
+gallium_dri.so free 0x5571735dec80 void 0.000182
+gallium_dri.so malloc 72 0x5571735dedf0 0.000124
+gallium_dri.so free 0x5571735dee80 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedf0 0.000122
+gallium_dri.so free 0x5571735def40 void 0.000123
+gallium_dri.so free 0x5571735dedf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000121
+gallium_dri.so malloc 72 0x5571735df000 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000123
+gallium_dri.so free 0x5571735df000 void 0.000121
+gallium_dri.so malloc 72 0x5571735df000 0.000121
+gallium_dri.so free 0x5571735df140 void 0.000122
+gallium_dri.so free 0x5571735df000 void 0.000122
+gallium_dri.so malloc 72 0x5571735df170 0.000122
+gallium_dri.so free 0x5571735df1c0 void 0.000124
+gallium_dri.so free 0x5571735df170 void 0.000122
+gallium_dri.so malloc 72 0x5571735df170 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000121
+gallium_dri.so malloc 72 0x5571735df300 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000120
+gallium_dri.so free 0x5571735df440 void 0.000124
+gallium_dri.so free 0x5571735df380 void 0.000121
+gallium_dri.so malloc 72 0x5571735df380 0.000122
+gallium_dri.so free 0x5571735df4c0 void 0.000122
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so malloc 72 0x5571735df4f0 0.000121
+gallium_dri.so free 0x5571735df540 void 0.000121
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000122
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x5571735df4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df5f0 0.000122
+gallium_dri.so free 0x5571735df700 void 0.000124
+gallium_dri.so free 0x5571735df5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df6b0 0.000122
+gallium_dri.so free 0x5571735df780 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df6b0 0.000121
+gallium_dri.so free 0x5571735df840 void 0.000127
+gallium_dri.so free 0x5571735df6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df6b0 0.000118
+gallium_dri.so free 0x5571735df900 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df8b0 0.000118
+gallium_dri.so free 0x5571735df980 void 0.000121
+gallium_dri.so free 0x5571735df8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df9d0 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000121
+gallium_dri.so free 0x5571735df9d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa60 0.000121
+gallium_dri.so free 0x5571735dfb00 void 0.000121
+gallium_dri.so free 0x5571735dfa60 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x5571735dfb80 void 0.000121
+gallium_dri.so free 0x5571735dfab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfb80 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000122
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb80 0.000119
+gallium_dri.so free 0x5571735dfcc0 void 0.000123
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000119
+gallium_dri.so free 0x5571735dfe40 void 0.000123
+gallium_dri.so free 0x5571735dfcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000121
+gallium_dri.so free 0x5571735dff00 void 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000120
+gallium_dri.so free 0x5571735dff80 void 0.000130
+gallium_dri.so free 0x5571735dfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffd0 0.000120
+gallium_dri.so free 0x5571735e0040 void 0.000122
+gallium_dri.so free 0x5571735dffd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0080 0.000120
+gallium_dri.so free 0x5571735e0100 void 0.000122
+gallium_dri.so free 0x5571735e0080 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0080 0.000122
+gallium_dri.so free 0x5571735e0180 void 0.000123
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000121
+gallium_dri.so free 0x5571735e0200 void 0.000118
+gallium_dri.so free 0x5571735e01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01b0 0.000122
+gallium_dri.so free 0x5571735e0300 void 0.000121
+gallium_dri.so free 0x5571735e01b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02b0 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000122
+gallium_dri.so free 0x5571735e02b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0370 0.000122
+gallium_dri.so free 0x5571735e0400 void 0.000119
+gallium_dri.so free 0x5571735e0370 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0370 0.000120
+gallium_dri.so free 0x5571735e04c0 void 0.000123
+gallium_dri.so free 0x5571735e0370 void 0.000176
+gallium_dri.so malloc 72 0x5571735e0530 0.000123
+gallium_dri.so free 0x5571735e0580 void 0.000123
+gallium_dri.so free 0x5571735e0530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0530 0.000120
+gallium_dri.so free 0x5571735e0680 void 0.000121
+gallium_dri.so free 0x5571735e0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0630 0.000122
+gallium_dri.so free 0x5571735e0740 void 0.000121
+gallium_dri.so free 0x5571735e0630 void 0.000127
+gallium_dri.so malloc 72 0x5571735e06f0 0.000122
+gallium_dri.so free 0x5571735e0780 void 0.000121
+gallium_dri.so free 0x5571735e06f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06f0 0.000121
+gallium_dri.so free 0x5571735e0840 void 0.000122
+gallium_dri.so free 0x5571735e06f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0880 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so free 0x5571735e0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0900 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0900 0.000120
+gallium_dri.so free 0x5571735e0a80 void 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000119
+gallium_dri.so free 0x5571735e0b40 void 0.000128
+gallium_dri.so free 0x5571735e0aa0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0af0 0.000122
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so free 0x5571735e0af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0af0 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000122
+gallium_dri.so free 0x5571735e0af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0c40 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0c40 0.000123
+gallium_dri.so free 0x5571735e0dc0 void 0.000122
+gallium_dri.so free 0x5571735e0c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0c40 0.000121
+gallium_dri.so free 0x5571735e0e80 void 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0e30 0.000122
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so free 0x5571735e0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000123
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so free 0x5571735e0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1010 0.000121
+gallium_dri.so free 0x5571735e1080 void 0.000122
+gallium_dri.so free 0x5571735e1010 void 0.000132
+gallium_dri.so malloc 72 0x5571735e10a0 0.000122
+gallium_dri.so free 0x5571735e1140 void 0.000123
+gallium_dri.so free 0x5571735e10a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e10f0 0.000121
+gallium_dri.so free 0x5571735e11c0 void 0.000122
+gallium_dri.so free 0x5571735e10f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e10f0 0.000121
+gallium_dri.so free 0x5571735e1240 void 0.000121
+gallium_dri.so free 0x5571735e10f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1240 0.000122
+gallium_dri.so free 0x5571735e1300 void 0.000119
+gallium_dri.so free 0x5571735e1240 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1240 0.000120
+gallium_dri.so free 0x5571735e1400 void 0.000122
+gallium_dri.so free 0x5571735e1240 void 0.000120
+gallium_dri.so malloc 72 0x5571735e13b0 0.000122
+gallium_dri.so free 0x5571735e1440 void 0.000123
+gallium_dri.so free 0x5571735e13b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e13b0 0.000121
+gallium_dri.so free 0x5571735c4c00 void 0.000121
+gallium_dri.so free 0x5571735e13b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e13b0 0.000121
+gallium_dri.so free 0x5571735c4d00 void 0.000123
+gallium_dri.so free 0x5571735e13b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000121
+gallium_dri.so free 0x5571735c4dc0 void 0.000125
+gallium_dri.so free 0x5571735c4cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4d70 0.000120
+gallium_dri.so free 0x5571735c4e00 void 0.000122
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4d70 0.000121
+gallium_dri.so free 0x5571735c4ec0 void 0.000119
+gallium_dri.so free 0x5571735c4d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735c4f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4f30 0.000122
+gallium_dri.so free 0x5571735c5080 void 0.000123
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5030 0.000119
+gallium_dri.so free 0x5571735c5140 void 0.000122
+gallium_dri.so free 0x5571735c5030 void 0.000122
+gallium_dri.so malloc 72 0x5571735c50f0 0.000121
+gallium_dri.so free 0x5571735c5180 void 0.000123
+gallium_dri.so free 0x5571735c50f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c50f0 0.000123
+gallium_dri.so free 0x5571735c5240 void 0.000120
+gallium_dri.so free 0x5571735c50f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5280 0.000123
+gallium_dri.so free 0x5571735c5300 void 0.000122
+gallium_dri.so free 0x5571735c5280 void 0.000183
+gallium_dri.so malloc 72 0x5571735c5300 0.000122
+gallium_dri.so free 0x5571735c53c0 void 0.000119
+gallium_dri.so free 0x5571735c5300 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5300 0.000121
+gallium_dri.so free 0x5571735c5480 void 0.000121
+gallium_dri.so free 0x5571735c5300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c54a0 0.000123
+gallium_dri.so free 0x5571735c5540 void 0.000120
+gallium_dri.so free 0x5571735c54a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c54f0 0.000121
+gallium_dri.so free 0x5571735c55c0 void 0.000123
+gallium_dri.so free 0x5571735c54f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c54f0 0.000120
+gallium_dri.so free 0x5571735c5640 void 0.000124
+gallium_dri.so free 0x5571735c54f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5640 0.000122
+gallium_dri.so free 0x5571735c5700 void 0.000121
+gallium_dri.so free 0x5571735c5640 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5640 0.000122
+gallium_dri.so free 0x5571735c57c0 void 0.000123
+gallium_dri.so free 0x5571735c5640 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5640 0.000121
+gallium_dri.so free 0x5571735c5880 void 0.000122
+gallium_dri.so free 0x5571735c5640 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5830 0.000173
+gallium_dri.so free 0x5571735c5940 void 0.000123
+gallium_dri.so free 0x5571735c5830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c58f0 0.000120
+gallium_dri.so free 0x5571735c59c0 void 0.000122
+gallium_dri.so free 0x5571735c58f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5a10 0.000119
+gallium_dri.so free 0x5571735c5a80 void 0.000119
+gallium_dri.so free 0x5571735c5a10 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5aa0 0.000121
+gallium_dri.so free 0x5571735c5b40 void 0.000122
+gallium_dri.so free 0x5571735c5aa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5af0 0.000119
+gallium_dri.so free 0x5571735c5bc0 void 0.000120
+gallium_dri.so free 0x5571735c5af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5af0 0.000122
+gallium_dri.so free 0x5571735c5c40 void 0.000123
+gallium_dri.so free 0x5571735c5af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5c40 0.000122
+gallium_dri.so free 0x5571735c5d00 void 0.000121
+gallium_dri.so free 0x5571735c5c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5c40 0.000120
+gallium_dri.so free 0x5571735c5e00 void 0.000122
+gallium_dri.so free 0x5571735c5c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5db0 0.000122
+gallium_dri.so free 0x5571735c5e40 void 0.000121
+gallium_dri.so free 0x5571735c5db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5db0 0.000120
+gallium_dri.so free 0x5571735c5f00 void 0.000121
+gallium_dri.so free 0x5571735c5db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5f40 0.000122
+gallium_dri.so free 0x5571735c5fc0 void 0.000122
+gallium_dri.so free 0x5571735c5f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5fc0 0.000122
+gallium_dri.so free 0x5571735c6080 void 0.000120
+gallium_dri.so free 0x5571735c5fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5fc0 0.000119
+gallium_dri.so free 0x5571735c6100 void 0.000122
+gallium_dri.so free 0x5571735c5fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6130 0.000120
+gallium_dri.so free 0x5571735c6180 void 0.000123
+gallium_dri.so free 0x5571735c6130 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6130 0.000123
+gallium_dri.so free 0x5571735c6280 void 0.000122
+gallium_dri.so free 0x5571735c6130 void 0.000121
+gallium_dri.so malloc 72 0x5571735c62c0 0.000121
+gallium_dri.so free 0x5571735c6340 void 0.000122
+gallium_dri.so free 0x5571735c62c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6340 0.000121
+gallium_dri.so free 0x5571735c6400 void 0.000122
+gallium_dri.so free 0x5571735c6340 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6340 0.000174
+gallium_dri.so free 0x5571735c6480 void 0.000123
+gallium_dri.so free 0x5571735c6340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c64b0 0.000120
+gallium_dri.so free 0x5571735c6500 void 0.000122
+gallium_dri.so free 0x5571735c64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c64b0 0.000119
+gallium_dri.so free 0x5571735c6600 void 0.000121
+gallium_dri.so free 0x5571735c64b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c65b0 0.000121
+gallium_dri.so free 0x5571735c66c0 void 0.000118
+gallium_dri.so free 0x5571735c65b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6670 0.000122
+gallium_dri.so free 0x5571735c6740 void 0.000122
+gallium_dri.so free 0x5571735c6670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6670 0.000120
+gallium_dri.so free 0x5571735c6800 void 0.000123
+gallium_dri.so free 0x5571735c6670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6670 0.000121
+gallium_dri.so free 0x5571735c68c0 void 0.000121
+gallium_dri.so free 0x5571735c6670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6870 0.000122
+gallium_dri.so free 0x5571735c6940 void 0.000122
+gallium_dri.so free 0x5571735c6870 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6990 0.000120
+gallium_dri.so free 0x5571735c6a00 void 0.000120
+gallium_dri.so free 0x5571735c6990 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6a20 0.000118
+gallium_dri.so free 0x5571735c6ac0 void 0.000121
+gallium_dri.so free 0x5571735c6a20 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6a70 0.000122
+gallium_dri.so free 0x5571735c6b40 void 0.000128
+gallium_dri.so free 0x5571735c6a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6b40 0.000121
+gallium_dri.so free 0x5571735c6c00 void 0.000122
+gallium_dri.so free 0x5571735c6b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6b40 0.000121
+gallium_dri.so free 0x5571735c6c80 void 0.000121
+gallium_dri.so free 0x5571735c6b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6c80 0.000121
+gallium_dri.so free 0x5571735c6d40 void 0.000123
+gallium_dri.so free 0x5571735c6c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6c80 0.000121
+gallium_dri.so free 0x5571735c6e00 void 0.000121
+gallium_dri.so free 0x5571735c6c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6c80 0.000122
+gallium_dri.so free 0x5571735c6ec0 void 0.000122
+gallium_dri.so free 0x5571735c6c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6e70 0.000120
+gallium_dri.so free 0x5571735c6f40 void 0.000121
+gallium_dri.so free 0x5571735c6e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6f90 0.000124
+gallium_dri.so free 0x5571735c7000 void 0.000124
+gallium_dri.so free 0x5571735c6f90 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7040 0.000121
+gallium_dri.so free 0x5571735c70c0 void 0.000122
+gallium_dri.so free 0x5571735c7040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7040 0.000118
+gallium_dri.so free 0x5571735c7140 void 0.000122
+gallium_dri.so free 0x5571735c7040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7170 0.000123
+gallium_dri.so free 0x5571735c71c0 void 0.000121
+gallium_dri.so free 0x5571735c7170 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7170 0.000121
+gallium_dri.so free 0x5571735c72c0 void 0.000123
+gallium_dri.so free 0x5571735c7170 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7270 0.000120
+gallium_dri.so free 0x5571735c7380 void 0.000120
+gallium_dri.so free 0x5571735c7270 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7330 0.000120
+gallium_dri.so free 0x5571735c73c0 void 0.000120
+gallium_dri.so free 0x5571735c7330 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7330 0.000122
+gallium_dri.so free 0x5571735c7480 void 0.000121
+gallium_dri.so free 0x5571735c7330 void 0.000121
+gallium_dri.so malloc 72 0x5571735c74f0 0.000121
+gallium_dri.so free 0x5571735c7540 void 0.000122
+gallium_dri.so free 0x5571735c74f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c74f0 0.000122
+gallium_dri.so free 0x5571735c7640 void 0.000122
+gallium_dri.so free 0x5571735c74f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c75f0 0.000118
+gallium_dri.so free 0x5571735c7700 void 0.000120
+gallium_dri.so free 0x5571735c75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c76b0 0.000121
+gallium_dri.so free 0x5571735c7740 void 0.000122
+gallium_dri.so free 0x5571735c76b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c76b0 0.000120
+gallium_dri.so free 0x5571735c7800 void 0.000119
+gallium_dri.so free 0x5571735c76b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7840 0.000121
+gallium_dri.so free 0x5571735c78c0 void 0.000122
+gallium_dri.so free 0x5571735c7840 void 0.000122
+gallium_dri.so malloc 72 0x5571735c78c0 0.000121
+gallium_dri.so free 0x5571735c7980 void 0.000121
+gallium_dri.so free 0x5571735c78c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c78c0 0.000122
+gallium_dri.so free 0x5571735c7a40 void 0.000120
+gallium_dri.so free 0x5571735c78c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735c7a60 0.000136
+gallium_dri.so free 0x5571735c7b00 void 0.000125
+gallium_dri.so free 0x5571735c7a60 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000135
+gallium_dri.so free 0x5571735c7b80 void 0.000120
+gallium_dri.so free 0x5571735c7ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000120
+gallium_dri.so free 0x5571735c7c00 void 0.000122
+gallium_dri.so free 0x5571735c7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7c00 0.000123
+gallium_dri.so free 0x5571735c7cc0 void 0.000123
+gallium_dri.so free 0x5571735c7c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7c00 0.000120
+gallium_dri.so free 0x5571735c7d80 void 0.000124
+gallium_dri.so free 0x5571735c7c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7c00 0.000122
+gallium_dri.so free 0x5571735c7e40 void 0.000120
+gallium_dri.so free 0x5571735c7c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7df0 0.000123
+gallium_dri.so free 0x5571735c7f00 void 0.000124
+gallium_dri.so free 0x5571735c7df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000121
+gallium_dri.so free 0x5571735c7f80 void 0.000120
+gallium_dri.so free 0x5571735c7eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7fd0 0.000122
+gallium_dri.so free 0x5571735c8040 void 0.000122
+gallium_dri.so free 0x5571735c7fd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8060 0.000121
+gallium_dri.so free 0x5571735c8100 void 0.000121
+gallium_dri.so free 0x5571735c8060 void 0.000122
+gallium_dri.so malloc 72 0x5571735c80b0 0.000120
+gallium_dri.so free 0x5571735c8180 void 0.000122
+gallium_dri.so free 0x5571735c80b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c80b0 0.000120
+gallium_dri.so free 0x5571735c8200 void 0.000122
+gallium_dri.so free 0x5571735c80b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8200 0.000122
+gallium_dri.so free 0x5571735c82c0 void 0.000122
+gallium_dri.so free 0x5571735c8200 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8200 0.000122
+gallium_dri.so free 0x5571735c83c0 void 0.000122
+gallium_dri.so free 0x5571735c8200 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8370 0.000120
+gallium_dri.so free 0x5571735c8400 void 0.000122
+gallium_dri.so free 0x5571735c8370 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8370 0.000121
+gallium_dri.so free 0x5571735c84c0 void 0.000122
+gallium_dri.so free 0x5571735c8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8500 0.000120
+gallium_dri.so free 0x5571735c8580 void 0.000123
+gallium_dri.so free 0x5571735c8500 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8580 0.000122
+gallium_dri.so free 0x5571735c8640 void 0.000124
+gallium_dri.so free 0x5571735c8580 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8580 0.000146
+gallium_dri.so free 0x5571735c86c0 void 0.000166
+gallium_dri.so free 0x5571735c8580 void 0.000167
+gallium_dri.so malloc 72 0x5571735c86f0 0.000198
+gallium_dri.so free 0x5571735c8740 void 0.000198
+gallium_dri.so free 0x5571735c86f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735c86f0 0.000173
+gallium_dri.so free 0x5571735c8840 void 0.000161
+gallium_dri.so free 0x5571735c86f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c8880 0.000164
+gallium_dri.so free 0x5571735c8900 void 0.000161
+gallium_dri.so free 0x5571735c8880 void 0.000163
+gallium_dri.so malloc 72 0x5571735c8900 0.000159
+gallium_dri.so free 0x5571735c89c0 void 0.000144
+gallium_dri.so free 0x5571735c8900 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8900 0.000119
+gallium_dri.so free 0x5571735c8a40 void 0.000121
+gallium_dri.so free 0x5571735c8900 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8a70 0.000119
+gallium_dri.so free 0x5571735c8ac0 void 0.000123
+gallium_dri.so free 0x5571735c8a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8a70 0.000119
+gallium_dri.so free 0x5571735c8bc0 void 0.000121
+gallium_dri.so free 0x5571735c8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8b70 0.000122
+gallium_dri.so free 0x5571735c8c80 void 0.000122
+gallium_dri.so free 0x5571735c8b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c30 0.000120
+gallium_dri.so free 0x5571735c8d00 void 0.000122
+gallium_dri.so free 0x5571735c8c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8c30 0.000122
+gallium_dri.so free 0x5571735c8dc0 void 0.000122
+gallium_dri.so free 0x5571735c8c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8c30 0.000121
+gallium_dri.so free 0x5571735c8e80 void 0.000122
+gallium_dri.so free 0x5571735c8c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8e30 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000119
+gallium_dri.so free 0x5571735c8e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8f50 0.000121
+gallium_dri.so free 0x5571735c8fc0 void 0.000122
+gallium_dri.so free 0x5571735c8f50 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8fe0 0.000121
+gallium_dri.so free 0x5571735c9080 void 0.000122
+gallium_dri.so free 0x5571735c8fe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9030 0.000148
+gallium_dri.so free 0x5571735c9100 void 0.000126
+gallium_dri.so free 0x5571735c9030 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9100 0.000122
+gallium_dri.so free 0x5571735c91c0 void 0.000119
+gallium_dri.so free 0x5571735c9100 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9100 0.000123
+gallium_dri.so free 0x5571735c9240 void 0.000123
+gallium_dri.so free 0x5571735c9100 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9240 0.000122
+gallium_dri.so free 0x5571735c9300 void 0.000122
+gallium_dri.so free 0x5571735c9240 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9240 0.000122
+gallium_dri.so free 0x5571735c93c0 void 0.000121
+gallium_dri.so free 0x5571735c9240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9240 0.000119
+gallium_dri.so free 0x5571735c9480 void 0.000124
+gallium_dri.so free 0x5571735c9240 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9430 0.000121
+gallium_dri.so free 0x5571735c9500 void 0.000122
+gallium_dri.so free 0x5571735c9430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9550 0.000123
+gallium_dri.so free 0x5571735c95c0 void 0.000122
+gallium_dri.so free 0x5571735c9550 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9600 0.000121
+gallium_dri.so free 0x5571735c9680 void 0.000123
+gallium_dri.so free 0x5571735c9600 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9600 0.000122
+gallium_dri.so free 0x5571735c9700 void 0.000122
+gallium_dri.so free 0x5571735c9600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9730 0.000120
+gallium_dri.so free 0x5571735c9780 void 0.000121
+gallium_dri.so free 0x5571735c9730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9730 0.000121
+gallium_dri.so free 0x5571735c9880 void 0.000127
+gallium_dri.so free 0x5571735c9730 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9830 0.000121
+gallium_dri.so free 0x5571735c9940 void 0.000123
+gallium_dri.so free 0x5571735c9830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c98f0 0.000121
+gallium_dri.so free 0x5571735c9980 void 0.000123
+gallium_dri.so free 0x5571735c98f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c98f0 0.000121
+gallium_dri.so free 0x5571735c9a40 void 0.000121
+gallium_dri.so free 0x5571735c98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9ab0 0.000122
+gallium_dri.so free 0x5571735c9b00 void 0.000124
+gallium_dri.so free 0x5571735c9ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9ab0 0.000123
+gallium_dri.so free 0x5571735c9c00 void 0.000122
+gallium_dri.so free 0x5571735c9ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000131
+gallium_dri.so free 0x5571735c9cc0 void 0.000123
+gallium_dri.so free 0x5571735c9bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9c70 0.000123
+gallium_dri.so free 0x5571735c9d00 void 0.000122
+gallium_dri.so free 0x5571735c9c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9c70 0.000121
+gallium_dri.so free 0x5571735c9dc0 void 0.000122
+gallium_dri.so free 0x5571735c9c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9e00 0.000120
+gallium_dri.so free 0x5571735c9e80 void 0.000121
+gallium_dri.so free 0x5571735c9e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9e80 0.000120
+gallium_dri.so free 0x5571735c9f40 void 0.000119
+gallium_dri.so free 0x5571735c9e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9e80 0.000120
+gallium_dri.so free 0x5571735ca000 void 0.000121
+gallium_dri.so free 0x5571735c9e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca020 0.000122
+gallium_dri.so free 0x5571735ca0c0 void 0.000122
+gallium_dri.so free 0x5571735ca020 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca070 0.000121
+gallium_dri.so free 0x5571735ca140 void 0.000122
+gallium_dri.so free 0x5571735ca070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca070 0.000121
+gallium_dri.so free 0x5571735ca1c0 void 0.000118
+gallium_dri.so free 0x5571735ca070 void 0.000164
+gallium_dri.so malloc 72 0x5571735ca1c0 0.000120
+gallium_dri.so free 0x5571735ca280 void 0.000121
+gallium_dri.so free 0x5571735ca1c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca1c0 0.000122
+gallium_dri.so free 0x5571735ca340 void 0.000122
+gallium_dri.so free 0x5571735ca1c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca1c0 0.000119
+gallium_dri.so free 0x5571735ca400 void 0.000119
+gallium_dri.so free 0x5571735ca1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca3b0 0.000120
+gallium_dri.so free 0x5571735ca4c0 void 0.000122
+gallium_dri.so free 0x5571735ca3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca470 0.000123
+gallium_dri.so free 0x5571735ca540 void 0.000122
+gallium_dri.so free 0x5571735ca470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca590 0.000121
+gallium_dri.so free 0x5571735ca600 void 0.000121
+gallium_dri.so free 0x5571735ca590 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca620 0.000121
+gallium_dri.so free 0x5571735ca6c0 void 0.000120
+gallium_dri.so free 0x5571735ca620 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca670 0.000120
+gallium_dri.so free 0x5571735ca740 void 0.000121
+gallium_dri.so free 0x5571735ca670 void 0.000127
+gallium_dri.so malloc 72 0x5571735ca670 0.000129
+gallium_dri.so free 0x5571735ca7c0 void 0.000122
+gallium_dri.so free 0x5571735ca670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca7c0 0.000123
+gallium_dri.so free 0x5571735ca880 void 0.000120
+gallium_dri.so free 0x5571735ca7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca7c0 0.000118
+gallium_dri.so free 0x5571735ca980 void 0.000120
+gallium_dri.so free 0x5571735ca7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca930 0.000121
+gallium_dri.so free 0x5571735ca9c0 void 0.000121
+gallium_dri.so free 0x5571735ca930 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca930 0.000122
+gallium_dri.so free 0x5571735caa80 void 0.000122
+gallium_dri.so free 0x5571735ca930 void 0.000121
+gallium_dri.so malloc 72 0x5571735caac0 0.000122
+gallium_dri.so free 0x5571735cab40 void 0.000123
+gallium_dri.so free 0x5571735caac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cab40 0.000121
+gallium_dri.so free 0x5571735cac00 void 0.000123
+gallium_dri.so free 0x5571735cab40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cab40 0.000121
+gallium_dri.so free 0x5571735cac80 void 0.000122
+gallium_dri.so free 0x5571735cab40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cacb0 0.000119
+gallium_dri.so free 0x5571735cad00 void 0.000122
+gallium_dri.so free 0x5571735cacb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cacb0 0.000123
+gallium_dri.so free 0x5571735cae00 void 0.000122
+gallium_dri.so free 0x5571735cacb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae40 0.000118
+gallium_dri.so free 0x5571735caec0 void 0.000120
+gallium_dri.so free 0x5571735cae40 void 0.000121
+gallium_dri.so malloc 72 0x5571735caec0 0.000124
+gallium_dri.so free 0x5571735caf80 void 0.000122
+gallium_dri.so free 0x5571735caec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735caec0 0.000122
+gallium_dri.so free 0x5571735cb000 void 0.000122
+gallium_dri.so free 0x5571735caec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb030 0.000120
+gallium_dri.so free 0x5571735cb080 void 0.000122
+gallium_dri.so free 0x5571735cb030 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb030 0.000119
+gallium_dri.so free 0x5571735cb180 void 0.000122
+gallium_dri.so free 0x5571735cb030 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb130 0.000119
+gallium_dri.so free 0x5571735cb240 void 0.000120
+gallium_dri.so free 0x5571735cb130 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000120
+gallium_dri.so free 0x5571735cb2c0 void 0.000120
+gallium_dri.so free 0x5571735cb1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000121
+gallium_dri.so free 0x5571735cb380 void 0.000125
+gallium_dri.so free 0x5571735cb1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000121
+gallium_dri.so free 0x5571735cb440 void 0.000122
+gallium_dri.so free 0x5571735cb1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000121
+gallium_dri.so free 0x5571735cb4c0 void 0.000122
+gallium_dri.so free 0x5571735cb3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb510 0.000122
+gallium_dri.so free 0x5571735cb580 void 0.000120
+gallium_dri.so free 0x5571735cb510 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb5a0 0.000123
+gallium_dri.so free 0x5571735cb640 void 0.000120
+gallium_dri.so free 0x5571735cb5a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000120
+gallium_dri.so free 0x5571735cb6c0 void 0.000123
+gallium_dri.so free 0x5571735cb5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000120
+gallium_dri.so free 0x5571735cb780 void 0.000122
+gallium_dri.so free 0x5571735cb6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000118
+gallium_dri.so free 0x5571735cb800 void 0.000122
+gallium_dri.so free 0x5571735cb6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb800 0.000121
+gallium_dri.so free 0x5571735cb8c0 void 0.000123
+gallium_dri.so free 0x5571735cb800 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb800 0.000123
+gallium_dri.so free 0x5571735cb980 void 0.000122
+gallium_dri.so free 0x5571735cb800 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb800 0.000120
+gallium_dri.so free 0x5571735cba40 void 0.000119
+gallium_dri.so free 0x5571735cb800 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000120
+gallium_dri.so free 0x5571735cbac0 void 0.000124
+gallium_dri.so free 0x5571735cb9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbb10 0.000122
+gallium_dri.so free 0x5571735cbb80 void 0.000122
+gallium_dri.so free 0x5571735cbb10 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbbc0 0.000121
+gallium_dri.so free 0x5571735cbc40 void 0.000121
+gallium_dri.so free 0x5571735cbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cbbc0 0.000121
+gallium_dri.so free 0x5571735cbcc0 void 0.000121
+gallium_dri.so free 0x5571735cbbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000119
+gallium_dri.so free 0x5571735cbd40 void 0.000121
+gallium_dri.so free 0x5571735cbcf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000121
+gallium_dri.so free 0x5571735cbe40 void 0.000123
+gallium_dri.so free 0x5571735cbcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000121
+gallium_dri.so free 0x5571735cbf00 void 0.000166
+gallium_dri.so free 0x5571735cbdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000121
+gallium_dri.so free 0x5571735cbf40 void 0.000123
+gallium_dri.so free 0x5571735cbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000121
+gallium_dri.so free 0x5571735cc000 void 0.000119
+gallium_dri.so free 0x5571735cbeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc070 0.000122
+gallium_dri.so free 0x5571735cc0c0 void 0.000122
+gallium_dri.so free 0x5571735cc070 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc070 0.000118
+gallium_dri.so free 0x5571735cc1c0 void 0.000118
+gallium_dri.so free 0x5571735cc070 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc170 0.000121
+gallium_dri.so free 0x5571735cc280 void 0.000123
+gallium_dri.so free 0x5571735cc170 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc230 0.000124
+gallium_dri.so free 0x5571735cc2c0 void 0.000121
+gallium_dri.so free 0x5571735cc230 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc230 0.000120
+gallium_dri.so free 0x5571735cc380 void 0.000121
+gallium_dri.so free 0x5571735cc230 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000121
+gallium_dri.so free 0x5571735cc440 void 0.000122
+gallium_dri.so free 0x5571735cc3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc440 0.000123
+gallium_dri.so free 0x5571735cc500 void 0.000122
+gallium_dri.so free 0x5571735cc440 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc440 0.000121
+gallium_dri.so free 0x5571735cc5c0 void 0.000123
+gallium_dri.so free 0x5571735cc440 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc5e0 0.000122
+gallium_dri.so free 0x5571735cc680 void 0.000121
+gallium_dri.so free 0x5571735cc5e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc630 0.000121
+gallium_dri.so free 0x5571735cc700 void 0.000119
+gallium_dri.so free 0x5571735cc630 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc630 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so free 0x5571735cc630 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc780 0.000122
+gallium_dri.so free 0x5571735cc840 void 0.000122
+gallium_dri.so free 0x5571735cc780 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc780 0.000120
+gallium_dri.so free 0x5571735cc900 void 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc780 0.000119
+gallium_dri.so free 0x5571735cc9c0 void 0.000122
+gallium_dri.so free 0x5571735cc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc970 0.000120
+gallium_dri.so free 0x5571735cca80 void 0.000132
+gallium_dri.so free 0x5571735cc970 void 0.000122
+gallium_dri.so malloc 72 0x5571735cca30 0.000122
+gallium_dri.so free 0x5571735ccb00 void 0.000122
+gallium_dri.so free 0x5571735cca30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccb50 0.000121
+gallium_dri.so free 0x5571735ccbc0 void 0.000121
+gallium_dri.so free 0x5571735ccb50 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccbe0 0.000121
+gallium_dri.so free 0x5571735ccc80 void 0.000121
+gallium_dri.so free 0x5571735ccbe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccc30 0.000121
+gallium_dri.so free 0x5571735ccd00 void 0.000123
+gallium_dri.so free 0x5571735ccc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccc30 0.000120
+gallium_dri.so free 0x5571735ccd80 void 0.000120
+gallium_dri.so free 0x5571735ccc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccd80 0.000119
+gallium_dri.so free 0x5571735cce40 void 0.000122
+gallium_dri.so free 0x5571735ccd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccd80 0.000123
+gallium_dri.so free 0x5571735ccf40 void 0.000121
+gallium_dri.so free 0x5571735ccd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccef0 0.000120
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so free 0x5571735ccef0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ccef0 0.000127
+gallium_dri.so free 0x5571735cd040 void 0.000123
+gallium_dri.so free 0x5571735ccef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd080 0.000121
+gallium_dri.so free 0x5571735cd100 void 0.000122
+gallium_dri.so free 0x5571735cd080 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd100 0.000118
+gallium_dri.so free 0x5571735cd1c0 void 0.000119
+gallium_dri.so free 0x5571735cd100 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd100 0.000120
+gallium_dri.so free 0x5571735cd240 void 0.000121
+gallium_dri.so free 0x5571735cd100 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd270 0.000122
+gallium_dri.so free 0x5571735cd2c0 void 0.000123
+gallium_dri.so free 0x5571735cd270 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd270 0.000122
+gallium_dri.so free 0x5571735cd3c0 void 0.000123
+gallium_dri.so free 0x5571735cd270 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd400 0.000122
+gallium_dri.so free 0x5571735cd480 void 0.000123
+gallium_dri.so free 0x5571735cd400 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd480 0.000119
+gallium_dri.so free 0x5571735cd540 void 0.000122
+gallium_dri.so free 0x5571735cd480 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd480 0.000122
+gallium_dri.so free 0x5571735cd5c0 void 0.000130
+gallium_dri.so free 0x5571735cd480 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000122
+gallium_dri.so free 0x5571735cd640 void 0.000119
+gallium_dri.so free 0x5571735cd5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000121
+gallium_dri.so free 0x5571735cd740 void 0.000121
+gallium_dri.so free 0x5571735cd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000119
+gallium_dri.so free 0x5571735cd800 void 0.000122
+gallium_dri.so free 0x5571735cd6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000121
+gallium_dri.so free 0x5571735cd880 void 0.000122
+gallium_dri.so free 0x5571735cd7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000121
+gallium_dri.so free 0x5571735cd940 void 0.000120
+gallium_dri.so free 0x5571735cd7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000120
+gallium_dri.so free 0x5571735cda00 void 0.000120
+gallium_dri.so free 0x5571735cd7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000121
+gallium_dri.so free 0x5571735cda80 void 0.000122
+gallium_dri.so free 0x5571735cd9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdad0 0.000121
+gallium_dri.so free 0x5571735cdb40 void 0.000122
+gallium_dri.so free 0x5571735cdad0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cdb60 0.000120
+gallium_dri.so free 0x5571735cdc00 void 0.000119
+gallium_dri.so free 0x5571735cdb60 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000119
+gallium_dri.so free 0x5571735cdc80 void 0.000122
+gallium_dri.so free 0x5571735cdbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdc80 0.000121
+gallium_dri.so free 0x5571735cdd40 void 0.000123
+gallium_dri.so free 0x5571735cdc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdc80 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000122
+gallium_dri.so free 0x5571735cdc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735cddc0 0.000118
+gallium_dri.so free 0x5571735cde80 void 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cddc0 0.000122
+gallium_dri.so free 0x5571735cdf40 void 0.000123
+gallium_dri.so free 0x5571735cddc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cddc0 0.000123
+gallium_dri.so free 0x5571735ce000 void 0.000122
+gallium_dri.so free 0x5571735cddc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000121
+gallium_dri.so free 0x5571735ce080 void 0.000121
+gallium_dri.so free 0x5571735cdfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce0d0 0.000120
+gallium_dri.so free 0x5571735ce140 void 0.000170
+gallium_dri.so free 0x5571735ce0d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce180 0.000121
+gallium_dri.so free 0x5571735ce200 void 0.000121
+gallium_dri.so free 0x5571735ce180 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce180 0.000121
+gallium_dri.so free 0x5571735ce280 void 0.000143
+gallium_dri.so free 0x5571735ce180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000121
+gallium_dri.so free 0x5571735ce300 void 0.000118
+gallium_dri.so free 0x5571735ce2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000126
+gallium_dri.so free 0x5571735ce400 void 0.000124
+gallium_dri.so free 0x5571735ce2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000122
+gallium_dri.so free 0x5571735ce4c0 void 0.000122
+gallium_dri.so free 0x5571735ce3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce470 0.000118
+gallium_dri.so free 0x5571735ce500 void 0.000119
+gallium_dri.so free 0x5571735ce470 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce470 0.000122
+gallium_dri.so free 0x5571735ce5c0 void 0.000123
+gallium_dri.so free 0x5571735ce470 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce630 0.000120
+gallium_dri.so free 0x5571735ce680 void 0.000118
+gallium_dri.so free 0x5571735ce630 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce630 0.000124
+gallium_dri.so free 0x5571735ce780 void 0.000122
+gallium_dri.so free 0x5571735ce630 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce730 0.000121
+gallium_dri.so free 0x5571735ce840 void 0.000120
+gallium_dri.so free 0x5571735ce730 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000121
+gallium_dri.so free 0x5571735ce880 void 0.000122
+gallium_dri.so free 0x5571735ce7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000120
+gallium_dri.so free 0x5571735ce940 void 0.000121
+gallium_dri.so free 0x5571735ce7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce980 0.000122
+gallium_dri.so free 0x5571735cea00 void 0.000122
+gallium_dri.so free 0x5571735ce980 void 0.000120
+gallium_dri.so malloc 72 0x5571735cea00 0.000121
+gallium_dri.so free 0x5571735ceac0 void 0.000123
+gallium_dri.so free 0x5571735cea00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cea00 0.000123
+gallium_dri.so free 0x5571735ceb80 void 0.000121
+gallium_dri.so free 0x5571735cea00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceba0 0.000121
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so free 0x5571735ceba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cebf0 0.000123
+gallium_dri.so free 0x5571735cecc0 void 0.000134
+gallium_dri.so free 0x5571735cebf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cebf0 0.000120
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so free 0x5571735cebf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced40 0.000120
+gallium_dri.so free 0x5571735cee00 void 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ced40 0.000121
+gallium_dri.so free 0x5571735ceec0 void 0.000120
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced40 0.000122
+gallium_dri.so free 0x5571735cef80 void 0.000123
+gallium_dri.so free 0x5571735ced40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cef30 0.000123
+gallium_dri.so free 0x5571735cf040 void 0.000122
+gallium_dri.so free 0x5571735cef30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceff0 0.000122
+gallium_dri.so free 0x5571735cf0c0 void 0.000121
+gallium_dri.so free 0x5571735ceff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf110 0.000121
+gallium_dri.so free 0x5571735cf180 void 0.000122
+gallium_dri.so free 0x5571735cf110 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf1a0 0.000121
+gallium_dri.so free 0x5571735cf240 void 0.000121
+gallium_dri.so free 0x5571735cf1a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000119
+gallium_dri.so free 0x5571735cf2c0 void 0.000127
+gallium_dri.so free 0x5571735cf1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000118
+gallium_dri.so free 0x5571735cf340 void 0.000123
+gallium_dri.so free 0x5571735cf1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf340 0.000118
+gallium_dri.so free 0x5571735cf400 void 0.000121
+gallium_dri.so free 0x5571735cf340 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf340 0.000123
+gallium_dri.so free 0x5571735cf500 void 0.000122
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000120
+gallium_dri.so free 0x5571735cf4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000121
+gallium_dri.so free 0x5571735cf600 void 0.000122
+gallium_dri.so free 0x5571735cf4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf640 0.000121
+gallium_dri.so free 0x5571735cf6c0 void 0.000122
+gallium_dri.so free 0x5571735cf640 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000123
+gallium_dri.so free 0x5571735cf780 void 0.000121
+gallium_dri.so free 0x5571735cf6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000121
+gallium_dri.so free 0x5571735cf800 void 0.000133
+gallium_dri.so free 0x5571735cf6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000123
+gallium_dri.so free 0x5571735cf830 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so free 0x5571735cf830 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000121
+gallium_dri.so free 0x5571735cfa40 void 0.000121
+gallium_dri.so free 0x5571735cf9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfa40 0.000119
+gallium_dri.so free 0x5571735cfb00 void 0.000123
+gallium_dri.so free 0x5571735cfa40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa40 0.000121
+gallium_dri.so free 0x5571735cfb80 void 0.000122
+gallium_dri.so free 0x5571735cfa40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000122
+gallium_dri.so free 0x5571735cfc00 void 0.000123
+gallium_dri.so free 0x5571735cfbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000119
+gallium_dri.so free 0x5571735cfd00 void 0.000120
+gallium_dri.so free 0x5571735cfbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000120
+gallium_dri.so free 0x5571735cfdc0 void 0.000122
+gallium_dri.so free 0x5571735cfcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd70 0.000168
+gallium_dri.so free 0x5571735cfe40 void 0.000123
+gallium_dri.so free 0x5571735cfd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd70 0.000119
+gallium_dri.so free 0x5571735cff00 void 0.000122
+gallium_dri.so free 0x5571735cfd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfd70 0.000119
+gallium_dri.so free 0x5571735cffc0 void 0.000122
+gallium_dri.so free 0x5571735cfd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cff70 0.000118
+gallium_dri.so free 0x5571735d0040 void 0.000122
+gallium_dri.so free 0x5571735cff70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0090 0.000121
+gallium_dri.so free 0x5571735d0100 void 0.000122
+gallium_dri.so free 0x5571735d0090 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0120 0.000118
+gallium_dri.so free 0x5571735d01c0 void 0.000118
+gallium_dri.so free 0x5571735d0120 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0240 0.000120
+gallium_dri.so free 0x5571735d0300 void 0.000122
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0240 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000129
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0380 0.000118
+gallium_dri.so free 0x5571735d0440 void 0.000118
+gallium_dri.so free 0x5571735d0380 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0380 0.000117
+gallium_dri.so free 0x5571735d0500 void 0.000121
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0380 0.000121
+gallium_dri.so free 0x5571735d05c0 void 0.000122
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0570 0.000121
+gallium_dri.so free 0x5571735d0640 void 0.000123
+gallium_dri.so free 0x5571735d0570 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0690 0.000120
+gallium_dri.so free 0x5571735d0700 void 0.000120
+gallium_dri.so free 0x5571735d0690 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0740 0.000118
+gallium_dri.so free 0x5571735d07c0 void 0.000122
+gallium_dri.so free 0x5571735d0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0740 0.000121
+gallium_dri.so free 0x5571735d0840 void 0.000123
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0870 0.000121
+gallium_dri.so free 0x5571735d08c0 void 0.000121
+gallium_dri.so free 0x5571735d0870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0870 0.000133
+gallium_dri.so free 0x5571735d09c0 void 0.000119
+gallium_dri.so free 0x5571735d0870 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0970 0.000121
+gallium_dri.so free 0x5571735d0a80 void 0.000123
+gallium_dri.so free 0x5571735d0970 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a30 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a30 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000123
+gallium_dri.so free 0x5571735d0a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000122
+gallium_dri.so free 0x5571735d0c40 void 0.000122
+gallium_dri.so free 0x5571735d0bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000118
+gallium_dri.so free 0x5571735d0d40 void 0.000122
+gallium_dri.so free 0x5571735d0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000120
+gallium_dri.so free 0x5571735d0e00 void 0.000121
+gallium_dri.so free 0x5571735d0cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0db0 0.000120
+gallium_dri.so free 0x5571735d0e40 void 0.000123
+gallium_dri.so free 0x5571735d0db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0db0 0.000121
+gallium_dri.so free 0x5571735d0f00 void 0.000121
+gallium_dri.so free 0x5571735d0db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0f40 0.000120
+gallium_dri.so free 0x5571735d0fc0 void 0.000121
+gallium_dri.so free 0x5571735d0f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000122
+gallium_dri.so free 0x5571735d1080 void 0.000123
+gallium_dri.so free 0x5571735d0fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000120
+gallium_dri.so free 0x5571735d0fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1160 0.000121
+gallium_dri.so free 0x5571735d1200 void 0.000122
+gallium_dri.so free 0x5571735d1160 void 0.000123
+gallium_dri.so malloc 72 0x5571735d11b0 0.000120
+gallium_dri.so free 0x5571735d1280 void 0.000124
+gallium_dri.so free 0x5571735d11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d11b0 0.000123
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1300 0.000118
+gallium_dri.so free 0x5571735d13c0 void 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1300 0.000120
+gallium_dri.so free 0x5571735d1480 void 0.000122
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1300 0.000124
+gallium_dri.so free 0x5571735d1540 void 0.000124
+gallium_dri.so free 0x5571735d1300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d14f0 0.000122
+gallium_dri.so free 0x5571735d1600 void 0.000122
+gallium_dri.so free 0x5571735d14f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d15b0 0.000121
+gallium_dri.so free 0x5571735d1680 void 0.000120
+gallium_dri.so free 0x5571735d15b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d16d0 0.000121
+gallium_dri.so free 0x5571735d1740 void 0.000120
+gallium_dri.so free 0x5571735d16d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1760 0.000120
+gallium_dri.so free 0x5571735d1800 void 0.000121
+gallium_dri.so free 0x5571735d1760 void 0.000121
+gallium_dri.so malloc 72 0x5571735d17b0 0.000121
+gallium_dri.so free 0x5571735d1880 void 0.000123
+gallium_dri.so free 0x5571735d17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17b0 0.000122
+gallium_dri.so free 0x5571735d1900 void 0.000123
+gallium_dri.so free 0x5571735d17b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1900 0.000118
+gallium_dri.so free 0x5571735d19c0 void 0.000120
+gallium_dri.so free 0x5571735d1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1900 0.000120
+gallium_dri.so free 0x5571735d1ac0 void 0.000121
+gallium_dri.so free 0x5571735d1900 void 0.000190
+gallium_dri.so malloc 72 0x5571735d1a70 0.000123
+gallium_dri.so free 0x5571735d1b00 void 0.000122
+gallium_dri.so free 0x5571735d1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a70 0.000119
+gallium_dri.so free 0x5571735d1bc0 void 0.000122
+gallium_dri.so free 0x5571735d1a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1c00 0.000122
+gallium_dri.so free 0x5571735d1c80 void 0.000122
+gallium_dri.so free 0x5571735d1c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1c80 0.000122
+gallium_dri.so free 0x5571735d1d40 void 0.000122
+gallium_dri.so free 0x5571735d1c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1c80 0.000119
+gallium_dri.so free 0x5571735d1dc0 void 0.000121
+gallium_dri.so free 0x5571735d1c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1df0 0.000122
+gallium_dri.so free 0x5571735d1e40 void 0.000120
+gallium_dri.so free 0x5571735d1df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1df0 0.000122
+gallium_dri.so free 0x5571735d1f40 void 0.000122
+gallium_dri.so free 0x5571735d1df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1f80 0.000121
+gallium_dri.so free 0x5571735d2000 void 0.000127
+gallium_dri.so free 0x5571735d1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2000 0.000131
+gallium_dri.so free 0x5571735d20c0 void 0.000122
+gallium_dri.so free 0x5571735d2000 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2000 0.000119
+gallium_dri.so free 0x5571735d2140 void 0.000122
+gallium_dri.so free 0x5571735d2000 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2170 0.000122
+gallium_dri.so free 0x5571735d21c0 void 0.000122
+gallium_dri.so free 0x5571735d2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2170 0.000118
+gallium_dri.so free 0x5571735d22c0 void 0.000120
+gallium_dri.so free 0x5571735d2170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2270 0.000118
+gallium_dri.so free 0x5571735d2380 void 0.000118
+gallium_dri.so free 0x5571735d2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2330 0.000122
+gallium_dri.so free 0x5571735d2400 void 0.000121
+gallium_dri.so free 0x5571735d2330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2330 0.000122
+gallium_dri.so free 0x5571735d24c0 void 0.000121
+gallium_dri.so free 0x5571735d2330 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2330 0.000120
+gallium_dri.so free 0x5571735d2580 void 0.000123
+gallium_dri.so free 0x5571735d2330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2530 0.000120
+gallium_dri.so free 0x5571735d2600 void 0.000120
+gallium_dri.so free 0x5571735d2530 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2650 0.000122
+gallium_dri.so free 0x5571735d26c0 void 0.000121
+gallium_dri.so free 0x5571735d2650 void 0.000121
+gallium_dri.so malloc 72 0x5571735d26e0 0.000121
+gallium_dri.so free 0x5571735d2780 void 0.000122
+gallium_dri.so free 0x5571735d26e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2730 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000121
+gallium_dri.so free 0x5571735d2730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2800 0.000120
+gallium_dri.so free 0x5571735d28c0 void 0.000121
+gallium_dri.so free 0x5571735d2800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2800 0.000119
+gallium_dri.so free 0x5571735d2940 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2940 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2940 0.000123
+gallium_dri.so free 0x5571735d2ac0 void 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2940 0.000120
+gallium_dri.so free 0x5571735d2b80 void 0.000121
+gallium_dri.so free 0x5571735d2940 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2b30 0.000125
+gallium_dri.so free 0x5571735d2c00 void 0.000124
+gallium_dri.so free 0x5571735d2b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2c50 0.000122
+gallium_dri.so free 0x5571735d2cc0 void 0.000122
+gallium_dri.so free 0x5571735d2c50 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2d00 0.000122
+gallium_dri.so free 0x5571735d2d80 void 0.000121
+gallium_dri.so free 0x5571735d2d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2d00 0.000121
+gallium_dri.so free 0x5571735d2e00 void 0.000119
+gallium_dri.so free 0x5571735d2d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2e30 0.000120
+gallium_dri.so free 0x5571735d2e80 void 0.000118
+gallium_dri.so free 0x5571735d2e30 void 0.000182
+gallium_dri.so malloc 72 0x5571735d2e30 0.000142
+gallium_dri.so free 0x5571735d2f80 void 0.000138
+gallium_dri.so free 0x5571735d2e30 void 0.000140
+gallium_dri.so malloc 72 0x5571735d2f30 0.000140
+gallium_dri.so free 0x5571735d3040 void 0.000126
+gallium_dri.so free 0x5571735d2f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000122
+gallium_dri.so free 0x5571735d3080 void 0.000122
+gallium_dri.so free 0x5571735d2ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000122
+gallium_dri.so free 0x5571735d3140 void 0.000133
+gallium_dri.so free 0x5571735d2ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d31b0 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000122
+gallium_dri.so free 0x5571735d31b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31b0 0.000122
+gallium_dri.so free 0x5571735d3300 void 0.000123
+gallium_dri.so free 0x5571735d31b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32b0 0.000121
+gallium_dri.so free 0x5571735d33c0 void 0.000122
+gallium_dri.so free 0x5571735d32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3370 0.000121
+gallium_dri.so free 0x5571735d3400 void 0.000121
+gallium_dri.so free 0x5571735d3370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3370 0.000118
+gallium_dri.so free 0x5571735d34c0 void 0.000122
+gallium_dri.so free 0x5571735d3370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3500 0.000123
+gallium_dri.so free 0x5571735d3580 void 0.000119
+gallium_dri.so free 0x5571735d3500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3580 0.000121
+gallium_dri.so free 0x5571735d3640 void 0.000122
+gallium_dri.so free 0x5571735d3580 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3580 0.000121
+gallium_dri.so free 0x5571735d3700 void 0.000121
+gallium_dri.so free 0x5571735d3580 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3720 0.000123
+gallium_dri.so free 0x5571735d37c0 void 0.000123
+gallium_dri.so free 0x5571735d3720 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3770 0.000121
+gallium_dri.so free 0x5571735d3840 void 0.000119
+gallium_dri.so free 0x5571735d3770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3770 0.000122
+gallium_dri.so free 0x5571735d38c0 void 0.000122
+gallium_dri.so free 0x5571735d3770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d38c0 0.000120
+gallium_dri.so free 0x5571735d3980 void 0.000123
+gallium_dri.so free 0x5571735d38c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d38c0 0.000118
+gallium_dri.so free 0x5571735d3a40 void 0.000123
+gallium_dri.so free 0x5571735d38c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d38c0 0.000119
+gallium_dri.so free 0x5571735d3b00 void 0.000122
+gallium_dri.so free 0x5571735d38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000122
+gallium_dri.so free 0x5571735d3bc0 void 0.000121
+gallium_dri.so free 0x5571735d3ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3b70 0.000121
+gallium_dri.so free 0x5571735d3c40 void 0.000122
+gallium_dri.so free 0x5571735d3b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3c90 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000156
+gallium_dri.so free 0x5571735d3c90 void 0.000164
+gallium_dri.so malloc 72 0x5571735d3d20 0.000163
+gallium_dri.so free 0x5571735d3dc0 void 0.000162
+gallium_dri.so free 0x5571735d3d20 void 0.000163
+gallium_dri.so malloc 72 0x5571735d3d70 0.000164
+gallium_dri.so free 0x5571735d3e40 void 0.000162
+gallium_dri.so free 0x5571735d3d70 void 0.000162
+gallium_dri.so malloc 72 0x5571735d3d70 0.000170
+gallium_dri.so free 0x5571735d3ec0 void 0.000128
+gallium_dri.so free 0x5571735d3d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000120
+gallium_dri.so free 0x5571735d3f80 void 0.000119
+gallium_dri.so free 0x5571735d3ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000122
+gallium_dri.so free 0x5571735d4080 void 0.000120
+gallium_dri.so free 0x5571735d3ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4030 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d4030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4030 0.000121
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so free 0x5571735d4030 void 0.000122
+gallium_dri.so malloc 72 0x5571735d41c0 0.000129
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d41c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4240 0.000122
+gallium_dri.so free 0x5571735d4300 void 0.000123
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4240 0.000119
+gallium_dri.so free 0x5571735d4380 void 0.000122
+gallium_dri.so free 0x5571735d4240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43b0 0.000124
+gallium_dri.so free 0x5571735d4400 void 0.000123
+gallium_dri.so free 0x5571735d43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43b0 0.000122
+gallium_dri.so free 0x5571735d4500 void 0.000121
+gallium_dri.so free 0x5571735d43b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4540 0.000120
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so free 0x5571735d4540 void 0.000120
+gallium_dri.so malloc 72 0x5571735d45c0 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000122
+gallium_dri.so free 0x5571735d45c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d45c0 0.000118
+gallium_dri.so free 0x5571735d4700 void 0.000122
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4730 0.000123
+gallium_dri.so free 0x5571735d4780 void 0.000128
+gallium_dri.so free 0x5571735d4730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4730 0.000120
+gallium_dri.so free 0x5571735d4880 void 0.000122
+gallium_dri.so free 0x5571735d4730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4830 0.000123
+gallium_dri.so free 0x5571735d4940 void 0.000122
+gallium_dri.so free 0x5571735d4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48f0 0.000121
+gallium_dri.so free 0x5571735d49c0 void 0.000120
+gallium_dri.so free 0x5571735d48f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48f0 0.000122
+gallium_dri.so free 0x5571735d4a80 void 0.000119
+gallium_dri.so free 0x5571735d48f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48f0 0.000119
+gallium_dri.so free 0x5571735d4b40 void 0.000119
+gallium_dri.so free 0x5571735d48f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4af0 0.000122
+gallium_dri.so free 0x5571735d4bc0 void 0.000122
+gallium_dri.so free 0x5571735d4af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c10 0.000122
+gallium_dri.so free 0x5571735d4c80 void 0.000123
+gallium_dri.so free 0x5571735d4c10 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000122
+gallium_dri.so free 0x5571735d4d40 void 0.000123
+gallium_dri.so free 0x5571735d4ca0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000128
+gallium_dri.so free 0x5571735d4dc0 void 0.000183
+gallium_dri.so free 0x5571735d4cf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000126
+gallium_dri.so free 0x5571735d4e80 void 0.000123
+gallium_dri.so free 0x5571735d4dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000121
+gallium_dri.so free 0x5571735d4f00 void 0.000124
+gallium_dri.so free 0x5571735d4dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4f00 0.000119
+gallium_dri.so free 0x5571735d4fc0 void 0.000122
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4f00 0.000120
+gallium_dri.so free 0x5571735d5080 void 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4f00 0.000120
+gallium_dri.so free 0x5571735d5140 void 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50f0 0.000119
+gallium_dri.so free 0x5571735d51c0 void 0.000119
+gallium_dri.so free 0x5571735d50f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5210 0.000123
+gallium_dri.so free 0x5571735d5280 void 0.000122
+gallium_dri.so free 0x5571735d5210 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52c0 0.000121
+gallium_dri.so free 0x5571735d5340 void 0.000160
+gallium_dri.so free 0x5571735d52c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d52c0 0.000123
+gallium_dri.so free 0x5571735d53c0 void 0.000122
+gallium_dri.so free 0x5571735d52c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d53f0 0.000120
+gallium_dri.so free 0x5571735d5440 void 0.000120
+gallium_dri.so free 0x5571735d53f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d53f0 0.000122
+gallium_dri.so free 0x5571735d5540 void 0.000122
+gallium_dri.so free 0x5571735d53f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d54f0 0.000120
+gallium_dri.so free 0x5571735d5600 void 0.000122
+gallium_dri.so free 0x5571735d54f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5640 void 0.000121
+gallium_dri.so free 0x5571735d55b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55b0 0.000122
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5770 0.000122
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so free 0x5571735d5770 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5770 0.000121
+gallium_dri.so free 0x5571735d58c0 void 0.000122
+gallium_dri.so free 0x5571735d5770 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5870 0.000122
+gallium_dri.so free 0x5571735d5980 void 0.000117
+gallium_dri.so free 0x5571735d5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5930 0.000118
+gallium_dri.so free 0x5571735d59c0 void 0.000121
+gallium_dri.so free 0x5571735d5930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5930 0.000118
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so free 0x5571735d5930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000120
+gallium_dri.so free 0x5571735d5b40 void 0.000121
+gallium_dri.so free 0x5571735d5ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5b40 0.000119
+gallium_dri.so free 0x5571735d5c00 void 0.000121
+gallium_dri.so free 0x5571735d5b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5b40 0.000118
+gallium_dri.so free 0x5571735d5cc0 void 0.000118
+gallium_dri.so free 0x5571735d5b40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5ce0 0.000118
+gallium_dri.so free 0x5571735d5d80 void 0.000117
+gallium_dri.so free 0x5571735d5ce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5d30 0.000117
+gallium_dri.so free 0x5571735d5e00 void 0.000120
+gallium_dri.so free 0x5571735d5d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5d30 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000182
+gallium_dri.so free 0x5571735d5d30 void 0.000161
+gallium_dri.so malloc 72 0x5571735d5e80 0.000159
+gallium_dri.so free 0x5571735d5f40 void 0.000157
+gallium_dri.so free 0x5571735d5e80 void 0.000170
+gallium_dri.so malloc 72 0x5571735d5e80 0.000130
+gallium_dri.so free 0x5571735d6000 void 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e80 0.000122
+gallium_dri.so free 0x5571735d60c0 void 0.000122
+gallium_dri.so free 0x5571735d5e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6070 0.000121
+gallium_dri.so free 0x5571735d6180 void 0.000123
+gallium_dri.so free 0x5571735d6070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6130 0.000123
+gallium_dri.so free 0x5571735d6200 void 0.000119
+gallium_dri.so free 0x5571735d6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6250 0.000119
+gallium_dri.so free 0x5571735d62c0 void 0.000124
+gallium_dri.so free 0x5571735d6250 void 0.000121
+gallium_dri.so malloc 72 0x5571735d62e0 0.000119
+gallium_dri.so free 0x5571735d6380 void 0.000121
+gallium_dri.so free 0x5571735d62e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6330 0.000120
+gallium_dri.so free 0x5571735d6400 void 0.000133
+gallium_dri.so free 0x5571735d6330 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6330 0.000121
+gallium_dri.so free 0x5571735d6480 void 0.000118
+gallium_dri.so free 0x5571735d6330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6480 0.000119
+gallium_dri.so free 0x5571735d6540 void 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6480 0.000118
+gallium_dri.so free 0x5571735d6640 void 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000118
+gallium_dri.so malloc 72 0x5571735d65f0 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so free 0x5571735d65f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d65f0 0.000119
+gallium_dri.so free 0x5571735d6740 void 0.000120
+gallium_dri.so free 0x5571735d65f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6780 0.000119
+gallium_dri.so free 0x5571735d6800 void 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6800 0.000118
+gallium_dri.so free 0x5571735d68c0 void 0.000122
+gallium_dri.so free 0x5571735d6800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6800 0.000120
+gallium_dri.so free 0x5571735d6940 void 0.000119
+gallium_dri.so free 0x5571735d6800 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6970 0.000145
+gallium_dri.so free 0x5571735d69c0 void 0.000123
+gallium_dri.so free 0x5571735d6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6970 0.000118
+gallium_dri.so free 0x5571735d6ac0 void 0.000119
+gallium_dri.so free 0x5571735d6970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b00 0.000119
+gallium_dri.so free 0x5571735d6b80 void 0.000120
+gallium_dri.so free 0x5571735d6b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b80 0.000122
+gallium_dri.so free 0x5571735d6c40 void 0.000121
+gallium_dri.so free 0x5571735d6b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6b80 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b80 0.000118
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb480 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so free 0x5571735eb480 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb500 0.000123
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so free 0x5571735eb500 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb500 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000122
+gallium_dri.so free 0x5571735eb500 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000121
+gallium_dri.so free 0x5571735eb740 void 0.000119
+gallium_dri.so free 0x5571735eb6a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000122
+gallium_dri.so free 0x5571735eb7c0 void 0.000122
+gallium_dri.so free 0x5571735eb6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000120
+gallium_dri.so free 0x5571735eb840 void 0.000122
+gallium_dri.so free 0x5571735eb6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb840 0.000121
+gallium_dri.so free 0x5571735eb900 void 0.000122
+gallium_dri.so free 0x5571735eb840 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb840 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb840 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb840 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb840 void 0.000122
+gallium_dri.so malloc 72 0x5571735eba30 0.000120
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735eba30 void 0.000149
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000123
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x5571735ebaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebc10 0.000131
+gallium_dri.so free 0x5571735ebc80 void 0.000121
+gallium_dri.so free 0x5571735ebc10 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebca0 0.000122
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so free 0x5571735ebca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000122
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe40 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000122
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe40 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000118
+gallium_dri.so free 0x5571735ec040 void 0.000122
+gallium_dri.so free 0x5571735ebfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ebfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec140 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so free 0x5571735ec140 void 0.000173
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000118
+gallium_dri.so free 0x5571735ec300 void 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec330 0.000121
+gallium_dri.so free 0x5571735ec380 void 0.000121
+gallium_dri.so free 0x5571735ec330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec330 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000123
+gallium_dri.so free 0x5571735ec330 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000118
+gallium_dri.so free 0x5571735ec4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec540 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec540 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec540 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000121
+gallium_dri.so free 0x5571735ec700 void 0.000119
+gallium_dri.so free 0x5571735ec6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000117
+gallium_dri.so free 0x5571735ec800 void 0.000123
+gallium_dri.so free 0x5571735ec6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000121
+gallium_dri.so free 0x5571735ec8c0 void 0.000123
+gallium_dri.so free 0x5571735ec7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000121
+gallium_dri.so free 0x5571735ec940 void 0.000124
+gallium_dri.so free 0x5571735ec870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000121
+gallium_dri.so free 0x5571735eca00 void 0.000121
+gallium_dri.so free 0x5571735ec870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000122
+gallium_dri.so free 0x5571735ec870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca70 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecb90 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so free 0x5571735ecb90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc20 0.000121
+gallium_dri.so free 0x5571735eccc0 void 0.000121
+gallium_dri.so free 0x5571735ecc20 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc70 0.000122
+gallium_dri.so free 0x5571735ecd40 void 0.000120
+gallium_dri.so free 0x5571735ecc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd40 0.000125
+gallium_dri.so free 0x5571735ece00 void 0.000122
+gallium_dri.so free 0x5571735ecd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd40 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000123
+gallium_dri.so free 0x5571735ecd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece80 0.000121
+gallium_dri.so free 0x5571735ecf40 void 0.000122
+gallium_dri.so free 0x5571735ece80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece80 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000122
+gallium_dri.so free 0x5571735ece80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece80 0.000119
+gallium_dri.so free 0x5571735ed0c0 void 0.000123
+gallium_dri.so free 0x5571735ece80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed070 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000121
+gallium_dri.so free 0x5571735ed070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed190 0.000120
+gallium_dri.so free 0x5571735ed200 void 0.000122
+gallium_dri.so free 0x5571735ed190 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed240 0.000122
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x5571735ed240 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed240 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000157
+gallium_dri.so free 0x5571735ed240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed370 0.000126
+gallium_dri.so free 0x5571735ed3c0 void 0.000119
+gallium_dri.so free 0x5571735ed370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed370 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000121
+gallium_dri.so free 0x5571735ed370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed470 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so free 0x5571735ed470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed530 0.000119
+gallium_dri.so free 0x5571735ed5c0 void 0.000118
+gallium_dri.so free 0x5571735ed530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed530 0.000120
+gallium_dri.so free 0x5571735ed680 void 0.000119
+gallium_dri.so free 0x5571735ed530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735ed740 void 0.000119
+gallium_dri.so free 0x5571735ed6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so free 0x5571735ed6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000117
+gallium_dri.so free 0x5571735ed900 void 0.000120
+gallium_dri.so free 0x5571735ed7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000176
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000121
+gallium_dri.so free 0x5571735eda00 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda40 0.000120
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edb80 void 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edac0 0.000117
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc60 0.000119
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edc60 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcb0 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so free 0x5571735edcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edcb0 0.000120
+gallium_dri.so free 0x5571735ede00 void 0.000120
+gallium_dri.so free 0x5571735edcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede00 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so free 0x5571735ede00 void 0.000128
+gallium_dri.so malloc 72 0x5571735ede00 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede00 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so malloc 72 0x5571735edff0 0.000120
+gallium_dri.so free 0x5571735ee100 void 0.000119
+gallium_dri.so free 0x5571735edff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000117
+gallium_dri.so free 0x5571735ee180 void 0.000119
+gallium_dri.so free 0x5571735ee0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000117
+gallium_dri.so free 0x5571735ee1d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee260 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee260 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000120
+gallium_dri.so free 0x5571735ee2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000120
+gallium_dri.so free 0x5571735ee400 void 0.000119
+gallium_dri.so free 0x5571735ee2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee400 0.000122
+gallium_dri.so free 0x5571735ee4c0 void 0.000128
+gallium_dri.so free 0x5571735ee400 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee400 0.000121
+gallium_dri.so free 0x5571735ee5c0 void 0.000119
+gallium_dri.so free 0x5571735ee400 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee570 0.000121
+gallium_dri.so free 0x5571735ee600 void 0.000118
+gallium_dri.so free 0x5571735ee570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee570 0.000117
+gallium_dri.so free 0x5571735ee6c0 void 0.000121
+gallium_dri.so free 0x5571735ee570 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee700 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee780 0.000119
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee780 0.000119
+gallium_dri.so free 0x5571735ee8c0 void 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000118
+gallium_dri.so free 0x5571735ee940 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea80 0.000125
+gallium_dri.so free 0x5571735eeb00 void 0.000122
+gallium_dri.so free 0x5571735eea80 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeb00 0.000118
+gallium_dri.so free 0x5571735eebc0 void 0.000117
+gallium_dri.so free 0x5571735eeb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeb00 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000122
+gallium_dri.so free 0x5571735eeb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec70 0.000118
+gallium_dri.so free 0x5571735eecc0 void 0.000119
+gallium_dri.so free 0x5571735eec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec70 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000119
+gallium_dri.so free 0x5571735eec70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed70 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000120
+gallium_dri.so free 0x5571735eed70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eef00 void 0.000120
+gallium_dri.so free 0x5571735eee30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eee30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000120
+gallium_dri.so free 0x5571735eee30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef030 0.000165
+gallium_dri.so free 0x5571735ef100 void 0.000122
+gallium_dri.so free 0x5571735ef030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef150 0.000121
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735ef150 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef1e0 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000126
+gallium_dri.so free 0x5571735ef1e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef230 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000122
+gallium_dri.so free 0x5571735ef230 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef300 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000119
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef300 0.000121
+gallium_dri.so free 0x5571735ef440 void 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef440 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000121
+gallium_dri.so free 0x5571735ef440 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef440 0.000122
+gallium_dri.so free 0x5571735ef5c0 void 0.000121
+gallium_dri.so free 0x5571735ef440 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef440 0.000121
+gallium_dri.so free 0x5571735ef680 void 0.000130
+gallium_dri.so free 0x5571735ef440 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef630 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000117
+gallium_dri.so free 0x5571735ef630 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef750 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000117
+gallium_dri.so free 0x5571735ef750 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef800 0.000116
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef800 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef930 0.000113
+gallium_dri.so free 0x5571735ef980 void 0.000114
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef930 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa30 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000117
+gallium_dri.so free 0x5571735efa30 void 0.000116
+gallium_dri.so malloc 72 0x5571735efaf0 0.000115
+gallium_dri.so free 0x5571735efb80 void 0.000116
+gallium_dri.so free 0x5571735efaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efaf0 0.000114
+gallium_dri.so free 0x5571735efc40 void 0.000128
+gallium_dri.so free 0x5571735efaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efcb0 0.000117
+gallium_dri.so free 0x5571735efd00 void 0.000120
+gallium_dri.so free 0x5571735efcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efcb0 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000120
+gallium_dri.so free 0x5571735efcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdb0 0.000119
+gallium_dri.so free 0x5571735efec0 void 0.000118
+gallium_dri.so free 0x5571735efdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000121
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so free 0x5571735efe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe70 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0000 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0080 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0080 0.000119
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0220 0.000181
+gallium_dri.so free 0x5571735f02c0 void 0.000124
+gallium_dri.so free 0x5571735f0220 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0270 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f0270 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0270 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000121
+gallium_dri.so free 0x5571735f0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03c0 0.000121
+gallium_dri.so free 0x5571735f0480 void 0.000121
+gallium_dri.so free 0x5571735f03c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f03c0 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000120
+gallium_dri.so free 0x5571735f03c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03c0 0.000120
+gallium_dri.so free 0x5571735f0600 void 0.000120
+gallium_dri.so free 0x5571735f03c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05b0 0.000122
+gallium_dri.so free 0x5571735f06c0 void 0.000121
+gallium_dri.so free 0x5571735f05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0670 0.000119
+gallium_dri.so free 0x5571735f0740 void 0.000120
+gallium_dri.so free 0x5571735f0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0790 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so free 0x5571735f0790 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0820 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so free 0x5571735f0820 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0870 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so free 0x5571735f0870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000114
+gallium_dri.so free 0x5571735f09c0 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09c0 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000115
+gallium_dri.so free 0x5571735f09c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09c0 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000116
+gallium_dri.so free 0x5571735f09c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000117
+gallium_dri.so free 0x5571735f0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b30 0.000114
+gallium_dri.so free 0x5571735f0c80 void 0.000116
+gallium_dri.so free 0x5571735f0b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d40 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0d40 0.000121
+gallium_dri.so free 0x5571735f0e80 void 0.000120
+gallium_dri.so free 0x5571735f0d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000119
+gallium_dri.so free 0x5571735f0f00 void 0.000121
+gallium_dri.so free 0x5571735f0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000120
+gallium_dri.so free 0x5571735f0eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1040 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000120
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10c0 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000125
+gallium_dri.so free 0x5571735f10c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10c0 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so free 0x5571735f10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1230 0.000120
+gallium_dri.so free 0x5571735f1280 void 0.000118
+gallium_dri.so free 0x5571735f1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1230 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1330 0.000120
+gallium_dri.so free 0x5571735f1440 void 0.000171
+gallium_dri.so free 0x5571735f1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735f13f0 0.000123
+gallium_dri.so free 0x5571735f14c0 void 0.000122
+gallium_dri.so free 0x5571735f13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13f0 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f13f0 0.000123
+gallium_dri.so free 0x5571735f1640 void 0.000122
+gallium_dri.so free 0x5571735f13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f16c0 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1710 0.000121
+gallium_dri.so free 0x5571735f1780 void 0.000122
+gallium_dri.so free 0x5571735f1710 void 0.000120
+gallium_dri.so malloc 72 0x5571735f17a0 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f17a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f17f0 0.000121
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f17f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f18c0 0.000121
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f18c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f18c0 0.000116
+gallium_dri.so free 0x5571735f1a00 void 0.000117
+gallium_dri.so free 0x5571735f18c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1a00 0.000115
+gallium_dri.so free 0x5571735f1ac0 void 0.000116
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a00 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a00 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000116
+gallium_dri.so free 0x5571735f1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d10 0.000115
+gallium_dri.so free 0x5571735f1d80 void 0.000115
+gallium_dri.so free 0x5571735f1d10 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000116
+gallium_dri.so free 0x5571735f1dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000115
+gallium_dri.so free 0x5571735f1f40 void 0.000114
+gallium_dri.so free 0x5571735f1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000123
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000125
+gallium_dri.so free 0x5571735f1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f20b0 0.000117
+gallium_dri.so free 0x5571735f2140 void 0.000120
+gallium_dri.so free 0x5571735f20b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20b0 0.000120
+gallium_dri.so free 0x5571735f2200 void 0.000120
+gallium_dri.so free 0x5571735f20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2270 0.000120
+gallium_dri.so free 0x5571735f22c0 void 0.000117
+gallium_dri.so free 0x5571735f2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2270 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f2480 void 0.000118
+gallium_dri.so free 0x5571735f2370 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f2580 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000163
+gallium_dri.so malloc 72 0x5571735f25c0 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2640 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2640 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27e0 0.000120
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so free 0x5571735f27e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2830 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000119
+gallium_dri.so free 0x5571735f2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2830 0.000119
+gallium_dri.so free 0x5571735f2980 void 0.000120
+gallium_dri.so free 0x5571735f2830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2980 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000255
+gallium_dri.so free 0x5571735f2980 void 0.000240
+gallium_dri.so malloc 72 0x5571735f2980 0.000181
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2980 0.000111
+gallium_dri.so free 0x5571735f2bc0 void 0.000111
+gallium_dri.so free 0x5571735f2980 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2b70 0.000111
+gallium_dri.so free 0x5571735f2c80 void 0.000111
+gallium_dri.so free 0x5571735f2b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2c30 0.000112
+gallium_dri.so free 0x5571735f2d00 void 0.000111
+gallium_dri.so free 0x5571735f2c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2d50 0.000111
+gallium_dri.so free 0x5571735f2dc0 void 0.000110
+gallium_dri.so free 0x5571735f2d50 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2de0 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000111
+gallium_dri.so free 0x5571735f2de0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000110
+gallium_dri.so free 0x5571735f2f00 void 0.000111
+gallium_dri.so free 0x5571735f2e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2e30 0.000111
+gallium_dri.so free 0x5571735f2f80 void 0.000113
+gallium_dri.so free 0x5571735f2e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2f80 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000114
+gallium_dri.so free 0x5571735f2f80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2f80 0.000111
+gallium_dri.so free 0x5571735f3140 void 0.000112
+gallium_dri.so free 0x5571735f2f80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f30f0 0.000121
+gallium_dri.so free 0x5571735f3180 void 0.000121
+gallium_dri.so free 0x5571735f30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30f0 0.000119
+gallium_dri.so free 0x5571735f3240 void 0.000119
+gallium_dri.so free 0x5571735f30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3280 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f3440 void 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000120
+gallium_dri.so free 0x5571735f34c0 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3600 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000120
+gallium_dri.so free 0x5571735f3600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3680 0.000119
+gallium_dri.so free 0x5571735f3740 void 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3680 0.000112
+gallium_dri.so free 0x5571735f37c0 void 0.000111
+gallium_dri.so free 0x5571735f3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f37f0 0.000110
+gallium_dri.so free 0x5571735f3840 void 0.000111
+gallium_dri.so free 0x5571735f37f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f37f0 0.000111
+gallium_dri.so free 0x5571735f3940 void 0.000111
+gallium_dri.so free 0x5571735f37f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f38f0 0.000112
+gallium_dri.so free 0x5571735f3a00 void 0.000112
+gallium_dri.so free 0x5571735f38f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f39b0 0.000110
+gallium_dri.so free 0x5571735f3a80 void 0.000110
+gallium_dri.so free 0x5571735f39b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f39b0 0.000110
+gallium_dri.so free 0x5571735f3b40 void 0.000110
+gallium_dri.so free 0x5571735f39b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f39b0 0.000111
+gallium_dri.so free 0x5571735f3c00 void 0.000110
+gallium_dri.so free 0x5571735f39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000114
+gallium_dri.so free 0x5571735f3c80 void 0.000113
+gallium_dri.so free 0x5571735f3bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3cd0 0.000111
+gallium_dri.so free 0x5571735f3d40 void 0.000111
+gallium_dri.so free 0x5571735f3cd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3d60 0.000127
+gallium_dri.so free 0x5571735f3e00 void 0.000117
+gallium_dri.so free 0x5571735f3d60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3db0 0.000116
+gallium_dri.so free 0x5571735f3e80 void 0.000117
+gallium_dri.so free 0x5571735f3db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e80 0.000115
+gallium_dri.so free 0x5571735f3f40 void 0.000116
+gallium_dri.so free 0x5571735f3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e80 0.000114
+gallium_dri.so free 0x5571735f3fc0 void 0.000117
+gallium_dri.so free 0x5571735f3e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000115
+gallium_dri.so free 0x5571735f4080 void 0.000115
+gallium_dri.so free 0x5571735f3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000114
+gallium_dri.so free 0x5571735f4140 void 0.000116
+gallium_dri.so free 0x5571735f3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000117
+gallium_dri.so free 0x5571735f3fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f41b0 0.000113
+gallium_dri.so free 0x5571735f4280 void 0.000116
+gallium_dri.so free 0x5571735f41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f42d0 0.000116
+gallium_dri.so free 0x5571735f4340 void 0.000114
+gallium_dri.so free 0x5571735f42d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4380 0.000161
+gallium_dri.so free 0x5571735f4400 void 0.000116
+gallium_dri.so free 0x5571735f4380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4380 0.000115
+gallium_dri.so free 0x5571735f4480 void 0.000116
+gallium_dri.so free 0x5571735f4380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f44b0 0.000115
+gallium_dri.so free 0x5571735f4500 void 0.000117
+gallium_dri.so free 0x5571735f44b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f44b0 0.000115
+gallium_dri.so free 0x5571735f4600 void 0.000115
+gallium_dri.so free 0x5571735f44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f45b0 0.000114
+gallium_dri.so free 0x5571735f46c0 void 0.000116
+gallium_dri.so free 0x5571735f45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4670 0.000114
+gallium_dri.so free 0x5571735f4700 void 0.000115
+gallium_dri.so free 0x5571735f4670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4670 0.000115
+gallium_dri.so free 0x5571735f47c0 void 0.000116
+gallium_dri.so free 0x5571735f4670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4830 0.000114
+gallium_dri.so free 0x5571735f4880 void 0.000115
+gallium_dri.so free 0x5571735f4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4830 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so free 0x5571735f4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4930 0.000122
+gallium_dri.so free 0x5571735f4a40 void 0.000112
+gallium_dri.so free 0x5571735f4930 void 0.000110
+gallium_dri.so malloc 72 0x5571735f49f0 0.000111
+gallium_dri.so free 0x5571735f4a80 void 0.000111
+gallium_dri.so free 0x5571735f49f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f49f0 0.000112
+gallium_dri.so free 0x5571735f4b40 void 0.000112
+gallium_dri.so free 0x5571735f49f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4b80 0.000111
+gallium_dri.so free 0x5571735f4c00 void 0.000111
+gallium_dri.so free 0x5571735f4b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4c00 0.000120
+gallium_dri.so free 0x5571735f4cc0 void 0.000109
+gallium_dri.so free 0x5571735f4c00 void 0.000259
+gallium_dri.so malloc 72 0x5571735f4c00 0.000160
+gallium_dri.so free 0x5571735f4d80 void 0.000121
+gallium_dri.so free 0x5571735f4c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4da0 0.000117
+gallium_dri.so free 0x5571735f4e40 void 0.000119
+gallium_dri.so free 0x5571735f4da0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4df0 0.000117
+gallium_dri.so free 0x5571735f4ec0 void 0.000118
+gallium_dri.so free 0x5571735f4df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4df0 0.000118
+gallium_dri.so free 0x5571735f4f40 void 0.000119
+gallium_dri.so free 0x5571735f4df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4f40 0.000119
+gallium_dri.so free 0x5571735f5000 void 0.000121
+gallium_dri.so free 0x5571735f4f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f40 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so free 0x5571735f4f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4f40 0.000119
+gallium_dri.so free 0x5571735f5180 void 0.000125
+gallium_dri.so free 0x5571735f4f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5130 0.000118
+gallium_dri.so free 0x5571735f5240 void 0.000143
+gallium_dri.so free 0x5571735f5130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51f0 0.000117
+gallium_dri.so free 0x5571735f52c0 void 0.000117
+gallium_dri.so free 0x5571735f51f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5310 0.000118
+gallium_dri.so free 0x5571735f5380 void 0.000119
+gallium_dri.so free 0x5571735f5310 void 0.000117
+gallium_dri.so malloc 72 0x5571735f53a0 0.000117
+gallium_dri.so free 0x5571735f5440 void 0.000117
+gallium_dri.so free 0x5571735f53a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f53f0 0.000118
+gallium_dri.so free 0x5571735f54c0 void 0.000117
+gallium_dri.so free 0x5571735f53f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f53f0 0.000117
+gallium_dri.so free 0x5571735f5540 void 0.000187
+gallium_dri.so free 0x5571735f53f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5540 0.000119
+gallium_dri.so free 0x5571735f5600 void 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5540 0.000116
+gallium_dri.so free 0x5571735f5700 void 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000117
+gallium_dri.so malloc 72 0x5571735f56b0 0.000117
+gallium_dri.so free 0x5571735f5740 void 0.000119
+gallium_dri.so free 0x5571735f56b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f56b0 0.000117
+gallium_dri.so free 0x5571735f5800 void 0.000117
+gallium_dri.so free 0x5571735f56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5840 0.000115
+gallium_dri.so free 0x5571735f58c0 void 0.000117
+gallium_dri.so free 0x5571735f5840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f58c0 0.000117
+gallium_dri.so free 0x5571735f5980 void 0.000116
+gallium_dri.so free 0x5571735f58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f58c0 0.000120
+gallium_dri.so free 0x5571735f5a00 void 0.000119
+gallium_dri.so free 0x5571735f58c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5a30 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000116
+gallium_dri.so free 0x5571735f5a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5a30 0.000126
+gallium_dri.so free 0x5571735f5b80 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bc0 0.000117
+gallium_dri.so free 0x5571735f5c40 void 0.000119
+gallium_dri.so free 0x5571735f5bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5c40 0.000118
+gallium_dri.so free 0x5571735f5d00 void 0.000119
+gallium_dri.so free 0x5571735f5c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5c40 0.000117
+gallium_dri.so free 0x5571735f5d80 void 0.000117
+gallium_dri.so free 0x5571735f5c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5db0 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735f5db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000115
+gallium_dri.so free 0x5571735f5f00 void 0.000117
+gallium_dri.so free 0x5571735f5db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000118
+gallium_dri.so free 0x5571735f5fc0 void 0.000117
+gallium_dri.so free 0x5571735f5eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f70 0.000117
+gallium_dri.so free 0x5571735f6040 void 0.000117
+gallium_dri.so free 0x5571735f5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f70 0.000116
+gallium_dri.so free 0x5571735f6100 void 0.000119
+gallium_dri.so free 0x5571735f5f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5f70 0.000120
+gallium_dri.so free 0x5571735f61c0 void 0.000118
+gallium_dri.so free 0x5571735f5f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6170 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000118
+gallium_dri.so free 0x5571735f6170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6290 0.000116
+gallium_dri.so free 0x5571735f6300 void 0.000118
+gallium_dri.so free 0x5571735f6290 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6320 0.000116
+gallium_dri.so free 0x5571735f63c0 void 0.000118
+gallium_dri.so free 0x5571735f6320 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6370 0.000115
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so free 0x5571735f6370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6440 0.000116
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6440 0.000119
+gallium_dri.so free 0x5571735f6580 void 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6580 0.000117
+gallium_dri.so free 0x5571735f6640 void 0.000117
+gallium_dri.so free 0x5571735f6580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6580 0.000116
+gallium_dri.so free 0x5571735f6700 void 0.000119
+gallium_dri.so free 0x5571735f6580 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6580 0.000109
+gallium_dri.so free 0x5571735f67c0 void 0.000200
+gallium_dri.so free 0x5571735f6580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6770 0.000118
+gallium_dri.so free 0x5571735f6840 void 0.000117
+gallium_dri.so free 0x5571735f6770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6890 0.000120
+gallium_dri.so free 0x5571735f6900 void 0.000120
+gallium_dri.so free 0x5571735f6890 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6940 0.000118
+gallium_dri.so free 0x5571735f69c0 void 0.000120
+gallium_dri.so free 0x5571735f6940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6940 0.000119
+gallium_dri.so free 0x5571735f6a40 void 0.000119
+gallium_dri.so free 0x5571735f6940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6a70 0.000117
+gallium_dri.so free 0x5571735f6ac0 void 0.000117
+gallium_dri.so free 0x5571735f6a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6a70 0.000120
+gallium_dri.so free 0x5571735f6bc0 void 0.000118
+gallium_dri.so free 0x5571735f6a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6b70 0.000118
+gallium_dri.so free 0x5571735f6c80 void 0.000118
+gallium_dri.so free 0x5571735f6b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6c30 0.000118
+gallium_dri.so free 0x5571735f6cc0 void 0.000128
+gallium_dri.so free 0x5571735f6c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6c30 0.000117
+gallium_dri.so free 0x5571735f6d80 void 0.000117
+gallium_dri.so free 0x5571735f6c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6df0 0.000118
+gallium_dri.so free 0x5571735f6e40 void 0.000117
+gallium_dri.so free 0x5571735f6df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6df0 0.000117
+gallium_dri.so free 0x5571735f6f40 void 0.000117
+gallium_dri.so free 0x5571735f6df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6ef0 0.000118
+gallium_dri.so free 0x5571735f7000 void 0.000118
+gallium_dri.so free 0x5571735f6ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000123
+gallium_dri.so free 0x5571735f7040 void 0.000118
+gallium_dri.so free 0x5571735f6fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000117
+gallium_dri.so free 0x5571735f6fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7140 0.000117
+gallium_dri.so free 0x5571735f71c0 void 0.000117
+gallium_dri.so free 0x5571735f7140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f71c0 0.000117
+gallium_dri.so free 0x5571735f7280 void 0.000118
+gallium_dri.so free 0x5571735f71c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f71c0 0.000129
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7360 0.000119
+gallium_dri.so free 0x5571735f7400 void 0.000120
+gallium_dri.so free 0x5571735f7360 void 0.000118
+gallium_dri.so malloc 72 0x5571735f73b0 0.000118
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f73b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f73b0 0.000119
+gallium_dri.so free 0x5571735f7500 void 0.000118
+gallium_dri.so free 0x5571735f73b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7500 0.000117
+gallium_dri.so free 0x5571735f75c0 void 0.000119
+gallium_dri.so free 0x5571735f7500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7500 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000120
+gallium_dri.so free 0x5571735f7500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7500 0.000117
+gallium_dri.so free 0x5571735f7740 void 0.000119
+gallium_dri.so free 0x5571735f7500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76f0 0.000117
+gallium_dri.so free 0x5571735f7800 void 0.000120
+gallium_dri.so free 0x5571735f76f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f77b0 0.000117
+gallium_dri.so free 0x5571735f7880 void 0.000119
+gallium_dri.so free 0x5571735f77b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f78d0 0.000122
+gallium_dri.so free 0x5571735f7940 void 0.000120
+gallium_dri.so free 0x5571735f78d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7960 0.000118
+gallium_dri.so free 0x5571735f7a00 void 0.000119
+gallium_dri.so free 0x5571735f7960 void 0.000119
+gallium_dri.so malloc 72 0x5571735f79b0 0.000118
+gallium_dri.so free 0x5571735f7a80 void 0.000120
+gallium_dri.so free 0x5571735f79b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f79b0 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so free 0x5571735f79b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b00 0.000119
+gallium_dri.so free 0x5571735f7bc0 void 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b00 0.000119
+gallium_dri.so free 0x5571735f7cc0 void 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7c70 0.000119
+gallium_dri.so free 0x5571735f7d00 void 0.000120
+gallium_dri.so free 0x5571735f7c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7c70 0.000118
+gallium_dri.so free 0x5571735f7dc0 void 0.000119
+gallium_dri.so free 0x5571735f7c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e00 0.000119
+gallium_dri.so free 0x5571735f7e80 void 0.000127
+gallium_dri.so free 0x5571735f7e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7e80 0.000117
+gallium_dri.so free 0x5571735f7f40 void 0.000117
+gallium_dri.so free 0x5571735f7e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7e80 0.000119
+gallium_dri.so free 0x5571735f7fc0 void 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000118
+gallium_dri.so free 0x5571735f8040 void 0.000118
+gallium_dri.so free 0x5571735f7ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000118
+gallium_dri.so free 0x5571735f8140 void 0.000117
+gallium_dri.so free 0x5571735f7ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8180 0.000116
+gallium_dri.so free 0x5571735f8200 void 0.000117
+gallium_dri.so free 0x5571735f8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8200 0.000117
+gallium_dri.so free 0x5571735f82c0 void 0.000117
+gallium_dri.so free 0x5571735f8200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8200 0.000118
+gallium_dri.so free 0x5571735f8340 void 0.000120
+gallium_dri.so free 0x5571735f8200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8370 0.000117
+gallium_dri.so free 0x5571735f83c0 void 0.000118
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000125
+gallium_dri.so free 0x5571735f84c0 void 0.000122
+gallium_dri.so free 0x5571735f8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8470 0.000119
+gallium_dri.so free 0x5571735f8580 void 0.000118
+gallium_dri.so free 0x5571735f8470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8530 0.000120
+gallium_dri.so free 0x5571735f8600 void 0.000119
+gallium_dri.so free 0x5571735f8530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8530 0.000118
+gallium_dri.so free 0x5571735f86c0 void 0.000119
+gallium_dri.so free 0x5571735f8530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8530 0.000119
+gallium_dri.so free 0x5571735f8780 void 0.000118
+gallium_dri.so free 0x5571735f8530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8730 0.000119
+gallium_dri.so free 0x5571735f8800 void 0.000120
+gallium_dri.so free 0x5571735f8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8850 0.000119
+gallium_dri.so free 0x5571735f88c0 void 0.000119
+gallium_dri.so free 0x5571735f8850 void 0.000122
+gallium_dri.so malloc 72 0x5571735f88e0 0.000119
+gallium_dri.so free 0x5571735f8980 void 0.000118
+gallium_dri.so free 0x5571735f88e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8930 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000118
+gallium_dri.so free 0x5571735f8930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a00 0.000120
+gallium_dri.so free 0x5571735f8ac0 void 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a00 0.000117
+gallium_dri.so free 0x5571735f8b40 void 0.000117
+gallium_dri.so free 0x5571735f8a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8b40 0.000116
+gallium_dri.so free 0x5571735f8c00 void 0.000117
+gallium_dri.so free 0x5571735f8b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8b40 0.000116
+gallium_dri.so free 0x5571735f8cc0 void 0.000116
+gallium_dri.so free 0x5571735f8b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b40 0.000118
+gallium_dri.so free 0x5571735f8d80 void 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8d30 0.000117
+gallium_dri.so free 0x5571735f8e00 void 0.000118
+gallium_dri.so free 0x5571735f8d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8e50 0.000117
+gallium_dri.so free 0x5571735f8ec0 void 0.000117
+gallium_dri.so free 0x5571735f8e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8f00 0.000118
+gallium_dri.so free 0x5571735f8f80 void 0.000118
+gallium_dri.so free 0x5571735f8f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8f00 0.000117
+gallium_dri.so free 0x5571735f9000 void 0.000117
+gallium_dri.so free 0x5571735f8f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9030 0.000118
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735f9030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9030 0.000118
+gallium_dri.so free 0x5571735f9180 void 0.000118
+gallium_dri.so free 0x5571735f9030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9130 0.000118
+gallium_dri.so free 0x5571735f9240 void 0.000120
+gallium_dri.so free 0x5571735f9130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91f0 0.000118
+gallium_dri.so free 0x5571735f9280 void 0.000118
+gallium_dri.so free 0x5571735f91f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91f0 0.000118
+gallium_dri.so free 0x5571735f9340 void 0.000119
+gallium_dri.so free 0x5571735f91f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93b0 0.000118
+gallium_dri.so free 0x5571735f9400 void 0.000118
+gallium_dri.so free 0x5571735f93b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93b0 0.000118
+gallium_dri.so free 0x5571735f9500 void 0.000118
+gallium_dri.so free 0x5571735f93b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f94b0 0.000118
+gallium_dri.so free 0x5571735f95c0 void 0.000119
+gallium_dri.so free 0x5571735f94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9570 0.000119
+gallium_dri.so free 0x5571735f9600 void 0.000118
+gallium_dri.so free 0x5571735f9570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9570 0.000119
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so free 0x5571735f9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9700 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000118
+gallium_dri.so free 0x5571735f9700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9780 0.000118
+gallium_dri.so free 0x5571735f9840 void 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9780 0.000118
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so free 0x5571735f9780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9920 0.000118
+gallium_dri.so free 0x5571735f99c0 void 0.000120
+gallium_dri.so free 0x5571735f9920 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9970 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000119
+gallium_dri.so free 0x5571735f9970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9970 0.000118
+gallium_dri.so free 0x5571735f9ac0 void 0.000118
+gallium_dri.so free 0x5571735f9970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000119
+gallium_dri.so free 0x5571735f9b80 void 0.000120
+gallium_dri.so free 0x5571735f9ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000118
+gallium_dri.so free 0x5571735f9c40 void 0.000120
+gallium_dri.so free 0x5571735f9ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000117
+gallium_dri.so free 0x5571735f9d00 void 0.000117
+gallium_dri.so free 0x5571735f9ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000117
+gallium_dri.so free 0x5571735f9dc0 void 0.000116
+gallium_dri.so free 0x5571735f9cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d70 0.000117
+gallium_dri.so free 0x5571735f9e40 void 0.000117
+gallium_dri.so free 0x5571735f9d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9e90 0.000118
+gallium_dri.so free 0x5571735f9f00 void 0.000117
+gallium_dri.so free 0x5571735f9e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9f20 0.000117
+gallium_dri.so free 0x5571735f9fc0 void 0.000118
+gallium_dri.so free 0x5571735f9f20 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f70 0.000118
+gallium_dri.so free 0x5571735fa040 void 0.000117
+gallium_dri.so free 0x5571735f9f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f70 0.000117
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so free 0x5571735f9f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000117
+gallium_dri.so free 0x5571735fa180 void 0.000118
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000129
+gallium_dri.so free 0x5571735fa280 void 0.000119
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa230 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so free 0x5571735fa230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa230 0.000117
+gallium_dri.so free 0x5571735fa380 void 0.000118
+gallium_dri.so free 0x5571735fa230 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa3c0 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000118
+gallium_dri.so free 0x5571735fa3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa440 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000119
+gallium_dri.so free 0x5571735fa440 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa440 0.000118
+gallium_dri.so free 0x5571735fa580 void 0.000120
+gallium_dri.so free 0x5571735fa440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000119
+gallium_dri.so free 0x5571735fa600 void 0.000119
+gallium_dri.so free 0x5571735fa5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000119
+gallium_dri.so free 0x5571735fa700 void 0.000119
+gallium_dri.so free 0x5571735fa5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa740 0.000118
+gallium_dri.so free 0x5571735fa7c0 void 0.000118
+gallium_dri.so free 0x5571735fa740 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000118
+gallium_dri.so free 0x5571735fa880 void 0.000118
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000116
+gallium_dri.so free 0x5571735fa900 void 0.000117
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa930 0.000119
+gallium_dri.so free 0x5571735fa980 void 0.000117
+gallium_dri.so free 0x5571735fa930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa930 0.000118
+gallium_dri.so free 0x5571735faa80 void 0.000116
+gallium_dri.so free 0x5571735fa930 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa30 0.000117
+gallium_dri.so free 0x5571735fab40 void 0.000120
+gallium_dri.so free 0x5571735faa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735faaf0 0.000118
+gallium_dri.so free 0x5571735fabc0 void 0.000118
+gallium_dri.so free 0x5571735faaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faaf0 0.000117
+gallium_dri.so free 0x5571735fac80 void 0.000117
+gallium_dri.so free 0x5571735faaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735faaf0 0.000117
+gallium_dri.so free 0x5571735fad40 void 0.000118
+gallium_dri.so free 0x5571735faaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735facf0 0.000118
+gallium_dri.so free 0x5571735fadc0 void 0.000118
+gallium_dri.so free 0x5571735facf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fae10 0.000124
+gallium_dri.so free 0x5571735fae80 void 0.000119
+gallium_dri.so free 0x5571735fae10 void 0.000118
+gallium_dri.so malloc 72 0x5571735faea0 0.000117
+gallium_dri.so free 0x5571735faf40 void 0.000118
+gallium_dri.so free 0x5571735faea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faef0 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000119
+gallium_dri.so free 0x5571735faef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fafc0 0.000119
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fafc0 0.000118
+gallium_dri.so free 0x5571735fb100 void 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb100 0.000119
+gallium_dri.so free 0x5571735fb1c0 void 0.000119
+gallium_dri.so free 0x5571735fb100 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb100 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000117
+gallium_dri.so free 0x5571735fb100 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb100 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb100 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000174
+gallium_dri.so free 0x5571735fb2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb410 0.000118
+gallium_dri.so free 0x5571735fb480 void 0.000118
+gallium_dri.so free 0x5571735fb410 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000119
+gallium_dri.so free 0x5571735fb540 void 0.000118
+gallium_dri.so free 0x5571735fb4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000118
+gallium_dri.so free 0x5571735fb5c0 void 0.000119
+gallium_dri.so free 0x5571735fb4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000117
+gallium_dri.so free 0x5571735fb640 void 0.000118
+gallium_dri.so free 0x5571735fb5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000118
+gallium_dri.so free 0x5571735fb740 void 0.000118
+gallium_dri.so free 0x5571735fb5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000117
+gallium_dri.so free 0x5571735fb800 void 0.000118
+gallium_dri.so free 0x5571735fb6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000117
+gallium_dri.so free 0x5571735fb840 void 0.000119
+gallium_dri.so free 0x5571735fb7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000119
+gallium_dri.so free 0x5571735fb900 void 0.000117
+gallium_dri.so free 0x5571735fb7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb970 0.000115
+gallium_dri.so free 0x5571735fb9c0 void 0.000120
+gallium_dri.so free 0x5571735fb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb970 0.000119
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so free 0x5571735fb970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fba70 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000117
+gallium_dri.so free 0x5571735fba70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbb30 0.000118
+gallium_dri.so free 0x5571735fbbc0 void 0.000117
+gallium_dri.so free 0x5571735fbb30 void 0.000138
+gallium_dri.so malloc 72 0x5571735fbb30 0.000136
+gallium_dri.so free 0x5571735fbc80 void 0.000132
+gallium_dri.so free 0x5571735fbb30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000133
+gallium_dri.so free 0x5571735fbd40 void 0.000132
+gallium_dri.so free 0x5571735fbcc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fbd40 0.000133
+gallium_dri.so free 0x5571735fbe00 void 0.000135
+gallium_dri.so free 0x5571735fbd40 void 0.000134
+gallium_dri.so malloc 72 0x5571735fbd40 0.000133
+gallium_dri.so free 0x5571735fbec0 void 0.000135
+gallium_dri.so free 0x5571735fbd40 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbee0 0.000136
+gallium_dri.so free 0x5571735fbf80 void 0.000145
+gallium_dri.so free 0x5571735fbee0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fbf30 0.000135
+gallium_dri.so free 0x5571735fc000 void 0.000134
+gallium_dri.so free 0x5571735fbf30 void 0.000138
+gallium_dri.so malloc 72 0x5571735fbf30 0.000132
+gallium_dri.so free 0x5571735fc080 void 0.000136
+gallium_dri.so free 0x5571735fbf30 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc080 0.000133
+gallium_dri.so free 0x5571735fc140 void 0.000135
+gallium_dri.so free 0x5571735fc080 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc080 0.000133
+gallium_dri.so free 0x5571735fc200 void 0.000131
+gallium_dri.so free 0x5571735fc080 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc080 0.000130
+gallium_dri.so free 0x5571735fc2c0 void 0.000134
+gallium_dri.so free 0x5571735fc080 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc270 0.000135
+gallium_dri.so free 0x5571735fc380 void 0.000132
+gallium_dri.so free 0x5571735fc270 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc330 0.000136
+gallium_dri.so free 0x5571735fc400 void 0.000132
+gallium_dri.so free 0x5571735fc330 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc450 0.000201
+gallium_dri.so free 0x5571735fc4c0 void 0.000132
+gallium_dri.so free 0x5571735fc450 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc4e0 0.000136
+gallium_dri.so free 0x5571735fc580 void 0.000134
+gallium_dri.so free 0x5571735fc4e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc530 0.000134
+gallium_dri.so free 0x5571735fc600 void 0.000134
+gallium_dri.so free 0x5571735fc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc530 0.000132
+gallium_dri.so free 0x5571735fc680 void 0.000131
+gallium_dri.so free 0x5571735fc530 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc680 0.000135
+gallium_dri.so free 0x5571735fc740 void 0.000132
+gallium_dri.so free 0x5571735fc680 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc680 0.000133
+gallium_dri.so free 0x5571735fc840 void 0.000135
+gallium_dri.so free 0x5571735fc680 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000134
+gallium_dri.so free 0x5571735fc880 void 0.000136
+gallium_dri.so free 0x5571735fc7f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000134
+gallium_dri.so free 0x5571735fc940 void 0.000133
+gallium_dri.so free 0x5571735fc7f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fc980 0.000133
+gallium_dri.so free 0x5571735fca00 void 0.000135
+gallium_dri.so free 0x5571735fc980 void 0.000132
+gallium_dri.so malloc 72 0x5571735fca00 0.000129
+gallium_dri.so free 0x5571735fcac0 void 0.000137
+gallium_dri.so free 0x5571735fca00 void 0.000140
+gallium_dri.so malloc 72 0x5571735fca00 0.000151
+gallium_dri.so free 0x5571735fcb40 void 0.000143
+gallium_dri.so free 0x5571735fca00 void 0.000134
+gallium_dri.so malloc 72 0x5571735fcb70 0.000133
+gallium_dri.so free 0x5571735fcbc0 void 0.000134
+gallium_dri.so free 0x5571735fcb70 void 0.000139
+gallium_dri.so malloc 72 0x5571735fcb70 0.000133
+gallium_dri.so free 0x5571735fccc0 void 0.000135
+gallium_dri.so free 0x5571735fcb70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcd00 0.000132
+gallium_dri.so free 0x5571735fcd80 void 0.000133
+gallium_dri.so free 0x5571735fcd00 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcd80 0.000132
+gallium_dri.so free 0x5571735fce40 void 0.000134
+gallium_dri.so free 0x5571735fcd80 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcd80 0.000140
+gallium_dri.so free 0x5571735fcec0 void 0.000135
+gallium_dri.so free 0x5571735fcd80 void 0.000135
+gallium_dri.so malloc 72 0x5571735fcef0 0.000134
+gallium_dri.so free 0x5571735fcf40 void 0.000133
+gallium_dri.so free 0x5571735fcef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcef0 0.000133
+gallium_dri.so free 0x5571735fd040 void 0.000135
+gallium_dri.so free 0x5571735fcef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcff0 0.000133
+gallium_dri.so free 0x5571735fd100 void 0.000133
+gallium_dri.so free 0x5571735fcff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000132
+gallium_dri.so free 0x5571735fd180 void 0.000133
+gallium_dri.so free 0x5571735fd0b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000133
+gallium_dri.so free 0x5571735fd240 void 0.000133
+gallium_dri.so free 0x5571735fd0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000133
+gallium_dri.so free 0x5571735fd300 void 0.000133
+gallium_dri.so free 0x5571735fd0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000132
+gallium_dri.so free 0x5571735fd380 void 0.000134
+gallium_dri.so free 0x5571735fd2b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fd3d0 0.000132
+gallium_dri.so free 0x5571735fd440 void 0.000133
+gallium_dri.so free 0x5571735fd3d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd460 0.000132
+gallium_dri.so free 0x5571735fd500 void 0.000133
+gallium_dri.so free 0x5571735fd460 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000133
+gallium_dri.so free 0x5571735fd580 void 0.000133
+gallium_dri.so free 0x5571735fd4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd580 0.000133
+gallium_dri.so free 0x5571735fd640 void 0.000133
+gallium_dri.so free 0x5571735fd580 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd580 0.000132
+gallium_dri.so free 0x5571735fd6c0 void 0.000133
+gallium_dri.so free 0x5571735fd580 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000132
+gallium_dri.so free 0x5571735fd780 void 0.000133
+gallium_dri.so free 0x5571735fd6c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000132
+gallium_dri.so free 0x5571735fd840 void 0.000134
+gallium_dri.so free 0x5571735fd6c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000133
+gallium_dri.so free 0x5571735fd900 void 0.000180
+gallium_dri.so free 0x5571735fd6c0 void 0.000178
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000184
+gallium_dri.so free 0x5571735fd980 void 0.000139
+gallium_dri.so free 0x5571735fd8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd9d0 0.000133
+gallium_dri.so free 0x5571735fda40 void 0.000133
+gallium_dri.so free 0x5571735fd9d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fda80 0.000132
+gallium_dri.so free 0x5571735fdb00 void 0.000133
+gallium_dri.so free 0x5571735fda80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fda80 0.000133
+gallium_dri.so free 0x5571735fdb80 void 0.000133
+gallium_dri.so free 0x5571735fda80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000132
+gallium_dri.so free 0x5571735fdc00 void 0.000133
+gallium_dri.so free 0x5571735fdbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000133
+gallium_dri.so free 0x5571735fdd00 void 0.000132
+gallium_dri.so free 0x5571735fdbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000133
+gallium_dri.so free 0x5571735fddc0 void 0.000133
+gallium_dri.so free 0x5571735fdcb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fdd70 0.000132
+gallium_dri.so free 0x5571735fde00 void 0.000134
+gallium_dri.so free 0x5571735fdd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd70 0.000133
+gallium_dri.so free 0x5571735fdec0 void 0.000134
+gallium_dri.so free 0x5571735fdd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdf30 0.000133
+gallium_dri.so free 0x5571735fdf80 void 0.000134
+gallium_dri.so free 0x5571735fdf30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdf30 0.000133
+gallium_dri.so free 0x5571735fe080 void 0.000133
+gallium_dri.so free 0x5571735fdf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe030 0.000131
+gallium_dri.so free 0x5571735fe140 void 0.000132
+gallium_dri.so free 0x5571735fe030 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000134
+gallium_dri.so free 0x5571735fe180 void 0.000133
+gallium_dri.so free 0x5571735fe0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000131
+gallium_dri.so free 0x5571735fe240 void 0.000134
+gallium_dri.so free 0x5571735fe0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe280 0.000142
+gallium_dri.so free 0x5571735fe300 void 0.000136
+gallium_dri.so free 0x5571735fe280 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe300 0.000134
+gallium_dri.so free 0x5571735fe3c0 void 0.000132
+gallium_dri.so free 0x5571735fe300 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe300 0.000134
+gallium_dri.so free 0x5571735fe480 void 0.000134
+gallium_dri.so free 0x5571735fe300 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe4a0 0.000132
+gallium_dri.so free 0x5571735fe540 void 0.000133
+gallium_dri.so free 0x5571735fe4a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000132
+gallium_dri.so free 0x5571735fe5c0 void 0.000134
+gallium_dri.so free 0x5571735fe4f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000133
+gallium_dri.so free 0x5571735fe640 void 0.000134
+gallium_dri.so free 0x5571735fe4f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe640 0.000137
+gallium_dri.so free 0x5571735fe700 void 0.000133
+gallium_dri.so free 0x5571735fe640 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe640 0.000132
+gallium_dri.so free 0x5571735fe7c0 void 0.000132
+gallium_dri.so free 0x5571735fe640 void 0.000141
+gallium_dri.so malloc 72 0x5571735fe640 0.000133
+gallium_dri.so free 0x5571735fe880 void 0.000133
+gallium_dri.so free 0x5571735fe640 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe830 0.000133
+gallium_dri.so free 0x5571735fe940 void 0.000133
+gallium_dri.so free 0x5571735fe830 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000132
+gallium_dri.so free 0x5571735fe9c0 void 0.000133
+gallium_dri.so free 0x5571735fe8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fea10 0.000132
+gallium_dri.so free 0x5571735fea80 void 0.000131
+gallium_dri.so free 0x5571735fea10 void 0.000132
+gallium_dri.so malloc 72 0x5571735feaa0 0.000133
+gallium_dri.so free 0x5571735feb40 void 0.000133
+gallium_dri.so free 0x5571735feaa0 void 0.000132
+gallium_dri.so malloc 72 0x5571735feaf0 0.000132
+gallium_dri.so free 0x5571735febc0 void 0.000134
+gallium_dri.so free 0x5571735feaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735feaf0 0.000133
+gallium_dri.so free 0x5571735fec40 void 0.000132
+gallium_dri.so free 0x5571735feaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fec40 0.000132
+gallium_dri.so free 0x5571735fed00 void 0.000182
+gallium_dri.so free 0x5571735fec40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fec40 0.000133
+gallium_dri.so free 0x5571735fee00 void 0.000133
+gallium_dri.so free 0x5571735fec40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fedb0 0.000132
+gallium_dri.so free 0x5571735fee40 void 0.000133
+gallium_dri.so free 0x5571735fedb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fedb0 0.000133
+gallium_dri.so free 0x5571735fef00 void 0.000133
+gallium_dri.so free 0x5571735fedb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fef40 0.000132
+gallium_dri.so free 0x5571735fefc0 void 0.000136
+gallium_dri.so free 0x5571735fef40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fefc0 0.000133
+gallium_dri.so free 0x5571735ff080 void 0.000134
+gallium_dri.so free 0x5571735fefc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fefc0 0.000132
+gallium_dri.so free 0x5571735ff100 void 0.000133
+gallium_dri.so free 0x5571735fefc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff130 0.000133
+gallium_dri.so free 0x5571735ff180 void 0.000133
+gallium_dri.so free 0x5571735ff130 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff130 0.000133
+gallium_dri.so free 0x5571735ff280 void 0.000134
+gallium_dri.so free 0x5571735ff130 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff2c0 0.000132
+gallium_dri.so free 0x5571735ff340 void 0.000133
+gallium_dri.so free 0x5571735ff2c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff340 0.000132
+gallium_dri.so free 0x5571735ff400 void 0.000133
+gallium_dri.so free 0x5571735ff340 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff340 0.000133
+gallium_dri.so free 0x5571735ff480 void 0.000134
+gallium_dri.so free 0x5571735ff340 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000132
+gallium_dri.so free 0x5571735ff500 void 0.000132
+gallium_dri.so free 0x5571735ff4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000132
+gallium_dri.so free 0x5571735ff600 void 0.000133
+gallium_dri.so free 0x5571735ff4b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000132
+gallium_dri.so free 0x5571735ff6c0 void 0.000133
+gallium_dri.so free 0x5571735ff5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff670 0.000132
+gallium_dri.so free 0x5571735ff740 void 0.000143
+gallium_dri.so free 0x5571735ff670 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff670 0.000132
+gallium_dri.so free 0x5571735ff800 void 0.000132
+gallium_dri.so free 0x5571735ff670 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff670 0.000133
+gallium_dri.so free 0x5571735ff8c0 void 0.000134
+gallium_dri.so free 0x5571735ff670 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff870 0.000133
+gallium_dri.so free 0x5571735ff940 void 0.000133
+gallium_dri.so free 0x5571735ff870 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff990 0.000133
+gallium_dri.so free 0x5571735ffa00 void 0.000133
+gallium_dri.so free 0x5571735ff990 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffa20 0.000134
+gallium_dri.so free 0x5571735ffac0 void 0.000135
+gallium_dri.so free 0x5571735ffa20 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffa70 0.000133
+gallium_dri.so free 0x5571735ffb40 void 0.000133
+gallium_dri.so free 0x5571735ffa70 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffb40 0.000133
+gallium_dri.so free 0x5571735ffc00 void 0.000134
+gallium_dri.so free 0x5571735ffb40 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffb40 0.000134
+gallium_dri.so free 0x5571735ffc80 void 0.000134
+gallium_dri.so free 0x5571735ffb40 void 0.000133
+gallium_dri.so malloc 72 0x5571735ffc80 0.000132
+gallium_dri.so free 0x5571735ffd40 void 0.000133
+gallium_dri.so free 0x5571735ffc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffc80 0.000132
+gallium_dri.so free 0x5571735ffe00 void 0.000133
+gallium_dri.so free 0x5571735ffc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffc80 0.000132
+gallium_dri.so free 0x5571735ffec0 void 0.000134
+gallium_dri.so free 0x5571735ffc80 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffe70 0.000133
+gallium_dri.so free 0x5571735fff40 void 0.000132
+gallium_dri.so free 0x5571735ffe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fff90 0.000133
+gallium_dri.so free 0x5571735eae40 void 0.000137
+gallium_dri.so free 0x5571735fff90 void 0.000133
+gallium_dri.so malloc 72 0x5571735fff90 0.000133
+gallium_dri.so free 0x5571735ea800 void 0.000133
+gallium_dri.so free 0x5571735fff90 void 0.000132
+gallium_dri.so malloc 72 0x5571735fff90 0.000133
+gallium_dri.so free 0x5571735af300 void 0.000202
+gallium_dri.so free 0x5571735fff90 void 0.000124
+gallium_dri.so malloc 72 0x5571735fff90 0.000114
+gallium_dri.so free 0x5571735a2880 void 0.000111
+gallium_dri.so free 0x5571735fff90 void 0.000110
+gallium_dri.so malloc 72 0x5571735a2830 0.000110
+gallium_dri.so free 0x5571735bb680 void 0.000111
+gallium_dri.so free 0x5571735a2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb680 0.000111
+gallium_dri.so free 0x5571735bba40 void 0.000109
+gallium_dri.so free 0x5571735bb680 void 0.000110
+gallium_dri.so malloc 72 0x5571735bba60 0.000110
+gallium_dri.so free 0x5571735bc180 void 0.000111
+gallium_dri.so free 0x5571735bba60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000111
+gallium_dri.so free 0x5571735b5b40 void 0.000110
+gallium_dri.so free 0x5571735bba60 void 0.000110
+gallium_dri.so malloc 72 0x5571735bba60 0.000110
+gallium_dri.so free 0x5571735afa00 void 0.000111
+gallium_dri.so free 0x5571735bba60 void 0.000111
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735bc5c0 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc610 0.000110
+gallium_dri.so free 0x5571735ea9c0 void 0.000112
+gallium_dri.so free 0x5571735bc610 void 0.000110
+gallium_dri.so malloc 72 0x5571735bc610 0.000117
+gallium_dri.so free 0x5571735b8980 void 0.000159
+gallium_dri.so free 0x5571735bc610 void 0.000123
+gallium_dri.so malloc 72 0x5571735bc610 0.000118
+gallium_dri.so free 0x5571735b8040 void 0.000116
+gallium_dri.so free 0x5571735bc610 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000116
+gallium_dri.so free 0x5571735bca40 void 0.000116
+gallium_dri.so free 0x5571735b7ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735baf60 0.000115
+gallium_dri.so free 0x5571735bbe00 void 0.000116
+gallium_dri.so free 0x5571735baf60 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000118
+gallium_dri.so free 0x5571735ea740 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000116
+gallium_dri.so free 0x5571735eb0c0 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb070 0.000115
+gallium_dri.so free 0x5571735eab00 void 0.000117
+gallium_dri.so free 0x5571735eb070 void 0.000116
+gallium_dri.so malloc 72 0x5571735eab00 0.000117
+gallium_dri.so free 0x5571735bb280 void 0.000115
+gallium_dri.so free 0x5571735eab00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eab00 0.000116
+gallium_dri.so free 0x5571735b7c80 void 0.000119
+gallium_dri.so free 0x5571735eab00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eab00 0.000115
+gallium_dri.so free 0x5571735b7700 void 0.000115
+gallium_dri.so free 0x5571735eab00 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7750 0.000115
+gallium_dri.so free 0x5571735b7e40 void 0.000116
+gallium_dri.so free 0x5571735b7750 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7e80 0.000116
+gallium_dri.so free 0x5571735b7a80 void 0.000116
+gallium_dri.so free 0x5571735b7e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7a80 0.000115
+gallium_dri.so free 0x5571735bb340 void 0.000116
+gallium_dri.so free 0x5571735b7a80 void 0.000169
+gallium_dri.so malloc 72 0x5571735b7a80 0.000117
+gallium_dri.so free 0x5571735b7900 void 0.000116
+gallium_dri.so free 0x5571735b7a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735b78b0 0.000116
+gallium_dri.so free 0x5571735e9bc0 void 0.000116
+gallium_dri.so free 0x5571735b78b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9c00 0.000114
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so free 0x5571735e9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea580 0.000116
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so malloc 72 0x5571735adb70 0.000143
+gallium_dri.so free 0x5571735b7d40 void 0.000124
+gallium_dri.so free 0x5571735adb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7cf0 0.000116
+gallium_dri.so free 0x5571735adc40 void 0.000116
+gallium_dri.so free 0x5571735b7cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735adc70 0.000124
+gallium_dri.so free 0x5571735b9380 void 0.000119
+gallium_dri.so free 0x5571735adc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735adc70 0.000119
+gallium_dri.so free 0x5571735b9400 void 0.000127
+gallium_dri.so free 0x5571735adc70 void 0.000128
+gallium_dri.so malloc 72 0x5571735b9400 0.000124
+gallium_dri.so free 0x5571735b7980 void 0.000120
+gallium_dri.so free 0x5571735b9400 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9400 0.000124
+gallium_dri.so free 0x5571735a71c0 void 0.000123
+gallium_dri.so free 0x5571735b9400 void 0.000119
+gallium_dri.so malloc 72 0x5571735a71f0 0.000116
+gallium_dri.so free 0x5571735a7240 void 0.000121
+gallium_dri.so free 0x5571735a71f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a71f0 0.000125
+gallium_dri.so free 0x5571735a8c40 void 0.000145
+gallium_dri.so free 0x5571735a71f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735a71f0 0.000222
+gallium_dri.so free 0x5571735a8cc0 void 0.000239
+gallium_dri.so free 0x5571735a71f0 void 0.000272
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000272
+gallium_dri.so free 0x5571735e9c80 void 0.000272
+gallium_dri.so free 0x5571735a8cc0 void 0.000272
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000271
+gallium_dri.so free 0x5571735a9140 void 0.000271
+gallium_dri.so free 0x5571735a8cc0 void 0.000258
+gallium_dri.so malloc 72 0x5571735a8cc0 0.000289
+gallium_dri.so free 0x5571735a9200 void 0.000272
+gallium_dri.so free 0x5571735a8cc0 void 0.000280
+gallium_dri.so malloc 72 0x5571735a91b0 0.000243
+gallium_dri.so free 0x5571735b5f40 void 0.000282
+gallium_dri.so free 0x5571735a91b0 void 0.000288
+gallium_dri.so malloc 72 0x5571735b5f40 0.000286
+gallium_dri.so free 0x5571735b6000 void 0.000276
+gallium_dri.so free 0x5571735b5f40 void 0.000275
+gallium_dri.so malloc 72 0x5571735b5f40 0.000276
+gallium_dri.so free 0x5571735ea640 void 0.000282
+gallium_dri.so free 0x5571735b5f40 void 0.000275
+gallium_dri.so malloc 72 0x5571735b5f40 0.000278
+gallium_dri.so free 0x5571735a9280 void 0.000274
+gallium_dri.so free 0x5571735b5f40 void 0.000274
+gallium_dri.so malloc 72 0x5571735b5f40 0.000270
+gallium_dri.so free 0x5571735a89c0 void 0.000286
+gallium_dri.so free 0x5571735b5f40 void 0.000283
+gallium_dri.so malloc 72 0x5571735b5f40 0.000279
+gallium_dri.so free 0x5571735a8ac0 void 0.000275
+gallium_dri.so free 0x5571735b5f40 void 0.000284
+gallium_dri.so malloc 72 0x5571735a8a70 0.000279
+gallium_dri.so free 0x5571735a8d80 void 0.000281
+gallium_dri.so free 0x5571735a8a70 void 0.000284
+gallium_dri.so malloc 72 0x5571735a8a70 0.000269
+gallium_dri.so free 0x5571735a8ec0 void 0.000277
+gallium_dri.so free 0x5571735a8a70 void 0.000283
+gallium_dri.so malloc 72 0x5571735a8a70 0.000269
+gallium_dri.so free 0x5571735a8f80 void 0.000275
+gallium_dri.so free 0x5571735a8a70 void 0.000288
+gallium_dri.so malloc 72 0x5571735a8fd0 0.000284
+gallium_dri.so free 0x5571735addc0 void 0.000281
+gallium_dri.so free 0x5571735a8fd0 void 0.000275
+gallium_dri.so malloc 72 0x5571735a8fd0 0.000293
+gallium_dri.so free 0x5571735adec0 void 0.000344
+gallium_dri.so free 0x5571735a8fd0 void 0.000295
+gallium_dri.so malloc 72 0x5571735ade70 0.000339
+gallium_dri.so free 0x5571735a8b80 void 0.000318
+gallium_dri.so free 0x5571735ade70 void 0.000333
+gallium_dri.so malloc 72 0x5571735a8b30 0.000315
+gallium_dri.so free 0x5571735a9040 void 0.000321
+gallium_dri.so free 0x5571735a8b30 void 0.000286
+gallium_dri.so malloc 72 0x5571735a9070 0.000288
+gallium_dri.so free 0x5571735afe40 void 0.000284
+gallium_dri.so free 0x5571735a9070 void 0.000313
+gallium_dri.so malloc 72 0x5571735a9070 0.000288
+gallium_dri.so free 0x5571735afec0 void 0.000276
+gallium_dri.so free 0x5571735a9070 void 0.000286
+gallium_dri.so malloc 72 0x5571735afec0 0.000288
+gallium_dri.so free 0x5571735d74c0 void 0.000283
+gallium_dri.so free 0x5571735afec0 void 0.000231
+gallium_dri.so malloc 72 0x5571735d7500 0.000283
+gallium_dri.so free 0x5571735adf80 void 0.000277
+gallium_dri.so free 0x5571735d7500 void 0.000232
+gallium_dri.so malloc 72 0x5571735adf30 0.000278
+gallium_dri.so free 0x5571735d7580 void 0.000232
+gallium_dri.so free 0x5571735adf30 void 0.000230
+gallium_dri.so malloc 72 0x5571735adf30 0.000207
+gallium_dri.so free 0x5571735d7640 void 0.000240
+gallium_dri.so free 0x5571735adf30 void 0.000229
+gallium_dri.so malloc 72 0x5571735d75f0 0.000207
+gallium_dri.so free 0x5571735ae700 void 0.000206
+gallium_dri.so free 0x5571735d75f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ae750 0.000137
+gallium_dri.so free 0x5571735aff80 void 0.000132
+gallium_dri.so free 0x5571735ae750 void 0.000143
+gallium_dri.so malloc 72 0x5571735ae750 0.000178
+gallium_dri.so free 0x5571735ae7c0 void 0.000138
+gallium_dri.so free 0x5571735ae750 void 0.000231
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000232
+gallium_dri.so free 0x5571734f6040 void 0.000210
+gallium_dri.so free 0x5571735ae7f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000164
+gallium_dri.so free 0x5571735ae840 void 0.000165
+gallium_dri.so free 0x5571735ae7f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000131
+gallium_dri.so free 0x5571734f6140 void 0.000139
+gallium_dri.so free 0x5571735ae7f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734f6190 0.000209
+gallium_dri.so free 0x5571735be540 void 0.000249
+gallium_dri.so free 0x5571734f6190 void 0.000192
+gallium_dri.so malloc 72 0x5571735be560 0.000181
+gallium_dri.so free 0x5571735be600 void 0.000221
+gallium_dri.so free 0x5571735be560 void 0.000374
+gallium_dri.so malloc 72 0x5571735be5b0 0.000246
+gallium_dri.so free 0x5571735be680 void 0.000222
+gallium_dri.so free 0x5571735be5b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735be5b0 0.000188
+gallium_dri.so free 0x5571735b0100 void 0.000130
+gallium_dri.so free 0x5571735be5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0100 0.000127
+gallium_dri.so free 0x5571735b01c0 void 0.000128
+gallium_dri.so free 0x5571735b0100 void 0.000128
+gallium_dri.so malloc 72 0x5571735b0100 0.000129
+gallium_dri.so free 0x5571735b0280 void 0.000129
+gallium_dri.so free 0x5571735b0100 void 0.000128
+gallium_dri.so malloc 72 0x5571735b02a0 0.000129
+gallium_dri.so free 0x5571735b6e80 void 0.000128
+gallium_dri.so free 0x5571735b02a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b02a0 0.000128
+gallium_dri.so free 0x5571735b6f40 void 0.000130
+gallium_dri.so free 0x5571735b02a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000128
+gallium_dri.so free 0x5571735b6fc0 void 0.000142
+gallium_dri.so free 0x5571735b6ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7010 0.000129
+gallium_dri.so free 0x5571735b7080 void 0.000129
+gallium_dri.so free 0x5571735b7010 void 0.000126
+gallium_dri.so malloc 72 0x5571735b70a0 0.000127
+gallium_dri.so free 0x5571735af000 void 0.000127
+gallium_dri.so free 0x5571735b70a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b70a0 0.000130
+gallium_dri.so free 0x5571735af0c0 void 0.000130
+gallium_dri.so free 0x5571735b70a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735af110 0.000129
+gallium_dri.so free 0x5571735af180 void 0.000155
+gallium_dri.so free 0x5571735af110 void 0.000132
+gallium_dri.so malloc 72 0x5571735af1c0 0.000130
+gallium_dri.so free 0x5571735b0740 void 0.000128
+gallium_dri.so free 0x5571735af1c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b0740 0.000129
+gallium_dri.so free 0x5571735b0800 void 0.000129
+gallium_dri.so free 0x5571735b0740 void 0.000128
+gallium_dri.so malloc 72 0x5571735b0740 0.000127
+gallium_dri.so free 0x5571735af240 void 0.000129
+gallium_dri.so free 0x5571735b0740 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0740 0.000129
+gallium_dri.so free 0x5571735b08c0 void 0.000175
+gallium_dri.so free 0x5571735b0740 void 0.000175
+gallium_dri.so malloc 72 0x5571735b0740 0.000213
+gallium_dri.so free 0x5571735b0940 void 0.000253
+gallium_dri.so free 0x5571735b0740 void 0.000175
+gallium_dri.so malloc 72 0x5571735b0940 0.000170
+gallium_dri.so free 0x5571735b8180 void 0.000171
+gallium_dri.so free 0x5571735b0940 void 0.000169
+gallium_dri.so malloc 72 0x5571735b81c0 0.000175
+gallium_dri.so free 0x5571735b8240 void 0.000175
+gallium_dri.so free 0x5571735b81c0 void 0.000265
+gallium_dri.so malloc 72 0x5571735b81c0 0.000213
+gallium_dri.so free 0x5571735b82c0 void 0.000206
+gallium_dri.so free 0x5571735b81c0 void 0.000198
+gallium_dri.so malloc 72 0x5571735b82f0 0.000152
+gallium_dri.so free 0x5571735b8340 void 0.000116
+gallium_dri.so free 0x5571735b82f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b82f0 0.000115
+gallium_dri.so free 0x5571735d8d40 void 0.000134
+gallium_dri.so free 0x5571735b82f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8d40 0.000120
+gallium_dri.so free 0x5571735d8e00 void 0.000120
+gallium_dri.so free 0x5571735d8d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8d40 0.000125
+gallium_dri.so free 0x5571735b8440 void 0.000125
+gallium_dri.so free 0x5571735d8d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735b83f0 0.000123
+gallium_dri.so free 0x5571735d8ec0 void 0.000129
+gallium_dri.so free 0x5571735b83f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b83f0 0.000115
+gallium_dri.so free 0x5571735d8fc0 void 0.000121
+gallium_dri.so free 0x5571735b83f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8f70 0.000124
+gallium_dri.so free 0x5571735d9300 void 0.000125
+gallium_dri.so free 0x5571735d8f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d92b0 0.000210
+gallium_dri.so free 0x5571735d93c0 void 0.000215
+gallium_dri.so free 0x5571735d92b0 void 0.000211
+gallium_dri.so malloc 72 0x5571735d9370 0.000224
+gallium_dri.so free 0x5571735d9400 void 0.000227
+gallium_dri.so free 0x5571735d9370 void 0.000214
+gallium_dri.so malloc 72 0x5571735d9370 0.000219
+gallium_dri.so free 0x5571735d94c0 void 0.000211
+gallium_dri.so free 0x5571735d9370 void 0.000216
+gallium_dri.so malloc 72 0x5571735d9500 0.000219
+gallium_dri.so free 0x5571735d9580 void 0.000213
+gallium_dri.so free 0x5571735d9500 void 0.000212
+gallium_dri.so malloc 72 0x5571735d9580 0.000220
+gallium_dri.so free 0x5571735b71c0 void 0.000189
+gallium_dri.so free 0x5571735d9580 void 0.000209
+gallium_dri.so malloc 72 0x5571735b7170 0.000124
+gallium_dri.so free 0x5571735b7240 void 0.000175
+gallium_dri.so free 0x5571735b7170 void 0.000225
+gallium_dri.so malloc 72 0x5571735b7170 0.000218
+gallium_dri.so free 0x5571735d9640 void 0.000226
+gallium_dri.so free 0x5571735b7170 void 0.000232
+gallium_dri.so malloc 72 0x5571735b7170 0.000212
+gallium_dri.so free 0x5571735b7300 void 0.000189
+gallium_dri.so free 0x5571735b7170 void 0.000171
+gallium_dri.so malloc 72 0x5571735b7170 0.000152
+gallium_dri.so free 0x5571735b7380 void 0.000150
+gallium_dri.so free 0x5571735b7170 void 0.000159
+gallium_dri.so malloc 72 0x5571735b7380 0.000123
+gallium_dri.so free 0x5571735b7440 void 0.000125
+gallium_dri.so free 0x5571735b7380 void 0.000138
+gallium_dri.so malloc 72 0x5571735b7380 0.000128
+gallium_dri.so free 0x5571735b7500 void 0.000127
+gallium_dri.so free 0x5571735b7380 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7380 0.000128
+gallium_dri.so free 0x5571735b75c0 void 0.000132
+gallium_dri.so free 0x5571735b7380 void 0.000131
+gallium_dri.so malloc 72 0x5571735b7570 0.000128
+gallium_dri.so free 0x5571735b61c0 void 0.000222
+gallium_dri.so free 0x5571735b7570 void 0.000221
+gallium_dri.so malloc 72 0x5571735b7570 0.000256
+gallium_dri.so free 0x5571735b6240 void 0.000227
+gallium_dri.so free 0x5571735b7570 void 0.000216
+gallium_dri.so malloc 72 0x5571735b6240 0.000177
+gallium_dri.so free 0x5571735b6300 void 0.000140
+gallium_dri.so free 0x5571735b6240 void 0.000139
+gallium_dri.so malloc 72 0x5571735b6240 0.000136
+gallium_dri.so free 0x5571735b63c0 void 0.000138
+gallium_dri.so free 0x5571735b6240 void 0.000137
+gallium_dri.so malloc 72 0x5571735b6240 0.000138
+gallium_dri.so free 0x5571735b6480 void 0.000143
+gallium_dri.so free 0x5571735b6240 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6430 0.000136
+gallium_dri.so free 0x5571735b6500 void 0.000138
+gallium_dri.so free 0x5571735b6430 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6550 0.000140
+gallium_dri.so free 0x5571735b65c0 void 0.000141
+gallium_dri.so free 0x5571735b6550 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6600 0.000139
+gallium_dri.so free 0x5571735b6680 void 0.000150
+gallium_dri.so free 0x5571735b6600 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6600 0.000139
+gallium_dri.so free 0x5571735b6700 void 0.000140
+gallium_dri.so free 0x5571735b6600 void 0.000139
+gallium_dri.so malloc 72 0x5571735b6730 0.000140
+gallium_dri.so free 0x5571735b6780 void 0.000140
+gallium_dri.so free 0x5571735b6730 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6730 0.000138
+gallium_dri.so free 0x5571735b6880 void 0.000138
+gallium_dri.so free 0x5571735b6730 void 0.000138
+gallium_dri.so malloc 72 0x5571735b6830 0.000139
+gallium_dri.so free 0x5571735b6940 void 0.000140
+gallium_dri.so free 0x5571735b6830 void 0.000139
+gallium_dri.so malloc 72 0x5571735b68f0 0.000140
+gallium_dri.so free 0x5571735b51c0 void 0.000139
+gallium_dri.so free 0x5571735b68f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735b68f0 0.000139
+gallium_dri.so free 0x5571735b5280 void 0.000140
+gallium_dri.so free 0x5571735b68f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735b52f0 0.000140
+gallium_dri.so free 0x5571735b5340 void 0.000140
+gallium_dri.so free 0x5571735b52f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735b52f0 0.000230
+gallium_dri.so free 0x5571735b5440 void 0.000210
+gallium_dri.so free 0x5571735b52f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735b53f0 0.000176
+gallium_dri.so free 0x5571735b5500 void 0.000261
+gallium_dri.so free 0x5571735b53f0 void 0.000263
+gallium_dri.so malloc 72 0x5571735b54b0 0.000208
+gallium_dri.so free 0x5571735b5540 void 0.000260
+gallium_dri.so free 0x5571735b54b0 void 0.000235
+gallium_dri.so malloc 72 0x5571735b54b0 0.000262
+gallium_dri.so free 0x5571735b5600 void 0.000211
+gallium_dri.so free 0x5571735b54b0 void 0.000260
+gallium_dri.so malloc 72 0x5571735b5640 0.000261
+gallium_dri.so free 0x5571735b56c0 void 0.000212
+gallium_dri.so free 0x5571735b5640 void 0.000209
+gallium_dri.so malloc 72 0x5571735b56c0 0.000260
+gallium_dri.so free 0x5571735b5780 void 0.000465
+gallium_dri.so free 0x5571735b56c0 void 0.000264
+gallium_dri.so malloc 72 0x5571735b56c0 0.000233
+gallium_dri.so free 0x5571735b5840 void 0.000233
+gallium_dri.so free 0x5571735b56c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b5860 0.000123
+gallium_dri.so free 0x5571735b5900 void 0.000122
+gallium_dri.so free 0x5571735b5860 void 0.000122
+gallium_dri.so malloc 72 0x5571735b58b0 0.000122
+gallium_dri.so free 0x5571735b5980 void 0.000124
+gallium_dri.so free 0x5571735b58b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b58b0 0.000121
+gallium_dri.so free 0x5571735b22c0 void 0.000123
+gallium_dri.so free 0x5571735b58b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2270 0.000120
+gallium_dri.so free 0x5571735b2380 void 0.000121
+gallium_dri.so free 0x5571735b2270 void 0.000143
+gallium_dri.so malloc 72 0x5571735b2330 0.000122
+gallium_dri.so free 0x5571735b23c0 void 0.000123
+gallium_dri.so free 0x5571735b2330 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2330 0.000122
+gallium_dri.so free 0x5571735b2480 void 0.000123
+gallium_dri.so free 0x5571735b2330 void 0.000122
+gallium_dri.so malloc 72 0x5571735b24d0 0.000122
+gallium_dri.so free 0x5571735b2540 void 0.000121
+gallium_dri.so free 0x5571735b24d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2580 0.000122
+gallium_dri.so free 0x5571735b2600 void 0.000123
+gallium_dri.so free 0x5571735b2580 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2600 0.000121
+gallium_dri.so free 0x5571735b26c0 void 0.000121
+gallium_dri.so free 0x5571735b2600 void 0.000129
+gallium_dri.so malloc 72 0x5571735b2600 0.000186
+gallium_dri.so free 0x5571735b2740 void 0.000235
+gallium_dri.so free 0x5571735b2600 void 0.000143
+gallium_dri.so malloc 72 0x5571735b2770 0.000126
+gallium_dri.so free 0x5571735b27c0 void 0.000126
+gallium_dri.so free 0x5571735b2770 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2770 0.000125
+gallium_dri.so free 0x5571735b28c0 void 0.000143
+gallium_dri.so free 0x5571735b2770 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2870 0.000126
+gallium_dri.so free 0x5571735b2980 void 0.000123
+gallium_dri.so free 0x5571735b2870 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2930 0.000126
+gallium_dri.so free 0x5571735b2a00 void 0.000122
+gallium_dri.so free 0x5571735b2930 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2a20 0.000123
+gallium_dri.so free 0x5571735b2ac0 void 0.000125
+gallium_dri.so free 0x5571735b2a20 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2a70 0.000124
+gallium_dri.so free 0x5571735b2b40 void 0.000170
+gallium_dri.so free 0x5571735b2a70 void 0.000227
+gallium_dri.so malloc 72 0x5571735b2a70 0.000175
+gallium_dri.so free 0x5571735d98c0 void 0.000162
+gallium_dri.so free 0x5571735b2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d98c0 0.000121
+gallium_dri.so free 0x5571735d9980 void 0.000120
+gallium_dri.so free 0x5571735d98c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d98c0 0.000120
+gallium_dri.so free 0x5571735d9a40 void 0.000121
+gallium_dri.so free 0x5571735d98c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d98c0 0.000121
+gallium_dri.so free 0x5571735d9b00 void 0.000136
+gallium_dri.so free 0x5571735d98c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9ab0 0.000121
+gallium_dri.so free 0x5571735d9b00 void 0.000120
+gallium_dri.so free 0x5571735d9ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9ab0 0.000118
+gallium_dri.so free 0x5571735d9c00 void 0.000122
+gallium_dri.so free 0x5571735d9ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9bb0 0.000118
+gallium_dri.so free 0x5571735d9cc0 void 0.000120
+gallium_dri.so free 0x5571735d9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9c70 0.000118
+gallium_dri.so free 0x5571735d9d00 void 0.000120
+gallium_dri.so free 0x5571735d9c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9c70 0.000120
+gallium_dri.so free 0x5571735d9dc0 void 0.000120
+gallium_dri.so free 0x5571735d9c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9e00 0.000119
+gallium_dri.so free 0x5571735d9e80 void 0.000121
+gallium_dri.so free 0x5571735d9e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9e80 0.000120
+gallium_dri.so free 0x5571735d9f40 void 0.000120
+gallium_dri.so free 0x5571735d9e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9e80 0.000120
+gallium_dri.so free 0x5571735da000 void 0.000120
+gallium_dri.so free 0x5571735d9e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735da020 0.000135
+gallium_dri.so free 0x5571735da0c0 void 0.000122
+gallium_dri.so free 0x5571735da020 void 0.000120
+gallium_dri.so malloc 72 0x5571735da070 0.000119
+gallium_dri.so free 0x5571735da140 void 0.000120
+gallium_dri.so free 0x5571735da070 void 0.000118
+gallium_dri.so malloc 72 0x5571735da070 0.000118
+gallium_dri.so free 0x5571735da1c0 void 0.000121
+gallium_dri.so free 0x5571735da070 void 0.000119
+gallium_dri.so malloc 72 0x5571735da1c0 0.000119
+gallium_dri.so free 0x5571735da280 void 0.000121
+gallium_dri.so free 0x5571735da1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735da1c0 0.000119
+gallium_dri.so free 0x5571735da340 void 0.000120
+gallium_dri.so free 0x5571735da1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da1c0 0.000120
+gallium_dri.so free 0x5571735bd840 void 0.000122
+gallium_dri.so free 0x5571735da1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bd840 0.000120
+gallium_dri.so free 0x5571735bd900 void 0.000122
+gallium_dri.so free 0x5571735bd840 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd840 0.000119
+gallium_dri.so free 0x5571735bda00 void 0.000121
+gallium_dri.so free 0x5571735bd840 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000119
+gallium_dri.so free 0x5571735da400 void 0.000120
+gallium_dri.so free 0x5571735bd9b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735da3b0 0.000127
+gallium_dri.so free 0x5571735bdac0 void 0.000175
+gallium_dri.so free 0x5571735da3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bda70 0.000114
+gallium_dri.so free 0x5571735bdb40 void 0.000113
+gallium_dri.so free 0x5571735bda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bda70 0.000111
+gallium_dri.so free 0x5571735bdbc0 void 0.000113
+gallium_dri.so free 0x5571735bda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000115
+gallium_dri.so free 0x5571735bdc80 void 0.000115
+gallium_dri.so free 0x5571735bdbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000114
+gallium_dri.so free 0x5571735bdd80 void 0.000115
+gallium_dri.so free 0x5571735bdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bddc0 void 0.000115
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000114
+gallium_dri.so free 0x5571735bdd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdec0 0.000113
+gallium_dri.so free 0x5571735bdf40 void 0.000114
+gallium_dri.so free 0x5571735bdec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdf40 0.000112
+gallium_dri.so free 0x5571735be000 void 0.000114
+gallium_dri.so free 0x5571735bdf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735bdf40 0.000114
+gallium_dri.so free 0x5571735be080 void 0.000116
+gallium_dri.so free 0x5571735bdf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735be0b0 0.000114
+gallium_dri.so free 0x5571735be100 void 0.000119
+gallium_dri.so free 0x5571735be0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735be0b0 0.000117
+gallium_dri.so free 0x5571735be200 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be240 0.000115
+gallium_dri.so free 0x5571735be2c0 void 0.000115
+gallium_dri.so free 0x5571735be240 void 0.000114
+gallium_dri.so malloc 72 0x5571735be2c0 0.000113
+gallium_dri.so free 0x5571735be380 void 0.000115
+gallium_dri.so free 0x5571735be2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be2c0 0.000114
+gallium_dri.so free 0x5571735b9bc0 void 0.000116
+gallium_dri.so free 0x5571735be2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9b70 0.000112
+gallium_dri.so free 0x5571735b9c40 void 0.000115
+gallium_dri.so free 0x5571735b9b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9b70 0.000113
+gallium_dri.so free 0x5571735b9cc0 void 0.000114
+gallium_dri.so free 0x5571735b9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9cc0 0.000114
+gallium_dri.so free 0x5571735b9d80 void 0.000116
+gallium_dri.so free 0x5571735b9cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b9cc0 0.000117
+gallium_dri.so free 0x5571735b9e80 void 0.000114
+gallium_dri.so free 0x5571735b9cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9cc0 0.000114
+gallium_dri.so free 0x5571735b9f00 void 0.000115
+gallium_dri.so free 0x5571735b9cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f30 0.000113
+gallium_dri.so free 0x5571735b9f80 void 0.000115
+gallium_dri.so free 0x5571735b9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9f30 0.000114
+gallium_dri.so free 0x5571735ba080 void 0.000114
+gallium_dri.so free 0x5571735b9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba030 0.000120
+gallium_dri.so free 0x5571735ba140 void 0.000115
+gallium_dri.so free 0x5571735ba030 void 0.000160
+gallium_dri.so malloc 72 0x5571735ba0f0 0.000116
+gallium_dri.so free 0x5571735ba180 void 0.000116
+gallium_dri.so free 0x5571735ba0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba0f0 0.000115
+gallium_dri.so free 0x5571735ba240 void 0.000116
+gallium_dri.so free 0x5571735ba0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba290 0.000119
+gallium_dri.so free 0x5571735ba300 void 0.000116
+gallium_dri.so free 0x5571735ba290 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba340 0.000113
+gallium_dri.so free 0x5571735ba3c0 void 0.000114
+gallium_dri.so free 0x5571735ba340 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000114
+gallium_dri.so free 0x5571735ba480 void 0.000116
+gallium_dri.so free 0x5571735ba3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000112
+gallium_dri.so free 0x5571735ba500 void 0.000114
+gallium_dri.so free 0x5571735ba3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba530 0.000114
+gallium_dri.so free 0x5571735ba580 void 0.000114
+gallium_dri.so free 0x5571735ba530 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba530 0.000113
+gallium_dri.so free 0x5571735ba680 void 0.000115
+gallium_dri.so free 0x5571735ba530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba630 0.000114
+gallium_dri.so free 0x5571735ba740 void 0.000115
+gallium_dri.so free 0x5571735ba630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba6f0 0.000114
+gallium_dri.so free 0x5571735ba7c0 void 0.000115
+gallium_dri.so free 0x5571735ba6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba7e0 0.000121
+gallium_dri.so free 0x5571735e7340 void 0.000117
+gallium_dri.so free 0x5571735ba7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7370 0.000113
+gallium_dri.so free 0x5571735e73c0 void 0.000114
+gallium_dri.so free 0x5571735e7370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7370 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000115
+gallium_dri.so free 0x5571735e7370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7470 0.000115
+gallium_dri.so free 0x5571735e7580 void 0.000115
+gallium_dri.so free 0x5571735e7470 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7530 0.000114
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so free 0x5571735e7530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7530 0.000113
+gallium_dri.so free 0x5571735e7680 void 0.000114
+gallium_dri.so free 0x5571735e7530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e76f0 0.000113
+gallium_dri.so free 0x5571735e7740 void 0.000116
+gallium_dri.so free 0x5571735e76f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e76f0 0.000113
+gallium_dri.so free 0x5571735e7840 void 0.000114
+gallium_dri.so free 0x5571735e76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e77f0 0.000113
+gallium_dri.so free 0x5571735e7900 void 0.000113
+gallium_dri.so free 0x5571735e77f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e78b0 0.000113
+gallium_dri.so free 0x5571735e7940 void 0.000116
+gallium_dri.so free 0x5571735e78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e78b0 0.000114
+gallium_dri.so free 0x5571735e7a00 void 0.000124
+gallium_dri.so free 0x5571735e78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7a40 0.000112
+gallium_dri.so free 0x5571735e7ac0 void 0.000115
+gallium_dri.so free 0x5571735e7a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ac0 0.000169
+gallium_dri.so free 0x5571735e7b80 void 0.000120
+gallium_dri.so free 0x5571735e7ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7ac0 0.000120
+gallium_dri.so free 0x5571735e7c40 void 0.000116
+gallium_dri.so free 0x5571735e7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7c60 0.000114
+gallium_dri.so free 0x5571735e7d00 void 0.000116
+gallium_dri.so free 0x5571735e7c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000116
+gallium_dri.so free 0x5571735e7d80 void 0.000116
+gallium_dri.so free 0x5571735e7cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000114
+gallium_dri.so free 0x5571735e7e00 void 0.000116
+gallium_dri.so free 0x5571735e7cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7e00 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000115
+gallium_dri.so free 0x5571735e7e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7e00 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000116
+gallium_dri.so free 0x5571735e7e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7e00 0.000115
+gallium_dri.so free 0x5571735e8040 void 0.000116
+gallium_dri.so free 0x5571735e7e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ff0 0.000114
+gallium_dri.so free 0x5571735e8100 void 0.000116
+gallium_dri.so free 0x5571735e7ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e80b0 0.000114
+gallium_dri.so free 0x5571735e8180 void 0.000114
+gallium_dri.so free 0x5571735e80b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e81d0 0.000112
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735e81d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d78e0 0.000115
+gallium_dri.so free 0x5571735d7980 void 0.000114
+gallium_dri.so free 0x5571735d78e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7930 0.000113
+gallium_dri.so free 0x5571735d7a00 void 0.000114
+gallium_dri.so free 0x5571735d7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7930 0.000113
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so free 0x5571735d7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7a80 0.000112
+gallium_dri.so free 0x5571735d7b40 void 0.000113
+gallium_dri.so free 0x5571735d7a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7a80 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000118
+gallium_dri.so free 0x5571735d7c80 void 0.000117
+gallium_dri.so free 0x5571735d7bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000112
+gallium_dri.so free 0x5571735d7d40 void 0.000114
+gallium_dri.so free 0x5571735d7bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d80 0.000128
+gallium_dri.so free 0x5571735d7e00 void 0.000116
+gallium_dri.so free 0x5571735d7d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7e00 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000114
+gallium_dri.so free 0x5571735d7e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7e00 0.000113
+gallium_dri.so free 0x5571735d7f40 void 0.000116
+gallium_dri.so free 0x5571735d7e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7f70 0.000112
+gallium_dri.so free 0x5571735d7fc0 void 0.000113
+gallium_dri.so free 0x5571735d7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f70 0.000112
+gallium_dri.so free 0x5571735d80c0 void 0.000114
+gallium_dri.so free 0x5571735d7f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8100 0.000160
+gallium_dri.so free 0x5571735d8180 void 0.000115
+gallium_dri.so free 0x5571735d8100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8180 0.000112
+gallium_dri.so free 0x5571735d8240 void 0.000114
+gallium_dri.so free 0x5571735d8180 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8180 0.000113
+gallium_dri.so free 0x5571735d82c0 void 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000111
+gallium_dri.so malloc 72 0x5571735d82f0 0.000112
+gallium_dri.so free 0x5571735d8340 void 0.000114
+gallium_dri.so free 0x5571735d82f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d82f0 0.000122
+gallium_dri.so free 0x5571735d8440 void 0.000116
+gallium_dri.so free 0x5571735d82f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d83f0 0.000113
+gallium_dri.so free 0x5571735d8500 void 0.000113
+gallium_dri.so free 0x5571735d83f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d84b0 0.000113
+gallium_dri.so free 0x5571735d8580 void 0.000112
+gallium_dri.so free 0x5571735d84b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d84b0 0.000112
+gallium_dri.so free 0x5571735d8640 void 0.000113
+gallium_dri.so free 0x5571735d84b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d84b0 0.000111
+gallium_dri.so free 0x5571735d8700 void 0.000113
+gallium_dri.so free 0x5571735d84b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d86b0 0.000117
+gallium_dri.so free 0x5571735d8780 void 0.000115
+gallium_dri.so free 0x5571735d86b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d87d0 0.000112
+gallium_dri.so free 0x5571735d8840 void 0.000114
+gallium_dri.so free 0x5571735d87d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8860 0.000118
+gallium_dri.so free 0x5571735d8900 void 0.000114
+gallium_dri.so free 0x5571735d8860 void 0.000114
+gallium_dri.so malloc 72 0x5571735d88b0 0.000113
+gallium_dri.so free 0x5571735d8980 void 0.000114
+gallium_dri.so free 0x5571735d88b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8980 0.000188
+gallium_dri.so free 0x5571735d8a40 void 0.000115
+gallium_dri.so free 0x5571735d8980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8980 0.000113
+gallium_dri.so free 0x5571735d8ac0 void 0.000114
+gallium_dri.so free 0x5571735d8980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000115
+gallium_dri.so free 0x5571735d8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000113
+gallium_dri.so free 0x5571735d8ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735d8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e82c0 0.000111
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so free 0x5571735e82c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8340 0.000112
+gallium_dri.so free 0x5571735e8400 void 0.000112
+gallium_dri.so free 0x5571735e8340 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8340 0.000114
+gallium_dri.so free 0x5571735e8480 void 0.000113
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8340 0.000113
+gallium_dri.so free 0x5571735e8540 void 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8340 0.000111
+gallium_dri.so free 0x5571735e8600 void 0.000126
+gallium_dri.so free 0x5571735e8340 void 0.000151
+gallium_dri.so malloc 72 0x5571735e85b0 0.000115
+gallium_dri.so free 0x5571735e8680 void 0.000115
+gallium_dri.so free 0x5571735e85b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e86d0 0.000113
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so free 0x5571735e86d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8760 0.000112
+gallium_dri.so free 0x5571735e8800 void 0.000116
+gallium_dri.so free 0x5571735e8760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87b0 0.000114
+gallium_dri.so free 0x5571735e8880 void 0.000114
+gallium_dri.so free 0x5571735e87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87b0 0.000113
+gallium_dri.so free 0x5571735e8980 void 0.000115
+gallium_dri.so free 0x5571735e87b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8930 0.000113
+gallium_dri.so free 0x5571735e8a00 void 0.000118
+gallium_dri.so free 0x5571735e8930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8a50 0.000114
+gallium_dri.so free 0x5571735e8ac0 void 0.000114
+gallium_dri.so free 0x5571735e8a50 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ae0 0.000111
+gallium_dri.so free 0x5571735e8b80 void 0.000114
+gallium_dri.so free 0x5571735e8ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8b30 0.000113
+gallium_dri.so free 0x5571735e8c00 void 0.000182
+gallium_dri.so free 0x5571735e8b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8b30 0.000114
+gallium_dri.so free 0x5571735e8c80 void 0.000115
+gallium_dri.so free 0x5571735e8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8c80 0.000114
+gallium_dri.so free 0x5571735e8d40 void 0.000115
+gallium_dri.so free 0x5571735e8c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8c80 0.000114
+gallium_dri.so free 0x5571735e8e40 void 0.000115
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8c80 0.000114
+gallium_dri.so free 0x5571735e8ec0 void 0.000115
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000114
+gallium_dri.so free 0x5571735e8f40 void 0.000114
+gallium_dri.so free 0x5571735e8ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000113
+gallium_dri.so free 0x5571735e9040 void 0.000115
+gallium_dri.so free 0x5571735e8ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000114
+gallium_dri.so free 0x5571735e9100 void 0.000116
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e90b0 0.000115
+gallium_dri.so free 0x5571735e9140 void 0.000115
+gallium_dri.so free 0x5571735e90b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e90b0 0.000113
+gallium_dri.so free 0x5571735e9200 void 0.000127
+gallium_dri.so free 0x5571735e90b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9250 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000113
+gallium_dri.so free 0x5571735e9250 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9300 0.000112
+gallium_dri.so free 0x5571735e9380 void 0.000114
+gallium_dri.so free 0x5571735e9300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9380 0.000111
+gallium_dri.so free 0x5571735e9440 void 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9380 0.000112
+gallium_dri.so free 0x5571735e94c0 void 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94f0 0.000113
+gallium_dri.so free 0x5571735e9540 void 0.000113
+gallium_dri.so free 0x5571735e94f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e94f0 0.000113
+gallium_dri.so free 0x5571735e9640 void 0.000113
+gallium_dri.so free 0x5571735e94f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e95f0 0.000112
+gallium_dri.so free 0x5571735b0b00 void 0.000114
+gallium_dri.so free 0x5571735e95f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735e9700 void 0.000113
+gallium_dri.so free 0x5571735b0b40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e96b0 0.000113
+gallium_dri.so free 0x5571735b0c40 void 0.000113
+gallium_dri.so free 0x5571735e96b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0c80 0.000114
+gallium_dri.so free 0x5571735b0d00 void 0.000115
+gallium_dri.so free 0x5571735b0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0d00 0.000113
+gallium_dri.so free 0x5571735b0dc0 void 0.000115
+gallium_dri.so free 0x5571735b0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0d00 0.000112
+gallium_dri.so free 0x5571735b0e40 void 0.000115
+gallium_dri.so free 0x5571735b0d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0e70 0.000115
+gallium_dri.so free 0x5571735b0ec0 void 0.000114
+gallium_dri.so free 0x5571735b0e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0e70 0.000113
+gallium_dri.so free 0x5571735b0fc0 void 0.000115
+gallium_dri.so free 0x5571735b0e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1000 0.000112
+gallium_dri.so free 0x5571735b1080 void 0.000114
+gallium_dri.so free 0x5571735b1000 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1080 0.000114
+gallium_dri.so free 0x5571735b1140 void 0.000115
+gallium_dri.so free 0x5571735b1080 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1080 0.000111
+gallium_dri.so free 0x5571735b11c0 void 0.000115
+gallium_dri.so free 0x5571735b1080 void 0.000195
+gallium_dri.so malloc 72 0x5571735b11f0 0.000114
+gallium_dri.so free 0x5571735b1240 void 0.000121
+gallium_dri.so free 0x5571735b11f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b11f0 0.000123
+gallium_dri.so free 0x5571735b1340 void 0.000119
+gallium_dri.so free 0x5571735b11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b12f0 0.000114
+gallium_dri.so free 0x5571735b1400 void 0.000116
+gallium_dri.so free 0x5571735b12f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b13b0 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so free 0x5571735b13b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b13b0 0.000114
+gallium_dri.so free 0x5571735b1540 void 0.000116
+gallium_dri.so free 0x5571735b13b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b13b0 0.000114
+gallium_dri.so free 0x5571735b1600 void 0.000115
+gallium_dri.so free 0x5571735b13b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b15b0 0.000114
+gallium_dri.so free 0x5571735b1680 void 0.000115
+gallium_dri.so free 0x5571735b15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b16d0 0.000115
+gallium_dri.so free 0x5571735b1740 void 0.000116
+gallium_dri.so free 0x5571735b16d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1760 0.000114
+gallium_dri.so free 0x5571735b1800 void 0.000127
+gallium_dri.so free 0x5571735b1760 void 0.000114
+gallium_dri.so malloc 72 0x5571735b17b0 0.000158
+gallium_dri.so free 0x5571735b1880 void 0.000116
+gallium_dri.so free 0x5571735b17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1880 0.000113
+gallium_dri.so free 0x5571735b1940 void 0.000112
+gallium_dri.so free 0x5571735b1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1880 0.000112
+gallium_dri.so free 0x5571735b19c0 void 0.000112
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so malloc 72 0x5571735b19c0 0.000112
+gallium_dri.so free 0x5571735b1a80 void 0.000113
+gallium_dri.so free 0x5571735b19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19c0 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000112
+gallium_dri.so free 0x5571735b19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19c0 0.000112
+gallium_dri.so free 0x5571735b1c00 void 0.000113
+gallium_dri.so free 0x5571735b19c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000112
+gallium_dri.so free 0x5571735b1c80 void 0.000114
+gallium_dri.so free 0x5571735b1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1cd0 0.000112
+gallium_dri.so free 0x5571735b1d40 void 0.000114
+gallium_dri.so free 0x5571735b1cd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1d80 0.000112
+gallium_dri.so free 0x5571735b1e00 void 0.000122
+gallium_dri.so free 0x5571735b1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d80 0.000112
+gallium_dri.so free 0x5571735b1e80 void 0.000114
+gallium_dri.so free 0x5571735b1d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1eb0 0.000113
+gallium_dri.so free 0x5571735b1f00 void 0.000112
+gallium_dri.so free 0x5571735b1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1eb0 0.000112
+gallium_dri.so free 0x5571735b2000 void 0.000112
+gallium_dri.so free 0x5571735b1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000112
+gallium_dri.so free 0x5571735b20c0 void 0.000112
+gallium_dri.so free 0x5571735b1fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b2070 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000113
+gallium_dri.so free 0x5571735b2070 void 0.000112
+gallium_dri.so malloc 72 0x5571735b33f0 0.000133
+gallium_dri.so free 0x5571735b34c0 void 0.000135
+gallium_dri.so free 0x5571735b33f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b33f0 0.000124
+gallium_dri.so free 0x5571735b35c0 void 0.000125
+gallium_dri.so free 0x5571735b33f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3570 0.000123
+gallium_dri.so free 0x5571735b3640 void 0.000124
+gallium_dri.so free 0x5571735b3570 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3690 0.000124
+gallium_dri.so free 0x5571735b3700 void 0.000127
+gallium_dri.so free 0x5571735b3690 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3720 0.000129
+gallium_dri.so free 0x5571735b37c0 void 0.000127
+gallium_dri.so free 0x5571735b3720 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3770 0.000119
+gallium_dri.so free 0x5571735b3840 void 0.000119
+gallium_dri.so free 0x5571735b3770 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3770 0.000124
+gallium_dri.so free 0x5571735b38c0 void 0.000124
+gallium_dri.so free 0x5571735b3770 void 0.000119
+gallium_dri.so malloc 72 0x5571735b38c0 0.000119
+gallium_dri.so free 0x5571735b3980 void 0.000119
+gallium_dri.so free 0x5571735b38c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b38c0 0.000172
+gallium_dri.so free 0x5571735b3a80 void 0.000126
+gallium_dri.so free 0x5571735b38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b38c0 0.000118
+gallium_dri.so free 0x5571735b3b00 void 0.000121
+gallium_dri.so free 0x5571735b38c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3b30 0.000119
+gallium_dri.so free 0x5571735b3b80 void 0.000118
+gallium_dri.so free 0x5571735b3b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3b30 0.000119
+gallium_dri.so free 0x5571735b3c80 void 0.000119
+gallium_dri.so free 0x5571735b3b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3c30 0.000116
+gallium_dri.so free 0x5571735b3d40 void 0.000118
+gallium_dri.so free 0x5571735b3c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000117
+gallium_dri.so free 0x5571735b3d80 void 0.000117
+gallium_dri.so free 0x5571735b3cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000118
+gallium_dri.so free 0x5571735b3e40 void 0.000116
+gallium_dri.so free 0x5571735b3cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3e90 0.000116
+gallium_dri.so free 0x5571735b3f00 void 0.000117
+gallium_dri.so free 0x5571735b3e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3f40 0.000118
+gallium_dri.so free 0x5571735b3fc0 void 0.000124
+gallium_dri.so free 0x5571735b3f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000117
+gallium_dri.so free 0x5571735b4080 void 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000116
+gallium_dri.so free 0x5571735b4100 void 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4130 0.000118
+gallium_dri.so free 0x5571735b4180 void 0.000118
+gallium_dri.so free 0x5571735b4130 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4130 0.000117
+gallium_dri.so free 0x5571735b4280 void 0.000128
+gallium_dri.so free 0x5571735b4130 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4230 0.000120
+gallium_dri.so free 0x5571735b4340 void 0.000118
+gallium_dri.so free 0x5571735b4230 void 0.000118
+gallium_dri.so malloc 72 0x5571735b42f0 0.000119
+gallium_dri.so free 0x5571735b43c0 void 0.000119
+gallium_dri.so free 0x5571735b42f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b43e0 0.000117
+gallium_dri.so free 0x5571735b4480 void 0.000118
+gallium_dri.so free 0x5571735b43e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4430 0.000118
+gallium_dri.so free 0x5571735b4500 void 0.000118
+gallium_dri.so free 0x5571735b4430 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4430 0.000118
+gallium_dri.so free 0x5571735b4580 void 0.000118
+gallium_dri.so free 0x5571735b4430 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4580 0.000118
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so free 0x5571735b4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4580 0.000118
+gallium_dri.so free 0x5571735b4700 void 0.000118
+gallium_dri.so free 0x5571735b4580 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4580 0.000119
+gallium_dri.so free 0x5571735b47c0 void 0.000119
+gallium_dri.so free 0x5571735b4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4770 0.000117
+gallium_dri.so free 0x5571735b47c0 void 0.000122
+gallium_dri.so free 0x5571735b4770 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4770 0.000125
+gallium_dri.so free 0x5571735b48c0 void 0.000118
+gallium_dri.so free 0x5571735b4770 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4870 0.000118
+gallium_dri.so free 0x5571735b4980 void 0.000118
+gallium_dri.so free 0x5571735b4870 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4930 0.000118
+gallium_dri.so free 0x5571735b49c0 void 0.000119
+gallium_dri.so free 0x5571735b4930 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4930 0.000117
+gallium_dri.so free 0x5571735b4a80 void 0.000119
+gallium_dri.so free 0x5571735b4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4ac0 0.000117
+gallium_dri.so free 0x5571735b4b40 void 0.000118
+gallium_dri.so free 0x5571735b4ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4b40 0.000118
+gallium_dri.so free 0x5571735e1580 void 0.000118
+gallium_dri.so free 0x5571735b4b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000117
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000123
+gallium_dri.so free 0x5571735b4c00 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000117
+gallium_dri.so free 0x5571735e1780 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1730 0.000116
+gallium_dri.so free 0x5571735e1840 void 0.000116
+gallium_dri.so free 0x5571735e1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e17f0 0.000116
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so free 0x5571735e17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e17f0 0.000229
+gallium_dri.so free 0x5571735e1940 void 0.000239
+gallium_dri.so free 0x5571735e17f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1990 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1990 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a40 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000122
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c30 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so free 0x5571735e1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c30 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so free 0x5571735e1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d30 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1df0 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000119
+gallium_dri.so free 0x5571735e1f80 void 0.000164
+gallium_dri.so free 0x5571735e1ee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000119
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f30 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000119
+gallium_dri.so free 0x5571735e2140 void 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2080 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2270 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2270 0.000119
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x5571735e2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2370 0.000119
+gallium_dri.so free 0x5571735e2480 void 0.000120
+gallium_dri.so free 0x5571735e2370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2430 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000119
+gallium_dri.so free 0x5571735e2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2430 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e2430 void 0.000125
+gallium_dri.so malloc 72 0x5571735e25c0 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000118
+gallium_dri.so free 0x5571735e25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2640 0.000118
+gallium_dri.so free 0x5571735e2700 void 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2640 0.000118
+gallium_dri.so free 0x5571735e27c0 void 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27e0 0.000118
+gallium_dri.so free 0x5571735e2880 void 0.000118
+gallium_dri.so free 0x5571735e27e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2830 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2830 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b70 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000119
+gallium_dri.so free 0x5571735e2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c30 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000127
+gallium_dri.so free 0x5571735e2c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d50 0.000119
+gallium_dri.so free 0x5571735e2dc0 void 0.000126
+gallium_dri.so free 0x5571735e2d50 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2de0 0.000119
+gallium_dri.so free 0x5571735e2e80 void 0.000119
+gallium_dri.so free 0x5571735e2de0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e30 0.000120
+gallium_dri.so free 0x5571735e2f00 void 0.000120
+gallium_dri.so free 0x5571735e2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e30 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735e2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f80 0.000118
+gallium_dri.so free 0x5571735e3040 void 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f80 0.000118
+gallium_dri.so free 0x5571735e3140 void 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30f0 0.000118
+gallium_dri.so free 0x5571735e3180 void 0.000119
+gallium_dri.so free 0x5571735e30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e30f0 0.000119
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so free 0x5571735e30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3280 0.000164
+gallium_dri.so free 0x5571735e3300 void 0.000120
+gallium_dri.so free 0x5571735e3280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3300 0.000118
+gallium_dri.so free 0x5571735e33c0 void 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3300 0.000117
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3470 0.000116
+gallium_dri.so free 0x5571735e34c0 void 0.000118
+gallium_dri.so free 0x5571735e3470 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3470 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so free 0x5571735e3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3600 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000119
+gallium_dri.so free 0x5571735e3600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3680 0.000118
+gallium_dri.so free 0x5571735e3740 void 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3680 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37f0 0.000118
+gallium_dri.so free 0x5571735e3840 void 0.000119
+gallium_dri.so free 0x5571735e37f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735e37f0 0.000121
+gallium_dri.so free 0x5571735e3940 void 0.000118
+gallium_dri.so free 0x5571735e37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e38f0 0.000118
+gallium_dri.so free 0x5571735e3a00 void 0.000119
+gallium_dri.so free 0x5571735e38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e39b0 0.000117
+gallium_dri.so free 0x5571735e3a80 void 0.000119
+gallium_dri.so free 0x5571735e39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e39b0 0.000119
+gallium_dri.so free 0x5571735e3b40 void 0.000118
+gallium_dri.so free 0x5571735e39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e39b0 0.000118
+gallium_dri.so free 0x5571735e3c00 void 0.000118
+gallium_dri.so free 0x5571735e39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000162
+gallium_dri.so free 0x5571735e3c80 void 0.000120
+gallium_dri.so free 0x5571735e3bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3cd0 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so free 0x5571735e3cd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3d60 0.000119
+gallium_dri.so free 0x5571735e3e00 void 0.000118
+gallium_dri.so free 0x5571735e3d60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3db0 0.000118
+gallium_dri.so free 0x5571735e3e80 void 0.000128
+gallium_dri.so free 0x5571735e3db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3e80 0.000117
+gallium_dri.so free 0x5571735e3f40 void 0.000118
+gallium_dri.so free 0x5571735e3e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3e80 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000119
+gallium_dri.so free 0x5571735e3e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000118
+gallium_dri.so free 0x5571735e4080 void 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so free 0x5571735e3fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000119
+gallium_dri.so free 0x5571735e3fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e41b0 0.000118
+gallium_dri.so free 0x5571735e4280 void 0.000120
+gallium_dri.so free 0x5571735e41b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e42d0 0.000119
+gallium_dri.so free 0x5571735e4340 void 0.000119
+gallium_dri.so free 0x5571735e42d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4380 0.000118
+gallium_dri.so free 0x5571735e4400 void 0.000117
+gallium_dri.so free 0x5571735e4380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4380 0.000118
+gallium_dri.so free 0x5571735e4480 void 0.000127
+gallium_dri.so free 0x5571735e4380 void 0.000119
+gallium_dri.so malloc 72 0x5571735e44b0 0.000118
+gallium_dri.so free 0x5571735e4500 void 0.000119
+gallium_dri.so free 0x5571735e44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e44b0 0.000117
+gallium_dri.so free 0x5571735e4600 void 0.000118
+gallium_dri.so free 0x5571735e44b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e45b0 0.000119
+gallium_dri.so free 0x5571735e46c0 void 0.000118
+gallium_dri.so free 0x5571735e45b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4670 0.000118
+gallium_dri.so free 0x5571735e4700 void 0.000118
+gallium_dri.so free 0x5571735e4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4670 0.000119
+gallium_dri.so free 0x5571735e47c0 void 0.000118
+gallium_dri.so free 0x5571735e4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4830 0.000118
+gallium_dri.so free 0x5571735e4880 void 0.000119
+gallium_dri.so free 0x5571735e4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4830 0.000119
+gallium_dri.so free 0x5571735e4980 void 0.000121
+gallium_dri.so free 0x5571735e4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4930 0.000117
+gallium_dri.so free 0x5571735e4a40 void 0.000118
+gallium_dri.so free 0x5571735e4930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e49f0 0.000126
+gallium_dri.so free 0x5571735e4a80 void 0.000119
+gallium_dri.so free 0x5571735e49f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e49f0 0.000162
+gallium_dri.so free 0x5571735e4b40 void 0.000121
+gallium_dri.so free 0x5571735e49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4b80 0.000119
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so free 0x5571735e4b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4c00 0.000121
+gallium_dri.so free 0x5571735e4cc0 void 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4c00 0.000117
+gallium_dri.so free 0x5571735e4d80 void 0.000119
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4da0 0.000118
+gallium_dri.so free 0x5571735e4e40 void 0.000118
+gallium_dri.so free 0x5571735e4da0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4df0 0.000118
+gallium_dri.so free 0x5571735e4ec0 void 0.000118
+gallium_dri.so free 0x5571735e4df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4df0 0.000118
+gallium_dri.so free 0x5571735e4f40 void 0.000118
+gallium_dri.so free 0x5571735e4df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4f40 0.000118
+gallium_dri.so free 0x5571735e5000 void 0.000119
+gallium_dri.so free 0x5571735e4f40 void 0.000160
+gallium_dri.so malloc 72 0x5571735e4f40 0.000121
+gallium_dri.so free 0x5571735e50c0 void 0.000118
+gallium_dri.so free 0x5571735e4f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4f40 0.000118
+gallium_dri.so free 0x5571735e5180 void 0.000119
+gallium_dri.so free 0x5571735e4f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5130 0.000119
+gallium_dri.so free 0x5571735e5240 void 0.000118
+gallium_dri.so free 0x5571735e5130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e51f0 0.000118
+gallium_dri.so free 0x5571735e52c0 void 0.000118
+gallium_dri.so free 0x5571735e51f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5310 0.000119
+gallium_dri.so free 0x5571735e5380 void 0.000118
+gallium_dri.so free 0x5571735e5310 void 0.000118
+gallium_dri.so malloc 72 0x5571735e53a0 0.000118
+gallium_dri.so free 0x5571735e5440 void 0.000124
+gallium_dri.so free 0x5571735e53a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e53f0 0.000119
+gallium_dri.so free 0x5571735e54c0 void 0.000118
+gallium_dri.so free 0x5571735e53f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e53f0 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000118
+gallium_dri.so free 0x5571735e53f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5540 0.000118
+gallium_dri.so free 0x5571735e5600 void 0.000127
+gallium_dri.so free 0x5571735e5540 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5540 0.000120
+gallium_dri.so free 0x5571735e5700 void 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e56b0 0.000120
+gallium_dri.so free 0x5571735e5740 void 0.000119
+gallium_dri.so free 0x5571735e56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e56b0 0.000118
+gallium_dri.so free 0x5571735e5800 void 0.000119
+gallium_dri.so free 0x5571735e56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5840 0.000119
+gallium_dri.so free 0x5571735e58c0 void 0.000121
+gallium_dri.so free 0x5571735e5840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58c0 0.000119
+gallium_dri.so free 0x5571735e5980 void 0.000119
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58c0 0.000160
+gallium_dri.so free 0x5571735e5a00 void 0.000122
+gallium_dri.so free 0x5571735e58c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5a30 0.000119
+gallium_dri.so free 0x5571735e5a80 void 0.000119
+gallium_dri.so free 0x5571735e5a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5a30 0.000119
+gallium_dri.so free 0x5571735e5b80 void 0.000119
+gallium_dri.so free 0x5571735e5a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bc0 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000120
+gallium_dri.so free 0x5571735e5bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5c40 0.000118
+gallium_dri.so free 0x5571735e5d00 void 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5c40 0.000118
+gallium_dri.so free 0x5571735e5d80 void 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5db0 0.000118
+gallium_dri.so free 0x5571735e5e00 void 0.000118
+gallium_dri.so free 0x5571735e5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5db0 0.000118
+gallium_dri.so free 0x5571735e5f00 void 0.000119
+gallium_dri.so free 0x5571735e5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000118
+gallium_dri.so free 0x5571735e5fc0 void 0.000119
+gallium_dri.so free 0x5571735e5eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5f70 0.000117
+gallium_dri.so free 0x5571735e6040 void 0.000118
+gallium_dri.so free 0x5571735e5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5f70 0.000119
+gallium_dri.so free 0x5571735e6100 void 0.000119
+gallium_dri.so free 0x5571735e5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5f70 0.000118
+gallium_dri.so free 0x5571735e61c0 void 0.000118
+gallium_dri.so free 0x5571735e5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6170 0.000187
+gallium_dri.so free 0x5571735e6240 void 0.000120
+gallium_dri.so free 0x5571735e6170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6290 0.000118
+gallium_dri.so free 0x5571735e6300 void 0.000120
+gallium_dri.so free 0x5571735e6290 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6320 0.000119
+gallium_dri.so free 0x5571735e63c0 void 0.000120
+gallium_dri.so free 0x5571735e6320 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6370 0.000120
+gallium_dri.so free 0x5571735e6440 void 0.000117
+gallium_dri.so free 0x5571735e6370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6440 0.000117
+gallium_dri.so free 0x5571735e6500 void 0.000117
+gallium_dri.so free 0x5571735e6440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6440 0.000118
+gallium_dri.so free 0x5571735e6580 void 0.000119
+gallium_dri.so free 0x5571735e6440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6580 0.000117
+gallium_dri.so free 0x5571735e6640 void 0.000119
+gallium_dri.so free 0x5571735e6580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6580 0.000120
+gallium_dri.so free 0x5571735e6700 void 0.000119
+gallium_dri.so free 0x5571735e6580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6580 0.000118
+gallium_dri.so free 0x5571735e67c0 void 0.000118
+gallium_dri.so free 0x5571735e6580 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6770 0.000120
+gallium_dri.so free 0x5571735e6840 void 0.000118
+gallium_dri.so free 0x5571735e6770 void 0.000154
+gallium_dri.so malloc 72 0x5571735e6890 0.000120
+gallium_dri.so free 0x5571735e6900 void 0.000118
+gallium_dri.so free 0x5571735e6890 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6940 0.000119
+gallium_dri.so free 0x5571735e69c0 void 0.000119
+gallium_dri.so free 0x5571735e6940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6940 0.000119
+gallium_dri.so free 0x5571735e6a40 void 0.000121
+gallium_dri.so free 0x5571735e6940 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6a70 0.000123
+gallium_dri.so free 0x5571735e6ac0 void 0.000120
+gallium_dri.so free 0x5571735e6a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6a70 0.000118
+gallium_dri.so free 0x5571735e6bc0 void 0.000122
+gallium_dri.so free 0x5571735e6a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6b70 0.000118
+gallium_dri.so free 0x5571735e6c80 void 0.000119
+gallium_dri.so free 0x5571735e6b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6c30 0.000117
+gallium_dri.so free 0x5571735e6cc0 void 0.000119
+gallium_dri.so free 0x5571735e6c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6c30 0.000117
+gallium_dri.so free 0x5571735e6d80 void 0.000120
+gallium_dri.so free 0x5571735e6c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6df0 0.000119
+gallium_dri.so free 0x5571735e6e40 void 0.000118
+gallium_dri.so free 0x5571735e6df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6df0 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x5571735e6df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa30 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so free 0x5571735daa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa30 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000118
+gallium_dri.so free 0x5571735daa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000119
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dabf0 0.000123
+gallium_dri.so free 0x5571735dacc0 void 0.000124
+gallium_dri.so free 0x5571735dabf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dabf0 0.000170
+gallium_dri.so free 0x5571735dad80 void 0.000166
+gallium_dri.so free 0x5571735dabf0 void 0.000178
+gallium_dri.so malloc 72 0x5571735dabf0 0.000260
+gallium_dri.so free 0x5571735dae40 void 0.000211
+gallium_dri.so free 0x5571735dabf0 void 0.000169
+gallium_dri.so malloc 72 0x5571735dadf0 0.000178
+gallium_dri.so free 0x5571735daec0 void 0.000214
+gallium_dri.so free 0x5571735dadf0 void 0.000216
+gallium_dri.so malloc 72 0x5571735daf10 0.000180
+gallium_dri.so free 0x5571735daf80 void 0.000243
+gallium_dri.so free 0x5571735daf10 void 0.000182
+gallium_dri.so malloc 72 0x5571735dafa0 0.000176
+gallium_dri.so free 0x5571735db040 void 0.000174
+gallium_dri.so free 0x5571735dafa0 void 0.000174
+gallium_dri.so malloc 72 0x5571735daff0 0.000178
+gallium_dri.so free 0x5571735db0c0 void 0.000212
+gallium_dri.so free 0x5571735daff0 void 0.000187
+gallium_dri.so malloc 72 0x5571735db0c0 0.000184
+gallium_dri.so free 0x5571735db180 void 0.000187
+gallium_dri.so free 0x5571735db0c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735db0c0 0.000189
+gallium_dri.so free 0x5571735db200 void 0.000190
+gallium_dri.so free 0x5571735db0c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735db200 0.000182
+gallium_dri.so free 0x5571735db2c0 void 0.000181
+gallium_dri.so free 0x5571735db200 void 0.000183
+gallium_dri.so malloc 72 0x5571735db200 0.000176
+gallium_dri.so free 0x5571735db380 void 0.000121
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so malloc 72 0x5571735db200 0.000114
+gallium_dri.so free 0x5571735db440 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db3f0 0.000112
+gallium_dri.so free 0x5571735db4c0 void 0.000113
+gallium_dri.so free 0x5571735db3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db510 0.000129
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db510 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5c0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6f0 0.000114
+gallium_dri.so free 0x5571735db740 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6f0 0.000112
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db7f0 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8b0 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000113
+gallium_dri.so free 0x5571735db8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8b0 0.000114
+gallium_dri.so free 0x5571735dba00 void 0.000114
+gallium_dri.so free 0x5571735db8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000113
+gallium_dri.so free 0x5571735dbac0 void 0.000115
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba70 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000125
+gallium_dri.so free 0x5571735dba70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000159
+gallium_dri.so malloc 72 0x5571735dbc30 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000114
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000172
+gallium_dri.so free 0x5571735dbdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbe40 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000116
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000114
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so free 0x5571735dbfe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dc030 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc030 0.000121
+gallium_dri.so free 0x5571735dc180 void 0.000117
+gallium_dri.so free 0x5571735dc030 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc180 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc180 0.000112
+gallium_dri.so free 0x5571735dc300 void 0.000112
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc180 0.000112
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc370 0.000112
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc370 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc430 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so free 0x5571735dc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc550 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc550 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000113
+gallium_dri.so free 0x5571735dc5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc630 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000114
+gallium_dri.so free 0x5571735dc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc630 0.000113
+gallium_dri.so free 0x5571735dc780 void 0.000385
+gallium_dri.so free 0x5571735dc630 void 0.000164
+gallium_dri.so malloc 72 0x5571735dc780 0.000173
+gallium_dri.so free 0x5571735dc840 void 0.000125
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc780 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dca40 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000162
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb00 0.000112
+gallium_dri.so free 0x5571735dcbc0 void 0.000116
+gallium_dri.so free 0x5571735dcb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb00 0.000114
+gallium_dri.so free 0x5571735dcc40 void 0.000114
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000122
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce00 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000112
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcff0 0.000113
+gallium_dri.so free 0x5571735dd040 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so free 0x5571735dd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000112
+gallium_dri.so free 0x5571735dd480 void 0.000114
+gallium_dri.so free 0x5571735dd3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000112
+gallium_dri.so free 0x5571735dd540 void 0.000114
+gallium_dri.so free 0x5571735dd4d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd560 0.000116
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so free 0x5571735dd560 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000111
+gallium_dri.so free 0x5571735dd680 void 0.000191
+gallium_dri.so free 0x5571735dd5b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735dd680 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000112
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd680 0.000113
+gallium_dri.so free 0x5571735dd7c0 void 0.000115
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000113
+gallium_dri.so free 0x5571735dd880 void 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000113
+gallium_dri.so free 0x5571735dd940 void 0.000168
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000112
+gallium_dri.so free 0x5571735dd7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000111
+gallium_dri.so free 0x5571735dda80 void 0.000116
+gallium_dri.so free 0x5571735dd9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddad0 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so free 0x5571735ddad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb80 0.000122
+gallium_dri.so free 0x5571735ddc80 void 0.000124
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735ddd00 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddb0 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735dddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde70 0.000120
+gallium_dri.so free 0x5571735ddf00 void 0.000116
+gallium_dri.so free 0x5571735dde70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde70 0.000114
+gallium_dri.so free 0x5571735ddfc0 void 0.000113
+gallium_dri.so free 0x5571735dde70 void 0.000113
+gallium_dri.so malloc 72 0x5571735de030 0.000153
+gallium_dri.so free 0x5571735de080 void 0.000116
+gallium_dri.so free 0x5571735de030 void 0.000112
+gallium_dri.so malloc 72 0x5571735de030 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de280 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de340 void 0.000113
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de380 0.000112
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5a0 0.000111
+gallium_dri.so free 0x5571735de640 void 0.000112
+gallium_dri.so free 0x5571735de5a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de5f0 0.000112
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5f0 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000113
+gallium_dri.so free 0x5571735de5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de740 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000113
+gallium_dri.so malloc 72 0x5571735de740 0.000112
+gallium_dri.so free 0x5571735de8c0 void 0.000112
+gallium_dri.so free 0x5571735de740 void 0.000111
+gallium_dri.so malloc 72 0x5571735de740 0.000112
+gallium_dri.so free 0x5571735de980 void 0.000153
+gallium_dri.so free 0x5571735de740 void 0.000116
+gallium_dri.so malloc 72 0x5571735de930 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000124
+gallium_dri.so free 0x5571735de930 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb10 0.000126
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deb10 void 0.000113
+gallium_dri.so malloc 72 0x5571735deba0 0.000117
+gallium_dri.so free 0x5571735dec40 void 0.000125
+gallium_dri.so free 0x5571735deba0 void 0.000123
+gallium_dri.so malloc 72 0x5571735debf0 0.000124
+gallium_dri.so free 0x5571735decc0 void 0.000118
+gallium_dri.so free 0x5571735debf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735debf0 0.000123
+gallium_dri.so free 0x5571735ded40 void 0.000124
+gallium_dri.so free 0x5571735debf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded40 0.000120
+gallium_dri.so free 0x5571735dee00 void 0.000118
+gallium_dri.so free 0x5571735ded40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded40 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000118
+gallium_dri.so free 0x5571735ded40 void 0.000125
+gallium_dri.so malloc 72 0x5571735deeb0 0.000122
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571735deeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df040 0.000127
+gallium_dri.so free 0x5571735df0c0 void 0.000124
+gallium_dri.so free 0x5571735df040 void 0.000124
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0c0 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so free 0x5571735df230 void 0.000123
+gallium_dri.so malloc 72 0x5571735df3c0 0.000122
+gallium_dri.so free 0x5571735df440 void 0.000123
+gallium_dri.so free 0x5571735df3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df440 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000123
+gallium_dri.so free 0x5571735df440 void 0.000124
+gallium_dri.so malloc 72 0x5571735df440 0.000122
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000145
+gallium_dri.so malloc 72 0x5571735df5b0 0.000124
+gallium_dri.so free 0x5571735df600 void 0.000129
+gallium_dri.so free 0x5571735df5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df5b0 0.000138
+gallium_dri.so free 0x5571735df700 void 0.000164
+gallium_dri.so free 0x5571735df5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df6b0 0.000130
+gallium_dri.so free 0x5571735df7c0 void 0.000125
+gallium_dri.so free 0x5571735df6b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df770 0.000126
+gallium_dri.so free 0x5571735df840 void 0.000131
+gallium_dri.so free 0x5571735df770 void 0.000129
+gallium_dri.so malloc 72 0x5571735df770 0.000124
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df770 void 0.000123
+gallium_dri.so malloc 72 0x5571735df770 0.000130
+gallium_dri.so free 0x5571735df9c0 void 0.000129
+gallium_dri.so free 0x5571735df770 void 0.000129
+gallium_dri.so malloc 72 0x5571735df970 0.000129
+gallium_dri.so free 0x5571735dfa40 void 0.000129
+gallium_dri.so free 0x5571735df970 void 0.000168
+gallium_dri.so malloc 72 0x5571735dfa90 0.000160
+gallium_dri.so free 0x5571735dfb00 void 0.000162
+gallium_dri.so free 0x5571735dfa90 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfb20 0.000130
+gallium_dri.so free 0x5571735dfbc0 void 0.000130
+gallium_dri.so free 0x5571735dfb20 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfb70 0.000129
+gallium_dri.so free 0x5571735dfc40 void 0.000125
+gallium_dri.so free 0x5571735dfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc40 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000119
+gallium_dri.so free 0x5571735dfc40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfc40 0.000131
+gallium_dri.so free 0x5571735dfd80 void 0.000129
+gallium_dri.so free 0x5571735dfc40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfd80 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000126
+gallium_dri.so free 0x5571735dfd80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfd80 0.000119
+gallium_dri.so free 0x5571735dff00 void 0.000133
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfd80 0.000124
+gallium_dri.so free 0x5571735dffc0 void 0.000131
+gallium_dri.so free 0x5571735dfd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dff70 0.000129
+gallium_dri.so free 0x5571735e0040 void 0.000132
+gallium_dri.so free 0x5571735dff70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0090 0.000131
+gallium_dri.so free 0x5571735e0100 void 0.000125
+gallium_dri.so free 0x5571735e0090 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0140 0.000122
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0140 0.000161
+gallium_dri.so free 0x5571735e0240 void 0.000166
+gallium_dri.so free 0x5571735e0140 void 0.000229
+gallium_dri.so malloc 72 0x5571735e0270 0.000278
+gallium_dri.so free 0x5571735e02c0 void 0.000277
+gallium_dri.so free 0x5571735e0270 void 0.000293
+gallium_dri.so malloc 72 0x5571735e0270 0.000265
+gallium_dri.so free 0x5571735e03c0 void 0.000280
+gallium_dri.so free 0x5571735e0270 void 0.000273
+gallium_dri.so malloc 72 0x5571735e0370 0.000266
+gallium_dri.so free 0x5571735e0480 void 0.000280
+gallium_dri.so free 0x5571735e0370 void 0.000269
+gallium_dri.so malloc 72 0x5571735e0430 0.000265
+gallium_dri.so free 0x5571735e04c0 void 0.000281
+gallium_dri.so free 0x5571735e0430 void 0.000233
+gallium_dri.so malloc 72 0x5571735e0430 0.000282
+gallium_dri.so free 0x5571735e0580 void 0.000272
+gallium_dri.so free 0x5571735e0430 void 0.000266
+gallium_dri.so malloc 72 0x5571735e05f0 0.000262
+gallium_dri.so free 0x5571735e0640 void 0.000223
+gallium_dri.so free 0x5571735e05f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735e05f0 0.000221
+gallium_dri.so free 0x5571735e0740 void 0.000192
+gallium_dri.so free 0x5571735e05f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e06f0 0.000130
+gallium_dri.so free 0x5571735e0800 void 0.000130
+gallium_dri.so free 0x5571735e06f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e07b0 0.000130
+gallium_dri.so free 0x5571735e0840 void 0.000125
+gallium_dri.so free 0x5571735e07b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e07b0 0.000131
+gallium_dri.so free 0x5571735e0900 void 0.000130
+gallium_dri.so free 0x5571735e07b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0940 0.000141
+gallium_dri.so free 0x5571735e09c0 void 0.000132
+gallium_dri.so free 0x5571735e0940 void 0.000130
+gallium_dri.so malloc 72 0x5571735e09c0 0.000142
+gallium_dri.so free 0x5571735e0a80 void 0.000127
+gallium_dri.so free 0x5571735e09c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e09c0 0.000190
+gallium_dri.so free 0x5571735e0b40 void 0.000140
+gallium_dri.so free 0x5571735e09c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0b60 0.000131
+gallium_dri.so free 0x5571735e0c00 void 0.000128
+gallium_dri.so free 0x5571735e0b60 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000137
+gallium_dri.so free 0x5571735e0c80 void 0.000136
+gallium_dri.so free 0x5571735e0bb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000136
+gallium_dri.so free 0x5571735e0d00 void 0.000131
+gallium_dri.so free 0x5571735e0bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0d00 0.000133
+gallium_dri.so free 0x5571735e0dc0 void 0.000130
+gallium_dri.so free 0x5571735e0d00 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0d00 0.000133
+gallium_dri.so free 0x5571735e0e80 void 0.000136
+gallium_dri.so free 0x5571735e0d00 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0d00 0.000139
+gallium_dri.so free 0x5571735e0f40 void 0.000137
+gallium_dri.so free 0x5571735e0d00 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000137
+gallium_dri.so free 0x5571735e1000 void 0.000137
+gallium_dri.so free 0x5571735e0ef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000137
+gallium_dri.so free 0x5571735e1080 void 0.000132
+gallium_dri.so free 0x5571735e0fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e10d0 0.000136
+gallium_dri.so free 0x5571735e1140 void 0.000140
+gallium_dri.so free 0x5571735e10d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1160 0.000128
+gallium_dri.so free 0x5571735e1200 void 0.000132
+gallium_dri.so free 0x5571735e1160 void 0.000137
+gallium_dri.so malloc 72 0x5571735e11b0 0.000131
+gallium_dri.so free 0x5571735e1280 void 0.000134
+gallium_dri.so free 0x5571735e11b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e11b0 0.000137
+gallium_dri.so free 0x5571735e1300 void 0.000137
+gallium_dri.so free 0x5571735e11b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1300 0.000189
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so free 0x5571735e1300 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1300 0.000136
+gallium_dri.so free 0x5571735eb380 void 0.000136
+gallium_dri.so free 0x5571735e1300 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1300 0.000132
+gallium_dri.so free 0x5571735eb440 void 0.000138
+gallium_dri.so free 0x5571735e1300 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1300 0.000132
+gallium_dri.so free 0x5571735eb500 void 0.000128
+gallium_dri.so free 0x5571735e1300 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000136
+gallium_dri.so free 0x5571735eb580 void 0.000137
+gallium_dri.so free 0x5571735eb4b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000179
+gallium_dri.so free 0x5571735eb640 void 0.000130
+gallium_dri.so free 0x5571735eb5d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb660 0.000130
+gallium_dri.so free 0x5571735eb700 void 0.000125
+gallium_dri.so free 0x5571735eb660 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000130
+gallium_dri.so free 0x5571735eb780 void 0.000129
+gallium_dri.so free 0x5571735eb6b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000123
+gallium_dri.so free 0x5571735eb880 void 0.000121
+gallium_dri.so free 0x5571735eb6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb830 0.000129
+gallium_dri.so free 0x5571735eb900 void 0.000130
+gallium_dri.so free 0x5571735eb830 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb950 0.000130
+gallium_dri.so free 0x5571735eb9c0 void 0.000170
+gallium_dri.so free 0x5571735eb950 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000127
+gallium_dri.so free 0x5571735eba80 void 0.000126
+gallium_dri.so free 0x5571735eb9e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eba30 0.000122
+gallium_dri.so free 0x5571735ebb00 void 0.000121
+gallium_dri.so free 0x5571735eba30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eba30 0.000130
+gallium_dri.so free 0x5571735ebb80 void 0.000128
+gallium_dri.so free 0x5571735eba30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebb80 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000125
+gallium_dri.so free 0x5571735ebb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebb80 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000129
+gallium_dri.so free 0x5571735ebb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebb80 0.000140
+gallium_dri.so free 0x5571735ebdc0 void 0.000131
+gallium_dri.so free 0x5571735ebb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebdf0 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so free 0x5571735ebdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdf0 0.000120
+gallium_dri.so free 0x5571735ebf40 void 0.000120
+gallium_dri.so free 0x5571735ebdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebef0 0.000119
+gallium_dri.so free 0x5571735ec000 void 0.000120
+gallium_dri.so free 0x5571735ebef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec040 void 0.000121
+gallium_dri.so free 0x5571735ebfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ebfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec150 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec150 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec200 0.000119
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so free 0x5571735ec200 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec280 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec280 0.000119
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000174
+gallium_dri.so free 0x5571735ec440 void 0.000115
+gallium_dri.so free 0x5571735ec3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000115
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000114
+gallium_dri.so free 0x5571735ec7c0 void 0.000116
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000113
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec840 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000125
+gallium_dri.so free 0x5571735ec840 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec840 0.000112
+gallium_dri.so free 0x5571735ec9c0 void 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec840 0.000114
+gallium_dri.so free 0x5571735eca80 void 0.000156
+gallium_dri.so free 0x5571735ec840 void 0.000117
+gallium_dri.so malloc 72 0x5571735eca30 0.000116
+gallium_dri.so free 0x5571735eae40 void 0.000117
+gallium_dri.so free 0x5571735eca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca30 0.000113
+gallium_dri.so free 0x5571735afa00 void 0.000115
+gallium_dri.so free 0x5571735eca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735ea800 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735bc180 void 0.000115
+gallium_dri.so free 0x5571735af9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735af9b0 0.000115
+gallium_dri.so free 0x5571735a2880 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a2830 0.000112
+gallium_dri.so free 0x5571735bb680 void 0.000115
+gallium_dri.so free 0x5571735a2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb680 0.000115
+gallium_dri.so free 0x5571735ea740 void 0.000127
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb680 0.000114
+gallium_dri.so free 0x5571735af300 void 0.000114
+gallium_dri.so free 0x5571735bb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735af320 0.000113
+gallium_dri.so free 0x5571735bba40 void 0.000114
+gallium_dri.so free 0x5571735af320 void 0.000115
+gallium_dri.so malloc 72 0x5571735af320 0.000113
+gallium_dri.so free 0x5571735bbe00 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000147
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000116
+gallium_dri.so free 0x5571735bca40 void 0.000115
+gallium_dri.so free 0x5571735bbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000113
+gallium_dri.so free 0x5571735ea9c0 void 0.000114
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000112
+gallium_dri.so free 0x5571735b8980 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000116
+gallium_dri.so free 0x5571735bc5c0 void 0.000116
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc610 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so free 0x5571735bc610 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf40 0.000113
+gallium_dri.so free 0x5571735b8040 void 0.000127
+gallium_dri.so free 0x5571735baf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000114
+gallium_dri.so free 0x5571735b5b40 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735eb0c0 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000114
+gallium_dri.so free 0x5571735eab00 void 0.000114
+gallium_dri.so free 0x5571735eb070 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000116
+gallium_dri.so free 0x5571735eb070 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb280 0.000114
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735bb280 void 0.000114
+gallium_dri.so malloc 72 0x5571735bb280 0.000115
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735bb280 void 0.000115
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7940 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7e40 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7e80 0.000112
+gallium_dri.so free 0x5571735b7700 void 0.000164
+gallium_dri.so free 0x5571735b7e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7750 0.000113
+gallium_dri.so free 0x5571735b7a80 void 0.000115
+gallium_dri.so free 0x5571735b7750 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7750 0.000115
+gallium_dri.so free 0x5571735b7b40 void 0.000115
+gallium_dri.so free 0x5571735b7750 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7750 0.000113
+gallium_dri.so free 0x5571735e9bc0 void 0.000115
+gallium_dri.so free 0x5571735b7750 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000115
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000116
+gallium_dri.so free 0x5571735e9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000114
+gallium_dri.so free 0x5571735adc80 void 0.000115
+gallium_dri.so free 0x5571735adb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735adc30 0.000115
+gallium_dri.so free 0x5571735ea680 void 0.000114
+gallium_dri.so free 0x5571735adc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea630 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ea630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ea630 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec940 0.000115
+gallium_dri.so free 0x5571735b9380 void 0.000115
+gallium_dri.so free 0x5571735ec940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec940 0.000158
+gallium_dri.so free 0x5571735b9440 void 0.000118
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9460 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000115
+gallium_dri.so free 0x5571735b9460 void 0.000114
+gallium_dri.so malloc 72 0x5571735d74f0 0.000114
+gallium_dri.so free 0x5571735d7540 void 0.000115
+gallium_dri.so free 0x5571735d74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d74f0 0.000113
+gallium_dri.so free 0x5571735a9140 void 0.000115
+gallium_dri.so free 0x5571735d74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a9140 0.000115
+gallium_dri.so free 0x5571735a9200 void 0.000114
+gallium_dri.so free 0x5571735a9140 void 0.000113
+gallium_dri.so malloc 72 0x5571735a9140 0.000114
+gallium_dri.so free 0x5571735d7640 void 0.000115
+gallium_dri.so free 0x5571735a9140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d75f0 0.000115
+gallium_dri.so free 0x5571735afe40 void 0.000115
+gallium_dri.so free 0x5571735d75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735a9280 void 0.000169
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a92c0 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000115
+gallium_dri.so free 0x5571735a92c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735aff00 0.000113
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735aff00 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000237
+gallium_dri.so malloc 72 0x5571735aff00 0.000187
+gallium_dri.so free 0x5571735adf40 void 0.000157
+gallium_dri.so free 0x5571735aff00 void 0.000119
+gallium_dri.so malloc 72 0x5571735adef0 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so free 0x5571735adef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000111
+gallium_dri.so free 0x5571735a8f80 void 0.000116
+gallium_dri.so free 0x5571735a8ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735a9080 void 0.000116
+gallium_dri.so free 0x5571735a8ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a9030 0.000111
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so free 0x5571735a9030 void 0.000133
+gallium_dri.so malloc 72 0x5571735a9030 0.000124
+gallium_dri.so free 0x5571735a8a80 void 0.000125
+gallium_dri.so free 0x5571735a9030 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000122
+gallium_dri.so free 0x5571735b5f40 void 0.000124
+gallium_dri.so free 0x5571735a8ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b5f40 0.000124
+gallium_dri.so free 0x5571735b6000 void 0.000121
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5f40 0.000116
+gallium_dri.so free 0x5571735a8b40 void 0.000115
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b70 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000115
+gallium_dri.so free 0x5571735a8b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8b70 0.000115
+gallium_dri.so free 0x5571735b60c0 void 0.000169
+gallium_dri.so free 0x5571735a8b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8b70 0.000113
+gallium_dri.so free 0x5571735a8d40 void 0.000115
+gallium_dri.so free 0x5571735a8b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8cf0 0.000114
+gallium_dri.so free 0x5571735a71c0 void 0.000116
+gallium_dri.so free 0x5571735a8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a71e0 0.000225
+gallium_dri.so free 0x5571735a7280 void 0.000166
+gallium_dri.so free 0x5571735a71e0 void 0.000162
+gallium_dri.so malloc 72 0x5571735a7230 0.000126
+gallium_dri.so free 0x5571735a7300 void 0.000121
+gallium_dri.so free 0x5571735a7230 void 0.000117
+gallium_dri.so malloc 72 0x5571735a7230 0.000117
+gallium_dri.so free 0x5571735ae700 void 0.000120
+gallium_dri.so free 0x5571735a7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae750 0.000118
+gallium_dri.so free 0x5571735ae7c0 void 0.000117
+gallium_dri.so free 0x5571735ae750 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae820 0.000118
+gallium_dri.so free 0x5571734f6040 void 0.000120
+gallium_dri.so free 0x5571735ae820 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f6100 void 0.000119
+gallium_dri.so free 0x5571735ae820 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae820 0.000119
+gallium_dri.so free 0x5571734f61c0 void 0.000118
+gallium_dri.so free 0x5571735ae820 void 0.000118
+gallium_dri.so malloc 72 0x5571734f6170 0.000119
+gallium_dri.so free 0x5571735be540 void 0.000118
+gallium_dri.so free 0x5571734f6170 void 0.000117
+gallium_dri.so malloc 72 0x5571735be590 0.000118
+gallium_dri.so free 0x5571735be600 void 0.000124
+gallium_dri.so free 0x5571735be590 void 0.000112
+gallium_dri.so malloc 72 0x5571735be620 0.000110
+gallium_dri.so free 0x5571735be6c0 void 0.000111
+gallium_dri.so free 0x5571735be620 void 0.000112
+gallium_dri.so malloc 72 0x5571735be670 0.000112
+gallium_dri.so free 0x5571735b0100 void 0.000111
+gallium_dri.so free 0x5571735be670 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0100 0.000113
+gallium_dri.so free 0x5571735b01c0 void 0.000112
+gallium_dri.so free 0x5571735b0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0100 0.000112
+gallium_dri.so free 0x5571735b0240 void 0.000111
+gallium_dri.so free 0x5571735b0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0240 0.000110
+gallium_dri.so free 0x5571735b6e80 void 0.000112
+gallium_dri.so free 0x5571735b0240 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0240 0.000111
+gallium_dri.so free 0x5571735b6f00 void 0.000110
+gallium_dri.so free 0x5571735b0240 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6f30 0.000111
+gallium_dri.so free 0x5571735b6f80 void 0.000109
+gallium_dri.so free 0x5571735b6f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6f30 0.000110
+gallium_dri.so free 0x5571735b7080 void 0.000111
+gallium_dri.so free 0x5571735b6f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7030 0.000111
+gallium_dri.so free 0x5571735af000 void 0.000112
+gallium_dri.so free 0x5571735b7030 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7030 0.000115
+gallium_dri.so free 0x5571735af100 void 0.000115
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000114
+gallium_dri.so free 0x5571735af140 void 0.000117
+gallium_dri.so free 0x5571735af0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735af0b0 0.000113
+gallium_dri.so free 0x5571735af200 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735af240 0.000114
+gallium_dri.so free 0x5571735b0740 void 0.000154
+gallium_dri.so free 0x5571735af240 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0740 0.000115
+gallium_dri.so free 0x5571735b0800 void 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000116
+gallium_dri.so free 0x5571735b08c0 void 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000114
+gallium_dri.so free 0x5571735b8180 void 0.000116
+gallium_dri.so free 0x5571735b0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735b81f0 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000116
+gallium_dri.so free 0x5571735b81f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b81f0 0.000114
+gallium_dri.so free 0x5571735b8340 void 0.000116
+gallium_dri.so free 0x5571735b81f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b82f0 0.000114
+gallium_dri.so free 0x5571735b8400 void 0.000113
+gallium_dri.so free 0x5571735b82f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b83b0 0.000112
+gallium_dri.so free 0x5571735b0980 void 0.000113
+gallium_dri.so free 0x5571735b83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0930 0.000113
+gallium_dri.so free 0x5571735d8d40 void 0.000113
+gallium_dri.so free 0x5571735b0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0930 0.000112
+gallium_dri.so free 0x5571735d8e40 void 0.000113
+gallium_dri.so free 0x5571735b0930 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8df0 0.000124
+gallium_dri.so free 0x5571735d8f00 void 0.000125
+gallium_dri.so free 0x5571735d8df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000121
+gallium_dri.so free 0x5571735d8f80 void 0.000119
+gallium_dri.so free 0x5571735d8eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000119
+gallium_dri.so free 0x5571735d9300 void 0.000120
+gallium_dri.so free 0x5571735d8eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000121
+gallium_dri.so free 0x5571735d9380 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000117
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9400 0.000110
+gallium_dri.so free 0x5571735d9040 void 0.000111
+gallium_dri.so free 0x5571735d9400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9400 0.000111
+gallium_dri.so free 0x5571735d94c0 void 0.000111
+gallium_dri.so free 0x5571735d9400 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9400 0.000110
+gallium_dri.so free 0x5571735d9580 void 0.000112
+gallium_dri.so free 0x5571735d9400 void 0.000111
+gallium_dri.so malloc 72 0x5571735d95d0 0.000110
+gallium_dri.so free 0x5571735b71c0 void 0.000111
+gallium_dri.so free 0x5571735d95d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b7170 0.000111
+gallium_dri.so free 0x5571735b7240 void 0.000112
+gallium_dri.so free 0x5571735b7170 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7290 0.000111
+gallium_dri.so free 0x5571735d9640 void 0.000111
+gallium_dri.so free 0x5571735b7290 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9660 0.000121
+gallium_dri.so free 0x5571735b7300 void 0.000112
+gallium_dri.so free 0x5571735d9660 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7330 0.000117
+gallium_dri.so free 0x5571735b7380 void 0.000113
+gallium_dri.so free 0x5571735b7330 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7330 0.000110
+gallium_dri.so free 0x5571735b7480 void 0.000127
+gallium_dri.so free 0x5571735b7330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7430 0.000115
+gallium_dri.so free 0x5571735b7540 void 0.000115
+gallium_dri.so free 0x5571735b7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b75c0 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b61c0 void 0.000116
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b6280 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6230 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000116
+gallium_dri.so free 0x5571735b6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6350 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000114
+gallium_dri.so free 0x5571735b6350 void 0.000114
+gallium_dri.so malloc 72 0x5571735b63e0 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000115
+gallium_dri.so free 0x5571735b63e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6430 0.000114
+gallium_dri.so free 0x5571735b6500 void 0.000115
+gallium_dri.so free 0x5571735b6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6430 0.000113
+gallium_dri.so free 0x5571735b6600 void 0.000201
+gallium_dri.so free 0x5571735b6430 void 0.000127
+gallium_dri.so malloc 72 0x5571735b65b0 0.000225
+gallium_dri.so free 0x5571735b6680 void 0.000228
+gallium_dri.so free 0x5571735b65b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735b66d0 0.000206
+gallium_dri.so free 0x5571735b6740 void 0.000165
+gallium_dri.so free 0x5571735b66d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6760 0.000148
+gallium_dri.so free 0x5571735b6800 void 0.000122
+gallium_dri.so free 0x5571735b6760 void 0.000120
+gallium_dri.so malloc 72 0x5571735b67b0 0.000118
+gallium_dri.so free 0x5571735b6880 void 0.000119
+gallium_dri.so free 0x5571735b67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b67b0 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000119
+gallium_dri.so free 0x5571735b67b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b51c0 0.000118
+gallium_dri.so free 0x5571735b5280 void 0.000118
+gallium_dri.so free 0x5571735b51c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b51c0 0.000120
+gallium_dri.so free 0x5571735b6900 void 0.000118
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b51c0 0.000124
+gallium_dri.so free 0x5571735b5380 void 0.000112
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b51c0 0.000112
+gallium_dri.so free 0x5571735b5440 void 0.000111
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b53f0 0.000165
+gallium_dri.so free 0x5571735b54c0 void 0.000113
+gallium_dri.so free 0x5571735b53f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5510 0.000112
+gallium_dri.so free 0x5571735b5580 void 0.000110
+gallium_dri.so free 0x5571735b5510 void 0.000111
+gallium_dri.so malloc 72 0x5571735b55a0 0.000110
+gallium_dri.so free 0x5571735b5640 void 0.000110
+gallium_dri.so free 0x5571735b55a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b55f0 0.000109
+gallium_dri.so free 0x5571735b56c0 void 0.000111
+gallium_dri.so free 0x5571735b55f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b56c0 0.000111
+gallium_dri.so free 0x5571735b5780 void 0.000112
+gallium_dri.so free 0x5571735b56c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b56c0 0.000111
+gallium_dri.so free 0x5571735b5800 void 0.000115
+gallium_dri.so free 0x5571735b56c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5800 0.000112
+gallium_dri.so free 0x5571735b58c0 void 0.000112
+gallium_dri.so free 0x5571735b5800 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5800 0.000110
+gallium_dri.so free 0x5571735b5980 void 0.000117
+gallium_dri.so free 0x5571735b5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2340 void 0.000114
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2390 0.000114
+gallium_dri.so free 0x5571735b2400 void 0.000115
+gallium_dri.so free 0x5571735b2390 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2440 0.000114
+gallium_dri.so free 0x5571735b24c0 void 0.000114
+gallium_dri.so free 0x5571735b2440 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2440 0.000116
+gallium_dri.so free 0x5571735b2540 void 0.000116
+gallium_dri.so free 0x5571735b2440 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2570 0.000114
+gallium_dri.so free 0x5571735b25c0 void 0.000115
+gallium_dri.so free 0x5571735b2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2570 0.000115
+gallium_dri.so free 0x5571735b26c0 void 0.000114
+gallium_dri.so free 0x5571735b2570 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2670 0.000116
+gallium_dri.so free 0x5571735b2780 void 0.000115
+gallium_dri.so free 0x5571735b2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2730 0.000113
+gallium_dri.so free 0x5571735b27c0 void 0.000175
+gallium_dri.so free 0x5571735b2730 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2730 0.000124
+gallium_dri.so free 0x5571735b2880 void 0.000124
+gallium_dri.so free 0x5571735b2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735b28f0 0.000118
+gallium_dri.so free 0x5571735b2940 void 0.000119
+gallium_dri.so free 0x5571735b28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b28f0 0.000118
+gallium_dri.so free 0x5571735b2a40 void 0.000117
+gallium_dri.so free 0x5571735b28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b29f0 0.000118
+gallium_dri.so free 0x5571735b2b00 void 0.000118
+gallium_dri.so free 0x5571735b29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000119
+gallium_dri.so free 0x5571735b2b40 void 0.000118
+gallium_dri.so free 0x5571735b2ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000118
+gallium_dri.so free 0x5571735d98c0 void 0.000118
+gallium_dri.so free 0x5571735b2ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000119
+gallium_dri.so free 0x5571735d99c0 void 0.000119
+gallium_dri.so free 0x5571735b2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9970 0.000118
+gallium_dri.so free 0x5571735d9a80 void 0.000119
+gallium_dri.so free 0x5571735d9970 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9a30 0.000113
+gallium_dri.so free 0x5571735d9b00 void 0.000110
+gallium_dri.so free 0x5571735d9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9a30 0.000111
+gallium_dri.so free 0x5571735d9bc0 void 0.000110
+gallium_dri.so free 0x5571735d9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9a30 0.000112
+gallium_dri.so free 0x5571735d9c80 void 0.000112
+gallium_dri.so free 0x5571735d9a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9c30 0.000111
+gallium_dri.so free 0x5571735d9d00 void 0.000111
+gallium_dri.so free 0x5571735d9c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9d50 0.000110
+gallium_dri.so free 0x5571735d9dc0 void 0.000147
+gallium_dri.so free 0x5571735d9d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9de0 0.000113
+gallium_dri.so free 0x5571735d9e80 void 0.000110
+gallium_dri.so free 0x5571735d9de0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9e30 0.000111
+gallium_dri.so free 0x5571735d9f00 void 0.000110
+gallium_dri.so free 0x5571735d9e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9f00 0.000119
+gallium_dri.so free 0x5571735d9fc0 void 0.000121
+gallium_dri.so free 0x5571735d9f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9f00 0.000111
+gallium_dri.so free 0x5571735da040 void 0.000112
+gallium_dri.so free 0x5571735d9f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735da040 0.000126
+gallium_dri.so free 0x5571735da100 void 0.000115
+gallium_dri.so free 0x5571735da040 void 0.000114
+gallium_dri.so malloc 72 0x5571735da040 0.000114
+gallium_dri.so free 0x5571735da1c0 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000113
+gallium_dri.so malloc 72 0x5571735da040 0.000114
+gallium_dri.so free 0x5571735da280 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000115
+gallium_dri.so malloc 72 0x5571735da230 0.000118
+gallium_dri.so free 0x5571735da300 void 0.000115
+gallium_dri.so free 0x5571735da230 void 0.000114
+gallium_dri.so malloc 72 0x5571735da350 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000115
+gallium_dri.so free 0x5571735da350 void 0.000113
+gallium_dri.so malloc 72 0x5571735da350 0.000116
+gallium_dri.so free 0x5571735bd940 void 0.000115
+gallium_dri.so free 0x5571735da350 void 0.000114
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000113
+gallium_dri.so free 0x5571735da3c0 void 0.000115
+gallium_dri.so free 0x5571735bd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da3f0 0.000113
+gallium_dri.so free 0x5571735bd980 void 0.000116
+gallium_dri.so free 0x5571735da3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da3f0 0.000115
+gallium_dri.so free 0x5571735bda80 void 0.000116
+gallium_dri.so free 0x5571735da3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bda30 0.000207
+gallium_dri.so free 0x5571735bdb40 void 0.000161
+gallium_dri.so free 0x5571735bda30 void 0.000161
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000124
+gallium_dri.so free 0x5571735bdb80 void 0.000230
+gallium_dri.so free 0x5571735bdaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000118
+gallium_dri.so free 0x5571735bdc40 void 0.000120
+gallium_dri.so free 0x5571735bdaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000118
+gallium_dri.so free 0x5571735bdd00 void 0.000118
+gallium_dri.so free 0x5571735bdcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000118
+gallium_dri.so free 0x5571735bde00 void 0.000119
+gallium_dri.so free 0x5571735bdcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bddb0 0.000119
+gallium_dri.so free 0x5571735bdec0 void 0.000118
+gallium_dri.so free 0x5571735bddb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bde70 0.000118
+gallium_dri.so free 0x5571735bdf00 void 0.000118
+gallium_dri.so free 0x5571735bde70 void 0.000119
+gallium_dri.so malloc 72 0x5571735bde70 0.000118
+gallium_dri.so free 0x5571735bdfc0 void 0.000118
+gallium_dri.so free 0x5571735bde70 void 0.000126
+gallium_dri.so malloc 72 0x5571735be000 0.000114
+gallium_dri.so free 0x5571735be080 void 0.000112
+gallium_dri.so free 0x5571735be000 void 0.000111
+gallium_dri.so malloc 72 0x5571735be080 0.000112
+gallium_dri.so free 0x5571735be140 void 0.000110
+gallium_dri.so free 0x5571735be080 void 0.000110
+gallium_dri.so malloc 72 0x5571735be080 0.000111
+gallium_dri.so free 0x5571735be200 void 0.000111
+gallium_dri.so free 0x5571735be080 void 0.000110
+gallium_dri.so malloc 72 0x5571735be220 0.000110
+gallium_dri.so free 0x5571735be2c0 void 0.000111
+gallium_dri.so free 0x5571735be220 void 0.000112
+gallium_dri.so malloc 72 0x5571735be270 0.000112
+gallium_dri.so free 0x5571735be340 void 0.000109
+gallium_dri.so free 0x5571735be270 void 0.000110
+gallium_dri.so malloc 72 0x5571735be270 0.000111
+gallium_dri.so free 0x5571735b9bc0 void 0.000112
+gallium_dri.so free 0x5571735be270 void 0.000110
+gallium_dri.so malloc 72 0x5571735b9b70 0.000112
+gallium_dri.so free 0x5571735b9c80 void 0.000110
+gallium_dri.so free 0x5571735b9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9c30 0.000111
+gallium_dri.so free 0x5571735b9cc0 void 0.000111
+gallium_dri.so free 0x5571735b9c30 void 0.000109
+gallium_dri.so malloc 72 0x5571735b9c30 0.000113
+gallium_dri.so free 0x5571735b9d80 void 0.000112
+gallium_dri.so free 0x5571735b9c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000111
+gallium_dri.so free 0x5571735b9e40 void 0.000126
+gallium_dri.so free 0x5571735b9dd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9e80 0.000113
+gallium_dri.so free 0x5571735b9f00 void 0.000115
+gallium_dri.so free 0x5571735b9e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9f00 0.000114
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f00 0.000113
+gallium_dri.so free 0x5571735ba040 void 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba070 0.000113
+gallium_dri.so free 0x5571735ba0c0 void 0.000114
+gallium_dri.so free 0x5571735ba070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba070 0.000150
+gallium_dri.so free 0x5571735ba1c0 void 0.000117
+gallium_dri.so free 0x5571735ba070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba170 0.000114
+gallium_dri.so free 0x5571735ba280 void 0.000115
+gallium_dri.so free 0x5571735ba170 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba230 0.000171
+gallium_dri.so free 0x5571735ba300 void 0.000116
+gallium_dri.so free 0x5571735ba230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba320 0.000113
+gallium_dri.so free 0x5571735ba3c0 void 0.000116
+gallium_dri.so free 0x5571735ba320 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba370 0.000113
+gallium_dri.so free 0x5571735ba440 void 0.000129
+gallium_dri.so free 0x5571735ba370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba370 0.000125
+gallium_dri.so free 0x5571735ba4c0 void 0.000120
+gallium_dri.so free 0x5571735ba370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000118
+gallium_dri.so free 0x5571735ba580 void 0.000120
+gallium_dri.so free 0x5571735ba4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000118
+gallium_dri.so free 0x5571735ba640 void 0.000118
+gallium_dri.so free 0x5571735ba4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000118
+gallium_dri.so free 0x5571735ba700 void 0.000119
+gallium_dri.so free 0x5571735ba4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000120
+gallium_dri.so free 0x5571735ba700 void 0.000119
+gallium_dri.so free 0x5571735ba6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000118
+gallium_dri.so free 0x5571735ba800 void 0.000118
+gallium_dri.so free 0x5571735ba6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000119
+gallium_dri.so free 0x5571735ba7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7360 0.000116
+gallium_dri.so free 0x5571735e7400 void 0.000118
+gallium_dri.so free 0x5571735e7360 void 0.000127
+gallium_dri.so malloc 72 0x5571735e73b0 0.000112
+gallium_dri.so free 0x5571735e7480 void 0.000111
+gallium_dri.so free 0x5571735e73b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e73b0 0.000111
+gallium_dri.so free 0x5571735e7500 void 0.000111
+gallium_dri.so free 0x5571735e73b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7500 0.000110
+gallium_dri.so free 0x5571735e75c0 void 0.000111
+gallium_dri.so free 0x5571735e7500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7500 0.000111
+gallium_dri.so free 0x5571735e76c0 void 0.000113
+gallium_dri.so free 0x5571735e7500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7500 0.000110
+gallium_dri.so free 0x5571735e7740 void 0.000111
+gallium_dri.so free 0x5571735e7500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7770 0.000109
+gallium_dri.so free 0x5571735e77c0 void 0.000110
+gallium_dri.so free 0x5571735e7770 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7770 0.000110
+gallium_dri.so free 0x5571735e78c0 void 0.000109
+gallium_dri.so free 0x5571735e7770 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7870 0.000115
+gallium_dri.so free 0x5571735e7980 void 0.000136
+gallium_dri.so free 0x5571735e7870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7930 0.000111
+gallium_dri.so free 0x5571735e79c0 void 0.000114
+gallium_dri.so free 0x5571735e7930 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7930 0.000128
+gallium_dri.so free 0x5571735e7a80 void 0.000115
+gallium_dri.so free 0x5571735e7930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ad0 0.000116
+gallium_dri.so free 0x5571735e7b40 void 0.000115
+gallium_dri.so free 0x5571735e7ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7b80 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000115
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000113
+gallium_dri.so free 0x5571735e7cc0 void 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000113
+gallium_dri.so free 0x5571735e7d40 void 0.000115
+gallium_dri.so free 0x5571735e7c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7dc0 void 0.000113
+gallium_dri.so free 0x5571735e7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000116
+gallium_dri.so free 0x5571735e7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7e70 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so free 0x5571735e7e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f30 0.000115
+gallium_dri.so free 0x5571735e8000 void 0.000115
+gallium_dri.so free 0x5571735e7f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8020 0.000123
+gallium_dri.so free 0x5571735e80c0 void 0.000149
+gallium_dri.so free 0x5571735e8020 void 0.000148
+gallium_dri.so malloc 72 0x5571735e8070 0.000149
+gallium_dri.so free 0x5571735e8140 void 0.000149
+gallium_dri.so free 0x5571735e8070 void 0.000148
+gallium_dri.so malloc 72 0x5571735e8070 0.000147
+gallium_dri.so free 0x5571735d78c0 void 0.000148
+gallium_dri.so free 0x5571735e8070 void 0.000148
+gallium_dri.so malloc 72 0x5571735d7910 0.000160
+gallium_dri.so free 0x5571735d7980 void 0.000169
+gallium_dri.so free 0x5571735d7910 void 0.000218
+gallium_dri.so malloc 72 0x5571735d79a0 0.000166
+gallium_dri.so free 0x5571735d7a40 void 0.000163
+gallium_dri.so free 0x5571735d79a0 void 0.000157
+gallium_dri.so malloc 72 0x5571735d79f0 0.000154
+gallium_dri.so free 0x5571735d7ac0 void 0.000160
+gallium_dri.so free 0x5571735d79f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d79f0 0.000156
+gallium_dri.so free 0x5571735d7bc0 void 0.000155
+gallium_dri.so free 0x5571735d79f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735d7b70 0.000162
+gallium_dri.so free 0x5571735d7c40 void 0.000162
+gallium_dri.so free 0x5571735d7b70 void 0.000161
+gallium_dri.so malloc 72 0x5571735d7c90 0.000170
+gallium_dri.so free 0x5571735d7d00 void 0.000128
+gallium_dri.so free 0x5571735d7c90 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7d20 0.000125
+gallium_dri.so free 0x5571735d7dc0 void 0.000125
+gallium_dri.so free 0x5571735d7d20 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7d70 0.000126
+gallium_dri.so free 0x5571735d7e40 void 0.000127
+gallium_dri.so free 0x5571735d7d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7d70 0.000126
+gallium_dri.so free 0x5571735d7ec0 void 0.000127
+gallium_dri.so free 0x5571735d7d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000127
+gallium_dri.so free 0x5571735d7f80 void 0.000124
+gallium_dri.so free 0x5571735d7ec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000126
+gallium_dri.so free 0x5571735d8080 void 0.000125
+gallium_dri.so free 0x5571735d7ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000126
+gallium_dri.so free 0x5571735d8100 void 0.000130
+gallium_dri.so free 0x5571735d7ec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8130 0.000126
+gallium_dri.so free 0x5571735d8180 void 0.000126
+gallium_dri.so free 0x5571735d8130 void 0.000126
+gallium_dri.so malloc 72 0x5571735d8130 0.000125
+gallium_dri.so free 0x5571735d8280 void 0.000126
+gallium_dri.so free 0x5571735d8130 void 0.000126
+gallium_dri.so malloc 72 0x5571735d8230 0.000125
+gallium_dri.so free 0x5571735d8340 void 0.000126
+gallium_dri.so free 0x5571735d8230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d82f0 0.000125
+gallium_dri.so free 0x5571735d8380 void 0.000125
+gallium_dri.so free 0x5571735d82f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d82f0 0.000125
+gallium_dri.so free 0x5571735d8440 void 0.000123
+gallium_dri.so free 0x5571735d82f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8490 0.000127
+gallium_dri.so free 0x5571735d8500 void 0.000124
+gallium_dri.so free 0x5571735d8490 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8540 0.000127
+gallium_dri.so free 0x5571735d85c0 void 0.000126
+gallium_dri.so free 0x5571735d8540 void 0.000122
+gallium_dri.so malloc 72 0x5571735d85c0 0.000126
+gallium_dri.so free 0x5571735d8680 void 0.000127
+gallium_dri.so free 0x5571735d85c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d85c0 0.000124
+gallium_dri.so free 0x5571735d8700 void 0.000126
+gallium_dri.so free 0x5571735d85c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8730 0.000125
+gallium_dri.so free 0x5571735d8780 void 0.000126
+gallium_dri.so free 0x5571735d8730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8730 0.000124
+gallium_dri.so free 0x5571735d8880 void 0.000127
+gallium_dri.so free 0x5571735d8730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8830 0.000123
+gallium_dri.so free 0x5571735d8940 void 0.000127
+gallium_dri.so free 0x5571735d8830 void 0.000125
+gallium_dri.so malloc 72 0x5571735d88f0 0.000127
+gallium_dri.so free 0x5571735d89c0 void 0.000126
+gallium_dri.so free 0x5571735d88f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d89e0 0.000126
+gallium_dri.so free 0x5571735d8a80 void 0.000126
+gallium_dri.so free 0x5571735d89e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8a30 0.000125
+gallium_dri.so free 0x5571735d8b00 void 0.000125
+gallium_dri.so free 0x5571735d8a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8a30 0.000119
+gallium_dri.so free 0x5571735d8b80 void 0.000121
+gallium_dri.so free 0x5571735d8a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8b80 0.000116
+gallium_dri.so free 0x5571735d8c40 void 0.000122
+gallium_dri.so free 0x5571735d8b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8b80 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735d8b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8b80 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000119
+gallium_dri.so free 0x5571735d8b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000119
+gallium_dri.so free 0x5571735eb500 void 0.000121
+gallium_dri.so free 0x5571735eb4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000119
+gallium_dri.so free 0x5571735eb600 void 0.000117
+gallium_dri.so free 0x5571735eb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000120
+gallium_dri.so free 0x5571735eb6c0 void 0.000132
+gallium_dri.so free 0x5571735eb5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb670 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so free 0x5571735eb670 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb670 0.000120
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so free 0x5571735eb670 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb800 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb800 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb880 0.000124
+gallium_dri.so free 0x5571735eb940 void 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb880 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba20 0.000119
+gallium_dri.so free 0x5571735ebac0 void 0.000121
+gallium_dri.so free 0x5571735eba20 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba70 0.000120
+gallium_dri.so free 0x5571735ebb40 void 0.000120
+gallium_dri.so free 0x5571735eba70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba70 0.000118
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x5571735eba70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000117
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000118
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000119
+gallium_dri.so free 0x5571735ebe00 void 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so free 0x5571735ebdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe70 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000116
+gallium_dri.so free 0x5571735ebe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf90 0.000118
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebf90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec020 0.000121
+gallium_dri.so free 0x5571735ec0c0 void 0.000120
+gallium_dri.so free 0x5571735ec020 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec070 0.000118
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735ec070 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec070 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000119
+gallium_dri.so free 0x5571735ec380 void 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000119
+gallium_dri.so free 0x5571735ec330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec330 0.000117
+gallium_dri.so free 0x5571735ec480 void 0.000129
+gallium_dri.so free 0x5571735ec330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec540 0.000115
+gallium_dri.so free 0x5571735ec600 void 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec540 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000115
+gallium_dri.so free 0x5571735ec700 void 0.000116
+gallium_dri.so free 0x5571735ec6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000117
+gallium_dri.so free 0x5571735e8280 void 0.000116
+gallium_dri.so free 0x5571735ec6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e82c0 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000115
+gallium_dri.so free 0x5571735e82c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8340 0.000114
+gallium_dri.so free 0x5571735e8400 void 0.000116
+gallium_dri.so free 0x5571735e8340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8340 0.000115
+gallium_dri.so free 0x5571735e8480 void 0.000115
+gallium_dri.so free 0x5571735e8340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e84b0 0.000114
+gallium_dri.so free 0x5571735e8500 void 0.000163
+gallium_dri.so free 0x5571735e84b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e84b0 0.000114
+gallium_dri.so free 0x5571735e8600 void 0.000114
+gallium_dri.so free 0x5571735e84b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e85b0 0.000114
+gallium_dri.so free 0x5571735e86c0 void 0.000114
+gallium_dri.so free 0x5571735e85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8670 0.000114
+gallium_dri.so free 0x5571735e8740 void 0.000115
+gallium_dri.so free 0x5571735e8670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8670 0.000112
+gallium_dri.so free 0x5571735e8800 void 0.000102
+gallium_dri.so free 0x5571735e8670 void 0.000227
+gallium_dri.so malloc 72 0x5571735e8670 0.000114
+gallium_dri.so free 0x5571735e88c0 void 0.000127
+gallium_dri.so free 0x5571735e8670 void 0.000134
+gallium_dri.so malloc 72 0x5571735e8870 0.000111
+gallium_dri.so free 0x5571735e8940 void 0.000110
+gallium_dri.so free 0x5571735e8870 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8990 0.000110
+gallium_dri.so free 0x5571735e8a00 void 0.000110
+gallium_dri.so free 0x5571735e8990 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8a20 0.000110
+gallium_dri.so free 0x5571735e8ac0 void 0.000109
+gallium_dri.so free 0x5571735e8a20 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8a70 0.000111
+gallium_dri.so free 0x5571735e8b40 void 0.000113
+gallium_dri.so free 0x5571735e8a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b40 0.000119
+gallium_dri.so free 0x5571735e8c00 void 0.000111
+gallium_dri.so free 0x5571735e8b40 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8b40 0.000111
+gallium_dri.so free 0x5571735e8c80 void 0.000109
+gallium_dri.so free 0x5571735e8b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8c80 0.000110
+gallium_dri.so free 0x5571735e8d40 void 0.000110
+gallium_dri.so free 0x5571735e8c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8c80 0.000109
+gallium_dri.so free 0x5571735e8e00 void 0.000110
+gallium_dri.so free 0x5571735e8c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8c80 0.000110
+gallium_dri.so free 0x5571735e8ec0 void 0.000110
+gallium_dri.so free 0x5571735e8c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8e70 0.000112
+gallium_dri.so free 0x5571735e8f40 void 0.000112
+gallium_dri.so free 0x5571735e8e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8f90 0.000110
+gallium_dri.so free 0x5571735e9000 void 0.000112
+gallium_dri.so free 0x5571735e8f90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9040 0.000112
+gallium_dri.so free 0x5571735e90c0 void 0.000110
+gallium_dri.so free 0x5571735e9040 void 0.000111
+gallium_dri.so malloc 72 0x5571735e9040 0.000111
+gallium_dri.so free 0x5571735e9140 void 0.000110
+gallium_dri.so free 0x5571735e9040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9170 0.000113
+gallium_dri.so free 0x5571735e91c0 void 0.000111
+gallium_dri.so free 0x5571735e9170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e9170 0.000110
+gallium_dri.so free 0x5571735e92c0 void 0.000110
+gallium_dri.so free 0x5571735e9170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e9270 0.000110
+gallium_dri.so free 0x5571735e9380 void 0.000110
+gallium_dri.so free 0x5571735e9270 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9330 0.000111
+gallium_dri.so free 0x5571735e93c0 void 0.000111
+gallium_dri.so free 0x5571735e9330 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9330 0.000180
+gallium_dri.so free 0x5571735e9480 void 0.000175
+gallium_dri.so free 0x5571735e9330 void 0.000255
+gallium_dri.so malloc 72 0x5571735e94f0 0.000114
+gallium_dri.so free 0x5571735e9540 void 0.000111
+gallium_dri.so free 0x5571735e94f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e94f0 0.000111
+gallium_dri.so free 0x5571735e9640 void 0.000111
+gallium_dri.so free 0x5571735e94f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e95f0 0.000110
+gallium_dri.so free 0x5571735e9700 void 0.000111
+gallium_dri.so free 0x5571735e95f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e96b0 0.000113
+gallium_dri.so free 0x5571735b0b00 void 0.000160
+gallium_dri.so free 0x5571735e96b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735b0b30 0.000119
+gallium_dri.so free 0x5571735b0b80 void 0.000119
+gallium_dri.so free 0x5571735b0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0b30 0.000119
+gallium_dri.so free 0x5571735b0c80 void 0.000118
+gallium_dri.so free 0x5571735b0b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0c30 0.000120
+gallium_dri.so free 0x5571735b0d40 void 0.000119
+gallium_dri.so free 0x5571735b0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000117
+gallium_dri.so free 0x5571735b0dc0 void 0.000119
+gallium_dri.so free 0x5571735b0cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000117
+gallium_dri.so free 0x5571735b0e80 void 0.000117
+gallium_dri.so free 0x5571735b0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000118
+gallium_dri.so free 0x5571735b0f40 void 0.000118
+gallium_dri.so free 0x5571735b0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000117
+gallium_dri.so free 0x5571735b0fc0 void 0.000117
+gallium_dri.so free 0x5571735b0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1010 0.000119
+gallium_dri.so free 0x5571735b1080 void 0.000118
+gallium_dri.so free 0x5571735b1010 void 0.000121
+gallium_dri.so malloc 72 0x5571735b10a0 0.000123
+gallium_dri.so free 0x5571735b1140 void 0.000112
+gallium_dri.so free 0x5571735b10a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b10f0 0.000110
+gallium_dri.so free 0x5571735b11c0 void 0.000110
+gallium_dri.so free 0x5571735b10f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b11c0 0.000111
+gallium_dri.so free 0x5571735b1280 void 0.000111
+gallium_dri.so free 0x5571735b11c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b11c0 0.000110
+gallium_dri.so free 0x5571735b1300 void 0.000110
+gallium_dri.so free 0x5571735b11c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1300 0.000109
+gallium_dri.so free 0x5571735b13c0 void 0.000110
+gallium_dri.so free 0x5571735b1300 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1300 0.000110
+gallium_dri.so free 0x5571735b1480 void 0.000110
+gallium_dri.so free 0x5571735b1300 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1300 0.000111
+gallium_dri.so free 0x5571735b1540 void 0.000152
+gallium_dri.so free 0x5571735b1300 void 0.000111
+gallium_dri.so malloc 72 0x5571735b14f0 0.000111
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b14f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1610 0.000111
+gallium_dri.so free 0x5571735b1680 void 0.000110
+gallium_dri.so free 0x5571735b1610 void 0.000111
+gallium_dri.so malloc 72 0x5571735b16c0 0.000109
+gallium_dri.so free 0x5571735b1740 void 0.000119
+gallium_dri.so free 0x5571735b16c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b16c0 0.000115
+gallium_dri.so free 0x5571735b17c0 void 0.000116
+gallium_dri.so free 0x5571735b16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b17f0 0.000115
+gallium_dri.so free 0x5571735b1840 void 0.000115
+gallium_dri.so free 0x5571735b17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b17f0 0.000115
+gallium_dri.so free 0x5571735b1940 void 0.000116
+gallium_dri.so free 0x5571735b17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b18f0 0.000114
+gallium_dri.so free 0x5571735b1a00 void 0.000115
+gallium_dri.so free 0x5571735b18f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b19b0 0.000113
+gallium_dri.so free 0x5571735b1a40 void 0.000117
+gallium_dri.so free 0x5571735b19b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b19b0 0.000116
+gallium_dri.so free 0x5571735b1b00 void 0.000115
+gallium_dri.so free 0x5571735b19b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1b70 0.000116
+gallium_dri.so free 0x5571735b1bc0 void 0.000115
+gallium_dri.so free 0x5571735b1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1b70 0.000114
+gallium_dri.so free 0x5571735b1cc0 void 0.000117
+gallium_dri.so free 0x5571735b1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c70 0.000114
+gallium_dri.so free 0x5571735b1d80 void 0.000115
+gallium_dri.so free 0x5571735b1c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1d30 0.000115
+gallium_dri.so free 0x5571735b1dc0 void 0.000115
+gallium_dri.so free 0x5571735b1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d30 0.000113
+gallium_dri.so free 0x5571735b1e80 void 0.000113
+gallium_dri.so free 0x5571735b1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1ec0 0.000113
+gallium_dri.so free 0x5571735b1f40 void 0.000113
+gallium_dri.so free 0x5571735b1ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1f40 0.000112
+gallium_dri.so free 0x5571735b2000 void 0.000113
+gallium_dri.so free 0x5571735b1f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1f40 0.000113
+gallium_dri.so free 0x5571735b20c0 void 0.000116
+gallium_dri.so free 0x5571735b1f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b20e0 0.000118
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735b20e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b34c0 void 0.000114
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b3540 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3540 0.000111
+gallium_dri.so free 0x5571735b3600 void 0.000113
+gallium_dri.so free 0x5571735b3540 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3540 0.000114
+gallium_dri.so free 0x5571735b36c0 void 0.000114
+gallium_dri.so free 0x5571735b3540 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3540 0.000115
+gallium_dri.so free 0x5571735b3780 void 0.000115
+gallium_dri.so free 0x5571735b3540 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3730 0.000125
+gallium_dri.so free 0x5571735b3840 void 0.000124
+gallium_dri.so free 0x5571735b3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735b37f0 0.000115
+gallium_dri.so free 0x5571735b38c0 void 0.000115
+gallium_dri.so free 0x5571735b37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3910 0.000112
+gallium_dri.so free 0x5571735b3980 void 0.000116
+gallium_dri.so free 0x5571735b3910 void 0.000113
+gallium_dri.so malloc 72 0x5571735b39a0 0.000118
+gallium_dri.so free 0x5571735b3a40 void 0.000115
+gallium_dri.so free 0x5571735b39a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b39f0 0.000114
+gallium_dri.so free 0x5571735b3ac0 void 0.000115
+gallium_dri.so free 0x5571735b39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b39f0 0.000116
+gallium_dri.so free 0x5571735b3b40 void 0.000115
+gallium_dri.so free 0x5571735b39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3b40 0.000115
+gallium_dri.so free 0x5571735b3c00 void 0.000166
+gallium_dri.so free 0x5571735b3b40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3b40 0.000115
+gallium_dri.so free 0x5571735b3d00 void 0.000115
+gallium_dri.so free 0x5571735b3b40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000117
+gallium_dri.so free 0x5571735b3d40 void 0.000115
+gallium_dri.so free 0x5571735b3cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000114
+gallium_dri.so free 0x5571735b3e00 void 0.000115
+gallium_dri.so free 0x5571735b3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e40 0.000114
+gallium_dri.so free 0x5571735b3ec0 void 0.000115
+gallium_dri.so free 0x5571735b3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3ec0 0.000114
+gallium_dri.so free 0x5571735b3f80 void 0.000115
+gallium_dri.so free 0x5571735b3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3ec0 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000117
+gallium_dri.so free 0x5571735b3ec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4030 0.000115
+gallium_dri.so free 0x5571735b4080 void 0.000116
+gallium_dri.so free 0x5571735b4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4030 0.000115
+gallium_dri.so free 0x5571735b4180 void 0.000118
+gallium_dri.so free 0x5571735b4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735b41c0 0.000116
+gallium_dri.so free 0x5571735b4240 void 0.000125
+gallium_dri.so free 0x5571735b41c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4240 0.000112
+gallium_dri.so free 0x5571735b4300 void 0.000113
+gallium_dri.so free 0x5571735b4240 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4240 0.000111
+gallium_dri.so free 0x5571735b4380 void 0.000117
+gallium_dri.so free 0x5571735b4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b43b0 0.000112
+gallium_dri.so free 0x5571735b4400 void 0.000113
+gallium_dri.so free 0x5571735b43b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b43b0 0.000112
+gallium_dri.so free 0x5571735b4500 void 0.000112
+gallium_dri.so free 0x5571735b43b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000123
+gallium_dri.so free 0x5571735b45c0 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4570 0.000112
+gallium_dri.so free 0x5571735b4640 void 0.000114
+gallium_dri.so free 0x5571735b4570 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4570 0.000115
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so free 0x5571735b4570 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4570 0.000113
+gallium_dri.so free 0x5571735b47c0 void 0.000114
+gallium_dri.so free 0x5571735b4570 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4770 0.000112
+gallium_dri.so free 0x5571735b4840 void 0.000128
+gallium_dri.so free 0x5571735b4770 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4890 0.000116
+gallium_dri.so free 0x5571735b4900 void 0.000114
+gallium_dri.so free 0x5571735b4890 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4920 0.000114
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b4920 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4970 0.000116
+gallium_dri.so free 0x5571735b4a40 void 0.000114
+gallium_dri.so free 0x5571735b4970 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4a40 0.000122
+gallium_dri.so free 0x5571735b4b00 void 0.000125
+gallium_dri.so free 0x5571735b4a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4a40 0.000123
+gallium_dri.so free 0x5571735b4b80 void 0.000118
+gallium_dri.so free 0x5571735b4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4b80 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000115
+gallium_dri.so free 0x5571735b4b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e15c0 void 0.000116
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16c0 0.000185
+gallium_dri.so free 0x5571735e1740 void 0.000117
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1740 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1740 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1740 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1740 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e19b0 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000115
+gallium_dri.so free 0x5571735e19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ad0 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b60 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1b60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000116
+gallium_dri.so free 0x5571735e1bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000115
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so free 0x5571735e1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000112
+gallium_dri.so free 0x5571735e1e00 void 0.000111
+gallium_dri.so free 0x5571735e1d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1e50 0.000111
+gallium_dri.so free 0x5571735e1ec0 void 0.000111
+gallium_dri.so free 0x5571735e1e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000114
+gallium_dri.so free 0x5571735e1f80 void 0.000112
+gallium_dri.so free 0x5571735e1ee0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1f30 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000111
+gallium_dri.so free 0x5571735e1f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1f30 0.000112
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so free 0x5571735e1f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2080 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000116
+gallium_dri.so free 0x5571735e2080 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2080 0.000113
+gallium_dri.so free 0x5571735e2240 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2080 0.000124
+gallium_dri.so free 0x5571735e22c0 void 0.000123
+gallium_dri.so free 0x5571735e2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22f0 0.000129
+gallium_dri.so free 0x5571735e2340 void 0.000116
+gallium_dri.so free 0x5571735e22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22f0 0.000114
+gallium_dri.so free 0x5571735e2440 void 0.000116
+gallium_dri.so free 0x5571735e22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e23f0 0.000113
+gallium_dri.so free 0x5571735e2500 void 0.000115
+gallium_dri.so free 0x5571735e23f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000112
+gallium_dri.so free 0x5571735e2540 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000116
+gallium_dri.so free 0x5571735e2600 void 0.000115
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2650 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735e2650 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000158
+gallium_dri.so free 0x5571735e2940 void 0.000114
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so free 0x5571735e28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e29f0 0.000112
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so free 0x5571735e29f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000111
+gallium_dri.so free 0x5571735e2b80 void 0.000111
+gallium_dri.so free 0x5571735e2ab0 void 0.000389
+gallium_dri.so malloc 72 0x5571735e2ba0 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000112
+gallium_dri.so free 0x5571735e2ba0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000119
+gallium_dri.so free 0x5571735e2cc0 void 0.000115
+gallium_dri.so free 0x5571735e2bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000111
+gallium_dri.so free 0x5571735e2d40 void 0.000113
+gallium_dri.so free 0x5571735e2bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d40 0.000115
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2d40 0.000340
+gallium_dri.so free 0x5571735e2ec0 void 0.000365
+gallium_dri.so free 0x5571735e2d40 void 0.000317
+gallium_dri.so malloc 72 0x5571735e2d40 0.000293
+gallium_dri.so free 0x5571735e2f80 void 0.000338
+gallium_dri.so free 0x5571735e2d40 void 0.000326
+gallium_dri.so malloc 72 0x5571735e2f30 0.000271
+gallium_dri.so free 0x5571735e2f80 void 0.000287
+gallium_dri.so free 0x5571735e2f30 void 0.000268
+gallium_dri.so malloc 72 0x5571735e2f30 0.000275
+gallium_dri.so free 0x5571735e3080 void 0.000285
+gallium_dri.so free 0x5571735e2f30 void 0.000275
+gallium_dri.so malloc 72 0x5571735e3030 0.000274
+gallium_dri.so free 0x5571735e3140 void 0.000269
+gallium_dri.so free 0x5571735e3030 void 0.000277
+gallium_dri.so malloc 72 0x5571735e30f0 0.000273
+gallium_dri.so free 0x5571735e3180 void 0.000283
+gallium_dri.so free 0x5571735e30f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735e30f0 0.000277
+gallium_dri.so free 0x5571735e3240 void 0.000283
+gallium_dri.so free 0x5571735e30f0 void 0.000271
+gallium_dri.so malloc 72 0x5571735e3280 0.000309
+gallium_dri.so free 0x5571735e3300 void 0.000282
+gallium_dri.so free 0x5571735e3280 void 0.000286
+gallium_dri.so malloc 72 0x5571735e3300 0.000276
+gallium_dri.so free 0x5571735e33c0 void 0.000239
+gallium_dri.so free 0x5571735e3300 void 0.000293
+gallium_dri.so malloc 72 0x5571735e3300 0.000288
+gallium_dri.so free 0x5571735e3480 void 0.000174
+gallium_dri.so free 0x5571735e3300 void 0.000169
+gallium_dri.so malloc 72 0x5571735e34a0 0.000170
+gallium_dri.so free 0x5571735e3540 void 0.000136
+gallium_dri.so free 0x5571735e34a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e34f0 0.000137
+gallium_dri.so free 0x5571735e35c0 void 0.000132
+gallium_dri.so free 0x5571735e34f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e34f0 0.000137
+gallium_dri.so free 0x5571735e3640 void 0.000231
+gallium_dri.so free 0x5571735e34f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3640 0.000136
+gallium_dri.so free 0x5571735e3700 void 0.000136
+gallium_dri.so free 0x5571735e3640 void 0.000141
+gallium_dri.so malloc 72 0x5571735e3640 0.000136
+gallium_dri.so free 0x5571735e37c0 void 0.000137
+gallium_dri.so free 0x5571735e3640 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3640 0.000136
+gallium_dri.so free 0x5571735e3880 void 0.000137
+gallium_dri.so free 0x5571735e3640 void 0.000136
+gallium_dri.so malloc 72 0x5571735e3830 0.000137
+gallium_dri.so free 0x5571735e3940 void 0.000133
+gallium_dri.so free 0x5571735e3830 void 0.000126
+gallium_dri.so malloc 72 0x5571735e38f0 0.000127
+gallium_dri.so free 0x5571735e39c0 void 0.000127
+gallium_dri.so free 0x5571735e38f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3a10 0.000137
+gallium_dri.so free 0x5571735e3a80 void 0.000136
+gallium_dri.so free 0x5571735e3a10 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3aa0 0.000132
+gallium_dri.so free 0x5571735e3b40 void 0.000133
+gallium_dri.so free 0x5571735e3aa0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3af0 0.000173
+gallium_dri.so free 0x5571735e3bc0 void 0.000294
+gallium_dri.so free 0x5571735e3af0 void 0.000288
+gallium_dri.so malloc 72 0x5571735e3af0 0.000287
+gallium_dri.so free 0x5571735e3c40 void 0.000288
+gallium_dri.so free 0x5571735e3af0 void 0.000289
+gallium_dri.so malloc 72 0x5571735e3c40 0.000290
+gallium_dri.so free 0x5571735e3d00 void 0.000243
+gallium_dri.so free 0x5571735e3c40 void 0.000170
+gallium_dri.so malloc 72 0x5571735e3c40 0.000172
+gallium_dri.so free 0x5571735e3e00 void 0.000137
+gallium_dri.so free 0x5571735e3c40 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3db0 0.000127
+gallium_dri.so free 0x5571735e3e40 void 0.000129
+gallium_dri.so free 0x5571735e3db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3db0 0.000142
+gallium_dri.so free 0x5571735e3f00 void 0.000147
+gallium_dri.so free 0x5571735e3db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3f40 0.000132
+gallium_dri.so free 0x5571735e3fc0 void 0.000135
+gallium_dri.so free 0x5571735e3f40 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000137
+gallium_dri.so free 0x5571735e4080 void 0.000136
+gallium_dri.so free 0x5571735e3fc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000135
+gallium_dri.so free 0x5571735e4100 void 0.000137
+gallium_dri.so free 0x5571735e3fc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4130 0.000136
+gallium_dri.so free 0x5571735e4180 void 0.000135
+gallium_dri.so free 0x5571735e4130 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4130 0.000132
+gallium_dri.so free 0x5571735e4280 void 0.000136
+gallium_dri.so free 0x5571735e4130 void 0.000191
+gallium_dri.so malloc 72 0x5571735e42c0 0.000173
+gallium_dri.so free 0x5571735e4340 void 0.000170
+gallium_dri.so free 0x5571735e42c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e4340 0.000137
+gallium_dri.so free 0x5571735e4400 void 0.000137
+gallium_dri.so free 0x5571735e4340 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4340 0.000136
+gallium_dri.so free 0x5571735e4480 void 0.000171
+gallium_dri.so free 0x5571735e4340 void 0.000169
+gallium_dri.so malloc 72 0x5571735e44b0 0.000136
+gallium_dri.so free 0x5571735e4500 void 0.000138
+gallium_dri.so free 0x5571735e44b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e44b0 0.000132
+gallium_dri.so free 0x5571735e4600 void 0.000131
+gallium_dri.so free 0x5571735e44b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e45b0 0.000128
+gallium_dri.so free 0x5571735e46c0 void 0.000133
+gallium_dri.so free 0x5571735e45b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4670 0.000128
+gallium_dri.so free 0x5571735e4740 void 0.000127
+gallium_dri.so free 0x5571735e4670 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4670 0.000136
+gallium_dri.so free 0x5571735e4800 void 0.000253
+gallium_dri.so free 0x5571735e4670 void 0.000232
+gallium_dri.so malloc 72 0x5571735e4670 0.000231
+gallium_dri.so free 0x5571735e48c0 void 0.000213
+gallium_dri.so free 0x5571735e4670 void 0.000218
+gallium_dri.so malloc 72 0x5571735e4870 0.000132
+gallium_dri.so free 0x5571735e4940 void 0.000136
+gallium_dri.so free 0x5571735e4870 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4990 0.000137
+gallium_dri.so free 0x5571735e4a00 void 0.000133
+gallium_dri.so free 0x5571735e4990 void 0.000139
+gallium_dri.so malloc 72 0x5571735e4a20 0.000136
+gallium_dri.so free 0x5571735e4ac0 void 0.000131
+gallium_dri.so free 0x5571735e4a20 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4a70 0.000120
+gallium_dri.so free 0x5571735e4b40 void 0.000123
+gallium_dri.so free 0x5571735e4a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4b40 0.000125
+gallium_dri.so free 0x5571735e4c00 void 0.000123
+gallium_dri.so free 0x5571735e4b40 void 0.000140
+gallium_dri.so malloc 72 0x5571735e4b40 0.000129
+gallium_dri.so free 0x5571735e4c80 void 0.000127
+gallium_dri.so free 0x5571735e4b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4c80 0.000121
+gallium_dri.so free 0x5571735e4d40 void 0.000123
+gallium_dri.so free 0x5571735e4c80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4c80 0.000124
+gallium_dri.so free 0x5571735e4e00 void 0.000120
+gallium_dri.so free 0x5571735e4c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4c80 0.000130
+gallium_dri.so free 0x5571735e4ec0 void 0.000125
+gallium_dri.so free 0x5571735e4c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e70 0.000120
+gallium_dri.so free 0x5571735e4f40 void 0.000126
+gallium_dri.so free 0x5571735e4e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4f90 0.000120
+gallium_dri.so free 0x5571735e5000 void 0.000120
+gallium_dri.so free 0x5571735e4f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5040 0.000119
+gallium_dri.so free 0x5571735e50c0 void 0.000119
+gallium_dri.so free 0x5571735e5040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5040 0.000129
+gallium_dri.so free 0x5571735e5140 void 0.000131
+gallium_dri.so free 0x5571735e5040 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5170 0.000121
+gallium_dri.so free 0x5571735e51c0 void 0.000121
+gallium_dri.so free 0x5571735e5170 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5170 0.000130
+gallium_dri.so free 0x5571735e52c0 void 0.000124
+gallium_dri.so free 0x5571735e5170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5270 0.000121
+gallium_dri.so free 0x5571735e5380 void 0.000125
+gallium_dri.so free 0x5571735e5270 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5330 0.000121
+gallium_dri.so free 0x5571735e53c0 void 0.000121
+gallium_dri.so free 0x5571735e5330 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5330 0.000129
+gallium_dri.so free 0x5571735e5480 void 0.000129
+gallium_dri.so free 0x5571735e5330 void 0.000127
+gallium_dri.so malloc 72 0x5571735e54f0 0.000126
+gallium_dri.so free 0x5571735e5540 void 0.000130
+gallium_dri.so free 0x5571735e54f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e54f0 0.000150
+gallium_dri.so free 0x5571735e5640 void 0.000128
+gallium_dri.so free 0x5571735e54f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e55f0 0.000132
+gallium_dri.so free 0x5571735e5700 void 0.000132
+gallium_dri.so free 0x5571735e55f0 void 0.000269
+gallium_dri.so malloc 72 0x5571735e56b0 0.000168
+gallium_dri.so free 0x5571735e5740 void 0.000165
+gallium_dri.so free 0x5571735e56b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e56b0 0.000131
+gallium_dri.so free 0x5571735e5800 void 0.000125
+gallium_dri.so free 0x5571735e56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5840 0.000120
+gallium_dri.so free 0x5571735e58c0 void 0.000121
+gallium_dri.so free 0x5571735e5840 void 0.000126
+gallium_dri.so malloc 72 0x5571735e58c0 0.000133
+gallium_dri.so free 0x5571735e5980 void 0.000125
+gallium_dri.so free 0x5571735e58c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e58c0 0.000120
+gallium_dri.so free 0x5571735e5a40 void 0.000125
+gallium_dri.so free 0x5571735e58c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5a60 0.000120
+gallium_dri.so free 0x5571735e5b00 void 0.000122
+gallium_dri.so free 0x5571735e5a60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000142
+gallium_dri.so free 0x5571735e5b80 void 0.000130
+gallium_dri.so free 0x5571735e5ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000130
+gallium_dri.so free 0x5571735e5c00 void 0.000125
+gallium_dri.so free 0x5571735e5ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5c00 0.000131
+gallium_dri.so free 0x5571735e5cc0 void 0.000130
+gallium_dri.so free 0x5571735e5c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5c00 0.000130
+gallium_dri.so free 0x5571735e5d80 void 0.000129
+gallium_dri.so free 0x5571735e5c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5c00 0.000130
+gallium_dri.so free 0x5571735e5e40 void 0.000125
+gallium_dri.so free 0x5571735e5c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5df0 0.000131
+gallium_dri.so free 0x5571735e5f00 void 0.000125
+gallium_dri.so free 0x5571735e5df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000129
+gallium_dri.so free 0x5571735e5f80 void 0.000125
+gallium_dri.so free 0x5571735e5eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5fd0 0.000130
+gallium_dri.so free 0x5571735e6040 void 0.000125
+gallium_dri.so free 0x5571735e5fd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6060 0.000170
+gallium_dri.so free 0x5571735e6100 void 0.000130
+gallium_dri.so free 0x5571735e6060 void 0.000131
+gallium_dri.so malloc 72 0x5571735e60b0 0.000124
+gallium_dri.so free 0x5571735e6180 void 0.000127
+gallium_dri.so free 0x5571735e60b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e60b0 0.000120
+gallium_dri.so free 0x5571735e6200 void 0.000121
+gallium_dri.so free 0x5571735e60b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6200 0.000129
+gallium_dri.so free 0x5571735e62c0 void 0.000129
+gallium_dri.so free 0x5571735e6200 void 0.000187
+gallium_dri.so malloc 72 0x5571735e6200 0.000223
+gallium_dri.so free 0x5571735e63c0 void 0.000299
+gallium_dri.so free 0x5571735e6200 void 0.000139
+gallium_dri.so malloc 72 0x5571735e6370 0.000131
+gallium_dri.so free 0x5571735e6400 void 0.000125
+gallium_dri.so free 0x5571735e6370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6370 0.000131
+gallium_dri.so free 0x5571735e64c0 void 0.000131
+gallium_dri.so free 0x5571735e6370 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6500 0.000132
+gallium_dri.so free 0x5571735e6580 void 0.000139
+gallium_dri.so free 0x5571735e6500 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6580 0.000130
+gallium_dri.so free 0x5571735e6640 void 0.000130
+gallium_dri.so free 0x5571735e6580 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6580 0.000125
+gallium_dri.so free 0x5571735e66c0 void 0.000129
+gallium_dri.so free 0x5571735e6580 void 0.000130
+gallium_dri.so malloc 72 0x5571735e66f0 0.000130
+gallium_dri.so free 0x5571735e6740 void 0.000128
+gallium_dri.so free 0x5571735e66f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e66f0 0.000130
+gallium_dri.so free 0x5571735e6840 void 0.000129
+gallium_dri.so free 0x5571735e66f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6880 0.000129
+gallium_dri.so free 0x5571735e6900 void 0.000142
+gallium_dri.so free 0x5571735e6880 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6900 0.000126
+gallium_dri.so free 0x5571735e69c0 void 0.000125
+gallium_dri.so free 0x5571735e6900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6900 0.000120
+gallium_dri.so free 0x5571735e6a40 void 0.000122
+gallium_dri.so free 0x5571735e6900 void 0.000217
+gallium_dri.so malloc 72 0x5571735e6a70 0.000210
+gallium_dri.so free 0x5571735e6ac0 void 0.000165
+gallium_dri.so free 0x5571735e6a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6a70 0.000120
+gallium_dri.so free 0x5571735e6bc0 void 0.000122
+gallium_dri.so free 0x5571735e6a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6b70 0.000121
+gallium_dri.so free 0x5571735e6c80 void 0.000121
+gallium_dri.so free 0x5571735e6b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6c30 0.000120
+gallium_dri.so free 0x5571735e6d00 void 0.000120
+gallium_dri.so free 0x5571735e6c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6c30 0.000118
+gallium_dri.so free 0x5571735e6dc0 void 0.000119
+gallium_dri.so free 0x5571735e6c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6c30 0.000118
+gallium_dri.so free 0x5571735e6e80 void 0.000120
+gallium_dri.so free 0x5571735e6c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6e30 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735e6e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735daa30 0.000127
+gallium_dri.so free 0x5571735daa80 void 0.000123
+gallium_dri.so free 0x5571735daa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa80 0.000120
+gallium_dri.so free 0x5571735dab40 void 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa80 0.000118
+gallium_dri.so free 0x5571735dac40 void 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dabf0 0.000119
+gallium_dri.so free 0x5571735dad00 void 0.000128
+gallium_dri.so free 0x5571735dabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dacb0 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dacb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dacb0 0.000118
+gallium_dri.so free 0x5571735dae00 void 0.000115
+gallium_dri.so free 0x5571735dacb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dae40 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so malloc 72 0x5571735daec0 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daec0 0.000114
+gallium_dri.so free 0x5571735db000 void 0.000128
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daec0 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000116
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daec0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db130 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db130 void 0.000113
+gallium_dri.so malloc 72 0x5571735db250 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db250 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2e0 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db330 0.000113
+gallium_dri.so free 0x5571735db400 void 0.000115
+gallium_dri.so free 0x5571735db330 void 0.000113
+gallium_dri.so malloc 72 0x5571735db330 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so free 0x5571735db330 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5d0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db5d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db660 0.000114
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db660 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6b0 0.000114
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6b0 0.000114
+gallium_dri.so free 0x5571735db800 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db800 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db800 void 0.000114
+gallium_dri.so malloc 72 0x5571735db800 0.000115
+gallium_dri.so free 0x5571735db9c0 void 0.000115
+gallium_dri.so free 0x5571735db800 void 0.000112
+gallium_dri.so malloc 72 0x5571735db800 0.000112
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbac0 void 0.000114
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000138
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc30 0.000119
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000116
+gallium_dri.so free 0x5571735dbd80 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbdd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe80 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbf00 0.000113
+gallium_dri.so free 0x5571735dbfc0 void 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf00 0.000114
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so free 0x5571735dc070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc170 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000115
+gallium_dri.so free 0x5571735dc170 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc230 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc230 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc320 0.000112
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc320 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc370 0.000114
+gallium_dri.so free 0x5571735dc440 void 0.000115
+gallium_dri.so free 0x5571735dc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc370 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000114
+gallium_dri.so free 0x5571735dc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc580 void 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc640 void 0.000116
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000115
+gallium_dri.so free 0x5571735dc6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000116
+gallium_dri.so free 0x5571735dc8c0 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000117
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca00 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca80 0.000115
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcc00 void 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc20 0.000122
+gallium_dri.so free 0x5571735dccc0 void 0.000117
+gallium_dri.so free 0x5571735dcc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc70 0.000115
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000116
+gallium_dri.so free 0x5571735dcc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000123
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000115
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so free 0x5571735dcfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dd070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd190 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000116
+gallium_dri.so free 0x5571735dd190 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd220 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd220 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd270 0.000115
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd270 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000114
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000123
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so free 0x5571735dd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000113
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd5c0 void 0.000115
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd740 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd740 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000114
+gallium_dri.so free 0x5571735dd900 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda40 0.000122
+gallium_dri.so free 0x5571735ddac0 void 0.000116
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddac0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddac0 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc30 0.000118
+gallium_dri.so free 0x5571735ddc80 void 0.000115
+gallium_dri.so free 0x5571735ddc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc30 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde40 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddf0 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddff0 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000166
+gallium_dri.so free 0x5571735ddff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de110 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1a0 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de1a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de2c0 0.000112
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000177
+gallium_dri.so free 0x5571735de6c0 void 0.000232
+gallium_dri.so free 0x5571735de5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de710 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000116
+gallium_dri.so free 0x5571735de710 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7c0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000117
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7c0 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000112
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so free 0x5571735de8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9f0 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735de9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deab0 0.000118
+gallium_dri.so free 0x5571735deb40 void 0.000115
+gallium_dri.so free 0x5571735deab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735dec00 void 0.000118
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec70 0.000127
+gallium_dri.so free 0x5571735decc0 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735dee80 void 0.000116
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735defc0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000115
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000115
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1e0 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000123
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000116
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so malloc 72 0x5571735df570 0.000116
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df570 void 0.000115
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000119
+gallium_dri.so malloc 72 0x5571735df750 0.000115
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df750 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7e0 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000116
+gallium_dri.so free 0x5571735df7e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df830 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df830 void 0.000113
+gallium_dri.so malloc 72 0x5571735df830 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000116
+gallium_dri.so free 0x5571735df830 void 0.000113
+gallium_dri.so malloc 72 0x5571735df980 0.000119
+gallium_dri.so free 0x5571735dfa40 void 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000115
+gallium_dri.so malloc 72 0x5571735df980 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000115
+gallium_dri.so free 0x5571735dfb80 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000112
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc80 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000127
+gallium_dri.so free 0x5571735dfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe70 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0000 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735e0000 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01f0 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so free 0x5571735e01f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e01f0 0.000114
+gallium_dri.so free 0x5571735e0340 void 0.000116
+gallium_dri.so free 0x5571735e01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000116
+gallium_dri.so free 0x5571735e0400 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000159
+gallium_dri.so free 0x5571735e03b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000116
+gallium_dri.so free 0x5571735e03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e05b0 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e05b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06d0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e06d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0760 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0760 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0880 0.000115
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0880 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000116
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09c0 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so free 0x5571735e09c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0b40 void 0.000129
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09c0 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so free 0x5571735e0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so free 0x5571735e0cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d80 0.000113
+gallium_dri.so free 0x5571735e0e00 void 0.000115
+gallium_dri.so free 0x5571735e0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d80 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e0f00 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000118
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000126
+gallium_dri.so free 0x5571735e1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e11c0 void 0.000115
+gallium_dri.so free 0x5571735e1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1230 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1230 0.000113
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1440 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000114
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735e13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beeb0 0.000113
+gallium_dri.so free 0x5571735bef00 void 0.000114
+gallium_dri.so free 0x5571735beeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beeb0 0.000114
+gallium_dri.so free 0x5571735bf000 void 0.000116
+gallium_dri.so free 0x5571735beeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735befb0 0.000114
+gallium_dri.so free 0x5571735bf0c0 void 0.000115
+gallium_dri.so free 0x5571735befb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf070 0.000115
+gallium_dri.so free 0x5571735bf140 void 0.000115
+gallium_dri.so free 0x5571735bf070 void 0.000163
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf200 void 0.000116
+gallium_dri.so free 0x5571735bf070 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf070 0.000114
+gallium_dri.so free 0x5571735bf2c0 void 0.000116
+gallium_dri.so free 0x5571735bf070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf270 0.000116
+gallium_dri.so free 0x5571735bf340 void 0.000117
+gallium_dri.so free 0x5571735bf270 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf390 0.000116
+gallium_dri.so free 0x5571735bf400 void 0.000115
+gallium_dri.so free 0x5571735bf390 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf420 0.000115
+gallium_dri.so free 0x5571735bf4c0 void 0.000116
+gallium_dri.so free 0x5571735bf420 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf470 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so free 0x5571735bf470 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf540 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000116
+gallium_dri.so free 0x5571735bf540 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf540 0.000115
+gallium_dri.so free 0x5571735bf680 void 0.000117
+gallium_dri.so free 0x5571735bf540 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf680 0.000116
+gallium_dri.so free 0x5571735bf740 void 0.000115
+gallium_dri.so free 0x5571735bf680 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf680 0.000118
+gallium_dri.so free 0x5571735bf800 void 0.000119
+gallium_dri.so free 0x5571735bf680 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf680 0.000112
+gallium_dri.so free 0x5571735bf8c0 void 0.000113
+gallium_dri.so free 0x5571735bf680 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000119
+gallium_dri.so free 0x5571735bf940 void 0.000120
+gallium_dri.so free 0x5571735bf870 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf990 0.000159
+gallium_dri.so free 0x5571735bfa00 void 0.000124
+gallium_dri.so free 0x5571735bf990 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfa40 0.000116
+gallium_dri.so free 0x5571735bfac0 void 0.000115
+gallium_dri.so free 0x5571735bfa40 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfa40 0.000119
+gallium_dri.so free 0x5571735bfb40 void 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb70 0.000114
+gallium_dri.so free 0x5571735bfbc0 void 0.000113
+gallium_dri.so free 0x5571735bfb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb70 0.000113
+gallium_dri.so free 0x5571735bfcc0 void 0.000114
+gallium_dri.so free 0x5571735bfb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc70 0.000127
+gallium_dri.so free 0x5571735bfd80 void 0.000126
+gallium_dri.so free 0x5571735bfc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfd30 0.000126
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x5571735bfd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfd30 0.000116
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571735bfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfef0 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so free 0x5571735bfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfef0 0.000114
+gallium_dri.so free 0x5571735c0040 void 0.000116
+gallium_dri.so free 0x5571735bfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfff0 0.000115
+gallium_dri.so free 0x5571735c0100 void 0.000116
+gallium_dri.so free 0x5571735bfff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00b0 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000116
+gallium_dri.so free 0x5571735c00b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c00b0 0.000115
+gallium_dri.so free 0x5571735c0200 void 0.000115
+gallium_dri.so free 0x5571735c00b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0240 0.000114
+gallium_dri.so free 0x5571735c02c0 void 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02c0 0.000117
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so free 0x5571735c02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02c0 0.000115
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0460 0.000117
+gallium_dri.so free 0x5571735c0500 void 0.000116
+gallium_dri.so free 0x5571735c0460 void 0.000115
+gallium_dri.so malloc 72 0x5571735c04b0 0.000114
+gallium_dri.so free 0x5571735c0580 void 0.000115
+gallium_dri.so free 0x5571735c04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04b0 0.000113
+gallium_dri.so free 0x5571735c0600 void 0.000115
+gallium_dri.so free 0x5571735c04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0600 0.000113
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0600 0.000113
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so free 0x5571735c0600 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0600 0.000116
+gallium_dri.so free 0x5571735c0840 void 0.000115
+gallium_dri.so free 0x5571735c0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c07f0 0.000114
+gallium_dri.so free 0x5571735c0900 void 0.000115
+gallium_dri.so free 0x5571735c07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000123
+gallium_dri.so free 0x5571735c0980 void 0.000113
+gallium_dri.so free 0x5571735c08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c09d0 0.000113
+gallium_dri.so free 0x5571735c0a40 void 0.000114
+gallium_dri.so free 0x5571735c09d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a60 0.000113
+gallium_dri.so free 0x5571735c0b00 void 0.000113
+gallium_dri.so free 0x5571735c0a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000113
+gallium_dri.so free 0x5571735c0b80 void 0.000113
+gallium_dri.so free 0x5571735c0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000112
+gallium_dri.so free 0x5571735c0c00 void 0.000121
+gallium_dri.so free 0x5571735c0ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c00 0.000115
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so free 0x5571735c0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c00 0.000115
+gallium_dri.so free 0x5571735c0dc0 void 0.000115
+gallium_dri.so free 0x5571735c0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d70 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so free 0x5571735c0d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0d70 0.000113
+gallium_dri.so free 0x5571735c0ec0 void 0.000115
+gallium_dri.so free 0x5571735c0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f00 0.000165
+gallium_dri.so free 0x5571735c0f80 void 0.000118
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f80 0.000113
+gallium_dri.so free 0x5571735c1040 void 0.000115
+gallium_dri.so free 0x5571735c0f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0f80 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x5571735c0f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c10f0 0.000115
+gallium_dri.so free 0x5571735c1140 void 0.000116
+gallium_dri.so free 0x5571735c10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c10f0 0.000115
+gallium_dri.so free 0x5571735c1240 void 0.000115
+gallium_dri.so free 0x5571735c10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1280 0.000113
+gallium_dri.so free 0x5571735c1300 void 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1300 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000115
+gallium_dri.so free 0x5571735c1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1300 0.000115
+gallium_dri.so free 0x5571735c1440 void 0.000117
+gallium_dri.so free 0x5571735c1300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1470 0.000113
+gallium_dri.so free 0x5571735c14c0 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1470 0.000113
+gallium_dri.so free 0x5571735c15c0 void 0.000121
+gallium_dri.so free 0x5571735c1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1570 0.000115
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so free 0x5571735c1570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1630 0.000115
+gallium_dri.so free 0x5571735c1700 void 0.000140
+gallium_dri.so free 0x5571735c1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000112
+gallium_dri.so free 0x5571735c1880 void 0.000116
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1830 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000115
+gallium_dri.so free 0x5571735c1830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1950 0.000113
+gallium_dri.so free 0x5571735c19c0 void 0.000113
+gallium_dri.so free 0x5571735c1950 void 0.000112
+gallium_dri.so malloc 72 0x5571735c19e0 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x5571735c19e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a30 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000117
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b00 0.000114
+gallium_dri.so free 0x5571735c1bc0 void 0.000121
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1b00 0.000114
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1c40 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1c40 0.000115
+gallium_dri.so free 0x5571735c1dc0 void 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1c40 0.000114
+gallium_dri.so free 0x5571735c1e80 void 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e30 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000115
+gallium_dri.so free 0x5571735c1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f50 0.000113
+gallium_dri.so free 0x5571735c1fc0 void 0.000115
+gallium_dri.so free 0x5571735c1f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2000 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2000 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000116
+gallium_dri.so free 0x5571735c2000 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2130 0.000113
+gallium_dri.so free 0x5571735c2180 void 0.000128
+gallium_dri.so free 0x5571735c2130 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2130 0.000112
+gallium_dri.so free 0x5571735c2280 void 0.000116
+gallium_dri.so free 0x5571735c2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2230 0.000113
+gallium_dri.so free 0x5571735c2340 void 0.000115
+gallium_dri.so free 0x5571735c2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22f0 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x5571735c22f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22f0 0.000114
+gallium_dri.so free 0x5571735c2440 void 0.000116
+gallium_dri.so free 0x5571735c22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24b0 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24b0 0.000116
+gallium_dri.so free 0x5571735c2600 void 0.000119
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25b0 0.000112
+gallium_dri.so free 0x5571735c26c0 void 0.000114
+gallium_dri.so free 0x5571735c25b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2670 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000116
+gallium_dri.so free 0x5571735c2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2670 0.000114
+gallium_dri.so free 0x5571735c27c0 void 0.000119
+gallium_dri.so free 0x5571735c2670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2800 0.000113
+gallium_dri.so free 0x5571735c2880 void 0.000116
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2880 0.000114
+gallium_dri.so free 0x5571735c2940 void 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2880 0.000116
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a20 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000114
+gallium_dri.so free 0x5571735c2a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2a70 0.000112
+gallium_dri.so free 0x5571735c2b40 void 0.000115
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000113
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so free 0x5571735c2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000116
+gallium_dri.so free 0x5571735c2bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000115
+gallium_dri.so free 0x5571735c2bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000112
+gallium_dri.so free 0x5571735c2e00 void 0.000114
+gallium_dri.so free 0x5571735c2bc0 void 0.000184
+gallium_dri.so malloc 72 0x5571735c2db0 0.000114
+gallium_dri.so free 0x5571735c2ec0 void 0.000115
+gallium_dri.so free 0x5571735c2db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e70 0.000112
+gallium_dri.so free 0x5571735c2f40 void 0.000115
+gallium_dri.so free 0x5571735c2e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f90 0.000112
+gallium_dri.so free 0x5571735c3000 void 0.000114
+gallium_dri.so free 0x5571735c2f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3020 0.000112
+gallium_dri.so free 0x5571735c30c0 void 0.000114
+gallium_dri.so free 0x5571735c3020 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3070 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c3070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3070 0.000112
+gallium_dri.so free 0x5571735c31c0 void 0.000115
+gallium_dri.so free 0x5571735c3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c31c0 0.000112
+gallium_dri.so free 0x5571735c3280 void 0.000114
+gallium_dri.so free 0x5571735c31c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c31c0 0.000112
+gallium_dri.so free 0x5571735c3380 void 0.000114
+gallium_dri.so free 0x5571735c31c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3330 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3330 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3330 0.000115
+gallium_dri.so free 0x5571735c3480 void 0.000115
+gallium_dri.so free 0x5571735c3330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c34c0 0.000112
+gallium_dri.so free 0x5571735c3540 void 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3540 0.000112
+gallium_dri.so free 0x5571735c3600 void 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3540 0.000112
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so free 0x5571735c3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36b0 0.000112
+gallium_dri.so free 0x5571735c3700 void 0.000113
+gallium_dri.so free 0x5571735c36b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c36b0 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000112
+gallium_dri.so free 0x5571735c36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3840 0.000112
+gallium_dri.so free 0x5571735c38c0 void 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c38c0 0.000113
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c38c0 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000115
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a30 0.000125
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x5571735c3a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a30 0.000112
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so free 0x5571735c3a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b30 0.000118
+gallium_dri.so free 0x5571735c3c40 void 0.000115
+gallium_dri.so free 0x5571735c3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000113
+gallium_dri.so free 0x5571735c3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000112
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000114
+gallium_dri.so free 0x5571735c3e40 void 0.000114
+gallium_dri.so free 0x5571735c3bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3df0 0.000111
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so free 0x5571735c3df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f10 0.000113
+gallium_dri.so free 0x5571735c3f80 void 0.000114
+gallium_dri.so free 0x5571735c3f10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3fa0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000115
+gallium_dri.so free 0x5571735c3fa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c40c0 void 0.000118
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000112
+gallium_dri.so free 0x5571735c4200 void 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4200 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000115
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4200 0.000112
+gallium_dri.so free 0x5571735c4380 void 0.000114
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4200 0.000113
+gallium_dri.so free 0x5571735c4440 void 0.000115
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43f0 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000115
+gallium_dri.so free 0x5571735c43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4510 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c4510 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45c0 0.000114
+gallium_dri.so free 0x5571735c4640 void 0.000119
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45c0 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46f0 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46f0 0.000114
+gallium_dri.so free 0x5571735c4840 void 0.000115
+gallium_dri.so free 0x5571735c46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c47f0 0.000112
+gallium_dri.so free 0x5571735c4900 void 0.000115
+gallium_dri.so free 0x5571735c47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48b0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x5571735c48b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c48b0 0.000114
+gallium_dri.so free 0x5571735c4a00 void 0.000115
+gallium_dri.so free 0x5571735c48b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4a70 0.000119
+gallium_dri.so free 0x5571735c4ac0 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b70 0.000113
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c30 0.000114
+gallium_dri.so free 0x5571735c4cc0 void 0.000121
+gallium_dri.so free 0x5571735c4c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c30 0.000112
+gallium_dri.so free 0x5571735c4d80 void 0.000114
+gallium_dri.so free 0x5571735c4c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000113
+gallium_dri.so free 0x5571735c4e40 void 0.000115
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4e40 0.000112
+gallium_dri.so free 0x5571735c4f00 void 0.000114
+gallium_dri.so free 0x5571735c4e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e40 0.000113
+gallium_dri.so free 0x5571735c4fc0 void 0.000115
+gallium_dri.so free 0x5571735c4e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4fe0 0.000113
+gallium_dri.so free 0x5571735c5080 void 0.000115
+gallium_dri.so free 0x5571735c4fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5030 0.000113
+gallium_dri.so free 0x5571735c5100 void 0.000114
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5030 0.000114
+gallium_dri.so free 0x5571735c5180 void 0.000114
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5180 0.000113
+gallium_dri.so free 0x5571735c5240 void 0.000115
+gallium_dri.so free 0x5571735c5180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5180 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000123
+gallium_dri.so free 0x5571735c5180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5180 0.000112
+gallium_dri.so free 0x5571735c53c0 void 0.000112
+gallium_dri.so free 0x5571735c5180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5370 0.000112
+gallium_dri.so free 0x5571735c5480 void 0.000112
+gallium_dri.so free 0x5571735c5370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5430 0.000113
+gallium_dri.so free 0x5571735c5500 void 0.000113
+gallium_dri.so free 0x5571735c5430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5550 0.000112
+gallium_dri.so free 0x5571735c55c0 void 0.000113
+gallium_dri.so free 0x5571735c5550 void 0.000113
+gallium_dri.so malloc 72 0x5571735c55e0 0.000114
+gallium_dri.so free 0x5571735c5680 void 0.000118
+gallium_dri.so free 0x5571735c55e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5630 0.000112
+gallium_dri.so free 0x5571735c5700 void 0.000113
+gallium_dri.so free 0x5571735c5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5630 0.000117
+gallium_dri.so free 0x5571735c5780 void 0.000124
+gallium_dri.so free 0x5571735c5630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5780 0.000113
+gallium_dri.so free 0x5571735c5840 void 0.000114
+gallium_dri.so free 0x5571735c5780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5780 0.000112
+gallium_dri.so free 0x5571735c5940 void 0.000119
+gallium_dri.so free 0x5571735c5780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c58f0 0.000114
+gallium_dri.so free 0x5571735c5980 void 0.000115
+gallium_dri.so free 0x5571735c58f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c58f0 0.000111
+gallium_dri.so free 0x5571735c5a40 void 0.000116
+gallium_dri.so free 0x5571735c58f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5a80 0.000115
+gallium_dri.so free 0x5571735c5b00 void 0.000115
+gallium_dri.so free 0x5571735c5a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5b00 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000115
+gallium_dri.so free 0x5571735c5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b00 0.000114
+gallium_dri.so free 0x5571735c5c40 void 0.000115
+gallium_dri.so free 0x5571735c5b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5c70 0.000115
+gallium_dri.so free 0x5571735c5cc0 void 0.000115
+gallium_dri.so free 0x5571735c5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c70 0.000114
+gallium_dri.so free 0x5571735c5dc0 void 0.000116
+gallium_dri.so free 0x5571735c5c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5e00 0.000112
+gallium_dri.so free 0x5571735c5e80 void 0.000114
+gallium_dri.so free 0x5571735c5e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5e80 0.000113
+gallium_dri.so free 0x5571735c5f40 void 0.000114
+gallium_dri.so free 0x5571735c5e80 void 0.000164
+gallium_dri.so malloc 72 0x5571735c5e80 0.000113
+gallium_dri.so free 0x5571735c5fc0 void 0.000113
+gallium_dri.so free 0x5571735c5e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000112
+gallium_dri.so free 0x5571735c6040 void 0.000115
+gallium_dri.so free 0x5571735c5ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000113
+gallium_dri.so free 0x5571735c6140 void 0.000114
+gallium_dri.so free 0x5571735c5ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c60f0 0.000114
+gallium_dri.so free 0x5571735c6200 void 0.000115
+gallium_dri.so free 0x5571735c60f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c61b0 0.000115
+gallium_dri.so free 0x5571735c6280 void 0.000114
+gallium_dri.so free 0x5571735c61b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c61b0 0.000112
+gallium_dri.so free 0x5571735c6340 void 0.000115
+gallium_dri.so free 0x5571735c61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c61b0 0.000113
+gallium_dri.so free 0x5571735c6400 void 0.000115
+gallium_dri.so free 0x5571735c61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c63b0 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000116
+gallium_dri.so free 0x5571735c63b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c64d0 0.000112
+gallium_dri.so free 0x5571735c6540 void 0.000115
+gallium_dri.so free 0x5571735c64d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6560 0.000114
+gallium_dri.so free 0x5571735c6600 void 0.000114
+gallium_dri.so free 0x5571735c6560 void 0.000114
+gallium_dri.so malloc 72 0x5571735c65b0 0.000117
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so free 0x5571735c65b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6680 0.000113
+gallium_dri.so free 0x5571735c6740 void 0.000115
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6680 0.000113
+gallium_dri.so free 0x5571735c67c0 void 0.000115
+gallium_dri.so free 0x5571735c6680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c67c0 0.000113
+gallium_dri.so free 0x5571735c6880 void 0.000114
+gallium_dri.so free 0x5571735c67c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c67c0 0.000112
+gallium_dri.so free 0x5571735c6940 void 0.000115
+gallium_dri.so free 0x5571735c67c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c67c0 0.000113
+gallium_dri.so free 0x5571735c6a00 void 0.000115
+gallium_dri.so free 0x5571735c67c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c69b0 0.000115
+gallium_dri.so free 0x5571735c6a80 void 0.000114
+gallium_dri.so free 0x5571735c69b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ad0 0.000114
+gallium_dri.so free 0x5571735c6b40 void 0.000115
+gallium_dri.so free 0x5571735c6ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b80 0.000148
+gallium_dri.so free 0x5571735c6c00 void 0.000117
+gallium_dri.so free 0x5571735c6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b80 0.000114
+gallium_dri.so free 0x5571735c6c80 void 0.000114
+gallium_dri.so free 0x5571735c6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000112
+gallium_dri.so free 0x5571735c6d00 void 0.000115
+gallium_dri.so free 0x5571735c6cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000112
+gallium_dri.so free 0x5571735c6e00 void 0.000115
+gallium_dri.so free 0x5571735c6cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6db0 0.000114
+gallium_dri.so free 0x5571735c6ec0 void 0.000115
+gallium_dri.so free 0x5571735c6db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6e70 0.000113
+gallium_dri.so free 0x5571735c6f00 void 0.000115
+gallium_dri.so free 0x5571735c6e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e70 0.000115
+gallium_dri.so free 0x5571735c6fc0 void 0.000115
+gallium_dri.so free 0x5571735c6e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7030 0.000113
+gallium_dri.so free 0x5571735c7080 void 0.000116
+gallium_dri.so free 0x5571735c7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7030 0.000113
+gallium_dri.so free 0x5571735c7180 void 0.000115
+gallium_dri.so free 0x5571735c7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7130 0.000186
+gallium_dri.so free 0x5571735c7240 void 0.000116
+gallium_dri.so free 0x5571735c7130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c71f0 0.000113
+gallium_dri.so free 0x5571735c7280 void 0.000114
+gallium_dri.so free 0x5571735c71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c71f0 0.000113
+gallium_dri.so free 0x5571735c7340 void 0.000115
+gallium_dri.so free 0x5571735c71f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7380 0.000112
+gallium_dri.so free 0x5571735c7400 void 0.000114
+gallium_dri.so free 0x5571735c7380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7400 0.000115
+gallium_dri.so free 0x5571735c74c0 void 0.000115
+gallium_dri.so free 0x5571735c7400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7400 0.000113
+gallium_dri.so free 0x5571735c7580 void 0.000114
+gallium_dri.so free 0x5571735c7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c75a0 0.000114
+gallium_dri.so free 0x5571735c7640 void 0.000116
+gallium_dri.so free 0x5571735c75a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c75f0 0.000117
+gallium_dri.so free 0x5571735c76c0 void 0.000115
+gallium_dri.so free 0x5571735c75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c75f0 0.000112
+gallium_dri.so free 0x5571735c7740 void 0.000114
+gallium_dri.so free 0x5571735c75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7740 0.000127
+gallium_dri.so free 0x5571735c7800 void 0.000116
+gallium_dri.so free 0x5571735c7740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7740 0.000112
+gallium_dri.so free 0x5571735c78c0 void 0.000115
+gallium_dri.so free 0x5571735c7740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7740 0.000116
+gallium_dri.so free 0x5571735c7980 void 0.000115
+gallium_dri.so free 0x5571735c7740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7930 0.000114
+gallium_dri.so free 0x5571735c7a40 void 0.000116
+gallium_dri.so free 0x5571735c7930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c79f0 0.000113
+gallium_dri.so free 0x5571735c7ac0 void 0.000114
+gallium_dri.so free 0x5571735c79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7b10 0.000115
+gallium_dri.so free 0x5571735c7b80 void 0.000115
+gallium_dri.so free 0x5571735c7b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ba0 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000115
+gallium_dri.so free 0x5571735c7ba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000114
+gallium_dri.so free 0x5571735c7cc0 void 0.000114
+gallium_dri.so free 0x5571735c7bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000114
+gallium_dri.so free 0x5571735c7d40 void 0.000115
+gallium_dri.so free 0x5571735c7bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7d40 0.000112
+gallium_dri.so free 0x5571735c7e00 void 0.000125
+gallium_dri.so free 0x5571735c7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7d40 0.000116
+gallium_dri.so free 0x5571735c7f00 void 0.000115
+gallium_dri.so free 0x5571735c7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000112
+gallium_dri.so free 0x5571735c7f40 void 0.000115
+gallium_dri.so free 0x5571735c7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000113
+gallium_dri.so free 0x5571735c8000 void 0.000115
+gallium_dri.so free 0x5571735c7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8040 0.000113
+gallium_dri.so free 0x5571735c80c0 void 0.000115
+gallium_dri.so free 0x5571735c8040 void 0.000114
+gallium_dri.so malloc 72 0x5571735c80c0 0.000112
+gallium_dri.so free 0x5571735c8180 void 0.000115
+gallium_dri.so free 0x5571735c80c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c80c0 0.000113
+gallium_dri.so free 0x5571735c8200 void 0.000115
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8230 0.000114
+gallium_dri.so free 0x5571735c8280 void 0.000115
+gallium_dri.so free 0x5571735c8230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8230 0.000113
+gallium_dri.so free 0x5571735c8380 void 0.000114
+gallium_dri.so free 0x5571735c8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c83c0 0.000114
+gallium_dri.so free 0x5571735c8440 void 0.000127
+gallium_dri.so free 0x5571735c83c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8440 0.000113
+gallium_dri.so free 0x5571735c8500 void 0.000115
+gallium_dri.so free 0x5571735c8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8440 0.000115
+gallium_dri.so free 0x5571735c8580 void 0.000115
+gallium_dri.so free 0x5571735c8440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85b0 0.000113
+gallium_dri.so free 0x5571735c8600 void 0.000115
+gallium_dri.so free 0x5571735c85b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c85b0 0.000117
+gallium_dri.so free 0x5571735c8700 void 0.000116
+gallium_dri.so free 0x5571735c85b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c86b0 0.000115
+gallium_dri.so free 0x5571735c87c0 void 0.000116
+gallium_dri.so free 0x5571735c86b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000115
+gallium_dri.so free 0x5571735c8840 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000115
+gallium_dri.so free 0x5571735c8900 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000113
+gallium_dri.so free 0x5571735c89c0 void 0.000114
+gallium_dri.so free 0x5571735c8770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8970 0.000113
+gallium_dri.so free 0x5571735c8a40 void 0.000123
+gallium_dri.so free 0x5571735c8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8a90 0.000112
+gallium_dri.so free 0x5571735c8b00 void 0.000113
+gallium_dri.so free 0x5571735c8a90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8b20 0.000113
+gallium_dri.so free 0x5571735c8bc0 void 0.000114
+gallium_dri.so free 0x5571735c8b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8b70 0.000118
+gallium_dri.so free 0x5571735c8c40 void 0.000114
+gallium_dri.so free 0x5571735c8b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8c40 0.000115
+gallium_dri.so free 0x5571735c8d00 void 0.000114
+gallium_dri.so free 0x5571735c8c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8c40 0.000114
+gallium_dri.so free 0x5571735c8d80 void 0.000114
+gallium_dri.so free 0x5571735c8c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8d80 0.000114
+gallium_dri.so free 0x5571735c8e40 void 0.000115
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8d80 0.000113
+gallium_dri.so free 0x5571735c8f00 void 0.000115
+gallium_dri.so free 0x5571735c8d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8d80 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000115
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8f70 0.000113
+gallium_dri.so free 0x5571735e14f0 void 0.000115
+gallium_dri.so free 0x5571735c9040 void 0.000219
+gallium_dri.so free 0x5571735c8f70 void 0.000155
+gallium_dri.so malloc 72 0x5571735c9090 0.000117
+gallium_dri.so free 0x5571735c9100 void 0.000115
+gallium_dri.so free 0x5571735c9090 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9140 0.000114
+gallium_dri.so free 0x5571735c91c0 void 0.000114
+gallium_dri.so free 0x5571735c9140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9140 0.000113
+gallium_dri.so free 0x5571735c9240 void 0.000115
+gallium_dri.so free 0x5571735c9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9270 0.000114
+gallium_dri.so free 0x5571735c92c0 void 0.000113
+gallium_dri.so free 0x5571735c9270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9270 0.000113
+gallium_dri.so free 0x5571735c93c0 void 0.000114
+gallium_dri.so free 0x5571735c9270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9370 0.000112
+gallium_dri.so free 0x5571735c9480 void 0.000114
+gallium_dri.so free 0x5571735c9370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9430 0.000113
+gallium_dri.so free 0x5571735c94c0 void 0.000115
+gallium_dri.so free 0x5571735c9430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9430 0.000112
+gallium_dri.so free 0x5571735c9580 void 0.000114
+gallium_dri.so free 0x5571735c9430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c95f0 0.000139
+gallium_dri.so free 0x5571735c9640 void 0.000137
+gallium_dri.so free 0x5571735c95f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c95f0 0.000136
+gallium_dri.so free 0x5571735c9740 void 0.000186
+gallium_dri.so free 0x5571735c95f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c96f0 0.000127
+gallium_dri.so free 0x5571735c9800 void 0.000128
+gallium_dri.so free 0x5571735c96f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c97b0 0.000126
+gallium_dri.so free 0x5571735c9840 void 0.000127
+gallium_dri.so free 0x5571735c97b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c97b0 0.000127
+gallium_dri.so free 0x5571735c9900 void 0.000125
+gallium_dri.so free 0x5571735c97b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9940 0.000125
+gallium_dri.so free 0x5571735c99c0 void 0.000128
+gallium_dri.so free 0x5571735c9940 void 0.000126
+gallium_dri.so malloc 72 0x5571735c99c0 0.000128
+gallium_dri.so free 0x5571735c9a80 void 0.000126
+gallium_dri.so free 0x5571735c99c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c99c0 0.000125
+gallium_dri.so free 0x5571735c9b40 void 0.000141
+gallium_dri.so free 0x5571735c99c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9b60 0.000126
+gallium_dri.so free 0x5571735c9c00 void 0.000127
+gallium_dri.so free 0x5571735c9b60 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000125
+gallium_dri.so free 0x5571735c9c80 void 0.000125
+gallium_dri.so free 0x5571735c9bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000128
+gallium_dri.so free 0x5571735c9d00 void 0.000126
+gallium_dri.so free 0x5571735c9bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9d00 0.000126
+gallium_dri.so free 0x5571735c9dc0 void 0.000126
+gallium_dri.so free 0x5571735c9d00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9d00 0.000125
+gallium_dri.so free 0x5571735c9e80 void 0.000127
+gallium_dri.so free 0x5571735c9d00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9d00 0.000125
+gallium_dri.so free 0x5571735c9f40 void 0.000126
+gallium_dri.so free 0x5571735c9d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000126
+gallium_dri.so free 0x5571735ca000 void 0.000132
+gallium_dri.so free 0x5571735c9ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000114
+gallium_dri.so free 0x5571735ca080 void 0.000114
+gallium_dri.so free 0x5571735c9fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000114
+gallium_dri.so free 0x5571735ca140 void 0.000113
+gallium_dri.so free 0x5571735ca0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca160 0.000113
+gallium_dri.so free 0x5571735ca200 void 0.000112
+gallium_dri.so free 0x5571735ca160 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000123
+gallium_dri.so free 0x5571735ca280 void 0.000118
+gallium_dri.so free 0x5571735ca1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000113
+gallium_dri.so free 0x5571735ca300 void 0.000113
+gallium_dri.so free 0x5571735ca1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca300 0.000119
+gallium_dri.so free 0x5571735ca3c0 void 0.000114
+gallium_dri.so free 0x5571735ca300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca300 0.000113
+gallium_dri.so free 0x5571735ca4c0 void 0.000114
+gallium_dri.so free 0x5571735ca300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca470 0.000115
+gallium_dri.so free 0x5571735ca500 void 0.000133
+gallium_dri.so free 0x5571735ca470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca470 0.000114
+gallium_dri.so free 0x5571735ca5c0 void 0.000115
+gallium_dri.so free 0x5571735ca470 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca600 0.000113
+gallium_dri.so free 0x5571735ca680 void 0.000114
+gallium_dri.so free 0x5571735ca600 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca680 0.000113
+gallium_dri.so free 0x5571735ca740 void 0.000112
+gallium_dri.so free 0x5571735ca680 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca680 0.000113
+gallium_dri.so free 0x5571735ca7c0 void 0.000112
+gallium_dri.so free 0x5571735ca680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000112
+gallium_dri.so free 0x5571735ca840 void 0.000112
+gallium_dri.so free 0x5571735ca7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000111
+gallium_dri.so free 0x5571735ca940 void 0.000250
+gallium_dri.so free 0x5571735ca7f0 void 0.000333
+gallium_dri.so malloc 72 0x5571735ca980 0.000321
+gallium_dri.so free 0x5571735caa00 void 0.000161
+gallium_dri.so free 0x5571735ca980 void 0.000126
+gallium_dri.so malloc 72 0x5571735caa00 0.000119
+gallium_dri.so free 0x5571735caac0 void 0.000116
+gallium_dri.so free 0x5571735caa00 void 0.000115
+gallium_dri.so malloc 72 0x5571735caa00 0.000115
+gallium_dri.so free 0x5571735cab40 void 0.000115
+gallium_dri.so free 0x5571735caa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cab70 0.000114
+gallium_dri.so free 0x5571735cabc0 void 0.000128
+gallium_dri.so free 0x5571735cab70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cab70 0.000115
+gallium_dri.so free 0x5571735cacc0 void 0.000115
+gallium_dri.so free 0x5571735cab70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cac70 0.000116
+gallium_dri.so free 0x5571735cad80 void 0.000115
+gallium_dri.so free 0x5571735cac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cad30 0.000114
+gallium_dri.so free 0x5571735cae00 void 0.000115
+gallium_dri.so free 0x5571735cad30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cad30 0.000114
+gallium_dri.so free 0x5571735caec0 void 0.000114
+gallium_dri.so free 0x5571735cad30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cad30 0.000114
+gallium_dri.so free 0x5571735caf80 void 0.000115
+gallium_dri.so free 0x5571735cad30 void 0.000114
+gallium_dri.so malloc 72 0x5571735caf30 0.000115
+gallium_dri.so free 0x5571735cb000 void 0.000116
+gallium_dri.so free 0x5571735caf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb050 0.000120
+gallium_dri.so free 0x5571735cb0c0 void 0.000114
+gallium_dri.so free 0x5571735cb050 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb0e0 0.000118
+gallium_dri.so free 0x5571735cb180 void 0.000116
+gallium_dri.so free 0x5571735cb0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb130 0.000115
+gallium_dri.so free 0x5571735cb200 void 0.000167
+gallium_dri.so free 0x5571735cb130 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb200 0.000115
+gallium_dri.so free 0x5571735cb2c0 void 0.000115
+gallium_dri.so free 0x5571735cb200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb200 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so free 0x5571735cb200 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb340 0.000115
+gallium_dri.so free 0x5571735cb400 void 0.000115
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb340 0.000115
+gallium_dri.so free 0x5571735cb4c0 void 0.000115
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb340 0.000114
+gallium_dri.so free 0x5571735cb580 void 0.000117
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb530 0.000113
+gallium_dri.so free 0x5571735cb600 void 0.000115
+gallium_dri.so free 0x5571735cb530 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb650 0.000113
+gallium_dri.so free 0x5571735cb6c0 void 0.000115
+gallium_dri.so free 0x5571735cb650 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb700 0.000114
+gallium_dri.so free 0x5571735cb780 void 0.000115
+gallium_dri.so free 0x5571735cb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb700 0.000112
+gallium_dri.so free 0x5571735cb800 void 0.000127
+gallium_dri.so free 0x5571735cb700 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb830 0.000114
+gallium_dri.so free 0x5571735cb880 void 0.000115
+gallium_dri.so free 0x5571735cb830 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb830 0.000114
+gallium_dri.so free 0x5571735cb980 void 0.000116
+gallium_dri.so free 0x5571735cb830 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb930 0.000115
+gallium_dri.so free 0x5571735cba40 void 0.000115
+gallium_dri.so free 0x5571735cb930 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000113
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cb9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000114
+gallium_dri.so free 0x5571735cbb40 void 0.000115
+gallium_dri.so free 0x5571735cb9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000115
+gallium_dri.so free 0x5571735cbc00 void 0.000115
+gallium_dri.so free 0x5571735cbbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000115
+gallium_dri.so free 0x5571735cbd00 void 0.000117
+gallium_dri.so free 0x5571735cbbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000115
+gallium_dri.so free 0x5571735cbdc0 void 0.000115
+gallium_dri.so free 0x5571735cbcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd70 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000126
+gallium_dri.so free 0x5571735cbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd70 0.000114
+gallium_dri.so free 0x5571735cbec0 void 0.000116
+gallium_dri.so free 0x5571735cbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbf00 0.000115
+gallium_dri.so free 0x5571735cbf80 void 0.000114
+gallium_dri.so free 0x5571735cbf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbf80 0.000114
+gallium_dri.so free 0x5571735cc040 void 0.000114
+gallium_dri.so free 0x5571735cbf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbf80 0.000115
+gallium_dri.so free 0x5571735cc100 void 0.000115
+gallium_dri.so free 0x5571735cbf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc120 0.000114
+gallium_dri.so free 0x5571735cc1c0 void 0.000114
+gallium_dri.so free 0x5571735cc120 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc170 0.000115
+gallium_dri.so free 0x5571735cc240 void 0.000115
+gallium_dri.so free 0x5571735cc170 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc170 0.000113
+gallium_dri.so free 0x5571735cc2c0 void 0.000141
+gallium_dri.so free 0x5571735cc170 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc2c0 0.000115
+gallium_dri.so free 0x5571735cc380 void 0.000117
+gallium_dri.so free 0x5571735cc2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc2c0 0.000114
+gallium_dri.so free 0x5571735cc440 void 0.000154
+gallium_dri.so free 0x5571735cc2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc2c0 0.000114
+gallium_dri.so free 0x5571735cc500 void 0.000116
+gallium_dri.so free 0x5571735cc2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc4b0 0.000114
+gallium_dri.so free 0x5571735cc5c0 void 0.000115
+gallium_dri.so free 0x5571735cc4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc570 0.000113
+gallium_dri.so free 0x5571735cc640 void 0.000114
+gallium_dri.so free 0x5571735cc570 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc690 0.000115
+gallium_dri.so free 0x5571735cc700 void 0.000114
+gallium_dri.so free 0x5571735cc690 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc720 0.000113
+gallium_dri.so free 0x5571735cc7c0 void 0.000115
+gallium_dri.so free 0x5571735cc720 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc770 0.000114
+gallium_dri.so free 0x5571735cc840 void 0.000113
+gallium_dri.so free 0x5571735cc770 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc770 0.000113
+gallium_dri.so free 0x5571735cc8c0 void 0.000115
+gallium_dri.so free 0x5571735cc770 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000114
+gallium_dri.so free 0x5571735cc980 void 0.000114
+gallium_dri.so free 0x5571735cc8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000114
+gallium_dri.so free 0x5571735cca80 void 0.000115
+gallium_dri.so free 0x5571735cc8c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cca30 0.000114
+gallium_dri.so free 0x5571735ccac0 void 0.000116
+gallium_dri.so free 0x5571735cca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cca30 0.000115
+gallium_dri.so free 0x5571735ccb80 void 0.000115
+gallium_dri.so free 0x5571735cca30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000114
+gallium_dri.so free 0x5571735ccc40 void 0.000116
+gallium_dri.so free 0x5571735ccbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccc40 0.000114
+gallium_dri.so free 0x5571735ccd00 void 0.000114
+gallium_dri.so free 0x5571735ccc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccc40 0.000116
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so free 0x5571735ccc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000113
+gallium_dri.so free 0x5571735cce00 void 0.000114
+gallium_dri.so free 0x5571735ccdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000114
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so free 0x5571735ccdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccf40 0.000113
+gallium_dri.so free 0x5571735ccfc0 void 0.000114
+gallium_dri.so free 0x5571735ccf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccfc0 0.000113
+gallium_dri.so free 0x5571735cd080 void 0.000119
+gallium_dri.so free 0x5571735ccfc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ccfc0 0.000115
+gallium_dri.so free 0x5571735cd100 void 0.000115
+gallium_dri.so free 0x5571735ccfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd130 0.000114
+gallium_dri.so free 0x5571735cd180 void 0.000115
+gallium_dri.so free 0x5571735cd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd130 0.000114
+gallium_dri.so free 0x5571735cd280 void 0.000128
+gallium_dri.so free 0x5571735cd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd230 0.000114
+gallium_dri.so free 0x5571735cd340 void 0.000115
+gallium_dri.so free 0x5571735cd230 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000113
+gallium_dri.so free 0x5571735cd3c0 void 0.000116
+gallium_dri.so free 0x5571735cd2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000113
+gallium_dri.so free 0x5571735cd480 void 0.000115
+gallium_dri.so free 0x5571735cd2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000114
+gallium_dri.so free 0x5571735cd540 void 0.000115
+gallium_dri.so free 0x5571735cd2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd4f0 0.000114
+gallium_dri.so free 0x5571735cd5c0 void 0.000116
+gallium_dri.so free 0x5571735cd4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd610 0.000113
+gallium_dri.so free 0x5571735cd680 void 0.000116
+gallium_dri.so free 0x5571735cd610 void 0.000159
+gallium_dri.so malloc 72 0x5571735cd6a0 0.000117
+gallium_dri.so free 0x5571735cd740 void 0.000115
+gallium_dri.so free 0x5571735cd6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000115
+gallium_dri.so free 0x5571735cd7c0 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000115
+gallium_dri.so free 0x5571735cd880 void 0.000115
+gallium_dri.so free 0x5571735cd7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000114
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so free 0x5571735cd7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd900 0.000114
+gallium_dri.so free 0x5571735cd9c0 void 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd900 0.000113
+gallium_dri.so free 0x5571735cda80 void 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd900 0.000114
+gallium_dri.so free 0x5571735cdb40 void 0.000116
+gallium_dri.so free 0x5571735cd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000114
+gallium_dri.so free 0x5571735cdbc0 void 0.000116
+gallium_dri.so free 0x5571735cdaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc10 0.000113
+gallium_dri.so free 0x5571735cdc80 void 0.000114
+gallium_dri.so free 0x5571735cdc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000116
+gallium_dri.so free 0x5571735cdd40 void 0.000115
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdcc0 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cddf0 0.000113
+gallium_dri.so free 0x5571735cde40 void 0.000116
+gallium_dri.so free 0x5571735cddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cddf0 0.000114
+gallium_dri.so free 0x5571735cdf40 void 0.000115
+gallium_dri.so free 0x5571735cddf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdef0 0.000119
+gallium_dri.so free 0x5571735ce000 void 0.000125
+gallium_dri.so free 0x5571735cdef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000130
+gallium_dri.so free 0x5571735ce040 void 0.000126
+gallium_dri.so free 0x5571735cdfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000117
+gallium_dri.so free 0x5571735ce100 void 0.000114
+gallium_dri.so free 0x5571735cdfb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ce170 0.000116
+gallium_dri.so free 0x5571735ce1c0 void 0.000116
+gallium_dri.so free 0x5571735ce170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce170 0.000115
+gallium_dri.so free 0x5571735ce2c0 void 0.000128
+gallium_dri.so free 0x5571735ce170 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce270 0.000114
+gallium_dri.so free 0x5571735ce380 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce330 0.000114
+gallium_dri.so free 0x5571735ce3c0 void 0.000115
+gallium_dri.so free 0x5571735ce330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce330 0.000114
+gallium_dri.so free 0x5571735ce480 void 0.000114
+gallium_dri.so free 0x5571735ce330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce4c0 0.000114
+gallium_dri.so free 0x5571735ce540 void 0.000114
+gallium_dri.so free 0x5571735ce4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce540 0.000113
+gallium_dri.so free 0x5571735ce600 void 0.000114
+gallium_dri.so free 0x5571735ce540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce540 0.000113
+gallium_dri.so free 0x5571735ce6c0 void 0.000115
+gallium_dri.so free 0x5571735ce540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce6e0 0.000114
+gallium_dri.so free 0x5571735ce780 void 0.000115
+gallium_dri.so free 0x5571735ce6e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce730 0.000115
+gallium_dri.so free 0x5571735ce800 void 0.000114
+gallium_dri.so free 0x5571735ce730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce730 0.000115
+gallium_dri.so free 0x5571735ce880 void 0.000115
+gallium_dri.so free 0x5571735ce730 void 0.000163
+gallium_dri.so malloc 72 0x5571735ce880 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce880 0.000113
+gallium_dri.so free 0x5571735cea00 void 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce880 0.000113
+gallium_dri.so free 0x5571735ceac0 void 0.000114
+gallium_dri.so free 0x5571735ce880 void 0.000113
+gallium_dri.so malloc 72 0x5571735cea70 0.000114
+gallium_dri.so free 0x5571735ceb80 void 0.000114
+gallium_dri.so free 0x5571735cea70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceb30 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000113
+gallium_dri.so free 0x5571735ceb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec50 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cec50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cece0 0.000111
+gallium_dri.so free 0x5571735ced80 void 0.000117
+gallium_dri.so free 0x5571735cece0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced30 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000114
+gallium_dri.so free 0x5571735ced30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ced30 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so free 0x5571735ced30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cee80 0.000114
+gallium_dri.so free 0x5571735cef40 void 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee80 0.000116
+gallium_dri.so free 0x5571735cf040 void 0.000118
+gallium_dri.so free 0x5571735cee80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceff0 0.000116
+gallium_dri.so free 0x5571735cf080 void 0.000134
+gallium_dri.so free 0x5571735ceff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceff0 0.000113
+gallium_dri.so free 0x5571735cf140 void 0.000115
+gallium_dri.so free 0x5571735ceff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf180 0.000113
+gallium_dri.so free 0x5571735cf200 void 0.000114
+gallium_dri.so free 0x5571735cf180 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf200 0.000114
+gallium_dri.so free 0x5571735cf2c0 void 0.000115
+gallium_dri.so free 0x5571735cf200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf200 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000118
+gallium_dri.so free 0x5571735cf200 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf370 0.000114
+gallium_dri.so free 0x5571735cf3c0 void 0.000115
+gallium_dri.so free 0x5571735cf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf370 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000116
+gallium_dri.so free 0x5571735cf370 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf500 0.000118
+gallium_dri.so free 0x5571735cf580 void 0.000115
+gallium_dri.so free 0x5571735cf500 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf580 0.000113
+gallium_dri.so free 0x5571735cf640 void 0.000114
+gallium_dri.so free 0x5571735cf580 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf580 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000114
+gallium_dri.so free 0x5571735cf580 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000114
+gallium_dri.so free 0x5571735cf740 void 0.000115
+gallium_dri.so free 0x5571735cf6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000113
+gallium_dri.so free 0x5571735cf840 void 0.000116
+gallium_dri.so free 0x5571735cf6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000113
+gallium_dri.so free 0x5571735cf900 void 0.000115
+gallium_dri.so free 0x5571735cf7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000113
+gallium_dri.so free 0x5571735cf980 void 0.000115
+gallium_dri.so free 0x5571735cf8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000114
+gallium_dri.so free 0x5571735cfa40 void 0.000114
+gallium_dri.so free 0x5571735cf8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000113
+gallium_dri.so free 0x5571735cfb00 void 0.000114
+gallium_dri.so free 0x5571735cf8b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735cfab0 0.000115
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbd0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735cfbd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc60 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000114
+gallium_dri.so free 0x5571735cfd80 void 0.000113
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd80 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000114
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd80 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so free 0x5571735cfd80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfec0 0.000115
+gallium_dri.so free 0x5571735cff80 void 0.000116
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfec0 0.000146
+gallium_dri.so free 0x5571735d0040 void 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000116
+gallium_dri.so free 0x5571735cfec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d00b0 0.000114
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so free 0x5571735d00b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d01d0 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so free 0x5571735d01d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0280 0.000113
+gallium_dri.so free 0x5571735d0300 void 0.000115
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0280 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03b0 0.000114
+gallium_dri.so free 0x5571735d0400 void 0.000115
+gallium_dri.so free 0x5571735d03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03b0 0.000114
+gallium_dri.so free 0x5571735d0500 void 0.000115
+gallium_dri.so free 0x5571735d03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d04b0 0.000114
+gallium_dri.so free 0x5571735d05c0 void 0.000115
+gallium_dri.so free 0x5571735d04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0570 0.000114
+gallium_dri.so free 0x5571735d0600 void 0.000115
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0570 0.000114
+gallium_dri.so free 0x5571735d06c0 void 0.000115
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0730 0.000115
+gallium_dri.so free 0x5571735d0780 void 0.000116
+gallium_dri.so free 0x5571735d0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0730 0.000113
+gallium_dri.so free 0x5571735d0880 void 0.000114
+gallium_dri.so free 0x5571735d0730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0830 0.000115
+gallium_dri.so free 0x5571735d0940 void 0.000115
+gallium_dri.so free 0x5571735d0830 void 0.000116
+gallium_dri.so malloc 72 0x5571735d08f0 0.000113
+gallium_dri.so free 0x5571735d0980 void 0.000114
+gallium_dri.so free 0x5571735d08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d08f0 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so free 0x5571735d08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a80 0.000113
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so free 0x5571735d0a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b00 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so free 0x5571735d0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b00 0.000113
+gallium_dri.so free 0x5571735d0c80 void 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0ca0 0.000115
+gallium_dri.so free 0x5571735d0d40 void 0.000115
+gallium_dri.so free 0x5571735d0ca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000167
+gallium_dri.so free 0x5571735d0dc0 void 0.000115
+gallium_dri.so free 0x5571735d0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000115
+gallium_dri.so free 0x5571735d0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0e40 0.000113
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0e40 0.000121
+gallium_dri.so free 0x5571735d0fc0 void 0.000115
+gallium_dri.so free 0x5571735d0e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0e40 0.000116
+gallium_dri.so free 0x5571735d1080 void 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1030 0.000115
+gallium_dri.so free 0x5571735d1140 void 0.000115
+gallium_dri.so free 0x5571735d1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d10f0 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000114
+gallium_dri.so free 0x5571735d10f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1210 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000113
+gallium_dri.so free 0x5571735d1210 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12a0 0.000113
+gallium_dri.so free 0x5571735d1340 void 0.000116
+gallium_dri.so free 0x5571735d12a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12f0 0.000127
+gallium_dri.so free 0x5571735d13c0 void 0.000115
+gallium_dri.so free 0x5571735d12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d12f0 0.000113
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so free 0x5571735d12f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1440 0.000114
+gallium_dri.so free 0x5571735d1500 void 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1440 0.000113
+gallium_dri.so free 0x5571735d1600 void 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15b0 0.000113
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15b0 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so free 0x5571735d15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1740 0.000115
+gallium_dri.so free 0x5571735d17c0 void 0.000113
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17c0 0.000115
+gallium_dri.so free 0x5571735d1880 void 0.000114
+gallium_dri.so free 0x5571735d17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17c0 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735d17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1930 0.000114
+gallium_dri.so free 0x5571735d1980 void 0.000116
+gallium_dri.so free 0x5571735d1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1930 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d1930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ac0 0.000113
+gallium_dri.so free 0x5571735d1b40 void 0.000114
+gallium_dri.so free 0x5571735d1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1b40 0.000113
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so free 0x5571735d1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b40 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so free 0x5571735d1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000116
+gallium_dri.so free 0x5571735d1d00 void 0.000117
+gallium_dri.so free 0x5571735d1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000113
+gallium_dri.so free 0x5571735d1e00 void 0.000114
+gallium_dri.so free 0x5571735d1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1db0 0.000113
+gallium_dri.so free 0x5571735d1ec0 void 0.000143
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1e70 0.000114
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e70 0.000113
+gallium_dri.so free 0x5571735d2000 void 0.000163
+gallium_dri.so free 0x5571735d1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e70 0.000117
+gallium_dri.so free 0x5571735d20c0 void 0.000115
+gallium_dri.so free 0x5571735d1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2070 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000115
+gallium_dri.so free 0x5571735d2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2190 0.000117
+gallium_dri.so free 0x5571735d2200 void 0.000116
+gallium_dri.so free 0x5571735d2190 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2220 0.000115
+gallium_dri.so free 0x5571735d22c0 void 0.000116
+gallium_dri.so free 0x5571735d2220 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2270 0.000114
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so free 0x5571735d2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2340 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000115
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2340 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2480 0.000115
+gallium_dri.so free 0x5571735d2540 void 0.000116
+gallium_dri.so free 0x5571735d2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d2600 void 0.000128
+gallium_dri.so free 0x5571735d2480 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2670 0.000114
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so free 0x5571735d2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2790 0.000114
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so free 0x5571735d2790 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2840 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2970 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000116
+gallium_dri.so free 0x5571735d2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2970 0.000113
+gallium_dri.so free 0x5571735d2ac0 void 0.000116
+gallium_dri.so free 0x5571735d2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2a70 0.000114
+gallium_dri.so free 0x5571735d2b80 void 0.000114
+gallium_dri.so free 0x5571735d2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2b30 0.000114
+gallium_dri.so free 0x5571735d2bc0 void 0.000127
+gallium_dri.so free 0x5571735d2b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2c80 void 0.000116
+gallium_dri.so free 0x5571735d2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000115
+gallium_dri.so free 0x5571735d2d40 void 0.000113
+gallium_dri.so free 0x5571735d2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000146
+gallium_dri.so free 0x5571735d2e40 void 0.000116
+gallium_dri.so free 0x5571735d2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2df0 0.000114
+gallium_dri.so free 0x5571735d2f00 void 0.000115
+gallium_dri.so free 0x5571735d2df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000114
+gallium_dri.so free 0x5571735d2eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000113
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3040 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so free 0x5571735d3040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30c0 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000160
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3260 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000114
+gallium_dri.so free 0x5571735d3260 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32b0 0.000114
+gallium_dri.so free 0x5571735d3380 void 0.000114
+gallium_dri.so free 0x5571735d32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32b0 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3400 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3400 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3400 0.000114
+gallium_dri.so free 0x5571735d3640 void 0.000115
+gallium_dri.so free 0x5571735d3400 void 0.000113
+gallium_dri.so malloc 72 0x5571735d35f0 0.000114
+gallium_dri.so free 0x5571735d3700 void 0.000115
+gallium_dri.so free 0x5571735d35f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d36b0 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37d0 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so free 0x5571735d37d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3860 0.000113
+gallium_dri.so free 0x5571735d3900 void 0.000113
+gallium_dri.so free 0x5571735d3860 void 0.000113
+gallium_dri.so malloc 72 0x5571735d38b0 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so free 0x5571735d38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d38b0 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000112
+gallium_dri.so free 0x5571735d38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000115
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3a00 0.000161
+gallium_dri.so free 0x5571735d3bc0 void 0.000160
+gallium_dri.so free 0x5571735d3a00 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3b70 0.000201
+gallium_dri.so free 0x5571735d3c00 void 0.000116
+gallium_dri.so free 0x5571735d3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b70 0.000116
+gallium_dri.so free 0x5571735d3cc0 void 0.000122
+gallium_dri.so free 0x5571735d3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d00 0.000114
+gallium_dri.so free 0x5571735d3d80 void 0.000115
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d80 0.000122
+gallium_dri.so free 0x5571735d3e40 void 0.000115
+gallium_dri.so free 0x5571735d3d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d80 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000113
+gallium_dri.so free 0x5571735d3f40 void 0.000113
+gallium_dri.so free 0x5571735d3ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000113
+gallium_dri.so free 0x5571735d3ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4080 0.000112
+gallium_dri.so free 0x5571735d4100 void 0.000119
+gallium_dri.so free 0x5571735d4080 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4100 0.000120
+gallium_dri.so free 0x5571735d41c0 void 0.000115
+gallium_dri.so free 0x5571735d4100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4100 0.000112
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d4100 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4270 0.000131
+gallium_dri.so free 0x5571735d42c0 void 0.000124
+gallium_dri.so free 0x5571735d4270 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4270 0.000124
+gallium_dri.so free 0x5571735d43c0 void 0.000121
+gallium_dri.so free 0x5571735d4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4370 0.000115
+gallium_dri.so free 0x5571735d4480 void 0.000115
+gallium_dri.so free 0x5571735d4370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4430 0.000115
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4430 0.000113
+gallium_dri.so free 0x5571735d45c0 void 0.000114
+gallium_dri.so free 0x5571735d4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4430 0.000113
+gallium_dri.so free 0x5571735d4680 void 0.000115
+gallium_dri.so free 0x5571735d4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4630 0.000113
+gallium_dri.so free 0x5571735d4700 void 0.000113
+gallium_dri.so free 0x5571735d4630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4750 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so free 0x5571735d4750 void 0.000114
+gallium_dri.so malloc 72 0x5571735d47e0 0.000112
+gallium_dri.so free 0x5571735d4880 void 0.000114
+gallium_dri.so free 0x5571735d47e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4830 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4900 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000128
+gallium_dri.so free 0x5571735d4900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4900 0.000115
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4a40 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4a40 0.000118
+gallium_dri.so free 0x5571735d4bc0 void 0.000116
+gallium_dri.so free 0x5571735d4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000114
+gallium_dri.so free 0x5571735d4c80 void 0.000116
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4c30 0.000113
+gallium_dri.so free 0x5571735d4d00 void 0.000115
+gallium_dri.so free 0x5571735d4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d50 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000116
+gallium_dri.so free 0x5571735d4d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4e00 0.000115
+gallium_dri.so free 0x5571735d4e80 void 0.000116
+gallium_dri.so free 0x5571735d4e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4e00 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4f30 0.000119
+gallium_dri.so free 0x5571735d4f80 void 0.000130
+gallium_dri.so free 0x5571735d4f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4f30 0.000114
+gallium_dri.so free 0x5571735d5080 void 0.000114
+gallium_dri.so free 0x5571735d4f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5030 0.000113
+gallium_dri.so free 0x5571735d5140 void 0.000113
+gallium_dri.so free 0x5571735d5030 void 0.000124
+gallium_dri.so malloc 72 0x5571735d50f0 0.000123
+gallium_dri.so free 0x5571735d5180 void 0.000124
+gallium_dri.so free 0x5571735d50f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d50f0 0.000123
+gallium_dri.so free 0x5571735d5240 void 0.000121
+gallium_dri.so free 0x5571735d50f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52b0 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so free 0x5571735d52b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52b0 0.000113
+gallium_dri.so free 0x5571735d5400 void 0.000116
+gallium_dri.so free 0x5571735d52b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d53b0 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000115
+gallium_dri.so free 0x5571735d53b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5470 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000115
+gallium_dri.so free 0x5571735d5470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5470 0.000128
+gallium_dri.so free 0x5571735d55c0 void 0.000116
+gallium_dri.so free 0x5571735d5470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5600 0.000115
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5680 0.000114
+gallium_dri.so free 0x5571735d5740 void 0.000116
+gallium_dri.so free 0x5571735d5680 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5680 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000115
+gallium_dri.so free 0x5571735d5680 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5820 0.000112
+gallium_dri.so free 0x5571735d58c0 void 0.000116
+gallium_dri.so free 0x5571735d5820 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d5940 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59c0 0.000130
+gallium_dri.so free 0x5571735d5a80 void 0.000119
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59c0 0.000113
+gallium_dri.so free 0x5571735d5b40 void 0.000116
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59c0 0.000187
+gallium_dri.so free 0x5571735d5c00 void 0.000115
+gallium_dri.so free 0x5571735d59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bb0 0.000113
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c70 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5d90 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so free 0x5571735d5d90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e20 0.000114
+gallium_dri.so free 0x5571735d5ec0 void 0.000113
+gallium_dri.so free 0x5571735d5e20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5e70 0.000129
+gallium_dri.so free 0x5571735d5f40 void 0.000120
+gallium_dri.so free 0x5571735d5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e70 0.000113
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000118
+gallium_dri.so free 0x5571735d6080 void 0.000118
+gallium_dri.so free 0x5571735d5fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000124
+gallium_dri.so free 0x5571735d6180 void 0.000120
+gallium_dri.so free 0x5571735d5fc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6130 0.000119
+gallium_dri.so free 0x5571735d61c0 void 0.000119
+gallium_dri.so free 0x5571735d6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6130 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000120
+gallium_dri.so free 0x5571735d6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d62c0 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000119
+gallium_dri.so free 0x5571735d62c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6340 0.000118
+gallium_dri.so free 0x5571735d6400 void 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6340 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d64b0 0.000119
+gallium_dri.so free 0x5571735d6500 void 0.000119
+gallium_dri.so free 0x5571735d64b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d64b0 0.000123
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so free 0x5571735d64b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6640 0.000119
+gallium_dri.so free 0x5571735d66c0 void 0.000119
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d66c0 0.000119
+gallium_dri.so free 0x5571735d6780 void 0.000127
+gallium_dri.so free 0x5571735d66c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d66c0 0.000111
+gallium_dri.so free 0x5571735d6800 void 0.000110
+gallium_dri.so free 0x5571735d66c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6830 0.000112
+gallium_dri.so free 0x5571735d6880 void 0.000110
+gallium_dri.so free 0x5571735d6830 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6830 0.000137
+gallium_dri.so free 0x5571735d6980 void 0.000113
+gallium_dri.so free 0x5571735d6830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6930 0.000110
+gallium_dri.so free 0x5571735d6a40 void 0.000109
+gallium_dri.so free 0x5571735d6930 void 0.000111
+gallium_dri.so malloc 72 0x5571735d69f0 0.000111
+gallium_dri.so free 0x5571735d6ac0 void 0.000110
+gallium_dri.so free 0x5571735d69f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69f0 0.000111
+gallium_dri.so free 0x5571735d6b80 void 0.000114
+gallium_dri.so free 0x5571735d69f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d69f0 0.000112
+gallium_dri.so free 0x5571735d6c40 void 0.000111
+gallium_dri.so free 0x5571735d69f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6bf0 0.000111
+gallium_dri.so free 0x5571735eca80 void 0.000111
+gallium_dri.so free 0x5571735d6bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eca80 0.000111
+gallium_dri.so free 0x5571735ecb40 void 0.000110
+gallium_dri.so free 0x5571735eca80 void 0.000183
+gallium_dri.so malloc 72 0x5571735eca80 0.000118
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca80 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000116
+gallium_dri.so free 0x5571735eca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc70 0.000150
+gallium_dri.so free 0x5571735ecd80 void 0.000125
+gallium_dri.so free 0x5571735ecc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecd30 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000116
+gallium_dri.so free 0x5571735ecd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece50 0.000119
+gallium_dri.so free 0x5571735ecec0 void 0.000116
+gallium_dri.so free 0x5571735ece50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecee0 0.000114
+gallium_dri.so free 0x5571735ecf80 void 0.000118
+gallium_dri.so free 0x5571735ecee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf30 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf30 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000115
+gallium_dri.so free 0x5571735ecf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed080 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000126
+gallium_dri.so free 0x5571735ed080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed080 0.000115
+gallium_dri.so free 0x5571735ed240 void 0.000116
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000114
+gallium_dri.so free 0x5571735ed280 void 0.000115
+gallium_dri.so free 0x5571735ed1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000114
+gallium_dri.so free 0x5571735ed340 void 0.000116
+gallium_dri.so free 0x5571735ed1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000124
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed400 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000114
+gallium_dri.so free 0x5571735ed5c0 void 0.000138
+gallium_dri.so free 0x5571735ed570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000119
+gallium_dri.so free 0x5571735ed570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed700 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000128
+gallium_dri.so free 0x5571735ed700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed780 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000112
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000119
+gallium_dri.so free 0x5571735ed9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so free 0x5571735edab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edab0 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000112
+gallium_dri.so free 0x5571735edab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edab0 0.000116
+gallium_dri.so free 0x5571735edd00 void 0.000115
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcb0 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000169
+gallium_dri.so free 0x5571735edcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eddd0 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so free 0x5571735eddd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede60 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735ede60 void 0.000114
+gallium_dri.so malloc 72 0x5571735edeb0 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf80 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edf80 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee240 void 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000116
+gallium_dri.so free 0x5571735ee380 void 0.000126
+gallium_dri.so free 0x5571735ee2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee3d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee480 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000115
+gallium_dri.so free 0x5571735ee480 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee480 0.000119
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000114
+gallium_dri.so free 0x5571735ee600 void 0.000114
+gallium_dri.so free 0x5571735ee5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000113
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000113
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee770 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000116
+gallium_dri.so free 0x5571735ee770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee770 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so free 0x5571735ee770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee930 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000128
+gallium_dri.so free 0x5571735ee930 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee930 0.000117
+gallium_dri.so free 0x5571735eea80 void 0.000124
+gallium_dri.so free 0x5571735ee930 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea30 0.000114
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735eea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000185
+gallium_dri.so free 0x5571735eeb80 void 0.000125
+gallium_dri.so free 0x5571735eeaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000123
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eec80 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed00 0.000115
+gallium_dri.so free 0x5571735eedc0 void 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eed00 0.000115
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeea0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eeea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000166
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eeef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeef0 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef040 0.000114
+gallium_dri.so free 0x5571735ef100 void 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef040 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000115
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef040 0.000115
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so free 0x5571735ef040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef230 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000112
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef410 0.000147
+gallium_dri.so free 0x5571735ef480 void 0.000115
+gallium_dri.so free 0x5571735ef410 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef4a0 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so free 0x5571735ef4a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000125
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so free 0x5571735ef4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000112
+gallium_dri.so free 0x5571735ef4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef640 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000112
+gallium_dri.so free 0x5571735ef640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef640 0.000112
+gallium_dri.so free 0x5571735ef800 void 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000113
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so free 0x5571735ef7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000112
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000112
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000115
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000119
+gallium_dri.so free 0x5571735efb80 void 0.000129
+gallium_dri.so free 0x5571735efb30 void 0.000141
+gallium_dri.so malloc 72 0x5571735efb30 0.000117
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000113
+gallium_dri.so free 0x5571735efcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so free 0x5571735efeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735effb0 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so free 0x5571735effb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0070 0.000123
+gallium_dri.so free 0x5571735f0200 void 0.000116
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000115
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0270 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0390 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0420 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f0420 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0540 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0540 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000113
+gallium_dri.so free 0x5571735f0740 void 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000113
+gallium_dri.so free 0x5571735f0800 void 0.000124
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000128
+gallium_dri.so free 0x5571735f0680 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0870 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0990 0.000113
+gallium_dri.so free 0x5571735f0a00 void 0.000122
+gallium_dri.so free 0x5571735f0990 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0a40 0.000124
+gallium_dri.so free 0x5571735f0ac0 void 0.000123
+gallium_dri.so free 0x5571735f0a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0a40 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000114
+gallium_dri.so free 0x5571735f0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b70 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c70 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000117
+gallium_dri.so free 0x5571735f0c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0d30 0.000116
+gallium_dri.so free 0x5571735f0dc0 void 0.000113
+gallium_dri.so free 0x5571735f0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d30 0.000114
+gallium_dri.so free 0x5571735f0e80 void 0.000114
+gallium_dri.so free 0x5571735f0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000112
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000116
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000112
+gallium_dri.so free 0x5571735f1140 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1240 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000120
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1460 0.000112
+gallium_dri.so free 0x5571735f1500 void 0.000112
+gallium_dri.so free 0x5571735f1460 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14b0 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000113
+gallium_dri.so free 0x5571735f14b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f14b0 0.000246
+gallium_dri.so free 0x5571735f1600 void 0.000213
+gallium_dri.so free 0x5571735f14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1600 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1600 0.000117
+gallium_dri.so free 0x5571735f1780 void 0.000124
+gallium_dri.so free 0x5571735f1600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1600 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000115
+gallium_dri.so free 0x5571735f1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17f0 0.000116
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f18b0 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000129
+gallium_dri.so free 0x5571735f18b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f19d0 0.000118
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f19d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a60 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f1a60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000119
+gallium_dri.so free 0x5571735f1b80 void 0.000118
+gallium_dri.so free 0x5571735f1ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000117
+gallium_dri.so free 0x5571735f1c00 void 0.000117
+gallium_dri.so free 0x5571735f1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c00 0.000117
+gallium_dri.so free 0x5571735f1cc0 void 0.000122
+gallium_dri.so free 0x5571735f1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1c00 0.000117
+gallium_dri.so free 0x5571735f1dc0 void 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d70 0.000119
+gallium_dri.so free 0x5571735f1e00 void 0.000119
+gallium_dri.so free 0x5571735f1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d70 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000117
+gallium_dri.so free 0x5571735f20c0 void 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2140 void 0.000118
+gallium_dri.so free 0x5571735f20f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f20f0 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so free 0x5571735f20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2280 0.000117
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2280 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2300 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2300 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000128
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2570 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2630 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000117
+gallium_dri.so free 0x5571735f2630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2630 0.000116
+gallium_dri.so free 0x5571735f27c0 void 0.000118
+gallium_dri.so free 0x5571735f2630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2630 0.000118
+gallium_dri.so free 0x5571735f2880 void 0.000118
+gallium_dri.so free 0x5571735f2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2830 0.000118
+gallium_dri.so free 0x5571735f2900 void 0.000119
+gallium_dri.so free 0x5571735f2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2950 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000117
+gallium_dri.so free 0x5571735f2950 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29e0 0.000118
+gallium_dri.so free 0x5571735f2a80 void 0.000117
+gallium_dri.so free 0x5571735f29e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2a30 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000118
+gallium_dri.so free 0x5571735f2a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2b00 0.000119
+gallium_dri.so free 0x5571735f2bc0 void 0.000118
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b00 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000123
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c40 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c40 0.000116
+gallium_dri.so free 0x5571735f2dc0 void 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c40 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e30 0.000125
+gallium_dri.so free 0x5571735f2f00 void 0.000123
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2f50 0.000116
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so free 0x5571735f2f50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3000 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000117
+gallium_dri.so free 0x5571735f3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3000 0.000120
+gallium_dri.so free 0x5571735f3100 void 0.000188
+gallium_dri.so free 0x5571735f3000 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3130 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000117
+gallium_dri.so free 0x5571735f3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3130 0.000118
+gallium_dri.so free 0x5571735f3280 void 0.000118
+gallium_dri.so free 0x5571735f3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3230 0.000117
+gallium_dri.so free 0x5571735f3340 void 0.000117
+gallium_dri.so free 0x5571735f3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32f0 0.000119
+gallium_dri.so free 0x5571735f3380 void 0.000120
+gallium_dri.so free 0x5571735f32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32f0 0.000118
+gallium_dri.so free 0x5571735f3440 void 0.000118
+gallium_dri.so free 0x5571735f32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f34b0 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f34b0 0.000118
+gallium_dri.so free 0x5571735f3600 void 0.000118
+gallium_dri.so free 0x5571735f34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f35b0 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000118
+gallium_dri.so free 0x5571735f35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3670 0.000125
+gallium_dri.so free 0x5571735f3700 void 0.000112
+gallium_dri.so free 0x5571735f3670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3670 0.000112
+gallium_dri.so free 0x5571735f37c0 void 0.000111
+gallium_dri.so free 0x5571735f3670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3800 0.000110
+gallium_dri.so free 0x5571735f3880 void 0.000112
+gallium_dri.so free 0x5571735f3800 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3880 0.000110
+gallium_dri.so free 0x5571735f3940 void 0.000109
+gallium_dri.so free 0x5571735f3880 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3880 0.000110
+gallium_dri.so free 0x5571735f3a00 void 0.000109
+gallium_dri.so free 0x5571735f3880 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3a20 0.000111
+gallium_dri.so free 0x5571735f3ac0 void 0.000110
+gallium_dri.so free 0x5571735f3a20 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3a70 0.000111
+gallium_dri.so free 0x5571735f3b40 void 0.000110
+gallium_dri.so free 0x5571735f3a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3a70 0.000109
+gallium_dri.so free 0x5571735f3bc0 void 0.000110
+gallium_dri.so free 0x5571735f3a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000112
+gallium_dri.so free 0x5571735f3c80 void 0.000110
+gallium_dri.so free 0x5571735f3bc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000111
+gallium_dri.so free 0x5571735f3d40 void 0.000208
+gallium_dri.so free 0x5571735f3bc0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000267
+gallium_dri.so free 0x5571735f3e00 void 0.000158
+gallium_dri.so free 0x5571735f3bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3db0 0.000118
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so free 0x5571735f3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e70 0.000114
+gallium_dri.so free 0x5571735f3f40 void 0.000113
+gallium_dri.so free 0x5571735f3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3f90 0.000113
+gallium_dri.so free 0x5571735f4000 void 0.000114
+gallium_dri.so free 0x5571735f3f90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4020 0.000114
+gallium_dri.so free 0x5571735f40c0 void 0.000113
+gallium_dri.so free 0x5571735f4020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4070 0.000112
+gallium_dri.so free 0x5571735f4140 void 0.000113
+gallium_dri.so free 0x5571735f4070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4070 0.000114
+gallium_dri.so free 0x5571735f41c0 void 0.000114
+gallium_dri.so free 0x5571735f4070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f41c0 0.000114
+gallium_dri.so free 0x5571735f4280 void 0.000122
+gallium_dri.so free 0x5571735f41c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f41c0 0.000117
+gallium_dri.so free 0x5571735f4380 void 0.000119
+gallium_dri.so free 0x5571735f41c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4330 0.000112
+gallium_dri.so free 0x5571735f43c0 void 0.000114
+gallium_dri.so free 0x5571735f4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4330 0.000114
+gallium_dri.so free 0x5571735f4480 void 0.000114
+gallium_dri.so free 0x5571735f4330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f44c0 0.000113
+gallium_dri.so free 0x5571735f4540 void 0.000116
+gallium_dri.so free 0x5571735f44c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4540 0.000112
+gallium_dri.so free 0x5571735f4600 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4540 0.000114
+gallium_dri.so free 0x5571735f4680 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f46b0 0.000113
+gallium_dri.so free 0x5571735f4700 void 0.000114
+gallium_dri.so free 0x5571735f46b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f46b0 0.000113
+gallium_dri.so free 0x5571735f4800 void 0.000114
+gallium_dri.so free 0x5571735f46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4840 0.000117
+gallium_dri.so free 0x5571735f48c0 void 0.000114
+gallium_dri.so free 0x5571735f4840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f48c0 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000112
+gallium_dri.so free 0x5571735f48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f48c0 0.000114
+gallium_dri.so free 0x5571735f4a00 void 0.000112
+gallium_dri.so free 0x5571735f48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a30 0.000112
+gallium_dri.so free 0x5571735f4a80 void 0.000112
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a30 0.000113
+gallium_dri.so free 0x5571735f4b80 void 0.000119
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4b30 0.000113
+gallium_dri.so free 0x5571735f4c40 void 0.000112
+gallium_dri.so free 0x5571735f4b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000112
+gallium_dri.so free 0x5571735f4cc0 void 0.000117
+gallium_dri.so free 0x5571735f4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000113
+gallium_dri.so free 0x5571735f4d80 void 0.000112
+gallium_dri.so free 0x5571735f4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000118
+gallium_dri.so free 0x5571735f4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4df0 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000120
+gallium_dri.so free 0x5571735f4df0 void 0.000172
+gallium_dri.so malloc 72 0x5571735f4f10 0.000120
+gallium_dri.so free 0x5571735f4f80 void 0.000117
+gallium_dri.so free 0x5571735f4f10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4fa0 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x5571735f4fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000113
+gallium_dri.so free 0x5571735f50c0 void 0.000115
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50c0 0.000115
+gallium_dri.so free 0x5571735f5180 void 0.000113
+gallium_dri.so free 0x5571735f50c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f50c0 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5200 0.000112
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000115
+gallium_dri.so free 0x5571735f5380 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f53f0 0.000116
+gallium_dri.so free 0x5571735f54c0 void 0.000114
+gallium_dri.so free 0x5571735f53f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5510 0.000116
+gallium_dri.so free 0x5571735f5580 void 0.000115
+gallium_dri.so free 0x5571735f5510 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735f5640 void 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55c0 0.000114
+gallium_dri.so free 0x5571735f56c0 void 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56f0 0.000113
+gallium_dri.so free 0x5571735f5740 void 0.000113
+gallium_dri.so free 0x5571735f56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56f0 0.000114
+gallium_dri.so free 0x5571735f5840 void 0.000114
+gallium_dri.so free 0x5571735f56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f57f0 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000113
+gallium_dri.so free 0x5571735f57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f58b0 0.000112
+gallium_dri.so free 0x5571735f5940 void 0.000113
+gallium_dri.so free 0x5571735f58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f58b0 0.000113
+gallium_dri.so free 0x5571735f5a00 void 0.000113
+gallium_dri.so free 0x5571735f58b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5a70 0.000113
+gallium_dri.so free 0x5571735f5ac0 void 0.000113
+gallium_dri.so free 0x5571735f5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a70 0.000115
+gallium_dri.so free 0x5571735f5bc0 void 0.000115
+gallium_dri.so free 0x5571735f5a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5b70 0.000118
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so free 0x5571735f5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c30 0.000112
+gallium_dri.so free 0x5571735f5cc0 void 0.000110
+gallium_dri.so free 0x5571735f5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c30 0.000122
+gallium_dri.so free 0x5571735f5d80 void 0.000118
+gallium_dri.so free 0x5571735f5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5e40 0.000115
+gallium_dri.so free 0x5571735f5f00 void 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e40 0.000115
+gallium_dri.so free 0x5571735f5fc0 void 0.000113
+gallium_dri.so free 0x5571735f5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5fe0 0.000115
+gallium_dri.so free 0x5571735f6080 void 0.000113
+gallium_dri.so free 0x5571735f5fe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6030 0.000113
+gallium_dri.so free 0x5571735f6100 void 0.000112
+gallium_dri.so free 0x5571735f6030 void 0.000186
+gallium_dri.so malloc 72 0x5571735f6030 0.000115
+gallium_dri.so free 0x5571735f6180 void 0.000115
+gallium_dri.so free 0x5571735f6030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6180 0.000112
+gallium_dri.so free 0x5571735f6240 void 0.000113
+gallium_dri.so free 0x5571735f6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6180 0.000111
+gallium_dri.so free 0x5571735f6300 void 0.000114
+gallium_dri.so free 0x5571735f6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6180 0.000113
+gallium_dri.so free 0x5571735f63c0 void 0.000112
+gallium_dri.so free 0x5571735f6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6370 0.000113
+gallium_dri.so free 0x5571735f6480 void 0.000113
+gallium_dri.so free 0x5571735f6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6430 0.000114
+gallium_dri.so free 0x5571735f6500 void 0.000113
+gallium_dri.so free 0x5571735f6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6550 0.000113
+gallium_dri.so free 0x5571735f65c0 void 0.000113
+gallium_dri.so free 0x5571735f6550 void 0.000113
+gallium_dri.so malloc 72 0x5571735f65e0 0.000113
+gallium_dri.so free 0x5571735f6680 void 0.000114
+gallium_dri.so free 0x5571735f65e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6630 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000113
+gallium_dri.so free 0x5571735f6630 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6630 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000112
+gallium_dri.so free 0x5571735f6630 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6780 0.000112
+gallium_dri.so free 0x5571735f6840 void 0.000112
+gallium_dri.so free 0x5571735f6780 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6780 0.000111
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so free 0x5571735f6780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f68f0 0.000113
+gallium_dri.so free 0x5571735f6980 void 0.000113
+gallium_dri.so free 0x5571735f68f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f68f0 0.000112
+gallium_dri.so free 0x5571735f6a40 void 0.000112
+gallium_dri.so free 0x5571735f68f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a80 0.000111
+gallium_dri.so free 0x5571735f6b00 void 0.000112
+gallium_dri.so free 0x5571735f6a80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6b00 0.000117
+gallium_dri.so free 0x5571735f6bc0 void 0.000113
+gallium_dri.so free 0x5571735f6b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6b00 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so free 0x5571735f6b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c70 0.000115
+gallium_dri.so free 0x5571735f6cc0 void 0.000114
+gallium_dri.so free 0x5571735f6c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6c70 0.000128
+gallium_dri.so free 0x5571735f6dc0 void 0.000119
+gallium_dri.so free 0x5571735f6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e00 0.000114
+gallium_dri.so free 0x5571735f6e80 void 0.000115
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e80 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000114
+gallium_dri.so free 0x5571735f6e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e80 0.000113
+gallium_dri.so free 0x5571735f6fc0 void 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000115
+gallium_dri.so free 0x5571735f7040 void 0.000114
+gallium_dri.so free 0x5571735f6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000114
+gallium_dri.so free 0x5571735f7140 void 0.000113
+gallium_dri.so free 0x5571735f6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70f0 0.000113
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so free 0x5571735f70f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f71b0 0.000113
+gallium_dri.so free 0x5571735f7280 void 0.000113
+gallium_dri.so free 0x5571735f71b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f71b0 0.000112
+gallium_dri.so free 0x5571735f7340 void 0.000115
+gallium_dri.so free 0x5571735f71b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f71b0 0.000165
+gallium_dri.so free 0x5571735f7400 void 0.000116
+gallium_dri.so free 0x5571735f71b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f73b0 0.000112
+gallium_dri.so free 0x5571735f7480 void 0.000113
+gallium_dri.so free 0x5571735f73b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f74d0 0.000114
+gallium_dri.so free 0x5571735f7540 void 0.000114
+gallium_dri.so free 0x5571735f74d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7560 0.000112
+gallium_dri.so free 0x5571735f7600 void 0.000113
+gallium_dri.so free 0x5571735f7560 void 0.000111
+gallium_dri.so malloc 72 0x5571735f75b0 0.000114
+gallium_dri.so free 0x5571735f7680 void 0.000114
+gallium_dri.so free 0x5571735f75b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7680 0.000116
+gallium_dri.so free 0x5571735f7740 void 0.000114
+gallium_dri.so free 0x5571735f7680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7680 0.000114
+gallium_dri.so free 0x5571735f77c0 void 0.000114
+gallium_dri.so free 0x5571735f7680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77c0 0.000114
+gallium_dri.so free 0x5571735f7880 void 0.000112
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f77c0 0.000112
+gallium_dri.so free 0x5571735f7940 void 0.000112
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f77c0 0.000172
+gallium_dri.so free 0x5571735f7a00 void 0.000114
+gallium_dri.so free 0x5571735f77c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f79b0 0.000116
+gallium_dri.so free 0x5571735f7a80 void 0.000124
+gallium_dri.so free 0x5571735f79b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ad0 0.000113
+gallium_dri.so free 0x5571735f7b40 void 0.000114
+gallium_dri.so free 0x5571735f7ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b80 0.000111
+gallium_dri.so free 0x5571735f7c00 void 0.000176
+gallium_dri.so free 0x5571735f7b80 void 0.000245
+gallium_dri.so malloc 72 0x5571735f7b80 0.000117
+gallium_dri.so free 0x5571735f7c80 void 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000116
+gallium_dri.so free 0x5571735f7d00 void 0.000114
+gallium_dri.so free 0x5571735f7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000112
+gallium_dri.so free 0x5571735f7e00 void 0.000112
+gallium_dri.so free 0x5571735f7cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7db0 0.000114
+gallium_dri.so free 0x5571735f7ec0 void 0.000114
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e70 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000113
+gallium_dri.so free 0x5571735f7e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7e70 0.000115
+gallium_dri.so free 0x5571735f7fc0 void 0.000114
+gallium_dri.so free 0x5571735f7e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8030 0.000112
+gallium_dri.so free 0x5571735f8080 void 0.000113
+gallium_dri.so free 0x5571735f8030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8030 0.000112
+gallium_dri.so free 0x5571735f8180 void 0.000113
+gallium_dri.so free 0x5571735f8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8130 0.000112
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f8130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81f0 0.000112
+gallium_dri.so free 0x5571735f8280 void 0.000117
+gallium_dri.so free 0x5571735f81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f81f0 0.000114
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so free 0x5571735f81f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8380 0.000112
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so free 0x5571735f8380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8400 0.000113
+gallium_dri.so free 0x5571735f84c0 void 0.000113
+gallium_dri.so free 0x5571735f8400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8400 0.000113
+gallium_dri.so free 0x5571735f8580 void 0.000113
+gallium_dri.so free 0x5571735f8400 void 0.000154
+gallium_dri.so malloc 72 0x5571735f85a0 0.000115
+gallium_dri.so free 0x5571735f8640 void 0.000113
+gallium_dri.so free 0x5571735f85a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f85f0 0.000113
+gallium_dri.so free 0x5571735f86c0 void 0.000113
+gallium_dri.so free 0x5571735f85f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f85f0 0.000113
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so free 0x5571735f85f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8740 0.000112
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8740 0.000112
+gallium_dri.so free 0x5571735f88c0 void 0.000113
+gallium_dri.so free 0x5571735f8740 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8740 0.000114
+gallium_dri.so free 0x5571735f8980 void 0.000113
+gallium_dri.so free 0x5571735f8740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8930 0.000113
+gallium_dri.so free 0x5571735f8a40 void 0.000113
+gallium_dri.so free 0x5571735f8930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89f0 0.000114
+gallium_dri.so free 0x5571735f8ac0 void 0.000114
+gallium_dri.so free 0x5571735f89f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b10 0.000113
+gallium_dri.so free 0x5571735f8b80 void 0.000113
+gallium_dri.so free 0x5571735f8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ba0 0.000127
+gallium_dri.so free 0x5571735f8c40 void 0.000114
+gallium_dri.so free 0x5571735f8ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000113
+gallium_dri.so free 0x5571735f8cc0 void 0.000119
+gallium_dri.so free 0x5571735f8bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000114
+gallium_dri.so free 0x5571735f8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d40 0.000113
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d40 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000113
+gallium_dri.so free 0x5571735f8f40 void 0.000112
+gallium_dri.so free 0x5571735f8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000114
+gallium_dri.so free 0x5571735f9000 void 0.000115
+gallium_dri.so free 0x5571735f8eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9040 0.000114
+gallium_dri.so free 0x5571735f90c0 void 0.000114
+gallium_dri.so free 0x5571735f9040 void 0.000115
+gallium_dri.so malloc 72 0x5571735f90c0 0.000112
+gallium_dri.so free 0x5571735f9180 void 0.000114
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f90c0 0.000124
+gallium_dri.so free 0x5571735f9200 void 0.000116
+gallium_dri.so free 0x5571735f90c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9230 0.000113
+gallium_dri.so free 0x5571735f9280 void 0.000114
+gallium_dri.so free 0x5571735f9230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9230 0.000114
+gallium_dri.so free 0x5571735f9380 void 0.000115
+gallium_dri.so free 0x5571735f9230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93c0 0.000112
+gallium_dri.so free 0x5571735f9440 void 0.000114
+gallium_dri.so free 0x5571735f93c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9440 0.000112
+gallium_dri.so free 0x5571735f9500 void 0.000114
+gallium_dri.so free 0x5571735f9440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9440 0.000113
+gallium_dri.so free 0x5571735f9580 void 0.000114
+gallium_dri.so free 0x5571735f9440 void 0.000112
+gallium_dri.so malloc 72 0x5571735f95b0 0.000113
+gallium_dri.so free 0x5571735f9600 void 0.000113
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000115
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f96b0 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000113
+gallium_dri.so free 0x5571735f96b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9770 0.000113
+gallium_dri.so free 0x5571735f9840 void 0.000127
+gallium_dri.so free 0x5571735f9770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9770 0.000112
+gallium_dri.so free 0x5571735f9900 void 0.000114
+gallium_dri.so free 0x5571735f9770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9770 0.000113
+gallium_dri.so free 0x5571735f99c0 void 0.000113
+gallium_dri.so free 0x5571735f9770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9970 0.000112
+gallium_dri.so free 0x5571735f9a40 void 0.000113
+gallium_dri.so free 0x5571735f9970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9a90 0.000113
+gallium_dri.so free 0x5571735f9b00 void 0.000114
+gallium_dri.so free 0x5571735f9a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b20 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000113
+gallium_dri.so free 0x5571735f9b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b70 0.000114
+gallium_dri.so free 0x5571735f9c40 void 0.000113
+gallium_dri.so free 0x5571735f9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c40 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000114
+gallium_dri.so free 0x5571735f9c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c40 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000124
+gallium_dri.so free 0x5571735f9c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d80 0.000118
+gallium_dri.so free 0x5571735f9e40 void 0.000127
+gallium_dri.so free 0x5571735f9d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9d80 0.000119
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d80 0.000113
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f70 0.000115
+gallium_dri.so free 0x5571735fa040 void 0.000114
+gallium_dri.so free 0x5571735f9f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa090 0.000114
+gallium_dri.so free 0x5571735fa100 void 0.000113
+gallium_dri.so free 0x5571735fa090 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa140 0.000118
+gallium_dri.so free 0x5571735fa1c0 void 0.000114
+gallium_dri.so free 0x5571735fa140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa140 0.000112
+gallium_dri.so free 0x5571735fa240 void 0.000114
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa270 0.000113
+gallium_dri.so free 0x5571735fa2c0 void 0.000113
+gallium_dri.so free 0x5571735fa270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa270 0.000112
+gallium_dri.so free 0x5571735fa3c0 void 0.000113
+gallium_dri.so free 0x5571735fa270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa370 0.000114
+gallium_dri.so free 0x5571735fa480 void 0.000165
+gallium_dri.so free 0x5571735fa370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa430 0.000116
+gallium_dri.so free 0x5571735fa4c0 void 0.000113
+gallium_dri.so free 0x5571735fa430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa430 0.000113
+gallium_dri.so free 0x5571735fa580 void 0.000113
+gallium_dri.so free 0x5571735fa430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000113
+gallium_dri.so free 0x5571735fa640 void 0.000115
+gallium_dri.so free 0x5571735fa5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000112
+gallium_dri.so free 0x5571735fa740 void 0.000115
+gallium_dri.so free 0x5571735fa5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000113
+gallium_dri.so free 0x5571735fa800 void 0.000113
+gallium_dri.so free 0x5571735fa6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000115
+gallium_dri.so free 0x5571735fa840 void 0.000114
+gallium_dri.so free 0x5571735fa7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000113
+gallium_dri.so free 0x5571735fa900 void 0.000114
+gallium_dri.so free 0x5571735fa7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa940 0.000113
+gallium_dri.so free 0x5571735fa9c0 void 0.000117
+gallium_dri.so free 0x5571735fa940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000113
+gallium_dri.so free 0x5571735faa80 void 0.000123
+gallium_dri.so free 0x5571735fa9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000112
+gallium_dri.so free 0x5571735fab40 void 0.000118
+gallium_dri.so free 0x5571735fa9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fab60 0.000113
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so free 0x5571735fab60 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabb0 0.000112
+gallium_dri.so free 0x5571735fac80 void 0.000113
+gallium_dri.so free 0x5571735fabb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabb0 0.000122
+gallium_dri.so free 0x5571735fad00 void 0.000119
+gallium_dri.so free 0x5571735fabb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fadc0 void 0.000118
+gallium_dri.so free 0x5571735fad00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fad00 0.000123
+gallium_dri.so free 0x5571735fae80 void 0.000123
+gallium_dri.so free 0x5571735fad00 void 0.000125
+gallium_dri.so malloc 72 0x5571735fad00 0.000124
+gallium_dri.so free 0x5571735faf40 void 0.000123
+gallium_dri.so free 0x5571735fad00 void 0.000124
+gallium_dri.so malloc 72 0x5571735faef0 0.000124
+gallium_dri.so free 0x5571735fb000 void 0.000125
+gallium_dri.so free 0x5571735faef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fafb0 0.000118
+gallium_dri.so free 0x5571735fb080 void 0.000119
+gallium_dri.so free 0x5571735fafb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb0d0 0.000119
+gallium_dri.so free 0x5571735fb140 void 0.000117
+gallium_dri.so free 0x5571735fb0d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb160 0.000113
+gallium_dri.so free 0x5571735fb200 void 0.000113
+gallium_dri.so free 0x5571735fb160 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000122
+gallium_dri.so free 0x5571735fb280 void 0.000115
+gallium_dri.so free 0x5571735fb1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000115
+gallium_dri.so free 0x5571735fb300 void 0.000114
+gallium_dri.so free 0x5571735fb1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb300 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb300 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000115
+gallium_dri.so free 0x5571735fb300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb470 0.000116
+gallium_dri.so free 0x5571735fb500 void 0.000115
+gallium_dri.so free 0x5571735fb470 void 0.000223
+gallium_dri.so malloc 72 0x5571735fb470 0.000162
+gallium_dri.so free 0x5571735fb5c0 void 0.000160
+gallium_dri.so free 0x5571735fb470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb600 0.000118
+gallium_dri.so free 0x5571735fb680 void 0.000124
+gallium_dri.so free 0x5571735fb600 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb680 0.000122
+gallium_dri.so free 0x5571735fb740 void 0.000118
+gallium_dri.so free 0x5571735fb680 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb680 0.000113
+gallium_dri.so free 0x5571735fb7c0 void 0.000113
+gallium_dri.so free 0x5571735fb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000122
+gallium_dri.so free 0x5571735fb840 void 0.000125
+gallium_dri.so free 0x5571735fb7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000119
+gallium_dri.so free 0x5571735fb940 void 0.000115
+gallium_dri.so free 0x5571735fb7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb980 0.000124
+gallium_dri.so free 0x5571735fba00 void 0.000123
+gallium_dri.so free 0x5571735fb980 void 0.000124
+gallium_dri.so malloc 72 0x5571735fba00 0.000117
+gallium_dri.so free 0x5571735fbac0 void 0.000120
+gallium_dri.so free 0x5571735fba00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fba00 0.000136
+gallium_dri.so free 0x5571735fbb40 void 0.000132
+gallium_dri.so free 0x5571735fba00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb70 0.000130
+gallium_dri.so free 0x5571735fbbc0 void 0.000129
+gallium_dri.so free 0x5571735fbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbb70 0.000129
+gallium_dri.so free 0x5571735fbcc0 void 0.000124
+gallium_dri.so free 0x5571735fbb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbc70 0.000123
+gallium_dri.so free 0x5571735fbd80 void 0.000119
+gallium_dri.so free 0x5571735fbc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbd30 0.000129
+gallium_dri.so free 0x5571735fbe00 void 0.000130
+gallium_dri.so free 0x5571735fbd30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbd30 0.000129
+gallium_dri.so free 0x5571735fbec0 void 0.000130
+gallium_dri.so free 0x5571735fbd30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbd30 0.000123
+gallium_dri.so free 0x5571735fbf80 void 0.000120
+gallium_dri.so free 0x5571735fbd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbf30 0.000129
+gallium_dri.so free 0x5571735fc000 void 0.000128
+gallium_dri.so free 0x5571735fbf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc050 0.000140
+gallium_dri.so free 0x5571735fc0c0 void 0.000131
+gallium_dri.so free 0x5571735fc050 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc0e0 0.000126
+gallium_dri.so free 0x5571735fc180 void 0.000129
+gallium_dri.so free 0x5571735fc0e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc130 0.000130
+gallium_dri.so free 0x5571735fc200 void 0.000129
+gallium_dri.so free 0x5571735fc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc200 0.000130
+gallium_dri.so free 0x5571735fc2c0 void 0.000132
+gallium_dri.so free 0x5571735fc200 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc200 0.000128
+gallium_dri.so free 0x5571735fc340 void 0.000123
+gallium_dri.so free 0x5571735fc200 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc340 0.000130
+gallium_dri.so free 0x5571735fc400 void 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc340 0.000120
+gallium_dri.so free 0x5571735fc4c0 void 0.000125
+gallium_dri.so free 0x5571735fc340 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc340 0.000131
+gallium_dri.so free 0x5571735fc580 void 0.000125
+gallium_dri.so free 0x5571735fc340 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc530 0.000178
+gallium_dri.so free 0x5571735fc600 void 0.000127
+gallium_dri.so free 0x5571735fc530 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc650 0.000120
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so free 0x5571735fc650 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc700 0.000119
+gallium_dri.so free 0x5571735fc780 void 0.000120
+gallium_dri.so free 0x5571735fc700 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc700 0.000118
+gallium_dri.so free 0x5571735fc800 void 0.000120
+gallium_dri.so free 0x5571735fc700 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc830 0.000118
+gallium_dri.so free 0x5571735fc880 void 0.000120
+gallium_dri.so free 0x5571735fc830 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc830 0.000119
+gallium_dri.so free 0x5571735fc980 void 0.000120
+gallium_dri.so free 0x5571735fc830 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc930 0.000116
+gallium_dri.so free 0x5571735fca40 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x5571735fca80 void 0.000124
+gallium_dri.so free 0x5571735fc9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000127
+gallium_dri.so free 0x5571735fcb40 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000115
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so free 0x5571735fcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000116
+gallium_dri.so free 0x5571735fcd00 void 0.000115
+gallium_dri.so free 0x5571735fcbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fcdc0 void 0.000114
+gallium_dri.so free 0x5571735fccb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd70 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so free 0x5571735fcd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd70 0.000114
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf00 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000113
+gallium_dri.so free 0x5571735fcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf80 0.000116
+gallium_dri.so free 0x5571735fd040 void 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf80 0.000113
+gallium_dri.so free 0x5571735fd100 void 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd120 0.000113
+gallium_dri.so free 0x5571735fd1c0 void 0.000114
+gallium_dri.so free 0x5571735fd120 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd170 0.000116
+gallium_dri.so free 0x5571735fd240 void 0.000114
+gallium_dri.so free 0x5571735fd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd170 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so free 0x5571735fd170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000114
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000115
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000115
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000115
+gallium_dri.so free 0x5571735fd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd570 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000113
+gallium_dri.so free 0x5571735fd570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd690 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fd690 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd720 0.000114
+gallium_dri.so free 0x5571735fd7c0 void 0.000113
+gallium_dri.so free 0x5571735fd720 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd770 0.000162
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd770 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so free 0x5571735fd770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000119
+gallium_dri.so free 0x5571735fd8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda30 0.000112
+gallium_dri.so free 0x5571735fdac0 void 0.000113
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000114
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so free 0x5571735fda30 void 0.000139
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000115
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc40 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000115
+gallium_dri.so free 0x5571735fdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc40 0.000112
+gallium_dri.so free 0x5571735fdd80 void 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddb0 0.000122
+gallium_dri.so free 0x5571735fde00 void 0.000116
+gallium_dri.so free 0x5571735fddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddb0 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000114
+gallium_dri.so free 0x5571735fddb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf40 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so free 0x5571735fdf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000113
+gallium_dri.so free 0x5571735fe080 void 0.000115
+gallium_dri.so free 0x5571735fdfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe130 0.000115
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe130 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735fe130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000124
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe540 void 0.000114
+gallium_dri.so free 0x5571735fe2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000112
+gallium_dri.so free 0x5571735fe5c0 void 0.000113
+gallium_dri.so free 0x5571735fe4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe610 0.000112
+gallium_dri.so free 0x5571735fe680 void 0.000114
+gallium_dri.so free 0x5571735fe610 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6a0 0.000112
+gallium_dri.so free 0x5571735fe740 void 0.000113
+gallium_dri.so free 0x5571735fe6a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000114
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000123
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so free 0x5571735fe7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe900 0.000117
+gallium_dri.so free 0x5571735fea80 void 0.000124
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735feb40 void 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so malloc 72 0x5571735feaf0 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec10 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fec10 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecc0 0.000112
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735fecc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecc0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fecc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedf0 0.000112
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so free 0x5571735fedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedf0 0.000112
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feef0 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000115
+gallium_dri.so free 0x5571735fefb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fefb0 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000114
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff170 0.000115
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so free 0x5571735ff170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff170 0.000113
+gallium_dri.so free 0x5571735ff2c0 void 0.000114
+gallium_dri.so free 0x5571735ff170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff270 0.000112
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff330 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff330 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000113
+gallium_dri.so free 0x5571735ff600 void 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff540 0.000115
+gallium_dri.so free 0x5571735ff6c0 void 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6e0 0.000117
+gallium_dri.so free 0x5571735ff780 void 0.000114
+gallium_dri.so free 0x5571735ff6e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff730 0.000112
+gallium_dri.so free 0x5571735ff800 void 0.000112
+gallium_dri.so free 0x5571735ff730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff730 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so free 0x5571735ff730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff880 0.000112
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff880 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff880 0.000113
+gallium_dri.so free 0x5571735ffac0 void 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa70 0.000115
+gallium_dri.so free 0x5571735ffb80 void 0.000113
+gallium_dri.so free 0x5571735ffa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb30 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc50 0.000116
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735ffc50 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffce0 0.000127
+gallium_dri.so free 0x5571735ffd80 void 0.000116
+gallium_dri.so free 0x5571735ffce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd30 0.000113
+gallium_dri.so free 0x5571735ffe00 void 0.000116
+gallium_dri.so free 0x5571735ffd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffd30 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so free 0x5571735ffd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe80 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffe80 0.000115
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe80 0.000115
+gallium_dri.so free 0x5571735bba40 void 0.000115
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe80 0.000113
+gallium_dri.so free 0x5571735eae40 void 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffe80 0.000114
+gallium_dri.so free 0x5571735a2880 void 0.000115
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000114
+gallium_dri.so free 0x5571735bc180 void 0.000113
+gallium_dri.so free 0x5571735a2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000120
+gallium_dri.so free 0x5571735af300 void 0.000115
+gallium_dri.so free 0x5571735bc1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000113
+gallium_dri.so free 0x5571735b5b40 void 0.000113
+gallium_dri.so free 0x5571735bc1a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000113
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so free 0x5571735bc1a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000113
+gallium_dri.so free 0x5571735afa00 void 0.000115
+gallium_dri.so free 0x5571735bc1a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735af9b0 0.000114
+gallium_dri.so free 0x5571735ea9c0 void 0.000113
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735b8980 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735baf00 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf40 0.000113
+gallium_dri.so free 0x5571735b8040 void 0.000116
+gallium_dri.so free 0x5571735baf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735bc5c0 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000185
+gallium_dri.so free 0x5571735bca40 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000114
+gallium_dri.so free 0x5571735bbe00 void 0.000115
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735ea740 void 0.000113
+gallium_dri.so free 0x5571735bbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735eb0c0 void 0.000113
+gallium_dri.so free 0x5571735bbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000112
+gallium_dri.so free 0x5571735bb280 void 0.000114
+gallium_dri.so free 0x5571735eb070 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000114
+gallium_dri.so free 0x5571735b7c80 void 0.000113
+gallium_dri.so free 0x5571735eb070 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7c80 0.000113
+gallium_dri.so free 0x5571735b7e40 void 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7e80 0.000114
+gallium_dri.so free 0x5571735b7700 void 0.000114
+gallium_dri.so free 0x5571735b7e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7750 0.000129
+gallium_dri.so free 0x5571735b7a80 void 0.000116
+gallium_dri.so free 0x5571735b7750 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7750 0.000112
+gallium_dri.so free 0x5571735b7b40 void 0.000114
+gallium_dri.so free 0x5571735b7750 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7750 0.000113
+gallium_dri.so free 0x5571735b7900 void 0.000113
+gallium_dri.so free 0x5571735b7750 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000113
+gallium_dri.so free 0x5571735e9bc0 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c10 0.000114
+gallium_dri.so free 0x5571735ea580 void 0.000114
+gallium_dri.so free 0x5571735e9c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c10 0.000117
+gallium_dri.so free 0x5571735ea680 void 0.000115
+gallium_dri.so free 0x5571735e9c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000113
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735adb70 0.000112
+gallium_dri.so free 0x5571735adc40 void 0.000113
+gallium_dri.so free 0x5571735adb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000112
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9380 0.000116
+gallium_dri.so free 0x5571735b9440 void 0.000126
+gallium_dri.so free 0x5571735b9380 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9380 0.000113
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so malloc 72 0x5571735a71f0 0.000114
+gallium_dri.so free 0x5571735a7240 void 0.000114
+gallium_dri.so free 0x5571735a71f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a71f0 0.000114
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so free 0x5571735a71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a71f0 0.000112
+gallium_dri.so free 0x5571735afec0 void 0.000112
+gallium_dri.so free 0x5571735a71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735afec0 0.000113
+gallium_dri.so free 0x5571735aff80 void 0.000114
+gallium_dri.so free 0x5571735afec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735afec0 0.000113
+gallium_dri.so free 0x5571735a9140 void 0.000116
+gallium_dri.so free 0x5571735afec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735afec0 0.000113
+gallium_dri.so free 0x5571735a9200 void 0.000119
+gallium_dri.so free 0x5571735afec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a91b0 0.000114
+gallium_dri.so free 0x5571735a8c40 void 0.000114
+gallium_dri.so free 0x5571735a91b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8c40 0.000113
+gallium_dri.so free 0x5571735a8d00 void 0.000158
+gallium_dri.so free 0x5571735a8c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8c40 0.000114
+gallium_dri.so free 0x5571735a9280 void 0.000113
+gallium_dri.so free 0x5571735a8c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735a92a0 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000113
+gallium_dri.so free 0x5571735a92a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a92a0 0.000114
+gallium_dri.so free 0x5571735b6000 void 0.000113
+gallium_dri.so free 0x5571735a92a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6040 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so free 0x5571735b6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735a89c0 0.000112
+gallium_dri.so free 0x5571735a8a80 void 0.000114
+gallium_dri.so free 0x5571735a89c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a89c0 0.000113
+gallium_dri.so free 0x5571735b60c0 void 0.000113
+gallium_dri.so free 0x5571735a89c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b60f0 0.000113
+gallium_dri.so free 0x5571735a8ec0 void 0.000113
+gallium_dri.so free 0x5571735b60f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000113
+gallium_dri.so free 0x5571735a8b40 void 0.000114
+gallium_dri.so free 0x5571735a8ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000114
+gallium_dri.so free 0x5571735a8f80 void 0.000115
+gallium_dri.so free 0x5571735a8ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8f80 0.000115
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so free 0x5571735a8f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8f80 0.000113
+gallium_dri.so free 0x5571735ade80 void 0.000114
+gallium_dri.so free 0x5571735a8f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8f80 0.000113
+gallium_dri.so free 0x5571735adf40 void 0.000113
+gallium_dri.so free 0x5571735a8f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735adef0 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000114
+gallium_dri.so free 0x5571735adef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7510 0.000112
+gallium_dri.so free 0x5571735d7580 void 0.000114
+gallium_dri.so free 0x5571735d7510 void 0.000112
+gallium_dri.so malloc 72 0x5571735d75c0 0.000114
+gallium_dri.so free 0x5571735d7640 void 0.000114
+gallium_dri.so free 0x5571735d75c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75c0 0.000114
+gallium_dri.so free 0x5571735ae700 void 0.000114
+gallium_dri.so free 0x5571735d75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae730 0.000113
+gallium_dri.so free 0x5571735ae780 void 0.000114
+gallium_dri.so free 0x5571735ae730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae730 0.000113
+gallium_dri.so free 0x5571735ae880 void 0.000114
+gallium_dri.so free 0x5571735ae730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ae830 0.000114
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae830 0.000113
+gallium_dri.so free 0x5571734f6100 void 0.000113
+gallium_dri.so free 0x5571735ae830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae830 0.000113
+gallium_dri.so free 0x5571734f61c0 void 0.000114
+gallium_dri.so free 0x5571735ae830 void 0.000113
+gallium_dri.so malloc 72 0x5571734f6170 0.000113
+gallium_dri.so free 0x5571735be540 void 0.000118
+gallium_dri.so free 0x5571734f6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735be580 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000113
+gallium_dri.so free 0x5571735be580 void 0.000112
+gallium_dri.so malloc 72 0x5571735be600 0.000112
+gallium_dri.so free 0x5571734f61c0 void 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000114
+gallium_dri.so malloc 72 0x5571735be600 0.000113
+gallium_dri.so free 0x5571735be6c0 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000113
+gallium_dri.so malloc 72 0x5571735be600 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so free 0x5571735be600 void 0.000114
+gallium_dri.so malloc 72 0x5571735be600 0.000114
+gallium_dri.so free 0x5571735b0180 void 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0180 0.000164
+gallium_dri.so free 0x5571735b0240 void 0.000113
+gallium_dri.so free 0x5571735b0180 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0180 0.000112
+gallium_dri.so free 0x5571735b6e80 void 0.000114
+gallium_dri.so free 0x5571735b0180 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0180 0.000113
+gallium_dri.so free 0x5571735b6f00 void 0.000115
+gallium_dri.so free 0x5571735b0180 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000113
+gallium_dri.so free 0x5571735b6f80 void 0.000113
+gallium_dri.so free 0x5571735b6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000114
+gallium_dri.so free 0x5571735b7080 void 0.000113
+gallium_dri.so free 0x5571735b6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7030 0.000113
+gallium_dri.so free 0x5571735af000 void 0.000114
+gallium_dri.so free 0x5571735b7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7030 0.000113
+gallium_dri.so free 0x5571735af0c0 void 0.000113
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7030 0.000113
+gallium_dri.so free 0x5571735af180 void 0.000113
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af130 0.000112
+gallium_dri.so free 0x5571735af240 void 0.000114
+gallium_dri.so free 0x5571735af130 void 0.000114
+gallium_dri.so malloc 72 0x5571735af1f0 0.000123
+gallium_dri.so free 0x5571735b0740 void 0.000115
+gallium_dri.so free 0x5571735af1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0740 0.000112
+gallium_dri.so free 0x5571735b0800 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0740 0.000113
+gallium_dri.so free 0x5571735b08c0 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0740 0.000112
+gallium_dri.so free 0x5571735b0980 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0930 0.000112
+gallium_dri.so free 0x5571735b8180 void 0.000114
+gallium_dri.so free 0x5571735b0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81d0 0.000113
+gallium_dri.so free 0x5571735b8240 void 0.000112
+gallium_dri.so free 0x5571735b81d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b8280 0.000112
+gallium_dri.so free 0x5571735b8300 void 0.000112
+gallium_dri.so free 0x5571735b8280 void 0.000115
+gallium_dri.so malloc 72 0x5571735b8280 0.000118
+gallium_dri.so free 0x5571735b8380 void 0.000114
+gallium_dri.so free 0x5571735b8280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b83b0 0.000115
+gallium_dri.so free 0x5571735d8d40 void 0.000113
+gallium_dri.so free 0x5571735b83b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b83b0 0.000113
+gallium_dri.so free 0x5571735d8e40 void 0.000128
+gallium_dri.so free 0x5571735b83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8df0 0.000113
+gallium_dri.so free 0x5571735b8400 void 0.000114
+gallium_dri.so free 0x5571735d8df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8df0 0.000112
+gallium_dri.so free 0x5571735d8f00 void 0.000114
+gallium_dri.so free 0x5571735d8df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000112
+gallium_dri.so free 0x5571735d8f80 void 0.000112
+gallium_dri.so free 0x5571735d8eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000114
+gallium_dri.so free 0x5571735d9300 void 0.000113
+gallium_dri.so free 0x5571735d8eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d92b0 0.000112
+gallium_dri.so free 0x5571735d9380 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d93d0 0.000112
+gallium_dri.so free 0x5571735d9440 void 0.000113
+gallium_dri.so free 0x5571735d93d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9460 0.000112
+gallium_dri.so free 0x5571735d9500 void 0.000113
+gallium_dri.so free 0x5571735d9460 void 0.000115
+gallium_dri.so malloc 72 0x5571735d94b0 0.000112
+gallium_dri.so free 0x5571735d9580 void 0.000113
+gallium_dri.so free 0x5571735d94b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d94b0 0.000113
+gallium_dri.so free 0x5571735b71c0 void 0.000113
+gallium_dri.so free 0x5571735d94b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7170 0.000113
+gallium_dri.so free 0x5571735b7280 void 0.000112
+gallium_dri.so free 0x5571735b7170 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7230 0.000125
+gallium_dri.so free 0x5571735b7300 void 0.000123
+gallium_dri.so free 0x5571735b7230 void 0.000119
+gallium_dri.so malloc 72 0x5571735b7230 0.000113
+gallium_dri.so free 0x5571735b73c0 void 0.000114
+gallium_dri.so free 0x5571735b7230 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7230 0.000243
+gallium_dri.so free 0x5571735d9600 void 0.000213
+gallium_dri.so free 0x5571735b7230 void 0.000216
+gallium_dri.so malloc 72 0x5571735b7230 0.000120
+gallium_dri.so free 0x5571735b7480 void 0.000115
+gallium_dri.so free 0x5571735b7230 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7430 0.000115
+gallium_dri.so free 0x5571735b7540 void 0.000115
+gallium_dri.so free 0x5571735b7430 void 0.000116
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b7580 void 0.000114
+gallium_dri.so free 0x5571735b74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b74f0 0.000126
+gallium_dri.so free 0x5571735b61c0 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b61c0 0.000114
+gallium_dri.so free 0x5571735b6280 void 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b61c0 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6300 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000115
+gallium_dri.so free 0x5571735b6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6300 0.000113
+gallium_dri.so free 0x5571735b6480 void 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6300 0.000113
+gallium_dri.so free 0x5571735b6540 void 0.000115
+gallium_dri.so free 0x5571735b6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b64f0 0.000118
+gallium_dri.so free 0x5571735b65c0 void 0.000117
+gallium_dri.so free 0x5571735b64f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6610 0.000113
+gallium_dri.so free 0x5571735b6680 void 0.000115
+gallium_dri.so free 0x5571735b6610 void 0.000112
+gallium_dri.so malloc 72 0x5571735b66c0 0.000113
+gallium_dri.so free 0x5571735b6740 void 0.000115
+gallium_dri.so free 0x5571735b66c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b66c0 0.000112
+gallium_dri.so free 0x5571735b67c0 void 0.000165
+gallium_dri.so free 0x5571735b66c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b67f0 0.000112
+gallium_dri.so free 0x5571735b6840 void 0.000113
+gallium_dri.so free 0x5571735b67f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b67f0 0.000110
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so free 0x5571735b67f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b51c0 0.000111
+gallium_dri.so free 0x5571735b5280 void 0.000112
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b51c0 0.000118
+gallium_dri.so free 0x5571735b6940 void 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68f0 0.000113
+gallium_dri.so free 0x5571735b5340 void 0.000113
+gallium_dri.so free 0x5571735b68f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b68f0 0.000112
+gallium_dri.so free 0x5571735b5440 void 0.000160
+gallium_dri.so free 0x5571735b68f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735b53f0 0.000161
+gallium_dri.so free 0x5571735b54c0 void 0.000124
+gallium_dri.so free 0x5571735b53f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b5510 0.000120
+gallium_dri.so free 0x5571735b5580 void 0.000128
+gallium_dri.so free 0x5571735b5510 void 0.000121
+gallium_dri.so malloc 72 0x5571735b55a0 0.000119
+gallium_dri.so free 0x5571735b5640 void 0.000118
+gallium_dri.so free 0x5571735b55a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b55f0 0.000119
+gallium_dri.so free 0x5571735b56c0 void 0.000118
+gallium_dri.so free 0x5571735b55f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b55f0 0.000117
+gallium_dri.so free 0x5571735b5740 void 0.000118
+gallium_dri.so free 0x5571735b55f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5740 0.000118
+gallium_dri.so free 0x5571735b5800 void 0.000119
+gallium_dri.so free 0x5571735b5740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5740 0.000117
+gallium_dri.so free 0x5571735b5900 void 0.000116
+gallium_dri.so free 0x5571735b5740 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5740 0.000117
+gallium_dri.so free 0x5571735b5980 void 0.000118
+gallium_dri.so free 0x5571735b5740 void 0.000119
+gallium_dri.so malloc 72 0x5571735b59b0 0.000118
+gallium_dri.so free 0x5571735b22c0 void 0.000119
+gallium_dri.so free 0x5571735b59b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2270 0.000117
+gallium_dri.so free 0x5571735b2340 void 0.000117
+gallium_dri.so free 0x5571735b2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2390 0.000118
+gallium_dri.so free 0x5571735b2400 void 0.000120
+gallium_dri.so free 0x5571735b2390 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2420 0.000118
+gallium_dri.so free 0x5571735b24c0 void 0.000117
+gallium_dri.so free 0x5571735b2420 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2470 0.000118
+gallium_dri.so free 0x5571735b2540 void 0.000125
+gallium_dri.so free 0x5571735b2470 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2540 0.000118
+gallium_dri.so free 0x5571735b2600 void 0.000117
+gallium_dri.so free 0x5571735b2540 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2540 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000123
+gallium_dri.so free 0x5571735b2540 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2680 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000117
+gallium_dri.so free 0x5571735b2680 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2680 0.000118
+gallium_dri.so free 0x5571735b2800 void 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2680 0.000119
+gallium_dri.so free 0x5571735b28c0 void 0.000118
+gallium_dri.so free 0x5571735b2680 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2870 0.000118
+gallium_dri.so free 0x5571735b2940 void 0.000117
+gallium_dri.so free 0x5571735b2870 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2990 0.000190
+gallium_dri.so free 0x5571735b2a00 void 0.000119
+gallium_dri.so free 0x5571735b2990 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2a40 0.000119
+gallium_dri.so free 0x5571735b2ac0 void 0.000117
+gallium_dri.so free 0x5571735b2a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2a40 0.000118
+gallium_dri.so free 0x5571735b2b40 void 0.000117
+gallium_dri.so free 0x5571735b2a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2b70 0.000116
+gallium_dri.so free 0x5571735d98c0 void 0.000117
+gallium_dri.so free 0x5571735b2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2b70 0.000118
+gallium_dri.so free 0x5571735d99c0 void 0.000118
+gallium_dri.so free 0x5571735b2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9970 0.000118
+gallium_dri.so free 0x5571735d9a80 void 0.000117
+gallium_dri.so free 0x5571735d9970 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9a30 0.000119
+gallium_dri.so free 0x5571735d9ac0 void 0.000118
+gallium_dri.so free 0x5571735d9a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9a30 0.000118
+gallium_dri.so free 0x5571735d9b80 void 0.000118
+gallium_dri.so free 0x5571735d9a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000117
+gallium_dri.so free 0x5571735d9c40 void 0.000118
+gallium_dri.so free 0x5571735d9bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000118
+gallium_dri.so free 0x5571735d9d40 void 0.000119
+gallium_dri.so free 0x5571735d9bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000119
+gallium_dri.so free 0x5571735d9e00 void 0.000118
+gallium_dri.so free 0x5571735d9cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9db0 0.000117
+gallium_dri.so free 0x5571735d9e40 void 0.000119
+gallium_dri.so free 0x5571735d9db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9db0 0.000118
+gallium_dri.so free 0x5571735d9f00 void 0.000118
+gallium_dri.so free 0x5571735d9db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9f40 0.000118
+gallium_dri.so free 0x5571735d9fc0 void 0.000118
+gallium_dri.so free 0x5571735d9f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9fc0 0.000118
+gallium_dri.so free 0x5571735da080 void 0.000117
+gallium_dri.so free 0x5571735d9fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9fc0 0.000118
+gallium_dri.so free 0x5571735da140 void 0.000117
+gallium_dri.so free 0x5571735d9fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735da160 0.000117
+gallium_dri.so free 0x5571735da200 void 0.000125
+gallium_dri.so free 0x5571735da160 void 0.000118
+gallium_dri.so malloc 72 0x5571735da1b0 0.000119
+gallium_dri.so free 0x5571735da280 void 0.000122
+gallium_dri.so free 0x5571735da1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735da1b0 0.000119
+gallium_dri.so free 0x5571735da300 void 0.000117
+gallium_dri.so free 0x5571735da1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da300 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000117
+gallium_dri.so free 0x5571735da300 void 0.000118
+gallium_dri.so malloc 72 0x5571735da300 0.000117
+gallium_dri.so free 0x5571735bd900 void 0.000118
+gallium_dri.so free 0x5571735da300 void 0.000120
+gallium_dri.so malloc 72 0x5571735da300 0.000119
+gallium_dri.so free 0x5571735bd9c0 void 0.000118
+gallium_dri.so free 0x5571735da300 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd970 0.000116
+gallium_dri.so free 0x5571735bda80 void 0.000117
+gallium_dri.so free 0x5571735bd970 void 0.000117
+gallium_dri.so malloc 72 0x5571735bda30 0.000116
+gallium_dri.so free 0x5571735bdb00 void 0.000118
+gallium_dri.so free 0x5571735bda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdb50 0.000117
+gallium_dri.so free 0x5571735bdbc0 void 0.000117
+gallium_dri.so free 0x5571735bdb50 void 0.000116
+gallium_dri.so malloc 72 0x5571735bdbe0 0.000116
+gallium_dri.so free 0x5571735bdc80 void 0.000118
+gallium_dri.so free 0x5571735bdbe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdc30 0.000117
+gallium_dri.so free 0x5571735bdd00 void 0.000165
+gallium_dri.so free 0x5571735bdc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdc30 0.000120
+gallium_dri.so free 0x5571735bdd80 void 0.000117
+gallium_dri.so free 0x5571735bdc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdd80 0.000117
+gallium_dri.so free 0x5571735bde40 void 0.000118
+gallium_dri.so free 0x5571735bdd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdd80 0.000117
+gallium_dri.so free 0x5571735bdf40 void 0.000119
+gallium_dri.so free 0x5571735bdd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdef0 0.000117
+gallium_dri.so free 0x5571735bdf80 void 0.000118
+gallium_dri.so free 0x5571735bdef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdef0 0.000117
+gallium_dri.so free 0x5571735be040 void 0.000118
+gallium_dri.so free 0x5571735bdef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be080 0.000117
+gallium_dri.so free 0x5571735be100 void 0.000119
+gallium_dri.so free 0x5571735be080 void 0.000118
+gallium_dri.so malloc 72 0x5571735be100 0.000119
+gallium_dri.so free 0x5571735be1c0 void 0.000119
+gallium_dri.so free 0x5571735be100 void 0.000117
+gallium_dri.so malloc 72 0x5571735be100 0.000118
+gallium_dri.so free 0x5571735be240 void 0.000118
+gallium_dri.so free 0x5571735be100 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000126
+gallium_dri.so free 0x5571735be2c0 void 0.000122
+gallium_dri.so free 0x5571735be270 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000118
+gallium_dri.so free 0x5571735b9bc0 void 0.000117
+gallium_dri.so free 0x5571735be270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9b70 0.000145
+gallium_dri.so free 0x5571735b9c40 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9c90 0.000118
+gallium_dri.so free 0x5571735b9d00 void 0.000118
+gallium_dri.so free 0x5571735b9c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9d20 0.000118
+gallium_dri.so free 0x5571735b9dc0 void 0.000123
+gallium_dri.so free 0x5571735b9d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9d70 0.000118
+gallium_dri.so free 0x5571735b9e40 void 0.000118
+gallium_dri.so free 0x5571735b9d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9d70 0.000117
+gallium_dri.so free 0x5571735b9ec0 void 0.000117
+gallium_dri.so free 0x5571735b9d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000118
+gallium_dri.so free 0x5571735b9f80 void 0.000118
+gallium_dri.so free 0x5571735b9ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000118
+gallium_dri.so free 0x5571735ba080 void 0.000118
+gallium_dri.so free 0x5571735b9ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000124
+gallium_dri.so free 0x5571735ba100 void 0.000119
+gallium_dri.so free 0x5571735b9ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba130 0.000118
+gallium_dri.so free 0x5571735ba180 void 0.000119
+gallium_dri.so free 0x5571735ba130 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba130 0.000119
+gallium_dri.so free 0x5571735ba280 void 0.000118
+gallium_dri.so free 0x5571735ba130 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba230 0.000118
+gallium_dri.so free 0x5571735ba340 void 0.000119
+gallium_dri.so free 0x5571735ba230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000118
+gallium_dri.so free 0x5571735ba380 void 0.000118
+gallium_dri.so free 0x5571735ba2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000117
+gallium_dri.so free 0x5571735ba440 void 0.000117
+gallium_dri.so free 0x5571735ba2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba490 0.000119
+gallium_dri.so free 0x5571735ba500 void 0.000119
+gallium_dri.so free 0x5571735ba490 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba540 0.000118
+gallium_dri.so free 0x5571735ba5c0 void 0.000119
+gallium_dri.so free 0x5571735ba540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000118
+gallium_dri.so free 0x5571735ba680 void 0.000119
+gallium_dri.so free 0x5571735ba5c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000121
+gallium_dri.so free 0x5571735ba700 void 0.000118
+gallium_dri.so free 0x5571735ba5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba730 0.000118
+gallium_dri.so free 0x5571735ba780 void 0.000118
+gallium_dri.so free 0x5571735ba730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba730 0.000118
+gallium_dri.so free 0x5571735e7340 void 0.000119
+gallium_dri.so free 0x5571735ba730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7390 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000118
+gallium_dri.so free 0x5571735e7390 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7440 0.000117
+gallium_dri.so free 0x5571735e74c0 void 0.000118
+gallium_dri.so free 0x5571735e7440 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7440 0.000118
+gallium_dri.so free 0x5571735e7540 void 0.000118
+gallium_dri.so free 0x5571735e7440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7570 0.000116
+gallium_dri.so free 0x5571735e75c0 void 0.000118
+gallium_dri.so free 0x5571735e7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7570 0.000119
+gallium_dri.so free 0x5571735e76c0 void 0.000118
+gallium_dri.so free 0x5571735e7570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7670 0.000118
+gallium_dri.so free 0x5571735e7780 void 0.000129
+gallium_dri.so free 0x5571735e7670 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7730 0.000119
+gallium_dri.so free 0x5571735e77c0 void 0.000123
+gallium_dri.so free 0x5571735e7730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7730 0.000119
+gallium_dri.so free 0x5571735e7880 void 0.000119
+gallium_dri.so free 0x5571735e7730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e78f0 0.000117
+gallium_dri.so free 0x5571735e7940 void 0.000118
+gallium_dri.so free 0x5571735e78f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e78f0 0.000119
+gallium_dri.so free 0x5571735e7a40 void 0.000118
+gallium_dri.so free 0x5571735e78f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e79f0 0.000117
+gallium_dri.so free 0x5571735e7b00 void 0.000119
+gallium_dri.so free 0x5571735e79f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000119
+gallium_dri.so free 0x5571735e7b40 void 0.000118
+gallium_dri.so free 0x5571735e7ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000117
+gallium_dri.so free 0x5571735e7c00 void 0.000117
+gallium_dri.so free 0x5571735e7ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7c40 0.000117
+gallium_dri.so free 0x5571735e7cc0 void 0.000119
+gallium_dri.so free 0x5571735e7c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000117
+gallium_dri.so free 0x5571735e7d80 void 0.000121
+gallium_dri.so free 0x5571735e7cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000118
+gallium_dri.so free 0x5571735e7e40 void 0.000118
+gallium_dri.so free 0x5571735e7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7e60 0.000119
+gallium_dri.so free 0x5571735e7f00 void 0.000118
+gallium_dri.so free 0x5571735e7e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000118
+gallium_dri.so free 0x5571735e7f80 void 0.000118
+gallium_dri.so free 0x5571735e7eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000119
+gallium_dri.so free 0x5571735e8000 void 0.000118
+gallium_dri.so free 0x5571735e7eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8000 0.000119
+gallium_dri.so free 0x5571735e80c0 void 0.000118
+gallium_dri.so free 0x5571735e8000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8000 0.000117
+gallium_dri.so free 0x5571735e8180 void 0.000118
+gallium_dri.so free 0x5571735e8000 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8000 0.000117
+gallium_dri.so free 0x5571735d78c0 void 0.000119
+gallium_dri.so free 0x5571735e8000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7910 0.000118
+gallium_dri.so free 0x5571735d7980 void 0.000118
+gallium_dri.so free 0x5571735d7910 void 0.000119
+gallium_dri.so malloc 72 0x5571735d79c0 0.000167
+gallium_dri.so free 0x5571735d7a40 void 0.000119
+gallium_dri.so free 0x5571735d79c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7a40 0.000118
+gallium_dri.so free 0x5571735d7b00 void 0.000118
+gallium_dri.so free 0x5571735d7a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7a40 0.000118
+gallium_dri.so free 0x5571735d7b80 void 0.000118
+gallium_dri.so free 0x5571735d7a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7bb0 0.000119
+gallium_dri.so free 0x5571735d7c00 void 0.000118
+gallium_dri.so free 0x5571735d7bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7bb0 0.000119
+gallium_dri.so free 0x5571735d7d00 void 0.000118
+gallium_dri.so free 0x5571735d7bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000118
+gallium_dri.so free 0x5571735d7dc0 void 0.000118
+gallium_dri.so free 0x5571735d7cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d70 0.000118
+gallium_dri.so free 0x5571735d7e40 void 0.000123
+gallium_dri.so free 0x5571735d7d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7e60 0.000118
+gallium_dri.so free 0x5571735d7f00 void 0.000118
+gallium_dri.so free 0x5571735d7e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000119
+gallium_dri.so free 0x5571735d7f80 void 0.000118
+gallium_dri.so free 0x5571735d7eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000118
+gallium_dri.so free 0x5571735d8000 void 0.000117
+gallium_dri.so free 0x5571735d7eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8000 0.000118
+gallium_dri.so free 0x5571735d80c0 void 0.000117
+gallium_dri.so free 0x5571735d8000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8000 0.000117
+gallium_dri.so free 0x5571735d8180 void 0.000117
+gallium_dri.so free 0x5571735d8000 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8000 0.000116
+gallium_dri.so free 0x5571735d8240 void 0.000120
+gallium_dri.so free 0x5571735d8000 void 0.000109
+gallium_dri.so malloc 72 0x5571735d81f0 0.000236
+gallium_dri.so free 0x5571735d8240 void 0.000247
+gallium_dri.so free 0x5571735d81f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d81f0 0.000118
+gallium_dri.so free 0x5571735d8340 void 0.000118
+gallium_dri.so free 0x5571735d81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d82f0 0.000119
+gallium_dri.so free 0x5571735d8400 void 0.000120
+gallium_dri.so free 0x5571735d82f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d83b0 0.000117
+gallium_dri.so free 0x5571735d8440 void 0.000117
+gallium_dri.so free 0x5571735d83b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d83b0 0.000129
+gallium_dri.so free 0x5571735d8500 void 0.000118
+gallium_dri.so free 0x5571735d83b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8540 0.000117
+gallium_dri.so free 0x5571735d85c0 void 0.000118
+gallium_dri.so free 0x5571735d8540 void 0.000118
+gallium_dri.so malloc 72 0x5571735d85c0 0.000118
+gallium_dri.so free 0x5571735d8680 void 0.000117
+gallium_dri.so free 0x5571735d85c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d85c0 0.000117
+gallium_dri.so free 0x5571735d8740 void 0.000118
+gallium_dri.so free 0x5571735d85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8760 0.000117
+gallium_dri.so free 0x5571735d8800 void 0.000117
+gallium_dri.so free 0x5571735d8760 void 0.000125
+gallium_dri.so malloc 72 0x5571735d87b0 0.000127
+gallium_dri.so free 0x5571735d8880 void 0.000125
+gallium_dri.so free 0x5571735d87b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d87b0 0.000124
+gallium_dri.so free 0x5571735d8900 void 0.000120
+gallium_dri.so free 0x5571735d87b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8900 0.000119
+gallium_dri.so free 0x5571735d89c0 void 0.000119
+gallium_dri.so free 0x5571735d8900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8900 0.000119
+gallium_dri.so free 0x5571735d8a80 void 0.000132
+gallium_dri.so free 0x5571735d8900 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8900 0.000118
+gallium_dri.so free 0x5571735d8b40 void 0.000119
+gallium_dri.so free 0x5571735d8900 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8af0 0.000116
+gallium_dri.so free 0x5571735d8c00 void 0.000117
+gallium_dri.so free 0x5571735d8af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8bb0 0.000116
+gallium_dri.so free 0x5571735e8280 void 0.000117
+gallium_dri.so free 0x5571735d8bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e82d0 0.000118
+gallium_dri.so free 0x5571735e8340 void 0.000117
+gallium_dri.so free 0x5571735e82d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8360 0.000119
+gallium_dri.so free 0x5571735d8c80 void 0.000117
+gallium_dri.so free 0x5571735e8360 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000117
+gallium_dri.so free 0x5571735e8400 void 0.000117
+gallium_dri.so free 0x5571735d8cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e83b0 0.000122
+gallium_dri.so free 0x5571735e8480 void 0.000119
+gallium_dri.so free 0x5571735e83b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e84d0 0.000118
+gallium_dri.so free 0x5571735e8540 void 0.000119
+gallium_dri.so free 0x5571735e84d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8580 0.000118
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so free 0x5571735e8580 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8580 0.000111
+gallium_dri.so free 0x5571735e8680 void 0.000111
+gallium_dri.so free 0x5571735e8580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e86b0 0.000111
+gallium_dri.so free 0x5571735e8700 void 0.000110
+gallium_dri.so free 0x5571735e86b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e86b0 0.000111
+gallium_dri.so free 0x5571735e8800 void 0.000111
+gallium_dri.so free 0x5571735e86b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e87b0 0.000112
+gallium_dri.so free 0x5571735e88c0 void 0.000110
+gallium_dri.so free 0x5571735e87b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8870 0.000110
+gallium_dri.so free 0x5571735e8900 void 0.000111
+gallium_dri.so free 0x5571735e8870 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8870 0.000110
+gallium_dri.so free 0x5571735e89c0 void 0.000110
+gallium_dri.so free 0x5571735e8870 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8a30 0.000110
+gallium_dri.so free 0x5571735e8a80 void 0.000116
+gallium_dri.so free 0x5571735e8a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e8a30 0.000115
+gallium_dri.so free 0x5571735e8b80 void 0.000112
+gallium_dri.so free 0x5571735e8a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8b30 0.000111
+gallium_dri.so free 0x5571735e8c40 void 0.000195
+gallium_dri.so free 0x5571735e8b30 void 0.000163
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000119
+gallium_dri.so free 0x5571735e8c80 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000112
+gallium_dri.so free 0x5571735e8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d80 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so free 0x5571735e8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e00 0.000116
+gallium_dri.so free 0x5571735e8ec0 void 0.000113
+gallium_dri.so free 0x5571735e8e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8e00 0.000114
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8fa0 0.000112
+gallium_dri.so free 0x5571735e9040 void 0.000113
+gallium_dri.so free 0x5571735e8fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000113
+gallium_dri.so free 0x5571735e90c0 void 0.000114
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000114
+gallium_dri.so free 0x5571735e9140 void 0.000113
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9140 0.000136
+gallium_dri.so free 0x5571735e9200 void 0.000164
+gallium_dri.so free 0x5571735e9140 void 0.000128
+gallium_dri.so malloc 72 0x5571735e9140 0.000123
+gallium_dri.so free 0x5571735e92c0 void 0.000123
+gallium_dri.so free 0x5571735e9140 void 0.000123
+gallium_dri.so malloc 72 0x5571735e9140 0.000175
+gallium_dri.so free 0x5571735e9380 void 0.000124
+gallium_dri.so free 0x5571735e9140 void 0.000123
+gallium_dri.so malloc 72 0x5571735e9330 0.000123
+gallium_dri.so free 0x5571735e9440 void 0.000124
+gallium_dri.so free 0x5571735e9330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e93f0 0.000122
+gallium_dri.so free 0x5571735e94c0 void 0.000122
+gallium_dri.so free 0x5571735e93f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e9510 0.000123
+gallium_dri.so free 0x5571735e9580 void 0.000122
+gallium_dri.so free 0x5571735e9510 void 0.000122
+gallium_dri.so malloc 72 0x5571735e95a0 0.000122
+gallium_dri.so free 0x5571735e9640 void 0.000123
+gallium_dri.so free 0x5571735e95a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e95f0 0.000122
+gallium_dri.so free 0x5571735e96c0 void 0.000122
+gallium_dri.so free 0x5571735e95f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e9700 0.000122
+gallium_dri.so free 0x5571735b0b00 void 0.000173
+gallium_dri.so free 0x5571735e9700 void 0.000132
+gallium_dri.so malloc 72 0x5571735b0b50 0.000132
+gallium_dri.so free 0x5571735b0bc0 void 0.000128
+gallium_dri.so free 0x5571735b0b50 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0c00 0.000123
+gallium_dri.so free 0x5571735b0c80 void 0.000125
+gallium_dri.so free 0x5571735b0c00 void 0.000138
+gallium_dri.so malloc 72 0x5571735b0c00 0.000124
+gallium_dri.so free 0x5571735b0d00 void 0.000121
+gallium_dri.so free 0x5571735b0c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0d30 0.000118
+gallium_dri.so free 0x5571735b0d80 void 0.000120
+gallium_dri.so free 0x5571735b0d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0d30 0.000119
+gallium_dri.so free 0x5571735b0e80 void 0.000120
+gallium_dri.so free 0x5571735b0d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0e30 0.000118
+gallium_dri.so free 0x5571735b0f40 void 0.000120
+gallium_dri.so free 0x5571735b0e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000120
+gallium_dri.so free 0x5571735b0f80 void 0.000120
+gallium_dri.so free 0x5571735b0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000120
+gallium_dri.so free 0x5571735b1040 void 0.000125
+gallium_dri.so free 0x5571735b0ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b10b0 0.000118
+gallium_dri.so free 0x5571735b1100 void 0.000116
+gallium_dri.so free 0x5571735b10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b10b0 0.000116
+gallium_dri.so free 0x5571735b1200 void 0.000117
+gallium_dri.so free 0x5571735b10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b11b0 0.000116
+gallium_dri.so free 0x5571735b12c0 void 0.000118
+gallium_dri.so free 0x5571735b11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1270 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000116
+gallium_dri.so free 0x5571735b1270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1270 0.000116
+gallium_dri.so free 0x5571735b13c0 void 0.000119
+gallium_dri.so free 0x5571735b1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1400 0.000138
+gallium_dri.so free 0x5571735b1480 void 0.000121
+gallium_dri.so free 0x5571735b1400 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1480 0.000118
+gallium_dri.so free 0x5571735b1540 void 0.000123
+gallium_dri.so free 0x5571735b1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1480 0.000120
+gallium_dri.so free 0x5571735b1600 void 0.000121
+gallium_dri.so free 0x5571735b1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1620 0.000120
+gallium_dri.so free 0x5571735b16c0 void 0.000150
+gallium_dri.so free 0x5571735b1620 void 0.000138
+gallium_dri.so malloc 72 0x5571735b1670 0.000140
+gallium_dri.so free 0x5571735b1740 void 0.000139
+gallium_dri.so free 0x5571735b1670 void 0.000139
+gallium_dri.so malloc 72 0x5571735b1670 0.000136
+gallium_dri.so free 0x5571735b17c0 void 0.000138
+gallium_dri.so free 0x5571735b1670 void 0.000138
+gallium_dri.so malloc 72 0x5571735b17c0 0.000137
+gallium_dri.so free 0x5571735b1880 void 0.000139
+gallium_dri.so free 0x5571735b17c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735b17c0 0.000176
+gallium_dri.so free 0x5571735b1940 void 0.000141
+gallium_dri.so free 0x5571735b17c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735b17c0 0.000153
+gallium_dri.so free 0x5571735b1a00 void 0.000128
+gallium_dri.so free 0x5571735b17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b19b0 0.000120
+gallium_dri.so free 0x5571735b1ac0 void 0.000119
+gallium_dri.so free 0x5571735b19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1a70 0.000118
+gallium_dri.so free 0x5571735b1b40 void 0.000127
+gallium_dri.so free 0x5571735b1a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1b90 0.000131
+gallium_dri.so free 0x5571735b1c00 void 0.000122
+gallium_dri.so free 0x5571735b1b90 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1c20 0.000118
+gallium_dri.so free 0x5571735b1cc0 void 0.000117
+gallium_dri.so free 0x5571735b1c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1c70 0.000117
+gallium_dri.so free 0x5571735b1d40 void 0.000120
+gallium_dri.so free 0x5571735b1c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1c70 0.000119
+gallium_dri.so free 0x5571735b1dc0 void 0.000119
+gallium_dri.so free 0x5571735b1c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000119
+gallium_dri.so free 0x5571735b1e80 void 0.000117
+gallium_dri.so free 0x5571735b1dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000120
+gallium_dri.so free 0x5571735b1f80 void 0.000122
+gallium_dri.so free 0x5571735b1dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1f30 0.000121
+gallium_dri.so free 0x5571735b1fc0 void 0.000117
+gallium_dri.so free 0x5571735b1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1f30 0.000121
+gallium_dri.so free 0x5571735b2080 void 0.000121
+gallium_dri.so free 0x5571735b1f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b20c0 0.000120
+gallium_dri.so free 0x5571735b3440 void 0.000121
+gallium_dri.so free 0x5571735b20c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000119
+gallium_dri.so free 0x5571735b3500 void 0.000117
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3540 void 0.000115
+gallium_dri.so free 0x5571735b34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b34b0 0.000116
+gallium_dri.so free 0x5571735b3600 void 0.000120
+gallium_dri.so free 0x5571735b34b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3670 0.000116
+gallium_dri.so free 0x5571735b36c0 void 0.000123
+gallium_dri.so free 0x5571735b3670 void 0.000140
+gallium_dri.so malloc 72 0x5571735b3670 0.000131
+gallium_dri.so free 0x5571735b37c0 void 0.000125
+gallium_dri.so free 0x5571735b3670 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3770 0.000123
+gallium_dri.so free 0x5571735b3880 void 0.000125
+gallium_dri.so free 0x5571735b3770 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3830 0.000123
+gallium_dri.so free 0x5571735b38c0 void 0.000123
+gallium_dri.so free 0x5571735b3830 void 0.000122
+gallium_dri.so malloc 72 0x5571735b3830 0.000123
+gallium_dri.so free 0x5571735b3980 void 0.000124
+gallium_dri.so free 0x5571735b3830 void 0.000124
+gallium_dri.so malloc 72 0x5571735b39c0 0.000123
+gallium_dri.so free 0x5571735b3a40 void 0.000136
+gallium_dri.so free 0x5571735b39c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3a40 0.000123
+gallium_dri.so free 0x5571735b3b00 void 0.000123
+gallium_dri.so free 0x5571735b3a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3a40 0.000123
+gallium_dri.so free 0x5571735b3bc0 void 0.000123
+gallium_dri.so free 0x5571735b3a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3be0 0.000123
+gallium_dri.so free 0x5571735b3c80 void 0.000125
+gallium_dri.so free 0x5571735b3be0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3c30 0.000124
+gallium_dri.so free 0x5571735b3d00 void 0.000123
+gallium_dri.so free 0x5571735b3c30 void 0.000154
+gallium_dri.so malloc 72 0x5571735b3c30 0.000104
+gallium_dri.so free 0x5571735b3d80 void 0.000232
+gallium_dri.so free 0x5571735b3c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3d80 0.000111
+gallium_dri.so free 0x5571735b3e40 void 0.000112
+gallium_dri.so free 0x5571735b3d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3d80 0.000111
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000178
+gallium_dri.so malloc 72 0x5571735b3d80 0.000182
+gallium_dri.so free 0x5571735b3fc0 void 0.000191
+gallium_dri.so free 0x5571735b3d80 void 0.000180
+gallium_dri.so malloc 72 0x5571735b3f70 0.000176
+gallium_dri.so free 0x5571735b4080 void 0.000176
+gallium_dri.so free 0x5571735b3f70 void 0.000178
+gallium_dri.so malloc 72 0x5571735b4030 0.000180
+gallium_dri.so free 0x5571735b4100 void 0.000180
+gallium_dri.so free 0x5571735b4030 void 0.000178
+gallium_dri.so malloc 72 0x5571735b4150 0.000133
+gallium_dri.so free 0x5571735b41c0 void 0.000115
+gallium_dri.so free 0x5571735b4150 void 0.000119
+gallium_dri.so malloc 72 0x5571735b41e0 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000115
+gallium_dri.so free 0x5571735b41e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4230 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000113
+gallium_dri.so free 0x5571735b4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4230 0.000152
+gallium_dri.so free 0x5571735b4380 void 0.000162
+gallium_dri.so free 0x5571735b4230 void 0.000158
+gallium_dri.so malloc 72 0x5571735b4380 0.000164
+gallium_dri.so free 0x5571735b4440 void 0.000135
+gallium_dri.so free 0x5571735b4380 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4380 0.000114
+gallium_dri.so free 0x5571735b4540 void 0.000117
+gallium_dri.so free 0x5571735b4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000112
+gallium_dri.so free 0x5571735b4580 void 0.000112
+gallium_dri.so free 0x5571735b44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000115
+gallium_dri.so free 0x5571735b44f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4680 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so free 0x5571735b4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000113
+gallium_dri.so free 0x5571735b47c0 void 0.000114
+gallium_dri.so free 0x5571735b4700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4700 0.000112
+gallium_dri.so free 0x5571735b4840 void 0.000114
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4870 0.000113
+gallium_dri.so free 0x5571735b48c0 void 0.000114
+gallium_dri.so free 0x5571735b4870 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4870 0.000112
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b4870 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4a00 0.000114
+gallium_dri.so free 0x5571735b4a80 void 0.000114
+gallium_dri.so free 0x5571735b4a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4a80 0.000113
+gallium_dri.so free 0x5571735b4b40 void 0.000116
+gallium_dri.so free 0x5571735b4a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a80 0.000118
+gallium_dri.so free 0x5571735b4bc0 void 0.000116
+gallium_dri.so free 0x5571735b4a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000113
+gallium_dri.so free 0x5571735bee80 void 0.000114
+gallium_dri.so free 0x5571735b4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beec0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000116
+gallium_dri.so free 0x5571735beec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bef40 0.000154
+gallium_dri.so free 0x5571735bf000 void 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000112
+gallium_dri.so malloc 72 0x5571735bef40 0.000113
+gallium_dri.so free 0x5571735bf0c0 void 0.000115
+gallium_dri.so free 0x5571735bef40 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf0e0 0.000113
+gallium_dri.so free 0x5571735bf180 void 0.000115
+gallium_dri.so free 0x5571735bf0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf130 0.000112
+gallium_dri.so free 0x5571735bf200 void 0.000113
+gallium_dri.so free 0x5571735bf130 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf130 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so free 0x5571735bf130 void 0.000148
+gallium_dri.so malloc 72 0x5571735bf280 0.000114
+gallium_dri.so free 0x5571735bf340 void 0.000113
+gallium_dri.so free 0x5571735bf280 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf280 0.000113
+gallium_dri.so free 0x5571735bf400 void 0.000115
+gallium_dri.so free 0x5571735bf280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf280 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf470 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000113
+gallium_dri.so free 0x5571735bf470 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf530 0.000113
+gallium_dri.so free 0x5571735bf600 void 0.000113
+gallium_dri.so free 0x5571735bf530 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf650 0.000112
+gallium_dri.so free 0x5571735bf6c0 void 0.000114
+gallium_dri.so free 0x5571735bf650 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6e0 0.000114
+gallium_dri.so free 0x5571735bf780 void 0.000115
+gallium_dri.so free 0x5571735bf6e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf730 0.000113
+gallium_dri.so free 0x5571735bf800 void 0.000113
+gallium_dri.so free 0x5571735bf730 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf730 0.000113
+gallium_dri.so free 0x5571735bf880 void 0.000114
+gallium_dri.so free 0x5571735bf730 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf880 0.000119
+gallium_dri.so free 0x5571735bf940 void 0.000114
+gallium_dri.so free 0x5571735bf880 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf880 0.000113
+gallium_dri.so free 0x5571735bfa40 void 0.000113
+gallium_dri.so free 0x5571735bf880 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bf9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000116
+gallium_dri.so free 0x5571735bfb40 void 0.000115
+gallium_dri.so free 0x5571735bf9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfb80 0.000114
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so free 0x5571735bfb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc00 0.000113
+gallium_dri.so free 0x5571735bfcc0 void 0.000113
+gallium_dri.so free 0x5571735bfc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfd40 void 0.000212
+gallium_dri.so free 0x5571735bfc00 void 0.000161
+gallium_dri.so malloc 72 0x5571735bfd70 0.000160
+gallium_dri.so free 0x5571735bfdc0 void 0.000124
+gallium_dri.so free 0x5571735bfd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfd70 0.000145
+gallium_dri.so free 0x5571735bfec0 void 0.000126
+gallium_dri.so free 0x5571735bfd70 void 0.000167
+gallium_dri.so malloc 72 0x5571735bff00 0.000118
+gallium_dri.so free 0x5571735bff80 void 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff80 0.000112
+gallium_dri.so free 0x5571735c0040 void 0.000113
+gallium_dri.so free 0x5571735bff80 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff80 0.000112
+gallium_dri.so free 0x5571735c00c0 void 0.000112
+gallium_dri.so free 0x5571735bff80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000111
+gallium_dri.so free 0x5571735c0140 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c01f0 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c01f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02b0 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02b0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c02b0 void 0.000203
+gallium_dri.so malloc 72 0x5571735c02b0 0.000116
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735c02b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c04b0 0.000112
+gallium_dri.so free 0x5571735c0580 void 0.000113
+gallium_dri.so free 0x5571735c04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05d0 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000113
+gallium_dri.so free 0x5571735c05d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0660 0.000112
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so free 0x5571735c0660 void 0.000112
+gallium_dri.so malloc 72 0x5571735c06b0 0.000113
+gallium_dri.so free 0x5571735c0780 void 0.000113
+gallium_dri.so free 0x5571735c06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0780 0.000113
+gallium_dri.so free 0x5571735c0840 void 0.000115
+gallium_dri.so free 0x5571735c0780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0780 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so free 0x5571735c0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0980 void 0.000114
+gallium_dri.so free 0x5571735c08c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0a40 void 0.000114
+gallium_dri.so free 0x5571735c08c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c08c0 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000114
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bd0 0.000113
+gallium_dri.so free 0x5571735c0c40 void 0.000112
+gallium_dri.so free 0x5571735c0bd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c80 0.000114
+gallium_dri.so free 0x5571735c0d00 void 0.000119
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c80 0.000113
+gallium_dri.so free 0x5571735c0d80 void 0.000115
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0db0 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0db0 0.000114
+gallium_dri.so free 0x5571735c0f00 void 0.000116
+gallium_dri.so free 0x5571735c0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000113
+gallium_dri.so free 0x5571735c0fc0 void 0.000115
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f70 0.000113
+gallium_dri.so free 0x5571735c1000 void 0.000113
+gallium_dri.so free 0x5571735c0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0f70 0.000130
+gallium_dri.so free 0x5571735c10c0 void 0.000123
+gallium_dri.so free 0x5571735c0f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1130 0.000112
+gallium_dri.so free 0x5571735c1180 void 0.000113
+gallium_dri.so free 0x5571735c1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1130 0.000112
+gallium_dri.so free 0x5571735c1280 void 0.000162
+gallium_dri.so free 0x5571735c1130 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1230 0.000122
+gallium_dri.so free 0x5571735c1340 void 0.000124
+gallium_dri.so free 0x5571735c1230 void 0.000124
+gallium_dri.so malloc 72 0x5571735c12f0 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c12f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12f0 0.000112
+gallium_dri.so free 0x5571735c1440 void 0.000113
+gallium_dri.so free 0x5571735c12f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1480 0.000118
+gallium_dri.so free 0x5571735c1500 void 0.000115
+gallium_dri.so free 0x5571735c1480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1500 0.000113
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1500 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1500 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000124
+gallium_dri.so free 0x5571735c1500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16a0 0.000112
+gallium_dri.so free 0x5571735c1740 void 0.000114
+gallium_dri.so free 0x5571735c16a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c16f0 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16f0 0.000112
+gallium_dri.so free 0x5571735c1840 void 0.000114
+gallium_dri.so free 0x5571735c16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1840 0.000116
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1840 0.000113
+gallium_dri.so free 0x5571735c19c0 void 0.000114
+gallium_dri.so free 0x5571735c1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1840 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a30 0.000114
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000112
+gallium_dri.so free 0x5571735c1bc0 void 0.000112
+gallium_dri.so free 0x5571735c1af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1c10 0.000113
+gallium_dri.so free 0x5571735c1c80 void 0.000113
+gallium_dri.so free 0x5571735c1c10 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1ca0 0.000114
+gallium_dri.so free 0x5571735c1d40 void 0.000113
+gallium_dri.so free 0x5571735c1ca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000111
+gallium_dri.so free 0x5571735c1dc0 void 0.000113
+gallium_dri.so free 0x5571735c1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000111
+gallium_dri.so free 0x5571735c1e40 void 0.000113
+gallium_dri.so free 0x5571735c1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1e40 0.000112
+gallium_dri.so free 0x5571735c1f00 void 0.000111
+gallium_dri.so free 0x5571735c1e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1e40 0.000111
+gallium_dri.so free 0x5571735c2000 void 0.000112
+gallium_dri.so free 0x5571735c1e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000118
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000111
+gallium_dri.so free 0x5571735c2100 void 0.000111
+gallium_dri.so free 0x5571735c1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2140 0.000118
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so free 0x5571735c2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735c21c0 0.000116
+gallium_dri.so free 0x5571735c2280 void 0.000114
+gallium_dri.so free 0x5571735c21c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735c21c0 0.000117
+gallium_dri.so free 0x5571735c2300 void 0.000116
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2330 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2330 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000115
+gallium_dri.so free 0x5571735c2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24c0 0.000114
+gallium_dri.so free 0x5571735c2540 void 0.000114
+gallium_dri.so free 0x5571735c24c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2540 0.000112
+gallium_dri.so free 0x5571735c2600 void 0.000116
+gallium_dri.so free 0x5571735c2540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2540 0.000113
+gallium_dri.so free 0x5571735c2680 void 0.000115
+gallium_dri.so free 0x5571735c2540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c26b0 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c26b0 0.000115
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so free 0x5571735c26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c28c0 void 0.000120
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2870 0.000116
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2870 0.000113
+gallium_dri.so free 0x5571735c2a00 void 0.000113
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2870 0.000112
+gallium_dri.so free 0x5571735c2ac0 void 0.000112
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000112
+gallium_dri.so free 0x5571735c2b40 void 0.000113
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b90 0.000112
+gallium_dri.so free 0x5571735c2c00 void 0.000112
+gallium_dri.so free 0x5571735c2b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c20 0.000114
+gallium_dri.so free 0x5571735c2cc0 void 0.000112
+gallium_dri.so free 0x5571735c2c20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c70 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000119
+gallium_dri.so free 0x5571735c2c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2d40 0.000123
+gallium_dri.so free 0x5571735c2e00 void 0.000157
+gallium_dri.so free 0x5571735c2d40 void 0.000212
+gallium_dri.so malloc 72 0x5571735c2d40 0.000195
+gallium_dri.so free 0x5571735c2e80 void 0.000153
+gallium_dri.so free 0x5571735c2d40 void 0.000217
+gallium_dri.so malloc 72 0x5571735c2e80 0.000181
+gallium_dri.so free 0x5571735c2f40 void 0.000193
+gallium_dri.so free 0x5571735c2e80 void 0.000238
+gallium_dri.so malloc 72 0x5571735c2e80 0.000274
+gallium_dri.so free 0x5571735c3000 void 0.000282
+gallium_dri.so free 0x5571735c2e80 void 0.000265
+gallium_dri.so malloc 72 0x5571735c2e80 0.000277
+gallium_dri.so free 0x5571735c30c0 void 0.000277
+gallium_dri.so free 0x5571735c2e80 void 0.000293
+gallium_dri.so malloc 72 0x5571735c3070 0.000221
+gallium_dri.so free 0x5571735c3140 void 0.000200
+gallium_dri.so free 0x5571735c3070 void 0.000163
+gallium_dri.so malloc 72 0x5571735c3190 0.000180
+gallium_dri.so free 0x5571735c3200 void 0.000115
+gallium_dri.so free 0x5571735c3190 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3240 0.000112
+gallium_dri.so free 0x5571735c32c0 void 0.000111
+gallium_dri.so free 0x5571735c3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3240 0.000113
+gallium_dri.so free 0x5571735c3340 void 0.000112
+gallium_dri.so free 0x5571735c3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3370 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000113
+gallium_dri.so free 0x5571735c3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3370 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so free 0x5571735c3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3470 0.000112
+gallium_dri.so free 0x5571735c3580 void 0.000113
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3530 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so free 0x5571735c3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3530 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36f0 0.000160
+gallium_dri.so free 0x5571735c3740 void 0.000161
+gallium_dri.so free 0x5571735c36f0 void 0.000298
+gallium_dri.so malloc 72 0x5571735c36f0 0.000276
+gallium_dri.so free 0x5571735c3840 void 0.000275
+gallium_dri.so free 0x5571735c36f0 void 0.000240
+gallium_dri.so malloc 72 0x5571735c37f0 0.000203
+gallium_dri.so free 0x5571735c3900 void 0.000156
+gallium_dri.so free 0x5571735c37f0 void 0.000193
+gallium_dri.so malloc 72 0x5571735c38b0 0.000120
+gallium_dri.so free 0x5571735c3940 void 0.000119
+gallium_dri.so free 0x5571735c38b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c38b0 0.000129
+gallium_dri.so free 0x5571735c3a00 void 0.000125
+gallium_dri.so free 0x5571735c38b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a40 0.000118
+gallium_dri.so free 0x5571735c3ac0 void 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3ac0 0.000120
+gallium_dri.so free 0x5571735c3b80 void 0.000122
+gallium_dri.so free 0x5571735c3ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3ac0 0.000124
+gallium_dri.so free 0x5571735c3c40 void 0.000133
+gallium_dri.so free 0x5571735c3ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c60 0.000119
+gallium_dri.so free 0x5571735c3d00 void 0.000120
+gallium_dri.so free 0x5571735c3c60 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000118
+gallium_dri.so free 0x5571735c3d80 void 0.000120
+gallium_dri.so free 0x5571735c3cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000121
+gallium_dri.so free 0x5571735c3cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000120
+gallium_dri.so free 0x5571735c3ec0 void 0.000120
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000118
+gallium_dri.so free 0x5571735c3f80 void 0.000121
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000119
+gallium_dri.so free 0x5571735c4040 void 0.000121
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000128
+gallium_dri.so free 0x5571735c4100 void 0.000125
+gallium_dri.so free 0x5571735c3ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c40b0 0.000121
+gallium_dri.so free 0x5571735c4180 void 0.000121
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41d0 0.000170
+gallium_dri.so free 0x5571735c4240 void 0.000121
+gallium_dri.so free 0x5571735c41d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4260 0.000120
+gallium_dri.so free 0x5571735c4300 void 0.000120
+gallium_dri.so free 0x5571735c4260 void 0.000121
+gallium_dri.so malloc 72 0x5571735c42b0 0.000121
+gallium_dri.so free 0x5571735c4380 void 0.000121
+gallium_dri.so free 0x5571735c42b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c42b0 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000121
+gallium_dri.so free 0x5571735c42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4400 0.000120
+gallium_dri.so free 0x5571735c44c0 void 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4400 0.000119
+gallium_dri.so free 0x5571735c45c0 void 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4570 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000120
+gallium_dri.so free 0x5571735c4570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4570 0.000120
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so free 0x5571735c4570 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4700 0.000116
+gallium_dri.so free 0x5571735c4780 void 0.000116
+gallium_dri.so free 0x5571735c4700 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4780 0.000115
+gallium_dri.so free 0x5571735c4840 void 0.000121
+gallium_dri.so free 0x5571735c4780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4780 0.000110
+gallium_dri.so free 0x5571735c48c0 void 0.000111
+gallium_dri.so free 0x5571735c4780 void 0.000111
+gallium_dri.so malloc 72 0x5571735c48f0 0.000181
+gallium_dri.so free 0x5571735c4940 void 0.000214
+gallium_dri.so free 0x5571735c48f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735c48f0 0.000157
+gallium_dri.so free 0x5571735c4a40 void 0.000124
+gallium_dri.so free 0x5571735c48f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4a80 0.000125
+gallium_dri.so free 0x5571735c4b00 void 0.000124
+gallium_dri.so free 0x5571735c4a80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4b00 0.000124
+gallium_dri.so free 0x5571735c4bc0 void 0.000119
+gallium_dri.so free 0x5571735c4b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4b00 0.000115
+gallium_dri.so free 0x5571735c4c40 void 0.000119
+gallium_dri.so free 0x5571735c4b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c70 0.000115
+gallium_dri.so free 0x5571735c4cc0 void 0.000116
+gallium_dri.so free 0x5571735c4c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c70 0.000114
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so free 0x5571735c4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d70 0.000114
+gallium_dri.so free 0x5571735c4e80 void 0.000113
+gallium_dri.so free 0x5571735c4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4e30 0.000114
+gallium_dri.so free 0x5571735c4f00 void 0.000115
+gallium_dri.so free 0x5571735c4e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e30 0.000114
+gallium_dri.so free 0x5571735c4fc0 void 0.000114
+gallium_dri.so free 0x5571735c4e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4e30 0.000115
+gallium_dri.so free 0x5571735c5080 void 0.000114
+gallium_dri.so free 0x5571735c4e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5030 0.000115
+gallium_dri.so free 0x5571735c5100 void 0.000115
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5150 0.000113
+gallium_dri.so free 0x5571735c51c0 void 0.000114
+gallium_dri.so free 0x5571735c5150 void 0.000114
+gallium_dri.so malloc 72 0x5571735c51e0 0.000114
+gallium_dri.so free 0x5571735c5280 void 0.000114
+gallium_dri.so free 0x5571735c51e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5230 0.000160
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so free 0x5571735c5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5300 0.000114
+gallium_dri.so free 0x5571735c53c0 void 0.000115
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5300 0.000113
+gallium_dri.so free 0x5571735c5440 void 0.000114
+gallium_dri.so free 0x5571735c5300 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5440 0.000113
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so free 0x5571735c5440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5440 0.000112
+gallium_dri.so free 0x5571735c55c0 void 0.000114
+gallium_dri.so free 0x5571735c5440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5440 0.000121
+gallium_dri.so free 0x5571735c5680 void 0.000121
+gallium_dri.so free 0x5571735c5440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5630 0.000119
+gallium_dri.so free 0x5571735c5700 void 0.000120
+gallium_dri.so free 0x5571735c5630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5750 0.000118
+gallium_dri.so free 0x5571735c57c0 void 0.000140
+gallium_dri.so free 0x5571735c5750 void 0.000255
+gallium_dri.so malloc 72 0x5571735c5800 0.000167
+gallium_dri.so free 0x5571735c5880 void 0.000133
+gallium_dri.so free 0x5571735c5800 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5800 0.000165
+gallium_dri.so free 0x5571735c5900 void 0.000164
+gallium_dri.so free 0x5571735c5800 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5930 0.000121
+gallium_dri.so free 0x5571735c5980 void 0.000118
+gallium_dri.so free 0x5571735c5930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5930 0.000116
+gallium_dri.so free 0x5571735c5a80 void 0.000116
+gallium_dri.so free 0x5571735c5930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5a30 0.000116
+gallium_dri.so free 0x5571735c5b40 void 0.000116
+gallium_dri.so free 0x5571735c5a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5af0 0.000116
+gallium_dri.so free 0x5571735c5b80 void 0.000115
+gallium_dri.so free 0x5571735c5af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5af0 0.000115
+gallium_dri.so free 0x5571735c5c40 void 0.000122
+gallium_dri.so free 0x5571735c5af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5cb0 0.000122
+gallium_dri.so free 0x5571735c5d00 void 0.000120
+gallium_dri.so free 0x5571735c5cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5cb0 0.000116
+gallium_dri.so free 0x5571735c5e00 void 0.000131
+gallium_dri.so free 0x5571735c5cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5db0 0.000131
+gallium_dri.so free 0x5571735c5ec0 void 0.000126
+gallium_dri.so free 0x5571735c5db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5e70 0.000120
+gallium_dri.so free 0x5571735c5f00 void 0.000120
+gallium_dri.so free 0x5571735c5e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5e70 0.000120
+gallium_dri.so free 0x5571735c5fc0 void 0.000119
+gallium_dri.so free 0x5571735c5e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6000 0.000119
+gallium_dri.so free 0x5571735c6080 void 0.000120
+gallium_dri.so free 0x5571735c6000 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6080 0.000119
+gallium_dri.so free 0x5571735c6140 void 0.000119
+gallium_dri.so free 0x5571735c6080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6080 0.000121
+gallium_dri.so free 0x5571735c6200 void 0.000120
+gallium_dri.so free 0x5571735c6080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6220 0.000118
+gallium_dri.so free 0x5571735c62c0 void 0.000120
+gallium_dri.so free 0x5571735c6220 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6270 0.000120
+gallium_dri.so free 0x5571735c6340 void 0.000119
+gallium_dri.so free 0x5571735c6270 void 0.000168
+gallium_dri.so malloc 72 0x5571735c6270 0.000120
+gallium_dri.so free 0x5571735c63c0 void 0.000118
+gallium_dri.so free 0x5571735c6270 void 0.000127
+gallium_dri.so malloc 72 0x5571735c63c0 0.000126
+gallium_dri.so free 0x5571735c6480 void 0.000121
+gallium_dri.so free 0x5571735c63c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c63c0 0.000118
+gallium_dri.so free 0x5571735c6540 void 0.000124
+gallium_dri.so free 0x5571735c63c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c63c0 0.000119
+gallium_dri.so free 0x5571735c6600 void 0.000131
+gallium_dri.so free 0x5571735c63c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c65b0 0.000144
+gallium_dri.so free 0x5571735c66c0 void 0.000144
+gallium_dri.so free 0x5571735c65b0 void 0.000219
+gallium_dri.so malloc 72 0x5571735c6670 0.000231
+gallium_dri.so free 0x5571735c6740 void 0.000190
+gallium_dri.so free 0x5571735c6670 void 0.000188
+gallium_dri.so malloc 72 0x5571735c6790 0.000271
+gallium_dri.so free 0x5571735c6800 void 0.000230
+gallium_dri.so free 0x5571735c6790 void 0.000228
+gallium_dri.so malloc 72 0x5571735c6820 0.000232
+gallium_dri.so free 0x5571735c68c0 void 0.000186
+gallium_dri.so free 0x5571735c6820 void 0.000181
+gallium_dri.so malloc 72 0x5571735c6870 0.000181
+gallium_dri.so free 0x5571735c6940 void 0.000174
+gallium_dri.so free 0x5571735c6870 void 0.000181
+gallium_dri.so malloc 72 0x5571735c6870 0.000183
+gallium_dri.so free 0x5571735c69c0 void 0.000184
+gallium_dri.so free 0x5571735c6870 void 0.000187
+gallium_dri.so malloc 72 0x5571735c69c0 0.000186
+gallium_dri.so free 0x5571735c6a80 void 0.000189
+gallium_dri.so free 0x5571735c69c0 void 0.000187
+gallium_dri.so malloc 72 0x5571735c69c0 0.000189
+gallium_dri.so free 0x5571735c6b80 void 0.000197
+gallium_dri.so free 0x5571735c69c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c6b30 0.000255
+gallium_dri.so free 0x5571735c6bc0 void 0.000224
+gallium_dri.so free 0x5571735c6b30 void 0.000306
+gallium_dri.so malloc 72 0x5571735c6b30 0.000287
+gallium_dri.so free 0x5571735c6c80 void 0.000286
+gallium_dri.so free 0x5571735c6b30 void 0.000223
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000223
+gallium_dri.so free 0x5571735c6d40 void 0.000285
+gallium_dri.so free 0x5571735c6cc0 void 0.000324
+gallium_dri.so malloc 72 0x5571735c6d40 0.000216
+gallium_dri.so free 0x5571735c6e00 void 0.000260
+gallium_dri.so free 0x5571735c6d40 void 0.000277
+gallium_dri.so malloc 72 0x5571735c6d40 0.000205
+gallium_dri.so free 0x5571735c6e80 void 0.000179
+gallium_dri.so free 0x5571735c6d40 void 0.000171
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000166
+gallium_dri.so free 0x5571735c6f00 void 0.000174
+gallium_dri.so free 0x5571735c6eb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000119
+gallium_dri.so free 0x5571735c7000 void 0.000121
+gallium_dri.so free 0x5571735c6eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7040 0.000120
+gallium_dri.so free 0x5571735c70c0 void 0.000120
+gallium_dri.so free 0x5571735c7040 void 0.000120
+gallium_dri.so malloc 72 0x5571735c70c0 0.000118
+gallium_dri.so free 0x5571735c7180 void 0.000121
+gallium_dri.so free 0x5571735c70c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c70c0 0.000119
+gallium_dri.so free 0x5571735c7200 void 0.000119
+gallium_dri.so free 0x5571735c70c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7230 0.000119
+gallium_dri.so free 0x5571735c7280 void 0.000119
+gallium_dri.so free 0x5571735c7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7230 0.000119
+gallium_dri.so free 0x5571735c7380 void 0.000133
+gallium_dri.so free 0x5571735c7230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7330 0.000116
+gallium_dri.so free 0x5571735c7440 void 0.000115
+gallium_dri.so free 0x5571735c7330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c73f0 0.000115
+gallium_dri.so free 0x5571735c74c0 void 0.000114
+gallium_dri.so free 0x5571735c73f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c73f0 0.000114
+gallium_dri.so free 0x5571735c7580 void 0.000114
+gallium_dri.so free 0x5571735c73f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c73f0 0.000113
+gallium_dri.so free 0x5571735c7640 void 0.000116
+gallium_dri.so free 0x5571735c73f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c75f0 0.000114
+gallium_dri.so free 0x5571735c76c0 void 0.000113
+gallium_dri.so free 0x5571735c75f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7710 0.000113
+gallium_dri.so free 0x5571735c7780 void 0.000113
+gallium_dri.so free 0x5571735c7710 void 0.000113
+gallium_dri.so malloc 72 0x5571735c77a0 0.000114
+gallium_dri.so free 0x5571735c7840 void 0.000113
+gallium_dri.so free 0x5571735c77a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c77f0 0.000113
+gallium_dri.so free 0x5571735c78c0 void 0.000114
+gallium_dri.so free 0x5571735c77f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c78c0 0.000113
+gallium_dri.so free 0x5571735c7980 void 0.000114
+gallium_dri.so free 0x5571735c78c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c78c0 0.000119
+gallium_dri.so free 0x5571735c7a00 void 0.000124
+gallium_dri.so free 0x5571735c78c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c7a00 0.000124
+gallium_dri.so free 0x5571735c7ac0 void 0.000152
+gallium_dri.so free 0x5571735c7a00 void 0.000177
+gallium_dri.so malloc 72 0x5571735c7a00 0.000178
+gallium_dri.so free 0x5571735c7b80 void 0.000179
+gallium_dri.so free 0x5571735c7a00 void 0.000219
+gallium_dri.so malloc 72 0x5571735c7a00 0.000214
+gallium_dri.so free 0x5571735c7c40 void 0.000178
+gallium_dri.so free 0x5571735c7a00 void 0.000182
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000182
+gallium_dri.so free 0x5571735c7cc0 void 0.000185
+gallium_dri.so free 0x5571735c7bf0 void 0.000185
+gallium_dri.so malloc 72 0x5571735c7d10 0.000193
+gallium_dri.so free 0x5571735c7d80 void 0.000173
+gallium_dri.so free 0x5571735c7d10 void 0.000211
+gallium_dri.so malloc 72 0x5571735c7dc0 0.000208
+gallium_dri.so free 0x5571735c7e40 void 0.000209
+gallium_dri.so free 0x5571735c7dc0 void 0.000208
+gallium_dri.so malloc 72 0x5571735c7dc0 0.000209
+gallium_dri.so free 0x5571735c7ec0 void 0.000174
+gallium_dri.so free 0x5571735c7dc0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000169
+gallium_dri.so free 0x5571735c7f40 void 0.000170
+gallium_dri.so free 0x5571735c7ef0 void 0.000174
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000219
+gallium_dri.so free 0x5571735c8040 void 0.000176
+gallium_dri.so free 0x5571735c7ef0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c7ff0 0.000170
+gallium_dri.so free 0x5571735c8100 void 0.000214
+gallium_dri.so free 0x5571735c7ff0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c80b0 0.000168
+gallium_dri.so free 0x5571735c8140 void 0.000244
+gallium_dri.so free 0x5571735c80b0 void 0.000207
+gallium_dri.so malloc 72 0x5571735c80b0 0.000271
+gallium_dri.so free 0x5571735c8200 void 0.000212
+gallium_dri.so free 0x5571735c80b0 void 0.000203
+gallium_dri.so malloc 72 0x5571735c8270 0.000176
+gallium_dri.so free 0x5571735c82c0 void 0.000170
+gallium_dri.so free 0x5571735c8270 void 0.000170
+gallium_dri.so malloc 72 0x5571735c8270 0.000168
+gallium_dri.so free 0x5571735c83c0 void 0.000132
+gallium_dri.so free 0x5571735c8270 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8370 0.000117
+gallium_dri.so free 0x5571735c8480 void 0.000122
+gallium_dri.so free 0x5571735c8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8430 0.000113
+gallium_dri.so free 0x5571735c84c0 void 0.000113
+gallium_dri.so free 0x5571735c8430 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8430 0.000116
+gallium_dri.so free 0x5571735c8580 void 0.000116
+gallium_dri.so free 0x5571735c8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85c0 0.000118
+gallium_dri.so free 0x5571735c8640 void 0.000238
+gallium_dri.so free 0x5571735c85c0 void 0.000272
+gallium_dri.so malloc 72 0x5571735c8640 0.000118
+gallium_dri.so free 0x5571735c8700 void 0.000114
+gallium_dri.so free 0x5571735c8640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8640 0.000112
+gallium_dri.so free 0x5571735c87c0 void 0.000115
+gallium_dri.so free 0x5571735c8640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c87e0 0.000114
+gallium_dri.so free 0x5571735c8880 void 0.000113
+gallium_dri.so free 0x5571735c87e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8830 0.000119
+gallium_dri.so free 0x5571735c8900 void 0.000122
+gallium_dri.so free 0x5571735c8830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8830 0.000119
+gallium_dri.so free 0x5571735c8980 void 0.000118
+gallium_dri.so free 0x5571735c8830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8a40 void 0.000120
+gallium_dri.so free 0x5571735c8980 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8b00 void 0.000118
+gallium_dri.so free 0x5571735c8980 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8bc0 void 0.000137
+gallium_dri.so free 0x5571735c8980 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8b70 0.000120
+gallium_dri.so free 0x5571735c8c80 void 0.000120
+gallium_dri.so free 0x5571735c8b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8c30 0.000118
+gallium_dri.so free 0x5571735c8d00 void 0.000120
+gallium_dri.so free 0x5571735c8c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8d50 0.000120
+gallium_dri.so free 0x5571735c8dc0 void 0.000120
+gallium_dri.so free 0x5571735c8d50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8de0 0.000119
+gallium_dri.so free 0x5571735c8e80 void 0.000120
+gallium_dri.so free 0x5571735c8de0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8e30 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735c8e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e30 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so free 0x5571735c8e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735da940 0.000121
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735daab0 0.000227
+gallium_dri.so free 0x5571735dab40 void 0.000123
+gallium_dri.so free 0x5571735daab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daab0 0.000123
+gallium_dri.so free 0x5571735dac00 void 0.000130
+gallium_dri.so free 0x5571735daab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dac40 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dac40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dacc0 0.000124
+gallium_dri.so free 0x5571735dad80 void 0.000122
+gallium_dri.so free 0x5571735dacc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dacc0 0.000126
+gallium_dri.so free 0x5571735dae00 void 0.000167
+gallium_dri.so free 0x5571735dacc0 void 0.000182
+gallium_dri.so malloc 72 0x5571735dae30 0.000125
+gallium_dri.so free 0x5571735dae80 void 0.000122
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dae30 0.000120
+gallium_dri.so free 0x5571735daf80 void 0.000120
+gallium_dri.so free 0x5571735dae30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dafc0 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so free 0x5571735dafc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db040 0.000138
+gallium_dri.so free 0x5571735db100 void 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000119
+gallium_dri.so malloc 72 0x5571735db040 0.000126
+gallium_dri.so free 0x5571735db180 void 0.000116
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1b0 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2b0 0.000116
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000126
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db570 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000114
+gallium_dri.so malloc 72 0x5571735db690 0.000121
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db690 void 0.000113
+gallium_dri.so malloc 72 0x5571735db720 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so free 0x5571735db720 void 0.000113
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db770 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000112
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000112
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000119
+gallium_dri.so free 0x5571735dbc40 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc90 0.000130
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd40 0.000114
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd40 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000115
+gallium_dri.so free 0x5571735dbe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe70 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000114
+gallium_dri.so free 0x5571735dbe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbf70 0.000113
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so free 0x5571735dbf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dc030 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000124
+gallium_dri.so free 0x5571735dc180 void 0.000124
+gallium_dri.so free 0x5571735dc030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000128
+gallium_dri.so free 0x5571735dc340 void 0.000253
+gallium_dri.so free 0x5571735dc1f0 void 0.000201
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000164
+gallium_dri.so free 0x5571735dc400 void 0.000190
+gallium_dri.so free 0x5571735dc2f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000114
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so free 0x5571735dc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000111
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so free 0x5571735dc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc540 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc540 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc760 0.000116
+gallium_dri.so free 0x5571735dc800 void 0.000113
+gallium_dri.so free 0x5571735dc760 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000117
+gallium_dri.so free 0x5571735dc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc900 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc900 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000123
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc900 0.000124
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so free 0x5571735dc900 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000126
+gallium_dri.so free 0x5571735dcc00 void 0.000120
+gallium_dri.so free 0x5571735dcaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcc80 void 0.000119
+gallium_dri.so free 0x5571735dcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dccd0 0.000118
+gallium_dri.so free 0x5571735dcd40 void 0.000133
+gallium_dri.so free 0x5571735dccd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd60 0.000118
+gallium_dri.so free 0x5571735dce00 void 0.000118
+gallium_dri.so free 0x5571735dcd60 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000117
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735dcdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000117
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so free 0x5571735dcdb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcf00 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf00 0.000124
+gallium_dri.so free 0x5571735dd0c0 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd070 0.000117
+gallium_dri.so free 0x5571735dd100 void 0.000117
+gallium_dri.so free 0x5571735dd070 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd070 0.000119
+gallium_dri.so free 0x5571735dd1c0 void 0.000118
+gallium_dri.so free 0x5571735dd070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd200 0.000117
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd280 0.000118
+gallium_dri.so free 0x5571735dd340 void 0.000117
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd280 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000132
+gallium_dri.so free 0x5571735dd280 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000118
+gallium_dri.so free 0x5571735dd3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd540 void 0.000118
+gallium_dri.so free 0x5571735dd3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd580 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd600 0.000117
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd600 0.000117
+gallium_dri.so free 0x5571735dd740 void 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd770 0.000118
+gallium_dri.so free 0x5571735dd7c0 void 0.000118
+gallium_dri.so free 0x5571735dd770 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd770 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd770 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd870 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735dda00 void 0.000187
+gallium_dri.so free 0x5571735dd930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dd930 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb30 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so free 0x5571735ddb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc50 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddc50 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddce0 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd30 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf40 0.000134
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf40 0.000116
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000116
+gallium_dri.so free 0x5571735de200 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000117
+gallium_dri.so malloc 72 0x5571735de250 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000117
+gallium_dri.so free 0x5571735de250 void 0.000118
+gallium_dri.so malloc 72 0x5571735de300 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000117
+gallium_dri.so free 0x5571735de300 void 0.000116
+gallium_dri.so malloc 72 0x5571735de300 0.000117
+gallium_dri.so free 0x5571735de400 void 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000117
+gallium_dri.so malloc 72 0x5571735de430 0.000119
+gallium_dri.so free 0x5571735de480 void 0.000117
+gallium_dri.so free 0x5571735de430 void 0.000117
+gallium_dri.so malloc 72 0x5571735de430 0.000118
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so free 0x5571735de430 void 0.000125
+gallium_dri.so malloc 72 0x5571735de530 0.000134
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de5f0 0.000117
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7b0 0.000119
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8b0 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000117
+gallium_dri.so free 0x5571735de8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de970 0.000118
+gallium_dri.so free 0x5571735dea00 void 0.000118
+gallium_dri.so free 0x5571735de970 void 0.000117
+gallium_dri.so malloc 72 0x5571735de970 0.000119
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so free 0x5571735de970 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb00 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000166
+gallium_dri.so malloc 72 0x5571735deb80 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735deb80 0.000120
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded20 0.000119
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735ded20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735dee40 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735deec0 0.000125
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deec0 0.000120
+gallium_dri.so free 0x5571735df040 void 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deec0 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0b0 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000126
+gallium_dri.so free 0x5571735df0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df170 0.000119
+gallium_dri.so free 0x5571735df240 void 0.000118
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df290 0.000116
+gallium_dri.so free 0x5571735df300 void 0.000117
+gallium_dri.so free 0x5571735df290 void 0.000117
+gallium_dri.so malloc 72 0x5571735df320 0.000116
+gallium_dri.so free 0x5571735df3c0 void 0.000117
+gallium_dri.so free 0x5571735df320 void 0.000118
+gallium_dri.so malloc 72 0x5571735df370 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000117
+gallium_dri.so free 0x5571735df370 void 0.000117
+gallium_dri.so malloc 72 0x5571735df370 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735df370 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4c0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4c0 0.000117
+gallium_dri.so free 0x5571735df680 void 0.000118
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df630 0.000117
+gallium_dri.so free 0x5571735df6c0 void 0.000117
+gallium_dri.so free 0x5571735df630 void 0.000118
+gallium_dri.so malloc 72 0x5571735df630 0.000123
+gallium_dri.so free 0x5571735df780 void 0.000119
+gallium_dri.so free 0x5571735df630 void 0.000120
+gallium_dri.so malloc 72 0x5571735df7c0 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df840 0.000119
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so malloc 72 0x5571735df840 0.000119
+gallium_dri.so free 0x5571735df980 void 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so malloc 72 0x5571735df9b0 0.000120
+gallium_dri.so free 0x5571735dfa00 void 0.000119
+gallium_dri.so free 0x5571735df9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df9b0 0.000119
+gallium_dri.so free 0x5571735dfb00 void 0.000119
+gallium_dri.so free 0x5571735df9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfb40 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000119
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so free 0x5571735dfbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000119
+gallium_dri.so free 0x5571735dfd00 void 0.000118
+gallium_dri.so free 0x5571735dfbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd30 0.000127
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000117
+gallium_dri.so free 0x5571735dfd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfe30 0.000123
+gallium_dri.so free 0x5571735dff40 void 0.000117
+gallium_dri.so free 0x5571735dfe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfef0 0.000117
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so free 0x5571735dfef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfef0 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfef0 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00f0 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so free 0x5571735e00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0210 0.000117
+gallium_dri.so free 0x5571735e0280 void 0.000117
+gallium_dri.so free 0x5571735e0210 void 0.000116
+gallium_dri.so malloc 72 0x5571735e02a0 0.000117
+gallium_dri.so free 0x5571735e0340 void 0.000117
+gallium_dri.so free 0x5571735e02a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e02f0 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e05c0 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000117
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000117
+gallium_dri.so free 0x5571735e06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0810 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0810 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08c0 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so free 0x5571735e08c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735e08c0 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so free 0x5571735e08c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e09f0 0.000119
+gallium_dri.so free 0x5571735e0a40 void 0.000119
+gallium_dri.so free 0x5571735e09f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09f0 0.000118
+gallium_dri.so free 0x5571735e0b40 void 0.000118
+gallium_dri.so free 0x5571735e09f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0af0 0.000118
+gallium_dri.so free 0x5571735e0c00 void 0.000119
+gallium_dri.so free 0x5571735e0af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so free 0x5571735e0bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000120
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000124
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0e70 0.000119
+gallium_dri.so free 0x5571735e0f80 void 0.000126
+gallium_dri.so free 0x5571735e0e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f30 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000116
+gallium_dri.so free 0x5571735e0f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e10c0 0.000116
+gallium_dri.so free 0x5571735e1140 void 0.000116
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1140 0.000117
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e12e0 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000117
+gallium_dri.so free 0x5571735e12e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735e1400 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1330 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1480 0.000125
+gallium_dri.so free 0x5571735e1540 void 0.000109
+gallium_dri.so free 0x5571735e1480 void 0.000234
+gallium_dri.so malloc 72 0x5571735e1480 0.000181
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1480 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1670 0.000122
+gallium_dri.so free 0x5571735e1780 void 0.000118
+gallium_dri.so free 0x5571735e1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e1730 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1850 0.000124
+gallium_dri.so free 0x5571735e18c0 void 0.000124
+gallium_dri.so free 0x5571735e1850 void 0.000121
+gallium_dri.so malloc 72 0x5571735e18e0 0.000118
+gallium_dri.so free 0x5571735e1980 void 0.000118
+gallium_dri.so free 0x5571735e18e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1930 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735e1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1930 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000129
+gallium_dri.so free 0x5571735e1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a80 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so free 0x5571735e1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1d40 void 0.000119
+gallium_dri.so free 0x5571735e1bf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1d80 0.000129
+gallium_dri.so free 0x5571735e1e00 void 0.000156
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e00 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000117
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000117
+gallium_dri.so free 0x5571735e1fc0 void 0.000117
+gallium_dri.so free 0x5571735e1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000127
+gallium_dri.so free 0x5571735e20c0 void 0.000112
+gallium_dri.so free 0x5571735e1f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2100 0.000110
+gallium_dri.so free 0x5571735e2180 void 0.000109
+gallium_dri.so free 0x5571735e2100 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2180 0.000121
+gallium_dri.so free 0x5571735e2240 void 0.000112
+gallium_dri.so free 0x5571735e2180 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2180 0.000110
+gallium_dri.so free 0x5571735e22c0 void 0.000111
+gallium_dri.so free 0x5571735e2180 void 0.000111
+gallium_dri.so malloc 72 0x5571735e22f0 0.000110
+gallium_dri.so free 0x5571735e2340 void 0.000166
+gallium_dri.so free 0x5571735e22f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22f0 0.000111
+gallium_dri.so free 0x5571735e2440 void 0.000110
+gallium_dri.so free 0x5571735e22f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e23f0 0.000110
+gallium_dri.so free 0x5571735e2500 void 0.000110
+gallium_dri.so free 0x5571735e23f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e24b0 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000122
+gallium_dri.so free 0x5571735e24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e24b0 0.000112
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e24b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e24b0 0.000166
+gallium_dri.so free 0x5571735e2700 void 0.000126
+gallium_dri.so free 0x5571735e24b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e26b0 0.000126
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so free 0x5571735e26b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e27d0 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000125
+gallium_dri.so free 0x5571735e27d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2860 0.000125
+gallium_dri.so free 0x5571735e2900 void 0.000125
+gallium_dri.so free 0x5571735e2860 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000124
+gallium_dri.so free 0x5571735e2980 void 0.000124
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2980 0.000124
+gallium_dri.so free 0x5571735e2a40 void 0.000124
+gallium_dri.so free 0x5571735e2980 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2980 0.000125
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000159
+gallium_dri.so free 0x5571735e2ac0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000154
+gallium_dri.so free 0x5571735e2c40 void 0.000153
+gallium_dri.so free 0x5571735e2ac0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000153
+gallium_dri.so free 0x5571735e2d00 void 0.000153
+gallium_dri.so free 0x5571735e2ac0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000147
+gallium_dri.so free 0x5571735e2d80 void 0.000150
+gallium_dri.so free 0x5571735e2cb0 void 0.000148
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000150
+gallium_dri.so free 0x5571735e2e40 void 0.000153
+gallium_dri.so free 0x5571735e2dd0 void 0.000203
+gallium_dri.so malloc 72 0x5571735e2e80 0.000154
+gallium_dri.so free 0x5571735e2f00 void 0.000154
+gallium_dri.so free 0x5571735e2e80 void 0.000153
+gallium_dri.so malloc 72 0x5571735e2e80 0.000271
+gallium_dri.so free 0x5571735e2f80 void 0.000278
+gallium_dri.so free 0x5571735e2e80 void 0.000165
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000129
+gallium_dri.so free 0x5571735e3000 void 0.000160
+gallium_dri.so free 0x5571735e2fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000128
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so free 0x5571735e2fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e30b0 0.000128
+gallium_dri.so free 0x5571735e31c0 void 0.000131
+gallium_dri.so free 0x5571735e30b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3170 0.000132
+gallium_dri.so free 0x5571735e3200 void 0.000182
+gallium_dri.so free 0x5571735e3170 void 0.000220
+gallium_dri.so malloc 72 0x5571735e3170 0.000129
+gallium_dri.so free 0x5571735e32c0 void 0.000125
+gallium_dri.so free 0x5571735e3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3330 0.000137
+gallium_dri.so free 0x5571735e3380 void 0.000131
+gallium_dri.so free 0x5571735e3330 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3330 0.000130
+gallium_dri.so free 0x5571735e3480 void 0.000138
+gallium_dri.so free 0x5571735e3330 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3430 0.000131
+gallium_dri.so free 0x5571735e3540 void 0.000133
+gallium_dri.so free 0x5571735e3430 void 0.000127
+gallium_dri.so malloc 72 0x5571735e34f0 0.000127
+gallium_dri.so free 0x5571735e3580 void 0.000129
+gallium_dri.so free 0x5571735e34f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e34f0 0.000124
+gallium_dri.so free 0x5571735e3640 void 0.000126
+gallium_dri.so free 0x5571735e34f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3680 0.000125
+gallium_dri.so free 0x5571735e3700 void 0.000122
+gallium_dri.so free 0x5571735e3680 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3700 0.000124
+gallium_dri.so free 0x5571735e37c0 void 0.000123
+gallium_dri.so free 0x5571735e3700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3700 0.000166
+gallium_dri.so free 0x5571735e3880 void 0.000130
+gallium_dri.so free 0x5571735e3700 void 0.000125
+gallium_dri.so malloc 72 0x5571735e38a0 0.000120
+gallium_dri.so free 0x5571735e3940 void 0.000126
+gallium_dri.so free 0x5571735e38a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e38f0 0.000120
+gallium_dri.so free 0x5571735e39c0 void 0.000121
+gallium_dri.so free 0x5571735e38f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e38f0 0.000125
+gallium_dri.so free 0x5571735e3a40 void 0.000122
+gallium_dri.so free 0x5571735e38f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e3a40 0.000165
+gallium_dri.so free 0x5571735e3b00 void 0.000164
+gallium_dri.so free 0x5571735e3a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3a40 0.000129
+gallium_dri.so free 0x5571735e3bc0 void 0.000131
+gallium_dri.so free 0x5571735e3a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3a40 0.000129
+gallium_dri.so free 0x5571735e3c80 void 0.000130
+gallium_dri.so free 0x5571735e3a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3c30 0.000130
+gallium_dri.so free 0x5571735e3d40 void 0.000130
+gallium_dri.so free 0x5571735e3c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000128
+gallium_dri.so free 0x5571735e3dc0 void 0.000124
+gallium_dri.so free 0x5571735e3cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3e10 0.000120
+gallium_dri.so free 0x5571735e3e80 void 0.000125
+gallium_dri.so free 0x5571735e3e10 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3ea0 0.000131
+gallium_dri.so free 0x5571735e3f40 void 0.000129
+gallium_dri.so free 0x5571735e3ea0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000218
+gallium_dri.so free 0x5571735e3fc0 void 0.000131
+gallium_dri.so free 0x5571735e3ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000119
+gallium_dri.so free 0x5571735e4040 void 0.000121
+gallium_dri.so free 0x5571735e3ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4040 0.000130
+gallium_dri.so free 0x5571735e4100 void 0.000124
+gallium_dri.so free 0x5571735e4040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4040 0.000164
+gallium_dri.so free 0x5571735e4200 void 0.000125
+gallium_dri.so free 0x5571735e4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e41b0 0.000120
+gallium_dri.so free 0x5571735e4240 void 0.000121
+gallium_dri.so free 0x5571735e41b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e41b0 0.000129
+gallium_dri.so free 0x5571735e4300 void 0.000130
+gallium_dri.so free 0x5571735e41b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4340 0.000129
+gallium_dri.so free 0x5571735e43c0 void 0.000130
+gallium_dri.so free 0x5571735e4340 void 0.000126
+gallium_dri.so malloc 72 0x5571735e43c0 0.000125
+gallium_dri.so free 0x5571735e4480 void 0.000130
+gallium_dri.so free 0x5571735e43c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e43c0 0.000120
+gallium_dri.so free 0x5571735e4500 void 0.000126
+gallium_dri.so free 0x5571735e43c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4530 0.000129
+gallium_dri.so free 0x5571735e4580 void 0.000125
+gallium_dri.so free 0x5571735e4530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4530 0.000169
+gallium_dri.so free 0x5571735e4680 void 0.000169
+gallium_dri.so free 0x5571735e4530 void 0.000165
+gallium_dri.so malloc 72 0x5571735e46c0 0.000165
+gallium_dri.so free 0x5571735e4740 void 0.000130
+gallium_dri.so free 0x5571735e46c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735e4740 0.000132
+gallium_dri.so free 0x5571735e4800 void 0.000130
+gallium_dri.so free 0x5571735e4740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4740 0.000129
+gallium_dri.so free 0x5571735e4880 void 0.000130
+gallium_dri.so free 0x5571735e4740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e48b0 0.000124
+gallium_dri.so free 0x5571735e4900 void 0.000127
+gallium_dri.so free 0x5571735e48b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e48b0 0.000131
+gallium_dri.so free 0x5571735e4a00 void 0.000131
+gallium_dri.so free 0x5571735e48b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e49b0 0.000130
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so free 0x5571735e49b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4a70 0.000130
+gallium_dri.so free 0x5571735e4b40 void 0.000129
+gallium_dri.so free 0x5571735e4a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4a70 0.000124
+gallium_dri.so free 0x5571735e4c00 void 0.000126
+gallium_dri.so free 0x5571735e4a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4a70 0.000130
+gallium_dri.so free 0x5571735e4cc0 void 0.000128
+gallium_dri.so free 0x5571735e4a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4c70 0.000129
+gallium_dri.so free 0x5571735e4d40 void 0.000125
+gallium_dri.so free 0x5571735e4c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4d90 0.000125
+gallium_dri.so free 0x5571735e4e00 void 0.000125
+gallium_dri.so free 0x5571735e4d90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e20 0.000118
+gallium_dri.so free 0x5571735e4ec0 void 0.000118
+gallium_dri.so free 0x5571735e4e20 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4e70 0.000124
+gallium_dri.so free 0x5571735e4f40 void 0.000121
+gallium_dri.so free 0x5571735e4e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4f40 0.000320
+gallium_dri.so free 0x5571735e5000 void 0.000332
+gallium_dri.so free 0x5571735e4f40 void 0.000339
+gallium_dri.so malloc 72 0x5571735e4f40 0.000236
+gallium_dri.so free 0x5571735e5080 void 0.000275
+gallium_dri.so free 0x5571735e4f40 void 0.000269
+gallium_dri.so malloc 72 0x5571735e5080 0.000235
+gallium_dri.so free 0x5571735e5140 void 0.000285
+gallium_dri.so free 0x5571735e5080 void 0.000277
+gallium_dri.so malloc 72 0x5571735e5080 0.000284
+gallium_dri.so free 0x5571735e5200 void 0.000239
+gallium_dri.so free 0x5571735e5080 void 0.000281
+gallium_dri.so malloc 72 0x5571735e5080 0.000301
+gallium_dri.so free 0x5571735e52c0 void 0.000284
+gallium_dri.so free 0x5571735e5080 void 0.000283
+gallium_dri.so malloc 72 0x5571735e5270 0.000281
+gallium_dri.so free 0x5571735e5340 void 0.000284
+gallium_dri.so free 0x5571735e5270 void 0.000288
+gallium_dri.so malloc 72 0x5571735e5390 0.000257
+gallium_dri.so free 0x5571735e5400 void 0.000277
+gallium_dri.so free 0x5571735e5390 void 0.000266
+gallium_dri.so malloc 72 0x5571735e5440 0.000269
+gallium_dri.so free 0x5571735e54c0 void 0.000246
+gallium_dri.so free 0x5571735e5440 void 0.000269
+gallium_dri.so malloc 72 0x5571735e5440 0.000224
+gallium_dri.so free 0x5571735e5540 void 0.000264
+gallium_dri.so free 0x5571735e5440 void 0.000267
+gallium_dri.so malloc 72 0x5571735e5570 0.000305
+gallium_dri.so free 0x5571735e55c0 void 0.000282
+gallium_dri.so free 0x5571735e5570 void 0.000267
+gallium_dri.so malloc 72 0x5571735e5570 0.000263
+gallium_dri.so free 0x5571735e56c0 void 0.000267
+gallium_dri.so free 0x5571735e5570 void 0.000242
+gallium_dri.so malloc 72 0x5571735e5670 0.000214
+gallium_dri.so free 0x5571735e5780 void 0.000267
+gallium_dri.so free 0x5571735e5670 void 0.000267
+gallium_dri.so malloc 72 0x5571735e5730 0.000255
+gallium_dri.so free 0x5571735e57c0 void 0.000270
+gallium_dri.so free 0x5571735e5730 void 0.000264
+gallium_dri.so malloc 72 0x5571735e5730 0.000247
+gallium_dri.so free 0x5571735e5880 void 0.000289
+gallium_dri.so free 0x5571735e5730 void 0.000274
+gallium_dri.so malloc 72 0x5571735e58f0 0.000284
+gallium_dri.so free 0x5571735e5940 void 0.000281
+gallium_dri.so free 0x5571735e58f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735e58f0 0.000272
+gallium_dri.so free 0x5571735e5a40 void 0.000249
+gallium_dri.so free 0x5571735e58f0 void 0.000237
+gallium_dri.so malloc 72 0x5571735e59f0 0.000244
+gallium_dri.so free 0x5571735e5b00 void 0.000228
+gallium_dri.so free 0x5571735e59f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000217
+gallium_dri.so free 0x5571735e5b40 void 0.000186
+gallium_dri.so free 0x5571735e5ab0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000191
+gallium_dri.so free 0x5571735e5c00 void 0.000227
+gallium_dri.so free 0x5571735e5ab0 void 0.000232
+gallium_dri.so malloc 72 0x5571735e5c40 0.000228
+gallium_dri.so free 0x5571735e5cc0 void 0.000208
+gallium_dri.so free 0x5571735e5c40 void 0.000208
+gallium_dri.so malloc 72 0x5571735e5cc0 0.000190
+gallium_dri.so free 0x5571735e5d80 void 0.000189
+gallium_dri.so free 0x5571735e5cc0 void 0.000231
+gallium_dri.so malloc 72 0x5571735e5cc0 0.000269
+gallium_dri.so free 0x5571735e5e40 void 0.000283
+gallium_dri.so free 0x5571735e5cc0 void 0.000285
+gallium_dri.so malloc 72 0x5571735e5e60 0.000279
+gallium_dri.so free 0x5571735e5f00 void 0.000275
+gallium_dri.so free 0x5571735e5e60 void 0.000281
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000288
+gallium_dri.so free 0x5571735e5f80 void 0.000284
+gallium_dri.so free 0x5571735e5eb0 void 0.000271
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000284
+gallium_dri.so free 0x5571735e6000 void 0.000272
+gallium_dri.so free 0x5571735e5eb0 void 0.000276
+gallium_dri.so malloc 72 0x5571735e6000 0.000351
+gallium_dri.so free 0x5571735e60c0 void 0.000277
+gallium_dri.so free 0x5571735e6000 void 0.000286
+gallium_dri.so malloc 72 0x5571735e6000 0.000283
+gallium_dri.so free 0x5571735e6180 void 0.000271
+gallium_dri.so free 0x5571735e6000 void 0.000278
+gallium_dri.so malloc 72 0x5571735e6000 0.000276
+gallium_dri.so free 0x5571735e6240 void 0.000278
+gallium_dri.so free 0x5571735e6000 void 0.000281
+gallium_dri.so malloc 72 0x5571735e61f0 0.000283
+gallium_dri.so free 0x5571735e6300 void 0.000278
+gallium_dri.so free 0x5571735e61f0 void 0.000290
+gallium_dri.so malloc 72 0x5571735e62b0 0.000277
+gallium_dri.so free 0x5571735e6380 void 0.000234
+gallium_dri.so free 0x5571735e62b0 void 0.000232
+gallium_dri.so malloc 72 0x5571735e63d0 0.000231
+gallium_dri.so free 0x5571735e6440 void 0.000205
+gallium_dri.so free 0x5571735e63d0 void 0.000205
+gallium_dri.so malloc 72 0x5571735e6460 0.000185
+gallium_dri.so free 0x5571735e6500 void 0.000190
+gallium_dri.so free 0x5571735e6460 void 0.000229
+gallium_dri.so malloc 72 0x5571735e64b0 0.000233
+gallium_dri.so free 0x5571735e6580 void 0.000227
+gallium_dri.so free 0x5571735e64b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735e64b0 0.000232
+gallium_dri.so free 0x5571735e6600 void 0.000215
+gallium_dri.so free 0x5571735e64b0 void 0.000205
+gallium_dri.so malloc 72 0x5571735e6600 0.000177
+gallium_dri.so free 0x5571735e66c0 void 0.000253
+gallium_dri.so free 0x5571735e6600 void 0.000239
+gallium_dri.so malloc 72 0x5571735e6600 0.000234
+gallium_dri.so free 0x5571735e67c0 void 0.000210
+gallium_dri.so free 0x5571735e6600 void 0.000186
+gallium_dri.so malloc 72 0x5571735e6770 0.000227
+gallium_dri.so free 0x5571735e6800 void 0.000231
+gallium_dri.so free 0x5571735e6770 void 0.000209
+gallium_dri.so malloc 72 0x5571735e6770 0.000212
+gallium_dri.so free 0x5571735e68c0 void 0.000178
+gallium_dri.so free 0x5571735e6770 void 0.000191
+gallium_dri.so malloc 72 0x5571735e6900 0.000230
+gallium_dri.so free 0x5571735e6980 void 0.000233
+gallium_dri.so free 0x5571735e6900 void 0.000237
+gallium_dri.so malloc 72 0x5571735e6980 0.000207
+gallium_dri.so free 0x5571735e6a40 void 0.000306
+gallium_dri.so free 0x5571735e6980 void 0.000235
+gallium_dri.so malloc 72 0x5571735e6980 0.000329
+gallium_dri.so free 0x5571735e6ac0 void 0.000385
+gallium_dri.so free 0x5571735e6980 void 0.000302
+gallium_dri.so malloc 72 0x5571735e6af0 0.000279
+gallium_dri.so free 0x5571735e6b40 void 0.000287
+gallium_dri.so free 0x5571735e6af0 void 0.000295
+gallium_dri.so malloc 72 0x5571735e6af0 0.000288
+gallium_dri.so free 0x5571735e6c40 void 0.000299
+gallium_dri.so free 0x5571735e6af0 void 0.000290
+gallium_dri.so malloc 72 0x5571735e6c80 0.000278
+gallium_dri.so free 0x5571735e6d00 void 0.000285
+gallium_dri.so free 0x5571735e6c80 void 0.000285
+gallium_dri.so malloc 72 0x5571735e6d00 0.000268
+gallium_dri.so free 0x5571735e6dc0 void 0.000283
+gallium_dri.so free 0x5571735e6d00 void 0.000286
+gallium_dri.so malloc 72 0x5571735e6d00 0.000260
+gallium_dri.so free 0x5571735e6e40 void 0.000302
+gallium_dri.so free 0x5571735e6d00 void 0.000236
+gallium_dri.so malloc 72 0x5571735e6e70 0.000231
+gallium_dri.so free 0x5571735c8fc0 void 0.000209
+gallium_dri.so free 0x5571735e6e70 void 0.000214
+gallium_dri.so malloc 72 0x5571735c8f70 0.000192
+gallium_dri.so free 0x5571735c9040 void 0.000189
+gallium_dri.so free 0x5571735c8f70 void 0.000234
+gallium_dri.so malloc 72 0x5571735c9090 0.000249
+gallium_dri.so free 0x5571735c9100 void 0.000249
+gallium_dri.so free 0x5571735c9090 void 0.000205
+gallium_dri.so malloc 72 0x5571735c9160 0.000254
+gallium_dri.so free 0x5571735c9200 void 0.000249
+gallium_dri.so free 0x5571735c9160 void 0.000232
+gallium_dri.so malloc 72 0x5571735c91b0 0.000231
+gallium_dri.so free 0x5571735c9240 void 0.000196
+gallium_dri.so free 0x5571735c91b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735c91b0 0.000248
+gallium_dri.so free 0x5571735c9300 void 0.000249
+gallium_dri.so free 0x5571735c91b0 void 0.000253
+gallium_dri.so malloc 72 0x5571735c9340 0.000239
+gallium_dri.so free 0x5571735c93c0 void 0.000234
+gallium_dri.so free 0x5571735c9340 void 0.000228
+gallium_dri.so malloc 72 0x5571735c93c0 0.000248
+gallium_dri.so free 0x5571735c9480 void 0.000249
+gallium_dri.so free 0x5571735c93c0 void 0.000253
+gallium_dri.so malloc 72 0x5571735c93c0 0.000256
+gallium_dri.so free 0x5571735c9500 void 0.000230
+gallium_dri.so free 0x5571735c93c0 void 0.000249
+gallium_dri.so malloc 72 0x5571735c9530 0.000255
+gallium_dri.so free 0x5571735c9580 void 0.000201
+gallium_dri.so free 0x5571735c9530 void 0.000152
+gallium_dri.so malloc 72 0x5571735c9580 0.000153
+gallium_dri.so free 0x5571735c9640 void 0.000152
+gallium_dri.so free 0x5571735c9580 void 0.000150
+gallium_dri.so malloc 72 0x5571735c9580 0.000142
+gallium_dri.so free 0x5571735c9740 void 0.000141
+gallium_dri.so free 0x5571735c9580 void 0.000146
+gallium_dri.so malloc 72 0x5571735c96f0 0.000165
+gallium_dri.so free 0x5571735c9800 void 0.000355
+gallium_dri.so free 0x5571735c96f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c97b0 0.000129
+gallium_dri.so free 0x5571735c9840 void 0.000124
+gallium_dri.so free 0x5571735c97b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c97b0 0.000119
+gallium_dri.so free 0x5571735c9900 void 0.000120
+gallium_dri.so free 0x5571735c97b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9940 0.000118
+gallium_dri.so free 0x5571735c99c0 void 0.000121
+gallium_dri.so free 0x5571735c9940 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99c0 0.000120
+gallium_dri.so free 0x5571735c9a80 void 0.000120
+gallium_dri.so free 0x5571735c99c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99c0 0.000121
+gallium_dri.so free 0x5571735c9b00 void 0.000121
+gallium_dri.so free 0x5571735c99c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c99c0 0.000118
+gallium_dri.so free 0x5571735c9bc0 void 0.000120
+gallium_dri.so free 0x5571735c99c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c99c0 0.000118
+gallium_dri.so free 0x5571735c9c80 void 0.000121
+gallium_dri.so free 0x5571735c99c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9c30 0.000131
+gallium_dri.so free 0x5571735c9d00 void 0.000122
+gallium_dri.so free 0x5571735c9c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9d50 0.000119
+gallium_dri.so free 0x5571735c9dc0 void 0.000119
+gallium_dri.so free 0x5571735c9d50 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9de0 0.000118
+gallium_dri.so free 0x5571735c9e80 void 0.000120
+gallium_dri.so free 0x5571735c9de0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9e30 0.000119
+gallium_dri.so free 0x5571735c9f00 void 0.000120
+gallium_dri.so free 0x5571735c9e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9e30 0.000124
+gallium_dri.so free 0x5571735ca000 void 0.000152
+gallium_dri.so free 0x5571735c9e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000120
+gallium_dri.so free 0x5571735ca080 void 0.000119
+gallium_dri.so free 0x5571735c9fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000117
+gallium_dri.so free 0x5571735ca140 void 0.000118
+gallium_dri.so free 0x5571735ca0d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca160 0.000118
+gallium_dri.so free 0x5571735ca200 void 0.000118
+gallium_dri.so free 0x5571735ca160 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000119
+gallium_dri.so free 0x5571735ca280 void 0.000119
+gallium_dri.so free 0x5571735ca1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000119
+gallium_dri.so free 0x5571735ca1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca300 0.000122
+gallium_dri.so free 0x5571735ca3c0 void 0.000119
+gallium_dri.so free 0x5571735ca300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca300 0.000118
+gallium_dri.so free 0x5571735ca4c0 void 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca300 0.000120
+gallium_dri.so free 0x5571735ca540 void 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca570 0.000118
+gallium_dri.so free 0x5571735ca5c0 void 0.000119
+gallium_dri.so free 0x5571735ca570 void 0.000177
+gallium_dri.so malloc 72 0x5571735ca570 0.000114
+gallium_dri.so free 0x5571735ca6c0 void 0.000113
+gallium_dri.so free 0x5571735ca570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca670 0.000112
+gallium_dri.so free 0x5571735ca780 void 0.000114
+gallium_dri.so free 0x5571735ca670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca730 0.000111
+gallium_dri.so free 0x5571735ca7c0 void 0.000113
+gallium_dri.so free 0x5571735ca730 void 0.000111
+gallium_dri.so malloc 72 0x5571735ca730 0.000114
+gallium_dri.so free 0x5571735ca880 void 0.000134
+gallium_dri.so free 0x5571735ca730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca8d0 0.000115
+gallium_dri.so free 0x5571735ca940 void 0.000115
+gallium_dri.so free 0x5571735ca8d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca980 0.000114
+gallium_dri.so free 0x5571735caa00 void 0.000116
+gallium_dri.so free 0x5571735ca980 void 0.000115
+gallium_dri.so malloc 72 0x5571735caa00 0.000114
+gallium_dri.so free 0x5571735caac0 void 0.000115
+gallium_dri.so free 0x5571735caa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735caa00 0.000113
+gallium_dri.so free 0x5571735cab40 void 0.000115
+gallium_dri.so free 0x5571735caa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cab70 0.000114
+gallium_dri.so free 0x5571735cabc0 void 0.000115
+gallium_dri.so free 0x5571735cab70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cab70 0.000114
+gallium_dri.so free 0x5571735cacc0 void 0.000116
+gallium_dri.so free 0x5571735cab70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cac70 0.000114
+gallium_dri.so free 0x5571735cad80 void 0.000116
+gallium_dri.so free 0x5571735cac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cad30 0.000114
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735cad30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cae20 0.000114
+gallium_dri.so free 0x5571735caec0 void 0.000115
+gallium_dri.so free 0x5571735cae20 void 0.000116
+gallium_dri.so malloc 72 0x5571735cae70 0.000114
+gallium_dri.so free 0x5571735caf40 void 0.000114
+gallium_dri.so free 0x5571735cae70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cae70 0.000112
+gallium_dri.so free 0x5571735cafc0 void 0.000114
+gallium_dri.so free 0x5571735cae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafc0 0.000113
+gallium_dri.so free 0x5571735cb080 void 0.000112
+gallium_dri.so free 0x5571735cafc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cafc0 0.000112
+gallium_dri.so free 0x5571735cb140 void 0.000113
+gallium_dri.so free 0x5571735cafc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cafc0 0.000111
+gallium_dri.so free 0x5571735cb200 void 0.000114
+gallium_dri.so free 0x5571735cafc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000113
+gallium_dri.so free 0x5571735cb200 void 0.000114
+gallium_dri.so free 0x5571735cb1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000113
+gallium_dri.so free 0x5571735cb300 void 0.000115
+gallium_dri.so free 0x5571735cb1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb2b0 0.000113
+gallium_dri.so free 0x5571735cb3c0 void 0.000113
+gallium_dri.so free 0x5571735cb2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb370 0.000111
+gallium_dri.so free 0x5571735cb400 void 0.000114
+gallium_dri.so free 0x5571735cb370 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb370 0.000113
+gallium_dri.so free 0x5571735cb4c0 void 0.000115
+gallium_dri.so free 0x5571735cb370 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb500 0.000114
+gallium_dri.so free 0x5571735cb580 void 0.000115
+gallium_dri.so free 0x5571735cb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb580 0.000114
+gallium_dri.so free 0x5571735cb640 void 0.000114
+gallium_dri.so free 0x5571735cb580 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb580 0.000113
+gallium_dri.so free 0x5571735cb700 void 0.000116
+gallium_dri.so free 0x5571735cb580 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb720 0.000113
+gallium_dri.so free 0x5571735cb7c0 void 0.000144
+gallium_dri.so free 0x5571735cb720 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb770 0.000114
+gallium_dri.so free 0x5571735cb840 void 0.000115
+gallium_dri.so free 0x5571735cb770 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb770 0.000113
+gallium_dri.so free 0x5571735cb8c0 void 0.000115
+gallium_dri.so free 0x5571735cb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000112
+gallium_dri.so free 0x5571735cb980 void 0.000115
+gallium_dri.so free 0x5571735cb8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000113
+gallium_dri.so free 0x5571735cba40 void 0.000114
+gallium_dri.so free 0x5571735cb8c0 void 0.000185
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000115
+gallium_dri.so free 0x5571735cbb00 void 0.000116
+gallium_dri.so free 0x5571735cb8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbab0 0.000114
+gallium_dri.so free 0x5571735cbbc0 void 0.000116
+gallium_dri.so free 0x5571735cbab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbb70 0.000113
+gallium_dri.so free 0x5571735cbc40 void 0.000116
+gallium_dri.so free 0x5571735cbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbc90 0.000114
+gallium_dri.so free 0x5571735cbd00 void 0.000115
+gallium_dri.so free 0x5571735cbc90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd20 0.000115
+gallium_dri.so free 0x5571735cbdc0 void 0.000115
+gallium_dri.so free 0x5571735cbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbd70 0.000114
+gallium_dri.so free 0x5571735cbe40 void 0.000116
+gallium_dri.so free 0x5571735cbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd70 0.000114
+gallium_dri.so free 0x5571735cbec0 void 0.000115
+gallium_dri.so free 0x5571735cbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbec0 0.000114
+gallium_dri.so free 0x5571735cbf80 void 0.000115
+gallium_dri.so free 0x5571735cbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbec0 0.000115
+gallium_dri.so free 0x5571735cc080 void 0.000115
+gallium_dri.so free 0x5571735cbec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc030 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000112
+gallium_dri.so free 0x5571735cc030 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc030 0.000113
+gallium_dri.so free 0x5571735cc180 void 0.000114
+gallium_dri.so free 0x5571735cc030 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc1c0 0.000113
+gallium_dri.so free 0x5571735cc240 void 0.000114
+gallium_dri.so free 0x5571735cc1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc240 0.000112
+gallium_dri.so free 0x5571735cc300 void 0.000114
+gallium_dri.so free 0x5571735cc240 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc240 0.000113
+gallium_dri.so free 0x5571735cc380 void 0.000114
+gallium_dri.so free 0x5571735cc240 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000154
+gallium_dri.so free 0x5571735cc400 void 0.000118
+gallium_dri.so free 0x5571735cc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000114
+gallium_dri.so free 0x5571735cc500 void 0.000114
+gallium_dri.so free 0x5571735cc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc540 0.000112
+gallium_dri.so free 0x5571735cc5c0 void 0.000115
+gallium_dri.so free 0x5571735cc540 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc5c0 0.000113
+gallium_dri.so free 0x5571735cc680 void 0.000115
+gallium_dri.so free 0x5571735cc5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc5c0 0.000114
+gallium_dri.so free 0x5571735cc700 void 0.000115
+gallium_dri.so free 0x5571735cc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc730 0.000112
+gallium_dri.so free 0x5571735cc780 void 0.000114
+gallium_dri.so free 0x5571735cc730 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc730 0.000114
+gallium_dri.so free 0x5571735cc880 void 0.000115
+gallium_dri.so free 0x5571735cc730 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc830 0.000114
+gallium_dri.so free 0x5571735cc940 void 0.000115
+gallium_dri.so free 0x5571735cc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000115
+gallium_dri.so free 0x5571735cc9c0 void 0.000115
+gallium_dri.so free 0x5571735cc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000113
+gallium_dri.so free 0x5571735cca80 void 0.000116
+gallium_dri.so free 0x5571735cc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000113
+gallium_dri.so free 0x5571735ccb40 void 0.000114
+gallium_dri.so free 0x5571735cc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccaf0 0.000113
+gallium_dri.so free 0x5571735ccbc0 void 0.000115
+gallium_dri.so free 0x5571735ccaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc10 0.000114
+gallium_dri.so free 0x5571735ccc80 void 0.000114
+gallium_dri.so free 0x5571735ccc10 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccca0 0.000119
+gallium_dri.so free 0x5571735ccd40 void 0.000115
+gallium_dri.so free 0x5571735ccca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cccf0 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000115
+gallium_dri.so free 0x5571735cccf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000115
+gallium_dri.so free 0x5571735cce80 void 0.000116
+gallium_dri.so free 0x5571735ccdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000114
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccf00 0.000113
+gallium_dri.so free 0x5571735ccfc0 void 0.000115
+gallium_dri.so free 0x5571735ccf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccf00 0.000130
+gallium_dri.so free 0x5571735cd080 void 0.000117
+gallium_dri.so free 0x5571735ccf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccf00 0.000116
+gallium_dri.so free 0x5571735cd140 void 0.000118
+gallium_dri.so free 0x5571735ccf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000117
+gallium_dri.so free 0x5571735cd1c0 void 0.000115
+gallium_dri.so free 0x5571735cd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd210 0.000114
+gallium_dri.so free 0x5571735cd280 void 0.000116
+gallium_dri.so free 0x5571735cd210 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000116
+gallium_dri.so free 0x5571735cd340 void 0.000114
+gallium_dri.so free 0x5571735cd2c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000114
+gallium_dri.so free 0x5571735cd3c0 void 0.000113
+gallium_dri.so free 0x5571735cd2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd3f0 0.000112
+gallium_dri.so free 0x5571735cd440 void 0.000114
+gallium_dri.so free 0x5571735cd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd3f0 0.000112
+gallium_dri.so free 0x5571735cd540 void 0.000114
+gallium_dri.so free 0x5571735cd3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd4f0 0.000112
+gallium_dri.so free 0x5571735cd600 void 0.000114
+gallium_dri.so free 0x5571735cd4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000112
+gallium_dri.so free 0x5571735cd640 void 0.000113
+gallium_dri.so free 0x5571735cd5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000113
+gallium_dri.so free 0x5571735cd700 void 0.000114
+gallium_dri.so free 0x5571735cd5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd770 0.000113
+gallium_dri.so free 0x5571735cd7c0 void 0.000114
+gallium_dri.so free 0x5571735cd770 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd770 0.000111
+gallium_dri.so free 0x5571735cd8c0 void 0.000114
+gallium_dri.so free 0x5571735cd770 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd870 0.000116
+gallium_dri.so free 0x5571735cd980 void 0.000116
+gallium_dri.so free 0x5571735cd870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd930 0.000114
+gallium_dri.so free 0x5571735cd9c0 void 0.000115
+gallium_dri.so free 0x5571735cd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd930 0.000112
+gallium_dri.so free 0x5571735cda80 void 0.000114
+gallium_dri.so free 0x5571735cd930 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdac0 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000114
+gallium_dri.so free 0x5571735cdac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdb40 0.000112
+gallium_dri.so free 0x5571735cdc00 void 0.000114
+gallium_dri.so free 0x5571735cdb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdb40 0.000115
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so free 0x5571735cdb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdce0 0.000113
+gallium_dri.so free 0x5571735cdd80 void 0.000115
+gallium_dri.so free 0x5571735cdce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd30 0.000113
+gallium_dri.so free 0x5571735cde00 void 0.000115
+gallium_dri.so free 0x5571735cdd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd30 0.000113
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so free 0x5571735cdd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cde80 0.000163
+gallium_dri.so free 0x5571735cdf40 void 0.000115
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde80 0.000115
+gallium_dri.so free 0x5571735ce000 void 0.000116
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde80 0.000113
+gallium_dri.so free 0x5571735ce0c0 void 0.000116
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce070 0.000113
+gallium_dri.so free 0x5571735ce180 void 0.000116
+gallium_dri.so free 0x5571735ce070 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce130 0.000114
+gallium_dri.so free 0x5571735ce200 void 0.000115
+gallium_dri.so free 0x5571735ce130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce250 0.000114
+gallium_dri.so free 0x5571735ce2c0 void 0.000155
+gallium_dri.so free 0x5571735ce250 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce2e0 0.000114
+gallium_dri.so free 0x5571735ce380 void 0.000116
+gallium_dri.so free 0x5571735ce2e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce330 0.000115
+gallium_dri.so free 0x5571735ce400 void 0.000116
+gallium_dri.so free 0x5571735ce330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce330 0.000116
+gallium_dri.so free 0x5571735ce480 void 0.000116
+gallium_dri.so free 0x5571735ce330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce480 0.000120
+gallium_dri.so free 0x5571735ce540 void 0.000114
+gallium_dri.so free 0x5571735ce480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce480 0.000113
+gallium_dri.so free 0x5571735ce640 void 0.000114
+gallium_dri.so free 0x5571735ce480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so free 0x5571735ce5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000113
+gallium_dri.so free 0x5571735ce740 void 0.000113
+gallium_dri.so free 0x5571735ce5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce780 0.000113
+gallium_dri.so free 0x5571735ce800 void 0.000114
+gallium_dri.so free 0x5571735ce780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce800 0.000112
+gallium_dri.so free 0x5571735ce8c0 void 0.000113
+gallium_dri.so free 0x5571735ce800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce800 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000115
+gallium_dri.so free 0x5571735ce800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce970 0.000113
+gallium_dri.so free 0x5571735ce9c0 void 0.000114
+gallium_dri.so free 0x5571735ce970 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce970 0.000113
+gallium_dri.so free 0x5571735ceac0 void 0.000113
+gallium_dri.so free 0x5571735ce970 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceb00 0.000131
+gallium_dri.so free 0x5571735ceb80 void 0.000117
+gallium_dri.so free 0x5571735ceb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceb80 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000115
+gallium_dri.so free 0x5571735ceb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceb80 0.000113
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735ceb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cecf0 0.000113
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so free 0x5571735cecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cecf0 0.000113
+gallium_dri.so free 0x5571735cee40 void 0.000114
+gallium_dri.so free 0x5571735cecf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cedf0 0.000115
+gallium_dri.so free 0x5571735cef00 void 0.000115
+gallium_dri.so free 0x5571735cedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000114
+gallium_dri.so free 0x5571735cef80 void 0.000113
+gallium_dri.so free 0x5571735ceeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000114
+gallium_dri.so free 0x5571735cf040 void 0.000114
+gallium_dri.so free 0x5571735ceeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000113
+gallium_dri.so free 0x5571735cf100 void 0.000114
+gallium_dri.so free 0x5571735ceeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf0b0 0.000113
+gallium_dri.so free 0x5571735cf180 void 0.000123
+gallium_dri.so free 0x5571735cf0b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735cf1d0 0.000117
+gallium_dri.so free 0x5571735cf240 void 0.000116
+gallium_dri.so free 0x5571735cf1d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf260 0.000113
+gallium_dri.so free 0x5571735cf300 void 0.000116
+gallium_dri.so free 0x5571735cf260 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf2b0 0.000114
+gallium_dri.so free 0x5571735cf380 void 0.000116
+gallium_dri.so free 0x5571735cf2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf380 0.000115
+gallium_dri.so free 0x5571735cf440 void 0.000115
+gallium_dri.so free 0x5571735cf380 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf380 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000115
+gallium_dri.so free 0x5571735cf380 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000114
+gallium_dri.so free 0x5571735cf580 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000115
+gallium_dri.so free 0x5571735cf640 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000114
+gallium_dri.so free 0x5571735cf700 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000120
+gallium_dri.so free 0x5571735cf780 void 0.000117
+gallium_dri.so free 0x5571735cf6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf7d0 0.000115
+gallium_dri.so free 0x5571735cf840 void 0.000114
+gallium_dri.so free 0x5571735cf7d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf880 0.000113
+gallium_dri.so free 0x5571735cf900 void 0.000113
+gallium_dri.so free 0x5571735cf880 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf880 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000113
+gallium_dri.so free 0x5571735cf880 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735cf9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000116
+gallium_dri.so free 0x5571735cfb00 void 0.000114
+gallium_dri.so free 0x5571735cf9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfbc0 void 0.000113
+gallium_dri.so free 0x5571735cfab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfb70 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000113
+gallium_dri.so free 0x5571735cfb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb70 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so free 0x5571735cfb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd30 0.000114
+gallium_dri.so free 0x5571735cfd80 void 0.000127
+gallium_dri.so free 0x5571735cfd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd30 0.000113
+gallium_dri.so free 0x5571735cfe80 void 0.000113
+gallium_dri.so free 0x5571735cfd30 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfe30 0.000113
+gallium_dri.so free 0x5571735cff40 void 0.000115
+gallium_dri.so free 0x5571735cfe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfef0 0.000113
+gallium_dri.so free 0x5571735cff80 void 0.000113
+gallium_dri.so free 0x5571735cfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfef0 0.000113
+gallium_dri.so free 0x5571735d0040 void 0.000115
+gallium_dri.so free 0x5571735cfef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0100 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000116
+gallium_dri.so free 0x5571735d0100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0100 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d02a0 0.000113
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d02a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d02f0 0.000114
+gallium_dri.so free 0x5571735d03c0 void 0.000166
+gallium_dri.so free 0x5571735d02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02f0 0.000114
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0440 0.000124
+gallium_dri.so free 0x5571735d0500 void 0.000123
+gallium_dri.so free 0x5571735d0440 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0440 0.000123
+gallium_dri.so free 0x5571735d05c0 void 0.000118
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0440 0.000115
+gallium_dri.so free 0x5571735d0680 void 0.000114
+gallium_dri.so free 0x5571735d0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0630 0.000116
+gallium_dri.so free 0x5571735d0740 void 0.000114
+gallium_dri.so free 0x5571735d0630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d06f0 0.000115
+gallium_dri.so free 0x5571735d07c0 void 0.000115
+gallium_dri.so free 0x5571735d06f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0810 0.000114
+gallium_dri.so free 0x5571735d0880 void 0.000114
+gallium_dri.so free 0x5571735d0810 void 0.000113
+gallium_dri.so malloc 72 0x5571735d08a0 0.000113
+gallium_dri.so free 0x5571735d0940 void 0.000115
+gallium_dri.so free 0x5571735d08a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d08f0 0.000126
+gallium_dri.so free 0x5571735d09c0 void 0.000115
+gallium_dri.so free 0x5571735d08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d08f0 0.000112
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so free 0x5571735d08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000114
+gallium_dri.so free 0x5571735d0b00 void 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000112
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000112
+gallium_dri.so free 0x5571735d0d00 void 0.000114
+gallium_dri.so free 0x5571735d0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d40 0.000113
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so free 0x5571735d0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000114
+gallium_dri.so free 0x5571735d0e80 void 0.000116
+gallium_dri.so free 0x5571735d0dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f30 0.000121
+gallium_dri.so free 0x5571735d0f80 void 0.000113
+gallium_dri.so free 0x5571735d0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f30 0.000157
+gallium_dri.so free 0x5571735d1080 void 0.000113
+gallium_dri.so free 0x5571735d0f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d10c0 0.000113
+gallium_dri.so free 0x5571735d1140 void 0.000112
+gallium_dri.so free 0x5571735d10c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1140 0.000112
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d1140 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1140 0.000112
+gallium_dri.so free 0x5571735d1280 void 0.000112
+gallium_dri.so free 0x5571735d1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12b0 0.000116
+gallium_dri.so free 0x5571735d1300 void 0.000113
+gallium_dri.so free 0x5571735d12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12b0 0.000116
+gallium_dri.so free 0x5571735d1400 void 0.000114
+gallium_dri.so free 0x5571735d12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d13b0 0.000114
+gallium_dri.so free 0x5571735d14c0 void 0.000116
+gallium_dri.so free 0x5571735d13b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1470 0.000114
+gallium_dri.so free 0x5571735d1540 void 0.000114
+gallium_dri.so free 0x5571735d1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1470 0.000115
+gallium_dri.so free 0x5571735d1600 void 0.000165
+gallium_dri.so free 0x5571735d1470 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1470 0.000113
+gallium_dri.so free 0x5571735d16c0 void 0.000115
+gallium_dri.so free 0x5571735d1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1670 0.000112
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so free 0x5571735d1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1790 0.000114
+gallium_dri.so free 0x5571735d1800 void 0.000116
+gallium_dri.so free 0x5571735d1790 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1820 0.000113
+gallium_dri.so free 0x5571735d18c0 void 0.000114
+gallium_dri.so free 0x5571735d1820 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1870 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000117
+gallium_dri.so free 0x5571735d1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1940 0.000115
+gallium_dri.so free 0x5571735d1a00 void 0.000116
+gallium_dri.so free 0x5571735d1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1940 0.000113
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a80 0.000113
+gallium_dri.so free 0x5571735d1b40 void 0.000118
+gallium_dri.so free 0x5571735d1a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1a80 0.000127
+gallium_dri.so free 0x5571735d1c00 void 0.000121
+gallium_dri.so free 0x5571735d1a80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1a80 0.000120
+gallium_dri.so free 0x5571735d1cc0 void 0.000114
+gallium_dri.so free 0x5571735d1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c70 0.000113
+gallium_dri.so free 0x5571735d1d40 void 0.000114
+gallium_dri.so free 0x5571735d1c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1d90 0.000113
+gallium_dri.so free 0x5571735d1e00 void 0.000113
+gallium_dri.so free 0x5571735d1d90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1e40 0.000115
+gallium_dri.so free 0x5571735d1ec0 void 0.000113
+gallium_dri.so free 0x5571735d1e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1e40 0.000152
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1f70 0.000111
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x5571735d1f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1f70 0.000113
+gallium_dri.so free 0x5571735d20c0 void 0.000113
+gallium_dri.so free 0x5571735d1f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2070 0.000112
+gallium_dri.so free 0x5571735d2180 void 0.000113
+gallium_dri.so free 0x5571735d2070 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2130 0.000121
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2130 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so free 0x5571735d2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22f0 0.000113
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so free 0x5571735d22f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d22f0 0.000113
+gallium_dri.so free 0x5571735d2440 void 0.000115
+gallium_dri.so free 0x5571735d22f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d23f0 0.000113
+gallium_dri.so free 0x5571735d2500 void 0.000114
+gallium_dri.so free 0x5571735d23f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d24b0 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so free 0x5571735d24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d24b0 0.000118
+gallium_dri.so free 0x5571735d2600 void 0.000118
+gallium_dri.so free 0x5571735d24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000115
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000115
+gallium_dri.so free 0x5571735d2780 void 0.000115
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000119
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2860 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000121
+gallium_dri.so free 0x5571735d2860 void 0.000120
+gallium_dri.so malloc 72 0x5571735d28b0 0.000115
+gallium_dri.so free 0x5571735d2980 void 0.000113
+gallium_dri.so free 0x5571735d28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d28b0 0.000130
+gallium_dri.so free 0x5571735d2a00 void 0.000122
+gallium_dri.so free 0x5571735d28b0 void 0.000108
+gallium_dri.so malloc 72 0x5571735d2a00 0.000199
+gallium_dri.so free 0x5571735d2ac0 void 0.000159
+gallium_dri.so free 0x5571735d2a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a00 0.000118
+gallium_dri.so free 0x5571735d2b80 void 0.000118
+gallium_dri.so free 0x5571735d2a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a00 0.000117
+gallium_dri.so free 0x5571735d2c40 void 0.000118
+gallium_dri.so free 0x5571735d2a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000118
+gallium_dri.so free 0x5571735d2d00 void 0.000117
+gallium_dri.so free 0x5571735d2bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000118
+gallium_dri.so free 0x5571735d2d80 void 0.000118
+gallium_dri.so free 0x5571735d2cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2dd0 0.000111
+gallium_dri.so free 0x5571735d2e40 void 0.000153
+gallium_dri.so free 0x5571735d2dd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2e60 0.000113
+gallium_dri.so free 0x5571735d2f00 void 0.000109
+gallium_dri.so free 0x5571735d2e60 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000110
+gallium_dri.so free 0x5571735d2f80 void 0.000112
+gallium_dri.so free 0x5571735d2eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000111
+gallium_dri.so free 0x5571735d3000 void 0.000109
+gallium_dri.so free 0x5571735d2eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3000 0.000110
+gallium_dri.so free 0x5571735d30c0 void 0.000111
+gallium_dri.so free 0x5571735d3000 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3000 0.000109
+gallium_dri.so free 0x5571735d31c0 void 0.000110
+gallium_dri.so free 0x5571735d3000 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3170 0.000111
+gallium_dri.so free 0x5571735d3200 void 0.000110
+gallium_dri.so free 0x5571735d3170 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3170 0.000114
+gallium_dri.so free 0x5571735d32c0 void 0.000112
+gallium_dri.so free 0x5571735d3170 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3300 0.000110
+gallium_dri.so free 0x5571735d3380 void 0.000111
+gallium_dri.so free 0x5571735d3300 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3380 0.000122
+gallium_dri.so free 0x5571735d3440 void 0.000116
+gallium_dri.so free 0x5571735d3380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3380 0.000112
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d3380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d34f0 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000114
+gallium_dri.so free 0x5571735d34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d34f0 0.000114
+gallium_dri.so free 0x5571735d3640 void 0.000115
+gallium_dri.so free 0x5571735d34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3680 0.000113
+gallium_dri.so free 0x5571735d3700 void 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3700 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so free 0x5571735d3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3700 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000115
+gallium_dri.so free 0x5571735d3700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3870 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3870 0.000113
+gallium_dri.so free 0x5571735d39c0 void 0.000115
+gallium_dri.so free 0x5571735d3870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3970 0.000115
+gallium_dri.so free 0x5571735d3a80 void 0.000128
+gallium_dri.so free 0x5571735d3970 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3a30 0.000123
+gallium_dri.so free 0x5571735d3b00 void 0.000123
+gallium_dri.so free 0x5571735d3a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3a30 0.000118
+gallium_dri.so free 0x5571735d3bc0 void 0.000118
+gallium_dri.so free 0x5571735d3a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3a30 0.000118
+gallium_dri.so free 0x5571735d3c80 void 0.000117
+gallium_dri.so free 0x5571735d3a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3c30 0.000118
+gallium_dri.so free 0x5571735d3d00 void 0.000118
+gallium_dri.so free 0x5571735d3c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3d50 0.000160
+gallium_dri.so free 0x5571735d3dc0 void 0.000119
+gallium_dri.so free 0x5571735d3d50 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3de0 0.000119
+gallium_dri.so free 0x5571735d3e80 void 0.000118
+gallium_dri.so free 0x5571735d3de0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3e30 0.000117
+gallium_dri.so free 0x5571735d3f00 void 0.000119
+gallium_dri.so free 0x5571735d3e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3f00 0.000118
+gallium_dri.so free 0x5571735d3fc0 void 0.000118
+gallium_dri.so free 0x5571735d3f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3f00 0.000110
+gallium_dri.so free 0x5571735d4040 void 0.000110
+gallium_dri.so free 0x5571735d3f00 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4040 0.000111
+gallium_dri.so free 0x5571735d4100 void 0.000110
+gallium_dri.so free 0x5571735d4040 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4040 0.000111
+gallium_dri.so free 0x5571735d41c0 void 0.000110
+gallium_dri.so free 0x5571735d4040 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4040 0.000111
+gallium_dri.so free 0x5571735d4280 void 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4230 0.000109
+gallium_dri.so free 0x5571735d4300 void 0.000109
+gallium_dri.so free 0x5571735d4230 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4350 0.000111
+gallium_dri.so free 0x5571735d43c0 void 0.000109
+gallium_dri.so free 0x5571735d4350 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4400 0.000110
+gallium_dri.so free 0x5571735d4480 void 0.000111
+gallium_dri.so free 0x5571735d4400 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4400 0.000110
+gallium_dri.so free 0x5571735d4500 void 0.000110
+gallium_dri.so free 0x5571735d4400 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4530 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000112
+gallium_dri.so free 0x5571735d4530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4530 0.000123
+gallium_dri.so free 0x5571735d4680 void 0.000121
+gallium_dri.so free 0x5571735d4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4630 0.000115
+gallium_dri.so free 0x5571735d4740 void 0.000114
+gallium_dri.so free 0x5571735d4630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46f0 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so free 0x5571735d46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46f0 0.000116
+gallium_dri.so free 0x5571735d4840 void 0.000116
+gallium_dri.so free 0x5571735d46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48b0 0.000116
+gallium_dri.so free 0x5571735d4900 void 0.000116
+gallium_dri.so free 0x5571735d48b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d48b0 0.000114
+gallium_dri.so free 0x5571735d4a00 void 0.000115
+gallium_dri.so free 0x5571735d48b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49b0 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000119
+gallium_dri.so free 0x5571735d49b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4a70 0.000114
+gallium_dri.so free 0x5571735d4b00 void 0.000116
+gallium_dri.so free 0x5571735d4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4a70 0.000114
+gallium_dri.so free 0x5571735d4bc0 void 0.000116
+gallium_dri.so free 0x5571735d4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4c00 0.000114
+gallium_dri.so free 0x5571735d4c80 void 0.000116
+gallium_dri.so free 0x5571735d4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c80 0.000119
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so free 0x5571735d4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4c80 0.000114
+gallium_dri.so free 0x5571735d4e00 void 0.000115
+gallium_dri.so free 0x5571735d4c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4e20 0.000112
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4e20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4e70 0.000112
+gallium_dri.so free 0x5571735d4f40 void 0.000115
+gallium_dri.so free 0x5571735d4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4e70 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000113
+gallium_dri.so free 0x5571735d4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000112
+gallium_dri.so free 0x5571735d5080 void 0.000114
+gallium_dri.so free 0x5571735d4fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000113
+gallium_dri.so free 0x5571735d5140 void 0.000114
+gallium_dri.so free 0x5571735d4fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000112
+gallium_dri.so free 0x5571735d5200 void 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51b0 0.000115
+gallium_dri.so free 0x5571735d52c0 void 0.000132
+gallium_dri.so free 0x5571735d51b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5270 0.000112
+gallium_dri.so free 0x5571735d5340 void 0.000117
+gallium_dri.so free 0x5571735d5270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5390 0.000114
+gallium_dri.so free 0x5571735d5400 void 0.000114
+gallium_dri.so free 0x5571735d5390 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5420 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000114
+gallium_dri.so free 0x5571735d5420 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5470 0.000111
+gallium_dri.so free 0x5571735d5540 void 0.000113
+gallium_dri.so free 0x5571735d5470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5470 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000115
+gallium_dri.so free 0x5571735d5470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55c0 0.000115
+gallium_dri.so free 0x5571735d5680 void 0.000116
+gallium_dri.so free 0x5571735d55c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d55c0 0.000114
+gallium_dri.so free 0x5571735d5780 void 0.000115
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5730 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d5730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5730 0.000113
+gallium_dri.so free 0x5571735d5880 void 0.000159
+gallium_dri.so free 0x5571735d5730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d58c0 0.000113
+gallium_dri.so free 0x5571735d5940 void 0.000115
+gallium_dri.so free 0x5571735d58c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5940 0.000113
+gallium_dri.so free 0x5571735d5a00 void 0.000114
+gallium_dri.so free 0x5571735d5940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5940 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ab0 0.000113
+gallium_dri.so free 0x5571735d5b00 void 0.000115
+gallium_dri.so free 0x5571735d5ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ab0 0.000115
+gallium_dri.so free 0x5571735d5c00 void 0.000114
+gallium_dri.so free 0x5571735d5ab0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d5c40 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000114
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e30 0.000112
+gallium_dri.so free 0x5571735d5e80 void 0.000125
+gallium_dri.so free 0x5571735d5e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e30 0.000112
+gallium_dri.so free 0x5571735d5f80 void 0.000114
+gallium_dri.so free 0x5571735d5e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5f30 0.000114
+gallium_dri.so free 0x5571735d6040 void 0.000115
+gallium_dri.so free 0x5571735d5f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000113
+gallium_dri.so free 0x5571735d60c0 void 0.000114
+gallium_dri.so free 0x5571735d5ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000114
+gallium_dri.so free 0x5571735d6180 void 0.000114
+gallium_dri.so free 0x5571735d5ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000112
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so free 0x5571735d5ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d61f0 0.000112
+gallium_dri.so free 0x5571735d62c0 void 0.000134
+gallium_dri.so free 0x5571735d61f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6310 0.000112
+gallium_dri.so free 0x5571735d6380 void 0.000113
+gallium_dri.so free 0x5571735d6310 void 0.000112
+gallium_dri.so malloc 72 0x5571735d63a0 0.000112
+gallium_dri.so free 0x5571735d6440 void 0.000112
+gallium_dri.so free 0x5571735d63a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d63f0 0.000113
+gallium_dri.so free 0x5571735d64c0 void 0.000113
+gallium_dri.so free 0x5571735d63f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d64c0 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d64c0 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000116
+gallium_dri.so free 0x5571735d64c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6600 0.000114
+gallium_dri.so free 0x5571735d66c0 void 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6600 0.000112
+gallium_dri.so free 0x5571735d6780 void 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6600 0.000112
+gallium_dri.so free 0x5571735d6840 void 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67f0 0.000112
+gallium_dri.so free 0x5571735d68c0 void 0.000115
+gallium_dri.so free 0x5571735d67f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6910 0.000114
+gallium_dri.so free 0x5571735d6980 void 0.000114
+gallium_dri.so free 0x5571735d6910 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69c0 0.000114
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so free 0x5571735d69c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69c0 0.000112
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d69c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735d6af0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000161
+gallium_dri.so free 0x5571735d6af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6af0 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735d6af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb380 0.000113
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb380 0.000113
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb380 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000191
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb570 0.000114
+gallium_dri.so free 0x5571735eae40 void 0.000115
+gallium_dri.so free 0x5571735eb570 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb570 0.000113
+gallium_dri.so free 0x5571735afa00 void 0.000116
+gallium_dri.so free 0x5571735eb570 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735ea800 void 0.000114
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735af300 void 0.000126
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af9b0 0.000112
+gallium_dri.so free 0x5571735a2880 void 0.000112
+gallium_dri.so free 0x5571735af9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a2830 0.000111
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so free 0x5571735a2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735bb680 0.000114
+gallium_dri.so free 0x5571735ea740 void 0.000114
+gallium_dri.so free 0x5571735bb680 void 0.000112
+gallium_dri.so malloc 72 0x5571735bb680 0.000115
+gallium_dri.so free 0x5571735bba40 void 0.000126
+gallium_dri.so free 0x5571735bb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735bba60 0.000115
+gallium_dri.so free 0x5571735bc180 void 0.000113
+gallium_dri.so free 0x5571735bba60 void 0.000113
+gallium_dri.so malloc 72 0x5571735bba60 0.000117
+gallium_dri.so free 0x5571735bca40 void 0.000124
+gallium_dri.so free 0x5571735bba60 void 0.000122
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000122
+gallium_dri.so free 0x5571735bbe00 void 0.000118
+gallium_dri.so free 0x5571735bc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000112
+gallium_dri.so free 0x5571735ea9c0 void 0.000113
+gallium_dri.so free 0x5571735bbdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000112
+gallium_dri.so free 0x5571735b8980 void 0.000119
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735baf00 0.000113
+gallium_dri.so free 0x5571735b8040 void 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735bc5c0 void 0.000114
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bc610 0.000113
+gallium_dri.so free 0x5571735b5b40 void 0.000114
+gallium_dri.so free 0x5571735bc610 void 0.000112
+gallium_dri.so malloc 72 0x5571735bc610 0.000112
+gallium_dri.so free 0x5571735eab00 void 0.000114
+gallium_dri.so free 0x5571735bc610 void 0.000160
+gallium_dri.so malloc 72 0x5571735bc610 0.000113
+gallium_dri.so free 0x5571735eb0c0 void 0.000114
+gallium_dri.so free 0x5571735bc610 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb070 0.000112
+gallium_dri.so free 0x5571735bb280 void 0.000115
+gallium_dri.so free 0x5571735eb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735bb280 0.000114
+gallium_dri.so free 0x5571735b7e40 void 0.000115
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7e80 0.000114
+gallium_dri.so free 0x5571735b7700 void 0.000120
+gallium_dri.so free 0x5571735b7e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7720 0.000113
+gallium_dri.so free 0x5571735b77c0 void 0.000113
+gallium_dri.so free 0x5571735b7720 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7770 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000114
+gallium_dri.so free 0x5571735b7770 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7770 0.000113
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b7770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000112
+gallium_dri.so free 0x5571735b7a80 void 0.000112
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7b40 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000113
+gallium_dri.so free 0x5571735e9bc0 void 0.000113
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c30 0.000117
+gallium_dri.so free 0x5571735ea580 void 0.000120
+gallium_dri.so free 0x5571735e9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9c30 0.000112
+gallium_dri.so free 0x5571735adbc0 void 0.000111
+gallium_dri.so free 0x5571735e9c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735adb70 0.000118
+gallium_dri.so free 0x5571735adc80 void 0.000125
+gallium_dri.so free 0x5571735adb70 void 0.000111
+gallium_dri.so malloc 72 0x5571735adc30 0.000109
+gallium_dri.so free 0x5571735ea680 void 0.000109
+gallium_dri.so free 0x5571735adc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ea630 0.000109
+gallium_dri.so free 0x5571735b9380 void 0.000109
+gallium_dri.so free 0x5571735ea630 void 0.000110
+gallium_dri.so malloc 72 0x5571735ea630 0.000110
+gallium_dri.so free 0x5571735b9400 void 0.000109
+gallium_dri.so free 0x5571735ea630 void 0.000110
+gallium_dri.so malloc 72 0x5571735b9400 0.000111
+gallium_dri.so free 0x5571735eb400 void 0.000109
+gallium_dri.so free 0x5571735b9400 void 0.000110
+gallium_dri.so malloc 72 0x5571735b9400 0.000109
+gallium_dri.so free 0x5571735eb4c0 void 0.000109
+gallium_dri.so free 0x5571735b9400 void 0.000109
+gallium_dri.so malloc 72 0x5571735eb4e0 0.000109
+gallium_dri.so free 0x5571735d74c0 void 0.000110
+gallium_dri.so free 0x5571735eb4e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d74f0 0.000110
+gallium_dri.so free 0x5571735d7540 void 0.000109
+gallium_dri.so free 0x5571735d74f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d74f0 0.000119
+gallium_dri.so free 0x5571735a8c40 void 0.000117
+gallium_dri.so free 0x5571735d74f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a8c40 0.000113
+gallium_dri.so free 0x5571735a8d00 void 0.000110
+gallium_dri.so free 0x5571735a8c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735a8c40 0.000171
+gallium_dri.so free 0x5571735d7640 void 0.000125
+gallium_dri.so free 0x5571735a8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d75f0 0.000118
+gallium_dri.so free 0x5571735a9140 void 0.000122
+gallium_dri.so free 0x5571735d75f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a9140 0.000118
+gallium_dri.so free 0x5571735a8d80 void 0.000117
+gallium_dri.so free 0x5571735a9140 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000116
+gallium_dri.so free 0x5571735a9200 void 0.000117
+gallium_dri.so free 0x5571735a8dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9200 0.000118
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so free 0x5571735a9200 void 0.000117
+gallium_dri.so malloc 72 0x5571735a9200 0.000118
+gallium_dri.so free 0x5571735ade80 void 0.000119
+gallium_dri.so free 0x5571735a9200 void 0.000117
+gallium_dri.so malloc 72 0x5571735a9200 0.000117
+gallium_dri.so free 0x5571735adf40 void 0.000117
+gallium_dri.so free 0x5571735a9200 void 0.000117
+gallium_dri.so malloc 72 0x5571735adef0 0.000117
+gallium_dri.so free 0x5571735a8ec0 void 0.000118
+gallium_dri.so free 0x5571735adef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000124
+gallium_dri.so free 0x5571735a8f80 void 0.000111
+gallium_dri.so free 0x5571735a8ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000109
+gallium_dri.so free 0x5571735a9080 void 0.000109
+gallium_dri.so free 0x5571735a8ec0 void 0.000109
+gallium_dri.so malloc 72 0x5571735a9030 0.000111
+gallium_dri.so free 0x5571735a89c0 void 0.000110
+gallium_dri.so free 0x5571735a9030 void 0.000109
+gallium_dri.so malloc 72 0x5571735a9030 0.000110
+gallium_dri.so free 0x5571735a8a80 void 0.000109
+gallium_dri.so free 0x5571735a9030 void 0.000109
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000111
+gallium_dri.so free 0x5571735b5f40 void 0.000109
+gallium_dri.so free 0x5571735a8ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5f40 0.000113
+gallium_dri.so free 0x5571735b6000 void 0.000109
+gallium_dri.so free 0x5571735b5f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5f40 0.000109
+gallium_dri.so free 0x5571735a8b40 void 0.000109
+gallium_dri.so free 0x5571735b5f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735a8b70 0.000109
+gallium_dri.so free 0x5571735afe40 void 0.000110
+gallium_dri.so free 0x5571735a8b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735a8b70 0.000109
+gallium_dri.so free 0x5571735b60c0 void 0.000109
+gallium_dri.so free 0x5571735a8b70 void 0.000109
+gallium_dri.so malloc 72 0x5571735a8b70 0.000110
+gallium_dri.so free 0x5571735aff40 void 0.000134
+gallium_dri.so free 0x5571735a8b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735afef0 0.000128
+gallium_dri.so free 0x5571735a71c0 void 0.000127
+gallium_dri.so free 0x5571735afef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735a71e0 0.000128
+gallium_dri.so free 0x5571735a7280 void 0.000119
+gallium_dri.so free 0x5571735a71e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a7230 0.000119
+gallium_dri.so free 0x5571735a7300 void 0.000118
+gallium_dri.so free 0x5571735a7230 void 0.000113
+gallium_dri.so malloc 72 0x5571735a7230 0.000113
+gallium_dri.so free 0x5571734f6040 void 0.000119
+gallium_dri.so free 0x5571735a7230 void 0.000119
+gallium_dri.so malloc 72 0x5571734f6040 0.000158
+gallium_dri.so free 0x5571734f6100 void 0.000121
+gallium_dri.so free 0x5571734f6040 void 0.000123
+gallium_dri.so malloc 72 0x5571734f6040 0.000119
+gallium_dri.so free 0x5571735ae700 void 0.000116
+gallium_dri.so free 0x5571734f6040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae720 0.000124
+gallium_dri.so free 0x5571735ae7c0 void 0.000124
+gallium_dri.so free 0x5571735ae720 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae770 0.000115
+gallium_dri.so free 0x5571735ae840 void 0.000207
+gallium_dri.so free 0x5571735ae770 void 0.000157
+gallium_dri.so malloc 72 0x5571735ae770 0.000157
+gallium_dri.so free 0x5571735be540 void 0.000119
+gallium_dri.so free 0x5571735ae770 void 0.000118
+gallium_dri.so malloc 72 0x5571735be590 0.000117
+gallium_dri.so free 0x5571735be600 void 0.000117
+gallium_dri.so free 0x5571735be590 void 0.000118
+gallium_dri.so malloc 72 0x5571735be620 0.000118
+gallium_dri.so free 0x5571735be6c0 void 0.000119
+gallium_dri.so free 0x5571735be620 void 0.000117
+gallium_dri.so malloc 72 0x5571735be670 0.000119
+gallium_dri.so free 0x5571735b0100 void 0.000118
+gallium_dri.so free 0x5571735be670 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0100 0.000117
+gallium_dri.so free 0x5571735b01c0 void 0.000118
+gallium_dri.so free 0x5571735b0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0100 0.000118
+gallium_dri.so free 0x5571735b0240 void 0.000117
+gallium_dri.so free 0x5571735b0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0240 0.000118
+gallium_dri.so free 0x5571735b6e80 void 0.000117
+gallium_dri.so free 0x5571735b0240 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0240 0.000117
+gallium_dri.so free 0x5571735b6f00 void 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6f30 0.000111
+gallium_dri.so free 0x5571735b6f80 void 0.000110
+gallium_dri.so free 0x5571735b6f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6f30 0.000110
+gallium_dri.so free 0x5571735b7080 void 0.000109
+gallium_dri.so free 0x5571735b6f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7030 0.000111
+gallium_dri.so free 0x5571735af000 void 0.000110
+gallium_dri.so free 0x5571735b7030 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7030 0.000110
+gallium_dri.so free 0x5571735af100 void 0.000116
+gallium_dri.so free 0x5571735b7030 void 0.000110
+gallium_dri.so malloc 72 0x5571735af0b0 0.000111
+gallium_dri.so free 0x5571735af140 void 0.000109
+gallium_dri.so free 0x5571735af0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735af0b0 0.000110
+gallium_dri.so free 0x5571735af200 void 0.000109
+gallium_dri.so free 0x5571735af0b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735af240 0.000110
+gallium_dri.so free 0x5571735b0740 void 0.000109
+gallium_dri.so free 0x5571735af240 void 0.000109
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b0800 void 0.000110
+gallium_dri.so free 0x5571735b0740 void 0.000109
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b08c0 void 0.000110
+gallium_dri.so free 0x5571735b0740 void 0.000109
+gallium_dri.so malloc 72 0x5571735b0740 0.000109
+gallium_dri.so free 0x5571735b8180 void 0.000131
+gallium_dri.so free 0x5571735b0740 void 0.000124
+gallium_dri.so malloc 72 0x5571735b81f0 0.000165
+gallium_dri.so free 0x5571735b8240 void 0.000131
+gallium_dri.so free 0x5571735b81f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000115
+gallium_dri.so free 0x5571735b8340 void 0.000114
+gallium_dri.so free 0x5571735b81f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b82f0 0.000123
+gallium_dri.so free 0x5571735b8400 void 0.000122
+gallium_dri.so free 0x5571735b82f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b83b0 0.000120
+gallium_dri.so free 0x5571735b0980 void 0.000122
+gallium_dri.so free 0x5571735b83b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b0930 0.000118
+gallium_dri.so free 0x5571735d8d40 void 0.000121
+gallium_dri.so free 0x5571735b0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0930 0.000119
+gallium_dri.so free 0x5571735d8e40 void 0.000122
+gallium_dri.so free 0x5571735b0930 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8df0 0.000124
+gallium_dri.so free 0x5571735d8f00 void 0.000118
+gallium_dri.so free 0x5571735d8df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000192
+gallium_dri.so free 0x5571735d8f80 void 0.000125
+gallium_dri.so free 0x5571735d8eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000128
+gallium_dri.so free 0x5571735d9300 void 0.000120
+gallium_dri.so free 0x5571735d8eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000117
+gallium_dri.so free 0x5571735d9380 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000117
+gallium_dri.so free 0x5571735d9400 void 0.000117
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9400 0.000117
+gallium_dri.so free 0x5571735d9040 void 0.000117
+gallium_dri.so free 0x5571735d9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9400 0.000118
+gallium_dri.so free 0x5571735d94c0 void 0.000117
+gallium_dri.so free 0x5571735d9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9400 0.000119
+gallium_dri.so free 0x5571735d9580 void 0.000118
+gallium_dri.so free 0x5571735d9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d95d0 0.000120
+gallium_dri.so free 0x5571735b71c0 void 0.000117
+gallium_dri.so free 0x5571735d95d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7170 0.000118
+gallium_dri.so free 0x5571735b7240 void 0.000117
+gallium_dri.so free 0x5571735b7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7290 0.000109
+gallium_dri.so free 0x5571735d9640 void 0.000110
+gallium_dri.so free 0x5571735b7290 void 0.000109
+gallium_dri.so malloc 72 0x5571735d9660 0.000110
+gallium_dri.so free 0x5571735b7300 void 0.000110
+gallium_dri.so free 0x5571735d9660 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7330 0.000111
+gallium_dri.so free 0x5571735b7380 void 0.000109
+gallium_dri.so free 0x5571735b7330 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7330 0.000109
+gallium_dri.so free 0x5571735b7480 void 0.000109
+gallium_dri.so free 0x5571735b7330 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7430 0.000110
+gallium_dri.so free 0x5571735b7540 void 0.000110
+gallium_dri.so free 0x5571735b7430 void 0.000158
+gallium_dri.so malloc 72 0x5571735b74f0 0.000110
+gallium_dri.so free 0x5571735b75c0 void 0.000111
+gallium_dri.so free 0x5571735b74f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b74f0 0.000110
+gallium_dri.so free 0x5571735b61c0 void 0.000109
+gallium_dri.so free 0x5571735b74f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b74f0 0.000110
+gallium_dri.so free 0x5571735b6280 void 0.000109
+gallium_dri.so free 0x5571735b74f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6230 0.000110
+gallium_dri.so free 0x5571735b6300 void 0.000110
+gallium_dri.so free 0x5571735b6230 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6350 0.000126
+gallium_dri.so free 0x5571735b63c0 void 0.000115
+gallium_dri.so free 0x5571735b6350 void 0.000112
+gallium_dri.so malloc 72 0x5571735b63e0 0.000123
+gallium_dri.so free 0x5571735b6480 void 0.000123
+gallium_dri.so free 0x5571735b63e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6430 0.000120
+gallium_dri.so free 0x5571735b6500 void 0.000123
+gallium_dri.so free 0x5571735b6430 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6430 0.000123
+gallium_dri.so free 0x5571735b6600 void 0.000124
+gallium_dri.so free 0x5571735b6430 void 0.000126
+gallium_dri.so malloc 72 0x5571735b65b0 0.000125
+gallium_dri.so free 0x5571735b6680 void 0.000124
+gallium_dri.so free 0x5571735b65b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b66d0 0.000123
+gallium_dri.so free 0x5571735b6740 void 0.000123
+gallium_dri.so free 0x5571735b66d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6760 0.000125
+gallium_dri.so free 0x5571735b6800 void 0.000119
+gallium_dri.so free 0x5571735b6760 void 0.000117
+gallium_dri.so malloc 72 0x5571735b67b0 0.000119
+gallium_dri.so free 0x5571735b6880 void 0.000204
+gallium_dri.so free 0x5571735b67b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735b67b0 0.000268
+gallium_dri.so free 0x5571735b51c0 void 0.000211
+gallium_dri.so free 0x5571735b67b0 void 0.000213
+gallium_dri.so malloc 72 0x5571735b51c0 0.000196
+gallium_dri.so free 0x5571735b5280 void 0.000119
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b51c0 0.000116
+gallium_dri.so free 0x5571735b6900 void 0.000118
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b51c0 0.000117
+gallium_dri.so free 0x5571735b5380 void 0.000125
+gallium_dri.so free 0x5571735b51c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b51c0 0.000123
+gallium_dri.so free 0x5571735b5440 void 0.000124
+gallium_dri.so free 0x5571735b51c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b53f0 0.000122
+gallium_dri.so free 0x5571735b54c0 void 0.000122
+gallium_dri.so free 0x5571735b53f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b5510 0.000124
+gallium_dri.so free 0x5571735b5580 void 0.000124
+gallium_dri.so free 0x5571735b5510 void 0.000130
+gallium_dri.so malloc 72 0x5571735b55a0 0.000161
+gallium_dri.so free 0x5571735b5640 void 0.000120
+gallium_dri.so free 0x5571735b55a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b55f0 0.000116
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b55f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b56c0 0.000115
+gallium_dri.so free 0x5571735b5780 void 0.000127
+gallium_dri.so free 0x5571735b56c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b56c0 0.000116
+gallium_dri.so free 0x5571735b5800 void 0.000119
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b58c0 void 0.000116
+gallium_dri.so free 0x5571735b5800 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5800 0.000116
+gallium_dri.so free 0x5571735b5980 void 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000120
+gallium_dri.so free 0x5571735b5800 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2270 0.000121
+gallium_dri.so free 0x5571735b2340 void 0.000118
+gallium_dri.so free 0x5571735b2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2390 0.000115
+gallium_dri.so free 0x5571735b2400 void 0.000143
+gallium_dri.so free 0x5571735b2390 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2440 0.000129
+gallium_dri.so free 0x5571735b24c0 void 0.000125
+gallium_dri.so free 0x5571735b2440 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2440 0.000125
+gallium_dri.so free 0x5571735b2540 void 0.000123
+gallium_dri.so free 0x5571735b2440 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2570 0.000124
+gallium_dri.so free 0x5571735b25c0 void 0.000124
+gallium_dri.so free 0x5571735b2570 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2570 0.000124
+gallium_dri.so free 0x5571735b26c0 void 0.000123
+gallium_dri.so free 0x5571735b2570 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2670 0.000123
+gallium_dri.so free 0x5571735b2780 void 0.000124
+gallium_dri.so free 0x5571735b2670 void 0.000123
+gallium_dri.so malloc 72 0x5571735b2730 0.000123
+gallium_dri.so free 0x5571735b27c0 void 0.000124
+gallium_dri.so free 0x5571735b2730 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2730 0.000123
+gallium_dri.so free 0x5571735b2880 void 0.000124
+gallium_dri.so free 0x5571735b2730 void 0.000124
+gallium_dri.so malloc 72 0x5571735b28f0 0.000123
+gallium_dri.so free 0x5571735b2940 void 0.000124
+gallium_dri.so free 0x5571735b28f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b28f0 0.000118
+gallium_dri.so free 0x5571735b2a40 void 0.000115
+gallium_dri.so free 0x5571735b28f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b29f0 0.000117
+gallium_dri.so free 0x5571735b2b00 void 0.000114
+gallium_dri.so free 0x5571735b29f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000122
+gallium_dri.so free 0x5571735b2b40 void 0.000111
+gallium_dri.so free 0x5571735b2ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000110
+gallium_dri.so free 0x5571735d98c0 void 0.000110
+gallium_dri.so free 0x5571735b2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000111
+gallium_dri.so free 0x5571735d99c0 void 0.000112
+gallium_dri.so free 0x5571735b2ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9970 0.000154
+gallium_dri.so free 0x5571735d9a80 void 0.000112
+gallium_dri.so free 0x5571735d9970 void 0.000110
+gallium_dri.so malloc 72 0x5571735d9a30 0.000110
+gallium_dri.so free 0x5571735d9b00 void 0.000109
+gallium_dri.so free 0x5571735d9a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9a30 0.000115
+gallium_dri.so free 0x5571735d9bc0 void 0.000111
+gallium_dri.so free 0x5571735d9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9a30 0.000109
+gallium_dri.so free 0x5571735d9c80 void 0.000111
+gallium_dri.so free 0x5571735d9a30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d9c30 0.000121
+gallium_dri.so free 0x5571735d9d00 void 0.000116
+gallium_dri.so free 0x5571735d9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9d50 0.000112
+gallium_dri.so free 0x5571735d9dc0 void 0.000115
+gallium_dri.so free 0x5571735d9d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9de0 0.000112
+gallium_dri.so free 0x5571735d9e80 void 0.000114
+gallium_dri.so free 0x5571735d9de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9e30 0.000113
+gallium_dri.so free 0x5571735d9f00 void 0.000115
+gallium_dri.so free 0x5571735d9e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9f00 0.000115
+gallium_dri.so free 0x5571735d9fc0 void 0.000114
+gallium_dri.so free 0x5571735d9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9f00 0.000112
+gallium_dri.so free 0x5571735da040 void 0.000116
+gallium_dri.so free 0x5571735d9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735da040 0.000114
+gallium_dri.so free 0x5571735da100 void 0.000115
+gallium_dri.so free 0x5571735da040 void 0.000112
+gallium_dri.so malloc 72 0x5571735da040 0.000114
+gallium_dri.so free 0x5571735da1c0 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000111
+gallium_dri.so malloc 72 0x5571735da040 0.000113
+gallium_dri.so free 0x5571735da280 void 0.000114
+gallium_dri.so free 0x5571735da040 void 0.000113
+gallium_dri.so malloc 72 0x5571735da230 0.000165
+gallium_dri.so free 0x5571735da300 void 0.000116
+gallium_dri.so free 0x5571735da230 void 0.000115
+gallium_dri.so malloc 72 0x5571735da350 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000116
+gallium_dri.so free 0x5571735da350 void 0.000115
+gallium_dri.so malloc 72 0x5571735da350 0.000115
+gallium_dri.so free 0x5571735bd940 void 0.000138
+gallium_dri.so free 0x5571735da350 void 0.000116
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000116
+gallium_dri.so free 0x5571735da3c0 void 0.000116
+gallium_dri.so free 0x5571735bd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da3f0 0.000115
+gallium_dri.so free 0x5571735bd980 void 0.000116
+gallium_dri.so free 0x5571735da3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da3f0 0.000114
+gallium_dri.so free 0x5571735bda80 void 0.000115
+gallium_dri.so free 0x5571735da3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bda30 0.000114
+gallium_dri.so free 0x5571735bdb40 void 0.000115
+gallium_dri.so free 0x5571735bda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000114
+gallium_dri.so free 0x5571735bdb80 void 0.000116
+gallium_dri.so free 0x5571735bdaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bdaf0 0.000115
+gallium_dri.so free 0x5571735bdc40 void 0.000114
+gallium_dri.so free 0x5571735bdaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000119
+gallium_dri.so free 0x5571735bdd00 void 0.000149
+gallium_dri.so free 0x5571735bdcb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bdcb0 0.000116
+gallium_dri.so free 0x5571735bde00 void 0.000114
+gallium_dri.so free 0x5571735bdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bddb0 0.000112
+gallium_dri.so free 0x5571735bdec0 void 0.000113
+gallium_dri.so free 0x5571735bddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bde70 0.000113
+gallium_dri.so free 0x5571735bdf00 void 0.000115
+gallium_dri.so free 0x5571735bde70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bde70 0.000112
+gallium_dri.so free 0x5571735bdfc0 void 0.000113
+gallium_dri.so free 0x5571735bde70 void 0.000112
+gallium_dri.so malloc 72 0x5571735be000 0.000112
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so free 0x5571735be000 void 0.000113
+gallium_dri.so malloc 72 0x5571735be080 0.000112
+gallium_dri.so free 0x5571735be140 void 0.000114
+gallium_dri.so free 0x5571735be080 void 0.000115
+gallium_dri.so malloc 72 0x5571735be080 0.000113
+gallium_dri.so free 0x5571735be200 void 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000112
+gallium_dri.so malloc 72 0x5571735be220 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000113
+gallium_dri.so free 0x5571735be220 void 0.000111
+gallium_dri.so malloc 72 0x5571735be270 0.000125
+gallium_dri.so free 0x5571735be340 void 0.000116
+gallium_dri.so free 0x5571735be270 void 0.000112
+gallium_dri.so malloc 72 0x5571735be270 0.000112
+gallium_dri.so free 0x5571735b9bc0 void 0.000113
+gallium_dri.so free 0x5571735be270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9b70 0.000112
+gallium_dri.so free 0x5571735b9c80 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9c30 0.000112
+gallium_dri.so free 0x5571735b9cc0 void 0.000114
+gallium_dri.so free 0x5571735b9c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9c30 0.000114
+gallium_dri.so free 0x5571735b9d80 void 0.000113
+gallium_dri.so free 0x5571735b9c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000113
+gallium_dri.so free 0x5571735b9e40 void 0.000114
+gallium_dri.so free 0x5571735b9dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9e80 0.000113
+gallium_dri.so free 0x5571735b9f00 void 0.000113
+gallium_dri.so free 0x5571735b9e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9f00 0.000112
+gallium_dri.so free 0x5571735b9fc0 void 0.000117
+gallium_dri.so free 0x5571735b9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f00 0.000112
+gallium_dri.so free 0x5571735ba040 void 0.000112
+gallium_dri.so free 0x5571735b9f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba070 0.000113
+gallium_dri.so free 0x5571735ba0c0 void 0.000185
+gallium_dri.so free 0x5571735ba070 void 0.000182
+gallium_dri.so malloc 72 0x5571735ba070 0.000156
+gallium_dri.so free 0x5571735ba1c0 void 0.000115
+gallium_dri.so free 0x5571735ba070 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba170 0.000112
+gallium_dri.so free 0x5571735ba280 void 0.000113
+gallium_dri.so free 0x5571735ba170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba230 0.000115
+gallium_dri.so free 0x5571735ba300 void 0.000115
+gallium_dri.so free 0x5571735ba230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba320 0.000112
+gallium_dri.so free 0x5571735ba3c0 void 0.000118
+gallium_dri.so free 0x5571735ba320 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba370 0.000157
+gallium_dri.so free 0x5571735ba440 void 0.000116
+gallium_dri.so free 0x5571735ba370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba370 0.000113
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so free 0x5571735ba370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000114
+gallium_dri.so free 0x5571735ba580 void 0.000115
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000113
+gallium_dri.so free 0x5571735ba640 void 0.000115
+gallium_dri.so free 0x5571735ba4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000119
+gallium_dri.so free 0x5571735ba700 void 0.000115
+gallium_dri.so free 0x5571735ba4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000112
+gallium_dri.so free 0x5571735ba700 void 0.000115
+gallium_dri.so free 0x5571735ba6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000115
+gallium_dri.so free 0x5571735ba800 void 0.000114
+gallium_dri.so free 0x5571735ba6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000114
+gallium_dri.so free 0x5571735e7340 void 0.000114
+gallium_dri.so free 0x5571735ba7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7360 0.000112
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so free 0x5571735e7360 void 0.000114
+gallium_dri.so malloc 72 0x5571735e73b0 0.000112
+gallium_dri.so free 0x5571735e7480 void 0.000114
+gallium_dri.so free 0x5571735e73b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e73b0 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000116
+gallium_dri.so free 0x5571735e73b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7500 0.000114
+gallium_dri.so free 0x5571735e75c0 void 0.000115
+gallium_dri.so free 0x5571735e7500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7500 0.000115
+gallium_dri.so free 0x5571735e76c0 void 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7500 0.000125
+gallium_dri.so free 0x5571735e7740 void 0.000114
+gallium_dri.so free 0x5571735e7500 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7770 0.000115
+gallium_dri.so free 0x5571735e77c0 void 0.000115
+gallium_dri.so free 0x5571735e7770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7770 0.000113
+gallium_dri.so free 0x5571735e78c0 void 0.000115
+gallium_dri.so free 0x5571735e7770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7870 0.000116
+gallium_dri.so free 0x5571735e7980 void 0.000114
+gallium_dri.so free 0x5571735e7870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7930 0.000113
+gallium_dri.so free 0x5571735e79c0 void 0.000115
+gallium_dri.so free 0x5571735e7930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7930 0.000114
+gallium_dri.so free 0x5571735e7a80 void 0.000113
+gallium_dri.so free 0x5571735e7930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ad0 0.000112
+gallium_dri.so free 0x5571735e7b40 void 0.000114
+gallium_dri.so free 0x5571735e7ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7b80 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000115
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7c00 0.000112
+gallium_dri.so free 0x5571735e7cc0 void 0.000114
+gallium_dri.so free 0x5571735e7c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7c00 0.000123
+gallium_dri.so free 0x5571735e7d40 void 0.000116
+gallium_dri.so free 0x5571735e7c00 void 0.000158
+gallium_dri.so malloc 72 0x5571735e7d70 0.000118
+gallium_dri.so free 0x5571735e7dc0 void 0.000115
+gallium_dri.so free 0x5571735e7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000113
+gallium_dri.so free 0x5571735e7d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7e70 0.000112
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so free 0x5571735e7e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7f30 0.000114
+gallium_dri.so free 0x5571735e8000 void 0.000115
+gallium_dri.so free 0x5571735e7f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8020 0.000113
+gallium_dri.so free 0x5571735e80c0 void 0.000115
+gallium_dri.so free 0x5571735e8020 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8070 0.000113
+gallium_dri.so free 0x5571735e8140 void 0.000114
+gallium_dri.so free 0x5571735e8070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8070 0.000112
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735e8070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7910 0.000116
+gallium_dri.so free 0x5571735d7980 void 0.000115
+gallium_dri.so free 0x5571735d7910 void 0.000112
+gallium_dri.so malloc 72 0x5571735d79a0 0.000170
+gallium_dri.so free 0x5571735d7a40 void 0.000116
+gallium_dri.so free 0x5571735d79a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79f0 0.000113
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d79f0 0.000114
+gallium_dri.so free 0x5571735d7bc0 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7b70 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000115
+gallium_dri.so free 0x5571735d7b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c90 0.000114
+gallium_dri.so free 0x5571735d7d00 void 0.000114
+gallium_dri.so free 0x5571735d7c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d20 0.000113
+gallium_dri.so free 0x5571735d7dc0 void 0.000114
+gallium_dri.so free 0x5571735d7d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d70 0.000114
+gallium_dri.so free 0x5571735d7e40 void 0.000114
+gallium_dri.so free 0x5571735d7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d70 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000115
+gallium_dri.so free 0x5571735d7f80 void 0.000115
+gallium_dri.so free 0x5571735d7ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000123
+gallium_dri.so free 0x5571735d8080 void 0.000116
+gallium_dri.so free 0x5571735d7ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ec0 0.000113
+gallium_dri.so free 0x5571735d8100 void 0.000114
+gallium_dri.so free 0x5571735d7ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8130 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000113
+gallium_dri.so free 0x5571735d8130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8130 0.000112
+gallium_dri.so free 0x5571735d8280 void 0.000117
+gallium_dri.so free 0x5571735d8130 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8230 0.000112
+gallium_dri.so free 0x5571735d8340 void 0.000114
+gallium_dri.so free 0x5571735d8230 void 0.000111
+gallium_dri.so malloc 72 0x5571735d82f0 0.000113
+gallium_dri.so free 0x5571735d8380 void 0.000114
+gallium_dri.so free 0x5571735d82f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d82f0 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000115
+gallium_dri.so free 0x5571735d82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8490 0.000114
+gallium_dri.so free 0x5571735d8500 void 0.000115
+gallium_dri.so free 0x5571735d8490 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8540 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d8540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d85c0 0.000113
+gallium_dri.so free 0x5571735d8680 void 0.000114
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d85c0 0.000113
+gallium_dri.so free 0x5571735d8700 void 0.000114
+gallium_dri.so free 0x5571735d85c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8730 0.000112
+gallium_dri.so free 0x5571735d8780 void 0.000113
+gallium_dri.so free 0x5571735d8730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8730 0.000112
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d8730 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8830 0.000114
+gallium_dri.so free 0x5571735d8940 void 0.000114
+gallium_dri.so free 0x5571735d8830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d88f0 0.000113
+gallium_dri.so free 0x5571735d89c0 void 0.000114
+gallium_dri.so free 0x5571735d88f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d89e0 0.000112
+gallium_dri.so free 0x5571735d8a80 void 0.000116
+gallium_dri.so free 0x5571735d89e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a30 0.000112
+gallium_dri.so free 0x5571735d8b00 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8a30 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8b80 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000182
+gallium_dri.so free 0x5571735d8b80 void 0.000152
+gallium_dri.so malloc 72 0x5571735d8b80 0.000150
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82b0 0.000112
+gallium_dri.so free 0x5571735e8300 void 0.000112
+gallium_dri.so free 0x5571735e82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82b0 0.000113
+gallium_dri.so free 0x5571735e8400 void 0.000118
+gallium_dri.so free 0x5571735e82b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8440 0.000113
+gallium_dri.so free 0x5571735e84c0 void 0.000113
+gallium_dri.so free 0x5571735e8440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e84c0 0.000113
+gallium_dri.so free 0x5571735e8580 void 0.000116
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e84c0 0.000111
+gallium_dri.so free 0x5571735e8600 void 0.000113
+gallium_dri.so free 0x5571735e84c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8630 0.000112
+gallium_dri.so free 0x5571735e8680 void 0.000113
+gallium_dri.so free 0x5571735e8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8630 0.000112
+gallium_dri.so free 0x5571735e8780 void 0.000113
+gallium_dri.so free 0x5571735e8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8730 0.000113
+gallium_dri.so free 0x5571735e8840 void 0.000127
+gallium_dri.so free 0x5571735e8730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e87f0 0.000115
+gallium_dri.so free 0x5571735e88c0 void 0.000122
+gallium_dri.so free 0x5571735e87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e87f0 0.000116
+gallium_dri.so free 0x5571735e8980 void 0.000118
+gallium_dri.so free 0x5571735e87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e87f0 0.000114
+gallium_dri.so free 0x5571735e8a40 void 0.000116
+gallium_dri.so free 0x5571735e87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e89f0 0.000114
+gallium_dri.so free 0x5571735e8ac0 void 0.000116
+gallium_dri.so free 0x5571735e89f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b10 0.000115
+gallium_dri.so free 0x5571735e8b80 void 0.000115
+gallium_dri.so free 0x5571735e8b10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000114
+gallium_dri.so free 0x5571735e8c40 void 0.000116
+gallium_dri.so free 0x5571735e8ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000114
+gallium_dri.so free 0x5571735e8cc0 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000113
+gallium_dri.so free 0x5571735e8d80 void 0.000115
+gallium_dri.so free 0x5571735e8cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000161
+gallium_dri.so free 0x5571735e8cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8e00 0.000112
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e00 0.000111
+gallium_dri.so free 0x5571735e8f80 void 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8e00 0.000113
+gallium_dri.so free 0x5571735e9040 void 0.000113
+gallium_dri.so free 0x5571735e8e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000114
+gallium_dri.so free 0x5571735e90c0 void 0.000114
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9110 0.000113
+gallium_dri.so free 0x5571735e9180 void 0.000114
+gallium_dri.so free 0x5571735e9110 void 0.000112
+gallium_dri.so malloc 72 0x5571735e91c0 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e91c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e91c0 0.000112
+gallium_dri.so free 0x5571735e92c0 void 0.000113
+gallium_dri.so free 0x5571735e91c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e92f0 0.000117
+gallium_dri.so free 0x5571735e9340 void 0.000113
+gallium_dri.so free 0x5571735e92f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92f0 0.000114
+gallium_dri.so free 0x5571735e9440 void 0.000127
+gallium_dri.so free 0x5571735e92f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e93f0 0.000113
+gallium_dri.so free 0x5571735e9500 void 0.000115
+gallium_dri.so free 0x5571735e93f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9540 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9600 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9670 0.000113
+gallium_dri.so free 0x5571735b0b00 void 0.000116
+gallium_dri.so free 0x5571735e9670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b40 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000115
+gallium_dri.so free 0x5571735b0b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000167
+gallium_dri.so free 0x5571735e96c0 void 0.000115
+gallium_dri.so free 0x5571735b0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000112
+gallium_dri.so free 0x5571735b0c80 void 0.000115
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000112
+gallium_dri.so free 0x5571735b0d40 void 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000112
+gallium_dri.so free 0x5571735b0dc0 void 0.000139
+gallium_dri.so free 0x5571735b0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0e10 0.000113
+gallium_dri.so free 0x5571735b0e80 void 0.000116
+gallium_dri.so free 0x5571735b0e10 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0ee0 0.000114
+gallium_dri.so free 0x5571735b0f80 void 0.000116
+gallium_dri.so free 0x5571735b0ee0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0f30 0.000114
+gallium_dri.so free 0x5571735b0fc0 void 0.000115
+gallium_dri.so free 0x5571735b0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0f30 0.000113
+gallium_dri.so free 0x5571735b1080 void 0.000116
+gallium_dri.so free 0x5571735b0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b10c0 0.000115
+gallium_dri.so free 0x5571735b1140 void 0.000116
+gallium_dri.so free 0x5571735b10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1140 0.000114
+gallium_dri.so free 0x5571735b1200 void 0.000116
+gallium_dri.so free 0x5571735b1140 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1140 0.000114
+gallium_dri.so free 0x5571735b1280 void 0.000116
+gallium_dri.so free 0x5571735b1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735b12b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so free 0x5571735b12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1300 0.000115
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1300 0.000113
+gallium_dri.so free 0x5571735b14c0 void 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1470 0.000112
+gallium_dri.so free 0x5571735b1580 void 0.000114
+gallium_dri.so free 0x5571735b1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1530 0.000114
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1530 0.000117
+gallium_dri.so free 0x5571735b1680 void 0.000114
+gallium_dri.so free 0x5571735b1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b16c0 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000114
+gallium_dri.so free 0x5571735b1800 void 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000113
+gallium_dri.so free 0x5571735b1940 void 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1740 0.000114
+gallium_dri.so free 0x5571735b1a00 void 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000126
+gallium_dri.so malloc 72 0x5571735b19b0 0.000114
+gallium_dri.so free 0x5571735b1a80 void 0.000120
+gallium_dri.so free 0x5571735b19b0 void 0.000176
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000121
+gallium_dri.so free 0x5571735b1b40 void 0.000121
+gallium_dri.so free 0x5571735b1ad0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1b60 0.000119
+gallium_dri.so free 0x5571735b1c00 void 0.000115
+gallium_dri.so free 0x5571735b1b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000114
+gallium_dri.so free 0x5571735b1c80 void 0.000115
+gallium_dri.so free 0x5571735b1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000113
+gallium_dri.so free 0x5571735b1d80 void 0.000114
+gallium_dri.so free 0x5571735b1bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1d30 0.000113
+gallium_dri.so free 0x5571735b1e00 void 0.000115
+gallium_dri.so free 0x5571735b1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1e50 0.000112
+gallium_dri.so free 0x5571735b1ec0 void 0.000117
+gallium_dri.so free 0x5571735b1e50 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1ee0 0.000114
+gallium_dri.so free 0x5571735b1f80 void 0.000114
+gallium_dri.so free 0x5571735b1ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1f30 0.000112
+gallium_dri.so free 0x5571735b2000 void 0.000197
+gallium_dri.so free 0x5571735b1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1f30 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000130
+gallium_dri.so free 0x5571735b1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2080 0.000114
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735b33f0 0.000113
+gallium_dri.so free 0x5571735b34c0 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b33f0 0.000114
+gallium_dri.so free 0x5571735b3580 void 0.000114
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000113
+gallium_dri.so free 0x5571735b3640 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b35f0 0.000115
+gallium_dri.so free 0x5571735b36c0 void 0.000115
+gallium_dri.so free 0x5571735b35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3710 0.000115
+gallium_dri.so free 0x5571735b3780 void 0.000114
+gallium_dri.so free 0x5571735b3710 void 0.000114
+gallium_dri.so malloc 72 0x5571735b37a0 0.000115
+gallium_dri.so free 0x5571735b3840 void 0.000117
+gallium_dri.so free 0x5571735b37a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b37f0 0.000115
+gallium_dri.so free 0x5571735b38c0 void 0.000116
+gallium_dri.so free 0x5571735b37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b38c0 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000112
+gallium_dri.so free 0x5571735b38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38c0 0.000110
+gallium_dri.so free 0x5571735b3a00 void 0.000111
+gallium_dri.so free 0x5571735b38c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3a00 0.000112
+gallium_dri.so free 0x5571735b3ac0 void 0.000116
+gallium_dri.so free 0x5571735b3a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3a00 0.000112
+gallium_dri.so free 0x5571735b3b80 void 0.000113
+gallium_dri.so free 0x5571735b3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3a00 0.000109
+gallium_dri.so free 0x5571735b3c40 void 0.000111
+gallium_dri.so free 0x5571735b3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000165
+gallium_dri.so free 0x5571735b3cc0 void 0.000113
+gallium_dri.so free 0x5571735b3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3d10 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000116
+gallium_dri.so free 0x5571735b3d10 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000114
+gallium_dri.so free 0x5571735b3e40 void 0.000111
+gallium_dri.so free 0x5571735b3dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000110
+gallium_dri.so free 0x5571735b3ec0 void 0.000126
+gallium_dri.so free 0x5571735b3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000113
+gallium_dri.so free 0x5571735b3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000112
+gallium_dri.so free 0x5571735b4040 void 0.000114
+gallium_dri.so free 0x5571735b3ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3ff0 0.000115
+gallium_dri.so free 0x5571735b4100 void 0.000116
+gallium_dri.so free 0x5571735b3ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b40b0 0.000113
+gallium_dri.so free 0x5571735b4140 void 0.000114
+gallium_dri.so free 0x5571735b40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b40b0 0.000115
+gallium_dri.so free 0x5571735b4200 void 0.000114
+gallium_dri.so free 0x5571735b40b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4270 0.000112
+gallium_dri.so free 0x5571735b42c0 void 0.000114
+gallium_dri.so free 0x5571735b4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4270 0.000113
+gallium_dri.so free 0x5571735b43c0 void 0.000114
+gallium_dri.so free 0x5571735b4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4370 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000114
+gallium_dri.so free 0x5571735b4370 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4430 0.000113
+gallium_dri.so free 0x5571735b44c0 void 0.000158
+gallium_dri.so free 0x5571735b4430 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4430 0.000123
+gallium_dri.so free 0x5571735b4580 void 0.000121
+gallium_dri.so free 0x5571735b4430 void 0.000118
+gallium_dri.so malloc 72 0x5571735b45c0 0.000119
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so free 0x5571735b45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000117
+gallium_dri.so free 0x5571735b4700 void 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000118
+gallium_dri.so free 0x5571735b47c0 void 0.000118
+gallium_dri.so free 0x5571735b4640 void 0.000116
+gallium_dri.so malloc 72 0x5571735b47e0 0.000118
+gallium_dri.so free 0x5571735b4880 void 0.000118
+gallium_dri.so free 0x5571735b47e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4830 0.000118
+gallium_dri.so free 0x5571735b4900 void 0.000117
+gallium_dri.so free 0x5571735b4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4830 0.000117
+gallium_dri.so free 0x5571735b4980 void 0.000119
+gallium_dri.so free 0x5571735b4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4980 0.000118
+gallium_dri.so free 0x5571735b4a40 void 0.000117
+gallium_dri.so free 0x5571735b4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4980 0.000116
+gallium_dri.so free 0x5571735b4b00 void 0.000114
+gallium_dri.so free 0x5571735b4980 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4980 0.000109
+gallium_dri.so free 0x5571735b4bc0 void 0.000161
+gallium_dri.so free 0x5571735b4980 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4b70 0.000111
+gallium_dri.so free 0x5571735bee80 void 0.000109
+gallium_dri.so free 0x5571735b4b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735beec0 0.000110
+gallium_dri.so free 0x5571735bef40 void 0.000110
+gallium_dri.so free 0x5571735beec0 void 0.000108
+gallium_dri.so malloc 72 0x5571735bef40 0.000109
+gallium_dri.so free 0x5571735bf000 void 0.000108
+gallium_dri.so free 0x5571735bef40 void 0.000109
+gallium_dri.so malloc 72 0x5571735bef40 0.000110
+gallium_dri.so free 0x5571735bf080 void 0.000109
+gallium_dri.so free 0x5571735bef40 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf0b0 0.000110
+gallium_dri.so free 0x5571735bf100 void 0.000109
+gallium_dri.so free 0x5571735bf0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf0b0 0.000109
+gallium_dri.so free 0x5571735bf200 void 0.000116
+gallium_dri.so free 0x5571735bf0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000117
+gallium_dri.so free 0x5571735bf2c0 void 0.000112
+gallium_dri.so free 0x5571735bf1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf270 0.000109
+gallium_dri.so free 0x5571735bf340 void 0.000124
+gallium_dri.so free 0x5571735bf270 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf360 0.000114
+gallium_dri.so free 0x5571735bf400 void 0.000115
+gallium_dri.so free 0x5571735bf360 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf3b0 0.000113
+gallium_dri.so free 0x5571735bf480 void 0.000113
+gallium_dri.so free 0x5571735bf3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf3b0 0.000112
+gallium_dri.so free 0x5571735bf500 void 0.000114
+gallium_dri.so free 0x5571735bf3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf500 0.000112
+gallium_dri.so free 0x5571735bf5c0 void 0.000114
+gallium_dri.so free 0x5571735bf500 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf500 0.000113
+gallium_dri.so free 0x5571735bf680 void 0.000115
+gallium_dri.so free 0x5571735bf500 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf500 0.000114
+gallium_dri.so free 0x5571735bf740 void 0.000116
+gallium_dri.so free 0x5571735bf500 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000115
+gallium_dri.so free 0x5571735bf740 void 0.000114
+gallium_dri.so free 0x5571735bf6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000112
+gallium_dri.so free 0x5571735bf840 void 0.000115
+gallium_dri.so free 0x5571735bf6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000113
+gallium_dri.so free 0x5571735bf900 void 0.000114
+gallium_dri.so free 0x5571735bf7f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000120
+gallium_dri.so free 0x5571735bf940 void 0.000118
+gallium_dri.so free 0x5571735bf8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000119
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so free 0x5571735bf8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfa40 0.000118
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so free 0x5571735bfa40 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfac0 0.000119
+gallium_dri.so free 0x5571735bfb80 void 0.000118
+gallium_dri.so free 0x5571735bfac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfac0 0.000118
+gallium_dri.so free 0x5571735bfc40 void 0.000117
+gallium_dri.so free 0x5571735bfac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfc60 0.000159
+gallium_dri.so free 0x5571735bfd00 void 0.000122
+gallium_dri.so free 0x5571735bfc60 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000117
+gallium_dri.so free 0x5571735bfd80 void 0.000117
+gallium_dri.so free 0x5571735bfcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000118
+gallium_dri.so free 0x5571735bfe00 void 0.000117
+gallium_dri.so free 0x5571735bfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfe00 0.000118
+gallium_dri.so free 0x5571735bfec0 void 0.000102
+gallium_dri.so free 0x5571735bfe00 void 0.000111
+gallium_dri.so malloc 72 0x5571735bfe00 0.000109
+gallium_dri.so free 0x5571735bff80 void 0.000111
+gallium_dri.so free 0x5571735bfe00 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfe00 0.000110
+gallium_dri.so free 0x5571735c0040 void 0.000111
+gallium_dri.so free 0x5571735bfe00 void 0.000111
+gallium_dri.so malloc 72 0x5571735bfff0 0.000111
+gallium_dri.so free 0x5571735c0100 void 0.000109
+gallium_dri.so free 0x5571735bfff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c00b0 0.000109
+gallium_dri.so free 0x5571735c0180 void 0.000109
+gallium_dri.so free 0x5571735c00b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c01d0 0.000109
+gallium_dri.so free 0x5571735c0240 void 0.000110
+gallium_dri.so free 0x5571735c01d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0260 0.000110
+gallium_dri.so free 0x5571735c0300 void 0.000109
+gallium_dri.so free 0x5571735c0260 void 0.000110
+gallium_dri.so malloc 72 0x5571735c02b0 0.000110
+gallium_dri.so free 0x5571735c0380 void 0.000110
+gallium_dri.so free 0x5571735c02b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c02b0 0.000109
+gallium_dri.so free 0x5571735c0400 void 0.000110
+gallium_dri.so free 0x5571735c02b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0400 0.000109
+gallium_dri.so free 0x5571735c04c0 void 0.000109
+gallium_dri.so free 0x5571735c0400 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0400 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000117
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c0600 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0700 0.000112
+gallium_dri.so free 0x5571735c0780 void 0.000116
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0780 0.000134
+gallium_dri.so free 0x5571735c0840 void 0.000116
+gallium_dri.so free 0x5571735c0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0780 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so free 0x5571735c0780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08f0 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so free 0x5571735c08f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c08f0 0.000113
+gallium_dri.so free 0x5571735c0a40 void 0.000115
+gallium_dri.so free 0x5571735c08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a80 0.000115
+gallium_dri.so free 0x5571735c0b00 void 0.000115
+gallium_dri.so free 0x5571735c0a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b00 0.000120
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b00 0.000157
+gallium_dri.so free 0x5571735c0c40 void 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c70 0.000115
+gallium_dri.so free 0x5571735c0cc0 void 0.000116
+gallium_dri.so free 0x5571735c0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c70 0.000113
+gallium_dri.so free 0x5571735c0dc0 void 0.000115
+gallium_dri.so free 0x5571735c0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d70 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000115
+gallium_dri.so free 0x5571735c0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e30 0.000113
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e30 0.000113
+gallium_dri.so free 0x5571735c0fc0 void 0.000116
+gallium_dri.so free 0x5571735c0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e30 0.000115
+gallium_dri.so free 0x5571735c1080 void 0.000114
+gallium_dri.so free 0x5571735c0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1030 0.000113
+gallium_dri.so free 0x5571735c1100 void 0.000116
+gallium_dri.so free 0x5571735c1030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1150 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000113
+gallium_dri.so free 0x5571735c1150 void 0.000114
+gallium_dri.so malloc 72 0x5571735c11e0 0.000112
+gallium_dri.so free 0x5571735c1280 void 0.000114
+gallium_dri.so free 0x5571735c11e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1230 0.000113
+gallium_dri.so free 0x5571735c1300 void 0.000114
+gallium_dri.so free 0x5571735c1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1300 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so free 0x5571735c1300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1300 0.000112
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so free 0x5571735c1300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1440 0.000112
+gallium_dri.so free 0x5571735c1500 void 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1440 0.000112
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1440 0.000113
+gallium_dri.so free 0x5571735c1680 void 0.000116
+gallium_dri.so free 0x5571735c1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000114
+gallium_dri.so free 0x5571735c1700 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1750 0.000126
+gallium_dri.so free 0x5571735c17c0 void 0.000116
+gallium_dri.so free 0x5571735c1750 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1800 0.000115
+gallium_dri.so free 0x5571735c1880 void 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1800 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1930 0.000112
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so free 0x5571735c1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1930 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x5571735c1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000112
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x5571735c1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1af0 0.000166
+gallium_dri.so free 0x5571735c1b80 void 0.000116
+gallium_dri.so free 0x5571735c1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000114
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000166
+gallium_dri.so free 0x5571735c1e00 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1db0 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000112
+gallium_dri.so free 0x5571735c1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1e70 0.000112
+gallium_dri.so free 0x5571735c1f00 void 0.000113
+gallium_dri.so free 0x5571735c1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e70 0.000112
+gallium_dri.so free 0x5571735c1fc0 void 0.000114
+gallium_dri.so free 0x5571735c1e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2000 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2080 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2080 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2220 0.000112
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so free 0x5571735c2220 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2270 0.000114
+gallium_dri.so free 0x5571735c2340 void 0.000114
+gallium_dri.so free 0x5571735c2270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2270 0.000122
+gallium_dri.so free 0x5571735c23c0 void 0.000115
+gallium_dri.so free 0x5571735c2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23c0 0.000111
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so free 0x5571735c23c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23c0 0.000113
+gallium_dri.so free 0x5571735c2540 void 0.000115
+gallium_dri.so free 0x5571735c23c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23c0 0.000114
+gallium_dri.so free 0x5571735c2600 void 0.000113
+gallium_dri.so free 0x5571735c23c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25b0 0.000114
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c25b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2670 0.000113
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so free 0x5571735c2670 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2790 0.000111
+gallium_dri.so free 0x5571735c2800 void 0.000113
+gallium_dri.so free 0x5571735c2790 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2820 0.000113
+gallium_dri.so free 0x5571735c28c0 void 0.000113
+gallium_dri.so free 0x5571735c2820 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2870 0.000112
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2870 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000128
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29c0 0.000113
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c29c0 0.000118
+gallium_dri.so free 0x5571735c2b80 void 0.000115
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000121
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cc0 0.000115
+gallium_dri.so free 0x5571735c2d40 void 0.000114
+gallium_dri.so free 0x5571735c2cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d40 0.000112
+gallium_dri.so free 0x5571735c2e00 void 0.000115
+gallium_dri.so free 0x5571735c2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d40 0.000113
+gallium_dri.so free 0x5571735c2e80 void 0.000116
+gallium_dri.so free 0x5571735c2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000117
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so free 0x5571735c2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000114
+gallium_dri.so free 0x5571735c3000 void 0.000164
+gallium_dri.so free 0x5571735c2eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3040 0.000112
+gallium_dri.so free 0x5571735c30c0 void 0.000113
+gallium_dri.so free 0x5571735c3040 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30c0 0.000111
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30c0 0.000113
+gallium_dri.so free 0x5571735c3200 void 0.000113
+gallium_dri.so free 0x5571735c30c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3230 0.000119
+gallium_dri.so free 0x5571735c3280 void 0.000123
+gallium_dri.so free 0x5571735c3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3230 0.000113
+gallium_dri.so free 0x5571735c3380 void 0.000120
+gallium_dri.so free 0x5571735c3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3330 0.000113
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so free 0x5571735c3330 void 0.000111
+gallium_dri.so malloc 72 0x5571735c33f0 0.000112
+gallium_dri.so free 0x5571735c34c0 void 0.000113
+gallium_dri.so free 0x5571735c33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c33f0 0.000111
+gallium_dri.so free 0x5571735c3580 void 0.000113
+gallium_dri.so free 0x5571735c33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c33f0 0.000120
+gallium_dri.so free 0x5571735c3640 void 0.000115
+gallium_dri.so free 0x5571735c33f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c35f0 0.000113
+gallium_dri.so free 0x5571735c36c0 void 0.000114
+gallium_dri.so free 0x5571735c35f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3710 0.000112
+gallium_dri.so free 0x5571735c3780 void 0.000113
+gallium_dri.so free 0x5571735c3710 void 0.000112
+gallium_dri.so malloc 72 0x5571735c37a0 0.000111
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so free 0x5571735c37a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c37f0 0.000113
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so free 0x5571735c37f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c38c0 0.000114
+gallium_dri.so free 0x5571735c3980 void 0.000113
+gallium_dri.so free 0x5571735c38c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c38c0 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000164
+gallium_dri.so free 0x5571735c38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a00 0.000111
+gallium_dri.so free 0x5571735c3ac0 void 0.000138
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a00 0.000112
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3a00 0.000112
+gallium_dri.so free 0x5571735c3c40 void 0.000106
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000111
+gallium_dri.so free 0x5571735c3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d10 0.000112
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so free 0x5571735c3d10 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000111
+gallium_dri.so free 0x5571735c3e40 void 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000111
+gallium_dri.so free 0x5571735c3ec0 void 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000111
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so free 0x5571735c3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000111
+gallium_dri.so free 0x5571735c3ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000122
+gallium_dri.so free 0x5571735c4100 void 0.000118
+gallium_dri.so free 0x5571735c3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735c4140 void 0.000113
+gallium_dri.so free 0x5571735c40b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c40b0 0.000124
+gallium_dri.so free 0x5571735c4200 void 0.000131
+gallium_dri.so free 0x5571735c40b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4270 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c4270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000117
+gallium_dri.so free 0x5571735c4270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4370 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so free 0x5571735c4370 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4430 0.000117
+gallium_dri.so free 0x5571735c44c0 void 0.000119
+gallium_dri.so free 0x5571735c4430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4430 0.000119
+gallium_dri.so free 0x5571735c4580 void 0.000118
+gallium_dri.so free 0x5571735c4430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c45c0 0.000119
+gallium_dri.so free 0x5571735c4640 void 0.000119
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4640 0.000119
+gallium_dri.so free 0x5571735c4700 void 0.000117
+gallium_dri.so free 0x5571735c4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4640 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c47e0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000116
+gallium_dri.so free 0x5571735c47e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4830 0.000165
+gallium_dri.so free 0x5571735c4900 void 0.000123
+gallium_dri.so free 0x5571735c4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4830 0.000125
+gallium_dri.so free 0x5571735c4980 void 0.000118
+gallium_dri.so free 0x5571735c4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4980 0.000117
+gallium_dri.so free 0x5571735c4a40 void 0.000117
+gallium_dri.so free 0x5571735c4980 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4980 0.000115
+gallium_dri.so free 0x5571735c4b00 void 0.000118
+gallium_dri.so free 0x5571735c4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4980 0.000117
+gallium_dri.so free 0x5571735c4bc0 void 0.000117
+gallium_dri.so free 0x5571735c4980 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b70 0.000117
+gallium_dri.so free 0x5571735c4c80 void 0.000117
+gallium_dri.so free 0x5571735c4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c30 0.000116
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so free 0x5571735c4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4d50 0.000118
+gallium_dri.so free 0x5571735c4dc0 void 0.000117
+gallium_dri.so free 0x5571735c4d50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4de0 0.000119
+gallium_dri.so free 0x5571735c4e80 void 0.000118
+gallium_dri.so free 0x5571735c4de0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e30 0.000118
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so free 0x5571735c4e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4e30 0.000117
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so free 0x5571735c4e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f80 0.000119
+gallium_dri.so free 0x5571735c5040 void 0.000119
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000118
+gallium_dri.so free 0x5571735c5140 void 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c50f0 0.000117
+gallium_dri.so free 0x5571735c5180 void 0.000118
+gallium_dri.so free 0x5571735c50f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c50f0 0.000118
+gallium_dri.so free 0x5571735c5240 void 0.000118
+gallium_dri.so free 0x5571735c50f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5280 0.000118
+gallium_dri.so free 0x5571735c5300 void 0.000118
+gallium_dri.so free 0x5571735c5280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5300 0.000161
+gallium_dri.so free 0x5571735c53c0 void 0.000140
+gallium_dri.so free 0x5571735c5300 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5300 0.000141
+gallium_dri.so free 0x5571735c5440 void 0.000131
+gallium_dri.so free 0x5571735c5300 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5470 0.000123
+gallium_dri.so free 0x5571735c54c0 void 0.000124
+gallium_dri.so free 0x5571735c5470 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5470 0.000119
+gallium_dri.so free 0x5571735c55c0 void 0.000119
+gallium_dri.so free 0x5571735c5470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5600 0.000118
+gallium_dri.so free 0x5571735c5680 void 0.000118
+gallium_dri.so free 0x5571735c5600 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5680 0.000118
+gallium_dri.so free 0x5571735c5740 void 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5680 0.000118
+gallium_dri.so free 0x5571735c57c0 void 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c57f0 0.000117
+gallium_dri.so free 0x5571735c5840 void 0.000118
+gallium_dri.so free 0x5571735c57f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c57f0 0.000117
+gallium_dri.so free 0x5571735c5940 void 0.000118
+gallium_dri.so free 0x5571735c57f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c58f0 0.000134
+gallium_dri.so free 0x5571735c5a00 void 0.000133
+gallium_dri.so free 0x5571735c58f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c59b0 0.000133
+gallium_dri.so free 0x5571735c5a80 void 0.000131
+gallium_dri.so free 0x5571735c59b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c59b0 0.000131
+gallium_dri.so free 0x5571735c5b40 void 0.000132
+gallium_dri.so free 0x5571735c59b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c59b0 0.000131
+gallium_dri.so free 0x5571735c5c00 void 0.000131
+gallium_dri.so free 0x5571735c59b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5bb0 0.000130
+gallium_dri.so free 0x5571735c5c80 void 0.000130
+gallium_dri.so free 0x5571735c5bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5cd0 0.000131
+gallium_dri.so free 0x5571735c5d40 void 0.000130
+gallium_dri.so free 0x5571735c5cd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5d60 0.000130
+gallium_dri.so free 0x5571735c5e00 void 0.000130
+gallium_dri.so free 0x5571735c5d60 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5db0 0.000130
+gallium_dri.so free 0x5571735c5e80 void 0.000131
+gallium_dri.so free 0x5571735c5db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5e80 0.000160
+gallium_dri.so free 0x5571735c5f40 void 0.000159
+gallium_dri.so free 0x5571735c5e80 void 0.000241
+gallium_dri.so malloc 72 0x5571735c5e80 0.000244
+gallium_dri.so free 0x5571735c5fc0 void 0.000244
+gallium_dri.so free 0x5571735c5e80 void 0.000243
+gallium_dri.so malloc 72 0x5571735c5fc0 0.000237
+gallium_dri.so free 0x5571735c6080 void 0.000253
+gallium_dri.so free 0x5571735c5fc0 void 0.000241
+gallium_dri.so malloc 72 0x5571735c5fc0 0.000247
+gallium_dri.so free 0x5571735c6140 void 0.000297
+gallium_dri.so free 0x5571735c5fc0 void 0.000199
+gallium_dri.so malloc 72 0x5571735c5fc0 0.000125
+gallium_dri.so free 0x5571735c6200 void 0.000123
+gallium_dri.so free 0x5571735c5fc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c61b0 0.000124
+gallium_dri.so free 0x5571735c6280 void 0.000134
+gallium_dri.so free 0x5571735c61b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c62d0 0.000124
+gallium_dri.so free 0x5571735c6340 void 0.000125
+gallium_dri.so free 0x5571735c62d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6380 0.000124
+gallium_dri.so free 0x5571735c6400 void 0.000127
+gallium_dri.so free 0x5571735c6380 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6380 0.000123
+gallium_dri.so free 0x5571735c6480 void 0.000124
+gallium_dri.so free 0x5571735c6380 void 0.000124
+gallium_dri.so malloc 72 0x5571735c64b0 0.000124
+gallium_dri.so free 0x5571735c6500 void 0.000123
+gallium_dri.so free 0x5571735c64b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c64b0 0.000124
+gallium_dri.so free 0x5571735c6600 void 0.000124
+gallium_dri.so free 0x5571735c64b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c65b0 0.000123
+gallium_dri.so free 0x5571735c66c0 void 0.000123
+gallium_dri.so free 0x5571735c65b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6670 0.000124
+gallium_dri.so free 0x5571735c6700 void 0.000123
+gallium_dri.so free 0x5571735c6670 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6670 0.000125
+gallium_dri.so free 0x5571735c67c0 void 0.000123
+gallium_dri.so free 0x5571735c6670 void 0.000133
+gallium_dri.so malloc 72 0x5571735c6830 0.000125
+gallium_dri.so free 0x5571735c6880 void 0.000124
+gallium_dri.so free 0x5571735c6830 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6830 0.000124
+gallium_dri.so free 0x5571735c6980 void 0.000123
+gallium_dri.so free 0x5571735c6830 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6930 0.000124
+gallium_dri.so free 0x5571735c6a40 void 0.000124
+gallium_dri.so free 0x5571735c6930 void 0.000123
+gallium_dri.so malloc 72 0x5571735c69f0 0.000124
+gallium_dri.so free 0x5571735c6a80 void 0.000125
+gallium_dri.so free 0x5571735c69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c69f0 0.000123
+gallium_dri.so free 0x5571735c6b40 void 0.000125
+gallium_dri.so free 0x5571735c69f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6b80 0.000123
+gallium_dri.so free 0x5571735c6c00 void 0.000123
+gallium_dri.so free 0x5571735c6b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6c00 0.000123
+gallium_dri.so free 0x5571735c6cc0 void 0.000124
+gallium_dri.so free 0x5571735c6c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6c00 0.000123
+gallium_dri.so free 0x5571735c6d80 void 0.000124
+gallium_dri.so free 0x5571735c6c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6da0 0.000127
+gallium_dri.so free 0x5571735c6e40 void 0.000129
+gallium_dri.so free 0x5571735c6da0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6df0 0.000123
+gallium_dri.so free 0x5571735c6ec0 void 0.000124
+gallium_dri.so free 0x5571735c6df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6df0 0.000124
+gallium_dri.so free 0x5571735c6f40 void 0.000124
+gallium_dri.so free 0x5571735c6df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6f40 0.000132
+gallium_dri.so free 0x5571735c7000 void 0.000119
+gallium_dri.so free 0x5571735c6f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6f40 0.000118
+gallium_dri.so free 0x5571735c70c0 void 0.000118
+gallium_dri.so free 0x5571735c6f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6f40 0.000117
+gallium_dri.so free 0x5571735c7180 void 0.000133
+gallium_dri.so free 0x5571735c6f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7130 0.000118
+gallium_dri.so free 0x5571735c7240 void 0.000118
+gallium_dri.so free 0x5571735c7130 void 0.000117
+gallium_dri.so malloc 72 0x5571735c71f0 0.000118
+gallium_dri.so free 0x5571735c72c0 void 0.000117
+gallium_dri.so free 0x5571735c71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7310 0.000117
+gallium_dri.so free 0x5571735c7380 void 0.000117
+gallium_dri.so free 0x5571735c7310 void 0.000126
+gallium_dri.so malloc 72 0x5571735c73a0 0.000120
+gallium_dri.so free 0x5571735c7440 void 0.000119
+gallium_dri.so free 0x5571735c73a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c73f0 0.000118
+gallium_dri.so free 0x5571735c74c0 void 0.000118
+gallium_dri.so free 0x5571735c73f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c73f0 0.000118
+gallium_dri.so free 0x5571735c7540 void 0.000118
+gallium_dri.so free 0x5571735c73f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7540 0.000119
+gallium_dri.so free 0x5571735c7600 void 0.000118
+gallium_dri.so free 0x5571735c7540 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7540 0.000116
+gallium_dri.so free 0x5571735c7700 void 0.000123
+gallium_dri.so free 0x5571735c7540 void 0.000118
+gallium_dri.so malloc 72 0x5571735c76b0 0.000119
+gallium_dri.so free 0x5571735c7740 void 0.000119
+gallium_dri.so free 0x5571735c76b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c76b0 0.000116
+gallium_dri.so free 0x5571735c7800 void 0.000118
+gallium_dri.so free 0x5571735c76b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7840 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000119
+gallium_dri.so free 0x5571735c7840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c78c0 0.000117
+gallium_dri.so free 0x5571735c7980 void 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c78c0 0.000118
+gallium_dri.so free 0x5571735c7a00 void 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7a30 0.000118
+gallium_dri.so free 0x5571735c7a80 void 0.000118
+gallium_dri.so free 0x5571735c7a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7a30 0.000119
+gallium_dri.so free 0x5571735c7b80 void 0.000117
+gallium_dri.so free 0x5571735c7a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7bc0 0.000119
+gallium_dri.so free 0x5571735c7c40 void 0.000121
+gallium_dri.so free 0x5571735c7bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7c40 0.000122
+gallium_dri.so free 0x5571735c7d00 void 0.000122
+gallium_dri.so free 0x5571735c7c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7c40 0.000124
+gallium_dri.so free 0x5571735c7d80 void 0.000125
+gallium_dri.so free 0x5571735c7c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7db0 0.000118
+gallium_dri.so free 0x5571735c7e00 void 0.000118
+gallium_dri.so free 0x5571735c7db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7db0 0.000118
+gallium_dri.so free 0x5571735c7f00 void 0.000117
+gallium_dri.so free 0x5571735c7db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000130
+gallium_dri.so free 0x5571735c7fc0 void 0.000119
+gallium_dri.so free 0x5571735c7eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7f70 0.000118
+gallium_dri.so free 0x5571735c8040 void 0.000117
+gallium_dri.so free 0x5571735c7f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7f70 0.000118
+gallium_dri.so free 0x5571735c8100 void 0.000119
+gallium_dri.so free 0x5571735c7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7f70 0.000119
+gallium_dri.so free 0x5571735c81c0 void 0.000119
+gallium_dri.so free 0x5571735c7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8170 0.000117
+gallium_dri.so free 0x5571735c8240 void 0.000118
+gallium_dri.so free 0x5571735c8170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8290 0.000118
+gallium_dri.so free 0x5571735c8300 void 0.000117
+gallium_dri.so free 0x5571735c8290 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8320 0.000117
+gallium_dri.so free 0x5571735c83c0 void 0.000117
+gallium_dri.so free 0x5571735c8320 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8370 0.000117
+gallium_dri.so free 0x5571735c8440 void 0.000118
+gallium_dri.so free 0x5571735c8370 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8440 0.000117
+gallium_dri.so free 0x5571735c8500 void 0.000118
+gallium_dri.so free 0x5571735c8440 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8440 0.000114
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so free 0x5571735c8440 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8580 0.000112
+gallium_dri.so free 0x5571735c8640 void 0.000109
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8580 0.000110
+gallium_dri.so free 0x5571735c8700 void 0.000111
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8580 0.000110
+gallium_dri.so free 0x5571735c87c0 void 0.000110
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8770 0.000109
+gallium_dri.so free 0x5571735c8840 void 0.000109
+gallium_dri.so free 0x5571735c8770 void 0.000109
+gallium_dri.so malloc 72 0x5571735c8890 0.000110
+gallium_dri.so free 0x5571735c8900 void 0.000111
+gallium_dri.so free 0x5571735c8890 void 0.000109
+gallium_dri.so malloc 72 0x5571735c8940 0.000110
+gallium_dri.so free 0x5571735c89c0 void 0.000110
+gallium_dri.so free 0x5571735c8940 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8940 0.000110
+gallium_dri.so free 0x5571735c8a40 void 0.000117
+gallium_dri.so free 0x5571735c8940 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8a70 0.000113
+gallium_dri.so free 0x5571735c8ac0 void 0.000112
+gallium_dri.so free 0x5571735c8a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8a70 0.000111
+gallium_dri.so free 0x5571735c8bc0 void 0.000124
+gallium_dri.so free 0x5571735c8a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8b70 0.000123
+gallium_dri.so free 0x5571735c8c80 void 0.000118
+gallium_dri.so free 0x5571735c8b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8c30 0.000124
+gallium_dri.so free 0x5571735c8cc0 void 0.000118
+gallium_dri.so free 0x5571735c8c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c30 0.000119
+gallium_dri.so free 0x5571735c8d80 void 0.000120
+gallium_dri.so free 0x5571735c8c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8df0 0.000124
+gallium_dri.so free 0x5571735c8e40 void 0.000128
+gallium_dri.so free 0x5571735c8df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8df0 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735c8df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735daa30 0.000123
+gallium_dri.so free 0x5571735daa80 void 0.000123
+gallium_dri.so free 0x5571735daa30 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa30 0.000123
+gallium_dri.so free 0x5571735dab80 void 0.000123
+gallium_dri.so free 0x5571735daa30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dabf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dabf0 0.000123
+gallium_dri.so free 0x5571735dad80 void 0.000125
+gallium_dri.so free 0x5571735dabf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dabf0 0.000122
+gallium_dri.so free 0x5571735dae40 void 0.000122
+gallium_dri.so free 0x5571735dabf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dadf0 0.000122
+gallium_dri.so free 0x5571735daec0 void 0.000124
+gallium_dri.so free 0x5571735dadf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf10 0.000123
+gallium_dri.so free 0x5571735daf80 void 0.000122
+gallium_dri.so free 0x5571735daf10 void 0.000123
+gallium_dri.so malloc 72 0x5571735dafa0 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000117
+gallium_dri.so free 0x5571735dafa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daff0 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0c0 0.000123
+gallium_dri.so free 0x5571735db180 void 0.000149
+gallium_dri.so free 0x5571735db0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0c0 0.000121
+gallium_dri.so free 0x5571735db200 void 0.000125
+gallium_dri.so free 0x5571735db0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db200 0.000124
+gallium_dri.so free 0x5571735db2c0 void 0.000119
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000120
+gallium_dri.so free 0x5571735db380 void 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000124
+gallium_dri.so malloc 72 0x5571735db200 0.000124
+gallium_dri.so free 0x5571735db440 void 0.000169
+gallium_dri.so free 0x5571735db200 void 0.000125
+gallium_dri.so malloc 72 0x5571735db3f0 0.000123
+gallium_dri.so free 0x5571735db4c0 void 0.000124
+gallium_dri.so free 0x5571735db3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db510 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db510 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5c0 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000121
+gallium_dri.so free 0x5571735db5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db6f0 0.000124
+gallium_dri.so free 0x5571735db740 void 0.000121
+gallium_dri.so free 0x5571735db6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db6f0 0.000126
+gallium_dri.so free 0x5571735db840 void 0.000130
+gallium_dri.so free 0x5571735db6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db7f0 0.000120
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so free 0x5571735db7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db8b0 0.000137
+gallium_dri.so free 0x5571735db940 void 0.000122
+gallium_dri.so free 0x5571735db8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db8b0 0.000129
+gallium_dri.so free 0x5571735dba00 void 0.000130
+gallium_dri.so free 0x5571735db8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dba70 0.000128
+gallium_dri.so free 0x5571735dbac0 void 0.000220
+gallium_dri.so free 0x5571735dba70 void 0.000218
+gallium_dri.so malloc 72 0x5571735dba70 0.000223
+gallium_dri.so free 0x5571735dbbc0 void 0.000201
+gallium_dri.so free 0x5571735dba70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbb70 0.000128
+gallium_dri.so free 0x5571735dbc80 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbc30 0.000125
+gallium_dri.so free 0x5571735dbcc0 void 0.000127
+gallium_dri.so free 0x5571735dbc30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbc30 0.000130
+gallium_dri.so free 0x5571735dbd80 void 0.000122
+gallium_dri.so free 0x5571735dbc30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000127
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so free 0x5571735dbdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbe40 0.000124
+gallium_dri.so free 0x5571735dbf00 void 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbe40 0.000134
+gallium_dri.so free 0x5571735dbfc0 void 0.000129
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000126
+gallium_dri.so free 0x5571735dc080 void 0.000121
+gallium_dri.so free 0x5571735dbfe0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc030 0.000129
+gallium_dri.so free 0x5571735dc100 void 0.000130
+gallium_dri.so free 0x5571735dc030 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc030 0.000120
+gallium_dri.so free 0x5571735dc180 void 0.000120
+gallium_dri.so free 0x5571735dc030 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc180 0.000124
+gallium_dri.so free 0x5571735dc240 void 0.000128
+gallium_dri.so free 0x5571735dc180 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc180 0.000141
+gallium_dri.so free 0x5571735dc300 void 0.000133
+gallium_dri.so free 0x5571735dc180 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc180 0.000129
+gallium_dri.so free 0x5571735dc3c0 void 0.000130
+gallium_dri.so free 0x5571735dc180 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc370 0.000125
+gallium_dri.so free 0x5571735dc480 void 0.000135
+gallium_dri.so free 0x5571735dc370 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc430 0.000129
+gallium_dri.so free 0x5571735dc500 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc550 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000126
+gallium_dri.so free 0x5571735dc550 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000129
+gallium_dri.so free 0x5571735dc680 void 0.000132
+gallium_dri.so free 0x5571735dc5e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc630 0.000130
+gallium_dri.so free 0x5571735dc700 void 0.000220
+gallium_dri.so free 0x5571735dc630 void 0.000242
+gallium_dri.so malloc 72 0x5571735dc630 0.000224
+gallium_dri.so free 0x5571735dc780 void 0.000243
+gallium_dri.so free 0x5571735dc630 void 0.000266
+gallium_dri.so malloc 72 0x5571735dc780 0.000265
+gallium_dri.so free 0x5571735dc840 void 0.000267
+gallium_dri.so free 0x5571735dc780 void 0.000282
+gallium_dri.so malloc 72 0x5571735dc780 0.000264
+gallium_dri.so free 0x5571735dc940 void 0.000259
+gallium_dri.so free 0x5571735dc780 void 0.000275
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000240
+gallium_dri.so free 0x5571735dc980 void 0.000229
+gallium_dri.so free 0x5571735dc8f0 void 0.000234
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000201
+gallium_dri.so free 0x5571735dca40 void 0.000252
+gallium_dri.so free 0x5571735dc8f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dca80 0.000224
+gallium_dri.so free 0x5571735dcb00 void 0.000184
+gallium_dri.so free 0x5571735dca80 void 0.000237
+gallium_dri.so malloc 72 0x5571735dcb00 0.000221
+gallium_dri.so free 0x5571735dcbc0 void 0.000197
+gallium_dri.so free 0x5571735dcb00 void 0.000218
+gallium_dri.so malloc 72 0x5571735dcb00 0.000222
+gallium_dri.so free 0x5571735dcc40 void 0.000223
+gallium_dri.so free 0x5571735dcb00 void 0.000197
+gallium_dri.so malloc 72 0x5571735dcc70 0.000203
+gallium_dri.so free 0x5571735dccc0 void 0.000180
+gallium_dri.so free 0x5571735dcc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcc70 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000123
+gallium_dri.so free 0x5571735dcc70 void 0.000134
+gallium_dri.so malloc 72 0x5571735dce00 0.000145
+gallium_dri.so free 0x5571735dce80 void 0.000173
+gallium_dri.so free 0x5571735dce00 void 0.000276
+gallium_dri.so malloc 72 0x5571735dce80 0.000228
+gallium_dri.so free 0x5571735dcf40 void 0.000207
+gallium_dri.so free 0x5571735dce80 void 0.000133
+gallium_dri.so malloc 72 0x5571735dce80 0.000132
+gallium_dri.so free 0x5571735dcfc0 void 0.000127
+gallium_dri.so free 0x5571735dce80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcff0 0.000132
+gallium_dri.so free 0x5571735dd040 void 0.000131
+gallium_dri.so free 0x5571735dcff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcff0 0.000135
+gallium_dri.so free 0x5571735dd140 void 0.000131
+gallium_dri.so free 0x5571735dcff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000137
+gallium_dri.so free 0x5571735dd200 void 0.000136
+gallium_dri.so free 0x5571735dd0f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000137
+gallium_dri.so free 0x5571735dd280 void 0.000174
+gallium_dri.so free 0x5571735dd1b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000278
+gallium_dri.so free 0x5571735dd340 void 0.000284
+gallium_dri.so free 0x5571735dd1b0 void 0.000286
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000274
+gallium_dri.so free 0x5571735dd400 void 0.000278
+gallium_dri.so free 0x5571735dd1b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000285
+gallium_dri.so free 0x5571735dd480 void 0.000334
+gallium_dri.so free 0x5571735dd3b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000275
+gallium_dri.so free 0x5571735dd540 void 0.000293
+gallium_dri.so free 0x5571735dd4d0 void 0.000232
+gallium_dri.so malloc 72 0x5571735dd560 0.000230
+gallium_dri.so free 0x5571735dd600 void 0.000206
+gallium_dri.so free 0x5571735dd560 void 0.000183
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000230
+gallium_dri.so free 0x5571735dd680 void 0.000169
+gallium_dri.so free 0x5571735dd5b0 void 0.000236
+gallium_dri.so malloc 72 0x5571735dd680 0.000232
+gallium_dri.so free 0x5571735dd740 void 0.000233
+gallium_dri.so free 0x5571735dd680 void 0.000211
+gallium_dri.so malloc 72 0x5571735dd680 0.000185
+gallium_dri.so free 0x5571735dd7c0 void 0.000136
+gallium_dri.so free 0x5571735dd680 void 0.000142
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000233
+gallium_dri.so free 0x5571735dd880 void 0.000232
+gallium_dri.so free 0x5571735dd7c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000230
+gallium_dri.so free 0x5571735dd940 void 0.000231
+gallium_dri.so free 0x5571735dd7c0 void 0.000231
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000232
+gallium_dri.so free 0x5571735dda00 void 0.000233
+gallium_dri.so free 0x5571735dd7c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000228
+gallium_dri.so free 0x5571735dda80 void 0.000231
+gallium_dri.so free 0x5571735dd9b0 void 0.000216
+gallium_dri.so malloc 72 0x5571735ddad0 0.000205
+gallium_dri.so free 0x5571735ddb40 void 0.000241
+gallium_dri.so free 0x5571735ddad0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ddb80 0.000211
+gallium_dri.so free 0x5571735ddc00 void 0.000239
+gallium_dri.so free 0x5571735ddb80 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddb80 0.000131
+gallium_dri.so free 0x5571735ddc80 void 0.000130
+gallium_dri.so free 0x5571735ddb80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000133
+gallium_dri.so free 0x5571735ddd00 void 0.000128
+gallium_dri.so free 0x5571735ddcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000136
+gallium_dri.so free 0x5571735dde00 void 0.000139
+gallium_dri.so free 0x5571735ddcb0 void 0.000231
+gallium_dri.so malloc 72 0x5571735dddb0 0.000230
+gallium_dri.so free 0x5571735ddec0 void 0.000210
+gallium_dri.so free 0x5571735dddb0 void 0.000187
+gallium_dri.so malloc 72 0x5571735dde70 0.000134
+gallium_dri.so free 0x5571735ddf00 void 0.000306
+gallium_dri.so free 0x5571735dde70 void 0.000308
+gallium_dri.so malloc 72 0x5571735dde70 0.000307
+gallium_dri.so free 0x5571735ddfc0 void 0.000141
+gallium_dri.so free 0x5571735dde70 void 0.000137
+gallium_dri.so malloc 72 0x5571735de030 0.000131
+gallium_dri.so free 0x5571735de080 void 0.000127
+gallium_dri.so free 0x5571735de030 void 0.000133
+gallium_dri.so malloc 72 0x5571735de030 0.000136
+gallium_dri.so free 0x5571735de180 void 0.000130
+gallium_dri.so free 0x5571735de030 void 0.000126
+gallium_dri.so malloc 72 0x5571735de130 0.000126
+gallium_dri.so free 0x5571735de240 void 0.000132
+gallium_dri.so free 0x5571735de130 void 0.000133
+gallium_dri.so malloc 72 0x5571735de1f0 0.000127
+gallium_dri.so free 0x5571735de280 void 0.000127
+gallium_dri.so free 0x5571735de1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de1f0 0.000131
+gallium_dri.so free 0x5571735de340 void 0.000131
+gallium_dri.so free 0x5571735de1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de380 0.000139
+gallium_dri.so free 0x5571735de400 void 0.000131
+gallium_dri.so free 0x5571735de380 void 0.000129
+gallium_dri.so malloc 72 0x5571735de400 0.000129
+gallium_dri.so free 0x5571735de4c0 void 0.000129
+gallium_dri.so free 0x5571735de400 void 0.000135
+gallium_dri.so malloc 72 0x5571735de400 0.000140
+gallium_dri.so free 0x5571735de580 void 0.000130
+gallium_dri.so free 0x5571735de400 void 0.000125
+gallium_dri.so malloc 72 0x5571735de5a0 0.000125
+gallium_dri.so free 0x5571735de640 void 0.000129
+gallium_dri.so free 0x5571735de5a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de5f0 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so free 0x5571735de5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de5f0 0.000124
+gallium_dri.so free 0x5571735de740 void 0.000130
+gallium_dri.so free 0x5571735de5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de740 0.000124
+gallium_dri.so free 0x5571735de800 void 0.000122
+gallium_dri.so free 0x5571735de740 void 0.000120
+gallium_dri.so malloc 72 0x5571735de740 0.000125
+gallium_dri.so free 0x5571735de8c0 void 0.000125
+gallium_dri.so free 0x5571735de740 void 0.000124
+gallium_dri.so malloc 72 0x5571735de740 0.000130
+gallium_dri.so free 0x5571735de980 void 0.000129
+gallium_dri.so free 0x5571735de740 void 0.000125
+gallium_dri.so malloc 72 0x5571735de930 0.000121
+gallium_dri.so free 0x5571735dea40 void 0.000120
+gallium_dri.so free 0x5571735de930 void 0.000125
+gallium_dri.so malloc 72 0x5571735de9f0 0.000131
+gallium_dri.so free 0x5571735deac0 void 0.000142
+gallium_dri.so free 0x5571735de9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735deb10 0.000130
+gallium_dri.so free 0x5571735deb80 void 0.000129
+gallium_dri.so free 0x5571735deb10 void 0.000124
+gallium_dri.so malloc 72 0x5571735deba0 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735deba0 void 0.000125
+gallium_dri.so malloc 72 0x5571735debf0 0.000130
+gallium_dri.so free 0x5571735decc0 void 0.000129
+gallium_dri.so free 0x5571735debf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735debf0 0.000125
+gallium_dri.so free 0x5571735ded40 void 0.000125
+gallium_dri.so free 0x5571735debf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ded40 0.000120
+gallium_dri.so free 0x5571735dee00 void 0.000120
+gallium_dri.so free 0x5571735ded40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded40 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000119
+gallium_dri.so free 0x5571735ded40 void 0.000119
+gallium_dri.so malloc 72 0x5571735deeb0 0.000120
+gallium_dri.so free 0x5571735def40 void 0.000121
+gallium_dri.so free 0x5571735deeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735deeb0 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735deeb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735df040 0.000122
+gallium_dri.so free 0x5571735df0c0 void 0.000120
+gallium_dri.so free 0x5571735df040 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000120
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000119
+gallium_dri.so free 0x5571735df200 void 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df230 0.000116
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3c0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000121
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000115
+gallium_dri.so free 0x5571735df5b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000115
+gallium_dri.so free 0x5571735df770 void 0.000114
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df970 0.000113
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so free 0x5571735df970 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa90 0.000116
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735dfa90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb20 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb70 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfc40 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc40 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfd80 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff70 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so free 0x5571735dff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0090 0.000115
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735e0090 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0140 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0140 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000154
+gallium_dri.so malloc 72 0x5571735e0270 0.000116
+gallium_dri.so free 0x5571735e02c0 void 0.000116
+gallium_dri.so free 0x5571735e0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0270 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0370 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000116
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0430 0.000115
+gallium_dri.so free 0x5571735e04c0 void 0.000114
+gallium_dri.so free 0x5571735e0430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0430 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000116
+gallium_dri.so free 0x5571735e0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05f0 0.000115
+gallium_dri.so free 0x5571735e0640 void 0.000125
+gallium_dri.so free 0x5571735e05f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e05f0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e05f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e07b0 0.000116
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0940 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09c0 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0b40 void 0.000116
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b60 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0b60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so free 0x5571735e0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000113
+gallium_dri.so free 0x5571735e0d00 void 0.000115
+gallium_dri.so free 0x5571735e0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d00 0.000117
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d00 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d00 0.000126
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e10d0 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e10d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1160 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1160 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000112
+gallium_dri.so free 0x5571735e1280 void 0.000119
+gallium_dri.so free 0x5571735e11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000116
+gallium_dri.so free 0x5571735e11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1300 0.000115
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so free 0x5571735e1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1300 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1470 0.000162
+gallium_dri.so free 0x5571735e1500 void 0.000116
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e15c0 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1600 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000117
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1680 0.000112
+gallium_dri.so free 0x5571735e17c0 void 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000115
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1980 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a00 0.000124
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b70 0.000114
+gallium_dri.so free 0x5571735e1bc0 void 0.000114
+gallium_dri.so free 0x5571735e1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1c70 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000116
+gallium_dri.so free 0x5571735e1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1d30 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so free 0x5571735e1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f30 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2050 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e2050 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20e0 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000126
+gallium_dri.so free 0x5571735e20e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2130 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2200 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2200 0.000115
+gallium_dri.so free 0x5571735e2340 void 0.000115
+gallium_dri.so free 0x5571735e2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2340 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2340 0.000112
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2340 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000115
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2530 0.000115
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2650 0.000117
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so free 0x5571735e2650 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000130
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2700 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000117
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2830 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2830 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2930 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29f0 0.000114
+gallium_dri.so free 0x5571735e2a80 void 0.000115
+gallium_dri.so free 0x5571735e29f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29f0 0.000113
+gallium_dri.so free 0x5571735e2b40 void 0.000115
+gallium_dri.so free 0x5571735e29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000114
+gallium_dri.so free 0x5571735e2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000143
+gallium_dri.so free 0x5571735e2cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f00 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f80 0.000116
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3120 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e3120 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3170 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e3170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3170 0.000118
+gallium_dri.so free 0x5571735e32c0 void 0.000116
+gallium_dri.so free 0x5571735e3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32c0 0.000114
+gallium_dri.so free 0x5571735e3380 void 0.000127
+gallium_dri.so free 0x5571735e32c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e32c0 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e32c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32c0 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so free 0x5571735e32c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34b0 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000115
+gallium_dri.so free 0x5571735e34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3570 0.000114
+gallium_dri.so free 0x5571735e3640 void 0.000115
+gallium_dri.so free 0x5571735e3570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3690 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so free 0x5571735e3690 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3720 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000116
+gallium_dri.so free 0x5571735e3720 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3770 0.000114
+gallium_dri.so free 0x5571735e3840 void 0.000114
+gallium_dri.so free 0x5571735e3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3770 0.000115
+gallium_dri.so free 0x5571735e38c0 void 0.000115
+gallium_dri.so free 0x5571735e3770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e38c0 0.000115
+gallium_dri.so free 0x5571735e3980 void 0.000115
+gallium_dri.so free 0x5571735e38c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e38c0 0.000116
+gallium_dri.so free 0x5571735e3a80 void 0.000115
+gallium_dri.so free 0x5571735e38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3a30 0.000113
+gallium_dri.so free 0x5571735e3ac0 void 0.000115
+gallium_dri.so free 0x5571735e3a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3a30 0.000113
+gallium_dri.so free 0x5571735e3b80 void 0.000113
+gallium_dri.so free 0x5571735e3a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3bc0 0.000114
+gallium_dri.so free 0x5571735e3c40 void 0.000115
+gallium_dri.so free 0x5571735e3bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3c40 0.000112
+gallium_dri.so free 0x5571735e3d00 void 0.000115
+gallium_dri.so free 0x5571735e3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3c40 0.000118
+gallium_dri.so free 0x5571735e3d80 void 0.000116
+gallium_dri.so free 0x5571735e3c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3db0 0.000114
+gallium_dri.so free 0x5571735e3e00 void 0.000115
+gallium_dri.so free 0x5571735e3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3db0 0.000114
+gallium_dri.so free 0x5571735e3f00 void 0.000116
+gallium_dri.so free 0x5571735e3db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3f40 0.000113
+gallium_dri.so free 0x5571735e3fc0 void 0.000114
+gallium_dri.so free 0x5571735e3f40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000114
+gallium_dri.so free 0x5571735e4080 void 0.000114
+gallium_dri.so free 0x5571735e3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000112
+gallium_dri.so free 0x5571735e4100 void 0.000115
+gallium_dri.so free 0x5571735e3fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4130 0.000112
+gallium_dri.so free 0x5571735e4180 void 0.000118
+gallium_dri.so free 0x5571735e4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4130 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4230 0.000115
+gallium_dri.so free 0x5571735e4340 void 0.000115
+gallium_dri.so free 0x5571735e4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e42f0 0.000114
+gallium_dri.so free 0x5571735e43c0 void 0.000113
+gallium_dri.so free 0x5571735e42f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e42f0 0.000116
+gallium_dri.so free 0x5571735e4480 void 0.000114
+gallium_dri.so free 0x5571735e42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e42f0 0.000114
+gallium_dri.so free 0x5571735e4540 void 0.000114
+gallium_dri.so free 0x5571735e42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e44f0 0.000114
+gallium_dri.so free 0x5571735e45c0 void 0.000115
+gallium_dri.so free 0x5571735e44f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4610 0.000118
+gallium_dri.so free 0x5571735e4680 void 0.000115
+gallium_dri.so free 0x5571735e4610 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46a0 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735e46a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46f0 0.000115
+gallium_dri.so free 0x5571735e47c0 void 0.000116
+gallium_dri.so free 0x5571735e46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e47c0 0.000116
+gallium_dri.so free 0x5571735e4880 void 0.000115
+gallium_dri.so free 0x5571735e47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e47c0 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000115
+gallium_dri.so free 0x5571735e47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4900 0.000114
+gallium_dri.so free 0x5571735e49c0 void 0.000121
+gallium_dri.so free 0x5571735e4900 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4900 0.000114
+gallium_dri.so free 0x5571735e4a80 void 0.000115
+gallium_dri.so free 0x5571735e4900 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4900 0.000113
+gallium_dri.so free 0x5571735e4b40 void 0.000127
+gallium_dri.so free 0x5571735e4900 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4af0 0.000115
+gallium_dri.so free 0x5571735e4bc0 void 0.000116
+gallium_dri.so free 0x5571735e4af0 void 0.000191
+gallium_dri.so malloc 72 0x5571735e4c10 0.000117
+gallium_dri.so free 0x5571735e4c80 void 0.000115
+gallium_dri.so free 0x5571735e4c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4cc0 0.000114
+gallium_dri.so free 0x5571735e4d40 void 0.000114
+gallium_dri.so free 0x5571735e4cc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4cc0 0.000114
+gallium_dri.so free 0x5571735e4dc0 void 0.000116
+gallium_dri.so free 0x5571735e4cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4df0 0.000114
+gallium_dri.so free 0x5571735e4e40 void 0.000116
+gallium_dri.so free 0x5571735e4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4df0 0.000114
+gallium_dri.so free 0x5571735e4f40 void 0.000115
+gallium_dri.so free 0x5571735e4df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4ef0 0.000114
+gallium_dri.so free 0x5571735e5000 void 0.000115
+gallium_dri.so free 0x5571735e4ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000114
+gallium_dri.so free 0x5571735e5040 void 0.000115
+gallium_dri.so free 0x5571735e4fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000115
+gallium_dri.so free 0x5571735e5100 void 0.000117
+gallium_dri.so free 0x5571735e4fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5170 0.000115
+gallium_dri.so free 0x5571735e51c0 void 0.000115
+gallium_dri.so free 0x5571735e5170 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5170 0.000114
+gallium_dri.so free 0x5571735e52c0 void 0.000119
+gallium_dri.so free 0x5571735e5170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5270 0.000114
+gallium_dri.so free 0x5571735e5380 void 0.000116
+gallium_dri.so free 0x5571735e5270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5330 0.000114
+gallium_dri.so free 0x5571735e53c0 void 0.000114
+gallium_dri.so free 0x5571735e5330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5330 0.000113
+gallium_dri.so free 0x5571735e5480 void 0.000116
+gallium_dri.so free 0x5571735e5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e54c0 0.000114
+gallium_dri.so free 0x5571735e5540 void 0.000115
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5540 0.000113
+gallium_dri.so free 0x5571735e5600 void 0.000115
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5540 0.000114
+gallium_dri.so free 0x5571735e56c0 void 0.000115
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e56e0 0.000115
+gallium_dri.so free 0x5571735e5780 void 0.000114
+gallium_dri.so free 0x5571735e56e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5730 0.000114
+gallium_dri.so free 0x5571735e5800 void 0.000116
+gallium_dri.so free 0x5571735e5730 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5730 0.000115
+gallium_dri.so free 0x5571735e5880 void 0.000115
+gallium_dri.so free 0x5571735e5730 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5880 0.000115
+gallium_dri.so free 0x5571735e5940 void 0.000117
+gallium_dri.so free 0x5571735e5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5880 0.000118
+gallium_dri.so free 0x5571735e5a00 void 0.000115
+gallium_dri.so free 0x5571735e5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5880 0.000114
+gallium_dri.so free 0x5571735e5ac0 void 0.000116
+gallium_dri.so free 0x5571735e5880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5a70 0.000124
+gallium_dri.so free 0x5571735e5b80 void 0.000118
+gallium_dri.so free 0x5571735e5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b30 0.000114
+gallium_dri.so free 0x5571735e5c00 void 0.000120
+gallium_dri.so free 0x5571735e5b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c50 0.000114
+gallium_dri.so free 0x5571735e5cc0 void 0.000115
+gallium_dri.so free 0x5571735e5c50 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5ce0 0.000114
+gallium_dri.so free 0x5571735e5d80 void 0.000116
+gallium_dri.so free 0x5571735e5ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5d30 0.000115
+gallium_dri.so free 0x5571735e5e00 void 0.000189
+gallium_dri.so free 0x5571735e5d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5d30 0.000116
+gallium_dri.so free 0x5571735e5e80 void 0.000116
+gallium_dri.so free 0x5571735e5d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e80 0.000115
+gallium_dri.so free 0x5571735e5f40 void 0.000115
+gallium_dri.so free 0x5571735e5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e80 0.000121
+gallium_dri.so free 0x5571735e6040 void 0.000116
+gallium_dri.so free 0x5571735e5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000115
+gallium_dri.so free 0x5571735e6080 void 0.000116
+gallium_dri.so free 0x5571735e5ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000114
+gallium_dri.so free 0x5571735e6140 void 0.000115
+gallium_dri.so free 0x5571735e5ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6180 0.000116
+gallium_dri.so free 0x5571735e6200 void 0.000115
+gallium_dri.so free 0x5571735e6180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6200 0.000116
+gallium_dri.so free 0x5571735e62c0 void 0.000137
+gallium_dri.so free 0x5571735e6200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6200 0.000115
+gallium_dri.so free 0x5571735e6340 void 0.000115
+gallium_dri.so free 0x5571735e6200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6370 0.000115
+gallium_dri.so free 0x5571735e63c0 void 0.000125
+gallium_dri.so free 0x5571735e6370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6370 0.000112
+gallium_dri.so free 0x5571735e64c0 void 0.000112
+gallium_dri.so free 0x5571735e6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6500 0.000110
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so free 0x5571735e6500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6580 0.000113
+gallium_dri.so free 0x5571735e6640 void 0.000114
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6580 0.000113
+gallium_dri.so free 0x5571735e66c0 void 0.000113
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e66f0 0.000113
+gallium_dri.so free 0x5571735e6740 void 0.000114
+gallium_dri.so free 0x5571735e66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e66f0 0.000112
+gallium_dri.so free 0x5571735e6840 void 0.000112
+gallium_dri.so free 0x5571735e66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e67f0 0.000124
+gallium_dri.so free 0x5571735e6900 void 0.000118
+gallium_dri.so free 0x5571735e67f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e68b0 0.000113
+gallium_dri.so free 0x5571735e6980 void 0.000114
+gallium_dri.so free 0x5571735e68b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e68b0 0.000128
+gallium_dri.so free 0x5571735e6a40 void 0.000139
+gallium_dri.so free 0x5571735e68b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e68b0 0.000126
+gallium_dri.so free 0x5571735e6b00 void 0.000130
+gallium_dri.so free 0x5571735e68b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6ab0 0.000117
+gallium_dri.so free 0x5571735e6b80 void 0.000122
+gallium_dri.so free 0x5571735e6ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6bd0 0.000118
+gallium_dri.so free 0x5571735e6c40 void 0.000119
+gallium_dri.so free 0x5571735e6bd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6c60 0.000120
+gallium_dri.so free 0x5571735e6d00 void 0.000119
+gallium_dri.so free 0x5571735e6c60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6cb0 0.000124
+gallium_dri.so free 0x5571735e6d80 void 0.000121
+gallium_dri.so free 0x5571735e6cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6d80 0.000123
+gallium_dri.so free 0x5571735e6e40 void 0.000125
+gallium_dri.so free 0x5571735e6d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6d80 0.000124
+gallium_dri.so free 0x5571735c8fc0 void 0.000125
+gallium_dri.so free 0x5571735e6d80 void 0.000163
+gallium_dri.so malloc 72 0x5571735c8f70 0.000162
+gallium_dri.so free 0x5571735c9080 void 0.000159
+gallium_dri.so free 0x5571735c8f70 void 0.000157
+gallium_dri.so malloc 72 0x5571735c9030 0.000125
+gallium_dri.so free 0x5571735c90c0 void 0.000124
+gallium_dri.so free 0x5571735c9030 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9030 0.000126
+gallium_dri.so free 0x5571735c9180 void 0.000125
+gallium_dri.so free 0x5571735c9030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c91c0 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000123
+gallium_dri.so free 0x5571735c91c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9240 0.000135
+gallium_dri.so free 0x5571735c9300 void 0.000132
+gallium_dri.so free 0x5571735c9240 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9240 0.000130
+gallium_dri.so free 0x5571735c9380 void 0.000135
+gallium_dri.so free 0x5571735c9240 void 0.000143
+gallium_dri.so malloc 72 0x5571735c9240 0.000131
+gallium_dri.so free 0x5571735c9440 void 0.000130
+gallium_dri.so free 0x5571735c9240 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9240 0.000141
+gallium_dri.so free 0x5571735c9500 void 0.000127
+gallium_dri.so free 0x5571735c9240 void 0.000129
+gallium_dri.so malloc 72 0x5571735c94b0 0.000130
+gallium_dri.so free 0x5571735c9580 void 0.000133
+gallium_dri.so free 0x5571735c94b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c95d0 0.000128
+gallium_dri.so free 0x5571735c9640 void 0.000131
+gallium_dri.so free 0x5571735c95d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9660 0.000132
+gallium_dri.so free 0x5571735c9700 void 0.000131
+gallium_dri.so free 0x5571735c9660 void 0.000130
+gallium_dri.so malloc 72 0x5571735c96b0 0.000131
+gallium_dri.so free 0x5571735c9780 void 0.000126
+gallium_dri.so free 0x5571735c96b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c96b0 0.000132
+gallium_dri.so free 0x5571735c9880 void 0.000130
+gallium_dri.so free 0x5571735c96b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9830 0.000125
+gallium_dri.so free 0x5571735c9900 void 0.000131
+gallium_dri.so free 0x5571735c9830 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9950 0.000131
+gallium_dri.so free 0x5571735c99c0 void 0.000126
+gallium_dri.so free 0x5571735c9950 void 0.000125
+gallium_dri.so malloc 72 0x5571735c99e0 0.000134
+gallium_dri.so free 0x5571735c9a80 void 0.000126
+gallium_dri.so free 0x5571735c99e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9a30 0.000132
+gallium_dri.so free 0x5571735c9b00 void 0.000131
+gallium_dri.so free 0x5571735c9a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9a30 0.000124
+gallium_dri.so free 0x5571735c9b80 void 0.000130
+gallium_dri.so free 0x5571735c9a30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c9b80 0.000131
+gallium_dri.so free 0x5571735c9c40 void 0.000132
+gallium_dri.so free 0x5571735c9b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9b80 0.000130
+gallium_dri.so free 0x5571735c9d40 void 0.000135
+gallium_dri.so free 0x5571735c9b80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c9b80 0.000132
+gallium_dri.so free 0x5571735c9dc0 void 0.000132
+gallium_dri.so free 0x5571735c9b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9df0 0.000124
+gallium_dri.so free 0x5571735c9e40 void 0.000125
+gallium_dri.so free 0x5571735c9df0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9df0 0.000130
+gallium_dri.so free 0x5571735c9f40 void 0.000130
+gallium_dri.so free 0x5571735c9df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000138
+gallium_dri.so free 0x5571735ca000 void 0.000131
+gallium_dri.so free 0x5571735c9ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000125
+gallium_dri.so free 0x5571735ca040 void 0.000130
+gallium_dri.so free 0x5571735c9fb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000126
+gallium_dri.so free 0x5571735ca100 void 0.000125
+gallium_dri.so free 0x5571735c9fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca150 0.000119
+gallium_dri.so free 0x5571735ca1c0 void 0.000123
+gallium_dri.so free 0x5571735ca150 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca200 0.000122
+gallium_dri.so free 0x5571735ca280 void 0.000124
+gallium_dri.so free 0x5571735ca200 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca280 0.000119
+gallium_dri.so free 0x5571735ca340 void 0.000119
+gallium_dri.so free 0x5571735ca280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca280 0.000119
+gallium_dri.so free 0x5571735ca3c0 void 0.000118
+gallium_dri.so free 0x5571735ca280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000119
+gallium_dri.so free 0x5571735ca440 void 0.000120
+gallium_dri.so free 0x5571735ca3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000118
+gallium_dri.so free 0x5571735ca540 void 0.000127
+gallium_dri.so free 0x5571735ca3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca4f0 0.000119
+gallium_dri.so free 0x5571735ca600 void 0.000120
+gallium_dri.so free 0x5571735ca4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca5b0 0.000118
+gallium_dri.so free 0x5571735ca680 void 0.000118
+gallium_dri.so free 0x5571735ca5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca6a0 0.000119
+gallium_dri.so free 0x5571735ca740 void 0.000118
+gallium_dri.so free 0x5571735ca6a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca6f0 0.000117
+gallium_dri.so free 0x5571735ca7c0 void 0.000118
+gallium_dri.so free 0x5571735ca6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca6f0 0.000119
+gallium_dri.so free 0x5571735ca840 void 0.000118
+gallium_dri.so free 0x5571735ca6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca840 0.000119
+gallium_dri.so free 0x5571735ca900 void 0.000118
+gallium_dri.so free 0x5571735ca840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca840 0.000118
+gallium_dri.so free 0x5571735ca9c0 void 0.000120
+gallium_dri.so free 0x5571735ca840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca840 0.000122
+gallium_dri.so free 0x5571735caa80 void 0.000118
+gallium_dri.so free 0x5571735ca840 void 0.000119
+gallium_dri.so malloc 72 0x5571735caa30 0.000118
+gallium_dri.so free 0x5571735caa80 void 0.000123
+gallium_dri.so free 0x5571735caa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735caa30 0.000118
+gallium_dri.so free 0x5571735cab80 void 0.000118
+gallium_dri.so free 0x5571735caa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cab30 0.000118
+gallium_dri.so free 0x5571735cac40 void 0.000118
+gallium_dri.so free 0x5571735cab30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cabf0 0.000122
+gallium_dri.so free 0x5571735cac80 void 0.000118
+gallium_dri.so free 0x5571735cabf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cabf0 0.000120
+gallium_dri.so free 0x5571735cad40 void 0.000118
+gallium_dri.so free 0x5571735cabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cad80 0.000119
+gallium_dri.so free 0x5571735cae00 void 0.000119
+gallium_dri.so free 0x5571735cad80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cae00 0.000118
+gallium_dri.so free 0x5571735caec0 void 0.000118
+gallium_dri.so free 0x5571735cae00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cae00 0.000117
+gallium_dri.so free 0x5571735caf80 void 0.000125
+gallium_dri.so free 0x5571735cae00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cafa0 0.000120
+gallium_dri.so free 0x5571735cb040 void 0.000118
+gallium_dri.so free 0x5571735cafa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735caff0 0.000120
+gallium_dri.so free 0x5571735cb0c0 void 0.000118
+gallium_dri.so free 0x5571735caff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735caff0 0.000118
+gallium_dri.so free 0x5571735cb140 void 0.000116
+gallium_dri.so free 0x5571735caff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb140 0.000117
+gallium_dri.so free 0x5571735cb200 void 0.000116
+gallium_dri.so free 0x5571735cb140 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb140 0.000118
+gallium_dri.so free 0x5571735cb2c0 void 0.000117
+gallium_dri.so free 0x5571735cb140 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb140 0.000118
+gallium_dri.so free 0x5571735cb380 void 0.000117
+gallium_dri.so free 0x5571735cb140 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb330 0.000117
+gallium_dri.so free 0x5571735cb440 void 0.000118
+gallium_dri.so free 0x5571735cb330 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000116
+gallium_dri.so free 0x5571735cb4c0 void 0.000118
+gallium_dri.so free 0x5571735cb3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb510 0.000117
+gallium_dri.so free 0x5571735cb580 void 0.000118
+gallium_dri.so free 0x5571735cb510 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb5a0 0.000117
+gallium_dri.so free 0x5571735cb640 void 0.000117
+gallium_dri.so free 0x5571735cb5a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000120
+gallium_dri.so free 0x5571735cb6c0 void 0.000118
+gallium_dri.so free 0x5571735cb5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000118
+gallium_dri.so free 0x5571735cb5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb740 0.000118
+gallium_dri.so free 0x5571735cb800 void 0.000118
+gallium_dri.so free 0x5571735cb740 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb740 0.000119
+gallium_dri.so free 0x5571735cb900 void 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000118
+gallium_dri.so free 0x5571735cb940 void 0.000118
+gallium_dri.so free 0x5571735cb8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000119
+gallium_dri.so free 0x5571735cba00 void 0.000119
+gallium_dri.so free 0x5571735cb8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cba40 0.000119
+gallium_dri.so free 0x5571735cbac0 void 0.000118
+gallium_dri.so free 0x5571735cba40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbac0 0.000119
+gallium_dri.so free 0x5571735cbb80 void 0.000118
+gallium_dri.so free 0x5571735cbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbac0 0.000119
+gallium_dri.so free 0x5571735cbc00 void 0.000117
+gallium_dri.so free 0x5571735cbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbc30 0.000119
+gallium_dri.so free 0x5571735cbc80 void 0.000118
+gallium_dri.so free 0x5571735cbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbc30 0.000120
+gallium_dri.so free 0x5571735cbd80 void 0.000120
+gallium_dri.so free 0x5571735cbc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000118
+gallium_dri.so free 0x5571735cbe40 void 0.000119
+gallium_dri.so free 0x5571735cbdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbe40 0.000118
+gallium_dri.so free 0x5571735cbf00 void 0.000125
+gallium_dri.so free 0x5571735cbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbe40 0.000118
+gallium_dri.so free 0x5571735cbf80 void 0.000118
+gallium_dri.so free 0x5571735cbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000119
+gallium_dri.so free 0x5571735cc000 void 0.000118
+gallium_dri.so free 0x5571735cbfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000119
+gallium_dri.so free 0x5571735cc100 void 0.000118
+gallium_dri.so free 0x5571735cbfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000119
+gallium_dri.so free 0x5571735cc1c0 void 0.000118
+gallium_dri.so free 0x5571735cc0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc170 0.000119
+gallium_dri.so free 0x5571735cc240 void 0.000127
+gallium_dri.so free 0x5571735cc170 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc170 0.000118
+gallium_dri.so free 0x5571735cc300 void 0.000120
+gallium_dri.so free 0x5571735cc170 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc170 0.000120
+gallium_dri.so free 0x5571735cc3c0 void 0.000120
+gallium_dri.so free 0x5571735cc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc370 0.000118
+gallium_dri.so free 0x5571735cc440 void 0.000117
+gallium_dri.so free 0x5571735cc370 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc490 0.000119
+gallium_dri.so free 0x5571735cc500 void 0.000119
+gallium_dri.so free 0x5571735cc490 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc520 0.000118
+gallium_dri.so free 0x5571735cc5c0 void 0.000118
+gallium_dri.so free 0x5571735cc520 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc570 0.000119
+gallium_dri.so free 0x5571735cc640 void 0.000119
+gallium_dri.so free 0x5571735cc570 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc640 0.000120
+gallium_dri.so free 0x5571735cc700 void 0.000119
+gallium_dri.so free 0x5571735cc640 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc640 0.000122
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so free 0x5571735cc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc780 0.000186
+gallium_dri.so free 0x5571735cc840 void 0.000120
+gallium_dri.so free 0x5571735cc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc780 0.000118
+gallium_dri.so free 0x5571735cc900 void 0.000119
+gallium_dri.so free 0x5571735cc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc780 0.000119
+gallium_dri.so free 0x5571735cc9c0 void 0.000120
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc970 0.000117
+gallium_dri.so free 0x5571735cca40 void 0.000119
+gallium_dri.so free 0x5571735cc970 void 0.000119
+gallium_dri.so malloc 72 0x5571735cca90 0.000119
+gallium_dri.so free 0x5571735ccb00 void 0.000119
+gallium_dri.so free 0x5571735cca90 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccb40 0.000120
+gallium_dri.so free 0x5571735ccbc0 void 0.000118
+gallium_dri.so free 0x5571735ccb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccb40 0.000118
+gallium_dri.so free 0x5571735ccc40 void 0.000119
+gallium_dri.so free 0x5571735ccb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccc70 0.000120
+gallium_dri.so free 0x5571735cccc0 void 0.000119
+gallium_dri.so free 0x5571735ccc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc70 0.000118
+gallium_dri.so free 0x5571735ccdc0 void 0.000118
+gallium_dri.so free 0x5571735ccc70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ccd70 0.000118
+gallium_dri.so free 0x5571735cce80 void 0.000123
+gallium_dri.so free 0x5571735ccd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cce30 0.000118
+gallium_dri.so free 0x5571735ccec0 void 0.000118
+gallium_dri.so free 0x5571735cce30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cce30 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000118
+gallium_dri.so free 0x5571735cce30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccff0 0.000118
+gallium_dri.so free 0x5571735cd040 void 0.000119
+gallium_dri.so free 0x5571735ccff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccff0 0.000120
+gallium_dri.so free 0x5571735cd140 void 0.000118
+gallium_dri.so free 0x5571735ccff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000120
+gallium_dri.so free 0x5571735cd200 void 0.000119
+gallium_dri.so free 0x5571735cd0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000118
+gallium_dri.so free 0x5571735cd240 void 0.000118
+gallium_dri.so free 0x5571735cd1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000119
+gallium_dri.so free 0x5571735cd300 void 0.000119
+gallium_dri.so free 0x5571735cd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd340 0.000118
+gallium_dri.so free 0x5571735cd3c0 void 0.000126
+gallium_dri.so free 0x5571735cd340 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000117
+gallium_dri.so free 0x5571735cd480 void 0.000118
+gallium_dri.so free 0x5571735cd3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000118
+gallium_dri.so free 0x5571735cd540 void 0.000119
+gallium_dri.so free 0x5571735cd3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd560 0.000118
+gallium_dri.so free 0x5571735cd600 void 0.000119
+gallium_dri.so free 0x5571735cd560 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000119
+gallium_dri.so free 0x5571735cd680 void 0.000118
+gallium_dri.so free 0x5571735cd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000120
+gallium_dri.so free 0x5571735cd700 void 0.000118
+gallium_dri.so free 0x5571735cd5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd700 0.000119
+gallium_dri.so free 0x5571735cd7c0 void 0.000120
+gallium_dri.so free 0x5571735cd700 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd700 0.000119
+gallium_dri.so free 0x5571735cd880 void 0.000119
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd700 0.000117
+gallium_dri.so free 0x5571735cd940 void 0.000120
+gallium_dri.so free 0x5571735cd700 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000118
+gallium_dri.so free 0x5571735cda00 void 0.000124
+gallium_dri.so free 0x5571735cd8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000118
+gallium_dri.so free 0x5571735cda80 void 0.000120
+gallium_dri.so free 0x5571735cd9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdad0 0.000118
+gallium_dri.so free 0x5571735cdb40 void 0.000118
+gallium_dri.so free 0x5571735cdad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdb60 0.000119
+gallium_dri.so free 0x5571735cdc00 void 0.000120
+gallium_dri.so free 0x5571735cdb60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000118
+gallium_dri.so free 0x5571735cdc80 void 0.000119
+gallium_dri.so free 0x5571735cdbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000119
+gallium_dri.so free 0x5571735cdd00 void 0.000118
+gallium_dri.so free 0x5571735cdbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdd00 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000120
+gallium_dri.so free 0x5571735cdd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd00 0.000118
+gallium_dri.so free 0x5571735cdec0 void 0.000118
+gallium_dri.so free 0x5571735cdd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cde70 0.000118
+gallium_dri.so free 0x5571735cdf00 void 0.000119
+gallium_dri.so free 0x5571735cde70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cde70 0.000110
+gallium_dri.so free 0x5571735cdfc0 void 0.000119
+gallium_dri.so free 0x5571735cde70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce000 0.000119
+gallium_dri.so free 0x5571735ce080 void 0.000119
+gallium_dri.so free 0x5571735ce000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce080 0.000119
+gallium_dri.so free 0x5571735ce140 void 0.000118
+gallium_dri.so free 0x5571735ce080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce080 0.000117
+gallium_dri.so free 0x5571735ce1c0 void 0.000119
+gallium_dri.so free 0x5571735ce080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000120
+gallium_dri.so free 0x5571735ce240 void 0.000119
+gallium_dri.so free 0x5571735ce1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000118
+gallium_dri.so free 0x5571735ce340 void 0.000119
+gallium_dri.so free 0x5571735ce1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce380 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000120
+gallium_dri.so free 0x5571735ce380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce400 0.000119
+gallium_dri.so free 0x5571735ce4c0 void 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce400 0.000120
+gallium_dri.so free 0x5571735ce540 void 0.000120
+gallium_dri.so free 0x5571735ce400 void 0.000158
+gallium_dri.so malloc 72 0x5571735ce570 0.000121
+gallium_dri.so free 0x5571735ce5c0 void 0.000119
+gallium_dri.so free 0x5571735ce570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce570 0.000118
+gallium_dri.so free 0x5571735ce6c0 void 0.000118
+gallium_dri.so free 0x5571735ce570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce670 0.000119
+gallium_dri.so free 0x5571735ce780 void 0.000119
+gallium_dri.so free 0x5571735ce670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce730 0.000117
+gallium_dri.so free 0x5571735ce800 void 0.000118
+gallium_dri.so free 0x5571735ce730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce730 0.000120
+gallium_dri.so free 0x5571735ce8c0 void 0.000119
+gallium_dri.so free 0x5571735ce730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce730 0.000117
+gallium_dri.so free 0x5571735ce980 void 0.000119
+gallium_dri.so free 0x5571735ce730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce930 0.000119
+gallium_dri.so free 0x5571735cea00 void 0.000118
+gallium_dri.so free 0x5571735ce930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cea50 0.000118
+gallium_dri.so free 0x5571735ceac0 void 0.000120
+gallium_dri.so free 0x5571735cea50 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceae0 0.000119
+gallium_dri.so free 0x5571735ceb80 void 0.000127
+gallium_dri.so free 0x5571735ceae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceb30 0.000118
+gallium_dri.so free 0x5571735cec00 void 0.000119
+gallium_dri.so free 0x5571735ceb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cec00 0.000117
+gallium_dri.so free 0x5571735cecc0 void 0.000120
+gallium_dri.so free 0x5571735cec00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cec00 0.000118
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so free 0x5571735cec00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced40 0.000115
+gallium_dri.so free 0x5571735cee00 void 0.000118
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ced40 0.000119
+gallium_dri.so free 0x5571735ceec0 void 0.000119
+gallium_dri.so free 0x5571735ced40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced40 0.000121
+gallium_dri.so free 0x5571735cef80 void 0.000118
+gallium_dri.so free 0x5571735ced40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cef30 0.000119
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x5571735cef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf050 0.000118
+gallium_dri.so free 0x5571735cf0c0 void 0.000119
+gallium_dri.so free 0x5571735cf050 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf100 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000122
+gallium_dri.so free 0x5571735cf100 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf100 0.000119
+gallium_dri.so free 0x5571735cf200 void 0.000118
+gallium_dri.so free 0x5571735cf100 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf230 0.000119
+gallium_dri.so free 0x5571735cf280 void 0.000118
+gallium_dri.so free 0x5571735cf230 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf230 0.000117
+gallium_dri.so free 0x5571735cf380 void 0.000119
+gallium_dri.so free 0x5571735cf230 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf330 0.000119
+gallium_dri.so free 0x5571735cf440 void 0.000119
+gallium_dri.so free 0x5571735cf330 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000117
+gallium_dri.so free 0x5571735cf480 void 0.000120
+gallium_dri.so free 0x5571735cf3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000118
+gallium_dri.so free 0x5571735cf540 void 0.000118
+gallium_dri.so free 0x5571735cf3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000118
+gallium_dri.so free 0x5571735cf5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000120
+gallium_dri.so free 0x5571735cf700 void 0.000118
+gallium_dri.so free 0x5571735cf5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000166
+gallium_dri.so free 0x5571735cf7c0 void 0.000119
+gallium_dri.so free 0x5571735cf6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf770 0.000119
+gallium_dri.so free 0x5571735cf800 void 0.000119
+gallium_dri.so free 0x5571735cf770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf770 0.000118
+gallium_dri.so free 0x5571735cf8c0 void 0.000118
+gallium_dri.so free 0x5571735cf770 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf900 0.000120
+gallium_dri.so free 0x5571735cf980 void 0.000120
+gallium_dri.so free 0x5571735cf900 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf980 0.000119
+gallium_dri.so free 0x5571735cfa40 void 0.000118
+gallium_dri.so free 0x5571735cf980 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf980 0.000119
+gallium_dri.so free 0x5571735cfb00 void 0.000118
+gallium_dri.so free 0x5571735cf980 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb20 0.000118
+gallium_dri.so free 0x5571735cfbc0 void 0.000119
+gallium_dri.so free 0x5571735cfb20 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb70 0.000118
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x5571735cfb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb70 0.000121
+gallium_dri.so free 0x5571735cfcc0 void 0.000119
+gallium_dri.so free 0x5571735cfb70 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000119
+gallium_dri.so free 0x5571735cfd80 void 0.000119
+gallium_dri.so free 0x5571735cfcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000119
+gallium_dri.so free 0x5571735cfe40 void 0.000120
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000118
+gallium_dri.so free 0x5571735cff00 void 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000118
+gallium_dri.so free 0x5571735cffc0 void 0.000118
+gallium_dri.so free 0x5571735cfeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cff70 0.000118
+gallium_dri.so free 0x5571735d0040 void 0.000118
+gallium_dri.so free 0x5571735cff70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0090 0.000119
+gallium_dri.so free 0x5571735d0100 void 0.000118
+gallium_dri.so free 0x5571735d0090 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0120 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000120
+gallium_dri.so free 0x5571735d0120 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0170 0.000118
+gallium_dri.so free 0x5571735d0240 void 0.000119
+gallium_dri.so free 0x5571735d0170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0170 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000124
+gallium_dri.so free 0x5571735d0170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d02c0 0.000118
+gallium_dri.so free 0x5571735d0380 void 0.000118
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d02c0 0.000118
+gallium_dri.so free 0x5571735d0480 void 0.000119
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0430 0.000118
+gallium_dri.so free 0x5571735d04c0 void 0.000119
+gallium_dri.so free 0x5571735d0430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0430 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000118
+gallium_dri.so free 0x5571735d0430 void 0.000118
+gallium_dri.so malloc 72 0x5571735d05c0 0.000118
+gallium_dri.so free 0x5571735d0640 void 0.000118
+gallium_dri.so free 0x5571735d05c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0640 0.000118
+gallium_dri.so free 0x5571735d0700 void 0.000119
+gallium_dri.so free 0x5571735d0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0640 0.000119
+gallium_dri.so free 0x5571735d0780 void 0.000120
+gallium_dri.so free 0x5571735d0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d07b0 0.000119
+gallium_dri.so free 0x5571735d0800 void 0.000118
+gallium_dri.so free 0x5571735d07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d07b0 0.000119
+gallium_dri.so free 0x5571735d0900 void 0.000128
+gallium_dri.so free 0x5571735d07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0940 0.000118
+gallium_dri.so free 0x5571735d09c0 void 0.000119
+gallium_dri.so free 0x5571735d0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d09c0 0.000118
+gallium_dri.so free 0x5571735d0a80 void 0.000119
+gallium_dri.so free 0x5571735d09c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d09c0 0.000118
+gallium_dri.so free 0x5571735d0b00 void 0.000118
+gallium_dri.so free 0x5571735d09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so free 0x5571735d0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000121
+gallium_dri.so free 0x5571735d0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c30 0.000118
+gallium_dri.so free 0x5571735d0d40 void 0.000120
+gallium_dri.so free 0x5571735d0c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000117
+gallium_dri.so free 0x5571735d0dc0 void 0.000119
+gallium_dri.so free 0x5571735d0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000120
+gallium_dri.so free 0x5571735d0e80 void 0.000119
+gallium_dri.so free 0x5571735d0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000128
+gallium_dri.so free 0x5571735d0f40 void 0.000120
+gallium_dri.so free 0x5571735d0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000119
+gallium_dri.so free 0x5571735d0fc0 void 0.000118
+gallium_dri.so free 0x5571735d0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1010 0.000120
+gallium_dri.so free 0x5571735d1080 void 0.000119
+gallium_dri.so free 0x5571735d1010 void 0.000119
+gallium_dri.so malloc 72 0x5571735d10a0 0.000119
+gallium_dri.so free 0x5571735d1140 void 0.000119
+gallium_dri.so free 0x5571735d10a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d10f0 0.000118
+gallium_dri.so free 0x5571735d11c0 void 0.000120
+gallium_dri.so free 0x5571735d10f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d11c0 0.000119
+gallium_dri.so free 0x5571735d1280 void 0.000119
+gallium_dri.so free 0x5571735d11c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d11c0 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so free 0x5571735d11c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1300 0.000158
+gallium_dri.so free 0x5571735d13c0 void 0.000196
+gallium_dri.so free 0x5571735d1300 void 0.000198
+gallium_dri.so malloc 72 0x5571735d1300 0.000120
+gallium_dri.so free 0x5571735d1480 void 0.000186
+gallium_dri.so free 0x5571735d1300 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1300 0.000110
+gallium_dri.so free 0x5571735d1540 void 0.000112
+gallium_dri.so free 0x5571735d1300 void 0.000109
+gallium_dri.so malloc 72 0x5571735d14f0 0.000110
+gallium_dri.so free 0x5571735d15c0 void 0.000110
+gallium_dri.so free 0x5571735d14f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d1610 0.000110
+gallium_dri.so free 0x5571735d1680 void 0.000110
+gallium_dri.so free 0x5571735d1610 void 0.000109
+gallium_dri.so malloc 72 0x5571735d16c0 0.000113
+gallium_dri.so free 0x5571735d1740 void 0.000111
+gallium_dri.so free 0x5571735d16c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d16c0 0.000110
+gallium_dri.so free 0x5571735d17c0 void 0.000112
+gallium_dri.so free 0x5571735d16c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d17f0 0.000111
+gallium_dri.so free 0x5571735d1840 void 0.000111
+gallium_dri.so free 0x5571735d17f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d17f0 0.000110
+gallium_dri.so free 0x5571735d1940 void 0.000110
+gallium_dri.so free 0x5571735d17f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d18f0 0.000109
+gallium_dri.so free 0x5571735d1a00 void 0.000110
+gallium_dri.so free 0x5571735d18f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d19b0 0.000111
+gallium_dri.so free 0x5571735d1a40 void 0.000112
+gallium_dri.so free 0x5571735d19b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d19b0 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d19b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1b70 0.000126
+gallium_dri.so free 0x5571735d1bc0 void 0.000125
+gallium_dri.so free 0x5571735d1b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1b70 0.000118
+gallium_dri.so free 0x5571735d1cc0 void 0.000115
+gallium_dri.so free 0x5571735d1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1c70 0.000123
+gallium_dri.so free 0x5571735d1d80 void 0.000124
+gallium_dri.so free 0x5571735d1c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1d30 0.000122
+gallium_dri.so free 0x5571735d1dc0 void 0.000123
+gallium_dri.so free 0x5571735d1d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1d30 0.000123
+gallium_dri.so free 0x5571735d1e80 void 0.000123
+gallium_dri.so free 0x5571735d1d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000117
+gallium_dri.so free 0x5571735d1f40 void 0.000119
+gallium_dri.so free 0x5571735d1ec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1f40 0.000189
+gallium_dri.so free 0x5571735d2000 void 0.000224
+gallium_dri.so free 0x5571735d1f40 void 0.000212
+gallium_dri.so malloc 72 0x5571735d1f40 0.000214
+gallium_dri.so free 0x5571735d20c0 void 0.000222
+gallium_dri.so free 0x5571735d1f40 void 0.000238
+gallium_dri.so malloc 72 0x5571735d20e0 0.000211
+gallium_dri.so free 0x5571735d2180 void 0.000224
+gallium_dri.so free 0x5571735d20e0 void 0.000228
+gallium_dri.so malloc 72 0x5571735d2130 0.000212
+gallium_dri.so free 0x5571735d2200 void 0.000196
+gallium_dri.so free 0x5571735d2130 void 0.000224
+gallium_dri.so malloc 72 0x5571735d2130 0.000213
+gallium_dri.so free 0x5571735d2280 void 0.000222
+gallium_dri.so free 0x5571735d2130 void 0.000212
+gallium_dri.so malloc 72 0x5571735d2280 0.000254
+gallium_dri.so free 0x5571735d2340 void 0.000231
+gallium_dri.so free 0x5571735d2280 void 0.000214
+gallium_dri.so malloc 72 0x5571735d2280 0.000238
+gallium_dri.so free 0x5571735d2400 void 0.000215
+gallium_dri.so free 0x5571735d2280 void 0.000213
+gallium_dri.so malloc 72 0x5571735d2280 0.000228
+gallium_dri.so free 0x5571735d24c0 void 0.000218
+gallium_dri.so free 0x5571735d2280 void 0.000214
+gallium_dri.so malloc 72 0x5571735d2470 0.000212
+gallium_dri.so free 0x5571735d2580 void 0.000218
+gallium_dri.so free 0x5571735d2470 void 0.000227
+gallium_dri.so malloc 72 0x5571735d2530 0.000212
+gallium_dri.so free 0x5571735d2600 void 0.000216
+gallium_dri.so free 0x5571735d2530 void 0.000214
+gallium_dri.so malloc 72 0x5571735d2650 0.000195
+gallium_dri.so free 0x5571735d26c0 void 0.000219
+gallium_dri.so free 0x5571735d2650 void 0.000277
+gallium_dri.so malloc 72 0x5571735d26e0 0.000187
+gallium_dri.so free 0x5571735d2780 void 0.000155
+gallium_dri.so free 0x5571735d26e0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2730 0.000157
+gallium_dri.so free 0x5571735d2800 void 0.000154
+gallium_dri.so free 0x5571735d2730 void 0.000154
+gallium_dri.so malloc 72 0x5571735d2730 0.000152
+gallium_dri.so free 0x5571735d2880 void 0.000153
+gallium_dri.so free 0x5571735d2730 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2880 0.000153
+gallium_dri.so free 0x5571735d2940 void 0.000148
+gallium_dri.so free 0x5571735d2880 void 0.000148
+gallium_dri.so malloc 72 0x5571735d2880 0.000151
+gallium_dri.so free 0x5571735d2a40 void 0.000149
+gallium_dri.so free 0x5571735d2880 void 0.000144
+gallium_dri.so malloc 72 0x5571735d29f0 0.000147
+gallium_dri.so free 0x5571735d2a80 void 0.000148
+gallium_dri.so free 0x5571735d29f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d29f0 0.000149
+gallium_dri.so free 0x5571735d2b40 void 0.000152
+gallium_dri.so free 0x5571735d29f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d2b80 0.000143
+gallium_dri.so free 0x5571735d2c00 void 0.000142
+gallium_dri.so free 0x5571735d2b80 void 0.000149
+gallium_dri.so malloc 72 0x5571735d2c00 0.000150
+gallium_dri.so free 0x5571735d2cc0 void 0.000152
+gallium_dri.so free 0x5571735d2c00 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2c00 0.000149
+gallium_dri.so free 0x5571735d2d40 void 0.000145
+gallium_dri.so free 0x5571735d2c00 void 0.000148
+gallium_dri.so malloc 72 0x5571735d2d70 0.000149
+gallium_dri.so free 0x5571735d2dc0 void 0.000141
+gallium_dri.so free 0x5571735d2d70 void 0.000142
+gallium_dri.so malloc 72 0x5571735d2d70 0.000141
+gallium_dri.so free 0x5571735d2ec0 void 0.000143
+gallium_dri.so free 0x5571735d2d70 void 0.000141
+gallium_dri.so malloc 72 0x5571735d2f00 0.000143
+gallium_dri.so free 0x5571735d2f80 void 0.000141
+gallium_dri.so free 0x5571735d2f00 void 0.000159
+gallium_dri.so malloc 72 0x5571735d2f80 0.000141
+gallium_dri.so free 0x5571735d3040 void 0.000141
+gallium_dri.so free 0x5571735d2f80 void 0.000142
+gallium_dri.so malloc 72 0x5571735d2f80 0.000143
+gallium_dri.so free 0x5571735d30c0 void 0.000143
+gallium_dri.so free 0x5571735d2f80 void 0.000141
+gallium_dri.so malloc 72 0x5571735d30f0 0.000142
+gallium_dri.so free 0x5571735d3140 void 0.000142
+gallium_dri.so free 0x5571735d30f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d30f0 0.000141
+gallium_dri.so free 0x5571735d3240 void 0.000141
+gallium_dri.so free 0x5571735d30f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d31f0 0.000141
+gallium_dri.so free 0x5571735d3300 void 0.000141
+gallium_dri.so free 0x5571735d31f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d32b0 0.000141
+gallium_dri.so free 0x5571735d3380 void 0.000141
+gallium_dri.so free 0x5571735d32b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d32b0 0.000141
+gallium_dri.so free 0x5571735d3440 void 0.000142
+gallium_dri.so free 0x5571735d32b0 void 0.000210
+gallium_dri.so malloc 72 0x5571735d32b0 0.000148
+gallium_dri.so free 0x5571735d3500 void 0.000119
+gallium_dri.so free 0x5571735d32b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d34b0 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000114
+gallium_dri.so free 0x5571735d34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d35d0 0.000114
+gallium_dri.so free 0x5571735d3640 void 0.000115
+gallium_dri.so free 0x5571735d35d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3660 0.000114
+gallium_dri.so free 0x5571735d3700 void 0.000115
+gallium_dri.so free 0x5571735d3660 void 0.000114
+gallium_dri.so malloc 72 0x5571735d36b0 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000115
+gallium_dri.so free 0x5571735d36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3780 0.000115
+gallium_dri.so free 0x5571735d3840 void 0.000126
+gallium_dri.so free 0x5571735d3780 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3780 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000141
+gallium_dri.so malloc 72 0x5571735d38c0 0.000127
+gallium_dri.so free 0x5571735d3980 void 0.000129
+gallium_dri.so free 0x5571735d38c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d38c0 0.000124
+gallium_dri.so free 0x5571735d3a40 void 0.000122
+gallium_dri.so free 0x5571735d38c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d38c0 0.000125
+gallium_dri.so free 0x5571735d3b00 void 0.000127
+gallium_dri.so free 0x5571735d38c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000126
+gallium_dri.so free 0x5571735d3b80 void 0.000128
+gallium_dri.so free 0x5571735d3ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3bd0 0.000127
+gallium_dri.so free 0x5571735d3c40 void 0.000193
+gallium_dri.so free 0x5571735d3bd0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d3c80 0.000191
+gallium_dri.so free 0x5571735d3d00 void 0.000189
+gallium_dri.so free 0x5571735d3c80 void 0.000191
+gallium_dri.so malloc 72 0x5571735d3c80 0.000191
+gallium_dri.so free 0x5571735d3d80 void 0.000190
+gallium_dri.so free 0x5571735d3c80 void 0.000184
+gallium_dri.so malloc 72 0x5571735d3db0 0.000167
+gallium_dri.so free 0x5571735d3e00 void 0.000189
+gallium_dri.so free 0x5571735d3db0 void 0.000190
+gallium_dri.so malloc 72 0x5571735d3db0 0.000276
+gallium_dri.so free 0x5571735d3f00 void 0.000283
+gallium_dri.so free 0x5571735d3db0 void 0.000205
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000300
+gallium_dri.so free 0x5571735d3fc0 void 0.000214
+gallium_dri.so free 0x5571735d3eb0 void 0.000227
+gallium_dri.so malloc 72 0x5571735d3f70 0.000230
+gallium_dri.so free 0x5571735d4000 void 0.000240
+gallium_dri.so free 0x5571735d3f70 void 0.000214
+gallium_dri.so malloc 72 0x5571735d3f70 0.000224
+gallium_dri.so free 0x5571735d40c0 void 0.000188
+gallium_dri.so free 0x5571735d3f70 void 0.000216
+gallium_dri.so malloc 72 0x5571735d4130 0.000222
+gallium_dri.so free 0x5571735d4180 void 0.000230
+gallium_dri.so free 0x5571735d4130 void 0.000225
+gallium_dri.so malloc 72 0x5571735d4130 0.000174
+gallium_dri.so free 0x5571735d4280 void 0.000164
+gallium_dri.so free 0x5571735d4130 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4230 0.000119
+gallium_dri.so free 0x5571735d4340 void 0.000120
+gallium_dri.so free 0x5571735d4230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42f0 0.000122
+gallium_dri.so free 0x5571735d4380 void 0.000122
+gallium_dri.so free 0x5571735d42f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d42f0 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x5571735d42f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4480 0.000119
+gallium_dri.so free 0x5571735d4500 void 0.000120
+gallium_dri.so free 0x5571735d4480 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4500 0.000120
+gallium_dri.so free 0x5571735d45c0 void 0.000120
+gallium_dri.so free 0x5571735d4500 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4500 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000120
+gallium_dri.so free 0x5571735d4500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d46a0 0.000121
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so free 0x5571735d46a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d46f0 0.000118
+gallium_dri.so free 0x5571735d47c0 void 0.000133
+gallium_dri.so free 0x5571735d46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d46f0 0.000118
+gallium_dri.so free 0x5571735d4840 void 0.000119
+gallium_dri.so free 0x5571735d46f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4840 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so free 0x5571735d4840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4840 0.000130
+gallium_dri.so free 0x5571735d49c0 void 0.000133
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4840 0.000119
+gallium_dri.so free 0x5571735d4a80 void 0.000121
+gallium_dri.so free 0x5571735d4840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a30 0.000120
+gallium_dri.so free 0x5571735d4b40 void 0.000120
+gallium_dri.so free 0x5571735d4a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4af0 0.000121
+gallium_dri.so free 0x5571735d4bc0 void 0.000119
+gallium_dri.so free 0x5571735d4af0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d4c10 0.000120
+gallium_dri.so free 0x5571735d4c80 void 0.000119
+gallium_dri.so free 0x5571735d4c10 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000118
+gallium_dri.so free 0x5571735d4d40 void 0.000120
+gallium_dri.so free 0x5571735d4ca0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000121
+gallium_dri.so free 0x5571735d4dc0 void 0.000119
+gallium_dri.so free 0x5571735d4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so free 0x5571735d4cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e40 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e40 0.000119
+gallium_dri.so free 0x5571735d5000 void 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000119
+gallium_dri.so free 0x5571735d5040 void 0.000120
+gallium_dri.so free 0x5571735d4fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000119
+gallium_dri.so free 0x5571735d5100 void 0.000119
+gallium_dri.so free 0x5571735d4fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5140 0.000119
+gallium_dri.so free 0x5571735d51c0 void 0.000120
+gallium_dri.so free 0x5571735d5140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d51c0 0.000118
+gallium_dri.so free 0x5571735d5280 void 0.000122
+gallium_dri.so free 0x5571735d51c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d51c0 0.000120
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so free 0x5571735d51c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5330 0.000120
+gallium_dri.so free 0x5571735d5380 void 0.000120
+gallium_dri.so free 0x5571735d5330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5330 0.000118
+gallium_dri.so free 0x5571735d5480 void 0.000119
+gallium_dri.so free 0x5571735d5330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d54c0 0.000120
+gallium_dri.so free 0x5571735d5540 void 0.000120
+gallium_dri.so free 0x5571735d54c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5540 0.000132
+gallium_dri.so free 0x5571735d5600 void 0.000131
+gallium_dri.so free 0x5571735d5540 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5540 0.000131
+gallium_dri.so free 0x5571735d5680 void 0.000126
+gallium_dri.so free 0x5571735d5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56b0 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d56b0 0.000120
+gallium_dri.so free 0x5571735d5800 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57b0 0.000120
+gallium_dri.so free 0x5571735d58c0 void 0.000120
+gallium_dri.so free 0x5571735d57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5870 0.000135
+gallium_dri.so free 0x5571735d5940 void 0.000121
+gallium_dri.so free 0x5571735d5870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5870 0.000118
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so free 0x5571735d5870 void 0.000156
+gallium_dri.so malloc 72 0x5571735d5870 0.000123
+gallium_dri.so free 0x5571735d5ac0 void 0.000128
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a70 0.000113
+gallium_dri.so free 0x5571735d5b40 void 0.000113
+gallium_dri.so free 0x5571735d5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b90 0.000114
+gallium_dri.so free 0x5571735d5c00 void 0.000113
+gallium_dri.so free 0x5571735d5b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5c20 0.000113
+gallium_dri.so free 0x5571735d5cc0 void 0.000116
+gallium_dri.so free 0x5571735d5c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c70 0.000114
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5d40 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so free 0x5571735d5d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d40 0.000112
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e80 0.000129
+gallium_dri.so free 0x5571735d5f40 void 0.000123
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d6000 void 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000113
+gallium_dri.so free 0x5571735d60c0 void 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6070 0.000114
+gallium_dri.so free 0x5571735d6140 void 0.000114
+gallium_dri.so free 0x5571735d6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6190 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000113
+gallium_dri.so free 0x5571735d6190 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6240 0.000113
+gallium_dri.so free 0x5571735d62c0 void 0.000115
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6240 0.000114
+gallium_dri.so free 0x5571735d6340 void 0.000113
+gallium_dri.so free 0x5571735d6240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6370 0.000112
+gallium_dri.so free 0x5571735d63c0 void 0.000114
+gallium_dri.so free 0x5571735d6370 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6370 0.000115
+gallium_dri.so free 0x5571735d64c0 void 0.000114
+gallium_dri.so free 0x5571735d6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6470 0.000158
+gallium_dri.so free 0x5571735d6580 void 0.000116
+gallium_dri.so free 0x5571735d6470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6530 0.000114
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x5571735d6530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6530 0.000116
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so free 0x5571735d6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so free 0x5571735d66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d66f0 0.000114
+gallium_dri.so free 0x5571735d6840 void 0.000114
+gallium_dri.so free 0x5571735d66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d67f0 0.000112
+gallium_dri.so free 0x5571735d6900 void 0.000114
+gallium_dri.so free 0x5571735d67f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d68b0 0.000114
+gallium_dri.so free 0x5571735d6940 void 0.000115
+gallium_dri.so free 0x5571735d68b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d68b0 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000113
+gallium_dri.so free 0x5571735d68b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a40 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000119
+gallium_dri.so free 0x5571735d6a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000127
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000117
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000113
+gallium_dri.so free 0x5571735eb680 void 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000114
+gallium_dri.so free 0x5571735eb740 void 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb810 0.000112
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb810 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000114
+gallium_dri.so free 0x5571735eb940 void 0.000115
+gallium_dri.so free 0x5571735eb8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb00 0.000113
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb00 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebb00 0.000112
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735ebcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe10 0.000119
+gallium_dri.so free 0x5571735ebe80 void 0.000119
+gallium_dri.so free 0x5571735ebe10 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebec0 0.000114
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebec0 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebff0 0.000114
+gallium_dri.so free 0x5571735ec040 void 0.000113
+gallium_dri.so free 0x5571735ebff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebff0 0.000164
+gallium_dri.so free 0x5571735ec140 void 0.000116
+gallium_dri.so free 0x5571735ebff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000114
+gallium_dri.so free 0x5571735ec200 void 0.000113
+gallium_dri.so free 0x5571735ec0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000160
+gallium_dri.so free 0x5571735ec240 void 0.000116
+gallium_dri.so free 0x5571735ec1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000120
+gallium_dri.so free 0x5571735ec300 void 0.000118
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec4c0 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec470 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000124
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec740 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec740 0.000112
+gallium_dri.so free 0x5571735ec8c0 void 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000113
+gallium_dri.so free 0x5571735ec980 void 0.000112
+gallium_dri.so free 0x5571735ec8e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec930 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000112
+gallium_dri.so free 0x5571735ec930 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec930 0.000112
+gallium_dri.so free 0x5571735eca80 void 0.000114
+gallium_dri.so free 0x5571735ec930 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca80 0.000117
+gallium_dri.so free 0x5571735ecb40 void 0.000118
+gallium_dri.so free 0x5571735eca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca80 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000113
+gallium_dri.so free 0x5571735eca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca80 0.000117
+gallium_dri.so free 0x5571735eccc0 void 0.000115
+gallium_dri.so free 0x5571735eca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc70 0.000120
+gallium_dri.so free 0x5571735ecd80 void 0.000118
+gallium_dri.so free 0x5571735ecc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000116
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece50 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so free 0x5571735ece50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecee0 0.000112
+gallium_dri.so free 0x5571735ecf80 void 0.000114
+gallium_dri.so free 0x5571735ecee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf30 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf30 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000114
+gallium_dri.so free 0x5571735ecf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed080 0.000146
+gallium_dri.so free 0x5571735ed140 void 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed080 0.000114
+gallium_dri.so free 0x5571735ed240 void 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000113
+gallium_dri.so free 0x5571735ed280 void 0.000114
+gallium_dri.so free 0x5571735ed1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000121
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so free 0x5571735ed1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000112
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed5c0 void 0.000114
+gallium_dri.so free 0x5571735ed570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed570 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so free 0x5571735ed570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed700 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed780 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000115
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000123
+gallium_dri.so free 0x5571735ed940 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000112
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000111
+gallium_dri.so free 0x5571735ed9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edab0 0.000111
+gallium_dri.so free 0x5571735edb80 void 0.000112
+gallium_dri.so free 0x5571735edab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edab0 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edab0 0.000112
+gallium_dri.so free 0x5571735edd00 void 0.000112
+gallium_dri.so free 0x5571735edab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcb0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eddd0 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000118
+gallium_dri.so free 0x5571735eddd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede60 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735ede60 void 0.000112
+gallium_dri.so malloc 72 0x5571735edeb0 0.000124
+gallium_dri.so free 0x5571735edf80 void 0.000152
+gallium_dri.so free 0x5571735edeb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735edf80 0.000139
+gallium_dri.so free 0x5571735ee040 void 0.000134
+gallium_dri.so free 0x5571735edf80 void 0.000128
+gallium_dri.so malloc 72 0x5571735edf80 0.000132
+gallium_dri.so free 0x5571735ee0c0 void 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000122
+gallium_dri.so free 0x5571735ee440 void 0.000120
+gallium_dri.so free 0x5571735ee3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee480 0.000119
+gallium_dri.so free 0x5571735ee500 void 0.000120
+gallium_dri.so free 0x5571735ee480 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee480 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000119
+gallium_dri.so free 0x5571735ee600 void 0.000120
+gallium_dri.so free 0x5571735ee5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee770 0.000119
+gallium_dri.so free 0x5571735ee800 void 0.000119
+gallium_dri.so free 0x5571735ee770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee770 0.000120
+gallium_dri.so free 0x5571735ee8c0 void 0.000119
+gallium_dri.so free 0x5571735ee770 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee930 0.000125
+gallium_dri.so free 0x5571735ee980 void 0.000120
+gallium_dri.so free 0x5571735ee930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee930 0.000120
+gallium_dri.so free 0x5571735eea80 void 0.000119
+gallium_dri.so free 0x5571735ee930 void 0.000118
+gallium_dri.so malloc 72 0x5571735eea30 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000135
+gallium_dri.so free 0x5571735eea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eeb80 void 0.000122
+gallium_dri.so free 0x5571735eeaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec80 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so free 0x5571735eec80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed00 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed00 0.000122
+gallium_dri.so free 0x5571735eee80 void 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeea0 0.000119
+gallium_dri.so free 0x5571735eef40 void 0.000119
+gallium_dri.so free 0x5571735eeea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeef0 0.000165
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eeef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeef0 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000120
+gallium_dri.so free 0x5571735eeef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef040 0.000196
+gallium_dri.so free 0x5571735ef100 void 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef040 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef040 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef230 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000126
+gallium_dri.so free 0x5571735ef230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef410 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000114
+gallium_dri.so free 0x5571735ef410 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4a0 0.000113
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so free 0x5571735ef4a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so free 0x5571735ef4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef640 0.000119
+gallium_dri.so free 0x5571735ef700 void 0.000116
+gallium_dri.so free 0x5571735ef640 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef640 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000115
+gallium_dri.so free 0x5571735ef640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000112
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so free 0x5571735ef7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000112
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efb30 0.000113
+gallium_dri.so free 0x5571735efb80 void 0.000113
+gallium_dri.so free 0x5571735efb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb30 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcc0 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735efeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735effb0 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000113
+gallium_dri.so free 0x5571735effb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0270 0.000130
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0390 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0390 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0420 0.000112
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f0420 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0540 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0540 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0680 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000112
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0680 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000122
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so free 0x5571735f0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0990 0.000112
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so free 0x5571735f0990 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a40 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a40 0.000115
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b70 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so free 0x5571735f0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b70 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c70 0.000112
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d30 0.000150
+gallium_dri.so free 0x5571735f0dc0 void 0.000117
+gallium_dri.so free 0x5571735f0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d30 0.000114
+gallium_dri.so free 0x5571735f0e80 void 0.000117
+gallium_dri.so free 0x5571735f0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000112
+gallium_dri.so free 0x5571735f0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1140 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1240 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f12c0 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000113
+gallium_dri.so free 0x5571735f1440 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1460 0.000114
+gallium_dri.so free 0x5571735f1500 void 0.000114
+gallium_dri.so free 0x5571735f1460 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14b0 0.000127
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14b0 0.000112
+gallium_dri.so free 0x5571735f1600 void 0.000114
+gallium_dri.so free 0x5571735f14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1600 0.000112
+gallium_dri.so free 0x5571735f16c0 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1600 0.000112
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1600 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so free 0x5571735f17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f18b0 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000114
+gallium_dri.so free 0x5571735f18b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f19d0 0.000112
+gallium_dri.so free 0x5571735f1a40 void 0.000120
+gallium_dri.so free 0x5571735f19d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a60 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000113
+gallium_dri.so free 0x5571735f1a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000112
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so free 0x5571735f1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000111
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so free 0x5571735f1ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c00 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000160
+gallium_dri.so malloc 72 0x5571735f1c00 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d70 0.000112
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d70 0.000112
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f00 0.000112
+gallium_dri.so free 0x5571735f1f80 void 0.000111
+gallium_dri.so free 0x5571735f1f00 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1f80 0.000125
+gallium_dri.so free 0x5571735f2040 void 0.000123
+gallium_dri.so free 0x5571735f1f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f20c0 void 0.000115
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000174
+gallium_dri.so free 0x5571735f2140 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000112
+gallium_dri.so free 0x5571735f2300 void 0.000117
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2300 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2300 0.000113
+gallium_dri.so free 0x5571735f2440 void 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2470 0.000112
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2470 0.000129
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2570 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000113
+gallium_dri.so free 0x5571735f2630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2630 0.000122
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2830 0.000112
+gallium_dri.so free 0x5571735f2900 void 0.000114
+gallium_dri.so free 0x5571735f2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2950 0.000115
+gallium_dri.so free 0x5571735f29c0 void 0.000113
+gallium_dri.so free 0x5571735f2950 void 0.000114
+gallium_dri.so malloc 72 0x5571735f29e0 0.000113
+gallium_dri.so free 0x5571735f2a80 void 0.000115
+gallium_dri.so free 0x5571735f29e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a30 0.000112
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b00 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000112
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b00 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000161
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2d00 void 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000127
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c40 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000112
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f50 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000115
+gallium_dri.so free 0x5571735f2f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3000 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3000 0.000113
+gallium_dri.so free 0x5571735f3100 void 0.000115
+gallium_dri.so free 0x5571735f3000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3130 0.000114
+gallium_dri.so free 0x5571735f3180 void 0.000114
+gallium_dri.so free 0x5571735f3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3130 0.000112
+gallium_dri.so free 0x5571735f3280 void 0.000113
+gallium_dri.so free 0x5571735f3130 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3230 0.000119
+gallium_dri.so free 0x5571735f3340 void 0.000119
+gallium_dri.so free 0x5571735f3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f32f0 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000166
+gallium_dri.so free 0x5571735f32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f32f0 0.000113
+gallium_dri.so free 0x5571735f3440 void 0.000113
+gallium_dri.so free 0x5571735f32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34b0 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f34b0 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000112
+gallium_dri.so free 0x5571735f34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571735f36c0 void 0.000113
+gallium_dri.so free 0x5571735f35b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735f3700 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3670 0.000112
+gallium_dri.so free 0x5571735f37c0 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3800 0.000113
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so free 0x5571735f3800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3880 0.000114
+gallium_dri.so free 0x5571735f3940 void 0.000113
+gallium_dri.so free 0x5571735f3880 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3880 0.000113
+gallium_dri.so free 0x5571735f3a00 void 0.000121
+gallium_dri.so free 0x5571735f3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a20 0.000113
+gallium_dri.so free 0x5571735f3ac0 void 0.000113
+gallium_dri.so free 0x5571735f3a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3a70 0.000112
+gallium_dri.so free 0x5571735f3b40 void 0.000116
+gallium_dri.so free 0x5571735f3a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a70 0.000154
+gallium_dri.so free 0x5571735f3bc0 void 0.000116
+gallium_dri.so free 0x5571735f3a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000112
+gallium_dri.so free 0x5571735f3c80 void 0.000113
+gallium_dri.so free 0x5571735f3bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000112
+gallium_dri.so free 0x5571735f3d40 void 0.000114
+gallium_dri.so free 0x5571735f3bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000114
+gallium_dri.so free 0x5571735f3e00 void 0.000113
+gallium_dri.so free 0x5571735f3bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3db0 0.000114
+gallium_dri.so free 0x5571735f3ec0 void 0.000114
+gallium_dri.so free 0x5571735f3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e70 0.000113
+gallium_dri.so free 0x5571735f3f40 void 0.000115
+gallium_dri.so free 0x5571735f3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3f90 0.000113
+gallium_dri.so free 0x5571735f4000 void 0.000115
+gallium_dri.so free 0x5571735f3f90 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4020 0.000114
+gallium_dri.so free 0x5571735f40c0 void 0.000114
+gallium_dri.so free 0x5571735f4020 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4070 0.000113
+gallium_dri.so free 0x5571735f4140 void 0.000114
+gallium_dri.so free 0x5571735f4070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4070 0.000112
+gallium_dri.so free 0x5571735f41c0 void 0.000114
+gallium_dri.so free 0x5571735f4070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f41c0 0.000114
+gallium_dri.so free 0x5571735f4280 void 0.000113
+gallium_dri.so free 0x5571735f41c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f41c0 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000116
+gallium_dri.so free 0x5571735f41c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4330 0.000113
+gallium_dri.so free 0x5571735f43c0 void 0.000113
+gallium_dri.so free 0x5571735f4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4330 0.000113
+gallium_dri.so free 0x5571735f4480 void 0.000113
+gallium_dri.so free 0x5571735f4330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f44c0 0.000116
+gallium_dri.so free 0x5571735f4540 void 0.000113
+gallium_dri.so free 0x5571735f44c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4540 0.000112
+gallium_dri.so free 0x5571735f4600 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000164
+gallium_dri.so malloc 72 0x5571735f4540 0.000115
+gallium_dri.so free 0x5571735f4680 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f46b0 0.000113
+gallium_dri.so free 0x5571735f4700 void 0.000113
+gallium_dri.so free 0x5571735f46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f46b0 0.000113
+gallium_dri.so free 0x5571735f4800 void 0.000114
+gallium_dri.so free 0x5571735f46b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4840 0.000113
+gallium_dri.so free 0x5571735f48c0 void 0.000114
+gallium_dri.so free 0x5571735f4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f48c0 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735f48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f48c0 0.000113
+gallium_dri.so free 0x5571735f4a00 void 0.000113
+gallium_dri.so free 0x5571735f48c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4a30 0.000112
+gallium_dri.so free 0x5571735f4a80 void 0.000113
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a30 0.000159
+gallium_dri.so free 0x5571735f4b80 void 0.000115
+gallium_dri.so free 0x5571735f4a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4b30 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571735f4b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000114
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so free 0x5571735f4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000113
+gallium_dri.so free 0x5571735f4d80 void 0.000113
+gallium_dri.so free 0x5571735f4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000113
+gallium_dri.so free 0x5571735f4bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4df0 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000114
+gallium_dri.so free 0x5571735f4df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4f10 0.000114
+gallium_dri.so free 0x5571735f4f80 void 0.000113
+gallium_dri.so free 0x5571735f4f10 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4fa0 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000113
+gallium_dri.so free 0x5571735f4fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000117
+gallium_dri.so free 0x5571735f50c0 void 0.000113
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50c0 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50c0 0.000112
+gallium_dri.so free 0x5571735f5200 void 0.000113
+gallium_dri.so free 0x5571735f50c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5200 0.000126
+gallium_dri.so free 0x5571735f52c0 void 0.000115
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000118
+gallium_dri.so free 0x5571735f5380 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f53f0 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000114
+gallium_dri.so free 0x5571735f53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5510 0.000115
+gallium_dri.so free 0x5571735f5580 void 0.000113
+gallium_dri.so free 0x5571735f5510 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735f5640 void 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000114
+gallium_dri.so free 0x5571735f56c0 void 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56f0 0.000115
+gallium_dri.so free 0x5571735f5740 void 0.000115
+gallium_dri.so free 0x5571735f56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f56f0 0.000112
+gallium_dri.so free 0x5571735f5840 void 0.000114
+gallium_dri.so free 0x5571735f56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f57f0 0.000157
+gallium_dri.so free 0x5571735f5900 void 0.000117
+gallium_dri.so free 0x5571735f57f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f58b0 0.000113
+gallium_dri.so free 0x5571735f5940 void 0.000113
+gallium_dri.so free 0x5571735f58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f58b0 0.000112
+gallium_dri.so free 0x5571735f5a00 void 0.000114
+gallium_dri.so free 0x5571735f58b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f5a70 0.000115
+gallium_dri.so free 0x5571735f5ac0 void 0.000114
+gallium_dri.so free 0x5571735f5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a70 0.000114
+gallium_dri.so free 0x5571735f5bc0 void 0.000112
+gallium_dri.so free 0x5571735f5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b70 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so free 0x5571735f5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c30 0.000113
+gallium_dri.so free 0x5571735f5cc0 void 0.000114
+gallium_dri.so free 0x5571735f5c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5c30 0.000112
+gallium_dri.so free 0x5571735f5d80 void 0.000115
+gallium_dri.so free 0x5571735f5c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000113
+gallium_dri.so free 0x5571735f5dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5e40 0.000125
+gallium_dri.so free 0x5571735f5f00 void 0.000115
+gallium_dri.so free 0x5571735f5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e40 0.000114
+gallium_dri.so free 0x5571735f5fc0 void 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5fe0 0.000114
+gallium_dri.so free 0x5571735f6080 void 0.000114
+gallium_dri.so free 0x5571735f5fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6030 0.000114
+gallium_dri.so free 0x5571735f6100 void 0.000113
+gallium_dri.so free 0x5571735f6030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6030 0.000112
+gallium_dri.so free 0x5571735f6180 void 0.000115
+gallium_dri.so free 0x5571735f6030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6180 0.000112
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x5571735f6180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6180 0.000115
+gallium_dri.so free 0x5571735f6300 void 0.000113
+gallium_dri.so free 0x5571735f6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6180 0.000118
+gallium_dri.so free 0x5571735f63c0 void 0.000114
+gallium_dri.so free 0x5571735f6180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6370 0.000112
+gallium_dri.so free 0x5571735f6480 void 0.000113
+gallium_dri.so free 0x5571735f6370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6430 0.000114
+gallium_dri.so free 0x5571735f6500 void 0.000128
+gallium_dri.so free 0x5571735f6430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6550 0.000113
+gallium_dri.so free 0x5571735f65c0 void 0.000113
+gallium_dri.so free 0x5571735f6550 void 0.000112
+gallium_dri.so malloc 72 0x5571735f65e0 0.000113
+gallium_dri.so free 0x5571735f6680 void 0.000114
+gallium_dri.so free 0x5571735f65e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6630 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000115
+gallium_dri.so free 0x5571735f6630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6630 0.000112
+gallium_dri.so free 0x5571735f6780 void 0.000113
+gallium_dri.so free 0x5571735f6630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6780 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6780 0.000113
+gallium_dri.so free 0x5571735f6940 void 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68f0 0.000112
+gallium_dri.so free 0x5571735f6980 void 0.000116
+gallium_dri.so free 0x5571735f68f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f68f0 0.000115
+gallium_dri.so free 0x5571735f6a40 void 0.000113
+gallium_dri.so free 0x5571735f68f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6a80 0.000113
+gallium_dri.so free 0x5571735f6b00 void 0.000165
+gallium_dri.so free 0x5571735f6a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6b00 0.000113
+gallium_dri.so free 0x5571735f6bc0 void 0.000113
+gallium_dri.so free 0x5571735f6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b00 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c70 0.000116
+gallium_dri.so free 0x5571735f6cc0 void 0.000114
+gallium_dri.so free 0x5571735f6c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c70 0.000113
+gallium_dri.so free 0x5571735f6dc0 void 0.000114
+gallium_dri.so free 0x5571735f6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e00 0.000124
+gallium_dri.so free 0x5571735f6e80 void 0.000123
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e80 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000120
+gallium_dri.so free 0x5571735f6e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e80 0.000115
+gallium_dri.so free 0x5571735f6fc0 void 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000112
+gallium_dri.so free 0x5571735f7040 void 0.000114
+gallium_dri.so free 0x5571735f6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000127
+gallium_dri.so free 0x5571735f7140 void 0.000118
+gallium_dri.so free 0x5571735f6ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f70f0 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f70f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f71b0 0.000116
+gallium_dri.so free 0x5571735f7280 void 0.000114
+gallium_dri.so free 0x5571735f71b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f71b0 0.000114
+gallium_dri.so free 0x5571735f7340 void 0.000118
+gallium_dri.so free 0x5571735f71b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f71b0 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000115
+gallium_dri.so free 0x5571735f71b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f73b0 0.000113
+gallium_dri.so free 0x5571735f7480 void 0.000116
+gallium_dri.so free 0x5571735f73b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f74d0 0.000115
+gallium_dri.so free 0x5571735f7540 void 0.000116
+gallium_dri.so free 0x5571735f74d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7560 0.000114
+gallium_dri.so free 0x5571735f7600 void 0.000115
+gallium_dri.so free 0x5571735f7560 void 0.000115
+gallium_dri.so malloc 72 0x5571735f75b0 0.000115
+gallium_dri.so free 0x5571735f7680 void 0.000116
+gallium_dri.so free 0x5571735f75b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7680 0.000115
+gallium_dri.so free 0x5571735f7740 void 0.000107
+gallium_dri.so free 0x5571735f7680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7680 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so free 0x5571735f7680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77c0 0.000113
+gallium_dri.so free 0x5571735f7880 void 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77c0 0.000111
+gallium_dri.so free 0x5571735f7940 void 0.000119
+gallium_dri.so free 0x5571735f77c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f77c0 0.000113
+gallium_dri.so free 0x5571735f7a00 void 0.000112
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f79b0 0.000113
+gallium_dri.so free 0x5571735f7a80 void 0.000113
+gallium_dri.so free 0x5571735f79b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7ad0 0.000112
+gallium_dri.so free 0x5571735f7b40 void 0.000113
+gallium_dri.so free 0x5571735f7ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b80 0.000117
+gallium_dri.so free 0x5571735f7c00 void 0.000119
+gallium_dri.so free 0x5571735f7b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b80 0.000115
+gallium_dri.so free 0x5571735f7c80 void 0.000114
+gallium_dri.so free 0x5571735f7b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000118
+gallium_dri.so free 0x5571735f7d00 void 0.000169
+gallium_dri.so free 0x5571735f7cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000123
+gallium_dri.so free 0x5571735f7e00 void 0.000119
+gallium_dri.so free 0x5571735f7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7db0 0.000116
+gallium_dri.so free 0x5571735f7ec0 void 0.000114
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e70 0.000114
+gallium_dri.so free 0x5571735f7f00 void 0.000114
+gallium_dri.so free 0x5571735f7e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e70 0.000114
+gallium_dri.so free 0x5571735f7fc0 void 0.000115
+gallium_dri.so free 0x5571735f7e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8030 0.000114
+gallium_dri.so free 0x5571735f8080 void 0.000116
+gallium_dri.so free 0x5571735f8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8030 0.000114
+gallium_dri.so free 0x5571735f8180 void 0.000114
+gallium_dri.so free 0x5571735f8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8130 0.000114
+gallium_dri.so free 0x5571735f8240 void 0.000115
+gallium_dri.so free 0x5571735f8130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81f0 0.000114
+gallium_dri.so free 0x5571735f8280 void 0.000115
+gallium_dri.so free 0x5571735f81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f81f0 0.000119
+gallium_dri.so free 0x5571735f8340 void 0.000121
+gallium_dri.so free 0x5571735f81f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8380 0.000115
+gallium_dri.so free 0x5571735f8400 void 0.000115
+gallium_dri.so free 0x5571735f8380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000115
+gallium_dri.so free 0x5571735f84c0 void 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000114
+gallium_dri.so free 0x5571735f8580 void 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f85a0 0.000114
+gallium_dri.so free 0x5571735f8640 void 0.000114
+gallium_dri.so free 0x5571735f85a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f85f0 0.000113
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so free 0x5571735f85f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f85f0 0.000116
+gallium_dri.so free 0x5571735f8740 void 0.000117
+gallium_dri.so free 0x5571735f85f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8740 0.000113
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f8740 void 0.000151
+gallium_dri.so malloc 72 0x5571735f8740 0.000118
+gallium_dri.so free 0x5571735f88c0 void 0.000116
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8740 0.000114
+gallium_dri.so free 0x5571735f8980 void 0.000135
+gallium_dri.so free 0x5571735f8740 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8930 0.000114
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so free 0x5571735f8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89f0 0.000115
+gallium_dri.so free 0x5571735f8ac0 void 0.000115
+gallium_dri.so free 0x5571735f89f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b10 0.000115
+gallium_dri.so free 0x5571735f8b80 void 0.000114
+gallium_dri.so free 0x5571735f8b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ba0 0.000112
+gallium_dri.so free 0x5571735f8c40 void 0.000114
+gallium_dri.so free 0x5571735f8ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000113
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so free 0x5571735f8bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000114
+gallium_dri.so free 0x5571735f8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d40 0.000115
+gallium_dri.so free 0x5571735f8e00 void 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8d40 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000115
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000113
+gallium_dri.so free 0x5571735f8f40 void 0.000166
+gallium_dri.so free 0x5571735f8eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000114
+gallium_dri.so free 0x5571735f9000 void 0.000114
+gallium_dri.so free 0x5571735f8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9040 0.000113
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so free 0x5571735f9040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90c0 0.000114
+gallium_dri.so free 0x5571735f9180 void 0.000114
+gallium_dri.so free 0x5571735f90c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90c0 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000115
+gallium_dri.so free 0x5571735f90c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9230 0.000115
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f9230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9230 0.000117
+gallium_dri.so free 0x5571735f9380 void 0.000115
+gallium_dri.so free 0x5571735f9230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93c0 0.000115
+gallium_dri.so free 0x5571735f9440 void 0.000114
+gallium_dri.so free 0x5571735f93c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9440 0.000114
+gallium_dri.so free 0x5571735f9500 void 0.000115
+gallium_dri.so free 0x5571735f9440 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9440 0.000114
+gallium_dri.so free 0x5571735f9580 void 0.000155
+gallium_dri.so free 0x5571735f9440 void 0.000115
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9600 void 0.000114
+gallium_dri.so free 0x5571735f95b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95b0 0.000113
+gallium_dri.so free 0x5571735f9700 void 0.000116
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f96b0 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000161
+gallium_dri.so free 0x5571735f96b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9770 0.000115
+gallium_dri.so free 0x5571735f9840 void 0.000114
+gallium_dri.so free 0x5571735f9770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9770 0.000114
+gallium_dri.so free 0x5571735f9900 void 0.000115
+gallium_dri.so free 0x5571735f9770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9770 0.000114
+gallium_dri.so free 0x5571735f99c0 void 0.000115
+gallium_dri.so free 0x5571735f9770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9970 0.000114
+gallium_dri.so free 0x5571735f9a40 void 0.000113
+gallium_dri.so free 0x5571735f9970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9a90 0.000114
+gallium_dri.so free 0x5571735f9b00 void 0.000115
+gallium_dri.so free 0x5571735f9a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9b20 0.000113
+gallium_dri.so free 0x5571735f9bc0 void 0.000128
+gallium_dri.so free 0x5571735f9b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b70 0.000114
+gallium_dri.so free 0x5571735f9c40 void 0.000115
+gallium_dri.so free 0x5571735f9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c40 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so free 0x5571735f9c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c40 0.000113
+gallium_dri.so free 0x5571735f9d80 void 0.000116
+gallium_dri.so free 0x5571735f9c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d80 0.000114
+gallium_dri.so free 0x5571735f9e40 void 0.000117
+gallium_dri.so free 0x5571735f9d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9d80 0.000114
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d80 0.000112
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f70 0.000114
+gallium_dri.so free 0x5571735fa040 void 0.000115
+gallium_dri.so free 0x5571735f9f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa090 0.000114
+gallium_dri.so free 0x5571735fa100 void 0.000115
+gallium_dri.so free 0x5571735fa090 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa140 0.000114
+gallium_dri.so free 0x5571735fa1c0 void 0.000115
+gallium_dri.so free 0x5571735fa140 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa140 0.000113
+gallium_dri.so free 0x5571735fa240 void 0.000116
+gallium_dri.so free 0x5571735fa140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa270 0.000113
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735fa270 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa270 0.000115
+gallium_dri.so free 0x5571735fa3c0 void 0.000115
+gallium_dri.so free 0x5571735fa270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa370 0.000114
+gallium_dri.so free 0x5571735fa480 void 0.000114
+gallium_dri.so free 0x5571735fa370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa430 0.000114
+gallium_dri.so free 0x5571735fa4c0 void 0.000114
+gallium_dri.so free 0x5571735fa430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa430 0.000114
+gallium_dri.so free 0x5571735fa580 void 0.000115
+gallium_dri.so free 0x5571735fa430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000114
+gallium_dri.so free 0x5571735fa640 void 0.000116
+gallium_dri.so free 0x5571735fa5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000115
+gallium_dri.so free 0x5571735fa740 void 0.000121
+gallium_dri.so free 0x5571735fa5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000114
+gallium_dri.so free 0x5571735fa800 void 0.000116
+gallium_dri.so free 0x5571735fa6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000113
+gallium_dri.so free 0x5571735fa840 void 0.000117
+gallium_dri.so free 0x5571735fa7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000113
+gallium_dri.so free 0x5571735fa900 void 0.000114
+gallium_dri.so free 0x5571735fa7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa940 0.000114
+gallium_dri.so free 0x5571735fa9c0 void 0.000114
+gallium_dri.so free 0x5571735fa940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000114
+gallium_dri.so free 0x5571735faa80 void 0.000114
+gallium_dri.so free 0x5571735fa9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000115
+gallium_dri.so free 0x5571735fab40 void 0.000115
+gallium_dri.so free 0x5571735fa9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab60 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000115
+gallium_dri.so free 0x5571735fab60 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabb0 0.000113
+gallium_dri.so free 0x5571735fac80 void 0.000114
+gallium_dri.so free 0x5571735fabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabb0 0.000114
+gallium_dri.so free 0x5571735fad00 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad00 0.000115
+gallium_dri.so free 0x5571735fadc0 void 0.000115
+gallium_dri.so free 0x5571735fad00 void 0.000163
+gallium_dri.so malloc 72 0x5571735fad00 0.000121
+gallium_dri.so free 0x5571735fae80 void 0.000116
+gallium_dri.so free 0x5571735fad00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad00 0.000115
+gallium_dri.so free 0x5571735faf40 void 0.000115
+gallium_dri.so free 0x5571735fad00 void 0.000113
+gallium_dri.so malloc 72 0x5571735faef0 0.000114
+gallium_dri.so free 0x5571735fb000 void 0.000115
+gallium_dri.so free 0x5571735faef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fafb0 0.000113
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb0d0 0.000114
+gallium_dri.so free 0x5571735fb140 void 0.000116
+gallium_dri.so free 0x5571735fb0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb160 0.000114
+gallium_dri.so free 0x5571735fb200 void 0.000115
+gallium_dri.so free 0x5571735fb160 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000114
+gallium_dri.so free 0x5571735fb1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000118
+gallium_dri.so free 0x5571735fb1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb300 0.000113
+gallium_dri.so free 0x5571735fb3c0 void 0.000115
+gallium_dri.so free 0x5571735fb300 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb300 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb470 0.000112
+gallium_dri.so free 0x5571735fb500 void 0.000113
+gallium_dri.so free 0x5571735fb470 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb470 0.000113
+gallium_dri.so free 0x5571735fb5c0 void 0.000112
+gallium_dri.so free 0x5571735fb470 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb600 0.000161
+gallium_dri.so free 0x5571735fb680 void 0.000114
+gallium_dri.so free 0x5571735fb600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb680 0.000114
+gallium_dri.so free 0x5571735fb740 void 0.000118
+gallium_dri.so free 0x5571735fb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb680 0.000113
+gallium_dri.so free 0x5571735fb7c0 void 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000111
+gallium_dri.so free 0x5571735fb840 void 0.000116
+gallium_dri.so free 0x5571735fb7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000115
+gallium_dri.so free 0x5571735fb940 void 0.000114
+gallium_dri.so free 0x5571735fb7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb980 0.000113
+gallium_dri.so free 0x5571735fba00 void 0.000116
+gallium_dri.so free 0x5571735fb980 void 0.000127
+gallium_dri.so malloc 72 0x5571735fba00 0.000114
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so free 0x5571735fba00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba00 0.000113
+gallium_dri.so free 0x5571735fbb40 void 0.000115
+gallium_dri.so free 0x5571735fba00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb70 0.000114
+gallium_dri.so free 0x5571735fbbc0 void 0.000115
+gallium_dri.so free 0x5571735fbb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbb70 0.000113
+gallium_dri.so free 0x5571735fbcc0 void 0.000115
+gallium_dri.so free 0x5571735fbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc70 0.000114
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so free 0x5571735fbc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd30 0.000115
+gallium_dri.so free 0x5571735fbe00 void 0.000115
+gallium_dri.so free 0x5571735fbd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd30 0.000113
+gallium_dri.so free 0x5571735fbec0 void 0.000115
+gallium_dri.so free 0x5571735fbd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd30 0.000113
+gallium_dri.so free 0x5571735fbf80 void 0.000114
+gallium_dri.so free 0x5571735fbd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbf30 0.000119
+gallium_dri.so free 0x5571735fc000 void 0.000116
+gallium_dri.so free 0x5571735fbf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc050 0.000118
+gallium_dri.so free 0x5571735fc0c0 void 0.000115
+gallium_dri.so free 0x5571735fc050 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc0e0 0.000113
+gallium_dri.so free 0x5571735fc180 void 0.000114
+gallium_dri.so free 0x5571735fc0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc130 0.000114
+gallium_dri.so free 0x5571735fc200 void 0.000113
+gallium_dri.so free 0x5571735fc130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc200 0.000113
+gallium_dri.so free 0x5571735fc2c0 void 0.000115
+gallium_dri.so free 0x5571735fc200 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc200 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735fc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc340 0.000115
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735fc4c0 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000113
+gallium_dri.so free 0x5571735fc580 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000159
+gallium_dri.so malloc 72 0x5571735fc530 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000116
+gallium_dri.so free 0x5571735fc530 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc650 0.000115
+gallium_dri.so free 0x5571735fc6c0 void 0.000122
+gallium_dri.so free 0x5571735fc650 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc700 0.000114
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc700 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc700 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc830 0.000112
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so free 0x5571735fc830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc830 0.000113
+gallium_dri.so free 0x5571735fc980 void 0.000113
+gallium_dri.so free 0x5571735fc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x5571735fc930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000117
+gallium_dri.so free 0x5571735fcb40 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000125
+gallium_dri.so free 0x5571735fcd00 void 0.000115
+gallium_dri.so free 0x5571735fcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fccb0 0.000113
+gallium_dri.so free 0x5571735fcdc0 void 0.000113
+gallium_dri.so free 0x5571735fccb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd70 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so free 0x5571735fcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd70 0.000112
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf00 0.000112
+gallium_dri.so free 0x5571735fcf80 void 0.000116
+gallium_dri.so free 0x5571735fcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf80 0.000114
+gallium_dri.so free 0x5571735fd040 void 0.000116
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf80 0.000113
+gallium_dri.so free 0x5571735fd100 void 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd120 0.000113
+gallium_dri.so free 0x5571735fd1c0 void 0.000113
+gallium_dri.so free 0x5571735fd120 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd170 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000113
+gallium_dri.so free 0x5571735fd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd170 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000116
+gallium_dri.so free 0x5571735fd170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000117
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000112
+gallium_dri.so free 0x5571735fd500 void 0.000153
+gallium_dri.so free 0x5571735fd2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000114
+gallium_dri.so free 0x5571735fd5c0 void 0.000114
+gallium_dri.so free 0x5571735fd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd570 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so free 0x5571735fd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd690 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fd690 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd720 0.000112
+gallium_dri.so free 0x5571735fd7c0 void 0.000114
+gallium_dri.so free 0x5571735fd720 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd770 0.000114
+gallium_dri.so free 0x5571735fd840 void 0.000113
+gallium_dri.so free 0x5571735fd770 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd770 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000121
+gallium_dri.so free 0x5571735fd770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000115
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda30 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000114
+gallium_dri.so free 0x5571735fda30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda30 0.000114
+gallium_dri.so free 0x5571735fdb80 void 0.000114
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000112
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdc40 0.000112
+gallium_dri.so free 0x5571735fdd00 void 0.000115
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc40 0.000113
+gallium_dri.so free 0x5571735fdd80 void 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddb0 0.000113
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so free 0x5571735fddb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddb0 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000205
+gallium_dri.so free 0x5571735fddb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdf40 0.000209
+gallium_dri.so free 0x5571735fdfc0 void 0.000220
+gallium_dri.so free 0x5571735fdf40 void 0.000221
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000156
+gallium_dri.so free 0x5571735fe080 void 0.000204
+gallium_dri.so free 0x5571735fdfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so free 0x5571735fdfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe130 0.000117
+gallium_dri.so free 0x5571735fe180 void 0.000117
+gallium_dri.so free 0x5571735fe130 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe130 0.000118
+gallium_dri.so free 0x5571735fe280 void 0.000117
+gallium_dri.so free 0x5571735fe130 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe340 void 0.000117
+gallium_dri.so free 0x5571735fe230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000160
+gallium_dri.so free 0x5571735fe3c0 void 0.000118
+gallium_dri.so free 0x5571735fe2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000124
+gallium_dri.so free 0x5571735fe480 void 0.000110
+gallium_dri.so free 0x5571735fe2f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000109
+gallium_dri.so free 0x5571735fe540 void 0.000110
+gallium_dri.so free 0x5571735fe2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000109
+gallium_dri.so free 0x5571735fe5c0 void 0.000110
+gallium_dri.so free 0x5571735fe4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe610 0.000110
+gallium_dri.so free 0x5571735fe680 void 0.000109
+gallium_dri.so free 0x5571735fe610 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe6a0 0.000110
+gallium_dri.so free 0x5571735fe740 void 0.000109
+gallium_dri.so free 0x5571735fe6a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000110
+gallium_dri.so free 0x5571735fe7c0 void 0.000110
+gallium_dri.so free 0x5571735fe6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000109
+gallium_dri.so free 0x5571735fe880 void 0.000110
+gallium_dri.so free 0x5571735fe7c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000110
+gallium_dri.so free 0x5571735fe900 void 0.000117
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe900 0.000110
+gallium_dri.so free 0x5571735fe9c0 void 0.000110
+gallium_dri.so free 0x5571735fe900 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe900 0.000109
+gallium_dri.so free 0x5571735fea80 void 0.000120
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe900 0.000112
+gallium_dri.so free 0x5571735feb40 void 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so malloc 72 0x5571735feaf0 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec10 0.000115
+gallium_dri.so free 0x5571735fec80 void 0.000113
+gallium_dri.so free 0x5571735fec10 void 0.000112
+gallium_dri.so malloc 72 0x5571735fecc0 0.000120
+gallium_dri.so free 0x5571735fed40 void 0.000124
+gallium_dri.so free 0x5571735fecc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fecc0 0.000119
+gallium_dri.so free 0x5571735fedc0 void 0.000122
+gallium_dri.so free 0x5571735fecc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fedf0 0.000115
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedf0 0.000113
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feef0 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000117
+gallium_dri.so free 0x5571735feef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff170 0.000113
+gallium_dri.so free 0x5571735ff1c0 void 0.000113
+gallium_dri.so free 0x5571735ff170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff170 0.000112
+gallium_dri.so free 0x5571735ff2c0 void 0.000116
+gallium_dri.so free 0x5571735ff170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff270 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so free 0x5571735ff330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff330 0.000112
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so free 0x5571735ff330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000114
+gallium_dri.so free 0x5571735ff600 void 0.000112
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000113
+gallium_dri.so free 0x5571735ff6c0 void 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff6e0 0.000109
+gallium_dri.so free 0x5571735ff780 void 0.000111
+gallium_dri.so free 0x5571735ff6e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff730 0.000116
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so free 0x5571735ff730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff730 0.000109
+gallium_dri.so free 0x5571735ff880 void 0.000111
+gallium_dri.so free 0x5571735ff730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff880 0.000111
+gallium_dri.so free 0x5571735ff940 void 0.000110
+gallium_dri.so free 0x5571735ff880 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff880 0.000109
+gallium_dri.so free 0x5571735ffa00 void 0.000109
+gallium_dri.so free 0x5571735ff880 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff880 0.000109
+gallium_dri.so free 0x5571735ffac0 void 0.000116
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa70 0.000112
+gallium_dri.so free 0x5571735ffb80 void 0.000111
+gallium_dri.so free 0x5571735ffa70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffb30 0.000109
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ffb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffc50 0.000110
+gallium_dri.so free 0x5571735ffcc0 void 0.000110
+gallium_dri.so free 0x5571735ffc50 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffce0 0.000114
+gallium_dri.so free 0x5571735ffd80 void 0.000117
+gallium_dri.so free 0x5571735ffce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd30 0.000113
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd30 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so free 0x5571735ffd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffe80 0.000113
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe80 0.000114
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe80 0.000114
+gallium_dri.so free 0x5571735bc180 void 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe80 0.000112
+gallium_dri.so free 0x5571735eae40 void 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffe80 0.000115
+gallium_dri.so free 0x5571735a2880 void 0.000116
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so malloc 72 0x5571735a2830 0.000114
+gallium_dri.so free 0x5571735af300 void 0.000207
+gallium_dri.so free 0x5571735a2830 void 0.000159
+gallium_dri.so malloc 72 0x5571735af320 0.000158
+gallium_dri.so free 0x5571735bba40 void 0.000124
+gallium_dri.so free 0x5571735af320 void 0.000119
+gallium_dri.so malloc 72 0x5571735af320 0.000116
+gallium_dri.so free 0x5571735b5b40 void 0.000118
+gallium_dri.so free 0x5571735af320 void 0.000116
+gallium_dri.so malloc 72 0x5571735af320 0.000116
+gallium_dri.so free 0x5571735bb680 void 0.000117
+gallium_dri.so free 0x5571735af320 void 0.000117
+gallium_dri.so malloc 72 0x5571735af320 0.000117
+gallium_dri.so free 0x5571735afa00 void 0.000118
+gallium_dri.so free 0x5571735af320 void 0.000117
+gallium_dri.so malloc 72 0x5571735af9b0 0.000116
+gallium_dri.so free 0x5571735ea9c0 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735b8980 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735bc5c0 void 0.000119
+gallium_dri.so free 0x5571735af9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735af9b0 0.000119
+gallium_dri.so free 0x5571735bbe00 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000111
+gallium_dri.so free 0x5571735b8040 void 0.000110
+gallium_dri.so free 0x5571735bbdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000111
+gallium_dri.so free 0x5571735baf00 void 0.000109
+gallium_dri.so free 0x5571735b7ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735baf20 0.000110
+gallium_dri.so free 0x5571735bca40 void 0.000111
+gallium_dri.so free 0x5571735baf20 void 0.000110
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000110
+gallium_dri.so free 0x5571735ea740 void 0.000110
+gallium_dri.so free 0x5571735bc9f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000110
+gallium_dri.so free 0x5571735eb0c0 void 0.000109
+gallium_dri.so free 0x5571735bc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000111
+gallium_dri.so free 0x5571735eab00 void 0.000109
+gallium_dri.so free 0x5571735eb070 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb070 0.000109
+gallium_dri.so free 0x5571735bb280 void 0.000110
+gallium_dri.so free 0x5571735eb070 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb070 0.000109
+gallium_dri.so free 0x5571735b7c80 void 0.000112
+gallium_dri.so free 0x5571735eb070 void 0.000109
+gallium_dri.so malloc 72 0x5571735b7c80 0.000109
+gallium_dri.so free 0x5571735b7700 void 0.000110
+gallium_dri.so free 0x5571735b7c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7740 0.000109
+gallium_dri.so free 0x5571735b7e40 void 0.000131
+gallium_dri.so free 0x5571735b7740 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7e90 0.000124
+gallium_dri.so free 0x5571735b7a80 void 0.000118
+gallium_dri.so free 0x5571735b7e90 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7e90 0.000114
+gallium_dri.so free 0x5571735b7b40 void 0.000120
+gallium_dri.so free 0x5571735b7e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7e90 0.000114
+gallium_dri.so free 0x5571735b7900 void 0.000114
+gallium_dri.so free 0x5571735b7e90 void 0.000164
+gallium_dri.so malloc 72 0x5571735b78b0 0.000115
+gallium_dri.so free 0x5571735e9bc0 void 0.000114
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c10 0.000112
+gallium_dri.so free 0x5571735ea580 void 0.000114
+gallium_dri.so free 0x5571735e9c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9c10 0.000115
+gallium_dri.so free 0x5571735ea680 void 0.000113
+gallium_dri.so free 0x5571735e9c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea630 0.000113
+gallium_dri.so free 0x5571735adbc0 void 0.000114
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735adb70 0.000113
+gallium_dri.so free 0x5571735adc40 void 0.000114
+gallium_dri.so free 0x5571735adb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735adb70 0.000112
+gallium_dri.so free 0x5571735b9380 void 0.000117
+gallium_dri.so free 0x5571735adb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9380 0.000113
+gallium_dri.so free 0x5571735b9440 void 0.000114
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9380 0.000112
+gallium_dri.so free 0x5571735a71c0 void 0.000114
+gallium_dri.so free 0x5571735b9380 void 0.000113
+gallium_dri.so malloc 72 0x5571735a71f0 0.000111
+gallium_dri.so free 0x5571735a7240 void 0.000113
+gallium_dri.so free 0x5571735a71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a71f0 0.000118
+gallium_dri.so free 0x5571735a9140 void 0.000114
+gallium_dri.so free 0x5571735a71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a71f0 0.000114
+gallium_dri.so free 0x5571735a91c0 void 0.000112
+gallium_dri.so free 0x5571735a71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a91c0 0.000121
+gallium_dri.so free 0x5571735a9280 void 0.000122
+gallium_dri.so free 0x5571735a91c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735a91c0 0.000119
+gallium_dri.so free 0x5571735a8c40 void 0.000118
+gallium_dri.so free 0x5571735a91c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a91c0 0.000119
+gallium_dri.so free 0x5571735a8d00 void 0.000118
+gallium_dri.so free 0x5571735a91c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8cb0 0.000126
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so free 0x5571735a8cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735afe40 0.000110
+gallium_dri.so free 0x5571735aff00 void 0.000110
+gallium_dri.so free 0x5571735afe40 void 0.000111
+gallium_dri.so malloc 72 0x5571735afe40 0.000109
+gallium_dri.so free 0x5571735a8d80 void 0.000110
+gallium_dri.so free 0x5571735afe40 void 0.000109
+gallium_dri.so malloc 72 0x5571735a8da0 0.000110
+gallium_dri.so free 0x5571735b5f40 void 0.000110
+gallium_dri.so free 0x5571735a8da0 void 0.000110
+gallium_dri.so malloc 72 0x5571735a8da0 0.000110
+gallium_dri.so free 0x5571735b6000 void 0.000110
+gallium_dri.so free 0x5571735a8da0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6040 0.000110
+gallium_dri.so free 0x5571735a89c0 void 0.000109
+gallium_dri.so free 0x5571735b6040 void 0.000109
+gallium_dri.so malloc 72 0x5571735a89c0 0.000109
+gallium_dri.so free 0x5571735a8a80 void 0.000111
+gallium_dri.so free 0x5571735a89c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735a89c0 0.000113
+gallium_dri.so free 0x5571735b60c0 void 0.000110
+gallium_dri.so free 0x5571735a89c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b60f0 0.000110
+gallium_dri.so free 0x5571735a8ec0 void 0.000110
+gallium_dri.so free 0x5571735b60f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000112
+gallium_dri.so free 0x5571735a8b40 void 0.000165
+gallium_dri.so free 0x5571735a8ec0 void 0.000162
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000160
+gallium_dri.so free 0x5571735a8f80 void 0.000156
+gallium_dri.so free 0x5571735a8ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735a8f80 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8f80 0.000117
+gallium_dri.so free 0x5571735ade80 void 0.000115
+gallium_dri.so free 0x5571735a8f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8f80 0.000119
+gallium_dri.so free 0x5571735adf40 void 0.000123
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735adef0 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000114
+gallium_dri.so free 0x5571735adef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7510 0.000114
+gallium_dri.so free 0x5571735d7580 void 0.000113
+gallium_dri.so free 0x5571735d7510 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75c0 0.000118
+gallium_dri.so free 0x5571735d7640 void 0.000115
+gallium_dri.so free 0x5571735d75c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75c0 0.000123
+gallium_dri.so free 0x5571735ae700 void 0.000176
+gallium_dri.so free 0x5571735d75c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ae730 0.000122
+gallium_dri.so free 0x5571735ae780 void 0.000123
+gallium_dri.so free 0x5571735ae730 void 0.000123
+gallium_dri.so malloc 72 0x5571735ae730 0.000127
+gallium_dri.so free 0x5571735ae880 void 0.000119
+gallium_dri.so free 0x5571735ae730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae830 0.000113
+gallium_dri.so free 0x5571734f6040 void 0.000115
+gallium_dri.so free 0x5571735ae830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae830 0.000123
+gallium_dri.so free 0x5571734f6100 void 0.000123
+gallium_dri.so free 0x5571735ae830 void 0.000125
+gallium_dri.so malloc 72 0x5571735ae830 0.000122
+gallium_dri.so free 0x5571734f61c0 void 0.000124
+gallium_dri.so free 0x5571735ae830 void 0.000125
+gallium_dri.so malloc 72 0x5571734f6170 0.000124
+gallium_dri.so free 0x5571735be540 void 0.000123
+gallium_dri.so free 0x5571734f6170 void 0.000123
+gallium_dri.so malloc 72 0x5571735be580 0.000119
+gallium_dri.so free 0x5571735be600 void 0.000115
+gallium_dri.so free 0x5571735be580 void 0.000125
+gallium_dri.so malloc 72 0x5571735be600 0.000115
+gallium_dri.so free 0x5571734f61c0 void 0.000118
+gallium_dri.so free 0x5571735be600 void 0.000118
+gallium_dri.so malloc 72 0x5571735be600 0.000115
+gallium_dri.so free 0x5571735be6c0 void 0.000113
+gallium_dri.so free 0x5571735be600 void 0.000118
+gallium_dri.so malloc 72 0x5571735be600 0.000123
+gallium_dri.so free 0x5571735b0100 void 0.000123
+gallium_dri.so free 0x5571735be600 void 0.000119
+gallium_dri.so malloc 72 0x5571735be600 0.000180
+gallium_dri.so free 0x5571735b0180 void 0.000131
+gallium_dri.so free 0x5571735be600 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0180 0.000130
+gallium_dri.so free 0x5571735b0240 void 0.000124
+gallium_dri.so free 0x5571735b0180 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0180 0.000125
+gallium_dri.so free 0x5571735b6e80 void 0.000129
+gallium_dri.so free 0x5571735b0180 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0180 0.000125
+gallium_dri.so free 0x5571735b6f00 void 0.000120
+gallium_dri.so free 0x5571735b0180 void 0.000123
+gallium_dri.so malloc 72 0x5571735b6f30 0.000139
+gallium_dri.so free 0x5571735b6f80 void 0.000130
+gallium_dri.so free 0x5571735b6f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6f30 0.000130
+gallium_dri.so free 0x5571735b7080 void 0.000128
+gallium_dri.so free 0x5571735b6f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b7030 0.000130
+gallium_dri.so free 0x5571735af000 void 0.000130
+gallium_dri.so free 0x5571735b7030 void 0.000225
+gallium_dri.so malloc 72 0x5571735b7030 0.000125
+gallium_dri.so free 0x5571735af0c0 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7030 0.000130
+gallium_dri.so free 0x5571735af180 void 0.000129
+gallium_dri.so free 0x5571735b7030 void 0.000167
+gallium_dri.so malloc 72 0x5571735af130 0.000167
+gallium_dri.so free 0x5571735af240 void 0.000128
+gallium_dri.so free 0x5571735af130 void 0.000131
+gallium_dri.so malloc 72 0x5571735af1f0 0.000129
+gallium_dri.so free 0x5571735b0740 void 0.000129
+gallium_dri.so free 0x5571735af1f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735b0740 0.000161
+gallium_dri.so free 0x5571735b0800 void 0.000165
+gallium_dri.so free 0x5571735b0740 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0740 0.000128
+gallium_dri.so free 0x5571735b08c0 void 0.000130
+gallium_dri.so free 0x5571735b0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0740 0.000130
+gallium_dri.so free 0x5571735b0980 void 0.000130
+gallium_dri.so free 0x5571735b0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0930 0.000124
+gallium_dri.so free 0x5571735b8180 void 0.000125
+gallium_dri.so free 0x5571735b0930 void 0.000131
+gallium_dri.so malloc 72 0x5571735b81d0 0.000124
+gallium_dri.so free 0x5571735b8240 void 0.000126
+gallium_dri.so free 0x5571735b81d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b8280 0.000129
+gallium_dri.so free 0x5571735b8300 void 0.000129
+gallium_dri.so free 0x5571735b8280 void 0.000163
+gallium_dri.so malloc 72 0x5571735b8280 0.000158
+gallium_dri.so free 0x5571735b8380 void 0.000146
+gallium_dri.so free 0x5571735b8280 void 0.000143
+gallium_dri.so malloc 72 0x5571735b83b0 0.000145
+gallium_dri.so free 0x5571735d8d40 void 0.000137
+gallium_dri.so free 0x5571735b83b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735b83b0 0.000153
+gallium_dri.so free 0x5571735d8e40 void 0.000144
+gallium_dri.so free 0x5571735b83b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d8df0 0.000140
+gallium_dri.so free 0x5571735b8400 void 0.000142
+gallium_dri.so free 0x5571735d8df0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d8df0 0.000139
+gallium_dri.so free 0x5571735d8f00 void 0.000136
+gallium_dri.so free 0x5571735d8df0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000145
+gallium_dri.so free 0x5571735d8f80 void 0.000144
+gallium_dri.so free 0x5571735d8eb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000145
+gallium_dri.so free 0x5571735d9300 void 0.000153
+gallium_dri.so free 0x5571735d8eb0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d92b0 0.000144
+gallium_dri.so free 0x5571735d9380 void 0.000144
+gallium_dri.so free 0x5571735d92b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d93d0 0.000143
+gallium_dri.so free 0x5571735d9440 void 0.000140
+gallium_dri.so free 0x5571735d93d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d9460 0.000144
+gallium_dri.so free 0x5571735d9500 void 0.000143
+gallium_dri.so free 0x5571735d9460 void 0.000143
+gallium_dri.so malloc 72 0x5571735d94b0 0.000139
+gallium_dri.so free 0x5571735d9580 void 0.000143
+gallium_dri.so free 0x5571735d94b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d94b0 0.000133
+gallium_dri.so free 0x5571735b71c0 void 0.000142
+gallium_dri.so free 0x5571735d94b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b7170 0.000141
+gallium_dri.so free 0x5571735b7280 void 0.000135
+gallium_dri.so free 0x5571735b7170 void 0.000140
+gallium_dri.so malloc 72 0x5571735b7230 0.000201
+gallium_dri.so free 0x5571735b7300 void 0.000197
+gallium_dri.so free 0x5571735b7230 void 0.000197
+gallium_dri.so malloc 72 0x5571735b7230 0.000197
+gallium_dri.so free 0x5571735b73c0 void 0.000199
+gallium_dri.so free 0x5571735b7230 void 0.000188
+gallium_dri.so malloc 72 0x5571735b7230 0.000184
+gallium_dri.so free 0x5571735d9600 void 0.000197
+gallium_dri.so free 0x5571735b7230 void 0.000200
+gallium_dri.so malloc 72 0x5571735b7230 0.000188
+gallium_dri.so free 0x5571735b7480 void 0.000184
+gallium_dri.so free 0x5571735b7230 void 0.000197
+gallium_dri.so malloc 72 0x5571735b7430 0.000200
+gallium_dri.so free 0x5571735b7540 void 0.000145
+gallium_dri.so free 0x5571735b7430 void 0.000144
+gallium_dri.so malloc 72 0x5571735b74f0 0.000143
+gallium_dri.so free 0x5571735b7580 void 0.000145
+gallium_dri.so free 0x5571735b74f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b74f0 0.000142
+gallium_dri.so free 0x5571735b61c0 void 0.000141
+gallium_dri.so free 0x5571735b74f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735b61c0 0.000144
+gallium_dri.so free 0x5571735b6280 void 0.000146
+gallium_dri.so free 0x5571735b61c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735b61c0 0.000135
+gallium_dri.so free 0x5571735b6300 void 0.000141
+gallium_dri.so free 0x5571735b61c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b6300 0.000144
+gallium_dri.so free 0x5571735b63c0 void 0.000141
+gallium_dri.so free 0x5571735b6300 void 0.000135
+gallium_dri.so malloc 72 0x5571735b6300 0.000139
+gallium_dri.so free 0x5571735b6480 void 0.000144
+gallium_dri.so free 0x5571735b6300 void 0.000143
+gallium_dri.so malloc 72 0x5571735b6300 0.000143
+gallium_dri.so free 0x5571735b6540 void 0.000145
+gallium_dri.so free 0x5571735b6300 void 0.000154
+gallium_dri.so malloc 72 0x5571735b64f0 0.000143
+gallium_dri.so free 0x5571735b65c0 void 0.000145
+gallium_dri.so free 0x5571735b64f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b6610 0.000142
+gallium_dri.so free 0x5571735b6680 void 0.000140
+gallium_dri.so free 0x5571735b6610 void 0.000146
+gallium_dri.so malloc 72 0x5571735b66c0 0.000146
+gallium_dri.so free 0x5571735b6740 void 0.000143
+gallium_dri.so free 0x5571735b66c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735b66c0 0.000142
+gallium_dri.so free 0x5571735b67c0 void 0.000141
+gallium_dri.so free 0x5571735b66c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b67f0 0.000140
+gallium_dri.so free 0x5571735b6840 void 0.000140
+gallium_dri.so free 0x5571735b67f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735b67f0 0.000141
+gallium_dri.so free 0x5571735b51c0 void 0.000141
+gallium_dri.so free 0x5571735b67f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b51c0 0.000140
+gallium_dri.so free 0x5571735b5280 void 0.000142
+gallium_dri.so free 0x5571735b51c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735b51c0 0.000142
+gallium_dri.so free 0x5571735b6940 void 0.000139
+gallium_dri.so free 0x5571735b51c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b68f0 0.000138
+gallium_dri.so free 0x5571735b5340 void 0.000142
+gallium_dri.so free 0x5571735b68f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735b68f0 0.000134
+gallium_dri.so free 0x5571735b5440 void 0.000138
+gallium_dri.so free 0x5571735b68f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b53f0 0.000138
+gallium_dri.so free 0x5571735b54c0 void 0.000142
+gallium_dri.so free 0x5571735b53f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b5510 0.000139
+gallium_dri.so free 0x5571735b5580 void 0.000140
+gallium_dri.so free 0x5571735b5510 void 0.000143
+gallium_dri.so malloc 72 0x5571735b55a0 0.000141
+gallium_dri.so free 0x5571735b5640 void 0.000138
+gallium_dri.so free 0x5571735b55a0 void 0.000142
+gallium_dri.so malloc 72 0x5571735b55f0 0.000145
+gallium_dri.so free 0x5571735b56c0 void 0.000151
+gallium_dri.so free 0x5571735b55f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735b55f0 0.000158
+gallium_dri.so free 0x5571735b5740 void 0.000138
+gallium_dri.so free 0x5571735b55f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b5740 0.000130
+gallium_dri.so free 0x5571735b5800 void 0.000130
+gallium_dri.so free 0x5571735b5740 void 0.000130
+gallium_dri.so malloc 72 0x5571735b5740 0.000136
+gallium_dri.so free 0x5571735b5900 void 0.000126
+gallium_dri.so free 0x5571735b5740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5740 0.000125
+gallium_dri.so free 0x5571735b5980 void 0.000125
+gallium_dri.so free 0x5571735b5740 void 0.000120
+gallium_dri.so malloc 72 0x5571735b59b0 0.000120
+gallium_dri.so free 0x5571735b22c0 void 0.000126
+gallium_dri.so free 0x5571735b59b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2270 0.000129
+gallium_dri.so free 0x5571735b2340 void 0.000130
+gallium_dri.so free 0x5571735b2270 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2390 0.000137
+gallium_dri.so free 0x5571735b2400 void 0.000127
+gallium_dri.so free 0x5571735b2390 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2420 0.000129
+gallium_dri.so free 0x5571735b24c0 void 0.000130
+gallium_dri.so free 0x5571735b2420 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2470 0.000129
+gallium_dri.so free 0x5571735b2540 void 0.000125
+gallium_dri.so free 0x5571735b2470 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2540 0.000141
+gallium_dri.so free 0x5571735b2600 void 0.000167
+gallium_dri.so free 0x5571735b2540 void 0.000167
+gallium_dri.so malloc 72 0x5571735b2540 0.000165
+gallium_dri.so free 0x5571735b2680 void 0.000166
+gallium_dri.so free 0x5571735b2540 void 0.000166
+gallium_dri.so malloc 72 0x5571735b2680 0.000161
+gallium_dri.so free 0x5571735b2740 void 0.000156
+gallium_dri.so free 0x5571735b2680 void 0.000158
+gallium_dri.so malloc 72 0x5571735b2680 0.000166
+gallium_dri.so free 0x5571735b2800 void 0.000257
+gallium_dri.so free 0x5571735b2680 void 0.000289
+gallium_dri.so malloc 72 0x5571735b2680 0.000198
+gallium_dri.so free 0x5571735b28c0 void 0.000197
+gallium_dri.so free 0x5571735b2680 void 0.000268
+gallium_dri.so malloc 72 0x5571735b2870 0.000273
+gallium_dri.so free 0x5571735b2940 void 0.000316
+gallium_dri.so free 0x5571735b2870 void 0.000376
+gallium_dri.so malloc 72 0x5571735b2990 0.000399
+gallium_dri.so free 0x5571735b2a00 void 0.000400
+gallium_dri.so free 0x5571735b2990 void 0.000366
+gallium_dri.so malloc 72 0x5571735b2a40 0.000366
+gallium_dri.so free 0x5571735b2ac0 void 0.000324
+gallium_dri.so free 0x5571735b2a40 void 0.000270
+gallium_dri.so malloc 72 0x5571735b2a40 0.000299
+gallium_dri.so free 0x5571735b2b40 void 0.000268
+gallium_dri.so free 0x5571735b2a40 void 0.000267
+gallium_dri.so malloc 72 0x5571735b2b70 0.000280
+gallium_dri.so free 0x5571735d98c0 void 0.000277
+gallium_dri.so free 0x5571735b2b70 void 0.000277
+gallium_dri.so malloc 72 0x5571735b2b70 0.000270
+gallium_dri.so free 0x5571735d99c0 void 0.000229
+gallium_dri.so free 0x5571735b2b70 void 0.000225
+gallium_dri.so malloc 72 0x5571735d9970 0.000225
+gallium_dri.so free 0x5571735d9a80 void 0.000227
+gallium_dri.so free 0x5571735d9970 void 0.000199
+gallium_dri.so malloc 72 0x5571735d9a30 0.000182
+gallium_dri.so free 0x5571735d9ac0 void 0.000223
+gallium_dri.so free 0x5571735d9a30 void 0.000243
+gallium_dri.so malloc 72 0x5571735d9a30 0.000281
+gallium_dri.so free 0x5571735d9b80 void 0.000272
+gallium_dri.so free 0x5571735d9a30 void 0.000277
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000223
+gallium_dri.so free 0x5571735d9c40 void 0.000243
+gallium_dri.so free 0x5571735d9bf0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000237
+gallium_dri.so free 0x5571735d9d40 void 0.000229
+gallium_dri.so free 0x5571735d9bf0 void 0.000221
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000223
+gallium_dri.so free 0x5571735d9e00 void 0.000227
+gallium_dri.so free 0x5571735d9cf0 void 0.000223
+gallium_dri.so malloc 72 0x5571735d9db0 0.000197
+gallium_dri.so free 0x5571735d9e40 void 0.000213
+gallium_dri.so free 0x5571735d9db0 void 0.000199
+gallium_dri.so malloc 72 0x5571735d9db0 0.000127
+gallium_dri.so free 0x5571735d9f00 void 0.000131
+gallium_dri.so free 0x5571735d9db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9f40 0.000127
+gallium_dri.so free 0x5571735d9fc0 void 0.000138
+gallium_dri.so free 0x5571735d9f40 void 0.000134
+gallium_dri.so malloc 72 0x5571735d9fc0 0.000138
+gallium_dri.so free 0x5571735da080 void 0.000138
+gallium_dri.so free 0x5571735d9fc0 void 0.000235
+gallium_dri.so malloc 72 0x5571735d9fc0 0.000243
+gallium_dri.so free 0x5571735da140 void 0.000209
+gallium_dri.so free 0x5571735d9fc0 void 0.000227
+gallium_dri.so malloc 72 0x5571735da160 0.000206
+gallium_dri.so free 0x5571735da200 void 0.000188
+gallium_dri.so free 0x5571735da160 void 0.000229
+gallium_dri.so malloc 72 0x5571735da1b0 0.000230
+gallium_dri.so free 0x5571735da280 void 0.000205
+gallium_dri.so free 0x5571735da1b0 void 0.000234
+gallium_dri.so malloc 72 0x5571735da1b0 0.000233
+gallium_dri.so free 0x5571735da300 void 0.000213
+gallium_dri.so free 0x5571735da1b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735da300 0.000137
+gallium_dri.so free 0x5571735bd840 void 0.000136
+gallium_dri.so free 0x5571735da300 void 0.000132
+gallium_dri.so malloc 72 0x5571735da300 0.000131
+gallium_dri.so free 0x5571735bd900 void 0.000150
+gallium_dri.so free 0x5571735da300 void 0.000137
+gallium_dri.so malloc 72 0x5571735da300 0.000193
+gallium_dri.so free 0x5571735bd9c0 void 0.000232
+gallium_dri.so free 0x5571735da300 void 0.000132
+gallium_dri.so malloc 72 0x5571735bd970 0.000126
+gallium_dri.so free 0x5571735bda80 void 0.000126
+gallium_dri.so free 0x5571735bd970 void 0.000130
+gallium_dri.so malloc 72 0x5571735bda30 0.000232
+gallium_dri.so free 0x5571735bdb00 void 0.000233
+gallium_dri.so free 0x5571735bda30 void 0.000234
+gallium_dri.so malloc 72 0x5571735bdb50 0.000208
+gallium_dri.so free 0x5571735bdbc0 void 0.000221
+gallium_dri.so free 0x5571735bdb50 void 0.000134
+gallium_dri.so malloc 72 0x5571735bdbe0 0.000137
+gallium_dri.so free 0x5571735bdc80 void 0.000138
+gallium_dri.so free 0x5571735bdbe0 void 0.000211
+gallium_dri.so malloc 72 0x5571735bdc30 0.000179
+gallium_dri.so free 0x5571735bdd00 void 0.000183
+gallium_dri.so free 0x5571735bdc30 void 0.000140
+gallium_dri.so malloc 72 0x5571735bdc30 0.000139
+gallium_dri.so free 0x5571735bdd80 void 0.000138
+gallium_dri.so free 0x5571735bdc30 void 0.000138
+gallium_dri.so malloc 72 0x5571735bdd80 0.000131
+gallium_dri.so free 0x5571735bde40 void 0.000230
+gallium_dri.so free 0x5571735bdd80 void 0.000230
+gallium_dri.so malloc 72 0x5571735bdd80 0.000222
+gallium_dri.so free 0x5571735bdf40 void 0.000204
+gallium_dri.so free 0x5571735bdd80 void 0.000199
+gallium_dri.so malloc 72 0x5571735bdef0 0.000222
+gallium_dri.so free 0x5571735bdf80 void 0.000221
+gallium_dri.so free 0x5571735bdef0 void 0.000224
+gallium_dri.so malloc 72 0x5571735bdef0 0.000227
+gallium_dri.so free 0x5571735be040 void 0.000245
+gallium_dri.so free 0x5571735bdef0 void 0.000241
+gallium_dri.so malloc 72 0x5571735be080 0.000221
+gallium_dri.so free 0x5571735be100 void 0.000226
+gallium_dri.so free 0x5571735be080 void 0.000224
+gallium_dri.so malloc 72 0x5571735be100 0.000201
+gallium_dri.so free 0x5571735be1c0 void 0.000147
+gallium_dri.so free 0x5571735be100 void 0.000132
+gallium_dri.so malloc 72 0x5571735be100 0.000130
+gallium_dri.so free 0x5571735be240 void 0.000223
+gallium_dri.so free 0x5571735be100 void 0.000225
+gallium_dri.so malloc 72 0x5571735be270 0.000222
+gallium_dri.so free 0x5571735be2c0 void 0.000200
+gallium_dri.so free 0x5571735be270 void 0.000178
+gallium_dri.so malloc 72 0x5571735be270 0.000222
+gallium_dri.so free 0x5571735b9bc0 void 0.000222
+gallium_dri.so free 0x5571735be270 void 0.000200
+gallium_dri.so malloc 72 0x5571735b9b70 0.000232
+gallium_dri.so free 0x5571735b9c40 void 0.000227
+gallium_dri.so free 0x5571735b9b70 void 0.000224
+gallium_dri.so malloc 72 0x5571735b9c90 0.000221
+gallium_dri.so free 0x5571735b9d00 void 0.000224
+gallium_dri.so free 0x5571735b9c90 void 0.000230
+gallium_dri.so malloc 72 0x5571735b9d20 0.000202
+gallium_dri.so free 0x5571735b9dc0 void 0.000174
+gallium_dri.so free 0x5571735b9d20 void 0.000221
+gallium_dri.so malloc 72 0x5571735b9d70 0.000244
+gallium_dri.so free 0x5571735b9e40 void 0.000278
+gallium_dri.so free 0x5571735b9d70 void 0.000275
+gallium_dri.so malloc 72 0x5571735b9d70 0.000164
+gallium_dri.so free 0x5571735b9ec0 void 0.000170
+gallium_dri.so free 0x5571735b9d70 void 0.000164
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000189
+gallium_dri.so free 0x5571735b9f80 void 0.000135
+gallium_dri.so free 0x5571735b9ec0 void 0.000134
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000135
+gallium_dri.so free 0x5571735ba080 void 0.000136
+gallium_dri.so free 0x5571735b9ec0 void 0.000136
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000135
+gallium_dri.so free 0x5571735ba100 void 0.000126
+gallium_dri.so free 0x5571735b9ec0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ba130 0.000140
+gallium_dri.so free 0x5571735ba180 void 0.000137
+gallium_dri.so free 0x5571735ba130 void 0.000136
+gallium_dri.so malloc 72 0x5571735ba130 0.000137
+gallium_dri.so free 0x5571735ba280 void 0.000131
+gallium_dri.so free 0x5571735ba130 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba230 0.000127
+gallium_dri.so free 0x5571735ba340 void 0.000126
+gallium_dri.so free 0x5571735ba230 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000136
+gallium_dri.so free 0x5571735ba380 void 0.000141
+gallium_dri.so free 0x5571735ba2f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000136
+gallium_dri.so free 0x5571735ba440 void 0.000137
+gallium_dri.so free 0x5571735ba2f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ba490 0.000135
+gallium_dri.so free 0x5571735ba500 void 0.000137
+gallium_dri.so free 0x5571735ba490 void 0.000136
+gallium_dri.so malloc 72 0x5571735ba540 0.000131
+gallium_dri.so free 0x5571735ba5c0 void 0.000130
+gallium_dri.so free 0x5571735ba540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000137
+gallium_dri.so free 0x5571735ba680 void 0.000137
+gallium_dri.so free 0x5571735ba5c0 void 0.000233
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000238
+gallium_dri.so free 0x5571735ba700 void 0.000232
+gallium_dri.so free 0x5571735ba5c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ba730 0.000137
+gallium_dri.so free 0x5571735ba780 void 0.000133
+gallium_dri.so free 0x5571735ba730 void 0.000150
+gallium_dri.so malloc 72 0x5571735ba730 0.000133
+gallium_dri.so free 0x5571735e7340 void 0.000138
+gallium_dri.so free 0x5571735ba730 void 0.000136
+gallium_dri.so malloc 72 0x5571735e7390 0.000137
+gallium_dri.so free 0x5571735e7400 void 0.000137
+gallium_dri.so free 0x5571735e7390 void 0.000137
+gallium_dri.so malloc 72 0x5571735e7440 0.000138
+gallium_dri.so free 0x5571735e74c0 void 0.000131
+gallium_dri.so free 0x5571735e7440 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7440 0.000130
+gallium_dri.so free 0x5571735e7540 void 0.000129
+gallium_dri.so free 0x5571735e7440 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7570 0.000139
+gallium_dri.so free 0x5571735e75c0 void 0.000215
+gallium_dri.so free 0x5571735e7570 void 0.000133
+gallium_dri.so malloc 72 0x5571735e7570 0.000133
+gallium_dri.so free 0x5571735e76c0 void 0.000131
+gallium_dri.so free 0x5571735e7570 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7670 0.000137
+gallium_dri.so free 0x5571735e7780 void 0.000230
+gallium_dri.so free 0x5571735e7670 void 0.000291
+gallium_dri.so malloc 72 0x5571735e7730 0.000234
+gallium_dri.so free 0x5571735e77c0 void 0.000280
+gallium_dri.so free 0x5571735e7730 void 0.000253
+gallium_dri.so malloc 72 0x5571735e7730 0.000225
+gallium_dri.so free 0x5571735e7880 void 0.000223
+gallium_dri.so free 0x5571735e7730 void 0.000131
+gallium_dri.so malloc 72 0x5571735e78f0 0.000128
+gallium_dri.so free 0x5571735e7940 void 0.000128
+gallium_dri.so free 0x5571735e78f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e78f0 0.000123
+gallium_dri.so free 0x5571735e7a40 void 0.000128
+gallium_dri.so free 0x5571735e78f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e79f0 0.000128
+gallium_dri.so free 0x5571735e7b00 void 0.000129
+gallium_dri.so free 0x5571735e79f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000124
+gallium_dri.so free 0x5571735e7b40 void 0.000129
+gallium_dri.so free 0x5571735e7ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000124
+gallium_dri.so free 0x5571735e7c00 void 0.000120
+gallium_dri.so free 0x5571735e7ab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e7c40 0.000126
+gallium_dri.so free 0x5571735e7cc0 void 0.000126
+gallium_dri.so free 0x5571735e7c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000120
+gallium_dri.so free 0x5571735e7d80 void 0.000122
+gallium_dri.so free 0x5571735e7cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000124
+gallium_dri.so free 0x5571735e7e40 void 0.000120
+gallium_dri.so free 0x5571735e7cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7e60 0.000129
+gallium_dri.so free 0x5571735e7f00 void 0.000128
+gallium_dri.so free 0x5571735e7e60 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000129
+gallium_dri.so free 0x5571735e7f80 void 0.000125
+gallium_dri.so free 0x5571735e7eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000120
+gallium_dri.so free 0x5571735e8000 void 0.000122
+gallium_dri.so free 0x5571735e7eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8000 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000120
+gallium_dri.so free 0x5571735e8000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8000 0.000117
+gallium_dri.so free 0x5571735e8180 void 0.000120
+gallium_dri.so free 0x5571735e8000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8000 0.000132
+gallium_dri.so free 0x5571735d78c0 void 0.000120
+gallium_dri.so free 0x5571735e8000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7910 0.000119
+gallium_dri.so free 0x5571735d7980 void 0.000119
+gallium_dri.so free 0x5571735d7910 void 0.000118
+gallium_dri.so malloc 72 0x5571735d79c0 0.000118
+gallium_dri.so free 0x5571735d7a40 void 0.000119
+gallium_dri.so free 0x5571735d79c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7a40 0.000119
+gallium_dri.so free 0x5571735d7b00 void 0.000119
+gallium_dri.so free 0x5571735d7a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7a40 0.000123
+gallium_dri.so free 0x5571735d7b80 void 0.000122
+gallium_dri.so free 0x5571735d7a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7bb0 0.000118
+gallium_dri.so free 0x5571735d7c00 void 0.000122
+gallium_dri.so free 0x5571735d7bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7bb0 0.000119
+gallium_dri.so free 0x5571735d7d00 void 0.000121
+gallium_dri.so free 0x5571735d7bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000119
+gallium_dri.so free 0x5571735d7dc0 void 0.000119
+gallium_dri.so free 0x5571735d7cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7d70 0.000119
+gallium_dri.so free 0x5571735d7e40 void 0.000120
+gallium_dri.so free 0x5571735d7d70 void 0.000133
+gallium_dri.so malloc 72 0x5571735d7e60 0.000120
+gallium_dri.so free 0x5571735d7f00 void 0.000120
+gallium_dri.so free 0x5571735d7e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000119
+gallium_dri.so free 0x5571735d7f80 void 0.000119
+gallium_dri.so free 0x5571735d7eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000119
+gallium_dri.so free 0x5571735d8000 void 0.000120
+gallium_dri.so free 0x5571735d7eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8000 0.000118
+gallium_dri.so free 0x5571735d80c0 void 0.000119
+gallium_dri.so free 0x5571735d8000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8000 0.000118
+gallium_dri.so free 0x5571735d8180 void 0.000143
+gallium_dri.so free 0x5571735d8000 void 0.000133
+gallium_dri.so malloc 72 0x5571735d8000 0.000133
+gallium_dri.so free 0x5571735d8240 void 0.000134
+gallium_dri.so free 0x5571735d8000 void 0.000133
+gallium_dri.so malloc 72 0x5571735d81f0 0.000134
+gallium_dri.so free 0x5571735d8240 void 0.000135
+gallium_dri.so free 0x5571735d81f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d81f0 0.000131
+gallium_dri.so free 0x5571735d8340 void 0.000133
+gallium_dri.so free 0x5571735d81f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d82f0 0.000146
+gallium_dri.so free 0x5571735d8400 void 0.000181
+gallium_dri.so free 0x5571735d82f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d83b0 0.000131
+gallium_dri.so free 0x5571735d8440 void 0.000132
+gallium_dri.so free 0x5571735d83b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d83b0 0.000131
+gallium_dri.so free 0x5571735d8500 void 0.000142
+gallium_dri.so free 0x5571735d83b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8540 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so free 0x5571735d8540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d85c0 0.000112
+gallium_dri.so free 0x5571735d8680 void 0.000114
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d85c0 0.000114
+gallium_dri.so free 0x5571735d8740 void 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8760 0.000113
+gallium_dri.so free 0x5571735d8800 void 0.000114
+gallium_dri.so free 0x5571735d8760 void 0.000112
+gallium_dri.so malloc 72 0x5571735d87b0 0.000114
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d87b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d87b0 0.000113
+gallium_dri.so free 0x5571735d8900 void 0.000113
+gallium_dri.so free 0x5571735d87b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d8900 0.000115
+gallium_dri.so free 0x5571735d89c0 void 0.000118
+gallium_dri.so free 0x5571735d8900 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8900 0.000114
+gallium_dri.so free 0x5571735d8a80 void 0.000115
+gallium_dri.so free 0x5571735d8900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8900 0.000115
+gallium_dri.so free 0x5571735d8b40 void 0.000115
+gallium_dri.so free 0x5571735d8900 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8af0 0.000114
+gallium_dri.so free 0x5571735d8c00 void 0.000116
+gallium_dri.so free 0x5571735d8af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8bb0 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000115
+gallium_dri.so free 0x5571735d8bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82d0 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000116
+gallium_dri.so free 0x5571735e82d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e8360 0.000115
+gallium_dri.so free 0x5571735d8c80 void 0.000116
+gallium_dri.so free 0x5571735e8360 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000114
+gallium_dri.so free 0x5571735e8400 void 0.000115
+gallium_dri.so free 0x5571735d8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e83b0 0.000114
+gallium_dri.so free 0x5571735e8480 void 0.000116
+gallium_dri.so free 0x5571735e83b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e84d0 0.000114
+gallium_dri.so free 0x5571735e8540 void 0.000117
+gallium_dri.so free 0x5571735e84d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8580 0.000114
+gallium_dri.so free 0x5571735e8600 void 0.000114
+gallium_dri.so free 0x5571735e8580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8580 0.000113
+gallium_dri.so free 0x5571735e8680 void 0.000114
+gallium_dri.so free 0x5571735e8580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e86b0 0.000113
+gallium_dri.so free 0x5571735e8700 void 0.000113
+gallium_dri.so free 0x5571735e86b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e86b0 0.000112
+gallium_dri.so free 0x5571735e8800 void 0.000113
+gallium_dri.so free 0x5571735e86b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e87b0 0.000112
+gallium_dri.so free 0x5571735e88c0 void 0.000115
+gallium_dri.so free 0x5571735e87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8870 0.000113
+gallium_dri.so free 0x5571735e8900 void 0.000113
+gallium_dri.so free 0x5571735e8870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8870 0.000113
+gallium_dri.so free 0x5571735e89c0 void 0.000114
+gallium_dri.so free 0x5571735e8870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8a30 0.000117
+gallium_dri.so free 0x5571735e8a80 void 0.000115
+gallium_dri.so free 0x5571735e8a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8a30 0.000116
+gallium_dri.so free 0x5571735e8b80 void 0.000115
+gallium_dri.so free 0x5571735e8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b30 0.000113
+gallium_dri.so free 0x5571735e8c40 void 0.000116
+gallium_dri.so free 0x5571735e8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000114
+gallium_dri.so free 0x5571735e8c80 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000114
+gallium_dri.so free 0x5571735e8bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8d80 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000117
+gallium_dri.so free 0x5571735e8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e00 0.000115
+gallium_dri.so free 0x5571735e8ec0 void 0.000115
+gallium_dri.so free 0x5571735e8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8e00 0.000115
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so free 0x5571735e8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8fa0 0.000112
+gallium_dri.so free 0x5571735e9040 void 0.000115
+gallium_dri.so free 0x5571735e8fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000115
+gallium_dri.so free 0x5571735e90c0 void 0.000114
+gallium_dri.so free 0x5571735e8ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000163
+gallium_dri.so free 0x5571735e9140 void 0.000117
+gallium_dri.so free 0x5571735e8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9140 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000115
+gallium_dri.so free 0x5571735e9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9140 0.000115
+gallium_dri.so free 0x5571735e92c0 void 0.000115
+gallium_dri.so free 0x5571735e9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9140 0.000113
+gallium_dri.so free 0x5571735e9380 void 0.000115
+gallium_dri.so free 0x5571735e9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9330 0.000117
+gallium_dri.so free 0x5571735e9440 void 0.000116
+gallium_dri.so free 0x5571735e9330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e93f0 0.000114
+gallium_dri.so free 0x5571735e94c0 void 0.000115
+gallium_dri.so free 0x5571735e93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9510 0.000115
+gallium_dri.so free 0x5571735e9580 void 0.000115
+gallium_dri.so free 0x5571735e9510 void 0.000114
+gallium_dri.so malloc 72 0x5571735e95a0 0.000115
+gallium_dri.so free 0x5571735e9640 void 0.000114
+gallium_dri.so free 0x5571735e95a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e95f0 0.000114
+gallium_dri.so free 0x5571735e96c0 void 0.000115
+gallium_dri.so free 0x5571735e95f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735e9700 0.000186
+gallium_dri.so free 0x5571735b0b00 void 0.000181
+gallium_dri.so free 0x5571735e9700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0b50 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000116
+gallium_dri.so free 0x5571735b0b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c00 0.000116
+gallium_dri.so free 0x5571735b0c80 void 0.000115
+gallium_dri.so free 0x5571735b0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0c00 0.000113
+gallium_dri.so free 0x5571735b0d00 void 0.000115
+gallium_dri.so free 0x5571735b0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d30 0.000115
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so free 0x5571735b0d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0d30 0.000117
+gallium_dri.so free 0x5571735b0e80 void 0.000119
+gallium_dri.so free 0x5571735b0d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0e30 0.000115
+gallium_dri.so free 0x5571735b0f40 void 0.000115
+gallium_dri.so free 0x5571735b0e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000115
+gallium_dri.so free 0x5571735b0f80 void 0.000117
+gallium_dri.so free 0x5571735b0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000116
+gallium_dri.so free 0x5571735b1040 void 0.000115
+gallium_dri.so free 0x5571735b0ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b10b0 0.000115
+gallium_dri.so free 0x5571735b1100 void 0.000115
+gallium_dri.so free 0x5571735b10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b10b0 0.000114
+gallium_dri.so free 0x5571735b1200 void 0.000115
+gallium_dri.so free 0x5571735b10b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b11b0 0.000114
+gallium_dri.so free 0x5571735b12c0 void 0.000117
+gallium_dri.so free 0x5571735b11b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1270 0.000114
+gallium_dri.so free 0x5571735b1300 void 0.000116
+gallium_dri.so free 0x5571735b1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1270 0.000114
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1400 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so free 0x5571735b1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1480 0.000115
+gallium_dri.so free 0x5571735b1540 void 0.000113
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1480 0.000114
+gallium_dri.so free 0x5571735b1600 void 0.000116
+gallium_dri.so free 0x5571735b1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1620 0.000114
+gallium_dri.so free 0x5571735b16c0 void 0.000118
+gallium_dri.so free 0x5571735b1620 void 0.000127
+gallium_dri.so malloc 72 0x5571735b1670 0.000116
+gallium_dri.so free 0x5571735b1740 void 0.000116
+gallium_dri.so free 0x5571735b1670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1670 0.000114
+gallium_dri.so free 0x5571735b17c0 void 0.000116
+gallium_dri.so free 0x5571735b1670 void 0.000116
+gallium_dri.so malloc 72 0x5571735b17c0 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000117
+gallium_dri.so free 0x5571735b17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b17c0 0.000115
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b17c0 0.000119
+gallium_dri.so free 0x5571735b1a00 void 0.000115
+gallium_dri.so free 0x5571735b17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b19b0 0.000116
+gallium_dri.so free 0x5571735b1ac0 void 0.000116
+gallium_dri.so free 0x5571735b19b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1a70 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000116
+gallium_dri.so free 0x5571735b1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b90 0.000114
+gallium_dri.so free 0x5571735b1c00 void 0.000116
+gallium_dri.so free 0x5571735b1b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c20 0.000115
+gallium_dri.so free 0x5571735b1cc0 void 0.000116
+gallium_dri.so free 0x5571735b1c20 void 0.000164
+gallium_dri.so malloc 72 0x5571735b1c70 0.000115
+gallium_dri.so free 0x5571735b1d40 void 0.000115
+gallium_dri.so free 0x5571735b1c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1c70 0.000118
+gallium_dri.so free 0x5571735b1dc0 void 0.000116
+gallium_dri.so free 0x5571735b1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000114
+gallium_dri.so free 0x5571735b1e80 void 0.000116
+gallium_dri.so free 0x5571735b1dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000115
+gallium_dri.so free 0x5571735b1f80 void 0.000115
+gallium_dri.so free 0x5571735b1dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b1f30 0.000114
+gallium_dri.so free 0x5571735b1fc0 void 0.000117
+gallium_dri.so free 0x5571735b1f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1f30 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000116
+gallium_dri.so free 0x5571735b1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b20c0 0.000115
+gallium_dri.so free 0x5571735b3440 void 0.000115
+gallium_dri.so free 0x5571735b20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b33f0 0.000114
+gallium_dri.so free 0x5571735b3500 void 0.000116
+gallium_dri.so free 0x5571735b33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3540 void 0.000117
+gallium_dri.so free 0x5571735b34b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b34b0 0.000114
+gallium_dri.so free 0x5571735b3600 void 0.000115
+gallium_dri.so free 0x5571735b34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3670 0.000113
+gallium_dri.so free 0x5571735b36c0 void 0.000114
+gallium_dri.so free 0x5571735b3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3670 0.000114
+gallium_dri.so free 0x5571735b37c0 void 0.000116
+gallium_dri.so free 0x5571735b3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3770 0.000115
+gallium_dri.so free 0x5571735b3880 void 0.000116
+gallium_dri.so free 0x5571735b3770 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3830 0.000115
+gallium_dri.so free 0x5571735b38c0 void 0.000117
+gallium_dri.so free 0x5571735b3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3830 0.000114
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so free 0x5571735b3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735b39c0 0.000114
+gallium_dri.so free 0x5571735b3a40 void 0.000116
+gallium_dri.so free 0x5571735b39c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3a40 0.000113
+gallium_dri.so free 0x5571735b3b00 void 0.000116
+gallium_dri.so free 0x5571735b3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3a40 0.000114
+gallium_dri.so free 0x5571735b3bc0 void 0.000115
+gallium_dri.so free 0x5571735b3a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735b3be0 0.000117
+gallium_dri.so free 0x5571735b3c80 void 0.000114
+gallium_dri.so free 0x5571735b3be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3c30 0.000114
+gallium_dri.so free 0x5571735b3d00 void 0.000115
+gallium_dri.so free 0x5571735b3c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3c30 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000115
+gallium_dri.so free 0x5571735b3c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3d80 0.000114
+gallium_dri.so free 0x5571735b3e40 void 0.000134
+gallium_dri.so free 0x5571735b3d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3d80 0.000117
+gallium_dri.so free 0x5571735b3f00 void 0.000116
+gallium_dri.so free 0x5571735b3d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3d80 0.000116
+gallium_dri.so free 0x5571735b3fc0 void 0.000115
+gallium_dri.so free 0x5571735b3d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f70 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000115
+gallium_dri.so free 0x5571735b3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4030 0.000118
+gallium_dri.so free 0x5571735b4100 void 0.000115
+gallium_dri.so free 0x5571735b4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4150 0.000115
+gallium_dri.so free 0x5571735b41c0 void 0.000115
+gallium_dri.so free 0x5571735b4150 void 0.000119
+gallium_dri.so malloc 72 0x5571735b41e0 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000117
+gallium_dri.so free 0x5571735b41e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4230 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000115
+gallium_dri.so free 0x5571735b4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4230 0.000114
+gallium_dri.so free 0x5571735b4380 void 0.000115
+gallium_dri.so free 0x5571735b4230 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4380 0.000115
+gallium_dri.so free 0x5571735b4440 void 0.000116
+gallium_dri.so free 0x5571735b4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4380 0.000114
+gallium_dri.so free 0x5571735b4540 void 0.000115
+gallium_dri.so free 0x5571735b4380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b44f0 0.000115
+gallium_dri.so free 0x5571735b4580 void 0.000117
+gallium_dri.so free 0x5571735b44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44f0 0.000113
+gallium_dri.so free 0x5571735b4640 void 0.000116
+gallium_dri.so free 0x5571735b44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4680 0.000114
+gallium_dri.so free 0x5571735b4700 void 0.000116
+gallium_dri.so free 0x5571735b4680 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4700 0.000113
+gallium_dri.so free 0x5571735b47c0 void 0.000115
+gallium_dri.so free 0x5571735b4700 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4700 0.000128
+gallium_dri.so free 0x5571735b4840 void 0.000116
+gallium_dri.so free 0x5571735b4700 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4870 0.000114
+gallium_dri.so free 0x5571735b48c0 void 0.000117
+gallium_dri.so free 0x5571735b4870 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4870 0.000115
+gallium_dri.so free 0x5571735b49c0 void 0.000116
+gallium_dri.so free 0x5571735b4870 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4a00 0.000116
+gallium_dri.so free 0x5571735b4a80 void 0.000116
+gallium_dri.so free 0x5571735b4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a80 0.000114
+gallium_dri.so free 0x5571735b4b40 void 0.000114
+gallium_dri.so free 0x5571735b4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a80 0.000113
+gallium_dri.so free 0x5571735b4bc0 void 0.000116
+gallium_dri.so free 0x5571735b4a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000114
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735b4bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beec0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000116
+gallium_dri.so free 0x5571735beec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bef40 0.000115
+gallium_dri.so free 0x5571735bf000 void 0.000115
+gallium_dri.so free 0x5571735bef40 void 0.000114
+gallium_dri.so malloc 72 0x5571735bef40 0.000128
+gallium_dri.so free 0x5571735bf0c0 void 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf0e0 0.000114
+gallium_dri.so free 0x5571735bf180 void 0.000115
+gallium_dri.so free 0x5571735bf0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf130 0.000115
+gallium_dri.so free 0x5571735bf200 void 0.000116
+gallium_dri.so free 0x5571735bf130 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf130 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000115
+gallium_dri.so free 0x5571735bf130 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf280 0.000116
+gallium_dri.so free 0x5571735bf340 void 0.000115
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf280 0.000114
+gallium_dri.so free 0x5571735bf400 void 0.000116
+gallium_dri.so free 0x5571735bf280 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf280 0.000116
+gallium_dri.so free 0x5571735bf4c0 void 0.000116
+gallium_dri.so free 0x5571735bf280 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf470 0.000115
+gallium_dri.so free 0x5571735bf580 void 0.000116
+gallium_dri.so free 0x5571735bf470 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf530 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000116
+gallium_dri.so free 0x5571735bf530 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf650 0.000128
+gallium_dri.so free 0x5571735bf6c0 void 0.000116
+gallium_dri.so free 0x5571735bf650 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf6e0 0.000114
+gallium_dri.so free 0x5571735bf780 void 0.000116
+gallium_dri.so free 0x5571735bf6e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf730 0.000114
+gallium_dri.so free 0x5571735bf800 void 0.000116
+gallium_dri.so free 0x5571735bf730 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf730 0.000115
+gallium_dri.so free 0x5571735bf880 void 0.000115
+gallium_dri.so free 0x5571735bf730 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf880 0.000114
+gallium_dri.so free 0x5571735bf940 void 0.000115
+gallium_dri.so free 0x5571735bf880 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf880 0.000115
+gallium_dri.so free 0x5571735bfa40 void 0.000117
+gallium_dri.so free 0x5571735bf880 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000115
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bf9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000114
+gallium_dri.so free 0x5571735bfb40 void 0.000116
+gallium_dri.so free 0x5571735bf9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfb80 0.000120
+gallium_dri.so free 0x5571735bfc00 void 0.000118
+gallium_dri.so free 0x5571735bfb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc00 0.000217
+gallium_dri.so free 0x5571735bfcc0 void 0.000116
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc00 0.000114
+gallium_dri.so free 0x5571735bfd40 void 0.000115
+gallium_dri.so free 0x5571735bfc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfd70 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x5571735bfd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfd70 0.000116
+gallium_dri.so free 0x5571735bfec0 void 0.000116
+gallium_dri.so free 0x5571735bfd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff00 0.000114
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so free 0x5571735bff00 void 0.000124
+gallium_dri.so malloc 72 0x5571735bff80 0.000128
+gallium_dri.so free 0x5571735c0040 void 0.000121
+gallium_dri.so free 0x5571735bff80 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff80 0.000123
+gallium_dri.so free 0x5571735c00c0 void 0.000123
+gallium_dri.so free 0x5571735bff80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c00f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c00f0 0.000134
+gallium_dri.so free 0x5571735c0240 void 0.000132
+gallium_dri.so free 0x5571735c00f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c01f0 0.000116
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so free 0x5571735c01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so free 0x5571735c02b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c02b0 0.000114
+gallium_dri.so free 0x5571735c0440 void 0.000116
+gallium_dri.so free 0x5571735c02b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02b0 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000116
+gallium_dri.so free 0x5571735c02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c04b0 0.000114
+gallium_dri.so free 0x5571735c0580 void 0.000117
+gallium_dri.so free 0x5571735c04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c05d0 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000115
+gallium_dri.so free 0x5571735c05d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0660 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so free 0x5571735c0660 void 0.000114
+gallium_dri.so malloc 72 0x5571735c06b0 0.000115
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so free 0x5571735c06b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0780 0.000128
+gallium_dri.so free 0x5571735c0840 void 0.000117
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0780 0.000117
+gallium_dri.so free 0x5571735c08c0 void 0.000115
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c08c0 0.000115
+gallium_dri.so free 0x5571735c0980 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c08c0 0.000114
+gallium_dri.so free 0x5571735c0a40 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08c0 0.000115
+gallium_dri.so free 0x5571735c0b00 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000115
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bd0 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000116
+gallium_dri.so free 0x5571735c0bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c80 0.000115
+gallium_dri.so free 0x5571735c0d00 void 0.000120
+gallium_dri.so free 0x5571735c0c80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0c80 0.000120
+gallium_dri.so free 0x5571735c0d80 void 0.000116
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0db0 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0db0 0.000115
+gallium_dri.so free 0x5571735c0f00 void 0.000111
+gallium_dri.so free 0x5571735c0db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000110
+gallium_dri.so free 0x5571735c0fc0 void 0.000110
+gallium_dri.so free 0x5571735c0eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0f70 0.000110
+gallium_dri.so free 0x5571735c1000 void 0.000111
+gallium_dri.so free 0x5571735c0f70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0f70 0.000109
+gallium_dri.so free 0x5571735c10c0 void 0.000109
+gallium_dri.so free 0x5571735c0f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1130 0.000109
+gallium_dri.so free 0x5571735c1180 void 0.000109
+gallium_dri.so free 0x5571735c1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1130 0.000110
+gallium_dri.so free 0x5571735c1280 void 0.000110
+gallium_dri.so free 0x5571735c1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1230 0.000115
+gallium_dri.so free 0x5571735c1340 void 0.000114
+gallium_dri.so free 0x5571735c1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c12f0 0.000110
+gallium_dri.so free 0x5571735c1380 void 0.000111
+gallium_dri.so free 0x5571735c12f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c12f0 0.000128
+gallium_dri.so free 0x5571735c1440 void 0.000124
+gallium_dri.so free 0x5571735c12f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1480 0.000115
+gallium_dri.so free 0x5571735c1500 void 0.000116
+gallium_dri.so free 0x5571735c1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1500 0.000116
+gallium_dri.so free 0x5571735c15c0 void 0.000115
+gallium_dri.so free 0x5571735c1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1500 0.000116
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so free 0x5571735c1500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c16a0 0.000114
+gallium_dri.so free 0x5571735c1740 void 0.000115
+gallium_dri.so free 0x5571735c16a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c16f0 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000115
+gallium_dri.so free 0x5571735c16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16f0 0.000115
+gallium_dri.so free 0x5571735c1840 void 0.000121
+gallium_dri.so free 0x5571735c16f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1840 0.000120
+gallium_dri.so free 0x5571735c1900 void 0.000115
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1840 0.000116
+gallium_dri.so free 0x5571735c19c0 void 0.000137
+gallium_dri.so free 0x5571735c1840 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1840 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000123
+gallium_dri.so free 0x5571735c1840 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1a30 0.000124
+gallium_dri.so free 0x5571735c1b40 void 0.000119
+gallium_dri.so free 0x5571735c1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1af0 0.000119
+gallium_dri.so free 0x5571735c1bc0 void 0.000125
+gallium_dri.so free 0x5571735c1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1c10 0.000121
+gallium_dri.so free 0x5571735c1c80 void 0.000120
+gallium_dri.so free 0x5571735c1c10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1ca0 0.000119
+gallium_dri.so free 0x5571735c1d40 void 0.000116
+gallium_dri.so free 0x5571735c1ca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000120
+gallium_dri.so free 0x5571735c1dc0 void 0.000126
+gallium_dri.so free 0x5571735c1cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000119
+gallium_dri.so free 0x5571735c1e40 void 0.000116
+gallium_dri.so free 0x5571735c1cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e40 0.000129
+gallium_dri.so free 0x5571735c1f00 void 0.000126
+gallium_dri.so free 0x5571735c1e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1e40 0.000123
+gallium_dri.so free 0x5571735c2000 void 0.000123
+gallium_dri.so free 0x5571735c1e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000135
+gallium_dri.so free 0x5571735c2040 void 0.000132
+gallium_dri.so free 0x5571735c1fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000130
+gallium_dri.so free 0x5571735c2100 void 0.000130
+gallium_dri.so free 0x5571735c1fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2140 0.000129
+gallium_dri.so free 0x5571735c21c0 void 0.000130
+gallium_dri.so free 0x5571735c2140 void 0.000131
+gallium_dri.so malloc 72 0x5571735c21c0 0.000130
+gallium_dri.so free 0x5571735c2280 void 0.000132
+gallium_dri.so free 0x5571735c21c0 void 0.000219
+gallium_dri.so malloc 72 0x5571735c21c0 0.000218
+gallium_dri.so free 0x5571735c2300 void 0.000244
+gallium_dri.so free 0x5571735c21c0 void 0.000213
+gallium_dri.so malloc 72 0x5571735c2330 0.000225
+gallium_dri.so free 0x5571735c2380 void 0.000221
+gallium_dri.so free 0x5571735c2330 void 0.000221
+gallium_dri.so malloc 72 0x5571735c2330 0.000198
+gallium_dri.so free 0x5571735c2480 void 0.000233
+gallium_dri.so free 0x5571735c2330 void 0.000201
+gallium_dri.so malloc 72 0x5571735c24c0 0.000205
+gallium_dri.so free 0x5571735c2540 void 0.000164
+gallium_dri.so free 0x5571735c24c0 void 0.000236
+gallium_dri.so malloc 72 0x5571735c2540 0.000264
+gallium_dri.so free 0x5571735c2600 void 0.000251
+gallium_dri.so free 0x5571735c2540 void 0.000269
+gallium_dri.so malloc 72 0x5571735c2540 0.000219
+gallium_dri.so free 0x5571735c2680 void 0.000238
+gallium_dri.so free 0x5571735c2540 void 0.000200
+gallium_dri.so malloc 72 0x5571735c26b0 0.000181
+gallium_dri.so free 0x5571735c2700 void 0.000130
+gallium_dri.so free 0x5571735c26b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c26b0 0.000126
+gallium_dri.so free 0x5571735c2800 void 0.000121
+gallium_dri.so free 0x5571735c26b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c27b0 0.000125
+gallium_dri.so free 0x5571735c28c0 void 0.000121
+gallium_dri.so free 0x5571735c27b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2870 0.000126
+gallium_dri.so free 0x5571735c2940 void 0.000126
+gallium_dri.so free 0x5571735c2870 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2870 0.000129
+gallium_dri.so free 0x5571735c2a00 void 0.000124
+gallium_dri.so free 0x5571735c2870 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2870 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000126
+gallium_dri.so free 0x5571735c2870 void 0.000138
+gallium_dri.so malloc 72 0x5571735c2a70 0.000135
+gallium_dri.so free 0x5571735c2b40 void 0.000149
+gallium_dri.so free 0x5571735c2a70 void 0.000192
+gallium_dri.so malloc 72 0x5571735c2b90 0.000230
+gallium_dri.so free 0x5571735c2c00 void 0.000228
+gallium_dri.so free 0x5571735c2b90 void 0.000209
+gallium_dri.so malloc 72 0x5571735c2c20 0.000226
+gallium_dri.so free 0x5571735c2cc0 void 0.000206
+gallium_dri.so free 0x5571735c2c20 void 0.000148
+gallium_dri.so malloc 72 0x5571735c2c70 0.000134
+gallium_dri.so free 0x5571735c2d40 void 0.000131
+gallium_dri.so free 0x5571735c2c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2d40 0.000134
+gallium_dri.so free 0x5571735c2e00 void 0.000132
+gallium_dri.so free 0x5571735c2d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2d40 0.000127
+gallium_dri.so free 0x5571735c2e80 void 0.000133
+gallium_dri.so free 0x5571735c2d40 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2e80 0.000137
+gallium_dri.so free 0x5571735c2f40 void 0.000134
+gallium_dri.so free 0x5571735c2e80 void 0.000142
+gallium_dri.so malloc 72 0x5571735c2e80 0.000134
+gallium_dri.so free 0x5571735c3000 void 0.000137
+gallium_dri.so free 0x5571735c2e80 void 0.000137
+gallium_dri.so malloc 72 0x5571735c2e80 0.000140
+gallium_dri.so free 0x5571735c30c0 void 0.000137
+gallium_dri.so free 0x5571735c2e80 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3070 0.000205
+gallium_dri.so free 0x5571735c3140 void 0.000238
+gallium_dri.so free 0x5571735c3070 void 0.000233
+gallium_dri.so malloc 72 0x5571735c3190 0.000209
+gallium_dri.so free 0x5571735c3200 void 0.000211
+gallium_dri.so free 0x5571735c3190 void 0.000190
+gallium_dri.so malloc 72 0x5571735c3240 0.000188
+gallium_dri.so free 0x5571735c32c0 void 0.000189
+gallium_dri.so free 0x5571735c3240 void 0.000228
+gallium_dri.so malloc 72 0x5571735c3240 0.000230
+gallium_dri.so free 0x5571735c3340 void 0.000221
+gallium_dri.so free 0x5571735c3240 void 0.000240
+gallium_dri.so malloc 72 0x5571735c3370 0.000232
+gallium_dri.so free 0x5571735c33c0 void 0.000229
+gallium_dri.so free 0x5571735c3370 void 0.000230
+gallium_dri.so malloc 72 0x5571735c3370 0.000228
+gallium_dri.so free 0x5571735c34c0 void 0.000209
+gallium_dri.so free 0x5571735c3370 void 0.000212
+gallium_dri.so malloc 72 0x5571735c3470 0.000138
+gallium_dri.so free 0x5571735c3580 void 0.000136
+gallium_dri.so free 0x5571735c3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3530 0.000230
+gallium_dri.so free 0x5571735c35c0 void 0.000221
+gallium_dri.so free 0x5571735c3530 void 0.000219
+gallium_dri.so malloc 72 0x5571735c3530 0.000222
+gallium_dri.so free 0x5571735c3680 void 0.000222
+gallium_dri.so free 0x5571735c3530 void 0.000278
+gallium_dri.so malloc 72 0x5571735c36f0 0.000221
+gallium_dri.so free 0x5571735c3740 void 0.000201
+gallium_dri.so free 0x5571735c36f0 void 0.000213
+gallium_dri.so malloc 72 0x5571735c36f0 0.000219
+gallium_dri.so free 0x5571735c3840 void 0.000222
+gallium_dri.so free 0x5571735c36f0 void 0.000201
+gallium_dri.so malloc 72 0x5571735c37f0 0.000194
+gallium_dri.so free 0x5571735c3900 void 0.000199
+gallium_dri.so free 0x5571735c37f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c38b0 0.000129
+gallium_dri.so free 0x5571735c3940 void 0.000129
+gallium_dri.so free 0x5571735c38b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c38b0 0.000127
+gallium_dri.so free 0x5571735c3a00 void 0.000125
+gallium_dri.so free 0x5571735c38b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3a40 0.000130
+gallium_dri.so free 0x5571735c3ac0 void 0.000124
+gallium_dri.so free 0x5571735c3a40 void 0.000135
+gallium_dri.so malloc 72 0x5571735c3ac0 0.000126
+gallium_dri.so free 0x5571735c3b80 void 0.000132
+gallium_dri.so free 0x5571735c3ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3ac0 0.000121
+gallium_dri.so free 0x5571735c3c40 void 0.000121
+gallium_dri.so free 0x5571735c3ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3c60 0.000124
+gallium_dri.so free 0x5571735c3d00 void 0.000123
+gallium_dri.so free 0x5571735c3c60 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000126
+gallium_dri.so free 0x5571735c3d80 void 0.000124
+gallium_dri.so free 0x5571735c3cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000121
+gallium_dri.so free 0x5571735c3e00 void 0.000125
+gallium_dri.so free 0x5571735c3cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3e00 0.000120
+gallium_dri.so free 0x5571735c3ec0 void 0.000122
+gallium_dri.so free 0x5571735c3e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3e00 0.000124
+gallium_dri.so free 0x5571735c3f80 void 0.000122
+gallium_dri.so free 0x5571735c3e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3e00 0.000131
+gallium_dri.so free 0x5571735c4040 void 0.000142
+gallium_dri.so free 0x5571735c3e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000131
+gallium_dri.so free 0x5571735c4100 void 0.000132
+gallium_dri.so free 0x5571735c3ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c40b0 0.000130
+gallium_dri.so free 0x5571735c4180 void 0.000127
+gallium_dri.so free 0x5571735c40b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c41d0 0.000126
+gallium_dri.so free 0x5571735c4240 void 0.000125
+gallium_dri.so free 0x5571735c41d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4260 0.000121
+gallium_dri.so free 0x5571735c4300 void 0.000126
+gallium_dri.so free 0x5571735c4260 void 0.000130
+gallium_dri.so malloc 72 0x5571735c42b0 0.000133
+gallium_dri.so free 0x5571735c4380 void 0.000131
+gallium_dri.so free 0x5571735c42b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c42b0 0.000217
+gallium_dri.so free 0x5571735c4400 void 0.000220
+gallium_dri.so free 0x5571735c42b0 void 0.000197
+gallium_dri.so malloc 72 0x5571735c4400 0.000212
+gallium_dri.so free 0x5571735c44c0 void 0.000272
+gallium_dri.so free 0x5571735c4400 void 0.000271
+gallium_dri.so malloc 72 0x5571735c4400 0.000268
+gallium_dri.so free 0x5571735c45c0 void 0.000277
+gallium_dri.so free 0x5571735c4400 void 0.000264
+gallium_dri.so malloc 72 0x5571735c4570 0.000274
+gallium_dri.so free 0x5571735c4600 void 0.000265
+gallium_dri.so free 0x5571735c4570 void 0.000250
+gallium_dri.so malloc 72 0x5571735c4570 0.000267
+gallium_dri.so free 0x5571735c46c0 void 0.000221
+gallium_dri.so free 0x5571735c4570 void 0.000197
+gallium_dri.so malloc 72 0x5571735c4700 0.000194
+gallium_dri.so free 0x5571735c4780 void 0.000135
+gallium_dri.so free 0x5571735c4700 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4780 0.000121
+gallium_dri.so free 0x5571735c4840 void 0.000126
+gallium_dri.so free 0x5571735c4780 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4780 0.000120
+gallium_dri.so free 0x5571735c48c0 void 0.000131
+gallium_dri.so free 0x5571735c4780 void 0.000130
+gallium_dri.so malloc 72 0x5571735c48f0 0.000129
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so free 0x5571735c48f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c48f0 0.000201
+gallium_dri.so free 0x5571735c4a40 void 0.000128
+gallium_dri.so free 0x5571735c48f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4a80 0.000130
+gallium_dri.so free 0x5571735c4b00 void 0.000195
+gallium_dri.so free 0x5571735c4a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4b00 0.000130
+gallium_dri.so free 0x5571735c4bc0 void 0.000130
+gallium_dri.so free 0x5571735c4b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4b00 0.000121
+gallium_dri.so free 0x5571735c4c40 void 0.000126
+gallium_dri.so free 0x5571735c4b00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c4c70 0.000126
+gallium_dri.so free 0x5571735c4cc0 void 0.000129
+gallium_dri.so free 0x5571735c4c70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4c70 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000121
+gallium_dri.so free 0x5571735c4c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4d70 0.000132
+gallium_dri.so free 0x5571735c4e80 void 0.000130
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4e30 0.000131
+gallium_dri.so free 0x5571735c4f00 void 0.000125
+gallium_dri.so free 0x5571735c4e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4e30 0.000126
+gallium_dri.so free 0x5571735c4fc0 void 0.000126
+gallium_dri.so free 0x5571735c4e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4e30 0.000124
+gallium_dri.so free 0x5571735c5080 void 0.000121
+gallium_dri.so free 0x5571735c4e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5030 0.000125
+gallium_dri.so free 0x5571735c5100 void 0.000122
+gallium_dri.so free 0x5571735c5030 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5150 0.000167
+gallium_dri.so free 0x5571735c51c0 void 0.000136
+gallium_dri.so free 0x5571735c5150 void 0.000221
+gallium_dri.so malloc 72 0x5571735c51e0 0.000222
+gallium_dri.so free 0x5571735c5280 void 0.000182
+gallium_dri.so free 0x5571735c51e0 void 0.000219
+gallium_dri.so malloc 72 0x5571735c5230 0.000222
+gallium_dri.so free 0x5571735c5300 void 0.000226
+gallium_dri.so free 0x5571735c5230 void 0.000201
+gallium_dri.so malloc 72 0x5571735c5300 0.000205
+gallium_dri.so free 0x5571735c53c0 void 0.000167
+gallium_dri.so free 0x5571735c5300 void 0.000211
+gallium_dri.so malloc 72 0x5571735c5300 0.000270
+gallium_dri.so free 0x5571735c5440 void 0.000205
+gallium_dri.so free 0x5571735c5300 void 0.000269
+gallium_dri.so malloc 72 0x5571735c5440 0.000274
+gallium_dri.so free 0x5571735c5500 void 0.000266
+gallium_dri.so free 0x5571735c5440 void 0.000266
+gallium_dri.so malloc 72 0x5571735c5440 0.000249
+gallium_dri.so free 0x5571735c55c0 void 0.000219
+gallium_dri.so free 0x5571735c5440 void 0.000220
+gallium_dri.so malloc 72 0x5571735c5440 0.000324
+gallium_dri.so free 0x5571735c5680 void 0.000364
+gallium_dri.so free 0x5571735c5440 void 0.000274
+gallium_dri.so malloc 72 0x5571735c5630 0.000245
+gallium_dri.so free 0x5571735c5700 void 0.000270
+gallium_dri.so free 0x5571735c5630 void 0.000279
+gallium_dri.so malloc 72 0x5571735c5750 0.000287
+gallium_dri.so free 0x5571735c57c0 void 0.000263
+gallium_dri.so free 0x5571735c5750 void 0.000217
+gallium_dri.so malloc 72 0x5571735c5800 0.000133
+gallium_dri.so free 0x5571735c5880 void 0.000128
+gallium_dri.so free 0x5571735c5800 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5800 0.000128
+gallium_dri.so free 0x5571735c5900 void 0.000129
+gallium_dri.so free 0x5571735c5800 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5930 0.000129
+gallium_dri.so free 0x5571735c5980 void 0.000128
+gallium_dri.so free 0x5571735c5930 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5930 0.000127
+gallium_dri.so free 0x5571735c5a80 void 0.000128
+gallium_dri.so free 0x5571735c5930 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5a30 0.000127
+gallium_dri.so free 0x5571735c5b40 void 0.000127
+gallium_dri.so free 0x5571735c5a30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5af0 0.000128
+gallium_dri.so free 0x5571735c5b80 void 0.000127
+gallium_dri.so free 0x5571735c5af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5af0 0.000128
+gallium_dri.so free 0x5571735c5c40 void 0.000130
+gallium_dri.so free 0x5571735c5af0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c5cb0 0.000128
+gallium_dri.so free 0x5571735c5d00 void 0.000129
+gallium_dri.so free 0x5571735c5cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5cb0 0.000127
+gallium_dri.so free 0x5571735c5e00 void 0.000126
+gallium_dri.so free 0x5571735c5cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5db0 0.000137
+gallium_dri.so free 0x5571735c5ec0 void 0.000132
+gallium_dri.so free 0x5571735c5db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5e70 0.000128
+gallium_dri.so free 0x5571735c5f00 void 0.000129
+gallium_dri.so free 0x5571735c5e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5e70 0.000127
+gallium_dri.so free 0x5571735c5fc0 void 0.000128
+gallium_dri.so free 0x5571735c5e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6000 0.000128
+gallium_dri.so free 0x5571735c6080 void 0.000128
+gallium_dri.so free 0x5571735c6000 void 0.000128
+gallium_dri.so malloc 72 0x5571735c6080 0.000127
+gallium_dri.so free 0x5571735c6140 void 0.000128
+gallium_dri.so free 0x5571735c6080 void 0.000127
+gallium_dri.so malloc 72 0x5571735c6080 0.000128
+gallium_dri.so free 0x5571735c6200 void 0.000128
+gallium_dri.so free 0x5571735c6080 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6220 0.000163
+gallium_dri.so free 0x5571735c62c0 void 0.000162
+gallium_dri.so free 0x5571735c6220 void 0.000157
+gallium_dri.so malloc 72 0x5571735c6270 0.000157
+gallium_dri.so free 0x5571735c6340 void 0.000162
+gallium_dri.so free 0x5571735c6270 void 0.000162
+gallium_dri.so malloc 72 0x5571735c6270 0.000159
+gallium_dri.so free 0x5571735c63c0 void 0.000161
+gallium_dri.so free 0x5571735c6270 void 0.000161
+gallium_dri.so malloc 72 0x5571735c63c0 0.000161
+gallium_dri.so free 0x5571735c6480 void 0.000169
+gallium_dri.so free 0x5571735c63c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c63c0 0.000117
+gallium_dri.so free 0x5571735c6540 void 0.000120
+gallium_dri.so free 0x5571735c63c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c63c0 0.000118
+gallium_dri.so free 0x5571735c6600 void 0.000120
+gallium_dri.so free 0x5571735c63c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c65b0 0.000120
+gallium_dri.so free 0x5571735c66c0 void 0.000120
+gallium_dri.so free 0x5571735c65b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6670 0.000119
+gallium_dri.so free 0x5571735c6740 void 0.000111
+gallium_dri.so free 0x5571735c6670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6790 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000117
+gallium_dri.so free 0x5571735c6790 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6820 0.000119
+gallium_dri.so free 0x5571735c68c0 void 0.000119
+gallium_dri.so free 0x5571735c6820 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6870 0.000121
+gallium_dri.so free 0x5571735c6940 void 0.000121
+gallium_dri.so free 0x5571735c6870 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6870 0.000120
+gallium_dri.so free 0x5571735c69c0 void 0.000121
+gallium_dri.so free 0x5571735c6870 void 0.000116
+gallium_dri.so malloc 72 0x5571735c69c0 0.000120
+gallium_dri.so free 0x5571735c6a80 void 0.000120
+gallium_dri.so free 0x5571735c69c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c69c0 0.000120
+gallium_dri.so free 0x5571735c6b80 void 0.000121
+gallium_dri.so free 0x5571735c69c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6b30 0.000118
+gallium_dri.so free 0x5571735c6bc0 void 0.000126
+gallium_dri.so free 0x5571735c6b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6b30 0.000119
+gallium_dri.so free 0x5571735c6c80 void 0.000116
+gallium_dri.so free 0x5571735c6b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6cc0 0.000123
+gallium_dri.so free 0x5571735c6d40 void 0.000121
+gallium_dri.so free 0x5571735c6cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6d40 0.000120
+gallium_dri.so free 0x5571735c6e00 void 0.000119
+gallium_dri.so free 0x5571735c6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6d40 0.000120
+gallium_dri.so free 0x5571735c6e80 void 0.000121
+gallium_dri.so free 0x5571735c6d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000123
+gallium_dri.so free 0x5571735c6f00 void 0.000121
+gallium_dri.so free 0x5571735c6eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6eb0 0.000118
+gallium_dri.so free 0x5571735c7000 void 0.000123
+gallium_dri.so free 0x5571735c6eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7040 0.000121
+gallium_dri.so free 0x5571735c70c0 void 0.000120
+gallium_dri.so free 0x5571735c7040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c70c0 0.000121
+gallium_dri.so free 0x5571735c7180 void 0.000122
+gallium_dri.so free 0x5571735c70c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c70c0 0.000121
+gallium_dri.so free 0x5571735c7200 void 0.000122
+gallium_dri.so free 0x5571735c70c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7230 0.000120
+gallium_dri.so free 0x5571735c7280 void 0.000129
+gallium_dri.so free 0x5571735c7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7230 0.000123
+gallium_dri.so free 0x5571735c7380 void 0.000122
+gallium_dri.so free 0x5571735c7230 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7330 0.000119
+gallium_dri.so free 0x5571735c7440 void 0.000122
+gallium_dri.so free 0x5571735c7330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c73f0 0.000121
+gallium_dri.so free 0x5571735c74c0 void 0.000121
+gallium_dri.so free 0x5571735c73f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c73f0 0.000121
+gallium_dri.so free 0x5571735c7580 void 0.000120
+gallium_dri.so free 0x5571735c73f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c73f0 0.000122
+gallium_dri.so free 0x5571735c7640 void 0.000123
+gallium_dri.so free 0x5571735c73f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c75f0 0.000120
+gallium_dri.so free 0x5571735c76c0 void 0.000122
+gallium_dri.so free 0x5571735c75f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7710 0.000119
+gallium_dri.so free 0x5571735c7780 void 0.000120
+gallium_dri.so free 0x5571735c7710 void 0.000121
+gallium_dri.so malloc 72 0x5571735c77a0 0.000122
+gallium_dri.so free 0x5571735c7840 void 0.000122
+gallium_dri.so free 0x5571735c77a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c77f0 0.000167
+gallium_dri.so free 0x5571735c78c0 void 0.000122
+gallium_dri.so free 0x5571735c77f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c78c0 0.000122
+gallium_dri.so free 0x5571735c7980 void 0.000122
+gallium_dri.so free 0x5571735c78c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c78c0 0.000120
+gallium_dri.so free 0x5571735c7a00 void 0.000125
+gallium_dri.so free 0x5571735c78c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7a00 0.000120
+gallium_dri.so free 0x5571735c7ac0 void 0.000122
+gallium_dri.so free 0x5571735c7a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7a00 0.000121
+gallium_dri.so free 0x5571735c7b80 void 0.000120
+gallium_dri.so free 0x5571735c7a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7a00 0.000122
+gallium_dri.so free 0x5571735c7c40 void 0.000122
+gallium_dri.so free 0x5571735c7a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000121
+gallium_dri.so free 0x5571735c7cc0 void 0.000121
+gallium_dri.so free 0x5571735c7bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7d10 0.000122
+gallium_dri.so free 0x5571735c7d80 void 0.000122
+gallium_dri.so free 0x5571735c7d10 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7dc0 0.000121
+gallium_dri.so free 0x5571735c7e40 void 0.000134
+gallium_dri.so free 0x5571735c7dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7dc0 0.000120
+gallium_dri.so free 0x5571735c7ec0 void 0.000120
+gallium_dri.so free 0x5571735c7dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000122
+gallium_dri.so free 0x5571735c7f40 void 0.000121
+gallium_dri.so free 0x5571735c7ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000121
+gallium_dri.so free 0x5571735c8040 void 0.000121
+gallium_dri.so free 0x5571735c7ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7ff0 0.000120
+gallium_dri.so free 0x5571735c8100 void 0.000118
+gallium_dri.so free 0x5571735c7ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c80b0 0.000121
+gallium_dri.so free 0x5571735c8140 void 0.000122
+gallium_dri.so free 0x5571735c80b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c80b0 0.000121
+gallium_dri.so free 0x5571735c8200 void 0.000118
+gallium_dri.so free 0x5571735c80b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8270 0.000125
+gallium_dri.so free 0x5571735c82c0 void 0.000120
+gallium_dri.so free 0x5571735c8270 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8270 0.000122
+gallium_dri.so free 0x5571735c83c0 void 0.000120
+gallium_dri.so free 0x5571735c8270 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8370 0.000127
+gallium_dri.so free 0x5571735c8480 void 0.000122
+gallium_dri.so free 0x5571735c8370 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8430 0.000123
+gallium_dri.so free 0x5571735c84c0 void 0.000123
+gallium_dri.so free 0x5571735c8430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8430 0.000121
+gallium_dri.so free 0x5571735c8580 void 0.000124
+gallium_dri.so free 0x5571735c8430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c85c0 0.000121
+gallium_dri.so free 0x5571735c8640 void 0.000124
+gallium_dri.so free 0x5571735c85c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8640 0.000121
+gallium_dri.so free 0x5571735c8700 void 0.000121
+gallium_dri.so free 0x5571735c8640 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8640 0.000122
+gallium_dri.so free 0x5571735c87c0 void 0.000121
+gallium_dri.so free 0x5571735c8640 void 0.000122
+gallium_dri.so malloc 72 0x5571735c87e0 0.000121
+gallium_dri.so free 0x5571735c8880 void 0.000120
+gallium_dri.so free 0x5571735c87e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8830 0.000126
+gallium_dri.so free 0x5571735c8900 void 0.000120
+gallium_dri.so free 0x5571735c8830 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8830 0.000122
+gallium_dri.so free 0x5571735c8980 void 0.000132
+gallium_dri.so free 0x5571735c8830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8980 0.000122
+gallium_dri.so free 0x5571735c8a40 void 0.000117
+gallium_dri.so free 0x5571735c8980 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8980 0.000120
+gallium_dri.so free 0x5571735c8b00 void 0.000118
+gallium_dri.so free 0x5571735c8980 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8bc0 void 0.000117
+gallium_dri.so free 0x5571735c8980 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8b70 0.000118
+gallium_dri.so free 0x5571735c8c80 void 0.000120
+gallium_dri.so free 0x5571735c8b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c30 0.000116
+gallium_dri.so free 0x5571735c8d00 void 0.000118
+gallium_dri.so free 0x5571735c8c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8d50 0.000117
+gallium_dri.so free 0x5571735c8dc0 void 0.000120
+gallium_dri.so free 0x5571735c8d50 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8de0 0.000119
+gallium_dri.so free 0x5571735c8e80 void 0.000119
+gallium_dri.so free 0x5571735c8de0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8e30 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735c8e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8e30 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000123
+gallium_dri.so free 0x5571735c8e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735da940 0.000121
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da940 void 0.000122
+gallium_dri.so malloc 72 0x5571735da940 0.000121
+gallium_dri.so free 0x5571735dab00 void 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735daab0 0.000118
+gallium_dri.so free 0x5571735dab40 void 0.000126
+gallium_dri.so free 0x5571735daab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daab0 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000120
+gallium_dri.so free 0x5571735daab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac40 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dacc0 0.000120
+gallium_dri.so free 0x5571735dad80 void 0.000123
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacc0 0.000122
+gallium_dri.so free 0x5571735dae00 void 0.000123
+gallium_dri.so free 0x5571735dacc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae30 0.000121
+gallium_dri.so free 0x5571735dae80 void 0.000162
+gallium_dri.so free 0x5571735dae30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dae30 0.000121
+gallium_dri.so free 0x5571735daf80 void 0.000122
+gallium_dri.so free 0x5571735dae30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dafc0 0.000123
+gallium_dri.so free 0x5571735db040 void 0.000122
+gallium_dri.so free 0x5571735dafc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db040 0.000120
+gallium_dri.so free 0x5571735db100 void 0.000146
+gallium_dri.so free 0x5571735db040 void 0.000121
+gallium_dri.so malloc 72 0x5571735db040 0.000121
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000121
+gallium_dri.so malloc 72 0x5571735db1b0 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so free 0x5571735db1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db1b0 0.000121
+gallium_dri.so free 0x5571735db300 void 0.000123
+gallium_dri.so free 0x5571735db1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db2b0 0.000123
+gallium_dri.so free 0x5571735db3c0 void 0.000121
+gallium_dri.so free 0x5571735db2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db370 0.000122
+gallium_dri.so free 0x5571735db440 void 0.000122
+gallium_dri.so free 0x5571735db370 void 0.000122
+gallium_dri.so malloc 72 0x5571735db370 0.000122
+gallium_dri.so free 0x5571735db500 void 0.000120
+gallium_dri.so free 0x5571735db370 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000120
+gallium_dri.so free 0x5571735db5c0 void 0.000120
+gallium_dri.so free 0x5571735db370 void 0.000117
+gallium_dri.so malloc 72 0x5571735db570 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db570 void 0.000118
+gallium_dri.so malloc 72 0x5571735db690 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db690 void 0.000118
+gallium_dri.so malloc 72 0x5571735db720 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000116
+gallium_dri.so free 0x5571735db720 void 0.000115
+gallium_dri.so malloc 72 0x5571735db770 0.000117
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db840 0.000116
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000116
+gallium_dri.so malloc 72 0x5571735db840 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dba40 void 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000136
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dbb00 void 0.000122
+gallium_dri.so free 0x5571735db980 void 0.000121
+gallium_dri.so malloc 72 0x5571735db980 0.000116
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc90 0.000119
+gallium_dri.so free 0x5571735dbd00 void 0.000119
+gallium_dri.so free 0x5571735dbc90 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd40 0.000117
+gallium_dri.so free 0x5571735dbdc0 void 0.000122
+gallium_dri.so free 0x5571735dbd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd40 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000122
+gallium_dri.so free 0x5571735dbd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe70 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000121
+gallium_dri.so free 0x5571735dbe70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe70 0.000144
+gallium_dri.so free 0x5571735dbfc0 void 0.000119
+gallium_dri.so free 0x5571735dbe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf70 0.000121
+gallium_dri.so free 0x5571735dc080 void 0.000126
+gallium_dri.so free 0x5571735dbf70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc030 0.000122
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so free 0x5571735dc030 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc030 0.000120
+gallium_dri.so free 0x5571735dc180 void 0.000123
+gallium_dri.so free 0x5571735dc030 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000120
+gallium_dri.so free 0x5571735dc240 void 0.000122
+gallium_dri.so free 0x5571735dc1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000121
+gallium_dri.so free 0x5571735dc1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000123
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so free 0x5571735dc2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000121
+gallium_dri.so free 0x5571735dc440 void 0.000120
+gallium_dri.so free 0x5571735dc3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000120
+gallium_dri.so free 0x5571735dc500 void 0.000122
+gallium_dri.so free 0x5571735dc3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc540 0.000121
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so free 0x5571735dc540 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000119
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc760 0.000115
+gallium_dri.so free 0x5571735dc800 void 0.000117
+gallium_dri.so free 0x5571735dc760 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000116
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000116
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc900 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so free 0x5571735dc900 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc900 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc900 0.000116
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000170
+gallium_dri.so free 0x5571735dcaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000120
+gallium_dri.so free 0x5571735dcc80 void 0.000120
+gallium_dri.so free 0x5571735dcbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dccd0 0.000121
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dccd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd60 0.000120
+gallium_dri.so free 0x5571735dce00 void 0.000117
+gallium_dri.so free 0x5571735dcd60 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so free 0x5571735dcdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000120
+gallium_dri.so free 0x5571735dcdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf00 0.000119
+gallium_dri.so free 0x5571735dcfc0 void 0.000121
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf00 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd070 0.000120
+gallium_dri.so free 0x5571735dd100 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd070 0.000129
+gallium_dri.so free 0x5571735dd1c0 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd200 0.000120
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd280 0.000121
+gallium_dri.so free 0x5571735dd340 void 0.000120
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd280 0.000117
+gallium_dri.so free 0x5571735dd3c0 void 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000120
+gallium_dri.so free 0x5571735dd440 void 0.000120
+gallium_dri.so free 0x5571735dd3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000117
+gallium_dri.so free 0x5571735dd540 void 0.000119
+gallium_dri.so free 0x5571735dd3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd580 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd600 0.000119
+gallium_dri.so free 0x5571735dd6c0 void 0.000116
+gallium_dri.so free 0x5571735dd600 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd600 0.000119
+gallium_dri.so free 0x5571735dd740 void 0.000117
+gallium_dri.so free 0x5571735dd600 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd770 0.000120
+gallium_dri.so free 0x5571735dd7c0 void 0.000119
+gallium_dri.so free 0x5571735dd770 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd770 0.000121
+gallium_dri.so free 0x5571735dd8c0 void 0.000119
+gallium_dri.so free 0x5571735dd770 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd870 0.000126
+gallium_dri.so free 0x5571735dd980 void 0.000117
+gallium_dri.so free 0x5571735dd870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000120
+gallium_dri.so free 0x5571735dda00 void 0.000120
+gallium_dri.so free 0x5571735dd930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000121
+gallium_dri.so free 0x5571735dd930 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddb30 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000120
+gallium_dri.so free 0x5571735ddb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddc50 0.000120
+gallium_dri.so free 0x5571735ddcc0 void 0.000148
+gallium_dri.so free 0x5571735ddc50 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddce0 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000168
+gallium_dri.so free 0x5571735ddce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000121
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf40 0.000117
+gallium_dri.so free 0x5571735de000 void 0.000121
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf40 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000121
+gallium_dri.so malloc 72 0x5571735de250 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de250 void 0.000120
+gallium_dri.so malloc 72 0x5571735de300 0.000134
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000119
+gallium_dri.so malloc 72 0x5571735de300 0.000118
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000116
+gallium_dri.so malloc 72 0x5571735de430 0.000119
+gallium_dri.so free 0x5571735de480 void 0.000120
+gallium_dri.so free 0x5571735de430 void 0.000116
+gallium_dri.so malloc 72 0x5571735de430 0.000123
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so free 0x5571735de430 void 0.000119
+gallium_dri.so malloc 72 0x5571735de530 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000120
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so free 0x5571735de5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so free 0x5571735de7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de8b0 0.000120
+gallium_dri.so free 0x5571735de9c0 void 0.000121
+gallium_dri.so free 0x5571735de8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de970 0.000121
+gallium_dri.so free 0x5571735dea00 void 0.000120
+gallium_dri.so free 0x5571735de970 void 0.000120
+gallium_dri.so malloc 72 0x5571735de970 0.000120
+gallium_dri.so free 0x5571735deac0 void 0.000120
+gallium_dri.so free 0x5571735de970 void 0.000141
+gallium_dri.so malloc 72 0x5571735deb00 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000121
+gallium_dri.so free 0x5571735deb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb80 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb80 0.000120
+gallium_dri.so free 0x5571735ded00 void 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded20 0.000117
+gallium_dri.so free 0x5571735dedc0 void 0.000120
+gallium_dri.so free 0x5571735ded20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000121
+gallium_dri.so free 0x5571735ded70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded70 0.000120
+gallium_dri.so free 0x5571735deec0 void 0.000129
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735deec0 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000117
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deec0 0.000120
+gallium_dri.so free 0x5571735df040 void 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deec0 0.000119
+gallium_dri.so free 0x5571735df100 void 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df0b0 0.000115
+gallium_dri.so free 0x5571735df1c0 void 0.000121
+gallium_dri.so free 0x5571735df0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df170 void 0.000118
+gallium_dri.so malloc 72 0x5571735df290 0.000121
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so free 0x5571735df290 void 0.000121
+gallium_dri.so malloc 72 0x5571735df320 0.000117
+gallium_dri.so free 0x5571735df3c0 void 0.000121
+gallium_dri.so free 0x5571735df320 void 0.000119
+gallium_dri.so malloc 72 0x5571735df370 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000120
+gallium_dri.so free 0x5571735df370 void 0.000119
+gallium_dri.so malloc 72 0x5571735df370 0.000129
+gallium_dri.so free 0x5571735df4c0 void 0.000122
+gallium_dri.so free 0x5571735df370 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4c0 0.000120
+gallium_dri.so free 0x5571735df580 void 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df4c0 0.000122
+gallium_dri.so free 0x5571735df680 void 0.000120
+gallium_dri.so free 0x5571735df4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df630 0.000118
+gallium_dri.so free 0x5571735df6c0 void 0.000120
+gallium_dri.so free 0x5571735df630 void 0.000119
+gallium_dri.so malloc 72 0x5571735df630 0.000121
+gallium_dri.so free 0x5571735df780 void 0.000125
+gallium_dri.so free 0x5571735df630 void 0.000117
+gallium_dri.so malloc 72 0x5571735df7c0 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so free 0x5571735df7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df840 0.000120
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so malloc 72 0x5571735df840 0.000120
+gallium_dri.so free 0x5571735df980 void 0.000142
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so malloc 72 0x5571735df9b0 0.000117
+gallium_dri.so free 0x5571735dfa00 void 0.000117
+gallium_dri.so free 0x5571735df9b0 void 0.000190
+gallium_dri.so malloc 72 0x5571735df9b0 0.000118
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735df9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfb40 0.000120
+gallium_dri.so free 0x5571735dfbc0 void 0.000121
+gallium_dri.so free 0x5571735dfb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000117
+gallium_dri.so free 0x5571735dfbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd30 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000120
+gallium_dri.so free 0x5571735dfd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfe30 0.000120
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so free 0x5571735dfe30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfef0 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so free 0x5571735dfef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfef0 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000130
+gallium_dri.so free 0x5571735dfef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfef0 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00f0 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0210 0.000118
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e0210 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02a0 0.000120
+gallium_dri.so free 0x5571735e0340 void 0.000122
+gallium_dri.so free 0x5571735e02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000121
+gallium_dri.so free 0x5571735e02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e03c0 0.000119
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03c0 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0500 0.000120
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000131
+gallium_dri.so free 0x5571735e0680 void 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0500 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0810 0.000129
+gallium_dri.so free 0x5571735e0880 void 0.000122
+gallium_dri.so free 0x5571735e0810 void 0.000120
+gallium_dri.so malloc 72 0x5571735e08c0 0.000119
+gallium_dri.so free 0x5571735e0940 void 0.000121
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08c0 0.000117
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so free 0x5571735e08c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e09f0 0.000116
+gallium_dri.so free 0x5571735e0a40 void 0.000120
+gallium_dri.so free 0x5571735e09f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09f0 0.000119
+gallium_dri.so free 0x5571735e0b40 void 0.000117
+gallium_dri.so free 0x5571735e09f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0af0 0.000120
+gallium_dri.so free 0x5571735e0c00 void 0.000121
+gallium_dri.so free 0x5571735e0af0 void 0.000187
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so free 0x5571735e0bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000121
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0d70 0.000120
+gallium_dri.so free 0x5571735e0dc0 void 0.000120
+gallium_dri.so free 0x5571735e0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000121
+gallium_dri.so free 0x5571735e0ec0 void 0.000122
+gallium_dri.so free 0x5571735e0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e70 0.000120
+gallium_dri.so free 0x5571735e0f80 void 0.000120
+gallium_dri.so free 0x5571735e0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0f30 0.000120
+gallium_dri.so free 0x5571735e0fc0 void 0.000117
+gallium_dri.so free 0x5571735e0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f30 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e10c0 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1140 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000130
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1140 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e12e0 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000120
+gallium_dri.so free 0x5571735e12e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1330 0.000120
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1330 0.000120
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1480 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1480 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e1480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1670 0.000123
+gallium_dri.so free 0x5571735e1780 void 0.000120
+gallium_dri.so free 0x5571735e1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1730 0.000131
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so free 0x5571735e1730 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1850 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000117
+gallium_dri.so free 0x5571735e1850 void 0.000119
+gallium_dri.so malloc 72 0x5571735e18e0 0.000117
+gallium_dri.so free 0x5571735e1980 void 0.000120
+gallium_dri.so free 0x5571735e18e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1930 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so free 0x5571735e1930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1930 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000122
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a80 0.000120
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000117
+gallium_dri.so free 0x5571735e1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1d40 void 0.000121
+gallium_dri.so free 0x5571735e1bf0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e1d80 0.000121
+gallium_dri.so free 0x5571735e1e00 void 0.000116
+gallium_dri.so free 0x5571735e1d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e00 0.000117
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f70 0.000117
+gallium_dri.so free 0x5571735e1fc0 void 0.000121
+gallium_dri.so free 0x5571735e1f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f70 0.000119
+gallium_dri.so free 0x5571735e20c0 void 0.000119
+gallium_dri.so free 0x5571735e1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2100 0.000120
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2180 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2180 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2180 void 0.000116
+gallium_dri.so malloc 72 0x5571735e22f0 0.000120
+gallium_dri.so free 0x5571735e2340 void 0.000129
+gallium_dri.so free 0x5571735e22f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22f0 0.000120
+gallium_dri.so free 0x5571735e2440 void 0.000120
+gallium_dri.so free 0x5571735e22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23f0 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e23f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000187
+gallium_dri.so free 0x5571735e24b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e24b0 0.000127
+gallium_dri.so free 0x5571735e2640 void 0.000135
+gallium_dri.so free 0x5571735e24b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e24b0 0.000130
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26b0 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so free 0x5571735e26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27d0 0.000121
+gallium_dri.so free 0x5571735e2840 void 0.000121
+gallium_dri.so free 0x5571735e27d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2860 0.000121
+gallium_dri.so free 0x5571735e2900 void 0.000122
+gallium_dri.so free 0x5571735e2860 void 0.000133
+gallium_dri.so malloc 72 0x5571735e28b0 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000122
+gallium_dri.so free 0x5571735e28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000122
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000120
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000121
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000122
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000121
+gallium_dri.so free 0x5571735e2d00 void 0.000123
+gallium_dri.so free 0x5571735e2ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000122
+gallium_dri.so free 0x5571735e2d80 void 0.000121
+gallium_dri.so free 0x5571735e2cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000121
+gallium_dri.so free 0x5571735e2dd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2e80 0.000120
+gallium_dri.so free 0x5571735e2f00 void 0.000122
+gallium_dri.so free 0x5571735e2e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e80 0.000163
+gallium_dri.so free 0x5571735e2f80 void 0.000162
+gallium_dri.so free 0x5571735e2e80 void 0.000162
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000162
+gallium_dri.so free 0x5571735e3000 void 0.000162
+gallium_dri.so free 0x5571735e2fb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000162
+gallium_dri.so free 0x5571735e3100 void 0.000164
+gallium_dri.so free 0x5571735e2fb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e30b0 0.000161
+gallium_dri.so free 0x5571735e31c0 void 0.000162
+gallium_dri.so free 0x5571735e30b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735e3170 0.000163
+gallium_dri.so free 0x5571735e3200 void 0.000162
+gallium_dri.so free 0x5571735e3170 void 0.000160
+gallium_dri.so malloc 72 0x5571735e3170 0.000161
+gallium_dri.so free 0x5571735e32c0 void 0.000163
+gallium_dri.so free 0x5571735e3170 void 0.000164
+gallium_dri.so malloc 72 0x5571735e3330 0.000165
+gallium_dri.so free 0x5571735e3380 void 0.000163
+gallium_dri.so free 0x5571735e3330 void 0.000160
+gallium_dri.so malloc 72 0x5571735e3330 0.000163
+gallium_dri.so free 0x5571735e3480 void 0.000171
+gallium_dri.so free 0x5571735e3330 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000119
+gallium_dri.so free 0x5571735e3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735e34f0 0.000121
+gallium_dri.so free 0x5571735e3580 void 0.000122
+gallium_dri.so free 0x5571735e34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e34f0 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so free 0x5571735e34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3680 0.000119
+gallium_dri.so free 0x5571735e3700 void 0.000121
+gallium_dri.so free 0x5571735e3680 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3700 0.000121
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735e3700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3700 0.000121
+gallium_dri.so free 0x5571735e3880 void 0.000121
+gallium_dri.so free 0x5571735e3700 void 0.000179
+gallium_dri.so malloc 72 0x5571735e38a0 0.000124
+gallium_dri.so free 0x5571735d8d00 void 0.000124
+gallium_dri.so free 0x5571735e3940 void 0.000121
+gallium_dri.so free 0x5571735e38a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e38f0 0.000121
+gallium_dri.so free 0x5571735e39c0 void 0.000122
+gallium_dri.so free 0x5571735e38f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e38f0 0.000121
+gallium_dri.so free 0x5571735e3a40 void 0.000122
+gallium_dri.so free 0x5571735e38f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3a40 0.000121
+gallium_dri.so free 0x5571735e3b00 void 0.000120
+gallium_dri.so free 0x5571735e3a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3a40 0.000122
+gallium_dri.so free 0x5571735e3bc0 void 0.000121
+gallium_dri.so free 0x5571735e3a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3a40 0.000121
+gallium_dri.so free 0x5571735e3c80 void 0.000120
+gallium_dri.so free 0x5571735e3a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3c30 0.000121
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so free 0x5571735e3c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3cf0 0.000121
+gallium_dri.so free 0x5571735e3dc0 void 0.000122
+gallium_dri.so free 0x5571735e3cf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3e10 0.000121
+gallium_dri.so free 0x5571735e3e80 void 0.000122
+gallium_dri.so free 0x5571735e3e10 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3ea0 0.000121
+gallium_dri.so free 0x5571735e3f40 void 0.000121
+gallium_dri.so free 0x5571735e3ea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000122
+gallium_dri.so free 0x5571735e3fc0 void 0.000122
+gallium_dri.so free 0x5571735e3ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000121
+gallium_dri.so free 0x5571735e4040 void 0.000122
+gallium_dri.so free 0x5571735e3ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4040 0.000121
+gallium_dri.so free 0x5571735e4100 void 0.000123
+gallium_dri.so free 0x5571735e4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4040 0.000122
+gallium_dri.so free 0x5571735e4200 void 0.000121
+gallium_dri.so free 0x5571735e4040 void 0.000122
+gallium_dri.so malloc 72 0x5571735e41b0 0.000123
+gallium_dri.so free 0x5571735e4240 void 0.000122
+gallium_dri.so free 0x5571735e41b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e41b0 0.000122
+gallium_dri.so free 0x5571735e4300 void 0.000122
+gallium_dri.so free 0x5571735e41b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4340 0.000120
+gallium_dri.so free 0x5571735e43c0 void 0.000131
+gallium_dri.so free 0x5571735e4340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e43c0 0.000122
+gallium_dri.so free 0x5571735e4480 void 0.000122
+gallium_dri.so free 0x5571735e43c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e43c0 0.000122
+gallium_dri.so free 0x5571735e4500 void 0.000139
+gallium_dri.so free 0x5571735e43c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4530 0.000121
+gallium_dri.so free 0x5571735e4580 void 0.000121
+gallium_dri.so free 0x5571735e4530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4530 0.000122
+gallium_dri.so free 0x5571735e4680 void 0.000122
+gallium_dri.so free 0x5571735e4530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e46c0 0.000121
+gallium_dri.so free 0x5571735e4740 void 0.000121
+gallium_dri.so free 0x5571735e46c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4740 0.000121
+gallium_dri.so free 0x5571735e4800 void 0.000122
+gallium_dri.so free 0x5571735e4740 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4740 0.000121
+gallium_dri.so free 0x5571735e4880 void 0.000121
+gallium_dri.so free 0x5571735e4740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e48b0 0.000122
+gallium_dri.so free 0x5571735e4900 void 0.000122
+gallium_dri.so free 0x5571735e48b0 void 0.000175
+gallium_dri.so malloc 72 0x5571735e48b0 0.000122
+gallium_dri.so free 0x5571735e4a00 void 0.000121
+gallium_dri.so free 0x5571735e48b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e49b0 0.000121
+gallium_dri.so free 0x5571735e4ac0 void 0.000120
+gallium_dri.so free 0x5571735e49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4a70 0.000120
+gallium_dri.so free 0x5571735e4b40 void 0.000121
+gallium_dri.so free 0x5571735e4a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4a70 0.000120
+gallium_dri.so free 0x5571735e4c00 void 0.000121
+gallium_dri.so free 0x5571735e4a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4a70 0.000121
+gallium_dri.so free 0x5571735e4cc0 void 0.000121
+gallium_dri.so free 0x5571735e4a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4c70 0.000121
+gallium_dri.so free 0x5571735e4d40 void 0.000120
+gallium_dri.so free 0x5571735e4c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4d90 0.000121
+gallium_dri.so free 0x5571735e4e00 void 0.000121
+gallium_dri.so free 0x5571735e4d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4e20 0.000120
+gallium_dri.so free 0x5571735e4ec0 void 0.000122
+gallium_dri.so free 0x5571735e4e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4e70 0.000121
+gallium_dri.so free 0x5571735e4f40 void 0.000122
+gallium_dri.so free 0x5571735e4e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4f40 0.000121
+gallium_dri.so free 0x5571735e5000 void 0.000121
+gallium_dri.so free 0x5571735e4f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4f40 0.000121
+gallium_dri.so free 0x5571735e5080 void 0.000121
+gallium_dri.so free 0x5571735e4f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5080 0.000121
+gallium_dri.so free 0x5571735e5140 void 0.000121
+gallium_dri.so free 0x5571735e5080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5080 0.000121
+gallium_dri.so free 0x5571735e5200 void 0.000125
+gallium_dri.so free 0x5571735e5080 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5080 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000121
+gallium_dri.so free 0x5571735e5080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5270 0.000121
+gallium_dri.so free 0x5571735e5340 void 0.000122
+gallium_dri.so free 0x5571735e5270 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5390 0.000120
+gallium_dri.so free 0x5571735e5400 void 0.000120
+gallium_dri.so free 0x5571735e5390 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5440 0.000120
+gallium_dri.so free 0x5571735e54c0 void 0.000121
+gallium_dri.so free 0x5571735e5440 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5440 0.000121
+gallium_dri.so free 0x5571735e5540 void 0.000121
+gallium_dri.so free 0x5571735e5440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5570 0.000120
+gallium_dri.so free 0x5571735e55c0 void 0.000123
+gallium_dri.so free 0x5571735e5570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5570 0.000122
+gallium_dri.so free 0x5571735e56c0 void 0.000121
+gallium_dri.so free 0x5571735e5570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5670 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so free 0x5571735e5670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5730 0.000120
+gallium_dri.so free 0x5571735e57c0 void 0.000122
+gallium_dri.so free 0x5571735e5730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5730 0.000120
+gallium_dri.so free 0x5571735e5880 void 0.000121
+gallium_dri.so free 0x5571735e5730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e58f0 0.000120
+gallium_dri.so free 0x5571735e5940 void 0.000120
+gallium_dri.so free 0x5571735e58f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e58f0 0.000119
+gallium_dri.so free 0x5571735e5a40 void 0.000121
+gallium_dri.so free 0x5571735e58f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e59f0 0.000120
+gallium_dri.so free 0x5571735e5b00 void 0.000132
+gallium_dri.so free 0x5571735e59f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000120
+gallium_dri.so free 0x5571735e5b40 void 0.000120
+gallium_dri.so free 0x5571735e5ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000120
+gallium_dri.so free 0x5571735e5c00 void 0.000120
+gallium_dri.so free 0x5571735e5ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5c40 0.000121
+gallium_dri.so free 0x5571735e5cc0 void 0.000122
+gallium_dri.so free 0x5571735e5c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5cc0 0.000120
+gallium_dri.so free 0x5571735e5d80 void 0.000121
+gallium_dri.so free 0x5571735e5cc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5cc0 0.000121
+gallium_dri.so free 0x5571735e5e40 void 0.000122
+gallium_dri.so free 0x5571735e5cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5e60 0.000121
+gallium_dri.so free 0x5571735e5f00 void 0.000121
+gallium_dri.so free 0x5571735e5e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000120
+gallium_dri.so free 0x5571735e5f80 void 0.000121
+gallium_dri.so free 0x5571735e5eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000121
+gallium_dri.so free 0x5571735e6000 void 0.000121
+gallium_dri.so free 0x5571735e5eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6000 0.000123
+gallium_dri.so free 0x5571735e60c0 void 0.000122
+gallium_dri.so free 0x5571735e6000 void 0.000166
+gallium_dri.so malloc 72 0x5571735e6000 0.000140
+gallium_dri.so free 0x5571735e6180 void 0.000131
+gallium_dri.so free 0x5571735e6000 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6000 0.000123
+gallium_dri.so free 0x5571735e6240 void 0.000122
+gallium_dri.so free 0x5571735e6000 void 0.000121
+gallium_dri.so malloc 72 0x5571735e61f0 0.000121
+gallium_dri.so free 0x5571735e6300 void 0.000122
+gallium_dri.so free 0x5571735e61f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e62b0 0.000121
+gallium_dri.so free 0x5571735e6380 void 0.000122
+gallium_dri.so free 0x5571735e62b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e63d0 0.000122
+gallium_dri.so free 0x5571735e6440 void 0.000122
+gallium_dri.so free 0x5571735e63d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6460 0.000120
+gallium_dri.so free 0x5571735e6500 void 0.000121
+gallium_dri.so free 0x5571735e6460 void 0.000121
+gallium_dri.so malloc 72 0x5571735e64b0 0.000121
+gallium_dri.so free 0x5571735e6580 void 0.000123
+gallium_dri.so free 0x5571735e64b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e64b0 0.000120
+gallium_dri.so free 0x5571735e6600 void 0.000124
+gallium_dri.so free 0x5571735e64b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6600 0.000122
+gallium_dri.so free 0x5571735e66c0 void 0.000121
+gallium_dri.so free 0x5571735e6600 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6600 0.000122
+gallium_dri.so free 0x5571735e67c0 void 0.000122
+gallium_dri.so free 0x5571735e6600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6770 0.000122
+gallium_dri.so free 0x5571735e6800 void 0.000121
+gallium_dri.so free 0x5571735e6770 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6770 0.000121
+gallium_dri.so free 0x5571735e68c0 void 0.000122
+gallium_dri.so free 0x5571735e6770 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6900 0.000121
+gallium_dri.so free 0x5571735e6980 void 0.000121
+gallium_dri.so free 0x5571735e6900 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6980 0.000124
+gallium_dri.so free 0x5571735e6a40 void 0.000123
+gallium_dri.so free 0x5571735e6980 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6980 0.000120
+gallium_dri.so free 0x5571735e6ac0 void 0.000121
+gallium_dri.so free 0x5571735e6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6af0 0.000121
+gallium_dri.so free 0x5571735e6b40 void 0.000166
+gallium_dri.so free 0x5571735e6af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6af0 0.000121
+gallium_dri.so free 0x5571735e6c40 void 0.000121
+gallium_dri.so free 0x5571735e6af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6c80 0.000121
+gallium_dri.so free 0x5571735e6d00 void 0.000122
+gallium_dri.so free 0x5571735e6c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6d00 0.000121
+gallium_dri.so free 0x5571735e6dc0 void 0.000122
+gallium_dri.so free 0x5571735e6d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6d00 0.000121
+gallium_dri.so free 0x5571735e6e40 void 0.000122
+gallium_dri.so free 0x5571735e6d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6e70 0.000120
+gallium_dri.so free 0x5571735c8fc0 void 0.000121
+gallium_dri.so free 0x5571735e6e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f70 0.000121
+gallium_dri.so free 0x5571735c9040 void 0.000122
+gallium_dri.so free 0x5571735c8f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9090 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000122
+gallium_dri.so free 0x5571735c9090 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9160 0.000122
+gallium_dri.so free 0x5571735c9200 void 0.000121
+gallium_dri.so free 0x5571735c9160 void 0.000122
+gallium_dri.so malloc 72 0x5571735c91b0 0.000219
+gallium_dri.so free 0x5571735c9240 void 0.000128
+gallium_dri.so free 0x5571735c91b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c91b0 0.000126
+gallium_dri.so free 0x5571735c9300 void 0.000125
+gallium_dri.so free 0x5571735c91b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9340 0.000126
+gallium_dri.so free 0x5571735c93c0 void 0.000127
+gallium_dri.so free 0x5571735c9340 void 0.000125
+gallium_dri.so malloc 72 0x5571735c93c0 0.000124
+gallium_dri.so free 0x5571735c9480 void 0.000125
+gallium_dri.so free 0x5571735c93c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c93c0 0.000125
+gallium_dri.so free 0x5571735c9500 void 0.000127
+gallium_dri.so free 0x5571735c93c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9530 0.000126
+gallium_dri.so free 0x5571735c9580 void 0.000125
+gallium_dri.so free 0x5571735c9530 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9580 0.000125
+gallium_dri.so free 0x5571735c9640 void 0.000128
+gallium_dri.so free 0x5571735c9580 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9580 0.000125
+gallium_dri.so free 0x5571735c9740 void 0.000125
+gallium_dri.so free 0x5571735c9580 void 0.000125
+gallium_dri.so malloc 72 0x5571735c96f0 0.000125
+gallium_dri.so free 0x5571735c9800 void 0.000135
+gallium_dri.so free 0x5571735c96f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c97b0 0.000125
+gallium_dri.so free 0x5571735c9840 void 0.000127
+gallium_dri.so free 0x5571735c97b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c97b0 0.000125
+gallium_dri.so free 0x5571735c9900 void 0.000127
+gallium_dri.so free 0x5571735c97b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9940 0.000126
+gallium_dri.so free 0x5571735c99c0 void 0.000125
+gallium_dri.so free 0x5571735c9940 void 0.000125
+gallium_dri.so malloc 72 0x5571735c99c0 0.000125
+gallium_dri.so free 0x5571735c9a80 void 0.000177
+gallium_dri.so free 0x5571735c99c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c99c0 0.000114
+gallium_dri.so free 0x5571735c9b00 void 0.000113
+gallium_dri.so free 0x5571735c99c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c99c0 0.000112
+gallium_dri.so free 0x5571735c9bc0 void 0.000112
+gallium_dri.so free 0x5571735c99c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c99c0 0.000115
+gallium_dri.so free 0x5571735c9c80 void 0.000115
+gallium_dri.so free 0x5571735c99c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9c30 0.000113
+gallium_dri.so free 0x5571735c9d00 void 0.000113
+gallium_dri.so free 0x5571735c9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9d50 0.000126
+gallium_dri.so free 0x5571735c9dc0 void 0.000124
+gallium_dri.so free 0x5571735c9d50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9de0 0.000121
+gallium_dri.so free 0x5571735c9e80 void 0.000124
+gallium_dri.so free 0x5571735c9de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9e30 0.000121
+gallium_dri.so free 0x5571735c9f00 void 0.000121
+gallium_dri.so free 0x5571735c9e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9e30 0.000121
+gallium_dri.so free 0x5571735ca000 void 0.000118
+gallium_dri.so free 0x5571735c9e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000117
+gallium_dri.so free 0x5571735ca080 void 0.000122
+gallium_dri.so free 0x5571735c9fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000122
+gallium_dri.so free 0x5571735ca140 void 0.000122
+gallium_dri.so free 0x5571735ca0d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca160 0.000120
+gallium_dri.so free 0x5571735ca200 void 0.000121
+gallium_dri.so free 0x5571735ca160 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000120
+gallium_dri.so free 0x5571735ca280 void 0.000122
+gallium_dri.so free 0x5571735ca1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000122
+gallium_dri.so free 0x5571735ca300 void 0.000138
+gallium_dri.so free 0x5571735ca1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ca300 0.000122
+gallium_dri.so free 0x5571735ca3c0 void 0.000121
+gallium_dri.so free 0x5571735ca300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca300 0.000122
+gallium_dri.so free 0x5571735ca4c0 void 0.000121
+gallium_dri.so free 0x5571735ca300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca300 0.000118
+gallium_dri.so free 0x5571735ca540 void 0.000118
+gallium_dri.so free 0x5571735ca300 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca570 0.000123
+gallium_dri.so free 0x5571735ca5c0 void 0.000119
+gallium_dri.so free 0x5571735ca570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca570 0.000119
+gallium_dri.so free 0x5571735ca6c0 void 0.000121
+gallium_dri.so free 0x5571735ca570 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca670 0.000122
+gallium_dri.so free 0x5571735ca780 void 0.000122
+gallium_dri.so free 0x5571735ca670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca730 0.000120
+gallium_dri.so free 0x5571735ca7c0 void 0.000122
+gallium_dri.so free 0x5571735ca730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca730 0.000122
+gallium_dri.so free 0x5571735ca880 void 0.000124
+gallium_dri.so free 0x5571735ca730 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca8d0 0.000175
+gallium_dri.so free 0x5571735ca940 void 0.000124
+gallium_dri.so free 0x5571735ca8d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca980 0.000121
+gallium_dri.so free 0x5571735caa00 void 0.000118
+gallium_dri.so free 0x5571735ca980 void 0.000121
+gallium_dri.so malloc 72 0x5571735caa00 0.000120
+gallium_dri.so free 0x5571735caac0 void 0.000120
+gallium_dri.so free 0x5571735caa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735caa00 0.000121
+gallium_dri.so free 0x5571735cab40 void 0.000121
+gallium_dri.so free 0x5571735caa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cab70 0.000121
+gallium_dri.so free 0x5571735cabc0 void 0.000121
+gallium_dri.so free 0x5571735cab70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cab70 0.000121
+gallium_dri.so free 0x5571735cacc0 void 0.000121
+gallium_dri.so free 0x5571735cab70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cac70 0.000123
+gallium_dri.so free 0x5571735cad80 void 0.000122
+gallium_dri.so free 0x5571735cac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cad30 0.000121
+gallium_dri.so free 0x5571735cae00 void 0.000122
+gallium_dri.so free 0x5571735cad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cae20 0.000120
+gallium_dri.so free 0x5571735caec0 void 0.000121
+gallium_dri.so free 0x5571735cae20 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae70 0.000118
+gallium_dri.so free 0x5571735caf40 void 0.000120
+gallium_dri.so free 0x5571735cae70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae70 0.000119
+gallium_dri.so free 0x5571735cafc0 void 0.000121
+gallium_dri.so free 0x5571735cae70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cafc0 0.000122
+gallium_dri.so free 0x5571735cb080 void 0.000121
+gallium_dri.so free 0x5571735cafc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735cafc0 0.000120
+gallium_dri.so free 0x5571735cb140 void 0.000118
+gallium_dri.so free 0x5571735cafc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cafc0 0.000121
+gallium_dri.so free 0x5571735cb200 void 0.000122
+gallium_dri.so free 0x5571735cafc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000121
+gallium_dri.so free 0x5571735cb200 void 0.000120
+gallium_dri.so free 0x5571735cb1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000122
+gallium_dri.so free 0x5571735cb300 void 0.000122
+gallium_dri.so free 0x5571735cb1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb2b0 0.000120
+gallium_dri.so free 0x5571735cb3c0 void 0.000122
+gallium_dri.so free 0x5571735cb2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb370 0.000191
+gallium_dri.so free 0x5571735cb400 void 0.000122
+gallium_dri.so free 0x5571735cb370 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb370 0.000118
+gallium_dri.so free 0x5571735cb4c0 void 0.000120
+gallium_dri.so free 0x5571735cb370 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb500 0.000121
+gallium_dri.so free 0x5571735cb580 void 0.000119
+gallium_dri.so free 0x5571735cb500 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb580 0.000121
+gallium_dri.so free 0x5571735cb640 void 0.000121
+gallium_dri.so free 0x5571735cb580 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb580 0.000165
+gallium_dri.so free 0x5571735cb700 void 0.000125
+gallium_dri.so free 0x5571735cb580 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb720 0.000121
+gallium_dri.so free 0x5571735cb7c0 void 0.000120
+gallium_dri.so free 0x5571735cb720 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb770 0.000119
+gallium_dri.so free 0x5571735cb840 void 0.000123
+gallium_dri.so free 0x5571735cb770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb770 0.000122
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so free 0x5571735cb770 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000121
+gallium_dri.so free 0x5571735cb980 void 0.000132
+gallium_dri.so free 0x5571735cb8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000121
+gallium_dri.so free 0x5571735cba40 void 0.000121
+gallium_dri.so free 0x5571735cb8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000121
+gallium_dri.so free 0x5571735cbb00 void 0.000122
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbab0 0.000117
+gallium_dri.so free 0x5571735cbbc0 void 0.000121
+gallium_dri.so free 0x5571735cbab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbb70 0.000120
+gallium_dri.so free 0x5571735cbc40 void 0.000122
+gallium_dri.so free 0x5571735cbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbc90 0.000120
+gallium_dri.so free 0x5571735cbd00 void 0.000118
+gallium_dri.so free 0x5571735cbc90 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbd20 0.000118
+gallium_dri.so free 0x5571735cbdc0 void 0.000120
+gallium_dri.so free 0x5571735cbd20 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbd70 0.000122
+gallium_dri.so free 0x5571735cbe40 void 0.000121
+gallium_dri.so free 0x5571735cbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbd70 0.000120
+gallium_dri.so free 0x5571735cbec0 void 0.000121
+gallium_dri.so free 0x5571735cbd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbec0 0.000129
+gallium_dri.so free 0x5571735cbf80 void 0.000120
+gallium_dri.so free 0x5571735cbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbec0 0.000121
+gallium_dri.so free 0x5571735cc080 void 0.000118
+gallium_dri.so free 0x5571735cbec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc030 0.000121
+gallium_dri.so free 0x5571735cc0c0 void 0.000121
+gallium_dri.so free 0x5571735cc030 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc030 0.000118
+gallium_dri.so free 0x5571735cc180 void 0.000122
+gallium_dri.so free 0x5571735cc030 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc1c0 0.000118
+gallium_dri.so free 0x5571735cc240 void 0.000122
+gallium_dri.so free 0x5571735cc1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc240 0.000118
+gallium_dri.so free 0x5571735cc300 void 0.000119
+gallium_dri.so free 0x5571735cc240 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc240 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000122
+gallium_dri.so free 0x5571735cc240 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000122
+gallium_dri.so free 0x5571735cc400 void 0.000122
+gallium_dri.so free 0x5571735cc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000120
+gallium_dri.so free 0x5571735cc500 void 0.000122
+gallium_dri.so free 0x5571735cc3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc540 0.000121
+gallium_dri.so free 0x5571735cc5c0 void 0.000122
+gallium_dri.so free 0x5571735cc540 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc5c0 0.000121
+gallium_dri.so free 0x5571735cc680 void 0.000121
+gallium_dri.so free 0x5571735cc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc5c0 0.000120
+gallium_dri.so free 0x5571735cc700 void 0.000120
+gallium_dri.so free 0x5571735cc5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc730 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000122
+gallium_dri.so free 0x5571735cc730 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc730 0.000136
+gallium_dri.so free 0x5571735cc880 void 0.000122
+gallium_dri.so free 0x5571735cc730 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc830 0.000120
+gallium_dri.so free 0x5571735cc940 void 0.000124
+gallium_dri.so free 0x5571735cc830 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000120
+gallium_dri.so free 0x5571735cc9c0 void 0.000121
+gallium_dri.so free 0x5571735cc8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000119
+gallium_dri.so free 0x5571735cca80 void 0.000121
+gallium_dri.so free 0x5571735cc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000131
+gallium_dri.so free 0x5571735ccb40 void 0.000122
+gallium_dri.so free 0x5571735cc8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccaf0 0.000119
+gallium_dri.so free 0x5571735ccbc0 void 0.000121
+gallium_dri.so free 0x5571735ccaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccc10 0.000118
+gallium_dri.so free 0x5571735ccc80 void 0.000120
+gallium_dri.so free 0x5571735ccc10 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccca0 0.000121
+gallium_dri.so free 0x5571735ccd40 void 0.000122
+gallium_dri.so free 0x5571735ccca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cccf0 0.000121
+gallium_dri.so free 0x5571735ccdc0 void 0.000118
+gallium_dri.so free 0x5571735cccf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000117
+gallium_dri.so free 0x5571735cce80 void 0.000120
+gallium_dri.so free 0x5571735ccdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000121
+gallium_dri.so free 0x5571735ccf00 void 0.000123
+gallium_dri.so free 0x5571735ccdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccf00 0.000123
+gallium_dri.so free 0x5571735ccfc0 void 0.000121
+gallium_dri.so free 0x5571735ccf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccf00 0.000118
+gallium_dri.so free 0x5571735cd080 void 0.000122
+gallium_dri.so free 0x5571735ccf00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ccf00 0.000122
+gallium_dri.so free 0x5571735cd140 void 0.000121
+gallium_dri.so free 0x5571735ccf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000120
+gallium_dri.so free 0x5571735cd1c0 void 0.000122
+gallium_dri.so free 0x5571735cd0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd210 0.000120
+gallium_dri.so free 0x5571735cd280 void 0.000122
+gallium_dri.so free 0x5571735cd210 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000119
+gallium_dri.so free 0x5571735cd340 void 0.000121
+gallium_dri.so free 0x5571735cd2c0 void 0.000160
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000122
+gallium_dri.so free 0x5571735cd3c0 void 0.000120
+gallium_dri.so free 0x5571735cd2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd3f0 0.000120
+gallium_dri.so free 0x5571735cd440 void 0.000121
+gallium_dri.so free 0x5571735cd3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd3f0 0.000121
+gallium_dri.so free 0x5571735cd540 void 0.000122
+gallium_dri.so free 0x5571735cd3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd4f0 0.000121
+gallium_dri.so free 0x5571735cd600 void 0.000122
+gallium_dri.so free 0x5571735cd4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000130
+gallium_dri.so free 0x5571735cd640 void 0.000123
+gallium_dri.so free 0x5571735cd5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000119
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd770 0.000119
+gallium_dri.so free 0x5571735cd7c0 void 0.000119
+gallium_dri.so free 0x5571735cd770 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd770 0.000119
+gallium_dri.so free 0x5571735cd8c0 void 0.000122
+gallium_dri.so free 0x5571735cd770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd870 0.000121
+gallium_dri.so free 0x5571735cd980 void 0.000121
+gallium_dri.so free 0x5571735cd870 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd930 0.000119
+gallium_dri.so free 0x5571735cd9c0 void 0.000121
+gallium_dri.so free 0x5571735cd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd930 0.000120
+gallium_dri.so free 0x5571735cda80 void 0.000121
+gallium_dri.so free 0x5571735cd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdac0 0.000121
+gallium_dri.so free 0x5571735cdb40 void 0.000119
+gallium_dri.so free 0x5571735cdac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdb40 0.000120
+gallium_dri.so free 0x5571735cdc00 void 0.000121
+gallium_dri.so free 0x5571735cdb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735cdb40 0.000122
+gallium_dri.so free 0x5571735cdcc0 void 0.000121
+gallium_dri.so free 0x5571735cdb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdce0 0.000121
+gallium_dri.so free 0x5571735cdd80 void 0.000123
+gallium_dri.so free 0x5571735cdce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd30 0.000120
+gallium_dri.so free 0x5571735cde00 void 0.000120
+gallium_dri.so free 0x5571735cdd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdd30 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000119
+gallium_dri.so free 0x5571735cdd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cde80 0.000121
+gallium_dri.so free 0x5571735cdf40 void 0.000122
+gallium_dri.so free 0x5571735cde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cde80 0.000121
+gallium_dri.so free 0x5571735ce000 void 0.000121
+gallium_dri.so free 0x5571735cde80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cde80 0.000121
+gallium_dri.so free 0x5571735ce0c0 void 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce070 0.000120
+gallium_dri.so free 0x5571735ce180 void 0.000121
+gallium_dri.so free 0x5571735ce070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce130 0.000134
+gallium_dri.so free 0x5571735ce200 void 0.000122
+gallium_dri.so free 0x5571735ce130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce250 0.000120
+gallium_dri.so free 0x5571735ce2c0 void 0.000126
+gallium_dri.so free 0x5571735ce250 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce2e0 0.000120
+gallium_dri.so free 0x5571735ce380 void 0.000122
+gallium_dri.so free 0x5571735ce2e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce330 0.000117
+gallium_dri.so free 0x5571735ce400 void 0.000118
+gallium_dri.so free 0x5571735ce330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce330 0.000117
+gallium_dri.so free 0x5571735ce480 void 0.000120
+gallium_dri.so free 0x5571735ce330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce480 0.000117
+gallium_dri.so free 0x5571735ce540 void 0.000121
+gallium_dri.so free 0x5571735ce480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce480 0.000122
+gallium_dri.so free 0x5571735ce640 void 0.000121
+gallium_dri.so free 0x5571735ce480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000120
+gallium_dri.so free 0x5571735ce680 void 0.000121
+gallium_dri.so free 0x5571735ce5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000121
+gallium_dri.so free 0x5571735ce740 void 0.000120
+gallium_dri.so free 0x5571735ce5f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce780 0.000122
+gallium_dri.so free 0x5571735ce800 void 0.000120
+gallium_dri.so free 0x5571735ce780 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce800 0.000121
+gallium_dri.so free 0x5571735ce8c0 void 0.000124
+gallium_dri.so free 0x5571735ce800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce800 0.000121
+gallium_dri.so free 0x5571735ce940 void 0.000122
+gallium_dri.so free 0x5571735ce800 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce970 0.000121
+gallium_dri.so free 0x5571735ce9c0 void 0.000121
+gallium_dri.so free 0x5571735ce970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce970 0.000117
+gallium_dri.so free 0x5571735ceac0 void 0.000121
+gallium_dri.so free 0x5571735ce970 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb00 0.000120
+gallium_dri.so free 0x5571735ceb80 void 0.000120
+gallium_dri.so free 0x5571735ceb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceb80 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so free 0x5571735ceb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceb80 0.000120
+gallium_dri.so free 0x5571735cecc0 void 0.000117
+gallium_dri.so free 0x5571735ceb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cecf0 0.000118
+gallium_dri.so free 0x5571735ced40 void 0.000188
+gallium_dri.so free 0x5571735cecf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cecf0 0.000121
+gallium_dri.so free 0x5571735cee40 void 0.000121
+gallium_dri.so free 0x5571735cecf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cedf0 0.000118
+gallium_dri.so free 0x5571735cef00 void 0.000121
+gallium_dri.so free 0x5571735cedf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000122
+gallium_dri.so free 0x5571735cef80 void 0.000121
+gallium_dri.so free 0x5571735ceeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000120
+gallium_dri.so free 0x5571735cf040 void 0.000163
+gallium_dri.so free 0x5571735ceeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so free 0x5571735ceeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf0b0 0.000120
+gallium_dri.so free 0x5571735cf180 void 0.000121
+gallium_dri.so free 0x5571735cf0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf1d0 0.000121
+gallium_dri.so free 0x5571735cf240 void 0.000120
+gallium_dri.so free 0x5571735cf1d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf260 0.000120
+gallium_dri.so free 0x5571735cf300 void 0.000120
+gallium_dri.so free 0x5571735cf260 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf2b0 0.000122
+gallium_dri.so free 0x5571735cf380 void 0.000121
+gallium_dri.so free 0x5571735cf2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf380 0.000121
+gallium_dri.so free 0x5571735cf440 void 0.000121
+gallium_dri.so free 0x5571735cf380 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf380 0.000120
+gallium_dri.so free 0x5571735cf4c0 void 0.000119
+gallium_dri.so free 0x5571735cf380 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000121
+gallium_dri.so free 0x5571735cf580 void 0.000121
+gallium_dri.so free 0x5571735cf4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000119
+gallium_dri.so free 0x5571735cf640 void 0.000118
+gallium_dri.so free 0x5571735cf4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000119
+gallium_dri.so free 0x5571735cf700 void 0.000119
+gallium_dri.so free 0x5571735cf4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000122
+gallium_dri.so free 0x5571735cf780 void 0.000122
+gallium_dri.so free 0x5571735cf6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf7d0 0.000121
+gallium_dri.so free 0x5571735cf840 void 0.000123
+gallium_dri.so free 0x5571735cf7d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf880 0.000121
+gallium_dri.so free 0x5571735cf900 void 0.000130
+gallium_dri.so free 0x5571735cf880 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf880 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000119
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x5571735cf9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000120
+gallium_dri.so free 0x5571735cfb00 void 0.000123
+gallium_dri.so free 0x5571735cf9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfab0 0.000121
+gallium_dri.so free 0x5571735cfbc0 void 0.000121
+gallium_dri.so free 0x5571735cfab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000119
+gallium_dri.so free 0x5571735cfc00 void 0.000117
+gallium_dri.so free 0x5571735cfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000119
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd30 0.000118
+gallium_dri.so free 0x5571735cfd80 void 0.000122
+gallium_dri.so free 0x5571735cfd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd30 0.000121
+gallium_dri.so free 0x5571735cfe80 void 0.000122
+gallium_dri.so free 0x5571735cfd30 void 0.000211
+gallium_dri.so malloc 72 0x5571735cfe30 0.000124
+gallium_dri.so free 0x5571735cff40 void 0.000121
+gallium_dri.so free 0x5571735cfe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfef0 0.000121
+gallium_dri.so free 0x5571735cff80 void 0.000122
+gallium_dri.so free 0x5571735cfef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfef0 0.000120
+gallium_dri.so free 0x5571735d0040 void 0.000121
+gallium_dri.so free 0x5571735cfef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0080 0.000125
+gallium_dri.so free 0x5571735d0100 void 0.000121
+gallium_dri.so free 0x5571735d0080 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0100 0.000121
+gallium_dri.so free 0x5571735d01c0 void 0.000119
+gallium_dri.so free 0x5571735d0100 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0100 0.000120
+gallium_dri.so free 0x5571735d0280 void 0.000121
+gallium_dri.so free 0x5571735d0100 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02a0 0.000117
+gallium_dri.so free 0x5571735d0340 void 0.000118
+gallium_dri.so free 0x5571735d02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d02f0 0.000121
+gallium_dri.so free 0x5571735d03c0 void 0.000121
+gallium_dri.so free 0x5571735d02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02f0 0.000119
+gallium_dri.so free 0x5571735d0440 void 0.000130
+gallium_dri.so free 0x5571735d02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0440 0.000120
+gallium_dri.so free 0x5571735d0500 void 0.000121
+gallium_dri.so free 0x5571735d0440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0440 0.000120
+gallium_dri.so free 0x5571735d05c0 void 0.000118
+gallium_dri.so free 0x5571735d0440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0440 0.000121
+gallium_dri.so free 0x5571735d0680 void 0.000117
+gallium_dri.so free 0x5571735d0440 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0630 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x5571735d0630 void 0.000121
+gallium_dri.so malloc 72 0x5571735d06f0 0.000117
+gallium_dri.so free 0x5571735d07c0 void 0.000120
+gallium_dri.so free 0x5571735d06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0810 0.000119
+gallium_dri.so free 0x5571735d0880 void 0.000122
+gallium_dri.so free 0x5571735d0810 void 0.000120
+gallium_dri.so malloc 72 0x5571735d08a0 0.000120
+gallium_dri.so free 0x5571735d0940 void 0.000120
+gallium_dri.so free 0x5571735d08a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d08f0 0.000120
+gallium_dri.so free 0x5571735d09c0 void 0.000120
+gallium_dri.so free 0x5571735d08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d08f0 0.000130
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so free 0x5571735d08f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a40 0.000120
+gallium_dri.so free 0x5571735d0b00 void 0.000123
+gallium_dri.so free 0x5571735d0a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a40 0.000121
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000117
+gallium_dri.so free 0x5571735d0bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000117
+gallium_dri.so free 0x5571735d0d00 void 0.000165
+gallium_dri.so free 0x5571735d0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d40 0.000118
+gallium_dri.so free 0x5571735d0dc0 void 0.000117
+gallium_dri.so free 0x5571735d0d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000118
+gallium_dri.so free 0x5571735d0e80 void 0.000120
+gallium_dri.so free 0x5571735d0dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000117
+gallium_dri.so free 0x5571735d0dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0f30 0.000117
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so free 0x5571735d0f30 void 0.000175
+gallium_dri.so malloc 72 0x5571735d0f30 0.000122
+gallium_dri.so free 0x5571735d1080 void 0.000122
+gallium_dri.so free 0x5571735d0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10c0 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000119
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1140 0.000120
+gallium_dri.so free 0x5571735d1200 void 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1140 0.000118
+gallium_dri.so free 0x5571735d1280 void 0.000120
+gallium_dri.so free 0x5571735d1140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12b0 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000122
+gallium_dri.so free 0x5571735d12b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d12b0 0.000121
+gallium_dri.so free 0x5571735d1400 void 0.000119
+gallium_dri.so free 0x5571735d12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d13b0 0.000120
+gallium_dri.so free 0x5571735d14c0 void 0.000121
+gallium_dri.so free 0x5571735d13b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1470 0.000121
+gallium_dri.so free 0x5571735d1540 void 0.000120
+gallium_dri.so free 0x5571735d1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1470 0.000118
+gallium_dri.so free 0x5571735d1600 void 0.000129
+gallium_dri.so free 0x5571735d1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1470 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000120
+gallium_dri.so free 0x5571735d1470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1670 0.000118
+gallium_dri.so free 0x5571735d1740 void 0.000120
+gallium_dri.so free 0x5571735d1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1790 0.000121
+gallium_dri.so free 0x5571735d1800 void 0.000119
+gallium_dri.so free 0x5571735d1790 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1820 0.000119
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so free 0x5571735d1820 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1870 0.000119
+gallium_dri.so free 0x5571735d1940 void 0.000122
+gallium_dri.so free 0x5571735d1870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1940 0.000120
+gallium_dri.so free 0x5571735d1a00 void 0.000121
+gallium_dri.so free 0x5571735d1940 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1940 0.000121
+gallium_dri.so free 0x5571735d1a80 void 0.000117
+gallium_dri.so free 0x5571735d1940 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a80 0.000119
+gallium_dri.so free 0x5571735d1b40 void 0.000120
+gallium_dri.so free 0x5571735d1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a80 0.000173
+gallium_dri.so free 0x5571735d1c00 void 0.000122
+gallium_dri.so free 0x5571735d1a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1a80 0.000120
+gallium_dri.so free 0x5571735d1cc0 void 0.000120
+gallium_dri.so free 0x5571735d1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c70 0.000120
+gallium_dri.so free 0x5571735d1d40 void 0.000120
+gallium_dri.so free 0x5571735d1c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1d90 0.000121
+gallium_dri.so free 0x5571735d1e00 void 0.000120
+gallium_dri.so free 0x5571735d1d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1e40 0.000121
+gallium_dri.so free 0x5571735d1ec0 void 0.000117
+gallium_dri.so free 0x5571735d1e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1e40 0.000121
+gallium_dri.so free 0x5571735d1f40 void 0.000125
+gallium_dri.so free 0x5571735d1e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1f70 0.000117
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x5571735d1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1f70 0.000119
+gallium_dri.so free 0x5571735d20c0 void 0.000120
+gallium_dri.so free 0x5571735d1f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2070 0.000120
+gallium_dri.so free 0x5571735d2180 void 0.000120
+gallium_dri.so free 0x5571735d2070 void 0.000163
+gallium_dri.so malloc 72 0x5571735d2130 0.000121
+gallium_dri.so free 0x5571735d21c0 void 0.000121
+gallium_dri.so free 0x5571735d2130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2130 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000116
+gallium_dri.so free 0x5571735d2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d22f0 0.000120
+gallium_dri.so free 0x5571735d2340 void 0.000119
+gallium_dri.so free 0x5571735d22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d22f0 0.000119
+gallium_dri.so free 0x5571735d2440 void 0.000119
+gallium_dri.so free 0x5571735d22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23f0 0.000117
+gallium_dri.so free 0x5571735d2500 void 0.000117
+gallium_dri.so free 0x5571735d23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d24b0 0.000119
+gallium_dri.so free 0x5571735d2540 void 0.000121
+gallium_dri.so free 0x5571735d24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d24b0 0.000118
+gallium_dri.so free 0x5571735d2600 void 0.000120
+gallium_dri.so free 0x5571735d24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so malloc 72 0x5571735d26c0 0.000120
+gallium_dri.so free 0x5571735d2780 void 0.000123
+gallium_dri.so free 0x5571735d26c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d26c0 0.000119
+gallium_dri.so free 0x5571735d2840 void 0.000120
+gallium_dri.so free 0x5571735d26c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2860 0.000122
+gallium_dri.so free 0x5571735d2900 void 0.000120
+gallium_dri.so free 0x5571735d2860 void 0.000118
+gallium_dri.so malloc 72 0x5571735d28b0 0.000120
+gallium_dri.so free 0x5571735d2980 void 0.000120
+gallium_dri.so free 0x5571735d28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28b0 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000121
+gallium_dri.so free 0x5571735d28b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d2a00 0.000121
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2a00 0.000119
+gallium_dri.so free 0x5571735d2b80 void 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2a00 0.000120
+gallium_dri.so free 0x5571735d2c40 void 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000119
+gallium_dri.so free 0x5571735d2d00 void 0.000120
+gallium_dri.so free 0x5571735d2bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000118
+gallium_dri.so free 0x5571735d2d80 void 0.000119
+gallium_dri.so free 0x5571735d2cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2dd0 0.000120
+gallium_dri.so free 0x5571735d2e40 void 0.000120
+gallium_dri.so free 0x5571735d2dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e60 0.000125
+gallium_dri.so free 0x5571735d2f00 void 0.000120
+gallium_dri.so free 0x5571735d2e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000117
+gallium_dri.so free 0x5571735d2f80 void 0.000119
+gallium_dri.so free 0x5571735d2eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000121
+gallium_dri.so free 0x5571735d2eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000120
+gallium_dri.so free 0x5571735d30c0 void 0.000120
+gallium_dri.so free 0x5571735d3000 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3000 0.000119
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d3000 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3170 0.000120
+gallium_dri.so free 0x5571735d3200 void 0.000120
+gallium_dri.so free 0x5571735d3170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3170 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000119
+gallium_dri.so free 0x5571735d3170 void 0.000109
+gallium_dri.so malloc 72 0x5571735d3300 0.000120
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so free 0x5571735d3300 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3380 0.000119
+gallium_dri.so free 0x5571735d3440 void 0.000120
+gallium_dri.so free 0x5571735d3380 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3380 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000121
+gallium_dri.so free 0x5571735d3380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d34f0 0.000119
+gallium_dri.so free 0x5571735d3540 void 0.000122
+gallium_dri.so free 0x5571735d34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d34f0 0.000117
+gallium_dri.so free 0x5571735d3640 void 0.000121
+gallium_dri.so free 0x5571735d34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3680 0.000116
+gallium_dri.so free 0x5571735d3700 void 0.000117
+gallium_dri.so free 0x5571735d3680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3700 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000120
+gallium_dri.so free 0x5571735d3700 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3700 0.000121
+gallium_dri.so free 0x5571735d3840 void 0.000120
+gallium_dri.so free 0x5571735d3700 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3870 0.000119
+gallium_dri.so free 0x5571735d38c0 void 0.000167
+gallium_dri.so free 0x5571735d3870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3870 0.000122
+gallium_dri.so free 0x5571735d39c0 void 0.000121
+gallium_dri.so free 0x5571735d3870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3970 0.000117
+gallium_dri.so free 0x5571735d3a80 void 0.000119
+gallium_dri.so free 0x5571735d3970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a30 0.000120
+gallium_dri.so free 0x5571735d3b00 void 0.000119
+gallium_dri.so free 0x5571735d3a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a30 0.000121
+gallium_dri.so free 0x5571735d3bc0 void 0.000121
+gallium_dri.so free 0x5571735d3a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3a30 0.000119
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so free 0x5571735d3a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3c30 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000120
+gallium_dri.so free 0x5571735d3c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d50 0.000119
+gallium_dri.so free 0x5571735d3dc0 void 0.000121
+gallium_dri.so free 0x5571735d3d50 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3de0 0.000122
+gallium_dri.so free 0x5571735d3e80 void 0.000120
+gallium_dri.so free 0x5571735d3de0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d3e30 0.000121
+gallium_dri.so free 0x5571735d3f00 void 0.000121
+gallium_dri.so free 0x5571735d3e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f00 0.000121
+gallium_dri.so free 0x5571735d3fc0 void 0.000120
+gallium_dri.so free 0x5571735d3f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f00 0.000119
+gallium_dri.so free 0x5571735d4040 void 0.000119
+gallium_dri.so free 0x5571735d3f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4040 0.000122
+gallium_dri.so free 0x5571735d4100 void 0.000119
+gallium_dri.so free 0x5571735d4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4040 0.000117
+gallium_dri.so free 0x5571735d41c0 void 0.000120
+gallium_dri.so free 0x5571735d4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4040 0.000119
+gallium_dri.so free 0x5571735d4280 void 0.000122
+gallium_dri.so free 0x5571735d4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4230 0.000120
+gallium_dri.so free 0x5571735d4300 void 0.000121
+gallium_dri.so free 0x5571735d4230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4350 0.000118
+gallium_dri.so free 0x5571735d43c0 void 0.000120
+gallium_dri.so free 0x5571735d4350 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4400 0.000120
+gallium_dri.so free 0x5571735d4480 void 0.000170
+gallium_dri.so free 0x5571735d4400 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4400 0.000119
+gallium_dri.so free 0x5571735d4500 void 0.000119
+gallium_dri.so free 0x5571735d4400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4530 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x5571735d4530 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4530 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000120
+gallium_dri.so free 0x5571735d4530 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4630 0.000118
+gallium_dri.so free 0x5571735d4740 void 0.000121
+gallium_dri.so free 0x5571735d4630 void 0.000180
+gallium_dri.so malloc 72 0x5571735d46f0 0.000133
+gallium_dri.so free 0x5571735d4780 void 0.000135
+gallium_dri.so free 0x5571735d46f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d46f0 0.000140
+gallium_dri.so free 0x5571735d4840 void 0.000129
+gallium_dri.so free 0x5571735d46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48b0 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so free 0x5571735d48b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48b0 0.000118
+gallium_dri.so free 0x5571735d4a00 void 0.000127
+gallium_dri.so free 0x5571735d48b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d49b0 0.000121
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so free 0x5571735d49b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4a70 0.000120
+gallium_dri.so free 0x5571735d4b00 void 0.000119
+gallium_dri.so free 0x5571735d4a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4a70 0.000120
+gallium_dri.so free 0x5571735d4bc0 void 0.000120
+gallium_dri.so free 0x5571735d4a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4c00 0.000119
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so free 0x5571735d4c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4c80 0.000121
+gallium_dri.so free 0x5571735d4d40 void 0.000119
+gallium_dri.so free 0x5571735d4c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4c80 0.000121
+gallium_dri.so free 0x5571735d4e00 void 0.000121
+gallium_dri.so free 0x5571735d4c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4e20 0.000121
+gallium_dri.so free 0x5571735d4ec0 void 0.000121
+gallium_dri.so free 0x5571735d4e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e70 0.000117
+gallium_dri.so free 0x5571735d4f40 void 0.000121
+gallium_dri.so free 0x5571735d4e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4e70 0.000124
+gallium_dri.so free 0x5571735d4fc0 void 0.000146
+gallium_dri.so free 0x5571735d4e70 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000141
+gallium_dri.so free 0x5571735d5080 void 0.000140
+gallium_dri.so free 0x5571735d4fc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000142
+gallium_dri.so free 0x5571735d5140 void 0.000142
+gallium_dri.so free 0x5571735d4fc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000140
+gallium_dri.so free 0x5571735d5200 void 0.000141
+gallium_dri.so free 0x5571735d4fc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d51b0 0.000139
+gallium_dri.so free 0x5571735d52c0 void 0.000153
+gallium_dri.so free 0x5571735d51b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5270 0.000140
+gallium_dri.so free 0x5571735d5340 void 0.000149
+gallium_dri.so free 0x5571735d5270 void 0.000162
+gallium_dri.so malloc 72 0x5571735d5390 0.000162
+gallium_dri.so free 0x5571735d5400 void 0.000161
+gallium_dri.so free 0x5571735d5390 void 0.000160
+gallium_dri.so malloc 72 0x5571735d5420 0.000161
+gallium_dri.so free 0x5571735d54c0 void 0.000173
+gallium_dri.so free 0x5571735d5420 void 0.000165
+gallium_dri.so malloc 72 0x5571735d5470 0.000160
+gallium_dri.so free 0x5571735d5540 void 0.000163
+gallium_dri.so free 0x5571735d5470 void 0.000162
+gallium_dri.so malloc 72 0x5571735d5470 0.000161
+gallium_dri.so free 0x5571735d55c0 void 0.000162
+gallium_dri.so free 0x5571735d5470 void 0.000161
+gallium_dri.so malloc 72 0x5571735d55c0 0.000160
+gallium_dri.so free 0x5571735d5680 void 0.000161
+gallium_dri.so free 0x5571735d55c0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d55c0 0.000171
+gallium_dri.so free 0x5571735d5780 void 0.000127
+gallium_dri.so free 0x5571735d55c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5730 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000120
+gallium_dri.so free 0x5571735d5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5730 0.000119
+gallium_dri.so free 0x5571735d5880 void 0.000122
+gallium_dri.so free 0x5571735d5730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d58c0 0.000120
+gallium_dri.so free 0x5571735d5940 void 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5940 0.000114
+gallium_dri.so free 0x5571735d5a00 void 0.000116
+gallium_dri.so free 0x5571735d5940 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5940 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ab0 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000116
+gallium_dri.so free 0x5571735d5ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ab0 0.000115
+gallium_dri.so free 0x5571735d5c00 void 0.000116
+gallium_dri.so free 0x5571735d5ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5c40 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000115
+gallium_dri.so free 0x5571735d5c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000115
+gallium_dri.so free 0x5571735d5d80 void 0.000117
+gallium_dri.so free 0x5571735d5cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5e30 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000117
+gallium_dri.so free 0x5571735d5e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5e30 0.000114
+gallium_dri.so free 0x5571735d5f80 void 0.000116
+gallium_dri.so free 0x5571735d5e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5f30 0.000115
+gallium_dri.so free 0x5571735d6040 void 0.000118
+gallium_dri.so free 0x5571735d5f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000115
+gallium_dri.so free 0x5571735d60c0 void 0.000116
+gallium_dri.so free 0x5571735d5ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000114
+gallium_dri.so free 0x5571735d6180 void 0.000116
+gallium_dri.so free 0x5571735d5ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000113
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so free 0x5571735d5ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d61f0 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000118
+gallium_dri.so free 0x5571735d61f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6310 0.000115
+gallium_dri.so free 0x5571735d6380 void 0.000116
+gallium_dri.so free 0x5571735d6310 void 0.000116
+gallium_dri.so malloc 72 0x5571735d63a0 0.000117
+gallium_dri.so free 0x5571735d6440 void 0.000115
+gallium_dri.so free 0x5571735d63a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d63f0 0.000118
+gallium_dri.so free 0x5571735d64c0 void 0.000116
+gallium_dri.so free 0x5571735d63f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d64c0 0.000115
+gallium_dri.so free 0x5571735d6580 void 0.000117
+gallium_dri.so free 0x5571735d64c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d64c0 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6600 0.000119
+gallium_dri.so free 0x5571735d66c0 void 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6600 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000121
+gallium_dri.so free 0x5571735d6600 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6600 0.000121
+gallium_dri.so free 0x5571735d6840 void 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000123
+gallium_dri.so malloc 72 0x5571735d67f0 0.000117
+gallium_dri.so free 0x5571735d68c0 void 0.000123
+gallium_dri.so free 0x5571735d67f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6910 0.000121
+gallium_dri.so free 0x5571735d6980 void 0.000122
+gallium_dri.so free 0x5571735d6910 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69c0 0.000122
+gallium_dri.so free 0x5571735d6a40 void 0.000121
+gallium_dri.so free 0x5571735d69c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69c0 0.000119
+gallium_dri.so free 0x5571735d6ac0 void 0.000118
+gallium_dri.so free 0x5571735d69c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6af0 0.000121
+gallium_dri.so free 0x5571735d6b40 void 0.000162
+gallium_dri.so free 0x5571735d6af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6af0 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735d6af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb380 0.000121
+gallium_dri.so free 0x5571735eb440 void 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000107
+gallium_dri.so malloc 72 0x5571735eb380 0.000251
+gallium_dri.so free 0x5571735eb500 void 0.000178
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb380 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000178
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb570 0.000119
+gallium_dri.so free 0x5571735eae40 void 0.000118
+gallium_dri.so free 0x5571735eb570 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb570 0.000117
+gallium_dri.so free 0x5571735afa00 void 0.000117
+gallium_dri.so free 0x5571735eb570 void 0.000118
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735ea800 void 0.000118
+gallium_dri.so free 0x5571735af9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735af9b0 0.000118
+gallium_dri.so free 0x5571735bba40 void 0.000125
+gallium_dri.so free 0x5571735af9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735a2880 void 0.000111
+gallium_dri.so free 0x5571735af9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a2830 0.000111
+gallium_dri.so free 0x5571735bb680 void 0.000109
+gallium_dri.so free 0x5571735a2830 void 0.000109
+gallium_dri.so malloc 72 0x5571735bb680 0.000111
+gallium_dri.so free 0x5571735ea740 void 0.000110
+gallium_dri.so free 0x5571735bb680 void 0.000110
+gallium_dri.so malloc 72 0x5571735bb680 0.000110
+gallium_dri.so free 0x5571735bc180 void 0.000110
+gallium_dri.so free 0x5571735bb680 void 0.000109
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000109
+gallium_dri.so free 0x5571735af300 void 0.000109
+gallium_dri.so free 0x5571735bc1a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000110
+gallium_dri.so free 0x5571735bc5c0 void 0.000110
+gallium_dri.so free 0x5571735bc1a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bc1a0 0.000110
+gallium_dri.so free 0x5571735baf00 void 0.000109
+gallium_dri.so free 0x5571735bc1a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf00 0.000113
+gallium_dri.so free 0x5571735ea9c0 void 0.000116
+gallium_dri.so free 0x5571735baf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735baf00 0.000111
+gallium_dri.so free 0x5571735b8980 void 0.000110
+gallium_dri.so free 0x5571735baf00 void 0.000110
+gallium_dri.so malloc 72 0x5571735baf00 0.000127
+gallium_dri.so free 0x5571735bca40 void 0.000117
+gallium_dri.so free 0x5571735baf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000115
+gallium_dri.so free 0x5571735bbe00 void 0.000118
+gallium_dri.so free 0x5571735bc9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000114
+gallium_dri.so free 0x5571735b8040 void 0.000115
+gallium_dri.so free 0x5571735bbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000116
+gallium_dri.so free 0x5571735b5b40 void 0.000116
+gallium_dri.so free 0x5571735b7ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000114
+gallium_dri.so free 0x5571735b7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000114
+gallium_dri.so free 0x5571735eb0c0 void 0.000115
+gallium_dri.so free 0x5571735b7ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb070 0.000115
+gallium_dri.so free 0x5571735bb280 void 0.000116
+gallium_dri.so free 0x5571735eb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735bb280 0.000118
+gallium_dri.so free 0x5571735b7700 void 0.000117
+gallium_dri.so free 0x5571735bb280 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7740 0.000115
+gallium_dri.so free 0x5571735b7e40 void 0.000114
+gallium_dri.so free 0x5571735b7740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7e60 0.000115
+gallium_dri.so free 0x5571735b7f00 void 0.000112
+gallium_dri.so free 0x5571735b7e60 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000112
+gallium_dri.so free 0x5571735b7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000113
+gallium_dri.so free 0x5571735b7900 void 0.000112
+gallium_dri.so free 0x5571735b7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7a80 void 0.000112
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000111
+gallium_dri.so free 0x5571735b7b40 void 0.000112
+gallium_dri.so free 0x5571735b78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b78b0 0.000215
+gallium_dri.so free 0x5571735e9bc0 void 0.000207
+gallium_dri.so free 0x5571735b78b0 void 0.000209
+gallium_dri.so malloc 72 0x5571735e9c30 0.000120
+gallium_dri.so free 0x5571735ea580 void 0.000121
+gallium_dri.so free 0x5571735e9c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e9c30 0.000117
+gallium_dri.so free 0x5571735adbc0 void 0.000116
+gallium_dri.so free 0x5571735e9c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735adb70 0.000126
+gallium_dri.so free 0x5571735adc80 void 0.000124
+gallium_dri.so free 0x5571735adb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735adc30 0.000115
+gallium_dri.so free 0x5571735ea680 void 0.000116
+gallium_dri.so free 0x5571735adc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ea630 0.000115
+gallium_dri.so free 0x5571735b9380 void 0.000116
+gallium_dri.so free 0x5571735ea630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea630 0.000115
+gallium_dri.so free 0x5571735b9400 void 0.000115
+gallium_dri.so free 0x5571735ea630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9400 0.000115
+gallium_dri.so free 0x5571735eb400 void 0.000115
+gallium_dri.so free 0x5571735b9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9400 0.000115
+gallium_dri.so free 0x5571735eb4c0 void 0.000115
+gallium_dri.so free 0x5571735b9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb4e0 0.000115
+gallium_dri.so free 0x5571735d74c0 void 0.000117
+gallium_dri.so free 0x5571735eb4e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d74f0 0.000115
+gallium_dri.so free 0x5571735d7540 void 0.000117
+gallium_dri.so free 0x5571735d74f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d74f0 0.000120
+gallium_dri.so free 0x5571735afe40 void 0.000176
+gallium_dri.so free 0x5571735d74f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000119
+gallium_dri.so free 0x5571735afe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735afe40 0.000115
+gallium_dri.so free 0x5571735d7640 void 0.000120
+gallium_dri.so free 0x5571735afe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d75f0 0.000119
+gallium_dri.so free 0x5571735a8c40 void 0.000117
+gallium_dri.so free 0x5571735d75f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8c40 0.000115
+gallium_dri.so free 0x5571735aff80 void 0.000116
+gallium_dri.so free 0x5571735a8c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735affc0 0.000114
+gallium_dri.so free 0x5571735a8d00 void 0.000116
+gallium_dri.so free 0x5571735affc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8d00 0.000118
+gallium_dri.so free 0x5571735addc0 void 0.000115
+gallium_dri.so free 0x5571735a8d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8d00 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000116
+gallium_dri.so free 0x5571735a8d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8d00 0.000114
+gallium_dri.so free 0x5571735adf40 void 0.000116
+gallium_dri.so free 0x5571735a8d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735adef0 0.000121
+gallium_dri.so free 0x5571735a8ec0 void 0.000117
+gallium_dri.so free 0x5571735adef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000113
+gallium_dri.so free 0x5571735a8f80 void 0.000114
+gallium_dri.so free 0x5571735a8ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000113
+gallium_dri.so free 0x5571735a9080 void 0.000114
+gallium_dri.so free 0x5571735a8ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a9030 0.000114
+gallium_dri.so free 0x5571735a89c0 void 0.000113
+gallium_dri.so free 0x5571735a9030 void 0.000112
+gallium_dri.so malloc 72 0x5571735a9030 0.000112
+gallium_dri.so free 0x5571735a8a80 void 0.000113
+gallium_dri.so free 0x5571735a9030 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000112
+gallium_dri.so free 0x5571735b5f40 void 0.000115
+gallium_dri.so free 0x5571735a8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5f40 0.000112
+gallium_dri.so free 0x5571735b6000 void 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b5f40 0.000113
+gallium_dri.so free 0x5571735a8b40 void 0.000114
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8b70 0.000112
+gallium_dri.so free 0x5571735a9140 void 0.000113
+gallium_dri.so free 0x5571735a8b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735a8b70 0.000113
+gallium_dri.so free 0x5571735b60c0 void 0.000123
+gallium_dri.so free 0x5571735a8b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8b70 0.000120
+gallium_dri.so free 0x5571735a9240 void 0.000115
+gallium_dri.so free 0x5571735a8b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735a91f0 0.000113
+gallium_dri.so free 0x5571735a71c0 void 0.000115
+gallium_dri.so free 0x5571735a91f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a71e0 0.000113
+gallium_dri.so free 0x5571735a7280 void 0.000112
+gallium_dri.so free 0x5571735a71e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735a7230 0.000118
+gallium_dri.so free 0x5571735a7300 void 0.000126
+gallium_dri.so free 0x5571735a7230 void 0.000120
+gallium_dri.so malloc 72 0x5571735a7230 0.000114
+gallium_dri.so free 0x5571734f6040 void 0.000114
+gallium_dri.so free 0x5571735a7230 void 0.000115
+gallium_dri.so malloc 72 0x5571734f6040 0.000118
+gallium_dri.so free 0x5571734f6100 void 0.000116
+gallium_dri.so free 0x5571734f6040 void 0.000116
+gallium_dri.so malloc 72 0x5571734f6040 0.000120
+gallium_dri.so free 0x5571735ae700 void 0.000121
+gallium_dri.so free 0x5571734f6040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ae720 0.000116
+gallium_dri.so free 0x5571735ae7c0 void 0.000116
+gallium_dri.so free 0x5571735ae720 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae770 0.000185
+gallium_dri.so free 0x5571735ae840 void 0.000117
+gallium_dri.so free 0x5571735ae770 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae770 0.000115
+gallium_dri.so free 0x5571735be540 void 0.000115
+gallium_dri.so free 0x5571735ae770 void 0.000115
+gallium_dri.so malloc 72 0x5571735be590 0.000115
+gallium_dri.so free 0x5571735be600 void 0.000114
+gallium_dri.so free 0x5571735be590 void 0.000114
+gallium_dri.so malloc 72 0x5571735be620 0.000114
+gallium_dri.so free 0x5571735be6c0 void 0.000116
+gallium_dri.so free 0x5571735be620 void 0.000114
+gallium_dri.so malloc 72 0x5571735be670 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so free 0x5571735be670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000115
+gallium_dri.so free 0x5571735b01c0 void 0.000116
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000116
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0240 0.000114
+gallium_dri.so free 0x5571735b6e80 void 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0240 0.000115
+gallium_dri.so free 0x5571735b6f00 void 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6f30 0.000126
+gallium_dri.so free 0x5571735b6f80 void 0.000114
+gallium_dri.so free 0x5571735b6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6f30 0.000113
+gallium_dri.so free 0x5571735b7080 void 0.000113
+gallium_dri.so free 0x5571735b6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7030 0.000114
+gallium_dri.so free 0x5571735af000 void 0.000115
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7030 0.000115
+gallium_dri.so free 0x5571735af100 void 0.000114
+gallium_dri.so free 0x5571735b7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000113
+gallium_dri.so free 0x5571735af140 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af0b0 0.000112
+gallium_dri.so free 0x5571735af200 void 0.000114
+gallium_dri.so free 0x5571735af0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735af240 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000121
+gallium_dri.so free 0x5571735af240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000113
+gallium_dri.so free 0x5571735b0800 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0740 0.000113
+gallium_dri.so free 0x5571735b08c0 void 0.000120
+gallium_dri.so free 0x5571735b0740 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0740 0.000127
+gallium_dri.so free 0x5571735b8180 void 0.000117
+gallium_dri.so free 0x5571735b0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735b81f0 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000117
+gallium_dri.so free 0x5571735b81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b81f0 0.000117
+gallium_dri.so free 0x5571735b8340 void 0.000116
+gallium_dri.so free 0x5571735b81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b82f0 0.000114
+gallium_dri.so free 0x5571735b8400 void 0.000115
+gallium_dri.so free 0x5571735b82f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b83b0 0.000114
+gallium_dri.so free 0x5571735b0980 void 0.000116
+gallium_dri.so free 0x5571735b83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0930 0.000116
+gallium_dri.so free 0x5571735d9300 void 0.000116
+gallium_dri.so free 0x5571735b0930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d92b0 0.000114
+gallium_dri.so free 0x5571735d9380 void 0.000116
+gallium_dri.so free 0x5571735d92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d93d0 0.000124
+gallium_dri.so free 0x5571735d9440 void 0.000120
+gallium_dri.so free 0x5571735d93d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d94a0 0.000115
+gallium_dri.so free 0x5571735d9540 void 0.000116
+gallium_dri.so free 0x5571735d94a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d94f0 0.000130
+gallium_dri.so free 0x5571735d9580 void 0.000120
+gallium_dri.so free 0x5571735d94f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d94f0 0.000123
+gallium_dri.so free 0x5571735b71c0 void 0.000119
+gallium_dri.so free 0x5571735d94f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7170 0.000115
+gallium_dri.so free 0x5571735b7240 void 0.000116
+gallium_dri.so free 0x5571735b7170 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7290 0.000114
+gallium_dri.so free 0x5571735d9640 void 0.000115
+gallium_dri.so free 0x5571735b7290 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9660 0.000113
+gallium_dri.so free 0x5571735b7300 void 0.000116
+gallium_dri.so free 0x5571735d9660 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000116
+gallium_dri.so free 0x5571735b7380 void 0.000115
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7380 0.000114
+gallium_dri.so free 0x5571735b7440 void 0.000116
+gallium_dri.so free 0x5571735b7380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7380 0.000114
+gallium_dri.so free 0x5571735b7540 void 0.000116
+gallium_dri.so free 0x5571735b7380 void 0.000115
+gallium_dri.so malloc 72 0x5571735b74f0 0.000115
+gallium_dri.so free 0x5571735b7600 void 0.000115
+gallium_dri.so free 0x5571735b74f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b75b0 0.000113
+gallium_dri.so free 0x5571735b61c0 void 0.000113
+gallium_dri.so free 0x5571735b75b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b75b0 0.000112
+gallium_dri.so free 0x5571735b6280 void 0.000112
+gallium_dri.so free 0x5571735b75b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6230 0.000113
+gallium_dri.so free 0x5571735b6300 void 0.000111
+gallium_dri.so free 0x5571735b6230 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6350 0.000113
+gallium_dri.so free 0x5571735b63c0 void 0.000112
+gallium_dri.so free 0x5571735b6350 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6400 0.000122
+gallium_dri.so free 0x5571735b6480 void 0.000118
+gallium_dri.so free 0x5571735b6400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6400 0.000112
+gallium_dri.so free 0x5571735b6500 void 0.000113
+gallium_dri.so free 0x5571735b6400 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6530 0.000113
+gallium_dri.so free 0x5571735b6580 void 0.000115
+gallium_dri.so free 0x5571735b6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6530 0.000117
+gallium_dri.so free 0x5571735b6680 void 0.000119
+gallium_dri.so free 0x5571735b6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6630 0.000113
+gallium_dri.so free 0x5571735b6740 void 0.000114
+gallium_dri.so free 0x5571735b6630 void 0.000126
+gallium_dri.so malloc 72 0x5571735b66f0 0.000115
+gallium_dri.so free 0x5571735b6780 void 0.000115
+gallium_dri.so free 0x5571735b66f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b66f0 0.000115
+gallium_dri.so free 0x5571735b6840 void 0.000116
+gallium_dri.so free 0x5571735b66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b68b0 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so free 0x5571735b68b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b68b0 0.000115
+gallium_dri.so free 0x5571735b52c0 void 0.000115
+gallium_dri.so free 0x5571735b68b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5270 0.000114
+gallium_dri.so free 0x5571735b6900 void 0.000115
+gallium_dri.so free 0x5571735b5270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5270 0.000115
+gallium_dri.so free 0x5571735b5380 void 0.000119
+gallium_dri.so free 0x5571735b5270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5330 0.000114
+gallium_dri.so free 0x5571735b5400 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5330 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5480 0.000114
+gallium_dri.so free 0x5571735b5540 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000164
+gallium_dri.so malloc 72 0x5571735b5480 0.000116
+gallium_dri.so free 0x5571735b5640 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000115
+gallium_dri.so free 0x5571735b56c0 void 0.000116
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56f0 0.000114
+gallium_dri.so free 0x5571735b5740 void 0.000116
+gallium_dri.so free 0x5571735b56f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56f0 0.000114
+gallium_dri.so free 0x5571735b5840 void 0.000117
+gallium_dri.so free 0x5571735b56f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b57f0 0.000121
+gallium_dri.so free 0x5571735b5900 void 0.000118
+gallium_dri.so free 0x5571735b57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58b0 0.000116
+gallium_dri.so free 0x5571735b5940 void 0.000116
+gallium_dri.so free 0x5571735b58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58b0 0.000115
+gallium_dri.so free 0x5571735b22c0 void 0.000116
+gallium_dri.so free 0x5571735b58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2380 void 0.000116
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2330 0.000120
+gallium_dri.so free 0x5571735b2400 void 0.000126
+gallium_dri.so free 0x5571735b2330 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2450 0.000115
+gallium_dri.so free 0x5571735b24c0 void 0.000113
+gallium_dri.so free 0x5571735b2450 void 0.000113
+gallium_dri.so malloc 72 0x5571735b24e0 0.000112
+gallium_dri.so free 0x5571735b2580 void 0.000121
+gallium_dri.so free 0x5571735b24e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2530 0.000118
+gallium_dri.so free 0x5571735b2600 void 0.000115
+gallium_dri.so free 0x5571735b2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2530 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000114
+gallium_dri.so free 0x5571735b2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2680 0.000115
+gallium_dri.so free 0x5571735b2740 void 0.000115
+gallium_dri.so free 0x5571735b2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2680 0.000114
+gallium_dri.so free 0x5571735b2840 void 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735b27f0 0.000114
+gallium_dri.so free 0x5571735b2880 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b27f0 0.000113
+gallium_dri.so free 0x5571735b2940 void 0.000114
+gallium_dri.so free 0x5571735b27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2980 0.000112
+gallium_dri.so free 0x5571735b2a00 void 0.000144
+gallium_dri.so free 0x5571735b2980 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2a00 0.000125
+gallium_dri.so free 0x5571735b2ac0 void 0.000116
+gallium_dri.so free 0x5571735b2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2a00 0.000114
+gallium_dri.so free 0x5571735b2b40 void 0.000114
+gallium_dri.so free 0x5571735b2a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2b70 0.000116
+gallium_dri.so free 0x5571735d98c0 void 0.000114
+gallium_dri.so free 0x5571735b2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2b70 0.000115
+gallium_dri.so free 0x5571735d99c0 void 0.000116
+gallium_dri.so free 0x5571735b2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9a00 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so free 0x5571735d9a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9b40 void 0.000114
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9a80 0.000113
+gallium_dri.so free 0x5571735d9bc0 void 0.000115
+gallium_dri.so free 0x5571735d9a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000113
+gallium_dri.so free 0x5571735d9c40 void 0.000115
+gallium_dri.so free 0x5571735d9bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000113
+gallium_dri.so free 0x5571735d9d40 void 0.000127
+gallium_dri.so free 0x5571735d9bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000112
+gallium_dri.so free 0x5571735d9e00 void 0.000112
+gallium_dri.so free 0x5571735d9cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d9db0 0.000114
+gallium_dri.so free 0x5571735d9e80 void 0.000112
+gallium_dri.so free 0x5571735d9db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d9db0 0.000113
+gallium_dri.so free 0x5571735d9f40 void 0.000114
+gallium_dri.so free 0x5571735d9db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9db0 0.000111
+gallium_dri.so free 0x5571735da000 void 0.000112
+gallium_dri.so free 0x5571735d9db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000139
+gallium_dri.so free 0x5571735da080 void 0.000121
+gallium_dri.so free 0x5571735d9fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da0d0 0.000113
+gallium_dri.so free 0x5571735da140 void 0.000113
+gallium_dri.so free 0x5571735da0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da160 0.000114
+gallium_dri.so free 0x5571735da200 void 0.000114
+gallium_dri.so free 0x5571735da160 void 0.000118
+gallium_dri.so malloc 72 0x5571735da1b0 0.000123
+gallium_dri.so free 0x5571735da280 void 0.000119
+gallium_dri.so free 0x5571735da1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da280 0.000139
+gallium_dri.so free 0x5571735da340 void 0.000144
+gallium_dri.so free 0x5571735da280 void 0.000144
+gallium_dri.so malloc 72 0x5571735da280 0.000144
+gallium_dri.so free 0x5571735bd840 void 0.000145
+gallium_dri.so free 0x5571735da280 void 0.000143
+gallium_dri.so malloc 72 0x5571735bd840 0.000143
+gallium_dri.so free 0x5571735bd900 void 0.000144
+gallium_dri.so free 0x5571735bd840 void 0.000143
+gallium_dri.so malloc 72 0x5571735bd840 0.000143
+gallium_dri.so free 0x5571735bd9c0 void 0.000145
+gallium_dri.so free 0x5571735bd840 void 0.000143
+gallium_dri.so malloc 72 0x5571735bd840 0.000143
+gallium_dri.so free 0x5571735bda80 void 0.000160
+gallium_dri.so free 0x5571735bd840 void 0.000144
+gallium_dri.so malloc 72 0x5571735bda30 0.000144
+gallium_dri.so free 0x5571735bdb00 void 0.000143
+gallium_dri.so free 0x5571735bda30 void 0.000144
+gallium_dri.so malloc 72 0x5571735bdb50 0.000144
+gallium_dri.so free 0x5571735bdbc0 void 0.000151
+gallium_dri.so free 0x5571735bdb50 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdc00 0.000115
+gallium_dri.so free 0x5571735bdc80 void 0.000123
+gallium_dri.so free 0x5571735bdc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bdc00 0.000114
+gallium_dri.so free 0x5571735bdd00 void 0.000114
+gallium_dri.so free 0x5571735bdc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bdd80 void 0.000116
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdd30 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000114
+gallium_dri.so free 0x5571735bdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bde30 0.000114
+gallium_dri.so free 0x5571735bdf40 void 0.000115
+gallium_dri.so free 0x5571735bde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000113
+gallium_dri.so free 0x5571735bdf80 void 0.000116
+gallium_dri.so free 0x5571735bdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdef0 0.000115
+gallium_dri.so free 0x5571735be040 void 0.000115
+gallium_dri.so free 0x5571735bdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735be0b0 0.000115
+gallium_dri.so free 0x5571735be100 void 0.000114
+gallium_dri.so free 0x5571735be0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be0b0 0.000115
+gallium_dri.so free 0x5571735be200 void 0.000116
+gallium_dri.so free 0x5571735be0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be1b0 0.000116
+gallium_dri.so free 0x5571735be2c0 void 0.000120
+gallium_dri.so free 0x5571735be1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735be270 0.000119
+gallium_dri.so free 0x5571735be300 void 0.000114
+gallium_dri.so free 0x5571735be270 void 0.000114
+gallium_dri.so malloc 72 0x5571735be270 0.000115
+gallium_dri.so free 0x5571735b9bc0 void 0.000118
+gallium_dri.so free 0x5571735be270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9b70 0.000116
+gallium_dri.so free 0x5571735b9c40 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9c90 0.000118
+gallium_dri.so free 0x5571735b9d00 void 0.000115
+gallium_dri.so free 0x5571735b9c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9d60 0.000116
+gallium_dri.so free 0x5571735b9e00 void 0.000115
+gallium_dri.so free 0x5571735b9d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9db0 0.000114
+gallium_dri.so free 0x5571735b9e40 void 0.000115
+gallium_dri.so free 0x5571735b9db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9db0 0.000115
+gallium_dri.so free 0x5571735b9f00 void 0.000115
+gallium_dri.so free 0x5571735b9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9f40 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so free 0x5571735b9f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000114
+gallium_dri.so free 0x5571735ba080 void 0.000127
+gallium_dri.so free 0x5571735b9fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000139
+gallium_dri.so free 0x5571735ba100 void 0.000119
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba130 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000116
+gallium_dri.so free 0x5571735ba130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba180 0.000115
+gallium_dri.so free 0x5571735ba240 void 0.000115
+gallium_dri.so free 0x5571735ba180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba180 0.000115
+gallium_dri.so free 0x5571735ba340 void 0.000115
+gallium_dri.so free 0x5571735ba180 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000117
+gallium_dri.so free 0x5571735ba400 void 0.000116
+gallium_dri.so free 0x5571735ba2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000114
+gallium_dri.so free 0x5571735ba440 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000115
+gallium_dri.so free 0x5571735ba500 void 0.000115
+gallium_dri.so free 0x5571735ba3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba540 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so free 0x5571735ba540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000116
+gallium_dri.so free 0x5571735ba680 void 0.000123
+gallium_dri.so free 0x5571735ba5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba7c0 void 0.000113
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000111
+gallium_dri.so free 0x5571735e7340 void 0.000112
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7380 0.000112
+gallium_dri.so free 0x5571735e7400 void 0.000112
+gallium_dri.so free 0x5571735e7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7400 0.000114
+gallium_dri.so free 0x5571735e74c0 void 0.000114
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7400 0.000111
+gallium_dri.so free 0x5571735e7540 void 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7570 0.000152
+gallium_dri.so free 0x5571735e75c0 void 0.000120
+gallium_dri.so free 0x5571735e7570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7570 0.000121
+gallium_dri.so free 0x5571735e76c0 void 0.000123
+gallium_dri.so free 0x5571735e7570 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7700 0.000131
+gallium_dri.so free 0x5571735e7780 void 0.000126
+gallium_dri.so free 0x5571735e7700 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7780 0.000120
+gallium_dri.so free 0x5571735e7840 void 0.000115
+gallium_dri.so free 0x5571735e7780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7780 0.000115
+gallium_dri.so free 0x5571735e78c0 void 0.000117
+gallium_dri.so free 0x5571735e7780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e78f0 0.000115
+gallium_dri.so free 0x5571735e7940 void 0.000116
+gallium_dri.so free 0x5571735e78f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e78f0 0.000114
+gallium_dri.so free 0x5571735e7a40 void 0.000116
+gallium_dri.so free 0x5571735e78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e79f0 0.000116
+gallium_dri.so free 0x5571735e7b00 void 0.000139
+gallium_dri.so free 0x5571735e79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000120
+gallium_dri.so free 0x5571735e7b80 void 0.000123
+gallium_dri.so free 0x5571735e7ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000123
+gallium_dri.so free 0x5571735e7c40 void 0.000124
+gallium_dri.so free 0x5571735e7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000114
+gallium_dri.so free 0x5571735e7d00 void 0.000164
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000115
+gallium_dri.so free 0x5571735e7d80 void 0.000121
+gallium_dri.so free 0x5571735e7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000112
+gallium_dri.so free 0x5571735e7e40 void 0.000113
+gallium_dri.so free 0x5571735e7dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7e60 0.000111
+gallium_dri.so free 0x5571735e7f00 void 0.000113
+gallium_dri.so free 0x5571735e7e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000112
+gallium_dri.so free 0x5571735e7eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7f80 0.000112
+gallium_dri.so free 0x5571735e8040 void 0.000112
+gallium_dri.so free 0x5571735e7f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7f80 0.000113
+gallium_dri.so free 0x5571735e80c0 void 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e80c0 0.000112
+gallium_dri.so free 0x5571735e8180 void 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e80c0 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82b0 0.000112
+gallium_dri.so free 0x5571735e8300 void 0.000129
+gallium_dri.so free 0x5571735e82b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82b0 0.000114
+gallium_dri.so free 0x5571735e8400 void 0.000114
+gallium_dri.so free 0x5571735e82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e83b0 0.000113
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so free 0x5571735e83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8470 0.000113
+gallium_dri.so free 0x5571735e8540 void 0.000114
+gallium_dri.so free 0x5571735e8470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8560 0.000112
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so free 0x5571735e8560 void 0.000111
+gallium_dri.so malloc 72 0x5571735e85b0 0.000112
+gallium_dri.so free 0x5571735e8680 void 0.000114
+gallium_dri.so free 0x5571735e85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e85b0 0.000113
+gallium_dri.so free 0x5571735e8700 void 0.000114
+gallium_dri.so free 0x5571735e85b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8700 0.000112
+gallium_dri.so free 0x5571735e87c0 void 0.000114
+gallium_dri.so free 0x5571735e8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8700 0.000112
+gallium_dri.so free 0x5571735e8880 void 0.000114
+gallium_dri.so free 0x5571735e8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8700 0.000118
+gallium_dri.so free 0x5571735e8940 void 0.000141
+gallium_dri.so free 0x5571735e8700 void 0.000139
+gallium_dri.so malloc 72 0x5571735e88f0 0.000121
+gallium_dri.so free 0x5571735e8940 void 0.000133
+gallium_dri.so free 0x5571735e88f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e88f0 0.000120
+gallium_dri.so free 0x5571735e8a40 void 0.000120
+gallium_dri.so free 0x5571735e88f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e89f0 0.000116
+gallium_dri.so free 0x5571735e8b00 void 0.000120
+gallium_dri.so free 0x5571735e89f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000118
+gallium_dri.so free 0x5571735e8b40 void 0.000119
+gallium_dri.so free 0x5571735e8ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000116
+gallium_dri.so free 0x5571735e8c00 void 0.000119
+gallium_dri.so free 0x5571735e8ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8c40 0.000117
+gallium_dri.so free 0x5571735e8cc0 void 0.000119
+gallium_dri.so free 0x5571735e8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000119
+gallium_dri.so free 0x5571735e8d80 void 0.000117
+gallium_dri.so free 0x5571735e8cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000119
+gallium_dri.so free 0x5571735e8e40 void 0.000120
+gallium_dri.so free 0x5571735e8cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8e60 0.000135
+gallium_dri.so free 0x5571735e8f00 void 0.000120
+gallium_dri.so free 0x5571735e8e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000114
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so free 0x5571735e8eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000113
+gallium_dri.so free 0x5571735e9000 void 0.000114
+gallium_dri.so free 0x5571735e8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9000 0.000112
+gallium_dri.so free 0x5571735e90c0 void 0.000113
+gallium_dri.so free 0x5571735e9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9000 0.000111
+gallium_dri.so free 0x5571735e9180 void 0.000115
+gallium_dri.so free 0x5571735e9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9000 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e9000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e91f0 0.000114
+gallium_dri.so free 0x5571735e9300 void 0.000114
+gallium_dri.so free 0x5571735e91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e92b0 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000115
+gallium_dri.so free 0x5571735e92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e93d0 0.000113
+gallium_dri.so free 0x5571735e9440 void 0.000115
+gallium_dri.so free 0x5571735e93d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9460 0.000113
+gallium_dri.so free 0x5571735e9500 void 0.000116
+gallium_dri.so free 0x5571735e9460 void 0.000115
+gallium_dri.so malloc 72 0x5571735e94b0 0.000112
+gallium_dri.so free 0x5571735e9580 void 0.000115
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000114
+gallium_dri.so free 0x5571735e9600 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9600 0.000113
+gallium_dri.so free 0x5571735b0b00 void 0.000115
+gallium_dri.so free 0x5571735e9600 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0b40 0.000114
+gallium_dri.so free 0x5571735e96c0 void 0.000114
+gallium_dri.so free 0x5571735b0b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000114
+gallium_dri.so free 0x5571735b0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0b40 0.000117
+gallium_dri.so free 0x5571735b0c80 void 0.000116
+gallium_dri.so free 0x5571735b0b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c30 0.000113
+gallium_dri.so free 0x5571735b0d00 void 0.000114
+gallium_dri.so free 0x5571735b0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0d50 0.000112
+gallium_dri.so free 0x5571735b0dc0 void 0.000115
+gallium_dri.so free 0x5571735b0d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0de0 0.000113
+gallium_dri.so free 0x5571735b0e80 void 0.000183
+gallium_dri.so free 0x5571735b0de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0e30 0.000113
+gallium_dri.so free 0x5571735b0f00 void 0.000114
+gallium_dri.so free 0x5571735b0e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0e30 0.000113
+gallium_dri.so free 0x5571735b1000 void 0.000114
+gallium_dri.so free 0x5571735b0e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000113
+gallium_dri.so free 0x5571735b1080 void 0.000119
+gallium_dri.so free 0x5571735b0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b10d0 0.000113
+gallium_dri.so free 0x5571735b1140 void 0.000114
+gallium_dri.so free 0x5571735b10d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1160 0.000114
+gallium_dri.so free 0x5571735b1200 void 0.000115
+gallium_dri.so free 0x5571735b1160 void 0.000112
+gallium_dri.so malloc 72 0x5571735b11b0 0.000117
+gallium_dri.so free 0x5571735b1280 void 0.000114
+gallium_dri.so free 0x5571735b11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b11b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000114
+gallium_dri.so free 0x5571735b11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1300 0.000113
+gallium_dri.so free 0x5571735b13c0 void 0.000116
+gallium_dri.so free 0x5571735b1300 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1300 0.000113
+gallium_dri.so free 0x5571735b14c0 void 0.000126
+gallium_dri.so free 0x5571735b1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1300 0.000112
+gallium_dri.so free 0x5571735b1540 void 0.000114
+gallium_dri.so free 0x5571735b1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1570 0.000114
+gallium_dri.so free 0x5571735b15c0 void 0.000117
+gallium_dri.so free 0x5571735b1570 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1570 0.000113
+gallium_dri.so free 0x5571735b16c0 void 0.000114
+gallium_dri.so free 0x5571735b1570 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1670 0.000113
+gallium_dri.so free 0x5571735b1780 void 0.000115
+gallium_dri.so free 0x5571735b1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1730 0.000113
+gallium_dri.so free 0x5571735b17c0 void 0.000115
+gallium_dri.so free 0x5571735b1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1730 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735b18d0 0.000115
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b18d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1980 0.000113
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so free 0x5571735b1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1a00 0.000113
+gallium_dri.so free 0x5571735b1ac0 void 0.000123
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1a00 0.000120
+gallium_dri.so free 0x5571735b1b40 void 0.000118
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1b70 0.000111
+gallium_dri.so free 0x5571735b1bc0 void 0.000115
+gallium_dri.so free 0x5571735b1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1b70 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000115
+gallium_dri.so free 0x5571735b1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1c70 0.000112
+gallium_dri.so free 0x5571735b1d80 void 0.000113
+gallium_dri.so free 0x5571735b1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d30 0.000115
+gallium_dri.so free 0x5571735b1e00 void 0.000114
+gallium_dri.so free 0x5571735b1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1e20 0.000112
+gallium_dri.so free 0x5571735b1ec0 void 0.000113
+gallium_dri.so free 0x5571735b1e20 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1e70 0.000112
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1e70 0.000112
+gallium_dri.so free 0x5571735b1fc0 void 0.000115
+gallium_dri.so free 0x5571735b1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000113
+gallium_dri.so free 0x5571735b2080 void 0.000114
+gallium_dri.so free 0x5571735b1fc0 void 0.000189
+gallium_dri.so malloc 72 0x5571735b1fc0 0.000114
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d78f0 0.000112
+gallium_dri.so free 0x5571735d7940 void 0.000115
+gallium_dri.so free 0x5571735d78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d78f0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000113
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7a80 0.000113
+gallium_dri.so free 0x5571735d7b00 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7b00 0.000113
+gallium_dri.so free 0x5571735d7bc0 void 0.000115
+gallium_dri.so free 0x5571735d7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7b00 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000114
+gallium_dri.so free 0x5571735d7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7c70 0.000112
+gallium_dri.so free 0x5571735d7cc0 void 0.000114
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7c70 0.000113
+gallium_dri.so free 0x5571735d7dc0 void 0.000115
+gallium_dri.so free 0x5571735d7c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d7d70 0.000115
+gallium_dri.so free 0x5571735d7e80 void 0.000115
+gallium_dri.so free 0x5571735d7d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7e30 0.000115
+gallium_dri.so free 0x5571735d7f00 void 0.000114
+gallium_dri.so free 0x5571735d7e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7e30 0.000111
+gallium_dri.so free 0x5571735d7fc0 void 0.000112
+gallium_dri.so free 0x5571735d7e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d7e30 0.000112
+gallium_dri.so free 0x5571735d8080 void 0.000114
+gallium_dri.so free 0x5571735d7e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8030 0.000111
+gallium_dri.so free 0x5571735d8100 void 0.000112
+gallium_dri.so free 0x5571735d8030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8150 0.000111
+gallium_dri.so free 0x5571735d81c0 void 0.000113
+gallium_dri.so free 0x5571735d8150 void 0.000113
+gallium_dri.so malloc 72 0x5571735d81e0 0.000141
+gallium_dri.so free 0x5571735d8280 void 0.000116
+gallium_dri.so free 0x5571735d81e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8230 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so free 0x5571735d8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8300 0.000124
+gallium_dri.so free 0x5571735d83c0 void 0.000123
+gallium_dri.so free 0x5571735d8300 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8300 0.000120
+gallium_dri.so free 0x5571735d8440 void 0.000121
+gallium_dri.so free 0x5571735d8300 void 0.000135
+gallium_dri.so malloc 72 0x5571735d8440 0.000123
+gallium_dri.so free 0x5571735d8500 void 0.000124
+gallium_dri.so free 0x5571735d8440 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8440 0.000122
+gallium_dri.so free 0x5571735d85c0 void 0.000123
+gallium_dri.so free 0x5571735d8440 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8440 0.000122
+gallium_dri.so free 0x5571735d8680 void 0.000124
+gallium_dri.so free 0x5571735d8440 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8630 0.000122
+gallium_dri.so free 0x5571735d8700 void 0.000123
+gallium_dri.so free 0x5571735d8630 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8750 0.000122
+gallium_dri.so free 0x5571735d87c0 void 0.000124
+gallium_dri.so free 0x5571735d8750 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8800 0.000123
+gallium_dri.so free 0x5571735d8880 void 0.000123
+gallium_dri.so free 0x5571735d8800 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8800 0.000122
+gallium_dri.so free 0x5571735d8900 void 0.000122
+gallium_dri.so free 0x5571735d8800 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8930 0.000122
+gallium_dri.so free 0x5571735d8980 void 0.000122
+gallium_dri.so free 0x5571735d8930 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8930 0.000131
+gallium_dri.so free 0x5571735d8a80 void 0.000121
+gallium_dri.so free 0x5571735d8930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8a30 0.000124
+gallium_dri.so free 0x5571735d8b40 void 0.000126
+gallium_dri.so free 0x5571735d8a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8af0 0.000125
+gallium_dri.so free 0x5571735d8b80 void 0.000125
+gallium_dri.so free 0x5571735d8af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8af0 0.000125
+gallium_dri.so free 0x5571735d8c40 void 0.000126
+gallium_dri.so free 0x5571735d8af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000125
+gallium_dri.so free 0x5571735d8d00 void 0.000126
+gallium_dri.so free 0x5571735d8cb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000125
+gallium_dri.so free 0x5571735d8e00 void 0.000127
+gallium_dri.so free 0x5571735d8cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8db0 0.000127
+gallium_dri.so free 0x5571735d8ec0 void 0.000127
+gallium_dri.so free 0x5571735d8db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8e70 0.000124
+gallium_dri.so free 0x5571735d8f00 void 0.000123
+gallium_dri.so free 0x5571735d8e70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8e70 0.000164
+gallium_dri.so free 0x5571735d8fc0 void 0.000131
+gallium_dri.so free 0x5571735d8e70 void 0.000134
+gallium_dri.so malloc 72 0x5571735d9000 0.000134
+gallium_dri.so free 0x5571735b3440 void 0.000127
+gallium_dri.so free 0x5571735d9000 void 0.000127
+gallium_dri.so malloc 72 0x5571735b33f0 0.000125
+gallium_dri.so free 0x5571735b3500 void 0.000125
+gallium_dri.so free 0x5571735b33f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b34b0 0.000127
+gallium_dri.so free 0x5571735b3580 void 0.000128
+gallium_dri.so free 0x5571735b34b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b34b0 0.000122
+gallium_dri.so free 0x5571735b3640 void 0.000126
+gallium_dri.so free 0x5571735b34b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b34b0 0.000127
+gallium_dri.so free 0x5571735b3700 void 0.000126
+gallium_dri.so free 0x5571735b34b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b36b0 0.000122
+gallium_dri.so free 0x5571735b3780 void 0.000125
+gallium_dri.so free 0x5571735b36b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b37d0 0.000126
+gallium_dri.so free 0x5571735b3840 void 0.000128
+gallium_dri.so free 0x5571735b37d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3860 0.000183
+gallium_dri.so free 0x5571735b3900 void 0.000129
+gallium_dri.so free 0x5571735b3860 void 0.000127
+gallium_dri.so malloc 72 0x5571735b38b0 0.000125
+gallium_dri.so free 0x5571735b3980 void 0.000132
+gallium_dri.so free 0x5571735b38b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3980 0.000157
+gallium_dri.so free 0x5571735b3a40 void 0.000143
+gallium_dri.so free 0x5571735b3980 void 0.000137
+gallium_dri.so malloc 72 0x5571735b3980 0.000138
+gallium_dri.so free 0x5571735b3ac0 void 0.000138
+gallium_dri.so free 0x5571735b3980 void 0.000141
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000143
+gallium_dri.so free 0x5571735b3b80 void 0.000122
+gallium_dri.so free 0x5571735b3ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000113
+gallium_dri.so free 0x5571735b3c40 void 0.000112
+gallium_dri.so free 0x5571735b3ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000111
+gallium_dri.so free 0x5571735b3d00 void 0.000111
+gallium_dri.so free 0x5571735b3ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3cb0 0.000110
+gallium_dri.so free 0x5571735b3d80 void 0.000111
+gallium_dri.so free 0x5571735b3cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b3dd0 0.000112
+gallium_dri.so free 0x5571735b3e40 void 0.000136
+gallium_dri.so free 0x5571735b3dd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3e80 0.000116
+gallium_dri.so free 0x5571735b3f00 void 0.000112
+gallium_dri.so free 0x5571735b3e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3e80 0.000109
+gallium_dri.so free 0x5571735b3f80 void 0.000109
+gallium_dri.so free 0x5571735b3e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000110
+gallium_dri.so free 0x5571735b4000 void 0.000110
+gallium_dri.so free 0x5571735b3fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000109
+gallium_dri.so free 0x5571735b4100 void 0.000110
+gallium_dri.so free 0x5571735b3fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b40b0 0.000110
+gallium_dri.so free 0x5571735b41c0 void 0.000111
+gallium_dri.so free 0x5571735b40b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4170 0.000117
+gallium_dri.so free 0x5571735b4200 void 0.000111
+gallium_dri.so free 0x5571735b4170 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4170 0.000112
+gallium_dri.so free 0x5571735b42c0 void 0.000116
+gallium_dri.so free 0x5571735b4170 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4330 0.000115
+gallium_dri.so free 0x5571735b4380 void 0.000111
+gallium_dri.so free 0x5571735b4330 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4480 void 0.000131
+gallium_dri.so free 0x5571735b4330 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4430 0.000124
+gallium_dri.so free 0x5571735b4540 void 0.000123
+gallium_dri.so free 0x5571735b4430 void 0.000126
+gallium_dri.so malloc 72 0x5571735b44f0 0.000123
+gallium_dri.so free 0x5571735b4580 void 0.000125
+gallium_dri.so free 0x5571735b44f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b44f0 0.000125
+gallium_dri.so free 0x5571735b4640 void 0.000124
+gallium_dri.so free 0x5571735b44f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4680 0.000123
+gallium_dri.so free 0x5571735b4700 void 0.000131
+gallium_dri.so free 0x5571735b4680 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4700 0.000124
+gallium_dri.so free 0x5571735b47c0 void 0.000125
+gallium_dri.so free 0x5571735b4700 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4700 0.000123
+gallium_dri.so free 0x5571735b4880 void 0.000125
+gallium_dri.so free 0x5571735b4700 void 0.000126
+gallium_dri.so malloc 72 0x5571735b48a0 0.000125
+gallium_dri.so free 0x5571735b4940 void 0.000127
+gallium_dri.so free 0x5571735b48a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b48f0 0.000123
+gallium_dri.so free 0x5571735b49c0 void 0.000124
+gallium_dri.so free 0x5571735b48f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b48f0 0.000130
+gallium_dri.so free 0x5571735b4a40 void 0.000129
+gallium_dri.so free 0x5571735b48f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735b4a40 0.000136
+gallium_dri.so free 0x5571735b4b00 void 0.000119
+gallium_dri.so free 0x5571735b4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a40 0.000114
+gallium_dri.so free 0x5571735b4bc0 void 0.000114
+gallium_dri.so free 0x5571735b4a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4a40 0.000122
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735b4a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e38d0 0.000118
+gallium_dri.so free 0x5571735e3940 void 0.000118
+gallium_dri.so free 0x5571735e38d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3980 0.000118
+gallium_dri.so free 0x5571735e3a00 void 0.000119
+gallium_dri.so free 0x5571735e3980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3a00 0.000117
+gallium_dri.so free 0x5571735e3ac0 void 0.000119
+gallium_dri.so free 0x5571735e3a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3a00 0.000119
+gallium_dri.so free 0x5571735e3b40 void 0.000118
+gallium_dri.so free 0x5571735e3a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b70 0.000117
+gallium_dri.so free 0x5571735e3bc0 void 0.000126
+gallium_dri.so free 0x5571735e3b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3b70 0.000138
+gallium_dri.so free 0x5571735e3cc0 void 0.000117
+gallium_dri.so free 0x5571735e3b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3c70 0.000119
+gallium_dri.so free 0x5571735e3d80 void 0.000117
+gallium_dri.so free 0x5571735e3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3d30 0.000112
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735e3d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3e20 0.000114
+gallium_dri.so free 0x5571735e3ec0 void 0.000112
+gallium_dri.so free 0x5571735e3e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3e70 0.000116
+gallium_dri.so free 0x5571735e3f40 void 0.000117
+gallium_dri.so free 0x5571735e3e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3e70 0.000116
+gallium_dri.so free 0x5571735e3fc0 void 0.000115
+gallium_dri.so free 0x5571735e3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000113
+gallium_dri.so free 0x5571735e3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000112
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so free 0x5571735e3fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3fc0 0.000114
+gallium_dri.so free 0x5571735e4200 void 0.000142
+gallium_dri.so free 0x5571735e3fc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e41b0 0.000135
+gallium_dri.so free 0x5571735e4200 void 0.000133
+gallium_dri.so free 0x5571735e41b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e41b0 0.000134
+gallium_dri.so free 0x5571735e4300 void 0.000134
+gallium_dri.so free 0x5571735e41b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e42b0 0.000136
+gallium_dri.so free 0x5571735e43c0 void 0.000135
+gallium_dri.so free 0x5571735e42b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4370 0.000135
+gallium_dri.so free 0x5571735e4400 void 0.000135
+gallium_dri.so free 0x5571735e4370 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4370 0.000135
+gallium_dri.so free 0x5571735e44c0 void 0.000135
+gallium_dri.so free 0x5571735e4370 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4500 0.000134
+gallium_dri.so free 0x5571735e4580 void 0.000136
+gallium_dri.so free 0x5571735e4500 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4580 0.000137
+gallium_dri.so free 0x5571735e4640 void 0.000134
+gallium_dri.so free 0x5571735e4580 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4580 0.000158
+gallium_dri.so free 0x5571735e4700 void 0.000122
+gallium_dri.so free 0x5571735e4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4720 0.000113
+gallium_dri.so free 0x5571735e47c0 void 0.000114
+gallium_dri.so free 0x5571735e4720 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4770 0.000113
+gallium_dri.so free 0x5571735e4840 void 0.000115
+gallium_dri.so free 0x5571735e4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4770 0.000113
+gallium_dri.so free 0x5571735e48c0 void 0.000113
+gallium_dri.so free 0x5571735e4770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e48c0 0.000114
+gallium_dri.so free 0x5571735e4980 void 0.000114
+gallium_dri.so free 0x5571735e48c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48c0 0.000112
+gallium_dri.so free 0x5571735e4a40 void 0.000114
+gallium_dri.so free 0x5571735e48c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e48c0 0.000113
+gallium_dri.so free 0x5571735e4b00 void 0.000113
+gallium_dri.so free 0x5571735e48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000112
+gallium_dri.so free 0x5571735e4bc0 void 0.000114
+gallium_dri.so free 0x5571735e4ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4b70 0.000113
+gallium_dri.so free 0x5571735e4c40 void 0.000114
+gallium_dri.so free 0x5571735e4b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4c90 0.000112
+gallium_dri.so free 0x5571735e4d00 void 0.000116
+gallium_dri.so free 0x5571735e4c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d20 0.000113
+gallium_dri.so free 0x5571735e4dc0 void 0.000114
+gallium_dri.so free 0x5571735e4d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d70 0.000114
+gallium_dri.so free 0x5571735e4e40 void 0.000113
+gallium_dri.so free 0x5571735e4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d70 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000113
+gallium_dri.so free 0x5571735e4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ec0 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000122
+gallium_dri.so free 0x5571735e4ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4ec0 0.000124
+gallium_dri.so free 0x5571735e5080 void 0.000118
+gallium_dri.so free 0x5571735e4ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5030 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000114
+gallium_dri.so free 0x5571735e5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5030 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000113
+gallium_dri.so free 0x5571735e5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e51c0 0.000113
+gallium_dri.so free 0x5571735e5240 void 0.000115
+gallium_dri.so free 0x5571735e51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5240 0.000130
+gallium_dri.so free 0x5571735e5300 void 0.000115
+gallium_dri.so free 0x5571735e5240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5240 0.000116
+gallium_dri.so free 0x5571735e5380 void 0.000115
+gallium_dri.so free 0x5571735e5240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e53b0 0.000115
+gallium_dri.so free 0x5571735e5400 void 0.000115
+gallium_dri.so free 0x5571735e53b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e53b0 0.000114
+gallium_dri.so free 0x5571735e5500 void 0.000119
+gallium_dri.so free 0x5571735e53b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5540 0.000115
+gallium_dri.so free 0x5571735e55c0 void 0.000117
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e55c0 0.000114
+gallium_dri.so free 0x5571735e5680 void 0.000116
+gallium_dri.so free 0x5571735e55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e55c0 0.000115
+gallium_dri.so free 0x5571735e5700 void 0.000121
+gallium_dri.so free 0x5571735e55c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5730 0.000115
+gallium_dri.so free 0x5571735e5780 void 0.000116
+gallium_dri.so free 0x5571735e5730 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5730 0.000115
+gallium_dri.so free 0x5571735e5880 void 0.000115
+gallium_dri.so free 0x5571735e5730 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5830 0.000124
+gallium_dri.so free 0x5571735e5940 void 0.000116
+gallium_dri.so free 0x5571735e5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58f0 0.000113
+gallium_dri.so free 0x5571735e59c0 void 0.000114
+gallium_dri.so free 0x5571735e58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58f0 0.000113
+gallium_dri.so free 0x5571735e5a80 void 0.000115
+gallium_dri.so free 0x5571735e58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58f0 0.000114
+gallium_dri.so free 0x5571735e5b40 void 0.000113
+gallium_dri.so free 0x5571735e58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5af0 0.000114
+gallium_dri.so free 0x5571735e5bc0 void 0.000112
+gallium_dri.so free 0x5571735e5af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5c10 0.000115
+gallium_dri.so free 0x5571735e5c80 void 0.000114
+gallium_dri.so free 0x5571735e5c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ca0 0.000113
+gallium_dri.so free 0x5571735e5d40 void 0.000118
+gallium_dri.so free 0x5571735e5ca0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000121
+gallium_dri.so free 0x5571735e5dc0 void 0.000114
+gallium_dri.so free 0x5571735e5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000115
+gallium_dri.so free 0x5571735e5dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000129
+gallium_dri.so free 0x5571735e5f00 void 0.000115
+gallium_dri.so free 0x5571735e5dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5f00 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000118
+gallium_dri.so free 0x5571735e5f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5f00 0.000114
+gallium_dri.so free 0x5571735e6080 void 0.000114
+gallium_dri.so free 0x5571735e5f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5f00 0.000118
+gallium_dri.so free 0x5571735e6140 void 0.000117
+gallium_dri.so free 0x5571735e5f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e60f0 0.000116
+gallium_dri.so free 0x5571735e61c0 void 0.000115
+gallium_dri.so free 0x5571735e60f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6210 0.000116
+gallium_dri.so free 0x5571735e6280 void 0.000117
+gallium_dri.so free 0x5571735e6210 void 0.000114
+gallium_dri.so malloc 72 0x5571735e62c0 0.000116
+gallium_dri.so free 0x5571735e6340 void 0.000116
+gallium_dri.so free 0x5571735e62c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e62c0 0.000115
+gallium_dri.so free 0x5571735e63c0 void 0.000116
+gallium_dri.so free 0x5571735e62c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e63f0 0.000122
+gallium_dri.so free 0x5571735e6440 void 0.000117
+gallium_dri.so free 0x5571735e63f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e63f0 0.000119
+gallium_dri.so free 0x5571735e6540 void 0.000113
+gallium_dri.so free 0x5571735e63f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735e64f0 0.000124
+gallium_dri.so free 0x5571735e6600 void 0.000177
+gallium_dri.so free 0x5571735e64f0 void 0.000343
+gallium_dri.so malloc 72 0x5571735e65b0 0.000300
+gallium_dri.so free 0x5571735e6640 void 0.000286
+gallium_dri.so free 0x5571735e65b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e65b0 0.000156
+gallium_dri.so free 0x5571735e6700 void 0.000159
+gallium_dri.so free 0x5571735e65b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6770 0.000125
+gallium_dri.so free 0x5571735e67c0 void 0.000125
+gallium_dri.so free 0x5571735e6770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6770 0.000113
+gallium_dri.so free 0x5571735e68c0 void 0.000114
+gallium_dri.so free 0x5571735e6770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6870 0.000124
+gallium_dri.so free 0x5571735e6980 void 0.000128
+gallium_dri.so free 0x5571735e6870 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6930 0.000124
+gallium_dri.so free 0x5571735e69c0 void 0.000124
+gallium_dri.so free 0x5571735e6930 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6930 0.000125
+gallium_dri.so free 0x5571735e6a80 void 0.000119
+gallium_dri.so free 0x5571735e6930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6ac0 0.000114
+gallium_dri.so free 0x5571735e6b40 void 0.000114
+gallium_dri.so free 0x5571735e6ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6b40 0.000124
+gallium_dri.so free 0x5571735e6c00 void 0.000126
+gallium_dri.so free 0x5571735e6b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6b40 0.000121
+gallium_dri.so free 0x5571735e6cc0 void 0.000119
+gallium_dri.so free 0x5571735e6b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6ce0 0.000153
+gallium_dri.so free 0x5571735e6d80 void 0.000121
+gallium_dri.so free 0x5571735e6ce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6d30 0.000125
+gallium_dri.so free 0x5571735e6e00 void 0.000123
+gallium_dri.so free 0x5571735e6d30 void 0.000147
+gallium_dri.so malloc 72 0x5571735e6d30 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000124
+gallium_dri.so free 0x5571735e6d30 void 0.000123
+gallium_dri.so malloc 72 0x5571735da8c0 0.000123
+gallium_dri.so free 0x5571735e6e80 void 0.000124
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735da8c0 0.000124
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daa40 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da9f0 0.000118
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so free 0x5571735da9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daab0 0.000119
+gallium_dri.so free 0x5571735dab80 void 0.000124
+gallium_dri.so free 0x5571735daab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dabd0 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dabd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac60 0.000123
+gallium_dri.so free 0x5571735dad00 void 0.000172
+gallium_dri.so free 0x5571735dac60 void 0.000269
+gallium_dri.so malloc 72 0x5571735dacb0 0.000314
+gallium_dri.so free 0x5571735dad80 void 0.000316
+gallium_dri.so free 0x5571735dacb0 void 0.000318
+gallium_dri.so malloc 72 0x5571735dacb0 0.000315
+gallium_dri.so free 0x5571735dae00 void 0.000263
+gallium_dri.so free 0x5571735dacb0 void 0.000438
+gallium_dri.so malloc 72 0x5571735dae00 0.000376
+gallium_dri.so free 0x5571735daec0 void 0.000279
+gallium_dri.so free 0x5571735dae00 void 0.000177
+gallium_dri.so malloc 72 0x5571735dae00 0.000279
+gallium_dri.so free 0x5571735dafc0 void 0.000225
+gallium_dri.so free 0x5571735dae00 void 0.000226
+gallium_dri.so malloc 72 0x5571735daf70 0.000226
+gallium_dri.so free 0x5571735db000 void 0.000203
+gallium_dri.so free 0x5571735daf70 void 0.000180
+gallium_dri.so malloc 72 0x5571735daf70 0.000224
+gallium_dri.so free 0x5571735db0c0 void 0.000159
+gallium_dri.so free 0x5571735daf70 void 0.000223
+gallium_dri.so malloc 72 0x5571735db100 0.000225
+gallium_dri.so free 0x5571735db180 void 0.000200
+gallium_dri.so free 0x5571735db100 void 0.000178
+gallium_dri.so malloc 72 0x5571735db180 0.000223
+gallium_dri.so free 0x5571735db240 void 0.000160
+gallium_dri.so free 0x5571735db180 void 0.000224
+gallium_dri.so malloc 72 0x5571735db180 0.000187
+gallium_dri.so free 0x5571735db2c0 void 0.000222
+gallium_dri.so free 0x5571735db180 void 0.000223
+gallium_dri.so malloc 72 0x5571735db2f0 0.000226
+gallium_dri.so free 0x5571735db340 void 0.000223
+gallium_dri.so free 0x5571735db2f0 void 0.000225
+gallium_dri.so malloc 72 0x5571735db2f0 0.000199
+gallium_dri.so free 0x5571735db440 void 0.000205
+gallium_dri.so free 0x5571735db2f0 void 0.000232
+gallium_dri.so malloc 72 0x5571735db480 0.000266
+gallium_dri.so free 0x5571735db500 void 0.000380
+gallium_dri.so free 0x5571735db480 void 0.000351
+gallium_dri.so malloc 72 0x5571735db500 0.000329
+gallium_dri.so free 0x5571735db5c0 void 0.000350
+gallium_dri.so free 0x5571735db500 void 0.000275
+gallium_dri.so malloc 72 0x5571735db500 0.000298
+gallium_dri.so free 0x5571735db640 void 0.000274
+gallium_dri.so free 0x5571735db500 void 0.000236
+gallium_dri.so malloc 72 0x5571735db670 0.000216
+gallium_dri.so free 0x5571735db6c0 void 0.000213
+gallium_dri.so free 0x5571735db670 void 0.000187
+gallium_dri.so malloc 72 0x5571735db670 0.000145
+gallium_dri.so free 0x5571735db7c0 void 0.000196
+gallium_dri.so free 0x5571735db670 void 0.000241
+gallium_dri.so malloc 72 0x5571735db770 0.000240
+gallium_dri.so free 0x5571735db880 void 0.000218
+gallium_dri.so free 0x5571735db770 void 0.000215
+gallium_dri.so malloc 72 0x5571735db830 0.000181
+gallium_dri.so free 0x5571735db900 void 0.000144
+gallium_dri.so free 0x5571735db830 void 0.000147
+gallium_dri.so malloc 72 0x5571735db830 0.000147
+gallium_dri.so free 0x5571735db9c0 void 0.000277
+gallium_dri.so free 0x5571735db830 void 0.000241
+gallium_dri.so malloc 72 0x5571735db830 0.000195
+gallium_dri.so free 0x5571735dba80 void 0.000172
+gallium_dri.so free 0x5571735db830 void 0.000135
+gallium_dri.so malloc 72 0x5571735dba30 0.000133
+gallium_dri.so free 0x5571735dbb00 void 0.000142
+gallium_dri.so free 0x5571735dba30 void 0.000146
+gallium_dri.so malloc 72 0x5571735dbb50 0.000194
+gallium_dri.so free 0x5571735dbbc0 void 0.000202
+gallium_dri.so free 0x5571735dbb50 void 0.000196
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000193
+gallium_dri.so free 0x5571735dbc80 void 0.000194
+gallium_dri.so free 0x5571735dbbe0 void 0.000218
+gallium_dri.so malloc 72 0x5571735dbc30 0.000176
+gallium_dri.so free 0x5571735dbd00 void 0.000135
+gallium_dri.so free 0x5571735dbc30 void 0.000139
+gallium_dri.so malloc 72 0x5571735dbd00 0.000183
+gallium_dri.so free 0x5571735dbdc0 void 0.000180
+gallium_dri.so free 0x5571735dbd00 void 0.000246
+gallium_dri.so malloc 72 0x5571735dbd00 0.000240
+gallium_dri.so free 0x5571735dbe40 void 0.000250
+gallium_dri.so free 0x5571735dbd00 void 0.000233
+gallium_dri.so malloc 72 0x5571735dbe40 0.000219
+gallium_dri.so free 0x5571735dbf00 void 0.000188
+gallium_dri.so free 0x5571735dbe40 void 0.000165
+gallium_dri.so malloc 72 0x5571735dbe40 0.000129
+gallium_dri.so free 0x5571735dbfc0 void 0.000131
+gallium_dri.so free 0x5571735dbe40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbe40 0.000125
+gallium_dri.so free 0x5571735dc080 void 0.000132
+gallium_dri.so free 0x5571735dbe40 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc030 0.000131
+gallium_dri.so free 0x5571735dc100 void 0.000126
+gallium_dri.so free 0x5571735dc030 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc150 0.000126
+gallium_dri.so free 0x5571735dc1c0 void 0.000127
+gallium_dri.so free 0x5571735dc150 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc200 0.000137
+gallium_dri.so free 0x5571735dc280 void 0.000136
+gallium_dri.so free 0x5571735dc200 void 0.000191
+gallium_dri.so malloc 72 0x5571735dc200 0.000133
+gallium_dri.so free 0x5571735dc300 void 0.000303
+gallium_dri.so free 0x5571735dc200 void 0.000304
+gallium_dri.so malloc 72 0x5571735dc330 0.000209
+gallium_dri.so free 0x5571735dc380 void 0.000139
+gallium_dri.so free 0x5571735dc330 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc330 0.000233
+gallium_dri.so free 0x5571735dc480 void 0.000235
+gallium_dri.so free 0x5571735dc330 void 0.000262
+gallium_dri.so malloc 72 0x5571735dc430 0.000235
+gallium_dri.so free 0x5571735dc540 void 0.000191
+gallium_dri.so free 0x5571735dc430 void 0.000191
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000133
+gallium_dri.so free 0x5571735dc580 void 0.000126
+gallium_dri.so free 0x5571735dc4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000132
+gallium_dri.so free 0x5571735dc640 void 0.000137
+gallium_dri.so free 0x5571735dc4f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000127
+gallium_dri.so free 0x5571735dc700 void 0.000132
+gallium_dri.so free 0x5571735dc6b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000132
+gallium_dri.so free 0x5571735dc800 void 0.000132
+gallium_dri.so free 0x5571735dc6b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000200
+gallium_dri.so free 0x5571735dc8c0 void 0.000131
+gallium_dri.so free 0x5571735dc7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc870 0.000121
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so free 0x5571735dc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc870 0.000143
+gallium_dri.so free 0x5571735dc9c0 void 0.000131
+gallium_dri.so free 0x5571735dc870 void 0.000130
+gallium_dri.so malloc 72 0x5571735dca00 0.000130
+gallium_dri.so free 0x5571735dca80 void 0.000130
+gallium_dri.so free 0x5571735dca00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dca80 0.000131
+gallium_dri.so free 0x5571735dcb40 void 0.000129
+gallium_dri.so free 0x5571735dca80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dca80 0.000123
+gallium_dri.so free 0x5571735dcc00 void 0.000120
+gallium_dri.so free 0x5571735dca80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc20 0.000130
+gallium_dri.so free 0x5571735dccc0 void 0.000130
+gallium_dri.so free 0x5571735dcc20 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcc70 0.000124
+gallium_dri.so free 0x5571735dcd40 void 0.000130
+gallium_dri.so free 0x5571735dcc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcc70 0.000127
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dcc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000125
+gallium_dri.so free 0x5571735dce80 void 0.000124
+gallium_dri.so free 0x5571735dcdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000138
+gallium_dri.so free 0x5571735dcf40 void 0.000128
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000120
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000120
+gallium_dri.so free 0x5571735dd0c0 void 0.000119
+gallium_dri.so free 0x5571735dcfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd070 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd190 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000123
+gallium_dri.so free 0x5571735dd190 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd220 0.000121
+gallium_dri.so free 0x5571735dd2c0 void 0.000119
+gallium_dri.so free 0x5571735dd220 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd270 0.000118
+gallium_dri.so free 0x5571735dd340 void 0.000120
+gallium_dri.so free 0x5571735dd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd270 0.000119
+gallium_dri.so free 0x5571735dd3c0 void 0.000120
+gallium_dri.so free 0x5571735dd270 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000120
+gallium_dri.so free 0x5571735dd3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000121
+gallium_dri.so free 0x5571735dd580 void 0.000123
+gallium_dri.so free 0x5571735dd3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd530 0.000119
+gallium_dri.so free 0x5571735dd5c0 void 0.000119
+gallium_dri.so free 0x5571735dd530 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd530 0.000180
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd530 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000113
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd740 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd740 0.000112
+gallium_dri.so free 0x5571735dd880 void 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000113
+gallium_dri.so free 0x5571735dd8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000149
+gallium_dri.so free 0x5571735dd8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dda40 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc30 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so free 0x5571735ddc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc30 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000113
+gallium_dri.so free 0x5571735ddc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde40 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000113
+gallium_dri.so free 0x5571735dddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddff0 0.000112
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de110 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1a0 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000121
+gallium_dri.so free 0x5571735de1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de2c0 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000112
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000166
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5f0 0.000112
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so free 0x5571735de5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de710 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so free 0x5571735de710 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7c0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7c0 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000113
+gallium_dri.so free 0x5571735de7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8f0 0.000112
+gallium_dri.so free 0x5571735de940 void 0.000113
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000112
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9f0 0.000111
+gallium_dri.so free 0x5571735deb00 void 0.000113
+gallium_dri.so free 0x5571735de9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000116
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735dec00 void 0.000113
+gallium_dri.so free 0x5571735deab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x5571735decc0 void 0.000113
+gallium_dri.so free 0x5571735dec70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000129
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so free 0x5571735ded70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735defc0 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df040 0.000116
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000116
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so malloc 72 0x5571735df1e0 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df1e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000140
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000122
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000112
+gallium_dri.so free 0x5571735df500 void 0.000155
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so malloc 72 0x5571735df380 0.000117
+gallium_dri.so free 0x5571735df5c0 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so malloc 72 0x5571735df570 0.000113
+gallium_dri.so free 0x5571735df680 void 0.000113
+gallium_dri.so free 0x5571735df570 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000112
+gallium_dri.so malloc 72 0x5571735df750 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df750 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7e0 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000113
+gallium_dri.so free 0x5571735df7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df830 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df830 void 0.000113
+gallium_dri.so malloc 72 0x5571735df830 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000106
+gallium_dri.so free 0x5571735df830 void 0.000114
+gallium_dri.so malloc 72 0x5571735df980 0.000114
+gallium_dri.so free 0x5571735dfa40 void 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so malloc 72 0x5571735df980 0.000112
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000112
+gallium_dri.so free 0x5571735dfb80 void 0.000116
+gallium_dri.so free 0x5571735dfaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000113
+gallium_dri.so free 0x5571735dfe70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfe70 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000176
+gallium_dri.so free 0x5571735dfe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0000 0.000148
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01f0 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01f0 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e01f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000114
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000120
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000125
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05b0 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000113
+gallium_dri.so free 0x5571735e05b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e06d0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e06d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0760 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000113
+gallium_dri.so free 0x5571735e0760 void 0.000111
+gallium_dri.so malloc 72 0x5571735e07b0 0.000112
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0880 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0880 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e09c0 0.000115
+gallium_dri.so free 0x5571735e0c00 void 0.000129
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000113
+gallium_dri.so free 0x5571735e0bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so free 0x5571735e0cd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d80 0.000113
+gallium_dri.so free 0x5571735e0e00 void 0.000113
+gallium_dri.so free 0x5571735e0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d80 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x5571735e0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000118
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000112
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000183
+gallium_dri.so malloc 72 0x5571735e1230 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1230 0.000115
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000123
+gallium_dri.so free 0x5571735e1440 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e13f0 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000115
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000118
+gallium_dri.so free 0x5571735e1540 void 0.000117
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1580 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1600 0.000116
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1600 0.000116
+gallium_dri.so free 0x5571735e1780 void 0.000117
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17a0 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000126
+gallium_dri.so free 0x5571735e17a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1940 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1d10 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1da0 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so free 0x5571735e1da0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1df0 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1df0 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f40 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f40 0.000113
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2240 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000162
+gallium_dri.so malloc 72 0x5571735e22c0 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22c0 0.000144
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e2430 0.000116
+gallium_dri.so free 0x5571735e2480 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25c0 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27b0 0.000114
+gallium_dri.so free 0x5571735e2800 void 0.000115
+gallium_dri.so free 0x5571735e27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27b0 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28b0 0.000115
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2970 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2970 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2970 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000113
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c90 0.000112
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d20 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2e40 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e40 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2f80 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000116
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3170 0.000160
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3290 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so free 0x5571735e3290 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3340 0.000112
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so free 0x5571735e3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3570 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3630 0.000117
+gallium_dri.so free 0x5571735e36c0 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735bee80 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735beef0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000114
+gallium_dri.so free 0x5571735beef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beef0 0.000114
+gallium_dri.so free 0x5571735e3780 void 0.000113
+gallium_dri.so free 0x5571735beef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e37d0 0.000113
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so free 0x5571735e37d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735beff0 0.000113
+gallium_dri.so free 0x5571735bf080 void 0.000115
+gallium_dri.so free 0x5571735beff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735beff0 0.000115
+gallium_dri.so free 0x5571735bf140 void 0.000113
+gallium_dri.so free 0x5571735beff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf180 0.000114
+gallium_dri.so free 0x5571735bf200 void 0.000113
+gallium_dri.so free 0x5571735bf180 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf200 0.000113
+gallium_dri.so free 0x5571735bf2c0 void 0.000113
+gallium_dri.so free 0x5571735bf200 void 0.000153
+gallium_dri.so malloc 72 0x5571735bf200 0.000128
+gallium_dri.so free 0x5571735bf380 void 0.000126
+gallium_dri.so free 0x5571735bf200 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3a0 0.000114
+gallium_dri.so free 0x5571735bf440 void 0.000114
+gallium_dri.so free 0x5571735bf3a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000112
+gallium_dri.so free 0x5571735bf4c0 void 0.000115
+gallium_dri.so free 0x5571735bf3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000113
+gallium_dri.so free 0x5571735bf3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf540 0.000113
+gallium_dri.so free 0x5571735bf600 void 0.000113
+gallium_dri.so free 0x5571735bf540 void 0.000216
+gallium_dri.so malloc 72 0x5571735bf540 0.000114
+gallium_dri.so free 0x5571735bf6c0 void 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf540 0.000113
+gallium_dri.so free 0x5571735bf780 void 0.000115
+gallium_dri.so free 0x5571735bf540 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf730 0.000113
+gallium_dri.so free 0x5571735bf840 void 0.000114
+gallium_dri.so free 0x5571735bf730 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000112
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf910 0.000112
+gallium_dri.so free 0x5571735bf980 void 0.000113
+gallium_dri.so free 0x5571735bf910 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9a0 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000114
+gallium_dri.so free 0x5571735bf9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000113
+gallium_dri.so free 0x5571735bfac0 void 0.000117
+gallium_dri.so free 0x5571735bf9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf9f0 0.000113
+gallium_dri.so free 0x5571735bfb40 void 0.000114
+gallium_dri.so free 0x5571735bf9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb40 0.000112
+gallium_dri.so free 0x5571735bfc00 void 0.000113
+gallium_dri.so free 0x5571735bfb40 void 0.000111
+gallium_dri.so malloc 72 0x5571735bfb40 0.000113
+gallium_dri.so free 0x5571735bfd00 void 0.000114
+gallium_dri.so free 0x5571735bfb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000113
+gallium_dri.so free 0x5571735bfd40 void 0.000114
+gallium_dri.so free 0x5571735bfcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000114
+gallium_dri.so free 0x5571735bfe00 void 0.000118
+gallium_dri.so free 0x5571735bfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000113
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000162
+gallium_dri.so malloc 72 0x5571735bfec0 0.000112
+gallium_dri.so free 0x5571735bff80 void 0.000112
+gallium_dri.so free 0x5571735bfec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfec0 0.000123
+gallium_dri.so free 0x5571735c0000 void 0.000117
+gallium_dri.so free 0x5571735bfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0030 0.000112
+gallium_dri.so free 0x5571735c0080 void 0.000112
+gallium_dri.so free 0x5571735c0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0030 0.000194
+gallium_dri.so free 0x5571735c0180 void 0.000204
+gallium_dri.so free 0x5571735c0030 void 0.000229
+gallium_dri.so malloc 72 0x5571735c01c0 0.000120
+gallium_dri.so free 0x5571735c0240 void 0.000125
+gallium_dri.so free 0x5571735c01c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0240 0.000121
+gallium_dri.so free 0x5571735c0300 void 0.000124
+gallium_dri.so free 0x5571735c0240 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0240 0.000119
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735c03b0 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000120
+gallium_dri.so free 0x5571735c03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c03b0 0.000120
+gallium_dri.so free 0x5571735c0500 void 0.000126
+gallium_dri.so free 0x5571735c03b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c04b0 0.000124
+gallium_dri.so free 0x5571735c05c0 void 0.000123
+gallium_dri.so free 0x5571735c04b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0570 0.000125
+gallium_dri.so free 0x5571735c0640 void 0.000123
+gallium_dri.so free 0x5571735c0570 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0570 0.000131
+gallium_dri.so free 0x5571735c0700 void 0.000168
+gallium_dri.so free 0x5571735c0570 void 0.000166
+gallium_dri.so malloc 72 0x5571735c0570 0.000130
+gallium_dri.so free 0x5571735c07c0 void 0.000180
+gallium_dri.so free 0x5571735c0570 void 0.000224
+gallium_dri.so malloc 72 0x5571735c0770 0.000130
+gallium_dri.so free 0x5571735c0840 void 0.000130
+gallium_dri.so free 0x5571735c0770 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0890 0.000146
+gallium_dri.so free 0x5571735c0900 void 0.000113
+gallium_dri.so free 0x5571735c0890 void 0.000199
+gallium_dri.so malloc 72 0x5571735c0920 0.000162
+gallium_dri.so free 0x5571735c09c0 void 0.000120
+gallium_dri.so free 0x5571735c0920 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0970 0.000118
+gallium_dri.so free 0x5571735c0a40 void 0.000120
+gallium_dri.so free 0x5571735c0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a40 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000123
+gallium_dri.so free 0x5571735c0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a40 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000119
+gallium_dri.so free 0x5571735c0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0b80 0.000119
+gallium_dri.so free 0x5571735c0c40 void 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b80 0.000119
+gallium_dri.so free 0x5571735c0d00 void 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b80 0.000119
+gallium_dri.so free 0x5571735c0dc0 void 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0d70 0.000120
+gallium_dri.so free 0x5571735c0e40 void 0.000215
+gallium_dri.so free 0x5571735c0d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0e90 0.000167
+gallium_dri.so free 0x5571735c0f00 void 0.000132
+gallium_dri.so free 0x5571735c0e90 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0f40 0.000126
+gallium_dri.so free 0x5571735c0fc0 void 0.000126
+gallium_dri.so free 0x5571735c0f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0f40 0.000125
+gallium_dri.so free 0x5571735c1040 void 0.000123
+gallium_dri.so free 0x5571735c0f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1070 0.000124
+gallium_dri.so free 0x5571735c10c0 void 0.000125
+gallium_dri.so free 0x5571735c1070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1070 0.000125
+gallium_dri.so free 0x5571735c11c0 void 0.000123
+gallium_dri.so free 0x5571735c1070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1170 0.000124
+gallium_dri.so free 0x5571735c1280 void 0.000123
+gallium_dri.so free 0x5571735c1170 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1230 0.000120
+gallium_dri.so free 0x5571735c12c0 void 0.000125
+gallium_dri.so free 0x5571735c1230 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1230 0.000123
+gallium_dri.so free 0x5571735c1380 void 0.000123
+gallium_dri.so free 0x5571735c1230 void 0.000116
+gallium_dri.so malloc 72 0x5571735c13f0 0.000117
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so free 0x5571735c13f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c13f0 0.000112
+gallium_dri.so free 0x5571735c1540 void 0.000111
+gallium_dri.so free 0x5571735c13f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c14f0 0.000109
+gallium_dri.so free 0x5571735c1600 void 0.000109
+gallium_dri.so free 0x5571735c14f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c15b0 0.000111
+gallium_dri.so free 0x5571735c1640 void 0.000108
+gallium_dri.so free 0x5571735c15b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c15b0 0.000110
+gallium_dri.so free 0x5571735c1700 void 0.000110
+gallium_dri.so free 0x5571735c15b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1740 0.000110
+gallium_dri.so free 0x5571735c17c0 void 0.000110
+gallium_dri.so free 0x5571735c1740 void 0.000111
+gallium_dri.so malloc 72 0x5571735c17c0 0.000111
+gallium_dri.so free 0x5571735c1880 void 0.000109
+gallium_dri.so free 0x5571735c17c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c17c0 0.000113
+gallium_dri.so free 0x5571735c1940 void 0.000110
+gallium_dri.so free 0x5571735c17c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1960 0.000111
+gallium_dri.so free 0x5571735c1a00 void 0.000111
+gallium_dri.so free 0x5571735c1960 void 0.000125
+gallium_dri.so malloc 72 0x5571735c19b0 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c19b0 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735c19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b00 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b00 0.000112
+gallium_dri.so free 0x5571735c1c80 void 0.000160
+gallium_dri.so free 0x5571735c1b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1b00 0.000113
+gallium_dri.so free 0x5571735c1d40 void 0.000114
+gallium_dri.so free 0x5571735c1b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000113
+gallium_dri.so free 0x5571735c1e00 void 0.000114
+gallium_dri.so free 0x5571735c1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1db0 0.000112
+gallium_dri.so free 0x5571735c1e80 void 0.000115
+gallium_dri.so free 0x5571735c1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ed0 0.000113
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so free 0x5571735c1ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f60 0.000113
+gallium_dri.so free 0x5571735c2000 void 0.000113
+gallium_dri.so free 0x5571735c1f60 void 0.000205
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000161
+gallium_dri.so free 0x5571735c2080 void 0.000268
+gallium_dri.so free 0x5571735c1fb0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000127
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c1fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2100 0.000117
+gallium_dri.so free 0x5571735c21c0 void 0.000117
+gallium_dri.so free 0x5571735c2100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2100 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2270 0.000116
+gallium_dri.so free 0x5571735c2300 void 0.000116
+gallium_dri.so free 0x5571735c2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2270 0.000116
+gallium_dri.so free 0x5571735c23c0 void 0.000117
+gallium_dri.so free 0x5571735c2270 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2400 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000117
+gallium_dri.so free 0x5571735c2400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2480 0.000117
+gallium_dri.so free 0x5571735c2540 void 0.000117
+gallium_dri.so free 0x5571735c2480 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2480 0.000115
+gallium_dri.so free 0x5571735c25c0 void 0.000110
+gallium_dri.so free 0x5571735c2480 void 0.000110
+gallium_dri.so malloc 72 0x5571735c25f0 0.000111
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so free 0x5571735c25f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c25f0 0.000110
+gallium_dri.so free 0x5571735c2740 void 0.000111
+gallium_dri.so free 0x5571735c25f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2780 0.000109
+gallium_dri.so free 0x5571735c2800 void 0.000112
+gallium_dri.so free 0x5571735c2780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2800 0.000109
+gallium_dri.so free 0x5571735c28c0 void 0.000110
+gallium_dri.so free 0x5571735c2800 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2800 0.000111
+gallium_dri.so free 0x5571735c2940 void 0.000110
+gallium_dri.so free 0x5571735c2800 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2970 0.000110
+gallium_dri.so free 0x5571735c29c0 void 0.000109
+gallium_dri.so free 0x5571735c2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2970 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000116
+gallium_dri.so free 0x5571735c2970 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2a70 0.000154
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000113
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2d30 0.000114
+gallium_dri.so free 0x5571735c2e00 void 0.000113
+gallium_dri.so free 0x5571735c2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e50 0.000113
+gallium_dri.so free 0x5571735c2ec0 void 0.000113
+gallium_dri.so free 0x5571735c2e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2ee0 0.000112
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2ee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2f30 0.000112
+gallium_dri.so free 0x5571735c3000 void 0.000113
+gallium_dri.so free 0x5571735c2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3000 0.000113
+gallium_dri.so free 0x5571735c30c0 void 0.000115
+gallium_dri.so free 0x5571735c3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3000 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000113
+gallium_dri.so free 0x5571735c3000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3140 0.000159
+gallium_dri.so free 0x5571735c3200 void 0.000114
+gallium_dri.so free 0x5571735c3140 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3140 0.000115
+gallium_dri.so free 0x5571735c32c0 void 0.000114
+gallium_dri.so free 0x5571735c3140 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3140 0.000112
+gallium_dri.so free 0x5571735c3380 void 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3330 0.000112
+gallium_dri.so free 0x5571735c3400 void 0.000112
+gallium_dri.so free 0x5571735c3330 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3450 0.000114
+gallium_dri.so free 0x5571735c34c0 void 0.000122
+gallium_dri.so free 0x5571735c3450 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3500 0.000113
+gallium_dri.so free 0x5571735c3580 void 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3500 0.000114
+gallium_dri.so free 0x5571735c3600 void 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000112
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3730 0.000124
+gallium_dri.so free 0x5571735c3840 void 0.000115
+gallium_dri.so free 0x5571735c3730 void 0.000142
+gallium_dri.so malloc 72 0x5571735c37f0 0.000116
+gallium_dri.so free 0x5571735c3880 void 0.000114
+gallium_dri.so free 0x5571735c37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37f0 0.000114
+gallium_dri.so free 0x5571735c3940 void 0.000113
+gallium_dri.so free 0x5571735c37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c39b0 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000113
+gallium_dri.so free 0x5571735c39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000160
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so free 0x5571735c39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000114
+gallium_dri.so free 0x5571735c3ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b70 0.000112
+gallium_dri.so free 0x5571735c3c00 void 0.000114
+gallium_dri.so free 0x5571735c3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b70 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000113
+gallium_dri.so free 0x5571735c3b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d00 0.000114
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so free 0x5571735c3d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d80 0.000125
+gallium_dri.so free 0x5571735c3e40 void 0.000115
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d80 0.000113
+gallium_dri.so free 0x5571735c3f00 void 0.000114
+gallium_dri.so free 0x5571735c3d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f20 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000114
+gallium_dri.so free 0x5571735c3f20 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f70 0.000112
+gallium_dri.so free 0x5571735c4040 void 0.000113
+gallium_dri.so free 0x5571735c3f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f70 0.000116
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so free 0x5571735c3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40c0 0.000112
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000115
+gallium_dri.so free 0x5571735c4300 void 0.000113
+gallium_dri.so free 0x5571735c40c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c42b0 0.000113
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735c42b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4370 0.000113
+gallium_dri.so free 0x5571735c4440 void 0.000132
+gallium_dri.so free 0x5571735c4370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4490 0.000113
+gallium_dri.so free 0x5571735c4500 void 0.000113
+gallium_dri.so free 0x5571735c4490 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4520 0.000112
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so free 0x5571735c4520 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4570 0.000112
+gallium_dri.so free 0x5571735c4640 void 0.000115
+gallium_dri.so free 0x5571735c4570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4570 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so free 0x5571735c4570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46c0 0.000113
+gallium_dri.so free 0x5571735c4780 void 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4830 0.000113
+gallium_dri.so free 0x5571735c48c0 void 0.000114
+gallium_dri.so free 0x5571735c4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4830 0.000113
+gallium_dri.so free 0x5571735c4980 void 0.000114
+gallium_dri.so free 0x5571735c4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49c0 0.000159
+gallium_dri.so free 0x5571735c4a40 void 0.000129
+gallium_dri.so free 0x5571735c49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4a40 0.000115
+gallium_dri.so free 0x5571735c4b00 void 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a40 0.000113
+gallium_dri.so free 0x5571735c4b80 void 0.000112
+gallium_dri.so free 0x5571735c4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4d00 void 0.000114
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d40 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so free 0x5571735c4d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000113
+gallium_dri.so free 0x5571735c4e80 void 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000114
+gallium_dri.so free 0x5571735c4f00 void 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735c5080 void 0.000114
+gallium_dri.so free 0x5571735c4f30 void 0.000183
+gallium_dri.so malloc 72 0x5571735c5030 0.000113
+gallium_dri.so free 0x5571735c5140 void 0.000117
+gallium_dri.so free 0x5571735c5030 void 0.000139
+gallium_dri.so malloc 72 0x5571735c50f0 0.000115
+gallium_dri.so free 0x5571735c51c0 void 0.000113
+gallium_dri.so free 0x5571735c50f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c50f0 0.000113
+gallium_dri.so free 0x5571735c5280 void 0.000113
+gallium_dri.so free 0x5571735c50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c50f0 0.000113
+gallium_dri.so free 0x5571735c5340 void 0.000113
+gallium_dri.so free 0x5571735c50f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c52f0 0.000118
+gallium_dri.so free 0x5571735c53c0 void 0.000124
+gallium_dri.so free 0x5571735c52f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5410 0.000128
+gallium_dri.so free 0x5571735c5480 void 0.000126
+gallium_dri.so free 0x5571735c5410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c54a0 0.000114
+gallium_dri.so free 0x5571735c5540 void 0.000114
+gallium_dri.so free 0x5571735c54a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54f0 0.000115
+gallium_dri.so free 0x5571735c55c0 void 0.000113
+gallium_dri.so free 0x5571735c54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c55c0 0.000128
+gallium_dri.so free 0x5571735c5680 void 0.000114
+gallium_dri.so free 0x5571735c55c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c55c0 0.000112
+gallium_dri.so free 0x5571735c5700 void 0.000114
+gallium_dri.so free 0x5571735c55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5700 0.000113
+gallium_dri.so free 0x5571735c57c0 void 0.000114
+gallium_dri.so free 0x5571735c5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5700 0.000112
+gallium_dri.so free 0x5571735c5880 void 0.000115
+gallium_dri.so free 0x5571735c5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5700 0.000151
+gallium_dri.so free 0x5571735c5940 void 0.000116
+gallium_dri.so free 0x5571735c5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c58f0 0.000113
+gallium_dri.so free 0x5571735c59c0 void 0.000113
+gallium_dri.so free 0x5571735c58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5a10 0.000112
+gallium_dri.so free 0x5571735c5a80 void 0.000115
+gallium_dri.so free 0x5571735c5a10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ac0 0.000113
+gallium_dri.so free 0x5571735c5b40 void 0.000114
+gallium_dri.so free 0x5571735c5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ac0 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000113
+gallium_dri.so free 0x5571735c5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5bf0 0.000113
+gallium_dri.so free 0x5571735c5c40 void 0.000114
+gallium_dri.so free 0x5571735c5bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5bf0 0.000112
+gallium_dri.so free 0x5571735c5d40 void 0.000113
+gallium_dri.so free 0x5571735c5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000114
+gallium_dri.so free 0x5571735c5e00 void 0.000112
+gallium_dri.so free 0x5571735c5cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5db0 0.000114
+gallium_dri.so free 0x5571735c5e40 void 0.000112
+gallium_dri.so free 0x5571735c5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5db0 0.000112
+gallium_dri.so free 0x5571735c5f00 void 0.000113
+gallium_dri.so free 0x5571735c5db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5f70 0.000111
+gallium_dri.so free 0x5571735c5fc0 void 0.000112
+gallium_dri.so free 0x5571735c5f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5f70 0.000112
+gallium_dri.so free 0x5571735c60c0 void 0.000113
+gallium_dri.so free 0x5571735c5f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6070 0.000113
+gallium_dri.so free 0x5571735c6180 void 0.000113
+gallium_dri.so free 0x5571735c6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6130 0.000111
+gallium_dri.so free 0x5571735c61c0 void 0.000112
+gallium_dri.so free 0x5571735c6130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6130 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000161
+gallium_dri.so free 0x5571735c6130 void 0.000116
+gallium_dri.so malloc 72 0x5571735c62c0 0.000113
+gallium_dri.so free 0x5571735c6340 void 0.000113
+gallium_dri.so free 0x5571735c62c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6340 0.000114
+gallium_dri.so free 0x5571735c6400 void 0.000113
+gallium_dri.so free 0x5571735c6340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6340 0.000113
+gallium_dri.so free 0x5571735c64c0 void 0.000113
+gallium_dri.so free 0x5571735c6340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c64e0 0.000113
+gallium_dri.so free 0x5571735c6580 void 0.000113
+gallium_dri.so free 0x5571735c64e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6530 0.000113
+gallium_dri.so free 0x5571735c6600 void 0.000114
+gallium_dri.so free 0x5571735c6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6530 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000113
+gallium_dri.so free 0x5571735c6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6680 0.000113
+gallium_dri.so free 0x5571735c6740 void 0.000113
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6680 0.000113
+gallium_dri.so free 0x5571735c6800 void 0.000113
+gallium_dri.so free 0x5571735c6680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6680 0.000151
+gallium_dri.so free 0x5571735c68c0 void 0.000128
+gallium_dri.so free 0x5571735c6680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6870 0.000114
+gallium_dri.so free 0x5571735c6980 void 0.000114
+gallium_dri.so free 0x5571735c6870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6930 0.000139
+gallium_dri.so free 0x5571735c6a00 void 0.000116
+gallium_dri.so free 0x5571735c6930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a50 0.000113
+gallium_dri.so free 0x5571735c6ac0 void 0.000114
+gallium_dri.so free 0x5571735c6a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ae0 0.000112
+gallium_dri.so free 0x5571735c6b80 void 0.000114
+gallium_dri.so free 0x5571735c6ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b30 0.000112
+gallium_dri.so free 0x5571735c6c00 void 0.000114
+gallium_dri.so free 0x5571735c6b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b30 0.000114
+gallium_dri.so free 0x5571735c6c80 void 0.000113
+gallium_dri.so free 0x5571735c6b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6c80 0.000114
+gallium_dri.so free 0x5571735c6d40 void 0.000115
+gallium_dri.so free 0x5571735c6c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6c80 0.000114
+gallium_dri.so free 0x5571735c6e40 void 0.000113
+gallium_dri.so free 0x5571735c6c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6df0 0.000112
+gallium_dri.so free 0x5571735c6e80 void 0.000114
+gallium_dri.so free 0x5571735c6df0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c6df0 0.000114
+gallium_dri.so free 0x5571735c6f40 void 0.000114
+gallium_dri.so free 0x5571735c6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6f80 0.000113
+gallium_dri.so free 0x5571735c7000 void 0.000113
+gallium_dri.so free 0x5571735c6f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7000 0.000118
+gallium_dri.so free 0x5571735c70c0 void 0.000124
+gallium_dri.so free 0x5571735c7000 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7000 0.000123
+gallium_dri.so free 0x5571735c7140 void 0.000119
+gallium_dri.so free 0x5571735c7000 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7170 0.000114
+gallium_dri.so free 0x5571735c71c0 void 0.000113
+gallium_dri.so free 0x5571735c7170 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7170 0.000113
+gallium_dri.so free 0x5571735c72c0 void 0.000114
+gallium_dri.so free 0x5571735c7170 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7300 0.000113
+gallium_dri.so free 0x5571735c7380 void 0.000113
+gallium_dri.so free 0x5571735c7300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7380 0.000112
+gallium_dri.so free 0x5571735c7440 void 0.000114
+gallium_dri.so free 0x5571735c7380 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7380 0.000114
+gallium_dri.so free 0x5571735c74c0 void 0.000164
+gallium_dri.so free 0x5571735c7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735c74f0 0.000114
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so free 0x5571735c74f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c74f0 0.000113
+gallium_dri.so free 0x5571735c7640 void 0.000114
+gallium_dri.so free 0x5571735c74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c75f0 0.000112
+gallium_dri.so free 0x5571735c7700 void 0.000114
+gallium_dri.so free 0x5571735c75f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c76b0 0.000160
+gallium_dri.so free 0x5571735c7780 void 0.000115
+gallium_dri.so free 0x5571735c76b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c76b0 0.000112
+gallium_dri.so free 0x5571735c7840 void 0.000113
+gallium_dri.so free 0x5571735c76b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c76b0 0.000112
+gallium_dri.so free 0x5571735c7900 void 0.000113
+gallium_dri.so free 0x5571735c76b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c78b0 0.000113
+gallium_dri.so free 0x5571735c7980 void 0.000113
+gallium_dri.so free 0x5571735c78b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c79d0 0.000112
+gallium_dri.so free 0x5571735c7a40 void 0.000113
+gallium_dri.so free 0x5571735c79d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7a60 0.000113
+gallium_dri.so free 0x5571735c7b00 void 0.000125
+gallium_dri.so free 0x5571735c7a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000113
+gallium_dri.so free 0x5571735c7b80 void 0.000113
+gallium_dri.so free 0x5571735c7ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7b80 0.000113
+gallium_dri.so free 0x5571735c7c40 void 0.000115
+gallium_dri.so free 0x5571735c7b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7b80 0.000113
+gallium_dri.so free 0x5571735c7cc0 void 0.000112
+gallium_dri.so free 0x5571735c7b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7cc0 0.000113
+gallium_dri.so free 0x5571735c7d80 void 0.000111
+gallium_dri.so free 0x5571735c7cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7cc0 0.000111
+gallium_dri.so free 0x5571735c7e40 void 0.000116
+gallium_dri.so free 0x5571735c7cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7cc0 0.000113
+gallium_dri.so free 0x5571735c7f00 void 0.000113
+gallium_dri.so free 0x5571735c7cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000113
+gallium_dri.so free 0x5571735c7f80 void 0.000117
+gallium_dri.so free 0x5571735c7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7fd0 0.000118
+gallium_dri.so free 0x5571735c8040 void 0.000114
+gallium_dri.so free 0x5571735c7fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8080 0.000118
+gallium_dri.so free 0x5571735c8100 void 0.000136
+gallium_dri.so free 0x5571735c8080 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8080 0.000123
+gallium_dri.so free 0x5571735c8180 void 0.000118
+gallium_dri.so free 0x5571735c8080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c81b0 0.000150
+gallium_dri.so free 0x5571735c8200 void 0.000125
+gallium_dri.so free 0x5571735c81b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c81b0 0.000122
+gallium_dri.so free 0x5571735c8300 void 0.000123
+gallium_dri.so free 0x5571735c81b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c82b0 0.000123
+gallium_dri.so free 0x5571735c83c0 void 0.000124
+gallium_dri.so free 0x5571735c82b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8370 0.000119
+gallium_dri.so free 0x5571735c8400 void 0.000115
+gallium_dri.so free 0x5571735c8370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8370 0.000125
+gallium_dri.so free 0x5571735c84c0 void 0.000124
+gallium_dri.so free 0x5571735c8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8530 0.000156
+gallium_dri.so free 0x5571735c8580 void 0.000162
+gallium_dri.so free 0x5571735c8530 void 0.000161
+gallium_dri.so malloc 72 0x5571735c8530 0.000159
+gallium_dri.so free 0x5571735c8680 void 0.000156
+gallium_dri.so free 0x5571735c8530 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8630 0.000122
+gallium_dri.so free 0x5571735c8740 void 0.000124
+gallium_dri.so free 0x5571735c8630 void 0.000124
+gallium_dri.so malloc 72 0x5571735c86f0 0.000122
+gallium_dri.so free 0x5571735c8780 void 0.000118
+gallium_dri.so free 0x5571735c86f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c86f0 0.000118
+gallium_dri.so free 0x5571735c8840 void 0.000123
+gallium_dri.so free 0x5571735c86f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8880 0.000113
+gallium_dri.so free 0x5571735c8900 void 0.000119
+gallium_dri.so free 0x5571735c8880 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8900 0.000113
+gallium_dri.so free 0x5571735c89c0 void 0.000114
+gallium_dri.so free 0x5571735c8900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8900 0.000117
+gallium_dri.so free 0x5571735c8a80 void 0.000113
+gallium_dri.so free 0x5571735c8900 void 0.000129
+gallium_dri.so malloc 72 0x5571735c8aa0 0.000118
+gallium_dri.so free 0x5571735c8b40 void 0.000120
+gallium_dri.so free 0x5571735c8aa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8af0 0.000114
+gallium_dri.so free 0x5571735c8bc0 void 0.000118
+gallium_dri.so free 0x5571735c8af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8af0 0.000123
+gallium_dri.so free 0x5571735c8c40 void 0.000119
+gallium_dri.so free 0x5571735c8af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8c40 0.000117
+gallium_dri.so free 0x5571735c8d00 void 0.000124
+gallium_dri.so free 0x5571735c8c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8c40 0.000119
+gallium_dri.so free 0x5571735c8dc0 void 0.000115
+gallium_dri.so free 0x5571735c8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8c40 0.000113
+gallium_dri.so free 0x5571735c8e80 void 0.000113
+gallium_dri.so free 0x5571735c8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8e30 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000114
+gallium_dri.so free 0x5571735c8e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8f70 0.000123
+gallium_dri.so free 0x5571735c9040 void 0.000124
+gallium_dri.so free 0x5571735c8f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9090 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000122
+gallium_dri.so free 0x5571735c9090 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9120 0.000117
+gallium_dri.so free 0x5571735c91c0 void 0.000120
+gallium_dri.so free 0x5571735c9120 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9170 0.000122
+gallium_dri.so free 0x5571735c9240 void 0.000117
+gallium_dri.so free 0x5571735c9170 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9170 0.000177
+gallium_dri.so free 0x5571735c92c0 void 0.000124
+gallium_dri.so free 0x5571735c9170 void 0.000127
+gallium_dri.so malloc 72 0x5571735c92c0 0.000130
+gallium_dri.so free 0x5571735c9380 void 0.000124
+gallium_dri.so free 0x5571735c92c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c92c0 0.000119
+gallium_dri.so free 0x5571735c9480 void 0.000120
+gallium_dri.so free 0x5571735c92c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9430 0.000129
+gallium_dri.so free 0x5571735c94c0 void 0.000134
+gallium_dri.so free 0x5571735c9430 void 0.000200
+gallium_dri.so malloc 72 0x5571735c9430 0.000264
+gallium_dri.so free 0x5571735c9580 void 0.000222
+gallium_dri.so free 0x5571735c9430 void 0.000185
+gallium_dri.so malloc 72 0x5571735c95c0 0.000225
+gallium_dri.so free 0x5571735c9640 void 0.000142
+gallium_dri.so free 0x5571735c95c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735c9640 0.000160
+gallium_dri.so free 0x5571735c9700 void 0.000129
+gallium_dri.so free 0x5571735c9640 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9640 0.000120
+gallium_dri.so free 0x5571735c9780 void 0.000126
+gallium_dri.so free 0x5571735c9640 void 0.000125
+gallium_dri.so malloc 72 0x5571735c97b0 0.000120
+gallium_dri.so free 0x5571735c9800 void 0.000125
+gallium_dri.so free 0x5571735c97b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c97b0 0.000124
+gallium_dri.so free 0x5571735c9900 void 0.000126
+gallium_dri.so free 0x5571735c97b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9940 0.000126
+gallium_dri.so free 0x5571735c99c0 void 0.000141
+gallium_dri.so free 0x5571735c9940 void 0.000126
+gallium_dri.so malloc 72 0x5571735c99c0 0.000124
+gallium_dri.so free 0x5571735c9a80 void 0.000131
+gallium_dri.so free 0x5571735c99c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c99c0 0.000130
+gallium_dri.so free 0x5571735c9b00 void 0.000129
+gallium_dri.so free 0x5571735c99c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9b30 0.000124
+gallium_dri.so free 0x5571735c9b80 void 0.000125
+gallium_dri.so free 0x5571735c9b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9b30 0.000130
+gallium_dri.so free 0x5571735c9c80 void 0.000129
+gallium_dri.so free 0x5571735c9b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9c30 0.000120
+gallium_dri.so free 0x5571735c9d40 void 0.000125
+gallium_dri.so free 0x5571735c9c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9cf0 0.000120
+gallium_dri.so free 0x5571735c9dc0 void 0.000120
+gallium_dri.so free 0x5571735c9cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9cf0 0.000181
+gallium_dri.so free 0x5571735c9e80 void 0.000134
+gallium_dri.so free 0x5571735c9cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9cf0 0.000130
+gallium_dri.so free 0x5571735c9f40 void 0.000124
+gallium_dri.so free 0x5571735c9cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000126
+gallium_dri.so free 0x5571735c9fc0 void 0.000161
+gallium_dri.so free 0x5571735c9ef0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ca010 0.000160
+gallium_dri.so free 0x5571735ca080 void 0.000129
+gallium_dri.so free 0x5571735ca010 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca0a0 0.000120
+gallium_dri.so free 0x5571735ca140 void 0.000119
+gallium_dri.so free 0x5571735ca0a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca0f0 0.000123
+gallium_dri.so free 0x5571735ca1c0 void 0.000119
+gallium_dri.so free 0x5571735ca0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ca1c0 0.000130
+gallium_dri.so free 0x5571735ca280 void 0.000128
+gallium_dri.so free 0x5571735ca1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca1c0 0.000124
+gallium_dri.so free 0x5571735ca300 void 0.000169
+gallium_dri.so free 0x5571735ca1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ca300 0.000124
+gallium_dri.so free 0x5571735ca3c0 void 0.000123
+gallium_dri.so free 0x5571735ca300 void 0.000125
+gallium_dri.so malloc 72 0x5571735ca300 0.000129
+gallium_dri.so free 0x5571735ca480 void 0.000131
+gallium_dri.so free 0x5571735ca300 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca300 0.000129
+gallium_dri.so free 0x5571735ca540 void 0.000129
+gallium_dri.so free 0x5571735ca300 void 0.000129
+gallium_dri.so malloc 72 0x5571735ca4f0 0.000124
+gallium_dri.so free 0x5571735ca5c0 void 0.000127
+gallium_dri.so free 0x5571735ca4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca610 0.000128
+gallium_dri.so free 0x5571735ca680 void 0.000128
+gallium_dri.so free 0x5571735ca610 void 0.000129
+gallium_dri.so malloc 72 0x5571735ca6c0 0.000130
+gallium_dri.so free 0x5571735ca740 void 0.000124
+gallium_dri.so free 0x5571735ca6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca6c0 0.000139
+gallium_dri.so free 0x5571735ca7c0 void 0.000129
+gallium_dri.so free 0x5571735ca6c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000129
+gallium_dri.so free 0x5571735ca840 void 0.000129
+gallium_dri.so free 0x5571735ca7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000150
+gallium_dri.so free 0x5571735ca940 void 0.000133
+gallium_dri.so free 0x5571735ca7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca8f0 0.000182
+gallium_dri.so free 0x5571735caa00 void 0.000129
+gallium_dri.so free 0x5571735ca8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ca9b0 0.000129
+gallium_dri.so free 0x5571735caa40 void 0.000123
+gallium_dri.so free 0x5571735ca9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca9b0 0.000126
+gallium_dri.so free 0x5571735cab00 void 0.000124
+gallium_dri.so free 0x5571735ca9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cab70 0.000124
+gallium_dri.so free 0x5571735cabc0 void 0.000129
+gallium_dri.so free 0x5571735cab70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cab70 0.000126
+gallium_dri.so free 0x5571735cacc0 void 0.000121
+gallium_dri.so free 0x5571735cab70 void 0.000124
+gallium_dri.so malloc 72 0x5571735cac70 0.000130
+gallium_dri.so free 0x5571735cad80 void 0.000131
+gallium_dri.so free 0x5571735cac70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cad30 0.000125
+gallium_dri.so free 0x5571735cadc0 void 0.000120
+gallium_dri.so free 0x5571735cad30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cad30 0.000127
+gallium_dri.so free 0x5571735cae80 void 0.000119
+gallium_dri.so free 0x5571735cad30 void 0.000124
+gallium_dri.so malloc 72 0x5571735caec0 0.000129
+gallium_dri.so free 0x5571735caf40 void 0.000129
+gallium_dri.so free 0x5571735caec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735caf40 0.000123
+gallium_dri.so free 0x5571735cb000 void 0.000121
+gallium_dri.so free 0x5571735caf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735caf40 0.000129
+gallium_dri.so free 0x5571735cb0c0 void 0.000129
+gallium_dri.so free 0x5571735caf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb0e0 0.000216
+gallium_dri.so free 0x5571735cb180 void 0.000131
+gallium_dri.so free 0x5571735cb0e0 void 0.000178
+gallium_dri.so malloc 72 0x5571735cb130 0.000220
+gallium_dri.so free 0x5571735cb200 void 0.000227
+gallium_dri.so free 0x5571735cb130 void 0.000196
+gallium_dri.so malloc 72 0x5571735cb130 0.000126
+gallium_dri.so free 0x5571735cb280 void 0.000125
+gallium_dri.so free 0x5571735cb130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb280 0.000124
+gallium_dri.so free 0x5571735cb340 void 0.000123
+gallium_dri.so free 0x5571735cb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb280 0.000118
+gallium_dri.so free 0x5571735cb400 void 0.000119
+gallium_dri.so free 0x5571735cb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb280 0.000120
+gallium_dri.so free 0x5571735cb4c0 void 0.000127
+gallium_dri.so free 0x5571735cb280 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb470 0.000128
+gallium_dri.so free 0x5571735cb580 void 0.000128
+gallium_dri.so free 0x5571735cb470 void 0.000341
+gallium_dri.so malloc 72 0x5571735cb530 0.000271
+gallium_dri.so free 0x5571735cb600 void 0.000277
+gallium_dri.so free 0x5571735cb530 void 0.000172
+gallium_dri.so malloc 72 0x5571735cb650 0.000171
+gallium_dri.so free 0x5571735cb6c0 void 0.000203
+gallium_dri.so free 0x5571735cb650 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb6e0 0.000126
+gallium_dri.so free 0x5571735cb780 void 0.000123
+gallium_dri.so free 0x5571735cb6e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb730 0.000131
+gallium_dri.so free 0x5571735cb800 void 0.000129
+gallium_dri.so free 0x5571735cb730 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb730 0.000126
+gallium_dri.so free 0x5571735cb880 void 0.000126
+gallium_dri.so free 0x5571735cb730 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb880 0.000129
+gallium_dri.so free 0x5571735cb940 void 0.000125
+gallium_dri.so free 0x5571735cb880 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb880 0.000127
+gallium_dri.so free 0x5571735cba40 void 0.000130
+gallium_dri.so free 0x5571735cb880 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000129
+gallium_dri.so free 0x5571735cba80 void 0.000131
+gallium_dri.so free 0x5571735cb9f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000134
+gallium_dri.so free 0x5571735cbb40 void 0.000123
+gallium_dri.so free 0x5571735cb9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbb80 0.000128
+gallium_dri.so free 0x5571735cbc00 void 0.000130
+gallium_dri.so free 0x5571735cbb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbc00 0.000126
+gallium_dri.so free 0x5571735cbcc0 void 0.000122
+gallium_dri.so free 0x5571735cbc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbc00 0.000131
+gallium_dri.so free 0x5571735cbd40 void 0.000125
+gallium_dri.so free 0x5571735cbc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbd70 0.000131
+gallium_dri.so free 0x5571735cbdc0 void 0.000130
+gallium_dri.so free 0x5571735cbd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbd70 0.000151
+gallium_dri.so free 0x5571735cbec0 void 0.000246
+gallium_dri.so free 0x5571735cbd70 void 0.000258
+gallium_dri.so malloc 72 0x5571735cbf00 0.000296
+gallium_dri.so free 0x5571735cbf80 void 0.000290
+gallium_dri.so free 0x5571735cbf00 void 0.000298
+gallium_dri.so malloc 72 0x5571735cbf80 0.000240
+gallium_dri.so free 0x5571735cc040 void 0.000299
+gallium_dri.so free 0x5571735cbf80 void 0.000298
+gallium_dri.so malloc 72 0x5571735cbf80 0.000290
+gallium_dri.so free 0x5571735cc0c0 void 0.000315
+gallium_dri.so free 0x5571735cbf80 void 0.000294
+gallium_dri.so malloc 72 0x5571735cc0f0 0.000339
+gallium_dri.so free 0x5571735cc140 void 0.000290
+gallium_dri.so free 0x5571735cc0f0 void 0.000237
+gallium_dri.so malloc 72 0x5571735cc0f0 0.000239
+gallium_dri.so free 0x5571735cc240 void 0.000240
+gallium_dri.so free 0x5571735cc0f0 void 0.000257
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000239
+gallium_dri.so free 0x5571735cc300 void 0.000239
+gallium_dri.so free 0x5571735cc1f0 void 0.000239
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000254
+gallium_dri.so free 0x5571735cc380 void 0.000219
+gallium_dri.so free 0x5571735cc2b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000195
+gallium_dri.so free 0x5571735cc440 void 0.000204
+gallium_dri.so free 0x5571735cc2b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000237
+gallium_dri.so free 0x5571735cc500 void 0.000208
+gallium_dri.so free 0x5571735cc2b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735cc4b0 0.000259
+gallium_dri.so free 0x5571735cc580 void 0.000189
+gallium_dri.so free 0x5571735cc4b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735cc5d0 0.000228
+gallium_dri.so free 0x5571735cc640 void 0.000228
+gallium_dri.so free 0x5571735cc5d0 void 0.000245
+gallium_dri.so malloc 72 0x5571735cc660 0.000208
+gallium_dri.so free 0x5571735cc700 void 0.000239
+gallium_dri.so free 0x5571735cc660 void 0.000209
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000253
+gallium_dri.so free 0x5571735cc780 void 0.000178
+gallium_dri.so free 0x5571735cc6b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735cc780 0.000245
+gallium_dri.so free 0x5571735cc840 void 0.000207
+gallium_dri.so free 0x5571735cc780 void 0.000201
+gallium_dri.so malloc 72 0x5571735cc780 0.000137
+gallium_dri.so free 0x5571735cc8c0 void 0.000217
+gallium_dri.so free 0x5571735cc780 void 0.000215
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000243
+gallium_dri.so free 0x5571735cc980 void 0.000282
+gallium_dri.so free 0x5571735cc8c0 void 0.000318
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000273
+gallium_dri.so free 0x5571735cca40 void 0.000284
+gallium_dri.so free 0x5571735cc8c0 void 0.000283
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000283
+gallium_dri.so free 0x5571735ccb00 void 0.000281
+gallium_dri.so free 0x5571735cc8c0 void 0.000244
+gallium_dri.so malloc 72 0x5571735ccab0 0.000174
+gallium_dri.so free 0x5571735ccb80 void 0.000171
+gallium_dri.so free 0x5571735ccab0 void 0.000169
+gallium_dri.so malloc 72 0x5571735ccbd0 0.000136
+gallium_dri.so free 0x5571735ccc40 void 0.000138
+gallium_dri.so free 0x5571735ccbd0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ccc80 0.000138
+gallium_dri.so free 0x5571735ccd00 void 0.000137
+gallium_dri.so free 0x5571735ccc80 void 0.000137
+gallium_dri.so malloc 72 0x5571735ccc80 0.000136
+gallium_dri.so free 0x5571735ccd80 void 0.000133
+gallium_dri.so free 0x5571735ccc80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000136
+gallium_dri.so free 0x5571735cce00 void 0.000137
+gallium_dri.so free 0x5571735ccdb0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000137
+gallium_dri.so free 0x5571735ccf00 void 0.000136
+gallium_dri.so free 0x5571735ccdb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cceb0 0.000135
+gallium_dri.so free 0x5571735ccfc0 void 0.000134
+gallium_dri.so free 0x5571735cceb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccf70 0.000133
+gallium_dri.so free 0x5571735cd000 void 0.000135
+gallium_dri.so free 0x5571735ccf70 void 0.000136
+gallium_dri.so malloc 72 0x5571735ccf70 0.000136
+gallium_dri.so free 0x5571735cd0c0 void 0.000132
+gallium_dri.so free 0x5571735ccf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd130 0.000130
+gallium_dri.so free 0x5571735cd180 void 0.000130
+gallium_dri.so free 0x5571735cd130 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd130 0.000130
+gallium_dri.so free 0x5571735cd280 void 0.000131
+gallium_dri.so free 0x5571735cd130 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd230 0.000127
+gallium_dri.so free 0x5571735cd340 void 0.000127
+gallium_dri.so free 0x5571735cd230 void 0.000177
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000133
+gallium_dri.so free 0x5571735cd380 void 0.000134
+gallium_dri.so free 0x5571735cd2f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd2f0 0.000127
+gallium_dri.so free 0x5571735cd440 void 0.000128
+gallium_dri.so free 0x5571735cd2f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd480 0.000131
+gallium_dri.so free 0x5571735cd500 void 0.000128
+gallium_dri.so free 0x5571735cd480 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd500 0.000164
+gallium_dri.so free 0x5571735cd5c0 void 0.000137
+gallium_dri.so free 0x5571735cd500 void 0.000136
+gallium_dri.so malloc 72 0x5571735cd500 0.000139
+gallium_dri.so free 0x5571735cd680 void 0.000132
+gallium_dri.so free 0x5571735cd500 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd6a0 0.000127
+gallium_dri.so free 0x5571735cd740 void 0.000133
+gallium_dri.so free 0x5571735cd6a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000136
+gallium_dri.so free 0x5571735cd7c0 void 0.000144
+gallium_dri.so free 0x5571735cd6f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000137
+gallium_dri.so free 0x5571735cd840 void 0.000137
+gallium_dri.so free 0x5571735cd6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd840 0.000131
+gallium_dri.so free 0x5571735cd900 void 0.000130
+gallium_dri.so free 0x5571735cd840 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd840 0.000120
+gallium_dri.so free 0x5571735cd9c0 void 0.000129
+gallium_dri.so free 0x5571735cd840 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd840 0.000129
+gallium_dri.so free 0x5571735cda80 void 0.000131
+gallium_dri.so free 0x5571735cd840 void 0.000124
+gallium_dri.so malloc 72 0x5571735cda30 0.000126
+gallium_dri.so free 0x5571735cdb40 void 0.000132
+gallium_dri.so free 0x5571735cda30 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000124
+gallium_dri.so free 0x5571735cdbc0 void 0.000121
+gallium_dri.so free 0x5571735cdaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdc10 0.000124
+gallium_dri.so free 0x5571735cdc80 void 0.000128
+gallium_dri.so free 0x5571735cdc10 void 0.000138
+gallium_dri.so malloc 72 0x5571735cdca0 0.000129
+gallium_dri.so free 0x5571735cdd40 void 0.000128
+gallium_dri.so free 0x5571735cdca0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdcf0 0.000130
+gallium_dri.so free 0x5571735cddc0 void 0.000129
+gallium_dri.so free 0x5571735cdcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cdcf0 0.000125
+gallium_dri.so free 0x5571735cde40 void 0.000128
+gallium_dri.so free 0x5571735cdcf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cde40 0.000130
+gallium_dri.so free 0x5571735cdf00 void 0.000129
+gallium_dri.so free 0x5571735cde40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cde40 0.000129
+gallium_dri.so free 0x5571735ce000 void 0.000129
+gallium_dri.so free 0x5571735cde40 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000125
+gallium_dri.so free 0x5571735ce040 void 0.000129
+gallium_dri.so free 0x5571735cdfb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000129
+gallium_dri.so free 0x5571735ce100 void 0.000129
+gallium_dri.so free 0x5571735cdfb0 void 0.000158
+gallium_dri.so malloc 72 0x5571735ce140 0.000133
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so free 0x5571735ce140 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000124
+gallium_dri.so free 0x5571735ce280 void 0.000126
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000130
+gallium_dri.so free 0x5571735ce300 void 0.000125
+gallium_dri.so free 0x5571735ce1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce330 0.000125
+gallium_dri.so free 0x5571735ce380 void 0.000129
+gallium_dri.so free 0x5571735ce330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce330 0.000125
+gallium_dri.so free 0x5571735ce480 void 0.000125
+gallium_dri.so free 0x5571735ce330 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce4c0 0.000129
+gallium_dri.so free 0x5571735ce540 void 0.000128
+gallium_dri.so free 0x5571735ce4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ce540 0.000130
+gallium_dri.so free 0x5571735ce600 void 0.000128
+gallium_dri.so free 0x5571735ce540 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce540 0.000131
+gallium_dri.so free 0x5571735ce680 void 0.000130
+gallium_dri.so free 0x5571735ce540 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000138
+gallium_dri.so free 0x5571735ce700 void 0.000131
+gallium_dri.so free 0x5571735ce6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000128
+gallium_dri.so free 0x5571735ce800 void 0.000129
+gallium_dri.so free 0x5571735ce6b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000124
+gallium_dri.so free 0x5571735ce8c0 void 0.000122
+gallium_dri.so free 0x5571735ce7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce870 0.000124
+gallium_dri.so free 0x5571735ce940 void 0.000122
+gallium_dri.so free 0x5571735ce870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce870 0.000125
+gallium_dri.so free 0x5571735cea00 void 0.000131
+gallium_dri.so free 0x5571735ce870 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce870 0.000130
+gallium_dri.so free 0x5571735ceac0 void 0.000157
+gallium_dri.so free 0x5571735ce870 void 0.000132
+gallium_dri.so malloc 72 0x5571735cea70 0.000130
+gallium_dri.so free 0x5571735ceb40 void 0.000126
+gallium_dri.so free 0x5571735cea70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceb90 0.000130
+gallium_dri.so free 0x5571735cec00 void 0.000129
+gallium_dri.so free 0x5571735ceb90 void 0.000131
+gallium_dri.so malloc 72 0x5571735cec20 0.000140
+gallium_dri.so free 0x5571735cecc0 void 0.000236
+gallium_dri.so free 0x5571735cec20 void 0.000223
+gallium_dri.so malloc 72 0x5571735cec70 0.000131
+gallium_dri.so free 0x5571735ced40 void 0.000131
+gallium_dri.so free 0x5571735cec70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ced40 0.000130
+gallium_dri.so free 0x5571735cee00 void 0.000131
+gallium_dri.so free 0x5571735ced40 void 0.000131
+gallium_dri.so malloc 72 0x5571735ced40 0.000129
+gallium_dri.so free 0x5571735cee80 void 0.000126
+gallium_dri.so free 0x5571735ced40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cee80 0.000130
+gallium_dri.so free 0x5571735cef40 void 0.000125
+gallium_dri.so free 0x5571735cee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee80 0.000121
+gallium_dri.so free 0x5571735cf000 void 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee80 0.000121
+gallium_dri.so free 0x5571735cf0c0 void 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf070 0.000119
+gallium_dri.so free 0x5571735cf140 void 0.000119
+gallium_dri.so free 0x5571735cf070 void 0.000160
+gallium_dri.so malloc 72 0x5571735cf190 0.000124
+gallium_dri.so free 0x5571735cf200 void 0.000121
+gallium_dri.so free 0x5571735cf190 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf240 0.000120
+gallium_dri.so free 0x5571735cf2c0 void 0.000121
+gallium_dri.so free 0x5571735cf240 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf240 0.000119
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so free 0x5571735cf240 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf370 0.000120
+gallium_dri.so free 0x5571735cf3c0 void 0.000127
+gallium_dri.so free 0x5571735cf370 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf370 0.000113
+gallium_dri.so free 0x5571735cf4c0 void 0.000116
+gallium_dri.so free 0x5571735cf370 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf470 0.000112
+gallium_dri.so free 0x5571735cf580 void 0.000114
+gallium_dri.so free 0x5571735cf470 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf530 0.000113
+gallium_dri.so free 0x5571735cf5c0 void 0.000115
+gallium_dri.so free 0x5571735cf530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf530 0.000115
+gallium_dri.so free 0x5571735cf680 void 0.000114
+gallium_dri.so free 0x5571735cf530 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000114
+gallium_dri.so free 0x5571735cf740 void 0.000119
+gallium_dri.so free 0x5571735cf6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000114
+gallium_dri.so free 0x5571735cf840 void 0.000114
+gallium_dri.so free 0x5571735cf6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000112
+gallium_dri.so free 0x5571735cf900 void 0.000114
+gallium_dri.so free 0x5571735cf7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000114
+gallium_dri.so free 0x5571735cf940 void 0.000115
+gallium_dri.so free 0x5571735cf8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000112
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735cf8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfa40 0.000114
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfac0 0.000113
+gallium_dri.so free 0x5571735cfb80 void 0.000116
+gallium_dri.so free 0x5571735cfac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfac0 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc60 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000112
+gallium_dri.so free 0x5571735cfd80 void 0.000116
+gallium_dri.so free 0x5571735cfcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000121
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe00 0.000113
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe00 0.000114
+gallium_dri.so free 0x5571735cff80 void 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe00 0.000115
+gallium_dri.so free 0x5571735d0040 void 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfff0 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000114
+gallium_dri.so free 0x5571735cfff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d00b0 0.000113
+gallium_dri.so free 0x5571735d0180 void 0.000116
+gallium_dri.so free 0x5571735d00b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d01d0 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so free 0x5571735d01d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0260 0.000114
+gallium_dri.so free 0x5571735d0300 void 0.000144
+gallium_dri.so free 0x5571735d0260 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02b0 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d02b0 0.000122
+gallium_dri.so free 0x5571735d0400 void 0.000113
+gallium_dri.so free 0x5571735d02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0400 0.000113
+gallium_dri.so free 0x5571735d04c0 void 0.000113
+gallium_dri.so free 0x5571735d0400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0400 0.000114
+gallium_dri.so free 0x5571735d05c0 void 0.000113
+gallium_dri.so free 0x5571735d0400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0570 0.000112
+gallium_dri.so free 0x5571735d0600 void 0.000113
+gallium_dri.so free 0x5571735d0570 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0570 0.000112
+gallium_dri.so free 0x5571735d06c0 void 0.000115
+gallium_dri.so free 0x5571735d0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0700 0.000113
+gallium_dri.so free 0x5571735d0780 void 0.000114
+gallium_dri.so free 0x5571735d0700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0780 0.000112
+gallium_dri.so free 0x5571735d0840 void 0.000114
+gallium_dri.so free 0x5571735d0780 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0780 0.000113
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so free 0x5571735d0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d08f0 0.000114
+gallium_dri.so free 0x5571735d0940 void 0.000114
+gallium_dri.so free 0x5571735d08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d08f0 0.000184
+gallium_dri.so free 0x5571735d0a40 void 0.000244
+gallium_dri.so free 0x5571735d08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a80 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000116
+gallium_dri.so free 0x5571735d0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b00 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b00 0.000112
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so free 0x5571735d0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c70 0.000113
+gallium_dri.so free 0x5571735d0dc0 void 0.000115
+gallium_dri.so free 0x5571735d0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d70 0.000114
+gallium_dri.so free 0x5571735d0e80 void 0.000115
+gallium_dri.so free 0x5571735d0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0e30 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0e30 0.000113
+gallium_dri.so free 0x5571735d0fc0 void 0.000114
+gallium_dri.so free 0x5571735d0e30 void 0.000153
+gallium_dri.so malloc 72 0x5571735d0e30 0.000117
+gallium_dri.so free 0x5571735d1080 void 0.000114
+gallium_dri.so free 0x5571735d0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1030 0.000114
+gallium_dri.so free 0x5571735d1100 void 0.000113
+gallium_dri.so free 0x5571735d1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1150 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000115
+gallium_dri.so free 0x5571735d1150 void 0.000112
+gallium_dri.so malloc 72 0x5571735d11e0 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so free 0x5571735d11e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000114
+gallium_dri.so free 0x5571735d1300 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1300 0.000115
+gallium_dri.so free 0x5571735d13c0 void 0.000114
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1300 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000116
+gallium_dri.so free 0x5571735d1300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1440 0.000113
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1440 0.000113
+gallium_dri.so free 0x5571735d15c0 void 0.000116
+gallium_dri.so free 0x5571735d1440 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1440 0.000121
+gallium_dri.so free 0x5571735d1680 void 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1630 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so free 0x5571735d1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1750 0.000112
+gallium_dri.so free 0x5571735d17c0 void 0.000113
+gallium_dri.so free 0x5571735d1750 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1800 0.000115
+gallium_dri.so free 0x5571735d1880 void 0.000113
+gallium_dri.so free 0x5571735d1800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1800 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735d1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1930 0.000112
+gallium_dri.so free 0x5571735d1980 void 0.000115
+gallium_dri.so free 0x5571735d1930 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1930 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so free 0x5571735d1930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a30 0.000113
+gallium_dri.so free 0x5571735d1b40 void 0.000115
+gallium_dri.so free 0x5571735d1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1af0 0.000115
+gallium_dri.so free 0x5571735d1b80 void 0.000114
+gallium_dri.so free 0x5571735d1af0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1af0 0.000122
+gallium_dri.so free 0x5571735d1c40 void 0.000116
+gallium_dri.so free 0x5571735d1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000113
+gallium_dri.so free 0x5571735d1d00 void 0.000115
+gallium_dri.so free 0x5571735d1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000114
+gallium_dri.so free 0x5571735d1e00 void 0.000115
+gallium_dri.so free 0x5571735d1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1db0 0.000115
+gallium_dri.so free 0x5571735d1ec0 void 0.000114
+gallium_dri.so free 0x5571735d1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e70 0.000113
+gallium_dri.so free 0x5571735d1f00 void 0.000114
+gallium_dri.so free 0x5571735d1e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1e70 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x5571735d1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2000 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000116
+gallium_dri.so free 0x5571735d2000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2080 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2080 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2220 0.000186
+gallium_dri.so free 0x5571735d22c0 void 0.000115
+gallium_dri.so free 0x5571735d2220 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2270 0.000113
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so free 0x5571735d2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2270 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so free 0x5571735d2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23c0 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23c0 0.000112
+gallium_dri.so free 0x5571735d2540 void 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23c0 0.000113
+gallium_dri.so free 0x5571735d2600 void 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25b0 0.000115
+gallium_dri.so free 0x5571735d26c0 void 0.000115
+gallium_dri.so free 0x5571735d25b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000114
+gallium_dri.so free 0x5571735d2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2790 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d2790 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2820 0.000138
+gallium_dri.so free 0x5571735d28c0 void 0.000116
+gallium_dri.so free 0x5571735d2820 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2870 0.000112
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so free 0x5571735d2870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2870 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000114
+gallium_dri.so free 0x5571735d2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29c0 0.000115
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29c0 0.000114
+gallium_dri.so free 0x5571735d2b80 void 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b30 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2b30 0.000112
+gallium_dri.so free 0x5571735d2c80 void 0.000114
+gallium_dri.so free 0x5571735d2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2cc0 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d40 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d40 0.000113
+gallium_dri.so free 0x5571735d2e80 void 0.000117
+gallium_dri.so free 0x5571735d2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000113
+gallium_dri.so free 0x5571735d2f00 void 0.000115
+gallium_dri.so free 0x5571735d2eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000115
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3040 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so free 0x5571735d3040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3230 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3230 0.000113
+gallium_dri.so free 0x5571735d3380 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3330 0.000115
+gallium_dri.so free 0x5571735d3440 void 0.000119
+gallium_dri.so free 0x5571735d3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d33f0 0.000112
+gallium_dri.so free 0x5571735d34c0 void 0.000169
+gallium_dri.so free 0x5571735d33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d33f0 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so free 0x5571735d33f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d33f0 0.000112
+gallium_dri.so free 0x5571735d3640 void 0.000114
+gallium_dri.so free 0x5571735d33f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d35f0 0.000112
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d35f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3710 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000113
+gallium_dri.so free 0x5571735d3710 void 0.000111
+gallium_dri.so malloc 72 0x5571735d37a0 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000115
+gallium_dri.so free 0x5571735d37a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37f0 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000115
+gallium_dri.so free 0x5571735d37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d38c0 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d38c0 0.000112
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3a00 0.000114
+gallium_dri.so free 0x5571735d3ac0 void 0.000127
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3b80 void 0.000115
+gallium_dri.so free 0x5571735d3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3c40 void 0.000115
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3cc0 void 0.000115
+gallium_dri.so free 0x5571735d3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d10 0.000113
+gallium_dri.so free 0x5571735d3d80 void 0.000113
+gallium_dri.so free 0x5571735d3d10 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000119
+gallium_dri.so free 0x5571735d3e40 void 0.000115
+gallium_dri.so free 0x5571735d3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000113
+gallium_dri.so free 0x5571735d3f40 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000112
+gallium_dri.so free 0x5571735d4100 void 0.000120
+gallium_dri.so free 0x5571735d3ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d40b0 0.000113
+gallium_dri.so free 0x5571735d4140 void 0.000116
+gallium_dri.so free 0x5571735d40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000115
+gallium_dri.so free 0x5571735d40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4270 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000115
+gallium_dri.so free 0x5571735d4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4270 0.000114
+gallium_dri.so free 0x5571735d43c0 void 0.000116
+gallium_dri.so free 0x5571735d4270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4370 0.000112
+gallium_dri.so free 0x5571735d4480 void 0.000117
+gallium_dri.so free 0x5571735d4370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4430 0.000113
+gallium_dri.so free 0x5571735d44c0 void 0.000114
+gallium_dri.so free 0x5571735d4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4430 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x5571735d4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d45c0 0.000112
+gallium_dri.so free 0x5571735d4640 void 0.000115
+gallium_dri.so free 0x5571735d45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4640 0.000114
+gallium_dri.so free 0x5571735d4700 void 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000165
+gallium_dri.so malloc 72 0x5571735d4640 0.000116
+gallium_dri.so free 0x5571735d47c0 void 0.000116
+gallium_dri.so free 0x5571735d4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d47e0 0.000113
+gallium_dri.so free 0x5571735d4880 void 0.000115
+gallium_dri.so free 0x5571735d47e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4830 0.000113
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4830 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4980 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4980 0.000114
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4980 0.000114
+gallium_dri.so free 0x5571735d4bc0 void 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b70 0.000114
+gallium_dri.so free 0x5571735d4c80 void 0.000115
+gallium_dri.so free 0x5571735d4b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c30 0.000114
+gallium_dri.so free 0x5571735d4d00 void 0.000114
+gallium_dri.so free 0x5571735d4c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4d50 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000115
+gallium_dri.so free 0x5571735d4d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4de0 0.000114
+gallium_dri.so free 0x5571735d4e80 void 0.000114
+gallium_dri.so free 0x5571735d4de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4e30 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000115
+gallium_dri.so free 0x5571735d4e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4e30 0.000114
+gallium_dri.so free 0x5571735d4f80 void 0.000115
+gallium_dri.so free 0x5571735d4e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f80 0.000114
+gallium_dri.so free 0x5571735d5040 void 0.000114
+gallium_dri.so free 0x5571735d4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f80 0.000114
+gallium_dri.so free 0x5571735d5140 void 0.000115
+gallium_dri.so free 0x5571735d4f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d50f0 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50f0 0.000113
+gallium_dri.so free 0x5571735d5240 void 0.000113
+gallium_dri.so free 0x5571735d50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5280 0.000111
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so free 0x5571735d5280 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5300 0.000115
+gallium_dri.so free 0x5571735d53c0 void 0.000115
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5300 0.000117
+gallium_dri.so free 0x5571735d5440 void 0.000115
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5470 0.000115
+gallium_dri.so free 0x5571735d54c0 void 0.000115
+gallium_dri.so free 0x5571735d5470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5470 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so free 0x5571735d5470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5600 0.000114
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5680 0.000116
+gallium_dri.so free 0x5571735d5740 void 0.000116
+gallium_dri.so free 0x5571735d5680 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5680 0.000112
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d5680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57f0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d57f0 0.000114
+gallium_dri.so free 0x5571735d5940 void 0.000114
+gallium_dri.so free 0x5571735d57f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d58f0 0.000118
+gallium_dri.so free 0x5571735d5a00 void 0.000115
+gallium_dri.so free 0x5571735d58f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d59b0 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000116
+gallium_dri.so free 0x5571735d59b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d59b0 0.000112
+gallium_dri.so free 0x5571735d5b40 void 0.000114
+gallium_dri.so free 0x5571735d59b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59b0 0.000113
+gallium_dri.so free 0x5571735d5c00 void 0.000116
+gallium_dri.so free 0x5571735d59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bb0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000119
+gallium_dri.so free 0x5571735d5bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5cd0 0.000119
+gallium_dri.so free 0x5571735d5d40 void 0.000120
+gallium_dri.so free 0x5571735d5cd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5d60 0.000124
+gallium_dri.so free 0x5571735d5e00 void 0.000120
+gallium_dri.so free 0x5571735d5d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e80 0.000115
+gallium_dri.so free 0x5571735d5f40 void 0.000128
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000112
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000114
+gallium_dri.so free 0x5571735d6140 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000111
+gallium_dri.so free 0x5571735d6200 void 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d61b0 0.000113
+gallium_dri.so free 0x5571735d6280 void 0.000115
+gallium_dri.so free 0x5571735d61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62d0 0.000113
+gallium_dri.so free 0x5571735d6340 void 0.000115
+gallium_dri.so free 0x5571735d62d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6380 0.000114
+gallium_dri.so free 0x5571735d6400 void 0.000119
+gallium_dri.so free 0x5571735d6380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6380 0.000112
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64b0 0.000114
+gallium_dri.so free 0x5571735d6500 void 0.000113
+gallium_dri.so free 0x5571735d64b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64b0 0.000115
+gallium_dri.so free 0x5571735d6600 void 0.000113
+gallium_dri.so free 0x5571735d64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d65b0 0.000112
+gallium_dri.so free 0x5571735d66c0 void 0.000112
+gallium_dri.so free 0x5571735d65b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6670 0.000112
+gallium_dri.so free 0x5571735d6700 void 0.000113
+gallium_dri.so free 0x5571735d6670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6670 0.000111
+gallium_dri.so free 0x5571735d67c0 void 0.000112
+gallium_dri.so free 0x5571735d6670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6830 0.000139
+gallium_dri.so free 0x5571735d6880 void 0.000112
+gallium_dri.so free 0x5571735d6830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6830 0.000112
+gallium_dri.so free 0x5571735d6980 void 0.000112
+gallium_dri.so free 0x5571735d6830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6930 0.000112
+gallium_dri.so free 0x5571735d6a40 void 0.000112
+gallium_dri.so free 0x5571735d6930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d69f0 0.000111
+gallium_dri.so free 0x5571735d6a80 void 0.000112
+gallium_dri.so free 0x5571735d69f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d69f0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000111
+gallium_dri.so free 0x5571735d69f0 void 0.000209
+gallium_dri.so malloc 72 0x5571735d6b80 0.000159
+gallium_dri.so free 0x5571735d6c00 void 0.000156
+gallium_dri.so free 0x5571735d6b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6c50 0.000120
+gallium_dri.so free 0x5571735eb5c0 void 0.000116
+gallium_dri.so free 0x5571735d6c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6c50 0.000124
+gallium_dri.so free 0x5571735eb6c0 void 0.000128
+gallium_dri.so free 0x5571735d6c50 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6c50 0.000124
+gallium_dri.so free 0x5571735eb740 void 0.000124
+gallium_dri.so free 0x5571735d6c50 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb770 0.000120
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb770 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb770 0.000118
+gallium_dri.so free 0x5571735eb8c0 void 0.000115
+gallium_dri.so free 0x5571735eb770 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb870 0.000125
+gallium_dri.so free 0x5571735eb980 void 0.000123
+gallium_dri.so free 0x5571735eb870 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb930 0.000126
+gallium_dri.so free 0x5571735eb9c0 void 0.000124
+gallium_dri.so free 0x5571735eb930 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb930 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000124
+gallium_dri.so free 0x5571735eb930 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebad0 0.000124
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735ebad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb80 0.000120
+gallium_dri.so free 0x5571735ebc00 void 0.000115
+gallium_dri.so free 0x5571735ebb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc00 0.000125
+gallium_dri.so free 0x5571735ebcc0 void 0.000124
+gallium_dri.so free 0x5571735ebc00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebc00 0.000129
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so free 0x5571735ebc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd70 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000131
+gallium_dri.so free 0x5571735ebd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebd70 0.000159
+gallium_dri.so free 0x5571735ebec0 void 0.000126
+gallium_dri.so free 0x5571735ebd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebe70 0.000125
+gallium_dri.so free 0x5571735ebf80 void 0.000122
+gallium_dri.so free 0x5571735ebe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec020 0.000125
+gallium_dri.so free 0x5571735ec0c0 void 0.000131
+gallium_dri.so free 0x5571735ec020 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec070 0.000125
+gallium_dri.so free 0x5571735ec140 void 0.000128
+gallium_dri.so free 0x5571735ec070 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec070 0.000126
+gallium_dri.so free 0x5571735ec1c0 void 0.000131
+gallium_dri.so free 0x5571735ec070 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000125
+gallium_dri.so free 0x5571735ec1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000123
+gallium_dri.so free 0x5571735ec1c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000130
+gallium_dri.so free 0x5571735ec400 void 0.000225
+gallium_dri.so free 0x5571735ec1c0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000123
+gallium_dri.so free 0x5571735eae40 void 0.000126
+gallium_dri.so free 0x5571735ec3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000121
+gallium_dri.so free 0x5571735a2880 void 0.000121
+gallium_dri.so free 0x5571735ec3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735a2830 0.000131
+gallium_dri.so free 0x5571735ea800 void 0.000132
+gallium_dri.so free 0x5571735a2830 void 0.000131
+gallium_dri.so malloc 72 0x5571735a2830 0.000191
+gallium_dri.so free 0x5571735af300 void 0.000130
+gallium_dri.so free 0x5571735a2830 void 0.000126
+gallium_dri.so malloc 72 0x5571735a2830 0.000126
+gallium_dri.so free 0x5571735bb680 void 0.000130
+gallium_dri.so free 0x5571735a2830 void 0.000222
+gallium_dri.so malloc 72 0x5571735a2830 0.000222
+gallium_dri.so free 0x5571735afa00 void 0.000242
+gallium_dri.so free 0x5571735a2830 void 0.000225
+gallium_dri.so malloc 72 0x5571735af9b0 0.000196
+gallium_dri.so free 0x5571735bc5c0 void 0.000243
+gallium_dri.so free 0x5571735af9b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735af9b0 0.000278
+gallium_dri.so free 0x5571735bba40 void 0.000267
+gallium_dri.so free 0x5571735af9b0 void 0.000454
+gallium_dri.so malloc 72 0x5571735bba60 0.000405
+gallium_dri.so free 0x5571735bc180 void 0.000278
+gallium_dri.so free 0x5571735bba60 void 0.000283
+gallium_dri.so malloc 72 0x5571735bba60 0.000222
+gallium_dri.so free 0x5571735b8040 void 0.000285
+gallium_dri.so free 0x5571735bba60 void 0.000272
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000274
+gallium_dri.so free 0x5571735bca40 void 0.000280
+gallium_dri.so free 0x5571735b7ff0 void 0.000279
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000268
+gallium_dri.so free 0x5571735ea9c0 void 0.000273
+gallium_dri.so free 0x5571735bc9f0 void 0.000277
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000291
+gallium_dri.so free 0x5571735b8980 void 0.000278
+gallium_dri.so free 0x5571735bc9f0 void 0.000282
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000222
+gallium_dri.so free 0x5571735bbe00 void 0.000241
+gallium_dri.so free 0x5571735bc9f0 void 0.000299
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000314
+gallium_dri.so free 0x5571735baf00 void 0.000329
+gallium_dri.so free 0x5571735bbdb0 void 0.000285
+gallium_dri.so malloc 72 0x5571735baf40 0.000284
+gallium_dri.so free 0x5571735ea740 void 0.000318
+gallium_dri.so free 0x5571735baf40 void 0.000315
+gallium_dri.so malloc 72 0x5571735ea790 0.000312
+gallium_dri.so free 0x5571735b5b40 void 0.000284
+gallium_dri.so free 0x5571735ea790 void 0.000328
+gallium_dri.so malloc 72 0x5571735ea790 0.000288
+gallium_dri.so free 0x5571735eb0c0 void 0.000286
+gallium_dri.so free 0x5571735ea790 void 0.000286
+gallium_dri.so malloc 72 0x5571735eb070 0.000284
+gallium_dri.so free 0x5571735eab00 void 0.000264
+gallium_dri.so free 0x5571735eb070 void 0.000262
+gallium_dri.so malloc 72 0x5571735eb070 0.000251
+gallium_dri.so free 0x5571735bb280 void 0.000255
+gallium_dri.so free 0x5571735eb070 void 0.000261
+gallium_dri.so malloc 72 0x5571735bb280 0.000214
+gallium_dri.so free 0x5571735b7c80 void 0.000294
+gallium_dri.so free 0x5571735bb280 void 0.000255
+gallium_dri.so malloc 72 0x5571735bb280 0.000231
+gallium_dri.so free 0x5571735b7e40 void 0.000289
+gallium_dri.so free 0x5571735bb280 void 0.000289
+gallium_dri.so malloc 72 0x5571735b7e60 0.000283
+gallium_dri.so free 0x5571735b7f00 void 0.000281
+gallium_dri.so free 0x5571735b7e60 void 0.000293
+gallium_dri.so malloc 72 0x5571735b7eb0 0.000289
+gallium_dri.so free 0x5571735b7700 void 0.000298
+gallium_dri.so free 0x5571735b7eb0 void 0.000291
+gallium_dri.so malloc 72 0x5571735b7740 0.000285
+gallium_dri.so free 0x5571735b7a80 void 0.000280
+gallium_dri.so free 0x5571735b7740 void 0.000303
+gallium_dri.so malloc 72 0x5571735b7a80 0.000288
+gallium_dri.so free 0x5571735b7900 void 0.000283
+gallium_dri.so free 0x5571735b7a80 void 0.000288
+gallium_dri.so malloc 72 0x5571735b78b0 0.000279
+gallium_dri.so free 0x5571735b7940 void 0.000292
+gallium_dri.so free 0x5571735b78b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735b78b0 0.000295
+gallium_dri.so free 0x5571735e9bc0 void 0.000287
+gallium_dri.so free 0x5571735b78b0 void 0.000296
+gallium_dri.so malloc 72 0x5571735e9c30 0.000288
+gallium_dri.so free 0x5571735ea580 void 0.000284
+gallium_dri.so free 0x5571735e9c30 void 0.000329
+gallium_dri.so malloc 72 0x5571735e9c30 0.000284
+gallium_dri.so free 0x5571735adbc0 void 0.000176
+gallium_dri.so free 0x5571735e9c30 void 0.000178
+gallium_dri.so malloc 72 0x5571735adb70 0.000172
+gallium_dri.so free 0x5571735adc80 void 0.000138
+gallium_dri.so free 0x5571735adb70 void 0.000137
+gallium_dri.so malloc 72 0x5571735adc30 0.000136
+gallium_dri.so free 0x5571735ea680 void 0.000138
+gallium_dri.so free 0x5571735adc30 void 0.000138
+gallium_dri.so malloc 72 0x5571735ea630 0.000138
+gallium_dri.so free 0x5571735ec240 void 0.000131
+gallium_dri.so free 0x5571735ea630 void 0.000126
+gallium_dri.so malloc 72 0x5571735ea630 0.000131
+gallium_dri.so free 0x5571735ec2c0 void 0.000139
+gallium_dri.so free 0x5571735ea630 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000136
+gallium_dri.so free 0x5571735b9380 void 0.000173
+gallium_dri.so free 0x5571735ec2c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000140
+gallium_dri.so free 0x5571735b9440 void 0.000137
+gallium_dri.so free 0x5571735ec2c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b9460 0.000129
+gallium_dri.so free 0x5571735a71c0 void 0.000134
+gallium_dri.so free 0x5571735b9460 void 0.000133
+gallium_dri.so malloc 72 0x5571735a71f0 0.000129
+gallium_dri.so free 0x5571735a7240 void 0.000129
+gallium_dri.so free 0x5571735a71f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735a71f0 0.000136
+gallium_dri.so free 0x5571735a8c40 void 0.000137
+gallium_dri.so free 0x5571735a71f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735a8c40 0.000138
+gallium_dri.so free 0x5571735a8d00 void 0.000136
+gallium_dri.so free 0x5571735a8c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735a8c40 0.000129
+gallium_dri.so free 0x5571735a7340 void 0.000133
+gallium_dri.so free 0x5571735a8c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735a72f0 0.000131
+gallium_dri.so free 0x5571735afe40 void 0.000141
+gallium_dri.so free 0x5571735a72f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735afe40 0.000129
+gallium_dri.so free 0x5571735a8d80 void 0.000132
+gallium_dri.so free 0x5571735afe40 void 0.000132
+gallium_dri.so malloc 72 0x5571735a8dc0 0.000130
+gallium_dri.so free 0x5571735aff00 void 0.000127
+gallium_dri.so free 0x5571735a8dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735aff00 0.000136
+gallium_dri.so free 0x5571735a9140 void 0.000139
+gallium_dri.so free 0x5571735aff00 void 0.000136
+gallium_dri.so malloc 72 0x5571735aff00 0.000132
+gallium_dri.so free 0x5571735a91c0 void 0.000130
+gallium_dri.so free 0x5571735aff00 void 0.000133
+gallium_dri.so malloc 72 0x5571735a91f0 0.000132
+gallium_dri.so free 0x5571735a9240 void 0.000129
+gallium_dri.so free 0x5571735a91f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735a91f0 0.000137
+gallium_dri.so free 0x5571735b5f40 void 0.000137
+gallium_dri.so free 0x5571735a91f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735b5f40 0.000132
+gallium_dri.so free 0x5571735b6000 void 0.000129
+gallium_dri.so free 0x5571735b5f40 void 0.000126
+gallium_dri.so malloc 72 0x5571735b5f40 0.000125
+gallium_dri.so free 0x5571735b6100 void 0.000121
+gallium_dri.so free 0x5571735b5f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735b60b0 0.000130
+gallium_dri.so free 0x5571735a89c0 void 0.000131
+gallium_dri.so free 0x5571735b60b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b60b0 0.000119
+gallium_dri.so free 0x5571735a8a80 void 0.000127
+gallium_dri.so free 0x5571735b60b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000129
+gallium_dri.so free 0x5571735a8ec0 void 0.000129
+gallium_dri.so free 0x5571735a8ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000131
+gallium_dri.so free 0x5571735a8f80 void 0.000131
+gallium_dri.so free 0x5571735a8ec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000122
+gallium_dri.so free 0x5571735a8b40 void 0.000121
+gallium_dri.so free 0x5571735a8ec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735a8b70 0.000124
+gallium_dri.so free 0x5571735addc0 void 0.000122
+gallium_dri.so free 0x5571735a8b70 void 0.000166
+gallium_dri.so malloc 72 0x5571735a8b70 0.000126
+gallium_dri.so free 0x5571735a9040 void 0.000126
+gallium_dri.so free 0x5571735a8b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735a8b70 0.000137
+gallium_dri.so free 0x5571735adec0 void 0.000131
+gallium_dri.so free 0x5571735a8b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735adf10 0.000121
+gallium_dri.so free 0x5571735d74c0 void 0.000121
+gallium_dri.so free 0x5571735adf10 void 0.000125
+gallium_dri.so malloc 72 0x5571735d74e0 0.000124
+gallium_dri.so free 0x5571735d7580 void 0.000121
+gallium_dri.so free 0x5571735d74e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7530 0.000125
+gallium_dri.so free 0x5571735d7600 void 0.000129
+gallium_dri.so free 0x5571735d7530 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7530 0.000126
+gallium_dri.so free 0x5571735ae700 void 0.000130
+gallium_dri.so free 0x5571735d7530 void 0.000126
+gallium_dri.so malloc 72 0x5571735ae750 0.000120
+gallium_dri.so free 0x5571735ae7c0 void 0.000124
+gallium_dri.so free 0x5571735ae750 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae820 0.000124
+gallium_dri.so free 0x5571734f6040 void 0.000122
+gallium_dri.so free 0x5571735ae820 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae820 0.000125
+gallium_dri.so free 0x5571734f6100 void 0.000133
+gallium_dri.so free 0x5571735ae820 void 0.000131
+gallium_dri.so malloc 72 0x5571735ae820 0.000130
+gallium_dri.so free 0x5571734f61c0 void 0.000131
+gallium_dri.so free 0x5571735ae820 void 0.000131
+gallium_dri.so malloc 72 0x5571734f6170 0.000125
+gallium_dri.so free 0x5571735be540 void 0.000122
+gallium_dri.so free 0x5571734f6170 void 0.000124
+gallium_dri.so malloc 72 0x5571735be590 0.000136
+gallium_dri.so free 0x5571735be600 void 0.000131
+gallium_dri.so free 0x5571735be590 void 0.000126
+gallium_dri.so malloc 72 0x5571735be620 0.000121
+gallium_dri.so free 0x5571735be6c0 void 0.000121
+gallium_dri.so free 0x5571735be620 void 0.000125
+gallium_dri.so malloc 72 0x5571735be670 0.000131
+gallium_dri.so free 0x5571735b0100 void 0.000124
+gallium_dri.so free 0x5571735be670 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0100 0.000129
+gallium_dri.so free 0x5571735b01c0 void 0.000123
+gallium_dri.so free 0x5571735b0100 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0100 0.000131
+gallium_dri.so free 0x5571735b0240 void 0.000130
+gallium_dri.so free 0x5571735b0100 void 0.000126
+gallium_dri.so malloc 72 0x5571735b0240 0.000126
+gallium_dri.so free 0x5571735b6e80 void 0.000124
+gallium_dri.so free 0x5571735b0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0240 0.000120
+gallium_dri.so free 0x5571735b6f00 void 0.000122
+gallium_dri.so free 0x5571735b0240 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6f30 0.000130
+gallium_dri.so free 0x5571735b6f80 void 0.000130
+gallium_dri.so free 0x5571735b6f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6f30 0.000130
+gallium_dri.so free 0x5571735b7080 void 0.000130
+gallium_dri.so free 0x5571735b6f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735b7030 0.000130
+gallium_dri.so free 0x5571735af000 void 0.000125
+gallium_dri.so free 0x5571735b7030 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7030 0.000121
+gallium_dri.so free 0x5571735af100 void 0.000120
+gallium_dri.so free 0x5571735b7030 void 0.000121
+gallium_dri.so malloc 72 0x5571735af0b0 0.000169
+gallium_dri.so free 0x5571735af140 void 0.000128
+gallium_dri.so free 0x5571735af0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735af0b0 0.000132
+gallium_dri.so free 0x5571735af200 void 0.000130
+gallium_dri.so free 0x5571735af0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735af240 0.000130
+gallium_dri.so free 0x5571735b0740 void 0.000126
+gallium_dri.so free 0x5571735af240 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0740 0.000120
+gallium_dri.so free 0x5571735b0800 void 0.000129
+gallium_dri.so free 0x5571735b0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0740 0.000120
+gallium_dri.so free 0x5571735b08c0 void 0.000127
+gallium_dri.so free 0x5571735b0740 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0740 0.000126
+gallium_dri.so free 0x5571735b8180 void 0.000121
+gallium_dri.so free 0x5571735b0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735b81f0 0.000129
+gallium_dri.so free 0x5571735b8240 void 0.000130
+gallium_dri.so free 0x5571735b81f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b81f0 0.000128
+gallium_dri.so free 0x5571735b8340 void 0.000133
+gallium_dri.so free 0x5571735b81f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b82f0 0.000129
+gallium_dri.so free 0x5571735b8400 void 0.000132
+gallium_dri.so free 0x5571735b82f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b83b0 0.000129
+gallium_dri.so free 0x5571735b0980 void 0.000131
+gallium_dri.so free 0x5571735b83b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0930 0.000132
+gallium_dri.so free 0x5571735d9300 void 0.000130
+gallium_dri.so free 0x5571735b0930 void 0.000130
+gallium_dri.so malloc 72 0x5571735d92b0 0.000171
+gallium_dri.so free 0x5571735d9380 void 0.000164
+gallium_dri.so free 0x5571735d92b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d93d0 0.000130
+gallium_dri.so free 0x5571735d9440 void 0.000130
+gallium_dri.so free 0x5571735d93d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d94a0 0.000130
+gallium_dri.so free 0x5571735d9540 void 0.000141
+gallium_dri.so free 0x5571735d94a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d94f0 0.000130
+gallium_dri.so free 0x5571735d9580 void 0.000123
+gallium_dri.so free 0x5571735d94f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d94f0 0.000128
+gallium_dri.so free 0x5571735b71c0 void 0.000127
+gallium_dri.so free 0x5571735d94f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b7170 0.000129
+gallium_dri.so free 0x5571735b7240 void 0.000125
+gallium_dri.so free 0x5571735b7170 void 0.000121
+gallium_dri.so malloc 72 0x5571735b7290 0.000121
+gallium_dri.so free 0x5571735d9640 void 0.000120
+gallium_dri.so free 0x5571735b7290 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9660 0.000125
+gallium_dri.so free 0x5571735b7300 void 0.000130
+gallium_dri.so free 0x5571735d9660 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7330 0.000131
+gallium_dri.so free 0x5571735b7380 void 0.000126
+gallium_dri.so free 0x5571735b7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7380 0.000126
+gallium_dri.so free 0x5571735b7440 void 0.000130
+gallium_dri.so free 0x5571735b7380 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7380 0.000169
+gallium_dri.so free 0x5571735b7540 void 0.000161
+gallium_dri.so free 0x5571735b7380 void 0.000162
+gallium_dri.so malloc 72 0x5571735b74f0 0.000129
+gallium_dri.so free 0x5571735b7600 void 0.000125
+gallium_dri.so free 0x5571735b74f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b75b0 0.000120
+gallium_dri.so free 0x5571735b61c0 void 0.000120
+gallium_dri.so free 0x5571735b75b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b75b0 0.000124
+gallium_dri.so free 0x5571735b6280 void 0.000132
+gallium_dri.so free 0x5571735b75b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6230 0.000130
+gallium_dri.so free 0x5571735b6300 void 0.000130
+gallium_dri.so free 0x5571735b6230 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6350 0.000131
+gallium_dri.so free 0x5571735b63c0 void 0.000126
+gallium_dri.so free 0x5571735b6350 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6400 0.000129
+gallium_dri.so free 0x5571735b6480 void 0.000129
+gallium_dri.so free 0x5571735b6400 void 0.000137
+gallium_dri.so malloc 72 0x5571735b6400 0.000127
+gallium_dri.so free 0x5571735b6500 void 0.000126
+gallium_dri.so free 0x5571735b6400 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6530 0.000129
+gallium_dri.so free 0x5571735b6580 void 0.000124
+gallium_dri.so free 0x5571735b6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6680 void 0.000120
+gallium_dri.so free 0x5571735b6530 void 0.000126
+gallium_dri.so malloc 72 0x5571735b6630 0.000130
+gallium_dri.so free 0x5571735b6740 void 0.000130
+gallium_dri.so free 0x5571735b6630 void 0.000125
+gallium_dri.so malloc 72 0x5571735b66f0 0.000122
+gallium_dri.so free 0x5571735b6780 void 0.000127
+gallium_dri.so free 0x5571735b66f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b66f0 0.000127
+gallium_dri.so free 0x5571735b6840 void 0.000123
+gallium_dri.so free 0x5571735b66f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b68b0 0.000131
+gallium_dri.so free 0x5571735b51c0 void 0.000125
+gallium_dri.so free 0x5571735b68b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b68b0 0.000130
+gallium_dri.so free 0x5571735b52c0 void 0.000164
+gallium_dri.so free 0x5571735b68b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b5270 0.000161
+gallium_dri.so free 0x5571735b6900 void 0.000131
+gallium_dri.so free 0x5571735b5270 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5270 0.000122
+gallium_dri.so free 0x5571735b5380 void 0.000126
+gallium_dri.so free 0x5571735b5270 void 0.000130
+gallium_dri.so malloc 72 0x5571735b5330 0.000129
+gallium_dri.so free 0x5571735b5400 void 0.000130
+gallium_dri.so free 0x5571735b5330 void 0.000129
+gallium_dri.so malloc 72 0x5571735b5330 0.000130
+gallium_dri.so free 0x5571735b5480 void 0.000130
+gallium_dri.so free 0x5571735b5330 void 0.000131
+gallium_dri.so malloc 72 0x5571735b5480 0.000130
+gallium_dri.so free 0x5571735b5540 void 0.000128
+gallium_dri.so free 0x5571735b5480 void 0.000129
+gallium_dri.so malloc 72 0x5571735b5480 0.000130
+gallium_dri.so free 0x5571735b5640 void 0.000131
+gallium_dri.so free 0x5571735b5480 void 0.000169
+gallium_dri.so malloc 72 0x5571735b5480 0.000132
+gallium_dri.so free 0x5571735b56c0 void 0.000129
+gallium_dri.so free 0x5571735b5480 void 0.000131
+gallium_dri.so malloc 72 0x5571735b56f0 0.000130
+gallium_dri.so free 0x5571735b5740 void 0.000129
+gallium_dri.so free 0x5571735b56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b56f0 0.000131
+gallium_dri.so free 0x5571735b5840 void 0.000136
+gallium_dri.so free 0x5571735b56f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b57f0 0.000130
+gallium_dri.so free 0x5571735b5900 void 0.000132
+gallium_dri.so free 0x5571735b57f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b58b0 0.000133
+gallium_dri.so free 0x5571735b5940 void 0.000131
+gallium_dri.so free 0x5571735b58b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b58b0 0.000127
+gallium_dri.so free 0x5571735b22c0 void 0.000125
+gallium_dri.so free 0x5571735b58b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2270 0.000120
+gallium_dri.so free 0x5571735b2380 void 0.000120
+gallium_dri.so free 0x5571735b2270 void 0.000134
+gallium_dri.so malloc 72 0x5571735b2330 0.000122
+gallium_dri.so free 0x5571735b2400 void 0.000126
+gallium_dri.so free 0x5571735b2330 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2450 0.000127
+gallium_dri.so free 0x5571735b24c0 void 0.000130
+gallium_dri.so free 0x5571735b2450 void 0.000130
+gallium_dri.so malloc 72 0x5571735b24e0 0.000125
+gallium_dri.so free 0x5571735b2580 void 0.000121
+gallium_dri.so free 0x5571735b24e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2530 0.000130
+gallium_dri.so free 0x5571735b2600 void 0.000130
+gallium_dri.so free 0x5571735b2530 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2530 0.000125
+gallium_dri.so free 0x5571735b2680 void 0.000122
+gallium_dri.so free 0x5571735b2530 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2680 0.000125
+gallium_dri.so free 0x5571735b2740 void 0.000124
+gallium_dri.so free 0x5571735b2680 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2680 0.000121
+gallium_dri.so free 0x5571735b2840 void 0.000122
+gallium_dri.so free 0x5571735b2680 void 0.000125
+gallium_dri.so malloc 72 0x5571735b27f0 0.000131
+gallium_dri.so free 0x5571735b2880 void 0.000133
+gallium_dri.so free 0x5571735b27f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b27f0 0.000130
+gallium_dri.so free 0x5571735b2940 void 0.000129
+gallium_dri.so free 0x5571735b27f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2980 0.000123
+gallium_dri.so free 0x5571735b2a00 void 0.000128
+gallium_dri.so free 0x5571735b2980 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2a00 0.000125
+gallium_dri.so free 0x5571735b2ac0 void 0.000122
+gallium_dri.so free 0x5571735b2a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2a00 0.000132
+gallium_dri.so free 0x5571735b2b40 void 0.000131
+gallium_dri.so free 0x5571735b2a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2b70 0.000125
+gallium_dri.so free 0x5571735d98c0 void 0.000127
+gallium_dri.so free 0x5571735b2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2b70 0.000130
+gallium_dri.so free 0x5571735d99c0 void 0.000131
+gallium_dri.so free 0x5571735b2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d9a00 0.000176
+gallium_dri.so free 0x5571735d9a80 void 0.000132
+gallium_dri.so free 0x5571735d9a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9a80 0.000130
+gallium_dri.so free 0x5571735d9b40 void 0.000124
+gallium_dri.so free 0x5571735d9a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9a80 0.000126
+gallium_dri.so free 0x5571735d9bc0 void 0.000130
+gallium_dri.so free 0x5571735d9a80 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000125
+gallium_dri.so free 0x5571735d9c40 void 0.000124
+gallium_dri.so free 0x5571735d9bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9bf0 0.000121
+gallium_dri.so free 0x5571735d9d40 void 0.000121
+gallium_dri.so free 0x5571735d9bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9cf0 0.000129
+gallium_dri.so free 0x5571735d9e00 void 0.000132
+gallium_dri.so free 0x5571735d9cf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d9db0 0.000125
+gallium_dri.so free 0x5571735d9e80 void 0.000122
+gallium_dri.so free 0x5571735d9db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9db0 0.000129
+gallium_dri.so free 0x5571735d9f40 void 0.000139
+gallium_dri.so free 0x5571735d9db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9db0 0.000132
+gallium_dri.so free 0x5571735da000 void 0.000126
+gallium_dri.so free 0x5571735d9db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9fb0 0.000130
+gallium_dri.so free 0x5571735da080 void 0.000130
+gallium_dri.so free 0x5571735d9fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da0d0 0.000125
+gallium_dri.so free 0x5571735da140 void 0.000121
+gallium_dri.so free 0x5571735da0d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735da160 0.000130
+gallium_dri.so free 0x5571735da200 void 0.000131
+gallium_dri.so free 0x5571735da160 void 0.000127
+gallium_dri.so malloc 72 0x5571735da1b0 0.000121
+gallium_dri.so free 0x5571735da280 void 0.000126
+gallium_dri.so free 0x5571735da1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735da280 0.000130
+gallium_dri.so free 0x5571735da340 void 0.000129
+gallium_dri.so free 0x5571735da280 void 0.000130
+gallium_dri.so malloc 72 0x5571735da280 0.000130
+gallium_dri.so free 0x5571735bd840 void 0.000125
+gallium_dri.so free 0x5571735da280 void 0.000122
+gallium_dri.so malloc 72 0x5571735bd840 0.000126
+gallium_dri.so free 0x5571735bd900 void 0.000133
+gallium_dri.so free 0x5571735bd840 void 0.000131
+gallium_dri.so malloc 72 0x5571735bd840 0.000128
+gallium_dri.so free 0x5571735bd9c0 void 0.000123
+gallium_dri.so free 0x5571735bd840 void 0.000125
+gallium_dri.so malloc 72 0x5571735bd840 0.000129
+gallium_dri.so free 0x5571735bda80 void 0.000122
+gallium_dri.so free 0x5571735bd840 void 0.000120
+gallium_dri.so malloc 72 0x5571735bda30 0.000119
+gallium_dri.so free 0x5571735bdb00 void 0.000120
+gallium_dri.so free 0x5571735bda30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bdb50 0.000128
+gallium_dri.so free 0x5571735bdbc0 void 0.000130
+gallium_dri.so free 0x5571735bdb50 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdc00 0.000120
+gallium_dri.so free 0x5571735bdc80 void 0.000120
+gallium_dri.so free 0x5571735bdc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735bdc00 0.000153
+gallium_dri.so free 0x5571735bdd00 void 0.000140
+gallium_dri.so free 0x5571735bdc00 void 0.000138
+gallium_dri.so malloc 72 0x5571735bdd30 0.000138
+gallium_dri.so free 0x5571735bdd80 void 0.000134
+gallium_dri.so free 0x5571735bdd30 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdd30 0.000136
+gallium_dri.so free 0x5571735bde80 void 0.000135
+gallium_dri.so free 0x5571735bdd30 void 0.000152
+gallium_dri.so malloc 72 0x5571735bde30 0.000138
+gallium_dri.so free 0x5571735bdf40 void 0.000138
+gallium_dri.so free 0x5571735bde30 void 0.000139
+gallium_dri.so malloc 72 0x5571735bdef0 0.000135
+gallium_dri.so free 0x5571735bdf80 void 0.000129
+gallium_dri.so free 0x5571735bdef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdef0 0.000133
+gallium_dri.so free 0x5571735be040 void 0.000132
+gallium_dri.so free 0x5571735bdef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735be0b0 0.000134
+gallium_dri.so free 0x5571735be100 void 0.000132
+gallium_dri.so free 0x5571735be0b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735be0b0 0.000128
+gallium_dri.so free 0x5571735be200 void 0.000128
+gallium_dri.so free 0x5571735be0b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735be1b0 0.000132
+gallium_dri.so free 0x5571735be2c0 void 0.000130
+gallium_dri.so free 0x5571735be1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735be270 0.000129
+gallium_dri.so free 0x5571735be300 void 0.000129
+gallium_dri.so free 0x5571735be270 void 0.000130
+gallium_dri.so malloc 72 0x5571735be270 0.000139
+gallium_dri.so free 0x5571735b9bc0 void 0.000140
+gallium_dri.so free 0x5571735be270 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9b70 0.000127
+gallium_dri.so free 0x5571735b9c40 void 0.000129
+gallium_dri.so free 0x5571735b9b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735b9c90 0.000129
+gallium_dri.so free 0x5571735b9d00 void 0.000127
+gallium_dri.so free 0x5571735b9c90 void 0.000128
+gallium_dri.so malloc 72 0x5571735b9d60 0.000128
+gallium_dri.so free 0x5571735b9e00 void 0.000129
+gallium_dri.so free 0x5571735b9d60 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9db0 0.000130
+gallium_dri.so free 0x5571735b9e40 void 0.000129
+gallium_dri.so free 0x5571735b9db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9db0 0.000129
+gallium_dri.so free 0x5571735b9f00 void 0.000129
+gallium_dri.so free 0x5571735b9db0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b9f40 0.000128
+gallium_dri.so free 0x5571735b9fc0 void 0.000129
+gallium_dri.so free 0x5571735b9f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000129
+gallium_dri.so free 0x5571735ba080 void 0.000128
+gallium_dri.so free 0x5571735b9fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9fc0 0.000128
+gallium_dri.so free 0x5571735ba100 void 0.000151
+gallium_dri.so free 0x5571735b9fc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ba130 0.000135
+gallium_dri.so free 0x5571735ba180 void 0.000136
+gallium_dri.so free 0x5571735ba130 void 0.000136
+gallium_dri.so malloc 72 0x5571735ba180 0.000134
+gallium_dri.so free 0x5571735ba240 void 0.000137
+gallium_dri.so free 0x5571735ba180 void 0.000136
+gallium_dri.so malloc 72 0x5571735ba180 0.000135
+gallium_dri.so free 0x5571735ba340 void 0.000136
+gallium_dri.so free 0x5571735ba180 void 0.000135
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000135
+gallium_dri.so free 0x5571735ba400 void 0.000201
+gallium_dri.so free 0x5571735ba2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000115
+gallium_dri.so free 0x5571735ba440 void 0.000114
+gallium_dri.so free 0x5571735ba3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000113
+gallium_dri.so free 0x5571735ba500 void 0.000119
+gallium_dri.so free 0x5571735ba3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba540 0.000115
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so free 0x5571735ba540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735ba680 void 0.000154
+gallium_dri.so free 0x5571735ba5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000115
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba7c0 void 0.000113
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735ba5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000113
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000113
+gallium_dri.so free 0x5571735eb580 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000116
+gallium_dri.so free 0x5571735eb800 void 0.000128
+gallium_dri.so free 0x5571735eb6b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000152
+gallium_dri.so free 0x5571735eb8c0 void 0.000146
+gallium_dri.so free 0x5571735eb7b0 void 0.000465
+gallium_dri.so malloc 72 0x5571735eb870 0.000272
+gallium_dri.so free 0x5571735eb900 void 0.000322
+gallium_dri.so free 0x5571735eb870 void 0.000329
+gallium_dri.so malloc 72 0x5571735eb870 0.000323
+gallium_dri.so free 0x5571735eb9c0 void 0.000167
+gallium_dri.so free 0x5571735eb870 void 0.000227
+gallium_dri.so malloc 72 0x5571735eba00 0.000154
+gallium_dri.so free 0x5571735eba80 void 0.000196
+gallium_dri.so free 0x5571735eba00 void 0.000246
+gallium_dri.so malloc 72 0x5571735eba80 0.000259
+gallium_dri.so free 0x5571735ebb40 void 0.000245
+gallium_dri.so free 0x5571735eba80 void 0.000195
+gallium_dri.so malloc 72 0x5571735eba80 0.000154
+gallium_dri.so free 0x5571735ebc00 void 0.000152
+gallium_dri.so free 0x5571735eba80 void 0.000156
+gallium_dri.so malloc 72 0x5571735ebc20 0.000152
+gallium_dri.so free 0x5571735ebcc0 void 0.000160
+gallium_dri.so free 0x5571735ebc20 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebc70 0.000118
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so free 0x5571735ebc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc70 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735ebc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000118
+gallium_dri.so free 0x5571735ebe80 void 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000119
+gallium_dri.so free 0x5571735ec000 void 0.000136
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec0c0 void 0.000119
+gallium_dri.so free 0x5571735ebfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec070 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000120
+gallium_dri.so free 0x5571735ec070 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7390 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000120
+gallium_dri.so free 0x5571735e7390 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7420 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735e7420 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec170 0.000119
+gallium_dri.so free 0x5571735e74c0 void 0.000120
+gallium_dri.so free 0x5571735ec170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7470 0.000120
+gallium_dri.so free 0x5571735e7540 void 0.000121
+gallium_dri.so free 0x5571735e7470 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7590 0.000119
+gallium_dri.so free 0x5571735e7600 void 0.000119
+gallium_dri.so free 0x5571735e7590 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7640 0.000122
+gallium_dri.so free 0x5571735e76c0 void 0.000121
+gallium_dri.so free 0x5571735e7640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7640 0.000119
+gallium_dri.so free 0x5571735e7740 void 0.000122
+gallium_dri.so free 0x5571735e7640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7770 0.000120
+gallium_dri.so free 0x5571735e77c0 void 0.000119
+gallium_dri.so free 0x5571735e7770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7770 0.000118
+gallium_dri.so free 0x5571735e78c0 void 0.000121
+gallium_dri.so free 0x5571735e7770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7870 0.000119
+gallium_dri.so free 0x5571735e7980 void 0.000120
+gallium_dri.so free 0x5571735e7870 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7930 0.000119
+gallium_dri.so free 0x5571735e79c0 void 0.000119
+gallium_dri.so free 0x5571735e7930 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7930 0.000118
+gallium_dri.so free 0x5571735e7a80 void 0.000120
+gallium_dri.so free 0x5571735e7930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7af0 0.000118
+gallium_dri.so free 0x5571735e7b40 void 0.000118
+gallium_dri.so free 0x5571735e7af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7af0 0.000120
+gallium_dri.so free 0x5571735e7c40 void 0.000122
+gallium_dri.so free 0x5571735e7af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000119
+gallium_dri.so free 0x5571735e7d00 void 0.000121
+gallium_dri.so free 0x5571735e7bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000132
+gallium_dri.so free 0x5571735e7d40 void 0.000127
+gallium_dri.so free 0x5571735e7cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000113
+gallium_dri.so free 0x5571735e7e00 void 0.000114
+gallium_dri.so free 0x5571735e7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7e40 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000113
+gallium_dri.so free 0x5571735e7e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ec0 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ec0 0.000112
+gallium_dri.so free 0x5571735e8040 void 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8060 0.000114
+gallium_dri.so free 0x5571735e8100 void 0.000114
+gallium_dri.so free 0x5571735e8060 void 0.000112
+gallium_dri.so malloc 72 0x5571735e80b0 0.000113
+gallium_dri.so free 0x5571735e8180 void 0.000113
+gallium_dri.so free 0x5571735e80b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e80b0 0.000112
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735e80b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e82d0 0.000113
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so free 0x5571735e82d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8360 0.000147
+gallium_dri.so free 0x5571735e8400 void 0.000115
+gallium_dri.so free 0x5571735e8360 void 0.000114
+gallium_dri.so malloc 72 0x5571735e83b0 0.000113
+gallium_dri.so free 0x5571735e8480 void 0.000113
+gallium_dri.so free 0x5571735e83b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8480 0.000114
+gallium_dri.so free 0x5571735e8540 void 0.000113
+gallium_dri.so free 0x5571735e8480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8480 0.000112
+gallium_dri.so free 0x5571735e85c0 void 0.000115
+gallium_dri.so free 0x5571735e8480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e85c0 0.000113
+gallium_dri.so free 0x5571735e8680 void 0.000114
+gallium_dri.so free 0x5571735e85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e85c0 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so free 0x5571735e85c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e85c0 0.000113
+gallium_dri.so free 0x5571735e8800 void 0.000113
+gallium_dri.so free 0x5571735e85c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87b0 0.000113
+gallium_dri.so free 0x5571735e8880 void 0.000113
+gallium_dri.so free 0x5571735e87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e88d0 0.000114
+gallium_dri.so free 0x5571735e8940 void 0.000115
+gallium_dri.so free 0x5571735e88d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8980 0.000114
+gallium_dri.so free 0x5571735e8a00 void 0.000127
+gallium_dri.so free 0x5571735e8980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8980 0.000112
+gallium_dri.so free 0x5571735e8a80 void 0.000114
+gallium_dri.so free 0x5571735e8980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000113
+gallium_dri.so free 0x5571735e8b00 void 0.000113
+gallium_dri.so free 0x5571735e8ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ab0 0.000111
+gallium_dri.so free 0x5571735e8c00 void 0.000118
+gallium_dri.so free 0x5571735e8ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000113
+gallium_dri.so free 0x5571735e8cc0 void 0.000114
+gallium_dri.so free 0x5571735e8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8c70 0.000114
+gallium_dri.so free 0x5571735e8d00 void 0.000114
+gallium_dri.so free 0x5571735e8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8c70 0.000113
+gallium_dri.so free 0x5571735e8dc0 void 0.000119
+gallium_dri.so free 0x5571735e8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e30 0.000113
+gallium_dri.so free 0x5571735e8e80 void 0.000113
+gallium_dri.so free 0x5571735e8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e30 0.000113
+gallium_dri.so free 0x5571735e8f80 void 0.000114
+gallium_dri.so free 0x5571735e8e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8f30 0.000113
+gallium_dri.so free 0x5571735e9040 void 0.000112
+gallium_dri.so free 0x5571735e8f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000112
+gallium_dri.so free 0x5571735e9080 void 0.000113
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000115
+gallium_dri.so free 0x5571735e9140 void 0.000113
+gallium_dri.so free 0x5571735e8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9180 0.000113
+gallium_dri.so free 0x5571735e9200 void 0.000114
+gallium_dri.so free 0x5571735e9180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9200 0.000114
+gallium_dri.so free 0x5571735e92c0 void 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9200 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000113
+gallium_dri.so free 0x5571735e9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e93a0 0.000112
+gallium_dri.so free 0x5571735e9440 void 0.000113
+gallium_dri.so free 0x5571735e93a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e93f0 0.000114
+gallium_dri.so free 0x5571735e94c0 void 0.000115
+gallium_dri.so free 0x5571735e93f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e93f0 0.000114
+gallium_dri.so free 0x5571735e9540 void 0.000113
+gallium_dri.so free 0x5571735e93f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9540 0.000112
+gallium_dri.so free 0x5571735e9600 void 0.000115
+gallium_dri.so free 0x5571735e9540 void 0.000176
+gallium_dri.so malloc 72 0x5571735e9540 0.000115
+gallium_dri.so free 0x5571735e96c0 void 0.000114
+gallium_dri.so free 0x5571735e9540 void 0.000135
+gallium_dri.so malloc 72 0x5571735e9540 0.000114
+gallium_dri.so free 0x5571735b0b00 void 0.000113
+gallium_dri.so free 0x5571735e9540 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0b50 0.000114
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c00 0.000114
+gallium_dri.so free 0x5571735b0c80 void 0.000113
+gallium_dri.so free 0x5571735b0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0c80 0.000113
+gallium_dri.so free 0x5571735b0d40 void 0.000113
+gallium_dri.so free 0x5571735b0c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0c80 0.000114
+gallium_dri.so free 0x5571735b0dc0 void 0.000113
+gallium_dri.so free 0x5571735b0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0df0 0.000112
+gallium_dri.so free 0x5571735b0e40 void 0.000115
+gallium_dri.so free 0x5571735b0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0df0 0.000114
+gallium_dri.so free 0x5571735b0f40 void 0.000120
+gallium_dri.so free 0x5571735b0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000113
+gallium_dri.so free 0x5571735b1000 void 0.000114
+gallium_dri.so free 0x5571735b0ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b0fb0 0.000115
+gallium_dri.so free 0x5571735b1080 void 0.000113
+gallium_dri.so free 0x5571735b0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b10a0 0.000112
+gallium_dri.so free 0x5571735b1140 void 0.000113
+gallium_dri.so free 0x5571735b10a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b10f0 0.000113
+gallium_dri.so free 0x5571735b11c0 void 0.000115
+gallium_dri.so free 0x5571735b10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b10f0 0.000113
+gallium_dri.so free 0x5571735b1240 void 0.000113
+gallium_dri.so free 0x5571735b10f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1240 0.000121
+gallium_dri.so free 0x5571735b1300 void 0.000118
+gallium_dri.so free 0x5571735b1240 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1240 0.000114
+gallium_dri.so free 0x5571735b13c0 void 0.000113
+gallium_dri.so free 0x5571735b1240 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1240 0.000113
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so free 0x5571735b1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1430 0.000114
+gallium_dri.so free 0x5571735b1480 void 0.000114
+gallium_dri.so free 0x5571735b1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1430 0.000112
+gallium_dri.so free 0x5571735b1580 void 0.000115
+gallium_dri.so free 0x5571735b1430 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1530 0.000156
+gallium_dri.so free 0x5571735b1640 void 0.000145
+gallium_dri.so free 0x5571735b1530 void 0.000143
+gallium_dri.so malloc 72 0x5571735b15f0 0.000142
+gallium_dri.so free 0x5571735b1680 void 0.000143
+gallium_dri.so free 0x5571735b15f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b15f0 0.000142
+gallium_dri.so free 0x5571735b1740 void 0.000143
+gallium_dri.so free 0x5571735b15f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b1780 0.000142
+gallium_dri.so free 0x5571735b1800 void 0.000144
+gallium_dri.so free 0x5571735b1780 void 0.000142
+gallium_dri.so malloc 72 0x5571735b1800 0.000141
+gallium_dri.so free 0x5571735b18c0 void 0.000143
+gallium_dri.so free 0x5571735b1800 void 0.000142
+gallium_dri.so malloc 72 0x5571735b1800 0.000142
+gallium_dri.so free 0x5571735b1980 void 0.000142
+gallium_dri.so free 0x5571735b1800 void 0.000142
+gallium_dri.so malloc 72 0x5571735b19a0 0.000149
+gallium_dri.so free 0x5571735b1a40 void 0.000124
+gallium_dri.so free 0x5571735b19a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b19f0 0.000113
+gallium_dri.so free 0x5571735b1ac0 void 0.000127
+gallium_dri.so free 0x5571735b19f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b19f0 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000114
+gallium_dri.so free 0x5571735b19f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1b40 0.000114
+gallium_dri.so free 0x5571735b1c00 void 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b40 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1b40 0.000116
+gallium_dri.so free 0x5571735b1d80 void 0.000112
+gallium_dri.so free 0x5571735b1b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1d30 0.000114
+gallium_dri.so free 0x5571735b1e40 void 0.000113
+gallium_dri.so free 0x5571735b1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1df0 0.000112
+gallium_dri.so free 0x5571735b1ec0 void 0.000114
+gallium_dri.so free 0x5571735b1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1f10 0.000113
+gallium_dri.so free 0x5571735b1f80 void 0.000113
+gallium_dri.so free 0x5571735b1f10 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1fa0 0.000113
+gallium_dri.so free 0x5571735b2040 void 0.000113
+gallium_dri.so free 0x5571735b1fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1ff0 0.000113
+gallium_dri.so free 0x5571735b20c0 void 0.000113
+gallium_dri.so free 0x5571735b1ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b1ff0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7910 0.000116
+gallium_dri.so free 0x5571735d7980 void 0.000113
+gallium_dri.so free 0x5571735d7910 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79c0 0.000113
+gallium_dri.so free 0x5571735d7a40 void 0.000113
+gallium_dri.so free 0x5571735d79c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d79c0 0.000113
+gallium_dri.so free 0x5571735d7ac0 void 0.000114
+gallium_dri.so free 0x5571735d79c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7af0 0.000113
+gallium_dri.so free 0x5571735d7b40 void 0.000114
+gallium_dri.so free 0x5571735d7af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7af0 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000115
+gallium_dri.so free 0x5571735d7af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000114
+gallium_dri.so free 0x5571735d7d00 void 0.000115
+gallium_dri.so free 0x5571735d7bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000113
+gallium_dri.so free 0x5571735d7d40 void 0.000114
+gallium_dri.so free 0x5571735d7cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7cb0 0.000113
+gallium_dri.so free 0x5571735d7e00 void 0.000114
+gallium_dri.so free 0x5571735d7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7e70 0.000115
+gallium_dri.so free 0x5571735d7ec0 void 0.000114
+gallium_dri.so free 0x5571735d7e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7e70 0.000112
+gallium_dri.so free 0x5571735d7fc0 void 0.000113
+gallium_dri.so free 0x5571735d7e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f70 0.000112
+gallium_dri.so free 0x5571735d8080 void 0.000113
+gallium_dri.so free 0x5571735d7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8030 0.000112
+gallium_dri.so free 0x5571735d80c0 void 0.000114
+gallium_dri.so free 0x5571735d8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8030 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000116
+gallium_dri.so free 0x5571735d8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d81c0 0.000114
+gallium_dri.so free 0x5571735d8240 void 0.000114
+gallium_dri.so free 0x5571735d81c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8240 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so free 0x5571735d8240 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8240 0.000113
+gallium_dri.so free 0x5571735d83c0 void 0.000113
+gallium_dri.so free 0x5571735d8240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d83e0 0.000116
+gallium_dri.so free 0x5571735d8480 void 0.000115
+gallium_dri.so free 0x5571735d83e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8430 0.000167
+gallium_dri.so free 0x5571735d8500 void 0.000115
+gallium_dri.so free 0x5571735d8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8430 0.000113
+gallium_dri.so free 0x5571735d8580 void 0.000114
+gallium_dri.so free 0x5571735d8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8580 0.000114
+gallium_dri.so free 0x5571735d8640 void 0.000114
+gallium_dri.so free 0x5571735d8580 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8580 0.000112
+gallium_dri.so free 0x5571735d8700 void 0.000114
+gallium_dri.so free 0x5571735d8580 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8580 0.000114
+gallium_dri.so free 0x5571735d87c0 void 0.000112
+gallium_dri.so free 0x5571735d8580 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8770 0.000124
+gallium_dri.so free 0x5571735d8880 void 0.000119
+gallium_dri.so free 0x5571735d8770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8830 0.000114
+gallium_dri.so free 0x5571735d8900 void 0.000113
+gallium_dri.so free 0x5571735d8830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8950 0.000114
+gallium_dri.so free 0x5571735d89c0 void 0.000115
+gallium_dri.so free 0x5571735d8950 void 0.000113
+gallium_dri.so malloc 72 0x5571735d89e0 0.000113
+gallium_dri.so free 0x5571735d8a80 void 0.000113
+gallium_dri.so free 0x5571735d89e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a30 0.000125
+gallium_dri.so free 0x5571735d8b00 void 0.000117
+gallium_dri.so free 0x5571735d8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a30 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8b80 0.000114
+gallium_dri.so free 0x5571735d8c40 void 0.000113
+gallium_dri.so free 0x5571735d8b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8b80 0.000113
+gallium_dri.so free 0x5571735d8d40 void 0.000114
+gallium_dri.so free 0x5571735d8b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000113
+gallium_dri.so free 0x5571735d8d80 void 0.000113
+gallium_dri.so free 0x5571735d8cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8cf0 0.000113
+gallium_dri.so free 0x5571735d8e40 void 0.000113
+gallium_dri.so free 0x5571735d8cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e80 0.000112
+gallium_dri.so free 0x5571735d8f00 void 0.000114
+gallium_dri.so free 0x5571735d8e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8f00 0.000113
+gallium_dri.so free 0x5571735d8fc0 void 0.000113
+gallium_dri.so free 0x5571735d8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8f00 0.000112
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735d8f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b33f0 0.000119
+gallium_dri.so free 0x5571735b34c0 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b33f0 0.000119
+gallium_dri.so free 0x5571735b35c0 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3570 0.000114
+gallium_dri.so free 0x5571735b3640 void 0.000114
+gallium_dri.so free 0x5571735b3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3690 0.000112
+gallium_dri.so free 0x5571735b3700 void 0.000114
+gallium_dri.so free 0x5571735b3690 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3720 0.000119
+gallium_dri.so free 0x5571735b37c0 void 0.000114
+gallium_dri.so free 0x5571735b3720 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3770 0.000112
+gallium_dri.so free 0x5571735b3840 void 0.000114
+gallium_dri.so free 0x5571735b3770 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3770 0.000113
+gallium_dri.so free 0x5571735b38c0 void 0.000113
+gallium_dri.so free 0x5571735b3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b38c0 0.000118
+gallium_dri.so free 0x5571735b3980 void 0.000118
+gallium_dri.so free 0x5571735b38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38c0 0.000114
+gallium_dri.so free 0x5571735b3a80 void 0.000114
+gallium_dri.so free 0x5571735b38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b38c0 0.000115
+gallium_dri.so free 0x5571735b3b00 void 0.000119
+gallium_dri.so free 0x5571735b38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3b30 0.000124
+gallium_dri.so free 0x5571735b3b80 void 0.000119
+gallium_dri.so free 0x5571735b3b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3b30 0.000112
+gallium_dri.so free 0x5571735b3c80 void 0.000113
+gallium_dri.so free 0x5571735b3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3c30 0.000113
+gallium_dri.so free 0x5571735b3d40 void 0.000113
+gallium_dri.so free 0x5571735b3c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000112
+gallium_dri.so free 0x5571735b3d80 void 0.000114
+gallium_dri.so free 0x5571735b3cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000113
+gallium_dri.so free 0x5571735b3e40 void 0.000114
+gallium_dri.so free 0x5571735b3cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e90 0.000115
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f40 0.000112
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000112
+gallium_dri.so free 0x5571735b4100 void 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4130 0.000113
+gallium_dri.so free 0x5571735b4180 void 0.000113
+gallium_dri.so free 0x5571735b4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4130 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000115
+gallium_dri.so free 0x5571735b4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4230 0.000114
+gallium_dri.so free 0x5571735b4340 void 0.000113
+gallium_dri.so free 0x5571735b4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735b42f0 0.000114
+gallium_dri.so free 0x5571735b43c0 void 0.000114
+gallium_dri.so free 0x5571735b42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b43e0 0.000113
+gallium_dri.so free 0x5571735b4480 void 0.000113
+gallium_dri.so free 0x5571735b43e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4430 0.000114
+gallium_dri.so free 0x5571735b4500 void 0.000114
+gallium_dri.so free 0x5571735b4430 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4430 0.000113
+gallium_dri.so free 0x5571735b4580 void 0.000113
+gallium_dri.so free 0x5571735b4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4580 0.000116
+gallium_dri.so free 0x5571735b4640 void 0.000114
+gallium_dri.so free 0x5571735b4580 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4580 0.000114
+gallium_dri.so free 0x5571735b4700 void 0.000122
+gallium_dri.so free 0x5571735b4580 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4580 0.000112
+gallium_dri.so free 0x5571735b47c0 void 0.000111
+gallium_dri.so free 0x5571735b4580 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4770 0.000109
+gallium_dri.so free 0x5571735b47c0 void 0.000116
+gallium_dri.so free 0x5571735b4770 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4770 0.000114
+gallium_dri.so free 0x5571735b48c0 void 0.000112
+gallium_dri.so free 0x5571735b4770 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4870 0.000109
+gallium_dri.so free 0x5571735b4980 void 0.000113
+gallium_dri.so free 0x5571735b4870 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4930 0.000112
+gallium_dri.so free 0x5571735b49c0 void 0.000111
+gallium_dri.so free 0x5571735b4930 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4930 0.000110
+gallium_dri.so free 0x5571735b4a80 void 0.000109
+gallium_dri.so free 0x5571735b4930 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4ac0 0.000109
+gallium_dri.so free 0x5571735b4b40 void 0.000110
+gallium_dri.so free 0x5571735b4ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4b40 0.000109
+gallium_dri.so free 0x5571735e3880 void 0.000109
+gallium_dri.so free 0x5571735b4b40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e38e0 0.000110
+gallium_dri.so free 0x5571735e3980 void 0.000110
+gallium_dri.so free 0x5571735e38e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3930 0.000115
+gallium_dri.so free 0x5571735e39c0 void 0.000114
+gallium_dri.so free 0x5571735e3930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3930 0.000113
+gallium_dri.so free 0x5571735b4c00 void 0.000113
+gallium_dri.so free 0x5571735e3930 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3930 0.000113
+gallium_dri.so free 0x5571735e3a80 void 0.000114
+gallium_dri.so free 0x5571735e3930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3ad0 0.000113
+gallium_dri.so free 0x5571735e3b40 void 0.000114
+gallium_dri.so free 0x5571735e3ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3b60 0.000113
+gallium_dri.so free 0x5571735e3c00 void 0.000113
+gallium_dri.so free 0x5571735e3b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000113
+gallium_dri.so free 0x5571735e3c80 void 0.000112
+gallium_dri.so free 0x5571735e3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3c80 0.000113
+gallium_dri.so free 0x5571735e3d40 void 0.000112
+gallium_dri.so free 0x5571735e3c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3c80 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000115
+gallium_dri.so free 0x5571735e3c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000114
+gallium_dri.so free 0x5571735e3e80 void 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000126
+gallium_dri.so free 0x5571735e3f40 void 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000112
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000113
+gallium_dri.so free 0x5571735e3fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e40d0 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000116
+gallium_dri.so free 0x5571735e40d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4180 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000114
+gallium_dri.so free 0x5571735e4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4180 0.000117
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so free 0x5571735e4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e42b0 0.000113
+gallium_dri.so free 0x5571735e4300 void 0.000114
+gallium_dri.so free 0x5571735e42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e42b0 0.000113
+gallium_dri.so free 0x5571735e4400 void 0.000116
+gallium_dri.so free 0x5571735e42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e43b0 0.000113
+gallium_dri.so free 0x5571735e44c0 void 0.000114
+gallium_dri.so free 0x5571735e43b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4470 0.000176
+gallium_dri.so free 0x5571735e4500 void 0.000126
+gallium_dri.so free 0x5571735e4470 void 0.000253
+gallium_dri.so malloc 72 0x5571735e4470 0.000181
+gallium_dri.so free 0x5571735e45c0 void 0.000155
+gallium_dri.so free 0x5571735e4470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4630 0.000113
+gallium_dri.so free 0x5571735e4680 void 0.000113
+gallium_dri.so free 0x5571735e4630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4630 0.000112
+gallium_dri.so free 0x5571735e4780 void 0.000114
+gallium_dri.so free 0x5571735e4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4730 0.000113
+gallium_dri.so free 0x5571735e4840 void 0.000114
+gallium_dri.so free 0x5571735e4730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e47f0 0.000113
+gallium_dri.so free 0x5571735e4880 void 0.000113
+gallium_dri.so free 0x5571735e47f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e47f0 0.000113
+gallium_dri.so free 0x5571735e4940 void 0.000113
+gallium_dri.so free 0x5571735e47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4980 0.000113
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so free 0x5571735e4980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4a00 0.000113
+gallium_dri.so free 0x5571735e4ac0 void 0.000127
+gallium_dri.so free 0x5571735e4a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a00 0.000114
+gallium_dri.so free 0x5571735e4b80 void 0.000113
+gallium_dri.so free 0x5571735e4a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ba0 0.000114
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4ba0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000113
+gallium_dri.so free 0x5571735e4bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4d40 void 0.000114
+gallium_dri.so free 0x5571735e4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4d40 0.000112
+gallium_dri.so free 0x5571735e4e00 void 0.000115
+gallium_dri.so free 0x5571735e4d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4d40 0.000112
+gallium_dri.so free 0x5571735e4ec0 void 0.000114
+gallium_dri.so free 0x5571735e4d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4d40 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000113
+gallium_dri.so free 0x5571735e4d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4f30 0.000113
+gallium_dri.so free 0x5571735e5040 void 0.000113
+gallium_dri.so free 0x5571735e4f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000114
+gallium_dri.so free 0x5571735e50c0 void 0.000117
+gallium_dri.so free 0x5571735e4ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5110 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000113
+gallium_dri.so free 0x5571735e5110 void 0.000112
+gallium_dri.so malloc 72 0x5571735e51a0 0.000112
+gallium_dri.so free 0x5571735e5240 void 0.000111
+gallium_dri.so free 0x5571735e51a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e51f0 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000112
+gallium_dri.so free 0x5571735e51f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e51f0 0.000121
+gallium_dri.so free 0x5571735e5340 void 0.000123
+gallium_dri.so free 0x5571735e51f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5340 0.000119
+gallium_dri.so free 0x5571735e5400 void 0.000121
+gallium_dri.so free 0x5571735e5340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5340 0.000120
+gallium_dri.so free 0x5571735e5500 void 0.000119
+gallium_dri.so free 0x5571735e5340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e54b0 0.000114
+gallium_dri.so free 0x5571735e5540 void 0.000115
+gallium_dri.so free 0x5571735e54b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e54b0 0.000123
+gallium_dri.so free 0x5571735e5600 void 0.000117
+gallium_dri.so free 0x5571735e54b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5640 0.000181
+gallium_dri.so free 0x5571735e56c0 void 0.000126
+gallium_dri.so free 0x5571735e5640 void 0.000124
+gallium_dri.so malloc 72 0x5571735e56c0 0.000123
+gallium_dri.so free 0x5571735e5780 void 0.000123
+gallium_dri.so free 0x5571735e56c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e56c0 0.000126
+gallium_dri.so free 0x5571735e5800 void 0.000123
+gallium_dri.so free 0x5571735e56c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5830 0.000118
+gallium_dri.so free 0x5571735e5880 void 0.000120
+gallium_dri.so free 0x5571735e5830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5830 0.000114
+gallium_dri.so free 0x5571735e5980 void 0.000113
+gallium_dri.so free 0x5571735e5830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e59c0 0.000118
+gallium_dri.so free 0x5571735e5a40 void 0.000124
+gallium_dri.so free 0x5571735e59c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5a40 0.000124
+gallium_dri.so free 0x5571735e5b00 void 0.000128
+gallium_dri.so free 0x5571735e5a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5a40 0.000123
+gallium_dri.so free 0x5571735e5b80 void 0.000128
+gallium_dri.so free 0x5571735e5a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000118
+gallium_dri.so free 0x5571735e5c00 void 0.000119
+gallium_dri.so free 0x5571735e5bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000114
+gallium_dri.so free 0x5571735e5d00 void 0.000114
+gallium_dri.so free 0x5571735e5bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000114
+gallium_dri.so free 0x5571735e5dc0 void 0.000117
+gallium_dri.so free 0x5571735e5cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5d70 0.000123
+gallium_dri.so free 0x5571735e5e40 void 0.000119
+gallium_dri.so free 0x5571735e5d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5d70 0.000124
+gallium_dri.so free 0x5571735e5f00 void 0.000123
+gallium_dri.so free 0x5571735e5d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5d70 0.000114
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e5d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5f70 0.000135
+gallium_dri.so free 0x5571735e6040 void 0.000130
+gallium_dri.so free 0x5571735e5f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6090 0.000138
+gallium_dri.so free 0x5571735e6100 void 0.000131
+gallium_dri.so free 0x5571735e6090 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6120 0.000131
+gallium_dri.so free 0x5571735e61c0 void 0.000123
+gallium_dri.so free 0x5571735e6120 void 0.000127
+gallium_dri.so malloc 72 0x5571735e6170 0.000129
+gallium_dri.so free 0x5571735e6240 void 0.000129
+gallium_dri.so free 0x5571735e6170 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6240 0.000129
+gallium_dri.so free 0x5571735e6300 void 0.000131
+gallium_dri.so free 0x5571735e6240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6240 0.000123
+gallium_dri.so free 0x5571735e6380 void 0.000125
+gallium_dri.so free 0x5571735e6240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6380 0.000119
+gallium_dri.so free 0x5571735e6440 void 0.000127
+gallium_dri.so free 0x5571735e6380 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6380 0.000129
+gallium_dri.so free 0x5571735e6500 void 0.000130
+gallium_dri.so free 0x5571735e6380 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6380 0.000139
+gallium_dri.so free 0x5571735e65c0 void 0.000130
+gallium_dri.so free 0x5571735e6380 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6570 0.000130
+gallium_dri.so free 0x5571735e6640 void 0.000128
+gallium_dri.so free 0x5571735e6570 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6690 0.000123
+gallium_dri.so free 0x5571735e6700 void 0.000126
+gallium_dri.so free 0x5571735e6690 void 0.000136
+gallium_dri.so malloc 72 0x5571735e6740 0.000124
+gallium_dri.so free 0x5571735e67c0 void 0.000120
+gallium_dri.so free 0x5571735e6740 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6740 0.000129
+gallium_dri.so free 0x5571735e6840 void 0.000129
+gallium_dri.so free 0x5571735e6740 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6870 0.000120
+gallium_dri.so free 0x5571735e68c0 void 0.000125
+gallium_dri.so free 0x5571735e6870 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6870 0.000125
+gallium_dri.so free 0x5571735e69c0 void 0.000123
+gallium_dri.so free 0x5571735e6870 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6970 0.000148
+gallium_dri.so free 0x5571735e6a80 void 0.000132
+gallium_dri.so free 0x5571735e6970 void 0.000163
+gallium_dri.so malloc 72 0x5571735e6a30 0.000130
+gallium_dri.so free 0x5571735e6ac0 void 0.000126
+gallium_dri.so free 0x5571735e6a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6a30 0.000129
+gallium_dri.so free 0x5571735e6b80 void 0.000131
+gallium_dri.so free 0x5571735e6a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000126
+gallium_dri.so free 0x5571735e6c40 void 0.000133
+gallium_dri.so free 0x5571735e6bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6bf0 0.000124
+gallium_dri.so free 0x5571735e6d40 void 0.000128
+gallium_dri.so free 0x5571735e6bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000119
+gallium_dri.so free 0x5571735e6e00 void 0.000123
+gallium_dri.so free 0x5571735e6cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6db0 0.000129
+gallium_dri.so free 0x5571735e6e40 void 0.000129
+gallium_dri.so free 0x5571735e6db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6db0 0.000129
+gallium_dri.so free 0x5571735da8c0 void 0.000169
+gallium_dri.so free 0x5571735e6db0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e6db0 0.000163
+gallium_dri.so free 0x5571735da940 void 0.000128
+gallium_dri.so free 0x5571735e6db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735daa00 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000129
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735dab00 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so malloc 72 0x5571735dabb0 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000121
+gallium_dri.so free 0x5571735dabb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dabb0 0.000129
+gallium_dri.so free 0x5571735dad00 void 0.000129
+gallium_dri.so free 0x5571735dabb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dacb0 0.000119
+gallium_dri.so free 0x5571735dadc0 void 0.000138
+gallium_dri.so free 0x5571735dacb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dad70 0.000124
+gallium_dri.so free 0x5571735dae00 void 0.000121
+gallium_dri.so free 0x5571735dad70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dad70 0.000124
+gallium_dri.so free 0x5571735daec0 void 0.000121
+gallium_dri.so free 0x5571735dad70 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf10 0.000129
+gallium_dri.so free 0x5571735daf80 void 0.000128
+gallium_dri.so free 0x5571735daf10 void 0.000129
+gallium_dri.so malloc 72 0x5571735dafc0 0.000131
+gallium_dri.so free 0x5571735db040 void 0.000130
+gallium_dri.so free 0x5571735dafc0 void 0.000220
+gallium_dri.so malloc 72 0x5571735db040 0.000235
+gallium_dri.so free 0x5571735db100 void 0.000219
+gallium_dri.so free 0x5571735db040 void 0.000199
+gallium_dri.so malloc 72 0x5571735db040 0.000239
+gallium_dri.so free 0x5571735db180 void 0.000221
+gallium_dri.so free 0x5571735db040 void 0.000221
+gallium_dri.so malloc 72 0x5571735db1b0 0.000200
+gallium_dri.so free 0x5571735db200 void 0.000242
+gallium_dri.so free 0x5571735db1b0 void 0.000243
+gallium_dri.so malloc 72 0x5571735db1b0 0.000255
+gallium_dri.so free 0x5571735db300 void 0.000321
+gallium_dri.so free 0x5571735db1b0 void 0.000324
+gallium_dri.so malloc 72 0x5571735db2b0 0.000335
+gallium_dri.so free 0x5571735db3c0 void 0.000286
+gallium_dri.so free 0x5571735db2b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735db370 0.000281
+gallium_dri.so free 0x5571735db440 void 0.000279
+gallium_dri.so free 0x5571735db370 void 0.000286
+gallium_dri.so malloc 72 0x5571735db460 0.000210
+gallium_dri.so free 0x5571735db500 void 0.000272
+gallium_dri.so free 0x5571735db460 void 0.000277
+gallium_dri.so malloc 72 0x5571735db4b0 0.000255
+gallium_dri.so free 0x5571735db580 void 0.000223
+gallium_dri.so free 0x5571735db4b0 void 0.000229
+gallium_dri.so malloc 72 0x5571735db4b0 0.000202
+gallium_dri.so free 0x5571735db600 void 0.000184
+gallium_dri.so free 0x5571735db4b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735db600 0.000241
+gallium_dri.so free 0x5571735db6c0 void 0.000222
+gallium_dri.so free 0x5571735db600 void 0.000223
+gallium_dri.so malloc 72 0x5571735db600 0.000200
+gallium_dri.so free 0x5571735db780 void 0.000241
+gallium_dri.so free 0x5571735db600 void 0.000246
+gallium_dri.so malloc 72 0x5571735db600 0.000242
+gallium_dri.so free 0x5571735db840 void 0.000281
+gallium_dri.so free 0x5571735db600 void 0.000277
+gallium_dri.so malloc 72 0x5571735db7f0 0.000281
+gallium_dri.so free 0x5571735db840 void 0.000192
+gallium_dri.so free 0x5571735db7f0 void 0.000236
+gallium_dri.so malloc 72 0x5571735db7f0 0.000236
+gallium_dri.so free 0x5571735db940 void 0.000182
+gallium_dri.so free 0x5571735db7f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735db8f0 0.000121
+gallium_dri.so free 0x5571735dba00 void 0.000125
+gallium_dri.so free 0x5571735db8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db9b0 0.000124
+gallium_dri.so free 0x5571735dba40 void 0.000125
+gallium_dri.so free 0x5571735db9b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735db9b0 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000130
+gallium_dri.so free 0x5571735db9b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735dbb40 0.000164
+gallium_dri.so free 0x5571735dbbc0 void 0.000126
+gallium_dri.so free 0x5571735dbb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000129
+gallium_dri.so free 0x5571735dbc80 void 0.000163
+gallium_dri.so free 0x5571735dbbc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000133
+gallium_dri.so free 0x5571735dbd40 void 0.000138
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd60 0.000127
+gallium_dri.so free 0x5571735dbe00 void 0.000133
+gallium_dri.so free 0x5571735dbd60 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000127
+gallium_dri.so free 0x5571735dbe80 void 0.000132
+gallium_dri.so free 0x5571735dbdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbdb0 0.000130
+gallium_dri.so free 0x5571735dbf00 void 0.000142
+gallium_dri.so free 0x5571735dbdb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbf00 0.000130
+gallium_dri.so free 0x5571735dbfc0 void 0.000128
+gallium_dri.so free 0x5571735dbf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbf00 0.000137
+gallium_dri.so free 0x5571735dc080 void 0.000138
+gallium_dri.so free 0x5571735dbf00 void 0.000173
+gallium_dri.so malloc 72 0x5571735dbf00 0.000136
+gallium_dri.so free 0x5571735dc140 void 0.000137
+gallium_dri.so free 0x5571735dbf00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000134
+gallium_dri.so free 0x5571735dc200 void 0.000136
+gallium_dri.so free 0x5571735dc0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000125
+gallium_dri.so free 0x5571735dc280 void 0.000125
+gallium_dri.so free 0x5571735dc1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc2d0 0.000131
+gallium_dri.so free 0x5571735dc340 void 0.000135
+gallium_dri.so free 0x5571735dc2d0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc360 0.000139
+gallium_dri.so free 0x5571735dc400 void 0.000139
+gallium_dri.so free 0x5571735dc360 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000135
+gallium_dri.so free 0x5571735dc480 void 0.000130
+gallium_dri.so free 0x5571735dc3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000131
+gallium_dri.so free 0x5571735dc500 void 0.000132
+gallium_dri.so free 0x5571735dc3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc500 0.000132
+gallium_dri.so free 0x5571735dc5c0 void 0.000136
+gallium_dri.so free 0x5571735dc500 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc500 0.000139
+gallium_dri.so free 0x5571735dc6c0 void 0.000136
+gallium_dri.so free 0x5571735dc500 void 0.000172
+gallium_dri.so malloc 72 0x5571735dc670 0.000130
+gallium_dri.so free 0x5571735dc700 void 0.000132
+gallium_dri.so free 0x5571735dc670 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc670 0.000136
+gallium_dri.so free 0x5571735dc7c0 void 0.000170
+gallium_dri.so free 0x5571735dc670 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc800 0.000136
+gallium_dri.so free 0x5571735dc880 void 0.000137
+gallium_dri.so free 0x5571735dc800 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc880 0.000124
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc880 0.000129
+gallium_dri.so free 0x5571735dc9c0 void 0.000132
+gallium_dri.so free 0x5571735dc880 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000129
+gallium_dri.so free 0x5571735dca40 void 0.000128
+gallium_dri.so free 0x5571735dc9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000130
+gallium_dri.so free 0x5571735dcb40 void 0.000130
+gallium_dri.so free 0x5571735dc9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcb80 0.000124
+gallium_dri.so free 0x5571735dcc00 void 0.000126
+gallium_dri.so free 0x5571735dcb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcc00 0.000120
+gallium_dri.so free 0x5571735dccc0 void 0.000122
+gallium_dri.so free 0x5571735dcc00 void 0.000138
+gallium_dri.so malloc 72 0x5571735dcc00 0.000132
+gallium_dri.so free 0x5571735dcd40 void 0.000130
+gallium_dri.so free 0x5571735dcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000124
+gallium_dri.so free 0x5571735dcdc0 void 0.000124
+gallium_dri.so free 0x5571735dcd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd70 0.000125
+gallium_dri.so free 0x5571735dcec0 void 0.000123
+gallium_dri.so free 0x5571735dcd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dce70 0.000129
+gallium_dri.so free 0x5571735dcf80 void 0.000130
+gallium_dri.so free 0x5571735dce70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcf30 0.000126
+gallium_dri.so free 0x5571735dd000 void 0.000124
+gallium_dri.so free 0x5571735dcf30 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcf30 0.000129
+gallium_dri.so free 0x5571735dd0c0 void 0.000124
+gallium_dri.so free 0x5571735dcf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf30 0.000125
+gallium_dri.so free 0x5571735dd180 void 0.000129
+gallium_dri.so free 0x5571735dcf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd130 0.000170
+gallium_dri.so free 0x5571735dd200 void 0.000165
+gallium_dri.so free 0x5571735dd130 void 0.000165
+gallium_dri.so malloc 72 0x5571735dd250 0.000130
+gallium_dri.so free 0x5571735dd2c0 void 0.000131
+gallium_dri.so free 0x5571735dd250 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000129
+gallium_dri.so free 0x5571735dd380 void 0.000130
+gallium_dri.so free 0x5571735dd2e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd330 0.000126
+gallium_dri.so free 0x5571735dd400 void 0.000125
+gallium_dri.so free 0x5571735dd330 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd400 0.000124
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so free 0x5571735dd400 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd400 0.000129
+gallium_dri.so free 0x5571735dd540 void 0.000130
+gallium_dri.so free 0x5571735dd400 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd540 0.000125
+gallium_dri.so free 0x5571735dd600 void 0.000120
+gallium_dri.so free 0x5571735dd540 void 0.000147
+gallium_dri.so malloc 72 0x5571735dd540 0.000131
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so free 0x5571735dd540 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd540 0.000130
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd540 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd730 0.000126
+gallium_dri.so free 0x5571735dd800 void 0.000129
+gallium_dri.so free 0x5571735dd730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd850 0.000124
+gallium_dri.so free 0x5571735dd8c0 void 0.000127
+gallium_dri.so free 0x5571735dd850 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd900 0.000127
+gallium_dri.so free 0x5571735dd980 void 0.000129
+gallium_dri.so free 0x5571735dd900 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd900 0.000125
+gallium_dri.so free 0x5571735dda00 void 0.000127
+gallium_dri.so free 0x5571735dd900 void 0.000130
+gallium_dri.so malloc 72 0x5571735dda30 0.000129
+gallium_dri.so free 0x5571735dda80 void 0.000130
+gallium_dri.so free 0x5571735dda30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dda30 0.000130
+gallium_dri.so free 0x5571735ddb80 void 0.000129
+gallium_dri.so free 0x5571735dda30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddb30 0.000129
+gallium_dri.so free 0x5571735ddc40 void 0.000124
+gallium_dri.so free 0x5571735ddb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000124
+gallium_dri.so free 0x5571735ddc80 void 0.000128
+gallium_dri.so free 0x5571735ddbf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000128
+gallium_dri.so free 0x5571735ddd40 void 0.000130
+gallium_dri.so free 0x5571735ddbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dddb0 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so free 0x5571735dddb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dddb0 0.000129
+gallium_dri.so free 0x5571735ddf00 void 0.000129
+gallium_dri.so free 0x5571735dddb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000119
+gallium_dri.so free 0x5571735ddfc0 void 0.000125
+gallium_dri.so free 0x5571735ddeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddf70 0.000126
+gallium_dri.so free 0x5571735de000 void 0.000126
+gallium_dri.so free 0x5571735ddf70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddf70 0.000124
+gallium_dri.so free 0x5571735de0c0 void 0.000125
+gallium_dri.so free 0x5571735ddf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735de100 0.000129
+gallium_dri.so free 0x5571735de180 void 0.000131
+gallium_dri.so free 0x5571735de100 void 0.000129
+gallium_dri.so malloc 72 0x5571735de180 0.000125
+gallium_dri.so free 0x5571735de240 void 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000125
+gallium_dri.so malloc 72 0x5571735de180 0.000128
+gallium_dri.so free 0x5571735de300 void 0.000129
+gallium_dri.so free 0x5571735de180 void 0.000126
+gallium_dri.so malloc 72 0x5571735de320 0.000119
+gallium_dri.so free 0x5571735de3c0 void 0.000129
+gallium_dri.so free 0x5571735de320 void 0.000129
+gallium_dri.so malloc 72 0x5571735de370 0.000125
+gallium_dri.so free 0x5571735de440 void 0.000126
+gallium_dri.so free 0x5571735de370 void 0.000125
+gallium_dri.so malloc 72 0x5571735de370 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000132
+gallium_dri.so free 0x5571735de370 void 0.000126
+gallium_dri.so malloc 72 0x5571735de4c0 0.000127
+gallium_dri.so free 0x5571735de580 void 0.000131
+gallium_dri.so free 0x5571735de4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de4c0 0.000124
+gallium_dri.so free 0x5571735de640 void 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de4c0 0.000128
+gallium_dri.so free 0x5571735de700 void 0.000129
+gallium_dri.so free 0x5571735de4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de6b0 0.000130
+gallium_dri.so free 0x5571735de7c0 void 0.000129
+gallium_dri.so free 0x5571735de6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de770 0.000124
+gallium_dri.so free 0x5571735de840 void 0.000124
+gallium_dri.so free 0x5571735de770 void 0.000121
+gallium_dri.so malloc 72 0x5571735de890 0.000119
+gallium_dri.so free 0x5571735de900 void 0.000119
+gallium_dri.so free 0x5571735de890 void 0.000124
+gallium_dri.so malloc 72 0x5571735de920 0.000129
+gallium_dri.so free 0x5571735de9c0 void 0.000129
+gallium_dri.so free 0x5571735de920 void 0.000131
+gallium_dri.so malloc 72 0x5571735de970 0.000130
+gallium_dri.so free 0x5571735dea40 void 0.000211
+gallium_dri.so free 0x5571735de970 void 0.000134
+gallium_dri.so malloc 72 0x5571735de970 0.000130
+gallium_dri.so free 0x5571735deac0 void 0.000124
+gallium_dri.so free 0x5571735de970 void 0.000125
+gallium_dri.so malloc 72 0x5571735deac0 0.000130
+gallium_dri.so free 0x5571735deb80 void 0.000130
+gallium_dri.so free 0x5571735deac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735deac0 0.000120
+gallium_dri.so free 0x5571735dec80 void 0.000120
+gallium_dri.so free 0x5571735deac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dec30 0.000130
+gallium_dri.so free 0x5571735decc0 void 0.000129
+gallium_dri.so free 0x5571735dec30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dec30 0.000124
+gallium_dri.so free 0x5571735ded80 void 0.000127
+gallium_dri.so free 0x5571735dec30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dedc0 0.000124
+gallium_dri.so free 0x5571735dee40 void 0.000126
+gallium_dri.so free 0x5571735dedc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000124
+gallium_dri.so free 0x5571735def00 void 0.000126
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee40 0.000124
+gallium_dri.so free 0x5571735def80 void 0.000125
+gallium_dri.so free 0x5571735dee40 void 0.000125
+gallium_dri.so malloc 72 0x5571735defb0 0.000130
+gallium_dri.so free 0x5571735df000 void 0.000124
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735defb0 0.000120
+gallium_dri.so free 0x5571735df100 void 0.000119
+gallium_dri.so free 0x5571735defb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df140 0.000124
+gallium_dri.so free 0x5571735df1c0 void 0.000130
+gallium_dri.so free 0x5571735df140 void 0.000129
+gallium_dri.so malloc 72 0x5571735df1c0 0.000124
+gallium_dri.so free 0x5571735df280 void 0.000120
+gallium_dri.so free 0x5571735df1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df1c0 0.000125
+gallium_dri.so free 0x5571735df300 void 0.000122
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df330 void 0.000113
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000116
+gallium_dri.so free 0x5571735df330 void 0.000113
+gallium_dri.so malloc 72 0x5571735df430 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000114
+gallium_dri.so free 0x5571735df430 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4f0 0.000123
+gallium_dri.so free 0x5571735df5c0 void 0.000117
+gallium_dri.so free 0x5571735df4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4f0 0.000112
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so free 0x5571735df4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4f0 0.000113
+gallium_dri.so free 0x5571735df740 void 0.000113
+gallium_dri.so free 0x5571735df4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6f0 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df810 0.000112
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df810 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8a0 0.000113
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so free 0x5571735df8a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df8f0 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000112
+gallium_dri.so free 0x5571735df8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df9c0 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000112
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfb00 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000123
+gallium_dri.so free 0x5571735dfb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb00 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb00 0.000112
+gallium_dri.so free 0x5571735dfd40 void 0.000112
+gallium_dri.so free 0x5571735dfb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe10 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000116
+gallium_dri.so free 0x5571735dfe10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfec0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfec0 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfff0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so free 0x5571735dfff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfff0 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so free 0x5571735dfff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e0200 void 0.000113
+gallium_dri.so free 0x5571735e00f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e01b0 0.000116
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0470 0.000112
+gallium_dri.so free 0x5571735e0580 void 0.000114
+gallium_dri.so free 0x5571735e0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0530 0.000112
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0530 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000113
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06c0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000169
+gallium_dri.so malloc 72 0x5571735e0740 0.000115
+gallium_dri.so free 0x5571735e08c0 void 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08e0 0.000112
+gallium_dri.so free 0x5571735e0980 void 0.000115
+gallium_dri.so free 0x5571735e08e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0930 0.000112
+gallium_dri.so free 0x5571735e0a00 void 0.000113
+gallium_dri.so free 0x5571735e0930 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0930 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000112
+gallium_dri.so free 0x5571735e0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a80 0.000112
+gallium_dri.so free 0x5571735e0c00 void 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0c70 0.000112
+gallium_dri.so free 0x5571735e0d80 void 0.000113
+gallium_dri.so free 0x5571735e0c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d30 0.000115
+gallium_dri.so free 0x5571735e0e00 void 0.000116
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e50 0.000127
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so free 0x5571735e0e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ee0 0.000113
+gallium_dri.so free 0x5571735e0f80 void 0.000115
+gallium_dri.so free 0x5571735e0ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f30 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so free 0x5571735e0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f30 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so free 0x5571735e0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1080 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000115
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1080 0.000113
+gallium_dri.so free 0x5571735e1240 void 0.000116
+gallium_dri.so free 0x5571735e1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e11f0 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e11f0 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so free 0x5571735e11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1380 0.000112
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so free 0x5571735e1380 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1400 0.000126
+gallium_dri.so free 0x5571735e14c0 void 0.000116
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1400 0.000112
+gallium_dri.so free 0x5571735e1540 void 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1570 0.000114
+gallium_dri.so free 0x5571735e15c0 void 0.000114
+gallium_dri.so free 0x5571735e1570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1570 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so free 0x5571735e1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1700 0.000112
+gallium_dri.so free 0x5571735e1780 void 0.000113
+gallium_dri.so free 0x5571735e1700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1780 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1780 0.000112
+gallium_dri.so free 0x5571735e18c0 void 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18f0 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so free 0x5571735e18f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18f0 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000114
+gallium_dri.so free 0x5571735e18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e19f0 0.000113
+gallium_dri.so free 0x5571735e1b00 void 0.000185
+gallium_dri.so free 0x5571735e19f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000113
+gallium_dri.so free 0x5571735e1b80 void 0.000112
+gallium_dri.so free 0x5571735e1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000113
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so free 0x5571735e1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000113
+gallium_dri.so free 0x5571735e1d00 void 0.000115
+gallium_dri.so free 0x5571735e1ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000116
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1dd0 0.000112
+gallium_dri.so free 0x5571735e1e40 void 0.000115
+gallium_dri.so free 0x5571735e1dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e60 0.000114
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so free 0x5571735e1e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000112
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f80 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f80 0.000112
+gallium_dri.so free 0x5571735e20c0 void 0.000127
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e20c0 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so free 0x5571735e20c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e20c0 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20c0 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000112
+gallium_dri.so free 0x5571735e20c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000113
+gallium_dri.so free 0x5571735e22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23d0 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000113
+gallium_dri.so free 0x5571735e23d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2480 0.000115
+gallium_dri.so free 0x5571735e2500 void 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2480 0.000112
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25b0 0.000116
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e25b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25b0 0.000112
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so free 0x5571735e25b0 void 0.000105
+gallium_dri.so malloc 72 0x5571735e26b0 0.000117
+gallium_dri.so free 0x5571735e27c0 void 0.000112
+gallium_dri.so free 0x5571735e26b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2770 0.000113
+gallium_dri.so free 0x5571735e2800 void 0.000113
+gallium_dri.so free 0x5571735e2770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2770 0.000114
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so free 0x5571735e2770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2930 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e2930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2930 0.000113
+gallium_dri.so free 0x5571735e2a80 void 0.000112
+gallium_dri.so free 0x5571735e2930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a30 0.000112
+gallium_dri.so free 0x5571735e2b40 void 0.000113
+gallium_dri.so free 0x5571735e2a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2af0 0.000113
+gallium_dri.so free 0x5571735e2b80 void 0.000113
+gallium_dri.so free 0x5571735e2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2af0 0.000112
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c80 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c80 void 0.000153
+gallium_dri.so malloc 72 0x5571735e2d00 0.000115
+gallium_dri.so free 0x5571735e2dc0 void 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d00 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ea0 0.000113
+gallium_dri.so free 0x5571735e2f40 void 0.000113
+gallium_dri.so free 0x5571735e2ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000112
+gallium_dri.so free 0x5571735e2fc0 void 0.000113
+gallium_dri.so free 0x5571735e2ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3040 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000112
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3040 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e3040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3040 0.000114
+gallium_dri.so free 0x5571735e3280 void 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3230 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000113
+gallium_dri.so free 0x5571735e3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32f0 0.000130
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3410 0.000112
+gallium_dri.so free 0x5571735e3480 void 0.000113
+gallium_dri.so free 0x5571735e3410 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34a0 0.000112
+gallium_dri.so free 0x5571735e3540 void 0.000114
+gallium_dri.so free 0x5571735e34a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34f0 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e34f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e34f0 0.000116
+gallium_dri.so free 0x5571735e3640 void 0.000113
+gallium_dri.so free 0x5571735e34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3640 0.000113
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3640 0.000113
+gallium_dri.so free 0x5571735bee80 void 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000112
+gallium_dri.so malloc 72 0x5571735beea0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000113
+gallium_dri.so free 0x5571735beea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beef0 0.000113
+gallium_dri.so free 0x5571735befc0 void 0.000113
+gallium_dri.so free 0x5571735beef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735beef0 0.000113
+gallium_dri.so free 0x5571735bf040 void 0.000119
+gallium_dri.so free 0x5571735beef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf040 0.000112
+gallium_dri.so free 0x5571735bf100 void 0.000114
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf040 0.000112
+gallium_dri.so free 0x5571735bf1c0 void 0.000115
+gallium_dri.so free 0x5571735bf040 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf040 0.000113
+gallium_dri.so free 0x5571735bf280 void 0.000114
+gallium_dri.so free 0x5571735bf040 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf230 0.000113
+gallium_dri.so free 0x5571735bf280 void 0.000115
+gallium_dri.so free 0x5571735bf230 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf230 0.000113
+gallium_dri.so free 0x5571735bf380 void 0.000115
+gallium_dri.so free 0x5571735bf230 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf330 0.000113
+gallium_dri.so free 0x5571735bf440 void 0.000114
+gallium_dri.so free 0x5571735bf330 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000113
+gallium_dri.so free 0x5571735bf480 void 0.000113
+gallium_dri.so free 0x5571735bf3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000113
+gallium_dri.so free 0x5571735bf540 void 0.000114
+gallium_dri.so free 0x5571735bf3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf580 0.000112
+gallium_dri.so free 0x5571735bf600 void 0.000161
+gallium_dri.so free 0x5571735bf580 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf600 0.000113
+gallium_dri.so free 0x5571735bf6c0 void 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf600 0.000117
+gallium_dri.so free 0x5571735bf780 void 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf7a0 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000115
+gallium_dri.so free 0x5571735bf7a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000112
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000120
+gallium_dri.so free 0x5571735bf940 void 0.000115
+gallium_dri.so free 0x5571735bf7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf940 0.000120
+gallium_dri.so free 0x5571735bfa00 void 0.000115
+gallium_dri.so free 0x5571735bf940 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf940 0.000113
+gallium_dri.so free 0x5571735bfac0 void 0.000113
+gallium_dri.so free 0x5571735bf940 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf940 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000115
+gallium_dri.so free 0x5571735bf940 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb30 0.000114
+gallium_dri.so free 0x5571735bfc40 void 0.000127
+gallium_dri.so free 0x5571735bfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000113
+gallium_dri.so free 0x5571735bfcc0 void 0.000114
+gallium_dri.so free 0x5571735bfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfd10 0.000112
+gallium_dri.so free 0x5571735bfd80 void 0.000113
+gallium_dri.so free 0x5571735bfd10 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfda0 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000113
+gallium_dri.so free 0x5571735bfda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000113
+gallium_dri.so free 0x5571735bfec0 void 0.000112
+gallium_dri.so free 0x5571735bfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000112
+gallium_dri.so free 0x5571735bff40 void 0.000113
+gallium_dri.so free 0x5571735bfdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff40 0.000113
+gallium_dri.so free 0x5571735c0000 void 0.000113
+gallium_dri.so free 0x5571735bff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff40 0.000113
+gallium_dri.so free 0x5571735c0100 void 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00b0 0.000113
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735c00b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c00b0 0.000114
+gallium_dri.so free 0x5571735c0200 void 0.000115
+gallium_dri.so free 0x5571735c00b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0240 0.000114
+gallium_dri.so free 0x5571735c02c0 void 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735c02c0 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so free 0x5571735c02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02c0 0.000116
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so free 0x5571735c02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0430 0.000113
+gallium_dri.so free 0x5571735c0480 void 0.000114
+gallium_dri.so free 0x5571735c0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0430 0.000114
+gallium_dri.so free 0x5571735c0580 void 0.000113
+gallium_dri.so free 0x5571735c0430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c05c0 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000113
+gallium_dri.so free 0x5571735c05c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0640 0.000117
+gallium_dri.so free 0x5571735c0700 void 0.000115
+gallium_dri.so free 0x5571735c0640 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0640 0.000123
+gallium_dri.so free 0x5571735c0780 void 0.000117
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c07b0 0.000119
+gallium_dri.so free 0x5571735c0800 void 0.000120
+gallium_dri.so free 0x5571735c07b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c07b0 0.000119
+gallium_dri.so free 0x5571735c0900 void 0.000120
+gallium_dri.so free 0x5571735c07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c08b0 0.000120
+gallium_dri.so free 0x5571735c09c0 void 0.000120
+gallium_dri.so free 0x5571735c08b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0970 0.000119
+gallium_dri.so free 0x5571735c0a40 void 0.000120
+gallium_dri.so free 0x5571735c0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0970 0.000120
+gallium_dri.so free 0x5571735c0b00 void 0.000120
+gallium_dri.so free 0x5571735c0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0970 0.000122
+gallium_dri.so free 0x5571735c0bc0 void 0.000120
+gallium_dri.so free 0x5571735c0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b70 0.000117
+gallium_dri.so free 0x5571735c0c40 void 0.000120
+gallium_dri.so free 0x5571735c0b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c90 0.000117
+gallium_dri.so free 0x5571735c0d00 void 0.000122
+gallium_dri.so free 0x5571735c0c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d20 0.000119
+gallium_dri.so free 0x5571735c0dc0 void 0.000117
+gallium_dri.so free 0x5571735c0d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0d70 0.000117
+gallium_dri.so free 0x5571735c0e40 void 0.000131
+gallium_dri.so free 0x5571735c0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0e40 0.000120
+gallium_dri.so free 0x5571735c0f00 void 0.000120
+gallium_dri.so free 0x5571735c0e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0e40 0.000119
+gallium_dri.so free 0x5571735c0f80 void 0.000121
+gallium_dri.so free 0x5571735c0e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0f80 0.000119
+gallium_dri.so free 0x5571735c1040 void 0.000117
+gallium_dri.so free 0x5571735c0f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f80 0.000120
+gallium_dri.so free 0x5571735c1100 void 0.000121
+gallium_dri.so free 0x5571735c0f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f80 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so free 0x5571735c0f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1170 0.000118
+gallium_dri.so free 0x5571735c1240 void 0.000121
+gallium_dri.so free 0x5571735c1170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1290 0.000120
+gallium_dri.so free 0x5571735c1300 void 0.000118
+gallium_dri.so free 0x5571735c1290 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1340 0.000121
+gallium_dri.so free 0x5571735c13c0 void 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1340 0.000179
+gallium_dri.so free 0x5571735c1440 void 0.000122
+gallium_dri.so free 0x5571735c1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1470 0.000119
+gallium_dri.so free 0x5571735c14c0 void 0.000119
+gallium_dri.so free 0x5571735c1470 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1470 0.000114
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1570 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000114
+gallium_dri.so free 0x5571735c1570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c16c0 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1630 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000118
+gallium_dri.so free 0x5571735c1630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c17f0 0.000115
+gallium_dri.so free 0x5571735c1840 void 0.000115
+gallium_dri.so free 0x5571735c17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c17f0 0.000114
+gallium_dri.so free 0x5571735c1940 void 0.000113
+gallium_dri.so free 0x5571735c17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c18f0 0.000113
+gallium_dri.so free 0x5571735c1a00 void 0.000116
+gallium_dri.so free 0x5571735c18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c19b0 0.000127
+gallium_dri.so free 0x5571735c1a40 void 0.000115
+gallium_dri.so free 0x5571735c19b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c19b0 0.000115
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735c19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b40 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000114
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000113
+gallium_dri.so free 0x5571735c1c80 void 0.000115
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000114
+gallium_dri.so free 0x5571735c1d40 void 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d60 0.000112
+gallium_dri.so free 0x5571735c1e00 void 0.000119
+gallium_dri.so free 0x5571735c1d60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1db0 0.000113
+gallium_dri.so free 0x5571735c1e80 void 0.000117
+gallium_dri.so free 0x5571735c1db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1db0 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so free 0x5571735c1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f00 0.000113
+gallium_dri.so free 0x5571735c1fc0 void 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f00 0.000115
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f00 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000113
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20f0 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so free 0x5571735c20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c21b0 0.000114
+gallium_dri.so free 0x5571735c2280 void 0.000113
+gallium_dri.so free 0x5571735c21b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22d0 0.000114
+gallium_dri.so free 0x5571735c2340 void 0.000113
+gallium_dri.so free 0x5571735c22d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2360 0.000112
+gallium_dri.so free 0x5571735c2400 void 0.000113
+gallium_dri.so free 0x5571735c2360 void 0.000113
+gallium_dri.so malloc 72 0x5571735c23b0 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000114
+gallium_dri.so free 0x5571735c23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c23b0 0.000116
+gallium_dri.so free 0x5571735c2500 void 0.000113
+gallium_dri.so free 0x5571735c23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2500 0.000112
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so free 0x5571735c2500 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2500 0.000114
+gallium_dri.so free 0x5571735c26c0 void 0.000164
+gallium_dri.so free 0x5571735c2500 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2670 0.000115
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2670 0.000114
+gallium_dri.so free 0x5571735c27c0 void 0.000116
+gallium_dri.so free 0x5571735c2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2800 0.000114
+gallium_dri.so free 0x5571735c2880 void 0.000114
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2880 0.000114
+gallium_dri.so free 0x5571735c2940 void 0.000114
+gallium_dri.so free 0x5571735c2880 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2880 0.000115
+gallium_dri.so free 0x5571735c29c0 void 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29f0 0.000113
+gallium_dri.so free 0x5571735c2a40 void 0.000113
+gallium_dri.so free 0x5571735c29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29f0 0.000116
+gallium_dri.so free 0x5571735c2b40 void 0.000116
+gallium_dri.so free 0x5571735c29f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2b80 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000115
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c00 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000133
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c00 0.000116
+gallium_dri.so free 0x5571735c2d40 void 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d70 0.000115
+gallium_dri.so free 0x5571735c2dc0 void 0.000116
+gallium_dri.so free 0x5571735c2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2d70 0.000114
+gallium_dri.so free 0x5571735c2ec0 void 0.000115
+gallium_dri.so free 0x5571735c2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2e70 0.000114
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2f30 0.000115
+gallium_dri.so free 0x5571735c3000 void 0.000115
+gallium_dri.so free 0x5571735c2f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2f30 0.000115
+gallium_dri.so free 0x5571735c30c0 void 0.000115
+gallium_dri.so free 0x5571735c2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f30 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so free 0x5571735c2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3130 0.000115
+gallium_dri.so free 0x5571735c3200 void 0.000115
+gallium_dri.so free 0x5571735c3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3250 0.000115
+gallium_dri.so free 0x5571735c32c0 void 0.000128
+gallium_dri.so free 0x5571735c3250 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32e0 0.000114
+gallium_dri.so free 0x5571735c3380 void 0.000116
+gallium_dri.so free 0x5571735c32e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3330 0.000114
+gallium_dri.so free 0x5571735c3400 void 0.000129
+gallium_dri.so free 0x5571735c3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3400 0.000116
+gallium_dri.so free 0x5571735c34c0 void 0.000114
+gallium_dri.so free 0x5571735c3400 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3400 0.000123
+gallium_dri.so free 0x5571735c3540 void 0.000118
+gallium_dri.so free 0x5571735c3400 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3540 0.000124
+gallium_dri.so free 0x5571735c3600 void 0.000119
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3540 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000116
+gallium_dri.so free 0x5571735c3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3540 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000123
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3730 0.000115
+gallium_dri.so free 0x5571735c3800 void 0.000169
+gallium_dri.so free 0x5571735c3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3850 0.000124
+gallium_dri.so free 0x5571735c38c0 void 0.000119
+gallium_dri.so free 0x5571735c3850 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3900 0.000118
+gallium_dri.so free 0x5571735c3980 void 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3900 0.000119
+gallium_dri.so free 0x5571735c3a00 void 0.000124
+gallium_dri.so free 0x5571735c3900 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a30 0.000119
+gallium_dri.so free 0x5571735c3a80 void 0.000123
+gallium_dri.so free 0x5571735c3a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3a30 0.000124
+gallium_dri.so free 0x5571735c3b80 void 0.000123
+gallium_dri.so free 0x5571735c3a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3b30 0.000118
+gallium_dri.so free 0x5571735c3c40 void 0.000115
+gallium_dri.so free 0x5571735c3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000115
+gallium_dri.so free 0x5571735c3c80 void 0.000120
+gallium_dri.so free 0x5571735c3bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000127
+gallium_dri.so free 0x5571735c3d40 void 0.000121
+gallium_dri.so free 0x5571735c3bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3db0 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000115
+gallium_dri.so free 0x5571735c3db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3db0 0.000123
+gallium_dri.so free 0x5571735c3f00 void 0.000118
+gallium_dri.so free 0x5571735c3db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000123
+gallium_dri.so free 0x5571735c3fc0 void 0.000120
+gallium_dri.so free 0x5571735c3eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3f70 0.000118
+gallium_dri.so free 0x5571735c4000 void 0.000115
+gallium_dri.so free 0x5571735c3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3f70 0.000118
+gallium_dri.so free 0x5571735c40c0 void 0.000115
+gallium_dri.so free 0x5571735c3f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4100 0.000117
+gallium_dri.so free 0x5571735c4180 void 0.000115
+gallium_dri.so free 0x5571735c4100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4180 0.000119
+gallium_dri.so free 0x5571735c4240 void 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4180 0.000136
+gallium_dri.so free 0x5571735c4300 void 0.000119
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4320 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000115
+gallium_dri.so free 0x5571735c4320 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4370 0.000118
+gallium_dri.so free 0x5571735c4440 void 0.000115
+gallium_dri.so free 0x5571735c4370 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4370 0.000122
+gallium_dri.so free 0x5571735c44c0 void 0.000124
+gallium_dri.so free 0x5571735c4370 void 0.000123
+gallium_dri.so malloc 72 0x5571735c44c0 0.000123
+gallium_dri.so free 0x5571735c4580 void 0.000124
+gallium_dri.so free 0x5571735c44c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44c0 0.000115
+gallium_dri.so free 0x5571735c4640 void 0.000120
+gallium_dri.so free 0x5571735c44c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c44c0 0.000125
+gallium_dri.so free 0x5571735c4700 void 0.000129
+gallium_dri.so free 0x5571735c44c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c46b0 0.000128
+gallium_dri.so free 0x5571735c47c0 void 0.000181
+gallium_dri.so free 0x5571735c46b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4770 0.000130
+gallium_dri.so free 0x5571735c4840 void 0.000125
+gallium_dri.so free 0x5571735c4770 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4890 0.000125
+gallium_dri.so free 0x5571735c4900 void 0.000124
+gallium_dri.so free 0x5571735c4890 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4920 0.000131
+gallium_dri.so free 0x5571735c49c0 void 0.000129
+gallium_dri.so free 0x5571735c4920 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4970 0.000129
+gallium_dri.so free 0x5571735c4a40 void 0.000128
+gallium_dri.so free 0x5571735c4970 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4970 0.000129
+gallium_dri.so free 0x5571735c4ac0 void 0.000130
+gallium_dri.so free 0x5571735c4970 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000129
+gallium_dri.so free 0x5571735c4b80 void 0.000129
+gallium_dri.so free 0x5571735c4ac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000138
+gallium_dri.so free 0x5571735c4c80 void 0.000130
+gallium_dri.so free 0x5571735c4ac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4c30 0.000131
+gallium_dri.so free 0x5571735c4cc0 void 0.000130
+gallium_dri.so free 0x5571735c4c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4c30 0.000132
+gallium_dri.so free 0x5571735c4d80 void 0.000124
+gallium_dri.so free 0x5571735c4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000121
+gallium_dri.so free 0x5571735c4e40 void 0.000126
+gallium_dri.so free 0x5571735c4dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4e40 0.000122
+gallium_dri.so free 0x5571735c4f00 void 0.000122
+gallium_dri.so free 0x5571735c4e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4e40 0.000128
+gallium_dri.so free 0x5571735c4f80 void 0.000129
+gallium_dri.so free 0x5571735c4e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000125
+gallium_dri.so free 0x5571735c5000 void 0.000122
+gallium_dri.so free 0x5571735c4fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000129
+gallium_dri.so free 0x5571735c5100 void 0.000132
+gallium_dri.so free 0x5571735c4fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5140 0.000129
+gallium_dri.so free 0x5571735c51c0 void 0.000128
+gallium_dri.so free 0x5571735c5140 void 0.000131
+gallium_dri.so malloc 72 0x5571735c51c0 0.000130
+gallium_dri.so free 0x5571735c5280 void 0.000134
+gallium_dri.so free 0x5571735c51c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c51c0 0.000129
+gallium_dri.so free 0x5571735c5300 void 0.000130
+gallium_dri.so free 0x5571735c51c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5330 0.000129
+gallium_dri.so free 0x5571735c5380 void 0.000131
+gallium_dri.so free 0x5571735c5330 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5330 0.000124
+gallium_dri.so free 0x5571735c5480 void 0.000121
+gallium_dri.so free 0x5571735c5330 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5430 0.000126
+gallium_dri.so free 0x5571735c5540 void 0.000121
+gallium_dri.so free 0x5571735c5430 void 0.000124
+gallium_dri.so malloc 72 0x5571735c54f0 0.000196
+gallium_dri.so free 0x5571735c55c0 void 0.000130
+gallium_dri.so free 0x5571735c54f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c54f0 0.000123
+gallium_dri.so free 0x5571735c5680 void 0.000111
+gallium_dri.so free 0x5571735c54f0 void 0.000196
+gallium_dri.so malloc 72 0x5571735c54f0 0.000152
+gallium_dri.so free 0x5571735c5740 void 0.000122
+gallium_dri.so free 0x5571735c54f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c56f0 0.000119
+gallium_dri.so free 0x5571735c57c0 void 0.000119
+gallium_dri.so free 0x5571735c56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5810 0.000118
+gallium_dri.so free 0x5571735c5880 void 0.000119
+gallium_dri.so free 0x5571735c5810 void 0.000117
+gallium_dri.so malloc 72 0x5571735c58a0 0.000118
+gallium_dri.so free 0x5571735c5940 void 0.000118
+gallium_dri.so free 0x5571735c58a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c58f0 0.000119
+gallium_dri.so free 0x5571735c59c0 void 0.000119
+gallium_dri.so free 0x5571735c58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c59c0 0.000121
+gallium_dri.so free 0x5571735c5a80 void 0.000123
+gallium_dri.so free 0x5571735c59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c59c0 0.000131
+gallium_dri.so free 0x5571735c5b00 void 0.000122
+gallium_dri.so free 0x5571735c59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b00 0.000117
+gallium_dri.so free 0x5571735c5bc0 void 0.000119
+gallium_dri.so free 0x5571735c5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b00 0.000118
+gallium_dri.so free 0x5571735c5c80 void 0.000120
+gallium_dri.so free 0x5571735c5b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5b00 0.000119
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so free 0x5571735c5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000119
+gallium_dri.so free 0x5571735c5dc0 void 0.000120
+gallium_dri.so free 0x5571735c5cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5e10 0.000118
+gallium_dri.so free 0x5571735c5e80 void 0.000121
+gallium_dri.so free 0x5571735c5e10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000119
+gallium_dri.so free 0x5571735c5f40 void 0.000120
+gallium_dri.so free 0x5571735c5ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000118
+gallium_dri.so free 0x5571735c5fc0 void 0.000121
+gallium_dri.so free 0x5571735c5ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000119
+gallium_dri.so free 0x5571735c6040 void 0.000121
+gallium_dri.so free 0x5571735c5ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000120
+gallium_dri.so free 0x5571735c6140 void 0.000115
+gallium_dri.so free 0x5571735c5ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c60f0 0.000112
+gallium_dri.so free 0x5571735c6200 void 0.000114
+gallium_dri.so free 0x5571735c60f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c61b0 0.000115
+gallium_dri.so free 0x5571735c6240 void 0.000114
+gallium_dri.so free 0x5571735c61b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c61b0 0.000114
+gallium_dri.so free 0x5571735c6300 void 0.000114
+gallium_dri.so free 0x5571735c61b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6370 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000122
+gallium_dri.so free 0x5571735c6370 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6370 0.000114
+gallium_dri.so free 0x5571735c64c0 void 0.000115
+gallium_dri.so free 0x5571735c6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6470 0.000113
+gallium_dri.so free 0x5571735c6580 void 0.000114
+gallium_dri.so free 0x5571735c6470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6530 0.000112
+gallium_dri.so free 0x5571735c65c0 void 0.000114
+gallium_dri.so free 0x5571735c6530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6530 0.000123
+gallium_dri.so free 0x5571735c6680 void 0.000122
+gallium_dri.so free 0x5571735c6530 void 0.000134
+gallium_dri.so malloc 72 0x5571735c66c0 0.000119
+gallium_dri.so free 0x5571735c6740 void 0.000114
+gallium_dri.so free 0x5571735c66c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6740 0.000113
+gallium_dri.so free 0x5571735c6800 void 0.000114
+gallium_dri.so free 0x5571735c6740 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6740 0.000113
+gallium_dri.so free 0x5571735c68c0 void 0.000114
+gallium_dri.so free 0x5571735c6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c68e0 0.000114
+gallium_dri.so free 0x5571735c6980 void 0.000114
+gallium_dri.so free 0x5571735c68e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6930 0.000114
+gallium_dri.so free 0x5571735c6a00 void 0.000114
+gallium_dri.so free 0x5571735c6930 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6930 0.000114
+gallium_dri.so free 0x5571735c6a80 void 0.000115
+gallium_dri.so free 0x5571735c6930 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6a80 0.000113
+gallium_dri.so free 0x5571735c6b40 void 0.000113
+gallium_dri.so free 0x5571735c6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a80 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000113
+gallium_dri.so free 0x5571735c6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a80 0.000114
+gallium_dri.so free 0x5571735c6cc0 void 0.000114
+gallium_dri.so free 0x5571735c6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6c70 0.000116
+gallium_dri.so free 0x5571735c6d80 void 0.000115
+gallium_dri.so free 0x5571735c6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6d30 0.000113
+gallium_dri.so free 0x5571735c6e00 void 0.000114
+gallium_dri.so free 0x5571735c6d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e50 0.000113
+gallium_dri.so free 0x5571735c6ec0 void 0.000114
+gallium_dri.so free 0x5571735c6e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ee0 0.000111
+gallium_dri.so free 0x5571735c6f80 void 0.000115
+gallium_dri.so free 0x5571735c6ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f30 0.000114
+gallium_dri.so free 0x5571735c7000 void 0.000113
+gallium_dri.so free 0x5571735c6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f30 0.000113
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so free 0x5571735c6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7080 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000115
+gallium_dri.so free 0x5571735c7080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7080 0.000113
+gallium_dri.so free 0x5571735c7240 void 0.000114
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so malloc 72 0x5571735c71f0 0.000112
+gallium_dri.so free 0x5571735c7280 void 0.000115
+gallium_dri.so free 0x5571735c71f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c71f0 0.000156
+gallium_dri.so free 0x5571735c7340 void 0.000114
+gallium_dri.so free 0x5571735c71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7380 0.000123
+gallium_dri.so free 0x5571735c7400 void 0.000118
+gallium_dri.so free 0x5571735c7380 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7400 0.000112
+gallium_dri.so free 0x5571735c74c0 void 0.000113
+gallium_dri.so free 0x5571735c7400 void 0.000191
+gallium_dri.so malloc 72 0x5571735c7400 0.000123
+gallium_dri.so free 0x5571735c7540 void 0.000123
+gallium_dri.so free 0x5571735c7400 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7570 0.000123
+gallium_dri.so free 0x5571735c75c0 void 0.000118
+gallium_dri.so free 0x5571735c7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7570 0.000123
+gallium_dri.so free 0x5571735c76c0 void 0.000124
+gallium_dri.so free 0x5571735c7570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7700 0.000120
+gallium_dri.so free 0x5571735c7780 void 0.000118
+gallium_dri.so free 0x5571735c7700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7780 0.000153
+gallium_dri.so free 0x5571735c7840 void 0.000116
+gallium_dri.so free 0x5571735c7780 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7780 0.000133
+gallium_dri.so free 0x5571735c78c0 void 0.000125
+gallium_dri.so free 0x5571735c7780 void 0.000120
+gallium_dri.so malloc 72 0x5571735c78f0 0.000115
+gallium_dri.so free 0x5571735c7940 void 0.000121
+gallium_dri.so free 0x5571735c78f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c78f0 0.000123
+gallium_dri.so free 0x5571735c7a40 void 0.000127
+gallium_dri.so free 0x5571735c78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c79f0 0.000120
+gallium_dri.so free 0x5571735c7b00 void 0.000125
+gallium_dri.so free 0x5571735c79f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000125
+gallium_dri.so free 0x5571735c7b80 void 0.000123
+gallium_dri.so free 0x5571735c7ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000125
+gallium_dri.so free 0x5571735c7c40 void 0.000123
+gallium_dri.so free 0x5571735c7ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000124
+gallium_dri.so free 0x5571735c7d00 void 0.000118
+gallium_dri.so free 0x5571735c7ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000115
+gallium_dri.so free 0x5571735c7d80 void 0.000131
+gallium_dri.so free 0x5571735c7cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7dd0 0.000122
+gallium_dri.so free 0x5571735c7e40 void 0.000122
+gallium_dri.so free 0x5571735c7dd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7e60 0.000135
+gallium_dri.so free 0x5571735c7f00 void 0.000126
+gallium_dri.so free 0x5571735c7e60 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000128
+gallium_dri.so free 0x5571735c7f80 void 0.000128
+gallium_dri.so free 0x5571735c7eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7f80 0.000127
+gallium_dri.so free 0x5571735c8040 void 0.000128
+gallium_dri.so free 0x5571735c7f80 void 0.000128
+gallium_dri.so malloc 72 0x5571735c7f80 0.000128
+gallium_dri.so free 0x5571735c80c0 void 0.000128
+gallium_dri.so free 0x5571735c7f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c80c0 0.000119
+gallium_dri.so free 0x5571735c8180 void 0.000119
+gallium_dri.so free 0x5571735c80c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c80c0 0.000128
+gallium_dri.so free 0x5571735c8240 void 0.000128
+gallium_dri.so free 0x5571735c80c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c80c0 0.000125
+gallium_dri.so free 0x5571735c8300 void 0.000198
+gallium_dri.so free 0x5571735c80c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c82b0 0.000128
+gallium_dri.so free 0x5571735c8380 void 0.000130
+gallium_dri.so free 0x5571735c82b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c83d0 0.000128
+gallium_dri.so free 0x5571735c8440 void 0.000126
+gallium_dri.so free 0x5571735c83d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8480 0.000129
+gallium_dri.so free 0x5571735c8500 void 0.000129
+gallium_dri.so free 0x5571735c8480 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8480 0.000119
+gallium_dri.so free 0x5571735c8580 void 0.000189
+gallium_dri.so free 0x5571735c8480 void 0.000224
+gallium_dri.so malloc 72 0x5571735c85b0 0.000297
+gallium_dri.so free 0x5571735c8600 void 0.000298
+gallium_dri.so free 0x5571735c85b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c85b0 0.000131
+gallium_dri.so free 0x5571735c8700 void 0.000125
+gallium_dri.so free 0x5571735c85b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c86b0 0.000129
+gallium_dri.so free 0x5571735c87c0 void 0.000145
+gallium_dri.so free 0x5571735c86b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c8770 0.000130
+gallium_dri.so free 0x5571735c8800 void 0.000128
+gallium_dri.so free 0x5571735c8770 void 0.000129
+gallium_dri.so malloc 72 0x5571735c8770 0.000123
+gallium_dri.so free 0x5571735c88c0 void 0.000125
+gallium_dri.so free 0x5571735c8770 void 0.000128
+gallium_dri.so malloc 72 0x5571735c8930 0.000129
+gallium_dri.so free 0x5571735c8980 void 0.000124
+gallium_dri.so free 0x5571735c8930 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8930 0.000123
+gallium_dri.so free 0x5571735c8a80 void 0.000120
+gallium_dri.so free 0x5571735c8930 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8a30 0.000129
+gallium_dri.so free 0x5571735c8b40 void 0.000129
+gallium_dri.so free 0x5571735c8a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8af0 0.000125
+gallium_dri.so free 0x5571735c8b80 void 0.000123
+gallium_dri.so free 0x5571735c8af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8af0 0.000118
+gallium_dri.so free 0x5571735c8c40 void 0.000123
+gallium_dri.so free 0x5571735c8af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8c80 0.000130
+gallium_dri.so free 0x5571735c8d00 void 0.000129
+gallium_dri.so free 0x5571735c8c80 void 0.000138
+gallium_dri.so malloc 72 0x5571735c8d00 0.000121
+gallium_dri.so free 0x5571735c8dc0 void 0.000125
+gallium_dri.so free 0x5571735c8d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8d00 0.000120
+gallium_dri.so free 0x5571735c8e80 void 0.000121
+gallium_dri.so free 0x5571735c8d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8ea0 0.000122
+gallium_dri.so free 0x5571735c8fc0 void 0.000120
+gallium_dri.so free 0x5571735c8ea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8f70 0.000121
+gallium_dri.so free 0x5571735c9040 void 0.000120
+gallium_dri.so free 0x5571735c8f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f70 0.000121
+gallium_dri.so free 0x5571735c90c0 void 0.000120
+gallium_dri.so free 0x5571735c8f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c90c0 0.000120
+gallium_dri.so free 0x5571735c9180 void 0.000120
+gallium_dri.so free 0x5571735c90c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c90c0 0.000120
+gallium_dri.so free 0x5571735c9240 void 0.000122
+gallium_dri.so free 0x5571735c90c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c90c0 0.000120
+gallium_dri.so free 0x5571735c9300 void 0.000121
+gallium_dri.so free 0x5571735c90c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c92b0 0.000121
+gallium_dri.so free 0x5571735c93c0 void 0.000171
+gallium_dri.so free 0x5571735c92b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9370 0.000121
+gallium_dri.so free 0x5571735c9440 void 0.000122
+gallium_dri.so free 0x5571735c9370 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9490 0.000120
+gallium_dri.so free 0x5571735c9500 void 0.000121
+gallium_dri.so free 0x5571735c9490 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9520 0.000119
+gallium_dri.so free 0x5571735c95c0 void 0.000120
+gallium_dri.so free 0x5571735c9520 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9570 0.000120
+gallium_dri.so free 0x5571735c9640 void 0.000121
+gallium_dri.so free 0x5571735c9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9570 0.000120
+gallium_dri.so free 0x5571735c96c0 void 0.000121
+gallium_dri.so free 0x5571735c9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c96c0 0.000122
+gallium_dri.so free 0x5571735c9780 void 0.000121
+gallium_dri.so free 0x5571735c96c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c96c0 0.000120
+gallium_dri.so free 0x5571735c9880 void 0.000120
+gallium_dri.so free 0x5571735c96c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9830 0.000120
+gallium_dri.so free 0x5571735c98c0 void 0.000121
+gallium_dri.so free 0x5571735c9830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9830 0.000122
+gallium_dri.so free 0x5571735c9980 void 0.000120
+gallium_dri.so free 0x5571735c9830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99c0 0.000119
+gallium_dri.so free 0x5571735c9a40 void 0.000120
+gallium_dri.so free 0x5571735c99c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9a40 0.000117
+gallium_dri.so free 0x5571735c9b00 void 0.000120
+gallium_dri.so free 0x5571735c9a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9a40 0.000118
+gallium_dri.so free 0x5571735c9b80 void 0.000120
+gallium_dri.so free 0x5571735c9a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000118
+gallium_dri.so free 0x5571735c9c00 void 0.000114
+gallium_dri.so free 0x5571735c9bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000112
+gallium_dri.so free 0x5571735c9d00 void 0.000113
+gallium_dri.so free 0x5571735c9bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9d40 0.000114
+gallium_dri.so free 0x5571735c9dc0 void 0.000114
+gallium_dri.so free 0x5571735c9d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9dc0 0.000112
+gallium_dri.so free 0x5571735c9e80 void 0.000116
+gallium_dri.so free 0x5571735c9dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9dc0 0.000113
+gallium_dri.so free 0x5571735c9f00 void 0.000114
+gallium_dri.so free 0x5571735c9dc0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c9f30 0.000119
+gallium_dri.so free 0x5571735c9f80 void 0.000115
+gallium_dri.so free 0x5571735c9f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9f30 0.000114
+gallium_dri.so free 0x5571735ca080 void 0.000115
+gallium_dri.so free 0x5571735c9f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca030 0.000114
+gallium_dri.so free 0x5571735ca140 void 0.000115
+gallium_dri.so free 0x5571735ca030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca0f0 0.000115
+gallium_dri.so free 0x5571735ca1c0 void 0.000117
+gallium_dri.so free 0x5571735ca0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca0f0 0.000115
+gallium_dri.so free 0x5571735ca280 void 0.000116
+gallium_dri.so free 0x5571735ca0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca0f0 0.000114
+gallium_dri.so free 0x5571735ca340 void 0.000116
+gallium_dri.so free 0x5571735ca0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca2f0 0.000114
+gallium_dri.so free 0x5571735ca3c0 void 0.000114
+gallium_dri.so free 0x5571735ca2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca410 0.000113
+gallium_dri.so free 0x5571735ca480 void 0.000116
+gallium_dri.so free 0x5571735ca410 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca4a0 0.000115
+gallium_dri.so free 0x5571735ca540 void 0.000114
+gallium_dri.so free 0x5571735ca4a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca4f0 0.000116
+gallium_dri.so free 0x5571735ca5c0 void 0.000114
+gallium_dri.so free 0x5571735ca4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca5c0 0.000115
+gallium_dri.so free 0x5571735ca680 void 0.000115
+gallium_dri.so free 0x5571735ca5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca5c0 0.000113
+gallium_dri.so free 0x5571735ca700 void 0.000116
+gallium_dri.so free 0x5571735ca5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca700 0.000114
+gallium_dri.so free 0x5571735ca7c0 void 0.000115
+gallium_dri.so free 0x5571735ca700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca700 0.000114
+gallium_dri.so free 0x5571735ca880 void 0.000115
+gallium_dri.so free 0x5571735ca700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca700 0.000114
+gallium_dri.so free 0x5571735ca940 void 0.000116
+gallium_dri.so free 0x5571735ca700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca8f0 0.000115
+gallium_dri.so free 0x5571735ca9c0 void 0.000116
+gallium_dri.so free 0x5571735ca8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735caa10 0.000116
+gallium_dri.so free 0x5571735caa80 void 0.000115
+gallium_dri.so free 0x5571735caa10 void 0.000113
+gallium_dri.so malloc 72 0x5571735caac0 0.000116
+gallium_dri.so free 0x5571735cab40 void 0.000116
+gallium_dri.so free 0x5571735caac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735caac0 0.000120
+gallium_dri.so free 0x5571735cabc0 void 0.000119
+gallium_dri.so free 0x5571735caac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cabf0 0.000115
+gallium_dri.so free 0x5571735cac40 void 0.000115
+gallium_dri.so free 0x5571735cabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cabf0 0.000114
+gallium_dri.so free 0x5571735cad40 void 0.000115
+gallium_dri.so free 0x5571735cabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cacf0 0.000115
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735cacf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cadb0 0.000113
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735caf70 0.000114
+gallium_dri.so free 0x5571735cafc0 void 0.000117
+gallium_dri.so free 0x5571735caf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735caf70 0.000114
+gallium_dri.so free 0x5571735cb0c0 void 0.000116
+gallium_dri.so free 0x5571735caf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb070 0.000113
+gallium_dri.so free 0x5571735cb180 void 0.000115
+gallium_dri.so free 0x5571735cb070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb130 0.000122
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb130 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb130 0.000113
+gallium_dri.so free 0x5571735cb280 void 0.000113
+gallium_dri.so free 0x5571735cb130 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000113
+gallium_dri.so free 0x5571735cb2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb340 0.000113
+gallium_dri.so free 0x5571735cb400 void 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb340 0.000112
+gallium_dri.so free 0x5571735cb4c0 void 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb4e0 0.000113
+gallium_dri.so free 0x5571735cb580 void 0.000113
+gallium_dri.so free 0x5571735cb4e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb530 0.000113
+gallium_dri.so free 0x5571735cb600 void 0.000114
+gallium_dri.so free 0x5571735cb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb530 0.000112
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so free 0x5571735cb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb680 0.000114
+gallium_dri.so free 0x5571735cb740 void 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb680 0.000132
+gallium_dri.so free 0x5571735cb800 void 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb680 0.000114
+gallium_dri.so free 0x5571735cb8c0 void 0.000116
+gallium_dri.so free 0x5571735cb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb870 0.000114
+gallium_dri.so free 0x5571735cb980 void 0.000113
+gallium_dri.so free 0x5571735cb870 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb930 0.000113
+gallium_dri.so free 0x5571735cba00 void 0.000114
+gallium_dri.so free 0x5571735cb930 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba50 0.000113
+gallium_dri.so free 0x5571735cbac0 void 0.000120
+gallium_dri.so free 0x5571735cba50 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbae0 0.000113
+gallium_dri.so free 0x5571735cbb80 void 0.000113
+gallium_dri.so free 0x5571735cbae0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbb30 0.000112
+gallium_dri.so free 0x5571735cbc00 void 0.000118
+gallium_dri.so free 0x5571735cbb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb30 0.000112
+gallium_dri.so free 0x5571735cbc80 void 0.000114
+gallium_dri.so free 0x5571735cbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc80 0.000114
+gallium_dri.so free 0x5571735cbd40 void 0.000113
+gallium_dri.so free 0x5571735cbc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc80 0.000169
+gallium_dri.so free 0x5571735cbe40 void 0.000117
+gallium_dri.so free 0x5571735cbc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000113
+gallium_dri.so free 0x5571735cbe80 void 0.000115
+gallium_dri.so free 0x5571735cbdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000113
+gallium_dri.so free 0x5571735cbf40 void 0.000114
+gallium_dri.so free 0x5571735cbdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbf80 0.000113
+gallium_dri.so free 0x5571735cc000 void 0.000116
+gallium_dri.so free 0x5571735cbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc000 0.000113
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so free 0x5571735cc000 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc000 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so free 0x5571735cc000 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc170 0.000114
+gallium_dri.so free 0x5571735cc1c0 void 0.000115
+gallium_dri.so free 0x5571735cc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc170 0.000113
+gallium_dri.so free 0x5571735cc2c0 void 0.000114
+gallium_dri.so free 0x5571735cc170 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc300 0.000112
+gallium_dri.so free 0x5571735cc380 void 0.000115
+gallium_dri.so free 0x5571735cc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc380 0.000113
+gallium_dri.so free 0x5571735cc440 void 0.000116
+gallium_dri.so free 0x5571735cc380 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc380 0.000114
+gallium_dri.so free 0x5571735cc4c0 void 0.000114
+gallium_dri.so free 0x5571735cc380 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000113
+gallium_dri.so free 0x5571735cc540 void 0.000114
+gallium_dri.so free 0x5571735cc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000112
+gallium_dri.so free 0x5571735cc640 void 0.000114
+gallium_dri.so free 0x5571735cc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000113
+gallium_dri.so free 0x5571735cc700 void 0.000113
+gallium_dri.so free 0x5571735cc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000114
+gallium_dri.so free 0x5571735cc780 void 0.000115
+gallium_dri.so free 0x5571735cc6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000113
+gallium_dri.so free 0x5571735cc840 void 0.000115
+gallium_dri.so free 0x5571735cc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000113
+gallium_dri.so free 0x5571735cc900 void 0.000115
+gallium_dri.so free 0x5571735cc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000113
+gallium_dri.so free 0x5571735cc980 void 0.000116
+gallium_dri.so free 0x5571735cc8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc9d0 0.000121
+gallium_dri.so free 0x5571735cca40 void 0.000139
+gallium_dri.so free 0x5571735cc9d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca60 0.000115
+gallium_dri.so free 0x5571735ccb00 void 0.000115
+gallium_dri.so free 0x5571735cca60 void 0.000116
+gallium_dri.so malloc 72 0x5571735ccab0 0.000114
+gallium_dri.so free 0x5571735ccb80 void 0.000115
+gallium_dri.so free 0x5571735ccab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccb80 0.000119
+gallium_dri.so free 0x5571735ccc40 void 0.000115
+gallium_dri.so free 0x5571735ccb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ccb80 0.000119
+gallium_dri.so free 0x5571735cccc0 void 0.000119
+gallium_dri.so free 0x5571735ccb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cccc0 0.000116
+gallium_dri.so free 0x5571735ccd80 void 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cccc0 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000114
+gallium_dri.so free 0x5571735cccc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cccc0 0.000113
+gallium_dri.so free 0x5571735ccf00 void 0.000115
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cceb0 0.000113
+gallium_dri.so free 0x5571735ccf80 void 0.000114
+gallium_dri.so free 0x5571735cceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccfd0 0.000114
+gallium_dri.so free 0x5571735cd040 void 0.000192
+gallium_dri.so free 0x5571735ccfd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd080 0.000114
+gallium_dri.so free 0x5571735cd100 void 0.000114
+gallium_dri.so free 0x5571735cd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd080 0.000113
+gallium_dri.so free 0x5571735cd180 void 0.000115
+gallium_dri.so free 0x5571735cd080 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000113
+gallium_dri.so free 0x5571735cd200 void 0.000115
+gallium_dri.so free 0x5571735cd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000112
+gallium_dri.so free 0x5571735cd300 void 0.000114
+gallium_dri.so free 0x5571735cd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000113
+gallium_dri.so free 0x5571735cd3c0 void 0.000114
+gallium_dri.so free 0x5571735cd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd400 void 0.000114
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000115
+gallium_dri.so free 0x5571735cd4c0 void 0.000114
+gallium_dri.so free 0x5571735cd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd530 0.000113
+gallium_dri.so free 0x5571735cd580 void 0.000115
+gallium_dri.so free 0x5571735cd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd530 0.000112
+gallium_dri.so free 0x5571735cd680 void 0.000124
+gallium_dri.so free 0x5571735cd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd630 0.000113
+gallium_dri.so free 0x5571735cd740 void 0.000114
+gallium_dri.so free 0x5571735cd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000113
+gallium_dri.so free 0x5571735cd780 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000113
+gallium_dri.so free 0x5571735cd840 void 0.000113
+gallium_dri.so free 0x5571735cd6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd880 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so free 0x5571735cd880 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd900 0.000115
+gallium_dri.so free 0x5571735cd9c0 void 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd900 0.000113
+gallium_dri.so free 0x5571735cda80 void 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdaa0 0.000114
+gallium_dri.so free 0x5571735cdb40 void 0.000114
+gallium_dri.so free 0x5571735cdaa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000113
+gallium_dri.so free 0x5571735cdbc0 void 0.000113
+gallium_dri.so free 0x5571735cdaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000118
+gallium_dri.so free 0x5571735cdc40 void 0.000171
+gallium_dri.so free 0x5571735cdaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdc40 0.000115
+gallium_dri.so free 0x5571735cdd00 void 0.000116
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdc40 0.000115
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdc40 0.000115
+gallium_dri.so free 0x5571735cde80 void 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde30 0.000117
+gallium_dri.so free 0x5571735cdf40 void 0.000116
+gallium_dri.so free 0x5571735cde30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdef0 0.000114
+gallium_dri.so free 0x5571735cdfc0 void 0.000116
+gallium_dri.so free 0x5571735cdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce010 0.000115
+gallium_dri.so free 0x5571735ce080 void 0.000115
+gallium_dri.so free 0x5571735ce010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0a0 0.000115
+gallium_dri.so free 0x5571735ce140 void 0.000116
+gallium_dri.so free 0x5571735ce0a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000114
+gallium_dri.so free 0x5571735ce1c0 void 0.000115
+gallium_dri.so free 0x5571735ce0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000127
+gallium_dri.so free 0x5571735ce0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000113
+gallium_dri.so free 0x5571735ce300 void 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000113
+gallium_dri.so free 0x5571735ce400 void 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000112
+gallium_dri.so free 0x5571735ce440 void 0.000113
+gallium_dri.so free 0x5571735ce3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000112
+gallium_dri.so free 0x5571735ce500 void 0.000113
+gallium_dri.so free 0x5571735ce3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce540 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000115
+gallium_dri.so free 0x5571735ce540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000115
+gallium_dri.so free 0x5571735ce5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000112
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000113
+gallium_dri.so free 0x5571735ce780 void 0.000113
+gallium_dri.so free 0x5571735ce730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000112
+gallium_dri.so free 0x5571735ce880 void 0.000113
+gallium_dri.so free 0x5571735ce730 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000116
+gallium_dri.so free 0x5571735ce940 void 0.000116
+gallium_dri.so free 0x5571735ce8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce940 0.000112
+gallium_dri.so free 0x5571735cea00 void 0.000114
+gallium_dri.so free 0x5571735ce940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce940 0.000113
+gallium_dri.so free 0x5571735cea80 void 0.000115
+gallium_dri.so free 0x5571735ce940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000114
+gallium_dri.so free 0x5571735ceb00 void 0.000115
+gallium_dri.so free 0x5571735ceab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000114
+gallium_dri.so free 0x5571735ceab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec70 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so free 0x5571735cec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec70 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000115
+gallium_dri.so free 0x5571735cec70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec70 0.000114
+gallium_dri.so free 0x5571735ceec0 void 0.000116
+gallium_dri.so free 0x5571735cec70 void 0.000187
+gallium_dri.so malloc 72 0x5571735cee70 0.000116
+gallium_dri.so free 0x5571735cef40 void 0.000117
+gallium_dri.so free 0x5571735cee70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cef90 0.000114
+gallium_dri.so free 0x5571735cf000 void 0.000116
+gallium_dri.so free 0x5571735cef90 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf020 0.000115
+gallium_dri.so free 0x5571735cf0c0 void 0.000117
+gallium_dri.so free 0x5571735cf020 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf070 0.000114
+gallium_dri.so free 0x5571735cf140 void 0.000116
+gallium_dri.so free 0x5571735cf070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf140 0.000114
+gallium_dri.so free 0x5571735cf200 void 0.000115
+gallium_dri.so free 0x5571735cf140 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf140 0.000116
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571735cf140 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf280 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000116
+gallium_dri.so free 0x5571735cf280 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf280 0.000114
+gallium_dri.so free 0x5571735cf400 void 0.000116
+gallium_dri.so free 0x5571735cf280 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf280 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000116
+gallium_dri.so free 0x5571735cf280 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf470 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so free 0x5571735cf470 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf590 0.000112
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so free 0x5571735cf590 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf640 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000115
+gallium_dri.so free 0x5571735cf640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf640 0.000112
+gallium_dri.so free 0x5571735cf740 void 0.000113
+gallium_dri.so free 0x5571735cf640 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf770 0.000112
+gallium_dri.so free 0x5571735cf7c0 void 0.000118
+gallium_dri.so free 0x5571735cf770 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf770 0.000113
+gallium_dri.so free 0x5571735cf8c0 void 0.000114
+gallium_dri.so free 0x5571735cf770 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000116
+gallium_dri.so free 0x5571735cf980 void 0.000113
+gallium_dri.so free 0x5571735cf870 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf930 0.000112
+gallium_dri.so free 0x5571735cf9c0 void 0.000120
+gallium_dri.so free 0x5571735cf930 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf930 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so free 0x5571735cf930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000124
+gallium_dri.so free 0x5571735cfb40 void 0.000119
+gallium_dri.so free 0x5571735cfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000118
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735cfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000112
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe40 0.000113
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfec0 0.000112
+gallium_dri.so free 0x5571735cff80 void 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000113
+gallium_dri.so free 0x5571735d0040 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0060 0.000112
+gallium_dri.so free 0x5571735d0100 void 0.000114
+gallium_dri.so free 0x5571735d0060 void 0.000119
+gallium_dri.so malloc 72 0x5571735d00b0 0.000114
+gallium_dri.so free 0x5571735d0180 void 0.000115
+gallium_dri.so free 0x5571735d00b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d00b0 0.000114
+gallium_dri.so free 0x5571735d0200 void 0.000116
+gallium_dri.so free 0x5571735d00b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000116
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000113
+gallium_dri.so free 0x5571735d0440 void 0.000116
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03f0 0.000116
+gallium_dri.so free 0x5571735d0500 void 0.000114
+gallium_dri.so free 0x5571735d03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d04b0 0.000114
+gallium_dri.so free 0x5571735d0580 void 0.000116
+gallium_dri.so free 0x5571735d04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d05d0 0.000116
+gallium_dri.so free 0x5571735d0640 void 0.000116
+gallium_dri.so free 0x5571735d05d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0660 0.000117
+gallium_dri.so free 0x5571735d0700 void 0.000181
+gallium_dri.so free 0x5571735d0660 void 0.000116
+gallium_dri.so malloc 72 0x5571735d06b0 0.000113
+gallium_dri.so free 0x5571735d0780 void 0.000117
+gallium_dri.so free 0x5571735d06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000112
+gallium_dri.so free 0x5571735d06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000112
+gallium_dri.so free 0x5571735d08c0 void 0.000208
+gallium_dri.so free 0x5571735d0800 void 0.000208
+gallium_dri.so malloc 72 0x5571735d0800 0.000157
+gallium_dri.so free 0x5571735d09c0 void 0.000125
+gallium_dri.so free 0x5571735d0800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0970 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000120
+gallium_dri.so free 0x5571735d0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0970 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000125
+gallium_dri.so free 0x5571735d0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b00 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000126
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000114
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000112
+gallium_dri.so free 0x5571735d0d40 void 0.000153
+gallium_dri.so free 0x5571735d0cf0 void 0.000199
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000212
+gallium_dri.so free 0x5571735d0e40 void 0.000201
+gallium_dri.so free 0x5571735d0cf0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d0e80 0.000116
+gallium_dri.so free 0x5571735d0f00 void 0.000125
+gallium_dri.so free 0x5571735d0e80 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0f00 0.000128
+gallium_dri.so free 0x5571735d0fc0 void 0.000123
+gallium_dri.so free 0x5571735d0f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0f00 0.000119
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1070 0.000117
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so free 0x5571735d1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1070 0.000118
+gallium_dri.so free 0x5571735d11c0 void 0.000172
+gallium_dri.so free 0x5571735d1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1170 0.000121
+gallium_dri.so free 0x5571735d1280 void 0.000119
+gallium_dri.so free 0x5571735d1170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1230 0.000120
+gallium_dri.so free 0x5571735d1300 void 0.000120
+gallium_dri.so free 0x5571735d1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1230 0.000118
+gallium_dri.so free 0x5571735d13c0 void 0.000117
+gallium_dri.so free 0x5571735d1230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1230 0.000119
+gallium_dri.so free 0x5571735d1480 void 0.000120
+gallium_dri.so free 0x5571735d1230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1430 0.000120
+gallium_dri.so free 0x5571735d1500 void 0.000118
+gallium_dri.so free 0x5571735d1430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1550 0.000119
+gallium_dri.so free 0x5571735d15c0 void 0.000120
+gallium_dri.so free 0x5571735d1550 void 0.000118
+gallium_dri.so malloc 72 0x5571735d15e0 0.000118
+gallium_dri.so free 0x5571735d1680 void 0.000119
+gallium_dri.so free 0x5571735d15e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1630 0.000120
+gallium_dri.so free 0x5571735d1700 void 0.000120
+gallium_dri.so free 0x5571735d1630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1700 0.000126
+gallium_dri.so free 0x5571735d17c0 void 0.000117
+gallium_dri.so free 0x5571735d1700 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1700 0.000123
+gallium_dri.so free 0x5571735d1840 void 0.000119
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1840 0.000121
+gallium_dri.so free 0x5571735d1900 void 0.000129
+gallium_dri.so free 0x5571735d1840 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1840 0.000116
+gallium_dri.so free 0x5571735d19c0 void 0.000116
+gallium_dri.so free 0x5571735d1840 void 0.000161
+gallium_dri.so malloc 72 0x5571735d1840 0.000143
+gallium_dri.so free 0x5571735d1a80 void 0.000141
+gallium_dri.so free 0x5571735d1840 void 0.000135
+gallium_dri.so malloc 72 0x5571735d1a30 0.000132
+gallium_dri.so free 0x5571735d1b00 void 0.000132
+gallium_dri.so free 0x5571735d1a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1b50 0.000128
+gallium_dri.so free 0x5571735d1bc0 void 0.000133
+gallium_dri.so free 0x5571735d1b50 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1c00 0.000130
+gallium_dri.so free 0x5571735d1c80 void 0.000132
+gallium_dri.so free 0x5571735d1c00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1c00 0.000147
+gallium_dri.so free 0x5571735d1d00 void 0.000137
+gallium_dri.so free 0x5571735d1c00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1d30 0.000133
+gallium_dri.so free 0x5571735d1d80 void 0.000134
+gallium_dri.so free 0x5571735d1d30 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1d30 0.000134
+gallium_dri.so free 0x5571735d1e80 void 0.000134
+gallium_dri.so free 0x5571735d1d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1e30 0.000134
+gallium_dri.so free 0x5571735d1f40 void 0.000133
+gallium_dri.so free 0x5571735d1e30 void 0.000134
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000132
+gallium_dri.so free 0x5571735d1f80 void 0.000134
+gallium_dri.so free 0x5571735d1ef0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000134
+gallium_dri.so free 0x5571735d2040 void 0.000134
+gallium_dri.so free 0x5571735d1ef0 void 0.000175
+gallium_dri.so malloc 72 0x5571735d20b0 0.000134
+gallium_dri.so free 0x5571735d2100 void 0.000120
+gallium_dri.so free 0x5571735d20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d20b0 0.000119
+gallium_dri.so free 0x5571735d2200 void 0.000119
+gallium_dri.so free 0x5571735d20b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d21b0 0.000114
+gallium_dri.so free 0x5571735d22c0 void 0.000125
+gallium_dri.so free 0x5571735d21b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2270 0.000135
+gallium_dri.so free 0x5571735d2300 void 0.000127
+gallium_dri.so free 0x5571735d2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2270 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so free 0x5571735d2270 void 0.000145
+gallium_dri.so malloc 72 0x5571735d2400 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2480 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000113
+gallium_dri.so free 0x5571735d2600 void 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2620 0.000113
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d2620 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2670 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000114
+gallium_dri.so free 0x5571735d2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000112
+gallium_dri.so free 0x5571735d2670 void 0.000129
+gallium_dri.so malloc 72 0x5571735d27c0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000116
+gallium_dri.so free 0x5571735d27c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d27c0 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000116
+gallium_dri.so free 0x5571735d27c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d27c0 0.000144
+gallium_dri.so free 0x5571735d2a00 void 0.000122
+gallium_dri.so free 0x5571735d27c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d29b0 0.000117
+gallium_dri.so free 0x5571735d2ac0 void 0.000116
+gallium_dri.so free 0x5571735d29b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2a70 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000116
+gallium_dri.so free 0x5571735d2a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2b90 0.000117
+gallium_dri.so free 0x5571735d2c00 void 0.000116
+gallium_dri.so free 0x5571735d2b90 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2c20 0.000115
+gallium_dri.so free 0x5571735d2cc0 void 0.000115
+gallium_dri.so free 0x5571735d2c20 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2c70 0.000116
+gallium_dri.so free 0x5571735d2d40 void 0.000116
+gallium_dri.so free 0x5571735d2c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2c70 0.000116
+gallium_dri.so free 0x5571735d2dc0 void 0.000118
+gallium_dri.so free 0x5571735d2c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000119
+gallium_dri.so free 0x5571735d2e80 void 0.000121
+gallium_dri.so free 0x5571735d2dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000116
+gallium_dri.so free 0x5571735d2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f30 0.000115
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x5571735d2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f30 0.000128
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so free 0x5571735d2f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d30c0 0.000116
+gallium_dri.so free 0x5571735d3140 void 0.000123
+gallium_dri.so free 0x5571735d30c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3140 0.000158
+gallium_dri.so free 0x5571735d3200 void 0.000160
+gallium_dri.so free 0x5571735d3140 void 0.000155
+gallium_dri.so malloc 72 0x5571735d3140 0.000159
+gallium_dri.so free 0x5571735d3280 void 0.000159
+gallium_dri.so free 0x5571735d3140 void 0.000162
+gallium_dri.so malloc 72 0x5571735d32b0 0.000125
+gallium_dri.so free 0x5571735d3300 void 0.000119
+gallium_dri.so free 0x5571735d32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32b0 0.000121
+gallium_dri.so free 0x5571735d3400 void 0.000120
+gallium_dri.so free 0x5571735d32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3440 0.000116
+gallium_dri.so free 0x5571735d34c0 void 0.000119
+gallium_dri.so free 0x5571735d3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d34c0 0.000116
+gallium_dri.so free 0x5571735d3580 void 0.000117
+gallium_dri.so free 0x5571735d34c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d34c0 0.000118
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3630 0.000116
+gallium_dri.so free 0x5571735d3680 void 0.000116
+gallium_dri.so free 0x5571735d3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3630 0.000130
+gallium_dri.so free 0x5571735d3780 void 0.000118
+gallium_dri.so free 0x5571735d3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3730 0.000116
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so free 0x5571735d3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d37f0 0.000117
+gallium_dri.so free 0x5571735d38c0 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d37f0 0.000119
+gallium_dri.so free 0x5571735d3980 void 0.000143
+gallium_dri.so free 0x5571735d37f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d37f0 0.000119
+gallium_dri.so free 0x5571735d3a40 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d39f0 0.000117
+gallium_dri.so free 0x5571735d3ac0 void 0.000117
+gallium_dri.so free 0x5571735d39f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3b10 0.000116
+gallium_dri.so free 0x5571735d3b80 void 0.000116
+gallium_dri.so free 0x5571735d3b10 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000117
+gallium_dri.so free 0x5571735d3c40 void 0.000117
+gallium_dri.so free 0x5571735d3ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000116
+gallium_dri.so free 0x5571735d3cc0 void 0.000117
+gallium_dri.so free 0x5571735d3bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000117
+gallium_dri.so free 0x5571735d3d80 void 0.000116
+gallium_dri.so free 0x5571735d3cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000116
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3e00 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000116
+gallium_dri.so free 0x5571735d3e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3e00 0.000116
+gallium_dri.so free 0x5571735d3f80 void 0.000126
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3e00 0.000120
+gallium_dri.so free 0x5571735d4040 void 0.000117
+gallium_dri.so free 0x5571735d3e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d3ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4110 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so free 0x5571735d4110 void 0.000117
+gallium_dri.so malloc 72 0x5571735d41c0 0.000121
+gallium_dri.so free 0x5571735d4240 void 0.000127
+gallium_dri.so free 0x5571735d41c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d41c0 0.000120
+gallium_dri.so free 0x5571735d42c0 void 0.000120
+gallium_dri.so free 0x5571735d41c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d42f0 0.000116
+gallium_dri.so free 0x5571735d4340 void 0.000120
+gallium_dri.so free 0x5571735d42f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d42f0 0.000119
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x5571735d42f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d43f0 0.000119
+gallium_dri.so free 0x5571735d4500 void 0.000117
+gallium_dri.so free 0x5571735d43f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d44b0 0.000133
+gallium_dri.so free 0x5571735d4540 void 0.000122
+gallium_dri.so free 0x5571735d44b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d44b0 0.000129
+gallium_dri.so free 0x5571735d4600 void 0.000121
+gallium_dri.so free 0x5571735d44b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4670 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4670 0.000120
+gallium_dri.so free 0x5571735d47c0 void 0.000125
+gallium_dri.so free 0x5571735d4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x5571735d4880 void 0.000120
+gallium_dri.so free 0x5571735d4770 void 0.000151
+gallium_dri.so malloc 72 0x5571735d4830 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000121
+gallium_dri.so free 0x5571735d4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4830 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d49c0 0.000118
+gallium_dri.so free 0x5571735d4a40 void 0.000119
+gallium_dri.so free 0x5571735d49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4a40 0.000118
+gallium_dri.so free 0x5571735d4b00 void 0.000130
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a40 0.000121
+gallium_dri.so free 0x5571735d4bc0 void 0.000117
+gallium_dri.so free 0x5571735d4a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4be0 0.000127
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so free 0x5571735d4be0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d00 void 0.000121
+gallium_dri.so free 0x5571735d4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so free 0x5571735d4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4d80 0.000117
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d80 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4d80 0.000119
+gallium_dri.so free 0x5571735d4fc0 void 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4f70 0.000117
+gallium_dri.so free 0x5571735d5080 void 0.000119
+gallium_dri.so free 0x5571735d4f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5030 0.000116
+gallium_dri.so free 0x5571735d5100 void 0.000125
+gallium_dri.so free 0x5571735d5030 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5150 0.000125
+gallium_dri.so free 0x5571735d51c0 void 0.000117
+gallium_dri.so free 0x5571735d5150 void 0.000117
+gallium_dri.so malloc 72 0x5571735d51e0 0.000117
+gallium_dri.so free 0x5571735d5280 void 0.000117
+gallium_dri.so free 0x5571735d51e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5230 0.000119
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so free 0x5571735d5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5230 0.000120
+gallium_dri.so free 0x5571735d5380 void 0.000119
+gallium_dri.so free 0x5571735d5230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5380 0.000119
+gallium_dri.so free 0x5571735d5440 void 0.000119
+gallium_dri.so free 0x5571735d5380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5380 0.000125
+gallium_dri.so free 0x5571735d5540 void 0.000120
+gallium_dri.so free 0x5571735d5380 void 0.000116
+gallium_dri.so malloc 72 0x5571735d54f0 0.000120
+gallium_dri.so free 0x5571735d5580 void 0.000120
+gallium_dri.so free 0x5571735d54f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d54f0 0.000119
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so free 0x5571735d54f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5680 0.000121
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d5680 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5700 0.000116
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so free 0x5571735d5700 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d5840 void 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5870 0.000117
+gallium_dri.so free 0x5571735d58c0 void 0.000120
+gallium_dri.so free 0x5571735d5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5870 0.000119
+gallium_dri.so free 0x5571735d59c0 void 0.000120
+gallium_dri.so free 0x5571735d5870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5a00 0.000146
+gallium_dri.so free 0x5571735d5a80 void 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5a80 0.000117
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so free 0x5571735d5a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5a80 0.000120
+gallium_dri.so free 0x5571735d5bc0 void 0.000121
+gallium_dri.so free 0x5571735d5a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000120
+gallium_dri.so free 0x5571735d5c40 void 0.000116
+gallium_dri.so free 0x5571735d5bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000120
+gallium_dri.so free 0x5571735d5d40 void 0.000119
+gallium_dri.so free 0x5571735d5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000119
+gallium_dri.so free 0x5571735d5e00 void 0.000120
+gallium_dri.so free 0x5571735d5cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5db0 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000116
+gallium_dri.so free 0x5571735d5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5db0 0.000119
+gallium_dri.so free 0x5571735d5f40 void 0.000118
+gallium_dri.so free 0x5571735d5db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5db0 0.000120
+gallium_dri.so free 0x5571735d6000 void 0.000119
+gallium_dri.so free 0x5571735d5db0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000121
+gallium_dri.so free 0x5571735d6080 void 0.000119
+gallium_dri.so free 0x5571735d5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d60d0 0.000125
+gallium_dri.so free 0x5571735d6140 void 0.000118
+gallium_dri.so free 0x5571735d60d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6160 0.000120
+gallium_dri.so free 0x5571735d6200 void 0.000120
+gallium_dri.so free 0x5571735d6160 void 0.000116
+gallium_dri.so malloc 72 0x5571735d61b0 0.000194
+gallium_dri.so free 0x5571735d6280 void 0.000124
+gallium_dri.so free 0x5571735d61b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6280 0.000120
+gallium_dri.so free 0x5571735d6340 void 0.000125
+gallium_dri.so free 0x5571735d6280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6280 0.000120
+gallium_dri.so free 0x5571735d63c0 void 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000119
+gallium_dri.so malloc 72 0x5571735d63c0 0.000117
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so free 0x5571735d63c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d63c0 0.000119
+gallium_dri.so free 0x5571735d6540 void 0.000120
+gallium_dri.so free 0x5571735d63c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d63c0 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000119
+gallium_dri.so free 0x5571735d63c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d65b0 0.000117
+gallium_dri.so free 0x5571735d6680 void 0.000117
+gallium_dri.so free 0x5571735d65b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d66d0 0.000119
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d66d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6780 0.000120
+gallium_dri.so free 0x5571735d6800 void 0.000120
+gallium_dri.so free 0x5571735d6780 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6780 0.000123
+gallium_dri.so free 0x5571735d6880 void 0.000117
+gallium_dri.so free 0x5571735d6780 void 0.000117
+gallium_dri.so malloc 72 0x5571735d68b0 0.000116
+gallium_dri.so free 0x5571735d6900 void 0.000120
+gallium_dri.so free 0x5571735d68b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d68b0 0.000116
+gallium_dri.so free 0x5571735d6a00 void 0.000124
+gallium_dri.so free 0x5571735d68b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d69b0 0.000120
+gallium_dri.so free 0x5571735d6ac0 void 0.000117
+gallium_dri.so free 0x5571735d69b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6a70 0.000120
+gallium_dri.so free 0x5571735d6b00 void 0.000117
+gallium_dri.so free 0x5571735d6a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6a70 0.000119
+gallium_dri.so free 0x5571735d6bc0 void 0.000118
+gallium_dri.so free 0x5571735d6a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6c30 0.000119
+gallium_dri.so free 0x5571735ec400 void 0.000120
+gallium_dri.so free 0x5571735d6c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6c30 0.000120
+gallium_dri.so free 0x5571735ec500 void 0.000121
+gallium_dri.so free 0x5571735d6c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000119
+gallium_dri.so free 0x5571735ec5c0 void 0.000127
+gallium_dri.so free 0x5571735ec4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec570 0.000117
+gallium_dri.so free 0x5571735ec600 void 0.000118
+gallium_dri.so free 0x5571735ec570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec570 0.000116
+gallium_dri.so free 0x5571735ec6c0 void 0.000117
+gallium_dri.so free 0x5571735ec570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec700 0.000119
+gallium_dri.so free 0x5571735ec780 void 0.000118
+gallium_dri.so free 0x5571735ec700 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec780 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000120
+gallium_dri.so free 0x5571735ec780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec780 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000119
+gallium_dri.so free 0x5571735ec780 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec920 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000120
+gallium_dri.so free 0x5571735ec920 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec970 0.000143
+gallium_dri.so free 0x5571735eca40 void 0.000122
+gallium_dri.so free 0x5571735ec970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec970 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000119
+gallium_dri.so free 0x5571735ec970 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecac0 0.000129
+gallium_dri.so free 0x5571735ecb80 void 0.000122
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecac0 0.000117
+gallium_dri.so free 0x5571735ecc40 void 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecac0 0.000120
+gallium_dri.so free 0x5571735ecd00 void 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eccb0 0.000117
+gallium_dri.so free 0x5571735ecdc0 void 0.000121
+gallium_dri.so free 0x5571735eccb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd70 0.000120
+gallium_dri.so free 0x5571735ece40 void 0.000121
+gallium_dri.so free 0x5571735ecd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ece90 0.000120
+gallium_dri.so free 0x5571735ecf00 void 0.000119
+gallium_dri.so free 0x5571735ece90 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecf20 0.000121
+gallium_dri.so free 0x5571735ecfc0 void 0.000120
+gallium_dri.so free 0x5571735ecf20 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecf70 0.000116
+gallium_dri.so free 0x5571735ed040 void 0.000121
+gallium_dri.so free 0x5571735ecf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf70 0.000119
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so free 0x5571735ecf70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000121
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000117
+gallium_dri.so free 0x5571735ed280 void 0.000121
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed230 0.000116
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed230 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed230 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000117
+gallium_dri.so free 0x5571735ed230 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed3c0 0.000118
+gallium_dri.so free 0x5571735ed440 void 0.000117
+gallium_dri.so free 0x5571735ed3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed440 0.000120
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed440 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000116
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed5b0 0.000116
+gallium_dri.so free 0x5571735ed600 void 0.000121
+gallium_dri.so free 0x5571735ed5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed5b0 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000126
+gallium_dri.so free 0x5571735ed5b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ed740 0.000131
+gallium_dri.so free 0x5571735ed7c0 void 0.000141
+gallium_dri.so free 0x5571735ed740 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000119
+gallium_dri.so free 0x5571735ed880 void 0.000121
+gallium_dri.so free 0x5571735ed7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000118
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed930 0.000119
+gallium_dri.so free 0x5571735ed980 void 0.000117
+gallium_dri.so free 0x5571735ed930 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed930 0.000118
+gallium_dri.so free 0x5571735eda80 void 0.000121
+gallium_dri.so free 0x5571735ed930 void 0.000117
+gallium_dri.so malloc 72 0x5571735eda30 0.000115
+gallium_dri.so free 0x5571735edb40 void 0.000120
+gallium_dri.so free 0x5571735eda30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edaf0 0.000119
+gallium_dri.so free 0x5571735edbc0 void 0.000122
+gallium_dri.so free 0x5571735edaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edaf0 0.000118
+gallium_dri.so free 0x5571735edc80 void 0.000122
+gallium_dri.so free 0x5571735edaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edaf0 0.000118
+gallium_dri.so free 0x5571735edd40 void 0.000121
+gallium_dri.so free 0x5571735edaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edcf0 0.000117
+gallium_dri.so free 0x5571735eddc0 void 0.000117
+gallium_dri.so free 0x5571735edcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede10 0.000119
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so free 0x5571735ede10 void 0.000120
+gallium_dri.so malloc 72 0x5571735edea0 0.000119
+gallium_dri.so free 0x5571735edf40 void 0.000119
+gallium_dri.so free 0x5571735edea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edef0 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000120
+gallium_dri.so free 0x5571735edef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735edfc0 0.000140
+gallium_dri.so free 0x5571735ee080 void 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edfc0 0.000116
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so free 0x5571735edfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee100 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000122
+gallium_dri.so free 0x5571735ee100 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee100 0.000118
+gallium_dri.so free 0x5571735ee280 void 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee100 0.000165
+gallium_dri.so free 0x5571735ee340 void 0.000163
+gallium_dri.so free 0x5571735ee100 void 0.000157
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000159
+gallium_dri.so free 0x5571735ee3c0 void 0.000161
+gallium_dri.so free 0x5571735ee2f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ee410 0.000159
+gallium_dri.so free 0x5571735ee480 void 0.000161
+gallium_dri.so free 0x5571735ee410 void 0.000160
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000161
+gallium_dri.so free 0x5571735ee540 void 0.000162
+gallium_dri.so free 0x5571735ee4c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000161
+gallium_dri.so free 0x5571735ee5c0 void 0.000192
+gallium_dri.so free 0x5571735ee4c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735ee5f0 0.000158
+gallium_dri.so free 0x5571735ee640 void 0.000170
+gallium_dri.so free 0x5571735ee5f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee5f0 0.000120
+gallium_dri.so free 0x5571735ee740 void 0.000121
+gallium_dri.so free 0x5571735ee5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000117
+gallium_dri.so free 0x5571735ee6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so free 0x5571735ee7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee970 0.000121
+gallium_dri.so free 0x5571735ee9c0 void 0.000122
+gallium_dri.so free 0x5571735ee970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee970 0.000116
+gallium_dri.so free 0x5571735eeac0 void 0.000118
+gallium_dri.so free 0x5571735ee970 void 0.000116
+gallium_dri.so malloc 72 0x5571735eea70 0.000119
+gallium_dri.so free 0x5571735eeb80 void 0.000118
+gallium_dri.so free 0x5571735eea70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeb30 0.000121
+gallium_dri.so free 0x5571735eebc0 void 0.000120
+gallium_dri.so free 0x5571735eeb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeb30 0.000119
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so free 0x5571735eeb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eecc0 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000131
+gallium_dri.so free 0x5571735eecc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735eed40 0.000123
+gallium_dri.so free 0x5571735eee00 void 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eed40 0.000119
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eed40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeee0 0.000120
+gallium_dri.so free 0x5571735eef80 void 0.000124
+gallium_dri.so free 0x5571735eeee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef30 0.000121
+gallium_dri.so free 0x5571735ef000 void 0.000120
+gallium_dri.so free 0x5571735eef30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef30 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000120
+gallium_dri.so free 0x5571735eef30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef080 0.000117
+gallium_dri.so free 0x5571735ef140 void 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef080 0.000119
+gallium_dri.so free 0x5571735ef200 void 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef080 0.000117
+gallium_dri.so free 0x5571735ef2c0 void 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef270 0.000124
+gallium_dri.so free 0x5571735ef380 void 0.000121
+gallium_dri.so free 0x5571735ef270 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef330 0.000121
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef450 0.000120
+gallium_dri.so free 0x5571735ef4c0 void 0.000118
+gallium_dri.so free 0x5571735ef450 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef4e0 0.000120
+gallium_dri.so free 0x5571735ef580 void 0.000118
+gallium_dri.so free 0x5571735ef4e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef530 0.000124
+gallium_dri.so free 0x5571735ef600 void 0.000122
+gallium_dri.so free 0x5571735ef530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef530 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so free 0x5571735ef530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef680 0.000119
+gallium_dri.so free 0x5571735ef740 void 0.000122
+gallium_dri.so free 0x5571735ef680 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef680 0.000120
+gallium_dri.so free 0x5571735ef840 void 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000119
+gallium_dri.so free 0x5571735ef880 void 0.000120
+gallium_dri.so free 0x5571735ef7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef980 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000122
+gallium_dri.so free 0x5571735ef980 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa00 0.000119
+gallium_dri.so free 0x5571735efac0 void 0.000121
+gallium_dri.so free 0x5571735efa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa00 0.000119
+gallium_dri.so free 0x5571735efb40 void 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000116
+gallium_dri.so malloc 72 0x5571735efb70 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000145
+gallium_dri.so free 0x5571735efb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735efb70 0.000117
+gallium_dri.so free 0x5571735efcc0 void 0.000122
+gallium_dri.so free 0x5571735efb70 void 0.000154
+gallium_dri.so malloc 72 0x5571735efd00 0.000123
+gallium_dri.so free 0x5571735efd80 void 0.000120
+gallium_dri.so free 0x5571735efd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd80 0.000120
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so free 0x5571735efd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd80 0.000130
+gallium_dri.so free 0x5571735efec0 void 0.000121
+gallium_dri.so free 0x5571735efd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735efef0 0.000120
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efef0 0.000120
+gallium_dri.so free 0x5571735f0040 void 0.000120
+gallium_dri.so free 0x5571735efef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efff0 0.000119
+gallium_dri.so free 0x5571735f0100 void 0.000121
+gallium_dri.so free 0x5571735efff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f00b0 0.000117
+gallium_dri.so free 0x5571735f0180 void 0.000122
+gallium_dri.so free 0x5571735f00b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f00b0 0.000120
+gallium_dri.so free 0x5571735f0240 void 0.000120
+gallium_dri.so free 0x5571735f00b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f00b0 0.000120
+gallium_dri.so free 0x5571735f0300 void 0.000121
+gallium_dri.so free 0x5571735f00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02b0 0.000117
+gallium_dri.so free 0x5571735f0380 void 0.000121
+gallium_dri.so free 0x5571735f02b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f03d0 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000120
+gallium_dri.so free 0x5571735f03d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0460 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f0460 void 0.000120
+gallium_dri.so malloc 72 0x5571735f04b0 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000118
+gallium_dri.so free 0x5571735f04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0580 0.000117
+gallium_dri.so free 0x5571735f0640 void 0.000119
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0580 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000117
+gallium_dri.so malloc 72 0x5571735f06c0 0.000119
+gallium_dri.so free 0x5571735f0780 void 0.000120
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06c0 0.000121
+gallium_dri.so free 0x5571735f0840 void 0.000117
+gallium_dri.so free 0x5571735f06c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f06c0 0.000118
+gallium_dri.so free 0x5571735f0900 void 0.000120
+gallium_dri.so free 0x5571735f06c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f08b0 0.000117
+gallium_dri.so free 0x5571735f0980 void 0.000120
+gallium_dri.so free 0x5571735f08b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09d0 0.000119
+gallium_dri.so free 0x5571735f0a40 void 0.000163
+gallium_dri.so free 0x5571735f09d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a80 0.000151
+gallium_dri.so free 0x5571735f0b00 void 0.000118
+gallium_dri.so free 0x5571735f0a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0a80 0.000117
+gallium_dri.so free 0x5571735f0b80 void 0.000120
+gallium_dri.so free 0x5571735f0a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0bb0 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so free 0x5571735f0bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0bb0 0.000119
+gallium_dri.so free 0x5571735f0d00 void 0.000119
+gallium_dri.so free 0x5571735f0bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000118
+gallium_dri.so free 0x5571735f0dc0 void 0.000120
+gallium_dri.so free 0x5571735f0cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d70 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000120
+gallium_dri.so free 0x5571735f0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d70 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000121
+gallium_dri.so free 0x5571735f0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0f30 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000120
+gallium_dri.so free 0x5571735f0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0f30 0.000129
+gallium_dri.so free 0x5571735f1080 void 0.000120
+gallium_dri.so free 0x5571735f0f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1030 0.000120
+gallium_dri.so free 0x5571735f1140 void 0.000122
+gallium_dri.so free 0x5571735f1030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10f0 0.000119
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f10f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10f0 0.000119
+gallium_dri.so free 0x5571735f1240 void 0.000120
+gallium_dri.so free 0x5571735f10f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1280 0.000121
+gallium_dri.so free 0x5571735f1300 void 0.000117
+gallium_dri.so free 0x5571735f1280 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1300 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000120
+gallium_dri.so free 0x5571735f1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1300 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000125
+gallium_dri.so free 0x5571735f1300 void 0.000138
+gallium_dri.so malloc 72 0x5571735f14a0 0.000122
+gallium_dri.so free 0x5571735f1540 void 0.000117
+gallium_dri.so free 0x5571735f14a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f14f0 0.000120
+gallium_dri.so free 0x5571735f15c0 void 0.000120
+gallium_dri.so free 0x5571735f14f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f14f0 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so free 0x5571735f14f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1640 0.000119
+gallium_dri.so free 0x5571735f1700 void 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1640 0.000121
+gallium_dri.so free 0x5571735f17c0 void 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1640 0.000120
+gallium_dri.so free 0x5571735f1880 void 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1830 0.000120
+gallium_dri.so free 0x5571735f1940 void 0.000121
+gallium_dri.so free 0x5571735f1830 void 0.000125
+gallium_dri.so malloc 72 0x5571735f18f0 0.000121
+gallium_dri.so free 0x5571735f19c0 void 0.000118
+gallium_dri.so free 0x5571735f18f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1a10 0.000120
+gallium_dri.so free 0x5571735f1a80 void 0.000120
+gallium_dri.so free 0x5571735f1a10 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1aa0 0.000117
+gallium_dri.so free 0x5571735f1b40 void 0.000120
+gallium_dri.so free 0x5571735f1aa0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1af0 0.000121
+gallium_dri.so free 0x5571735f1bc0 void 0.000168
+gallium_dri.so free 0x5571735f1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1af0 0.000118
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1c40 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c40 0.000118
+gallium_dri.so free 0x5571735f1e00 void 0.000116
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1db0 0.000119
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1db0 0.000120
+gallium_dri.so free 0x5571735f1f00 void 0.000118
+gallium_dri.so free 0x5571735f1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1f40 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2130 0.000132
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so free 0x5571735f2130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2130 0.000117
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so free 0x5571735f2130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f22c0 0.000119
+gallium_dri.so free 0x5571735f2340 void 0.000120
+gallium_dri.so free 0x5571735f22c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2340 0.000125
+gallium_dri.so free 0x5571735f2400 void 0.000121
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2340 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000120
+gallium_dri.so free 0x5571735f2340 void 0.000122
+gallium_dri.so malloc 72 0x5571735f24b0 0.000120
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f24b0 0.000118
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so free 0x5571735f24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25b0 0.000120
+gallium_dri.so free 0x5571735f26c0 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2670 0.000120
+gallium_dri.so free 0x5571735f2740 void 0.000119
+gallium_dri.so free 0x5571735f2670 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2670 0.000122
+gallium_dri.so free 0x5571735f2800 void 0.000123
+gallium_dri.so free 0x5571735f2670 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2670 0.000121
+gallium_dri.so free 0x5571735f28c0 void 0.000121
+gallium_dri.so free 0x5571735f2670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2870 0.000120
+gallium_dri.so free 0x5571735f2940 void 0.000120
+gallium_dri.so free 0x5571735f2870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2990 0.000122
+gallium_dri.so free 0x5571735f2a00 void 0.000121
+gallium_dri.so free 0x5571735f2990 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a20 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a70 0.000119
+gallium_dri.so free 0x5571735f2b40 void 0.000122
+gallium_dri.so free 0x5571735f2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b40 0.000119
+gallium_dri.so free 0x5571735f2c00 void 0.000120
+gallium_dri.so free 0x5571735f2b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b40 0.000129
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c80 0.000118
+gallium_dri.so free 0x5571735f2d40 void 0.000166
+gallium_dri.so free 0x5571735f2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c80 0.000117
+gallium_dri.so free 0x5571735f2e00 void 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c80 0.000119
+gallium_dri.so free 0x5571735f2ec0 void 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2e70 0.000120
+gallium_dri.so free 0x5571735f2f40 void 0.000118
+gallium_dri.so free 0x5571735f2e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2f90 0.000120
+gallium_dri.so free 0x5571735f3000 void 0.000117
+gallium_dri.so free 0x5571735f2f90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3040 0.000120
+gallium_dri.so free 0x5571735f30c0 void 0.000120
+gallium_dri.so free 0x5571735f3040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3040 0.000118
+gallium_dri.so free 0x5571735f3140 void 0.000121
+gallium_dri.so free 0x5571735f3040 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3170 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so free 0x5571735f3170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3170 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000119
+gallium_dri.so free 0x5571735f3170 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3270 0.000125
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so free 0x5571735f3270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3330 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3330 0.000116
+gallium_dri.so free 0x5571735f3480 void 0.000117
+gallium_dri.so free 0x5571735f3330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f34f0 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000117
+gallium_dri.so free 0x5571735f34f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f34f0 0.000115
+gallium_dri.so free 0x5571735f3640 void 0.000116
+gallium_dri.so free 0x5571735f34f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f35f0 0.000122
+gallium_dri.so free 0x5571735f3700 void 0.000158
+gallium_dri.so free 0x5571735f35f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f36b0 0.000119
+gallium_dri.so free 0x5571735f3740 void 0.000120
+gallium_dri.so free 0x5571735f36b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000121
+gallium_dri.so free 0x5571735f3800 void 0.000121
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3840 0.000122
+gallium_dri.so free 0x5571735f38c0 void 0.000121
+gallium_dri.so free 0x5571735f3840 void 0.000135
+gallium_dri.so malloc 72 0x5571735f38c0 0.000121
+gallium_dri.so free 0x5571735f3980 void 0.000121
+gallium_dri.so free 0x5571735f38c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f38c0 0.000120
+gallium_dri.so free 0x5571735f3a40 void 0.000122
+gallium_dri.so free 0x5571735f38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3a60 0.000120
+gallium_dri.so free 0x5571735f3b00 void 0.000120
+gallium_dri.so free 0x5571735f3a60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000119
+gallium_dri.so free 0x5571735f3b80 void 0.000120
+gallium_dri.so free 0x5571735f3ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000120
+gallium_dri.so free 0x5571735f3c00 void 0.000123
+gallium_dri.so free 0x5571735f3ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3c00 0.000120
+gallium_dri.so free 0x5571735f3cc0 void 0.000120
+gallium_dri.so free 0x5571735f3c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3c00 0.000120
+gallium_dri.so free 0x5571735f3d80 void 0.000121
+gallium_dri.so free 0x5571735f3c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3c00 0.000120
+gallium_dri.so free 0x5571735f3e40 void 0.000121
+gallium_dri.so free 0x5571735f3c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3df0 0.000127
+gallium_dri.so free 0x5571735f3f00 void 0.000123
+gallium_dri.so free 0x5571735f3df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000119
+gallium_dri.so free 0x5571735f3f80 void 0.000121
+gallium_dri.so free 0x5571735f3eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3fd0 0.000119
+gallium_dri.so free 0x5571735f4040 void 0.000121
+gallium_dri.so free 0x5571735f3fd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4060 0.000121
+gallium_dri.so free 0x5571735f4100 void 0.000121
+gallium_dri.so free 0x5571735f4060 void 0.000120
+gallium_dri.so malloc 72 0x5571735f40b0 0.000119
+gallium_dri.so free 0x5571735f4180 void 0.000121
+gallium_dri.so free 0x5571735f40b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f40b0 0.000120
+gallium_dri.so free 0x5571735f4200 void 0.000127
+gallium_dri.so free 0x5571735f40b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4200 0.000120
+gallium_dri.so free 0x5571735f42c0 void 0.000119
+gallium_dri.so free 0x5571735f4200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4200 0.000121
+gallium_dri.so free 0x5571735f43c0 void 0.000122
+gallium_dri.so free 0x5571735f4200 void 0.000154
+gallium_dri.so malloc 72 0x5571735f4370 0.000124
+gallium_dri.so free 0x5571735f4400 void 0.000122
+gallium_dri.so free 0x5571735f4370 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4370 0.000120
+gallium_dri.so free 0x5571735f44c0 void 0.000121
+gallium_dri.so free 0x5571735f4370 void 0.000151
+gallium_dri.so malloc 72 0x5571735f4500 0.000121
+gallium_dri.so free 0x5571735f4580 void 0.000120
+gallium_dri.so free 0x5571735f4500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4580 0.000122
+gallium_dri.so free 0x5571735f4640 void 0.000121
+gallium_dri.so free 0x5571735f4580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4580 0.000120
+gallium_dri.so free 0x5571735f46c0 void 0.000121
+gallium_dri.so free 0x5571735f4580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f46f0 0.000120
+gallium_dri.so free 0x5571735f4740 void 0.000120
+gallium_dri.so free 0x5571735f46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f46f0 0.000121
+gallium_dri.so free 0x5571735f4840 void 0.000120
+gallium_dri.so free 0x5571735f46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4880 0.000120
+gallium_dri.so free 0x5571735f4900 void 0.000121
+gallium_dri.so free 0x5571735f4880 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4900 0.000120
+gallium_dri.so free 0x5571735f49c0 void 0.000122
+gallium_dri.so free 0x5571735f4900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4900 0.000163
+gallium_dri.so free 0x5571735f4a40 void 0.000124
+gallium_dri.so free 0x5571735f4900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4a70 0.000120
+gallium_dri.so free 0x5571735f4ac0 void 0.000122
+gallium_dri.so free 0x5571735f4a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a70 0.000120
+gallium_dri.so free 0x5571735f4bc0 void 0.000121
+gallium_dri.so free 0x5571735f4a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4b70 0.000121
+gallium_dri.so free 0x5571735f4c80 void 0.000122
+gallium_dri.so free 0x5571735f4b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4c30 0.000120
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735f4c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4c30 0.000120
+gallium_dri.so free 0x5571735f4dc0 void 0.000121
+gallium_dri.so free 0x5571735f4c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4c30 0.000121
+gallium_dri.so free 0x5571735f4e80 void 0.000122
+gallium_dri.so free 0x5571735f4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e30 0.000121
+gallium_dri.so free 0x5571735f4f00 void 0.000121
+gallium_dri.so free 0x5571735f4e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4f50 0.000120
+gallium_dri.so free 0x5571735f4fc0 void 0.000121
+gallium_dri.so free 0x5571735f4f50 void 0.000133
+gallium_dri.so malloc 72 0x5571735f4fe0 0.000121
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f4fe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5030 0.000119
+gallium_dri.so free 0x5571735f5100 void 0.000128
+gallium_dri.so free 0x5571735f5030 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5100 0.000122
+gallium_dri.so free 0x5571735f51c0 void 0.000121
+gallium_dri.so free 0x5571735f5100 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5100 0.000120
+gallium_dri.so free 0x5571735f5240 void 0.000122
+gallium_dri.so free 0x5571735f5100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5240 0.000120
+gallium_dri.so free 0x5571735f5300 void 0.000121
+gallium_dri.so free 0x5571735f5240 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5240 0.000151
+gallium_dri.so free 0x5571735f53c0 void 0.000122
+gallium_dri.so free 0x5571735f5240 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5240 0.000119
+gallium_dri.so free 0x5571735f5480 void 0.000122
+gallium_dri.so free 0x5571735f5240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5430 0.000120
+gallium_dri.so free 0x5571735f5500 void 0.000121
+gallium_dri.so free 0x5571735f5430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5550 0.000131
+gallium_dri.so free 0x5571735f55c0 void 0.000121
+gallium_dri.so free 0x5571735f5550 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5600 0.000120
+gallium_dri.so free 0x5571735f5680 void 0.000121
+gallium_dri.so free 0x5571735f5600 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5600 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000121
+gallium_dri.so free 0x5571735f5600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5730 0.000120
+gallium_dri.so free 0x5571735f5780 void 0.000122
+gallium_dri.so free 0x5571735f5730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5730 0.000121
+gallium_dri.so free 0x5571735f5880 void 0.000121
+gallium_dri.so free 0x5571735f5730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5830 0.000120
+gallium_dri.so free 0x5571735f5940 void 0.000120
+gallium_dri.so free 0x5571735f5830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f58f0 0.000120
+gallium_dri.so free 0x5571735f5980 void 0.000121
+gallium_dri.so free 0x5571735f58f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f58f0 0.000121
+gallium_dri.so free 0x5571735f5a40 void 0.000121
+gallium_dri.so free 0x5571735f58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5ab0 0.000150
+gallium_dri.so free 0x5571735f5b00 void 0.000122
+gallium_dri.so free 0x5571735f5ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5ab0 0.000122
+gallium_dri.so free 0x5571735f5c00 void 0.000121
+gallium_dri.so free 0x5571735f5ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000117
+gallium_dri.so free 0x5571735f5cc0 void 0.000118
+gallium_dri.so free 0x5571735f5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5c70 0.000119
+gallium_dri.so free 0x5571735f5d00 void 0.000117
+gallium_dri.so free 0x5571735f5c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5c70 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000118
+gallium_dri.so free 0x5571735f5c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5e00 0.000119
+gallium_dri.so free 0x5571735f5e80 void 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e80 0.000120
+gallium_dri.so free 0x5571735f5f40 void 0.000118
+gallium_dri.so free 0x5571735f5e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5e80 0.000120
+gallium_dri.so free 0x5571735f6000 void 0.000120
+gallium_dri.so free 0x5571735f5e80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6020 0.000122
+gallium_dri.so free 0x5571735f60c0 void 0.000118
+gallium_dri.so free 0x5571735f6020 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6070 0.000128
+gallium_dri.so free 0x5571735f6140 void 0.000120
+gallium_dri.so free 0x5571735f6070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6070 0.000122
+gallium_dri.so free 0x5571735f61c0 void 0.000148
+gallium_dri.so free 0x5571735f6070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f61c0 0.000119
+gallium_dri.so free 0x5571735f6280 void 0.000120
+gallium_dri.so free 0x5571735f61c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61c0 0.000120
+gallium_dri.so free 0x5571735f6340 void 0.000120
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f61c0 0.000120
+gallium_dri.so free 0x5571735f6400 void 0.000121
+gallium_dri.so free 0x5571735f61c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f63b0 0.000120
+gallium_dri.so free 0x5571735f64c0 void 0.000119
+gallium_dri.so free 0x5571735f63b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6470 0.000117
+gallium_dri.so free 0x5571735f6540 void 0.000117
+gallium_dri.so free 0x5571735f6470 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6590 0.000121
+gallium_dri.so free 0x5571735f6600 void 0.000118
+gallium_dri.so free 0x5571735f6590 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6620 0.000119
+gallium_dri.so free 0x5571735f66c0 void 0.000121
+gallium_dri.so free 0x5571735f6620 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6670 0.000116
+gallium_dri.so free 0x5571735f6740 void 0.000116
+gallium_dri.so free 0x5571735f6670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6670 0.000115
+gallium_dri.so free 0x5571735f67c0 void 0.000115
+gallium_dri.so free 0x5571735f6670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f67c0 0.000116
+gallium_dri.so free 0x5571735f6880 void 0.000116
+gallium_dri.so free 0x5571735f67c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f67c0 0.000115
+gallium_dri.so free 0x5571735f6980 void 0.000116
+gallium_dri.so free 0x5571735f67c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6930 0.000120
+gallium_dri.so free 0x5571735f69c0 void 0.000121
+gallium_dri.so free 0x5571735f6930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6930 0.000118
+gallium_dri.so free 0x5571735f6a80 void 0.000118
+gallium_dri.so free 0x5571735f6930 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000117
+gallium_dri.so free 0x5571735f6b40 void 0.000120
+gallium_dri.so free 0x5571735f6ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6b40 0.000120
+gallium_dri.so free 0x5571735f6c00 void 0.000120
+gallium_dri.so free 0x5571735f6b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b40 0.000118
+gallium_dri.so free 0x5571735f6c80 void 0.000121
+gallium_dri.so free 0x5571735f6b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000121
+gallium_dri.so free 0x5571735f6d00 void 0.000118
+gallium_dri.so free 0x5571735f6cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000120
+gallium_dri.so free 0x5571735f6cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e40 0.000120
+gallium_dri.so free 0x5571735f6ec0 void 0.000119
+gallium_dri.so free 0x5571735f6e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000119
+gallium_dri.so free 0x5571735f6f80 void 0.000124
+gallium_dri.so free 0x5571735f6ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000116
+gallium_dri.so free 0x5571735f7000 void 0.000119
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7030 0.000119
+gallium_dri.so free 0x5571735f7080 void 0.000125
+gallium_dri.so free 0x5571735f7030 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7030 0.000117
+gallium_dri.so free 0x5571735f7180 void 0.000121
+gallium_dri.so free 0x5571735f7030 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7130 0.000120
+gallium_dri.so free 0x5571735f7240 void 0.000118
+gallium_dri.so free 0x5571735f7130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71f0 0.000162
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f71f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f71f0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f71f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f71f0 0.000114
+gallium_dri.so free 0x5571735f7440 void 0.000118
+gallium_dri.so free 0x5571735f71f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f73f0 0.000114
+gallium_dri.so free 0x5571735f74c0 void 0.000114
+gallium_dri.so free 0x5571735f73f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7510 0.000115
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so free 0x5571735f7510 void 0.000115
+gallium_dri.so malloc 72 0x5571735f75a0 0.000116
+gallium_dri.so free 0x5571735f7640 void 0.000115
+gallium_dri.so free 0x5571735f75a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f75f0 0.000114
+gallium_dri.so free 0x5571735f76c0 void 0.000115
+gallium_dri.so free 0x5571735f75f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f76c0 0.000115
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f76c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f76c0 0.000115
+gallium_dri.so free 0x5571735f7800 void 0.000116
+gallium_dri.so free 0x5571735f76c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7800 0.000115
+gallium_dri.so free 0x5571735f78c0 void 0.000123
+gallium_dri.so free 0x5571735f7800 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7800 0.000121
+gallium_dri.so free 0x5571735f7980 void 0.000121
+gallium_dri.so free 0x5571735f7800 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7800 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so free 0x5571735f7800 void 0.000117
+gallium_dri.so malloc 72 0x5571735f79f0 0.000119
+gallium_dri.so free 0x5571735f7ac0 void 0.000121
+gallium_dri.so free 0x5571735f79f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7b10 0.000121
+gallium_dri.so free 0x5571735f7b80 void 0.000120
+gallium_dri.so free 0x5571735f7b10 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000120
+gallium_dri.so free 0x5571735f7c40 void 0.000120
+gallium_dri.so free 0x5571735f7bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000119
+gallium_dri.so free 0x5571735f7cc0 void 0.000120
+gallium_dri.so free 0x5571735f7bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000120
+gallium_dri.so free 0x5571735f7d40 void 0.000121
+gallium_dri.so free 0x5571735f7cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000119
+gallium_dri.so free 0x5571735f7e40 void 0.000120
+gallium_dri.so free 0x5571735f7cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7df0 0.000119
+gallium_dri.so free 0x5571735f7f00 void 0.000121
+gallium_dri.so free 0x5571735f7df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000129
+gallium_dri.so free 0x5571735f7f40 void 0.000123
+gallium_dri.so free 0x5571735f7eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000119
+gallium_dri.so free 0x5571735f8000 void 0.000121
+gallium_dri.so free 0x5571735f7eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8070 0.000120
+gallium_dri.so free 0x5571735f80c0 void 0.000119
+gallium_dri.so free 0x5571735f8070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8070 0.000117
+gallium_dri.so free 0x5571735f81c0 void 0.000122
+gallium_dri.so free 0x5571735f8070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8170 0.000120
+gallium_dri.so free 0x5571735f8280 void 0.000121
+gallium_dri.so free 0x5571735f8170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8230 0.000119
+gallium_dri.so free 0x5571735f82c0 void 0.000120
+gallium_dri.so free 0x5571735f8230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8230 0.000120
+gallium_dri.so free 0x5571735f8380 void 0.000121
+gallium_dri.so free 0x5571735f8230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f83c0 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000127
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8440 0.000117
+gallium_dri.so free 0x5571735f8500 void 0.000116
+gallium_dri.so free 0x5571735f8440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8440 0.000115
+gallium_dri.so free 0x5571735f85c0 void 0.000116
+gallium_dri.so free 0x5571735f8440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f85e0 0.000117
+gallium_dri.so free 0x5571735f8680 void 0.000116
+gallium_dri.so free 0x5571735f85e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8630 0.000118
+gallium_dri.so free 0x5571735f8700 void 0.000117
+gallium_dri.so free 0x5571735f8630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8630 0.000122
+gallium_dri.so free 0x5571735f8780 void 0.000121
+gallium_dri.so free 0x5571735f8630 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8780 0.000124
+gallium_dri.so free 0x5571735f8840 void 0.000122
+gallium_dri.so free 0x5571735f8780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8780 0.000118
+gallium_dri.so free 0x5571735f8900 void 0.000122
+gallium_dri.so free 0x5571735f8780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8780 0.000121
+gallium_dri.so free 0x5571735f89c0 void 0.000121
+gallium_dri.so free 0x5571735f8780 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8970 0.000119
+gallium_dri.so free 0x5571735f8a80 void 0.000137
+gallium_dri.so free 0x5571735f8970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8a30 0.000121
+gallium_dri.so free 0x5571735f8b00 void 0.000121
+gallium_dri.so free 0x5571735f8a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8b50 0.000118
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so free 0x5571735f8b50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8be0 0.000121
+gallium_dri.so free 0x5571735f8c80 void 0.000120
+gallium_dri.so free 0x5571735f8be0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8c30 0.000118
+gallium_dri.so free 0x5571735f8d00 void 0.000119
+gallium_dri.so free 0x5571735f8c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c30 0.000120
+gallium_dri.so free 0x5571735f8d80 void 0.000125
+gallium_dri.so free 0x5571735f8c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8d80 0.000126
+gallium_dri.so free 0x5571735f8e40 void 0.000121
+gallium_dri.so free 0x5571735f8d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8d80 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000122
+gallium_dri.so free 0x5571735f8d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000120
+gallium_dri.so free 0x5571735f8f80 void 0.000120
+gallium_dri.so free 0x5571735f8ef0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000118
+gallium_dri.so free 0x5571735f9040 void 0.000121
+gallium_dri.so free 0x5571735f8ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9080 0.000117
+gallium_dri.so free 0x5571735f9100 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9100 0.000116
+gallium_dri.so free 0x5571735f91c0 void 0.000120
+gallium_dri.so free 0x5571735f9100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9100 0.000119
+gallium_dri.so free 0x5571735f9240 void 0.000120
+gallium_dri.so free 0x5571735f9100 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9270 0.000121
+gallium_dri.so free 0x5571735f92c0 void 0.000118
+gallium_dri.so free 0x5571735f9270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9270 0.000118
+gallium_dri.so free 0x5571735f93c0 void 0.000119
+gallium_dri.so free 0x5571735f9270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9400 0.000117
+gallium_dri.so free 0x5571735f9480 void 0.000123
+gallium_dri.so free 0x5571735f9400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9480 0.000121
+gallium_dri.so free 0x5571735f9540 void 0.000119
+gallium_dri.so free 0x5571735f9480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9480 0.000119
+gallium_dri.so free 0x5571735f95c0 void 0.000125
+gallium_dri.so free 0x5571735f9480 void 0.000121
+gallium_dri.so malloc 72 0x5571735f95f0 0.000120
+gallium_dri.so free 0x5571735f9640 void 0.000121
+gallium_dri.so free 0x5571735f95f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f95f0 0.000121
+gallium_dri.so free 0x5571735f9740 void 0.000119
+gallium_dri.so free 0x5571735f95f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f96f0 0.000120
+gallium_dri.so free 0x5571735f9800 void 0.000119
+gallium_dri.so free 0x5571735f96f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f97b0 0.000120
+gallium_dri.so free 0x5571735f9880 void 0.000120
+gallium_dri.so free 0x5571735f97b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f97b0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so free 0x5571735f97b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f97b0 0.000119
+gallium_dri.so free 0x5571735f9a00 void 0.000119
+gallium_dri.so free 0x5571735f97b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f99b0 0.000120
+gallium_dri.so free 0x5571735f9a80 void 0.000119
+gallium_dri.so free 0x5571735f99b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9ad0 0.000121
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so free 0x5571735f9ad0 void 0.000181
+gallium_dri.so malloc 72 0x5571735f9b60 0.000122
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000128
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so free 0x5571735f9bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9c80 0.000116
+gallium_dri.so free 0x5571735f9d40 void 0.000126
+gallium_dri.so free 0x5571735f9c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c80 0.000118
+gallium_dri.so free 0x5571735f9dc0 void 0.000118
+gallium_dri.so free 0x5571735f9c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000117
+gallium_dri.so free 0x5571735f9e80 void 0.000120
+gallium_dri.so free 0x5571735f9dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000117
+gallium_dri.so free 0x5571735f9f40 void 0.000118
+gallium_dri.so free 0x5571735f9dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000121
+gallium_dri.so free 0x5571735fa000 void 0.000119
+gallium_dri.so free 0x5571735f9dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9fb0 0.000118
+gallium_dri.so free 0x5571735fa080 void 0.000120
+gallium_dri.so free 0x5571735f9fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa0d0 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000173
+gallium_dri.so free 0x5571735fa0d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa180 0.000129
+gallium_dri.so free 0x5571735fa200 void 0.000115
+gallium_dri.so free 0x5571735fa180 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa180 0.000115
+gallium_dri.so free 0x5571735fa280 void 0.000116
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000116
+gallium_dri.so free 0x5571735fa300 void 0.000119
+gallium_dri.so free 0x5571735fa2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000116
+gallium_dri.so free 0x5571735fa400 void 0.000118
+gallium_dri.so free 0x5571735fa2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000120
+gallium_dri.so free 0x5571735fa4c0 void 0.000121
+gallium_dri.so free 0x5571735fa3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa470 0.000121
+gallium_dri.so free 0x5571735fa500 void 0.000120
+gallium_dri.so free 0x5571735fa470 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa470 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000119
+gallium_dri.so free 0x5571735fa470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa630 0.000117
+gallium_dri.so free 0x5571735fa680 void 0.000120
+gallium_dri.so free 0x5571735fa630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa630 0.000277
+gallium_dri.so free 0x5571735fa780 void 0.000122
+gallium_dri.so free 0x5571735fa630 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa730 0.000122
+gallium_dri.so free 0x5571735fa840 void 0.000122
+gallium_dri.so free 0x5571735fa730 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa7f0 0.000120
+gallium_dri.so free 0x5571735fa880 void 0.000122
+gallium_dri.so free 0x5571735fa7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa7f0 0.000120
+gallium_dri.so free 0x5571735fa940 void 0.000121
+gallium_dri.so free 0x5571735fa7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa980 0.000121
+gallium_dri.so free 0x5571735faa00 void 0.000122
+gallium_dri.so free 0x5571735fa980 void 0.000122
+gallium_dri.so malloc 72 0x5571735faa00 0.000120
+gallium_dri.so free 0x5571735faac0 void 0.000146
+gallium_dri.so free 0x5571735faa00 void 0.000122
+gallium_dri.so malloc 72 0x5571735faa00 0.000122
+gallium_dri.so free 0x5571735fab80 void 0.000121
+gallium_dri.so free 0x5571735faa00 void 0.000121
+gallium_dri.so malloc 72 0x5571735faba0 0.000120
+gallium_dri.so free 0x5571735fac40 void 0.000120
+gallium_dri.so free 0x5571735faba0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fabf0 0.000179
+gallium_dri.so free 0x5571735facc0 void 0.000118
+gallium_dri.so free 0x5571735fabf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fabf0 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000115
+gallium_dri.so free 0x5571735fabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad40 0.000102
+gallium_dri.so free 0x5571735fae00 void 0.000252
+gallium_dri.so free 0x5571735fad40 void 0.000206
+gallium_dri.so malloc 72 0x5571735fad40 0.000113
+gallium_dri.so free 0x5571735faec0 void 0.000111
+gallium_dri.so free 0x5571735fad40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fad40 0.000112
+gallium_dri.so free 0x5571735faf80 void 0.000111
+gallium_dri.so free 0x5571735fad40 void 0.000110
+gallium_dri.so malloc 72 0x5571735faf30 0.000112
+gallium_dri.so free 0x5571735fb040 void 0.000110
+gallium_dri.so free 0x5571735faf30 void 0.000110
+gallium_dri.so malloc 72 0x5571735faff0 0.000110
+gallium_dri.so free 0x5571735fb0c0 void 0.000110
+gallium_dri.so free 0x5571735faff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb110 0.000110
+gallium_dri.so free 0x5571735fb180 void 0.000110
+gallium_dri.so free 0x5571735fb110 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb1a0 0.000110
+gallium_dri.so free 0x5571735fb240 void 0.000110
+gallium_dri.so free 0x5571735fb1a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000116
+gallium_dri.so free 0x5571735fb2c0 void 0.000116
+gallium_dri.so free 0x5571735fb1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000114
+gallium_dri.so free 0x5571735fb340 void 0.000116
+gallium_dri.so free 0x5571735fb1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb340 0.000115
+gallium_dri.so free 0x5571735fb400 void 0.000115
+gallium_dri.so free 0x5571735fb340 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb340 0.000115
+gallium_dri.so free 0x5571735fb500 void 0.000116
+gallium_dri.so free 0x5571735fb340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000115
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735fb4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000115
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so free 0x5571735fb4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb640 0.000114
+gallium_dri.so free 0x5571735fb6c0 void 0.000115
+gallium_dri.so free 0x5571735fb640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb6c0 0.000114
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so free 0x5571735fb6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb6c0 0.000114
+gallium_dri.so free 0x5571735fb800 void 0.000114
+gallium_dri.so free 0x5571735fb6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb830 0.000119
+gallium_dri.so free 0x5571735fb880 void 0.000114
+gallium_dri.so free 0x5571735fb830 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb830 0.000145
+gallium_dri.so free 0x5571735fb980 void 0.000143
+gallium_dri.so free 0x5571735fb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000117
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fba40 0.000113
+gallium_dri.so free 0x5571735fbb00 void 0.000115
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba40 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so free 0x5571735fba40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000113
+gallium_dri.so free 0x5571735fbc00 void 0.000112
+gallium_dri.so free 0x5571735fbbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000113
+gallium_dri.so free 0x5571735fbd00 void 0.000113
+gallium_dri.so free 0x5571735fbbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000114
+gallium_dri.so free 0x5571735fbdc0 void 0.000114
+gallium_dri.so free 0x5571735fbcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbd70 0.000113
+gallium_dri.so free 0x5571735fbe40 void 0.000113
+gallium_dri.so free 0x5571735fbd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd70 0.000116
+gallium_dri.so free 0x5571735fbf00 void 0.000117
+gallium_dri.so free 0x5571735fbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbd70 0.000114
+gallium_dri.so free 0x5571735fbfc0 void 0.000114
+gallium_dri.so free 0x5571735fbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbf70 0.000113
+gallium_dri.so free 0x5571735fc040 void 0.000114
+gallium_dri.so free 0x5571735fbf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc090 0.000114
+gallium_dri.so free 0x5571735fc100 void 0.000113
+gallium_dri.so free 0x5571735fc090 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc120 0.000114
+gallium_dri.so free 0x5571735fc1c0 void 0.000114
+gallium_dri.so free 0x5571735fc120 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc170 0.000114
+gallium_dri.so free 0x5571735fc240 void 0.000114
+gallium_dri.so free 0x5571735fc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc240 0.000113
+gallium_dri.so free 0x5571735fc300 void 0.000113
+gallium_dri.so free 0x5571735fc240 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc240 0.000114
+gallium_dri.so free 0x5571735fc380 void 0.000116
+gallium_dri.so free 0x5571735fc240 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc380 0.000116
+gallium_dri.so free 0x5571735fc440 void 0.000115
+gallium_dri.so free 0x5571735fc380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc380 0.000221
+gallium_dri.so free 0x5571735fc500 void 0.000116
+gallium_dri.so free 0x5571735fc380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc380 0.000115
+gallium_dri.so free 0x5571735fc5c0 void 0.000115
+gallium_dri.so free 0x5571735fc380 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc570 0.000115
+gallium_dri.so free 0x5571735fc640 void 0.000115
+gallium_dri.so free 0x5571735fc570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc690 0.000114
+gallium_dri.so free 0x5571735fc700 void 0.000115
+gallium_dri.so free 0x5571735fc690 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc740 0.000115
+gallium_dri.so free 0x5571735fc7c0 void 0.000115
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc740 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000116
+gallium_dri.so free 0x5571735fc740 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc870 0.000135
+gallium_dri.so free 0x5571735fc8c0 void 0.000116
+gallium_dri.so free 0x5571735fc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc870 0.000116
+gallium_dri.so free 0x5571735fc9c0 void 0.000115
+gallium_dri.so free 0x5571735fc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc970 0.000115
+gallium_dri.so free 0x5571735fca80 void 0.000116
+gallium_dri.so free 0x5571735fc970 void 0.000129
+gallium_dri.so malloc 72 0x5571735fca30 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so free 0x5571735fca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca30 0.000113
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so free 0x5571735fca30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000113
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000112
+gallium_dri.so free 0x5571735fcbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccf0 0.000117
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so free 0x5571735fccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcdb0 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000113
+gallium_dri.so free 0x5571735fcdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdb0 0.000113
+gallium_dri.so free 0x5571735fcf00 void 0.000115
+gallium_dri.so free 0x5571735fcdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf40 0.000113
+gallium_dri.so free 0x5571735fcfc0 void 0.000114
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000114
+gallium_dri.so free 0x5571735fd080 void 0.000113
+gallium_dri.so free 0x5571735fcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000116
+gallium_dri.so free 0x5571735fd140 void 0.000117
+gallium_dri.so free 0x5571735fcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd160 0.000117
+gallium_dri.so free 0x5571735fd200 void 0.000157
+gallium_dri.so free 0x5571735fd160 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000116
+gallium_dri.so free 0x5571735fd280 void 0.000115
+gallium_dri.so free 0x5571735fd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so free 0x5571735fd1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd300 0.000113
+gallium_dri.so free 0x5571735fd3c0 void 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd300 0.000114
+gallium_dri.so free 0x5571735fd480 void 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd300 0.000115
+gallium_dri.so free 0x5571735fd540 void 0.000115
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000115
+gallium_dri.so free 0x5571735fd600 void 0.000115
+gallium_dri.so free 0x5571735fd4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000115
+gallium_dri.so free 0x5571735fd680 void 0.000114
+gallium_dri.so free 0x5571735fd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6d0 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000114
+gallium_dri.so free 0x5571735fd6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd760 0.000115
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd760 void 0.000142
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000114
+gallium_dri.so free 0x5571735fd880 void 0.000115
+gallium_dri.so free 0x5571735fd7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000112
+gallium_dri.so free 0x5571735fd900 void 0.000113
+gallium_dri.so free 0x5571735fd7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd900 0.000113
+gallium_dri.so free 0x5571735fd9c0 void 0.000114
+gallium_dri.so free 0x5571735fd900 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd900 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000114
+gallium_dri.so free 0x5571735fd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda70 0.000113
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so free 0x5571735fda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda70 0.000117
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so free 0x5571735fda70 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdc00 0.000114
+gallium_dri.so free 0x5571735fdc80 void 0.000115
+gallium_dri.so free 0x5571735fdc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdc80 0.000116
+gallium_dri.so free 0x5571735fdd40 void 0.000115
+gallium_dri.so free 0x5571735fdc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc80 0.000112
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so free 0x5571735fdc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddf0 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddf0 0.000114
+gallium_dri.so free 0x5571735fdf40 void 0.000114
+gallium_dri.so free 0x5571735fddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf80 0.000113
+gallium_dri.so free 0x5571735fe000 void 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe000 0.000118
+gallium_dri.so free 0x5571735fe0c0 void 0.000116
+gallium_dri.so free 0x5571735fe000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe000 0.000113
+gallium_dri.so free 0x5571735fe140 void 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe170 0.000114
+gallium_dri.so free 0x5571735fe1c0 void 0.000112
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe170 0.000113
+gallium_dri.so free 0x5571735fe2c0 void 0.000113
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe270 0.000223
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe330 0.000114
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so free 0x5571735fe330 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe330 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so free 0x5571735fe330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe330 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000115
+gallium_dri.so free 0x5571735fe330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe530 0.000113
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so free 0x5571735fe530 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe650 0.000114
+gallium_dri.so free 0x5571735fe6c0 void 0.000114
+gallium_dri.so free 0x5571735fe650 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe6e0 0.000113
+gallium_dri.so free 0x5571735fe780 void 0.000148
+gallium_dri.so free 0x5571735fe6e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe730 0.000115
+gallium_dri.so free 0x5571735fe800 void 0.000115
+gallium_dri.so free 0x5571735fe730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe800 0.000115
+gallium_dri.so free 0x5571735fe8c0 void 0.000116
+gallium_dri.so free 0x5571735fe800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe800 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000114
+gallium_dri.so free 0x5571735fe800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe940 0.000113
+gallium_dri.so free 0x5571735fea00 void 0.000114
+gallium_dri.so free 0x5571735fe940 void 0.000163
+gallium_dri.so malloc 72 0x5571735fe940 0.000115
+gallium_dri.so free 0x5571735feac0 void 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe940 0.000113
+gallium_dri.so free 0x5571735feb80 void 0.000116
+gallium_dri.so free 0x5571735fe940 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb30 0.000114
+gallium_dri.so free 0x5571735fec00 void 0.000113
+gallium_dri.so free 0x5571735feb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec50 0.000114
+gallium_dri.so free 0x5571735fecc0 void 0.000114
+gallium_dri.so free 0x5571735fec50 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed00 0.000114
+gallium_dri.so free 0x5571735fed80 void 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fed00 0.000114
+gallium_dri.so free 0x5571735fee00 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee30 0.000117
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so free 0x5571735fee30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fef30 0.000115
+gallium_dri.so free 0x5571735ff040 void 0.000116
+gallium_dri.so free 0x5571735fef30 void 0.000115
+gallium_dri.so malloc 72 0x5571735feff0 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000115
+gallium_dri.so free 0x5571735feff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feff0 0.000116
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735feff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000116
+gallium_dri.so free 0x5571735ff1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000115
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so free 0x5571735ff2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff370 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000116
+gallium_dri.so free 0x5571735ff370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff370 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000115
+gallium_dri.so free 0x5571735ff370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000129
+gallium_dri.so free 0x5571735ff580 void 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff580 0.000113
+gallium_dri.so free 0x5571735ff640 void 0.000115
+gallium_dri.so free 0x5571735ff580 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff580 0.000147
+gallium_dri.so free 0x5571735ff700 void 0.000115
+gallium_dri.so free 0x5571735ff580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff720 0.000113
+gallium_dri.so free 0x5571735ff7c0 void 0.000113
+gallium_dri.so free 0x5571735ff720 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff770 0.000114
+gallium_dri.so free 0x5571735ff840 void 0.000113
+gallium_dri.so free 0x5571735ff770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff770 0.000113
+gallium_dri.so free 0x5571735ff8c0 void 0.000113
+gallium_dri.so free 0x5571735ff770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000113
+gallium_dri.so free 0x5571735ff980 void 0.000113
+gallium_dri.so free 0x5571735ff8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000114
+gallium_dri.so free 0x5571735ffa40 void 0.000112
+gallium_dri.so free 0x5571735ff8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000113
+gallium_dri.so free 0x5571735ffb00 void 0.000114
+gallium_dri.so free 0x5571735ff8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffab0 0.000131
+gallium_dri.so free 0x5571735ffbc0 void 0.000115
+gallium_dri.so free 0x5571735ffab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb70 0.000113
+gallium_dri.so free 0x5571735ffc40 void 0.000114
+gallium_dri.so free 0x5571735ffb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc90 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000114
+gallium_dri.so free 0x5571735ffc90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd20 0.000117
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffd20 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffd70 0.000113
+gallium_dri.so free 0x5571735ffe40 void 0.000114
+gallium_dri.so free 0x5571735ffd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd70 0.000112
+gallium_dri.so free 0x5571735ffec0 void 0.000113
+gallium_dri.so free 0x5571735ffd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffec0 0.000113
+gallium_dri.so free 0x5571735eae40 void 0.000118
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffec0 0.000113
+gallium_dri.so free 0x5571735ea800 void 0.000115
+gallium_dri.so free 0x5571735ffec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffec0 0.000113
+gallium_dri.so free 0x5571735bc180 void 0.000113
+gallium_dri.so free 0x5571735ffec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffec0 0.000119
+gallium_dri.so free 0x5571735afa00 void 0.000115
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735af9b0 0.000113
+gallium_dri.so free 0x5571735a2880 void 0.000116
+gallium_dri.so free 0x5571735af9b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735a2830 0.000126
+gallium_dri.so free 0x5571735af300 void 0.000116
+gallium_dri.so free 0x5571735a2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735af320 0.000116
+gallium_dri.so free 0x5571735bba40 void 0.000116
+gallium_dri.so free 0x5571735af320 void 0.000115
+gallium_dri.so malloc 72 0x5571735af320 0.000113
+gallium_dri.so free 0x5571735b5b40 void 0.000117
+gallium_dri.so free 0x5571735af320 void 0.000113
+gallium_dri.so malloc 72 0x5571735af320 0.000115
+gallium_dri.so free 0x5571735bb680 void 0.000114
+gallium_dri.so free 0x5571735af320 void 0.000113
+gallium_dri.so malloc 72 0x5571735af320 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000142
+gallium_dri.so free 0x5571735af320 void 0.000116
+gallium_dri.so malloc 72 0x5571735baf00 0.000114
+gallium_dri.so free 0x5571735ea9c0 void 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735baf00 0.000114
+gallium_dri.so free 0x5571735b8980 void 0.000114
+gallium_dri.so free 0x5571735baf00 void 0.000135
+gallium_dri.so malloc 72 0x5571735baf00 0.000127
+gallium_dri.so free 0x5571735ea740 void 0.000127
+gallium_dri.so free 0x5571735baf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735baf00 0.000117
+gallium_dri.so free 0x5571735bbe00 void 0.000115
+gallium_dri.so free 0x5571735baf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bbdb0 0.000113
+gallium_dri.so free 0x5571735bca40 void 0.000116
+gallium_dri.so free 0x5571735bbdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bc9f0 0.000123
+gallium_dri.so free 0x5571735b8040 void 0.000119
+gallium_dri.so free 0x5571735bc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000115
+gallium_dri.so free 0x5571735bc5c0 void 0.000113
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7ff0 0.000112
+gallium_dri.so free 0x5571735eb0c0 void 0.000114
+gallium_dri.so free 0x5571735b7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb070 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000114
+gallium_dri.so free 0x5571735eb070 void 0.000113
+gallium_dri.so malloc 72 0x5571735eab00 0.000113
+gallium_dri.so free 0x5571735bb280 void 0.000113
+gallium_dri.so free 0x5571735eab00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eab00 0.000113
+gallium_dri.so free 0x5571735b7c80 void 0.000121
+gallium_dri.so free 0x5571735eab00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eab00 0.000114
+gallium_dri.so free 0x5571735b7700 void 0.000118
+gallium_dri.so free 0x5571735eab00 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7750 0.000114
+gallium_dri.so free 0x5571735b7e40 void 0.000115
+gallium_dri.so free 0x5571735b7750 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7e80 0.000115
+gallium_dri.so free 0x5571735b7900 void 0.000115
+gallium_dri.so free 0x5571735b7e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735bb340 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735b7a80 void 0.000114
+gallium_dri.so free 0x5571735b78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b78b0 0.000114
+gallium_dri.so free 0x5571735e9bc0 void 0.000115
+gallium_dri.so free 0x5571735b78b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9c00 0.000113
+gallium_dri.so free 0x5571735ea580 void 0.000115
+gallium_dri.so free 0x5571735e9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ea580 0.000116
+gallium_dri.so free 0x5571735adbc0 void 0.000115
+gallium_dri.so free 0x5571735ea580 void 0.000112
+gallium_dri.so malloc 72 0x5571735adb70 0.000115
+gallium_dri.so free 0x5571735b7d40 void 0.000126
+gallium_dri.so free 0x5571735adb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7cf0 0.000113
+gallium_dri.so free 0x5571735adc40 void 0.000114
+gallium_dri.so free 0x5571735b7cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735adc70 0.000116
+gallium_dri.so free 0x5571735b9380 void 0.000124
+gallium_dri.so free 0x5571735adc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735adc70 0.000113
+gallium_dri.so free 0x5571735b9400 void 0.000113
+gallium_dri.so free 0x5571735adc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9400 0.000117
+gallium_dri.so free 0x5571735b7b40 void 0.000175
+gallium_dri.so free 0x5571735b9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7b60 0.000112
+gallium_dri.so free 0x5571735d74c0 void 0.000113
+gallium_dri.so free 0x5571735b7b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d74f0 0.000109
+gallium_dri.so free 0x5571735d7540 void 0.000110
+gallium_dri.so free 0x5571735d74f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d74f0 0.000113
+gallium_dri.so free 0x5571735afe40 void 0.000110
+gallium_dri.so free 0x5571735d74f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d74f0 0.000109
+gallium_dri.so free 0x5571735afec0 void 0.000109
+gallium_dri.so free 0x5571735d74f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735afec0 0.000110
+gallium_dri.so free 0x5571735e9c80 void 0.000127
+gallium_dri.so free 0x5571735afec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735afec0 0.000116
+gallium_dri.so free 0x5571735a8c40 void 0.000115
+gallium_dri.so free 0x5571735afec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735afec0 0.000113
+gallium_dri.so free 0x5571735a8d00 void 0.000116
+gallium_dri.so free 0x5571735afec0 void 0.000137
+gallium_dri.so malloc 72 0x5571735a8cb0 0.000128
+gallium_dri.so free 0x5571735addc0 void 0.000120
+gallium_dri.so free 0x5571735a8cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735addc0 0.000119
+gallium_dri.so free 0x5571735ade80 void 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735addc0 0.000127
+gallium_dri.so free 0x5571735ea640 void 0.000121
+gallium_dri.so free 0x5571735addc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735addc0 0.000121
+gallium_dri.so free 0x5571735a8d80 void 0.000121
+gallium_dri.so free 0x5571735addc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735addc0 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000121
+gallium_dri.so free 0x5571735addc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735addc0 0.000117
+gallium_dri.so free 0x5571735a8fc0 void 0.000121
+gallium_dri.so free 0x5571735addc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8f70 0.000232
+gallium_dri.so free 0x5571735aff80 void 0.000124
+gallium_dri.so free 0x5571735a8f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735a8f70 0.000122
+gallium_dri.so free 0x5571735a89c0 void 0.000122
+gallium_dri.so free 0x5571735a8f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8f70 0.000120
+gallium_dri.so free 0x5571735a8a80 void 0.000120
+gallium_dri.so free 0x5571735a8f70 void 0.000122
+gallium_dri.so malloc 72 0x5571735a8ad0 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000121
+gallium_dri.so free 0x5571735a8ad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a8ad0 0.000120
+gallium_dri.so free 0x5571735b6040 void 0.000121
+gallium_dri.so free 0x5571735a8ad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b5ff0 0.000121
+gallium_dri.so free 0x5571735a9080 void 0.000121
+gallium_dri.so free 0x5571735b5ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a9030 0.000119
+gallium_dri.so free 0x5571735a8b40 void 0.000158
+gallium_dri.so free 0x5571735a9030 void 0.000197
+gallium_dri.so malloc 72 0x5571735a8b70 0.000742
+gallium_dri.so free 0x5571735a9140 void 0.000197
+gallium_dri.so free 0x5571735a8b70 void 0.000175
+gallium_dri.so malloc 72 0x5571735a8b70 0.000144
+gallium_dri.so free 0x5571735a91c0 void 0.000134
+gallium_dri.so free 0x5571735a8b70 void 0.000133
+gallium_dri.so malloc 72 0x5571735a91c0 0.000132
+gallium_dri.so free 0x5571735a71c0 void 0.000133
+gallium_dri.so free 0x5571735a91c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735a7200 0.000133
+gallium_dri.so free 0x5571735b6100 void 0.000132
+gallium_dri.so free 0x5571735a7200 void 0.000132
+gallium_dri.so malloc 72 0x5571735b60b0 0.000131
+gallium_dri.so free 0x5571735a7280 void 0.000133
+gallium_dri.so free 0x5571735b60b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b60b0 0.000132
+gallium_dri.so free 0x5571735a7340 void 0.000131
+gallium_dri.so free 0x5571735b60b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735a72f0 0.000132
+gallium_dri.so free 0x5571735ae700 void 0.000132
+gallium_dri.so free 0x5571735a72f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ae750 0.000129
+gallium_dri.so free 0x5571735a9280 void 0.000171
+gallium_dri.so free 0x5571735ae750 void 0.000142
+gallium_dri.so malloc 72 0x5571735ae750 0.000137
+gallium_dri.so free 0x5571735ae7c0 void 0.000144
+gallium_dri.so free 0x5571735ae750 void 0.000140
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000138
+gallium_dri.so free 0x5571734f6040 void 0.000141
+gallium_dri.so free 0x5571735ae7f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000154
+gallium_dri.so free 0x5571735ae840 void 0.000169
+gallium_dri.so free 0x5571735ae7f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ae7f0 0.000157
+gallium_dri.so free 0x5571734f6140 void 0.000151
+gallium_dri.so free 0x5571735ae7f0 void 0.000136
+gallium_dri.so malloc 72 0x5571734f6190 0.000140
+gallium_dri.so free 0x5571735be540 void 0.000141
+gallium_dri.so free 0x5571734f6190 void 0.000141
+gallium_dri.so malloc 72 0x5571735be560 0.000143
+gallium_dri.so free 0x5571735be600 void 0.000143
+gallium_dri.so free 0x5571735be560 void 0.000142
+gallium_dri.so malloc 72 0x5571735be5b0 0.000141
+gallium_dri.so free 0x5571735be680 void 0.000190
+gallium_dri.so free 0x5571735be5b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735be5b0 0.000135
+gallium_dri.so free 0x5571735b0100 void 0.000133
+gallium_dri.so free 0x5571735be5b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735b0100 0.000136
+gallium_dri.so free 0x5571735b01c0 void 0.000135
+gallium_dri.so free 0x5571735b0100 void 0.000139
+gallium_dri.so malloc 72 0x5571735b0100 0.000164
+gallium_dri.so free 0x5571735b0280 void 0.000144
+gallium_dri.so free 0x5571735b0100 void 0.000129
+gallium_dri.so malloc 72 0x5571735b02a0 0.000129
+gallium_dri.so free 0x5571735b6e80 void 0.000129
+gallium_dri.so free 0x5571735b02a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b02a0 0.000126
+gallium_dri.so free 0x5571735b6f40 void 0.000129
+gallium_dri.so free 0x5571735b02a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000127
+gallium_dri.so free 0x5571735b6fc0 void 0.000127
+gallium_dri.so free 0x5571735b6ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b7010 0.000127
+gallium_dri.so free 0x5571735b7080 void 0.000127
+gallium_dri.so free 0x5571735b7010 void 0.000126
+gallium_dri.so malloc 72 0x5571735b70a0 0.000146
+gallium_dri.so free 0x5571735af000 void 0.000128
+gallium_dri.so free 0x5571735b70a0 void 0.000126
+gallium_dri.so malloc 56 0x5571735bab90 0.000135
+gallium_dri.so malloc 136 0x5571735ba880 0.000130
+gallium_dri.so free 0 void 0.000127
+gallium_dri.so malloc 24 0x5571735b6b10 0.000126
+gallium_dri.so malloc 64 0x5571735b70a0 0.000126
+gallium_dri.so malloc 136 0x5571734932b0 0.000128
+gallium_dri.so free 0 void 0.000126
+gallium_dri.so malloc 24 0x5571735e8240 0.000125
+gallium_dri.so malloc 56 0x5571735ea6d0 0.000125
+gallium_dri.so malloc 136 0x5571735a4470 0.000128
+gallium_dri.so free 0 void 0.000126
+gallium_dri.so malloc 24 0x5571735ea7e0 0.000125
+gallium_dri.so malloc 288 0x5571734f52d0 0.000132
+gallium_dri.so malloc 248 0x5571735bb740 0.000130
+gallium_dri.so malloc 136 0x5571735a4950 0.000133
+gallium_dri.so free 0 void 0.000126
+gallium_dri.so malloc 24 0x5571735bc000 0.000124
+libdrm_nouveau.so.2 malloc 72 0x5571735ea070 0.000128
+libdrm_nouveau.so.2 malloc 72 0x5571735bccb0 0.000124
+gallium_dri.so free 0x5571735c8f30 void 0.000132
+particles malloc 32 0x5571735b6d10 0.000171
+particles free 0x5571735a6130 void 0.000122
+particles free 0x5571735a6150 void 0.000117
+particles free 0x55717357efb0 void 0.000123
+particles free 0x55717357ee90 void 0.000122
+particles free 0x5571735b6d10 void 0.000113
+libX11.so.6 malloc 24 0x55717357ee90 0.000122
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000112
+libxcb.so.1 malloc 16 0x55717357efb0 0.000110
+libX11.so.6 free 0x5571735aec40 void 0.000114
+libxcb.so.1 free 0x55717357efb0 void 0.000115
+libX11.so.6 free 0x5571735b6d10 void 0.000112
+particles malloc 96 0x5571735af6b0 0.000114
+particles malloc 96 0x5571735bec00 0.000116
+particles malloc 96 0x5571735af590 0.000113
+particles malloc 96 0x5571735b2c00 0.000191
+particles malloc 96 0x5571735af890 0.000115
+particles malloc 96 0x5571735be750 0.000112
+particles malloc 96 0x5571735b0670 0.000114
+particles malloc 96 0x5571735ba970 0.000152
+particles malloc 96 0x5571735ea0c0 0.000177
+particles malloc 96 0x5571735b85a0 0.000163
+particles malloc 96 0x5571735b6b30 0.000163
+particles malloc 96 0x5571735bbf80 0.000161
+particles malloc 96 0x5571735ea800 0.000161
+particles malloc 96 0x5571735bba10 0.000164
+particles malloc 96 0x5571735bc150 0.000162
+particles malloc 96 0x5571735af2d0 0.000162
+particles malloc 96 0x5571735ea9a0 0.000160
+particles malloc 96 0x5571735af000 0.000167
+particles malloc 96 0x5571735b8980 0.000161
+particles malloc 96 0x5571735eae40 0.000161
+particles malloc 96 0x5571735af9b0 0.000163
+particles malloc 96 0x5571735a2830 0.000161
+particles malloc 96 0x5571735bb680 0.000164
+particles malloc 96 0x5571735bc590 0.000223
+particles malloc 96 0x5571735ea710 0.000166
+particles malloc 96 0x5571735b7ff0 0.000117
+particles malloc 96 0x5571735bbdb0 0.000116
+particles malloc 96 0x5571735baee0 0.000113
+particles malloc 96 0x5571735bc9f0 0.000132
+particles malloc 96 0x5571735b5b10 0.000116
+particles malloc 96 0x5571735b5b80 0.000143
+particles malloc 96 0x5571735eb070 0.000113
+particles malloc 96 0x5571735eb0e0 0.000114
+particles malloc 96 0x5571735eab00 0.000111
+particles malloc 96 0x5571735eab70 0.000112
+particles malloc 96 0x5571735bb280 0.000111
+particles malloc 96 0x5571735bb2f0 0.000112
+particles malloc 96 0x5571735da320 0.000112
+particles malloc 96 0x5571735da390 0.000113
+particles malloc 96 0x5571735b7c50 0.000114
+particles malloc 96 0x5571735b7cc0 0.000113
+particles malloc 96 0x5571735b7e20 0.000112
+particles malloc 96 0x5571735b7e90 0.000111
+particles malloc 96 0x5571735b76e0 0.000113
+particles malloc 96 0x5571735b7750 0.000113
+particles malloc 96 0x5571735b7a80 0.000113
+particles malloc 96 0x5571735b7af0 0.000112
+particles malloc 96 0x5571735b78b0 0.000114
+particles malloc 96 0x5571735b7920 0.000113
+particles malloc 96 0x5571735e9ba0 0.000114
+particles malloc 96 0x5571735e9c10 0.000114
+particles malloc 96 0x5571735af160 0.000114
+particles malloc 96 0x5571735af1d0 0.000113
+particles malloc 96 0x5571735af240 0.000113
+particles malloc 96 0x5571735ea580 0.000120
+particles malloc 96 0x5571735ea5f0 0.000182
+particles malloc 96 0x5571735ea660 0.000117
+particles malloc 96 0x5571735adb70 0.000114
+particles malloc 96 0x5571735adbe0 0.000115
+particles malloc 96 0x5571735adc50 0.000114
+particles malloc 96 0x5571735b9350 0.000114
+particles malloc 96 0x5571735b93c0 0.000114
+particles malloc 96 0x5571735b9430 0.000114
+particles malloc 96 0x5571735a71a0 0.000115
+particles malloc 96 0x5571735a7210 0.000113
+particles malloc 96 0x5571735a7280 0.000114
+particles malloc 96 0x5571735a72f0 0.000113
+particles malloc 96 0x5571735a8c10 0.000113
+particles malloc 96 0x5571735a8c80 0.000115
+particles malloc 96 0x5571735a8cf0 0.000114
+particles malloc 96 0x5571735a8d60 0.000113
+particles malloc 96 0x5571735a9110 0.000114
+libX11.so.6 malloc 24 0x55717357efb0 0.000128
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000117
+libxcb.so.1 malloc 16 0x5571735aec40 0.000115
+libX11.so.6 free 0x55717357ee90 void 0.000118
+libxcb.so.1 free 0x5571735aec40 void 0.000115
+libX11.so.6 free 0x5571735b6d10 void 0.000116
+particles free 0x557173450b20 void 0.000128
+particles free 0x557173450bc0 void 0.000213
+particles free 0x557173450c30 void 0.000272
+particles free 0x557173450ca0 void 0.000225
+particles free 0x557173450d10 void 0.000124
+particles free 0x557173450dd0 void 0.000122
+particles free 0x557173450e40 void 0.000122
+particles free 0x557173450eb0 void 0.000120
+particles free 0x557173450f20 void 0.000122
+particles free 0x557173451020 void 0.000119
+particles free 0x557173451090 void 0.000118
+particles free 0x557173451100 void 0.000121
+particles free 0x557173451170 void 0.000121
+particles free 0x5571734511e0 void 0.000122
+particles free 0x557173451250 void 0.000122
+particles free 0x5571734512c0 void 0.000121
+particles free 0x557173451330 void 0.000122
+particles free 0x5571734514b0 void 0.000135
+particles free 0x557173451520 void 0.000123
+particles free 0x557173451590 void 0.000120
+particles free 0x557173451600 void 0.000122
+particles free 0x557173451670 void 0.000120
+particles free 0x5571734516e0 void 0.000121
+particles free 0x557173451750 void 0.000121
+particles free 0x5571734517c0 void 0.000122
+particles free 0x557173451830 void 0.000127
+particles free 0x5571734518a0 void 0.000122
+particles free 0x557173451910 void 0.000119
+particles free 0x557173451980 void 0.000121
+particles free 0x5571734519f0 void 0.000121
+particles free 0x557173451a60 void 0.000119
+particles free 0x557173451ad0 void 0.000120
+particles free 0x557173451b40 void 0.000120
+particles free 0x557173451dc0 void 0.000124
+particles free 0x557173451e30 void 0.000122
+particles free 0x557173451ea0 void 0.000122
+particles free 0x557173451f10 void 0.000120
+particles free 0x557173451f80 void 0.000119
+particles free 0x557173451ff0 void 0.000120
+particles free 0x557173452060 void 0.000122
+particles free 0x5571734520d0 void 0.000124
+particles free 0x557173452140 void 0.000124
+particles free 0x5571734521b0 void 0.000121
+particles free 0x557173452220 void 0.000121
+particles free 0x557173452290 void 0.000119
+particles free 0x557173452300 void 0.000119
+particles free 0x557173452370 void 0.000118
+particles free 0x5571734523e0 void 0.000122
+particles free 0x557173452450 void 0.000118
+particles free 0x5571734524c0 void 0.000121
+particles free 0x557173452530 void 0.000119
+particles free 0x5571734525a0 void 0.000177
+particles free 0x557173452610 void 0.000119
+particles free 0x557173452680 void 0.000120
+particles free 0x5571734526f0 void 0.000118
+particles free 0x557173452760 void 0.000119
+particles free 0x5571734527d0 void 0.000118
+particles free 0x557173452840 void 0.000117
+particles free 0x5571734528b0 void 0.000116
+particles free 0x557173452920 void 0.000117
+particles free 0x557173452990 void 0.000118
+particles free 0x557173452a00 void 0.000122
+particles free 0x557173452a70 void 0.000121
+particles free 0x557173452ae0 void 0.000121
+particles free 0x557173452b50 void 0.000122
+particles free 0x557173452fd0 void 0.000119
+particles free 0x557173453040 void 0.000122
+particles free 0x5571734530b0 void 0.000131
+particles free 0x557173453120 void 0.000128
+particles free 0x557173453190 void 0.000122
+particles free 0x557173453200 void 0.000123
+particles free 0x557173453270 void 0.000125
+particles free 0x5571734532e0 void 0.000123
+particles free 0x557173453350 void 0.000121
+particles free 0x5571734533c0 void 0.000114
+particles free 0x557173453430 void 0.000114
+particles free 0x5571734534a0 void 0.000129
+particles free 0x557173453510 void 0.000114
+particles free 0x557173453580 void 0.000112
+particles free 0x5571734535f0 void 0.000114
+particles free 0x557173453660 void 0.000114
+particles free 0x5571734536d0 void 0.000114
+particles free 0x557173453740 void 0.000113
+particles free 0x5571734537b0 void 0.000112
+particles free 0x557173453820 void 0.000115
+particles free 0x557173453890 void 0.000113
+particles free 0x557173453900 void 0.000114
+particles free 0x557173453970 void 0.000115
+particles free 0x5571734539e0 void 0.000114
+particles free 0x557173453a50 void 0.000114
+particles free 0x557173453ac0 void 0.000114
+particles free 0x557173453b30 void 0.000113
+particles free 0x557173453ba0 void 0.000123
+particles free 0x557173453c10 void 0.000115
+particles free 0x557173453c80 void 0.000118
+particles free 0x557173453cf0 void 0.000114
+particles free 0x557173453d60 void 0.000115
+particles free 0x557173453dd0 void 0.000116
+particles free 0x557173453e40 void 0.000115
+particles free 0x557173453eb0 void 0.000115
+particles free 0x557173453f20 void 0.000114
+particles free 0x557173453f90 void 0.000114
+particles free 0x557173454000 void 0.000114
+particles free 0x557173454070 void 0.000135
+particles free 0x5571734540e0 void 0.000113
+particles free 0x557173454150 void 0.000112
+particles free 0x5571734541c0 void 0.000113
+particles free 0x557173454230 void 0.000113
+particles free 0x5571734542a0 void 0.000119
+particles free 0x557173454310 void 0.000113
+particles free 0x557173454380 void 0.000112
+particles free 0x5571734543f0 void 0.000116
+particles free 0x557173454460 void 0.000113
+particles free 0x5571734544d0 void 0.000112
+particles free 0x557173454540 void 0.000112
+particles free 0x5571734545b0 void 0.000115
+particles free 0x557173454620 void 0.000112
+particles free 0x557173454690 void 0.000114
+particles free 0x557173454700 void 0.000112
+particles free 0x557173454770 void 0.000113
+particles free 0x5571734547e0 void 0.000112
+particles free 0x557173454850 void 0.000113
+particles free 0x5571734548c0 void 0.000113
+particles free 0x557173454930 void 0.000114
+particles free 0x5571734549a0 void 0.000113
+particles free 0x557173454a10 void 0.000112
+particles free 0x557173454a80 void 0.000112
+particles free 0x557173454af0 void 0.000114
+particles free 0x557173454b60 void 0.000112
+particles free 0x5571734553e0 void 0.000112
+particles free 0x557173455450 void 0.000171
+particles free 0x5571734554c0 void 0.000126
+particles free 0x557173455530 void 0.000129
+particles free 0x5571734555a0 void 0.000128
+particles free 0x557173455610 void 0.000129
+particles free 0x557173455680 void 0.000128
+particles free 0x5571734556f0 void 0.000122
+particles free 0x557173455760 void 0.000120
+particles free 0x5571734557d0 void 0.000118
+particles free 0x557173455840 void 0.000119
+particles free 0x5571734558b0 void 0.000119
+particles free 0x557173455920 void 0.000120
+particles free 0x557173455990 void 0.000124
+particles free 0x557173455a00 void 0.000124
+particles free 0x557173455a70 void 0.000126
+particles free 0x557173455ae0 void 0.000120
+particles free 0x557173455b50 void 0.000121
+particles free 0x557173455bc0 void 0.000126
+particles free 0x557173455c30 void 0.000123
+particles free 0x557173455ca0 void 0.000124
+particles free 0x557173455d10 void 0.000123
+particles free 0x557173455d80 void 0.000125
+particles free 0x557173455df0 void 0.000128
+particles free 0x557173455e60 void 0.000120
+particles free 0x557173455ed0 void 0.000129
+particles free 0x557173455f40 void 0.000118
+particles free 0x557173455fb0 void 0.000115
+particles free 0x557173456020 void 0.000114
+particles free 0x557173456090 void 0.000114
+particles free 0x557173456100 void 0.000120
+particles free 0x557173456170 void 0.000124
+particles free 0x5571734561e0 void 0.000124
+particles free 0x557173456250 void 0.000156
+particles free 0x5571734562c0 void 0.000143
+particles free 0x557173456330 void 0.000137
+particles free 0x5571734563a0 void 0.000129
+particles free 0x557173456410 void 0.000134
+particles free 0x557173456480 void 0.000137
+particles free 0x5571734564f0 void 0.000138
+particles free 0x557173456560 void 0.000142
+particles free 0x5571734565d0 void 0.000136
+particles free 0x557173456640 void 0.000134
+particles free 0x5571734566b0 void 0.000129
+particles free 0x557173456720 void 0.000135
+particles free 0x557173456790 void 0.000153
+particles free 0x557173456800 void 0.000149
+particles free 0x557173456870 void 0.000152
+particles free 0x5571734568e0 void 0.000152
+particles free 0x557173456950 void 0.000149
+particles free 0x5571734569c0 void 0.000143
+particles free 0x557173456a30 void 0.000150
+particles free 0x557173456aa0 void 0.000150
+particles free 0x557173456b10 void 0.000151
+particles free 0x557173456b80 void 0.000149
+particles free 0x557173456bf0 void 0.000141
+particles free 0x557173456c60 void 0.000147
+particles free 0x557173456cd0 void 0.000151
+particles free 0x557173456d40 void 0.000151
+particles realloc 0x557173588370|23512 0x557173588370 0.000158
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000150
+libxcb.so.1 malloc 16 0x5571735aec40 0.000143
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000142
+libxcb.so.1 malloc 16 0x55717357ee90 0.000142
+libX11.so.6 malloc 24 0x5571735a6150 0.000154
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000143
+libxcb.so.1 malloc 16 0x5571735a6130 0.000142
+libX11.so.6 free 0x55717357efb0 void 0.000142
+libxcb.so.1 free 0x5571735a6130 void 0.000143
+libX11.so.6 free 0x5571735eb2d0 void 0.000147
+libX11.so.6 malloc 24 0x5571735a6130 0.000141
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000141
+libxcb.so.1 malloc 16 0x55717357efb0 0.000148
+libX11.so.6 free 0x5571735a6150 void 0.000143
+libxcb.so.1 free 0x55717357efb0 void 0.000127
+libX11.so.6 free 0x5571735eb2d0 void 0.000144
+libX11.so.6 malloc 24 0x55717357efb0 0.000139
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000133
+libxcb.so.1 malloc 16 0x5571735a6150 0.000125
+libX11.so.6 free 0x5571735a6130 void 0.000129
+libxcb.so.1 free 0x5571735a6150 void 0.000125
+libX11.so.6 free 0x5571735eb2d0 void 0.000128
+particles free 0x557173456db0 void 0.000132
+particles free 0x557173456e20 void 0.000137
+particles free 0x557173456e90 void 0.000134
+particles free 0x557173456f00 void 0.000139
+particles free 0x557173456f70 void 0.000137
+particles free 0x557173456fe0 void 0.000138
+particles free 0x557173457050 void 0.000139
+particles free 0x5571734570c0 void 0.000137
+particles free 0x557173457130 void 0.000140
+particles free 0x5571734571a0 void 0.000137
+particles free 0x557173457210 void 0.000138
+particles free 0x557173457280 void 0.000139
+particles free 0x5571734572f0 void 0.000138
+particles free 0x557173457360 void 0.000137
+particles free 0x5571734573d0 void 0.000171
+particles free 0x557173457440 void 0.000177
+particles free 0x5571734574b0 void 0.000176
+particles free 0x557173457520 void 0.000137
+particles free 0x557173457590 void 0.000132
+particles free 0x557173457600 void 0.000128
+particles free 0x557173457670 void 0.000134
+particles free 0x5571734576e0 void 0.000149
+particles free 0x557173457750 void 0.000139
+particles free 0x5571734577c0 void 0.000134
+particles free 0x557173457830 void 0.000129
+particles free 0x5571734578a0 void 0.000133
+particles free 0x557173457910 void 0.000139
+particles free 0x557173457980 void 0.000138
+particles free 0x5571734579f0 void 0.000139
+particles free 0x557173457a60 void 0.000133
+particles free 0x557173457ad0 void 0.000133
+particles free 0x557173457b40 void 0.000139
+particles free 0x557173457bb0 void 0.000138
+particles free 0x557173457c20 void 0.000138
+particles free 0x557173457c90 void 0.000138
+particles free 0x557173457d00 void 0.000171
+particles free 0x557173457d70 void 0.000169
+particles free 0x557173457de0 void 0.000177
+particles free 0x557173457e50 void 0.000170
+particles free 0x557173457ec0 void 0.000137
+particles free 0x557173457f30 void 0.000170
+particles free 0x557173457fa0 void 0.000165
+particles free 0x557173458010 void 0.000160
+particles free 0x557173458080 void 0.000155
+particles free 0x5571734580f0 void 0.000168
+particles free 0x557173458160 void 0.000137
+particles free 0x5571734581d0 void 0.000131
+particles free 0x557173458240 void 0.000130
+particles free 0x5571734582b0 void 0.000126
+particles free 0x557173458320 void 0.000122
+particles free 0x557173458390 void 0.000126
+particles free 0x557173458400 void 0.000126
+particles free 0x557173458470 void 0.000121
+particles free 0x5571734584e0 void 0.000121
+particles free 0x557173458550 void 0.000121
+particles free 0x5571734585c0 void 0.000120
+particles free 0x557173458630 void 0.000127
+particles free 0x5571734586a0 void 0.000132
+particles free 0x557173458710 void 0.000144
+particles free 0x557173458780 void 0.000132
+particles free 0x5571734587f0 void 0.000140
+particles free 0x557173458860 void 0.000132
+particles free 0x5571734588d0 void 0.000131
+particles free 0x557173458940 void 0.000126
+particles free 0x5571734589b0 void 0.000121
+particles free 0x557173458a20 void 0.000126
+particles free 0x557173458a90 void 0.000126
+particles free 0x557173458b00 void 0.000126
+particles free 0x557173458b70 void 0.000131
+particles free 0x557173454bd0 void 0.000126
+particles free 0x557173454c40 void 0.000126
+particles free 0x557173454cb0 void 0.000126
+particles free 0x557173454d20 void 0.000127
+particles free 0x557173454d90 void 0.000126
+particles free 0x557173454e00 void 0.000126
+particles free 0x557173454e70 void 0.000125
+particles free 0x557173454ee0 void 0.000125
+particles free 0x557173454f50 void 0.000125
+particles free 0x557173454fc0 void 0.000126
+particles free 0x557173455030 void 0.000125
+particles free 0x5571734550a0 void 0.000126
+particles free 0x557173455110 void 0.000124
+particles free 0x557173455180 void 0.000129
+particles free 0x5571734551f0 void 0.000132
+particles free 0x557173455260 void 0.000132
+particles free 0x5571734552d0 void 0.000131
+particles free 0x557173455340 void 0.000132
+particles free 0x557173459bf0 void 0.000130
+particles free 0x557173459c60 void 0.000130
+particles free 0x557173459cd0 void 0.000132
+particles free 0x557173459d40 void 0.000130
+particles free 0x557173459db0 void 0.000132
+particles free 0x557173459e20 void 0.000132
+particles free 0x557173459e90 void 0.000126
+particles free 0x557173459f00 void 0.000121
+particles free 0x557173459f70 void 0.000122
+particles free 0x557173459fe0 void 0.000127
+particles free 0x55717345a050 void 0.000130
+particles free 0x55717345a0c0 void 0.000130
+particles free 0x55717345a130 void 0.000125
+particles free 0x55717345a1a0 void 0.000127
+particles free 0x55717345a210 void 0.000128
+particles free 0x55717345a280 void 0.000189
+particles free 0x55717345a2f0 void 0.000133
+particles free 0x55717345a360 void 0.000126
+particles free 0x55717345a3d0 void 0.000121
+particles free 0x55717345a440 void 0.000121
+particles free 0x55717345a4b0 void 0.000121
+particles free 0x55717345a520 void 0.000126
+particles free 0x55717345a590 void 0.000129
+particles free 0x55717345a600 void 0.000126
+particles free 0x55717345a670 void 0.000122
+particles free 0x55717345a6e0 void 0.000121
+particles free 0x55717345a750 void 0.000127
+particles free 0x55717345a7c0 void 0.000132
+particles free 0x55717345a830 void 0.000132
+particles free 0x55717345a8a0 void 0.000131
+particles free 0x55717345a910 void 0.000131
+particles free 0x55717345a980 void 0.000130
+particles free 0x55717345a9f0 void 0.000131
+particles free 0x55717345aa60 void 0.000131
+particles free 0x55717345aad0 void 0.000126
+particles free 0x55717345ab40 void 0.000122
+particles free 0x55717345abb0 void 0.000128
+particles free 0x55717345ac20 void 0.000139
+particles free 0x55717345ac90 void 0.000132
+particles free 0x55717345ad00 void 0.000131
+particles free 0x55717345ad70 void 0.000130
+particles free 0x55717345ade0 void 0.000132
+particles free 0x55717345ae50 void 0.000131
+particles free 0x55717345aec0 void 0.000131
+particles free 0x55717345af30 void 0.000132
+particles free 0x55717345afa0 void 0.000126
+particles free 0x55717345b010 void 0.000121
+particles free 0x55717345b080 void 0.000121
+particles free 0x55717345b0f0 void 0.000127
+particles free 0x55717345b160 void 0.000131
+particles free 0x55717345b1d0 void 0.000129
+particles free 0x55717345b240 void 0.000131
+particles free 0x55717345b2b0 void 0.000128
+particles free 0x55717345b320 void 0.000121
+particles free 0x55717345b390 void 0.000127
+particles free 0x55717345b400 void 0.000132
+particles free 0x55717345b470 void 0.000130
+particles free 0x55717345b4e0 void 0.000127
+particles free 0x55717345b550 void 0.000136
+particles free 0x55717345b5c0 void 0.000129
+particles free 0x55717345b630 void 0.000130
+particles free 0x55717345b6a0 void 0.000128
+particles free 0x55717345b710 void 0.000132
+particles free 0x55717345b780 void 0.000133
+particles free 0x55717345b7f0 void 0.000131
+particles free 0x55717345b860 void 0.000126
+particles free 0x55717345b8d0 void 0.000124
+particles free 0x55717345b940 void 0.000126
+particles free 0x55717345b9b0 void 0.000132
+particles free 0x55717345ba20 void 0.000135
+particles free 0x55717345ba90 void 0.000133
+particles free 0x55717345bb00 void 0.000131
+particles free 0x55717345bb70 void 0.000133
+particles free 0x55717345bbe0 void 0.000131
+particles free 0x55717345bc50 void 0.000131
+particles free 0x55717345bcc0 void 0.000131
+particles free 0x55717345bd30 void 0.000129
+particles free 0x55717345bda0 void 0.000122
+particles free 0x55717345be10 void 0.000128
+particles free 0x55717345be80 void 0.000143
+particles free 0x55717345bef0 void 0.000128
+particles free 0x55717345bf60 void 0.000126
+particles free 0x55717345bfd0 void 0.000133
+particles free 0x55717345c040 void 0.000131
+particles free 0x55717345c0b0 void 0.000132
+particles free 0x55717345c120 void 0.000132
+particles free 0x55717345c190 void 0.000131
+particles free 0x55717345c200 void 0.000130
+particles free 0x55717345c270 void 0.000131
+particles free 0x55717345c2e0 void 0.000161
+particles free 0x55717345c350 void 0.000160
+particles free 0x55717345c3c0 void 0.000147
+particles free 0x55717345c430 void 0.000132
+particles free 0x55717345c4a0 void 0.000165
+particles free 0x55717345c510 void 0.000132
+particles free 0x55717345c580 void 0.000133
+particles free 0x55717345c5f0 void 0.000131
+particles free 0x55717345c660 void 0.000126
+particles free 0x55717345c6d0 void 0.000140
+particles free 0x55717345c740 void 0.000127
+particles free 0x55717345c7b0 void 0.000132
+particles free 0x55717345c820 void 0.000132
+particles free 0x55717345c890 void 0.000126
+particles free 0x55717345c900 void 0.000122
+particles free 0x55717345c970 void 0.000126
+particles free 0x55717345c9e0 void 0.000142
+particles free 0x55717345ca50 void 0.000133
+particles free 0x55717345cac0 void 0.000132
+particles free 0x55717345cb30 void 0.000126
+particles free 0x55717345cba0 void 0.000123
+particles free 0x55717345cc10 void 0.000127
+particles free 0x55717345cc80 void 0.000131
+particles free 0x55717345ccf0 void 0.000131
+particles free 0x55717345cd60 void 0.000126
+particles free 0x55717345cdd0 void 0.000122
+particles free 0x55717345ce40 void 0.000128
+particles free 0x55717345ceb0 void 0.000131
+particles free 0x55717345cf20 void 0.000131
+particles free 0x55717345cf90 void 0.000134
+particles free 0x55717345d000 void 0.000164
+particles free 0x55717345d070 void 0.000157
+particles free 0x55717345d0e0 void 0.000157
+particles free 0x55717345d150 void 0.000156
+particles free 0x55717345d1c0 void 0.000155
+particles free 0x55717345d230 void 0.000156
+particles free 0x55717345d2a0 void 0.000158
+particles free 0x55717345d310 void 0.000156
+particles free 0x55717345d380 void 0.000157
+particles free 0x55717345d3f0 void 0.000150
+particles free 0x55717345d460 void 0.000144
+particles free 0x55717345d4d0 void 0.000151
+particles free 0x55717345d540 void 0.000157
+particles free 0x55717345d5b0 void 0.000156
+particles free 0x55717345d620 void 0.000152
+particles free 0x55717345d690 void 0.000144
+particles free 0x55717345d700 void 0.000145
+particles free 0x55717345d770 void 0.000149
+particles free 0x55717345d7e0 void 0.000159
+particles free 0x55717345d850 void 0.000149
+particles free 0x55717345d8c0 void 0.000151
+particles free 0x55717345d930 void 0.000158
+particles free 0x55717345d9a0 void 0.000157
+particles free 0x55717345da10 void 0.000188
+particles free 0x55717345da80 void 0.000187
+particles free 0x55717345daf0 void 0.000157
+particles free 0x55717345db60 void 0.000156
+particles free 0x55717345dbd0 void 0.000155
+particles free 0x55717345dc40 void 0.000150
+particles free 0x55717345dcb0 void 0.000143
+particles free 0x55717345dd20 void 0.000151
+particles free 0x55717345dd90 void 0.000157
+particles free 0x55717345de00 void 0.000152
+particles free 0x55717345de70 void 0.000149
+particles realloc 0x557173588370|21592 0x557173588370 0.000149
+libxcb.so.1 free 0x5571735aec40 void 0.000138
+libGL.so.1 free 0x5571735b6d10 void 0.000133
+libxcb.so.1 free 0x55717357ee90 void 0.000132
+libGL.so.1 free 0x5571735a2fb0 void 0.000221
+gallium_dri.so malloc 72 0x5571735bac10 0.000131
+gallium_dri.so free 0x5571735a9180 void 0.000129
+gallium_dri.so free 0x5571735bac10 void 0.000131
+gallium_dri.so malloc 72 0x5571735bac10 0.000130
+gallium_dri.so free 0x5571735a9280 void 0.000127
+gallium_dri.so free 0x5571735bac10 void 0.000126
+gallium_dri.so malloc 72 0x5571735bac10 0.000126
+gallium_dri.so free 0x5571735b5f40 void 0.000143
+gallium_dri.so free 0x5571735bac10 void 0.000131
+gallium_dri.so malloc 72 0x5571735bac10 0.000131
+gallium_dri.so free 0x5571735b6000 void 0.000126
+gallium_dri.so free 0x5571735bac10 void 0.000119
+gallium_dri.so malloc 72 0x5571735bac10 0.000125
+gallium_dri.so free 0x5571735a89c0 void 0.000132
+gallium_dri.so free 0x5571735bac10 void 0.000130
+gallium_dri.so malloc 72 0x5571735bac10 0.000130
+gallium_dri.so free 0x5571735a8a80 void 0.000126
+gallium_dri.so free 0x5571735bac10 void 0.000120
+gallium_dri.so malloc 72 0x5571735bac10 0.000126
+gallium_dri.so free 0x5571735b60c0 void 0.000125
+gallium_dri.so free 0x5571735bac10 void 0.000126
+gallium_dri.so malloc 72 0x5571735b60f0 0.000125
+gallium_dri.so free 0x5571735a8ec0 void 0.000121
+gallium_dri.so free 0x5571735b60f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b60f0 0.000118
+gallium_dri.so free 0x5571735a8b40 void 0.000126
+gallium_dri.so free 0x5571735b60f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b60f0 0.000127
+gallium_dri.so free 0x5571735a8fc0 void 0.000126
+gallium_dri.so free 0x5571735b60f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735a9010 0.000131
+gallium_dri.so free 0x5571735addc0 void 0.000130
+gallium_dri.so free 0x5571735a9010 void 0.000125
+gallium_dri.so malloc 72 0x5571735a9010 0.000122
+gallium_dri.so free 0x5571735ade80 void 0.000121
+gallium_dri.so free 0x5571735a9010 void 0.000124
+gallium_dri.so malloc 72 0x5571735a9010 0.000131
+gallium_dri.so free 0x5571735adf40 void 0.000130
+gallium_dri.so free 0x5571735a9010 void 0.000130
+gallium_dri.so malloc 72 0x5571735adef0 0.000129
+gallium_dri.so free 0x5571735afe40 void 0.000128
+gallium_dri.so free 0x5571735adef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735afe40 0.000140
+gallium_dri.so free 0x5571735aff00 void 0.000138
+gallium_dri.so free 0x5571735afe40 void 0.000132
+gallium_dri.so malloc 72 0x5571735afe40 0.000126
+gallium_dri.so free 0x5571735d74c0 void 0.000128
+gallium_dri.so free 0x5571735afe40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d74e0 0.000136
+gallium_dri.so free 0x5571735d7580 void 0.000137
+gallium_dri.so free 0x5571735d74e0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d7530 0.000137
+gallium_dri.so free 0x5571735d7600 void 0.000133
+gallium_dri.so free 0x5571735d7530 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7530 0.000131
+gallium_dri.so free 0x5571735ae700 void 0.000132
+gallium_dri.so free 0x5571735d7530 void 0.000126
+gallium_dri.so malloc 72 0x5571735ae750 0.000135
+gallium_dri.so free 0x5571735ae7c0 void 0.000134
+gallium_dri.so free 0x5571735ae750 void 0.000137
+gallium_dri.so malloc 72 0x5571735ae7e0 0.000135
+gallium_dri.so free 0x5571735ae880 void 0.000131
+gallium_dri.so free 0x5571735ae7e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ae830 0.000127
+gallium_dri.so free 0x5571734f6040 void 0.000132
+gallium_dri.so free 0x5571735ae830 void 0.000137
+gallium_dri.so malloc 72 0x5571734f6040 0.000136
+gallium_dri.so free 0x5571734f6100 void 0.000137
+gallium_dri.so free 0x5571734f6040 void 0.000138
+gallium_dri.so malloc 72 0x5571734f6040 0.000137
+gallium_dri.so free 0x5571735be540 void 0.000132
+gallium_dri.so free 0x5571734f6040 void 0.000152
+gallium_dri.so malloc 72 0x5571735be590 0.000148
+gallium_dri.so free 0x5571735be600 void 0.000151
+gallium_dri.so free 0x5571735be590 void 0.000137
+gallium_dri.so malloc 72 0x5571735be620 0.000134
+gallium_dri.so free 0x5571734f6200 void 0.000130
+gallium_dri.so free 0x5571735be620 void 0.000129
+gallium_dri.so malloc 72 0x5571734f61b0 0.000133
+gallium_dri.so free 0x5571735be6c0 void 0.000130
+gallium_dri.so free 0x5571734f61b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735be670 0.000140
+gallium_dri.so free 0x5571735b0100 void 0.000133
+gallium_dri.so free 0x5571735be670 void 0.000133
+gallium_dri.so malloc 72 0x5571735b0100 0.000133
+gallium_dri.so free 0x5571735b01c0 void 0.000133
+gallium_dri.so free 0x5571735b0100 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0100 0.000134
+gallium_dri.so free 0x5571735b0240 void 0.000133
+gallium_dri.so free 0x5571735b0100 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0100 0.000132
+gallium_dri.so free 0x5571735b6e80 void 0.000134
+gallium_dri.so free 0x5571735b0100 void 0.000132
+gallium_dri.so malloc 72 0x5571735b0100 0.000132
+gallium_dri.so free 0x5571735b6f40 void 0.000177
+gallium_dri.so free 0x5571735b0100 void 0.000133
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000132
+gallium_dri.so free 0x5571735b6fc0 void 0.000133
+gallium_dri.so free 0x5571735b6ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7010 0.000134
+gallium_dri.so free 0x5571735b8180 void 0.000133
+gallium_dri.so free 0x5571735b7010 void 0.000132
+gallium_dri.so malloc 72 0x5571735b81a0 0.000131
+gallium_dri.so free 0x5571735b8240 void 0.000134
+gallium_dri.so free 0x5571735b81a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b81f0 0.000134
+gallium_dri.so free 0x5571735b82c0 void 0.000124
+gallium_dri.so free 0x5571735b81f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b81f0 0.000125
+gallium_dri.so free 0x5571735b83c0 void 0.000127
+gallium_dri.so free 0x5571735b81f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b8370 0.000127
+gallium_dri.so free 0x5571735d9300 void 0.000127
+gallium_dri.so free 0x5571735b8370 void 0.000126
+gallium_dri.so malloc 72 0x5571735d92b0 0.000131
+gallium_dri.so free 0x5571735d93c0 void 0.000128
+gallium_dri.so free 0x5571735d92b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9370 0.000126
+gallium_dri.so free 0x5571735d9400 void 0.000127
+gallium_dri.so free 0x5571735d9370 void 0.000122
+gallium_dri.so malloc 72 0x5571735d9370 0.000125
+gallium_dri.so free 0x5571735d94c0 void 0.000125
+gallium_dri.so free 0x5571735d9370 void 0.000125
+gallium_dri.so malloc 72 0x5571735d9500 0.000124
+gallium_dri.so free 0x5571735d9580 void 0.000123
+gallium_dri.so free 0x5571735d9500 void 0.000126
+gallium_dri.so malloc 72 0x5571735d9580 0.000124
+gallium_dri.so free 0x5571735b71c0 void 0.000122
+gallium_dri.so free 0x5571735d9580 void 0.000122
+gallium_dri.so malloc 72 0x5571735b7170 0.000124
+gallium_dri.so free 0x5571735b7240 void 0.000123
+gallium_dri.so free 0x5571735b7170 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7170 0.000122
+gallium_dri.so free 0x5571735d9640 void 0.000124
+gallium_dri.so free 0x5571735b7170 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7170 0.000126
+gallium_dri.so free 0x5571735b7300 void 0.000126
+gallium_dri.so free 0x5571735b7170 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7170 0.000125
+gallium_dri.so free 0x5571735b7380 void 0.000121
+gallium_dri.so free 0x5571735b7170 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7380 0.000123
+gallium_dri.so free 0x5571735b7440 void 0.000123
+gallium_dri.so free 0x5571735b7380 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7380 0.000127
+gallium_dri.so free 0x5571735b7500 void 0.000123
+gallium_dri.so free 0x5571735b7380 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7380 0.000126
+gallium_dri.so free 0x5571735b75c0 void 0.000123
+gallium_dri.so free 0x5571735b7380 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7570 0.000127
+gallium_dri.so free 0x5571735b61c0 void 0.000126
+gallium_dri.so free 0x5571735b7570 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7570 0.000126
+gallium_dri.so free 0x5571735b6240 void 0.000127
+gallium_dri.so free 0x5571735b7570 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6240 0.000126
+gallium_dri.so free 0x5571735b6300 void 0.000127
+gallium_dri.so free 0x5571735b6240 void 0.000126
+gallium_dri.so malloc 72 0x5571735b6240 0.000123
+gallium_dri.so free 0x5571735b63c0 void 0.000126
+gallium_dri.so free 0x5571735b6240 void 0.000123
+gallium_dri.so malloc 72 0x5571735b6240 0.000128
+gallium_dri.so free 0x5571735b6480 void 0.000124
+gallium_dri.so free 0x5571735b6240 void 0.000128
+gallium_dri.so malloc 72 0x5571735b6430 0.000126
+gallium_dri.so free 0x5571735b6500 void 0.000128
+gallium_dri.so free 0x5571735b6430 void 0.000177
+gallium_dri.so malloc 72 0x5571735b6550 0.000127
+gallium_dri.so free 0x5571735b65c0 void 0.000130
+gallium_dri.so free 0x5571735b6550 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6600 0.000120
+gallium_dri.so free 0x5571735b6680 void 0.000120
+gallium_dri.so free 0x5571735b6600 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6600 0.000121
+gallium_dri.so free 0x5571735b6700 void 0.000118
+gallium_dri.so free 0x5571735b6600 void 0.000247
+gallium_dri.so malloc 72 0x5571735b6730 0.000182
+gallium_dri.so free 0x5571735b6780 void 0.000229
+gallium_dri.so free 0x5571735b6730 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6730 0.000116
+gallium_dri.so free 0x5571735b6880 void 0.000115
+gallium_dri.so free 0x5571735b6730 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6830 0.000115
+gallium_dri.so free 0x5571735b6940 void 0.000116
+gallium_dri.so free 0x5571735b6830 void 0.000115
+gallium_dri.so malloc 72 0x5571735b68f0 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000115
+gallium_dri.so free 0x5571735b68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68f0 0.000115
+gallium_dri.so free 0x5571735b5280 void 0.000115
+gallium_dri.so free 0x5571735b68f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b52f0 0.000117
+gallium_dri.so free 0x5571735b5340 void 0.000115
+gallium_dri.so free 0x5571735b52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b52f0 0.000115
+gallium_dri.so free 0x5571735b5440 void 0.000131
+gallium_dri.so free 0x5571735b52f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b53f0 0.000115
+gallium_dri.so free 0x5571735b5500 void 0.000116
+gallium_dri.so free 0x5571735b53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b54b0 0.000115
+gallium_dri.so free 0x5571735b5540 void 0.000116
+gallium_dri.so free 0x5571735b54b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b54b0 0.000115
+gallium_dri.so free 0x5571735b5600 void 0.000117
+gallium_dri.so free 0x5571735b54b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5640 0.000116
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b5640 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56c0 0.000116
+gallium_dri.so free 0x5571735b5780 void 0.000115
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56c0 0.000115
+gallium_dri.so free 0x5571735b5840 void 0.000116
+gallium_dri.so free 0x5571735b56c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5860 0.000119
+gallium_dri.so free 0x5571735b5900 void 0.000116
+gallium_dri.so free 0x5571735b5860 void 0.000129
+gallium_dri.so malloc 72 0x5571735b58b0 0.000117
+gallium_dri.so free 0x5571735b5980 void 0.000116
+gallium_dri.so free 0x5571735b58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58b0 0.000116
+gallium_dri.so free 0x5571735b22c0 void 0.000116
+gallium_dri.so free 0x5571735b58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2270 0.000115
+gallium_dri.so free 0x5571735b2380 void 0.000117
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2330 0.000114
+gallium_dri.so free 0x5571735b23c0 void 0.000115
+gallium_dri.so free 0x5571735b2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2330 0.000115
+gallium_dri.so free 0x5571735b2480 void 0.000114
+gallium_dri.so free 0x5571735b2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b24d0 0.000114
+gallium_dri.so free 0x5571735b2540 void 0.000115
+gallium_dri.so free 0x5571735b24d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2580 0.000120
+gallium_dri.so free 0x5571735b2600 void 0.000116
+gallium_dri.so free 0x5571735b2580 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2600 0.000115
+gallium_dri.so free 0x5571735b26c0 void 0.000121
+gallium_dri.so free 0x5571735b2600 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2600 0.000113
+gallium_dri.so free 0x5571735b2740 void 0.000113
+gallium_dri.so free 0x5571735b2600 void 0.000168
+gallium_dri.so malloc 72 0x5571735b2770 0.000120
+gallium_dri.so free 0x5571735b27c0 void 0.000115
+gallium_dri.so free 0x5571735b2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2770 0.000123
+gallium_dri.so free 0x5571735b28c0 void 0.000125
+gallium_dri.so free 0x5571735b2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2870 0.000114
+gallium_dri.so free 0x5571735b2980 void 0.000113
+gallium_dri.so free 0x5571735b2870 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2930 0.000118
+gallium_dri.so free 0x5571735b2a00 void 0.000114
+gallium_dri.so free 0x5571735b2930 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2a20 0.000118
+gallium_dri.so free 0x5571735b2ac0 void 0.000119
+gallium_dri.so free 0x5571735b2a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2a70 0.000115
+gallium_dri.so free 0x5571735b2b40 void 0.000119
+gallium_dri.so free 0x5571735b2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2a70 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000120
+gallium_dri.so free 0x5571735b2a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735bd840 0.000118
+gallium_dri.so free 0x5571735bd900 void 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000123
+gallium_dri.so malloc 72 0x5571735bd840 0.000123
+gallium_dri.so free 0x5571735bd9c0 void 0.000124
+gallium_dri.so free 0x5571735bd840 void 0.000124
+gallium_dri.so malloc 72 0x5571735bd840 0.000123
+gallium_dri.so free 0x5571735bda80 void 0.000124
+gallium_dri.so free 0x5571735bd840 void 0.000125
+gallium_dri.so malloc 72 0x5571735bda30 0.000119
+gallium_dri.so free 0x5571735bdb40 void 0.000116
+gallium_dri.so free 0x5571735bda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735bda30 0.000119
+gallium_dri.so free 0x5571735bdbc0 void 0.000116
+gallium_dri.so free 0x5571735bda30 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000119
+gallium_dri.so free 0x5571735bdc80 void 0.000117
+gallium_dri.so free 0x5571735bdbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000119
+gallium_dri.so free 0x5571735bdd40 void 0.000124
+gallium_dri.so free 0x5571735bdbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000120
+gallium_dri.so free 0x5571735bde00 void 0.000115
+gallium_dri.so free 0x5571735bdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bddb0 0.000114
+gallium_dri.so free 0x5571735bde80 void 0.000114
+gallium_dri.so free 0x5571735bddb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735bded0 0.000120
+gallium_dri.so free 0x5571735bdf40 void 0.000125
+gallium_dri.so free 0x5571735bded0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bdfa0 0.000115
+gallium_dri.so free 0x5571735be040 void 0.000119
+gallium_dri.so free 0x5571735bdfa0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bdff0 0.000125
+gallium_dri.so free 0x5571735be080 void 0.000124
+gallium_dri.so free 0x5571735bdff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bdff0 0.000123
+gallium_dri.so free 0x5571735be140 void 0.000118
+gallium_dri.so free 0x5571735bdff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be180 0.000120
+gallium_dri.so free 0x5571735be200 void 0.000129
+gallium_dri.so free 0x5571735be180 void 0.000125
+gallium_dri.so malloc 72 0x5571735be200 0.000129
+gallium_dri.so free 0x5571735be2c0 void 0.000129
+gallium_dri.so free 0x5571735be200 void 0.000129
+gallium_dri.so malloc 72 0x5571735be200 0.000129
+gallium_dri.so free 0x5571735be340 void 0.000126
+gallium_dri.so free 0x5571735be200 void 0.000126
+gallium_dri.so malloc 72 0x5571735be370 0.000189
+gallium_dri.so free 0x5571735b9bc0 void 0.000133
+gallium_dri.so free 0x5571735be370 void 0.000126
+gallium_dri.so malloc 72 0x5571735b9b70 0.000126
+gallium_dri.so free 0x5571735b9c80 void 0.000129
+gallium_dri.so free 0x5571735b9b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9c30 0.000125
+gallium_dri.so free 0x5571735b9d00 void 0.000126
+gallium_dri.so free 0x5571735b9c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9d50 0.000129
+gallium_dri.so free 0x5571735b9dc0 void 0.000130
+gallium_dri.so free 0x5571735b9d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735b9de0 0.000130
+gallium_dri.so free 0x5571735b9e80 void 0.000125
+gallium_dri.so free 0x5571735b9de0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9e30 0.000120
+gallium_dri.so free 0x5571735b9f00 void 0.000125
+gallium_dri.so free 0x5571735b9e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735b9e30 0.000120
+gallium_dri.so free 0x5571735b9f80 void 0.000120
+gallium_dri.so free 0x5571735b9e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9f80 0.000123
+gallium_dri.so free 0x5571735ba040 void 0.000139
+gallium_dri.so free 0x5571735b9f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735b9f80 0.000121
+gallium_dri.so free 0x5571735ba140 void 0.000125
+gallium_dri.so free 0x5571735b9f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ba0f0 0.000129
+gallium_dri.so free 0x5571735ba180 void 0.000124
+gallium_dri.so free 0x5571735ba0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba0f0 0.000120
+gallium_dri.so free 0x5571735ba240 void 0.000125
+gallium_dri.so free 0x5571735ba0f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba280 0.000121
+gallium_dri.so free 0x5571735ba300 void 0.000125
+gallium_dri.so free 0x5571735ba280 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba300 0.000130
+gallium_dri.so free 0x5571735ba3c0 void 0.000136
+gallium_dri.so free 0x5571735ba300 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba300 0.000120
+gallium_dri.so free 0x5571735ba440 void 0.000127
+gallium_dri.so free 0x5571735ba300 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba470 0.000130
+gallium_dri.so free 0x5571735ba4c0 void 0.000133
+gallium_dri.so free 0x5571735ba470 void 0.000143
+gallium_dri.so malloc 72 0x5571735ba470 0.000129
+gallium_dri.so free 0x5571735ba5c0 void 0.000125
+gallium_dri.so free 0x5571735ba470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba600 0.000125
+gallium_dri.so free 0x5571735ba680 void 0.000132
+gallium_dri.so free 0x5571735ba600 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba680 0.000130
+gallium_dri.so free 0x5571735ba740 void 0.000130
+gallium_dri.so free 0x5571735ba680 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba680 0.000129
+gallium_dri.so free 0x5571735ba7c0 void 0.000130
+gallium_dri.so free 0x5571735ba680 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba7f0 0.000131
+gallium_dri.so free 0x5571735e7340 void 0.000130
+gallium_dri.so free 0x5571735ba7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e7380 0.000129
+gallium_dri.so free 0x5571735e7400 void 0.000131
+gallium_dri.so free 0x5571735e7380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7400 0.000126
+gallium_dri.so free 0x5571735e74c0 void 0.000178
+gallium_dri.so free 0x5571735e7400 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7400 0.000121
+gallium_dri.so free 0x5571735e7580 void 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000124
+gallium_dri.so malloc 72 0x5571735e75a0 0.000130
+gallium_dri.so free 0x5571735e7640 void 0.000125
+gallium_dri.so free 0x5571735e75a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e75f0 0.000119
+gallium_dri.so free 0x5571735e76c0 void 0.000119
+gallium_dri.so free 0x5571735e75f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e75f0 0.000126
+gallium_dri.so free 0x5571735e7740 void 0.000121
+gallium_dri.so free 0x5571735e75f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7740 0.000129
+gallium_dri.so free 0x5571735e7800 void 0.000124
+gallium_dri.so free 0x5571735e7740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7740 0.000119
+gallium_dri.so free 0x5571735e78c0 void 0.000125
+gallium_dri.so free 0x5571735e7740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7740 0.000130
+gallium_dri.so free 0x5571735e7980 void 0.000129
+gallium_dri.so free 0x5571735e7740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7930 0.000132
+gallium_dri.so free 0x5571735e7a40 void 0.000132
+gallium_dri.so free 0x5571735e7930 void 0.000131
+gallium_dri.so malloc 72 0x5571735e79f0 0.000129
+gallium_dri.so free 0x5571735e7ac0 void 0.000130
+gallium_dri.so free 0x5571735e79f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7b10 0.000129
+gallium_dri.so free 0x5571735e7b80 void 0.000132
+gallium_dri.so free 0x5571735e7b10 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7ba0 0.000124
+gallium_dri.so free 0x5571735e7c40 void 0.000122
+gallium_dri.so free 0x5571735e7ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000125
+gallium_dri.so free 0x5571735e7cc0 void 0.000125
+gallium_dri.so free 0x5571735e7bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000120
+gallium_dri.so free 0x5571735e7d40 void 0.000126
+gallium_dri.so free 0x5571735e7bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7d40 0.000134
+gallium_dri.so free 0x5571735e7e00 void 0.000127
+gallium_dri.so free 0x5571735e7d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7d40 0.000132
+gallium_dri.so free 0x5571735e7f00 void 0.000132
+gallium_dri.so free 0x5571735e7d40 void 0.000219
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000218
+gallium_dri.so free 0x5571735e7f40 void 0.000194
+gallium_dri.so free 0x5571735e7eb0 void 0.000192
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000174
+gallium_dri.so free 0x5571735e8000 void 0.000126
+gallium_dri.so free 0x5571735e7eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8040 0.000130
+gallium_dri.so free 0x5571735e80c0 void 0.000130
+gallium_dri.so free 0x5571735e8040 void 0.000130
+gallium_dri.so malloc 72 0x5571735e80c0 0.000126
+gallium_dri.so free 0x5571735e8180 void 0.000126
+gallium_dri.so free 0x5571735e80c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e80c0 0.000126
+gallium_dri.so free 0x5571735e8280 void 0.000125
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e82b0 0.000119
+gallium_dri.so free 0x5571735e8300 void 0.000120
+gallium_dri.so free 0x5571735e82b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e82b0 0.000131
+gallium_dri.so free 0x5571735e8400 void 0.000130
+gallium_dri.so free 0x5571735e82b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e8440 0.000130
+gallium_dri.so free 0x5571735e84c0 void 0.000125
+gallium_dri.so free 0x5571735e8440 void 0.000124
+gallium_dri.so malloc 72 0x5571735e84c0 0.000130
+gallium_dri.so free 0x5571735e8580 void 0.000217
+gallium_dri.so free 0x5571735e84c0 void 0.000222
+gallium_dri.so malloc 72 0x5571735e84c0 0.000222
+gallium_dri.so free 0x5571735e8600 void 0.000222
+gallium_dri.so free 0x5571735e84c0 void 0.000199
+gallium_dri.so malloc 72 0x5571735e8630 0.000193
+gallium_dri.so free 0x5571735e8680 void 0.000178
+gallium_dri.so free 0x5571735e8630 void 0.000129
+gallium_dri.so malloc 72 0x5571735e8630 0.000160
+gallium_dri.so free 0x5571735e8780 void 0.000175
+gallium_dri.so free 0x5571735e8630 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8730 0.000141
+gallium_dri.so free 0x5571735e8840 void 0.000125
+gallium_dri.so free 0x5571735e8730 void 0.000125
+gallium_dri.so malloc 72 0x5571735e87f0 0.000125
+gallium_dri.so free 0x5571735e88c0 void 0.000126
+gallium_dri.so free 0x5571735e87f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e87f0 0.000219
+gallium_dri.so free 0x5571735e8980 void 0.000223
+gallium_dri.so free 0x5571735e87f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735e87f0 0.000232
+gallium_dri.so free 0x5571735e8a40 void 0.000221
+gallium_dri.so free 0x5571735e87f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735e89f0 0.000220
+gallium_dri.so free 0x5571735e8ac0 void 0.000197
+gallium_dri.so free 0x5571735e89f0 void 0.000213
+gallium_dri.so malloc 72 0x5571735e8b10 0.000198
+gallium_dri.so free 0x5571735e8b80 void 0.000196
+gallium_dri.so free 0x5571735e8b10 void 0.000128
+gallium_dri.so malloc 72 0x5571735e8ba0 0.000165
+gallium_dri.so free 0x5571735e8c40 void 0.000229
+gallium_dri.so free 0x5571735e8ba0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000287
+gallium_dri.so free 0x5571735e8cc0 void 0.000252
+gallium_dri.so free 0x5571735e8bf0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000244
+gallium_dri.so free 0x5571735e8d80 void 0.000276
+gallium_dri.so free 0x5571735e8cc0 void 0.000266
+gallium_dri.so malloc 72 0x5571735e8cc0 0.000272
+gallium_dri.so free 0x5571735e8e00 void 0.000275
+gallium_dri.so free 0x5571735e8cc0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e8e00 0.000291
+gallium_dri.so free 0x5571735e8ec0 void 0.000250
+gallium_dri.so free 0x5571735e8e00 void 0.000273
+gallium_dri.so malloc 72 0x5571735e8e00 0.000272
+gallium_dri.so free 0x5571735e8f80 void 0.000274
+gallium_dri.so free 0x5571735e8e00 void 0.000275
+gallium_dri.so malloc 72 0x5571735e8e00 0.000223
+gallium_dri.so free 0x5571735e9040 void 0.000270
+gallium_dri.so free 0x5571735e8e00 void 0.000274
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000264
+gallium_dri.so free 0x5571735e90c0 void 0.000270
+gallium_dri.so free 0x5571735e8ff0 void 0.000272
+gallium_dri.so malloc 72 0x5571735e9110 0.000274
+gallium_dri.so free 0x5571735e9180 void 0.000262
+gallium_dri.so free 0x5571735e9110 void 0.000291
+gallium_dri.so malloc 72 0x5571735e91c0 0.000264
+gallium_dri.so free 0x5571735e9240 void 0.000291
+gallium_dri.so free 0x5571735e91c0 void 0.000250
+gallium_dri.so malloc 72 0x5571735e91c0 0.000242
+gallium_dri.so free 0x5571735e92c0 void 0.000230
+gallium_dri.so free 0x5571735e91c0 void 0.000206
+gallium_dri.so malloc 72 0x5571735e92f0 0.000214
+gallium_dri.so free 0x5571735e9340 void 0.000184
+gallium_dri.so free 0x5571735e92f0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e92f0 0.000228
+gallium_dri.so free 0x5571735e9440 void 0.000210
+gallium_dri.so free 0x5571735e92f0 void 0.000213
+gallium_dri.so malloc 72 0x5571735e93f0 0.000188
+gallium_dri.so free 0x5571735e9500 void 0.000184
+gallium_dri.so free 0x5571735e93f0 void 0.000227
+gallium_dri.so malloc 72 0x5571735e94b0 0.000228
+gallium_dri.so free 0x5571735e9540 void 0.000207
+gallium_dri.so free 0x5571735e94b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735e94b0 0.000194
+gallium_dri.so free 0x5571735e9600 void 0.000166
+gallium_dri.so free 0x5571735e94b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e9670 0.000188
+gallium_dri.so free 0x5571735b0b00 void 0.000188
+gallium_dri.so free 0x5571735e9670 void 0.000227
+gallium_dri.so malloc 72 0x5571735b0b40 0.000226
+gallium_dri.so free 0x5571735b0bc0 void 0.000204
+gallium_dri.so free 0x5571735b0b40 void 0.000184
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000132
+gallium_dri.so free 0x5571735e96c0 void 0.000138
+gallium_dri.so free 0x5571735b0bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000148
+gallium_dri.so free 0x5571735b0c80 void 0.000138
+gallium_dri.so free 0x5571735b0bc0 void 0.000226
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000227
+gallium_dri.so free 0x5571735b0d40 void 0.000204
+gallium_dri.so free 0x5571735b0bc0 void 0.000214
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000134
+gallium_dri.so free 0x5571735b0dc0 void 0.000136
+gallium_dri.so free 0x5571735b0cf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b0e10 0.000226
+gallium_dri.so free 0x5571735b0e80 void 0.000227
+gallium_dri.so free 0x5571735b0e10 void 0.000206
+gallium_dri.so malloc 72 0x5571735b0ee0 0.000230
+gallium_dri.so free 0x5571735b0f80 void 0.000232
+gallium_dri.so free 0x5571735b0ee0 void 0.000230
+gallium_dri.so malloc 72 0x5571735b0f30 0.000205
+gallium_dri.so free 0x5571735b0fc0 void 0.000254
+gallium_dri.so free 0x5571735b0f30 void 0.000220
+gallium_dri.so malloc 72 0x5571735b0f30 0.000222
+gallium_dri.so free 0x5571735b1080 void 0.000195
+gallium_dri.so free 0x5571735b0f30 void 0.000194
+gallium_dri.so malloc 72 0x5571735b10c0 0.000193
+gallium_dri.so free 0x5571735b1140 void 0.000221
+gallium_dri.so free 0x5571735b10c0 void 0.000221
+gallium_dri.so malloc 72 0x5571735b1140 0.000218
+gallium_dri.so free 0x5571735b1200 void 0.000196
+gallium_dri.so free 0x5571735b1140 void 0.000175
+gallium_dri.so malloc 72 0x5571735b1140 0.000180
+gallium_dri.so free 0x5571735b1280 void 0.000183
+gallium_dri.so free 0x5571735b1140 void 0.000197
+gallium_dri.so malloc 72 0x5571735b12b0 0.000215
+gallium_dri.so free 0x5571735b1300 void 0.000217
+gallium_dri.so free 0x5571735b12b0 void 0.000212
+gallium_dri.so malloc 72 0x5571735b1300 0.000224
+gallium_dri.so free 0x5571735b13c0 void 0.000238
+gallium_dri.so free 0x5571735b1300 void 0.000274
+gallium_dri.so malloc 72 0x5571735b1300 0.000272
+gallium_dri.so free 0x5571735b14c0 void 0.000252
+gallium_dri.so free 0x5571735b1300 void 0.000219
+gallium_dri.so malloc 72 0x5571735b1470 0.000217
+gallium_dri.so free 0x5571735b1580 void 0.000222
+gallium_dri.so free 0x5571735b1470 void 0.000221
+gallium_dri.so malloc 72 0x5571735b1530 0.000220
+gallium_dri.so free 0x5571735b15c0 void 0.000217
+gallium_dri.so free 0x5571735b1530 void 0.000220
+gallium_dri.so malloc 72 0x5571735b1530 0.000203
+gallium_dri.so free 0x5571735b1680 void 0.000220
+gallium_dri.so free 0x5571735b1530 void 0.000231
+gallium_dri.so malloc 72 0x5571735b16c0 0.000221
+gallium_dri.so free 0x5571735b1740 void 0.000218
+gallium_dri.so free 0x5571735b16c0 void 0.000219
+gallium_dri.so malloc 72 0x5571735b1740 0.000219
+gallium_dri.so free 0x5571735b1800 void 0.000198
+gallium_dri.so free 0x5571735b1740 void 0.000201
+gallium_dri.so malloc 72 0x5571735b1740 0.000180
+gallium_dri.so free 0x5571735b1880 void 0.000129
+gallium_dri.so free 0x5571735b1740 void 0.000182
+gallium_dri.so malloc 72 0x5571735b1740 0.000233
+gallium_dri.so free 0x5571735b1940 void 0.000229
+gallium_dri.so free 0x5571735b1740 void 0.000227
+gallium_dri.so malloc 72 0x5571735b1740 0.000206
+gallium_dri.so free 0x5571735b1a00 void 0.000215
+gallium_dri.so free 0x5571735b1740 void 0.000226
+gallium_dri.so malloc 72 0x5571735b19b0 0.000236
+gallium_dri.so free 0x5571735b1a80 void 0.000284
+gallium_dri.so free 0x5571735b19b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000282
+gallium_dri.so free 0x5571735b1b40 void 0.000286
+gallium_dri.so free 0x5571735b1ad0 void 0.000418
+gallium_dri.so malloc 72 0x5571735b1b60 0.000364
+gallium_dri.so free 0x5571735b1c00 void 0.000295
+gallium_dri.so free 0x5571735b1b60 void 0.000293
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000225
+gallium_dri.so free 0x5571735b1c80 void 0.000185
+gallium_dri.so free 0x5571735b1bb0 void 0.000206
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000190
+gallium_dri.so free 0x5571735b1d80 void 0.000189
+gallium_dri.so free 0x5571735b1bb0 void 0.000190
+gallium_dri.so malloc 72 0x5571735b1d30 0.000191
+gallium_dri.so free 0x5571735b1e00 void 0.000188
+gallium_dri.so free 0x5571735b1d30 void 0.000191
+gallium_dri.so malloc 72 0x5571735b1e50 0.000197
+gallium_dri.so free 0x5571735b1ec0 void 0.000167
+gallium_dri.so free 0x5571735b1e50 void 0.000127
+gallium_dri.so malloc 72 0x5571735b1ee0 0.000126
+gallium_dri.so free 0x5571735b1f80 void 0.000125
+gallium_dri.so free 0x5571735b1ee0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1f30 0.000134
+gallium_dri.so free 0x5571735b2000 void 0.000134
+gallium_dri.so free 0x5571735b1f30 void 0.000193
+gallium_dri.so malloc 72 0x5571735b1f30 0.000167
+gallium_dri.so free 0x5571735b2080 void 0.000130
+gallium_dri.so free 0x5571735b1f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735b2080 0.000150
+gallium_dri.so free 0x5571735d78c0 void 0.000138
+gallium_dri.so free 0x5571735b2080 void 0.000193
+gallium_dri.so malloc 72 0x5571735d7920 0.000189
+gallium_dri.so free 0x5571735d79c0 void 0.000164
+gallium_dri.so free 0x5571735d7920 void 0.000127
+gallium_dri.so malloc 72 0x5571735d7970 0.000131
+gallium_dri.so free 0x5571735d7a00 void 0.000137
+gallium_dri.so free 0x5571735d7970 void 0.000138
+gallium_dri.so malloc 72 0x5571735d7970 0.000192
+gallium_dri.so free 0x5571735d7ac0 void 0.000202
+gallium_dri.so free 0x5571735d7970 void 0.000191
+gallium_dri.so malloc 72 0x5571735d7b00 0.000193
+gallium_dri.so free 0x5571735d7b80 void 0.000194
+gallium_dri.so free 0x5571735d7b00 void 0.000191
+gallium_dri.so malloc 72 0x5571735d7b80 0.000190
+gallium_dri.so free 0x5571735d7c40 void 0.000165
+gallium_dri.so free 0x5571735d7b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7b80 0.000167
+gallium_dri.so free 0x5571735d7cc0 void 0.000161
+gallium_dri.so free 0x5571735d7b80 void 0.000197
+gallium_dri.so malloc 72 0x5571735d7cf0 0.000161
+gallium_dri.so free 0x5571735d7d40 void 0.000261
+gallium_dri.so free 0x5571735d7cf0 void 0.000296
+gallium_dri.so malloc 72 0x5571735d7d40 0.000265
+gallium_dri.so free 0x5571735d7e00 void 0.000215
+gallium_dri.so free 0x5571735d7d40 void 0.000301
+gallium_dri.so malloc 72 0x5571735d7d40 0.000290
+gallium_dri.so free 0x5571735d7f00 void 0.000299
+gallium_dri.so free 0x5571735d7d40 void 0.000255
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000162
+gallium_dri.so free 0x5571735d7fc0 void 0.000359
+gallium_dri.so free 0x5571735d7eb0 void 0.000261
+gallium_dri.so malloc 72 0x5571735d7f70 0.000300
+gallium_dri.so free 0x5571735d8000 void 0.000307
+gallium_dri.so free 0x5571735d7f70 void 0.000173
+gallium_dri.so malloc 72 0x5571735d7f70 0.000174
+gallium_dri.so free 0x5571735d80c0 void 0.000175
+gallium_dri.so free 0x5571735d7f70 void 0.000175
+gallium_dri.so malloc 72 0x5571735d8100 0.000137
+gallium_dri.so free 0x5571735d8180 void 0.000137
+gallium_dri.so free 0x5571735d8100 void 0.000132
+gallium_dri.so malloc 72 0x5571735d8180 0.000128
+gallium_dri.so free 0x5571735d8240 void 0.000133
+gallium_dri.so free 0x5571735d8180 void 0.000132
+gallium_dri.so malloc 72 0x5571735d8180 0.000127
+gallium_dri.so free 0x5571735d82c0 void 0.000133
+gallium_dri.so free 0x5571735d8180 void 0.000144
+gallium_dri.so malloc 72 0x5571735d8180 0.000127
+gallium_dri.so free 0x5571735d8380 void 0.000143
+gallium_dri.so free 0x5571735d8180 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8180 0.000125
+gallium_dri.so free 0x5571735d8440 void 0.000126
+gallium_dri.so free 0x5571735d8180 void 0.000131
+gallium_dri.so malloc 72 0x5571735d83f0 0.000131
+gallium_dri.so free 0x5571735d84c0 void 0.000129
+gallium_dri.so free 0x5571735d83f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8510 0.000132
+gallium_dri.so free 0x5571735d8580 void 0.000138
+gallium_dri.so free 0x5571735d8510 void 0.000137
+gallium_dri.so malloc 72 0x5571735d85a0 0.000137
+gallium_dri.so free 0x5571735d8640 void 0.000138
+gallium_dri.so free 0x5571735d85a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d85f0 0.000136
+gallium_dri.so free 0x5571735d86c0 void 0.000137
+gallium_dri.so free 0x5571735d85f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d85f0 0.000138
+gallium_dri.so free 0x5571735d87c0 void 0.000143
+gallium_dri.so free 0x5571735d85f0 void 0.000177
+gallium_dri.so malloc 72 0x5571735d8770 0.000175
+gallium_dri.so free 0x5571735d8840 void 0.000174
+gallium_dri.so free 0x5571735d8770 void 0.000137
+gallium_dri.so malloc 72 0x5571735d8890 0.000132
+gallium_dri.so free 0x5571735d8900 void 0.000127
+gallium_dri.so free 0x5571735d8890 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8920 0.000138
+gallium_dri.so free 0x5571735d89c0 void 0.000137
+gallium_dri.so free 0x5571735d8920 void 0.000138
+gallium_dri.so malloc 72 0x5571735d8970 0.000136
+gallium_dri.so free 0x5571735d8a40 void 0.000136
+gallium_dri.so free 0x5571735d8970 void 0.000137
+gallium_dri.so malloc 72 0x5571735d8970 0.000134
+gallium_dri.so free 0x5571735d8ac0 void 0.000134
+gallium_dri.so free 0x5571735d8970 void 0.000137
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000136
+gallium_dri.so free 0x5571735d8b80 void 0.000143
+gallium_dri.so free 0x5571735d8ac0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000127
+gallium_dri.so free 0x5571735d8c80 void 0.000126
+gallium_dri.so free 0x5571735d8ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000125
+gallium_dri.so free 0x5571735d8d00 void 0.000130
+gallium_dri.so free 0x5571735d8ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8d30 0.000129
+gallium_dri.so free 0x5571735d8d80 void 0.000124
+gallium_dri.so free 0x5571735d8d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8d30 0.000127
+gallium_dri.so free 0x5571735d8e80 void 0.000130
+gallium_dri.so free 0x5571735d8d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8e30 0.000133
+gallium_dri.so free 0x5571735d8f40 void 0.000131
+gallium_dri.so free 0x5571735d8e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000130
+gallium_dri.so free 0x5571735d8f80 void 0.000131
+gallium_dri.so free 0x5571735d8ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000124
+gallium_dri.so free 0x5571735b3440 void 0.000121
+gallium_dri.so free 0x5571735d8ef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735b33f0 0.000129
+gallium_dri.so free 0x5571735b3500 void 0.000126
+gallium_dri.so free 0x5571735b33f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b34b0 0.000130
+gallium_dri.so free 0x5571735b3580 void 0.000132
+gallium_dri.so free 0x5571735b34b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b35d0 0.000130
+gallium_dri.so free 0x5571735b3640 void 0.000124
+gallium_dri.so free 0x5571735b35d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3660 0.000124
+gallium_dri.so free 0x5571735b3700 void 0.000126
+gallium_dri.so free 0x5571735b3660 void 0.000126
+gallium_dri.so malloc 72 0x5571735b36b0 0.000130
+gallium_dri.so free 0x5571735b3780 void 0.000130
+gallium_dri.so free 0x5571735b36b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b36b0 0.000168
+gallium_dri.so free 0x5571735b3800 void 0.000129
+gallium_dri.so free 0x5571735b36b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3800 0.000121
+gallium_dri.so free 0x5571735b38c0 void 0.000126
+gallium_dri.so free 0x5571735b3800 void 0.000164
+gallium_dri.so malloc 72 0x5571735b3800 0.000150
+gallium_dri.so free 0x5571735b39c0 void 0.000151
+gallium_dri.so free 0x5571735b3800 void 0.000132
+gallium_dri.so malloc 72 0x5571735b3970 0.000129
+gallium_dri.so free 0x5571735b3a00 void 0.000130
+gallium_dri.so free 0x5571735b3970 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3970 0.000129
+gallium_dri.so free 0x5571735b3ac0 void 0.000128
+gallium_dri.so free 0x5571735b3970 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3b00 0.000130
+gallium_dri.so free 0x5571735b3b80 void 0.000130
+gallium_dri.so free 0x5571735b3b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3b80 0.000126
+gallium_dri.so free 0x5571735b3c40 void 0.000126
+gallium_dri.so free 0x5571735b3b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3b80 0.000121
+gallium_dri.so free 0x5571735b3cc0 void 0.000126
+gallium_dri.so free 0x5571735b3b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000125
+gallium_dri.so free 0x5571735b3d40 void 0.000139
+gallium_dri.so free 0x5571735b3cf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000141
+gallium_dri.so free 0x5571735b3e40 void 0.000145
+gallium_dri.so free 0x5571735b3cf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b3e80 0.000139
+gallium_dri.so free 0x5571735b3f00 void 0.000136
+gallium_dri.so free 0x5571735b3e80 void 0.000140
+gallium_dri.so malloc 72 0x5571735b3f00 0.000146
+gallium_dri.so free 0x5571735b3fc0 void 0.000144
+gallium_dri.so free 0x5571735b3f00 void 0.000145
+gallium_dri.so malloc 72 0x5571735b3f00 0.000145
+gallium_dri.so free 0x5571735b4040 void 0.000140
+gallium_dri.so free 0x5571735b3f00 void 0.000134
+gallium_dri.so malloc 72 0x5571735b4070 0.000140
+gallium_dri.so free 0x5571735b40c0 void 0.000145
+gallium_dri.so free 0x5571735b4070 void 0.000140
+gallium_dri.so malloc 72 0x5571735b4070 0.000141
+gallium_dri.so free 0x5571735b41c0 void 0.000145
+gallium_dri.so free 0x5571735b4070 void 0.000143
+gallium_dri.so malloc 72 0x5571735b4170 0.000169
+gallium_dri.so free 0x5571735b4280 void 0.000166
+gallium_dri.so free 0x5571735b4170 void 0.000162
+gallium_dri.so malloc 72 0x5571735b4230 0.000162
+gallium_dri.so free 0x5571735b4300 void 0.000165
+gallium_dri.so free 0x5571735b4230 void 0.000165
+gallium_dri.so malloc 72 0x5571735b4230 0.000159
+gallium_dri.so free 0x5571735b43c0 void 0.000161
+gallium_dri.so free 0x5571735b4230 void 0.000167
+gallium_dri.so malloc 72 0x5571735b4230 0.000166
+gallium_dri.so free 0x5571735b4480 void 0.000167
+gallium_dri.so free 0x5571735b4230 void 0.000135
+gallium_dri.so malloc 72 0x5571735b4430 0.000129
+gallium_dri.so free 0x5571735b4500 void 0.000131
+gallium_dri.so free 0x5571735b4430 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4550 0.000126
+gallium_dri.so free 0x5571735b45c0 void 0.000121
+gallium_dri.so free 0x5571735b4550 void 0.000119
+gallium_dri.so malloc 72 0x5571735b45e0 0.000141
+gallium_dri.so free 0x5571735b4680 void 0.000132
+gallium_dri.so free 0x5571735b45e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4630 0.000131
+gallium_dri.so free 0x5571735b4700 void 0.000130
+gallium_dri.so free 0x5571735b4630 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4700 0.000128
+gallium_dri.so free 0x5571735b47c0 void 0.000130
+gallium_dri.so free 0x5571735b4700 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4700 0.000126
+gallium_dri.so free 0x5571735b4840 void 0.000126
+gallium_dri.so free 0x5571735b4700 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4840 0.000125
+gallium_dri.so free 0x5571735b4900 void 0.000127
+gallium_dri.so free 0x5571735b4840 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4840 0.000130
+gallium_dri.so free 0x5571735b49c0 void 0.000129
+gallium_dri.so free 0x5571735b4840 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4840 0.000130
+gallium_dri.so free 0x5571735b4a80 void 0.000129
+gallium_dri.so free 0x5571735b4840 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4a30 0.000132
+gallium_dri.so free 0x5571735b4b00 void 0.000129
+gallium_dri.so free 0x5571735b4a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4b50 0.000124
+gallium_dri.so free 0x5571735b4bc0 void 0.000126
+gallium_dri.so free 0x5571735b4b50 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4c00 0.000125
+gallium_dri.so free 0x5571735e3880 void 0.000130
+gallium_dri.so free 0x5571735b4c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e38a0 0.000129
+gallium_dri.so free 0x5571735e3940 void 0.000130
+gallium_dri.so free 0x5571735e38a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e38f0 0.000131
+gallium_dri.so free 0x5571735e39c0 void 0.000130
+gallium_dri.so free 0x5571735e38f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e38f0 0.000121
+gallium_dri.so free 0x5571735e3a40 void 0.000125
+gallium_dri.so free 0x5571735e38f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3a40 0.000120
+gallium_dri.so free 0x5571735e3b00 void 0.000121
+gallium_dri.so free 0x5571735e3a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3a40 0.000142
+gallium_dri.so free 0x5571735e3bc0 void 0.000130
+gallium_dri.so free 0x5571735e3a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3a40 0.000130
+gallium_dri.so free 0x5571735e3c80 void 0.000131
+gallium_dri.so free 0x5571735e3a40 void 0.000135
+gallium_dri.so malloc 72 0x5571735e3c30 0.000131
+gallium_dri.so free 0x5571735e3d40 void 0.000129
+gallium_dri.so free 0x5571735e3c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3c30 0.000130
+gallium_dri.so free 0x5571735e3dc0 void 0.000125
+gallium_dri.so free 0x5571735e3c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000126
+gallium_dri.so free 0x5571735e3e80 void 0.000130
+gallium_dri.so free 0x5571735e3dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000128
+gallium_dri.so free 0x5571735e3f40 void 0.000131
+gallium_dri.so free 0x5571735e3dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000130
+gallium_dri.so free 0x5571735e4000 void 0.000128
+gallium_dri.so free 0x5571735e3dc0 void 0.000174
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000132
+gallium_dri.so free 0x5571735e4080 void 0.000129
+gallium_dri.so free 0x5571735e3fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e40d0 0.000129
+gallium_dri.so free 0x5571735e4140 void 0.000129
+gallium_dri.so free 0x5571735e40d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e41a0 0.000130
+gallium_dri.so free 0x5571735e4240 void 0.000125
+gallium_dri.so free 0x5571735e41a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e41f0 0.000130
+gallium_dri.so free 0x5571735e4280 void 0.000131
+gallium_dri.so free 0x5571735e41f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e41f0 0.000130
+gallium_dri.so free 0x5571735e4340 void 0.000131
+gallium_dri.so free 0x5571735e41f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4380 0.000125
+gallium_dri.so free 0x5571735e4400 void 0.000126
+gallium_dri.so free 0x5571735e4380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4400 0.000120
+gallium_dri.so free 0x5571735e44c0 void 0.000121
+gallium_dri.so free 0x5571735e4400 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4400 0.000132
+gallium_dri.so free 0x5571735e4540 void 0.000131
+gallium_dri.so free 0x5571735e4400 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4570 0.000128
+gallium_dri.so free 0x5571735e45c0 void 0.000130
+gallium_dri.so free 0x5571735e4570 void 0.000129
+gallium_dri.so malloc 72 0x5571735e45c0 0.000130
+gallium_dri.so free 0x5571735e4680 void 0.000124
+gallium_dri.so free 0x5571735e45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e45c0 0.000125
+gallium_dri.so free 0x5571735e4780 void 0.000129
+gallium_dri.so free 0x5571735e45c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4730 0.000124
+gallium_dri.so free 0x5571735e4840 void 0.000126
+gallium_dri.so free 0x5571735e4730 void 0.000129
+gallium_dri.so malloc 72 0x5571735e47f0 0.000128
+gallium_dri.so free 0x5571735e4880 void 0.000125
+gallium_dri.so free 0x5571735e47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e47f0 0.000126
+gallium_dri.so free 0x5571735e4940 void 0.000126
+gallium_dri.so free 0x5571735e47f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e4980 0.000125
+gallium_dri.so free 0x5571735e4a00 void 0.000127
+gallium_dri.so free 0x5571735e4980 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4a00 0.000126
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so free 0x5571735e4a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4a00 0.000130
+gallium_dri.so free 0x5571735e4b40 void 0.000129
+gallium_dri.so free 0x5571735e4a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4a00 0.000129
+gallium_dri.so free 0x5571735e4c00 void 0.000129
+gallium_dri.so free 0x5571735e4a00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4a00 0.000131
+gallium_dri.so free 0x5571735e4cc0 void 0.000132
+gallium_dri.so free 0x5571735e4a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4c70 0.000121
+gallium_dri.so free 0x5571735e4d40 void 0.000126
+gallium_dri.so free 0x5571735e4c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4d90 0.000130
+gallium_dri.so free 0x5571735e4e00 void 0.000130
+gallium_dri.so free 0x5571735e4d90 void 0.000141
+gallium_dri.so malloc 72 0x5571735e4e20 0.000125
+gallium_dri.so free 0x5571735e4ec0 void 0.000126
+gallium_dri.so free 0x5571735e4e20 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4e70 0.000126
+gallium_dri.so free 0x5571735e4f40 void 0.000120
+gallium_dri.so free 0x5571735e4e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4e70 0.000125
+gallium_dri.so free 0x5571735e5040 void 0.000124
+gallium_dri.so free 0x5571735e4e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000125
+gallium_dri.so free 0x5571735e50c0 void 0.000121
+gallium_dri.so free 0x5571735e4ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5110 0.000124
+gallium_dri.so free 0x5571735e5180 void 0.000121
+gallium_dri.so free 0x5571735e5110 void 0.000124
+gallium_dri.so malloc 72 0x5571735e51a0 0.000130
+gallium_dri.so free 0x5571735e5240 void 0.000129
+gallium_dri.so free 0x5571735e51a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e51f0 0.000125
+gallium_dri.so free 0x5571735e52c0 void 0.000125
+gallium_dri.so free 0x5571735e51f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e51f0 0.000135
+gallium_dri.so free 0x5571735e5340 void 0.000126
+gallium_dri.so free 0x5571735e51f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5340 0.000121
+gallium_dri.so free 0x5571735e5400 void 0.000120
+gallium_dri.so free 0x5571735e5340 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5340 0.000130
+gallium_dri.so free 0x5571735e5500 void 0.000124
+gallium_dri.so free 0x5571735e5340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5340 0.000120
+gallium_dri.so free 0x5571735e5580 void 0.000124
+gallium_dri.so free 0x5571735e5340 void 0.000126
+gallium_dri.so malloc 72 0x5571735e55b0 0.000121
+gallium_dri.so free 0x5571735e5600 void 0.000120
+gallium_dri.so free 0x5571735e55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e55b0 0.000125
+gallium_dri.so free 0x5571735e5700 void 0.000124
+gallium_dri.so free 0x5571735e55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e56b0 0.000126
+gallium_dri.so free 0x5571735e57c0 void 0.000124
+gallium_dri.so free 0x5571735e56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5770 0.000120
+gallium_dri.so free 0x5571735e5800 void 0.000120
+gallium_dri.so free 0x5571735e5770 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5770 0.000170
+gallium_dri.so free 0x5571735e58c0 void 0.000165
+gallium_dri.so free 0x5571735e5770 void 0.000161
+gallium_dri.so malloc 72 0x5571735e5910 0.000130
+gallium_dri.so free 0x5571735e5980 void 0.000129
+gallium_dri.so free 0x5571735e5910 void 0.000132
+gallium_dri.so malloc 72 0x5571735e59c0 0.000125
+gallium_dri.so free 0x5571735e5a40 void 0.000127
+gallium_dri.so free 0x5571735e59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5a40 0.000130
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so free 0x5571735e5a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5a40 0.000120
+gallium_dri.so free 0x5571735e5b80 void 0.000126
+gallium_dri.so free 0x5571735e5a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000125
+gallium_dri.so free 0x5571735e5c00 void 0.000121
+gallium_dri.so free 0x5571735e5bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000119
+gallium_dri.so free 0x5571735e5d00 void 0.000121
+gallium_dri.so free 0x5571735e5bb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000128
+gallium_dri.so free 0x5571735e5dc0 void 0.000133
+gallium_dri.so free 0x5571735e5cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5d70 0.000130
+gallium_dri.so free 0x5571735e5e40 void 0.000125
+gallium_dri.so free 0x5571735e5d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5e60 0.000130
+gallium_dri.so free 0x5571735e5f00 void 0.000129
+gallium_dri.so free 0x5571735e5e60 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000127
+gallium_dri.so free 0x5571735e5f80 void 0.000130
+gallium_dri.so free 0x5571735e5eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000121
+gallium_dri.so free 0x5571735e6000 void 0.000126
+gallium_dri.so free 0x5571735e5eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6000 0.000131
+gallium_dri.so free 0x5571735e60c0 void 0.000221
+gallium_dri.so free 0x5571735e6000 void 0.000222
+gallium_dri.so malloc 72 0x5571735e6000 0.000219
+gallium_dri.so free 0x5571735e6180 void 0.000211
+gallium_dri.so free 0x5571735e6000 void 0.000181
+gallium_dri.so malloc 72 0x5571735e6000 0.000130
+gallium_dri.so free 0x5571735e6240 void 0.000125
+gallium_dri.so free 0x5571735e6000 void 0.000121
+gallium_dri.so malloc 72 0x5571735e61f0 0.000127
+gallium_dri.so free 0x5571735e6300 void 0.000126
+gallium_dri.so free 0x5571735e61f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e61f0 0.000120
+gallium_dri.so free 0x5571735e6380 void 0.000119
+gallium_dri.so free 0x5571735e61f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6380 0.000124
+gallium_dri.so free 0x5571735e6440 void 0.000121
+gallium_dri.so free 0x5571735e6380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6380 0.000124
+gallium_dri.so free 0x5571735e6500 void 0.000130
+gallium_dri.so free 0x5571735e6380 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6380 0.000125
+gallium_dri.so free 0x5571735e65c0 void 0.000121
+gallium_dri.so free 0x5571735e6380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6570 0.000125
+gallium_dri.so free 0x5571735e6640 void 0.000130
+gallium_dri.so free 0x5571735e6570 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6690 0.000123
+gallium_dri.so free 0x5571735e6700 void 0.000126
+gallium_dri.so free 0x5571735e6690 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6760 0.000126
+gallium_dri.so free 0x5571735e6800 void 0.000131
+gallium_dri.so free 0x5571735e6760 void 0.000130
+gallium_dri.so malloc 72 0x5571735e67b0 0.000129
+gallium_dri.so free 0x5571735e6840 void 0.000123
+gallium_dri.so free 0x5571735e67b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e67b0 0.000126
+gallium_dri.so free 0x5571735e6900 void 0.000124
+gallium_dri.so free 0x5571735e67b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6940 0.000128
+gallium_dri.so free 0x5571735e69c0 void 0.000127
+gallium_dri.so free 0x5571735e6940 void 0.000130
+gallium_dri.so malloc 72 0x5571735e69c0 0.000129
+gallium_dri.so free 0x5571735e6a80 void 0.000131
+gallium_dri.so free 0x5571735e69c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e69c0 0.000126
+gallium_dri.so free 0x5571735e6b00 void 0.000122
+gallium_dri.so free 0x5571735e69c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6b30 0.000119
+gallium_dri.so free 0x5571735e6b80 void 0.000129
+gallium_dri.so free 0x5571735e6b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6b80 0.000130
+gallium_dri.so free 0x5571735e6c40 void 0.000125
+gallium_dri.so free 0x5571735e6b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6b80 0.000120
+gallium_dri.so free 0x5571735e6d40 void 0.000125
+gallium_dri.so free 0x5571735e6b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6cf0 0.000124
+gallium_dri.so free 0x5571735e6e00 void 0.000121
+gallium_dri.so free 0x5571735e6cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6db0 0.000126
+gallium_dri.so free 0x5571735e6e40 void 0.000125
+gallium_dri.so free 0x5571735e6db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6db0 0.000123
+gallium_dri.so free 0x55717358d800 void 0.000127
+gallium_dri.so free 0x5571735e6db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6db0 0.000131
+gallium_dri.so free 0x55717358d880 void 0.000129
+gallium_dri.so free 0x5571735e6db0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d880 0.000128
+gallium_dri.so free 0x55717358d940 void 0.000142
+gallium_dri.so free 0x55717358d880 void 0.000224
+gallium_dri.so malloc 72 0x55717358d880 0.000130
+gallium_dri.so free 0x55717358da40 void 0.000124
+gallium_dri.so free 0x55717358d880 void 0.000124
+gallium_dri.so malloc 72 0x55717358d9f0 0.000128
+gallium_dri.so free 0x55717358da80 void 0.000130
+gallium_dri.so free 0x55717358d9f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d9f0 0.000129
+gallium_dri.so free 0x55717358db40 void 0.000128
+gallium_dri.so free 0x55717358d9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358db80 0.000130
+gallium_dri.so free 0x55717358dc00 void 0.000128
+gallium_dri.so free 0x55717358db80 void 0.000129
+gallium_dri.so malloc 72 0x55717358dc00 0.000131
+gallium_dri.so free 0x55717358dcc0 void 0.000129
+gallium_dri.so free 0x55717358dc00 void 0.000132
+gallium_dri.so malloc 72 0x55717358dc00 0.000125
+gallium_dri.so free 0x55717358dd40 void 0.000122
+gallium_dri.so free 0x55717358dc00 void 0.000124
+gallium_dri.so malloc 72 0x55717358dd70 0.000133
+gallium_dri.so free 0x55717358ddc0 void 0.000124
+gallium_dri.so free 0x55717358dd70 void 0.000126
+gallium_dri.so malloc 72 0x55717358dd70 0.000131
+gallium_dri.so free 0x55717358dec0 void 0.000130
+gallium_dri.so free 0x55717358dd70 void 0.000129
+gallium_dri.so malloc 72 0x55717358df00 0.000130
+gallium_dri.so free 0x55717358df80 void 0.000126
+gallium_dri.so free 0x55717358df00 void 0.000118
+gallium_dri.so malloc 72 0x55717358df80 0.000126
+gallium_dri.so free 0x55717358e040 void 0.000126
+gallium_dri.so free 0x55717358df80 void 0.000124
+gallium_dri.so malloc 72 0x55717358df80 0.000130
+gallium_dri.so free 0x55717358e0c0 void 0.000130
+gallium_dri.so free 0x55717358df80 void 0.000129
+gallium_dri.so malloc 72 0x55717358e0f0 0.000125
+gallium_dri.so free 0x55717358e140 void 0.000122
+gallium_dri.so free 0x55717358e0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e0f0 0.000129
+gallium_dri.so free 0x55717358e240 void 0.000130
+gallium_dri.so free 0x55717358e0f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e1f0 0.000159
+gallium_dri.so free 0x55717358e300 void 0.000166
+gallium_dri.so free 0x55717358e1f0 void 0.000164
+gallium_dri.so malloc 72 0x55717358e2b0 0.000159
+gallium_dri.so free 0x55717358e380 void 0.000128
+gallium_dri.so free 0x55717358e2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358e2b0 0.000124
+gallium_dri.so free 0x55717358e440 void 0.000126
+gallium_dri.so free 0x55717358e2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e2b0 0.000127
+gallium_dri.so free 0x55717358e500 void 0.000125
+gallium_dri.so free 0x55717358e2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e4b0 0.000124
+gallium_dri.so free 0x55717358e580 void 0.000130
+gallium_dri.so free 0x55717358e4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e5d0 0.000127
+gallium_dri.so free 0x55717358e640 void 0.000126
+gallium_dri.so free 0x55717358e5d0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e660 0.000126
+gallium_dri.so free 0x55717358e700 void 0.000128
+gallium_dri.so free 0x55717358e660 void 0.000132
+gallium_dri.so malloc 72 0x55717358e6b0 0.000134
+gallium_dri.so free 0x55717358e780 void 0.000132
+gallium_dri.so free 0x55717358e6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e780 0.000123
+gallium_dri.so free 0x55717358e840 void 0.000126
+gallium_dri.so free 0x55717358e780 void 0.000126
+gallium_dri.so malloc 72 0x55717358e780 0.000122
+gallium_dri.so free 0x55717358e8c0 void 0.000127
+gallium_dri.so free 0x55717358e780 void 0.000132
+gallium_dri.so malloc 72 0x55717358e8c0 0.000126
+gallium_dri.so free 0x55717358e980 void 0.000127
+gallium_dri.so free 0x55717358e8c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358e8c0 0.000121
+gallium_dri.so free 0x55717358ea40 void 0.000126
+gallium_dri.so free 0x55717358e8c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e8c0 0.000130
+gallium_dri.so free 0x55717358eb00 void 0.000129
+gallium_dri.so free 0x55717358e8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358eab0 0.000125
+gallium_dri.so free 0x55717358eb80 void 0.000126
+gallium_dri.so free 0x55717358eab0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ebd0 0.000170
+gallium_dri.so free 0x55717358ec40 void 0.000166
+gallium_dri.so free 0x55717358ebd0 void 0.000162
+gallium_dri.so malloc 72 0x55717358ec80 0.000132
+gallium_dri.so free 0x55717358ed00 void 0.000122
+gallium_dri.so free 0x55717358ec80 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec80 0.000126
+gallium_dri.so free 0x55717358ed80 void 0.000130
+gallium_dri.so free 0x55717358ec80 void 0.000130
+gallium_dri.so malloc 72 0x55717358edb0 0.000125
+gallium_dri.so free 0x55717358ee00 void 0.000130
+gallium_dri.so free 0x55717358edb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358edb0 0.000127
+gallium_dri.so free 0x55717358ef00 void 0.000121
+gallium_dri.so free 0x55717358edb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358eeb0 0.000130
+gallium_dri.so free 0x55717358efc0 void 0.000130
+gallium_dri.so free 0x55717358eeb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ef70 0.000130
+gallium_dri.so free 0x55717358f000 void 0.000131
+gallium_dri.so free 0x55717358ef70 void 0.000139
+gallium_dri.so malloc 72 0x55717358ef70 0.000126
+gallium_dri.so free 0x55717358f0c0 void 0.000127
+gallium_dri.so free 0x55717358ef70 void 0.000131
+gallium_dri.so malloc 72 0x55717358f130 0.000130
+gallium_dri.so free 0x55717358f180 void 0.000199
+gallium_dri.so free 0x55717358f130 void 0.000308
+gallium_dri.so malloc 72 0x55717358f130 0.000317
+gallium_dri.so free 0x55717358f280 void 0.000254
+gallium_dri.so free 0x55717358f130 void 0.000241
+gallium_dri.so malloc 72 0x55717358f230 0.000167
+gallium_dri.so free 0x55717358f340 void 0.000169
+gallium_dri.so free 0x55717358f230 void 0.000168
+gallium_dri.so malloc 72 0x55717358f2f0 0.000131
+gallium_dri.so free 0x55717358f380 void 0.000130
+gallium_dri.so free 0x55717358f2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f2f0 0.000185
+gallium_dri.so free 0x55717358f440 void 0.000136
+gallium_dri.so free 0x55717358f2f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358f480 0.000127
+gallium_dri.so free 0x55717358f500 void 0.000122
+gallium_dri.so free 0x55717358f480 void 0.000160
+gallium_dri.so malloc 72 0x55717358f500 0.000134
+gallium_dri.so free 0x55717358f5c0 void 0.000133
+gallium_dri.so free 0x55717358f500 void 0.000164
+gallium_dri.so malloc 72 0x55717358f500 0.000132
+gallium_dri.so free 0x55717358f680 void 0.000132
+gallium_dri.so free 0x55717358f500 void 0.000138
+gallium_dri.so malloc 72 0x55717358f6a0 0.000133
+gallium_dri.so free 0x55717358f740 void 0.000131
+gallium_dri.so free 0x55717358f6a0 void 0.000134
+gallium_dri.so malloc 72 0x55717358f6f0 0.000168
+gallium_dri.so free 0x55717358f7c0 void 0.000131
+gallium_dri.so free 0x55717358f6f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f6f0 0.000122
+gallium_dri.so free 0x55717358f840 void 0.000127
+gallium_dri.so free 0x55717358f6f0 void 0.000161
+gallium_dri.so malloc 72 0x55717358f840 0.000157
+gallium_dri.so free 0x55717358f900 void 0.000155
+gallium_dri.so free 0x55717358f840 void 0.000157
+gallium_dri.so malloc 72 0x55717358f840 0.000150
+gallium_dri.so free 0x55717358f9c0 void 0.000151
+gallium_dri.so free 0x55717358f840 void 0.000158
+gallium_dri.so malloc 72 0x55717358f840 0.000155
+gallium_dri.so free 0x55717358fa80 void 0.000156
+gallium_dri.so free 0x55717358f840 void 0.000151
+gallium_dri.so malloc 72 0x55717358fa30 0.000146
+gallium_dri.so free 0x55717358fb40 void 0.000150
+gallium_dri.so free 0x55717358fa30 void 0.000156
+gallium_dri.so malloc 72 0x55717358faf0 0.000159
+gallium_dri.so free 0x55717358fbc0 void 0.000163
+gallium_dri.so free 0x55717358faf0 void 0.000184
+gallium_dri.so malloc 72 0x55717358fc10 0.000176
+gallium_dri.so free 0x55717358fc80 void 0.000165
+gallium_dri.so free 0x55717358fc10 void 0.000157
+gallium_dri.so malloc 72 0x55717358fca0 0.000156
+gallium_dri.so free 0x55717358fd40 void 0.000149
+gallium_dri.so free 0x55717358fca0 void 0.000144
+gallium_dri.so malloc 72 0x55717358fcf0 0.000151
+gallium_dri.so free 0x55717358fdc0 void 0.000149
+gallium_dri.so free 0x55717358fcf0 void 0.000145
+gallium_dri.so malloc 72 0x55717358fcf0 0.000145
+gallium_dri.so free 0x55717358fe40 void 0.000152
+gallium_dri.so free 0x55717358fcf0 void 0.000150
+gallium_dri.so malloc 72 0x55717358fe40 0.000248
+gallium_dri.so free 0x55717358ff00 void 0.000261
+gallium_dri.so free 0x55717358fe40 void 0.000230
+gallium_dri.so malloc 72 0x55717358fe40 0.000195
+gallium_dri.so free 0x557173590000 void 0.000151
+gallium_dri.so free 0x55717358fe40 void 0.000157
+gallium_dri.so malloc 72 0x55717358ffb0 0.000168
+gallium_dri.so free 0x557173590040 void 0.000156
+gallium_dri.so free 0x55717358ffb0 void 0.000151
+gallium_dri.so malloc 72 0x55717358ffb0 0.000144
+gallium_dri.so free 0x557173590100 void 0.000158
+gallium_dri.so free 0x55717358ffb0 void 0.000139
+gallium_dri.so malloc 72 0x557173590140 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000124
+gallium_dri.so free 0x557173590140 void 0.000121
+gallium_dri.so malloc 72 0x5571735901c0 0.000128
+gallium_dri.so free 0x557173590280 void 0.000131
+gallium_dri.so free 0x5571735901c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735901c0 0.000131
+gallium_dri.so free 0x557173590300 void 0.000126
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so malloc 72 0x557173590330 0.000127
+gallium_dri.so free 0x557173590380 void 0.000126
+gallium_dri.so free 0x557173590330 void 0.000126
+gallium_dri.so malloc 72 0x557173590330 0.000130
+gallium_dri.so free 0x557173590480 void 0.000125
+gallium_dri.so free 0x557173590330 void 0.000121
+gallium_dri.so malloc 72 0x5571735904c0 0.000161
+gallium_dri.so free 0x557173590540 void 0.000126
+gallium_dri.so free 0x5571735904c0 void 0.000125
+gallium_dri.so malloc 72 0x557173590540 0.000124
+gallium_dri.so free 0x557173590600 void 0.000120
+gallium_dri.so free 0x557173590540 void 0.000124
+gallium_dri.so malloc 72 0x557173590540 0.000131
+gallium_dri.so free 0x557173590680 void 0.000129
+gallium_dri.so free 0x557173590540 void 0.000131
+gallium_dri.so malloc 72 0x5571735906b0 0.000129
+gallium_dri.so free 0x557173590700 void 0.000129
+gallium_dri.so free 0x5571735906b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735906b0 0.000125
+gallium_dri.so free 0x557173590800 void 0.000129
+gallium_dri.so free 0x5571735906b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735907b0 0.000128
+gallium_dri.so free 0x5571735908c0 void 0.000156
+gallium_dri.so free 0x5571735907b0 void 0.000120
+gallium_dri.so malloc 72 0x557173590870 0.000119
+gallium_dri.so free 0x557173590940 void 0.000129
+gallium_dri.so free 0x557173590870 void 0.000131
+gallium_dri.so malloc 72 0x557173590870 0.000167
+gallium_dri.so free 0x557173590a00 void 0.000131
+gallium_dri.so free 0x557173590870 void 0.000130
+gallium_dri.so malloc 72 0x557173590870 0.000130
+gallium_dri.so free 0x557173590ac0 void 0.000129
+gallium_dri.so free 0x557173590870 void 0.000129
+gallium_dri.so malloc 72 0x557173590a70 0.000130
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so free 0x557173590a70 void 0.000130
+gallium_dri.so malloc 72 0x557173590b90 0.000123
+gallium_dri.so free 0x557173590c00 void 0.000121
+gallium_dri.so free 0x557173590b90 void 0.000120
+gallium_dri.so malloc 72 0x557173590c20 0.000119
+gallium_dri.so free 0x557173590cc0 void 0.000119
+gallium_dri.so free 0x557173590c20 void 0.000124
+gallium_dri.so malloc 72 0x557173590c70 0.000129
+gallium_dri.so free 0x557173590d40 void 0.000131
+gallium_dri.so free 0x557173590c70 void 0.000137
+gallium_dri.so malloc 72 0x557173590d40 0.000130
+gallium_dri.so free 0x557173590e00 void 0.000130
+gallium_dri.so free 0x557173590d40 void 0.000124
+gallium_dri.so malloc 72 0x557173590d40 0.000139
+gallium_dri.so free 0x557173590e80 void 0.000131
+gallium_dri.so free 0x557173590d40 void 0.000133
+gallium_dri.so malloc 72 0x557173590e80 0.000131
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so free 0x557173590e80 void 0.000131
+gallium_dri.so malloc 72 0x557173590e80 0.000129
+gallium_dri.so free 0x557173591000 void 0.000126
+gallium_dri.so free 0x557173590e80 void 0.000121
+gallium_dri.so malloc 72 0x557173590e80 0.000120
+gallium_dri.so free 0x5571735910c0 void 0.000126
+gallium_dri.so free 0x557173590e80 void 0.000129
+gallium_dri.so malloc 72 0x557173591070 0.000129
+gallium_dri.so free 0x557173591140 void 0.000130
+gallium_dri.so free 0x557173591070 void 0.000131
+gallium_dri.so malloc 72 0x557173591190 0.000125
+gallium_dri.so free 0x557173591200 void 0.000121
+gallium_dri.so free 0x557173591190 void 0.000124
+gallium_dri.so malloc 72 0x557173591240 0.000128
+gallium_dri.so free 0x5571735912c0 void 0.000130
+gallium_dri.so free 0x557173591240 void 0.000125
+gallium_dri.so malloc 72 0x557173591240 0.000121
+gallium_dri.so free 0x557173591340 void 0.000129
+gallium_dri.so free 0x557173591240 void 0.000130
+gallium_dri.so malloc 72 0x557173591370 0.000130
+gallium_dri.so free 0x5571735913c0 void 0.000129
+gallium_dri.so free 0x557173591370 void 0.000125
+gallium_dri.so malloc 72 0x557173591370 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000124
+gallium_dri.so free 0x557173591370 void 0.000130
+gallium_dri.so malloc 72 0x557173591470 0.000125
+gallium_dri.so free 0x557173591580 void 0.000125
+gallium_dri.so free 0x557173591470 void 0.000125
+gallium_dri.so malloc 72 0x557173591530 0.000127
+gallium_dri.so free 0x5571735915c0 void 0.000130
+gallium_dri.so free 0x557173591530 void 0.000133
+gallium_dri.so malloc 72 0x557173591530 0.000131
+gallium_dri.so free 0x557173591680 void 0.000130
+gallium_dri.so free 0x557173591530 void 0.000130
+gallium_dri.so malloc 72 0x5571735916f0 0.000130
+gallium_dri.so free 0x557173591740 void 0.000127
+gallium_dri.so free 0x5571735916f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735916f0 0.000140
+gallium_dri.so free 0x557173591840 void 0.000130
+gallium_dri.so free 0x5571735916f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735917f0 0.000130
+gallium_dri.so free 0x557173591900 void 0.000131
+gallium_dri.so free 0x5571735917f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735918b0 0.000129
+gallium_dri.so free 0x557173591940 void 0.000129
+gallium_dri.so free 0x5571735918b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735918b0 0.000128
+gallium_dri.so free 0x557173591a00 void 0.000129
+gallium_dri.so free 0x5571735918b0 void 0.000129
+gallium_dri.so malloc 72 0x557173591a40 0.000130
+gallium_dri.so free 0x557173591ac0 void 0.000129
+gallium_dri.so free 0x557173591a40 void 0.000131
+gallium_dri.so malloc 72 0x557173591ac0 0.000181
+gallium_dri.so free 0x557173591b80 void 0.000130
+gallium_dri.so free 0x557173591ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ac0 0.000119
+gallium_dri.so free 0x557173591c40 void 0.000120
+gallium_dri.so free 0x557173591ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173591c60 0.000143
+gallium_dri.so free 0x557173591d00 void 0.000133
+gallium_dri.so free 0x557173591c60 void 0.000225
+gallium_dri.so malloc 72 0x557173591cb0 0.000220
+gallium_dri.so free 0x557173591d80 void 0.000221
+gallium_dri.so free 0x557173591cb0 void 0.000224
+gallium_dri.so malloc 72 0x557173591cb0 0.000184
+gallium_dri.so free 0x557173591e00 void 0.000182
+gallium_dri.so free 0x557173591cb0 void 0.000181
+gallium_dri.so malloc 72 0x557173591e00 0.000157
+gallium_dri.so free 0x557173591ec0 void 0.000122
+gallium_dri.so free 0x557173591e00 void 0.000124
+gallium_dri.so malloc 72 0x557173591e00 0.000131
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so free 0x557173591e00 void 0.000121
+gallium_dri.so malloc 72 0x557173591e00 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x557173591e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735da930 0.000130
+gallium_dri.so free 0x5571735daa40 void 0.000171
+gallium_dri.so free 0x5571735da930 void 0.000355
+gallium_dri.so malloc 72 0x5571735da9f0 0.000255
+gallium_dri.so free 0x5571735daac0 void 0.000250
+gallium_dri.so free 0x5571735da9f0 void 0.000246
+gallium_dri.so malloc 72 0x5571735dab10 0.000247
+gallium_dri.so free 0x5571735dab80 void 0.000243
+gallium_dri.so free 0x5571735dab10 void 0.000245
+gallium_dri.so malloc 72 0x5571735daba0 0.000244
+gallium_dri.so free 0x5571735dac40 void 0.000245
+gallium_dri.so free 0x5571735daba0 void 0.000253
+gallium_dri.so malloc 72 0x5571735dabf0 0.000243
+gallium_dri.so free 0x5571735dacc0 void 0.000244
+gallium_dri.so free 0x5571735dabf0 void 0.000257
+gallium_dri.so malloc 72 0x5571735dabf0 0.000268
+gallium_dri.so free 0x5571735dad40 void 0.000258
+gallium_dri.so free 0x5571735dabf0 void 0.000263
+gallium_dri.so malloc 72 0x5571735dad40 0.000232
+gallium_dri.so free 0x5571735dae00 void 0.000262
+gallium_dri.so free 0x5571735dad40 void 0.000211
+gallium_dri.so malloc 72 0x5571735dad40 0.000142
+gallium_dri.so free 0x5571735daf00 void 0.000235
+gallium_dri.so free 0x5571735dad40 void 0.000197
+gallium_dri.so malloc 72 0x5571735daeb0 0.000175
+gallium_dri.so free 0x5571735daf40 void 0.000136
+gallium_dri.so free 0x5571735daeb0 void 0.000149
+gallium_dri.so malloc 72 0x5571735daeb0 0.000146
+gallium_dri.so free 0x5571735db000 void 0.000200
+gallium_dri.so free 0x5571735daeb0 void 0.000269
+gallium_dri.so malloc 72 0x5571735db040 0.000293
+gallium_dri.so free 0x5571735db0c0 void 0.000280
+gallium_dri.so free 0x5571735db040 void 0.000267
+gallium_dri.so malloc 72 0x5571735db0c0 0.000282
+gallium_dri.so free 0x5571735db180 void 0.000296
+gallium_dri.so free 0x5571735db0c0 void 0.000289
+gallium_dri.so malloc 72 0x5571735db0c0 0.000255
+gallium_dri.so free 0x5571735db200 void 0.000293
+gallium_dri.so free 0x5571735db0c0 void 0.000301
+gallium_dri.so malloc 72 0x5571735db230 0.000270
+gallium_dri.so free 0x5571735db280 void 0.000295
+gallium_dri.so free 0x5571735db230 void 0.000296
+gallium_dri.so malloc 72 0x5571735db230 0.000320
+gallium_dri.so free 0x5571735db380 void 0.000323
+gallium_dri.so free 0x5571735db230 void 0.000266
+gallium_dri.so malloc 72 0x5571735db3c0 0.000143
+gallium_dri.so free 0x5571735db440 void 0.000142
+gallium_dri.so free 0x5571735db3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735db440 0.000129
+gallium_dri.so free 0x5571735db500 void 0.000139
+gallium_dri.so free 0x5571735db440 void 0.000142
+gallium_dri.so malloc 72 0x5571735db440 0.000138
+gallium_dri.so free 0x5571735db580 void 0.000137
+gallium_dri.so free 0x5571735db440 void 0.000139
+gallium_dri.so malloc 72 0x5571735db5b0 0.000139
+gallium_dri.so free 0x5571735db600 void 0.000145
+gallium_dri.so free 0x5571735db5b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735db5b0 0.000138
+gallium_dri.so free 0x5571735db700 void 0.000133
+gallium_dri.so free 0x5571735db5b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db6b0 0.000132
+gallium_dri.so free 0x5571735db7c0 void 0.000131
+gallium_dri.so free 0x5571735db6b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735db770 0.000138
+gallium_dri.so free 0x5571735db840 void 0.000138
+gallium_dri.so free 0x5571735db770 void 0.000138
+gallium_dri.so malloc 72 0x5571735db770 0.000137
+gallium_dri.so free 0x5571735db900 void 0.000137
+gallium_dri.so free 0x5571735db770 void 0.000137
+gallium_dri.so malloc 72 0x5571735db770 0.000139
+gallium_dri.so free 0x5571735db9c0 void 0.000137
+gallium_dri.so free 0x5571735db770 void 0.000137
+gallium_dri.so malloc 72 0x5571735db970 0.000139
+gallium_dri.so free 0x5571735dba40 void 0.000137
+gallium_dri.so free 0x5571735db970 void 0.000137
+gallium_dri.so malloc 72 0x5571735dba90 0.000196
+gallium_dri.so free 0x5571735dbb00 void 0.000233
+gallium_dri.so free 0x5571735dba90 void 0.000231
+gallium_dri.so malloc 72 0x5571735dbb20 0.000206
+gallium_dri.so free 0x5571735dbbc0 void 0.000219
+gallium_dri.so free 0x5571735dbb20 void 0.000227
+gallium_dri.so malloc 72 0x5571735dbb70 0.000234
+gallium_dri.so free 0x5571735dbc40 void 0.000235
+gallium_dri.so free 0x5571735dbb70 void 0.000207
+gallium_dri.so malloc 72 0x5571735dbc40 0.000228
+gallium_dri.so free 0x5571735dbd00 void 0.000230
+gallium_dri.so free 0x5571735dbc40 void 0.000234
+gallium_dri.so malloc 72 0x5571735dbc40 0.000230
+gallium_dri.so free 0x5571735dbd80 void 0.000207
+gallium_dri.so free 0x5571735dbc40 void 0.000227
+gallium_dri.so malloc 72 0x5571735dbd80 0.000222
+gallium_dri.so free 0x5571735dbe40 void 0.000230
+gallium_dri.so free 0x5571735dbd80 void 0.000231
+gallium_dri.so malloc 72 0x5571735dbd80 0.000231
+gallium_dri.so free 0x5571735dbf00 void 0.000230
+gallium_dri.so free 0x5571735dbd80 void 0.000231
+gallium_dri.so malloc 72 0x5571735dbd80 0.000229
+gallium_dri.so free 0x5571735dbfc0 void 0.000219
+gallium_dri.so free 0x5571735dbd80 void 0.000219
+gallium_dri.so malloc 72 0x5571735dbf70 0.000191
+gallium_dri.so free 0x5571735dc040 void 0.000188
+gallium_dri.so free 0x5571735dbf70 void 0.000231
+gallium_dri.so malloc 72 0x5571735dc090 0.000219
+gallium_dri.so free 0x5571735dc100 void 0.000234
+gallium_dri.so free 0x5571735dc090 void 0.000233
+gallium_dri.so malloc 72 0x5571735dc140 0.000228
+gallium_dri.so free 0x5571735dc1c0 void 0.000244
+gallium_dri.so free 0x5571735dc140 void 0.000230
+gallium_dri.so malloc 72 0x5571735dc140 0.000207
+gallium_dri.so free 0x5571735dc240 void 0.000222
+gallium_dri.so free 0x5571735dc140 void 0.000209
+gallium_dri.so malloc 72 0x5571735dc270 0.000133
+gallium_dri.so free 0x5571735dc2c0 void 0.000136
+gallium_dri.so free 0x5571735dc270 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc270 0.000178
+gallium_dri.so free 0x5571735dc3c0 void 0.000136
+gallium_dri.so free 0x5571735dc270 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc370 0.000189
+gallium_dri.so free 0x5571735dc480 void 0.000138
+gallium_dri.so free 0x5571735dc370 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc430 0.000128
+gallium_dri.so free 0x5571735dc4c0 void 0.000129
+gallium_dri.so free 0x5571735dc430 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc430 0.000122
+gallium_dri.so free 0x5571735dc580 void 0.000120
+gallium_dri.so free 0x5571735dc430 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000123
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so free 0x5571735dc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000120
+gallium_dri.so free 0x5571735dc740 void 0.000121
+gallium_dri.so free 0x5571735dc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000119
+gallium_dri.so free 0x5571735dc800 void 0.000121
+gallium_dri.so free 0x5571735dc6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000119
+gallium_dri.so free 0x5571735dc840 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000119
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc940 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000120
+gallium_dri.so free 0x5571735dcb40 void 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb60 0.000118
+gallium_dri.so free 0x5571735dcc00 void 0.000121
+gallium_dri.so free 0x5571735dcb60 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000120
+gallium_dri.so free 0x5571735dcc80 void 0.000120
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000119
+gallium_dri.so free 0x5571735dcd00 void 0.000122
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000126
+gallium_dri.so free 0x5571735dcd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd00 0.000124
+gallium_dri.so free 0x5571735dce80 void 0.000122
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd00 0.000120
+gallium_dri.so free 0x5571735dcf40 void 0.000121
+gallium_dri.so free 0x5571735dcd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcef0 0.000120
+gallium_dri.so free 0x5571735dd000 void 0.000121
+gallium_dri.so free 0x5571735dcef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd0d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd160 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000169
+gallium_dri.so free 0x5571735dd160 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000121
+gallium_dri.so free 0x5571735dd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000118
+gallium_dri.so free 0x5571735dd300 void 0.000121
+gallium_dri.so free 0x5571735dd1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000120
+gallium_dri.so free 0x5571735dd3c0 void 0.000120
+gallium_dri.so free 0x5571735dd300 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd300 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000126
+gallium_dri.so free 0x5571735dd300 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd470 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd470 0.000113
+gallium_dri.so free 0x5571735dd5c0 void 0.000114
+gallium_dri.so free 0x5571735dd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd600 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd680 0.000113
+gallium_dri.so free 0x5571735dd740 void 0.000115
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd680 0.000122
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000115
+gallium_dri.so free 0x5571735dd840 void 0.000115
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000114
+gallium_dri.so free 0x5571735dd940 void 0.000115
+gallium_dri.so free 0x5571735dd7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd980 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda00 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dda00 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb70 0.000114
+gallium_dri.so free 0x5571735ddbc0 void 0.000113
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddc70 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddd30 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735ddd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf30 0.000114
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735de050 0.000112
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735de050 void 0.000112
+gallium_dri.so malloc 72 0x5571735de0e0 0.000112
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de200 void 0.000118
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de200 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de200 void 0.000112
+gallium_dri.so malloc 72 0x5571735de200 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so free 0x5571735de200 void 0.000113
+gallium_dri.so malloc 72 0x5571735de340 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000128
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so malloc 72 0x5571735de340 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so malloc 72 0x5571735de340 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000112
+gallium_dri.so malloc 72 0x5571735de530 0.000112
+gallium_dri.so free 0x5571735de600 void 0.000115
+gallium_dri.so free 0x5571735de530 void 0.000114
+gallium_dri.so malloc 72 0x5571735de650 0.000113
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so free 0x5571735de650 void 0.000112
+gallium_dri.so malloc 72 0x5571735de700 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000116
+gallium_dri.so free 0x5571735de700 void 0.000113
+gallium_dri.so malloc 72 0x5571735de700 0.000112
+gallium_dri.so free 0x5571735de800 void 0.000115
+gallium_dri.so free 0x5571735de700 void 0.000112
+gallium_dri.so malloc 72 0x5571735de830 0.000113
+gallium_dri.so free 0x5571735de880 void 0.000114
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735de830 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735de930 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de930 void 0.000128
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735debb0 0.000116
+gallium_dri.so free 0x5571735dec00 void 0.000113
+gallium_dri.so free 0x5571735debb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735debb0 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so free 0x5571735debb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735decb0 0.000115
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735dee00 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def00 0.000112
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so malloc 72 0x5571735def80 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735def80 void 0.000182
+gallium_dri.so malloc 72 0x5571735def80 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so malloc 72 0x5571735df120 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000116
+gallium_dri.so free 0x5571735df120 void 0.000112
+gallium_dri.so malloc 72 0x5571735df170 0.000112
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000112
+gallium_dri.so malloc 72 0x5571735df170 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2c0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2c0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df2c0 0.000112
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4b0 0.000113
+gallium_dri.so free 0x5571735df5c0 void 0.000115
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df570 0.000112
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so free 0x5571735df570 void 0.000128
+gallium_dri.so malloc 72 0x5571735df690 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df690 void 0.000114
+gallium_dri.so malloc 72 0x5571735df720 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000116
+gallium_dri.so free 0x5571735df720 void 0.000113
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df770 0.000114
+gallium_dri.so free 0x5571735df8c0 void 0.000114
+gallium_dri.so free 0x5571735df770 void 0.000114
+gallium_dri.so malloc 72 0x5571735df8c0 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df8c0 0.000112
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfac0 void 0.000115
+gallium_dri.so free 0x5571735dfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000115
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so free 0x5571735dfa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000114
+gallium_dri.so free 0x5571735dfc40 void 0.000118
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc40 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc40 0.000112
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000115
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000114
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff40 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0130 0.000113
+gallium_dri.so free 0x5571735e0180 void 0.000114
+gallium_dri.so free 0x5571735e0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0130 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000117
+gallium_dri.so free 0x5571735e0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0230 0.000186
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000116
+gallium_dri.so free 0x5571735e02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e04f0 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0610 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0610 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06a0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e06a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e07c0 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07c0 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e07c0 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so free 0x5571735e07c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0900 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0900 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0900 0.000111
+gallium_dri.so free 0x5571735e0b40 void 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0af0 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so free 0x5571735e0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c10 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000115
+gallium_dri.so free 0x5571735e0c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000115
+gallium_dri.so free 0x5571735e0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0df0 0.000116
+gallium_dri.so free 0x5571735e0e40 void 0.000114
+gallium_dri.so free 0x5571735e0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0df0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e1040 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so free 0x5571735e0fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1170 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000115
+gallium_dri.so free 0x5571735e1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1170 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000113
+gallium_dri.so free 0x5571735e1170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1270 0.000112
+gallium_dri.so free 0x5571735e1380 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000112
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14c0 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000165
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1540 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1540 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000112
+gallium_dri.so malloc 72 0x5571735e16e0 0.000112
+gallium_dri.so free 0x5571735e1780 void 0.000113
+gallium_dri.so free 0x5571735e16e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000112
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000114
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1880 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a70 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000117
+gallium_dri.so free 0x5571735e1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1b30 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c50 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000112
+gallium_dri.so free 0x5571735e1ce0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1d30 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d30 0.000113
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e80 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e80 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2180 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2180 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2200 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2200 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2370 0.000116
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2370 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2500 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2580 0.000112
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26f0 0.000114
+gallium_dri.so free 0x5571735e2740 void 0.000116
+gallium_dri.so free 0x5571735e26f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e26f0 0.000117
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27f0 0.000115
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000115
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000117
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000112
+gallium_dri.so free 0x5571735e2c40 void 0.000113
+gallium_dri.so free 0x5571735e2bd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c60 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000115
+gallium_dri.so free 0x5571735e2cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d80 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d80 0.000113
+gallium_dri.so free 0x5571735e2ec0 void 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000112
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000112
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30b0 0.000154
+gallium_dri.so free 0x5571735e3180 void 0.000126
+gallium_dri.so free 0x5571735e30b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e31d0 0.000124
+gallium_dri.so free 0x5571735e3240 void 0.000117
+gallium_dri.so free 0x5571735e31d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3280 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so free 0x5571735e3280 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3280 0.000110
+gallium_dri.so free 0x5571735e3380 void 0.000111
+gallium_dri.so free 0x5571735e3280 void 0.000131
+gallium_dri.so malloc 72 0x5571735e33b0 0.000128
+gallium_dri.so free 0x5571735e3400 void 0.000127
+gallium_dri.so free 0x5571735e33b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e33b0 0.000128
+gallium_dri.so free 0x5571735e3500 void 0.000157
+gallium_dri.so free 0x5571735e33b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e34b0 0.000124
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3570 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000115
+gallium_dri.so free 0x5571735e3570 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3570 0.000123
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3730 0.000114
+gallium_dri.so free 0x5571735bee80 void 0.000116
+gallium_dri.so free 0x5571735e3730 void 0.000114
+gallium_dri.so malloc 72 0x5571735beec0 0.000113
+gallium_dri.so free 0x5571735bef40 void 0.000114
+gallium_dri.so free 0x5571735beec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bef40 0.000114
+gallium_dri.so free 0x5571735bf000 void 0.000114
+gallium_dri.so free 0x5571735bef40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bef40 0.000132
+gallium_dri.so free 0x5571735e3780 void 0.000128
+gallium_dri.so free 0x5571735bef40 void 0.000124
+gallium_dri.so malloc 72 0x5571735bef40 0.000120
+gallium_dri.so free 0x5571735bf080 void 0.000123
+gallium_dri.so free 0x5571735bef40 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf0c0 0.000125
+gallium_dri.so free 0x5571735bf140 void 0.000124
+gallium_dri.so free 0x5571735bf0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf140 0.000118
+gallium_dri.so free 0x5571735bf200 void 0.000118
+gallium_dri.so free 0x5571735bf140 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf140 0.000118
+gallium_dri.so free 0x5571735bf2c0 void 0.000117
+gallium_dri.so free 0x5571735bf140 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf2e0 0.000118
+gallium_dri.so free 0x5571735bf380 void 0.000118
+gallium_dri.so free 0x5571735bf2e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf330 0.000119
+gallium_dri.so free 0x5571735bf400 void 0.000119
+gallium_dri.so free 0x5571735bf330 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf330 0.000118
+gallium_dri.so free 0x5571735bf480 void 0.000117
+gallium_dri.so free 0x5571735bf330 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf480 0.000118
+gallium_dri.so free 0x5571735bf540 void 0.000114
+gallium_dri.so free 0x5571735bf480 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf480 0.000110
+gallium_dri.so free 0x5571735bf600 void 0.000112
+gallium_dri.so free 0x5571735bf480 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf480 0.000114
+gallium_dri.so free 0x5571735bf6c0 void 0.000110
+gallium_dri.so free 0x5571735bf480 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf670 0.000112
+gallium_dri.so free 0x5571735bf780 void 0.000111
+gallium_dri.so free 0x5571735bf670 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf730 0.000109
+gallium_dri.so free 0x5571735bf800 void 0.000110
+gallium_dri.so free 0x5571735bf730 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf850 0.000110
+gallium_dri.so free 0x5571735bf8c0 void 0.000109
+gallium_dri.so free 0x5571735bf850 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf8e0 0.000109
+gallium_dri.so free 0x5571735bf980 void 0.000109
+gallium_dri.so free 0x5571735bf8e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735bf930 0.000109
+gallium_dri.so free 0x5571735bfa00 void 0.000110
+gallium_dri.so free 0x5571735bf930 void 0.000109
+gallium_dri.so malloc 72 0x5571735bf930 0.000110
+gallium_dri.so free 0x5571735bfa80 void 0.000116
+gallium_dri.so free 0x5571735bf930 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa80 0.000110
+gallium_dri.so free 0x5571735bfb40 void 0.000110
+gallium_dri.so free 0x5571735bfa80 void 0.000127
+gallium_dri.so malloc 72 0x5571735bfa80 0.000116
+gallium_dri.so free 0x5571735bfc40 void 0.000115
+gallium_dri.so free 0x5571735bfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000114
+gallium_dri.so free 0x5571735bfc80 void 0.000115
+gallium_dri.so free 0x5571735bfbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000113
+gallium_dri.so free 0x5571735bfd40 void 0.000115
+gallium_dri.so free 0x5571735bfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfd80 0.000114
+gallium_dri.so free 0x5571735bfe00 void 0.000114
+gallium_dri.so free 0x5571735bfd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe00 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe00 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000115
+gallium_dri.so free 0x5571735bfe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff70 0.000114
+gallium_dri.so free 0x5571735bffc0 void 0.000115
+gallium_dri.so free 0x5571735bff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff70 0.000115
+gallium_dri.so free 0x5571735c00c0 void 0.000114
+gallium_dri.so free 0x5571735bff70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0100 0.000113
+gallium_dri.so free 0x5571735c0180 void 0.000114
+gallium_dri.so free 0x5571735c0100 void 0.000200
+gallium_dri.so malloc 72 0x5571735c0180 0.000122
+gallium_dri.so free 0x5571735c0240 void 0.000122
+gallium_dri.so free 0x5571735c0180 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0180 0.000125
+gallium_dri.so free 0x5571735c02c0 void 0.000120
+gallium_dri.so free 0x5571735c0180 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0340 void 0.000118
+gallium_dri.so free 0x5571735c02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so free 0x5571735c02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c03f0 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000117
+gallium_dri.so free 0x5571735c03f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c04b0 0.000119
+gallium_dri.so free 0x5571735c0580 void 0.000118
+gallium_dri.so free 0x5571735c04b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04b0 0.000117
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so free 0x5571735c04b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04b0 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c06b0 0.000118
+gallium_dri.so free 0x5571735c0780 void 0.000126
+gallium_dri.so free 0x5571735c06b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c07d0 0.000110
+gallium_dri.so free 0x5571735c0840 void 0.000109
+gallium_dri.so free 0x5571735c07d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0860 0.000109
+gallium_dri.so free 0x5571735c0900 void 0.000110
+gallium_dri.so free 0x5571735c0860 void 0.000109
+gallium_dri.so malloc 72 0x5571735c08b0 0.000109
+gallium_dri.so free 0x5571735c0980 void 0.000109
+gallium_dri.so free 0x5571735c08b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0980 0.000109
+gallium_dri.so free 0x5571735c0a40 void 0.000110
+gallium_dri.so free 0x5571735c0980 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0980 0.000112
+gallium_dri.so free 0x5571735c0ac0 void 0.000109
+gallium_dri.so free 0x5571735c0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000112
+gallium_dri.so free 0x5571735c0b80 void 0.000111
+gallium_dri.so free 0x5571735c0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000110
+gallium_dri.so free 0x5571735c0c40 void 0.000112
+gallium_dri.so free 0x5571735c0ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000111
+gallium_dri.so free 0x5571735c0d00 void 0.000110
+gallium_dri.so free 0x5571735c0ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000110
+gallium_dri.so free 0x5571735c0d80 void 0.000111
+gallium_dri.so free 0x5571735c0cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0dd0 0.000115
+gallium_dri.so free 0x5571735c0e40 void 0.000114
+gallium_dri.so free 0x5571735c0dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000114
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e80 0.000113
+gallium_dri.so free 0x5571735c0f80 void 0.000115
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000117
+gallium_dri.so free 0x5571735c1000 void 0.000116
+gallium_dri.so free 0x5571735c0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000114
+gallium_dri.so free 0x5571735c1100 void 0.000113
+gallium_dri.so free 0x5571735c0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c10b0 0.000112
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1170 0.000112
+gallium_dri.so free 0x5571735c1200 void 0.000114
+gallium_dri.so free 0x5571735c1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1170 0.000114
+gallium_dri.so free 0x5571735c12c0 void 0.000115
+gallium_dri.so free 0x5571735c1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000113
+gallium_dri.so free 0x5571735c1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1330 0.000205
+gallium_dri.so free 0x5571735c1480 void 0.000159
+gallium_dri.so free 0x5571735c1330 void 0.000158
+gallium_dri.so malloc 72 0x5571735c1430 0.000124
+gallium_dri.so free 0x5571735c1540 void 0.000120
+gallium_dri.so free 0x5571735c1430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14f0 0.000119
+gallium_dri.so free 0x5571735c1580 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c14f0 0.000118
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1680 0.000117
+gallium_dri.so free 0x5571735c1700 void 0.000119
+gallium_dri.so free 0x5571735c1680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1700 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1700 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000117
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c18a0 0.000118
+gallium_dri.so free 0x5571735c1940 void 0.000117
+gallium_dri.so free 0x5571735c18a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c18f0 0.000118
+gallium_dri.so free 0x5571735c19c0 void 0.000126
+gallium_dri.so free 0x5571735c18f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c18f0 0.000115
+gallium_dri.so free 0x5571735c1a40 void 0.000110
+gallium_dri.so free 0x5571735c18f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1a40 0.000110
+gallium_dri.so free 0x5571735c1b00 void 0.000109
+gallium_dri.so free 0x5571735c1a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1a40 0.000110
+gallium_dri.so free 0x5571735c1bc0 void 0.000110
+gallium_dri.so free 0x5571735c1a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1a40 0.000109
+gallium_dri.so free 0x5571735c1c80 void 0.000109
+gallium_dri.so free 0x5571735c1a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1c30 0.000110
+gallium_dri.so free 0x5571735c1d40 void 0.000110
+gallium_dri.so free 0x5571735c1c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000111
+gallium_dri.so free 0x5571735c1dc0 void 0.000110
+gallium_dri.so free 0x5571735c1cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1e10 0.000110
+gallium_dri.so free 0x5571735c1e80 void 0.000110
+gallium_dri.so free 0x5571735c1e10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ea0 0.000117
+gallium_dri.so free 0x5571735c1f40 void 0.000112
+gallium_dri.so free 0x5571735c1ea0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000110
+gallium_dri.so free 0x5571735c1fc0 void 0.000110
+gallium_dri.so free 0x5571735c1ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2040 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2040 0.000112
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c21b0 0.000112
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so free 0x5571735c21b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c21b0 0.000118
+gallium_dri.so free 0x5571735c2300 void 0.000124
+gallium_dri.so free 0x5571735c21b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2340 0.000122
+gallium_dri.so free 0x5571735c23c0 void 0.000123
+gallium_dri.so free 0x5571735c2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735c23c0 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000113
+gallium_dri.so free 0x5571735c23c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23c0 0.000112
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735c23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2530 0.000112
+gallium_dri.so free 0x5571735c2580 void 0.000161
+gallium_dri.so free 0x5571735c2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2530 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so free 0x5571735c2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c26c0 0.000113
+gallium_dri.so free 0x5571735c2740 void 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2740 0.000114
+gallium_dri.so free 0x5571735c2800 void 0.000116
+gallium_dri.so free 0x5571735c2740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2740 0.000112
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so free 0x5571735c2740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c28b0 0.000116
+gallium_dri.so free 0x5571735c2900 void 0.000116
+gallium_dri.so free 0x5571735c28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c28b0 0.000114
+gallium_dri.so free 0x5571735c2a00 void 0.000112
+gallium_dri.so free 0x5571735c28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c29b0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000114
+gallium_dri.so free 0x5571735c29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2a70 0.000114
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000113
+gallium_dri.so free 0x5571735c2c00 void 0.000121
+gallium_dri.so free 0x5571735c2a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2a70 0.000109
+gallium_dri.so free 0x5571735c2cc0 void 0.000111
+gallium_dri.so free 0x5571735c2a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2c70 0.000110
+gallium_dri.so free 0x5571735c2d40 void 0.000109
+gallium_dri.so free 0x5571735c2c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2d90 0.000111
+gallium_dri.so free 0x5571735c2e00 void 0.000111
+gallium_dri.so free 0x5571735c2d90 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2e20 0.000110
+gallium_dri.so free 0x5571735c2ec0 void 0.000110
+gallium_dri.so free 0x5571735c2e20 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2e70 0.000111
+gallium_dri.so free 0x5571735c2f40 void 0.000110
+gallium_dri.so free 0x5571735c2e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2f40 0.000111
+gallium_dri.so free 0x5571735c3000 void 0.000109
+gallium_dri.so free 0x5571735c2f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2f40 0.000111
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so free 0x5571735c2f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3080 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000112
+gallium_dri.so free 0x5571735c3080 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3080 0.000111
+gallium_dri.so free 0x5571735c3200 void 0.000116
+gallium_dri.so free 0x5571735c3080 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3080 0.000119
+gallium_dri.so free 0x5571735c32c0 void 0.000120
+gallium_dri.so free 0x5571735c3080 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3270 0.000119
+gallium_dri.so free 0x5571735c3340 void 0.000119
+gallium_dri.so free 0x5571735c3270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3390 0.000119
+gallium_dri.so free 0x5571735c3400 void 0.000119
+gallium_dri.so free 0x5571735c3390 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3440 0.000117
+gallium_dri.so free 0x5571735c34c0 void 0.000117
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3440 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c3570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000118
+gallium_dri.so free 0x5571735c3570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3670 0.000119
+gallium_dri.so free 0x5571735c3780 void 0.000118
+gallium_dri.so free 0x5571735c3670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3730 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000123
+gallium_dri.so free 0x5571735c3730 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3730 0.000110
+gallium_dri.so free 0x5571735c3880 void 0.000111
+gallium_dri.so free 0x5571735c3730 void 0.000110
+gallium_dri.so malloc 72 0x5571735c38f0 0.000111
+gallium_dri.so free 0x5571735c3940 void 0.000110
+gallium_dri.so free 0x5571735c38f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c38f0 0.000110
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so free 0x5571735c38f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c39f0 0.000110
+gallium_dri.so free 0x5571735c3b00 void 0.000112
+gallium_dri.so free 0x5571735c39f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000109
+gallium_dri.so free 0x5571735c3b40 void 0.000110
+gallium_dri.so free 0x5571735c3ab0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000110
+gallium_dri.so free 0x5571735c3c00 void 0.000110
+gallium_dri.so free 0x5571735c3ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3c40 0.000109
+gallium_dri.so free 0x5571735c3cc0 void 0.000117
+gallium_dri.so free 0x5571735c3c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000113
+gallium_dri.so free 0x5571735c3d80 void 0.000111
+gallium_dri.so free 0x5571735c3cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000109
+gallium_dri.so free 0x5571735c3e40 void 0.000110
+gallium_dri.so free 0x5571735c3cc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3e60 0.000126
+gallium_dri.so free 0x5571735c3f00 void 0.000124
+gallium_dri.so free 0x5571735c3e60 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000124
+gallium_dri.so free 0x5571735c3f80 void 0.000119
+gallium_dri.so free 0x5571735c3eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000118
+gallium_dri.so free 0x5571735c4000 void 0.000118
+gallium_dri.so free 0x5571735c3eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4000 0.000118
+gallium_dri.so free 0x5571735c40c0 void 0.000119
+gallium_dri.so free 0x5571735c4000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4000 0.000118
+gallium_dri.so free 0x5571735c4180 void 0.000118
+gallium_dri.so free 0x5571735c4000 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4000 0.000118
+gallium_dri.so free 0x5571735c4240 void 0.000119
+gallium_dri.so free 0x5571735c4000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41f0 0.000119
+gallium_dri.so free 0x5571735c4300 void 0.000119
+gallium_dri.so free 0x5571735c41f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c42b0 0.000117
+gallium_dri.so free 0x5571735c4380 void 0.000120
+gallium_dri.so free 0x5571735c42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c43d0 0.000196
+gallium_dri.so free 0x5571735c4440 void 0.000128
+gallium_dri.so free 0x5571735c43d0 void 0.000235
+gallium_dri.so malloc 72 0x5571735c4460 0.000223
+gallium_dri.so free 0x5571735c4500 void 0.000219
+gallium_dri.so free 0x5571735c4460 void 0.000223
+gallium_dri.so malloc 72 0x5571735c44b0 0.000192
+gallium_dri.so free 0x5571735c4580 void 0.000153
+gallium_dri.so free 0x5571735c44b0 void 0.000198
+gallium_dri.so malloc 72 0x5571735c44b0 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000118
+gallium_dri.so free 0x5571735c44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4600 0.000119
+gallium_dri.so free 0x5571735c46c0 void 0.000121
+gallium_dri.so free 0x5571735c4600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4600 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4600 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4770 0.000119
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c4770 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4770 0.000133
+gallium_dri.so free 0x5571735c48c0 void 0.000117
+gallium_dri.so free 0x5571735c4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4900 0.000115
+gallium_dri.so free 0x5571735c4980 void 0.000116
+gallium_dri.so free 0x5571735c4900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4980 0.000117
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c4980 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4980 0.000115
+gallium_dri.so free 0x5571735c4ac0 void 0.000115
+gallium_dri.so free 0x5571735c4980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4af0 0.000116
+gallium_dri.so free 0x5571735c4b40 void 0.000117
+gallium_dri.so free 0x5571735c4af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4af0 0.000115
+gallium_dri.so free 0x5571735c4c40 void 0.000116
+gallium_dri.so free 0x5571735c4af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c80 0.000115
+gallium_dri.so free 0x5571735c4d00 void 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4d00 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000126
+gallium_dri.so free 0x5571735c4d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4d00 0.000118
+gallium_dri.so free 0x5571735c4e40 void 0.000118
+gallium_dri.so free 0x5571735c4d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e70 0.000134
+gallium_dri.so free 0x5571735c4ec0 void 0.000124
+gallium_dri.so free 0x5571735c4e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4e70 0.000124
+gallium_dri.so free 0x5571735c4fc0 void 0.000124
+gallium_dri.so free 0x5571735c4e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4f70 0.000123
+gallium_dri.so free 0x5571735c5080 void 0.000125
+gallium_dri.so free 0x5571735c4f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5030 0.000123
+gallium_dri.so free 0x5571735c5100 void 0.000123
+gallium_dri.so free 0x5571735c5030 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5030 0.000122
+gallium_dri.so free 0x5571735c51c0 void 0.000125
+gallium_dri.so free 0x5571735c5030 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5030 0.000124
+gallium_dri.so free 0x5571735c5280 void 0.000123
+gallium_dri.so free 0x5571735c5030 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5230 0.000125
+gallium_dri.so free 0x5571735c5300 void 0.000125
+gallium_dri.so free 0x5571735c5230 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5350 0.000124
+gallium_dri.so free 0x5571735c53c0 void 0.000123
+gallium_dri.so free 0x5571735c5350 void 0.000124
+gallium_dri.so malloc 72 0x5571735c53e0 0.000125
+gallium_dri.so free 0x5571735c5480 void 0.000238
+gallium_dri.so free 0x5571735c53e0 void 0.000169
+gallium_dri.so malloc 72 0x5571735c5430 0.000269
+gallium_dri.so free 0x5571735c5500 void 0.000273
+gallium_dri.so free 0x5571735c5430 void 0.000273
+gallium_dri.so malloc 72 0x5571735c5500 0.000202
+gallium_dri.so free 0x5571735c55c0 void 0.000215
+gallium_dri.so free 0x5571735c5500 void 0.000157
+gallium_dri.so malloc 72 0x5571735c5500 0.000160
+gallium_dri.so free 0x5571735c5640 void 0.000201
+gallium_dri.so free 0x5571735c5500 void 0.000142
+gallium_dri.so malloc 72 0x5571735c5640 0.000125
+gallium_dri.so free 0x5571735c5700 void 0.000125
+gallium_dri.so free 0x5571735c5640 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5640 0.000124
+gallium_dri.so free 0x5571735c57c0 void 0.000126
+gallium_dri.so free 0x5571735c5640 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5640 0.000124
+gallium_dri.so free 0x5571735c5880 void 0.000123
+gallium_dri.so free 0x5571735c5640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5830 0.000116
+gallium_dri.so free 0x5571735c5900 void 0.000117
+gallium_dri.so free 0x5571735c5830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5950 0.000116
+gallium_dri.so free 0x5571735c59c0 void 0.000116
+gallium_dri.so free 0x5571735c5950 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5a00 0.000117
+gallium_dri.so free 0x5571735c5a80 void 0.000117
+gallium_dri.so free 0x5571735c5a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5a00 0.000116
+gallium_dri.so free 0x5571735c5b00 void 0.000116
+gallium_dri.so free 0x5571735c5a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5b30 0.000116
+gallium_dri.so free 0x5571735c5b80 void 0.000115
+gallium_dri.so free 0x5571735c5b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5b30 0.000115
+gallium_dri.so free 0x5571735c5c80 void 0.000116
+gallium_dri.so free 0x5571735c5b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5c30 0.000116
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so free 0x5571735c5c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000122
+gallium_dri.so free 0x5571735c5d80 void 0.000118
+gallium_dri.so free 0x5571735c5cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000116
+gallium_dri.so free 0x5571735c5e40 void 0.000132
+gallium_dri.so free 0x5571735c5cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5eb0 0.000123
+gallium_dri.so free 0x5571735c5f00 void 0.000123
+gallium_dri.so free 0x5571735c5eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5eb0 0.000125
+gallium_dri.so free 0x5571735c6000 void 0.000125
+gallium_dri.so free 0x5571735c5eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000123
+gallium_dri.so free 0x5571735c60c0 void 0.000125
+gallium_dri.so free 0x5571735c5fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6070 0.000125
+gallium_dri.so free 0x5571735c6100 void 0.000124
+gallium_dri.so free 0x5571735c6070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6070 0.000124
+gallium_dri.so free 0x5571735c61c0 void 0.000124
+gallium_dri.so free 0x5571735c6070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6200 0.000124
+gallium_dri.so free 0x5571735c6280 void 0.000125
+gallium_dri.so free 0x5571735c6200 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6280 0.000124
+gallium_dri.so free 0x5571735c6340 void 0.000123
+gallium_dri.so free 0x5571735c6280 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6280 0.000124
+gallium_dri.so free 0x5571735c6400 void 0.000124
+gallium_dri.so free 0x5571735c6280 void 0.000162
+gallium_dri.so malloc 72 0x5571735c6420 0.000126
+gallium_dri.so free 0x5571735c64c0 void 0.000125
+gallium_dri.so free 0x5571735c6420 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6470 0.000124
+gallium_dri.so free 0x5571735c6540 void 0.000132
+gallium_dri.so free 0x5571735c6470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6470 0.000117
+gallium_dri.so free 0x5571735c65c0 void 0.000118
+gallium_dri.so free 0x5571735c6470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c65c0 0.000118
+gallium_dri.so free 0x5571735c6680 void 0.000117
+gallium_dri.so free 0x5571735c65c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c65c0 0.000117
+gallium_dri.so free 0x5571735c6740 void 0.000118
+gallium_dri.so free 0x5571735c65c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c65c0 0.000119
+gallium_dri.so free 0x5571735c6800 void 0.000119
+gallium_dri.so free 0x5571735c65c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c67b0 0.000119
+gallium_dri.so free 0x5571735c68c0 void 0.000117
+gallium_dri.so free 0x5571735c67b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6870 0.000119
+gallium_dri.so free 0x5571735c6940 void 0.000118
+gallium_dri.so free 0x5571735c6870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6990 0.000118
+gallium_dri.so free 0x5571735c6a00 void 0.000123
+gallium_dri.so free 0x5571735c6990 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6a20 0.000117
+gallium_dri.so free 0x5571735c6ac0 void 0.000119
+gallium_dri.so free 0x5571735c6a20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6a70 0.000117
+gallium_dri.so free 0x5571735c6b40 void 0.000117
+gallium_dri.so free 0x5571735c6a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6a70 0.000119
+gallium_dri.so free 0x5571735c6bc0 void 0.000117
+gallium_dri.so free 0x5571735c6a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6bc0 0.000117
+gallium_dri.so free 0x5571735c6c80 void 0.000119
+gallium_dri.so free 0x5571735c6bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6bc0 0.000119
+gallium_dri.so free 0x5571735c6d80 void 0.000118
+gallium_dri.so free 0x5571735c6bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6d30 0.000119
+gallium_dri.so free 0x5571735c6dc0 void 0.000119
+gallium_dri.so free 0x5571735c6d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6d30 0.000120
+gallium_dri.so free 0x5571735c6e80 void 0.000118
+gallium_dri.so free 0x5571735c6d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6ec0 0.000118
+gallium_dri.so free 0x5571735c6f40 void 0.000117
+gallium_dri.so free 0x5571735c6ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6f40 0.000118
+gallium_dri.so free 0x5571735c7000 void 0.000133
+gallium_dri.so free 0x5571735c6f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6f40 0.000118
+gallium_dri.so free 0x5571735c7080 void 0.000118
+gallium_dri.so free 0x5571735c6f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c70b0 0.000118
+gallium_dri.so free 0x5571735c7100 void 0.000118
+gallium_dri.so free 0x5571735c70b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c70b0 0.000116
+gallium_dri.so free 0x5571735c7200 void 0.000118
+gallium_dri.so free 0x5571735c70b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7240 0.000117
+gallium_dri.so free 0x5571735c72c0 void 0.000117
+gallium_dri.so free 0x5571735c7240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c72c0 0.000117
+gallium_dri.so free 0x5571735c7380 void 0.000119
+gallium_dri.so free 0x5571735c72c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c72c0 0.000117
+gallium_dri.so free 0x5571735c7400 void 0.000118
+gallium_dri.so free 0x5571735c72c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7430 0.000117
+gallium_dri.so free 0x5571735c7480 void 0.000122
+gallium_dri.so free 0x5571735c7430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7430 0.000117
+gallium_dri.so free 0x5571735c7580 void 0.000119
+gallium_dri.so free 0x5571735c7430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7530 0.000124
+gallium_dri.so free 0x5571735c7640 void 0.000120
+gallium_dri.so free 0x5571735c7530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c75f0 0.000118
+gallium_dri.so free 0x5571735c76c0 void 0.000118
+gallium_dri.so free 0x5571735c75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c75f0 0.000117
+gallium_dri.so free 0x5571735c7780 void 0.000117
+gallium_dri.so free 0x5571735c75f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c75f0 0.000115
+gallium_dri.so free 0x5571735c7840 void 0.000119
+gallium_dri.so free 0x5571735c75f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c77f0 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000118
+gallium_dri.so free 0x5571735c77f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7910 0.000118
+gallium_dri.so free 0x5571735c7980 void 0.000119
+gallium_dri.so free 0x5571735c7910 void 0.000118
+gallium_dri.so malloc 72 0x5571735c79a0 0.000117
+gallium_dri.so free 0x5571735c7a40 void 0.000118
+gallium_dri.so free 0x5571735c79a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c79f0 0.000117
+gallium_dri.so free 0x5571735c7ac0 void 0.000118
+gallium_dri.so free 0x5571735c79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000118
+gallium_dri.so free 0x5571735c7b80 void 0.000118
+gallium_dri.so free 0x5571735c7ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000126
+gallium_dri.so free 0x5571735c7c00 void 0.000118
+gallium_dri.so free 0x5571735c7ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7c00 0.000119
+gallium_dri.so free 0x5571735c7cc0 void 0.000118
+gallium_dri.so free 0x5571735c7c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7c00 0.000119
+gallium_dri.so free 0x5571735c7d80 void 0.000118
+gallium_dri.so free 0x5571735c7c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7c00 0.000119
+gallium_dri.so free 0x5571735c7e40 void 0.000119
+gallium_dri.so free 0x5571735c7c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7df0 0.000118
+gallium_dri.so free 0x5571735c7ec0 void 0.000119
+gallium_dri.so free 0x5571735c7df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7f10 0.000118
+gallium_dri.so free 0x5571735c7f80 void 0.000119
+gallium_dri.so free 0x5571735c7f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7fc0 0.000118
+gallium_dri.so free 0x5571735c8040 void 0.000118
+gallium_dri.so free 0x5571735c7fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7fc0 0.000117
+gallium_dri.so free 0x5571735c80c0 void 0.000119
+gallium_dri.so free 0x5571735c7fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c80f0 0.000120
+gallium_dri.so free 0x5571735c8140 void 0.000119
+gallium_dri.so free 0x5571735c80f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735c80f0 0.000120
+gallium_dri.so free 0x5571735c8240 void 0.000119
+gallium_dri.so free 0x5571735c80f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c81f0 0.000117
+gallium_dri.so free 0x5571735c8300 void 0.000119
+gallium_dri.so free 0x5571735c81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c82b0 0.000119
+gallium_dri.so free 0x5571735c8340 void 0.000117
+gallium_dri.so free 0x5571735c82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c82b0 0.000118
+gallium_dri.so free 0x5571735c8400 void 0.000118
+gallium_dri.so free 0x5571735c82b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8470 0.000119
+gallium_dri.so free 0x5571735c84c0 void 0.000118
+gallium_dri.so free 0x5571735c8470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8470 0.000118
+gallium_dri.so free 0x5571735c85c0 void 0.000117
+gallium_dri.so free 0x5571735c8470 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8570 0.000119
+gallium_dri.so free 0x5571735c8680 void 0.000118
+gallium_dri.so free 0x5571735c8570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8630 0.000118
+gallium_dri.so free 0x5571735c86c0 void 0.000118
+gallium_dri.so free 0x5571735c8630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8630 0.000118
+gallium_dri.so free 0x5571735c8780 void 0.000118
+gallium_dri.so free 0x5571735c8630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c87c0 0.000119
+gallium_dri.so free 0x5571735c8840 void 0.000118
+gallium_dri.so free 0x5571735c87c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8840 0.000124
+gallium_dri.so free 0x5571735c8900 void 0.000120
+gallium_dri.so free 0x5571735c8840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8840 0.000118
+gallium_dri.so free 0x5571735c89c0 void 0.000118
+gallium_dri.so free 0x5571735c8840 void 0.000115
+gallium_dri.so malloc 72 0x5571735c89e0 0.000119
+gallium_dri.so free 0x5571735c8a80 void 0.000118
+gallium_dri.so free 0x5571735c89e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8a30 0.000117
+gallium_dri.so free 0x5571735c8b00 void 0.000118
+gallium_dri.so free 0x5571735c8a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8a30 0.000136
+gallium_dri.so free 0x5571735c8b80 void 0.000119
+gallium_dri.so free 0x5571735c8a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8b80 0.000117
+gallium_dri.so free 0x5571735c8c40 void 0.000118
+gallium_dri.so free 0x5571735c8b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8b80 0.000119
+gallium_dri.so free 0x5571735c8d00 void 0.000119
+gallium_dri.so free 0x5571735c8b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8b80 0.000118
+gallium_dri.so free 0x5571735c8dc0 void 0.000129
+gallium_dri.so free 0x5571735c8b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8d70 0.000118
+gallium_dri.so free 0x5571735c8e80 void 0.000118
+gallium_dri.so free 0x5571735c8d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8e30 0.000115
+gallium_dri.so free 0x5571735c8fc0 void 0.000119
+gallium_dri.so free 0x5571735c8e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8f70 0.000119
+gallium_dri.so free 0x5571735c9080 void 0.000119
+gallium_dri.so free 0x5571735c8f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9030 0.000118
+gallium_dri.so free 0x5571735c90c0 void 0.000117
+gallium_dri.so free 0x5571735c9030 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9030 0.000124
+gallium_dri.so free 0x5571735c9180 void 0.000123
+gallium_dri.so free 0x5571735c9030 void 0.000178
+gallium_dri.so malloc 72 0x5571735c91c0 0.000177
+gallium_dri.so free 0x5571735c9240 void 0.000166
+gallium_dri.so free 0x5571735c91c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9240 0.000118
+gallium_dri.so free 0x5571735c9300 void 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9240 0.000117
+gallium_dri.so free 0x5571735c9380 void 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000186
+gallium_dri.so malloc 72 0x5571735c9240 0.000126
+gallium_dri.so free 0x5571735c9440 void 0.000120
+gallium_dri.so free 0x5571735c9240 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9240 0.000119
+gallium_dri.so free 0x5571735c9500 void 0.000119
+gallium_dri.so free 0x5571735c9240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c94b0 0.000119
+gallium_dri.so free 0x5571735c9580 void 0.000119
+gallium_dri.so free 0x5571735c94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c95d0 0.000117
+gallium_dri.so free 0x5571735c9640 void 0.000119
+gallium_dri.so free 0x5571735c95d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9660 0.000121
+gallium_dri.so free 0x5571735c9700 void 0.000120
+gallium_dri.so free 0x5571735c9660 void 0.000119
+gallium_dri.so malloc 72 0x5571735c96b0 0.000118
+gallium_dri.so free 0x5571735c9780 void 0.000119
+gallium_dri.so free 0x5571735c96b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c96b0 0.000120
+gallium_dri.so free 0x5571735c9880 void 0.000119
+gallium_dri.so free 0x5571735c96b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9830 0.000119
+gallium_dri.so free 0x5571735c9900 void 0.000120
+gallium_dri.so free 0x5571735c9830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9950 0.000120
+gallium_dri.so free 0x5571735c99c0 void 0.000125
+gallium_dri.so free 0x5571735c9950 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99e0 0.000115
+gallium_dri.so free 0x5571735c9a80 void 0.000110
+gallium_dri.so free 0x5571735c99e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9a30 0.000113
+gallium_dri.so free 0x5571735c9b00 void 0.000111
+gallium_dri.so free 0x5571735c9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9a30 0.000111
+gallium_dri.so free 0x5571735c9b80 void 0.000111
+gallium_dri.so free 0x5571735c9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9b80 0.000110
+gallium_dri.so free 0x5571735c9c40 void 0.000110
+gallium_dri.so free 0x5571735c9b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9b80 0.000111
+gallium_dri.so free 0x5571735c9d40 void 0.000111
+gallium_dri.so free 0x5571735c9b80 void 0.000109
+gallium_dri.so malloc 72 0x5571735c9b80 0.000110
+gallium_dri.so free 0x5571735c9dc0 void 0.000113
+gallium_dri.so free 0x5571735c9b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9df0 0.000110
+gallium_dri.so free 0x5571735c9e40 void 0.000112
+gallium_dri.so free 0x5571735c9df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9df0 0.000113
+gallium_dri.so free 0x5571735c9f40 void 0.000111
+gallium_dri.so free 0x5571735c9df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000110
+gallium_dri.so free 0x5571735ca000 void 0.000109
+gallium_dri.so free 0x5571735c9ef0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000137
+gallium_dri.so free 0x5571735ca040 void 0.000130
+gallium_dri.so free 0x5571735c9fb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000132
+gallium_dri.so free 0x5571735ca100 void 0.000130
+gallium_dri.so free 0x5571735c9fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca150 0.000133
+gallium_dri.so free 0x5571735ca1c0 void 0.000132
+gallium_dri.so free 0x5571735ca150 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca200 0.000131
+gallium_dri.so free 0x5571735ca280 void 0.000132
+gallium_dri.so free 0x5571735ca200 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca280 0.000130
+gallium_dri.so free 0x5571735ca340 void 0.000128
+gallium_dri.so free 0x5571735ca280 void 0.000137
+gallium_dri.so malloc 72 0x5571735ca280 0.000127
+gallium_dri.so free 0x5571735ca3c0 void 0.000115
+gallium_dri.so free 0x5571735ca280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000113
+gallium_dri.so free 0x5571735ca440 void 0.000115
+gallium_dri.so free 0x5571735ca3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000121
+gallium_dri.so free 0x5571735ca540 void 0.000114
+gallium_dri.so free 0x5571735ca3f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca4f0 0.000116
+gallium_dri.so free 0x5571735ca600 void 0.000116
+gallium_dri.so free 0x5571735ca4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca5b0 0.000114
+gallium_dri.so free 0x5571735ca680 void 0.000116
+gallium_dri.so free 0x5571735ca5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ca6a0 0.000112
+gallium_dri.so free 0x5571735ca740 void 0.000116
+gallium_dri.so free 0x5571735ca6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca6f0 0.000113
+gallium_dri.so free 0x5571735ca7c0 void 0.000115
+gallium_dri.so free 0x5571735ca6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ca6f0 0.000114
+gallium_dri.so free 0x5571735ca840 void 0.000116
+gallium_dri.so free 0x5571735ca6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca840 0.000114
+gallium_dri.so free 0x5571735ca900 void 0.000116
+gallium_dri.so free 0x5571735ca840 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca840 0.000114
+gallium_dri.so free 0x5571735ca9c0 void 0.000114
+gallium_dri.so free 0x5571735ca840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca840 0.000116
+gallium_dri.so free 0x5571735caa80 void 0.000117
+gallium_dri.so free 0x5571735ca840 void 0.000115
+gallium_dri.so malloc 72 0x5571735caa30 0.000114
+gallium_dri.so free 0x5571735cab40 void 0.000117
+gallium_dri.so free 0x5571735caa30 void 0.000141
+gallium_dri.so malloc 72 0x5571735caa30 0.000117
+gallium_dri.so free 0x5571735cabc0 void 0.000116
+gallium_dri.so free 0x5571735caa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cabc0 0.000113
+gallium_dri.so free 0x5571735cac80 void 0.000115
+gallium_dri.so free 0x5571735cabc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cabc0 0.000114
+gallium_dri.so free 0x5571735cad40 void 0.000115
+gallium_dri.so free 0x5571735cabc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cabc0 0.000113
+gallium_dri.so free 0x5571735cae00 void 0.000117
+gallium_dri.so free 0x5571735cabc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cadb0 0.000115
+gallium_dri.so free 0x5571735cae80 void 0.000116
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735caed0 0.000114
+gallium_dri.so free 0x5571735caf40 void 0.000117
+gallium_dri.so free 0x5571735caed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cafa0 0.000114
+gallium_dri.so free 0x5571735cb040 void 0.000115
+gallium_dri.so free 0x5571735cafa0 void 0.000129
+gallium_dri.so malloc 72 0x5571735caff0 0.000114
+gallium_dri.so free 0x5571735cb080 void 0.000116
+gallium_dri.so free 0x5571735caff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735caff0 0.000114
+gallium_dri.so free 0x5571735cb140 void 0.000115
+gallium_dri.so free 0x5571735caff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb180 0.000116
+gallium_dri.so free 0x5571735cb200 void 0.000114
+gallium_dri.so free 0x5571735cb180 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb200 0.000113
+gallium_dri.so free 0x5571735cb2c0 void 0.000115
+gallium_dri.so free 0x5571735cb200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb200 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb370 0.000123
+gallium_dri.so free 0x5571735cb3c0 void 0.000126
+gallium_dri.so free 0x5571735cb370 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb3c0 0.000117
+gallium_dri.so free 0x5571735cb480 void 0.000115
+gallium_dri.so free 0x5571735cb3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb3c0 0.000114
+gallium_dri.so free 0x5571735cb580 void 0.000116
+gallium_dri.so free 0x5571735cb3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb530 0.000114
+gallium_dri.so free 0x5571735cb640 void 0.000114
+gallium_dri.so free 0x5571735cb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000113
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so free 0x5571735cb5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000114
+gallium_dri.so free 0x5571735cb740 void 0.000113
+gallium_dri.so free 0x5571735cb5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb780 0.000113
+gallium_dri.so free 0x5571735cb800 void 0.000115
+gallium_dri.so free 0x5571735cb780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb800 0.000114
+gallium_dri.so free 0x5571735cb8c0 void 0.000115
+gallium_dri.so free 0x5571735cb800 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb800 0.000116
+gallium_dri.so free 0x5571735cb940 void 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb800 0.000113
+gallium_dri.so free 0x5571735cba00 void 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb800 0.000112
+gallium_dri.so free 0x5571735cbac0 void 0.000116
+gallium_dri.so free 0x5571735cb800 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba70 0.000115
+gallium_dri.so free 0x5571735cbb40 void 0.000115
+gallium_dri.so free 0x5571735cba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb90 0.000113
+gallium_dri.so free 0x5571735cbc00 void 0.000114
+gallium_dri.so free 0x5571735cbb90 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbc20 0.000113
+gallium_dri.so free 0x5571735cbcc0 void 0.000114
+gallium_dri.so free 0x5571735cbc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc70 0.000115
+gallium_dri.so free 0x5571735cbd40 void 0.000115
+gallium_dri.so free 0x5571735cbc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbc70 0.000114
+gallium_dri.so free 0x5571735cbe40 void 0.000116
+gallium_dri.so free 0x5571735cbc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000112
+gallium_dri.so free 0x5571735cbec0 void 0.000113
+gallium_dri.so free 0x5571735cbdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbf10 0.000113
+gallium_dri.so free 0x5571735cbf80 void 0.000130
+gallium_dri.so free 0x5571735cbf10 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbfa0 0.000114
+gallium_dri.so free 0x5571735cc040 void 0.000114
+gallium_dri.so free 0x5571735cbfa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbff0 0.000113
+gallium_dri.so free 0x5571735cc0c0 void 0.000113
+gallium_dri.so free 0x5571735cbff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbff0 0.000112
+gallium_dri.so free 0x5571735cc140 void 0.000112
+gallium_dri.so free 0x5571735cbff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc140 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc140 0.000128
+gallium_dri.so free 0x5571735cc300 void 0.000128
+gallium_dri.so free 0x5571735cc140 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc140 0.000125
+gallium_dri.so free 0x5571735cc380 void 0.000193
+gallium_dri.so free 0x5571735cc140 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000125
+gallium_dri.so free 0x5571735cc400 void 0.000120
+gallium_dri.so free 0x5571735cc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000117
+gallium_dri.so free 0x5571735cc500 void 0.000123
+gallium_dri.so free 0x5571735cc3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc4b0 0.000124
+gallium_dri.so free 0x5571735cc5c0 void 0.000125
+gallium_dri.so free 0x5571735cc4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc570 0.000124
+gallium_dri.so free 0x5571735cc600 void 0.000123
+gallium_dri.so free 0x5571735cc570 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc570 0.000125
+gallium_dri.so free 0x5571735cc6c0 void 0.000125
+gallium_dri.so free 0x5571735cc570 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc710 0.000125
+gallium_dri.so free 0x5571735cc780 void 0.000124
+gallium_dri.so free 0x5571735cc710 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000124
+gallium_dri.so free 0x5571735cc840 void 0.000128
+gallium_dri.so free 0x5571735cc7c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc840 0.000124
+gallium_dri.so free 0x5571735cc900 void 0.000118
+gallium_dri.so free 0x5571735cc840 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc840 0.000121
+gallium_dri.so free 0x5571735cc980 void 0.000123
+gallium_dri.so free 0x5571735cc840 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000118
+gallium_dri.so free 0x5571735cca00 void 0.000115
+gallium_dri.so free 0x5571735cc9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000114
+gallium_dri.so free 0x5571735ccb00 void 0.000119
+gallium_dri.so free 0x5571735cc9b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ccab0 0.000119
+gallium_dri.so free 0x5571735ccbc0 void 0.000120
+gallium_dri.so free 0x5571735ccab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccb70 0.000119
+gallium_dri.so free 0x5571735ccc40 void 0.000116
+gallium_dri.so free 0x5571735ccb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc60 0.000120
+gallium_dri.so free 0x5571735ccd00 void 0.000129
+gallium_dri.so free 0x5571735ccc60 void 0.000121
+gallium_dri.so malloc 72 0x5571735cccb0 0.000119
+gallium_dri.so free 0x5571735ccd80 void 0.000122
+gallium_dri.so free 0x5571735cccb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cccb0 0.000125
+gallium_dri.so free 0x5571735cce00 void 0.000120
+gallium_dri.so free 0x5571735cccb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cce00 0.000125
+gallium_dri.so free 0x5571735ccec0 void 0.000123
+gallium_dri.so free 0x5571735cce00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cce00 0.000125
+gallium_dri.so free 0x5571735ccf80 void 0.000124
+gallium_dri.so free 0x5571735cce00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cce00 0.000124
+gallium_dri.so free 0x5571735cd040 void 0.000126
+gallium_dri.so free 0x5571735cce00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccff0 0.000119
+gallium_dri.so free 0x5571735cd040 void 0.000126
+gallium_dri.so free 0x5571735ccff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccff0 0.000119
+gallium_dri.so free 0x5571735cd140 void 0.000125
+gallium_dri.so free 0x5571735ccff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000121
+gallium_dri.so free 0x5571735cd200 void 0.000117
+gallium_dri.so free 0x5571735cd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000134
+gallium_dri.so free 0x5571735cd240 void 0.000119
+gallium_dri.so free 0x5571735cd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000113
+gallium_dri.so free 0x5571735cd300 void 0.000121
+gallium_dri.so free 0x5571735cd1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd340 0.000118
+gallium_dri.so free 0x5571735cd3c0 void 0.000113
+gallium_dri.so free 0x5571735cd340 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000120
+gallium_dri.so free 0x5571735cd480 void 0.000123
+gallium_dri.so free 0x5571735cd3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000114
+gallium_dri.so free 0x5571735cd540 void 0.000113
+gallium_dri.so free 0x5571735cd3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd560 0.000114
+gallium_dri.so free 0x5571735cd600 void 0.000114
+gallium_dri.so free 0x5571735cd560 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000123
+gallium_dri.so free 0x5571735cd680 void 0.000126
+gallium_dri.so free 0x5571735cd5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000123
+gallium_dri.so free 0x5571735cd700 void 0.000123
+gallium_dri.so free 0x5571735cd5b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd700 0.000126
+gallium_dri.so free 0x5571735cd7c0 void 0.000124
+gallium_dri.so free 0x5571735cd700 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd700 0.000120
+gallium_dri.so free 0x5571735cd880 void 0.000122
+gallium_dri.so free 0x5571735cd700 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd700 0.000116
+gallium_dri.so free 0x5571735cd940 void 0.000116
+gallium_dri.so free 0x5571735cd700 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000122
+gallium_dri.so free 0x5571735cda00 void 0.000116
+gallium_dri.so free 0x5571735cd8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000120
+gallium_dri.so free 0x5571735cda80 void 0.000119
+gallium_dri.so free 0x5571735cd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdad0 0.000116
+gallium_dri.so free 0x5571735cdb40 void 0.000120
+gallium_dri.so free 0x5571735cdad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdb60 0.000121
+gallium_dri.so free 0x5571735cdc00 void 0.000121
+gallium_dri.so free 0x5571735cdb60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000120
+gallium_dri.so free 0x5571735cdc80 void 0.000118
+gallium_dri.so free 0x5571735cdbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000196
+gallium_dri.so free 0x5571735cdd00 void 0.000179
+gallium_dri.so free 0x5571735cdbb0 void 0.000223
+gallium_dri.so malloc 72 0x5571735cdd00 0.000125
+gallium_dri.so free 0x5571735cddc0 void 0.000124
+gallium_dri.so free 0x5571735cdd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdd00 0.000120
+gallium_dri.so free 0x5571735cdec0 void 0.000117
+gallium_dri.so free 0x5571735cdd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cde70 0.000125
+gallium_dri.so free 0x5571735cdf00 void 0.000123
+gallium_dri.so free 0x5571735cde70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cde70 0.000119
+gallium_dri.so free 0x5571735cdfc0 void 0.000119
+gallium_dri.so free 0x5571735cde70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce000 0.000120
+gallium_dri.so free 0x5571735ce080 void 0.000121
+gallium_dri.so free 0x5571735ce000 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce080 0.000122
+gallium_dri.so free 0x5571735ce140 void 0.000121
+gallium_dri.so free 0x5571735ce080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce080 0.000126
+gallium_dri.so free 0x5571735ce1c0 void 0.000123
+gallium_dri.so free 0x5571735ce080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000115
+gallium_dri.so free 0x5571735ce240 void 0.000119
+gallium_dri.so free 0x5571735ce1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000122
+gallium_dri.so free 0x5571735ce340 void 0.000124
+gallium_dri.so free 0x5571735ce1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce380 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000117
+gallium_dri.so free 0x5571735ce380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce400 0.000124
+gallium_dri.so free 0x5571735ce4c0 void 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce400 0.000123
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce400 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce570 0.000124
+gallium_dri.so free 0x5571735ce5c0 void 0.000142
+gallium_dri.so free 0x5571735ce570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce570 0.000120
+gallium_dri.so free 0x5571735ce6c0 void 0.000139
+gallium_dri.so free 0x5571735ce570 void 0.000137
+gallium_dri.so malloc 72 0x5571735ce670 0.000123
+gallium_dri.so free 0x5571735ce780 void 0.000120
+gallium_dri.so free 0x5571735ce670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce730 0.000122
+gallium_dri.so free 0x5571735ce800 void 0.000122
+gallium_dri.so free 0x5571735ce730 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce730 0.000120
+gallium_dri.so free 0x5571735ce8c0 void 0.000122
+gallium_dri.so free 0x5571735ce730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce730 0.000120
+gallium_dri.so free 0x5571735ce980 void 0.000121
+gallium_dri.so free 0x5571735ce730 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce930 0.000120
+gallium_dri.so free 0x5571735cea00 void 0.000120
+gallium_dri.so free 0x5571735ce930 void 0.000117
+gallium_dri.so malloc 72 0x5571735cea50 0.000121
+gallium_dri.so free 0x5571735ceac0 void 0.000122
+gallium_dri.so free 0x5571735cea50 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceae0 0.000121
+gallium_dri.so free 0x5571735ceb80 void 0.000122
+gallium_dri.so free 0x5571735ceae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceb30 0.000121
+gallium_dri.so free 0x5571735cec00 void 0.000122
+gallium_dri.so free 0x5571735ceb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec00 0.000131
+gallium_dri.so free 0x5571735cecc0 void 0.000122
+gallium_dri.so free 0x5571735cec00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec00 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000122
+gallium_dri.so free 0x5571735cec00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced40 0.000122
+gallium_dri.so free 0x5571735cee00 void 0.000123
+gallium_dri.so free 0x5571735ced40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced40 0.000121
+gallium_dri.so free 0x5571735ceec0 void 0.000119
+gallium_dri.so free 0x5571735ced40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ced40 0.000119
+gallium_dri.so free 0x5571735cef80 void 0.000120
+gallium_dri.so free 0x5571735ced40 void 0.000123
+gallium_dri.so malloc 72 0x5571735cef30 0.000119
+gallium_dri.so free 0x5571735cf000 void 0.000122
+gallium_dri.so free 0x5571735cef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf050 0.000121
+gallium_dri.so free 0x5571735cf0c0 void 0.000121
+gallium_dri.so free 0x5571735cf050 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf100 0.000121
+gallium_dri.so free 0x5571735cf180 void 0.000121
+gallium_dri.so free 0x5571735cf100 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf100 0.000155
+gallium_dri.so free 0x5571735cf200 void 0.000125
+gallium_dri.so free 0x5571735cf100 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf230 0.000122
+gallium_dri.so free 0x5571735cf280 void 0.000123
+gallium_dri.so free 0x5571735cf230 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf230 0.000119
+gallium_dri.so free 0x5571735cf380 void 0.000120
+gallium_dri.so free 0x5571735cf230 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf330 0.000125
+gallium_dri.so free 0x5571735cf440 void 0.000129
+gallium_dri.so free 0x5571735cf330 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x5571735cf3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000118
+gallium_dri.so free 0x5571735cf540 void 0.000127
+gallium_dri.so free 0x5571735cf3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so free 0x5571735cf5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000121
+gallium_dri.so free 0x5571735cf700 void 0.000122
+gallium_dri.so free 0x5571735cf5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000123
+gallium_dri.so free 0x5571735cf7c0 void 0.000119
+gallium_dri.so free 0x5571735cf6b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf770 0.000122
+gallium_dri.so free 0x5571735cf800 void 0.000123
+gallium_dri.so free 0x5571735cf770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf770 0.000121
+gallium_dri.so free 0x5571735cf8c0 void 0.000121
+gallium_dri.so free 0x5571735cf770 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf900 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000122
+gallium_dri.so free 0x5571735cf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf980 0.000122
+gallium_dri.so free 0x5571735cfa40 void 0.000121
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf980 0.000122
+gallium_dri.so free 0x5571735cfb00 void 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfb20 0.000122
+gallium_dri.so free 0x5571735cfbc0 void 0.000122
+gallium_dri.so free 0x5571735cfb20 void 0.000135
+gallium_dri.so malloc 72 0x5571735cfb70 0.000147
+gallium_dri.so free 0x5571735cfc40 void 0.000157
+gallium_dri.so free 0x5571735cfb70 void 0.000143
+gallium_dri.so malloc 72 0x5571735cfb70 0.000138
+gallium_dri.so free 0x5571735cfcc0 void 0.000139
+gallium_dri.so free 0x5571735cfb70 void 0.000203
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000137
+gallium_dri.so free 0x5571735cfd80 void 0.000136
+gallium_dri.so free 0x5571735cfcc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000137
+gallium_dri.so free 0x5571735cfe40 void 0.000136
+gallium_dri.so free 0x5571735cfcc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000136
+gallium_dri.so free 0x5571735cff00 void 0.000136
+gallium_dri.so free 0x5571735cfcc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000136
+gallium_dri.so free 0x5571735cffc0 void 0.000137
+gallium_dri.so free 0x5571735cfeb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cff70 0.000136
+gallium_dri.so free 0x5571735d0040 void 0.000136
+gallium_dri.so free 0x5571735cff70 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0090 0.000137
+gallium_dri.so free 0x5571735d0100 void 0.000137
+gallium_dri.so free 0x5571735d0090 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0120 0.000135
+gallium_dri.so free 0x5571735d01c0 void 0.000139
+gallium_dri.so free 0x5571735d0120 void 0.000139
+gallium_dri.so malloc 72 0x5571735d0170 0.000154
+gallium_dri.so free 0x5571735d0240 void 0.000139
+gallium_dri.so free 0x5571735d0170 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0170 0.000141
+gallium_dri.so free 0x5571735d02c0 void 0.000143
+gallium_dri.so free 0x5571735d0170 void 0.000144
+gallium_dri.so malloc 72 0x5571735d02c0 0.000142
+gallium_dri.so free 0x5571735d0380 void 0.000142
+gallium_dri.so free 0x5571735d02c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d02c0 0.000143
+gallium_dri.so free 0x5571735d0480 void 0.000143
+gallium_dri.so free 0x5571735d02c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d0430 0.000143
+gallium_dri.so free 0x5571735d04c0 void 0.000142
+gallium_dri.so free 0x5571735d0430 void 0.000142
+gallium_dri.so malloc 72 0x5571735d0430 0.000142
+gallium_dri.so free 0x5571735d0580 void 0.000144
+gallium_dri.so free 0x5571735d0430 void 0.000143
+gallium_dri.so malloc 72 0x5571735d05c0 0.000141
+gallium_dri.so free 0x5571735d0640 void 0.000143
+gallium_dri.so free 0x5571735d05c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d0640 0.000143
+gallium_dri.so free 0x5571735d0700 void 0.000147
+gallium_dri.so free 0x5571735d0640 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0640 0.000144
+gallium_dri.so free 0x5571735d0780 void 0.000142
+gallium_dri.so free 0x5571735d0640 void 0.000141
+gallium_dri.so malloc 72 0x5571735d07b0 0.000142
+gallium_dri.so free 0x5571735d0800 void 0.000146
+gallium_dri.so free 0x5571735d07b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d07b0 0.000143
+gallium_dri.so free 0x5571735d0900 void 0.000141
+gallium_dri.so free 0x5571735d07b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0940 0.000142
+gallium_dri.so free 0x5571735d09c0 void 0.000139
+gallium_dri.so free 0x5571735d0940 void 0.000142
+gallium_dri.so malloc 72 0x5571735d09c0 0.000142
+gallium_dri.so free 0x5571735d0a80 void 0.000142
+gallium_dri.so free 0x5571735d09c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d09c0 0.000142
+gallium_dri.so free 0x5571735d0b00 void 0.000139
+gallium_dri.so free 0x5571735d09c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d0b30 0.000140
+gallium_dri.so free 0x5571735d0b80 void 0.000180
+gallium_dri.so free 0x5571735d0b30 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0b30 0.000143
+gallium_dri.so free 0x5571735d0c80 void 0.000156
+gallium_dri.so free 0x5571735d0b30 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0c30 0.000140
+gallium_dri.so free 0x5571735d0d40 void 0.000139
+gallium_dri.so free 0x5571735d0c30 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000139
+gallium_dri.so free 0x5571735d0dc0 void 0.000136
+gallium_dri.so free 0x5571735d0cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000129
+gallium_dri.so free 0x5571735d0e80 void 0.000130
+gallium_dri.so free 0x5571735d0cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000126
+gallium_dri.so free 0x5571735d0f40 void 0.000160
+gallium_dri.so free 0x5571735d0cf0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000158
+gallium_dri.so free 0x5571735d0fc0 void 0.000144
+gallium_dri.so free 0x5571735d0ef0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d1010 0.000143
+gallium_dri.so free 0x5571735d1080 void 0.000142
+gallium_dri.so free 0x5571735d1010 void 0.000144
+gallium_dri.so malloc 72 0x5571735d10a0 0.000139
+gallium_dri.so free 0x5571735d1140 void 0.000139
+gallium_dri.so free 0x5571735d10a0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d10f0 0.000138
+gallium_dri.so free 0x5571735d11c0 void 0.000140
+gallium_dri.so free 0x5571735d10f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d11c0 0.000138
+gallium_dri.so free 0x5571735d1280 void 0.000139
+gallium_dri.so free 0x5571735d11c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d11c0 0.000138
+gallium_dri.so free 0x5571735d1300 void 0.000138
+gallium_dri.so free 0x5571735d11c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1300 0.000138
+gallium_dri.so free 0x5571735d13c0 void 0.000138
+gallium_dri.so free 0x5571735d1300 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1300 0.000138
+gallium_dri.so free 0x5571735d1480 void 0.000139
+gallium_dri.so free 0x5571735d1300 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1300 0.000138
+gallium_dri.so free 0x5571735d1540 void 0.000145
+gallium_dri.so free 0x5571735d1300 void 0.000139
+gallium_dri.so malloc 72 0x5571735d14f0 0.000209
+gallium_dri.so free 0x5571735d15c0 void 0.000137
+gallium_dri.so free 0x5571735d14f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1610 0.000135
+gallium_dri.so free 0x5571735d1680 void 0.000137
+gallium_dri.so free 0x5571735d1610 void 0.000139
+gallium_dri.so malloc 72 0x5571735d16c0 0.000139
+gallium_dri.so free 0x5571735d1740 void 0.000141
+gallium_dri.so free 0x5571735d16c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d16c0 0.000141
+gallium_dri.so free 0x5571735d17c0 void 0.000142
+gallium_dri.so free 0x5571735d16c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d17f0 0.000140
+gallium_dri.so free 0x5571735d1840 void 0.000139
+gallium_dri.so free 0x5571735d17f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d17f0 0.000143
+gallium_dri.so free 0x5571735d1940 void 0.000140
+gallium_dri.so free 0x5571735d17f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d18f0 0.000142
+gallium_dri.so free 0x5571735d1a00 void 0.000139
+gallium_dri.so free 0x5571735d18f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d19b0 0.000182
+gallium_dri.so free 0x5571735d1a40 void 0.000141
+gallium_dri.so free 0x5571735d19b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d19b0 0.000144
+gallium_dri.so free 0x5571735d1b00 void 0.000143
+gallium_dri.so free 0x5571735d19b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d1b70 0.000141
+gallium_dri.so free 0x5571735d1bc0 void 0.000140
+gallium_dri.so free 0x5571735d1b70 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1b70 0.000140
+gallium_dri.so free 0x5571735d1cc0 void 0.000140
+gallium_dri.so free 0x5571735d1b70 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1c70 0.000139
+gallium_dri.so free 0x5571735d1d80 void 0.000141
+gallium_dri.so free 0x5571735d1c70 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1d30 0.000140
+gallium_dri.so free 0x5571735d1dc0 void 0.000141
+gallium_dri.so free 0x5571735d1d30 void 0.000142
+gallium_dri.so malloc 72 0x5571735d1d30 0.000143
+gallium_dri.so free 0x5571735d1e80 void 0.000142
+gallium_dri.so free 0x5571735d1d30 void 0.000145
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000143
+gallium_dri.so free 0x5571735d1f40 void 0.000186
+gallium_dri.so free 0x5571735d1ec0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1f40 0.000139
+gallium_dri.so free 0x5571735d2000 void 0.000140
+gallium_dri.so free 0x5571735d1f40 void 0.000141
+gallium_dri.so malloc 72 0x5571735d1f40 0.000142
+gallium_dri.so free 0x5571735d20c0 void 0.000143
+gallium_dri.so free 0x5571735d1f40 void 0.000142
+gallium_dri.so malloc 72 0x5571735d20e0 0.000142
+gallium_dri.so free 0x5571735d2180 void 0.000143
+gallium_dri.so free 0x5571735d20e0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d2130 0.000184
+gallium_dri.so free 0x5571735d2200 void 0.000159
+gallium_dri.so free 0x5571735d2130 void 0.000149
+gallium_dri.so malloc 72 0x5571735d2130 0.000149
+gallium_dri.so free 0x5571735d2280 void 0.000121
+gallium_dri.so free 0x5571735d2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2280 0.000125
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2280 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2280 0.000112
+gallium_dri.so free 0x5571735d24c0 void 0.000111
+gallium_dri.so free 0x5571735d2280 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2470 0.000111
+gallium_dri.so free 0x5571735d2580 void 0.000111
+gallium_dri.so free 0x5571735d2470 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2530 0.000111
+gallium_dri.so free 0x5571735d2600 void 0.000109
+gallium_dri.so free 0x5571735d2530 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2650 0.000173
+gallium_dri.so free 0x5571735d26c0 void 0.000112
+gallium_dri.so free 0x5571735d2650 void 0.000118
+gallium_dri.so malloc 72 0x5571735d26e0 0.000115
+gallium_dri.so free 0x5571735d2780 void 0.000116
+gallium_dri.so free 0x5571735d26e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2730 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d2730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2730 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000115
+gallium_dri.so free 0x5571735d2730 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2880 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000116
+gallium_dri.so free 0x5571735d2880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2880 0.000115
+gallium_dri.so free 0x5571735d2a40 void 0.000116
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so malloc 72 0x5571735d29f0 0.000126
+gallium_dri.so free 0x5571735d2a80 void 0.000123
+gallium_dri.so free 0x5571735d29f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d29f0 0.000123
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x5571735d29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2b80 0.000121
+gallium_dri.so free 0x5571735d2c00 void 0.000123
+gallium_dri.so free 0x5571735d2b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2c00 0.000122
+gallium_dri.so free 0x5571735d2cc0 void 0.000121
+gallium_dri.so free 0x5571735d2c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2c00 0.000122
+gallium_dri.so free 0x5571735d2d40 void 0.000122
+gallium_dri.so free 0x5571735d2c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2d70 0.000121
+gallium_dri.so free 0x5571735d2dc0 void 0.000122
+gallium_dri.so free 0x5571735d2d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2d70 0.000120
+gallium_dri.so free 0x5571735d2ec0 void 0.000121
+gallium_dri.so free 0x5571735d2d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f00 0.000121
+gallium_dri.so free 0x5571735d2f80 void 0.000122
+gallium_dri.so free 0x5571735d2f00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2f80 0.000121
+gallium_dri.so free 0x5571735d3040 void 0.000151
+gallium_dri.so free 0x5571735d2f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f80 0.000122
+gallium_dri.so free 0x5571735d30c0 void 0.000122
+gallium_dri.so free 0x5571735d2f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d30f0 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so free 0x5571735d30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d30f0 0.000120
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so free 0x5571735d30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d31f0 0.000122
+gallium_dri.so free 0x5571735d3300 void 0.000123
+gallium_dri.so free 0x5571735d31f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d32b0 0.000120
+gallium_dri.so free 0x5571735d3380 void 0.001589
+gallium_dri.so free 0x5571735d32b0 void 0.000174
+gallium_dri.so malloc 72 0x5571735d32b0 0.000150
+gallium_dri.so free 0x5571735d3440 void 0.000147
+gallium_dri.so free 0x5571735d32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d32b0 0.000121
+gallium_dri.so free 0x5571735d3500 void 0.000118
+gallium_dri.so free 0x5571735d32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d34b0 0.000119
+gallium_dri.so free 0x5571735d3580 void 0.000118
+gallium_dri.so free 0x5571735d34b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d35d0 0.000117
+gallium_dri.so free 0x5571735d3640 void 0.000117
+gallium_dri.so free 0x5571735d35d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3660 0.000146
+gallium_dri.so free 0x5571735d3700 void 0.000143
+gallium_dri.so free 0x5571735d3660 void 0.000138
+gallium_dri.so malloc 72 0x5571735d36b0 0.000164
+gallium_dri.so free 0x5571735d3780 void 0.000137
+gallium_dri.so free 0x5571735d36b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3780 0.000141
+gallium_dri.so free 0x5571735d3840 void 0.000134
+gallium_dri.so free 0x5571735d3780 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3780 0.000133
+gallium_dri.so free 0x5571735d38c0 void 0.000129
+gallium_dri.so free 0x5571735d3780 void 0.000127
+gallium_dri.so malloc 72 0x5571735d38c0 0.000129
+gallium_dri.so free 0x5571735d3980 void 0.000131
+gallium_dri.so free 0x5571735d38c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d38c0 0.000129
+gallium_dri.so free 0x5571735d3a40 void 0.000130
+gallium_dri.so free 0x5571735d38c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d38c0 0.000203
+gallium_dri.so free 0x5571735d3b00 void 0.000173
+gallium_dri.so free 0x5571735d38c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000139
+gallium_dri.so free 0x5571735d3b80 void 0.000141
+gallium_dri.so free 0x5571735d3ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3bd0 0.000137
+gallium_dri.so free 0x5571735d3c40 void 0.000216
+gallium_dri.so free 0x5571735d3bd0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3c80 0.000159
+gallium_dri.so free 0x5571735d3d00 void 0.000143
+gallium_dri.so free 0x5571735d3c80 void 0.000162
+gallium_dri.so malloc 72 0x5571735d3c80 0.000138
+gallium_dri.so free 0x5571735d3d80 void 0.000189
+gallium_dri.so free 0x5571735d3c80 void 0.000182
+gallium_dri.so malloc 72 0x5571735d3db0 0.000182
+gallium_dri.so free 0x5571735d3e00 void 0.000179
+gallium_dri.so free 0x5571735d3db0 void 0.000181
+gallium_dri.so malloc 72 0x5571735d3db0 0.000182
+gallium_dri.so free 0x5571735d3f00 void 0.000186
+gallium_dri.so free 0x5571735d3db0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000174
+gallium_dri.so free 0x5571735d3fc0 void 0.000170
+gallium_dri.so free 0x5571735d3eb0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d3f70 0.000168
+gallium_dri.so free 0x5571735d4000 void 0.000168
+gallium_dri.so free 0x5571735d3f70 void 0.000172
+gallium_dri.so malloc 72 0x5571735d3f70 0.000188
+gallium_dri.so free 0x5571735d40c0 void 0.000179
+gallium_dri.so free 0x5571735d3f70 void 0.000174
+gallium_dri.so malloc 72 0x5571735d4130 0.000171
+gallium_dri.so free 0x5571735d4180 void 0.000170
+gallium_dri.so free 0x5571735d4130 void 0.000168
+gallium_dri.so malloc 72 0x5571735d4130 0.000172
+gallium_dri.so free 0x5571735d4280 void 0.000170
+gallium_dri.so free 0x5571735d4130 void 0.000170
+gallium_dri.so malloc 72 0x5571735d4230 0.000169
+gallium_dri.so free 0x5571735d4340 void 0.000169
+gallium_dri.so free 0x5571735d4230 void 0.000169
+gallium_dri.so malloc 72 0x5571735d42f0 0.000164
+gallium_dri.so free 0x5571735d4380 void 0.000122
+gallium_dri.so free 0x5571735d42f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d42f0 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000119
+gallium_dri.so free 0x5571735d42f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4480 0.000118
+gallium_dri.so free 0x5571735d4500 void 0.000120
+gallium_dri.so free 0x5571735d4480 void 0.000181
+gallium_dri.so malloc 72 0x5571735d4500 0.000125
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so free 0x5571735d4500 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4500 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000120
+gallium_dri.so free 0x5571735d4500 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46a0 0.000119
+gallium_dri.so free 0x5571735d4740 void 0.000117
+gallium_dri.so free 0x5571735d46a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d46f0 0.000118
+gallium_dri.so free 0x5571735d47c0 void 0.000119
+gallium_dri.so free 0x5571735d46f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d46f0 0.000117
+gallium_dri.so free 0x5571735d4840 void 0.000117
+gallium_dri.so free 0x5571735d46f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4840 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so free 0x5571735d4840 void 0.000107
+gallium_dri.so malloc 72 0x5571735d4840 0.000195
+gallium_dri.so free 0x5571735d49c0 void 0.000158
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4840 0.000117
+gallium_dri.so free 0x5571735d4a80 void 0.000116
+gallium_dri.so free 0x5571735d4840 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4a30 0.000118
+gallium_dri.so free 0x5571735d4b40 void 0.000129
+gallium_dri.so free 0x5571735d4a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4af0 0.000115
+gallium_dri.so free 0x5571735d4bc0 void 0.000116
+gallium_dri.so free 0x5571735d4af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4c10 0.000124
+gallium_dri.so free 0x5571735d4c80 void 0.000112
+gallium_dri.so free 0x5571735d4c10 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000108
+gallium_dri.so free 0x5571735d4d40 void 0.000109
+gallium_dri.so free 0x5571735d4ca0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000109
+gallium_dri.so free 0x5571735d4dc0 void 0.000111
+gallium_dri.so free 0x5571735d4cf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000109
+gallium_dri.so free 0x5571735d4e40 void 0.000108
+gallium_dri.so free 0x5571735d4cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4e40 0.000112
+gallium_dri.so free 0x5571735d4f00 void 0.000110
+gallium_dri.so free 0x5571735d4e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4e40 0.000113
+gallium_dri.so free 0x5571735d5000 void 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000110
+gallium_dri.so free 0x5571735d5040 void 0.000109
+gallium_dri.so free 0x5571735d4fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000108
+gallium_dri.so free 0x5571735d5100 void 0.000111
+gallium_dri.so free 0x5571735d4fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5140 0.000113
+gallium_dri.so free 0x5571735d51c0 void 0.000110
+gallium_dri.so free 0x5571735d5140 void 0.000110
+gallium_dri.so malloc 72 0x5571735d51c0 0.000109
+gallium_dri.so free 0x5571735d5280 void 0.000109
+gallium_dri.so free 0x5571735d51c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51c0 0.000112
+gallium_dri.so free 0x5571735d5300 void 0.000109
+gallium_dri.so free 0x5571735d51c0 void 0.000108
+gallium_dri.so malloc 72 0x5571735d5330 0.000110
+gallium_dri.so free 0x5571735d5380 void 0.000110
+gallium_dri.so free 0x5571735d5330 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5330 0.000110
+gallium_dri.so free 0x5571735d5480 void 0.000112
+gallium_dri.so free 0x5571735d5330 void 0.000110
+gallium_dri.so malloc 72 0x5571735d54c0 0.000112
+gallium_dri.so free 0x5571735d5540 void 0.000111
+gallium_dri.so free 0x5571735d54c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5540 0.000111
+gallium_dri.so free 0x5571735d5600 void 0.000109
+gallium_dri.so free 0x5571735d5540 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5540 0.000115
+gallium_dri.so free 0x5571735d5680 void 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000110
+gallium_dri.so malloc 72 0x5571735d56b0 0.000111
+gallium_dri.so free 0x5571735d5700 void 0.000109
+gallium_dri.so free 0x5571735d56b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d56b0 0.000123
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so free 0x5571735d56b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d57b0 0.000109
+gallium_dri.so free 0x5571735d58c0 void 0.000112
+gallium_dri.so free 0x5571735d57b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5870 0.000110
+gallium_dri.so free 0x5571735d5940 void 0.000110
+gallium_dri.so free 0x5571735d5870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5870 0.000110
+gallium_dri.so free 0x5571735d5a00 void 0.000111
+gallium_dri.so free 0x5571735d5870 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5870 0.000109
+gallium_dri.so free 0x5571735d5ac0 void 0.000110
+gallium_dri.so free 0x5571735d5870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5a70 0.000112
+gallium_dri.so free 0x5571735d5b40 void 0.000109
+gallium_dri.so free 0x5571735d5a70 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5b90 0.000111
+gallium_dri.so free 0x5571735d5c00 void 0.000110
+gallium_dri.so free 0x5571735d5b90 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5c20 0.000109
+gallium_dri.so free 0x5571735d5cc0 void 0.000117
+gallium_dri.so free 0x5571735d5c20 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c70 0.000114
+gallium_dri.so free 0x5571735d5d40 void 0.000112
+gallium_dri.so free 0x5571735d5c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5d40 0.000109
+gallium_dri.so free 0x5571735d5e00 void 0.000123
+gallium_dri.so free 0x5571735d5d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d40 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000110
+gallium_dri.so free 0x5571735d5d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5e80 0.000111
+gallium_dri.so free 0x5571735d5f40 void 0.000111
+gallium_dri.so free 0x5571735d5e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e80 0.000112
+gallium_dri.so free 0x5571735d6000 void 0.000110
+gallium_dri.so free 0x5571735d5e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5e80 0.000111
+gallium_dri.so free 0x5571735d60c0 void 0.000109
+gallium_dri.so free 0x5571735d5e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6070 0.000111
+gallium_dri.so free 0x5571735d6140 void 0.000109
+gallium_dri.so free 0x5571735d6070 void 0.000109
+gallium_dri.so malloc 72 0x5571735d6190 0.000112
+gallium_dri.so free 0x5571735d6200 void 0.000109
+gallium_dri.so free 0x5571735d6190 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6240 0.000111
+gallium_dri.so free 0x5571735d62c0 void 0.000108
+gallium_dri.so free 0x5571735d6240 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6240 0.000112
+gallium_dri.so free 0x5571735d6340 void 0.000112
+gallium_dri.so free 0x5571735d6240 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6370 0.000110
+gallium_dri.so free 0x5571735d63c0 void 0.000109
+gallium_dri.so free 0x5571735d6370 void 0.000109
+gallium_dri.so malloc 72 0x5571735d6370 0.000111
+gallium_dri.so free 0x5571735d64c0 void 0.000115
+gallium_dri.so free 0x5571735d6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6470 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000115
+gallium_dri.so free 0x5571735d6470 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6530 0.000112
+gallium_dri.so free 0x5571735d65c0 void 0.000113
+gallium_dri.so free 0x5571735d6530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6530 0.000113
+gallium_dri.so free 0x5571735d6680 void 0.000115
+gallium_dri.so free 0x5571735d6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66f0 0.000113
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66f0 0.000112
+gallium_dri.so free 0x5571735d6840 void 0.000113
+gallium_dri.so free 0x5571735d66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67f0 0.000112
+gallium_dri.so free 0x5571735d6900 void 0.000115
+gallium_dri.so free 0x5571735d67f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d68b0 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000115
+gallium_dri.so free 0x5571735d68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d68b0 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a40 0.000127
+gallium_dri.so free 0x5571735d6ac0 void 0.000116
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000113
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735d6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000112
+gallium_dri.so free 0x5571735eb440 void 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000113
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000113
+gallium_dri.so free 0x5571735eb580 void 0.000115
+gallium_dri.so free 0x5571735eb4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000112
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb5d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb660 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb660 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000113
+gallium_dri.so free 0x5571735eb6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb780 0.000128
+gallium_dri.so free 0x5571735eb840 void 0.000117
+gallium_dri.so free 0x5571735eb780 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb780 0.000112
+gallium_dri.so free 0x5571735eb8c0 void 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000113
+gallium_dri.so free 0x5571735eb980 void 0.000113
+gallium_dri.so free 0x5571735eb8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000112
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so free 0x5571735eb8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000112
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so free 0x5571735eb8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebab0 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbd0 0.000114
+gallium_dri.so free 0x5571735ebc40 void 0.000114
+gallium_dri.so free 0x5571735ebbd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc80 0.000114
+gallium_dri.so free 0x5571735ebd00 void 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc80 0.000113
+gallium_dri.so free 0x5571735ebd80 void 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000111
+gallium_dri.so free 0x5571735ebe00 void 0.000115
+gallium_dri.so free 0x5571735ebdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000111
+gallium_dri.so free 0x5571735ebf00 void 0.000111
+gallium_dri.so free 0x5571735ebdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000112
+gallium_dri.so free 0x5571735ebfc0 void 0.000111
+gallium_dri.so free 0x5571735ebeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf70 0.000110
+gallium_dri.so free 0x5571735ec000 void 0.000111
+gallium_dri.so free 0x5571735ebf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf70 0.000110
+gallium_dri.so free 0x5571735ec0c0 void 0.000112
+gallium_dri.so free 0x5571735ebf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec130 0.000112
+gallium_dri.so free 0x5571735ec180 void 0.000111
+gallium_dri.so free 0x5571735ec130 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec130 0.000112
+gallium_dri.so free 0x5571735ec280 void 0.000118
+gallium_dri.so free 0x5571735ec130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec230 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x5571735ec230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000113
+gallium_dri.so free 0x5571735ec380 void 0.000166
+gallium_dri.so free 0x5571735ec2f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000253
+gallium_dri.so free 0x5571735ec440 void 0.000120
+gallium_dri.so free 0x5571735ec2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec480 0.000117
+gallium_dri.so free 0x5571735ec500 void 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec500 0.000160
+gallium_dri.so free 0x5571735ec5c0 void 0.000156
+gallium_dri.so free 0x5571735ec500 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec500 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735ec500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000109
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so free 0x5571735ec6a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000111
+gallium_dri.so free 0x5571735ec7c0 void 0.000111
+gallium_dri.so free 0x5571735ec6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000117
+gallium_dri.so free 0x5571735ec840 void 0.000117
+gallium_dri.so free 0x5571735ec6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec840 0.000112
+gallium_dri.so free 0x5571735ec900 void 0.000111
+gallium_dri.so free 0x5571735ec840 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec840 0.000110
+gallium_dri.so free 0x5571735ec9c0 void 0.000117
+gallium_dri.so free 0x5571735ec840 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec840 0.000111
+gallium_dri.so free 0x5571735eca80 void 0.000110
+gallium_dri.so free 0x5571735ec840 void 0.000109
+gallium_dri.so malloc 72 0x5571735eca30 0.000109
+gallium_dri.so free 0x5571735ecb40 void 0.000111
+gallium_dri.so free 0x5571735eca30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecaf0 0.000111
+gallium_dri.so free 0x5571735ecbc0 void 0.000111
+gallium_dri.so free 0x5571735ecaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecc10 0.000109
+gallium_dri.so free 0x5571735ecc80 void 0.000111
+gallium_dri.so free 0x5571735ecc10 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecca0 0.000109
+gallium_dri.so free 0x5571735ecd40 void 0.000117
+gallium_dri.so free 0x5571735ecca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eccf0 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000112
+gallium_dri.so free 0x5571735eccf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eccf0 0.000168
+gallium_dri.so free 0x5571735ece40 void 0.000161
+gallium_dri.so free 0x5571735eccf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ece40 0.000127
+gallium_dri.so free 0x5571735ecf00 void 0.000128
+gallium_dri.so free 0x5571735ece40 void 0.000136
+gallium_dri.so malloc 72 0x5571735ece40 0.000119
+gallium_dri.so free 0x5571735ed000 void 0.000127
+gallium_dri.so free 0x5571735ece40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000123
+gallium_dri.so free 0x5571735ed040 void 0.000123
+gallium_dri.so free 0x5571735ecfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000124
+gallium_dri.so free 0x5571735ed100 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed140 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000118
+gallium_dri.so free 0x5571735ed140 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000117
+gallium_dri.so free 0x5571735ed280 void 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000117
+gallium_dri.so free 0x5571735ed300 void 0.000117
+gallium_dri.so free 0x5571735ed1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed330 0.000117
+gallium_dri.so free 0x5571735ed380 void 0.000117
+gallium_dri.so free 0x5571735ed330 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed330 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000128
+gallium_dri.so free 0x5571735ed330 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000124
+gallium_dri.so free 0x5571735ed540 void 0.000123
+gallium_dri.so free 0x5571735ed4c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed540 0.000123
+gallium_dri.so free 0x5571735ed600 void 0.000125
+gallium_dri.so free 0x5571735ed540 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed540 0.000123
+gallium_dri.so free 0x5571735ed680 void 0.000124
+gallium_dri.so free 0x5571735ed540 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000125
+gallium_dri.so free 0x5571735ed700 void 0.000122
+gallium_dri.so free 0x5571735ed6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000122
+gallium_dri.so free 0x5571735ed800 void 0.000124
+gallium_dri.so free 0x5571735ed6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000123
+gallium_dri.so free 0x5571735ed8c0 void 0.000125
+gallium_dri.so free 0x5571735ed7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed870 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so free 0x5571735ed870 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed870 0.000122
+gallium_dri.so free 0x5571735eda00 void 0.000136
+gallium_dri.so free 0x5571735ed870 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed870 0.000125
+gallium_dri.so free 0x5571735edac0 void 0.000131
+gallium_dri.so free 0x5571735ed870 void 0.000125
+gallium_dri.so malloc 72 0x5571735eda70 0.000124
+gallium_dri.so free 0x5571735edb40 void 0.000124
+gallium_dri.so free 0x5571735eda70 void 0.000123
+gallium_dri.so malloc 72 0x5571735edb90 0.000123
+gallium_dri.so free 0x5571735edc00 void 0.000123
+gallium_dri.so free 0x5571735edb90 void 0.000125
+gallium_dri.so malloc 72 0x5571735edc20 0.000123
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so free 0x5571735edc20 void 0.000123
+gallium_dri.so malloc 72 0x5571735edc70 0.000124
+gallium_dri.so free 0x5571735edd40 void 0.000124
+gallium_dri.so free 0x5571735edc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735edd40 0.000124
+gallium_dri.so free 0x5571735ede00 void 0.000123
+gallium_dri.so free 0x5571735edd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735edd40 0.000123
+gallium_dri.so free 0x5571735ede80 void 0.000123
+gallium_dri.so free 0x5571735edd40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ede80 0.000124
+gallium_dri.so free 0x5571735edf40 void 0.000124
+gallium_dri.so free 0x5571735ede80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ede80 0.000126
+gallium_dri.so free 0x5571735ee000 void 0.000129
+gallium_dri.so free 0x5571735ede80 void 0.000127
+gallium_dri.so malloc 72 0x5571735ede80 0.000124
+gallium_dri.so free 0x5571735ee0c0 void 0.000124
+gallium_dri.so free 0x5571735ede80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee070 0.000124
+gallium_dri.so free 0x5571735ee140 void 0.000123
+gallium_dri.so free 0x5571735ee070 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee190 0.000123
+gallium_dri.so free 0x5571735ee200 void 0.000123
+gallium_dri.so free 0x5571735ee190 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee240 0.000123
+gallium_dri.so free 0x5571735ee2c0 void 0.000124
+gallium_dri.so free 0x5571735ee240 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee240 0.000129
+gallium_dri.so free 0x5571735ee340 void 0.000119
+gallium_dri.so free 0x5571735ee240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee370 0.000119
+gallium_dri.so free 0x5571735ee3c0 void 0.000117
+gallium_dri.so free 0x5571735ee370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee370 0.000117
+gallium_dri.so free 0x5571735ee4c0 void 0.000119
+gallium_dri.so free 0x5571735ee370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee470 0.000118
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee530 0.000126
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so free 0x5571735ee530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee530 0.000116
+gallium_dri.so free 0x5571735ee680 void 0.000117
+gallium_dri.so free 0x5571735ee530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000118
+gallium_dri.so free 0x5571735ee740 void 0.000118
+gallium_dri.so free 0x5571735ee6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000117
+gallium_dri.so free 0x5571735ee840 void 0.000118
+gallium_dri.so free 0x5571735ee6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000118
+gallium_dri.so free 0x5571735ee940 void 0.000118
+gallium_dri.so free 0x5571735ee8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000117
+gallium_dri.so free 0x5571735eea00 void 0.000117
+gallium_dri.so free 0x5571735ee8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eea40 0.000117
+gallium_dri.so free 0x5571735eeac0 void 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeac0 0.000117
+gallium_dri.so free 0x5571735eeb80 void 0.000119
+gallium_dri.so free 0x5571735eeac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeac0 0.000112
+gallium_dri.so free 0x5571735eec40 void 0.000118
+gallium_dri.so free 0x5571735eeac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec60 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so free 0x5571735eec60 void 0.000117
+gallium_dri.so malloc 72 0x5571735eecb0 0.000117
+gallium_dri.so free 0x5571735eed80 void 0.000117
+gallium_dri.so free 0x5571735eecb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eecb0 0.000117
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so free 0x5571735eecb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735eeec0 void 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735eef80 void 0.000117
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735ef040 void 0.000116
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeff0 0.000117
+gallium_dri.so free 0x5571735ef100 void 0.000116
+gallium_dri.so free 0x5571735eeff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef0b0 0.000128
+gallium_dri.so free 0x5571735ef180 void 0.000125
+gallium_dri.so free 0x5571735ef0b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef1d0 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef1d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef260 0.000118
+gallium_dri.so free 0x5571735ef300 void 0.000119
+gallium_dri.so free 0x5571735ef260 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000117
+gallium_dri.so free 0x5571735ef380 void 0.000120
+gallium_dri.so free 0x5571735ef2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef400 0.000116
+gallium_dri.so free 0x5571735ef4c0 void 0.000116
+gallium_dri.so free 0x5571735ef400 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef400 0.000116
+gallium_dri.so free 0x5571735ef5c0 void 0.000117
+gallium_dri.so free 0x5571735ef400 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef570 0.000119
+gallium_dri.so free 0x5571735ef600 void 0.000117
+gallium_dri.so free 0x5571735ef570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef570 0.000117
+gallium_dri.so free 0x5571735ef6c0 void 0.000117
+gallium_dri.so free 0x5571735ef570 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef700 0.000117
+gallium_dri.so free 0x5571735ef780 void 0.000124
+gallium_dri.so free 0x5571735ef700 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef780 0.000117
+gallium_dri.so free 0x5571735ef840 void 0.000117
+gallium_dri.so free 0x5571735ef780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef780 0.000117
+gallium_dri.so free 0x5571735ef8c0 void 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000117
+gallium_dri.so free 0x5571735ef940 void 0.000117
+gallium_dri.so free 0x5571735ef8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000117
+gallium_dri.so free 0x5571735efa40 void 0.000117
+gallium_dri.so free 0x5571735ef8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa80 0.000117
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000117
+gallium_dri.so malloc 72 0x5571735efb00 0.000117
+gallium_dri.so free 0x5571735efbc0 void 0.000117
+gallium_dri.so free 0x5571735efb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735efb00 0.000118
+gallium_dri.so free 0x5571735efc40 void 0.000118
+gallium_dri.so free 0x5571735efb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735efc70 0.000117
+gallium_dri.so free 0x5571735efcc0 void 0.000118
+gallium_dri.so free 0x5571735efc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735efc70 0.000119
+gallium_dri.so free 0x5571735efdc0 void 0.000167
+gallium_dri.so free 0x5571735efc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd70 0.000117
+gallium_dri.so free 0x5571735efe80 void 0.000118
+gallium_dri.so free 0x5571735efd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe30 0.000117
+gallium_dri.so free 0x5571735eff00 void 0.000116
+gallium_dri.so free 0x5571735efe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe30 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735efe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735efe30 0.000117
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so free 0x5571735efe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0030 0.000119
+gallium_dri.so free 0x5571735f0100 void 0.000118
+gallium_dri.so free 0x5571735f0030 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0150 0.000116
+gallium_dri.so free 0x5571735f01c0 void 0.000117
+gallium_dri.so free 0x5571735f0150 void 0.000116
+gallium_dri.so malloc 72 0x5571735f01e0 0.000118
+gallium_dri.so free 0x5571735f0280 void 0.000123
+gallium_dri.so free 0x5571735f01e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0230 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000117
+gallium_dri.so free 0x5571735f0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0300 0.000124
+gallium_dri.so free 0x5571735f03c0 void 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0300 0.000117
+gallium_dri.so free 0x5571735f0440 void 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0440 0.000118
+gallium_dri.so free 0x5571735f0500 void 0.000117
+gallium_dri.so free 0x5571735f0440 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0440 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000117
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0440 0.000116
+gallium_dri.so free 0x5571735f0680 void 0.000117
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0630 0.000116
+gallium_dri.so free 0x5571735f0700 void 0.000118
+gallium_dri.so free 0x5571735f0630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0750 0.000118
+gallium_dri.so free 0x5571735f07c0 void 0.000118
+gallium_dri.so free 0x5571735f0750 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0800 0.000117
+gallium_dri.so free 0x5571735f0880 void 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0800 0.000117
+gallium_dri.so free 0x5571735f0900 void 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000158
+gallium_dri.so malloc 72 0x5571735f0930 0.000110
+gallium_dri.so free 0x5571735f0980 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0930 0.000117
+gallium_dri.so free 0x5571735f0a80 void 0.000117
+gallium_dri.so free 0x5571735f0930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0a30 0.000117
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so free 0x5571735f0a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0af0 0.000117
+gallium_dri.so free 0x5571735f0b80 void 0.000117
+gallium_dri.so free 0x5571735f0af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0af0 0.000117
+gallium_dri.so free 0x5571735f0c40 void 0.000117
+gallium_dri.so free 0x5571735f0af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000118
+gallium_dri.so free 0x5571735f0d00 void 0.000116
+gallium_dri.so free 0x5571735f0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000117
+gallium_dri.so free 0x5571735f0e00 void 0.000117
+gallium_dri.so free 0x5571735f0cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0db0 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000117
+gallium_dri.so free 0x5571735f0db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0e70 0.000117
+gallium_dri.so free 0x5571735f0f00 void 0.000117
+gallium_dri.so free 0x5571735f0e70 void 0.000160
+gallium_dri.so malloc 72 0x5571735f0e70 0.000119
+gallium_dri.so free 0x5571735f0fc0 void 0.000117
+gallium_dri.so free 0x5571735f0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1000 0.000118
+gallium_dri.so free 0x5571735f1080 void 0.000117
+gallium_dri.so free 0x5571735f1000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1080 0.000118
+gallium_dri.so free 0x5571735f1140 void 0.000117
+gallium_dri.so free 0x5571735f1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1080 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000124
+gallium_dri.so free 0x5571735f1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1220 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so free 0x5571735f1220 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1270 0.000117
+gallium_dri.so free 0x5571735f1340 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1270 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f13c0 0.000117
+gallium_dri.so free 0x5571735f1480 void 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f13c0 0.000119
+gallium_dri.so free 0x5571735f1540 void 0.000116
+gallium_dri.so free 0x5571735f13c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f13c0 0.000118
+gallium_dri.so free 0x5571735f1600 void 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15b0 0.000117
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so free 0x5571735f15b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1670 0.000117
+gallium_dri.so free 0x5571735f1740 void 0.000118
+gallium_dri.so free 0x5571735f1670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1790 0.000117
+gallium_dri.so free 0x5571735f1800 void 0.000118
+gallium_dri.so free 0x5571735f1790 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1820 0.000117
+gallium_dri.so free 0x5571735f18c0 void 0.000118
+gallium_dri.so free 0x5571735f1820 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1870 0.000117
+gallium_dri.so free 0x5571735f1940 void 0.000118
+gallium_dri.so free 0x5571735f1870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1870 0.000119
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so free 0x5571735f1870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f19c0 0.000118
+gallium_dri.so free 0x5571735f1a80 void 0.000118
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f19c0 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000131
+gallium_dri.so free 0x5571735f19c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b30 0.000117
+gallium_dri.so free 0x5571735f1bc0 void 0.000117
+gallium_dri.so free 0x5571735f1b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b30 0.000117
+gallium_dri.so free 0x5571735f1c80 void 0.000118
+gallium_dri.so free 0x5571735f1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000117
+gallium_dri.so free 0x5571735f1d40 void 0.000118
+gallium_dri.so free 0x5571735f1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1d40 0.000116
+gallium_dri.so free 0x5571735f1e00 void 0.000118
+gallium_dri.so free 0x5571735f1d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d40 0.000117
+gallium_dri.so free 0x5571735f1e80 void 0.000117
+gallium_dri.so free 0x5571735f1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000118
+gallium_dri.so free 0x5571735f1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000117
+gallium_dri.so free 0x5571735f2000 void 0.000118
+gallium_dri.so free 0x5571735f1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2040 0.000117
+gallium_dri.so free 0x5571735f20c0 void 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20c0 0.000133
+gallium_dri.so free 0x5571735f2180 void 0.000130
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20c0 0.000117
+gallium_dri.so free 0x5571735f2200 void 0.000117
+gallium_dri.so free 0x5571735f20c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2230 0.000116
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so free 0x5571735f2230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2230 0.000118
+gallium_dri.so free 0x5571735f2380 void 0.000118
+gallium_dri.so free 0x5571735f2230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2330 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so free 0x5571735f2330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f23f0 0.000117
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f23f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f23f0 0.000119
+gallium_dri.so free 0x5571735f2580 void 0.000118
+gallium_dri.so free 0x5571735f23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f23f0 0.000117
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so free 0x5571735f23f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f25f0 0.000117
+gallium_dri.so free 0x5571735f26c0 void 0.000118
+gallium_dri.so free 0x5571735f25f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2710 0.000127
+gallium_dri.so free 0x5571735f2780 void 0.000118
+gallium_dri.so free 0x5571735f2710 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27a0 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735f27a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27f0 0.000119
+gallium_dri.so free 0x5571735f28c0 void 0.000117
+gallium_dri.so free 0x5571735f27f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f28c0 0.000117
+gallium_dri.so free 0x5571735f2980 void 0.000117
+gallium_dri.so free 0x5571735f28c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28c0 0.000116
+gallium_dri.so free 0x5571735f2a00 void 0.000117
+gallium_dri.so free 0x5571735f28c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2a00 0.000117
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so free 0x5571735f2a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2a00 0.000117
+gallium_dri.so free 0x5571735f2b80 void 0.000117
+gallium_dri.so free 0x5571735f2a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2a00 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000117
+gallium_dri.so free 0x5571735f2a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2bf0 0.000116
+gallium_dri.so free 0x5571735f2cc0 void 0.000117
+gallium_dri.so free 0x5571735f2bf0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f2d10 0.000119
+gallium_dri.so free 0x5571735f2d80 void 0.000118
+gallium_dri.so free 0x5571735f2d10 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000117
+gallium_dri.so free 0x5571735f2e40 void 0.000117
+gallium_dri.so free 0x5571735f2dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000116
+gallium_dri.so free 0x5571735f2ec0 void 0.000117
+gallium_dri.so free 0x5571735f2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000117
+gallium_dri.so free 0x5571735f2f40 void 0.000118
+gallium_dri.so free 0x5571735f2ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000126
+gallium_dri.so free 0x5571735f3040 void 0.000129
+gallium_dri.so free 0x5571735f2ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000121
+gallium_dri.so free 0x5571735f3100 void 0.000126
+gallium_dri.so free 0x5571735f2ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f30b0 0.000118
+gallium_dri.so free 0x5571735f3140 void 0.000117
+gallium_dri.so free 0x5571735f30b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f30b0 0.000121
+gallium_dri.so free 0x5571735f3200 void 0.000126
+gallium_dri.so free 0x5571735f30b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f3270 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000118
+gallium_dri.so free 0x5571735f3270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3270 0.000116
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3370 0.000118
+gallium_dri.so free 0x5571735f3480 void 0.000117
+gallium_dri.so free 0x5571735f3370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3430 0.000117
+gallium_dri.so free 0x5571735f34c0 void 0.000117
+gallium_dri.so free 0x5571735f3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3430 0.000118
+gallium_dri.so free 0x5571735f3580 void 0.000117
+gallium_dri.so free 0x5571735f3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f35c0 0.000116
+gallium_dri.so free 0x5571735f3640 void 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3640 0.000116
+gallium_dri.so free 0x5571735f3700 void 0.000116
+gallium_dri.so free 0x5571735f3640 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3640 0.000116
+gallium_dri.so free 0x5571735f37c0 void 0.000118
+gallium_dri.so free 0x5571735f3640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f37e0 0.000117
+gallium_dri.so free 0x5571735f3880 void 0.000127
+gallium_dri.so free 0x5571735f37e0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f3830 0.000114
+gallium_dri.so free 0x5571735f3900 void 0.000112
+gallium_dri.so free 0x5571735f3830 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3830 0.000109
+gallium_dri.so free 0x5571735f3980 void 0.000111
+gallium_dri.so free 0x5571735f3830 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3980 0.000109
+gallium_dri.so free 0x5571735f3a40 void 0.000109
+gallium_dri.so free 0x5571735f3980 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3980 0.000110
+gallium_dri.so free 0x5571735f3b00 void 0.000108
+gallium_dri.so free 0x5571735f3980 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3980 0.000110
+gallium_dri.so free 0x5571735f3bc0 void 0.000111
+gallium_dri.so free 0x5571735f3980 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3b70 0.000109
+gallium_dri.so free 0x5571735f3c80 void 0.000110
+gallium_dri.so free 0x5571735f3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3c30 0.000111
+gallium_dri.so free 0x5571735f3d00 void 0.000110
+gallium_dri.so free 0x5571735f3c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3d50 0.000111
+gallium_dri.so free 0x5571735f3dc0 void 0.000110
+gallium_dri.so free 0x5571735f3d50 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3de0 0.000111
+gallium_dri.so free 0x5571735f3e80 void 0.000111
+gallium_dri.so free 0x5571735f3de0 void 0.000202
+gallium_dri.so malloc 72 0x5571735f3e30 0.000117
+gallium_dri.so free 0x5571735f3f00 void 0.000115
+gallium_dri.so free 0x5571735f3e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3e30 0.000113
+gallium_dri.so free 0x5571735f3f80 void 0.000113
+gallium_dri.so free 0x5571735f3e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3f80 0.000113
+gallium_dri.so free 0x5571735f4040 void 0.000115
+gallium_dri.so free 0x5571735f3f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3f80 0.000114
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so free 0x5571735f3f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f40f0 0.000112
+gallium_dri.so free 0x5571735f4180 void 0.000114
+gallium_dri.so free 0x5571735f40f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f40f0 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000115
+gallium_dri.so free 0x5571735f40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4280 0.000113
+gallium_dri.so free 0x5571735f4300 void 0.000114
+gallium_dri.so free 0x5571735f4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4300 0.000136
+gallium_dri.so free 0x5571735f43c0 void 0.000115
+gallium_dri.so free 0x5571735f4300 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4300 0.000114
+gallium_dri.so free 0x5571735f4440 void 0.000114
+gallium_dri.so free 0x5571735f4300 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4470 0.000116
+gallium_dri.so free 0x5571735f44c0 void 0.000113
+gallium_dri.so free 0x5571735f4470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4470 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000114
+gallium_dri.so free 0x5571735f4470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4600 0.000113
+gallium_dri.so free 0x5571735f4680 void 0.000115
+gallium_dri.so free 0x5571735f4600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4680 0.000114
+gallium_dri.so free 0x5571735f4740 void 0.000114
+gallium_dri.so free 0x5571735f4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4680 0.000112
+gallium_dri.so free 0x5571735f47c0 void 0.000113
+gallium_dri.so free 0x5571735f4680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f47f0 0.000112
+gallium_dri.so free 0x5571735f4840 void 0.000114
+gallium_dri.so free 0x5571735f47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f47f0 0.000112
+gallium_dri.so free 0x5571735f4940 void 0.000114
+gallium_dri.so free 0x5571735f47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f48f0 0.000112
+gallium_dri.so free 0x5571735f4a00 void 0.000113
+gallium_dri.so free 0x5571735f48f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49b0 0.000114
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49b0 0.000121
+gallium_dri.so free 0x5571735f4b40 void 0.000114
+gallium_dri.so free 0x5571735f49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49b0 0.000114
+gallium_dri.so free 0x5571735f4c00 void 0.000114
+gallium_dri.so free 0x5571735f49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000112
+gallium_dri.so free 0x5571735f4c80 void 0.000114
+gallium_dri.so free 0x5571735f4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4cd0 0.000114
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so free 0x5571735f4cd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4d60 0.000123
+gallium_dri.so free 0x5571735f4e00 void 0.000123
+gallium_dri.so free 0x5571735f4d60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4db0 0.000124
+gallium_dri.so free 0x5571735f4e80 void 0.000120
+gallium_dri.so free 0x5571735f4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e80 0.000113
+gallium_dri.so free 0x5571735f4f40 void 0.000115
+gallium_dri.so free 0x5571735f4e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e80 0.000113
+gallium_dri.so free 0x5571735f4fc0 void 0.000112
+gallium_dri.so free 0x5571735f4e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000112
+gallium_dri.so free 0x5571735f5080 void 0.000163
+gallium_dri.so free 0x5571735f4fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000129
+gallium_dri.so free 0x5571735f5140 void 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f51b0 0.000113
+gallium_dri.so free 0x5571735f5280 void 0.000114
+gallium_dri.so free 0x5571735f51b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f52d0 0.000112
+gallium_dri.so free 0x5571735f5340 void 0.000115
+gallium_dri.so free 0x5571735f52d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5380 0.000113
+gallium_dri.so free 0x5571735f5400 void 0.000114
+gallium_dri.so free 0x5571735f5380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5380 0.000111
+gallium_dri.so free 0x5571735f5480 void 0.000112
+gallium_dri.so free 0x5571735f5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000115
+gallium_dri.so free 0x5571735f54b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f54b0 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so free 0x5571735f54b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55b0 0.000113
+gallium_dri.so free 0x5571735f56c0 void 0.000123
+gallium_dri.so free 0x5571735f55b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5670 0.000111
+gallium_dri.so free 0x5571735f5700 void 0.000113
+gallium_dri.so free 0x5571735f5670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5670 0.000112
+gallium_dri.so free 0x5571735f57c0 void 0.000112
+gallium_dri.so free 0x5571735f5670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5830 0.000112
+gallium_dri.so free 0x5571735f5880 void 0.000112
+gallium_dri.so free 0x5571735f5830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5830 0.000111
+gallium_dri.so free 0x5571735f5980 void 0.000111
+gallium_dri.so free 0x5571735f5830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5930 0.000111
+gallium_dri.so free 0x5571735f5a40 void 0.000112
+gallium_dri.so free 0x5571735f5930 void 0.000111
+gallium_dri.so malloc 72 0x5571735f59f0 0.000112
+gallium_dri.so free 0x5571735f5a80 void 0.000111
+gallium_dri.so free 0x5571735f59f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f59f0 0.000112
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so free 0x5571735f59f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000111
+gallium_dri.so free 0x5571735f5c00 void 0.000111
+gallium_dri.so free 0x5571735f5b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5c00 0.000118
+gallium_dri.so free 0x5571735f5cc0 void 0.000106
+gallium_dri.so free 0x5571735f5c00 void 0.000243
+gallium_dri.so malloc 72 0x5571735f5c00 0.000240
+gallium_dri.so free 0x5571735f5d80 void 0.000116
+gallium_dri.so free 0x5571735f5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5da0 0.000112
+gallium_dri.so free 0x5571735f5e40 void 0.000114
+gallium_dri.so free 0x5571735f5da0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5df0 0.000112
+gallium_dri.so free 0x5571735f5ec0 void 0.000114
+gallium_dri.so free 0x5571735f5df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5df0 0.000113
+gallium_dri.so free 0x5571735f5f40 void 0.000114
+gallium_dri.so free 0x5571735f5df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f40 0.000113
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f40 0.000112
+gallium_dri.so free 0x5571735f60c0 void 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5f40 0.000113
+gallium_dri.so free 0x5571735f6180 void 0.000121
+gallium_dri.so free 0x5571735f5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6130 0.000113
+gallium_dri.so free 0x5571735f6240 void 0.000115
+gallium_dri.so free 0x5571735f6130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f61f0 0.000117
+gallium_dri.so free 0x5571735f62c0 void 0.000123
+gallium_dri.so free 0x5571735f61f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6310 0.000111
+gallium_dri.so free 0x5571735f6380 void 0.000114
+gallium_dri.so free 0x5571735f6310 void 0.000111
+gallium_dri.so malloc 72 0x5571735f63a0 0.000111
+gallium_dri.so free 0x5571735f6440 void 0.000113
+gallium_dri.so free 0x5571735f63a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735f64c0 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f6540 0.000127
+gallium_dri.so free 0x5571735f6600 void 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6540 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000113
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000113
+gallium_dri.so free 0x5571735f6740 void 0.000113
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000115
+gallium_dri.so free 0x5571735f6800 void 0.000114
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6840 0.000113
+gallium_dri.so free 0x5571735f68c0 void 0.000131
+gallium_dri.so free 0x5571735f6840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f68c0 0.000119
+gallium_dri.so free 0x5571735f6980 void 0.000139
+gallium_dri.so free 0x5571735f68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68c0 0.000115
+gallium_dri.so free 0x5571735f6a00 void 0.000114
+gallium_dri.so free 0x5571735f68c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a30 0.000114
+gallium_dri.so free 0x5571735f6a80 void 0.000117
+gallium_dri.so free 0x5571735f6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6a30 0.000115
+gallium_dri.so free 0x5571735f6b80 void 0.000113
+gallium_dri.so free 0x5571735f6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so free 0x5571735f6bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6c40 0.000120
+gallium_dri.so free 0x5571735f6d00 void 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c40 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000127
+gallium_dri.so free 0x5571735f6db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000113
+gallium_dri.so free 0x5571735f6fc0 void 0.000115
+gallium_dri.so free 0x5571735f6eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f70 0.000112
+gallium_dri.so free 0x5571735f7040 void 0.000113
+gallium_dri.so free 0x5571735f6f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f70 0.000113
+gallium_dri.so free 0x5571735f7100 void 0.000113
+gallium_dri.so free 0x5571735f6f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f70 0.000113
+gallium_dri.so free 0x5571735f71c0 void 0.000114
+gallium_dri.so free 0x5571735f6f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7170 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000114
+gallium_dri.so free 0x5571735f7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7290 0.000113
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so free 0x5571735f7290 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7320 0.000113
+gallium_dri.so free 0x5571735f73c0 void 0.000113
+gallium_dri.so free 0x5571735f7320 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7370 0.000112
+gallium_dri.so free 0x5571735f7440 void 0.000114
+gallium_dri.so free 0x5571735f7370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7440 0.000117
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000157
+gallium_dri.so malloc 72 0x5571735f7440 0.000134
+gallium_dri.so free 0x5571735f7580 void 0.000133
+gallium_dri.so free 0x5571735f7440 void 0.000140
+gallium_dri.so malloc 72 0x5571735f7580 0.000138
+gallium_dri.so free 0x5571735f7640 void 0.000135
+gallium_dri.so free 0x5571735f7580 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7580 0.000134
+gallium_dri.so free 0x5571735f7700 void 0.000133
+gallium_dri.so free 0x5571735f7580 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7580 0.000132
+gallium_dri.so free 0x5571735f77c0 void 0.000133
+gallium_dri.so free 0x5571735f7580 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7770 0.000132
+gallium_dri.so free 0x5571735f7840 void 0.000134
+gallium_dri.so free 0x5571735f7770 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7890 0.000133
+gallium_dri.so free 0x5571735f7900 void 0.000135
+gallium_dri.so free 0x5571735f7890 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7940 0.000132
+gallium_dri.so free 0x5571735f79c0 void 0.000133
+gallium_dri.so free 0x5571735f7940 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7940 0.000133
+gallium_dri.so free 0x5571735f7a40 void 0.000159
+gallium_dri.so free 0x5571735f7940 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7a70 0.000134
+gallium_dri.so free 0x5571735f7ac0 void 0.000133
+gallium_dri.so free 0x5571735f7a70 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7a70 0.000133
+gallium_dri.so free 0x5571735f7bc0 void 0.000141
+gallium_dri.so free 0x5571735f7a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7b70 0.000113
+gallium_dri.so free 0x5571735f7c80 void 0.000114
+gallium_dri.so free 0x5571735f7b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c30 0.000112
+gallium_dri.so free 0x5571735f7cc0 void 0.000112
+gallium_dri.so free 0x5571735f7c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c30 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so free 0x5571735f7c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7df0 0.000112
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so free 0x5571735f7df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7df0 0.000113
+gallium_dri.so free 0x5571735f7f40 void 0.000113
+gallium_dri.so free 0x5571735f7df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000113
+gallium_dri.so free 0x5571735f7ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000116
+gallium_dri.so free 0x5571735f8040 void 0.000118
+gallium_dri.so free 0x5571735f7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x5571735f7fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8140 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81c0 0.000115
+gallium_dri.so free 0x5571735f8280 void 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81c0 0.000142
+gallium_dri.so free 0x5571735f8340 void 0.000116
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8360 0.000113
+gallium_dri.so free 0x5571735f8400 void 0.000115
+gallium_dri.so free 0x5571735f8360 void 0.000122
+gallium_dri.so malloc 72 0x5571735f83b0 0.000119
+gallium_dri.so free 0x5571735f8480 void 0.000118
+gallium_dri.so free 0x5571735f83b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f83b0 0.000124
+gallium_dri.so free 0x5571735f8500 void 0.000124
+gallium_dri.so free 0x5571735f83b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8500 0.000124
+gallium_dri.so free 0x5571735f85c0 void 0.000131
+gallium_dri.so free 0x5571735f8500 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8500 0.000124
+gallium_dri.so free 0x5571735f8680 void 0.000123
+gallium_dri.so free 0x5571735f8500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8500 0.000115
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so free 0x5571735f8500 void 0.000112
+gallium_dri.so malloc 72 0x5571735f86f0 0.000114
+gallium_dri.so free 0x5571735f8800 void 0.000113
+gallium_dri.so free 0x5571735f86f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87b0 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000116
+gallium_dri.so free 0x5571735f87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f88d0 0.000112
+gallium_dri.so free 0x5571735f8940 void 0.000114
+gallium_dri.so free 0x5571735f88d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8960 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000113
+gallium_dri.so free 0x5571735f8960 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x5571735f8a80 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f89b0 0.000119
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b00 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000157
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b00 0.000113
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000114
+gallium_dri.so free 0x5571735f8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000114
+gallium_dri.so free 0x5571735f8dc0 void 0.000116
+gallium_dri.so free 0x5571735f8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e00 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000113
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f8f40 void 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f8fc0 void 0.000114
+gallium_dri.so free 0x5571735f8e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000114
+gallium_dri.so free 0x5571735f9040 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000112
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9180 0.000106
+gallium_dri.so free 0x5571735f9200 void 0.000250
+gallium_dri.so free 0x5571735f9180 void 0.000172
+gallium_dri.so malloc 72 0x5571735f9200 0.000118
+gallium_dri.so free 0x5571735f92c0 void 0.000198
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9200 0.000116
+gallium_dri.so free 0x5571735f9340 void 0.000115
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9370 0.000110
+gallium_dri.so free 0x5571735f93c0 void 0.000110
+gallium_dri.so free 0x5571735f9370 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9370 0.000110
+gallium_dri.so free 0x5571735f94c0 void 0.000109
+gallium_dri.so free 0x5571735f9370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9470 0.000112
+gallium_dri.so free 0x5571735f9580 void 0.000111
+gallium_dri.so free 0x5571735f9470 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9530 0.000110
+gallium_dri.so free 0x5571735f9600 void 0.000112
+gallium_dri.so free 0x5571735f9530 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9530 0.000110
+gallium_dri.so free 0x5571735f96c0 void 0.000110
+gallium_dri.so free 0x5571735f9530 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9530 0.000109
+gallium_dri.so free 0x5571735f9780 void 0.000109
+gallium_dri.so free 0x5571735f9530 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9730 0.000138
+gallium_dri.so free 0x5571735f9800 void 0.000128
+gallium_dri.so free 0x5571735f9730 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9850 0.000117
+gallium_dri.so free 0x5571735f98c0 void 0.000121
+gallium_dri.so free 0x5571735f9850 void 0.000117
+gallium_dri.so malloc 72 0x5571735f98e0 0.000116
+gallium_dri.so free 0x5571735f9980 void 0.000128
+gallium_dri.so free 0x5571735f98e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9930 0.000117
+gallium_dri.so free 0x5571735f9a00 void 0.000119
+gallium_dri.so free 0x5571735f9930 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9a00 0.000118
+gallium_dri.so free 0x5571735f9ac0 void 0.000117
+gallium_dri.so free 0x5571735f9a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9a00 0.000114
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so free 0x5571735f9a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b40 0.000113
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b40 0.000115
+gallium_dri.so free 0x5571735f9cc0 void 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b40 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9d30 0.000125
+gallium_dri.so free 0x5571735f9e00 void 0.000124
+gallium_dri.so free 0x5571735f9d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e50 0.000118
+gallium_dri.so free 0x5571735f9ec0 void 0.000118
+gallium_dri.so free 0x5571735f9e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f00 0.000118
+gallium_dri.so free 0x5571735f9f80 void 0.000117
+gallium_dri.so free 0x5571735f9f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f00 0.000118
+gallium_dri.so free 0x5571735fa000 void 0.000119
+gallium_dri.so free 0x5571735f9f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa030 0.000118
+gallium_dri.so free 0x5571735fa080 void 0.000118
+gallium_dri.so free 0x5571735fa030 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa030 0.000117
+gallium_dri.so free 0x5571735fa180 void 0.000117
+gallium_dri.so free 0x5571735fa030 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa130 0.000117
+gallium_dri.so free 0x5571735fa240 void 0.000119
+gallium_dri.so free 0x5571735fa130 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000118
+gallium_dri.so free 0x5571735fa1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000123
+gallium_dri.so free 0x5571735fa340 void 0.000111
+gallium_dri.so free 0x5571735fa1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000111
+gallium_dri.so free 0x5571735fa400 void 0.000110
+gallium_dri.so free 0x5571735fa3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000112
+gallium_dri.so free 0x5571735fa500 void 0.000110
+gallium_dri.so free 0x5571735fa3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000109
+gallium_dri.so free 0x5571735fa5c0 void 0.000111
+gallium_dri.so free 0x5571735fa4b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa570 0.000110
+gallium_dri.so free 0x5571735fa600 void 0.000110
+gallium_dri.so free 0x5571735fa570 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa570 0.000112
+gallium_dri.so free 0x5571735fa6c0 void 0.000113
+gallium_dri.so free 0x5571735fa570 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa700 0.000112
+gallium_dri.so free 0x5571735fa780 void 0.000111
+gallium_dri.so free 0x5571735fa700 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa780 0.000109
+gallium_dri.so free 0x5571735fa840 void 0.000110
+gallium_dri.so free 0x5571735fa780 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa780 0.000111
+gallium_dri.so free 0x5571735fa900 void 0.000110
+gallium_dri.so free 0x5571735fa780 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa920 0.000109
+gallium_dri.so free 0x5571735fa9c0 void 0.000109
+gallium_dri.so free 0x5571735fa920 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa970 0.000118
+gallium_dri.so free 0x5571735faa40 void 0.000112
+gallium_dri.so free 0x5571735fa970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa970 0.000111
+gallium_dri.so free 0x5571735faac0 void 0.000111
+gallium_dri.so free 0x5571735fa970 void 0.000111
+gallium_dri.so malloc 72 0x5571735faac0 0.000112
+gallium_dri.so free 0x5571735fab80 void 0.000110
+gallium_dri.so free 0x5571735faac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faac0 0.000118
+gallium_dri.so free 0x5571735fac40 void 0.000113
+gallium_dri.so free 0x5571735faac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faac0 0.000113
+gallium_dri.so free 0x5571735fad00 void 0.000112
+gallium_dri.so free 0x5571735faac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735facb0 0.000111
+gallium_dri.so free 0x5571735fadc0 void 0.000112
+gallium_dri.so free 0x5571735facb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fad70 0.000112
+gallium_dri.so free 0x5571735fae40 void 0.000111
+gallium_dri.so free 0x5571735fad70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae90 0.000118
+gallium_dri.so free 0x5571735faf00 void 0.000113
+gallium_dri.so free 0x5571735fae90 void 0.000111
+gallium_dri.so malloc 72 0x5571735faf20 0.000111
+gallium_dri.so free 0x5571735fafc0 void 0.000112
+gallium_dri.so free 0x5571735faf20 void 0.000170
+gallium_dri.so malloc 72 0x5571735faf70 0.000160
+gallium_dri.so free 0x5571735fb040 void 0.000170
+gallium_dri.so free 0x5571735faf70 void 0.000127
+gallium_dri.so malloc 72 0x5571735faf70 0.000120
+gallium_dri.so free 0x5571735fb0c0 void 0.000120
+gallium_dri.so free 0x5571735faf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000118
+gallium_dri.so free 0x5571735fb180 void 0.000118
+gallium_dri.so free 0x5571735fb0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000118
+gallium_dri.so free 0x5571735fb0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb230 0.000118
+gallium_dri.so free 0x5571735fb2c0 void 0.000118
+gallium_dri.so free 0x5571735fb230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb230 0.000118
+gallium_dri.so free 0x5571735fb380 void 0.000119
+gallium_dri.so free 0x5571735fb230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb440 0.000117
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb440 0.000116
+gallium_dri.so free 0x5571735fb580 void 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000113
+gallium_dri.so free 0x5571735fb600 void 0.000110
+gallium_dri.so free 0x5571735fb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000111
+gallium_dri.so free 0x5571735fb700 void 0.000111
+gallium_dri.so free 0x5571735fb5b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb740 0.000109
+gallium_dri.so free 0x5571735fb7c0 void 0.000109
+gallium_dri.so free 0x5571735fb740 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000109
+gallium_dri.so free 0x5571735fb880 void 0.000109
+gallium_dri.so free 0x5571735fb7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000110
+gallium_dri.so free 0x5571735fb900 void 0.000110
+gallium_dri.so free 0x5571735fb7c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb930 0.000111
+gallium_dri.so free 0x5571735fb980 void 0.000109
+gallium_dri.so free 0x5571735fb930 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb930 0.000115
+gallium_dri.so free 0x5571735fba80 void 0.000110
+gallium_dri.so free 0x5571735fb930 void 0.000110
+gallium_dri.so malloc 72 0x5571735fba30 0.000109
+gallium_dri.so free 0x5571735fbb40 void 0.000111
+gallium_dri.so free 0x5571735fba30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000110
+gallium_dri.so free 0x5571735fbbc0 void 0.000110
+gallium_dri.so free 0x5571735fbaf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000124
+gallium_dri.so free 0x5571735fbc80 void 0.000119
+gallium_dri.so free 0x5571735fbaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000118
+gallium_dri.so free 0x5571735fbd40 void 0.000119
+gallium_dri.so free 0x5571735fbaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000120
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x5571735fbcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbe10 0.000120
+gallium_dri.so free 0x5571735fbe80 void 0.000118
+gallium_dri.so free 0x5571735fbe10 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbea0 0.000119
+gallium_dri.so free 0x5571735fbf40 void 0.000120
+gallium_dri.so free 0x5571735fbea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbef0 0.000120
+gallium_dri.so free 0x5571735fbfc0 void 0.000134
+gallium_dri.so free 0x5571735fbef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbfc0 0.000117
+gallium_dri.so free 0x5571735fc080 void 0.000119
+gallium_dri.so free 0x5571735fbfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbfc0 0.000116
+gallium_dri.so free 0x5571735fc100 void 0.000118
+gallium_dri.so free 0x5571735fbfc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc100 0.000117
+gallium_dri.so free 0x5571735fc1c0 void 0.000173
+gallium_dri.so free 0x5571735fc100 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc100 0.000121
+gallium_dri.so free 0x5571735fc280 void 0.000120
+gallium_dri.so free 0x5571735fc100 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc100 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000121
+gallium_dri.so free 0x5571735fc100 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc2f0 0.000120
+gallium_dri.so free 0x5571735fc3c0 void 0.000120
+gallium_dri.so free 0x5571735fc2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc410 0.000120
+gallium_dri.so free 0x5571735fc480 void 0.000119
+gallium_dri.so free 0x5571735fc410 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000120
+gallium_dri.so free 0x5571735fc540 void 0.000120
+gallium_dri.so free 0x5571735fc4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000120
+gallium_dri.so free 0x5571735fc5c0 void 0.000120
+gallium_dri.so free 0x5571735fc4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000120
+gallium_dri.so free 0x5571735fc640 void 0.000121
+gallium_dri.so free 0x5571735fc5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000119
+gallium_dri.so free 0x5571735fc740 void 0.000119
+gallium_dri.so free 0x5571735fc5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000117
+gallium_dri.so free 0x5571735fc800 void 0.000116
+gallium_dri.so free 0x5571735fc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000113
+gallium_dri.so free 0x5571735fc840 void 0.000113
+gallium_dri.so free 0x5571735fc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000122
+gallium_dri.so free 0x5571735fc900 void 0.000116
+gallium_dri.so free 0x5571735fc7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc970 0.000112
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so free 0x5571735fc970 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc970 0.000112
+gallium_dri.so free 0x5571735fcac0 void 0.000109
+gallium_dri.so free 0x5571735fc970 void 0.000111
+gallium_dri.so malloc 72 0x5571735fca70 0.000109
+gallium_dri.so free 0x5571735fcb80 void 0.000109
+gallium_dri.so free 0x5571735fca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb30 0.000111
+gallium_dri.so free 0x5571735fcbc0 void 0.000111
+gallium_dri.so free 0x5571735fcb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcb30 0.000112
+gallium_dri.so free 0x5571735fcc80 void 0.000113
+gallium_dri.so free 0x5571735fcb30 void 0.000109
+gallium_dri.so malloc 72 0x5571735fccc0 0.000111
+gallium_dri.so free 0x5571735fcd40 void 0.000111
+gallium_dri.so free 0x5571735fccc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fcd40 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd40 0.000112
+gallium_dri.so free 0x5571735fcec0 void 0.000110
+gallium_dri.so free 0x5571735fcd40 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcee0 0.000109
+gallium_dri.so free 0x5571735fcf80 void 0.000111
+gallium_dri.so free 0x5571735fcee0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcf30 0.000111
+gallium_dri.so free 0x5571735fd000 void 0.000110
+gallium_dri.so free 0x5571735fcf30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcf30 0.000111
+gallium_dri.so free 0x5571735fd080 void 0.000109
+gallium_dri.so free 0x5571735fcf30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd080 0.000109
+gallium_dri.so free 0x5571735fd140 void 0.000109
+gallium_dri.so free 0x5571735fd080 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd080 0.000110
+gallium_dri.so free 0x5571735fd200 void 0.000111
+gallium_dri.so free 0x5571735fd080 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd080 0.000110
+gallium_dri.so free 0x5571735fd2c0 void 0.000110
+gallium_dri.so free 0x5571735fd080 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd270 0.000110
+gallium_dri.so free 0x5571735fd380 void 0.000111
+gallium_dri.so free 0x5571735fd270 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd330 0.000111
+gallium_dri.so free 0x5571735fd400 void 0.000110
+gallium_dri.so free 0x5571735fd330 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd450 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd450 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4e0 0.000112
+gallium_dri.so free 0x5571735fd580 void 0.000115
+gallium_dri.so free 0x5571735fd4e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd530 0.000112
+gallium_dri.so free 0x5571735fd600 void 0.000113
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd530 0.000113
+gallium_dri.so free 0x5571735fd680 void 0.000114
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd680 0.000114
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd680 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd680 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd680 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000112
+gallium_dri.so free 0x5571735fd880 void 0.000115
+gallium_dri.so free 0x5571735fd7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000129
+gallium_dri.so free 0x5571735fd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd980 0.000113
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda00 0.000170
+gallium_dri.so free 0x5571735fdac0 void 0.000119
+gallium_dri.so free 0x5571735fda00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fda00 0.000116
+gallium_dri.so free 0x5571735fdb40 void 0.000117
+gallium_dri.so free 0x5571735fda00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdb70 0.000122
+gallium_dri.so free 0x5571735fdbc0 void 0.000117
+gallium_dri.so free 0x5571735fdb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdb70 0.000118
+gallium_dri.so free 0x5571735fdcc0 void 0.000117
+gallium_dri.so free 0x5571735fdb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdd00 0.000117
+gallium_dri.so free 0x5571735fdd80 void 0.000119
+gallium_dri.so free 0x5571735fdd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdd80 0.000118
+gallium_dri.so free 0x5571735fde40 void 0.000119
+gallium_dri.so free 0x5571735fdd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdd80 0.000118
+gallium_dri.so free 0x5571735fdec0 void 0.000117
+gallium_dri.so free 0x5571735fdd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdef0 0.000119
+gallium_dri.so free 0x5571735fdf40 void 0.000117
+gallium_dri.so free 0x5571735fdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdef0 0.000118
+gallium_dri.so free 0x5571735fe040 void 0.000117
+gallium_dri.so free 0x5571735fdef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdff0 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000110
+gallium_dri.so free 0x5571735fdff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000110
+gallium_dri.so free 0x5571735fe180 void 0.000110
+gallium_dri.so free 0x5571735fe0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000112
+gallium_dri.so free 0x5571735fe240 void 0.000121
+gallium_dri.so free 0x5571735fe0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000111
+gallium_dri.so free 0x5571735fe0b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000112
+gallium_dri.so free 0x5571735fe380 void 0.000109
+gallium_dri.so free 0x5571735fe2b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe3d0 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000109
+gallium_dri.so free 0x5571735fe3d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe460 0.000110
+gallium_dri.so free 0x5571735fe500 void 0.000110
+gallium_dri.so free 0x5571735fe460 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000110
+gallium_dri.so free 0x5571735fe4b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe580 0.000109
+gallium_dri.so free 0x5571735fe640 void 0.000109
+gallium_dri.so free 0x5571735fe580 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe580 0.000110
+gallium_dri.so free 0x5571735fe6c0 void 0.000117
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000113
+gallium_dri.so free 0x5571735fe6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000112
+gallium_dri.so free 0x5571735fe840 void 0.000112
+gallium_dri.so free 0x5571735fe6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000113
+gallium_dri.so free 0x5571735fe980 void 0.000113
+gallium_dri.so free 0x5571735fe8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9d0 0.000115
+gallium_dri.so free 0x5571735fea40 void 0.000114
+gallium_dri.so free 0x5571735fe9d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea80 0.000112
+gallium_dri.so free 0x5571735feb00 void 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea80 0.000115
+gallium_dri.so free 0x5571735feb80 void 0.000114
+gallium_dri.so free 0x5571735fea80 void 0.000117
+gallium_dri.so malloc 72 0x5571735febb0 0.000119
+gallium_dri.so free 0x5571735fec00 void 0.000115
+gallium_dri.so free 0x5571735febb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735febb0 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000181
+gallium_dri.so free 0x5571735febb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fecb0 0.000119
+gallium_dri.so free 0x5571735fedc0 void 0.000119
+gallium_dri.so free 0x5571735fecb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed70 0.000117
+gallium_dri.so free 0x5571735fee00 void 0.000117
+gallium_dri.so free 0x5571735fed70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fed70 0.000118
+gallium_dri.so free 0x5571735feec0 void 0.000119
+gallium_dri.so free 0x5571735fed70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef30 0.000116
+gallium_dri.so free 0x5571735fef80 void 0.000117
+gallium_dri.so free 0x5571735fef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fef30 0.000117
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so free 0x5571735fef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff030 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000118
+gallium_dri.so free 0x5571735ff030 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000117
+gallium_dri.so free 0x5571735ff180 void 0.000117
+gallium_dri.so free 0x5571735ff0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000117
+gallium_dri.so free 0x5571735ff240 void 0.000119
+gallium_dri.so free 0x5571735ff0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff280 0.000137
+gallium_dri.so free 0x5571735ff300 void 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff300 0.000110
+gallium_dri.so free 0x5571735ff3c0 void 0.000109
+gallium_dri.so free 0x5571735ff300 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff300 0.000111
+gallium_dri.so free 0x5571735ff480 void 0.000110
+gallium_dri.so free 0x5571735ff300 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000109
+gallium_dri.so free 0x5571735ff540 void 0.000110
+gallium_dri.so free 0x5571735ff4a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000111
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000109
+gallium_dri.so free 0x5571735ff640 void 0.000110
+gallium_dri.so free 0x5571735ff4f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff640 0.000111
+gallium_dri.so free 0x5571735ff700 void 0.000109
+gallium_dri.so free 0x5571735ff640 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff640 0.000110
+gallium_dri.so free 0x5571735ff7c0 void 0.000110
+gallium_dri.so free 0x5571735ff640 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff640 0.000109
+gallium_dri.so free 0x5571735ff880 void 0.000110
+gallium_dri.so free 0x5571735ff640 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff830 0.000109
+gallium_dri.so free 0x5571735ff940 void 0.000112
+gallium_dri.so free 0x5571735ff830 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000112
+gallium_dri.so free 0x5571735ff8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffa10 0.000112
+gallium_dri.so free 0x5571735ffa80 void 0.000112
+gallium_dri.so free 0x5571735ffa10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000112
+gallium_dri.so free 0x5571735ffaa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000112
+gallium_dri.so free 0x5571735ffbc0 void 0.000114
+gallium_dri.so free 0x5571735ffaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000161
+gallium_dri.so free 0x5571735ffc40 void 0.000166
+gallium_dri.so free 0x5571735ffaf0 void 0.000285
+gallium_dri.so malloc 72 0x5571735ffc40 0.000221
+gallium_dri.so free 0x5571735ffd00 void 0.000221
+gallium_dri.so free 0x5571735ffc40 void 0.000244
+gallium_dri.so malloc 72 0x5571735ffc40 0.000277
+gallium_dri.so free 0x5571735ffe00 void 0.000382
+gallium_dri.so free 0x5571735ffc40 void 0.000258
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000222
+gallium_dri.so free 0x5571735ffe40 void 0.000211
+gallium_dri.so free 0x5571735ffdb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000121
+gallium_dri.so free 0x5571735fff00 void 0.000122
+gallium_dri.so free 0x5571735ffdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fff40 0.000120
+gallium_dri.so free 0x557173450f00 void 0.000124
+gallium_dri.so free 0x5571735fff40 void 0.000137
+gallium_dri.so malloc 72 0x557173450eb0 0.000123
+gallium_dri.so free 0x5571735a9280 void 0.000121
+gallium_dri.so free 0x557173450eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173450eb0 0.000119
+gallium_dri.so free 0x5571735b60c0 void 0.000121
+gallium_dri.so free 0x557173450eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b60f0 0.000121
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so free 0x5571735b60f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b60f0 0.000119
+gallium_dri.so free 0x5571735a9180 void 0.000118
+gallium_dri.so free 0x5571735b60f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b60f0 0.000115
+gallium_dri.so free 0x5571735a8a40 void 0.000115
+gallium_dri.so free 0x5571735b60f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8a40 0.000114
+gallium_dri.so free 0x5571735a8b00 void 0.000116
+gallium_dri.so free 0x5571735a8a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8a40 0.000115
+gallium_dri.so free 0x5571735d74c0 void 0.000116
+gallium_dri.so free 0x5571735a8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d74f0 0.000115
+gallium_dri.so free 0x5571735d7540 void 0.000116
+gallium_dri.so free 0x5571735d74f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d74f0 0.000161
+gallium_dri.so free 0x5571735afe40 void 0.000122
+gallium_dri.so free 0x5571735d74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735afe40 0.000119
+gallium_dri.so free 0x5571735aff00 void 0.000122
+gallium_dri.so free 0x5571735afe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735afe40 0.000120
+gallium_dri.so free 0x5571735d7640 void 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d75f0 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000120
+gallium_dri.so free 0x5571735d75f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d75f0 0.000141
+gallium_dri.so free 0x5571735ade80 void 0.000133
+gallium_dri.so free 0x5571735d75f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735adec0 0.000129
+gallium_dri.so free 0x5571735a8ec0 void 0.000132
+gallium_dri.so free 0x5571735adec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000132
+gallium_dri.so free 0x5571735a8f80 void 0.000133
+gallium_dri.so free 0x5571735a8ec0 void 0.000133
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000135
+gallium_dri.so free 0x5571735adf40 void 0.000133
+gallium_dri.so free 0x5571735a8ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735adf70 0.000132
+gallium_dri.so free 0x5571735ae700 void 0.000132
+gallium_dri.so free 0x5571735adf70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ae750 0.000130
+gallium_dri.so free 0x5571735a9040 void 0.000132
+gallium_dri.so free 0x5571735ae750 void 0.000132
+gallium_dri.so malloc 72 0x5571735ae750 0.000132
+gallium_dri.so free 0x5571735ae7c0 void 0.000132
+gallium_dri.so free 0x5571735ae750 void 0.000132
+gallium_dri.so malloc 72 0x5571735ae810 0.000135
+gallium_dri.so free 0x5571735ae880 void 0.000130
+gallium_dri.so free 0x5571735ae810 void 0.000129
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000134
+gallium_dri.so free 0x5571734f6040 void 0.000130
+gallium_dri.so free 0x5571735ae8a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000130
+gallium_dri.so free 0x5571734f6100 void 0.000132
+gallium_dri.so free 0x5571735ae8a0 void 0.000132
+gallium_dri.so malloc 72 0x5571734f6140 0.000132
+gallium_dri.so free 0x5571734f61c0 void 0.000132
+gallium_dri.so free 0x5571734f6140 void 0.000139
+gallium_dri.so malloc 72 0x5571734f61c0 0.000134
+gallium_dri.so free 0x5571735be540 void 0.000133
+gallium_dri.so free 0x5571734f61c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735be580 0.000132
+gallium_dri.so free 0x5571735be600 void 0.000129
+gallium_dri.so free 0x5571735be580 void 0.000133
+gallium_dri.so malloc 72 0x5571735be580 0.000132
+gallium_dri.so free 0x5571735be680 void 0.000133
+gallium_dri.so free 0x5571735be580 void 0.000131
+gallium_dri.so malloc 72 0x5571735be6b0 0.000131
+gallium_dri.so free 0x5571735bd840 void 0.000135
+gallium_dri.so free 0x5571735be6b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735be6b0 0.000134
+gallium_dri.so free 0x5571735bd940 void 0.000133
+gallium_dri.so free 0x5571735be6b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000129
+gallium_dri.so free 0x5571735bda00 void 0.000175
+gallium_dri.so free 0x5571735bd8f0 void 0.000177
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000175
+gallium_dri.so free 0x5571735b0100 void 0.000139
+gallium_dri.so free 0x5571735bd9b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000137
+gallium_dri.so free 0x5571735b01c0 void 0.000143
+gallium_dri.so free 0x5571735bd9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0170 0.000123
+gallium_dri.so free 0x5571735b01c0 void 0.000121
+gallium_dri.so free 0x5571735b0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0170 0.000113
+gallium_dri.so free 0x5571735b6e80 void 0.000120
+gallium_dri.so free 0x5571735b0170 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6e80 0.000119
+gallium_dri.so free 0x5571735b6f40 void 0.000119
+gallium_dri.so free 0x5571735b6e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6e80 0.000114
+gallium_dri.so free 0x5571735b02c0 void 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0270 0.000125
+gallium_dri.so free 0x5571735b6fc0 void 0.000124
+gallium_dri.so free 0x5571735b0270 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7000 0.000125
+gallium_dri.so free 0x5571735b8180 void 0.000122
+gallium_dri.so free 0x5571735b7000 void 0.000124
+gallium_dri.so malloc 72 0x5571735b81d0 0.000123
+gallium_dri.so free 0x5571735b8240 void 0.000118
+gallium_dri.so free 0x5571735b81d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b82a0 0.000113
+gallium_dri.so free 0x5571735b8340 void 0.000112
+gallium_dri.so free 0x5571735b82a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b82f0 0.000117
+gallium_dri.so free 0x5571735b8380 void 0.000124
+gallium_dri.so free 0x5571735b82f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b82f0 0.000118
+gallium_dri.so free 0x557173451040 void 0.000119
+gallium_dri.so free 0x5571735b82f0 void 0.000124
+gallium_dri.so malloc 72 0x557173451080 0.000120
+gallium_dri.so free 0x557173451100 void 0.000114
+gallium_dri.so free 0x557173451080 void 0.000117
+gallium_dri.so malloc 72 0x557173451100 0.000124
+gallium_dri.so free 0x5571734511c0 void 0.000124
+gallium_dri.so free 0x557173451100 void 0.000124
+gallium_dri.so malloc 72 0x557173451100 0.000120
+gallium_dri.so free 0x557173451240 void 0.000120
+gallium_dri.so free 0x557173451100 void 0.000120
+gallium_dri.so malloc 72 0x557173451270 0.000124
+gallium_dri.so free 0x5571734512c0 void 0.000123
+gallium_dri.so free 0x557173451270 void 0.000125
+gallium_dri.so malloc 72 0x5571734512c0 0.000123
+gallium_dri.so free 0x5571735d9300 void 0.000118
+gallium_dri.so free 0x5571734512c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d92b0 0.000114
+gallium_dri.so free 0x5571735d9380 void 0.000113
+gallium_dri.so free 0x5571735d92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d93d0 0.000120
+gallium_dri.so free 0x5571735d9440 void 0.000123
+gallium_dri.so free 0x5571735d93d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d9460 0.000122
+gallium_dri.so free 0x5571735d9500 void 0.000123
+gallium_dri.so free 0x5571735d9460 void 0.000125
+gallium_dri.so malloc 72 0x5571735d94b0 0.000123
+gallium_dri.so free 0x5571735d9580 void 0.000124
+gallium_dri.so free 0x5571735d94b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d94b0 0.000133
+gallium_dri.so free 0x5571735e3880 void 0.000123
+gallium_dri.so free 0x5571735d94b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e38d0 0.000123
+gallium_dri.so free 0x5571735d9600 void 0.000124
+gallium_dri.so free 0x5571735e38d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e38d0 0.000117
+gallium_dri.so free 0x5571735e3940 void 0.000130
+gallium_dri.so free 0x5571735e38d0 void 0.000232
+gallium_dri.so malloc 72 0x5571735e3960 0.000385
+gallium_dri.so free 0x5571735e3a00 void 0.000353
+gallium_dri.so free 0x5571735e3960 void 0.000201
+gallium_dri.so malloc 72 0x5571735e39b0 0.000198
+gallium_dri.so free 0x5571735e3a80 void 0.000160
+gallium_dri.so free 0x5571735e39b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735e39b0 0.000121
+gallium_dri.so free 0x5571735e3b00 void 0.000119
+gallium_dri.so free 0x5571735e39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b00 0.000131
+gallium_dri.so free 0x5571735e3bc0 void 0.000125
+gallium_dri.so free 0x5571735e3b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3b00 0.000118
+gallium_dri.so free 0x5571735b71c0 void 0.000120
+gallium_dri.so free 0x5571735e3b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7170 0.000120
+gallium_dri.so free 0x5571735b7240 void 0.000119
+gallium_dri.so free 0x5571735b7170 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7170 0.000120
+gallium_dri.so free 0x5571735b7340 void 0.000119
+gallium_dri.so free 0x5571735b7170 void 0.000119
+gallium_dri.so malloc 72 0x5571735b72f0 0.000119
+gallium_dri.so free 0x5571735b73c0 void 0.000119
+gallium_dri.so free 0x5571735b72f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7410 0.000118
+gallium_dri.so free 0x5571735b7480 void 0.000120
+gallium_dri.so free 0x5571735b7410 void 0.000118
+gallium_dri.so malloc 72 0x5571735b74a0 0.000119
+gallium_dri.so free 0x5571735b7540 void 0.000119
+gallium_dri.so free 0x5571735b74a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b74f0 0.000117
+gallium_dri.so free 0x5571735b75c0 void 0.000119
+gallium_dri.so free 0x5571735b74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b74f0 0.000118
+gallium_dri.so free 0x557173451500 void 0.000161
+gallium_dri.so free 0x5571735b74f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734514b0 0.000121
+gallium_dri.so free 0x5571734515c0 void 0.000119
+gallium_dri.so free 0x5571734514b0 void 0.000118
+gallium_dri.so malloc 72 0x557173451570 0.000120
+gallium_dri.so free 0x557173451640 void 0.000118
+gallium_dri.so free 0x557173451570 void 0.000117
+gallium_dri.so malloc 72 0x557173451570 0.000118
+gallium_dri.so free 0x557173451700 void 0.000119
+gallium_dri.so free 0x557173451570 void 0.000118
+gallium_dri.so malloc 72 0x557173451570 0.000118
+gallium_dri.so free 0x5571734517c0 void 0.000120
+gallium_dri.so free 0x557173451570 void 0.000118
+gallium_dri.so malloc 72 0x557173451770 0.000118
+gallium_dri.so free 0x557173451840 void 0.000118
+gallium_dri.so free 0x557173451770 void 0.000118
+gallium_dri.so malloc 72 0x557173451890 0.000118
+gallium_dri.so free 0x557173451900 void 0.000120
+gallium_dri.so free 0x557173451890 void 0.000119
+gallium_dri.so malloc 72 0x557173451920 0.000118
+gallium_dri.so free 0x5571734519c0 void 0.000120
+gallium_dri.so free 0x557173451920 void 0.000119
+gallium_dri.so malloc 72 0x557173451970 0.000119
+gallium_dri.so free 0x557173451a40 void 0.000119
+gallium_dri.so free 0x557173451970 void 0.000118
+gallium_dri.so malloc 72 0x557173451a40 0.000132
+gallium_dri.so free 0x557173451b00 void 0.000122
+gallium_dri.so free 0x557173451a40 void 0.000118
+gallium_dri.so malloc 72 0x557173451a40 0.000120
+gallium_dri.so free 0x5571735b61c0 void 0.000118
+gallium_dri.so free 0x557173451a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b61c0 0.000119
+gallium_dri.so free 0x5571735b6280 void 0.000119
+gallium_dri.so free 0x5571735b61c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b61c0 0.000118
+gallium_dri.so free 0x5571735b6300 void 0.000118
+gallium_dri.so free 0x5571735b61c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6330 0.000117
+gallium_dri.so free 0x5571735b6380 void 0.000123
+gallium_dri.so free 0x5571735b6330 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6330 0.000118
+gallium_dri.so free 0x5571735b6480 void 0.000119
+gallium_dri.so free 0x5571735b6330 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6430 0.000117
+gallium_dri.so free 0x5571735b6540 void 0.000119
+gallium_dri.so free 0x5571735b6430 void 0.000120
+gallium_dri.so malloc 72 0x5571735b64f0 0.000119
+gallium_dri.so free 0x5571735b65c0 void 0.000119
+gallium_dri.so free 0x5571735b64f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b65e0 0.000118
+gallium_dri.so free 0x5571735b6680 void 0.000118
+gallium_dri.so free 0x5571735b65e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6630 0.000132
+gallium_dri.so free 0x5571735b6700 void 0.000120
+gallium_dri.so free 0x5571735b6630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6630 0.000119
+gallium_dri.so free 0x5571735b6780 void 0.000120
+gallium_dri.so free 0x5571735b6630 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6780 0.000119
+gallium_dri.so free 0x5571735b6840 void 0.000120
+gallium_dri.so free 0x5571735b6780 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6780 0.000119
+gallium_dri.so free 0x5571735b6900 void 0.000119
+gallium_dri.so free 0x5571735b6780 void 0.000122
+gallium_dri.so malloc 72 0x5571735b6780 0.000118
+gallium_dri.so free 0x5571735b51c0 void 0.000118
+gallium_dri.so free 0x5571735b6780 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6780 0.000123
+gallium_dri.so free 0x5571735b52c0 void 0.000120
+gallium_dri.so free 0x5571735b6780 void 0.000121
+gallium_dri.so malloc 72 0x5571735b5300 0.000118
+gallium_dri.so free 0x5571735b5380 void 0.000120
+gallium_dri.so free 0x5571735b5300 void 0.000117
+gallium_dri.so malloc 72 0x5571735b5380 0.000120
+gallium_dri.so free 0x5571735b5440 void 0.000118
+gallium_dri.so free 0x5571735b5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5380 0.000118
+gallium_dri.so free 0x5571735b54c0 void 0.000119
+gallium_dri.so free 0x5571735b5380 void 0.000168
+gallium_dri.so malloc 72 0x5571735b54f0 0.000120
+gallium_dri.so free 0x5571735b5540 void 0.000120
+gallium_dri.so free 0x5571735b54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b54f0 0.000119
+gallium_dri.so free 0x5571735b5640 void 0.000119
+gallium_dri.so free 0x5571735b54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b55f0 0.000118
+gallium_dri.so free 0x5571735b5700 void 0.000120
+gallium_dri.so free 0x5571735b55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56b0 0.000118
+gallium_dri.so free 0x5571735b5780 void 0.000119
+gallium_dri.so free 0x5571735b56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56b0 0.000118
+gallium_dri.so free 0x5571735b5840 void 0.000119
+gallium_dri.so free 0x5571735b56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b56b0 0.000118
+gallium_dri.so free 0x5571735b5900 void 0.000118
+gallium_dri.so free 0x5571735b56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b58b0 0.000118
+gallium_dri.so free 0x5571735b5980 void 0.000119
+gallium_dri.so free 0x5571735b58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b59d0 0.000125
+gallium_dri.so free 0x5571735bdb40 void 0.000116
+gallium_dri.so free 0x5571735b59d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b59d0 0.000112
+gallium_dri.so free 0x5571735bdbc0 void 0.000163
+gallium_dri.so free 0x5571735b59d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdbf0 0.000113
+gallium_dri.so free 0x5571735bdc40 void 0.000114
+gallium_dri.so free 0x5571735bdbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdc40 0.000113
+gallium_dri.so free 0x5571735bdd00 void 0.000113
+gallium_dri.so free 0x5571735bdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdc40 0.000113
+gallium_dri.so free 0x5571735bde00 void 0.000115
+gallium_dri.so free 0x5571735bdc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bddb0 0.000112
+gallium_dri.so free 0x5571735bdec0 void 0.000113
+gallium_dri.so free 0x5571735bddb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bde70 0.000112
+gallium_dri.so free 0x5571735bdf00 void 0.000113
+gallium_dri.so free 0x5571735bde70 void 0.000112
+gallium_dri.so malloc 72 0x5571735bde70 0.000112
+gallium_dri.so free 0x5571735bdfc0 void 0.000115
+gallium_dri.so free 0x5571735bde70 void 0.000112
+gallium_dri.so malloc 72 0x5571735be000 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so free 0x5571735be000 void 0.000112
+gallium_dri.so malloc 72 0x5571735be080 0.000113
+gallium_dri.so free 0x5571735be140 void 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so malloc 72 0x5571735be080 0.000112
+gallium_dri.so free 0x5571735be1c0 void 0.000112
+gallium_dri.so free 0x5571735be080 void 0.000126
+gallium_dri.so malloc 72 0x5571735be080 0.000117
+gallium_dri.so free 0x5571735be280 void 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000113
+gallium_dri.so malloc 72 0x5571735be080 0.000113
+gallium_dri.so free 0x5571735be340 void 0.000113
+gallium_dri.so free 0x5571735be080 void 0.000112
+gallium_dri.so malloc 72 0x5571735be2f0 0.000113
+gallium_dri.so free 0x5571735b22c0 void 0.000114
+gallium_dri.so free 0x5571735be2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2270 0.000113
+gallium_dri.so free 0x5571735b2380 void 0.000113
+gallium_dri.so free 0x5571735b2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2330 0.000112
+gallium_dri.so free 0x5571735b23c0 void 0.000113
+gallium_dri.so free 0x5571735b2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2330 0.000113
+gallium_dri.so free 0x5571735b2480 void 0.000114
+gallium_dri.so free 0x5571735b2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b24f0 0.000114
+gallium_dri.so free 0x5571735b2540 void 0.000114
+gallium_dri.so free 0x5571735b24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b24f0 0.000113
+gallium_dri.so free 0x5571735b2640 void 0.000113
+gallium_dri.so free 0x5571735b24f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b25f0 0.000115
+gallium_dri.so free 0x5571735b2700 void 0.000115
+gallium_dri.so free 0x5571735b25f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735b26b0 0.000116
+gallium_dri.so free 0x5571735b2740 void 0.000113
+gallium_dri.so free 0x5571735b26b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b26b0 0.000112
+gallium_dri.so free 0x5571735b2800 void 0.000114
+gallium_dri.so free 0x5571735b26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2840 0.000113
+gallium_dri.so free 0x5571735b28c0 void 0.000113
+gallium_dri.so free 0x5571735b2840 void 0.000112
+gallium_dri.so malloc 72 0x5571735b28c0 0.000113
+gallium_dri.so free 0x5571735b2980 void 0.000113
+gallium_dri.so free 0x5571735b28c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b28c0 0.000118
+gallium_dri.so free 0x5571735b2a40 void 0.000115
+gallium_dri.so free 0x5571735b28c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2a60 0.000113
+gallium_dri.so free 0x5571735b2b00 void 0.000113
+gallium_dri.so free 0x5571735b2a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000112
+gallium_dri.so free 0x5571735b2b80 void 0.000114
+gallium_dri.so free 0x5571735b2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000112
+gallium_dri.so free 0x5571735e6300 void 0.000113
+gallium_dri.so free 0x5571735b2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6300 0.000113
+gallium_dri.so free 0x5571735e63c0 void 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6300 0.000123
+gallium_dri.so free 0x5571735e6440 void 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6470 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000114
+gallium_dri.so free 0x5571735e6470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e64c0 0.000113
+gallium_dri.so free 0x5571735e6580 void 0.000114
+gallium_dri.so free 0x5571735e64c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e64c0 0.000112
+gallium_dri.so free 0x5571735e6680 void 0.000113
+gallium_dri.so free 0x5571735e64c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6630 0.000112
+gallium_dri.so free 0x5571735e6740 void 0.000112
+gallium_dri.so free 0x5571735e6630 void 0.000116
+gallium_dri.so malloc 72 0x5571735e66f0 0.000115
+gallium_dri.so free 0x5571735e6780 void 0.000113
+gallium_dri.so free 0x5571735e66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e66f0 0.000113
+gallium_dri.so free 0x5571735e6840 void 0.000113
+gallium_dri.so free 0x5571735e66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6880 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000114
+gallium_dri.so free 0x5571735e6880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6900 0.000112
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6900 0.000117
+gallium_dri.so free 0x5571735e6a40 void 0.000116
+gallium_dri.so free 0x5571735e6900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6900 0.000113
+gallium_dri.so free 0x5571735e6b00 void 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6900 0.000113
+gallium_dri.so free 0x5571735e6bc0 void 0.000112
+gallium_dri.so free 0x5571735e6900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6b70 0.000113
+gallium_dri.so free 0x5571735e6c40 void 0.000113
+gallium_dri.so free 0x5571735e6b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6c90 0.000112
+gallium_dri.so free 0x5571735e6d00 void 0.000114
+gallium_dri.so free 0x5571735e6c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6d20 0.000112
+gallium_dri.so free 0x5571735e6dc0 void 0.000113
+gallium_dri.so free 0x5571735e6d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6d70 0.000113
+gallium_dri.so free 0x5571735e6e40 void 0.000114
+gallium_dri.so free 0x5571735e6d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6d70 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000114
+gallium_dri.so free 0x5571735e6d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9b70 0.000114
+gallium_dri.so free 0x5571735b9c40 void 0.000113
+gallium_dri.so free 0x5571735b9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735b9c90 0.000112
+gallium_dri.so free 0x5571735b9d00 void 0.000161
+gallium_dri.so free 0x5571735b9c90 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9d20 0.000112
+gallium_dri.so free 0x5571735b9dc0 void 0.000121
+gallium_dri.so free 0x5571735b9d20 void 0.000258
+gallium_dri.so malloc 72 0x5571735b9d70 0.000244
+gallium_dri.so free 0x5571735b9e40 void 0.000115
+gallium_dri.so free 0x5571735b9d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9d70 0.000118
+gallium_dri.so free 0x5571735b9ec0 void 0.000115
+gallium_dri.so free 0x5571735b9d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000114
+gallium_dri.so free 0x5571735b9f80 void 0.000113
+gallium_dri.so free 0x5571735b9ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000114
+gallium_dri.so free 0x5571735ba080 void 0.000114
+gallium_dri.so free 0x5571735b9ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9ec0 0.000112
+gallium_dri.so free 0x5571735ba100 void 0.000113
+gallium_dri.so free 0x5571735b9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba130 0.000113
+gallium_dri.so free 0x5571735ba180 void 0.000113
+gallium_dri.so free 0x5571735ba130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba130 0.000113
+gallium_dri.so free 0x5571735ba280 void 0.000113
+gallium_dri.so free 0x5571735ba130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba230 0.000114
+gallium_dri.so free 0x5571735ba340 void 0.000163
+gallium_dri.so free 0x5571735ba230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000114
+gallium_dri.so free 0x5571735ba380 void 0.000112
+gallium_dri.so free 0x5571735ba2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba2f0 0.000114
+gallium_dri.so free 0x5571735ba440 void 0.000113
+gallium_dri.so free 0x5571735ba2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba490 0.000112
+gallium_dri.so free 0x5571735ba500 void 0.000115
+gallium_dri.so free 0x5571735ba490 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba540 0.000112
+gallium_dri.so free 0x5571735ba5c0 void 0.000114
+gallium_dri.so free 0x5571735ba540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000112
+gallium_dri.so free 0x5571735ba680 void 0.000114
+gallium_dri.so free 0x5571735ba5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba5c0 0.000113
+gallium_dri.so free 0x5571735ba700 void 0.000121
+gallium_dri.so free 0x5571735ba5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba730 0.000115
+gallium_dri.so free 0x5571735ba780 void 0.000118
+gallium_dri.so free 0x5571735ba730 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba730 0.000116
+gallium_dri.so free 0x557173451dc0 void 0.000116
+gallium_dri.so free 0x5571735ba730 void 0.000117
+gallium_dri.so malloc 72 0x557173451dc0 0.000165
+gallium_dri.so free 0x557173451e80 void 0.000163
+gallium_dri.so free 0x557173451dc0 void 0.000161
+gallium_dri.so malloc 72 0x557173451dc0 0.000163
+gallium_dri.so free 0x557173451f80 void 0.000163
+gallium_dri.so free 0x557173451dc0 void 0.000157
+gallium_dri.so malloc 72 0x557173451f30 0.000160
+gallium_dri.so free 0x557173451fc0 void 0.000161
+gallium_dri.so free 0x557173451f30 void 0.000160
+gallium_dri.so malloc 72 0x557173451f30 0.000158
+gallium_dri.so free 0x557173452080 void 0.000161
+gallium_dri.so free 0x557173451f30 void 0.000158
+gallium_dri.so malloc 72 0x5571734520c0 0.000161
+gallium_dri.so free 0x557173452140 void 0.000165
+gallium_dri.so free 0x5571734520c0 void 0.000163
+gallium_dri.so malloc 72 0x557173452140 0.000162
+gallium_dri.so free 0x557173452200 void 0.000162
+gallium_dri.so free 0x557173452140 void 0.000163
+gallium_dri.so malloc 72 0x557173452140 0.000162
+gallium_dri.so free 0x557173452280 void 0.000164
+gallium_dri.so free 0x557173452140 void 0.000120
+gallium_dri.so malloc 72 0x5571734522b0 0.000121
+gallium_dri.so free 0x557173452300 void 0.000120
+gallium_dri.so free 0x5571734522b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734522b0 0.000120
+gallium_dri.so free 0x557173452400 void 0.000122
+gallium_dri.so free 0x5571734522b0 void 0.000119
+gallium_dri.so malloc 72 0x557173452440 0.000119
+gallium_dri.so free 0x5571734524c0 void 0.000121
+gallium_dri.so free 0x557173452440 void 0.000116
+gallium_dri.so malloc 72 0x5571734524c0 0.000120
+gallium_dri.so free 0x557173452580 void 0.000120
+gallium_dri.so free 0x5571734524c0 void 0.000158
+gallium_dri.so malloc 72 0x5571734524c0 0.000121
+gallium_dri.so free 0x557173452600 void 0.000121
+gallium_dri.so free 0x5571734524c0 void 0.000118
+gallium_dri.so malloc 72 0x557173452630 0.000117
+gallium_dri.so free 0x557173452680 void 0.000121
+gallium_dri.so free 0x557173452630 void 0.000122
+gallium_dri.so malloc 72 0x557173452630 0.000122
+gallium_dri.so free 0x557173452780 void 0.000121
+gallium_dri.so free 0x557173452630 void 0.000121
+gallium_dri.so malloc 72 0x557173452730 0.000121
+gallium_dri.so free 0x557173452840 void 0.000119
+gallium_dri.so free 0x557173452730 void 0.000127
+gallium_dri.so malloc 72 0x5571734527f0 0.000116
+gallium_dri.so free 0x5571734528c0 void 0.000114
+gallium_dri.so free 0x5571734527f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734527f0 0.000112
+gallium_dri.so free 0x557173452980 void 0.000114
+gallium_dri.so free 0x5571734527f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734527f0 0.000114
+gallium_dri.so free 0x557173452a40 void 0.000115
+gallium_dri.so free 0x5571734527f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734529f0 0.000112
+gallium_dri.so free 0x557173452ac0 void 0.000115
+gallium_dri.so free 0x5571734529f0 void 0.000113
+gallium_dri.so malloc 72 0x557173452b10 0.000114
+gallium_dri.so free 0x5571735e7340 void 0.000115
+gallium_dri.so free 0x557173452b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7360 0.000116
+gallium_dri.so free 0x5571735e7400 void 0.000114
+gallium_dri.so free 0x5571735e7360 void 0.000113
+gallium_dri.so malloc 72 0x5571735e73b0 0.000114
+gallium_dri.so free 0x5571735e7480 void 0.000114
+gallium_dri.so free 0x5571735e73b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7480 0.000113
+gallium_dri.so free 0x5571735e7540 void 0.000117
+gallium_dri.so free 0x5571735e7480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7480 0.000112
+gallium_dri.so free 0x5571735e75c0 void 0.000114
+gallium_dri.so free 0x5571735e7480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e75c0 0.000128
+gallium_dri.so free 0x5571735e7680 void 0.000115
+gallium_dri.so free 0x5571735e75c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e75c0 0.000113
+gallium_dri.so free 0x5571735e7740 void 0.000112
+gallium_dri.so free 0x5571735e75c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e75c0 0.000113
+gallium_dri.so free 0x5571735e7800 void 0.000112
+gallium_dri.so free 0x5571735e75c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e77b0 0.000112
+gallium_dri.so free 0x5571735e7880 void 0.000112
+gallium_dri.so free 0x5571735e77b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e78d0 0.000113
+gallium_dri.so free 0x5571735e7940 void 0.000114
+gallium_dri.so free 0x5571735e78d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7980 0.000112
+gallium_dri.so free 0x5571735e7a00 void 0.000117
+gallium_dri.so free 0x5571735e7980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7980 0.000113
+gallium_dri.so free 0x5571735e7a80 void 0.000112
+gallium_dri.so free 0x5571735e7980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000112
+gallium_dri.so free 0x5571735e7b00 void 0.000112
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7bb0 0.000112
+gallium_dri.so free 0x5571735e7cc0 void 0.000158
+gallium_dri.so free 0x5571735e7bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7c70 0.000115
+gallium_dri.so free 0x5571735e7d00 void 0.000116
+gallium_dri.so free 0x5571735e7c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7c70 0.000117
+gallium_dri.so free 0x5571735e7dc0 void 0.000115
+gallium_dri.so free 0x5571735e7c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7e30 0.000115
+gallium_dri.so free 0x5571735e7e80 void 0.000115
+gallium_dri.so free 0x5571735e7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7e30 0.000116
+gallium_dri.so free 0x5571735e7f80 void 0.000113
+gallium_dri.so free 0x5571735e7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7f30 0.000115
+gallium_dri.so free 0x5571735e8040 void 0.000116
+gallium_dri.so free 0x5571735e7f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7ff0 0.000117
+gallium_dri.so free 0x5571735e8080 void 0.000114
+gallium_dri.so free 0x5571735e7ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ff0 0.000115
+gallium_dri.so free 0x5571735e8140 void 0.000116
+gallium_dri.so free 0x5571735e7ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8180 0.000116
+gallium_dri.so free 0x5571735e8280 void 0.000117
+gallium_dri.so free 0x5571735e8180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82d0 0.000122
+gallium_dri.so free 0x5571735e8340 void 0.000118
+gallium_dri.so free 0x5571735e82d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e83a0 0.000115
+gallium_dri.so free 0x5571735e8440 void 0.000115
+gallium_dri.so free 0x5571735e83a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e83f0 0.000115
+gallium_dri.so free 0x5571735e8480 void 0.000115
+gallium_dri.so free 0x5571735e83f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e83f0 0.000114
+gallium_dri.so free 0x5571735e8540 void 0.000116
+gallium_dri.so free 0x5571735e83f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8580 0.000116
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so free 0x5571735e8580 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8600 0.000115
+gallium_dri.so free 0x5571735e86c0 void 0.000116
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8600 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000116
+gallium_dri.so free 0x5571735e8600 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8770 0.000116
+gallium_dri.so free 0x5571735e87c0 void 0.000115
+gallium_dri.so free 0x5571735e8770 void 0.000116
+gallium_dri.so malloc 72 0x5571735e87c0 0.000115
+gallium_dri.so free 0x5571735e8880 void 0.000115
+gallium_dri.so free 0x5571735e87c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e87c0 0.000114
+gallium_dri.so free 0x5571735e8980 void 0.000111
+gallium_dri.so free 0x5571735e87c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8930 0.000115
+gallium_dri.so free 0x5571735e8a40 void 0.000117
+gallium_dri.so free 0x5571735e8930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e89f0 0.000118
+gallium_dri.so free 0x5571735e8a80 void 0.000115
+gallium_dri.so free 0x5571735e89f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e89f0 0.000116
+gallium_dri.so free 0x5571735e8b40 void 0.000116
+gallium_dri.so free 0x5571735e89f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8b80 0.000115
+gallium_dri.so free 0x5571735e8c00 void 0.000115
+gallium_dri.so free 0x5571735e8b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8c00 0.000162
+gallium_dri.so free 0x5571735e8cc0 void 0.000117
+gallium_dri.so free 0x5571735e8c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8c00 0.000114
+gallium_dri.so free 0x5571735e8d40 void 0.000117
+gallium_dri.so free 0x5571735e8c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8c00 0.000117
+gallium_dri.so free 0x5571735e8e00 void 0.000115
+gallium_dri.so free 0x5571735e8c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8c00 0.000116
+gallium_dri.so free 0x5571735e8ec0 void 0.000115
+gallium_dri.so free 0x5571735e8c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8e70 0.000132
+gallium_dri.so free 0x5571735e8f40 void 0.000123
+gallium_dri.so free 0x5571735e8e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e8f90 0.000121
+gallium_dri.so free 0x5571735e9000 void 0.000122
+gallium_dri.so free 0x5571735e8f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9020 0.000121
+gallium_dri.so free 0x5571735e90c0 void 0.000123
+gallium_dri.so free 0x5571735e9020 void 0.000121
+gallium_dri.so malloc 72 0x5571735e9070 0.000121
+gallium_dri.so free 0x5571735e9140 void 0.000121
+gallium_dri.so free 0x5571735e9070 void 0.000122
+gallium_dri.so malloc 72 0x5571735e9070 0.000121
+gallium_dri.so free 0x5571735e9240 void 0.000121
+gallium_dri.so free 0x5571735e9070 void 0.000122
+gallium_dri.so malloc 72 0x5571735e91f0 0.000121
+gallium_dri.so free 0x5571735e92c0 void 0.000122
+gallium_dri.so free 0x5571735e91f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e9310 0.000122
+gallium_dri.so free 0x5571735e9380 void 0.000122
+gallium_dri.so free 0x5571735e9310 void 0.000121
+gallium_dri.so malloc 72 0x5571735e93a0 0.000121
+gallium_dri.so free 0x5571735e9440 void 0.000121
+gallium_dri.so free 0x5571735e93a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e93f0 0.000120
+gallium_dri.so free 0x5571735e94c0 void 0.000121
+gallium_dri.so free 0x5571735e93f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e93f0 0.000122
+gallium_dri.so free 0x5571735e9540 void 0.000121
+gallium_dri.so free 0x5571735e93f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e9540 0.000121
+gallium_dri.so free 0x5571735e9600 void 0.000121
+gallium_dri.so free 0x5571735e9540 void 0.000121
+gallium_dri.so malloc 72 0x5571735e9540 0.000121
+gallium_dri.so free 0x5571735b0b00 void 0.000121
+gallium_dri.so free 0x5571735e9540 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0b20 0.000122
+gallium_dri.so free 0x5571735b0bc0 void 0.000121
+gallium_dri.so free 0x5571735b0b20 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0b70 0.000121
+gallium_dri.so free 0x5571735b0c40 void 0.000124
+gallium_dri.so free 0x5571735b0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0b70 0.000120
+gallium_dri.so free 0x5571735b0cc0 void 0.000122
+gallium_dri.so free 0x5571735b0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0cc0 0.000121
+gallium_dri.so free 0x5571735b0d80 void 0.000121
+gallium_dri.so free 0x5571735b0cc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b0cc0 0.000122
+gallium_dri.so free 0x5571735b0e40 void 0.000122
+gallium_dri.so free 0x5571735b0cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b0cc0 0.000173
+gallium_dri.so free 0x5571735b0f00 void 0.000162
+gallium_dri.so free 0x5571735b0cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0eb0 0.000113
+gallium_dri.so free 0x5571735b0fc0 void 0.000113
+gallium_dri.so free 0x5571735b0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0f70 0.000112
+gallium_dri.so free 0x5571735b1040 void 0.000112
+gallium_dri.so free 0x5571735b0f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1090 0.000112
+gallium_dri.so free 0x5571735b1100 void 0.000115
+gallium_dri.so free 0x5571735b1090 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1120 0.000113
+gallium_dri.so free 0x5571735b11c0 void 0.000112
+gallium_dri.so free 0x5571735b1120 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1170 0.000113
+gallium_dri.so free 0x5571735b1240 void 0.000113
+gallium_dri.so free 0x5571735b1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1170 0.000112
+gallium_dri.so free 0x5571735b12c0 void 0.000113
+gallium_dri.so free 0x5571735b1170 void 0.000115
+gallium_dri.so malloc 72 0x5571735b12c0 0.000114
+gallium_dri.so free 0x5571735b1380 void 0.000113
+gallium_dri.so free 0x5571735b12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b12c0 0.000114
+gallium_dri.so free 0x5571735b1480 void 0.000113
+gallium_dri.so free 0x5571735b12c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1430 0.000135
+gallium_dri.so free 0x5571735b14c0 void 0.000121
+gallium_dri.so free 0x5571735b1430 void 0.000122
+gallium_dri.so malloc 72 0x5571735b1430 0.000122
+gallium_dri.so free 0x5571735b1580 void 0.000125
+gallium_dri.so free 0x5571735b1430 void 0.000123
+gallium_dri.so malloc 72 0x5571735b15c0 0.000121
+gallium_dri.so free 0x5571735b1640 void 0.000121
+gallium_dri.so free 0x5571735b15c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1640 0.000122
+gallium_dri.so free 0x5571735b1700 void 0.000121
+gallium_dri.so free 0x5571735b1640 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1640 0.000121
+gallium_dri.so free 0x5571735b1780 void 0.000120
+gallium_dri.so free 0x5571735b1640 void 0.000119
+gallium_dri.so malloc 72 0x5571735b17b0 0.000120
+gallium_dri.so free 0x5571735b1800 void 0.000136
+gallium_dri.so free 0x5571735b17b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b17b0 0.000120
+gallium_dri.so free 0x5571735b1900 void 0.000120
+gallium_dri.so free 0x5571735b17b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1940 0.000118
+gallium_dri.so free 0x5571735b19c0 void 0.000120
+gallium_dri.so free 0x5571735b1940 void 0.000117
+gallium_dri.so malloc 72 0x5571735b19c0 0.000123
+gallium_dri.so free 0x5571735b1a80 void 0.000122
+gallium_dri.so free 0x5571735b19c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b19c0 0.000121
+gallium_dri.so free 0x5571735b1b00 void 0.000119
+gallium_dri.so free 0x5571735b19c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1b30 0.000121
+gallium_dri.so free 0x5571735b1b80 void 0.000124
+gallium_dri.so free 0x5571735b1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1b30 0.000145
+gallium_dri.so free 0x5571735b1c80 void 0.000118
+gallium_dri.so free 0x5571735b1b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1c30 0.000119
+gallium_dri.so free 0x5571735b1d40 void 0.000161
+gallium_dri.so free 0x5571735b1c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1cf0 0.000125
+gallium_dri.so free 0x5571735b1dc0 void 0.000123
+gallium_dri.so free 0x5571735b1cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1cf0 0.000121
+gallium_dri.so free 0x5571735b1e80 void 0.000122
+gallium_dri.so free 0x5571735b1cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b1cf0 0.000119
+gallium_dri.so free 0x5571735b1f40 void 0.000121
+gallium_dri.so free 0x5571735b1cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b1ef0 0.000120
+gallium_dri.so free 0x5571735b1fc0 void 0.000122
+gallium_dri.so free 0x5571735b1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2010 0.000132
+gallium_dri.so free 0x5571735b2080 void 0.000122
+gallium_dri.so free 0x5571735b2010 void 0.000121
+gallium_dri.so malloc 72 0x5571735b20a0 0.000132
+gallium_dri.so free 0x5571735d78c0 void 0.000124
+gallium_dri.so free 0x5571735b20a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d78f0 0.000122
+gallium_dri.so free 0x5571735d7940 void 0.000121
+gallium_dri.so free 0x5571735d78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7940 0.000121
+gallium_dri.so free 0x5571735d7a00 void 0.000120
+gallium_dri.so free 0x5571735d7940 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7940 0.000122
+gallium_dri.so free 0x5571735d7b00 void 0.000121
+gallium_dri.so free 0x5571735d7940 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000121
+gallium_dri.so free 0x5571735d7bc0 void 0.000120
+gallium_dri.so free 0x5571735d7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7b70 0.000120
+gallium_dri.so free 0x5571735d7c00 void 0.000123
+gallium_dri.so free 0x5571735d7b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7b70 0.000121
+gallium_dri.so free 0x5571735d7cc0 void 0.000120
+gallium_dri.so free 0x5571735d7b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7d00 0.000123
+gallium_dri.so free 0x5571735d7d80 void 0.000143
+gallium_dri.so free 0x5571735d7d00 void 0.000155
+gallium_dri.so malloc 72 0x5571735d7d80 0.000167
+gallium_dri.so free 0x5571735d7e40 void 0.000170
+gallium_dri.so free 0x5571735d7d80 void 0.000153
+gallium_dri.so malloc 72 0x5571735d7d80 0.000152
+gallium_dri.so free 0x5571735d7ec0 void 0.000153
+gallium_dri.so free 0x5571735d7d80 void 0.000150
+gallium_dri.so malloc 72 0x5571735d7d80 0.000153
+gallium_dri.so free 0x5571735d7f80 void 0.000153
+gallium_dri.so free 0x5571735d7d80 void 0.000153
+gallium_dri.so malloc 72 0x5571735d7d80 0.000153
+gallium_dri.so free 0x5571735d8040 void 0.000168
+gallium_dri.so free 0x5571735d7d80 void 0.000168
+gallium_dri.so malloc 72 0x5571735d7ff0 0.000154
+gallium_dri.so free 0x5571735d80c0 void 0.000154
+gallium_dri.so free 0x5571735d7ff0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d8110 0.000152
+gallium_dri.so free 0x5571735d8180 void 0.000153
+gallium_dri.so free 0x5571735d8110 void 0.000150
+gallium_dri.so malloc 72 0x5571735d81a0 0.000160
+gallium_dri.so free 0x5571735d8240 void 0.000171
+gallium_dri.so free 0x5571735d81a0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d81f0 0.000152
+gallium_dri.so free 0x5571735d82c0 void 0.000153
+gallium_dri.so free 0x5571735d81f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d81f0 0.000153
+gallium_dri.so free 0x5571735d83c0 void 0.000153
+gallium_dri.so free 0x5571735d81f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d8370 0.000152
+gallium_dri.so free 0x5571735d8440 void 0.000153
+gallium_dri.so free 0x5571735d8370 void 0.000151
+gallium_dri.so malloc 72 0x5571735d8490 0.000153
+gallium_dri.so free 0x5571735d8500 void 0.000154
+gallium_dri.so free 0x5571735d8490 void 0.000151
+gallium_dri.so malloc 72 0x5571735d8520 0.000152
+gallium_dri.so free 0x5571735d85c0 void 0.000153
+gallium_dri.so free 0x5571735d8520 void 0.000154
+gallium_dri.so malloc 72 0x5571735d8570 0.000150
+gallium_dri.so free 0x5571735d8640 void 0.000152
+gallium_dri.so free 0x5571735d8570 void 0.000174
+gallium_dri.so malloc 72 0x5571735d8570 0.000153
+gallium_dri.so free 0x5571735d86c0 void 0.000161
+gallium_dri.so free 0x5571735d8570 void 0.000136
+gallium_dri.so malloc 72 0x5571735d86c0 0.000122
+gallium_dri.so free 0x5571735d8780 void 0.000122
+gallium_dri.so free 0x5571735d86c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d86c0 0.000120
+gallium_dri.so free 0x5571735d8880 void 0.000121
+gallium_dri.so free 0x5571735d86c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d86c0 0.000122
+gallium_dri.so free 0x5571735d8900 void 0.000122
+gallium_dri.so free 0x5571735d86c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8930 0.000121
+gallium_dri.so free 0x5571735d8980 void 0.000122
+gallium_dri.so free 0x5571735d8930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8930 0.000122
+gallium_dri.so free 0x5571735d8a80 void 0.000122
+gallium_dri.so free 0x5571735d8930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8a30 0.000124
+gallium_dri.so free 0x5571735d8b40 void 0.000120
+gallium_dri.so free 0x5571735d8a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8af0 0.000123
+gallium_dri.so free 0x5571735d8b80 void 0.000123
+gallium_dri.so free 0x5571735d8af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d8af0 0.000122
+gallium_dri.so free 0x5571735d8c40 void 0.000122
+gallium_dri.so free 0x5571735d8af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8c90 0.000119
+gallium_dri.so free 0x5571735d8d00 void 0.000124
+gallium_dri.so free 0x5571735d8c90 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8d40 0.000118
+gallium_dri.so free 0x5571735d8dc0 void 0.000121
+gallium_dri.so free 0x5571735d8d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000120
+gallium_dri.so free 0x5571735d8e80 void 0.000122
+gallium_dri.so free 0x5571735d8dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000122
+gallium_dri.so free 0x5571735d8f00 void 0.000121
+gallium_dri.so free 0x5571735d8dc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d8f30 0.000122
+gallium_dri.so free 0x5571735d8f80 void 0.000123
+gallium_dri.so free 0x5571735d8f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8f30 0.000121
+gallium_dri.so free 0x5571735b3440 void 0.000122
+gallium_dri.so free 0x5571735d8f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b33f0 0.000122
+gallium_dri.so free 0x5571735b3500 void 0.000122
+gallium_dri.so free 0x5571735b33f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b34b0 0.000122
+gallium_dri.so free 0x5571735b3580 void 0.000160
+gallium_dri.so free 0x5571735b34b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b35a0 0.000175
+gallium_dri.so free 0x5571735b3640 void 0.000165
+gallium_dri.so free 0x5571735b35a0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b35f0 0.000170
+gallium_dri.so free 0x5571735b36c0 void 0.000163
+gallium_dri.so free 0x5571735b35f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b35f0 0.000161
+gallium_dri.so free 0x5571735b3740 void 0.000165
+gallium_dri.so free 0x5571735b35f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735b3740 0.000161
+gallium_dri.so free 0x5571735b3800 void 0.000163
+gallium_dri.so free 0x5571735b3740 void 0.000165
+gallium_dri.so malloc 72 0x5571735b3740 0.000165
+gallium_dri.so free 0x5571735b38c0 void 0.000165
+gallium_dri.so free 0x5571735b3740 void 0.000163
+gallium_dri.so malloc 72 0x5571735b3740 0.000160
+gallium_dri.so free 0x5571735b3980 void 0.000162
+gallium_dri.so free 0x5571735b3740 void 0.000179
+gallium_dri.so malloc 72 0x5571735b3930 0.000122
+gallium_dri.so free 0x5571735b3980 void 0.000120
+gallium_dri.so free 0x5571735b3930 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3930 0.000119
+gallium_dri.so free 0x5571735b3a80 void 0.000120
+gallium_dri.so free 0x5571735b3930 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3a30 0.000116
+gallium_dri.so free 0x5571735b3b40 void 0.000117
+gallium_dri.so free 0x5571735b3a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3af0 0.000115
+gallium_dri.so free 0x5571735b3b80 void 0.000118
+gallium_dri.so free 0x5571735b3af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3af0 0.000119
+gallium_dri.so free 0x5571735b3c40 void 0.000120
+gallium_dri.so free 0x5571735b3af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3c80 0.000116
+gallium_dri.so free 0x5571735b3d00 void 0.000121
+gallium_dri.so free 0x5571735b3c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3d00 0.000119
+gallium_dri.so free 0x5571735b3dc0 void 0.000120
+gallium_dri.so free 0x5571735b3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3d00 0.000121
+gallium_dri.so free 0x5571735b3e80 void 0.000120
+gallium_dri.so free 0x5571735b3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3ea0 0.000119
+gallium_dri.so free 0x5571735b3f40 void 0.000128
+gallium_dri.so free 0x5571735b3ea0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000147
+gallium_dri.so free 0x5571735b3fc0 void 0.000116
+gallium_dri.so free 0x5571735b3ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000117
+gallium_dri.so free 0x5571735b4040 void 0.000121
+gallium_dri.so free 0x5571735b3ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4040 0.000121
+gallium_dri.so free 0x5571735b4100 void 0.000120
+gallium_dri.so free 0x5571735b4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4040 0.000122
+gallium_dri.so free 0x5571735b41c0 void 0.000118
+gallium_dri.so free 0x5571735b4040 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4040 0.000118
+gallium_dri.so free 0x5571735b4280 void 0.000122
+gallium_dri.so free 0x5571735b4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4230 0.000119
+gallium_dri.so free 0x5571735b4340 void 0.000119
+gallium_dri.so free 0x5571735b4230 void 0.000117
+gallium_dri.so malloc 72 0x5571735b42f0 0.000119
+gallium_dri.so free 0x5571735b43c0 void 0.000120
+gallium_dri.so free 0x5571735b42f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4410 0.000116
+gallium_dri.so free 0x5571735b4480 void 0.000117
+gallium_dri.so free 0x5571735b4410 void 0.000115
+gallium_dri.so malloc 72 0x5571735b44a0 0.000125
+gallium_dri.so free 0x5571735b4540 void 0.000122
+gallium_dri.so free 0x5571735b44a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b44f0 0.000121
+gallium_dri.so free 0x5571735b45c0 void 0.000121
+gallium_dri.so free 0x5571735b44f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b44f0 0.000122
+gallium_dri.so free 0x5571735b4640 void 0.000121
+gallium_dri.so free 0x5571735b44f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4640 0.000119
+gallium_dri.so free 0x5571735b4700 void 0.000121
+gallium_dri.so free 0x5571735b4640 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4640 0.000123
+gallium_dri.so free 0x5571735b4800 void 0.000122
+gallium_dri.so free 0x5571735b4640 void 0.000121
+gallium_dri.so malloc 72 0x5571735b47b0 0.000120
+gallium_dri.so free 0x5571735b4840 void 0.000130
+gallium_dri.so free 0x5571735b47b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b47b0 0.000122
+gallium_dri.so free 0x5571735b4900 void 0.000120
+gallium_dri.so free 0x5571735b47b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4940 0.000122
+gallium_dri.so free 0x5571735b49c0 void 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000122
+gallium_dri.so malloc 72 0x5571735b49c0 0.000121
+gallium_dri.so free 0x5571735b4a80 void 0.000131
+gallium_dri.so free 0x5571735b49c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b49c0 0.000123
+gallium_dri.so free 0x5571735b4b00 void 0.000119
+gallium_dri.so free 0x5571735b49c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4b30 0.000120
+gallium_dri.so free 0x5571735b4b80 void 0.000122
+gallium_dri.so free 0x5571735b4b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4b30 0.000121
+gallium_dri.so free 0x557173453000 void 0.000121
+gallium_dri.so free 0x5571735b4b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4b30 0.000122
+gallium_dri.so free 0x557173453080 void 0.000120
+gallium_dri.so free 0x5571735b4b30 void 0.000120
+gallium_dri.so malloc 72 0x557173453080 0.000120
+gallium_dri.so free 0x557173453140 void 0.000122
+gallium_dri.so free 0x557173453080 void 0.000124
+gallium_dri.so malloc 72 0x557173453080 0.000122
+gallium_dri.so free 0x557173453200 void 0.000123
+gallium_dri.so free 0x557173453080 void 0.000122
+gallium_dri.so malloc 72 0x557173453080 0.000121
+gallium_dri.so free 0x5571734532c0 void 0.000121
+gallium_dri.so free 0x557173453080 void 0.000121
+gallium_dri.so malloc 72 0x557173453270 0.000120
+gallium_dri.so free 0x557173453340 void 0.000124
+gallium_dri.so free 0x557173453270 void 0.000122
+gallium_dri.so malloc 72 0x557173453390 0.000125
+gallium_dri.so free 0x557173453400 void 0.000120
+gallium_dri.so free 0x557173453390 void 0.000122
+gallium_dri.so malloc 72 0x557173453460 0.000119
+gallium_dri.so free 0x557173453500 void 0.000122
+gallium_dri.so free 0x557173453460 void 0.000122
+gallium_dri.so malloc 72 0x5571734534b0 0.000119
+gallium_dri.so free 0x557173453540 void 0.000119
+gallium_dri.so free 0x5571734534b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734534b0 0.000122
+gallium_dri.so free 0x557173453600 void 0.000123
+gallium_dri.so free 0x5571734534b0 void 0.000121
+gallium_dri.so malloc 72 0x557173453640 0.000122
+gallium_dri.so free 0x5571734536c0 void 0.000119
+gallium_dri.so free 0x557173453640 void 0.000120
+gallium_dri.so malloc 72 0x5571734536c0 0.000121
+gallium_dri.so free 0x557173453780 void 0.000122
+gallium_dri.so free 0x5571734536c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734536c0 0.000123
+gallium_dri.so free 0x557173453800 void 0.000122
+gallium_dri.so free 0x5571734536c0 void 0.000121
+gallium_dri.so malloc 72 0x557173453830 0.000122
+gallium_dri.so free 0x557173453880 void 0.000118
+gallium_dri.so free 0x557173453830 void 0.000122
+gallium_dri.so malloc 72 0x557173453880 0.000121
+gallium_dri.so free 0x557173453940 void 0.000161
+gallium_dri.so free 0x557173453880 void 0.000123
+gallium_dri.so malloc 72 0x557173453880 0.000123
+gallium_dri.so free 0x557173453a40 void 0.000122
+gallium_dri.so free 0x557173453880 void 0.000122
+gallium_dri.so malloc 72 0x5571734539f0 0.000122
+gallium_dri.so free 0x557173453b00 void 0.000123
+gallium_dri.so free 0x5571734539f0 void 0.000122
+gallium_dri.so malloc 72 0x557173453ab0 0.000121
+gallium_dri.so free 0x557173453b40 void 0.000121
+gallium_dri.so free 0x557173453ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173453ab0 0.000121
+gallium_dri.so free 0x557173453c00 void 0.000122
+gallium_dri.so free 0x557173453ab0 void 0.000128
+gallium_dri.so malloc 72 0x557173453c40 0.000122
+gallium_dri.so free 0x557173453cc0 void 0.000122
+gallium_dri.so free 0x557173453c40 void 0.000123
+gallium_dri.so malloc 72 0x557173453cc0 0.000121
+gallium_dri.so free 0x557173453d80 void 0.000122
+gallium_dri.so free 0x557173453cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173453cc0 0.000143
+gallium_dri.so free 0x557173453e00 void 0.000121
+gallium_dri.so free 0x557173453cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173453cc0 0.000121
+gallium_dri.so free 0x557173453ec0 void 0.000122
+gallium_dri.so free 0x557173453cc0 void 0.000178
+gallium_dri.so malloc 72 0x557173453cc0 0.000124
+gallium_dri.so free 0x557173453f80 void 0.000123
+gallium_dri.so free 0x557173453cc0 void 0.000142
+gallium_dri.so malloc 72 0x557173453f30 0.000121
+gallium_dri.so free 0x557173454000 void 0.000122
+gallium_dri.so free 0x557173453f30 void 0.000119
+gallium_dri.so malloc 72 0x557173454050 0.000122
+gallium_dri.so free 0x5571734540c0 void 0.000122
+gallium_dri.so free 0x557173454050 void 0.000122
+gallium_dri.so malloc 72 0x5571734540e0 0.000121
+gallium_dri.so free 0x557173454180 void 0.000120
+gallium_dri.so free 0x5571734540e0 void 0.000119
+gallium_dri.so malloc 72 0x557173454130 0.000121
+gallium_dri.so free 0x557173454200 void 0.000123
+gallium_dri.so free 0x557173454130 void 0.000121
+gallium_dri.so malloc 72 0x557173454130 0.000120
+gallium_dri.so free 0x557173454300 void 0.000122
+gallium_dri.so free 0x557173454130 void 0.000120
+gallium_dri.so malloc 72 0x5571734542b0 0.000122
+gallium_dri.so free 0x557173454380 void 0.000123
+gallium_dri.so free 0x5571734542b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734543d0 0.000119
+gallium_dri.so free 0x557173454440 void 0.000122
+gallium_dri.so free 0x5571734543d0 void 0.000120
+gallium_dri.so malloc 72 0x557173454460 0.000122
+gallium_dri.so free 0x557173454500 void 0.000120
+gallium_dri.so free 0x557173454460 void 0.000122
+gallium_dri.so malloc 72 0x5571734544b0 0.000118
+gallium_dri.so free 0x557173454580 void 0.000121
+gallium_dri.so free 0x5571734544b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734544b0 0.000123
+gallium_dri.so free 0x557173454600 void 0.000119
+gallium_dri.so free 0x5571734544b0 void 0.000122
+gallium_dri.so malloc 72 0x557173454600 0.000121
+gallium_dri.so free 0x5571734546c0 void 0.000121
+gallium_dri.so free 0x557173454600 void 0.000119
+gallium_dri.so malloc 72 0x557173454600 0.000122
+gallium_dri.so free 0x5571734547c0 void 0.000119
+gallium_dri.so free 0x557173454600 void 0.000118
+gallium_dri.so malloc 72 0x557173454600 0.000120
+gallium_dri.so free 0x557173454840 void 0.000123
+gallium_dri.so free 0x557173454600 void 0.000120
+gallium_dri.so malloc 72 0x557173454870 0.000122
+gallium_dri.so free 0x5571734548c0 void 0.000120
+gallium_dri.so free 0x557173454870 void 0.000121
+gallium_dri.so malloc 72 0x557173454870 0.000118
+gallium_dri.so free 0x5571734549c0 void 0.000119
+gallium_dri.so free 0x557173454870 void 0.000119
+gallium_dri.so malloc 72 0x557173454970 0.000121
+gallium_dri.so free 0x557173454a80 void 0.000122
+gallium_dri.so free 0x557173454970 void 0.000193
+gallium_dri.so malloc 72 0x557173454a30 0.000121
+gallium_dri.so free 0x557173454ac0 void 0.000122
+gallium_dri.so free 0x557173454a30 void 0.000181
+gallium_dri.so malloc 72 0x557173454a30 0.000149
+gallium_dri.so free 0x557173454b80 void 0.000135
+gallium_dri.so free 0x557173454a30 void 0.000122
+gallium_dri.so malloc 72 0x557173454bd0 0.000122
+gallium_dri.so free 0x557173454c40 void 0.000123
+gallium_dri.so free 0x557173454bd0 void 0.000127
+gallium_dri.so malloc 72 0x557173454c80 0.000123
+gallium_dri.so free 0x557173454d00 void 0.000123
+gallium_dri.so free 0x557173454c80 void 0.000122
+gallium_dri.so malloc 72 0x557173454d00 0.000121
+gallium_dri.so free 0x557173454dc0 void 0.000122
+gallium_dri.so free 0x557173454d00 void 0.000121
+gallium_dri.so malloc 72 0x557173454d00 0.000121
+gallium_dri.so free 0x557173454e40 void 0.000122
+gallium_dri.so free 0x557173454d00 void 0.000122
+gallium_dri.so malloc 72 0x557173454e70 0.000129
+gallium_dri.so free 0x557173454ec0 void 0.000124
+gallium_dri.so free 0x557173454e70 void 0.000121
+gallium_dri.so malloc 72 0x557173454e70 0.000120
+gallium_dri.so free 0x557173454fc0 void 0.000122
+gallium_dri.so free 0x557173454e70 void 0.000128
+gallium_dri.so malloc 72 0x557173454f70 0.000123
+gallium_dri.so free 0x557173455080 void 0.000122
+gallium_dri.so free 0x557173454f70 void 0.000122
+gallium_dri.so malloc 72 0x557173455030 0.000121
+gallium_dri.so free 0x557173455100 void 0.000123
+gallium_dri.so free 0x557173455030 void 0.000122
+gallium_dri.so malloc 72 0x557173455120 0.000121
+gallium_dri.so free 0x5571734551c0 void 0.000122
+gallium_dri.so free 0x557173455120 void 0.000120
+gallium_dri.so malloc 72 0x557173455170 0.000121
+gallium_dri.so free 0x557173455240 void 0.000167
+gallium_dri.so free 0x557173455170 void 0.000186
+gallium_dri.so malloc 72 0x557173455170 0.000200
+gallium_dri.so free 0x5571734552c0 void 0.000199
+gallium_dri.so free 0x557173455170 void 0.000200
+gallium_dri.so malloc 72 0x5571734552c0 0.000180
+gallium_dri.so free 0x5571735e3d40 void 0.000192
+gallium_dri.so free 0x5571734552c0 void 0.000197
+gallium_dri.so malloc 72 0x5571734552c0 0.000180
+gallium_dri.so free 0x5571735e3dc0 void 0.000156
+gallium_dri.so free 0x5571734552c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3df0 0.000122
+gallium_dri.so free 0x5571735e3e40 void 0.000121
+gallium_dri.so free 0x5571735e3df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3df0 0.000122
+gallium_dri.so free 0x5571735e3f40 void 0.000124
+gallium_dri.so free 0x5571735e3df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3f80 0.000121
+gallium_dri.so free 0x5571735e4000 void 0.000120
+gallium_dri.so free 0x5571735e3f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4000 0.000123
+gallium_dri.so free 0x5571735e40c0 void 0.000121
+gallium_dri.so free 0x5571735e4000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4000 0.000120
+gallium_dri.so free 0x5571735e4140 void 0.000122
+gallium_dri.so free 0x5571735e4000 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4170 0.000122
+gallium_dri.so free 0x5571735e41c0 void 0.000121
+gallium_dri.so free 0x5571735e4170 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4170 0.000122
+gallium_dri.so free 0x5571735e42c0 void 0.000121
+gallium_dri.so free 0x5571735e4170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4270 0.000121
+gallium_dri.so free 0x5571735e4380 void 0.000122
+gallium_dri.so free 0x5571735e4270 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4330 0.000174
+gallium_dri.so free 0x5571735e4400 void 0.000127
+gallium_dri.so free 0x5571735e4330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4330 0.000121
+gallium_dri.so free 0x5571735e44c0 void 0.000120
+gallium_dri.so free 0x5571735e4330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4330 0.000122
+gallium_dri.so free 0x5571735e4580 void 0.000122
+gallium_dri.so free 0x5571735e4330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4530 0.000120
+gallium_dri.so free 0x5571735e4600 void 0.000122
+gallium_dri.so free 0x5571735e4530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4650 0.000120
+gallium_dri.so free 0x5571735e46c0 void 0.000123
+gallium_dri.so free 0x5571735e4650 void 0.000120
+gallium_dri.so malloc 72 0x5571735e46e0 0.000120
+gallium_dri.so free 0x5571735e4780 void 0.000120
+gallium_dri.so free 0x5571735e46e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4730 0.000120
+gallium_dri.so free 0x5571735e4800 void 0.000121
+gallium_dri.so free 0x5571735e4730 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4800 0.000121
+gallium_dri.so free 0x5571735e48c0 void 0.000122
+gallium_dri.so free 0x5571735e4800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4800 0.000127
+gallium_dri.so free 0x5571735e4940 void 0.000123
+gallium_dri.so free 0x5571735e4800 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4940 0.000122
+gallium_dri.so free 0x5571735e4a00 void 0.000121
+gallium_dri.so free 0x5571735e4940 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4940 0.000121
+gallium_dri.so free 0x5571735e4ac0 void 0.000121
+gallium_dri.so free 0x5571735e4940 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4940 0.000122
+gallium_dri.so free 0x5571735e4b80 void 0.000121
+gallium_dri.so free 0x5571735e4940 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b30 0.000122
+gallium_dri.so free 0x5571735e4c00 void 0.000122
+gallium_dri.so free 0x5571735e4b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4c50 0.000123
+gallium_dri.so free 0x5571735e4cc0 void 0.000123
+gallium_dri.so free 0x5571735e4c50 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4d00 0.000122
+gallium_dri.so free 0x5571735e4d80 void 0.000121
+gallium_dri.so free 0x5571735e4d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4d00 0.000122
+gallium_dri.so free 0x5571735e4e00 void 0.000121
+gallium_dri.so free 0x5571735e4d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4e30 0.000119
+gallium_dri.so free 0x5571735e4e80 void 0.000122
+gallium_dri.so free 0x5571735e4e30 void 0.000143
+gallium_dri.so malloc 72 0x5571735e4e30 0.000122
+gallium_dri.so free 0x5571735e4f80 void 0.000121
+gallium_dri.so free 0x5571735e4e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4f30 0.000121
+gallium_dri.so free 0x5571735e5040 void 0.000120
+gallium_dri.so free 0x5571735e4f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000120
+gallium_dri.so free 0x5571735e5080 void 0.000121
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000121
+gallium_dri.so free 0x5571735e5140 void 0.000122
+gallium_dri.so free 0x5571735e4ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e51b0 0.000120
+gallium_dri.so free 0x5571735e5200 void 0.000120
+gallium_dri.so free 0x5571735e51b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e51b0 0.000120
+gallium_dri.so free 0x5571735e5300 void 0.000127
+gallium_dri.so free 0x5571735e51b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e52b0 0.000122
+gallium_dri.so free 0x5571735e53c0 void 0.000121
+gallium_dri.so free 0x5571735e52b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5370 0.000121
+gallium_dri.so free 0x5571735e5400 void 0.000123
+gallium_dri.so free 0x5571735e5370 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5370 0.000122
+gallium_dri.so free 0x5571735e54c0 void 0.000233
+gallium_dri.so free 0x5571735e5370 void 0.000161
+gallium_dri.so malloc 72 0x5571735e5500 0.000168
+gallium_dri.so free 0x5571735e5580 void 0.000130
+gallium_dri.so free 0x5571735e5500 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5580 0.000121
+gallium_dri.so free 0x5571735e5640 void 0.000122
+gallium_dri.so free 0x5571735e5580 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5580 0.000121
+gallium_dri.so free 0x5571735e5700 void 0.000121
+gallium_dri.so free 0x5571735e5580 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5720 0.000121
+gallium_dri.so free 0x5571735e57c0 void 0.000121
+gallium_dri.so free 0x5571735e5720 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5770 0.000120
+gallium_dri.so free 0x5571735e5840 void 0.000121
+gallium_dri.so free 0x5571735e5770 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5770 0.000120
+gallium_dri.so free 0x5571735e58c0 void 0.000121
+gallium_dri.so free 0x5571735e5770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e58c0 0.000121
+gallium_dri.so free 0x5571735e5980 void 0.000122
+gallium_dri.so free 0x5571735e58c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e58c0 0.000120
+gallium_dri.so free 0x5571735e5a40 void 0.000132
+gallium_dri.so free 0x5571735e58c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e58c0 0.000120
+gallium_dri.so free 0x5571735e5b00 void 0.000121
+gallium_dri.so free 0x5571735e58c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000120
+gallium_dri.so free 0x5571735e5bc0 void 0.000123
+gallium_dri.so free 0x5571735e5ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b70 0.000120
+gallium_dri.so free 0x5571735e5c40 void 0.000121
+gallium_dri.so free 0x5571735e5b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5c90 0.000120
+gallium_dri.so free 0x5571735e5d00 void 0.000121
+gallium_dri.so free 0x5571735e5c90 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5d20 0.000119
+gallium_dri.so free 0x5571735e5dc0 void 0.000121
+gallium_dri.so free 0x5571735e5d20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5d70 0.000121
+gallium_dri.so free 0x5571735e5e40 void 0.000120
+gallium_dri.so free 0x5571735e5d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5d70 0.000120
+gallium_dri.so free 0x5571735e5ec0 void 0.000121
+gallium_dri.so free 0x5571735e5d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000120
+gallium_dri.so free 0x5571735e5f80 void 0.000120
+gallium_dri.so free 0x5571735e5ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000130
+gallium_dri.so free 0x5571735e6080 void 0.000121
+gallium_dri.so free 0x5571735e5ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6030 0.000120
+gallium_dri.so free 0x5571735e60c0 void 0.000122
+gallium_dri.so free 0x5571735e6030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6030 0.000119
+gallium_dri.so free 0x5571735e6180 void 0.000129
+gallium_dri.so free 0x5571735e6030 void 0.000121
+gallium_dri.so malloc 72 0x5571735e61c0 0.000121
+gallium_dri.so free 0x557173455400 void 0.000120
+gallium_dri.so free 0x5571735e61c0 void 0.000118
+gallium_dri.so malloc 72 0x557173455450 0.000121
+gallium_dri.so free 0x5571734554c0 void 0.000121
+gallium_dri.so free 0x557173455450 void 0.000121
+gallium_dri.so malloc 72 0x5571734554e0 0.000117
+gallium_dri.so free 0x557173455580 void 0.000121
+gallium_dri.so free 0x5571734554e0 void 0.000117
+gallium_dri.so malloc 72 0x557173455530 0.000120
+gallium_dri.so free 0x557173455600 void 0.000118
+gallium_dri.so free 0x557173455530 void 0.000119
+gallium_dri.so malloc 72 0x557173455530 0.000120
+gallium_dri.so free 0x557173455700 void 0.000121
+gallium_dri.so free 0x557173455530 void 0.000117
+gallium_dri.so malloc 72 0x5571734556b0 0.000120
+gallium_dri.so free 0x557173455780 void 0.000121
+gallium_dri.so free 0x5571734556b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734557d0 0.000122
+gallium_dri.so free 0x557173455840 void 0.000121
+gallium_dri.so free 0x5571734557d0 void 0.000120
+gallium_dri.so malloc 72 0x557173455860 0.000121
+gallium_dri.so free 0x557173455900 void 0.000119
+gallium_dri.so free 0x557173455860 void 0.000118
+gallium_dri.so malloc 72 0x5571734558b0 0.000120
+gallium_dri.so free 0x557173455980 void 0.000122
+gallium_dri.so free 0x5571734558b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734558b0 0.000122
+gallium_dri.so free 0x557173455a00 void 0.000120
+gallium_dri.so free 0x5571734558b0 void 0.000117
+gallium_dri.so malloc 72 0x557173455a00 0.000120
+gallium_dri.so free 0x557173455ac0 void 0.000122
+gallium_dri.so free 0x557173455a00 void 0.000117
+gallium_dri.so malloc 72 0x557173455a00 0.000119
+gallium_dri.so free 0x557173455bc0 void 0.000120
+gallium_dri.so free 0x557173455a00 void 0.000119
+gallium_dri.so malloc 72 0x557173455a00 0.000121
+gallium_dri.so free 0x557173455c40 void 0.000118
+gallium_dri.so free 0x557173455a00 void 0.000116
+gallium_dri.so malloc 72 0x557173455c70 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000120
+gallium_dri.so free 0x557173455c70 void 0.000120
+gallium_dri.so malloc 72 0x557173455c70 0.000120
+gallium_dri.so free 0x557173455dc0 void 0.000131
+gallium_dri.so free 0x557173455c70 void 0.000120
+gallium_dri.so malloc 72 0x557173455d70 0.000122
+gallium_dri.so free 0x557173455e80 void 0.000121
+gallium_dri.so free 0x557173455d70 void 0.000121
+gallium_dri.so malloc 72 0x557173455e30 0.000128
+gallium_dri.so free 0x557173455ec0 void 0.000128
+gallium_dri.so free 0x557173455e30 void 0.000121
+gallium_dri.so malloc 72 0x557173455e30 0.000123
+gallium_dri.so free 0x557173455f80 void 0.000122
+gallium_dri.so free 0x557173455e30 void 0.000120
+gallium_dri.so malloc 72 0x557173455fd0 0.000120
+gallium_dri.so free 0x557173456040 void 0.000121
+gallium_dri.so free 0x557173455fd0 void 0.000119
+gallium_dri.so malloc 72 0x557173456080 0.000119
+gallium_dri.so free 0x557173456100 void 0.000121
+gallium_dri.so free 0x557173456080 void 0.000120
+gallium_dri.so malloc 72 0x557173456100 0.000121
+gallium_dri.so free 0x5571734561c0 void 0.000122
+gallium_dri.so free 0x557173456100 void 0.000118
+gallium_dri.so malloc 72 0x557173456100 0.000121
+gallium_dri.so free 0x557173456240 void 0.000120
+gallium_dri.so free 0x557173456100 void 0.000117
+gallium_dri.so malloc 72 0x557173456270 0.000125
+gallium_dri.so free 0x5571734562c0 void 0.000121
+gallium_dri.so free 0x557173456270 void 0.000118
+gallium_dri.so malloc 72 0x557173456270 0.000165
+gallium_dri.so free 0x5571734563c0 void 0.000121
+gallium_dri.so free 0x557173456270 void 0.000123
+gallium_dri.so malloc 72 0x557173456370 0.000122
+gallium_dri.so free 0x557173456480 void 0.000120
+gallium_dri.so free 0x557173456370 void 0.000119
+gallium_dri.so malloc 72 0x557173456430 0.000120
+gallium_dri.so free 0x557173456500 void 0.000120
+gallium_dri.so free 0x557173456430 void 0.000118
+gallium_dri.so malloc 72 0x557173456520 0.000117
+gallium_dri.so free 0x5571734565c0 void 0.000122
+gallium_dri.so free 0x557173456520 void 0.000119
+gallium_dri.so malloc 72 0x557173456570 0.000121
+gallium_dri.so free 0x557173456640 void 0.000118
+gallium_dri.so free 0x557173456570 void 0.000120
+gallium_dri.so malloc 72 0x557173456570 0.000121
+gallium_dri.so free 0x5571734566c0 void 0.000122
+gallium_dri.so free 0x557173456570 void 0.000117
+gallium_dri.so malloc 72 0x5571734566c0 0.000121
+gallium_dri.so free 0x557173456780 void 0.000122
+gallium_dri.so free 0x5571734566c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734566c0 0.000117
+gallium_dri.so free 0x557173456840 void 0.000118
+gallium_dri.so free 0x5571734566c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734566c0 0.000122
+gallium_dri.so free 0x557173456900 void 0.000120
+gallium_dri.so free 0x5571734566c0 void 0.000123
+gallium_dri.so malloc 72 0x5571734568b0 0.000122
+gallium_dri.so free 0x557173456900 void 0.000119
+gallium_dri.so free 0x5571734568b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734568b0 0.000120
+gallium_dri.so free 0x557173456a00 void 0.000122
+gallium_dri.so free 0x5571734568b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734569b0 0.000120
+gallium_dri.so free 0x557173456ac0 void 0.000121
+gallium_dri.so free 0x5571734569b0 void 0.000120
+gallium_dri.so malloc 72 0x557173456a70 0.000121
+gallium_dri.so free 0x557173456b00 void 0.000120
+gallium_dri.so free 0x557173456a70 void 0.000121
+gallium_dri.so malloc 72 0x557173456a70 0.000118
+gallium_dri.so free 0x557173456bc0 void 0.000120
+gallium_dri.so free 0x557173456a70 void 0.000119
+gallium_dri.so malloc 72 0x557173456c00 0.000120
+gallium_dri.so free 0x557173456c80 void 0.000120
+gallium_dri.so free 0x557173456c00 void 0.000121
+gallium_dri.so malloc 72 0x557173456c80 0.000121
+gallium_dri.so free 0x557173456d40 void 0.000121
+gallium_dri.so free 0x557173456c80 void 0.000120
+gallium_dri.so malloc 72 0x557173456c80 0.000120
+gallium_dri.so free 0x557173456e00 void 0.000121
+gallium_dri.so free 0x557173456c80 void 0.000117
+gallium_dri.so malloc 72 0x557173456e20 0.000120
+gallium_dri.so free 0x557173456ec0 void 0.000125
+gallium_dri.so free 0x557173456e20 void 0.000120
+gallium_dri.so malloc 72 0x557173456e70 0.000120
+gallium_dri.so free 0x557173456f40 void 0.000121
+gallium_dri.so free 0x557173456e70 void 0.000120
+gallium_dri.so malloc 72 0x557173456e70 0.000120
+gallium_dri.so free 0x557173456fc0 void 0.000123
+gallium_dri.so free 0x557173456e70 void 0.000119
+gallium_dri.so malloc 72 0x557173456fc0 0.000118
+gallium_dri.so free 0x557173457080 void 0.000121
+gallium_dri.so free 0x557173456fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173456fc0 0.000118
+gallium_dri.so free 0x557173457140 void 0.000121
+gallium_dri.so free 0x557173456fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173456fc0 0.000121
+gallium_dri.so free 0x557173457200 void 0.000119
+gallium_dri.so free 0x557173456fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571734571b0 0.000121
+gallium_dri.so free 0x5571734572c0 void 0.000120
+gallium_dri.so free 0x5571734571b0 void 0.000120
+gallium_dri.so malloc 72 0x557173457270 0.000121
+gallium_dri.so free 0x557173457340 void 0.000120
+gallium_dri.so free 0x557173457270 void 0.000119
+gallium_dri.so malloc 72 0x557173457390 0.000117
+gallium_dri.so free 0x557173457400 void 0.000121
+gallium_dri.so free 0x557173457390 void 0.000117
+gallium_dri.so malloc 72 0x557173457420 0.000127
+gallium_dri.so free 0x5571734574c0 void 0.000121
+gallium_dri.so free 0x557173457420 void 0.000119
+gallium_dri.so malloc 72 0x557173457470 0.000120
+gallium_dri.so free 0x557173457540 void 0.000120
+gallium_dri.so free 0x557173457470 void 0.000119
+gallium_dri.so malloc 72 0x557173457470 0.000133
+gallium_dri.so free 0x5571734575c0 void 0.000123
+gallium_dri.so free 0x557173457470 void 0.000121
+gallium_dri.so malloc 72 0x5571734575c0 0.000120
+gallium_dri.so free 0x557173457680 void 0.000120
+gallium_dri.so free 0x5571734575c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734575c0 0.000121
+gallium_dri.so free 0x557173457780 void 0.000121
+gallium_dri.so free 0x5571734575c0 void 0.000121
+gallium_dri.so malloc 72 0x557173457730 0.000120
+gallium_dri.so free 0x5571734577c0 void 0.000120
+gallium_dri.so free 0x557173457730 void 0.000118
+gallium_dri.so malloc 72 0x557173457730 0.000120
+gallium_dri.so free 0x557173457880 void 0.000120
+gallium_dri.so free 0x557173457730 void 0.000120
+gallium_dri.so malloc 72 0x5571734578c0 0.000121
+gallium_dri.so free 0x557173457940 void 0.000121
+gallium_dri.so free 0x5571734578c0 void 0.000119
+gallium_dri.so malloc 72 0x557173457940 0.000121
+gallium_dri.so free 0x557173457a00 void 0.000130
+gallium_dri.so free 0x557173457940 void 0.000117
+gallium_dri.so malloc 72 0x557173457940 0.000121
+gallium_dri.so free 0x557173457a80 void 0.000120
+gallium_dri.so free 0x557173457940 void 0.000121
+gallium_dri.so malloc 72 0x557173457ab0 0.000119
+gallium_dri.so free 0x557173457b00 void 0.000122
+gallium_dri.so free 0x557173457ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173457ab0 0.000120
+gallium_dri.so free 0x557173457c00 void 0.000119
+gallium_dri.so free 0x557173457ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173457c40 0.000118
+gallium_dri.so free 0x557173457cc0 void 0.000121
+gallium_dri.so free 0x557173457c40 void 0.000120
+gallium_dri.so malloc 72 0x557173457cc0 0.000120
+gallium_dri.so free 0x557173457d80 void 0.000120
+gallium_dri.so free 0x557173457cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173457cc0 0.000120
+gallium_dri.so free 0x557173457e00 void 0.000121
+gallium_dri.so free 0x557173457cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173457e30 0.000119
+gallium_dri.so free 0x557173457e80 void 0.000121
+gallium_dri.so free 0x557173457e30 void 0.000120
+gallium_dri.so malloc 72 0x557173457e30 0.000121
+gallium_dri.so free 0x557173457f80 void 0.000122
+gallium_dri.so free 0x557173457e30 void 0.000120
+gallium_dri.so malloc 72 0x557173457f30 0.000130
+gallium_dri.so free 0x557173458040 void 0.000122
+gallium_dri.so free 0x557173457f30 void 0.000117
+gallium_dri.so malloc 72 0x557173457ff0 0.000184
+gallium_dri.so free 0x5571734580c0 void 0.000135
+gallium_dri.so free 0x557173457ff0 void 0.000128
+gallium_dri.so malloc 72 0x557173457ff0 0.000123
+gallium_dri.so free 0x557173458180 void 0.000130
+gallium_dri.so free 0x557173457ff0 void 0.000141
+gallium_dri.so malloc 72 0x557173457ff0 0.000130
+gallium_dri.so free 0x557173458240 void 0.000118
+gallium_dri.so free 0x557173457ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571734581f0 0.000119
+gallium_dri.so free 0x5571734582c0 void 0.000120
+gallium_dri.so free 0x5571734581f0 void 0.000120
+gallium_dri.so malloc 72 0x557173458310 0.000120
+gallium_dri.so free 0x557173458380 void 0.000122
+gallium_dri.so free 0x557173458310 void 0.000120
+gallium_dri.so malloc 72 0x5571734583a0 0.000121
+gallium_dri.so free 0x557173458440 void 0.000121
+gallium_dri.so free 0x5571734583a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734583f0 0.000119
+gallium_dri.so free 0x5571734584c0 void 0.000122
+gallium_dri.so free 0x5571734583f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734584c0 0.000121
+gallium_dri.so free 0x557173458580 void 0.000135
+gallium_dri.so free 0x5571734584c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734584c0 0.000121
+gallium_dri.so free 0x557173458600 void 0.000118
+gallium_dri.so free 0x5571734584c0 void 0.000120
+gallium_dri.so malloc 72 0x557173458600 0.000122
+gallium_dri.so free 0x5571734586c0 void 0.000121
+gallium_dri.so free 0x557173458600 void 0.000121
+gallium_dri.so malloc 72 0x557173458600 0.000120
+gallium_dri.so free 0x557173458780 void 0.000122
+gallium_dri.so free 0x557173458600 void 0.000119
+gallium_dri.so malloc 72 0x557173458600 0.000121
+gallium_dri.so free 0x557173458840 void 0.000121
+gallium_dri.so free 0x557173458600 void 0.000119
+gallium_dri.so malloc 72 0x5571734587f0 0.000120
+gallium_dri.so free 0x5571734588c0 void 0.000118
+gallium_dri.so free 0x5571734587f0 void 0.000119
+gallium_dri.so malloc 72 0x557173458910 0.000118
+gallium_dri.so free 0x557173458980 void 0.000121
+gallium_dri.so free 0x557173458910 void 0.000121
+gallium_dri.so malloc 72 0x5571734589c0 0.000118
+gallium_dri.so free 0x557173458a40 void 0.000119
+gallium_dri.so free 0x5571734589c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734589c0 0.000120
+gallium_dri.so free 0x557173458ac0 void 0.000120
+gallium_dri.so free 0x5571734589c0 void 0.000119
+gallium_dri.so malloc 72 0x557173458af0 0.000130
+gallium_dri.so free 0x557173459c40 void 0.000121
+gallium_dri.so free 0x557173458af0 void 0.000121
+gallium_dri.so malloc 72 0x557173459bf0 0.000120
+gallium_dri.so free 0x557173459cc0 void 0.000121
+gallium_dri.so free 0x557173459bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173459d10 0.000168
+gallium_dri.so free 0x557173459d80 void 0.000122
+gallium_dri.so free 0x557173459d10 void 0.000121
+gallium_dri.so malloc 72 0x557173459da0 0.000120
+gallium_dri.so free 0x557173458b40 void 0.000121
+gallium_dri.so free 0x557173459da0 void 0.000119
+gallium_dri.so malloc 72 0x557173459da0 0.000121
+gallium_dri.so free 0x557173459e40 void 0.000121
+gallium_dri.so free 0x557173459da0 void 0.000119
+gallium_dri.so malloc 72 0x557173459df0 0.000120
+gallium_dri.so free 0x557173459e40 void 0.000123
+gallium_dri.so free 0x557173459df0 void 0.000121
+gallium_dri.so malloc 72 0x557173459df0 0.000121
+gallium_dri.so free 0x557173459f40 void 0.000122
+gallium_dri.so free 0x557173459df0 void 0.000121
+gallium_dri.so malloc 72 0x557173459ef0 0.000120
+gallium_dri.so free 0x55717345a000 void 0.000122
+gallium_dri.so free 0x557173459ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173459fb0 0.000121
+gallium_dri.so free 0x55717345a040 void 0.000178
+gallium_dri.so free 0x557173459fb0 void 0.000129
+gallium_dri.so malloc 72 0x557173459fb0 0.000128
+gallium_dri.so free 0x55717345a100 void 0.000128
+gallium_dri.so free 0x557173459fb0 void 0.000124
+gallium_dri.so malloc 72 0x55717345a140 0.000128
+gallium_dri.so free 0x55717345a1c0 void 0.000127
+gallium_dri.so free 0x55717345a140 void 0.000128
+gallium_dri.so malloc 72 0x55717345a1c0 0.000126
+gallium_dri.so free 0x55717345a280 void 0.000126
+gallium_dri.so free 0x55717345a1c0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a1c0 0.000128
+gallium_dri.so free 0x55717345a340 void 0.000127
+gallium_dri.so free 0x55717345a1c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a360 0.000126
+gallium_dri.so free 0x55717345a400 void 0.000127
+gallium_dri.so free 0x55717345a360 void 0.000127
+gallium_dri.so malloc 72 0x55717345a3b0 0.000127
+gallium_dri.so free 0x55717345a480 void 0.000130
+gallium_dri.so free 0x55717345a3b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a3b0 0.000128
+gallium_dri.so free 0x55717345a500 void 0.000128
+gallium_dri.so free 0x55717345a3b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a500 0.000128
+gallium_dri.so free 0x55717345a5c0 void 0.000127
+gallium_dri.so free 0x55717345a500 void 0.000134
+gallium_dri.so malloc 72 0x55717345a500 0.000129
+gallium_dri.so free 0x55717345a680 void 0.000127
+gallium_dri.so free 0x55717345a500 void 0.000126
+gallium_dri.so malloc 72 0x55717345a500 0.000126
+gallium_dri.so free 0x55717345a740 void 0.000126
+gallium_dri.so free 0x55717345a500 void 0.000125
+gallium_dri.so malloc 72 0x55717345a6f0 0.000127
+gallium_dri.so free 0x55717345a800 void 0.000128
+gallium_dri.so free 0x55717345a6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a7b0 0.000124
+gallium_dri.so free 0x55717345a880 void 0.000127
+gallium_dri.so free 0x55717345a7b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a8d0 0.000127
+gallium_dri.so free 0x55717345a940 void 0.000127
+gallium_dri.so free 0x55717345a8d0 void 0.000127
+gallium_dri.so malloc 72 0x55717345a960 0.000126
+gallium_dri.so free 0x55717345aa00 void 0.000125
+gallium_dri.so free 0x55717345a960 void 0.000123
+gallium_dri.so malloc 72 0x55717345a9b0 0.000132
+gallium_dri.so free 0x55717345aa80 void 0.000124
+gallium_dri.so free 0x55717345a9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a9b0 0.000121
+gallium_dri.so free 0x55717345ab00 void 0.000121
+gallium_dri.so free 0x55717345a9b0 void 0.000171
+gallium_dri.so malloc 72 0x55717345ab00 0.000122
+gallium_dri.so free 0x55717345abc0 void 0.000120
+gallium_dri.so free 0x55717345ab00 void 0.000121
+gallium_dri.so malloc 72 0x55717345ab00 0.000121
+gallium_dri.so free 0x55717345acc0 void 0.000121
+gallium_dri.so free 0x55717345ab00 void 0.000119
+gallium_dri.so malloc 72 0x55717345ac70 0.000120
+gallium_dri.so free 0x55717345ad00 void 0.000120
+gallium_dri.so free 0x55717345ac70 void 0.000119
+gallium_dri.so malloc 72 0x55717345ac70 0.000121
+gallium_dri.so free 0x55717345adc0 void 0.000120
+gallium_dri.so free 0x55717345ac70 void 0.000121
+gallium_dri.so malloc 72 0x55717345ae00 0.000123
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so free 0x55717345ae00 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae80 0.000120
+gallium_dri.so free 0x55717345af40 void 0.000122
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae80 0.000120
+gallium_dri.so free 0x55717345afc0 void 0.000121
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so malloc 72 0x55717345aff0 0.000121
+gallium_dri.so free 0x55717345b040 void 0.000119
+gallium_dri.so free 0x55717345aff0 void 0.000119
+gallium_dri.so malloc 72 0x55717345aff0 0.000120
+gallium_dri.so free 0x55717345b140 void 0.000143
+gallium_dri.so free 0x55717345aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b180 0.000121
+gallium_dri.so free 0x55717345b200 void 0.000120
+gallium_dri.so free 0x55717345b180 void 0.000121
+gallium_dri.so malloc 72 0x55717345b200 0.000120
+gallium_dri.so free 0x55717345b2c0 void 0.000121
+gallium_dri.so free 0x55717345b200 void 0.000121
+gallium_dri.so malloc 72 0x55717345b200 0.000120
+gallium_dri.so free 0x55717345b340 void 0.000122
+gallium_dri.so free 0x55717345b200 void 0.000120
+gallium_dri.so malloc 72 0x55717345b370 0.000122
+gallium_dri.so free 0x55717345b3c0 void 0.000121
+gallium_dri.so free 0x55717345b370 void 0.000120
+gallium_dri.so malloc 72 0x55717345b370 0.000118
+gallium_dri.so free 0x55717345b4c0 void 0.000122
+gallium_dri.so free 0x55717345b370 void 0.000120
+gallium_dri.so malloc 72 0x55717345b470 0.000120
+gallium_dri.so free 0x55717345b580 void 0.000123
+gallium_dri.so free 0x55717345b470 void 0.000120
+gallium_dri.so malloc 72 0x55717345b530 0.000120
+gallium_dri.so free 0x55717345b600 void 0.000122
+gallium_dri.so free 0x55717345b530 void 0.000120
+gallium_dri.so malloc 72 0x55717345b530 0.000121
+gallium_dri.so free 0x55717345b6c0 void 0.000121
+gallium_dri.so free 0x55717345b530 void 0.000121
+gallium_dri.so malloc 72 0x55717345b530 0.000131
+gallium_dri.so free 0x55717345b780 void 0.000122
+gallium_dri.so free 0x55717345b530 void 0.000120
+gallium_dri.so malloc 72 0x55717345b730 0.000118
+gallium_dri.so free 0x55717345b800 void 0.000121
+gallium_dri.so free 0x55717345b730 void 0.000123
+gallium_dri.so malloc 72 0x55717345b850 0.000121
+gallium_dri.so free 0x55717345b8c0 void 0.000168
+gallium_dri.so free 0x55717345b850 void 0.000120
+gallium_dri.so malloc 72 0x55717345b8e0 0.000121
+gallium_dri.so free 0x55717345b980 void 0.000121
+gallium_dri.so free 0x55717345b8e0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b930 0.000120
+gallium_dri.so free 0x55717345ba00 void 0.000120
+gallium_dri.so free 0x55717345b930 void 0.000118
+gallium_dri.so malloc 72 0x55717345ba00 0.000120
+gallium_dri.so free 0x55717345bac0 void 0.000121
+gallium_dri.so free 0x55717345ba00 void 0.000121
+gallium_dri.so malloc 72 0x55717345ba00 0.000120
+gallium_dri.so free 0x55717345bb40 void 0.000122
+gallium_dri.so free 0x55717345ba00 void 0.000120
+gallium_dri.so malloc 72 0x55717345bb40 0.000118
+gallium_dri.so free 0x55717345bc00 void 0.000117
+gallium_dri.so free 0x55717345bb40 void 0.000118
+gallium_dri.so malloc 72 0x55717345bb40 0.000121
+gallium_dri.so free 0x55717345bcc0 void 0.000120
+gallium_dri.so free 0x55717345bb40 void 0.000119
+gallium_dri.so malloc 72 0x55717345bb40 0.000121
+gallium_dri.so free 0x55717345bd80 void 0.000121
+gallium_dri.so free 0x55717345bb40 void 0.000117
+gallium_dri.so malloc 72 0x55717345bd30 0.000121
+gallium_dri.so free 0x55717345be00 void 0.000122
+gallium_dri.so free 0x55717345bd30 void 0.000117
+gallium_dri.so malloc 72 0x55717345be50 0.000120
+gallium_dri.so free 0x55717345bec0 void 0.000121
+gallium_dri.so free 0x55717345be50 void 0.000118
+gallium_dri.so malloc 72 0x55717345bf00 0.000121
+gallium_dri.so free 0x55717345bf80 void 0.000120
+gallium_dri.so free 0x55717345bf00 void 0.000117
+gallium_dri.so malloc 72 0x55717345bf00 0.000118
+gallium_dri.so free 0x55717345c000 void 0.000123
+gallium_dri.so free 0x55717345bf00 void 0.000122
+gallium_dri.so malloc 72 0x55717345c030 0.000121
+gallium_dri.so free 0x55717345c080 void 0.000123
+gallium_dri.so free 0x55717345c030 void 0.000121
+gallium_dri.so malloc 72 0x55717345c030 0.000118
+gallium_dri.so free 0x55717345c180 void 0.000123
+gallium_dri.so free 0x55717345c030 void 0.000119
+gallium_dri.so malloc 72 0x55717345c130 0.000122
+gallium_dri.so free 0x55717345c240 void 0.000120
+gallium_dri.so free 0x55717345c130 void 0.000118
+gallium_dri.so malloc 72 0x55717345c1f0 0.000226
+gallium_dri.so free 0x55717345c280 void 0.000125
+gallium_dri.so free 0x55717345c1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c1f0 0.000120
+gallium_dri.so free 0x55717345c340 void 0.000121
+gallium_dri.so free 0x55717345c1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c3b0 0.000121
+gallium_dri.so free 0x55717345c400 void 0.000121
+gallium_dri.so free 0x55717345c3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c3b0 0.000120
+gallium_dri.so free 0x55717345c500 void 0.000121
+gallium_dri.so free 0x55717345c3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c4b0 0.000120
+gallium_dri.so free 0x55717345c5c0 void 0.000120
+gallium_dri.so free 0x55717345c4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c570 0.000118
+gallium_dri.so free 0x55717345c600 void 0.000119
+gallium_dri.so free 0x55717345c570 void 0.000117
+gallium_dri.so malloc 72 0x55717345c570 0.000118
+gallium_dri.so free 0x55717345c6c0 void 0.000161
+gallium_dri.so free 0x55717345c570 void 0.000118
+gallium_dri.so malloc 72 0x55717345c700 0.000123
+gallium_dri.so free 0x55717345c780 void 0.000122
+gallium_dri.so free 0x55717345c700 void 0.000120
+gallium_dri.so malloc 72 0x55717345c780 0.000121
+gallium_dri.so free 0x55717345c840 void 0.000118
+gallium_dri.so free 0x55717345c780 void 0.000121
+gallium_dri.so malloc 72 0x55717345c780 0.000116
+gallium_dri.so free 0x55717345c900 void 0.000120
+gallium_dri.so free 0x55717345c780 void 0.000116
+gallium_dri.so malloc 72 0x55717345c920 0.000116
+gallium_dri.so free 0x55717345c9c0 void 0.000116
+gallium_dri.so free 0x55717345c920 void 0.000115
+gallium_dri.so malloc 72 0x55717345c970 0.000118
+gallium_dri.so free 0x55717345ca40 void 0.000116
+gallium_dri.so free 0x55717345c970 void 0.000116
+gallium_dri.so malloc 72 0x55717345c970 0.000116
+gallium_dri.so free 0x55717345cac0 void 0.000117
+gallium_dri.so free 0x55717345c970 void 0.000118
+gallium_dri.so malloc 72 0x55717345cac0 0.000116
+gallium_dri.so free 0x55717345cb80 void 0.000120
+gallium_dri.so free 0x55717345cac0 void 0.000115
+gallium_dri.so malloc 72 0x55717345cac0 0.000119
+gallium_dri.so free 0x55717345cc40 void 0.000120
+gallium_dri.so free 0x55717345cac0 void 0.000116
+gallium_dri.so malloc 72 0x55717345cac0 0.000116
+gallium_dri.so free 0x55717345cd00 void 0.000118
+gallium_dri.so free 0x55717345cac0 void 0.000119
+gallium_dri.so malloc 72 0x55717345ccb0 0.000116
+gallium_dri.so free 0x55717345cdc0 void 0.000119
+gallium_dri.so free 0x55717345ccb0 void 0.000116
+gallium_dri.so malloc 72 0x55717345cd70 0.000119
+gallium_dri.so free 0x55717345ce40 void 0.000131
+gallium_dri.so free 0x55717345cd70 void 0.000116
+gallium_dri.so malloc 72 0x55717345ce90 0.000122
+gallium_dri.so free 0x55717345cf00 void 0.000123
+gallium_dri.so free 0x55717345ce90 void 0.000122
+gallium_dri.so malloc 72 0x55717345cf20 0.000122
+gallium_dri.so free 0x55717345cfc0 void 0.000124
+gallium_dri.so free 0x55717345cf20 void 0.000122
+gallium_dri.so malloc 72 0x55717345cf70 0.000122
+gallium_dri.so free 0x55717345d040 void 0.000122
+gallium_dri.so free 0x55717345cf70 void 0.000121
+gallium_dri.so malloc 72 0x55717345cf70 0.000122
+gallium_dri.so free 0x55717345d0c0 void 0.000122
+gallium_dri.so free 0x55717345cf70 void 0.000120
+gallium_dri.so malloc 72 0x55717345d0c0 0.000120
+gallium_dri.so free 0x55717345d180 void 0.000122
+gallium_dri.so free 0x55717345d0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d0c0 0.000121
+gallium_dri.so free 0x55717345d280 void 0.000121
+gallium_dri.so free 0x55717345d0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d230 0.000121
+gallium_dri.so free 0x55717345d2c0 void 0.000121
+gallium_dri.so free 0x55717345d230 void 0.000121
+gallium_dri.so malloc 72 0x55717345d230 0.000120
+gallium_dri.so free 0x55717345d380 void 0.000123
+gallium_dri.so free 0x55717345d230 void 0.000121
+gallium_dri.so malloc 72 0x55717345d3c0 0.000126
+gallium_dri.so free 0x55717345d440 void 0.000121
+gallium_dri.so free 0x55717345d3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d440 0.000122
+gallium_dri.so free 0x55717345d500 void 0.000122
+gallium_dri.so free 0x55717345d440 void 0.000159
+gallium_dri.so malloc 72 0x55717345d440 0.000125
+gallium_dri.so free 0x55717345d580 void 0.000122
+gallium_dri.so free 0x55717345d440 void 0.000121
+gallium_dri.so malloc 72 0x55717345d5b0 0.000122
+gallium_dri.so free 0x55717345d600 void 0.000122
+gallium_dri.so free 0x55717345d5b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345d5b0 0.000121
+gallium_dri.so free 0x55717345d700 void 0.000122
+gallium_dri.so free 0x55717345d5b0 void 0.000122
+gallium_dri.so malloc 72 0x55717345d740 0.000121
+gallium_dri.so free 0x55717345d7c0 void 0.000120
+gallium_dri.so free 0x55717345d740 void 0.000122
+gallium_dri.so malloc 72 0x55717345d7c0 0.000120
+gallium_dri.so free 0x55717345d880 void 0.000122
+gallium_dri.so free 0x55717345d7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d7c0 0.000121
+gallium_dri.so free 0x55717345d900 void 0.000122
+gallium_dri.so free 0x55717345d7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d930 0.000121
+gallium_dri.so free 0x55717345d980 void 0.000122
+gallium_dri.so free 0x55717345d930 void 0.000121
+gallium_dri.so malloc 72 0x55717345d930 0.000120
+gallium_dri.so free 0x55717345da80 void 0.000121
+gallium_dri.so free 0x55717345d930 void 0.000122
+gallium_dri.so malloc 72 0x55717345da30 0.000121
+gallium_dri.so free 0x55717345db40 void 0.000123
+gallium_dri.so free 0x55717345da30 void 0.000121
+gallium_dri.so malloc 72 0x55717345daf0 0.000121
+gallium_dri.so free 0x55717345dbc0 void 0.000121
+gallium_dri.so free 0x55717345daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345daf0 0.000120
+gallium_dri.so free 0x55717345dc80 void 0.000122
+gallium_dri.so free 0x55717345daf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345daf0 0.000121
+gallium_dri.so free 0x55717345dd40 void 0.000121
+gallium_dri.so free 0x55717345daf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345dcf0 0.000121
+gallium_dri.so free 0x55717345ddc0 void 0.000121
+gallium_dri.so free 0x55717345dcf0 void 0.000122
+gallium_dri.so malloc 72 0x55717345de10 0.000121
+gallium_dri.so free 0x5571735cab40 void 0.000122
+gallium_dri.so free 0x55717345de10 void 0.000120
+gallium_dri.so malloc 72 0x55717345de10 0.000122
+gallium_dri.so free 0x5571735cabc0 void 0.000121
+gallium_dri.so free 0x55717345de10 void 0.000132
+gallium_dri.so malloc 72 0x5571735cabf0 0.000123
+gallium_dri.so free 0x5571735cac40 void 0.000123
+gallium_dri.so free 0x5571735cabf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cac40 0.000121
+gallium_dri.so free 0x5571735cad00 void 0.000122
+gallium_dri.so free 0x5571735cac40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cac40 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000123
+gallium_dri.so free 0x5571735cac40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cadb0 0.000120
+gallium_dri.so free 0x5571735caec0 void 0.000122
+gallium_dri.so free 0x5571735cadb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae70 0.000122
+gallium_dri.so free 0x5571735caf00 void 0.000123
+gallium_dri.so free 0x5571735cae70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae70 0.000122
+gallium_dri.so free 0x5571735cafc0 void 0.000121
+gallium_dri.so free 0x5571735cae70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb000 0.000168
+gallium_dri.so free 0x5571735cb080 void 0.000122
+gallium_dri.so free 0x5571735cb000 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb080 0.000121
+gallium_dri.so free 0x5571735cb140 void 0.000122
+gallium_dri.so free 0x5571735cb080 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb080 0.000165
+gallium_dri.so free 0x5571735cb1c0 void 0.000123
+gallium_dri.so free 0x5571735cb080 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb080 0.000122
+gallium_dri.so free 0x5571735cb280 void 0.000121
+gallium_dri.so free 0x5571735cb080 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb080 0.000121
+gallium_dri.so free 0x5571735cb340 void 0.000121
+gallium_dri.so free 0x5571735cb080 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000121
+gallium_dri.so free 0x5571735cb3c0 void 0.000121
+gallium_dri.so free 0x5571735cb2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb410 0.000120
+gallium_dri.so free 0x5571735cb480 void 0.000121
+gallium_dri.so free 0x5571735cb410 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb4a0 0.000121
+gallium_dri.so free 0x5571735cb540 void 0.000121
+gallium_dri.so free 0x5571735cb4a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000121
+gallium_dri.so free 0x5571735cb5c0 void 0.000121
+gallium_dri.so free 0x5571735cb4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000121
+gallium_dri.so free 0x5571735cb6c0 void 0.000124
+gallium_dri.so free 0x5571735cb4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb670 0.000120
+gallium_dri.so free 0x5571735cb740 void 0.000121
+gallium_dri.so free 0x5571735cb670 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb790 0.000121
+gallium_dri.so free 0x5571735cb800 void 0.000122
+gallium_dri.so free 0x5571735cb790 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb820 0.000121
+gallium_dri.so free 0x5571735cb8c0 void 0.000123
+gallium_dri.so free 0x5571735cb820 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb870 0.000121
+gallium_dri.so free 0x5571735cb940 void 0.000121
+gallium_dri.so free 0x5571735cb870 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb870 0.000121
+gallium_dri.so free 0x5571735cb9c0 void 0.000122
+gallium_dri.so free 0x5571735cb870 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb9c0 0.000121
+gallium_dri.so free 0x5571735cba80 void 0.000122
+gallium_dri.so free 0x5571735cb9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb9c0 0.000122
+gallium_dri.so free 0x5571735cbb80 void 0.000123
+gallium_dri.so free 0x5571735cb9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb9c0 0.000122
+gallium_dri.so free 0x5571735cbc00 void 0.000120
+gallium_dri.so free 0x5571735cb9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbc30 0.000121
+gallium_dri.so free 0x5571735cbc80 void 0.000121
+gallium_dri.so free 0x5571735cbc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbc30 0.000131
+gallium_dri.so free 0x5571735cbd80 void 0.000122
+gallium_dri.so free 0x5571735cbc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd30 0.000120
+gallium_dri.so free 0x5571735cbe40 void 0.000122
+gallium_dri.so free 0x5571735cbd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000164
+gallium_dri.so free 0x5571735cbe80 void 0.000126
+gallium_dri.so free 0x5571735cbdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000122
+gallium_dri.so free 0x5571735cbf40 void 0.000122
+gallium_dri.so free 0x5571735cbdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbf90 0.000121
+gallium_dri.so free 0x5571735cc000 void 0.000122
+gallium_dri.so free 0x5571735cbf90 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc040 0.000120
+gallium_dri.so free 0x5571735cc0c0 void 0.000123
+gallium_dri.so free 0x5571735cc040 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000122
+gallium_dri.so free 0x5571735cc180 void 0.000121
+gallium_dri.so free 0x5571735cc0c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000121
+gallium_dri.so free 0x5571735cc200 void 0.000122
+gallium_dri.so free 0x5571735cc0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc230 0.000122
+gallium_dri.so free 0x5571735cc280 void 0.000168
+gallium_dri.so free 0x5571735cc230 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc230 0.000120
+gallium_dri.so free 0x5571735cc380 void 0.000122
+gallium_dri.so free 0x5571735cc230 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc330 0.000122
+gallium_dri.so free 0x5571735cc440 void 0.000121
+gallium_dri.so free 0x5571735cc330 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000121
+gallium_dri.so free 0x5571735cc4c0 void 0.000121
+gallium_dri.so free 0x5571735cc3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc4e0 0.000120
+gallium_dri.so free 0x5571735cc580 void 0.000123
+gallium_dri.so free 0x5571735cc4e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc530 0.000121
+gallium_dri.so free 0x5571735cc600 void 0.000121
+gallium_dri.so free 0x5571735cc530 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc530 0.000121
+gallium_dri.so free 0x5571735cc680 void 0.000122
+gallium_dri.so free 0x5571735cc530 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc680 0.000121
+gallium_dri.so free 0x5571735cc740 void 0.000122
+gallium_dri.so free 0x5571735cc680 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc680 0.000120
+gallium_dri.so free 0x5571735cc800 void 0.000122
+gallium_dri.so free 0x5571735cc680 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc680 0.000123
+gallium_dri.so free 0x5571735cc8c0 void 0.000122
+gallium_dri.so free 0x5571735cc680 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc870 0.000121
+gallium_dri.so free 0x5571735cc8c0 void 0.000121
+gallium_dri.so free 0x5571735cc870 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc870 0.000121
+gallium_dri.so free 0x5571735cc9c0 void 0.000122
+gallium_dri.so free 0x5571735cc870 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc970 0.000121
+gallium_dri.so free 0x5571735cca80 void 0.000121
+gallium_dri.so free 0x5571735cc970 void 0.000121
+gallium_dri.so malloc 72 0x5571735cca30 0.000121
+gallium_dri.so free 0x5571735ccac0 void 0.000122
+gallium_dri.so free 0x5571735cca30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cca30 0.000122
+gallium_dri.so free 0x5571735ccb80 void 0.000122
+gallium_dri.so free 0x5571735cca30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000121
+gallium_dri.so free 0x5571735ccc40 void 0.000168
+gallium_dri.so free 0x5571735ccbc0 void 0.000187
+gallium_dri.so malloc 72 0x5571735ccc40 0.000237
+gallium_dri.so free 0x5571735ccd00 void 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccc40 0.000117
+gallium_dri.so free 0x5571735ccdc0 void 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccde0 0.000118
+gallium_dri.so free 0x5571735cce80 void 0.000122
+gallium_dri.so free 0x5571735ccde0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cce30 0.000118
+gallium_dri.so free 0x5571735ccf00 void 0.000117
+gallium_dri.so free 0x5571735cce30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cce30 0.000117
+gallium_dri.so free 0x5571735ccf80 void 0.000117
+gallium_dri.so free 0x5571735cce30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccf80 0.000116
+gallium_dri.so free 0x5571735cd040 void 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ccf80 0.000118
+gallium_dri.so free 0x5571735cd100 void 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccf80 0.000117
+gallium_dri.so free 0x5571735cd1c0 void 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd170 0.000118
+gallium_dri.so free 0x5571735cd280 void 0.000119
+gallium_dri.so free 0x5571735cd170 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd230 0.000118
+gallium_dri.so free 0x5571735cd300 void 0.000119
+gallium_dri.so free 0x5571735cd230 void 0.000168
+gallium_dri.so malloc 72 0x5571735cd350 0.000118
+gallium_dri.so free 0x5571735cd3c0 void 0.000118
+gallium_dri.so free 0x5571735cd350 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd3e0 0.000118
+gallium_dri.so free 0x5571735cd480 void 0.000117
+gallium_dri.so free 0x5571735cd3e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd430 0.000117
+gallium_dri.so free 0x5571735cd500 void 0.000119
+gallium_dri.so free 0x5571735cd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd430 0.000118
+gallium_dri.so free 0x5571735cd580 void 0.000118
+gallium_dri.so free 0x5571735cd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd580 0.000118
+gallium_dri.so free 0x5571735cd640 void 0.000119
+gallium_dri.so free 0x5571735cd580 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd580 0.000119
+gallium_dri.so free 0x5571735cd740 void 0.000119
+gallium_dri.so free 0x5571735cd580 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000118
+gallium_dri.so free 0x5571735cd6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000117
+gallium_dri.so free 0x5571735cd840 void 0.000119
+gallium_dri.so free 0x5571735cd6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd880 0.000118
+gallium_dri.so free 0x5571735cd900 void 0.000128
+gallium_dri.so free 0x5571735cd880 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd900 0.000117
+gallium_dri.so free 0x5571735cd9c0 void 0.000117
+gallium_dri.so free 0x5571735cd900 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd900 0.000117
+gallium_dri.so free 0x5571735cda40 void 0.000117
+gallium_dri.so free 0x5571735cd900 void 0.000160
+gallium_dri.so malloc 72 0x5571735cda70 0.000118
+gallium_dri.so free 0x5571735cdac0 void 0.000117
+gallium_dri.so free 0x5571735cda70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cda70 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000118
+gallium_dri.so free 0x5571735cda70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdc00 0.000116
+gallium_dri.so free 0x5571735cdc80 void 0.000117
+gallium_dri.so free 0x5571735cdc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdc80 0.000194
+gallium_dri.so free 0x5571735cdd40 void 0.000119
+gallium_dri.so free 0x5571735cdc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdc80 0.000118
+gallium_dri.so free 0x5571735cddc0 void 0.000120
+gallium_dri.so free 0x5571735cdc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cddf0 0.000118
+gallium_dri.so free 0x5571735cde40 void 0.000124
+gallium_dri.so free 0x5571735cddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cddf0 0.000120
+gallium_dri.so free 0x5571735cdf40 void 0.000118
+gallium_dri.so free 0x5571735cddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdef0 0.000116
+gallium_dri.so free 0x5571735ce000 void 0.000118
+gallium_dri.so free 0x5571735cdef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000117
+gallium_dri.so free 0x5571735ce080 void 0.000119
+gallium_dri.so free 0x5571735cdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000117
+gallium_dri.so free 0x5571735ce140 void 0.000117
+gallium_dri.so free 0x5571735cdfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000119
+gallium_dri.so free 0x5571735ce200 void 0.000117
+gallium_dri.so free 0x5571735cdfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000117
+gallium_dri.so free 0x5571735ce280 void 0.000117
+gallium_dri.so free 0x5571735ce1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce2d0 0.000118
+gallium_dri.so free 0x5571735ce340 void 0.000119
+gallium_dri.so free 0x5571735ce2d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce360 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000117
+gallium_dri.so free 0x5571735ce360 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000116
+gallium_dri.so free 0x5571735ce480 void 0.000118
+gallium_dri.so free 0x5571735ce3b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ce480 0.000119
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce480 0.000116
+gallium_dri.so free 0x5571735ce5c0 void 0.000119
+gallium_dri.so free 0x5571735ce480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000119
+gallium_dri.so free 0x5571735ce680 void 0.000118
+gallium_dri.so free 0x5571735ce5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000117
+gallium_dri.so free 0x5571735ce740 void 0.000117
+gallium_dri.so free 0x5571735ce5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000119
+gallium_dri.so free 0x5571735ce800 void 0.000119
+gallium_dri.so free 0x5571735ce5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000118
+gallium_dri.so free 0x5571735ce880 void 0.000120
+gallium_dri.so free 0x5571735ce7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce8d0 0.000119
+gallium_dri.so free 0x5571735ce940 void 0.000161
+gallium_dri.so free 0x5571735ce8d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce980 0.000122
+gallium_dri.so free 0x5571735cea00 void 0.000120
+gallium_dri.so free 0x5571735ce980 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce980 0.000120
+gallium_dri.so free 0x5571735cea80 void 0.000131
+gallium_dri.so free 0x5571735ce980 void 0.000123
+gallium_dri.so malloc 72 0x5571735ceab0 0.000118
+gallium_dri.so free 0x5571735ceb00 void 0.000119
+gallium_dri.so free 0x5571735ceab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceab0 0.000120
+gallium_dri.so free 0x5571735cec00 void 0.000121
+gallium_dri.so free 0x5571735ceab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cebb0 0.000121
+gallium_dri.so free 0x5571735cecc0 void 0.000122
+gallium_dri.so free 0x5571735cebb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec70 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000122
+gallium_dri.so free 0x5571735cec70 void 0.000122
+gallium_dri.so malloc 72 0x5571735cec70 0.000124
+gallium_dri.so free 0x5571735cedc0 void 0.000121
+gallium_dri.so free 0x5571735cec70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee30 0.000120
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so free 0x5571735cee30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee30 0.000121
+gallium_dri.so free 0x55717358d880 void 0.000121
+gallium_dri.so free 0x5571735cee30 void 0.000121
+gallium_dri.so malloc 72 0x55717358d880 0.000119
+gallium_dri.so free 0x55717358d940 void 0.000121
+gallium_dri.so free 0x55717358d880 void 0.000121
+gallium_dri.so malloc 72 0x55717358d880 0.000131
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so free 0x55717358d880 void 0.000123
+gallium_dri.so malloc 72 0x55717358d880 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000120
+gallium_dri.so free 0x55717358d880 void 0.000119
+gallium_dri.so malloc 72 0x55717358da70 0.000122
+gallium_dri.so free 0x55717358db40 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000119
+gallium_dri.so malloc 72 0x55717358db90 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000120
+gallium_dri.so free 0x55717358db90 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc60 0.000120
+gallium_dri.so free 0x55717358dd00 void 0.000119
+gallium_dri.so free 0x55717358dc60 void 0.000119
+gallium_dri.so malloc 72 0x55717358dcb0 0.000119
+gallium_dri.so free 0x55717358dd40 void 0.000121
+gallium_dri.so free 0x55717358dcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358dcb0 0.000251
+gallium_dri.so free 0x55717358de00 void 0.000183
+gallium_dri.so free 0x55717358dcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358de40 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000118
+gallium_dri.so malloc 72 0x55717358dec0 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000120
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dec0 0.000116
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e030 0.000116
+gallium_dri.so free 0x55717358e080 void 0.000117
+gallium_dri.so free 0x55717358e030 void 0.000176
+gallium_dri.so malloc 72 0x55717358e080 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so free 0x55717358e080 void 0.000112
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e240 void 0.000112
+gallium_dri.so free 0x55717358e080 void 0.000112
+gallium_dri.so malloc 72 0x55717358e1f0 0.000112
+gallium_dri.so free 0x55717358e300 void 0.000111
+gallium_dri.so free 0x55717358e1f0 void 0.000159
+gallium_dri.so malloc 72 0x55717358e2b0 0.000111
+gallium_dri.so free 0x55717358e340 void 0.000111
+gallium_dri.so free 0x55717358e2b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e2b0 0.000112
+gallium_dri.so free 0x55717358e400 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e440 0.000112
+gallium_dri.so free 0x55717358e4c0 void 0.000112
+gallium_dri.so free 0x55717358e440 void 0.000112
+gallium_dri.so malloc 72 0x55717358e4c0 0.000129
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e4c0 0.000115
+gallium_dri.so free 0x55717358e600 void 0.000123
+gallium_dri.so free 0x55717358e4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e4c0 0.000119
+gallium_dri.so free 0x55717358e6c0 void 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e4c0 0.000125
+gallium_dri.so free 0x55717358e780 void 0.000133
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e730 0.000115
+gallium_dri.so free 0x55717358e800 void 0.000122
+gallium_dri.so free 0x55717358e730 void 0.000119
+gallium_dri.so malloc 72 0x55717358e850 0.000122
+gallium_dri.so free 0x55717358e8c0 void 0.000120
+gallium_dri.so free 0x55717358e850 void 0.000115
+gallium_dri.so malloc 72 0x55717358e8e0 0.000115
+gallium_dri.so free 0x55717358e980 void 0.000116
+gallium_dri.so free 0x55717358e8e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e930 0.000124
+gallium_dri.so free 0x55717358ea00 void 0.000126
+gallium_dri.so free 0x55717358e930 void 0.000124
+gallium_dri.so malloc 72 0x55717358e930 0.000160
+gallium_dri.so free 0x55717358eb00 void 0.000160
+gallium_dri.so free 0x55717358e930 void 0.000157
+gallium_dri.so malloc 72 0x55717358eab0 0.000125
+gallium_dri.so free 0x55717358eb80 void 0.000120
+gallium_dri.so free 0x55717358eab0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ebd0 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000116
+gallium_dri.so free 0x55717358ebd0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec60 0.000116
+gallium_dri.so free 0x55717358ed00 void 0.000117
+gallium_dri.so free 0x55717358ec60 void 0.000117
+gallium_dri.so malloc 72 0x55717358ecb0 0.000116
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so free 0x55717358ecb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ecb0 0.000117
+gallium_dri.so free 0x55717358ee00 void 0.000117
+gallium_dri.so free 0x55717358ecb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ee00 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000175
+gallium_dri.so free 0x55717358ee00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee00 0.000117
+gallium_dri.so free 0x55717358efc0 void 0.000117
+gallium_dri.so free 0x55717358ee00 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee00 0.000126
+gallium_dri.so free 0x55717358f040 void 0.000111
+gallium_dri.so free 0x55717358ee00 void 0.000111
+gallium_dri.so malloc 72 0x55717358f070 0.000110
+gallium_dri.so free 0x55717358f0c0 void 0.000111
+gallium_dri.so free 0x55717358f070 void 0.000111
+gallium_dri.so malloc 72 0x55717358f070 0.000110
+gallium_dri.so free 0x55717358f1c0 void 0.000111
+gallium_dri.so free 0x55717358f070 void 0.000111
+gallium_dri.so malloc 72 0x55717358f170 0.000110
+gallium_dri.so free 0x55717358f280 void 0.000111
+gallium_dri.so free 0x55717358f170 void 0.000110
+gallium_dri.so malloc 72 0x55717358f230 0.000111
+gallium_dri.so free 0x55717358f2c0 void 0.000110
+gallium_dri.so free 0x55717358f230 void 0.000111
+gallium_dri.so malloc 72 0x55717358f230 0.000110
+gallium_dri.so free 0x55717358f380 void 0.000111
+gallium_dri.so free 0x55717358f230 void 0.000112
+gallium_dri.so malloc 72 0x55717358f3d0 0.000110
+gallium_dri.so free 0x55717358f440 void 0.000112
+gallium_dri.so free 0x55717358f3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f480 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000118
+gallium_dri.so free 0x55717358f480 void 0.000120
+gallium_dri.so malloc 72 0x55717358f500 0.000113
+gallium_dri.so free 0x55717358f5c0 void 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so malloc 72 0x55717358f500 0.000124
+gallium_dri.so free 0x55717358f640 void 0.000117
+gallium_dri.so free 0x55717358f500 void 0.000124
+gallium_dri.so malloc 72 0x55717358f670 0.000124
+gallium_dri.so free 0x55717358f6c0 void 0.000125
+gallium_dri.so free 0x55717358f670 void 0.000124
+gallium_dri.so malloc 72 0x55717358f670 0.000120
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000120
+gallium_dri.so malloc 72 0x55717358f770 0.000123
+gallium_dri.so free 0x55717358f880 void 0.000119
+gallium_dri.so free 0x55717358f770 void 0.000115
+gallium_dri.so malloc 72 0x55717358f830 0.000116
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so free 0x55717358f830 void 0.000120
+gallium_dri.so malloc 72 0x55717358f920 0.000117
+gallium_dri.so free 0x55717358f9c0 void 0.000121
+gallium_dri.so free 0x55717358f920 void 0.000123
+gallium_dri.so malloc 72 0x55717358f970 0.000123
+gallium_dri.so free 0x55717358fa40 void 0.000124
+gallium_dri.so free 0x55717358f970 void 0.000124
+gallium_dri.so malloc 72 0x55717358f970 0.000120
+gallium_dri.so free 0x55717358fac0 void 0.000121
+gallium_dri.so free 0x55717358f970 void 0.000121
+gallium_dri.so malloc 72 0x55717358fac0 0.000122
+gallium_dri.so free 0x55717358fb80 void 0.000124
+gallium_dri.so free 0x55717358fac0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fac0 0.000123
+gallium_dri.so free 0x55717358fc40 void 0.000120
+gallium_dri.so free 0x55717358fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fac0 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000166
+gallium_dri.so free 0x55717358fac0 void 0.000237
+gallium_dri.so malloc 72 0x55717358fcb0 0.000271
+gallium_dri.so free 0x55717358fd00 void 0.000278
+gallium_dri.so free 0x55717358fcb0 void 0.000279
+gallium_dri.so malloc 72 0x55717358fcb0 0.000271
+gallium_dri.so free 0x55717358fe00 void 0.000278
+gallium_dri.so free 0x55717358fcb0 void 0.000267
+gallium_dri.so malloc 72 0x55717358fdb0 0.000280
+gallium_dri.so free 0x55717358fec0 void 0.000282
+gallium_dri.so free 0x55717358fdb0 void 0.000267
+gallium_dri.so malloc 72 0x55717358fe70 0.000278
+gallium_dri.so free 0x55717358ff00 void 0.000277
+gallium_dri.so free 0x55717358fe70 void 0.000273
+gallium_dri.so malloc 72 0x55717358fe70 0.000285
+gallium_dri.so free 0x55717358ffc0 void 0.000277
+gallium_dri.so free 0x55717358fe70 void 0.000266
+gallium_dri.so malloc 72 0x557173590000 0.000266
+gallium_dri.so free 0x557173590080 void 0.000270
+gallium_dri.so free 0x557173590000 void 0.000268
+gallium_dri.so malloc 72 0x557173590080 0.000266
+gallium_dri.so free 0x557173590140 void 0.000345
+gallium_dri.so free 0x557173590080 void 0.000268
+gallium_dri.so malloc 72 0x557173590080 0.000207
+gallium_dri.so free 0x557173590200 void 0.000212
+gallium_dri.so free 0x557173590080 void 0.000128
+gallium_dri.so malloc 72 0x557173590220 0.000122
+gallium_dri.so free 0x5571735902c0 void 0.000122
+gallium_dri.so free 0x557173590220 void 0.000121
+gallium_dri.so malloc 72 0x557173590270 0.000122
+gallium_dri.so free 0x557173590340 void 0.000121
+gallium_dri.so free 0x557173590270 void 0.000121
+gallium_dri.so malloc 72 0x557173590270 0.000121
+gallium_dri.so free 0x5571735903c0 void 0.000121
+gallium_dri.so free 0x557173590270 void 0.000120
+gallium_dri.so malloc 72 0x5571735903c0 0.000121
+gallium_dri.so free 0x557173590480 void 0.000151
+gallium_dri.so free 0x5571735903c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735903c0 0.000118
+gallium_dri.so free 0x557173590540 void 0.000132
+gallium_dri.so free 0x5571735903c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735903c0 0.000121
+gallium_dri.so free 0x557173590600 void 0.000137
+gallium_dri.so free 0x5571735903c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735905b0 0.000132
+gallium_dri.so free 0x5571735906c0 void 0.000130
+gallium_dri.so free 0x5571735905b0 void 0.000129
+gallium_dri.so malloc 72 0x557173590670 0.000128
+gallium_dri.so free 0x557173590740 void 0.000129
+gallium_dri.so free 0x557173590670 void 0.000130
+gallium_dri.so malloc 72 0x557173590790 0.000128
+gallium_dri.so free 0x557173590800 void 0.000133
+gallium_dri.so free 0x557173590790 void 0.000129
+gallium_dri.so malloc 72 0x557173590820 0.000130
+gallium_dri.so free 0x5571735908c0 void 0.000132
+gallium_dri.so free 0x557173590820 void 0.000136
+gallium_dri.so malloc 72 0x557173590870 0.000130
+gallium_dri.so free 0x557173590940 void 0.000131
+gallium_dri.so free 0x557173590870 void 0.000128
+gallium_dri.so malloc 72 0x557173590870 0.000130
+gallium_dri.so free 0x5571735909c0 void 0.000130
+gallium_dri.so free 0x557173590870 void 0.000130
+gallium_dri.so malloc 72 0x5571735909c0 0.000130
+gallium_dri.so free 0x557173590a80 void 0.000129
+gallium_dri.so free 0x5571735909c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735909c0 0.000141
+gallium_dri.so free 0x557173590b80 void 0.000151
+gallium_dri.so free 0x5571735909c0 void 0.000161
+gallium_dri.so malloc 72 0x557173590b30 0.000145
+gallium_dri.so free 0x557173590bc0 void 0.000144
+gallium_dri.so free 0x557173590b30 void 0.000143
+gallium_dri.so malloc 72 0x557173590b30 0.000143
+gallium_dri.so free 0x557173590c80 void 0.000143
+gallium_dri.so free 0x557173590b30 void 0.000143
+gallium_dri.so malloc 72 0x557173590cc0 0.000141
+gallium_dri.so free 0x557173590d40 void 0.000143
+gallium_dri.so free 0x557173590cc0 void 0.000142
+gallium_dri.so malloc 72 0x557173590d40 0.000141
+gallium_dri.so free 0x557173590e00 void 0.000141
+gallium_dri.so free 0x557173590d40 void 0.000143
+gallium_dri.so malloc 72 0x557173590d40 0.000140
+gallium_dri.so free 0x557173590e80 void 0.000142
+gallium_dri.so free 0x557173590d40 void 0.000141
+gallium_dri.so malloc 72 0x557173590eb0 0.000143
+gallium_dri.so free 0x557173590f00 void 0.000143
+gallium_dri.so free 0x557173590eb0 void 0.000142
+gallium_dri.so malloc 72 0x557173590eb0 0.000141
+gallium_dri.so free 0x557173591000 void 0.000142
+gallium_dri.so free 0x557173590eb0 void 0.000152
+gallium_dri.so malloc 72 0x557173591040 0.000143
+gallium_dri.so free 0x5571735910c0 void 0.000145
+gallium_dri.so free 0x557173591040 void 0.000139
+gallium_dri.so malloc 72 0x5571735910c0 0.000141
+gallium_dri.so free 0x557173591180 void 0.000142
+gallium_dri.so free 0x5571735910c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735910c0 0.000141
+gallium_dri.so free 0x557173591200 void 0.000143
+gallium_dri.so free 0x5571735910c0 void 0.000141
+gallium_dri.so malloc 72 0x557173591230 0.000140
+gallium_dri.so free 0x557173591280 void 0.000142
+gallium_dri.so free 0x557173591230 void 0.000138
+gallium_dri.so malloc 72 0x557173591230 0.000141
+gallium_dri.so free 0x557173591380 void 0.000140
+gallium_dri.so free 0x557173591230 void 0.000141
+gallium_dri.so malloc 72 0x557173591330 0.000141
+gallium_dri.so free 0x557173591440 void 0.000143
+gallium_dri.so free 0x557173591330 void 0.000141
+gallium_dri.so malloc 72 0x5571735913f0 0.000143
+gallium_dri.so free 0x5571735914c0 void 0.000144
+gallium_dri.so free 0x5571735913f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735913f0 0.000150
+gallium_dri.so free 0x557173591580 void 0.000129
+gallium_dri.so free 0x5571735913f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735913f0 0.000116
+gallium_dri.so free 0x557173591640 void 0.000124
+gallium_dri.so free 0x5571735913f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735915f0 0.000117
+gallium_dri.so free 0x5571735916c0 void 0.000117
+gallium_dri.so free 0x5571735915f0 void 0.000119
+gallium_dri.so malloc 72 0x557173591710 0.000117
+gallium_dri.so free 0x557173591780 void 0.000119
+gallium_dri.so free 0x557173591710 void 0.000118
+gallium_dri.so malloc 72 0x5571735917a0 0.000117
+gallium_dri.so free 0x557173591840 void 0.000117
+gallium_dri.so free 0x5571735917a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735917f0 0.000120
+gallium_dri.so free 0x5571735918c0 void 0.000122
+gallium_dri.so free 0x5571735917f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735918c0 0.000120
+gallium_dri.so free 0x557173591980 void 0.000122
+gallium_dri.so free 0x5571735918c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735918c0 0.000147
+gallium_dri.so free 0x557173591a00 void 0.000205
+gallium_dri.so free 0x5571735918c0 void 0.000206
+gallium_dri.so malloc 72 0x557173591a00 0.000121
+gallium_dri.so free 0x557173591ac0 void 0.000135
+gallium_dri.so free 0x557173591a00 void 0.000121
+gallium_dri.so malloc 72 0x557173591a00 0.000120
+gallium_dri.so free 0x557173591b80 void 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000117
+gallium_dri.so malloc 72 0x557173591a00 0.000119
+gallium_dri.so free 0x557173591c40 void 0.000118
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so malloc 72 0x557173591bf0 0.000117
+gallium_dri.so free 0x557173591cc0 void 0.000120
+gallium_dri.so free 0x557173591bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173591d10 0.000119
+gallium_dri.so free 0x557173591d80 void 0.000118
+gallium_dri.so free 0x557173591d10 void 0.000119
+gallium_dri.so malloc 72 0x557173591dc0 0.000117
+gallium_dri.so free 0x557173591e40 void 0.000117
+gallium_dri.so free 0x557173591dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173591dc0 0.000117
+gallium_dri.so free 0x557173591ec0 void 0.000117
+gallium_dri.so free 0x557173591dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173591ef0 0.000117
+gallium_dri.so free 0x5571735cef80 void 0.000118
+gallium_dri.so free 0x557173591ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cef30 0.000120
+gallium_dri.so free 0x5571735cf000 void 0.000119
+gallium_dri.so free 0x5571735cef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf050 0.000130
+gallium_dri.so free 0x5571735cf0c0 void 0.000120
+gallium_dri.so free 0x5571735cf050 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf0e0 0.000125
+gallium_dri.so free 0x5571735cf180 void 0.000119
+gallium_dri.so free 0x5571735cf0e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf130 0.000118
+gallium_dri.so free 0x5571735cf200 void 0.000119
+gallium_dri.so free 0x5571735cf130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf130 0.000116
+gallium_dri.so free 0x5571735cf300 void 0.000119
+gallium_dri.so free 0x5571735cf130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf2b0 0.000119
+gallium_dri.so free 0x5571735cf380 void 0.000116
+gallium_dri.so free 0x5571735cf2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf3d0 0.000117
+gallium_dri.so free 0x5571735cf440 void 0.000118
+gallium_dri.so free 0x5571735cf3d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf460 0.000116
+gallium_dri.so free 0x5571735cf500 void 0.000117
+gallium_dri.so free 0x5571735cf460 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000131
+gallium_dri.so free 0x5571735cf580 void 0.000136
+gallium_dri.so free 0x5571735cf4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000120
+gallium_dri.so free 0x5571735cf600 void 0.000118
+gallium_dri.so free 0x5571735cf4b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf600 0.000134
+gallium_dri.so free 0x5571735cf6c0 void 0.000129
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf600 0.000119
+gallium_dri.so free 0x5571735cf7c0 void 0.000117
+gallium_dri.so free 0x5571735cf600 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf600 0.000117
+gallium_dri.so free 0x5571735cf840 void 0.000123
+gallium_dri.so free 0x5571735cf600 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf870 0.000118
+gallium_dri.so free 0x5571735cf8c0 void 0.000118
+gallium_dri.so free 0x5571735cf870 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf870 0.000117
+gallium_dri.so free 0x5571735cf9c0 void 0.000119
+gallium_dri.so free 0x5571735cf870 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf970 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so free 0x5571735cf970 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa30 0.000117
+gallium_dri.so free 0x5571735cfac0 void 0.000118
+gallium_dri.so free 0x5571735cfa30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa30 0.000118
+gallium_dri.so free 0x5571735cfb80 void 0.000119
+gallium_dri.so free 0x5571735cfa30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfbd0 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x5571735cfbd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfc80 0.000114
+gallium_dri.so free 0x5571735cfd00 void 0.000114
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd00 0.000114
+gallium_dri.so free 0x5571735cfdc0 void 0.000115
+gallium_dri.so free 0x5571735cfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd00 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe70 0.000120
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe70 0.000115
+gallium_dri.so free 0x5571735cffc0 void 0.000115
+gallium_dri.so free 0x5571735cfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cff70 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735cff70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0030 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000114
+gallium_dri.so free 0x5571735d0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0120 0.000127
+gallium_dri.so free 0x5571735d01c0 void 0.000123
+gallium_dri.so free 0x5571735d0120 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0170 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000114
+gallium_dri.so free 0x5571735d0170 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0170 0.000117
+gallium_dri.so free 0x5571735d02c0 void 0.000117
+gallium_dri.so free 0x5571735d0170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d02c0 0.000117
+gallium_dri.so free 0x5571735d0380 void 0.000116
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02c0 0.000115
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d02c0 0.000116
+gallium_dri.so free 0x5571735d0500 void 0.000116
+gallium_dri.so free 0x5571735d02c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d04b0 0.000115
+gallium_dri.so free 0x5571735d0500 void 0.000114
+gallium_dri.so free 0x5571735d04b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d04b0 0.000119
+gallium_dri.so free 0x5571735d0600 void 0.000120
+gallium_dri.so free 0x5571735d04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d05b0 0.000118
+gallium_dri.so free 0x5571735d06c0 void 0.000119
+gallium_dri.so free 0x5571735d05b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0670 0.000119
+gallium_dri.so free 0x5571735d0700 void 0.000117
+gallium_dri.so free 0x5571735d0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0670 0.000122
+gallium_dri.so free 0x5571735d07c0 void 0.000119
+gallium_dri.so free 0x5571735d0670 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0800 0.000120
+gallium_dri.so free 0x5571735d0880 void 0.000119
+gallium_dri.so free 0x5571735d0800 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0880 0.000121
+gallium_dri.so free 0x5571735d0940 void 0.000119
+gallium_dri.so free 0x5571735d0880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0880 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x5571735d0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a20 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000116
+gallium_dri.so free 0x5571735d0a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000113
+gallium_dri.so free 0x5571735d0b40 void 0.000113
+gallium_dri.so free 0x5571735d0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000115
+gallium_dri.so free 0x5571735d0c80 void 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000113
+gallium_dri.so free 0x5571735d0d40 void 0.000128
+gallium_dri.so free 0x5571735d0bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000122
+gallium_dri.so free 0x5571735d0e00 void 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0db0 0.000119
+gallium_dri.so free 0x5571735d0ec0 void 0.000118
+gallium_dri.so free 0x5571735d0db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0e70 0.000117
+gallium_dri.so free 0x5571735d0f40 void 0.000118
+gallium_dri.so free 0x5571735d0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0f90 0.000117
+gallium_dri.so free 0x5571735d1000 void 0.000118
+gallium_dri.so free 0x5571735d0f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1020 0.000117
+gallium_dri.so free 0x5571735d10c0 void 0.000124
+gallium_dri.so free 0x5571735d1020 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1070 0.000115
+gallium_dri.so free 0x5571735d1140 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000113
+gallium_dri.so free 0x5571735d1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d11c0 0.000112
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d11c0 0.000114
+gallium_dri.so free 0x5571735d1380 void 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1330 0.000112
+gallium_dri.so free 0x5571735d13c0 void 0.000113
+gallium_dri.so free 0x5571735d1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1330 0.000113
+gallium_dri.so free 0x5571735d1480 void 0.000116
+gallium_dri.so free 0x5571735d1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d14c0 0.000112
+gallium_dri.so free 0x5571735d1540 void 0.000112
+gallium_dri.so free 0x5571735d14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1540 0.000114
+gallium_dri.so free 0x5571735d1600 void 0.000112
+gallium_dri.so free 0x5571735d1540 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1540 0.000112
+gallium_dri.so free 0x5571735d1680 void 0.000113
+gallium_dri.so free 0x5571735d1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16b0 0.000114
+gallium_dri.so free 0x5571735d1700 void 0.000118
+gallium_dri.so free 0x5571735d16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d16b0 0.000112
+gallium_dri.so free 0x5571735d1800 void 0.000112
+gallium_dri.so free 0x5571735d16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1840 0.000112
+gallium_dri.so free 0x5571735d18c0 void 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735d18c0 0.000113
+gallium_dri.so free 0x5571735d1980 void 0.000123
+gallium_dri.so free 0x5571735d18c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d18c0 0.000115
+gallium_dri.so free 0x5571735d1a00 void 0.000118
+gallium_dri.so free 0x5571735d18c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1a30 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000113
+gallium_dri.so free 0x5571735d1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a30 0.000112
+gallium_dri.so free 0x5571735d1b80 void 0.000112
+gallium_dri.so free 0x5571735d1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b30 0.000112
+gallium_dri.so free 0x5571735d1c40 void 0.000113
+gallium_dri.so free 0x5571735d1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000111
+gallium_dri.so free 0x5571735d1cc0 void 0.000117
+gallium_dri.so free 0x5571735d1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000114
+gallium_dri.so free 0x5571735d1d80 void 0.000114
+gallium_dri.so free 0x5571735d1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000113
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so free 0x5571735d1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1df0 0.000113
+gallium_dri.so free 0x5571735d1ec0 void 0.000113
+gallium_dri.so free 0x5571735d1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1f10 0.000114
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so free 0x5571735d1f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1fa0 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so free 0x5571735d1fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ff0 0.000129
+gallium_dri.so free 0x5571735d20c0 void 0.000114
+gallium_dri.so free 0x5571735d1ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d20c0 0.000112
+gallium_dri.so free 0x5571735d2180 void 0.000113
+gallium_dri.so free 0x5571735d20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20c0 0.000111
+gallium_dri.so free 0x5571735d2200 void 0.000112
+gallium_dri.so free 0x5571735d20c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2200 0.000112
+gallium_dri.so free 0x5571735d22c0 void 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2200 0.000176
+gallium_dri.so free 0x5571735d2380 void 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2200 0.000112
+gallium_dri.so free 0x5571735d2440 void 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d23f0 0.000114
+gallium_dri.so free 0x5571735d24c0 void 0.000115
+gallium_dri.so free 0x5571735d23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2510 0.000113
+gallium_dri.so free 0x5571735d2580 void 0.000113
+gallium_dri.so free 0x5571735d2510 void 0.000112
+gallium_dri.so malloc 72 0x5571735d25c0 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000130
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26f0 0.000112
+gallium_dri.so free 0x5571735d2740 void 0.000120
+gallium_dri.so free 0x5571735d26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26f0 0.000112
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so free 0x5571735d26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000112
+gallium_dri.so free 0x5571735d27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28b0 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28b0 0.000113
+gallium_dri.so free 0x5571735d2a00 void 0.000112
+gallium_dri.so free 0x5571735d28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2a70 0.000112
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2a70 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000113
+gallium_dri.so free 0x5571735d2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000119
+gallium_dri.so free 0x5571735d2c80 void 0.000129
+gallium_dri.so free 0x5571735d2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2c30 0.000177
+gallium_dri.so free 0x5571735d2cc0 void 0.000130
+gallium_dri.so free 0x5571735d2c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2c30 0.000129
+gallium_dri.so free 0x5571735d2d80 void 0.000129
+gallium_dri.so free 0x5571735d2c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000130
+gallium_dri.so free 0x5571735d2e40 void 0.000130
+gallium_dri.so free 0x5571735d2dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2e40 0.000129
+gallium_dri.so free 0x5571735d2f00 void 0.000128
+gallium_dri.so free 0x5571735d2e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2e40 0.000129
+gallium_dri.so free 0x5571735d2fc0 void 0.000129
+gallium_dri.so free 0x5571735d2e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000128
+gallium_dri.so free 0x5571735d3080 void 0.000127
+gallium_dri.so free 0x5571735d2fe0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3030 0.000129
+gallium_dri.so free 0x5571735d3100 void 0.000128
+gallium_dri.so free 0x5571735d3030 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3030 0.000135
+gallium_dri.so free 0x5571735d3180 void 0.000132
+gallium_dri.so free 0x5571735d3030 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3180 0.000172
+gallium_dri.so free 0x5571735d3240 void 0.000136
+gallium_dri.so free 0x5571735d3180 void 0.000135
+gallium_dri.so malloc 72 0x5571735d3180 0.000136
+gallium_dri.so free 0x5571735d3300 void 0.000131
+gallium_dri.so free 0x5571735d3180 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3180 0.000134
+gallium_dri.so free 0x5571735d33c0 void 0.000137
+gallium_dri.so free 0x5571735d3180 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3370 0.000130
+gallium_dri.so free 0x5571735d3480 void 0.000129
+gallium_dri.so free 0x5571735d3370 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3430 0.000133
+gallium_dri.so free 0x5571735d3500 void 0.000131
+gallium_dri.so free 0x5571735d3430 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3550 0.000128
+gallium_dri.so free 0x5571735d35c0 void 0.000129
+gallium_dri.so free 0x5571735d3550 void 0.000130
+gallium_dri.so malloc 72 0x5571735d35e0 0.000132
+gallium_dri.so free 0x5571735d3680 void 0.000129
+gallium_dri.so free 0x5571735d35e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3630 0.000129
+gallium_dri.so free 0x5571735d3700 void 0.000141
+gallium_dri.so free 0x5571735d3630 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3630 0.000131
+gallium_dri.so free 0x5571735d3780 void 0.000129
+gallium_dri.so free 0x5571735d3630 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3780 0.000131
+gallium_dri.so free 0x5571735d3840 void 0.000129
+gallium_dri.so free 0x5571735d3780 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3780 0.000129
+gallium_dri.so free 0x5571735d3940 void 0.000130
+gallium_dri.so free 0x5571735d3780 void 0.000129
+gallium_dri.so malloc 72 0x5571735d38f0 0.000133
+gallium_dri.so free 0x5571735d3980 void 0.000136
+gallium_dri.so free 0x5571735d38f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d38f0 0.000197
+gallium_dri.so free 0x5571735d3a40 void 0.000137
+gallium_dri.so free 0x5571735d38f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d3a80 0.000128
+gallium_dri.so free 0x5571735d3b00 void 0.000127
+gallium_dri.so free 0x5571735d3a80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3b00 0.000128
+gallium_dri.so free 0x5571735d3bc0 void 0.000129
+gallium_dri.so free 0x5571735d3b00 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3b00 0.000142
+gallium_dri.so free 0x5571735d3c40 void 0.000129
+gallium_dri.so free 0x5571735d3b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3c70 0.000129
+gallium_dri.so free 0x5571735d3cc0 void 0.000128
+gallium_dri.so free 0x5571735d3c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3c70 0.000129
+gallium_dri.so free 0x5571735d3dc0 void 0.000128
+gallium_dri.so free 0x5571735d3c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3e00 0.000129
+gallium_dri.so free 0x5571735d3e80 void 0.000129
+gallium_dri.so free 0x5571735d3e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3e80 0.000129
+gallium_dri.so free 0x5571735d3f40 void 0.000130
+gallium_dri.so free 0x5571735d3e80 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3e80 0.000130
+gallium_dri.so free 0x5571735d3fc0 void 0.000128
+gallium_dri.so free 0x5571735d3e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000128
+gallium_dri.so free 0x5571735d4040 void 0.000129
+gallium_dri.so free 0x5571735d3ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000130
+gallium_dri.so free 0x5571735d4140 void 0.000128
+gallium_dri.so free 0x5571735d3ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d40f0 0.000275
+gallium_dri.so free 0x5571735d4200 void 0.000132
+gallium_dri.so free 0x5571735d40f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d41b0 0.000129
+gallium_dri.so free 0x5571735d4280 void 0.000129
+gallium_dri.so free 0x5571735d41b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d41b0 0.000128
+gallium_dri.so free 0x5571735d4340 void 0.000129
+gallium_dri.so free 0x5571735d41b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d41b0 0.000131
+gallium_dri.so free 0x5571735d4400 void 0.000129
+gallium_dri.so free 0x5571735d41b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d43b0 0.000129
+gallium_dri.so free 0x5571735d4480 void 0.000128
+gallium_dri.so free 0x5571735d43b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d44d0 0.000129
+gallium_dri.so free 0x5571735d4540 void 0.000135
+gallium_dri.so free 0x5571735d44d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4560 0.000127
+gallium_dri.so free 0x5571735d4600 void 0.000128
+gallium_dri.so free 0x5571735d4560 void 0.000257
+gallium_dri.so malloc 72 0x5571735d45b0 0.000269
+gallium_dri.so free 0x5571735d4680 void 0.000165
+gallium_dri.so free 0x5571735d45b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4680 0.000126
+gallium_dri.so free 0x5571735d4740 void 0.000124
+gallium_dri.so free 0x5571735d4680 void 0.000152
+gallium_dri.so malloc 72 0x5571735d4680 0.000199
+gallium_dri.so free 0x5571735d47c0 void 0.000169
+gallium_dri.so free 0x5571735d4680 void 0.000129
+gallium_dri.so malloc 72 0x5571735d47c0 0.000164
+gallium_dri.so free 0x5571735d4880 void 0.000268
+gallium_dri.so free 0x5571735d47c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d47c0 0.000206
+gallium_dri.so free 0x5571735d4940 void 0.000142
+gallium_dri.so free 0x5571735d47c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d47c0 0.000125
+gallium_dri.so free 0x5571735d4a00 void 0.000127
+gallium_dri.so free 0x5571735d47c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d49b0 0.000126
+gallium_dri.so free 0x5571735d4a80 void 0.000127
+gallium_dri.so free 0x5571735d49b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ad0 0.000141
+gallium_dri.so free 0x5571735d4b40 void 0.000128
+gallium_dri.so free 0x5571735d4ad0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4b80 0.000129
+gallium_dri.so free 0x5571735d4c00 void 0.000129
+gallium_dri.so free 0x5571735d4b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4b80 0.000125
+gallium_dri.so free 0x5571735d4c80 void 0.000126
+gallium_dri.so free 0x5571735d4b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000125
+gallium_dri.so free 0x5571735d4d00 void 0.000124
+gallium_dri.so free 0x5571735d4cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000126
+gallium_dri.so free 0x5571735d4e00 void 0.000126
+gallium_dri.so free 0x5571735d4cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4db0 0.000124
+gallium_dri.so free 0x5571735d4ec0 void 0.000124
+gallium_dri.so free 0x5571735d4db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4e70 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000132
+gallium_dri.so free 0x5571735d4e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4e70 0.000125
+gallium_dri.so free 0x5571735d4fc0 void 0.000125
+gallium_dri.so free 0x5571735d4e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5030 0.000123
+gallium_dri.so free 0x5571735d5080 void 0.000146
+gallium_dri.so free 0x5571735d5030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5030 0.000131
+gallium_dri.so free 0x5571735d5180 void 0.000132
+gallium_dri.so free 0x5571735d5030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5130 0.000131
+gallium_dri.so free 0x5571735d5240 void 0.000131
+gallium_dri.so free 0x5571735d5130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d51f0 0.000130
+gallium_dri.so free 0x5571735d5280 void 0.000133
+gallium_dri.so free 0x5571735d51f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d51f0 0.000123
+gallium_dri.so free 0x5571735d5340 void 0.000127
+gallium_dri.so free 0x5571735d51f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5380 0.000125
+gallium_dri.so free 0x5571735d5400 void 0.000124
+gallium_dri.so free 0x5571735d5380 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5400 0.000126
+gallium_dri.so free 0x5571735d54c0 void 0.000128
+gallium_dri.so free 0x5571735d5400 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5400 0.000124
+gallium_dri.so free 0x5571735d5580 void 0.000124
+gallium_dri.so free 0x5571735d5400 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55a0 0.000145
+gallium_dri.so free 0x5571735d5640 void 0.000127
+gallium_dri.so free 0x5571735d55a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d55f0 0.000125
+gallium_dri.so free 0x5571735d56c0 void 0.000124
+gallium_dri.so free 0x5571735d55f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55f0 0.000123
+gallium_dri.so free 0x5571735d5740 void 0.000126
+gallium_dri.so free 0x5571735d55f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5740 0.000124
+gallium_dri.so free 0x5571735d5800 void 0.000124
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5740 0.000122
+gallium_dri.so free 0x5571735d58c0 void 0.000123
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5740 0.000125
+gallium_dri.so free 0x5571735d5980 void 0.000123
+gallium_dri.so free 0x5571735d5740 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5930 0.000123
+gallium_dri.so free 0x5571735d5a40 void 0.000126
+gallium_dri.so free 0x5571735d5930 void 0.000123
+gallium_dri.so malloc 72 0x5571735d59f0 0.000124
+gallium_dri.so free 0x5571735d5ac0 void 0.000125
+gallium_dri.so free 0x5571735d59f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5b10 0.000125
+gallium_dri.so free 0x5571735d5b80 void 0.000161
+gallium_dri.so free 0x5571735d5b10 void 0.000211
+gallium_dri.so malloc 72 0x5571735d5ba0 0.000215
+gallium_dri.so free 0x5571735d5c40 void 0.000177
+gallium_dri.so free 0x5571735d5ba0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000125
+gallium_dri.so free 0x5571735d5cc0 void 0.000124
+gallium_dri.so free 0x5571735d5bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000124
+gallium_dri.so free 0x5571735d5d40 void 0.000124
+gallium_dri.so free 0x5571735d5bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5d40 0.000122
+gallium_dri.so free 0x5571735d5e00 void 0.000122
+gallium_dri.so free 0x5571735d5d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5d40 0.000125
+gallium_dri.so free 0x5571735d5f00 void 0.000122
+gallium_dri.so free 0x5571735d5d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000126
+gallium_dri.so free 0x5571735d5f40 void 0.000124
+gallium_dri.so free 0x5571735d5eb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000126
+gallium_dri.so free 0x5571735d6000 void 0.000125
+gallium_dri.so free 0x5571735d5eb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d6040 0.000127
+gallium_dri.so free 0x5571735d60c0 void 0.000127
+gallium_dri.so free 0x5571735d6040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60c0 0.000126
+gallium_dri.so free 0x5571735d6180 void 0.000125
+gallium_dri.so free 0x5571735d60c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60c0 0.000125
+gallium_dri.so free 0x5571735d6200 void 0.000125
+gallium_dri.so free 0x5571735d60c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6230 0.000125
+gallium_dri.so free 0x5571735d6280 void 0.000124
+gallium_dri.so free 0x5571735d6230 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6230 0.000124
+gallium_dri.so free 0x5571735d6380 void 0.000125
+gallium_dri.so free 0x5571735d6230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d63c0 0.000124
+gallium_dri.so free 0x5571735d6440 void 0.000126
+gallium_dri.so free 0x5571735d63c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6440 0.000127
+gallium_dri.so free 0x5571735d6500 void 0.000126
+gallium_dri.so free 0x5571735d6440 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6440 0.000124
+gallium_dri.so free 0x5571735d6580 void 0.000125
+gallium_dri.so free 0x5571735d6440 void 0.000134
+gallium_dri.so malloc 72 0x5571735d65b0 0.000126
+gallium_dri.so free 0x5571735d6600 void 0.000126
+gallium_dri.so free 0x5571735d65b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d65b0 0.000177
+gallium_dri.so free 0x5571735d6700 void 0.000160
+gallium_dri.so free 0x5571735d65b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d66b0 0.000121
+gallium_dri.so free 0x5571735d67c0 void 0.000119
+gallium_dri.so free 0x5571735d66b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6770 0.000117
+gallium_dri.so free 0x5571735d6840 void 0.000113
+gallium_dri.so free 0x5571735d6770 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6770 0.000109
+gallium_dri.so free 0x5571735d6900 void 0.000110
+gallium_dri.so free 0x5571735d6770 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6770 0.000110
+gallium_dri.so free 0x5571735d69c0 void 0.000109
+gallium_dri.so free 0x5571735d6770 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6970 0.000109
+gallium_dri.so free 0x5571735d6a40 void 0.000117
+gallium_dri.so free 0x5571735d6970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6a90 0.000112
+gallium_dri.so free 0x5571735d6b00 void 0.000113
+gallium_dri.so free 0x5571735d6a90 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6b20 0.000205
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so free 0x5571735d6b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6b70 0.000111
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x5571735d6b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735da8c0 0.000125
+gallium_dri.so free 0x5571735da980 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x5571735daa00 void 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa00 0.000114
+gallium_dri.so free 0x5571735d6c40 void 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000123
+gallium_dri.so malloc 72 0x5571735daa00 0.000123
+gallium_dri.so free 0x5571735daac0 void 0.000123
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa00 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabc0 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dabc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dac40 0.000114
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dac40 0.000116
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000111
+gallium_dri.so malloc 72 0x5571735dac40 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac40 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735daeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafd0 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so free 0x5571735dafd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db060 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735db060 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000114
+gallium_dri.so free 0x5571735db280 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db230 0.000113
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db230 void 0.000114
+gallium_dri.so malloc 72 0x5571735db350 0.000133
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db350 void 0.000114
+gallium_dri.so malloc 72 0x5571735db3e0 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000113
+gallium_dri.so free 0x5571735db3e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000112
+gallium_dri.so free 0x5571735db500 void 0.000111
+gallium_dri.so free 0x5571735db430 void 0.000112
+gallium_dri.so malloc 72 0x5571735db430 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so free 0x5571735db430 void 0.000112
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db7c0 void 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7f0 0.000111
+gallium_dri.so free 0x5571735db840 void 0.000111
+gallium_dri.so free 0x5571735db7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7f0 0.000114
+gallium_dri.so free 0x5571735db940 void 0.000119
+gallium_dri.so free 0x5571735db7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db8f0 0.000113
+gallium_dri.so free 0x5571735dba00 void 0.000170
+gallium_dri.so free 0x5571735db8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000113
+gallium_dri.so free 0x5571735db9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbb50 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000113
+gallium_dri.so free 0x5571735dbb50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc00 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbc80 0.000125
+gallium_dri.so free 0x5571735dbd40 void 0.000129
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc80 0.000114
+gallium_dri.so free 0x5571735dbdc0 void 0.000112
+gallium_dri.so free 0x5571735dbc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735dbdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000113
+gallium_dri.so free 0x5571735dbf40 void 0.000115
+gallium_dri.so free 0x5571735dbdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbef0 0.000114
+gallium_dri.so free 0x5571735dc000 void 0.000115
+gallium_dri.so free 0x5571735dbef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000116
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so free 0x5571735dbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0a0 0.000117
+gallium_dri.so free 0x5571735dc140 void 0.000115
+gallium_dri.so free 0x5571735dc0a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc240 0.000112
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc240 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc430 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc430 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000127
+gallium_dri.so free 0x5571735dc430 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735dc640 void 0.000113
+gallium_dri.so free 0x5571735dc530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000116
+gallium_dri.so free 0x5571735dc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000112
+gallium_dri.so free 0x5571735dc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc780 0.000112
+gallium_dri.so free 0x5571735dc800 void 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc800 0.000118
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc800 0.000112
+gallium_dri.so free 0x5571735dc980 void 0.000113
+gallium_dri.so free 0x5571735dc800 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc9a0 0.000114
+gallium_dri.so free 0x5571735dca40 void 0.000115
+gallium_dri.so free 0x5571735dc9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000112
+gallium_dri.so free 0x5571735dcac0 void 0.000113
+gallium_dri.so free 0x5571735dc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000155
+gallium_dri.so free 0x5571735dc9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcb40 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000122
+gallium_dri.so free 0x5571735dcb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcb40 0.000118
+gallium_dri.so free 0x5571735dccc0 void 0.000119
+gallium_dri.so free 0x5571735dcb40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcb40 0.000119
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735dce40 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000113
+gallium_dri.so free 0x5571735dcdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf10 0.000113
+gallium_dri.so free 0x5571735dcf80 void 0.000112
+gallium_dri.so free 0x5571735dcf10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcfa0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000115
+gallium_dri.so free 0x5571735dcfa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcff0 0.000112
+gallium_dri.so free 0x5571735dd0c0 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcff0 0.000122
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd300 void 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000116
+gallium_dri.so free 0x5571735dd2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd440 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000113
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000112
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd630 0.000114
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so free 0x5571735dd630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd630 0.000177
+gallium_dri.so free 0x5571735dd780 void 0.000240
+gallium_dri.so free 0x5571735dd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000120
+gallium_dri.so free 0x5571735dd840 void 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd840 0.000112
+gallium_dri.so free 0x5571735dd900 void 0.000112
+gallium_dri.so free 0x5571735dd840 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd840 0.000111
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd840 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000112
+gallium_dri.so free 0x5571735dd9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000112
+gallium_dri.so free 0x5571735ddb00 void 0.000113
+gallium_dri.so free 0x5571735dd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddab0 0.000113
+gallium_dri.so free 0x5571735ddbc0 void 0.000113
+gallium_dri.so free 0x5571735ddab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000114
+gallium_dri.so free 0x5571735ddc40 void 0.000114
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000114
+gallium_dri.so free 0x5571735ddd00 void 0.000114
+gallium_dri.so free 0x5571735ddb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb70 0.000122
+gallium_dri.so free 0x5571735dddc0 void 0.000114
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd70 0.000133
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735ddd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde90 0.000112
+gallium_dri.so free 0x5571735ddf00 void 0.000116
+gallium_dri.so free 0x5571735dde90 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf20 0.000123
+gallium_dri.so free 0x5571735ddfc0 void 0.000127
+gallium_dri.so free 0x5571735ddf20 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf70 0.000119
+gallium_dri.so free 0x5571735de040 void 0.000119
+gallium_dri.so free 0x5571735ddf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735de040 0.000115
+gallium_dri.so free 0x5571735de100 void 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so malloc 72 0x5571735de040 0.000125
+gallium_dri.so free 0x5571735de180 void 0.000123
+gallium_dri.so free 0x5571735de040 void 0.000124
+gallium_dri.so malloc 72 0x5571735de180 0.000122
+gallium_dri.so free 0x5571735de240 void 0.000123
+gallium_dri.so free 0x5571735de180 void 0.000123
+gallium_dri.so malloc 72 0x5571735de180 0.000160
+gallium_dri.so free 0x5571735de300 void 0.000161
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so malloc 72 0x5571735de180 0.000123
+gallium_dri.so free 0x5571735de3c0 void 0.000123
+gallium_dri.so free 0x5571735de180 void 0.000123
+gallium_dri.so malloc 72 0x5571735de370 0.000122
+gallium_dri.so free 0x5571735de440 void 0.000122
+gallium_dri.so free 0x5571735de370 void 0.000124
+gallium_dri.so malloc 72 0x5571735de490 0.000120
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de490 void 0.000118
+gallium_dri.so malloc 72 0x5571735de540 0.000123
+gallium_dri.so free 0x5571735de5c0 void 0.000123
+gallium_dri.so free 0x5571735de540 void 0.000119
+gallium_dri.so malloc 72 0x5571735de540 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000130
+gallium_dri.so free 0x5571735de540 void 0.000124
+gallium_dri.so malloc 72 0x5571735de670 0.000129
+gallium_dri.so free 0x5571735de6c0 void 0.000130
+gallium_dri.so free 0x5571735de670 void 0.000129
+gallium_dri.so malloc 72 0x5571735de670 0.000183
+gallium_dri.so free 0x5571735de7c0 void 0.000127
+gallium_dri.so free 0x5571735de670 void 0.000129
+gallium_dri.so malloc 72 0x5571735de770 0.000129
+gallium_dri.so free 0x5571735de880 void 0.000129
+gallium_dri.so free 0x5571735de770 void 0.000130
+gallium_dri.so malloc 72 0x5571735de830 0.000130
+gallium_dri.so free 0x5571735de8c0 void 0.000129
+gallium_dri.so free 0x5571735de830 void 0.000132
+gallium_dri.so malloc 72 0x5571735de830 0.000123
+gallium_dri.so free 0x5571735de980 void 0.000124
+gallium_dri.so free 0x5571735de830 void 0.000130
+gallium_dri.so malloc 72 0x5571735de9f0 0.000129
+gallium_dri.so free 0x5571735dea40 void 0.000129
+gallium_dri.so free 0x5571735de9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de9f0 0.000125
+gallium_dri.so free 0x5571735deb40 void 0.000130
+gallium_dri.so free 0x5571735de9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735deaf0 0.000129
+gallium_dri.so free 0x5571735dec00 void 0.000123
+gallium_dri.so free 0x5571735deaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735debb0 0.000125
+gallium_dri.so free 0x5571735dec40 void 0.000126
+gallium_dri.so free 0x5571735debb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735debb0 0.000127
+gallium_dri.so free 0x5571735ded00 void 0.000128
+gallium_dri.so free 0x5571735debb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ded40 0.000130
+gallium_dri.so free 0x5571735dedc0 void 0.000128
+gallium_dri.so free 0x5571735ded40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dedc0 0.000129
+gallium_dri.so free 0x5571735dee80 void 0.000128
+gallium_dri.so free 0x5571735dedc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dedc0 0.000122
+gallium_dri.so free 0x5571735def40 void 0.000119
+gallium_dri.so free 0x5571735dedc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735def60 0.000128
+gallium_dri.so free 0x5571735df000 void 0.000130
+gallium_dri.so free 0x5571735def60 void 0.000126
+gallium_dri.so malloc 72 0x5571735defb0 0.000127
+gallium_dri.so free 0x5571735df080 void 0.000128
+gallium_dri.so free 0x5571735defb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735defb0 0.000130
+gallium_dri.so free 0x5571735df100 void 0.000246
+gallium_dri.so free 0x5571735defb0 void 0.000243
+gallium_dri.so malloc 72 0x5571735df100 0.000269
+gallium_dri.so free 0x5571735df1c0 void 0.000166
+gallium_dri.so free 0x5571735df100 void 0.000161
+gallium_dri.so malloc 72 0x5571735df100 0.000129
+gallium_dri.so free 0x5571735df280 void 0.000125
+gallium_dri.so free 0x5571735df100 void 0.000124
+gallium_dri.so malloc 72 0x5571735df100 0.000129
+gallium_dri.so free 0x5571735df340 void 0.000124
+gallium_dri.so free 0x5571735df100 void 0.000125
+gallium_dri.so malloc 72 0x5571735df2f0 0.000128
+gallium_dri.so free 0x5571735df400 void 0.000124
+gallium_dri.so free 0x5571735df2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df3b0 0.000119
+gallium_dri.so free 0x5571735df480 void 0.000125
+gallium_dri.so free 0x5571735df3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4d0 0.000130
+gallium_dri.so free 0x5571735df540 void 0.000172
+gallium_dri.so free 0x5571735df4d0 void 0.000149
+gallium_dri.so malloc 72 0x5571735df560 0.000168
+gallium_dri.so free 0x5571735df600 void 0.000167
+gallium_dri.so free 0x5571735df560 void 0.000130
+gallium_dri.so malloc 72 0x5571735df5b0 0.000135
+gallium_dri.so free 0x5571735df680 void 0.000130
+gallium_dri.so free 0x5571735df5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5b0 0.000129
+gallium_dri.so free 0x5571735df700 void 0.000130
+gallium_dri.so free 0x5571735df5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df700 0.000125
+gallium_dri.so free 0x5571735df7c0 void 0.000132
+gallium_dri.so free 0x5571735df700 void 0.000120
+gallium_dri.so malloc 72 0x5571735df700 0.000125
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so free 0x5571735df700 void 0.000131
+gallium_dri.so malloc 72 0x5571735df870 0.000130
+gallium_dri.so free 0x5571735df900 void 0.000132
+gallium_dri.so free 0x5571735df870 void 0.000140
+gallium_dri.so malloc 72 0x5571735df870 0.000126
+gallium_dri.so free 0x5571735df9c0 void 0.000125
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa00 0.000130
+gallium_dri.so free 0x5571735dfa80 void 0.000129
+gallium_dri.so free 0x5571735dfa00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfa80 0.000120
+gallium_dri.so free 0x5571735dfb40 void 0.000128
+gallium_dri.so free 0x5571735dfa80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfa80 0.000130
+gallium_dri.so free 0x5571735dfbc0 void 0.000129
+gallium_dri.so free 0x5571735dfa80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000157
+gallium_dri.so free 0x5571735dfc40 void 0.000131
+gallium_dri.so free 0x5571735dfbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000129
+gallium_dri.so free 0x5571735dfd40 void 0.000131
+gallium_dri.so free 0x5571735dfbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfd80 0.000124
+gallium_dri.so free 0x5571735dfe00 void 0.000122
+gallium_dri.so free 0x5571735dfd80 void 0.000150
+gallium_dri.so malloc 72 0x5571735dfe00 0.000165
+gallium_dri.so free 0x5571735dfec0 void 0.000164
+gallium_dri.so free 0x5571735dfe00 void 0.000165
+gallium_dri.so malloc 72 0x5571735dfe00 0.000165
+gallium_dri.so free 0x5571735dff40 void 0.000159
+gallium_dri.so free 0x5571735dfe00 void 0.000153
+gallium_dri.so malloc 72 0x5571735dff70 0.000159
+gallium_dri.so free 0x5571735dffc0 void 0.000166
+gallium_dri.so free 0x5571735dff70 void 0.000167
+gallium_dri.so malloc 72 0x5571735dff70 0.000167
+gallium_dri.so free 0x5571735e00c0 void 0.000159
+gallium_dri.so free 0x5571735dff70 void 0.000152
+gallium_dri.so malloc 72 0x5571735e0070 0.000159
+gallium_dri.so free 0x5571735e0180 void 0.000160
+gallium_dri.so free 0x5571735e0070 void 0.000157
+gallium_dri.so malloc 72 0x5571735e0130 0.000154
+gallium_dri.so free 0x5571735e0200 void 0.000160
+gallium_dri.so free 0x5571735e0130 void 0.000166
+gallium_dri.so malloc 72 0x5571735e0130 0.000167
+gallium_dri.so free 0x5571735e02c0 void 0.000161
+gallium_dri.so free 0x5571735e0130 void 0.000160
+gallium_dri.so malloc 72 0x5571735e0130 0.000164
+gallium_dri.so free 0x5571735e0380 void 0.000172
+gallium_dri.so free 0x5571735e0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0330 0.000129
+gallium_dri.so free 0x5571735e0400 void 0.000125
+gallium_dri.so free 0x5571735e0330 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0450 0.000132
+gallium_dri.so free 0x5571735e04c0 void 0.000130
+gallium_dri.so free 0x5571735e0450 void 0.000130
+gallium_dri.so malloc 72 0x5571735e04e0 0.000131
+gallium_dri.so free 0x5571735e0580 void 0.000132
+gallium_dri.so free 0x5571735e04e0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0530 0.000131
+gallium_dri.so free 0x5571735e0600 void 0.000129
+gallium_dri.so free 0x5571735e0530 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0600 0.000135
+gallium_dri.so free 0x5571735e06c0 void 0.000126
+gallium_dri.so free 0x5571735e0600 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0600 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so free 0x5571735e0600 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0740 0.000129
+gallium_dri.so free 0x5571735e0800 void 0.000127
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0740 0.000125
+gallium_dri.so free 0x5571735e08c0 void 0.000126
+gallium_dri.so free 0x5571735e0740 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0740 0.000130
+gallium_dri.so free 0x5571735e0980 void 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0930 0.000126
+gallium_dri.so free 0x5571735e0a00 void 0.000124
+gallium_dri.so free 0x5571735e0930 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0a50 0.000125
+gallium_dri.so free 0x5571735e0ac0 void 0.000127
+gallium_dri.so free 0x5571735e0a50 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0b00 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000164
+gallium_dri.so free 0x5571735e0b00 void 0.000163
+gallium_dri.so malloc 72 0x5571735e0b00 0.000163
+gallium_dri.so free 0x5571735e0c00 void 0.000131
+gallium_dri.so free 0x5571735e0b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0c30 0.000130
+gallium_dri.so free 0x5571735e0c80 void 0.000131
+gallium_dri.so free 0x5571735e0c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0c30 0.000121
+gallium_dri.so free 0x5571735e0d80 void 0.000126
+gallium_dri.so free 0x5571735e0c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d30 0.000126
+gallium_dri.so free 0x5571735e0e40 void 0.000130
+gallium_dri.so free 0x5571735e0d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0df0 0.000130
+gallium_dri.so free 0x5571735e0e80 void 0.000133
+gallium_dri.so free 0x5571735e0df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0df0 0.000127
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so free 0x5571735e0df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000167
+gallium_dri.so free 0x5571735e1000 void 0.000126
+gallium_dri.so free 0x5571735e0fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000125
+gallium_dri.so free 0x5571735e1100 void 0.000121
+gallium_dri.so free 0x5571735e0fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e10b0 0.000130
+gallium_dri.so free 0x5571735e11c0 void 0.000129
+gallium_dri.so free 0x5571735e10b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1170 0.000135
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so free 0x5571735e1170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1170 0.000126
+gallium_dri.so free 0x5571735e12c0 void 0.000125
+gallium_dri.so free 0x5571735e1170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1300 0.000122
+gallium_dri.so free 0x5571735e1380 void 0.000126
+gallium_dri.so free 0x5571735e1300 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1380 0.000121
+gallium_dri.so free 0x5571735e1440 void 0.000121
+gallium_dri.so free 0x5571735e1380 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1380 0.000124
+gallium_dri.so free 0x5571735e1500 void 0.000134
+gallium_dri.so free 0x5571735e1380 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1520 0.000121
+gallium_dri.so free 0x5571735e15c0 void 0.000124
+gallium_dri.so free 0x5571735e1520 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1570 0.000129
+gallium_dri.so free 0x5571735e1640 void 0.000126
+gallium_dri.so free 0x5571735e1570 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1570 0.000129
+gallium_dri.so free 0x5571735e16c0 void 0.000240
+gallium_dri.so free 0x5571735e1570 void 0.000297
+gallium_dri.so malloc 72 0x5571735e16c0 0.000278
+gallium_dri.so free 0x5571735e1780 void 0.000165
+gallium_dri.so free 0x5571735e16c0 void 0.000272
+gallium_dri.so malloc 72 0x5571735e16c0 0.000166
+gallium_dri.so free 0x5571735e1840 void 0.000167
+gallium_dri.so free 0x5571735e16c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e16c0 0.000184
+gallium_dri.so free 0x5571735e1900 void 0.000220
+gallium_dri.so free 0x5571735e16c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735e18b0 0.000225
+gallium_dri.so free 0x5571735e19c0 void 0.000222
+gallium_dri.so free 0x5571735e18b0 void 0.000247
+gallium_dri.so malloc 72 0x5571735e1970 0.000268
+gallium_dri.so free 0x5571735e1a40 void 0.000229
+gallium_dri.so free 0x5571735e1970 void 0.000223
+gallium_dri.so malloc 72 0x5571735e1a90 0.000131
+gallium_dri.so free 0x5571735e1b00 void 0.000130
+gallium_dri.so free 0x5571735e1a90 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1b20 0.000122
+gallium_dri.so free 0x5571735e1bc0 void 0.000127
+gallium_dri.so free 0x5571735e1b20 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1b70 0.000135
+gallium_dri.so free 0x5571735e1c40 void 0.000131
+gallium_dri.so free 0x5571735e1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1b70 0.000131
+gallium_dri.so free 0x5571735e1cc0 void 0.000138
+gallium_dri.so free 0x5571735e1b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000129
+gallium_dri.so free 0x5571735e1d80 void 0.000129
+gallium_dri.so free 0x5571735e1cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000129
+gallium_dri.so free 0x5571735e1e80 void 0.000165
+gallium_dri.so free 0x5571735e1cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e30 0.000125
+gallium_dri.so free 0x5571735e1ec0 void 0.000129
+gallium_dri.so free 0x5571735e1e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1e30 0.000130
+gallium_dri.so free 0x5571735e1f80 void 0.000126
+gallium_dri.so free 0x5571735e1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000126
+gallium_dri.so free 0x5571735e2040 void 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2040 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000127
+gallium_dri.so free 0x5571735e2040 void 0.000193
+gallium_dri.so malloc 72 0x5571735e2040 0.000134
+gallium_dri.so free 0x5571735e2180 void 0.000127
+gallium_dri.so free 0x5571735e2040 void 0.000162
+gallium_dri.so malloc 72 0x5571735e21b0 0.000127
+gallium_dri.so free 0x5571735e2200 void 0.000221
+gallium_dri.so free 0x5571735e21b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e21b0 0.000128
+gallium_dri.so free 0x5571735e2300 void 0.000130
+gallium_dri.so free 0x5571735e21b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2340 0.000130
+gallium_dri.so free 0x5571735e23c0 void 0.000136
+gallium_dri.so free 0x5571735e2340 void 0.000229
+gallium_dri.so malloc 72 0x5571735e23c0 0.000131
+gallium_dri.so free 0x5571735e2480 void 0.000129
+gallium_dri.so free 0x5571735e23c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e23c0 0.000129
+gallium_dri.so free 0x5571735e2500 void 0.000124
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2530 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so free 0x5571735e2530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2530 0.000166
+gallium_dri.so free 0x5571735e2680 void 0.000128
+gallium_dri.so free 0x5571735e2530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2630 0.000130
+gallium_dri.so free 0x5571735e2740 void 0.000129
+gallium_dri.so free 0x5571735e2630 void 0.000128
+gallium_dri.so malloc 72 0x5571735e26f0 0.000124
+gallium_dri.so free 0x5571735e27c0 void 0.000121
+gallium_dri.so free 0x5571735e26f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e26f0 0.000134
+gallium_dri.so free 0x5571735e2880 void 0.000279
+gallium_dri.so free 0x5571735e26f0 void 0.000339
+gallium_dri.so malloc 72 0x5571735e26f0 0.000287
+gallium_dri.so free 0x5571735e2940 void 0.000277
+gallium_dri.so free 0x5571735e26f0 void 0.000284
+gallium_dri.so malloc 72 0x5571735e28f0 0.000269
+gallium_dri.so free 0x5571735e29c0 void 0.000227
+gallium_dri.so free 0x5571735e28f0 void 0.000284
+gallium_dri.so malloc 72 0x5571735e2a10 0.000279
+gallium_dri.so free 0x5571735e2a80 void 0.000272
+gallium_dri.so free 0x5571735e2a10 void 0.000231
+gallium_dri.so malloc 72 0x5571735e2aa0 0.000228
+gallium_dri.so free 0x5571735e2b40 void 0.000225
+gallium_dri.so free 0x5571735e2aa0 void 0.000233
+gallium_dri.so malloc 72 0x5571735e2af0 0.000204
+gallium_dri.so free 0x5571735e2bc0 void 0.000184
+gallium_dri.so free 0x5571735e2af0 void 0.000229
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000164
+gallium_dri.so free 0x5571735e2c80 void 0.000207
+gallium_dri.so free 0x5571735e2bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000255
+gallium_dri.so free 0x5571735e2d00 void 0.000279
+gallium_dri.so free 0x5571735e2bc0 void 0.000268
+gallium_dri.so malloc 72 0x5571735e2d00 0.000271
+gallium_dri.so free 0x5571735e2dc0 void 0.000285
+gallium_dri.so free 0x5571735e2d00 void 0.000269
+gallium_dri.so malloc 72 0x5571735e2d00 0.000279
+gallium_dri.so free 0x5571735e2e80 void 0.000287
+gallium_dri.so free 0x5571735e2d00 void 0.000278
+gallium_dri.so malloc 72 0x5571735e2d00 0.000282
+gallium_dri.so free 0x5571735e2f40 void 0.000273
+gallium_dri.so free 0x5571735e2d00 void 0.000278
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000246
+gallium_dri.so free 0x5571735e2fc0 void 0.000497
+gallium_dri.so free 0x5571735e2ef0 void 0.000311
+gallium_dri.so malloc 72 0x5571735e3010 0.000295
+gallium_dri.so free 0x5571735e3080 void 0.000282
+gallium_dri.so free 0x5571735e3010 void 0.000289
+gallium_dri.so malloc 72 0x5571735e30c0 0.000292
+gallium_dri.so free 0x5571735e3140 void 0.000289
+gallium_dri.so free 0x5571735e30c0 void 0.000295
+gallium_dri.so malloc 72 0x5571735e30c0 0.000296
+gallium_dri.so free 0x5571735e31c0 void 0.000231
+gallium_dri.so free 0x5571735e30c0 void 0.000277
+gallium_dri.so malloc 72 0x5571735e31f0 0.000274
+gallium_dri.so free 0x5571735e3240 void 0.000280
+gallium_dri.so free 0x5571735e31f0 void 0.000280
+gallium_dri.so malloc 72 0x5571735e31f0 0.000278
+gallium_dri.so free 0x5571735e3340 void 0.000292
+gallium_dri.so free 0x5571735e31f0 void 0.000288
+gallium_dri.so malloc 72 0x5571735e32f0 0.000357
+gallium_dri.so free 0x5571735e3400 void 0.000305
+gallium_dri.so free 0x5571735e32f0 void 0.000251
+gallium_dri.so malloc 72 0x5571735e33b0 0.000231
+gallium_dri.so free 0x5571735e3440 void 0.000209
+gallium_dri.so free 0x5571735e33b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e33b0 0.000234
+gallium_dri.so free 0x5571735e3500 void 0.000209
+gallium_dri.so free 0x5571735e33b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3570 0.000136
+gallium_dri.so free 0x5571735e35c0 void 0.000138
+gallium_dri.so free 0x5571735e3570 void 0.000192
+gallium_dri.so malloc 72 0x5571735e3570 0.000136
+gallium_dri.so free 0x5571735e36c0 void 0.000136
+gallium_dri.so free 0x5571735e3570 void 0.000193
+gallium_dri.so malloc 72 0x5571735e3670 0.000248
+gallium_dri.so free 0x5571735e3780 void 0.000234
+gallium_dri.so free 0x5571735e3670 void 0.000253
+gallium_dri.so malloc 72 0x5571735e3730 0.000255
+gallium_dri.so free 0x5571735bee80 void 0.000256
+gallium_dri.so free 0x5571735e3730 void 0.000252
+gallium_dri.so malloc 72 0x5571735beeb0 0.000280
+gallium_dri.so free 0x5571735bef00 void 0.000253
+gallium_dri.so free 0x5571735beeb0 void 0.000257
+gallium_dri.so malloc 72 0x5571735beeb0 0.000253
+gallium_dri.so free 0x5571735bf000 void 0.000258
+gallium_dri.so free 0x5571735beeb0 void 0.000271
+gallium_dri.so malloc 72 0x5571735befb0 0.000255
+gallium_dri.so free 0x5571735bf0c0 void 0.000273
+gallium_dri.so free 0x5571735befb0 void 0.000232
+gallium_dri.so malloc 72 0x5571735bf070 0.000229
+gallium_dri.so free 0x5571735bf140 void 0.000150
+gallium_dri.so free 0x5571735bf070 void 0.000154
+gallium_dri.so malloc 72 0x5571735bf070 0.000149
+gallium_dri.so free 0x5571735bf200 void 0.000247
+gallium_dri.so free 0x5571735bf070 void 0.000480
+gallium_dri.so malloc 72 0x5571735bf070 0.000274
+gallium_dri.so free 0x5571735bf2c0 void 0.000212
+gallium_dri.so free 0x5571735bf070 void 0.000197
+gallium_dri.so malloc 72 0x5571735bf270 0.000159
+gallium_dri.so free 0x5571735bf340 void 0.000150
+gallium_dri.so free 0x5571735bf270 void 0.000151
+gallium_dri.so malloc 72 0x5571735bf390 0.000151
+gallium_dri.so free 0x5571735bf400 void 0.000148
+gallium_dri.so free 0x5571735bf390 void 0.000150
+gallium_dri.so malloc 72 0x5571735bf420 0.000148
+gallium_dri.so free 0x5571735bf4c0 void 0.000150
+gallium_dri.so free 0x5571735bf420 void 0.000147
+gallium_dri.so malloc 72 0x5571735bf470 0.000151
+gallium_dri.so free 0x5571735bf540 void 0.000150
+gallium_dri.so free 0x5571735bf470 void 0.000151
+gallium_dri.so malloc 72 0x5571735bf540 0.000146
+gallium_dri.so free 0x5571735bf600 void 0.000152
+gallium_dri.so free 0x5571735bf540 void 0.000154
+gallium_dri.so malloc 72 0x5571735bf540 0.000152
+gallium_dri.so free 0x5571735bf680 void 0.000151
+gallium_dri.so free 0x5571735bf540 void 0.000149
+gallium_dri.so malloc 72 0x5571735bf680 0.000150
+gallium_dri.so free 0x5571735bf740 void 0.000151
+gallium_dri.so free 0x5571735bf680 void 0.000155
+gallium_dri.so malloc 72 0x5571735bf680 0.000143
+gallium_dri.so free 0x5571735bf800 void 0.000138
+gallium_dri.so free 0x5571735bf680 void 0.000141
+gallium_dri.so malloc 72 0x5571735bf680 0.000138
+gallium_dri.so free 0x5571735bf8c0 void 0.000143
+gallium_dri.so free 0x5571735bf680 void 0.000140
+gallium_dri.so malloc 72 0x5571735bf870 0.000138
+gallium_dri.so free 0x5571735bf940 void 0.000141
+gallium_dri.so free 0x5571735bf870 void 0.000135
+gallium_dri.so malloc 72 0x5571735bf990 0.000142
+gallium_dri.so free 0x5571735bfa00 void 0.000144
+gallium_dri.so free 0x5571735bf990 void 0.000140
+gallium_dri.so malloc 72 0x5571735bfa40 0.000141
+gallium_dri.so free 0x5571735bfac0 void 0.000140
+gallium_dri.so free 0x5571735bfa40 void 0.000153
+gallium_dri.so malloc 72 0x5571735bfa40 0.000141
+gallium_dri.so free 0x5571735bfb40 void 0.000143
+gallium_dri.so free 0x5571735bfa40 void 0.000137
+gallium_dri.so malloc 72 0x5571735bfb70 0.000141
+gallium_dri.so free 0x5571735bfbc0 void 0.000142
+gallium_dri.so free 0x5571735bfb70 void 0.000140
+gallium_dri.so malloc 72 0x5571735bfb70 0.000141
+gallium_dri.so free 0x5571735bfcc0 void 0.000143
+gallium_dri.so free 0x5571735bfb70 void 0.000137
+gallium_dri.so malloc 72 0x5571735bfc70 0.000137
+gallium_dri.so free 0x5571735bfd80 void 0.000140
+gallium_dri.so free 0x5571735bfc70 void 0.000141
+gallium_dri.so malloc 72 0x5571735bfd30 0.000140
+gallium_dri.so free 0x5571735bfdc0 void 0.000147
+gallium_dri.so free 0x5571735bfd30 void 0.000143
+gallium_dri.so malloc 72 0x5571735bfd30 0.000143
+gallium_dri.so free 0x5571735bfe80 void 0.000141
+gallium_dri.so free 0x5571735bfd30 void 0.000143
+gallium_dri.so malloc 72 0x5571735bfef0 0.000143
+gallium_dri.so free 0x5571735bff40 void 0.000142
+gallium_dri.so free 0x5571735bfef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735bfef0 0.000157
+gallium_dri.so free 0x5571735c0040 void 0.000143
+gallium_dri.so free 0x5571735bfef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735bfff0 0.000140
+gallium_dri.so free 0x5571735c0100 void 0.000141
+gallium_dri.so free 0x5571735bfff0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c00b0 0.000138
+gallium_dri.so free 0x5571735c0140 void 0.000143
+gallium_dri.so free 0x5571735c00b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c00b0 0.000168
+gallium_dri.so free 0x5571735c0200 void 0.000139
+gallium_dri.so free 0x5571735c00b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0240 0.000141
+gallium_dri.so free 0x5571735c02c0 void 0.000142
+gallium_dri.so free 0x5571735c0240 void 0.000140
+gallium_dri.so malloc 72 0x5571735c02c0 0.000140
+gallium_dri.so free 0x5571735c0380 void 0.000141
+gallium_dri.so free 0x5571735c02c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c02c0 0.000141
+gallium_dri.so free 0x5571735c0440 void 0.000143
+gallium_dri.so free 0x5571735c02c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0460 0.000129
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c0460 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04b0 0.000120
+gallium_dri.so free 0x5571735c0580 void 0.000119
+gallium_dri.so free 0x5571735c04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04b0 0.000118
+gallium_dri.so free 0x5571735c0600 void 0.000117
+gallium_dri.so free 0x5571735c04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0600 0.000117
+gallium_dri.so free 0x5571735c06c0 void 0.000120
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0600 0.000120
+gallium_dri.so free 0x5571735c0780 void 0.000125
+gallium_dri.so free 0x5571735c0600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0600 0.000118
+gallium_dri.so free 0x5571735c0840 void 0.000118
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c07f0 0.000120
+gallium_dri.so free 0x5571735c0900 void 0.000120
+gallium_dri.so free 0x5571735c07f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c08b0 0.000117
+gallium_dri.so free 0x5571735c0980 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c09d0 0.000120
+gallium_dri.so free 0x5571735c0a40 void 0.000117
+gallium_dri.so free 0x5571735c09d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a60 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000120
+gallium_dri.so free 0x5571735c0a60 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000122
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so free 0x5571735c0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000121
+gallium_dri.so free 0x5571735c0c00 void 0.000121
+gallium_dri.so free 0x5571735c0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0c00 0.000121
+gallium_dri.so free 0x5571735c0cc0 void 0.000121
+gallium_dri.so free 0x5571735c0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c00 0.000117
+gallium_dri.so free 0x5571735c0dc0 void 0.000121
+gallium_dri.so free 0x5571735c0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0d70 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x5571735c0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0d70 0.000120
+gallium_dri.so free 0x5571735c0ec0 void 0.000118
+gallium_dri.so free 0x5571735c0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f00 0.000120
+gallium_dri.so free 0x5571735c0f80 void 0.000117
+gallium_dri.so free 0x5571735c0f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f80 0.000119
+gallium_dri.so free 0x5571735c1040 void 0.000122
+gallium_dri.so free 0x5571735c0f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f80 0.000133
+gallium_dri.so free 0x5571735c10c0 void 0.000123
+gallium_dri.so free 0x5571735c0f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c10f0 0.000118
+gallium_dri.so free 0x5571735c1140 void 0.000121
+gallium_dri.so free 0x5571735c10f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c10f0 0.000121
+gallium_dri.so free 0x5571735c1240 void 0.000120
+gallium_dri.so free 0x5571735c10f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1280 0.000120
+gallium_dri.so free 0x5571735c1300 void 0.000121
+gallium_dri.so free 0x5571735c1280 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1300 0.000121
+gallium_dri.so free 0x5571735c13c0 void 0.000184
+gallium_dri.so free 0x5571735c1300 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1300 0.000134
+gallium_dri.so free 0x5571735c1440 void 0.000137
+gallium_dri.so free 0x5571735c1300 void 0.000143
+gallium_dri.so malloc 72 0x5571735c1470 0.000132
+gallium_dri.so free 0x5571735c14c0 void 0.000128
+gallium_dri.so free 0x5571735c1470 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1470 0.000121
+gallium_dri.so free 0x5571735c15c0 void 0.000120
+gallium_dri.so free 0x5571735c1470 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1570 0.000131
+gallium_dri.so free 0x5571735c1680 void 0.000120
+gallium_dri.so free 0x5571735c1570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1630 0.000119
+gallium_dri.so free 0x5571735c1700 void 0.000117
+gallium_dri.so free 0x5571735c1630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1630 0.000118
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so free 0x5571735c1630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1630 0.000116
+gallium_dri.so free 0x5571735c1880 void 0.000117
+gallium_dri.so free 0x5571735c1630 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1830 0.000116
+gallium_dri.so free 0x5571735c1900 void 0.000119
+gallium_dri.so free 0x5571735c1830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1950 0.000117
+gallium_dri.so free 0x5571735c19c0 void 0.000117
+gallium_dri.so free 0x5571735c1950 void 0.000125
+gallium_dri.so malloc 72 0x5571735c19e0 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000121
+gallium_dri.so free 0x5571735c19e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a30 0.000116
+gallium_dri.so free 0x5571735c1b00 void 0.000116
+gallium_dri.so free 0x5571735c1a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b00 0.000115
+gallium_dri.so free 0x5571735c1bc0 void 0.000119
+gallium_dri.so free 0x5571735c1b00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1b00 0.000162
+gallium_dri.so free 0x5571735c1c40 void 0.000161
+gallium_dri.so free 0x5571735c1b00 void 0.000164
+gallium_dri.so malloc 72 0x5571735c1c40 0.000161
+gallium_dri.so free 0x5571735c1d00 void 0.000157
+gallium_dri.so free 0x5571735c1c40 void 0.000158
+gallium_dri.so malloc 72 0x5571735c1c40 0.000158
+gallium_dri.so free 0x5571735c1dc0 void 0.000163
+gallium_dri.so free 0x5571735c1c40 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1c40 0.000158
+gallium_dri.so free 0x5571735c1e80 void 0.000160
+gallium_dri.so free 0x5571735c1c40 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1e30 0.000164
+gallium_dri.so free 0x5571735c1f00 void 0.000164
+gallium_dri.so free 0x5571735c1e30 void 0.000161
+gallium_dri.so malloc 72 0x5571735c1f50 0.000157
+gallium_dri.so free 0x5571735c1fc0 void 0.000162
+gallium_dri.so free 0x5571735c1f50 void 0.000159
+gallium_dri.so malloc 72 0x5571735c2000 0.000162
+gallium_dri.so free 0x5571735c2080 void 0.000176
+gallium_dri.so free 0x5571735c2000 void 0.000158
+gallium_dri.so malloc 72 0x5571735c2000 0.000163
+gallium_dri.so free 0x5571735c2100 void 0.000165
+gallium_dri.so free 0x5571735c2000 void 0.000160
+gallium_dri.so malloc 72 0x5571735c2130 0.000163
+gallium_dri.so free 0x5571735c2180 void 0.000159
+gallium_dri.so free 0x5571735c2130 void 0.000162
+gallium_dri.so malloc 72 0x5571735c2130 0.000170
+gallium_dri.so free 0x5571735c2280 void 0.000130
+gallium_dri.so free 0x5571735c2130 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2230 0.000120
+gallium_dri.so free 0x5571735c2340 void 0.000121
+gallium_dri.so free 0x5571735c2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c22f0 0.000121
+gallium_dri.so free 0x5571735c2380 void 0.000122
+gallium_dri.so free 0x5571735c22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c22f0 0.000120
+gallium_dri.so free 0x5571735c2440 void 0.000122
+gallium_dri.so free 0x5571735c22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c24b0 0.000122
+gallium_dri.so free 0x5571735c2500 void 0.000121
+gallium_dri.so free 0x5571735c24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c24b0 0.000129
+gallium_dri.so free 0x5571735c2600 void 0.000117
+gallium_dri.so free 0x5571735c24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c25b0 0.000119
+gallium_dri.so free 0x5571735c26c0 void 0.000119
+gallium_dri.so free 0x5571735c25b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2670 0.000119
+gallium_dri.so free 0x5571735c2700 void 0.000117
+gallium_dri.so free 0x5571735c2670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2670 0.000119
+gallium_dri.so free 0x5571735c27c0 void 0.000120
+gallium_dri.so free 0x5571735c2670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2800 0.000117
+gallium_dri.so free 0x5571735c2880 void 0.000116
+gallium_dri.so free 0x5571735c2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2880 0.000117
+gallium_dri.so free 0x5571735c2940 void 0.000118
+gallium_dri.so free 0x5571735c2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2880 0.000118
+gallium_dri.so free 0x5571735c2a00 void 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a20 0.000115
+gallium_dri.so free 0x5571735c2ac0 void 0.000120
+gallium_dri.so free 0x5571735c2a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a70 0.000116
+gallium_dri.so free 0x5571735c2b40 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a70 0.000122
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so free 0x5571735c2a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000117
+gallium_dri.so free 0x5571735c2c80 void 0.000118
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000121
+gallium_dri.so free 0x5571735c2d40 void 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000116
+gallium_dri.so free 0x5571735c2e00 void 0.000120
+gallium_dri.so free 0x5571735c2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2db0 0.000117
+gallium_dri.so free 0x5571735c2ec0 void 0.000120
+gallium_dri.so free 0x5571735c2db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e70 0.000118
+gallium_dri.so free 0x5571735c2f40 void 0.000119
+gallium_dri.so free 0x5571735c2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f90 0.000118
+gallium_dri.so free 0x5571735c3000 void 0.000120
+gallium_dri.so free 0x5571735c2f90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3020 0.000119
+gallium_dri.so free 0x5571735c30c0 void 0.000119
+gallium_dri.so free 0x5571735c3020 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3070 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000120
+gallium_dri.so free 0x5571735c3070 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3070 0.000122
+gallium_dri.so free 0x5571735c31c0 void 0.000122
+gallium_dri.so free 0x5571735c3070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c31c0 0.000121
+gallium_dri.so free 0x5571735c3280 void 0.000120
+gallium_dri.so free 0x5571735c31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c31c0 0.000122
+gallium_dri.so free 0x5571735c3380 void 0.000118
+gallium_dri.so free 0x5571735c31c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3330 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000121
+gallium_dri.so free 0x5571735c3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3330 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000122
+gallium_dri.so free 0x5571735c3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c34c0 0.000120
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3540 0.000120
+gallium_dri.so free 0x5571735c3600 void 0.000120
+gallium_dri.so free 0x5571735c3540 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3540 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000120
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c36b0 0.000119
+gallium_dri.so free 0x5571735c3700 void 0.000154
+gallium_dri.so free 0x5571735c36b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36b0 0.000118
+gallium_dri.so free 0x5571735c3800 void 0.000121
+gallium_dri.so free 0x5571735c36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3840 0.000117
+gallium_dri.so free 0x5571735c38c0 void 0.000121
+gallium_dri.so free 0x5571735c3840 void 0.000120
+gallium_dri.so malloc 72 0x5571735c38c0 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000121
+gallium_dri.so free 0x5571735c38c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c38c0 0.000118
+gallium_dri.so free 0x5571735c3a00 void 0.000121
+gallium_dri.so free 0x5571735c38c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a30 0.000120
+gallium_dri.so free 0x5571735c3a80 void 0.000120
+gallium_dri.so free 0x5571735c3a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a30 0.000120
+gallium_dri.so free 0x5571735c3b80 void 0.000117
+gallium_dri.so free 0x5571735c3a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b30 0.000120
+gallium_dri.so free 0x5571735c3c40 void 0.000120
+gallium_dri.so free 0x5571735c3b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000118
+gallium_dri.so free 0x5571735c3cc0 void 0.000120
+gallium_dri.so free 0x5571735c3bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000128
+gallium_dri.so free 0x5571735c3d80 void 0.000119
+gallium_dri.so free 0x5571735c3bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000121
+gallium_dri.so free 0x5571735c3e40 void 0.000120
+gallium_dri.so free 0x5571735c3bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3df0 0.000120
+gallium_dri.so free 0x5571735c3ec0 void 0.000121
+gallium_dri.so free 0x5571735c3df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3f10 0.000118
+gallium_dri.so free 0x5571735c3f80 void 0.000121
+gallium_dri.so free 0x5571735c3f10 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3fa0 0.000119
+gallium_dri.so free 0x5571735c4040 void 0.000116
+gallium_dri.so free 0x5571735c3fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000120
+gallium_dri.so free 0x5571735c40c0 void 0.000121
+gallium_dri.so free 0x5571735c3ff0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c40c0 0.000122
+gallium_dri.so free 0x5571735c4180 void 0.000118
+gallium_dri.so free 0x5571735c40c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40c0 0.000121
+gallium_dri.so free 0x5571735c4200 void 0.000120
+gallium_dri.so free 0x5571735c40c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4200 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000156
+gallium_dri.so malloc 72 0x5571735c4200 0.000121
+gallium_dri.so free 0x5571735c4380 void 0.000120
+gallium_dri.so free 0x5571735c4200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4200 0.000119
+gallium_dri.so free 0x5571735c4440 void 0.000120
+gallium_dri.so free 0x5571735c4200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000120
+gallium_dri.so free 0x5571735c44c0 void 0.000120
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4510 0.000118
+gallium_dri.so free 0x5571735c4580 void 0.000121
+gallium_dri.so free 0x5571735c4510 void 0.000116
+gallium_dri.so malloc 72 0x5571735c45c0 0.000120
+gallium_dri.so free 0x5571735c4640 void 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c45c0 0.000120
+gallium_dri.so free 0x5571735c46c0 void 0.000122
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c46f0 0.000121
+gallium_dri.so free 0x5571735c4740 void 0.000120
+gallium_dri.so free 0x5571735c46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c46f0 0.000119
+gallium_dri.so free 0x5571735c4840 void 0.000119
+gallium_dri.so free 0x5571735c46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c47f0 0.000122
+gallium_dri.so free 0x5571735c4900 void 0.000131
+gallium_dri.so free 0x5571735c47f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c48b0 0.000120
+gallium_dri.so free 0x5571735c4940 void 0.000121
+gallium_dri.so free 0x5571735c48b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c48b0 0.000121
+gallium_dri.so free 0x5571735c4a00 void 0.000119
+gallium_dri.so free 0x5571735c48b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a70 0.000120
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x5571735c4a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4a70 0.000117
+gallium_dri.so free 0x5571735c4bc0 void 0.000120
+gallium_dri.so free 0x5571735c4a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4b70 0.000120
+gallium_dri.so free 0x5571735c4c80 void 0.000120
+gallium_dri.so free 0x5571735c4b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4c30 0.000119
+gallium_dri.so free 0x5571735c4cc0 void 0.000120
+gallium_dri.so free 0x5571735c4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4c30 0.000120
+gallium_dri.so free 0x5571735c4d80 void 0.000120
+gallium_dri.so free 0x5571735c4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000119
+gallium_dri.so free 0x5571735c4e40 void 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4e40 0.000129
+gallium_dri.so free 0x5571735c4f00 void 0.000120
+gallium_dri.so free 0x5571735c4e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4e40 0.000119
+gallium_dri.so free 0x5571735c4fc0 void 0.000120
+gallium_dri.so free 0x5571735c4e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4fe0 0.000145
+gallium_dri.so free 0x5571735c5080 void 0.000129
+gallium_dri.so free 0x5571735c4fe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5030 0.000119
+gallium_dri.so free 0x5571735c5100 void 0.000123
+gallium_dri.so free 0x5571735c5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5030 0.000120
+gallium_dri.so free 0x5571735c5180 void 0.000118
+gallium_dri.so free 0x5571735c5030 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5180 0.000120
+gallium_dri.so free 0x5571735c5240 void 0.000118
+gallium_dri.so free 0x5571735c5180 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5180 0.000119
+gallium_dri.so free 0x5571735c5300 void 0.000121
+gallium_dri.so free 0x5571735c5180 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5180 0.000122
+gallium_dri.so free 0x5571735c53c0 void 0.000120
+gallium_dri.so free 0x5571735c5180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5370 0.000119
+gallium_dri.so free 0x5571735c5480 void 0.000120
+gallium_dri.so free 0x5571735c5370 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5430 0.000118
+gallium_dri.so free 0x5571735c5500 void 0.000121
+gallium_dri.so free 0x5571735c5430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5550 0.000120
+gallium_dri.so free 0x5571735c55c0 void 0.000120
+gallium_dri.so free 0x5571735c5550 void 0.000120
+gallium_dri.so malloc 72 0x5571735c55e0 0.000120
+gallium_dri.so free 0x5571735c5680 void 0.000121
+gallium_dri.so free 0x5571735c55e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5630 0.000119
+gallium_dri.so free 0x5571735c5700 void 0.000120
+gallium_dri.so free 0x5571735c5630 void 0.000154
+gallium_dri.so malloc 72 0x5571735c5630 0.000118
+gallium_dri.so free 0x5571735c5780 void 0.000120
+gallium_dri.so free 0x5571735c5630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5780 0.000119
+gallium_dri.so free 0x5571735c5840 void 0.000119
+gallium_dri.so free 0x5571735c5780 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5780 0.000119
+gallium_dri.so free 0x5571735c5940 void 0.000120
+gallium_dri.so free 0x5571735c5780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c58f0 0.000116
+gallium_dri.so free 0x5571735c5980 void 0.000119
+gallium_dri.so free 0x5571735c58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c58f0 0.000138
+gallium_dri.so free 0x5571735c5a40 void 0.000122
+gallium_dri.so free 0x5571735c58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5a80 0.000123
+gallium_dri.so free 0x5571735c5b00 void 0.000120
+gallium_dri.so free 0x5571735c5a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b00 0.000120
+gallium_dri.so free 0x5571735c5bc0 void 0.000119
+gallium_dri.so free 0x5571735c5b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5b00 0.000119
+gallium_dri.so free 0x5571735c5c40 void 0.000121
+gallium_dri.so free 0x5571735c5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5c70 0.000119
+gallium_dri.so free 0x5571735c5cc0 void 0.000120
+gallium_dri.so free 0x5571735c5c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5c70 0.000120
+gallium_dri.so free 0x5571735c5dc0 void 0.000118
+gallium_dri.so free 0x5571735c5c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5e00 0.000119
+gallium_dri.so free 0x5571735c5e80 void 0.000119
+gallium_dri.so free 0x5571735c5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5e80 0.000119
+gallium_dri.so free 0x5571735c5f40 void 0.000120
+gallium_dri.so free 0x5571735c5e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5e80 0.000121
+gallium_dri.so free 0x5571735c5fc0 void 0.000120
+gallium_dri.so free 0x5571735c5e80 void 0.000137
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000117
+gallium_dri.so free 0x5571735c6040 void 0.000116
+gallium_dri.so free 0x5571735c5ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000124
+gallium_dri.so free 0x5571735c6140 void 0.000163
+gallium_dri.so free 0x5571735c5ff0 void 0.000158
+gallium_dri.so malloc 72 0x5571735c60f0 0.000160
+gallium_dri.so free 0x5571735c6200 void 0.000124
+gallium_dri.so free 0x5571735c60f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c61b0 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000113
+gallium_dri.so free 0x5571735c61b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735c61b0 0.000164
+gallium_dri.so free 0x5571735c6340 void 0.000204
+gallium_dri.so free 0x5571735c61b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c61b0 0.000116
+gallium_dri.so free 0x5571735c6400 void 0.000114
+gallium_dri.so free 0x5571735c61b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c63b0 0.000120
+gallium_dri.so free 0x5571735c6480 void 0.000138
+gallium_dri.so free 0x5571735c63b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c64d0 0.000172
+gallium_dri.so free 0x5571735c6540 void 0.000119
+gallium_dri.so free 0x5571735c64d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6560 0.000118
+gallium_dri.so free 0x5571735c6600 void 0.000194
+gallium_dri.so free 0x5571735c6560 void 0.000125
+gallium_dri.so malloc 72 0x5571735c65b0 0.000123
+gallium_dri.so free 0x5571735c6680 void 0.000124
+gallium_dri.so free 0x5571735c65b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c6680 0.000124
+gallium_dri.so free 0x5571735c6740 void 0.000122
+gallium_dri.so free 0x5571735c6680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6680 0.000120
+gallium_dri.so free 0x5571735c67c0 void 0.000119
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c67c0 0.000118
+gallium_dri.so free 0x5571735c6880 void 0.000117
+gallium_dri.so free 0x5571735c67c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c67c0 0.000117
+gallium_dri.so free 0x5571735c6940 void 0.000119
+gallium_dri.so free 0x5571735c67c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c67c0 0.000116
+gallium_dri.so free 0x5571735c6a00 void 0.000171
+gallium_dri.so free 0x5571735c67c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c69b0 0.000245
+gallium_dri.so free 0x5571735c6a80 void 0.000275
+gallium_dri.so free 0x5571735c69b0 void 0.000157
+gallium_dri.so malloc 72 0x5571735c6ad0 0.000159
+gallium_dri.so free 0x5571735c6b40 void 0.000157
+gallium_dri.so free 0x5571735c6ad0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6b80 0.000120
+gallium_dri.so free 0x5571735c6c00 void 0.000116
+gallium_dri.so free 0x5571735c6b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6b80 0.000118
+gallium_dri.so free 0x5571735c6c80 void 0.000114
+gallium_dri.so free 0x5571735c6b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000126
+gallium_dri.so free 0x5571735c6d00 void 0.000126
+gallium_dri.so free 0x5571735c6cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000125
+gallium_dri.so free 0x5571735c6e00 void 0.000124
+gallium_dri.so free 0x5571735c6cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6db0 0.000124
+gallium_dri.so free 0x5571735c6ec0 void 0.000122
+gallium_dri.so free 0x5571735c6db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6e70 0.000119
+gallium_dri.so free 0x5571735c6f00 void 0.000120
+gallium_dri.so free 0x5571735c6e70 void 0.000169
+gallium_dri.so malloc 72 0x5571735c6e70 0.000163
+gallium_dri.so free 0x5571735c6fc0 void 0.000162
+gallium_dri.so free 0x5571735c6e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7030 0.000129
+gallium_dri.so free 0x5571735c7080 void 0.000131
+gallium_dri.so free 0x5571735c7030 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7030 0.000130
+gallium_dri.so free 0x5571735c7180 void 0.000129
+gallium_dri.so free 0x5571735c7030 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7130 0.000125
+gallium_dri.so free 0x5571735c7240 void 0.000121
+gallium_dri.so free 0x5571735c7130 void 0.000125
+gallium_dri.so malloc 72 0x5571735c71f0 0.000125
+gallium_dri.so free 0x5571735c7280 void 0.000120
+gallium_dri.so free 0x5571735c71f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c71f0 0.000124
+gallium_dri.so free 0x5571735c7340 void 0.000121
+gallium_dri.so free 0x5571735c71f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7380 0.000124
+gallium_dri.so free 0x5571735c7400 void 0.000124
+gallium_dri.so free 0x5571735c7380 void 0.000137
+gallium_dri.so malloc 72 0x5571735c7400 0.000130
+gallium_dri.so free 0x5571735c74c0 void 0.000163
+gallium_dri.so free 0x5571735c7400 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7400 0.000130
+gallium_dri.so free 0x5571735c7580 void 0.000134
+gallium_dri.so free 0x5571735c7400 void 0.000123
+gallium_dri.so malloc 72 0x5571735c75a0 0.000120
+gallium_dri.so free 0x5571735c7640 void 0.000123
+gallium_dri.so free 0x5571735c75a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c75f0 0.000131
+gallium_dri.so free 0x5571735c76c0 void 0.000125
+gallium_dri.so free 0x5571735c75f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c75f0 0.000120
+gallium_dri.so free 0x5571735c7740 void 0.000121
+gallium_dri.so free 0x5571735c75f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7740 0.000124
+gallium_dri.so free 0x5571735c7800 void 0.000130
+gallium_dri.so free 0x5571735c7740 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7740 0.000128
+gallium_dri.so free 0x5571735c78c0 void 0.000131
+gallium_dri.so free 0x5571735c7740 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7740 0.000129
+gallium_dri.so free 0x5571735c7980 void 0.000126
+gallium_dri.so free 0x5571735c7740 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7930 0.000130
+gallium_dri.so free 0x5571735c7a40 void 0.000338
+gallium_dri.so free 0x5571735c7930 void 0.000255
+gallium_dri.so malloc 72 0x5571735c79f0 0.000185
+gallium_dri.so free 0x5571735c7ac0 void 0.000128
+gallium_dri.so free 0x5571735c79f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c7b10 0.000127
+gallium_dri.so free 0x5571735c7b80 void 0.000125
+gallium_dri.so free 0x5571735c7b10 void 0.000127
+gallium_dri.so malloc 72 0x5571735c7ba0 0.000141
+gallium_dri.so free 0x5571735c7c40 void 0.000127
+gallium_dri.so free 0x5571735c7ba0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000128
+gallium_dri.so free 0x5571735c7cc0 void 0.000129
+gallium_dri.so free 0x5571735c7bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000125
+gallium_dri.so free 0x5571735c7d40 void 0.000130
+gallium_dri.so free 0x5571735c7bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c7d40 0.000127
+gallium_dri.so free 0x5571735c7e00 void 0.000126
+gallium_dri.so free 0x5571735c7d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735c7d40 0.000124
+gallium_dri.so free 0x5571735c7f00 void 0.000163
+gallium_dri.so free 0x5571735c7d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000127
+gallium_dri.so free 0x5571735c7f40 void 0.000126
+gallium_dri.so free 0x5571735c7eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000126
+gallium_dri.so free 0x5571735c8000 void 0.000128
+gallium_dri.so free 0x5571735c7eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8040 0.000128
+gallium_dri.so free 0x5571735c80c0 void 0.000126
+gallium_dri.so free 0x5571735c8040 void 0.000126
+gallium_dri.so malloc 72 0x5571735c80c0 0.000126
+gallium_dri.so free 0x5571735c8180 void 0.000127
+gallium_dri.so free 0x5571735c80c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c80c0 0.000127
+gallium_dri.so free 0x5571735c8200 void 0.000127
+gallium_dri.so free 0x5571735c80c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8230 0.000125
+gallium_dri.so free 0x5571735c8280 void 0.000127
+gallium_dri.so free 0x5571735c8230 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8230 0.000139
+gallium_dri.so free 0x5571735c8380 void 0.000125
+gallium_dri.so free 0x5571735c8230 void 0.000124
+gallium_dri.so malloc 72 0x5571735c83c0 0.000126
+gallium_dri.so free 0x5571735c8440 void 0.000126
+gallium_dri.so free 0x5571735c83c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8440 0.000128
+gallium_dri.so free 0x5571735c8500 void 0.000125
+gallium_dri.so free 0x5571735c8440 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8440 0.000125
+gallium_dri.so free 0x5571735c8580 void 0.000128
+gallium_dri.so free 0x5571735c8440 void 0.000126
+gallium_dri.so malloc 72 0x5571735c85b0 0.000127
+gallium_dri.so free 0x5571735c8600 void 0.000127
+gallium_dri.so free 0x5571735c85b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c85b0 0.000125
+gallium_dri.so free 0x5571735c8700 void 0.000124
+gallium_dri.so free 0x5571735c85b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c86b0 0.000127
+gallium_dri.so free 0x5571735c87c0 void 0.000131
+gallium_dri.so free 0x5571735c86b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8770 0.000123
+gallium_dri.so free 0x5571735c8840 void 0.000126
+gallium_dri.so free 0x5571735c8770 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8770 0.000126
+gallium_dri.so free 0x5571735c8900 void 0.000131
+gallium_dri.so free 0x5571735c8770 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8770 0.000127
+gallium_dri.so free 0x5571735c89c0 void 0.000127
+gallium_dri.so free 0x5571735c8770 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8970 0.000165
+gallium_dri.so free 0x5571735c8a40 void 0.000222
+gallium_dri.so free 0x5571735c8970 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8a90 0.000123
+gallium_dri.so free 0x5571735c8b00 void 0.000122
+gallium_dri.so free 0x5571735c8a90 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8b20 0.000122
+gallium_dri.so free 0x5571735c8bc0 void 0.000121
+gallium_dri.so free 0x5571735c8b20 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8b70 0.000121
+gallium_dri.so free 0x5571735c8c40 void 0.000122
+gallium_dri.so free 0x5571735c8b70 void 0.000151
+gallium_dri.so malloc 72 0x5571735c8c40 0.000123
+gallium_dri.so free 0x5571735c8d00 void 0.000122
+gallium_dri.so free 0x5571735c8c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c40 0.000120
+gallium_dri.so free 0x5571735c8d80 void 0.000123
+gallium_dri.so free 0x5571735c8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8d80 0.000122
+gallium_dri.so free 0x5571735c8e40 void 0.000129
+gallium_dri.so free 0x5571735c8d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8d80 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000120
+gallium_dri.so free 0x5571735c8d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8d80 0.000120
+gallium_dri.so free 0x5571735c8fc0 void 0.000119
+gallium_dri.so free 0x5571735c8d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f70 0.000121
+gallium_dri.so free 0x5571735c9040 void 0.000119
+gallium_dri.so free 0x5571735c8f70 void 0.000146
+gallium_dri.so malloc 72 0x5571735c9090 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000120
+gallium_dri.so free 0x5571735c9090 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9140 0.000120
+gallium_dri.so free 0x5571735c91c0 void 0.000122
+gallium_dri.so free 0x5571735c9140 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9140 0.000127
+gallium_dri.so free 0x5571735c9240 void 0.000120
+gallium_dri.so free 0x5571735c9140 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9270 0.000119
+gallium_dri.so free 0x5571735c92c0 void 0.000119
+gallium_dri.so free 0x5571735c9270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9270 0.000118
+gallium_dri.so free 0x5571735c93c0 void 0.000121
+gallium_dri.so free 0x5571735c9270 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9370 0.000122
+gallium_dri.so free 0x5571735c9480 void 0.000119
+gallium_dri.so free 0x5571735c9370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9430 0.000120
+gallium_dri.so free 0x5571735c94c0 void 0.000119
+gallium_dri.so free 0x5571735c9430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9430 0.000119
+gallium_dri.so free 0x5571735c9580 void 0.000118
+gallium_dri.so free 0x5571735c9430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c95f0 0.000126
+gallium_dri.so free 0x5571735c9640 void 0.000116
+gallium_dri.so free 0x5571735c95f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c95f0 0.000114
+gallium_dri.so free 0x5571735c9740 void 0.000114
+gallium_dri.so free 0x5571735c95f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c96f0 0.000113
+gallium_dri.so free 0x5571735c9800 void 0.000114
+gallium_dri.so free 0x5571735c96f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c97b0 0.000113
+gallium_dri.so free 0x5571735c9840 void 0.000115
+gallium_dri.so free 0x5571735c97b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c97b0 0.000114
+gallium_dri.so free 0x5571735c9900 void 0.000115
+gallium_dri.so free 0x5571735c97b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9940 0.000114
+gallium_dri.so free 0x5571735c99c0 void 0.000113
+gallium_dri.so free 0x5571735c9940 void 0.000121
+gallium_dri.so malloc 72 0x5571735c99c0 0.000116
+gallium_dri.so free 0x5571735c9a80 void 0.000115
+gallium_dri.so free 0x5571735c99c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c99c0 0.000115
+gallium_dri.so free 0x5571735c9b40 void 0.000144
+gallium_dri.so free 0x5571735c99c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9b60 0.000117
+gallium_dri.so free 0x5571735c9c00 void 0.000131
+gallium_dri.so free 0x5571735c9b60 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000116
+gallium_dri.so free 0x5571735c9c80 void 0.000123
+gallium_dri.so free 0x5571735c9bb0 void 0.000172
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000215
+gallium_dri.so free 0x5571735c9d00 void 0.000124
+gallium_dri.so free 0x5571735c9bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9d00 0.000122
+gallium_dri.so free 0x5571735c9dc0 void 0.000121
+gallium_dri.so free 0x5571735c9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9d00 0.000118
+gallium_dri.so free 0x5571735c9e80 void 0.000120
+gallium_dri.so free 0x5571735c9d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9d00 0.000130
+gallium_dri.so free 0x5571735c9f40 void 0.000121
+gallium_dri.so free 0x5571735c9d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000120
+gallium_dri.so free 0x5571735ca000 void 0.000121
+gallium_dri.so free 0x5571735c9ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000122
+gallium_dri.so free 0x5571735ca080 void 0.000120
+gallium_dri.so free 0x5571735c9fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000118
+gallium_dri.so free 0x5571735ca140 void 0.000120
+gallium_dri.so free 0x5571735ca0d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca160 0.000121
+gallium_dri.so free 0x5571735ca200 void 0.000119
+gallium_dri.so free 0x5571735ca160 void 0.000142
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000118
+gallium_dri.so free 0x5571735ca280 void 0.000116
+gallium_dri.so free 0x5571735ca1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000123
+gallium_dri.so free 0x5571735ca1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca300 0.000118
+gallium_dri.so free 0x5571735ca3c0 void 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca300 0.000120
+gallium_dri.so free 0x5571735ca4c0 void 0.000120
+gallium_dri.so free 0x5571735ca300 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca470 0.000128
+gallium_dri.so free 0x5571735ca500 void 0.000124
+gallium_dri.so free 0x5571735ca470 void 0.000127
+gallium_dri.so malloc 72 0x5571735ca470 0.000123
+gallium_dri.so free 0x5571735ca5c0 void 0.000126
+gallium_dri.so free 0x5571735ca470 void 0.000126
+gallium_dri.so malloc 72 0x5571735ca600 0.000127
+gallium_dri.so free 0x5571735ca680 void 0.000127
+gallium_dri.so free 0x5571735ca600 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca680 0.000126
+gallium_dri.so free 0x5571735ca740 void 0.000127
+gallium_dri.so free 0x5571735ca680 void 0.000126
+gallium_dri.so malloc 72 0x5571735ca680 0.000124
+gallium_dri.so free 0x5571735ca7c0 void 0.000127
+gallium_dri.so free 0x5571735ca680 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000123
+gallium_dri.so free 0x5571735ca840 void 0.000174
+gallium_dri.so free 0x5571735ca7f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000128
+gallium_dri.so free 0x5571735ca940 void 0.000127
+gallium_dri.so free 0x5571735ca7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca980 0.000128
+gallium_dri.so free 0x5571735eb380 void 0.000127
+gallium_dri.so free 0x5571735ca980 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb440 void 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb500 void 0.000127
+gallium_dri.so free 0x5571735eb380 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb380 0.000122
+gallium_dri.so free 0x5571735caa00 void 0.000127
+gallium_dri.so free 0x5571735eb380 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb5c0 void 0.000128
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb570 0.000124
+gallium_dri.so free 0x5571735eb680 void 0.000128
+gallium_dri.so free 0x5571735eb570 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb630 0.000123
+gallium_dri.so free 0x5571735eb700 void 0.000126
+gallium_dri.so free 0x5571735eb630 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb630 0.000125
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so free 0x5571735eb630 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb630 0.000124
+gallium_dri.so free 0x5571735eb880 void 0.000125
+gallium_dri.so free 0x5571735eb630 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb830 0.000175
+gallium_dri.so free 0x5571735eb900 void 0.000126
+gallium_dri.so free 0x5571735eb830 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb950 0.000125
+gallium_dri.so free 0x5571735eb9c0 void 0.000122
+gallium_dri.so free 0x5571735eb950 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000125
+gallium_dri.so free 0x5571735eb9e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba30 0.000127
+gallium_dri.so free 0x5571735ebb00 void 0.000126
+gallium_dri.so free 0x5571735eba30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebb00 0.000126
+gallium_dri.so free 0x5571735ebbc0 void 0.000122
+gallium_dri.so free 0x5571735ebb00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebb00 0.000125
+gallium_dri.so free 0x5571735ebc40 void 0.000128
+gallium_dri.so free 0x5571735ebb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc40 0.000120
+gallium_dri.so free 0x5571735ebd00 void 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc40 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc40 0.000119
+gallium_dri.so free 0x5571735ebe80 void 0.000131
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe30 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000117
+gallium_dri.so free 0x5571735ebe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf50 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000139
+gallium_dri.so free 0x5571735ebf50 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec000 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000117
+gallium_dri.so free 0x5571735ec000 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec000 0.000120
+gallium_dri.so free 0x5571735ec100 void 0.000119
+gallium_dri.so free 0x5571735ec000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec130 0.000117
+gallium_dri.so free 0x5571735ec180 void 0.000120
+gallium_dri.so free 0x5571735ec130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec130 0.000116
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so free 0x5571735ec130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec230 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000184
+gallium_dri.so free 0x5571735ec230 void 0.000160
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000116
+gallium_dri.so free 0x5571735ec380 void 0.000114
+gallium_dri.so free 0x5571735ec2f0 void 0.000209
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000123
+gallium_dri.so free 0x5571735ec440 void 0.000124
+gallium_dri.so free 0x5571735ec2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000113
+gallium_dri.so free 0x5571735ec500 void 0.000118
+gallium_dri.so free 0x5571735ec4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000114
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000112
+gallium_dri.so free 0x5571735ec6c0 void 0.000112
+gallium_dri.so free 0x5571735ec5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec670 0.000112
+gallium_dri.so free 0x5571735ec700 void 0.000119
+gallium_dri.so free 0x5571735ec670 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec670 0.000118
+gallium_dri.so free 0x5571735ec7c0 void 0.000114
+gallium_dri.so free 0x5571735ec670 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec800 0.000125
+gallium_dri.so free 0x5571735ec880 void 0.000119
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec880 0.000115
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec880 0.000211
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000118
+gallium_dri.so malloc 72 0x5571735eca20 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so free 0x5571735eca20 void 0.000118
+gallium_dri.so malloc 72 0x5571735eca70 0.000122
+gallium_dri.so free 0x5571735ecb40 void 0.000119
+gallium_dri.so free 0x5571735eca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000119
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so free 0x5571735eca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000117
+gallium_dri.so free 0x5571735ecc80 void 0.000118
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000117
+gallium_dri.so free 0x5571735ecd40 void 0.000117
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000118
+gallium_dri.so free 0x5571735ece00 void 0.000141
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000119
+gallium_dri.so free 0x5571735ecec0 void 0.000117
+gallium_dri.so free 0x5571735ecdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece70 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ece70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecf90 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000111
+gallium_dri.so free 0x5571735ecf90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed020 0.000110
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so free 0x5571735ed020 void 0.000175
+gallium_dri.so malloc 72 0x5571735ed070 0.000181
+gallium_dri.so free 0x5571735ed140 void 0.000116
+gallium_dri.so free 0x5571735ed070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed070 0.000112
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed070 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed3c0 void 0.000115
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed330 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000115
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000122
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed540 0.000112
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed540 0.000113
+gallium_dri.so free 0x5571735ed680 void 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed800 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed840 0.000112
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000112
+gallium_dri.so free 0x5571735ed980 void 0.000115
+gallium_dri.so free 0x5571735ed8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000114
+gallium_dri.so free 0x5571735ed8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda30 0.000114
+gallium_dri.so free 0x5571735eda80 void 0.000129
+gallium_dri.so free 0x5571735eda30 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda30 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000116
+gallium_dri.so free 0x5571735eda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb30 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbf0 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edbf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735edbf0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbf0 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000113
+gallium_dri.so free 0x5571735edbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eddf0 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000115
+gallium_dri.so free 0x5571735eddf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edf10 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735edf10 void 0.000112
+gallium_dri.so malloc 72 0x5571735edfa0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000141
+gallium_dri.so free 0x5571735edfa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edff0 0.000112
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so free 0x5571735edff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000114
+gallium_dri.so free 0x5571735ee180 void 0.000124
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee200 0.000112
+gallium_dri.so free 0x5571735ee2c0 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee200 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee200 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000113
+gallium_dri.so free 0x5571735ee4c0 void 0.000116
+gallium_dri.so free 0x5571735ee3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee510 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee510 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000113
+gallium_dri.so free 0x5571735ee6c0 void 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000115
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000112
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so free 0x5571735ee7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000112
+gallium_dri.so free 0x5571735ee940 void 0.000114
+gallium_dri.so free 0x5571735ee8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000113
+gallium_dri.so free 0x5571735eea00 void 0.000115
+gallium_dri.so free 0x5571735ee8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea70 0.000122
+gallium_dri.so free 0x5571735eeac0 void 0.000116
+gallium_dri.so free 0x5571735eea70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea70 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eea70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeb70 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000125
+gallium_dri.so free 0x5571735eeb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec30 0.000114
+gallium_dri.so free 0x5571735eecc0 void 0.000115
+gallium_dri.so free 0x5571735eec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec30 0.000113
+gallium_dri.so free 0x5571735eed80 void 0.000116
+gallium_dri.so free 0x5571735eec30 void 0.000127
+gallium_dri.so malloc 72 0x5571735eedc0 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000115
+gallium_dri.so free 0x5571735eedc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eee40 0.000113
+gallium_dri.so free 0x5571735eef00 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee40 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eefe0 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eefe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000112
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000113
+gallium_dri.so free 0x5571735ef180 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef180 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef180 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef180 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef370 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000114
+gallium_dri.so free 0x5571735ef370 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef430 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef430 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef550 0.000112
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef550 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef5e0 0.000112
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef630 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef630 0.000112
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so free 0x5571735ef630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef780 0.000114
+gallium_dri.so free 0x5571735ef840 void 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef780 0.000139
+gallium_dri.so free 0x5571735ef940 void 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000118
+gallium_dri.so free 0x5571735ef980 void 0.000115
+gallium_dri.so free 0x5571735ef8f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000114
+gallium_dri.so free 0x5571735efa40 void 0.000117
+gallium_dri.so free 0x5571735ef8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb00 0.000143
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so free 0x5571735efb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735efb00 0.000113
+gallium_dri.so free 0x5571735efc40 void 0.000116
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000116
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efdc0 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe00 0.000112
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe80 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe80 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000127
+gallium_dri.so malloc 72 0x5571735efff0 0.000113
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so free 0x5571735efff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efff0 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735efff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00f0 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01b0 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so free 0x5571735f01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01b0 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01b0 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000116
+gallium_dri.so free 0x5571735f01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03b0 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f04d0 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f04d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0560 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f0560 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05b0 0.000116
+gallium_dri.so free 0x5571735f0680 void 0.000115
+gallium_dri.so free 0x5571735f05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0680 0.000115
+gallium_dri.so free 0x5571735f0740 void 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000112
+gallium_dri.so free 0x5571735f07c0 void 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07c0 0.000113
+gallium_dri.so free 0x5571735f0880 void 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07c0 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f07c0 0.000112
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f09b0 0.000112
+gallium_dri.so free 0x5571735f0a80 void 0.000114
+gallium_dri.so free 0x5571735f09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ad0 0.000135
+gallium_dri.so free 0x5571735f0b40 void 0.000116
+gallium_dri.so free 0x5571735f0ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0b80 0.000114
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b80 0.000127
+gallium_dri.so free 0x5571735f0c80 void 0.000117
+gallium_dri.so free 0x5571735f0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000230
+gallium_dri.so free 0x5571735f0d00 void 0.000204
+gallium_dri.so free 0x5571735f0cb0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000122
+gallium_dri.so free 0x5571735f0cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0db0 0.000112
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so free 0x5571735f0db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0e70 0.000115
+gallium_dri.so free 0x5571735f0f00 void 0.000113
+gallium_dri.so free 0x5571735f0e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0e70 0.000113
+gallium_dri.so free 0x5571735f0fc0 void 0.000110
+gallium_dri.so free 0x5571735f0e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1030 0.000110
+gallium_dri.so free 0x5571735f1080 void 0.000119
+gallium_dri.so free 0x5571735f1030 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1030 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000112
+gallium_dri.so free 0x5571735f1030 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1130 0.000123
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f11f0 0.000113
+gallium_dri.so free 0x5571735f1280 void 0.000112
+gallium_dri.so free 0x5571735f11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f11f0 0.000119
+gallium_dri.so free 0x5571735f1340 void 0.000113
+gallium_dri.so free 0x5571735f11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1380 0.000111
+gallium_dri.so free 0x5571735f1400 void 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1400 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1400 0.000124
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15a0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so free 0x5571735f15a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f16c0 void 0.000112
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f1740 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1740 0.000112
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1740 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000129
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1930 0.000119
+gallium_dri.so free 0x5571735f1a40 void 0.000113
+gallium_dri.so free 0x5571735f1930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f19f0 0.000112
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f19f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b10 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ba0 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000112
+gallium_dri.so free 0x5571735f1cc0 void 0.000115
+gallium_dri.so free 0x5571735f1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000113
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1d40 0.000112
+gallium_dri.so free 0x5571735f1e00 void 0.000109
+gallium_dri.so free 0x5571735f1d40 void 0.000109
+gallium_dri.so malloc 72 0x5571735f1d40 0.000110
+gallium_dri.so free 0x5571735f1f00 void 0.000109
+gallium_dri.so free 0x5571735f1d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000110
+gallium_dri.so free 0x5571735f1f40 void 0.000109
+gallium_dri.so free 0x5571735f1eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000109
+gallium_dri.so free 0x5571735f2000 void 0.000110
+gallium_dri.so free 0x5571735f1eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2040 0.000111
+gallium_dri.so free 0x5571735f20c0 void 0.000109
+gallium_dri.so free 0x5571735f2040 void 0.000109
+gallium_dri.so malloc 72 0x5571735f20c0 0.000108
+gallium_dri.so free 0x5571735f2180 void 0.000109
+gallium_dri.so free 0x5571735f20c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f20c0 0.000109
+gallium_dri.so free 0x5571735f2200 void 0.000110
+gallium_dri.so free 0x5571735f20c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2230 0.000110
+gallium_dri.so free 0x5571735f2280 void 0.000109
+gallium_dri.so free 0x5571735f2230 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2230 0.000109
+gallium_dri.so free 0x5571735f2380 void 0.000109
+gallium_dri.so free 0x5571735f2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f23c0 0.000109
+gallium_dri.so free 0x5571735f2440 void 0.000145
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2440 0.000123
+gallium_dri.so free 0x5571735f2500 void 0.000123
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2440 0.000114
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000113
+gallium_dri.so malloc 72 0x5571735f25b0 0.000114
+gallium_dri.so free 0x5571735f2600 void 0.000114
+gallium_dri.so free 0x5571735f25b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f25b0 0.000115
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f25b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26b0 0.000115
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f26b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so free 0x5571735f2770 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x5571735f2900 void 0.000138
+gallium_dri.so free 0x5571735f2770 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2770 0.000135
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571735f2770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000141
+gallium_dri.so free 0x5571735f2a40 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a90 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so free 0x5571735f2a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b20 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so free 0x5571735f2b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b70 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2c40 0.000114
+gallium_dri.so free 0x5571735f2d00 void 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c40 0.000114
+gallium_dri.so free 0x5571735f2d80 void 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d80 0.000115
+gallium_dri.so free 0x5571735f2e40 void 0.000115
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d80 0.000115
+gallium_dri.so free 0x5571735f2f00 void 0.000115
+gallium_dri.so free 0x5571735f2d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2d80 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000116
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f70 0.000127
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x5571735f2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3090 0.000113
+gallium_dri.so free 0x5571735f3100 void 0.000112
+gallium_dri.so free 0x5571735f3090 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3140 0.000123
+gallium_dri.so free 0x5571735f31c0 void 0.000121
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3140 0.000114
+gallium_dri.so free 0x5571735f3240 void 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000183
+gallium_dri.so malloc 72 0x5571735f3270 0.000205
+gallium_dri.so free 0x5571735f32c0 void 0.000209
+gallium_dri.so free 0x5571735f3270 void 0.000161
+gallium_dri.so malloc 72 0x5571735f3270 0.000124
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so free 0x5571735f3270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3370 0.000118
+gallium_dri.so free 0x5571735f3480 void 0.000124
+gallium_dri.so free 0x5571735f3370 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3430 0.000120
+gallium_dri.so free 0x5571735f34c0 void 0.000188
+gallium_dri.so free 0x5571735f3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3430 0.000119
+gallium_dri.so free 0x5571735f3580 void 0.000118
+gallium_dri.so free 0x5571735f3430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f35f0 0.000117
+gallium_dri.so free 0x5571735f3640 void 0.000117
+gallium_dri.so free 0x5571735f35f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f35f0 0.000146
+gallium_dri.so free 0x5571735f3740 void 0.000121
+gallium_dri.so free 0x5571735f35f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f36f0 0.000118
+gallium_dri.so free 0x5571735f3800 void 0.000118
+gallium_dri.so free 0x5571735f36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37b0 0.000117
+gallium_dri.so free 0x5571735f3840 void 0.000118
+gallium_dri.so free 0x5571735f37b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f37b0 0.000125
+gallium_dri.so free 0x5571735f3900 void 0.000124
+gallium_dri.so free 0x5571735f37b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3940 0.000124
+gallium_dri.so free 0x5571735f39c0 void 0.000124
+gallium_dri.so free 0x5571735f3940 void 0.000123
+gallium_dri.so malloc 72 0x5571735f39c0 0.000125
+gallium_dri.so free 0x5571735f3a80 void 0.000124
+gallium_dri.so free 0x5571735f39c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f39c0 0.000127
+gallium_dri.so free 0x5571735f3b40 void 0.000124
+gallium_dri.so free 0x5571735f39c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3b60 0.000125
+gallium_dri.so free 0x5571735f3c00 void 0.000124
+gallium_dri.so free 0x5571735f3b60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000123
+gallium_dri.so free 0x5571735f3c80 void 0.000124
+gallium_dri.so free 0x5571735f3bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000125
+gallium_dri.so free 0x5571735f3d00 void 0.000125
+gallium_dri.so free 0x5571735f3bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3d00 0.000132
+gallium_dri.so free 0x5571735f3dc0 void 0.000136
+gallium_dri.so free 0x5571735f3d00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f3d00 0.000137
+gallium_dri.so free 0x5571735f3e80 void 0.000132
+gallium_dri.so free 0x5571735f3d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3d00 0.000131
+gallium_dri.so free 0x5571735f3f40 void 0.000142
+gallium_dri.so free 0x5571735f3d00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f3ef0 0.000139
+gallium_dri.so free 0x5571735f4000 void 0.000132
+gallium_dri.so free 0x5571735f3ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3fb0 0.000125
+gallium_dri.so free 0x5571735f4080 void 0.000126
+gallium_dri.so free 0x5571735f3fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f40d0 0.000125
+gallium_dri.so free 0x5571735f4140 void 0.000125
+gallium_dri.so free 0x5571735f40d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4160 0.000123
+gallium_dri.so free 0x5571735f4200 void 0.000150
+gallium_dri.so free 0x5571735f4160 void 0.000129
+gallium_dri.so malloc 72 0x5571735f41b0 0.000125
+gallium_dri.so free 0x5571735f4280 void 0.000123
+gallium_dri.so free 0x5571735f41b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f41b0 0.000123
+gallium_dri.so free 0x5571735f4300 void 0.000124
+gallium_dri.so free 0x5571735f41b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4300 0.000124
+gallium_dri.so free 0x5571735f43c0 void 0.000124
+gallium_dri.so free 0x5571735f4300 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4300 0.000123
+gallium_dri.so free 0x5571735f44c0 void 0.000123
+gallium_dri.so free 0x5571735f4300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4470 0.000125
+gallium_dri.so free 0x5571735f4500 void 0.000119
+gallium_dri.so free 0x5571735f4470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4470 0.000115
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so free 0x5571735f4470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4600 0.000116
+gallium_dri.so free 0x5571735f4680 void 0.000120
+gallium_dri.so free 0x5571735f4600 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4680 0.000117
+gallium_dri.so free 0x5571735f4740 void 0.000116
+gallium_dri.so free 0x5571735f4680 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4680 0.000116
+gallium_dri.so free 0x5571735f47c0 void 0.000116
+gallium_dri.so free 0x5571735f4680 void 0.000119
+gallium_dri.so malloc 72 0x5571735f47f0 0.000116
+gallium_dri.so free 0x5571735f4840 void 0.000115
+gallium_dri.so free 0x5571735f47f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f47f0 0.000115
+gallium_dri.so free 0x5571735f4940 void 0.000115
+gallium_dri.so free 0x5571735f47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4980 0.000117
+gallium_dri.so free 0x5571735f4a00 void 0.000116
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a00 0.000116
+gallium_dri.so free 0x5571735f4ac0 void 0.000115
+gallium_dri.so free 0x5571735f4a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4a00 0.000115
+gallium_dri.so free 0x5571735f4b40 void 0.000179
+gallium_dri.so free 0x5571735f4a00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4b70 0.000121
+gallium_dri.so free 0x5571735f4bc0 void 0.000126
+gallium_dri.so free 0x5571735f4b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4b70 0.000124
+gallium_dri.so free 0x5571735f4cc0 void 0.000121
+gallium_dri.so free 0x5571735f4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4c70 0.000119
+gallium_dri.so free 0x5571735f4d80 void 0.000121
+gallium_dri.so free 0x5571735f4c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4d30 0.000120
+gallium_dri.so free 0x5571735f4e00 void 0.000120
+gallium_dri.so free 0x5571735f4d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d30 0.000118
+gallium_dri.so free 0x5571735f4ec0 void 0.000119
+gallium_dri.so free 0x5571735f4d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4d30 0.000118
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so free 0x5571735f4d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4f30 0.000119
+gallium_dri.so free 0x5571735f5000 void 0.000119
+gallium_dri.so free 0x5571735f4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5050 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so free 0x5571735f5050 void 0.000201
+gallium_dri.so malloc 72 0x5571735f50e0 0.000120
+gallium_dri.so free 0x5571735f5180 void 0.000120
+gallium_dri.so free 0x5571735f50e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5130 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000120
+gallium_dri.so free 0x5571735f5130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5200 0.000121
+gallium_dri.so free 0x5571735f52c0 void 0.000121
+gallium_dri.so free 0x5571735f5200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5200 0.000117
+gallium_dri.so free 0x5571735f5340 void 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5340 0.000119
+gallium_dri.so free 0x5571735f5400 void 0.000120
+gallium_dri.so free 0x5571735f5340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5340 0.000118
+gallium_dri.so free 0x5571735f54c0 void 0.000121
+gallium_dri.so free 0x5571735f5340 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5340 0.000118
+gallium_dri.so free 0x5571735f5580 void 0.000122
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5530 0.000125
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so free 0x5571735f5530 void 0.000135
+gallium_dri.so malloc 72 0x5571735f5650 0.000124
+gallium_dri.so free 0x5571735f56c0 void 0.000117
+gallium_dri.so free 0x5571735f5650 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5700 0.000112
+gallium_dri.so free 0x5571735f5780 void 0.000114
+gallium_dri.so free 0x5571735f5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5700 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x5571735f5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5830 0.000112
+gallium_dri.so free 0x5571735f5880 void 0.000114
+gallium_dri.so free 0x5571735f5830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5830 0.000112
+gallium_dri.so free 0x5571735f5980 void 0.000115
+gallium_dri.so free 0x5571735f5830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5930 0.000119
+gallium_dri.so free 0x5571735f5a40 void 0.000114
+gallium_dri.so free 0x5571735f5930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f59f0 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000115
+gallium_dri.so free 0x5571735f59f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59f0 0.000116
+gallium_dri.so free 0x5571735f5b40 void 0.000114
+gallium_dri.so free 0x5571735f59f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000115
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f5bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000113
+gallium_dri.so free 0x5571735f5d00 void 0.000128
+gallium_dri.so free 0x5571735f5bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000124
+gallium_dri.so free 0x5571735f5dc0 void 0.000124
+gallium_dri.so free 0x5571735f5cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5d70 0.000119
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735f5d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5d70 0.000117
+gallium_dri.so free 0x5571735f5ec0 void 0.000118
+gallium_dri.so free 0x5571735f5d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f00 0.000119
+gallium_dri.so free 0x5571735f5f80 void 0.000117
+gallium_dri.so free 0x5571735f5f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5f80 0.000117
+gallium_dri.so free 0x5571735f6040 void 0.000117
+gallium_dri.so free 0x5571735f5f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5f80 0.000118
+gallium_dri.so free 0x5571735f6100 void 0.000118
+gallium_dri.so free 0x5571735f5f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6120 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000117
+gallium_dri.so free 0x5571735f6120 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6170 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000118
+gallium_dri.so free 0x5571735f6170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6170 0.000112
+gallium_dri.so free 0x5571735f62c0 void 0.000110
+gallium_dri.so free 0x5571735f6170 void 0.000111
+gallium_dri.so malloc 72 0x5571735f62c0 0.000110
+gallium_dri.so free 0x5571735f6380 void 0.000110
+gallium_dri.so free 0x5571735f62c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f62c0 0.000110
+gallium_dri.so free 0x5571735f6440 void 0.000109
+gallium_dri.so free 0x5571735f62c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f62c0 0.000108
+gallium_dri.so free 0x5571735f6500 void 0.000110
+gallium_dri.so free 0x5571735f62c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f64b0 0.000109
+gallium_dri.so free 0x5571735f65c0 void 0.000113
+gallium_dri.so free 0x5571735f64b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000109
+gallium_dri.so free 0x5571735f6570 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6690 0.000109
+gallium_dri.so free 0x5571735f6700 void 0.000109
+gallium_dri.so free 0x5571735f6690 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6720 0.000114
+gallium_dri.so free 0x5571735f67c0 void 0.000117
+gallium_dri.so free 0x5571735f6720 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6770 0.000111
+gallium_dri.so free 0x5571735f6840 void 0.000111
+gallium_dri.so free 0x5571735f6770 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6770 0.000188
+gallium_dri.so free 0x5571735f68c0 void 0.000162
+gallium_dri.so free 0x5571735f6770 void 0.000242
+gallium_dri.so malloc 72 0x5571735f68c0 0.000270
+gallium_dri.so free 0x5571735f6980 void 0.000279
+gallium_dri.so free 0x5571735f68c0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f68c0 0.000195
+gallium_dri.so free 0x5571735f6a80 void 0.000156
+gallium_dri.so free 0x5571735f68c0 void 0.000187
+gallium_dri.so malloc 72 0x5571735f6a30 0.000127
+gallium_dri.so free 0x5571735f6ac0 void 0.000118
+gallium_dri.so free 0x5571735f6a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6a30 0.000118
+gallium_dri.so free 0x5571735f6b80 void 0.000118
+gallium_dri.so free 0x5571735f6a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000123
+gallium_dri.so free 0x5571735f6c40 void 0.000123
+gallium_dri.so free 0x5571735f6bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6c40 0.000116
+gallium_dri.so free 0x5571735f6d00 void 0.000198
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c40 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000116
+gallium_dri.so free 0x5571735f6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000112
+gallium_dri.so free 0x5571735f6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f6fc0 void 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000113
+gallium_dri.so free 0x5571735f7080 void 0.000114
+gallium_dri.so free 0x5571735f6fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000113
+gallium_dri.so free 0x5571735f7100 void 0.000114
+gallium_dri.so free 0x5571735f6fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7130 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000113
+gallium_dri.so free 0x5571735f7130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7130 0.000112
+gallium_dri.so free 0x5571735f7280 void 0.000114
+gallium_dri.so free 0x5571735f7130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7230 0.000115
+gallium_dri.so free 0x5571735f7340 void 0.000127
+gallium_dri.so free 0x5571735f7230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f72f0 0.000119
+gallium_dri.so free 0x5571735f73c0 void 0.000121
+gallium_dri.so free 0x5571735f72f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f72f0 0.000118
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f72f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f72f0 0.000123
+gallium_dri.so free 0x5571735f7540 void 0.000120
+gallium_dri.so free 0x5571735f72f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f74f0 0.000118
+gallium_dri.so free 0x5571735f75c0 void 0.000120
+gallium_dri.so free 0x5571735f74f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7610 0.000125
+gallium_dri.so free 0x5571735f7680 void 0.000121
+gallium_dri.so free 0x5571735f7610 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76a0 0.000117
+gallium_dri.so free 0x5571735f7740 void 0.000121
+gallium_dri.so free 0x5571735f76a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76f0 0.000119
+gallium_dri.so free 0x5571735f77c0 void 0.000121
+gallium_dri.so free 0x5571735f76f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f77c0 0.000119
+gallium_dri.so free 0x5571735f7880 void 0.000119
+gallium_dri.so free 0x5571735f77c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f77c0 0.000128
+gallium_dri.so free 0x5571735f7900 void 0.000124
+gallium_dri.so free 0x5571735f77c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7900 0.000120
+gallium_dri.so free 0x5571735f79c0 void 0.000120
+gallium_dri.so free 0x5571735f7900 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7900 0.000125
+gallium_dri.so free 0x5571735f7a80 void 0.000120
+gallium_dri.so free 0x5571735f7900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7900 0.000121
+gallium_dri.so free 0x5571735f7b40 void 0.000122
+gallium_dri.so free 0x5571735f7900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7af0 0.000126
+gallium_dri.so free 0x5571735f7bc0 void 0.000120
+gallium_dri.so free 0x5571735f7af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7c10 0.000118
+gallium_dri.so free 0x5571735f7c80 void 0.000121
+gallium_dri.so free 0x5571735f7c10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000121
+gallium_dri.so free 0x5571735f7d40 void 0.000121
+gallium_dri.so free 0x5571735f7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000117
+gallium_dri.so free 0x5571735f7dc0 void 0.000120
+gallium_dri.so free 0x5571735f7cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7df0 0.000118
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so free 0x5571735f7df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7df0 0.000118
+gallium_dri.so free 0x5571735f7f40 void 0.000120
+gallium_dri.so free 0x5571735f7df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000119
+gallium_dri.so free 0x5571735f8000 void 0.000118
+gallium_dri.so free 0x5571735f7ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000117
+gallium_dri.so free 0x5571735f8040 void 0.000121
+gallium_dri.so free 0x5571735f7fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x5571735f7fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8170 0.000120
+gallium_dri.so free 0x5571735f81c0 void 0.000120
+gallium_dri.so free 0x5571735f8170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8170 0.000118
+gallium_dri.so free 0x5571735f82c0 void 0.000121
+gallium_dri.so free 0x5571735f8170 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8270 0.000113
+gallium_dri.so free 0x5571735f8380 void 0.000115
+gallium_dri.so free 0x5571735f8270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8330 0.000112
+gallium_dri.so free 0x5571735f83c0 void 0.000114
+gallium_dri.so free 0x5571735f8330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8330 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000161
+gallium_dri.so free 0x5571735f8330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f84c0 0.000114
+gallium_dri.so free 0x5571735f8540 void 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8540 0.000111
+gallium_dri.so free 0x5571735f8600 void 0.000113
+gallium_dri.so free 0x5571735f8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8540 0.000116
+gallium_dri.so free 0x5571735f86c0 void 0.000119
+gallium_dri.so free 0x5571735f8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f86e0 0.000111
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so free 0x5571735f86e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8730 0.000111
+gallium_dri.so free 0x5571735f8800 void 0.000121
+gallium_dri.so free 0x5571735f8730 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8730 0.000119
+gallium_dri.so free 0x5571735f8880 void 0.000119
+gallium_dri.so free 0x5571735f8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8880 0.000115
+gallium_dri.so free 0x5571735f8940 void 0.000114
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8880 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000115
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8880 0.000129
+gallium_dri.so free 0x5571735f8ac0 void 0.000114
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8a70 0.000115
+gallium_dri.so free 0x5571735f8b80 void 0.000114
+gallium_dri.so free 0x5571735f8a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b30 0.000112
+gallium_dri.so free 0x5571735f8c00 void 0.000114
+gallium_dri.so free 0x5571735f8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c50 0.000112
+gallium_dri.so free 0x5571735f8cc0 void 0.000114
+gallium_dri.so free 0x5571735f8c50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ce0 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so free 0x5571735f8ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d30 0.000115
+gallium_dri.so free 0x5571735f8e00 void 0.000115
+gallium_dri.so free 0x5571735f8d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d30 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so free 0x5571735f8d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f8f40 void 0.000115
+gallium_dri.so free 0x5571735f8e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f9040 void 0.000115
+gallium_dri.so free 0x5571735f8e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000112
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9180 0.000112
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f9180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9200 0.000113
+gallium_dri.so free 0x5571735f92c0 void 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9200 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9370 0.000131
+gallium_dri.so free 0x5571735f93c0 void 0.000117
+gallium_dri.so free 0x5571735f9370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9370 0.000114
+gallium_dri.so free 0x5571735f94c0 void 0.000115
+gallium_dri.so free 0x5571735f9370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000113
+gallium_dri.so free 0x5571735f9580 void 0.000115
+gallium_dri.so free 0x5571735f9500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9580 0.000119
+gallium_dri.so free 0x5571735f9640 void 0.000115
+gallium_dri.so free 0x5571735f9580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9580 0.000123
+gallium_dri.so free 0x5571735f96c0 void 0.000113
+gallium_dri.so free 0x5571735f9580 void 0.000210
+gallium_dri.so malloc 72 0x5571735f96f0 0.000154
+gallium_dri.so free 0x5571735f9740 void 0.000257
+gallium_dri.so free 0x5571735f96f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735f96f0 0.000209
+gallium_dri.so free 0x5571735f9840 void 0.000236
+gallium_dri.so free 0x5571735f96f0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f97f0 0.000212
+gallium_dri.so free 0x5571735f9900 void 0.000195
+gallium_dri.so free 0x5571735f97f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f98b0 0.000117
+gallium_dri.so free 0x5571735f9980 void 0.000119
+gallium_dri.so free 0x5571735f98b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f98b0 0.000113
+gallium_dri.so free 0x5571735f9a40 void 0.000113
+gallium_dri.so free 0x5571735f98b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f98b0 0.000136
+gallium_dri.so free 0x5571735f9b00 void 0.000127
+gallium_dri.so free 0x5571735f98b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000120
+gallium_dri.so free 0x5571735f9b80 void 0.000120
+gallium_dri.so free 0x5571735f9ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9bd0 0.000118
+gallium_dri.so free 0x5571735f9c40 void 0.000115
+gallium_dri.so free 0x5571735f9bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c60 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000114
+gallium_dri.so free 0x5571735f9c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000113
+gallium_dri.so free 0x5571735f9d80 void 0.000114
+gallium_dri.so free 0x5571735f9cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9d80 0.000113
+gallium_dri.so free 0x5571735f9e40 void 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9d80 0.000112
+gallium_dri.so free 0x5571735f9ec0 void 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x5571735f9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000113
+gallium_dri.so free 0x5571735fa040 void 0.000122
+gallium_dri.so free 0x5571735f9ec0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000124
+gallium_dri.so free 0x5571735fa100 void 0.000118
+gallium_dri.so free 0x5571735f9ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000118
+gallium_dri.so free 0x5571735fa180 void 0.000119
+gallium_dri.so free 0x5571735fa0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa1d0 0.000120
+gallium_dri.so free 0x5571735fa240 void 0.000119
+gallium_dri.so free 0x5571735fa1d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa280 0.000120
+gallium_dri.so free 0x5571735fa300 void 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa280 0.000118
+gallium_dri.so free 0x5571735fa380 void 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000119
+gallium_dri.so free 0x5571735fa400 void 0.000120
+gallium_dri.so free 0x5571735fa3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000118
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x5571735fa4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa570 0.000124
+gallium_dri.so free 0x5571735fa600 void 0.000136
+gallium_dri.so free 0x5571735fa570 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa570 0.000117
+gallium_dri.so free 0x5571735fa6c0 void 0.000117
+gallium_dri.so free 0x5571735fa570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa730 0.000129
+gallium_dri.so free 0x5571735fa780 void 0.000121
+gallium_dri.so free 0x5571735fa730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa730 0.000116
+gallium_dri.so free 0x5571735fa880 void 0.000117
+gallium_dri.so free 0x5571735fa730 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa830 0.000116
+gallium_dri.so free 0x5571735fa940 void 0.000115
+gallium_dri.so free 0x5571735fa830 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000116
+gallium_dri.so free 0x5571735fa980 void 0.000115
+gallium_dri.so free 0x5571735fa8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000116
+gallium_dri.so free 0x5571735faa40 void 0.000117
+gallium_dri.so free 0x5571735fa8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa80 0.000115
+gallium_dri.so free 0x5571735fab00 void 0.000122
+gallium_dri.so free 0x5571735faa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fab00 0.000118
+gallium_dri.so free 0x5571735fabc0 void 0.000118
+gallium_dri.so free 0x5571735fab00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fab00 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000130
+gallium_dri.so free 0x5571735fab00 void 0.000132
+gallium_dri.so malloc 72 0x5571735faca0 0.000128
+gallium_dri.so free 0x5571735fad40 void 0.000131
+gallium_dri.so free 0x5571735faca0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000129
+gallium_dri.so free 0x5571735fadc0 void 0.000131
+gallium_dri.so free 0x5571735facf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735facf0 0.000128
+gallium_dri.so free 0x5571735fae40 void 0.000130
+gallium_dri.so free 0x5571735facf0 void 0.000158
+gallium_dri.so malloc 72 0x5571735fae40 0.000137
+gallium_dri.so free 0x5571735faf00 void 0.000125
+gallium_dri.so free 0x5571735fae40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fae40 0.000124
+gallium_dri.so free 0x5571735fafc0 void 0.000120
+gallium_dri.so free 0x5571735fae40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fae40 0.000124
+gallium_dri.so free 0x5571735fb080 void 0.000124
+gallium_dri.so free 0x5571735fae40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb030 0.000119
+gallium_dri.so free 0x5571735fb140 void 0.000121
+gallium_dri.so free 0x5571735fb030 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000143
+gallium_dri.so free 0x5571735fb1c0 void 0.000125
+gallium_dri.so free 0x5571735fb0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb210 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000118
+gallium_dri.so free 0x5571735fb210 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2a0 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb2a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000118
+gallium_dri.so free 0x5571735fb2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so free 0x5571735fb2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb440 0.000118
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb440 0.000120
+gallium_dri.so free 0x5571735fb600 void 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000116
+gallium_dri.so free 0x5571735fb640 void 0.000118
+gallium_dri.so free 0x5571735fb5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000111
+gallium_dri.so free 0x5571735fb700 void 0.000110
+gallium_dri.so free 0x5571735fb5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb740 0.000112
+gallium_dri.so free 0x5571735fb7c0 void 0.000110
+gallium_dri.so free 0x5571735fb740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000109
+gallium_dri.so free 0x5571735fb880 void 0.000110
+gallium_dri.so free 0x5571735fb7c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000111
+gallium_dri.so free 0x5571735fb900 void 0.000117
+gallium_dri.so free 0x5571735fb7c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb930 0.000110
+gallium_dri.so free 0x5571735fb980 void 0.000114
+gallium_dri.so free 0x5571735fb930 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb930 0.000109
+gallium_dri.so free 0x5571735fba80 void 0.000109
+gallium_dri.so free 0x5571735fb930 void 0.000109
+gallium_dri.so malloc 72 0x5571735fbac0 0.000111
+gallium_dri.so free 0x5571735fbb40 void 0.000109
+gallium_dri.so free 0x5571735fbac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fbb40 0.000110
+gallium_dri.so free 0x5571735fbc00 void 0.000109
+gallium_dri.so free 0x5571735fbb40 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbb40 0.000109
+gallium_dri.so free 0x5571735fbc80 void 0.000112
+gallium_dri.so free 0x5571735fbb40 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000137
+gallium_dri.so free 0x5571735fbd00 void 0.000153
+gallium_dri.so free 0x5571735fbcb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000125
+gallium_dri.so free 0x5571735fbe00 void 0.000124
+gallium_dri.so free 0x5571735fbcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000126
+gallium_dri.so free 0x5571735fbec0 void 0.000125
+gallium_dri.so free 0x5571735fbdb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbe70 0.000161
+gallium_dri.so free 0x5571735fbf40 void 0.000125
+gallium_dri.so free 0x5571735fbe70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbe70 0.000120
+gallium_dri.so free 0x5571735fc000 void 0.000124
+gallium_dri.so free 0x5571735fbe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbe70 0.000122
+gallium_dri.so free 0x5571735fc0c0 void 0.000119
+gallium_dri.so free 0x5571735fbe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc070 0.000124
+gallium_dri.so free 0x5571735fc140 void 0.000124
+gallium_dri.so free 0x5571735fc070 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc190 0.000124
+gallium_dri.so free 0x5571735fc200 void 0.000155
+gallium_dri.so free 0x5571735fc190 void 0.000140
+gallium_dri.so malloc 72 0x5571735fc220 0.000156
+gallium_dri.so free 0x5571735fc2c0 void 0.000139
+gallium_dri.so free 0x5571735fc220 void 0.000186
+gallium_dri.so malloc 72 0x5571735fc270 0.000311
+gallium_dri.so free 0x5571735fc340 void 0.000211
+gallium_dri.so free 0x5571735fc270 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc340 0.000126
+gallium_dri.so free 0x5571735fc400 void 0.000124
+gallium_dri.so free 0x5571735fc340 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc340 0.000119
+gallium_dri.so free 0x5571735fc480 void 0.000117
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc480 0.000125
+gallium_dri.so free 0x5571735fc540 void 0.000124
+gallium_dri.so free 0x5571735fc480 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc480 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc480 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc480 0.000126
+gallium_dri.so free 0x5571735fc6c0 void 0.000124
+gallium_dri.so free 0x5571735fc480 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc670 0.000120
+gallium_dri.so free 0x5571735fc740 void 0.000116
+gallium_dri.so free 0x5571735fc670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc790 0.000125
+gallium_dri.so free 0x5571735fc800 void 0.000125
+gallium_dri.so free 0x5571735fc790 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc840 0.000116
+gallium_dri.so free 0x5571735fc8c0 void 0.000120
+gallium_dri.so free 0x5571735fc840 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc840 0.000121
+gallium_dri.so free 0x5571735fc940 void 0.000126
+gallium_dri.so free 0x5571735fc840 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc970 0.000120
+gallium_dri.so free 0x5571735fc9c0 void 0.000115
+gallium_dri.so free 0x5571735fc970 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc970 0.000120
+gallium_dri.so free 0x5571735fcac0 void 0.000115
+gallium_dri.so free 0x5571735fc970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fca70 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000115
+gallium_dri.so free 0x5571735fca70 void 0.000167
+gallium_dri.so malloc 72 0x5571735fcb30 0.000166
+gallium_dri.so free 0x5571735fcbc0 void 0.000270
+gallium_dri.so free 0x5571735fcb30 void 0.000270
+gallium_dri.so malloc 72 0x5571735fcb30 0.000270
+gallium_dri.so free 0x5571735fcc80 void 0.000271
+gallium_dri.so free 0x5571735fcb30 void 0.000248
+gallium_dri.so malloc 72 0x5571735fccf0 0.000181
+gallium_dri.so free 0x5571735fcd40 void 0.000169
+gallium_dri.so free 0x5571735fccf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fccf0 0.000161
+gallium_dri.so free 0x5571735fce40 void 0.000154
+gallium_dri.so free 0x5571735fccf0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000158
+gallium_dri.so free 0x5571735fcf00 void 0.000166
+gallium_dri.so free 0x5571735fcdf0 void 0.000168
+gallium_dri.so malloc 72 0x5571735fceb0 0.000165
+gallium_dri.so free 0x5571735fcf40 void 0.000166
+gallium_dri.so free 0x5571735fceb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fceb0 0.000166
+gallium_dri.so free 0x5571735fd000 void 0.000159
+gallium_dri.so free 0x5571735fceb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735fd040 0.000135
+gallium_dri.so free 0x5571735fd0c0 void 0.000130
+gallium_dri.so free 0x5571735fd040 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000121
+gallium_dri.so free 0x5571735fd180 void 0.000121
+gallium_dri.so free 0x5571735fd0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000124
+gallium_dri.so free 0x5571735fd240 void 0.000123
+gallium_dri.so free 0x5571735fd0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd260 0.000125
+gallium_dri.so free 0x5571735fd300 void 0.000125
+gallium_dri.so free 0x5571735fd260 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000131
+gallium_dri.so free 0x5571735fd380 void 0.000128
+gallium_dri.so free 0x5571735fd2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000124
+gallium_dri.so free 0x5571735fd400 void 0.000125
+gallium_dri.so free 0x5571735fd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd400 0.000124
+gallium_dri.so free 0x5571735fd4c0 void 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd400 0.000124
+gallium_dri.so free 0x5571735fd580 void 0.000121
+gallium_dri.so free 0x5571735fd400 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd400 0.000124
+gallium_dri.so free 0x5571735fd640 void 0.000119
+gallium_dri.so free 0x5571735fd400 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000128
+gallium_dri.so free 0x5571735fd700 void 0.000130
+gallium_dri.so free 0x5571735fd5f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000125
+gallium_dri.so free 0x5571735fd780 void 0.000129
+gallium_dri.so free 0x5571735fd6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd7d0 0.000120
+gallium_dri.so free 0x5571735fd840 void 0.000125
+gallium_dri.so free 0x5571735fd7d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd860 0.000123
+gallium_dri.so free 0x5571735fd900 void 0.000126
+gallium_dri.so free 0x5571735fd860 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000131
+gallium_dri.so free 0x5571735fd980 void 0.000125
+gallium_dri.so free 0x5571735fd8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000120
+gallium_dri.so free 0x5571735fda00 void 0.000126
+gallium_dri.so free 0x5571735fd8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fda00 0.000124
+gallium_dri.so free 0x5571735fdac0 void 0.000122
+gallium_dri.so free 0x5571735fda00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fda00 0.000120
+gallium_dri.so free 0x5571735fdbc0 void 0.000121
+gallium_dri.so free 0x5571735fda00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdb70 0.000125
+gallium_dri.so free 0x5571735fdc00 void 0.000120
+gallium_dri.so free 0x5571735fdb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdb70 0.000129
+gallium_dri.so free 0x5571735fdcc0 void 0.000125
+gallium_dri.so free 0x5571735fdb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdd00 0.000120
+gallium_dri.so free 0x5571735fdd80 void 0.000126
+gallium_dri.so free 0x5571735fdd00 void 0.000233
+gallium_dri.so malloc 72 0x5571735fdd80 0.000181
+gallium_dri.so free 0x5571735fde40 void 0.000164
+gallium_dri.so free 0x5571735fdd80 void 0.000167
+gallium_dri.so malloc 72 0x5571735fdd80 0.000132
+gallium_dri.so free 0x5571735fdec0 void 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdef0 0.000121
+gallium_dri.so free 0x5571735fdf40 void 0.000120
+gallium_dri.so free 0x5571735fdef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdef0 0.000122
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe080 0.000125
+gallium_dri.so free 0x5571735fe100 void 0.000125
+gallium_dri.so free 0x5571735fe080 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe100 0.000120
+gallium_dri.so free 0x5571735fe1c0 void 0.000126
+gallium_dri.so free 0x5571735fe100 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe100 0.000121
+gallium_dri.so free 0x5571735fe240 void 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe270 0.000133
+gallium_dri.so free 0x5571735fe2c0 void 0.000121
+gallium_dri.so free 0x5571735fe270 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe270 0.000120
+gallium_dri.so free 0x5571735fe3c0 void 0.000120
+gallium_dri.so free 0x5571735fe270 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe370 0.000119
+gallium_dri.so free 0x5571735fe480 void 0.000119
+gallium_dri.so free 0x5571735fe370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe430 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000120
+gallium_dri.so free 0x5571735fe430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe430 0.000118
+gallium_dri.so free 0x5571735fe5c0 void 0.000118
+gallium_dri.so free 0x5571735fe430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe430 0.000119
+gallium_dri.so free 0x5571735fe680 void 0.000121
+gallium_dri.so free 0x5571735fe430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe630 0.000120
+gallium_dri.so free 0x5571735fe700 void 0.000119
+gallium_dri.so free 0x5571735fe630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe750 0.000119
+gallium_dri.so free 0x5571735fe7c0 void 0.000121
+gallium_dri.so free 0x5571735fe750 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe7e0 0.000117
+gallium_dri.so free 0x5571735fe880 void 0.000121
+gallium_dri.so free 0x5571735fe7e0 void 0.000149
+gallium_dri.so malloc 72 0x5571735fe830 0.000153
+gallium_dri.so free 0x5571735fe900 void 0.000152
+gallium_dri.so free 0x5571735fe830 void 0.000152
+gallium_dri.so malloc 72 0x5571735fe900 0.000151
+gallium_dri.so free 0x5571735fe9c0 void 0.000150
+gallium_dri.so free 0x5571735fe900 void 0.000150
+gallium_dri.so malloc 72 0x5571735fe900 0.000152
+gallium_dri.so free 0x5571735fea40 void 0.000157
+gallium_dri.so free 0x5571735fe900 void 0.000125
+gallium_dri.so malloc 72 0x5571735fea40 0.000116
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so free 0x5571735fea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fea40 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000118
+gallium_dri.so free 0x5571735fea40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fea40 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000122
+gallium_dri.so free 0x5571735fea40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fec30 0.000124
+gallium_dri.so free 0x5571735fed00 void 0.000119
+gallium_dri.so free 0x5571735fec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fed50 0.000119
+gallium_dri.so free 0x5571735fedc0 void 0.000120
+gallium_dri.so free 0x5571735fed50 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee00 0.000261
+gallium_dri.so free 0x5571735fee80 void 0.000160
+gallium_dri.so free 0x5571735fee00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fee00 0.000212
+gallium_dri.so free 0x5571735fef00 void 0.000201
+gallium_dri.so free 0x5571735fee00 void 0.000237
+gallium_dri.so malloc 72 0x5571735fef30 0.000138
+gallium_dri.so free 0x5571735fef80 void 0.000130
+gallium_dri.so free 0x5571735fef30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fef30 0.000128
+gallium_dri.so free 0x5571735ff080 void 0.000130
+gallium_dri.so free 0x5571735fef30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff030 0.000132
+gallium_dri.so free 0x5571735ff140 void 0.000133
+gallium_dri.so free 0x5571735ff030 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000130
+gallium_dri.so free 0x5571735ff180 void 0.000130
+gallium_dri.so free 0x5571735ff0f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000138
+gallium_dri.so free 0x5571735ff240 void 0.000132
+gallium_dri.so free 0x5571735ff0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000125
+gallium_dri.so free 0x5571735ff300 void 0.000125
+gallium_dri.so free 0x5571735ff2b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000125
+gallium_dri.so free 0x5571735ff400 void 0.000125
+gallium_dri.so free 0x5571735ff2b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000129
+gallium_dri.so free 0x5571735ff4c0 void 0.000126
+gallium_dri.so free 0x5571735ff3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff470 0.000124
+gallium_dri.so free 0x5571735ff500 void 0.000128
+gallium_dri.so free 0x5571735ff470 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff470 0.000123
+gallium_dri.so free 0x5571735ff5c0 void 0.000123
+gallium_dri.so free 0x5571735ff470 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff600 0.000131
+gallium_dri.so free 0x5571735ff680 void 0.000126
+gallium_dri.so free 0x5571735ff600 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff680 0.000131
+gallium_dri.so free 0x5571735ff740 void 0.000152
+gallium_dri.so free 0x5571735ff680 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff680 0.000131
+gallium_dri.so free 0x5571735ff800 void 0.000133
+gallium_dri.so free 0x5571735ff680 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff820 0.000130
+gallium_dri.so free 0x5571735ff8c0 void 0.000134
+gallium_dri.so free 0x5571735ff820 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff870 0.000130
+gallium_dri.so free 0x5571735ff940 void 0.000132
+gallium_dri.so free 0x5571735ff870 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff870 0.000131
+gallium_dri.so free 0x5571735ff9c0 void 0.000128
+gallium_dri.so free 0x5571735ff870 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000123
+gallium_dri.so free 0x5571735ffa80 void 0.000124
+gallium_dri.so free 0x5571735ff9c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000132
+gallium_dri.so free 0x5571735ffb40 void 0.000130
+gallium_dri.so free 0x5571735ff9c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000125
+gallium_dri.so free 0x5571735ffc00 void 0.000129
+gallium_dri.so free 0x5571735ff9c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000131
+gallium_dri.so free 0x5571735ffcc0 void 0.000131
+gallium_dri.so free 0x5571735ffbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffc70 0.000127
+gallium_dri.so free 0x5571735ffd40 void 0.000124
+gallium_dri.so free 0x5571735ffc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffd90 0.000131
+gallium_dri.so free 0x5571735ffe00 void 0.000131
+gallium_dri.so free 0x5571735ffd90 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffe20 0.000216
+gallium_dri.so free 0x5571735ffec0 void 0.000185
+gallium_dri.so free 0x5571735ffe20 void 0.000186
+gallium_dri.so malloc 72 0x5571735ffe70 0.000185
+gallium_dri.so free 0x5571735a9180 void 0.000158
+gallium_dri.so free 0x5571735ffe70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ffe70 0.000129
+gallium_dri.so free 0x557173450f00 void 0.000131
+gallium_dri.so free 0x5571735ffe70 void 0.000194
+gallium_dri.so malloc 72 0x557173450eb0 0.000186
+gallium_dri.so free 0x5571735b5f40 void 0.000187
+gallium_dri.so free 0x557173450eb0 void 0.000162
+gallium_dri.so malloc 72 0x557173450eb0 0.000125
+gallium_dri.so free 0x5571735a9280 void 0.000178
+gallium_dri.so free 0x557173450eb0 void 0.000168
+gallium_dri.so malloc 72 0x557173450eb0 0.000244
+gallium_dri.so free 0x5571735a8a40 void 0.000236
+gallium_dri.so free 0x557173450eb0 void 0.000241
+gallium_dri.so malloc 72 0x557173450eb0 0.000163
+gallium_dri.so free 0x5571735a8b00 void 0.000138
+gallium_dri.so free 0x557173450eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735a8ab0 0.000120
+gallium_dri.so free 0x5571735afe40 void 0.000127
+gallium_dri.so free 0x5571735a8ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735afe40 0.000122
+gallium_dri.so free 0x5571735aff00 void 0.000124
+gallium_dri.so free 0x5571735afe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735afe40 0.000118
+gallium_dri.so free 0x5571735aff80 void 0.000140
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735afe40 0.000222
+gallium_dri.so free 0x5571735a8ec0 void 0.000243
+gallium_dri.so free 0x5571735afe40 void 0.000223
+gallium_dri.so malloc 72 0x5571735afe40 0.000239
+gallium_dri.so free 0x5571735a8fc0 void 0.000224
+gallium_dri.so free 0x5571735afe40 void 0.000241
+gallium_dri.so malloc 72 0x5571735a9000 0.000226
+gallium_dri.so free 0x5571735addc0 void 0.000230
+gallium_dri.so free 0x5571735a9000 void 0.000222
+gallium_dri.so malloc 72 0x5571735addc0 0.000132
+gallium_dri.so free 0x5571735ade80 void 0.000130
+gallium_dri.so free 0x5571735addc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735addc0 0.000121
+gallium_dri.so free 0x5571735adf40 void 0.000121
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735adf70 0.000120
+gallium_dri.so free 0x5571735d74c0 void 0.000121
+gallium_dri.so free 0x5571735adf70 void 0.000161
+gallium_dri.so malloc 72 0x5571735d7500 0.000121
+gallium_dri.so free 0x5571735d7580 void 0.000120
+gallium_dri.so free 0x5571735d7500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7580 0.000121
+gallium_dri.so free 0x5571735ae700 void 0.000121
+gallium_dri.so free 0x5571735d7580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae760 0.000120
+gallium_dri.so free 0x5571735d7640 void 0.000121
+gallium_dri.so free 0x5571735ae760 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae760 0.000119
+gallium_dri.so free 0x5571735ae800 void 0.000120
+gallium_dri.so free 0x5571735ae760 void 0.000120
+gallium_dri.so malloc 72 0x5571735ae7b0 0.000119
+gallium_dri.so free 0x5571734f6040 void 0.000120
+gallium_dri.so free 0x5571735ae7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae7b0 0.000120
+gallium_dri.so free 0x5571734f6140 void 0.000122
+gallium_dri.so free 0x5571735ae7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734f60f0 0.000121
+gallium_dri.so free 0x5571735ae880 void 0.000120
+gallium_dri.so free 0x5571734f60f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000120
+gallium_dri.so free 0x5571734f6200 void 0.000120
+gallium_dri.so free 0x5571735ae8a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734f61b0 0.000122
+gallium_dri.so free 0x5571735be540 void 0.000137
+gallium_dri.so free 0x5571734f61b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be590 0.000119
+gallium_dri.so free 0x5571735be600 void 0.000121
+gallium_dri.so free 0x5571735be590 void 0.000120
+gallium_dri.so malloc 72 0x5571735be640 0.000120
+gallium_dri.so free 0x5571735be6c0 void 0.000128
+gallium_dri.so free 0x5571735be640 void 0.000121
+gallium_dri.so malloc 72 0x5571735be6c0 0.000120
+gallium_dri.so free 0x5571735b0100 void 0.000121
+gallium_dri.so free 0x5571735be6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be6c0 0.000121
+gallium_dri.so free 0x5571735b0180 void 0.000122
+gallium_dri.so free 0x5571735be6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b01b0 0.000119
+gallium_dri.so free 0x5571735b0200 void 0.000122
+gallium_dri.so free 0x5571735b01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b01b0 0.000120
+gallium_dri.so free 0x5571735bd840 void 0.000120
+gallium_dri.so free 0x5571735b01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bd840 0.000120
+gallium_dri.so free 0x5571735bd900 void 0.000119
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735bd840 0.000119
+gallium_dri.so free 0x5571735bda00 void 0.000121
+gallium_dri.so free 0x5571735bd840 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000132
+gallium_dri.so free 0x5571735b6e80 void 0.000122
+gallium_dri.so free 0x5571735bd9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000118
+gallium_dri.so free 0x5571735b6f40 void 0.000120
+gallium_dri.so free 0x5571735bd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000122
+gallium_dri.so free 0x5571735b6fc0 void 0.000259
+gallium_dri.so free 0x5571735b6ef0 void 0.000159
+gallium_dri.so malloc 72 0x5571735b7010 0.000206
+gallium_dri.so free 0x5571735b8180 void 0.000157
+gallium_dri.so free 0x5571735b7010 void 0.000159
+gallium_dri.so malloc 72 0x5571735b81a0 0.000122
+gallium_dri.so free 0x5571735b8240 void 0.000121
+gallium_dri.so free 0x5571735b81a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b81f0 0.000120
+gallium_dri.so free 0x5571735b82c0 void 0.000120
+gallium_dri.so free 0x5571735b81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b81f0 0.000120
+gallium_dri.so free 0x5571735b83c0 void 0.000123
+gallium_dri.so free 0x5571735b81f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b8370 0.000120
+gallium_dri.so free 0x557173451040 void 0.000119
+gallium_dri.so free 0x5571735b8370 void 0.000120
+gallium_dri.so malloc 72 0x557173451090 0.000168
+gallium_dri.so free 0x557173451100 void 0.000122
+gallium_dri.so free 0x557173451090 void 0.000120
+gallium_dri.so malloc 72 0x557173451120 0.000118
+gallium_dri.so free 0x5571734511c0 void 0.000119
+gallium_dri.so free 0x557173451120 void 0.000118
+gallium_dri.so malloc 72 0x557173451170 0.000118
+gallium_dri.so free 0x557173451240 void 0.000120
+gallium_dri.so free 0x557173451170 void 0.000120
+gallium_dri.so malloc 72 0x557173451170 0.000120
+gallium_dri.so free 0x5571734512c0 void 0.000121
+gallium_dri.so free 0x557173451170 void 0.000119
+gallium_dri.so malloc 72 0x5571734512c0 0.000121
+gallium_dri.so free 0x5571735d9300 void 0.000120
+gallium_dri.so free 0x5571734512c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9380 void 0.000120
+gallium_dri.so free 0x5571735d92b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9440 void 0.000122
+gallium_dri.so free 0x5571735d92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9500 void 0.000125
+gallium_dri.so free 0x5571735d92b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d94b0 0.000113
+gallium_dri.so free 0x5571735d9580 void 0.000114
+gallium_dri.so free 0x5571735d94b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d95d0 0.000116
+gallium_dri.so free 0x5571735d9640 void 0.000115
+gallium_dri.so free 0x5571735d95d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9660 0.000113
+gallium_dri.so free 0x5571735e3880 void 0.000116
+gallium_dri.so free 0x5571735d9660 void 0.000113
+gallium_dri.so malloc 72 0x5571735e38b0 0.000114
+gallium_dri.so free 0x5571735e3900 void 0.000114
+gallium_dri.so free 0x5571735e38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3900 0.000116
+gallium_dri.so free 0x5571735e39c0 void 0.000114
+gallium_dri.so free 0x5571735e3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3900 0.000114
+gallium_dri.so free 0x5571735e3ac0 void 0.000115
+gallium_dri.so free 0x5571735e3900 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3a70 0.000113
+gallium_dri.so free 0x5571735e3b80 void 0.000115
+gallium_dri.so free 0x5571735e3a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3b30 0.000115
+gallium_dri.so free 0x5571735e3bc0 void 0.000118
+gallium_dri.so free 0x5571735e3b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3b30 0.000115
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735e3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b7240 void 0.000115
+gallium_dri.so free 0x5571735b7170 void 0.000126
+gallium_dri.so malloc 72 0x5571735b7290 0.000116
+gallium_dri.so free 0x5571735b7300 void 0.000115
+gallium_dri.so free 0x5571735b7290 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7340 0.000115
+gallium_dri.so free 0x5571735b73c0 void 0.000115
+gallium_dri.so free 0x5571735b7340 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7340 0.000113
+gallium_dri.so free 0x5571735b7440 void 0.000114
+gallium_dri.so free 0x5571735b7340 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7470 0.000114
+gallium_dri.so free 0x5571735b74c0 void 0.000115
+gallium_dri.so free 0x5571735b7470 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7470 0.000113
+gallium_dri.so free 0x5571735b75c0 void 0.000115
+gallium_dri.so free 0x5571735b7470 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7570 0.000114
+gallium_dri.so free 0x557173451500 void 0.000115
+gallium_dri.so free 0x5571735b7570 void 0.000114
+gallium_dri.so malloc 72 0x5571734514b0 0.000112
+gallium_dri.so free 0x557173451540 void 0.000115
+gallium_dri.so free 0x5571734514b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734514b0 0.000114
+gallium_dri.so free 0x557173451600 void 0.000115
+gallium_dri.so free 0x5571734514b0 void 0.000113
+gallium_dri.so malloc 72 0x557173451670 0.000115
+gallium_dri.so free 0x5571734516c0 void 0.000115
+gallium_dri.so free 0x557173451670 void 0.000114
+gallium_dri.so malloc 72 0x557173451670 0.000120
+gallium_dri.so free 0x5571734517c0 void 0.000113
+gallium_dri.so free 0x557173451670 void 0.000115
+gallium_dri.so malloc 72 0x557173451770 0.000112
+gallium_dri.so free 0x557173451880 void 0.000112
+gallium_dri.so free 0x557173451770 void 0.000112
+gallium_dri.so malloc 72 0x557173451830 0.000114
+gallium_dri.so free 0x5571734518c0 void 0.000114
+gallium_dri.so free 0x557173451830 void 0.000120
+gallium_dri.so malloc 72 0x557173451830 0.000115
+gallium_dri.so free 0x557173451980 void 0.000114
+gallium_dri.so free 0x557173451830 void 0.000114
+gallium_dri.so malloc 72 0x5571734519c0 0.000113
+gallium_dri.so free 0x557173451a40 void 0.000119
+gallium_dri.so free 0x5571734519c0 void 0.000114
+gallium_dri.so malloc 72 0x557173451a40 0.000199
+gallium_dri.so free 0x557173451b00 void 0.000168
+gallium_dri.so free 0x557173451a40 void 0.000187
+gallium_dri.so malloc 72 0x557173451b60 0.000193
+gallium_dri.so free 0x5571735b61c0 void 0.000155
+gallium_dri.so free 0x557173451b60 void 0.000116
+gallium_dri.so malloc 72 0x557173451b60 0.000113
+gallium_dri.so free 0x5571735b6240 void 0.000115
+gallium_dri.so free 0x557173451b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6270 0.000113
+gallium_dri.so free 0x5571735b62c0 void 0.000123
+gallium_dri.so free 0x5571735b6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6270 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000115
+gallium_dri.so free 0x5571735b6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6370 0.000112
+gallium_dri.so free 0x5571735b6480 void 0.000115
+gallium_dri.so free 0x5571735b6370 void 0.000120
+gallium_dri.so malloc 72 0x5571735b6430 0.000116
+gallium_dri.so free 0x5571735b64c0 void 0.000115
+gallium_dri.so free 0x5571735b6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6430 0.000114
+gallium_dri.so free 0x5571735b6580 void 0.000115
+gallium_dri.so free 0x5571735b6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b65d0 0.000115
+gallium_dri.so free 0x5571735b6640 void 0.000114
+gallium_dri.so free 0x5571735b65d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6680 0.000113
+gallium_dri.so free 0x5571735b6700 void 0.000114
+gallium_dri.so free 0x5571735b6680 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6700 0.000113
+gallium_dri.so free 0x5571735b67c0 void 0.000116
+gallium_dri.so free 0x5571735b6700 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6700 0.000112
+gallium_dri.so free 0x5571735b6840 void 0.000115
+gallium_dri.so free 0x5571735b6700 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6870 0.000113
+gallium_dri.so free 0x5571735b68c0 void 0.000162
+gallium_dri.so free 0x5571735b6870 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6870 0.000113
+gallium_dri.so free 0x5571735b51c0 void 0.000117
+gallium_dri.so free 0x5571735b6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735b51c0 0.000115
+gallium_dri.so free 0x5571735b5280 void 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b51c0 0.000114
+gallium_dri.so free 0x5571735b5380 void 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735b5330 0.000115
+gallium_dri.so free 0x5571735b53c0 void 0.000114
+gallium_dri.so free 0x5571735b5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5330 0.000113
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so free 0x5571735b5330 void 0.000112
+gallium_dri.so malloc 72 0x5571735b54c0 0.000113
+gallium_dri.so free 0x5571735b5540 void 0.000114
+gallium_dri.so free 0x5571735b54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5540 0.000113
+gallium_dri.so free 0x5571735b5600 void 0.000113
+gallium_dri.so free 0x5571735b5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5540 0.000113
+gallium_dri.so free 0x5571735b5680 void 0.000113
+gallium_dri.so free 0x5571735b5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56b0 0.000113
+gallium_dri.so free 0x5571735b5700 void 0.000127
+gallium_dri.so free 0x5571735b56b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b56b0 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000118
+gallium_dri.so free 0x5571735b56b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5840 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000115
+gallium_dri.so free 0x5571735b5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58c0 0.000113
+gallium_dri.so free 0x5571735b5980 void 0.000116
+gallium_dri.so free 0x5571735b58c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b58c0 0.000114
+gallium_dri.so free 0x5571735bdb40 void 0.000114
+gallium_dri.so free 0x5571735b58c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b58c0 0.000112
+gallium_dri.so free 0x5571735bdc00 void 0.000116
+gallium_dri.so free 0x5571735b58c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdbb0 0.000113
+gallium_dri.so free 0x5571735bdc80 void 0.000114
+gallium_dri.so free 0x5571735bdbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdcd0 0.000114
+gallium_dri.so free 0x5571735bdd40 void 0.000119
+gallium_dri.so free 0x5571735bdcd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdda0 0.000113
+gallium_dri.so free 0x5571735bde40 void 0.000114
+gallium_dri.so free 0x5571735bdda0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bddf0 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000155
+gallium_dri.so free 0x5571735bddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bddf0 0.000114
+gallium_dri.so free 0x5571735bdf40 void 0.000113
+gallium_dri.so free 0x5571735bddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdf80 0.000114
+gallium_dri.so free 0x5571735be000 void 0.000114
+gallium_dri.so free 0x5571735bdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735be000 0.000113
+gallium_dri.so free 0x5571735be0c0 void 0.000124
+gallium_dri.so free 0x5571735be000 void 0.000119
+gallium_dri.so malloc 72 0x5571735be000 0.000160
+gallium_dri.so free 0x5571735be140 void 0.000123
+gallium_dri.so free 0x5571735be000 void 0.000119
+gallium_dri.so malloc 72 0x5571735be170 0.000116
+gallium_dri.so free 0x5571735be1c0 void 0.000120
+gallium_dri.so free 0x5571735be170 void 0.000124
+gallium_dri.so malloc 72 0x5571735be1c0 0.000120
+gallium_dri.so free 0x5571735be280 void 0.000116
+gallium_dri.so free 0x5571735be1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be1c0 0.000115
+gallium_dri.so free 0x5571735be380 void 0.000115
+gallium_dri.so free 0x5571735be1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be330 0.000114
+gallium_dri.so free 0x5571735b22c0 void 0.000116
+gallium_dri.so free 0x5571735be330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2270 0.000123
+gallium_dri.so free 0x5571735b2300 void 0.000114
+gallium_dri.so free 0x5571735b2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b23c0 void 0.000112
+gallium_dri.so free 0x5571735b2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2400 0.000114
+gallium_dri.so free 0x5571735b2480 void 0.000112
+gallium_dri.so free 0x5571735b2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2480 0.000119
+gallium_dri.so free 0x5571735b2540 void 0.000115
+gallium_dri.so free 0x5571735b2480 void 0.000111
+gallium_dri.so malloc 72 0x5571735b2480 0.000113
+gallium_dri.so free 0x5571735b25c0 void 0.000112
+gallium_dri.so free 0x5571735b2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2480 0.000124
+gallium_dri.so free 0x5571735b2680 void 0.000124
+gallium_dri.so free 0x5571735b2480 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2480 0.000124
+gallium_dri.so free 0x5571735b2740 void 0.000131
+gallium_dri.so free 0x5571735b2480 void 0.000124
+gallium_dri.so malloc 72 0x5571735b26f0 0.000125
+gallium_dri.so free 0x5571735b27c0 void 0.000119
+gallium_dri.so free 0x5571735b26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2810 0.000114
+gallium_dri.so free 0x5571735b2880 void 0.000115
+gallium_dri.so free 0x5571735b2810 void 0.000126
+gallium_dri.so malloc 72 0x5571735b28a0 0.000114
+gallium_dri.so free 0x5571735b2940 void 0.000115
+gallium_dri.so free 0x5571735b28a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b28f0 0.000115
+gallium_dri.so free 0x5571735b29c0 void 0.000115
+gallium_dri.so free 0x5571735b28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b28f0 0.000114
+gallium_dri.so free 0x5571735b2ac0 void 0.000118
+gallium_dri.so free 0x5571735b28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2a70 0.000115
+gallium_dri.so free 0x5571735b2b40 void 0.000115
+gallium_dri.so free 0x5571735b2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b90 0.000114
+gallium_dri.so free 0x5571735e6300 void 0.000115
+gallium_dri.so free 0x5571735b2b90 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2b90 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000116
+gallium_dri.so free 0x5571735b2b90 void 0.000115
+gallium_dri.so malloc 72 0x5571735e63b0 0.000113
+gallium_dri.so free 0x5571735e6400 void 0.000115
+gallium_dri.so free 0x5571735e63b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e63b0 0.000115
+gallium_dri.so free 0x5571735e6500 void 0.000116
+gallium_dri.so free 0x5571735e63b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e64b0 0.000115
+gallium_dri.so free 0x5571735e65c0 void 0.000116
+gallium_dri.so free 0x5571735e64b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e6570 0.000115
+gallium_dri.so free 0x5571735e6640 void 0.000115
+gallium_dri.so free 0x5571735e6570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6570 0.000114
+gallium_dri.so free 0x5571735e6700 void 0.000115
+gallium_dri.so free 0x5571735e6570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6570 0.000114
+gallium_dri.so free 0x5571735e67c0 void 0.000115
+gallium_dri.so free 0x5571735e6570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6770 0.000114
+gallium_dri.so free 0x5571735e6840 void 0.000115
+gallium_dri.so free 0x5571735e6770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6890 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000116
+gallium_dri.so free 0x5571735e6890 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6920 0.000114
+gallium_dri.so free 0x5571735e69c0 void 0.000115
+gallium_dri.so free 0x5571735e6920 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6970 0.000116
+gallium_dri.so free 0x5571735e6a40 void 0.000115
+gallium_dri.so free 0x5571735e6970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a40 0.000115
+gallium_dri.so free 0x5571735e6b00 void 0.000115
+gallium_dri.so free 0x5571735e6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a40 0.000114
+gallium_dri.so free 0x5571735e6b80 void 0.000114
+gallium_dri.so free 0x5571735e6a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6b80 0.000117
+gallium_dri.so free 0x5571735e6c40 void 0.000116
+gallium_dri.so free 0x5571735e6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6b80 0.000114
+gallium_dri.so free 0x5571735e6d00 void 0.000115
+gallium_dri.so free 0x5571735e6b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6b80 0.000113
+gallium_dri.so free 0x5571735e6dc0 void 0.000113
+gallium_dri.so free 0x5571735e6b80 void 0.000220
+gallium_dri.so malloc 72 0x5571735e6d70 0.000217
+gallium_dri.so free 0x5571735e6e40 void 0.000290
+gallium_dri.so free 0x5571735e6d70 void 0.000221
+gallium_dri.so malloc 72 0x5571735e6e90 0.000160
+gallium_dri.so free 0x5571735b9bc0 void 0.000157
+gallium_dri.so free 0x5571735e6e90 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9b70 0.000119
+gallium_dri.so free 0x5571735b9c40 void 0.000117
+gallium_dri.so free 0x5571735b9b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9c60 0.000115
+gallium_dri.so free 0x5571735b9d00 void 0.000115
+gallium_dri.so free 0x5571735b9c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9cb0 0.000120
+gallium_dri.so free 0x5571735b9d80 void 0.000116
+gallium_dri.so free 0x5571735b9cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9cb0 0.000114
+gallium_dri.so free 0x5571735b9e00 void 0.000115
+gallium_dri.so free 0x5571735b9cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9e00 0.000115
+gallium_dri.so free 0x5571735b9ec0 void 0.000116
+gallium_dri.so free 0x5571735b9e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9e00 0.000115
+gallium_dri.so free 0x5571735b9f80 void 0.000116
+gallium_dri.so free 0x5571735b9e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9e00 0.000115
+gallium_dri.so free 0x5571735ba040 void 0.000116
+gallium_dri.so free 0x5571735b9e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9ff0 0.000115
+gallium_dri.so free 0x5571735ba040 void 0.000115
+gallium_dri.so free 0x5571735b9ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9ff0 0.000116
+gallium_dri.so free 0x5571735ba140 void 0.000115
+gallium_dri.so free 0x5571735b9ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba0f0 0.000113
+gallium_dri.so free 0x5571735ba200 void 0.000117
+gallium_dri.so free 0x5571735ba0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba1b0 0.000114
+gallium_dri.so free 0x5571735ba240 void 0.000116
+gallium_dri.so free 0x5571735ba1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba1b0 0.000184
+gallium_dri.so free 0x5571735ba300 void 0.000116
+gallium_dri.so free 0x5571735ba1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba340 0.000113
+gallium_dri.so free 0x5571735ba3c0 void 0.000114
+gallium_dri.so free 0x5571735ba340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000114
+gallium_dri.so free 0x5571735ba480 void 0.000118
+gallium_dri.so free 0x5571735ba3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba3c0 0.000115
+gallium_dri.so free 0x5571735ba540 void 0.000115
+gallium_dri.so free 0x5571735ba3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba560 0.000112
+gallium_dri.so free 0x5571735ba600 void 0.000113
+gallium_dri.so free 0x5571735ba560 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000115
+gallium_dri.so free 0x5571735ba680 void 0.000115
+gallium_dri.so free 0x5571735ba5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000119
+gallium_dri.so free 0x5571735ba700 void 0.000115
+gallium_dri.so free 0x5571735ba5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba700 0.000116
+gallium_dri.so free 0x5571735ba7c0 void 0.000116
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba700 0.000114
+gallium_dri.so free 0x557173451dc0 void 0.000120
+gallium_dri.so free 0x5571735ba700 void 0.000135
+gallium_dri.so malloc 72 0x5571735ba700 0.000121
+gallium_dri.so free 0x557173451e80 void 0.000122
+gallium_dri.so free 0x5571735ba700 void 0.000119
+gallium_dri.so malloc 72 0x557173451ed0 0.000121
+gallium_dri.so free 0x557173451f40 void 0.000122
+gallium_dri.so free 0x557173451ed0 void 0.000120
+gallium_dri.so malloc 72 0x557173451f80 0.000121
+gallium_dri.so free 0x557173452000 void 0.000121
+gallium_dri.so free 0x557173451f80 void 0.000119
+gallium_dri.so malloc 72 0x557173452000 0.000120
+gallium_dri.so free 0x5571734520c0 void 0.000122
+gallium_dri.so free 0x557173452000 void 0.000120
+gallium_dri.so malloc 72 0x557173452000 0.000120
+gallium_dri.so free 0x557173452140 void 0.000121
+gallium_dri.so free 0x557173452000 void 0.000119
+gallium_dri.so malloc 72 0x557173452170 0.000120
+gallium_dri.so free 0x5571734521c0 void 0.000123
+gallium_dri.so free 0x557173452170 void 0.000119
+gallium_dri.so malloc 72 0x557173452170 0.000121
+gallium_dri.so free 0x5571734522c0 void 0.000121
+gallium_dri.so free 0x557173452170 void 0.000120
+gallium_dri.so malloc 72 0x557173452270 0.000119
+gallium_dri.so free 0x557173452380 void 0.000121
+gallium_dri.so free 0x557173452270 void 0.000122
+gallium_dri.so malloc 72 0x557173452330 0.000121
+gallium_dri.so free 0x557173452400 void 0.000136
+gallium_dri.so free 0x557173452330 void 0.000121
+gallium_dri.so malloc 72 0x557173452420 0.000121
+gallium_dri.so free 0x5571734524c0 void 0.000121
+gallium_dri.so free 0x557173452420 void 0.000119
+gallium_dri.so malloc 72 0x557173452470 0.000119
+gallium_dri.so free 0x557173452540 void 0.000122
+gallium_dri.so free 0x557173452470 void 0.000122
+gallium_dri.so malloc 72 0x557173452470 0.000120
+gallium_dri.so free 0x5571734525c0 void 0.000121
+gallium_dri.so free 0x557173452470 void 0.000120
+gallium_dri.so malloc 72 0x5571734525c0 0.000120
+gallium_dri.so free 0x557173452680 void 0.000123
+gallium_dri.so free 0x5571734525c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734525c0 0.000122
+gallium_dri.so free 0x557173452740 void 0.000121
+gallium_dri.so free 0x5571734525c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734525c0 0.000121
+gallium_dri.so free 0x557173452800 void 0.000123
+gallium_dri.so free 0x5571734525c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734527b0 0.000125
+gallium_dri.so free 0x557173452800 void 0.000132
+gallium_dri.so free 0x5571734527b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734527b0 0.000121
+gallium_dri.so free 0x557173452900 void 0.000122
+gallium_dri.so free 0x5571734527b0 void 0.000171
+gallium_dri.so malloc 72 0x5571734528b0 0.000126
+gallium_dri.so free 0x5571734529c0 void 0.000122
+gallium_dri.so free 0x5571734528b0 void 0.000121
+gallium_dri.so malloc 72 0x557173452970 0.000126
+gallium_dri.so free 0x557173452a00 void 0.000125
+gallium_dri.so free 0x557173452970 void 0.000120
+gallium_dri.so malloc 72 0x557173452970 0.000120
+gallium_dri.so free 0x557173452ac0 void 0.000121
+gallium_dri.so free 0x557173452970 void 0.000119
+gallium_dri.so malloc 72 0x557173452b00 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000120
+gallium_dri.so free 0x557173452b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7390 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000122
+gallium_dri.so free 0x5571735e7390 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7460 0.000122
+gallium_dri.so free 0x5571735e7500 void 0.000121
+gallium_dri.so free 0x5571735e7460 void 0.000122
+gallium_dri.so malloc 72 0x5571735e74b0 0.000121
+gallium_dri.so free 0x5571735e7540 void 0.000122
+gallium_dri.so free 0x5571735e74b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e74b0 0.000116
+gallium_dri.so free 0x5571735e7600 void 0.000117
+gallium_dri.so free 0x5571735e74b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7640 0.000124
+gallium_dri.so free 0x5571735e76c0 void 0.000116
+gallium_dri.so free 0x5571735e7640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e76c0 0.000114
+gallium_dri.so free 0x5571735e7780 void 0.000115
+gallium_dri.so free 0x5571735e76c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e76c0 0.000114
+gallium_dri.so free 0x5571735e7800 void 0.000116
+gallium_dri.so free 0x5571735e76c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7830 0.000115
+gallium_dri.so free 0x5571735e7880 void 0.000116
+gallium_dri.so free 0x5571735e7830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7880 0.000115
+gallium_dri.so free 0x5571735e7940 void 0.000116
+gallium_dri.so free 0x5571735e7880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7880 0.000114
+gallium_dri.so free 0x5571735e7a40 void 0.000116
+gallium_dri.so free 0x5571735e7880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e79f0 0.000115
+gallium_dri.so free 0x5571735e7b00 void 0.000116
+gallium_dri.so free 0x5571735e79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000114
+gallium_dri.so free 0x5571735e7b40 void 0.000116
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000115
+gallium_dri.so free 0x5571735e7c00 void 0.000115
+gallium_dri.so free 0x5571735e7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7c40 0.000124
+gallium_dri.so free 0x5571735e7cc0 void 0.000117
+gallium_dri.so free 0x5571735e7c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000113
+gallium_dri.so free 0x5571735e7d80 void 0.000112
+gallium_dri.so free 0x5571735e7cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000114
+gallium_dri.so free 0x5571735e7e00 void 0.000113
+gallium_dri.so free 0x5571735e7cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000112
+gallium_dri.so free 0x5571735e7ec0 void 0.000119
+gallium_dri.so free 0x5571735e7cc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000115
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so free 0x5571735e7cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7f30 0.000119
+gallium_dri.so free 0x5571735e8000 void 0.000115
+gallium_dri.so free 0x5571735e7f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8050 0.000114
+gallium_dri.so free 0x5571735e80c0 void 0.000116
+gallium_dri.so free 0x5571735e8050 void 0.000130
+gallium_dri.so malloc 72 0x5571735e80e0 0.000114
+gallium_dri.so free 0x5571735e8180 void 0.000117
+gallium_dri.so free 0x5571735e80e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8130 0.000115
+gallium_dri.so free 0x5571735e8280 void 0.000116
+gallium_dri.so free 0x5571735e8130 void 0.000116
+gallium_dri.so malloc 72 0x5571735e82f0 0.000172
+gallium_dri.so free 0x5571735e8340 void 0.000116
+gallium_dri.so free 0x5571735e82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82f0 0.000115
+gallium_dri.so free 0x5571735e8440 void 0.000114
+gallium_dri.so free 0x5571735e82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e83f0 0.000113
+gallium_dri.so free 0x5571735e8500 void 0.000116
+gallium_dri.so free 0x5571735e83f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e84b0 0.000114
+gallium_dri.so free 0x5571735e8540 void 0.000117
+gallium_dri.so free 0x5571735e84b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e84b0 0.000114
+gallium_dri.so free 0x5571735e8600 void 0.000147
+gallium_dri.so free 0x5571735e84b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8640 0.000115
+gallium_dri.so free 0x5571735e86c0 void 0.000116
+gallium_dri.so free 0x5571735e8640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e86c0 0.000114
+gallium_dri.so free 0x5571735e8780 void 0.000115
+gallium_dri.so free 0x5571735e86c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e86c0 0.000115
+gallium_dri.so free 0x5571735e8840 void 0.000116
+gallium_dri.so free 0x5571735e86c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8860 0.000114
+gallium_dri.so free 0x5571735e8900 void 0.000115
+gallium_dri.so free 0x5571735e8860 void 0.000115
+gallium_dri.so malloc 72 0x5571735e88b0 0.000133
+gallium_dri.so free 0x5571735e8980 void 0.000116
+gallium_dri.so free 0x5571735e88b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e88b0 0.000115
+gallium_dri.so free 0x5571735e8a00 void 0.000116
+gallium_dri.so free 0x5571735e88b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8a00 0.000114
+gallium_dri.so free 0x5571735e8ac0 void 0.000116
+gallium_dri.so free 0x5571735e8a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8a00 0.000114
+gallium_dri.so free 0x5571735e8b80 void 0.000116
+gallium_dri.so free 0x5571735e8a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8a00 0.000113
+gallium_dri.so free 0x5571735e8c40 void 0.000115
+gallium_dri.so free 0x5571735e8a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000115
+gallium_dri.so free 0x5571735e8d00 void 0.000115
+gallium_dri.so free 0x5571735e8bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000114
+gallium_dri.so free 0x5571735e8d80 void 0.000115
+gallium_dri.so free 0x5571735e8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8dd0 0.000115
+gallium_dri.so free 0x5571735e8e40 void 0.000116
+gallium_dri.so free 0x5571735e8dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8e60 0.000119
+gallium_dri.so free 0x5571735e8f00 void 0.000115
+gallium_dri.so free 0x5571735e8e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000139
+gallium_dri.so free 0x5571735e8f80 void 0.000218
+gallium_dri.so free 0x5571735e8eb0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000209
+gallium_dri.so free 0x5571735e9000 void 0.000123
+gallium_dri.so free 0x5571735e8eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9000 0.000116
+gallium_dri.so free 0x5571735e90c0 void 0.000116
+gallium_dri.so free 0x5571735e9000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9000 0.000115
+gallium_dri.so free 0x5571735e91c0 void 0.000116
+gallium_dri.so free 0x5571735e9000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e9170 0.000116
+gallium_dri.so free 0x5571735e9200 void 0.000117
+gallium_dri.so free 0x5571735e9170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9170 0.000113
+gallium_dri.so free 0x5571735e92c0 void 0.000115
+gallium_dri.so free 0x5571735e9170 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9300 0.000113
+gallium_dri.so free 0x5571735e9380 void 0.000116
+gallium_dri.so free 0x5571735e9300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9380 0.000118
+gallium_dri.so free 0x5571735e9440 void 0.000115
+gallium_dri.so free 0x5571735e9380 void 0.000115
+gallium_dri.so malloc 72 0x5571735e9380 0.000168
+gallium_dri.so free 0x5571735e94c0 void 0.000115
+gallium_dri.so free 0x5571735e9380 void 0.000119
+gallium_dri.so malloc 72 0x5571735e94f0 0.000114
+gallium_dri.so free 0x5571735e9540 void 0.000114
+gallium_dri.so free 0x5571735e94f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94f0 0.000113
+gallium_dri.so free 0x5571735e9640 void 0.000113
+gallium_dri.so free 0x5571735e94f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9680 0.000112
+gallium_dri.so free 0x5571735b0b00 void 0.000113
+gallium_dri.so free 0x5571735e9680 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0b50 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000113
+gallium_dri.so free 0x5571735b0b50 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0be0 0.000111
+gallium_dri.so free 0x5571735b0c80 void 0.000114
+gallium_dri.so free 0x5571735b0be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c30 0.000111
+gallium_dri.so free 0x5571735b0d00 void 0.000113
+gallium_dri.so free 0x5571735b0c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0c30 0.000112
+gallium_dri.so free 0x5571735b0d80 void 0.000112
+gallium_dri.so free 0x5571735b0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0d80 0.000116
+gallium_dri.so free 0x5571735b0e40 void 0.000113
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d80 0.000140
+gallium_dri.so free 0x5571735b0f40 void 0.000117
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d80 0.000114
+gallium_dri.so free 0x5571735b0fc0 void 0.000114
+gallium_dri.so free 0x5571735b0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0ff0 0.000112
+gallium_dri.so free 0x5571735b1040 void 0.000114
+gallium_dri.so free 0x5571735b0ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0ff0 0.000112
+gallium_dri.so free 0x5571735b1140 void 0.000114
+gallium_dri.so free 0x5571735b0ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b10f0 0.000113
+gallium_dri.so free 0x5571735b1200 void 0.000115
+gallium_dri.so free 0x5571735b10f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b11b0 0.000112
+gallium_dri.so free 0x5571735b1240 void 0.000115
+gallium_dri.so free 0x5571735b11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b11b0 0.000113
+gallium_dri.so free 0x5571735b1300 void 0.000113
+gallium_dri.so free 0x5571735b11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1350 0.000113
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1350 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1400 0.000113
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so free 0x5571735b1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1480 0.000113
+gallium_dri.so free 0x5571735b1540 void 0.000120
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1480 0.000114
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b15f0 0.000114
+gallium_dri.so free 0x5571735b1640 void 0.000114
+gallium_dri.so free 0x5571735b15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b15f0 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so free 0x5571735b15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b16f0 0.000118
+gallium_dri.so free 0x5571735b1800 void 0.000116
+gallium_dri.so free 0x5571735b16f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b17b0 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b18a0 0.000113
+gallium_dri.so free 0x5571735b1940 void 0.000114
+gallium_dri.so free 0x5571735b18a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b18f0 0.000115
+gallium_dri.so free 0x5571735b19c0 void 0.000114
+gallium_dri.so free 0x5571735b18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b18f0 0.000114
+gallium_dri.so free 0x5571735b1a40 void 0.000115
+gallium_dri.so free 0x5571735b18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1a40 0.000113
+gallium_dri.so free 0x5571735b1b00 void 0.000164
+gallium_dri.so free 0x5571735b1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1a40 0.000113
+gallium_dri.so free 0x5571735b1bc0 void 0.000114
+gallium_dri.so free 0x5571735b1a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1a40 0.000129
+gallium_dri.so free 0x5571735b1c80 void 0.000126
+gallium_dri.so free 0x5571735b1a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1c30 0.000124
+gallium_dri.so free 0x5571735b1c80 void 0.000123
+gallium_dri.so free 0x5571735b1c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1c30 0.000125
+gallium_dri.so free 0x5571735b1d80 void 0.000120
+gallium_dri.so free 0x5571735b1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1d30 0.000114
+gallium_dri.so free 0x5571735b1e40 void 0.000116
+gallium_dri.so free 0x5571735b1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1df0 0.000112
+gallium_dri.so free 0x5571735b1e80 void 0.000115
+gallium_dri.so free 0x5571735b1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1df0 0.000113
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1f80 0.000113
+gallium_dri.so free 0x5571735b2000 void 0.000128
+gallium_dri.so free 0x5571735b1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2000 0.000116
+gallium_dri.so free 0x5571735b20c0 void 0.000115
+gallium_dri.so free 0x5571735b2000 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2000 0.000116
+gallium_dri.so free 0x5571735d78c0 void 0.000116
+gallium_dri.so free 0x5571735b2000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d78e0 0.000115
+gallium_dri.so free 0x5571735d7980 void 0.000116
+gallium_dri.so free 0x5571735d78e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7930 0.000112
+gallium_dri.so free 0x5571735d7a00 void 0.000115
+gallium_dri.so free 0x5571735d7930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7930 0.000112
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so free 0x5571735d7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7a80 0.000116
+gallium_dri.so free 0x5571735d7b40 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7a80 0.000115
+gallium_dri.so free 0x5571735d7c00 void 0.000115
+gallium_dri.so free 0x5571735d7a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7a80 0.000113
+gallium_dri.so free 0x5571735d7cc0 void 0.000114
+gallium_dri.so free 0x5571735d7a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7c70 0.000115
+gallium_dri.so free 0x5571735d7d80 void 0.000119
+gallium_dri.so free 0x5571735d7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d30 0.000112
+gallium_dri.so free 0x5571735d7e00 void 0.000113
+gallium_dri.so free 0x5571735d7d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7e50 0.000112
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7e50 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7ee0 0.000113
+gallium_dri.so free 0x5571735d7f80 void 0.000112
+gallium_dri.so free 0x5571735d7ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7f30 0.000118
+gallium_dri.so free 0x5571735d8000 void 0.000119
+gallium_dri.so free 0x5571735d7f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f30 0.000113
+gallium_dri.so free 0x5571735d8080 void 0.000113
+gallium_dri.so free 0x5571735d7f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8080 0.000114
+gallium_dri.so free 0x5571735d8140 void 0.000117
+gallium_dri.so free 0x5571735d8080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8080 0.000116
+gallium_dri.so free 0x5571735d8240 void 0.000114
+gallium_dri.so free 0x5571735d8080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d81f0 0.000113
+gallium_dri.so free 0x5571735d8280 void 0.000114
+gallium_dri.so free 0x5571735d81f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d81f0 0.000113
+gallium_dri.so free 0x5571735d8340 void 0.000115
+gallium_dri.so free 0x5571735d81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8380 0.000113
+gallium_dri.so free 0x5571735d8400 void 0.000113
+gallium_dri.so free 0x5571735d8380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8400 0.000117
+gallium_dri.so free 0x5571735d84c0 void 0.000119
+gallium_dri.so free 0x5571735d8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8400 0.000114
+gallium_dri.so free 0x5571735d8540 void 0.000113
+gallium_dri.so free 0x5571735d8400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8570 0.000117
+gallium_dri.so free 0x5571735d85c0 void 0.000115
+gallium_dri.so free 0x5571735d8570 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8570 0.000119
+gallium_dri.so free 0x5571735d86c0 void 0.000119
+gallium_dri.so free 0x5571735d8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8700 0.000115
+gallium_dri.so free 0x5571735d8780 void 0.000114
+gallium_dri.so free 0x5571735d8700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8780 0.000112
+gallium_dri.so free 0x5571735d8840 void 0.000115
+gallium_dri.so free 0x5571735d8780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8780 0.000113
+gallium_dri.so free 0x5571735d88c0 void 0.000115
+gallium_dri.so free 0x5571735d8780 void 0.000115
+gallium_dri.so malloc 72 0x5571735d88f0 0.000112
+gallium_dri.so free 0x5571735d8940 void 0.000127
+gallium_dri.so free 0x5571735d88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d88f0 0.000113
+gallium_dri.so free 0x5571735d8a40 void 0.000115
+gallium_dri.so free 0x5571735d88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d89f0 0.000116
+gallium_dri.so free 0x5571735d8b00 void 0.000115
+gallium_dri.so free 0x5571735d89f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8ab0 0.000115
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8ab0 0.000113
+gallium_dri.so free 0x5571735d8c40 void 0.000119
+gallium_dri.so free 0x5571735d8ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8ab0 0.000113
+gallium_dri.so free 0x5571735d8d00 void 0.000113
+gallium_dri.so free 0x5571735d8ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8cb0 0.000113
+gallium_dri.so free 0x5571735d8d80 void 0.000116
+gallium_dri.so free 0x5571735d8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8dd0 0.000111
+gallium_dri.so free 0x5571735d8e40 void 0.000115
+gallium_dri.so free 0x5571735d8dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8e60 0.000114
+gallium_dri.so free 0x5571735d8f00 void 0.000115
+gallium_dri.so free 0x5571735d8e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8eb0 0.000119
+gallium_dri.so free 0x5571735d8f80 void 0.000123
+gallium_dri.so free 0x5571735d8eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8f80 0.000114
+gallium_dri.so free 0x5571735b3440 void 0.000115
+gallium_dri.so free 0x5571735d8f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000115
+gallium_dri.so free 0x5571735b34c0 void 0.000115
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3510 0.000113
+gallium_dri.so free 0x5571735d9040 void 0.000115
+gallium_dri.so free 0x5571735b3510 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3510 0.000113
+gallium_dri.so free 0x5571735b3580 void 0.000114
+gallium_dri.so free 0x5571735b3510 void 0.000113
+gallium_dri.so malloc 72 0x5571735b35b0 0.000114
+gallium_dri.so free 0x5571735b3600 void 0.000114
+gallium_dri.so free 0x5571735b35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b35b0 0.000114
+gallium_dri.so free 0x5571735b3700 void 0.000115
+gallium_dri.so free 0x5571735b35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b36b0 0.000115
+gallium_dri.so free 0x5571735b37c0 void 0.000115
+gallium_dri.so free 0x5571735b36b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3770 0.000114
+gallium_dri.so free 0x5571735b3840 void 0.000116
+gallium_dri.so free 0x5571735b3770 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3860 0.000114
+gallium_dri.so free 0x5571735b3900 void 0.000114
+gallium_dri.so free 0x5571735b3860 void 0.000161
+gallium_dri.so malloc 72 0x5571735b38b0 0.000114
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so free 0x5571735b38b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b38b0 0.000113
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so free 0x5571735b38b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3a00 0.000113
+gallium_dri.so free 0x5571735b3ac0 void 0.000117
+gallium_dri.so free 0x5571735b3a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3a00 0.000114
+gallium_dri.so free 0x5571735b3b80 void 0.000113
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3a00 0.000114
+gallium_dri.so free 0x5571735b3c40 void 0.000116
+gallium_dri.so free 0x5571735b3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000113
+gallium_dri.so free 0x5571735b3c40 void 0.000115
+gallium_dri.so free 0x5571735b3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3bf0 0.000117
+gallium_dri.so free 0x5571735b3d40 void 0.000115
+gallium_dri.so free 0x5571735b3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000113
+gallium_dri.so free 0x5571735b3e00 void 0.000114
+gallium_dri.so free 0x5571735b3cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3db0 0.000119
+gallium_dri.so free 0x5571735b3e40 void 0.000116
+gallium_dri.so free 0x5571735b3db0 void 0.000143
+gallium_dri.so malloc 72 0x5571735b3db0 0.000115
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f40 0.000113
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000115
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000114
+gallium_dri.so free 0x5571735b4140 void 0.000115
+gallium_dri.so free 0x5571735b3fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4160 0.000114
+gallium_dri.so free 0x5571735b4200 void 0.000115
+gallium_dri.so free 0x5571735b4160 void 0.000118
+gallium_dri.so malloc 72 0x5571735b41b0 0.000115
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571735b41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b41b0 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000114
+gallium_dri.so free 0x5571735b41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4300 0.000114
+gallium_dri.so free 0x5571735b43c0 void 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4300 0.000114
+gallium_dri.so free 0x5571735b4480 void 0.000117
+gallium_dri.so free 0x5571735b4300 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4300 0.000116
+gallium_dri.so free 0x5571735b4540 void 0.000114
+gallium_dri.so free 0x5571735b4300 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44f0 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x5571735b44f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b45b0 0.000115
+gallium_dri.so free 0x5571735b4680 void 0.000114
+gallium_dri.so free 0x5571735b45b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b46d0 0.000114
+gallium_dri.so free 0x5571735b4740 void 0.000115
+gallium_dri.so free 0x5571735b46d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4760 0.000117
+gallium_dri.so free 0x5571735b4800 void 0.000116
+gallium_dri.so free 0x5571735b4760 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47b0 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000115
+gallium_dri.so free 0x5571735b47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47b0 0.000113
+gallium_dri.so free 0x5571735b4900 void 0.000114
+gallium_dri.so free 0x5571735b47b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4900 0.000112
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b4900 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4900 0.000114
+gallium_dri.so free 0x5571735b4ac0 void 0.000115
+gallium_dri.so free 0x5571735b4900 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4a70 0.000115
+gallium_dri.so free 0x5571735b4b00 void 0.000114
+gallium_dri.so free 0x5571735b4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4a70 0.000113
+gallium_dri.so free 0x5571735b4bc0 void 0.000115
+gallium_dri.so free 0x5571735b4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4c00 0.000115
+gallium_dri.so free 0x557173453000 void 0.000115
+gallium_dri.so free 0x5571735b4c00 void 0.000113
+gallium_dri.so malloc 72 0x557173453000 0.000114
+gallium_dri.so free 0x5571734530c0 void 0.000115
+gallium_dri.so free 0x557173453000 void 0.000113
+gallium_dri.so malloc 72 0x557173453000 0.000118
+gallium_dri.so free 0x557173453140 void 0.000115
+gallium_dri.so free 0x557173453000 void 0.000115
+gallium_dri.so malloc 72 0x557173453170 0.000115
+gallium_dri.so free 0x5571734531c0 void 0.000114
+gallium_dri.so free 0x557173453170 void 0.000114
+gallium_dri.so malloc 72 0x557173453170 0.000116
+gallium_dri.so free 0x5571734532c0 void 0.000115
+gallium_dri.so free 0x557173453170 void 0.000114
+gallium_dri.so malloc 72 0x557173453300 0.000113
+gallium_dri.so free 0x557173453380 void 0.000115
+gallium_dri.so free 0x557173453300 void 0.000114
+gallium_dri.so malloc 72 0x557173453380 0.000113
+gallium_dri.so free 0x557173453440 void 0.000114
+gallium_dri.so free 0x557173453380 void 0.000114
+gallium_dri.so malloc 72 0x557173453380 0.000115
+gallium_dri.so free 0x5571734534c0 void 0.000114
+gallium_dri.so free 0x557173453380 void 0.000113
+gallium_dri.so malloc 72 0x5571734534f0 0.000113
+gallium_dri.so free 0x557173453540 void 0.000114
+gallium_dri.so free 0x5571734534f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734534f0 0.000112
+gallium_dri.so free 0x557173453640 void 0.000114
+gallium_dri.so free 0x5571734534f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734535f0 0.000112
+gallium_dri.so free 0x557173453700 void 0.000113
+gallium_dri.so free 0x5571734535f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734536b0 0.000114
+gallium_dri.so free 0x557173453780 void 0.000114
+gallium_dri.so free 0x5571734536b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734536b0 0.000113
+gallium_dri.so free 0x557173453840 void 0.000117
+gallium_dri.so free 0x5571734536b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734536b0 0.000113
+gallium_dri.so free 0x557173453900 void 0.000118
+gallium_dri.so free 0x5571734536b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734538b0 0.000112
+gallium_dri.so free 0x557173453980 void 0.000114
+gallium_dri.so free 0x5571734538b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734539d0 0.000112
+gallium_dri.so free 0x557173453a40 void 0.000116
+gallium_dri.so free 0x5571734539d0 void 0.000114
+gallium_dri.so malloc 72 0x557173453a60 0.000168
+gallium_dri.so free 0x557173453b00 void 0.000115
+gallium_dri.so free 0x557173453a60 void 0.000112
+gallium_dri.so malloc 72 0x557173453ab0 0.000114
+gallium_dri.so free 0x557173453b80 void 0.000114
+gallium_dri.so free 0x557173453ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173453b80 0.000114
+gallium_dri.so free 0x557173453c40 void 0.000113
+gallium_dri.so free 0x557173453b80 void 0.000113
+gallium_dri.so malloc 72 0x557173453b80 0.000113
+gallium_dri.so free 0x557173453cc0 void 0.000115
+gallium_dri.so free 0x557173453b80 void 0.000114
+gallium_dri.so malloc 72 0x557173453cc0 0.000113
+gallium_dri.so free 0x557173453d80 void 0.000114
+gallium_dri.so free 0x557173453cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173453cc0 0.000112
+gallium_dri.so free 0x557173453e40 void 0.000115
+gallium_dri.so free 0x557173453cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173453cc0 0.000113
+gallium_dri.so free 0x557173453f00 void 0.000114
+gallium_dri.so free 0x557173453cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173453eb0 0.000117
+gallium_dri.so free 0x557173453f80 void 0.000115
+gallium_dri.so free 0x557173453eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173453fd0 0.000115
+gallium_dri.so free 0x557173454040 void 0.000116
+gallium_dri.so free 0x557173453fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173454080 0.000129
+gallium_dri.so free 0x557173454100 void 0.000116
+gallium_dri.so free 0x557173454080 void 0.000113
+gallium_dri.so malloc 72 0x557173454080 0.000113
+gallium_dri.so free 0x557173454180 void 0.000114
+gallium_dri.so free 0x557173454080 void 0.000115
+gallium_dri.so malloc 72 0x5571734541b0 0.000113
+gallium_dri.so free 0x557173454200 void 0.000115
+gallium_dri.so free 0x5571734541b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734541b0 0.000114
+gallium_dri.so free 0x557173454300 void 0.000114
+gallium_dri.so free 0x5571734541b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734542b0 0.000114
+gallium_dri.so free 0x5571734543c0 void 0.000115
+gallium_dri.so free 0x5571734542b0 void 0.000114
+gallium_dri.so malloc 72 0x557173454370 0.000113
+gallium_dri.so free 0x557173454400 void 0.000114
+gallium_dri.so free 0x557173454370 void 0.000113
+gallium_dri.so malloc 72 0x557173454370 0.000112
+gallium_dri.so free 0x5571734544c0 void 0.000114
+gallium_dri.so free 0x557173454370 void 0.000115
+gallium_dri.so malloc 72 0x557173454530 0.000115
+gallium_dri.so free 0x557173454580 void 0.000115
+gallium_dri.so free 0x557173454530 void 0.000118
+gallium_dri.so malloc 72 0x557173454530 0.000114
+gallium_dri.so free 0x557173454680 void 0.000114
+gallium_dri.so free 0x557173454530 void 0.000113
+gallium_dri.so malloc 72 0x557173454630 0.000114
+gallium_dri.so free 0x557173454740 void 0.000119
+gallium_dri.so free 0x557173454630 void 0.000115
+gallium_dri.so malloc 72 0x5571734546f0 0.000115
+gallium_dri.so free 0x557173454780 void 0.000114
+gallium_dri.so free 0x5571734546f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734546f0 0.000112
+gallium_dri.so free 0x557173454840 void 0.000114
+gallium_dri.so free 0x5571734546f0 void 0.000114
+gallium_dri.so malloc 72 0x557173454880 0.000112
+gallium_dri.so free 0x557173454900 void 0.000114
+gallium_dri.so free 0x557173454880 void 0.000113
+gallium_dri.so malloc 72 0x557173454900 0.000114
+gallium_dri.so free 0x5571734549c0 void 0.000115
+gallium_dri.so free 0x557173454900 void 0.000113
+gallium_dri.so malloc 72 0x557173454900 0.000114
+gallium_dri.so free 0x557173454a80 void 0.000115
+gallium_dri.so free 0x557173454900 void 0.000113
+gallium_dri.so malloc 72 0x557173454aa0 0.000112
+gallium_dri.so free 0x557173454b40 void 0.000114
+gallium_dri.so free 0x557173454aa0 void 0.000115
+gallium_dri.so malloc 72 0x557173454af0 0.000114
+gallium_dri.so free 0x557173454bc0 void 0.000114
+gallium_dri.so free 0x557173454af0 void 0.000114
+gallium_dri.so malloc 72 0x557173454af0 0.000114
+gallium_dri.so free 0x557173454c40 void 0.000115
+gallium_dri.so free 0x557173454af0 void 0.000112
+gallium_dri.so malloc 72 0x557173454c40 0.000111
+gallium_dri.so free 0x557173454d00 void 0.000186
+gallium_dri.so free 0x557173454c40 void 0.000113
+gallium_dri.so malloc 72 0x557173454c40 0.000111
+gallium_dri.so free 0x557173454dc0 void 0.000113
+gallium_dri.so free 0x557173454c40 void 0.000112
+gallium_dri.so malloc 72 0x557173454c40 0.000112
+gallium_dri.so free 0x557173454e80 void 0.000114
+gallium_dri.so free 0x557173454c40 void 0.000113
+gallium_dri.so malloc 72 0x557173454e30 0.000115
+gallium_dri.so free 0x557173454f40 void 0.000114
+gallium_dri.so free 0x557173454e30 void 0.000113
+gallium_dri.so malloc 72 0x557173454ef0 0.000113
+gallium_dri.so free 0x557173454fc0 void 0.000115
+gallium_dri.so free 0x557173454ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173455010 0.000115
+gallium_dri.so free 0x557173455080 void 0.000114
+gallium_dri.so free 0x557173455010 void 0.000114
+gallium_dri.so malloc 72 0x5571734550a0 0.000118
+gallium_dri.so free 0x557173455140 void 0.000116
+gallium_dri.so free 0x5571734550a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734550f0 0.000123
+gallium_dri.so free 0x5571734551c0 void 0.000118
+gallium_dri.so free 0x5571734550f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734550f0 0.000114
+gallium_dri.so free 0x557173455240 void 0.000114
+gallium_dri.so free 0x5571734550f0 void 0.000112
+gallium_dri.so malloc 72 0x557173455240 0.000126
+gallium_dri.so free 0x557173455300 void 0.000115
+gallium_dri.so free 0x557173455240 void 0.000114
+gallium_dri.so malloc 72 0x557173455240 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x557173455240 void 0.000114
+gallium_dri.so malloc 72 0x557173455240 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so free 0x557173455240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3df0 0.000112
+gallium_dri.so free 0x5571735e3e40 void 0.000114
+gallium_dri.so free 0x5571735e3df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3df0 0.000116
+gallium_dri.so free 0x5571735e3f40 void 0.000116
+gallium_dri.so free 0x5571735e3df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000116
+gallium_dri.so free 0x5571735e3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4040 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4100 void 0.000115
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4170 0.000112
+gallium_dri.so free 0x5571735e41c0 void 0.000114
+gallium_dri.so free 0x5571735e4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4170 0.000114
+gallium_dri.so free 0x5571735e42c0 void 0.000119
+gallium_dri.so free 0x5571735e4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4270 0.000113
+gallium_dri.so free 0x5571735e4380 void 0.000115
+gallium_dri.so free 0x5571735e4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4330 0.000112
+gallium_dri.so free 0x5571735e43c0 void 0.000115
+gallium_dri.so free 0x5571735e4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4330 0.000113
+gallium_dri.so free 0x5571735e4480 void 0.000114
+gallium_dri.so free 0x5571735e4330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e44c0 0.000113
+gallium_dri.so free 0x5571735e4540 void 0.000114
+gallium_dri.so free 0x5571735e44c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4540 0.000113
+gallium_dri.so free 0x5571735e4600 void 0.000116
+gallium_dri.so free 0x5571735e4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4540 0.000114
+gallium_dri.so free 0x5571735e46c0 void 0.000113
+gallium_dri.so free 0x5571735e4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46e0 0.000115
+gallium_dri.so free 0x5571735e4780 void 0.000114
+gallium_dri.so free 0x5571735e46e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4730 0.000118
+gallium_dri.so free 0x5571735e4800 void 0.000124
+gallium_dri.so free 0x5571735e4730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4730 0.000115
+gallium_dri.so free 0x5571735e4880 void 0.000112
+gallium_dri.so free 0x5571735e4730 void 0.000183
+gallium_dri.so malloc 72 0x5571735e4880 0.000185
+gallium_dri.so free 0x5571735e4940 void 0.000151
+gallium_dri.so free 0x5571735e4880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4880 0.000119
+gallium_dri.so free 0x5571735e4a00 void 0.000114
+gallium_dri.so free 0x5571735e4880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4880 0.000113
+gallium_dri.so free 0x5571735e4ac0 void 0.000111
+gallium_dri.so free 0x5571735e4880 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4a70 0.000118
+gallium_dri.so free 0x5571735e4b80 void 0.000119
+gallium_dri.so free 0x5571735e4a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4b30 0.000123
+gallium_dri.so free 0x5571735e4c00 void 0.000127
+gallium_dri.so free 0x5571735e4b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4c50 0.000128
+gallium_dri.so free 0x5571735e4cc0 void 0.000123
+gallium_dri.so free 0x5571735e4c50 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4ce0 0.000123
+gallium_dri.so free 0x5571735e4d80 void 0.000121
+gallium_dri.so free 0x5571735e4ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4d30 0.000124
+gallium_dri.so free 0x5571735e4e00 void 0.000126
+gallium_dri.so free 0x5571735e4d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4d30 0.000121
+gallium_dri.so free 0x5571735e4e80 void 0.000120
+gallium_dri.so free 0x5571735e4d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e80 0.000120
+gallium_dri.so free 0x5571735e4f40 void 0.000118
+gallium_dri.so free 0x5571735e4e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e80 0.000124
+gallium_dri.so free 0x5571735e5040 void 0.000125
+gallium_dri.so free 0x5571735e4e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000114
+gallium_dri.so free 0x5571735e5080 void 0.000115
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000119
+gallium_dri.so free 0x5571735e5140 void 0.000117
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5180 0.000124
+gallium_dri.so free 0x5571735e5200 void 0.000124
+gallium_dri.so free 0x5571735e5180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5200 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000114
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5200 0.000128
+gallium_dri.so free 0x5571735e5340 void 0.000121
+gallium_dri.so free 0x5571735e5200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5370 0.000119
+gallium_dri.so free 0x5571735e53c0 void 0.000120
+gallium_dri.so free 0x5571735e5370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5370 0.000123
+gallium_dri.so free 0x5571735e54c0 void 0.000123
+gallium_dri.so free 0x5571735e5370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5500 0.000120
+gallium_dri.so free 0x5571735e5580 void 0.000120
+gallium_dri.so free 0x5571735e5500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5580 0.000123
+gallium_dri.so free 0x5571735e5640 void 0.000168
+gallium_dri.so free 0x5571735e5580 void 0.000228
+gallium_dri.so malloc 72 0x5571735e5580 0.000214
+gallium_dri.so free 0x5571735e56c0 void 0.000214
+gallium_dri.so free 0x5571735e5580 void 0.000188
+gallium_dri.so malloc 72 0x5571735e56f0 0.000176
+gallium_dri.so free 0x5571735e5740 void 0.000213
+gallium_dri.so free 0x5571735e56f0 void 0.000217
+gallium_dri.so malloc 72 0x5571735e56f0 0.000283
+gallium_dri.so free 0x5571735e5840 void 0.000217
+gallium_dri.so free 0x5571735e56f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735e57f0 0.000230
+gallium_dri.so free 0x5571735e5900 void 0.000212
+gallium_dri.so free 0x5571735e57f0 void 0.000191
+gallium_dri.so malloc 72 0x5571735e58b0 0.000196
+gallium_dri.so free 0x5571735e5980 void 0.000122
+gallium_dri.so free 0x5571735e58b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e58b0 0.000123
+gallium_dri.so free 0x5571735e5a40 void 0.000118
+gallium_dri.so free 0x5571735e58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58b0 0.000124
+gallium_dri.so free 0x5571735e5b00 void 0.000124
+gallium_dri.so free 0x5571735e58b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000132
+gallium_dri.so free 0x5571735e5b80 void 0.000130
+gallium_dri.so free 0x5571735e5ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5bd0 0.000124
+gallium_dri.so free 0x5571735e5c40 void 0.000130
+gallium_dri.so free 0x5571735e5bd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5c60 0.000141
+gallium_dri.so free 0x5571735e5d00 void 0.000129
+gallium_dri.so free 0x5571735e5c60 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000130
+gallium_dri.so free 0x5571735e5d80 void 0.000125
+gallium_dri.so free 0x5571735e5cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5d80 0.000120
+gallium_dri.so free 0x5571735e5e40 void 0.000125
+gallium_dri.so free 0x5571735e5d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5d80 0.000124
+gallium_dri.so free 0x5571735e5ec0 void 0.000127
+gallium_dri.so free 0x5571735e5d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000125
+gallium_dri.so free 0x5571735e5f80 void 0.000126
+gallium_dri.so free 0x5571735e5ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000129
+gallium_dri.so free 0x5571735e6040 void 0.000124
+gallium_dri.so free 0x5571735e5ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000120
+gallium_dri.so free 0x5571735e6100 void 0.000121
+gallium_dri.so free 0x5571735e5ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e60b0 0.000119
+gallium_dri.so free 0x5571735e6180 void 0.000121
+gallium_dri.so free 0x5571735e60b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e61d0 0.000120
+gallium_dri.so free 0x557173455400 void 0.000133
+gallium_dri.so free 0x5571735e61d0 void 0.000153
+gallium_dri.so malloc 72 0x557173455440 0.000120
+gallium_dri.so free 0x5571734554c0 void 0.000119
+gallium_dri.so free 0x557173455440 void 0.000118
+gallium_dri.so malloc 72 0x557173455440 0.000119
+gallium_dri.so free 0x557173455540 void 0.000121
+gallium_dri.so free 0x557173455440 void 0.000119
+gallium_dri.so malloc 72 0x557173455570 0.000119
+gallium_dri.so free 0x5571734555c0 void 0.000120
+gallium_dri.so free 0x557173455570 void 0.000119
+gallium_dri.so malloc 72 0x557173455570 0.000119
+gallium_dri.so free 0x5571734556c0 void 0.000119
+gallium_dri.so free 0x557173455570 void 0.000121
+gallium_dri.so malloc 72 0x557173455670 0.000118
+gallium_dri.so free 0x557173455780 void 0.000121
+gallium_dri.so free 0x557173455670 void 0.000118
+gallium_dri.so malloc 72 0x557173455730 0.000119
+gallium_dri.so free 0x5571734557c0 void 0.000121
+gallium_dri.so free 0x557173455730 void 0.000119
+gallium_dri.so malloc 72 0x557173455730 0.000121
+gallium_dri.so free 0x557173455880 void 0.000120
+gallium_dri.so free 0x557173455730 void 0.000119
+gallium_dri.so malloc 72 0x5571734558f0 0.000120
+gallium_dri.so free 0x557173455940 void 0.000119
+gallium_dri.so free 0x5571734558f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734558f0 0.000154
+gallium_dri.so free 0x557173455a40 void 0.000163
+gallium_dri.so free 0x5571734558f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734559f0 0.000119
+gallium_dri.so free 0x557173455b00 void 0.000119
+gallium_dri.so free 0x5571734559f0 void 0.000120
+gallium_dri.so malloc 72 0x557173455ab0 0.000118
+gallium_dri.so free 0x557173455b40 void 0.000120
+gallium_dri.so free 0x557173455ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173455ab0 0.000119
+gallium_dri.so free 0x557173455c00 void 0.000120
+gallium_dri.so free 0x557173455ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173455c40 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000119
+gallium_dri.so free 0x557173455c40 void 0.000120
+gallium_dri.so malloc 72 0x557173455cc0 0.000119
+gallium_dri.so free 0x557173455d80 void 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173455cc0 0.000118
+gallium_dri.so free 0x557173455e40 void 0.000122
+gallium_dri.so free 0x557173455cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173455e60 0.000119
+gallium_dri.so free 0x557173455f00 void 0.000119
+gallium_dri.so free 0x557173455e60 void 0.000118
+gallium_dri.so malloc 72 0x557173455eb0 0.000118
+gallium_dri.so free 0x557173455f80 void 0.000119
+gallium_dri.so free 0x557173455eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173455eb0 0.000119
+gallium_dri.so free 0x557173456000 void 0.000120
+gallium_dri.so free 0x557173455eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173456000 0.000118
+gallium_dri.so free 0x5571734560c0 void 0.000118
+gallium_dri.so free 0x557173456000 void 0.000119
+gallium_dri.so malloc 72 0x557173456000 0.000118
+gallium_dri.so free 0x557173456180 void 0.000120
+gallium_dri.so free 0x557173456000 void 0.000119
+gallium_dri.so malloc 72 0x557173456000 0.000120
+gallium_dri.so free 0x557173456240 void 0.000120
+gallium_dri.so free 0x557173456000 void 0.000119
+gallium_dri.so malloc 72 0x5571734561f0 0.000120
+gallium_dri.so free 0x557173456300 void 0.000123
+gallium_dri.so free 0x5571734561f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734562b0 0.000120
+gallium_dri.so free 0x557173456380 void 0.000120
+gallium_dri.so free 0x5571734562b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734563d0 0.000119
+gallium_dri.so free 0x557173456440 void 0.000121
+gallium_dri.so free 0x5571734563d0 void 0.000119
+gallium_dri.so malloc 72 0x557173456460 0.000119
+gallium_dri.so free 0x557173456500 void 0.000120
+gallium_dri.so free 0x557173456460 void 0.000120
+gallium_dri.so malloc 72 0x5571734564b0 0.000118
+gallium_dri.so free 0x557173456580 void 0.000133
+gallium_dri.so free 0x5571734564b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734564b0 0.000119
+gallium_dri.so free 0x557173456600 void 0.000119
+gallium_dri.so free 0x5571734564b0 void 0.000120
+gallium_dri.so malloc 72 0x557173456600 0.000123
+gallium_dri.so free 0x5571734566c0 void 0.000120
+gallium_dri.so free 0x557173456600 void 0.000119
+gallium_dri.so malloc 72 0x557173456600 0.000119
+gallium_dri.so free 0x5571734567c0 void 0.000120
+gallium_dri.so free 0x557173456600 void 0.000120
+gallium_dri.so malloc 72 0x557173456770 0.000119
+gallium_dri.so free 0x557173456800 void 0.000123
+gallium_dri.so free 0x557173456770 void 0.000118
+gallium_dri.so malloc 72 0x557173456770 0.000119
+gallium_dri.so free 0x5571734568c0 void 0.000120
+gallium_dri.so free 0x557173456770 void 0.000119
+gallium_dri.so malloc 72 0x557173456900 0.000126
+gallium_dri.so free 0x557173456980 void 0.000116
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so malloc 72 0x557173456980 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000114
+gallium_dri.so free 0x557173456980 void 0.000113
+gallium_dri.so malloc 72 0x557173456980 0.000113
+gallium_dri.so free 0x557173456ac0 void 0.000115
+gallium_dri.so free 0x557173456980 void 0.000114
+gallium_dri.so malloc 72 0x557173456af0 0.000155
+gallium_dri.so free 0x557173456b40 void 0.000117
+gallium_dri.so free 0x557173456af0 void 0.000114
+gallium_dri.so malloc 72 0x557173456af0 0.000113
+gallium_dri.so free 0x557173456c40 void 0.000114
+gallium_dri.so free 0x557173456af0 void 0.000114
+gallium_dri.so malloc 72 0x557173456c80 0.000117
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000113
+gallium_dri.so free 0x557173456d00 void 0.000112
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000115
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so malloc 72 0x557173456e70 0.000114
+gallium_dri.so free 0x557173456ec0 void 0.000113
+gallium_dri.so free 0x557173456e70 void 0.000113
+gallium_dri.so malloc 72 0x557173456e70 0.000114
+gallium_dri.so free 0x557173456fc0 void 0.000114
+gallium_dri.so free 0x557173456e70 void 0.000114
+gallium_dri.so malloc 72 0x557173456f70 0.000114
+gallium_dri.so free 0x557173457080 void 0.000114
+gallium_dri.so free 0x557173456f70 void 0.000113
+gallium_dri.so malloc 72 0x557173457030 0.000114
+gallium_dri.so free 0x557173457100 void 0.000114
+gallium_dri.so free 0x557173457030 void 0.000112
+gallium_dri.so malloc 72 0x557173457030 0.000115
+gallium_dri.so free 0x5571734571c0 void 0.000115
+gallium_dri.so free 0x557173457030 void 0.000118
+gallium_dri.so malloc 72 0x557173457030 0.000116
+gallium_dri.so free 0x557173457280 void 0.000114
+gallium_dri.so free 0x557173457030 void 0.000113
+gallium_dri.so malloc 72 0x557173457230 0.000113
+gallium_dri.so free 0x557173457300 void 0.000115
+gallium_dri.so free 0x557173457230 void 0.000115
+gallium_dri.so malloc 72 0x557173457350 0.000113
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so free 0x557173457350 void 0.000113
+gallium_dri.so malloc 72 0x5571734573e0 0.000113
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so free 0x5571734573e0 void 0.000114
+gallium_dri.so malloc 72 0x557173457430 0.000113
+gallium_dri.so free 0x557173457500 void 0.000114
+gallium_dri.so free 0x557173457430 void 0.000112
+gallium_dri.so malloc 72 0x557173457500 0.000113
+gallium_dri.so free 0x5571734575c0 void 0.000114
+gallium_dri.so free 0x557173457500 void 0.000113
+gallium_dri.so malloc 72 0x557173457500 0.000113
+gallium_dri.so free 0x557173457640 void 0.000114
+gallium_dri.so free 0x557173457500 void 0.000113
+gallium_dri.so malloc 72 0x557173457640 0.000113
+gallium_dri.so free 0x557173457700 void 0.000115
+gallium_dri.so free 0x557173457640 void 0.000113
+gallium_dri.so malloc 72 0x557173457640 0.000113
+gallium_dri.so free 0x5571734577c0 void 0.000129
+gallium_dri.so free 0x557173457640 void 0.000114
+gallium_dri.so malloc 72 0x557173457640 0.000113
+gallium_dri.so free 0x557173457880 void 0.000113
+gallium_dri.so free 0x557173457640 void 0.000112
+gallium_dri.so malloc 72 0x557173457830 0.000113
+gallium_dri.so free 0x557173457900 void 0.000115
+gallium_dri.so free 0x557173457830 void 0.000113
+gallium_dri.so malloc 72 0x557173457950 0.000118
+gallium_dri.so free 0x5571734579c0 void 0.000114
+gallium_dri.so free 0x557173457950 void 0.000114
+gallium_dri.so malloc 72 0x557173457a00 0.000114
+gallium_dri.so free 0x557173457a80 void 0.000113
+gallium_dri.so free 0x557173457a00 void 0.000113
+gallium_dri.so malloc 72 0x557173457a00 0.000114
+gallium_dri.so free 0x557173457b00 void 0.000114
+gallium_dri.so free 0x557173457a00 void 0.000113
+gallium_dri.so malloc 72 0x557173457b30 0.000114
+gallium_dri.so free 0x557173457b80 void 0.000113
+gallium_dri.so free 0x557173457b30 void 0.000116
+gallium_dri.so malloc 72 0x557173457b30 0.000113
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so free 0x557173457b30 void 0.000114
+gallium_dri.so malloc 72 0x557173457c30 0.000113
+gallium_dri.so free 0x557173457d40 void 0.000114
+gallium_dri.so free 0x557173457c30 void 0.000113
+gallium_dri.so malloc 72 0x557173457cf0 0.000113
+gallium_dri.so free 0x557173457d80 void 0.000154
+gallium_dri.so free 0x557173457cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173457cf0 0.000115
+gallium_dri.so free 0x557173457e40 void 0.000115
+gallium_dri.so free 0x557173457cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173457eb0 0.000114
+gallium_dri.so free 0x557173457f00 void 0.000113
+gallium_dri.so free 0x557173457eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457eb0 0.000113
+gallium_dri.so free 0x557173458000 void 0.000114
+gallium_dri.so free 0x557173457eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173457fb0 0.000113
+gallium_dri.so free 0x5571734580c0 void 0.000114
+gallium_dri.so free 0x557173457fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173458070 0.000113
+gallium_dri.so free 0x557173458100 void 0.000113
+gallium_dri.so free 0x557173458070 void 0.000122
+gallium_dri.so malloc 72 0x557173458070 0.000117
+gallium_dri.so free 0x5571734581c0 void 0.000115
+gallium_dri.so free 0x557173458070 void 0.000113
+gallium_dri.so malloc 72 0x557173458200 0.000113
+gallium_dri.so free 0x557173458280 void 0.000115
+gallium_dri.so free 0x557173458200 void 0.000113
+gallium_dri.so malloc 72 0x557173458280 0.000113
+gallium_dri.so free 0x557173458340 void 0.000113
+gallium_dri.so free 0x557173458280 void 0.000114
+gallium_dri.so malloc 72 0x557173458280 0.000113
+gallium_dri.so free 0x557173458400 void 0.000117
+gallium_dri.so free 0x557173458280 void 0.000126
+gallium_dri.so malloc 72 0x557173458420 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so free 0x557173458420 void 0.000114
+gallium_dri.so malloc 72 0x557173458470 0.000112
+gallium_dri.so free 0x557173458540 void 0.000115
+gallium_dri.so free 0x557173458470 void 0.000112
+gallium_dri.so malloc 72 0x557173458470 0.000113
+gallium_dri.so free 0x5571734585c0 void 0.000115
+gallium_dri.so free 0x557173458470 void 0.000114
+gallium_dri.so malloc 72 0x5571734585c0 0.000142
+gallium_dri.so free 0x557173458680 void 0.000114
+gallium_dri.so free 0x5571734585c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734585c0 0.000113
+gallium_dri.so free 0x557173458740 void 0.000114
+gallium_dri.so free 0x5571734585c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734585c0 0.000113
+gallium_dri.so free 0x557173458800 void 0.000113
+gallium_dri.so free 0x5571734585c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734587b0 0.000113
+gallium_dri.so free 0x5571734588c0 void 0.000114
+gallium_dri.so free 0x5571734587b0 void 0.000112
+gallium_dri.so malloc 72 0x557173458870 0.000114
+gallium_dri.so free 0x557173458940 void 0.000114
+gallium_dri.so free 0x557173458870 void 0.000113
+gallium_dri.so malloc 72 0x557173458990 0.000117
+gallium_dri.so free 0x557173458a00 void 0.000114
+gallium_dri.so free 0x557173458990 void 0.000124
+gallium_dri.so malloc 72 0x557173458a20 0.000113
+gallium_dri.so free 0x557173458ac0 void 0.000114
+gallium_dri.so free 0x557173458a20 void 0.000114
+gallium_dri.so malloc 72 0x557173458a70 0.000113
+gallium_dri.so free 0x557173458b40 void 0.000114
+gallium_dri.so free 0x557173458a70 void 0.000113
+gallium_dri.so malloc 72 0x557173458a70 0.000112
+gallium_dri.so free 0x557173459c40 void 0.000114
+gallium_dri.so free 0x557173458a70 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000113
+gallium_dri.so free 0x557173459d00 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173459cb0 0.000113
+gallium_dri.so free 0x557173459d80 void 0.000113
+gallium_dri.so free 0x557173459cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173459da0 0.000113
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so free 0x557173459da0 void 0.000111
+gallium_dri.so malloc 72 0x557173459df0 0.000115
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459df0 void 0.000113
+gallium_dri.so malloc 72 0x557173459df0 0.000113
+gallium_dri.so free 0x557173459f40 void 0.000113
+gallium_dri.so free 0x557173459df0 void 0.000113
+gallium_dri.so malloc 72 0x557173459f40 0.000115
+gallium_dri.so free 0x55717345a000 void 0.000115
+gallium_dri.so free 0x557173459f40 void 0.000189
+gallium_dri.so malloc 72 0x557173459f40 0.000143
+gallium_dri.so free 0x55717345a0c0 void 0.000132
+gallium_dri.so free 0x557173459f40 void 0.000135
+gallium_dri.so malloc 72 0x557173459f40 0.000134
+gallium_dri.so free 0x55717345a180 void 0.000161
+gallium_dri.so free 0x557173459f40 void 0.000131
+gallium_dri.so malloc 72 0x55717345a130 0.000133
+gallium_dri.so free 0x55717345a180 void 0.000132
+gallium_dri.so free 0x55717345a130 void 0.000132
+gallium_dri.so malloc 72 0x55717345a130 0.000132
+gallium_dri.so free 0x55717345a280 void 0.000131
+gallium_dri.so free 0x55717345a130 void 0.000132
+gallium_dri.so malloc 72 0x55717345a230 0.000132
+gallium_dri.so free 0x55717345a340 void 0.000133
+gallium_dri.so free 0x55717345a230 void 0.000131
+gallium_dri.so malloc 72 0x55717345a2f0 0.000132
+gallium_dri.so free 0x55717345a380 void 0.000132
+gallium_dri.so free 0x55717345a2f0 void 0.000133
+gallium_dri.so malloc 72 0x55717345a2f0 0.000131
+gallium_dri.so free 0x55717345a440 void 0.000132
+gallium_dri.so free 0x55717345a2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345a480 0.000132
+gallium_dri.so free 0x55717345a500 void 0.000145
+gallium_dri.so free 0x55717345a480 void 0.000131
+gallium_dri.so malloc 72 0x55717345a500 0.000131
+gallium_dri.so free 0x55717345a5c0 void 0.000131
+gallium_dri.so free 0x55717345a500 void 0.000132
+gallium_dri.so malloc 72 0x55717345a500 0.000132
+gallium_dri.so free 0x55717345a680 void 0.000131
+gallium_dri.so free 0x55717345a500 void 0.000132
+gallium_dri.so malloc 72 0x55717345a6a0 0.000131
+gallium_dri.so free 0x55717345a740 void 0.000132
+gallium_dri.so free 0x55717345a6a0 void 0.000133
+gallium_dri.so malloc 72 0x55717345a6f0 0.000131
+gallium_dri.so free 0x55717345a7c0 void 0.000131
+gallium_dri.so free 0x55717345a6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345a6f0 0.000131
+gallium_dri.so free 0x55717345a840 void 0.000132
+gallium_dri.so free 0x55717345a6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345a840 0.000130
+gallium_dri.so free 0x55717345a900 void 0.000132
+gallium_dri.so free 0x55717345a840 void 0.000132
+gallium_dri.so malloc 72 0x55717345a840 0.000133
+gallium_dri.so free 0x55717345a9c0 void 0.000133
+gallium_dri.so free 0x55717345a840 void 0.000132
+gallium_dri.so malloc 72 0x55717345a840 0.000165
+gallium_dri.so free 0x55717345aa80 void 0.000166
+gallium_dri.so free 0x55717345a840 void 0.000164
+gallium_dri.so malloc 72 0x55717345aa30 0.000164
+gallium_dri.so free 0x55717345ab40 void 0.000165
+gallium_dri.so free 0x55717345aa30 void 0.000166
+gallium_dri.so malloc 72 0x55717345aaf0 0.000165
+gallium_dri.so free 0x55717345abc0 void 0.000165
+gallium_dri.so free 0x55717345aaf0 void 0.000164
+gallium_dri.so malloc 72 0x55717345ac10 0.000165
+gallium_dri.so free 0x55717345ac80 void 0.000177
+gallium_dri.so free 0x55717345ac10 void 0.000177
+gallium_dri.so malloc 72 0x55717345aca0 0.000175
+gallium_dri.so free 0x55717345ad40 void 0.000177
+gallium_dri.so free 0x55717345aca0 void 0.000174
+gallium_dri.so malloc 72 0x55717345acf0 0.000184
+gallium_dri.so free 0x55717345adc0 void 0.000132
+gallium_dri.so free 0x55717345acf0 void 0.000131
+gallium_dri.so malloc 72 0x55717345acf0 0.000129
+gallium_dri.so free 0x55717345ae40 void 0.000134
+gallium_dri.so free 0x55717345acf0 void 0.000131
+gallium_dri.so malloc 72 0x55717345ae40 0.000132
+gallium_dri.so free 0x55717345af00 void 0.000131
+gallium_dri.so free 0x55717345ae40 void 0.000131
+gallium_dri.so malloc 72 0x55717345ae40 0.000132
+gallium_dri.so free 0x55717345b000 void 0.000130
+gallium_dri.so free 0x55717345ae40 void 0.000132
+gallium_dri.so malloc 72 0x55717345afb0 0.000131
+gallium_dri.so free 0x55717345b040 void 0.000132
+gallium_dri.so free 0x55717345afb0 void 0.000132
+gallium_dri.so malloc 72 0x55717345afb0 0.000131
+gallium_dri.so free 0x55717345b100 void 0.000130
+gallium_dri.so free 0x55717345afb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b140 0.000132
+gallium_dri.so free 0x55717345b1c0 void 0.000132
+gallium_dri.so free 0x55717345b140 void 0.000130
+gallium_dri.so malloc 72 0x55717345b1c0 0.000133
+gallium_dri.so free 0x55717345b280 void 0.000131
+gallium_dri.so free 0x55717345b1c0 void 0.000132
+gallium_dri.so malloc 72 0x55717345b1c0 0.000131
+gallium_dri.so free 0x55717345b300 void 0.000131
+gallium_dri.so free 0x55717345b1c0 void 0.000132
+gallium_dri.so malloc 72 0x55717345b330 0.000133
+gallium_dri.so free 0x55717345b380 void 0.000131
+gallium_dri.so free 0x55717345b330 void 0.000131
+gallium_dri.so malloc 72 0x55717345b330 0.000131
+gallium_dri.so free 0x55717345b480 void 0.000133
+gallium_dri.so free 0x55717345b330 void 0.000132
+gallium_dri.so malloc 72 0x55717345b4c0 0.000131
+gallium_dri.so free 0x55717345b540 void 0.000132
+gallium_dri.so free 0x55717345b4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717345b540 0.000133
+gallium_dri.so free 0x55717345b600 void 0.000132
+gallium_dri.so free 0x55717345b540 void 0.000131
+gallium_dri.so malloc 72 0x55717345b540 0.000131
+gallium_dri.so free 0x55717345b680 void 0.000131
+gallium_dri.so free 0x55717345b540 void 0.000130
+gallium_dri.so malloc 72 0x55717345b6b0 0.000131
+gallium_dri.so free 0x55717345b700 void 0.000130
+gallium_dri.so free 0x55717345b6b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345b6b0 0.000131
+gallium_dri.so free 0x55717345b800 void 0.000132
+gallium_dri.so free 0x55717345b6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b7b0 0.000133
+gallium_dri.so free 0x55717345b8c0 void 0.000132
+gallium_dri.so free 0x55717345b7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b870 0.000131
+gallium_dri.so free 0x55717345b940 void 0.000131
+gallium_dri.so free 0x55717345b870 void 0.000131
+gallium_dri.so malloc 72 0x55717345b870 0.000132
+gallium_dri.so free 0x55717345ba00 void 0.000133
+gallium_dri.so free 0x55717345b870 void 0.000131
+gallium_dri.so malloc 72 0x55717345b870 0.000132
+gallium_dri.so free 0x55717345bac0 void 0.000132
+gallium_dri.so free 0x55717345b870 void 0.000131
+gallium_dri.so malloc 72 0x55717345ba70 0.000135
+gallium_dri.so free 0x55717345bb40 void 0.000131
+gallium_dri.so free 0x55717345ba70 void 0.000131
+gallium_dri.so malloc 72 0x55717345bb90 0.000131
+gallium_dri.so free 0x55717345bc00 void 0.000132
+gallium_dri.so free 0x55717345bb90 void 0.000130
+gallium_dri.so malloc 72 0x55717345bc20 0.000131
+gallium_dri.so free 0x55717345bcc0 void 0.000132
+gallium_dri.so free 0x55717345bc20 void 0.000131
+gallium_dri.so malloc 72 0x55717345bc70 0.000132
+gallium_dri.so free 0x55717345bd40 void 0.000133
+gallium_dri.so free 0x55717345bc70 void 0.000131
+gallium_dri.so malloc 72 0x55717345bd40 0.000130
+gallium_dri.so free 0x55717345be00 void 0.000174
+gallium_dri.so free 0x55717345bd40 void 0.000132
+gallium_dri.so malloc 72 0x55717345bd40 0.000131
+gallium_dri.so free 0x55717345be80 void 0.000131
+gallium_dri.so free 0x55717345bd40 void 0.000131
+gallium_dri.so malloc 72 0x55717345be80 0.000131
+gallium_dri.so free 0x55717345bf40 void 0.000131
+gallium_dri.so free 0x55717345be80 void 0.000132
+gallium_dri.so malloc 72 0x55717345be80 0.000131
+gallium_dri.so free 0x55717345c000 void 0.000132
+gallium_dri.so free 0x55717345be80 void 0.000131
+gallium_dri.so malloc 72 0x55717345be80 0.000132
+gallium_dri.so free 0x55717345c0c0 void 0.000132
+gallium_dri.so free 0x55717345be80 void 0.000132
+gallium_dri.so malloc 72 0x55717345c070 0.000131
+gallium_dri.so free 0x55717345c140 void 0.000131
+gallium_dri.so free 0x55717345c070 void 0.000131
+gallium_dri.so malloc 72 0x55717345c190 0.000131
+gallium_dri.so free 0x55717345c200 void 0.000131
+gallium_dri.so free 0x55717345c190 void 0.000131
+gallium_dri.so malloc 72 0x55717345c240 0.000132
+gallium_dri.so free 0x55717345c2c0 void 0.000132
+gallium_dri.so free 0x55717345c240 void 0.000131
+gallium_dri.so malloc 72 0x55717345c240 0.000133
+gallium_dri.so free 0x55717345c340 void 0.000133
+gallium_dri.so free 0x55717345c240 void 0.000131
+gallium_dri.so malloc 72 0x55717345c370 0.000132
+gallium_dri.so free 0x55717345c3c0 void 0.000130
+gallium_dri.so free 0x55717345c370 void 0.000132
+gallium_dri.so malloc 72 0x55717345c370 0.000131
+gallium_dri.so free 0x55717345c4c0 void 0.000132
+gallium_dri.so free 0x55717345c370 void 0.000131
+gallium_dri.so malloc 72 0x55717345c470 0.000132
+gallium_dri.so free 0x55717345c580 void 0.000130
+gallium_dri.so free 0x55717345c470 void 0.000132
+gallium_dri.so malloc 72 0x55717345c530 0.000130
+gallium_dri.so free 0x55717345c5c0 void 0.000133
+gallium_dri.so free 0x55717345c530 void 0.000131
+gallium_dri.so malloc 72 0x55717345c530 0.000131
+gallium_dri.so free 0x55717345c680 void 0.000132
+gallium_dri.so free 0x55717345c530 void 0.000131
+gallium_dri.so malloc 72 0x55717345c6f0 0.000134
+gallium_dri.so free 0x55717345c740 void 0.000132
+gallium_dri.so free 0x55717345c6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345c6f0 0.000130
+gallium_dri.so free 0x55717345c840 void 0.000131
+gallium_dri.so free 0x55717345c6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345c7f0 0.000132
+gallium_dri.so free 0x55717345c900 void 0.000133
+gallium_dri.so free 0x55717345c7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c8b0 0.000131
+gallium_dri.so free 0x55717345c940 void 0.000131
+gallium_dri.so free 0x55717345c8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c8b0 0.000131
+gallium_dri.so free 0x55717345ca00 void 0.000134
+gallium_dri.so free 0x55717345c8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345ca40 0.000132
+gallium_dri.so free 0x55717345cac0 void 0.000132
+gallium_dri.so free 0x55717345ca40 void 0.000130
+gallium_dri.so malloc 72 0x55717345cac0 0.000132
+gallium_dri.so free 0x55717345cb80 void 0.000132
+gallium_dri.so free 0x55717345cac0 void 0.000130
+gallium_dri.so malloc 72 0x55717345cac0 0.000132
+gallium_dri.so free 0x55717345cc40 void 0.000132
+gallium_dri.so free 0x55717345cac0 void 0.000132
+gallium_dri.so malloc 72 0x55717345cc60 0.000132
+gallium_dri.so free 0x55717345cd00 void 0.000131
+gallium_dri.so free 0x55717345cc60 void 0.000130
+gallium_dri.so malloc 72 0x55717345ccb0 0.000132
+gallium_dri.so free 0x55717345cd80 void 0.000136
+gallium_dri.so free 0x55717345ccb0 void 0.000132
+gallium_dri.so malloc 72 0x55717345ccb0 0.000130
+gallium_dri.so free 0x55717345ce00 void 0.000131
+gallium_dri.so free 0x55717345ccb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345ce00 0.000131
+gallium_dri.so free 0x55717345cec0 void 0.000132
+gallium_dri.so free 0x55717345ce00 void 0.000131
+gallium_dri.so malloc 72 0x55717345ce00 0.000131
+gallium_dri.so free 0x55717345cf80 void 0.000133
+gallium_dri.so free 0x55717345ce00 void 0.000131
+gallium_dri.so malloc 72 0x55717345ce00 0.000131
+gallium_dri.so free 0x55717345d040 void 0.000133
+gallium_dri.so free 0x55717345ce00 void 0.000130
+gallium_dri.so malloc 72 0x55717345cff0 0.000131
+gallium_dri.so free 0x55717345d100 void 0.000133
+gallium_dri.so free 0x55717345cff0 void 0.000133
+gallium_dri.so malloc 72 0x55717345d0b0 0.000130
+gallium_dri.so free 0x55717345d180 void 0.000130
+gallium_dri.so free 0x55717345d0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d1d0 0.000132
+gallium_dri.so free 0x55717345d240 void 0.000134
+gallium_dri.so free 0x55717345d1d0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d260 0.000131
+gallium_dri.so free 0x55717345d300 void 0.000131
+gallium_dri.so free 0x55717345d260 void 0.000129
+gallium_dri.so malloc 72 0x55717345d2b0 0.000138
+gallium_dri.so free 0x55717345d380 void 0.000135
+gallium_dri.so free 0x55717345d2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717345d2b0 0.000132
+gallium_dri.so free 0x55717345d400 void 0.000132
+gallium_dri.so free 0x55717345d2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717345d400 0.000130
+gallium_dri.so free 0x55717345d4c0 void 0.000131
+gallium_dri.so free 0x55717345d400 void 0.000131
+gallium_dri.so malloc 72 0x55717345d400 0.000130
+gallium_dri.so free 0x55717345d5c0 void 0.000131
+gallium_dri.so free 0x55717345d400 void 0.000131
+gallium_dri.so malloc 72 0x55717345d570 0.000130
+gallium_dri.so free 0x55717345d600 void 0.000135
+gallium_dri.so free 0x55717345d570 void 0.000132
+gallium_dri.so malloc 72 0x55717345d570 0.000131
+gallium_dri.so free 0x55717345d6c0 void 0.000133
+gallium_dri.so free 0x55717345d570 void 0.000132
+gallium_dri.so malloc 72 0x55717345d700 0.000132
+gallium_dri.so free 0x55717345d780 void 0.000132
+gallium_dri.so free 0x55717345d700 void 0.000134
+gallium_dri.so malloc 72 0x55717345d780 0.000131
+gallium_dri.so free 0x55717345d840 void 0.000132
+gallium_dri.so free 0x55717345d780 void 0.000131
+gallium_dri.so malloc 72 0x55717345d780 0.000131
+gallium_dri.so free 0x55717345d8c0 void 0.000132
+gallium_dri.so free 0x55717345d780 void 0.000133
+gallium_dri.so malloc 72 0x55717345d8f0 0.000130
+gallium_dri.so free 0x55717345d940 void 0.000131
+gallium_dri.so free 0x55717345d8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345d8f0 0.000131
+gallium_dri.so free 0x55717345da40 void 0.000133
+gallium_dri.so free 0x55717345d8f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345da80 0.000131
+gallium_dri.so free 0x55717345db00 void 0.000132
+gallium_dri.so free 0x55717345da80 void 0.000132
+gallium_dri.so malloc 72 0x55717345db00 0.000131
+gallium_dri.so free 0x55717345dbc0 void 0.000131
+gallium_dri.so free 0x55717345db00 void 0.000131
+gallium_dri.so malloc 72 0x55717345db00 0.000131
+gallium_dri.so free 0x55717345dc40 void 0.000132
+gallium_dri.so free 0x55717345db00 void 0.000131
+gallium_dri.so malloc 72 0x55717345dc70 0.000132
+gallium_dri.so free 0x55717345dcc0 void 0.000133
+gallium_dri.so free 0x55717345dc70 void 0.000131
+gallium_dri.so malloc 72 0x55717345dc70 0.000130
+gallium_dri.so free 0x55717345ddc0 void 0.000132
+gallium_dri.so free 0x55717345dc70 void 0.000132
+gallium_dri.so malloc 72 0x55717345dd70 0.000132
+gallium_dri.so free 0x5571735cab40 void 0.000132
+gallium_dri.so free 0x55717345dd70 void 0.000132
+gallium_dri.so malloc 72 0x55717345dd70 0.000132
+gallium_dri.so free 0x5571735cac00 void 0.000132
+gallium_dri.so free 0x55717345dd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cac20 0.000131
+gallium_dri.so free 0x5571735cacc0 void 0.000133
+gallium_dri.so free 0x5571735cac20 void 0.000132
+gallium_dri.so malloc 72 0x5571735cac70 0.000131
+gallium_dri.so free 0x55717345de80 void 0.000131
+gallium_dri.so free 0x5571735cac70 void 0.000131
+gallium_dri.so malloc 72 0x55717345de30 0.000131
+gallium_dri.so free 0x5571735cad40 void 0.000132
+gallium_dri.so free 0x55717345de30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cad40 0.000131
+gallium_dri.so free 0x5571735cae00 void 0.000131
+gallium_dri.so free 0x5571735cad40 void 0.000137
+gallium_dri.so malloc 72 0x5571735cad40 0.000134
+gallium_dri.so free 0x5571735cae80 void 0.000131
+gallium_dri.so free 0x5571735cad40 void 0.000131
+gallium_dri.so malloc 72 0x5571735caeb0 0.000130
+gallium_dri.so free 0x5571735caf00 void 0.000130
+gallium_dri.so free 0x5571735caeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735caf00 0.000133
+gallium_dri.so free 0x5571735cafc0 void 0.000136
+gallium_dri.so free 0x5571735caf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735caf00 0.000131
+gallium_dri.so free 0x5571735cb0c0 void 0.000132
+gallium_dri.so free 0x5571735caf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb070 0.000131
+gallium_dri.so free 0x5571735cb180 void 0.000134
+gallium_dri.so free 0x5571735cb070 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb130 0.000131
+gallium_dri.so free 0x5571735cb1c0 void 0.000131
+gallium_dri.so free 0x5571735cb130 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb130 0.000131
+gallium_dri.so free 0x5571735cb280 void 0.000132
+gallium_dri.so free 0x5571735cb130 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000131
+gallium_dri.so free 0x5571735cb340 void 0.000136
+gallium_dri.so free 0x5571735cb2c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb340 0.000133
+gallium_dri.so free 0x5571735cb400 void 0.000131
+gallium_dri.so free 0x5571735cb340 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb340 0.000131
+gallium_dri.so free 0x5571735cb480 void 0.000131
+gallium_dri.so free 0x5571735cb340 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb340 0.000131
+gallium_dri.so free 0x5571735cb540 void 0.000133
+gallium_dri.so free 0x5571735cb340 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb340 0.000132
+gallium_dri.so free 0x5571735cb600 void 0.000132
+gallium_dri.so free 0x5571735cb340 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb5b0 0.000131
+gallium_dri.so free 0x5571735cb680 void 0.000132
+gallium_dri.so free 0x5571735cb5b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb6d0 0.000130
+gallium_dri.so free 0x5571735cb740 void 0.000132
+gallium_dri.so free 0x5571735cb6d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb760 0.000131
+gallium_dri.so free 0x5571735cb800 void 0.000132
+gallium_dri.so free 0x5571735cb760 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000131
+gallium_dri.so free 0x5571735cb880 void 0.000135
+gallium_dri.so free 0x5571735cb7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000132
+gallium_dri.so free 0x5571735cb980 void 0.000132
+gallium_dri.so free 0x5571735cb7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb930 0.000132
+gallium_dri.so free 0x5571735cba00 void 0.000132
+gallium_dri.so free 0x5571735cb930 void 0.000131
+gallium_dri.so malloc 72 0x5571735cba50 0.000131
+gallium_dri.so free 0x5571735cbac0 void 0.000131
+gallium_dri.so free 0x5571735cba50 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbae0 0.000132
+gallium_dri.so free 0x5571735cbb80 void 0.000132
+gallium_dri.so free 0x5571735cbae0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbb30 0.000131
+gallium_dri.so free 0x5571735cbc00 void 0.000132
+gallium_dri.so free 0x5571735cbb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbb30 0.000131
+gallium_dri.so free 0x5571735cbc80 void 0.000132
+gallium_dri.so free 0x5571735cbb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbc80 0.000132
+gallium_dri.so free 0x5571735cbd40 void 0.000134
+gallium_dri.so free 0x5571735cbc80 void 0.000141
+gallium_dri.so malloc 72 0x5571735cbc80 0.000130
+gallium_dri.so free 0x5571735cbe40 void 0.000131
+gallium_dri.so free 0x5571735cbc80 void 0.000128
+gallium_dri.so malloc 72 0x5571735cbc80 0.000130
+gallium_dri.so free 0x5571735cbec0 void 0.000130
+gallium_dri.so free 0x5571735cbc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbef0 0.000129
+gallium_dri.so free 0x5571735cbf40 void 0.000130
+gallium_dri.so free 0x5571735cbef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cbef0 0.000129
+gallium_dri.so free 0x5571735cc040 void 0.000130
+gallium_dri.so free 0x5571735cbef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cbff0 0.000131
+gallium_dri.so free 0x5571735cc100 void 0.000130
+gallium_dri.so free 0x5571735cbff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000130
+gallium_dri.so free 0x5571735cc140 void 0.000130
+gallium_dri.so free 0x5571735cc0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000129
+gallium_dri.so free 0x5571735cc200 void 0.000131
+gallium_dri.so free 0x5571735cc0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc250 0.000128
+gallium_dri.so free 0x5571735cc2c0 void 0.000130
+gallium_dri.so free 0x5571735cc250 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc300 0.000132
+gallium_dri.so free 0x5571735cc380 void 0.000129
+gallium_dri.so free 0x5571735cc300 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc380 0.000129
+gallium_dri.so free 0x5571735cc440 void 0.000130
+gallium_dri.so free 0x5571735cc380 void 0.000134
+gallium_dri.so malloc 72 0x5571735cc380 0.000130
+gallium_dri.so free 0x5571735cc4c0 void 0.000131
+gallium_dri.so free 0x5571735cc380 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000130
+gallium_dri.so free 0x5571735cc540 void 0.000131
+gallium_dri.so free 0x5571735cc4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000130
+gallium_dri.so free 0x5571735cc640 void 0.000130
+gallium_dri.so free 0x5571735cc4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000130
+gallium_dri.so free 0x5571735cc700 void 0.000131
+gallium_dri.so free 0x5571735cc5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000130
+gallium_dri.so free 0x5571735cc780 void 0.000131
+gallium_dri.so free 0x5571735cc6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc7a0 0.000130
+gallium_dri.so free 0x5571735cc840 void 0.000173
+gallium_dri.so free 0x5571735cc7a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000131
+gallium_dri.so free 0x5571735cc8c0 void 0.000131
+gallium_dri.so free 0x5571735cc7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000131
+gallium_dri.so free 0x5571735cc940 void 0.000132
+gallium_dri.so free 0x5571735cc7f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc940 0.000131
+gallium_dri.so free 0x5571735cca00 void 0.000131
+gallium_dri.so free 0x5571735cc940 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc940 0.000131
+gallium_dri.so free 0x5571735ccac0 void 0.000130
+gallium_dri.so free 0x5571735cc940 void 0.000136
+gallium_dri.so malloc 72 0x5571735cc940 0.000131
+gallium_dri.so free 0x5571735ccb80 void 0.000132
+gallium_dri.so free 0x5571735cc940 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccb30 0.000130
+gallium_dri.so free 0x5571735ccb80 void 0.000131
+gallium_dri.so free 0x5571735ccb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccb30 0.000131
+gallium_dri.so free 0x5571735ccc80 void 0.000130
+gallium_dri.so free 0x5571735ccb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccc30 0.000132
+gallium_dri.so free 0x5571735ccd40 void 0.000131
+gallium_dri.so free 0x5571735ccc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cccf0 0.000132
+gallium_dri.so free 0x5571735ccd80 void 0.000132
+gallium_dri.so free 0x5571735cccf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cccf0 0.000131
+gallium_dri.so free 0x5571735cce40 void 0.000132
+gallium_dri.so free 0x5571735cccf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cce80 0.000131
+gallium_dri.so free 0x5571735ccf00 void 0.000131
+gallium_dri.so free 0x5571735cce80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccf00 0.000130
+gallium_dri.so free 0x5571735ccfc0 void 0.000133
+gallium_dri.so free 0x5571735ccf00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ccf00 0.000132
+gallium_dri.so free 0x5571735cd080 void 0.000130
+gallium_dri.so free 0x5571735ccf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd0a0 0.000131
+gallium_dri.so free 0x5571735cd140 void 0.000131
+gallium_dri.so free 0x5571735cd0a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000130
+gallium_dri.so free 0x5571735cd1c0 void 0.000130
+gallium_dri.so free 0x5571735cd0f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cd0f0 0.000128
+gallium_dri.so free 0x5571735cd240 void 0.000129
+gallium_dri.so free 0x5571735cd0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd240 0.000127
+gallium_dri.so free 0x5571735cd300 void 0.000136
+gallium_dri.so free 0x5571735cd240 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd240 0.000129
+gallium_dri.so free 0x5571735cd3c0 void 0.000129
+gallium_dri.so free 0x5571735cd240 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd240 0.000132
+gallium_dri.so free 0x5571735cd480 void 0.000130
+gallium_dri.so free 0x5571735cd240 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd430 0.000129
+gallium_dri.so free 0x5571735cd540 void 0.000128
+gallium_dri.so free 0x5571735cd430 void 0.000142
+gallium_dri.so malloc 72 0x5571735cd4f0 0.000131
+gallium_dri.so free 0x5571735cd5c0 void 0.000132
+gallium_dri.so free 0x5571735cd4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd610 0.000131
+gallium_dri.so free 0x5571735cd680 void 0.000131
+gallium_dri.so free 0x5571735cd610 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd6a0 0.000132
+gallium_dri.so free 0x5571735cd740 void 0.000177
+gallium_dri.so free 0x5571735cd6a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000128
+gallium_dri.so free 0x5571735cd7c0 void 0.000130
+gallium_dri.so free 0x5571735cd6f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000129
+gallium_dri.so free 0x5571735cd840 void 0.000130
+gallium_dri.so free 0x5571735cd6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd840 0.000128
+gallium_dri.so free 0x5571735cd900 void 0.000139
+gallium_dri.so free 0x5571735cd840 void 0.000133
+gallium_dri.so malloc 72 0x5571735cd840 0.000131
+gallium_dri.so free 0x5571735cda00 void 0.000132
+gallium_dri.so free 0x5571735cd840 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000131
+gallium_dri.so free 0x5571735cda40 void 0.000132
+gallium_dri.so free 0x5571735cd9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000131
+gallium_dri.so free 0x5571735cdb00 void 0.000130
+gallium_dri.so free 0x5571735cd9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdb40 0.000130
+gallium_dri.so free 0x5571735cdbc0 void 0.000131
+gallium_dri.so free 0x5571735cdb40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000141
+gallium_dri.so free 0x5571735cdc80 void 0.000130
+gallium_dri.so free 0x5571735cdbc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000129
+gallium_dri.so free 0x5571735cdd00 void 0.000130
+gallium_dri.so free 0x5571735cdbc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdd30 0.000128
+gallium_dri.so free 0x5571735cdd80 void 0.000129
+gallium_dri.so free 0x5571735cdd30 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdd30 0.000129
+gallium_dri.so free 0x5571735cde80 void 0.000130
+gallium_dri.so free 0x5571735cdd30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdec0 0.000112
+gallium_dri.so free 0x5571735cdf40 void 0.000121
+gallium_dri.so free 0x5571735cdec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdf40 0.000117
+gallium_dri.so free 0x5571735ce000 void 0.000117
+gallium_dri.so free 0x5571735cdf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdf40 0.000117
+gallium_dri.so free 0x5571735ce080 void 0.000120
+gallium_dri.so free 0x5571735cdf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce0b0 0.000118
+gallium_dri.so free 0x5571735ce100 void 0.000118
+gallium_dri.so free 0x5571735ce0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce0b0 0.000118
+gallium_dri.so free 0x5571735ce200 void 0.000128
+gallium_dri.so free 0x5571735ce0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000117
+gallium_dri.so free 0x5571735ce2c0 void 0.000118
+gallium_dri.so free 0x5571735ce1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce270 0.000118
+gallium_dri.so free 0x5571735ce340 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce270 0.000118
+gallium_dri.so free 0x5571735ce400 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce270 0.000117
+gallium_dri.so free 0x5571735ce4c0 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce470 0.000118
+gallium_dri.so free 0x5571735ce540 void 0.000120
+gallium_dri.so free 0x5571735ce470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce590 0.000116
+gallium_dri.so free 0x5571735ce600 void 0.000117
+gallium_dri.so free 0x5571735ce590 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce620 0.000118
+gallium_dri.so free 0x5571735ce6c0 void 0.000117
+gallium_dri.so free 0x5571735ce620 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce670 0.000119
+gallium_dri.so free 0x5571735ce740 void 0.000118
+gallium_dri.so free 0x5571735ce670 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce740 0.000154
+gallium_dri.so free 0x5571735ce800 void 0.000120
+gallium_dri.so free 0x5571735ce740 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce740 0.000118
+gallium_dri.so free 0x5571735ce880 void 0.000118
+gallium_dri.so free 0x5571735ce740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce880 0.000118
+gallium_dri.so free 0x5571735ce940 void 0.000117
+gallium_dri.so free 0x5571735ce880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce880 0.000119
+gallium_dri.so free 0x5571735cea00 void 0.000118
+gallium_dri.so free 0x5571735ce880 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce880 0.000118
+gallium_dri.so free 0x5571735ceac0 void 0.000118
+gallium_dri.so free 0x5571735ce880 void 0.000118
+gallium_dri.so malloc 72 0x5571735cea70 0.000119
+gallium_dri.so free 0x5571735ceb40 void 0.000119
+gallium_dri.so free 0x5571735cea70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceb90 0.000118
+gallium_dri.so free 0x5571735cec00 void 0.000118
+gallium_dri.so free 0x5571735ceb90 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec40 0.000117
+gallium_dri.so free 0x5571735cecc0 void 0.000118
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000117
+gallium_dri.so free 0x5571735ced40 void 0.000118
+gallium_dri.so free 0x5571735cec40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ced70 0.000126
+gallium_dri.so free 0x5571735cedc0 void 0.000119
+gallium_dri.so free 0x5571735ced70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ced70 0.000119
+gallium_dri.so free 0x55717358d800 void 0.000117
+gallium_dri.so free 0x5571735ced70 void 0.000118
+gallium_dri.so malloc 72 0x55717358d800 0.000116
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so malloc 72 0x55717358d800 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000120
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so malloc 72 0x55717358d970 0.000117
+gallium_dri.so free 0x55717358d9c0 void 0.000121
+gallium_dri.so free 0x55717358d970 void 0.000124
+gallium_dri.so malloc 72 0x55717358d970 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so free 0x55717358d970 void 0.000125
+gallium_dri.so malloc 72 0x55717358db00 0.000119
+gallium_dri.so free 0x55717358db80 void 0.000119
+gallium_dri.so free 0x55717358db00 void 0.000118
+gallium_dri.so malloc 72 0x55717358db80 0.000118
+gallium_dri.so free 0x55717358dc40 void 0.000118
+gallium_dri.so free 0x55717358db80 void 0.000119
+gallium_dri.so malloc 72 0x55717358db80 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000127
+gallium_dri.so free 0x55717358db80 void 0.000120
+gallium_dri.so malloc 72 0x55717358dcf0 0.000117
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so free 0x55717358dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcf0 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000118
+gallium_dri.so free 0x55717358dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ddf0 0.000118
+gallium_dri.so free 0x55717358df00 void 0.000117
+gallium_dri.so free 0x55717358ddf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358deb0 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000125
+gallium_dri.so free 0x55717358deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358deb0 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000118
+gallium_dri.so free 0x55717358deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358deb0 0.000119
+gallium_dri.so free 0x55717358e100 void 0.000118
+gallium_dri.so free 0x55717358deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e0b0 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000119
+gallium_dri.so free 0x55717358e0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e1d0 0.000117
+gallium_dri.so free 0x55717358e240 void 0.000118
+gallium_dri.so free 0x55717358e1d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e260 0.000118
+gallium_dri.so free 0x55717358e300 void 0.000118
+gallium_dri.so free 0x55717358e260 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2b0 0.000111
+gallium_dri.so free 0x55717358e380 void 0.000111
+gallium_dri.so free 0x55717358e2b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e380 0.000110
+gallium_dri.so free 0x55717358e440 void 0.000119
+gallium_dri.so free 0x55717358e380 void 0.000112
+gallium_dri.so malloc 72 0x55717358e380 0.000112
+gallium_dri.so free 0x55717358e4c0 void 0.000110
+gallium_dri.so free 0x55717358e380 void 0.000109
+gallium_dri.so malloc 72 0x55717358e4c0 0.000109
+gallium_dri.so free 0x55717358e580 void 0.000111
+gallium_dri.so free 0x55717358e4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e4c0 0.000116
+gallium_dri.so free 0x55717358e640 void 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e4c0 0.000109
+gallium_dri.so free 0x55717358e700 void 0.000110
+gallium_dri.so free 0x55717358e4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e6b0 0.000110
+gallium_dri.so free 0x55717358e780 void 0.000111
+gallium_dri.so free 0x55717358e6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e7d0 0.000110
+gallium_dri.so free 0x55717358e840 void 0.000110
+gallium_dri.so free 0x55717358e7d0 void 0.000109
+gallium_dri.so malloc 72 0x55717358e880 0.000109
+gallium_dri.so free 0x55717358e900 void 0.000110
+gallium_dri.so free 0x55717358e880 void 0.000152
+gallium_dri.so malloc 72 0x55717358e880 0.000127
+gallium_dri.so free 0x55717358e980 void 0.000128
+gallium_dri.so free 0x55717358e880 void 0.000127
+gallium_dri.so malloc 72 0x55717358e9b0 0.000126
+gallium_dri.so free 0x55717358ea00 void 0.000126
+gallium_dri.so free 0x55717358e9b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e9b0 0.000118
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x55717358e9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358eab0 0.000123
+gallium_dri.so free 0x55717358ebc0 void 0.000125
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eb70 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000114
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb70 0.000124
+gallium_dri.so free 0x55717358ecc0 void 0.000123
+gallium_dri.so free 0x55717358eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed30 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so free 0x55717358ed30 void 0.000124
+gallium_dri.so malloc 72 0x55717358ed30 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000120
+gallium_dri.so free 0x55717358ed30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ee30 0.000124
+gallium_dri.so free 0x55717358ef40 void 0.000123
+gallium_dri.so free 0x55717358ee30 void 0.000123
+gallium_dri.so malloc 72 0x55717358eef0 0.000123
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so free 0x55717358eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eef0 0.000119
+gallium_dri.so free 0x55717358f040 void 0.000123
+gallium_dri.so free 0x55717358eef0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f080 0.000123
+gallium_dri.so free 0x55717358f100 void 0.000124
+gallium_dri.so free 0x55717358f080 void 0.000123
+gallium_dri.so malloc 72 0x55717358f100 0.000122
+gallium_dri.so free 0x55717358f1c0 void 0.000117
+gallium_dri.so free 0x55717358f100 void 0.000112
+gallium_dri.so malloc 72 0x55717358f100 0.000113
+gallium_dri.so free 0x55717358f280 void 0.000119
+gallium_dri.so free 0x55717358f100 void 0.000120
+gallium_dri.so malloc 72 0x55717358f2a0 0.000113
+gallium_dri.so free 0x55717358f340 void 0.000112
+gallium_dri.so free 0x55717358f2a0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f2f0 0.000126
+gallium_dri.so free 0x55717358f3c0 void 0.000123
+gallium_dri.so free 0x55717358f2f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f2f0 0.000124
+gallium_dri.so free 0x55717358f440 void 0.000122
+gallium_dri.so free 0x55717358f2f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f440 0.000176
+gallium_dri.so free 0x55717358f500 void 0.000231
+gallium_dri.so free 0x55717358f440 void 0.000231
+gallium_dri.so malloc 72 0x55717358f440 0.000216
+gallium_dri.so free 0x55717358f5c0 void 0.000154
+gallium_dri.so free 0x55717358f440 void 0.000124
+gallium_dri.so malloc 72 0x55717358f440 0.000123
+gallium_dri.so free 0x55717358f680 void 0.000123
+gallium_dri.so free 0x55717358f440 void 0.000124
+gallium_dri.so malloc 72 0x55717358f630 0.000118
+gallium_dri.so free 0x55717358f740 void 0.000120
+gallium_dri.so free 0x55717358f630 void 0.000119
+gallium_dri.so malloc 72 0x55717358f6f0 0.000120
+gallium_dri.so free 0x55717358f7c0 void 0.000127
+gallium_dri.so free 0x55717358f6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f810 0.000119
+gallium_dri.so free 0x55717358f880 void 0.000123
+gallium_dri.so free 0x55717358f810 void 0.000123
+gallium_dri.so malloc 72 0x55717358f8a0 0.000123
+gallium_dri.so free 0x55717358f940 void 0.000124
+gallium_dri.so free 0x55717358f8a0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f8f0 0.000119
+gallium_dri.so free 0x55717358f9c0 void 0.000120
+gallium_dri.so free 0x55717358f8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f8f0 0.000123
+gallium_dri.so free 0x55717358fa40 void 0.000119
+gallium_dri.so free 0x55717358f8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa40 0.000125
+gallium_dri.so free 0x55717358fb00 void 0.000132
+gallium_dri.so free 0x55717358fa40 void 0.000129
+gallium_dri.so malloc 72 0x55717358fa40 0.000124
+gallium_dri.so free 0x55717358fc00 void 0.000119
+gallium_dri.so free 0x55717358fa40 void 0.000124
+gallium_dri.so malloc 72 0x55717358fbb0 0.000130
+gallium_dri.so free 0x55717358fc40 void 0.000202
+gallium_dri.so free 0x55717358fbb0 void 0.000164
+gallium_dri.so malloc 72 0x55717358fbb0 0.000160
+gallium_dri.so free 0x55717358fd00 void 0.000162
+gallium_dri.so free 0x55717358fbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fd40 0.000129
+gallium_dri.so free 0x55717358fdc0 void 0.000123
+gallium_dri.so free 0x55717358fd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358fdc0 0.000125
+gallium_dri.so free 0x55717358fe80 void 0.000129
+gallium_dri.so free 0x55717358fdc0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fdc0 0.000119
+gallium_dri.so free 0x55717358ff00 void 0.000119
+gallium_dri.so free 0x55717358fdc0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ff30 0.000123
+gallium_dri.so free 0x55717358ff80 void 0.000120
+gallium_dri.so free 0x55717358ff30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff30 0.000125
+gallium_dri.so free 0x557173590080 void 0.000130
+gallium_dri.so free 0x55717358ff30 void 0.000129
+gallium_dri.so malloc 72 0x5571735900c0 0.000184
+gallium_dri.so free 0x557173590140 void 0.000247
+gallium_dri.so free 0x5571735900c0 void 0.000125
+gallium_dri.so malloc 72 0x557173590140 0.000128
+gallium_dri.so free 0x557173590200 void 0.000128
+gallium_dri.so free 0x557173590140 void 0.000130
+gallium_dri.so malloc 72 0x557173590140 0.000131
+gallium_dri.so free 0x557173590280 void 0.000129
+gallium_dri.so free 0x557173590140 void 0.000130
+gallium_dri.so malloc 72 0x5571735902b0 0.000124
+gallium_dri.so free 0x557173590300 void 0.000126
+gallium_dri.so free 0x5571735902b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735902b0 0.000129
+gallium_dri.so free 0x557173590400 void 0.000129
+gallium_dri.so free 0x5571735902b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735903b0 0.000124
+gallium_dri.so free 0x5571735904c0 void 0.000125
+gallium_dri.so free 0x5571735903b0 void 0.000130
+gallium_dri.so malloc 72 0x557173590470 0.000128
+gallium_dri.so free 0x557173590540 void 0.000130
+gallium_dri.so free 0x557173590470 void 0.000130
+gallium_dri.so malloc 72 0x557173590470 0.000133
+gallium_dri.so free 0x557173590600 void 0.000125
+gallium_dri.so free 0x557173590470 void 0.000126
+gallium_dri.so malloc 72 0x557173590470 0.000123
+gallium_dri.so free 0x5571735906c0 void 0.000120
+gallium_dri.so free 0x557173590470 void 0.000123
+gallium_dri.so malloc 72 0x557173590670 0.000133
+gallium_dri.so free 0x557173590740 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000130
+gallium_dri.so malloc 72 0x557173590790 0.000129
+gallium_dri.so free 0x557173590800 void 0.000129
+gallium_dri.so free 0x557173590790 void 0.000130
+gallium_dri.so malloc 72 0x557173590820 0.000130
+gallium_dri.so free 0x5571735908c0 void 0.000123
+gallium_dri.so free 0x557173590820 void 0.000124
+gallium_dri.so malloc 72 0x557173590870 0.000129
+gallium_dri.so free 0x557173590940 void 0.000129
+gallium_dri.so free 0x557173590870 void 0.000127
+gallium_dri.so malloc 72 0x557173590940 0.000119
+gallium_dri.so free 0x557173590a00 void 0.000125
+gallium_dri.so free 0x557173590940 void 0.000125
+gallium_dri.so malloc 72 0x557173590940 0.000190
+gallium_dri.so free 0x557173590a80 void 0.000130
+gallium_dri.so free 0x557173590940 void 0.000180
+gallium_dri.so malloc 72 0x557173590a80 0.000237
+gallium_dri.so free 0x557173590b40 void 0.000130
+gallium_dri.so free 0x557173590a80 void 0.000129
+gallium_dri.so malloc 72 0x557173590a80 0.000125
+gallium_dri.so free 0x557173590c00 void 0.000125
+gallium_dri.so free 0x557173590a80 void 0.000129
+gallium_dri.so malloc 72 0x557173590a80 0.000124
+gallium_dri.so free 0x557173590cc0 void 0.000121
+gallium_dri.so free 0x557173590a80 void 0.000124
+gallium_dri.so malloc 72 0x557173590c70 0.000130
+gallium_dri.so free 0x557173590d40 void 0.000124
+gallium_dri.so free 0x557173590c70 void 0.000119
+gallium_dri.so malloc 72 0x557173590d90 0.000119
+gallium_dri.so free 0x557173590e00 void 0.000119
+gallium_dri.so free 0x557173590d90 void 0.000118
+gallium_dri.so malloc 72 0x557173590e40 0.000123
+gallium_dri.so free 0x557173590ec0 void 0.000120
+gallium_dri.so free 0x557173590e40 void 0.000124
+gallium_dri.so malloc 72 0x557173590e40 0.000138
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so free 0x557173590e40 void 0.000130
+gallium_dri.so malloc 72 0x557173590f70 0.000129
+gallium_dri.so free 0x557173590fc0 void 0.000129
+gallium_dri.so free 0x557173590f70 void 0.000129
+gallium_dri.so malloc 72 0x557173590f70 0.000124
+gallium_dri.so free 0x5571735910c0 void 0.000119
+gallium_dri.so free 0x557173590f70 void 0.000123
+gallium_dri.so malloc 72 0x557173591070 0.000131
+gallium_dri.so free 0x557173591180 void 0.000130
+gallium_dri.so free 0x557173591070 void 0.000129
+gallium_dri.so malloc 72 0x557173591130 0.000124
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x557173591130 void 0.000120
+gallium_dri.so malloc 72 0x557173591130 0.000118
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so free 0x557173591130 void 0.000123
+gallium_dri.so malloc 72 0x5571735912f0 0.000129
+gallium_dri.so free 0x557173591340 void 0.000129
+gallium_dri.so free 0x5571735912f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735912f0 0.000124
+gallium_dri.so free 0x557173591440 void 0.000111
+gallium_dri.so free 0x5571735912f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735913f0 0.000127
+gallium_dri.so free 0x557173591500 void 0.000128
+gallium_dri.so free 0x5571735913f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735914b0 0.000129
+gallium_dri.so free 0x557173591540 void 0.000129
+gallium_dri.so free 0x5571735914b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735914b0 0.000128
+gallium_dri.so free 0x557173591600 void 0.000123
+gallium_dri.so free 0x5571735914b0 void 0.000124
+gallium_dri.so malloc 72 0x557173591640 0.000128
+gallium_dri.so free 0x5571735916c0 void 0.000130
+gallium_dri.so free 0x557173591640 void 0.000125
+gallium_dri.so malloc 72 0x5571735916c0 0.000118
+gallium_dri.so free 0x557173591780 void 0.000119
+gallium_dri.so free 0x5571735916c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735916c0 0.000128
+gallium_dri.so free 0x557173591840 void 0.000128
+gallium_dri.so free 0x5571735916c0 void 0.000129
+gallium_dri.so malloc 72 0x557173591860 0.000181
+gallium_dri.so free 0x557173591900 void 0.000270
+gallium_dri.so free 0x557173591860 void 0.000276
+gallium_dri.so malloc 72 0x5571735918b0 0.000162
+gallium_dri.so free 0x557173591980 void 0.000160
+gallium_dri.so free 0x5571735918b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735918b0 0.000124
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so free 0x5571735918b0 void 0.000124
+gallium_dri.so malloc 72 0x557173591a00 0.000129
+gallium_dri.so free 0x557173591ac0 void 0.000128
+gallium_dri.so free 0x557173591a00 void 0.000131
+gallium_dri.so malloc 72 0x557173591a00 0.000128
+gallium_dri.so free 0x557173591b80 void 0.000129
+gallium_dri.so free 0x557173591a00 void 0.000129
+gallium_dri.so malloc 72 0x557173591a00 0.000128
+gallium_dri.so free 0x557173591c40 void 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000124
+gallium_dri.so malloc 72 0x557173591bf0 0.000129
+gallium_dri.so free 0x557173591d00 void 0.000129
+gallium_dri.so free 0x557173591bf0 void 0.000133
+gallium_dri.so malloc 72 0x557173591cb0 0.000130
+gallium_dri.so free 0x557173591d80 void 0.000129
+gallium_dri.so free 0x557173591cb0 void 0.000129
+gallium_dri.so malloc 72 0x557173591dd0 0.000130
+gallium_dri.so free 0x557173591e40 void 0.000124
+gallium_dri.so free 0x557173591dd0 void 0.000126
+gallium_dri.so malloc 72 0x557173591e60 0.000128
+gallium_dri.so free 0x557173591f00 void 0.000123
+gallium_dri.so free 0x557173591e60 void 0.000118
+gallium_dri.so malloc 72 0x557173591eb0 0.000124
+gallium_dri.so free 0x5571735cef80 void 0.000130
+gallium_dri.so free 0x557173591eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cef30 0.000119
+gallium_dri.so free 0x5571735cf000 void 0.000124
+gallium_dri.so free 0x5571735cef30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf050 0.000123
+gallium_dri.so free 0x5571735cf0c0 void 0.000125
+gallium_dri.so free 0x5571735cf050 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf100 0.000123
+gallium_dri.so free 0x5571735cf180 void 0.000120
+gallium_dri.so free 0x5571735cf100 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf100 0.000131
+gallium_dri.so free 0x5571735cf200 void 0.000129
+gallium_dri.so free 0x5571735cf100 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf230 0.000125
+gallium_dri.so free 0x5571735cf280 void 0.000119
+gallium_dri.so free 0x5571735cf230 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf230 0.000128
+gallium_dri.so free 0x5571735cf380 void 0.000128
+gallium_dri.so free 0x5571735cf230 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf330 0.000130
+gallium_dri.so free 0x5571735cf440 void 0.000123
+gallium_dri.so free 0x5571735cf330 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000125
+gallium_dri.so free 0x5571735cf480 void 0.000124
+gallium_dri.so free 0x5571735cf3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000129
+gallium_dri.so free 0x5571735cf540 void 0.000129
+gallium_dri.so free 0x5571735cf3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000124
+gallium_dri.so free 0x5571735cf5b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000127
+gallium_dri.so free 0x5571735cf700 void 0.000130
+gallium_dri.so free 0x5571735cf5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000125
+gallium_dri.so free 0x5571735cf7c0 void 0.000123
+gallium_dri.so free 0x5571735cf6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf770 0.000123
+gallium_dri.so free 0x5571735cf800 void 0.000119
+gallium_dri.so free 0x5571735cf770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf770 0.000124
+gallium_dri.so free 0x5571735cf8c0 void 0.000129
+gallium_dri.so free 0x5571735cf770 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf900 0.000119
+gallium_dri.so free 0x5571735cf980 void 0.000119
+gallium_dri.so free 0x5571735cf900 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf980 0.000130
+gallium_dri.so free 0x5571735cfa40 void 0.000129
+gallium_dri.so free 0x5571735cf980 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf980 0.000128
+gallium_dri.so free 0x5571735cfb00 void 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfb20 0.000123
+gallium_dri.so free 0x5571735cfbc0 void 0.000131
+gallium_dri.so free 0x5571735cfb20 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfb70 0.000129
+gallium_dri.so free 0x5571735cfc40 void 0.000128
+gallium_dri.so free 0x5571735cfb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb70 0.000119
+gallium_dri.so free 0x5571735cfcc0 void 0.000119
+gallium_dri.so free 0x5571735cfb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000130
+gallium_dri.so free 0x5571735cfd80 void 0.000123
+gallium_dri.so free 0x5571735cfcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000129
+gallium_dri.so free 0x5571735cfe40 void 0.000122
+gallium_dri.so free 0x5571735cfcc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000129
+gallium_dri.so free 0x5571735cff00 void 0.000237
+gallium_dri.so free 0x5571735cfcc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000123
+gallium_dri.so free 0x5571735cffc0 void 0.000124
+gallium_dri.so free 0x5571735cfeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cff70 0.000124
+gallium_dri.so free 0x5571735d0040 void 0.000127
+gallium_dri.so free 0x5571735cff70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0090 0.000119
+gallium_dri.so free 0x5571735d0100 void 0.000120
+gallium_dri.so free 0x5571735d0090 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0120 0.000129
+gallium_dri.so free 0x5571735d01c0 void 0.000129
+gallium_dri.so free 0x5571735d0120 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0170 0.000129
+gallium_dri.so free 0x5571735d0240 void 0.000123
+gallium_dri.so free 0x5571735d0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0170 0.000125
+gallium_dri.so free 0x5571735d02c0 void 0.000124
+gallium_dri.so free 0x5571735d0170 void 0.000124
+gallium_dri.so malloc 72 0x5571735d02c0 0.000130
+gallium_dri.so free 0x5571735d0380 void 0.000123
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d02c0 0.000120
+gallium_dri.so free 0x5571735d0480 void 0.000125
+gallium_dri.so free 0x5571735d02c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0430 0.000120
+gallium_dri.so free 0x5571735d04c0 void 0.000120
+gallium_dri.so free 0x5571735d0430 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0430 0.000175
+gallium_dri.so free 0x5571735d0580 void 0.000130
+gallium_dri.so free 0x5571735d0430 void 0.000129
+gallium_dri.so malloc 72 0x5571735d05c0 0.000128
+gallium_dri.so free 0x5571735d0640 void 0.000128
+gallium_dri.so free 0x5571735d05c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0640 0.000128
+gallium_dri.so free 0x5571735d0700 void 0.000130
+gallium_dri.so free 0x5571735d0640 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0640 0.000120
+gallium_dri.so free 0x5571735d0780 void 0.000124
+gallium_dri.so free 0x5571735d0640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d07b0 0.000129
+gallium_dri.so free 0x5571735d0800 void 0.000129
+gallium_dri.so free 0x5571735d07b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d07b0 0.000165
+gallium_dri.so free 0x5571735d0900 void 0.000161
+gallium_dri.so free 0x5571735d07b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0940 0.000124
+gallium_dri.so free 0x5571735d09c0 void 0.000119
+gallium_dri.so free 0x5571735d0940 void 0.000132
+gallium_dri.so malloc 72 0x5571735d09c0 0.000130
+gallium_dri.so free 0x5571735d0a80 void 0.000128
+gallium_dri.so free 0x5571735d09c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d09c0 0.000119
+gallium_dri.so free 0x5571735d0b00 void 0.000125
+gallium_dri.so free 0x5571735d09c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b30 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b30 0.000130
+gallium_dri.so free 0x5571735d0c80 void 0.000129
+gallium_dri.so free 0x5571735d0b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0c30 0.000123
+gallium_dri.so free 0x5571735d0d40 void 0.000119
+gallium_dri.so free 0x5571735d0c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000128
+gallium_dri.so free 0x5571735d0dc0 void 0.000128
+gallium_dri.so free 0x5571735d0cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000119
+gallium_dri.so free 0x5571735d0e80 void 0.000125
+gallium_dri.so free 0x5571735d0cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000132
+gallium_dri.so free 0x5571735d0f40 void 0.000125
+gallium_dri.so free 0x5571735d0cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000120
+gallium_dri.so free 0x5571735d0fc0 void 0.000125
+gallium_dri.so free 0x5571735d0ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1010 0.000128
+gallium_dri.so free 0x5571735d1080 void 0.000129
+gallium_dri.so free 0x5571735d1010 void 0.000125
+gallium_dri.so malloc 72 0x5571735d10a0 0.000119
+gallium_dri.so free 0x5571735d1140 void 0.000125
+gallium_dri.so free 0x5571735d10a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d10f0 0.000119
+gallium_dri.so free 0x5571735d11c0 void 0.000123
+gallium_dri.so free 0x5571735d10f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d11c0 0.000119
+gallium_dri.so free 0x5571735d1280 void 0.000119
+gallium_dri.so free 0x5571735d11c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d11c0 0.000129
+gallium_dri.so free 0x5571735d1300 void 0.000129
+gallium_dri.so free 0x5571735d11c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1300 0.000129
+gallium_dri.so free 0x5571735d13c0 void 0.000169
+gallium_dri.so free 0x5571735d1300 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1300 0.000128
+gallium_dri.so free 0x5571735d1480 void 0.000124
+gallium_dri.so free 0x5571735d1300 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1300 0.000127
+gallium_dri.so free 0x5571735d1540 void 0.000122
+gallium_dri.so free 0x5571735d1300 void 0.000124
+gallium_dri.so malloc 72 0x5571735d14f0 0.000127
+gallium_dri.so free 0x5571735d15c0 void 0.000129
+gallium_dri.so free 0x5571735d14f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1610 0.000123
+gallium_dri.so free 0x5571735d1680 void 0.000124
+gallium_dri.so free 0x5571735d1610 void 0.000127
+gallium_dri.so malloc 72 0x5571735d16c0 0.000122
+gallium_dri.so free 0x5571735d1740 void 0.000119
+gallium_dri.so free 0x5571735d16c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d16c0 0.000129
+gallium_dri.so free 0x5571735d17c0 void 0.000128
+gallium_dri.so free 0x5571735d16c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d17f0 0.000122
+gallium_dri.so free 0x5571735d1840 void 0.000126
+gallium_dri.so free 0x5571735d17f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d17f0 0.000129
+gallium_dri.so free 0x5571735d1940 void 0.000138
+gallium_dri.so free 0x5571735d17f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735d18f0 0.000124
+gallium_dri.so free 0x5571735d1a00 void 0.000125
+gallium_dri.so free 0x5571735d18f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d19b0 0.000131
+gallium_dri.so free 0x5571735d1a40 void 0.000129
+gallium_dri.so free 0x5571735d19b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d19b0 0.000119
+gallium_dri.so free 0x5571735d1b00 void 0.000120
+gallium_dri.so free 0x5571735d19b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1b70 0.000129
+gallium_dri.so free 0x5571735d1bc0 void 0.000130
+gallium_dri.so free 0x5571735d1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1b70 0.000128
+gallium_dri.so free 0x5571735d1cc0 void 0.000130
+gallium_dri.so free 0x5571735d1b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1c70 0.000130
+gallium_dri.so free 0x5571735d1d80 void 0.000123
+gallium_dri.so free 0x5571735d1c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1d30 0.000128
+gallium_dri.so free 0x5571735d1dc0 void 0.000128
+gallium_dri.so free 0x5571735d1d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1d30 0.000125
+gallium_dri.so free 0x5571735d1e80 void 0.000137
+gallium_dri.so free 0x5571735d1d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000125
+gallium_dri.so free 0x5571735d1f40 void 0.000129
+gallium_dri.so free 0x5571735d1ec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1f40 0.000124
+gallium_dri.so free 0x5571735d2000 void 0.000121
+gallium_dri.so free 0x5571735d1f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1f40 0.000124
+gallium_dri.so free 0x5571735d20c0 void 0.000119
+gallium_dri.so free 0x5571735d1f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d20e0 0.000128
+gallium_dri.so free 0x5571735d2180 void 0.000128
+gallium_dri.so free 0x5571735d20e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2130 0.000124
+gallium_dri.so free 0x5571735d2200 void 0.000128
+gallium_dri.so free 0x5571735d2130 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2130 0.000129
+gallium_dri.so free 0x5571735d2280 void 0.000129
+gallium_dri.so free 0x5571735d2130 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2280 0.000123
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d2280 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2280 0.000122
+gallium_dri.so free 0x5571735d2400 void 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2280 0.000121
+gallium_dri.so free 0x5571735d24c0 void 0.000118
+gallium_dri.so free 0x5571735d2280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2470 0.000118
+gallium_dri.so free 0x5571735d2580 void 0.000119
+gallium_dri.so free 0x5571735d2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2530 0.000118
+gallium_dri.so free 0x5571735d2600 void 0.000126
+gallium_dri.so free 0x5571735d2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2650 0.000113
+gallium_dri.so free 0x5571735d26c0 void 0.000115
+gallium_dri.so free 0x5571735d2650 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26e0 0.000112
+gallium_dri.so free 0x5571735d2780 void 0.000113
+gallium_dri.so free 0x5571735d26e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2730 0.000112
+gallium_dri.so free 0x5571735d2800 void 0.000112
+gallium_dri.so free 0x5571735d2730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2730 0.000112
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2880 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2880 0.000113
+gallium_dri.so free 0x5571735d2a40 void 0.000114
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so malloc 72 0x5571735d29f0 0.000114
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d29f0 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000114
+gallium_dri.so free 0x5571735d29f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2b80 0.000112
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c00 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so free 0x5571735d2c00 void 0.000140
+gallium_dri.so malloc 72 0x5571735d2c00 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000112
+gallium_dri.so free 0x5571735d2c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d70 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d70 0.000112
+gallium_dri.so free 0x5571735d2ec0 void 0.000113
+gallium_dri.so free 0x5571735d2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f00 0.000112
+gallium_dri.so free 0x5571735d2f80 void 0.000114
+gallium_dri.so free 0x5571735d2f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f80 0.000113
+gallium_dri.so free 0x5571735d3040 void 0.000114
+gallium_dri.so free 0x5571735d2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f80 0.000159
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so free 0x5571735d2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30f0 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30f0 0.000113
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so free 0x5571735d30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d31f0 0.000112
+gallium_dri.so free 0x5571735d3300 void 0.000114
+gallium_dri.so free 0x5571735d31f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d32b0 0.000112
+gallium_dri.so free 0x5571735d3380 void 0.000112
+gallium_dri.so free 0x5571735d32b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d32b0 0.000113
+gallium_dri.so free 0x5571735d3440 void 0.000113
+gallium_dri.so free 0x5571735d32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32b0 0.000114
+gallium_dri.so free 0x5571735d3500 void 0.000113
+gallium_dri.so free 0x5571735d32b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d34b0 0.000113
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so free 0x5571735d34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d35d0 0.000111
+gallium_dri.so free 0x5571735d3640 void 0.000119
+gallium_dri.so free 0x5571735d35d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3660 0.000116
+gallium_dri.so free 0x5571735d3700 void 0.000115
+gallium_dri.so free 0x5571735d3660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d36b0 0.000111
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d36b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3780 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3780 0.000112
+gallium_dri.so free 0x5571735d38c0 void 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000111
+gallium_dri.so malloc 72 0x5571735d38c0 0.000112
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d38c0 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d38c0 0.000112
+gallium_dri.so free 0x5571735d3b00 void 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000113
+gallium_dri.so free 0x5571735d3b80 void 0.000112
+gallium_dri.so free 0x5571735d3ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3bd0 0.000113
+gallium_dri.so free 0x5571735d3c40 void 0.000113
+gallium_dri.so free 0x5571735d3bd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3c80 0.000113
+gallium_dri.so free 0x5571735d3d00 void 0.000128
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c80 0.000113
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so free 0x5571735d3c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3db0 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so free 0x5571735d3db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3db0 0.000112
+gallium_dri.so free 0x5571735d3f00 void 0.000113
+gallium_dri.so free 0x5571735d3db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000112
+gallium_dri.so free 0x5571735d3fc0 void 0.000113
+gallium_dri.so free 0x5571735d3eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f70 0.000114
+gallium_dri.so free 0x5571735d4000 void 0.000113
+gallium_dri.so free 0x5571735d3f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3f70 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000112
+gallium_dri.so free 0x5571735d3f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4130 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4130 0.000112
+gallium_dri.so free 0x5571735d4280 void 0.000114
+gallium_dri.so free 0x5571735d4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4230 0.000112
+gallium_dri.so free 0x5571735d4340 void 0.000114
+gallium_dri.so free 0x5571735d4230 void 0.000180
+gallium_dri.so malloc 72 0x5571735d42f0 0.000112
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so free 0x5571735d42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42f0 0.000111
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4480 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000113
+gallium_dri.so free 0x5571735d4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4500 0.000113
+gallium_dri.so free 0x5571735d45c0 void 0.000112
+gallium_dri.so free 0x5571735d4500 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4500 0.000113
+gallium_dri.so free 0x5571735d4680 void 0.000117
+gallium_dri.so free 0x5571735d4500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46a0 0.000113
+gallium_dri.so free 0x5571735d4740 void 0.000112
+gallium_dri.so free 0x5571735d46a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d46f0 0.000112
+gallium_dri.so free 0x5571735d47c0 void 0.000113
+gallium_dri.so free 0x5571735d46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46f0 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so free 0x5571735d46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4840 0.000112
+gallium_dri.so free 0x5571735d4900 void 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4840 0.000113
+gallium_dri.so free 0x5571735d49c0 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4840 0.000113
+gallium_dri.so free 0x5571735d4a80 void 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a30 0.000113
+gallium_dri.so free 0x5571735d4b40 void 0.000113
+gallium_dri.so free 0x5571735d4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4af0 0.000112
+gallium_dri.so free 0x5571735d4bc0 void 0.000114
+gallium_dri.so free 0x5571735d4af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c10 0.000112
+gallium_dri.so free 0x5571735d4c80 void 0.000113
+gallium_dri.so free 0x5571735d4c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000114
+gallium_dri.so free 0x5571735d4d40 void 0.000114
+gallium_dri.so free 0x5571735d4ca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000117
+gallium_dri.so free 0x5571735d4dc0 void 0.000114
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4e40 0.000112
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4e40 0.000125
+gallium_dri.so free 0x5571735d5000 void 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000113
+gallium_dri.so free 0x5571735d5040 void 0.000112
+gallium_dri.so free 0x5571735d4fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000112
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so free 0x5571735d4fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5140 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000115
+gallium_dri.so free 0x5571735d5140 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51c0 0.000112
+gallium_dri.so free 0x5571735d5280 void 0.000113
+gallium_dri.so free 0x5571735d51c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d51c0 0.000112
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so free 0x5571735d51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5330 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so free 0x5571735d5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5330 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000113
+gallium_dri.so free 0x5571735d5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54c0 0.000112
+gallium_dri.so free 0x5571735d5540 void 0.000113
+gallium_dri.so free 0x5571735d54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5540 0.000111
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5540 0.000113
+gallium_dri.so free 0x5571735d5680 void 0.000112
+gallium_dri.so free 0x5571735d5540 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000111
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57b0 0.000116
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d57b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5870 0.000112
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000112
+gallium_dri.so free 0x5571735d5a00 void 0.000115
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d5ac0 void 0.000113
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a70 0.000113
+gallium_dri.so free 0x5571735d5b40 void 0.000112
+gallium_dri.so free 0x5571735d5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5b90 0.000112
+gallium_dri.so free 0x5571735d5c00 void 0.000126
+gallium_dri.so free 0x5571735d5b90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5c20 0.000113
+gallium_dri.so free 0x5571735d5cc0 void 0.000113
+gallium_dri.so free 0x5571735d5c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c70 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000115
+gallium_dri.so free 0x5571735d5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d40 0.000112
+gallium_dri.so free 0x5571735d5e00 void 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d40 0.000112
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e80 0.000113
+gallium_dri.so free 0x5571735d5f40 void 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e80 0.000113
+gallium_dri.so free 0x5571735d6000 void 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d60c0 void 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6070 0.000113
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x5571735d6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6190 0.000112
+gallium_dri.so free 0x5571735d6200 void 0.000112
+gallium_dri.so free 0x5571735d6190 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6240 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000114
+gallium_dri.so free 0x5571735d6240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6240 0.000112
+gallium_dri.so free 0x5571735d6340 void 0.000130
+gallium_dri.so free 0x5571735d6240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6370 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000114
+gallium_dri.so free 0x5571735d6370 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6370 0.000112
+gallium_dri.so free 0x5571735d64c0 void 0.000113
+gallium_dri.so free 0x5571735d6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6470 0.000112
+gallium_dri.so free 0x5571735d6580 void 0.000114
+gallium_dri.so free 0x5571735d6470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6530 0.000112
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x5571735d6530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6530 0.000111
+gallium_dri.so free 0x5571735d6680 void 0.000113
+gallium_dri.so free 0x5571735d6530 void 0.000117
+gallium_dri.so malloc 72 0x5571735d66f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000117
+gallium_dri.so free 0x5571735d66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66f0 0.000112
+gallium_dri.so free 0x5571735d6840 void 0.000113
+gallium_dri.so free 0x5571735d66f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735d67f0 0.000116
+gallium_dri.so free 0x5571735d6900 void 0.000113
+gallium_dri.so free 0x5571735d67f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d68b0 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000113
+gallium_dri.so free 0x5571735d68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d68b0 0.000112
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a40 0.000112
+gallium_dri.so free 0x5571735d6ac0 void 0.000112
+gallium_dri.so free 0x5571735d6a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000113
+gallium_dri.so free 0x5571735d6b80 void 0.000117
+gallium_dri.so free 0x5571735d6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735d6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000113
+gallium_dri.so free 0x5571735da9c0 void 0.000114
+gallium_dri.so free 0x5571735da970 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da970 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa70 0.000125
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735daa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dabc0 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac80 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacd0 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000113
+gallium_dri.so free 0x5571735dacd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad80 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae00 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf70 0.000111
+gallium_dri.so free 0x5571735dafc0 void 0.000115
+gallium_dri.so free 0x5571735daf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735daf70 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so free 0x5571735daf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735db070 0.000116
+gallium_dri.so free 0x5571735db180 void 0.000114
+gallium_dri.so free 0x5571735db070 void 0.000112
+gallium_dri.so malloc 72 0x5571735db130 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db130 void 0.000112
+gallium_dri.so malloc 72 0x5571735db220 0.000115
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db220 void 0.000112
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db340 void 0.000112
+gallium_dri.so free 0x5571735db270 void 0.000116
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db270 void 0.000112
+gallium_dri.so malloc 72 0x5571735db3c0 0.000112
+gallium_dri.so free 0x5571735db480 void 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db3c0 0.000113
+gallium_dri.so free 0x5571735db540 void 0.000115
+gallium_dri.so free 0x5571735db3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db3c0 0.000112
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5b0 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000112
+gallium_dri.so free 0x5571735db5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5b0 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000166
+gallium_dri.so free 0x5571735db5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6b0 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000112
+gallium_dri.so free 0x5571735db6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db800 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000112
+gallium_dri.so free 0x5571735db770 void 0.000113
+gallium_dri.so malloc 72 0x5571735db900 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so malloc 72 0x5571735db980 0.000112
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb20 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735dbb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000112
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000112
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000112
+gallium_dri.so free 0x5571735dbfc0 void 0.000112
+gallium_dri.so free 0x5571735dbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf70 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000113
+gallium_dri.so free 0x5571735dbf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc090 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000113
+gallium_dri.so free 0x5571735dc090 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc120 0.000112
+gallium_dri.so free 0x5571735dc1c0 void 0.000113
+gallium_dri.so free 0x5571735dc120 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc170 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so free 0x5571735dc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc170 0.000113
+gallium_dri.so free 0x5571735dc2c0 void 0.000114
+gallium_dri.so free 0x5571735dc170 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000126
+gallium_dri.so free 0x5571735dc380 void 0.000123
+gallium_dri.so free 0x5571735dc2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so free 0x5571735dc2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc430 0.000121
+gallium_dri.so free 0x5571735dc4c0 void 0.000117
+gallium_dri.so free 0x5571735dc430 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc430 0.000118
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x5571735dc430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000117
+gallium_dri.so free 0x5571735dc5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc640 0.000118
+gallium_dri.so free 0x5571735dc700 void 0.000117
+gallium_dri.so free 0x5571735dc640 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc640 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc800 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc940 0.000111
+gallium_dri.so free 0x5571735dc9c0 void 0.000110
+gallium_dri.so free 0x5571735dc940 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000110
+gallium_dri.so free 0x5571735dca80 void 0.000111
+gallium_dri.so free 0x5571735dc9c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000110
+gallium_dri.so free 0x5571735dcb00 void 0.000109
+gallium_dri.so free 0x5571735dc9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb30 0.000109
+gallium_dri.so free 0x5571735dcb80 void 0.000109
+gallium_dri.so free 0x5571735dcb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcb30 0.000110
+gallium_dri.so free 0x5571735dcc80 void 0.000110
+gallium_dri.so free 0x5571735dcb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcc30 0.000111
+gallium_dri.so free 0x5571735dcd40 void 0.000110
+gallium_dri.so free 0x5571735dcc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dccf0 0.000111
+gallium_dri.so free 0x5571735dcdc0 void 0.000109
+gallium_dri.so free 0x5571735dccf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dccf0 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735dccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dccf0 0.000112
+gallium_dri.so free 0x5571735dcf40 void 0.000112
+gallium_dri.so free 0x5571735dccf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dcef0 0.000124
+gallium_dri.so free 0x5571735dcfc0 void 0.000124
+gallium_dri.so free 0x5571735dcef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd010 0.000123
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so free 0x5571735dd010 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dd0a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000113
+gallium_dri.so free 0x5571735dd1c0 void 0.000113
+gallium_dri.so free 0x5571735dd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so free 0x5571735dd1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000113
+gallium_dri.so free 0x5571735dd300 void 0.000114
+gallium_dri.so free 0x5571735dd1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd300 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000113
+gallium_dri.so free 0x5571735dd300 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd300 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd300 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd300 void 0.000183
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000114
+gallium_dri.so free 0x5571735dd5c0 void 0.000113
+gallium_dri.so free 0x5571735dd4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd610 0.000116
+gallium_dri.so free 0x5571735dd680 void 0.000116
+gallium_dri.so free 0x5571735dd610 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000112
+gallium_dri.so free 0x5571735dd7c0 void 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000113
+gallium_dri.so free 0x5571735dd7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000112
+gallium_dri.so free 0x5571735dd940 void 0.000112
+gallium_dri.so free 0x5571735dd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000117
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000112
+gallium_dri.so free 0x5571735dd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000113
+gallium_dri.so free 0x5571735ddb00 void 0.000115
+gallium_dri.so free 0x5571735dd9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddb70 0.000116
+gallium_dri.so free 0x5571735ddbc0 void 0.000112
+gallium_dri.so free 0x5571735ddb70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddb70 0.000110
+gallium_dri.so free 0x5571735ddcc0 void 0.000109
+gallium_dri.so free 0x5571735ddb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddc70 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddd30 0.000111
+gallium_dri.so free 0x5571735dddc0 void 0.000112
+gallium_dri.so free 0x5571735ddd30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddd30 0.000110
+gallium_dri.so free 0x5571735dde80 void 0.000109
+gallium_dri.so free 0x5571735ddd30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddec0 0.000110
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddf40 0.000129
+gallium_dri.so free 0x5571735de000 void 0.000111
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf40 0.000122
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735de0e0 0.000109
+gallium_dri.so free 0x5571735de180 void 0.000111
+gallium_dri.so free 0x5571735de0e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000125
+gallium_dri.so free 0x5571735de200 void 0.000126
+gallium_dri.so free 0x5571735de130 void 0.000126
+gallium_dri.so malloc 72 0x5571735de130 0.000125
+gallium_dri.so free 0x5571735de280 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000118
+gallium_dri.so malloc 72 0x5571735de280 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so malloc 72 0x5571735de280 0.000127
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de280 void 0.000118
+gallium_dri.so malloc 72 0x5571735de280 0.000118
+gallium_dri.so free 0x5571735de4c0 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000119
+gallium_dri.so malloc 72 0x5571735de470 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000117
+gallium_dri.so free 0x5571735de470 void 0.000119
+gallium_dri.so malloc 72 0x5571735de530 0.000117
+gallium_dri.so free 0x5571735de600 void 0.000126
+gallium_dri.so free 0x5571735de530 void 0.000118
+gallium_dri.so malloc 72 0x5571735de650 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de650 void 0.000119
+gallium_dri.so malloc 72 0x5571735de6e0 0.000121
+gallium_dri.so free 0x5571735de780 void 0.000112
+gallium_dri.so free 0x5571735de6e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de730 0.000110
+gallium_dri.so free 0x5571735de800 void 0.000110
+gallium_dri.so free 0x5571735de730 void 0.000111
+gallium_dri.so malloc 72 0x5571735de730 0.000110
+gallium_dri.so free 0x5571735de880 void 0.000111
+gallium_dri.so free 0x5571735de730 void 0.000111
+gallium_dri.so malloc 72 0x5571735de880 0.000111
+gallium_dri.so free 0x5571735de940 void 0.000110
+gallium_dri.so free 0x5571735de880 void 0.000109
+gallium_dri.so malloc 72 0x5571735de880 0.000110
+gallium_dri.so free 0x5571735dea40 void 0.000111
+gallium_dri.so free 0x5571735de880 void 0.000109
+gallium_dri.so malloc 72 0x5571735de9f0 0.000109
+gallium_dri.so free 0x5571735dea80 void 0.000110
+gallium_dri.so free 0x5571735de9f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de9f0 0.000110
+gallium_dri.so free 0x5571735deb40 void 0.000109
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deb80 0.000110
+gallium_dri.so free 0x5571735dec00 void 0.000116
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec00 0.000116
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dec00 0.000110
+gallium_dri.so free 0x5571735ded40 void 0.000130
+gallium_dri.so free 0x5571735dec00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000117
+gallium_dri.so malloc 72 0x5571735def00 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so malloc 72 0x5571735def80 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0f0 0.000118
+gallium_dri.so free 0x5571735df140 void 0.000119
+gallium_dri.so free 0x5571735df0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df1f0 0.000117
+gallium_dri.so free 0x5571735df300 void 0.000117
+gallium_dri.so free 0x5571735df1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2b0 0.000117
+gallium_dri.so free 0x5571735df380 void 0.000125
+gallium_dri.so free 0x5571735df2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df2b0 0.000124
+gallium_dri.so free 0x5571735df440 void 0.000120
+gallium_dri.so free 0x5571735df2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2b0 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4b0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df5d0 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735df5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df660 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df660 void 0.000117
+gallium_dri.so malloc 72 0x5571735df6b0 0.000119
+gallium_dri.so free 0x5571735df780 void 0.000120
+gallium_dri.so free 0x5571735df6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df780 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000118
+gallium_dri.so free 0x5571735df780 void 0.000117
+gallium_dri.so malloc 72 0x5571735df780 0.000119
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so free 0x5571735df780 void 0.000123
+gallium_dri.so malloc 72 0x5571735df8c0 0.000112
+gallium_dri.so free 0x5571735df980 void 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfa40 void 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfb00 void 0.000109
+gallium_dri.so free 0x5571735df8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfab0 0.000110
+gallium_dri.so free 0x5571735dfb80 void 0.000110
+gallium_dri.so free 0x5571735dfab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000110
+gallium_dri.so free 0x5571735dfc40 void 0.000111
+gallium_dri.so free 0x5571735dfbd0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfc80 0.000111
+gallium_dri.so free 0x5571735dfd00 void 0.000110
+gallium_dri.so free 0x5571735dfc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfc80 0.000110
+gallium_dri.so free 0x5571735dfd80 void 0.000110
+gallium_dri.so free 0x5571735dfc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000116
+gallium_dri.so free 0x5571735dfe00 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000126
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so free 0x5571735dfeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff70 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000119
+gallium_dri.so free 0x5571735dff70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dff70 0.000118
+gallium_dri.so free 0x5571735e00c0 void 0.000119
+gallium_dri.so free 0x5571735dff70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0130 0.000120
+gallium_dri.so free 0x5571735e0180 void 0.000120
+gallium_dri.so free 0x5571735e0130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0130 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so free 0x5571735e0130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0230 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000118
+gallium_dri.so free 0x5571735e0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e0380 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02f0 0.000119
+gallium_dri.so free 0x5571735e0440 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0480 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000131
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06a0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so free 0x5571735e06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0840 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0840 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000118
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0840 0.000119
+gallium_dri.so free 0x5571735e0a80 void 0.000119
+gallium_dri.so free 0x5571735e0840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a30 0.000118
+gallium_dri.so free 0x5571735e0b40 void 0.000118
+gallium_dri.so free 0x5571735e0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0af0 0.000116
+gallium_dri.so free 0x5571735e0bc0 void 0.000117
+gallium_dri.so free 0x5571735e0af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c10 0.000116
+gallium_dri.so free 0x5571735e0c80 void 0.000117
+gallium_dri.so free 0x5571735e0c10 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000117
+gallium_dri.so free 0x5571735e0ca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so free 0x5571735e0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000116
+gallium_dri.so free 0x5571735e0e40 void 0.000117
+gallium_dri.so free 0x5571735e0cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0e40 0.000117
+gallium_dri.so free 0x5571735e0f00 void 0.000118
+gallium_dri.so free 0x5571735e0e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0e40 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so free 0x5571735e0e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x5571735e1040 void 0.000118
+gallium_dri.so free 0x5571735e0fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x5571735e1100 void 0.000127
+gallium_dri.so free 0x5571735e0fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1140 0.000118
+gallium_dri.so free 0x5571735e11c0 void 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e11c0 0.000118
+gallium_dri.so free 0x5571735e1280 void 0.000117
+gallium_dri.so free 0x5571735e11c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e11c0 0.000118
+gallium_dri.so free 0x5571735e1300 void 0.000116
+gallium_dri.so free 0x5571735e11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e14c0 0.000118
+gallium_dri.so free 0x5571735e1540 void 0.000122
+gallium_dri.so free 0x5571735e14c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1540 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1540 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16b0 0.000118
+gallium_dri.so free 0x5571735e1700 void 0.000124
+gallium_dri.so free 0x5571735e16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e16b0 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so free 0x5571735e16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e17b0 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1870 0.000116
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so free 0x5571735e1870 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1870 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1870 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1870 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000116
+gallium_dri.so free 0x5571735e1870 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a70 0.000116
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1b90 0.000116
+gallium_dri.so free 0x5571735e1c00 void 0.000117
+gallium_dri.so free 0x5571735e1b90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c20 0.000115
+gallium_dri.so free 0x5571735e1cc0 void 0.000117
+gallium_dri.so free 0x5571735e1c20 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c70 0.000116
+gallium_dri.so free 0x5571735e1d40 void 0.000121
+gallium_dri.so free 0x5571735e1c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d40 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735e1d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d40 0.000118
+gallium_dri.so free 0x5571735e1e80 void 0.000118
+gallium_dri.so free 0x5571735e1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e80 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e80 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so free 0x5571735e1e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e80 0.000117
+gallium_dri.so free 0x5571735e20c0 void 0.000119
+gallium_dri.so free 0x5571735e1e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2070 0.000124
+gallium_dri.so free 0x5571735e2140 void 0.000118
+gallium_dri.so free 0x5571735e2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2190 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so free 0x5571735e2190 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2240 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2240 0.000167
+gallium_dri.so free 0x5571735e2340 void 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000118
+gallium_dri.so free 0x5571735e24c0 void 0.000124
+gallium_dri.so free 0x5571735e2370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2470 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so free 0x5571735e2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2530 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000119
+gallium_dri.so free 0x5571735e2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2530 0.000118
+gallium_dri.so free 0x5571735e2680 void 0.000118
+gallium_dri.so free 0x5571735e2530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26f0 0.000117
+gallium_dri.so free 0x5571735e2740 void 0.000117
+gallium_dri.so free 0x5571735e26f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26f0 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e27f0 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e27f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28b0 0.000116
+gallium_dri.so free 0x5571735e2a00 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2a40 0.000115
+gallium_dri.so free 0x5571735e2ac0 void 0.000116
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000116
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000118
+gallium_dri.so free 0x5571735e2ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2c60 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so free 0x5571735e2c60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000116
+gallium_dri.so free 0x5571735e2d80 void 0.000117
+gallium_dri.so free 0x5571735e2cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000116
+gallium_dri.so free 0x5571735e2e00 void 0.000117
+gallium_dri.so free 0x5571735e2cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2e00 0.000116
+gallium_dri.so free 0x5571735e2ec0 void 0.000116
+gallium_dri.so free 0x5571735e2e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2e00 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735e2e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e00 0.000118
+gallium_dri.so free 0x5571735e3040 void 0.000118
+gallium_dri.so free 0x5571735e2e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e2ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e30b0 0.000119
+gallium_dri.so free 0x5571735e3180 void 0.000118
+gallium_dri.so free 0x5571735e30b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e31d0 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e31d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3260 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3260 void 0.000119
+gallium_dri.so malloc 72 0x5571735e32b0 0.000117
+gallium_dri.so free 0x5571735e3380 void 0.000117
+gallium_dri.so free 0x5571735e32b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e32b0 0.000117
+gallium_dri.so free 0x5571735e3400 void 0.000117
+gallium_dri.so free 0x5571735e32b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3400 0.000119
+gallium_dri.so free 0x5571735e34c0 void 0.000174
+gallium_dri.so free 0x5571735e3400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3400 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3570 0.000119
+gallium_dri.so free 0x5571735e3600 void 0.000133
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3570 0.000119
+gallium_dri.so free 0x5571735e36c0 void 0.000119
+gallium_dri.so free 0x5571735e3570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3700 0.000120
+gallium_dri.so free 0x5571735e3780 void 0.000119
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37d0 0.000118
+gallium_dri.so free 0x5571735bee80 void 0.000119
+gallium_dri.so free 0x5571735e37d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735beea0 0.000117
+gallium_dri.so free 0x5571735bef40 void 0.000119
+gallium_dri.so free 0x5571735beea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735beef0 0.000117
+gallium_dri.so free 0x5571735befc0 void 0.000118
+gallium_dri.so free 0x5571735beef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735beef0 0.000118
+gallium_dri.so free 0x5571735bf0c0 void 0.000118
+gallium_dri.so free 0x5571735beef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf070 0.000121
+gallium_dri.so free 0x5571735bf140 void 0.000118
+gallium_dri.so free 0x5571735bf070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf190 0.000117
+gallium_dri.so free 0x5571735bf200 void 0.000116
+gallium_dri.so free 0x5571735bf190 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf220 0.000118
+gallium_dri.so free 0x5571735bf2c0 void 0.000116
+gallium_dri.so free 0x5571735bf220 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf270 0.000117
+gallium_dri.so free 0x5571735bf340 void 0.000119
+gallium_dri.so free 0x5571735bf270 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf270 0.000117
+gallium_dri.so free 0x5571735bf3c0 void 0.000118
+gallium_dri.so free 0x5571735bf270 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000117
+gallium_dri.so free 0x5571735bf480 void 0.000116
+gallium_dri.so free 0x5571735bf3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000117
+gallium_dri.so free 0x5571735bf580 void 0.000118
+gallium_dri.so free 0x5571735bf3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000117
+gallium_dri.so free 0x5571735bf600 void 0.000118
+gallium_dri.so free 0x5571735bf3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf630 0.000117
+gallium_dri.so free 0x5571735bf680 void 0.000116
+gallium_dri.so free 0x5571735bf630 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf630 0.000129
+gallium_dri.so free 0x5571735bf780 void 0.000120
+gallium_dri.so free 0x5571735bf630 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf730 0.000119
+gallium_dri.so free 0x5571735bf840 void 0.000119
+gallium_dri.so free 0x5571735bf730 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000118
+gallium_dri.so free 0x5571735bf880 void 0.000120
+gallium_dri.so free 0x5571735bf7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000118
+gallium_dri.so free 0x5571735bf940 void 0.000119
+gallium_dri.so free 0x5571735bf7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf990 0.000118
+gallium_dri.so free 0x5571735bfa00 void 0.000127
+gallium_dri.so free 0x5571735bf990 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfa40 0.000120
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so free 0x5571735bfa40 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfac0 0.000118
+gallium_dri.so free 0x5571735bfb80 void 0.000117
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfac0 0.000117
+gallium_dri.so free 0x5571735bfc00 void 0.000119
+gallium_dri.so free 0x5571735bfac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfc30 0.000118
+gallium_dri.so free 0x5571735bfc80 void 0.000118
+gallium_dri.so free 0x5571735bfc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfc30 0.000124
+gallium_dri.so free 0x5571735bfd80 void 0.000120
+gallium_dri.so free 0x5571735bfc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfd30 0.000118
+gallium_dri.so free 0x5571735bfe40 void 0.000117
+gallium_dri.so free 0x5571735bfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000118
+gallium_dri.so free 0x5571735bfec0 void 0.000118
+gallium_dri.so free 0x5571735bfdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfee0 0.000117
+gallium_dri.so free 0x5571735bff80 void 0.000118
+gallium_dri.so free 0x5571735bfee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bff30 0.000119
+gallium_dri.so free 0x5571735c0000 void 0.000118
+gallium_dri.so free 0x5571735bff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735bff30 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000118
+gallium_dri.so free 0x5571735bff30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0080 0.000118
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x5571735c0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0080 0.000119
+gallium_dri.so free 0x5571735c0200 void 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0080 0.000117
+gallium_dri.so free 0x5571735c02c0 void 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0270 0.000113
+gallium_dri.so free 0x5571735c02c0 void 0.000112
+gallium_dri.so free 0x5571735c0270 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0270 0.000110
+gallium_dri.so free 0x5571735c03c0 void 0.000110
+gallium_dri.so free 0x5571735c0270 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0370 0.000109
+gallium_dri.so free 0x5571735c0480 void 0.000109
+gallium_dri.so free 0x5571735c0370 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0430 0.000110
+gallium_dri.so free 0x5571735c04c0 void 0.000111
+gallium_dri.so free 0x5571735c0430 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0430 0.000109
+gallium_dri.so free 0x5571735c0580 void 0.000124
+gallium_dri.so free 0x5571735c0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c05c0 0.000111
+gallium_dri.so free 0x5571735c0640 void 0.000110
+gallium_dri.so free 0x5571735c05c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0640 0.000111
+gallium_dri.so free 0x5571735c0700 void 0.000110
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0640 0.000120
+gallium_dri.so free 0x5571735c07c0 void 0.000116
+gallium_dri.so free 0x5571735c0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c07e0 0.000111
+gallium_dri.so free 0x5571735c0880 void 0.000111
+gallium_dri.so free 0x5571735c07e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0830 0.000126
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735c0830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0830 0.000119
+gallium_dri.so free 0x5571735c0980 void 0.000117
+gallium_dri.so free 0x5571735c0830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0980 0.000125
+gallium_dri.so free 0x5571735c0a40 void 0.000119
+gallium_dri.so free 0x5571735c0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0980 0.000115
+gallium_dri.so free 0x5571735c0b00 void 0.000121
+gallium_dri.so free 0x5571735c0980 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0980 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b70 0.000124
+gallium_dri.so free 0x5571735c0c80 void 0.000124
+gallium_dri.so free 0x5571735c0b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0c30 0.000123
+gallium_dri.so free 0x5571735c0d00 void 0.000123
+gallium_dri.so free 0x5571735c0c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0d50 0.000125
+gallium_dri.so free 0x5571735c0dc0 void 0.000123
+gallium_dri.so free 0x5571735c0d50 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0de0 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000123
+gallium_dri.so free 0x5571735c0de0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0e30 0.000123
+gallium_dri.so free 0x5571735c0f00 void 0.000123
+gallium_dri.so free 0x5571735c0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e30 0.000113
+gallium_dri.so free 0x5571735c0f80 void 0.000121
+gallium_dri.so free 0x5571735c0e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0f80 0.000119
+gallium_dri.so free 0x5571735c1040 void 0.000115
+gallium_dri.so free 0x5571735c0f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0f80 0.000122
+gallium_dri.so free 0x5571735c1140 void 0.000123
+gallium_dri.so free 0x5571735c0f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c10f0 0.000125
+gallium_dri.so free 0x5571735c1180 void 0.000122
+gallium_dri.so free 0x5571735c10f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c10f0 0.000122
+gallium_dri.so free 0x5571735c1240 void 0.000122
+gallium_dri.so free 0x5571735c10f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1280 0.000286
+gallium_dri.so free 0x5571735c1300 void 0.000272
+gallium_dri.so free 0x5571735c1280 void 0.000268
+gallium_dri.so malloc 72 0x5571735c1300 0.000268
+gallium_dri.so free 0x5571735c13c0 void 0.000273
+gallium_dri.so free 0x5571735c1300 void 0.000268
+gallium_dri.so malloc 72 0x5571735c1300 0.000270
+gallium_dri.so free 0x5571735c1440 void 0.000277
+gallium_dri.so free 0x5571735c1300 void 0.000267
+gallium_dri.so malloc 72 0x5571735c1470 0.000271
+gallium_dri.so free 0x5571735c14c0 void 0.000264
+gallium_dri.so free 0x5571735c1470 void 0.000270
+gallium_dri.so malloc 72 0x5571735c1470 0.000378
+gallium_dri.so free 0x5571735c15c0 void 0.000359
+gallium_dri.so free 0x5571735c1470 void 0.000281
+gallium_dri.so malloc 72 0x5571735c1600 0.000281
+gallium_dri.so free 0x5571735c1680 void 0.000169
+gallium_dri.so free 0x5571735c1600 void 0.000189
+gallium_dri.so malloc 72 0x5571735c1680 0.000163
+gallium_dri.so free 0x5571735c1740 void 0.000130
+gallium_dri.so free 0x5571735c1680 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1680 0.000130
+gallium_dri.so free 0x5571735c17c0 void 0.000125
+gallium_dri.so free 0x5571735c1680 void 0.000125
+gallium_dri.so malloc 72 0x5571735c17f0 0.000131
+gallium_dri.so free 0x5571735c1840 void 0.000126
+gallium_dri.so free 0x5571735c17f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c17f0 0.000119
+gallium_dri.so free 0x5571735c1940 void 0.000120
+gallium_dri.so free 0x5571735c17f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735c18f0 0.000132
+gallium_dri.so free 0x5571735c1a00 void 0.000131
+gallium_dri.so free 0x5571735c18f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c19b0 0.000127
+gallium_dri.so free 0x5571735c1a80 void 0.000127
+gallium_dri.so free 0x5571735c19b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c19b0 0.000132
+gallium_dri.so free 0x5571735c1b40 void 0.000126
+gallium_dri.so free 0x5571735c19b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c19b0 0.000124
+gallium_dri.so free 0x5571735c1c00 void 0.000127
+gallium_dri.so free 0x5571735c19b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1bb0 0.000126
+gallium_dri.so free 0x5571735c1c80 void 0.000131
+gallium_dri.so free 0x5571735c1bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1cd0 0.000130
+gallium_dri.so free 0x5571735c1d40 void 0.000131
+gallium_dri.so free 0x5571735c1cd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1d60 0.000131
+gallium_dri.so free 0x5571735c1e00 void 0.000129
+gallium_dri.so free 0x5571735c1d60 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1db0 0.000130
+gallium_dri.so free 0x5571735c1e80 void 0.000132
+gallium_dri.so free 0x5571735c1db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e80 0.000125
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so free 0x5571735c1e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1e80 0.000130
+gallium_dri.so free 0x5571735c1fc0 void 0.000126
+gallium_dri.so free 0x5571735c1e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000124
+gallium_dri.so free 0x5571735c2080 void 0.000127
+gallium_dri.so free 0x5571735c1fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000120
+gallium_dri.so free 0x5571735c2140 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000130
+gallium_dri.so free 0x5571735c2200 void 0.000124
+gallium_dri.so free 0x5571735c1fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c21b0 0.000119
+gallium_dri.so free 0x5571735c2280 void 0.000131
+gallium_dri.so free 0x5571735c21b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c22d0 0.000139
+gallium_dri.so free 0x5571735c2340 void 0.000131
+gallium_dri.so free 0x5571735c22d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2380 0.000129
+gallium_dri.so free 0x5571735c2400 void 0.000130
+gallium_dri.so free 0x5571735c2380 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2380 0.000132
+gallium_dri.so free 0x5571735c2480 void 0.000126
+gallium_dri.so free 0x5571735c2380 void 0.000125
+gallium_dri.so malloc 72 0x5571735c24b0 0.000130
+gallium_dri.so free 0x5571735c2500 void 0.000125
+gallium_dri.so free 0x5571735c24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c24b0 0.000120
+gallium_dri.so free 0x5571735c2600 void 0.000125
+gallium_dri.so free 0x5571735c24b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c25b0 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000125
+gallium_dri.so free 0x5571735c25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2670 0.000120
+gallium_dri.so free 0x5571735c2700 void 0.000120
+gallium_dri.so free 0x5571735c2670 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2670 0.000130
+gallium_dri.so free 0x5571735c27c0 void 0.000141
+gallium_dri.so free 0x5571735c2670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2830 0.000130
+gallium_dri.so free 0x5571735c2880 void 0.000131
+gallium_dri.so free 0x5571735c2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2830 0.000130
+gallium_dri.so free 0x5571735c2980 void 0.000129
+gallium_dri.so free 0x5571735c2830 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2930 0.000130
+gallium_dri.so free 0x5571735c2a40 void 0.000125
+gallium_dri.so free 0x5571735c2930 void 0.000125
+gallium_dri.so malloc 72 0x5571735c29f0 0.000130
+gallium_dri.so free 0x5571735c2a80 void 0.000131
+gallium_dri.so free 0x5571735c29f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c29f0 0.000121
+gallium_dri.so free 0x5571735c2b40 void 0.000126
+gallium_dri.so free 0x5571735c29f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2b80 0.000130
+gallium_dri.so free 0x5571735c2c00 void 0.000125
+gallium_dri.so free 0x5571735c2b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2c00 0.000130
+gallium_dri.so free 0x5571735c2cc0 void 0.000130
+gallium_dri.so free 0x5571735c2c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2c00 0.000125
+gallium_dri.so free 0x5571735c2d80 void 0.000137
+gallium_dri.so free 0x5571735c2c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2da0 0.000124
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so free 0x5571735c2da0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2df0 0.000125
+gallium_dri.so free 0x5571735c2ec0 void 0.000124
+gallium_dri.so free 0x5571735c2df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2df0 0.000119
+gallium_dri.so free 0x5571735c2f40 void 0.000127
+gallium_dri.so free 0x5571735c2df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2f40 0.000129
+gallium_dri.so free 0x5571735c3000 void 0.000131
+gallium_dri.so free 0x5571735c2f40 void 0.000135
+gallium_dri.so malloc 72 0x5571735c2f40 0.000125
+gallium_dri.so free 0x5571735c30c0 void 0.000126
+gallium_dri.so free 0x5571735c2f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f40 0.000125
+gallium_dri.so free 0x5571735c3180 void 0.000127
+gallium_dri.so free 0x5571735c2f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3130 0.000125
+gallium_dri.so free 0x5571735c3240 void 0.000120
+gallium_dri.so free 0x5571735c3130 void 0.000125
+gallium_dri.so malloc 72 0x5571735c31f0 0.000130
+gallium_dri.so free 0x5571735c32c0 void 0.000124
+gallium_dri.so free 0x5571735c31f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c3310 0.000131
+gallium_dri.so free 0x5571735c3380 void 0.000129
+gallium_dri.so free 0x5571735c3310 void 0.000124
+gallium_dri.so malloc 72 0x5571735c33a0 0.000125
+gallium_dri.so free 0x5571735c3440 void 0.000131
+gallium_dri.so free 0x5571735c33a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c33f0 0.000129
+gallium_dri.so free 0x5571735c34c0 void 0.000124
+gallium_dri.so free 0x5571735c33f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c33f0 0.000119
+gallium_dri.so free 0x5571735c3540 void 0.000120
+gallium_dri.so free 0x5571735c33f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3540 0.000129
+gallium_dri.so free 0x5571735c3600 void 0.000131
+gallium_dri.so free 0x5571735c3540 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3540 0.000129
+gallium_dri.so free 0x5571735c3700 void 0.000130
+gallium_dri.so free 0x5571735c3540 void 0.000130
+gallium_dri.so malloc 72 0x5571735c36b0 0.000125
+gallium_dri.so free 0x5571735c3740 void 0.000120
+gallium_dri.so free 0x5571735c36b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c36b0 0.000125
+gallium_dri.so free 0x5571735c3800 void 0.000121
+gallium_dri.so free 0x5571735c36b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735c3840 0.000125
+gallium_dri.so free 0x5571735c38c0 void 0.000120
+gallium_dri.so free 0x5571735c3840 void 0.000120
+gallium_dri.so malloc 72 0x5571735c38c0 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000119
+gallium_dri.so free 0x5571735c38c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c38c0 0.000120
+gallium_dri.so free 0x5571735c3a00 void 0.000119
+gallium_dri.so free 0x5571735c38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a30 0.000121
+gallium_dri.so free 0x5571735c3a80 void 0.000121
+gallium_dri.so free 0x5571735c3a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a30 0.000122
+gallium_dri.so free 0x5571735c3b80 void 0.000120
+gallium_dri.so free 0x5571735c3a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000118
+gallium_dri.so free 0x5571735c3c40 void 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c40 0.000119
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c40 0.000118
+gallium_dri.so free 0x5571735c3d80 void 0.000121
+gallium_dri.so free 0x5571735c3c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3db0 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000125
+gallium_dri.so free 0x5571735c3db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3db0 0.000120
+gallium_dri.so free 0x5571735c3f00 void 0.000121
+gallium_dri.so free 0x5571735c3db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000116
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f70 0.000115
+gallium_dri.so free 0x5571735c4040 void 0.000115
+gallium_dri.so free 0x5571735c3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3f70 0.000114
+gallium_dri.so free 0x5571735c4100 void 0.000116
+gallium_dri.so free 0x5571735c3f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f70 0.000115
+gallium_dri.so free 0x5571735c41c0 void 0.000115
+gallium_dri.so free 0x5571735c3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4170 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000116
+gallium_dri.so free 0x5571735c4170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4290 0.000113
+gallium_dri.so free 0x5571735c4300 void 0.000115
+gallium_dri.so free 0x5571735c4290 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4320 0.000115
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735c4320 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4370 0.000114
+gallium_dri.so free 0x5571735c4440 void 0.000116
+gallium_dri.so free 0x5571735c4370 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4440 0.000113
+gallium_dri.so free 0x5571735c4500 void 0.000113
+gallium_dri.so free 0x5571735c4440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4440 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c4440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000113
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4580 0.000115
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4770 0.000114
+gallium_dri.so free 0x5571735c4840 void 0.000117
+gallium_dri.so free 0x5571735c4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4890 0.000114
+gallium_dri.so free 0x5571735c4900 void 0.000113
+gallium_dri.so free 0x5571735c4890 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4940 0.000113
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4940 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4a70 0.000115
+gallium_dri.so free 0x5571735c4ac0 void 0.000113
+gallium_dri.so free 0x5571735c4a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a70 0.000112
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4b70 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c30 0.000113
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c30 0.000114
+gallium_dri.so free 0x5571735c4d80 void 0.000114
+gallium_dri.so free 0x5571735c4c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4df0 0.000113
+gallium_dri.so free 0x5571735c4e40 void 0.000114
+gallium_dri.so free 0x5571735c4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4df0 0.000113
+gallium_dri.so free 0x5571735c4f40 void 0.000114
+gallium_dri.so free 0x5571735c4df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000115
+gallium_dri.so free 0x5571735c5000 void 0.000114
+gallium_dri.so free 0x5571735c4ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000112
+gallium_dri.so free 0x5571735c5040 void 0.000113
+gallium_dri.so free 0x5571735c4fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000119
+gallium_dri.so free 0x5571735c5100 void 0.000115
+gallium_dri.so free 0x5571735c4fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5140 0.000114
+gallium_dri.so free 0x5571735c51c0 void 0.000115
+gallium_dri.so free 0x5571735c5140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c51c0 0.000114
+gallium_dri.so free 0x5571735c5280 void 0.000115
+gallium_dri.so free 0x5571735c51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c51c0 0.000113
+gallium_dri.so free 0x5571735c5340 void 0.000115
+gallium_dri.so free 0x5571735c51c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5360 0.000113
+gallium_dri.so free 0x5571735c5400 void 0.000114
+gallium_dri.so free 0x5571735c5360 void 0.000114
+gallium_dri.so malloc 72 0x5571735c53b0 0.000116
+gallium_dri.so free 0x5571735c5480 void 0.000115
+gallium_dri.so free 0x5571735c53b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c53b0 0.000114
+gallium_dri.so free 0x5571735c5500 void 0.000116
+gallium_dri.so free 0x5571735c53b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5500 0.000113
+gallium_dri.so free 0x5571735c55c0 void 0.000114
+gallium_dri.so free 0x5571735c5500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5500 0.000114
+gallium_dri.so free 0x5571735c5680 void 0.000115
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5500 0.000127
+gallium_dri.so free 0x5571735c5740 void 0.000114
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c56f0 0.000114
+gallium_dri.so free 0x5571735c5800 void 0.000113
+gallium_dri.so free 0x5571735c56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c57b0 0.000112
+gallium_dri.so free 0x5571735c5880 void 0.000114
+gallium_dri.so free 0x5571735c57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c58d0 0.000114
+gallium_dri.so free 0x5571735c5940 void 0.000114
+gallium_dri.so free 0x5571735c58d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5960 0.000113
+gallium_dri.so free 0x5571735c5a00 void 0.000114
+gallium_dri.so free 0x5571735c5960 void 0.000112
+gallium_dri.so malloc 72 0x5571735c59b0 0.000112
+gallium_dri.so free 0x5571735c5a80 void 0.000113
+gallium_dri.so free 0x5571735c59b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c59b0 0.000112
+gallium_dri.so free 0x5571735c5b00 void 0.000114
+gallium_dri.so free 0x5571735c59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b00 0.000112
+gallium_dri.so free 0x5571735c5bc0 void 0.000112
+gallium_dri.so free 0x5571735c5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b00 0.000114
+gallium_dri.so free 0x5571735c5cc0 void 0.000114
+gallium_dri.so free 0x5571735c5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c70 0.000113
+gallium_dri.so free 0x5571735c5d00 void 0.000118
+gallium_dri.so free 0x5571735c5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c70 0.000114
+gallium_dri.so free 0x5571735c5dc0 void 0.000114
+gallium_dri.so free 0x5571735c5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5e00 0.000113
+gallium_dri.so free 0x5571735c5e80 void 0.000112
+gallium_dri.so free 0x5571735c5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5e80 0.000113
+gallium_dri.so free 0x5571735c5f40 void 0.000114
+gallium_dri.so free 0x5571735c5e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5e80 0.000113
+gallium_dri.so free 0x5571735c5fc0 void 0.000115
+gallium_dri.so free 0x5571735c5e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000113
+gallium_dri.so free 0x5571735c6040 void 0.000113
+gallium_dri.so free 0x5571735c5ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000113
+gallium_dri.so free 0x5571735c6140 void 0.000120
+gallium_dri.so free 0x5571735c5ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6180 0.000112
+gallium_dri.so free 0x5571735c6200 void 0.000114
+gallium_dri.so free 0x5571735c6180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6200 0.000112
+gallium_dri.so free 0x5571735c62c0 void 0.000114
+gallium_dri.so free 0x5571735c6200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6200 0.000113
+gallium_dri.so free 0x5571735c6340 void 0.000182
+gallium_dri.so free 0x5571735c6200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6370 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000115
+gallium_dri.so free 0x5571735c6370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6370 0.000114
+gallium_dri.so free 0x5571735c64c0 void 0.000117
+gallium_dri.so free 0x5571735c6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6470 0.000116
+gallium_dri.so free 0x5571735c6580 void 0.000114
+gallium_dri.so free 0x5571735c6470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000114
+gallium_dri.so free 0x5571735c6600 void 0.000114
+gallium_dri.so free 0x5571735c6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000115
+gallium_dri.so free 0x5571735c66c0 void 0.000115
+gallium_dri.so free 0x5571735c6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000112
+gallium_dri.so free 0x5571735c6780 void 0.000114
+gallium_dri.so free 0x5571735c6530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6730 0.000115
+gallium_dri.so free 0x5571735c6800 void 0.000115
+gallium_dri.so free 0x5571735c6730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6850 0.000113
+gallium_dri.so free 0x5571735c68c0 void 0.000115
+gallium_dri.so free 0x5571735c6850 void 0.000114
+gallium_dri.so malloc 72 0x5571735c68e0 0.000114
+gallium_dri.so free 0x5571735c6980 void 0.000124
+gallium_dri.so free 0x5571735c68e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6930 0.000113
+gallium_dri.so free 0x5571735c6a00 void 0.000116
+gallium_dri.so free 0x5571735c6930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6a00 0.000114
+gallium_dri.so free 0x5571735c6ac0 void 0.000114
+gallium_dri.so free 0x5571735c6a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a00 0.000114
+gallium_dri.so free 0x5571735c6b40 void 0.000113
+gallium_dri.so free 0x5571735c6a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b40 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000114
+gallium_dri.so free 0x5571735c6b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b40 0.000114
+gallium_dri.so free 0x5571735c6cc0 void 0.000113
+gallium_dri.so free 0x5571735c6b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b40 0.000113
+gallium_dri.so free 0x5571735c6d80 void 0.000114
+gallium_dri.so free 0x5571735c6b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6d30 0.000112
+gallium_dri.so free 0x5571735c6e00 void 0.000114
+gallium_dri.so free 0x5571735c6d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6e50 0.000113
+gallium_dri.so free 0x5571735c6ec0 void 0.000114
+gallium_dri.so free 0x5571735c6e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f00 0.000113
+gallium_dri.so free 0x5571735c6f80 void 0.000113
+gallium_dri.so free 0x5571735c6f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735c6f00 0.000115
+gallium_dri.so free 0x5571735c7000 void 0.000112
+gallium_dri.so free 0x5571735c6f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7030 0.000112
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so free 0x5571735c7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7030 0.000114
+gallium_dri.so free 0x5571735c7180 void 0.000114
+gallium_dri.so free 0x5571735c7030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7130 0.000112
+gallium_dri.so free 0x5571735c7240 void 0.000114
+gallium_dri.so free 0x5571735c7130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c71f0 0.000113
+gallium_dri.so free 0x5571735c7280 void 0.000113
+gallium_dri.so free 0x5571735c71f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c71f0 0.000113
+gallium_dri.so free 0x5571735c7340 void 0.000113
+gallium_dri.so free 0x5571735c71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c73b0 0.000115
+gallium_dri.so free 0x5571735c7400 void 0.000113
+gallium_dri.so free 0x5571735c73b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c73b0 0.000114
+gallium_dri.so free 0x5571735c7500 void 0.000113
+gallium_dri.so free 0x5571735c73b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c74b0 0.000112
+gallium_dri.so free 0x5571735c75c0 void 0.000113
+gallium_dri.so free 0x5571735c74b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c7570 0.000115
+gallium_dri.so free 0x5571735c7600 void 0.000115
+gallium_dri.so free 0x5571735c7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7570 0.000112
+gallium_dri.so free 0x5571735c76c0 void 0.000113
+gallium_dri.so free 0x5571735c7570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7700 0.000114
+gallium_dri.so free 0x5571735c7780 void 0.000115
+gallium_dri.so free 0x5571735c7700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7780 0.000114
+gallium_dri.so free 0x5571735c7840 void 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7780 0.000113
+gallium_dri.so free 0x5571735c7900 void 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7920 0.000113
+gallium_dri.so free 0x5571735c79c0 void 0.000115
+gallium_dri.so free 0x5571735c7920 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7970 0.000113
+gallium_dri.so free 0x5571735c7a40 void 0.000114
+gallium_dri.so free 0x5571735c7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7970 0.000113
+gallium_dri.so free 0x5571735c7ac0 void 0.000118
+gallium_dri.so free 0x5571735c7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000114
+gallium_dri.so free 0x5571735c7b80 void 0.000116
+gallium_dri.so free 0x5571735c7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000125
+gallium_dri.so free 0x5571735c7c40 void 0.000114
+gallium_dri.so free 0x5571735c7ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000115
+gallium_dri.so free 0x5571735c7d00 void 0.000114
+gallium_dri.so free 0x5571735c7ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000113
+gallium_dri.so free 0x5571735c7dc0 void 0.000114
+gallium_dri.so free 0x5571735c7cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7d70 0.000113
+gallium_dri.so free 0x5571735c7e40 void 0.000115
+gallium_dri.so free 0x5571735c7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7e90 0.000113
+gallium_dri.so free 0x5571735c7f00 void 0.000113
+gallium_dri.so free 0x5571735c7e90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7f20 0.000128
+gallium_dri.so free 0x5571735c7fc0 void 0.000121
+gallium_dri.so free 0x5571735c7f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7f70 0.000114
+gallium_dri.so free 0x5571735c8040 void 0.000114
+gallium_dri.so free 0x5571735c7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7f70 0.000112
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so free 0x5571735c7f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c80c0 0.000114
+gallium_dri.so free 0x5571735c8180 void 0.000114
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c80c0 0.000134
+gallium_dri.so free 0x5571735c8280 void 0.000116
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8230 0.000113
+gallium_dri.so free 0x5571735c82c0 void 0.000114
+gallium_dri.so free 0x5571735c8230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8230 0.000115
+gallium_dri.so free 0x5571735c8380 void 0.000114
+gallium_dri.so free 0x5571735c8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c83c0 0.000113
+gallium_dri.so free 0x5571735c8440 void 0.000116
+gallium_dri.so free 0x5571735c83c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8440 0.000113
+gallium_dri.so free 0x5571735c8500 void 0.000116
+gallium_dri.so free 0x5571735c8440 void 0.000129
+gallium_dri.so malloc 72 0x5571735c8440 0.000114
+gallium_dri.so free 0x5571735c8580 void 0.000115
+gallium_dri.so free 0x5571735c8440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c85b0 0.000115
+gallium_dri.so free 0x5571735c8600 void 0.000114
+gallium_dri.so free 0x5571735c85b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c85b0 0.000113
+gallium_dri.so free 0x5571735c8700 void 0.000114
+gallium_dri.so free 0x5571735c85b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8740 0.000113
+gallium_dri.so free 0x5571735c87c0 void 0.000115
+gallium_dri.so free 0x5571735c8740 void 0.000115
+gallium_dri.so malloc 72 0x5571735c87c0 0.000131
+gallium_dri.so free 0x5571735c8880 void 0.000116
+gallium_dri.so free 0x5571735c87c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c87c0 0.000112
+gallium_dri.so free 0x5571735c8900 void 0.000113
+gallium_dri.so free 0x5571735c87c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8930 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000113
+gallium_dri.so free 0x5571735c8930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8930 0.000113
+gallium_dri.so free 0x5571735c8a80 void 0.000114
+gallium_dri.so free 0x5571735c8930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8a30 0.000113
+gallium_dri.so free 0x5571735c8b40 void 0.000114
+gallium_dri.so free 0x5571735c8a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8af0 0.000112
+gallium_dri.so free 0x5571735c8bc0 void 0.000113
+gallium_dri.so free 0x5571735c8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8af0 0.000112
+gallium_dri.so free 0x5571735c8c80 void 0.000113
+gallium_dri.so free 0x5571735c8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8af0 0.000113
+gallium_dri.so free 0x5571735c8d40 void 0.000113
+gallium_dri.so free 0x5571735c8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000114
+gallium_dri.so free 0x5571735c8dc0 void 0.000113
+gallium_dri.so free 0x5571735c8cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8e10 0.000113
+gallium_dri.so free 0x5571735c8e80 void 0.000169
+gallium_dri.so free 0x5571735c8e10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8ea0 0.000113
+gallium_dri.so free 0x5571735c8f40 void 0.000113
+gallium_dri.so free 0x5571735c8ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000114
+gallium_dri.so free 0x5571735c8ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8fc0 0.000114
+gallium_dri.so free 0x5571735c9080 void 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8fc0 0.000113
+gallium_dri.so free 0x5571735c9100 void 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9100 0.000116
+gallium_dri.so free 0x5571735c91c0 void 0.000113
+gallium_dri.so free 0x5571735c9100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9100 0.000303
+gallium_dri.so free 0x5571735c9280 void 0.000245
+gallium_dri.so free 0x5571735c9100 void 0.000158
+gallium_dri.so malloc 72 0x5571735c9100 0.000123
+gallium_dri.so free 0x5571735c9340 void 0.000124
+gallium_dri.so free 0x5571735c9100 void 0.000123
+gallium_dri.so malloc 72 0x5571735c92f0 0.000199
+gallium_dri.so free 0x5571735c93c0 void 0.000221
+gallium_dri.so free 0x5571735c92f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9410 0.000152
+gallium_dri.so free 0x5571735c9480 void 0.000116
+gallium_dri.so free 0x5571735c9410 void 0.000112
+gallium_dri.so malloc 72 0x5571735c94c0 0.000117
+gallium_dri.so free 0x5571735c9540 void 0.000128
+gallium_dri.so free 0x5571735c94c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c94c0 0.000129
+gallium_dri.so free 0x5571735c95c0 void 0.000127
+gallium_dri.so free 0x5571735c94c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c95f0 0.000126
+gallium_dri.so free 0x5571735c9640 void 0.000132
+gallium_dri.so free 0x5571735c95f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c95f0 0.000134
+gallium_dri.so free 0x5571735c9740 void 0.000134
+gallium_dri.so free 0x5571735c95f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c96f0 0.000174
+gallium_dri.so free 0x5571735c9800 void 0.000173
+gallium_dri.so free 0x5571735c96f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c97b0 0.000174
+gallium_dri.so free 0x5571735c9840 void 0.000129
+gallium_dri.so free 0x5571735c97b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c97b0 0.000123
+gallium_dri.so free 0x5571735c9900 void 0.000137
+gallium_dri.so free 0x5571735c97b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c9970 0.000134
+gallium_dri.so free 0x5571735c99c0 void 0.000134
+gallium_dri.so free 0x5571735c9970 void 0.000135
+gallium_dri.so malloc 72 0x5571735c9970 0.000128
+gallium_dri.so free 0x5571735c9ac0 void 0.000133
+gallium_dri.so free 0x5571735c9970 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9a70 0.000125
+gallium_dri.so free 0x5571735c9b80 void 0.000127
+gallium_dri.so free 0x5571735c9a70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9b30 0.000128
+gallium_dri.so free 0x5571735c9bc0 void 0.000127
+gallium_dri.so free 0x5571735c9b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9b30 0.000135
+gallium_dri.so free 0x5571735c9c80 void 0.000137
+gallium_dri.so free 0x5571735c9b30 void 0.000153
+gallium_dri.so malloc 72 0x5571735c9cc0 0.000184
+gallium_dri.so free 0x5571735c9d40 void 0.000138
+gallium_dri.so free 0x5571735c9cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9d40 0.000121
+gallium_dri.so free 0x5571735c9e00 void 0.000120
+gallium_dri.so free 0x5571735c9d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9d40 0.000119
+gallium_dri.so free 0x5571735c9ec0 void 0.000118
+gallium_dri.so free 0x5571735c9d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9ee0 0.000117
+gallium_dri.so free 0x5571735c9f80 void 0.000118
+gallium_dri.so free 0x5571735c9ee0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9f30 0.000119
+gallium_dri.so free 0x5571735ca000 void 0.000126
+gallium_dri.so free 0x5571735c9f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c9f30 0.000129
+gallium_dri.so free 0x5571735ca080 void 0.000128
+gallium_dri.so free 0x5571735c9f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ca080 0.000133
+gallium_dri.so free 0x5571735ca140 void 0.000189
+gallium_dri.so free 0x5571735ca080 void 0.000185
+gallium_dri.so malloc 72 0x5571735ca080 0.000188
+gallium_dri.so free 0x5571735ca200 void 0.000133
+gallium_dri.so free 0x5571735ca080 void 0.000127
+gallium_dri.so malloc 72 0x5571735ca080 0.000130
+gallium_dri.so free 0x5571735ca2c0 void 0.000143
+gallium_dri.so free 0x5571735ca080 void 0.000130
+gallium_dri.so malloc 72 0x5571735ca270 0.000125
+gallium_dri.so free 0x5571735ca380 void 0.000119
+gallium_dri.so free 0x5571735ca270 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca330 0.000118
+gallium_dri.so free 0x5571735ca400 void 0.000118
+gallium_dri.so free 0x5571735ca330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca450 0.000117
+gallium_dri.so free 0x5571735ca4c0 void 0.000117
+gallium_dri.so free 0x5571735ca450 void 0.000129
+gallium_dri.so malloc 72 0x5571735ca4e0 0.000126
+gallium_dri.so free 0x5571735ca580 void 0.000126
+gallium_dri.so free 0x5571735ca4e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca530 0.000124
+gallium_dri.so free 0x5571735ca600 void 0.000122
+gallium_dri.so free 0x5571735ca530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca530 0.000120
+gallium_dri.so free 0x5571735ca680 void 0.000129
+gallium_dri.so free 0x5571735ca530 void 0.000126
+gallium_dri.so malloc 72 0x5571735ca680 0.000126
+gallium_dri.so free 0x5571735ca740 void 0.000126
+gallium_dri.so free 0x5571735ca680 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca680 0.000126
+gallium_dri.so free 0x5571735ca840 void 0.000126
+gallium_dri.so free 0x5571735ca680 void 0.000139
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000135
+gallium_dri.so free 0x5571735ca880 void 0.000156
+gallium_dri.so free 0x5571735ca7f0 void 0.000234
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000137
+gallium_dri.so free 0x5571735ca940 void 0.000135
+gallium_dri.so free 0x5571735ca7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca980 0.000132
+gallium_dri.so free 0x5571735eb380 void 0.000133
+gallium_dri.so free 0x5571735ca980 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb380 0.000130
+gallium_dri.so free 0x5571735eb440 void 0.000135
+gallium_dri.so free 0x5571735eb380 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb380 0.000134
+gallium_dri.so free 0x5571735eb500 void 0.000133
+gallium_dri.so free 0x5571735eb380 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb380 0.000133
+gallium_dri.so free 0x5571735eb5c0 void 0.000252
+gallium_dri.so free 0x5571735eb380 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb570 0.000120
+gallium_dri.so free 0x5571735a9180 void 0.000118
+gallium_dri.so free 0x5571735eb570 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb570 0.000120
+gallium_dri.so free 0x557173450f00 void 0.000122
+gallium_dri.so free 0x5571735eb570 void 0.000117
+gallium_dri.so malloc 72 0x557173450eb0 0.000169
+gallium_dri.so free 0x5571735a9280 void 0.000222
+gallium_dri.so free 0x557173450eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173450eb0 0.000118
+gallium_dri.so free 0x5571735b5f40 void 0.000127
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173450eb0 0.000121
+gallium_dri.so free 0x5571735eb400 void 0.000120
+gallium_dri.so free 0x557173450eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173450eb0 0.000121
+gallium_dri.so free 0x5571735eb480 void 0.000120
+gallium_dri.so free 0x557173450eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb480 0.000120
+gallium_dri.so free 0x5571735a8a40 void 0.000120
+gallium_dri.so free 0x5571735eb480 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb480 0.000120
+gallium_dri.so free 0x5571735a8b00 void 0.000120
+gallium_dri.so free 0x5571735eb480 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8b20 0.000120
+gallium_dri.so free 0x5571735d74c0 void 0.000121
+gallium_dri.so free 0x5571735a8b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d74f0 0.000117
+gallium_dri.so free 0x5571735d7540 void 0.000122
+gallium_dri.so free 0x5571735d74f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d74f0 0.000131
+gallium_dri.so free 0x5571735afe40 void 0.000130
+gallium_dri.so free 0x5571735d74f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735afe40 0.000207
+gallium_dri.so free 0x5571735aff00 void 0.000237
+gallium_dri.so free 0x5571735afe40 void 0.000163
+gallium_dri.so malloc 72 0x5571735afe40 0.000248
+gallium_dri.so free 0x5571735d7640 void 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75f0 0.000115
+gallium_dri.so free 0x5571735addc0 void 0.000116
+gallium_dri.so free 0x5571735d75f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735addc0 0.000115
+gallium_dri.so free 0x5571735aff80 void 0.000114
+gallium_dri.so free 0x5571735addc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735affc0 0.000114
+gallium_dri.so free 0x5571735ade80 void 0.000114
+gallium_dri.so free 0x5571735affc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ade80 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000115
+gallium_dri.so free 0x5571735ade80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ade80 0.000118
+gallium_dri.so free 0x5571735a8f80 void 0.000124
+gallium_dri.so free 0x5571735ade80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ade80 0.000112
+gallium_dri.so free 0x5571735a9040 void 0.000112
+gallium_dri.so free 0x5571735ade80 void 0.000103
+gallium_dri.so malloc 72 0x5571735a8ff0 0.000188
+gallium_dri.so free 0x5571735ae700 void 0.000115
+gallium_dri.so free 0x5571735a8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae750 0.000110
+gallium_dri.so free 0x5571735ae7c0 void 0.000110
+gallium_dri.so free 0x5571735ae750 void 0.000117
+gallium_dri.so malloc 72 0x5571735ae800 0.000112
+gallium_dri.so free 0x5571735ae880 void 0.000113
+gallium_dri.so free 0x5571735ae800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000112
+gallium_dri.so free 0x5571734f6040 void 0.000112
+gallium_dri.so free 0x5571735ae8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000113
+gallium_dri.so free 0x5571734f6100 void 0.000112
+gallium_dri.so free 0x5571735ae8a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734f6140 0.000111
+gallium_dri.so free 0x5571734f61c0 void 0.000112
+gallium_dri.so free 0x5571734f6140 void 0.000118
+gallium_dri.so malloc 72 0x5571734f61c0 0.000115
+gallium_dri.so free 0x5571735be540 void 0.000114
+gallium_dri.so free 0x5571734f61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be560 0.000112
+gallium_dri.so free 0x5571735be600 void 0.000140
+gallium_dri.so free 0x5571735be560 void 0.000116
+gallium_dri.so malloc 72 0x5571735be5b0 0.000112
+gallium_dri.so free 0x5571735be680 void 0.000111
+gallium_dri.so free 0x5571735be5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be5b0 0.000113
+gallium_dri.so free 0x5571735bd840 void 0.000112
+gallium_dri.so free 0x5571735be5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735be5b0 0.000112
+gallium_dri.so free 0x5571735bd940 void 0.000135
+gallium_dri.so free 0x5571735be5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000113
+gallium_dri.so free 0x5571735bda00 void 0.000111
+gallium_dri.so free 0x5571735bd8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000111
+gallium_dri.so free 0x5571735b0100 void 0.000112
+gallium_dri.so free 0x5571735bd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000110
+gallium_dri.so free 0x5571735b01c0 void 0.000112
+gallium_dri.so free 0x5571735bd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0170 0.000114
+gallium_dri.so free 0x5571735b0240 void 0.000114
+gallium_dri.so free 0x5571735b0170 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0290 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000115
+gallium_dri.so free 0x5571735b0290 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0290 0.000114
+gallium_dri.so free 0x5571735b6f40 void 0.000115
+gallium_dri.so free 0x5571735b0290 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6f60 0.000114
+gallium_dri.so free 0x5571735b7000 void 0.000114
+gallium_dri.so free 0x5571735b6f60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6fb0 0.000113
+gallium_dri.so free 0x5571735b8180 void 0.000114
+gallium_dri.so free 0x5571735b6fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81c0 0.000113
+gallium_dri.so free 0x5571735b8240 void 0.000113
+gallium_dri.so free 0x5571735b81c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b8240 0.000113
+gallium_dri.so free 0x5571735b8300 void 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000114
+gallium_dri.so malloc 72 0x5571735b8240 0.000112
+gallium_dri.so free 0x5571735b8380 void 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000112
+gallium_dri.so malloc 72 0x5571735b83b0 0.000112
+gallium_dri.so free 0x557173451040 void 0.000116
+gallium_dri.so free 0x5571735b83b0 void 0.000113
+gallium_dri.so malloc 72 0x557173451090 0.000112
+gallium_dri.so free 0x557173451100 void 0.000113
+gallium_dri.so free 0x557173451090 void 0.000113
+gallium_dri.so malloc 72 0x557173451140 0.000112
+gallium_dri.so free 0x5571734511c0 void 0.000116
+gallium_dri.so free 0x557173451140 void 0.000113
+gallium_dri.so malloc 72 0x5571734511c0 0.000112
+gallium_dri.so free 0x5571735b8400 void 0.000114
+gallium_dri.so free 0x5571734511c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734511c0 0.000121
+gallium_dri.so free 0x557173451280 void 0.000115
+gallium_dri.so free 0x5571734511c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734511c0 0.000113
+gallium_dri.so free 0x557173451340 void 0.000112
+gallium_dri.so free 0x5571734511c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734512f0 0.000114
+gallium_dri.so free 0x5571735d9300 void 0.000113
+gallium_dri.so free 0x5571734512f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d92b0 0.000113
+gallium_dri.so free 0x5571735d93c0 void 0.000114
+gallium_dri.so free 0x5571735d92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9370 0.000118
+gallium_dri.so free 0x5571735d9440 void 0.000115
+gallium_dri.so free 0x5571735d9370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d9460 0.000114
+gallium_dri.so free 0x5571735d9500 void 0.000115
+gallium_dri.so free 0x5571735d9460 void 0.000113
+gallium_dri.so malloc 72 0x5571735d94b0 0.000113
+gallium_dri.so free 0x5571735d9580 void 0.000114
+gallium_dri.so free 0x5571735d94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d94b0 0.000113
+gallium_dri.so free 0x5571735e3880 void 0.000115
+gallium_dri.so free 0x5571735d94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e38d0 0.000111
+gallium_dri.so free 0x5571735e3940 void 0.000115
+gallium_dri.so free 0x5571735e38d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3960 0.000129
+gallium_dri.so free 0x5571735e3a00 void 0.000116
+gallium_dri.so free 0x5571735e3960 void 0.000112
+gallium_dri.so malloc 72 0x5571735e39b0 0.000113
+gallium_dri.so free 0x5571735e3a80 void 0.000113
+gallium_dri.so free 0x5571735e39b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e39b0 0.000112
+gallium_dri.so free 0x5571735d9600 void 0.000115
+gallium_dri.so free 0x5571735e39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e39b0 0.000115
+gallium_dri.so free 0x5571735e3b80 void 0.000113
+gallium_dri.so free 0x5571735e39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3b30 0.000114
+gallium_dri.so free 0x5571735e3c40 void 0.000114
+gallium_dri.so free 0x5571735e3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3bf0 0.000113
+gallium_dri.so free 0x5571735b71c0 void 0.000115
+gallium_dri.so free 0x5571735e3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7170 0.000113
+gallium_dri.so free 0x5571735b7240 void 0.000114
+gallium_dri.so free 0x5571735b7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b72c0 void 0.000114
+gallium_dri.so free 0x5571735b7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735b72c0 0.000114
+gallium_dri.so free 0x5571735b7380 void 0.000114
+gallium_dri.so free 0x5571735b72c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b72c0 0.000114
+gallium_dri.so free 0x5571735b7480 void 0.000117
+gallium_dri.so free 0x5571735b72c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b72c0 0.000113
+gallium_dri.so free 0x5571735b7500 void 0.000112
+gallium_dri.so free 0x5571735b72c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7530 0.000111
+gallium_dri.so free 0x5571735b7580 void 0.000112
+gallium_dri.so free 0x5571735b7530 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7530 0.000111
+gallium_dri.so free 0x557173451500 void 0.000111
+gallium_dri.so free 0x5571735b7530 void 0.000113
+gallium_dri.so malloc 72 0x5571734514b0 0.000112
+gallium_dri.so free 0x5571734515c0 void 0.000113
+gallium_dri.so free 0x5571734514b0 void 0.000136
+gallium_dri.so malloc 72 0x557173451570 0.000114
+gallium_dri.so free 0x557173451600 void 0.000114
+gallium_dri.so free 0x557173451570 void 0.000113
+gallium_dri.so malloc 72 0x557173451570 0.000118
+gallium_dri.so free 0x5571734516c0 void 0.000114
+gallium_dri.so free 0x557173451570 void 0.000112
+gallium_dri.so malloc 72 0x557173451710 0.000113
+gallium_dri.so free 0x557173451780 void 0.000112
+gallium_dri.so free 0x557173451710 void 0.000119
+gallium_dri.so malloc 72 0x5571734517c0 0.000115
+gallium_dri.so free 0x557173451840 void 0.000116
+gallium_dri.so free 0x5571734517c0 void 0.000114
+gallium_dri.so malloc 72 0x557173451840 0.000113
+gallium_dri.so free 0x557173451900 void 0.000183
+gallium_dri.so free 0x557173451840 void 0.000114
+gallium_dri.so malloc 72 0x557173451840 0.000113
+gallium_dri.so free 0x557173451980 void 0.000111
+gallium_dri.so free 0x557173451840 void 0.000113
+gallium_dri.so malloc 72 0x5571734519b0 0.000112
+gallium_dri.so free 0x557173451a00 void 0.000123
+gallium_dri.so free 0x5571734519b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734519b0 0.000112
+gallium_dri.so free 0x557173451b00 void 0.000112
+gallium_dri.so free 0x5571734519b0 void 0.000112
+gallium_dri.so malloc 72 0x557173451ab0 0.000113
+gallium_dri.so free 0x5571735b61c0 void 0.000113
+gallium_dri.so free 0x557173451ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173451ab0 0.000111
+gallium_dri.so free 0x5571735b6240 void 0.000112
+gallium_dri.so free 0x557173451ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173451ab0 0.000114
+gallium_dri.so free 0x5571735b6300 void 0.000110
+gallium_dri.so free 0x557173451ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173451ab0 0.000112
+gallium_dri.so free 0x5571735b63c0 void 0.000117
+gallium_dri.so free 0x557173451ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6370 0.000115
+gallium_dri.so free 0x5571735b6440 void 0.000115
+gallium_dri.so free 0x5571735b6370 void 0.000112
+gallium_dri.so malloc 72 0x5571735b6490 0.000113
+gallium_dri.so free 0x5571735b6500 void 0.000122
+gallium_dri.so free 0x5571735b6490 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6520 0.000113
+gallium_dri.so free 0x5571735b65c0 void 0.000114
+gallium_dri.so free 0x5571735b6520 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6570 0.000113
+gallium_dri.so free 0x5571735b6640 void 0.000114
+gallium_dri.so free 0x5571735b6570 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6570 0.000113
+gallium_dri.so free 0x5571735b6740 void 0.000113
+gallium_dri.so free 0x5571735b6570 void 0.000112
+gallium_dri.so malloc 72 0x5571735b66f0 0.000113
+gallium_dri.so free 0x5571735b67c0 void 0.000112
+gallium_dri.so free 0x5571735b66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6810 0.000112
+gallium_dri.so free 0x5571735b6880 void 0.000115
+gallium_dri.so free 0x5571735b6810 void 0.000112
+gallium_dri.so malloc 72 0x5571735b68a0 0.000113
+gallium_dri.so free 0x5571735b6940 void 0.000114
+gallium_dri.so free 0x5571735b68a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68f0 0.000114
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so free 0x5571735b68f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b68f0 0.000113
+gallium_dri.so free 0x5571735b52c0 void 0.000114
+gallium_dri.so free 0x5571735b68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5270 0.000113
+gallium_dri.so free 0x5571735b5380 void 0.000114
+gallium_dri.so free 0x5571735b5270 void 0.000123
+gallium_dri.so malloc 72 0x5571735b5330 0.000121
+gallium_dri.so free 0x5571735b5400 void 0.000116
+gallium_dri.so free 0x5571735b5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5330 0.000113
+gallium_dri.so free 0x5571735b54c0 void 0.000112
+gallium_dri.so free 0x5571735b5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5330 0.000115
+gallium_dri.so free 0x5571735b5580 void 0.000152
+gallium_dri.so free 0x5571735b5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5530 0.000117
+gallium_dri.so free 0x5571735b5600 void 0.000115
+gallium_dri.so free 0x5571735b5530 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5650 0.000114
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b5650 void 0.000115
+gallium_dri.so malloc 72 0x5571735b56e0 0.000114
+gallium_dri.so free 0x5571735b5780 void 0.000115
+gallium_dri.so free 0x5571735b56e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5730 0.000115
+gallium_dri.so free 0x5571735b5800 void 0.000116
+gallium_dri.so free 0x5571735b5730 void 0.000115
+gallium_dri.so malloc 72 0x5571735b5800 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000117
+gallium_dri.so free 0x5571735b5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5800 0.000114
+gallium_dri.so free 0x5571735b5940 void 0.000116
+gallium_dri.so free 0x5571735b5800 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5940 0.000115
+gallium_dri.so free 0x5571735bdb40 void 0.000113
+gallium_dri.so free 0x5571735b5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5940 0.000112
+gallium_dri.so free 0x5571735bdbc0 void 0.000113
+gallium_dri.so free 0x5571735b5940 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdbf0 0.000116
+gallium_dri.so free 0x5571735bdc40 void 0.000114
+gallium_dri.so free 0x5571735bdbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdbf0 0.000113
+gallium_dri.so free 0x5571735bdd40 void 0.000114
+gallium_dri.so free 0x5571735bdbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdcf0 0.000113
+gallium_dri.so free 0x5571735bde00 void 0.000113
+gallium_dri.so free 0x5571735bdcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bddb0 0.000113
+gallium_dri.so free 0x5571735bde80 void 0.000113
+gallium_dri.so free 0x5571735bddb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735bdea0 0.000112
+gallium_dri.so free 0x5571735bdf40 void 0.000115
+gallium_dri.so free 0x5571735bdea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdef0 0.000112
+gallium_dri.so free 0x5571735bdfc0 void 0.000115
+gallium_dri.so free 0x5571735bdef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bdef0 0.000112
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so free 0x5571735bdef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be040 0.000114
+gallium_dri.so free 0x5571735be100 void 0.000113
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so malloc 72 0x5571735be040 0.000112
+gallium_dri.so free 0x5571735be1c0 void 0.000112
+gallium_dri.so free 0x5571735be040 void 0.000114
+gallium_dri.so malloc 72 0x5571735be040 0.000111
+gallium_dri.so free 0x5571735be280 void 0.000112
+gallium_dri.so free 0x5571735be040 void 0.000113
+gallium_dri.so malloc 72 0x5571735be230 0.000113
+gallium_dri.so free 0x5571735be280 void 0.000111
+gallium_dri.so free 0x5571735be230 void 0.000112
+gallium_dri.so malloc 72 0x5571735be230 0.000111
+gallium_dri.so free 0x5571735be380 void 0.000111
+gallium_dri.so free 0x5571735be230 void 0.000112
+gallium_dri.so malloc 72 0x5571735be330 0.000113
+gallium_dri.so free 0x5571735b22c0 void 0.000112
+gallium_dri.so free 0x5571735be330 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2270 0.000110
+gallium_dri.so free 0x5571735b2300 void 0.000111
+gallium_dri.so free 0x5571735b2270 void 0.000111
+gallium_dri.so malloc 72 0x5571735b2270 0.000111
+gallium_dri.so free 0x5571735b23c0 void 0.000146
+gallium_dri.so free 0x5571735b2270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2400 0.000117
+gallium_dri.so free 0x5571735b2480 void 0.000117
+gallium_dri.so free 0x5571735b2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2480 0.000187
+gallium_dri.so free 0x5571735b2540 void 0.000117
+gallium_dri.so free 0x5571735b2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2480 0.000116
+gallium_dri.so free 0x5571735b2600 void 0.000116
+gallium_dri.so free 0x5571735b2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2620 0.000115
+gallium_dri.so free 0x5571735b26c0 void 0.000116
+gallium_dri.so free 0x5571735b2620 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2670 0.000115
+gallium_dri.so free 0x5571735b2740 void 0.000116
+gallium_dri.so free 0x5571735b2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2670 0.000114
+gallium_dri.so free 0x5571735b27c0 void 0.000117
+gallium_dri.so free 0x5571735b2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735b27c0 0.000120
+gallium_dri.so free 0x5571735b2880 void 0.000129
+gallium_dri.so free 0x5571735b27c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b27c0 0.000242
+gallium_dri.so free 0x5571735b2940 void 0.000183
+gallium_dri.so free 0x5571735b27c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735b27c0 0.000171
+gallium_dri.so free 0x5571735b2a00 void 0.000181
+gallium_dri.so free 0x5571735b27c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735b29b0 0.000189
+gallium_dri.so free 0x5571735b2ac0 void 0.000225
+gallium_dri.so free 0x5571735b29b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735b2a70 0.000220
+gallium_dri.so free 0x5571735b2b40 void 0.000174
+gallium_dri.so free 0x5571735b2a70 void 0.000174
+gallium_dri.so malloc 72 0x5571735b2b90 0.000176
+gallium_dri.so free 0x5571735e6300 void 0.000176
+gallium_dri.so free 0x5571735b2b90 void 0.000177
+gallium_dri.so malloc 72 0x5571735b2b90 0.000177
+gallium_dri.so free 0x5571735e6380 void 0.000180
+gallium_dri.so free 0x5571735b2b90 void 0.000180
+gallium_dri.so malloc 72 0x5571735e63b0 0.000177
+gallium_dri.so free 0x5571735e6400 void 0.000180
+gallium_dri.so free 0x5571735e63b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735e63b0 0.000201
+gallium_dri.so free 0x5571735e6500 void 0.000190
+gallium_dri.so free 0x5571735e63b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e64b0 0.000226
+gallium_dri.so free 0x5571735e65c0 void 0.000226
+gallium_dri.so free 0x5571735e64b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735e6570 0.000187
+gallium_dri.so free 0x5571735e6640 void 0.000204
+gallium_dri.so free 0x5571735e6570 void 0.000307
+gallium_dri.so malloc 72 0x5571735e6660 0.000412
+gallium_dri.so free 0x5571735e6700 void 0.000310
+gallium_dri.so free 0x5571735e6660 void 0.000272
+gallium_dri.so malloc 72 0x5571735e66b0 0.000209
+gallium_dri.so free 0x5571735e6780 void 0.000215
+gallium_dri.so free 0x5571735e66b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735e66b0 0.000122
+gallium_dri.so free 0x5571735e6800 void 0.000122
+gallium_dri.so free 0x5571735e66b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6800 0.000120
+gallium_dri.so free 0x5571735e68c0 void 0.000119
+gallium_dri.so free 0x5571735e6800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6800 0.000120
+gallium_dri.so free 0x5571735e6980 void 0.000120
+gallium_dri.so free 0x5571735e6800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6800 0.000122
+gallium_dri.so free 0x5571735e6a40 void 0.000122
+gallium_dri.so free 0x5571735e6800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e69f0 0.000119
+gallium_dri.so free 0x5571735e6a40 void 0.000121
+gallium_dri.so free 0x5571735e69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e69f0 0.000121
+gallium_dri.so free 0x5571735e6b40 void 0.000121
+gallium_dri.so free 0x5571735e69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6af0 0.000120
+gallium_dri.so free 0x5571735e6c00 void 0.000121
+gallium_dri.so free 0x5571735e6af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000118
+gallium_dri.so free 0x5571735e6c40 void 0.000120
+gallium_dri.so free 0x5571735e6bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000121
+gallium_dri.so free 0x5571735e6d00 void 0.000120
+gallium_dri.so free 0x5571735e6bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6d40 0.000119
+gallium_dri.so free 0x5571735e6dc0 void 0.000118
+gallium_dri.so free 0x5571735e6d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6dc0 0.000125
+gallium_dri.so free 0x5571735b9bc0 void 0.000128
+gallium_dri.so free 0x5571735e6dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9b70 0.000118
+gallium_dri.so free 0x5571735b9c40 void 0.000117
+gallium_dri.so free 0x5571735b9b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735b9b70 0.000126
+gallium_dri.so free 0x5571735b9d00 void 0.000121
+gallium_dri.so free 0x5571735b9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9b70 0.000119
+gallium_dri.so free 0x5571735b9dc0 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9d70 0.000119
+gallium_dri.so free 0x5571735e6e80 void 0.000121
+gallium_dri.so free 0x5571735b9d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6e80 0.000131
+gallium_dri.so free 0x5571735b9e40 void 0.000124
+gallium_dri.so free 0x5571735e6e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9e60 0.000221
+gallium_dri.so free 0x5571735b9f00 void 0.000193
+gallium_dri.so free 0x5571735b9e60 void 0.000184
+gallium_dri.so malloc 72 0x5571735b9eb0 0.000221
+gallium_dri.so free 0x5571735b9f80 void 0.000220
+gallium_dri.so free 0x5571735b9eb0 void 0.000220
+gallium_dri.so malloc 72 0x5571735b9f80 0.000222
+gallium_dri.so free 0x5571735ba040 void 0.000220
+gallium_dri.so free 0x5571735b9f80 void 0.000185
+gallium_dri.so malloc 72 0x5571735b9f80 0.000197
+gallium_dri.so free 0x5571735ba0c0 void 0.000256
+gallium_dri.so free 0x5571735b9f80 void 0.000230
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000187
+gallium_dri.so free 0x5571735ba180 void 0.000281
+gallium_dri.so free 0x5571735ba0c0 void 0.000316
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000318
+gallium_dri.so free 0x5571735ba240 void 0.000186
+gallium_dri.so free 0x5571735ba0c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000181
+gallium_dri.so free 0x5571735ba300 void 0.000181
+gallium_dri.so free 0x5571735ba0c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ba2b0 0.000176
+gallium_dri.so free 0x5571735ba380 void 0.000181
+gallium_dri.so free 0x5571735ba2b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ba3d0 0.000131
+gallium_dri.so free 0x5571735ba440 void 0.000130
+gallium_dri.so free 0x5571735ba3d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba480 0.000126
+gallium_dri.so free 0x5571735ba500 void 0.000128
+gallium_dri.so free 0x5571735ba480 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba480 0.000193
+gallium_dri.so free 0x5571735ba580 void 0.000123
+gallium_dri.so free 0x5571735ba480 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000119
+gallium_dri.so free 0x5571735ba600 void 0.000120
+gallium_dri.so free 0x5571735ba5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000118
+gallium_dri.so free 0x5571735ba700 void 0.000119
+gallium_dri.so free 0x5571735ba5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000121
+gallium_dri.so free 0x5571735ba7c0 void 0.000121
+gallium_dri.so free 0x5571735ba6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba770 0.000119
+gallium_dri.so free 0x557173451dc0 void 0.000121
+gallium_dri.so free 0x5571735ba770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba770 0.000119
+gallium_dri.so free 0x557173451e80 void 0.000122
+gallium_dri.so free 0x5571735ba770 void 0.000121
+gallium_dri.so malloc 72 0x557173451ef0 0.000118
+gallium_dri.so free 0x557173451f40 void 0.000126
+gallium_dri.so free 0x557173451ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173451ef0 0.000120
+gallium_dri.so free 0x557173452040 void 0.000120
+gallium_dri.so free 0x557173451ef0 void 0.000121
+gallium_dri.so malloc 72 0x557173451ff0 0.000120
+gallium_dri.so free 0x557173452100 void 0.000120
+gallium_dri.so free 0x557173451ff0 void 0.000135
+gallium_dri.so malloc 72 0x5571734520b0 0.000120
+gallium_dri.so free 0x557173452140 void 0.000121
+gallium_dri.so free 0x5571734520b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734520b0 0.000119
+gallium_dri.so free 0x557173452200 void 0.000120
+gallium_dri.so free 0x5571734520b0 void 0.000120
+gallium_dri.so malloc 72 0x557173452240 0.000119
+gallium_dri.so free 0x5571734522c0 void 0.000120
+gallium_dri.so free 0x557173452240 void 0.000118
+gallium_dri.so malloc 72 0x5571734522c0 0.000120
+gallium_dri.so free 0x557173452380 void 0.000120
+gallium_dri.so free 0x5571734522c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734522c0 0.000119
+gallium_dri.so free 0x557173452440 void 0.000120
+gallium_dri.so free 0x5571734522c0 void 0.000118
+gallium_dri.so malloc 72 0x557173452460 0.000121
+gallium_dri.so free 0x557173452500 void 0.000121
+gallium_dri.so free 0x557173452460 void 0.000118
+gallium_dri.so malloc 72 0x5571734524b0 0.000120
+gallium_dri.so free 0x557173452580 void 0.000121
+gallium_dri.so free 0x5571734524b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734524b0 0.000118
+gallium_dri.so free 0x557173452600 void 0.000120
+gallium_dri.so free 0x5571734524b0 void 0.000118
+gallium_dri.so malloc 72 0x557173452600 0.000119
+gallium_dri.so free 0x5571734526c0 void 0.000201
+gallium_dri.so free 0x557173452600 void 0.000121
+gallium_dri.so malloc 72 0x557173452600 0.000118
+gallium_dri.so free 0x557173452780 void 0.000120
+gallium_dri.so free 0x557173452600 void 0.000118
+gallium_dri.so malloc 72 0x557173452600 0.000119
+gallium_dri.so free 0x557173452840 void 0.000120
+gallium_dri.so free 0x557173452600 void 0.000118
+gallium_dri.so malloc 72 0x5571734527f0 0.000120
+gallium_dri.so free 0x557173452900 void 0.000121
+gallium_dri.so free 0x5571734527f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734528b0 0.000119
+gallium_dri.so free 0x557173452980 void 0.000121
+gallium_dri.so free 0x5571734528b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734529d0 0.000120
+gallium_dri.so free 0x557173452a40 void 0.000118
+gallium_dri.so free 0x5571734529d0 void 0.000119
+gallium_dri.so malloc 72 0x557173452a60 0.000118
+gallium_dri.so free 0x557173452b00 void 0.000121
+gallium_dri.so free 0x557173452a60 void 0.000120
+gallium_dri.so malloc 72 0x557173452ab0 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000120
+gallium_dri.so free 0x557173452ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e7380 0.000122
+gallium_dri.so free 0x5571735e7400 void 0.000122
+gallium_dri.so free 0x5571735e7380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000134
+gallium_dri.so free 0x5571735e74c0 void 0.000120
+gallium_dri.so free 0x5571735e7400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e7540 void 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7400 0.000120
+gallium_dri.so free 0x5571735e7600 void 0.000121
+gallium_dri.so free 0x5571735e7400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7400 0.000126
+gallium_dri.so free 0x5571735e76c0 void 0.000117
+gallium_dri.so free 0x5571735e7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7670 0.000114
+gallium_dri.so free 0x5571735e7740 void 0.000115
+gallium_dri.so free 0x5571735e7670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7790 0.000113
+gallium_dri.so free 0x5571735e7800 void 0.000116
+gallium_dri.so free 0x5571735e7790 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7820 0.000112
+gallium_dri.so free 0x5571735e78c0 void 0.000115
+gallium_dri.so free 0x5571735e7820 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7870 0.000114
+gallium_dri.so free 0x5571735e7940 void 0.000114
+gallium_dri.so free 0x5571735e7870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7870 0.000115
+gallium_dri.so free 0x5571735e7a40 void 0.000116
+gallium_dri.so free 0x5571735e7870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e79f0 0.000115
+gallium_dri.so free 0x5571735e7ac0 void 0.000113
+gallium_dri.so free 0x5571735e79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7b10 0.000113
+gallium_dri.so free 0x5571735e7b80 void 0.000141
+gallium_dri.so free 0x5571735e7b10 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7ba0 0.000113
+gallium_dri.so free 0x5571735e7c40 void 0.000117
+gallium_dri.so free 0x5571735e7ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000113
+gallium_dri.so free 0x5571735e7cc0 void 0.000115
+gallium_dri.so free 0x5571735e7bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000114
+gallium_dri.so free 0x5571735e7d40 void 0.000115
+gallium_dri.so free 0x5571735e7bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d40 0.000114
+gallium_dri.so free 0x5571735e7e00 void 0.000115
+gallium_dri.so free 0x5571735e7d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d40 0.000115
+gallium_dri.so free 0x5571735e7f00 void 0.000115
+gallium_dri.so free 0x5571735e7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7d40 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000115
+gallium_dri.so free 0x5571735e7d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7fb0 0.000112
+gallium_dri.so free 0x5571735e8000 void 0.000114
+gallium_dri.so free 0x5571735e7fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7fb0 0.000165
+gallium_dri.so free 0x5571735e8100 void 0.000115
+gallium_dri.so free 0x5571735e7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e80b0 0.000114
+gallium_dri.so free 0x5571735e81c0 void 0.000114
+gallium_dri.so free 0x5571735e80b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8170 0.000113
+gallium_dri.so free 0x5571735e8280 void 0.000114
+gallium_dri.so free 0x5571735e8170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e82b0 0.000114
+gallium_dri.so free 0x5571735e8300 void 0.000116
+gallium_dri.so free 0x5571735e82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8300 0.000114
+gallium_dri.so free 0x5571735e83c0 void 0.000115
+gallium_dri.so free 0x5571735e8300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8300 0.000114
+gallium_dri.so free 0x5571735e84c0 void 0.000115
+gallium_dri.so free 0x5571735e8300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8470 0.000111
+gallium_dri.so free 0x5571735e8580 void 0.000114
+gallium_dri.so free 0x5571735e8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8530 0.000114
+gallium_dri.so free 0x5571735e85c0 void 0.000115
+gallium_dri.so free 0x5571735e8530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8530 0.000112
+gallium_dri.so free 0x5571735e8680 void 0.000113
+gallium_dri.so free 0x5571735e8530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e86c0 0.000125
+gallium_dri.so free 0x5571735e8740 void 0.000115
+gallium_dri.so free 0x5571735e86c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8740 0.000113
+gallium_dri.so free 0x5571735e8800 void 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8740 0.000114
+gallium_dri.so free 0x5571735e8880 void 0.000114
+gallium_dri.so free 0x5571735e8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8740 0.000113
+gallium_dri.so free 0x5571735e8940 void 0.000114
+gallium_dri.so free 0x5571735e8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8740 0.000113
+gallium_dri.so free 0x5571735e8a00 void 0.000114
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e89b0 0.000112
+gallium_dri.so free 0x5571735e8a80 void 0.000114
+gallium_dri.so free 0x5571735e89b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ad0 0.000115
+gallium_dri.so free 0x5571735e8b40 void 0.000114
+gallium_dri.so free 0x5571735e8ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b60 0.000113
+gallium_dri.so free 0x5571735e8c00 void 0.000114
+gallium_dri.so free 0x5571735e8b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000114
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so free 0x5571735e8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000114
+gallium_dri.so free 0x5571735e8d80 void 0.000117
+gallium_dri.so free 0x5571735e8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8d30 0.000112
+gallium_dri.so free 0x5571735e8e00 void 0.000117
+gallium_dri.so free 0x5571735e8d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8e50 0.000114
+gallium_dri.so free 0x5571735e8ec0 void 0.000114
+gallium_dri.so free 0x5571735e8e50 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8ee0 0.000113
+gallium_dri.so free 0x5571735e8f80 void 0.000115
+gallium_dri.so free 0x5571735e8ee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8f30 0.000114
+gallium_dri.so free 0x5571735e9000 void 0.000115
+gallium_dri.so free 0x5571735e8f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8f30 0.000115
+gallium_dri.so free 0x5571735e9080 void 0.000115
+gallium_dri.so free 0x5571735e8f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9080 0.000114
+gallium_dri.so free 0x5571735e9140 void 0.000114
+gallium_dri.so free 0x5571735e9080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9080 0.000114
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e9080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9080 0.000116
+gallium_dri.so free 0x5571735e92c0 void 0.000116
+gallium_dri.so free 0x5571735e9080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e92f0 0.000113
+gallium_dri.so free 0x5571735e9340 void 0.000168
+gallium_dri.so free 0x5571735e92f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e92f0 0.000114
+gallium_dri.so free 0x5571735e9440 void 0.000114
+gallium_dri.so free 0x5571735e92f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e93f0 0.000114
+gallium_dri.so free 0x5571735e9500 void 0.000115
+gallium_dri.so free 0x5571735e93f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000139
+gallium_dri.so free 0x5571735e9540 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9600 void 0.000114
+gallium_dri.so free 0x5571735e94b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9650 0.000114
+gallium_dri.so free 0x5571735e96c0 void 0.000114
+gallium_dri.so free 0x5571735e9650 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9700 0.000113
+gallium_dri.so free 0x5571735b0b00 void 0.000115
+gallium_dri.so free 0x5571735e9700 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0b50 0.000113
+gallium_dri.so free 0x5571735b0bc0 void 0.000115
+gallium_dri.so free 0x5571735b0b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0be0 0.000114
+gallium_dri.so free 0x5571735b0c80 void 0.000114
+gallium_dri.so free 0x5571735b0be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0c30 0.000113
+gallium_dri.so free 0x5571735b0d00 void 0.000124
+gallium_dri.so free 0x5571735b0c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0c30 0.000111
+gallium_dri.so free 0x5571735b0d80 void 0.000113
+gallium_dri.so free 0x5571735b0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0d80 0.000112
+gallium_dri.so free 0x5571735b0e40 void 0.000112
+gallium_dri.so free 0x5571735b0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0d80 0.000112
+gallium_dri.so free 0x5571735b0f40 void 0.000112
+gallium_dri.so free 0x5571735b0d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000113
+gallium_dri.so free 0x5571735b0f80 void 0.000112
+gallium_dri.so free 0x5571735b0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000112
+gallium_dri.so free 0x5571735b1040 void 0.000113
+gallium_dri.so free 0x5571735b0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1080 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000112
+gallium_dri.so free 0x5571735b1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1100 0.000112
+gallium_dri.so free 0x5571735b11c0 void 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1100 0.000111
+gallium_dri.so free 0x5571735b1240 void 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1270 0.000111
+gallium_dri.so free 0x5571735b12c0 void 0.000113
+gallium_dri.so free 0x5571735b1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735b1270 0.000115
+gallium_dri.so free 0x5571735b13c0 void 0.000115
+gallium_dri.so free 0x5571735b1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1400 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so free 0x5571735b1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1480 0.000114
+gallium_dri.so free 0x5571735b1540 void 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1480 0.000115
+gallium_dri.so free 0x5571735b15c0 void 0.000115
+gallium_dri.so free 0x5571735b1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b15f0 0.000114
+gallium_dri.so free 0x5571735b1640 void 0.000115
+gallium_dri.so free 0x5571735b15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b15f0 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so free 0x5571735b15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b16f0 0.000114
+gallium_dri.so free 0x5571735b1800 void 0.000114
+gallium_dri.so free 0x5571735b16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b17b0 0.000115
+gallium_dri.so free 0x5571735b1880 void 0.000115
+gallium_dri.so free 0x5571735b17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b17b0 0.000113
+gallium_dri.so free 0x5571735b1940 void 0.000115
+gallium_dri.so free 0x5571735b17b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b17b0 0.000114
+gallium_dri.so free 0x5571735b1a00 void 0.000115
+gallium_dri.so free 0x5571735b17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19b0 0.000113
+gallium_dri.so free 0x5571735b1a80 void 0.000114
+gallium_dri.so free 0x5571735b19b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000115
+gallium_dri.so free 0x5571735b1ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1b60 0.000112
+gallium_dri.so free 0x5571735b1c00 void 0.000114
+gallium_dri.so free 0x5571735b1b60 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000114
+gallium_dri.so free 0x5571735b1c80 void 0.000114
+gallium_dri.so free 0x5571735b1bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1c80 0.000114
+gallium_dri.so free 0x5571735b1d40 void 0.000114
+gallium_dri.so free 0x5571735b1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1c80 0.000114
+gallium_dri.so free 0x5571735b1dc0 void 0.000114
+gallium_dri.so free 0x5571735b1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000115
+gallium_dri.so free 0x5571735b1e80 void 0.000115
+gallium_dri.so free 0x5571735b1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000113
+gallium_dri.so free 0x5571735b1f40 void 0.000113
+gallium_dri.so free 0x5571735b1dc0 void 0.000148
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000117
+gallium_dri.so free 0x5571735b2000 void 0.000114
+gallium_dri.so free 0x5571735b1dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000113
+gallium_dri.so free 0x5571735b2080 void 0.000114
+gallium_dri.so free 0x5571735b1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b20d0 0.000114
+gallium_dri.so free 0x5571735d78c0 void 0.000115
+gallium_dri.so free 0x5571735b20d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7900 0.000114
+gallium_dri.so free 0x5571735d7980 void 0.000115
+gallium_dri.so free 0x5571735d7900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7900 0.000140
+gallium_dri.so free 0x5571735d7a00 void 0.000114
+gallium_dri.so free 0x5571735d7900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7a30 0.000113
+gallium_dri.so free 0x5571735d7a80 void 0.000116
+gallium_dri.so free 0x5571735d7a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7a30 0.000114
+gallium_dri.so free 0x5571735d7b80 void 0.000114
+gallium_dri.so free 0x5571735d7a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7b30 0.000113
+gallium_dri.so free 0x5571735d7c40 void 0.000115
+gallium_dri.so free 0x5571735d7b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000113
+gallium_dri.so free 0x5571735d7c80 void 0.000116
+gallium_dri.so free 0x5571735d7bf0 void 0.000160
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000115
+gallium_dri.so free 0x5571735d7d40 void 0.000115
+gallium_dri.so free 0x5571735d7bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7db0 0.000114
+gallium_dri.so free 0x5571735d7e00 void 0.000115
+gallium_dri.so free 0x5571735d7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7db0 0.000113
+gallium_dri.so free 0x5571735d7f00 void 0.000115
+gallium_dri.so free 0x5571735d7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000112
+gallium_dri.so free 0x5571735d7fc0 void 0.000114
+gallium_dri.so free 0x5571735d7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f70 0.000113
+gallium_dri.so free 0x5571735d8000 void 0.000113
+gallium_dri.so free 0x5571735d7f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7f70 0.000113
+gallium_dri.so free 0x5571735d80c0 void 0.000116
+gallium_dri.so free 0x5571735d7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8100 0.000114
+gallium_dri.so free 0x5571735d8180 void 0.000115
+gallium_dri.so free 0x5571735d8100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8180 0.000114
+gallium_dri.so free 0x5571735d8240 void 0.000141
+gallium_dri.so free 0x5571735d8180 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8180 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8320 0.000115
+gallium_dri.so free 0x5571735bc730 void 0.000114
+gallium_dri.so free 0x5571735d83c0 void 0.000115
+gallium_dri.so free 0x5571735d8320 void 0.000110
+gallium_dri.so malloc 72 0x5571735d8370 0.000110
+gallium_dri.so free 0x5571735d8440 void 0.000112
+gallium_dri.so free 0x5571735d8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8370 0.000132
+gallium_dri.so free 0x5571735d84c0 void 0.000129
+gallium_dri.so free 0x5571735d8370 void 0.000135
+gallium_dri.so malloc 72 0x5571735d84c0 0.000137
+gallium_dri.so free 0x5571735d8580 void 0.000136
+gallium_dri.so free 0x5571735d84c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d84c0 0.000136
+gallium_dri.so free 0x5571735d8640 void 0.000138
+gallium_dri.so free 0x5571735d84c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d84c0 0.000136
+gallium_dri.so free 0x5571735d8700 void 0.000137
+gallium_dri.so free 0x5571735d84c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d86b0 0.000138
+gallium_dri.so free 0x5571735d87c0 void 0.000132
+gallium_dri.so free 0x5571735d86b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d8770 0.000135
+gallium_dri.so free 0x5571735d8840 void 0.000136
+gallium_dri.so free 0x5571735d8770 void 0.000134
+gallium_dri.so malloc 72 0x5571735d8890 0.000131
+gallium_dri.so free 0x5571735d8900 void 0.000133
+gallium_dri.so free 0x5571735d8890 void 0.000136
+gallium_dri.so malloc 72 0x5571735d8920 0.000135
+gallium_dri.so free 0x5571735d89c0 void 0.000141
+gallium_dri.so free 0x5571735d8920 void 0.000139
+gallium_dri.so malloc 72 0x5571735d8970 0.000131
+gallium_dri.so free 0x5571735d8a40 void 0.000134
+gallium_dri.so free 0x5571735d8970 void 0.000138
+gallium_dri.so malloc 72 0x5571735d8970 0.000136
+gallium_dri.so free 0x5571735d8ac0 void 0.000136
+gallium_dri.so free 0x5571735d8970 void 0.000139
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000136
+gallium_dri.so free 0x5571735d8b80 void 0.000136
+gallium_dri.so free 0x5571735d8ac0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000136
+gallium_dri.so free 0x5571735d8c80 void 0.000133
+gallium_dri.so free 0x5571735d8ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d8c30 0.000122
+gallium_dri.so free 0x5571735d8cc0 void 0.000137
+gallium_dri.so free 0x5571735d8c30 void 0.000138
+gallium_dri.so malloc 72 0x5571735d8c30 0.000136
+gallium_dri.so free 0x5571735d8d80 void 0.000133
+gallium_dri.so free 0x5571735d8c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000132
+gallium_dri.so free 0x5571735d8e40 void 0.000136
+gallium_dri.so free 0x5571735d8dc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d8e40 0.000138
+gallium_dri.so free 0x5571735d8f00 void 0.000138
+gallium_dri.so free 0x5571735d8e40 void 0.000143
+gallium_dri.so malloc 72 0x5571735d8e40 0.000148
+gallium_dri.so free 0x5571735d8f80 void 0.000132
+gallium_dri.so free 0x5571735d8e40 void 0.000135
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000131
+gallium_dri.so free 0x5571735b3440 void 0.000131
+gallium_dri.so free 0x5571735d8fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000124
+gallium_dri.so free 0x5571735b3440 void 0.000120
+gallium_dri.so free 0x5571735b33f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735b33f0 0.000127
+gallium_dri.so free 0x5571735b3540 void 0.000130
+gallium_dri.so free 0x5571735b33f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b34f0 0.000125
+gallium_dri.so free 0x5571735b3600 void 0.000121
+gallium_dri.so free 0x5571735b34f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b35b0 0.000131
+gallium_dri.so free 0x5571735d9000 void 0.000125
+gallium_dri.so free 0x5571735b35b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b35b0 0.000120
+gallium_dri.so free 0x5571735b3640 void 0.000119
+gallium_dri.so free 0x5571735b35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b35b0 0.000120
+gallium_dri.so free 0x5571735b3740 void 0.000122
+gallium_dri.so free 0x5571735b35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b36f0 0.000125
+gallium_dri.so free 0x5571735b3800 void 0.000131
+gallium_dri.so free 0x5571735b36f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b37b0 0.000131
+gallium_dri.so free 0x5571735b3880 void 0.000133
+gallium_dri.so free 0x5571735b37b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b37b0 0.000220
+gallium_dri.so free 0x5571735b3940 void 0.000179
+gallium_dri.so free 0x5571735b37b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735b37b0 0.000179
+gallium_dri.so free 0x5571735b3a00 void 0.000192
+gallium_dri.so free 0x5571735b37b0 void 0.000225
+gallium_dri.so malloc 72 0x5571735b39b0 0.000199
+gallium_dri.so free 0x5571735b3a80 void 0.000195
+gallium_dri.so free 0x5571735b39b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735b3ad0 0.000181
+gallium_dri.so free 0x5571735b3b40 void 0.000179
+gallium_dri.so free 0x5571735b3ad0 void 0.000182
+gallium_dri.so malloc 72 0x5571735b3b60 0.000176
+gallium_dri.so free 0x5571735b3c00 void 0.000177
+gallium_dri.so free 0x5571735b3b60 void 0.000181
+gallium_dri.so malloc 72 0x5571735b3bb0 0.000175
+gallium_dri.so free 0x5571735b3c80 void 0.000166
+gallium_dri.so free 0x5571735b3bb0 void 0.000195
+gallium_dri.so malloc 72 0x5571735b3c80 0.000178
+gallium_dri.so free 0x5571735b3d40 void 0.000179
+gallium_dri.so free 0x5571735b3c80 void 0.000173
+gallium_dri.so malloc 72 0x5571735b3c80 0.000166
+gallium_dri.so free 0x5571735b3dc0 void 0.000180
+gallium_dri.so free 0x5571735b3c80 void 0.000183
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000130
+gallium_dri.so free 0x5571735b3e80 void 0.000128
+gallium_dri.so free 0x5571735b3dc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000128
+gallium_dri.so free 0x5571735b3f40 void 0.000129
+gallium_dri.so free 0x5571735b3dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000124
+gallium_dri.so free 0x5571735b4000 void 0.000129
+gallium_dri.so free 0x5571735b3dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000127
+gallium_dri.so free 0x5571735b4080 void 0.000128
+gallium_dri.so free 0x5571735b3fb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b40d0 0.000130
+gallium_dri.so free 0x5571735b4140 void 0.000128
+gallium_dri.so free 0x5571735b40d0 void 0.000192
+gallium_dri.so malloc 72 0x5571735b4180 0.000128
+gallium_dri.so free 0x5571735b4200 void 0.000126
+gallium_dri.so free 0x5571735b4180 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4180 0.000126
+gallium_dri.so free 0x5571735b4280 void 0.000126
+gallium_dri.so free 0x5571735b4180 void 0.000123
+gallium_dri.so malloc 72 0x5571735b42b0 0.000127
+gallium_dri.so free 0x5571735b4300 void 0.000127
+gallium_dri.so free 0x5571735b42b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735b42b0 0.000128
+gallium_dri.so free 0x5571735b4400 void 0.000128
+gallium_dri.so free 0x5571735b42b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b43b0 0.000128
+gallium_dri.so free 0x5571735b44c0 void 0.000125
+gallium_dri.so free 0x5571735b43b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4470 0.000129
+gallium_dri.so free 0x5571735b4500 void 0.000128
+gallium_dri.so free 0x5571735b4470 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4470 0.000126
+gallium_dri.so free 0x5571735b45c0 void 0.000127
+gallium_dri.so free 0x5571735b4470 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4630 0.000128
+gallium_dri.so free 0x5571735b4680 void 0.000128
+gallium_dri.so free 0x5571735b4630 void 0.000150
+gallium_dri.so malloc 72 0x5571735b4630 0.000126
+gallium_dri.so free 0x5571735b4780 void 0.000127
+gallium_dri.so free 0x5571735b4630 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4730 0.000128
+gallium_dri.so free 0x5571735b4840 void 0.000128
+gallium_dri.so free 0x5571735b4730 void 0.000124
+gallium_dri.so malloc 72 0x5571735b47f0 0.000126
+gallium_dri.so free 0x5571735b4880 void 0.000125
+gallium_dri.so free 0x5571735b47f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b47f0 0.000127
+gallium_dri.so free 0x5571735b4940 void 0.000128
+gallium_dri.so free 0x5571735b47f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4980 0.000126
+gallium_dri.so free 0x5571735b4a00 void 0.000127
+gallium_dri.so free 0x5571735b4980 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4a00 0.000159
+gallium_dri.so free 0x5571735b4ac0 void 0.000128
+gallium_dri.so free 0x5571735b4a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4a00 0.000129
+gallium_dri.so free 0x5571735b4b80 void 0.000126
+gallium_dri.so free 0x5571735b4a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000127
+gallium_dri.so free 0x557173453000 void 0.000125
+gallium_dri.so free 0x5571735b4ba0 void 0.000183
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000123
+gallium_dri.so free 0x5571734530c0 void 0.000120
+gallium_dri.so free 0x5571735b4ba0 void 0.000120
+gallium_dri.so malloc 72 0x557173453070 0.000120
+gallium_dri.so free 0x557173453140 void 0.000120
+gallium_dri.so free 0x557173453070 void 0.000121
+gallium_dri.so malloc 72 0x557173453190 0.000121
+gallium_dri.so free 0x5571735b4c40 void 0.000120
+gallium_dri.so free 0x557173453190 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000124
+gallium_dri.so free 0x557173453200 void 0.000118
+gallium_dri.so free 0x5571735b4bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173453230 0.000130
+gallium_dri.so free 0x557173453280 void 0.000122
+gallium_dri.so free 0x557173453230 void 0.000117
+gallium_dri.so malloc 72 0x557173453280 0.000119
+gallium_dri.so free 0x557173453340 void 0.000116
+gallium_dri.so free 0x557173453280 void 0.000120
+gallium_dri.so malloc 72 0x557173453280 0.000121
+gallium_dri.so free 0x557173453440 void 0.000121
+gallium_dri.so free 0x557173453280 void 0.000119
+gallium_dri.so malloc 72 0x5571734533f0 0.000186
+gallium_dri.so free 0x557173453500 void 0.000239
+gallium_dri.so free 0x5571734533f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734534b0 0.000119
+gallium_dri.so free 0x557173453540 void 0.000115
+gallium_dri.so free 0x5571734534b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734534b0 0.000113
+gallium_dri.so free 0x557173453600 void 0.000113
+gallium_dri.so free 0x5571734534b0 void 0.000113
+gallium_dri.so malloc 72 0x557173453640 0.000115
+gallium_dri.so free 0x5571734536c0 void 0.000116
+gallium_dri.so free 0x557173453640 void 0.000116
+gallium_dri.so malloc 72 0x5571734536c0 0.000114
+gallium_dri.so free 0x557173453780 void 0.000115
+gallium_dri.so free 0x5571734536c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734536c0 0.000116
+gallium_dri.so free 0x557173453800 void 0.000115
+gallium_dri.so free 0x5571734536c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734536c0 0.000115
+gallium_dri.so free 0x5571734538c0 void 0.000115
+gallium_dri.so free 0x5571734536c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734536c0 0.000114
+gallium_dri.so free 0x557173453980 void 0.000115
+gallium_dri.so free 0x5571734536c0 void 0.000114
+gallium_dri.so malloc 72 0x557173453930 0.000114
+gallium_dri.so free 0x557173453a00 void 0.000114
+gallium_dri.so free 0x557173453930 void 0.000113
+gallium_dri.so malloc 72 0x557173453a50 0.000114
+gallium_dri.so free 0x557173453ac0 void 0.000116
+gallium_dri.so free 0x557173453a50 void 0.000121
+gallium_dri.so malloc 72 0x557173453ae0 0.000118
+gallium_dri.so free 0x557173453b80 void 0.000117
+gallium_dri.so free 0x557173453ae0 void 0.000115
+gallium_dri.so malloc 72 0x557173453b30 0.000114
+gallium_dri.so free 0x557173453c00 void 0.000115
+gallium_dri.so free 0x557173453b30 void 0.000115
+gallium_dri.so malloc 72 0x557173453b30 0.000114
+gallium_dri.so free 0x557173453d00 void 0.000114
+gallium_dri.so free 0x557173453b30 void 0.000115
+gallium_dri.so malloc 72 0x557173453cb0 0.000114
+gallium_dri.so free 0x557173453d80 void 0.000115
+gallium_dri.so free 0x557173453cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173453dd0 0.000113
+gallium_dri.so free 0x557173453e40 void 0.000115
+gallium_dri.so free 0x557173453dd0 void 0.000113
+gallium_dri.so malloc 72 0x557173453e60 0.000121
+gallium_dri.so free 0x557173453f00 void 0.000117
+gallium_dri.so free 0x557173453e60 void 0.000114
+gallium_dri.so malloc 72 0x557173453eb0 0.000113
+gallium_dri.so free 0x557173453f80 void 0.000114
+gallium_dri.so free 0x557173453eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173453eb0 0.000115
+gallium_dri.so free 0x557173454000 void 0.000116
+gallium_dri.so free 0x557173453eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173454000 0.000113
+gallium_dri.so free 0x5571734540c0 void 0.000115
+gallium_dri.so free 0x557173454000 void 0.000171
+gallium_dri.so malloc 72 0x557173454000 0.000118
+gallium_dri.so free 0x5571734541c0 void 0.000115
+gallium_dri.so free 0x557173454000 void 0.000115
+gallium_dri.so malloc 72 0x557173454000 0.000115
+gallium_dri.so free 0x557173454240 void 0.000117
+gallium_dri.so free 0x557173454000 void 0.000114
+gallium_dri.so malloc 72 0x557173454270 0.000115
+gallium_dri.so free 0x5571734542c0 void 0.000114
+gallium_dri.so free 0x557173454270 void 0.000115
+gallium_dri.so malloc 72 0x557173454270 0.000122
+gallium_dri.so free 0x5571734543c0 void 0.000118
+gallium_dri.so free 0x557173454270 void 0.000114
+gallium_dri.so malloc 72 0x557173454370 0.000114
+gallium_dri.so free 0x557173454480 void 0.000115
+gallium_dri.so free 0x557173454370 void 0.000114
+gallium_dri.so malloc 72 0x557173454430 0.000113
+gallium_dri.so free 0x5571734544c0 void 0.000117
+gallium_dri.so free 0x557173454430 void 0.000116
+gallium_dri.so malloc 72 0x557173454430 0.000114
+gallium_dri.so free 0x557173454580 void 0.000114
+gallium_dri.so free 0x557173454430 void 0.000114
+gallium_dri.so malloc 72 0x5571734545d0 0.000115
+gallium_dri.so free 0x557173454640 void 0.000115
+gallium_dri.so free 0x5571734545d0 void 0.000114
+gallium_dri.so malloc 72 0x557173454680 0.000113
+gallium_dri.so free 0x557173454700 void 0.000116
+gallium_dri.so free 0x557173454680 void 0.000133
+gallium_dri.so malloc 72 0x557173454700 0.000115
+gallium_dri.so free 0x5571734547c0 void 0.000114
+gallium_dri.so free 0x557173454700 void 0.000114
+gallium_dri.so malloc 72 0x557173454700 0.000115
+gallium_dri.so free 0x557173454840 void 0.000116
+gallium_dri.so free 0x557173454700 void 0.000114
+gallium_dri.so malloc 72 0x557173454870 0.000112
+gallium_dri.so free 0x5571734548c0 void 0.000113
+gallium_dri.so free 0x557173454870 void 0.000114
+gallium_dri.so malloc 72 0x557173454870 0.000121
+gallium_dri.so free 0x5571734549c0 void 0.000124
+gallium_dri.so free 0x557173454870 void 0.000115
+gallium_dri.so malloc 72 0x557173454970 0.000114
+gallium_dri.so free 0x557173454a80 void 0.000114
+gallium_dri.so free 0x557173454970 void 0.000114
+gallium_dri.so malloc 72 0x557173454a30 0.000114
+gallium_dri.so free 0x557173454b00 void 0.000115
+gallium_dri.so free 0x557173454a30 void 0.000115
+gallium_dri.so malloc 72 0x557173454b20 0.000115
+gallium_dri.so free 0x557173454bc0 void 0.000115
+gallium_dri.so free 0x557173454b20 void 0.000114
+gallium_dri.so malloc 72 0x557173454b70 0.000116
+gallium_dri.so free 0x557173454c40 void 0.000116
+gallium_dri.so free 0x557173454b70 void 0.000115
+gallium_dri.so malloc 72 0x557173454b70 0.000115
+gallium_dri.so free 0x557173454cc0 void 0.000115
+gallium_dri.so free 0x557173454b70 void 0.000137
+gallium_dri.so malloc 72 0x557173454cc0 0.000114
+gallium_dri.so free 0x557173454d80 void 0.000115
+gallium_dri.so free 0x557173454cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173454cc0 0.000124
+gallium_dri.so free 0x557173454e40 void 0.000128
+gallium_dri.so free 0x557173454cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173454cc0 0.000114
+gallium_dri.so free 0x557173454f00 void 0.000119
+gallium_dri.so free 0x557173454cc0 void 0.000125
+gallium_dri.so malloc 72 0x557173454eb0 0.000123
+gallium_dri.so free 0x557173454f00 void 0.000125
+gallium_dri.so free 0x557173454eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173454eb0 0.000120
+gallium_dri.so free 0x557173455000 void 0.000119
+gallium_dri.so free 0x557173454eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173454fb0 0.000118
+gallium_dri.so free 0x5571734550c0 void 0.000114
+gallium_dri.so free 0x557173454fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173455070 0.000113
+gallium_dri.so free 0x557173455100 void 0.000114
+gallium_dri.so free 0x557173455070 void 0.000112
+gallium_dri.so malloc 72 0x557173455070 0.000123
+gallium_dri.so free 0x5571734551c0 void 0.000123
+gallium_dri.so free 0x557173455070 void 0.000175
+gallium_dri.so malloc 72 0x557173455200 0.000165
+gallium_dri.so free 0x557173455280 void 0.000162
+gallium_dri.so free 0x557173455200 void 0.000162
+gallium_dri.so malloc 72 0x557173455280 0.000124
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so free 0x557173455280 void 0.000120
+gallium_dri.so malloc 72 0x557173455280 0.000118
+gallium_dri.so free 0x5571735e3e00 void 0.000115
+gallium_dri.so free 0x557173455280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3e20 0.000123
+gallium_dri.so free 0x557173455340 void 0.000125
+gallium_dri.so free 0x5571735e3e20 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3e20 0.000114
+gallium_dri.so free 0x5571735e3ec0 void 0.000121
+gallium_dri.so free 0x5571735e3e20 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3e70 0.000123
+gallium_dri.so free 0x5571735e3f40 void 0.000125
+gallium_dri.so free 0x5571735e3e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3f90 0.000123
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so free 0x5571735e3f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4020 0.000134
+gallium_dri.so free 0x5571735e40c0 void 0.000126
+gallium_dri.so free 0x5571735e4020 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4070 0.000123
+gallium_dri.so free 0x5571735e4140 void 0.000124
+gallium_dri.so free 0x5571735e4070 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4140 0.000124
+gallium_dri.so free 0x5571735e4200 void 0.000124
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4140 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4280 0.000124
+gallium_dri.so free 0x5571735e4340 void 0.000124
+gallium_dri.so free 0x5571735e4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4280 0.000114
+gallium_dri.so free 0x5571735e4400 void 0.000119
+gallium_dri.so free 0x5571735e4280 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4280 0.000124
+gallium_dri.so free 0x5571735e44c0 void 0.000128
+gallium_dri.so free 0x5571735e4280 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4470 0.000128
+gallium_dri.so free 0x5571735e4540 void 0.000130
+gallium_dri.so free 0x5571735e4470 void 0.000141
+gallium_dri.so malloc 72 0x5571735e4590 0.000125
+gallium_dri.so free 0x5571735e4600 void 0.000122
+gallium_dri.so free 0x5571735e4590 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4640 0.000129
+gallium_dri.so free 0x5571735e46c0 void 0.000130
+gallium_dri.so free 0x5571735e4640 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4640 0.000120
+gallium_dri.so free 0x5571735e4740 void 0.000120
+gallium_dri.so free 0x5571735e4640 void 0.000147
+gallium_dri.so malloc 72 0x5571735e4770 0.000130
+gallium_dri.so free 0x5571735e47c0 void 0.000130
+gallium_dri.so free 0x5571735e4770 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4770 0.000131
+gallium_dri.so free 0x5571735e48c0 void 0.000131
+gallium_dri.so free 0x5571735e4770 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4870 0.000129
+gallium_dri.so free 0x5571735e4980 void 0.000131
+gallium_dri.so free 0x5571735e4870 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4930 0.000125
+gallium_dri.so free 0x5571735e49c0 void 0.000129
+gallium_dri.so free 0x5571735e4930 void 0.000161
+gallium_dri.so malloc 72 0x5571735e4930 0.000129
+gallium_dri.so free 0x5571735e4a80 void 0.000159
+gallium_dri.so free 0x5571735e4930 void 0.000170
+gallium_dri.so malloc 72 0x5571735e4af0 0.000164
+gallium_dri.so free 0x5571735e4b40 void 0.000167
+gallium_dri.so free 0x5571735e4af0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4af0 0.000125
+gallium_dri.so free 0x5571735e4c40 void 0.000132
+gallium_dri.so free 0x5571735e4af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000130
+gallium_dri.so free 0x5571735e4d00 void 0.000129
+gallium_dri.so free 0x5571735e4bf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000131
+gallium_dri.so free 0x5571735e4d40 void 0.000131
+gallium_dri.so free 0x5571735e4cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000130
+gallium_dri.so free 0x5571735e4e00 void 0.000125
+gallium_dri.so free 0x5571735e4cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e40 0.000120
+gallium_dri.so free 0x5571735e4ec0 void 0.000128
+gallium_dri.so free 0x5571735e4e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4ec0 0.000130
+gallium_dri.so free 0x5571735e4f80 void 0.000130
+gallium_dri.so free 0x5571735e4ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4ec0 0.000125
+gallium_dri.so free 0x5571735e5040 void 0.000126
+gallium_dri.so free 0x5571735e4ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5060 0.000125
+gallium_dri.so free 0x5571735e5100 void 0.000126
+gallium_dri.so free 0x5571735e5060 void 0.000125
+gallium_dri.so malloc 72 0x5571735e50b0 0.000126
+gallium_dri.so free 0x5571735e5180 void 0.000125
+gallium_dri.so free 0x5571735e50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e50b0 0.000121
+gallium_dri.so free 0x5571735e5200 void 0.000126
+gallium_dri.so free 0x5571735e50b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5200 0.000125
+gallium_dri.so free 0x5571735e52c0 void 0.000131
+gallium_dri.so free 0x5571735e5200 void 0.000134
+gallium_dri.so malloc 72 0x5571735e5200 0.000131
+gallium_dri.so free 0x5571735e5380 void 0.000267
+gallium_dri.so free 0x5571735e5200 void 0.000254
+gallium_dri.so malloc 72 0x5571735e5200 0.000255
+gallium_dri.so free 0x5571735e5440 void 0.000299
+gallium_dri.so free 0x5571735e5200 void 0.000285
+gallium_dri.so malloc 72 0x5571735e53f0 0.000154
+gallium_dri.so free 0x5571735e5500 void 0.000158
+gallium_dri.so free 0x5571735e53f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e54b0 0.000149
+gallium_dri.so free 0x5571735e5580 void 0.000149
+gallium_dri.so free 0x5571735e54b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735e55d0 0.000144
+gallium_dri.so free 0x5571735e5640 void 0.000144
+gallium_dri.so free 0x5571735e55d0 void 0.000149
+gallium_dri.so malloc 72 0x5571735e5660 0.000151
+gallium_dri.so free 0x5571735e5700 void 0.000152
+gallium_dri.so free 0x5571735e5660 void 0.000161
+gallium_dri.so malloc 72 0x5571735e56b0 0.000148
+gallium_dri.so free 0x5571735e5780 void 0.000149
+gallium_dri.so free 0x5571735e56b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735e56b0 0.000151
+gallium_dri.so free 0x5571735e5800 void 0.000151
+gallium_dri.so free 0x5571735e56b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e5800 0.000152
+gallium_dri.so free 0x5571735e58c0 void 0.000152
+gallium_dri.so free 0x5571735e5800 void 0.000149
+gallium_dri.so malloc 72 0x5571735e5800 0.000148
+gallium_dri.so free 0x5571735e59c0 void 0.000148
+gallium_dri.so free 0x5571735e5800 void 0.000150
+gallium_dri.so malloc 72 0x5571735e5970 0.000147
+gallium_dri.so free 0x5571735e5a00 void 0.000148
+gallium_dri.so free 0x5571735e5970 void 0.000150
+gallium_dri.so malloc 72 0x5571735e5970 0.000148
+gallium_dri.so free 0x5571735e5ac0 void 0.000153
+gallium_dri.so free 0x5571735e5970 void 0.000152
+gallium_dri.so malloc 72 0x5571735e5b00 0.000147
+gallium_dri.so free 0x5571735e5b80 void 0.000141
+gallium_dri.so free 0x5571735e5b00 void 0.000158
+gallium_dri.so malloc 72 0x5571735e5b80 0.000147
+gallium_dri.so free 0x5571735e5c40 void 0.000141
+gallium_dri.so free 0x5571735e5b80 void 0.000140
+gallium_dri.so malloc 72 0x5571735e5b80 0.000147
+gallium_dri.so free 0x5571735e5cc0 void 0.000249
+gallium_dri.so free 0x5571735e5b80 void 0.000144
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000232
+gallium_dri.so free 0x5571735e5d40 void 0.000212
+gallium_dri.so free 0x5571735e5cf0 void 0.000244
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000207
+gallium_dri.so free 0x5571735e5e40 void 0.000134
+gallium_dri.so free 0x5571735e5cf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5e80 0.000135
+gallium_dri.so free 0x5571735e5f00 void 0.000130
+gallium_dri.so free 0x5571735e5e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5f00 0.000138
+gallium_dri.so free 0x5571735e5fc0 void 0.000139
+gallium_dri.so free 0x5571735e5f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5f00 0.000134
+gallium_dri.so free 0x5571735e6040 void 0.000171
+gallium_dri.so free 0x5571735e5f00 void 0.000262
+gallium_dri.so malloc 72 0x5571735e6070 0.000360
+gallium_dri.so free 0x5571735e60c0 void 0.000269
+gallium_dri.so free 0x5571735e6070 void 0.000189
+gallium_dri.so malloc 72 0x5571735e6070 0.000159
+gallium_dri.so free 0x5571735e61c0 void 0.000107
+gallium_dri.so free 0x5571735e6070 void 0.000190
+gallium_dri.so malloc 72 0x5571735e6170 0.000197
+gallium_dri.so free 0x557173455400 void 0.000116
+gallium_dri.so free 0x5571735e6170 void 0.000113
+gallium_dri.so malloc 72 0x557173455460 0.000113
+gallium_dri.so free 0x557173455500 void 0.000118
+gallium_dri.so free 0x557173455460 void 0.000115
+gallium_dri.so malloc 72 0x5571734554b0 0.000114
+gallium_dri.so free 0x557173455540 void 0.000115
+gallium_dri.so free 0x5571734554b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734554b0 0.000115
+gallium_dri.so free 0x557173455600 void 0.000115
+gallium_dri.so free 0x5571734554b0 void 0.000115
+gallium_dri.so malloc 72 0x557173455640 0.000114
+gallium_dri.so free 0x5571734556c0 void 0.000136
+gallium_dri.so free 0x557173455640 void 0.000115
+gallium_dri.so malloc 72 0x5571734556c0 0.000114
+gallium_dri.so free 0x557173455780 void 0.000115
+gallium_dri.so free 0x5571734556c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734556c0 0.000114
+gallium_dri.so free 0x557173455800 void 0.000115
+gallium_dri.so free 0x5571734556c0 void 0.000116
+gallium_dri.so malloc 72 0x557173455830 0.000114
+gallium_dri.so free 0x557173455880 void 0.000115
+gallium_dri.so free 0x557173455830 void 0.000114
+gallium_dri.so malloc 72 0x557173455880 0.000114
+gallium_dri.so free 0x557173455940 void 0.000116
+gallium_dri.so free 0x557173455880 void 0.000127
+gallium_dri.so malloc 72 0x557173455880 0.000116
+gallium_dri.so free 0x557173455a40 void 0.000115
+gallium_dri.so free 0x557173455880 void 0.000114
+gallium_dri.so malloc 72 0x5571734559f0 0.000114
+gallium_dri.so free 0x557173455b00 void 0.000114
+gallium_dri.so free 0x5571734559f0 void 0.000114
+gallium_dri.so malloc 72 0x557173455ab0 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000116
+gallium_dri.so free 0x557173455ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173455ab0 0.000114
+gallium_dri.so free 0x557173455c00 void 0.000122
+gallium_dri.so free 0x557173455ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173455c40 0.000115
+gallium_dri.so free 0x557173455cc0 void 0.000129
+gallium_dri.so free 0x557173455c40 void 0.000115
+gallium_dri.so malloc 72 0x557173455cc0 0.000114
+gallium_dri.so free 0x557173455d80 void 0.000114
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173455cc0 0.000112
+gallium_dri.so free 0x557173455e00 void 0.000114
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173455cc0 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173455cc0 0.000113
+gallium_dri.so free 0x557173455f80 void 0.000114
+gallium_dri.so free 0x557173455cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173455f30 0.000113
+gallium_dri.so free 0x557173456000 void 0.000113
+gallium_dri.so free 0x557173455f30 void 0.000112
+gallium_dri.so malloc 72 0x557173456050 0.000113
+gallium_dri.so free 0x5571734560c0 void 0.000114
+gallium_dri.so free 0x557173456050 void 0.000113
+gallium_dri.so malloc 72 0x5571734560e0 0.000113
+gallium_dri.so free 0x557173456180 void 0.000118
+gallium_dri.so free 0x5571734560e0 void 0.000114
+gallium_dri.so malloc 72 0x557173456130 0.000113
+gallium_dri.so free 0x557173456200 void 0.000116
+gallium_dri.so free 0x557173456130 void 0.000113
+gallium_dri.so malloc 72 0x557173456130 0.000113
+gallium_dri.so free 0x557173456300 void 0.000112
+gallium_dri.so free 0x557173456130 void 0.000123
+gallium_dri.so malloc 72 0x5571734562b0 0.000116
+gallium_dri.so free 0x557173456380 void 0.000115
+gallium_dri.so free 0x5571734562b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734563d0 0.000114
+gallium_dri.so free 0x557173456440 void 0.000115
+gallium_dri.so free 0x5571734563d0 void 0.000114
+gallium_dri.so malloc 72 0x557173456460 0.000114
+gallium_dri.so free 0x557173456500 void 0.000114
+gallium_dri.so free 0x557173456460 void 0.000112
+gallium_dri.so malloc 72 0x5571734564b0 0.000112
+gallium_dri.so free 0x557173456580 void 0.000142
+gallium_dri.so free 0x5571734564b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734564b0 0.000114
+gallium_dri.so free 0x557173456600 void 0.000114
+gallium_dri.so free 0x5571734564b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456600 0.000114
+gallium_dri.so free 0x5571734566c0 void 0.000114
+gallium_dri.so free 0x557173456600 void 0.000113
+gallium_dri.so malloc 72 0x557173456600 0.000113
+gallium_dri.so free 0x5571734567c0 void 0.000115
+gallium_dri.so free 0x557173456600 void 0.000113
+gallium_dri.so malloc 72 0x557173456600 0.000113
+gallium_dri.so free 0x557173456840 void 0.000115
+gallium_dri.so free 0x557173456600 void 0.000113
+gallium_dri.so malloc 72 0x557173456870 0.000113
+gallium_dri.so free 0x5571734568c0 void 0.000116
+gallium_dri.so free 0x557173456870 void 0.000127
+gallium_dri.so malloc 72 0x557173456870 0.000114
+gallium_dri.so free 0x5571734569c0 void 0.000115
+gallium_dri.so free 0x557173456870 void 0.000114
+gallium_dri.so malloc 72 0x557173456970 0.000114
+gallium_dri.so free 0x557173456a80 void 0.000116
+gallium_dri.so free 0x557173456970 void 0.000114
+gallium_dri.so malloc 72 0x557173456a30 0.000113
+gallium_dri.so free 0x557173456ac0 void 0.000114
+gallium_dri.so free 0x557173456a30 void 0.000112
+gallium_dri.so malloc 72 0x557173456a30 0.000114
+gallium_dri.so free 0x557173456b80 void 0.000119
+gallium_dri.so free 0x557173456a30 void 0.000113
+gallium_dri.so malloc 72 0x557173456bd0 0.000114
+gallium_dri.so free 0x557173456c40 void 0.000118
+gallium_dri.so free 0x557173456bd0 void 0.000114
+gallium_dri.so malloc 72 0x557173456c80 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000115
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000116
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000115
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so malloc 72 0x557173456e70 0.000114
+gallium_dri.so free 0x557173456ec0 void 0.000115
+gallium_dri.so free 0x557173456e70 void 0.000127
+gallium_dri.so malloc 72 0x557173456e70 0.000116
+gallium_dri.so free 0x557173456fc0 void 0.000114
+gallium_dri.so free 0x557173456e70 void 0.000115
+gallium_dri.so malloc 72 0x557173456f70 0.000115
+gallium_dri.so free 0x557173457080 void 0.000114
+gallium_dri.so free 0x557173456f70 void 0.000115
+gallium_dri.so malloc 72 0x557173457030 0.000115
+gallium_dri.so free 0x557173457100 void 0.000114
+gallium_dri.so free 0x557173457030 void 0.000113
+gallium_dri.so malloc 72 0x557173457120 0.000119
+gallium_dri.so free 0x5571734571c0 void 0.000117
+gallium_dri.so free 0x557173457120 void 0.000113
+gallium_dri.so malloc 72 0x557173457170 0.000113
+gallium_dri.so free 0x557173457240 void 0.000115
+gallium_dri.so free 0x557173457170 void 0.000113
+gallium_dri.so malloc 72 0x557173457170 0.000113
+gallium_dri.so free 0x5571734572c0 void 0.000115
+gallium_dri.so free 0x557173457170 void 0.000120
+gallium_dri.so malloc 72 0x5571734572c0 0.000113
+gallium_dri.so free 0x557173457380 void 0.000114
+gallium_dri.so free 0x5571734572c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734572c0 0.000113
+gallium_dri.so free 0x557173457440 void 0.000115
+gallium_dri.so free 0x5571734572c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734572c0 0.000116
+gallium_dri.so free 0x557173457500 void 0.000116
+gallium_dri.so free 0x5571734572c0 void 0.000200
+gallium_dri.so malloc 72 0x5571734574b0 0.000119
+gallium_dri.so free 0x557173457500 void 0.000114
+gallium_dri.so free 0x5571734574b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734574b0 0.000116
+gallium_dri.so free 0x557173457600 void 0.000115
+gallium_dri.so free 0x5571734574b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734575b0 0.000113
+gallium_dri.so free 0x5571734576c0 void 0.000115
+gallium_dri.so free 0x5571734575b0 void 0.000114
+gallium_dri.so malloc 72 0x557173457670 0.000113
+gallium_dri.so free 0x557173457700 void 0.000115
+gallium_dri.so free 0x557173457670 void 0.000113
+gallium_dri.so malloc 72 0x557173457670 0.000113
+gallium_dri.so free 0x5571734577c0 void 0.000116
+gallium_dri.so free 0x557173457670 void 0.000115
+gallium_dri.so malloc 72 0x557173457800 0.000114
+gallium_dri.so free 0x557173457880 void 0.000114
+gallium_dri.so free 0x557173457800 void 0.000115
+gallium_dri.so malloc 72 0x557173457880 0.000114
+gallium_dri.so free 0x557173457940 void 0.000115
+gallium_dri.so free 0x557173457880 void 0.000115
+gallium_dri.so malloc 72 0x557173457880 0.000114
+gallium_dri.so free 0x557173457a00 void 0.000115
+gallium_dri.so free 0x557173457880 void 0.000117
+gallium_dri.so malloc 72 0x557173457a20 0.000120
+gallium_dri.so free 0x557173457ac0 void 0.000115
+gallium_dri.so free 0x557173457a20 void 0.000128
+gallium_dri.so malloc 72 0x557173457a70 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so free 0x557173457a70 void 0.000114
+gallium_dri.so malloc 72 0x557173457a70 0.000114
+gallium_dri.so free 0x557173457bc0 void 0.000115
+gallium_dri.so free 0x557173457a70 void 0.000114
+gallium_dri.so malloc 72 0x557173457bc0 0.000113
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173457bc0 0.000112
+gallium_dri.so free 0x557173457d40 void 0.000116
+gallium_dri.so free 0x557173457bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173457bc0 0.000115
+gallium_dri.so free 0x557173457e00 void 0.000115
+gallium_dri.so free 0x557173457bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173457db0 0.000115
+gallium_dri.so free 0x557173457ec0 void 0.000115
+gallium_dri.so free 0x557173457db0 void 0.000115
+gallium_dri.so malloc 72 0x557173457e70 0.000113
+gallium_dri.so free 0x557173457f40 void 0.000115
+gallium_dri.so free 0x557173457e70 void 0.000115
+gallium_dri.so malloc 72 0x557173457f90 0.000113
+gallium_dri.so free 0x557173458000 void 0.000114
+gallium_dri.so free 0x557173457f90 void 0.000113
+gallium_dri.so malloc 72 0x557173458020 0.000114
+gallium_dri.so free 0x5571734580c0 void 0.000114
+gallium_dri.so free 0x557173458020 void 0.000117
+gallium_dri.so malloc 72 0x557173458070 0.000119
+gallium_dri.so free 0x557173458140 void 0.000116
+gallium_dri.so free 0x557173458070 void 0.000112
+gallium_dri.so malloc 72 0x557173458070 0.000115
+gallium_dri.so free 0x5571734581c0 void 0.000115
+gallium_dri.so free 0x557173458070 void 0.000115
+gallium_dri.so malloc 72 0x5571734581c0 0.000114
+gallium_dri.so free 0x557173458280 void 0.000116
+gallium_dri.so free 0x5571734581c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734581c0 0.000114
+gallium_dri.so free 0x557173458380 void 0.000114
+gallium_dri.so free 0x5571734581c0 void 0.000113
+gallium_dri.so malloc 72 0x557173458330 0.000114
+gallium_dri.so free 0x5571734583c0 void 0.000114
+gallium_dri.so free 0x557173458330 void 0.000113
+gallium_dri.so malloc 72 0x557173458330 0.000113
+gallium_dri.so free 0x557173458480 void 0.000114
+gallium_dri.so free 0x557173458330 void 0.000112
+gallium_dri.so malloc 72 0x5571734584c0 0.000113
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so malloc 72 0x557173458540 0.000114
+gallium_dri.so free 0x557173458600 void 0.000115
+gallium_dri.so free 0x557173458540 void 0.000113
+gallium_dri.so malloc 72 0x557173458540 0.000114
+gallium_dri.so free 0x557173458680 void 0.000114
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so malloc 72 0x5571734586b0 0.000188
+gallium_dri.so free 0x557173458700 void 0.000116
+gallium_dri.so free 0x5571734586b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734586b0 0.000114
+gallium_dri.so free 0x557173458800 void 0.000114
+gallium_dri.so free 0x5571734586b0 void 0.000115
+gallium_dri.so malloc 72 0x557173458840 0.000113
+gallium_dri.so free 0x5571734588c0 void 0.000116
+gallium_dri.so free 0x557173458840 void 0.000113
+gallium_dri.so malloc 72 0x5571734588c0 0.000114
+gallium_dri.so free 0x557173458980 void 0.000116
+gallium_dri.so free 0x5571734588c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734588c0 0.000115
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so free 0x5571734588c0 void 0.000114
+gallium_dri.so malloc 72 0x557173458a30 0.000114
+gallium_dri.so free 0x557173458a80 void 0.000114
+gallium_dri.so free 0x557173458a30 void 0.000113
+gallium_dri.so malloc 72 0x557173458a30 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000115
+gallium_dri.so free 0x557173458a30 void 0.000115
+gallium_dri.so malloc 72 0x557173459bf0 0.000116
+gallium_dri.so free 0x557173459d00 void 0.000118
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173459cb0 0.000114
+gallium_dri.so free 0x557173459d80 void 0.000115
+gallium_dri.so free 0x557173459cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173459cb0 0.000126
+gallium_dri.so free 0x557173459e40 void 0.000117
+gallium_dri.so free 0x557173459cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173459cb0 0.000114
+gallium_dri.so free 0x557173458b80 void 0.000115
+gallium_dri.so free 0x557173459cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173458b30 0.000113
+gallium_dri.so free 0x557173459f00 void 0.000114
+gallium_dri.so free 0x557173458b30 void 0.000113
+gallium_dri.so malloc 72 0x557173459eb0 0.000114
+gallium_dri.so free 0x557173459fc0 void 0.000115
+gallium_dri.so free 0x557173459eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x55717345a000 void 0.000116
+gallium_dri.so free 0x557173459f70 void 0.000113
+gallium_dri.so malloc 72 0x557173459f70 0.000114
+gallium_dri.so free 0x55717345a0c0 void 0.000121
+gallium_dri.so free 0x557173459f70 void 0.000114
+gallium_dri.so malloc 72 0x55717345a110 0.000115
+gallium_dri.so free 0x55717345a180 void 0.000116
+gallium_dri.so free 0x55717345a110 void 0.000115
+gallium_dri.so malloc 72 0x55717345a1c0 0.000114
+gallium_dri.so free 0x55717345a240 void 0.000115
+gallium_dri.so free 0x55717345a1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a240 0.000113
+gallium_dri.so free 0x55717345a300 void 0.000115
+gallium_dri.so free 0x55717345a240 void 0.000113
+gallium_dri.so malloc 72 0x55717345a240 0.000129
+gallium_dri.so free 0x55717345a380 void 0.000117
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so malloc 72 0x55717345a3b0 0.000115
+gallium_dri.so free 0x55717345a400 void 0.000116
+gallium_dri.so free 0x55717345a3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a3b0 0.000114
+gallium_dri.so free 0x55717345a500 void 0.000116
+gallium_dri.so free 0x55717345a3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a4b0 0.000114
+gallium_dri.so free 0x55717345a5c0 void 0.000116
+gallium_dri.so free 0x55717345a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a570 0.000114
+gallium_dri.so free 0x55717345a640 void 0.000119
+gallium_dri.so free 0x55717345a570 void 0.000116
+gallium_dri.so malloc 72 0x55717345a660 0.000114
+gallium_dri.so free 0x55717345a700 void 0.000116
+gallium_dri.so free 0x55717345a660 void 0.000114
+gallium_dri.so malloc 72 0x55717345a6b0 0.000115
+gallium_dri.so free 0x55717345a780 void 0.000116
+gallium_dri.so free 0x55717345a6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a6b0 0.000113
+gallium_dri.so free 0x55717345a800 void 0.000114
+gallium_dri.so free 0x55717345a6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a800 0.000114
+gallium_dri.so free 0x55717345a8c0 void 0.000121
+gallium_dri.so free 0x55717345a800 void 0.000115
+gallium_dri.so malloc 72 0x55717345a800 0.000126
+gallium_dri.so free 0x55717345a980 void 0.000116
+gallium_dri.so free 0x55717345a800 void 0.000113
+gallium_dri.so malloc 72 0x55717345a800 0.000116
+gallium_dri.so free 0x55717345aa40 void 0.000116
+gallium_dri.so free 0x55717345a800 void 0.000114
+gallium_dri.so malloc 72 0x55717345a9f0 0.000114
+gallium_dri.so free 0x55717345aa40 void 0.000114
+gallium_dri.so free 0x55717345a9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a9f0 0.000115
+gallium_dri.so free 0x55717345ab40 void 0.000116
+gallium_dri.so free 0x55717345a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345aaf0 0.000114
+gallium_dri.so free 0x55717345ac00 void 0.000114
+gallium_dri.so free 0x55717345aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717345abb0 0.000113
+gallium_dri.so free 0x55717345ac40 void 0.000115
+gallium_dri.so free 0x55717345abb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345abb0 0.000116
+gallium_dri.so free 0x55717345ad00 void 0.000116
+gallium_dri.so free 0x55717345abb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ad40 0.000114
+gallium_dri.so free 0x55717345adc0 void 0.000115
+gallium_dri.so free 0x55717345ad40 void 0.000113
+gallium_dri.so malloc 72 0x55717345adc0 0.000114
+gallium_dri.so free 0x55717345ae80 void 0.000116
+gallium_dri.so free 0x55717345adc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345adc0 0.000116
+gallium_dri.so free 0x55717345af40 void 0.000117
+gallium_dri.so free 0x55717345adc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345af60 0.000115
+gallium_dri.so free 0x55717345b000 void 0.000114
+gallium_dri.so free 0x55717345af60 void 0.000116
+gallium_dri.so malloc 72 0x55717345afb0 0.000113
+gallium_dri.so free 0x55717345b080 void 0.000119
+gallium_dri.so free 0x55717345afb0 void 0.000115
+gallium_dri.so malloc 72 0x55717345afb0 0.000114
+gallium_dri.so free 0x55717345b100 void 0.000115
+gallium_dri.so free 0x55717345afb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b100 0.000114
+gallium_dri.so free 0x55717345b1c0 void 0.000115
+gallium_dri.so free 0x55717345b100 void 0.000113
+gallium_dri.so malloc 72 0x55717345b100 0.000114
+gallium_dri.so free 0x55717345b280 void 0.000115
+gallium_dri.so free 0x55717345b100 void 0.000113
+gallium_dri.so malloc 72 0x55717345b100 0.000115
+gallium_dri.so free 0x55717345b340 void 0.000116
+gallium_dri.so free 0x55717345b100 void 0.000113
+gallium_dri.so malloc 72 0x55717345b2f0 0.000114
+gallium_dri.so free 0x55717345b400 void 0.000113
+gallium_dri.so free 0x55717345b2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b3b0 0.000113
+gallium_dri.so free 0x55717345b480 void 0.000115
+gallium_dri.so free 0x55717345b3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345b4d0 0.000125
+gallium_dri.so free 0x55717345b540 void 0.000171
+gallium_dri.so free 0x55717345b4d0 void 0.000116
+gallium_dri.so malloc 72 0x55717345b560 0.000115
+gallium_dri.so free 0x55717345b600 void 0.000114
+gallium_dri.so free 0x55717345b560 void 0.000114
+gallium_dri.so malloc 72 0x55717345b5b0 0.000114
+gallium_dri.so free 0x55717345b680 void 0.000115
+gallium_dri.so free 0x55717345b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b5b0 0.000114
+gallium_dri.so free 0x55717345b700 void 0.000115
+gallium_dri.so free 0x55717345b5b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345b700 0.000121
+gallium_dri.so free 0x55717345b7c0 void 0.000116
+gallium_dri.so free 0x55717345b700 void 0.000114
+gallium_dri.so malloc 72 0x55717345b700 0.000115
+gallium_dri.so free 0x55717345b8c0 void 0.000116
+gallium_dri.so free 0x55717345b700 void 0.000115
+gallium_dri.so malloc 72 0x55717345b870 0.000114
+gallium_dri.so free 0x55717345b900 void 0.000116
+gallium_dri.so free 0x55717345b870 void 0.000113
+gallium_dri.so malloc 72 0x55717345b870 0.000114
+gallium_dri.so free 0x55717345b9c0 void 0.000116
+gallium_dri.so free 0x55717345b870 void 0.000114
+gallium_dri.so malloc 72 0x55717345ba00 0.000113
+gallium_dri.so free 0x55717345ba80 void 0.000116
+gallium_dri.so free 0x55717345ba00 void 0.000114
+gallium_dri.so malloc 72 0x55717345ba80 0.000112
+gallium_dri.so free 0x55717345bb40 void 0.000127
+gallium_dri.so free 0x55717345ba80 void 0.000115
+gallium_dri.so malloc 72 0x55717345ba80 0.000114
+gallium_dri.so free 0x55717345bbc0 void 0.000115
+gallium_dri.so free 0x55717345ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717345bbf0 0.000114
+gallium_dri.so free 0x55717345bc40 void 0.000115
+gallium_dri.so free 0x55717345bbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bbf0 0.000114
+gallium_dri.so free 0x55717345bd40 void 0.000115
+gallium_dri.so free 0x55717345bbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bd80 0.000113
+gallium_dri.so free 0x55717345be00 void 0.000114
+gallium_dri.so free 0x55717345bd80 void 0.000114
+gallium_dri.so malloc 72 0x55717345be00 0.000113
+gallium_dri.so free 0x55717345bec0 void 0.000115
+gallium_dri.so free 0x55717345be00 void 0.000114
+gallium_dri.so malloc 72 0x55717345be00 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000114
+gallium_dri.so free 0x55717345be00 void 0.000114
+gallium_dri.so malloc 72 0x55717345bf70 0.000113
+gallium_dri.so free 0x55717345bfc0 void 0.000115
+gallium_dri.so free 0x55717345bf70 void 0.000113
+gallium_dri.so malloc 72 0x55717345bf70 0.000118
+gallium_dri.so free 0x55717345c0c0 void 0.000117
+gallium_dri.so free 0x55717345bf70 void 0.000114
+gallium_dri.so malloc 72 0x55717345c070 0.000114
+gallium_dri.so free 0x55717345c180 void 0.000128
+gallium_dri.so free 0x55717345c070 void 0.000116
+gallium_dri.so malloc 72 0x55717345c130 0.000115
+gallium_dri.so free 0x55717345c200 void 0.000115
+gallium_dri.so free 0x55717345c130 void 0.000115
+gallium_dri.so malloc 72 0x55717345c130 0.000113
+gallium_dri.so free 0x55717345c2c0 void 0.000115
+gallium_dri.so free 0x55717345c130 void 0.000114
+gallium_dri.so malloc 72 0x55717345c130 0.000113
+gallium_dri.so free 0x55717345c380 void 0.000114
+gallium_dri.so free 0x55717345c130 void 0.000115
+gallium_dri.so malloc 72 0x55717345c330 0.000113
+gallium_dri.so free 0x55717345c400 void 0.000115
+gallium_dri.so free 0x55717345c330 void 0.000113
+gallium_dri.so malloc 72 0x55717345c450 0.000113
+gallium_dri.so free 0x55717345c4c0 void 0.000114
+gallium_dri.so free 0x55717345c450 void 0.000114
+gallium_dri.so malloc 72 0x55717345c4e0 0.000113
+gallium_dri.so free 0x55717345c580 void 0.000115
+gallium_dri.so free 0x55717345c4e0 void 0.000115
+gallium_dri.so malloc 72 0x55717345c530 0.000114
+gallium_dri.so free 0x55717345c600 void 0.000114
+gallium_dri.so free 0x55717345c530 void 0.000113
+gallium_dri.so malloc 72 0x55717345c600 0.000114
+gallium_dri.so free 0x55717345c6c0 void 0.000116
+gallium_dri.so free 0x55717345c600 void 0.000114
+gallium_dri.so malloc 72 0x55717345c600 0.000122
+gallium_dri.so free 0x55717345c740 void 0.000115
+gallium_dri.so free 0x55717345c600 void 0.000117
+gallium_dri.so malloc 72 0x55717345c740 0.000114
+gallium_dri.so free 0x55717345c800 void 0.000115
+gallium_dri.so free 0x55717345c740 void 0.000113
+gallium_dri.so malloc 72 0x55717345c740 0.000113
+gallium_dri.so free 0x55717345c8c0 void 0.000116
+gallium_dri.so free 0x55717345c740 void 0.000114
+gallium_dri.so malloc 72 0x55717345c740 0.000113
+gallium_dri.so free 0x55717345c980 void 0.000115
+gallium_dri.so free 0x55717345c740 void 0.000113
+gallium_dri.so malloc 72 0x55717345c930 0.000113
+gallium_dri.so free 0x55717345ca00 void 0.000116
+gallium_dri.so free 0x55717345c930 void 0.000113
+gallium_dri.so malloc 72 0x55717345ca50 0.000115
+gallium_dri.so free 0x55717345cac0 void 0.000115
+gallium_dri.so free 0x55717345ca50 void 0.000113
+gallium_dri.so malloc 72 0x55717345cb00 0.000114
+gallium_dri.so free 0x55717345cb80 void 0.000115
+gallium_dri.so free 0x55717345cb00 void 0.000114
+gallium_dri.so malloc 72 0x55717345cb00 0.000113
+gallium_dri.so free 0x55717345cc00 void 0.000116
+gallium_dri.so free 0x55717345cb00 void 0.000113
+gallium_dri.so malloc 72 0x55717345cc30 0.000113
+gallium_dri.so free 0x55717345cc80 void 0.000115
+gallium_dri.so free 0x55717345cc30 void 0.000114
+gallium_dri.so malloc 72 0x55717345cc30 0.000113
+gallium_dri.so free 0x55717345cd80 void 0.000116
+gallium_dri.so free 0x55717345cc30 void 0.000116
+gallium_dri.so malloc 72 0x55717345cd30 0.000113
+gallium_dri.so free 0x55717345ce40 void 0.000114
+gallium_dri.so free 0x55717345cd30 void 0.000123
+gallium_dri.so malloc 72 0x55717345cdf0 0.000115
+gallium_dri.so free 0x55717345ce80 void 0.000121
+gallium_dri.so free 0x55717345cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345cdf0 0.000120
+gallium_dri.so free 0x55717345cf40 void 0.000119
+gallium_dri.so free 0x55717345cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cfb0 0.000115
+gallium_dri.so free 0x55717345d000 void 0.000115
+gallium_dri.so free 0x55717345cfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345cfb0 0.000114
+gallium_dri.so free 0x55717345d100 void 0.000115
+gallium_dri.so free 0x55717345cfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d0b0 0.000112
+gallium_dri.so free 0x55717345d1c0 void 0.000117
+gallium_dri.so free 0x55717345d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d170 0.000114
+gallium_dri.so free 0x55717345d200 void 0.000115
+gallium_dri.so free 0x55717345d170 void 0.000114
+gallium_dri.so malloc 72 0x55717345d170 0.000113
+gallium_dri.so free 0x55717345d2c0 void 0.000114
+gallium_dri.so free 0x55717345d170 void 0.000113
+gallium_dri.so malloc 72 0x55717345d300 0.000113
+gallium_dri.so free 0x55717345d380 void 0.000126
+gallium_dri.so free 0x55717345d300 void 0.000115
+gallium_dri.so malloc 72 0x55717345d380 0.000115
+gallium_dri.so free 0x55717345d440 void 0.000114
+gallium_dri.so free 0x55717345d380 void 0.000116
+gallium_dri.so malloc 72 0x55717345d380 0.000115
+gallium_dri.so free 0x55717345d500 void 0.000116
+gallium_dri.so free 0x55717345d380 void 0.000116
+gallium_dri.so malloc 72 0x55717345d520 0.000114
+gallium_dri.so free 0x55717345d5c0 void 0.000115
+gallium_dri.so free 0x55717345d520 void 0.000115
+gallium_dri.so malloc 72 0x55717345d570 0.000113
+gallium_dri.so free 0x55717345d640 void 0.000123
+gallium_dri.so free 0x55717345d570 void 0.000115
+gallium_dri.so malloc 72 0x55717345d570 0.000115
+gallium_dri.so free 0x55717345d6c0 void 0.000115
+gallium_dri.so free 0x55717345d570 void 0.000114
+gallium_dri.so malloc 72 0x55717345d6c0 0.000113
+gallium_dri.so free 0x55717345d780 void 0.000115
+gallium_dri.so free 0x55717345d6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d6c0 0.000114
+gallium_dri.so free 0x55717345d840 void 0.000114
+gallium_dri.so free 0x55717345d6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d6c0 0.000115
+gallium_dri.so free 0x55717345d900 void 0.000115
+gallium_dri.so free 0x55717345d6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d8b0 0.000113
+gallium_dri.so free 0x55717345d9c0 void 0.000115
+gallium_dri.so free 0x55717345d8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d970 0.000113
+gallium_dri.so free 0x55717345da40 void 0.000112
+gallium_dri.so free 0x55717345d970 void 0.000114
+gallium_dri.so malloc 72 0x55717345da90 0.000113
+gallium_dri.so free 0x55717345db00 void 0.000114
+gallium_dri.so free 0x55717345da90 void 0.000114
+gallium_dri.so malloc 72 0x55717345db20 0.000112
+gallium_dri.so free 0x55717345dbc0 void 0.000114
+gallium_dri.so free 0x55717345db20 void 0.000114
+gallium_dri.so malloc 72 0x55717345db70 0.000114
+gallium_dri.so free 0x55717345dc40 void 0.000118
+gallium_dri.so free 0x55717345db70 void 0.000125
+gallium_dri.so malloc 72 0x55717345db70 0.000119
+gallium_dri.so free 0x55717345dcc0 void 0.000114
+gallium_dri.so free 0x55717345db70 void 0.000114
+gallium_dri.so malloc 72 0x55717345dcc0 0.000113
+gallium_dri.so free 0x55717345dd80 void 0.000118
+gallium_dri.so free 0x55717345dcc0 void 0.000108
+gallium_dri.so malloc 72 0x55717345dcc0 0.000191
+gallium_dri.so free 0x55717345de80 void 0.000119
+gallium_dri.so free 0x55717345dcc0 void 0.000118
+gallium_dri.so malloc 72 0x55717345de30 0.000119
+gallium_dri.so free 0x5571735cab40 void 0.000118
+gallium_dri.so free 0x55717345de30 void 0.000118
+gallium_dri.so malloc 72 0x55717345de30 0.000115
+gallium_dri.so free 0x5571735cac00 void 0.000121
+gallium_dri.so free 0x55717345de30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cabb0 0.000123
+gallium_dri.so free 0x5571735cac80 void 0.000118
+gallium_dri.so free 0x5571735cabb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cacd0 0.000117
+gallium_dri.so free 0x5571735cad40 void 0.000118
+gallium_dri.so free 0x5571735cacd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cad60 0.000118
+gallium_dri.so free 0x5571735cae00 void 0.000120
+gallium_dri.so free 0x5571735cad60 void 0.000118
+gallium_dri.so malloc 72 0x5571735cadb0 0.000117
+gallium_dri.so free 0x5571735cae80 void 0.000117
+gallium_dri.so free 0x5571735cadb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cadb0 0.000118
+gallium_dri.so free 0x5571735caf80 void 0.000117
+gallium_dri.so free 0x5571735cadb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735caf30 0.000118
+gallium_dri.so free 0x5571735cb000 void 0.000118
+gallium_dri.so free 0x5571735caf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb050 0.000119
+gallium_dri.so free 0x5571735cb0c0 void 0.000118
+gallium_dri.so free 0x5571735cb050 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb0e0 0.000120
+gallium_dri.so free 0x5571735cb180 void 0.000119
+gallium_dri.so free 0x5571735cb0e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb130 0.000169
+gallium_dri.so free 0x5571735cb200 void 0.000119
+gallium_dri.so free 0x5571735cb130 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb130 0.000117
+gallium_dri.so free 0x5571735cb280 void 0.000119
+gallium_dri.so free 0x5571735cb130 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb280 0.000117
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so free 0x5571735cb280 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb280 0.000119
+gallium_dri.so free 0x5571735cb440 void 0.000118
+gallium_dri.so free 0x5571735cb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb280 0.000119
+gallium_dri.so free 0x5571735cb4c0 void 0.000120
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000118
+gallium_dri.so free 0x5571735cb540 void 0.000118
+gallium_dri.so free 0x5571735cb4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000130
+gallium_dri.so free 0x5571735cb640 void 0.000118
+gallium_dri.so free 0x5571735cb4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000117
+gallium_dri.so free 0x5571735cb700 void 0.000117
+gallium_dri.so free 0x5571735cb5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000119
+gallium_dri.so free 0x5571735cb740 void 0.000119
+gallium_dri.so free 0x5571735cb6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000120
+gallium_dri.so free 0x5571735cb800 void 0.000118
+gallium_dri.so free 0x5571735cb6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb850 0.000118
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so free 0x5571735cb850 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb900 0.000118
+gallium_dri.so free 0x5571735cb980 void 0.000117
+gallium_dri.so free 0x5571735cb900 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb980 0.000117
+gallium_dri.so free 0x5571735cba40 void 0.000117
+gallium_dri.so free 0x5571735cb980 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb980 0.000118
+gallium_dri.so free 0x5571735cbac0 void 0.000118
+gallium_dri.so free 0x5571735cb980 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbaf0 0.000119
+gallium_dri.so free 0x5571735cbb40 void 0.000117
+gallium_dri.so free 0x5571735cbaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbaf0 0.000124
+gallium_dri.so free 0x5571735cbc40 void 0.000119
+gallium_dri.so free 0x5571735cbaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000119
+gallium_dri.so free 0x5571735cbd00 void 0.000117
+gallium_dri.so free 0x5571735cbbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000118
+gallium_dri.so free 0x5571735cbd80 void 0.000132
+gallium_dri.so free 0x5571735cbcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbda0 0.000119
+gallium_dri.so free 0x5571735cbe40 void 0.000119
+gallium_dri.so free 0x5571735cbda0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000120
+gallium_dri.so free 0x5571735cbec0 void 0.000118
+gallium_dri.so free 0x5571735cbdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000117
+gallium_dri.so free 0x5571735cbf40 void 0.000119
+gallium_dri.so free 0x5571735cbdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbf40 0.000118
+gallium_dri.so free 0x5571735cc000 void 0.000119
+gallium_dri.so free 0x5571735cbf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbf40 0.000119
+gallium_dri.so free 0x5571735cc0c0 void 0.000118
+gallium_dri.so free 0x5571735cbf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbf40 0.000117
+gallium_dri.so free 0x5571735cc180 void 0.000118
+gallium_dri.so free 0x5571735cbf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc130 0.000117
+gallium_dri.so free 0x5571735cc180 void 0.000119
+gallium_dri.so free 0x5571735cc130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc130 0.000118
+gallium_dri.so free 0x5571735cc280 void 0.000120
+gallium_dri.so free 0x5571735cc130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc230 0.000119
+gallium_dri.so free 0x5571735cc340 void 0.000127
+gallium_dri.so free 0x5571735cc230 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc2f0 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000118
+gallium_dri.so free 0x5571735cc2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc2f0 0.000119
+gallium_dri.so free 0x5571735cc440 void 0.000118
+gallium_dri.so free 0x5571735cc2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc480 0.000118
+gallium_dri.so free 0x5571735cc500 void 0.000117
+gallium_dri.so free 0x5571735cc480 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc500 0.000118
+gallium_dri.so free 0x5571735cc5c0 void 0.000118
+gallium_dri.so free 0x5571735cc500 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc500 0.000117
+gallium_dri.so free 0x5571735cc680 void 0.000117
+gallium_dri.so free 0x5571735cc500 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc6a0 0.000119
+gallium_dri.so free 0x5571735cc740 void 0.000119
+gallium_dri.so free 0x5571735cc6a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc6f0 0.000118
+gallium_dri.so free 0x5571735cc7c0 void 0.000118
+gallium_dri.so free 0x5571735cc6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc6f0 0.000119
+gallium_dri.so free 0x5571735cc840 void 0.000118
+gallium_dri.so free 0x5571735cc6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc840 0.000126
+gallium_dri.so free 0x5571735cc900 void 0.000119
+gallium_dri.so free 0x5571735cc840 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc840 0.000118
+gallium_dri.so free 0x5571735cc9c0 void 0.000119
+gallium_dri.so free 0x5571735cc840 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc840 0.000118
+gallium_dri.so free 0x5571735cca80 void 0.000118
+gallium_dri.so free 0x5571735cc840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cca30 0.000123
+gallium_dri.so free 0x5571735ccb40 void 0.000119
+gallium_dri.so free 0x5571735cca30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccaf0 0.000118
+gallium_dri.so free 0x5571735ccbc0 void 0.000121
+gallium_dri.so free 0x5571735ccaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccc10 0.000117
+gallium_dri.so free 0x5571735ccc80 void 0.000120
+gallium_dri.so free 0x5571735ccc10 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccca0 0.000118
+gallium_dri.so free 0x5571735ccd40 void 0.000122
+gallium_dri.so free 0x5571735ccca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cccf0 0.000119
+gallium_dri.so free 0x5571735ccdc0 void 0.000119
+gallium_dri.so free 0x5571735cccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cccf0 0.000117
+gallium_dri.so free 0x5571735cce40 void 0.000118
+gallium_dri.so free 0x5571735cccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cce40 0.000122
+gallium_dri.so free 0x5571735ccf00 void 0.000118
+gallium_dri.so free 0x5571735cce40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cce40 0.000118
+gallium_dri.so free 0x5571735cd000 void 0.000118
+gallium_dri.so free 0x5571735cce40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000117
+gallium_dri.so free 0x5571735cd040 void 0.000118
+gallium_dri.so free 0x5571735ccfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000118
+gallium_dri.so free 0x5571735cd100 void 0.000117
+gallium_dri.so free 0x5571735ccfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd140 0.000116
+gallium_dri.so free 0x5571735cd1c0 void 0.000120
+gallium_dri.so free 0x5571735cd140 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd1c0 0.000118
+gallium_dri.so free 0x5571735cd280 void 0.000118
+gallium_dri.so free 0x5571735cd1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd1c0 0.000119
+gallium_dri.so free 0x5571735cd300 void 0.000118
+gallium_dri.so free 0x5571735cd1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd330 0.000118
+gallium_dri.so free 0x5571735cd380 void 0.000117
+gallium_dri.so free 0x5571735cd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd330 0.000118
+gallium_dri.so free 0x5571735cd480 void 0.000119
+gallium_dri.so free 0x5571735cd330 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000118
+gallium_dri.so free 0x5571735cd540 void 0.000118
+gallium_dri.so free 0x5571735cd4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd540 0.000119
+gallium_dri.so free 0x5571735cd600 void 0.000117
+gallium_dri.so free 0x5571735cd540 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd540 0.000118
+gallium_dri.so free 0x5571735cd680 void 0.000118
+gallium_dri.so free 0x5571735cd540 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000117
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000118
+gallium_dri.so free 0x5571735cd800 void 0.000117
+gallium_dri.so free 0x5571735cd6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000118
+gallium_dri.so free 0x5571735cd8c0 void 0.000119
+gallium_dri.so free 0x5571735cd7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd870 0.000118
+gallium_dri.so free 0x5571735cd940 void 0.000118
+gallium_dri.so free 0x5571735cd870 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd870 0.000118
+gallium_dri.so free 0x5571735cda00 void 0.000118
+gallium_dri.so free 0x5571735cd870 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd870 0.000122
+gallium_dri.so free 0x5571735cdac0 void 0.000129
+gallium_dri.so free 0x5571735cd870 void 0.000148
+gallium_dri.so malloc 72 0x5571735cda70 0.000118
+gallium_dri.so free 0x5571735cdb40 void 0.000120
+gallium_dri.so free 0x5571735cda70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdb90 0.000118
+gallium_dri.so free 0x5571735cdc00 void 0.000120
+gallium_dri.so free 0x5571735cdb90 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdc20 0.000117
+gallium_dri.so free 0x5571735cdcc0 void 0.000119
+gallium_dri.so free 0x5571735cdc20 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdc70 0.000118
+gallium_dri.so free 0x5571735cdd40 void 0.000122
+gallium_dri.so free 0x5571735cdc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd40 0.000119
+gallium_dri.so free 0x5571735cde00 void 0.000119
+gallium_dri.so free 0x5571735cdd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdd40 0.000118
+gallium_dri.so free 0x5571735cde80 void 0.000118
+gallium_dri.so free 0x5571735cdd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde80 0.000117
+gallium_dri.so free 0x5571735cdf40 void 0.000118
+gallium_dri.so free 0x5571735cde80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde80 0.000119
+gallium_dri.so free 0x5571735ce000 void 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde80 0.000176
+gallium_dri.so free 0x5571735ce0c0 void 0.000120
+gallium_dri.so free 0x5571735cde80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce070 0.000119
+gallium_dri.so free 0x5571735ce140 void 0.000117
+gallium_dri.so free 0x5571735ce070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce190 0.000117
+gallium_dri.so free 0x5571735ce200 void 0.000119
+gallium_dri.so free 0x5571735ce190 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce240 0.000117
+gallium_dri.so free 0x5571735ce2c0 void 0.000117
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce240 0.000118
+gallium_dri.so free 0x5571735ce340 void 0.000117
+gallium_dri.so free 0x5571735ce240 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce370 0.000118
+gallium_dri.so free 0x5571735ce3c0 void 0.000118
+gallium_dri.so free 0x5571735ce370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce370 0.000119
+gallium_dri.so free 0x5571735ce4c0 void 0.000118
+gallium_dri.so free 0x5571735ce370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce470 0.000119
+gallium_dri.so free 0x5571735ce580 void 0.000117
+gallium_dri.so free 0x5571735ce470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce530 0.000119
+gallium_dri.so free 0x5571735ce5c0 void 0.000118
+gallium_dri.so free 0x5571735ce530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce530 0.000119
+gallium_dri.so free 0x5571735ce680 void 0.000120
+gallium_dri.so free 0x5571735ce530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000118
+gallium_dri.so free 0x5571735ce740 void 0.000118
+gallium_dri.so free 0x5571735ce6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000118
+gallium_dri.so free 0x5571735ce840 void 0.000118
+gallium_dri.so free 0x5571735ce6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000118
+gallium_dri.so free 0x5571735ce900 void 0.000119
+gallium_dri.so free 0x5571735ce7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce8b0 0.000118
+gallium_dri.so free 0x5571735ce940 void 0.000117
+gallium_dri.so free 0x5571735ce8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce8b0 0.000123
+gallium_dri.so free 0x5571735cea00 void 0.000119
+gallium_dri.so free 0x5571735ce8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cea40 0.000119
+gallium_dri.so free 0x5571735ceac0 void 0.000119
+gallium_dri.so free 0x5571735cea40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceac0 0.000118
+gallium_dri.so free 0x5571735ceb80 void 0.000119
+gallium_dri.so free 0x5571735ceac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceac0 0.000118
+gallium_dri.so free 0x5571735cec40 void 0.000119
+gallium_dri.so free 0x5571735ceac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cec60 0.000118
+gallium_dri.so free 0x5571735ced00 void 0.000116
+gallium_dri.so free 0x5571735cec60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cecb0 0.000119
+gallium_dri.so free 0x5571735ced80 void 0.000118
+gallium_dri.so free 0x5571735cecb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cecb0 0.000118
+gallium_dri.so free 0x5571735cee00 void 0.000119
+gallium_dri.so free 0x5571735cecb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cee00 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so free 0x5571735cee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cee00 0.000117
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x5571735cee00 void 0.000117
+gallium_dri.so malloc 72 0x55717358d8b0 0.000117
+gallium_dri.so free 0x55717358d900 void 0.000119
+gallium_dri.so free 0x55717358d8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d900 0.000118
+gallium_dri.so free 0x55717358d9c0 void 0.000117
+gallium_dri.so free 0x55717358d900 void 0.000118
+gallium_dri.so malloc 72 0x55717358d900 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000118
+gallium_dri.so free 0x55717358d900 void 0.000118
+gallium_dri.so malloc 72 0x55717358da70 0.000118
+gallium_dri.so free 0x55717358db80 void 0.000163
+gallium_dri.so free 0x55717358da70 void 0.000120
+gallium_dri.so malloc 72 0x55717358db30 0.000118
+gallium_dri.so free 0x55717358dbc0 void 0.000119
+gallium_dri.so free 0x55717358db30 void 0.000119
+gallium_dri.so malloc 72 0x55717358db30 0.000117
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so free 0x55717358db30 void 0.000117
+gallium_dri.so malloc 72 0x55717358dcc0 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd40 0.000119
+gallium_dri.so free 0x55717358de00 void 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd40 0.000118
+gallium_dri.so free 0x55717358de80 void 0.000117
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd40 0.000117
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000115
+gallium_dri.so malloc 72 0x55717358dd40 0.000117
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358dfb0 0.000118
+gallium_dri.so free 0x55717358e080 void 0.000118
+gallium_dri.so free 0x55717358dfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e0d0 0.000117
+gallium_dri.so free 0x55717358e140 void 0.000127
+gallium_dri.so free 0x55717358e0d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e160 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000117
+gallium_dri.so free 0x55717358e160 void 0.000119
+gallium_dri.so malloc 72 0x55717358e1b0 0.000122
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x55717358e1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e1b0 0.000117
+gallium_dri.so free 0x55717358e380 void 0.000118
+gallium_dri.so free 0x55717358e1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e330 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e330 void 0.000119
+gallium_dri.so malloc 72 0x55717358e450 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e450 void 0.000118
+gallium_dri.so malloc 72 0x55717358e4e0 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000119
+gallium_dri.so free 0x55717358e4e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e530 0.000119
+gallium_dri.so free 0x55717358e600 void 0.000128
+gallium_dri.so free 0x55717358e530 void 0.000114
+gallium_dri.so malloc 72 0x55717358e530 0.000118
+gallium_dri.so free 0x55717358e680 void 0.000118
+gallium_dri.so free 0x55717358e530 void 0.000118
+gallium_dri.so malloc 72 0x55717358e680 0.000130
+gallium_dri.so free 0x55717358e740 void 0.000118
+gallium_dri.so free 0x55717358e680 void 0.000119
+gallium_dri.so malloc 72 0x55717358e680 0.000118
+gallium_dri.so free 0x55717358e840 void 0.000119
+gallium_dri.so free 0x55717358e680 void 0.000119
+gallium_dri.so malloc 72 0x55717358e680 0.000119
+gallium_dri.so free 0x55717358e8c0 void 0.000118
+gallium_dri.so free 0x55717358e680 void 0.000117
+gallium_dri.so malloc 72 0x55717358e8f0 0.000117
+gallium_dri.so free 0x55717358e940 void 0.000117
+gallium_dri.so free 0x55717358e8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e8f0 0.000118
+gallium_dri.so free 0x55717358ea40 void 0.000123
+gallium_dri.so free 0x55717358e8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e9f0 0.000121
+gallium_dri.so free 0x55717358eb00 void 0.000120
+gallium_dri.so free 0x55717358e9f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358eab0 0.000124
+gallium_dri.so free 0x55717358eb40 void 0.000118
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000117
+gallium_dri.so free 0x55717358eab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec50 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so free 0x55717358ec50 void 0.000123
+gallium_dri.so malloc 72 0x55717358ed00 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed80 0.000117
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed80 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000117
+gallium_dri.so malloc 72 0x55717358eef0 0.000118
+gallium_dri.so free 0x55717358ef40 void 0.000118
+gallium_dri.so free 0x55717358eef0 void 0.000124
+gallium_dri.so malloc 72 0x55717358eef0 0.000118
+gallium_dri.so free 0x55717358f040 void 0.000119
+gallium_dri.so free 0x55717358eef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358eff0 0.000118
+gallium_dri.so free 0x55717358f100 void 0.000117
+gallium_dri.so free 0x55717358eff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f0b0 0.000117
+gallium_dri.so free 0x55717358f180 void 0.000117
+gallium_dri.so free 0x55717358f0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f1a0 0.000119
+gallium_dri.so free 0x55717358f240 void 0.000118
+gallium_dri.so free 0x55717358f1a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f1f0 0.000118
+gallium_dri.so free 0x55717358f2c0 void 0.000117
+gallium_dri.so free 0x55717358f1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f1f0 0.000111
+gallium_dri.so free 0x55717358f340 void 0.000109
+gallium_dri.so free 0x55717358f1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f340 0.000110
+gallium_dri.so free 0x55717358f400 void 0.000110
+gallium_dri.so free 0x55717358f340 void 0.000110
+gallium_dri.so malloc 72 0x55717358f340 0.000110
+gallium_dri.so free 0x55717358f4c0 void 0.000110
+gallium_dri.so free 0x55717358f340 void 0.000110
+gallium_dri.so malloc 72 0x55717358f340 0.000109
+gallium_dri.so free 0x55717358f580 void 0.000113
+gallium_dri.so free 0x55717358f340 void 0.000111
+gallium_dri.so malloc 72 0x55717358f530 0.000109
+gallium_dri.so free 0x55717358f580 void 0.000112
+gallium_dri.so free 0x55717358f530 void 0.000110
+gallium_dri.so malloc 72 0x55717358f530 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000110
+gallium_dri.so free 0x55717358f530 void 0.000110
+gallium_dri.so malloc 72 0x55717358f630 0.000111
+gallium_dri.so free 0x55717358f740 void 0.000112
+gallium_dri.so free 0x55717358f630 void 0.000110
+gallium_dri.so malloc 72 0x55717358f6f0 0.000111
+gallium_dri.so free 0x55717358f780 void 0.000111
+gallium_dri.so free 0x55717358f6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f6f0 0.000110
+gallium_dri.so free 0x55717358f840 void 0.000111
+gallium_dri.so free 0x55717358f6f0 void 0.000141
+gallium_dri.so malloc 72 0x55717358f880 0.000111
+gallium_dri.so free 0x55717358f900 void 0.000110
+gallium_dri.so free 0x55717358f880 void 0.000112
+gallium_dri.so malloc 72 0x55717358f900 0.000110
+gallium_dri.so free 0x55717358f9c0 void 0.000111
+gallium_dri.so free 0x55717358f900 void 0.000110
+gallium_dri.so malloc 72 0x55717358f900 0.000110
+gallium_dri.so free 0x55717358fa80 void 0.000110
+gallium_dri.so free 0x55717358f900 void 0.000111
+gallium_dri.so malloc 72 0x55717358faa0 0.000110
+gallium_dri.so free 0x55717358fb40 void 0.000111
+gallium_dri.so free 0x55717358faa0 void 0.000111
+gallium_dri.so malloc 72 0x55717358faf0 0.000116
+gallium_dri.so free 0x55717358fbc0 void 0.000110
+gallium_dri.so free 0x55717358faf0 void 0.000110
+gallium_dri.so malloc 72 0x55717358faf0 0.000110
+gallium_dri.so free 0x55717358fc40 void 0.000110
+gallium_dri.so free 0x55717358faf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358fc40 0.000110
+gallium_dri.so free 0x55717358fd00 void 0.000110
+gallium_dri.so free 0x55717358fc40 void 0.000115
+gallium_dri.so malloc 72 0x55717358fc40 0.000119
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so free 0x55717358fc40 void 0.000110
+gallium_dri.so malloc 72 0x55717358fc40 0.000113
+gallium_dri.so free 0x55717358fe80 void 0.000126
+gallium_dri.so free 0x55717358fc40 void 0.000129
+gallium_dri.so malloc 72 0x55717358fe30 0.000118
+gallium_dri.so free 0x55717358ff40 void 0.000118
+gallium_dri.so free 0x55717358fe30 void 0.000123
+gallium_dri.so malloc 72 0x55717358fef0 0.000125
+gallium_dri.so free 0x55717358ffc0 void 0.000121
+gallium_dri.so free 0x55717358fef0 void 0.000122
+gallium_dri.so malloc 72 0x557173590010 0.000125
+gallium_dri.so free 0x557173590080 void 0.000121
+gallium_dri.so free 0x557173590010 void 0.000123
+gallium_dri.so malloc 72 0x5571735900a0 0.000128
+gallium_dri.so free 0x557173590140 void 0.000126
+gallium_dri.so free 0x5571735900a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735900f0 0.000123
+gallium_dri.so free 0x5571735901c0 void 0.000125
+gallium_dri.so free 0x5571735900f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735900f0 0.000118
+gallium_dri.so free 0x557173590240 void 0.000124
+gallium_dri.so free 0x5571735900f0 void 0.000122
+gallium_dri.so malloc 72 0x557173590240 0.000118
+gallium_dri.so free 0x557173590300 void 0.000119
+gallium_dri.so free 0x557173590240 void 0.000123
+gallium_dri.so malloc 72 0x557173590240 0.000119
+gallium_dri.so free 0x557173590400 void 0.000120
+gallium_dri.so free 0x557173590240 void 0.000125
+gallium_dri.so malloc 72 0x5571735903b0 0.000124
+gallium_dri.so free 0x557173590440 void 0.000125
+gallium_dri.so free 0x5571735903b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735903b0 0.000120
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x5571735903b0 void 0.000123
+gallium_dri.so malloc 72 0x557173590540 0.000125
+gallium_dri.so free 0x5571735905c0 void 0.000125
+gallium_dri.so free 0x557173590540 void 0.000121
+gallium_dri.so malloc 72 0x5571735905c0 0.000120
+gallium_dri.so free 0x557173590680 void 0.000125
+gallium_dri.so free 0x5571735905c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735905c0 0.000119
+gallium_dri.so free 0x557173590700 void 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000118
+gallium_dri.so malloc 72 0x557173590730 0.000122
+gallium_dri.so free 0x557173590780 void 0.000125
+gallium_dri.so free 0x557173590730 void 0.000120
+gallium_dri.so malloc 72 0x557173590730 0.000119
+gallium_dri.so free 0x557173590880 void 0.000119
+gallium_dri.so free 0x557173590730 void 0.000122
+gallium_dri.so malloc 72 0x5571735908c0 0.000126
+gallium_dri.so free 0x557173590940 void 0.000165
+gallium_dri.so free 0x5571735908c0 void 0.000162
+gallium_dri.so malloc 72 0x557173590940 0.000139
+gallium_dri.so free 0x557173590a00 void 0.000139
+gallium_dri.so free 0x557173590940 void 0.000136
+gallium_dri.so malloc 72 0x557173590940 0.000134
+gallium_dri.so free 0x557173590a80 void 0.000139
+gallium_dri.so free 0x557173590940 void 0.000139
+gallium_dri.so malloc 72 0x557173590ab0 0.000135
+gallium_dri.so free 0x557173590b00 void 0.000134
+gallium_dri.so free 0x557173590ab0 void 0.000139
+gallium_dri.so malloc 72 0x557173590ab0 0.000138
+gallium_dri.so free 0x557173590c00 void 0.000138
+gallium_dri.so free 0x557173590ab0 void 0.000138
+gallium_dri.so malloc 72 0x557173590bb0 0.000138
+gallium_dri.so free 0x557173590cc0 void 0.000139
+gallium_dri.so free 0x557173590bb0 void 0.000135
+gallium_dri.so malloc 72 0x557173590c70 0.000137
+gallium_dri.so free 0x557173590d40 void 0.000138
+gallium_dri.so free 0x557173590c70 void 0.000135
+gallium_dri.so malloc 72 0x557173590c70 0.000198
+gallium_dri.so free 0x557173590e00 void 0.000163
+gallium_dri.so free 0x557173590c70 void 0.000163
+gallium_dri.so malloc 72 0x557173590c70 0.000161
+gallium_dri.so free 0x557173590ec0 void 0.000160
+gallium_dri.so free 0x557173590c70 void 0.000162
+gallium_dri.so malloc 72 0x557173590e70 0.000158
+gallium_dri.so free 0x557173590f40 void 0.000158
+gallium_dri.so free 0x557173590e70 void 0.000157
+gallium_dri.so malloc 72 0x557173590f90 0.000156
+gallium_dri.so free 0x557173591000 void 0.000161
+gallium_dri.so free 0x557173590f90 void 0.000159
+gallium_dri.so malloc 72 0x557173591020 0.000158
+gallium_dri.so free 0x5571735910c0 void 0.000161
+gallium_dri.so free 0x557173591020 void 0.000162
+gallium_dri.so malloc 72 0x557173591070 0.000158
+gallium_dri.so free 0x557173591140 void 0.000157
+gallium_dri.so free 0x557173591070 void 0.000160
+gallium_dri.so malloc 72 0x557173591140 0.000160
+gallium_dri.so free 0x557173591200 void 0.000161
+gallium_dri.so free 0x557173591140 void 0.000157
+gallium_dri.so malloc 72 0x557173591140 0.000154
+gallium_dri.so free 0x557173591280 void 0.000161
+gallium_dri.so free 0x557173591140 void 0.000162
+gallium_dri.so malloc 72 0x557173591280 0.000160
+gallium_dri.so free 0x557173591340 void 0.000158
+gallium_dri.so free 0x557173591280 void 0.000158
+gallium_dri.so malloc 72 0x557173591280 0.000160
+gallium_dri.so free 0x557173591400 void 0.000161
+gallium_dri.so free 0x557173591280 void 0.000162
+gallium_dri.so malloc 72 0x557173591280 0.000158
+gallium_dri.so free 0x5571735914c0 void 0.000161
+gallium_dri.so free 0x557173591280 void 0.000167
+gallium_dri.so malloc 72 0x557173591470 0.000161
+gallium_dri.so free 0x557173591540 void 0.000177
+gallium_dri.so free 0x557173591470 void 0.000172
+gallium_dri.so malloc 72 0x557173591590 0.000171
+gallium_dri.so free 0x557173591600 void 0.000172
+gallium_dri.so free 0x557173591590 void 0.000177
+gallium_dri.so malloc 72 0x557173591640 0.000168
+gallium_dri.so free 0x5571735916c0 void 0.000164
+gallium_dri.so free 0x557173591640 void 0.000170
+gallium_dri.so malloc 72 0x557173591640 0.000230
+gallium_dri.so free 0x557173591740 void 0.000149
+gallium_dri.so free 0x557173591640 void 0.000146
+gallium_dri.so malloc 72 0x557173591770 0.000143
+gallium_dri.so free 0x5571735917c0 void 0.000142
+gallium_dri.so free 0x557173591770 void 0.000146
+gallium_dri.so malloc 72 0x557173591770 0.000145
+gallium_dri.so free 0x5571735918c0 void 0.000146
+gallium_dri.so free 0x557173591770 void 0.000146
+gallium_dri.so malloc 72 0x557173591870 0.000154
+gallium_dri.so free 0x557173591980 void 0.000144
+gallium_dri.so free 0x557173591870 void 0.000141
+gallium_dri.so malloc 72 0x557173591930 0.000140
+gallium_dri.so free 0x5571735919c0 void 0.000144
+gallium_dri.so free 0x557173591930 void 0.000143
+gallium_dri.so malloc 72 0x557173591930 0.000145
+gallium_dri.so free 0x557173591a80 void 0.000142
+gallium_dri.so free 0x557173591930 void 0.000140
+gallium_dri.so malloc 72 0x557173591af0 0.000141
+gallium_dri.so free 0x557173591b40 void 0.000146
+gallium_dri.so free 0x557173591af0 void 0.000145
+gallium_dri.so malloc 72 0x557173591af0 0.000144
+gallium_dri.so free 0x557173591c40 void 0.000144
+gallium_dri.so free 0x557173591af0 void 0.000146
+gallium_dri.so malloc 72 0x557173591bf0 0.000144
+gallium_dri.so free 0x557173591d00 void 0.000145
+gallium_dri.so free 0x557173591bf0 void 0.000145
+gallium_dri.so malloc 72 0x557173591cb0 0.000140
+gallium_dri.so free 0x557173591d40 void 0.000155
+gallium_dri.so free 0x557173591cb0 void 0.000147
+gallium_dri.so malloc 72 0x557173591cb0 0.000145
+gallium_dri.so free 0x557173591e00 void 0.000142
+gallium_dri.so free 0x557173591cb0 void 0.000143
+gallium_dri.so malloc 72 0x557173591e40 0.000141
+gallium_dri.so free 0x557173591ec0 void 0.000146
+gallium_dri.so free 0x557173591e40 void 0.000143
+gallium_dri.so malloc 72 0x557173591ec0 0.000141
+gallium_dri.so free 0x5571735cef80 void 0.000144
+gallium_dri.so free 0x557173591ec0 void 0.000146
+gallium_dri.so malloc 72 0x5571735cef30 0.000144
+gallium_dri.so free 0x5571735cf000 void 0.000142
+gallium_dri.so free 0x5571735cef30 void 0.000141
+gallium_dri.so malloc 72 0x5571735cef30 0.000143
+gallium_dri.so free 0x5571735cf0c0 void 0.000145
+gallium_dri.so free 0x5571735cef30 void 0.000144
+gallium_dri.so malloc 72 0x5571735cef30 0.000141
+gallium_dri.so free 0x5571735cf180 void 0.000142
+gallium_dri.so free 0x5571735cef30 void 0.000143
+gallium_dri.so malloc 72 0x5571735cf130 0.000196
+gallium_dri.so free 0x5571735cf200 void 0.000148
+gallium_dri.so free 0x5571735cf130 void 0.000146
+gallium_dri.so malloc 72 0x5571735cf250 0.000142
+gallium_dri.so free 0x5571735cf2c0 void 0.000141
+gallium_dri.so free 0x5571735cf250 void 0.000145
+gallium_dri.so malloc 72 0x5571735cf2e0 0.000144
+gallium_dri.so free 0x5571735cf380 void 0.000143
+gallium_dri.so free 0x5571735cf2e0 void 0.000144
+gallium_dri.so malloc 72 0x5571735cf330 0.000143
+gallium_dri.so free 0x5571735cf400 void 0.000154
+gallium_dri.so free 0x5571735cf330 void 0.000145
+gallium_dri.so malloc 72 0x5571735cf400 0.000143
+gallium_dri.so free 0x5571735cf4c0 void 0.000144
+gallium_dri.so free 0x5571735cf400 void 0.000144
+gallium_dri.so malloc 72 0x5571735cf400 0.000145
+gallium_dri.so free 0x5571735cf540 void 0.000141
+gallium_dri.so free 0x5571735cf400 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf540 0.000142
+gallium_dri.so free 0x5571735cf600 void 0.000146
+gallium_dri.so free 0x5571735cf540 void 0.000147
+gallium_dri.so malloc 72 0x5571735cf540 0.000145
+gallium_dri.so free 0x5571735cf6c0 void 0.000142
+gallium_dri.so free 0x5571735cf540 void 0.000141
+gallium_dri.so malloc 72 0x5571735cf540 0.000143
+gallium_dri.so free 0x5571735cf780 void 0.000145
+gallium_dri.so free 0x5571735cf540 void 0.000145
+gallium_dri.so malloc 72 0x5571735cf730 0.000144
+gallium_dri.so free 0x5571735cf800 void 0.000144
+gallium_dri.so free 0x5571735cf730 void 0.000143
+gallium_dri.so malloc 72 0x5571735cf850 0.000144
+gallium_dri.so free 0x5571735cf8c0 void 0.000146
+gallium_dri.so free 0x5571735cf850 void 0.000145
+gallium_dri.so malloc 72 0x5571735cf900 0.000144
+gallium_dri.so free 0x5571735cf980 void 0.000141
+gallium_dri.so free 0x5571735cf900 void 0.000140
+gallium_dri.so malloc 72 0x5571735cf900 0.000142
+gallium_dri.so free 0x5571735cfa00 void 0.000220
+gallium_dri.so free 0x5571735cf900 void 0.000148
+gallium_dri.so malloc 72 0x5571735cfa30 0.000143
+gallium_dri.so free 0x5571735cfa80 void 0.000142
+gallium_dri.so free 0x5571735cfa30 void 0.000141
+gallium_dri.so malloc 72 0x5571735cfa30 0.000143
+gallium_dri.so free 0x5571735cfb80 void 0.000144
+gallium_dri.so free 0x5571735cfa30 void 0.000144
+gallium_dri.so malloc 72 0x5571735cfb30 0.000140
+gallium_dri.so free 0x5571735cfc40 void 0.000144
+gallium_dri.so free 0x5571735cfb30 void 0.000143
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000191
+gallium_dri.so free 0x5571735cfc80 void 0.000159
+gallium_dri.so free 0x5571735cfbf0 void 0.000147
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000130
+gallium_dri.so free 0x5571735cfd40 void 0.000131
+gallium_dri.so free 0x5571735cfbf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000133
+gallium_dri.so free 0x5571735cfe00 void 0.000140
+gallium_dri.so free 0x5571735cfdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000125
+gallium_dri.so free 0x5571735cff00 void 0.000124
+gallium_dri.so free 0x5571735cfdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000125
+gallium_dri.so free 0x5571735cffc0 void 0.000125
+gallium_dri.so free 0x5571735cfeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cff70 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000131
+gallium_dri.so free 0x5571735cff70 void 0.000133
+gallium_dri.so malloc 72 0x5571735cff70 0.000131
+gallium_dri.so free 0x5571735d00c0 void 0.000126
+gallium_dri.so free 0x5571735cff70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0100 0.000128
+gallium_dri.so free 0x5571735d0180 void 0.000133
+gallium_dri.so free 0x5571735d0100 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0180 0.000132
+gallium_dri.so free 0x5571735d0240 void 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0180 0.000125
+gallium_dri.so free 0x5571735d0300 void 0.000137
+gallium_dri.so free 0x5571735d0180 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0320 0.000133
+gallium_dri.so free 0x5571735d03c0 void 0.000126
+gallium_dri.so free 0x5571735d0320 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0370 0.000124
+gallium_dri.so free 0x5571735d0440 void 0.000130
+gallium_dri.so free 0x5571735d0370 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0370 0.000131
+gallium_dri.so free 0x5571735d04c0 void 0.000132
+gallium_dri.so free 0x5571735d0370 void 0.000127
+gallium_dri.so malloc 72 0x5571735d04c0 0.000125
+gallium_dri.so free 0x5571735d0580 void 0.000124
+gallium_dri.so free 0x5571735d04c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d04c0 0.000125
+gallium_dri.so free 0x5571735d0640 void 0.000125
+gallium_dri.so free 0x5571735d04c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d04c0 0.000129
+gallium_dri.so free 0x5571735d0700 void 0.000132
+gallium_dri.so free 0x5571735d04c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d06b0 0.000127
+gallium_dri.so free 0x5571735d07c0 void 0.000124
+gallium_dri.so free 0x5571735d06b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0770 0.000134
+gallium_dri.so free 0x5571735d0840 void 0.000193
+gallium_dri.so free 0x5571735d0770 void 0.000310
+gallium_dri.so malloc 72 0x5571735d0890 0.000333
+gallium_dri.so free 0x5571735d0900 void 0.000333
+gallium_dri.so free 0x5571735d0890 void 0.000311
+gallium_dri.so malloc 72 0x5571735d0920 0.000310
+gallium_dri.so free 0x5571735d09c0 void 0.000193
+gallium_dri.so free 0x5571735d0920 void 0.000189
+gallium_dri.so malloc 72 0x5571735d0970 0.000231
+gallium_dri.so free 0x5571735d0a40 void 0.000154
+gallium_dri.so free 0x5571735d0970 void 0.000156
+gallium_dri.so malloc 72 0x5571735d0970 0.000155
+gallium_dri.so free 0x5571735d0ac0 void 0.000314
+gallium_dri.so free 0x5571735d0970 void 0.000310
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000312
+gallium_dri.so free 0x5571735d0b80 void 0.000245
+gallium_dri.so free 0x5571735d0ac0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000171
+gallium_dri.so free 0x5571735d0c80 void 0.000172
+gallium_dri.so free 0x5571735d0ac0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d0c30 0.000138
+gallium_dri.so free 0x5571735d0cc0 void 0.000131
+gallium_dri.so free 0x5571735d0c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0c30 0.000129
+gallium_dri.so free 0x5571735d0d80 void 0.000137
+gallium_dri.so free 0x5571735d0c30 void 0.000139
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000139
+gallium_dri.so free 0x5571735d0e40 void 0.000132
+gallium_dri.so free 0x5571735d0dc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d0e40 0.000138
+gallium_dri.so free 0x5571735d0f00 void 0.000134
+gallium_dri.so free 0x5571735d0e40 void 0.000137
+gallium_dri.so malloc 72 0x5571735d0e40 0.000131
+gallium_dri.so free 0x5571735d0f80 void 0.000130
+gallium_dri.so free 0x5571735d0e40 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0fb0 0.000132
+gallium_dri.so free 0x5571735d1000 void 0.000131
+gallium_dri.so free 0x5571735d0fb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0fb0 0.000138
+gallium_dri.so free 0x5571735d1100 void 0.000236
+gallium_dri.so free 0x5571735d0fb0 void 0.000235
+gallium_dri.so malloc 72 0x5571735d1140 0.000253
+gallium_dri.so free 0x5571735d11c0 void 0.000237
+gallium_dri.so free 0x5571735d1140 void 0.000235
+gallium_dri.so malloc 72 0x5571735d11c0 0.000209
+gallium_dri.so free 0x5571735d1280 void 0.000231
+gallium_dri.so free 0x5571735d11c0 void 0.000253
+gallium_dri.so malloc 72 0x5571735d11c0 0.000236
+gallium_dri.so free 0x5571735d1300 void 0.000235
+gallium_dri.so free 0x5571735d11c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d1330 0.000307
+gallium_dri.so free 0x5571735d1380 void 0.000324
+gallium_dri.so free 0x5571735d1330 void 0.000294
+gallium_dri.so malloc 72 0x5571735d1330 0.000292
+gallium_dri.so free 0x5571735d1480 void 0.000279
+gallium_dri.so free 0x5571735d1330 void 0.000283
+gallium_dri.so malloc 72 0x5571735d1430 0.000293
+gallium_dri.so free 0x5571735d1540 void 0.000295
+gallium_dri.so free 0x5571735d1430 void 0.000295
+gallium_dri.so malloc 72 0x5571735d14f0 0.000283
+gallium_dri.so free 0x5571735d15c0 void 0.000303
+gallium_dri.so free 0x5571735d14f0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d14f0 0.000293
+gallium_dri.so free 0x5571735d1680 void 0.000295
+gallium_dri.so free 0x5571735d14f0 void 0.000298
+gallium_dri.so malloc 72 0x5571735d14f0 0.000290
+gallium_dri.so free 0x5571735d1740 void 0.000293
+gallium_dri.so free 0x5571735d14f0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d16f0 0.000292
+gallium_dri.so free 0x5571735d17c0 void 0.000291
+gallium_dri.so free 0x5571735d16f0 void 0.000359
+gallium_dri.so malloc 72 0x5571735d1810 0.000232
+gallium_dri.so free 0x5571735d1880 void 0.000309
+gallium_dri.so free 0x5571735d1810 void 0.000290
+gallium_dri.so malloc 72 0x5571735d18a0 0.000293
+gallium_dri.so free 0x5571735d1940 void 0.000280
+gallium_dri.so free 0x5571735d18a0 void 0.000299
+gallium_dri.so malloc 72 0x5571735d18f0 0.000291
+gallium_dri.so free 0x5571735d19c0 void 0.000293
+gallium_dri.so free 0x5571735d18f0 void 0.000296
+gallium_dri.so malloc 72 0x5571735d19c0 0.000287
+gallium_dri.so free 0x5571735d1a80 void 0.000279
+gallium_dri.so free 0x5571735d19c0 void 0.000313
+gallium_dri.so malloc 72 0x5571735d19c0 0.000292
+gallium_dri.so free 0x5571735d1b00 void 0.000295
+gallium_dri.so free 0x5571735d19c0 void 0.000295
+gallium_dri.so malloc 72 0x5571735d1b00 0.000294
+gallium_dri.so free 0x5571735d1bc0 void 0.000287
+gallium_dri.so free 0x5571735d1b00 void 0.000298
+gallium_dri.so malloc 72 0x5571735d1b00 0.000290
+gallium_dri.so free 0x5571735d1c80 void 0.000291
+gallium_dri.so free 0x5571735d1b00 void 0.000286
+gallium_dri.so malloc 72 0x5571735d1b00 0.000290
+gallium_dri.so free 0x5571735d1d40 void 0.000296
+gallium_dri.so free 0x5571735d1b00 void 0.000272
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000337
+gallium_dri.so free 0x5571735d1dc0 void 0.000335
+gallium_dri.so free 0x5571735d1cf0 void 0.000271
+gallium_dri.so malloc 72 0x5571735d1e10 0.000252
+gallium_dri.so free 0x5571735d1e80 void 0.000274
+gallium_dri.so free 0x5571735d1e10 void 0.000172
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000222
+gallium_dri.so free 0x5571735d1f40 void 0.000180
+gallium_dri.so free 0x5571735d1ec0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000208
+gallium_dri.so free 0x5571735d1fc0 void 0.000196
+gallium_dri.so free 0x5571735d1ec0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d1ff0 0.000152
+gallium_dri.so free 0x5571735d2040 void 0.000200
+gallium_dri.so free 0x5571735d1ff0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d1ff0 0.000131
+gallium_dri.so free 0x5571735d2140 void 0.000128
+gallium_dri.so free 0x5571735d1ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d20f0 0.000129
+gallium_dri.so free 0x5571735d2200 void 0.000128
+gallium_dri.so free 0x5571735d20f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d21b0 0.000127
+gallium_dri.so free 0x5571735d2240 void 0.000129
+gallium_dri.so free 0x5571735d21b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d21b0 0.000127
+gallium_dri.so free 0x5571735d2300 void 0.000127
+gallium_dri.so free 0x5571735d21b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2370 0.000126
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so free 0x5571735d2370 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2370 0.000126
+gallium_dri.so free 0x5571735d24c0 void 0.000127
+gallium_dri.so free 0x5571735d2370 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2470 0.000126
+gallium_dri.so free 0x5571735d2580 void 0.000129
+gallium_dri.so free 0x5571735d2470 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2530 0.000140
+gallium_dri.so free 0x5571735d25c0 void 0.000129
+gallium_dri.so free 0x5571735d2530 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2530 0.000126
+gallium_dri.so free 0x5571735d2680 void 0.000128
+gallium_dri.so free 0x5571735d2530 void 0.000127
+gallium_dri.so malloc 72 0x5571735d26c0 0.000127
+gallium_dri.so free 0x5571735d2740 void 0.000128
+gallium_dri.so free 0x5571735d26c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2740 0.000127
+gallium_dri.so free 0x5571735d2800 void 0.000127
+gallium_dri.so free 0x5571735d2740 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2740 0.000128
+gallium_dri.so free 0x5571735d28c0 void 0.000130
+gallium_dri.so free 0x5571735d2740 void 0.000128
+gallium_dri.so malloc 72 0x5571735d28e0 0.000128
+gallium_dri.so free 0x5571735d2980 void 0.000129
+gallium_dri.so free 0x5571735d28e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2930 0.000127
+gallium_dri.so free 0x5571735d2a00 void 0.000127
+gallium_dri.so free 0x5571735d2930 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2930 0.000127
+gallium_dri.so free 0x5571735d2a80 void 0.000128
+gallium_dri.so free 0x5571735d2930 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2a80 0.000126
+gallium_dri.so free 0x5571735d2b40 void 0.000140
+gallium_dri.so free 0x5571735d2a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2a80 0.000133
+gallium_dri.so free 0x5571735d2c00 void 0.000121
+gallium_dri.so free 0x5571735d2a80 void 0.000269
+gallium_dri.so malloc 72 0x5571735d2a80 0.000274
+gallium_dri.so free 0x5571735d2cc0 void 0.000178
+gallium_dri.so free 0x5571735d2a80 void 0.000171
+gallium_dri.so malloc 72 0x5571735d2c70 0.000173
+gallium_dri.so free 0x5571735d2d80 void 0.000142
+gallium_dri.so free 0x5571735d2c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2d30 0.000132
+gallium_dri.so free 0x5571735d2e00 void 0.000131
+gallium_dri.so free 0x5571735d2d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2e50 0.000127
+gallium_dri.so free 0x5571735d2ec0 void 0.000129
+gallium_dri.so free 0x5571735d2e50 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2ee0 0.000129
+gallium_dri.so free 0x5571735d2f80 void 0.000130
+gallium_dri.so free 0x5571735d2ee0 void 0.000229
+gallium_dri.so malloc 72 0x5571735d2f30 0.000185
+gallium_dri.so free 0x5571735d3000 void 0.000185
+gallium_dri.so free 0x5571735d2f30 void 0.000189
+gallium_dri.so malloc 72 0x5571735d2f30 0.000164
+gallium_dri.so free 0x5571735d3080 void 0.000136
+gallium_dri.so free 0x5571735d2f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3080 0.000126
+gallium_dri.so free 0x5571735d3140 void 0.000125
+gallium_dri.so free 0x5571735d3080 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3080 0.000125
+gallium_dri.so free 0x5571735d3240 void 0.000126
+gallium_dri.so free 0x5571735d3080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d31f0 0.000129
+gallium_dri.so free 0x5571735d3280 void 0.000134
+gallium_dri.so free 0x5571735d31f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d31f0 0.000127
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so free 0x5571735d31f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3380 0.000130
+gallium_dri.so free 0x5571735d3400 void 0.000195
+gallium_dri.so free 0x5571735d3380 void 0.000188
+gallium_dri.so malloc 72 0x5571735d3400 0.000188
+gallium_dri.so free 0x5571735d34c0 void 0.000131
+gallium_dri.so free 0x5571735d3400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3400 0.000131
+gallium_dri.so free 0x5571735d3540 void 0.000131
+gallium_dri.so free 0x5571735d3400 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3570 0.000127
+gallium_dri.so free 0x5571735d35c0 void 0.000130
+gallium_dri.so free 0x5571735d3570 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3570 0.000131
+gallium_dri.so free 0x5571735d36c0 void 0.000130
+gallium_dri.so free 0x5571735d3570 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3700 0.000126
+gallium_dri.so free 0x5571735d3780 void 0.000131
+gallium_dri.so free 0x5571735d3700 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3780 0.000130
+gallium_dri.so free 0x5571735d3840 void 0.000132
+gallium_dri.so free 0x5571735d3780 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3780 0.000140
+gallium_dri.so free 0x5571735d38c0 void 0.000132
+gallium_dri.so free 0x5571735d3780 void 0.000131
+gallium_dri.so malloc 72 0x5571735d38f0 0.000130
+gallium_dri.so free 0x5571735d3940 void 0.000126
+gallium_dri.so free 0x5571735d38f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d38f0 0.000132
+gallium_dri.so free 0x5571735d3a40 void 0.000130
+gallium_dri.so free 0x5571735d38f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d39f0 0.000127
+gallium_dri.so free 0x5571735d3b00 void 0.000130
+gallium_dri.so free 0x5571735d39f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000130
+gallium_dri.so free 0x5571735d3b80 void 0.000132
+gallium_dri.so free 0x5571735d3ab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000129
+gallium_dri.so free 0x5571735d3c40 void 0.000127
+gallium_dri.so free 0x5571735d3ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000124
+gallium_dri.so free 0x5571735d3d00 void 0.000126
+gallium_dri.so free 0x5571735d3ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000133
+gallium_dri.so free 0x5571735d3d80 void 0.000176
+gallium_dri.so free 0x5571735d3cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3dd0 0.000164
+gallium_dri.so free 0x5571735d3e40 void 0.000131
+gallium_dri.so free 0x5571735d3dd0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d3e60 0.000130
+gallium_dri.so free 0x5571735d3f00 void 0.000126
+gallium_dri.so free 0x5571735d3e60 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000123
+gallium_dri.so free 0x5571735d3f80 void 0.000130
+gallium_dri.so free 0x5571735d3eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3f80 0.000129
+gallium_dri.so free 0x5571735d4040 void 0.000130
+gallium_dri.so free 0x5571735d3f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3f80 0.000131
+gallium_dri.so free 0x5571735d40c0 void 0.000127
+gallium_dri.so free 0x5571735d3f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d40c0 0.000124
+gallium_dri.so free 0x5571735d4180 void 0.000125
+gallium_dri.so free 0x5571735d40c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d40c0 0.000126
+gallium_dri.so free 0x5571735d4240 void 0.000127
+gallium_dri.so free 0x5571735d40c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d40c0 0.000128
+gallium_dri.so free 0x5571735d4300 void 0.000129
+gallium_dri.so free 0x5571735d40c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d42b0 0.000125
+gallium_dri.so free 0x5571735d4380 void 0.000130
+gallium_dri.so free 0x5571735d42b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d43d0 0.000131
+gallium_dri.so free 0x5571735d4440 void 0.000131
+gallium_dri.so free 0x5571735d43d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4480 0.000131
+gallium_dri.so free 0x5571735d4500 void 0.000127
+gallium_dri.so free 0x5571735d4480 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4480 0.000131
+gallium_dri.so free 0x5571735d4580 void 0.000130
+gallium_dri.so free 0x5571735d4480 void 0.000125
+gallium_dri.so malloc 72 0x5571735d45b0 0.000129
+gallium_dri.so free 0x5571735d4600 void 0.000129
+gallium_dri.so free 0x5571735d45b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d45b0 0.000131
+gallium_dri.so free 0x5571735d4700 void 0.000133
+gallium_dri.so free 0x5571735d45b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d46b0 0.000132
+gallium_dri.so free 0x5571735d47c0 void 0.000144
+gallium_dri.so free 0x5571735d46b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4770 0.000132
+gallium_dri.so free 0x5571735d4800 void 0.000131
+gallium_dri.so free 0x5571735d4770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4770 0.000126
+gallium_dri.so free 0x5571735d48c0 void 0.000131
+gallium_dri.so free 0x5571735d4770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4930 0.000126
+gallium_dri.so free 0x5571735d4980 void 0.000125
+gallium_dri.so free 0x5571735d4930 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4930 0.000131
+gallium_dri.so free 0x5571735d4a80 void 0.000133
+gallium_dri.so free 0x5571735d4930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4a30 0.000124
+gallium_dri.so free 0x5571735d4b40 void 0.000130
+gallium_dri.so free 0x5571735d4a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4af0 0.000128
+gallium_dri.so free 0x5571735d4b80 void 0.000130
+gallium_dri.so free 0x5571735d4af0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d4af0 0.000165
+gallium_dri.so free 0x5571735d4c40 void 0.000166
+gallium_dri.so free 0x5571735d4af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4c80 0.000126
+gallium_dri.so free 0x5571735d4d00 void 0.000125
+gallium_dri.so free 0x5571735d4c80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4d00 0.000131
+gallium_dri.so free 0x5571735d4dc0 void 0.000126
+gallium_dri.so free 0x5571735d4d00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4d00 0.000125
+gallium_dri.so free 0x5571735d4e80 void 0.000129
+gallium_dri.so free 0x5571735d4d00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4ea0 0.000130
+gallium_dri.so free 0x5571735d4f40 void 0.000129
+gallium_dri.so free 0x5571735d4ea0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000124
+gallium_dri.so free 0x5571735d4fc0 void 0.000128
+gallium_dri.so free 0x5571735d4ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000124
+gallium_dri.so free 0x5571735d5040 void 0.000128
+gallium_dri.so free 0x5571735d4ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5040 0.000133
+gallium_dri.so free 0x5571735d5100 void 0.000126
+gallium_dri.so free 0x5571735d5040 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5040 0.000124
+gallium_dri.so free 0x5571735d51c0 void 0.000129
+gallium_dri.so free 0x5571735d5040 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5040 0.000125
+gallium_dri.so free 0x5571735d5280 void 0.000134
+gallium_dri.so free 0x5571735d5040 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5230 0.000131
+gallium_dri.so free 0x5571735d5340 void 0.000131
+gallium_dri.so free 0x5571735d5230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d52f0 0.000126
+gallium_dri.so free 0x5571735d53c0 void 0.000124
+gallium_dri.so free 0x5571735d52f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5410 0.000130
+gallium_dri.so free 0x5571735d5480 void 0.000130
+gallium_dri.so free 0x5571735d5410 void 0.000126
+gallium_dri.so malloc 72 0x5571735d54a0 0.000129
+gallium_dri.so free 0x5571735d5540 void 0.000129
+gallium_dri.so free 0x5571735d54a0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d54f0 0.000131
+gallium_dri.so free 0x5571735d55c0 void 0.000131
+gallium_dri.so free 0x5571735d54f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d54f0 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000131
+gallium_dri.so free 0x5571735d54f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5640 0.000124
+gallium_dri.so free 0x5571735d5700 void 0.000124
+gallium_dri.so free 0x5571735d5640 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5640 0.000130
+gallium_dri.so free 0x5571735d5800 void 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000127
+gallium_dri.so malloc 72 0x5571735d57b0 0.000129
+gallium_dri.so free 0x5571735d5840 void 0.000127
+gallium_dri.so free 0x5571735d57b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d57b0 0.000132
+gallium_dri.so free 0x5571735d5900 void 0.000125
+gallium_dri.so free 0x5571735d57b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5940 0.000123
+gallium_dri.so free 0x5571735d59c0 void 0.000129
+gallium_dri.so free 0x5571735d5940 void 0.000128
+gallium_dri.so malloc 72 0x5571735d59c0 0.000175
+gallium_dri.so free 0x5571735d5a80 void 0.000131
+gallium_dri.so free 0x5571735d59c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d59c0 0.000126
+gallium_dri.so free 0x5571735d5b00 void 0.000135
+gallium_dri.so free 0x5571735d59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5b30 0.000133
+gallium_dri.so free 0x5571735d5b80 void 0.000130
+gallium_dri.so free 0x5571735d5b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5b30 0.000125
+gallium_dri.so free 0x5571735d5c80 void 0.000129
+gallium_dri.so free 0x5571735d5b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000130
+gallium_dri.so free 0x5571735d5d40 void 0.000131
+gallium_dri.so free 0x5571735d5cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5d40 0.000125
+gallium_dri.so free 0x5571735d5e00 void 0.000128
+gallium_dri.so free 0x5571735d5d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5d40 0.000124
+gallium_dri.so free 0x5571735d5e80 void 0.000124
+gallium_dri.so free 0x5571735d5d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000150
+gallium_dri.so free 0x5571735d5f00 void 0.000132
+gallium_dri.so free 0x5571735d5eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000131
+gallium_dri.so free 0x5571735d6000 void 0.000131
+gallium_dri.so free 0x5571735d5eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000125
+gallium_dri.so free 0x5571735d60c0 void 0.000129
+gallium_dri.so free 0x5571735d5fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6070 0.000130
+gallium_dri.so free 0x5571735d6140 void 0.000126
+gallium_dri.so free 0x5571735d6070 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6070 0.000129
+gallium_dri.so free 0x5571735d6200 void 0.000126
+gallium_dri.so free 0x5571735d6070 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6070 0.000131
+gallium_dri.so free 0x5571735d62c0 void 0.000128
+gallium_dri.so free 0x5571735d6070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6270 0.000123
+gallium_dri.so free 0x5571735d6340 void 0.000129
+gallium_dri.so free 0x5571735d6270 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6390 0.000128
+gallium_dri.so free 0x5571735d6400 void 0.000133
+gallium_dri.so free 0x5571735d6390 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6420 0.000124
+gallium_dri.so free 0x5571735d64c0 void 0.000124
+gallium_dri.so free 0x5571735d6420 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6470 0.000131
+gallium_dri.so free 0x5571735d6540 void 0.000131
+gallium_dri.so free 0x5571735d6470 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6540 0.000126
+gallium_dri.so free 0x5571735d6600 void 0.000130
+gallium_dri.so free 0x5571735d6540 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6540 0.000130
+gallium_dri.so free 0x5571735d6680 void 0.000126
+gallium_dri.so free 0x5571735d6540 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6680 0.000129
+gallium_dri.so free 0x5571735d6740 void 0.000131
+gallium_dri.so free 0x5571735d6680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6680 0.000126
+gallium_dri.so free 0x5571735d6800 void 0.000125
+gallium_dri.so free 0x5571735d6680 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6680 0.000125
+gallium_dri.so free 0x5571735d68c0 void 0.000123
+gallium_dri.so free 0x5571735d6680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6870 0.000131
+gallium_dri.so free 0x5571735d6940 void 0.000131
+gallium_dri.so free 0x5571735d6870 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6990 0.000124
+gallium_dri.so free 0x5571735d6a00 void 0.000129
+gallium_dri.so free 0x5571735d6990 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6a40 0.000126
+gallium_dri.so free 0x5571735d6ac0 void 0.000125
+gallium_dri.so free 0x5571735d6a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6a40 0.000131
+gallium_dri.so free 0x5571735d6b40 void 0.000131
+gallium_dri.so free 0x5571735d6a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6b70 0.000129
+gallium_dri.so free 0x5571735d6bc0 void 0.000130
+gallium_dri.so free 0x5571735d6b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6b70 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000126
+gallium_dri.so free 0x5571735d6b70 void 0.000128
+gallium_dri.so malloc 72 0x5571735da8c0 0.000132
+gallium_dri.so free 0x5571735da980 void 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735da8c0 0.000131
+gallium_dri.so free 0x5571735daa00 void 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735daa30 0.000129
+gallium_dri.so free 0x5571735daa80 void 0.000132
+gallium_dri.so free 0x5571735daa30 void 0.000134
+gallium_dri.so malloc 72 0x5571735daa30 0.000126
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735daa30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dabc0 0.000133
+gallium_dri.so free 0x5571735dac40 void 0.000126
+gallium_dri.so free 0x5571735dabc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dac40 0.000130
+gallium_dri.so free 0x5571735dad00 void 0.000138
+gallium_dri.so free 0x5571735dac40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dac40 0.000126
+gallium_dri.so free 0x5571735dad80 void 0.000125
+gallium_dri.so free 0x5571735dac40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dadb0 0.000128
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dadb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dadb0 0.000174
+gallium_dri.so free 0x5571735daf00 void 0.000127
+gallium_dri.so free 0x5571735dadb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735daeb0 0.000131
+gallium_dri.so free 0x5571735dafc0 void 0.000132
+gallium_dri.so free 0x5571735daeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf70 0.000125
+gallium_dri.so free 0x5571735db040 void 0.000128
+gallium_dri.so free 0x5571735daf70 void 0.000131
+gallium_dri.so malloc 72 0x5571735daf70 0.000130
+gallium_dri.so free 0x5571735db100 void 0.000126
+gallium_dri.so free 0x5571735daf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf70 0.000123
+gallium_dri.so free 0x5571735db1c0 void 0.000125
+gallium_dri.so free 0x5571735daf70 void 0.000129
+gallium_dri.so malloc 72 0x5571735db170 0.000131
+gallium_dri.so free 0x5571735db240 void 0.000131
+gallium_dri.so free 0x5571735db170 void 0.000132
+gallium_dri.so malloc 72 0x5571735db290 0.000131
+gallium_dri.so free 0x5571735db300 void 0.000130
+gallium_dri.so free 0x5571735db290 void 0.000130
+gallium_dri.so malloc 72 0x5571735db320 0.000131
+gallium_dri.so free 0x5571735db3c0 void 0.000126
+gallium_dri.so free 0x5571735db320 void 0.000130
+gallium_dri.so malloc 72 0x5571735db370 0.000141
+gallium_dri.so free 0x5571735db440 void 0.000131
+gallium_dri.so free 0x5571735db370 void 0.000130
+gallium_dri.so malloc 72 0x5571735db440 0.000132
+gallium_dri.so free 0x5571735db500 void 0.000125
+gallium_dri.so free 0x5571735db440 void 0.000129
+gallium_dri.so malloc 72 0x5571735db440 0.000130
+gallium_dri.so free 0x5571735db580 void 0.000130
+gallium_dri.so free 0x5571735db440 void 0.000126
+gallium_dri.so malloc 72 0x5571735db580 0.000124
+gallium_dri.so free 0x5571735db640 void 0.000125
+gallium_dri.so free 0x5571735db580 void 0.000125
+gallium_dri.so malloc 72 0x5571735db580 0.000129
+gallium_dri.so free 0x5571735db700 void 0.000125
+gallium_dri.so free 0x5571735db580 void 0.000129
+gallium_dri.so malloc 72 0x5571735db580 0.000130
+gallium_dri.so free 0x5571735db7c0 void 0.000130
+gallium_dri.so free 0x5571735db580 void 0.000126
+gallium_dri.so malloc 72 0x5571735db770 0.000124
+gallium_dri.so free 0x5571735db840 void 0.000126
+gallium_dri.so free 0x5571735db770 void 0.000128
+gallium_dri.so malloc 72 0x5571735db890 0.000131
+gallium_dri.so free 0x5571735db900 void 0.000130
+gallium_dri.so free 0x5571735db890 void 0.000130
+gallium_dri.so malloc 72 0x5571735db940 0.000141
+gallium_dri.so free 0x5571735db9c0 void 0.000133
+gallium_dri.so free 0x5571735db940 void 0.000130
+gallium_dri.so malloc 72 0x5571735db940 0.000125
+gallium_dri.so free 0x5571735dba40 void 0.000124
+gallium_dri.so free 0x5571735db940 void 0.000130
+gallium_dri.so malloc 72 0x5571735dba70 0.000130
+gallium_dri.so free 0x5571735dbac0 void 0.000131
+gallium_dri.so free 0x5571735dba70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dba70 0.000129
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735dba70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbb70 0.000125
+gallium_dri.so free 0x5571735dbc80 void 0.000124
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc30 0.000128
+gallium_dri.so free 0x5571735dbcc0 void 0.000126
+gallium_dri.so free 0x5571735dbc30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbc30 0.000124
+gallium_dri.so free 0x5571735dbd80 void 0.000123
+gallium_dri.so free 0x5571735dbc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000123
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so free 0x5571735dbdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000126
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so free 0x5571735dbdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbef0 0.000124
+gallium_dri.so free 0x5571735dc000 void 0.000124
+gallium_dri.so free 0x5571735dbef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000153
+gallium_dri.so free 0x5571735dc040 void 0.000126
+gallium_dri.so free 0x5571735dbfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000125
+gallium_dri.so free 0x5571735dc100 void 0.000124
+gallium_dri.so free 0x5571735dbfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc140 0.000124
+gallium_dri.so free 0x5571735dc1c0 void 0.000124
+gallium_dri.so free 0x5571735dc140 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000124
+gallium_dri.so free 0x5571735dc280 void 0.000129
+gallium_dri.so free 0x5571735dc1c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000125
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so free 0x5571735dc1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc360 0.000123
+gallium_dri.so free 0x5571735dc400 void 0.000126
+gallium_dri.so free 0x5571735dc360 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000124
+gallium_dri.so free 0x5571735dc480 void 0.000134
+gallium_dri.so free 0x5571735dc3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000124
+gallium_dri.so free 0x5571735dc500 void 0.000129
+gallium_dri.so free 0x5571735dc3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc500 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so free 0x5571735dc500 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc500 0.000119
+gallium_dri.so free 0x5571735dc680 void 0.000118
+gallium_dri.so free 0x5571735dc500 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc500 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so free 0x5571735dc500 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000119
+gallium_dri.so free 0x5571735dc6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc8d0 0.000117
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so free 0x5571735dc8d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc960 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000120
+gallium_dri.so free 0x5571735dc960 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000128
+gallium_dri.so free 0x5571735dca80 void 0.000119
+gallium_dri.so free 0x5571735dc9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000118
+gallium_dri.so free 0x5571735dcb00 void 0.000120
+gallium_dri.so free 0x5571735dc9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb00 0.000119
+gallium_dri.so free 0x5571735dcbc0 void 0.000117
+gallium_dri.so free 0x5571735dcb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb00 0.000118
+gallium_dri.so free 0x5571735dccc0 void 0.000119
+gallium_dri.so free 0x5571735dcb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000119
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dce00 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dce00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dce80 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dce80 0.000119
+gallium_dri.so free 0x5571735dcfc0 void 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcff0 0.000128
+gallium_dri.so free 0x5571735dd040 void 0.000119
+gallium_dri.so free 0x5571735dcff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcff0 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so free 0x5571735dcff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd180 0.000120
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd180 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd200 0.000118
+gallium_dri.so free 0x5571735dd2c0 void 0.000121
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd200 0.000118
+gallium_dri.so free 0x5571735dd340 void 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd370 0.000117
+gallium_dri.so free 0x5571735dd3c0 void 0.000118
+gallium_dri.so free 0x5571735dd370 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd370 0.000118
+gallium_dri.so free 0x5571735dd4c0 void 0.000118
+gallium_dri.so free 0x5571735dd370 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd470 0.000123
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd530 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd530 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd530 0.000119
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so free 0x5571735dd530 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd530 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000117
+gallium_dri.so free 0x5571735dd530 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd730 0.000117
+gallium_dri.so free 0x5571735dd800 void 0.000117
+gallium_dri.so free 0x5571735dd730 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd850 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd850 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000118
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd8e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735dda00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb40 0.000120
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddb40 0.000122
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb40 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd30 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde50 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735dde50 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf00 0.000119
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf00 0.000117
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735de030 0.000118
+gallium_dri.so free 0x5571735de080 void 0.000122
+gallium_dri.so free 0x5571735de030 void 0.000119
+gallium_dri.so malloc 72 0x5571735de030 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735de030 void 0.000118
+gallium_dri.so malloc 72 0x5571735de130 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000128
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1f0 0.000119
+gallium_dri.so free 0x5571735de280 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de1f0 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de3b0 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000119
+gallium_dri.so free 0x5571735de3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de3b0 0.000117
+gallium_dri.so free 0x5571735de500 void 0.000117
+gallium_dri.so free 0x5571735de3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de4b0 0.000118
+gallium_dri.so free 0x5571735de5c0 void 0.000118
+gallium_dri.so free 0x5571735de4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de570 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000118
+gallium_dri.so free 0x5571735de570 void 0.000119
+gallium_dri.so malloc 72 0x5571735de570 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000119
+gallium_dri.so free 0x5571735de570 void 0.000118
+gallium_dri.so malloc 72 0x5571735de700 0.000119
+gallium_dri.so free 0x5571735de780 void 0.000119
+gallium_dri.so free 0x5571735de700 void 0.000116
+gallium_dri.so malloc 72 0x5571735de780 0.000128
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so free 0x5571735de780 void 0.000118
+gallium_dri.so malloc 72 0x5571735de780 0.000117
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so free 0x5571735de780 void 0.000117
+gallium_dri.so malloc 72 0x5571735de920 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735de920 void 0.000118
+gallium_dri.so malloc 72 0x5571735de970 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de970 void 0.000118
+gallium_dri.so malloc 72 0x5571735de970 0.000118
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so free 0x5571735de970 void 0.000118
+gallium_dri.so malloc 72 0x5571735deac0 0.000118
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deac0 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deac0 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735decb0 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735decb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735ded70 0.000121
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee90 0.000118
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so free 0x5571735dee90 void 0.000119
+gallium_dri.so malloc 72 0x5571735def20 0.000119
+gallium_dri.so free 0x5571735defc0 void 0.000117
+gallium_dri.so free 0x5571735def20 void 0.000118
+gallium_dri.so malloc 72 0x5571735def70 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000120
+gallium_dri.so free 0x5571735def70 void 0.000119
+gallium_dri.so malloc 72 0x5571735def70 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so free 0x5571735def70 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x5571735df180 void 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0c0 0.000119
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000132
+gallium_dri.so free 0x5571735df380 void 0.000128
+gallium_dri.so free 0x5571735df230 void 0.000120
+gallium_dri.so malloc 72 0x5571735df3c0 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df440 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000123
+gallium_dri.so malloc 72 0x5571735df440 0.000118
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5b0 0.000118
+gallium_dri.so free 0x5571735df600 void 0.000118
+gallium_dri.so free 0x5571735df5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5b0 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df740 0.000118
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so free 0x5571735df740 void 0.000117
+gallium_dri.so malloc 72 0x5571735df7c0 0.000118
+gallium_dri.so free 0x5571735df880 void 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df7c0 0.000119
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df930 0.000118
+gallium_dri.so free 0x5571735df980 void 0.000128
+gallium_dri.so free 0x5571735df930 void 0.000121
+gallium_dri.so malloc 72 0x5571735df930 0.000118
+gallium_dri.so free 0x5571735dfa80 void 0.000120
+gallium_dri.so free 0x5571735df930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa30 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735dfa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000118
+gallium_dri.so free 0x5571735dfaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000118
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so free 0x5571735dfaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000118
+gallium_dri.so free 0x5571735dfd40 void 0.000118
+gallium_dri.so free 0x5571735dfaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000118
+gallium_dri.so free 0x5571735dfdc0 void 0.000119
+gallium_dri.so free 0x5571735dfcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe10 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000118
+gallium_dri.so free 0x5571735dfe10 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfea0 0.000118
+gallium_dri.so free 0x5571735dff40 void 0.000118
+gallium_dri.so free 0x5571735dfea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfef0 0.000166
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000118
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0100 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000118
+gallium_dri.so free 0x5571735e0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0100 0.000117
+gallium_dri.so free 0x5571735e0280 void 0.000117
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0100 0.000117
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02f0 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0410 0.000119
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so free 0x5571735e0410 void 0.000123
+gallium_dri.so malloc 72 0x5571735e04c0 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000118
+gallium_dri.so free 0x5571735e04c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e04c0 0.000120
+gallium_dri.so free 0x5571735e05c0 void 0.000118
+gallium_dri.so free 0x5571735e04c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05f0 0.000119
+gallium_dri.so free 0x5571735e0640 void 0.000119
+gallium_dri.so free 0x5571735e05f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e05f0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000117
+gallium_dri.so free 0x5571735e05f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e07b0 0.000119
+gallium_dri.so free 0x5571735e0840 void 0.000118
+gallium_dri.so free 0x5571735e07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e07b0 0.000117
+gallium_dri.so free 0x5571735e0900 void 0.000117
+gallium_dri.so free 0x5571735e07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0970 0.000119
+gallium_dri.so free 0x5571735e09c0 void 0.000119
+gallium_dri.so free 0x5571735e0970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0970 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a70 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so free 0x5571735e0a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0b30 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so free 0x5571735e0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b30 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000119
+gallium_dri.so free 0x5571735e0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d40 0.000117
+gallium_dri.so free 0x5571735e0e00 void 0.000119
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0d40 0.000118
+gallium_dri.so free 0x5571735e0ec0 void 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ee0 0.000117
+gallium_dri.so free 0x5571735e0f80 void 0.000119
+gallium_dri.so free 0x5571735e0ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so free 0x5571735e0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e1080 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1080 0.000119
+gallium_dri.so free 0x5571735e1140 void 0.000166
+gallium_dri.so free 0x5571735e1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1080 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1080 0.000117
+gallium_dri.so free 0x5571735e12c0 void 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1270 0.000122
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1450 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000119
+gallium_dri.so free 0x5571735e1450 void 0.000118
+gallium_dri.so malloc 72 0x5571735e14e0 0.000119
+gallium_dri.so free 0x5571735e1580 void 0.000119
+gallium_dri.so free 0x5571735e14e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1680 0.000127
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1680 0.000117
+gallium_dri.so free 0x5571735e1840 void 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so free 0x5571735e17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1980 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1980 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1a00 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a00 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000117
+gallium_dri.so free 0x5571735e1bc0 void 0.000119
+gallium_dri.so free 0x5571735e1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d00 0.000122
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d80 0.000117
+gallium_dri.so free 0x5571735e1e40 void 0.000117
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d80 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000119
+gallium_dri.so free 0x5571735e1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000117
+gallium_dri.so free 0x5571735e2040 void 0.000118
+gallium_dri.so free 0x5571735e1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000118
+gallium_dri.so free 0x5571735e1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e20b0 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20b0 0.000118
+gallium_dri.so free 0x5571735e2240 void 0.000121
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20b0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735e20b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e23d0 0.000118
+gallium_dri.so free 0x5571735e2440 void 0.000117
+gallium_dri.so free 0x5571735e23d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2460 0.000130
+gallium_dri.so free 0x5571735e2500 void 0.000118
+gallium_dri.so free 0x5571735e2460 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000117
+gallium_dri.so free 0x5571735e24b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2580 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000123
+gallium_dri.so free 0x5571735e2580 void 0.000121
+gallium_dri.so malloc 72 0x5571735e26c0 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26c0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26c0 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so free 0x5571735e28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29d0 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e29d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a80 0.000118
+gallium_dri.so free 0x5571735e2b00 void 0.000119
+gallium_dri.so free 0x5571735e2a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2a80 0.000119
+gallium_dri.so free 0x5571735e2b80 void 0.000118
+gallium_dri.so free 0x5571735e2a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000119
+gallium_dri.so free 0x5571735e2c00 void 0.000120
+gallium_dri.so free 0x5571735e2bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000119
+gallium_dri.so free 0x5571735e2dc0 void 0.000118
+gallium_dri.so free 0x5571735e2cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d70 0.000117
+gallium_dri.so free 0x5571735e2e00 void 0.000120
+gallium_dri.so free 0x5571735e2d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d70 0.000130
+gallium_dri.so free 0x5571735e2ec0 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2f30 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so free 0x5571735e2f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2f30 0.000112
+gallium_dri.so free 0x5571735e3080 void 0.000110
+gallium_dri.so free 0x5571735e2f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3030 0.000111
+gallium_dri.so free 0x5571735e3140 void 0.000110
+gallium_dri.so free 0x5571735e3030 void 0.000110
+gallium_dri.so malloc 72 0x5571735e30f0 0.000110
+gallium_dri.so free 0x5571735e3180 void 0.000112
+gallium_dri.so free 0x5571735e30f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e30f0 0.000110
+gallium_dri.so free 0x5571735e3240 void 0.000112
+gallium_dri.so free 0x5571735e30f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3280 0.000110
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so free 0x5571735e3280 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3300 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000123
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000110
+gallium_dri.so free 0x5571735e3300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e34a0 0.000109
+gallium_dri.so free 0x5571735e3540 void 0.000200
+gallium_dri.so free 0x5571735e34a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e34f0 0.000123
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e34f0 0.000115
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3640 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3640 0.000118
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so malloc 72 0x5571735beeb0 0.000123
+gallium_dri.so free 0x5571735bef00 void 0.000118
+gallium_dri.so free 0x5571735beeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bef00 0.000124
+gallium_dri.so free 0x5571735befc0 void 0.000119
+gallium_dri.so free 0x5571735bef00 void 0.000114
+gallium_dri.so malloc 72 0x5571735bef00 0.000113
+gallium_dri.so free 0x5571735bf0c0 void 0.000119
+gallium_dri.so free 0x5571735bef00 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf070 0.000124
+gallium_dri.so free 0x5571735e37c0 void 0.000120
+gallium_dri.so free 0x5571735bf070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf070 0.000125
+gallium_dri.so free 0x5571735bf180 void 0.000118
+gallium_dri.so free 0x5571735bf070 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf130 0.000112
+gallium_dri.so free 0x5571735bf200 void 0.000113
+gallium_dri.so free 0x5571735bf130 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf130 0.000144
+gallium_dri.so free 0x5571735bf280 void 0.000125
+gallium_dri.so free 0x5571735bf130 void 0.000140
+gallium_dri.so malloc 72 0x5571735bf280 0.000125
+gallium_dri.so free 0x5571735bf340 void 0.000126
+gallium_dri.so free 0x5571735bf280 void 0.000154
+gallium_dri.so malloc 72 0x5571735bf280 0.000115
+gallium_dri.so free 0x5571735bf440 void 0.000114
+gallium_dri.so free 0x5571735bf280 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000125
+gallium_dri.so free 0x5571735bf480 void 0.000117
+gallium_dri.so free 0x5571735bf3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf3f0 0.000119
+gallium_dri.so free 0x5571735bf540 void 0.000120
+gallium_dri.so free 0x5571735bf3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf580 0.000129
+gallium_dri.so free 0x5571735bf600 void 0.000125
+gallium_dri.so free 0x5571735bf580 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf600 0.000114
+gallium_dri.so free 0x5571735bf6c0 void 0.000119
+gallium_dri.so free 0x5571735bf600 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf600 0.000114
+gallium_dri.so free 0x5571735bf740 void 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf770 0.000132
+gallium_dri.so free 0x5571735bf7c0 void 0.000130
+gallium_dri.so free 0x5571735bf770 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf770 0.000120
+gallium_dri.so free 0x5571735bf8c0 void 0.000120
+gallium_dri.so free 0x5571735bf770 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf900 0.000131
+gallium_dri.so free 0x5571735bf980 void 0.000130
+gallium_dri.so free 0x5571735bf900 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf980 0.000130
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so free 0x5571735bf980 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf980 0.000129
+gallium_dri.so free 0x5571735bfac0 void 0.000133
+gallium_dri.so free 0x5571735bf980 void 0.000167
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000129
+gallium_dri.so free 0x5571735bfb40 void 0.000131
+gallium_dri.so free 0x5571735bfaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000130
+gallium_dri.so free 0x5571735bfc40 void 0.000124
+gallium_dri.so free 0x5571735bfaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000127
+gallium_dri.so free 0x5571735bfd00 void 0.000157
+gallium_dri.so free 0x5571735bfbf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000130
+gallium_dri.so free 0x5571735bfd80 void 0.000130
+gallium_dri.so free 0x5571735bfcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000125
+gallium_dri.so free 0x5571735bfe40 void 0.000126
+gallium_dri.so free 0x5571735bfcb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000129
+gallium_dri.so free 0x5571735bff00 void 0.000124
+gallium_dri.so free 0x5571735bfcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000131
+gallium_dri.so free 0x5571735bff80 void 0.000128
+gallium_dri.so free 0x5571735bfeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bffd0 0.000127
+gallium_dri.so free 0x5571735c0040 void 0.000131
+gallium_dri.so free 0x5571735bffd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0060 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000128
+gallium_dri.so free 0x5571735c0060 void 0.000126
+gallium_dri.so malloc 72 0x5571735c00b0 0.000120
+gallium_dri.so free 0x5571735c0180 void 0.000125
+gallium_dri.so free 0x5571735c00b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0180 0.000130
+gallium_dri.so free 0x5571735c0240 void 0.000129
+gallium_dri.so free 0x5571735c0180 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0180 0.000129
+gallium_dri.so free 0x5571735c02c0 void 0.000131
+gallium_dri.so free 0x5571735c0180 void 0.000129
+gallium_dri.so malloc 72 0x5571735c02c0 0.000124
+gallium_dri.so free 0x5571735c0380 void 0.000120
+gallium_dri.so free 0x5571735c02c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c02c0 0.000129
+gallium_dri.so free 0x5571735c0440 void 0.000161
+gallium_dri.so free 0x5571735c02c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735c02c0 0.000134
+gallium_dri.so free 0x5571735c0500 void 0.000129
+gallium_dri.so free 0x5571735c02c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c04b0 0.000129
+gallium_dri.so free 0x5571735c0580 void 0.000131
+gallium_dri.so free 0x5571735c04b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c05d0 0.000126
+gallium_dri.so free 0x5571735c0640 void 0.000121
+gallium_dri.so free 0x5571735c05d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0680 0.000131
+gallium_dri.so free 0x5571735c0700 void 0.000130
+gallium_dri.so free 0x5571735c0680 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0680 0.000129
+gallium_dri.so free 0x5571735c0780 void 0.000130
+gallium_dri.so free 0x5571735c0680 void 0.000130
+gallium_dri.so malloc 72 0x5571735c07b0 0.000125
+gallium_dri.so free 0x5571735c0800 void 0.000171
+gallium_dri.so free 0x5571735c07b0 void 0.000175
+gallium_dri.so malloc 72 0x5571735c07b0 0.000169
+gallium_dri.so free 0x5571735c0900 void 0.000131
+gallium_dri.so free 0x5571735c07b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c08b0 0.000129
+gallium_dri.so free 0x5571735c09c0 void 0.000125
+gallium_dri.so free 0x5571735c08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0970 0.000125
+gallium_dri.so free 0x5571735c0a00 void 0.000126
+gallium_dri.so free 0x5571735c0970 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0970 0.000125
+gallium_dri.so free 0x5571735c0ac0 void 0.000122
+gallium_dri.so free 0x5571735c0970 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0b30 0.000125
+gallium_dri.so free 0x5571735c0b80 void 0.000121
+gallium_dri.so free 0x5571735c0b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0b30 0.000125
+gallium_dri.so free 0x5571735c0c80 void 0.000123
+gallium_dri.so free 0x5571735c0b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0c30 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000125
+gallium_dri.so free 0x5571735c0c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000144
+gallium_dri.so free 0x5571735c0d80 void 0.000150
+gallium_dri.so free 0x5571735c0cf0 void 0.000250
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000252
+gallium_dri.so free 0x5571735c0e40 void 0.000253
+gallium_dri.so free 0x5571735c0cf0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c0e80 0.000150
+gallium_dri.so free 0x5571735c0f00 void 0.000144
+gallium_dri.so free 0x5571735c0e80 void 0.000142
+gallium_dri.so malloc 72 0x5571735c0f00 0.000149
+gallium_dri.so free 0x5571735c0fc0 void 0.000156
+gallium_dri.so free 0x5571735c0f00 void 0.000150
+gallium_dri.so malloc 72 0x5571735c0f00 0.000144
+gallium_dri.so free 0x5571735c1080 void 0.000149
+gallium_dri.so free 0x5571735c0f00 void 0.000149
+gallium_dri.so malloc 72 0x5571735c10a0 0.000144
+gallium_dri.so free 0x5571735c1140 void 0.000150
+gallium_dri.so free 0x5571735c10a0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c10f0 0.000191
+gallium_dri.so free 0x5571735c11c0 void 0.000173
+gallium_dri.so free 0x5571735c10f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c10f0 0.000152
+gallium_dri.so free 0x5571735c1240 void 0.000152
+gallium_dri.so free 0x5571735c10f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735c1240 0.000153
+gallium_dri.so free 0x5571735c1300 void 0.000161
+gallium_dri.so free 0x5571735c1240 void 0.000152
+gallium_dri.so malloc 72 0x5571735c1240 0.000153
+gallium_dri.so free 0x5571735c13c0 void 0.000150
+gallium_dri.so free 0x5571735c1240 void 0.000149
+gallium_dri.so malloc 72 0x5571735c1240 0.000152
+gallium_dri.so free 0x5571735c1480 void 0.000151
+gallium_dri.so free 0x5571735c1240 void 0.000150
+gallium_dri.so malloc 72 0x5571735c1430 0.000150
+gallium_dri.so free 0x5571735c1540 void 0.000151
+gallium_dri.so free 0x5571735c1430 void 0.000149
+gallium_dri.so malloc 72 0x5571735c14f0 0.000151
+gallium_dri.so free 0x5571735c15c0 void 0.000153
+gallium_dri.so free 0x5571735c14f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735c1610 0.000139
+gallium_dri.so free 0x5571735c1680 void 0.000143
+gallium_dri.so free 0x5571735c1610 void 0.000142
+gallium_dri.so malloc 72 0x5571735c16a0 0.000141
+gallium_dri.so free 0x5571735c1740 void 0.000142
+gallium_dri.so free 0x5571735c16a0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c16f0 0.000142
+gallium_dri.so free 0x5571735c17c0 void 0.000141
+gallium_dri.so free 0x5571735c16f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c16f0 0.000143
+gallium_dri.so free 0x5571735c1840 void 0.000142
+gallium_dri.so free 0x5571735c16f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c1840 0.000142
+gallium_dri.so free 0x5571735c1900 void 0.000142
+gallium_dri.so free 0x5571735c1840 void 0.000142
+gallium_dri.so malloc 72 0x5571735c1840 0.000142
+gallium_dri.so free 0x5571735c1a00 void 0.000140
+gallium_dri.so free 0x5571735c1840 void 0.000140
+gallium_dri.so malloc 72 0x5571735c19b0 0.000141
+gallium_dri.so free 0x5571735c1a40 void 0.000143
+gallium_dri.so free 0x5571735c19b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c19b0 0.000152
+gallium_dri.so free 0x5571735c1b00 void 0.000163
+gallium_dri.so free 0x5571735c19b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1b40 0.000163
+gallium_dri.so free 0x5571735c1bc0 void 0.000165
+gallium_dri.so free 0x5571735c1b40 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000162
+gallium_dri.so free 0x5571735c1c80 void 0.000163
+gallium_dri.so free 0x5571735c1bc0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000163
+gallium_dri.so free 0x5571735c1d00 void 0.000163
+gallium_dri.so free 0x5571735c1bc0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1d30 0.000163
+gallium_dri.so free 0x5571735c1d80 void 0.000162
+gallium_dri.so free 0x5571735c1d30 void 0.000164
+gallium_dri.so malloc 72 0x5571735c1d30 0.000159
+gallium_dri.so free 0x5571735c1e80 void 0.000164
+gallium_dri.so free 0x5571735c1d30 void 0.000159
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000162
+gallium_dri.so free 0x5571735c1f40 void 0.000177
+gallium_dri.so free 0x5571735c1ec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1f40 0.000121
+gallium_dri.so free 0x5571735c2000 void 0.000123
+gallium_dri.so free 0x5571735c1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f40 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000122
+gallium_dri.so free 0x5571735c1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c20b0 0.000120
+gallium_dri.so free 0x5571735c2100 void 0.000120
+gallium_dri.so free 0x5571735c20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c20b0 0.000121
+gallium_dri.so free 0x5571735c2200 void 0.000193
+gallium_dri.so free 0x5571735c20b0 void 0.000240
+gallium_dri.so malloc 72 0x5571735c21b0 0.000122
+gallium_dri.so free 0x5571735c22c0 void 0.000118
+gallium_dri.so free 0x5571735c21b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2270 0.000115
+gallium_dri.so free 0x5571735c2340 void 0.000117
+gallium_dri.so free 0x5571735c2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2270 0.000115
+gallium_dri.so free 0x5571735c2400 void 0.000116
+gallium_dri.so free 0x5571735c2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2270 0.000116
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2470 0.000116
+gallium_dri.so free 0x5571735c2540 void 0.000115
+gallium_dri.so free 0x5571735c2470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2590 0.000115
+gallium_dri.so free 0x5571735c2600 void 0.000116
+gallium_dri.so free 0x5571735c2590 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2620 0.000117
+gallium_dri.so free 0x5571735c26c0 void 0.000117
+gallium_dri.so free 0x5571735c2620 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2670 0.000116
+gallium_dri.so free 0x5571735c2740 void 0.000116
+gallium_dri.so free 0x5571735c2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2740 0.000117
+gallium_dri.so free 0x5571735c2800 void 0.000116
+gallium_dri.so free 0x5571735c2740 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2740 0.000116
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2880 0.000115
+gallium_dri.so free 0x5571735c2940 void 0.000117
+gallium_dri.so free 0x5571735c2880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2880 0.000116
+gallium_dri.so free 0x5571735c2a00 void 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2880 0.000115
+gallium_dri.so free 0x5571735c2ac0 void 0.000124
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2a70 0.000115
+gallium_dri.so free 0x5571735c2b40 void 0.000115
+gallium_dri.so free 0x5571735c2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b90 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2b90 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2c40 0.000115
+gallium_dri.so free 0x5571735c2cc0 void 0.000116
+gallium_dri.so free 0x5571735c2c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2c40 0.000115
+gallium_dri.so free 0x5571735c2d40 void 0.000115
+gallium_dri.so free 0x5571735c2c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2d70 0.000115
+gallium_dri.so free 0x5571735c2dc0 void 0.000116
+gallium_dri.so free 0x5571735c2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2d70 0.000115
+gallium_dri.so free 0x5571735c2ec0 void 0.000116
+gallium_dri.so free 0x5571735c2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2e70 0.000115
+gallium_dri.so free 0x5571735c2f80 void 0.000116
+gallium_dri.so free 0x5571735c2e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f30 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f30 0.000115
+gallium_dri.so free 0x5571735c3080 void 0.000125
+gallium_dri.so free 0x5571735c2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c30f0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000116
+gallium_dri.so free 0x5571735c30f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c30f0 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000116
+gallium_dri.so free 0x5571735c30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c31f0 0.000115
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so free 0x5571735c31f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c32b0 0.000116
+gallium_dri.so free 0x5571735c3340 void 0.000115
+gallium_dri.so free 0x5571735c32b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32b0 0.000115
+gallium_dri.so free 0x5571735c3400 void 0.000116
+gallium_dri.so free 0x5571735c32b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3440 0.000117
+gallium_dri.so free 0x5571735c34c0 void 0.000115
+gallium_dri.so free 0x5571735c3440 void 0.000116
+gallium_dri.so malloc 72 0x5571735c34c0 0.000114
+gallium_dri.so free 0x5571735c3580 void 0.000115
+gallium_dri.so free 0x5571735c34c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c34c0 0.000115
+gallium_dri.so free 0x5571735c3640 void 0.000115
+gallium_dri.so free 0x5571735c34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3660 0.000114
+gallium_dri.so free 0x5571735c3700 void 0.000126
+gallium_dri.so free 0x5571735c3660 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36b0 0.000115
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so free 0x5571735c36b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c36b0 0.000116
+gallium_dri.so free 0x5571735c3800 void 0.000117
+gallium_dri.so free 0x5571735c36b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3800 0.000115
+gallium_dri.so free 0x5571735c38c0 void 0.000116
+gallium_dri.so free 0x5571735c3800 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3800 0.000116
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c3800 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3800 0.000115
+gallium_dri.so free 0x5571735c3a40 void 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000114
+gallium_dri.so malloc 72 0x5571735c39f0 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c39f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000116
+gallium_dri.so free 0x5571735c3b80 void 0.000117
+gallium_dri.so free 0x5571735c3ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3bd0 0.000114
+gallium_dri.so free 0x5571735c3c40 void 0.000114
+gallium_dri.so free 0x5571735c3bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c60 0.000115
+gallium_dri.so free 0x5571735c3d00 void 0.000130
+gallium_dri.so free 0x5571735c3c60 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000115
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000115
+gallium_dri.so free 0x5571735c3e00 void 0.000116
+gallium_dri.so free 0x5571735c3cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e00 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000116
+gallium_dri.so free 0x5571735c3e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e00 0.000116
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f70 0.000121
+gallium_dri.so free 0x5571735c4000 void 0.000118
+gallium_dri.so free 0x5571735c3f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3f70 0.000116
+gallium_dri.so free 0x5571735c40c0 void 0.000114
+gallium_dri.so free 0x5571735c3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4100 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000116
+gallium_dri.so free 0x5571735c4100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4180 0.000115
+gallium_dri.so free 0x5571735c4240 void 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4180 0.000115
+gallium_dri.so free 0x5571735c42c0 void 0.000126
+gallium_dri.so free 0x5571735c4180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c42f0 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000116
+gallium_dri.so free 0x5571735c42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c42f0 0.000115
+gallium_dri.so free 0x5571735c4440 void 0.000114
+gallium_dri.so free 0x5571735c42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4480 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4500 0.000115
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4500 0.000114
+gallium_dri.so free 0x5571735c4640 void 0.000117
+gallium_dri.so free 0x5571735c4500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4670 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000115
+gallium_dri.so free 0x5571735c4670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4670 0.000115
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so free 0x5571735c4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4770 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000115
+gallium_dri.so free 0x5571735c4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4830 0.000115
+gallium_dri.so free 0x5571735c4900 void 0.000180
+gallium_dri.so free 0x5571735c4830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4830 0.000116
+gallium_dri.so free 0x5571735c49c0 void 0.000117
+gallium_dri.so free 0x5571735c4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4830 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000114
+gallium_dri.so free 0x5571735c4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4a30 0.000114
+gallium_dri.so free 0x5571735c4b00 void 0.000115
+gallium_dri.so free 0x5571735c4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4b50 0.000115
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so free 0x5571735c4b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4be0 0.000115
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c30 0.000115
+gallium_dri.so free 0x5571735c4d00 void 0.000116
+gallium_dri.so free 0x5571735c4c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d00 0.000115
+gallium_dri.so free 0x5571735c4dc0 void 0.000115
+gallium_dri.so free 0x5571735c4d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4d00 0.000115
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so free 0x5571735c4d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e40 0.000115
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4e40 0.000116
+gallium_dri.so free 0x5571735c4fc0 void 0.000119
+gallium_dri.so free 0x5571735c4e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e40 0.000116
+gallium_dri.so free 0x5571735c5080 void 0.000115
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5030 0.000114
+gallium_dri.so free 0x5571735c5100 void 0.000116
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5150 0.000115
+gallium_dri.so free 0x5571735c51c0 void 0.000115
+gallium_dri.so free 0x5571735c5150 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5200 0.000115
+gallium_dri.so free 0x5571735c5280 void 0.000116
+gallium_dri.so free 0x5571735c5200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5200 0.000115
+gallium_dri.so free 0x5571735c5300 void 0.000115
+gallium_dri.so free 0x5571735c5200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5330 0.000114
+gallium_dri.so free 0x5571735c5380 void 0.000115
+gallium_dri.so free 0x5571735c5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5330 0.000114
+gallium_dri.so free 0x5571735c5480 void 0.000116
+gallium_dri.so free 0x5571735c5330 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5430 0.000114
+gallium_dri.so free 0x5571735c5540 void 0.000116
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54f0 0.000113
+gallium_dri.so free 0x5571735c5580 void 0.000116
+gallium_dri.so free 0x5571735c54f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c54f0 0.000115
+gallium_dri.so free 0x5571735c5640 void 0.000116
+gallium_dri.so free 0x5571735c54f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c56b0 0.000114
+gallium_dri.so free 0x5571735c5700 void 0.000114
+gallium_dri.so free 0x5571735c56b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c56b0 0.000114
+gallium_dri.so free 0x5571735c5800 void 0.000115
+gallium_dri.so free 0x5571735c56b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c57b0 0.000115
+gallium_dri.so free 0x5571735c58c0 void 0.000114
+gallium_dri.so free 0x5571735c57b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5870 0.000115
+gallium_dri.so free 0x5571735c5900 void 0.000116
+gallium_dri.so free 0x5571735c5870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5870 0.000115
+gallium_dri.so free 0x5571735c59c0 void 0.000116
+gallium_dri.so free 0x5571735c5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5a00 0.000115
+gallium_dri.so free 0x5571735c5a80 void 0.000116
+gallium_dri.so free 0x5571735c5a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5a80 0.000115
+gallium_dri.so free 0x5571735c5b40 void 0.000123
+gallium_dri.so free 0x5571735c5a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5a80 0.000116
+gallium_dri.so free 0x5571735c5c00 void 0.000115
+gallium_dri.so free 0x5571735c5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5c20 0.000114
+gallium_dri.so free 0x5571735c5cc0 void 0.000113
+gallium_dri.so free 0x5571735c5c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c70 0.000112
+gallium_dri.so free 0x5571735c5d40 void 0.000114
+gallium_dri.so free 0x5571735c5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c70 0.000112
+gallium_dri.so free 0x5571735c5dc0 void 0.000115
+gallium_dri.so free 0x5571735c5c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5dc0 0.000114
+gallium_dri.so free 0x5571735c5e80 void 0.000115
+gallium_dri.so free 0x5571735c5dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5dc0 0.000114
+gallium_dri.so free 0x5571735c5f40 void 0.000116
+gallium_dri.so free 0x5571735c5dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5dc0 0.000120
+gallium_dri.so free 0x5571735c6000 void 0.000115
+gallium_dri.so free 0x5571735c5dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000113
+gallium_dri.so free 0x5571735c60c0 void 0.000115
+gallium_dri.so free 0x5571735c5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6070 0.000128
+gallium_dri.so free 0x5571735c6140 void 0.000120
+gallium_dri.so free 0x5571735c6070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6190 0.000115
+gallium_dri.so free 0x5571735c6200 void 0.000117
+gallium_dri.so free 0x5571735c6190 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6220 0.000115
+gallium_dri.so free 0x5571735c62c0 void 0.000133
+gallium_dri.so free 0x5571735c6220 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6270 0.000114
+gallium_dri.so free 0x5571735c6340 void 0.000117
+gallium_dri.so free 0x5571735c6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6270 0.000115
+gallium_dri.so free 0x5571735c63c0 void 0.000116
+gallium_dri.so free 0x5571735c6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c63c0 0.000115
+gallium_dri.so free 0x5571735c6480 void 0.000117
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c63c0 0.000115
+gallium_dri.so free 0x5571735c6580 void 0.000118
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000115
+gallium_dri.so free 0x5571735c65c0 void 0.000117
+gallium_dri.so free 0x5571735c6530 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6530 0.000115
+gallium_dri.so free 0x5571735c6680 void 0.000115
+gallium_dri.so free 0x5571735c6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c66c0 0.000127
+gallium_dri.so free 0x5571735c6740 void 0.000116
+gallium_dri.so free 0x5571735c66c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6740 0.000116
+gallium_dri.so free 0x5571735c6800 void 0.000116
+gallium_dri.so free 0x5571735c6740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6740 0.000115
+gallium_dri.so free 0x5571735c6880 void 0.000116
+gallium_dri.so free 0x5571735c6740 void 0.000116
+gallium_dri.so malloc 72 0x5571735c68b0 0.000115
+gallium_dri.so free 0x5571735c6900 void 0.000115
+gallium_dri.so free 0x5571735c68b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c68b0 0.000116
+gallium_dri.so free 0x5571735c6a00 void 0.000116
+gallium_dri.so free 0x5571735c68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a40 0.000115
+gallium_dri.so free 0x5571735c6ac0 void 0.000114
+gallium_dri.so free 0x5571735c6a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6ac0 0.000114
+gallium_dri.so free 0x5571735c6b80 void 0.000115
+gallium_dri.so free 0x5571735c6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ac0 0.000115
+gallium_dri.so free 0x5571735c6c00 void 0.000116
+gallium_dri.so free 0x5571735c6ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6c30 0.000114
+gallium_dri.so free 0x5571735c6c80 void 0.000115
+gallium_dri.so free 0x5571735c6c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6c30 0.000158
+gallium_dri.so free 0x5571735c6d80 void 0.000118
+gallium_dri.so free 0x5571735c6c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6d30 0.000115
+gallium_dri.so free 0x5571735c6e40 void 0.000114
+gallium_dri.so free 0x5571735c6d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6df0 0.000116
+gallium_dri.so free 0x5571735c6ec0 void 0.000116
+gallium_dri.so free 0x5571735c6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6df0 0.000112
+gallium_dri.so free 0x5571735c6f80 void 0.000118
+gallium_dri.so free 0x5571735c6df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6df0 0.000114
+gallium_dri.so free 0x5571735c7040 void 0.000116
+gallium_dri.so free 0x5571735c6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000113
+gallium_dri.so free 0x5571735c70c0 void 0.000114
+gallium_dri.so free 0x5571735c6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7110 0.000114
+gallium_dri.so free 0x5571735c7180 void 0.000114
+gallium_dri.so free 0x5571735c7110 void 0.000113
+gallium_dri.so malloc 72 0x5571735c71a0 0.000115
+gallium_dri.so free 0x5571735c7240 void 0.000115
+gallium_dri.so free 0x5571735c71a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c71f0 0.000116
+gallium_dri.so free 0x5571735c72c0 void 0.000115
+gallium_dri.so free 0x5571735c71f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c72c0 0.000126
+gallium_dri.so free 0x5571735c7380 void 0.000119
+gallium_dri.so free 0x5571735c72c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c72c0 0.000113
+gallium_dri.so free 0x5571735c7400 void 0.000116
+gallium_dri.so free 0x5571735c72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7400 0.000113
+gallium_dri.so free 0x5571735c74c0 void 0.000115
+gallium_dri.so free 0x5571735c7400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7400 0.000113
+gallium_dri.so free 0x5571735c7580 void 0.000116
+gallium_dri.so free 0x5571735c7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7400 0.000114
+gallium_dri.so free 0x5571735c7640 void 0.000115
+gallium_dri.so free 0x5571735c7400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c75f0 0.000113
+gallium_dri.so free 0x5571735c76c0 void 0.000114
+gallium_dri.so free 0x5571735c75f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7710 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000114
+gallium_dri.so free 0x5571735c7710 void 0.000114
+gallium_dri.so malloc 72 0x5571735c77c0 0.000114
+gallium_dri.so free 0x5571735c7840 void 0.000114
+gallium_dri.so free 0x5571735c77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c77c0 0.000113
+gallium_dri.so free 0x5571735c78c0 void 0.000114
+gallium_dri.so free 0x5571735c77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c78f0 0.000118
+gallium_dri.so free 0x5571735c7940 void 0.000132
+gallium_dri.so free 0x5571735c78f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c78f0 0.000114
+gallium_dri.so free 0x5571735c7a40 void 0.000116
+gallium_dri.so free 0x5571735c78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c79f0 0.000114
+gallium_dri.so free 0x5571735c7b00 void 0.000115
+gallium_dri.so free 0x5571735c79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000113
+gallium_dri.so free 0x5571735c7b40 void 0.000115
+gallium_dri.so free 0x5571735c7ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000116
+gallium_dri.so free 0x5571735c7c00 void 0.000115
+gallium_dri.so free 0x5571735c7ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7c70 0.000114
+gallium_dri.so free 0x5571735c7cc0 void 0.000115
+gallium_dri.so free 0x5571735c7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7c70 0.000113
+gallium_dri.so free 0x5571735c7dc0 void 0.000116
+gallium_dri.so free 0x5571735c7c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7d70 0.000116
+gallium_dri.so free 0x5571735c7e80 void 0.000115
+gallium_dri.so free 0x5571735c7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7e30 0.000113
+gallium_dri.so free 0x5571735c7ec0 void 0.000116
+gallium_dri.so free 0x5571735c7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7e30 0.000113
+gallium_dri.so free 0x5571735c7f80 void 0.000142
+gallium_dri.so free 0x5571735c7e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7fc0 0.000118
+gallium_dri.so free 0x5571735c8040 void 0.000120
+gallium_dri.so free 0x5571735c7fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8040 0.000119
+gallium_dri.so free 0x5571735c8100 void 0.000116
+gallium_dri.so free 0x5571735c8040 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8040 0.000118
+gallium_dri.so free 0x5571735c81c0 void 0.000116
+gallium_dri.so free 0x5571735c8040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c81e0 0.000119
+gallium_dri.so free 0x5571735c8280 void 0.000116
+gallium_dri.so free 0x5571735c81e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8230 0.000116
+gallium_dri.so free 0x5571735c8300 void 0.000116
+gallium_dri.so free 0x5571735c8230 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8230 0.000116
+gallium_dri.so free 0x5571735c8380 void 0.000116
+gallium_dri.so free 0x5571735c8230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8380 0.000116
+gallium_dri.so free 0x5571735c8440 void 0.000119
+gallium_dri.so free 0x5571735c8380 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8380 0.000118
+gallium_dri.so free 0x5571735c8500 void 0.000118
+gallium_dri.so free 0x5571735c8380 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8380 0.000129
+gallium_dri.so free 0x5571735c85c0 void 0.000121
+gallium_dri.so free 0x5571735c8380 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8570 0.000119
+gallium_dri.so free 0x5571735c8680 void 0.000120
+gallium_dri.so free 0x5571735c8570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8630 0.000120
+gallium_dri.so free 0x5571735c8700 void 0.000120
+gallium_dri.so free 0x5571735c8630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8750 0.000120
+gallium_dri.so free 0x5571735c87c0 void 0.000118
+gallium_dri.so free 0x5571735c8750 void 0.000119
+gallium_dri.so malloc 72 0x5571735c87e0 0.000121
+gallium_dri.so free 0x5571735c8880 void 0.000120
+gallium_dri.so free 0x5571735c87e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8830 0.000119
+gallium_dri.so free 0x5571735c8900 void 0.000117
+gallium_dri.so free 0x5571735c8830 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8830 0.000119
+gallium_dri.so free 0x5571735c8980 void 0.000121
+gallium_dri.so free 0x5571735c8830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8a40 void 0.000122
+gallium_dri.so free 0x5571735c8980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8980 0.000117
+gallium_dri.so free 0x5571735c8b40 void 0.000121
+gallium_dri.so free 0x5571735c8980 void 0.000158
+gallium_dri.so malloc 72 0x5571735c8af0 0.000121
+gallium_dri.so free 0x5571735c8b80 void 0.000121
+gallium_dri.so free 0x5571735c8af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8af0 0.000118
+gallium_dri.so free 0x5571735c8c40 void 0.000122
+gallium_dri.so free 0x5571735c8af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c80 0.000120
+gallium_dri.so free 0x5571735c8d00 void 0.000121
+gallium_dri.so free 0x5571735c8c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8d00 0.000121
+gallium_dri.so free 0x5571735c8dc0 void 0.000119
+gallium_dri.so free 0x5571735c8d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8d00 0.000121
+gallium_dri.so free 0x5571735c8e40 void 0.000120
+gallium_dri.so free 0x5571735c8d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e70 0.000124
+gallium_dri.so free 0x5571735c8ec0 void 0.000122
+gallium_dri.so free 0x5571735c8e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8e70 0.000121
+gallium_dri.so free 0x5571735c8fc0 void 0.000122
+gallium_dri.so free 0x5571735c8e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9000 0.000118
+gallium_dri.so free 0x5571735c9080 void 0.000121
+gallium_dri.so free 0x5571735c9000 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9080 0.000120
+gallium_dri.so free 0x5571735c9140 void 0.000129
+gallium_dri.so free 0x5571735c9080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9080 0.000117
+gallium_dri.so free 0x5571735c91c0 void 0.000117
+gallium_dri.so free 0x5571735c9080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c91f0 0.000119
+gallium_dri.so free 0x5571735c9240 void 0.000119
+gallium_dri.so free 0x5571735c91f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c91f0 0.000116
+gallium_dri.so free 0x5571735c9340 void 0.000119
+gallium_dri.so free 0x5571735c91f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c92f0 0.000120
+gallium_dri.so free 0x5571735c9400 void 0.000120
+gallium_dri.so free 0x5571735c92f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c93b0 0.000117
+gallium_dri.so free 0x5571735c9480 void 0.000116
+gallium_dri.so free 0x5571735c93b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c93b0 0.000119
+gallium_dri.so free 0x5571735c9540 void 0.000121
+gallium_dri.so free 0x5571735c93b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c93b0 0.000120
+gallium_dri.so free 0x5571735c9600 void 0.000119
+gallium_dri.so free 0x5571735c93b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c95b0 0.000116
+gallium_dri.so free 0x5571735c9680 void 0.000116
+gallium_dri.so free 0x5571735c95b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c96d0 0.000116
+gallium_dri.so free 0x5571735c9740 void 0.000123
+gallium_dri.so free 0x5571735c96d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9760 0.000116
+gallium_dri.so free 0x5571735c9800 void 0.000120
+gallium_dri.so free 0x5571735c9760 void 0.000118
+gallium_dri.so malloc 72 0x5571735c97b0 0.000118
+gallium_dri.so free 0x5571735c9880 void 0.000119
+gallium_dri.so free 0x5571735c97b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9880 0.000117
+gallium_dri.so free 0x5571735c9940 void 0.000116
+gallium_dri.so free 0x5571735c9880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9880 0.000119
+gallium_dri.so free 0x5571735c99c0 void 0.000118
+gallium_dri.so free 0x5571735c9880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99c0 0.000116
+gallium_dri.so free 0x5571735c9a80 void 0.000117
+gallium_dri.so free 0x5571735c99c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c99c0 0.000120
+gallium_dri.so free 0x5571735c9b40 void 0.000119
+gallium_dri.so free 0x5571735c99c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c99c0 0.000116
+gallium_dri.so free 0x5571735c9c00 void 0.000120
+gallium_dri.so free 0x5571735c99c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000117
+gallium_dri.so free 0x5571735c9c80 void 0.000117
+gallium_dri.so free 0x5571735c9bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9cd0 0.000130
+gallium_dri.so free 0x5571735c9d40 void 0.000121
+gallium_dri.so free 0x5571735c9cd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9d80 0.000117
+gallium_dri.so free 0x5571735c9e00 void 0.000121
+gallium_dri.so free 0x5571735c9d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9d80 0.000123
+gallium_dri.so free 0x5571735c9e80 void 0.000121
+gallium_dri.so free 0x5571735c9d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9eb0 0.000121
+gallium_dri.so free 0x5571735c9f00 void 0.000119
+gallium_dri.so free 0x5571735c9eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9eb0 0.000119
+gallium_dri.so free 0x5571735ca000 void 0.000120
+gallium_dri.so free 0x5571735c9eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000120
+gallium_dri.so free 0x5571735ca0c0 void 0.000117
+gallium_dri.so free 0x5571735c9fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca070 0.000119
+gallium_dri.so free 0x5571735ca100 void 0.000117
+gallium_dri.so free 0x5571735ca070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca070 0.000117
+gallium_dri.so free 0x5571735ca1c0 void 0.000120
+gallium_dri.so free 0x5571735ca070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca230 0.000120
+gallium_dri.so free 0x5571735ca280 void 0.000118
+gallium_dri.so free 0x5571735ca230 void 0.000189
+gallium_dri.so malloc 72 0x5571735ca230 0.000121
+gallium_dri.so free 0x5571735ca380 void 0.000122
+gallium_dri.so free 0x5571735ca230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca330 0.000120
+gallium_dri.so free 0x5571735ca440 void 0.000121
+gallium_dri.so free 0x5571735ca330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000122
+gallium_dri.so free 0x5571735ca480 void 0.000122
+gallium_dri.so free 0x5571735ca3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000120
+gallium_dri.so free 0x5571735ca540 void 0.000121
+gallium_dri.so free 0x5571735ca3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca580 0.000120
+gallium_dri.so free 0x5571735ca600 void 0.000121
+gallium_dri.so free 0x5571735ca580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca600 0.000121
+gallium_dri.so free 0x5571735ca6c0 void 0.000121
+gallium_dri.so free 0x5571735ca600 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca600 0.000120
+gallium_dri.so free 0x5571735ca780 void 0.000121
+gallium_dri.so free 0x5571735ca600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca7a0 0.000120
+gallium_dri.so free 0x5571735ca840 void 0.000120
+gallium_dri.so free 0x5571735ca7a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000121
+gallium_dri.so free 0x5571735ca8c0 void 0.000129
+gallium_dri.so free 0x5571735ca7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000121
+gallium_dri.so free 0x5571735ca940 void 0.000117
+gallium_dri.so free 0x5571735ca7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca940 0.000116
+gallium_dri.so free 0x5571735eb5c0 void 0.000118
+gallium_dri.so free 0x5571735ca940 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca940 0.000116
+gallium_dri.so free 0x5571735eb680 void 0.000120
+gallium_dri.so free 0x5571735ca940 void 0.000116
+gallium_dri.so malloc 72 0x5571735ca940 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000120
+gallium_dri.so free 0x5571735ca940 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000119
+gallium_dri.so free 0x5571735eb800 void 0.000117
+gallium_dri.so free 0x5571735eb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000116
+gallium_dri.so free 0x5571735eb880 void 0.000119
+gallium_dri.so free 0x5571735eb7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb8d0 0.000118
+gallium_dri.so free 0x5571735eb940 void 0.000118
+gallium_dri.so free 0x5571735eb8d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb960 0.000117
+gallium_dri.so free 0x5571735eba00 void 0.000116
+gallium_dri.so free 0x5571735eb960 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb9b0 0.000128
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so free 0x5571735eb9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb9b0 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so free 0x5571735eb9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb00 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb00 0.000120
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc70 0.000119
+gallium_dri.so free 0x5571735ebd00 void 0.000120
+gallium_dri.so free 0x5571735ebc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebc70 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000119
+gallium_dri.so free 0x5571735ebc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe00 0.000119
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so free 0x5571735ebe00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe80 0.000116
+gallium_dri.so free 0x5571735ebf40 void 0.000255
+gallium_dri.so free 0x5571735ebe80 void 0.000176
+gallium_dri.so malloc 72 0x5571735ebe80 0.000179
+gallium_dri.so free 0x5571735ebfc0 void 0.000124
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebff0 0.000115
+gallium_dri.so free 0x5571735ec040 void 0.000115
+gallium_dri.so free 0x5571735ebff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebff0 0.000114
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so free 0x5571735ebff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec180 0.000117
+gallium_dri.so free 0x5571735ec200 void 0.000115
+gallium_dri.so free 0x5571735ec180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec200 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec200 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x5571735ec200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec470 0.000115
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec600 void 0.000119
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec730 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000116
+gallium_dri.so free 0x5571735ec730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec850 0.000115
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec850 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000113
+gallium_dri.so free 0x5571735ec980 void 0.000114
+gallium_dri.so free 0x5571735ec8e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec930 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec930 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca00 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca00 0.000113
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb40 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000129
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb40 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000114
+gallium_dri.so free 0x5571735ecb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecb40 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece50 0.000114
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so free 0x5571735ece50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf00 0.000114
+gallium_dri.so free 0x5571735ecf80 void 0.000115
+gallium_dri.so free 0x5571735ecf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf00 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed030 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000115
+gallium_dri.so free 0x5571735ed030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed030 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000115
+gallium_dri.so free 0x5571735ed030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed130 0.000115
+gallium_dri.so free 0x5571735ed240 void 0.000162
+gallium_dri.so free 0x5571735ed130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000114
+gallium_dri.so free 0x5571735ed1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so free 0x5571735ed1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000114
+gallium_dri.so free 0x5571735ed3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000112
+gallium_dri.so free 0x5571735ed500 void 0.000115
+gallium_dri.so free 0x5571735ed3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000114
+gallium_dri.so free 0x5571735ed5c0 void 0.000115
+gallium_dri.so free 0x5571735ed4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so free 0x5571735ed570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed570 0.000112
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed700 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed780 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed920 0.000115
+gallium_dri.so free 0x5571735ed9c0 void 0.000115
+gallium_dri.so free 0x5571735ed920 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed970 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed970 0.000120
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735ed970 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000112
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edac0 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcb0 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000115
+gallium_dri.so free 0x5571735edcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edd70 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ede90 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000116
+gallium_dri.so free 0x5571735ede90 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf20 0.000114
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edf20 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf70 0.000112
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735edf70 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so free 0x5571735edf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000114
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000113
+gallium_dri.so free 0x5571735ee2c0 void 0.000114
+gallium_dri.so free 0x5571735ee230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee230 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000115
+gallium_dri.so free 0x5571735ee440 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ee440 0.000116
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee440 0.000112
+gallium_dri.so free 0x5571735ee580 void 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000115
+gallium_dri.so free 0x5571735ee600 void 0.000114
+gallium_dri.so free 0x5571735ee5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so free 0x5571735ee5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee740 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so free 0x5571735ee740 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000112
+gallium_dri.so free 0x5571735ee880 void 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee930 0.000111
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee930 0.000113
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735ee930 void 0.000127
+gallium_dri.so malloc 72 0x5571735eea30 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eed40 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecf0 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee10 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eee10 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeea0 0.000113
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eeea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eefc0 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eefc0 0.000126
+gallium_dri.so free 0x5571735ef100 void 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef100 0.000118
+gallium_dri.so free 0x5571735ef1c0 void 0.000113
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef100 0.000111
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so free 0x5571735ef100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef100 0.000129
+gallium_dri.so free 0x5571735ef340 void 0.000121
+gallium_dri.so free 0x5571735ef100 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000120
+gallium_dri.so free 0x5571735ef3c0 void 0.000119
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef410 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef410 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef4c0 0.000117
+gallium_dri.so free 0x5571735ef540 void 0.000117
+gallium_dri.so free 0x5571735ef4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef4c0 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000118
+gallium_dri.so free 0x5571735ef4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000118
+gallium_dri.so free 0x5571735ef640 void 0.000118
+gallium_dri.so free 0x5571735ef5f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000117
+gallium_dri.so free 0x5571735ef740 void 0.000119
+gallium_dri.so free 0x5571735ef5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000118
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so free 0x5571735ef6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000117
+gallium_dri.so free 0x5571735ef840 void 0.000117
+gallium_dri.so free 0x5571735ef7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000117
+gallium_dri.so free 0x5571735ef7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef970 0.000118
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so free 0x5571735ef970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef970 0.000125
+gallium_dri.so free 0x5571735efac0 void 0.000120
+gallium_dri.so free 0x5571735ef970 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa70 0.000117
+gallium_dri.so free 0x5571735efb80 void 0.000118
+gallium_dri.so free 0x5571735efa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb30 0.000117
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so free 0x5571735efb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb30 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000129
+gallium_dri.so free 0x5571735efb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcc0 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000118
+gallium_dri.so free 0x5571735efcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd40 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd40 0.000119
+gallium_dri.so free 0x5571735efec0 void 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efee0 0.000118
+gallium_dri.so free 0x5571735eff80 void 0.000119
+gallium_dri.so free 0x5571735efee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eff30 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000118
+gallium_dri.so free 0x5571735eff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff30 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000119
+gallium_dri.so free 0x5571735eff30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0080 0.000119
+gallium_dri.so free 0x5571735f0140 void 0.000117
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0080 0.000117
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0080 0.000126
+gallium_dri.so free 0x5571735f02c0 void 0.000119
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0270 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so free 0x5571735f0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f0400 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0450 0.000118
+gallium_dri.so free 0x5571735f04c0 void 0.000117
+gallium_dri.so free 0x5571735f0450 void 0.000117
+gallium_dri.so malloc 72 0x5571735f04e0 0.000118
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so free 0x5571735f04e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0530 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000122
+gallium_dri.so free 0x5571735f0530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0530 0.000117
+gallium_dri.so free 0x5571735f0680 void 0.000119
+gallium_dri.so free 0x5571735f0530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0680 0.000117
+gallium_dri.so free 0x5571735f0740 void 0.000119
+gallium_dri.so free 0x5571735f0680 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0680 0.000117
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so free 0x5571735f0680 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07f0 0.000127
+gallium_dri.so free 0x5571735f0880 void 0.000119
+gallium_dri.so free 0x5571735f07f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f07f0 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000118
+gallium_dri.so free 0x5571735f07f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0980 0.000123
+gallium_dri.so free 0x5571735f0a00 void 0.000119
+gallium_dri.so free 0x5571735f0980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0a00 0.000117
+gallium_dri.so free 0x5571735f0ac0 void 0.000118
+gallium_dri.so free 0x5571735f0a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0a00 0.000117
+gallium_dri.so free 0x5571735f0b40 void 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000118
+gallium_dri.so free 0x5571735f0bc0 void 0.000118
+gallium_dri.so free 0x5571735f0b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0b70 0.000116
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so free 0x5571735f0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d00 0.000118
+gallium_dri.so free 0x5571735f0d80 void 0.000118
+gallium_dri.so free 0x5571735f0d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d80 0.000117
+gallium_dri.so free 0x5571735f0e40 void 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0d80 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so free 0x5571735f0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so free 0x5571735f0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000117
+gallium_dri.so free 0x5571735f1040 void 0.000118
+gallium_dri.so free 0x5571735f0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000118
+gallium_dri.so free 0x5571735f1100 void 0.000117
+gallium_dri.so free 0x5571735f0ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000120
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1240 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1300 void 0.000117
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f12b0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so free 0x5571735f12b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f13d0 0.000117
+gallium_dri.so free 0x5571735f1440 void 0.000116
+gallium_dri.so free 0x5571735f13d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1460 0.000118
+gallium_dri.so free 0x5571735f1500 void 0.000118
+gallium_dri.so free 0x5571735f1460 void 0.000117
+gallium_dri.so malloc 72 0x5571735f14b0 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000118
+gallium_dri.so free 0x5571735f14b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1580 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so free 0x5571735f1580 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1580 0.000117
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16c0 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16c0 0.000119
+gallium_dri.so free 0x5571735f1840 void 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16c0 0.000117
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so free 0x5571735f16c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f18b0 0.000124
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f19d0 0.000118
+gallium_dri.so free 0x5571735f1a40 void 0.000127
+gallium_dri.so free 0x5571735f19d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a80 0.000118
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a80 0.000118
+gallium_dri.so free 0x5571735f1b80 void 0.000118
+gallium_dri.so free 0x5571735f1a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000118
+gallium_dri.so free 0x5571735f1bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000117
+gallium_dri.so free 0x5571735f1d00 void 0.000117
+gallium_dri.so free 0x5571735f1bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000118
+gallium_dri.so free 0x5571735f1dc0 void 0.000118
+gallium_dri.so free 0x5571735f1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d70 0.000119
+gallium_dri.so free 0x5571735f1e00 void 0.000118
+gallium_dri.so free 0x5571735f1d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d70 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1f30 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so free 0x5571735f1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f30 0.000128
+gallium_dri.so free 0x5571735f2080 void 0.000119
+gallium_dri.so free 0x5571735f1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2030 0.000119
+gallium_dri.so free 0x5571735f2140 void 0.000118
+gallium_dri.so free 0x5571735f2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f20f0 0.000117
+gallium_dri.so free 0x5571735f2180 void 0.000118
+gallium_dri.so free 0x5571735f20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so free 0x5571735f20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2280 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2300 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2300 0.000118
+gallium_dri.so free 0x5571735f2480 void 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f24a0 0.000118
+gallium_dri.so free 0x5571735f2540 void 0.000119
+gallium_dri.so free 0x5571735f24a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f24f0 0.000118
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24f0 0.000122
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so free 0x5571735f24f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2640 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000118
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2640 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2640 0.000117
+gallium_dri.so free 0x5571735f2880 void 0.000117
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2830 0.000122
+gallium_dri.so free 0x5571735f2940 void 0.000118
+gallium_dri.so free 0x5571735f2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28f0 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f28f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2a10 0.000117
+gallium_dri.so free 0x5571735f2a80 void 0.000118
+gallium_dri.so free 0x5571735f2a10 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2aa0 0.000117
+gallium_dri.so free 0x5571735f2b40 void 0.000118
+gallium_dri.so free 0x5571735f2aa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2af0 0.000117
+gallium_dri.so free 0x5571735f2bc0 void 0.000120
+gallium_dri.so free 0x5571735f2af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2af0 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so free 0x5571735f2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c40 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c40 0.000119
+gallium_dri.so free 0x5571735f2e00 void 0.000118
+gallium_dri.so free 0x5571735f2c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2db0 0.000119
+gallium_dri.so free 0x5571735f2e40 void 0.000118
+gallium_dri.so free 0x5571735f2db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2db0 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so free 0x5571735f2db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f40 0.000118
+gallium_dri.so free 0x5571735f2fc0 void 0.000119
+gallium_dri.so free 0x5571735f2f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000118
+gallium_dri.so free 0x5571735f3080 void 0.000119
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000119
+gallium_dri.so free 0x5571735f3100 void 0.000118
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3130 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000129
+gallium_dri.so free 0x5571735f3130 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3130 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000118
+gallium_dri.so free 0x5571735f3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32c0 0.000118
+gallium_dri.so free 0x5571735f3340 void 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3340 0.000120
+gallium_dri.so free 0x5571735f3400 void 0.000118
+gallium_dri.so free 0x5571735f3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3340 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34b0 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f34b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34b0 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000118
+gallium_dri.so free 0x5571735f34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f35b0 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000119
+gallium_dri.so free 0x5571735f35b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3670 0.000118
+gallium_dri.so free 0x5571735f3740 void 0.000118
+gallium_dri.so free 0x5571735f3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3670 0.000126
+gallium_dri.so free 0x5571735f3800 void 0.000124
+gallium_dri.so free 0x5571735f3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3670 0.000124
+gallium_dri.so free 0x5571735f38c0 void 0.000118
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3870 0.000118
+gallium_dri.so free 0x5571735f3940 void 0.000119
+gallium_dri.so free 0x5571735f3870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3990 0.000117
+gallium_dri.so free 0x5571735f3a00 void 0.000119
+gallium_dri.so free 0x5571735f3990 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3a20 0.000117
+gallium_dri.so free 0x5571735f3ac0 void 0.000118
+gallium_dri.so free 0x5571735f3a20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3a70 0.000117
+gallium_dri.so free 0x5571735f3b40 void 0.000119
+gallium_dri.so free 0x5571735f3a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3b40 0.000118
+gallium_dri.so free 0x5571735f3c00 void 0.000119
+gallium_dri.so free 0x5571735f3b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3b40 0.000117
+gallium_dri.so free 0x5571735f3c80 void 0.000119
+gallium_dri.so free 0x5571735f3b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3c80 0.000119
+gallium_dri.so free 0x5571735f3d40 void 0.000118
+gallium_dri.so free 0x5571735f3c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3c80 0.000128
+gallium_dri.so free 0x5571735f3e00 void 0.000119
+gallium_dri.so free 0x5571735f3c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3c80 0.000118
+gallium_dri.so free 0x5571735f3ec0 void 0.000120
+gallium_dri.so free 0x5571735f3c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3e70 0.000119
+gallium_dri.so free 0x5571735f3f40 void 0.000117
+gallium_dri.so free 0x5571735f3e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3f90 0.000119
+gallium_dri.so free 0x5571735f4000 void 0.000118
+gallium_dri.so free 0x5571735f3f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4040 0.000118
+gallium_dri.so free 0x5571735f40c0 void 0.000118
+gallium_dri.so free 0x5571735f4040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4040 0.000118
+gallium_dri.so free 0x5571735f4140 void 0.000118
+gallium_dri.so free 0x5571735f4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4170 0.000118
+gallium_dri.so free 0x5571735f41c0 void 0.000117
+gallium_dri.so free 0x5571735f4170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4170 0.000117
+gallium_dri.so free 0x5571735f42c0 void 0.000118
+gallium_dri.so free 0x5571735f4170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4270 0.000159
+gallium_dri.so free 0x5571735f4380 void 0.000156
+gallium_dri.so free 0x5571735f4270 void 0.000139
+gallium_dri.so malloc 72 0x5571735f4330 0.000119
+gallium_dri.so free 0x5571735f43c0 void 0.000118
+gallium_dri.so free 0x5571735f4330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4330 0.000120
+gallium_dri.so free 0x5571735f4480 void 0.000118
+gallium_dri.so free 0x5571735f4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f44f0 0.000118
+gallium_dri.so free 0x5571735f4540 void 0.000119
+gallium_dri.so free 0x5571735f44f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f44f0 0.000118
+gallium_dri.so free 0x5571735f4640 void 0.000119
+gallium_dri.so free 0x5571735f44f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f45f0 0.000117
+gallium_dri.so free 0x5571735f4700 void 0.000119
+gallium_dri.so free 0x5571735f45f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f46b0 0.000118
+gallium_dri.so free 0x5571735f4740 void 0.000118
+gallium_dri.so free 0x5571735f46b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f46b0 0.000118
+gallium_dri.so free 0x5571735f4800 void 0.000119
+gallium_dri.so free 0x5571735f46b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4840 0.000119
+gallium_dri.so free 0x5571735f48c0 void 0.000118
+gallium_dri.so free 0x5571735f4840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f48c0 0.000128
+gallium_dri.so free 0x5571735f4980 void 0.000118
+gallium_dri.so free 0x5571735f48c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f48c0 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f48c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a60 0.000118
+gallium_dri.so free 0x5571735f4b00 void 0.000118
+gallium_dri.so free 0x5571735f4a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000118
+gallium_dri.so free 0x5571735f4b80 void 0.000118
+gallium_dri.so free 0x5571735f4ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000118
+gallium_dri.so free 0x5571735f4c00 void 0.000122
+gallium_dri.so free 0x5571735f4ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c00 0.000119
+gallium_dri.so free 0x5571735f4cc0 void 0.000120
+gallium_dri.so free 0x5571735f4c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4c00 0.000120
+gallium_dri.so free 0x5571735f4d80 void 0.000119
+gallium_dri.so free 0x5571735f4c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c00 0.000118
+gallium_dri.so free 0x5571735f4e40 void 0.000119
+gallium_dri.so free 0x5571735f4c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4df0 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000118
+gallium_dri.so free 0x5571735f4df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000120
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so free 0x5571735f4eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4fd0 0.000119
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so free 0x5571735f4fd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5060 0.000118
+gallium_dri.so free 0x5571735f5100 void 0.000121
+gallium_dri.so free 0x5571735f5060 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50b0 0.000119
+gallium_dri.so free 0x5571735f5180 void 0.000119
+gallium_dri.so free 0x5571735f50b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f50b0 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000120
+gallium_dri.so free 0x5571735f50b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5200 0.000118
+gallium_dri.so free 0x5571735f52c0 void 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5200 0.000119
+gallium_dri.so free 0x5571735f53c0 void 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5370 0.000120
+gallium_dri.so free 0x5571735f5400 void 0.000119
+gallium_dri.so free 0x5571735f5370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5370 0.000117
+gallium_dri.so free 0x5571735f54c0 void 0.000174
+gallium_dri.so free 0x5571735f5370 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5500 0.000112
+gallium_dri.so free 0x5571735f5580 void 0.000123
+gallium_dri.so free 0x5571735f5500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5580 0.000111
+gallium_dri.so free 0x5571735f5640 void 0.000113
+gallium_dri.so free 0x5571735f5580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5580 0.000110
+gallium_dri.so free 0x5571735f56c0 void 0.000110
+gallium_dri.so free 0x5571735f5580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f56f0 0.000111
+gallium_dri.so free 0x5571735f5740 void 0.000111
+gallium_dri.so free 0x5571735f56f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f56f0 0.000111
+gallium_dri.so free 0x5571735f5840 void 0.000109
+gallium_dri.so free 0x5571735f56f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5880 0.000111
+gallium_dri.so free 0x5571735f5900 void 0.000110
+gallium_dri.so free 0x5571735f5880 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5900 0.000110
+gallium_dri.so free 0x5571735f59c0 void 0.000110
+gallium_dri.so free 0x5571735f5900 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5900 0.000110
+gallium_dri.so free 0x5571735f5a40 void 0.000111
+gallium_dri.so free 0x5571735f5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5a70 0.000110
+gallium_dri.so free 0x5571735f5ac0 void 0.000109
+gallium_dri.so free 0x5571735f5a70 void 0.000143
+gallium_dri.so malloc 72 0x5571735f5a70 0.000122
+gallium_dri.so free 0x5571735f5bc0 void 0.000116
+gallium_dri.so free 0x5571735f5a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5b70 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000112
+gallium_dri.so free 0x5571735f5b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5c30 0.000110
+gallium_dri.so free 0x5571735f5d00 void 0.000109
+gallium_dri.so free 0x5571735f5c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5c30 0.000112
+gallium_dri.so free 0x5571735f5dc0 void 0.000112
+gallium_dri.so free 0x5571735f5c30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5c30 0.000109
+gallium_dri.so free 0x5571735f5e80 void 0.000111
+gallium_dri.so free 0x5571735f5c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5e30 0.000111
+gallium_dri.so free 0x5571735f5f00 void 0.000110
+gallium_dri.so free 0x5571735f5e30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5f50 0.000110
+gallium_dri.so free 0x5571735f5fc0 void 0.000110
+gallium_dri.so free 0x5571735f5f50 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5fe0 0.000116
+gallium_dri.so free 0x5571735f6080 void 0.000118
+gallium_dri.so free 0x5571735f5fe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6030 0.000110
+gallium_dri.so free 0x5571735f6100 void 0.000111
+gallium_dri.so free 0x5571735f6030 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6100 0.000133
+gallium_dri.so free 0x5571735f61c0 void 0.000124
+gallium_dri.so free 0x5571735f6100 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6100 0.000123
+gallium_dri.so free 0x5571735f6240 void 0.000123
+gallium_dri.so free 0x5571735f6100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6240 0.000113
+gallium_dri.so free 0x5571735f6300 void 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6240 0.000123
+gallium_dri.so free 0x5571735f63c0 void 0.000125
+gallium_dri.so free 0x5571735f6240 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6240 0.000119
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f6240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6430 0.000123
+gallium_dri.so free 0x5571735f6500 void 0.000124
+gallium_dri.so free 0x5571735f6430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6550 0.000124
+gallium_dri.so free 0x5571735f65c0 void 0.000124
+gallium_dri.so free 0x5571735f6550 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6600 0.000114
+gallium_dri.so free 0x5571735f6680 void 0.000120
+gallium_dri.so free 0x5571735f6600 void 0.000173
+gallium_dri.so malloc 72 0x5571735f6600 0.000119
+gallium_dri.so free 0x5571735f6700 void 0.000119
+gallium_dri.so free 0x5571735f6600 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6730 0.000119
+gallium_dri.so free 0x5571735f6780 void 0.000121
+gallium_dri.so free 0x5571735f6730 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6730 0.000122
+gallium_dri.so free 0x5571735f6880 void 0.000123
+gallium_dri.so free 0x5571735f6730 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6830 0.000124
+gallium_dri.so free 0x5571735f6940 void 0.000124
+gallium_dri.so free 0x5571735f6830 void 0.000125
+gallium_dri.so malloc 72 0x5571735f68f0 0.000123
+gallium_dri.so free 0x5571735f6980 void 0.000118
+gallium_dri.so free 0x5571735f68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68f0 0.000114
+gallium_dri.so free 0x5571735f6a40 void 0.000115
+gallium_dri.so free 0x5571735f68f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000123
+gallium_dri.so free 0x5571735f6b00 void 0.000125
+gallium_dri.so free 0x5571735f6ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000131
+gallium_dri.so free 0x5571735f6c00 void 0.000119
+gallium_dri.so free 0x5571735f6ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000123
+gallium_dri.so free 0x5571735f6cc0 void 0.000123
+gallium_dri.so free 0x5571735f6bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c70 0.000114
+gallium_dri.so free 0x5571735f6d00 void 0.000113
+gallium_dri.so free 0x5571735f6c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c70 0.000124
+gallium_dri.so free 0x5571735f6dc0 void 0.000118
+gallium_dri.so free 0x5571735f6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e00 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e80 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000114
+gallium_dri.so free 0x5571735f6e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e80 0.000114
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7020 0.000123
+gallium_dri.so free 0x5571735f70c0 void 0.000117
+gallium_dri.so free 0x5571735f7020 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7070 0.000134
+gallium_dri.so free 0x5571735f7140 void 0.000119
+gallium_dri.so free 0x5571735f7070 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7070 0.000118
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so free 0x5571735f7070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71c0 0.000114
+gallium_dri.so free 0x5571735f7280 void 0.000114
+gallium_dri.so free 0x5571735f71c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f71c0 0.000123
+gallium_dri.so free 0x5571735f7340 void 0.000123
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71c0 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000120
+gallium_dri.so free 0x5571735f71c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f73b0 0.000131
+gallium_dri.so free 0x5571735f74c0 void 0.000130
+gallium_dri.so free 0x5571735f73b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7470 0.000120
+gallium_dri.so free 0x5571735f7540 void 0.000121
+gallium_dri.so free 0x5571735f7470 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7590 0.000130
+gallium_dri.so free 0x5571735f7600 void 0.000124
+gallium_dri.so free 0x5571735f7590 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7620 0.000169
+gallium_dri.so free 0x5571735f76c0 void 0.000161
+gallium_dri.so free 0x5571735f7620 void 0.000176
+gallium_dri.so malloc 72 0x5571735f7670 0.000129
+gallium_dri.so free 0x5571735f7740 void 0.000124
+gallium_dri.so free 0x5571735f7670 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7670 0.000123
+gallium_dri.so free 0x5571735f77c0 void 0.000127
+gallium_dri.so free 0x5571735f7670 void 0.000125
+gallium_dri.so malloc 72 0x5571735f77c0 0.000124
+gallium_dri.so free 0x5571735f7880 void 0.000131
+gallium_dri.so free 0x5571735f77c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f77c0 0.000125
+gallium_dri.so free 0x5571735f7980 void 0.000132
+gallium_dri.so free 0x5571735f77c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7930 0.000129
+gallium_dri.so free 0x5571735f79c0 void 0.000130
+gallium_dri.so free 0x5571735f7930 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7930 0.000126
+gallium_dri.so free 0x5571735f7a80 void 0.000120
+gallium_dri.so free 0x5571735f7930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000125
+gallium_dri.so free 0x5571735f7b40 void 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7b40 0.000126
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so free 0x5571735f7b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7b40 0.000130
+gallium_dri.so free 0x5571735f7c80 void 0.000124
+gallium_dri.so free 0x5571735f7b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000120
+gallium_dri.so free 0x5571735f7d00 void 0.000126
+gallium_dri.so free 0x5571735f7cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000120
+gallium_dri.so free 0x5571735f7e00 void 0.000124
+gallium_dri.so free 0x5571735f7cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7e40 0.000130
+gallium_dri.so free 0x5571735f7ec0 void 0.000129
+gallium_dri.so free 0x5571735f7e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000128
+gallium_dri.so free 0x5571735f7f80 void 0.000130
+gallium_dri.so free 0x5571735f7ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000155
+gallium_dri.so free 0x5571735f8000 void 0.000126
+gallium_dri.so free 0x5571735f7ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8030 0.000130
+gallium_dri.so free 0x5571735f8080 void 0.000134
+gallium_dri.so free 0x5571735f8030 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8030 0.000130
+gallium_dri.so free 0x5571735f8180 void 0.000129
+gallium_dri.so free 0x5571735f8030 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8130 0.000119
+gallium_dri.so free 0x5571735f8240 void 0.000126
+gallium_dri.so free 0x5571735f8130 void 0.000126
+gallium_dri.so malloc 72 0x5571735f81f0 0.000120
+gallium_dri.so free 0x5571735f82c0 void 0.000125
+gallium_dri.so free 0x5571735f81f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f81f0 0.000124
+gallium_dri.so free 0x5571735f8380 void 0.000127
+gallium_dri.so free 0x5571735f81f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f81f0 0.000130
+gallium_dri.so free 0x5571735f8440 void 0.000124
+gallium_dri.so free 0x5571735f81f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f83f0 0.000120
+gallium_dri.so free 0x5571735f84c0 void 0.000171
+gallium_dri.so free 0x5571735f83f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8510 0.000131
+gallium_dri.so free 0x5571735f8580 void 0.000129
+gallium_dri.so free 0x5571735f8510 void 0.000129
+gallium_dri.so malloc 72 0x5571735f85a0 0.000130
+gallium_dri.so free 0x5571735f8640 void 0.000125
+gallium_dri.so free 0x5571735f85a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f85f0 0.000130
+gallium_dri.so free 0x5571735f86c0 void 0.000129
+gallium_dri.so free 0x5571735f85f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f86c0 0.000125
+gallium_dri.so free 0x5571735f8780 void 0.000120
+gallium_dri.so free 0x5571735f86c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f86c0 0.000124
+gallium_dri.so free 0x5571735f8800 void 0.000119
+gallium_dri.so free 0x5571735f86c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8800 0.000130
+gallium_dri.so free 0x5571735f88c0 void 0.000129
+gallium_dri.so free 0x5571735f8800 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8800 0.000126
+gallium_dri.so free 0x5571735f8980 void 0.000137
+gallium_dri.so free 0x5571735f8800 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8800 0.000125
+gallium_dri.so free 0x5571735f8a40 void 0.000127
+gallium_dri.so free 0x5571735f8800 void 0.000131
+gallium_dri.so malloc 72 0x5571735f89f0 0.000125
+gallium_dri.so free 0x5571735f8ac0 void 0.000122
+gallium_dri.so free 0x5571735f89f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8b10 0.000124
+gallium_dri.so free 0x5571735f8b80 void 0.000121
+gallium_dri.so free 0x5571735f8b10 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000130
+gallium_dri.so free 0x5571735f8c40 void 0.000129
+gallium_dri.so free 0x5571735f8bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000129
+gallium_dri.so free 0x5571735f8cc0 void 0.000128
+gallium_dri.so free 0x5571735f8bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000129
+gallium_dri.so free 0x5571735f8d40 void 0.000134
+gallium_dri.so free 0x5571735f8cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000129
+gallium_dri.so free 0x5571735f8e40 void 0.000129
+gallium_dri.so free 0x5571735f8cf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8df0 0.000126
+gallium_dri.so free 0x5571735f8f00 void 0.000127
+gallium_dri.so free 0x5571735f8df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000125
+gallium_dri.so free 0x5571735f8f40 void 0.000124
+gallium_dri.so free 0x5571735f8eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000129
+gallium_dri.so free 0x5571735f9000 void 0.000130
+gallium_dri.so free 0x5571735f8eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9070 0.000125
+gallium_dri.so free 0x5571735f90c0 void 0.000120
+gallium_dri.so free 0x5571735f9070 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9070 0.000124
+gallium_dri.so free 0x5571735f91c0 void 0.000119
+gallium_dri.so free 0x5571735f9070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9170 0.000125
+gallium_dri.so free 0x5571735f9280 void 0.000130
+gallium_dri.so free 0x5571735f9170 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9230 0.000119
+gallium_dri.so free 0x5571735f92c0 void 0.000121
+gallium_dri.so free 0x5571735f9230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9230 0.000182
+gallium_dri.so free 0x5571735f9380 void 0.000133
+gallium_dri.so free 0x5571735f9230 void 0.000130
+gallium_dri.so malloc 72 0x5571735f93c0 0.000126
+gallium_dri.so free 0x5571735f9440 void 0.000120
+gallium_dri.so free 0x5571735f93c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9440 0.000130
+gallium_dri.so free 0x5571735f9500 void 0.000129
+gallium_dri.so free 0x5571735f9440 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9440 0.000129
+gallium_dri.so free 0x5571735f95c0 void 0.000129
+gallium_dri.so free 0x5571735f9440 void 0.000130
+gallium_dri.so malloc 72 0x5571735f95e0 0.000124
+gallium_dri.so free 0x5571735f9680 void 0.000126
+gallium_dri.so free 0x5571735f95e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9630 0.000124
+gallium_dri.so free 0x5571735f9700 void 0.000120
+gallium_dri.so free 0x5571735f9630 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9630 0.000129
+gallium_dri.so free 0x5571735f9780 void 0.000129
+gallium_dri.so free 0x5571735f9630 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9780 0.000138
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so free 0x5571735f9780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9780 0.000130
+gallium_dri.so free 0x5571735f9900 void 0.000132
+gallium_dri.so free 0x5571735f9780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9780 0.000125
+gallium_dri.so free 0x5571735f99c0 void 0.000120
+gallium_dri.so free 0x5571735f9780 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9970 0.000128
+gallium_dri.so free 0x5571735f9a80 void 0.000131
+gallium_dri.so free 0x5571735f9970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9a30 0.000129
+gallium_dri.so free 0x5571735f9b00 void 0.000130
+gallium_dri.so free 0x5571735f9a30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9b50 0.000129
+gallium_dri.so free 0x5571735f9bc0 void 0.000131
+gallium_dri.so free 0x5571735f9b50 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9be0 0.000125
+gallium_dri.so free 0x5571735f9c80 void 0.000128
+gallium_dri.so free 0x5571735f9be0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9c30 0.000131
+gallium_dri.so free 0x5571735f9d00 void 0.000121
+gallium_dri.so free 0x5571735f9c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9c30 0.000129
+gallium_dri.so free 0x5571735f9d80 void 0.000125
+gallium_dri.so free 0x5571735f9c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9d80 0.000129
+gallium_dri.so free 0x5571735f9e40 void 0.000124
+gallium_dri.so free 0x5571735f9d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d80 0.000125
+gallium_dri.so free 0x5571735f9f40 void 0.000123
+gallium_dri.so free 0x5571735f9d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000120
+gallium_dri.so free 0x5571735f9ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000129
+gallium_dri.so free 0x5571735fa040 void 0.000129
+gallium_dri.so free 0x5571735f9ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa080 0.000120
+gallium_dri.so free 0x5571735fa100 void 0.000125
+gallium_dri.so free 0x5571735fa080 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa100 0.000124
+gallium_dri.so free 0x5571735fa1c0 void 0.000207
+gallium_dri.so free 0x5571735fa100 void 0.000165
+gallium_dri.so malloc 72 0x5571735fa100 0.000161
+gallium_dri.so free 0x5571735fa240 void 0.000166
+gallium_dri.so free 0x5571735fa100 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa270 0.000128
+gallium_dri.so free 0x5571735fa2c0 void 0.000130
+gallium_dri.so free 0x5571735fa270 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa270 0.000124
+gallium_dri.so free 0x5571735fa3c0 void 0.000121
+gallium_dri.so free 0x5571735fa270 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa400 0.000129
+gallium_dri.so free 0x5571735fa480 void 0.000129
+gallium_dri.so free 0x5571735fa400 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa480 0.000120
+gallium_dri.so free 0x5571735fa540 void 0.000125
+gallium_dri.so free 0x5571735fa480 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa480 0.000121
+gallium_dri.so free 0x5571735fa5c0 void 0.000126
+gallium_dri.so free 0x5571735fa480 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000119
+gallium_dri.so free 0x5571735fa640 void 0.000132
+gallium_dri.so free 0x5571735fa5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000128
+gallium_dri.so free 0x5571735fa740 void 0.000130
+gallium_dri.so free 0x5571735fa5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000128
+gallium_dri.so free 0x5571735fa800 void 0.000130
+gallium_dri.so free 0x5571735fa6f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000125
+gallium_dri.so free 0x5571735fa880 void 0.000120
+gallium_dri.so free 0x5571735fa7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000123
+gallium_dri.so free 0x5571735fa940 void 0.000120
+gallium_dri.so free 0x5571735fa7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000130
+gallium_dri.so free 0x5571735faa00 void 0.000129
+gallium_dri.so free 0x5571735fa7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000128
+gallium_dri.so free 0x5571735faa80 void 0.000129
+gallium_dri.so free 0x5571735fa9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735faad0 0.000129
+gallium_dri.so free 0x5571735fab40 void 0.000128
+gallium_dri.so free 0x5571735faad0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab60 0.000123
+gallium_dri.so free 0x5571735fac00 void 0.000127
+gallium_dri.so free 0x5571735fab60 void 0.000131
+gallium_dri.so malloc 72 0x5571735fabb0 0.000129
+gallium_dri.so free 0x5571735fac80 void 0.000128
+gallium_dri.so free 0x5571735fabb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fac80 0.000132
+gallium_dri.so free 0x5571735fad40 void 0.000130
+gallium_dri.so free 0x5571735fac80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fac80 0.000120
+gallium_dri.so free 0x5571735fadc0 void 0.000125
+gallium_dri.so free 0x5571735fac80 void 0.000126
+gallium_dri.so malloc 72 0x5571735fadc0 0.000126
+gallium_dri.so free 0x5571735fae80 void 0.000125
+gallium_dri.so free 0x5571735fadc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fadc0 0.000124
+gallium_dri.so free 0x5571735faf40 void 0.000120
+gallium_dri.so free 0x5571735fadc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fadc0 0.000130
+gallium_dri.so free 0x5571735fb000 void 0.000130
+gallium_dri.so free 0x5571735fadc0 void 0.000176
+gallium_dri.so malloc 72 0x5571735fafb0 0.000130
+gallium_dri.so free 0x5571735fb080 void 0.000130
+gallium_dri.so free 0x5571735fafb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb0d0 0.000130
+gallium_dri.so free 0x5571735fb140 void 0.000129
+gallium_dri.so free 0x5571735fb0d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb180 0.000125
+gallium_dri.so free 0x5571735fb200 void 0.000127
+gallium_dri.so free 0x5571735fb180 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb180 0.000124
+gallium_dri.so free 0x5571735fb280 void 0.000120
+gallium_dri.so free 0x5571735fb180 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000124
+gallium_dri.so free 0x5571735fb300 void 0.000124
+gallium_dri.so free 0x5571735fb2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000120
+gallium_dri.so free 0x5571735fb2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000131
+gallium_dri.so free 0x5571735fb4c0 void 0.000130
+gallium_dri.so free 0x5571735fb3b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fb470 0.000129
+gallium_dri.so free 0x5571735fb500 void 0.000124
+gallium_dri.so free 0x5571735fb470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb470 0.000124
+gallium_dri.so free 0x5571735fb5c0 void 0.000130
+gallium_dri.so free 0x5571735fb470 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb630 0.000129
+gallium_dri.so free 0x5571735fb680 void 0.000129
+gallium_dri.so free 0x5571735fb630 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb630 0.000130
+gallium_dri.so free 0x5571735fb780 void 0.000130
+gallium_dri.so free 0x5571735fb630 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb730 0.000129
+gallium_dri.so free 0x5571735fb840 void 0.000125
+gallium_dri.so free 0x5571735fb730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000124
+gallium_dri.so free 0x5571735fb880 void 0.000124
+gallium_dri.so free 0x5571735fb7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000124
+gallium_dri.so free 0x5571735fb940 void 0.000129
+gallium_dri.so free 0x5571735fb7f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb980 0.000130
+gallium_dri.so free 0x5571735fba00 void 0.000129
+gallium_dri.so free 0x5571735fb980 void 0.000130
+gallium_dri.so malloc 72 0x5571735fba00 0.000129
+gallium_dri.so free 0x5571735fbac0 void 0.000130
+gallium_dri.so free 0x5571735fba00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fba00 0.000129
+gallium_dri.so free 0x5571735fbb80 void 0.000129
+gallium_dri.so free 0x5571735fba00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbba0 0.000123
+gallium_dri.so free 0x5571735fbc40 void 0.000120
+gallium_dri.so free 0x5571735fbba0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000129
+gallium_dri.so free 0x5571735fbcc0 void 0.000130
+gallium_dri.so free 0x5571735fbbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000129
+gallium_dri.so free 0x5571735fbd40 void 0.000129
+gallium_dri.so free 0x5571735fbbf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbd40 0.000119
+gallium_dri.so free 0x5571735fbe00 void 0.000126
+gallium_dri.so free 0x5571735fbd40 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbd40 0.000125
+gallium_dri.so free 0x5571735fbec0 void 0.000120
+gallium_dri.so free 0x5571735fbd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbd40 0.000129
+gallium_dri.so free 0x5571735fbf80 void 0.000129
+gallium_dri.so free 0x5571735fbd40 void 0.000134
+gallium_dri.so malloc 72 0x5571735fbf30 0.000125
+gallium_dri.so free 0x5571735fc040 void 0.000120
+gallium_dri.so free 0x5571735fbf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbff0 0.000123
+gallium_dri.so free 0x5571735fc0c0 void 0.000121
+gallium_dri.so free 0x5571735fbff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc110 0.000131
+gallium_dri.so free 0x5571735fc180 void 0.000130
+gallium_dri.so free 0x5571735fc110 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc1a0 0.000129
+gallium_dri.so free 0x5571735fc240 void 0.000136
+gallium_dri.so free 0x5571735fc1a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000126
+gallium_dri.so free 0x5571735fc2c0 void 0.000120
+gallium_dri.so free 0x5571735fc1f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000124
+gallium_dri.so free 0x5571735fc340 void 0.000126
+gallium_dri.so free 0x5571735fc1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc340 0.000126
+gallium_dri.so free 0x5571735fc400 void 0.000129
+gallium_dri.so free 0x5571735fc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc340 0.000124
+gallium_dri.so free 0x5571735fc500 void 0.000126
+gallium_dri.so free 0x5571735fc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000124
+gallium_dri.so free 0x5571735fc540 void 0.000120
+gallium_dri.so free 0x5571735fc4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000128
+gallium_dri.so free 0x5571735fc600 void 0.000130
+gallium_dri.so free 0x5571735fc4b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc640 0.000129
+gallium_dri.so free 0x5571735fc6c0 void 0.000129
+gallium_dri.so free 0x5571735fc640 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000126
+gallium_dri.so free 0x5571735fc780 void 0.000125
+gallium_dri.so free 0x5571735fc6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000132
+gallium_dri.so free 0x5571735fc800 void 0.000131
+gallium_dri.so free 0x5571735fc6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc830 0.000126
+gallium_dri.so free 0x5571735fc880 void 0.000120
+gallium_dri.so free 0x5571735fc830 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc830 0.000129
+gallium_dri.so free 0x5571735fc980 void 0.000130
+gallium_dri.so free 0x5571735fc830 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000125
+gallium_dri.so free 0x5571735fca40 void 0.000130
+gallium_dri.so free 0x5571735fc9c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fca40 0.000124
+gallium_dri.so free 0x5571735fcb00 void 0.000120
+gallium_dri.so free 0x5571735fca40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fca40 0.000130
+gallium_dri.so free 0x5571735fcb80 void 0.000130
+gallium_dri.so free 0x5571735fca40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000126
+gallium_dri.so free 0x5571735fcc00 void 0.000129
+gallium_dri.so free 0x5571735fcbb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000125
+gallium_dri.so free 0x5571735fcd00 void 0.000124
+gallium_dri.so free 0x5571735fcbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fccb0 0.000177
+gallium_dri.so free 0x5571735fcdc0 void 0.000131
+gallium_dri.so free 0x5571735fccb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcd70 0.000125
+gallium_dri.so free 0x5571735fce40 void 0.000121
+gallium_dri.so free 0x5571735fcd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcd70 0.000120
+gallium_dri.so free 0x5571735fcf00 void 0.000121
+gallium_dri.so free 0x5571735fcd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcd70 0.000131
+gallium_dri.so free 0x5571735fcfc0 void 0.000130
+gallium_dri.so free 0x5571735fcd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcf70 0.000129
+gallium_dri.so free 0x5571735fd040 void 0.000125
+gallium_dri.so free 0x5571735fcf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd090 0.000120
+gallium_dri.so free 0x5571735fd100 void 0.000120
+gallium_dri.so free 0x5571735fd090 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd120 0.000125
+gallium_dri.so free 0x5571735fd1c0 void 0.000129
+gallium_dri.so free 0x5571735fd120 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd170 0.000129
+gallium_dri.so free 0x5571735fd240 void 0.000128
+gallium_dri.so free 0x5571735fd170 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd240 0.000120
+gallium_dri.so free 0x5571735fd300 void 0.000137
+gallium_dri.so free 0x5571735fd240 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd240 0.000130
+gallium_dri.so free 0x5571735fd380 void 0.000131
+gallium_dri.so free 0x5571735fd240 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd380 0.000122
+gallium_dri.so free 0x5571735fd440 void 0.000126
+gallium_dri.so free 0x5571735fd380 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd380 0.000130
+gallium_dri.so free 0x5571735fd500 void 0.000130
+gallium_dri.so free 0x5571735fd380 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd380 0.000123
+gallium_dri.so free 0x5571735fd5c0 void 0.000129
+gallium_dri.so free 0x5571735fd380 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd570 0.000130
+gallium_dri.so free 0x5571735fd640 void 0.000130
+gallium_dri.so free 0x5571735fd570 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd690 0.000123
+gallium_dri.so free 0x5571735fd700 void 0.000121
+gallium_dri.so free 0x5571735fd690 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd740 0.000118
+gallium_dri.so free 0x5571735fd7c0 void 0.000120
+gallium_dri.so free 0x5571735fd740 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd740 0.000120
+gallium_dri.so free 0x5571735fd840 void 0.000133
+gallium_dri.so free 0x5571735fd740 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd870 0.000120
+gallium_dri.so free 0x5571735fd8c0 void 0.000119
+gallium_dri.so free 0x5571735fd870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd870 0.000119
+gallium_dri.so free 0x5571735fd9c0 void 0.000119
+gallium_dri.so free 0x5571735fd870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd970 0.000120
+gallium_dri.so free 0x5571735fda80 void 0.000120
+gallium_dri.so free 0x5571735fd970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x5571735fdac0 void 0.000119
+gallium_dri.so free 0x5571735fda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x5571735fdb80 void 0.000127
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000113
+gallium_dri.so free 0x5571735fdbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000113
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so free 0x5571735fdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddb0 0.000112
+gallium_dri.so free 0x5571735fde40 void 0.000127
+gallium_dri.so free 0x5571735fddb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fddb0 0.000115
+gallium_dri.so free 0x5571735fdf00 void 0.000113
+gallium_dri.so free 0x5571735fddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf40 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000129
+gallium_dri.so free 0x5571735fdf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000113
+gallium_dri.so free 0x5571735fe080 void 0.000115
+gallium_dri.so free 0x5571735fdfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000114
+gallium_dri.so free 0x5571735fe140 void 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe160 0.000114
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe160 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe300 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe300 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000146
+gallium_dri.so free 0x5571735fe300 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe300 0.000114
+gallium_dri.so free 0x5571735fe540 void 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000114
+gallium_dri.so free 0x5571735fe600 void 0.000114
+gallium_dri.so free 0x5571735fe4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000113
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so free 0x5571735fe5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6d0 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735fe6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe760 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000114
+gallium_dri.so free 0x5571735fe760 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000112
+gallium_dri.so free 0x5571735fe880 void 0.000116
+gallium_dri.so free 0x5571735fe7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000112
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735feac0 void 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000132
+gallium_dri.so malloc 72 0x5571735fea70 0.000115
+gallium_dri.so free 0x5571735feb00 void 0.000113
+gallium_dri.so free 0x5571735fea70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea70 0.000112
+gallium_dri.so free 0x5571735febc0 void 0.000116
+gallium_dri.so free 0x5571735fea70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec00 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fec00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec80 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec80 0.000112
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedf0 0.000114
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedf0 0.000113
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef80 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff000 0.000112
+gallium_dri.so free 0x5571735ff0c0 void 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff000 0.000147
+gallium_dri.so free 0x5571735ff140 void 0.000144
+gallium_dri.so free 0x5571735ff000 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff170 0.000143
+gallium_dri.so free 0x5571735ff1c0 void 0.000143
+gallium_dri.so free 0x5571735ff170 void 0.000144
+gallium_dri.so malloc 72 0x5571735ff170 0.000144
+gallium_dri.so free 0x5571735ff2c0 void 0.000143
+gallium_dri.so free 0x5571735ff170 void 0.000141
+gallium_dri.so malloc 72 0x5571735ff270 0.000142
+gallium_dri.so free 0x5571735ff380 void 0.000150
+gallium_dri.so free 0x5571735ff270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so free 0x5571735ff330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff330 0.000112
+gallium_dri.so free 0x5571735ff4c0 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff330 0.000122
+gallium_dri.so free 0x5571735ff580 void 0.000162
+gallium_dri.so free 0x5571735ff330 void 0.000165
+gallium_dri.so malloc 72 0x5571735ff530 0.000120
+gallium_dri.so free 0x5571735ff600 void 0.000106
+gallium_dri.so free 0x5571735ff530 void 0.000266
+gallium_dri.so malloc 72 0x5571735ff650 0.000196
+gallium_dri.so free 0x5571735ff6c0 void 0.000175
+gallium_dri.so free 0x5571735ff650 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff6e0 0.000165
+gallium_dri.so free 0x5571735ff780 void 0.000176
+gallium_dri.so free 0x5571735ff6e0 void 0.000219
+gallium_dri.so malloc 72 0x5571735ff730 0.000196
+gallium_dri.so free 0x5571735ff800 void 0.000179
+gallium_dri.so free 0x5571735ff730 void 0.000180
+gallium_dri.so malloc 72 0x5571735ff800 0.000172
+gallium_dri.so free 0x5571735ff8c0 void 0.000177
+gallium_dri.so free 0x5571735ff800 void 0.000184
+gallium_dri.so malloc 72 0x5571735ff800 0.000182
+gallium_dri.so free 0x5571735ff940 void 0.000187
+gallium_dri.so free 0x5571735ff800 void 0.000184
+gallium_dri.so malloc 72 0x5571735ff940 0.000182
+gallium_dri.so free 0x5571735ffa00 void 0.000196
+gallium_dri.so free 0x5571735ff940 void 0.000185
+gallium_dri.so malloc 72 0x5571735ff940 0.000178
+gallium_dri.so free 0x5571735ffac0 void 0.000178
+gallium_dri.so free 0x5571735ff940 void 0.000172
+gallium_dri.so malloc 72 0x5571735ff940 0.000118
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffb30 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ffb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffc50 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735ffc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd00 0.000114
+gallium_dri.so free 0x5571735ffd80 void 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd00 0.000113
+gallium_dri.so free 0x5571735ffe00 void 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735fff80 void 0.000114
+gallium_dri.so free 0x5571735ffe30 void 0.000137
+gallium_dri.so malloc 72 0x5571735fff30 0.000120
+gallium_dri.so free 0x5571735a9280 void 0.000125
+gallium_dri.so free 0x5571735fff30 void 0.000157
+gallium_dri.so malloc 72 0x5571735fff30 0.000210
+gallium_dri.so free 0x5571735a9180 void 0.000116
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173450f00 void 0.000116
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x557173450eb0 0.000113
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so free 0x557173450eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173450eb0 0.000114
+gallium_dri.so free 0x5571735a8a40 void 0.000114
+gallium_dri.so free 0x557173450eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8a40 0.000114
+gallium_dri.so free 0x557173450f00 void 0.000114
+gallium_dri.so free 0x5571735a8a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8a40 0.000113
+gallium_dri.so free 0x5571735a8b00 void 0.000119
+gallium_dri.so free 0x5571735a8a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8a40 0.000114
+gallium_dri.so free 0x5571735afe40 void 0.000119
+gallium_dri.so free 0x5571735a8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735a8a40 0.000157
+gallium_dri.so free 0x5571735afec0 void 0.000117
+gallium_dri.so free 0x5571735a8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735afec0 0.000113
+gallium_dri.so free 0x5571735a8ec0 void 0.000114
+gallium_dri.so free 0x5571735afec0 void 0.000154
+gallium_dri.so malloc 72 0x5571735afec0 0.000164
+gallium_dri.so free 0x5571735aff80 void 0.000212
+gallium_dri.so free 0x5571735afec0 void 0.000172
+gallium_dri.so malloc 72 0x5571735afec0 0.000176
+gallium_dri.so free 0x5571735a8fc0 void 0.000176
+gallium_dri.so free 0x5571735afec0 void 0.000173
+gallium_dri.so malloc 72 0x5571735afec0 0.000218
+gallium_dri.so free 0x5571735addc0 void 0.000216
+gallium_dri.so free 0x5571735afec0 void 0.000181
+gallium_dri.so malloc 72 0x5571735afec0 0.000215
+gallium_dri.so free 0x5571735adec0 void 0.000236
+gallium_dri.so free 0x5571735afec0 void 0.000237
+gallium_dri.so malloc 72 0x5571735ade70 0.000232
+gallium_dri.so free 0x5571735a9080 void 0.000185
+gallium_dri.so free 0x5571735ade70 void 0.000183
+gallium_dri.so malloc 72 0x5571735a9030 0.000219
+gallium_dri.so free 0x5571735d74c0 void 0.000224
+gallium_dri.so free 0x5571735a9030 void 0.000221
+gallium_dri.so malloc 72 0x5571735d74f0 0.000181
+gallium_dri.so free 0x5571735d7540 void 0.000217
+gallium_dri.so free 0x5571735d74f0 void 0.000217
+gallium_dri.so malloc 72 0x5571735d7540 0.000229
+gallium_dri.so free 0x5571735ae700 void 0.000192
+gallium_dri.so free 0x5571735d7540 void 0.000155
+gallium_dri.so malloc 72 0x5571735ae740 0.000116
+gallium_dri.so free 0x5571735ae7c0 void 0.000122
+gallium_dri.so free 0x5571735ae740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae7c0 0.000114
+gallium_dri.so free 0x5571735adf80 void 0.000117
+gallium_dri.so free 0x5571735ae7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735adf30 0.000114
+gallium_dri.so free 0x5571735d7600 void 0.000114
+gallium_dri.so free 0x5571735adf30 void 0.000132
+gallium_dri.so malloc 72 0x5571735adf30 0.000116
+gallium_dri.so free 0x5571734f6040 void 0.000116
+gallium_dri.so free 0x5571735adf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735adf30 0.000114
+gallium_dri.so free 0x5571734f6140 void 0.000114
+gallium_dri.so free 0x5571735adf30 void 0.000114
+gallium_dri.so malloc 72 0x5571734f60f0 0.000116
+gallium_dri.so free 0x5571735be540 void 0.000115
+gallium_dri.so free 0x5571734f60f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735be580 0.000114
+gallium_dri.so free 0x5571735be600 void 0.000116
+gallium_dri.so free 0x5571735be580 void 0.000115
+gallium_dri.so malloc 72 0x5571735be580 0.000113
+gallium_dri.so free 0x5571735ae880 void 0.000115
+gallium_dri.so free 0x5571735be580 void 0.000113
+gallium_dri.so malloc 72 0x5571735be580 0.000114
+gallium_dri.so free 0x5571735be680 void 0.000115
+gallium_dri.so free 0x5571735be580 void 0.000114
+gallium_dri.so malloc 72 0x5571735be6c0 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so free 0x5571735be6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0100 0.000115
+gallium_dri.so free 0x5571735b01c0 void 0.000114
+gallium_dri.so free 0x5571735b0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0100 0.000114
+gallium_dri.so free 0x5571734f6200 void 0.000115
+gallium_dri.so free 0x5571735b0100 void 0.000155
+gallium_dri.so malloc 72 0x5571734f61b0 0.000117
+gallium_dri.so free 0x5571735b0240 void 0.000116
+gallium_dri.so free 0x5571734f61b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734f61b0 0.000115
+gallium_dri.so free 0x5571735bd840 void 0.000114
+gallium_dri.so free 0x5571734f61b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734f61b0 0.000115
+gallium_dri.so free 0x5571735bd940 void 0.000114
+gallium_dri.so free 0x5571734f61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000114
+gallium_dri.so free 0x5571735bda00 void 0.000115
+gallium_dri.so free 0x5571735bd8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000114
+gallium_dri.so free 0x5571735bd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000115
+gallium_dri.so free 0x5571735b6f40 void 0.000114
+gallium_dri.so free 0x5571735bd9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000115
+gallium_dri.so free 0x5571735b6fc0 void 0.000115
+gallium_dri.so free 0x5571735b6ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7010 0.000114
+gallium_dri.so free 0x5571735b8180 void 0.000114
+gallium_dri.so free 0x5571735b7010 void 0.000114
+gallium_dri.so malloc 72 0x5571735b81e0 0.000114
+gallium_dri.so free 0x5571735b8280 void 0.000114
+gallium_dri.so free 0x5571735b81e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b8230 0.000118
+gallium_dri.so free 0x5571735b82c0 void 0.000116
+gallium_dri.so free 0x5571735b8230 void 0.000115
+gallium_dri.so malloc 72 0x5571735b8230 0.000114
+gallium_dri.so free 0x5571735b8380 void 0.000115
+gallium_dri.so free 0x5571735b8230 void 0.000114
+gallium_dri.so malloc 72 0x5571735b83c0 0.000114
+gallium_dri.so free 0x557173451040 void 0.000118
+gallium_dri.so free 0x5571735b83c0 void 0.000116
+gallium_dri.so malloc 72 0x557173451090 0.000119
+gallium_dri.so free 0x557173451100 void 0.000115
+gallium_dri.so free 0x557173451090 void 0.000114
+gallium_dri.so malloc 72 0x557173451120 0.000116
+gallium_dri.so free 0x5571734511c0 void 0.000114
+gallium_dri.so free 0x557173451120 void 0.000116
+gallium_dri.so malloc 72 0x557173451170 0.000160
+gallium_dri.so free 0x557173451240 void 0.000158
+gallium_dri.so free 0x557173451170 void 0.000212
+gallium_dri.so malloc 72 0x557173451240 0.000171
+gallium_dri.so free 0x557173451300 void 0.000212
+gallium_dri.so free 0x557173451240 void 0.000156
+gallium_dri.so malloc 72 0x557173451240 0.000115
+gallium_dri.so free 0x5571735d9300 void 0.000116
+gallium_dri.so free 0x557173451240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d92b0 0.000127
+gallium_dri.so free 0x5571735d93c0 void 0.000115
+gallium_dri.so free 0x5571735d92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d9370 0.000116
+gallium_dri.so free 0x5571735d9400 void 0.000115
+gallium_dri.so free 0x5571735d9370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9370 0.000114
+gallium_dri.so free 0x5571735d94c0 void 0.000116
+gallium_dri.so free 0x5571735d9370 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9500 0.000115
+gallium_dri.so free 0x5571735d9580 void 0.000115
+gallium_dri.so free 0x5571735d9500 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9580 0.000114
+gallium_dri.so free 0x5571735e3880 void 0.000115
+gallium_dri.so free 0x5571735d9580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e38c0 0.000116
+gallium_dri.so free 0x5571735e3940 void 0.000114
+gallium_dri.so free 0x5571735e38c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e38c0 0.000115
+gallium_dri.so free 0x5571735d9640 void 0.000115
+gallium_dri.so free 0x5571735e38c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e38c0 0.000114
+gallium_dri.so free 0x5571735e39c0 void 0.000114
+gallium_dri.so free 0x5571735e38c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3a00 0.000114
+gallium_dri.so free 0x5571735e3a80 void 0.000115
+gallium_dri.so free 0x5571735e3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3a80 0.000160
+gallium_dri.so free 0x5571735e3b40 void 0.000117
+gallium_dri.so free 0x5571735e3a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3a80 0.000113
+gallium_dri.so free 0x5571735e3bc0 void 0.000114
+gallium_dri.so free 0x5571735e3a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3bf0 0.000114
+gallium_dri.so free 0x5571735b71c0 void 0.000116
+gallium_dri.so free 0x5571735e3bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b71c0 void 0.000114
+gallium_dri.so free 0x5571735b7170 void 0.000116
+gallium_dri.so malloc 72 0x5571735b7170 0.000114
+gallium_dri.so free 0x5571735b72c0 void 0.000115
+gallium_dri.so free 0x5571735b7170 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7270 0.000114
+gallium_dri.so free 0x5571735b7380 void 0.000116
+gallium_dri.so free 0x5571735b7270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000114
+gallium_dri.so free 0x5571735b73c0 void 0.000115
+gallium_dri.so free 0x5571735b7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b7330 0.000114
+gallium_dri.so free 0x5571735b7480 void 0.000115
+gallium_dri.so free 0x5571735b7330 void 0.000115
+gallium_dri.so malloc 72 0x5571735b74c0 0.000115
+gallium_dri.so free 0x5571735b7540 void 0.000114
+gallium_dri.so free 0x5571735b74c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b7540 0.000131
+gallium_dri.so free 0x557173451500 void 0.000116
+gallium_dri.so free 0x5571735b7540 void 0.000114
+gallium_dri.so malloc 72 0x5571734514b0 0.000114
+gallium_dri.so free 0x557173451580 void 0.000116
+gallium_dri.so free 0x5571734514b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734514b0 0.000114
+gallium_dri.so free 0x557173451640 void 0.000116
+gallium_dri.so free 0x5571734514b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734514b0 0.000113
+gallium_dri.so free 0x557173451700 void 0.000115
+gallium_dri.so free 0x5571734514b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734516b0 0.000114
+gallium_dri.so free 0x557173451780 void 0.000115
+gallium_dri.so free 0x5571734516b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734517d0 0.000113
+gallium_dri.so free 0x557173451840 void 0.000116
+gallium_dri.so free 0x5571734517d0 void 0.000114
+gallium_dri.so malloc 72 0x557173451860 0.000115
+gallium_dri.so free 0x557173451900 void 0.000114
+gallium_dri.so free 0x557173451860 void 0.000115
+gallium_dri.so malloc 72 0x5571734518b0 0.000115
+gallium_dri.so free 0x557173451980 void 0.000115
+gallium_dri.so free 0x5571734518b0 void 0.000114
+gallium_dri.so malloc 72 0x557173451980 0.000116
+gallium_dri.so free 0x557173451a40 void 0.000115
+gallium_dri.so free 0x557173451980 void 0.000116
+gallium_dri.so malloc 72 0x557173451980 0.000114
+gallium_dri.so free 0x557173451ac0 void 0.000119
+gallium_dri.so free 0x557173451980 void 0.000115
+gallium_dri.so malloc 72 0x557173451ac0 0.000114
+gallium_dri.so free 0x5571735b61c0 void 0.000116
+gallium_dri.so free 0x557173451ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173451ac0 0.000116
+gallium_dri.so free 0x5571735b6240 void 0.000115
+gallium_dri.so free 0x557173451ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6270 0.000115
+gallium_dri.so free 0x5571735b62c0 void 0.000115
+gallium_dri.so free 0x5571735b6270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6270 0.000114
+gallium_dri.so free 0x5571735b63c0 void 0.000115
+gallium_dri.so free 0x5571735b6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6370 0.000114
+gallium_dri.so free 0x5571735b6480 void 0.000114
+gallium_dri.so free 0x5571735b6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735b6430 0.000114
+gallium_dri.so free 0x5571735b6500 void 0.000115
+gallium_dri.so free 0x5571735b6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6520 0.000115
+gallium_dri.so free 0x5571735b65c0 void 0.000150
+gallium_dri.so free 0x5571735b6520 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6570 0.000115
+gallium_dri.so free 0x5571735b6640 void 0.000116
+gallium_dri.so free 0x5571735b6570 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6570 0.000114
+gallium_dri.so free 0x5571735b66c0 void 0.000120
+gallium_dri.so free 0x5571735b6570 void 0.000114
+gallium_dri.so malloc 72 0x5571735b66c0 0.000115
+gallium_dri.so free 0x5571735b6780 void 0.000116
+gallium_dri.so free 0x5571735b66c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b66c0 0.000114
+gallium_dri.so free 0x5571735b6840 void 0.000115
+gallium_dri.so free 0x5571735b66c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b66c0 0.000115
+gallium_dri.so free 0x5571735b6900 void 0.000115
+gallium_dri.so free 0x5571735b66c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b68b0 0.000116
+gallium_dri.so free 0x5571735b51c0 void 0.000114
+gallium_dri.so free 0x5571735b68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b68b0 0.000114
+gallium_dri.so free 0x5571735b52c0 void 0.000117
+gallium_dri.so free 0x5571735b68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5270 0.000124
+gallium_dri.so free 0x5571735b6900 void 0.000124
+gallium_dri.so free 0x5571735b5270 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5270 0.000121
+gallium_dri.so free 0x5571735b5380 void 0.000122
+gallium_dri.so free 0x5571735b5270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b5330 0.000115
+gallium_dri.so free 0x5571735b5400 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000126
+gallium_dri.so malloc 72 0x5571735b5330 0.000114
+gallium_dri.so free 0x5571735b5480 void 0.000115
+gallium_dri.so free 0x5571735b5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000115
+gallium_dri.so free 0x5571735b5540 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b5480 0.000114
+gallium_dri.so free 0x5571735b5640 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b5480 0.000113
+gallium_dri.so free 0x5571735b56c0 void 0.000115
+gallium_dri.so free 0x5571735b5480 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56f0 0.000113
+gallium_dri.so free 0x5571735b5740 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b56f0 0.000114
+gallium_dri.so free 0x5571735b5840 void 0.000115
+gallium_dri.so free 0x5571735b56f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b57f0 0.000115
+gallium_dri.so free 0x5571735b5900 void 0.000115
+gallium_dri.so free 0x5571735b57f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b58b0 0.000114
+gallium_dri.so free 0x5571735b5940 void 0.000114
+gallium_dri.so free 0x5571735b58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b58b0 0.000114
+gallium_dri.so free 0x5571735bdb40 void 0.000115
+gallium_dri.so free 0x5571735b58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdb40 0.000122
+gallium_dri.so free 0x5571735bdc00 void 0.000116
+gallium_dri.so free 0x5571735bdb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdb40 0.000115
+gallium_dri.so free 0x5571735bdc80 void 0.000115
+gallium_dri.so free 0x5571735bdb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdc80 0.000114
+gallium_dri.so free 0x5571735bdd40 void 0.000115
+gallium_dri.so free 0x5571735bdc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdc80 0.000113
+gallium_dri.so free 0x5571735bde00 void 0.000157
+gallium_dri.so free 0x5571735bdc80 void 0.000141
+gallium_dri.so malloc 72 0x5571735bdc80 0.000117
+gallium_dri.so free 0x5571735bdec0 void 0.000105
+gallium_dri.so free 0x5571735bdc80 void 0.000146
+gallium_dri.so malloc 72 0x5571735bde70 0.000115
+gallium_dri.so free 0x5571735bdf40 void 0.000115
+gallium_dri.so free 0x5571735bde70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdf90 0.000115
+gallium_dri.so free 0x5571735be000 void 0.000115
+gallium_dri.so free 0x5571735bdf90 void 0.000113
+gallium_dri.so malloc 72 0x5571735be040 0.000113
+gallium_dri.so free 0x5571735be0c0 void 0.000114
+gallium_dri.so free 0x5571735be040 void 0.000120
+gallium_dri.so malloc 72 0x5571735be040 0.000118
+gallium_dri.so free 0x5571735be140 void 0.000115
+gallium_dri.so free 0x5571735be040 void 0.000166
+gallium_dri.so malloc 72 0x5571735be170 0.000114
+gallium_dri.so free 0x5571735be1c0 void 0.000113
+gallium_dri.so free 0x5571735be170 void 0.000118
+gallium_dri.so malloc 72 0x5571735be170 0.000119
+gallium_dri.so free 0x5571735be2c0 void 0.000120
+gallium_dri.so free 0x5571735be170 void 0.000122
+gallium_dri.so malloc 72 0x5571735be270 0.000124
+gallium_dri.so free 0x5571735be380 void 0.000121
+gallium_dri.so free 0x5571735be270 void 0.000121
+gallium_dri.so malloc 72 0x5571735be330 0.000118
+gallium_dri.so free 0x5571735b22c0 void 0.000118
+gallium_dri.so free 0x5571735be330 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2270 0.000120
+gallium_dri.so free 0x5571735b2340 void 0.000118
+gallium_dri.so free 0x5571735b2270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2270 0.000116
+gallium_dri.so free 0x5571735b2440 void 0.000117
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b23f0 0.000118
+gallium_dri.so free 0x5571735b24c0 void 0.000123
+gallium_dri.so free 0x5571735b23f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b2510 0.000119
+gallium_dri.so free 0x5571735b2580 void 0.000120
+gallium_dri.so free 0x5571735b2510 void 0.000119
+gallium_dri.so malloc 72 0x5571735b25a0 0.000130
+gallium_dri.so free 0x5571735b2640 void 0.000120
+gallium_dri.so free 0x5571735b25a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b25f0 0.000118
+gallium_dri.so free 0x5571735b26c0 void 0.000120
+gallium_dri.so free 0x5571735b25f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b25f0 0.000154
+gallium_dri.so free 0x5571735b2740 void 0.000118
+gallium_dri.so free 0x5571735b25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2740 0.000117
+gallium_dri.so free 0x5571735b2800 void 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2740 0.000117
+gallium_dri.so free 0x5571735b2900 void 0.000116
+gallium_dri.so free 0x5571735b2740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2740 0.000117
+gallium_dri.so free 0x5571735b2980 void 0.000117
+gallium_dri.so free 0x5571735b2740 void 0.000117
+gallium_dri.so malloc 72 0x5571735b29b0 0.000117
+gallium_dri.so free 0x5571735b2a00 void 0.000117
+gallium_dri.so free 0x5571735b29b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b29b0 0.000117
+gallium_dri.so free 0x5571735b2b00 void 0.000117
+gallium_dri.so free 0x5571735b29b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2ab0 0.000116
+gallium_dri.so free 0x5571735b2bc0 void 0.000116
+gallium_dri.so free 0x5571735b2ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2b70 0.000119
+gallium_dri.so free 0x5571735d78c0 void 0.000120
+gallium_dri.so free 0x5571735b2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d78f0 0.000117
+gallium_dri.so free 0x5571735d7940 void 0.000116
+gallium_dri.so free 0x5571735d78f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7940 0.000115
+gallium_dri.so free 0x5571735d7a00 void 0.000117
+gallium_dri.so free 0x5571735d7940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7940 0.000117
+gallium_dri.so free 0x5571735d7b00 void 0.000117
+gallium_dri.so free 0x5571735d7940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000117
+gallium_dri.so free 0x5571735d7bc0 void 0.000117
+gallium_dri.so free 0x5571735d7ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7b70 0.000117
+gallium_dri.so free 0x5571735d7c00 void 0.000120
+gallium_dri.so free 0x5571735d7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7b70 0.000115
+gallium_dri.so free 0x5571735d7cc0 void 0.000118
+gallium_dri.so free 0x5571735d7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d00 0.000117
+gallium_dri.so free 0x5571735d7d80 void 0.000117
+gallium_dri.so free 0x5571735d7d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d80 0.000116
+gallium_dri.so free 0x5571735d7e40 void 0.000117
+gallium_dri.so free 0x5571735d7d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d7d80 0.000118
+gallium_dri.so free 0x5571735d7ec0 void 0.000117
+gallium_dri.so free 0x5571735d7d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7d80 0.000118
+gallium_dri.so free 0x5571735d7f80 void 0.000117
+gallium_dri.so free 0x5571735d7d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7d80 0.000117
+gallium_dri.so free 0x5571735d8040 void 0.000118
+gallium_dri.so free 0x5571735d7d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7ff0 0.000117
+gallium_dri.so free 0x5571735d80c0 void 0.000116
+gallium_dri.so free 0x5571735d7ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8110 0.000116
+gallium_dri.so free 0x5571735d8180 void 0.000118
+gallium_dri.so free 0x5571735d8110 void 0.000116
+gallium_dri.so malloc 72 0x5571735d81a0 0.000116
+gallium_dri.so free 0x5571735d8240 void 0.000116
+gallium_dri.so free 0x5571735d81a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d81f0 0.000119
+gallium_dri.so free 0x5571735e6300 void 0.000118
+gallium_dri.so free 0x5571735d81f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d81f0 0.000117
+gallium_dri.so free 0x5571735e6400 void 0.000116
+gallium_dri.so free 0x5571735d81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e63b0 0.000117
+gallium_dri.so free 0x5571735e6480 void 0.000118
+gallium_dri.so free 0x5571735e63b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e64d0 0.000116
+gallium_dri.so free 0x5571735e6540 void 0.000118
+gallium_dri.so free 0x5571735e64d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6560 0.000117
+gallium_dri.so free 0x5571735e6600 void 0.000117
+gallium_dri.so free 0x5571735e6560 void 0.000117
+gallium_dri.so malloc 72 0x5571735e65b0 0.000117
+gallium_dri.so free 0x5571735e6680 void 0.000117
+gallium_dri.so free 0x5571735e65b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e65b0 0.000116
+gallium_dri.so free 0x5571735e6700 void 0.000117
+gallium_dri.so free 0x5571735e65b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6700 0.000117
+gallium_dri.so free 0x5571735e67c0 void 0.000117
+gallium_dri.so free 0x5571735e6700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6700 0.000118
+gallium_dri.so free 0x5571735e68c0 void 0.000117
+gallium_dri.so free 0x5571735e6700 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6700 0.000117
+gallium_dri.so free 0x5571735e6940 void 0.000116
+gallium_dri.so free 0x5571735e6700 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6970 0.000130
+gallium_dri.so free 0x5571735e69c0 void 0.000131
+gallium_dri.so free 0x5571735e6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6970 0.000116
+gallium_dri.so free 0x5571735e6ac0 void 0.000165
+gallium_dri.so free 0x5571735e6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6a70 0.000116
+gallium_dri.so free 0x5571735e6b80 void 0.000116
+gallium_dri.so free 0x5571735e6a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6b30 0.000117
+gallium_dri.so free 0x5571735e6bc0 void 0.000116
+gallium_dri.so free 0x5571735e6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6b30 0.000116
+gallium_dri.so free 0x5571735e6c80 void 0.000118
+gallium_dri.so free 0x5571735e6b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6cd0 0.000116
+gallium_dri.so free 0x5571735e6d40 void 0.000118
+gallium_dri.so free 0x5571735e6cd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6d80 0.000116
+gallium_dri.so free 0x5571735e6e00 void 0.000117
+gallium_dri.so free 0x5571735e6d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6e00 0.000116
+gallium_dri.so free 0x5571735b9bc0 void 0.000117
+gallium_dri.so free 0x5571735e6e00 void 0.000123
+gallium_dri.so malloc 72 0x5571735b9b70 0.000117
+gallium_dri.so free 0x5571735b9c00 void 0.000117
+gallium_dri.so free 0x5571735b9b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9b70 0.000117
+gallium_dri.so free 0x5571735b9cc0 void 0.000117
+gallium_dri.so free 0x5571735b9b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9d00 0.000127
+gallium_dri.so free 0x5571735b9d80 void 0.000119
+gallium_dri.so free 0x5571735b9d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9d80 0.000117
+gallium_dri.so free 0x5571735b9e40 void 0.000117
+gallium_dri.so free 0x5571735b9d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735b9d80 0.000117
+gallium_dri.so free 0x5571735b9ec0 void 0.000117
+gallium_dri.so free 0x5571735b9d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9d80 0.000116
+gallium_dri.so free 0x5571735b9f80 void 0.000116
+gallium_dri.so free 0x5571735b9d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735b9d80 0.000117
+gallium_dri.so free 0x5571735ba040 void 0.000117
+gallium_dri.so free 0x5571735b9d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9ff0 0.000117
+gallium_dri.so free 0x5571735ba0c0 void 0.000118
+gallium_dri.so free 0x5571735b9ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba110 0.000118
+gallium_dri.so free 0x5571735ba180 void 0.000116
+gallium_dri.so free 0x5571735ba110 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba1a0 0.000117
+gallium_dri.so free 0x5571735ba240 void 0.000118
+gallium_dri.so free 0x5571735ba1a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba1f0 0.000118
+gallium_dri.so free 0x5571735ba2c0 void 0.000116
+gallium_dri.so free 0x5571735ba1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba1f0 0.000127
+gallium_dri.so free 0x5571735ba3c0 void 0.000120
+gallium_dri.so free 0x5571735ba1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba370 0.000118
+gallium_dri.so free 0x5571735ba440 void 0.000116
+gallium_dri.so free 0x5571735ba370 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba490 0.000116
+gallium_dri.so free 0x5571735ba500 void 0.000117
+gallium_dri.so free 0x5571735ba490 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba520 0.000116
+gallium_dri.so free 0x5571735ba5c0 void 0.000117
+gallium_dri.so free 0x5571735ba520 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba570 0.000116
+gallium_dri.so free 0x5571735ba640 void 0.000117
+gallium_dri.so free 0x5571735ba570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ba570 0.000118
+gallium_dri.so free 0x5571735ba6c0 void 0.000117
+gallium_dri.so free 0x5571735ba570 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba6c0 0.000117
+gallium_dri.so free 0x5571735ba780 void 0.000117
+gallium_dri.so free 0x5571735ba6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba6c0 0.000116
+gallium_dri.so free 0x5571735d8300 void 0.000118
+gallium_dri.so free 0x5571735ba6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8320 0.000118
+gallium_dri.so free 0x5571735d83c0 void 0.000118
+gallium_dri.so free 0x5571735d8320 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8370 0.000121
+gallium_dri.so free 0x5571735d8440 void 0.000119
+gallium_dri.so free 0x5571735d8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8370 0.000119
+gallium_dri.so free 0x5571735d84c0 void 0.000119
+gallium_dri.so free 0x5571735d8370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d84c0 0.000117
+gallium_dri.so free 0x5571735d8580 void 0.000117
+gallium_dri.so free 0x5571735d84c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d84c0 0.000123
+gallium_dri.so free 0x5571735d8640 void 0.000118
+gallium_dri.so free 0x5571735d84c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d84c0 0.000118
+gallium_dri.so free 0x5571735d8700 void 0.000119
+gallium_dri.so free 0x5571735d84c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d86b0 0.000118
+gallium_dri.so free 0x5571735d87c0 void 0.000120
+gallium_dri.so free 0x5571735d86b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8770 0.000118
+gallium_dri.so free 0x5571735d8840 void 0.000120
+gallium_dri.so free 0x5571735d8770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8890 0.000116
+gallium_dri.so free 0x5571735d8900 void 0.000119
+gallium_dri.so free 0x5571735d8890 void 0.000158
+gallium_dri.so malloc 72 0x5571735d8920 0.000121
+gallium_dri.so free 0x5571735d89c0 void 0.000120
+gallium_dri.so free 0x5571735d8920 void 0.000127
+gallium_dri.so malloc 72 0x5571735d8970 0.000118
+gallium_dri.so free 0x5571735d8a40 void 0.000118
+gallium_dri.so free 0x5571735d8970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8970 0.000117
+gallium_dri.so free 0x5571735d8ac0 void 0.000117
+gallium_dri.so free 0x5571735d8970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000117
+gallium_dri.so free 0x5571735d8b80 void 0.000117
+gallium_dri.so free 0x5571735d8ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000118
+gallium_dri.so free 0x5571735d8c80 void 0.000118
+gallium_dri.so free 0x5571735d8ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8c30 0.000117
+gallium_dri.so free 0x5571735d8cc0 void 0.000116
+gallium_dri.so free 0x5571735d8c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8c30 0.000117
+gallium_dri.so free 0x5571735d8d80 void 0.000119
+gallium_dri.so free 0x5571735d8c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000118
+gallium_dri.so free 0x5571735d8e40 void 0.000116
+gallium_dri.so free 0x5571735d8dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8e40 0.000115
+gallium_dri.so free 0x5571735d8f00 void 0.000118
+gallium_dri.so free 0x5571735d8e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8e40 0.000118
+gallium_dri.so free 0x5571735d8f80 void 0.000123
+gallium_dri.so free 0x5571735d8e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000124
+gallium_dri.so free 0x557173451dc0 void 0.000125
+gallium_dri.so free 0x5571735d8fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000118
+gallium_dri.so free 0x557173451ec0 void 0.000118
+gallium_dri.so free 0x5571735d8fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173451f00 0.000118
+gallium_dri.so free 0x557173451f80 void 0.000118
+gallium_dri.so free 0x557173451f00 void 0.000119
+gallium_dri.so malloc 72 0x557173451f80 0.000120
+gallium_dri.so free 0x557173452040 void 0.000119
+gallium_dri.so free 0x557173451f80 void 0.000119
+gallium_dri.so malloc 72 0x557173451f80 0.000118
+gallium_dri.so free 0x5571735d9000 void 0.000119
+gallium_dri.so free 0x557173451f80 void 0.000117
+gallium_dri.so malloc 72 0x557173451f80 0.000118
+gallium_dri.so free 0x5571734520c0 void 0.000119
+gallium_dri.so free 0x557173451f80 void 0.000119
+gallium_dri.so malloc 72 0x557173452100 0.000115
+gallium_dri.so free 0x557173452180 void 0.000118
+gallium_dri.so free 0x557173452100 void 0.000118
+gallium_dri.so malloc 72 0x557173452180 0.000118
+gallium_dri.so free 0x557173452240 void 0.000119
+gallium_dri.so free 0x557173452180 void 0.000123
+gallium_dri.so malloc 72 0x557173452180 0.000125
+gallium_dri.so free 0x557173452300 void 0.000113
+gallium_dri.so free 0x557173452180 void 0.000112
+gallium_dri.so malloc 72 0x557173452320 0.000112
+gallium_dri.so free 0x5571734523c0 void 0.000110
+gallium_dri.so free 0x557173452320 void 0.000112
+gallium_dri.so malloc 72 0x557173452370 0.000111
+gallium_dri.so free 0x557173452440 void 0.000110
+gallium_dri.so free 0x557173452370 void 0.000112
+gallium_dri.so malloc 72 0x557173452370 0.000112
+gallium_dri.so free 0x5571734524c0 void 0.000111
+gallium_dri.so free 0x557173452370 void 0.000111
+gallium_dri.so malloc 72 0x5571734524c0 0.000111
+gallium_dri.so free 0x557173452580 void 0.000112
+gallium_dri.so free 0x5571734524c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734524c0 0.000111
+gallium_dri.so free 0x557173452640 void 0.000111
+gallium_dri.so free 0x5571734524c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734524c0 0.000112
+gallium_dri.so free 0x557173452700 void 0.000111
+gallium_dri.so free 0x5571734524c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734526b0 0.000110
+gallium_dri.so free 0x5571734527c0 void 0.000111
+gallium_dri.so free 0x5571734526b0 void 0.000110
+gallium_dri.so malloc 72 0x557173452770 0.000111
+gallium_dri.so free 0x557173452840 void 0.000111
+gallium_dri.so free 0x557173452770 void 0.000111
+gallium_dri.so malloc 72 0x557173452890 0.000112
+gallium_dri.so free 0x557173452900 void 0.000127
+gallium_dri.so free 0x557173452890 void 0.000122
+gallium_dri.so malloc 72 0x557173452920 0.000119
+gallium_dri.so free 0x5571734529c0 void 0.000118
+gallium_dri.so free 0x557173452920 void 0.000118
+gallium_dri.so malloc 72 0x557173452970 0.000117
+gallium_dri.so free 0x557173452a40 void 0.000119
+gallium_dri.so free 0x557173452970 void 0.000120
+gallium_dri.so malloc 72 0x557173452970 0.000116
+gallium_dri.so free 0x557173452ac0 void 0.000119
+gallium_dri.so free 0x557173452970 void 0.000119
+gallium_dri.so malloc 72 0x557173452ac0 0.000119
+gallium_dri.so free 0x5571735e7340 void 0.000118
+gallium_dri.so free 0x557173452ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7380 0.000118
+gallium_dri.so free 0x5571735e7400 void 0.000119
+gallium_dri.so free 0x5571735e7380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7380 0.000117
+gallium_dri.so free 0x5571735e7480 void 0.000119
+gallium_dri.so free 0x5571735e7380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e74b0 0.000119
+gallium_dri.so free 0x5571735e7500 void 0.000124
+gallium_dri.so free 0x5571735e74b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e74b0 0.000118
+gallium_dri.so free 0x5571735e7600 void 0.000124
+gallium_dri.so free 0x5571735e74b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e75b0 0.000211
+gallium_dri.so free 0x5571735e76c0 void 0.000123
+gallium_dri.so free 0x5571735e75b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7670 0.000119
+gallium_dri.so free 0x5571735e7700 void 0.000121
+gallium_dri.so free 0x5571735e7670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7670 0.000118
+gallium_dri.so free 0x5571735e77c0 void 0.000119
+gallium_dri.so free 0x5571735e7670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7830 0.000118
+gallium_dri.so free 0x5571735e7880 void 0.000117
+gallium_dri.so free 0x5571735e7830 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7830 0.000119
+gallium_dri.so free 0x5571735e7980 void 0.000118
+gallium_dri.so free 0x5571735e7830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7930 0.000124
+gallium_dri.so free 0x5571735e7a40 void 0.000120
+gallium_dri.so free 0x5571735e7930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e79f0 0.000119
+gallium_dri.so free 0x5571735e7a80 void 0.000119
+gallium_dri.so free 0x5571735e79f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e79f0 0.000118
+gallium_dri.so free 0x5571735e7b40 void 0.000119
+gallium_dri.so free 0x5571735e79f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7b80 0.000119
+gallium_dri.so free 0x5571735e7c00 void 0.000118
+gallium_dri.so free 0x5571735e7b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e7c00 0.000112
+gallium_dri.so free 0x5571735e7cc0 void 0.000111
+gallium_dri.so free 0x5571735e7c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7c00 0.000112
+gallium_dri.so free 0x5571735e7d80 void 0.000110
+gallium_dri.so free 0x5571735e7c00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7da0 0.000110
+gallium_dri.so free 0x5571735e7e40 void 0.000110
+gallium_dri.so free 0x5571735e7da0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7df0 0.000110
+gallium_dri.so free 0x5571735e7ec0 void 0.000111
+gallium_dri.so free 0x5571735e7df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7df0 0.000109
+gallium_dri.so free 0x5571735e7f40 void 0.000109
+gallium_dri.so free 0x5571735e7df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7f40 0.000110
+gallium_dri.so free 0x5571735e8000 void 0.000111
+gallium_dri.so free 0x5571735e7f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7f40 0.000111
+gallium_dri.so free 0x5571735e80c0 void 0.000111
+gallium_dri.so free 0x5571735e7f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7f40 0.000110
+gallium_dri.so free 0x5571735e8180 void 0.000111
+gallium_dri.so free 0x5571735e7f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8130 0.000109
+gallium_dri.so free 0x5571735e8280 void 0.000110
+gallium_dri.so free 0x5571735e8130 void 0.000111
+gallium_dri.so malloc 72 0x5571735e82c0 0.000111
+gallium_dri.so free 0x5571735e8340 void 0.000121
+gallium_dri.so free 0x5571735e82c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8340 0.000118
+gallium_dri.so free 0x5571735e8400 void 0.000119
+gallium_dri.so free 0x5571735e8340 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8340 0.000118
+gallium_dri.so free 0x5571735e8480 void 0.000119
+gallium_dri.so free 0x5571735e8340 void 0.000116
+gallium_dri.so malloc 72 0x5571735e84b0 0.000118
+gallium_dri.so free 0x5571735e8500 void 0.000120
+gallium_dri.so free 0x5571735e84b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e84b0 0.000119
+gallium_dri.so free 0x5571735e8600 void 0.000120
+gallium_dri.so free 0x5571735e84b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e85b0 0.000118
+gallium_dri.so free 0x5571735e86c0 void 0.000118
+gallium_dri.so free 0x5571735e85b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8670 0.000118
+gallium_dri.so free 0x5571735e8740 void 0.000119
+gallium_dri.so free 0x5571735e8670 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8760 0.000118
+gallium_dri.so free 0x5571735e8800 void 0.000119
+gallium_dri.so free 0x5571735e8760 void 0.000119
+gallium_dri.so malloc 72 0x5571735e87b0 0.000118
+gallium_dri.so free 0x5571735e8880 void 0.000118
+gallium_dri.so free 0x5571735e87b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e87b0 0.000183
+gallium_dri.so free 0x5571735e8900 void 0.000111
+gallium_dri.so free 0x5571735e87b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8900 0.000109
+gallium_dri.so free 0x5571735e89c0 void 0.000110
+gallium_dri.so free 0x5571735e8900 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8900 0.000113
+gallium_dri.so free 0x5571735e8a80 void 0.000110
+gallium_dri.so free 0x5571735e8900 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8900 0.000109
+gallium_dri.so free 0x5571735e8b40 void 0.000111
+gallium_dri.so free 0x5571735e8900 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8af0 0.000110
+gallium_dri.so free 0x5571735e8b40 void 0.000111
+gallium_dri.so free 0x5571735e8af0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e8af0 0.000110
+gallium_dri.so free 0x5571735e8c40 void 0.000110
+gallium_dri.so free 0x5571735e8af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000110
+gallium_dri.so free 0x5571735e8d00 void 0.000109
+gallium_dri.so free 0x5571735e8bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000113
+gallium_dri.so free 0x5571735e8d40 void 0.000112
+gallium_dri.so free 0x5571735e8cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000109
+gallium_dri.so free 0x5571735e8e00 void 0.000109
+gallium_dri.so free 0x5571735e8cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8e40 0.000150
+gallium_dri.so free 0x5571735e8ec0 void 0.000120
+gallium_dri.so free 0x5571735e8e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8ec0 0.000111
+gallium_dri.so free 0x5571735e8f80 void 0.000110
+gallium_dri.so free 0x5571735e8ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8ec0 0.000112
+gallium_dri.so free 0x5571735e9040 void 0.000110
+gallium_dri.so free 0x5571735e8ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9060 0.000112
+gallium_dri.so free 0x5571735e9100 void 0.000110
+gallium_dri.so free 0x5571735e9060 void 0.000110
+gallium_dri.so malloc 72 0x5571735e90b0 0.000109
+gallium_dri.so free 0x5571735e9180 void 0.000109
+gallium_dri.so free 0x5571735e90b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e90b0 0.000112
+gallium_dri.so free 0x5571735e9200 void 0.000110
+gallium_dri.so free 0x5571735e90b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9200 0.000109
+gallium_dri.so free 0x5571735e92c0 void 0.000109
+gallium_dri.so free 0x5571735e9200 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9200 0.000110
+gallium_dri.so free 0x5571735e9380 void 0.000109
+gallium_dri.so free 0x5571735e9200 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9200 0.000110
+gallium_dri.so free 0x5571735e9440 void 0.000109
+gallium_dri.so free 0x5571735e9200 void 0.000111
+gallium_dri.so malloc 72 0x5571735e93f0 0.000109
+gallium_dri.so free 0x5571735e9500 void 0.000109
+gallium_dri.so free 0x5571735e93f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e94b0 0.000119
+gallium_dri.so free 0x5571735e9580 void 0.000118
+gallium_dri.so free 0x5571735e94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e95d0 0.000119
+gallium_dri.so free 0x5571735e9640 void 0.000118
+gallium_dri.so free 0x5571735e95d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9660 0.000117
+gallium_dri.so free 0x5571735e9700 void 0.000118
+gallium_dri.so free 0x5571735e9660 void 0.000119
+gallium_dri.so malloc 72 0x5571735e96b0 0.000118
+gallium_dri.so free 0x5571735b0b00 void 0.000118
+gallium_dri.so free 0x5571735e96b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0b40 0.000118
+gallium_dri.so free 0x5571735b0bc0 void 0.000118
+gallium_dri.so free 0x5571735b0b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000118
+gallium_dri.so free 0x5571735b0c80 void 0.000119
+gallium_dri.so free 0x5571735b0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000117
+gallium_dri.so free 0x5571735b0d00 void 0.000117
+gallium_dri.so free 0x5571735b0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000122
+gallium_dri.so free 0x5571735b0dc0 void 0.000120
+gallium_dri.so free 0x5571735b0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0bc0 0.000118
+gallium_dri.so free 0x5571735b0e80 void 0.000158
+gallium_dri.so free 0x5571735b0bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0e30 0.000118
+gallium_dri.so free 0x5571735b0f00 void 0.000120
+gallium_dri.so free 0x5571735b0e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0f50 0.000117
+gallium_dri.so free 0x5571735b0fc0 void 0.000117
+gallium_dri.so free 0x5571735b0f50 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0fe0 0.000118
+gallium_dri.so free 0x5571735b1080 void 0.000118
+gallium_dri.so free 0x5571735b0fe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1030 0.000117
+gallium_dri.so free 0x5571735b1100 void 0.000119
+gallium_dri.so free 0x5571735b1030 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1030 0.000117
+gallium_dri.so free 0x5571735b1200 void 0.000118
+gallium_dri.so free 0x5571735b1030 void 0.000117
+gallium_dri.so malloc 72 0x5571735b11b0 0.000118
+gallium_dri.so free 0x5571735b1280 void 0.000118
+gallium_dri.so free 0x5571735b11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b12d0 0.000119
+gallium_dri.so free 0x5571735b1340 void 0.000117
+gallium_dri.so free 0x5571735b12d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1360 0.000118
+gallium_dri.so free 0x5571735b1400 void 0.000117
+gallium_dri.so free 0x5571735b1360 void 0.000117
+gallium_dri.so malloc 72 0x5571735b13b0 0.000117
+gallium_dri.so free 0x5571735b1480 void 0.000126
+gallium_dri.so free 0x5571735b13b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b13b0 0.000110
+gallium_dri.so free 0x5571735b1500 void 0.000110
+gallium_dri.so free 0x5571735b13b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1500 0.000110
+gallium_dri.so free 0x5571735b15c0 void 0.000114
+gallium_dri.so free 0x5571735b1500 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1500 0.000109
+gallium_dri.so free 0x5571735b16c0 void 0.000110
+gallium_dri.so free 0x5571735b1500 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1500 0.000111
+gallium_dri.so free 0x5571735b1740 void 0.000112
+gallium_dri.so free 0x5571735b1500 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1770 0.000110
+gallium_dri.so free 0x5571735b17c0 void 0.000109
+gallium_dri.so free 0x5571735b1770 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1770 0.000109
+gallium_dri.so free 0x5571735b18c0 void 0.000110
+gallium_dri.so free 0x5571735b1770 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1870 0.000110
+gallium_dri.so free 0x5571735b1980 void 0.000110
+gallium_dri.so free 0x5571735b1870 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1930 0.000112
+gallium_dri.so free 0x5571735b19c0 void 0.000110
+gallium_dri.so free 0x5571735b1930 void 0.000109
+gallium_dri.so malloc 72 0x5571735b1930 0.000110
+gallium_dri.so free 0x5571735b1a80 void 0.000111
+gallium_dri.so free 0x5571735b1930 void 0.000169
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000121
+gallium_dri.so free 0x5571735b1b40 void 0.000120
+gallium_dri.so free 0x5571735b1ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1b80 0.000118
+gallium_dri.so free 0x5571735b1c00 void 0.000120
+gallium_dri.so free 0x5571735b1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1c00 0.000118
+gallium_dri.so free 0x5571735b1cc0 void 0.000119
+gallium_dri.so free 0x5571735b1c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1c00 0.000118
+gallium_dri.so free 0x5571735b1d40 void 0.000118
+gallium_dri.so free 0x5571735b1c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1d70 0.000119
+gallium_dri.so free 0x5571735b1dc0 void 0.000119
+gallium_dri.so free 0x5571735b1d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1d70 0.000117
+gallium_dri.so free 0x5571735b1ec0 void 0.000117
+gallium_dri.so free 0x5571735b1d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1e70 0.000117
+gallium_dri.so free 0x5571735b1f80 void 0.000118
+gallium_dri.so free 0x5571735b1e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1f30 0.000118
+gallium_dri.so free 0x5571735b2000 void 0.000119
+gallium_dri.so free 0x5571735b1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2020 0.000115
+gallium_dri.so free 0x5571735b20c0 void 0.000126
+gallium_dri.so free 0x5571735b2020 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2070 0.000110
+gallium_dri.so free 0x5571735b3440 void 0.000110
+gallium_dri.so free 0x5571735b2070 void 0.000110
+gallium_dri.so malloc 72 0x5571735b33f0 0.000110
+gallium_dri.so free 0x5571735b34c0 void 0.000109
+gallium_dri.so free 0x5571735b33f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3510 0.000110
+gallium_dri.so free 0x5571735b3580 void 0.000110
+gallium_dri.so free 0x5571735b3510 void 0.000109
+gallium_dri.so malloc 72 0x5571735b35a0 0.000109
+gallium_dri.so free 0x5571735b3640 void 0.000110
+gallium_dri.so free 0x5571735b35a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b35f0 0.000110
+gallium_dri.so free 0x5571735b36c0 void 0.000111
+gallium_dri.so free 0x5571735b35f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b35f0 0.000113
+gallium_dri.so free 0x5571735b37c0 void 0.000111
+gallium_dri.so free 0x5571735b35f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b3770 0.000109
+gallium_dri.so free 0x5571735b3840 void 0.000110
+gallium_dri.so free 0x5571735b3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3890 0.000112
+gallium_dri.so free 0x5571735b3900 void 0.000110
+gallium_dri.so free 0x5571735b3890 void 0.000109
+gallium_dri.so malloc 72 0x5571735b3920 0.000109
+gallium_dri.so free 0x5571735b39c0 void 0.000110
+gallium_dri.so free 0x5571735b3920 void 0.000110
+gallium_dri.so malloc 72 0x5571735b3970 0.000128
+gallium_dri.so free 0x5571735b3a40 void 0.000118
+gallium_dri.so free 0x5571735b3970 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3970 0.000118
+gallium_dri.so free 0x5571735b3ac0 void 0.000119
+gallium_dri.so free 0x5571735b3970 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000118
+gallium_dri.so free 0x5571735b3b80 void 0.000120
+gallium_dri.so free 0x5571735b3ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000119
+gallium_dri.so free 0x5571735b3c80 void 0.000118
+gallium_dri.so free 0x5571735b3ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ac0 0.000120
+gallium_dri.so free 0x5571735b3d00 void 0.000119
+gallium_dri.so free 0x5571735b3ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b3d30 0.000119
+gallium_dri.so free 0x5571735b3d80 void 0.000119
+gallium_dri.so free 0x5571735b3d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3d30 0.000117
+gallium_dri.so free 0x5571735b3e80 void 0.000119
+gallium_dri.so free 0x5571735b3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3e30 0.000118
+gallium_dri.so free 0x5571735b3f40 void 0.000118
+gallium_dri.so free 0x5571735b3e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000117
+gallium_dri.so free 0x5571735b3f80 void 0.000119
+gallium_dri.so free 0x5571735b3ef0 void 0.000168
+gallium_dri.so malloc 72 0x5571735b3ef0 0.000119
+gallium_dri.so free 0x5571735b4040 void 0.000121
+gallium_dri.so free 0x5571735b3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4090 0.000118
+gallium_dri.so free 0x5571735b4100 void 0.000118
+gallium_dri.so free 0x5571735b4090 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4140 0.000118
+gallium_dri.so free 0x5571735b41c0 void 0.000117
+gallium_dri.so free 0x5571735b4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735b41c0 0.000118
+gallium_dri.so free 0x5571735b4280 void 0.000117
+gallium_dri.so free 0x5571735b41c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b41c0 0.000118
+gallium_dri.so free 0x5571735b4300 void 0.000117
+gallium_dri.so free 0x5571735b41c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4330 0.000119
+gallium_dri.so free 0x5571735b4380 void 0.000118
+gallium_dri.so free 0x5571735b4330 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4330 0.000118
+gallium_dri.so free 0x5571735b4480 void 0.000118
+gallium_dri.so free 0x5571735b4330 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4430 0.000118
+gallium_dri.so free 0x5571735b4540 void 0.000119
+gallium_dri.so free 0x5571735b4430 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44f0 0.000118
+gallium_dri.so free 0x5571735b45c0 void 0.000131
+gallium_dri.so free 0x5571735b44f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735b45e0 0.000113
+gallium_dri.so free 0x5571735b4680 void 0.000113
+gallium_dri.so free 0x5571735b45e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4630 0.000111
+gallium_dri.so free 0x5571735b4700 void 0.000109
+gallium_dri.so free 0x5571735b4630 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4630 0.000111
+gallium_dri.so free 0x5571735b4780 void 0.000110
+gallium_dri.so free 0x5571735b4630 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4780 0.000112
+gallium_dri.so free 0x5571735b4840 void 0.000111
+gallium_dri.so free 0x5571735b4780 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4780 0.000110
+gallium_dri.so free 0x5571735b4900 void 0.000109
+gallium_dri.so free 0x5571735b4780 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4780 0.000111
+gallium_dri.so free 0x5571735b49c0 void 0.000114
+gallium_dri.so free 0x5571735b4780 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4970 0.000111
+gallium_dri.so free 0x5571735b49c0 void 0.000112
+gallium_dri.so free 0x5571735b4970 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4970 0.000109
+gallium_dri.so free 0x5571735b4ac0 void 0.000110
+gallium_dri.so free 0x5571735b4970 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4a70 0.000110
+gallium_dri.so free 0x5571735b4b80 void 0.000110
+gallium_dri.so free 0x5571735b4a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4b30 0.000119
+gallium_dri.so free 0x5571735b4bc0 void 0.000121
+gallium_dri.so free 0x5571735b4b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4b30 0.000119
+gallium_dri.so free 0x557173453000 void 0.000120
+gallium_dri.so free 0x5571735b4b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4b30 0.000118
+gallium_dri.so free 0x557173453080 void 0.000118
+gallium_dri.so free 0x5571735b4b30 void 0.000120
+gallium_dri.so malloc 72 0x557173453080 0.000118
+gallium_dri.so free 0x557173453140 void 0.000118
+gallium_dri.so free 0x557173453080 void 0.000118
+gallium_dri.so malloc 72 0x557173453080 0.000119
+gallium_dri.so free 0x557173453240 void 0.000119
+gallium_dri.so free 0x557173453080 void 0.000119
+gallium_dri.so malloc 72 0x557173453080 0.000119
+gallium_dri.so free 0x5571734532c0 void 0.000120
+gallium_dri.so free 0x557173453080 void 0.000122
+gallium_dri.so malloc 72 0x5571734532f0 0.000119
+gallium_dri.so free 0x557173453340 void 0.000121
+gallium_dri.so free 0x5571734532f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734532f0 0.000120
+gallium_dri.so free 0x557173453440 void 0.000109
+gallium_dri.so free 0x5571734532f0 void 0.000209
+gallium_dri.so malloc 72 0x5571734533f0 0.000231
+gallium_dri.so free 0x557173453500 void 0.000111
+gallium_dri.so free 0x5571734533f0 void 0.000199
+gallium_dri.so malloc 72 0x5571734534b0 0.000155
+gallium_dri.so free 0x557173453540 void 0.000118
+gallium_dri.so free 0x5571734534b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734534b0 0.000117
+gallium_dri.so free 0x557173453600 void 0.000117
+gallium_dri.so free 0x5571734534b0 void 0.000116
+gallium_dri.so malloc 72 0x557173453650 0.000119
+gallium_dri.so free 0x5571734536c0 void 0.000120
+gallium_dri.so free 0x557173453650 void 0.000118
+gallium_dri.so malloc 72 0x557173453700 0.000119
+gallium_dri.so free 0x557173453780 void 0.000117
+gallium_dri.so free 0x557173453700 void 0.000114
+gallium_dri.so malloc 72 0x557173453780 0.000117
+gallium_dri.so free 0x557173453840 void 0.000126
+gallium_dri.so free 0x557173453780 void 0.000122
+gallium_dri.so malloc 72 0x557173453780 0.000121
+gallium_dri.so free 0x5571734538c0 void 0.000123
+gallium_dri.so free 0x557173453780 void 0.000121
+gallium_dri.so malloc 72 0x5571734538f0 0.000121
+gallium_dri.so free 0x557173453940 void 0.000120
+gallium_dri.so free 0x5571734538f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734538f0 0.000120
+gallium_dri.so free 0x557173453a40 void 0.000128
+gallium_dri.so free 0x5571734538f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734539f0 0.000119
+gallium_dri.so free 0x557173453b00 void 0.000121
+gallium_dri.so free 0x5571734539f0 void 0.000120
+gallium_dri.so malloc 72 0x557173453ab0 0.000120
+gallium_dri.so free 0x557173453b80 void 0.000120
+gallium_dri.so free 0x557173453ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173453ba0 0.000121
+gallium_dri.so free 0x557173453c40 void 0.000121
+gallium_dri.so free 0x557173453ba0 void 0.000119
+gallium_dri.so malloc 72 0x557173453bf0 0.000121
+gallium_dri.so free 0x557173453cc0 void 0.000120
+gallium_dri.so free 0x557173453bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173453bf0 0.000123
+gallium_dri.so free 0x557173453d40 void 0.000119
+gallium_dri.so free 0x557173453bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173453d40 0.000119
+gallium_dri.so free 0x557173453e00 void 0.000119
+gallium_dri.so free 0x557173453d40 void 0.000118
+gallium_dri.so malloc 72 0x557173453d40 0.000119
+gallium_dri.so free 0x557173453ec0 void 0.000122
+gallium_dri.so free 0x557173453d40 void 0.000120
+gallium_dri.so malloc 72 0x557173453d40 0.000121
+gallium_dri.so free 0x557173453f80 void 0.000120
+gallium_dri.so free 0x557173453d40 void 0.000127
+gallium_dri.so malloc 72 0x557173453f30 0.000128
+gallium_dri.so free 0x557173453f80 void 0.000151
+gallium_dri.so free 0x557173453f30 void 0.000123
+gallium_dri.so malloc 72 0x557173453f30 0.000119
+gallium_dri.so free 0x557173454080 void 0.000120
+gallium_dri.so free 0x557173453f30 void 0.000117
+gallium_dri.so malloc 72 0x557173454030 0.000118
+gallium_dri.so free 0x557173454140 void 0.000118
+gallium_dri.so free 0x557173454030 void 0.000124
+gallium_dri.so malloc 72 0x5571734540f0 0.000118
+gallium_dri.so free 0x557173454180 void 0.000117
+gallium_dri.so free 0x5571734540f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734540f0 0.000118
+gallium_dri.so free 0x557173454240 void 0.000118
+gallium_dri.so free 0x5571734540f0 void 0.000116
+gallium_dri.so malloc 72 0x557173454280 0.000117
+gallium_dri.so free 0x557173454300 void 0.000118
+gallium_dri.so free 0x557173454280 void 0.000117
+gallium_dri.so malloc 72 0x557173454300 0.000116
+gallium_dri.so free 0x5571734543c0 void 0.000117
+gallium_dri.so free 0x557173454300 void 0.000116
+gallium_dri.so malloc 72 0x557173454300 0.000116
+gallium_dri.so free 0x557173454480 void 0.000118
+gallium_dri.so free 0x557173454300 void 0.000117
+gallium_dri.so malloc 72 0x5571734544a0 0.000117
+gallium_dri.so free 0x557173454540 void 0.000117
+gallium_dri.so free 0x5571734544a0 void 0.000127
+gallium_dri.so malloc 72 0x5571734544f0 0.000117
+gallium_dri.so free 0x5571734545c0 void 0.000124
+gallium_dri.so free 0x5571734544f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734544f0 0.000124
+gallium_dri.so free 0x557173454640 void 0.000124
+gallium_dri.so free 0x5571734544f0 void 0.000118
+gallium_dri.so malloc 72 0x557173454640 0.000118
+gallium_dri.so free 0x557173454700 void 0.000123
+gallium_dri.so free 0x557173454640 void 0.000126
+gallium_dri.so malloc 72 0x557173454640 0.000124
+gallium_dri.so free 0x5571734547c0 void 0.000156
+gallium_dri.so free 0x557173454640 void 0.000125
+gallium_dri.so malloc 72 0x557173454640 0.000125
+gallium_dri.so free 0x557173454880 void 0.000126
+gallium_dri.so free 0x557173454640 void 0.000125
+gallium_dri.so malloc 72 0x557173454830 0.000123
+gallium_dri.so free 0x557173454940 void 0.000156
+gallium_dri.so free 0x557173454830 void 0.000118
+gallium_dri.so malloc 72 0x5571734548f0 0.000124
+gallium_dri.so free 0x5571734549c0 void 0.000119
+gallium_dri.so free 0x5571734548f0 void 0.000117
+gallium_dri.so malloc 72 0x557173454a10 0.000166
+gallium_dri.so free 0x557173454a80 void 0.000125
+gallium_dri.so free 0x557173454a10 void 0.000125
+gallium_dri.so malloc 72 0x557173454aa0 0.000125
+gallium_dri.so free 0x557173454b40 void 0.000120
+gallium_dri.so free 0x557173454aa0 void 0.000123
+gallium_dri.so malloc 72 0x557173454af0 0.000125
+gallium_dri.so free 0x557173454bc0 void 0.000124
+gallium_dri.so free 0x557173454af0 void 0.000124
+gallium_dri.so malloc 72 0x557173454af0 0.000125
+gallium_dri.so free 0x557173454c40 void 0.000124
+gallium_dri.so free 0x557173454af0 void 0.000125
+gallium_dri.so malloc 72 0x557173454c40 0.000120
+gallium_dri.so free 0x557173454d00 void 0.000123
+gallium_dri.so free 0x557173454c40 void 0.000125
+gallium_dri.so malloc 72 0x557173454c40 0.000125
+gallium_dri.so free 0x557173454e00 void 0.000121
+gallium_dri.so free 0x557173454c40 void 0.000117
+gallium_dri.so malloc 72 0x557173454db0 0.000124
+gallium_dri.so free 0x557173454e40 void 0.000124
+gallium_dri.so free 0x557173454db0 void 0.000119
+gallium_dri.so malloc 72 0x557173454db0 0.000129
+gallium_dri.so free 0x557173454f00 void 0.000138
+gallium_dri.so free 0x557173454db0 void 0.000131
+gallium_dri.so malloc 72 0x557173454f40 0.000131
+gallium_dri.so free 0x557173454fc0 void 0.000124
+gallium_dri.so free 0x557173454f40 void 0.000124
+gallium_dri.so malloc 72 0x557173454fc0 0.000127
+gallium_dri.so free 0x557173455080 void 0.000124
+gallium_dri.so free 0x557173454fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173454fc0 0.000131
+gallium_dri.so free 0x557173455100 void 0.000133
+gallium_dri.so free 0x557173454fc0 void 0.000132
+gallium_dri.so malloc 72 0x557173455130 0.000131
+gallium_dri.so free 0x557173455180 void 0.000124
+gallium_dri.so free 0x557173455130 void 0.000123
+gallium_dri.so malloc 72 0x557173455130 0.000128
+gallium_dri.so free 0x557173455280 void 0.000124
+gallium_dri.so free 0x557173455130 void 0.000122
+gallium_dri.so malloc 72 0x5571734552c0 0.000123
+gallium_dri.so free 0x5571735e3d40 void 0.000123
+gallium_dri.so free 0x5571734552c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3d40 0.000129
+gallium_dri.so free 0x5571735e3e00 void 0.000124
+gallium_dri.so free 0x5571735e3d40 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3d40 0.000140
+gallium_dri.so free 0x557173455340 void 0.000142
+gallium_dri.so free 0x5571735e3d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3d40 0.000131
+gallium_dri.so free 0x5571735e3e80 void 0.000131
+gallium_dri.so free 0x5571735e3d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3ec0 0.000130
+gallium_dri.so free 0x5571735e3f40 void 0.000130
+gallium_dri.so free 0x5571735e3ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3f40 0.000131
+gallium_dri.so free 0x5571735e4000 void 0.000126
+gallium_dri.so free 0x5571735e3f40 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3f40 0.000129
+gallium_dri.so free 0x5571735e40c0 void 0.000129
+gallium_dri.so free 0x5571735e3f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e40e0 0.000129
+gallium_dri.so free 0x5571735e4180 void 0.000129
+gallium_dri.so free 0x5571735e40e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4130 0.000130
+gallium_dri.so free 0x5571735e4200 void 0.000184
+gallium_dri.so free 0x5571735e4130 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4130 0.000133
+gallium_dri.so free 0x5571735e4280 void 0.000130
+gallium_dri.so free 0x5571735e4130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4280 0.000130
+gallium_dri.so free 0x5571735e4340 void 0.000133
+gallium_dri.so free 0x5571735e4280 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4280 0.000132
+gallium_dri.so free 0x5571735e4400 void 0.000132
+gallium_dri.so free 0x5571735e4280 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4280 0.000131
+gallium_dri.so free 0x5571735e44c0 void 0.000126
+gallium_dri.so free 0x5571735e4280 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4470 0.000131
+gallium_dri.so free 0x5571735e4580 void 0.000130
+gallium_dri.so free 0x5571735e4470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4530 0.000131
+gallium_dri.so free 0x5571735e4600 void 0.000127
+gallium_dri.so free 0x5571735e4530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4650 0.000139
+gallium_dri.so free 0x5571735e46c0 void 0.000132
+gallium_dri.so free 0x5571735e4650 void 0.000133
+gallium_dri.so malloc 72 0x5571735e46e0 0.000125
+gallium_dri.so free 0x5571735e4780 void 0.000129
+gallium_dri.so free 0x5571735e46e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4730 0.000128
+gallium_dri.so free 0x5571735e4800 void 0.000125
+gallium_dri.so free 0x5571735e4730 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4730 0.000131
+gallium_dri.so free 0x5571735e4880 void 0.000132
+gallium_dri.so free 0x5571735e4730 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4880 0.000123
+gallium_dri.so free 0x5571735e4940 void 0.000129
+gallium_dri.so free 0x5571735e4880 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4880 0.000131
+gallium_dri.so free 0x5571735e4a40 void 0.000125
+gallium_dri.so free 0x5571735e4880 void 0.000127
+gallium_dri.so malloc 72 0x5571735e49f0 0.000131
+gallium_dri.so free 0x5571735e4a80 void 0.000132
+gallium_dri.so free 0x5571735e49f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e49f0 0.000141
+gallium_dri.so free 0x5571735e4b40 void 0.000128
+gallium_dri.so free 0x5571735e49f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4b80 0.000130
+gallium_dri.so free 0x5571735e4c00 void 0.000131
+gallium_dri.so free 0x5571735e4b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4c00 0.000129
+gallium_dri.so free 0x5571735e4cc0 void 0.000130
+gallium_dri.so free 0x5571735e4c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4c00 0.000125
+gallium_dri.so free 0x5571735e4d40 void 0.000129
+gallium_dri.so free 0x5571735e4c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4d70 0.000128
+gallium_dri.so free 0x5571735e4dc0 void 0.000128
+gallium_dri.so free 0x5571735e4d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4d70 0.000129
+gallium_dri.so free 0x5571735e4ec0 void 0.000131
+gallium_dri.so free 0x5571735e4d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4f00 0.000124
+gallium_dri.so free 0x5571735e4f80 void 0.000131
+gallium_dri.so free 0x5571735e4f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4f80 0.000156
+gallium_dri.so free 0x5571735e5040 void 0.000131
+gallium_dri.so free 0x5571735e4f80 void 0.000150
+gallium_dri.so malloc 72 0x5571735e4f80 0.000134
+gallium_dri.so free 0x5571735e50c0 void 0.000130
+gallium_dri.so free 0x5571735e4f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e50f0 0.000123
+gallium_dri.so free 0x5571735e5140 void 0.000133
+gallium_dri.so free 0x5571735e50f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e50f0 0.000170
+gallium_dri.so free 0x5571735e5240 void 0.000167
+gallium_dri.so free 0x5571735e50f0 void 0.000276
+gallium_dri.so malloc 72 0x5571735e51f0 0.000164
+gallium_dri.so free 0x5571735e5300 void 0.000166
+gallium_dri.so free 0x5571735e51f0 void 0.000252
+gallium_dri.so malloc 72 0x5571735e52b0 0.000289
+gallium_dri.so free 0x5571735e5380 void 0.000265
+gallium_dri.so free 0x5571735e52b0 void 0.000305
+gallium_dri.so malloc 72 0x5571735e52b0 0.000304
+gallium_dri.so free 0x5571735e5440 void 0.000300
+gallium_dri.so free 0x5571735e52b0 void 0.000299
+gallium_dri.so malloc 72 0x5571735e52b0 0.000300
+gallium_dri.so free 0x5571735e5500 void 0.000256
+gallium_dri.so free 0x5571735e52b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735e54b0 0.000235
+gallium_dri.so free 0x5571735e5580 void 0.000200
+gallium_dri.so free 0x5571735e54b0 void 0.000201
+gallium_dri.so malloc 72 0x5571735e55d0 0.000178
+gallium_dri.so free 0x5571735e5640 void 0.000147
+gallium_dri.so free 0x5571735e55d0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e5660 0.000153
+gallium_dri.so free 0x5571735e5700 void 0.000147
+gallium_dri.so free 0x5571735e5660 void 0.000146
+gallium_dri.so malloc 72 0x5571735e56b0 0.000142
+gallium_dri.so free 0x5571735e5780 void 0.000140
+gallium_dri.so free 0x5571735e56b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e5780 0.000147
+gallium_dri.so free 0x5571735e5840 void 0.000147
+gallium_dri.so free 0x5571735e5780 void 0.000142
+gallium_dri.so malloc 72 0x5571735e5780 0.000139
+gallium_dri.so free 0x5571735e58c0 void 0.000145
+gallium_dri.so free 0x5571735e5780 void 0.000148
+gallium_dri.so malloc 72 0x5571735e58c0 0.000146
+gallium_dri.so free 0x5571735e5980 void 0.000146
+gallium_dri.so free 0x5571735e58c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e58c0 0.000184
+gallium_dri.so free 0x5571735e5a40 void 0.000184
+gallium_dri.so free 0x5571735e58c0 void 0.000240
+gallium_dri.so malloc 72 0x5571735e58c0 0.000178
+gallium_dri.so free 0x5571735e5b00 void 0.000139
+gallium_dri.so free 0x5571735e58c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000133
+gallium_dri.so free 0x5571735e5b80 void 0.000138
+gallium_dri.so free 0x5571735e5ab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5bd0 0.000140
+gallium_dri.so free 0x5571735e5c40 void 0.000138
+gallium_dri.so free 0x5571735e5bd0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5c80 0.000137
+gallium_dri.so free 0x5571735e5d00 void 0.000133
+gallium_dri.so free 0x5571735e5c80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5c80 0.000138
+gallium_dri.so free 0x5571735e5d80 void 0.000138
+gallium_dri.so free 0x5571735e5c80 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5db0 0.000137
+gallium_dri.so free 0x5571735e5e00 void 0.000133
+gallium_dri.so free 0x5571735e5db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5db0 0.000137
+gallium_dri.so free 0x5571735e5f00 void 0.000149
+gallium_dri.so free 0x5571735e5db0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000138
+gallium_dri.so free 0x5571735e5fc0 void 0.000143
+gallium_dri.so free 0x5571735e5eb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5f70 0.000137
+gallium_dri.so free 0x5571735e6000 void 0.000138
+gallium_dri.so free 0x5571735e5f70 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5f70 0.000139
+gallium_dri.so free 0x5571735e60c0 void 0.000138
+gallium_dri.so free 0x5571735e5f70 void 0.000139
+gallium_dri.so malloc 72 0x5571735e6130 0.000133
+gallium_dri.so free 0x5571735e6180 void 0.000139
+gallium_dri.so free 0x5571735e6130 void 0.000140
+gallium_dri.so malloc 72 0x5571735e6130 0.000138
+gallium_dri.so free 0x557173455400 void 0.000138
+gallium_dri.so free 0x5571735e6130 void 0.000133
+gallium_dri.so malloc 72 0x557173455450 0.000133
+gallium_dri.so free 0x5571734554c0 void 0.000137
+gallium_dri.so free 0x557173455450 void 0.000246
+gallium_dri.so malloc 72 0x5571734554e0 0.000139
+gallium_dri.so free 0x557173455580 void 0.000140
+gallium_dri.so free 0x5571734554e0 void 0.000138
+gallium_dri.so malloc 72 0x557173455530 0.000138
+gallium_dri.so free 0x557173455600 void 0.000137
+gallium_dri.so free 0x557173455530 void 0.000138
+gallium_dri.so malloc 72 0x557173455530 0.000142
+gallium_dri.so free 0x557173455680 void 0.000201
+gallium_dri.so free 0x557173455530 void 0.000130
+gallium_dri.so malloc 72 0x557173455680 0.000127
+gallium_dri.so free 0x557173455740 void 0.000126
+gallium_dri.so free 0x557173455680 void 0.000129
+gallium_dri.so malloc 72 0x557173455680 0.000132
+gallium_dri.so free 0x557173455840 void 0.000131
+gallium_dri.so free 0x557173455680 void 0.000131
+gallium_dri.so malloc 72 0x557173455680 0.000130
+gallium_dri.so free 0x5571734558c0 void 0.000130
+gallium_dri.so free 0x557173455680 void 0.000126
+gallium_dri.so malloc 72 0x5571734558f0 0.000124
+gallium_dri.so free 0x557173455940 void 0.000133
+gallium_dri.so free 0x5571734558f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734558f0 0.000132
+gallium_dri.so free 0x557173455a40 void 0.000131
+gallium_dri.so free 0x5571734558f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734559f0 0.000125
+gallium_dri.so free 0x557173455b00 void 0.000129
+gallium_dri.so free 0x5571734559f0 void 0.000131
+gallium_dri.so malloc 72 0x557173455ab0 0.000127
+gallium_dri.so free 0x557173455b40 void 0.000126
+gallium_dri.so free 0x557173455ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173455ab0 0.000132
+gallium_dri.so free 0x557173455c00 void 0.000126
+gallium_dri.so free 0x557173455ab0 void 0.000128
+gallium_dri.so malloc 72 0x557173455c50 0.000131
+gallium_dri.so free 0x557173455cc0 void 0.000131
+gallium_dri.so free 0x557173455c50 void 0.000132
+gallium_dri.so malloc 72 0x557173455d00 0.000130
+gallium_dri.so free 0x557173455d80 void 0.000133
+gallium_dri.so free 0x557173455d00 void 0.000131
+gallium_dri.so malloc 72 0x557173455d80 0.000143
+gallium_dri.so free 0x557173455e40 void 0.000132
+gallium_dri.so free 0x557173455d80 void 0.000126
+gallium_dri.so malloc 72 0x557173455d80 0.000124
+gallium_dri.so free 0x557173455ec0 void 0.000130
+gallium_dri.so free 0x557173455d80 void 0.000126
+gallium_dri.so malloc 72 0x557173455ef0 0.000130
+gallium_dri.so free 0x557173455f40 void 0.000126
+gallium_dri.so free 0x557173455ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173455ef0 0.000124
+gallium_dri.so free 0x557173456040 void 0.000125
+gallium_dri.so free 0x557173455ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173455ff0 0.000132
+gallium_dri.so free 0x557173456100 void 0.000130
+gallium_dri.so free 0x557173455ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571734560b0 0.000130
+gallium_dri.so free 0x557173456180 void 0.000129
+gallium_dri.so free 0x5571734560b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734561a0 0.000130
+gallium_dri.so free 0x557173456240 void 0.000176
+gallium_dri.so free 0x5571734561a0 void 0.000131
+gallium_dri.so malloc 72 0x5571734561f0 0.000170
+gallium_dri.so free 0x5571734562c0 void 0.000166
+gallium_dri.so free 0x5571734561f0 void 0.000166
+gallium_dri.so malloc 72 0x5571734561f0 0.000135
+gallium_dri.so free 0x557173456340 void 0.000126
+gallium_dri.so free 0x5571734561f0 void 0.000125
+gallium_dri.so malloc 72 0x557173456340 0.000125
+gallium_dri.so free 0x557173456400 void 0.000130
+gallium_dri.so free 0x557173456340 void 0.000125
+gallium_dri.so malloc 72 0x557173456340 0.000124
+gallium_dri.so free 0x5571734564c0 void 0.000125
+gallium_dri.so free 0x557173456340 void 0.000126
+gallium_dri.so malloc 72 0x557173456340 0.000130
+gallium_dri.so free 0x557173456580 void 0.000127
+gallium_dri.so free 0x557173456340 void 0.000129
+gallium_dri.so malloc 72 0x557173456530 0.000131
+gallium_dri.so free 0x557173456580 void 0.000131
+gallium_dri.so free 0x557173456530 void 0.000126
+gallium_dri.so malloc 72 0x557173456530 0.000124
+gallium_dri.so free 0x557173456680 void 0.000125
+gallium_dri.so free 0x557173456530 void 0.000129
+gallium_dri.so malloc 72 0x557173456630 0.000142
+gallium_dri.so free 0x557173456740 void 0.000132
+gallium_dri.so free 0x557173456630 void 0.000132
+gallium_dri.so malloc 72 0x5571734566f0 0.000130
+gallium_dri.so free 0x557173456780 void 0.000131
+gallium_dri.so free 0x5571734566f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734566f0 0.000130
+gallium_dri.so free 0x557173456840 void 0.000131
+gallium_dri.so free 0x5571734566f0 void 0.000131
+gallium_dri.so malloc 72 0x557173456880 0.000126
+gallium_dri.so free 0x557173456900 void 0.000125
+gallium_dri.so free 0x557173456880 void 0.000129
+gallium_dri.so malloc 72 0x557173456900 0.000127
+gallium_dri.so free 0x5571734569c0 void 0.000126
+gallium_dri.so free 0x557173456900 void 0.000123
+gallium_dri.so malloc 72 0x557173456900 0.000128
+gallium_dri.so free 0x557173456a80 void 0.000125
+gallium_dri.so free 0x557173456900 void 0.000125
+gallium_dri.so malloc 72 0x557173456aa0 0.000124
+gallium_dri.so free 0x557173456b40 void 0.000126
+gallium_dri.so free 0x557173456aa0 void 0.000122
+gallium_dri.so malloc 72 0x557173456af0 0.000130
+gallium_dri.so free 0x557173456bc0 void 0.000169
+gallium_dri.so free 0x557173456af0 void 0.000164
+gallium_dri.so malloc 72 0x557173456af0 0.000166
+gallium_dri.so free 0x557173456c40 void 0.000131
+gallium_dri.so free 0x557173456af0 void 0.000131
+gallium_dri.so malloc 72 0x557173456c40 0.000126
+gallium_dri.so free 0x557173456d00 void 0.000130
+gallium_dri.so free 0x557173456c40 void 0.000175
+gallium_dri.so malloc 72 0x557173456c40 0.000133
+gallium_dri.so free 0x557173456dc0 void 0.000185
+gallium_dri.so free 0x557173456c40 void 0.000221
+gallium_dri.so malloc 72 0x557173456c40 0.000242
+gallium_dri.so free 0x557173456e80 void 0.000290
+gallium_dri.so free 0x557173456c40 void 0.000326
+gallium_dri.so malloc 72 0x557173456e30 0.000333
+gallium_dri.so free 0x557173456f40 void 0.000276
+gallium_dri.so free 0x557173456e30 void 0.000276
+gallium_dri.so malloc 72 0x557173456ef0 0.000276
+gallium_dri.so free 0x557173456fc0 void 0.000271
+gallium_dri.so free 0x557173456ef0 void 0.000279
+gallium_dri.so malloc 72 0x557173457010 0.000276
+gallium_dri.so free 0x557173457080 void 0.000275
+gallium_dri.so free 0x557173457010 void 0.000273
+gallium_dri.so malloc 72 0x5571734570a0 0.000274
+gallium_dri.so free 0x557173457140 void 0.000269
+gallium_dri.so free 0x5571734570a0 void 0.000286
+gallium_dri.so malloc 72 0x5571734570f0 0.000277
+gallium_dri.so free 0x5571734571c0 void 0.000265
+gallium_dri.so free 0x5571734570f0 void 0.000283
+gallium_dri.so malloc 72 0x5571734570f0 0.000269
+gallium_dri.so free 0x557173457240 void 0.000272
+gallium_dri.so free 0x5571734570f0 void 0.000300
+gallium_dri.so malloc 72 0x557173457240 0.000276
+gallium_dri.so free 0x557173457300 void 0.000271
+gallium_dri.so free 0x557173457240 void 0.000273
+gallium_dri.so malloc 72 0x557173457240 0.000269
+gallium_dri.so free 0x557173457400 void 0.000284
+gallium_dri.so free 0x557173457240 void 0.000167
+gallium_dri.so malloc 72 0x5571734573b0 0.000274
+gallium_dri.so free 0x557173457440 void 0.000279
+gallium_dri.so free 0x5571734573b0 void 0.000181
+gallium_dri.so malloc 72 0x5571734573b0 0.000289
+gallium_dri.so free 0x557173457500 void 0.000282
+gallium_dri.so free 0x5571734573b0 void 0.000277
+gallium_dri.so malloc 72 0x557173457540 0.000269
+gallium_dri.so free 0x5571734575c0 void 0.000242
+gallium_dri.so free 0x557173457540 void 0.000165
+gallium_dri.so malloc 72 0x5571734575c0 0.000164
+gallium_dri.so free 0x557173457680 void 0.000130
+gallium_dri.so free 0x5571734575c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734575c0 0.000125
+gallium_dri.so free 0x557173457700 void 0.000123
+gallium_dri.so free 0x5571734575c0 void 0.000127
+gallium_dri.so malloc 72 0x557173457730 0.000131
+gallium_dri.so free 0x557173457780 void 0.000125
+gallium_dri.so free 0x557173457730 void 0.000120
+gallium_dri.so malloc 72 0x557173457730 0.000124
+gallium_dri.so free 0x557173457880 void 0.000128
+gallium_dri.so free 0x557173457730 void 0.000130
+gallium_dri.so malloc 72 0x5571734578c0 0.000132
+gallium_dri.so free 0x557173457940 void 0.000133
+gallium_dri.so free 0x5571734578c0 void 0.000129
+gallium_dri.so malloc 72 0x557173457940 0.000125
+gallium_dri.so free 0x557173457a00 void 0.000124
+gallium_dri.so free 0x557173457940 void 0.000127
+gallium_dri.so malloc 72 0x557173457940 0.000131
+gallium_dri.so free 0x557173457a80 void 0.000133
+gallium_dri.so free 0x557173457940 void 0.000123
+gallium_dri.so malloc 72 0x557173457ab0 0.000129
+gallium_dri.so free 0x557173457b00 void 0.000124
+gallium_dri.so free 0x557173457ab0 void 0.000126
+gallium_dri.so malloc 72 0x557173457ab0 0.000137
+gallium_dri.so free 0x557173457c00 void 0.000140
+gallium_dri.so free 0x557173457ab0 void 0.000138
+gallium_dri.so malloc 72 0x557173457bb0 0.000137
+gallium_dri.so free 0x557173457cc0 void 0.000235
+gallium_dri.so free 0x557173457bb0 void 0.000139
+gallium_dri.so malloc 72 0x557173457c70 0.000138
+gallium_dri.so free 0x557173457d40 void 0.000137
+gallium_dri.so free 0x557173457c70 void 0.000140
+gallium_dri.so malloc 72 0x557173457c70 0.000132
+gallium_dri.so free 0x557173457e00 void 0.000130
+gallium_dri.so free 0x557173457c70 void 0.000129
+gallium_dri.so malloc 72 0x557173457c70 0.000135
+gallium_dri.so free 0x557173457ec0 void 0.000137
+gallium_dri.so free 0x557173457c70 void 0.000137
+gallium_dri.so malloc 72 0x557173457e70 0.000140
+gallium_dri.so free 0x557173457f40 void 0.000186
+gallium_dri.so free 0x557173457e70 void 0.000217
+gallium_dri.so malloc 72 0x557173457f90 0.000136
+gallium_dri.so free 0x557173458000 void 0.000131
+gallium_dri.so free 0x557173457f90 void 0.000133
+gallium_dri.so malloc 72 0x557173458020 0.000136
+gallium_dri.so free 0x5571734580c0 void 0.000133
+gallium_dri.so free 0x557173458020 void 0.000135
+gallium_dri.so malloc 72 0x557173458070 0.000136
+gallium_dri.so free 0x557173458140 void 0.000136
+gallium_dri.so free 0x557173458070 void 0.000133
+gallium_dri.so malloc 72 0x557173458140 0.000178
+gallium_dri.so free 0x557173458200 void 0.000137
+gallium_dri.so free 0x557173458140 void 0.000131
+gallium_dri.so malloc 72 0x557173458140 0.000134
+gallium_dri.so free 0x557173458280 void 0.000131
+gallium_dri.so free 0x557173458140 void 0.000127
+gallium_dri.so malloc 72 0x557173458280 0.000134
+gallium_dri.so free 0x557173458340 void 0.000130
+gallium_dri.so free 0x557173458280 void 0.000130
+gallium_dri.so malloc 72 0x557173458280 0.000135
+gallium_dri.so free 0x557173458400 void 0.000137
+gallium_dri.so free 0x557173458280 void 0.000132
+gallium_dri.so malloc 72 0x557173458280 0.000129
+gallium_dri.so free 0x5571734584c0 void 0.000133
+gallium_dri.so free 0x557173458280 void 0.000132
+gallium_dri.so malloc 72 0x557173458470 0.000133
+gallium_dri.so free 0x557173458540 void 0.000131
+gallium_dri.so free 0x557173458470 void 0.000137
+gallium_dri.so malloc 72 0x557173458590 0.000138
+gallium_dri.so free 0x557173458600 void 0.000137
+gallium_dri.so free 0x557173458590 void 0.000138
+gallium_dri.so malloc 72 0x557173458640 0.000147
+gallium_dri.so free 0x5571734586c0 void 0.000170
+gallium_dri.so free 0x557173458640 void 0.000171
+gallium_dri.so malloc 72 0x557173458640 0.000172
+gallium_dri.so free 0x557173458740 void 0.000138
+gallium_dri.so free 0x557173458640 void 0.000137
+gallium_dri.so malloc 72 0x557173458770 0.000138
+gallium_dri.so free 0x5571734587c0 void 0.000138
+gallium_dri.so free 0x557173458770 void 0.000139
+gallium_dri.so malloc 72 0x557173458770 0.000177
+gallium_dri.so free 0x5571734588c0 void 0.000140
+gallium_dri.so free 0x557173458770 void 0.000139
+gallium_dri.so malloc 72 0x557173458870 0.000131
+gallium_dri.so free 0x557173458980 void 0.000130
+gallium_dri.so free 0x557173458870 void 0.000142
+gallium_dri.so malloc 72 0x557173458930 0.000133
+gallium_dri.so free 0x5571734589c0 void 0.000125
+gallium_dri.so free 0x557173458930 void 0.000127
+gallium_dri.so malloc 72 0x557173458930 0.000159
+gallium_dri.so free 0x557173458a80 void 0.000164
+gallium_dri.so free 0x557173458930 void 0.000314
+gallium_dri.so malloc 72 0x557173458af0 0.000169
+gallium_dri.so free 0x557173459c40 void 0.000169
+gallium_dri.so free 0x557173458af0 void 0.000166
+gallium_dri.so malloc 72 0x557173459bf0 0.000130
+gallium_dri.so free 0x557173459cc0 void 0.000130
+gallium_dri.so free 0x557173459bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173459d10 0.000135
+gallium_dri.so free 0x557173459d80 void 0.000131
+gallium_dri.so free 0x557173459d10 void 0.000131
+gallium_dri.so malloc 72 0x557173459da0 0.000126
+gallium_dri.so free 0x557173458b40 void 0.000129
+gallium_dri.so free 0x557173459da0 void 0.000132
+gallium_dri.so malloc 72 0x557173459da0 0.000126
+gallium_dri.so free 0x557173459e40 void 0.000128
+gallium_dri.so free 0x557173459da0 void 0.000130
+gallium_dri.so malloc 72 0x557173459df0 0.000132
+gallium_dri.so free 0x557173459ec0 void 0.000131
+gallium_dri.so free 0x557173459df0 void 0.000142
+gallium_dri.so malloc 72 0x557173459f10 0.000131
+gallium_dri.so free 0x557173459f80 void 0.000127
+gallium_dri.so free 0x557173459f10 void 0.000130
+gallium_dri.so malloc 72 0x557173459fe0 0.000131
+gallium_dri.so free 0x55717345a080 void 0.000131
+gallium_dri.so free 0x557173459fe0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a030 0.000125
+gallium_dri.so free 0x55717345a0c0 void 0.000125
+gallium_dri.so free 0x55717345a030 void 0.000128
+gallium_dri.so malloc 72 0x55717345a030 0.000129
+gallium_dri.so free 0x55717345a180 void 0.000131
+gallium_dri.so free 0x55717345a030 void 0.000130
+gallium_dri.so malloc 72 0x55717345a1c0 0.000125
+gallium_dri.so free 0x55717345a240 void 0.000130
+gallium_dri.so free 0x55717345a1c0 void 0.000129
+gallium_dri.so malloc 72 0x55717345a240 0.000131
+gallium_dri.so free 0x55717345a300 void 0.000130
+gallium_dri.so free 0x55717345a240 void 0.000131
+gallium_dri.so malloc 72 0x55717345a240 0.000125
+gallium_dri.so free 0x55717345a380 void 0.000130
+gallium_dri.so free 0x55717345a240 void 0.000130
+gallium_dri.so malloc 72 0x55717345a3b0 0.000129
+gallium_dri.so free 0x55717345a400 void 0.000125
+gallium_dri.so free 0x55717345a3b0 void 0.000158
+gallium_dri.so malloc 72 0x55717345a400 0.000169
+gallium_dri.so free 0x55717345a4c0 void 0.000178
+gallium_dri.so free 0x55717345a400 void 0.000176
+gallium_dri.so malloc 72 0x55717345a400 0.000167
+gallium_dri.so free 0x55717345a5c0 void 0.000169
+gallium_dri.so free 0x55717345a400 void 0.000186
+gallium_dri.so malloc 72 0x55717345a570 0.000176
+gallium_dri.so free 0x55717345a680 void 0.000177
+gallium_dri.so free 0x55717345a570 void 0.000176
+gallium_dri.so malloc 72 0x55717345a630 0.000175
+gallium_dri.so free 0x55717345a6c0 void 0.000178
+gallium_dri.so free 0x55717345a630 void 0.000177
+gallium_dri.so malloc 72 0x55717345a630 0.000175
+gallium_dri.so free 0x55717345a780 void 0.000166
+gallium_dri.so free 0x55717345a630 void 0.000164
+gallium_dri.so malloc 72 0x55717345a7c0 0.000177
+gallium_dri.so free 0x55717345a840 void 0.000174
+gallium_dri.so free 0x55717345a7c0 void 0.000191
+gallium_dri.so malloc 72 0x55717345a840 0.000175
+gallium_dri.so free 0x55717345a900 void 0.000166
+gallium_dri.so free 0x55717345a840 void 0.000175
+gallium_dri.so malloc 72 0x55717345a840 0.000131
+gallium_dri.so free 0x55717345a980 void 0.000124
+gallium_dri.so free 0x55717345a840 void 0.000126
+gallium_dri.so malloc 72 0x55717345a840 0.000118
+gallium_dri.so free 0x55717345aa40 void 0.000124
+gallium_dri.so free 0x55717345a840 void 0.000126
+gallium_dri.so malloc 72 0x55717345a840 0.000125
+gallium_dri.so free 0x55717345ab00 void 0.000119
+gallium_dri.so free 0x55717345a840 void 0.000121
+gallium_dri.so malloc 72 0x55717345aab0 0.000124
+gallium_dri.so free 0x55717345ab80 void 0.000124
+gallium_dri.so free 0x55717345aab0 void 0.000129
+gallium_dri.so malloc 72 0x55717345abd0 0.000121
+gallium_dri.so free 0x55717345ac40 void 0.000121
+gallium_dri.so free 0x55717345abd0 void 0.000121
+gallium_dri.so malloc 72 0x55717345ac60 0.000120
+gallium_dri.so free 0x55717345ad00 void 0.000120
+gallium_dri.so free 0x55717345ac60 void 0.000120
+gallium_dri.so malloc 72 0x55717345acb0 0.000121
+gallium_dri.so free 0x55717345ad80 void 0.000127
+gallium_dri.so free 0x55717345acb0 void 0.000126
+gallium_dri.so malloc 72 0x55717345acb0 0.000120
+gallium_dri.so free 0x55717345ae80 void 0.000122
+gallium_dri.so free 0x55717345acb0 void 0.000121
+gallium_dri.so malloc 72 0x55717345ae30 0.000121
+gallium_dri.so free 0x55717345af00 void 0.000121
+gallium_dri.so free 0x55717345ae30 void 0.000120
+gallium_dri.so malloc 72 0x55717345af50 0.000120
+gallium_dri.so free 0x55717345afc0 void 0.000122
+gallium_dri.so free 0x55717345af50 void 0.000121
+gallium_dri.so malloc 72 0x55717345afe0 0.000120
+gallium_dri.so free 0x55717345b080 void 0.000121
+gallium_dri.so free 0x55717345afe0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b030 0.000121
+gallium_dri.so free 0x55717345b100 void 0.000122
+gallium_dri.so free 0x55717345b030 void 0.000120
+gallium_dri.so malloc 72 0x55717345b030 0.000120
+gallium_dri.so free 0x55717345b180 void 0.000122
+gallium_dri.so free 0x55717345b030 void 0.000121
+gallium_dri.so malloc 72 0x55717345b180 0.000121
+gallium_dri.so free 0x55717345b240 void 0.000121
+gallium_dri.so free 0x55717345b180 void 0.000120
+gallium_dri.so malloc 72 0x55717345b180 0.000120
+gallium_dri.so free 0x55717345b340 void 0.000121
+gallium_dri.so free 0x55717345b180 void 0.000120
+gallium_dri.so malloc 72 0x55717345b180 0.000161
+gallium_dri.so free 0x55717345b3c0 void 0.000121
+gallium_dri.so free 0x55717345b180 void 0.000120
+gallium_dri.so malloc 72 0x55717345b3f0 0.000120
+gallium_dri.so free 0x55717345b440 void 0.000120
+gallium_dri.so free 0x55717345b3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b3f0 0.000121
+gallium_dri.so free 0x55717345b540 void 0.000120
+gallium_dri.so free 0x55717345b3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b4f0 0.000120
+gallium_dri.so free 0x55717345b600 void 0.000122
+gallium_dri.so free 0x55717345b4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b5b0 0.000120
+gallium_dri.so free 0x55717345b640 void 0.000122
+gallium_dri.so free 0x55717345b5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b5b0 0.000121
+gallium_dri.so free 0x55717345b700 void 0.000121
+gallium_dri.so free 0x55717345b5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b750 0.000119
+gallium_dri.so free 0x55717345b7c0 void 0.000121
+gallium_dri.so free 0x55717345b750 void 0.000127
+gallium_dri.so malloc 72 0x55717345b800 0.000121
+gallium_dri.so free 0x55717345b880 void 0.000121
+gallium_dri.so free 0x55717345b800 void 0.000120
+gallium_dri.so malloc 72 0x55717345b880 0.000120
+gallium_dri.so free 0x55717345b940 void 0.000119
+gallium_dri.so free 0x55717345b880 void 0.000122
+gallium_dri.so malloc 72 0x55717345b880 0.000119
+gallium_dri.so free 0x55717345b9c0 void 0.000120
+gallium_dri.so free 0x55717345b880 void 0.000120
+gallium_dri.so malloc 72 0x55717345b9f0 0.000119
+gallium_dri.so free 0x55717345ba40 void 0.000120
+gallium_dri.so free 0x55717345b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b9f0 0.000120
+gallium_dri.so free 0x55717345bb40 void 0.000119
+gallium_dri.so free 0x55717345b9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345baf0 0.000121
+gallium_dri.so free 0x55717345bc00 void 0.000121
+gallium_dri.so free 0x55717345baf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345bbb0 0.000123
+gallium_dri.so free 0x55717345bc80 void 0.000122
+gallium_dri.so free 0x55717345bbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345bca0 0.000121
+gallium_dri.so free 0x55717345bd40 void 0.000121
+gallium_dri.so free 0x55717345bca0 void 0.000121
+gallium_dri.so malloc 72 0x55717345bcf0 0.000121
+gallium_dri.so free 0x55717345bdc0 void 0.000121
+gallium_dri.so free 0x55717345bcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345bcf0 0.000120
+gallium_dri.so free 0x55717345be40 void 0.000120
+gallium_dri.so free 0x55717345bcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345be40 0.000128
+gallium_dri.so free 0x55717345bf00 void 0.000123
+gallium_dri.so free 0x55717345be40 void 0.000121
+gallium_dri.so malloc 72 0x55717345be40 0.000121
+gallium_dri.so free 0x55717345bfc0 void 0.000120
+gallium_dri.so free 0x55717345be40 void 0.000121
+gallium_dri.so malloc 72 0x55717345be40 0.000120
+gallium_dri.so free 0x55717345c080 void 0.000121
+gallium_dri.so free 0x55717345be40 void 0.000120
+gallium_dri.so malloc 72 0x55717345c030 0.000122
+gallium_dri.so free 0x55717345c080 void 0.000120
+gallium_dri.so free 0x55717345c030 void 0.000121
+gallium_dri.so malloc 72 0x55717345c030 0.000120
+gallium_dri.so free 0x55717345c180 void 0.000120
+gallium_dri.so free 0x55717345c030 void 0.000119
+gallium_dri.so malloc 72 0x55717345c130 0.000120
+gallium_dri.so free 0x55717345c240 void 0.000122
+gallium_dri.so free 0x55717345c130 void 0.000119
+gallium_dri.so malloc 72 0x55717345c1f0 0.000120
+gallium_dri.so free 0x55717345c280 void 0.000121
+gallium_dri.so free 0x55717345c1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345c1f0 0.000119
+gallium_dri.so free 0x55717345c340 void 0.000119
+gallium_dri.so free 0x55717345c1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c380 0.000121
+gallium_dri.so free 0x55717345c400 void 0.000120
+gallium_dri.so free 0x55717345c380 void 0.000164
+gallium_dri.so malloc 72 0x55717345c400 0.000120
+gallium_dri.so free 0x55717345c4c0 void 0.000121
+gallium_dri.so free 0x55717345c400 void 0.000120
+gallium_dri.so malloc 72 0x55717345c400 0.000120
+gallium_dri.so free 0x55717345c580 void 0.000121
+gallium_dri.so free 0x55717345c400 void 0.000120
+gallium_dri.so malloc 72 0x55717345c5a0 0.000121
+gallium_dri.so free 0x55717345c640 void 0.000121
+gallium_dri.so free 0x55717345c5a0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c5f0 0.000125
+gallium_dri.so free 0x55717345c6c0 void 0.000121
+gallium_dri.so free 0x55717345c5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c5f0 0.000121
+gallium_dri.so free 0x55717345c740 void 0.000120
+gallium_dri.so free 0x55717345c5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c740 0.000119
+gallium_dri.so free 0x55717345c800 void 0.000122
+gallium_dri.so free 0x55717345c740 void 0.000121
+gallium_dri.so malloc 72 0x55717345c740 0.000120
+gallium_dri.so free 0x55717345c8c0 void 0.000120
+gallium_dri.so free 0x55717345c740 void 0.000120
+gallium_dri.so malloc 72 0x55717345c740 0.000120
+gallium_dri.so free 0x55717345c980 void 0.000121
+gallium_dri.so free 0x55717345c740 void 0.000120
+gallium_dri.so malloc 72 0x55717345c930 0.000119
+gallium_dri.so free 0x55717345ca40 void 0.000121
+gallium_dri.so free 0x55717345c930 void 0.000120
+gallium_dri.so malloc 72 0x55717345c9f0 0.000120
+gallium_dri.so free 0x55717345cac0 void 0.000121
+gallium_dri.so free 0x55717345c9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345cb10 0.000121
+gallium_dri.so free 0x55717345cb80 void 0.000120
+gallium_dri.so free 0x55717345cb10 void 0.000121
+gallium_dri.so malloc 72 0x55717345cba0 0.000119
+gallium_dri.so free 0x55717345cc40 void 0.000120
+gallium_dri.so free 0x55717345cba0 void 0.000120
+gallium_dri.so malloc 72 0x55717345cbf0 0.000122
+gallium_dri.so free 0x55717345ccc0 void 0.000121
+gallium_dri.so free 0x55717345cbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345cbf0 0.000121
+gallium_dri.so free 0x55717345cd40 void 0.000120
+gallium_dri.so free 0x55717345cbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345cd40 0.000120
+gallium_dri.so free 0x55717345ce00 void 0.000121
+gallium_dri.so free 0x55717345cd40 void 0.000120
+gallium_dri.so malloc 72 0x55717345cd40 0.000120
+gallium_dri.so free 0x55717345cf00 void 0.000119
+gallium_dri.so free 0x55717345cd40 void 0.000121
+gallium_dri.so malloc 72 0x55717345ceb0 0.000119
+gallium_dri.so free 0x55717345cf40 void 0.000122
+gallium_dri.so free 0x55717345ceb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345ceb0 0.000121
+gallium_dri.so free 0x55717345d000 void 0.000121
+gallium_dri.so free 0x55717345ceb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345d040 0.000120
+gallium_dri.so free 0x55717345d0c0 void 0.000121
+gallium_dri.so free 0x55717345d040 void 0.000122
+gallium_dri.so malloc 72 0x55717345d0c0 0.000121
+gallium_dri.so free 0x55717345d180 void 0.000120
+gallium_dri.so free 0x55717345d0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d0c0 0.000121
+gallium_dri.so free 0x55717345d200 void 0.000121
+gallium_dri.so free 0x55717345d0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d230 0.000122
+gallium_dri.so free 0x55717345d280 void 0.000120
+gallium_dri.so free 0x55717345d230 void 0.000119
+gallium_dri.so malloc 72 0x55717345d230 0.000120
+gallium_dri.so free 0x55717345d380 void 0.000121
+gallium_dri.so free 0x55717345d230 void 0.000119
+gallium_dri.so malloc 72 0x55717345d3c0 0.000121
+gallium_dri.so free 0x55717345d440 void 0.000121
+gallium_dri.so free 0x55717345d3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d440 0.000120
+gallium_dri.so free 0x55717345d500 void 0.000120
+gallium_dri.so free 0x55717345d440 void 0.000121
+gallium_dri.so malloc 72 0x55717345d440 0.000120
+gallium_dri.so free 0x55717345d580 void 0.000131
+gallium_dri.so free 0x55717345d440 void 0.000120
+gallium_dri.so malloc 72 0x55717345d5b0 0.000120
+gallium_dri.so free 0x55717345d600 void 0.000122
+gallium_dri.so free 0x55717345d5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d5b0 0.000119
+gallium_dri.so free 0x55717345d700 void 0.000121
+gallium_dri.so free 0x55717345d5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345d6b0 0.000122
+gallium_dri.so free 0x55717345d7c0 void 0.000120
+gallium_dri.so free 0x55717345d6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d770 0.000120
+gallium_dri.so free 0x55717345d840 void 0.000120
+gallium_dri.so free 0x55717345d770 void 0.000120
+gallium_dri.so malloc 72 0x55717345d770 0.000122
+gallium_dri.so free 0x55717345d900 void 0.000121
+gallium_dri.so free 0x55717345d770 void 0.000120
+gallium_dri.so malloc 72 0x55717345d770 0.000120
+gallium_dri.so free 0x55717345d9c0 void 0.000121
+gallium_dri.so free 0x55717345d770 void 0.000122
+gallium_dri.so malloc 72 0x55717345d970 0.000120
+gallium_dri.so free 0x55717345da40 void 0.000122
+gallium_dri.so free 0x55717345d970 void 0.000120
+gallium_dri.so malloc 72 0x55717345da90 0.000119
+gallium_dri.so free 0x55717345db00 void 0.000120
+gallium_dri.so free 0x55717345da90 void 0.000120
+gallium_dri.so malloc 72 0x55717345db20 0.000128
+gallium_dri.so free 0x55717345dbc0 void 0.000122
+gallium_dri.so free 0x55717345db20 void 0.000120
+gallium_dri.so malloc 72 0x55717345db70 0.000120
+gallium_dri.so free 0x55717345dc40 void 0.000121
+gallium_dri.so free 0x55717345db70 void 0.000119
+gallium_dri.so malloc 72 0x55717345dc40 0.000120
+gallium_dri.so free 0x55717345dd00 void 0.000121
+gallium_dri.so free 0x55717345dc40 void 0.000121
+gallium_dri.so malloc 72 0x55717345dc40 0.000119
+gallium_dri.so free 0x55717345dd80 void 0.000120
+gallium_dri.so free 0x55717345dc40 void 0.000121
+gallium_dri.so malloc 72 0x55717345dd80 0.000119
+gallium_dri.so free 0x55717345de40 void 0.000120
+gallium_dri.so free 0x55717345dd80 void 0.000119
+gallium_dri.so malloc 72 0x55717345dd80 0.000120
+gallium_dri.so free 0x5571735cab40 void 0.000121
+gallium_dri.so free 0x55717345dd80 void 0.000119
+gallium_dri.so malloc 72 0x55717345dd80 0.000120
+gallium_dri.so free 0x5571735cac00 void 0.000121
+gallium_dri.so free 0x55717345dd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cabb0 0.000121
+gallium_dri.so free 0x5571735cac80 void 0.000121
+gallium_dri.so free 0x5571735cabb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cacd0 0.000119
+gallium_dri.so free 0x5571735cad40 void 0.000119
+gallium_dri.so free 0x5571735cacd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cad80 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000122
+gallium_dri.so free 0x5571735cad80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cad80 0.000120
+gallium_dri.so free 0x5571735cae80 void 0.000121
+gallium_dri.so free 0x5571735cad80 void 0.000120
+gallium_dri.so malloc 72 0x5571735caeb0 0.000119
+gallium_dri.so free 0x5571735caf00 void 0.000120
+gallium_dri.so free 0x5571735caeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735caeb0 0.000122
+gallium_dri.so free 0x5571735cb000 void 0.000120
+gallium_dri.so free 0x5571735caeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cafb0 0.000120
+gallium_dri.so free 0x5571735cb0c0 void 0.000119
+gallium_dri.so free 0x5571735cafb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb070 0.000121
+gallium_dri.so free 0x5571735cb100 void 0.000121
+gallium_dri.so free 0x5571735cb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb070 0.000120
+gallium_dri.so free 0x5571735cb1c0 void 0.000121
+gallium_dri.so free 0x5571735cb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb230 0.000121
+gallium_dri.so free 0x5571735cb280 void 0.000121
+gallium_dri.so free 0x5571735cb230 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb230 0.000130
+gallium_dri.so free 0x5571735cb380 void 0.000122
+gallium_dri.so free 0x5571735cb230 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb330 0.000120
+gallium_dri.so free 0x5571735cb440 void 0.000121
+gallium_dri.so free 0x5571735cb330 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000119
+gallium_dri.so free 0x5571735cb480 void 0.000120
+gallium_dri.so free 0x5571735cb3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000120
+gallium_dri.so free 0x5571735cb540 void 0.000120
+gallium_dri.so free 0x5571735cb3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb580 0.000121
+gallium_dri.so free 0x5571735cb600 void 0.000121
+gallium_dri.so free 0x5571735cb580 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb600 0.000120
+gallium_dri.so free 0x5571735cb6c0 void 0.000121
+gallium_dri.so free 0x5571735cb600 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb600 0.000122
+gallium_dri.so free 0x5571735cb780 void 0.000120
+gallium_dri.so free 0x5571735cb600 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb7a0 0.000120
+gallium_dri.so free 0x5571735cb840 void 0.000121
+gallium_dri.so free 0x5571735cb7a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb7f0 0.000120
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so free 0x5571735cb7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb7f0 0.000120
+gallium_dri.so free 0x5571735cb940 void 0.000119
+gallium_dri.so free 0x5571735cb7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb940 0.000121
+gallium_dri.so free 0x5571735cba00 void 0.000121
+gallium_dri.so free 0x5571735cb940 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb940 0.000119
+gallium_dri.so free 0x5571735cbac0 void 0.000120
+gallium_dri.so free 0x5571735cb940 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb940 0.000120
+gallium_dri.so free 0x5571735cbb80 void 0.000122
+gallium_dri.so free 0x5571735cb940 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbb30 0.000121
+gallium_dri.so free 0x5571735cbc40 void 0.000120
+gallium_dri.so free 0x5571735cbb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000121
+gallium_dri.so free 0x5571735cbcc0 void 0.000120
+gallium_dri.so free 0x5571735cbbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbd10 0.000121
+gallium_dri.so free 0x5571735cbd80 void 0.000120
+gallium_dri.so free 0x5571735cbd10 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbda0 0.000120
+gallium_dri.so free 0x5571735cbe40 void 0.000122
+gallium_dri.so free 0x5571735cbda0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000119
+gallium_dri.so free 0x5571735cbec0 void 0.000124
+gallium_dri.so free 0x5571735cbdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000120
+gallium_dri.so free 0x5571735cbf40 void 0.000121
+gallium_dri.so free 0x5571735cbdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbf40 0.000120
+gallium_dri.so free 0x5571735cc000 void 0.000121
+gallium_dri.so free 0x5571735cbf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbf40 0.000120
+gallium_dri.so free 0x5571735cc100 void 0.000122
+gallium_dri.so free 0x5571735cbf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000119
+gallium_dri.so free 0x5571735cc140 void 0.000120
+gallium_dri.so free 0x5571735cc0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000121
+gallium_dri.so free 0x5571735cc200 void 0.000120
+gallium_dri.so free 0x5571735cc0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc240 0.000119
+gallium_dri.so free 0x5571735cc2c0 void 0.000121
+gallium_dri.so free 0x5571735cc240 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc2c0 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000121
+gallium_dri.so free 0x5571735cc2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc2c0 0.000120
+gallium_dri.so free 0x5571735cc400 void 0.000121
+gallium_dri.so free 0x5571735cc2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc430 0.000122
+gallium_dri.so free 0x5571735cc480 void 0.000121
+gallium_dri.so free 0x5571735cc430 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc430 0.000122
+gallium_dri.so free 0x5571735cc580 void 0.000121
+gallium_dri.so free 0x5571735cc430 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc5c0 0.000119
+gallium_dri.so free 0x5571735cc640 void 0.000122
+gallium_dri.so free 0x5571735cc5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc640 0.000120
+gallium_dri.so free 0x5571735cc700 void 0.000121
+gallium_dri.so free 0x5571735cc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc640 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000121
+gallium_dri.so free 0x5571735cc640 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000120
+gallium_dri.so free 0x5571735cc800 void 0.000121
+gallium_dri.so free 0x5571735cc7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000120
+gallium_dri.so free 0x5571735cc900 void 0.000120
+gallium_dri.so free 0x5571735cc7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000120
+gallium_dri.so free 0x5571735cc9c0 void 0.000122
+gallium_dri.so free 0x5571735cc8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc970 0.000120
+gallium_dri.so free 0x5571735cca40 void 0.000122
+gallium_dri.so free 0x5571735cc970 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc970 0.000121
+gallium_dri.so free 0x5571735ccb00 void 0.000121
+gallium_dri.so free 0x5571735cc970 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc970 0.000120
+gallium_dri.so free 0x5571735ccbc0 void 0.000120
+gallium_dri.so free 0x5571735cc970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccb70 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000122
+gallium_dri.so free 0x5571735ccb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccc90 0.000119
+gallium_dri.so free 0x5571735ccd00 void 0.000120
+gallium_dri.so free 0x5571735ccc90 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd20 0.000119
+gallium_dri.so free 0x5571735ccdc0 void 0.000121
+gallium_dri.so free 0x5571735ccd20 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd70 0.000120
+gallium_dri.so free 0x5571735cce40 void 0.000121
+gallium_dri.so free 0x5571735ccd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cce40 0.000120
+gallium_dri.so free 0x5571735ccf00 void 0.000120
+gallium_dri.so free 0x5571735cce40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cce40 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so free 0x5571735cce40 void 0.000164
+gallium_dri.so malloc 72 0x5571735ccf80 0.000122
+gallium_dri.so free 0x5571735cd040 void 0.000120
+gallium_dri.so free 0x5571735ccf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccf80 0.000126
+gallium_dri.so free 0x5571735cd100 void 0.000121
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccf80 0.000120
+gallium_dri.so free 0x5571735cd1c0 void 0.000120
+gallium_dri.so free 0x5571735ccf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd170 0.000120
+gallium_dri.so free 0x5571735cd240 void 0.000121
+gallium_dri.so free 0x5571735cd170 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd290 0.000119
+gallium_dri.so free 0x5571735cd300 void 0.000121
+gallium_dri.so free 0x5571735cd290 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd340 0.000119
+gallium_dri.so free 0x5571735cd3c0 void 0.000120
+gallium_dri.so free 0x5571735cd340 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd340 0.000121
+gallium_dri.so free 0x5571735cd440 void 0.000122
+gallium_dri.so free 0x5571735cd340 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd470 0.000120
+gallium_dri.so free 0x5571735cd4c0 void 0.000121
+gallium_dri.so free 0x5571735cd470 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd470 0.000120
+gallium_dri.so free 0x5571735cd5c0 void 0.000130
+gallium_dri.so free 0x5571735cd470 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd570 0.000119
+gallium_dri.so free 0x5571735cd680 void 0.000120
+gallium_dri.so free 0x5571735cd570 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd630 0.000122
+gallium_dri.so free 0x5571735cd6c0 void 0.000121
+gallium_dri.so free 0x5571735cd630 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd630 0.000122
+gallium_dri.so free 0x5571735cd780 void 0.000121
+gallium_dri.so free 0x5571735cd630 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000121
+gallium_dri.so free 0x5571735cd840 void 0.000121
+gallium_dri.so free 0x5571735cd7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd7f0 0.000119
+gallium_dri.so free 0x5571735cd940 void 0.000120
+gallium_dri.so free 0x5571735cd7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000120
+gallium_dri.so free 0x5571735cda00 void 0.000122
+gallium_dri.so free 0x5571735cd8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000121
+gallium_dri.so free 0x5571735cda40 void 0.000120
+gallium_dri.so free 0x5571735cd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000119
+gallium_dri.so free 0x5571735cdb00 void 0.000120
+gallium_dri.so free 0x5571735cd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdb40 0.000122
+gallium_dri.so free 0x5571735cdbc0 void 0.000120
+gallium_dri.so free 0x5571735cdb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000122
+gallium_dri.so free 0x5571735cdc80 void 0.000121
+gallium_dri.so free 0x5571735cdbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000120
+gallium_dri.so free 0x5571735cdd40 void 0.000121
+gallium_dri.so free 0x5571735cdbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdd60 0.000119
+gallium_dri.so free 0x5571735cde00 void 0.000119
+gallium_dri.so free 0x5571735cdd60 void 0.000120
+gallium_dri.so malloc 72 0x5571735cddb0 0.000120
+gallium_dri.so free 0x5571735cde80 void 0.000120
+gallium_dri.so free 0x5571735cddb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cddb0 0.000121
+gallium_dri.so free 0x5571735cdf00 void 0.000121
+gallium_dri.so free 0x5571735cddb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdf00 0.000121
+gallium_dri.so free 0x5571735cdfc0 void 0.000126
+gallium_dri.so free 0x5571735cdf00 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdf00 0.000120
+gallium_dri.so free 0x5571735ce080 void 0.000121
+gallium_dri.so free 0x5571735cdf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdf00 0.000121
+gallium_dri.so free 0x5571735ce140 void 0.000166
+gallium_dri.so free 0x5571735cdf00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000121
+gallium_dri.so free 0x5571735ce200 void 0.000120
+gallium_dri.so free 0x5571735ce0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000119
+gallium_dri.so free 0x5571735ce280 void 0.000121
+gallium_dri.so free 0x5571735ce1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce2d0 0.000120
+gallium_dri.so free 0x5571735ce340 void 0.000121
+gallium_dri.so free 0x5571735ce2d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce360 0.000119
+gallium_dri.so free 0x5571735ce400 void 0.000121
+gallium_dri.so free 0x5571735ce360 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000120
+gallium_dri.so free 0x5571735ce480 void 0.000120
+gallium_dri.so free 0x5571735ce3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000120
+gallium_dri.so free 0x5571735ce500 void 0.000122
+gallium_dri.so free 0x5571735ce3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce500 0.000122
+gallium_dri.so free 0x5571735ce5c0 void 0.000122
+gallium_dri.so free 0x5571735ce500 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce500 0.000121
+gallium_dri.so free 0x5571735ce6c0 void 0.000121
+gallium_dri.so free 0x5571735ce500 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce670 0.000121
+gallium_dri.so free 0x5571735ce700 void 0.000115
+gallium_dri.so free 0x5571735ce670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce670 0.000115
+gallium_dri.so free 0x5571735ce7c0 void 0.000114
+gallium_dri.so free 0x5571735ce670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce800 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000115
+gallium_dri.so free 0x5571735ce800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce880 0.000115
+gallium_dri.so free 0x5571735ce940 void 0.000114
+gallium_dri.so free 0x5571735ce880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce880 0.000113
+gallium_dri.so free 0x5571735ce9c0 void 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce9f0 0.000115
+gallium_dri.so free 0x5571735cea40 void 0.000115
+gallium_dri.so free 0x5571735ce9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce9f0 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000115
+gallium_dri.so free 0x5571735ce9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceb80 0.000115
+gallium_dri.so free 0x5571735cec00 void 0.000116
+gallium_dri.so free 0x5571735ceb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec00 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cec00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec00 0.000147
+gallium_dri.so free 0x5571735ced40 void 0.000183
+gallium_dri.so free 0x5571735cec00 void 0.000237
+gallium_dri.so malloc 72 0x5571735ced70 0.000120
+gallium_dri.so free 0x5571735cedc0 void 0.000118
+gallium_dri.so free 0x5571735ced70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced70 0.000120
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so free 0x5571735ced70 void 0.000119
+gallium_dri.so malloc 72 0x55717358d800 0.000125
+gallium_dri.so free 0x55717358d8c0 void 0.000121
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so malloc 72 0x55717358d800 0.000120
+gallium_dri.so free 0x55717358d980 void 0.000117
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so malloc 72 0x55717358d9a0 0.000119
+gallium_dri.so free 0x55717358da40 void 0.000121
+gallium_dri.so free 0x55717358d9a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d9f0 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358d9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d9f0 0.000118
+gallium_dri.so free 0x55717358db40 void 0.000119
+gallium_dri.so free 0x55717358d9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358db40 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000128
+gallium_dri.so free 0x55717358db40 void 0.000118
+gallium_dri.so malloc 72 0x55717358db40 0.000116
+gallium_dri.so free 0x55717358dcc0 void 0.000117
+gallium_dri.so free 0x55717358db40 void 0.000116
+gallium_dri.so malloc 72 0x55717358db40 0.000117
+gallium_dri.so free 0x55717358dd80 void 0.000117
+gallium_dri.so free 0x55717358db40 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd30 0.000117
+gallium_dri.so free 0x55717358de40 void 0.000117
+gallium_dri.so free 0x55717358dd30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ddf0 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000119
+gallium_dri.so free 0x55717358ddf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358df10 0.000117
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358df10 void 0.000117
+gallium_dri.so malloc 72 0x55717358dfa0 0.000117
+gallium_dri.so free 0x55717358e040 void 0.000119
+gallium_dri.so free 0x55717358dfa0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dff0 0.000117
+gallium_dri.so free 0x55717358e0c0 void 0.000117
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000118
+gallium_dri.so free 0x55717358e140 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e140 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x55717358e140 void 0.000122
+gallium_dri.so malloc 72 0x55717358e140 0.000124
+gallium_dri.so free 0x55717358e300 void 0.000126
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so malloc 72 0x55717358e2b0 0.000117
+gallium_dri.so free 0x55717358e340 void 0.000118
+gallium_dri.so free 0x55717358e2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e2b0 0.000125
+gallium_dri.so free 0x55717358e400 void 0.000125
+gallium_dri.so free 0x55717358e2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e440 0.000124
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so free 0x55717358e440 void 0.000123
+gallium_dri.so malloc 72 0x55717358e4c0 0.000124
+gallium_dri.so free 0x55717358e580 void 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e4c0 0.000119
+gallium_dri.so free 0x55717358e600 void 0.000123
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e630 0.000118
+gallium_dri.so free 0x55717358e680 void 0.000117
+gallium_dri.so free 0x55717358e630 void 0.000122
+gallium_dri.so malloc 72 0x55717358e630 0.000177
+gallium_dri.so free 0x55717358e780 void 0.000125
+gallium_dri.so free 0x55717358e630 void 0.000124
+gallium_dri.so malloc 72 0x55717358e7c0 0.000120
+gallium_dri.so free 0x55717358e840 void 0.000117
+gallium_dri.so free 0x55717358e7c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358e840 0.000127
+gallium_dri.so free 0x55717358e900 void 0.000125
+gallium_dri.so free 0x55717358e840 void 0.000125
+gallium_dri.so malloc 72 0x55717358e840 0.000124
+gallium_dri.so free 0x55717358e980 void 0.000125
+gallium_dri.so free 0x55717358e840 void 0.000125
+gallium_dri.so malloc 72 0x55717358e9b0 0.000119
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so free 0x55717358e9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e9b0 0.000125
+gallium_dri.so free 0x55717358eb00 void 0.000123
+gallium_dri.so free 0x55717358e9b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358eab0 0.000125
+gallium_dri.so free 0x55717358ebc0 void 0.000124
+gallium_dri.so free 0x55717358eab0 void 0.000124
+gallium_dri.so malloc 72 0x55717358eb70 0.000134
+gallium_dri.so free 0x55717358ec40 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb70 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000117
+gallium_dri.so free 0x55717358eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb70 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed70 0.000122
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so free 0x55717358ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee90 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000123
+gallium_dri.so free 0x55717358ee90 void 0.000126
+gallium_dri.so malloc 72 0x55717358ef20 0.000123
+gallium_dri.so free 0x55717358efc0 void 0.000126
+gallium_dri.so free 0x55717358ef20 void 0.000161
+gallium_dri.so malloc 72 0x55717358ef70 0.000124
+gallium_dri.so free 0x55717358f040 void 0.000119
+gallium_dri.so free 0x55717358ef70 void 0.000117
+gallium_dri.so malloc 72 0x55717358f040 0.000116
+gallium_dri.so free 0x55717358f100 void 0.000121
+gallium_dri.so free 0x55717358f040 void 0.000117
+gallium_dri.so malloc 72 0x55717358f040 0.000134
+gallium_dri.so free 0x55717358f180 void 0.000120
+gallium_dri.so free 0x55717358f040 void 0.000122
+gallium_dri.so malloc 72 0x55717358f180 0.000125
+gallium_dri.so free 0x55717358f240 void 0.000124
+gallium_dri.so free 0x55717358f180 void 0.000126
+gallium_dri.so malloc 72 0x55717358f180 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000125
+gallium_dri.so free 0x55717358f180 void 0.000125
+gallium_dri.so malloc 72 0x55717358f180 0.000124
+gallium_dri.so free 0x55717358f3c0 void 0.000123
+gallium_dri.so free 0x55717358f180 void 0.000119
+gallium_dri.so malloc 72 0x55717358f370 0.000117
+gallium_dri.so free 0x55717358f440 void 0.000123
+gallium_dri.so free 0x55717358f370 void 0.000126
+gallium_dri.so malloc 72 0x55717358f490 0.000123
+gallium_dri.so free 0x55717358f500 void 0.000124
+gallium_dri.so free 0x55717358f490 void 0.000119
+gallium_dri.so malloc 72 0x55717358f540 0.000117
+gallium_dri.so free 0x55717358f5c0 void 0.000123
+gallium_dri.so free 0x55717358f540 void 0.000124
+gallium_dri.so malloc 72 0x55717358f540 0.000119
+gallium_dri.so free 0x55717358f640 void 0.000162
+gallium_dri.so free 0x55717358f540 void 0.000159
+gallium_dri.so malloc 72 0x55717358f670 0.000159
+gallium_dri.so free 0x55717358f6c0 void 0.000124
+gallium_dri.so free 0x55717358f670 void 0.000124
+gallium_dri.so malloc 72 0x55717358f670 0.000119
+gallium_dri.so free 0x55717358f7c0 void 0.000123
+gallium_dri.so free 0x55717358f670 void 0.000124
+gallium_dri.so malloc 72 0x55717358f770 0.000128
+gallium_dri.so free 0x55717358f880 void 0.000125
+gallium_dri.so free 0x55717358f770 void 0.000129
+gallium_dri.so malloc 72 0x55717358f830 0.000124
+gallium_dri.so free 0x55717358f8c0 void 0.000125
+gallium_dri.so free 0x55717358f830 void 0.000129
+gallium_dri.so malloc 72 0x55717358f830 0.000132
+gallium_dri.so free 0x55717358f980 void 0.000131
+gallium_dri.so free 0x55717358f830 void 0.000130
+gallium_dri.so malloc 72 0x55717358f9f0 0.000129
+gallium_dri.so free 0x55717358fa40 void 0.000130
+gallium_dri.so free 0x55717358f9f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f9f0 0.000137
+gallium_dri.so free 0x55717358fb40 void 0.000125
+gallium_dri.so free 0x55717358f9f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358faf0 0.000126
+gallium_dri.so free 0x55717358fc00 void 0.000123
+gallium_dri.so free 0x55717358faf0 void 0.000128
+gallium_dri.so malloc 72 0x55717358fbb0 0.000125
+gallium_dri.so free 0x55717358fc40 void 0.000125
+gallium_dri.so free 0x55717358fbb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fbb0 0.000127
+gallium_dri.so free 0x55717358fd00 void 0.000130
+gallium_dri.so free 0x55717358fbb0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fd40 0.000130
+gallium_dri.so free 0x55717358fdc0 void 0.000133
+gallium_dri.so free 0x55717358fd40 void 0.000131
+gallium_dri.so malloc 72 0x55717358fdc0 0.000133
+gallium_dri.so free 0x55717358fe80 void 0.000132
+gallium_dri.so free 0x55717358fdc0 void 0.000228
+gallium_dri.so malloc 72 0x55717358fdc0 0.000125
+gallium_dri.so free 0x55717358ff40 void 0.000130
+gallium_dri.so free 0x55717358fdc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ff60 0.000141
+gallium_dri.so free 0x557173590000 void 0.000133
+gallium_dri.so free 0x55717358ff60 void 0.000131
+gallium_dri.so malloc 72 0x55717358ffb0 0.000130
+gallium_dri.so free 0x557173590080 void 0.000133
+gallium_dri.so free 0x55717358ffb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffb0 0.000128
+gallium_dri.so free 0x557173590100 void 0.000132
+gallium_dri.so free 0x55717358ffb0 void 0.000223
+gallium_dri.so malloc 72 0x557173590100 0.000221
+gallium_dri.so free 0x5571735901c0 void 0.000225
+gallium_dri.so free 0x557173590100 void 0.000130
+gallium_dri.so malloc 72 0x557173590100 0.000130
+gallium_dri.so free 0x557173590280 void 0.000131
+gallium_dri.so free 0x557173590100 void 0.000131
+gallium_dri.so malloc 72 0x557173590100 0.000127
+gallium_dri.so free 0x557173590340 void 0.000129
+gallium_dri.so free 0x557173590100 void 0.000131
+gallium_dri.so malloc 72 0x5571735902f0 0.000126
+gallium_dri.so free 0x557173590400 void 0.000170
+gallium_dri.so free 0x5571735902f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735903b0 0.000131
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so free 0x5571735903b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735904d0 0.000125
+gallium_dri.so free 0x557173590540 void 0.000128
+gallium_dri.so free 0x5571735904d0 void 0.000130
+gallium_dri.so malloc 72 0x557173590560 0.000199
+gallium_dri.so free 0x557173590600 void 0.000124
+gallium_dri.so free 0x557173590560 void 0.000128
+gallium_dri.so malloc 72 0x5571735905b0 0.000133
+gallium_dri.so free 0x557173590680 void 0.000131
+gallium_dri.so free 0x5571735905b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735905b0 0.000132
+gallium_dri.so free 0x557173590700 void 0.000126
+gallium_dri.so free 0x5571735905b0 void 0.000126
+gallium_dri.so malloc 72 0x557173590700 0.000129
+gallium_dri.so free 0x5571735907c0 void 0.000130
+gallium_dri.so free 0x557173590700 void 0.000148
+gallium_dri.so malloc 72 0x557173590700 0.000151
+gallium_dri.so free 0x5571735908c0 void 0.000131
+gallium_dri.so free 0x557173590700 void 0.000128
+gallium_dri.so malloc 72 0x557173590870 0.000128
+gallium_dri.so free 0x557173590900 void 0.000128
+gallium_dri.so free 0x557173590870 void 0.000127
+gallium_dri.so malloc 72 0x557173590870 0.000127
+gallium_dri.so free 0x5571735909c0 void 0.000127
+gallium_dri.so free 0x557173590870 void 0.000128
+gallium_dri.so malloc 72 0x557173590a00 0.000128
+gallium_dri.so free 0x557173590a80 void 0.000129
+gallium_dri.so free 0x557173590a00 void 0.000127
+gallium_dri.so malloc 72 0x557173590a80 0.000128
+gallium_dri.so free 0x557173590b40 void 0.000128
+gallium_dri.so free 0x557173590a80 void 0.000127
+gallium_dri.so malloc 72 0x557173590a80 0.000128
+gallium_dri.so free 0x557173590bc0 void 0.000128
+gallium_dri.so free 0x557173590a80 void 0.000127
+gallium_dri.so malloc 72 0x557173590bf0 0.000128
+gallium_dri.so free 0x557173590c40 void 0.000126
+gallium_dri.so free 0x557173590bf0 void 0.000127
+gallium_dri.so malloc 72 0x557173590bf0 0.000127
+gallium_dri.so free 0x557173590d40 void 0.000128
+gallium_dri.so free 0x557173590bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173590d80 0.000127
+gallium_dri.so free 0x557173590e00 void 0.000130
+gallium_dri.so free 0x557173590d80 void 0.000127
+gallium_dri.so malloc 72 0x557173590e00 0.000127
+gallium_dri.so free 0x557173590ec0 void 0.000129
+gallium_dri.so free 0x557173590e00 void 0.000126
+gallium_dri.so malloc 72 0x557173590e00 0.000128
+gallium_dri.so free 0x557173590f40 void 0.000128
+gallium_dri.so free 0x557173590e00 void 0.000127
+gallium_dri.so malloc 72 0x557173590f70 0.000128
+gallium_dri.so free 0x557173590fc0 void 0.000128
+gallium_dri.so free 0x557173590f70 void 0.000128
+gallium_dri.so malloc 72 0x557173590f70 0.000128
+gallium_dri.so free 0x5571735910c0 void 0.000128
+gallium_dri.so free 0x557173590f70 void 0.000127
+gallium_dri.so malloc 72 0x557173591070 0.000126
+gallium_dri.so free 0x557173591180 void 0.000126
+gallium_dri.so free 0x557173591070 void 0.000129
+gallium_dri.so malloc 72 0x557173591130 0.000127
+gallium_dri.so free 0x557173591200 void 0.000128
+gallium_dri.so free 0x557173591130 void 0.000127
+gallium_dri.so malloc 72 0x557173591130 0.000128
+gallium_dri.so free 0x5571735912c0 void 0.000128
+gallium_dri.so free 0x557173591130 void 0.000129
+gallium_dri.so malloc 72 0x557173591130 0.000128
+gallium_dri.so free 0x557173591380 void 0.000170
+gallium_dri.so free 0x557173591130 void 0.000129
+gallium_dri.so malloc 72 0x557173591330 0.000127
+gallium_dri.so free 0x557173591400 void 0.000129
+gallium_dri.so free 0x557173591330 void 0.000129
+gallium_dri.so malloc 72 0x557173591450 0.000128
+gallium_dri.so free 0x5571735914c0 void 0.000128
+gallium_dri.so free 0x557173591450 void 0.000127
+gallium_dri.so malloc 72 0x5571735914e0 0.000127
+gallium_dri.so free 0x557173591580 void 0.000127
+gallium_dri.so free 0x5571735914e0 void 0.000127
+gallium_dri.so malloc 72 0x557173591530 0.000126
+gallium_dri.so free 0x557173591600 void 0.000128
+gallium_dri.so free 0x557173591530 void 0.000128
+gallium_dri.so malloc 72 0x557173591600 0.000127
+gallium_dri.so free 0x5571735916c0 void 0.000128
+gallium_dri.so free 0x557173591600 void 0.000126
+gallium_dri.so malloc 72 0x557173591600 0.000127
+gallium_dri.so free 0x557173591740 void 0.000127
+gallium_dri.so free 0x557173591600 void 0.000128
+gallium_dri.so malloc 72 0x557173591740 0.000126
+gallium_dri.so free 0x557173591800 void 0.000128
+gallium_dri.so free 0x557173591740 void 0.000127
+gallium_dri.so malloc 72 0x557173591740 0.000128
+gallium_dri.so free 0x5571735918c0 void 0.000138
+gallium_dri.so free 0x557173591740 void 0.000128
+gallium_dri.so malloc 72 0x557173591740 0.000126
+gallium_dri.so free 0x557173591980 void 0.000127
+gallium_dri.so free 0x557173591740 void 0.000127
+gallium_dri.so malloc 72 0x557173591930 0.000127
+gallium_dri.so free 0x557173591a00 void 0.000128
+gallium_dri.so free 0x557173591930 void 0.000128
+gallium_dri.so malloc 72 0x557173591a50 0.000127
+gallium_dri.so free 0x557173591ac0 void 0.000129
+gallium_dri.so free 0x557173591a50 void 0.000126
+gallium_dri.so malloc 72 0x557173591b00 0.000127
+gallium_dri.so free 0x557173591b80 void 0.000130
+gallium_dri.so free 0x557173591b00 void 0.000127
+gallium_dri.so malloc 72 0x557173591b00 0.000127
+gallium_dri.so free 0x557173591c00 void 0.000129
+gallium_dri.so free 0x557173591b00 void 0.000128
+gallium_dri.so malloc 72 0x557173591c30 0.000125
+gallium_dri.so free 0x557173591c80 void 0.000128
+gallium_dri.so free 0x557173591c30 void 0.000127
+gallium_dri.so malloc 72 0x557173591c30 0.000126
+gallium_dri.so free 0x557173591d80 void 0.000127
+gallium_dri.so free 0x557173591c30 void 0.000127
+gallium_dri.so malloc 72 0x557173591d30 0.000127
+gallium_dri.so free 0x557173591e40 void 0.000136
+gallium_dri.so free 0x557173591d30 void 0.000129
+gallium_dri.so malloc 72 0x557173591df0 0.000128
+gallium_dri.so free 0x557173591e80 void 0.000128
+gallium_dri.so free 0x557173591df0 void 0.000127
+gallium_dri.so malloc 72 0x557173591df0 0.000127
+gallium_dri.so free 0x5571735cef80 void 0.000128
+gallium_dri.so free 0x557173591df0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cef30 0.000123
+gallium_dri.so free 0x5571735cef80 void 0.000121
+gallium_dri.so free 0x5571735cef30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cef30 0.000122
+gallium_dri.so free 0x5571735cf080 void 0.000122
+gallium_dri.so free 0x5571735cef30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf030 0.000121
+gallium_dri.so free 0x5571735cf140 void 0.000121
+gallium_dri.so free 0x5571735cf030 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf0f0 0.000121
+gallium_dri.so free 0x557173591f40 void 0.000121
+gallium_dri.so free 0x5571735cf0f0 void 0.000121
+gallium_dri.so malloc 72 0x557173591f70 0.000122
+gallium_dri.so free 0x5571735cf180 void 0.000123
+gallium_dri.so free 0x557173591f70 void 0.000122
+gallium_dri.so malloc 72 0x557173591f70 0.000121
+gallium_dri.so free 0x5571735cf280 void 0.000121
+gallium_dri.so free 0x557173591f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf230 0.000122
+gallium_dri.so free 0x5571735cf340 void 0.000125
+gallium_dri.so free 0x5571735cf230 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000122
+gallium_dri.so free 0x5571735cf3c0 void 0.000121
+gallium_dri.so free 0x5571735cf2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000121
+gallium_dri.so free 0x5571735cf480 void 0.000121
+gallium_dri.so free 0x5571735cf2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so free 0x5571735cf2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000122
+gallium_dri.so free 0x5571735cf5c0 void 0.000123
+gallium_dri.so free 0x5571735cf4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf610 0.000122
+gallium_dri.so free 0x5571735cf680 void 0.000122
+gallium_dri.so free 0x5571735cf610 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf6a0 0.000121
+gallium_dri.so free 0x5571735cf740 void 0.000122
+gallium_dri.so free 0x5571735cf6a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000122
+gallium_dri.so free 0x5571735cf7c0 void 0.000122
+gallium_dri.so free 0x5571735cf6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000122
+gallium_dri.so free 0x5571735cf880 void 0.000132
+gallium_dri.so free 0x5571735cf7c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000121
+gallium_dri.so free 0x5571735cf900 void 0.000123
+gallium_dri.so free 0x5571735cf7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf900 0.000121
+gallium_dri.so free 0x5571735cf9c0 void 0.000122
+gallium_dri.so free 0x5571735cf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf900 0.000121
+gallium_dri.so free 0x5571735cfa80 void 0.000124
+gallium_dri.so free 0x5571735cf900 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf900 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000123
+gallium_dri.so free 0x5571735cf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000121
+gallium_dri.so free 0x5571735cfbc0 void 0.000122
+gallium_dri.so free 0x5571735cfaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfc10 0.000120
+gallium_dri.so free 0x5571735cfc80 void 0.000121
+gallium_dri.so free 0x5571735cfc10 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000122
+gallium_dri.so free 0x5571735cfd40 void 0.000121
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000121
+gallium_dri.so free 0x5571735cfdc0 void 0.000122
+gallium_dri.so free 0x5571735cfcc0 void 0.000170
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000123
+gallium_dri.so free 0x5571735cfe40 void 0.000121
+gallium_dri.so free 0x5571735cfdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000122
+gallium_dri.so free 0x5571735cff40 void 0.000121
+gallium_dri.so free 0x5571735cfdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfef0 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x5571735cfef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cffb0 0.000120
+gallium_dri.so free 0x5571735d0040 void 0.000121
+gallium_dri.so free 0x5571735cffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cffb0 0.000121
+gallium_dri.so free 0x5571735d0100 void 0.000121
+gallium_dri.so free 0x5571735cffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d01c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000123
+gallium_dri.so free 0x5571735d02c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0270 0.000122
+gallium_dri.so free 0x5571735d0380 void 0.000122
+gallium_dri.so free 0x5571735d0270 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0330 0.000132
+gallium_dri.so free 0x5571735d03c0 void 0.000122
+gallium_dri.so free 0x5571735d0330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0330 0.000120
+gallium_dri.so free 0x5571735d0480 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d04c0 0.000120
+gallium_dri.so free 0x5571735d0540 void 0.000121
+gallium_dri.so free 0x5571735d04c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0540 0.000120
+gallium_dri.so free 0x5571735d0600 void 0.000122
+gallium_dri.so free 0x5571735d0540 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0540 0.000122
+gallium_dri.so free 0x5571735d06c0 void 0.000122
+gallium_dri.so free 0x5571735d0540 void 0.000123
+gallium_dri.so malloc 72 0x5571735d06e0 0.000121
+gallium_dri.so free 0x5571735d0780 void 0.000123
+gallium_dri.so free 0x5571735d06e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0730 0.000122
+gallium_dri.so free 0x5571735d0800 void 0.000123
+gallium_dri.so free 0x5571735d0730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0730 0.000123
+gallium_dri.so free 0x5571735d0880 void 0.000122
+gallium_dri.so free 0x5571735d0730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0880 0.000121
+gallium_dri.so free 0x5571735d0940 void 0.000120
+gallium_dri.so free 0x5571735d0880 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0880 0.000121
+gallium_dri.so free 0x5571735d0a00 void 0.000120
+gallium_dri.so free 0x5571735d0880 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0880 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0880 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0a70 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b30 0.000122
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so free 0x5571735d0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c50 0.000134
+gallium_dri.so free 0x5571735d0cc0 void 0.000123
+gallium_dri.so free 0x5571735d0c50 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000122
+gallium_dri.so free 0x5571735d0ce0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d30 0.000121
+gallium_dri.so free 0x5571735d0e00 void 0.000122
+gallium_dri.so free 0x5571735d0d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d30 0.000123
+gallium_dri.so free 0x5571735d0e80 void 0.000122
+gallium_dri.so free 0x5571735d0d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0e80 0.000190
+gallium_dri.so free 0x5571735d0f40 void 0.000124
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0e80 0.000121
+gallium_dri.so free 0x5571735d1040 void 0.000122
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000120
+gallium_dri.so free 0x5571735d1080 void 0.000123
+gallium_dri.so free 0x5571735d0ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000120
+gallium_dri.so free 0x5571735d0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1180 0.000121
+gallium_dri.so free 0x5571735d1200 void 0.000121
+gallium_dri.so free 0x5571735d1180 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1200 0.000119
+gallium_dri.so free 0x5571735d12c0 void 0.000120
+gallium_dri.so free 0x5571735d1200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1200 0.000120
+gallium_dri.so free 0x5571735d1340 void 0.000122
+gallium_dri.so free 0x5571735d1200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1370 0.000122
+gallium_dri.so free 0x5571735d13c0 void 0.000121
+gallium_dri.so free 0x5571735d1370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1370 0.000121
+gallium_dri.so free 0x5571735d14c0 void 0.000132
+gallium_dri.so free 0x5571735d1370 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1500 0.000122
+gallium_dri.so free 0x5571735d1580 void 0.000122
+gallium_dri.so free 0x5571735d1500 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1580 0.000121
+gallium_dri.so free 0x5571735d1640 void 0.000120
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1580 0.000121
+gallium_dri.so free 0x5571735d16c0 void 0.000122
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d16f0 0.000121
+gallium_dri.so free 0x5571735d1740 void 0.000121
+gallium_dri.so free 0x5571735d16f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d16f0 0.000121
+gallium_dri.so free 0x5571735d1840 void 0.000122
+gallium_dri.so free 0x5571735d16f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d17f0 0.000122
+gallium_dri.so free 0x5571735d1900 void 0.000121
+gallium_dri.so free 0x5571735d17f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d18b0 0.000121
+gallium_dri.so free 0x5571735d1980 void 0.000121
+gallium_dri.so free 0x5571735d18b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d18b0 0.000122
+gallium_dri.so free 0x5571735d1a40 void 0.000121
+gallium_dri.so free 0x5571735d18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d18b0 0.000338
+gallium_dri.so free 0x5571735d1b00 void 0.000374
+gallium_dri.so free 0x5571735d18b0 void 0.000214
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000173
+gallium_dri.so free 0x5571735d1b80 void 0.000162
+gallium_dri.so free 0x5571735d1ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1bd0 0.000125
+gallium_dri.so free 0x5571735d1c40 void 0.000138
+gallium_dri.so free 0x5571735d1bd0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1c60 0.000125
+gallium_dri.so free 0x5571735d1d00 void 0.000125
+gallium_dri.so free 0x5571735d1c60 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000117
+gallium_dri.so free 0x5571735d1d80 void 0.000117
+gallium_dri.so free 0x5571735d1cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1d80 0.000118
+gallium_dri.so free 0x5571735d1e40 void 0.000115
+gallium_dri.so free 0x5571735d1d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1d80 0.000137
+gallium_dri.so free 0x5571735d1ec0 void 0.000139
+gallium_dri.so free 0x5571735d1d80 void 0.000201
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000170
+gallium_dri.so free 0x5571735d1f80 void 0.000135
+gallium_dri.so free 0x5571735d1ec0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000129
+gallium_dri.so free 0x5571735d2040 void 0.000129
+gallium_dri.so free 0x5571735d1ec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000128
+gallium_dri.so free 0x5571735d2100 void 0.000138
+gallium_dri.so free 0x5571735d1ec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d20b0 0.000128
+gallium_dri.so free 0x5571735d2180 void 0.000130
+gallium_dri.so free 0x5571735d20b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d21d0 0.000128
+gallium_dri.so free 0x5571735d2240 void 0.000291
+gallium_dri.so free 0x5571735d21d0 void 0.000211
+gallium_dri.so malloc 72 0x5571735d2280 0.000117
+gallium_dri.so free 0x5571735d2300 void 0.000131
+gallium_dri.so free 0x5571735d2280 void 0.000149
+gallium_dri.so malloc 72 0x5571735d2280 0.000148
+gallium_dri.so free 0x5571735d2380 void 0.000130
+gallium_dri.so free 0x5571735d2280 void 0.000127
+gallium_dri.so malloc 72 0x5571735d23b0 0.000124
+gallium_dri.so free 0x5571735d2400 void 0.000126
+gallium_dri.so free 0x5571735d23b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d23b0 0.000128
+gallium_dri.so free 0x5571735d2500 void 0.000127
+gallium_dri.so free 0x5571735d23b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d24b0 0.000125
+gallium_dri.so free 0x5571735d25c0 void 0.000128
+gallium_dri.so free 0x5571735d24b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2570 0.000128
+gallium_dri.so free 0x5571735d2600 void 0.000127
+gallium_dri.so free 0x5571735d2570 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2570 0.000172
+gallium_dri.so free 0x5571735d26c0 void 0.000130
+gallium_dri.so free 0x5571735d2570 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2730 0.000126
+gallium_dri.so free 0x5571735d2780 void 0.000127
+gallium_dri.so free 0x5571735d2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2730 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000121
+gallium_dri.so free 0x5571735d2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2830 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000123
+gallium_dri.so free 0x5571735d2830 void 0.000137
+gallium_dri.so malloc 72 0x5571735d28f0 0.000118
+gallium_dri.so free 0x5571735d2980 void 0.000118
+gallium_dri.so free 0x5571735d28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d28f0 0.000118
+gallium_dri.so free 0x5571735d2a40 void 0.000124
+gallium_dri.so free 0x5571735d28f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2a80 0.000126
+gallium_dri.so free 0x5571735d2b00 void 0.000119
+gallium_dri.so free 0x5571735d2a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2b00 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000125
+gallium_dri.so free 0x5571735d2b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b00 0.000121
+gallium_dri.so free 0x5571735d2c80 void 0.000126
+gallium_dri.so free 0x5571735d2b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2ca0 0.000121
+gallium_dri.so free 0x5571735d2d40 void 0.000122
+gallium_dri.so free 0x5571735d2ca0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000120
+gallium_dri.so free 0x5571735d2dc0 void 0.000120
+gallium_dri.so free 0x5571735d2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000118
+gallium_dri.so free 0x5571735d2e40 void 0.000120
+gallium_dri.so free 0x5571735d2cf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d2e40 0.000119
+gallium_dri.so free 0x5571735d2f00 void 0.000122
+gallium_dri.so free 0x5571735d2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e40 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e40 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000129
+gallium_dri.so free 0x5571735d2e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3030 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000122
+gallium_dri.so free 0x5571735d3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30f0 0.000119
+gallium_dri.so free 0x5571735d31c0 void 0.000121
+gallium_dri.so free 0x5571735d30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3210 0.000118
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d3210 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32a0 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000121
+gallium_dri.so free 0x5571735d32a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32f0 0.000119
+gallium_dri.so free 0x5571735d33c0 void 0.000120
+gallium_dri.so free 0x5571735d32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32f0 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000159
+gallium_dri.so free 0x5571735d32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3440 0.000118
+gallium_dri.so free 0x5571735d3600 void 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735d35b0 0.000118
+gallium_dri.so free 0x5571735d3640 void 0.000121
+gallium_dri.so free 0x5571735d35b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d35b0 0.000114
+gallium_dri.so free 0x5571735d3700 void 0.000114
+gallium_dri.so free 0x5571735d35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3740 0.000113
+gallium_dri.so free 0x5571735d37c0 void 0.000131
+gallium_dri.so free 0x5571735d3740 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000113
+gallium_dri.so free 0x5571735d3900 void 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3930 0.000125
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3930 0.000126
+gallium_dri.so free 0x5571735d3a80 void 0.000117
+gallium_dri.so free 0x5571735d3930 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000112
+gallium_dri.so free 0x5571735d3b40 void 0.000115
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000115
+gallium_dri.so free 0x5571735d3c00 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000115
+gallium_dri.so free 0x5571735d3d00 void 0.000116
+gallium_dri.so free 0x5571735d3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3db0 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3e70 0.000116
+gallium_dri.so free 0x5571735d3f40 void 0.000116
+gallium_dri.so free 0x5571735d3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3e70 0.000115
+gallium_dri.so free 0x5571735d4000 void 0.000115
+gallium_dri.so free 0x5571735d3e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3e70 0.000115
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so free 0x5571735d3e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4070 0.000116
+gallium_dri.so free 0x5571735d4140 void 0.000117
+gallium_dri.so free 0x5571735d4070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4190 0.000115
+gallium_dri.so free 0x5571735d4200 void 0.000116
+gallium_dri.so free 0x5571735d4190 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4220 0.000114
+gallium_dri.so free 0x5571735d42c0 void 0.000115
+gallium_dri.so free 0x5571735d4220 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4270 0.000116
+gallium_dri.so free 0x5571735d4340 void 0.000115
+gallium_dri.so free 0x5571735d4270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4340 0.000116
+gallium_dri.so free 0x5571735d4400 void 0.000117
+gallium_dri.so free 0x5571735d4340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4340 0.000114
+gallium_dri.so free 0x5571735d4480 void 0.000116
+gallium_dri.so free 0x5571735d4340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4480 0.000115
+gallium_dri.so free 0x5571735d4540 void 0.000117
+gallium_dri.so free 0x5571735d4480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4480 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000117
+gallium_dri.so free 0x5571735d4480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4480 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000121
+gallium_dri.so free 0x5571735d4480 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4670 0.000131
+gallium_dri.so free 0x5571735d4740 void 0.000116
+gallium_dri.so free 0x5571735d4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4790 0.000115
+gallium_dri.so free 0x5571735d4800 void 0.000117
+gallium_dri.so free 0x5571735d4790 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4840 0.000116
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4840 0.000114
+gallium_dri.so free 0x5571735d4940 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4970 0.000116
+gallium_dri.so free 0x5571735d49c0 void 0.000118
+gallium_dri.so free 0x5571735d4970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000116
+gallium_dri.so free 0x5571735d4970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4a70 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000116
+gallium_dri.so free 0x5571735d4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b30 0.000115
+gallium_dri.so free 0x5571735d4bc0 void 0.000115
+gallium_dri.so free 0x5571735d4b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4b30 0.000123
+gallium_dri.so free 0x5571735d4c80 void 0.000116
+gallium_dri.so free 0x5571735d4b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4d40 void 0.000116
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4df0 0.000116
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x5571735d4df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000115
+gallium_dri.so free 0x5571735d4f40 void 0.000117
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000116
+gallium_dri.so free 0x5571735d5000 void 0.000117
+gallium_dri.so free 0x5571735d4eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5040 0.000116
+gallium_dri.so free 0x5571735d50c0 void 0.000115
+gallium_dri.so free 0x5571735d5040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d50c0 0.000115
+gallium_dri.so free 0x5571735d5180 void 0.000116
+gallium_dri.so free 0x5571735d50c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50c0 0.000116
+gallium_dri.so free 0x5571735d5240 void 0.000116
+gallium_dri.so free 0x5571735d50c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5260 0.000120
+gallium_dri.so free 0x5571735d5300 void 0.000131
+gallium_dri.so free 0x5571735d5260 void 0.000116
+gallium_dri.so malloc 72 0x5571735d52b0 0.000115
+gallium_dri.so free 0x5571735d5380 void 0.000116
+gallium_dri.so free 0x5571735d52b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d52b0 0.000114
+gallium_dri.so free 0x5571735d5400 void 0.000115
+gallium_dri.so free 0x5571735d52b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5400 0.000116
+gallium_dri.so free 0x5571735d54c0 void 0.000117
+gallium_dri.so free 0x5571735d5400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5400 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x5571735d5400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5400 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000116
+gallium_dri.so free 0x5571735d5400 void 0.000136
+gallium_dri.so malloc 72 0x5571735d55f0 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000117
+gallium_dri.so free 0x5571735d55f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d56b0 0.000114
+gallium_dri.so free 0x5571735d5780 void 0.000116
+gallium_dri.so free 0x5571735d56b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d57d0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000116
+gallium_dri.so free 0x5571735d57d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5860 0.000126
+gallium_dri.so free 0x5571735d5900 void 0.000117
+gallium_dri.so free 0x5571735d5860 void 0.000115
+gallium_dri.so malloc 72 0x5571735d58b0 0.000115
+gallium_dri.so free 0x5571735d5980 void 0.000115
+gallium_dri.so free 0x5571735d58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d58b0 0.000114
+gallium_dri.so free 0x5571735d5a00 void 0.000115
+gallium_dri.so free 0x5571735d58b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5a00 0.000114
+gallium_dri.so free 0x5571735d5ac0 void 0.000116
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a00 0.000116
+gallium_dri.so free 0x5571735d5bc0 void 0.000117
+gallium_dri.so free 0x5571735d5a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b70 0.000113
+gallium_dri.so free 0x5571735d5c00 void 0.000117
+gallium_dri.so free 0x5571735d5b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5b70 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000116
+gallium_dri.so free 0x5571735d5b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d00 0.000113
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5d80 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000116
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d80 0.000124
+gallium_dri.so free 0x5571735d5ec0 void 0.000117
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000115
+gallium_dri.so free 0x5571735d5f40 void 0.000117
+gallium_dri.so free 0x5571735d5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000117
+gallium_dri.so free 0x5571735d6040 void 0.000116
+gallium_dri.so free 0x5571735d5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6080 0.000115
+gallium_dri.so free 0x5571735d6100 void 0.000116
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6100 0.000114
+gallium_dri.so free 0x5571735d61c0 void 0.000117
+gallium_dri.so free 0x5571735d6100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6100 0.000115
+gallium_dri.so free 0x5571735d6240 void 0.000116
+gallium_dri.so free 0x5571735d6100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000117
+gallium_dri.so free 0x5571735d6270 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6270 0.000115
+gallium_dri.so free 0x5571735d63c0 void 0.000117
+gallium_dri.so free 0x5571735d6270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6370 0.000117
+gallium_dri.so free 0x5571735d6480 void 0.000116
+gallium_dri.so free 0x5571735d6370 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6430 0.000208
+gallium_dri.so free 0x5571735d6500 void 0.000118
+gallium_dri.so free 0x5571735d6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6430 0.000125
+gallium_dri.so free 0x5571735d65c0 void 0.000116
+gallium_dri.so free 0x5571735d6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6430 0.000116
+gallium_dri.so free 0x5571735d6680 void 0.000118
+gallium_dri.so free 0x5571735d6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6630 0.000114
+gallium_dri.so free 0x5571735d6700 void 0.000115
+gallium_dri.so free 0x5571735d6630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6750 0.000113
+gallium_dri.so free 0x5571735d67c0 void 0.000120
+gallium_dri.so free 0x5571735d6750 void 0.000125
+gallium_dri.so malloc 72 0x5571735d67e0 0.000123
+gallium_dri.so free 0x5571735d6880 void 0.000125
+gallium_dri.so free 0x5571735d67e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6830 0.000123
+gallium_dri.so free 0x5571735d6900 void 0.000120
+gallium_dri.so free 0x5571735d6830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6900 0.000117
+gallium_dri.so free 0x5571735d69c0 void 0.000115
+gallium_dri.so free 0x5571735d6900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6900 0.000115
+gallium_dri.so free 0x5571735d6a40 void 0.000128
+gallium_dri.so free 0x5571735d6900 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6a40 0.000116
+gallium_dri.so free 0x5571735d6b00 void 0.000115
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a40 0.000126
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so free 0x5571735d6a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6a40 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x5571735d6a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6a40 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000116
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735dab00 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735daab0 0.000115
+gallium_dri.so free 0x5571735dab40 void 0.000115
+gallium_dri.so free 0x5571735daab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daab0 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000117
+gallium_dri.so free 0x5571735daab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac40 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000128
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dacc0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacc0 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae30 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000112
+gallium_dri.so free 0x5571735dae30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae30 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000112
+gallium_dri.so free 0x5571735dae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dafc0 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db040 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000126
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so malloc 72 0x5571735db040 0.000119
+gallium_dri.so free 0x5571735db180 void 0.000125
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so malloc 72 0x5571735db1b0 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so free 0x5571735db1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1b0 0.000120
+gallium_dri.so free 0x5571735db300 void 0.000185
+gallium_dri.so free 0x5571735db1b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735db2b0 0.000122
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so free 0x5571735db2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db370 0.000118
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so free 0x5571735db370 void 0.000119
+gallium_dri.so malloc 72 0x5571735db370 0.000119
+gallium_dri.so free 0x5571735db500 void 0.000119
+gallium_dri.so free 0x5571735db370 void 0.000120
+gallium_dri.so malloc 72 0x5571735db370 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000119
+gallium_dri.so free 0x5571735db370 void 0.000118
+gallium_dri.so malloc 72 0x5571735db570 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db570 void 0.000119
+gallium_dri.so malloc 72 0x5571735db690 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db690 void 0.000119
+gallium_dri.so malloc 72 0x5571735db720 0.000119
+gallium_dri.so free 0x5571735db7c0 void 0.000119
+gallium_dri.so free 0x5571735db720 void 0.000119
+gallium_dri.so malloc 72 0x5571735db770 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000128
+gallium_dri.so free 0x5571735db770 void 0.000120
+gallium_dri.so malloc 72 0x5571735db840 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so malloc 72 0x5571735db840 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dba40 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc90 0.000118
+gallium_dri.so free 0x5571735dbd00 void 0.000120
+gallium_dri.so free 0x5571735dbc90 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd40 0.000119
+gallium_dri.so free 0x5571735dbdc0 void 0.000119
+gallium_dri.so free 0x5571735dbd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd40 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so free 0x5571735dbd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe70 0.000119
+gallium_dri.so free 0x5571735dbec0 void 0.000119
+gallium_dri.so free 0x5571735dbe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbe70 0.000120
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf70 0.000118
+gallium_dri.so free 0x5571735dc080 void 0.000130
+gallium_dri.so free 0x5571735dbf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc030 0.000118
+gallium_dri.so free 0x5571735dc0c0 void 0.000122
+gallium_dri.so free 0x5571735dc030 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc030 0.000120
+gallium_dri.so free 0x5571735dc180 void 0.000119
+gallium_dri.so free 0x5571735dc030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000118
+gallium_dri.so free 0x5571735dc240 void 0.000117
+gallium_dri.so free 0x5571735dc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000119
+gallium_dri.so free 0x5571735dc340 void 0.000118
+gallium_dri.so free 0x5571735dc1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000118
+gallium_dri.so free 0x5571735dc400 void 0.000118
+gallium_dri.so free 0x5571735dc2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000125
+gallium_dri.so free 0x5571735dc440 void 0.000121
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000120
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc540 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so free 0x5571735dc540 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000119
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc760 0.000119
+gallium_dri.so free 0x5571735dc800 void 0.000118
+gallium_dri.so free 0x5571735dc760 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000117
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc900 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc900 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc900 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000119
+gallium_dri.so free 0x5571735dcc00 void 0.000118
+gallium_dri.so free 0x5571735dcaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcc80 void 0.000119
+gallium_dri.so free 0x5571735dcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dccd0 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000117
+gallium_dri.so free 0x5571735dccd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd60 0.000118
+gallium_dri.so free 0x5571735dce00 void 0.000119
+gallium_dri.so free 0x5571735dcd60 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dcdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so free 0x5571735dcdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf00 0.000119
+gallium_dri.so free 0x5571735dcfc0 void 0.000129
+gallium_dri.so free 0x5571735dcf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf00 0.000118
+gallium_dri.so free 0x5571735dd0c0 void 0.000126
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000119
+gallium_dri.so free 0x5571735dd100 void 0.000118
+gallium_dri.so free 0x5571735dd070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000117
+gallium_dri.so free 0x5571735dd1c0 void 0.000118
+gallium_dri.so free 0x5571735dd070 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd200 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd280 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd280 0.000119
+gallium_dri.so free 0x5571735dd3c0 void 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000118
+gallium_dri.so free 0x5571735dd3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000118
+gallium_dri.so free 0x5571735dd540 void 0.000118
+gallium_dri.so free 0x5571735dd3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd580 0.000162
+gallium_dri.so free 0x5571735dd600 void 0.000120
+gallium_dri.so free 0x5571735dd580 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd600 0.000118
+gallium_dri.so free 0x5571735dd6c0 void 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd600 0.000118
+gallium_dri.so free 0x5571735dd740 void 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd770 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000119
+gallium_dri.so free 0x5571735dd770 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd770 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd770 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd870 0.000118
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000119
+gallium_dri.so free 0x5571735dd930 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735ddb80 void 0.000119
+gallium_dri.so free 0x5571735dd930 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddb30 0.000120
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so free 0x5571735ddb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddc50 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000121
+gallium_dri.so free 0x5571735ddc50 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddce0 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000117
+gallium_dri.so free 0x5571735de000 void 0.000126
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de250 0.000118
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de250 void 0.000117
+gallium_dri.so malloc 72 0x5571735de300 0.000119
+gallium_dri.so free 0x5571735de380 void 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000118
+gallium_dri.so malloc 72 0x5571735de300 0.000119
+gallium_dri.so free 0x5571735de400 void 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000117
+gallium_dri.so malloc 72 0x5571735de430 0.000120
+gallium_dri.so free 0x5571735de480 void 0.000118
+gallium_dri.so free 0x5571735de430 void 0.000119
+gallium_dri.so malloc 72 0x5571735de430 0.000118
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so free 0x5571735de430 void 0.000118
+gallium_dri.so malloc 72 0x5571735de530 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000120
+gallium_dri.so free 0x5571735de530 void 0.000118
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000168
+gallium_dri.so free 0x5571735de5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8b0 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735de8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de970 0.000119
+gallium_dri.so free 0x5571735dea00 void 0.000118
+gallium_dri.so free 0x5571735de970 void 0.000119
+gallium_dri.so malloc 72 0x5571735de970 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000119
+gallium_dri.so free 0x5571735de970 void 0.000119
+gallium_dri.so malloc 72 0x5571735deb00 0.000117
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000123
+gallium_dri.so malloc 72 0x5571735deb80 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb80 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded20 0.000127
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735ded20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000117
+gallium_dri.so free 0x5571735ded70 void 0.000117
+gallium_dri.so malloc 72 0x5571735deec0 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deec0 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deec0 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0b0 0.000125
+gallium_dri.so free 0x5571735df1c0 void 0.000120
+gallium_dri.so free 0x5571735df0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df170 0.000124
+gallium_dri.so free 0x5571735df240 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df290 0.000117
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so free 0x5571735df290 void 0.000127
+gallium_dri.so malloc 72 0x5571735df320 0.000120
+gallium_dri.so free 0x5571735df3c0 void 0.000119
+gallium_dri.so free 0x5571735df320 void 0.000119
+gallium_dri.so malloc 72 0x5571735df370 0.000120
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so free 0x5571735df370 void 0.000119
+gallium_dri.so malloc 72 0x5571735df370 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735df370 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4c0 0.000118
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4c0 0.000121
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df630 0.000118
+gallium_dri.so free 0x5571735df6c0 void 0.000120
+gallium_dri.so free 0x5571735df630 void 0.000119
+gallium_dri.so malloc 72 0x5571735df630 0.000118
+gallium_dri.so free 0x5571735df780 void 0.000117
+gallium_dri.so free 0x5571735df630 void 0.000117
+gallium_dri.so malloc 72 0x5571735df7c0 0.000117
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df840 0.000119
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000122
+gallium_dri.so malloc 72 0x5571735df840 0.000118
+gallium_dri.so free 0x5571735df980 void 0.000124
+gallium_dri.so free 0x5571735df840 void 0.000118
+gallium_dri.so malloc 72 0x5571735df9b0 0.000119
+gallium_dri.so free 0x5571735dfa00 void 0.000120
+gallium_dri.so free 0x5571735df9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df9b0 0.000119
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735df9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfb40 0.000118
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000119
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so free 0x5571735dfbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000118
+gallium_dri.so free 0x5571735dfd00 void 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfd30 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000117
+gallium_dri.so free 0x5571735dfd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd30 0.000119
+gallium_dri.so free 0x5571735dfe80 void 0.000118
+gallium_dri.so free 0x5571735dfd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe30 0.000124
+gallium_dri.so free 0x5571735dff40 void 0.000130
+gallium_dri.so free 0x5571735dfe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfef0 0.000120
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so free 0x5571735dfef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfef0 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfef0 0.000119
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so free 0x5571735dfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00f0 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000118
+gallium_dri.so free 0x5571735e00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0210 0.000117
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so free 0x5571735e0210 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02a0 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000118
+gallium_dri.so free 0x5571735e02a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000168
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000117
+gallium_dri.so free 0x5571735e05c0 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000117
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0810 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0810 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08c0 0.000118
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so free 0x5571735e08c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e08c0 0.000119
+gallium_dri.so free 0x5571735e09c0 void 0.000132
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09f0 0.000118
+gallium_dri.so free 0x5571735e0a40 void 0.000119
+gallium_dri.so free 0x5571735e09f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e09f0 0.000117
+gallium_dri.so free 0x5571735e0b40 void 0.000118
+gallium_dri.so free 0x5571735e09f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0af0 0.000118
+gallium_dri.so free 0x5571735e0c00 void 0.000118
+gallium_dri.so free 0x5571735e0af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0d00 void 0.000119
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000117
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d70 0.000125
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0e70 0.000118
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so free 0x5571735e0e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f30 0.000119
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e1080 void 0.000126
+gallium_dri.so free 0x5571735e0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e10c0 0.000119
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x5571735e10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1140 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so free 0x5571735e1140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e12e0 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000118
+gallium_dri.so free 0x5571735e12e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1400 void 0.000120
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1480 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1480 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000128
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1670 0.000119
+gallium_dri.so free 0x5571735e1780 void 0.000118
+gallium_dri.so free 0x5571735e1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1730 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1850 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1850 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18e0 0.000119
+gallium_dri.so free 0x5571735e1980 void 0.000118
+gallium_dri.so free 0x5571735e18e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1930 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1930 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so free 0x5571735e1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000129
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so free 0x5571735e1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1d40 void 0.000117
+gallium_dri.so free 0x5571735e1bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d80 0.000125
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e00 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e00 0.000117
+gallium_dri.so free 0x5571735e1f40 void 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f70 0.000117
+gallium_dri.so free 0x5571735e1fc0 void 0.000119
+gallium_dri.so free 0x5571735e1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000117
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2100 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2180 0.000118
+gallium_dri.so free 0x5571735e2240 void 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000181
+gallium_dri.so malloc 72 0x5571735e2180 0.000122
+gallium_dri.so free 0x5571735e22c0 void 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000118
+gallium_dri.so free 0x5571735e22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23f0 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000117
+gallium_dri.so free 0x5571735e23f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000117
+gallium_dri.so free 0x5571735e2640 void 0.000119
+gallium_dri.so free 0x5571735e24b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2700 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e26b0 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e26b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e27d0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000128
+gallium_dri.so free 0x5571735e27d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2860 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e2860 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000117
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2980 0.000129
+gallium_dri.so free 0x5571735e2ac0 void 0.000121
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000118
+gallium_dri.so free 0x5571735e2b80 void 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000121
+gallium_dri.so free 0x5571735e2dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e80 0.000124
+gallium_dri.so free 0x5571735e2f00 void 0.000120
+gallium_dri.so free 0x5571735e2e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e80 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so free 0x5571735e2e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000118
+gallium_dri.so free 0x5571735e3000 void 0.000119
+gallium_dri.so free 0x5571735e2fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e2fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e30b0 0.000119
+gallium_dri.so free 0x5571735e31c0 void 0.000124
+gallium_dri.so free 0x5571735e30b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3170 0.000126
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3170 0.000119
+gallium_dri.so free 0x5571735e32c0 void 0.000119
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000118
+gallium_dri.so free 0x5571735e3330 void 0.000189
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000117
+gallium_dri.so free 0x5571735e3430 void 0.000116
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000129
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3680 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000109
+gallium_dri.so free 0x5571735e3680 void 0.000262
+gallium_dri.so malloc 72 0x5571735e3700 0.000244
+gallium_dri.so free 0x5571735bee80 void 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000117
+gallium_dri.so malloc 72 0x5571735beee0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000117
+gallium_dri.so free 0x5571735beee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735beee0 0.000118
+gallium_dri.so free 0x5571735bef80 void 0.000118
+gallium_dri.so free 0x5571735beee0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bef30 0.000112
+gallium_dri.so free 0x5571735bf000 void 0.000110
+gallium_dri.so free 0x5571735bef30 void 0.000110
+gallium_dri.so malloc 72 0x5571735bef30 0.000111
+gallium_dri.so free 0x5571735bf080 void 0.000110
+gallium_dri.so free 0x5571735bef30 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf080 0.000111
+gallium_dri.so free 0x5571735bf140 void 0.000109
+gallium_dri.so free 0x5571735bf080 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf080 0.000112
+gallium_dri.so free 0x5571735bf200 void 0.000111
+gallium_dri.so free 0x5571735bf080 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf080 0.000109
+gallium_dri.so free 0x5571735bf2c0 void 0.000110
+gallium_dri.so free 0x5571735bf080 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf270 0.000165
+gallium_dri.so free 0x5571735bf380 void 0.000111
+gallium_dri.so free 0x5571735bf270 void 0.000109
+gallium_dri.so malloc 72 0x5571735bf330 0.000124
+gallium_dri.so free 0x5571735bf400 void 0.000112
+gallium_dri.so free 0x5571735bf330 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf450 0.000111
+gallium_dri.so free 0x5571735bf4c0 void 0.000110
+gallium_dri.so free 0x5571735bf450 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf4e0 0.000110
+gallium_dri.so free 0x5571735bf580 void 0.000110
+gallium_dri.so free 0x5571735bf4e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf530 0.000161
+gallium_dri.so free 0x5571735bf600 void 0.000126
+gallium_dri.so free 0x5571735bf530 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf530 0.000119
+gallium_dri.so free 0x5571735bf680 void 0.000119
+gallium_dri.so free 0x5571735bf530 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf680 0.000118
+gallium_dri.so free 0x5571735bf740 void 0.000118
+gallium_dri.so free 0x5571735bf680 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf680 0.000118
+gallium_dri.so free 0x5571735bf840 void 0.000117
+gallium_dri.so free 0x5571735bf680 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000115
+gallium_dri.so free 0x5571735bf880 void 0.000119
+gallium_dri.so free 0x5571735bf7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000118
+gallium_dri.so free 0x5571735bf940 void 0.000118
+gallium_dri.so free 0x5571735bf7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf980 0.000118
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so free 0x5571735bf980 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfa00 0.000121
+gallium_dri.so free 0x5571735bfac0 void 0.000121
+gallium_dri.so free 0x5571735bfa00 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfa00 0.000119
+gallium_dri.so free 0x5571735bfb40 void 0.000119
+gallium_dri.so free 0x5571735bfa00 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfb70 0.000121
+gallium_dri.so free 0x5571735bfbc0 void 0.000119
+gallium_dri.so free 0x5571735bfb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfb70 0.000118
+gallium_dri.so free 0x5571735bfcc0 void 0.000118
+gallium_dri.so free 0x5571735bfb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfd00 0.000118
+gallium_dri.so free 0x5571735bfd80 void 0.000119
+gallium_dri.so free 0x5571735bfd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfd80 0.000118
+gallium_dri.so free 0x5571735bfe40 void 0.000118
+gallium_dri.so free 0x5571735bfd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfd80 0.000117
+gallium_dri.so free 0x5571735bfec0 void 0.000118
+gallium_dri.so free 0x5571735bfd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfef0 0.000124
+gallium_dri.so free 0x5571735bff40 void 0.000119
+gallium_dri.so free 0x5571735bfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfef0 0.000117
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so free 0x5571735bfef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfff0 0.000120
+gallium_dri.so free 0x5571735c0100 void 0.000120
+gallium_dri.so free 0x5571735bfff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c00b0 0.000118
+gallium_dri.so free 0x5571735c0180 void 0.000124
+gallium_dri.so free 0x5571735c00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c00b0 0.000166
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735c00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c00b0 0.000117
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so free 0x5571735c00b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02b0 0.000118
+gallium_dri.so free 0x5571735c0380 void 0.000123
+gallium_dri.so free 0x5571735c02b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c03d0 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so free 0x5571735c03d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0460 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c0460 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04b0 0.000118
+gallium_dri.so free 0x5571735c0580 void 0.000120
+gallium_dri.so free 0x5571735c04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0580 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c0580 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0580 0.000118
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so free 0x5571735c0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06c0 0.000117
+gallium_dri.so free 0x5571735c0780 void 0.000122
+gallium_dri.so free 0x5571735c06c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06c0 0.000117
+gallium_dri.so free 0x5571735c0840 void 0.000119
+gallium_dri.so free 0x5571735c06c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06c0 0.000139
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c08b0 0.000138
+gallium_dri.so free 0x5571735c0980 void 0.000120
+gallium_dri.so free 0x5571735c08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c09d0 0.000120
+gallium_dri.so free 0x5571735c0a40 void 0.000118
+gallium_dri.so free 0x5571735c09d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a80 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000119
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a80 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000117
+gallium_dri.so free 0x5571735c0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000119
+gallium_dri.so free 0x5571735c0c00 void 0.000118
+gallium_dri.so free 0x5571735c0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000119
+gallium_dri.so free 0x5571735c0d00 void 0.000119
+gallium_dri.so free 0x5571735c0bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000119
+gallium_dri.so free 0x5571735c0dc0 void 0.000119
+gallium_dri.so free 0x5571735c0cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0d70 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0d70 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000117
+gallium_dri.so free 0x5571735c0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f30 0.000117
+gallium_dri.so free 0x5571735c0f80 void 0.000118
+gallium_dri.so free 0x5571735c0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f30 0.000117
+gallium_dri.so free 0x5571735c1080 void 0.000117
+gallium_dri.so free 0x5571735c0f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1030 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000118
+gallium_dri.so free 0x5571735c1030 void 0.000116
+gallium_dri.so malloc 72 0x5571735c10f0 0.000119
+gallium_dri.so free 0x5571735c1180 void 0.000119
+gallium_dri.so free 0x5571735c10f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c10f0 0.000119
+gallium_dri.so free 0x5571735c1240 void 0.000119
+gallium_dri.so free 0x5571735c10f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1280 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000123
+gallium_dri.so free 0x5571735c1280 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1300 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1300 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c14a0 0.000118
+gallium_dri.so free 0x5571735c1540 void 0.000118
+gallium_dri.so free 0x5571735c14a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c14f0 0.000118
+gallium_dri.so free 0x5571735c15c0 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c14f0 0.000119
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1640 0.000118
+gallium_dri.so free 0x5571735c1700 void 0.000119
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1640 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1640 0.000128
+gallium_dri.so free 0x5571735c1880 void 0.000121
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1830 0.000118
+gallium_dri.so free 0x5571735c1940 void 0.000190
+gallium_dri.so free 0x5571735c1830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c18f0 0.000119
+gallium_dri.so free 0x5571735c19c0 void 0.000118
+gallium_dri.so free 0x5571735c18f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a10 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so free 0x5571735c1a10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1aa0 0.000118
+gallium_dri.so free 0x5571735c1b40 void 0.000118
+gallium_dri.so free 0x5571735c1aa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1af0 0.000117
+gallium_dri.so free 0x5571735c1bc0 void 0.000118
+gallium_dri.so free 0x5571735c1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1af0 0.000119
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so free 0x5571735c1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1c40 0.000118
+gallium_dri.so free 0x5571735c1d00 void 0.000118
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1c40 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000119
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1db0 0.000120
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so free 0x5571735c1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1db0 0.000128
+gallium_dri.so free 0x5571735c1f00 void 0.000120
+gallium_dri.so free 0x5571735c1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f40 0.000118
+gallium_dri.so free 0x5571735c1fc0 void 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000117
+gallium_dri.so free 0x5571735c2080 void 0.000118
+gallium_dri.so free 0x5571735c1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c1fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2130 0.000117
+gallium_dri.so free 0x5571735c2180 void 0.000119
+gallium_dri.so free 0x5571735c2130 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2130 0.000117
+gallium_dri.so free 0x5571735c2280 void 0.000123
+gallium_dri.so free 0x5571735c2130 void 0.000116
+gallium_dri.so malloc 72 0x5571735c22c0 0.000118
+gallium_dri.so free 0x5571735c2340 void 0.000117
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2340 0.000117
+gallium_dri.so free 0x5571735c2400 void 0.000119
+gallium_dri.so free 0x5571735c2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2340 0.000117
+gallium_dri.so free 0x5571735c2480 void 0.000119
+gallium_dri.so free 0x5571735c2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24b0 0.000121
+gallium_dri.so free 0x5571735c2500 void 0.000119
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24b0 0.000119
+gallium_dri.so free 0x5571735c2600 void 0.000117
+gallium_dri.so free 0x5571735c24b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c25b0 0.000118
+gallium_dri.so free 0x5571735c26c0 void 0.000118
+gallium_dri.so free 0x5571735c25b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2670 0.000130
+gallium_dri.so free 0x5571735c2740 void 0.000121
+gallium_dri.so free 0x5571735c2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2670 0.000118
+gallium_dri.so free 0x5571735c2800 void 0.000118
+gallium_dri.so free 0x5571735c2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2670 0.000119
+gallium_dri.so free 0x5571735c28c0 void 0.000118
+gallium_dri.so free 0x5571735c2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2870 0.000116
+gallium_dri.so free 0x5571735c2940 void 0.000118
+gallium_dri.so free 0x5571735c2870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2990 0.000117
+gallium_dri.so free 0x5571735c2a00 void 0.000119
+gallium_dri.so free 0x5571735c2990 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a20 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000117
+gallium_dri.so free 0x5571735c2a20 void 0.000165
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2b40 void 0.000119
+gallium_dri.so free 0x5571735c2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2b40 0.000119
+gallium_dri.so free 0x5571735c2c00 void 0.000118
+gallium_dri.so free 0x5571735c2b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b40 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000118
+gallium_dri.so free 0x5571735c2b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c80 0.000118
+gallium_dri.so free 0x5571735c2d40 void 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c80 0.000116
+gallium_dri.so free 0x5571735c2e00 void 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2c80 0.000119
+gallium_dri.so free 0x5571735c2ec0 void 0.000119
+gallium_dri.so free 0x5571735c2c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e70 0.000117
+gallium_dri.so free 0x5571735c2f40 void 0.000118
+gallium_dri.so free 0x5571735c2e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f90 0.000118
+gallium_dri.so free 0x5571735c3000 void 0.000119
+gallium_dri.so free 0x5571735c2f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3040 0.000118
+gallium_dri.so free 0x5571735c30c0 void 0.000127
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3040 0.000118
+gallium_dri.so free 0x5571735c3140 void 0.000118
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3170 0.000121
+gallium_dri.so free 0x5571735c31c0 void 0.000120
+gallium_dri.so free 0x5571735c3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3170 0.000119
+gallium_dri.so free 0x5571735c32c0 void 0.000118
+gallium_dri.so free 0x5571735c3170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3270 0.000118
+gallium_dri.so free 0x5571735c3380 void 0.000119
+gallium_dri.so free 0x5571735c3270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3330 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3330 0.000118
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c34f0 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000118
+gallium_dri.so free 0x5571735c34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c34f0 0.000132
+gallium_dri.so free 0x5571735c3640 void 0.000120
+gallium_dri.so free 0x5571735c34f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c35f0 0.000127
+gallium_dri.so free 0x5571735c3700 void 0.000111
+gallium_dri.so free 0x5571735c35f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c36b0 0.000111
+gallium_dri.so free 0x5571735c3740 void 0.000111
+gallium_dri.so free 0x5571735c36b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c36b0 0.000110
+gallium_dri.so free 0x5571735c3800 void 0.000110
+gallium_dri.so free 0x5571735c36b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3840 0.000110
+gallium_dri.so free 0x5571735c38c0 void 0.000109
+gallium_dri.so free 0x5571735c3840 void 0.000110
+gallium_dri.so malloc 72 0x5571735c38c0 0.000110
+gallium_dri.so free 0x5571735c3980 void 0.000110
+gallium_dri.so free 0x5571735c38c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c38c0 0.000111
+gallium_dri.so free 0x5571735c3a40 void 0.000111
+gallium_dri.so free 0x5571735c38c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3a60 0.000111
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000116
+gallium_dri.so free 0x5571735c3b80 void 0.000118
+gallium_dri.so free 0x5571735c3ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000111
+gallium_dri.so free 0x5571735c3c00 void 0.000111
+gallium_dri.so free 0x5571735c3ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3c00 0.000110
+gallium_dri.so free 0x5571735c3cc0 void 0.000150
+gallium_dri.so free 0x5571735c3c00 void 0.000165
+gallium_dri.so malloc 72 0x5571735c3c00 0.000178
+gallium_dri.so free 0x5571735c3d80 void 0.000173
+gallium_dri.so free 0x5571735c3c00 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3c00 0.000137
+gallium_dri.so free 0x5571735c3e40 void 0.000137
+gallium_dri.so free 0x5571735c3c00 void 0.000139
+gallium_dri.so malloc 72 0x5571735c3df0 0.000136
+gallium_dri.so free 0x5571735c3f00 void 0.000137
+gallium_dri.so free 0x5571735c3df0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000138
+gallium_dri.so free 0x5571735c3f80 void 0.000136
+gallium_dri.so free 0x5571735c3eb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3fd0 0.000136
+gallium_dri.so free 0x5571735c4040 void 0.000137
+gallium_dri.so free 0x5571735c3fd0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4060 0.000136
+gallium_dri.so free 0x5571735c4100 void 0.000138
+gallium_dri.so free 0x5571735c4060 void 0.000140
+gallium_dri.so malloc 72 0x5571735c40b0 0.000133
+gallium_dri.so free 0x5571735c4180 void 0.000147
+gallium_dri.so free 0x5571735c40b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c40b0 0.000143
+gallium_dri.so free 0x5571735c4200 void 0.000140
+gallium_dri.so free 0x5571735c40b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4200 0.000140
+gallium_dri.so free 0x5571735c42c0 void 0.000152
+gallium_dri.so free 0x5571735c4200 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4200 0.000145
+gallium_dri.so free 0x5571735c43c0 void 0.000144
+gallium_dri.so free 0x5571735c4200 void 0.000145
+gallium_dri.so malloc 72 0x5571735c4370 0.000138
+gallium_dri.so free 0x5571735c4400 void 0.000135
+gallium_dri.so free 0x5571735c4370 void 0.000141
+gallium_dri.so malloc 72 0x5571735c4370 0.000145
+gallium_dri.so free 0x5571735c44c0 void 0.000144
+gallium_dri.so free 0x5571735c4370 void 0.000141
+gallium_dri.so malloc 72 0x5571735c4500 0.000134
+gallium_dri.so free 0x5571735c4580 void 0.000194
+gallium_dri.so free 0x5571735c4500 void 0.000146
+gallium_dri.so malloc 72 0x5571735c4580 0.000143
+gallium_dri.so free 0x5571735c4640 void 0.000145
+gallium_dri.so free 0x5571735c4580 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4580 0.000145
+gallium_dri.so free 0x5571735c46c0 void 0.000144
+gallium_dri.so free 0x5571735c4580 void 0.000146
+gallium_dri.so malloc 72 0x5571735c46f0 0.000138
+gallium_dri.so free 0x5571735c4740 void 0.000141
+gallium_dri.so free 0x5571735c46f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c46f0 0.000144
+gallium_dri.so free 0x5571735c4840 void 0.000146
+gallium_dri.so free 0x5571735c46f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c4880 0.000139
+gallium_dri.so free 0x5571735c4900 void 0.000141
+gallium_dri.so free 0x5571735c4880 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4900 0.000145
+gallium_dri.so free 0x5571735c49c0 void 0.000145
+gallium_dri.so free 0x5571735c4900 void 0.000153
+gallium_dri.so malloc 72 0x5571735c4900 0.000143
+gallium_dri.so free 0x5571735c4a40 void 0.000140
+gallium_dri.so free 0x5571735c4900 void 0.000135
+gallium_dri.so malloc 72 0x5571735c4a70 0.000141
+gallium_dri.so free 0x5571735c4ac0 void 0.000142
+gallium_dri.so free 0x5571735c4a70 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4a70 0.000142
+gallium_dri.so free 0x5571735c4bc0 void 0.000138
+gallium_dri.so free 0x5571735c4a70 void 0.000135
+gallium_dri.so malloc 72 0x5571735c4b70 0.000139
+gallium_dri.so free 0x5571735c4c80 void 0.000143
+gallium_dri.so free 0x5571735c4b70 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4c30 0.000141
+gallium_dri.so free 0x5571735c4d00 void 0.000139
+gallium_dri.so free 0x5571735c4c30 void 0.000150
+gallium_dri.so malloc 72 0x5571735c4c30 0.000142
+gallium_dri.so free 0x5571735c4dc0 void 0.000138
+gallium_dri.so free 0x5571735c4c30 void 0.000135
+gallium_dri.so malloc 72 0x5571735c4c30 0.000146
+gallium_dri.so free 0x5571735c4e80 void 0.000145
+gallium_dri.so free 0x5571735c4c30 void 0.000154
+gallium_dri.so malloc 72 0x5571735c4e30 0.000140
+gallium_dri.so free 0x5571735c4f00 void 0.000141
+gallium_dri.so free 0x5571735c4e30 void 0.000145
+gallium_dri.so malloc 72 0x5571735c4f50 0.000144
+gallium_dri.so free 0x5571735c4fc0 void 0.000144
+gallium_dri.so free 0x5571735c4f50 void 0.000143
+gallium_dri.so malloc 72 0x5571735c4fe0 0.000133
+gallium_dri.so free 0x5571735c5080 void 0.000141
+gallium_dri.so free 0x5571735c4fe0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c5030 0.000140
+gallium_dri.so free 0x5571735c5100 void 0.000145
+gallium_dri.so free 0x5571735c5030 void 0.000143
+gallium_dri.so malloc 72 0x5571735c5100 0.000134
+gallium_dri.so free 0x5571735c51c0 void 0.000140
+gallium_dri.so free 0x5571735c5100 void 0.000144
+gallium_dri.so malloc 72 0x5571735c5100 0.000142
+gallium_dri.so free 0x5571735c5240 void 0.000134
+gallium_dri.so free 0x5571735c5100 void 0.000143
+gallium_dri.so malloc 72 0x5571735c5240 0.000143
+gallium_dri.so free 0x5571735c5300 void 0.000138
+gallium_dri.so free 0x5571735c5240 void 0.000201
+gallium_dri.so malloc 72 0x5571735c5240 0.000141
+gallium_dri.so free 0x5571735c53c0 void 0.000144
+gallium_dri.so free 0x5571735c5240 void 0.000145
+gallium_dri.so malloc 72 0x5571735c5240 0.000143
+gallium_dri.so free 0x5571735c5480 void 0.000144
+gallium_dri.so free 0x5571735c5240 void 0.000145
+gallium_dri.so malloc 72 0x5571735c5430 0.000138
+gallium_dri.so free 0x5571735c5500 void 0.000141
+gallium_dri.so free 0x5571735c5430 void 0.000144
+gallium_dri.so malloc 72 0x5571735c5550 0.000138
+gallium_dri.so free 0x5571735c55c0 void 0.000135
+gallium_dri.so free 0x5571735c5550 void 0.000141
+gallium_dri.so malloc 72 0x5571735c5600 0.000144
+gallium_dri.so free 0x5571735c5680 void 0.000143
+gallium_dri.so free 0x5571735c5600 void 0.000145
+gallium_dri.so malloc 72 0x5571735c5600 0.000145
+gallium_dri.so free 0x5571735c5700 void 0.000143
+gallium_dri.so free 0x5571735c5600 void 0.000145
+gallium_dri.so malloc 72 0x5571735c5730 0.000151
+gallium_dri.so free 0x5571735c5780 void 0.000145
+gallium_dri.so free 0x5571735c5730 void 0.000144
+gallium_dri.so malloc 72 0x5571735c5730 0.000144
+gallium_dri.so free 0x5571735c5880 void 0.000140
+gallium_dri.so free 0x5571735c5730 void 0.000134
+gallium_dri.so malloc 72 0x5571735c5830 0.000139
+gallium_dri.so free 0x5571735c5940 void 0.000148
+gallium_dri.so free 0x5571735c5830 void 0.000143
+gallium_dri.so malloc 72 0x5571735c58f0 0.000147
+gallium_dri.so free 0x5571735c5980 void 0.000144
+gallium_dri.so free 0x5571735c58f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c58f0 0.000145
+gallium_dri.so free 0x5571735c5a40 void 0.000138
+gallium_dri.so free 0x5571735c58f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c5ab0 0.000139
+gallium_dri.so free 0x5571735c5b00 void 0.000143
+gallium_dri.so free 0x5571735c5ab0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c5ab0 0.000139
+gallium_dri.so free 0x5571735c5c00 void 0.000142
+gallium_dri.so free 0x5571735c5ab0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c5bb0 0.000145
+gallium_dri.so free 0x5571735c5cc0 void 0.000139
+gallium_dri.so free 0x5571735c5bb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c5c70 0.000139
+gallium_dri.so free 0x5571735c5d00 void 0.000144
+gallium_dri.so free 0x5571735c5c70 void 0.000142
+gallium_dri.so malloc 72 0x5571735c5c70 0.000135
+gallium_dri.so free 0x5571735c5dc0 void 0.000141
+gallium_dri.so free 0x5571735c5c70 void 0.000146
+gallium_dri.so malloc 72 0x5571735c5e00 0.000144
+gallium_dri.so free 0x5571735c5e80 void 0.000139
+gallium_dri.so free 0x5571735c5e00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c5e80 0.000140
+gallium_dri.so free 0x5571735c5f40 void 0.000145
+gallium_dri.so free 0x5571735c5e80 void 0.000142
+gallium_dri.so malloc 72 0x5571735c5e80 0.000134
+gallium_dri.so free 0x5571735c6000 void 0.000142
+gallium_dri.so free 0x5571735c5e80 void 0.000145
+gallium_dri.so malloc 72 0x5571735c6020 0.000140
+gallium_dri.so free 0x5571735c60c0 void 0.000135
+gallium_dri.so free 0x5571735c6020 void 0.000151
+gallium_dri.so malloc 72 0x5571735c6070 0.000144
+gallium_dri.so free 0x5571735c6140 void 0.000143
+gallium_dri.so free 0x5571735c6070 void 0.000146
+gallium_dri.so malloc 72 0x5571735c6070 0.000140
+gallium_dri.so free 0x5571735c61c0 void 0.000140
+gallium_dri.so free 0x5571735c6070 void 0.000139
+gallium_dri.so malloc 72 0x5571735c61c0 0.000139
+gallium_dri.so free 0x5571735c6280 void 0.000140
+gallium_dri.so free 0x5571735c61c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c61c0 0.000144
+gallium_dri.so free 0x5571735c6340 void 0.000144
+gallium_dri.so free 0x5571735c61c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c61c0 0.000139
+gallium_dri.so free 0x5571735c6400 void 0.000140
+gallium_dri.so free 0x5571735c61c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c63b0 0.000144
+gallium_dri.so free 0x5571735c64c0 void 0.000139
+gallium_dri.so free 0x5571735c63b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c6470 0.000178
+gallium_dri.so free 0x5571735c6540 void 0.000150
+gallium_dri.so free 0x5571735c6470 void 0.000139
+gallium_dri.so malloc 72 0x5571735c6590 0.000133
+gallium_dri.so free 0x5571735c6600 void 0.000130
+gallium_dri.so free 0x5571735c6590 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6620 0.000125
+gallium_dri.so free 0x5571735c66c0 void 0.000128
+gallium_dri.so free 0x5571735c6620 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6670 0.000130
+gallium_dri.so free 0x5571735c6740 void 0.000132
+gallium_dri.so free 0x5571735c6670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6670 0.000131
+gallium_dri.so free 0x5571735c67c0 void 0.000131
+gallium_dri.so free 0x5571735c6670 void 0.000131
+gallium_dri.so malloc 72 0x5571735c67c0 0.000138
+gallium_dri.so free 0x5571735c6880 void 0.000127
+gallium_dri.so free 0x5571735c67c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c67c0 0.000131
+gallium_dri.so free 0x5571735c6980 void 0.000131
+gallium_dri.so free 0x5571735c67c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c6930 0.000148
+gallium_dri.so free 0x5571735c69c0 void 0.000146
+gallium_dri.so free 0x5571735c6930 void 0.000141
+gallium_dri.so malloc 72 0x5571735c6930 0.000135
+gallium_dri.so free 0x5571735c6a80 void 0.000141
+gallium_dri.so free 0x5571735c6930 void 0.000146
+gallium_dri.so malloc 72 0x5571735c6ac0 0.000144
+gallium_dri.so free 0x5571735c6b40 void 0.000146
+gallium_dri.so free 0x5571735c6ac0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c6b40 0.000141
+gallium_dri.so free 0x5571735c6c00 void 0.000145
+gallium_dri.so free 0x5571735c6b40 void 0.000140
+gallium_dri.so malloc 72 0x5571735c6b40 0.000135
+gallium_dri.so free 0x5571735c6c80 void 0.000141
+gallium_dri.so free 0x5571735c6b40 void 0.000145
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000145
+gallium_dri.so free 0x5571735c6d00 void 0.000144
+gallium_dri.so free 0x5571735c6cb0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000155
+gallium_dri.so free 0x5571735c6e00 void 0.000146
+gallium_dri.so free 0x5571735c6cb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c6e40 0.000145
+gallium_dri.so free 0x5571735c6ec0 void 0.000197
+gallium_dri.so free 0x5571735c6e40 void 0.000190
+gallium_dri.so malloc 72 0x5571735c6ec0 0.000146
+gallium_dri.so free 0x5571735c6f80 void 0.000144
+gallium_dri.so free 0x5571735c6ec0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c6ec0 0.000279
+gallium_dri.so free 0x5571735c7000 void 0.000242
+gallium_dri.so free 0x5571735c6ec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c7030 0.000275
+gallium_dri.so free 0x5571735c7080 void 0.000242
+gallium_dri.so free 0x5571735c7030 void 0.000190
+gallium_dri.so malloc 72 0x5571735c7030 0.000144
+gallium_dri.so free 0x5571735c7180 void 0.000144
+gallium_dri.so free 0x5571735c7030 void 0.000143
+gallium_dri.so malloc 72 0x5571735c7130 0.000184
+gallium_dri.so free 0x5571735c7240 void 0.000242
+gallium_dri.so free 0x5571735c7130 void 0.000252
+gallium_dri.so malloc 72 0x5571735c71f0 0.000218
+gallium_dri.so free 0x5571735c72c0 void 0.000140
+gallium_dri.so free 0x5571735c71f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c71f0 0.000151
+gallium_dri.so free 0x5571735c7380 void 0.000130
+gallium_dri.so free 0x5571735c71f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c71f0 0.000120
+gallium_dri.so free 0x5571735c7440 void 0.000127
+gallium_dri.so free 0x5571735c71f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c73f0 0.000120
+gallium_dri.so free 0x5571735c74c0 void 0.000122
+gallium_dri.so free 0x5571735c73f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7510 0.000129
+gallium_dri.so free 0x5571735c7580 void 0.000124
+gallium_dri.so free 0x5571735c7510 void 0.000126
+gallium_dri.so malloc 72 0x5571735c75a0 0.000123
+gallium_dri.so free 0x5571735c7640 void 0.000126
+gallium_dri.so free 0x5571735c75a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c75f0 0.000126
+gallium_dri.so free 0x5571735c76c0 void 0.000131
+gallium_dri.so free 0x5571735c75f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c76c0 0.000125
+gallium_dri.so free 0x5571735c7780 void 0.000125
+gallium_dri.so free 0x5571735c76c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c76c0 0.000129
+gallium_dri.so free 0x5571735c7800 void 0.000128
+gallium_dri.so free 0x5571735c76c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7800 0.000121
+gallium_dri.so free 0x5571735c78c0 void 0.000119
+gallium_dri.so free 0x5571735c7800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7800 0.000124
+gallium_dri.so free 0x5571735c7980 void 0.000130
+gallium_dri.so free 0x5571735c7800 void 0.000128
+gallium_dri.so malloc 72 0x5571735c7800 0.000129
+gallium_dri.so free 0x5571735c7a40 void 0.000124
+gallium_dri.so free 0x5571735c7800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c79f0 0.000120
+gallium_dri.so free 0x5571735c7ac0 void 0.000118
+gallium_dri.so free 0x5571735c79f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7b10 0.000129
+gallium_dri.so free 0x5571735c7b80 void 0.000129
+gallium_dri.so free 0x5571735c7b10 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7bc0 0.000129
+gallium_dri.so free 0x5571735c7c40 void 0.000140
+gallium_dri.so free 0x5571735c7bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c7bc0 0.000127
+gallium_dri.so free 0x5571735c7cc0 void 0.000128
+gallium_dri.so free 0x5571735c7bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7cf0 0.000125
+gallium_dri.so free 0x5571735c7d40 void 0.000129
+gallium_dri.so free 0x5571735c7cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c7cf0 0.000128
+gallium_dri.so free 0x5571735c7e40 void 0.000127
+gallium_dri.so free 0x5571735c7cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7df0 0.000126
+gallium_dri.so free 0x5571735c7f00 void 0.000129
+gallium_dri.so free 0x5571735c7df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000127
+gallium_dri.so free 0x5571735c7f40 void 0.000127
+gallium_dri.so free 0x5571735c7eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000125
+gallium_dri.so free 0x5571735c8000 void 0.000129
+gallium_dri.so free 0x5571735c7eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8070 0.000127
+gallium_dri.so free 0x5571735c80c0 void 0.000128
+gallium_dri.so free 0x5571735c8070 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8070 0.000126
+gallium_dri.so free 0x5571735c81c0 void 0.000128
+gallium_dri.so free 0x5571735c8070 void 0.000148
+gallium_dri.so malloc 72 0x5571735c8170 0.000121
+gallium_dri.so free 0x5571735c8280 void 0.000118
+gallium_dri.so free 0x5571735c8170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8230 0.000121
+gallium_dri.so free 0x5571735c82c0 void 0.000121
+gallium_dri.so free 0x5571735c8230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8230 0.000118
+gallium_dri.so free 0x5571735c8380 void 0.000121
+gallium_dri.so free 0x5571735c8230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c83c0 0.000121
+gallium_dri.so free 0x5571735c8440 void 0.000122
+gallium_dri.so free 0x5571735c83c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8440 0.000119
+gallium_dri.so free 0x5571735c8500 void 0.000118
+gallium_dri.so free 0x5571735c8440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8440 0.000121
+gallium_dri.so free 0x5571735c85c0 void 0.000118
+gallium_dri.so free 0x5571735c8440 void 0.000121
+gallium_dri.so malloc 72 0x5571735c85e0 0.000120
+gallium_dri.so free 0x5571735c8680 void 0.000118
+gallium_dri.so free 0x5571735c85e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8630 0.000121
+gallium_dri.so free 0x5571735c8700 void 0.000120
+gallium_dri.so free 0x5571735c8630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8630 0.000120
+gallium_dri.so free 0x5571735c8780 void 0.000129
+gallium_dri.so free 0x5571735c8630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8780 0.000121
+gallium_dri.so free 0x5571735c8840 void 0.000119
+gallium_dri.so free 0x5571735c8780 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8780 0.000119
+gallium_dri.so free 0x5571735c8900 void 0.000121
+gallium_dri.so free 0x5571735c8780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8780 0.000123
+gallium_dri.so free 0x5571735c89c0 void 0.000121
+gallium_dri.so free 0x5571735c8780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8970 0.000119
+gallium_dri.so free 0x5571735c8a80 void 0.000120
+gallium_dri.so free 0x5571735c8970 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8a30 0.000120
+gallium_dri.so free 0x5571735c8b00 void 0.000122
+gallium_dri.so free 0x5571735c8a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8b50 0.000120
+gallium_dri.so free 0x5571735c8bc0 void 0.000121
+gallium_dri.so free 0x5571735c8b50 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8be0 0.000121
+gallium_dri.so free 0x5571735c8c80 void 0.000121
+gallium_dri.so free 0x5571735c8be0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c30 0.000121
+gallium_dri.so free 0x5571735c8d00 void 0.000118
+gallium_dri.so free 0x5571735c8c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c30 0.000164
+gallium_dri.so free 0x5571735c8d80 void 0.000143
+gallium_dri.so free 0x5571735c8c30 void 0.000166
+gallium_dri.so malloc 72 0x5571735c8d80 0.000143
+gallium_dri.so free 0x5571735c8e40 void 0.000143
+gallium_dri.so free 0x5571735c8d80 void 0.000141
+gallium_dri.so malloc 72 0x5571735c8d80 0.000141
+gallium_dri.so free 0x5571735c8f40 void 0.000142
+gallium_dri.so free 0x5571735c8d80 void 0.000141
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000143
+gallium_dri.so free 0x5571735c8f80 void 0.000142
+gallium_dri.so free 0x5571735c8ef0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000141
+gallium_dri.so free 0x5571735c9040 void 0.000149
+gallium_dri.so free 0x5571735c8ef0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c9080 0.000142
+gallium_dri.so free 0x5571735c9100 void 0.000141
+gallium_dri.so free 0x5571735c9080 void 0.000142
+gallium_dri.so malloc 72 0x5571735c9100 0.000141
+gallium_dri.so free 0x5571735c91c0 void 0.000142
+gallium_dri.so free 0x5571735c9100 void 0.000141
+gallium_dri.so malloc 72 0x5571735c9100 0.000141
+gallium_dri.so free 0x5571735c9240 void 0.000169
+gallium_dri.so free 0x5571735c9100 void 0.000142
+gallium_dri.so malloc 72 0x5571735c9270 0.000226
+gallium_dri.so free 0x5571735c92c0 void 0.000142
+gallium_dri.so free 0x5571735c9270 void 0.000161
+gallium_dri.so malloc 72 0x5571735c9270 0.000155
+gallium_dri.so free 0x5571735c93c0 void 0.000166
+gallium_dri.so free 0x5571735c9270 void 0.000141
+gallium_dri.so malloc 72 0x5571735c9400 0.000145
+gallium_dri.so free 0x5571735c9480 void 0.000144
+gallium_dri.so free 0x5571735c9400 void 0.000145
+gallium_dri.so malloc 72 0x5571735c9480 0.000143
+gallium_dri.so free 0x5571735c9540 void 0.000145
+gallium_dri.so free 0x5571735c9480 void 0.000145
+gallium_dri.so malloc 72 0x5571735c9480 0.000146
+gallium_dri.so free 0x5571735c95c0 void 0.000146
+gallium_dri.so free 0x5571735c9480 void 0.000143
+gallium_dri.so malloc 72 0x5571735c95f0 0.000164
+gallium_dri.so free 0x5571735c9640 void 0.000631
+gallium_dri.so free 0x5571735c95f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735c95f0 0.000205
+gallium_dri.so free 0x5571735c9740 void 0.000136
+gallium_dri.so free 0x5571735c95f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c96f0 0.000119
+gallium_dri.so free 0x5571735c9800 void 0.000122
+gallium_dri.so free 0x5571735c96f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c97b0 0.000119
+gallium_dri.so free 0x5571735c9880 void 0.000122
+gallium_dri.so free 0x5571735c97b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c97b0 0.000118
+gallium_dri.so free 0x5571735c9940 void 0.000121
+gallium_dri.so free 0x5571735c97b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c97b0 0.000118
+gallium_dri.so free 0x5571735c9a00 void 0.000120
+gallium_dri.so free 0x5571735c97b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c99b0 0.000121
+gallium_dri.so free 0x5571735c9a80 void 0.000120
+gallium_dri.so free 0x5571735c99b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9ad0 0.000121
+gallium_dri.so free 0x5571735c9b40 void 0.000119
+gallium_dri.so free 0x5571735c9ad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9b60 0.000130
+gallium_dri.so free 0x5571735c9c00 void 0.000120
+gallium_dri.so free 0x5571735c9b60 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000119
+gallium_dri.so free 0x5571735c9c80 void 0.000119
+gallium_dri.so free 0x5571735c9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9c80 0.000127
+gallium_dri.so free 0x5571735c9d40 void 0.000120
+gallium_dri.so free 0x5571735c9c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9c80 0.000121
+gallium_dri.so free 0x5571735c9dc0 void 0.000121
+gallium_dri.so free 0x5571735c9c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9dc0 0.000120
+gallium_dri.so free 0x5571735c9e80 void 0.000122
+gallium_dri.so free 0x5571735c9dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9dc0 0.000120
+gallium_dri.so free 0x5571735c9f40 void 0.000121
+gallium_dri.so free 0x5571735c9dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9dc0 0.000120
+gallium_dri.so free 0x5571735ca000 void 0.000120
+gallium_dri.so free 0x5571735c9dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000121
+gallium_dri.so free 0x5571735ca080 void 0.000120
+gallium_dri.so free 0x5571735c9fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000121
+gallium_dri.so free 0x5571735ca140 void 0.000119
+gallium_dri.so free 0x5571735ca0d0 void 0.000211
+gallium_dri.so malloc 72 0x5571735ca180 0.000121
+gallium_dri.so free 0x5571735ca200 void 0.000118
+gallium_dri.so free 0x5571735ca180 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca180 0.000121
+gallium_dri.so free 0x5571735ca280 void 0.000122
+gallium_dri.so free 0x5571735ca180 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca2b0 0.000123
+gallium_dri.so free 0x5571735ca300 void 0.000121
+gallium_dri.so free 0x5571735ca2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca2b0 0.000121
+gallium_dri.so free 0x5571735ca400 void 0.000118
+gallium_dri.so free 0x5571735ca2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca3b0 0.000120
+gallium_dri.so free 0x5571735ca4c0 void 0.000123
+gallium_dri.so free 0x5571735ca3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca470 0.000120
+gallium_dri.so free 0x5571735ca500 void 0.000118
+gallium_dri.so free 0x5571735ca470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca470 0.000120
+gallium_dri.so free 0x5571735ca5c0 void 0.000121
+gallium_dri.so free 0x5571735ca470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca630 0.000121
+gallium_dri.so free 0x5571735ca680 void 0.000122
+gallium_dri.so free 0x5571735ca630 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca630 0.000130
+gallium_dri.so free 0x5571735ca780 void 0.000119
+gallium_dri.so free 0x5571735ca630 void 0.000122
+gallium_dri.so malloc 72 0x5571735ca730 0.000119
+gallium_dri.so free 0x5571735ca840 void 0.000119
+gallium_dri.so free 0x5571735ca730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000118
+gallium_dri.so free 0x5571735ca880 void 0.000122
+gallium_dri.so free 0x5571735ca7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000119
+gallium_dri.so free 0x5571735ca940 void 0.000120
+gallium_dri.so free 0x5571735ca7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ca980 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735ca980 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000121
+gallium_dri.so free 0x5571735eb440 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb540 void 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000122
+gallium_dri.so free 0x5571735caa00 void 0.000119
+gallium_dri.so free 0x5571735eb5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000122
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb640 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000118
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb640 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb640 0.000122
+gallium_dri.so free 0x5571735eb880 void 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000122
+gallium_dri.so free 0x5571735eb940 void 0.000121
+gallium_dri.so free 0x5571735eb830 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000122
+gallium_dri.so free 0x5571735eb8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba10 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eba10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebaa0 0.000117
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735ebaa0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000121
+gallium_dri.so free 0x5571735ebbc0 void 0.000163
+gallium_dri.so free 0x5571735ebaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc40 0.000119
+gallium_dri.so free 0x5571735ebd00 void 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc40 0.000121
+gallium_dri.so free 0x5571735ebe00 void 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000122
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf40 0.000121
+gallium_dri.so free 0x5571735ebfc0 void 0.000122
+gallium_dri.so free 0x5571735ebf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000121
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so free 0x5571735ebfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000119
+gallium_dri.so free 0x5571735ebfc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec130 0.000132
+gallium_dri.so free 0x5571735ec180 void 0.000121
+gallium_dri.so free 0x5571735ec130 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec130 0.000120
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so free 0x5571735ec130 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000121
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec340 0.000121
+gallium_dri.so free 0x5571735ec400 void 0.000118
+gallium_dri.so free 0x5571735ec340 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec340 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000121
+gallium_dri.so free 0x5571735ec500 void 0.000119
+gallium_dri.so free 0x5571735ec4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000120
+gallium_dri.so free 0x5571735ec4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000120
+gallium_dri.so free 0x5571735ec6c0 void 0.000121
+gallium_dri.so free 0x5571735ec5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec670 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec670 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec670 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec670 0.000126
+gallium_dri.so free 0x5571735ec8c0 void 0.000119
+gallium_dri.so free 0x5571735ec670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec870 0.000121
+gallium_dri.so free 0x5571735ec940 void 0.000122
+gallium_dri.so free 0x5571735ec870 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec990 0.000119
+gallium_dri.so free 0x5571735eca00 void 0.000121
+gallium_dri.so free 0x5571735ec990 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca20 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000124
+gallium_dri.so free 0x5571735eca20 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca70 0.000120
+gallium_dri.so free 0x5571735ecb40 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecb40 0.000119
+gallium_dri.so free 0x5571735ecc00 void 0.000118
+gallium_dri.so free 0x5571735ecb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecb40 0.000120
+gallium_dri.so free 0x5571735ecc80 void 0.000119
+gallium_dri.so free 0x5571735ecb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc80 0.000121
+gallium_dri.so free 0x5571735ecd40 void 0.000150
+gallium_dri.so free 0x5571735ecc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecc80 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc80 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000118
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece70 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x5571735ece70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecf90 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000121
+gallium_dri.so free 0x5571735ecf90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed040 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000122
+gallium_dri.so free 0x5571735ed040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed040 0.000117
+gallium_dri.so free 0x5571735ed140 void 0.000121
+gallium_dri.so free 0x5571735ed040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed170 0.000117
+gallium_dri.so free 0x5571735ed1c0 void 0.000121
+gallium_dri.so free 0x5571735ed170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed170 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x5571735ed170 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed270 0.000129
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed270 void 0.000182
+gallium_dri.so malloc 72 0x5571735ed330 0.000136
+gallium_dri.so free 0x5571735ed3c0 void 0.000130
+gallium_dri.so free 0x5571735ed330 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed330 0.000137
+gallium_dri.so free 0x5571735ed480 void 0.000137
+gallium_dri.so free 0x5571735ed330 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000122
+gallium_dri.so free 0x5571735ed540 void 0.000123
+gallium_dri.so free 0x5571735ed4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000121
+gallium_dri.so free 0x5571735ed640 void 0.000122
+gallium_dri.so free 0x5571735ed4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000121
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so free 0x5571735ed5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000121
+gallium_dri.so free 0x5571735ed740 void 0.000121
+gallium_dri.so free 0x5571735ed6b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000121
+gallium_dri.so free 0x5571735ed800 void 0.000122
+gallium_dri.so free 0x5571735ed6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed840 0.000131
+gallium_dri.so free 0x5571735ed8c0 void 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000120
+gallium_dri.so free 0x5571735ed980 void 0.000132
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000121
+gallium_dri.so free 0x5571735eda40 void 0.000121
+gallium_dri.so free 0x5571735ed8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eda60 0.000118
+gallium_dri.so free 0x5571735edb00 void 0.000121
+gallium_dri.so free 0x5571735eda60 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000120
+gallium_dri.so free 0x5571735edc00 void 0.000122
+gallium_dri.so free 0x5571735edab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edc00 0.000122
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc00 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735edc00 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000123
+gallium_dri.so free 0x5571735edc00 void 0.000129
+gallium_dri.so malloc 72 0x5571735eddf0 0.000153
+gallium_dri.so free 0x5571735edf00 void 0.000153
+gallium_dri.so free 0x5571735eddf0 void 0.000149
+gallium_dri.so malloc 72 0x5571735edeb0 0.000149
+gallium_dri.so free 0x5571735edf80 void 0.000151
+gallium_dri.so free 0x5571735edeb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735edfd0 0.000150
+gallium_dri.so free 0x5571735ee040 void 0.000151
+gallium_dri.so free 0x5571735edfd0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ee060 0.000153
+gallium_dri.so free 0x5571735ee100 void 0.000153
+gallium_dri.so free 0x5571735ee060 void 0.000149
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000152
+gallium_dri.so free 0x5571735ee180 void 0.000153
+gallium_dri.so free 0x5571735ee0b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000150
+gallium_dri.so free 0x5571735ee200 void 0.000151
+gallium_dri.so free 0x5571735ee0b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee200 0.000151
+gallium_dri.so free 0x5571735ee2c0 void 0.000148
+gallium_dri.so free 0x5571735ee200 void 0.000175
+gallium_dri.so malloc 72 0x5571735ee200 0.000154
+gallium_dri.so free 0x5571735ee3c0 void 0.000151
+gallium_dri.so free 0x5571735ee200 void 0.000150
+gallium_dri.so malloc 72 0x5571735ee370 0.000153
+gallium_dri.so free 0x5571735ee400 void 0.000151
+gallium_dri.so free 0x5571735ee370 void 0.000150
+gallium_dri.so malloc 72 0x5571735ee370 0.000148
+gallium_dri.so free 0x5571735ee4c0 void 0.000148
+gallium_dri.so free 0x5571735ee370 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee500 0.000150
+gallium_dri.so free 0x5571735ee580 void 0.000152
+gallium_dri.so free 0x5571735ee500 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee580 0.000152
+gallium_dri.so free 0x5571735ee640 void 0.000150
+gallium_dri.so free 0x5571735ee580 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee580 0.000154
+gallium_dri.so free 0x5571735ee6c0 void 0.000127
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000122
+gallium_dri.so free 0x5571735ee740 void 0.000121
+gallium_dri.so free 0x5571735ee6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000141
+gallium_dri.so free 0x5571735ee840 void 0.000123
+gallium_dri.so free 0x5571735ee6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee880 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so free 0x5571735ee880 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee900 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee900 0.000119
+gallium_dri.so free 0x5571735eea40 void 0.000122
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea70 0.000118
+gallium_dri.so free 0x5571735eeac0 void 0.000121
+gallium_dri.so free 0x5571735eea70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eea70 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eea70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeb70 0.000119
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so free 0x5571735eeb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eec30 0.000122
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eec30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec30 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eec30 void 0.000158
+gallium_dri.so malloc 72 0x5571735eec30 0.000120
+gallium_dri.so free 0x5571735eee80 void 0.000122
+gallium_dri.so free 0x5571735eec30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eee30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eef50 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eef50 void 0.000120
+gallium_dri.so malloc 72 0x5571735eefe0 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so free 0x5571735eefe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef030 0.000121
+gallium_dri.so free 0x5571735ef100 void 0.000117
+gallium_dri.so free 0x5571735ef030 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef100 0.000117
+gallium_dri.so free 0x5571735ef1c0 void 0.000118
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef100 0.000120
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so free 0x5571735ef100 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef240 0.000123
+gallium_dri.so free 0x5571735ef300 void 0.000122
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef240 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000122
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef240 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef430 0.000116
+gallium_dri.so free 0x5571735ef500 void 0.000118
+gallium_dri.so free 0x5571735ef430 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef550 0.000118
+gallium_dri.so free 0x5571735ef5c0 void 0.000117
+gallium_dri.so free 0x5571735ef550 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef600 0.000123
+gallium_dri.so free 0x5571735ef680 void 0.000122
+gallium_dri.so free 0x5571735ef600 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef600 0.000119
+gallium_dri.so free 0x5571735ef700 void 0.000119
+gallium_dri.so free 0x5571735ef600 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef730 0.000122
+gallium_dri.so free 0x5571735ef780 void 0.000120
+gallium_dri.so free 0x5571735ef730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef730 0.000121
+gallium_dri.so free 0x5571735ef880 void 0.000120
+gallium_dri.so free 0x5571735ef730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000122
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000121
+gallium_dri.so free 0x5571735efa40 void 0.000122
+gallium_dri.so free 0x5571735ef8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efab0 0.000120
+gallium_dri.so free 0x5571735efb00 void 0.000121
+gallium_dri.so free 0x5571735efab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efab0 0.000121
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efbb0 0.000118
+gallium_dri.so free 0x5571735efcc0 void 0.000121
+gallium_dri.so free 0x5571735efbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc70 0.000126
+gallium_dri.so free 0x5571735efd00 void 0.000123
+gallium_dri.so free 0x5571735efc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc70 0.000121
+gallium_dri.so free 0x5571735efdc0 void 0.000120
+gallium_dri.so free 0x5571735efc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe00 0.000121
+gallium_dri.so free 0x5571735efe80 void 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735efe80 0.000121
+gallium_dri.so free 0x5571735eff40 void 0.000133
+gallium_dri.so free 0x5571735efe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735efe80 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000122
+gallium_dri.so free 0x5571735efe80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0020 0.000117
+gallium_dri.so free 0x5571735f00c0 void 0.000118
+gallium_dri.so free 0x5571735f0020 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0070 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0070 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000121
+gallium_dri.so free 0x5571735f0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f01c0 0.000120
+gallium_dri.so free 0x5571735f0280 void 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f01c0 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f01c0 0.000122
+gallium_dri.so free 0x5571735f0400 void 0.000122
+gallium_dri.so free 0x5571735f01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03b0 0.000121
+gallium_dri.so free 0x5571735f04c0 void 0.000134
+gallium_dri.so free 0x5571735f03b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0470 0.000135
+gallium_dri.so free 0x5571735f0540 void 0.000122
+gallium_dri.so free 0x5571735f0470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0590 0.000121
+gallium_dri.so free 0x5571735f0600 void 0.000148
+gallium_dri.so free 0x5571735f0590 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0620 0.000118
+gallium_dri.so free 0x5571735f06c0 void 0.000122
+gallium_dri.so free 0x5571735f0620 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0670 0.000118
+gallium_dri.so free 0x5571735f0740 void 0.000121
+gallium_dri.so free 0x5571735f0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0670 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000120
+gallium_dri.so free 0x5571735f0670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f07c0 0.000120
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07c0 0.000121
+gallium_dri.so free 0x5571735f0980 void 0.000122
+gallium_dri.so free 0x5571735f07c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0930 0.000121
+gallium_dri.so free 0x5571735f09c0 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0930 0.000120
+gallium_dri.so free 0x5571735f0a80 void 0.000121
+gallium_dri.so free 0x5571735f0930 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000121
+gallium_dri.so free 0x5571735f0ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0b40 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0b40 0.000120
+gallium_dri.so free 0x5571735f0c80 void 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000118
+gallium_dri.so free 0x5571735f0d00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0e40 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so free 0x5571735f0e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000119
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000117
+gallium_dri.so free 0x5571735f0ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1030 0.000121
+gallium_dri.so free 0x5571735f1080 void 0.000179
+gallium_dri.so free 0x5571735f1030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1030 0.000121
+gallium_dri.so free 0x5571735f1180 void 0.000118
+gallium_dri.so free 0x5571735f1030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1130 0.000120
+gallium_dri.so free 0x5571735f1240 void 0.000122
+gallium_dri.so free 0x5571735f1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f11f0 0.000122
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f11f0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f11f0 0.000122
+gallium_dri.so free 0x5571735f1440 void 0.000124
+gallium_dri.so free 0x5571735f11f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f13f0 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so free 0x5571735f13f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1510 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000121
+gallium_dri.so free 0x5571735f1510 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15a0 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f15a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f15f0 0.000135
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f16c0 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000122
+gallium_dri.so free 0x5571735f16c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f16c0 0.000120
+gallium_dri.so free 0x5571735f1800 void 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1800 0.000119
+gallium_dri.so free 0x5571735f18c0 void 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1800 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000122
+gallium_dri.so free 0x5571735f1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1800 0.000120
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735f19f0 0.000122
+gallium_dri.so free 0x5571735f1ac0 void 0.000123
+gallium_dri.so free 0x5571735f19f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b10 0.000118
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so free 0x5571735f1b10 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1bc0 0.000122
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1bc0 0.000122
+gallium_dri.so free 0x5571735f1cc0 void 0.000123
+gallium_dri.so free 0x5571735f1bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000120
+gallium_dri.so free 0x5571735f1d40 void 0.000122
+gallium_dri.so free 0x5571735f1cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000120
+gallium_dri.so free 0x5571735f1e40 void 0.000149
+gallium_dri.so free 0x5571735f1cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1df0 0.000120
+gallium_dri.so free 0x5571735f1f00 void 0.000120
+gallium_dri.so free 0x5571735f1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000121
+gallium_dri.so free 0x5571735f1f40 void 0.000120
+gallium_dri.so free 0x5571735f1eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000120
+gallium_dri.so free 0x5571735f2000 void 0.000122
+gallium_dri.so free 0x5571735f1eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2070 0.000122
+gallium_dri.so free 0x5571735f20c0 void 0.000121
+gallium_dri.so free 0x5571735f2070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2070 0.000121
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f2070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2170 0.000138
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so free 0x5571735f2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2230 0.000117
+gallium_dri.so free 0x5571735f22c0 void 0.000115
+gallium_dri.so free 0x5571735f2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2230 0.000115
+gallium_dri.so free 0x5571735f2380 void 0.000120
+gallium_dri.so free 0x5571735f2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f23c0 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000115
+gallium_dri.so free 0x5571735f23c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2440 0.000115
+gallium_dri.so free 0x5571735f2500 void 0.000117
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2440 0.000116
+gallium_dri.so free 0x5571735f25c0 void 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f25e0 0.000116
+gallium_dri.so free 0x5571735f2680 void 0.000114
+gallium_dri.so free 0x5571735f25e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2630 0.000117
+gallium_dri.so free 0x5571735f2700 void 0.000117
+gallium_dri.so free 0x5571735f2630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2630 0.000115
+gallium_dri.so free 0x5571735f2780 void 0.000116
+gallium_dri.so free 0x5571735f2630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2780 0.000132
+gallium_dri.so free 0x5571735f2840 void 0.000123
+gallium_dri.so free 0x5571735f2780 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2780 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000122
+gallium_dri.so free 0x5571735f2780 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2780 0.000121
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x5571735f2780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2a80 void 0.000117
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2a30 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b50 0.000121
+gallium_dri.so free 0x5571735f2bc0 void 0.000122
+gallium_dri.so free 0x5571735f2b50 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2be0 0.000117
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2be0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2c30 0.000119
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c30 0.000120
+gallium_dri.so free 0x5571735f2d80 void 0.000120
+gallium_dri.so free 0x5571735f2c30 void 0.000197
+gallium_dri.so malloc 72 0x5571735f2d80 0.000122
+gallium_dri.so free 0x5571735f2e40 void 0.000124
+gallium_dri.so free 0x5571735f2d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2d80 0.000122
+gallium_dri.so free 0x5571735f2f40 void 0.000120
+gallium_dri.so free 0x5571735f2d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000120
+gallium_dri.so free 0x5571735f2f80 void 0.000120
+gallium_dri.so free 0x5571735f2ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000121
+gallium_dri.so free 0x5571735f3040 void 0.000121
+gallium_dri.so free 0x5571735f2ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3080 0.000120
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so free 0x5571735f3080 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3100 0.000121
+gallium_dri.so free 0x5571735f31c0 void 0.000122
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3100 0.000120
+gallium_dri.so free 0x5571735f3240 void 0.000122
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3270 0.000126
+gallium_dri.so free 0x5571735f32c0 void 0.000122
+gallium_dri.so free 0x5571735f3270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3270 0.000129
+gallium_dri.so free 0x5571735f33c0 void 0.000116
+gallium_dri.so free 0x5571735f3270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3400 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000116
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3480 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000116
+gallium_dri.so free 0x5571735f3480 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3480 0.000115
+gallium_dri.so free 0x5571735f35c0 void 0.000116
+gallium_dri.so free 0x5571735f3480 void 0.000116
+gallium_dri.so malloc 72 0x5571735f35f0 0.000115
+gallium_dri.so free 0x5571735f3640 void 0.000115
+gallium_dri.so free 0x5571735f35f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f35f0 0.000115
+gallium_dri.so free 0x5571735f3740 void 0.000114
+gallium_dri.so free 0x5571735f35f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f36f0 0.000117
+gallium_dri.so free 0x5571735f3800 void 0.000115
+gallium_dri.so free 0x5571735f36f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f37b0 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x5571735f37b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37b0 0.000115
+gallium_dri.so free 0x5571735f3940 void 0.000117
+gallium_dri.so free 0x5571735f37b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f37b0 0.000130
+gallium_dri.so free 0x5571735f3a00 void 0.000121
+gallium_dri.so free 0x5571735f37b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f39b0 0.000119
+gallium_dri.so free 0x5571735f3a80 void 0.000118
+gallium_dri.so free 0x5571735f39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3ad0 0.000119
+gallium_dri.so free 0x5571735f3b40 void 0.000119
+gallium_dri.so free 0x5571735f3ad0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3b60 0.000119
+gallium_dri.so free 0x5571735f3c00 void 0.000120
+gallium_dri.so free 0x5571735f3b60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000121
+gallium_dri.so free 0x5571735f3c80 void 0.000118
+gallium_dri.so free 0x5571735f3bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3c80 0.000120
+gallium_dri.so free 0x5571735f3d40 void 0.000121
+gallium_dri.so free 0x5571735f3c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3c80 0.000121
+gallium_dri.so free 0x5571735f3dc0 void 0.000120
+gallium_dri.so free 0x5571735f3c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000118
+gallium_dri.so free 0x5571735f3e80 void 0.000118
+gallium_dri.so free 0x5571735f3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000119
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so free 0x5571735f3dc0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000120
+gallium_dri.so free 0x5571735f4000 void 0.000120
+gallium_dri.so free 0x5571735f3dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3fb0 0.000119
+gallium_dri.so free 0x5571735f4080 void 0.000121
+gallium_dri.so free 0x5571735f3fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f40d0 0.000119
+gallium_dri.so free 0x5571735f4140 void 0.000119
+gallium_dri.so free 0x5571735f40d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4180 0.000118
+gallium_dri.so free 0x5571735f4200 void 0.000121
+gallium_dri.so free 0x5571735f4180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4180 0.000127
+gallium_dri.so free 0x5571735f4280 void 0.000121
+gallium_dri.so free 0x5571735f4180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f42b0 0.000119
+gallium_dri.so free 0x5571735f4300 void 0.000122
+gallium_dri.so free 0x5571735f42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f42b0 0.000119
+gallium_dri.so free 0x5571735f4400 void 0.000120
+gallium_dri.so free 0x5571735f42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f43b0 0.000120
+gallium_dri.so free 0x5571735f44c0 void 0.000120
+gallium_dri.so free 0x5571735f43b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4470 0.000118
+gallium_dri.so free 0x5571735f4500 void 0.000148
+gallium_dri.so free 0x5571735f4470 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4470 0.000118
+gallium_dri.so free 0x5571735f45c0 void 0.000121
+gallium_dri.so free 0x5571735f4470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4630 0.000117
+gallium_dri.so free 0x5571735f4680 void 0.000122
+gallium_dri.so free 0x5571735f4630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4630 0.000119
+gallium_dri.so free 0x5571735f4780 void 0.000121
+gallium_dri.so free 0x5571735f4630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4730 0.000120
+gallium_dri.so free 0x5571735f4840 void 0.000121
+gallium_dri.so free 0x5571735f4730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f47f0 0.000121
+gallium_dri.so free 0x5571735f4880 void 0.000122
+gallium_dri.so free 0x5571735f47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f47f0 0.000122
+gallium_dri.so free 0x5571735f4940 void 0.000121
+gallium_dri.so free 0x5571735f47f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4980 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000122
+gallium_dri.so free 0x5571735f4980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4a00 0.000120
+gallium_dri.so free 0x5571735f4ac0 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000129
+gallium_dri.so free 0x5571735f4b80 void 0.000117
+gallium_dri.so free 0x5571735f4a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4ba0 0.000118
+gallium_dri.so free 0x5571735f4c40 void 0.000116
+gallium_dri.so free 0x5571735f4ba0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000119
+gallium_dri.so free 0x5571735f4cc0 void 0.000119
+gallium_dri.so free 0x5571735f4bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000120
+gallium_dri.so free 0x5571735f4d40 void 0.000119
+gallium_dri.so free 0x5571735f4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d40 0.000115
+gallium_dri.so free 0x5571735f4e00 void 0.000117
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4d40 0.000118
+gallium_dri.so free 0x5571735f4ec0 void 0.000118
+gallium_dri.so free 0x5571735f4d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d40 0.000119
+gallium_dri.so free 0x5571735f4f80 void 0.000115
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4f30 0.000115
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000119
+gallium_dri.so free 0x5571735f50c0 void 0.000116
+gallium_dri.so free 0x5571735f4ff0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f5110 0.000122
+gallium_dri.so free 0x5571735f5180 void 0.000121
+gallium_dri.so free 0x5571735f5110 void 0.000125
+gallium_dri.so malloc 72 0x5571735f51a0 0.000121
+gallium_dri.so free 0x5571735f5240 void 0.000121
+gallium_dri.so free 0x5571735f51a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f51f0 0.000120
+gallium_dri.so free 0x5571735f52c0 void 0.000120
+gallium_dri.so free 0x5571735f51f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f51f0 0.000122
+gallium_dri.so free 0x5571735f5340 void 0.000121
+gallium_dri.so free 0x5571735f51f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5340 0.000122
+gallium_dri.so free 0x5571735f5400 void 0.000121
+gallium_dri.so free 0x5571735f5340 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5340 0.000118
+gallium_dri.so free 0x5571735f5500 void 0.000123
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f54b0 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000122
+gallium_dri.so free 0x5571735f54b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f54b0 0.000121
+gallium_dri.so free 0x5571735f5600 void 0.000121
+gallium_dri.so free 0x5571735f54b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5640 0.000120
+gallium_dri.so free 0x5571735f56c0 void 0.000134
+gallium_dri.so free 0x5571735f5640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f56c0 0.000121
+gallium_dri.so free 0x5571735f5780 void 0.000118
+gallium_dri.so free 0x5571735f56c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f56c0 0.000120
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x5571735f56c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5830 0.000117
+gallium_dri.so free 0x5571735f5880 void 0.000121
+gallium_dri.so free 0x5571735f5830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5830 0.000118
+gallium_dri.so free 0x5571735f5980 void 0.000120
+gallium_dri.so free 0x5571735f5830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f59c0 0.000122
+gallium_dri.so free 0x5571735f5a40 void 0.000122
+gallium_dri.so free 0x5571735f59c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5a40 0.000122
+gallium_dri.so free 0x5571735f5b00 void 0.000120
+gallium_dri.so free 0x5571735f5a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5a40 0.000119
+gallium_dri.so free 0x5571735f5b80 void 0.000118
+gallium_dri.so free 0x5571735f5a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000121
+gallium_dri.so free 0x5571735f5c00 void 0.000121
+gallium_dri.so free 0x5571735f5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000130
+gallium_dri.so free 0x5571735f5d00 void 0.000119
+gallium_dri.so free 0x5571735f5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000118
+gallium_dri.so free 0x5571735f5cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5d70 0.000121
+gallium_dri.so free 0x5571735f5e40 void 0.000121
+gallium_dri.so free 0x5571735f5d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5d70 0.000119
+gallium_dri.so free 0x5571735f5f00 void 0.000121
+gallium_dri.so free 0x5571735f5d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5d70 0.000120
+gallium_dri.so free 0x5571735f5fc0 void 0.000120
+gallium_dri.so free 0x5571735f5d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5f70 0.000120
+gallium_dri.so free 0x5571735f6040 void 0.000120
+gallium_dri.so free 0x5571735f5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6090 0.000121
+gallium_dri.so free 0x5571735f6100 void 0.000126
+gallium_dri.so free 0x5571735f6090 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6120 0.000120
+gallium_dri.so free 0x5571735f61c0 void 0.000118
+gallium_dri.so free 0x5571735f6120 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6170 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000120
+gallium_dri.so free 0x5571735f6170 void 0.000170
+gallium_dri.so malloc 72 0x5571735f6240 0.000133
+gallium_dri.so free 0x5571735f6300 void 0.000121
+gallium_dri.so free 0x5571735f6240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6240 0.000118
+gallium_dri.so free 0x5571735f6380 void 0.000121
+gallium_dri.so free 0x5571735f6240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6380 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000118
+gallium_dri.so free 0x5571735f6380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6380 0.000120
+gallium_dri.so free 0x5571735f6500 void 0.000120
+gallium_dri.so free 0x5571735f6380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6380 0.000117
+gallium_dri.so free 0x5571735f65c0 void 0.000118
+gallium_dri.so free 0x5571735f6380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6570 0.000120
+gallium_dri.so free 0x5571735f6640 void 0.000122
+gallium_dri.so free 0x5571735f6570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6690 0.000120
+gallium_dri.so free 0x5571735f6700 void 0.000121
+gallium_dri.so free 0x5571735f6690 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6740 0.000122
+gallium_dri.so free 0x5571735f67c0 void 0.000121
+gallium_dri.so free 0x5571735f6740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6740 0.000119
+gallium_dri.so free 0x5571735f6840 void 0.000124
+gallium_dri.so free 0x5571735f6740 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6870 0.000121
+gallium_dri.so free 0x5571735f68c0 void 0.000121
+gallium_dri.so free 0x5571735f6870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6870 0.000120
+gallium_dri.so free 0x5571735f69c0 void 0.000122
+gallium_dri.so free 0x5571735f6870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6970 0.000123
+gallium_dri.so free 0x5571735f6a80 void 0.000123
+gallium_dri.so free 0x5571735f6970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6a30 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so free 0x5571735f6a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6a30 0.000119
+gallium_dri.so free 0x5571735f6b80 void 0.000122
+gallium_dri.so free 0x5571735f6a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000122
+gallium_dri.so free 0x5571735f6c40 void 0.000118
+gallium_dri.so free 0x5571735f6bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6d40 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000122
+gallium_dri.so free 0x5571735f6cf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6db0 0.000121
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so free 0x5571735f6db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6db0 0.000121
+gallium_dri.so free 0x5571735f6f00 void 0.000122
+gallium_dri.so free 0x5571735f6db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6f40 0.000118
+gallium_dri.so free 0x5571735f6fc0 void 0.000120
+gallium_dri.so free 0x5571735f6f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000123
+gallium_dri.so free 0x5571735f7080 void 0.000121
+gallium_dri.so free 0x5571735f6fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000120
+gallium_dri.so free 0x5571735f7140 void 0.000122
+gallium_dri.so free 0x5571735f6fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7160 0.000121
+gallium_dri.so free 0x5571735f7200 void 0.000120
+gallium_dri.so free 0x5571735f7160 void 0.000121
+gallium_dri.so malloc 72 0x5571735f71b0 0.000122
+gallium_dri.so free 0x5571735f7280 void 0.000119
+gallium_dri.so free 0x5571735f71b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71b0 0.000120
+gallium_dri.so free 0x5571735f7300 void 0.000122
+gallium_dri.so free 0x5571735f71b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7300 0.000118
+gallium_dri.so free 0x5571735f73c0 void 0.000134
+gallium_dri.so free 0x5571735f7300 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7300 0.000120
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f7300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7300 0.000120
+gallium_dri.so free 0x5571735f7540 void 0.000119
+gallium_dri.so free 0x5571735f7300 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000116
+gallium_dri.so free 0x5571735f7600 void 0.000120
+gallium_dri.so free 0x5571735f74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f75b0 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000119
+gallium_dri.so free 0x5571735f75b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f76d0 0.000116
+gallium_dri.so free 0x5571735f7740 void 0.000119
+gallium_dri.so free 0x5571735f76d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7760 0.000119
+gallium_dri.so free 0x5571735f7800 void 0.000119
+gallium_dri.so free 0x5571735f7760 void 0.000118
+gallium_dri.so malloc 72 0x5571735f77b0 0.000116
+gallium_dri.so free 0x5571735f7880 void 0.000119
+gallium_dri.so free 0x5571735f77b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f77b0 0.000118
+gallium_dri.so free 0x5571735f7900 void 0.000120
+gallium_dri.so free 0x5571735f77b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7900 0.000149
+gallium_dri.so free 0x5571735f79c0 void 0.000121
+gallium_dri.so free 0x5571735f7900 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7900 0.000120
+gallium_dri.so free 0x5571735f7ac0 void 0.000122
+gallium_dri.so free 0x5571735f7900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7a70 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000121
+gallium_dri.so free 0x5571735f7a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7a70 0.000121
+gallium_dri.so free 0x5571735f7bc0 void 0.000120
+gallium_dri.so free 0x5571735f7a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c00 0.000123
+gallium_dri.so free 0x5571735f7c80 void 0.000120
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7c80 0.000118
+gallium_dri.so free 0x5571735f7d40 void 0.000121
+gallium_dri.so free 0x5571735f7c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7c80 0.000123
+gallium_dri.so free 0x5571735f7dc0 void 0.000122
+gallium_dri.so free 0x5571735f7c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7df0 0.000121
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so free 0x5571735f7df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7df0 0.000119
+gallium_dri.so free 0x5571735f7f40 void 0.000176
+gallium_dri.so free 0x5571735f7df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7f80 0.000128
+gallium_dri.so free 0x5571735f8000 void 0.000122
+gallium_dri.so free 0x5571735f7f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8000 0.000121
+gallium_dri.so free 0x5571735f80c0 void 0.000122
+gallium_dri.so free 0x5571735f8000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8000 0.000121
+gallium_dri.so free 0x5571735f8140 void 0.000121
+gallium_dri.so free 0x5571735f8000 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8170 0.000121
+gallium_dri.so free 0x5571735f81c0 void 0.000121
+gallium_dri.so free 0x5571735f8170 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8170 0.000120
+gallium_dri.so free 0x5571735f82c0 void 0.000122
+gallium_dri.so free 0x5571735f8170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8270 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000121
+gallium_dri.so free 0x5571735f8270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8330 0.000122
+gallium_dri.so free 0x5571735f8400 void 0.000122
+gallium_dri.so free 0x5571735f8330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8330 0.000120
+gallium_dri.so free 0x5571735f84c0 void 0.000120
+gallium_dri.so free 0x5571735f8330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8330 0.000125
+gallium_dri.so free 0x5571735f8580 void 0.000122
+gallium_dri.so free 0x5571735f8330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8530 0.000122
+gallium_dri.so free 0x5571735f8600 void 0.000123
+gallium_dri.so free 0x5571735f8530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8650 0.000122
+gallium_dri.so free 0x5571735f86c0 void 0.000123
+gallium_dri.so free 0x5571735f8650 void 0.000119
+gallium_dri.so malloc 72 0x5571735f86e0 0.000120
+gallium_dri.so free 0x5571735f8780 void 0.000121
+gallium_dri.so free 0x5571735f86e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8730 0.000123
+gallium_dri.so free 0x5571735f8800 void 0.000122
+gallium_dri.so free 0x5571735f8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8800 0.000122
+gallium_dri.so free 0x5571735f88c0 void 0.000121
+gallium_dri.so free 0x5571735f8800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8800 0.000121
+gallium_dri.so free 0x5571735f8940 void 0.000120
+gallium_dri.so free 0x5571735f8800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8940 0.000119
+gallium_dri.so free 0x5571735f8a00 void 0.000121
+gallium_dri.so free 0x5571735f8940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8940 0.000122
+gallium_dri.so free 0x5571735f8ac0 void 0.000139
+gallium_dri.so free 0x5571735f8940 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8940 0.000123
+gallium_dri.so free 0x5571735f8b80 void 0.000122
+gallium_dri.so free 0x5571735f8940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b30 0.000120
+gallium_dri.so free 0x5571735f8c00 void 0.000122
+gallium_dri.so free 0x5571735f8b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c50 0.000121
+gallium_dri.so free 0x5571735f8cc0 void 0.000123
+gallium_dri.so free 0x5571735f8c50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8d00 0.000121
+gallium_dri.so free 0x5571735f8d80 void 0.000122
+gallium_dri.so free 0x5571735f8d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d00 0.000122
+gallium_dri.so free 0x5571735f8e00 void 0.000120
+gallium_dri.so free 0x5571735f8d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e30 0.000119
+gallium_dri.so free 0x5571735f8e80 void 0.000121
+gallium_dri.so free 0x5571735f8e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8e30 0.000121
+gallium_dri.so free 0x5571735f8f80 void 0.000120
+gallium_dri.so free 0x5571735f8e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8f30 0.000121
+gallium_dri.so free 0x5571735f9040 void 0.000119
+gallium_dri.so free 0x5571735f8f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000172
+gallium_dri.so free 0x5571735f9080 void 0.000163
+gallium_dri.so free 0x5571735f8ff0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000127
+gallium_dri.so free 0x5571735f9140 void 0.000121
+gallium_dri.so free 0x5571735f8ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000122
+gallium_dri.so free 0x5571735f9200 void 0.000120
+gallium_dri.so free 0x5571735f91b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000120
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so free 0x5571735f91b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f92b0 0.000122
+gallium_dri.so free 0x5571735f93c0 void 0.000122
+gallium_dri.so free 0x5571735f92b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9370 0.000121
+gallium_dri.so free 0x5571735f9400 void 0.000121
+gallium_dri.so free 0x5571735f9370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9370 0.000121
+gallium_dri.so free 0x5571735f94c0 void 0.000122
+gallium_dri.so free 0x5571735f9370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9500 0.000122
+gallium_dri.so free 0x5571735f9580 void 0.000123
+gallium_dri.so free 0x5571735f9500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9580 0.000133
+gallium_dri.so free 0x5571735f9640 void 0.000122
+gallium_dri.so free 0x5571735f9580 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9580 0.000121
+gallium_dri.so free 0x5571735f9700 void 0.000134
+gallium_dri.so free 0x5571735f9580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9720 0.000121
+gallium_dri.so free 0x5571735f97c0 void 0.000122
+gallium_dri.so free 0x5571735f9720 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9770 0.000122
+gallium_dri.so free 0x5571735f9840 void 0.000121
+gallium_dri.so free 0x5571735f9770 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9770 0.000120
+gallium_dri.so free 0x5571735f98c0 void 0.000122
+gallium_dri.so free 0x5571735f9770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f98c0 0.000119
+gallium_dri.so free 0x5571735f9980 void 0.000121
+gallium_dri.so free 0x5571735f98c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f98c0 0.000122
+gallium_dri.so free 0x5571735f9a40 void 0.000122
+gallium_dri.so free 0x5571735f98c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f98c0 0.000121
+gallium_dri.so free 0x5571735f9b00 void 0.000119
+gallium_dri.so free 0x5571735f98c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000122
+gallium_dri.so free 0x5571735f9bc0 void 0.000135
+gallium_dri.so free 0x5571735f9ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9b70 0.000124
+gallium_dri.so free 0x5571735f9c40 void 0.000123
+gallium_dri.so free 0x5571735f9b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9c90 0.000121
+gallium_dri.so free 0x5571735f9d00 void 0.000124
+gallium_dri.so free 0x5571735f9c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d20 0.000120
+gallium_dri.so free 0x5571735f9dc0 void 0.000121
+gallium_dri.so free 0x5571735f9d20 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9d70 0.000120
+gallium_dri.so free 0x5571735f9e40 void 0.000121
+gallium_dri.so free 0x5571735f9d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9d70 0.000121
+gallium_dri.so free 0x5571735f9ec0 void 0.000122
+gallium_dri.so free 0x5571735f9d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000121
+gallium_dri.so free 0x5571735f9f80 void 0.000119
+gallium_dri.so free 0x5571735f9ec0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000142
+gallium_dri.so free 0x5571735fa080 void 0.000142
+gallium_dri.so free 0x5571735f9ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa030 0.000122
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735fa030 void 0.000136
+gallium_dri.so malloc 72 0x5571735fa030 0.000118
+gallium_dri.so free 0x5571735fa180 void 0.000121
+gallium_dri.so free 0x5571735fa030 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa1c0 0.000118
+gallium_dri.so free 0x5571735fa240 void 0.000120
+gallium_dri.so free 0x5571735fa1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa240 0.000121
+gallium_dri.so free 0x5571735fa300 void 0.000121
+gallium_dri.so free 0x5571735fa240 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa240 0.000120
+gallium_dri.so free 0x5571735fa380 void 0.000120
+gallium_dri.so free 0x5571735fa240 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000119
+gallium_dri.so free 0x5571735fa400 void 0.000136
+gallium_dri.so free 0x5571735fa3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000120
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa540 0.000116
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x5571735fa540 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000116
+gallium_dri.so free 0x5571735fa680 void 0.000119
+gallium_dri.so free 0x5571735fa5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000120
+gallium_dri.so free 0x5571735fa700 void 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa730 0.000120
+gallium_dri.so free 0x5571735fa780 void 0.000121
+gallium_dri.so free 0x5571735fa730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa730 0.000120
+gallium_dri.so free 0x5571735fa880 void 0.000120
+gallium_dri.so free 0x5571735fa730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa830 0.000122
+gallium_dri.so free 0x5571735fa940 void 0.000123
+gallium_dri.so free 0x5571735fa830 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000120
+gallium_dri.so free 0x5571735fa9c0 void 0.000121
+gallium_dri.so free 0x5571735fa8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000121
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so free 0x5571735fa8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000123
+gallium_dri.so free 0x5571735fa8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735faaf0 0.000121
+gallium_dri.so free 0x5571735fabc0 void 0.000122
+gallium_dri.so free 0x5571735faaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fac10 0.000121
+gallium_dri.so free 0x5571735fac80 void 0.000121
+gallium_dri.so free 0x5571735fac10 void 0.000119
+gallium_dri.so malloc 72 0x5571735faca0 0.000164
+gallium_dri.so free 0x5571735fad40 void 0.000169
+gallium_dri.so free 0x5571735faca0 void 0.000197
+gallium_dri.so malloc 72 0x5571735facf0 0.000197
+gallium_dri.so free 0x5571735fadc0 void 0.000195
+gallium_dri.so free 0x5571735facf0 void 0.000198
+gallium_dri.so malloc 72 0x5571735fadc0 0.000195
+gallium_dri.so free 0x5571735fae80 void 0.000196
+gallium_dri.so free 0x5571735fadc0 void 0.000200
+gallium_dri.so malloc 72 0x5571735fadc0 0.000193
+gallium_dri.so free 0x5571735faf00 void 0.000145
+gallium_dri.so free 0x5571735fadc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735faf00 0.000127
+gallium_dri.so free 0x5571735fafc0 void 0.000130
+gallium_dri.so free 0x5571735faf00 void 0.000128
+gallium_dri.so malloc 72 0x5571735faf00 0.000128
+gallium_dri.so free 0x5571735fb080 void 0.000128
+gallium_dri.so free 0x5571735faf00 void 0.000137
+gallium_dri.so malloc 72 0x5571735faf00 0.000128
+gallium_dri.so free 0x5571735fb140 void 0.000136
+gallium_dri.so free 0x5571735faf00 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000129
+gallium_dri.so free 0x5571735fb1c0 void 0.000128
+gallium_dri.so free 0x5571735fb0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb210 0.000128
+gallium_dri.so free 0x5571735fb280 void 0.000127
+gallium_dri.so free 0x5571735fb210 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb2c0 0.000129
+gallium_dri.so free 0x5571735fb340 void 0.000128
+gallium_dri.so free 0x5571735fb2c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb2c0 0.000127
+gallium_dri.so free 0x5571735fb3c0 void 0.000127
+gallium_dri.so free 0x5571735fb2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000129
+gallium_dri.so free 0x5571735fb440 void 0.000128
+gallium_dri.so free 0x5571735fb3f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000128
+gallium_dri.so free 0x5571735fb540 void 0.000128
+gallium_dri.so free 0x5571735fb3f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000125
+gallium_dri.so free 0x5571735fb600 void 0.000130
+gallium_dri.so free 0x5571735fb4f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000129
+gallium_dri.so free 0x5571735fb640 void 0.000127
+gallium_dri.so free 0x5571735fb5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000129
+gallium_dri.so free 0x5571735fb700 void 0.000129
+gallium_dri.so free 0x5571735fb5b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb770 0.000126
+gallium_dri.so free 0x5571735fb7c0 void 0.000127
+gallium_dri.so free 0x5571735fb770 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb770 0.000127
+gallium_dri.so free 0x5571735fb8c0 void 0.000129
+gallium_dri.so free 0x5571735fb770 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb870 0.000129
+gallium_dri.so free 0x5571735fb980 void 0.000128
+gallium_dri.so free 0x5571735fb870 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb930 0.000128
+gallium_dri.so free 0x5571735fb9c0 void 0.000126
+gallium_dri.so free 0x5571735fb930 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb930 0.000127
+gallium_dri.so free 0x5571735fba80 void 0.000127
+gallium_dri.so free 0x5571735fb930 void 0.000128
+gallium_dri.so malloc 72 0x5571735fbac0 0.000128
+gallium_dri.so free 0x5571735fbb40 void 0.000129
+gallium_dri.so free 0x5571735fbac0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbb40 0.000138
+gallium_dri.so free 0x5571735fbc00 void 0.000129
+gallium_dri.so free 0x5571735fbb40 void 0.000128
+gallium_dri.so malloc 72 0x5571735fbb40 0.000127
+gallium_dri.so free 0x5571735fbcc0 void 0.000129
+gallium_dri.so free 0x5571735fbb40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbce0 0.000133
+gallium_dri.so free 0x5571735fbd80 void 0.000120
+gallium_dri.so free 0x5571735fbce0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd30 0.000122
+gallium_dri.so free 0x5571735fbe00 void 0.000122
+gallium_dri.so free 0x5571735fbd30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd30 0.000120
+gallium_dri.so free 0x5571735fbe80 void 0.000121
+gallium_dri.so free 0x5571735fbd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbe80 0.000124
+gallium_dri.so free 0x5571735fbf40 void 0.000120
+gallium_dri.so free 0x5571735fbe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbe80 0.000119
+gallium_dri.so free 0x5571735fc000 void 0.000120
+gallium_dri.so free 0x5571735fbe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbe80 0.000123
+gallium_dri.so free 0x5571735fc0c0 void 0.000123
+gallium_dri.so free 0x5571735fbe80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc070 0.000123
+gallium_dri.so free 0x5571735fc180 void 0.000133
+gallium_dri.so free 0x5571735fc070 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc130 0.000122
+gallium_dri.so free 0x5571735fc200 void 0.000120
+gallium_dri.so free 0x5571735fc130 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc250 0.000122
+gallium_dri.so free 0x5571735fc2c0 void 0.000123
+gallium_dri.so free 0x5571735fc250 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc2e0 0.000123
+gallium_dri.so free 0x5571735fc380 void 0.000122
+gallium_dri.so free 0x5571735fc2e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc330 0.000121
+gallium_dri.so free 0x5571735fc400 void 0.000119
+gallium_dri.so free 0x5571735fc330 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc330 0.000120
+gallium_dri.so free 0x5571735fc480 void 0.000122
+gallium_dri.so free 0x5571735fc330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc480 0.000121
+gallium_dri.so free 0x5571735fc540 void 0.000123
+gallium_dri.so free 0x5571735fc480 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc480 0.000119
+gallium_dri.so free 0x5571735fc640 void 0.000118
+gallium_dri.so free 0x5571735fc480 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000121
+gallium_dri.so free 0x5571735fc680 void 0.000121
+gallium_dri.so free 0x5571735fc5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000127
+gallium_dri.so free 0x5571735fc740 void 0.000123
+gallium_dri.so free 0x5571735fc5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc780 0.000121
+gallium_dri.so free 0x5571735fc800 void 0.000121
+gallium_dri.so free 0x5571735fc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc800 0.000118
+gallium_dri.so free 0x5571735fc8c0 void 0.000119
+gallium_dri.so free 0x5571735fc800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc800 0.000119
+gallium_dri.so free 0x5571735fc940 void 0.000122
+gallium_dri.so free 0x5571735fc800 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc970 0.000121
+gallium_dri.so free 0x5571735fc9c0 void 0.000122
+gallium_dri.so free 0x5571735fc970 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc970 0.000122
+gallium_dri.so free 0x5571735fcac0 void 0.000123
+gallium_dri.so free 0x5571735fc970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcb00 0.000121
+gallium_dri.so free 0x5571735fcb80 void 0.000123
+gallium_dri.so free 0x5571735fcb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcb80 0.000120
+gallium_dri.so free 0x5571735fcc40 void 0.000124
+gallium_dri.so free 0x5571735fcb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcb80 0.000119
+gallium_dri.so free 0x5571735fccc0 void 0.000133
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fccf0 0.000121
+gallium_dri.so free 0x5571735fcd40 void 0.000124
+gallium_dri.so free 0x5571735fccf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fccf0 0.000122
+gallium_dri.so free 0x5571735fce40 void 0.000120
+gallium_dri.so free 0x5571735fccf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000121
+gallium_dri.so free 0x5571735fcf00 void 0.000122
+gallium_dri.so free 0x5571735fcdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fceb0 0.000121
+gallium_dri.so free 0x5571735fcf80 void 0.000122
+gallium_dri.so free 0x5571735fceb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fceb0 0.000121
+gallium_dri.so free 0x5571735fd040 void 0.000121
+gallium_dri.so free 0x5571735fceb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fceb0 0.000123
+gallium_dri.so free 0x5571735fd100 void 0.000120
+gallium_dri.so free 0x5571735fceb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd180 void 0.000122
+gallium_dri.so free 0x5571735fd0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd1d0 0.000122
+gallium_dri.so free 0x5571735fd240 void 0.000121
+gallium_dri.so free 0x5571735fd1d0 void 0.000183
+gallium_dri.so malloc 72 0x5571735fd260 0.000125
+gallium_dri.so free 0x5571735fd300 void 0.000123
+gallium_dri.so free 0x5571735fd260 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000122
+gallium_dri.so free 0x5571735fd380 void 0.000122
+gallium_dri.so free 0x5571735fd2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd380 0.000122
+gallium_dri.so free 0x5571735fd440 void 0.000122
+gallium_dri.so free 0x5571735fd380 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd380 0.000121
+gallium_dri.so free 0x5571735fd4c0 void 0.000122
+gallium_dri.so free 0x5571735fd380 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000121
+gallium_dri.so free 0x5571735fd580 void 0.000122
+gallium_dri.so free 0x5571735fd4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000122
+gallium_dri.so free 0x5571735fd640 void 0.000121
+gallium_dri.so free 0x5571735fd4c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000122
+gallium_dri.so free 0x5571735fd700 void 0.000123
+gallium_dri.so free 0x5571735fd4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000121
+gallium_dri.so free 0x5571735fd780 void 0.000122
+gallium_dri.so free 0x5571735fd6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd7d0 0.000122
+gallium_dri.so free 0x5571735fd840 void 0.000121
+gallium_dri.so free 0x5571735fd7d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd880 0.000116
+gallium_dri.so free 0x5571735fd900 void 0.000116
+gallium_dri.so free 0x5571735fd880 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd880 0.000116
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so free 0x5571735fd880 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000116
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000114
+gallium_dri.so free 0x5571735fdb00 void 0.000116
+gallium_dri.so free 0x5571735fd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdab0 0.000117
+gallium_dri.so free 0x5571735fdbc0 void 0.000116
+gallium_dri.so free 0x5571735fdab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdb70 0.000118
+gallium_dri.so free 0x5571735fdc00 void 0.000116
+gallium_dri.so free 0x5571735fdb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdb70 0.000116
+gallium_dri.so free 0x5571735fdcc0 void 0.000116
+gallium_dri.so free 0x5571735fdb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdd30 0.000115
+gallium_dri.so free 0x5571735fdd80 void 0.000125
+gallium_dri.so free 0x5571735fdd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdd30 0.000116
+gallium_dri.so free 0x5571735fde80 void 0.000125
+gallium_dri.so free 0x5571735fdd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde30 0.000120
+gallium_dri.so free 0x5571735fdf40 void 0.000119
+gallium_dri.so free 0x5571735fde30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdef0 0.000123
+gallium_dri.so free 0x5571735fdf80 void 0.000122
+gallium_dri.so free 0x5571735fdef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdef0 0.000120
+gallium_dri.so free 0x5571735fe040 void 0.000118
+gallium_dri.so free 0x5571735fdef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe080 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so free 0x5571735fe080 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe100 0.000124
+gallium_dri.so free 0x5571735fe1c0 void 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe100 0.000120
+gallium_dri.so free 0x5571735fe280 void 0.000121
+gallium_dri.so free 0x5571735fe100 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe2a0 0.000121
+gallium_dri.so free 0x5571735fe340 void 0.000120
+gallium_dri.so free 0x5571735fe2a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000119
+gallium_dri.so free 0x5571735fe3c0 void 0.000119
+gallium_dri.so free 0x5571735fe2f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000123
+gallium_dri.so free 0x5571735fe440 void 0.000123
+gallium_dri.so free 0x5571735fe2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe440 0.000121
+gallium_dri.so free 0x5571735fe500 void 0.000122
+gallium_dri.so free 0x5571735fe440 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe440 0.000121
+gallium_dri.so free 0x5571735fe5c0 void 0.000121
+gallium_dri.so free 0x5571735fe440 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe440 0.000121
+gallium_dri.so free 0x5571735fe680 void 0.000121
+gallium_dri.so free 0x5571735fe440 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe630 0.000122
+gallium_dri.so free 0x5571735fe740 void 0.000121
+gallium_dri.so free 0x5571735fe630 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000121
+gallium_dri.so free 0x5571735fe7c0 void 0.000121
+gallium_dri.so free 0x5571735fe6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe810 0.000121
+gallium_dri.so free 0x5571735fe880 void 0.000122
+gallium_dri.so free 0x5571735fe810 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe8a0 0.000123
+gallium_dri.so free 0x5571735fe940 void 0.000123
+gallium_dri.so free 0x5571735fe8a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000120
+gallium_dri.so free 0x5571735fe9c0 void 0.000119
+gallium_dri.so free 0x5571735fe8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000116
+gallium_dri.so free 0x5571735fea40 void 0.000131
+gallium_dri.so free 0x5571735fe8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fea40 0.000115
+gallium_dri.so free 0x5571735feb00 void 0.000116
+gallium_dri.so free 0x5571735fea40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fea40 0.000117
+gallium_dri.so free 0x5571735fec00 void 0.000115
+gallium_dri.so free 0x5571735fea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735febb0 0.000116
+gallium_dri.so free 0x5571735fec40 void 0.000115
+gallium_dri.so free 0x5571735febb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735febb0 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000117
+gallium_dri.so free 0x5571735febb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fed40 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000116
+gallium_dri.so free 0x5571735fed40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fedc0 0.000115
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fedc0 0.000115
+gallium_dri.so free 0x5571735fef00 void 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fef30 0.000116
+gallium_dri.so free 0x5571735fef80 void 0.000124
+gallium_dri.so free 0x5571735fef30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fef30 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000121
+gallium_dri.so free 0x5571735fef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735ff0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff140 0.000121
+gallium_dri.so free 0x5571735ff200 void 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff140 0.000124
+gallium_dri.so free 0x5571735ff280 void 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000122
+gallium_dri.so free 0x5571735ff300 void 0.000122
+gallium_dri.so free 0x5571735ff2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000117
+gallium_dri.so free 0x5571735ff400 void 0.000121
+gallium_dri.so free 0x5571735ff2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000122
+gallium_dri.so free 0x5571735ff4c0 void 0.000122
+gallium_dri.so free 0x5571735ff3b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff470 0.000122
+gallium_dri.so free 0x5571735ff540 void 0.000123
+gallium_dri.so free 0x5571735ff470 void 0.000190
+gallium_dri.so malloc 72 0x5571735ff470 0.000123
+gallium_dri.so free 0x5571735ff600 void 0.000122
+gallium_dri.so free 0x5571735ff470 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff470 0.000122
+gallium_dri.so free 0x5571735ff6c0 void 0.000122
+gallium_dri.so free 0x5571735ff470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff670 0.000121
+gallium_dri.so free 0x5571735ff740 void 0.000120
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff790 0.000122
+gallium_dri.so free 0x5571735ff800 void 0.000122
+gallium_dri.so free 0x5571735ff790 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff820 0.000121
+gallium_dri.so free 0x5571735ff8c0 void 0.000120
+gallium_dri.so free 0x5571735ff820 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff870 0.000122
+gallium_dri.so free 0x5571735ff940 void 0.000126
+gallium_dri.so free 0x5571735ff870 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff940 0.000122
+gallium_dri.so free 0x5571735ffa00 void 0.000124
+gallium_dri.so free 0x5571735ff940 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff940 0.000120
+gallium_dri.so free 0x5571735ffa80 void 0.000121
+gallium_dri.so free 0x5571735ff940 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffa80 0.000139
+gallium_dri.so free 0x5571735ffb40 void 0.000123
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffa80 0.000123
+gallium_dri.so free 0x5571735ffc00 void 0.000123
+gallium_dri.so free 0x5571735ffa80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffa80 0.000121
+gallium_dri.so free 0x5571735ffcc0 void 0.000123
+gallium_dri.so free 0x5571735ffa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffc70 0.000124
+gallium_dri.so free 0x5571735ffd40 void 0.000122
+gallium_dri.so free 0x5571735ffc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffd90 0.000122
+gallium_dri.so free 0x5571735ffe00 void 0.000123
+gallium_dri.so free 0x5571735ffd90 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffe40 0.000122
+gallium_dri.so free 0x5571735ffec0 void 0.000119
+gallium_dri.so free 0x5571735ffe40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffee0 0.000122
+gallium_dri.so free 0x5571735a9180 void 0.000124
+gallium_dri.so free 0x5571735ffee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffee0 0.000119
+gallium_dri.so free 0x557173450f00 void 0.000121
+gallium_dri.so free 0x5571735ffee0 void 0.000122
+gallium_dri.so malloc 72 0x557173450eb0 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000132
+gallium_dri.so free 0x557173450eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b5f40 0.000120
+gallium_dri.so free 0x5571735a9280 void 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5f40 0.000118
+gallium_dri.so free 0x5571735a8a40 void 0.000120
+gallium_dri.so free 0x5571735b5f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735b5f40 0.000121
+gallium_dri.so free 0x5571735a8b00 void 0.000122
+gallium_dri.so free 0x5571735b5f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ab0 0.000122
+gallium_dri.so free 0x5571735a8b00 void 0.000122
+gallium_dri.so free 0x5571735a8ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735a8ab0 0.000121
+gallium_dri.so free 0x5571735d74c0 void 0.000123
+gallium_dri.so free 0x5571735a8ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7510 0.000122
+gallium_dri.so free 0x5571735d7580 void 0.000123
+gallium_dri.so free 0x5571735d7510 void 0.000121
+gallium_dri.so malloc 72 0x5571735d75a0 0.000121
+gallium_dri.so free 0x5571735d7640 void 0.000119
+gallium_dri.so free 0x5571735d75a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d75f0 0.000120
+gallium_dri.so free 0x5571735addc0 void 0.000121
+gallium_dri.so free 0x5571735d75f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d75f0 0.000123
+gallium_dri.so free 0x5571735adec0 void 0.000124
+gallium_dri.so free 0x5571735d75f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ade70 0.000123
+gallium_dri.so free 0x5571735a8ec0 void 0.000135
+gallium_dri.so free 0x5571735ade70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ade70 0.000120
+gallium_dri.so free 0x5571735adf80 void 0.000120
+gallium_dri.so free 0x5571735ade70 void 0.000122
+gallium_dri.so malloc 72 0x5571735adf30 0.000123
+gallium_dri.so free 0x5571735a8fc0 void 0.000121
+gallium_dri.so free 0x5571735adf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735adf30 0.000120
+gallium_dri.so free 0x5571735afe40 void 0.000123
+gallium_dri.so free 0x5571735adf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735adf30 0.000130
+gallium_dri.so free 0x5571735afec0 void 0.000121
+gallium_dri.so free 0x5571735adf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735afec0 0.000120
+gallium_dri.so free 0x5571735a9080 void 0.000118
+gallium_dri.so free 0x5571735afec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735a9030 0.000122
+gallium_dri.so free 0x5571735ae700 void 0.000122
+gallium_dri.so free 0x5571735a9030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ae730 0.000122
+gallium_dri.so free 0x5571735ae780 void 0.000133
+gallium_dri.so free 0x5571735ae730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae780 0.000121
+gallium_dri.so free 0x5571735ae840 void 0.000121
+gallium_dri.so free 0x5571735ae780 void 0.000123
+gallium_dri.so malloc 72 0x5571735ae780 0.000120
+gallium_dri.so free 0x5571734f6040 void 0.000190
+gallium_dri.so free 0x5571735ae780 void 0.000197
+gallium_dri.so malloc 72 0x5571734f6040 0.000127
+gallium_dri.so free 0x5571735aff80 void 0.000127
+gallium_dri.so free 0x5571734f6040 void 0.000127
+gallium_dri.so malloc 72 0x5571734f6040 0.000127
+gallium_dri.so free 0x5571734f6100 void 0.000127
+gallium_dri.so free 0x5571734f6040 void 0.000130
+gallium_dri.so malloc 72 0x5571734f6040 0.000129
+gallium_dri.so free 0x5571734f61c0 void 0.000130
+gallium_dri.so free 0x5571734f6040 void 0.000129
+gallium_dri.so malloc 72 0x5571734f6200 0.000128
+gallium_dri.so free 0x5571735be540 void 0.000126
+gallium_dri.so free 0x5571734f6200 void 0.000128
+gallium_dri.so malloc 72 0x5571735be590 0.000127
+gallium_dri.so free 0x5571735be600 void 0.000126
+gallium_dri.so free 0x5571735be590 void 0.000128
+gallium_dri.so malloc 72 0x5571735be640 0.000242
+gallium_dri.so free 0x5571735be6c0 void 0.000131
+gallium_dri.so free 0x5571735be640 void 0.000130
+gallium_dri.so malloc 72 0x5571735be640 0.000129
+gallium_dri.so free 0x5571735bd840 void 0.000128
+gallium_dri.so free 0x5571735be640 void 0.000127
+gallium_dri.so malloc 72 0x5571735be640 0.000127
+gallium_dri.so free 0x5571735bd900 void 0.000128
+gallium_dri.so free 0x5571735be640 void 0.000127
+gallium_dri.so malloc 72 0x5571735bd940 0.000127
+gallium_dri.so free 0x5571735bd9c0 void 0.000132
+gallium_dri.so free 0x5571735bd940 void 0.000132
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000129
+gallium_dri.so free 0x5571735b0100 void 0.000134
+gallium_dri.so free 0x5571735bd9c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000129
+gallium_dri.so free 0x5571735b0180 void 0.000145
+gallium_dri.so free 0x5571735bd9c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b01b0 0.000167
+gallium_dri.so free 0x5571735b0200 void 0.000199
+gallium_dri.so free 0x5571735b01b0 void 0.000238
+gallium_dri.so malloc 72 0x5571735b01b0 0.000220
+gallium_dri.so free 0x5571735b6e80 void 0.000121
+gallium_dri.so free 0x5571735b01b0 void 0.000214
+gallium_dri.so malloc 72 0x5571735b01b0 0.000221
+gallium_dri.so free 0x5571735b6f00 void 0.000230
+gallium_dri.so free 0x5571735b01b0 void 0.000225
+gallium_dri.so malloc 72 0x5571735b6f00 0.000155
+gallium_dri.so free 0x5571735b6fc0 void 0.000152
+gallium_dri.so free 0x5571735b6f00 void 0.000149
+gallium_dri.so malloc 72 0x5571735b6f00 0.000150
+gallium_dri.so free 0x5571735b8180 void 0.000152
+gallium_dri.so free 0x5571735b6f00 void 0.000151
+gallium_dri.so malloc 72 0x5571735b81b0 0.000150
+gallium_dri.so free 0x5571735b8200 void 0.000152
+gallium_dri.so free 0x5571735b81b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735b81b0 0.000146
+gallium_dri.so free 0x5571735b8300 void 0.000146
+gallium_dri.so free 0x5571735b81b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735b82b0 0.000145
+gallium_dri.so free 0x5571735b83c0 void 0.000145
+gallium_dri.so free 0x5571735b82b0 void 0.000202
+gallium_dri.so malloc 72 0x5571735b8370 0.000145
+gallium_dri.so free 0x557173451040 void 0.000146
+gallium_dri.so free 0x5571735b8370 void 0.000144
+gallium_dri.so malloc 72 0x557173451060 0.000144
+gallium_dri.so free 0x557173451100 void 0.000144
+gallium_dri.so free 0x557173451060 void 0.000144
+gallium_dri.so malloc 72 0x5571734510b0 0.000146
+gallium_dri.so free 0x557173451180 void 0.000144
+gallium_dri.so free 0x5571734510b0 void 0.000145
+gallium_dri.so malloc 72 0x5571734510b0 0.000144
+gallium_dri.so free 0x557173451200 void 0.000144
+gallium_dri.so free 0x5571734510b0 void 0.000146
+gallium_dri.so malloc 72 0x557173451200 0.000146
+gallium_dri.so free 0x5571734512c0 void 0.000146
+gallium_dri.so free 0x557173451200 void 0.000145
+gallium_dri.so malloc 72 0x557173451200 0.000145
+gallium_dri.so free 0x5571735d9300 void 0.000146
+gallium_dri.so free 0x557173451200 void 0.000145
+gallium_dri.so malloc 72 0x5571735d92b0 0.000144
+gallium_dri.so free 0x5571735d9380 void 0.000146
+gallium_dri.so free 0x5571735d92b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735d9380 0.000147
+gallium_dri.so free 0x5571735d9440 void 0.000143
+gallium_dri.so free 0x5571735d9380 void 0.000148
+gallium_dri.so malloc 72 0x5571735d9380 0.000158
+gallium_dri.so free 0x5571735d94c0 void 0.000146
+gallium_dri.so free 0x5571735d9380 void 0.000147
+gallium_dri.so malloc 72 0x5571735d94c0 0.000152
+gallium_dri.so free 0x5571735d9580 void 0.000147
+gallium_dri.so free 0x5571735d94c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d94c0 0.000150
+gallium_dri.so free 0x5571735d9640 void 0.000147
+gallium_dri.so free 0x5571735d94c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d94c0 0.000148
+gallium_dri.so free 0x5571735e3880 void 0.000145
+gallium_dri.so free 0x5571735d94c0 void 0.000149
+gallium_dri.so malloc 72 0x5571735e38c0 0.000147
+gallium_dri.so free 0x5571735e3940 void 0.000149
+gallium_dri.so free 0x5571735e38c0 void 0.000196
+gallium_dri.so malloc 72 0x5571735e3940 0.000155
+gallium_dri.so free 0x5571735e3a00 void 0.000148
+gallium_dri.so free 0x5571735e3940 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3940 0.000126
+gallium_dri.so free 0x5571735e3a80 void 0.000192
+gallium_dri.so free 0x5571735e3940 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3940 0.000124
+gallium_dri.so free 0x5571735e3b40 void 0.000123
+gallium_dri.so free 0x5571735e3940 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3940 0.000123
+gallium_dri.so free 0x5571735e3c00 void 0.000124
+gallium_dri.so free 0x5571735e3940 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3bb0 0.000122
+gallium_dri.so free 0x5571735b71c0 void 0.000126
+gallium_dri.so free 0x5571735e3bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b7170 0.000126
+gallium_dri.so free 0x5571735b7280 void 0.000128
+gallium_dri.so free 0x5571735b7170 void 0.000129
+gallium_dri.so malloc 72 0x5571735b7230 0.000126
+gallium_dri.so free 0x5571735b72c0 void 0.000167
+gallium_dri.so free 0x5571735b7230 void 0.000130
+gallium_dri.so malloc 72 0x5571735b7230 0.000127
+gallium_dri.so free 0x5571735b7380 void 0.000128
+gallium_dri.so free 0x5571735b7230 void 0.000129
+gallium_dri.so malloc 72 0x5571735b73f0 0.000127
+gallium_dri.so free 0x5571735b7440 void 0.000154
+gallium_dri.so free 0x5571735b73f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735b73f0 0.000192
+gallium_dri.so free 0x5571735b7540 void 0.000193
+gallium_dri.so free 0x5571735b73f0 void 0.000194
+gallium_dri.so malloc 72 0x5571735b74f0 0.000190
+gallium_dri.so free 0x5571735b7600 void 0.000141
+gallium_dri.so free 0x5571735b74f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b75b0 0.000132
+gallium_dri.so free 0x557173451500 void 0.000125
+gallium_dri.so free 0x5571735b75b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734514b0 0.000130
+gallium_dri.so free 0x557173451580 void 0.000127
+gallium_dri.so free 0x5571734514b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734514b0 0.000122
+gallium_dri.so free 0x557173451600 void 0.000124
+gallium_dri.so free 0x5571734514b0 void 0.000125
+gallium_dri.so malloc 72 0x557173451600 0.000122
+gallium_dri.so free 0x5571734516c0 void 0.000116
+gallium_dri.so free 0x557173451600 void 0.000114
+gallium_dri.so malloc 72 0x557173451600 0.000116
+gallium_dri.so free 0x5571734517c0 void 0.000121
+gallium_dri.so free 0x557173451600 void 0.000146
+gallium_dri.so malloc 72 0x557173451600 0.000116
+gallium_dri.so free 0x557173451840 void 0.000116
+gallium_dri.so free 0x557173451600 void 0.000114
+gallium_dri.so malloc 72 0x557173451870 0.000116
+gallium_dri.so free 0x5571734518c0 void 0.000115
+gallium_dri.so free 0x557173451870 void 0.000117
+gallium_dri.so malloc 72 0x557173451870 0.000114
+gallium_dri.so free 0x5571734519c0 void 0.000116
+gallium_dri.so free 0x557173451870 void 0.000116
+gallium_dri.so malloc 72 0x557173451970 0.000114
+gallium_dri.so free 0x557173451a80 void 0.000114
+gallium_dri.so free 0x557173451970 void 0.000115
+gallium_dri.so malloc 72 0x557173451a30 0.000118
+gallium_dri.so free 0x557173451ac0 void 0.000113
+gallium_dri.so free 0x557173451a30 void 0.000114
+gallium_dri.so malloc 72 0x557173451a30 0.000116
+gallium_dri.so free 0x5571735b61c0 void 0.000124
+gallium_dri.so free 0x557173451a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735b61c0 0.000122
+gallium_dri.so free 0x5571735b6280 void 0.000122
+gallium_dri.so free 0x5571735b61c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b61c0 0.000121
+gallium_dri.so free 0x5571735b6300 void 0.000121
+gallium_dri.so free 0x5571735b61c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6300 0.000122
+gallium_dri.so free 0x5571735b63c0 void 0.000139
+gallium_dri.so free 0x5571735b6300 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6300 0.000123
+gallium_dri.so free 0x5571735b6480 void 0.000122
+gallium_dri.so free 0x5571735b6300 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6300 0.000120
+gallium_dri.so free 0x5571735b6540 void 0.000120
+gallium_dri.so free 0x5571735b6300 void 0.000118
+gallium_dri.so malloc 72 0x5571735b64f0 0.000123
+gallium_dri.so free 0x5571735b65c0 void 0.000122
+gallium_dri.so free 0x5571735b64f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b6610 0.000121
+gallium_dri.so free 0x5571735b6680 void 0.000119
+gallium_dri.so free 0x5571735b6610 void 0.000122
+gallium_dri.so malloc 72 0x5571735b66c0 0.000122
+gallium_dri.so free 0x5571735b6740 void 0.000120
+gallium_dri.so free 0x5571735b66c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b66c0 0.000119
+gallium_dri.so free 0x5571735b67c0 void 0.000119
+gallium_dri.so free 0x5571735b66c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b67f0 0.000122
+gallium_dri.so free 0x5571735b6840 void 0.000123
+gallium_dri.so free 0x5571735b67f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b67f0 0.000120
+gallium_dri.so free 0x5571735b51c0 void 0.000119
+gallium_dri.so free 0x5571735b67f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b51c0 0.000137
+gallium_dri.so free 0x5571735b5280 void 0.000124
+gallium_dri.so free 0x5571735b51c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b51c0 0.000119
+gallium_dri.so free 0x5571735b6940 void 0.000122
+gallium_dri.so free 0x5571735b51c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b68f0 0.000118
+gallium_dri.so free 0x5571735b5340 void 0.000119
+gallium_dri.so free 0x5571735b68f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b68f0 0.000118
+gallium_dri.so free 0x5571735b5440 void 0.000121
+gallium_dri.so free 0x5571735b68f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b53f0 0.000121
+gallium_dri.so free 0x5571735b54c0 void 0.000119
+gallium_dri.so free 0x5571735b53f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5510 0.000128
+gallium_dri.so free 0x5571735b5580 void 0.000123
+gallium_dri.so free 0x5571735b5510 void 0.000123
+gallium_dri.so malloc 72 0x5571735b55a0 0.000122
+gallium_dri.so free 0x5571735b5640 void 0.000123
+gallium_dri.so free 0x5571735b55a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b55f0 0.000118
+gallium_dri.so free 0x5571735b56c0 void 0.000122
+gallium_dri.so free 0x5571735b55f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b55f0 0.000120
+gallium_dri.so free 0x5571735b5740 void 0.000131
+gallium_dri.so free 0x5571735b55f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5740 0.000122
+gallium_dri.so free 0x5571735b5800 void 0.000123
+gallium_dri.so free 0x5571735b5740 void 0.000121
+gallium_dri.so malloc 72 0x5571735b5740 0.000119
+gallium_dri.so free 0x5571735b5900 void 0.000121
+gallium_dri.so free 0x5571735b5740 void 0.000121
+gallium_dri.so malloc 72 0x5571735b5740 0.000121
+gallium_dri.so free 0x5571735b5980 void 0.000118
+gallium_dri.so free 0x5571735b5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735b59b0 0.000122
+gallium_dri.so free 0x5571735bdb40 void 0.000122
+gallium_dri.so free 0x5571735b59b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b59b0 0.000119
+gallium_dri.so free 0x5571735bdbc0 void 0.000119
+gallium_dri.so free 0x5571735b59b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000123
+gallium_dri.so free 0x5571735bdc80 void 0.000119
+gallium_dri.so free 0x5571735bdbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000120
+gallium_dri.so free 0x5571735bdd40 void 0.000122
+gallium_dri.so free 0x5571735bdbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bdbc0 0.000118
+gallium_dri.so free 0x5571735bde00 void 0.000123
+gallium_dri.so free 0x5571735bdbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bddb0 0.000141
+gallium_dri.so free 0x5571735bdec0 void 0.000124
+gallium_dri.so free 0x5571735bddb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bde70 0.000121
+gallium_dri.so free 0x5571735bdf40 void 0.000123
+gallium_dri.so free 0x5571735bde70 void 0.000122
+gallium_dri.so malloc 72 0x5571735bdf90 0.000121
+gallium_dri.so free 0x5571735be000 void 0.000122
+gallium_dri.so free 0x5571735bdf90 void 0.000122
+gallium_dri.so malloc 72 0x5571735be020 0.000119
+gallium_dri.so free 0x5571735be0c0 void 0.000122
+gallium_dri.so free 0x5571735be020 void 0.000121
+gallium_dri.so malloc 72 0x5571735be070 0.000121
+gallium_dri.so free 0x5571735be140 void 0.000118
+gallium_dri.so free 0x5571735be070 void 0.000119
+gallium_dri.so malloc 72 0x5571735be070 0.000122
+gallium_dri.so free 0x5571735be1c0 void 0.000122
+gallium_dri.so free 0x5571735be070 void 0.000122
+gallium_dri.so malloc 72 0x5571735be1c0 0.000120
+gallium_dri.so free 0x5571735be280 void 0.000122
+gallium_dri.so free 0x5571735be1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be1c0 0.000119
+gallium_dri.so free 0x5571735be380 void 0.000120
+gallium_dri.so free 0x5571735be1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be330 0.000122
+gallium_dri.so free 0x5571735b22c0 void 0.000119
+gallium_dri.so free 0x5571735be330 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2270 0.000122
+gallium_dri.so free 0x5571735b2340 void 0.000121
+gallium_dri.so free 0x5571735b2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2270 0.000121
+gallium_dri.so free 0x5571735b23c0 void 0.000127
+gallium_dri.so free 0x5571735b2270 void 0.000123
+gallium_dri.so malloc 72 0x5571735b23c0 0.000121
+gallium_dri.so free 0x5571735b2480 void 0.000121
+gallium_dri.so free 0x5571735b23c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b23c0 0.000122
+gallium_dri.so free 0x5571735b2540 void 0.000123
+gallium_dri.so free 0x5571735b23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b23c0 0.000120
+gallium_dri.so free 0x5571735b2600 void 0.000122
+gallium_dri.so free 0x5571735b23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b25b0 0.000121
+gallium_dri.so free 0x5571735b2600 void 0.000122
+gallium_dri.so free 0x5571735b25b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b25b0 0.000123
+gallium_dri.so free 0x5571735b2700 void 0.000121
+gallium_dri.so free 0x5571735b25b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b26b0 0.000121
+gallium_dri.so free 0x5571735b27c0 void 0.000121
+gallium_dri.so free 0x5571735b26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2770 0.000180
+gallium_dri.so free 0x5571735b2800 void 0.000120
+gallium_dri.so free 0x5571735b2770 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2770 0.000120
+gallium_dri.so free 0x5571735b28c0 void 0.000122
+gallium_dri.so free 0x5571735b2770 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2900 0.000121
+gallium_dri.so free 0x5571735b2980 void 0.000120
+gallium_dri.so free 0x5571735b2900 void 0.000122
+gallium_dri.so malloc 72 0x5571735b2980 0.000119
+gallium_dri.so free 0x5571735b2a40 void 0.000119
+gallium_dri.so free 0x5571735b2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2980 0.000121
+gallium_dri.so free 0x5571735b2b00 void 0.000122
+gallium_dri.so free 0x5571735b2980 void 0.000121
+gallium_dri.so malloc 72 0x5571735b2b20 0.000120
+gallium_dri.so free 0x5571735d78c0 void 0.000122
+gallium_dri.so free 0x5571735b2b20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d78f0 0.000121
+gallium_dri.so free 0x5571735d7940 void 0.000123
+gallium_dri.so free 0x5571735d78f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d78f0 0.000119
+gallium_dri.so free 0x5571735d7a40 void 0.000121
+gallium_dri.so free 0x5571735d78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d79f0 0.000119
+gallium_dri.so free 0x5571735b2bc0 void 0.000122
+gallium_dri.so free 0x5571735d79f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2b70 0.000123
+gallium_dri.so free 0x5571735d7b00 void 0.000120
+gallium_dri.so free 0x5571735b2b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000120
+gallium_dri.so free 0x5571735d7b80 void 0.000120
+gallium_dri.so free 0x5571735d7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7b80 0.000122
+gallium_dri.so free 0x5571735d7c40 void 0.000122
+gallium_dri.so free 0x5571735d7b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d7b80 0.000123
+gallium_dri.so free 0x5571735d7cc0 void 0.000121
+gallium_dri.so free 0x5571735d7b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7cc0 0.000122
+gallium_dri.so free 0x5571735d7d80 void 0.000123
+gallium_dri.so free 0x5571735d7cc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7cc0 0.000122
+gallium_dri.so free 0x5571735d7e40 void 0.000120
+gallium_dri.so free 0x5571735d7cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7cc0 0.000121
+gallium_dri.so free 0x5571735d7f00 void 0.000120
+gallium_dri.so free 0x5571735d7cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000120
+gallium_dri.so free 0x5571735d7f80 void 0.000121
+gallium_dri.so free 0x5571735d7eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d7fd0 0.000134
+gallium_dri.so free 0x5571735d8040 void 0.000122
+gallium_dri.so free 0x5571735d7fd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8080 0.000121
+gallium_dri.so free 0x5571735d8100 void 0.000123
+gallium_dri.so free 0x5571735d8080 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8080 0.000121
+gallium_dri.so free 0x5571735d8180 void 0.000121
+gallium_dri.so free 0x5571735d8080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d81b0 0.000123
+gallium_dri.so free 0x5571735e6300 void 0.000121
+gallium_dri.so free 0x5571735d81b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d81b0 0.000122
+gallium_dri.so free 0x5571735e6380 void 0.000121
+gallium_dri.so free 0x5571735d81b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6380 0.000122
+gallium_dri.so free 0x5571735e6440 void 0.000122
+gallium_dri.so free 0x5571735e6380 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6380 0.000118
+gallium_dri.so free 0x5571735d8200 void 0.000119
+gallium_dri.so free 0x5571735e6380 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6380 0.000121
+gallium_dri.so free 0x5571735e6500 void 0.000121
+gallium_dri.so free 0x5571735e6380 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6380 0.000121
+gallium_dri.so free 0x5571735e6600 void 0.000121
+gallium_dri.so free 0x5571735e6380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e65b0 0.000122
+gallium_dri.so free 0x5571735e6680 void 0.000119
+gallium_dri.so free 0x5571735e65b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e66d0 0.000119
+gallium_dri.so free 0x5571735e6740 void 0.000122
+gallium_dri.so free 0x5571735e66d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6760 0.000122
+gallium_dri.so free 0x5571735e6800 void 0.000119
+gallium_dri.so free 0x5571735e6760 void 0.000118
+gallium_dri.so malloc 72 0x5571735e67b0 0.000121
+gallium_dri.so free 0x5571735e6880 void 0.000119
+gallium_dri.so free 0x5571735e67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e67b0 0.000121
+gallium_dri.so free 0x5571735e6900 void 0.000118
+gallium_dri.so free 0x5571735e67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6900 0.000121
+gallium_dri.so free 0x5571735e69c0 void 0.000124
+gallium_dri.so free 0x5571735e6900 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6900 0.000122
+gallium_dri.so free 0x5571735e6ac0 void 0.000122
+gallium_dri.so free 0x5571735e6900 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6900 0.000120
+gallium_dri.so free 0x5571735e6b40 void 0.000122
+gallium_dri.so free 0x5571735e6900 void 0.000127
+gallium_dri.so malloc 72 0x5571735e6b70 0.000173
+gallium_dri.so free 0x5571735e6bc0 void 0.000124
+gallium_dri.so free 0x5571735e6b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6b70 0.000121
+gallium_dri.so free 0x5571735e6cc0 void 0.000122
+gallium_dri.so free 0x5571735e6b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6c70 0.000122
+gallium_dri.so free 0x5571735e6d80 void 0.000120
+gallium_dri.so free 0x5571735e6c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6d30 0.000122
+gallium_dri.so free 0x5571735e6dc0 void 0.000123
+gallium_dri.so free 0x5571735e6d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6d30 0.000126
+gallium_dri.so free 0x5571735b9bc0 void 0.000122
+gallium_dri.so free 0x5571735e6d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9b70 0.000121
+gallium_dri.so free 0x5571735e6e80 void 0.000120
+gallium_dri.so free 0x5571735b9b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6ec0 0.000122
+gallium_dri.so free 0x5571735b9c80 void 0.000121
+gallium_dri.so free 0x5571735e6ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b9c30 0.000121
+gallium_dri.so free 0x5571735b9d40 void 0.000122
+gallium_dri.so free 0x5571735b9c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9cf0 0.000121
+gallium_dri.so free 0x5571735b9d80 void 0.000123
+gallium_dri.so free 0x5571735b9cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b9cf0 0.000122
+gallium_dri.so free 0x5571735b9e40 void 0.000122
+gallium_dri.so free 0x5571735b9cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9e80 0.000120
+gallium_dri.so free 0x5571735b9f00 void 0.000122
+gallium_dri.so free 0x5571735b9e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735b9f00 0.000120
+gallium_dri.so free 0x5571735b9fc0 void 0.000119
+gallium_dri.so free 0x5571735b9f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9f00 0.000119
+gallium_dri.so free 0x5571735ba040 void 0.000121
+gallium_dri.so free 0x5571735b9f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735b9f00 0.000118
+gallium_dri.so free 0x5571735ba100 void 0.000118
+gallium_dri.so free 0x5571735b9f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735b9f00 0.000119
+gallium_dri.so free 0x5571735ba1c0 void 0.000121
+gallium_dri.so free 0x5571735b9f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba170 0.000123
+gallium_dri.so free 0x5571735ba240 void 0.000123
+gallium_dri.so free 0x5571735ba170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba290 0.000122
+gallium_dri.so free 0x5571735ba300 void 0.000121
+gallium_dri.so free 0x5571735ba290 void 0.000118
+gallium_dri.so malloc 72 0x5571735ba320 0.000132
+gallium_dri.so free 0x5571735ba3c0 void 0.000122
+gallium_dri.so free 0x5571735ba320 void 0.000122
+gallium_dri.so malloc 72 0x5571735ba370 0.000121
+gallium_dri.so free 0x5571735ba440 void 0.000122
+gallium_dri.so free 0x5571735ba370 void 0.000123
+gallium_dri.so malloc 72 0x5571735ba370 0.000121
+gallium_dri.so free 0x5571735ba540 void 0.000123
+gallium_dri.so free 0x5571735ba370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba4f0 0.000120
+gallium_dri.so free 0x5571735ba5c0 void 0.000120
+gallium_dri.so free 0x5571735ba4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba610 0.000122
+gallium_dri.so free 0x5571735ba680 void 0.000122
+gallium_dri.so free 0x5571735ba610 void 0.000122
+gallium_dri.so malloc 72 0x5571735ba6a0 0.000122
+gallium_dri.so free 0x5571735ba740 void 0.000123
+gallium_dri.so free 0x5571735ba6a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ba6f0 0.000121
+gallium_dri.so free 0x5571735ba7c0 void 0.000120
+gallium_dri.so free 0x5571735ba6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ba6f0 0.000118
+gallium_dri.so free 0x5571735d8300 void 0.000121
+gallium_dri.so free 0x5571735ba6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8350 0.000119
+gallium_dri.so free 0x5571735d83c0 void 0.000118
+gallium_dri.so free 0x5571735d8350 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8420 0.000124
+gallium_dri.so free 0x5571735d84c0 void 0.000120
+gallium_dri.so free 0x5571735d8420 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8470 0.000121
+gallium_dri.so free 0x5571735d8500 void 0.000122
+gallium_dri.so free 0x5571735d8470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8470 0.000121
+gallium_dri.so free 0x5571735d85c0 void 0.000119
+gallium_dri.so free 0x5571735d8470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8600 0.000120
+gallium_dri.so free 0x5571735d8680 void 0.000122
+gallium_dri.so free 0x5571735d8600 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8680 0.000122
+gallium_dri.so free 0x5571735d8740 void 0.000121
+gallium_dri.so free 0x5571735d8680 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8680 0.000121
+gallium_dri.so free 0x5571735d87c0 void 0.000120
+gallium_dri.so free 0x5571735d8680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d87f0 0.000120
+gallium_dri.so free 0x5571735d8840 void 0.000118
+gallium_dri.so free 0x5571735d87f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8840 0.000122
+gallium_dri.so free 0x5571735d8900 void 0.000122
+gallium_dri.so free 0x5571735d8840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8840 0.000185
+gallium_dri.so free 0x5571735d8a00 void 0.000121
+gallium_dri.so free 0x5571735d8840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d89b0 0.000124
+gallium_dri.so free 0x5571735d8ac0 void 0.000119
+gallium_dri.so free 0x5571735d89b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8a70 0.000118
+gallium_dri.so free 0x5571735d8b00 void 0.000120
+gallium_dri.so free 0x5571735d8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8a70 0.000122
+gallium_dri.so free 0x5571735d8bc0 void 0.000123
+gallium_dri.so free 0x5571735d8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8c00 0.000121
+gallium_dri.so free 0x5571735d8c80 void 0.000123
+gallium_dri.so free 0x5571735d8c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8c80 0.000121
+gallium_dri.so free 0x5571735d8d40 void 0.000123
+gallium_dri.so free 0x5571735d8c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8c80 0.000121
+gallium_dri.so free 0x5571735d8dc0 void 0.000122
+gallium_dri.so free 0x5571735d8c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d8c80 0.000120
+gallium_dri.so free 0x5571735d8e80 void 0.000121
+gallium_dri.so free 0x5571735d8c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8c80 0.000119
+gallium_dri.so free 0x5571735d8f40 void 0.000121
+gallium_dri.so free 0x5571735d8c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8ef0 0.000122
+gallium_dri.so free 0x5571735d8fc0 void 0.000120
+gallium_dri.so free 0x5571735d8ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d9010 0.000119
+gallium_dri.so free 0x557173451dc0 void 0.000119
+gallium_dri.so free 0x5571735d9010 void 0.000121
+gallium_dri.so malloc 72 0x5571735d9010 0.000120
+gallium_dri.so free 0x557173451e80 void 0.000119
+gallium_dri.so free 0x5571735d9010 void 0.000121
+gallium_dri.so malloc 72 0x5571735d9010 0.000122
+gallium_dri.so free 0x557173451f40 void 0.000124
+gallium_dri.so free 0x5571735d9010 void 0.000118
+gallium_dri.so malloc 72 0x557173451ef0 0.000121
+gallium_dri.so free 0x557173451f40 void 0.000123
+gallium_dri.so free 0x557173451ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173451ef0 0.000118
+gallium_dri.so free 0x557173452040 void 0.000121
+gallium_dri.so free 0x557173451ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173451ff0 0.000119
+gallium_dri.so free 0x557173452100 void 0.000122
+gallium_dri.so free 0x557173451ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571734520b0 0.000120
+gallium_dri.so free 0x557173452140 void 0.000121
+gallium_dri.so free 0x5571734520b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734520b0 0.000157
+gallium_dri.so free 0x557173452200 void 0.000138
+gallium_dri.so free 0x5571734520b0 void 0.000135
+gallium_dri.so malloc 72 0x557173452240 0.000132
+gallium_dri.so free 0x5571734522c0 void 0.000129
+gallium_dri.so free 0x557173452240 void 0.000131
+gallium_dri.so malloc 72 0x5571734522c0 0.000130
+gallium_dri.so free 0x557173452380 void 0.000133
+gallium_dri.so free 0x5571734522c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734522c0 0.000128
+gallium_dri.so free 0x557173452440 void 0.000128
+gallium_dri.so free 0x5571734522c0 void 0.000129
+gallium_dri.so malloc 72 0x557173452460 0.000135
+gallium_dri.so free 0x557173452500 void 0.000129
+gallium_dri.so free 0x557173452460 void 0.000130
+gallium_dri.so malloc 72 0x5571734524b0 0.000129
+gallium_dri.so free 0x557173452580 void 0.000130
+gallium_dri.so free 0x5571734524b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734524b0 0.000133
+gallium_dri.so free 0x557173452600 void 0.000131
+gallium_dri.so free 0x5571734524b0 void 0.000131
+gallium_dri.so malloc 72 0x557173452600 0.000133
+gallium_dri.so free 0x5571734526c0 void 0.000132
+gallium_dri.so free 0x557173452600 void 0.000130
+gallium_dri.so malloc 72 0x557173452600 0.000142
+gallium_dri.so free 0x557173452780 void 0.000132
+gallium_dri.so free 0x557173452600 void 0.000132
+gallium_dri.so malloc 72 0x557173452600 0.000131
+gallium_dri.so free 0x557173452840 void 0.000133
+gallium_dri.so free 0x557173452600 void 0.000131
+gallium_dri.so malloc 72 0x5571734527f0 0.000133
+gallium_dri.so free 0x557173452900 void 0.000134
+gallium_dri.so free 0x5571734527f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734528b0 0.000133
+gallium_dri.so free 0x557173452980 void 0.000129
+gallium_dri.so free 0x5571734528b0 void 0.000135
+gallium_dri.so malloc 72 0x5571734529d0 0.000129
+gallium_dri.so free 0x557173452a40 void 0.000129
+gallium_dri.so free 0x5571734529d0 void 0.000131
+gallium_dri.so malloc 72 0x557173452a60 0.000129
+gallium_dri.so free 0x557173452b00 void 0.000131
+gallium_dri.so free 0x557173452a60 void 0.000130
+gallium_dri.so malloc 72 0x557173452ab0 0.000132
+gallium_dri.so free 0x5571735e7340 void 0.000131
+gallium_dri.so free 0x557173452ab0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e7380 0.000128
+gallium_dri.so free 0x5571735e7400 void 0.000132
+gallium_dri.so free 0x5571735e7380 void 0.000142
+gallium_dri.so malloc 72 0x5571735e7400 0.000131
+gallium_dri.so free 0x5571735e74c0 void 0.000129
+gallium_dri.so free 0x5571735e7400 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7400 0.000130
+gallium_dri.so free 0x5571735e7540 void 0.000133
+gallium_dri.so free 0x5571735e7400 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7400 0.000130
+gallium_dri.so free 0x5571735e7600 void 0.000130
+gallium_dri.so free 0x5571735e7400 void 0.000133
+gallium_dri.so malloc 72 0x5571735e7400 0.000129
+gallium_dri.so free 0x5571735e76c0 void 0.000131
+gallium_dri.so free 0x5571735e7400 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7670 0.000132
+gallium_dri.so free 0x5571735e7740 void 0.000191
+gallium_dri.so free 0x5571735e7670 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7790 0.000118
+gallium_dri.so free 0x5571735e7800 void 0.000118
+gallium_dri.so free 0x5571735e7790 void 0.000116
+gallium_dri.so malloc 72 0x5571735e7820 0.000117
+gallium_dri.so free 0x5571735e78c0 void 0.000117
+gallium_dri.so free 0x5571735e7820 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7870 0.000117
+gallium_dri.so free 0x5571735e7940 void 0.000116
+gallium_dri.so free 0x5571735e7870 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7870 0.000122
+gallium_dri.so free 0x5571735e7a40 void 0.000120
+gallium_dri.so free 0x5571735e7870 void 0.000119
+gallium_dri.so malloc 72 0x5571735e79f0 0.000119
+gallium_dri.so free 0x5571735e7ac0 void 0.000120
+gallium_dri.so free 0x5571735e79f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7b10 0.000118
+gallium_dri.so free 0x5571735e7b80 void 0.000119
+gallium_dri.so free 0x5571735e7b10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ba0 0.000120
+gallium_dri.so free 0x5571735e7c40 void 0.000118
+gallium_dri.so free 0x5571735e7ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000119
+gallium_dri.so free 0x5571735e7cc0 void 0.000119
+gallium_dri.so free 0x5571735e7bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7bf0 0.000118
+gallium_dri.so free 0x5571735e7d40 void 0.000119
+gallium_dri.so free 0x5571735e7bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7d40 0.000121
+gallium_dri.so free 0x5571735e7e00 void 0.000120
+gallium_dri.so free 0x5571735e7d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7d40 0.000119
+gallium_dri.so free 0x5571735e7f00 void 0.000120
+gallium_dri.so free 0x5571735e7d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7d40 0.000121
+gallium_dri.so free 0x5571735e7f80 void 0.000118
+gallium_dri.so free 0x5571735e7d40 void 0.000161
+gallium_dri.so malloc 72 0x5571735e7fb0 0.000114
+gallium_dri.so free 0x5571735e8000 void 0.000115
+gallium_dri.so free 0x5571735e7fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7fb0 0.000113
+gallium_dri.so free 0x5571735e8100 void 0.000111
+gallium_dri.so free 0x5571735e7fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e80b0 0.000111
+gallium_dri.so free 0x5571735e81c0 void 0.000111
+gallium_dri.so free 0x5571735e80b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8170 0.000111
+gallium_dri.so free 0x5571735e8280 void 0.000112
+gallium_dri.so free 0x5571735e8170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82b0 0.000110
+gallium_dri.so free 0x5571735e8300 void 0.000111
+gallium_dri.so free 0x5571735e82b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8300 0.000112
+gallium_dri.so free 0x5571735e83c0 void 0.000111
+gallium_dri.so free 0x5571735e8300 void 0.000159
+gallium_dri.so malloc 72 0x5571735e8300 0.000112
+gallium_dri.so free 0x5571735e84c0 void 0.000114
+gallium_dri.so free 0x5571735e8300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8470 0.000113
+gallium_dri.so free 0x5571735e8580 void 0.000111
+gallium_dri.so free 0x5571735e8470 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8530 0.000111
+gallium_dri.so free 0x5571735e85c0 void 0.000112
+gallium_dri.so free 0x5571735e8530 void 0.000133
+gallium_dri.so malloc 72 0x5571735e8530 0.000156
+gallium_dri.so free 0x5571735e8680 void 0.000155
+gallium_dri.so free 0x5571735e8530 void 0.000153
+gallium_dri.so malloc 72 0x5571735e86c0 0.000156
+gallium_dri.so free 0x5571735e8740 void 0.000155
+gallium_dri.so free 0x5571735e86c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e8740 0.000155
+gallium_dri.so free 0x5571735e8800 void 0.000154
+gallium_dri.so free 0x5571735e8740 void 0.000156
+gallium_dri.so malloc 72 0x5571735e8740 0.000139
+gallium_dri.so free 0x5571735e8880 void 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8740 0.000115
+gallium_dri.so free 0x5571735e8940 void 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8740 0.000114
+gallium_dri.so free 0x5571735e8a00 void 0.000115
+gallium_dri.so free 0x5571735e8740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e89b0 0.000114
+gallium_dri.so free 0x5571735e8a80 void 0.000116
+gallium_dri.so free 0x5571735e89b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8ad0 0.000113
+gallium_dri.so free 0x5571735e8b40 void 0.000114
+gallium_dri.so free 0x5571735e8ad0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e8b60 0.000124
+gallium_dri.so free 0x5571735e8c00 void 0.000119
+gallium_dri.so free 0x5571735e8b60 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000115
+gallium_dri.so free 0x5571735e8c80 void 0.000121
+gallium_dri.so free 0x5571735e8bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000116
+gallium_dri.so free 0x5571735e8d80 void 0.000116
+gallium_dri.so free 0x5571735e8bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8d30 0.000142
+gallium_dri.so free 0x5571735e8e00 void 0.000124
+gallium_dri.so free 0x5571735e8d30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e8e50 0.000119
+gallium_dri.so free 0x5571735e8ec0 void 0.000118
+gallium_dri.so free 0x5571735e8e50 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8ee0 0.000124
+gallium_dri.so free 0x5571735e8f80 void 0.000125
+gallium_dri.so free 0x5571735e8ee0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e8f30 0.000120
+gallium_dri.so free 0x5571735e9000 void 0.000124
+gallium_dri.so free 0x5571735e8f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e8f30 0.000119
+gallium_dri.so free 0x5571735e9080 void 0.000126
+gallium_dri.so free 0x5571735e8f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e9080 0.000123
+gallium_dri.so free 0x5571735e9140 void 0.000174
+gallium_dri.so free 0x5571735e9080 void 0.000126
+gallium_dri.so malloc 72 0x5571735e9080 0.000123
+gallium_dri.so free 0x5571735e9240 void 0.000126
+gallium_dri.so free 0x5571735e9080 void 0.000125
+gallium_dri.so malloc 72 0x5571735e9080 0.000123
+gallium_dri.so free 0x5571735e92c0 void 0.000119
+gallium_dri.so free 0x5571735e9080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e92f0 0.000120
+gallium_dri.so free 0x5571735e9340 void 0.000121
+gallium_dri.so free 0x5571735e92f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e92f0 0.000120
+gallium_dri.so free 0x5571735e9440 void 0.000120
+gallium_dri.so free 0x5571735e92f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e93f0 0.000124
+gallium_dri.so free 0x5571735e9500 void 0.000124
+gallium_dri.so free 0x5571735e93f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e94b0 0.000123
+gallium_dri.so free 0x5571735e9540 void 0.000170
+gallium_dri.so free 0x5571735e94b0 void 0.000318
+gallium_dri.so malloc 72 0x5571735e94b0 0.000267
+gallium_dri.so free 0x5571735e9600 void 0.000243
+gallium_dri.so free 0x5571735e94b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e9650 0.000234
+gallium_dri.so free 0x5571735e96c0 void 0.000213
+gallium_dri.so free 0x5571735e9650 void 0.000188
+gallium_dri.so malloc 72 0x5571735e9700 0.000197
+gallium_dri.so free 0x5571735b0b00 void 0.000178
+gallium_dri.so free 0x5571735e9700 void 0.000223
+gallium_dri.so malloc 72 0x5571735b0b50 0.000220
+gallium_dri.so free 0x5571735b0bc0 void 0.000198
+gallium_dri.so free 0x5571735b0b50 void 0.000174
+gallium_dri.so malloc 72 0x5571735b0be0 0.000199
+gallium_dri.so free 0x5571735b0c80 void 0.000194
+gallium_dri.so free 0x5571735b0be0 void 0.000222
+gallium_dri.so malloc 72 0x5571735b0c30 0.000223
+gallium_dri.so free 0x5571735b0d00 void 0.000237
+gallium_dri.so free 0x5571735b0c30 void 0.000136
+gallium_dri.so malloc 72 0x5571735b0c30 0.000220
+gallium_dri.so free 0x5571735b0d80 void 0.000242
+gallium_dri.so free 0x5571735b0c30 void 0.000221
+gallium_dri.so malloc 72 0x5571735b0d80 0.000221
+gallium_dri.so free 0x5571735b0e40 void 0.000198
+gallium_dri.so free 0x5571735b0d80 void 0.000247
+gallium_dri.so malloc 72 0x5571735b0d80 0.000128
+gallium_dri.so free 0x5571735b0f40 void 0.000132
+gallium_dri.so free 0x5571735b0d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000121
+gallium_dri.so free 0x5571735b0f80 void 0.000127
+gallium_dri.so free 0x5571735b0ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000141
+gallium_dri.so free 0x5571735b1040 void 0.000219
+gallium_dri.so free 0x5571735b0ef0 void 0.000222
+gallium_dri.so malloc 72 0x5571735b1080 0.000183
+gallium_dri.so free 0x5571735b1100 void 0.000219
+gallium_dri.so free 0x5571735b1080 void 0.000251
+gallium_dri.so malloc 72 0x5571735b1100 0.000245
+gallium_dri.so free 0x5571735b11c0 void 0.000281
+gallium_dri.so free 0x5571735b1100 void 0.000269
+gallium_dri.so malloc 72 0x5571735b1100 0.000272
+gallium_dri.so free 0x5571735b1240 void 0.000278
+gallium_dri.so free 0x5571735b1100 void 0.000222
+gallium_dri.so malloc 72 0x5571735b1270 0.000272
+gallium_dri.so free 0x5571735b12c0 void 0.000203
+gallium_dri.so free 0x5571735b1270 void 0.000277
+gallium_dri.so malloc 72 0x5571735b1270 0.000221
+gallium_dri.so free 0x5571735b13c0 void 0.000199
+gallium_dri.so free 0x5571735b1270 void 0.000177
+gallium_dri.so malloc 72 0x5571735b1400 0.000200
+gallium_dri.so free 0x5571735b1480 void 0.000304
+gallium_dri.so free 0x5571735b1400 void 0.000355
+gallium_dri.so malloc 72 0x5571735b1480 0.000319
+gallium_dri.so free 0x5571735b1540 void 0.000287
+gallium_dri.so free 0x5571735b1480 void 0.000281
+gallium_dri.so malloc 72 0x5571735b1480 0.000288
+gallium_dri.so free 0x5571735b15c0 void 0.000292
+gallium_dri.so free 0x5571735b1480 void 0.000292
+gallium_dri.so malloc 72 0x5571735b15f0 0.000283
+gallium_dri.so free 0x5571735b1640 void 0.000182
+gallium_dri.so free 0x5571735b15f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735b15f0 0.000170
+gallium_dri.so free 0x5571735b1740 void 0.000135
+gallium_dri.so free 0x5571735b15f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735b16f0 0.000137
+gallium_dri.so free 0x5571735b1800 void 0.000137
+gallium_dri.so free 0x5571735b16f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b17b0 0.000136
+gallium_dri.so free 0x5571735b1880 void 0.000190
+gallium_dri.so free 0x5571735b17b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735b17b0 0.000137
+gallium_dri.so free 0x5571735b1940 void 0.000136
+gallium_dri.so free 0x5571735b17b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735b17b0 0.000235
+gallium_dri.so free 0x5571735b1a00 void 0.000192
+gallium_dri.so free 0x5571735b17b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735b19b0 0.000138
+gallium_dri.so free 0x5571735b1a80 void 0.000132
+gallium_dri.so free 0x5571735b19b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000133
+gallium_dri.so free 0x5571735b1b40 void 0.000137
+gallium_dri.so free 0x5571735b1ad0 void 0.000230
+gallium_dri.so malloc 72 0x5571735b1b60 0.000231
+gallium_dri.so free 0x5571735b1c00 void 0.000232
+gallium_dri.so free 0x5571735b1b60 void 0.000232
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000208
+gallium_dri.so free 0x5571735b1c80 void 0.000133
+gallium_dri.so free 0x5571735b1bb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735b1c80 0.000135
+gallium_dri.so free 0x5571735b1d40 void 0.000137
+gallium_dri.so free 0x5571735b1c80 void 0.000136
+gallium_dri.so malloc 72 0x5571735b1c80 0.000189
+gallium_dri.so free 0x5571735b1dc0 void 0.000135
+gallium_dri.so free 0x5571735b1c80 void 0.000138
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000137
+gallium_dri.so free 0x5571735b1e80 void 0.000137
+gallium_dri.so free 0x5571735b1dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000127
+gallium_dri.so free 0x5571735b1f40 void 0.000133
+gallium_dri.so free 0x5571735b1dc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000127
+gallium_dri.so free 0x5571735b2000 void 0.000128
+gallium_dri.so free 0x5571735b1dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000132
+gallium_dri.so free 0x5571735b2080 void 0.000128
+gallium_dri.so free 0x5571735b1fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b20d0 0.000127
+gallium_dri.so free 0x5571735b3440 void 0.000127
+gallium_dri.so free 0x5571735b20d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000137
+gallium_dri.so free 0x5571735b34c0 void 0.000135
+gallium_dri.so free 0x5571735b33f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b34e0 0.000148
+gallium_dri.so free 0x5571735b3580 void 0.000138
+gallium_dri.so free 0x5571735b34e0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b3530 0.000135
+gallium_dri.so free 0x5571735b3600 void 0.000137
+gallium_dri.so free 0x5571735b3530 void 0.000139
+gallium_dri.so malloc 72 0x5571735b3530 0.000137
+gallium_dri.so free 0x5571735b3680 void 0.000136
+gallium_dri.so free 0x5571735b3530 void 0.000251
+gallium_dri.so malloc 72 0x5571735b3680 0.000172
+gallium_dri.so free 0x5571735b3740 void 0.000173
+gallium_dri.so free 0x5571735b3680 void 0.000172
+gallium_dri.so malloc 72 0x5571735b3680 0.000137
+gallium_dri.so free 0x5571735b3800 void 0.000132
+gallium_dri.so free 0x5571735b3680 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3680 0.000132
+gallium_dri.so free 0x5571735b38c0 void 0.000136
+gallium_dri.so free 0x5571735b3680 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3870 0.000128
+gallium_dri.so free 0x5571735b38c0 void 0.000146
+gallium_dri.so free 0x5571735b3870 void 0.000138
+gallium_dri.so malloc 72 0x5571735b3870 0.000173
+gallium_dri.so free 0x5571735b39c0 void 0.000139
+gallium_dri.so free 0x5571735b3870 void 0.000138
+gallium_dri.so malloc 72 0x5571735b3970 0.000137
+gallium_dri.so free 0x5571735b3a80 void 0.000132
+gallium_dri.so free 0x5571735b3970 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3a30 0.000136
+gallium_dri.so free 0x5571735b3ac0 void 0.000157
+gallium_dri.so free 0x5571735b3a30 void 0.000137
+gallium_dri.so malloc 72 0x5571735b3a30 0.000137
+gallium_dri.so free 0x5571735b3b80 void 0.000137
+gallium_dri.so free 0x5571735b3a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735b3bc0 0.000130
+gallium_dri.so free 0x5571735b3c40 void 0.000127
+gallium_dri.so free 0x5571735b3bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3c40 0.000130
+gallium_dri.so free 0x5571735b3d00 void 0.000129
+gallium_dri.so free 0x5571735b3c40 void 0.000175
+gallium_dri.so malloc 72 0x5571735b3c40 0.000130
+gallium_dri.so free 0x5571735b3dc0 void 0.000129
+gallium_dri.so free 0x5571735b3c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3de0 0.000129
+gallium_dri.so free 0x5571735b3e80 void 0.000131
+gallium_dri.so free 0x5571735b3de0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3e30 0.000125
+gallium_dri.so free 0x5571735b3f00 void 0.000126
+gallium_dri.so free 0x5571735b3e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3e30 0.000124
+gallium_dri.so free 0x5571735b3f80 void 0.000122
+gallium_dri.so free 0x5571735b3e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3f80 0.000130
+gallium_dri.so free 0x5571735b4040 void 0.000128
+gallium_dri.so free 0x5571735b3f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3f80 0.000130
+gallium_dri.so free 0x5571735b4100 void 0.000124
+gallium_dri.so free 0x5571735b3f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3f80 0.000169
+gallium_dri.so free 0x5571735b41c0 void 0.000167
+gallium_dri.so free 0x5571735b3f80 void 0.000165
+gallium_dri.so malloc 72 0x5571735b4170 0.000130
+gallium_dri.so free 0x5571735b4280 void 0.000131
+gallium_dri.so free 0x5571735b4170 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4230 0.000129
+gallium_dri.so free 0x5571735b4300 void 0.000130
+gallium_dri.so free 0x5571735b4230 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4350 0.000129
+gallium_dri.so free 0x5571735b43c0 void 0.000125
+gallium_dri.so free 0x5571735b4350 void 0.000119
+gallium_dri.so malloc 72 0x5571735b43e0 0.000125
+gallium_dri.so free 0x5571735b4480 void 0.000129
+gallium_dri.so free 0x5571735b43e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4430 0.000129
+gallium_dri.so free 0x5571735b4500 void 0.000130
+gallium_dri.so free 0x5571735b4430 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4430 0.000126
+gallium_dri.so free 0x5571735b4580 void 0.000125
+gallium_dri.so free 0x5571735b4430 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4580 0.000122
+gallium_dri.so free 0x5571735b4640 void 0.000148
+gallium_dri.so free 0x5571735b4580 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4580 0.000131
+gallium_dri.so free 0x5571735b4740 void 0.000129
+gallium_dri.so free 0x5571735b4580 void 0.000125
+gallium_dri.so malloc 72 0x5571735b46f0 0.000121
+gallium_dri.so free 0x5571735b4780 void 0.000125
+gallium_dri.so free 0x5571735b46f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b46f0 0.000121
+gallium_dri.so free 0x5571735b4840 void 0.000121
+gallium_dri.so free 0x5571735b46f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4880 0.000124
+gallium_dri.so free 0x5571735b4900 void 0.000120
+gallium_dri.so free 0x5571735b4880 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4900 0.000135
+gallium_dri.so free 0x5571735b49c0 void 0.000131
+gallium_dri.so free 0x5571735b4900 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4900 0.000121
+gallium_dri.so free 0x5571735b4a40 void 0.000125
+gallium_dri.so free 0x5571735b4900 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4a70 0.000121
+gallium_dri.so free 0x5571735b4ac0 void 0.000120
+gallium_dri.so free 0x5571735b4a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4a70 0.000122
+gallium_dri.so free 0x5571735b4bc0 void 0.000131
+gallium_dri.so free 0x5571735b4a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4c00 0.000158
+gallium_dri.so free 0x557173453000 void 0.000131
+gallium_dri.so free 0x5571735b4c00 void 0.000130
+gallium_dri.so malloc 72 0x557173453000 0.000136
+gallium_dri.so free 0x5571734530c0 void 0.000171
+gallium_dri.so free 0x557173453000 void 0.000133
+gallium_dri.so malloc 72 0x557173453000 0.000173
+gallium_dri.so free 0x557173453140 void 0.000131
+gallium_dri.so free 0x557173453000 void 0.000127
+gallium_dri.so malloc 72 0x557173453170 0.000120
+gallium_dri.so free 0x5571734531c0 void 0.000125
+gallium_dri.so free 0x557173453170 void 0.000127
+gallium_dri.so malloc 72 0x557173453170 0.000120
+gallium_dri.so free 0x5571734532c0 void 0.000121
+gallium_dri.so free 0x557173453170 void 0.000124
+gallium_dri.so malloc 72 0x557173453270 0.000126
+gallium_dri.so free 0x557173453380 void 0.000122
+gallium_dri.so free 0x557173453270 void 0.000145
+gallium_dri.so malloc 72 0x557173453330 0.000132
+gallium_dri.so free 0x557173453400 void 0.000130
+gallium_dri.so free 0x557173453330 void 0.000130
+gallium_dri.so malloc 72 0x557173453330 0.000125
+gallium_dri.so free 0x5571734534c0 void 0.000121
+gallium_dri.so free 0x557173453330 void 0.000124
+gallium_dri.so malloc 72 0x557173453330 0.000124
+gallium_dri.so free 0x557173453580 void 0.000121
+gallium_dri.so free 0x557173453330 void 0.000124
+gallium_dri.so malloc 72 0x557173453530 0.000131
+gallium_dri.so free 0x557173453600 void 0.000134
+gallium_dri.so free 0x557173453530 void 0.000132
+gallium_dri.so malloc 72 0x557173453650 0.000130
+gallium_dri.so free 0x5571734536c0 void 0.000125
+gallium_dri.so free 0x557173453650 void 0.000118
+gallium_dri.so malloc 72 0x5571734536e0 0.000123
+gallium_dri.so free 0x557173453780 void 0.000127
+gallium_dri.so free 0x5571734536e0 void 0.000129
+gallium_dri.so malloc 72 0x557173453730 0.000125
+gallium_dri.so free 0x557173453800 void 0.000120
+gallium_dri.so free 0x557173453730 void 0.000125
+gallium_dri.so malloc 72 0x557173453800 0.000179
+gallium_dri.so free 0x5571734538c0 void 0.000130
+gallium_dri.so free 0x557173453800 void 0.000130
+gallium_dri.so malloc 72 0x557173453800 0.000125
+gallium_dri.so free 0x557173453940 void 0.000120
+gallium_dri.so free 0x557173453800 void 0.000129
+gallium_dri.so malloc 72 0x557173453940 0.000130
+gallium_dri.so free 0x557173453a00 void 0.000124
+gallium_dri.so free 0x557173453940 void 0.000124
+gallium_dri.so malloc 72 0x557173453940 0.000129
+gallium_dri.so free 0x557173453ac0 void 0.000125
+gallium_dri.so free 0x557173453940 void 0.000119
+gallium_dri.so malloc 72 0x557173453940 0.000124
+gallium_dri.so free 0x557173453b80 void 0.000124
+gallium_dri.so free 0x557173453940 void 0.000118
+gallium_dri.so malloc 72 0x557173453b30 0.000120
+gallium_dri.so free 0x557173453c00 void 0.000125
+gallium_dri.so free 0x557173453b30 void 0.000127
+gallium_dri.so malloc 72 0x557173453c50 0.000120
+gallium_dri.so free 0x557173453cc0 void 0.000125
+gallium_dri.so free 0x557173453c50 void 0.000178
+gallium_dri.so malloc 72 0x557173453d00 0.000131
+gallium_dri.so free 0x557173453d80 void 0.000138
+gallium_dri.so free 0x557173453d00 void 0.000130
+gallium_dri.so malloc 72 0x557173453d00 0.000130
+gallium_dri.so free 0x557173453e00 void 0.000131
+gallium_dri.so free 0x557173453d00 void 0.000125
+gallium_dri.so malloc 72 0x557173453e30 0.000125
+gallium_dri.so free 0x557173453e80 void 0.000130
+gallium_dri.so free 0x557173453e30 void 0.000125
+gallium_dri.so malloc 72 0x557173453e30 0.000125
+gallium_dri.so free 0x557173453f80 void 0.000124
+gallium_dri.so free 0x557173453e30 void 0.000125
+gallium_dri.so malloc 72 0x557173453f30 0.000131
+gallium_dri.so free 0x557173454040 void 0.000129
+gallium_dri.so free 0x557173453f30 void 0.000129
+gallium_dri.so malloc 72 0x557173453ff0 0.000128
+gallium_dri.so free 0x557173454080 void 0.000129
+gallium_dri.so free 0x557173453ff0 void 0.000135
+gallium_dri.so malloc 72 0x557173453ff0 0.000131
+gallium_dri.so free 0x557173454140 void 0.000130
+gallium_dri.so free 0x557173453ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571734541b0 0.000140
+gallium_dri.so free 0x557173454200 void 0.000133
+gallium_dri.so free 0x5571734541b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734541b0 0.000152
+gallium_dri.so free 0x557173454300 void 0.000132
+gallium_dri.so free 0x5571734541b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734542b0 0.000129
+gallium_dri.so free 0x5571734543c0 void 0.000129
+gallium_dri.so free 0x5571734542b0 void 0.000128
+gallium_dri.so malloc 72 0x557173454370 0.000130
+gallium_dri.so free 0x557173454400 void 0.000129
+gallium_dri.so free 0x557173454370 void 0.000129
+gallium_dri.so malloc 72 0x557173454370 0.000130
+gallium_dri.so free 0x5571734544c0 void 0.000129
+gallium_dri.so free 0x557173454370 void 0.000129
+gallium_dri.so malloc 72 0x557173454500 0.000129
+gallium_dri.so free 0x557173454580 void 0.000125
+gallium_dri.so free 0x557173454500 void 0.000129
+gallium_dri.so malloc 72 0x557173454580 0.000131
+gallium_dri.so free 0x557173454640 void 0.000129
+gallium_dri.so free 0x557173454580 void 0.000132
+gallium_dri.so malloc 72 0x557173454580 0.000130
+gallium_dri.so free 0x557173454700 void 0.000126
+gallium_dri.so free 0x557173454580 void 0.000120
+gallium_dri.so malloc 72 0x557173454720 0.000126
+gallium_dri.so free 0x5571734547c0 void 0.000125
+gallium_dri.so free 0x557173454720 void 0.000126
+gallium_dri.so malloc 72 0x557173454770 0.000124
+gallium_dri.so free 0x557173454840 void 0.000128
+gallium_dri.so free 0x557173454770 void 0.000272
+gallium_dri.so malloc 72 0x557173454770 0.000283
+gallium_dri.so free 0x5571734548c0 void 0.000273
+gallium_dri.so free 0x557173454770 void 0.000281
+gallium_dri.so malloc 72 0x5571734548c0 0.000281
+gallium_dri.so free 0x557173454980 void 0.000273
+gallium_dri.so free 0x5571734548c0 void 0.000276
+gallium_dri.so malloc 72 0x5571734548c0 0.000289
+gallium_dri.so free 0x557173454a40 void 0.000285
+gallium_dri.so free 0x5571734548c0 void 0.000290
+gallium_dri.so malloc 72 0x5571734548c0 0.000292
+gallium_dri.so free 0x557173454b00 void 0.000278
+gallium_dri.so free 0x5571734548c0 void 0.000278
+gallium_dri.so malloc 72 0x557173454ab0 0.000285
+gallium_dri.so free 0x557173454bc0 void 0.000281
+gallium_dri.so free 0x557173454ab0 void 0.000285
+gallium_dri.so malloc 72 0x557173454b70 0.000281
+gallium_dri.so free 0x557173454c40 void 0.000283
+gallium_dri.so free 0x557173454b70 void 0.000308
+gallium_dri.so malloc 72 0x557173454c90 0.000192
+gallium_dri.so free 0x557173454d00 void 0.000166
+gallium_dri.so free 0x557173454c90 void 0.000163
+gallium_dri.so malloc 72 0x557173454d20 0.000130
+gallium_dri.so free 0x557173454dc0 void 0.000131
+gallium_dri.so free 0x557173454d20 void 0.000126
+gallium_dri.so malloc 72 0x557173454d70 0.000124
+gallium_dri.so free 0x557173454e40 void 0.000125
+gallium_dri.so free 0x557173454d70 void 0.000119
+gallium_dri.so malloc 72 0x557173454d70 0.000123
+gallium_dri.so free 0x557173454ec0 void 0.000127
+gallium_dri.so free 0x557173454d70 void 0.000125
+gallium_dri.so malloc 72 0x557173454ec0 0.000120
+gallium_dri.so free 0x557173454f80 void 0.000120
+gallium_dri.so free 0x557173454ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173454ec0 0.000131
+gallium_dri.so free 0x557173455080 void 0.000131
+gallium_dri.so free 0x557173454ec0 void 0.000126
+gallium_dri.so malloc 72 0x557173455030 0.000120
+gallium_dri.so free 0x5571734550c0 void 0.000126
+gallium_dri.so free 0x557173455030 void 0.000155
+gallium_dri.so malloc 72 0x557173455030 0.000179
+gallium_dri.so free 0x557173455180 void 0.000167
+gallium_dri.so free 0x557173455030 void 0.000165
+gallium_dri.so malloc 72 0x5571734551c0 0.000164
+gallium_dri.so free 0x557173455240 void 0.000172
+gallium_dri.so free 0x5571734551c0 void 0.000166
+gallium_dri.so malloc 72 0x557173455240 0.000200
+gallium_dri.so free 0x557173455300 void 0.000162
+gallium_dri.so free 0x557173455240 void 0.000295
+gallium_dri.so malloc 72 0x557173455240 0.000197
+gallium_dri.so free 0x5571735e3d40 void 0.000319
+gallium_dri.so free 0x557173455240 void 0.000318
+gallium_dri.so malloc 72 0x557173455240 0.000339
+gallium_dri.so free 0x5571735e3e00 void 0.000288
+gallium_dri.so free 0x557173455240 void 0.000276
+gallium_dri.so malloc 72 0x5571735e3db0 0.000237
+gallium_dri.so free 0x5571735e3e00 void 0.000229
+gallium_dri.so free 0x5571735e3db0 void 0.000243
+gallium_dri.so malloc 72 0x5571735e3db0 0.000233
+gallium_dri.so free 0x5571735e3f00 void 0.000208
+gallium_dri.so free 0x5571735e3db0 void 0.000225
+gallium_dri.so malloc 72 0x5571735e3eb0 0.000228
+gallium_dri.so free 0x5571735e3fc0 void 0.000238
+gallium_dri.so free 0x5571735e3eb0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e3f70 0.000202
+gallium_dri.so free 0x5571735e4000 void 0.000192
+gallium_dri.so free 0x5571735e3f70 void 0.000165
+gallium_dri.so malloc 72 0x5571735e3f70 0.000212
+gallium_dri.so free 0x5571735e40c0 void 0.000186
+gallium_dri.so free 0x5571735e3f70 void 0.000190
+gallium_dri.so malloc 72 0x5571735e4100 0.000234
+gallium_dri.so free 0x5571735e4180 void 0.000235
+gallium_dri.so free 0x5571735e4100 void 0.000210
+gallium_dri.so malloc 72 0x5571735e4180 0.000247
+gallium_dri.so free 0x5571735e4240 void 0.000226
+gallium_dri.so free 0x5571735e4180 void 0.000188
+gallium_dri.so malloc 72 0x5571735e4180 0.000190
+gallium_dri.so free 0x5571735e4300 void 0.000174
+gallium_dri.so free 0x5571735e4180 void 0.000187
+gallium_dri.so malloc 72 0x5571735e4320 0.000185
+gallium_dri.so free 0x5571735e43c0 void 0.000170
+gallium_dri.so free 0x5571735e4320 void 0.000187
+gallium_dri.so malloc 72 0x5571735e4370 0.000190
+gallium_dri.so free 0x5571735e4440 void 0.000169
+gallium_dri.so free 0x5571735e4370 void 0.000184
+gallium_dri.so malloc 72 0x5571735e4370 0.000233
+gallium_dri.so free 0x5571735e44c0 void 0.000230
+gallium_dri.so free 0x5571735e4370 void 0.000229
+gallium_dri.so malloc 72 0x5571735e44c0 0.000228
+gallium_dri.so free 0x5571735e4580 void 0.000242
+gallium_dri.so free 0x5571735e44c0 void 0.000245
+gallium_dri.so malloc 72 0x5571735e44c0 0.000229
+gallium_dri.so free 0x5571735e4640 void 0.000212
+gallium_dri.so free 0x5571735e44c0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e44c0 0.000189
+gallium_dri.so free 0x5571735e4700 void 0.000167
+gallium_dri.so free 0x5571735e44c0 void 0.000228
+gallium_dri.so malloc 72 0x5571735e46b0 0.000253
+gallium_dri.so free 0x5571735e47c0 void 0.000198
+gallium_dri.so free 0x5571735e46b0 void 0.000234
+gallium_dri.so malloc 72 0x5571735e4770 0.000234
+gallium_dri.so free 0x5571735e4840 void 0.000180
+gallium_dri.so free 0x5571735e4770 void 0.000178
+gallium_dri.so malloc 72 0x5571735e4890 0.000209
+gallium_dri.so free 0x5571735e4900 void 0.000171
+gallium_dri.so free 0x5571735e4890 void 0.000190
+gallium_dri.so malloc 72 0x5571735e4920 0.000257
+gallium_dri.so free 0x5571735e49c0 void 0.000291
+gallium_dri.so free 0x5571735e4920 void 0.000290
+gallium_dri.so malloc 72 0x5571735e4970 0.000293
+gallium_dri.so free 0x5571735e4a40 void 0.000289
+gallium_dri.so free 0x5571735e4970 void 0.000170
+gallium_dri.so malloc 72 0x5571735e4970 0.000277
+gallium_dri.so free 0x5571735e4ac0 void 0.000280
+gallium_dri.so free 0x5571735e4970 void 0.000288
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000287
+gallium_dri.so free 0x5571735e4b80 void 0.000172
+gallium_dri.so free 0x5571735e4ac0 void 0.000168
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000170
+gallium_dri.so free 0x5571735e4c80 void 0.000137
+gallium_dri.so free 0x5571735e4ac0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e4c30 0.000131
+gallium_dri.so free 0x5571735e4cc0 void 0.000133
+gallium_dri.so free 0x5571735e4c30 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4c30 0.000135
+gallium_dri.so free 0x5571735e4d80 void 0.000195
+gallium_dri.so free 0x5571735e4c30 void 0.000179
+gallium_dri.so malloc 72 0x5571735e4dc0 0.000136
+gallium_dri.so free 0x5571735e4e40 void 0.000130
+gallium_dri.so free 0x5571735e4dc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4e40 0.000129
+gallium_dri.so free 0x5571735e4f00 void 0.000134
+gallium_dri.so free 0x5571735e4e40 void 0.000136
+gallium_dri.so malloc 72 0x5571735e4e40 0.000131
+gallium_dri.so free 0x5571735e4f80 void 0.000128
+gallium_dri.so free 0x5571735e4e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000142
+gallium_dri.so free 0x5571735e5000 void 0.000190
+gallium_dri.so free 0x5571735e4fb0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000227
+gallium_dri.so free 0x5571735e5100 void 0.000245
+gallium_dri.so free 0x5571735e4fb0 void 0.000229
+gallium_dri.so malloc 72 0x5571735e5140 0.000229
+gallium_dri.so free 0x5571735e51c0 void 0.000232
+gallium_dri.so free 0x5571735e5140 void 0.000246
+gallium_dri.so malloc 72 0x5571735e51c0 0.000211
+gallium_dri.so free 0x5571735e5280 void 0.000233
+gallium_dri.so free 0x5571735e51c0 void 0.000245
+gallium_dri.so malloc 72 0x5571735e51c0 0.000244
+gallium_dri.so free 0x5571735e5300 void 0.000210
+gallium_dri.so free 0x5571735e51c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735e5330 0.000229
+gallium_dri.so free 0x5571735e5380 void 0.000249
+gallium_dri.so free 0x5571735e5330 void 0.000206
+gallium_dri.so malloc 72 0x5571735e5330 0.000186
+gallium_dri.so free 0x5571735e5480 void 0.000246
+gallium_dri.so free 0x5571735e5330 void 0.000229
+gallium_dri.so malloc 72 0x5571735e5430 0.000227
+gallium_dri.so free 0x5571735e5540 void 0.000232
+gallium_dri.so free 0x5571735e5430 void 0.000179
+gallium_dri.so malloc 72 0x5571735e54f0 0.000150
+gallium_dri.so free 0x5571735e55c0 void 0.000137
+gallium_dri.so free 0x5571735e54f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e54f0 0.000231
+gallium_dri.so free 0x5571735e5680 void 0.000135
+gallium_dri.so free 0x5571735e54f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e54f0 0.000136
+gallium_dri.so free 0x5571735e5740 void 0.000133
+gallium_dri.so free 0x5571735e54f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e56f0 0.000137
+gallium_dri.so free 0x5571735e57c0 void 0.000137
+gallium_dri.so free 0x5571735e56f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5810 0.000140
+gallium_dri.so free 0x5571735e5880 void 0.000139
+gallium_dri.so free 0x5571735e5810 void 0.000193
+gallium_dri.so malloc 72 0x5571735e58a0 0.000210
+gallium_dri.so free 0x5571735e5940 void 0.000127
+gallium_dri.so free 0x5571735e58a0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e58f0 0.000138
+gallium_dri.so free 0x5571735e59c0 void 0.000231
+gallium_dri.so free 0x5571735e58f0 void 0.000297
+gallium_dri.so malloc 72 0x5571735e59c0 0.000279
+gallium_dri.so free 0x5571735e5a80 void 0.000279
+gallium_dri.so free 0x5571735e59c0 void 0.000282
+gallium_dri.so malloc 72 0x5571735e59c0 0.000169
+gallium_dri.so free 0x5571735e5b00 void 0.000172
+gallium_dri.so free 0x5571735e59c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e5b00 0.000136
+gallium_dri.so free 0x5571735e5bc0 void 0.000139
+gallium_dri.so free 0x5571735e5b00 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5b00 0.000137
+gallium_dri.so free 0x5571735e5c80 void 0.000173
+gallium_dri.so free 0x5571735e5b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5b00 0.000133
+gallium_dri.so free 0x5571735e5d40 void 0.000139
+gallium_dri.so free 0x5571735e5b00 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000135
+gallium_dri.so free 0x5571735e5dc0 void 0.000138
+gallium_dri.so free 0x5571735e5cf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5e10 0.000137
+gallium_dri.so free 0x5571735e5e80 void 0.000137
+gallium_dri.so free 0x5571735e5e10 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000126
+gallium_dri.so free 0x5571735e5f40 void 0.000132
+gallium_dri.so free 0x5571735e5ec0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000140
+gallium_dri.so free 0x5571735e5fc0 void 0.000137
+gallium_dri.so free 0x5571735e5ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000127
+gallium_dri.so free 0x5571735e6040 void 0.000133
+gallium_dri.so free 0x5571735e5ff0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000231
+gallium_dri.so free 0x5571735e6140 void 0.000137
+gallium_dri.so free 0x5571735e5ff0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e60f0 0.000146
+gallium_dri.so free 0x5571735e6200 void 0.000138
+gallium_dri.so free 0x5571735e60f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e61b0 0.000174
+gallium_dri.so free 0x557173455400 void 0.000134
+gallium_dri.so free 0x5571735e61b0 void 0.000136
+gallium_dri.so malloc 72 0x557173455430 0.000139
+gallium_dri.so free 0x557173455480 void 0.000231
+gallium_dri.so free 0x557173455430 void 0.000277
+gallium_dri.so malloc 72 0x557173455430 0.000276
+gallium_dri.so free 0x557173455580 void 0.000285
+gallium_dri.so free 0x557173455430 void 0.000284
+gallium_dri.so malloc 72 0x5571734555c0 0.000276
+gallium_dri.so free 0x557173455640 void 0.000239
+gallium_dri.so free 0x5571734555c0 void 0.000283
+gallium_dri.so malloc 72 0x557173455640 0.000245
+gallium_dri.so free 0x557173455700 void 0.000166
+gallium_dri.so free 0x557173455640 void 0.000163
+gallium_dri.so malloc 72 0x557173455640 0.000167
+gallium_dri.so free 0x557173455780 void 0.000131
+gallium_dri.so free 0x557173455640 void 0.000137
+gallium_dri.so malloc 72 0x5571734557b0 0.000143
+gallium_dri.so free 0x557173455800 void 0.000132
+gallium_dri.so free 0x5571734557b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734557b0 0.000166
+gallium_dri.so free 0x557173455900 void 0.000166
+gallium_dri.so free 0x5571734557b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734558b0 0.000130
+gallium_dri.so free 0x5571734559c0 void 0.000130
+gallium_dri.so free 0x5571734558b0 void 0.000126
+gallium_dri.so malloc 72 0x557173455970 0.000126
+gallium_dri.so free 0x557173455a40 void 0.000129
+gallium_dri.so free 0x557173455970 void 0.000125
+gallium_dri.so malloc 72 0x557173455970 0.000134
+gallium_dri.so free 0x557173455b00 void 0.000127
+gallium_dri.so free 0x557173455970 void 0.000130
+gallium_dri.so malloc 72 0x557173455970 0.000130
+gallium_dri.so free 0x557173455bc0 void 0.000130
+gallium_dri.so free 0x557173455970 void 0.000130
+gallium_dri.so malloc 72 0x557173455b70 0.000131
+gallium_dri.so free 0x557173455c40 void 0.000126
+gallium_dri.so free 0x557173455b70 void 0.000120
+gallium_dri.so malloc 72 0x557173455c90 0.000127
+gallium_dri.so free 0x557173455d00 void 0.000130
+gallium_dri.so free 0x557173455c90 void 0.000129
+gallium_dri.so malloc 72 0x557173455d20 0.000128
+gallium_dri.so free 0x557173455dc0 void 0.000130
+gallium_dri.so free 0x557173455d20 void 0.000132
+gallium_dri.so malloc 72 0x557173455d70 0.000130
+gallium_dri.so free 0x557173455e40 void 0.000130
+gallium_dri.so free 0x557173455d70 void 0.000131
+gallium_dri.so malloc 72 0x557173455e40 0.000129
+gallium_dri.so free 0x557173455f00 void 0.000131
+gallium_dri.so free 0x557173455e40 void 0.000125
+gallium_dri.so malloc 72 0x557173455e40 0.000169
+gallium_dri.so free 0x557173455f80 void 0.000167
+gallium_dri.so free 0x557173455e40 void 0.000167
+gallium_dri.so malloc 72 0x557173455f80 0.000160
+gallium_dri.so free 0x557173456040 void 0.000155
+gallium_dri.so free 0x557173455f80 void 0.000152
+gallium_dri.so malloc 72 0x557173455f80 0.000160
+gallium_dri.so free 0x557173456100 void 0.000167
+gallium_dri.so free 0x557173455f80 void 0.000168
+gallium_dri.so malloc 72 0x557173455f80 0.000164
+gallium_dri.so free 0x5571734561c0 void 0.000160
+gallium_dri.so free 0x557173455f80 void 0.000160
+gallium_dri.so malloc 72 0x557173456170 0.000168
+gallium_dri.so free 0x557173456240 void 0.000166
+gallium_dri.so free 0x557173456170 void 0.000167
+gallium_dri.so malloc 72 0x557173456290 0.000165
+gallium_dri.so free 0x557173456300 void 0.000175
+gallium_dri.so free 0x557173456290 void 0.000136
+gallium_dri.so malloc 72 0x557173456340 0.000132
+gallium_dri.so free 0x5571734563c0 void 0.000129
+gallium_dri.so free 0x557173456340 void 0.000130
+gallium_dri.so malloc 72 0x557173456340 0.000130
+gallium_dri.so free 0x557173456440 void 0.000130
+gallium_dri.so free 0x557173456340 void 0.000130
+gallium_dri.so malloc 72 0x557173456470 0.000126
+gallium_dri.so free 0x5571734564c0 void 0.000128
+gallium_dri.so free 0x557173456470 void 0.000132
+gallium_dri.so malloc 72 0x557173456470 0.000126
+gallium_dri.so free 0x5571734565c0 void 0.000122
+gallium_dri.so free 0x557173456470 void 0.000125
+gallium_dri.so malloc 72 0x557173456570 0.000125
+gallium_dri.so free 0x557173456680 void 0.000122
+gallium_dri.so free 0x557173456570 void 0.000125
+gallium_dri.so malloc 72 0x557173456630 0.000130
+gallium_dri.so free 0x5571734566c0 void 0.000130
+gallium_dri.so free 0x557173456630 void 0.000129
+gallium_dri.so malloc 72 0x557173456630 0.000125
+gallium_dri.so free 0x557173456780 void 0.000127
+gallium_dri.so free 0x557173456630 void 0.000133
+gallium_dri.so malloc 72 0x5571734567f0 0.000131
+gallium_dri.so free 0x557173456840 void 0.000129
+gallium_dri.so free 0x5571734567f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734567f0 0.000131
+gallium_dri.so free 0x557173456940 void 0.000125
+gallium_dri.so free 0x5571734567f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734568f0 0.000122
+gallium_dri.so free 0x557173456a00 void 0.000168
+gallium_dri.so free 0x5571734568f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734569b0 0.000132
+gallium_dri.so free 0x557173456a40 void 0.000129
+gallium_dri.so free 0x5571734569b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734569b0 0.000130
+gallium_dri.so free 0x557173456b00 void 0.000124
+gallium_dri.so free 0x5571734569b0 void 0.000127
+gallium_dri.so malloc 72 0x557173456b40 0.000131
+gallium_dri.so free 0x557173456bc0 void 0.000125
+gallium_dri.so free 0x557173456b40 void 0.000121
+gallium_dri.so malloc 72 0x557173456bc0 0.000126
+gallium_dri.so free 0x557173456c80 void 0.000138
+gallium_dri.so free 0x557173456bc0 void 0.000133
+gallium_dri.so malloc 72 0x557173456bc0 0.000125
+gallium_dri.so free 0x557173456d40 void 0.000121
+gallium_dri.so free 0x557173456bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173456d60 0.000120
+gallium_dri.so free 0x557173456e00 void 0.000121
+gallium_dri.so free 0x557173456d60 void 0.000121
+gallium_dri.so malloc 72 0x557173456db0 0.000125
+gallium_dri.so free 0x557173456e80 void 0.000130
+gallium_dri.so free 0x557173456db0 void 0.000131
+gallium_dri.so malloc 72 0x557173456db0 0.000125
+gallium_dri.so free 0x557173456f00 void 0.000122
+gallium_dri.so free 0x557173456db0 void 0.000125
+gallium_dri.so malloc 72 0x557173456f00 0.000135
+gallium_dri.so free 0x557173456fc0 void 0.000130
+gallium_dri.so free 0x557173456f00 void 0.000130
+gallium_dri.so malloc 72 0x557173456f00 0.000131
+gallium_dri.so free 0x557173457080 void 0.000129
+gallium_dri.so free 0x557173456f00 void 0.000132
+gallium_dri.so malloc 72 0x557173456f00 0.000129
+gallium_dri.so free 0x557173457140 void 0.000129
+gallium_dri.so free 0x557173456f00 void 0.000139
+gallium_dri.so malloc 72 0x5571734570f0 0.000132
+gallium_dri.so free 0x557173457200 void 0.000126
+gallium_dri.so free 0x5571734570f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734571b0 0.000126
+gallium_dri.so free 0x557173457280 void 0.000124
+gallium_dri.so free 0x5571734571b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734572d0 0.000126
+gallium_dri.so free 0x557173457340 void 0.000125
+gallium_dri.so free 0x5571734572d0 void 0.000126
+gallium_dri.so malloc 72 0x557173457360 0.000124
+gallium_dri.so free 0x557173457400 void 0.000122
+gallium_dri.so free 0x557173457360 void 0.000124
+gallium_dri.so malloc 72 0x5571734573b0 0.000129
+gallium_dri.so free 0x557173457480 void 0.000130
+gallium_dri.so free 0x5571734573b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734573b0 0.000132
+gallium_dri.so free 0x557173457500 void 0.000131
+gallium_dri.so free 0x5571734573b0 void 0.000129
+gallium_dri.so malloc 72 0x557173457500 0.000125
+gallium_dri.so free 0x5571734575c0 void 0.000121
+gallium_dri.so free 0x557173457500 void 0.000125
+gallium_dri.so malloc 72 0x557173457500 0.000170
+gallium_dri.so free 0x5571734576c0 void 0.000133
+gallium_dri.so free 0x557173457500 void 0.000131
+gallium_dri.so malloc 72 0x557173457670 0.000130
+gallium_dri.so free 0x557173457700 void 0.000129
+gallium_dri.so free 0x557173457670 void 0.000125
+gallium_dri.so malloc 72 0x557173457670 0.000126
+gallium_dri.so free 0x5571734577c0 void 0.000125
+gallium_dri.so free 0x557173457670 void 0.000127
+gallium_dri.so malloc 72 0x557173457800 0.000131
+gallium_dri.so free 0x557173457880 void 0.000131
+gallium_dri.so free 0x557173457800 void 0.000130
+gallium_dri.so malloc 72 0x557173457880 0.000130
+gallium_dri.so free 0x557173457940 void 0.000125
+gallium_dri.so free 0x557173457880 void 0.000120
+gallium_dri.so malloc 72 0x557173457880 0.000126
+gallium_dri.so free 0x5571734579c0 void 0.000130
+gallium_dri.so free 0x557173457880 void 0.000130
+gallium_dri.so malloc 72 0x5571734579f0 0.000129
+gallium_dri.so free 0x557173457a40 void 0.000125
+gallium_dri.so free 0x5571734579f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734579f0 0.000139
+gallium_dri.so free 0x557173457b40 void 0.000130
+gallium_dri.so free 0x5571734579f0 void 0.000125
+gallium_dri.so malloc 72 0x557173457b80 0.000121
+gallium_dri.so free 0x557173457c00 void 0.000125
+gallium_dri.so free 0x557173457b80 void 0.000127
+gallium_dri.so malloc 72 0x557173457c00 0.000129
+gallium_dri.so free 0x557173457cc0 void 0.000129
+gallium_dri.so free 0x557173457c00 void 0.000130
+gallium_dri.so malloc 72 0x557173457c00 0.000163
+gallium_dri.so free 0x557173457d40 void 0.000126
+gallium_dri.so free 0x557173457c00 void 0.000130
+gallium_dri.so malloc 72 0x557173457d70 0.000129
+gallium_dri.so free 0x557173457dc0 void 0.000131
+gallium_dri.so free 0x557173457d70 void 0.000133
+gallium_dri.so malloc 72 0x557173457d70 0.000126
+gallium_dri.so free 0x557173457ec0 void 0.000121
+gallium_dri.so free 0x557173457d70 void 0.000125
+gallium_dri.so malloc 72 0x557173457e70 0.000131
+gallium_dri.so free 0x557173457f80 void 0.000130
+gallium_dri.so free 0x557173457e70 void 0.000131
+gallium_dri.so malloc 72 0x557173457f30 0.000134
+gallium_dri.so free 0x557173458000 void 0.000130
+gallium_dri.so free 0x557173457f30 void 0.000132
+gallium_dri.so malloc 72 0x557173457f30 0.000130
+gallium_dri.so free 0x5571734580c0 void 0.000133
+gallium_dri.so free 0x557173457f30 void 0.000126
+gallium_dri.so malloc 72 0x557173457f30 0.000125
+gallium_dri.so free 0x557173458180 void 0.000130
+gallium_dri.so free 0x557173457f30 void 0.000198
+gallium_dri.so malloc 72 0x557173458130 0.000131
+gallium_dri.so free 0x557173458200 void 0.000165
+gallium_dri.so free 0x557173458130 void 0.000164
+gallium_dri.so malloc 72 0x557173458250 0.000129
+gallium_dri.so free 0x5571734582c0 void 0.000124
+gallium_dri.so free 0x557173458250 void 0.000124
+gallium_dri.so malloc 72 0x5571734582e0 0.000132
+gallium_dri.so free 0x557173458380 void 0.000222
+gallium_dri.so free 0x5571734582e0 void 0.000168
+gallium_dri.so malloc 72 0x557173458330 0.000129
+gallium_dri.so free 0x557173458400 void 0.000188
+gallium_dri.so free 0x557173458330 void 0.000224
+gallium_dri.so malloc 72 0x557173458400 0.000130
+gallium_dri.so free 0x5571734584c0 void 0.000130
+gallium_dri.so free 0x557173458400 void 0.000124
+gallium_dri.so malloc 72 0x557173458400 0.000120
+gallium_dri.so free 0x557173458540 void 0.000127
+gallium_dri.so free 0x557173458400 void 0.000124
+gallium_dri.so malloc 72 0x557173458540 0.000120
+gallium_dri.so free 0x557173458600 void 0.000120
+gallium_dri.so free 0x557173458540 void 0.000124
+gallium_dri.so malloc 72 0x557173458540 0.000128
+gallium_dri.so free 0x5571734586c0 void 0.000128
+gallium_dri.so free 0x557173458540 void 0.000129
+gallium_dri.so malloc 72 0x557173458540 0.000128
+gallium_dri.so free 0x557173458780 void 0.000130
+gallium_dri.so free 0x557173458540 void 0.000134
+gallium_dri.so malloc 72 0x557173458730 0.000125
+gallium_dri.so free 0x557173458800 void 0.000120
+gallium_dri.so free 0x557173458730 void 0.000124
+gallium_dri.so malloc 72 0x557173458850 0.000222
+gallium_dri.so free 0x5571734588c0 void 0.000329
+gallium_dri.so free 0x557173458850 void 0.000326
+gallium_dri.so malloc 72 0x557173458900 0.000294
+gallium_dri.so free 0x557173458980 void 0.000281
+gallium_dri.so free 0x557173458900 void 0.000271
+gallium_dri.so malloc 72 0x557173458900 0.000282
+gallium_dri.so free 0x557173458a00 void 0.000267
+gallium_dri.so free 0x557173458900 void 0.000281
+gallium_dri.so malloc 72 0x557173458a30 0.000273
+gallium_dri.so free 0x557173458a80 void 0.000162
+gallium_dri.so free 0x557173458a30 void 0.000166
+gallium_dri.so malloc 72 0x557173458a30 0.000165
+gallium_dri.so free 0x557173459c40 void 0.000142
+gallium_dri.so free 0x557173458a30 void 0.000130
+gallium_dri.so malloc 72 0x557173459bf0 0.000126
+gallium_dri.so free 0x557173459d00 void 0.000121
+gallium_dri.so free 0x557173459bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173459cb0 0.000130
+gallium_dri.so free 0x557173459d40 void 0.000130
+gallium_dri.so free 0x557173459cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173459cb0 0.000129
+gallium_dri.so free 0x557173459e00 void 0.000142
+gallium_dri.so free 0x557173459cb0 void 0.000136
+gallium_dri.so malloc 72 0x557173459e70 0.000129
+gallium_dri.so free 0x557173458b80 void 0.000131
+gallium_dri.so free 0x557173459e70 void 0.000130
+gallium_dri.so malloc 72 0x557173458b30 0.000129
+gallium_dri.so free 0x557173459ec0 void 0.000131
+gallium_dri.so free 0x557173458b30 void 0.000130
+gallium_dri.so malloc 72 0x557173459ec0 0.000130
+gallium_dri.so free 0x557173459f80 void 0.000133
+gallium_dri.so free 0x557173459ec0 void 0.000132
+gallium_dri.so malloc 72 0x557173459ec0 0.000142
+gallium_dri.so free 0x55717345a040 void 0.000139
+gallium_dri.so free 0x557173459ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173459ec0 0.000127
+gallium_dri.so free 0x55717345a100 void 0.000131
+gallium_dri.so free 0x557173459ec0 void 0.000128
+gallium_dri.so malloc 72 0x55717345a0b0 0.000128
+gallium_dri.so free 0x55717345a180 void 0.000130
+gallium_dri.so free 0x55717345a0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a1d0 0.000139
+gallium_dri.so free 0x55717345a240 void 0.000169
+gallium_dri.so free 0x55717345a1d0 void 0.000138
+gallium_dri.so malloc 72 0x55717345a2a0 0.000169
+gallium_dri.so free 0x55717345a340 void 0.000132
+gallium_dri.so free 0x55717345a2a0 void 0.000133
+gallium_dri.so malloc 72 0x55717345a2f0 0.000130
+gallium_dri.so free 0x55717345a380 void 0.000127
+gallium_dri.so free 0x55717345a2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717345a2f0 0.000136
+gallium_dri.so free 0x55717345a440 void 0.000136
+gallium_dri.so free 0x55717345a2f0 void 0.000141
+gallium_dri.so malloc 72 0x55717345a480 0.000171
+gallium_dri.so free 0x55717345a500 void 0.000170
+gallium_dri.so free 0x55717345a480 void 0.000138
+gallium_dri.so malloc 72 0x55717345a500 0.000138
+gallium_dri.so free 0x55717345a5c0 void 0.000136
+gallium_dri.so free 0x55717345a500 void 0.000131
+gallium_dri.so malloc 72 0x55717345a500 0.000125
+gallium_dri.so free 0x55717345a640 void 0.000131
+gallium_dri.so free 0x55717345a500 void 0.000133
+gallium_dri.so malloc 72 0x55717345a670 0.000126
+gallium_dri.so free 0x55717345a6c0 void 0.000132
+gallium_dri.so free 0x55717345a670 void 0.000131
+gallium_dri.so malloc 72 0x55717345a6c0 0.000133
+gallium_dri.so free 0x55717345a780 void 0.000136
+gallium_dri.so free 0x55717345a6c0 void 0.000138
+gallium_dri.so malloc 72 0x55717345a6c0 0.000136
+gallium_dri.so free 0x55717345a880 void 0.000136
+gallium_dri.so free 0x55717345a6c0 void 0.000137
+gallium_dri.so malloc 72 0x55717345a830 0.000169
+gallium_dri.so free 0x55717345a940 void 0.000139
+gallium_dri.so free 0x55717345a830 void 0.000137
+gallium_dri.so malloc 72 0x55717345a8f0 0.000136
+gallium_dri.so free 0x55717345a980 void 0.000131
+gallium_dri.so free 0x55717345a8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a8f0 0.000133
+gallium_dri.so free 0x55717345aa40 void 0.000131
+gallium_dri.so free 0x55717345a8f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345aa80 0.000137
+gallium_dri.so free 0x55717345ab00 void 0.000131
+gallium_dri.so free 0x55717345aa80 void 0.000129
+gallium_dri.so malloc 72 0x55717345ab00 0.000128
+gallium_dri.so free 0x55717345abc0 void 0.000131
+gallium_dri.so free 0x55717345ab00 void 0.000136
+gallium_dri.so malloc 72 0x55717345ab00 0.000131
+gallium_dri.so free 0x55717345ac40 void 0.000132
+gallium_dri.so free 0x55717345ab00 void 0.000138
+gallium_dri.so malloc 72 0x55717345ab00 0.000136
+gallium_dri.so free 0x55717345ad00 void 0.000139
+gallium_dri.so free 0x55717345ab00 void 0.000137
+gallium_dri.so malloc 72 0x55717345ab00 0.000138
+gallium_dri.so free 0x55717345adc0 void 0.000130
+gallium_dri.so free 0x55717345ab00 void 0.000136
+gallium_dri.so malloc 72 0x55717345ad70 0.000136
+gallium_dri.so free 0x55717345ae40 void 0.000138
+gallium_dri.so free 0x55717345ad70 void 0.000136
+gallium_dri.so malloc 72 0x55717345ae90 0.000141
+gallium_dri.so free 0x55717345af00 void 0.000131
+gallium_dri.so free 0x55717345ae90 void 0.000131
+gallium_dri.so malloc 72 0x55717345af20 0.000166
+gallium_dri.so free 0x55717345afc0 void 0.000132
+gallium_dri.so free 0x55717345af20 void 0.000131
+gallium_dri.so malloc 72 0x55717345af70 0.000129
+gallium_dri.so free 0x55717345b040 void 0.000124
+gallium_dri.so free 0x55717345af70 void 0.000120
+gallium_dri.so malloc 72 0x55717345af70 0.000127
+gallium_dri.so free 0x55717345b140 void 0.000129
+gallium_dri.so free 0x55717345af70 void 0.000131
+gallium_dri.so malloc 72 0x55717345b0f0 0.000124
+gallium_dri.so free 0x55717345b1c0 void 0.000127
+gallium_dri.so free 0x55717345b0f0 void 0.000170
+gallium_dri.so malloc 72 0x55717345b210 0.000223
+gallium_dri.so free 0x55717345b280 void 0.000161
+gallium_dri.so free 0x55717345b210 void 0.000130
+gallium_dri.so malloc 72 0x55717345b2a0 0.000124
+gallium_dri.so free 0x55717345b340 void 0.000121
+gallium_dri.so free 0x55717345b2a0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b2f0 0.000129
+gallium_dri.so free 0x55717345b3c0 void 0.000129
+gallium_dri.so free 0x55717345b2f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b2f0 0.000120
+gallium_dri.so free 0x55717345b440 void 0.000125
+gallium_dri.so free 0x55717345b2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717345b440 0.000128
+gallium_dri.so free 0x55717345b500 void 0.000123
+gallium_dri.so free 0x55717345b440 void 0.000124
+gallium_dri.so malloc 72 0x55717345b440 0.000128
+gallium_dri.so free 0x55717345b600 void 0.000123
+gallium_dri.so free 0x55717345b440 void 0.000126
+gallium_dri.so malloc 72 0x55717345b440 0.000123
+gallium_dri.so free 0x55717345b680 void 0.000207
+gallium_dri.so free 0x55717345b440 void 0.000143
+gallium_dri.so malloc 72 0x55717345b6b0 0.000129
+gallium_dri.so free 0x55717345b700 void 0.000128
+gallium_dri.so free 0x55717345b6b0 void 0.000127
+gallium_dri.so malloc 72 0x55717345b6b0 0.000126
+gallium_dri.so free 0x55717345b800 void 0.000126
+gallium_dri.so free 0x55717345b6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345b7b0 0.000126
+gallium_dri.so free 0x55717345b8c0 void 0.000128
+gallium_dri.so free 0x55717345b7b0 void 0.000127
+gallium_dri.so malloc 72 0x55717345b870 0.000123
+gallium_dri.so free 0x55717345b900 void 0.000126
+gallium_dri.so free 0x55717345b870 void 0.000126
+gallium_dri.so malloc 72 0x55717345b870 0.000127
+gallium_dri.so free 0x55717345b9c0 void 0.000125
+gallium_dri.so free 0x55717345b870 void 0.000127
+gallium_dri.so malloc 72 0x55717345ba10 0.000127
+gallium_dri.so free 0x55717345ba80 void 0.000124
+gallium_dri.so free 0x55717345ba10 void 0.000126
+gallium_dri.so malloc 72 0x55717345bac0 0.000126
+gallium_dri.so free 0x55717345bb40 void 0.000126
+gallium_dri.so free 0x55717345bac0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bb40 0.000127
+gallium_dri.so free 0x55717345bc00 void 0.000136
+gallium_dri.so free 0x55717345bb40 void 0.000126
+gallium_dri.so malloc 72 0x55717345bb40 0.000122
+gallium_dri.so free 0x55717345bc80 void 0.000123
+gallium_dri.so free 0x55717345bb40 void 0.000124
+gallium_dri.so malloc 72 0x55717345bcb0 0.000124
+gallium_dri.so free 0x55717345bd00 void 0.000125
+gallium_dri.so free 0x55717345bcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bcb0 0.000125
+gallium_dri.so free 0x55717345be00 void 0.000123
+gallium_dri.so free 0x55717345bcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717345bdb0 0.000126
+gallium_dri.so free 0x55717345bec0 void 0.000127
+gallium_dri.so free 0x55717345bdb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345be70 0.000125
+gallium_dri.so free 0x55717345bf40 void 0.000122
+gallium_dri.so free 0x55717345be70 void 0.000121
+gallium_dri.so malloc 72 0x55717345bf60 0.000123
+gallium_dri.so free 0x55717345c000 void 0.000123
+gallium_dri.so free 0x55717345bf60 void 0.000126
+gallium_dri.so malloc 72 0x55717345bfb0 0.000121
+gallium_dri.so free 0x55717345c080 void 0.000121
+gallium_dri.so free 0x55717345bfb0 void 0.000124
+gallium_dri.so malloc 72 0x55717345bfb0 0.000122
+gallium_dri.so free 0x55717345c100 void 0.000122
+gallium_dri.so free 0x55717345bfb0 void 0.000138
+gallium_dri.so malloc 72 0x55717345c100 0.000127
+gallium_dri.so free 0x55717345c1c0 void 0.000124
+gallium_dri.so free 0x55717345c100 void 0.000125
+gallium_dri.so malloc 72 0x55717345c100 0.000126
+gallium_dri.so free 0x55717345c280 void 0.000123
+gallium_dri.so free 0x55717345c100 void 0.000126
+gallium_dri.so malloc 72 0x55717345c100 0.000124
+gallium_dri.so free 0x55717345c340 void 0.000124
+gallium_dri.so free 0x55717345c100 void 0.000126
+gallium_dri.so malloc 72 0x55717345c2f0 0.000124
+gallium_dri.so free 0x55717345c340 void 0.000125
+gallium_dri.so free 0x55717345c2f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c2f0 0.000224
+gallium_dri.so free 0x55717345c440 void 0.000163
+gallium_dri.so free 0x55717345c2f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345c3f0 0.000119
+gallium_dri.so free 0x55717345c500 void 0.000120
+gallium_dri.so free 0x55717345c3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c4b0 0.000121
+gallium_dri.so free 0x55717345c540 void 0.000121
+gallium_dri.so free 0x55717345c4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c4b0 0.000120
+gallium_dri.so free 0x55717345c600 void 0.000119
+gallium_dri.so free 0x55717345c4b0 void 0.000168
+gallium_dri.so malloc 72 0x55717345c640 0.000121
+gallium_dri.so free 0x55717345c6c0 void 0.000119
+gallium_dri.so free 0x55717345c640 void 0.000121
+gallium_dri.so malloc 72 0x55717345c6c0 0.000122
+gallium_dri.so free 0x55717345c780 void 0.000123
+gallium_dri.so free 0x55717345c6c0 void 0.000122
+gallium_dri.so malloc 72 0x55717345c6c0 0.000120
+gallium_dri.so free 0x55717345c840 void 0.000121
+gallium_dri.so free 0x55717345c6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c860 0.000121
+gallium_dri.so free 0x55717345c900 void 0.000120
+gallium_dri.so free 0x55717345c860 void 0.000121
+gallium_dri.so malloc 72 0x55717345c8b0 0.000120
+gallium_dri.so free 0x55717345c980 void 0.000126
+gallium_dri.so free 0x55717345c8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345c8b0 0.000115
+gallium_dri.so free 0x55717345ca00 void 0.000118
+gallium_dri.so free 0x55717345c8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345ca00 0.000114
+gallium_dri.so free 0x55717345cac0 void 0.000118
+gallium_dri.so free 0x55717345ca00 void 0.000117
+gallium_dri.so malloc 72 0x55717345ca00 0.000115
+gallium_dri.so free 0x55717345cb80 void 0.000116
+gallium_dri.so free 0x55717345ca00 void 0.000114
+gallium_dri.so malloc 72 0x55717345ca00 0.000115
+gallium_dri.so free 0x55717345cc40 void 0.000126
+gallium_dri.so free 0x55717345ca00 void 0.000115
+gallium_dri.so malloc 72 0x55717345cbf0 0.000115
+gallium_dri.so free 0x55717345cd00 void 0.000116
+gallium_dri.so free 0x55717345cbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717345ccb0 0.000114
+gallium_dri.so free 0x55717345cd80 void 0.000115
+gallium_dri.so free 0x55717345ccb0 void 0.000116
+gallium_dri.so malloc 72 0x55717345cdd0 0.000114
+gallium_dri.so free 0x55717345ce40 void 0.000114
+gallium_dri.so free 0x55717345cdd0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ce60 0.000113
+gallium_dri.so free 0x55717345cf00 void 0.000118
+gallium_dri.so free 0x55717345ce60 void 0.000115
+gallium_dri.so malloc 72 0x55717345ceb0 0.000115
+gallium_dri.so free 0x55717345cf80 void 0.000115
+gallium_dri.so free 0x55717345ceb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ceb0 0.000115
+gallium_dri.so free 0x55717345d000 void 0.000116
+gallium_dri.so free 0x55717345ceb0 void 0.000116
+gallium_dri.so malloc 72 0x55717345d000 0.000115
+gallium_dri.so free 0x55717345d0c0 void 0.000115
+gallium_dri.so free 0x55717345d000 void 0.000114
+gallium_dri.so malloc 72 0x55717345d000 0.000114
+gallium_dri.so free 0x55717345d1c0 void 0.000115
+gallium_dri.so free 0x55717345d000 void 0.000114
+gallium_dri.so malloc 72 0x55717345d170 0.000115
+gallium_dri.so free 0x55717345d200 void 0.000132
+gallium_dri.so free 0x55717345d170 void 0.000125
+gallium_dri.so malloc 72 0x55717345d170 0.000120
+gallium_dri.so free 0x55717345d2c0 void 0.000116
+gallium_dri.so free 0x55717345d170 void 0.000119
+gallium_dri.so malloc 72 0x55717345d300 0.000120
+gallium_dri.so free 0x55717345d380 void 0.000117
+gallium_dri.so free 0x55717345d300 void 0.000119
+gallium_dri.so malloc 72 0x55717345d380 0.000126
+gallium_dri.so free 0x55717345d440 void 0.000125
+gallium_dri.so free 0x55717345d380 void 0.000168
+gallium_dri.so malloc 72 0x55717345d380 0.000124
+gallium_dri.so free 0x55717345d4c0 void 0.000125
+gallium_dri.so free 0x55717345d380 void 0.000119
+gallium_dri.so malloc 72 0x55717345d4f0 0.000121
+gallium_dri.so free 0x55717345d540 void 0.000126
+gallium_dri.so free 0x55717345d4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d4f0 0.000115
+gallium_dri.so free 0x55717345d640 void 0.000116
+gallium_dri.so free 0x55717345d4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d680 0.000123
+gallium_dri.so free 0x55717345d700 void 0.000125
+gallium_dri.so free 0x55717345d680 void 0.000119
+gallium_dri.so malloc 72 0x55717345d700 0.000168
+gallium_dri.so free 0x55717345d7c0 void 0.000125
+gallium_dri.so free 0x55717345d700 void 0.000124
+gallium_dri.so malloc 72 0x55717345d700 0.000119
+gallium_dri.so free 0x55717345d840 void 0.000121
+gallium_dri.so free 0x55717345d700 void 0.000114
+gallium_dri.so malloc 72 0x55717345d870 0.000119
+gallium_dri.so free 0x55717345d8c0 void 0.000127
+gallium_dri.so free 0x55717345d870 void 0.000120
+gallium_dri.so malloc 72 0x55717345d870 0.000120
+gallium_dri.so free 0x55717345d9c0 void 0.000125
+gallium_dri.so free 0x55717345d870 void 0.000119
+gallium_dri.so malloc 72 0x55717345d970 0.000123
+gallium_dri.so free 0x55717345da80 void 0.000136
+gallium_dri.so free 0x55717345d970 void 0.000120
+gallium_dri.so malloc 72 0x55717345da30 0.000121
+gallium_dri.so free 0x55717345db00 void 0.000120
+gallium_dri.so free 0x55717345da30 void 0.000119
+gallium_dri.so malloc 72 0x55717345da30 0.000118
+gallium_dri.so free 0x55717345dbc0 void 0.000115
+gallium_dri.so free 0x55717345da30 void 0.000114
+gallium_dri.so malloc 72 0x55717345da30 0.000114
+gallium_dri.so free 0x55717345dc80 void 0.000115
+gallium_dri.so free 0x55717345da30 void 0.000119
+gallium_dri.so malloc 72 0x55717345dc30 0.000126
+gallium_dri.so free 0x55717345dd00 void 0.000123
+gallium_dri.so free 0x55717345dc30 void 0.000125
+gallium_dri.so malloc 72 0x55717345dd50 0.000124
+gallium_dri.so free 0x55717345ddc0 void 0.000126
+gallium_dri.so free 0x55717345dd50 void 0.000125
+gallium_dri.so malloc 72 0x55717345dde0 0.000160
+gallium_dri.so free 0x55717345de80 void 0.000160
+gallium_dri.so free 0x55717345dde0 void 0.000124
+gallium_dri.so malloc 72 0x55717345de30 0.000120
+gallium_dri.so free 0x5571735cab40 void 0.000116
+gallium_dri.so free 0x55717345de30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cab40 0.000119
+gallium_dri.so free 0x5571735cac00 void 0.000116
+gallium_dri.so free 0x5571735cab40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cab40 0.000125
+gallium_dri.so free 0x5571735cac80 void 0.000125
+gallium_dri.so free 0x5571735cab40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cac80 0.000124
+gallium_dri.so free 0x5571735cad40 void 0.000124
+gallium_dri.so free 0x5571735cac80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cac80 0.000134
+gallium_dri.so free 0x5571735cae00 void 0.000124
+gallium_dri.so free 0x5571735cac80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cac80 0.000119
+gallium_dri.so free 0x5571735caec0 void 0.000117
+gallium_dri.so free 0x5571735cac80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cae70 0.000120
+gallium_dri.so free 0x5571735caf40 void 0.000126
+gallium_dri.so free 0x5571735cae70 void 0.000119
+gallium_dri.so malloc 72 0x5571735caf90 0.000119
+gallium_dri.so free 0x5571735cb000 void 0.000119
+gallium_dri.so free 0x5571735caf90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb040 0.000114
+gallium_dri.so free 0x5571735cb0c0 void 0.000114
+gallium_dri.so free 0x5571735cb040 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb040 0.000123
+gallium_dri.so free 0x5571735cb140 void 0.000124
+gallium_dri.so free 0x5571735cb040 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb170 0.000120
+gallium_dri.so free 0x5571735cb1c0 void 0.000135
+gallium_dri.so free 0x5571735cb170 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb170 0.000127
+gallium_dri.so free 0x5571735cb2c0 void 0.000129
+gallium_dri.so free 0x5571735cb170 void 0.000171
+gallium_dri.so malloc 72 0x5571735cb270 0.000127
+gallium_dri.so free 0x5571735cb380 void 0.000131
+gallium_dri.so free 0x5571735cb270 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb330 0.000130
+gallium_dri.so free 0x5571735cb3c0 void 0.000125
+gallium_dri.so free 0x5571735cb330 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb330 0.000121
+gallium_dri.so free 0x5571735cb480 void 0.000127
+gallium_dri.so free 0x5571735cb330 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000120
+gallium_dri.so free 0x5571735cb540 void 0.000120
+gallium_dri.so free 0x5571735cb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000128
+gallium_dri.so free 0x5571735cb640 void 0.000131
+gallium_dri.so free 0x5571735cb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000124
+gallium_dri.so free 0x5571735cb700 void 0.000123
+gallium_dri.so free 0x5571735cb5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000129
+gallium_dri.so free 0x5571735cb740 void 0.000131
+gallium_dri.so free 0x5571735cb6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000155
+gallium_dri.so free 0x5571735cb800 void 0.000133
+gallium_dri.so free 0x5571735cb6b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb840 0.000131
+gallium_dri.so free 0x5571735cb8c0 void 0.000125
+gallium_dri.so free 0x5571735cb840 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000130
+gallium_dri.so free 0x5571735cb980 void 0.000129
+gallium_dri.so free 0x5571735cb8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000130
+gallium_dri.so free 0x5571735cba40 void 0.000220
+gallium_dri.so free 0x5571735cb8c0 void 0.000220
+gallium_dri.so malloc 72 0x5571735cba60 0.000173
+gallium_dri.so free 0x5571735cbb00 void 0.000191
+gallium_dri.so free 0x5571735cba60 void 0.000167
+gallium_dri.so malloc 72 0x5571735cbab0 0.000128
+gallium_dri.so free 0x5571735cbb80 void 0.000122
+gallium_dri.so free 0x5571735cbab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbab0 0.000131
+gallium_dri.so free 0x5571735cbc00 void 0.000130
+gallium_dri.so free 0x5571735cbab0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cbc00 0.000131
+gallium_dri.so free 0x5571735cbcc0 void 0.000129
+gallium_dri.so free 0x5571735cbc00 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbc00 0.000127
+gallium_dri.so free 0x5571735cbd80 void 0.000125
+gallium_dri.so free 0x5571735cbc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbc00 0.000130
+gallium_dri.so free 0x5571735cbe40 void 0.000133
+gallium_dri.so free 0x5571735cbc00 void 0.000137
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000126
+gallium_dri.so free 0x5571735cbf00 void 0.000196
+gallium_dri.so free 0x5571735cbdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000125
+gallium_dri.so free 0x5571735cbf80 void 0.000121
+gallium_dri.so free 0x5571735cbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbfd0 0.000121
+gallium_dri.so free 0x5571735cc040 void 0.000120
+gallium_dri.so free 0x5571735cbfd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc060 0.000130
+gallium_dri.so free 0x5571735cc100 void 0.000130
+gallium_dri.so free 0x5571735cc060 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000142
+gallium_dri.so free 0x5571735cc180 void 0.000223
+gallium_dri.so free 0x5571735cc0b0 void 0.000227
+gallium_dri.so malloc 72 0x5571735cc0b0 0.000225
+gallium_dri.so free 0x5571735cc200 void 0.000207
+gallium_dri.so free 0x5571735cc0b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735cc200 0.000197
+gallium_dri.so free 0x5571735cc2c0 void 0.000126
+gallium_dri.so free 0x5571735cc200 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc200 0.000129
+gallium_dri.so free 0x5571735cc3c0 void 0.000124
+gallium_dri.so free 0x5571735cc200 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc370 0.000125
+gallium_dri.so free 0x5571735cc400 void 0.000131
+gallium_dri.so free 0x5571735cc370 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc370 0.000130
+gallium_dri.so free 0x5571735cc4c0 void 0.000131
+gallium_dri.so free 0x5571735cc370 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc500 0.000129
+gallium_dri.so free 0x5571735cc580 void 0.000240
+gallium_dri.so free 0x5571735cc500 void 0.000270
+gallium_dri.so malloc 72 0x5571735cc580 0.000160
+gallium_dri.so free 0x5571735cc640 void 0.000161
+gallium_dri.so free 0x5571735cc580 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc580 0.000130
+gallium_dri.so free 0x5571735cc6c0 void 0.000130
+gallium_dri.so free 0x5571735cc580 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc6f0 0.000123
+gallium_dri.so free 0x5571735cc740 void 0.000122
+gallium_dri.so free 0x5571735cc6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc6f0 0.000131
+gallium_dri.so free 0x5571735cc840 void 0.000130
+gallium_dri.so free 0x5571735cc6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc880 0.000187
+gallium_dri.so free 0x5571735cc900 void 0.000202
+gallium_dri.so free 0x5571735cc880 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc900 0.000123
+gallium_dri.so free 0x5571735cc9c0 void 0.000161
+gallium_dri.so free 0x5571735cc900 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc900 0.000124
+gallium_dri.so free 0x5571735cca40 void 0.000119
+gallium_dri.so free 0x5571735cc900 void 0.000124
+gallium_dri.so malloc 72 0x5571735cca70 0.000123
+gallium_dri.so free 0x5571735ccac0 void 0.000120
+gallium_dri.so free 0x5571735cca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cca70 0.000125
+gallium_dri.so free 0x5571735ccbc0 void 0.000131
+gallium_dri.so free 0x5571735cca70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccb70 0.000120
+gallium_dri.so free 0x5571735ccc80 void 0.000121
+gallium_dri.so free 0x5571735ccb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccc30 0.000132
+gallium_dri.so free 0x5571735ccd00 void 0.000130
+gallium_dri.so free 0x5571735ccc30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccc30 0.000119
+gallium_dri.so free 0x5571735ccdc0 void 0.000122
+gallium_dri.so free 0x5571735ccc30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccc30 0.000130
+gallium_dri.so free 0x5571735cce80 void 0.000131
+gallium_dri.so free 0x5571735ccc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cce30 0.000216
+gallium_dri.so free 0x5571735ccf00 void 0.000127
+gallium_dri.so free 0x5571735cce30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccf50 0.000120
+gallium_dri.so free 0x5571735ccfc0 void 0.000125
+gallium_dri.so free 0x5571735ccf50 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccfe0 0.000119
+gallium_dri.so free 0x5571735cd080 void 0.000121
+gallium_dri.so free 0x5571735ccfe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd030 0.000129
+gallium_dri.so free 0x5571735cd100 void 0.000130
+gallium_dri.so free 0x5571735cd030 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd100 0.000130
+gallium_dri.so free 0x5571735cd1c0 void 0.000132
+gallium_dri.so free 0x5571735cd100 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd100 0.000128
+gallium_dri.so free 0x5571735cd240 void 0.000123
+gallium_dri.so free 0x5571735cd100 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd240 0.000125
+gallium_dri.so free 0x5571735cd300 void 0.000130
+gallium_dri.so free 0x5571735cd240 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd240 0.000137
+gallium_dri.so free 0x5571735cd3c0 void 0.000131
+gallium_dri.so free 0x5571735cd240 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd240 0.000122
+gallium_dri.so free 0x5571735cd480 void 0.000126
+gallium_dri.so free 0x5571735cd240 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd430 0.000130
+gallium_dri.so free 0x5571735cd500 void 0.000123
+gallium_dri.so free 0x5571735cd430 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd550 0.000121
+gallium_dri.so free 0x5571735cd5c0 void 0.000126
+gallium_dri.so free 0x5571735cd550 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd600 0.000129
+gallium_dri.so free 0x5571735cd680 void 0.000131
+gallium_dri.so free 0x5571735cd600 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd600 0.000133
+gallium_dri.so free 0x5571735cd700 void 0.000182
+gallium_dri.so free 0x5571735cd600 void 0.000169
+gallium_dri.so malloc 72 0x5571735cd730 0.000130
+gallium_dri.so free 0x5571735cd780 void 0.000129
+gallium_dri.so free 0x5571735cd730 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd730 0.000167
+gallium_dri.so free 0x5571735cd880 void 0.000239
+gallium_dri.so free 0x5571735cd730 void 0.000166
+gallium_dri.so malloc 72 0x5571735cd830 0.000158
+gallium_dri.so free 0x5571735cd940 void 0.000160
+gallium_dri.so free 0x5571735cd830 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000124
+gallium_dri.so free 0x5571735cd980 void 0.000121
+gallium_dri.so free 0x5571735cd8f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000122
+gallium_dri.so free 0x5571735cda40 void 0.000122
+gallium_dri.so free 0x5571735cd8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdab0 0.000128
+gallium_dri.so free 0x5571735cdb00 void 0.000128
+gallium_dri.so free 0x5571735cdab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdab0 0.000121
+gallium_dri.so free 0x5571735cdc00 void 0.000120
+gallium_dri.so free 0x5571735cdab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000130
+gallium_dri.so free 0x5571735cdcc0 void 0.000131
+gallium_dri.so free 0x5571735cdbb0 void 0.000193
+gallium_dri.so malloc 72 0x5571735cdc70 0.000223
+gallium_dri.so free 0x5571735cdd00 void 0.000126
+gallium_dri.so free 0x5571735cdc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdc70 0.000125
+gallium_dri.so free 0x5571735cddc0 void 0.000127
+gallium_dri.so free 0x5571735cdc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cde00 0.000130
+gallium_dri.so free 0x5571735cde80 void 0.000130
+gallium_dri.so free 0x5571735cde00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cde80 0.000131
+gallium_dri.so free 0x5571735cdf40 void 0.000130
+gallium_dri.so free 0x5571735cde80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cde80 0.000120
+gallium_dri.so free 0x5571735ce000 void 0.000120
+gallium_dri.so free 0x5571735cde80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce020 0.000129
+gallium_dri.so free 0x5571735ce0c0 void 0.000131
+gallium_dri.so free 0x5571735ce020 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce070 0.000119
+gallium_dri.so free 0x5571735ce140 void 0.000131
+gallium_dri.so free 0x5571735ce070 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce070 0.000131
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so free 0x5571735ce070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000129
+gallium_dri.so free 0x5571735ce280 void 0.000132
+gallium_dri.so free 0x5571735ce1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000129
+gallium_dri.so free 0x5571735ce340 void 0.000130
+gallium_dri.so free 0x5571735ce1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000128
+gallium_dri.so free 0x5571735ce400 void 0.000123
+gallium_dri.so free 0x5571735ce1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000126
+gallium_dri.so free 0x5571735ce4c0 void 0.000124
+gallium_dri.so free 0x5571735ce3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce470 0.000127
+gallium_dri.so free 0x5571735ce540 void 0.000131
+gallium_dri.so free 0x5571735ce470 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce590 0.000125
+gallium_dri.so free 0x5571735ce600 void 0.000170
+gallium_dri.so free 0x5571735ce590 void 0.000180
+gallium_dri.so malloc 72 0x5571735ce620 0.000233
+gallium_dri.so free 0x5571735ce6c0 void 0.000225
+gallium_dri.so free 0x5571735ce620 void 0.000226
+gallium_dri.so malloc 72 0x5571735ce670 0.000221
+gallium_dri.so free 0x5571735ce740 void 0.000129
+gallium_dri.so free 0x5571735ce670 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce670 0.000127
+gallium_dri.so free 0x5571735ce7c0 void 0.000126
+gallium_dri.so free 0x5571735ce670 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000131
+gallium_dri.so free 0x5571735ce880 void 0.000126
+gallium_dri.so free 0x5571735ce7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000125
+gallium_dri.so free 0x5571735ce980 void 0.000129
+gallium_dri.so free 0x5571735ce7c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce930 0.000129
+gallium_dri.so free 0x5571735ce9c0 void 0.000124
+gallium_dri.so free 0x5571735ce930 void 0.000139
+gallium_dri.so malloc 72 0x5571735ce930 0.000129
+gallium_dri.so free 0x5571735cea80 void 0.000125
+gallium_dri.so free 0x5571735ce930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceac0 0.000127
+gallium_dri.so free 0x5571735ceb40 void 0.000123
+gallium_dri.so free 0x5571735ceac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceb40 0.000120
+gallium_dri.so free 0x5571735cec00 void 0.000125
+gallium_dri.so free 0x5571735ceb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735ceb40 0.000130
+gallium_dri.so free 0x5571735cec80 void 0.000129
+gallium_dri.so free 0x5571735ceb40 void 0.000128
+gallium_dri.so malloc 72 0x5571735cecb0 0.000128
+gallium_dri.so free 0x5571735ced00 void 0.000124
+gallium_dri.so free 0x5571735cecb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cecb0 0.000130
+gallium_dri.so free 0x5571735cee00 void 0.000130
+gallium_dri.so free 0x5571735cecb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cee40 0.000129
+gallium_dri.so free 0x55717358d800 void 0.000125
+gallium_dri.so free 0x5571735cee40 void 0.000124
+gallium_dri.so malloc 72 0x55717358d800 0.000128
+gallium_dri.so free 0x55717358d8c0 void 0.000125
+gallium_dri.so free 0x55717358d800 void 0.000124
+gallium_dri.so malloc 72 0x55717358d800 0.000134
+gallium_dri.so free 0x55717358d940 void 0.000130
+gallium_dri.so free 0x55717358d800 void 0.000129
+gallium_dri.so malloc 72 0x55717358d970 0.000129
+gallium_dri.so free 0x55717358d9c0 void 0.000130
+gallium_dri.so free 0x55717358d970 void 0.000124
+gallium_dri.so malloc 72 0x55717358d970 0.000125
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so free 0x55717358d970 void 0.000124
+gallium_dri.so malloc 72 0x55717358da70 0.000128
+gallium_dri.so free 0x55717358db80 void 0.000128
+gallium_dri.so free 0x55717358da70 void 0.000126
+gallium_dri.so malloc 72 0x55717358db30 0.000125
+gallium_dri.so free 0x55717358dc00 void 0.000129
+gallium_dri.so free 0x55717358db30 void 0.000130
+gallium_dri.so malloc 72 0x55717358db30 0.000123
+gallium_dri.so free 0x55717358dcc0 void 0.000120
+gallium_dri.so free 0x55717358db30 void 0.000123
+gallium_dri.so malloc 72 0x55717358db30 0.000134
+gallium_dri.so free 0x55717358dd80 void 0.000126
+gallium_dri.so free 0x55717358db30 void 0.000125
+gallium_dri.so malloc 72 0x55717358dd30 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000120
+gallium_dri.so free 0x55717358dd30 void 0.000124
+gallium_dri.so malloc 72 0x55717358de50 0.000129
+gallium_dri.so free 0x55717358dec0 void 0.000130
+gallium_dri.so free 0x55717358de50 void 0.000129
+gallium_dri.so malloc 72 0x55717358dee0 0.000130
+gallium_dri.so free 0x55717358df80 void 0.000129
+gallium_dri.so free 0x55717358dee0 void 0.000130
+gallium_dri.so malloc 72 0x55717358df30 0.000181
+gallium_dri.so free 0x55717358e000 void 0.000171
+gallium_dri.so free 0x55717358df30 void 0.000129
+gallium_dri.so malloc 72 0x55717358e000 0.000123
+gallium_dri.so free 0x55717358e0c0 void 0.000122
+gallium_dri.so free 0x55717358e000 void 0.000125
+gallium_dri.so malloc 72 0x55717358e000 0.000130
+gallium_dri.so free 0x55717358e140 void 0.000130
+gallium_dri.so free 0x55717358e000 void 0.000130
+gallium_dri.so malloc 72 0x55717358e140 0.000140
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so free 0x55717358e140 void 0.000128
+gallium_dri.so malloc 72 0x55717358e140 0.000125
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000125
+gallium_dri.so malloc 72 0x55717358e140 0.000124
+gallium_dri.so free 0x55717358e380 void 0.000125
+gallium_dri.so free 0x55717358e140 void 0.000129
+gallium_dri.so malloc 72 0x55717358e330 0.000123
+gallium_dri.so free 0x55717358e400 void 0.000125
+gallium_dri.so free 0x55717358e330 void 0.000123
+gallium_dri.so malloc 72 0x55717358e450 0.000126
+gallium_dri.so free 0x55717358e4c0 void 0.000124
+gallium_dri.so free 0x55717358e450 void 0.000124
+gallium_dri.so malloc 72 0x55717358e500 0.000128
+gallium_dri.so free 0x55717358e580 void 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so malloc 72 0x55717358e500 0.000126
+gallium_dri.so free 0x55717358e600 void 0.000129
+gallium_dri.so free 0x55717358e500 void 0.000128
+gallium_dri.so malloc 72 0x55717358e630 0.000207
+gallium_dri.so free 0x55717358e680 void 0.000210
+gallium_dri.so free 0x55717358e630 void 0.000129
+gallium_dri.so malloc 72 0x55717358e630 0.000125
+gallium_dri.so free 0x55717358e780 void 0.000127
+gallium_dri.so free 0x55717358e630 void 0.000123
+gallium_dri.so malloc 72 0x55717358e730 0.000127
+gallium_dri.so free 0x5571735ceef0 void 0.000130
+gallium_dri.so free 0x55717358e840 void 0.000123
+gallium_dri.so free 0x55717358e730 void 0.000121
+gallium_dri.so malloc 72 0x55717358e7f0 0.000121
+gallium_dri.so free 0x55717358e880 void 0.000121
+gallium_dri.so free 0x55717358e7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e7f0 0.000121
+gallium_dri.so free 0x55717358e940 void 0.000121
+gallium_dri.so free 0x55717358e7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e9b0 0.000120
+gallium_dri.so free 0x55717358ea00 void 0.000120
+gallium_dri.so free 0x55717358e9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e9b0 0.000122
+gallium_dri.so free 0x55717358eb00 void 0.000120
+gallium_dri.so free 0x55717358e9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eab0 0.000120
+gallium_dri.so free 0x55717358ebc0 void 0.000120
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eb70 0.000122
+gallium_dri.so free 0x55717358ec00 void 0.000122
+gallium_dri.so free 0x55717358eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb70 0.000121
+gallium_dri.so free 0x55717358ecc0 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed00 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so free 0x55717358ed00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed80 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000120
+gallium_dri.so free 0x55717358ed80 void 0.000121
+gallium_dri.so malloc 72 0x55717358ed80 0.000122
+gallium_dri.so free 0x55717358ef00 void 0.000121
+gallium_dri.so free 0x55717358ed80 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef20 0.000120
+gallium_dri.so free 0x55717358efc0 void 0.000119
+gallium_dri.so free 0x55717358ef20 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef70 0.000121
+gallium_dri.so free 0x55717358f040 void 0.000123
+gallium_dri.so free 0x55717358ef70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef70 0.000122
+gallium_dri.so free 0x55717358f0c0 void 0.000121
+gallium_dri.so free 0x55717358ef70 void 0.000122
+gallium_dri.so malloc 72 0x55717358f0c0 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000119
+gallium_dri.so free 0x55717358f0c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f0c0 0.000121
+gallium_dri.so free 0x55717358f240 void 0.000121
+gallium_dri.so free 0x55717358f0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f0c0 0.000121
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so free 0x55717358f0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f2b0 0.000120
+gallium_dri.so free 0x55717358f3c0 void 0.000119
+gallium_dri.so free 0x55717358f2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f370 0.000126
+gallium_dri.so free 0x55717358f440 void 0.000116
+gallium_dri.so free 0x55717358f370 void 0.000115
+gallium_dri.so malloc 72 0x55717358f490 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f490 void 0.000114
+gallium_dri.so malloc 72 0x55717358f520 0.000116
+gallium_dri.so free 0x55717358f5c0 void 0.000113
+gallium_dri.so free 0x55717358f520 void 0.000114
+gallium_dri.so malloc 72 0x55717358f570 0.000115
+gallium_dri.so free 0x55717358f640 void 0.000114
+gallium_dri.so free 0x55717358f570 void 0.000114
+gallium_dri.so malloc 72 0x55717358f570 0.000115
+gallium_dri.so free 0x55717358f6c0 void 0.000113
+gallium_dri.so free 0x55717358f570 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6c0 0.000114
+gallium_dri.so free 0x55717358f780 void 0.000125
+gallium_dri.so free 0x55717358f6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6c0 0.000115
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f830 0.000114
+gallium_dri.so free 0x55717358f8c0 void 0.000112
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f830 0.000114
+gallium_dri.so free 0x55717358f980 void 0.000113
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9c0 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000112
+gallium_dri.so free 0x55717358f9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa40 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa40 0.000113
+gallium_dri.so free 0x55717358fb80 void 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbb0 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000114
+gallium_dri.so free 0x55717358fbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fbb0 0.000115
+gallium_dri.so free 0x55717358fd00 void 0.000115
+gallium_dri.so free 0x55717358fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd40 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fd40 void 0.000118
+gallium_dri.so malloc 72 0x55717358fdc0 0.000116
+gallium_dri.so free 0x55717358fe80 void 0.000116
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fdc0 0.000115
+gallium_dri.so free 0x55717358ff00 void 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x55717358ff80 void 0.000114
+gallium_dri.so free 0x55717358ff30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so free 0x55717358ff30 void 0.000117
+gallium_dri.so malloc 72 0x557173590030 0.000114
+gallium_dri.so free 0x557173590140 void 0.000114
+gallium_dri.so free 0x557173590030 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x5571735900f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000115
+gallium_dri.so free 0x557173590280 void 0.000115
+gallium_dri.so free 0x5571735900f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x557173590340 void 0.000114
+gallium_dri.so free 0x5571735900f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735902f0 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x5571735902f0 void 0.000127
+gallium_dri.so malloc 72 0x557173590410 0.000120
+gallium_dri.so free 0x557173590480 void 0.000117
+gallium_dri.so free 0x557173590410 void 0.000114
+gallium_dri.so malloc 72 0x5571735904a0 0.000114
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x5571735904a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735904f0 0.000115
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735905c0 0.000115
+gallium_dri.so free 0x557173590680 void 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735905c0 0.000115
+gallium_dri.so free 0x557173590700 void 0.000116
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so malloc 72 0x557173590700 0.000114
+gallium_dri.so free 0x5571735907c0 void 0.000115
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so malloc 72 0x557173590700 0.000114
+gallium_dri.so free 0x557173590880 void 0.000116
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so malloc 72 0x557173590700 0.000115
+gallium_dri.so free 0x557173590940 void 0.000115
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so malloc 72 0x5571735908f0 0.000114
+gallium_dri.so free 0x5571735909c0 void 0.000114
+gallium_dri.so free 0x5571735908f0 void 0.000128
+gallium_dri.so malloc 72 0x557173590a10 0.000116
+gallium_dri.so free 0x557173590a80 void 0.000117
+gallium_dri.so free 0x557173590a10 void 0.000114
+gallium_dri.so malloc 72 0x557173590ac0 0.000114
+gallium_dri.so free 0x557173590b40 void 0.000113
+gallium_dri.so free 0x557173590ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173590ac0 0.000112
+gallium_dri.so free 0x557173590bc0 void 0.000114
+gallium_dri.so free 0x557173590ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173590bf0 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000112
+gallium_dri.so free 0x557173590bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173590bf0 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000115
+gallium_dri.so free 0x557173590e00 void 0.000115
+gallium_dri.so free 0x557173590cf0 void 0.000116
+gallium_dri.so malloc 72 0x557173590db0 0.000115
+gallium_dri.so free 0x557173590e40 void 0.000115
+gallium_dri.so free 0x557173590db0 void 0.000115
+gallium_dri.so malloc 72 0x557173590db0 0.000116
+gallium_dri.so free 0x557173590f00 void 0.000116
+gallium_dri.so free 0x557173590db0 void 0.000116
+gallium_dri.so malloc 72 0x557173590f70 0.000115
+gallium_dri.so free 0x557173590fc0 void 0.000115
+gallium_dri.so free 0x557173590f70 void 0.000114
+gallium_dri.so malloc 72 0x557173590f70 0.000124
+gallium_dri.so free 0x5571735910c0 void 0.000121
+gallium_dri.so free 0x557173590f70 void 0.000121
+gallium_dri.so malloc 72 0x557173591070 0.000123
+gallium_dri.so free 0x557173591180 void 0.000121
+gallium_dri.so free 0x557173591070 void 0.000120
+gallium_dri.so malloc 72 0x557173591130 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x557173591130 void 0.000121
+gallium_dri.so malloc 72 0x557173591130 0.000120
+gallium_dri.so free 0x557173591280 void 0.000121
+gallium_dri.so free 0x557173591130 void 0.000119
+gallium_dri.so malloc 72 0x5571735912c0 0.000121
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so free 0x5571735912c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591340 0.000120
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so free 0x557173591340 void 0.000120
+gallium_dri.so malloc 72 0x557173591340 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000121
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so malloc 72 0x5571735914e0 0.000121
+gallium_dri.so free 0x557173591580 void 0.000121
+gallium_dri.so free 0x5571735914e0 void 0.000122
+gallium_dri.so malloc 72 0x557173591530 0.000121
+gallium_dri.so free 0x557173591600 void 0.000128
+gallium_dri.so free 0x557173591530 void 0.000114
+gallium_dri.so malloc 72 0x557173591530 0.000112
+gallium_dri.so free 0x557173591680 void 0.000112
+gallium_dri.so free 0x557173591530 void 0.000113
+gallium_dri.so malloc 72 0x557173591680 0.000113
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so free 0x557173591680 void 0.000113
+gallium_dri.so malloc 72 0x557173591680 0.000112
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x557173591680 void 0.000113
+gallium_dri.so malloc 72 0x557173591680 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000115
+gallium_dri.so free 0x557173591680 void 0.000113
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591980 void 0.000114
+gallium_dri.so free 0x557173591870 void 0.000112
+gallium_dri.so malloc 72 0x557173591930 0.000112
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x557173591930 void 0.000113
+gallium_dri.so malloc 72 0x557173591a50 0.000114
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so free 0x557173591a50 void 0.000112
+gallium_dri.so malloc 72 0x557173591ae0 0.000113
+gallium_dri.so free 0x557173591b80 void 0.000114
+gallium_dri.so free 0x557173591ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173591b30 0.000112
+gallium_dri.so free 0x557173591c00 void 0.000116
+gallium_dri.so free 0x557173591b30 void 0.000129
+gallium_dri.so malloc 72 0x557173591b30 0.000122
+gallium_dri.so free 0x557173591c80 void 0.000118
+gallium_dri.so free 0x557173591b30 void 0.000120
+gallium_dri.so malloc 72 0x557173591c80 0.000121
+gallium_dri.so free 0x557173591d40 void 0.000121
+gallium_dri.so free 0x557173591c80 void 0.000121
+gallium_dri.so malloc 72 0x557173591c80 0.000120
+gallium_dri.so free 0x557173591e40 void 0.000118
+gallium_dri.so free 0x557173591c80 void 0.000120
+gallium_dri.so malloc 72 0x557173591df0 0.000118
+gallium_dri.so free 0x557173591e80 void 0.000122
+gallium_dri.so free 0x557173591df0 void 0.000121
+gallium_dri.so malloc 72 0x557173591df0 0.000119
+gallium_dri.so free 0x5571735cef80 void 0.000122
+gallium_dri.so free 0x557173591df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cef30 0.000118
+gallium_dri.so free 0x5571735cf000 void 0.000121
+gallium_dri.so free 0x5571735cef30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf050 0.000120
+gallium_dri.so free 0x5571735cf0c0 void 0.000119
+gallium_dri.so free 0x5571735cf050 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf0e0 0.000119
+gallium_dri.so free 0x557173591f40 void 0.000121
+gallium_dri.so free 0x5571735cf0e0 void 0.000121
+gallium_dri.so malloc 72 0x557173591f70 0.000117
+gallium_dri.so free 0x5571735cf180 void 0.000127
+gallium_dri.so free 0x557173591f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf130 0.000120
+gallium_dri.so free 0x5571735cf180 void 0.000119
+gallium_dri.so free 0x5571735cf130 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf130 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000120
+gallium_dri.so free 0x5571735cf130 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf230 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so free 0x5571735cf230 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x5571735cf380 void 0.000120
+gallium_dri.so free 0x5571735cf2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x5571735cf440 void 0.000121
+gallium_dri.so free 0x5571735cf2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf480 0.000120
+gallium_dri.so free 0x5571735cf500 void 0.000120
+gallium_dri.so free 0x5571735cf480 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf500 0.000122
+gallium_dri.so free 0x5571735cf5c0 void 0.000120
+gallium_dri.so free 0x5571735cf500 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf500 0.000119
+gallium_dri.so free 0x5571735cf680 void 0.000120
+gallium_dri.so free 0x5571735cf500 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf6a0 0.000114
+gallium_dri.so free 0x5571735cf740 void 0.000114
+gallium_dri.so free 0x5571735cf6a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000113
+gallium_dri.so free 0x5571735cf7c0 void 0.000113
+gallium_dri.so free 0x5571735cf6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000113
+gallium_dri.so free 0x5571735cf840 void 0.000113
+gallium_dri.so free 0x5571735cf6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf840 0.000112
+gallium_dri.so free 0x5571735cf900 void 0.000113
+gallium_dri.so free 0x5571735cf840 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf840 0.000113
+gallium_dri.so free 0x5571735cf9c0 void 0.000159
+gallium_dri.so free 0x5571735cf840 void 0.000187
+gallium_dri.so malloc 72 0x5571735cf840 0.000193
+gallium_dri.so free 0x5571735cfa80 void 0.000153
+gallium_dri.so free 0x5571735cf840 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfa30 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000114
+gallium_dri.so free 0x5571735cfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000112
+gallium_dri.so free 0x5571735cfbc0 void 0.000110
+gallium_dri.so free 0x5571735cfaf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cfc10 0.000110
+gallium_dri.so free 0x5571735cfc80 void 0.000124
+gallium_dri.so free 0x5571735cfc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfca0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so free 0x5571735cfca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000115
+gallium_dri.so free 0x5571735cfdc0 void 0.000115
+gallium_dri.so free 0x5571735cfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000115
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so free 0x5571735cfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735cff00 void 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000116
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cffb0 0.000115
+gallium_dri.so free 0x5571735d0040 void 0.000116
+gallium_dri.so free 0x5571735cffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cffb0 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000116
+gallium_dri.so free 0x5571735cffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0140 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01c0 0.000115
+gallium_dri.so free 0x5571735d0280 void 0.000168
+gallium_dri.so free 0x5571735d01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01c0 0.000121
+gallium_dri.so free 0x5571735d0300 void 0.000119
+gallium_dri.so free 0x5571735d01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0330 0.000119
+gallium_dri.so free 0x5571735d0380 void 0.000118
+gallium_dri.so free 0x5571735d0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0330 0.000118
+gallium_dri.so free 0x5571735d0480 void 0.000118
+gallium_dri.so free 0x5571735d0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d04c0 0.000119
+gallium_dri.so free 0x5571735d0540 void 0.000118
+gallium_dri.so free 0x5571735d04c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0540 0.000118
+gallium_dri.so free 0x5571735d0600 void 0.000118
+gallium_dri.so free 0x5571735d0540 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0540 0.000117
+gallium_dri.so free 0x5571735d0680 void 0.000119
+gallium_dri.so free 0x5571735d0540 void 0.000118
+gallium_dri.so malloc 72 0x5571735d06b0 0.000117
+gallium_dri.so free 0x5571735d0700 void 0.000119
+gallium_dri.so free 0x5571735d06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d06b0 0.000119
+gallium_dri.so free 0x5571735d0800 void 0.000119
+gallium_dri.so free 0x5571735d06b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d07b0 0.000125
+gallium_dri.so free 0x5571735d08c0 void 0.000117
+gallium_dri.so free 0x5571735d07b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0870 0.000110
+gallium_dri.so free 0x5571735d0940 void 0.000109
+gallium_dri.so free 0x5571735d0870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0870 0.000111
+gallium_dri.so free 0x5571735d0a00 void 0.000109
+gallium_dri.so free 0x5571735d0870 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0870 0.000110
+gallium_dri.so free 0x5571735d0ac0 void 0.000112
+gallium_dri.so free 0x5571735d0870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0a70 0.000113
+gallium_dri.so free 0x5571735d0b40 void 0.000110
+gallium_dri.so free 0x5571735d0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b90 0.000109
+gallium_dri.so free 0x5571735d0c00 void 0.000110
+gallium_dri.so free 0x5571735d0b90 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0c20 0.000109
+gallium_dri.so free 0x5571735d0cc0 void 0.000110
+gallium_dri.so free 0x5571735d0c20 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0c70 0.000111
+gallium_dri.so free 0x5571735d0d40 void 0.000110
+gallium_dri.so free 0x5571735d0c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0d40 0.000111
+gallium_dri.so free 0x5571735d0e00 void 0.000110
+gallium_dri.so free 0x5571735d0d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0d40 0.000109
+gallium_dri.so free 0x5571735d0e80 void 0.000109
+gallium_dri.so free 0x5571735d0d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0e80 0.000117
+gallium_dri.so free 0x5571735d0f40 void 0.000115
+gallium_dri.so free 0x5571735d0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e80 0.000113
+gallium_dri.so free 0x5571735d1000 void 0.000119
+gallium_dri.so free 0x5571735d0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0e80 0.000113
+gallium_dri.so free 0x5571735d10c0 void 0.000114
+gallium_dri.so free 0x5571735d0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1070 0.000114
+gallium_dri.so free 0x5571735d1140 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1190 0.000115
+gallium_dri.so free 0x5571735d1200 void 0.000120
+gallium_dri.so free 0x5571735d1190 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1240 0.000116
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1240 0.000115
+gallium_dri.so free 0x5571735d1340 void 0.000116
+gallium_dri.so free 0x5571735d1240 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1370 0.000114
+gallium_dri.so free 0x5571735d13c0 void 0.000115
+gallium_dri.so free 0x5571735d1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1370 0.000115
+gallium_dri.so free 0x5571735d14c0 void 0.000115
+gallium_dri.so free 0x5571735d1370 void 0.000167
+gallium_dri.so malloc 72 0x5571735d1470 0.000122
+gallium_dri.so free 0x5571735d1580 void 0.000120
+gallium_dri.so free 0x5571735d1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1530 0.000118
+gallium_dri.so free 0x5571735d15c0 void 0.000118
+gallium_dri.so free 0x5571735d1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1530 0.000117
+gallium_dri.so free 0x5571735d1680 void 0.000118
+gallium_dri.so free 0x5571735d1530 void 0.000119
+gallium_dri.so malloc 72 0x5571735d16f0 0.000118
+gallium_dri.so free 0x5571735d1740 void 0.000118
+gallium_dri.so free 0x5571735d16f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d16f0 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so free 0x5571735d16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17f0 0.000117
+gallium_dri.so free 0x5571735d1900 void 0.000118
+gallium_dri.so free 0x5571735d17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d18b0 0.000118
+gallium_dri.so free 0x5571735d1940 void 0.000119
+gallium_dri.so free 0x5571735d18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d18b0 0.000119
+gallium_dri.so free 0x5571735d1a00 void 0.000119
+gallium_dri.so free 0x5571735d18b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1a40 0.000118
+gallium_dri.so free 0x5571735d1ac0 void 0.000125
+gallium_dri.so free 0x5571735d1a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1ac0 0.000109
+gallium_dri.so free 0x5571735d1b80 void 0.000110
+gallium_dri.so free 0x5571735d1ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d1ac0 0.000109
+gallium_dri.so free 0x5571735d1c40 void 0.000111
+gallium_dri.so free 0x5571735d1ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1c60 0.000110
+gallium_dri.so free 0x5571735d1d00 void 0.000111
+gallium_dri.so free 0x5571735d1c60 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000109
+gallium_dri.so free 0x5571735d1d80 void 0.000110
+gallium_dri.so free 0x5571735d1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000110
+gallium_dri.so free 0x5571735d1e00 void 0.000110
+gallium_dri.so free 0x5571735d1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1e00 0.000110
+gallium_dri.so free 0x5571735d1ec0 void 0.000114
+gallium_dri.so free 0x5571735d1e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1e00 0.000109
+gallium_dri.so free 0x5571735d1f80 void 0.000111
+gallium_dri.so free 0x5571735d1e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e00 0.000111
+gallium_dri.so free 0x5571735d2040 void 0.000110
+gallium_dri.so free 0x5571735d1e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1ff0 0.000110
+gallium_dri.so free 0x5571735d2100 void 0.000110
+gallium_dri.so free 0x5571735d1ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d20b0 0.000116
+gallium_dri.so free 0x5571735d2180 void 0.000115
+gallium_dri.so free 0x5571735d20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21d0 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000116
+gallium_dri.so free 0x5571735d21d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2260 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22b0 0.000114
+gallium_dri.so free 0x5571735d2380 void 0.000113
+gallium_dri.so free 0x5571735d22b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d22b0 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000115
+gallium_dri.so free 0x5571735d22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2400 0.000113
+gallium_dri.so free 0x5571735d24c0 void 0.000116
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2400 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000116
+gallium_dri.so free 0x5571735d2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2570 0.000114
+gallium_dri.so free 0x5571735d2600 void 0.000115
+gallium_dri.so free 0x5571735d2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2570 0.000115
+gallium_dri.so free 0x5571735d26c0 void 0.000115
+gallium_dri.so free 0x5571735d2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2700 0.000119
+gallium_dri.so free 0x5571735d2780 void 0.000120
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2780 0.000118
+gallium_dri.so free 0x5571735d2840 void 0.000116
+gallium_dri.so free 0x5571735d2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2780 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000116
+gallium_dri.so free 0x5571735d2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d28f0 0.000123
+gallium_dri.so free 0x5571735d2940 void 0.000124
+gallium_dri.so free 0x5571735d28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28f0 0.000113
+gallium_dri.so free 0x5571735d2a40 void 0.000120
+gallium_dri.so free 0x5571735d28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2a80 0.000121
+gallium_dri.so free 0x5571735d2b00 void 0.000117
+gallium_dri.so free 0x5571735d2a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b00 0.000124
+gallium_dri.so free 0x5571735d2bc0 void 0.000124
+gallium_dri.so free 0x5571735d2b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b00 0.000115
+gallium_dri.so free 0x5571735d2c40 void 0.000118
+gallium_dri.so free 0x5571735d2b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2c70 0.000125
+gallium_dri.so free 0x5571735d2cc0 void 0.000118
+gallium_dri.so free 0x5571735d2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2d70 0.000125
+gallium_dri.so free 0x5571735d2e80 void 0.000123
+gallium_dri.so free 0x5571735d2d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2e30 0.000123
+gallium_dri.so free 0x5571735d2f00 void 0.000119
+gallium_dri.so free 0x5571735d2e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2e30 0.000123
+gallium_dri.so free 0x5571735d2fc0 void 0.000128
+gallium_dri.so free 0x5571735d2e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2e30 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3030 0.000130
+gallium_dri.so free 0x5571735d3100 void 0.000129
+gallium_dri.so free 0x5571735d3030 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3150 0.000125
+gallium_dri.so free 0x5571735d31c0 void 0.000140
+gallium_dri.so free 0x5571735d3150 void 0.000130
+gallium_dri.so malloc 72 0x5571735d31e0 0.000128
+gallium_dri.so free 0x5571735d3280 void 0.000124
+gallium_dri.so free 0x5571735d31e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3230 0.000130
+gallium_dri.so free 0x5571735d3300 void 0.000130
+gallium_dri.so free 0x5571735d3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3300 0.000126
+gallium_dri.so free 0x5571735d33c0 void 0.000120
+gallium_dri.so free 0x5571735d3300 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3300 0.000130
+gallium_dri.so free 0x5571735d3440 void 0.000125
+gallium_dri.so free 0x5571735d3300 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3440 0.000130
+gallium_dri.so free 0x5571735d3500 void 0.000124
+gallium_dri.so free 0x5571735d3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3440 0.000129
+gallium_dri.so free 0x5571735d35c0 void 0.000130
+gallium_dri.so free 0x5571735d3440 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3440 0.000129
+gallium_dri.so free 0x5571735d3680 void 0.000132
+gallium_dri.so free 0x5571735d3440 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3630 0.000128
+gallium_dri.so free 0x5571735d3700 void 0.000130
+gallium_dri.so free 0x5571735d3630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3750 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000119
+gallium_dri.so free 0x5571735d3750 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3800 0.000129
+gallium_dri.so free 0x5571735d3880 void 0.000129
+gallium_dri.so free 0x5571735d3800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3800 0.000124
+gallium_dri.so free 0x5571735d3900 void 0.000121
+gallium_dri.so free 0x5571735d3800 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3930 0.000123
+gallium_dri.so free 0x5571735d3980 void 0.000120
+gallium_dri.so free 0x5571735d3930 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3930 0.000130
+gallium_dri.so free 0x5571735d3a80 void 0.000129
+gallium_dri.so free 0x5571735d3930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3a30 0.000129
+gallium_dri.so free 0x5571735d3b40 void 0.000140
+gallium_dri.so free 0x5571735d3a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3af0 0.000120
+gallium_dri.so free 0x5571735d3b80 void 0.000122
+gallium_dri.so free 0x5571735d3af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3af0 0.000120
+gallium_dri.so free 0x5571735d3c40 void 0.000121
+gallium_dri.so free 0x5571735d3af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000120
+gallium_dri.so free 0x5571735d3d00 void 0.000121
+gallium_dri.so free 0x5571735d3cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so free 0x5571735d3cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3db0 0.000122
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x5571735d3db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3e70 0.000122
+gallium_dri.so free 0x5571735d3f00 void 0.000122
+gallium_dri.so free 0x5571735d3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3e70 0.000122
+gallium_dri.so free 0x5571735d3fc0 void 0.000121
+gallium_dri.so free 0x5571735d3e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4000 0.000122
+gallium_dri.so free 0x5571735d4080 void 0.000121
+gallium_dri.so free 0x5571735d4000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4080 0.000122
+gallium_dri.so free 0x5571735d4140 void 0.000128
+gallium_dri.so free 0x5571735d4080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4080 0.000123
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d4080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4220 0.000129
+gallium_dri.so free 0x5571735d42c0 void 0.000130
+gallium_dri.so free 0x5571735d4220 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4270 0.000126
+gallium_dri.so free 0x5571735d4340 void 0.000130
+gallium_dri.so free 0x5571735d4270 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4270 0.000128
+gallium_dri.so free 0x5571735d43c0 void 0.000124
+gallium_dri.so free 0x5571735d4270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43c0 0.000118
+gallium_dri.so free 0x5571735d4480 void 0.000120
+gallium_dri.so free 0x5571735d43c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d43c0 0.000125
+gallium_dri.so free 0x5571735d4540 void 0.000128
+gallium_dri.so free 0x5571735d43c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d43c0 0.000130
+gallium_dri.so free 0x5571735d4600 void 0.000124
+gallium_dri.so free 0x5571735d43c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d45b0 0.000143
+gallium_dri.so free 0x5571735d46c0 void 0.000131
+gallium_dri.so free 0x5571735d45b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4670 0.000129
+gallium_dri.so free 0x5571735d4740 void 0.000124
+gallium_dri.so free 0x5571735d4670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4790 0.000119
+gallium_dri.so free 0x5571735d4800 void 0.000124
+gallium_dri.so free 0x5571735d4790 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4820 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000125
+gallium_dri.so free 0x5571735d4820 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4870 0.000130
+gallium_dri.so free 0x5571735d4940 void 0.000131
+gallium_dri.so free 0x5571735d4870 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4870 0.000131
+gallium_dri.so free 0x5571735d49c0 void 0.000125
+gallium_dri.so free 0x5571735d4870 void 0.000124
+gallium_dri.so malloc 72 0x5571735d49c0 0.000130
+gallium_dri.so free 0x5571735d4a80 void 0.000130
+gallium_dri.so free 0x5571735d49c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d49c0 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000125
+gallium_dri.so free 0x5571735d49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4b30 0.000129
+gallium_dri.so free 0x5571735d4bc0 void 0.000139
+gallium_dri.so free 0x5571735d4b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4b30 0.000122
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so free 0x5571735d4b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000123
+gallium_dri.so free 0x5571735d4d40 void 0.000123
+gallium_dri.so free 0x5571735d4cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4d40 0.000119
+gallium_dri.so free 0x5571735d4e00 void 0.000119
+gallium_dri.so free 0x5571735d4d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4d40 0.000118
+gallium_dri.so free 0x5571735d4e80 void 0.000114
+gallium_dri.so free 0x5571735d4d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000116
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d5000 void 0.000119
+gallium_dri.so free 0x5571735d4eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5040 0.000129
+gallium_dri.so free 0x5571735d50c0 void 0.000124
+gallium_dri.so free 0x5571735d5040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d50c0 0.000122
+gallium_dri.so free 0x5571735d5180 void 0.000117
+gallium_dri.so free 0x5571735d50c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d50c0 0.000124
+gallium_dri.so free 0x5571735d5200 void 0.000124
+gallium_dri.so free 0x5571735d50c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5230 0.000119
+gallium_dri.so free 0x5571735d5280 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5330 0.000112
+gallium_dri.so free 0x5571735d5440 void 0.000113
+gallium_dri.so free 0x5571735d5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d53f0 0.000113
+gallium_dri.so free 0x5571735d54c0 void 0.000115
+gallium_dri.so free 0x5571735d53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d53f0 0.000115
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x5571735d53f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d53f0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d53f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d55f0 0.000113
+gallium_dri.so free 0x5571735d56c0 void 0.000114
+gallium_dri.so free 0x5571735d55f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5710 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000113
+gallium_dri.so free 0x5571735d5710 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57a0 0.000200
+gallium_dri.so free 0x5571735d5840 void 0.000119
+gallium_dri.so free 0x5571735d57a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d57f0 0.000116
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d57f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d58c0 0.000114
+gallium_dri.so free 0x5571735d5980 void 0.000114
+gallium_dri.so free 0x5571735d58c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d58c0 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so free 0x5571735d58c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a00 0.000115
+gallium_dri.so free 0x5571735d5ac0 void 0.000114
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a00 0.000113
+gallium_dri.so free 0x5571735d5b80 void 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5a00 0.000113
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000113
+gallium_dri.so free 0x5571735d5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d10 0.000114
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5d10 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000126
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so free 0x5571735d5dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000114
+gallium_dri.so free 0x5571735d5ec0 void 0.000115
+gallium_dri.so free 0x5571735d5dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000113
+gallium_dri.so free 0x5571735d5ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000114
+gallium_dri.so free 0x5571735d6040 void 0.000113
+gallium_dri.so free 0x5571735d5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000113
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d5ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60b0 0.000112
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x5571735d60b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d60b0 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000114
+gallium_dri.so free 0x5571735d60b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000113
+gallium_dri.so free 0x5571735d6270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000114
+gallium_dri.so free 0x5571735d6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6370 0.000126
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6370 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6430 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000115
+gallium_dri.so free 0x5571735d6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6430 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000114
+gallium_dri.so free 0x5571735d6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65c0 0.000113
+gallium_dri.so free 0x5571735d6640 void 0.000113
+gallium_dri.so free 0x5571735d65c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6640 0.000113
+gallium_dri.so free 0x5571735d6700 void 0.000115
+gallium_dri.so free 0x5571735d6640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6640 0.000112
+gallium_dri.so free 0x5571735d67c0 void 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67e0 0.000115
+gallium_dri.so free 0x5571735d6880 void 0.000113
+gallium_dri.so free 0x5571735d67e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6830 0.000114
+gallium_dri.so free 0x5571735d6900 void 0.000113
+gallium_dri.so free 0x5571735d6830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6830 0.000112
+gallium_dri.so free 0x5571735d6980 void 0.000113
+gallium_dri.so free 0x5571735d6830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6980 0.000113
+gallium_dri.so free 0x5571735d6a40 void 0.000181
+gallium_dri.so free 0x5571735d6980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6980 0.000112
+gallium_dri.so free 0x5571735d6b00 void 0.000115
+gallium_dri.so free 0x5571735d6980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6980 0.000113
+gallium_dri.so free 0x5571735d6bc0 void 0.000117
+gallium_dri.so free 0x5571735d6980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b70 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735d6b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6b70 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so free 0x5571735d6b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac50 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000126
+gallium_dri.so free 0x5571735dac50 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad00 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad00 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae30 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000114
+gallium_dri.so free 0x5571735dae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae30 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735dae30 void 0.000112
+gallium_dri.so malloc 72 0x5571735daf30 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so free 0x5571735daf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db080 void 0.000113
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daff0 0.000113
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so free 0x5571735daff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db1b0 0.000113
+gallium_dri.so free 0x5571735db300 void 0.000113
+gallium_dri.so free 0x5571735db1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db2b0 0.000112
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db500 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000111
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db720 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so free 0x5571735db720 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000118
+gallium_dri.so malloc 72 0x5571735db770 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000166
+gallium_dri.so malloc 72 0x5571735db8c0 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8c0 0.000119
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8c0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbab0 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dbab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc90 0.000112
+gallium_dri.so free 0x5571735dbd00 void 0.000113
+gallium_dri.so free 0x5571735dbc90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd20 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000114
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735dbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbec0 0.000116
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000113
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000113
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc030 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so free 0x5571735dc030 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc240 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000113
+gallium_dri.so free 0x5571735dc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000112
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc540 0.000127
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc730 0.000112
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc730 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc830 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000117
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so free 0x5571735dc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000112
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000112
+gallium_dri.so free 0x5571735dcbc0 void 0.000123
+gallium_dri.so free 0x5571735dcaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc10 0.000113
+gallium_dri.so free 0x5571735dcc80 void 0.000113
+gallium_dri.so free 0x5571735dcc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcca0 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000113
+gallium_dri.so free 0x5571735dcca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dccf0 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000125
+gallium_dri.so free 0x5571735dce80 void 0.000123
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf00 0.000120
+gallium_dri.so free 0x5571735dcfc0 void 0.000122
+gallium_dri.so free 0x5571735dcf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf00 0.000117
+gallium_dri.so free 0x5571735dd080 void 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf00 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000131
+gallium_dri.so free 0x5571735dd1c0 void 0.000119
+gallium_dri.so free 0x5571735dd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd210 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd210 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000117
+gallium_dri.so free 0x5571735dd340 void 0.000119
+gallium_dri.so free 0x5571735dd2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000120
+gallium_dri.so free 0x5571735dd2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000120
+gallium_dri.so free 0x5571735dd440 void 0.000117
+gallium_dri.so free 0x5571735dd3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd540 void 0.000121
+gallium_dri.so free 0x5571735dd3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000117
+gallium_dri.so free 0x5571735dd4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000117
+gallium_dri.so free 0x5571735dd640 void 0.000120
+gallium_dri.so free 0x5571735dd5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000117
+gallium_dri.so free 0x5571735dd5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd770 0.000120
+gallium_dri.so free 0x5571735dd7c0 void 0.000118
+gallium_dri.so free 0x5571735dd770 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd770 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000120
+gallium_dri.so free 0x5571735dd770 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd870 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735dd9c0 void 0.000120
+gallium_dri.so free 0x5571735dd930 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735dda80 void 0.000120
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddac0 0.000120
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb40 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb40 0.000121
+gallium_dri.so free 0x5571735ddcc0 void 0.000117
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddce0 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddce0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddd30 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000128
+gallium_dri.so free 0x5571735ddd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddd30 0.000122
+gallium_dri.so free 0x5571735dde80 void 0.000116
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde80 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so free 0x5571735dde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde80 0.000120
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735dde80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde80 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735dde80 void 0.000117
+gallium_dri.so malloc 72 0x5571735de070 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de070 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de250 0.000116
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de250 void 0.000117
+gallium_dri.so malloc 72 0x5571735de2e0 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000139
+gallium_dri.so free 0x5571735de2e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de330 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000119
+gallium_dri.so free 0x5571735de330 void 0.000118
+gallium_dri.so malloc 72 0x5571735de330 0.000120
+gallium_dri.so free 0x5571735de480 void 0.000117
+gallium_dri.so free 0x5571735de330 void 0.000119
+gallium_dri.so malloc 72 0x5571735de480 0.000120
+gallium_dri.so free 0x5571735de540 void 0.000118
+gallium_dri.so free 0x5571735de480 void 0.000116
+gallium_dri.so malloc 72 0x5571735de480 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000121
+gallium_dri.so free 0x5571735de480 void 0.000121
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000120
+gallium_dri.so free 0x5571735de5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000152
+gallium_dri.so free 0x5571735de5f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735de780 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so malloc 72 0x5571735de800 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000112
+gallium_dri.so malloc 72 0x5571735de800 0.000128
+gallium_dri.so free 0x5571735de940 void 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000114
+gallium_dri.so free 0x5571735de9c0 void 0.000112
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de970 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb00 0.000112
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb80 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb80 0.000113
+gallium_dri.so free 0x5571735decc0 void 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735decf0 0.000113
+gallium_dri.so free 0x5571735ded40 void 0.000113
+gallium_dri.so free 0x5571735decf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decf0 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735decf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000112
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735dedf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deeb0 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000126
+gallium_dri.so free 0x5571735deeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000115
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000112
+gallium_dri.so free 0x5571735deeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so free 0x5571735df0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1d0 0.000112
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df1d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df260 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df260 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2b0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df380 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4c0 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000207
+gallium_dri.so free 0x5571735df4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df4c0 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7d0 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so free 0x5571735df7d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df880 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so malloc 72 0x5571735df880 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9b0 0.000113
+gallium_dri.so free 0x5571735dfa00 void 0.000115
+gallium_dri.so free 0x5571735df9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9b0 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735df9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000136
+gallium_dri.so free 0x5571735dfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000116
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735dfb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so free 0x5571735dfb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfd30 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd30 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe30 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so free 0x5571735dfef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0080 0.000112
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0100 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000153
+gallium_dri.so free 0x5571735e0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0100 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02a0 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e02a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e02f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e02f0 0.000115
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so free 0x5571735e02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0440 0.000112
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so free 0x5571735e0440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0440 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0440 0.000117
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0630 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000112
+gallium_dri.so free 0x5571735e0630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0810 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e0810 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08a0 0.000112
+gallium_dri.so free 0x5571735e0940 void 0.000112
+gallium_dri.so free 0x5571735e08a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so free 0x5571735e08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000112
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so free 0x5571735e08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a40 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000113
+gallium_dri.so free 0x5571735e0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a40 0.000123
+gallium_dri.so free 0x5571735e0c00 void 0.000124
+gallium_dri.so free 0x5571735e0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000114
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000115
+gallium_dri.so free 0x5571735e0bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d40 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000142
+gallium_dri.so free 0x5571735e0d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000118
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000123
+gallium_dri.so free 0x5571735e0f00 void 0.000122
+gallium_dri.so free 0x5571735e0dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e0f80 void 0.000124
+gallium_dri.so free 0x5571735e0f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0f30 0.000117
+gallium_dri.so free 0x5571735e1080 void 0.000120
+gallium_dri.so free 0x5571735e0f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e10c0 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1140 0.000117
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e12b0 0.000172
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e12b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e12b0 0.000118
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e12b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e13b0 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000114
+gallium_dri.so free 0x5571735e13b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1470 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so free 0x5571735e1470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1470 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000122
+gallium_dri.so free 0x5571735e16c0 void 0.000121
+gallium_dri.so free 0x5571735e1470 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1670 0.000124
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e1670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1790 0.000130
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so free 0x5571735e1790 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1820 0.000131
+gallium_dri.so free 0x5571735e18c0 void 0.000125
+gallium_dri.so free 0x5571735e1820 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1870 0.000131
+gallium_dri.so free 0x5571735e1940 void 0.000123
+gallium_dri.so free 0x5571735e1870 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1940 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1940 0.000130
+gallium_dri.so free 0x5571735e1a80 void 0.000129
+gallium_dri.so free 0x5571735e1940 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000125
+gallium_dri.so free 0x5571735e1a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a80 0.000130
+gallium_dri.so free 0x5571735e1c00 void 0.000131
+gallium_dri.so free 0x5571735e1a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a80 0.000124
+gallium_dri.so free 0x5571735e1cc0 void 0.000125
+gallium_dri.so free 0x5571735e1a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c70 0.000151
+gallium_dri.so free 0x5571735e1d40 void 0.000126
+gallium_dri.so free 0x5571735e1c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1d90 0.000129
+gallium_dri.so free 0x5571735e1e00 void 0.000125
+gallium_dri.so free 0x5571735e1d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e40 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e40 0.000130
+gallium_dri.so free 0x5571735e1f40 void 0.000131
+gallium_dri.so free 0x5571735e1e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1f70 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000121
+gallium_dri.so free 0x5571735e1f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1f70 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000134
+gallium_dri.so free 0x5571735e1f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2070 0.000130
+gallium_dri.so free 0x5571735e2180 void 0.000130
+gallium_dri.so free 0x5571735e2070 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2130 0.000177
+gallium_dri.so free 0x5571735e21c0 void 0.000129
+gallium_dri.so free 0x5571735e2130 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2130 0.000129
+gallium_dri.so free 0x5571735e2280 void 0.000124
+gallium_dri.so free 0x5571735e2130 void 0.000124
+gallium_dri.so malloc 72 0x5571735e22f0 0.000126
+gallium_dri.so free 0x5571735e2340 void 0.000129
+gallium_dri.so free 0x5571735e22f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e22f0 0.000129
+gallium_dri.so free 0x5571735e2440 void 0.000153
+gallium_dri.so free 0x5571735e22f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735e23f0 0.000131
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e23f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e24b0 0.000130
+gallium_dri.so free 0x5571735e2540 void 0.000125
+gallium_dri.so free 0x5571735e24b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e24b0 0.000129
+gallium_dri.so free 0x5571735e2600 void 0.000129
+gallium_dri.so free 0x5571735e24b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2640 0.000130
+gallium_dri.so free 0x5571735e26c0 void 0.000129
+gallium_dri.so free 0x5571735e2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735e26c0 0.000133
+gallium_dri.so free 0x5571735e2780 void 0.000131
+gallium_dri.so free 0x5571735e26c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e26c0 0.000125
+gallium_dri.so free 0x5571735e2840 void 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2860 0.000129
+gallium_dri.so free 0x5571735e2900 void 0.000131
+gallium_dri.so free 0x5571735e2860 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28b0 0.000125
+gallium_dri.so free 0x5571735e2980 void 0.000121
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000129
+gallium_dri.so free 0x5571735e2a00 void 0.000131
+gallium_dri.so free 0x5571735e28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2a00 0.000129
+gallium_dri.so free 0x5571735e2ac0 void 0.000124
+gallium_dri.so free 0x5571735e2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2a00 0.000125
+gallium_dri.so free 0x5571735e2b80 void 0.000124
+gallium_dri.so free 0x5571735e2a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2a00 0.000131
+gallium_dri.so free 0x5571735e2c40 void 0.000130
+gallium_dri.so free 0x5571735e2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000132
+gallium_dri.so free 0x5571735e2d00 void 0.000129
+gallium_dri.so free 0x5571735e2bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000124
+gallium_dri.so free 0x5571735e2d80 void 0.000126
+gallium_dri.so free 0x5571735e2cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000162
+gallium_dri.so free 0x5571735e2e40 void 0.000170
+gallium_dri.so free 0x5571735e2dd0 void 0.000168
+gallium_dri.so malloc 72 0x5571735e2e60 0.000129
+gallium_dri.so free 0x5571735e2f00 void 0.000131
+gallium_dri.so free 0x5571735e2e60 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000124
+gallium_dri.so free 0x5571735e2f80 void 0.000130
+gallium_dri.so free 0x5571735e2eb0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000163
+gallium_dri.so free 0x5571735e3000 void 0.000151
+gallium_dri.so free 0x5571735e2eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3000 0.000125
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so free 0x5571735e3000 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3000 0.000131
+gallium_dri.so free 0x5571735e31c0 void 0.000130
+gallium_dri.so free 0x5571735e3000 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3170 0.000128
+gallium_dri.so free 0x5571735e3200 void 0.000129
+gallium_dri.so free 0x5571735e3170 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3170 0.000129
+gallium_dri.so free 0x5571735e32c0 void 0.000125
+gallium_dri.so free 0x5571735e3170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3300 0.000125
+gallium_dri.so free 0x5571735e3380 void 0.000125
+gallium_dri.so free 0x5571735e3300 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3380 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000163
+gallium_dri.so malloc 72 0x5571735e3380 0.000150
+gallium_dri.so free 0x5571735e34c0 void 0.000158
+gallium_dri.so free 0x5571735e3380 void 0.000158
+gallium_dri.so malloc 72 0x5571735e34f0 0.000156
+gallium_dri.so free 0x5571735e3540 void 0.000157
+gallium_dri.so free 0x5571735e34f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e34f0 0.000179
+gallium_dri.so free 0x5571735e3640 void 0.000158
+gallium_dri.so free 0x5571735e34f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735e3680 0.000149
+gallium_dri.so free 0x5571735e3700 void 0.000157
+gallium_dri.so free 0x5571735e3680 void 0.000159
+gallium_dri.so malloc 72 0x5571735e3700 0.000151
+gallium_dri.so free 0x5571735e37c0 void 0.000153
+gallium_dri.so free 0x5571735e3700 void 0.000157
+gallium_dri.so malloc 72 0x5571735e3700 0.000151
+gallium_dri.so free 0x5571735bee80 void 0.000151
+gallium_dri.so free 0x5571735e3700 void 0.000160
+gallium_dri.so malloc 72 0x5571735beeb0 0.000251
+gallium_dri.so free 0x5571735bef00 void 0.000165
+gallium_dri.so free 0x5571735beeb0 void 0.000169
+gallium_dri.so malloc 72 0x5571735beeb0 0.000158
+gallium_dri.so free 0x5571735bf000 void 0.000157
+gallium_dri.so free 0x5571735beeb0 void 0.000159
+gallium_dri.so malloc 72 0x5571735befb0 0.000156
+gallium_dri.so free 0x5571735bf0c0 void 0.000154
+gallium_dri.so free 0x5571735befb0 void 0.000155
+gallium_dri.so malloc 72 0x5571735bf070 0.000154
+gallium_dri.so free 0x5571735bf140 void 0.000157
+gallium_dri.so free 0x5571735bf070 void 0.000633
+gallium_dri.so malloc 72 0x5571735bf070 0.000335
+gallium_dri.so free 0x5571735bf200 void 0.000265
+gallium_dri.so free 0x5571735bf070 void 0.000276
+gallium_dri.so malloc 72 0x5571735bf070 0.000224
+gallium_dri.so free 0x5571735bf2c0 void 0.000130
+gallium_dri.so free 0x5571735bf070 void 0.000165
+gallium_dri.so malloc 72 0x5571735bf270 0.000129
+gallium_dri.so free 0x5571735bf340 void 0.000130
+gallium_dri.so free 0x5571735bf270 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf390 0.000124
+gallium_dri.so free 0x5571735bf400 void 0.000127
+gallium_dri.so free 0x5571735bf390 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf420 0.000236
+gallium_dri.so free 0x5571735bf4c0 void 0.000224
+gallium_dri.so free 0x5571735bf420 void 0.000235
+gallium_dri.so malloc 72 0x5571735bf470 0.000220
+gallium_dri.so free 0x5571735bf540 void 0.000220
+gallium_dri.so free 0x5571735bf470 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf540 0.000129
+gallium_dri.so free 0x5571735bf600 void 0.000131
+gallium_dri.so free 0x5571735bf540 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf540 0.000129
+gallium_dri.so free 0x5571735bf680 void 0.000128
+gallium_dri.so free 0x5571735bf540 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf680 0.000119
+gallium_dri.so free 0x5571735bf740 void 0.000118
+gallium_dri.so free 0x5571735bf680 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf680 0.000129
+gallium_dri.so free 0x5571735bf800 void 0.000132
+gallium_dri.so free 0x5571735bf680 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf680 0.000129
+gallium_dri.so free 0x5571735bf8c0 void 0.000130
+gallium_dri.so free 0x5571735bf680 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf870 0.000128
+gallium_dri.so free 0x5571735bf940 void 0.000130
+gallium_dri.so free 0x5571735bf870 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf990 0.000129
+gallium_dri.so free 0x5571735bfa00 void 0.000166
+gallium_dri.so free 0x5571735bf990 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfa40 0.000125
+gallium_dri.so free 0x5571735bfac0 void 0.000120
+gallium_dri.so free 0x5571735bfa40 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfa40 0.000129
+gallium_dri.so free 0x5571735bfb40 void 0.000129
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfb70 0.000128
+gallium_dri.so free 0x5571735bfbc0 void 0.000124
+gallium_dri.so free 0x5571735bfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfb70 0.000124
+gallium_dri.so free 0x5571735bfcc0 void 0.000157
+gallium_dri.so free 0x5571735bfb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfc70 0.000129
+gallium_dri.so free 0x5571735bfd80 void 0.000126
+gallium_dri.so free 0x5571735bfc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfd30 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000120
+gallium_dri.so free 0x5571735bfd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfd30 0.000131
+gallium_dri.so free 0x5571735bfe80 void 0.000176
+gallium_dri.so free 0x5571735bfd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfef0 0.000130
+gallium_dri.so free 0x5571735bff40 void 0.000130
+gallium_dri.so free 0x5571735bfef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfef0 0.000238
+gallium_dri.so free 0x5571735c0040 void 0.000223
+gallium_dri.so free 0x5571735bfef0 void 0.000238
+gallium_dri.so malloc 72 0x5571735bfff0 0.000202
+gallium_dri.so free 0x5571735c0100 void 0.000194
+gallium_dri.so free 0x5571735bfff0 void 0.000221
+gallium_dri.so malloc 72 0x5571735c00b0 0.000239
+gallium_dri.so free 0x5571735c0140 void 0.000204
+gallium_dri.so free 0x5571735c00b0 void 0.000235
+gallium_dri.so malloc 72 0x5571735c00b0 0.000277
+gallium_dri.so free 0x5571735c0200 void 0.000271
+gallium_dri.so free 0x5571735c00b0 void 0.000278
+gallium_dri.so malloc 72 0x5571735c0240 0.000266
+gallium_dri.so free 0x5571735c02c0 void 0.000269
+gallium_dri.so free 0x5571735c0240 void 0.000277
+gallium_dri.so malloc 72 0x5571735c02c0 0.000265
+gallium_dri.so free 0x5571735c0380 void 0.000281
+gallium_dri.so free 0x5571735c02c0 void 0.000237
+gallium_dri.so malloc 72 0x5571735c02c0 0.000223
+gallium_dri.so free 0x5571735c0440 void 0.000219
+gallium_dri.so free 0x5571735c02c0 void 0.000240
+gallium_dri.so malloc 72 0x5571735c0460 0.000220
+gallium_dri.so free 0x5571735c0500 void 0.000221
+gallium_dri.so free 0x5571735c0460 void 0.000185
+gallium_dri.so malloc 72 0x5571735c04b0 0.000184
+gallium_dri.so free 0x5571735c0580 void 0.000163
+gallium_dri.so free 0x5571735c04b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c04b0 0.000130
+gallium_dri.so free 0x5571735c0600 void 0.000124
+gallium_dri.so free 0x5571735c04b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c0600 0.000163
+gallium_dri.so free 0x5571735c06c0 void 0.000151
+gallium_dri.so free 0x5571735c0600 void 0.000147
+gallium_dri.so malloc 72 0x5571735c0600 0.000147
+gallium_dri.so free 0x5571735c0780 void 0.000146
+gallium_dri.so free 0x5571735c0600 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0600 0.000147
+gallium_dri.so free 0x5571735c0840 void 0.000147
+gallium_dri.so free 0x5571735c0600 void 0.000146
+gallium_dri.so malloc 72 0x5571735c07f0 0.000147
+gallium_dri.so free 0x5571735c0900 void 0.000146
+gallium_dri.so free 0x5571735c07f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c08b0 0.000145
+gallium_dri.so free 0x5571735c0980 void 0.000147
+gallium_dri.so free 0x5571735c08b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735c09d0 0.000148
+gallium_dri.so free 0x5571735c0a40 void 0.000145
+gallium_dri.so free 0x5571735c09d0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0a60 0.000144
+gallium_dri.so free 0x5571735c0b00 void 0.000146
+gallium_dri.so free 0x5571735c0a60 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000151
+gallium_dri.so free 0x5571735c0b80 void 0.000145
+gallium_dri.so free 0x5571735c0ab0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000145
+gallium_dri.so free 0x5571735c0c00 void 0.000146
+gallium_dri.so free 0x5571735c0ab0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0c00 0.000145
+gallium_dri.so free 0x5571735c0cc0 void 0.000145
+gallium_dri.so free 0x5571735c0c00 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0c00 0.000147
+gallium_dri.so free 0x5571735c0dc0 void 0.000147
+gallium_dri.so free 0x5571735c0c00 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0d70 0.000146
+gallium_dri.so free 0x5571735c0e00 void 0.000145
+gallium_dri.so free 0x5571735c0d70 void 0.000165
+gallium_dri.so malloc 72 0x5571735c0d70 0.000156
+gallium_dri.so free 0x5571735c0ec0 void 0.000156
+gallium_dri.so free 0x5571735c0d70 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0f00 0.000154
+gallium_dri.so free 0x5571735c0f80 void 0.000153
+gallium_dri.so free 0x5571735c0f00 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0f80 0.000154
+gallium_dri.so free 0x5571735c1040 void 0.000154
+gallium_dri.so free 0x5571735c0f80 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0f80 0.000154
+gallium_dri.so free 0x5571735c10c0 void 0.000152
+gallium_dri.so free 0x5571735c0f80 void 0.000154
+gallium_dri.so malloc 72 0x5571735c10f0 0.000154
+gallium_dri.so free 0x5571735c1140 void 0.000159
+gallium_dri.so free 0x5571735c10f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c10f0 0.000155
+gallium_dri.so free 0x5571735c1240 void 0.000156
+gallium_dri.so free 0x5571735c10f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c1280 0.000154
+gallium_dri.so free 0x5571735c1300 void 0.000157
+gallium_dri.so free 0x5571735c1280 void 0.000154
+gallium_dri.so malloc 72 0x5571735c1300 0.000156
+gallium_dri.so free 0x5571735c13c0 void 0.000155
+gallium_dri.so free 0x5571735c1300 void 0.000156
+gallium_dri.so malloc 72 0x5571735c1300 0.000154
+gallium_dri.so free 0x5571735c1440 void 0.000154
+gallium_dri.so free 0x5571735c1300 void 0.000155
+gallium_dri.so malloc 72 0x5571735c1470 0.000154
+gallium_dri.so free 0x5571735c14c0 void 0.000154
+gallium_dri.so free 0x5571735c1470 void 0.000153
+gallium_dri.so malloc 72 0x5571735c1470 0.000153
+gallium_dri.so free 0x5571735c15c0 void 0.000156
+gallium_dri.so free 0x5571735c1470 void 0.000158
+gallium_dri.so malloc 72 0x5571735c1570 0.000155
+gallium_dri.so free 0x5571735c1680 void 0.000154
+gallium_dri.so free 0x5571735c1570 void 0.000154
+gallium_dri.so malloc 72 0x5571735c1630 0.000155
+gallium_dri.so free 0x5571735c1700 void 0.000156
+gallium_dri.so free 0x5571735c1630 void 0.000164
+gallium_dri.so malloc 72 0x5571735c1630 0.000156
+gallium_dri.so free 0x5571735c17c0 void 0.000155
+gallium_dri.so free 0x5571735c1630 void 0.000154
+gallium_dri.so malloc 72 0x5571735c1630 0.000143
+gallium_dri.so free 0x5571735c1880 void 0.000132
+gallium_dri.so free 0x5571735c1630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1830 0.000131
+gallium_dri.so free 0x5571735c1900 void 0.000131
+gallium_dri.so free 0x5571735c1830 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1950 0.000131
+gallium_dri.so free 0x5571735c19c0 void 0.000133
+gallium_dri.so free 0x5571735c1950 void 0.000132
+gallium_dri.so malloc 72 0x5571735c19e0 0.000133
+gallium_dri.so free 0x5571735c1a80 void 0.000133
+gallium_dri.so free 0x5571735c19e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a30 0.000132
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1b00 0.000130
+gallium_dri.so free 0x5571735c1bc0 void 0.000131
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1b00 0.000130
+gallium_dri.so free 0x5571735c1c40 void 0.000133
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1c40 0.000130
+gallium_dri.so free 0x5571735c1d00 void 0.000131
+gallium_dri.so free 0x5571735c1c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1c40 0.000133
+gallium_dri.so free 0x5571735c1dc0 void 0.000133
+gallium_dri.so free 0x5571735c1c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1c40 0.000131
+gallium_dri.so free 0x5571735c1e80 void 0.000130
+gallium_dri.so free 0x5571735c1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e30 0.000130
+gallium_dri.so free 0x5571735c1f00 void 0.000131
+gallium_dri.so free 0x5571735c1e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1f50 0.000132
+gallium_dri.so free 0x5571735c1fc0 void 0.000131
+gallium_dri.so free 0x5571735c1f50 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2000 0.000131
+gallium_dri.so free 0x5571735c2080 void 0.000131
+gallium_dri.so free 0x5571735c2000 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2000 0.000130
+gallium_dri.so free 0x5571735c2100 void 0.000130
+gallium_dri.so free 0x5571735c2000 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2130 0.000122
+gallium_dri.so free 0x5571735c2180 void 0.000133
+gallium_dri.so free 0x5571735c2130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2130 0.000132
+gallium_dri.so free 0x5571735c2280 void 0.000130
+gallium_dri.so free 0x5571735c2130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2230 0.000134
+gallium_dri.so free 0x5571735c2340 void 0.000131
+gallium_dri.so free 0x5571735c2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c22f0 0.000131
+gallium_dri.so free 0x5571735c2380 void 0.000130
+gallium_dri.so free 0x5571735c22f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c22f0 0.000132
+gallium_dri.so free 0x5571735c2440 void 0.000132
+gallium_dri.so free 0x5571735c22f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c24b0 0.000130
+gallium_dri.so free 0x5571735c2500 void 0.000129
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c24b0 0.000134
+gallium_dri.so free 0x5571735c2600 void 0.000132
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25b0 0.000132
+gallium_dri.so free 0x5571735c26c0 void 0.000131
+gallium_dri.so free 0x5571735c25b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2670 0.000132
+gallium_dri.so free 0x5571735c2700 void 0.000131
+gallium_dri.so free 0x5571735c2670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2670 0.000131
+gallium_dri.so free 0x5571735c27c0 void 0.000131
+gallium_dri.so free 0x5571735c2670 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2800 0.000132
+gallium_dri.so free 0x5571735c2880 void 0.000132
+gallium_dri.so free 0x5571735c2800 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2880 0.000130
+gallium_dri.so free 0x5571735c2940 void 0.000131
+gallium_dri.so free 0x5571735c2880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2880 0.000132
+gallium_dri.so free 0x5571735c2a00 void 0.000133
+gallium_dri.so free 0x5571735c2880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2a20 0.000129
+gallium_dri.so free 0x5571735c2ac0 void 0.000132
+gallium_dri.so free 0x5571735c2a20 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2a70 0.000132
+gallium_dri.so free 0x5571735c2b40 void 0.000132
+gallium_dri.so free 0x5571735c2a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2a70 0.000131
+gallium_dri.so free 0x5571735c2bc0 void 0.000132
+gallium_dri.so free 0x5571735c2a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000130
+gallium_dri.so free 0x5571735c2c80 void 0.000130
+gallium_dri.so free 0x5571735c2bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000131
+gallium_dri.so free 0x5571735c2d40 void 0.000131
+gallium_dri.so free 0x5571735c2bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000132
+gallium_dri.so free 0x5571735c2e00 void 0.000130
+gallium_dri.so free 0x5571735c2bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2db0 0.000131
+gallium_dri.so free 0x5571735c2ec0 void 0.000131
+gallium_dri.so free 0x5571735c2db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2e70 0.000132
+gallium_dri.so free 0x5571735c2f40 void 0.000133
+gallium_dri.so free 0x5571735c2e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2f90 0.000132
+gallium_dri.so free 0x5571735c3000 void 0.000131
+gallium_dri.so free 0x5571735c2f90 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3020 0.000131
+gallium_dri.so free 0x5571735c30c0 void 0.000132
+gallium_dri.so free 0x5571735c3020 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3070 0.000135
+gallium_dri.so free 0x5571735c3140 void 0.000132
+gallium_dri.so free 0x5571735c3070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3070 0.000130
+gallium_dri.so free 0x5571735c31c0 void 0.000131
+gallium_dri.so free 0x5571735c3070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c31c0 0.000131
+gallium_dri.so free 0x5571735c3280 void 0.000133
+gallium_dri.so free 0x5571735c31c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c31c0 0.000136
+gallium_dri.so free 0x5571735c3380 void 0.000131
+gallium_dri.so free 0x5571735c31c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3330 0.000130
+gallium_dri.so free 0x5571735c33c0 void 0.000131
+gallium_dri.so free 0x5571735c3330 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3330 0.000132
+gallium_dri.so free 0x5571735c3480 void 0.000133
+gallium_dri.so free 0x5571735c3330 void 0.000131
+gallium_dri.so malloc 72 0x5571735c34c0 0.000130
+gallium_dri.so free 0x5571735c3540 void 0.000130
+gallium_dri.so free 0x5571735c34c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3540 0.000131
+gallium_dri.so free 0x5571735c3600 void 0.000131
+gallium_dri.so free 0x5571735c3540 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3540 0.000130
+gallium_dri.so free 0x5571735c3680 void 0.000132
+gallium_dri.so free 0x5571735c3540 void 0.000131
+gallium_dri.so malloc 72 0x5571735c36b0 0.000134
+gallium_dri.so free 0x5571735c3700 void 0.000132
+gallium_dri.so free 0x5571735c36b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c36b0 0.000132
+gallium_dri.so free 0x5571735c3800 void 0.000130
+gallium_dri.so free 0x5571735c36b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3840 0.000131
+gallium_dri.so free 0x5571735c38c0 void 0.000133
+gallium_dri.so free 0x5571735c3840 void 0.000131
+gallium_dri.so malloc 72 0x5571735c38c0 0.000132
+gallium_dri.so free 0x5571735c3980 void 0.000133
+gallium_dri.so free 0x5571735c38c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38c0 0.000131
+gallium_dri.so free 0x5571735c3a00 void 0.000131
+gallium_dri.so free 0x5571735c38c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3a30 0.000131
+gallium_dri.so free 0x5571735c3a80 void 0.000133
+gallium_dri.so free 0x5571735c3a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3a30 0.000130
+gallium_dri.so free 0x5571735c3b80 void 0.000132
+gallium_dri.so free 0x5571735c3a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3b30 0.000132
+gallium_dri.so free 0x5571735c3c40 void 0.000133
+gallium_dri.so free 0x5571735c3b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000133
+gallium_dri.so free 0x5571735c3cc0 void 0.000131
+gallium_dri.so free 0x5571735c3bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000130
+gallium_dri.so free 0x5571735c3d80 void 0.000131
+gallium_dri.so free 0x5571735c3bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000133
+gallium_dri.so free 0x5571735c3e40 void 0.000131
+gallium_dri.so free 0x5571735c3bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3df0 0.000130
+gallium_dri.so free 0x5571735c3ec0 void 0.000131
+gallium_dri.so free 0x5571735c3df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3f10 0.000131
+gallium_dri.so free 0x5571735c3f80 void 0.000132
+gallium_dri.so free 0x5571735c3f10 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3fa0 0.000129
+gallium_dri.so free 0x5571735c4040 void 0.000131
+gallium_dri.so free 0x5571735c3fa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000137
+gallium_dri.so free 0x5571735c40c0 void 0.000132
+gallium_dri.so free 0x5571735c3ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c40c0 0.000130
+gallium_dri.so free 0x5571735c4180 void 0.000131
+gallium_dri.so free 0x5571735c40c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c40c0 0.000131
+gallium_dri.so free 0x5571735c4200 void 0.000130
+gallium_dri.so free 0x5571735c40c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4200 0.000131
+gallium_dri.so free 0x5571735c42c0 void 0.000131
+gallium_dri.so free 0x5571735c4200 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4200 0.000133
+gallium_dri.so free 0x5571735c4380 void 0.000132
+gallium_dri.so free 0x5571735c4200 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4200 0.000131
+gallium_dri.so free 0x5571735c4440 void 0.000133
+gallium_dri.so free 0x5571735c4200 void 0.000130
+gallium_dri.so malloc 72 0x5571735c43f0 0.000132
+gallium_dri.so free 0x5571735c44c0 void 0.000132
+gallium_dri.so free 0x5571735c43f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4510 0.000130
+gallium_dri.so free 0x5571735c4580 void 0.000185
+gallium_dri.so free 0x5571735c4510 void 0.000132
+gallium_dri.so malloc 72 0x5571735c45c0 0.000131
+gallium_dri.so free 0x5571735c4640 void 0.000131
+gallium_dri.so free 0x5571735c45c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c45c0 0.000129
+gallium_dri.so free 0x5571735c46c0 void 0.000131
+gallium_dri.so free 0x5571735c45c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c46f0 0.000132
+gallium_dri.so free 0x5571735c4740 void 0.000132
+gallium_dri.so free 0x5571735c46f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c46f0 0.000131
+gallium_dri.so free 0x5571735c4840 void 0.000131
+gallium_dri.so free 0x5571735c46f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c47f0 0.000131
+gallium_dri.so free 0x5571735c4900 void 0.000133
+gallium_dri.so free 0x5571735c47f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c48b0 0.000132
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so free 0x5571735c48b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c48b0 0.000131
+gallium_dri.so free 0x5571735c4a00 void 0.000133
+gallium_dri.so free 0x5571735c48b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000140
+gallium_dri.so free 0x5571735c4ac0 void 0.000131
+gallium_dri.so free 0x5571735c4a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000131
+gallium_dri.so free 0x5571735c4bc0 void 0.000131
+gallium_dri.so free 0x5571735c4a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4b70 0.000130
+gallium_dri.so free 0x5571735c4c80 void 0.000131
+gallium_dri.so free 0x5571735c4b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4c30 0.000129
+gallium_dri.so free 0x5571735c4cc0 void 0.000131
+gallium_dri.so free 0x5571735c4c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4c30 0.000131
+gallium_dri.so free 0x5571735c4d80 void 0.000131
+gallium_dri.so free 0x5571735c4c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000136
+gallium_dri.so free 0x5571735c4e40 void 0.000133
+gallium_dri.so free 0x5571735c4dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4e40 0.000132
+gallium_dri.so free 0x5571735c4f00 void 0.000132
+gallium_dri.so free 0x5571735c4e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4e40 0.000132
+gallium_dri.so free 0x5571735c4fc0 void 0.000130
+gallium_dri.so free 0x5571735c4e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4fe0 0.000133
+gallium_dri.so free 0x5571735c5080 void 0.000133
+gallium_dri.so free 0x5571735c4fe0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5030 0.000132
+gallium_dri.so free 0x5571735c5100 void 0.000138
+gallium_dri.so free 0x5571735c5030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5030 0.000132
+gallium_dri.so free 0x5571735c5180 void 0.000131
+gallium_dri.so free 0x5571735c5030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5180 0.000130
+gallium_dri.so free 0x5571735c5240 void 0.000131
+gallium_dri.so free 0x5571735c5180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5180 0.000131
+gallium_dri.so free 0x5571735c5300 void 0.000130
+gallium_dri.so free 0x5571735c5180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5180 0.000132
+gallium_dri.so free 0x5571735c53c0 void 0.000131
+gallium_dri.so free 0x5571735c5180 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5370 0.000130
+gallium_dri.so free 0x5571735c5480 void 0.000131
+gallium_dri.so free 0x5571735c5370 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5430 0.000129
+gallium_dri.so free 0x5571735c5500 void 0.000139
+gallium_dri.so free 0x5571735c5430 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5550 0.000130
+gallium_dri.so free 0x5571735c55c0 void 0.000131
+gallium_dri.so free 0x5571735c5550 void 0.000129
+gallium_dri.so malloc 72 0x5571735c55e0 0.000132
+gallium_dri.so free 0x5571735c5680 void 0.000131
+gallium_dri.so free 0x5571735c55e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5630 0.000132
+gallium_dri.so free 0x5571735c5700 void 0.000131
+gallium_dri.so free 0x5571735c5630 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5630 0.000132
+gallium_dri.so free 0x5571735c5780 void 0.000133
+gallium_dri.so free 0x5571735c5630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5780 0.000131
+gallium_dri.so free 0x5571735c5840 void 0.000131
+gallium_dri.so free 0x5571735c5780 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5780 0.000130
+gallium_dri.so free 0x5571735c5940 void 0.000133
+gallium_dri.so free 0x5571735c5780 void 0.000132
+gallium_dri.so malloc 72 0x5571735c58f0 0.000130
+gallium_dri.so free 0x5571735c5980 void 0.000130
+gallium_dri.so free 0x5571735c58f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c58f0 0.000216
+gallium_dri.so free 0x5571735c5a40 void 0.000133
+gallium_dri.so free 0x5571735c58f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5a80 0.000129
+gallium_dri.so free 0x5571735c5b00 void 0.000130
+gallium_dri.so free 0x5571735c5a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5b00 0.000133
+gallium_dri.so free 0x5571735c5bc0 void 0.000133
+gallium_dri.so free 0x5571735c5b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5b00 0.000132
+gallium_dri.so free 0x5571735c5c40 void 0.000132
+gallium_dri.so free 0x5571735c5b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5c70 0.000132
+gallium_dri.so free 0x5571735c5cc0 void 0.000130
+gallium_dri.so free 0x5571735c5c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5c70 0.000130
+gallium_dri.so free 0x5571735c5dc0 void 0.000131
+gallium_dri.so free 0x5571735c5c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5e00 0.000130
+gallium_dri.so free 0x5571735c5e80 void 0.000131
+gallium_dri.so free 0x5571735c5e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5e80 0.000131
+gallium_dri.so free 0x5571735c5f40 void 0.000130
+gallium_dri.so free 0x5571735c5e80 void 0.000142
+gallium_dri.so malloc 72 0x5571735c5e80 0.000133
+gallium_dri.so free 0x5571735c5fc0 void 0.000131
+gallium_dri.so free 0x5571735c5e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000130
+gallium_dri.so free 0x5571735c6040 void 0.000130
+gallium_dri.so free 0x5571735c5ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000130
+gallium_dri.so free 0x5571735c6140 void 0.000132
+gallium_dri.so free 0x5571735c5ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c60f0 0.000129
+gallium_dri.so free 0x5571735c6200 void 0.000131
+gallium_dri.so free 0x5571735c60f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c61b0 0.000132
+gallium_dri.so free 0x5571735c6280 void 0.000132
+gallium_dri.so free 0x5571735c61b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c61b0 0.000132
+gallium_dri.so free 0x5571735c6340 void 0.000133
+gallium_dri.so free 0x5571735c61b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c61b0 0.000132
+gallium_dri.so free 0x5571735c6400 void 0.000131
+gallium_dri.so free 0x5571735c61b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c63b0 0.000131
+gallium_dri.so free 0x5571735c6480 void 0.000142
+gallium_dri.so free 0x5571735c63b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c64d0 0.000130
+gallium_dri.so free 0x5571735c6540 void 0.000132
+gallium_dri.so free 0x5571735c64d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6560 0.000131
+gallium_dri.so free 0x5571735c6600 void 0.000132
+gallium_dri.so free 0x5571735c6560 void 0.000131
+gallium_dri.so malloc 72 0x5571735c65b0 0.000131
+gallium_dri.so free 0x5571735c6680 void 0.000131
+gallium_dri.so free 0x5571735c65b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6680 0.000131
+gallium_dri.so free 0x5571735c6740 void 0.000132
+gallium_dri.so free 0x5571735c6680 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6680 0.000131
+gallium_dri.so free 0x5571735c67c0 void 0.000132
+gallium_dri.so free 0x5571735c6680 void 0.000131
+gallium_dri.so malloc 72 0x5571735c67c0 0.000132
+gallium_dri.so free 0x5571735c6880 void 0.000130
+gallium_dri.so free 0x5571735c67c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c67c0 0.000132
+gallium_dri.so free 0x5571735c6940 void 0.000136
+gallium_dri.so free 0x5571735c67c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c67c0 0.000142
+gallium_dri.so free 0x5571735c6a00 void 0.000131
+gallium_dri.so free 0x5571735c67c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c69b0 0.000132
+gallium_dri.so free 0x5571735c6a80 void 0.000132
+gallium_dri.so free 0x5571735c69b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c6ad0 0.000131
+gallium_dri.so free 0x5571735c6b40 void 0.000131
+gallium_dri.so free 0x5571735c6ad0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6b80 0.000130
+gallium_dri.so free 0x5571735c6c00 void 0.000133
+gallium_dri.so free 0x5571735c6b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6b80 0.000132
+gallium_dri.so free 0x5571735c6c80 void 0.000130
+gallium_dri.so free 0x5571735c6b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000131
+gallium_dri.so free 0x5571735c6d00 void 0.000134
+gallium_dri.so free 0x5571735c6cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6cb0 0.000130
+gallium_dri.so free 0x5571735c6e00 void 0.000131
+gallium_dri.so free 0x5571735c6cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6db0 0.000132
+gallium_dri.so free 0x5571735c6ec0 void 0.000132
+gallium_dri.so free 0x5571735c6db0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c6e70 0.000131
+gallium_dri.so free 0x5571735c6f00 void 0.000131
+gallium_dri.so free 0x5571735c6e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6e70 0.000130
+gallium_dri.so free 0x5571735c6fc0 void 0.000132
+gallium_dri.so free 0x5571735c6e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7030 0.000132
+gallium_dri.so free 0x5571735c7080 void 0.000131
+gallium_dri.so free 0x5571735c7030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7030 0.000132
+gallium_dri.so free 0x5571735c7180 void 0.000131
+gallium_dri.so free 0x5571735c7030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7130 0.000132
+gallium_dri.so free 0x5571735c7240 void 0.000132
+gallium_dri.so free 0x5571735c7130 void 0.000133
+gallium_dri.so malloc 72 0x5571735c71f0 0.000130
+gallium_dri.so free 0x5571735c7280 void 0.000131
+gallium_dri.so free 0x5571735c71f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c71f0 0.000131
+gallium_dri.so free 0x5571735c7340 void 0.000131
+gallium_dri.so free 0x5571735c71f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7380 0.000132
+gallium_dri.so free 0x5571735c7400 void 0.000197
+gallium_dri.so free 0x5571735c7380 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7400 0.000132
+gallium_dri.so free 0x5571735c74c0 void 0.000132
+gallium_dri.so free 0x5571735c7400 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7400 0.000131
+gallium_dri.so free 0x5571735c7580 void 0.000131
+gallium_dri.so free 0x5571735c7400 void 0.000131
+gallium_dri.so malloc 72 0x5571735c75a0 0.000132
+gallium_dri.so free 0x5571735c7640 void 0.000130
+gallium_dri.so free 0x5571735c75a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c75f0 0.000131
+gallium_dri.so free 0x5571735c76c0 void 0.000135
+gallium_dri.so free 0x5571735c75f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c75f0 0.000132
+gallium_dri.so free 0x5571735c7740 void 0.000132
+gallium_dri.so free 0x5571735c75f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7740 0.000131
+gallium_dri.so free 0x5571735c7800 void 0.000131
+gallium_dri.so free 0x5571735c7740 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7740 0.000130
+gallium_dri.so free 0x5571735c78c0 void 0.000131
+gallium_dri.so free 0x5571735c7740 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7740 0.000140
+gallium_dri.so free 0x5571735c7980 void 0.000132
+gallium_dri.so free 0x5571735c7740 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7930 0.000131
+gallium_dri.so free 0x5571735c7a40 void 0.000131
+gallium_dri.so free 0x5571735c7930 void 0.000131
+gallium_dri.so malloc 72 0x5571735c79f0 0.000131
+gallium_dri.so free 0x5571735c7ac0 void 0.000132
+gallium_dri.so free 0x5571735c79f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7b10 0.000132
+gallium_dri.so free 0x5571735c7b80 void 0.000131
+gallium_dri.so free 0x5571735c7b10 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7ba0 0.000131
+gallium_dri.so free 0x5571735c7c40 void 0.000133
+gallium_dri.so free 0x5571735c7ba0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000132
+gallium_dri.so free 0x5571735c7cc0 void 0.000132
+gallium_dri.so free 0x5571735c7bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000133
+gallium_dri.so free 0x5571735c7d40 void 0.000132
+gallium_dri.so free 0x5571735c7bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7d40 0.000130
+gallium_dri.so free 0x5571735c7e00 void 0.000130
+gallium_dri.so free 0x5571735c7d40 void 0.000140
+gallium_dri.so malloc 72 0x5571735c7d40 0.000130
+gallium_dri.so free 0x5571735c7f00 void 0.000131
+gallium_dri.so free 0x5571735c7d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000130
+gallium_dri.so free 0x5571735c7f40 void 0.000130
+gallium_dri.so free 0x5571735c7eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000131
+gallium_dri.so free 0x5571735c8000 void 0.000131
+gallium_dri.so free 0x5571735c7eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8040 0.000132
+gallium_dri.so free 0x5571735c80c0 void 0.000132
+gallium_dri.so free 0x5571735c8040 void 0.000132
+gallium_dri.so malloc 72 0x5571735c80c0 0.000131
+gallium_dri.so free 0x5571735c8180 void 0.000132
+gallium_dri.so free 0x5571735c80c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c80c0 0.000131
+gallium_dri.so free 0x5571735c8200 void 0.000131
+gallium_dri.so free 0x5571735c80c0 void 0.000221
+gallium_dri.so malloc 72 0x5571735c8230 0.000121
+gallium_dri.so free 0x5571735c8280 void 0.000139
+gallium_dri.so free 0x5571735c8230 void 0.000134
+gallium_dri.so malloc 72 0x5571735c8230 0.000184
+gallium_dri.so free 0x5571735c8380 void 0.000132
+gallium_dri.so free 0x5571735c8230 void 0.000130
+gallium_dri.so malloc 72 0x5571735c83c0 0.000130
+gallium_dri.so free 0x5571735c8440 void 0.000130
+gallium_dri.so free 0x5571735c83c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8440 0.000133
+gallium_dri.so free 0x5571735c8500 void 0.000132
+gallium_dri.so free 0x5571735c8440 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8440 0.000132
+gallium_dri.so free 0x5571735c8580 void 0.000133
+gallium_dri.so free 0x5571735c8440 void 0.000130
+gallium_dri.so malloc 72 0x5571735c85b0 0.000130
+gallium_dri.so free 0x5571735c8600 void 0.000131
+gallium_dri.so free 0x5571735c85b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c85b0 0.000132
+gallium_dri.so free 0x5571735c8700 void 0.000142
+gallium_dri.so free 0x5571735c85b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c86b0 0.000114
+gallium_dri.so free 0x5571735c87c0 void 0.000115
+gallium_dri.so free 0x5571735c86b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8770 0.000116
+gallium_dri.so free 0x5571735c8840 void 0.000121
+gallium_dri.so free 0x5571735c8770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8770 0.000134
+gallium_dri.so free 0x5571735c8900 void 0.000117
+gallium_dri.so free 0x5571735c8770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8770 0.000114
+gallium_dri.so free 0x5571735c89c0 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8970 0.000115
+gallium_dri.so free 0x5571735c8a40 void 0.000114
+gallium_dri.so free 0x5571735c8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8a90 0.000115
+gallium_dri.so free 0x5571735c8b00 void 0.000116
+gallium_dri.so free 0x5571735c8a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8b20 0.000116
+gallium_dri.so free 0x5571735c8bc0 void 0.000114
+gallium_dri.so free 0x5571735c8b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8b70 0.000115
+gallium_dri.so free 0x5571735c8c40 void 0.000122
+gallium_dri.so free 0x5571735c8b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8c40 0.000116
+gallium_dri.so free 0x5571735c8d00 void 0.000114
+gallium_dri.so free 0x5571735c8c40 void 0.000141
+gallium_dri.so malloc 72 0x5571735c8c40 0.000114
+gallium_dri.so free 0x5571735c8d80 void 0.000116
+gallium_dri.so free 0x5571735c8c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8d80 0.000115
+gallium_dri.so free 0x5571735c8e40 void 0.000117
+gallium_dri.so free 0x5571735c8d80 void 0.000127
+gallium_dri.so malloc 72 0x5571735c8d80 0.000117
+gallium_dri.so free 0x5571735c8f00 void 0.000116
+gallium_dri.so free 0x5571735c8d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8d80 0.000115
+gallium_dri.so free 0x5571735c8fc0 void 0.000113
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8f70 0.000115
+gallium_dri.so free 0x5571735c9040 void 0.000115
+gallium_dri.so free 0x5571735c8f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9090 0.000113
+gallium_dri.so free 0x5571735c9100 void 0.000115
+gallium_dri.so free 0x5571735c9090 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9140 0.000114
+gallium_dri.so free 0x5571735c91c0 void 0.000116
+gallium_dri.so free 0x5571735c9140 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9140 0.000115
+gallium_dri.so free 0x5571735c9240 void 0.000114
+gallium_dri.so free 0x5571735c9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9270 0.000115
+gallium_dri.so free 0x5571735c92c0 void 0.000115
+gallium_dri.so free 0x5571735c9270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9270 0.000114
+gallium_dri.so free 0x5571735c93c0 void 0.000115
+gallium_dri.so free 0x5571735c9270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9370 0.000116
+gallium_dri.so free 0x5571735c9480 void 0.000115
+gallium_dri.so free 0x5571735c9370 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9430 0.000187
+gallium_dri.so free 0x5571735c94c0 void 0.000183
+gallium_dri.so free 0x5571735c9430 void 0.000179
+gallium_dri.so malloc 72 0x5571735c9430 0.000180
+gallium_dri.so free 0x5571735c9580 void 0.000181
+gallium_dri.so free 0x5571735c9430 void 0.000183
+gallium_dri.so malloc 72 0x5571735c95f0 0.000211
+gallium_dri.so free 0x5571735c9640 void 0.000181
+gallium_dri.so free 0x5571735c95f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c95f0 0.000125
+gallium_dri.so free 0x5571735c9740 void 0.000124
+gallium_dri.so free 0x5571735c95f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c96f0 0.000119
+gallium_dri.so free 0x5571735c9800 void 0.000126
+gallium_dri.so free 0x5571735c96f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c97b0 0.000119
+gallium_dri.so free 0x5571735c9840 void 0.000115
+gallium_dri.so free 0x5571735c97b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c97b0 0.000131
+gallium_dri.so free 0x5571735c9900 void 0.000130
+gallium_dri.so free 0x5571735c97b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c9940 0.000119
+gallium_dri.so free 0x5571735c99c0 void 0.000114
+gallium_dri.so free 0x5571735c9940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c99c0 0.000123
+gallium_dri.so free 0x5571735c9a80 void 0.000124
+gallium_dri.so free 0x5571735c99c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c99c0 0.000115
+gallium_dri.so free 0x5571735c9b40 void 0.000114
+gallium_dri.so free 0x5571735c99c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9b60 0.000124
+gallium_dri.so free 0x5571735c9c00 void 0.000124
+gallium_dri.so free 0x5571735c9b60 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000123
+gallium_dri.so free 0x5571735c9c80 void 0.000124
+gallium_dri.so free 0x5571735c9bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000119
+gallium_dri.so free 0x5571735c9d00 void 0.000115
+gallium_dri.so free 0x5571735c9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9d00 0.000123
+gallium_dri.so free 0x5571735c9dc0 void 0.000134
+gallium_dri.so free 0x5571735c9d00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c9d00 0.000123
+gallium_dri.so free 0x5571735c9e80 void 0.000118
+gallium_dri.so free 0x5571735c9d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9d00 0.000122
+gallium_dri.so free 0x5571735c9f40 void 0.000290
+gallium_dri.so free 0x5571735c9d00 void 0.000334
+gallium_dri.so malloc 72 0x5571735c9ef0 0.000334
+gallium_dri.so free 0x5571735ca000 void 0.000319
+gallium_dri.so free 0x5571735c9ef0 void 0.000290
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000269
+gallium_dri.so free 0x5571735ca080 void 0.000225
+gallium_dri.so free 0x5571735c9fb0 void 0.000263
+gallium_dri.so malloc 72 0x5571735ca0d0 0.000260
+gallium_dri.so free 0x5571735ca140 void 0.000232
+gallium_dri.so free 0x5571735ca0d0 void 0.000255
+gallium_dri.so malloc 72 0x5571735ca160 0.000235
+gallium_dri.so free 0x5571735ca200 void 0.000290
+gallium_dri.so free 0x5571735ca160 void 0.000288
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000289
+gallium_dri.so free 0x5571735ca280 void 0.000290
+gallium_dri.so free 0x5571735ca1b0 void 0.000289
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000290
+gallium_dri.so free 0x5571735ca300 void 0.000289
+gallium_dri.so free 0x5571735ca1b0 void 0.000288
+gallium_dri.so malloc 72 0x5571735ca300 0.000314
+gallium_dri.so free 0x5571735ca3c0 void 0.000292
+gallium_dri.so free 0x5571735ca300 void 0.000287
+gallium_dri.so malloc 72 0x5571735ca300 0.000285
+gallium_dri.so free 0x5571735ca4c0 void 0.000290
+gallium_dri.so free 0x5571735ca300 void 0.000287
+gallium_dri.so malloc 72 0x5571735ca470 0.000295
+gallium_dri.so free 0x5571735ca500 void 0.000289
+gallium_dri.so free 0x5571735ca470 void 0.000288
+gallium_dri.so malloc 72 0x5571735ca470 0.000259
+gallium_dri.so free 0x5571735ca5c0 void 0.000287
+gallium_dri.so free 0x5571735ca470 void 0.000278
+gallium_dri.so malloc 72 0x5571735ca600 0.000232
+gallium_dri.so free 0x5571735ca680 void 0.000190
+gallium_dri.so free 0x5571735ca600 void 0.000137
+gallium_dri.so malloc 72 0x5571735ca680 0.000135
+gallium_dri.so free 0x5571735ca740 void 0.000139
+gallium_dri.so free 0x5571735ca680 void 0.000291
+gallium_dri.so malloc 72 0x5571735ca680 0.000280
+gallium_dri.so free 0x5571735ca7c0 void 0.000280
+gallium_dri.so free 0x5571735ca680 void 0.000283
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000168
+gallium_dri.so free 0x5571735ca840 void 0.000334
+gallium_dri.so free 0x5571735ca7f0 void 0.000284
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000291
+gallium_dri.so free 0x5571735ca940 void 0.000314
+gallium_dri.so free 0x5571735ca7f0 void 0.000293
+gallium_dri.so malloc 72 0x5571735ca980 0.000292
+gallium_dri.so free 0x5571735eb380 void 0.000292
+gallium_dri.so free 0x5571735ca980 void 0.000284
+gallium_dri.so malloc 72 0x5571735eb380 0.000291
+gallium_dri.so free 0x5571735eb440 void 0.000290
+gallium_dri.so free 0x5571735eb380 void 0.000173
+gallium_dri.so malloc 72 0x5571735eb380 0.000170
+gallium_dri.so free 0x5571735eb500 void 0.000170
+gallium_dri.so free 0x5571735eb380 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb380 0.000131
+gallium_dri.so free 0x5571735caa00 void 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb380 0.000137
+gallium_dri.so free 0x5571735eb5c0 void 0.000145
+gallium_dri.so free 0x5571735eb380 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb570 0.000136
+gallium_dri.so free 0x5571735eb680 void 0.000136
+gallium_dri.so free 0x5571735eb570 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb630 0.000133
+gallium_dri.so free 0x5571735eb700 void 0.000137
+gallium_dri.so free 0x5571735eb630 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb630 0.000135
+gallium_dri.so free 0x5571735eb7c0 void 0.000135
+gallium_dri.so free 0x5571735eb630 void 0.000136
+gallium_dri.so malloc 72 0x5571735eb630 0.000189
+gallium_dri.so free 0x5571735eb880 void 0.000251
+gallium_dri.so free 0x5571735eb630 void 0.000171
+gallium_dri.so malloc 72 0x5571735eb830 0.000172
+gallium_dri.so free 0x5571735eb900 void 0.000283
+gallium_dri.so free 0x5571735eb830 void 0.000292
+gallium_dri.so malloc 72 0x5571735eb950 0.000329
+gallium_dri.so free 0x5571735eb9c0 void 0.000340
+gallium_dri.so free 0x5571735eb950 void 0.000342
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000329
+gallium_dri.so free 0x5571735eba80 void 0.000183
+gallium_dri.so free 0x5571735eb9e0 void 0.000181
+gallium_dri.so malloc 72 0x5571735eba30 0.000180
+gallium_dri.so free 0x5571735ebb00 void 0.000150
+gallium_dri.so free 0x5571735eba30 void 0.000184
+gallium_dri.so malloc 72 0x5571735ebb00 0.000177
+gallium_dri.so free 0x5571735ebbc0 void 0.000181
+gallium_dri.so free 0x5571735ebb00 void 0.000180
+gallium_dri.so malloc 72 0x5571735ebb00 0.000180
+gallium_dri.so free 0x5571735ebc40 void 0.000191
+gallium_dri.so free 0x5571735ebb00 void 0.000141
+gallium_dri.so malloc 72 0x5571735ebc40 0.000143
+gallium_dri.so free 0x5571735ebd00 void 0.000145
+gallium_dri.so free 0x5571735ebc40 void 0.000143
+gallium_dri.so malloc 72 0x5571735ebc40 0.000145
+gallium_dri.so free 0x5571735ebdc0 void 0.000138
+gallium_dri.so free 0x5571735ebc40 void 0.000135
+gallium_dri.so malloc 72 0x5571735ebc40 0.000136
+gallium_dri.so free 0x5571735ebe80 void 0.000140
+gallium_dri.so free 0x5571735ebc40 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebe30 0.000133
+gallium_dri.so free 0x5571735ebf00 void 0.000134
+gallium_dri.so free 0x5571735ebe30 void 0.000140
+gallium_dri.so malloc 72 0x5571735ebf50 0.000153
+gallium_dri.so free 0x5571735ebfc0 void 0.000247
+gallium_dri.so free 0x5571735ebf50 void 0.000354
+gallium_dri.so malloc 72 0x5571735ec000 0.000370
+gallium_dri.so free 0x5571735ec080 void 0.000300
+gallium_dri.so free 0x5571735ec000 void 0.000304
+gallium_dri.so malloc 72 0x5571735ec000 0.000287
+gallium_dri.so free 0x5571735ec100 void 0.000291
+gallium_dri.so free 0x5571735ec000 void 0.000289
+gallium_dri.so malloc 72 0x5571735ec130 0.000291
+gallium_dri.so free 0x5571735ec180 void 0.000291
+gallium_dri.so free 0x5571735ec130 void 0.000288
+gallium_dri.so malloc 72 0x5571735ec130 0.000299
+gallium_dri.so free 0x5571735ec280 void 0.000291
+gallium_dri.so free 0x5571735ec130 void 0.000290
+gallium_dri.so malloc 72 0x5571735ec230 0.000303
+gallium_dri.so free 0x5571735ec340 void 0.000241
+gallium_dri.so free 0x5571735ec230 void 0.000211
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000161
+gallium_dri.so free 0x5571735ec380 void 0.000147
+gallium_dri.so free 0x5571735ec2f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000139
+gallium_dri.so free 0x5571735ec440 void 0.000135
+gallium_dri.so free 0x5571735ec2f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000146
+gallium_dri.so free 0x5571735ec500 void 0.000144
+gallium_dri.so free 0x5571735ec4b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000148
+gallium_dri.so free 0x5571735ec600 void 0.000145
+gallium_dri.so free 0x5571735ec4b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000144
+gallium_dri.so free 0x5571735ec6c0 void 0.000139
+gallium_dri.so free 0x5571735ec5b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ec670 0.000141
+gallium_dri.so free 0x5571735ec700 void 0.000147
+gallium_dri.so free 0x5571735ec670 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec670 0.000134
+gallium_dri.so free 0x5571735ec7c0 void 0.000134
+gallium_dri.so free 0x5571735ec670 void 0.000141
+gallium_dri.so malloc 72 0x5571735ec800 0.000152
+gallium_dri.so free 0x5571735ec880 void 0.000138
+gallium_dri.so free 0x5571735ec800 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec880 0.000132
+gallium_dri.so free 0x5571735ec940 void 0.000126
+gallium_dri.so free 0x5571735ec880 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec880 0.000138
+gallium_dri.so free 0x5571735eca00 void 0.000136
+gallium_dri.so free 0x5571735ec880 void 0.000136
+gallium_dri.so malloc 72 0x5571735eca20 0.000136
+gallium_dri.so free 0x5571735ecac0 void 0.000137
+gallium_dri.so free 0x5571735eca20 void 0.000137
+gallium_dri.so malloc 72 0x5571735eca70 0.000131
+gallium_dri.so free 0x5571735ecb40 void 0.000144
+gallium_dri.so free 0x5571735eca70 void 0.000133
+gallium_dri.so malloc 72 0x5571735eca70 0.000137
+gallium_dri.so free 0x5571735ecbc0 void 0.000137
+gallium_dri.so free 0x5571735eca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000132
+gallium_dri.so free 0x5571735ecc80 void 0.000135
+gallium_dri.so free 0x5571735ecbc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000132
+gallium_dri.so free 0x5571735ecd40 void 0.000127
+gallium_dri.so free 0x5571735ecbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000135
+gallium_dri.so free 0x5571735ece00 void 0.000137
+gallium_dri.so free 0x5571735ecbc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000139
+gallium_dri.so free 0x5571735ecec0 void 0.000137
+gallium_dri.so free 0x5571735ecdb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ece70 0.000131
+gallium_dri.so free 0x5571735ecf40 void 0.000132
+gallium_dri.so free 0x5571735ece70 void 0.000140
+gallium_dri.so malloc 72 0x5571735ecf90 0.000157
+gallium_dri.so free 0x5571735ed000 void 0.000137
+gallium_dri.so free 0x5571735ecf90 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed020 0.000127
+gallium_dri.so free 0x5571735ed0c0 void 0.000134
+gallium_dri.so free 0x5571735ed020 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed070 0.000127
+gallium_dri.so free 0x5571735ed140 void 0.000133
+gallium_dri.so free 0x5571735ed070 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed070 0.000137
+gallium_dri.so free 0x5571735ed1c0 void 0.000131
+gallium_dri.so free 0x5571735ed070 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000132
+gallium_dri.so free 0x5571735ed280 void 0.000139
+gallium_dri.so free 0x5571735ed1c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000137
+gallium_dri.so free 0x5571735ed380 void 0.000132
+gallium_dri.so free 0x5571735ed1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed330 0.000138
+gallium_dri.so free 0x5571735ed3c0 void 0.000136
+gallium_dri.so free 0x5571735ed330 void 0.000148
+gallium_dri.so malloc 72 0x5571735ed330 0.000132
+gallium_dri.so free 0x5571735ed480 void 0.000135
+gallium_dri.so free 0x5571735ed330 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000137
+gallium_dri.so free 0x5571735ed540 void 0.000143
+gallium_dri.so free 0x5571735ed4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed540 0.000129
+gallium_dri.so free 0x5571735ed600 void 0.000132
+gallium_dri.so free 0x5571735ed540 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed540 0.000131
+gallium_dri.so free 0x5571735ed680 void 0.000129
+gallium_dri.so free 0x5571735ed540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000124
+gallium_dri.so free 0x5571735ed700 void 0.000126
+gallium_dri.so free 0x5571735ed6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000124
+gallium_dri.so free 0x5571735ed800 void 0.000121
+gallium_dri.so free 0x5571735ed6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed840 0.000131
+gallium_dri.so free 0x5571735ed8c0 void 0.000140
+gallium_dri.so free 0x5571735ed840 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000128
+gallium_dri.so free 0x5571735ed980 void 0.000129
+gallium_dri.so free 0x5571735ed8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000130
+gallium_dri.so free 0x5571735eda00 void 0.000131
+gallium_dri.so free 0x5571735ed8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eda30 0.000129
+gallium_dri.so free 0x5571735eda80 void 0.000131
+gallium_dri.so free 0x5571735eda30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eda30 0.000121
+gallium_dri.so free 0x5571735edb80 void 0.000125
+gallium_dri.so free 0x5571735eda30 void 0.000125
+gallium_dri.so malloc 72 0x5571735edb30 0.000125
+gallium_dri.so free 0x5571735edc40 void 0.000125
+gallium_dri.so free 0x5571735edb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735edbf0 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000130
+gallium_dri.so free 0x5571735edbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edbf0 0.000124
+gallium_dri.so free 0x5571735edd80 void 0.000168
+gallium_dri.so free 0x5571735edbf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735edbf0 0.000135
+gallium_dri.so free 0x5571735ede40 void 0.000132
+gallium_dri.so free 0x5571735edbf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eddf0 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000123
+gallium_dri.so free 0x5571735eddf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edf10 0.000125
+gallium_dri.so free 0x5571735edf80 void 0.000131
+gallium_dri.so free 0x5571735edf10 void 0.000130
+gallium_dri.so malloc 72 0x5571735edfa0 0.000131
+gallium_dri.so free 0x5571735ee040 void 0.000132
+gallium_dri.so free 0x5571735edfa0 void 0.000127
+gallium_dri.so malloc 72 0x5571735edff0 0.000126
+gallium_dri.so free 0x5571735ee0c0 void 0.000126
+gallium_dri.so free 0x5571735edff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000130
+gallium_dri.so free 0x5571735ee180 void 0.000135
+gallium_dri.so free 0x5571735ee0c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000127
+gallium_dri.so free 0x5571735ee200 void 0.000128
+gallium_dri.so free 0x5571735ee0c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee200 0.000139
+gallium_dri.so free 0x5571735ee2c0 void 0.000282
+gallium_dri.so free 0x5571735ee200 void 0.000302
+gallium_dri.so malloc 72 0x5571735ee200 0.000270
+gallium_dri.so free 0x5571735ee380 void 0.000273
+gallium_dri.so free 0x5571735ee200 void 0.000278
+gallium_dri.so malloc 72 0x5571735ee200 0.000267
+gallium_dri.so free 0x5571735ee440 void 0.000166
+gallium_dri.so free 0x5571735ee200 void 0.000164
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000168
+gallium_dri.so free 0x5571735ee4c0 void 0.000165
+gallium_dri.so free 0x5571735ee3f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee510 0.000245
+gallium_dri.so free 0x5571735ee580 void 0.000201
+gallium_dri.so free 0x5571735ee510 void 0.000199
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000177
+gallium_dri.so free 0x5571735ee640 void 0.000146
+gallium_dri.so free 0x5571735ee5c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000135
+gallium_dri.so free 0x5571735ee6c0 void 0.000140
+gallium_dri.so free 0x5571735ee5c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000143
+gallium_dri.so free 0x5571735ee740 void 0.000145
+gallium_dri.so free 0x5571735ee6f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000148
+gallium_dri.so free 0x5571735ee840 void 0.000145
+gallium_dri.so free 0x5571735ee6f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000140
+gallium_dri.so free 0x5571735ee900 void 0.000135
+gallium_dri.so free 0x5571735ee7f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000143
+gallium_dri.so free 0x5571735ee940 void 0.000140
+gallium_dri.so free 0x5571735ee8b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000204
+gallium_dri.so free 0x5571735eea00 void 0.000147
+gallium_dri.so free 0x5571735ee8b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735eea70 0.000145
+gallium_dri.so free 0x5571735eeac0 void 0.000146
+gallium_dri.so free 0x5571735eea70 void 0.000145
+gallium_dri.so malloc 72 0x5571735eea70 0.000147
+gallium_dri.so free 0x5571735eebc0 void 0.000145
+gallium_dri.so free 0x5571735eea70 void 0.000142
+gallium_dri.so malloc 72 0x5571735eeb70 0.000174
+gallium_dri.so free 0x5571735eec80 void 0.000149
+gallium_dri.so free 0x5571735eeb70 void 0.000180
+gallium_dri.so malloc 72 0x5571735eec30 0.000147
+gallium_dri.so free 0x5571735eecc0 void 0.000137
+gallium_dri.so free 0x5571735eec30 void 0.000127
+gallium_dri.so malloc 72 0x5571735eec30 0.000123
+gallium_dri.so free 0x5571735eed80 void 0.000127
+gallium_dri.so free 0x5571735eec30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eedc0 0.000122
+gallium_dri.so free 0x5571735eee40 void 0.000132
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee40 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000119
+gallium_dri.so free 0x5571735eee40 void 0.000124
+gallium_dri.so malloc 72 0x5571735eee40 0.000129
+gallium_dri.so free 0x5571735eefc0 void 0.000131
+gallium_dri.so free 0x5571735eee40 void 0.000133
+gallium_dri.so malloc 72 0x5571735eefe0 0.000129
+gallium_dri.so free 0x5571735ef080 void 0.000126
+gallium_dri.so free 0x5571735eefe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef030 0.000131
+gallium_dri.so free 0x5571735ef100 void 0.000138
+gallium_dri.so free 0x5571735ef030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef030 0.000128
+gallium_dri.so free 0x5571735ef180 void 0.000130
+gallium_dri.so free 0x5571735ef030 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef180 0.000131
+gallium_dri.so free 0x5571735ef240 void 0.000129
+gallium_dri.so free 0x5571735ef180 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef180 0.000130
+gallium_dri.so free 0x5571735ef300 void 0.000137
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef180 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000121
+gallium_dri.so free 0x5571735ef180 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef370 0.000131
+gallium_dri.so free 0x5571735ef480 void 0.000131
+gallium_dri.so free 0x5571735ef370 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef430 0.000131
+gallium_dri.so free 0x5571735ef500 void 0.000130
+gallium_dri.so free 0x5571735ef430 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef550 0.000131
+gallium_dri.so free 0x5571735ef5c0 void 0.000126
+gallium_dri.so free 0x5571735ef550 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5e0 0.000126
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so free 0x5571735ef5e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef630 0.000129
+gallium_dri.so free 0x5571735ef700 void 0.000128
+gallium_dri.so free 0x5571735ef630 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef630 0.000130
+gallium_dri.so free 0x5571735ef780 void 0.000131
+gallium_dri.so free 0x5571735ef630 void 0.000179
+gallium_dri.so malloc 72 0x5571735ef780 0.000290
+gallium_dri.so free 0x5571735ef840 void 0.000273
+gallium_dri.so free 0x5571735ef780 void 0.000334
+gallium_dri.so malloc 72 0x5571735ef780 0.000346
+gallium_dri.so free 0x5571735ef940 void 0.000327
+gallium_dri.so free 0x5571735ef780 void 0.000251
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000280
+gallium_dri.so free 0x5571735ef980 void 0.000288
+gallium_dri.so free 0x5571735ef8f0 void 0.000281
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000263
+gallium_dri.so free 0x5571735efa40 void 0.000249
+gallium_dri.so free 0x5571735ef8f0 void 0.000260
+gallium_dri.so malloc 72 0x5571735efa80 0.000277
+gallium_dri.so free 0x5571735efb00 void 0.000265
+gallium_dri.so free 0x5571735efa80 void 0.000275
+gallium_dri.so malloc 72 0x5571735efb00 0.000272
+gallium_dri.so free 0x5571735efbc0 void 0.000271
+gallium_dri.so free 0x5571735efb00 void 0.000275
+gallium_dri.so malloc 72 0x5571735efb00 0.000219
+gallium_dri.so free 0x5571735efc40 void 0.000220
+gallium_dri.so free 0x5571735efb00 void 0.000222
+gallium_dri.so malloc 72 0x5571735efc70 0.000221
+gallium_dri.so free 0x5571735efcc0 void 0.000220
+gallium_dri.so free 0x5571735efc70 void 0.000196
+gallium_dri.so malloc 72 0x5571735efc70 0.000125
+gallium_dri.so free 0x5571735efdc0 void 0.000121
+gallium_dri.so free 0x5571735efc70 void 0.000134
+gallium_dri.so malloc 72 0x5571735efe00 0.000129
+gallium_dri.so free 0x5571735efe80 void 0.000129
+gallium_dri.so free 0x5571735efe00 void 0.000126
+gallium_dri.so malloc 72 0x5571735efe80 0.000119
+gallium_dri.so free 0x5571735eff40 void 0.000124
+gallium_dri.so free 0x5571735efe80 void 0.000123
+gallium_dri.so malloc 72 0x5571735efe80 0.000129
+gallium_dri.so free 0x5571735effc0 void 0.000130
+gallium_dri.so free 0x5571735efe80 void 0.000185
+gallium_dri.so malloc 72 0x5571735efff0 0.000183
+gallium_dri.so free 0x5571735f0040 void 0.000178
+gallium_dri.so free 0x5571735efff0 void 0.000200
+gallium_dri.so malloc 72 0x5571735efff0 0.000182
+gallium_dri.so free 0x5571735f0140 void 0.000159
+gallium_dri.so free 0x5571735efff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f00f0 0.000125
+gallium_dri.so free 0x5571735f0200 void 0.000140
+gallium_dri.so free 0x5571735f00f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f01b0 0.000187
+gallium_dri.so free 0x5571735f0280 void 0.000167
+gallium_dri.so free 0x5571735f01b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f01b0 0.000138
+gallium_dri.so free 0x5571735f0340 void 0.000157
+gallium_dri.so free 0x5571735f01b0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f01b0 0.000190
+gallium_dri.so free 0x5571735f0400 void 0.000168
+gallium_dri.so free 0x5571735f01b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f03b0 0.000137
+gallium_dri.so free 0x5571735f0480 void 0.000137
+gallium_dri.so free 0x5571735f03b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735f04d0 0.000127
+gallium_dri.so free 0x5571735f0540 void 0.000135
+gallium_dri.so free 0x5571735f04d0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0560 0.000125
+gallium_dri.so free 0x5571735f0600 void 0.000126
+gallium_dri.so free 0x5571735f0560 void 0.000130
+gallium_dri.so malloc 72 0x5571735f05b0 0.000146
+gallium_dri.so free 0x5571735f0680 void 0.000138
+gallium_dri.so free 0x5571735f05b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0680 0.000186
+gallium_dri.so free 0x5571735f0740 void 0.000214
+gallium_dri.so free 0x5571735f0680 void 0.000185
+gallium_dri.so malloc 72 0x5571735f0680 0.000189
+gallium_dri.so free 0x5571735f07c0 void 0.000163
+gallium_dri.so free 0x5571735f0680 void 0.000131
+gallium_dri.so malloc 72 0x5571735f07c0 0.000136
+gallium_dri.so free 0x5571735f0880 void 0.000139
+gallium_dri.so free 0x5571735f07c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f07c0 0.000184
+gallium_dri.so free 0x5571735f0940 void 0.000189
+gallium_dri.so free 0x5571735f07c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f07c0 0.000169
+gallium_dri.so free 0x5571735f0a00 void 0.000177
+gallium_dri.so free 0x5571735f07c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f09b0 0.000190
+gallium_dri.so free 0x5571735f0a80 void 0.000139
+gallium_dri.so free 0x5571735f09b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0ad0 0.000127
+gallium_dri.so free 0x5571735f0b40 void 0.000134
+gallium_dri.so free 0x5571735f0ad0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0b80 0.000138
+gallium_dri.so free 0x5571735f0c00 void 0.000131
+gallium_dri.so free 0x5571735f0b80 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0b80 0.000131
+gallium_dri.so free 0x5571735f0c80 void 0.000141
+gallium_dri.so free 0x5571735f0b80 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000144
+gallium_dri.so free 0x5571735f0d00 void 0.000122
+gallium_dri.so free 0x5571735f0cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000130
+gallium_dri.so free 0x5571735f0e00 void 0.000127
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0db0 0.000125
+gallium_dri.so free 0x5571735f0ec0 void 0.000125
+gallium_dri.so free 0x5571735f0db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0e70 0.000126
+gallium_dri.so free 0x5571735f0f00 void 0.000125
+gallium_dri.so free 0x5571735f0e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0e70 0.000120
+gallium_dri.so free 0x5571735f0fc0 void 0.000120
+gallium_dri.so free 0x5571735f0e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1030 0.000128
+gallium_dri.so free 0x5571735f1080 void 0.000128
+gallium_dri.so free 0x5571735f1030 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1030 0.000130
+gallium_dri.so free 0x5571735f1180 void 0.000125
+gallium_dri.so free 0x5571735f1030 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1130 0.000129
+gallium_dri.so free 0x5571735f1240 void 0.000128
+gallium_dri.so free 0x5571735f1130 void 0.000125
+gallium_dri.so malloc 72 0x5571735f11f0 0.000121
+gallium_dri.so free 0x5571735f1280 void 0.000121
+gallium_dri.so free 0x5571735f11f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f11f0 0.000129
+gallium_dri.so free 0x5571735f1340 void 0.000129
+gallium_dri.so free 0x5571735f11f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1380 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so free 0x5571735f1380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1400 0.000128
+gallium_dri.so free 0x5571735f14c0 void 0.000132
+gallium_dri.so free 0x5571735f1400 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1400 0.000130
+gallium_dri.so free 0x5571735f1580 void 0.000129
+gallium_dri.so free 0x5571735f1400 void 0.000129
+gallium_dri.so malloc 72 0x5571735f15a0 0.000125
+gallium_dri.so free 0x5571735f1640 void 0.000126
+gallium_dri.so free 0x5571735f15a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f15f0 0.000128
+gallium_dri.so free 0x5571735f16c0 void 0.000129
+gallium_dri.so free 0x5571735f15f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f15f0 0.000126
+gallium_dri.so free 0x5571735f1740 void 0.000126
+gallium_dri.so free 0x5571735f15f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1740 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1740 0.000129
+gallium_dri.so free 0x5571735f18c0 void 0.000124
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1740 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1930 0.000130
+gallium_dri.so free 0x5571735f1a40 void 0.000242
+gallium_dri.so free 0x5571735f1930 void 0.000259
+gallium_dri.so malloc 72 0x5571735f19f0 0.000223
+gallium_dri.so free 0x5571735f1ac0 void 0.000222
+gallium_dri.so free 0x5571735f19f0 void 0.000239
+gallium_dri.so malloc 72 0x5571735f1b10 0.000221
+gallium_dri.so free 0x5571735f1b80 void 0.000222
+gallium_dri.so free 0x5571735f1b10 void 0.000241
+gallium_dri.so malloc 72 0x5571735f1ba0 0.000238
+gallium_dri.so free 0x5571735f1c40 void 0.000221
+gallium_dri.so free 0x5571735f1ba0 void 0.000181
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000227
+gallium_dri.so free 0x5571735f1cc0 void 0.000131
+gallium_dri.so free 0x5571735f1bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000129
+gallium_dri.so free 0x5571735f1d40 void 0.000125
+gallium_dri.so free 0x5571735f1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d40 0.000141
+gallium_dri.so free 0x5571735f1e00 void 0.000129
+gallium_dri.so free 0x5571735f1d40 void 0.000154
+gallium_dri.so malloc 72 0x5571735f1d40 0.000126
+gallium_dri.so free 0x5571735f1f00 void 0.000127
+gallium_dri.so free 0x5571735f1d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000127
+gallium_dri.so free 0x5571735f1f40 void 0.000126
+gallium_dri.so free 0x5571735f1eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000126
+gallium_dri.so free 0x5571735f2000 void 0.000126
+gallium_dri.so free 0x5571735f1eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2040 0.000127
+gallium_dri.so free 0x5571735f20c0 void 0.000127
+gallium_dri.so free 0x5571735f2040 void 0.000126
+gallium_dri.so malloc 72 0x5571735f20c0 0.000127
+gallium_dri.so free 0x5571735f2180 void 0.000127
+gallium_dri.so free 0x5571735f20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f20c0 0.000126
+gallium_dri.so free 0x5571735f2200 void 0.000125
+gallium_dri.so free 0x5571735f20c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2230 0.000125
+gallium_dri.so free 0x5571735f2280 void 0.000127
+gallium_dri.so free 0x5571735f2230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2230 0.000127
+gallium_dri.so free 0x5571735f2380 void 0.000138
+gallium_dri.so free 0x5571735f2230 void 0.000133
+gallium_dri.so malloc 72 0x5571735f23c0 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000122
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2440 0.000119
+gallium_dri.so free 0x5571735f2500 void 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2440 0.000120
+gallium_dri.so free 0x5571735f2580 void 0.000121
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f25b0 0.000118
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25b0 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f26b0 0.000118
+gallium_dri.so free 0x5571735f27c0 void 0.000120
+gallium_dri.so free 0x5571735f26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2770 0.000121
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so free 0x5571735f2770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2770 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000121
+gallium_dri.so free 0x5571735f2770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2770 0.000163
+gallium_dri.so free 0x5571735f29c0 void 0.000122
+gallium_dri.so free 0x5571735f2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2970 0.000119
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2a90 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000121
+gallium_dri.so free 0x5571735f2a90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b20 0.000120
+gallium_dri.so free 0x5571735f2bc0 void 0.000119
+gallium_dri.so free 0x5571735f2b20 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b70 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000121
+gallium_dri.so free 0x5571735f2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c40 0.000121
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c40 0.000119
+gallium_dri.so free 0x5571735f2d80 void 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d80 0.000118
+gallium_dri.so free 0x5571735f2e40 void 0.000121
+gallium_dri.so free 0x5571735f2d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d80 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so free 0x5571735f2d80 void 0.000163
+gallium_dri.so malloc 72 0x5571735f2d80 0.000148
+gallium_dri.so free 0x5571735f2fc0 void 0.000149
+gallium_dri.so free 0x5571735f2d80 void 0.000147
+gallium_dri.so malloc 72 0x5571735f2f70 0.000145
+gallium_dri.so free 0x5571735f3040 void 0.000146
+gallium_dri.so free 0x5571735f2f70 void 0.000146
+gallium_dri.so malloc 72 0x5571735f3090 0.000145
+gallium_dri.so free 0x5571735f3100 void 0.000145
+gallium_dri.so free 0x5571735f3090 void 0.000145
+gallium_dri.so malloc 72 0x5571735f3140 0.000147
+gallium_dri.so free 0x5571735f31c0 void 0.000143
+gallium_dri.so free 0x5571735f3140 void 0.000144
+gallium_dri.so malloc 72 0x5571735f3140 0.000144
+gallium_dri.so free 0x5571735f3240 void 0.000146
+gallium_dri.so free 0x5571735f3140 void 0.000151
+gallium_dri.so malloc 72 0x5571735f3270 0.000141
+gallium_dri.so free 0x5571735f32c0 void 0.000138
+gallium_dri.so free 0x5571735f3270 void 0.000139
+gallium_dri.so malloc 72 0x5571735f3270 0.000137
+gallium_dri.so free 0x5571735f33c0 void 0.000138
+gallium_dri.so free 0x5571735f3270 void 0.000139
+gallium_dri.so malloc 72 0x5571735f3370 0.000154
+gallium_dri.so free 0x5571735f3480 void 0.000139
+gallium_dri.so free 0x5571735f3370 void 0.000233
+gallium_dri.so malloc 72 0x5571735f3430 0.000145
+gallium_dri.so free 0x5571735f34c0 void 0.000146
+gallium_dri.so free 0x5571735f3430 void 0.000152
+gallium_dri.so malloc 72 0x5571735f3430 0.000137
+gallium_dri.so free 0x5571735f3580 void 0.000137
+gallium_dri.so free 0x5571735f3430 void 0.000138
+gallium_dri.so malloc 72 0x5571735f35f0 0.000140
+gallium_dri.so free 0x5571735f3640 void 0.000140
+gallium_dri.so free 0x5571735f35f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f35f0 0.000139
+gallium_dri.so free 0x5571735f3740 void 0.000141
+gallium_dri.so free 0x5571735f35f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f36f0 0.000690
+gallium_dri.so free 0x5571735f3800 void 0.000290
+gallium_dri.so free 0x5571735f36f0 void 0.000330
+gallium_dri.so malloc 72 0x5571735f37b0 0.000266
+gallium_dri.so free 0x5571735f3840 void 0.000267
+gallium_dri.so free 0x5571735f37b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f37b0 0.000219
+gallium_dri.so free 0x5571735f3900 void 0.000232
+gallium_dri.so free 0x5571735f37b0 void 0.000193
+gallium_dri.so malloc 72 0x5571735f3940 0.000115
+gallium_dri.so free 0x5571735f39c0 void 0.000118
+gallium_dri.so free 0x5571735f3940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39c0 0.000116
+gallium_dri.so free 0x5571735f3a80 void 0.000115
+gallium_dri.so free 0x5571735f39c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39c0 0.000116
+gallium_dri.so free 0x5571735f3b40 void 0.000114
+gallium_dri.so free 0x5571735f39c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3b60 0.000114
+gallium_dri.so free 0x5571735f3c00 void 0.000114
+gallium_dri.so free 0x5571735f3b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000127
+gallium_dri.so free 0x5571735f3c80 void 0.000117
+gallium_dri.so free 0x5571735f3bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000115
+gallium_dri.so free 0x5571735f3d00 void 0.000115
+gallium_dri.so free 0x5571735f3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3d00 0.000113
+gallium_dri.so free 0x5571735f3dc0 void 0.000115
+gallium_dri.so free 0x5571735f3d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3d00 0.000119
+gallium_dri.so free 0x5571735f3e80 void 0.000120
+gallium_dri.so free 0x5571735f3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3d00 0.000117
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so free 0x5571735f3d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3ef0 0.000119
+gallium_dri.so free 0x5571735f4000 void 0.000121
+gallium_dri.so free 0x5571735f3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3fb0 0.000118
+gallium_dri.so free 0x5571735f4080 void 0.000121
+gallium_dri.so free 0x5571735f3fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f40d0 0.000118
+gallium_dri.so free 0x5571735f4140 void 0.000120
+gallium_dri.so free 0x5571735f40d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4160 0.000118
+gallium_dri.so free 0x5571735f4200 void 0.000119
+gallium_dri.so free 0x5571735f4160 void 0.000118
+gallium_dri.so malloc 72 0x5571735f41b0 0.000137
+gallium_dri.so free 0x5571735f4280 void 0.000121
+gallium_dri.so free 0x5571735f41b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f41b0 0.000119
+gallium_dri.so free 0x5571735f4300 void 0.000119
+gallium_dri.so free 0x5571735f41b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4300 0.000120
+gallium_dri.so free 0x5571735f43c0 void 0.000121
+gallium_dri.so free 0x5571735f4300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4300 0.000119
+gallium_dri.so free 0x5571735f44c0 void 0.000120
+gallium_dri.so free 0x5571735f4300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4470 0.000120
+gallium_dri.so free 0x5571735f4500 void 0.000120
+gallium_dri.so free 0x5571735f4470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4470 0.000120
+gallium_dri.so free 0x5571735f45c0 void 0.000122
+gallium_dri.so free 0x5571735f4470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4600 0.000120
+gallium_dri.so free 0x5571735f4680 void 0.000120
+gallium_dri.so free 0x5571735f4600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4680 0.000119
+gallium_dri.so free 0x5571735f4740 void 0.000121
+gallium_dri.so free 0x5571735f4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4680 0.000119
+gallium_dri.so free 0x5571735f47c0 void 0.000120
+gallium_dri.so free 0x5571735f4680 void 0.000170
+gallium_dri.so malloc 72 0x5571735f47f0 0.000120
+gallium_dri.so free 0x5571735f4840 void 0.000121
+gallium_dri.so free 0x5571735f47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f47f0 0.000120
+gallium_dri.so free 0x5571735f4940 void 0.000120
+gallium_dri.so free 0x5571735f47f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4980 0.000118
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so free 0x5571735f4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4a00 0.000148
+gallium_dri.so free 0x5571735f4ac0 void 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000119
+gallium_dri.so free 0x5571735f4b40 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4b70 0.000119
+gallium_dri.so free 0x5571735f4bc0 void 0.000120
+gallium_dri.so free 0x5571735f4b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4b70 0.000121
+gallium_dri.so free 0x5571735f4cc0 void 0.000121
+gallium_dri.so free 0x5571735f4b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c70 0.000120
+gallium_dri.so free 0x5571735f4d80 void 0.000128
+gallium_dri.so free 0x5571735f4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d30 0.000113
+gallium_dri.so free 0x5571735f4e00 void 0.000118
+gallium_dri.so free 0x5571735f4d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d30 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000114
+gallium_dri.so free 0x5571735f4d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4d30 0.000116
+gallium_dri.so free 0x5571735f4f80 void 0.000114
+gallium_dri.so free 0x5571735f4d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4f30 0.000114
+gallium_dri.so free 0x5571735f5000 void 0.000115
+gallium_dri.so free 0x5571735f4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5050 0.000113
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f5050 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50e0 0.000112
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so free 0x5571735f50e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5130 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000115
+gallium_dri.so free 0x5571735f5130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5200 0.000115
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5340 0.000114
+gallium_dri.so free 0x5571735f5400 void 0.000128
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5340 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000115
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5340 0.000112
+gallium_dri.so free 0x5571735f5580 void 0.000115
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5530 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000116
+gallium_dri.so free 0x5571735f5530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5650 0.000115
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f5650 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5700 0.000112
+gallium_dri.so free 0x5571735f5780 void 0.000115
+gallium_dri.so free 0x5571735f5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5700 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5830 0.000114
+gallium_dri.so free 0x5571735f5880 void 0.000114
+gallium_dri.so free 0x5571735f5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5830 0.000113
+gallium_dri.so free 0x5571735f5980 void 0.000115
+gallium_dri.so free 0x5571735f5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5930 0.000115
+gallium_dri.so free 0x5571735f5a40 void 0.000154
+gallium_dri.so free 0x5571735f5930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f59f0 0.000115
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so free 0x5571735f59f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59f0 0.000113
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so free 0x5571735f59f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000114
+gallium_dri.so free 0x5571735f5bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000112
+gallium_dri.so free 0x5571735f5d00 void 0.000115
+gallium_dri.so free 0x5571735f5bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000113
+gallium_dri.so free 0x5571735f5dc0 void 0.000119
+gallium_dri.so free 0x5571735f5cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5d70 0.000112
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735f5d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5d70 0.000112
+gallium_dri.so free 0x5571735f5ec0 void 0.000114
+gallium_dri.so free 0x5571735f5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f00 0.000113
+gallium_dri.so free 0x5571735f5f80 void 0.000114
+gallium_dri.so free 0x5571735f5f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f80 0.000113
+gallium_dri.so free 0x5571735f6040 void 0.000114
+gallium_dri.so free 0x5571735f5f80 void 0.000104
+gallium_dri.so malloc 72 0x5571735f5f80 0.000116
+gallium_dri.so free 0x5571735f6100 void 0.000116
+gallium_dri.so free 0x5571735f5f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6120 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x5571735f6120 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6170 0.000114
+gallium_dri.so free 0x5571735f6240 void 0.000116
+gallium_dri.so free 0x5571735f6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6170 0.000112
+gallium_dri.so free 0x5571735f62c0 void 0.000115
+gallium_dri.so free 0x5571735f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f62c0 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000114
+gallium_dri.so free 0x5571735f62c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f62c0 0.000113
+gallium_dri.so free 0x5571735f6440 void 0.000116
+gallium_dri.so free 0x5571735f62c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f62c0 0.000115
+gallium_dri.so free 0x5571735f6500 void 0.000114
+gallium_dri.so free 0x5571735f62c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f64b0 0.000113
+gallium_dri.so free 0x5571735f65c0 void 0.000113
+gallium_dri.so free 0x5571735f64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so free 0x5571735f6570 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6690 0.000114
+gallium_dri.so free 0x5571735f6700 void 0.000115
+gallium_dri.so free 0x5571735f6690 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6720 0.000112
+gallium_dri.so free 0x5571735f67c0 void 0.000113
+gallium_dri.so free 0x5571735f6720 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6770 0.000115
+gallium_dri.so free 0x5571735f6840 void 0.000114
+gallium_dri.so free 0x5571735f6770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6770 0.000114
+gallium_dri.so free 0x5571735f68c0 void 0.000116
+gallium_dri.so free 0x5571735f6770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f68c0 0.000115
+gallium_dri.so free 0x5571735f6980 void 0.000116
+gallium_dri.so free 0x5571735f68c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f68c0 0.000115
+gallium_dri.so free 0x5571735f6a80 void 0.000115
+gallium_dri.so free 0x5571735f68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6a30 0.000112
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735f6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6a30 0.000113
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f6bc0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f6c40 0.000115
+gallium_dri.so free 0x5571735f6d00 void 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6c40 0.000113
+gallium_dri.so free 0x5571735f6d80 void 0.000116
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000112
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000115
+gallium_dri.so free 0x5571735f6db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f6fc0 void 0.000115
+gallium_dri.so free 0x5571735f6f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000142
+gallium_dri.so free 0x5571735f7080 void 0.000116
+gallium_dri.so free 0x5571735f6fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000113
+gallium_dri.so free 0x5571735f7100 void 0.000116
+gallium_dri.so free 0x5571735f6fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7130 0.000114
+gallium_dri.so free 0x5571735f7180 void 0.000115
+gallium_dri.so free 0x5571735f7130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7130 0.000115
+gallium_dri.so free 0x5571735f7280 void 0.000114
+gallium_dri.so free 0x5571735f7130 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7230 0.000117
+gallium_dri.so free 0x5571735f7340 void 0.000115
+gallium_dri.so free 0x5571735f7230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72f0 0.000113
+gallium_dri.so free 0x5571735f73c0 void 0.000115
+gallium_dri.so free 0x5571735f72f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72f0 0.000113
+gallium_dri.so free 0x5571735f7480 void 0.000114
+gallium_dri.so free 0x5571735f72f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f72f0 0.000112
+gallium_dri.so free 0x5571735f7540 void 0.000114
+gallium_dri.so free 0x5571735f72f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f74f0 0.000112
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so free 0x5571735f74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7610 0.000114
+gallium_dri.so free 0x5571735f7680 void 0.000114
+gallium_dri.so free 0x5571735f7610 void 0.000114
+gallium_dri.so malloc 72 0x5571735f76a0 0.000112
+gallium_dri.so free 0x5571735f7740 void 0.000114
+gallium_dri.so free 0x5571735f76a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f76f0 0.000114
+gallium_dri.so free 0x5571735f77c0 void 0.000115
+gallium_dri.so free 0x5571735f76f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77c0 0.000114
+gallium_dri.so free 0x5571735f7880 void 0.000114
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f77c0 0.000133
+gallium_dri.so free 0x5571735f7900 void 0.000116
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7900 0.000112
+gallium_dri.so free 0x5571735f79c0 void 0.000116
+gallium_dri.so free 0x5571735f7900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7900 0.000114
+gallium_dri.so free 0x5571735f7a80 void 0.000114
+gallium_dri.so free 0x5571735f7900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7900 0.000113
+gallium_dri.so free 0x5571735f7b40 void 0.000115
+gallium_dri.so free 0x5571735f7900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7af0 0.000113
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c10 0.000114
+gallium_dri.so free 0x5571735f7c80 void 0.000115
+gallium_dri.so free 0x5571735f7c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000113
+gallium_dri.so free 0x5571735f7d40 void 0.000113
+gallium_dri.so free 0x5571735f7cc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000117
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so free 0x5571735f7cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7df0 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000115
+gallium_dri.so free 0x5571735f7df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7df0 0.000172
+gallium_dri.so free 0x5571735f7f40 void 0.000116
+gallium_dri.so free 0x5571735f7df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000115
+gallium_dri.so free 0x5571735f7ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000119
+gallium_dri.so free 0x5571735f8040 void 0.000114
+gallium_dri.so free 0x5571735f7fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8170 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f82c0 void 0.000112
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8270 0.000113
+gallium_dri.so free 0x5571735f8380 void 0.000114
+gallium_dri.so free 0x5571735f8270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8330 0.000118
+gallium_dri.so free 0x5571735f83c0 void 0.000124
+gallium_dri.so free 0x5571735f8330 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8330 0.000124
+gallium_dri.so free 0x5571735f8480 void 0.000119
+gallium_dri.so free 0x5571735f8330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f84c0 0.000114
+gallium_dri.so free 0x5571735f8540 void 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8540 0.000115
+gallium_dri.so free 0x5571735f8600 void 0.000115
+gallium_dri.so free 0x5571735f8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8540 0.000113
+gallium_dri.so free 0x5571735f86c0 void 0.000114
+gallium_dri.so free 0x5571735f8540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f86e0 0.000113
+gallium_dri.so free 0x5571735f8780 void 0.000113
+gallium_dri.so free 0x5571735f86e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8730 0.000112
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f8730 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8730 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000114
+gallium_dri.so free 0x5571735f8730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8880 0.000113
+gallium_dri.so free 0x5571735f8940 void 0.000112
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8880 0.000112
+gallium_dri.so free 0x5571735f8a00 void 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8880 0.000112
+gallium_dri.so free 0x5571735f8ac0 void 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8a70 0.000117
+gallium_dri.so free 0x5571735f8b80 void 0.000114
+gallium_dri.so free 0x5571735f8a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b30 0.000114
+gallium_dri.so free 0x5571735f8c00 void 0.000112
+gallium_dri.so free 0x5571735f8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c50 0.000112
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so free 0x5571735f8c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ce0 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000118
+gallium_dri.so free 0x5571735f8ce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d30 0.000112
+gallium_dri.so free 0x5571735f8e00 void 0.000116
+gallium_dri.so free 0x5571735f8d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d30 0.000114
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so free 0x5571735f8d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000113
+gallium_dri.so free 0x5571735f8f40 void 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000113
+gallium_dri.so free 0x5571735f9040 void 0.000114
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000114
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000171
+gallium_dri.so free 0x5571735f9140 void 0.000124
+gallium_dri.so free 0x5571735f8ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9180 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f9180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9200 0.000211
+gallium_dri.so free 0x5571735f92c0 void 0.000210
+gallium_dri.so free 0x5571735f9200 void 0.000212
+gallium_dri.so malloc 72 0x5571735f9200 0.000119
+gallium_dri.so free 0x5571735f9340 void 0.000122
+gallium_dri.so free 0x5571735f9200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9370 0.000122
+gallium_dri.so free 0x5571735f93c0 void 0.000124
+gallium_dri.so free 0x5571735f9370 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9370 0.000124
+gallium_dri.so free 0x5571735f94c0 void 0.000119
+gallium_dri.so free 0x5571735f9370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9500 0.000117
+gallium_dri.so free 0x5571735f9580 void 0.000119
+gallium_dri.so free 0x5571735f9500 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9580 0.000123
+gallium_dri.so free 0x5571735f9640 void 0.000113
+gallium_dri.so free 0x5571735f9580 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9580 0.000111
+gallium_dri.so free 0x5571735f96c0 void 0.000110
+gallium_dri.so free 0x5571735f9580 void 0.000110
+gallium_dri.so malloc 72 0x5571735f96f0 0.000110
+gallium_dri.so free 0x5571735f9740 void 0.000112
+gallium_dri.so free 0x5571735f96f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f96f0 0.000111
+gallium_dri.so free 0x5571735f9840 void 0.000110
+gallium_dri.so free 0x5571735f96f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f97f0 0.000111
+gallium_dri.so free 0x5571735f9900 void 0.000109
+gallium_dri.so free 0x5571735f97f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f98b0 0.000109
+gallium_dri.so free 0x5571735f9980 void 0.000110
+gallium_dri.so free 0x5571735f98b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f98b0 0.000110
+gallium_dri.so free 0x5571735f9a40 void 0.000111
+gallium_dri.so free 0x5571735f98b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f98b0 0.000109
+gallium_dri.so free 0x5571735f9b00 void 0.000110
+gallium_dri.so free 0x5571735f98b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000109
+gallium_dri.so free 0x5571735f9b80 void 0.000108
+gallium_dri.so free 0x5571735f9ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9bd0 0.000110
+gallium_dri.so free 0x5571735f9c40 void 0.000111
+gallium_dri.so free 0x5571735f9bd0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9c60 0.000121
+gallium_dri.so free 0x5571735f9d00 void 0.000115
+gallium_dri.so free 0x5571735f9c60 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000124
+gallium_dri.so free 0x5571735f9d80 void 0.000124
+gallium_dri.so free 0x5571735f9cb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f9d80 0.000122
+gallium_dri.so free 0x5571735f9e40 void 0.000122
+gallium_dri.so free 0x5571735f9d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9d80 0.000122
+gallium_dri.so free 0x5571735f9ec0 void 0.000131
+gallium_dri.so free 0x5571735f9d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x5571735f9ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000112
+gallium_dri.so free 0x5571735fa040 void 0.000114
+gallium_dri.so free 0x5571735f9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000113
+gallium_dri.so free 0x5571735fa100 void 0.000115
+gallium_dri.so free 0x5571735f9ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000113
+gallium_dri.so free 0x5571735fa180 void 0.000131
+gallium_dri.so free 0x5571735fa0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa1d0 0.000122
+gallium_dri.so free 0x5571735fa240 void 0.000117
+gallium_dri.so free 0x5571735fa1d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa280 0.000114
+gallium_dri.so free 0x5571735fa300 void 0.000113
+gallium_dri.so free 0x5571735fa280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa280 0.000114
+gallium_dri.so free 0x5571735fa380 void 0.000113
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000115
+gallium_dri.so free 0x5571735fa3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000113
+gallium_dri.so free 0x5571735fa500 void 0.000113
+gallium_dri.so free 0x5571735fa3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000129
+gallium_dri.so free 0x5571735fa5c0 void 0.000124
+gallium_dri.so free 0x5571735fa4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa570 0.000122
+gallium_dri.so free 0x5571735fa600 void 0.000121
+gallium_dri.so free 0x5571735fa570 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa570 0.000125
+gallium_dri.so free 0x5571735fa6c0 void 0.000116
+gallium_dri.so free 0x5571735fa570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa730 0.000121
+gallium_dri.so free 0x5571735fa780 void 0.000169
+gallium_dri.so free 0x5571735fa730 void 0.000177
+gallium_dri.so malloc 72 0x5571735fa730 0.000177
+gallium_dri.so free 0x5571735fa880 void 0.000185
+gallium_dri.so free 0x5571735fa730 void 0.000182
+gallium_dri.so malloc 72 0x5571735fa830 0.000177
+gallium_dri.so free 0x5571735fa940 void 0.000178
+gallium_dri.so free 0x5571735fa830 void 0.000184
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000181
+gallium_dri.so free 0x5571735fa980 void 0.000182
+gallium_dri.so free 0x5571735fa8f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000184
+gallium_dri.so free 0x5571735faa40 void 0.000183
+gallium_dri.so free 0x5571735fa8f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735faa80 0.000179
+gallium_dri.so free 0x5571735fab00 void 0.000179
+gallium_dri.so free 0x5571735faa80 void 0.000173
+gallium_dri.so malloc 72 0x5571735fab00 0.000185
+gallium_dri.so free 0x5571735fabc0 void 0.000178
+gallium_dri.so free 0x5571735fab00 void 0.000178
+gallium_dri.so malloc 72 0x5571735fab00 0.000179
+gallium_dri.so free 0x5571735fac80 void 0.000177
+gallium_dri.so free 0x5571735fab00 void 0.000177
+gallium_dri.so malloc 72 0x5571735faca0 0.000179
+gallium_dri.so free 0x5571735fad40 void 0.000196
+gallium_dri.so free 0x5571735faca0 void 0.000185
+gallium_dri.so malloc 72 0x5571735facf0 0.000178
+gallium_dri.so free 0x5571735fadc0 void 0.000180
+gallium_dri.so free 0x5571735facf0 void 0.000172
+gallium_dri.so malloc 72 0x5571735facf0 0.000173
+gallium_dri.so free 0x5571735fae40 void 0.000125
+gallium_dri.so free 0x5571735facf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fae40 0.000124
+gallium_dri.so free 0x5571735faf00 void 0.000119
+gallium_dri.so free 0x5571735fae40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae40 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000123
+gallium_dri.so free 0x5571735fae40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fae40 0.000123
+gallium_dri.so free 0x5571735fb080 void 0.000124
+gallium_dri.so free 0x5571735fae40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb030 0.000124
+gallium_dri.so free 0x5571735fb140 void 0.000120
+gallium_dri.so free 0x5571735fb030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000119
+gallium_dri.so free 0x5571735fb1c0 void 0.000124
+gallium_dri.so free 0x5571735fb0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb210 0.000123
+gallium_dri.so free 0x5571735fb280 void 0.000120
+gallium_dri.so free 0x5571735fb210 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb2a0 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb2a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000125
+gallium_dri.so free 0x5571735fb3c0 void 0.000125
+gallium_dri.so free 0x5571735fb2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000119
+gallium_dri.so free 0x5571735fb440 void 0.000119
+gallium_dri.so free 0x5571735fb2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb440 0.000118
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb440 0.000131
+gallium_dri.so free 0x5571735fb600 void 0.000125
+gallium_dri.so free 0x5571735fb440 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000124
+gallium_dri.so free 0x5571735fb640 void 0.000120
+gallium_dri.so free 0x5571735fb5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000127
+gallium_dri.so free 0x5571735fb700 void 0.000123
+gallium_dri.so free 0x5571735fb5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb740 0.000119
+gallium_dri.so free 0x5571735fb7c0 void 0.000124
+gallium_dri.so free 0x5571735fb740 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000124
+gallium_dri.so free 0x5571735fb880 void 0.000119
+gallium_dri.so free 0x5571735fb7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000121
+gallium_dri.so free 0x5571735fb900 void 0.000118
+gallium_dri.so free 0x5571735fb7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb930 0.000119
+gallium_dri.so free 0x5571735fb980 void 0.000126
+gallium_dri.so free 0x5571735fb930 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb930 0.000120
+gallium_dri.so free 0x5571735fba80 void 0.000120
+gallium_dri.so free 0x5571735fb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbac0 0.000118
+gallium_dri.so free 0x5571735fbb40 void 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbb40 0.000120
+gallium_dri.so free 0x5571735fbc00 void 0.000118
+gallium_dri.so free 0x5571735fbb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb40 0.000118
+gallium_dri.so free 0x5571735fbc80 void 0.000117
+gallium_dri.so free 0x5571735fbb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000118
+gallium_dri.so free 0x5571735fbd00 void 0.000122
+gallium_dri.so free 0x5571735fbcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000118
+gallium_dri.so free 0x5571735fbe00 void 0.000119
+gallium_dri.so free 0x5571735fbcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000118
+gallium_dri.so free 0x5571735fbec0 void 0.000118
+gallium_dri.so free 0x5571735fbdb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fbe70 0.000131
+gallium_dri.so free 0x5571735fbf40 void 0.000134
+gallium_dri.so free 0x5571735fbe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbe70 0.000130
+gallium_dri.so free 0x5571735fc000 void 0.000132
+gallium_dri.so free 0x5571735fbe70 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbe70 0.000134
+gallium_dri.so free 0x5571735fc0c0 void 0.000134
+gallium_dri.so free 0x5571735fbe70 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc070 0.000135
+gallium_dri.so free 0x5571735fc140 void 0.000134
+gallium_dri.so free 0x5571735fc070 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc190 0.000131
+gallium_dri.so free 0x5571735fc200 void 0.000132
+gallium_dri.so free 0x5571735fc190 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc220 0.000134
+gallium_dri.so free 0x5571735fc2c0 void 0.000134
+gallium_dri.so free 0x5571735fc220 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc270 0.000134
+gallium_dri.so free 0x5571735fc340 void 0.000134
+gallium_dri.so free 0x5571735fc270 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc340 0.000133
+gallium_dri.so free 0x5571735fc400 void 0.000135
+gallium_dri.so free 0x5571735fc340 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc340 0.000134
+gallium_dri.so free 0x5571735fc480 void 0.000134
+gallium_dri.so free 0x5571735fc340 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc480 0.000134
+gallium_dri.so free 0x5571735fc540 void 0.000134
+gallium_dri.so free 0x5571735fc480 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc480 0.000133
+gallium_dri.so free 0x5571735fc600 void 0.000133
+gallium_dri.so free 0x5571735fc480 void 0.000143
+gallium_dri.so malloc 72 0x5571735fc480 0.000134
+gallium_dri.so free 0x5571735fc6c0 void 0.000134
+gallium_dri.so free 0x5571735fc480 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc670 0.000134
+gallium_dri.so free 0x5571735fc740 void 0.000133
+gallium_dri.so free 0x5571735fc670 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc790 0.000132
+gallium_dri.so free 0x5571735fc800 void 0.000135
+gallium_dri.so free 0x5571735fc790 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc840 0.000134
+gallium_dri.so free 0x5571735fc8c0 void 0.000134
+gallium_dri.so free 0x5571735fc840 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc840 0.000130
+gallium_dri.so free 0x5571735fc940 void 0.000134
+gallium_dri.so free 0x5571735fc840 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc970 0.000135
+gallium_dri.so free 0x5571735fc9c0 void 0.000134
+gallium_dri.so free 0x5571735fc970 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc970 0.000132
+gallium_dri.so free 0x5571735fcac0 void 0.000134
+gallium_dri.so free 0x5571735fc970 void 0.000133
+gallium_dri.so malloc 72 0x5571735fca70 0.000142
+gallium_dri.so free 0x5571735fcb80 void 0.000192
+gallium_dri.so free 0x5571735fca70 void 0.000135
+gallium_dri.so malloc 72 0x5571735fcb30 0.000131
+gallium_dri.so free 0x5571735fcbc0 void 0.000135
+gallium_dri.so free 0x5571735fcb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcb30 0.000134
+gallium_dri.so free 0x5571735fcc80 void 0.000134
+gallium_dri.so free 0x5571735fcb30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fccf0 0.000133
+gallium_dri.so free 0x5571735fcd40 void 0.000133
+gallium_dri.so free 0x5571735fccf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fccf0 0.000132
+gallium_dri.so free 0x5571735fce40 void 0.000133
+gallium_dri.so free 0x5571735fccf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000133
+gallium_dri.so free 0x5571735fcf00 void 0.000133
+gallium_dri.so free 0x5571735fcdf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fceb0 0.000132
+gallium_dri.so free 0x5571735fcf40 void 0.000134
+gallium_dri.so free 0x5571735fceb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fceb0 0.000133
+gallium_dri.so free 0x5571735fd000 void 0.000133
+gallium_dri.so free 0x5571735fceb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd040 0.000136
+gallium_dri.so free 0x5571735fd0c0 void 0.000133
+gallium_dri.so free 0x5571735fd040 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000131
+gallium_dri.so free 0x5571735fd180 void 0.000134
+gallium_dri.so free 0x5571735fd0c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000137
+gallium_dri.so free 0x5571735fd240 void 0.000135
+gallium_dri.so free 0x5571735fd0c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd260 0.000134
+gallium_dri.so free 0x5571735fd300 void 0.000134
+gallium_dri.so free 0x5571735fd260 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000135
+gallium_dri.so free 0x5571735fd380 void 0.000134
+gallium_dri.so free 0x5571735fd2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000133
+gallium_dri.so free 0x5571735fd400 void 0.000133
+gallium_dri.so free 0x5571735fd2b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd400 0.000133
+gallium_dri.so free 0x5571735fd4c0 void 0.000135
+gallium_dri.so free 0x5571735fd400 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd400 0.000133
+gallium_dri.so free 0x5571735fd580 void 0.000134
+gallium_dri.so free 0x5571735fd400 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd400 0.000142
+gallium_dri.so free 0x5571735fd640 void 0.000134
+gallium_dri.so free 0x5571735fd400 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000132
+gallium_dri.so free 0x5571735fd700 void 0.000133
+gallium_dri.so free 0x5571735fd5f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000133
+gallium_dri.so free 0x5571735fd780 void 0.000135
+gallium_dri.so free 0x5571735fd6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd7d0 0.000133
+gallium_dri.so free 0x5571735fd840 void 0.000134
+gallium_dri.so free 0x5571735fd7d0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd860 0.000134
+gallium_dri.so free 0x5571735fd900 void 0.000140
+gallium_dri.so free 0x5571735fd860 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000134
+gallium_dri.so free 0x5571735fd980 void 0.000133
+gallium_dri.so free 0x5571735fd8b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000132
+gallium_dri.so free 0x5571735fda00 void 0.000134
+gallium_dri.so free 0x5571735fd8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fda00 0.000134
+gallium_dri.so free 0x5571735fdac0 void 0.000134
+gallium_dri.so free 0x5571735fda00 void 0.000181
+gallium_dri.so malloc 72 0x5571735fda00 0.000135
+gallium_dri.so free 0x5571735fdbc0 void 0.000133
+gallium_dri.so free 0x5571735fda00 void 0.000136
+gallium_dri.so malloc 72 0x5571735fdb70 0.000133
+gallium_dri.so free 0x5571735fdc00 void 0.000133
+gallium_dri.so free 0x5571735fdb70 void 0.000134
+gallium_dri.so malloc 72 0x5571735fdb70 0.000134
+gallium_dri.so free 0x5571735fdcc0 void 0.000136
+gallium_dri.so free 0x5571735fdb70 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdd00 0.000133
+gallium_dri.so free 0x5571735fdd80 void 0.000134
+gallium_dri.so free 0x5571735fdd00 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdd80 0.000133
+gallium_dri.so free 0x5571735fde40 void 0.000139
+gallium_dri.so free 0x5571735fdd80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd80 0.000134
+gallium_dri.so free 0x5571735fdec0 void 0.000134
+gallium_dri.so free 0x5571735fdd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdef0 0.000133
+gallium_dri.so free 0x5571735fdf40 void 0.000134
+gallium_dri.so free 0x5571735fdef0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fdef0 0.000130
+gallium_dri.so free 0x5571735fe040 void 0.000143
+gallium_dri.so free 0x5571735fdef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe080 0.000131
+gallium_dri.so free 0x5571735fe100 void 0.000134
+gallium_dri.so free 0x5571735fe080 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe100 0.000133
+gallium_dri.so free 0x5571735fe1c0 void 0.000133
+gallium_dri.so free 0x5571735fe100 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe100 0.000134
+gallium_dri.so free 0x5571735fe240 void 0.000135
+gallium_dri.so free 0x5571735fe100 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe270 0.000134
+gallium_dri.so free 0x5571735fe2c0 void 0.000133
+gallium_dri.so free 0x5571735fe270 void 0.000135
+gallium_dri.so malloc 72 0x5571735fe270 0.000131
+gallium_dri.so free 0x5571735fe3c0 void 0.000133
+gallium_dri.so free 0x5571735fe270 void 0.000136
+gallium_dri.so malloc 72 0x5571735fe370 0.000133
+gallium_dri.so free 0x5571735fe480 void 0.000134
+gallium_dri.so free 0x5571735fe370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe430 0.000132
+gallium_dri.so free 0x5571735fe500 void 0.000133
+gallium_dri.so free 0x5571735fe430 void 0.000135
+gallium_dri.so malloc 72 0x5571735fe430 0.000134
+gallium_dri.so free 0x5571735fe5c0 void 0.000136
+gallium_dri.so free 0x5571735fe430 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe430 0.000134
+gallium_dri.so free 0x5571735fe680 void 0.000134
+gallium_dri.so free 0x5571735fe430 void 0.000138
+gallium_dri.so malloc 72 0x5571735fe630 0.000149
+gallium_dri.so free 0x5571735fe700 void 0.000138
+gallium_dri.so free 0x5571735fe630 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe750 0.000132
+gallium_dri.so free 0x5571735fe7c0 void 0.000133
+gallium_dri.so free 0x5571735fe750 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe7e0 0.000132
+gallium_dri.so free 0x5571735fe880 void 0.000132
+gallium_dri.so free 0x5571735fe7e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe830 0.000131
+gallium_dri.so free 0x5571735fe900 void 0.000132
+gallium_dri.so free 0x5571735fe830 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe900 0.000131
+gallium_dri.so free 0x5571735fe9c0 void 0.000133
+gallium_dri.so free 0x5571735fe900 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe900 0.000133
+gallium_dri.so free 0x5571735fea40 void 0.000132
+gallium_dri.so free 0x5571735fe900 void 0.000145
+gallium_dri.so malloc 72 0x5571735fea40 0.000132
+gallium_dri.so free 0x5571735feb00 void 0.000132
+gallium_dri.so free 0x5571735fea40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fea40 0.000132
+gallium_dri.so free 0x5571735febc0 void 0.000133
+gallium_dri.so free 0x5571735fea40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fea40 0.000132
+gallium_dri.so free 0x5571735fec80 void 0.000132
+gallium_dri.so free 0x5571735fea40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fec30 0.000133
+gallium_dri.so free 0x5571735fed00 void 0.000133
+gallium_dri.so free 0x5571735fec30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fed50 0.000158
+gallium_dri.so free 0x5571735fedc0 void 0.000133
+gallium_dri.so free 0x5571735fed50 void 0.000132
+gallium_dri.so malloc 72 0x5571735fee00 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000133
+gallium_dri.so free 0x5571735fee00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fee00 0.000131
+gallium_dri.so free 0x5571735fef00 void 0.000133
+gallium_dri.so free 0x5571735fee00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fef30 0.000133
+gallium_dri.so free 0x5571735fef80 void 0.000143
+gallium_dri.so free 0x5571735fef30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fef30 0.000132
+gallium_dri.so free 0x5571735ff080 void 0.000132
+gallium_dri.so free 0x5571735fef30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff030 0.000133
+gallium_dri.so free 0x5571735ff140 void 0.000134
+gallium_dri.so free 0x5571735ff030 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000132
+gallium_dri.so free 0x5571735ff180 void 0.000134
+gallium_dri.so free 0x5571735ff0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000132
+gallium_dri.so free 0x5571735ff240 void 0.000140
+gallium_dri.so free 0x5571735ff0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000121
+gallium_dri.so free 0x5571735ff300 void 0.000119
+gallium_dri.so free 0x5571735ff2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000117
+gallium_dri.so free 0x5571735ff400 void 0.000117
+gallium_dri.so free 0x5571735ff2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000120
+gallium_dri.so free 0x5571735ff4c0 void 0.000118
+gallium_dri.so free 0x5571735ff3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff470 0.000119
+gallium_dri.so free 0x5571735ff500 void 0.000151
+gallium_dri.so free 0x5571735ff470 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff470 0.000124
+gallium_dri.so free 0x5571735ff5c0 void 0.000125
+gallium_dri.so free 0x5571735ff470 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff600 0.000124
+gallium_dri.so free 0x5571735ff680 void 0.000124
+gallium_dri.so free 0x5571735ff600 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff680 0.000125
+gallium_dri.so free 0x5571735ff740 void 0.000125
+gallium_dri.so free 0x5571735ff680 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff680 0.000124
+gallium_dri.so free 0x5571735ff800 void 0.000130
+gallium_dri.so free 0x5571735ff680 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff820 0.000124
+gallium_dri.so free 0x5571735ff8c0 void 0.000125
+gallium_dri.so free 0x5571735ff820 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff870 0.000124
+gallium_dri.so free 0x5571735ff940 void 0.000124
+gallium_dri.so free 0x5571735ff870 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff870 0.000123
+gallium_dri.so free 0x5571735ff9c0 void 0.000126
+gallium_dri.so free 0x5571735ff870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000124
+gallium_dri.so free 0x5571735ffa80 void 0.000124
+gallium_dri.so free 0x5571735ff9c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000124
+gallium_dri.so free 0x5571735ffb40 void 0.000124
+gallium_dri.so free 0x5571735ff9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000125
+gallium_dri.so free 0x5571735ffc00 void 0.000124
+gallium_dri.so free 0x5571735ff9c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000124
+gallium_dri.so free 0x5571735ffcc0 void 0.000124
+gallium_dri.so free 0x5571735ffbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffc70 0.000125
+gallium_dri.so free 0x5571735ffd40 void 0.000124
+gallium_dri.so free 0x5571735ffc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffd90 0.000124
+gallium_dri.so free 0x5571735ffe00 void 0.000123
+gallium_dri.so free 0x5571735ffd90 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffe20 0.000127
+gallium_dri.so free 0x5571735fff80 void 0.000125
+gallium_dri.so free 0x5571735ffe20 void 0.000123
+gallium_dri.so malloc 72 0x5571735fff30 0.000124
+gallium_dri.so free 0x5571735a9180 void 0.000124
+gallium_dri.so free 0x5571735fff30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fff30 0.000125
+gallium_dri.so free 0x557173450f00 void 0.000124
+gallium_dri.so free 0x5571735fff30 void 0.000149
+gallium_dri.so malloc 72 0x557173450eb0 0.000159
+gallium_dri.so free 0x5571735b5f40 void 0.000159
+gallium_dri.so free 0x557173450eb0 void 0.000159
+gallium_dri.so malloc 72 0x557173450eb0 0.000160
+gallium_dri.so free 0x5571735a9280 void 0.000157
+gallium_dri.so free 0x557173450eb0 void 0.000157
+gallium_dri.so malloc 72 0x557173450eb0 0.000158
+gallium_dri.so free 0x5571735a8a40 void 0.000157
+gallium_dri.so free 0x557173450eb0 void 0.000167
+gallium_dri.so malloc 72 0x557173450eb0 0.000124
+gallium_dri.so free 0x5571735a8b00 void 0.000118
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a8ab0 0.000118
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735a8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7510 0.000118
+gallium_dri.so free 0x5571735d7580 void 0.000119
+gallium_dri.so free 0x5571735d7510 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75a0 0.000119
+gallium_dri.so free 0x5571735d7640 void 0.000119
+gallium_dri.so free 0x5571735d75a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75f0 0.000118
+gallium_dri.so free 0x5571735afe40 void 0.000129
+gallium_dri.so free 0x5571735d75f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d75f0 0.000118
+gallium_dri.so free 0x5571735aff40 void 0.000119
+gallium_dri.so free 0x5571735d75f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735afef0 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so free 0x5571735afef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735a9040 void 0.000117
+gallium_dri.so free 0x5571735a8ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9070 0.000119
+gallium_dri.so free 0x5571735addc0 void 0.000119
+gallium_dri.so free 0x5571735a9070 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9070 0.000117
+gallium_dri.so free 0x5571735adec0 void 0.000117
+gallium_dri.so free 0x5571735a9070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ade70 0.000118
+gallium_dri.so free 0x5571734f6040 void 0.000117
+gallium_dri.so free 0x5571735ade70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ade70 0.000119
+gallium_dri.so free 0x5571735adf80 void 0.000118
+gallium_dri.so free 0x5571735ade70 void 0.000119
+gallium_dri.so malloc 72 0x5571735adf30 0.000118
+gallium_dri.so free 0x5571734f6140 void 0.000131
+gallium_dri.so free 0x5571735adf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735adf30 0.000118
+gallium_dri.so free 0x5571735ae700 void 0.000118
+gallium_dri.so free 0x5571735adf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae740 0.000118
+gallium_dri.so free 0x5571735ae7c0 void 0.000117
+gallium_dri.so free 0x5571735ae740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae7c0 0.000117
+gallium_dri.so free 0x5571734f6200 void 0.000120
+gallium_dri.so free 0x5571735ae7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734f61b0 0.000117
+gallium_dri.so free 0x5571735ae880 void 0.000118
+gallium_dri.so free 0x5571734f61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734f61b0 0.000119
+gallium_dri.so free 0x5571735be540 void 0.000119
+gallium_dri.so free 0x5571734f61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be590 0.000118
+gallium_dri.so free 0x5571735be600 void 0.000118
+gallium_dri.so free 0x5571735be590 void 0.000118
+gallium_dri.so malloc 72 0x5571735be640 0.000118
+gallium_dri.so free 0x5571735be6c0 void 0.000119
+gallium_dri.so free 0x5571735be640 void 0.000117
+gallium_dri.so malloc 72 0x5571735be6c0 0.000118
+gallium_dri.so free 0x5571735b0100 void 0.000117
+gallium_dri.so free 0x5571735be6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be6c0 0.000166
+gallium_dri.so free 0x5571735b0180 void 0.000126
+gallium_dri.so free 0x5571735be6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b01b0 0.000119
+gallium_dri.so free 0x5571735b0200 void 0.000118
+gallium_dri.so free 0x5571735b01b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b01b0 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000119
+gallium_dri.so free 0x5571735b01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bd840 0.000118
+gallium_dri.so free 0x5571735bd900 void 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000117
+gallium_dri.so malloc 72 0x5571735bd840 0.000118
+gallium_dri.so free 0x5571735bda00 void 0.000119
+gallium_dri.so free 0x5571735bd840 void 0.000117
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000118
+gallium_dri.so free 0x5571735b6e80 void 0.000118
+gallium_dri.so free 0x5571735bd9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000119
+gallium_dri.so free 0x5571735b6f40 void 0.000117
+gallium_dri.so free 0x5571735bd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000118
+gallium_dri.so free 0x5571735b6fc0 void 0.000119
+gallium_dri.so free 0x5571735b6ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b7010 0.000117
+gallium_dri.so free 0x5571735b8180 void 0.000117
+gallium_dri.so free 0x5571735b7010 void 0.000126
+gallium_dri.so malloc 72 0x5571735b81a0 0.000121
+gallium_dri.so free 0x5571735b8240 void 0.000118
+gallium_dri.so free 0x5571735b81a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b81f0 0.000118
+gallium_dri.so free 0x5571735b82c0 void 0.000119
+gallium_dri.so free 0x5571735b81f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b81f0 0.000117
+gallium_dri.so free 0x5571735b83c0 void 0.000118
+gallium_dri.so free 0x5571735b81f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b8370 0.000119
+gallium_dri.so free 0x557173451040 void 0.000119
+gallium_dri.so free 0x5571735b8370 void 0.000118
+gallium_dri.so malloc 72 0x557173451090 0.000118
+gallium_dri.so free 0x557173451100 void 0.000131
+gallium_dri.so free 0x557173451090 void 0.000131
+gallium_dri.so malloc 72 0x557173451120 0.000131
+gallium_dri.so free 0x5571734511c0 void 0.000122
+gallium_dri.so free 0x557173451120 void 0.000119
+gallium_dri.so malloc 72 0x557173451170 0.000125
+gallium_dri.so free 0x557173451240 void 0.000120
+gallium_dri.so free 0x557173451170 void 0.000123
+gallium_dri.so malloc 72 0x557173451170 0.000123
+gallium_dri.so free 0x5571734512c0 void 0.000119
+gallium_dri.so free 0x557173451170 void 0.000137
+gallium_dri.so malloc 72 0x5571734512c0 0.000126
+gallium_dri.so free 0x5571735d9300 void 0.000124
+gallium_dri.so free 0x5571734512c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9380 void 0.000119
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000119
+gallium_dri.so free 0x5571735d9440 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000120
+gallium_dri.so free 0x5571735d9500 void 0.000117
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d94b0 0.000117
+gallium_dri.so free 0x5571735d9580 void 0.000117
+gallium_dri.so free 0x5571735d94b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d95d0 0.000118
+gallium_dri.so free 0x5571735d9640 void 0.000125
+gallium_dri.so free 0x5571735d95d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d9660 0.000117
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735d9660 void 0.000119
+gallium_dri.so malloc 72 0x5571735e38b0 0.000118
+gallium_dri.so free 0x5571735e3900 void 0.000119
+gallium_dri.so free 0x5571735e38b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3900 0.000118
+gallium_dri.so free 0x5571735e39c0 void 0.000124
+gallium_dri.so free 0x5571735e3900 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3900 0.000111
+gallium_dri.so free 0x5571735e3ac0 void 0.000109
+gallium_dri.so free 0x5571735e3900 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3a70 0.000111
+gallium_dri.so free 0x5571735e3b80 void 0.000110
+gallium_dri.so free 0x5571735e3a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3b30 0.000110
+gallium_dri.so free 0x5571735e3bc0 void 0.000110
+gallium_dri.so free 0x5571735e3b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3b30 0.000109
+gallium_dri.so free 0x5571735b71c0 void 0.000109
+gallium_dri.so free 0x5571735e3b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7170 0.000109
+gallium_dri.so free 0x5571735b7240 void 0.000110
+gallium_dri.so free 0x5571735b7170 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7290 0.000110
+gallium_dri.so free 0x5571735b7300 void 0.000110
+gallium_dri.so free 0x5571735b7290 void 0.000109
+gallium_dri.so malloc 72 0x5571735b7340 0.000111
+gallium_dri.so free 0x5571735b73c0 void 0.000114
+gallium_dri.so free 0x5571735b7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7340 0.000115
+gallium_dri.so free 0x5571735b7440 void 0.000114
+gallium_dri.so free 0x5571735b7340 void 0.000111
+gallium_dri.so malloc 72 0x5571735b7470 0.000110
+gallium_dri.so free 0x5571735b74c0 void 0.000112
+gallium_dri.so free 0x5571735b7470 void 0.000137
+gallium_dri.so malloc 72 0x5571735b7470 0.000114
+gallium_dri.so free 0x5571735b75c0 void 0.000115
+gallium_dri.so free 0x5571735b7470 void 0.000112
+gallium_dri.so malloc 72 0x5571735b7570 0.000113
+gallium_dri.so free 0x557173451500 void 0.000113
+gallium_dri.so free 0x5571735b7570 void 0.000140
+gallium_dri.so malloc 72 0x5571734514b0 0.000111
+gallium_dri.so free 0x557173451540 void 0.000112
+gallium_dri.so free 0x5571734514b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734514b0 0.000109
+gallium_dri.so free 0x557173451600 void 0.000111
+gallium_dri.so free 0x5571734514b0 void 0.000110
+gallium_dri.so malloc 72 0x557173451670 0.000110
+gallium_dri.so free 0x5571734516c0 void 0.000111
+gallium_dri.so free 0x557173451670 void 0.000110
+gallium_dri.so malloc 72 0x557173451670 0.000109
+gallium_dri.so free 0x5571734517c0 void 0.000110
+gallium_dri.so free 0x557173451670 void 0.000110
+gallium_dri.so malloc 72 0x557173451770 0.000110
+gallium_dri.so free 0x557173451880 void 0.000111
+gallium_dri.so free 0x557173451770 void 0.000110
+gallium_dri.so malloc 72 0x557173451830 0.000110
+gallium_dri.so free 0x5571734518c0 void 0.000111
+gallium_dri.so free 0x557173451830 void 0.000110
+gallium_dri.so malloc 72 0x557173451830 0.000110
+gallium_dri.so free 0x557173451980 void 0.000109
+gallium_dri.so free 0x557173451830 void 0.000110
+gallium_dri.so malloc 72 0x5571734519c0 0.000169
+gallium_dri.so free 0x557173451a40 void 0.000120
+gallium_dri.so free 0x5571734519c0 void 0.000114
+gallium_dri.so malloc 72 0x557173451a40 0.000112
+gallium_dri.so free 0x557173451b00 void 0.000112
+gallium_dri.so free 0x557173451a40 void 0.000110
+gallium_dri.so malloc 72 0x557173451b60 0.000109
+gallium_dri.so free 0x5571735b61c0 void 0.000109
+gallium_dri.so free 0x557173451b60 void 0.000115
+gallium_dri.so malloc 72 0x557173451b60 0.000112
+gallium_dri.so free 0x5571735b6240 void 0.000109
+gallium_dri.so free 0x557173451b60 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6270 0.000109
+gallium_dri.so free 0x5571735b62c0 void 0.000109
+gallium_dri.so free 0x5571735b6270 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6270 0.000110
+gallium_dri.so free 0x5571735b63c0 void 0.000109
+gallium_dri.so free 0x5571735b6270 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6370 0.000111
+gallium_dri.so free 0x5571735b6480 void 0.000110
+gallium_dri.so free 0x5571735b6370 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6430 0.000114
+gallium_dri.so free 0x5571735b64c0 void 0.000122
+gallium_dri.so free 0x5571735b6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6430 0.000113
+gallium_dri.so free 0x5571735b6580 void 0.000111
+gallium_dri.so free 0x5571735b6430 void 0.000111
+gallium_dri.so malloc 72 0x5571735b65d0 0.000125
+gallium_dri.so free 0x5571735b6640 void 0.000123
+gallium_dri.so free 0x5571735b65d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6680 0.000111
+gallium_dri.so free 0x5571735b6700 void 0.000111
+gallium_dri.so free 0x5571735b6680 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6700 0.000111
+gallium_dri.so free 0x5571735b67c0 void 0.000109
+gallium_dri.so free 0x5571735b6700 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6700 0.000109
+gallium_dri.so free 0x5571735b6840 void 0.000112
+gallium_dri.so free 0x5571735b6700 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6870 0.000109
+gallium_dri.so free 0x5571735b68c0 void 0.000109
+gallium_dri.so free 0x5571735b6870 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6870 0.000110
+gallium_dri.so free 0x5571735b51c0 void 0.000111
+gallium_dri.so free 0x5571735b6870 void 0.000110
+gallium_dri.so malloc 72 0x5571735b51c0 0.000110
+gallium_dri.so free 0x5571735b5280 void 0.000109
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b51c0 0.000109
+gallium_dri.so free 0x5571735b5380 void 0.000110
+gallium_dri.so free 0x5571735b51c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5330 0.000109
+gallium_dri.so free 0x5571735b53c0 void 0.000110
+gallium_dri.so free 0x5571735b5330 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5330 0.000109
+gallium_dri.so free 0x5571735b5480 void 0.000116
+gallium_dri.so free 0x5571735b5330 void 0.000125
+gallium_dri.so malloc 72 0x5571735b54c0 0.000119
+gallium_dri.so free 0x5571735b5540 void 0.000114
+gallium_dri.so free 0x5571735b54c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5540 0.000109
+gallium_dri.so free 0x5571735b5600 void 0.000111
+gallium_dri.so free 0x5571735b5540 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5540 0.000111
+gallium_dri.so free 0x5571735b5680 void 0.000110
+gallium_dri.so free 0x5571735b5540 void 0.000110
+gallium_dri.so malloc 72 0x5571735b56b0 0.000109
+gallium_dri.so free 0x5571735b5700 void 0.000110
+gallium_dri.so free 0x5571735b56b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b56b0 0.000110
+gallium_dri.so free 0x5571735b5800 void 0.000110
+gallium_dri.so free 0x5571735b56b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5840 0.000112
+gallium_dri.so free 0x5571735b58c0 void 0.000110
+gallium_dri.so free 0x5571735b5840 void 0.000110
+gallium_dri.so malloc 72 0x5571735b58c0 0.000110
+gallium_dri.so free 0x5571735b5980 void 0.000114
+gallium_dri.so free 0x5571735b58c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b58c0 0.000116
+gallium_dri.so free 0x5571735bdb40 void 0.000113
+gallium_dri.so free 0x5571735b58c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b58c0 0.000111
+gallium_dri.so free 0x5571735bdc00 void 0.000124
+gallium_dri.so free 0x5571735b58c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735bdbb0 0.000117
+gallium_dri.so free 0x5571735bdc80 void 0.000116
+gallium_dri.so free 0x5571735bdbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdcd0 0.000115
+gallium_dri.so free 0x5571735bdd40 void 0.000115
+gallium_dri.so free 0x5571735bdcd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bdda0 0.000116
+gallium_dri.so free 0x5571735bde40 void 0.000115
+gallium_dri.so free 0x5571735bdda0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bddf0 0.000114
+gallium_dri.so free 0x5571735bde80 void 0.000116
+gallium_dri.so free 0x5571735bddf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bddf0 0.000115
+gallium_dri.so free 0x5571735bdf40 void 0.000114
+gallium_dri.so free 0x5571735bddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bdf80 0.000116
+gallium_dri.so free 0x5571735be000 void 0.000116
+gallium_dri.so free 0x5571735bdf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735be000 0.000115
+gallium_dri.so free 0x5571735be0c0 void 0.000118
+gallium_dri.so free 0x5571735be000 void 0.000117
+gallium_dri.so malloc 72 0x5571735be000 0.000116
+gallium_dri.so free 0x5571735be140 void 0.000115
+gallium_dri.so free 0x5571735be000 void 0.000114
+gallium_dri.so malloc 72 0x5571735be170 0.000114
+gallium_dri.so free 0x5571735be1c0 void 0.000131
+gallium_dri.so free 0x5571735be170 void 0.000117
+gallium_dri.so malloc 72 0x5571735be1c0 0.000115
+gallium_dri.so free 0x5571735be280 void 0.000116
+gallium_dri.so free 0x5571735be1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735be1c0 0.000112
+gallium_dri.so free 0x5571735be380 void 0.000117
+gallium_dri.so free 0x5571735be1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735be330 0.000113
+gallium_dri.so free 0x5571735b22c0 void 0.000117
+gallium_dri.so free 0x5571735be330 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2270 0.000117
+gallium_dri.so free 0x5571735b2300 void 0.000114
+gallium_dri.so free 0x5571735b2270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b23c0 void 0.000115
+gallium_dri.so free 0x5571735b2270 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2400 0.000113
+gallium_dri.so free 0x5571735b2480 void 0.000115
+gallium_dri.so free 0x5571735b2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2480 0.000116
+gallium_dri.so free 0x5571735b2540 void 0.000114
+gallium_dri.so free 0x5571735b2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2480 0.000115
+gallium_dri.so free 0x5571735b25c0 void 0.000115
+gallium_dri.so free 0x5571735b2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2480 0.000113
+gallium_dri.so free 0x5571735b2680 void 0.000181
+gallium_dri.so free 0x5571735b2480 void 0.000120
+gallium_dri.so malloc 72 0x5571735b2480 0.000114
+gallium_dri.so free 0x5571735b2740 void 0.000116
+gallium_dri.so free 0x5571735b2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b26f0 0.000113
+gallium_dri.so free 0x5571735b27c0 void 0.000116
+gallium_dri.so free 0x5571735b26f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2810 0.000115
+gallium_dri.so free 0x5571735b2880 void 0.000115
+gallium_dri.so free 0x5571735b2810 void 0.000116
+gallium_dri.so malloc 72 0x5571735b28a0 0.000113
+gallium_dri.so free 0x5571735b2940 void 0.000117
+gallium_dri.so free 0x5571735b28a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b28f0 0.000115
+gallium_dri.so free 0x5571735b29c0 void 0.000117
+gallium_dri.so free 0x5571735b28f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b28f0 0.000113
+gallium_dri.so free 0x5571735b2ac0 void 0.000116
+gallium_dri.so free 0x5571735b28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2a70 0.000116
+gallium_dri.so free 0x5571735b2b40 void 0.000115
+gallium_dri.so free 0x5571735b2a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2b90 0.000114
+gallium_dri.so free 0x5571735d78c0 void 0.000118
+gallium_dri.so free 0x5571735b2b90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d78e0 0.000112
+gallium_dri.so free 0x5571735d7980 void 0.000153
+gallium_dri.so free 0x5571735d78e0 void 0.000247
+gallium_dri.so malloc 72 0x5571735d7930 0.000247
+gallium_dri.so free 0x5571735d7a00 void 0.000160
+gallium_dri.so free 0x5571735d7930 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7930 0.000126
+gallium_dri.so free 0x5571735d7a80 void 0.000124
+gallium_dri.so free 0x5571735d7930 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7a80 0.000120
+gallium_dri.so free 0x5571735d7b40 void 0.000119
+gallium_dri.so free 0x5571735d7a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7a80 0.000115
+gallium_dri.so free 0x5571735d7c40 void 0.000117
+gallium_dri.so free 0x5571735d7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7a80 0.000116
+gallium_dri.so free 0x5571735d7cc0 void 0.000116
+gallium_dri.so free 0x5571735d7a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7cf0 0.000123
+gallium_dri.so free 0x5571735d7d40 void 0.000117
+gallium_dri.so free 0x5571735d7cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d7cf0 0.000116
+gallium_dri.so free 0x5571735d7e40 void 0.000117
+gallium_dri.so free 0x5571735d7cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7df0 0.000125
+gallium_dri.so free 0x5571735d7f00 void 0.000116
+gallium_dri.so free 0x5571735d7df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000201
+gallium_dri.so free 0x5571735d7f40 void 0.000116
+gallium_dri.so free 0x5571735d7eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000116
+gallium_dri.so free 0x5571735d8000 void 0.000117
+gallium_dri.so free 0x5571735d7eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8050 0.000117
+gallium_dri.so free 0x5571735d80c0 void 0.000116
+gallium_dri.so free 0x5571735d8050 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8100 0.000116
+gallium_dri.so free 0x5571735d8180 void 0.000116
+gallium_dri.so free 0x5571735d8100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8180 0.000114
+gallium_dri.so free 0x5571735d8240 void 0.000117
+gallium_dri.so free 0x5571735d8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8180 0.000117
+gallium_dri.so free 0x5571735e6300 void 0.000117
+gallium_dri.so free 0x5571735d8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8180 0.000115
+gallium_dri.so free 0x5571735e63c0 void 0.000237
+gallium_dri.so free 0x5571735d8180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6370 0.000113
+gallium_dri.so free 0x5571735e6440 void 0.000122
+gallium_dri.so free 0x5571735e6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6490 0.000112
+gallium_dri.so free 0x5571735e6500 void 0.000113
+gallium_dri.so free 0x5571735e6490 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6540 0.000125
+gallium_dri.so free 0x5571735e65c0 void 0.000125
+gallium_dri.so free 0x5571735e6540 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6540 0.000118
+gallium_dri.so free 0x5571735e6640 void 0.000125
+gallium_dri.so free 0x5571735e6540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6670 0.000124
+gallium_dri.so free 0x5571735e66c0 void 0.000123
+gallium_dri.so free 0x5571735e6670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6670 0.000120
+gallium_dri.so free 0x5571735e67c0 void 0.000121
+gallium_dri.so free 0x5571735e6670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6770 0.000120
+gallium_dri.so free 0x5571735e6880 void 0.000123
+gallium_dri.so free 0x5571735e6770 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6830 0.000120
+gallium_dri.so free 0x5571735e68c0 void 0.000121
+gallium_dri.so free 0x5571735e6830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6830 0.000122
+gallium_dri.so free 0x5571735e6980 void 0.000122
+gallium_dri.so free 0x5571735e6830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e69f0 0.000135
+gallium_dri.so free 0x5571735e6a40 void 0.000122
+gallium_dri.so free 0x5571735e69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e69f0 0.000121
+gallium_dri.so free 0x5571735e6b40 void 0.000121
+gallium_dri.so free 0x5571735e69f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6af0 0.000120
+gallium_dri.so free 0x5571735e6c00 void 0.000120
+gallium_dri.so free 0x5571735e6af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000120
+gallium_dri.so free 0x5571735e6c40 void 0.000121
+gallium_dri.so free 0x5571735e6bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6bb0 0.000122
+gallium_dri.so free 0x5571735e6d00 void 0.000121
+gallium_dri.so free 0x5571735e6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6d40 0.000119
+gallium_dri.so free 0x5571735e6dc0 void 0.000122
+gallium_dri.so free 0x5571735e6d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6dc0 0.000121
+gallium_dri.so free 0x5571735b9bc0 void 0.000122
+gallium_dri.so free 0x5571735e6dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9b70 0.000120
+gallium_dri.so free 0x5571735b9c40 void 0.000122
+gallium_dri.so free 0x5571735b9b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9b70 0.000121
+gallium_dri.so free 0x5571735b9d00 void 0.000121
+gallium_dri.so free 0x5571735b9b70 void 0.000194
+gallium_dri.so malloc 72 0x5571735b9b70 0.000121
+gallium_dri.so free 0x5571735b9dc0 void 0.000121
+gallium_dri.so free 0x5571735b9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9d70 0.000120
+gallium_dri.so free 0x5571735e6e80 void 0.000121
+gallium_dri.so free 0x5571735b9d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6e80 0.000118
+gallium_dri.so free 0x5571735b9e40 void 0.000120
+gallium_dri.so free 0x5571735e6e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9e60 0.000119
+gallium_dri.so free 0x5571735b9f00 void 0.000121
+gallium_dri.so free 0x5571735b9e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9eb0 0.000121
+gallium_dri.so free 0x5571735b9f80 void 0.000121
+gallium_dri.so free 0x5571735b9eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9f80 0.000120
+gallium_dri.so free 0x5571735ba040 void 0.000121
+gallium_dri.so free 0x5571735b9f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9f80 0.000121
+gallium_dri.so free 0x5571735ba0c0 void 0.000126
+gallium_dri.so free 0x5571735b9f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000114
+gallium_dri.so free 0x5571735ba180 void 0.000115
+gallium_dri.so free 0x5571735ba0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000114
+gallium_dri.so free 0x5571735ba240 void 0.000123
+gallium_dri.so free 0x5571735ba0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba0c0 0.000114
+gallium_dri.so free 0x5571735ba300 void 0.000115
+gallium_dri.so free 0x5571735ba0c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba2b0 0.000114
+gallium_dri.so free 0x5571735ba380 void 0.000114
+gallium_dri.so free 0x5571735ba2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba3d0 0.000115
+gallium_dri.so free 0x5571735ba440 void 0.000115
+gallium_dri.so free 0x5571735ba3d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba480 0.000114
+gallium_dri.so free 0x5571735ba500 void 0.000116
+gallium_dri.so free 0x5571735ba480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba480 0.000114
+gallium_dri.so free 0x5571735ba580 void 0.000116
+gallium_dri.so free 0x5571735ba480 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000114
+gallium_dri.so free 0x5571735ba600 void 0.000115
+gallium_dri.so free 0x5571735ba5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba5b0 0.000114
+gallium_dri.so free 0x5571735ba700 void 0.000115
+gallium_dri.so free 0x5571735ba5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000114
+gallium_dri.so free 0x5571735ba7c0 void 0.000115
+gallium_dri.so free 0x5571735ba6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba770 0.000113
+gallium_dri.so free 0x5571735d8300 void 0.000128
+gallium_dri.so free 0x5571735ba770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8330 0.000115
+gallium_dri.so free 0x5571735d8380 void 0.000115
+gallium_dri.so free 0x5571735d8330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8330 0.000115
+gallium_dri.so free 0x5571735d8480 void 0.000115
+gallium_dri.so free 0x5571735d8330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d84c0 0.000114
+gallium_dri.so free 0x5571735d8540 void 0.000115
+gallium_dri.so free 0x5571735d84c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8540 0.000114
+gallium_dri.so free 0x5571735d8600 void 0.000115
+gallium_dri.so free 0x5571735d8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8540 0.000113
+gallium_dri.so free 0x5571735d8680 void 0.000114
+gallium_dri.so free 0x5571735d8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d86b0 0.000114
+gallium_dri.so free 0x5571735d8700 void 0.000116
+gallium_dri.so free 0x5571735d86b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d86b0 0.000114
+gallium_dri.so free 0x5571735d8800 void 0.000116
+gallium_dri.so free 0x5571735d86b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d87b0 0.000115
+gallium_dri.so free 0x5571735d88c0 void 0.000116
+gallium_dri.so free 0x5571735d87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8870 0.000115
+gallium_dri.so free 0x5571735d8940 void 0.000185
+gallium_dri.so free 0x5571735d8870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d8870 0.000120
+gallium_dri.so free 0x5571735d8a00 void 0.000117
+gallium_dri.so free 0x5571735d8870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8870 0.000115
+gallium_dri.so free 0x5571735d8ac0 void 0.000116
+gallium_dri.so free 0x5571735d8870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8a70 0.000114
+gallium_dri.so free 0x5571735d8b40 void 0.000116
+gallium_dri.so free 0x5571735d8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8b90 0.000115
+gallium_dri.so free 0x5571735d8c00 void 0.000115
+gallium_dri.so free 0x5571735d8b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8c20 0.000114
+gallium_dri.so free 0x5571735d8cc0 void 0.000115
+gallium_dri.so free 0x5571735d8c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8c70 0.000117
+gallium_dri.so free 0x5571735d8d40 void 0.000116
+gallium_dri.so free 0x5571735d8c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8d40 0.000114
+gallium_dri.so free 0x5571735d8e00 void 0.000115
+gallium_dri.so free 0x5571735d8d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8d40 0.000114
+gallium_dri.so free 0x5571735d8e80 void 0.000117
+gallium_dri.so free 0x5571735d8d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8e80 0.000114
+gallium_dri.so free 0x5571735d8f40 void 0.000116
+gallium_dri.so free 0x5571735d8e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8e80 0.000115
+gallium_dri.so free 0x5571735d9000 void 0.000116
+gallium_dri.so free 0x5571735d8e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8e80 0.000114
+gallium_dri.so free 0x557173451dc0 void 0.000115
+gallium_dri.so free 0x5571735d8e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8e80 0.000115
+gallium_dri.so free 0x557173451ec0 void 0.000115
+gallium_dri.so free 0x5571735d8e80 void 0.000115
+gallium_dri.so malloc 72 0x557173451e70 0.000116
+gallium_dri.so free 0x557173451f80 void 0.000115
+gallium_dri.so free 0x557173451e70 void 0.000116
+gallium_dri.so malloc 72 0x557173451f30 0.000114
+gallium_dri.so free 0x557173452000 void 0.000115
+gallium_dri.so free 0x557173451f30 void 0.000116
+gallium_dri.so malloc 72 0x557173452020 0.000114
+gallium_dri.so free 0x5571734520c0 void 0.000116
+gallium_dri.so free 0x557173452020 void 0.000114
+gallium_dri.so malloc 72 0x557173452070 0.000114
+gallium_dri.so free 0x557173452140 void 0.000115
+gallium_dri.so free 0x557173452070 void 0.000115
+gallium_dri.so malloc 72 0x557173452070 0.000115
+gallium_dri.so free 0x5571734521c0 void 0.000116
+gallium_dri.so free 0x557173452070 void 0.000114
+gallium_dri.so malloc 72 0x5571734521c0 0.000116
+gallium_dri.so free 0x557173452280 void 0.000117
+gallium_dri.so free 0x5571734521c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734521c0 0.000114
+gallium_dri.so free 0x557173452340 void 0.000113
+gallium_dri.so free 0x5571734521c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734521c0 0.000113
+gallium_dri.so free 0x557173452400 void 0.000113
+gallium_dri.so free 0x5571734521c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734523b0 0.000113
+gallium_dri.so free 0x557173452400 void 0.000114
+gallium_dri.so free 0x5571734523b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734523b0 0.000113
+gallium_dri.so free 0x557173452500 void 0.000113
+gallium_dri.so free 0x5571734523b0 void 0.000192
+gallium_dri.so malloc 72 0x5571734524b0 0.000233
+gallium_dri.so free 0x5571734525c0 void 0.000282
+gallium_dri.so free 0x5571734524b0 void 0.000230
+gallium_dri.so malloc 72 0x557173452570 0.000234
+gallium_dri.so free 0x557173452600 void 0.000124
+gallium_dri.so free 0x557173452570 void 0.000160
+gallium_dri.so malloc 72 0x557173452570 0.000163
+gallium_dri.so free 0x5571734526c0 void 0.000283
+gallium_dri.so free 0x557173452570 void 0.000248
+gallium_dri.so malloc 72 0x557173452700 0.000207
+gallium_dri.so free 0x557173452780 void 0.000182
+gallium_dri.so free 0x557173452700 void 0.000243
+gallium_dri.so malloc 72 0x557173452780 0.000131
+gallium_dri.so free 0x557173452840 void 0.000165
+gallium_dri.so free 0x557173452780 void 0.000168
+gallium_dri.so malloc 72 0x557173452780 0.000169
+gallium_dri.so free 0x557173452900 void 0.000130
+gallium_dri.so free 0x557173452780 void 0.000130
+gallium_dri.so malloc 72 0x557173452920 0.000131
+gallium_dri.so free 0x5571734529c0 void 0.000131
+gallium_dri.so free 0x557173452920 void 0.000131
+gallium_dri.so malloc 72 0x557173452970 0.000131
+gallium_dri.so free 0x557173452a40 void 0.000130
+gallium_dri.so free 0x557173452970 void 0.000130
+gallium_dri.so malloc 72 0x557173452970 0.000142
+gallium_dri.so free 0x557173452ac0 void 0.000131
+gallium_dri.so free 0x557173452970 void 0.000129
+gallium_dri.so malloc 72 0x557173452ac0 0.000125
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so free 0x557173452ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173452ac0 0.000125
+gallium_dri.so free 0x55717358d880 void 0.000120
+gallium_dri.so free 0x557173452ac0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d8b0 0.000129
+gallium_dri.so free 0x55717358d900 void 0.000128
+gallium_dri.so free 0x55717358d8b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358d900 0.000128
+gallium_dri.so free 0x55717358d9c0 void 0.000131
+gallium_dri.so free 0x55717358d900 void 0.000128
+gallium_dri.so malloc 72 0x55717358d900 0.000128
+gallium_dri.so free 0x55717358dac0 void 0.000129
+gallium_dri.so free 0x55717358d900 void 0.000130
+gallium_dri.so malloc 72 0x55717358da70 0.000127
+gallium_dri.so free 0x55717358db80 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000124
+gallium_dri.so malloc 72 0x55717358db30 0.000138
+gallium_dri.so free 0x55717358dbc0 void 0.000131
+gallium_dri.so free 0x55717358db30 void 0.000130
+gallium_dri.so malloc 72 0x55717358db30 0.000129
+gallium_dri.so free 0x55717358dc80 void 0.000125
+gallium_dri.so free 0x55717358db30 void 0.000118
+gallium_dri.so malloc 72 0x55717358dcc0 0.000124
+gallium_dri.so free 0x55717358dd40 void 0.000130
+gallium_dri.so free 0x55717358dcc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358dd40 0.000170
+gallium_dri.so free 0x55717358de00 void 0.000131
+gallium_dri.so free 0x55717358dd40 void 0.000131
+gallium_dri.so malloc 72 0x55717358dd40 0.000129
+gallium_dri.so free 0x55717358de80 void 0.000129
+gallium_dri.so free 0x55717358dd40 void 0.000132
+gallium_dri.so malloc 72 0x55717358dd40 0.000130
+gallium_dri.so free 0x55717358df40 void 0.000130
+gallium_dri.so free 0x55717358dd40 void 0.000130
+gallium_dri.so malloc 72 0x55717358dd40 0.000129
+gallium_dri.so free 0x55717358e000 void 0.000130
+gallium_dri.so free 0x55717358dd40 void 0.000122
+gallium_dri.so malloc 72 0x55717358dfb0 0.000176
+gallium_dri.so free 0x55717358e080 void 0.000125
+gallium_dri.so free 0x55717358dfb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358e0d0 0.000131
+gallium_dri.so free 0x55717358e140 void 0.000129
+gallium_dri.so free 0x55717358e0d0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e160 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so free 0x55717358e160 void 0.000124
+gallium_dri.so malloc 72 0x55717358e1b0 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000124
+gallium_dri.so free 0x55717358e1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e1b0 0.000130
+gallium_dri.so free 0x55717358e380 void 0.000130
+gallium_dri.so free 0x55717358e1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e330 0.000125
+gallium_dri.so free 0x55717358e400 void 0.000122
+gallium_dri.so free 0x55717358e330 void 0.000124
+gallium_dri.so malloc 72 0x55717358e450 0.000129
+gallium_dri.so free 0x55717358e4c0 void 0.000129
+gallium_dri.so free 0x55717358e450 void 0.000126
+gallium_dri.so malloc 72 0x55717358e4e0 0.000132
+gallium_dri.so free 0x55717358e580 void 0.000127
+gallium_dri.so free 0x55717358e4e0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e530 0.000129
+gallium_dri.so free 0x55717358e600 void 0.000130
+gallium_dri.so free 0x55717358e530 void 0.000129
+gallium_dri.so malloc 72 0x55717358e530 0.000128
+gallium_dri.so free 0x5571735e7340 void 0.000128
+gallium_dri.so free 0x55717358e530 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7390 0.000128
+gallium_dri.so free 0x5571735e7400 void 0.000130
+gallium_dri.so free 0x5571735e7390 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7460 0.000125
+gallium_dri.so free 0x5571735e7500 void 0.000124
+gallium_dri.so free 0x5571735e7460 void 0.000118
+gallium_dri.so malloc 72 0x5571735e74b0 0.000119
+gallium_dri.so free 0x5571735e7540 void 0.000127
+gallium_dri.so free 0x5571735e74b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e74b0 0.000119
+gallium_dri.so free 0x5571735e7600 void 0.000124
+gallium_dri.so free 0x5571735e74b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7640 0.000122
+gallium_dri.so free 0x5571735e76c0 void 0.000141
+gallium_dri.so free 0x5571735e7640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e76c0 0.000121
+gallium_dri.so free 0x5571735e7780 void 0.000120
+gallium_dri.so free 0x5571735e76c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e76c0 0.000130
+gallium_dri.so free 0x5571735e7800 void 0.000130
+gallium_dri.so free 0x5571735e76c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7830 0.000125
+gallium_dri.so free 0x5571735e7880 void 0.000125
+gallium_dri.so free 0x5571735e7830 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7880 0.000125
+gallium_dri.so free 0x5571735e7940 void 0.000124
+gallium_dri.so free 0x5571735e7880 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7880 0.000131
+gallium_dri.so free 0x5571735e7a40 void 0.000130
+gallium_dri.so free 0x5571735e7880 void 0.000126
+gallium_dri.so malloc 72 0x5571735e79f0 0.000120
+gallium_dri.so free 0x5571735e7b00 void 0.000127
+gallium_dri.so free 0x5571735e79f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000130
+gallium_dri.so free 0x5571735e7b40 void 0.000125
+gallium_dri.so free 0x5571735e7ab0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000127
+gallium_dri.so free 0x5571735e7c00 void 0.000130
+gallium_dri.so free 0x5571735e7ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7c40 0.000124
+gallium_dri.so free 0x5571735e7cc0 void 0.000121
+gallium_dri.so free 0x5571735e7c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000130
+gallium_dri.so free 0x5571735e7d80 void 0.000129
+gallium_dri.so free 0x5571735e7cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000125
+gallium_dri.so free 0x5571735e7e00 void 0.000121
+gallium_dri.so free 0x5571735e7cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000130
+gallium_dri.so free 0x5571735e7ec0 void 0.000130
+gallium_dri.so free 0x5571735e7cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7cc0 0.000122
+gallium_dri.so free 0x5571735e7f80 void 0.000126
+gallium_dri.so free 0x5571735e7cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e7f30 0.000130
+gallium_dri.so free 0x5571735e8000 void 0.000130
+gallium_dri.so free 0x5571735e7f30 void 0.000140
+gallium_dri.so malloc 72 0x5571735e8050 0.000131
+gallium_dri.so free 0x5571735e80c0 void 0.000130
+gallium_dri.so free 0x5571735e8050 void 0.000130
+gallium_dri.so malloc 72 0x5571735e80e0 0.000129
+gallium_dri.so free 0x5571735e8180 void 0.000129
+gallium_dri.so free 0x5571735e80e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8130 0.000132
+gallium_dri.so free 0x5571735e8280 void 0.000125
+gallium_dri.so free 0x5571735e8130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e82f0 0.000125
+gallium_dri.so free 0x5571735e8340 void 0.000130
+gallium_dri.so free 0x5571735e82f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e82f0 0.000126
+gallium_dri.so free 0x5571735e8440 void 0.000129
+gallium_dri.so free 0x5571735e82f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e83f0 0.000118
+gallium_dri.so free 0x5571735e8500 void 0.000125
+gallium_dri.so free 0x5571735e83f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e84b0 0.000130
+gallium_dri.so free 0x5571735e8540 void 0.000148
+gallium_dri.so free 0x5571735e84b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e84b0 0.000143
+gallium_dri.so free 0x5571735e8600 void 0.000142
+gallium_dri.so free 0x5571735e84b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e8640 0.000140
+gallium_dri.so free 0x5571735e86c0 void 0.000139
+gallium_dri.so free 0x5571735e8640 void 0.000139
+gallium_dri.so malloc 72 0x5571735e86c0 0.000138
+gallium_dri.so free 0x5571735e8780 void 0.000139
+gallium_dri.so free 0x5571735e86c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e86c0 0.000138
+gallium_dri.so free 0x5571735e8840 void 0.000138
+gallium_dri.so free 0x5571735e86c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e8860 0.000138
+gallium_dri.so free 0x5571735e8900 void 0.000138
+gallium_dri.so free 0x5571735e8860 void 0.000138
+gallium_dri.so malloc 72 0x5571735e88b0 0.000138
+gallium_dri.so free 0x5571735e8980 void 0.000138
+gallium_dri.so free 0x5571735e88b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e88b0 0.000137
+gallium_dri.so free 0x5571735e8a00 void 0.000140
+gallium_dri.so free 0x5571735e88b0 void 0.000176
+gallium_dri.so malloc 72 0x5571735e8a00 0.000138
+gallium_dri.so free 0x5571735e8ac0 void 0.000136
+gallium_dri.so free 0x5571735e8a00 void 0.000142
+gallium_dri.so malloc 72 0x5571735e8a00 0.000140
+gallium_dri.so free 0x5571735e8b80 void 0.000142
+gallium_dri.so free 0x5571735e8a00 void 0.000139
+gallium_dri.so malloc 72 0x5571735e8a00 0.000138
+gallium_dri.so free 0x5571735e8c40 void 0.000139
+gallium_dri.so free 0x5571735e8a00 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8bf0 0.000140
+gallium_dri.so free 0x5571735e8d00 void 0.000139
+gallium_dri.so free 0x5571735e8bf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8cb0 0.000138
+gallium_dri.so free 0x5571735e8d80 void 0.000139
+gallium_dri.so free 0x5571735e8cb0 void 0.000233
+gallium_dri.so malloc 72 0x5571735e8dd0 0.000209
+gallium_dri.so free 0x5571735e8e40 void 0.000288
+gallium_dri.so free 0x5571735e8dd0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8e60 0.000137
+gallium_dri.so free 0x5571735e8f00 void 0.000147
+gallium_dri.so free 0x5571735e8e60 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000137
+gallium_dri.so free 0x5571735e8f80 void 0.000137
+gallium_dri.so free 0x5571735e8eb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e8eb0 0.000139
+gallium_dri.so free 0x5571735e9000 void 0.000138
+gallium_dri.so free 0x5571735e8eb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e9000 0.000137
+gallium_dri.so free 0x5571735e90c0 void 0.000137
+gallium_dri.so free 0x5571735e9000 void 0.000137
+gallium_dri.so malloc 72 0x5571735e9000 0.000139
+gallium_dri.so free 0x5571735e91c0 void 0.000138
+gallium_dri.so free 0x5571735e9000 void 0.000137
+gallium_dri.so malloc 72 0x5571735e9170 0.000137
+gallium_dri.so free 0x5571735e9200 void 0.000137
+gallium_dri.so free 0x5571735e9170 void 0.000137
+gallium_dri.so malloc 72 0x5571735e9170 0.000143
+gallium_dri.so free 0x5571735e92c0 void 0.000130
+gallium_dri.so free 0x5571735e9170 void 0.000130
+gallium_dri.so malloc 72 0x5571735e9300 0.000129
+gallium_dri.so free 0x5571735e9380 void 0.000132
+gallium_dri.so free 0x5571735e9300 void 0.000174
+gallium_dri.so malloc 72 0x5571735e9380 0.000132
+gallium_dri.so free 0x5571735e9440 void 0.000130
+gallium_dri.so free 0x5571735e9380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e9380 0.000129
+gallium_dri.so free 0x5571735e94c0 void 0.000129
+gallium_dri.so free 0x5571735e9380 void 0.000129
+gallium_dri.so malloc 72 0x5571735e94f0 0.000130
+gallium_dri.so free 0x5571735e9540 void 0.000131
+gallium_dri.so free 0x5571735e94f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e94f0 0.000130
+gallium_dri.so free 0x5571735e9640 void 0.000131
+gallium_dri.so free 0x5571735e94f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e9680 0.000130
+gallium_dri.so free 0x5571735b0b00 void 0.000131
+gallium_dri.so free 0x5571735e9680 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0b50 0.000129
+gallium_dri.so free 0x5571735b0bc0 void 0.000130
+gallium_dri.so free 0x5571735b0b50 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0be0 0.000131
+gallium_dri.so free 0x5571735b0c80 void 0.000131
+gallium_dri.so free 0x5571735b0be0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0c30 0.000129
+gallium_dri.so free 0x5571735b0d00 void 0.000241
+gallium_dri.so free 0x5571735b0c30 void 0.000206
+gallium_dri.so malloc 72 0x5571735b0c30 0.000172
+gallium_dri.so free 0x5571735b0d80 void 0.000129
+gallium_dri.so free 0x5571735b0c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735b0d80 0.000129
+gallium_dri.so free 0x5571735b0e40 void 0.000129
+gallium_dri.so free 0x5571735b0d80 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0d80 0.000128
+gallium_dri.so free 0x5571735b0f40 void 0.000128
+gallium_dri.so free 0x5571735b0d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735b0d80 0.000129
+gallium_dri.so free 0x5571735b0fc0 void 0.000129
+gallium_dri.so free 0x5571735b0d80 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0ff0 0.000135
+gallium_dri.so free 0x5571735b1040 void 0.000134
+gallium_dri.so free 0x5571735b0ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b0ff0 0.000131
+gallium_dri.so free 0x5571735b1140 void 0.000131
+gallium_dri.so free 0x5571735b0ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b10f0 0.000130
+gallium_dri.so free 0x5571735b1200 void 0.000132
+gallium_dri.so free 0x5571735b10f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b11b0 0.000132
+gallium_dri.so free 0x5571735b1240 void 0.000133
+gallium_dri.so free 0x5571735b11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b11b0 0.000130
+gallium_dri.so free 0x5571735b1300 void 0.000132
+gallium_dri.so free 0x5571735b11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1350 0.000130
+gallium_dri.so free 0x5571735b13c0 void 0.000131
+gallium_dri.so free 0x5571735b1350 void 0.000134
+gallium_dri.so malloc 72 0x5571735b1400 0.000130
+gallium_dri.so free 0x5571735b1480 void 0.000131
+gallium_dri.so free 0x5571735b1400 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1480 0.000130
+gallium_dri.so free 0x5571735b1540 void 0.000131
+gallium_dri.so free 0x5571735b1480 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1480 0.000130
+gallium_dri.so free 0x5571735b15c0 void 0.000132
+gallium_dri.so free 0x5571735b1480 void 0.000130
+gallium_dri.so malloc 72 0x5571735b15f0 0.000130
+gallium_dri.so free 0x5571735b1640 void 0.000131
+gallium_dri.so free 0x5571735b15f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b15f0 0.000130
+gallium_dri.so free 0x5571735b1740 void 0.000192
+gallium_dri.so free 0x5571735b15f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b16f0 0.000130
+gallium_dri.so free 0x5571735b1800 void 0.000131
+gallium_dri.so free 0x5571735b16f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b17b0 0.000129
+gallium_dri.so free 0x5571735b1880 void 0.000129
+gallium_dri.so free 0x5571735b17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b18a0 0.000130
+gallium_dri.so free 0x5571735b1940 void 0.000129
+gallium_dri.so free 0x5571735b18a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b18f0 0.000130
+gallium_dri.so free 0x5571735b19c0 void 0.000131
+gallium_dri.so free 0x5571735b18f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b18f0 0.000130
+gallium_dri.so free 0x5571735b1a40 void 0.000131
+gallium_dri.so free 0x5571735b18f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1a40 0.000128
+gallium_dri.so free 0x5571735b1b00 void 0.000130
+gallium_dri.so free 0x5571735b1a40 void 0.000128
+gallium_dri.so malloc 72 0x5571735b1a40 0.000129
+gallium_dri.so free 0x5571735b1bc0 void 0.000130
+gallium_dri.so free 0x5571735b1a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735b1a40 0.000144
+gallium_dri.so free 0x5571735b1c80 void 0.000130
+gallium_dri.so free 0x5571735b1a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1c30 0.000129
+gallium_dri.so free 0x5571735b1c80 void 0.000132
+gallium_dri.so free 0x5571735b1c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1c30 0.000253
+gallium_dri.so free 0x5571735b1d80 void 0.000213
+gallium_dri.so free 0x5571735b1c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735b1d30 0.000128
+gallium_dri.so free 0x5571735b1e40 void 0.000130
+gallium_dri.so free 0x5571735b1d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1df0 0.000130
+gallium_dri.so free 0x5571735b1e80 void 0.000130
+gallium_dri.so free 0x5571735b1df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1df0 0.000129
+gallium_dri.so free 0x5571735b1f40 void 0.000130
+gallium_dri.so free 0x5571735b1df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1f80 0.000130
+gallium_dri.so free 0x5571735b2000 void 0.000130
+gallium_dri.so free 0x5571735b1f80 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2000 0.000129
+gallium_dri.so free 0x5571735b20c0 void 0.000146
+gallium_dri.so free 0x5571735b2000 void 0.000134
+gallium_dri.so malloc 72 0x5571735b2000 0.000130
+gallium_dri.so free 0x5571735b3440 void 0.000130
+gallium_dri.so free 0x5571735b2000 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000131
+gallium_dri.so free 0x5571735b3480 void 0.000134
+gallium_dri.so free 0x5571735b33f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b33f0 0.000133
+gallium_dri.so free 0x5571735b3540 void 0.000132
+gallium_dri.so free 0x5571735b33f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3580 0.000131
+gallium_dri.so free 0x5571735b3600 void 0.000132
+gallium_dri.so free 0x5571735b3580 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3600 0.000130
+gallium_dri.so free 0x5571735b36c0 void 0.000131
+gallium_dri.so free 0x5571735b3600 void 0.000131
+gallium_dri.so malloc 72 0x5571735b3600 0.000131
+gallium_dri.so free 0x5571735b3740 void 0.000131
+gallium_dri.so free 0x5571735b3600 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3770 0.000130
+gallium_dri.so free 0x5571735b37c0 void 0.000132
+gallium_dri.so free 0x5571735b3770 void 0.000131
+gallium_dri.so malloc 72 0x5571735b37c0 0.000175
+gallium_dri.so free 0x5571735b3880 void 0.000133
+gallium_dri.so free 0x5571735b37c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b37c0 0.000129
+gallium_dri.so free 0x5571735b3980 void 0.000130
+gallium_dri.so free 0x5571735b37c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3930 0.000130
+gallium_dri.so free 0x5571735b3a40 void 0.000132
+gallium_dri.so free 0x5571735b3930 void 0.000130
+gallium_dri.so malloc 72 0x5571735b39f0 0.000131
+gallium_dri.so free 0x5571735b3a80 void 0.000131
+gallium_dri.so free 0x5571735b39f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b39f0 0.000131
+gallium_dri.so free 0x5571735b3b40 void 0.000134
+gallium_dri.so free 0x5571735b39f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b3b80 0.000133
+gallium_dri.so free 0x5571735b3c00 void 0.000133
+gallium_dri.so free 0x5571735b3b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735b3c00 0.000132
+gallium_dri.so free 0x5571735b3cc0 void 0.000133
+gallium_dri.so free 0x5571735b3c00 void 0.000133
+gallium_dri.so malloc 72 0x5571735b3c00 0.000132
+gallium_dri.so free 0x5571735b3d40 void 0.000130
+gallium_dri.so free 0x5571735b3c00 void 0.000133
+gallium_dri.so malloc 72 0x5571735b3c00 0.000130
+gallium_dri.so free 0x5571735b3e00 void 0.000130
+gallium_dri.so free 0x5571735b3c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3c00 0.000130
+gallium_dri.so free 0x5571735b3ec0 void 0.000128
+gallium_dri.so free 0x5571735b3c00 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3e70 0.000130
+gallium_dri.so free 0x5571735b3f40 void 0.000130
+gallium_dri.so free 0x5571735b3e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3f90 0.000128
+gallium_dri.so free 0x5571735b4000 void 0.000131
+gallium_dri.so free 0x5571735b3f90 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4020 0.000130
+gallium_dri.so free 0x5571735b40c0 void 0.000135
+gallium_dri.so free 0x5571735b4020 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4070 0.000129
+gallium_dri.so free 0x5571735b4140 void 0.000131
+gallium_dri.so free 0x5571735b4070 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4070 0.000130
+gallium_dri.so free 0x5571735b4240 void 0.000130
+gallium_dri.so free 0x5571735b4070 void 0.000129
+gallium_dri.so malloc 72 0x5571735b41f0 0.000128
+gallium_dri.so free 0x5571735b42c0 void 0.000143
+gallium_dri.so free 0x5571735b41f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4310 0.000131
+gallium_dri.so free 0x5571735b4380 void 0.000132
+gallium_dri.so free 0x5571735b4310 void 0.000133
+gallium_dri.so malloc 72 0x5571735b43a0 0.000132
+gallium_dri.so free 0x5571735b4440 void 0.000133
+gallium_dri.so free 0x5571735b43a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b43f0 0.000131
+gallium_dri.so free 0x5571735b44c0 void 0.000132
+gallium_dri.so free 0x5571735b43f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b43f0 0.000131
+gallium_dri.so free 0x5571735b4540 void 0.000133
+gallium_dri.so free 0x5571735b43f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4540 0.000131
+gallium_dri.so free 0x5571735b4600 void 0.000132
+gallium_dri.so free 0x5571735b4540 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4540 0.000131
+gallium_dri.so free 0x5571735b4700 void 0.000132
+gallium_dri.so free 0x5571735b4540 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4540 0.000130
+gallium_dri.so free 0x5571735b4780 void 0.000131
+gallium_dri.so free 0x5571735b4540 void 0.000130
+gallium_dri.so malloc 72 0x5571735b47b0 0.000174
+gallium_dri.so free 0x5571735b4800 void 0.000133
+gallium_dri.so free 0x5571735b47b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b47b0 0.000131
+gallium_dri.so free 0x5571735b4900 void 0.000131
+gallium_dri.so free 0x5571735b47b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b48b0 0.000131
+gallium_dri.so free 0x5571735b49c0 void 0.000133
+gallium_dri.so free 0x5571735b48b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4970 0.000131
+gallium_dri.so free 0x5571735b4a00 void 0.000131
+gallium_dri.so free 0x5571735b4970 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4970 0.000131
+gallium_dri.so free 0x5571735b4ac0 void 0.000132
+gallium_dri.so free 0x5571735b4970 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4b10 0.000132
+gallium_dri.so free 0x5571735b4b80 void 0.000134
+gallium_dri.so free 0x5571735b4b10 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4bc0 0.000131
+gallium_dri.so free 0x557173453000 void 0.000132
+gallium_dri.so free 0x5571735b4bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173453000 0.000133
+gallium_dri.so free 0x5571734530c0 void 0.000133
+gallium_dri.so free 0x557173453000 void 0.000131
+gallium_dri.so malloc 72 0x557173453000 0.000128
+gallium_dri.so free 0x557173453140 void 0.000130
+gallium_dri.so free 0x557173453000 void 0.000128
+gallium_dri.so malloc 72 0x557173453170 0.000130
+gallium_dri.so free 0x5571734531c0 void 0.000135
+gallium_dri.so free 0x557173453170 void 0.000129
+gallium_dri.so malloc 72 0x557173453170 0.000129
+gallium_dri.so free 0x5571734532c0 void 0.000129
+gallium_dri.so free 0x557173453170 void 0.000128
+gallium_dri.so malloc 72 0x557173453270 0.000130
+gallium_dri.so free 0x557173453380 void 0.000129
+gallium_dri.so free 0x557173453270 void 0.000131
+gallium_dri.so malloc 72 0x557173453330 0.000128
+gallium_dri.so free 0x557173453400 void 0.000130
+gallium_dri.so free 0x557173453330 void 0.000130
+gallium_dri.so malloc 72 0x557173453420 0.000128
+gallium_dri.so free 0x5571734534c0 void 0.000130
+gallium_dri.so free 0x557173453420 void 0.000131
+gallium_dri.so malloc 72 0x557173453470 0.000129
+gallium_dri.so free 0x557173453540 void 0.000130
+gallium_dri.so free 0x557173453470 void 0.000130
+gallium_dri.so malloc 72 0x557173453470 0.000130
+gallium_dri.so free 0x5571734535c0 void 0.000140
+gallium_dri.so free 0x557173453470 void 0.000131
+gallium_dri.so malloc 72 0x5571734535c0 0.000131
+gallium_dri.so free 0x557173453680 void 0.000131
+gallium_dri.so free 0x5571734535c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734535c0 0.000130
+gallium_dri.so free 0x557173453740 void 0.000130
+gallium_dri.so free 0x5571734535c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734535c0 0.000131
+gallium_dri.so free 0x557173453800 void 0.000130
+gallium_dri.so free 0x5571734535c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734537b0 0.000128
+gallium_dri.so free 0x557173453800 void 0.000131
+gallium_dri.so free 0x5571734537b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734537b0 0.000131
+gallium_dri.so free 0x557173453900 void 0.000131
+gallium_dri.so free 0x5571734537b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734538b0 0.000130
+gallium_dri.so free 0x5571734539c0 void 0.000131
+gallium_dri.so free 0x5571734538b0 void 0.000133
+gallium_dri.so malloc 72 0x557173453970 0.000131
+gallium_dri.so free 0x557173453a00 void 0.000132
+gallium_dri.so free 0x557173453970 void 0.000131
+gallium_dri.so malloc 72 0x557173453970 0.000177
+gallium_dri.so free 0x557173453ac0 void 0.000134
+gallium_dri.so free 0x557173453970 void 0.000132
+gallium_dri.so malloc 72 0x557173453b00 0.000131
+gallium_dri.so free 0x557173453b80 void 0.000131
+gallium_dri.so free 0x557173453b00 void 0.000131
+gallium_dri.so malloc 72 0x557173453b80 0.000131
+gallium_dri.so free 0x557173453c40 void 0.000133
+gallium_dri.so free 0x557173453b80 void 0.000131
+gallium_dri.so malloc 72 0x557173453b80 0.000131
+gallium_dri.so free 0x557173453d00 void 0.000131
+gallium_dri.so free 0x557173453b80 void 0.000132
+gallium_dri.so malloc 72 0x557173453d20 0.000130
+gallium_dri.so free 0x557173453dc0 void 0.000131
+gallium_dri.so free 0x557173453d20 void 0.000132
+gallium_dri.so malloc 72 0x557173453d70 0.000131
+gallium_dri.so free 0x557173453e40 void 0.000133
+gallium_dri.so free 0x557173453d70 void 0.000131
+gallium_dri.so malloc 72 0x557173453d70 0.000130
+gallium_dri.so free 0x557173453ec0 void 0.000131
+gallium_dri.so free 0x557173453d70 void 0.000137
+gallium_dri.so malloc 72 0x557173453ec0 0.000132
+gallium_dri.so free 0x557173453f80 void 0.000132
+gallium_dri.so free 0x557173453ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173453ec0 0.000128
+gallium_dri.so free 0x557173454040 void 0.000129
+gallium_dri.so free 0x557173453ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173453ec0 0.000129
+gallium_dri.so free 0x557173454100 void 0.000129
+gallium_dri.so free 0x557173453ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571734540b0 0.000129
+gallium_dri.so free 0x5571734541c0 void 0.000130
+gallium_dri.so free 0x5571734540b0 void 0.000129
+gallium_dri.so malloc 72 0x557173454170 0.000130
+gallium_dri.so free 0x557173454240 void 0.000130
+gallium_dri.so free 0x557173454170 void 0.000130
+gallium_dri.so malloc 72 0x557173454290 0.000130
+gallium_dri.so free 0x557173454300 void 0.000129
+gallium_dri.so free 0x557173454290 void 0.000131
+gallium_dri.so malloc 72 0x557173454320 0.000129
+gallium_dri.so free 0x5571734543c0 void 0.000130
+gallium_dri.so free 0x557173454320 void 0.000130
+gallium_dri.so malloc 72 0x557173454370 0.000129
+gallium_dri.so free 0x557173454440 void 0.000132
+gallium_dri.so free 0x557173454370 void 0.000130
+gallium_dri.so malloc 72 0x557173454370 0.000131
+gallium_dri.so free 0x5571734544c0 void 0.000140
+gallium_dri.so free 0x557173454370 void 0.000130
+gallium_dri.so malloc 72 0x5571734544c0 0.000131
+gallium_dri.so free 0x557173454580 void 0.000131
+gallium_dri.so free 0x5571734544c0 void 0.000133
+gallium_dri.so malloc 72 0x5571734544c0 0.000132
+gallium_dri.so free 0x557173454680 void 0.000132
+gallium_dri.so free 0x5571734544c0 void 0.000132
+gallium_dri.so malloc 72 0x557173454630 0.000131
+gallium_dri.so free 0x5571734546c0 void 0.000130
+gallium_dri.so free 0x557173454630 void 0.000133
+gallium_dri.so malloc 72 0x557173454630 0.000130
+gallium_dri.so free 0x557173454780 void 0.000133
+gallium_dri.so free 0x557173454630 void 0.000133
+gallium_dri.so malloc 72 0x5571734547c0 0.000132
+gallium_dri.so free 0x557173454840 void 0.000134
+gallium_dri.so free 0x5571734547c0 void 0.000131
+gallium_dri.so malloc 72 0x557173454840 0.000132
+gallium_dri.so free 0x557173454900 void 0.000133
+gallium_dri.so free 0x557173454840 void 0.000132
+gallium_dri.so malloc 72 0x557173454840 0.000132
+gallium_dri.so free 0x557173454980 void 0.000133
+gallium_dri.so free 0x557173454840 void 0.000133
+gallium_dri.so malloc 72 0x5571734549b0 0.000173
+gallium_dri.so free 0x557173454a00 void 0.000131
+gallium_dri.so free 0x5571734549b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734549b0 0.000129
+gallium_dri.so free 0x557173454b00 void 0.000130
+gallium_dri.so free 0x5571734549b0 void 0.000129
+gallium_dri.so malloc 72 0x557173454b40 0.000130
+gallium_dri.so free 0x557173454bc0 void 0.000129
+gallium_dri.so free 0x557173454b40 void 0.000128
+gallium_dri.so malloc 72 0x557173454bc0 0.000129
+gallium_dri.so free 0x557173454c80 void 0.000130
+gallium_dri.so free 0x557173454bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173454bc0 0.000130
+gallium_dri.so free 0x557173454d00 void 0.000129
+gallium_dri.so free 0x557173454bc0 void 0.000128
+gallium_dri.so malloc 72 0x557173454d30 0.000129
+gallium_dri.so free 0x557173454d80 void 0.000129
+gallium_dri.so free 0x557173454d30 void 0.000130
+gallium_dri.so malloc 72 0x557173454d30 0.000130
+gallium_dri.so free 0x557173454e80 void 0.000129
+gallium_dri.so free 0x557173454d30 void 0.000130
+gallium_dri.so malloc 72 0x557173454e30 0.000129
+gallium_dri.so free 0x557173454f40 void 0.000130
+gallium_dri.so free 0x557173454e30 void 0.000140
+gallium_dri.so malloc 72 0x557173454ef0 0.000129
+gallium_dri.so free 0x557173454fc0 void 0.000130
+gallium_dri.so free 0x557173454ef0 void 0.000132
+gallium_dri.so malloc 72 0x557173454ef0 0.000129
+gallium_dri.so free 0x557173455080 void 0.000130
+gallium_dri.so free 0x557173454ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173454ef0 0.000130
+gallium_dri.so free 0x557173455140 void 0.000129
+gallium_dri.so free 0x557173454ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571734550f0 0.000129
+gallium_dri.so free 0x5571734551c0 void 0.000131
+gallium_dri.so free 0x5571734550f0 void 0.000130
+gallium_dri.so malloc 72 0x557173455210 0.000130
+gallium_dri.so free 0x557173455280 void 0.000132
+gallium_dri.so free 0x557173455210 void 0.000131
+gallium_dri.so malloc 72 0x5571734552a0 0.000131
+gallium_dri.so free 0x557173455340 void 0.000132
+gallium_dri.so free 0x5571734552a0 void 0.000130
+gallium_dri.so malloc 72 0x5571734552f0 0.000133
+gallium_dri.so free 0x5571735e3d40 void 0.000132
+gallium_dri.so free 0x5571734552f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3d40 0.000131
+gallium_dri.so free 0x5571735e3e00 void 0.000145
+gallium_dri.so free 0x5571735e3d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3d40 0.000131
+gallium_dri.so free 0x5571735e3e80 void 0.000131
+gallium_dri.so free 0x5571735e3d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3e80 0.000131
+gallium_dri.so free 0x5571735e3f40 void 0.000132
+gallium_dri.so free 0x5571735e3e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3e80 0.000133
+gallium_dri.so free 0x5571735e4000 void 0.000132
+gallium_dri.so free 0x5571735e3e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3e80 0.000131
+gallium_dri.so free 0x5571735e40c0 void 0.000133
+gallium_dri.so free 0x5571735e3e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4070 0.000132
+gallium_dri.so free 0x5571735e4140 void 0.000132
+gallium_dri.so free 0x5571735e4070 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4190 0.000131
+gallium_dri.so free 0x5571735e4200 void 0.000132
+gallium_dri.so free 0x5571735e4190 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4240 0.000133
+gallium_dri.so free 0x5571735e42c0 void 0.000132
+gallium_dri.so free 0x5571735e4240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4240 0.000140
+gallium_dri.so free 0x5571735e4340 void 0.000129
+gallium_dri.so free 0x5571735e4240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4370 0.000133
+gallium_dri.so free 0x5571735e43c0 void 0.000130
+gallium_dri.so free 0x5571735e4370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4370 0.000129
+gallium_dri.so free 0x5571735e44c0 void 0.000129
+gallium_dri.so free 0x5571735e4370 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4470 0.000129
+gallium_dri.so free 0x5571735e4580 void 0.000128
+gallium_dri.so free 0x5571735e4470 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4530 0.000131
+gallium_dri.so free 0x5571735e45c0 void 0.000129
+gallium_dri.so free 0x5571735e4530 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4530 0.000129
+gallium_dri.so free 0x5571735e4680 void 0.000130
+gallium_dri.so free 0x5571735e4530 void 0.000129
+gallium_dri.so malloc 72 0x5571735e46f0 0.000129
+gallium_dri.so free 0x5571735e4740 void 0.000129
+gallium_dri.so free 0x5571735e46f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e46f0 0.000129
+gallium_dri.so free 0x5571735e4840 void 0.000129
+gallium_dri.so free 0x5571735e46f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e47f0 0.000132
+gallium_dri.so free 0x5571735e4900 void 0.000131
+gallium_dri.so free 0x5571735e47f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e48b0 0.000131
+gallium_dri.so free 0x5571735e4940 void 0.000131
+gallium_dri.so free 0x5571735e48b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e48b0 0.000131
+gallium_dri.so free 0x5571735e4a00 void 0.000130
+gallium_dri.so free 0x5571735e48b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4a40 0.000131
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so free 0x5571735e4a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000130
+gallium_dri.so free 0x5571735e4b80 void 0.000131
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000132
+gallium_dri.so free 0x5571735e4c40 void 0.000132
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4c60 0.000132
+gallium_dri.so free 0x5571735e4d00 void 0.000131
+gallium_dri.so free 0x5571735e4c60 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000131
+gallium_dri.so free 0x5571735e4d80 void 0.000188
+gallium_dri.so free 0x5571735e4cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000131
+gallium_dri.so free 0x5571735e4e00 void 0.000130
+gallium_dri.so free 0x5571735e4cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4e00 0.000131
+gallium_dri.so free 0x5571735e4ec0 void 0.000131
+gallium_dri.so free 0x5571735e4e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4e00 0.000131
+gallium_dri.so free 0x5571735e4f80 void 0.000132
+gallium_dri.so free 0x5571735e4e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4e00 0.000132
+gallium_dri.so free 0x5571735e5040 void 0.000131
+gallium_dri.so free 0x5571735e4e00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000131
+gallium_dri.so free 0x5571735e5100 void 0.000131
+gallium_dri.so free 0x5571735e4ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e50b0 0.000136
+gallium_dri.so free 0x5571735e5180 void 0.000132
+gallium_dri.so free 0x5571735e50b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e51d0 0.000131
+gallium_dri.so free 0x5571735e5240 void 0.000132
+gallium_dri.so free 0x5571735e51d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5260 0.000141
+gallium_dri.so free 0x5571735e5300 void 0.000130
+gallium_dri.so free 0x5571735e5260 void 0.000130
+gallium_dri.so malloc 72 0x5571735e52b0 0.000129
+gallium_dri.so free 0x5571735e5380 void 0.000128
+gallium_dri.so free 0x5571735e52b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e52b0 0.000131
+gallium_dri.so free 0x5571735e5400 void 0.000128
+gallium_dri.so free 0x5571735e52b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5400 0.000130
+gallium_dri.so free 0x5571735e54c0 void 0.000130
+gallium_dri.so free 0x5571735e5400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5400 0.000128
+gallium_dri.so free 0x5571735e55c0 void 0.000129
+gallium_dri.so free 0x5571735e5400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5570 0.000130
+gallium_dri.so free 0x5571735e5600 void 0.000131
+gallium_dri.so free 0x5571735e5570 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5570 0.000132
+gallium_dri.so free 0x5571735e56c0 void 0.000130
+gallium_dri.so free 0x5571735e5570 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5700 0.000129
+gallium_dri.so free 0x5571735e5780 void 0.000129
+gallium_dri.so free 0x5571735e5700 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5780 0.000130
+gallium_dri.so free 0x5571735e5840 void 0.000130
+gallium_dri.so free 0x5571735e5780 void 0.000128
+gallium_dri.so malloc 72 0x5571735e5780 0.000128
+gallium_dri.so free 0x5571735e58c0 void 0.000131
+gallium_dri.so free 0x5571735e5780 void 0.000129
+gallium_dri.so malloc 72 0x5571735e58f0 0.000129
+gallium_dri.so free 0x5571735e5940 void 0.000129
+gallium_dri.so free 0x5571735e58f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e58f0 0.000130
+gallium_dri.so free 0x5571735e5a40 void 0.000130
+gallium_dri.so free 0x5571735e58f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5a80 0.000128
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so free 0x5571735e5a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5b00 0.000129
+gallium_dri.so free 0x5571735e5bc0 void 0.000130
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5b00 0.000129
+gallium_dri.so free 0x5571735e5c40 void 0.000131
+gallium_dri.so free 0x5571735e5b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5c70 0.000129
+gallium_dri.so free 0x5571735e5cc0 void 0.000128
+gallium_dri.so free 0x5571735e5c70 void 0.000134
+gallium_dri.so malloc 72 0x5571735e5c70 0.000130
+gallium_dri.so free 0x5571735e5dc0 void 0.000134
+gallium_dri.so free 0x5571735e5c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5d70 0.000131
+gallium_dri.so free 0x5571735e5e80 void 0.000132
+gallium_dri.so free 0x5571735e5d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5e30 0.000130
+gallium_dri.so free 0x5571735e5f00 void 0.000134
+gallium_dri.so free 0x5571735e5e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5e30 0.000132
+gallium_dri.so free 0x5571735e5fc0 void 0.000131
+gallium_dri.so free 0x5571735e5e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5e30 0.000131
+gallium_dri.so free 0x5571735e6080 void 0.000133
+gallium_dri.so free 0x5571735e5e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6030 0.000131
+gallium_dri.so free 0x5571735e6100 void 0.000131
+gallium_dri.so free 0x5571735e6030 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6150 0.000130
+gallium_dri.so free 0x5571735e61c0 void 0.000134
+gallium_dri.so free 0x5571735e6150 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6150 0.000129
+gallium_dri.so free 0x557173455400 void 0.000132
+gallium_dri.so free 0x5571735e6150 void 0.000130
+gallium_dri.so malloc 72 0x557173455430 0.000132
+gallium_dri.so free 0x557173455480 void 0.000133
+gallium_dri.so free 0x557173455430 void 0.000132
+gallium_dri.so malloc 72 0x557173455480 0.000132
+gallium_dri.so free 0x557173455540 void 0.000131
+gallium_dri.so free 0x557173455480 void 0.000131
+gallium_dri.so malloc 72 0x557173455480 0.000132
+gallium_dri.so free 0x557173455640 void 0.000136
+gallium_dri.so free 0x557173455480 void 0.000131
+gallium_dri.so malloc 72 0x5571734555f0 0.000131
+gallium_dri.so free 0x557173455700 void 0.000132
+gallium_dri.so free 0x5571734555f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734556b0 0.000131
+gallium_dri.so free 0x557173455740 void 0.000131
+gallium_dri.so free 0x5571734556b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734556b0 0.000131
+gallium_dri.so free 0x557173455800 void 0.000132
+gallium_dri.so free 0x5571734556b0 void 0.000131
+gallium_dri.so malloc 72 0x557173455840 0.000131
+gallium_dri.so free 0x5571734558c0 void 0.000134
+gallium_dri.so free 0x557173455840 void 0.000132
+gallium_dri.so malloc 72 0x5571734558c0 0.000131
+gallium_dri.so free 0x557173455980 void 0.000129
+gallium_dri.so free 0x5571734558c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734558c0 0.000130
+gallium_dri.so free 0x557173455a00 void 0.000130
+gallium_dri.so free 0x5571734558c0 void 0.000128
+gallium_dri.so malloc 72 0x5571734558c0 0.000129
+gallium_dri.so free 0x557173455ac0 void 0.000129
+gallium_dri.so free 0x5571734558c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734558c0 0.000134
+gallium_dri.so free 0x557173455b80 void 0.000130
+gallium_dri.so free 0x5571734558c0 void 0.000129
+gallium_dri.so malloc 72 0x557173455b30 0.000129
+gallium_dri.so free 0x557173455c00 void 0.000130
+gallium_dri.so free 0x557173455b30 void 0.000129
+gallium_dri.so malloc 72 0x557173455c50 0.000129
+gallium_dri.so free 0x557173455cc0 void 0.000130
+gallium_dri.so free 0x557173455c50 void 0.000127
+gallium_dri.so malloc 72 0x557173455ce0 0.000129
+gallium_dri.so free 0x557173455d80 void 0.000130
+gallium_dri.so free 0x557173455ce0 void 0.000130
+gallium_dri.so malloc 72 0x557173455d30 0.000130
+gallium_dri.so free 0x557173455e00 void 0.000132
+gallium_dri.so free 0x557173455d30 void 0.000132
+gallium_dri.so malloc 72 0x557173455d30 0.000129
+gallium_dri.so free 0x557173455f00 void 0.000130
+gallium_dri.so free 0x557173455d30 void 0.000131
+gallium_dri.so malloc 72 0x557173455eb0 0.000129
+gallium_dri.so free 0x557173455f80 void 0.000130
+gallium_dri.so free 0x557173455eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173455fd0 0.000130
+gallium_dri.so free 0x557173456040 void 0.000129
+gallium_dri.so free 0x557173455fd0 void 0.000129
+gallium_dri.so malloc 72 0x557173456060 0.000129
+gallium_dri.so free 0x557173456100 void 0.000131
+gallium_dri.so free 0x557173456060 void 0.000130
+gallium_dri.so malloc 72 0x5571734560b0 0.000131
+gallium_dri.so free 0x557173456180 void 0.000131
+gallium_dri.so free 0x5571734560b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734560b0 0.000132
+gallium_dri.so free 0x557173456200 void 0.000132
+gallium_dri.so free 0x5571734560b0 void 0.000132
+gallium_dri.so malloc 72 0x557173456200 0.000132
+gallium_dri.so free 0x5571734562c0 void 0.000133
+gallium_dri.so free 0x557173456200 void 0.000132
+gallium_dri.so malloc 72 0x557173456200 0.000131
+gallium_dri.so free 0x5571734563c0 void 0.000134
+gallium_dri.so free 0x557173456200 void 0.000130
+gallium_dri.so malloc 72 0x557173456200 0.000130
+gallium_dri.so free 0x557173456440 void 0.000129
+gallium_dri.so free 0x557173456200 void 0.000129
+gallium_dri.so malloc 72 0x557173456470 0.000129
+gallium_dri.so free 0x5571734564c0 void 0.000131
+gallium_dri.so free 0x557173456470 void 0.000129
+gallium_dri.so malloc 72 0x557173456470 0.000130
+gallium_dri.so free 0x5571734565c0 void 0.000130
+gallium_dri.so free 0x557173456470 void 0.000130
+gallium_dri.so malloc 72 0x557173456570 0.000129
+gallium_dri.so free 0x557173456680 void 0.000130
+gallium_dri.so free 0x557173456570 void 0.000131
+gallium_dri.so malloc 72 0x557173456630 0.000129
+gallium_dri.so free 0x5571734566c0 void 0.000132
+gallium_dri.so free 0x557173456630 void 0.000129
+gallium_dri.so malloc 72 0x557173456630 0.000130
+gallium_dri.so free 0x557173456780 void 0.000132
+gallium_dri.so free 0x557173456630 void 0.000130
+gallium_dri.so malloc 72 0x5571734567d0 0.000131
+gallium_dri.so free 0x557173456840 void 0.000129
+gallium_dri.so free 0x5571734567d0 void 0.000128
+gallium_dri.so malloc 72 0x557173456880 0.000132
+gallium_dri.so free 0x557173456900 void 0.000133
+gallium_dri.so free 0x557173456880 void 0.000133
+gallium_dri.so malloc 72 0x557173456900 0.000132
+gallium_dri.so free 0x5571734569c0 void 0.000132
+gallium_dri.so free 0x557173456900 void 0.000130
+gallium_dri.so malloc 72 0x557173456900 0.000130
+gallium_dri.so free 0x557173456a40 void 0.000130
+gallium_dri.so free 0x557173456900 void 0.000131
+gallium_dri.so malloc 72 0x557173456a70 0.000131
+gallium_dri.so free 0x557173456ac0 void 0.000132
+gallium_dri.so free 0x557173456a70 void 0.000131
+gallium_dri.so malloc 72 0x557173456a70 0.000133
+gallium_dri.so free 0x557173456bc0 void 0.000135
+gallium_dri.so free 0x557173456a70 void 0.000132
+gallium_dri.so malloc 72 0x557173456b70 0.000131
+gallium_dri.so free 0x557173456c80 void 0.000132
+gallium_dri.so free 0x557173456b70 void 0.000131
+gallium_dri.so malloc 72 0x557173456c30 0.000132
+gallium_dri.so free 0x557173456d00 void 0.000133
+gallium_dri.so free 0x557173456c30 void 0.000130
+gallium_dri.so malloc 72 0x557173456d20 0.000132
+gallium_dri.so free 0x557173456dc0 void 0.000129
+gallium_dri.so free 0x557173456d20 void 0.000131
+gallium_dri.so malloc 72 0x557173456d70 0.000130
+gallium_dri.so free 0x557173456e40 void 0.000130
+gallium_dri.so free 0x557173456d70 void 0.000130
+gallium_dri.so malloc 72 0x557173456d70 0.000132
+gallium_dri.so free 0x557173456ec0 void 0.000132
+gallium_dri.so free 0x557173456d70 void 0.000130
+gallium_dri.so malloc 72 0x557173456ec0 0.000132
+gallium_dri.so free 0x557173456f80 void 0.000133
+gallium_dri.so free 0x557173456ec0 void 0.000132
+gallium_dri.so malloc 72 0x557173456ec0 0.000132
+gallium_dri.so free 0x557173457040 void 0.000131
+gallium_dri.so free 0x557173456ec0 void 0.000131
+gallium_dri.so malloc 72 0x557173456ec0 0.000132
+gallium_dri.so free 0x557173457100 void 0.000131
+gallium_dri.so free 0x557173456ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571734570b0 0.000133
+gallium_dri.so free 0x557173457100 void 0.000133
+gallium_dri.so free 0x5571734570b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734570b0 0.000132
+gallium_dri.so free 0x557173457200 void 0.000133
+gallium_dri.so free 0x5571734570b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734571b0 0.000137
+gallium_dri.so free 0x5571734572c0 void 0.000132
+gallium_dri.so free 0x5571734571b0 void 0.000130
+gallium_dri.so malloc 72 0x557173457270 0.000129
+gallium_dri.so free 0x557173457300 void 0.000129
+gallium_dri.so free 0x557173457270 void 0.000131
+gallium_dri.so malloc 72 0x557173457270 0.000129
+gallium_dri.so free 0x5571734573c0 void 0.000130
+gallium_dri.so free 0x557173457270 void 0.000127
+gallium_dri.so malloc 72 0x557173457400 0.000128
+gallium_dri.so free 0x557173457480 void 0.000131
+gallium_dri.so free 0x557173457400 void 0.000132
+gallium_dri.so malloc 72 0x557173457480 0.000130
+gallium_dri.so free 0x557173457540 void 0.000130
+gallium_dri.so free 0x557173457480 void 0.000129
+gallium_dri.so malloc 72 0x557173457480 0.000130
+gallium_dri.so free 0x557173457600 void 0.000130
+gallium_dri.so free 0x557173457480 void 0.000131
+gallium_dri.so malloc 72 0x557173457620 0.000129
+gallium_dri.so free 0x5571734576c0 void 0.000131
+gallium_dri.so free 0x557173457620 void 0.000128
+gallium_dri.so malloc 72 0x557173457670 0.000131
+gallium_dri.so free 0x557173457740 void 0.000130
+gallium_dri.so free 0x557173457670 void 0.000130
+gallium_dri.so malloc 72 0x557173457670 0.000131
+gallium_dri.so free 0x5571734577c0 void 0.000130
+gallium_dri.so free 0x557173457670 void 0.000127
+gallium_dri.so malloc 72 0x5571734577c0 0.000130
+gallium_dri.so free 0x557173457880 void 0.000130
+gallium_dri.so free 0x5571734577c0 void 0.000134
+gallium_dri.so malloc 72 0x5571734577c0 0.000130
+gallium_dri.so free 0x557173457940 void 0.000129
+gallium_dri.so free 0x5571734577c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734577c0 0.000129
+gallium_dri.so free 0x557173457a00 void 0.000130
+gallium_dri.so free 0x5571734577c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734579b0 0.000129
+gallium_dri.so free 0x557173457ac0 void 0.000129
+gallium_dri.so free 0x5571734579b0 void 0.000129
+gallium_dri.so malloc 72 0x557173457a70 0.000128
+gallium_dri.so free 0x557173457b40 void 0.000128
+gallium_dri.so free 0x557173457a70 void 0.000129
+gallium_dri.so malloc 72 0x557173457b90 0.000129
+gallium_dri.so free 0x557173457c00 void 0.000131
+gallium_dri.so free 0x557173457b90 void 0.000129
+gallium_dri.so malloc 72 0x557173457c20 0.000129
+gallium_dri.so free 0x557173457cc0 void 0.000129
+gallium_dri.so free 0x557173457c20 void 0.000141
+gallium_dri.so malloc 72 0x557173457c70 0.000131
+gallium_dri.so free 0x557173457d40 void 0.000130
+gallium_dri.so free 0x557173457c70 void 0.000131
+gallium_dri.so malloc 72 0x557173457c70 0.000132
+gallium_dri.so free 0x557173457dc0 void 0.000132
+gallium_dri.so free 0x557173457c70 void 0.000132
+gallium_dri.so malloc 72 0x557173457dc0 0.000130
+gallium_dri.so free 0x557173457e80 void 0.000132
+gallium_dri.so free 0x557173457dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173457dc0 0.000131
+gallium_dri.so free 0x557173457f80 void 0.000132
+gallium_dri.so free 0x557173457dc0 void 0.000132
+gallium_dri.so malloc 72 0x557173457f30 0.000131
+gallium_dri.so free 0x557173457fc0 void 0.000132
+gallium_dri.so free 0x557173457f30 void 0.000131
+gallium_dri.so malloc 72 0x557173457f30 0.000131
+gallium_dri.so free 0x557173458080 void 0.000132
+gallium_dri.so free 0x557173457f30 void 0.000131
+gallium_dri.so malloc 72 0x5571734580c0 0.000131
+gallium_dri.so free 0x557173458140 void 0.000131
+gallium_dri.so free 0x5571734580c0 void 0.000131
+gallium_dri.so malloc 72 0x557173458140 0.000132
+gallium_dri.so free 0x557173458200 void 0.000194
+gallium_dri.so free 0x557173458140 void 0.000133
+gallium_dri.so malloc 72 0x557173458140 0.000131
+gallium_dri.so free 0x557173458280 void 0.000131
+gallium_dri.so free 0x557173458140 void 0.000132
+gallium_dri.so malloc 72 0x5571734582b0 0.000131
+gallium_dri.so free 0x557173458300 void 0.000130
+gallium_dri.so free 0x5571734582b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734582b0 0.000131
+gallium_dri.so free 0x557173458400 void 0.000131
+gallium_dri.so free 0x5571734582b0 void 0.000132
+gallium_dri.so malloc 72 0x557173458440 0.000131
+gallium_dri.so free 0x5571734584c0 void 0.000132
+gallium_dri.so free 0x557173458440 void 0.000132
+gallium_dri.so malloc 72 0x5571734584c0 0.000131
+gallium_dri.so free 0x557173458580 void 0.000131
+gallium_dri.so free 0x5571734584c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734584c0 0.000131
+gallium_dri.so free 0x557173458600 void 0.000132
+gallium_dri.so free 0x5571734584c0 void 0.000134
+gallium_dri.so malloc 72 0x557173458630 0.000133
+gallium_dri.so free 0x557173458680 void 0.000131
+gallium_dri.so free 0x557173458630 void 0.000131
+gallium_dri.so malloc 72 0x557173458630 0.000132
+gallium_dri.so free 0x557173458780 void 0.000130
+gallium_dri.so free 0x557173458630 void 0.000129
+gallium_dri.so malloc 72 0x557173458730 0.000130
+gallium_dri.so free 0x557173458840 void 0.000130
+gallium_dri.so free 0x557173458730 void 0.000130
+gallium_dri.so malloc 72 0x5571734587f0 0.000128
+gallium_dri.so free 0x5571734588c0 void 0.000130
+gallium_dri.so free 0x5571734587f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734587f0 0.000129
+gallium_dri.so free 0x557173458980 void 0.000129
+gallium_dri.so free 0x5571734587f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734587f0 0.000128
+gallium_dri.so free 0x557173458a40 void 0.000131
+gallium_dri.so free 0x5571734587f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734589f0 0.000131
+gallium_dri.so free 0x557173458ac0 void 0.000131
+gallium_dri.so free 0x5571734589f0 void 0.000130
+gallium_dri.so malloc 72 0x557173458b10 0.000129
+gallium_dri.so free 0x55717358e6c0 void 0.000130
+gallium_dri.so free 0x557173458b10 void 0.000131
+gallium_dri.so malloc 72 0x557173458b10 0.000130
+gallium_dri.so free 0x55717358e780 void 0.000129
+gallium_dri.so free 0x557173458b10 void 0.000141
+gallium_dri.so malloc 72 0x557173458b10 0.000131
+gallium_dri.so free 0x55717358e840 void 0.000132
+gallium_dri.so free 0x557173458b10 void 0.000132
+gallium_dri.so malloc 72 0x55717358e7f0 0.000133
+gallium_dri.so free 0x55717358e900 void 0.000133
+gallium_dri.so free 0x55717358e7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e8b0 0.000131
+gallium_dri.so free 0x55717358e980 void 0.000132
+gallium_dri.so free 0x55717358e8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e9d0 0.000132
+gallium_dri.so free 0x55717358ea40 void 0.000133
+gallium_dri.so free 0x55717358e9d0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ea60 0.000133
+gallium_dri.so free 0x55717358eb00 void 0.000131
+gallium_dri.so free 0x55717358ea60 void 0.000132
+gallium_dri.so malloc 72 0x55717358eab0 0.000132
+gallium_dri.so free 0x55717358eb80 void 0.000132
+gallium_dri.so free 0x55717358eab0 void 0.000132
+gallium_dri.so malloc 72 0x55717358eab0 0.000131
+gallium_dri.so free 0x55717358ec00 void 0.000131
+gallium_dri.so free 0x55717358eab0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ec00 0.000131
+gallium_dri.so free 0x55717358ecc0 void 0.000132
+gallium_dri.so free 0x55717358ec00 void 0.000130
+gallium_dri.so malloc 72 0x55717358ec00 0.000130
+gallium_dri.so free 0x55717358edc0 void 0.000128
+gallium_dri.so free 0x55717358ec00 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed70 0.000128
+gallium_dri.so free 0x55717358ee00 void 0.000130
+gallium_dri.so free 0x55717358ed70 void 0.000129
+gallium_dri.so malloc 72 0x55717358ed70 0.000127
+gallium_dri.so free 0x55717358eec0 void 0.000130
+gallium_dri.so free 0x55717358ed70 void 0.000134
+gallium_dri.so malloc 72 0x55717358ef00 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000131
+gallium_dri.so free 0x55717358ef00 void 0.000130
+gallium_dri.so malloc 72 0x55717358ef80 0.000129
+gallium_dri.so free 0x55717358f040 void 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000129
+gallium_dri.so malloc 72 0x55717358ef80 0.000128
+gallium_dri.so free 0x55717358f0c0 void 0.000129
+gallium_dri.so free 0x55717358ef80 void 0.000130
+gallium_dri.so malloc 72 0x55717358f0f0 0.000129
+gallium_dri.so free 0x55717358f140 void 0.000130
+gallium_dri.so free 0x55717358f0f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f0f0 0.000134
+gallium_dri.so free 0x55717358f240 void 0.000134
+gallium_dri.so free 0x55717358f0f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358f280 0.000130
+gallium_dri.so free 0x55717358f300 void 0.000131
+gallium_dri.so free 0x55717358f280 void 0.000131
+gallium_dri.so malloc 72 0x55717358f300 0.000131
+gallium_dri.so free 0x55717358f3c0 void 0.000132
+gallium_dri.so free 0x55717358f300 void 0.000131
+gallium_dri.so malloc 72 0x55717358f300 0.000130
+gallium_dri.so free 0x55717358f440 void 0.000130
+gallium_dri.so free 0x55717358f300 void 0.000131
+gallium_dri.so malloc 72 0x55717358f470 0.000130
+gallium_dri.so free 0x55717358f4c0 void 0.000131
+gallium_dri.so free 0x55717358f470 void 0.000130
+gallium_dri.so malloc 72 0x55717358f470 0.000131
+gallium_dri.so free 0x55717358f5c0 void 0.000130
+gallium_dri.so free 0x55717358f470 void 0.000130
+gallium_dri.so malloc 72 0x55717358f570 0.000134
+gallium_dri.so free 0x55717358f680 void 0.000130
+gallium_dri.so free 0x55717358f570 void 0.000131
+gallium_dri.so malloc 72 0x55717358f630 0.000131
+gallium_dri.so free 0x55717358f700 void 0.000131
+gallium_dri.so free 0x55717358f630 void 0.000140
+gallium_dri.so malloc 72 0x55717358f630 0.000130
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x55717358f630 void 0.000130
+gallium_dri.so malloc 72 0x55717358f630 0.000130
+gallium_dri.so free 0x55717358f880 void 0.000130
+gallium_dri.so free 0x55717358f630 void 0.000131
+gallium_dri.so malloc 72 0x55717358f830 0.000131
+gallium_dri.so free 0x55717358f900 void 0.000130
+gallium_dri.so free 0x55717358f830 void 0.000129
+gallium_dri.so malloc 72 0x55717358f950 0.000129
+gallium_dri.so free 0x55717358f9c0 void 0.000130
+gallium_dri.so free 0x55717358f950 void 0.000132
+gallium_dri.so malloc 72 0x55717358f9e0 0.000131
+gallium_dri.so free 0x55717358fa80 void 0.000131
+gallium_dri.so free 0x55717358f9e0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fa30 0.000131
+gallium_dri.so free 0x55717358fb00 void 0.000131
+gallium_dri.so free 0x55717358fa30 void 0.000131
+gallium_dri.so malloc 72 0x55717358fb00 0.000131
+gallium_dri.so free 0x55717358fbc0 void 0.000132
+gallium_dri.so free 0x55717358fb00 void 0.000132
+gallium_dri.so malloc 72 0x55717358fb00 0.000130
+gallium_dri.so free 0x55717358fc40 void 0.000138
+gallium_dri.so free 0x55717358fb00 void 0.000130
+gallium_dri.so malloc 72 0x55717358fc40 0.000133
+gallium_dri.so free 0x55717358fd00 void 0.000130
+gallium_dri.so free 0x55717358fc40 void 0.000127
+gallium_dri.so malloc 72 0x55717358fc40 0.000129
+gallium_dri.so free 0x55717358fdc0 void 0.000129
+gallium_dri.so free 0x55717358fc40 void 0.000130
+gallium_dri.so malloc 72 0x55717358fc40 0.000130
+gallium_dri.so free 0x55717358fe80 void 0.000129
+gallium_dri.so free 0x55717358fc40 void 0.000130
+gallium_dri.so malloc 72 0x55717358fe30 0.000129
+gallium_dri.so free 0x55717358ff00 void 0.000129
+gallium_dri.so free 0x55717358fe30 void 0.000129
+gallium_dri.so malloc 72 0x55717358ff50 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000130
+gallium_dri.so free 0x55717358ff50 void 0.000128
+gallium_dri.so malloc 72 0x557173590000 0.000129
+gallium_dri.so free 0x557173590080 void 0.000130
+gallium_dri.so free 0x557173590000 void 0.000129
+gallium_dri.so malloc 72 0x557173590000 0.000130
+gallium_dri.so free 0x557173590100 void 0.000130
+gallium_dri.so free 0x557173590000 void 0.000127
+gallium_dri.so malloc 72 0x557173590130 0.000146
+gallium_dri.so free 0x557173590180 void 0.000134
+gallium_dri.so free 0x557173590130 void 0.000132
+gallium_dri.so malloc 72 0x557173590130 0.000132
+gallium_dri.so free 0x557173590280 void 0.000132
+gallium_dri.so free 0x557173590130 void 0.000131
+gallium_dri.so malloc 72 0x557173590230 0.000130
+gallium_dri.so free 0x557173590340 void 0.000130
+gallium_dri.so free 0x557173590230 void 0.000130
+gallium_dri.so malloc 72 0x5571735902f0 0.000132
+gallium_dri.so free 0x557173590380 void 0.000132
+gallium_dri.so free 0x5571735902f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735902f0 0.000132
+gallium_dri.so free 0x557173590440 void 0.000130
+gallium_dri.so free 0x5571735902f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735904b0 0.000131
+gallium_dri.so free 0x557173590500 void 0.000131
+gallium_dri.so free 0x5571735904b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735904b0 0.000130
+gallium_dri.so free 0x557173590600 void 0.000131
+gallium_dri.so free 0x5571735904b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735905b0 0.000133
+gallium_dri.so free 0x5571735906c0 void 0.000132
+gallium_dri.so free 0x5571735905b0 void 0.000191
+gallium_dri.so malloc 72 0x557173590670 0.000131
+gallium_dri.so free 0x557173590700 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000132
+gallium_dri.so malloc 72 0x557173590670 0.000131
+gallium_dri.so free 0x5571735907c0 void 0.000132
+gallium_dri.so free 0x557173590670 void 0.000130
+gallium_dri.so malloc 72 0x557173590800 0.000132
+gallium_dri.so free 0x557173590880 void 0.000132
+gallium_dri.so free 0x557173590800 void 0.000132
+gallium_dri.so malloc 72 0x557173590880 0.000132
+gallium_dri.so free 0x557173590940 void 0.000131
+gallium_dri.so free 0x557173590880 void 0.000131
+gallium_dri.so malloc 72 0x557173590880 0.000131
+gallium_dri.so free 0x557173590a00 void 0.000131
+gallium_dri.so free 0x557173590880 void 0.000132
+gallium_dri.so malloc 72 0x557173590a20 0.000136
+gallium_dri.so free 0x557173590ac0 void 0.000131
+gallium_dri.so free 0x557173590a20 void 0.000131
+gallium_dri.so malloc 72 0x557173590a70 0.000133
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so free 0x557173590a70 void 0.000132
+gallium_dri.so malloc 72 0x557173590a70 0.000132
+gallium_dri.so free 0x557173590bc0 void 0.000134
+gallium_dri.so free 0x557173590a70 void 0.000131
+gallium_dri.so malloc 72 0x557173590bc0 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so free 0x557173590bc0 void 0.000132
+gallium_dri.so malloc 72 0x557173590bc0 0.000132
+gallium_dri.so free 0x557173590d40 void 0.000132
+gallium_dri.so free 0x557173590bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173590bc0 0.000131
+gallium_dri.so free 0x557173590e00 void 0.000130
+gallium_dri.so free 0x557173590bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173590db0 0.000132
+gallium_dri.so free 0x557173590ec0 void 0.000131
+gallium_dri.so free 0x557173590db0 void 0.000130
+gallium_dri.so malloc 72 0x557173590e70 0.000130
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so free 0x557173590e70 void 0.000131
+gallium_dri.so malloc 72 0x557173590f90 0.000132
+gallium_dri.so free 0x557173591000 void 0.000132
+gallium_dri.so free 0x557173590f90 void 0.000131
+gallium_dri.so malloc 72 0x557173591020 0.000130
+gallium_dri.so free 0x5571735910c0 void 0.000131
+gallium_dri.so free 0x557173591020 void 0.000130
+gallium_dri.so malloc 72 0x557173591070 0.000136
+gallium_dri.so free 0x557173591140 void 0.000132
+gallium_dri.so free 0x557173591070 void 0.000131
+gallium_dri.so malloc 72 0x557173591070 0.000132
+gallium_dri.so free 0x5571735911c0 void 0.000132
+gallium_dri.so free 0x557173591070 void 0.000130
+gallium_dri.so malloc 72 0x5571735911c0 0.000131
+gallium_dri.so free 0x557173591280 void 0.000131
+gallium_dri.so free 0x5571735911c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735911c0 0.000130
+gallium_dri.so free 0x557173591380 void 0.000133
+gallium_dri.so free 0x5571735911c0 void 0.000130
+gallium_dri.so malloc 72 0x557173591330 0.000131
+gallium_dri.so free 0x5571735913c0 void 0.000131
+gallium_dri.so free 0x557173591330 void 0.000130
+gallium_dri.so malloc 72 0x557173591330 0.000130
+gallium_dri.so free 0x557173591480 void 0.000131
+gallium_dri.so free 0x557173591330 void 0.000133
+gallium_dri.so malloc 72 0x5571735914c0 0.000132
+gallium_dri.so free 0x557173591540 void 0.000133
+gallium_dri.so free 0x5571735914c0 void 0.000131
+gallium_dri.so malloc 72 0x557173591540 0.000131
+gallium_dri.so free 0x557173591600 void 0.000132
+gallium_dri.so free 0x557173591540 void 0.000133
+gallium_dri.so malloc 72 0x557173591540 0.000133
+gallium_dri.so free 0x557173591680 void 0.000131
+gallium_dri.so free 0x557173591540 void 0.000130
+gallium_dri.so malloc 72 0x5571735916b0 0.000131
+gallium_dri.so free 0x557173591700 void 0.000132
+gallium_dri.so free 0x5571735916b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735916b0 0.000135
+gallium_dri.so free 0x557173591800 void 0.000132
+gallium_dri.so free 0x5571735916b0 void 0.000131
+gallium_dri.so malloc 72 0x557173591840 0.000131
+gallium_dri.so free 0x5571735918c0 void 0.000132
+gallium_dri.so free 0x557173591840 void 0.000131
+gallium_dri.so malloc 72 0x5571735918c0 0.000132
+gallium_dri.so free 0x557173591980 void 0.000132
+gallium_dri.so free 0x5571735918c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735918c0 0.000131
+gallium_dri.so free 0x557173591a00 void 0.000132
+gallium_dri.so free 0x5571735918c0 void 0.000129
+gallium_dri.so malloc 72 0x557173591a30 0.000131
+gallium_dri.so free 0x557173591a80 void 0.000131
+gallium_dri.so free 0x557173591a30 void 0.000131
+gallium_dri.so malloc 72 0x557173591a30 0.000131
+gallium_dri.so free 0x557173591b80 void 0.000134
+gallium_dri.so free 0x557173591a30 void 0.000132
+gallium_dri.so malloc 72 0x557173591b30 0.000132
+gallium_dri.so free 0x557173591c40 void 0.000132
+gallium_dri.so free 0x557173591b30 void 0.000131
+gallium_dri.so malloc 72 0x557173591bf0 0.000130
+gallium_dri.so free 0x557173591cc0 void 0.000132
+gallium_dri.so free 0x557173591bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173591bf0 0.000133
+gallium_dri.so free 0x557173591d80 void 0.000132
+gallium_dri.so free 0x557173591bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173591bf0 0.000132
+gallium_dri.so free 0x557173591e40 void 0.000130
+gallium_dri.so free 0x557173591bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173591df0 0.000131
+gallium_dri.so free 0x557173591ec0 void 0.000131
+gallium_dri.so free 0x557173591df0 void 0.000130
+gallium_dri.so malloc 72 0x557173591f10 0.000130
+gallium_dri.so free 0x557173459c40 void 0.000133
+gallium_dri.so free 0x557173591f10 void 0.000132
+gallium_dri.so malloc 72 0x557173459bf0 0.000130
+gallium_dri.so free 0x557173459c80 void 0.000130
+gallium_dri.so free 0x557173459bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173459bf0 0.000204
+gallium_dri.so free 0x557173459d40 void 0.000199
+gallium_dri.so free 0x557173459bf0 void 0.000198
+gallium_dri.so malloc 72 0x557173459d90 0.000201
+gallium_dri.so free 0x557173459e00 void 0.000169
+gallium_dri.so free 0x557173459d90 void 0.000131
+gallium_dri.so malloc 72 0x557173459e40 0.000131
+gallium_dri.so free 0x557173459ec0 void 0.000131
+gallium_dri.so free 0x557173459e40 void 0.000131
+gallium_dri.so malloc 72 0x557173459ec0 0.000132
+gallium_dri.so free 0x557173459f80 void 0.000131
+gallium_dri.so free 0x557173459ec0 void 0.000131
+gallium_dri.so malloc 72 0x557173459ec0 0.000130
+gallium_dri.so free 0x55717345a000 void 0.000131
+gallium_dri.so free 0x557173459ec0 void 0.000131
+gallium_dri.so malloc 72 0x55717345a030 0.000130
+gallium_dri.so free 0x55717345a080 void 0.000130
+gallium_dri.so free 0x55717345a030 void 0.000131
+gallium_dri.so malloc 72 0x55717345a030 0.000130
+gallium_dri.so free 0x55717345a180 void 0.000130
+gallium_dri.so free 0x55717345a030 void 0.000133
+gallium_dri.so malloc 72 0x55717345a130 0.000133
+gallium_dri.so free 0x55717345a240 void 0.000132
+gallium_dri.so free 0x55717345a130 void 0.000130
+gallium_dri.so malloc 72 0x55717345a1f0 0.000132
+gallium_dri.so free 0x55717345a2c0 void 0.000132
+gallium_dri.so free 0x55717345a1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345a2e0 0.000132
+gallium_dri.so free 0x55717345a380 void 0.000131
+gallium_dri.so free 0x55717345a2e0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a330 0.000131
+gallium_dri.so free 0x55717345a400 void 0.000132
+gallium_dri.so free 0x55717345a330 void 0.000130
+gallium_dri.so malloc 72 0x55717345a330 0.000131
+gallium_dri.so free 0x55717345a480 void 0.000132
+gallium_dri.so free 0x55717345a330 void 0.000130
+gallium_dri.so malloc 72 0x55717345a480 0.000131
+gallium_dri.so free 0x55717345a540 void 0.000132
+gallium_dri.so free 0x55717345a480 void 0.000133
+gallium_dri.so malloc 72 0x55717345a480 0.000131
+gallium_dri.so free 0x55717345a600 void 0.000132
+gallium_dri.so free 0x55717345a480 void 0.000131
+gallium_dri.so malloc 72 0x55717345a480 0.000131
+gallium_dri.so free 0x55717345a6c0 void 0.000132
+gallium_dri.so free 0x55717345a480 void 0.000133
+gallium_dri.so malloc 72 0x55717345a670 0.000130
+gallium_dri.so free 0x55717345a6c0 void 0.000132
+gallium_dri.so free 0x55717345a670 void 0.000132
+gallium_dri.so malloc 72 0x55717345a670 0.000132
+gallium_dri.so free 0x55717345a7c0 void 0.000133
+gallium_dri.so free 0x55717345a670 void 0.000131
+gallium_dri.so malloc 72 0x55717345a770 0.000131
+gallium_dri.so free 0x55717345a880 void 0.000132
+gallium_dri.so free 0x55717345a770 void 0.000130
+gallium_dri.so malloc 72 0x55717345a830 0.000132
+gallium_dri.so free 0x55717345a8c0 void 0.000132
+gallium_dri.so free 0x55717345a830 void 0.000130
+gallium_dri.so malloc 72 0x55717345a830 0.000132
+gallium_dri.so free 0x55717345a980 void 0.000131
+gallium_dri.so free 0x55717345a830 void 0.000131
+gallium_dri.so malloc 72 0x55717345a9c0 0.000131
+gallium_dri.so free 0x55717345aa40 void 0.000131
+gallium_dri.so free 0x55717345a9c0 void 0.000131
+gallium_dri.so malloc 72 0x55717345aa40 0.000131
+gallium_dri.so free 0x55717345ab00 void 0.000131
+gallium_dri.so free 0x55717345aa40 void 0.000131
+gallium_dri.so malloc 72 0x55717345aa40 0.000130
+gallium_dri.so free 0x55717345abc0 void 0.000135
+gallium_dri.so free 0x55717345aa40 void 0.000131
+gallium_dri.so malloc 72 0x55717345abe0 0.000130
+gallium_dri.so free 0x55717345ac80 void 0.000132
+gallium_dri.so free 0x55717345abe0 void 0.000131
+gallium_dri.so malloc 72 0x55717345ac30 0.000130
+gallium_dri.so free 0x55717345ad00 void 0.000130
+gallium_dri.so free 0x55717345ac30 void 0.000130
+gallium_dri.so malloc 72 0x55717345ac30 0.000130
+gallium_dri.so free 0x55717345ad80 void 0.000131
+gallium_dri.so free 0x55717345ac30 void 0.000130
+gallium_dri.so malloc 72 0x55717345ad80 0.000132
+gallium_dri.so free 0x55717345ae40 void 0.000130
+gallium_dri.so free 0x55717345ad80 void 0.000132
+gallium_dri.so malloc 72 0x55717345ad80 0.000130
+gallium_dri.so free 0x55717345af00 void 0.000131
+gallium_dri.so free 0x55717345ad80 void 0.000131
+gallium_dri.so malloc 72 0x55717345ad80 0.000130
+gallium_dri.so free 0x55717345afc0 void 0.000131
+gallium_dri.so free 0x55717345ad80 void 0.000133
+gallium_dri.so malloc 72 0x55717345af70 0.000131
+gallium_dri.so free 0x55717345b080 void 0.000131
+gallium_dri.so free 0x55717345af70 void 0.000139
+gallium_dri.so malloc 72 0x55717345b030 0.000132
+gallium_dri.so free 0x55717345b100 void 0.000132
+gallium_dri.so free 0x55717345b030 void 0.000133
+gallium_dri.so malloc 72 0x55717345b150 0.000131
+gallium_dri.so free 0x55717345b1c0 void 0.000131
+gallium_dri.so free 0x55717345b150 void 0.000132
+gallium_dri.so malloc 72 0x55717345b1e0 0.000132
+gallium_dri.so free 0x55717345b280 void 0.000131
+gallium_dri.so free 0x55717345b1e0 void 0.000133
+gallium_dri.so malloc 72 0x55717345b230 0.000131
+gallium_dri.so free 0x55717345b300 void 0.000132
+gallium_dri.so free 0x55717345b230 void 0.000131
+gallium_dri.so malloc 72 0x55717345b230 0.000132
+gallium_dri.so free 0x55717345b380 void 0.000131
+gallium_dri.so free 0x55717345b230 void 0.000131
+gallium_dri.so malloc 72 0x55717345b380 0.000131
+gallium_dri.so free 0x55717345b440 void 0.000131
+gallium_dri.so free 0x55717345b380 void 0.000131
+gallium_dri.so malloc 72 0x55717345b380 0.000132
+gallium_dri.so free 0x55717345b540 void 0.000132
+gallium_dri.so free 0x55717345b380 void 0.000131
+gallium_dri.so malloc 72 0x55717345b4f0 0.000131
+gallium_dri.so free 0x55717345b580 void 0.000141
+gallium_dri.so free 0x55717345b4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b4f0 0.000133
+gallium_dri.so free 0x55717345b640 void 0.000131
+gallium_dri.so free 0x55717345b4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b680 0.000131
+gallium_dri.so free 0x55717345b700 void 0.000132
+gallium_dri.so free 0x55717345b680 void 0.000132
+gallium_dri.so malloc 72 0x55717345b700 0.000130
+gallium_dri.so free 0x55717345b7c0 void 0.000132
+gallium_dri.so free 0x55717345b700 void 0.000131
+gallium_dri.so malloc 72 0x55717345b700 0.000130
+gallium_dri.so free 0x55717345b840 void 0.000131
+gallium_dri.so free 0x55717345b700 void 0.000130
+gallium_dri.so malloc 72 0x55717345b870 0.000130
+gallium_dri.so free 0x55717345b8c0 void 0.000132
+gallium_dri.so free 0x55717345b870 void 0.000131
+gallium_dri.so malloc 72 0x55717345b870 0.000132
+gallium_dri.so free 0x55717345b9c0 void 0.000131
+gallium_dri.so free 0x55717345b870 void 0.000130
+gallium_dri.so malloc 72 0x55717345ba00 0.000131
+gallium_dri.so free 0x55717345ba80 void 0.000131
+gallium_dri.so free 0x55717345ba00 void 0.000131
+gallium_dri.so malloc 72 0x55717345ba80 0.000139
+gallium_dri.so free 0x55717345bb40 void 0.000133
+gallium_dri.so free 0x55717345ba80 void 0.000130
+gallium_dri.so malloc 72 0x55717345ba80 0.000130
+gallium_dri.so free 0x55717345bbc0 void 0.000131
+gallium_dri.so free 0x55717345ba80 void 0.000135
+gallium_dri.so malloc 72 0x55717345bbf0 0.000132
+gallium_dri.so free 0x55717345bc40 void 0.000131
+gallium_dri.so free 0x55717345bbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717345bbf0 0.000130
+gallium_dri.so free 0x55717345bd40 void 0.000131
+gallium_dri.so free 0x55717345bbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717345bcf0 0.000132
+gallium_dri.so free 0x55717345be00 void 0.000131
+gallium_dri.so free 0x55717345bcf0 void 0.000132
+gallium_dri.so malloc 72 0x55717345bdb0 0.000133
+gallium_dri.so free 0x55717345be80 void 0.000132
+gallium_dri.so free 0x55717345bdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345bdb0 0.000131
+gallium_dri.so free 0x55717345bf40 void 0.000132
+gallium_dri.so free 0x55717345bdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345bdb0 0.000131
+gallium_dri.so free 0x55717345c000 void 0.000132
+gallium_dri.so free 0x55717345bdb0 void 0.000140
+gallium_dri.so malloc 72 0x55717345bfb0 0.000132
+gallium_dri.so free 0x55717345c080 void 0.000131
+gallium_dri.so free 0x55717345bfb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c0d0 0.000132
+gallium_dri.so free 0x55717345c140 void 0.000132
+gallium_dri.so free 0x55717345c0d0 void 0.000132
+gallium_dri.so malloc 72 0x55717345c160 0.000132
+gallium_dri.so free 0x55717345c200 void 0.000133
+gallium_dri.so free 0x55717345c160 void 0.000132
+gallium_dri.so malloc 72 0x55717345c1b0 0.000130
+gallium_dri.so free 0x55717345c280 void 0.000131
+gallium_dri.so free 0x55717345c1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c280 0.000130
+gallium_dri.so free 0x55717345c340 void 0.000132
+gallium_dri.so free 0x55717345c280 void 0.000131
+gallium_dri.so malloc 72 0x55717345c280 0.000131
+gallium_dri.so free 0x55717345c3c0 void 0.000132
+gallium_dri.so free 0x55717345c280 void 0.000132
+gallium_dri.so malloc 72 0x55717345c3c0 0.000133
+gallium_dri.so free 0x55717345c480 void 0.000131
+gallium_dri.so free 0x55717345c3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c3c0 0.000132
+gallium_dri.so free 0x55717345c540 void 0.000169
+gallium_dri.so free 0x55717345c3c0 void 0.000132
+gallium_dri.so malloc 72 0x55717345c3c0 0.000131
+gallium_dri.so free 0x55717345c600 void 0.000132
+gallium_dri.so free 0x55717345c3c0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c5b0 0.000130
+gallium_dri.so free 0x55717345c680 void 0.000131
+gallium_dri.so free 0x55717345c5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c6d0 0.000130
+gallium_dri.so free 0x55717345c740 void 0.000132
+gallium_dri.so free 0x55717345c6d0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c780 0.000131
+gallium_dri.so free 0x55717345c800 void 0.000131
+gallium_dri.so free 0x55717345c780 void 0.000131
+gallium_dri.so malloc 72 0x55717345c780 0.000131
+gallium_dri.so free 0x55717345c880 void 0.000131
+gallium_dri.so free 0x55717345c780 void 0.000131
+gallium_dri.so malloc 72 0x55717345c8b0 0.000129
+gallium_dri.so free 0x55717345c900 void 0.000132
+gallium_dri.so free 0x55717345c8b0 void 0.000136
+gallium_dri.so malloc 72 0x55717345c8b0 0.000132
+gallium_dri.so free 0x55717345ca00 void 0.000131
+gallium_dri.so free 0x55717345c8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c9b0 0.000142
+gallium_dri.so free 0x55717345cac0 void 0.000133
+gallium_dri.so free 0x55717345c9b0 void 0.000133
+gallium_dri.so malloc 72 0x55717345ca70 0.000131
+gallium_dri.so free 0x55717345cb00 void 0.000133
+gallium_dri.so free 0x55717345ca70 void 0.000131
+gallium_dri.so malloc 72 0x55717345ca70 0.000131
+gallium_dri.so free 0x55717345cbc0 void 0.000132
+gallium_dri.so free 0x55717345ca70 void 0.000131
+gallium_dri.so malloc 72 0x55717345cc30 0.000132
+gallium_dri.so free 0x55717345cc80 void 0.000131
+gallium_dri.so free 0x55717345cc30 void 0.000131
+gallium_dri.so malloc 72 0x55717345cc30 0.000131
+gallium_dri.so free 0x55717345cd80 void 0.000131
+gallium_dri.so free 0x55717345cc30 void 0.000131
+gallium_dri.so malloc 72 0x55717345cd30 0.000131
+gallium_dri.so free 0x55717345ce40 void 0.000131
+gallium_dri.so free 0x55717345cd30 void 0.000131
+gallium_dri.so malloc 72 0x55717345cdf0 0.000131
+gallium_dri.so free 0x55717345ce80 void 0.000132
+gallium_dri.so free 0x55717345cdf0 void 0.000133
+gallium_dri.so malloc 72 0x55717345cdf0 0.000131
+gallium_dri.so free 0x55717345cf40 void 0.000131
+gallium_dri.so free 0x55717345cdf0 void 0.000141
+gallium_dri.so malloc 72 0x55717345cf80 0.000132
+gallium_dri.so free 0x55717345d000 void 0.000131
+gallium_dri.so free 0x55717345cf80 void 0.000131
+gallium_dri.so malloc 72 0x55717345d000 0.000131
+gallium_dri.so free 0x55717345d0c0 void 0.000132
+gallium_dri.so free 0x55717345d000 void 0.000130
+gallium_dri.so malloc 72 0x55717345d000 0.000130
+gallium_dri.so free 0x55717345d180 void 0.000132
+gallium_dri.so free 0x55717345d000 void 0.000131
+gallium_dri.so malloc 72 0x55717345d1a0 0.000131
+gallium_dri.so free 0x55717345d240 void 0.000131
+gallium_dri.so free 0x55717345d1a0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d1f0 0.000131
+gallium_dri.so free 0x55717345d2c0 void 0.000130
+gallium_dri.so free 0x55717345d1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345d1f0 0.000130
+gallium_dri.so free 0x55717345d340 void 0.000131
+gallium_dri.so free 0x55717345d1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d340 0.000132
+gallium_dri.so free 0x55717345d400 void 0.000130
+gallium_dri.so free 0x55717345d340 void 0.000131
+gallium_dri.so malloc 72 0x55717345d340 0.000130
+gallium_dri.so free 0x55717345d4c0 void 0.000186
+gallium_dri.so free 0x55717345d340 void 0.000133
+gallium_dri.so malloc 72 0x55717345d340 0.000130
+gallium_dri.so free 0x55717345d580 void 0.000132
+gallium_dri.so free 0x55717345d340 void 0.000132
+gallium_dri.so malloc 72 0x55717345d530 0.000132
+gallium_dri.so free 0x55717345d640 void 0.000132
+gallium_dri.so free 0x55717345d530 void 0.000130
+gallium_dri.so malloc 72 0x55717345d5f0 0.000132
+gallium_dri.so free 0x55717345d6c0 void 0.000132
+gallium_dri.so free 0x55717345d5f0 void 0.000135
+gallium_dri.so malloc 72 0x55717345d710 0.000132
+gallium_dri.so free 0x55717345d780 void 0.000130
+gallium_dri.so free 0x55717345d710 void 0.000130
+gallium_dri.so malloc 72 0x55717345d7a0 0.000130
+gallium_dri.so free 0x55717345d840 void 0.000131
+gallium_dri.so free 0x55717345d7a0 void 0.000132
+gallium_dri.so malloc 72 0x55717345d7f0 0.000132
+gallium_dri.so free 0x55717345d8c0 void 0.000133
+gallium_dri.so free 0x55717345d7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345d7f0 0.000130
+gallium_dri.so free 0x55717345d940 void 0.000131
+gallium_dri.so free 0x55717345d7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345d940 0.000143
+gallium_dri.so free 0x55717345da00 void 0.000132
+gallium_dri.so free 0x55717345d940 void 0.000131
+gallium_dri.so malloc 72 0x55717345d940 0.000132
+gallium_dri.so free 0x55717345db00 void 0.000132
+gallium_dri.so free 0x55717345d940 void 0.000132
+gallium_dri.so malloc 72 0x55717345dab0 0.000131
+gallium_dri.so free 0x55717345db40 void 0.000132
+gallium_dri.so free 0x55717345dab0 void 0.000131
+gallium_dri.so malloc 72 0x55717345dab0 0.000132
+gallium_dri.so free 0x55717345dc00 void 0.000131
+gallium_dri.so free 0x55717345dab0 void 0.000132
+gallium_dri.so malloc 72 0x55717345dc40 0.000132
+gallium_dri.so free 0x55717345dcc0 void 0.000131
+gallium_dri.so free 0x55717345dc40 void 0.000131
+gallium_dri.so malloc 72 0x55717345dcc0 0.000131
+gallium_dri.so free 0x55717345dd80 void 0.000131
+gallium_dri.so free 0x55717345dcc0 void 0.000131
+gallium_dri.so malloc 72 0x55717345dcc0 0.000131
+gallium_dri.so free 0x55717345de00 void 0.000133
+gallium_dri.so free 0x55717345dcc0 void 0.000131
+gallium_dri.so malloc 72 0x55717345de30 0.000132
+gallium_dri.so free 0x5571735da8c0 void 0.000133
+gallium_dri.so free 0x55717345de30 void 0.000143
+gallium_dri.so malloc 72 0x55717345de30 0.000133
+gallium_dri.so free 0x5571735da9c0 void 0.000131
+gallium_dri.so free 0x55717345de30 void 0.000131
+gallium_dri.so malloc 72 0x5571735da970 0.000130
+gallium_dri.so free 0x5571735daa40 void 0.000132
+gallium_dri.so free 0x5571735da970 void 0.000131
+gallium_dri.so malloc 72 0x5571735daa90 0.000131
+gallium_dri.so free 0x5571735dab00 void 0.000133
+gallium_dri.so free 0x5571735daa90 void 0.000131
+gallium_dri.so malloc 72 0x5571735dab20 0.000132
+gallium_dri.so free 0x5571735dabc0 void 0.000131
+gallium_dri.so free 0x5571735dab20 void 0.000131
+gallium_dri.so malloc 72 0x5571735dab70 0.000131
+gallium_dri.so free 0x5571735dac40 void 0.000130
+gallium_dri.so free 0x5571735dab70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dab70 0.000130
+gallium_dri.so free 0x5571735dacc0 void 0.000132
+gallium_dri.so free 0x5571735dab70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacc0 0.000131
+gallium_dri.so free 0x5571735dad80 void 0.000131
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacc0 0.000130
+gallium_dri.so free 0x5571735dae80 void 0.000139
+gallium_dri.so free 0x5571735dacc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dacc0 0.000132
+gallium_dri.so free 0x5571735daf00 void 0.000133
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735daf30 0.000132
+gallium_dri.so free 0x5571735daf80 void 0.000132
+gallium_dri.so free 0x5571735daf30 void 0.000132
+gallium_dri.so malloc 72 0x5571735daf30 0.000131
+gallium_dri.so free 0x5571735db080 void 0.000131
+gallium_dri.so free 0x5571735daf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735db030 0.000130
+gallium_dri.so free 0x5571735db140 void 0.000131
+gallium_dri.so free 0x5571735db030 void 0.000132
+gallium_dri.so malloc 72 0x5571735db0f0 0.000132
+gallium_dri.so free 0x5571735db180 void 0.000132
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0f0 0.000132
+gallium_dri.so free 0x5571735db240 void 0.000132
+gallium_dri.so free 0x5571735db0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db290 0.000131
+gallium_dri.so free 0x5571735db300 void 0.000131
+gallium_dri.so free 0x5571735db290 void 0.000132
+gallium_dri.so malloc 72 0x5571735db340 0.000140
+gallium_dri.so free 0x5571735db3c0 void 0.000133
+gallium_dri.so free 0x5571735db340 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3c0 0.000131
+gallium_dri.so free 0x5571735db480 void 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db3c0 0.000131
+gallium_dri.so free 0x5571735db500 void 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db530 0.000132
+gallium_dri.so free 0x5571735db580 void 0.000131
+gallium_dri.so free 0x5571735db530 void 0.000130
+gallium_dri.so malloc 72 0x5571735db530 0.000130
+gallium_dri.so free 0x5571735db680 void 0.000132
+gallium_dri.so free 0x5571735db530 void 0.000131
+gallium_dri.so malloc 72 0x5571735db630 0.000131
+gallium_dri.so free 0x5571735db740 void 0.000133
+gallium_dri.so free 0x5571735db630 void 0.000131
+gallium_dri.so malloc 72 0x5571735db6f0 0.000132
+gallium_dri.so free 0x5571735db7c0 void 0.000132
+gallium_dri.so free 0x5571735db6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db7e0 0.000131
+gallium_dri.so free 0x5571735db880 void 0.000132
+gallium_dri.so free 0x5571735db7e0 void 0.000172
+gallium_dri.so malloc 72 0x5571735db830 0.000131
+gallium_dri.so free 0x5571735db900 void 0.000133
+gallium_dri.so free 0x5571735db830 void 0.000132
+gallium_dri.so malloc 72 0x5571735db830 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so free 0x5571735db830 void 0.000130
+gallium_dri.so malloc 72 0x5571735db980 0.000131
+gallium_dri.so free 0x5571735dba40 void 0.000133
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000132
+gallium_dri.so free 0x5571735dbb00 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000131
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000135
+gallium_dri.so malloc 72 0x5571735dbb70 0.000131
+gallium_dri.so free 0x5571735dbbc0 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb70 0.000132
+gallium_dri.so free 0x5571735dbcc0 void 0.000132
+gallium_dri.so free 0x5571735dbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbc70 0.000131
+gallium_dri.so free 0x5571735dbd80 void 0.000132
+gallium_dri.so free 0x5571735dbc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000131
+gallium_dri.so free 0x5571735dbdc0 void 0.000132
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000131
+gallium_dri.so free 0x5571735dbe80 void 0.000130
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbec0 0.000132
+gallium_dri.so free 0x5571735dbf40 void 0.000132
+gallium_dri.so free 0x5571735dbec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbf40 0.000132
+gallium_dri.so free 0x5571735dc000 void 0.000131
+gallium_dri.so free 0x5571735dbf40 void 0.000133
+gallium_dri.so malloc 72 0x5571735dbf40 0.000131
+gallium_dri.so free 0x5571735dc0c0 void 0.000133
+gallium_dri.so free 0x5571735dbf40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc0e0 0.000132
+gallium_dri.so free 0x5571735dc180 void 0.000131
+gallium_dri.so free 0x5571735dc0e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc130 0.000131
+gallium_dri.so free 0x5571735dc200 void 0.000131
+gallium_dri.so free 0x5571735dc130 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc130 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000133
+gallium_dri.so free 0x5571735dc130 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc280 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc280 0.000130
+gallium_dri.so free 0x5571735dc400 void 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc280 0.000132
+gallium_dri.so free 0x5571735dc4c0 void 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc470 0.000131
+gallium_dri.so free 0x5571735dc580 void 0.000129
+gallium_dri.so free 0x5571735dc470 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc530 0.000131
+gallium_dri.so free 0x5571735dc600 void 0.000132
+gallium_dri.so free 0x5571735dc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc650 0.000131
+gallium_dri.so free 0x5571735dc6c0 void 0.000131
+gallium_dri.so free 0x5571735dc650 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc6e0 0.000131
+gallium_dri.so free 0x5571735dc780 void 0.000131
+gallium_dri.so free 0x5571735dc6e0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc730 0.000131
+gallium_dri.so free 0x5571735dc800 void 0.000130
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc730 0.000132
+gallium_dri.so free 0x5571735dc880 void 0.000132
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc880 0.000131
+gallium_dri.so free 0x5571735dc940 void 0.000131
+gallium_dri.so free 0x5571735dc880 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc880 0.000130
+gallium_dri.so free 0x5571735dca40 void 0.000131
+gallium_dri.so free 0x5571735dc880 void 0.000134
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000132
+gallium_dri.so free 0x5571735dca80 void 0.000131
+gallium_dri.so free 0x5571735dc9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000131
+gallium_dri.so free 0x5571735dcb40 void 0.000131
+gallium_dri.so free 0x5571735dc9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcb80 0.000130
+gallium_dri.so free 0x5571735dcc00 void 0.000132
+gallium_dri.so free 0x5571735dcb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcc00 0.000139
+gallium_dri.so free 0x5571735dccc0 void 0.000132
+gallium_dri.so free 0x5571735dcc00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcc00 0.000131
+gallium_dri.so free 0x5571735dcd40 void 0.000132
+gallium_dri.so free 0x5571735dcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000131
+gallium_dri.so free 0x5571735dcdc0 void 0.000132
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000131
+gallium_dri.so free 0x5571735dcec0 void 0.000132
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcf00 0.000132
+gallium_dri.so free 0x5571735dcf80 void 0.000132
+gallium_dri.so free 0x5571735dcf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcf80 0.000130
+gallium_dri.so free 0x5571735dd040 void 0.000131
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcf80 0.000130
+gallium_dri.so free 0x5571735dd0c0 void 0.000131
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000130
+gallium_dri.so free 0x5571735dd140 void 0.000131
+gallium_dri.so free 0x5571735dd0f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000131
+gallium_dri.so free 0x5571735dd240 void 0.000131
+gallium_dri.so free 0x5571735dd0f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000131
+gallium_dri.so free 0x5571735dd300 void 0.000131
+gallium_dri.so free 0x5571735dd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000131
+gallium_dri.so free 0x5571735dd380 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000133
+gallium_dri.so free 0x5571735dd440 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000131
+gallium_dri.so free 0x5571735dd500 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000130
+gallium_dri.so free 0x5571735dd580 void 0.000132
+gallium_dri.so free 0x5571735dd4b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000131
+gallium_dri.so free 0x5571735dd640 void 0.000132
+gallium_dri.so free 0x5571735dd5d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd660 0.000132
+gallium_dri.so free 0x5571735dd700 void 0.000166
+gallium_dri.so free 0x5571735dd660 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd780 0.000147
+gallium_dri.so free 0x5571735dd840 void 0.000125
+gallium_dri.so free 0x5571735dd780 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd780 0.000121
+gallium_dri.so free 0x5571735dd8c0 void 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000121
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000116
+gallium_dri.so free 0x5571735dda40 void 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000116
+gallium_dri.so free 0x5571735ddb00 void 0.000116
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddab0 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735ddab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000116
+gallium_dri.so free 0x5571735ddc40 void 0.000115
+gallium_dri.so free 0x5571735ddbd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddc80 0.000117
+gallium_dri.so free 0x5571735ddd00 void 0.000116
+gallium_dri.so free 0x5571735ddc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc80 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddc80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dddb0 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735dddb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dddb0 0.000114
+gallium_dri.so free 0x5571735ddf00 void 0.000140
+gallium_dri.so free 0x5571735dddb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000115
+gallium_dri.so free 0x5571735ddfc0 void 0.000116
+gallium_dri.so free 0x5571735ddeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000116
+gallium_dri.so free 0x5571735de130 void 0.000140
+gallium_dri.so malloc 72 0x5571735de230 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735de230 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2f0 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000116
+gallium_dri.so free 0x5571735de2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de480 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so malloc 72 0x5571735de500 0.000114
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de500 void 0.000115
+gallium_dri.so malloc 72 0x5571735de500 0.000115
+gallium_dri.so free 0x5571735de680 void 0.000116
+gallium_dri.so free 0x5571735de500 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6a0 0.000116
+gallium_dri.so free 0x5571735de740 void 0.000116
+gallium_dri.so free 0x5571735de6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6f0 0.000115
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so free 0x5571735de6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6f0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de6f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735de840 0.000183
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so free 0x5571735de840 void 0.000121
+gallium_dri.so malloc 72 0x5571735de840 0.000116
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so malloc 72 0x5571735de840 0.000124
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de840 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000120
+gallium_dri.so free 0x5571735dea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735deaf0 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735deaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec10 0.000119
+gallium_dri.so free 0x5571735dec80 void 0.000119
+gallium_dri.so free 0x5571735dec10 void 0.000113
+gallium_dri.so malloc 72 0x5571735deca0 0.000120
+gallium_dri.so free 0x5571735ded40 void 0.000122
+gallium_dri.so free 0x5571735deca0 void 0.000124
+gallium_dri.so malloc 72 0x5571735decf0 0.000156
+gallium_dri.so free 0x5571735dedc0 void 0.000127
+gallium_dri.so free 0x5571735decf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735decf0 0.000122
+gallium_dri.so free 0x5571735dee40 void 0.000124
+gallium_dri.so free 0x5571735decf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dee40 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee40 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735defb0 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735defb0 0.000124
+gallium_dri.so free 0x5571735df100 void 0.000124
+gallium_dri.so free 0x5571735defb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df140 0.000125
+gallium_dri.so free 0x5571735df1c0 void 0.000125
+gallium_dri.so free 0x5571735df140 void 0.000119
+gallium_dri.so malloc 72 0x5571735df1c0 0.000114
+gallium_dri.so free 0x5571735df280 void 0.000116
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df1c0 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000166
+gallium_dri.so free 0x5571735df1c0 void 0.000203
+gallium_dri.so malloc 72 0x5571735df330 0.000264
+gallium_dri.so free 0x5571735df380 void 0.000260
+gallium_dri.so free 0x5571735df330 void 0.000274
+gallium_dri.so malloc 72 0x5571735df330 0.000258
+gallium_dri.so free 0x5571735df480 void 0.000268
+gallium_dri.so free 0x5571735df330 void 0.000268
+gallium_dri.so malloc 72 0x5571735df4c0 0.000260
+gallium_dri.so free 0x5571735df540 void 0.000262
+gallium_dri.so free 0x5571735df4c0 void 0.000268
+gallium_dri.so malloc 72 0x5571735df540 0.000266
+gallium_dri.so free 0x5571735df600 void 0.000256
+gallium_dri.so free 0x5571735df540 void 0.000252
+gallium_dri.so malloc 72 0x5571735df540 0.000221
+gallium_dri.so free 0x5571735df680 void 0.000221
+gallium_dri.so free 0x5571735df540 void 0.000220
+gallium_dri.so malloc 72 0x5571735df6b0 0.000196
+gallium_dri.so free 0x5571735df700 void 0.000195
+gallium_dri.so free 0x5571735df6b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735df6b0 0.000213
+gallium_dri.so free 0x5571735df800 void 0.000221
+gallium_dri.so free 0x5571735df6b0 void 0.000225
+gallium_dri.so malloc 72 0x5571735df7b0 0.000245
+gallium_dri.so free 0x5571735df8c0 void 0.000197
+gallium_dri.so free 0x5571735df7b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735df870 0.000131
+gallium_dri.so free 0x5571735df940 void 0.000186
+gallium_dri.so free 0x5571735df870 void 0.000221
+gallium_dri.so malloc 72 0x5571735df870 0.000225
+gallium_dri.so free 0x5571735dfa00 void 0.000223
+gallium_dri.so free 0x5571735df870 void 0.000196
+gallium_dri.so malloc 72 0x5571735df870 0.000194
+gallium_dri.so free 0x5571735dfac0 void 0.000127
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa70 0.000129
+gallium_dri.so free 0x5571735dfb40 void 0.000125
+gallium_dri.so free 0x5571735dfa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfb90 0.000121
+gallium_dri.so free 0x5571735dfc00 void 0.000126
+gallium_dri.so free 0x5571735dfb90 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfc20 0.000120
+gallium_dri.so free 0x5571735dfcc0 void 0.000125
+gallium_dri.so free 0x5571735dfc20 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfc70 0.000121
+gallium_dri.so free 0x5571735dfd40 void 0.000120
+gallium_dri.so free 0x5571735dfc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfd40 0.000129
+gallium_dri.so free 0x5571735dfe00 void 0.000130
+gallium_dri.so free 0x5571735dfd40 void 0.000156
+gallium_dri.so malloc 72 0x5571735dfd40 0.000209
+gallium_dri.so free 0x5571735dfe80 void 0.000128
+gallium_dri.so free 0x5571735dfd40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfe80 0.000125
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so free 0x5571735dfe80 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfe80 0.000130
+gallium_dri.so free 0x5571735e0000 void 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfe80 0.000126
+gallium_dri.so free 0x5571735e00c0 void 0.000129
+gallium_dri.so free 0x5571735dfe80 void 0.000184
+gallium_dri.so malloc 72 0x5571735e0070 0.000182
+gallium_dri.so free 0x5571735e0140 void 0.000182
+gallium_dri.so free 0x5571735e0070 void 0.000180
+gallium_dri.so malloc 72 0x5571735e0190 0.000160
+gallium_dri.so free 0x5571735e0200 void 0.000125
+gallium_dri.so free 0x5571735e0190 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0240 0.000124
+gallium_dri.so free 0x5571735e02c0 void 0.000155
+gallium_dri.so free 0x5571735e0240 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0240 0.000182
+gallium_dri.so free 0x5571735e0340 void 0.000183
+gallium_dri.so free 0x5571735e0240 void 0.000161
+gallium_dri.so malloc 72 0x5571735e0370 0.000127
+gallium_dri.so free 0x5571735e03c0 void 0.000158
+gallium_dri.so free 0x5571735e0370 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0370 0.000129
+gallium_dri.so free 0x5571735e04c0 void 0.000124
+gallium_dri.so free 0x5571735e0370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0470 0.000130
+gallium_dri.so free 0x5571735e0580 void 0.000181
+gallium_dri.so free 0x5571735e0470 void 0.000183
+gallium_dri.so malloc 72 0x5571735e0530 0.000182
+gallium_dri.so free 0x5571735e05c0 void 0.000180
+gallium_dri.so free 0x5571735e0530 void 0.000158
+gallium_dri.so malloc 72 0x5571735e0530 0.000121
+gallium_dri.so free 0x5571735e0680 void 0.000126
+gallium_dri.so free 0x5571735e0530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e06f0 0.000167
+gallium_dri.so free 0x5571735e0740 void 0.000157
+gallium_dri.so free 0x5571735e06f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06f0 0.000130
+gallium_dri.so free 0x5571735e0840 void 0.000129
+gallium_dri.so free 0x5571735e06f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e07f0 0.000166
+gallium_dri.so free 0x5571735e0900 void 0.000130
+gallium_dri.so free 0x5571735e07f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e08b0 0.000129
+gallium_dri.so free 0x5571735e0940 void 0.000125
+gallium_dri.so free 0x5571735e08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e08b0 0.000120
+gallium_dri.so free 0x5571735e0a00 void 0.000122
+gallium_dri.so free 0x5571735e08b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0a40 0.000129
+gallium_dri.so free 0x5571735e0ac0 void 0.000125
+gallium_dri.so free 0x5571735e0a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000126
+gallium_dri.so free 0x5571735e0ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000141
+gallium_dri.so free 0x5571735e0c40 void 0.000131
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0c60 0.000129
+gallium_dri.so free 0x5571735e0d00 void 0.000131
+gallium_dri.so free 0x5571735e0c60 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000130
+gallium_dri.so free 0x5571735e0d80 void 0.000129
+gallium_dri.so free 0x5571735e0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000163
+gallium_dri.so free 0x5571735e0e00 void 0.000130
+gallium_dri.so free 0x5571735e0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0e00 0.000125
+gallium_dri.so free 0x5571735e0ec0 void 0.000122
+gallium_dri.so free 0x5571735e0e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e00 0.000130
+gallium_dri.so free 0x5571735e0f80 void 0.000126
+gallium_dri.so free 0x5571735e0e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0e00 0.000129
+gallium_dri.so free 0x5571735e1040 void 0.000129
+gallium_dri.so free 0x5571735e0e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000236
+gallium_dri.so free 0x5571735e1100 void 0.000164
+gallium_dri.so free 0x5571735e0ff0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e10b0 0.000129
+gallium_dri.so free 0x5571735e1180 void 0.000131
+gallium_dri.so free 0x5571735e10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e11d0 0.000128
+gallium_dri.so free 0x5571735e1240 void 0.000130
+gallium_dri.so free 0x5571735e11d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1260 0.000127
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e1260 void 0.000129
+gallium_dri.so malloc 72 0x5571735e12b0 0.000128
+gallium_dri.so free 0x5571735e1380 void 0.000130
+gallium_dri.so free 0x5571735e12b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12b0 0.000125
+gallium_dri.so free 0x5571735e1400 void 0.000122
+gallium_dri.so free 0x5571735e12b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1400 0.000125
+gallium_dri.so free 0x5571735e14c0 void 0.000155
+gallium_dri.so free 0x5571735e1400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1400 0.000129
+gallium_dri.so free 0x5571735e15c0 void 0.000129
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1570 0.000130
+gallium_dri.so free 0x5571735e1600 void 0.000130
+gallium_dri.so free 0x5571735e1570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1570 0.000129
+gallium_dri.so free 0x5571735e16c0 void 0.000129
+gallium_dri.so free 0x5571735e1570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1700 0.000130
+gallium_dri.so free 0x5571735e1780 void 0.000127
+gallium_dri.so free 0x5571735e1700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1780 0.000130
+gallium_dri.so free 0x5571735e1840 void 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1780 0.000122
+gallium_dri.so free 0x5571735e18c0 void 0.000126
+gallium_dri.so free 0x5571735e1780 void 0.000130
+gallium_dri.so malloc 72 0x5571735e18f0 0.000124
+gallium_dri.so free 0x5571735e1940 void 0.000152
+gallium_dri.so free 0x5571735e18f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e18f0 0.000127
+gallium_dri.so free 0x5571735e1a40 void 0.000127
+gallium_dri.so free 0x5571735e18f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a80 0.000129
+gallium_dri.so free 0x5571735e1b00 void 0.000130
+gallium_dri.so free 0x5571735e1a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1b00 0.000125
+gallium_dri.so free 0x5571735e1bc0 void 0.000126
+gallium_dri.so free 0x5571735e1b00 void 0.000134
+gallium_dri.so malloc 72 0x5571735e1b00 0.000130
+gallium_dri.so free 0x5571735e1c40 void 0.000129
+gallium_dri.so free 0x5571735e1b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c70 0.000125
+gallium_dri.so free 0x5571735e1cc0 void 0.000127
+gallium_dri.so free 0x5571735e1c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c70 0.000125
+gallium_dri.so free 0x5571735e1dc0 void 0.000125
+gallium_dri.so free 0x5571735e1c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1d70 0.000124
+gallium_dri.so free 0x5571735e1e80 void 0.000127
+gallium_dri.so free 0x5571735e1d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e30 0.000128
+gallium_dri.so free 0x5571735e1f00 void 0.000130
+gallium_dri.so free 0x5571735e1e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e30 0.000134
+gallium_dri.so free 0x5571735e1fc0 void 0.000126
+gallium_dri.so free 0x5571735e1e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1e30 0.000130
+gallium_dri.so free 0x5571735e2080 void 0.000130
+gallium_dri.so free 0x5571735e1e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2030 0.000125
+gallium_dri.so free 0x5571735e2100 void 0.000124
+gallium_dri.so free 0x5571735e2030 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2150 0.000128
+gallium_dri.so free 0x5571735e21c0 void 0.000130
+gallium_dri.so free 0x5571735e2150 void 0.000124
+gallium_dri.so malloc 72 0x5571735e21e0 0.000120
+gallium_dri.so free 0x5571735e2280 void 0.000121
+gallium_dri.so free 0x5571735e21e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2230 0.000129
+gallium_dri.so free 0x5571735e2300 void 0.000129
+gallium_dri.so free 0x5571735e2230 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2300 0.000127
+gallium_dri.so free 0x5571735e23c0 void 0.000130
+gallium_dri.so free 0x5571735e2300 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2300 0.000130
+gallium_dri.so free 0x5571735e2440 void 0.000125
+gallium_dri.so free 0x5571735e2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2440 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000124
+gallium_dri.so free 0x5571735e2440 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2440 0.000129
+gallium_dri.so free 0x5571735e25c0 void 0.000131
+gallium_dri.so free 0x5571735e2440 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2440 0.000131
+gallium_dri.so free 0x5571735e2680 void 0.000129
+gallium_dri.so free 0x5571735e2440 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2630 0.000121
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so free 0x5571735e2630 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2750 0.000123
+gallium_dri.so free 0x5571735e27c0 void 0.000120
+gallium_dri.so free 0x5571735e2750 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2800 0.000121
+gallium_dri.so free 0x5571735e2880 void 0.000121
+gallium_dri.so free 0x5571735e2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2800 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2930 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000120
+gallium_dri.so free 0x5571735e2930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2930 0.000120
+gallium_dri.so free 0x5571735e2a80 void 0.000127
+gallium_dri.so free 0x5571735e2930 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2a30 0.000115
+gallium_dri.so free 0x5571735e2b40 void 0.000114
+gallium_dri.so free 0x5571735e2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2af0 0.000113
+gallium_dri.so free 0x5571735e2b80 void 0.000115
+gallium_dri.so free 0x5571735e2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2af0 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000116
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2db0 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000115
+gallium_dri.so free 0x5571735e2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e70 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000116
+gallium_dri.so free 0x5571735e2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e70 0.000113
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3000 0.000113
+gallium_dri.so free 0x5571735e3080 void 0.000115
+gallium_dri.so free 0x5571735e3000 void 0.000157
+gallium_dri.so malloc 72 0x5571735e3080 0.000116
+gallium_dri.so free 0x5571735e3140 void 0.000115
+gallium_dri.so free 0x5571735e3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3080 0.000115
+gallium_dri.so free 0x5571735e3200 void 0.000115
+gallium_dri.so free 0x5571735e3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3220 0.000113
+gallium_dri.so free 0x5571735e32c0 void 0.000113
+gallium_dri.so free 0x5571735e3220 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3270 0.000111
+gallium_dri.so free 0x5571735e3340 void 0.000116
+gallium_dri.so free 0x5571735e3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3270 0.000112
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e33c0 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000112
+gallium_dri.so free 0x5571735e3540 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000115
+gallium_dri.so free 0x5571735e3600 void 0.000118
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e35b0 0.000112
+gallium_dri.so free 0x5571735e36c0 void 0.000140
+gallium_dri.so free 0x5571735e35b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3670 0.000114
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so free 0x5571735e3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3790 0.000113
+gallium_dri.so free 0x5571735bee80 void 0.000115
+gallium_dri.so free 0x5571735e3790 void 0.000112
+gallium_dri.so malloc 72 0x5571735beea0 0.000112
+gallium_dri.so free 0x5571735bef40 void 0.000114
+gallium_dri.so free 0x5571735beea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beef0 0.000113
+gallium_dri.so free 0x5571735befc0 void 0.000114
+gallium_dri.so free 0x5571735beef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735beef0 0.000114
+gallium_dri.so free 0x5571735bf040 void 0.000114
+gallium_dri.so free 0x5571735beef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf040 0.000119
+gallium_dri.so free 0x5571735bf100 void 0.000117
+gallium_dri.so free 0x5571735bf040 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf040 0.000114
+gallium_dri.so free 0x5571735bf200 void 0.000116
+gallium_dri.so free 0x5571735bf040 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000115
+gallium_dri.so free 0x5571735bf240 void 0.000114
+gallium_dri.so free 0x5571735bf1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf1b0 0.000114
+gallium_dri.so free 0x5571735bf300 void 0.000115
+gallium_dri.so free 0x5571735bf1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf340 0.000116
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x5571735bf340 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000114
+gallium_dri.so free 0x5571735bf480 void 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000114
+gallium_dri.so free 0x5571735bf500 void 0.000113
+gallium_dri.so free 0x5571735bf3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf530 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000116
+gallium_dri.so free 0x5571735bf530 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf530 0.000114
+gallium_dri.so free 0x5571735bf680 void 0.000114
+gallium_dri.so free 0x5571735bf530 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6c0 0.000112
+gallium_dri.so free 0x5571735bf740 void 0.000115
+gallium_dri.so free 0x5571735bf6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf740 0.000112
+gallium_dri.so free 0x5571735bf800 void 0.000116
+gallium_dri.so free 0x5571735bf740 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf740 0.000114
+gallium_dri.so free 0x5571735bf880 void 0.000114
+gallium_dri.so free 0x5571735bf740 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000113
+gallium_dri.so free 0x5571735bf900 void 0.000115
+gallium_dri.so free 0x5571735bf8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000184
+gallium_dri.so free 0x5571735bfa00 void 0.000116
+gallium_dri.so free 0x5571735bf8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9b0 0.000116
+gallium_dri.so free 0x5571735bfac0 void 0.000114
+gallium_dri.so free 0x5571735bf9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa70 0.000114
+gallium_dri.so free 0x5571735bfb40 void 0.000115
+gallium_dri.so free 0x5571735bfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa70 0.000113
+gallium_dri.so free 0x5571735bfc00 void 0.000115
+gallium_dri.so free 0x5571735bfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa70 0.000144
+gallium_dri.so free 0x5571735bfcc0 void 0.000115
+gallium_dri.so free 0x5571735bfa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc70 0.000114
+gallium_dri.so free 0x5571735bfd40 void 0.000114
+gallium_dri.so free 0x5571735bfc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfd90 0.000114
+gallium_dri.so free 0x5571735bfe00 void 0.000115
+gallium_dri.so free 0x5571735bfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfe20 0.000113
+gallium_dri.so free 0x5571735bfec0 void 0.000115
+gallium_dri.so free 0x5571735bfe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000115
+gallium_dri.so free 0x5571735bfe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff40 0.000127
+gallium_dri.so free 0x5571735c0000 void 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff40 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0080 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0080 0.000114
+gallium_dri.so free 0x5571735c0200 void 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0080 0.000113
+gallium_dri.so free 0x5571735c02c0 void 0.000116
+gallium_dri.so free 0x5571735c0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0270 0.000113
+gallium_dri.so free 0x5571735c0340 void 0.000116
+gallium_dri.so free 0x5571735c0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0390 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so free 0x5571735c0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0440 0.000112
+gallium_dri.so free 0x5571735c04c0 void 0.000116
+gallium_dri.so free 0x5571735c0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0440 0.000113
+gallium_dri.so free 0x5571735c0540 void 0.000114
+gallium_dri.so free 0x5571735c0440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0570 0.000127
+gallium_dri.so free 0x5571735c05c0 void 0.000117
+gallium_dri.so free 0x5571735c0570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c06c0 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0670 0.000113
+gallium_dri.so free 0x5571735c0780 void 0.000114
+gallium_dri.so free 0x5571735c0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0730 0.000113
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0730 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08f0 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c08f0 0.000113
+gallium_dri.so free 0x5571735c0a40 void 0.000113
+gallium_dri.so free 0x5571735c08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c09f0 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000116
+gallium_dri.so free 0x5571735c09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000115
+gallium_dri.so free 0x5571735c0ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000130
+gallium_dri.so free 0x5571735c0c00 void 0.000115
+gallium_dri.so free 0x5571735c0ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0c40 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0cc0 0.000116
+gallium_dri.so free 0x5571735c0d80 void 0.000115
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0cc0 0.000114
+gallium_dri.so free 0x5571735c0e40 void 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e60 0.000114
+gallium_dri.so free 0x5571735c0f00 void 0.000116
+gallium_dri.so free 0x5571735c0e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000115
+gallium_dri.so free 0x5571735c0f80 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000115
+gallium_dri.so free 0x5571735c1000 void 0.000115
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1000 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x5571735c1000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1000 0.000114
+gallium_dri.so free 0x5571735c1180 void 0.000115
+gallium_dri.so free 0x5571735c1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1000 0.000114
+gallium_dri.so free 0x5571735c1240 void 0.000120
+gallium_dri.so free 0x5571735c1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735c11f0 0.000115
+gallium_dri.so free 0x5571735c1300 void 0.000115
+gallium_dri.so free 0x5571735c11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12b0 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13d0 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so free 0x5571735c13d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1460 0.000114
+gallium_dri.so free 0x5571735c1500 void 0.000115
+gallium_dri.so free 0x5571735c1460 void 0.000114
+gallium_dri.so malloc 72 0x5571735c14b0 0.000112
+gallium_dri.so free 0x5571735c1580 void 0.000114
+gallium_dri.so free 0x5571735c14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c14b0 0.000113
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1600 0.000112
+gallium_dri.so free 0x5571735c16c0 void 0.000114
+gallium_dri.so free 0x5571735c1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1600 0.000113
+gallium_dri.so free 0x5571735c17c0 void 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1770 0.000113
+gallium_dri.so free 0x5571735c1800 void 0.000165
+gallium_dri.so free 0x5571735c1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000116
+gallium_dri.so free 0x5571735c1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1900 0.000115
+gallium_dri.so free 0x5571735c1980 void 0.000115
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1980 0.000114
+gallium_dri.so free 0x5571735c1a40 void 0.000116
+gallium_dri.so free 0x5571735c1980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1980 0.000114
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1af0 0.000114
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000113
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1c80 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000115
+gallium_dri.so free 0x5571735c1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d00 0.000113
+gallium_dri.so free 0x5571735c1dc0 void 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1d00 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000127
+gallium_dri.so free 0x5571735c1d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1e70 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so free 0x5571735c1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e70 0.000114
+gallium_dri.so free 0x5571735c1fc0 void 0.000113
+gallium_dri.so free 0x5571735c1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f70 0.000115
+gallium_dri.so free 0x5571735c2080 void 0.000115
+gallium_dri.so free 0x5571735c1f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2030 0.000115
+gallium_dri.so free 0x5571735c2100 void 0.000117
+gallium_dri.so free 0x5571735c2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2030 0.000114
+gallium_dri.so free 0x5571735c21c0 void 0.000115
+gallium_dri.so free 0x5571735c2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2030 0.000115
+gallium_dri.so free 0x5571735c2280 void 0.000115
+gallium_dri.so free 0x5571735c2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2230 0.000113
+gallium_dri.so free 0x5571735c2300 void 0.000114
+gallium_dri.so free 0x5571735c2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2350 0.000114
+gallium_dri.so free 0x5571735c23c0 void 0.000116
+gallium_dri.so free 0x5571735c2350 void 0.000114
+gallium_dri.so malloc 72 0x5571735c23e0 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000132
+gallium_dri.so free 0x5571735c23e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2430 0.000116
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735c2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2500 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2500 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2640 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000116
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c27c0 void 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2640 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000116
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2830 0.000113
+gallium_dri.so free 0x5571735c2900 void 0.000115
+gallium_dri.so free 0x5571735c2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2950 0.000115
+gallium_dri.so free 0x5571735c29c0 void 0.000115
+gallium_dri.so free 0x5571735c2950 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2a00 0.000114
+gallium_dri.so free 0x5571735c2a80 void 0.000212
+gallium_dri.so free 0x5571735c2a00 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2a00 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000114
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000116
+gallium_dri.so free 0x5571735c2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000115
+gallium_dri.so free 0x5571735c2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000115
+gallium_dri.so free 0x5571735c2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000114
+gallium_dri.so free 0x5571735c2e40 void 0.000115
+gallium_dri.so free 0x5571735c2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000113
+gallium_dri.so free 0x5571735c3000 void 0.000114
+gallium_dri.so free 0x5571735c2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000112
+gallium_dri.so free 0x5571735c30c0 void 0.000124
+gallium_dri.so free 0x5571735c2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3070 0.000117
+gallium_dri.so free 0x5571735c3100 void 0.000114
+gallium_dri.so free 0x5571735c3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3070 0.000113
+gallium_dri.so free 0x5571735c31c0 void 0.000113
+gallium_dri.so free 0x5571735c3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3200 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x5571735c3200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3280 0.000114
+gallium_dri.so free 0x5571735c3340 void 0.000114
+gallium_dri.so free 0x5571735c3280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3280 0.000113
+gallium_dri.so free 0x5571735c3400 void 0.000117
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3420 0.000115
+gallium_dri.so free 0x5571735c34c0 void 0.000113
+gallium_dri.so free 0x5571735c3420 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c3540 void 0.000114
+gallium_dri.so free 0x5571735c3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3470 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so free 0x5571735c3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735c35c0 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c35c0 0.000115
+gallium_dri.so free 0x5571735c3740 void 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c35c0 0.000114
+gallium_dri.so free 0x5571735c3800 void 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37b0 0.000113
+gallium_dri.so free 0x5571735c38c0 void 0.000114
+gallium_dri.so free 0x5571735c37b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3870 0.000114
+gallium_dri.so free 0x5571735c3940 void 0.000116
+gallium_dri.so free 0x5571735c3870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3990 0.000146
+gallium_dri.so free 0x5571735c3a00 void 0.000117
+gallium_dri.so free 0x5571735c3990 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3a20 0.000114
+gallium_dri.so free 0x5571735c3ac0 void 0.000116
+gallium_dri.so free 0x5571735c3a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a70 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000117
+gallium_dri.so free 0x5571735c3a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a70 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000115
+gallium_dri.so free 0x5571735c3a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000115
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000115
+gallium_dri.so free 0x5571735c3d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000111
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f40 0.000112
+gallium_dri.so free 0x5571735c4000 void 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f40 0.000113
+gallium_dri.so free 0x5571735c4080 void 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40b0 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000115
+gallium_dri.so free 0x5571735c40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c40b0 0.000112
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so free 0x5571735c40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4240 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000126
+gallium_dri.so malloc 72 0x5571735c42c0 0.000114
+gallium_dri.so free 0x5571735c4380 void 0.000115
+gallium_dri.so free 0x5571735c42c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c42c0 0.000112
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4430 0.000112
+gallium_dri.so free 0x5571735c4480 void 0.000116
+gallium_dri.so free 0x5571735c4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4430 0.000114
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so free 0x5571735c4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4530 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000115
+gallium_dri.so free 0x5571735c4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c45f0 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45f0 0.000115
+gallium_dri.so free 0x5571735c4780 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45f0 0.000114
+gallium_dri.so free 0x5571735c4840 void 0.000115
+gallium_dri.so free 0x5571735c45f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47f0 0.000112
+gallium_dri.so free 0x5571735c48c0 void 0.000116
+gallium_dri.so free 0x5571735c47f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c4910 0.000117
+gallium_dri.so free 0x5571735c4980 void 0.000115
+gallium_dri.so free 0x5571735c4910 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49a0 0.000114
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c49a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49f0 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000122
+gallium_dri.so free 0x5571735c49f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000116
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so free 0x5571735c4ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c00 0.000112
+gallium_dri.so free 0x5571735c4d80 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4e40 void 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4df0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000115
+gallium_dri.so free 0x5571735c4df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4f10 0.000119
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x5571735c4f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4fc0 0.000113
+gallium_dri.so free 0x5571735c5040 void 0.000116
+gallium_dri.so free 0x5571735c4fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4fc0 0.000115
+gallium_dri.so free 0x5571735c50c0 void 0.000115
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c50f0 0.000114
+gallium_dri.so free 0x5571735c5140 void 0.000115
+gallium_dri.so free 0x5571735c50f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c50f0 0.000113
+gallium_dri.so free 0x5571735c5240 void 0.000112
+gallium_dri.so free 0x5571735c50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c51f0 0.000114
+gallium_dri.so free 0x5571735c5300 void 0.000115
+gallium_dri.so free 0x5571735c51f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c52b0 0.000114
+gallium_dri.so free 0x5571735c5340 void 0.000115
+gallium_dri.so free 0x5571735c52b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c52b0 0.000113
+gallium_dri.so free 0x5571735c5400 void 0.000114
+gallium_dri.so free 0x5571735c52b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5470 0.000115
+gallium_dri.so free 0x5571735c54c0 void 0.000116
+gallium_dri.so free 0x5571735c5470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5470 0.000118
+gallium_dri.so free 0x5571735c55c0 void 0.000113
+gallium_dri.so free 0x5571735c5470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5570 0.000112
+gallium_dri.so free 0x5571735c5680 void 0.000113
+gallium_dri.so free 0x5571735c5570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5630 0.000113
+gallium_dri.so free 0x5571735c56c0 void 0.000112
+gallium_dri.so free 0x5571735c5630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5630 0.000113
+gallium_dri.so free 0x5571735c5780 void 0.000112
+gallium_dri.so free 0x5571735c5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c57c0 0.000112
+gallium_dri.so free 0x5571735c5840 void 0.000124
+gallium_dri.so free 0x5571735c57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5840 0.000112
+gallium_dri.so free 0x5571735c5900 void 0.000114
+gallium_dri.so free 0x5571735c5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5840 0.000121
+gallium_dri.so free 0x5571735c59c0 void 0.000218
+gallium_dri.so free 0x5571735c5840 void 0.000272
+gallium_dri.so malloc 72 0x5571735c59e0 0.000293
+gallium_dri.so free 0x5571735c5a80 void 0.000229
+gallium_dri.so free 0x5571735c59e0 void 0.000222
+gallium_dri.so malloc 72 0x5571735c5a30 0.000220
+gallium_dri.so free 0x5571735c5b00 void 0.000212
+gallium_dri.so free 0x5571735c5a30 void 0.000216
+gallium_dri.so malloc 72 0x5571735c5a30 0.000189
+gallium_dri.so free 0x5571735c5b80 void 0.000193
+gallium_dri.so free 0x5571735c5a30 void 0.000156
+gallium_dri.so malloc 72 0x5571735c5b80 0.000110
+gallium_dri.so free 0x5571735c5c40 void 0.000111
+gallium_dri.so free 0x5571735c5b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5b80 0.000110
+gallium_dri.so free 0x5571735c5d00 void 0.000111
+gallium_dri.so free 0x5571735c5b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5b80 0.000110
+gallium_dri.so free 0x5571735c5dc0 void 0.000117
+gallium_dri.so free 0x5571735c5b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5d70 0.000116
+gallium_dri.so free 0x5571735c5e80 void 0.000120
+gallium_dri.so free 0x5571735c5d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5e30 0.000118
+gallium_dri.so free 0x5571735c5f00 void 0.000168
+gallium_dri.so free 0x5571735c5e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5f50 0.000129
+gallium_dri.so free 0x5571735c5fc0 void 0.000126
+gallium_dri.so free 0x5571735c5f50 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5fe0 0.000128
+gallium_dri.so free 0x5571735c6080 void 0.000129
+gallium_dri.so free 0x5571735c5fe0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6030 0.000126
+gallium_dri.so free 0x5571735c6100 void 0.000127
+gallium_dri.so free 0x5571735c6030 void 0.000128
+gallium_dri.so malloc 72 0x5571735c6030 0.000127
+gallium_dri.so free 0x5571735c6180 void 0.000128
+gallium_dri.so free 0x5571735c6030 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6180 0.000126
+gallium_dri.so free 0x5571735c6240 void 0.000128
+gallium_dri.so free 0x5571735c6180 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6180 0.000127
+gallium_dri.so free 0x5571735c6340 void 0.000123
+gallium_dri.so free 0x5571735c6180 void 0.000125
+gallium_dri.so malloc 72 0x5571735c62f0 0.000124
+gallium_dri.so free 0x5571735c6380 void 0.000126
+gallium_dri.so free 0x5571735c62f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c62f0 0.000124
+gallium_dri.so free 0x5571735c6440 void 0.000138
+gallium_dri.so free 0x5571735c62f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6480 0.000125
+gallium_dri.so free 0x5571735c6500 void 0.000125
+gallium_dri.so free 0x5571735c6480 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6500 0.000123
+gallium_dri.so free 0x5571735c65c0 void 0.000126
+gallium_dri.so free 0x5571735c6500 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6500 0.000123
+gallium_dri.so free 0x5571735c6640 void 0.000126
+gallium_dri.so free 0x5571735c6500 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6670 0.000126
+gallium_dri.so free 0x5571735c66c0 void 0.000127
+gallium_dri.so free 0x5571735c6670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6670 0.000125
+gallium_dri.so free 0x5571735c67c0 void 0.000125
+gallium_dri.so free 0x5571735c6670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6800 0.000126
+gallium_dri.so free 0x5571735c6880 void 0.000126
+gallium_dri.so free 0x5571735c6800 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6880 0.000126
+gallium_dri.so free 0x5571735c6940 void 0.000127
+gallium_dri.so free 0x5571735c6880 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6880 0.000126
+gallium_dri.so free 0x5571735c69c0 void 0.000127
+gallium_dri.so free 0x5571735c6880 void 0.000133
+gallium_dri.so malloc 72 0x5571735c69f0 0.000126
+gallium_dri.so free 0x5571735c6a40 void 0.000125
+gallium_dri.so free 0x5571735c69f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c69f0 0.000125
+gallium_dri.so free 0x5571735c6b40 void 0.000127
+gallium_dri.so free 0x5571735c69f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6af0 0.000125
+gallium_dri.so free 0x5571735c6c00 void 0.000127
+gallium_dri.so free 0x5571735c6af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000126
+gallium_dri.so free 0x5571735c6c80 void 0.000124
+gallium_dri.so free 0x5571735c6bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000156
+gallium_dri.so free 0x5571735c6d40 void 0.000135
+gallium_dri.so free 0x5571735c6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000120
+gallium_dri.so free 0x5571735c6e00 void 0.000120
+gallium_dri.so free 0x5571735c6bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6db0 0.000119
+gallium_dri.so free 0x5571735c6e80 void 0.000119
+gallium_dri.so free 0x5571735c6db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ed0 0.000120
+gallium_dri.so free 0x5571735c6f40 void 0.000121
+gallium_dri.so free 0x5571735c6ed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6f60 0.000189
+gallium_dri.so free 0x5571735c7000 void 0.000121
+gallium_dri.so free 0x5571735c6f60 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6fb0 0.000121
+gallium_dri.so free 0x5571735c7080 void 0.000117
+gallium_dri.so free 0x5571735c6fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7080 0.000117
+gallium_dri.so free 0x5571735c7140 void 0.000120
+gallium_dri.so free 0x5571735c7080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7080 0.000120
+gallium_dri.so free 0x5571735c71c0 void 0.000119
+gallium_dri.so free 0x5571735c7080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c71c0 0.000119
+gallium_dri.so free 0x5571735c7280 void 0.000121
+gallium_dri.so free 0x5571735c71c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71c0 0.000119
+gallium_dri.so free 0x5571735c7340 void 0.000122
+gallium_dri.so free 0x5571735c71c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71c0 0.000120
+gallium_dri.so free 0x5571735c7400 void 0.000118
+gallium_dri.so free 0x5571735c71c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c73b0 0.000120
+gallium_dri.so free 0x5571735c7480 void 0.000119
+gallium_dri.so free 0x5571735c73b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c74d0 0.000120
+gallium_dri.so free 0x5571735c7540 void 0.000118
+gallium_dri.so free 0x5571735c74d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7580 0.000121
+gallium_dri.so free 0x5571735c7600 void 0.000121
+gallium_dri.so free 0x5571735c7580 void 0.000125
+gallium_dri.so malloc 72 0x5571735c7580 0.000121
+gallium_dri.so free 0x5571735c7680 void 0.000121
+gallium_dri.so free 0x5571735c7580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c76b0 0.000118
+gallium_dri.so free 0x5571735c7700 void 0.000118
+gallium_dri.so free 0x5571735c76b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c76b0 0.000121
+gallium_dri.so free 0x5571735c7800 void 0.000119
+gallium_dri.so free 0x5571735c76b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c77b0 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000120
+gallium_dri.so free 0x5571735c77b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7870 0.000119
+gallium_dri.so free 0x5571735c7900 void 0.000120
+gallium_dri.so free 0x5571735c7870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7870 0.000119
+gallium_dri.so free 0x5571735c79c0 void 0.000121
+gallium_dri.so free 0x5571735c7870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7a30 0.000119
+gallium_dri.so free 0x5571735c7a80 void 0.000119
+gallium_dri.so free 0x5571735c7a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7a30 0.000117
+gallium_dri.so free 0x5571735c7b80 void 0.000147
+gallium_dri.so free 0x5571735c7a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7b30 0.000120
+gallium_dri.so free 0x5571735c7c40 void 0.000120
+gallium_dri.so free 0x5571735c7b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000125
+gallium_dri.so free 0x5571735c7c80 void 0.000121
+gallium_dri.so free 0x5571735c7bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000119
+gallium_dri.so free 0x5571735c7d40 void 0.000120
+gallium_dri.so free 0x5571735c7bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7d80 0.000120
+gallium_dri.so free 0x5571735c7e00 void 0.000119
+gallium_dri.so free 0x5571735c7d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7e00 0.000120
+gallium_dri.so free 0x5571735c7ec0 void 0.000119
+gallium_dri.so free 0x5571735c7e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7e00 0.000121
+gallium_dri.so free 0x5571735c7f80 void 0.000120
+gallium_dri.so free 0x5571735c7e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7fa0 0.000120
+gallium_dri.so free 0x5571735c8040 void 0.000119
+gallium_dri.so free 0x5571735c7fa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7ff0 0.000120
+gallium_dri.so free 0x5571735c80c0 void 0.000121
+gallium_dri.so free 0x5571735c7ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7ff0 0.000184
+gallium_dri.so free 0x5571735c8140 void 0.000117
+gallium_dri.so free 0x5571735c7ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8140 0.000115
+gallium_dri.so free 0x5571735c8200 void 0.000116
+gallium_dri.so free 0x5571735c8140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8140 0.000116
+gallium_dri.so free 0x5571735c82c0 void 0.000117
+gallium_dri.so free 0x5571735c8140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8140 0.000115
+gallium_dri.so free 0x5571735c8380 void 0.000117
+gallium_dri.so free 0x5571735c8140 void 0.000180
+gallium_dri.so malloc 72 0x5571735c8330 0.000212
+gallium_dri.so free 0x5571735c8440 void 0.000160
+gallium_dri.so free 0x5571735c8330 void 0.000164
+gallium_dri.so malloc 72 0x5571735c83f0 0.000126
+gallium_dri.so free 0x5571735c84c0 void 0.000121
+gallium_dri.so free 0x5571735c83f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8510 0.000117
+gallium_dri.so free 0x5571735c8580 void 0.000118
+gallium_dri.so free 0x5571735c8510 void 0.000118
+gallium_dri.so malloc 72 0x5571735c85a0 0.000117
+gallium_dri.so free 0x5571735c8640 void 0.000118
+gallium_dri.so free 0x5571735c85a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c85f0 0.000112
+gallium_dri.so free 0x5571735c86c0 void 0.000109
+gallium_dri.so free 0x5571735c85f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c85f0 0.000109
+gallium_dri.so free 0x5571735c8740 void 0.000109
+gallium_dri.so free 0x5571735c85f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8740 0.000109
+gallium_dri.so free 0x5571735c8800 void 0.000110
+gallium_dri.so free 0x5571735c8740 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8740 0.000109
+gallium_dri.so free 0x5571735c8900 void 0.000110
+gallium_dri.so free 0x5571735c8740 void 0.000110
+gallium_dri.so malloc 72 0x5571735c88b0 0.000109
+gallium_dri.so free 0x5571735c8940 void 0.000120
+gallium_dri.so free 0x5571735c88b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c88b0 0.000114
+gallium_dri.so free 0x5571735c8a00 void 0.000112
+gallium_dri.so free 0x5571735c88b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8a40 0.000111
+gallium_dri.so free 0x5571735c8ac0 void 0.000109
+gallium_dri.so free 0x5571735c8a40 void 0.000109
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000121
+gallium_dri.so free 0x5571735c8b80 void 0.000122
+gallium_dri.so free 0x5571735c8ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000111
+gallium_dri.so free 0x5571735c8c00 void 0.000113
+gallium_dri.so free 0x5571735c8ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8c30 0.000128
+gallium_dri.so free 0x5571735c8c80 void 0.000155
+gallium_dri.so free 0x5571735c8c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8c30 0.000124
+gallium_dri.so free 0x5571735c8d80 void 0.000125
+gallium_dri.so free 0x5571735c8c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8dc0 0.000120
+gallium_dri.so free 0x5571735c8e40 void 0.000124
+gallium_dri.so free 0x5571735c8dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8e40 0.000124
+gallium_dri.so free 0x5571735c8f00 void 0.000119
+gallium_dri.so free 0x5571735c8e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8e40 0.000117
+gallium_dri.so free 0x5571735c8f80 void 0.000120
+gallium_dri.so free 0x5571735c8e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000118
+gallium_dri.so free 0x5571735c9000 void 0.000118
+gallium_dri.so free 0x5571735c8fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000117
+gallium_dri.so free 0x5571735c9100 void 0.000117
+gallium_dri.so free 0x5571735c8fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c90b0 0.000119
+gallium_dri.so free 0x5571735c91c0 void 0.000118
+gallium_dri.so free 0x5571735c90b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9170 0.000171
+gallium_dri.so free 0x5571735c9240 void 0.000126
+gallium_dri.so free 0x5571735c9170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9170 0.000124
+gallium_dri.so free 0x5571735c9300 void 0.000121
+gallium_dri.so free 0x5571735c9170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9170 0.000118
+gallium_dri.so free 0x5571735c93c0 void 0.000117
+gallium_dri.so free 0x5571735c9170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9370 0.000118
+gallium_dri.so free 0x5571735c9440 void 0.000120
+gallium_dri.so free 0x5571735c9370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9490 0.000118
+gallium_dri.so free 0x5571735c9500 void 0.000119
+gallium_dri.so free 0x5571735c9490 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9520 0.000118
+gallium_dri.so free 0x5571735c95c0 void 0.000118
+gallium_dri.so free 0x5571735c9520 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9570 0.000117
+gallium_dri.so free 0x5571735c9640 void 0.000118
+gallium_dri.so free 0x5571735c9570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9640 0.000120
+gallium_dri.so free 0x5571735c9700 void 0.000118
+gallium_dri.so free 0x5571735c9640 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9640 0.000117
+gallium_dri.so free 0x5571735c9780 void 0.000119
+gallium_dri.so free 0x5571735c9640 void 0.000155
+gallium_dri.so malloc 72 0x5571735c9780 0.000114
+gallium_dri.so free 0x5571735c9840 void 0.000110
+gallium_dri.so free 0x5571735c9780 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9780 0.000110
+gallium_dri.so free 0x5571735c9900 void 0.000110
+gallium_dri.so free 0x5571735c9780 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9780 0.000111
+gallium_dri.so free 0x5571735c99c0 void 0.000110
+gallium_dri.so free 0x5571735c9780 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9970 0.000109
+gallium_dri.so free 0x5571735c9a40 void 0.000111
+gallium_dri.so free 0x5571735c9970 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9a90 0.000110
+gallium_dri.so free 0x5571735c9b00 void 0.000109
+gallium_dri.so free 0x5571735c9a90 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9b40 0.000109
+gallium_dri.so free 0x5571735c9bc0 void 0.000110
+gallium_dri.so free 0x5571735c9b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9b40 0.000115
+gallium_dri.so free 0x5571735c9c40 void 0.000112
+gallium_dri.so free 0x5571735c9b40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9c70 0.000114
+gallium_dri.so free 0x5571735c9cc0 void 0.000116
+gallium_dri.so free 0x5571735c9c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9c70 0.000111
+gallium_dri.so free 0x5571735c9dc0 void 0.000111
+gallium_dri.so free 0x5571735c9c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9d70 0.000124
+gallium_dri.so free 0x5571735c9e80 void 0.000125
+gallium_dri.so free 0x5571735c9d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9e30 0.000119
+gallium_dri.so free 0x5571735c9ec0 void 0.000118
+gallium_dri.so free 0x5571735c9e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9e30 0.000117
+gallium_dri.so free 0x5571735c9f80 void 0.000118
+gallium_dri.so free 0x5571735c9e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9ff0 0.000117
+gallium_dri.so free 0x5571735ca040 void 0.000118
+gallium_dri.so free 0x5571735c9ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9ff0 0.000119
+gallium_dri.so free 0x5571735ca140 void 0.000118
+gallium_dri.so free 0x5571735c9ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca0f0 0.000118
+gallium_dri.so free 0x5571735ca200 void 0.000120
+gallium_dri.so free 0x5571735ca0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000118
+gallium_dri.so free 0x5571735ca240 void 0.000120
+gallium_dri.so free 0x5571735ca1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca1b0 0.000117
+gallium_dri.so free 0x5571735ca300 void 0.000119
+gallium_dri.so free 0x5571735ca1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca340 0.000118
+gallium_dri.so free 0x5571735ca3c0 void 0.000117
+gallium_dri.so free 0x5571735ca340 void 0.000159
+gallium_dri.so malloc 72 0x5571735ca3c0 0.000110
+gallium_dri.so free 0x5571735ca480 void 0.000111
+gallium_dri.so free 0x5571735ca3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca3c0 0.000110
+gallium_dri.so free 0x5571735ca540 void 0.000110
+gallium_dri.so free 0x5571735ca3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca560 0.000111
+gallium_dri.so free 0x5571735ca600 void 0.000110
+gallium_dri.so free 0x5571735ca560 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca5b0 0.000110
+gallium_dri.so free 0x5571735ca680 void 0.000111
+gallium_dri.so free 0x5571735ca5b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca5b0 0.000142
+gallium_dri.so free 0x5571735ca700 void 0.000112
+gallium_dri.so free 0x5571735ca5b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca700 0.000109
+gallium_dri.so free 0x5571735ca7c0 void 0.000109
+gallium_dri.so free 0x5571735ca700 void 0.000109
+gallium_dri.so malloc 72 0x5571735ca700 0.000110
+gallium_dri.so free 0x5571735ca880 void 0.000110
+gallium_dri.so free 0x5571735ca700 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca700 0.000112
+gallium_dri.so free 0x5571735ca940 void 0.000110
+gallium_dri.so free 0x5571735ca700 void 0.000110
+gallium_dri.so malloc 72 0x5571735ca8f0 0.000111
+gallium_dri.so free 0x5571735caa00 void 0.000110
+gallium_dri.so free 0x5571735ca8f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ca9b0 0.000122
+gallium_dri.so free 0x5571735cab40 void 0.000117
+gallium_dri.so free 0x5571735ca9b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cab40 0.000110
+gallium_dri.so free 0x5571735cac00 void 0.000109
+gallium_dri.so free 0x5571735cab40 void 0.000111
+gallium_dri.so malloc 72 0x5571735cab40 0.000109
+gallium_dri.so free 0x5571735cac80 void 0.000110
+gallium_dri.so free 0x5571735cab40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cacb0 0.000112
+gallium_dri.so free 0x5571735cad00 void 0.000109
+gallium_dri.so free 0x5571735cacb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cacb0 0.000112
+gallium_dri.so free 0x5571735cae00 void 0.000111
+gallium_dri.so free 0x5571735cacb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cadb0 0.000110
+gallium_dri.so free 0x5571735caec0 void 0.000112
+gallium_dri.so free 0x5571735cadb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cae70 0.000109
+gallium_dri.so free 0x5571735caf40 void 0.000112
+gallium_dri.so free 0x5571735cae70 void 0.000111
+gallium_dri.so malloc 72 0x5571735caf60 0.000116
+gallium_dri.so free 0x5571735cb000 void 0.000117
+gallium_dri.so free 0x5571735caf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb080 void 0.000112
+gallium_dri.so free 0x5571735cafb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cafb0 0.000117
+gallium_dri.so free 0x5571735cb100 void 0.000124
+gallium_dri.so free 0x5571735cafb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb100 0.000116
+gallium_dri.so free 0x5571735cb1c0 void 0.000119
+gallium_dri.so free 0x5571735cb100 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb100 0.000111
+gallium_dri.so free 0x5571735cb280 void 0.000109
+gallium_dri.so free 0x5571735cb100 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb100 0.000110
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb100 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000110
+gallium_dri.so free 0x5571735cb340 void 0.000111
+gallium_dri.so free 0x5571735cb2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000109
+gallium_dri.so free 0x5571735cb440 void 0.000110
+gallium_dri.so free 0x5571735cb2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000110
+gallium_dri.so free 0x5571735cb500 void 0.000113
+gallium_dri.so free 0x5571735cb3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000114
+gallium_dri.so free 0x5571735cb540 void 0.000120
+gallium_dri.so free 0x5571735cb4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000112
+gallium_dri.so free 0x5571735cb600 void 0.000112
+gallium_dri.so free 0x5571735cb4b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb640 0.000193
+gallium_dri.so free 0x5571735cb6c0 void 0.000175
+gallium_dri.so free 0x5571735cb640 void 0.000198
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000194
+gallium_dri.so free 0x5571735cb780 void 0.000193
+gallium_dri.so free 0x5571735cb6c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000110
+gallium_dri.so free 0x5571735cb840 void 0.000110
+gallium_dri.so free 0x5571735cb6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb860 0.000111
+gallium_dri.so free 0x5571735cb900 void 0.000109
+gallium_dri.so free 0x5571735cb860 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000109
+gallium_dri.so free 0x5571735cb980 void 0.000111
+gallium_dri.so free 0x5571735cb8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000111
+gallium_dri.so free 0x5571735cba00 void 0.000110
+gallium_dri.so free 0x5571735cb8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cba00 0.000110
+gallium_dri.so free 0x5571735cbac0 void 0.000110
+gallium_dri.so free 0x5571735cba00 void 0.000110
+gallium_dri.so malloc 72 0x5571735cba00 0.000110
+gallium_dri.so free 0x5571735cbb80 void 0.000111
+gallium_dri.so free 0x5571735cba00 void 0.000111
+gallium_dri.so malloc 72 0x5571735cba00 0.000116
+gallium_dri.so free 0x5571735cbc40 void 0.000117
+gallium_dri.so free 0x5571735cba00 void 0.000111
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000110
+gallium_dri.so free 0x5571735cbd00 void 0.000110
+gallium_dri.so free 0x5571735cbbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000109
+gallium_dri.so free 0x5571735cbd80 void 0.000110
+gallium_dri.so free 0x5571735cbcb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cbdd0 0.000109
+gallium_dri.so free 0x5571735cbe40 void 0.000109
+gallium_dri.so free 0x5571735cbdd0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbe60 0.000110
+gallium_dri.so free 0x5571735cbf00 void 0.000109
+gallium_dri.so free 0x5571735cbe60 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000109
+gallium_dri.so free 0x5571735cbf80 void 0.000109
+gallium_dri.so free 0x5571735cbeb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000111
+gallium_dri.so free 0x5571735cc000 void 0.000109
+gallium_dri.so free 0x5571735cbeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc000 0.000113
+gallium_dri.so free 0x5571735cc0c0 void 0.000112
+gallium_dri.so free 0x5571735cc000 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc000 0.000114
+gallium_dri.so free 0x5571735cc1c0 void 0.000117
+gallium_dri.so free 0x5571735cc000 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc170 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000111
+gallium_dri.so free 0x5571735cc170 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc170 0.000117
+gallium_dri.so free 0x5571735cc2c0 void 0.000117
+gallium_dri.so free 0x5571735cc170 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc300 0.000112
+gallium_dri.so free 0x5571735cc380 void 0.000110
+gallium_dri.so free 0x5571735cc300 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc380 0.000110
+gallium_dri.so free 0x5571735cc440 void 0.000110
+gallium_dri.so free 0x5571735cc380 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc380 0.000110
+gallium_dri.so free 0x5571735cc4c0 void 0.000109
+gallium_dri.so free 0x5571735cc380 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000109
+gallium_dri.so free 0x5571735cc540 void 0.000138
+gallium_dri.so free 0x5571735cc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000112
+gallium_dri.so free 0x5571735cc640 void 0.000110
+gallium_dri.so free 0x5571735cc4f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc680 0.000110
+gallium_dri.so free 0x5571735cc700 void 0.000111
+gallium_dri.so free 0x5571735cc680 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc700 0.000115
+gallium_dri.so free 0x5571735cc7c0 void 0.000118
+gallium_dri.so free 0x5571735cc700 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc700 0.000112
+gallium_dri.so free 0x5571735cc840 void 0.000112
+gallium_dri.so free 0x5571735cc700 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc870 0.000129
+gallium_dri.so free 0x5571735cc8c0 void 0.000122
+gallium_dri.so free 0x5571735cc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc870 0.000114
+gallium_dri.so free 0x5571735cc9c0 void 0.000112
+gallium_dri.so free 0x5571735cc870 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc970 0.000111
+gallium_dri.so free 0x5571735cca80 void 0.000110
+gallium_dri.so free 0x5571735cc970 void 0.000110
+gallium_dri.so malloc 72 0x5571735cca30 0.000109
+gallium_dri.so free 0x5571735ccb00 void 0.000110
+gallium_dri.so free 0x5571735cca30 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca30 0.000112
+gallium_dri.so free 0x5571735ccbc0 void 0.000110
+gallium_dri.so free 0x5571735cca30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cca30 0.000116
+gallium_dri.so free 0x5571735ccc80 void 0.000110
+gallium_dri.so free 0x5571735cca30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccc30 0.000110
+gallium_dri.so free 0x5571735ccd00 void 0.000110
+gallium_dri.so free 0x5571735ccc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccd50 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000119
+gallium_dri.so free 0x5571735ccd50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccde0 0.000112
+gallium_dri.so free 0x5571735cce80 void 0.000113
+gallium_dri.so free 0x5571735ccde0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cce30 0.000165
+gallium_dri.so free 0x5571735ccf00 void 0.000160
+gallium_dri.so free 0x5571735cce30 void 0.000212
+gallium_dri.so malloc 72 0x5571735ccf00 0.000196
+gallium_dri.so free 0x5571735ccfc0 void 0.000190
+gallium_dri.so free 0x5571735ccf00 void 0.000149
+gallium_dri.so malloc 72 0x5571735ccf00 0.000112
+gallium_dri.so free 0x5571735cd040 void 0.000111
+gallium_dri.so free 0x5571735ccf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd040 0.000110
+gallium_dri.so free 0x5571735cd100 void 0.000110
+gallium_dri.so free 0x5571735cd040 void 0.000109
+gallium_dri.so malloc 72 0x5571735cd040 0.000110
+gallium_dri.so free 0x5571735cd1c0 void 0.000110
+gallium_dri.so free 0x5571735cd040 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd040 0.000109
+gallium_dri.so free 0x5571735cd280 void 0.000111
+gallium_dri.so free 0x5571735cd040 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd230 0.000114
+gallium_dri.so free 0x5571735cd300 void 0.000116
+gallium_dri.so free 0x5571735cd230 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd350 0.000112
+gallium_dri.so free 0x5571735cd3c0 void 0.000113
+gallium_dri.so free 0x5571735cd350 void 0.000109
+gallium_dri.so malloc 72 0x5571735cd400 0.000124
+gallium_dri.so free 0x5571735cd480 void 0.000128
+gallium_dri.so free 0x5571735cd400 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd400 0.000116
+gallium_dri.so free 0x5571735cd500 void 0.000112
+gallium_dri.so free 0x5571735cd400 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd530 0.000110
+gallium_dri.so free 0x5571735cd580 void 0.000110
+gallium_dri.so free 0x5571735cd530 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd530 0.000110
+gallium_dri.so free 0x5571735cd680 void 0.000110
+gallium_dri.so free 0x5571735cd530 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd630 0.000110
+gallium_dri.so free 0x5571735cd740 void 0.000111
+gallium_dri.so free 0x5571735cd630 void 0.000109
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000109
+gallium_dri.so free 0x5571735cd780 void 0.000109
+gallium_dri.so free 0x5571735cd6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000110
+gallium_dri.so free 0x5571735cd840 void 0.000110
+gallium_dri.so free 0x5571735cd6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd8b0 0.000110
+gallium_dri.so free 0x5571735cd900 void 0.000120
+gallium_dri.so free 0x5571735cd8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd8b0 0.000116
+gallium_dri.so free 0x5571735cda00 void 0.000113
+gallium_dri.so free 0x5571735cd8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000110
+gallium_dri.so free 0x5571735cdac0 void 0.000127
+gallium_dri.so free 0x5571735cd9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cda70 0.000111
+gallium_dri.so free 0x5571735cdb00 void 0.000111
+gallium_dri.so free 0x5571735cda70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cda70 0.000117
+gallium_dri.so free 0x5571735cdbc0 void 0.000111
+gallium_dri.so free 0x5571735cda70 void 0.000109
+gallium_dri.so malloc 72 0x5571735cdc00 0.000111
+gallium_dri.so free 0x5571735cdc80 void 0.000109
+gallium_dri.so free 0x5571735cdc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdc80 0.000109
+gallium_dri.so free 0x5571735cdd40 void 0.000112
+gallium_dri.so free 0x5571735cdc80 void 0.000109
+gallium_dri.so malloc 72 0x5571735cdc80 0.000111
+gallium_dri.so free 0x5571735cde00 void 0.000110
+gallium_dri.so free 0x5571735cdc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cde20 0.000110
+gallium_dri.so free 0x5571735cdec0 void 0.000111
+gallium_dri.so free 0x5571735cde20 void 0.000110
+gallium_dri.so malloc 72 0x5571735cde70 0.000113
+gallium_dri.so free 0x5571735cdf40 void 0.000116
+gallium_dri.so free 0x5571735cde70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cde70 0.000117
+gallium_dri.so free 0x5571735cdfc0 void 0.000112
+gallium_dri.so free 0x5571735cde70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdfc0 0.000110
+gallium_dri.so free 0x5571735ce080 void 0.000110
+gallium_dri.so free 0x5571735cdfc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cdfc0 0.000119
+gallium_dri.so free 0x5571735ce140 void 0.000117
+gallium_dri.so free 0x5571735cdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdfc0 0.000122
+gallium_dri.so free 0x5571735ce200 void 0.000120
+gallium_dri.so free 0x5571735cdfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000118
+gallium_dri.so free 0x5571735ce2c0 void 0.000118
+gallium_dri.so free 0x5571735ce1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce270 0.000117
+gallium_dri.so free 0x5571735ce340 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce390 0.000144
+gallium_dri.so free 0x5571735ce400 void 0.000120
+gallium_dri.so free 0x5571735ce390 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce420 0.000118
+gallium_dri.so free 0x5571735ce4c0 void 0.000119
+gallium_dri.so free 0x5571735ce420 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce470 0.000119
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce470 0.000119
+gallium_dri.so free 0x5571735ce5c0 void 0.000117
+gallium_dri.so free 0x5571735ce470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000121
+gallium_dri.so free 0x5571735ce680 void 0.000105
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000112
+gallium_dri.so free 0x5571735ce780 void 0.000111
+gallium_dri.so free 0x5571735ce5c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce730 0.000110
+gallium_dri.so free 0x5571735ce7c0 void 0.000111
+gallium_dri.so free 0x5571735ce730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce730 0.000111
+gallium_dri.so free 0x5571735ce880 void 0.000112
+gallium_dri.so free 0x5571735ce730 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000109
+gallium_dri.so free 0x5571735ce940 void 0.000111
+gallium_dri.so free 0x5571735ce8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce940 0.000110
+gallium_dri.so free 0x5571735cea00 void 0.000110
+gallium_dri.so free 0x5571735ce940 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce940 0.000110
+gallium_dri.so free 0x5571735cea80 void 0.000110
+gallium_dri.so free 0x5571735ce940 void 0.000111
+gallium_dri.so malloc 72 0x5571735ceab0 0.000109
+gallium_dri.so free 0x5571735ceb00 void 0.000111
+gallium_dri.so free 0x5571735ceab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceab0 0.000111
+gallium_dri.so free 0x5571735cec00 void 0.000110
+gallium_dri.so free 0x5571735ceab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cec40 0.000111
+gallium_dri.so free 0x5571735cecc0 void 0.000110
+gallium_dri.so free 0x5571735cec40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cecc0 0.000114
+gallium_dri.so free 0x5571735ced80 void 0.000115
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cecc0 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee30 0.000118
+gallium_dri.so free 0x5571735cee80 void 0.000115
+gallium_dri.so free 0x5571735cee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee30 0.000113
+gallium_dri.so free 0x5571735cef80 void 0.000114
+gallium_dri.so free 0x5571735cee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cef30 0.000115
+gallium_dri.so free 0x5571735cf040 void 0.000114
+gallium_dri.so free 0x5571735cef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceff0 0.000115
+gallium_dri.so free 0x5571735cf0c0 void 0.000114
+gallium_dri.so free 0x5571735ceff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceff0 0.000112
+gallium_dri.so free 0x5571735cf180 void 0.000114
+gallium_dri.so free 0x5571735ceff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceff0 0.000113
+gallium_dri.so free 0x5571735cf240 void 0.000115
+gallium_dri.so free 0x5571735ceff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000113
+gallium_dri.so free 0x5571735cf2c0 void 0.000114
+gallium_dri.so free 0x5571735cf1f0 void 0.000232
+gallium_dri.so malloc 72 0x5571735cf310 0.000120
+gallium_dri.so free 0x5571735cf380 void 0.000115
+gallium_dri.so free 0x5571735cf310 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf3a0 0.000113
+gallium_dri.so free 0x5571735cf440 void 0.000114
+gallium_dri.so free 0x5571735cf3a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000113
+gallium_dri.so free 0x5571735cf580 void 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000113
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf600 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000116
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf600 0.000112
+gallium_dri.so free 0x5571735cf780 void 0.000114
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf600 0.000112
+gallium_dri.so free 0x5571735cf840 void 0.000115
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000114
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x5571735cf7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf910 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000115
+gallium_dri.so free 0x5571735cf910 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000114
+gallium_dri.so free 0x5571735cfa40 void 0.000115
+gallium_dri.so free 0x5571735cf9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000113
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cf9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000119
+gallium_dri.so free 0x5571735cfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000114
+gallium_dri.so free 0x5571735cfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe70 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so free 0x5571735cfe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfe70 0.000115
+gallium_dri.so free 0x5571735cffc0 void 0.000115
+gallium_dri.so free 0x5571735cfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cff70 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735cff70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0030 0.000113
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x5571735d0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0030 0.000114
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so free 0x5571735d0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01c0 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d0240 0.000116
+gallium_dri.so free 0x5571735d0300 void 0.000118
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0240 0.000115
+gallium_dri.so free 0x5571735d03c0 void 0.000115
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d03e0 0.000114
+gallium_dri.so free 0x5571735d0480 void 0.000115
+gallium_dri.so free 0x5571735d03e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0430 0.000115
+gallium_dri.so free 0x5571735d0500 void 0.000115
+gallium_dri.so free 0x5571735d0430 void 0.000165
+gallium_dri.so malloc 72 0x5571735d0430 0.000115
+gallium_dri.so free 0x5571735d0580 void 0.000114
+gallium_dri.so free 0x5571735d0430 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0580 0.000113
+gallium_dri.so free 0x5571735d0640 void 0.000114
+gallium_dri.so free 0x5571735d0580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0580 0.000112
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d0580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0580 0.000115
+gallium_dri.so free 0x5571735d07c0 void 0.000115
+gallium_dri.so free 0x5571735d0580 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0770 0.000114
+gallium_dri.so free 0x5571735d0880 void 0.000115
+gallium_dri.so free 0x5571735d0770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0830 0.000113
+gallium_dri.so free 0x5571735d0900 void 0.000115
+gallium_dri.so free 0x5571735d0830 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0950 0.000112
+gallium_dri.so free 0x5571735d09c0 void 0.000116
+gallium_dri.so free 0x5571735d0950 void 0.000114
+gallium_dri.so malloc 72 0x5571735d09e0 0.000112
+gallium_dri.so free 0x5571735d0a80 void 0.000115
+gallium_dri.so free 0x5571735d09e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a30 0.000113
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a30 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b80 0.000115
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000120
+gallium_dri.so free 0x5571735d0d40 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000115
+gallium_dri.so free 0x5571735d0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000112
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e80 0.000113
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f00 0.000113
+gallium_dri.so free 0x5571735d0fc0 void 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f00 0.000113
+gallium_dri.so free 0x5571735d1040 void 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000115
+gallium_dri.so free 0x5571735d10c0 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000128
+gallium_dri.so free 0x5571735d11c0 void 0.000146
+gallium_dri.so free 0x5571735d1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1200 0.000112
+gallium_dri.so free 0x5571735d1280 void 0.000115
+gallium_dri.so free 0x5571735d1200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1280 0.000112
+gallium_dri.so free 0x5571735d1340 void 0.000115
+gallium_dri.so free 0x5571735d1280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1280 0.000114
+gallium_dri.so free 0x5571735d13c0 void 0.000115
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13f0 0.000118
+gallium_dri.so free 0x5571735d1440 void 0.000125
+gallium_dri.so free 0x5571735d13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d13f0 0.000117
+gallium_dri.so free 0x5571735d1540 void 0.000116
+gallium_dri.so free 0x5571735d13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d14f0 0.000115
+gallium_dri.so free 0x5571735d1600 void 0.000116
+gallium_dri.so free 0x5571735d14f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15b0 0.000114
+gallium_dri.so free 0x5571735d1680 void 0.000114
+gallium_dri.so free 0x5571735d15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15b0 0.000114
+gallium_dri.so free 0x5571735d1740 void 0.000116
+gallium_dri.so free 0x5571735d15b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735d15b0 0.000113
+gallium_dri.so free 0x5571735d1800 void 0.000114
+gallium_dri.so free 0x5571735d15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17b0 0.000113
+gallium_dri.so free 0x5571735d1880 void 0.000114
+gallium_dri.so free 0x5571735d17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d18d0 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000116
+gallium_dri.so free 0x5571735d18d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1960 0.000113
+gallium_dri.so free 0x5571735d1a00 void 0.000114
+gallium_dri.so free 0x5571735d1960 void 0.000114
+gallium_dri.so malloc 72 0x5571735d19b0 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a80 0.000115
+gallium_dri.so free 0x5571735d1b40 void 0.000116
+gallium_dri.so free 0x5571735d1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1a80 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000114
+gallium_dri.so free 0x5571735d1a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000116
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000116
+gallium_dri.so free 0x5571735d1d40 void 0.000116
+gallium_dri.so free 0x5571735d1bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000112
+gallium_dri.so free 0x5571735d1e00 void 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1db0 0.000114
+gallium_dri.so free 0x5571735d1e80 void 0.000113
+gallium_dri.so free 0x5571735d1db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1ed0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000112
+gallium_dri.so free 0x5571735d1ed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1f80 0.000112
+gallium_dri.so free 0x5571735d2000 void 0.000112
+gallium_dri.so free 0x5571735d1f80 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1f80 0.000113
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x5571735d1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20b0 0.000139
+gallium_dri.so free 0x5571735d2100 void 0.000120
+gallium_dri.so free 0x5571735d20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d20b0 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000111
+gallium_dri.so free 0x5571735d22c0 void 0.000121
+gallium_dri.so free 0x5571735d21b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2270 0.000117
+gallium_dri.so free 0x5571735d2300 void 0.000116
+gallium_dri.so free 0x5571735d2270 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2270 0.000122
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2430 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000120
+gallium_dri.so free 0x5571735d2430 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2430 0.000122
+gallium_dri.so free 0x5571735d2580 void 0.000120
+gallium_dri.so free 0x5571735d2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2530 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x5571735d2530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d25f0 0.000122
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x5571735d25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d25f0 0.000120
+gallium_dri.so free 0x5571735d2740 void 0.000121
+gallium_dri.so free 0x5571735d25f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2780 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000122
+gallium_dri.so free 0x5571735d2780 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2800 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2800 0.000120
+gallium_dri.so free 0x5571735d2980 void 0.000130
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d29a0 0.000119
+gallium_dri.so free 0x5571735d2a40 void 0.000120
+gallium_dri.so free 0x5571735d29a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d29f0 0.000121
+gallium_dri.so free 0x5571735d2ac0 void 0.000118
+gallium_dri.so free 0x5571735d29f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d29f0 0.000122
+gallium_dri.so free 0x5571735d2b40 void 0.000121
+gallium_dri.so free 0x5571735d29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2b40 0.000122
+gallium_dri.so free 0x5571735d2c00 void 0.000119
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b40 0.000121
+gallium_dri.so free 0x5571735d2cc0 void 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b40 0.000120
+gallium_dri.so free 0x5571735d2d80 void 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2d30 0.000119
+gallium_dri.so free 0x5571735d2e40 void 0.000118
+gallium_dri.so free 0x5571735d2d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2df0 0.000118
+gallium_dri.so free 0x5571735d2ec0 void 0.000119
+gallium_dri.so free 0x5571735d2df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2f10 0.000169
+gallium_dri.so free 0x5571735d2f80 void 0.000136
+gallium_dri.so free 0x5571735d2f10 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2fa0 0.000120
+gallium_dri.so free 0x5571735d3040 void 0.000121
+gallium_dri.so free 0x5571735d2fa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000120
+gallium_dri.so free 0x5571735d30c0 void 0.000121
+gallium_dri.so free 0x5571735d2ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so free 0x5571735d2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3140 0.000121
+gallium_dri.so free 0x5571735d3300 void 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32b0 0.000120
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32b0 0.000122
+gallium_dri.so free 0x5571735d3400 void 0.000121
+gallium_dri.so free 0x5571735d32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000129
+gallium_dri.so free 0x5571735d3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d34c0 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000116
+gallium_dri.so free 0x5571735d34c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d34c0 0.000115
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d34c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3630 0.000113
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so free 0x5571735d3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3630 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000116
+gallium_dri.so free 0x5571735d3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3840 0.000114
+gallium_dri.so free 0x5571735d3900 void 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3840 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d39b0 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so free 0x5571735d39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d39b0 0.000115
+gallium_dri.so free 0x5571735d3b00 void 0.000114
+gallium_dri.so free 0x5571735d39b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000120
+gallium_dri.so free 0x5571735d3bc0 void 0.000120
+gallium_dri.so free 0x5571735d3ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3b70 0.000119
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so free 0x5571735d3b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3b70 0.000120
+gallium_dri.so free 0x5571735d3d00 void 0.000121
+gallium_dri.so free 0x5571735d3b70 void 0.000135
+gallium_dri.so malloc 72 0x5571735d3b70 0.000165
+gallium_dri.so free 0x5571735d3dc0 void 0.000160
+gallium_dri.so free 0x5571735d3b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3d70 0.000120
+gallium_dri.so free 0x5571735d3e40 void 0.000127
+gallium_dri.so free 0x5571735d3d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3e90 0.000113
+gallium_dri.so free 0x5571735d3f00 void 0.000115
+gallium_dri.so free 0x5571735d3e90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f20 0.000114
+gallium_dri.so free 0x5571735d3fc0 void 0.000116
+gallium_dri.so free 0x5571735d3f20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f70 0.000116
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4040 0.000172
+gallium_dri.so free 0x5571735d4100 void 0.000117
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4040 0.000114
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4180 0.000128
+gallium_dri.so free 0x5571735d4240 void 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4180 0.000120
+gallium_dri.so free 0x5571735d4300 void 0.000124
+gallium_dri.so free 0x5571735d4180 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4180 0.000119
+gallium_dri.so free 0x5571735d43c0 void 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4370 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000116
+gallium_dri.so free 0x5571735d4370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4490 0.000115
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d4490 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4540 0.000114
+gallium_dri.so free 0x5571735d45c0 void 0.000118
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4540 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735d4540 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4670 0.000112
+gallium_dri.so free 0x5571735d46c0 void 0.000117
+gallium_dri.so free 0x5571735d4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4670 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735d4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x5571735d4880 void 0.000117
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4830 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d4830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49f0 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000114
+gallium_dri.so free 0x5571735d49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49f0 0.000113
+gallium_dri.so free 0x5571735d4b40 void 0.000115
+gallium_dri.so free 0x5571735d49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4af0 0.000114
+gallium_dri.so free 0x5571735d4c00 void 0.000115
+gallium_dri.so free 0x5571735d4af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000113
+gallium_dri.so free 0x5571735d4c40 void 0.000125
+gallium_dri.so free 0x5571735d4bb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000116
+gallium_dri.so free 0x5571735d4d00 void 0.000113
+gallium_dri.so free 0x5571735d4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d40 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000112
+gallium_dri.so free 0x5571735d4d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000112
+gallium_dri.so free 0x5571735d4e80 void 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000124
+gallium_dri.so free 0x5571735d4f40 void 0.000124
+gallium_dri.so free 0x5571735d4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f60 0.000115
+gallium_dri.so free 0x5571735d5000 void 0.000116
+gallium_dri.so free 0x5571735d4f60 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000115
+gallium_dri.so free 0x5571735d5080 void 0.000115
+gallium_dri.so free 0x5571735d4fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000115
+gallium_dri.so free 0x5571735d4fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5100 0.000114
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5100 0.000153
+gallium_dri.so free 0x5571735d5280 void 0.000118
+gallium_dri.so free 0x5571735d5100 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5100 0.000113
+gallium_dri.so free 0x5571735d5340 void 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d52f0 0.000114
+gallium_dri.so free 0x5571735d5400 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d53b0 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x5571735d53b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d54d0 0.000113
+gallium_dri.so free 0x5571735d5540 void 0.000114
+gallium_dri.so free 0x5571735d54d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5560 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so free 0x5571735d5560 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000116
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000112
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a00 0.000112
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a80 0.000115
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so free 0x5571735d5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a80 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000138
+gallium_dri.so free 0x5571735d5a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000115
+gallium_dri.so free 0x5571735d5d40 void 0.000115
+gallium_dri.so free 0x5571735d5bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5d80 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e00 0.000118
+gallium_dri.so free 0x5571735d5ec0 void 0.000118
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e00 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5f70 0.000113
+gallium_dri.so free 0x5571735d5fc0 void 0.000115
+gallium_dri.so free 0x5571735d5f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5f70 0.000122
+gallium_dri.so free 0x5571735d60c0 void 0.000125
+gallium_dri.so free 0x5571735d5f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6070 0.000125
+gallium_dri.so free 0x5571735d6180 void 0.000123
+gallium_dri.so free 0x5571735d6070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6130 0.000116
+gallium_dri.so free 0x5571735d6200 void 0.000115
+gallium_dri.so free 0x5571735d6130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6130 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000114
+gallium_dri.so free 0x5571735d6130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6130 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000115
+gallium_dri.so free 0x5571735d6130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000114
+gallium_dri.so free 0x5571735d6400 void 0.000115
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6450 0.000118
+gallium_dri.so free 0x5571735d64c0 void 0.000115
+gallium_dri.so free 0x5571735d6450 void 0.000115
+gallium_dri.so malloc 72 0x5571735d64e0 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000115
+gallium_dri.so free 0x5571735d64e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6530 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000116
+gallium_dri.so free 0x5571735d6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6600 0.000115
+gallium_dri.so free 0x5571735d66c0 void 0.000118
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6600 0.000115
+gallium_dri.so free 0x5571735d6740 void 0.000116
+gallium_dri.so free 0x5571735d6600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6740 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6740 0.000112
+gallium_dri.so free 0x5571735d68c0 void 0.000115
+gallium_dri.so free 0x5571735d6740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6740 0.000113
+gallium_dri.so free 0x5571735d6980 void 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6930 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x5571735d6930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6a50 0.000123
+gallium_dri.so free 0x5571735d6ac0 void 0.000129
+gallium_dri.so free 0x5571735d6a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b00 0.000114
+gallium_dri.so free 0x5571735d6b80 void 0.000112
+gallium_dri.so free 0x5571735d6b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6b00 0.000112
+gallium_dri.so free 0x5571735d6c00 void 0.000113
+gallium_dri.so free 0x5571735d6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c30 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000112
+gallium_dri.so free 0x5571735d6c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6c30 0.000111
+gallium_dri.so free 0x5571735eb480 void 0.000110
+gallium_dri.so free 0x5571735d6c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb430 0.000118
+gallium_dri.so free 0x5571735eb540 void 0.000117
+gallium_dri.so free 0x5571735eb430 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000112
+gallium_dri.so free 0x5571735eb580 void 0.000112
+gallium_dri.so free 0x5571735eb4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000118
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so free 0x5571735eb4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735eb6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000121
+gallium_dri.so free 0x5571735eb800 void 0.000123
+gallium_dri.so free 0x5571735eb6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000115
+gallium_dri.so free 0x5571735eb8c0 void 0.000112
+gallium_dri.so free 0x5571735eb7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb870 0.000110
+gallium_dri.so free 0x5571735eb900 void 0.000110
+gallium_dri.so free 0x5571735eb870 void 0.000109
+gallium_dri.so malloc 72 0x5571735eb870 0.000110
+gallium_dri.so free 0x5571735eb9c0 void 0.000110
+gallium_dri.so free 0x5571735eb870 void 0.000110
+gallium_dri.so malloc 72 0x5571735eba00 0.000110
+gallium_dri.so free 0x5571735eba80 void 0.000110
+gallium_dri.so free 0x5571735eba00 void 0.000109
+gallium_dri.so malloc 72 0x5571735eba80 0.000110
+gallium_dri.so free 0x5571735ebb40 void 0.000111
+gallium_dri.so free 0x5571735eba80 void 0.000110
+gallium_dri.so malloc 72 0x5571735eba80 0.000109
+gallium_dri.so free 0x5571735ebc00 void 0.000111
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc20 0.000116
+gallium_dri.so free 0x5571735ebcc0 void 0.000113
+gallium_dri.so free 0x5571735ebc20 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebc70 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000111
+gallium_dri.so free 0x5571735ebc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebc70 0.000122
+gallium_dri.so free 0x5571735ebdc0 void 0.000111
+gallium_dri.so free 0x5571735ebc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000110
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000110
+gallium_dri.so free 0x5571735ebf40 void 0.000110
+gallium_dri.so free 0x5571735ebdc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000111
+gallium_dri.so free 0x5571735ec000 void 0.000109
+gallium_dri.so free 0x5571735ebdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000111
+gallium_dri.so free 0x5571735ec0c0 void 0.000110
+gallium_dri.so free 0x5571735ebfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec070 0.000110
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so free 0x5571735ec070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec190 0.000110
+gallium_dri.so free 0x5571735ec200 void 0.000109
+gallium_dri.so free 0x5571735ec190 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec220 0.000117
+gallium_dri.so free 0x5571735ec2c0 void 0.000124
+gallium_dri.so free 0x5571735ec220 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec270 0.000112
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735ec270 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec270 0.000117
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000116
+gallium_dri.so free 0x5571735ec480 void 0.000111
+gallium_dri.so free 0x5571735ec3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000110
+gallium_dri.so free 0x5571735ec580 void 0.000111
+gallium_dri.so free 0x5571735ec3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec530 0.000109
+gallium_dri.so free 0x5571735ec5c0 void 0.000110
+gallium_dri.so free 0x5571735ec530 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec530 0.000109
+gallium_dri.so free 0x5571735ec680 void 0.000110
+gallium_dri.so free 0x5571735ec530 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000110
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so free 0x5571735ec6c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec740 0.000110
+gallium_dri.so free 0x5571735ec800 void 0.000110
+gallium_dri.so free 0x5571735ec740 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec740 0.000109
+gallium_dri.so free 0x5571735ec880 void 0.000109
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000109
+gallium_dri.so free 0x5571735ec900 void 0.000110
+gallium_dri.so free 0x5571735ec8b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000109
+gallium_dri.so free 0x5571735eca00 void 0.000109
+gallium_dri.so free 0x5571735ec8b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735eca40 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so free 0x5571735eca40 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecac0 0.000110
+gallium_dri.so free 0x5571735ecb80 void 0.000112
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecac0 0.000111
+gallium_dri.so free 0x5571735ecc00 void 0.000110
+gallium_dri.so free 0x5571735ecac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc30 0.000110
+gallium_dri.so free 0x5571735ecc80 void 0.000113
+gallium_dri.so free 0x5571735ecc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc30 0.000110
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so free 0x5571735ecc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd30 0.000110
+gallium_dri.so free 0x5571735ece40 void 0.000109
+gallium_dri.so free 0x5571735ecd30 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000109
+gallium_dri.so free 0x5571735ecec0 void 0.000110
+gallium_dri.so free 0x5571735ecdf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000110
+gallium_dri.so free 0x5571735ecf80 void 0.000110
+gallium_dri.so free 0x5571735ecdf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000109
+gallium_dri.so free 0x5571735ed040 void 0.000109
+gallium_dri.so free 0x5571735ecdf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecff0 0.000123
+gallium_dri.so free 0x5571735ed0c0 void 0.000111
+gallium_dri.so free 0x5571735ecff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed110 0.000121
+gallium_dri.so free 0x5571735ed180 void 0.000111
+gallium_dri.so free 0x5571735ed110 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000110
+gallium_dri.so free 0x5571735ed240 void 0.000111
+gallium_dri.so free 0x5571735ed1a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000110
+gallium_dri.so free 0x5571735ed2c0 void 0.000111
+gallium_dri.so free 0x5571735ed1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000111
+gallium_dri.so free 0x5571735ed380 void 0.000110
+gallium_dri.so free 0x5571735ed2c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000110
+gallium_dri.so free 0x5571735ed2c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed400 0.000110
+gallium_dri.so free 0x5571735ed4c0 void 0.000110
+gallium_dri.so free 0x5571735ed400 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed400 0.000110
+gallium_dri.so free 0x5571735ed580 void 0.000111
+gallium_dri.so free 0x5571735ed400 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed400 0.000111
+gallium_dri.so free 0x5571735ed640 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000110
+gallium_dri.so free 0x5571735ed6c0 void 0.000176
+gallium_dri.so free 0x5571735ed5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed710 0.000116
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed710 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000111
+gallium_dri.so free 0x5571735ed840 void 0.000110
+gallium_dri.so free 0x5571735ed7c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000110
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000109
+gallium_dri.so free 0x5571735ed940 void 0.000110
+gallium_dri.so free 0x5571735ed8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000109
+gallium_dri.so free 0x5571735eda40 void 0.000110
+gallium_dri.so free 0x5571735ed8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000110
+gallium_dri.so free 0x5571735edb00 void 0.000110
+gallium_dri.so free 0x5571735ed9f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edab0 0.000109
+gallium_dri.so free 0x5571735edb40 void 0.000115
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edab0 0.000112
+gallium_dri.so free 0x5571735edc00 void 0.000112
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc70 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc70 0.000121
+gallium_dri.so free 0x5571735eddc0 void 0.000116
+gallium_dri.so free 0x5571735edc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735edd70 0.000109
+gallium_dri.so free 0x5571735ede80 void 0.000109
+gallium_dri.so free 0x5571735edd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ede30 0.000110
+gallium_dri.so free 0x5571735edec0 void 0.000110
+gallium_dri.so free 0x5571735ede30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ede30 0.000111
+gallium_dri.so free 0x5571735edf80 void 0.000110
+gallium_dri.so free 0x5571735ede30 void 0.000109
+gallium_dri.so malloc 72 0x5571735edfc0 0.000111
+gallium_dri.so free 0x5571735ee040 void 0.000113
+gallium_dri.so free 0x5571735edfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee100 void 0.000123
+gallium_dri.so free 0x5571735ee040 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee040 0.000110
+gallium_dri.so free 0x5571735ee1c0 void 0.000111
+gallium_dri.so free 0x5571735ee040 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000110
+gallium_dri.so free 0x5571735ee280 void 0.000111
+gallium_dri.so free 0x5571735ee1e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee230 0.000110
+gallium_dri.so free 0x5571735ee300 void 0.000109
+gallium_dri.so free 0x5571735ee230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee230 0.000116
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee230 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee380 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000111
+gallium_dri.so free 0x5571735ee380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee380 0.000109
+gallium_dri.so free 0x5571735ee500 void 0.000111
+gallium_dri.so free 0x5571735ee380 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee380 0.000109
+gallium_dri.so free 0x5571735ee5c0 void 0.000110
+gallium_dri.so free 0x5571735ee380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee570 0.000110
+gallium_dri.so free 0x5571735ee680 void 0.000110
+gallium_dri.so free 0x5571735ee570 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee630 0.000109
+gallium_dri.so free 0x5571735ee700 void 0.000110
+gallium_dri.so free 0x5571735ee630 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee750 0.000111
+gallium_dri.so free 0x5571735ee7c0 void 0.000110
+gallium_dri.so free 0x5571735ee750 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000122
+gallium_dri.so free 0x5571735ee880 void 0.000115
+gallium_dri.so free 0x5571735ee7e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee830 0.000111
+gallium_dri.so free 0x5571735ee900 void 0.000111
+gallium_dri.so free 0x5571735ee830 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee830 0.000122
+gallium_dri.so free 0x5571735ee980 void 0.000112
+gallium_dri.so free 0x5571735ee830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee980 0.000113
+gallium_dri.so free 0x5571735eea40 void 0.000112
+gallium_dri.so free 0x5571735ee980 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee980 0.000109
+gallium_dri.so free 0x5571735eeb40 void 0.000111
+gallium_dri.so free 0x5571735ee980 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000111
+gallium_dri.so free 0x5571735eeb80 void 0.000109
+gallium_dri.so free 0x5571735eeaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eec80 0.000111
+gallium_dri.so free 0x5571735eed00 void 0.000111
+gallium_dri.so free 0x5571735eec80 void 0.000109
+gallium_dri.so malloc 72 0x5571735eed00 0.000109
+gallium_dri.so free 0x5571735eedc0 void 0.000110
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed00 0.000115
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee70 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000112
+gallium_dri.so free 0x5571735eee70 void 0.000111
+gallium_dri.so malloc 72 0x5571735eee70 0.000224
+gallium_dri.so free 0x5571735eefc0 void 0.000160
+gallium_dri.so free 0x5571735eee70 void 0.000180
+gallium_dri.so malloc 72 0x5571735ef000 0.000125
+gallium_dri.so free 0x5571735ef080 void 0.000123
+gallium_dri.so free 0x5571735ef000 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef080 0.000124
+gallium_dri.so free 0x5571735ef140 void 0.000124
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef080 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000127
+gallium_dri.so free 0x5571735ef080 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000120
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so free 0x5571735ef1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000119
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000126
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so free 0x5571735ef3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000110
+gallium_dri.so free 0x5571735ef600 void 0.000109
+gallium_dri.so free 0x5571735ef3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000110
+gallium_dri.so free 0x5571735ef680 void 0.000109
+gallium_dri.so free 0x5571735ef5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000110
+gallium_dri.so free 0x5571735ef740 void 0.000110
+gallium_dri.so free 0x5571735ef6d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef760 0.000110
+gallium_dri.so free 0x5571735ef800 void 0.000109
+gallium_dri.so free 0x5571735ef760 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000112
+gallium_dri.so free 0x5571735ef880 void 0.000111
+gallium_dri.so free 0x5571735ef7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef880 0.000110
+gallium_dri.so free 0x5571735ef940 void 0.000109
+gallium_dri.so free 0x5571735ef880 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef880 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000120
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000112
+gallium_dri.so free 0x5571735ef9c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000131
+gallium_dri.so free 0x5571735ef9c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000128
+gallium_dri.so free 0x5571735efc00 void 0.000129
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000125
+gallium_dri.so free 0x5571735efbb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735efcd0 0.000125
+gallium_dri.so free 0x5571735efd40 void 0.000124
+gallium_dri.so free 0x5571735efcd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd80 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735efd80 0.000124
+gallium_dri.so free 0x5571735efe80 void 0.000120
+gallium_dri.so free 0x5571735efd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efeb0 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000119
+gallium_dri.so free 0x5571735efeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735effb0 0.000129
+gallium_dri.so free 0x5571735f00c0 void 0.000180
+gallium_dri.so free 0x5571735effb0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f0070 0.000139
+gallium_dri.so free 0x5571735f0100 void 0.000125
+gallium_dri.so free 0x5571735f0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0070 0.000115
+gallium_dri.so free 0x5571735f01c0 void 0.000121
+gallium_dri.so free 0x5571735f0070 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0230 0.000124
+gallium_dri.so free 0x5571735f0280 void 0.000125
+gallium_dri.so free 0x5571735f0230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0230 0.000115
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so free 0x5571735f0230 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f0440 void 0.000121
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000124
+gallium_dri.so free 0x5571735f0540 void 0.000148
+gallium_dri.so free 0x5571735f03f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0580 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000124
+gallium_dri.so free 0x5571735f0580 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0600 0.000123
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000126
+gallium_dri.so malloc 72 0x5571735f07a0 0.000127
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so free 0x5571735f07a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07f0 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000118
+gallium_dri.so free 0x5571735f07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07f0 0.000123
+gallium_dri.so free 0x5571735f0940 void 0.000122
+gallium_dri.so free 0x5571735f07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0940 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0940 0.000123
+gallium_dri.so free 0x5571735f0ac0 void 0.000133
+gallium_dri.so free 0x5571735f0940 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0940 0.000122
+gallium_dri.so free 0x5571735f0b80 void 0.000125
+gallium_dri.so free 0x5571735f0940 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0b30 0.000123
+gallium_dri.so free 0x5571735f0c40 void 0.000124
+gallium_dri.so free 0x5571735f0b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000119
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d10 0.000123
+gallium_dri.so free 0x5571735f0d80 void 0.000123
+gallium_dri.so free 0x5571735f0d10 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0da0 0.000122
+gallium_dri.so free 0x5571735f0e40 void 0.000118
+gallium_dri.so free 0x5571735f0da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0df0 0.000123
+gallium_dri.so free 0x5571735f0ec0 void 0.000123
+gallium_dri.so free 0x5571735f0df0 void 0.000181
+gallium_dri.so malloc 72 0x5571735f0df0 0.000160
+gallium_dri.so free 0x5571735f0f40 void 0.000122
+gallium_dri.so free 0x5571735f0df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0f40 0.000118
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0f40 void 0.000183
+gallium_dri.so malloc 72 0x5571735f0f40 0.000129
+gallium_dri.so free 0x5571735f1100 void 0.000220
+gallium_dri.so free 0x5571735f0f40 void 0.000220
+gallium_dri.so malloc 72 0x5571735f10b0 0.000198
+gallium_dri.so free 0x5571735f1140 void 0.000219
+gallium_dri.so free 0x5571735f10b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f10b0 0.000220
+gallium_dri.so free 0x5571735f1200 void 0.000197
+gallium_dri.so free 0x5571735f10b0 void 0.000220
+gallium_dri.so malloc 72 0x5571735f1240 0.000221
+gallium_dri.so free 0x5571735f12c0 void 0.000182
+gallium_dri.so free 0x5571735f1240 void 0.000224
+gallium_dri.so malloc 72 0x5571735f12c0 0.000221
+gallium_dri.so free 0x5571735f1380 void 0.000219
+gallium_dri.so free 0x5571735f12c0 void 0.000220
+gallium_dri.so malloc 72 0x5571735f12c0 0.000222
+gallium_dri.so free 0x5571735f1400 void 0.000201
+gallium_dri.so free 0x5571735f12c0 void 0.000218
+gallium_dri.so malloc 72 0x5571735f1430 0.000197
+gallium_dri.so free 0x5571735f1480 void 0.000196
+gallium_dri.so free 0x5571735f1430 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1430 0.000131
+gallium_dri.so free 0x5571735f1580 void 0.000129
+gallium_dri.so free 0x5571735f1430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f15c0 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f15c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1640 0.000126
+gallium_dri.so free 0x5571735f1700 void 0.000122
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1640 0.000121
+gallium_dri.so free 0x5571735f1780 void 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17b0 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000121
+gallium_dri.so free 0x5571735f17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f17b0 0.000118
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so free 0x5571735f17b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f18b0 0.000121
+gallium_dri.so free 0x5571735f19c0 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000120
+gallium_dri.so free 0x5571735f1a40 void 0.000122
+gallium_dri.so free 0x5571735f1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000119
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c90 0.000119
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d20 0.000118
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so free 0x5571735f1d20 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1d70 0.000120
+gallium_dri.so free 0x5571735f1e40 void 0.000125
+gallium_dri.so free 0x5571735f1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e40 0.000119
+gallium_dri.so free 0x5571735f1f00 void 0.000140
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1e40 0.000119
+gallium_dri.so free 0x5571735f1f80 void 0.000121
+gallium_dri.so free 0x5571735f1e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2170 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2290 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2290 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2340 0.000120
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2340 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000120
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2470 0.000186
+gallium_dri.so free 0x5571735f24c0 void 0.000122
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2470 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2570 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2630 0.000119
+gallium_dri.so free 0x5571735f26c0 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2630 0.000120
+gallium_dri.so free 0x5571735f2780 void 0.000121
+gallium_dri.so free 0x5571735f2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27f0 0.000121
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so free 0x5571735f27f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27f0 0.000120
+gallium_dri.so free 0x5571735f2940 void 0.000121
+gallium_dri.so free 0x5571735f27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28f0 0.000119
+gallium_dri.so free 0x5571735f2a00 void 0.000120
+gallium_dri.so free 0x5571735f28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f29b0 0.000118
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f29b0 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000121
+gallium_dri.so free 0x5571735f29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b40 0.000118
+gallium_dri.so free 0x5571735f2bc0 void 0.000121
+gallium_dri.so free 0x5571735f2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000127
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d60 0.000112
+gallium_dri.so free 0x5571735f2e00 void 0.000114
+gallium_dri.so free 0x5571735f2d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2db0 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so free 0x5571735f2db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2db0 0.000112
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so free 0x5571735f2db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f00 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f00 0.000112
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2f00 0.000116
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30f0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000115
+gallium_dri.so free 0x5571735f30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000112
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32d0 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f32d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3360 0.000113
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so free 0x5571735f3360 void 0.000115
+gallium_dri.so malloc 72 0x5571735f33b0 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f33b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33b0 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3500 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3500 0.000114
+gallium_dri.so free 0x5571735f36c0 void 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000168
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x5571735f3700 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735f37c0 void 0.000117
+gallium_dri.so free 0x5571735f3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3800 0.000113
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x5571735f3800 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3880 0.000114
+gallium_dri.so free 0x5571735f3940 void 0.000114
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3880 0.000114
+gallium_dri.so free 0x5571735f39c0 void 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39f0 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so free 0x5571735f39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39f0 0.000114
+gallium_dri.so free 0x5571735f3b40 void 0.000114
+gallium_dri.so free 0x5571735f39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3b80 0.000113
+gallium_dri.so free 0x5571735f3c00 void 0.000115
+gallium_dri.so free 0x5571735f3b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3c00 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000115
+gallium_dri.so free 0x5571735f3c00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3c00 0.000114
+gallium_dri.so free 0x5571735f3d40 void 0.000115
+gallium_dri.so free 0x5571735f3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3d70 0.000114
+gallium_dri.so free 0x5571735f3dc0 void 0.000115
+gallium_dri.so free 0x5571735f3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3d70 0.000113
+gallium_dri.so free 0x5571735f3ec0 void 0.000114
+gallium_dri.so free 0x5571735f3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e70 0.000114
+gallium_dri.so free 0x5571735f3f80 void 0.000116
+gallium_dri.so free 0x5571735f3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3f30 0.000113
+gallium_dri.so free 0x5571735f4000 void 0.000114
+gallium_dri.so free 0x5571735f3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3f30 0.000115
+gallium_dri.so free 0x5571735f40c0 void 0.000115
+gallium_dri.so free 0x5571735f3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3f30 0.000113
+gallium_dri.so free 0x5571735f4180 void 0.000115
+gallium_dri.so free 0x5571735f3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4130 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so free 0x5571735f4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4250 0.000113
+gallium_dri.so free 0x5571735f42c0 void 0.000115
+gallium_dri.so free 0x5571735f4250 void 0.000115
+gallium_dri.so malloc 72 0x5571735f42e0 0.000124
+gallium_dri.so free 0x5571735f4380 void 0.000117
+gallium_dri.so free 0x5571735f42e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4330 0.000115
+gallium_dri.so free 0x5571735f4400 void 0.000115
+gallium_dri.so free 0x5571735f4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4400 0.000115
+gallium_dri.so free 0x5571735f44c0 void 0.000115
+gallium_dri.so free 0x5571735f4400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4400 0.000113
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so free 0x5571735f4400 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4540 0.000114
+gallium_dri.so free 0x5571735f4600 void 0.000115
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4540 0.000113
+gallium_dri.so free 0x5571735f46c0 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4540 0.000114
+gallium_dri.so free 0x5571735f4780 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4730 0.000112
+gallium_dri.so free 0x5571735f4800 void 0.000114
+gallium_dri.so free 0x5571735f4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4850 0.000113
+gallium_dri.so free 0x5571735f48c0 void 0.000115
+gallium_dri.so free 0x5571735f4850 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4900 0.000197
+gallium_dri.so free 0x5571735f4980 void 0.000120
+gallium_dri.so free 0x5571735f4900 void 0.000189
+gallium_dri.so malloc 72 0x5571735f4900 0.000114
+gallium_dri.so free 0x5571735f4a00 void 0.000114
+gallium_dri.so free 0x5571735f4900 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4a30 0.000110
+gallium_dri.so free 0x5571735f4a80 void 0.000109
+gallium_dri.so free 0x5571735f4a30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4a30 0.000110
+gallium_dri.so free 0x5571735f4b80 void 0.000109
+gallium_dri.so free 0x5571735f4a30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4b30 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571735f4b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000111
+gallium_dri.so free 0x5571735f4c80 void 0.000109
+gallium_dri.so free 0x5571735f4bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000111
+gallium_dri.so free 0x5571735f4d40 void 0.000109
+gallium_dri.so free 0x5571735f4bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4db0 0.000192
+gallium_dri.so free 0x5571735f4e00 void 0.000231
+gallium_dri.so free 0x5571735f4db0 void 0.000204
+gallium_dri.so malloc 72 0x5571735f4db0 0.000124
+gallium_dri.so free 0x5571735f4f00 void 0.000115
+gallium_dri.so free 0x5571735f4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000111
+gallium_dri.so free 0x5571735f4fc0 void 0.000111
+gallium_dri.so free 0x5571735f4eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4f70 0.000109
+gallium_dri.so free 0x5571735f5000 void 0.000109
+gallium_dri.so free 0x5571735f4f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4f70 0.000111
+gallium_dri.so free 0x5571735f50c0 void 0.000111
+gallium_dri.so free 0x5571735f4f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5100 0.000110
+gallium_dri.so free 0x5571735f5180 void 0.000109
+gallium_dri.so free 0x5571735f5100 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5180 0.000110
+gallium_dri.so free 0x5571735f5240 void 0.000111
+gallium_dri.so free 0x5571735f5180 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5180 0.000109
+gallium_dri.so free 0x5571735f5300 void 0.000109
+gallium_dri.so free 0x5571735f5180 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5320 0.000116
+gallium_dri.so free 0x5571735f53c0 void 0.000120
+gallium_dri.so free 0x5571735f5320 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5370 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000112
+gallium_dri.so free 0x5571735f5370 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5370 0.000110
+gallium_dri.so free 0x5571735f54c0 void 0.000127
+gallium_dri.so free 0x5571735f5370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f54c0 0.000116
+gallium_dri.so free 0x5571735f5580 void 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f54c0 0.000110
+gallium_dri.so free 0x5571735f5640 void 0.000109
+gallium_dri.so free 0x5571735f54c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f54c0 0.000111
+gallium_dri.so free 0x5571735f5700 void 0.000111
+gallium_dri.so free 0x5571735f54c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f56b0 0.000111
+gallium_dri.so free 0x5571735f57c0 void 0.000110
+gallium_dri.so free 0x5571735f56b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5770 0.000111
+gallium_dri.so free 0x5571735f5840 void 0.000109
+gallium_dri.so free 0x5571735f5770 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5890 0.000110
+gallium_dri.so free 0x5571735f5900 void 0.000109
+gallium_dri.so free 0x5571735f5890 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5920 0.000109
+gallium_dri.so free 0x5571735f59c0 void 0.000109
+gallium_dri.so free 0x5571735f5920 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5970 0.000110
+gallium_dri.so free 0x5571735f5a40 void 0.000111
+gallium_dri.so free 0x5571735f5970 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5970 0.000110
+gallium_dri.so free 0x5571735f5ac0 void 0.000110
+gallium_dri.so free 0x5571735f5970 void 0.000200
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000120
+gallium_dri.so free 0x5571735f5b80 void 0.000115
+gallium_dri.so free 0x5571735f5ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000111
+gallium_dri.so free 0x5571735f5c80 void 0.000111
+gallium_dri.so free 0x5571735f5ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5c30 0.000110
+gallium_dri.so free 0x5571735f5cc0 void 0.000109
+gallium_dri.so free 0x5571735f5c30 void 0.000108
+gallium_dri.so malloc 72 0x5571735f5c30 0.000110
+gallium_dri.so free 0x5571735f5d80 void 0.000110
+gallium_dri.so free 0x5571735f5c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000110
+gallium_dri.so free 0x5571735f5e40 void 0.000110
+gallium_dri.so free 0x5571735f5dc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5e40 0.000113
+gallium_dri.so free 0x5571735f5f00 void 0.000111
+gallium_dri.so free 0x5571735f5e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5e40 0.000110
+gallium_dri.so free 0x5571735f5f80 void 0.000109
+gallium_dri.so free 0x5571735f5e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f6000 void 0.000113
+gallium_dri.so free 0x5571735f5fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000110
+gallium_dri.so free 0x5571735f6100 void 0.000110
+gallium_dri.so free 0x5571735f5fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6140 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000117
+gallium_dri.so free 0x5571735f6140 void 0.000110
+gallium_dri.so malloc 72 0x5571735f61c0 0.000110
+gallium_dri.so free 0x5571735f6280 void 0.000111
+gallium_dri.so free 0x5571735f61c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f61c0 0.000110
+gallium_dri.so free 0x5571735f6300 void 0.000111
+gallium_dri.so free 0x5571735f61c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6330 0.000109
+gallium_dri.so free 0x5571735f6380 void 0.000109
+gallium_dri.so free 0x5571735f6330 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6330 0.000110
+gallium_dri.so free 0x5571735f6480 void 0.000110
+gallium_dri.so free 0x5571735f6330 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6430 0.000109
+gallium_dri.so free 0x5571735f6540 void 0.000110
+gallium_dri.so free 0x5571735f6430 void 0.000110
+gallium_dri.so malloc 72 0x5571735f64f0 0.000109
+gallium_dri.so free 0x5571735f65c0 void 0.000111
+gallium_dri.so free 0x5571735f64f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f64f0 0.000109
+gallium_dri.so free 0x5571735f6680 void 0.000111
+gallium_dri.so free 0x5571735f64f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f64f0 0.000112
+gallium_dri.so free 0x5571735f6740 void 0.000110
+gallium_dri.so free 0x5571735f64f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f66f0 0.000110
+gallium_dri.so free 0x5571735f67c0 void 0.000115
+gallium_dri.so free 0x5571735f66f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6810 0.000110
+gallium_dri.so free 0x5571735f6880 void 0.000110
+gallium_dri.so free 0x5571735f6810 void 0.000109
+gallium_dri.so malloc 72 0x5571735f68a0 0.000109
+gallium_dri.so free 0x5571735f6940 void 0.000111
+gallium_dri.so free 0x5571735f68a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f68f0 0.000114
+gallium_dri.so free 0x5571735f69c0 void 0.000111
+gallium_dri.so free 0x5571735f68f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f69c0 0.000110
+gallium_dri.so free 0x5571735f6a80 void 0.000110
+gallium_dri.so free 0x5571735f69c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f69c0 0.000110
+gallium_dri.so free 0x5571735f6b00 void 0.000111
+gallium_dri.so free 0x5571735f69c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6b00 0.000109
+gallium_dri.so free 0x5571735f6bc0 void 0.000110
+gallium_dri.so free 0x5571735f6b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6b00 0.000109
+gallium_dri.so free 0x5571735f6c80 void 0.000119
+gallium_dri.so free 0x5571735f6b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b00 0.000115
+gallium_dri.so free 0x5571735f6d40 void 0.000112
+gallium_dri.so free 0x5571735f6b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000110
+gallium_dri.so free 0x5571735f6dc0 void 0.000132
+gallium_dri.so free 0x5571735f6cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e10 0.000116
+gallium_dri.so free 0x5571735f6e80 void 0.000114
+gallium_dri.so free 0x5571735f6e10 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000112
+gallium_dri.so free 0x5571735f6f40 void 0.000111
+gallium_dri.so free 0x5571735f6ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000112
+gallium_dri.so free 0x5571735f6fc0 void 0.000111
+gallium_dri.so free 0x5571735f6ec0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000110
+gallium_dri.so free 0x5571735f7040 void 0.000110
+gallium_dri.so free 0x5571735f6ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000110
+gallium_dri.so free 0x5571735f7140 void 0.000111
+gallium_dri.so free 0x5571735f6ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f70f0 0.000110
+gallium_dri.so free 0x5571735f7200 void 0.000111
+gallium_dri.so free 0x5571735f70f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f71b0 0.000110
+gallium_dri.so free 0x5571735f7240 void 0.000115
+gallium_dri.so free 0x5571735f71b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71b0 0.000116
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so free 0x5571735f71b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7370 0.000111
+gallium_dri.so free 0x5571735f73c0 void 0.000109
+gallium_dri.so free 0x5571735f7370 void 0.000170
+gallium_dri.so malloc 72 0x5571735f7370 0.000119
+gallium_dri.so free 0x5571735f74c0 void 0.000123
+gallium_dri.so free 0x5571735f7370 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7470 0.000121
+gallium_dri.so free 0x5571735f7580 void 0.000118
+gallium_dri.so free 0x5571735f7470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7530 0.000118
+gallium_dri.so free 0x5571735f75c0 void 0.000119
+gallium_dri.so free 0x5571735f7530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7530 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000118
+gallium_dri.so free 0x5571735f7530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76c0 0.000118
+gallium_dri.so free 0x5571735f7740 void 0.000118
+gallium_dri.so free 0x5571735f76c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7740 0.000117
+gallium_dri.so free 0x5571735f7800 void 0.000118
+gallium_dri.so free 0x5571735f7740 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7740 0.000118
+gallium_dri.so free 0x5571735f78c0 void 0.000118
+gallium_dri.so free 0x5571735f7740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f78e0 0.000116
+gallium_dri.so free 0x5571735f7980 void 0.000117
+gallium_dri.so free 0x5571735f78e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7930 0.000117
+gallium_dri.so free 0x5571735f7a00 void 0.000113
+gallium_dri.so free 0x5571735f7930 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7930 0.000109
+gallium_dri.so free 0x5571735f7a80 void 0.000110
+gallium_dri.so free 0x5571735f7930 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7a80 0.000109
+gallium_dri.so free 0x5571735f7b40 void 0.000109
+gallium_dri.so free 0x5571735f7a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7a80 0.000110
+gallium_dri.so free 0x5571735f7c00 void 0.000110
+gallium_dri.so free 0x5571735f7a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7a80 0.000111
+gallium_dri.so free 0x5571735f7cc0 void 0.000111
+gallium_dri.so free 0x5571735f7a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7c70 0.000109
+gallium_dri.so free 0x5571735f7d80 void 0.000110
+gallium_dri.so free 0x5571735f7c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7d30 0.000112
+gallium_dri.so free 0x5571735f7e00 void 0.000112
+gallium_dri.so free 0x5571735f7d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7e50 0.000112
+gallium_dri.so free 0x5571735f7ec0 void 0.000111
+gallium_dri.so free 0x5571735f7e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7ee0 0.000110
+gallium_dri.so free 0x5571735f7f80 void 0.000109
+gallium_dri.so free 0x5571735f7ee0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7f30 0.000111
+gallium_dri.so free 0x5571735f8000 void 0.000110
+gallium_dri.so free 0x5571735f7f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7f30 0.000114
+gallium_dri.so free 0x5571735f8080 void 0.000113
+gallium_dri.so free 0x5571735f7f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8080 0.000114
+gallium_dri.so free 0x5571735f8140 void 0.000115
+gallium_dri.so free 0x5571735f8080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8080 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000115
+gallium_dri.so free 0x5571735f8080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81f0 0.000113
+gallium_dri.so free 0x5571735f8280 void 0.000114
+gallium_dri.so free 0x5571735f81f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81f0 0.000121
+gallium_dri.so free 0x5571735f8340 void 0.000122
+gallium_dri.so free 0x5571735f81f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8380 0.000118
+gallium_dri.so free 0x5571735f8400 void 0.000116
+gallium_dri.so free 0x5571735f8380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000116
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000113
+gallium_dri.so free 0x5571735f8540 void 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8570 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8570 0.000115
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8700 0.000113
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so free 0x5571735f8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8780 0.000112
+gallium_dri.so free 0x5571735f8840 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8780 0.000113
+gallium_dri.so free 0x5571735f88c0 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000117
+gallium_dri.so malloc 72 0x5571735f88f0 0.000112
+gallium_dri.so free 0x5571735f8940 void 0.000115
+gallium_dri.so free 0x5571735f88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f88f0 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000113
+gallium_dri.so free 0x5571735f88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89f0 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f89f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000114
+gallium_dri.so free 0x5571735f8b80 void 0.000116
+gallium_dri.so free 0x5571735f8ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000114
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so free 0x5571735f8ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000112
+gallium_dri.so free 0x5571735f8d00 void 0.000110
+gallium_dri.so free 0x5571735f8ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000110
+gallium_dri.so free 0x5571735f8cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8dd0 0.000110
+gallium_dri.so free 0x5571735f8e40 void 0.000110
+gallium_dri.so free 0x5571735f8dd0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f8e60 0.000111
+gallium_dri.so free 0x5571735f8f00 void 0.000111
+gallium_dri.so free 0x5571735f8e60 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000110
+gallium_dri.so free 0x5571735f8f80 void 0.000119
+gallium_dri.so free 0x5571735f8eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8f80 0.000112
+gallium_dri.so free 0x5571735f9040 void 0.000113
+gallium_dri.so free 0x5571735f8f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8f80 0.000115
+gallium_dri.so free 0x5571735f90c0 void 0.000114
+gallium_dri.so free 0x5571735f8f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f90c0 0.000109
+gallium_dri.so free 0x5571735f9180 void 0.000111
+gallium_dri.so free 0x5571735f90c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f90c0 0.000110
+gallium_dri.so free 0x5571735f9240 void 0.000213
+gallium_dri.so free 0x5571735f90c0 void 0.000279
+gallium_dri.so malloc 72 0x5571735f90c0 0.000307
+gallium_dri.so free 0x5571735f9300 void 0.000197
+gallium_dri.so free 0x5571735f90c0 void 0.000193
+gallium_dri.so malloc 72 0x5571735f92b0 0.000154
+gallium_dri.so free 0x5571735f9380 void 0.000153
+gallium_dri.so free 0x5571735f92b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f93d0 0.000116
+gallium_dri.so free 0x5571735f9440 void 0.000115
+gallium_dri.so free 0x5571735f93d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9480 0.000114
+gallium_dri.so free 0x5571735f9500 void 0.000115
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9480 0.000114
+gallium_dri.so free 0x5571735f9580 void 0.000114
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9600 void 0.000114
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000115
+gallium_dri.so free 0x5571735f95b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f96b0 0.000118
+gallium_dri.so free 0x5571735f97c0 void 0.000115
+gallium_dri.so free 0x5571735f96b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9770 0.000116
+gallium_dri.so free 0x5571735f9800 void 0.000115
+gallium_dri.so free 0x5571735f9770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9770 0.000114
+gallium_dri.so free 0x5571735f98c0 void 0.000116
+gallium_dri.so free 0x5571735f9770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9930 0.000135
+gallium_dri.so free 0x5571735f9980 void 0.000121
+gallium_dri.so free 0x5571735f9930 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9930 0.000117
+gallium_dri.so free 0x5571735f9a80 void 0.000120
+gallium_dri.so free 0x5571735f9930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9a30 0.000121
+gallium_dri.so free 0x5571735f9b40 void 0.000132
+gallium_dri.so free 0x5571735f9a30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9af0 0.000126
+gallium_dri.so free 0x5571735f9b80 void 0.000128
+gallium_dri.so free 0x5571735f9af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9af0 0.000126
+gallium_dri.so free 0x5571735f9c40 void 0.000128
+gallium_dri.so free 0x5571735f9af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9c80 0.000126
+gallium_dri.so free 0x5571735f9d00 void 0.000138
+gallium_dri.so free 0x5571735f9c80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9d00 0.000126
+gallium_dri.so free 0x5571735f9dc0 void 0.000126
+gallium_dri.so free 0x5571735f9d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9d00 0.000123
+gallium_dri.so free 0x5571735f9e80 void 0.000125
+gallium_dri.so free 0x5571735f9d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9ea0 0.000125
+gallium_dri.so free 0x5571735f9f40 void 0.000126
+gallium_dri.so free 0x5571735f9ea0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000124
+gallium_dri.so free 0x5571735f9fc0 void 0.000125
+gallium_dri.so free 0x5571735f9ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000125
+gallium_dri.so free 0x5571735fa040 void 0.000126
+gallium_dri.so free 0x5571735f9ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa040 0.000126
+gallium_dri.so free 0x5571735fa100 void 0.000126
+gallium_dri.so free 0x5571735fa040 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa040 0.000126
+gallium_dri.so free 0x5571735fa1c0 void 0.000123
+gallium_dri.so free 0x5571735fa040 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa040 0.000123
+gallium_dri.so free 0x5571735fa280 void 0.000126
+gallium_dri.so free 0x5571735fa040 void 0.000163
+gallium_dri.so malloc 72 0x5571735fa230 0.000138
+gallium_dri.so free 0x5571735fa340 void 0.000134
+gallium_dri.so free 0x5571735fa230 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000125
+gallium_dri.so free 0x5571735fa3c0 void 0.000126
+gallium_dri.so free 0x5571735fa2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa410 0.000126
+gallium_dri.so free 0x5571735fa480 void 0.000124
+gallium_dri.so free 0x5571735fa410 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa4a0 0.000124
+gallium_dri.so free 0x5571735fa540 void 0.000127
+gallium_dri.so free 0x5571735fa4a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa4f0 0.000126
+gallium_dri.so free 0x5571735fa5c0 void 0.000126
+gallium_dri.so free 0x5571735fa4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa4f0 0.000126
+gallium_dri.so free 0x5571735fa640 void 0.000126
+gallium_dri.so free 0x5571735fa4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa640 0.000125
+gallium_dri.so free 0x5571735fa700 void 0.000124
+gallium_dri.so free 0x5571735fa640 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa640 0.000126
+gallium_dri.so free 0x5571735fa800 void 0.000127
+gallium_dri.so free 0x5571735fa640 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000142
+gallium_dri.so free 0x5571735fa840 void 0.000124
+gallium_dri.so free 0x5571735fa7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000125
+gallium_dri.so free 0x5571735fa900 void 0.000126
+gallium_dri.so free 0x5571735fa7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa940 0.000126
+gallium_dri.so free 0x5571735fa9c0 void 0.000123
+gallium_dri.so free 0x5571735fa940 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000124
+gallium_dri.so free 0x5571735faa80 void 0.000126
+gallium_dri.so free 0x5571735fa9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000127
+gallium_dri.so free 0x5571735fab00 void 0.000126
+gallium_dri.so free 0x5571735fa9c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fab30 0.000125
+gallium_dri.so free 0x5571735fab80 void 0.000126
+gallium_dri.so free 0x5571735fab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fab30 0.000125
+gallium_dri.so free 0x5571735fac80 void 0.000127
+gallium_dri.so free 0x5571735fab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735facc0 0.000123
+gallium_dri.so free 0x5571735fad40 void 0.000126
+gallium_dri.so free 0x5571735facc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fad40 0.000123
+gallium_dri.so free 0x5571735fae00 void 0.000152
+gallium_dri.so free 0x5571735fad40 void 0.000134
+gallium_dri.so malloc 72 0x5571735fad40 0.000134
+gallium_dri.so free 0x5571735fae80 void 0.000134
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so malloc 72 0x5571735faeb0 0.000135
+gallium_dri.so free 0x5571735faf00 void 0.000136
+gallium_dri.so free 0x5571735faeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735faeb0 0.000133
+gallium_dri.so free 0x5571735fb000 void 0.000134
+gallium_dri.so free 0x5571735faeb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fafb0 0.000134
+gallium_dri.so free 0x5571735fb0c0 void 0.000139
+gallium_dri.so free 0x5571735fafb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb070 0.000121
+gallium_dri.so free 0x5571735fb140 void 0.000120
+gallium_dri.so free 0x5571735fb070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb070 0.000121
+gallium_dri.so free 0x5571735fb200 void 0.000120
+gallium_dri.so free 0x5571735fb070 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb070 0.000120
+gallium_dri.so free 0x5571735fb2c0 void 0.000120
+gallium_dri.so free 0x5571735fb070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb270 0.000119
+gallium_dri.so free 0x5571735fb340 void 0.000137
+gallium_dri.so free 0x5571735fb270 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb390 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000120
+gallium_dri.so free 0x5571735fb390 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb420 0.000121
+gallium_dri.so free 0x5571735fb4c0 void 0.000119
+gallium_dri.so free 0x5571735fb420 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb470 0.000119
+gallium_dri.so free 0x5571735fb540 void 0.000117
+gallium_dri.so free 0x5571735fb470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb540 0.000117
+gallium_dri.so free 0x5571735fb600 void 0.000119
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb540 0.000120
+gallium_dri.so free 0x5571735fb680 void 0.000117
+gallium_dri.so free 0x5571735fb540 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb680 0.000117
+gallium_dri.so free 0x5571735fb740 void 0.000120
+gallium_dri.so free 0x5571735fb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb680 0.000120
+gallium_dri.so free 0x5571735fb800 void 0.000121
+gallium_dri.so free 0x5571735fb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb680 0.000118
+gallium_dri.so free 0x5571735fb8c0 void 0.000118
+gallium_dri.so free 0x5571735fb680 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb870 0.000127
+gallium_dri.so free 0x5571735fb940 void 0.000116
+gallium_dri.so free 0x5571735fb870 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb990 0.000115
+gallium_dri.so free 0x5571735fba00 void 0.000117
+gallium_dri.so free 0x5571735fb990 void 0.000115
+gallium_dri.so malloc 72 0x5571735fba40 0.000116
+gallium_dri.so free 0x5571735fbac0 void 0.000117
+gallium_dri.so free 0x5571735fba40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fba40 0.000116
+gallium_dri.so free 0x5571735fbb40 void 0.000117
+gallium_dri.so free 0x5571735fba40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb70 0.000115
+gallium_dri.so free 0x5571735fbbc0 void 0.000115
+gallium_dri.so free 0x5571735fbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb70 0.000115
+gallium_dri.so free 0x5571735fbcc0 void 0.000115
+gallium_dri.so free 0x5571735fbb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbc70 0.000121
+gallium_dri.so free 0x5571735fbd80 void 0.000122
+gallium_dri.so free 0x5571735fbc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbd30 0.000121
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x5571735fbd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd30 0.000123
+gallium_dri.so free 0x5571735fbe80 void 0.000117
+gallium_dri.so free 0x5571735fbd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbef0 0.000165
+gallium_dri.so free 0x5571735fbf40 void 0.000117
+gallium_dri.so free 0x5571735fbef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbef0 0.000116
+gallium_dri.so free 0x5571735fc040 void 0.000119
+gallium_dri.so free 0x5571735fbef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbff0 0.000115
+gallium_dri.so free 0x5571735fc100 void 0.000115
+gallium_dri.so free 0x5571735fbff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000116
+gallium_dri.so free 0x5571735fc140 void 0.000116
+gallium_dri.so free 0x5571735fc0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000118
+gallium_dri.so free 0x5571735fc200 void 0.000117
+gallium_dri.so free 0x5571735fc0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc240 0.000116
+gallium_dri.so free 0x5571735fc2c0 void 0.000116
+gallium_dri.so free 0x5571735fc240 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000115
+gallium_dri.so free 0x5571735fc380 void 0.000118
+gallium_dri.so free 0x5571735fc2c0 void 0.000157
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000174
+gallium_dri.so free 0x5571735fc440 void 0.000129
+gallium_dri.so free 0x5571735fc2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc460 0.000126
+gallium_dri.so free 0x5571735fc500 void 0.000138
+gallium_dri.so free 0x5571735fc460 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000123
+gallium_dri.so free 0x5571735fc580 void 0.000122
+gallium_dri.so free 0x5571735fc4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000121
+gallium_dri.so free 0x5571735fc600 void 0.000124
+gallium_dri.so free 0x5571735fc4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc600 0.000121
+gallium_dri.so free 0x5571735fc6c0 void 0.000122
+gallium_dri.so free 0x5571735fc600 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc600 0.000121
+gallium_dri.so free 0x5571735fc780 void 0.000121
+gallium_dri.so free 0x5571735fc600 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc600 0.000121
+gallium_dri.so free 0x5571735fc840 void 0.000122
+gallium_dri.so free 0x5571735fc600 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000121
+gallium_dri.so free 0x5571735fc900 void 0.000122
+gallium_dri.so free 0x5571735fc7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000122
+gallium_dri.so free 0x5571735fc980 void 0.000165
+gallium_dri.so free 0x5571735fc8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc9d0 0.000121
+gallium_dri.so free 0x5571735fca40 void 0.000121
+gallium_dri.so free 0x5571735fc9d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fca60 0.000122
+gallium_dri.so free 0x5571735fcb00 void 0.000122
+gallium_dri.so free 0x5571735fca60 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcab0 0.000126
+gallium_dri.so free 0x5571735fcb80 void 0.000123
+gallium_dri.so free 0x5571735fcab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcab0 0.000207
+gallium_dri.so free 0x5571735fcc00 void 0.000129
+gallium_dri.so free 0x5571735fcab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fcc00 0.000133
+gallium_dri.so free 0x5571735fccc0 void 0.000134
+gallium_dri.so free 0x5571735fcc00 void 0.000136
+gallium_dri.so malloc 72 0x5571735fcc00 0.000131
+gallium_dri.so free 0x5571735fcdc0 void 0.000131
+gallium_dri.so free 0x5571735fcc00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcd70 0.000132
+gallium_dri.so free 0x5571735fce00 void 0.000133
+gallium_dri.so free 0x5571735fcd70 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcd70 0.000132
+gallium_dri.so free 0x5571735fcec0 void 0.000131
+gallium_dri.so free 0x5571735fcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcf00 0.000130
+gallium_dri.so free 0x5571735fcf80 void 0.000138
+gallium_dri.so free 0x5571735fcf00 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcf80 0.000160
+gallium_dri.so free 0x5571735fd040 void 0.000150
+gallium_dri.so free 0x5571735fcf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fcf80 0.000127
+gallium_dri.so free 0x5571735fd0c0 void 0.000129
+gallium_dri.so free 0x5571735fcf80 void 0.000140
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000137
+gallium_dri.so free 0x5571735fd140 void 0.000127
+gallium_dri.so free 0x5571735fd0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000127
+gallium_dri.so free 0x5571735fd240 void 0.000127
+gallium_dri.so free 0x5571735fd0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd280 0.000126
+gallium_dri.so free 0x5571735fd300 void 0.000127
+gallium_dri.so free 0x5571735fd280 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd300 0.000129
+gallium_dri.so free 0x5571735fd3c0 void 0.000129
+gallium_dri.so free 0x5571735fd300 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd300 0.000130
+gallium_dri.so free 0x5571735fd440 void 0.000130
+gallium_dri.so free 0x5571735fd300 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd470 0.000152
+gallium_dri.so free 0x5571735fd4c0 void 0.000150
+gallium_dri.so free 0x5571735fd470 void 0.000149
+gallium_dri.so malloc 72 0x5571735fd470 0.000153
+gallium_dri.so free 0x5571735fd5c0 void 0.000153
+gallium_dri.so free 0x5571735fd470 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd570 0.000201
+gallium_dri.so free 0x5571735fd680 void 0.000145
+gallium_dri.so free 0x5571735fd570 void 0.000147
+gallium_dri.so malloc 72 0x5571735fd630 0.000138
+gallium_dri.so free 0x5571735fd700 void 0.000147
+gallium_dri.so free 0x5571735fd630 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd630 0.000133
+gallium_dri.so free 0x5571735fd7c0 void 0.000137
+gallium_dri.so free 0x5571735fd630 void 0.000139
+gallium_dri.so malloc 72 0x5571735fd630 0.000139
+gallium_dri.so free 0x5571735fd880 void 0.000139
+gallium_dri.so free 0x5571735fd630 void 0.000137
+gallium_dri.so malloc 72 0x5571735fd830 0.000136
+gallium_dri.so free 0x5571735fd900 void 0.000137
+gallium_dri.so free 0x5571735fd830 void 0.000156
+gallium_dri.so malloc 72 0x5571735fd950 0.000138
+gallium_dri.so free 0x5571735fd9c0 void 0.000137
+gallium_dri.so free 0x5571735fd950 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd9e0 0.000136
+gallium_dri.so free 0x5571735fda80 void 0.000138
+gallium_dri.so free 0x5571735fd9e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fda30 0.000136
+gallium_dri.so free 0x5571735fdb00 void 0.000135
+gallium_dri.so free 0x5571735fda30 void 0.000136
+gallium_dri.so malloc 72 0x5571735fdb00 0.000135
+gallium_dri.so free 0x5571735fdbc0 void 0.000136
+gallium_dri.so free 0x5571735fdb00 void 0.000134
+gallium_dri.so malloc 72 0x5571735fdb00 0.000135
+gallium_dri.so free 0x5571735fdc40 void 0.000137
+gallium_dri.so free 0x5571735fdb00 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdc40 0.000136
+gallium_dri.so free 0x5571735fdd00 void 0.000137
+gallium_dri.so free 0x5571735fdc40 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdc40 0.000134
+gallium_dri.so free 0x5571735fddc0 void 0.000136
+gallium_dri.so free 0x5571735fdc40 void 0.000140
+gallium_dri.so malloc 72 0x5571735fdc40 0.000154
+gallium_dri.so free 0x5571735fde80 void 0.000132
+gallium_dri.so free 0x5571735fdc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fde30 0.000130
+gallium_dri.so free 0x5571735fdf00 void 0.000129
+gallium_dri.so free 0x5571735fde30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdf50 0.000129
+gallium_dri.so free 0x5571735fdfc0 void 0.000130
+gallium_dri.so free 0x5571735fdf50 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe000 0.000128
+gallium_dri.so free 0x5571735fe080 void 0.000128
+gallium_dri.so free 0x5571735fe000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe000 0.000128
+gallium_dri.so free 0x5571735fe100 void 0.000129
+gallium_dri.so free 0x5571735fe000 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe130 0.000130
+gallium_dri.so free 0x5571735fe180 void 0.000129
+gallium_dri.so free 0x5571735fe130 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe130 0.000129
+gallium_dri.so free 0x5571735fe280 void 0.000129
+gallium_dri.so free 0x5571735fe130 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe230 0.000116
+gallium_dri.so free 0x5571735fe340 void 0.000115
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000126
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000123
+gallium_dri.so free 0x5571735fe440 void 0.000123
+gallium_dri.so free 0x5571735fe2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000120
+gallium_dri.so free 0x5571735fe500 void 0.000122
+gallium_dri.so free 0x5571735fe4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000114
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so free 0x5571735fe4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000113
+gallium_dri.so free 0x5571735fe6c0 void 0.000114
+gallium_dri.so free 0x5571735fe5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe670 0.000112
+gallium_dri.so free 0x5571735fe700 void 0.000112
+gallium_dri.so free 0x5571735fe670 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe670 0.000115
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe800 0.000120
+gallium_dri.so free 0x5571735fe880 void 0.000116
+gallium_dri.so free 0x5571735fe800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe880 0.000127
+gallium_dri.so free 0x5571735fe940 void 0.000140
+gallium_dri.so free 0x5571735fe880 void 0.000154
+gallium_dri.so malloc 72 0x5571735fe880 0.000144
+gallium_dri.so free 0x5571735fea00 void 0.000141
+gallium_dri.so free 0x5571735fe880 void 0.000140
+gallium_dri.so malloc 72 0x5571735fea20 0.000180
+gallium_dri.so free 0x5571735feac0 void 0.000190
+gallium_dri.so free 0x5571735fea20 void 0.000185
+gallium_dri.so malloc 72 0x5571735fea70 0.000143
+gallium_dri.so free 0x5571735feb40 void 0.000140
+gallium_dri.so free 0x5571735fea70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fea70 0.000131
+gallium_dri.so free 0x5571735febc0 void 0.000130
+gallium_dri.so free 0x5571735fea70 void 0.000131
+gallium_dri.so malloc 72 0x5571735febc0 0.000132
+gallium_dri.so free 0x5571735fec80 void 0.000130
+gallium_dri.so free 0x5571735febc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735febc0 0.000130
+gallium_dri.so free 0x5571735fed40 void 0.000130
+gallium_dri.so free 0x5571735febc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735febc0 0.000130
+gallium_dri.so free 0x5571735fee00 void 0.000129
+gallium_dri.so free 0x5571735febc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fedb0 0.000137
+gallium_dri.so free 0x5571735feec0 void 0.000129
+gallium_dri.so free 0x5571735fedb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fee70 0.000129
+gallium_dri.so free 0x5571735fef40 void 0.000129
+gallium_dri.so free 0x5571735fee70 void 0.000127
+gallium_dri.so malloc 72 0x5571735fef90 0.000127
+gallium_dri.so free 0x5571735ff000 void 0.000129
+gallium_dri.so free 0x5571735fef90 void 0.000152
+gallium_dri.so malloc 72 0x5571735ff020 0.000132
+gallium_dri.so free 0x5571735ff0c0 void 0.000133
+gallium_dri.so free 0x5571735ff020 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff070 0.000131
+gallium_dri.so free 0x5571735ff140 void 0.000131
+gallium_dri.so free 0x5571735ff070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff070 0.000131
+gallium_dri.so free 0x5571735ff1c0 void 0.000131
+gallium_dri.so free 0x5571735ff070 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000129
+gallium_dri.so free 0x5571735ff280 void 0.000131
+gallium_dri.so free 0x5571735ff1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000129
+gallium_dri.so free 0x5571735ff380 void 0.000131
+gallium_dri.so free 0x5571735ff1c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff330 0.000128
+gallium_dri.so free 0x5571735ff3c0 void 0.000130
+gallium_dri.so free 0x5571735ff330 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff330 0.000129
+gallium_dri.so free 0x5571735ff480 void 0.000129
+gallium_dri.so free 0x5571735ff330 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000130
+gallium_dri.so free 0x5571735ff540 void 0.000130
+gallium_dri.so free 0x5571735ff4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff540 0.000134
+gallium_dri.so free 0x5571735ff600 void 0.000132
+gallium_dri.so free 0x5571735ff540 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff540 0.000128
+gallium_dri.so free 0x5571735ff680 void 0.000130
+gallium_dri.so free 0x5571735ff540 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000127
+gallium_dri.so free 0x5571735ff700 void 0.000129
+gallium_dri.so free 0x5571735ff6b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000129
+gallium_dri.so free 0x5571735ff800 void 0.000130
+gallium_dri.so free 0x5571735ff6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff840 0.000127
+gallium_dri.so free 0x5571735ff8c0 void 0.000195
+gallium_dri.so free 0x5571735ff840 void 0.000215
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000130
+gallium_dri.so free 0x5571735ff980 void 0.000129
+gallium_dri.so free 0x5571735ff8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000130
+gallium_dri.so free 0x5571735ffa00 void 0.000130
+gallium_dri.so free 0x5571735ff8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffa30 0.000129
+gallium_dri.so free 0x5571735ffa80 void 0.000129
+gallium_dri.so free 0x5571735ffa30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffa30 0.000128
+gallium_dri.so free 0x5571735ffb80 void 0.000129
+gallium_dri.so free 0x5571735ffa30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffb30 0.000129
+gallium_dri.so free 0x5571735ffc40 void 0.000131
+gallium_dri.so free 0x5571735ffb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000128
+gallium_dri.so free 0x5571735ffcc0 void 0.000128
+gallium_dri.so free 0x5571735ffbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000119
+gallium_dri.so free 0x5571735ffd80 void 0.000130
+gallium_dri.so free 0x5571735ffbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000157
+gallium_dri.so free 0x5571735ffe40 void 0.000132
+gallium_dri.so free 0x5571735ffbf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000127
+gallium_dri.so free 0x557173450f00 void 0.000129
+gallium_dri.so free 0x5571735ffdf0 void 0.000128
+gallium_dri.so malloc 72 0x557173450eb0 0.000130
+gallium_dri.so free 0x5571735a9280 void 0.000131
+gallium_dri.so free 0x557173450eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173450eb0 0.000129
+gallium_dri.so free 0x5571735a9180 void 0.000132
+gallium_dri.so free 0x557173450eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173450eb0 0.000127
+gallium_dri.so free 0x5571735b5f40 void 0.000128
+gallium_dri.so free 0x557173450eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b5f40 0.000130
+gallium_dri.so free 0x5571735a8a40 void 0.000130
+gallium_dri.so free 0x5571735b5f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735b5f40 0.000129
+gallium_dri.so free 0x5571735a8ac0 void 0.000130
+gallium_dri.so free 0x5571735b5f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735a8ac0 0.000129
+gallium_dri.so free 0x5571735d74c0 void 0.000129
+gallium_dri.so free 0x5571735a8ac0 void 0.000155
+gallium_dri.so malloc 72 0x5571735d74e0 0.000127
+gallium_dri.so free 0x5571735d7580 void 0.000129
+gallium_dri.so free 0x5571735d74e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d7530 0.000130
+gallium_dri.so free 0x5571735d7600 void 0.000130
+gallium_dri.so free 0x5571735d7530 void 0.000129
+gallium_dri.so malloc 72 0x5571735d7530 0.000128
+gallium_dri.so free 0x5571735addc0 void 0.000130
+gallium_dri.so free 0x5571735d7530 void 0.000128
+gallium_dri.so malloc 72 0x5571735addc0 0.000127
+gallium_dri.so free 0x5571735ade80 void 0.000131
+gallium_dri.so free 0x5571735addc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735addc0 0.000136
+gallium_dri.so free 0x5571735adf80 void 0.000128
+gallium_dri.so free 0x5571735addc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735adf30 0.000129
+gallium_dri.so free 0x5571735a8ec0 void 0.000130
+gallium_dri.so free 0x5571735adf30 void 0.000127
+gallium_dri.so malloc 72 0x5571735adf30 0.000130
+gallium_dri.so free 0x5571735a8f80 void 0.000129
+gallium_dri.so free 0x5571735adf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735a8fc0 0.000130
+gallium_dri.so free 0x5571735afe40 void 0.000129
+gallium_dri.so free 0x5571735a8fc0 void 0.000150
+gallium_dri.so malloc 72 0x5571735afe40 0.000128
+gallium_dri.so free 0x5571735aff00 void 0.000131
+gallium_dri.so free 0x5571735afe40 void 0.000127
+gallium_dri.so malloc 72 0x5571735afe40 0.000131
+gallium_dri.so free 0x5571735a9040 void 0.000130
+gallium_dri.so free 0x5571735afe40 void 0.000128
+gallium_dri.so malloc 72 0x5571735a9070 0.000130
+gallium_dri.so free 0x5571735ae700 void 0.000127
+gallium_dri.so free 0x5571735a9070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ae770 0.000127
+gallium_dri.so free 0x5571735aff80 void 0.000127
+gallium_dri.so free 0x5571735ae770 void 0.000127
+gallium_dri.so malloc 72 0x5571735affc0 0.000129
+gallium_dri.so free 0x5571735ae7c0 void 0.000131
+gallium_dri.so free 0x5571735affc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ae7c0 0.000129
+gallium_dri.so free 0x5571734f6040 void 0.000129
+gallium_dri.so free 0x5571735ae7c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ae7c0 0.000128
+gallium_dri.so free 0x5571734f6100 void 0.000130
+gallium_dri.so free 0x5571735ae7c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ae7c0 0.000127
+gallium_dri.so free 0x5571734f61c0 void 0.000128
+gallium_dri.so free 0x5571735ae7c0 void 0.000145
+gallium_dri.so malloc 72 0x5571734f6170 0.000130
+gallium_dri.so free 0x5571735be540 void 0.000129
+gallium_dri.so free 0x5571734f6170 void 0.000142
+gallium_dri.so malloc 72 0x5571735be590 0.000140
+gallium_dri.so free 0x5571735be600 void 0.000142
+gallium_dri.so free 0x5571735be590 void 0.000141
+gallium_dri.so malloc 72 0x5571735be660 0.000141
+gallium_dri.so free 0x5571735be700 void 0.000145
+gallium_dri.so free 0x5571735be660 void 0.000139
+gallium_dri.so malloc 72 0x5571735be6b0 0.000144
+gallium_dri.so free 0x5571735bd840 void 0.000142
+gallium_dri.so free 0x5571735be6b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735be6b0 0.000142
+gallium_dri.so free 0x5571735bd900 void 0.000145
+gallium_dri.so free 0x5571735be6b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735bd940 0.000141
+gallium_dri.so free 0x5571735bd9c0 void 0.000144
+gallium_dri.so free 0x5571735bd940 void 0.000142
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000142
+gallium_dri.so free 0x5571735b0100 void 0.000141
+gallium_dri.so free 0x5571735bd9c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000202
+gallium_dri.so free 0x5571735b0180 void 0.000144
+gallium_dri.so free 0x5571735bd9c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b01b0 0.000150
+gallium_dri.so free 0x5571735b0200 void 0.000131
+gallium_dri.so free 0x5571735b01b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b0200 0.000129
+gallium_dri.so free 0x5571735b6e80 void 0.000130
+gallium_dri.so free 0x5571735b0200 void 0.000129
+gallium_dri.so malloc 72 0x5571735b0200 0.000129
+gallium_dri.so free 0x5571735b6f00 void 0.000129
+gallium_dri.so free 0x5571735b0200 void 0.000127
+gallium_dri.so malloc 72 0x5571735b6f00 0.000128
+gallium_dri.so free 0x5571735b6fc0 void 0.000130
+gallium_dri.so free 0x5571735b6f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6f00 0.000129
+gallium_dri.so free 0x5571735b8180 void 0.000131
+gallium_dri.so free 0x5571735b6f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735b81b0 0.000130
+gallium_dri.so free 0x5571735b8200 void 0.000129
+gallium_dri.so free 0x5571735b81b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735b81b0 0.000127
+gallium_dri.so free 0x5571735b8300 void 0.000131
+gallium_dri.so free 0x5571735b81b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735b82b0 0.000130
+gallium_dri.so free 0x5571735b83c0 void 0.000128
+gallium_dri.so free 0x5571735b82b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b8370 0.000129
+gallium_dri.so free 0x557173451040 void 0.000131
+gallium_dri.so free 0x5571735b8370 void 0.000126
+gallium_dri.so malloc 72 0x557173451060 0.000129
+gallium_dri.so free 0x557173451100 void 0.000130
+gallium_dri.so free 0x557173451060 void 0.000130
+gallium_dri.so malloc 72 0x5571734510b0 0.000130
+gallium_dri.so free 0x557173451180 void 0.000132
+gallium_dri.so free 0x5571734510b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734510b0 0.000129
+gallium_dri.so free 0x557173451200 void 0.000130
+gallium_dri.so free 0x5571734510b0 void 0.000126
+gallium_dri.so malloc 72 0x557173451200 0.000129
+gallium_dri.so free 0x5571734512c0 void 0.000130
+gallium_dri.so free 0x557173451200 void 0.000133
+gallium_dri.so malloc 72 0x557173451200 0.000128
+gallium_dri.so free 0x5571735d9300 void 0.000129
+gallium_dri.so free 0x557173451200 void 0.000127
+gallium_dri.so malloc 72 0x5571735d92b0 0.000130
+gallium_dri.so free 0x5571735d9380 void 0.000130
+gallium_dri.so free 0x5571735d92b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d92b0 0.000129
+gallium_dri.so free 0x5571735d9480 void 0.000128
+gallium_dri.so free 0x5571735d92b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d9430 0.000127
+gallium_dri.so free 0x5571735d9500 void 0.000130
+gallium_dri.so free 0x5571735d9430 void 0.000129
+gallium_dri.so malloc 72 0x5571735d9550 0.000129
+gallium_dri.so free 0x5571735d95c0 void 0.000128
+gallium_dri.so free 0x5571735d9550 void 0.000127
+gallium_dri.so malloc 72 0x5571735d95e0 0.000129
+gallium_dri.so free 0x5571735e3880 void 0.000131
+gallium_dri.so free 0x5571735d95e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e38b0 0.000129
+gallium_dri.so free 0x5571735e3900 void 0.000129
+gallium_dri.so free 0x5571735e38b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e38b0 0.000126
+gallium_dri.so free 0x5571735e3a00 void 0.000129
+gallium_dri.so free 0x5571735e38b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e39b0 0.000135
+gallium_dri.so free 0x5571735e3ac0 void 0.000133
+gallium_dri.so free 0x5571735e39b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3a70 0.000134
+gallium_dri.so free 0x5571735e3b40 void 0.000130
+gallium_dri.so free 0x5571735e3a70 void 0.000187
+gallium_dri.so malloc 72 0x5571735e3a70 0.000137
+gallium_dri.so free 0x5571735e3c00 void 0.000134
+gallium_dri.so free 0x5571735e3a70 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3c30 0.000133
+gallium_dri.so free 0x5571735b71c0 void 0.000134
+gallium_dri.so free 0x5571735e3c30 void 0.000133
+gallium_dri.so malloc 72 0x5571735b7170 0.000136
+gallium_dri.so free 0x5571735b7240 void 0.000134
+gallium_dri.so free 0x5571735b7170 void 0.000136
+gallium_dri.so malloc 72 0x5571735b7290 0.000133
+gallium_dri.so free 0x5571735b7300 void 0.000131
+gallium_dri.so free 0x5571735b7290 void 0.000133
+gallium_dri.so malloc 72 0x5571735b7320 0.000133
+gallium_dri.so free 0x5571735b73c0 void 0.000134
+gallium_dri.so free 0x5571735b7320 void 0.000136
+gallium_dri.so malloc 72 0x5571735b7370 0.000134
+gallium_dri.so free 0x5571735b7440 void 0.000132
+gallium_dri.so free 0x5571735b7370 void 0.000134
+gallium_dri.so malloc 72 0x5571735b7440 0.000131
+gallium_dri.so free 0x5571735b7500 void 0.000135
+gallium_dri.so free 0x5571735b7440 void 0.000133
+gallium_dri.so malloc 72 0x5571735b7440 0.000134
+gallium_dri.so free 0x5571735b7580 void 0.000173
+gallium_dri.so free 0x5571735b7440 void 0.000134
+gallium_dri.so malloc 72 0x5571735b7580 0.000134
+gallium_dri.so free 0x557173451500 void 0.000132
+gallium_dri.so free 0x5571735b7580 void 0.000133
+gallium_dri.so malloc 72 0x5571734514b0 0.000134
+gallium_dri.so free 0x557173451540 void 0.000134
+gallium_dri.so free 0x5571734514b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734514b0 0.000133
+gallium_dri.so free 0x557173451600 void 0.000131
+gallium_dri.so free 0x5571734514b0 void 0.000132
+gallium_dri.so malloc 72 0x557173451640 0.000130
+gallium_dri.so free 0x5571734516c0 void 0.000162
+gallium_dri.so free 0x557173451640 void 0.000161
+gallium_dri.so malloc 72 0x5571734516c0 0.000135
+gallium_dri.so free 0x557173451780 void 0.000135
+gallium_dri.so free 0x5571734516c0 void 0.000136
+gallium_dri.so malloc 72 0x5571734516c0 0.000137
+gallium_dri.so free 0x557173451800 void 0.000137
+gallium_dri.so free 0x5571734516c0 void 0.000139
+gallium_dri.so malloc 72 0x5571734516c0 0.000138
+gallium_dri.so free 0x5571734518c0 void 0.000135
+gallium_dri.so free 0x5571734516c0 void 0.000143
+gallium_dri.so malloc 72 0x5571734516c0 0.000133
+gallium_dri.so free 0x557173451980 void 0.000131
+gallium_dri.so free 0x5571734516c0 void 0.000133
+gallium_dri.so malloc 72 0x557173451930 0.000136
+gallium_dri.so free 0x557173451a00 void 0.000132
+gallium_dri.so free 0x557173451930 void 0.000132
+gallium_dri.so malloc 72 0x557173451a50 0.000132
+gallium_dri.so free 0x557173451ac0 void 0.000136
+gallium_dri.so free 0x557173451a50 void 0.000196
+gallium_dri.so malloc 72 0x557173451ae0 0.000135
+gallium_dri.so free 0x5571735b61c0 void 0.000122
+gallium_dri.so free 0x557173451ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173451ae0 0.000118
+gallium_dri.so free 0x5571735b6280 void 0.000119
+gallium_dri.so free 0x557173451ae0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b6230 0.000120
+gallium_dri.so free 0x5571735b6280 void 0.000119
+gallium_dri.so free 0x5571735b6230 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6230 0.000118
+gallium_dri.so free 0x5571735b6380 void 0.000120
+gallium_dri.so free 0x5571735b6230 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6330 0.000120
+gallium_dri.so free 0x5571735b6440 void 0.000118
+gallium_dri.so free 0x5571735b6330 void 0.000130
+gallium_dri.so malloc 72 0x5571735b63f0 0.000113
+gallium_dri.so free 0x5571735b6480 void 0.000110
+gallium_dri.so free 0x5571735b63f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b63f0 0.000110
+gallium_dri.so free 0x5571735b6540 void 0.000110
+gallium_dri.so free 0x5571735b63f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b6580 0.000110
+gallium_dri.so free 0x5571735b6600 void 0.000111
+gallium_dri.so free 0x5571735b6580 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6600 0.000111
+gallium_dri.so free 0x5571735b66c0 void 0.000110
+gallium_dri.so free 0x5571735b6600 void 0.000111
+gallium_dri.so malloc 72 0x5571735b6600 0.000111
+gallium_dri.so free 0x5571735b6780 void 0.000111
+gallium_dri.so free 0x5571735b6600 void 0.000110
+gallium_dri.so malloc 72 0x5571735b67a0 0.000110
+gallium_dri.so free 0x5571735b6840 void 0.000112
+gallium_dri.so free 0x5571735b67a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b67f0 0.000111
+gallium_dri.so free 0x5571735b68c0 void 0.000110
+gallium_dri.so free 0x5571735b67f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b67f0 0.000115
+gallium_dri.so free 0x5571735b51c0 void 0.000111
+gallium_dri.so free 0x5571735b67f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b51c0 0.000112
+gallium_dri.so free 0x5571735b5280 void 0.000110
+gallium_dri.so free 0x5571735b51c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b51c0 0.000112
+gallium_dri.so free 0x5571735b5340 void 0.000133
+gallium_dri.so free 0x5571735b51c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b51c0 0.000127
+gallium_dri.so free 0x5571735b5400 void 0.000137
+gallium_dri.so free 0x5571735b51c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735b53b0 0.000263
+gallium_dri.so free 0x5571735b54c0 void 0.000261
+gallium_dri.so free 0x5571735b53b0 void 0.000262
+gallium_dri.so malloc 72 0x5571735b5470 0.000269
+gallium_dri.so free 0x5571735b5540 void 0.000233
+gallium_dri.so free 0x5571735b5470 void 0.000232
+gallium_dri.so malloc 72 0x5571735b5590 0.000251
+gallium_dri.so free 0x5571735b5600 void 0.000217
+gallium_dri.so free 0x5571735b5590 void 0.000292
+gallium_dri.so malloc 72 0x5571735b5620 0.000305
+gallium_dri.so free 0x5571735b56c0 void 0.000294
+gallium_dri.so free 0x5571735b5620 void 0.000285
+gallium_dri.so malloc 72 0x5571735b5670 0.000277
+gallium_dri.so free 0x5571735b5740 void 0.000291
+gallium_dri.so free 0x5571735b5670 void 0.000289
+gallium_dri.so malloc 72 0x5571735b5670 0.000280
+gallium_dri.so free 0x5571735b57c0 void 0.000189
+gallium_dri.so free 0x5571735b5670 void 0.000188
+gallium_dri.so malloc 72 0x5571735b57c0 0.000151
+gallium_dri.so free 0x5571735b5880 void 0.000169
+gallium_dri.so free 0x5571735b57c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735b57c0 0.000144
+gallium_dri.so free 0x5571735b5980 void 0.000144
+gallium_dri.so free 0x5571735b57c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735b5930 0.000145
+gallium_dri.so free 0x5571735bdb40 void 0.000146
+gallium_dri.so free 0x5571735b5930 void 0.000144
+gallium_dri.so malloc 72 0x5571735b5930 0.000144
+gallium_dri.so free 0x5571735bdc00 void 0.000144
+gallium_dri.so free 0x5571735b5930 void 0.000144
+gallium_dri.so malloc 72 0x5571735bdbb0 0.000141
+gallium_dri.so free 0x5571735bdc80 void 0.000135
+gallium_dri.so free 0x5571735bdbb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735bdcd0 0.000143
+gallium_dri.so free 0x5571735bdd40 void 0.000143
+gallium_dri.so free 0x5571735bdcd0 void 0.000146
+gallium_dri.so malloc 72 0x5571735bdd60 0.000141
+gallium_dri.so free 0x5571735bde00 void 0.000140
+gallium_dri.so free 0x5571735bdd60 void 0.000144
+gallium_dri.so malloc 72 0x5571735bddb0 0.000140
+gallium_dri.so free 0x5571735bde80 void 0.000135
+gallium_dri.so free 0x5571735bddb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735bddb0 0.000143
+gallium_dri.so free 0x5571735bdf80 void 0.000152
+gallium_dri.so free 0x5571735bddb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735bdf30 0.000142
+gallium_dri.so free 0x5571735be000 void 0.000135
+gallium_dri.so free 0x5571735bdf30 void 0.000141
+gallium_dri.so malloc 72 0x5571735be050 0.000143
+gallium_dri.so free 0x5571735be0c0 void 0.000141
+gallium_dri.so free 0x5571735be050 void 0.000133
+gallium_dri.so malloc 72 0x5571735be0e0 0.000145
+gallium_dri.so free 0x5571735be180 void 0.000146
+gallium_dri.so free 0x5571735be0e0 void 0.000144
+gallium_dri.so malloc 72 0x5571735be130 0.000145
+gallium_dri.so free 0x5571735be200 void 0.000144
+gallium_dri.so free 0x5571735be130 void 0.000144
+gallium_dri.so malloc 72 0x5571735be130 0.000147
+gallium_dri.so free 0x5571735be280 void 0.000145
+gallium_dri.so free 0x5571735be130 void 0.000144
+gallium_dri.so malloc 72 0x5571735be280 0.000141
+gallium_dri.so free 0x5571735be340 void 0.000140
+gallium_dri.so free 0x5571735be280 void 0.000145
+gallium_dri.so malloc 72 0x5571735be280 0.000141
+gallium_dri.so free 0x5571735b22c0 void 0.000149
+gallium_dri.so free 0x5571735be280 void 0.000136
+gallium_dri.so malloc 72 0x5571735b2270 0.000140
+gallium_dri.so free 0x5571735b2300 void 0.000140
+gallium_dri.so free 0x5571735b2270 void 0.000135
+gallium_dri.so malloc 72 0x5571735b2270 0.000140
+gallium_dri.so free 0x5571735b23c0 void 0.000144
+gallium_dri.so free 0x5571735b2270 void 0.000144
+gallium_dri.so malloc 72 0x5571735b2400 0.000141
+gallium_dri.so free 0x5571735b2480 void 0.000141
+gallium_dri.so free 0x5571735b2400 void 0.000150
+gallium_dri.so malloc 72 0x5571735b2480 0.000144
+gallium_dri.so free 0x5571735b2540 void 0.000140
+gallium_dri.so free 0x5571735b2480 void 0.000141
+gallium_dri.so malloc 72 0x5571735b2480 0.000142
+gallium_dri.so free 0x5571735b25c0 void 0.000144
+gallium_dri.so free 0x5571735b2480 void 0.000145
+gallium_dri.so malloc 72 0x5571735b25f0 0.000141
+gallium_dri.so free 0x5571735b2640 void 0.000137
+gallium_dri.so free 0x5571735b25f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735b2640 0.000143
+gallium_dri.so free 0x5571735b2700 void 0.000139
+gallium_dri.so free 0x5571735b2640 void 0.000135
+gallium_dri.so malloc 72 0x5571735b2640 0.000142
+gallium_dri.so free 0x5571735b2800 void 0.000143
+gallium_dri.so free 0x5571735b2640 void 0.000145
+gallium_dri.so malloc 72 0x5571735b27b0 0.000141
+gallium_dri.so free 0x5571735b28c0 void 0.000141
+gallium_dri.so free 0x5571735b27b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b2870 0.000141
+gallium_dri.so free 0x5571735b2900 void 0.000138
+gallium_dri.so free 0x5571735b2870 void 0.000134
+gallium_dri.so malloc 72 0x5571735b2870 0.000140
+gallium_dri.so free 0x5571735b29c0 void 0.000147
+gallium_dri.so free 0x5571735b2870 void 0.000141
+gallium_dri.so malloc 72 0x5571735b2a00 0.000139
+gallium_dri.so free 0x5571735b2a80 void 0.000144
+gallium_dri.so free 0x5571735b2a00 void 0.000141
+gallium_dri.so malloc 72 0x5571735b2a80 0.000136
+gallium_dri.so free 0x5571735b2b40 void 0.000142
+gallium_dri.so free 0x5571735b2a80 void 0.000145
+gallium_dri.so malloc 72 0x5571735b2a80 0.000140
+gallium_dri.so free 0x5571735d78c0 void 0.000142
+gallium_dri.so free 0x5571735b2a80 void 0.000141
+gallium_dri.so malloc 72 0x5571735d78e0 0.000149
+gallium_dri.so free 0x5571735d7980 void 0.000146
+gallium_dri.so free 0x5571735d78e0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d7930 0.000140
+gallium_dri.so free 0x5571735d7a00 void 0.000134
+gallium_dri.so free 0x5571735d7930 void 0.000141
+gallium_dri.so malloc 72 0x5571735d7930 0.000144
+gallium_dri.so free 0x5571735d7a80 void 0.000142
+gallium_dri.so free 0x5571735d7930 void 0.000135
+gallium_dri.so malloc 72 0x5571735d7a80 0.000133
+gallium_dri.so free 0x5571735d7b40 void 0.000134
+gallium_dri.so free 0x5571735d7a80 void 0.000135
+gallium_dri.so malloc 72 0x5571735d7a80 0.000134
+gallium_dri.so free 0x5571735d7c00 void 0.000134
+gallium_dri.so free 0x5571735d7a80 void 0.000133
+gallium_dri.so malloc 72 0x5571735d7a80 0.000132
+gallium_dri.so free 0x5571735d7cc0 void 0.000138
+gallium_dri.so free 0x5571735d7a80 void 0.000134
+gallium_dri.so malloc 72 0x5571735d7c70 0.000135
+gallium_dri.so free 0x5571735d7cc0 void 0.000134
+gallium_dri.so free 0x5571735d7c70 void 0.000134
+gallium_dri.so malloc 72 0x5571735d7c70 0.000134
+gallium_dri.so free 0x5571735d7dc0 void 0.000135
+gallium_dri.so free 0x5571735d7c70 void 0.000151
+gallium_dri.so malloc 72 0x5571735d7d70 0.000202
+gallium_dri.so free 0x5571735d7e80 void 0.000129
+gallium_dri.so free 0x5571735d7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7e30 0.000116
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7e30 0.000113
+gallium_dri.so free 0x5571735d7f80 void 0.000115
+gallium_dri.so free 0x5571735d7e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7fc0 0.000116
+gallium_dri.so free 0x5571735d8040 void 0.000114
+gallium_dri.so free 0x5571735d7fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8040 0.000114
+gallium_dri.so free 0x5571735d8100 void 0.000114
+gallium_dri.so free 0x5571735d8040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8040 0.000114
+gallium_dri.so free 0x5571735d81c0 void 0.000114
+gallium_dri.so free 0x5571735d8040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d81e0 0.000114
+gallium_dri.so free 0x5571735e6300 void 0.000115
+gallium_dri.so free 0x5571735d81e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d81e0 0.000115
+gallium_dri.so free 0x5571735e63c0 void 0.000114
+gallium_dri.so free 0x5571735d81e0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e6370 0.000185
+gallium_dri.so free 0x5571735e6440 void 0.000182
+gallium_dri.so free 0x5571735e6370 void 0.000177
+gallium_dri.so malloc 72 0x5571735e6490 0.000201
+gallium_dri.so free 0x5571735e6500 void 0.000187
+gallium_dri.so free 0x5571735e6490 void 0.000184
+gallium_dri.so malloc 72 0x5571735e6520 0.000183
+gallium_dri.so free 0x5571735e65c0 void 0.000183
+gallium_dri.so free 0x5571735e6520 void 0.000179
+gallium_dri.so malloc 72 0x5571735e6570 0.000178
+gallium_dri.so free 0x5571735e6640 void 0.000176
+gallium_dri.so free 0x5571735e6570 void 0.000189
+gallium_dri.so malloc 72 0x5571735e6640 0.000178
+gallium_dri.so free 0x5571735e6700 void 0.000176
+gallium_dri.so free 0x5571735e6640 void 0.000179
+gallium_dri.so malloc 72 0x5571735e6640 0.000176
+gallium_dri.so free 0x5571735e6780 void 0.000178
+gallium_dri.so free 0x5571735e6640 void 0.000178
+gallium_dri.so malloc 72 0x5571735e6780 0.000188
+gallium_dri.so free 0x5571735e6840 void 0.000178
+gallium_dri.so free 0x5571735e6780 void 0.000176
+gallium_dri.so malloc 72 0x5571735e6780 0.000181
+gallium_dri.so free 0x5571735e6900 void 0.000178
+gallium_dri.so free 0x5571735e6780 void 0.000176
+gallium_dri.so malloc 72 0x5571735e6780 0.000177
+gallium_dri.so free 0x5571735e69c0 void 0.000175
+gallium_dri.so free 0x5571735e6780 void 0.000180
+gallium_dri.so malloc 72 0x5571735e6970 0.000174
+gallium_dri.so free 0x5571735e6a40 void 0.000179
+gallium_dri.so free 0x5571735e6970 void 0.000181
+gallium_dri.so malloc 72 0x5571735e6a90 0.000177
+gallium_dri.so free 0x5571735e6b00 void 0.000178
+gallium_dri.so free 0x5571735e6a90 void 0.000177
+gallium_dri.so malloc 72 0x5571735e6b40 0.000175
+gallium_dri.so free 0x5571735e6bc0 void 0.000180
+gallium_dri.so free 0x5571735e6b40 void 0.000180
+gallium_dri.so malloc 72 0x5571735e6b40 0.000200
+gallium_dri.so free 0x5571735e6c40 void 0.000199
+gallium_dri.so free 0x5571735e6b40 void 0.000192
+gallium_dri.so malloc 72 0x5571735e6c70 0.000198
+gallium_dri.so free 0x5571735e6cc0 void 0.000195
+gallium_dri.so free 0x5571735e6c70 void 0.000197
+gallium_dri.so malloc 72 0x5571735e6c70 0.000196
+gallium_dri.so free 0x5571735e6dc0 void 0.000195
+gallium_dri.so free 0x5571735e6c70 void 0.000199
+gallium_dri.so malloc 72 0x5571735e6d70 0.000193
+gallium_dri.so free 0x5571735e6e80 void 0.000197
+gallium_dri.so free 0x5571735e6d70 void 0.000198
+gallium_dri.so malloc 72 0x5571735e6e30 0.000198
+gallium_dri.so free 0x5571735b9bc0 void 0.000196
+gallium_dri.so free 0x5571735e6e30 void 0.000200
+gallium_dri.so malloc 72 0x5571735b9b70 0.000202
+gallium_dri.so free 0x5571735b9c40 void 0.000200
+gallium_dri.so free 0x5571735b9b70 void 0.000200
+gallium_dri.so malloc 72 0x5571735b9b70 0.000197
+gallium_dri.so free 0x5571735b9d40 void 0.000197
+gallium_dri.so free 0x5571735b9b70 void 0.000197
+gallium_dri.so malloc 72 0x5571735b9cf0 0.000199
+gallium_dri.so free 0x5571735b9dc0 void 0.000197
+gallium_dri.so free 0x5571735b9cf0 void 0.000174
+gallium_dri.so malloc 72 0x5571735b9e10 0.000127
+gallium_dri.so free 0x5571735b9e80 void 0.000136
+gallium_dri.so free 0x5571735b9e10 void 0.000120
+gallium_dri.so malloc 72 0x5571735b9ea0 0.000113
+gallium_dri.so free 0x5571735b9f40 void 0.000114
+gallium_dri.so free 0x5571735b9ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9ef0 0.000113
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so free 0x5571735b9ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9ef0 0.000113
+gallium_dri.so free 0x5571735ba040 void 0.000113
+gallium_dri.so free 0x5571735b9ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba040 0.000114
+gallium_dri.so free 0x5571735ba100 void 0.000181
+gallium_dri.so free 0x5571735ba040 void 0.000190
+gallium_dri.so malloc 72 0x5571735ba040 0.000175
+gallium_dri.so free 0x5571735ba200 void 0.000169
+gallium_dri.so free 0x5571735ba040 void 0.000167
+gallium_dri.so malloc 72 0x5571735ba040 0.000180
+gallium_dri.so free 0x5571735ba280 void 0.000204
+gallium_dri.so free 0x5571735ba040 void 0.000179
+gallium_dri.so malloc 72 0x5571735ba2b0 0.000179
+gallium_dri.so free 0x5571735ba300 void 0.000177
+gallium_dri.so free 0x5571735ba2b0 void 0.000176
+gallium_dri.so malloc 72 0x5571735ba2b0 0.000179
+gallium_dri.so free 0x5571735ba400 void 0.000176
+gallium_dri.so free 0x5571735ba2b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ba3b0 0.000176
+gallium_dri.so free 0x5571735ba4c0 void 0.000176
+gallium_dri.so free 0x5571735ba3b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ba470 0.000175
+gallium_dri.so free 0x5571735ba500 void 0.000182
+gallium_dri.so free 0x5571735ba470 void 0.000206
+gallium_dri.so malloc 72 0x5571735ba470 0.000179
+gallium_dri.so free 0x5571735ba5c0 void 0.000177
+gallium_dri.so free 0x5571735ba470 void 0.000178
+gallium_dri.so malloc 72 0x5571735ba610 0.000175
+gallium_dri.so free 0x5571735ba680 void 0.000178
+gallium_dri.so free 0x5571735ba610 void 0.000179
+gallium_dri.so malloc 72 0x5571735ba6c0 0.000177
+gallium_dri.so free 0x5571735ba740 void 0.000179
+gallium_dri.so free 0x5571735ba6c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ba740 0.000178
+gallium_dri.so free 0x5571735ba800 void 0.000177
+gallium_dri.so free 0x5571735ba740 void 0.000179
+gallium_dri.so malloc 72 0x5571735ba740 0.000174
+gallium_dri.so free 0x5571735d8300 void 0.000177
+gallium_dri.so free 0x5571735ba740 void 0.000176
+gallium_dri.so malloc 72 0x5571735d8330 0.000185
+gallium_dri.so free 0x5571735d8380 void 0.000179
+gallium_dri.so free 0x5571735d8330 void 0.000172
+gallium_dri.so malloc 72 0x5571735d8330 0.000116
+gallium_dri.so free 0x5571735d8480 void 0.000115
+gallium_dri.so free 0x5571735d8330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8430 0.000113
+gallium_dri.so free 0x5571735d8540 void 0.000114
+gallium_dri.so free 0x5571735d8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d84f0 0.000116
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d84f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d85e0 0.000113
+gallium_dri.so free 0x5571735d8680 void 0.000113
+gallium_dri.so free 0x5571735d85e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8630 0.000113
+gallium_dri.so free 0x5571735d8700 void 0.000114
+gallium_dri.so free 0x5571735d8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8630 0.000113
+gallium_dri.so free 0x5571735d8780 void 0.000114
+gallium_dri.so free 0x5571735d8630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8780 0.000113
+gallium_dri.so free 0x5571735d8840 void 0.000114
+gallium_dri.so free 0x5571735d8780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8780 0.000113
+gallium_dri.so free 0x5571735d8900 void 0.000114
+gallium_dri.so free 0x5571735d8780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8780 0.000114
+gallium_dri.so free 0x5571735d89c0 void 0.000113
+gallium_dri.so free 0x5571735d8780 void 0.000126
+gallium_dri.so malloc 72 0x5571735d8970 0.000117
+gallium_dri.so free 0x5571735d89c0 void 0.000113
+gallium_dri.so free 0x5571735d8970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8970 0.000113
+gallium_dri.so free 0x5571735d8ac0 void 0.000114
+gallium_dri.so free 0x5571735d8970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8a70 0.000112
+gallium_dri.so free 0x5571735d8b80 void 0.000114
+gallium_dri.so free 0x5571735d8a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8b30 0.000113
+gallium_dri.so free 0x5571735d8bc0 void 0.000114
+gallium_dri.so free 0x5571735d8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8b30 0.000113
+gallium_dri.so free 0x5571735d8c80 void 0.000113
+gallium_dri.so free 0x5571735d8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8cc0 0.000114
+gallium_dri.so free 0x5571735d8d40 void 0.000114
+gallium_dri.so free 0x5571735d8cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8d40 0.000113
+gallium_dri.so free 0x5571735d8e00 void 0.000114
+gallium_dri.so free 0x5571735d8d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8d40 0.000114
+gallium_dri.so free 0x5571735d8ec0 void 0.000114
+gallium_dri.so free 0x5571735d8d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8ee0 0.000116
+gallium_dri.so free 0x5571735d8f80 void 0.000114
+gallium_dri.so free 0x5571735d8ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8f30 0.000180
+gallium_dri.so free 0x5571735d9000 void 0.000116
+gallium_dri.so free 0x5571735d8f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8f30 0.000113
+gallium_dri.so free 0x557173451dc0 void 0.000113
+gallium_dri.so free 0x5571735d8f30 void 0.000113
+gallium_dri.so malloc 72 0x557173451dc0 0.000115
+gallium_dri.so free 0x557173451e80 void 0.000114
+gallium_dri.so free 0x557173451dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173451dc0 0.000113
+gallium_dri.so free 0x557173451f40 void 0.000113
+gallium_dri.so free 0x557173451dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173451dc0 0.000142
+gallium_dri.so free 0x557173452000 void 0.000115
+gallium_dri.so free 0x557173451dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173451fb0 0.000114
+gallium_dri.so free 0x5571734520c0 void 0.000115
+gallium_dri.so free 0x557173451fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173452070 0.000113
+gallium_dri.so free 0x557173452140 void 0.000114
+gallium_dri.so free 0x557173452070 void 0.000117
+gallium_dri.so malloc 72 0x557173452190 0.000114
+gallium_dri.so free 0x557173452200 void 0.000114
+gallium_dri.so free 0x557173452190 void 0.000113
+gallium_dri.so malloc 72 0x557173452220 0.000113
+gallium_dri.so free 0x5571734522c0 void 0.000113
+gallium_dri.so free 0x557173452220 void 0.000114
+gallium_dri.so malloc 72 0x557173452270 0.000128
+gallium_dri.so free 0x557173452340 void 0.000115
+gallium_dri.so free 0x557173452270 void 0.000113
+gallium_dri.so malloc 72 0x557173452270 0.000114
+gallium_dri.so free 0x5571734523c0 void 0.000114
+gallium_dri.so free 0x557173452270 void 0.000113
+gallium_dri.so malloc 72 0x5571734523c0 0.000112
+gallium_dri.so free 0x557173452480 void 0.000114
+gallium_dri.so free 0x5571734523c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734523c0 0.000112
+gallium_dri.so free 0x557173452580 void 0.000114
+gallium_dri.so free 0x5571734523c0 void 0.000113
+gallium_dri.so malloc 72 0x557173452530 0.000113
+gallium_dri.so free 0x5571734525c0 void 0.000113
+gallium_dri.so free 0x557173452530 void 0.000115
+gallium_dri.so malloc 72 0x557173452530 0.000113
+gallium_dri.so free 0x557173452680 void 0.000133
+gallium_dri.so free 0x557173452530 void 0.000114
+gallium_dri.so malloc 72 0x5571734526c0 0.000113
+gallium_dri.so free 0x557173452740 void 0.000115
+gallium_dri.so free 0x5571734526c0 void 0.000112
+gallium_dri.so malloc 72 0x557173452740 0.000113
+gallium_dri.so free 0x557173452800 void 0.000114
+gallium_dri.so free 0x557173452740 void 0.000112
+gallium_dri.so malloc 72 0x557173452740 0.000113
+gallium_dri.so free 0x557173452880 void 0.000114
+gallium_dri.so free 0x557173452740 void 0.000122
+gallium_dri.so malloc 72 0x5571734528b0 0.000127
+gallium_dri.so free 0x557173452900 void 0.000115
+gallium_dri.so free 0x5571734528b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734528b0 0.000113
+gallium_dri.so free 0x557173452a00 void 0.000114
+gallium_dri.so free 0x5571734528b0 void 0.000113
+gallium_dri.so malloc 72 0x557173452a40 0.000114
+gallium_dri.so free 0x557173452ac0 void 0.000114
+gallium_dri.so free 0x557173452a40 void 0.000113
+gallium_dri.so malloc 72 0x557173452ac0 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x557173452ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173452ac0 0.000112
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x557173452ac0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d8b0 0.000114
+gallium_dri.so free 0x55717358d900 void 0.000116
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d8b0 0.000113
+gallium_dri.so free 0x55717358da00 void 0.000113
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9b0 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358da70 0.000113
+gallium_dri.so free 0x55717358db40 void 0.000113
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000191
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x55717358da70 void 0.000114
+gallium_dri.so malloc 72 0x55717358da70 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000116
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc70 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so free 0x55717358dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd90 0.000113
+gallium_dri.so free 0x55717358de00 void 0.000118
+gallium_dri.so free 0x55717358dd90 void 0.000114
+gallium_dri.so malloc 72 0x55717358de20 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358de20 void 0.000113
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000113
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358df40 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so free 0x55717358df40 void 0.000112
+gallium_dri.so malloc 72 0x55717358df40 0.000114
+gallium_dri.so free 0x55717358e080 void 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000114
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so free 0x55717358e080 void 0.000114
+gallium_dri.so malloc 72 0x55717358e080 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so malloc 72 0x55717358e270 0.000112
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e270 void 0.000113
+gallium_dri.so malloc 72 0x55717358e390 0.000112
+gallium_dri.so free 0x55717358e400 void 0.000114
+gallium_dri.so free 0x55717358e390 void 0.000113
+gallium_dri.so malloc 72 0x55717358e440 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so free 0x55717358e440 void 0.000112
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so free 0x55717358e440 void 0.000113
+gallium_dri.so malloc 72 0x55717358e570 0.000115
+gallium_dri.so free 0x55717358e5c0 void 0.000119
+gallium_dri.so free 0x55717358e570 void 0.000114
+gallium_dri.so malloc 72 0x55717358e570 0.000116
+gallium_dri.so free 0x5571735e7340 void 0.000115
+gallium_dri.so free 0x55717358e570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7390 0.000113
+gallium_dri.so free 0x5571735e7400 void 0.000115
+gallium_dri.so free 0x5571735e7390 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7420 0.000113
+gallium_dri.so free 0x5571735e74c0 void 0.000136
+gallium_dri.so free 0x5571735e7420 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7470 0.000113
+gallium_dri.so free 0x5571735e7540 void 0.000115
+gallium_dri.so free 0x5571735e7470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7470 0.000114
+gallium_dri.so free 0x5571735e7640 void 0.000115
+gallium_dri.so free 0x5571735e7470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e75f0 0.000113
+gallium_dri.so free 0x5571735e76c0 void 0.000113
+gallium_dri.so free 0x5571735e75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7710 0.000113
+gallium_dri.so free 0x5571735e7780 void 0.000114
+gallium_dri.so free 0x5571735e7710 void 0.000114
+gallium_dri.so malloc 72 0x5571735e77a0 0.000113
+gallium_dri.so free 0x5571735e7840 void 0.000114
+gallium_dri.so free 0x5571735e77a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e77f0 0.000114
+gallium_dri.so free 0x5571735e78c0 void 0.000114
+gallium_dri.so free 0x5571735e77f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e77f0 0.000114
+gallium_dri.so free 0x5571735e7940 void 0.000114
+gallium_dri.so free 0x5571735e77f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7940 0.000114
+gallium_dri.so free 0x5571735e7a00 void 0.000113
+gallium_dri.so free 0x5571735e7940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7940 0.000114
+gallium_dri.so free 0x5571735e7b00 void 0.000139
+gallium_dri.so free 0x5571735e7940 void 0.000123
+gallium_dri.so malloc 72 0x5571735e7940 0.000114
+gallium_dri.so free 0x5571735e7b80 void 0.000113
+gallium_dri.so free 0x5571735e7940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7bb0 0.000114
+gallium_dri.so free 0x5571735e7c00 void 0.000113
+gallium_dri.so free 0x5571735e7bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7bb0 0.000114
+gallium_dri.so free 0x5571735e7d00 void 0.000113
+gallium_dri.so free 0x5571735e7bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000113
+gallium_dri.so free 0x5571735e7dc0 void 0.000112
+gallium_dri.so free 0x5571735e7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7d70 0.000114
+gallium_dri.so free 0x5571735e7e00 void 0.000113
+gallium_dri.so free 0x5571735e7d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d70 0.000113
+gallium_dri.so free 0x5571735e7ec0 void 0.000114
+gallium_dri.so free 0x5571735e7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7f10 0.000113
+gallium_dri.so free 0x5571735e7f80 void 0.000114
+gallium_dri.so free 0x5571735e7f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7fc0 0.000113
+gallium_dri.so free 0x5571735e8040 void 0.000113
+gallium_dri.so free 0x5571735e7fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8040 0.000113
+gallium_dri.so free 0x5571735e8100 void 0.000114
+gallium_dri.so free 0x5571735e8040 void 0.000123
+gallium_dri.so malloc 72 0x5571735e8040 0.000115
+gallium_dri.so free 0x5571735e8180 void 0.000114
+gallium_dri.so free 0x5571735e8040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e81b0 0.000114
+gallium_dri.so free 0x5571735e8280 void 0.000113
+gallium_dri.so free 0x5571735e81b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e82c0 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000114
+gallium_dri.so free 0x5571735e82c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8340 0.000115
+gallium_dri.so free 0x5571735e8400 void 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8340 0.000113
+gallium_dri.so free 0x5571735e8480 void 0.000118
+gallium_dri.so free 0x5571735e8340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e8340 0.000114
+gallium_dri.so free 0x5571735e8540 void 0.000113
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8340 0.000112
+gallium_dri.so free 0x5571735e8600 void 0.000114
+gallium_dri.so free 0x5571735e8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e85b0 0.000115
+gallium_dri.so free 0x5571735e8680 void 0.000114
+gallium_dri.so free 0x5571735e85b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e86d0 0.000113
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so free 0x5571735e86d0 void 0.000175
+gallium_dri.so malloc 72 0x5571735e8760 0.000114
+gallium_dri.so free 0x5571735e8800 void 0.000115
+gallium_dri.so free 0x5571735e8760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e87b0 0.000119
+gallium_dri.so free 0x5571735e8880 void 0.000123
+gallium_dri.so free 0x5571735e87b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e87b0 0.000118
+gallium_dri.so free 0x5571735e8980 void 0.000115
+gallium_dri.so free 0x5571735e87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8930 0.000114
+gallium_dri.so free 0x5571735e8a00 void 0.000114
+gallium_dri.so free 0x5571735e8930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8a50 0.000114
+gallium_dri.so free 0x5571735e8ac0 void 0.000113
+gallium_dri.so free 0x5571735e8a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8ae0 0.000117
+gallium_dri.so free 0x5571735e8b80 void 0.000114
+gallium_dri.so free 0x5571735e8ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8b30 0.000112
+gallium_dri.so free 0x5571735e8c00 void 0.000115
+gallium_dri.so free 0x5571735e8b30 void 0.000140
+gallium_dri.so malloc 72 0x5571735e8b30 0.000114
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so free 0x5571735e8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8c80 0.000115
+gallium_dri.so free 0x5571735e8d40 void 0.000119
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8c80 0.000114
+gallium_dri.so free 0x5571735e8e40 void 0.000114
+gallium_dri.so free 0x5571735e8c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8c80 0.000112
+gallium_dri.so free 0x5571735e8ec0 void 0.000113
+gallium_dri.so free 0x5571735e8c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000112
+gallium_dri.so free 0x5571735e8f40 void 0.000114
+gallium_dri.so free 0x5571735e8ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000112
+gallium_dri.so free 0x5571735e9040 void 0.000116
+gallium_dri.so free 0x5571735e8ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000113
+gallium_dri.so free 0x5571735e9100 void 0.000113
+gallium_dri.so free 0x5571735e8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e90b0 0.000114
+gallium_dri.so free 0x5571735e9140 void 0.000116
+gallium_dri.so free 0x5571735e90b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e90b0 0.000114
+gallium_dri.so free 0x5571735e9200 void 0.000114
+gallium_dri.so free 0x5571735e90b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9250 0.000114
+gallium_dri.so free 0x5571735e92c0 void 0.000113
+gallium_dri.so free 0x5571735e9250 void 0.000114
+gallium_dri.so malloc 72 0x5571735e9300 0.000114
+gallium_dri.so free 0x5571735e9380 void 0.000113
+gallium_dri.so free 0x5571735e9300 void 0.000134
+gallium_dri.so malloc 72 0x5571735e9380 0.000117
+gallium_dri.so free 0x5571735e9440 void 0.000115
+gallium_dri.so free 0x5571735e9380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e9380 0.000113
+gallium_dri.so free 0x5571735e94c0 void 0.000113
+gallium_dri.so free 0x5571735e9380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e94f0 0.000111
+gallium_dri.so free 0x5571735e9540 void 0.000112
+gallium_dri.so free 0x5571735e94f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e94f0 0.000112
+gallium_dri.so free 0x5571735e9640 void 0.000116
+gallium_dri.so free 0x5571735e94f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e95f0 0.000118
+gallium_dri.so free 0x5571735b0b00 void 0.000113
+gallium_dri.so free 0x5571735e95f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0b40 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000212
+gallium_dri.so free 0x5571735b0b40 void 0.000166
+gallium_dri.so malloc 72 0x5571735b0b40 0.000161
+gallium_dri.so free 0x5571735e9700 void 0.000126
+gallium_dri.so free 0x5571735b0b40 void 0.000128
+gallium_dri.so malloc 72 0x5571735e96b0 0.000123
+gallium_dri.so free 0x5571735b0c40 void 0.000118
+gallium_dri.so free 0x5571735e96b0 void 0.000193
+gallium_dri.so malloc 72 0x5571735b0c80 0.000120
+gallium_dri.so free 0x5571735b0d00 void 0.000126
+gallium_dri.so free 0x5571735b0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0d00 0.000114
+gallium_dri.so free 0x5571735b0dc0 void 0.000120
+gallium_dri.so free 0x5571735b0d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0d00 0.000118
+gallium_dri.so free 0x5571735b0e40 void 0.000125
+gallium_dri.so free 0x5571735b0d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0e70 0.000161
+gallium_dri.so free 0x5571735b0ec0 void 0.000124
+gallium_dri.so free 0x5571735b0e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0e70 0.000123
+gallium_dri.so free 0x5571735b0fc0 void 0.000123
+gallium_dri.so free 0x5571735b0e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1000 0.000120
+gallium_dri.so free 0x5571735b1080 void 0.000121
+gallium_dri.so free 0x5571735b1000 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1080 0.000122
+gallium_dri.so free 0x5571735b1140 void 0.000118
+gallium_dri.so free 0x5571735b1080 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1080 0.000128
+gallium_dri.so free 0x5571735b11c0 void 0.000121
+gallium_dri.so free 0x5571735b1080 void 0.000124
+gallium_dri.so malloc 72 0x5571735b11f0 0.000123
+gallium_dri.so free 0x5571735b1240 void 0.000118
+gallium_dri.so free 0x5571735b11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b11f0 0.000112
+gallium_dri.so free 0x5571735b1340 void 0.000114
+gallium_dri.so free 0x5571735b11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b12f0 0.000125
+gallium_dri.so free 0x5571735b1400 void 0.000127
+gallium_dri.so free 0x5571735b12f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b13b0 0.000123
+gallium_dri.so free 0x5571735b1480 void 0.000124
+gallium_dri.so free 0x5571735b13b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b13b0 0.000125
+gallium_dri.so free 0x5571735b1540 void 0.000125
+gallium_dri.so free 0x5571735b13b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b13b0 0.000123
+gallium_dri.so free 0x5571735b1600 void 0.000123
+gallium_dri.so free 0x5571735b13b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b15b0 0.000123
+gallium_dri.so free 0x5571735b1680 void 0.000123
+gallium_dri.so free 0x5571735b15b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b16d0 0.000124
+gallium_dri.so free 0x5571735b1740 void 0.000127
+gallium_dri.so free 0x5571735b16d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1760 0.000124
+gallium_dri.so free 0x5571735b1800 void 0.000122
+gallium_dri.so free 0x5571735b1760 void 0.000123
+gallium_dri.so malloc 72 0x5571735b17b0 0.000123
+gallium_dri.so free 0x5571735b1880 void 0.000124
+gallium_dri.so free 0x5571735b17b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1880 0.000124
+gallium_dri.so free 0x5571735b1940 void 0.000123
+gallium_dri.so free 0x5571735b1880 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1880 0.000123
+gallium_dri.so free 0x5571735b19c0 void 0.000123
+gallium_dri.so free 0x5571735b1880 void 0.000122
+gallium_dri.so malloc 72 0x5571735b19c0 0.000124
+gallium_dri.so free 0x5571735b1a80 void 0.000124
+gallium_dri.so free 0x5571735b19c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b19c0 0.000124
+gallium_dri.so free 0x5571735b1b40 void 0.000125
+gallium_dri.so free 0x5571735b19c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b19c0 0.000123
+gallium_dri.so free 0x5571735b1c00 void 0.000123
+gallium_dri.so free 0x5571735b19c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000124
+gallium_dri.so free 0x5571735b1c80 void 0.000137
+gallium_dri.so free 0x5571735b1bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b1cd0 0.000130
+gallium_dri.so free 0x5571735b1d40 void 0.000136
+gallium_dri.so free 0x5571735b1cd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b1d80 0.000126
+gallium_dri.so free 0x5571735b1e00 void 0.000127
+gallium_dri.so free 0x5571735b1d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1d80 0.000127
+gallium_dri.so free 0x5571735b1e80 void 0.000128
+gallium_dri.so free 0x5571735b1d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1eb0 0.000127
+gallium_dri.so free 0x5571735b1f00 void 0.000129
+gallium_dri.so free 0x5571735b1eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1eb0 0.000126
+gallium_dri.so free 0x5571735b2000 void 0.000123
+gallium_dri.so free 0x5571735b1eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000125
+gallium_dri.so free 0x5571735b20c0 void 0.000126
+gallium_dri.so free 0x5571735b1fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2070 0.000123
+gallium_dri.so free 0x5571735b3440 void 0.000125
+gallium_dri.so free 0x5571735b2070 void 0.000126
+gallium_dri.so malloc 72 0x5571735b33f0 0.000126
+gallium_dri.so free 0x5571735b34c0 void 0.000126
+gallium_dri.so free 0x5571735b33f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735b33f0 0.000122
+gallium_dri.so free 0x5571735b35c0 void 0.000123
+gallium_dri.so free 0x5571735b33f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b3570 0.000121
+gallium_dri.so free 0x5571735b3640 void 0.000121
+gallium_dri.so free 0x5571735b3570 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3690 0.000122
+gallium_dri.so free 0x5571735b3700 void 0.000123
+gallium_dri.so free 0x5571735b3690 void 0.000122
+gallium_dri.so malloc 72 0x5571735b3720 0.000121
+gallium_dri.so free 0x5571735b37c0 void 0.000123
+gallium_dri.so free 0x5571735b3720 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3770 0.000121
+gallium_dri.so free 0x5571735b3840 void 0.000122
+gallium_dri.so free 0x5571735b3770 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3770 0.000121
+gallium_dri.so free 0x5571735b38c0 void 0.000121
+gallium_dri.so free 0x5571735b3770 void 0.000120
+gallium_dri.so malloc 72 0x5571735b38c0 0.000165
+gallium_dri.so free 0x5571735b3980 void 0.000182
+gallium_dri.so free 0x5571735b38c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735b38c0 0.000129
+gallium_dri.so free 0x5571735b3a80 void 0.000128
+gallium_dri.so free 0x5571735b38c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735b38c0 0.000128
+gallium_dri.so free 0x5571735b3b00 void 0.000127
+gallium_dri.so free 0x5571735b38c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3b30 0.000127
+gallium_dri.so free 0x5571735b3b80 void 0.000127
+gallium_dri.so free 0x5571735b3b30 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3b30 0.000127
+gallium_dri.so free 0x5571735b3c80 void 0.000127
+gallium_dri.so free 0x5571735b3b30 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3c30 0.000127
+gallium_dri.so free 0x5571735b3d40 void 0.000127
+gallium_dri.so free 0x5571735b3c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000126
+gallium_dri.so free 0x5571735b3d80 void 0.000128
+gallium_dri.so free 0x5571735b3cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3cf0 0.000128
+gallium_dri.so free 0x5571735b3e40 void 0.000126
+gallium_dri.so free 0x5571735b3cf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735b3e90 0.000122
+gallium_dri.so free 0x5571735b3f00 void 0.000122
+gallium_dri.so free 0x5571735b3e90 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3f40 0.000122
+gallium_dri.so free 0x5571735b3fc0 void 0.000123
+gallium_dri.so free 0x5571735b3f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000130
+gallium_dri.so free 0x5571735b4080 void 0.000121
+gallium_dri.so free 0x5571735b3fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000148
+gallium_dri.so free 0x5571735b4100 void 0.000123
+gallium_dri.so free 0x5571735b3fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4130 0.000122
+gallium_dri.so free 0x5571735b4180 void 0.000121
+gallium_dri.so free 0x5571735b4130 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4130 0.000121
+gallium_dri.so free 0x5571735b4280 void 0.000122
+gallium_dri.so free 0x5571735b4130 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4230 0.000120
+gallium_dri.so free 0x5571735b4340 void 0.000122
+gallium_dri.so free 0x5571735b4230 void 0.000120
+gallium_dri.so malloc 72 0x5571735b42f0 0.000121
+gallium_dri.so free 0x5571735b43c0 void 0.000122
+gallium_dri.so free 0x5571735b42f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b43e0 0.000121
+gallium_dri.so free 0x5571735b4480 void 0.000121
+gallium_dri.so free 0x5571735b43e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4430 0.000145
+gallium_dri.so free 0x5571735b4500 void 0.000123
+gallium_dri.so free 0x5571735b4430 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4430 0.000122
+gallium_dri.so free 0x5571735b4580 void 0.000198
+gallium_dri.so free 0x5571735b4430 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4580 0.000122
+gallium_dri.so free 0x5571735b4640 void 0.000121
+gallium_dri.so free 0x5571735b4580 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4580 0.000120
+gallium_dri.so free 0x5571735b4700 void 0.000121
+gallium_dri.so free 0x5571735b4580 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4580 0.000120
+gallium_dri.so free 0x5571735b47c0 void 0.000121
+gallium_dri.so free 0x5571735b4580 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4770 0.000122
+gallium_dri.so free 0x5571735b47c0 void 0.000122
+gallium_dri.so free 0x5571735b4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4770 0.000121
+gallium_dri.so free 0x5571735b48c0 void 0.000121
+gallium_dri.so free 0x5571735b4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4870 0.000123
+gallium_dri.so free 0x5571735b4980 void 0.000123
+gallium_dri.so free 0x5571735b4870 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4930 0.000122
+gallium_dri.so free 0x5571735b49c0 void 0.000122
+gallium_dri.so free 0x5571735b4930 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4930 0.000120
+gallium_dri.so free 0x5571735b4a80 void 0.000121
+gallium_dri.so free 0x5571735b4930 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4ac0 0.000121
+gallium_dri.so free 0x5571735b4b40 void 0.000120
+gallium_dri.so free 0x5571735b4ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4b40 0.000120
+gallium_dri.so free 0x557173453000 void 0.000122
+gallium_dri.so free 0x5571735b4b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4b40 0.000121
+gallium_dri.so free 0x5571734530c0 void 0.000120
+gallium_dri.so free 0x5571735b4b40 void 0.000127
+gallium_dri.so malloc 72 0x5571734530e0 0.000123
+gallium_dri.so free 0x557173453180 void 0.000122
+gallium_dri.so free 0x5571734530e0 void 0.000120
+gallium_dri.so malloc 72 0x557173453130 0.000120
+gallium_dri.so free 0x5571735b4c00 void 0.000122
+gallium_dri.so free 0x557173453130 void 0.000120
+gallium_dri.so malloc 72 0x557173453130 0.000123
+gallium_dri.so free 0x557173453200 void 0.000121
+gallium_dri.so free 0x557173453130 void 0.000122
+gallium_dri.so malloc 72 0x557173453200 0.000121
+gallium_dri.so free 0x5571734532c0 void 0.000121
+gallium_dri.so free 0x557173453200 void 0.000121
+gallium_dri.so malloc 72 0x557173453200 0.000122
+gallium_dri.so free 0x557173453340 void 0.000122
+gallium_dri.so free 0x557173453200 void 0.000120
+gallium_dri.so malloc 72 0x557173453370 0.000128
+gallium_dri.so free 0x5571734533c0 void 0.000126
+gallium_dri.so free 0x557173453370 void 0.000123
+gallium_dri.so malloc 72 0x5571734533c0 0.000121
+gallium_dri.so free 0x557173453480 void 0.000121
+gallium_dri.so free 0x5571734533c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734533c0 0.000122
+gallium_dri.so free 0x557173453580 void 0.000123
+gallium_dri.so free 0x5571734533c0 void 0.000121
+gallium_dri.so malloc 72 0x557173453530 0.000121
+gallium_dri.so free 0x557173453640 void 0.000122
+gallium_dri.so free 0x557173453530 void 0.000122
+gallium_dri.so malloc 72 0x5571734535f0 0.000121
+gallium_dri.so free 0x557173453680 void 0.000121
+gallium_dri.so free 0x5571734535f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734535f0 0.000121
+gallium_dri.so free 0x557173453740 void 0.000121
+gallium_dri.so free 0x5571734535f0 void 0.000119
+gallium_dri.so malloc 72 0x557173453780 0.000121
+gallium_dri.so free 0x557173453800 void 0.000121
+gallium_dri.so free 0x557173453780 void 0.000122
+gallium_dri.so malloc 72 0x557173453800 0.000120
+gallium_dri.so free 0x5571734538c0 void 0.000122
+gallium_dri.so free 0x557173453800 void 0.000120
+gallium_dri.so malloc 72 0x557173453800 0.000122
+gallium_dri.so free 0x557173453940 void 0.000121
+gallium_dri.so free 0x557173453800 void 0.000196
+gallium_dri.so malloc 72 0x557173453800 0.000123
+gallium_dri.so free 0x557173453a00 void 0.000121
+gallium_dri.so free 0x557173453800 void 0.000121
+gallium_dri.so malloc 72 0x557173453800 0.000122
+gallium_dri.so free 0x557173453ac0 void 0.000120
+gallium_dri.so free 0x557173453800 void 0.000120
+gallium_dri.so malloc 72 0x557173453a70 0.000112
+gallium_dri.so free 0x557173453b40 void 0.000122
+gallium_dri.so free 0x557173453a70 void 0.000123
+gallium_dri.so malloc 72 0x557173453b90 0.000121
+gallium_dri.so free 0x557173453c00 void 0.000123
+gallium_dri.so free 0x557173453b90 void 0.000121
+gallium_dri.so malloc 72 0x557173453c20 0.000120
+gallium_dri.so free 0x557173453cc0 void 0.000122
+gallium_dri.so free 0x557173453c20 void 0.000121
+gallium_dri.so malloc 72 0x557173453c70 0.000121
+gallium_dri.so free 0x557173453d40 void 0.000121
+gallium_dri.so free 0x557173453c70 void 0.000121
+gallium_dri.so malloc 72 0x557173453c70 0.000120
+gallium_dri.so free 0x557173453e40 void 0.000121
+gallium_dri.so free 0x557173453c70 void 0.000120
+gallium_dri.so malloc 72 0x557173453df0 0.000121
+gallium_dri.so free 0x557173453ec0 void 0.000121
+gallium_dri.so free 0x557173453df0 void 0.000196
+gallium_dri.so malloc 72 0x557173453f10 0.000147
+gallium_dri.so free 0x557173453f80 void 0.000140
+gallium_dri.so free 0x557173453f10 void 0.000133
+gallium_dri.so malloc 72 0x557173453fa0 0.000122
+gallium_dri.so free 0x557173454040 void 0.000144
+gallium_dri.so free 0x557173453fa0 void 0.000131
+gallium_dri.so malloc 72 0x557173453ff0 0.000123
+gallium_dri.so free 0x5571734540c0 void 0.000122
+gallium_dri.so free 0x557173453ff0 void 0.000122
+gallium_dri.so malloc 72 0x557173453ff0 0.000121
+gallium_dri.so free 0x557173454140 void 0.000122
+gallium_dri.so free 0x557173453ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173454140 0.000122
+gallium_dri.so free 0x557173454200 void 0.000123
+gallium_dri.so free 0x557173454140 void 0.000121
+gallium_dri.so malloc 72 0x557173454140 0.000134
+gallium_dri.so free 0x557173454300 void 0.000123
+gallium_dri.so free 0x557173454140 void 0.000121
+gallium_dri.so malloc 72 0x557173454140 0.000122
+gallium_dri.so free 0x557173454380 void 0.000122
+gallium_dri.so free 0x557173454140 void 0.000122
+gallium_dri.so malloc 72 0x5571734543b0 0.000120
+gallium_dri.so free 0x557173454400 void 0.000120
+gallium_dri.so free 0x5571734543b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734543b0 0.000132
+gallium_dri.so free 0x557173454500 void 0.000124
+gallium_dri.so free 0x5571734543b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734544b0 0.000122
+gallium_dri.so free 0x5571734545c0 void 0.000122
+gallium_dri.so free 0x5571734544b0 void 0.000122
+gallium_dri.so malloc 72 0x557173454570 0.000122
+gallium_dri.so free 0x557173454600 void 0.000122
+gallium_dri.so free 0x557173454570 void 0.000122
+gallium_dri.so malloc 72 0x557173454570 0.000122
+gallium_dri.so free 0x5571734546c0 void 0.000122
+gallium_dri.so free 0x557173454570 void 0.000121
+gallium_dri.so malloc 72 0x557173454710 0.000121
+gallium_dri.so free 0x557173454780 void 0.000121
+gallium_dri.so free 0x557173454710 void 0.000123
+gallium_dri.so malloc 72 0x5571734547c0 0.000121
+gallium_dri.so free 0x557173454840 void 0.000121
+gallium_dri.so free 0x5571734547c0 void 0.000121
+gallium_dri.so malloc 72 0x557173454840 0.000121
+gallium_dri.so free 0x557173454900 void 0.000122
+gallium_dri.so free 0x557173454840 void 0.000122
+gallium_dri.so malloc 72 0x557173454840 0.000122
+gallium_dri.so free 0x557173454980 void 0.000121
+gallium_dri.so free 0x557173454840 void 0.000120
+gallium_dri.so malloc 72 0x5571734549b0 0.000122
+gallium_dri.so free 0x557173454a00 void 0.000123
+gallium_dri.so free 0x5571734549b0 void 0.000163
+gallium_dri.so malloc 72 0x5571734549b0 0.000164
+gallium_dri.so free 0x557173454b00 void 0.000163
+gallium_dri.so free 0x5571734549b0 void 0.000163
+gallium_dri.so malloc 72 0x557173454ab0 0.000163
+gallium_dri.so free 0x557173454bc0 void 0.000164
+gallium_dri.so free 0x557173454ab0 void 0.000163
+gallium_dri.so malloc 72 0x557173454b70 0.000164
+gallium_dri.so free 0x557173454c40 void 0.000162
+gallium_dri.so free 0x557173454b70 void 0.000162
+gallium_dri.so malloc 72 0x557173454c60 0.000140
+gallium_dri.so free 0x557173454d00 void 0.000137
+gallium_dri.so free 0x557173454c60 void 0.000134
+gallium_dri.so malloc 72 0x557173454cb0 0.000133
+gallium_dri.so free 0x557173454d80 void 0.000135
+gallium_dri.so free 0x557173454cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173454cb0 0.000133
+gallium_dri.so free 0x557173454e00 void 0.000141
+gallium_dri.so free 0x557173454cb0 void 0.000126
+gallium_dri.so malloc 72 0x557173454e00 0.000122
+gallium_dri.so free 0x557173454ec0 void 0.000121
+gallium_dri.so free 0x557173454e00 void 0.000128
+gallium_dri.so malloc 72 0x557173454e00 0.000120
+gallium_dri.so free 0x557173454f80 void 0.000121
+gallium_dri.so free 0x557173454e00 void 0.000122
+gallium_dri.so malloc 72 0x557173454e00 0.000127
+gallium_dri.so free 0x557173455040 void 0.000121
+gallium_dri.so free 0x557173454e00 void 0.000122
+gallium_dri.so malloc 72 0x557173454ff0 0.000120
+gallium_dri.so free 0x557173455040 void 0.000122
+gallium_dri.so free 0x557173454ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173454ff0 0.000120
+gallium_dri.so free 0x557173455140 void 0.000122
+gallium_dri.so free 0x557173454ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571734550f0 0.000120
+gallium_dri.so free 0x557173455200 void 0.000121
+gallium_dri.so free 0x5571734550f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734551b0 0.000121
+gallium_dri.so free 0x557173455240 void 0.000119
+gallium_dri.so free 0x5571734551b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734551b0 0.000120
+gallium_dri.so free 0x557173455300 void 0.000121
+gallium_dri.so free 0x5571734551b0 void 0.000120
+gallium_dri.so malloc 72 0x557173455340 0.000122
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so free 0x557173455340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3d40 0.000131
+gallium_dri.so free 0x5571735e3e00 void 0.000122
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3d40 0.000121
+gallium_dri.so free 0x5571735e3ec0 void 0.000121
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3ee0 0.000121
+gallium_dri.so free 0x5571735e3f80 void 0.000142
+gallium_dri.so free 0x5571735e3ee0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3f30 0.000120
+gallium_dri.so free 0x5571735e4000 void 0.000121
+gallium_dri.so free 0x5571735e3f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3f30 0.000120
+gallium_dri.so free 0x5571735e4080 void 0.000122
+gallium_dri.so free 0x5571735e3f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4080 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4080 0.000122
+gallium_dri.so free 0x5571735e4200 void 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4080 0.000121
+gallium_dri.so free 0x5571735e42c0 void 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4270 0.000121
+gallium_dri.so free 0x5571735e4380 void 0.000122
+gallium_dri.so free 0x5571735e4270 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4330 0.000121
+gallium_dri.so free 0x5571735e4400 void 0.000121
+gallium_dri.so free 0x5571735e4330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4450 0.000120
+gallium_dri.so free 0x5571735e44c0 void 0.000123
+gallium_dri.so free 0x5571735e4450 void 0.000121
+gallium_dri.so malloc 72 0x5571735e44e0 0.000120
+gallium_dri.so free 0x5571735e4580 void 0.000123
+gallium_dri.so free 0x5571735e44e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4530 0.000121
+gallium_dri.so free 0x5571735e4600 void 0.000122
+gallium_dri.so free 0x5571735e4530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4530 0.000135
+gallium_dri.so free 0x5571735e4680 void 0.000122
+gallium_dri.so free 0x5571735e4530 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4680 0.000121
+gallium_dri.so free 0x5571735e4740 void 0.000126
+gallium_dri.so free 0x5571735e4680 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4680 0.000120
+gallium_dri.so free 0x5571735e4840 void 0.000121
+gallium_dri.so free 0x5571735e4680 void 0.000121
+gallium_dri.so malloc 72 0x5571735e47f0 0.000120
+gallium_dri.so free 0x5571735e4880 void 0.000120
+gallium_dri.so free 0x5571735e47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e47f0 0.000132
+gallium_dri.so free 0x5571735e4940 void 0.000123
+gallium_dri.so free 0x5571735e47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4980 0.000121
+gallium_dri.so free 0x5571735e4a00 void 0.000122
+gallium_dri.so free 0x5571735e4980 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4a00 0.000120
+gallium_dri.so free 0x5571735e4ac0 void 0.000122
+gallium_dri.so free 0x5571735e4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4a00 0.000121
+gallium_dri.so free 0x5571735e4b40 void 0.000123
+gallium_dri.so free 0x5571735e4a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b70 0.000122
+gallium_dri.so free 0x5571735e4bc0 void 0.000121
+gallium_dri.so free 0x5571735e4b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4b70 0.000121
+gallium_dri.so free 0x5571735e4cc0 void 0.000121
+gallium_dri.so free 0x5571735e4b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4d00 0.000119
+gallium_dri.so free 0x5571735e4d80 void 0.000122
+gallium_dri.so free 0x5571735e4d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4d80 0.000120
+gallium_dri.so free 0x5571735e4e40 void 0.000123
+gallium_dri.so free 0x5571735e4d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4d80 0.000121
+gallium_dri.so free 0x5571735e4ec0 void 0.000120
+gallium_dri.so free 0x5571735e4d80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4ef0 0.000121
+gallium_dri.so free 0x5571735e4f40 void 0.000122
+gallium_dri.so free 0x5571735e4ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4ef0 0.000121
+gallium_dri.so free 0x5571735e5040 void 0.000120
+gallium_dri.so free 0x5571735e4ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000120
+gallium_dri.so free 0x5571735e5100 void 0.000123
+gallium_dri.so free 0x5571735e4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e50b0 0.000120
+gallium_dri.so free 0x5571735e5180 void 0.000122
+gallium_dri.so free 0x5571735e50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e50b0 0.000119
+gallium_dri.so free 0x5571735e5240 void 0.000122
+gallium_dri.so free 0x5571735e50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e50b0 0.000120
+gallium_dri.so free 0x5571735e5300 void 0.000121
+gallium_dri.so free 0x5571735e50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e52b0 0.000120
+gallium_dri.so free 0x5571735e5380 void 0.000120
+gallium_dri.so free 0x5571735e52b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e53d0 0.000121
+gallium_dri.so free 0x5571735e5440 void 0.000120
+gallium_dri.so free 0x5571735e53d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5460 0.000130
+gallium_dri.so free 0x5571735e5500 void 0.000122
+gallium_dri.so free 0x5571735e5460 void 0.000121
+gallium_dri.so malloc 72 0x5571735e54b0 0.000127
+gallium_dri.so free 0x5571735e5580 void 0.000122
+gallium_dri.so free 0x5571735e54b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e5580 0.000120
+gallium_dri.so free 0x5571735e5640 void 0.000130
+gallium_dri.so free 0x5571735e5580 void 0.000144
+gallium_dri.so malloc 72 0x5571735e5580 0.000123
+gallium_dri.so free 0x5571735e56c0 void 0.000121
+gallium_dri.so free 0x5571735e5580 void 0.000121
+gallium_dri.so malloc 72 0x5571735e56c0 0.000120
+gallium_dri.so free 0x5571735e5780 void 0.000122
+gallium_dri.so free 0x5571735e56c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e56c0 0.000120
+gallium_dri.so free 0x5571735e5840 void 0.000123
+gallium_dri.so free 0x5571735e56c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e56c0 0.000120
+gallium_dri.so free 0x5571735e5900 void 0.000121
+gallium_dri.so free 0x5571735e56c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e58b0 0.000120
+gallium_dri.so free 0x5571735e5980 void 0.000122
+gallium_dri.so free 0x5571735e58b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e59d0 0.000120
+gallium_dri.so free 0x5571735e5a40 void 0.000177
+gallium_dri.so free 0x5571735e59d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5a80 0.000123
+gallium_dri.so free 0x5571735e5b00 void 0.000122
+gallium_dri.so free 0x5571735e5a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5a80 0.000120
+gallium_dri.so free 0x5571735e5b80 void 0.000122
+gallium_dri.so free 0x5571735e5a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000120
+gallium_dri.so free 0x5571735e5c00 void 0.000120
+gallium_dri.so free 0x5571735e5bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000120
+gallium_dri.so free 0x5571735e5d00 void 0.000121
+gallium_dri.so free 0x5571735e5bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000121
+gallium_dri.so free 0x5571735e5dc0 void 0.000122
+gallium_dri.so free 0x5571735e5cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5d70 0.000120
+gallium_dri.so free 0x5571735e5e00 void 0.000121
+gallium_dri.so free 0x5571735e5d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5d70 0.000120
+gallium_dri.so free 0x5571735e5ec0 void 0.000121
+gallium_dri.so free 0x5571735e5d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5f30 0.000121
+gallium_dri.so free 0x5571735e5f80 void 0.000122
+gallium_dri.so free 0x5571735e5f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5f30 0.000128
+gallium_dri.so free 0x5571735e6080 void 0.000122
+gallium_dri.so free 0x5571735e5f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6030 0.000120
+gallium_dri.so free 0x5571735e6140 void 0.000120
+gallium_dri.so free 0x5571735e6030 void 0.000121
+gallium_dri.so malloc 72 0x5571735e60f0 0.000121
+gallium_dri.so free 0x5571735e6180 void 0.000121
+gallium_dri.so free 0x5571735e60f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e60f0 0.000121
+gallium_dri.so free 0x557173455400 void 0.000120
+gallium_dri.so free 0x5571735e60f0 void 0.000121
+gallium_dri.so malloc 72 0x557173455440 0.000122
+gallium_dri.so free 0x5571734554c0 void 0.000121
+gallium_dri.so free 0x557173455440 void 0.000121
+gallium_dri.so malloc 72 0x5571734554c0 0.000120
+gallium_dri.so free 0x557173455580 void 0.000121
+gallium_dri.so free 0x5571734554c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734554c0 0.000139
+gallium_dri.so free 0x557173455640 void 0.000122
+gallium_dri.so free 0x5571734554c0 void 0.000122
+gallium_dri.so malloc 72 0x557173455660 0.000122
+gallium_dri.so free 0x557173455700 void 0.000121
+gallium_dri.so free 0x557173455660 void 0.000120
+gallium_dri.so malloc 72 0x5571734556b0 0.000120
+gallium_dri.so free 0x557173455780 void 0.000132
+gallium_dri.so free 0x5571734556b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734556b0 0.000122
+gallium_dri.so free 0x557173455800 void 0.000121
+gallium_dri.so free 0x5571734556b0 void 0.000121
+gallium_dri.so malloc 72 0x557173455800 0.000120
+gallium_dri.so free 0x5571734558c0 void 0.000120
+gallium_dri.so free 0x557173455800 void 0.000123
+gallium_dri.so malloc 72 0x557173455800 0.000120
+gallium_dri.so free 0x557173455980 void 0.000121
+gallium_dri.so free 0x557173455800 void 0.000120
+gallium_dri.so malloc 72 0x557173455800 0.000120
+gallium_dri.so free 0x557173455a40 void 0.000120
+gallium_dri.so free 0x557173455800 void 0.000122
+gallium_dri.so malloc 72 0x5571734559f0 0.000121
+gallium_dri.so free 0x557173455b00 void 0.000122
+gallium_dri.so free 0x5571734559f0 void 0.000121
+gallium_dri.so malloc 72 0x557173455ab0 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000121
+gallium_dri.so free 0x557173455ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173455bd0 0.000122
+gallium_dri.so free 0x557173455c40 void 0.000122
+gallium_dri.so free 0x557173455bd0 void 0.000120
+gallium_dri.so malloc 72 0x557173455c60 0.000121
+gallium_dri.so free 0x557173455d00 void 0.000121
+gallium_dri.so free 0x557173455c60 void 0.000121
+gallium_dri.so malloc 72 0x557173455cb0 0.000167
+gallium_dri.so free 0x557173455d80 void 0.000122
+gallium_dri.so free 0x557173455cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173455cb0 0.000120
+gallium_dri.so free 0x557173455e00 void 0.000122
+gallium_dri.so free 0x557173455cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173455e00 0.000120
+gallium_dri.so free 0x557173455ec0 void 0.000120
+gallium_dri.so free 0x557173455e00 void 0.000131
+gallium_dri.so malloc 72 0x557173455e00 0.000137
+gallium_dri.so free 0x557173455fc0 void 0.000122
+gallium_dri.so free 0x557173455e00 void 0.000121
+gallium_dri.so malloc 72 0x557173455f70 0.000121
+gallium_dri.so free 0x557173456000 void 0.000120
+gallium_dri.so free 0x557173455f70 void 0.000124
+gallium_dri.so malloc 72 0x557173455f70 0.000121
+gallium_dri.so free 0x5571734560c0 void 0.000121
+gallium_dri.so free 0x557173455f70 void 0.000121
+gallium_dri.so malloc 72 0x557173456100 0.000120
+gallium_dri.so free 0x557173456180 void 0.000120
+gallium_dri.so free 0x557173456100 void 0.000120
+gallium_dri.so malloc 72 0x557173456180 0.000121
+gallium_dri.so free 0x557173456240 void 0.000122
+gallium_dri.so free 0x557173456180 void 0.000120
+gallium_dri.so malloc 72 0x557173456180 0.000119
+gallium_dri.so free 0x5571734562c0 void 0.000132
+gallium_dri.so free 0x557173456180 void 0.000121
+gallium_dri.so malloc 72 0x5571734562f0 0.000122
+gallium_dri.so free 0x557173456340 void 0.000120
+gallium_dri.so free 0x5571734562f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734562f0 0.000120
+gallium_dri.so free 0x557173456440 void 0.000131
+gallium_dri.so free 0x5571734562f0 void 0.000122
+gallium_dri.so malloc 72 0x557173456480 0.000119
+gallium_dri.so free 0x557173456500 void 0.000127
+gallium_dri.so free 0x557173456480 void 0.000121
+gallium_dri.so malloc 72 0x557173456500 0.000119
+gallium_dri.so free 0x5571734565c0 void 0.000121
+gallium_dri.so free 0x557173456500 void 0.000122
+gallium_dri.so malloc 72 0x557173456500 0.000120
+gallium_dri.so free 0x557173456640 void 0.000120
+gallium_dri.so free 0x557173456500 void 0.000122
+gallium_dri.so malloc 72 0x557173456670 0.000120
+gallium_dri.so free 0x5571734566c0 void 0.000121
+gallium_dri.so free 0x557173456670 void 0.000120
+gallium_dri.so malloc 72 0x557173456670 0.000120
+gallium_dri.so free 0x5571734567c0 void 0.000121
+gallium_dri.so free 0x557173456670 void 0.000120
+gallium_dri.so malloc 72 0x557173456770 0.000121
+gallium_dri.so free 0x557173456880 void 0.000121
+gallium_dri.so free 0x557173456770 void 0.000121
+gallium_dri.so malloc 72 0x557173456830 0.000124
+gallium_dri.so free 0x557173456900 void 0.000121
+gallium_dri.so free 0x557173456830 void 0.000120
+gallium_dri.so malloc 72 0x557173456830 0.000121
+gallium_dri.so free 0x5571734569c0 void 0.000122
+gallium_dri.so free 0x557173456830 void 0.000121
+gallium_dri.so malloc 72 0x557173456830 0.000120
+gallium_dri.so free 0x557173456a80 void 0.000123
+gallium_dri.so free 0x557173456830 void 0.000120
+gallium_dri.so malloc 72 0x557173456a30 0.000120
+gallium_dri.so free 0x557173456b00 void 0.000121
+gallium_dri.so free 0x557173456a30 void 0.000121
+gallium_dri.so malloc 72 0x557173456b50 0.000119
+gallium_dri.so free 0x557173456bc0 void 0.000120
+gallium_dri.so free 0x557173456b50 void 0.000120
+gallium_dri.so malloc 72 0x557173456be0 0.000119
+gallium_dri.so free 0x557173456c80 void 0.000122
+gallium_dri.so free 0x557173456be0 void 0.000120
+gallium_dri.so malloc 72 0x557173456c30 0.000120
+gallium_dri.so free 0x557173456d00 void 0.000120
+gallium_dri.so free 0x557173456c30 void 0.000119
+gallium_dri.so malloc 72 0x557173456d00 0.000120
+gallium_dri.so free 0x557173456dc0 void 0.000121
+gallium_dri.so free 0x557173456d00 void 0.000121
+gallium_dri.so malloc 72 0x557173456d00 0.000119
+gallium_dri.so free 0x557173456e40 void 0.000129
+gallium_dri.so free 0x557173456d00 void 0.000121
+gallium_dri.so malloc 72 0x557173456e40 0.000120
+gallium_dri.so free 0x557173456f00 void 0.000121
+gallium_dri.so free 0x557173456e40 void 0.000120
+gallium_dri.so malloc 72 0x557173456e40 0.000121
+gallium_dri.so free 0x557173456fc0 void 0.000121
+gallium_dri.so free 0x557173456e40 void 0.000120
+gallium_dri.so malloc 72 0x557173456e40 0.000120
+gallium_dri.so free 0x557173457080 void 0.000120
+gallium_dri.so free 0x557173456e40 void 0.000120
+gallium_dri.so malloc 72 0x557173457030 0.000121
+gallium_dri.so free 0x557173457100 void 0.000120
+gallium_dri.so free 0x557173457030 void 0.000120
+gallium_dri.so malloc 72 0x557173457150 0.000120
+gallium_dri.so free 0x5571734571c0 void 0.000121
+gallium_dri.so free 0x557173457150 void 0.000120
+gallium_dri.so malloc 72 0x557173457200 0.000121
+gallium_dri.so free 0x557173457280 void 0.000122
+gallium_dri.so free 0x557173457200 void 0.000138
+gallium_dri.so malloc 72 0x557173457200 0.000121
+gallium_dri.so free 0x557173457300 void 0.000120
+gallium_dri.so free 0x557173457200 void 0.000121
+gallium_dri.so malloc 72 0x557173457330 0.000120
+gallium_dri.so free 0x557173457380 void 0.000120
+gallium_dri.so free 0x557173457330 void 0.000126
+gallium_dri.so malloc 72 0x557173457330 0.000112
+gallium_dri.so free 0x557173457480 void 0.000122
+gallium_dri.so free 0x557173457330 void 0.000121
+gallium_dri.so malloc 72 0x557173457430 0.000120
+gallium_dri.so free 0x557173457540 void 0.000121
+gallium_dri.so free 0x557173457430 void 0.000121
+gallium_dri.so malloc 72 0x5571734574f0 0.000120
+gallium_dri.so free 0x557173457580 void 0.000120
+gallium_dri.so free 0x5571734574f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734574f0 0.000119
+gallium_dri.so free 0x557173457640 void 0.000143
+gallium_dri.so free 0x5571734574f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734576b0 0.000121
+gallium_dri.so free 0x557173457700 void 0.000120
+gallium_dri.so free 0x5571734576b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734576b0 0.000119
+gallium_dri.so free 0x557173457800 void 0.000121
+gallium_dri.so free 0x5571734576b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734577b0 0.000121
+gallium_dri.so free 0x5571734578c0 void 0.000121
+gallium_dri.so free 0x5571734577b0 void 0.000120
+gallium_dri.so malloc 72 0x557173457870 0.000120
+gallium_dri.so free 0x557173457900 void 0.000120
+gallium_dri.so free 0x557173457870 void 0.000120
+gallium_dri.so malloc 72 0x557173457870 0.000120
+gallium_dri.so free 0x5571734579c0 void 0.000180
+gallium_dri.so free 0x557173457870 void 0.000122
+gallium_dri.so malloc 72 0x557173457a00 0.000120
+gallium_dri.so free 0x557173457a80 void 0.000121
+gallium_dri.so free 0x557173457a00 void 0.000119
+gallium_dri.so malloc 72 0x557173457a80 0.000120
+gallium_dri.so free 0x557173457b40 void 0.000120
+gallium_dri.so free 0x557173457a80 void 0.000121
+gallium_dri.so malloc 72 0x557173457a80 0.000120
+gallium_dri.so free 0x557173457c00 void 0.000121
+gallium_dri.so free 0x557173457a80 void 0.000120
+gallium_dri.so malloc 72 0x557173457c20 0.000120
+gallium_dri.so free 0x557173457cc0 void 0.000120
+gallium_dri.so free 0x557173457c20 void 0.000120
+gallium_dri.so malloc 72 0x557173457c70 0.000121
+gallium_dri.so free 0x557173457d40 void 0.000121
+gallium_dri.so free 0x557173457c70 void 0.000121
+gallium_dri.so malloc 72 0x557173457c70 0.000120
+gallium_dri.so free 0x557173457dc0 void 0.000120
+gallium_dri.so free 0x557173457c70 void 0.000122
+gallium_dri.so malloc 72 0x557173457dc0 0.000120
+gallium_dri.so free 0x557173457e80 void 0.000123
+gallium_dri.so free 0x557173457dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173457dc0 0.000120
+gallium_dri.so free 0x557173457f40 void 0.000121
+gallium_dri.so free 0x557173457dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173457dc0 0.000154
+gallium_dri.so free 0x557173458000 void 0.000124
+gallium_dri.so free 0x557173457dc0 void 0.000121
+gallium_dri.so malloc 72 0x557173457fb0 0.000120
+gallium_dri.so free 0x5571734580c0 void 0.000121
+gallium_dri.so free 0x557173457fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173458070 0.000138
+gallium_dri.so free 0x557173458140 void 0.000122
+gallium_dri.so free 0x557173458070 void 0.000121
+gallium_dri.so malloc 72 0x557173458190 0.000120
+gallium_dri.so free 0x557173458200 void 0.000120
+gallium_dri.so free 0x557173458190 void 0.000121
+gallium_dri.so malloc 72 0x557173458220 0.000119
+gallium_dri.so free 0x5571734582c0 void 0.000122
+gallium_dri.so free 0x557173458220 void 0.000120
+gallium_dri.so malloc 72 0x557173458270 0.000121
+gallium_dri.so free 0x557173458340 void 0.000120
+gallium_dri.so free 0x557173458270 void 0.000122
+gallium_dri.so malloc 72 0x557173458270 0.000119
+gallium_dri.so free 0x5571734583c0 void 0.000121
+gallium_dri.so free 0x557173458270 void 0.000121
+gallium_dri.so malloc 72 0x5571734583c0 0.000122
+gallium_dri.so free 0x557173458480 void 0.000120
+gallium_dri.so free 0x5571734583c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734583c0 0.000120
+gallium_dri.so free 0x557173458580 void 0.000132
+gallium_dri.so free 0x5571734583c0 void 0.000122
+gallium_dri.so malloc 72 0x557173458530 0.000120
+gallium_dri.so free 0x5571734585c0 void 0.000123
+gallium_dri.so free 0x557173458530 void 0.000120
+gallium_dri.so malloc 72 0x557173458530 0.000121
+gallium_dri.so free 0x557173458680 void 0.000121
+gallium_dri.so free 0x557173458530 void 0.000121
+gallium_dri.so malloc 72 0x5571734586c0 0.000119
+gallium_dri.so free 0x557173458740 void 0.000121
+gallium_dri.so free 0x5571734586c0 void 0.000121
+gallium_dri.so malloc 72 0x557173458740 0.000120
+gallium_dri.so free 0x557173458800 void 0.000123
+gallium_dri.so free 0x557173458740 void 0.000122
+gallium_dri.so malloc 72 0x557173458740 0.000120
+gallium_dri.so free 0x557173458880 void 0.000122
+gallium_dri.so free 0x557173458740 void 0.000121
+gallium_dri.so malloc 72 0x5571734588b0 0.000120
+gallium_dri.so free 0x557173458900 void 0.000121
+gallium_dri.so free 0x5571734588b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734588b0 0.000121
+gallium_dri.so free 0x557173458a00 void 0.000122
+gallium_dri.so free 0x5571734588b0 void 0.000121
+gallium_dri.so malloc 72 0x557173458a40 0.000122
+gallium_dri.so free 0x557173458ac0 void 0.000121
+gallium_dri.so free 0x557173458a40 void 0.000122
+gallium_dri.so malloc 72 0x557173458ac0 0.000124
+gallium_dri.so free 0x557173458b80 void 0.000120
+gallium_dri.so free 0x557173458ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173458ac0 0.000120
+gallium_dri.so free 0x55717358e6c0 void 0.000122
+gallium_dri.so free 0x557173458ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173458ac0 0.000120
+gallium_dri.so free 0x55717358e780 void 0.000121
+gallium_dri.so free 0x557173458ac0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e7c0 0.000121
+gallium_dri.so free 0x55717358e840 void 0.000122
+gallium_dri.so free 0x55717358e7c0 void 0.000139
+gallium_dri.so malloc 72 0x55717358e840 0.000121
+gallium_dri.so free 0x55717358e900 void 0.000123
+gallium_dri.so free 0x55717358e840 void 0.000120
+gallium_dri.so malloc 72 0x55717358e840 0.000120
+gallium_dri.so free 0x55717358e9c0 void 0.000121
+gallium_dri.so free 0x55717358e840 void 0.000122
+gallium_dri.so malloc 72 0x55717358e9e0 0.000120
+gallium_dri.so free 0x55717358ea80 void 0.000136
+gallium_dri.so free 0x55717358e9e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ea30 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so free 0x55717358ea30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ea30 0.000121
+gallium_dri.so free 0x55717358eb80 void 0.000133
+gallium_dri.so free 0x55717358ea30 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb80 0.000121
+gallium_dri.so free 0x55717358ec40 void 0.000122
+gallium_dri.so free 0x55717358eb80 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb80 0.000120
+gallium_dri.so free 0x55717358ed00 void 0.000125
+gallium_dri.so free 0x55717358eb80 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb80 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000122
+gallium_dri.so free 0x55717358eb80 void 0.000121
+gallium_dri.so malloc 72 0x55717358ed70 0.000121
+gallium_dri.so free 0x55717358ee80 void 0.000122
+gallium_dri.so free 0x55717358ed70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ee30 0.000122
+gallium_dri.so free 0x55717358ef00 void 0.000121
+gallium_dri.so free 0x55717358ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef50 0.000122
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so free 0x55717358ef50 void 0.000122
+gallium_dri.so malloc 72 0x55717358efe0 0.000119
+gallium_dri.so free 0x55717358f080 void 0.000121
+gallium_dri.so free 0x55717358efe0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f030 0.000120
+gallium_dri.so free 0x55717358f100 void 0.000122
+gallium_dri.so free 0x55717358f030 void 0.000119
+gallium_dri.so malloc 72 0x55717358f030 0.000124
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so free 0x55717358f030 void 0.000121
+gallium_dri.so malloc 72 0x55717358f180 0.000120
+gallium_dri.so free 0x55717358f240 void 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000119
+gallium_dri.so malloc 72 0x55717358f180 0.000121
+gallium_dri.so free 0x55717358f340 void 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so malloc 72 0x55717358f2f0 0.000121
+gallium_dri.so free 0x55717358f380 void 0.000120
+gallium_dri.so free 0x55717358f2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f2f0 0.000119
+gallium_dri.so free 0x55717358f440 void 0.000123
+gallium_dri.so free 0x55717358f2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f480 0.000120
+gallium_dri.so free 0x55717358f500 void 0.000121
+gallium_dri.so free 0x55717358f480 void 0.000121
+gallium_dri.so malloc 72 0x55717358f500 0.000120
+gallium_dri.so free 0x55717358f5c0 void 0.000121
+gallium_dri.so free 0x55717358f500 void 0.000120
+gallium_dri.so malloc 72 0x55717358f500 0.000121
+gallium_dri.so free 0x55717358f640 void 0.000120
+gallium_dri.so free 0x55717358f500 void 0.000122
+gallium_dri.so malloc 72 0x55717358f670 0.000122
+gallium_dri.so free 0x55717358f6c0 void 0.000131
+gallium_dri.so free 0x55717358f670 void 0.000116
+gallium_dri.so malloc 72 0x55717358f670 0.000114
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f670 void 0.000114
+gallium_dri.so malloc 72 0x55717358f800 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so free 0x55717358f800 void 0.000115
+gallium_dri.so malloc 72 0x55717358f880 0.000131
+gallium_dri.so free 0x55717358f940 void 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so malloc 72 0x55717358f880 0.000114
+gallium_dri.so free 0x55717358f9c0 void 0.000115
+gallium_dri.so free 0x55717358f880 void 0.000114
+gallium_dri.so malloc 72 0x55717358f9f0 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000116
+gallium_dri.so free 0x55717358f9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f9f0 0.000115
+gallium_dri.so free 0x55717358fb40 void 0.000115
+gallium_dri.so free 0x55717358f9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358faf0 0.000115
+gallium_dri.so free 0x55717358fc00 void 0.000117
+gallium_dri.so free 0x55717358faf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fbb0 0.000116
+gallium_dri.so free 0x55717358fc80 void 0.000115
+gallium_dri.so free 0x55717358fbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbb0 0.000114
+gallium_dri.so free 0x55717358fd40 void 0.000136
+gallium_dri.so free 0x55717358fbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358fbb0 0.000120
+gallium_dri.so free 0x55717358fe00 void 0.000123
+gallium_dri.so free 0x55717358fbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fdb0 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000120
+gallium_dri.so free 0x55717358fdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fed0 0.000119
+gallium_dri.so free 0x55717358ff40 void 0.000122
+gallium_dri.so free 0x55717358fed0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ff60 0.000117
+gallium_dri.so free 0x557173590000 void 0.000130
+gallium_dri.so free 0x55717358ff60 void 0.000139
+gallium_dri.so malloc 72 0x55717358ffb0 0.000121
+gallium_dri.so free 0x557173590080 void 0.000119
+gallium_dri.so free 0x55717358ffb0 void 0.000123
+gallium_dri.so malloc 72 0x557173590080 0.000120
+gallium_dri.so free 0x557173590140 void 0.000120
+gallium_dri.so free 0x557173590080 void 0.000117
+gallium_dri.so malloc 72 0x557173590080 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so free 0x557173590080 void 0.000118
+gallium_dri.so malloc 72 0x5571735901c0 0.000121
+gallium_dri.so free 0x557173590280 void 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735901c0 0.000129
+gallium_dri.so free 0x557173590340 void 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735901c0 0.000119
+gallium_dri.so free 0x557173590400 void 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735903b0 0.000120
+gallium_dri.so free 0x557173590480 void 0.000121
+gallium_dri.so free 0x5571735903b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735904d0 0.000118
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x5571735904d0 void 0.000118
+gallium_dri.so malloc 72 0x557173590580 0.000120
+gallium_dri.so free 0x557173590600 void 0.000119
+gallium_dri.so free 0x557173590580 void 0.000120
+gallium_dri.so malloc 72 0x557173590580 0.000118
+gallium_dri.so free 0x557173590680 void 0.000117
+gallium_dri.so free 0x557173590580 void 0.000119
+gallium_dri.so malloc 72 0x5571735906b0 0.000117
+gallium_dri.so free 0x557173590700 void 0.000120
+gallium_dri.so free 0x5571735906b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735906b0 0.000135
+gallium_dri.so free 0x557173590800 void 0.000118
+gallium_dri.so free 0x5571735906b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735907b0 0.000121
+gallium_dri.so free 0x5571735908c0 void 0.000120
+gallium_dri.so free 0x5571735907b0 void 0.000129
+gallium_dri.so malloc 72 0x557173590870 0.000117
+gallium_dri.so free 0x557173590900 void 0.000118
+gallium_dri.so free 0x557173590870 void 0.000116
+gallium_dri.so malloc 72 0x557173590870 0.000119
+gallium_dri.so free 0x5571735909c0 void 0.000120
+gallium_dri.so free 0x557173590870 void 0.000116
+gallium_dri.so malloc 72 0x557173590a30 0.000119
+gallium_dri.so free 0x557173590a80 void 0.000119
+gallium_dri.so free 0x557173590a30 void 0.000119
+gallium_dri.so malloc 72 0x557173590a30 0.000120
+gallium_dri.so free 0x557173590b80 void 0.000119
+gallium_dri.so free 0x557173590a30 void 0.000116
+gallium_dri.so malloc 72 0x557173590b30 0.000120
+gallium_dri.so free 0x557173590c40 void 0.000120
+gallium_dri.so free 0x557173590b30 void 0.000117
+gallium_dri.so malloc 72 0x557173590bf0 0.000118
+gallium_dri.so free 0x557173590c80 void 0.000120
+gallium_dri.so free 0x557173590bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173590bf0 0.000125
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so free 0x557173590bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173590d80 0.000120
+gallium_dri.so free 0x557173590e00 void 0.000119
+gallium_dri.so free 0x557173590d80 void 0.000119
+gallium_dri.so malloc 72 0x557173590e00 0.000119
+gallium_dri.so free 0x557173590ec0 void 0.000192
+gallium_dri.so free 0x557173590e00 void 0.000117
+gallium_dri.so malloc 72 0x557173590e00 0.000117
+gallium_dri.so free 0x557173590f80 void 0.000120
+gallium_dri.so free 0x557173590e00 void 0.000120
+gallium_dri.so malloc 72 0x557173590fa0 0.000119
+gallium_dri.so free 0x557173591040 void 0.000120
+gallium_dri.so free 0x557173590fa0 void 0.000119
+gallium_dri.so malloc 72 0x557173590ff0 0.000120
+gallium_dri.so free 0x5571735910c0 void 0.000120
+gallium_dri.so free 0x557173590ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173590ff0 0.000117
+gallium_dri.so free 0x557173591140 void 0.000121
+gallium_dri.so free 0x557173590ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173591140 0.000119
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so free 0x557173591140 void 0.000118
+gallium_dri.so malloc 72 0x557173591140 0.000120
+gallium_dri.so free 0x5571735912c0 void 0.000117
+gallium_dri.so free 0x557173591140 void 0.000116
+gallium_dri.so malloc 72 0x557173591140 0.000118
+gallium_dri.so free 0x557173591380 void 0.000118
+gallium_dri.so free 0x557173591140 void 0.000117
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x557173591440 void 0.000121
+gallium_dri.so free 0x557173591330 void 0.000120
+gallium_dri.so malloc 72 0x5571735913f0 0.000132
+gallium_dri.so free 0x5571735914c0 void 0.000120
+gallium_dri.so free 0x5571735913f0 void 0.000119
+gallium_dri.so malloc 72 0x557173591510 0.000120
+gallium_dri.so free 0x557173591580 void 0.000119
+gallium_dri.so free 0x557173591510 void 0.000120
+gallium_dri.so malloc 72 0x5571735915a0 0.000119
+gallium_dri.so free 0x557173591640 void 0.000121
+gallium_dri.so free 0x5571735915a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735915f0 0.000123
+gallium_dri.so free 0x5571735916c0 void 0.000121
+gallium_dri.so free 0x5571735915f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735915f0 0.000117
+gallium_dri.so free 0x557173591740 void 0.000119
+gallium_dri.so free 0x5571735915f0 void 0.000140
+gallium_dri.so malloc 72 0x557173591740 0.000122
+gallium_dri.so free 0x557173591800 void 0.000119
+gallium_dri.so free 0x557173591740 void 0.000117
+gallium_dri.so malloc 72 0x557173591740 0.000120
+gallium_dri.so free 0x557173591900 void 0.000121
+gallium_dri.so free 0x557173591740 void 0.000117
+gallium_dri.so malloc 72 0x5571735918b0 0.000119
+gallium_dri.so free 0x557173591940 void 0.000119
+gallium_dri.so free 0x5571735918b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735918b0 0.000117
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so free 0x5571735918b0 void 0.000130
+gallium_dri.so malloc 72 0x557173591a40 0.000117
+gallium_dri.so free 0x557173591ac0 void 0.000121
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so malloc 72 0x557173591ac0 0.000121
+gallium_dri.so free 0x557173591b80 void 0.000117
+gallium_dri.so free 0x557173591ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173591ac0 0.000119
+gallium_dri.so free 0x557173591c00 void 0.000120
+gallium_dri.so free 0x557173591ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173591c30 0.000120
+gallium_dri.so free 0x557173591c80 void 0.000117
+gallium_dri.so free 0x557173591c30 void 0.000117
+gallium_dri.so malloc 72 0x557173591c30 0.000120
+gallium_dri.so free 0x557173591d80 void 0.000119
+gallium_dri.so free 0x557173591c30 void 0.000121
+gallium_dri.so malloc 72 0x557173591dc0 0.000121
+gallium_dri.so free 0x557173591e40 void 0.000121
+gallium_dri.so free 0x557173591dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173591e40 0.000121
+gallium_dri.so free 0x557173591f00 void 0.000122
+gallium_dri.so free 0x557173591e40 void 0.000116
+gallium_dri.so malloc 72 0x557173591e40 0.000119
+gallium_dri.so free 0x557173459c40 void 0.000120
+gallium_dri.so free 0x557173591e40 void 0.000120
+gallium_dri.so malloc 72 0x557173459bf0 0.000119
+gallium_dri.so free 0x557173459cc0 void 0.000190
+gallium_dri.so free 0x557173459bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173459bf0 0.000117
+gallium_dri.so free 0x557173459d40 void 0.000116
+gallium_dri.so free 0x557173459bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173459d40 0.000116
+gallium_dri.so free 0x557173459e00 void 0.000119
+gallium_dri.so free 0x557173459d40 void 0.000118
+gallium_dri.so malloc 72 0x557173459d40 0.000119
+gallium_dri.so free 0x557173459f00 void 0.000119
+gallium_dri.so free 0x557173459d40 void 0.000115
+gallium_dri.so malloc 72 0x557173459d40 0.000120
+gallium_dri.so free 0x557173459f80 void 0.000119
+gallium_dri.so free 0x557173459d40 void 0.000150
+gallium_dri.so malloc 72 0x557173459fb0 0.000120
+gallium_dri.so free 0x55717345a000 void 0.000120
+gallium_dri.so free 0x557173459fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173459fb0 0.000120
+gallium_dri.so free 0x55717345a100 void 0.000116
+gallium_dri.so free 0x557173459fb0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a0b0 0.000120
+gallium_dri.so free 0x55717345a1c0 void 0.000158
+gallium_dri.so free 0x55717345a0b0 void 0.000159
+gallium_dri.so malloc 72 0x55717345a170 0.000115
+gallium_dri.so free 0x55717345a200 void 0.000114
+gallium_dri.so free 0x55717345a170 void 0.000125
+gallium_dri.so malloc 72 0x55717345a170 0.000115
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a170 void 0.000113
+gallium_dri.so malloc 72 0x55717345a310 0.000113
+gallium_dri.so free 0x55717345a380 void 0.000113
+gallium_dri.so free 0x55717345a310 void 0.000113
+gallium_dri.so malloc 72 0x55717345a3c0 0.000120
+gallium_dri.so free 0x55717345a440 void 0.000120
+gallium_dri.so free 0x55717345a3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a440 0.000120
+gallium_dri.so free 0x55717345a500 void 0.000120
+gallium_dri.so free 0x55717345a440 void 0.000123
+gallium_dri.so malloc 72 0x55717345a440 0.000120
+gallium_dri.so free 0x55717345a580 void 0.000121
+gallium_dri.so free 0x55717345a440 void 0.000119
+gallium_dri.so malloc 72 0x55717345a5b0 0.000119
+gallium_dri.so free 0x55717345a600 void 0.000119
+gallium_dri.so free 0x55717345a5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a5b0 0.000118
+gallium_dri.so free 0x55717345a700 void 0.000118
+gallium_dri.so free 0x55717345a5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a6b0 0.000120
+gallium_dri.so free 0x55717345a7c0 void 0.000119
+gallium_dri.so free 0x55717345a6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a770 0.000119
+gallium_dri.so free 0x55717345a840 void 0.000126
+gallium_dri.so free 0x55717345a770 void 0.000123
+gallium_dri.so malloc 72 0x55717345a860 0.000120
+gallium_dri.so free 0x55717345a900 void 0.000120
+gallium_dri.so free 0x55717345a860 void 0.000117
+gallium_dri.so malloc 72 0x55717345a8b0 0.000120
+gallium_dri.so free 0x55717345a980 void 0.000119
+gallium_dri.so free 0x55717345a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a8b0 0.000119
+gallium_dri.so free 0x55717345aa00 void 0.000119
+gallium_dri.so free 0x55717345a8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345aa00 0.000119
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so free 0x55717345aa00 void 0.000119
+gallium_dri.so malloc 72 0x55717345aa00 0.000121
+gallium_dri.so free 0x55717345ab80 void 0.000120
+gallium_dri.so free 0x55717345aa00 void 0.000135
+gallium_dri.so malloc 72 0x55717345aa00 0.000121
+gallium_dri.so free 0x55717345ac40 void 0.000121
+gallium_dri.so free 0x55717345aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717345abf0 0.000121
+gallium_dri.so free 0x55717345ac40 void 0.000118
+gallium_dri.so free 0x55717345abf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345abf0 0.000117
+gallium_dri.so free 0x55717345ad40 void 0.000117
+gallium_dri.so free 0x55717345abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345acf0 0.000120
+gallium_dri.so free 0x55717345ae00 void 0.000124
+gallium_dri.so free 0x55717345acf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345adb0 0.000119
+gallium_dri.so free 0x55717345ae40 void 0.000121
+gallium_dri.so free 0x55717345adb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345adb0 0.000118
+gallium_dri.so free 0x55717345af00 void 0.000121
+gallium_dri.so free 0x55717345adb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345af40 0.000118
+gallium_dri.so free 0x55717345afc0 void 0.000133
+gallium_dri.so free 0x55717345af40 void 0.000120
+gallium_dri.so malloc 72 0x55717345afc0 0.000120
+gallium_dri.so free 0x55717345b080 void 0.000121
+gallium_dri.so free 0x55717345afc0 void 0.000119
+gallium_dri.so malloc 72 0x55717345afc0 0.000118
+gallium_dri.so free 0x55717345b140 void 0.000120
+gallium_dri.so free 0x55717345afc0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b160 0.000119
+gallium_dri.so free 0x55717345b200 void 0.000119
+gallium_dri.so free 0x55717345b160 void 0.000119
+gallium_dri.so malloc 72 0x55717345b1b0 0.000121
+gallium_dri.so free 0x55717345b280 void 0.000117
+gallium_dri.so free 0x55717345b1b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345b1b0 0.000120
+gallium_dri.so free 0x55717345b300 void 0.000119
+gallium_dri.so free 0x55717345b1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345b300 0.000125
+gallium_dri.so free 0x55717345b3c0 void 0.000121
+gallium_dri.so free 0x55717345b300 void 0.000117
+gallium_dri.so malloc 72 0x55717345b300 0.000120
+gallium_dri.so free 0x55717345b480 void 0.000118
+gallium_dri.so free 0x55717345b300 void 0.000119
+gallium_dri.so malloc 72 0x55717345b300 0.000120
+gallium_dri.so free 0x55717345b540 void 0.000120
+gallium_dri.so free 0x55717345b300 void 0.000120
+gallium_dri.so malloc 72 0x55717345b4f0 0.000120
+gallium_dri.so free 0x55717345b600 void 0.000117
+gallium_dri.so free 0x55717345b4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b5b0 0.000119
+gallium_dri.so free 0x55717345b680 void 0.000121
+gallium_dri.so free 0x55717345b5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345b6d0 0.000126
+gallium_dri.so free 0x55717345b740 void 0.000120
+gallium_dri.so free 0x55717345b6d0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b760 0.000120
+gallium_dri.so free 0x55717345b800 void 0.000120
+gallium_dri.so free 0x55717345b760 void 0.000117
+gallium_dri.so malloc 72 0x55717345b7b0 0.000121
+gallium_dri.so free 0x55717345b880 void 0.000121
+gallium_dri.so free 0x55717345b7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b7b0 0.000120
+gallium_dri.so free 0x55717345b900 void 0.000119
+gallium_dri.so free 0x55717345b7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b900 0.000120
+gallium_dri.so free 0x55717345b9c0 void 0.000121
+gallium_dri.so free 0x55717345b900 void 0.000116
+gallium_dri.so malloc 72 0x55717345b900 0.000119
+gallium_dri.so free 0x55717345bac0 void 0.000120
+gallium_dri.so free 0x55717345b900 void 0.000118
+gallium_dri.so malloc 72 0x55717345ba70 0.000120
+gallium_dri.so free 0x55717345bb00 void 0.000118
+gallium_dri.so free 0x55717345ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717345ba70 0.000117
+gallium_dri.so free 0x55717345bbc0 void 0.000119
+gallium_dri.so free 0x55717345ba70 void 0.000118
+gallium_dri.so malloc 72 0x55717345bc00 0.000119
+gallium_dri.so free 0x55717345bc80 void 0.000120
+gallium_dri.so free 0x55717345bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717345bc80 0.000121
+gallium_dri.so free 0x55717345bd40 void 0.000121
+gallium_dri.so free 0x55717345bc80 void 0.000117
+gallium_dri.so malloc 72 0x55717345bc80 0.000120
+gallium_dri.so free 0x55717345bdc0 void 0.000120
+gallium_dri.so free 0x55717345bc80 void 0.000120
+gallium_dri.so malloc 72 0x55717345bdf0 0.000127
+gallium_dri.so free 0x55717345be40 void 0.000120
+gallium_dri.so free 0x55717345bdf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345bdf0 0.000120
+gallium_dri.so free 0x55717345bf40 void 0.000119
+gallium_dri.so free 0x55717345bdf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345bf80 0.000119
+gallium_dri.so free 0x55717345c000 void 0.000119
+gallium_dri.so free 0x55717345bf80 void 0.000120
+gallium_dri.so malloc 72 0x55717345c000 0.000119
+gallium_dri.so free 0x55717345c0c0 void 0.000120
+gallium_dri.so free 0x55717345c000 void 0.000120
+gallium_dri.so malloc 72 0x55717345c000 0.000117
+gallium_dri.so free 0x55717345c140 void 0.000119
+gallium_dri.so free 0x55717345c000 void 0.000120
+gallium_dri.so malloc 72 0x55717345c170 0.000116
+gallium_dri.so free 0x55717345c1c0 void 0.000118
+gallium_dri.so free 0x55717345c170 void 0.000118
+gallium_dri.so malloc 72 0x55717345c170 0.000120
+gallium_dri.so free 0x55717345c2c0 void 0.000119
+gallium_dri.so free 0x55717345c170 void 0.000120
+gallium_dri.so malloc 72 0x55717345c270 0.000120
+gallium_dri.so free 0x55717345c380 void 0.000119
+gallium_dri.so free 0x55717345c270 void 0.000119
+gallium_dri.so malloc 72 0x55717345c330 0.000117
+gallium_dri.so free 0x55717345c400 void 0.000119
+gallium_dri.so free 0x55717345c330 void 0.000118
+gallium_dri.so malloc 72 0x55717345c330 0.000120
+gallium_dri.so free 0x55717345c4c0 void 0.000121
+gallium_dri.so free 0x55717345c330 void 0.000117
+gallium_dri.so malloc 72 0x55717345c330 0.000129
+gallium_dri.so free 0x55717345c580 void 0.000120
+gallium_dri.so free 0x55717345c330 void 0.000121
+gallium_dri.so malloc 72 0x55717345c530 0.000119
+gallium_dri.so free 0x55717345c600 void 0.000120
+gallium_dri.so free 0x55717345c530 void 0.000124
+gallium_dri.so malloc 72 0x55717345c650 0.000118
+gallium_dri.so free 0x55717345c6c0 void 0.000117
+gallium_dri.so free 0x55717345c650 void 0.000119
+gallium_dri.so malloc 72 0x55717345c6e0 0.000118
+gallium_dri.so free 0x55717345c780 void 0.000120
+gallium_dri.so free 0x55717345c6e0 void 0.000116
+gallium_dri.so malloc 72 0x55717345c730 0.000120
+gallium_dri.so free 0x55717345c800 void 0.000120
+gallium_dri.so free 0x55717345c730 void 0.000119
+gallium_dri.so malloc 72 0x55717345c800 0.000121
+gallium_dri.so free 0x55717345c8c0 void 0.000120
+gallium_dri.so free 0x55717345c800 void 0.000119
+gallium_dri.so malloc 72 0x55717345c800 0.000117
+gallium_dri.so free 0x55717345c940 void 0.000120
+gallium_dri.so free 0x55717345c800 void 0.000120
+gallium_dri.so malloc 72 0x55717345c940 0.000120
+gallium_dri.so free 0x55717345ca00 void 0.000117
+gallium_dri.so free 0x55717345c940 void 0.000120
+gallium_dri.so malloc 72 0x55717345c940 0.000119
+gallium_dri.so free 0x55717345cac0 void 0.000120
+gallium_dri.so free 0x55717345c940 void 0.000167
+gallium_dri.so malloc 72 0x55717345c940 0.000116
+gallium_dri.so free 0x55717345cb80 void 0.000116
+gallium_dri.so free 0x55717345c940 void 0.000115
+gallium_dri.so malloc 72 0x55717345cb30 0.000115
+gallium_dri.so free 0x55717345cc00 void 0.000116
+gallium_dri.so free 0x55717345cb30 void 0.000118
+gallium_dri.so malloc 72 0x55717345cc50 0.000115
+gallium_dri.so free 0x55717345ccc0 void 0.000115
+gallium_dri.so free 0x55717345cc50 void 0.000115
+gallium_dri.so malloc 72 0x55717345cd00 0.000134
+gallium_dri.so free 0x55717345cd80 void 0.000117
+gallium_dri.so free 0x55717345cd00 void 0.000116
+gallium_dri.so malloc 72 0x55717345cd00 0.000119
+gallium_dri.so free 0x55717345ce00 void 0.000117
+gallium_dri.so free 0x55717345cd00 void 0.000115
+gallium_dri.so malloc 72 0x55717345ce30 0.000115
+gallium_dri.so free 0x55717345ce80 void 0.000125
+gallium_dri.so free 0x55717345ce30 void 0.000122
+gallium_dri.so malloc 72 0x55717345ce30 0.000121
+gallium_dri.so free 0x55717345cf80 void 0.000123
+gallium_dri.so free 0x55717345ce30 void 0.000121
+gallium_dri.so malloc 72 0x55717345cf30 0.000121
+gallium_dri.so free 0x55717345d040 void 0.000121
+gallium_dri.so free 0x55717345cf30 void 0.000121
+gallium_dri.so malloc 72 0x55717345cff0 0.000121
+gallium_dri.so free 0x55717345d080 void 0.000130
+gallium_dri.so free 0x55717345cff0 void 0.000122
+gallium_dri.so malloc 72 0x55717345cff0 0.000120
+gallium_dri.so free 0x55717345d140 void 0.000120
+gallium_dri.so free 0x55717345cff0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d1b0 0.000119
+gallium_dri.so free 0x55717345d200 void 0.000121
+gallium_dri.so free 0x55717345d1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d1b0 0.000120
+gallium_dri.so free 0x55717345d300 void 0.000120
+gallium_dri.so free 0x55717345d1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d2b0 0.000120
+gallium_dri.so free 0x55717345d3c0 void 0.000120
+gallium_dri.so free 0x55717345d2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d370 0.000121
+gallium_dri.so free 0x55717345d400 void 0.000120
+gallium_dri.so free 0x55717345d370 void 0.000121
+gallium_dri.so malloc 72 0x55717345d370 0.000121
+gallium_dri.so free 0x55717345d4c0 void 0.000120
+gallium_dri.so free 0x55717345d370 void 0.000121
+gallium_dri.so malloc 72 0x55717345d500 0.000120
+gallium_dri.so free 0x55717345d580 void 0.000126
+gallium_dri.so free 0x55717345d500 void 0.000110
+gallium_dri.so malloc 72 0x55717345d580 0.000258
+gallium_dri.so free 0x55717345d640 void 0.000183
+gallium_dri.so free 0x55717345d580 void 0.000123
+gallium_dri.so malloc 72 0x55717345d580 0.000119
+gallium_dri.so free 0x55717345d700 void 0.000119
+gallium_dri.so free 0x55717345d580 void 0.000120
+gallium_dri.so malloc 72 0x55717345d720 0.000118
+gallium_dri.so free 0x55717345d7c0 void 0.000119
+gallium_dri.so free 0x55717345d720 void 0.000120
+gallium_dri.so malloc 72 0x55717345d770 0.000118
+gallium_dri.so free 0x55717345d840 void 0.000119
+gallium_dri.so free 0x55717345d770 void 0.000119
+gallium_dri.so malloc 72 0x55717345d770 0.000117
+gallium_dri.so free 0x55717345d8c0 void 0.000117
+gallium_dri.so free 0x55717345d770 void 0.000118
+gallium_dri.so malloc 72 0x55717345d8c0 0.000120
+gallium_dri.so free 0x55717345d980 void 0.000120
+gallium_dri.so free 0x55717345d8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d8c0 0.000118
+gallium_dri.so free 0x55717345da40 void 0.000119
+gallium_dri.so free 0x55717345d8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d8c0 0.000119
+gallium_dri.so free 0x55717345db00 void 0.000119
+gallium_dri.so free 0x55717345d8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dab0 0.000119
+gallium_dri.so free 0x55717345dbc0 void 0.000132
+gallium_dri.so free 0x55717345dab0 void 0.000119
+gallium_dri.so malloc 72 0x55717345db70 0.000126
+gallium_dri.so free 0x55717345dc40 void 0.000119
+gallium_dri.so free 0x55717345db70 void 0.000119
+gallium_dri.so malloc 72 0x55717345dc90 0.000118
+gallium_dri.so free 0x55717345dd00 void 0.000119
+gallium_dri.so free 0x55717345dc90 void 0.000118
+gallium_dri.so malloc 72 0x55717345dd20 0.000117
+gallium_dri.so free 0x55717345ddc0 void 0.000118
+gallium_dri.so free 0x55717345dd20 void 0.000122
+gallium_dri.so malloc 72 0x55717345dd70 0.000120
+gallium_dri.so free 0x55717345de40 void 0.000119
+gallium_dri.so free 0x55717345dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717345dd70 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x55717345dd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735da8c0 0.000122
+gallium_dri.so free 0x5571735daa00 void 0.000122
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000122
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dac00 void 0.000122
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac50 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so free 0x5571735dac50 void 0.000122
+gallium_dri.so malloc 72 0x5571735dace0 0.000121
+gallium_dri.so free 0x5571735dad80 void 0.000121
+gallium_dri.so free 0x5571735dace0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad30 0.000121
+gallium_dri.so free 0x5571735dae00 void 0.000122
+gallium_dri.so free 0x5571735dad30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dad30 0.000122
+gallium_dri.so free 0x5571735daf00 void 0.000121
+gallium_dri.so free 0x5571735dad30 void 0.000120
+gallium_dri.so malloc 72 0x5571735daeb0 0.000122
+gallium_dri.so free 0x5571735daf80 void 0.000121
+gallium_dri.so free 0x5571735daeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dafd0 0.000122
+gallium_dri.so free 0x5571735db040 void 0.000119
+gallium_dri.so free 0x5571735dafd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db060 0.000121
+gallium_dri.so free 0x5571735db100 void 0.000121
+gallium_dri.so free 0x5571735db060 void 0.000120
+gallium_dri.so malloc 72 0x5571735db0b0 0.000122
+gallium_dri.so free 0x5571735db180 void 0.000139
+gallium_dri.so free 0x5571735db0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db0b0 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so free 0x5571735db0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db200 0.000123
+gallium_dri.so free 0x5571735db2c0 void 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000122
+gallium_dri.so malloc 72 0x5571735db200 0.000121
+gallium_dri.so free 0x5571735db3c0 void 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000140
+gallium_dri.so malloc 72 0x5571735db200 0.000122
+gallium_dri.so free 0x5571735db440 void 0.000123
+gallium_dri.so free 0x5571735db200 void 0.000121
+gallium_dri.so malloc 72 0x5571735db470 0.000120
+gallium_dri.so free 0x5571735db4c0 void 0.000122
+gallium_dri.so free 0x5571735db470 void 0.000122
+gallium_dri.so malloc 72 0x5571735db470 0.000121
+gallium_dri.so free 0x5571735db5c0 void 0.000122
+gallium_dri.so free 0x5571735db470 void 0.000121
+gallium_dri.so malloc 72 0x5571735db570 0.000121
+gallium_dri.so free 0x5571735db680 void 0.000123
+gallium_dri.so free 0x5571735db570 void 0.000122
+gallium_dri.so malloc 72 0x5571735db630 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000119
+gallium_dri.so free 0x5571735db630 void 0.000122
+gallium_dri.so malloc 72 0x5571735db630 0.000121
+gallium_dri.so free 0x5571735db780 void 0.000121
+gallium_dri.so free 0x5571735db630 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7d0 0.000122
+gallium_dri.so free 0x5571735db840 void 0.000122
+gallium_dri.so free 0x5571735db7d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db880 0.000122
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so free 0x5571735db880 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000121
+gallium_dri.so free 0x5571735db9c0 void 0.000121
+gallium_dri.so free 0x5571735db900 void 0.000122
+gallium_dri.so malloc 72 0x5571735db900 0.000121
+gallium_dri.so free 0x5571735dba40 void 0.000122
+gallium_dri.so free 0x5571735db900 void 0.000122
+gallium_dri.so malloc 72 0x5571735dba70 0.000120
+gallium_dri.so free 0x5571735dbac0 void 0.000122
+gallium_dri.so free 0x5571735dba70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dba70 0.000122
+gallium_dri.so free 0x5571735dbbc0 void 0.000122
+gallium_dri.so free 0x5571735dba70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbc80 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc30 0.000131
+gallium_dri.so free 0x5571735dbd00 void 0.000121
+gallium_dri.so free 0x5571735dbc30 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbd20 0.000122
+gallium_dri.so free 0x5571735dbdc0 void 0.000121
+gallium_dri.so free 0x5571735dbd20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd70 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so free 0x5571735dbd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd70 0.000122
+gallium_dri.so free 0x5571735dbec0 void 0.000122
+gallium_dri.so free 0x5571735dbd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbec0 0.000120
+gallium_dri.so free 0x5571735dbf80 void 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbec0 0.000121
+gallium_dri.so free 0x5571735dc040 void 0.000122
+gallium_dri.so free 0x5571735dbec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbec0 0.000122
+gallium_dri.so free 0x5571735dc100 void 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000121
+gallium_dri.so free 0x5571735dc100 void 0.000123
+gallium_dri.so free 0x5571735dc0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000140
+gallium_dri.so free 0x5571735dc200 void 0.000131
+gallium_dri.so free 0x5571735dc0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000121
+gallium_dri.so free 0x5571735dc2c0 void 0.000122
+gallium_dri.so free 0x5571735dc1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc270 0.000120
+gallium_dri.so free 0x5571735dc300 void 0.000121
+gallium_dri.so free 0x5571735dc270 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc270 0.000121
+gallium_dri.so free 0x5571735dc3c0 void 0.000121
+gallium_dri.so free 0x5571735dc270 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc400 0.000121
+gallium_dri.so free 0x5571735dc480 void 0.000122
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc480 0.000123
+gallium_dri.so free 0x5571735dc540 void 0.000122
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc480 0.000122
+gallium_dri.so free 0x5571735dc600 void 0.000121
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc620 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000122
+gallium_dri.so free 0x5571735dc620 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc670 0.000121
+gallium_dri.so free 0x5571735dc740 void 0.000123
+gallium_dri.so free 0x5571735dc670 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc670 0.000129
+gallium_dri.so free 0x5571735dc7c0 void 0.000122
+gallium_dri.so free 0x5571735dc670 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000121
+gallium_dri.so free 0x5571735dc880 void 0.000123
+gallium_dri.so free 0x5571735dc7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000121
+gallium_dri.so free 0x5571735dc940 void 0.000122
+gallium_dri.so free 0x5571735dc7c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000120
+gallium_dri.so free 0x5571735dca00 void 0.000121
+gallium_dri.so free 0x5571735dc7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000120
+gallium_dri.so free 0x5571735dcac0 void 0.000121
+gallium_dri.so free 0x5571735dc9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dca70 0.000120
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so free 0x5571735dca70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb90 0.000122
+gallium_dri.so free 0x5571735dcc00 void 0.000121
+gallium_dri.so free 0x5571735dcb90 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcc20 0.000122
+gallium_dri.so free 0x5571735dccc0 void 0.000122
+gallium_dri.so free 0x5571735dcc20 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcc70 0.000122
+gallium_dri.so free 0x5571735dcd40 void 0.000189
+gallium_dri.so free 0x5571735dcc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcc70 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000121
+gallium_dri.so free 0x5571735dcc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000119
+gallium_dri.so free 0x5571735dcf80 void 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf30 0.000117
+gallium_dri.so free 0x5571735dcfc0 void 0.000133
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000117
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so free 0x5571735dcf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd140 0.000116
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd140 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000130
+gallium_dri.so free 0x5571735dd300 void 0.000119
+gallium_dri.so free 0x5571735dd2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000117
+gallium_dri.so free 0x5571735dd400 void 0.000119
+gallium_dri.so free 0x5571735dd2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd440 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000119
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd630 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd630 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so free 0x5571735dd630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd730 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd730 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000123
+gallium_dri.so free 0x5571735dd9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddb10 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000119
+gallium_dri.so free 0x5571735ddb10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddba0 0.000118
+gallium_dri.so free 0x5571735ddc40 void 0.000119
+gallium_dri.so free 0x5571735ddba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000210
+gallium_dri.so free 0x5571735dde00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dde00 0.000124
+gallium_dri.so free 0x5571735ddf80 void 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddff0 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000120
+gallium_dri.so free 0x5571735ddff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de110 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735de110 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1c0 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000120
+gallium_dri.so free 0x5571735de1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1c0 0.000118
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2f0 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2f0 0.000119
+gallium_dri.so free 0x5571735de440 void 0.000118
+gallium_dri.so free 0x5571735de2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de3f0 0.000135
+gallium_dri.so free 0x5571735de500 void 0.000122
+gallium_dri.so free 0x5571735de3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de4b0 0.000117
+gallium_dri.so free 0x5571735de540 void 0.000118
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de4b0 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de670 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de670 void 0.000119
+gallium_dri.so malloc 72 0x5571735de670 0.000120
+gallium_dri.so free 0x5571735de7c0 void 0.000119
+gallium_dri.so free 0x5571735de670 void 0.000118
+gallium_dri.so malloc 72 0x5571735de770 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de770 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000119
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9c0 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735dea40 0.000150
+gallium_dri.so free 0x5571735deb00 void 0.000149
+gallium_dri.so free 0x5571735dea40 void 0.000149
+gallium_dri.so malloc 72 0x5571735dea40 0.000148
+gallium_dri.so free 0x5571735debc0 void 0.000149
+gallium_dri.so free 0x5571735dea40 void 0.000148
+gallium_dri.so malloc 72 0x5571735debe0 0.000146
+gallium_dri.so free 0x5571735dec80 void 0.000147
+gallium_dri.so free 0x5571735debe0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dec30 0.000158
+gallium_dri.so free 0x5571735ded00 void 0.000125
+gallium_dri.so free 0x5571735dec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec30 0.000118
+gallium_dri.so free 0x5571735ded80 void 0.000118
+gallium_dri.so free 0x5571735dec30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded80 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x5571735ded80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded80 0.000121
+gallium_dri.so free 0x5571735def00 void 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded80 0.000116
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000122
+gallium_dri.so malloc 72 0x5571735def70 0.000119
+gallium_dri.so free 0x5571735df080 void 0.000118
+gallium_dri.so free 0x5571735def70 void 0.000118
+gallium_dri.so malloc 72 0x5571735df030 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000119
+gallium_dri.so free 0x5571735df030 void 0.000119
+gallium_dri.so malloc 72 0x5571735df150 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so free 0x5571735df150 void 0.000119
+gallium_dri.so malloc 72 0x5571735df1e0 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df1e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df230 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df380 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so malloc 72 0x5571735df380 0.000118
+gallium_dri.so free 0x5571735df540 void 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000119
+gallium_dri.so free 0x5571735df580 void 0.000132
+gallium_dri.so free 0x5571735df4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4f0 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so free 0x5571735df4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df680 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000116
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so malloc 72 0x5571735df700 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so malloc 72 0x5571735df700 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000125
+gallium_dri.so malloc 72 0x5571735df870 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so free 0x5571735df870 void 0.000119
+gallium_dri.so malloc 72 0x5571735df870 0.000119
+gallium_dri.so free 0x5571735df9c0 void 0.000119
+gallium_dri.so free 0x5571735df870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa00 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000119
+gallium_dri.so free 0x5571735dfa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa80 0.000117
+gallium_dri.so free 0x5571735dfb40 void 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa80 0.000161
+gallium_dri.so free 0x5571735dfbc0 void 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000118
+gallium_dri.so free 0x5571735dfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000117
+gallium_dri.so free 0x5571735dfd40 void 0.000117
+gallium_dri.so free 0x5571735dfbf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000119
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000119
+gallium_dri.so free 0x5571735dfe80 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000121
+gallium_dri.so free 0x5571735dff40 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000119
+gallium_dri.so free 0x5571735e0000 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffb0 0.000117
+gallium_dri.so free 0x5571735e0080 void 0.000120
+gallium_dri.so free 0x5571735dffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e00d0 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so free 0x5571735e00d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0160 0.000119
+gallium_dri.so free 0x5571735e0200 void 0.000119
+gallium_dri.so free 0x5571735e0160 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000118
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so free 0x5571735e01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0280 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000120
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0280 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000116
+gallium_dri.so free 0x5571735e0600 void 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e05b0 0.000118
+gallium_dri.so free 0x5571735e0680 void 0.000120
+gallium_dri.so free 0x5571735e05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06d0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so free 0x5571735e06d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0780 0.000118
+gallium_dri.so free 0x5571735e0800 void 0.000117
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0780 0.000120
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08b0 0.000117
+gallium_dri.so free 0x5571735e0900 void 0.000119
+gallium_dri.so free 0x5571735e08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08b0 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000118
+gallium_dri.so free 0x5571735e08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e09b0 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e09b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a70 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000116
+gallium_dri.so free 0x5571735e0a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0a70 0.000119
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000118
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so free 0x5571735e0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000126
+gallium_dri.so free 0x5571735e0d80 void 0.000119
+gallium_dri.so free 0x5571735e0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d30 0.000119
+gallium_dri.so free 0x5571735e0e40 void 0.000119
+gallium_dri.so free 0x5571735e0d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0df0 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000118
+gallium_dri.so free 0x5571735e0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0df0 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so free 0x5571735e0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f80 0.000119
+gallium_dri.so free 0x5571735e1000 void 0.000120
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1000 0.000118
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1000 0.000119
+gallium_dri.so free 0x5571735e1180 void 0.000119
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11a0 0.000118
+gallium_dri.so free 0x5571735e1240 void 0.000118
+gallium_dri.so free 0x5571735e11a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e11f0 0.000119
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e11f0 0.000121
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so free 0x5571735e11f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1340 0.000119
+gallium_dri.so free 0x5571735e1400 void 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1340 0.000120
+gallium_dri.so free 0x5571735e14c0 void 0.000120
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1340 0.000118
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000118
+gallium_dri.so free 0x5571735e1640 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000118
+gallium_dri.so free 0x5571735e15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1710 0.000117
+gallium_dri.so free 0x5571735e1780 void 0.000118
+gallium_dri.so free 0x5571735e1710 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17a0 0.000119
+gallium_dri.so free 0x5571735e1840 void 0.000119
+gallium_dri.so free 0x5571735e17a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000118
+gallium_dri.so free 0x5571735e17f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1940 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1940 0.000117
+gallium_dri.so free 0x5571735e1b00 void 0.000128
+gallium_dri.so free 0x5571735e1940 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000117
+gallium_dri.so free 0x5571735e1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c40 0.000117
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e30 0.000118
+gallium_dri.so free 0x5571735e1e80 void 0.000122
+gallium_dri.so free 0x5571735e1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e30 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so free 0x5571735e1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2040 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2040 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21b0 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000119
+gallium_dri.so free 0x5571735e21b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21b0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735e21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22b0 0.000119
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000120
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2370 0.000128
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000119
+gallium_dri.so free 0x5571735e25c0 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2570 0.000117
+gallium_dri.so free 0x5571735e2640 void 0.000117
+gallium_dri.so free 0x5571735e2570 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2690 0.000119
+gallium_dri.so free 0x5571735e2700 void 0.000118
+gallium_dri.so free 0x5571735e2690 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2720 0.000118
+gallium_dri.so free 0x5571735e27c0 void 0.000118
+gallium_dri.so free 0x5571735e2720 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2770 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e2770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2840 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2840 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000123
+gallium_dri.so free 0x5571735e2980 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2980 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b70 0.000120
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c90 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so free 0x5571735e2c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d40 0.000119
+gallium_dri.so free 0x5571735e2dc0 void 0.000119
+gallium_dri.so free 0x5571735e2d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d40 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e70 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000119
+gallium_dri.so free 0x5571735e2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e70 0.000118
+gallium_dri.so free 0x5571735e2fc0 void 0.000117
+gallium_dri.so free 0x5571735e2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f70 0.000117
+gallium_dri.so free 0x5571735e3080 void 0.000119
+gallium_dri.so free 0x5571735e2f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e30c0 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3030 0.000119
+gallium_dri.so free 0x5571735e3180 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e31f0 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e31f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e31f0 0.000118
+gallium_dri.so free 0x5571735e3340 void 0.000118
+gallium_dri.so free 0x5571735e31f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e32f0 0.000118
+gallium_dri.so free 0x5571735e3400 void 0.000120
+gallium_dri.so free 0x5571735e32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e33b0 0.000118
+gallium_dri.so free 0x5571735e3440 void 0.000119
+gallium_dri.so free 0x5571735e33b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e33b0 0.000117
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so free 0x5571735e33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3540 0.000117
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000117
+gallium_dri.so malloc 72 0x5571735e35c0 0.000116
+gallium_dri.so free 0x5571735e3680 void 0.000182
+gallium_dri.so free 0x5571735e35c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35c0 0.000119
+gallium_dri.so free 0x5571735e3740 void 0.000117
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3760 0.000117
+gallium_dri.so free 0x5571735bee80 void 0.000118
+gallium_dri.so free 0x5571735e3760 void 0.000116
+gallium_dri.so malloc 72 0x5571735beeb0 0.000118
+gallium_dri.so free 0x5571735bef00 void 0.000119
+gallium_dri.so free 0x5571735beeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735beeb0 0.000119
+gallium_dri.so free 0x5571735bf000 void 0.000118
+gallium_dri.so free 0x5571735beeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735befb0 0.000118
+gallium_dri.so free 0x5571735bf0c0 void 0.000124
+gallium_dri.so free 0x5571735befb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf070 0.000116
+gallium_dri.so free 0x5571735bf100 void 0.000117
+gallium_dri.so free 0x5571735bf070 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf070 0.000120
+gallium_dri.so free 0x5571735bf1c0 void 0.000118
+gallium_dri.so free 0x5571735bf070 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf210 0.000118
+gallium_dri.so free 0x5571735bf280 void 0.000117
+gallium_dri.so free 0x5571735bf210 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf2c0 0.000126
+gallium_dri.so free 0x5571735bf340 void 0.000118
+gallium_dri.so free 0x5571735bf2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf340 0.000118
+gallium_dri.so free 0x5571735bf400 void 0.000117
+gallium_dri.so free 0x5571735bf340 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf340 0.000117
+gallium_dri.so free 0x5571735bf480 void 0.000119
+gallium_dri.so free 0x5571735bf340 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf4b0 0.000119
+gallium_dri.so free 0x5571735bf500 void 0.000118
+gallium_dri.so free 0x5571735bf4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf4b0 0.000117
+gallium_dri.so free 0x5571735bf600 void 0.000118
+gallium_dri.so free 0x5571735bf4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000117
+gallium_dri.so free 0x5571735bf6c0 void 0.000118
+gallium_dri.so free 0x5571735bf5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf670 0.000118
+gallium_dri.so free 0x5571735bf740 void 0.000117
+gallium_dri.so free 0x5571735bf670 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf760 0.000117
+gallium_dri.so free 0x5571735bf800 void 0.000117
+gallium_dri.so free 0x5571735bf760 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000118
+gallium_dri.so free 0x5571735bf880 void 0.000117
+gallium_dri.so free 0x5571735bf7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf7b0 0.000131
+gallium_dri.so free 0x5571735bf900 void 0.000120
+gallium_dri.so free 0x5571735bf7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf900 0.000118
+gallium_dri.so free 0x5571735bf9c0 void 0.000118
+gallium_dri.so free 0x5571735bf900 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf900 0.000117
+gallium_dri.so free 0x5571735bfa80 void 0.000116
+gallium_dri.so free 0x5571735bf900 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf900 0.000117
+gallium_dri.so free 0x5571735bfb40 void 0.000117
+gallium_dri.so free 0x5571735bf900 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000118
+gallium_dri.so free 0x5571735bfb40 void 0.000117
+gallium_dri.so free 0x5571735bfaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfaf0 0.000118
+gallium_dri.so free 0x5571735bfc40 void 0.000118
+gallium_dri.so free 0x5571735bfaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfbf0 0.000119
+gallium_dri.so free 0x5571735bfd00 void 0.000118
+gallium_dri.so free 0x5571735bfbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000118
+gallium_dri.so free 0x5571735bfd40 void 0.000119
+gallium_dri.so free 0x5571735bfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfcb0 0.000117
+gallium_dri.so free 0x5571735bfe00 void 0.000119
+gallium_dri.so free 0x5571735bfcb0 void 0.000227
+gallium_dri.so malloc 72 0x5571735bfe40 0.000121
+gallium_dri.so free 0x5571735bfec0 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfec0 0.000118
+gallium_dri.so free 0x5571735bff80 void 0.000123
+gallium_dri.so free 0x5571735bfec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfec0 0.000117
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so free 0x5571735bfec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0060 0.000117
+gallium_dri.so free 0x5571735c0100 void 0.000117
+gallium_dri.so free 0x5571735c0060 void 0.000118
+gallium_dri.so malloc 72 0x5571735c00b0 0.000117
+gallium_dri.so free 0x5571735c0180 void 0.000119
+gallium_dri.so free 0x5571735c00b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c00b0 0.000117
+gallium_dri.so free 0x5571735c0200 void 0.000117
+gallium_dri.so free 0x5571735c00b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0200 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000117
+gallium_dri.so free 0x5571735c0200 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0200 0.000118
+gallium_dri.so free 0x5571735c0380 void 0.000118
+gallium_dri.so free 0x5571735c0200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0200 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000129
+gallium_dri.so free 0x5571735c0200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c03f0 0.000117
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c03f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04b0 0.000119
+gallium_dri.so free 0x5571735c0580 void 0.000117
+gallium_dri.so free 0x5571735c04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05d0 0.000117
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c05d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0660 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so free 0x5571735c0660 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06b0 0.000119
+gallium_dri.so free 0x5571735c0780 void 0.000118
+gallium_dri.so free 0x5571735c06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06b0 0.000117
+gallium_dri.so free 0x5571735c0800 void 0.000119
+gallium_dri.so free 0x5571735c06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0800 0.000117
+gallium_dri.so free 0x5571735c08c0 void 0.000118
+gallium_dri.so free 0x5571735c0800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0800 0.000117
+gallium_dri.so free 0x5571735c09c0 void 0.000117
+gallium_dri.so free 0x5571735c0800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0970 0.000119
+gallium_dri.so free 0x5571735c0a00 void 0.000121
+gallium_dri.so free 0x5571735c0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0970 0.000117
+gallium_dri.so free 0x5571735c0ac0 void 0.000119
+gallium_dri.so free 0x5571735c0970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0b00 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b80 0.000119
+gallium_dri.so free 0x5571735c0c40 void 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b80 0.000119
+gallium_dri.so free 0x5571735c0cc0 void 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000120
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so free 0x5571735c0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000117
+gallium_dri.so free 0x5571735c0e40 void 0.000119
+gallium_dri.so free 0x5571735c0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e80 0.000118
+gallium_dri.so free 0x5571735c0f00 void 0.000123
+gallium_dri.so free 0x5571735c0e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f00 0.000118
+gallium_dri.so free 0x5571735c0fc0 void 0.000117
+gallium_dri.so free 0x5571735c0f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f00 0.000126
+gallium_dri.so free 0x5571735c1040 void 0.000118
+gallium_dri.so free 0x5571735c0f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x5571735c10c0 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1170 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c1170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1230 0.000117
+gallium_dri.so free 0x5571735c1300 void 0.000118
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1230 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000122
+gallium_dri.so free 0x5571735c1230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1230 0.000122
+gallium_dri.so free 0x5571735c1480 void 0.000121
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1430 0.000119
+gallium_dri.so free 0x5571735c1500 void 0.000118
+gallium_dri.so free 0x5571735c1430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1550 0.000118
+gallium_dri.so free 0x5571735c15c0 void 0.000118
+gallium_dri.so free 0x5571735c1550 void 0.000128
+gallium_dri.so malloc 72 0x5571735c15e0 0.000118
+gallium_dri.so free 0x5571735c1680 void 0.000119
+gallium_dri.so free 0x5571735c15e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1630 0.000119
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so free 0x5571735c1630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1700 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1700 0.000118
+gallium_dri.so free 0x5571735c1840 void 0.000119
+gallium_dri.so free 0x5571735c1700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1840 0.000117
+gallium_dri.so free 0x5571735c1900 void 0.000117
+gallium_dri.so free 0x5571735c1840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1840 0.000119
+gallium_dri.so free 0x5571735c19c0 void 0.000119
+gallium_dri.so free 0x5571735c1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1840 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000117
+gallium_dri.so free 0x5571735c1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a30 0.000118
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so free 0x5571735c1a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1b50 0.000119
+gallium_dri.so free 0x5571735c1bc0 void 0.000125
+gallium_dri.so free 0x5571735c1b50 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1c00 0.000121
+gallium_dri.so free 0x5571735c1c80 void 0.000120
+gallium_dri.so free 0x5571735c1c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1c00 0.000120
+gallium_dri.so free 0x5571735c1d00 void 0.000120
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d30 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000119
+gallium_dri.so free 0x5571735c1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d30 0.000118
+gallium_dri.so free 0x5571735c1e80 void 0.000207
+gallium_dri.so free 0x5571735c1d30 void 0.000146
+gallium_dri.so malloc 72 0x5571735c1e30 0.000109
+gallium_dri.so free 0x5571735c1f40 void 0.000232
+gallium_dri.so free 0x5571735c1e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000119
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so free 0x5571735c1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000118
+gallium_dri.so free 0x5571735c2040 void 0.000117
+gallium_dri.so free 0x5571735c1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c20b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c20b0 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so free 0x5571735c20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c21b0 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000118
+gallium_dri.so free 0x5571735c21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2270 0.000118
+gallium_dri.so free 0x5571735c2300 void 0.000118
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2270 0.000117
+gallium_dri.so free 0x5571735c23c0 void 0.000118
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2400 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000118
+gallium_dri.so free 0x5571735c2400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2480 0.000117
+gallium_dri.so free 0x5571735c2540 void 0.000117
+gallium_dri.so free 0x5571735c2480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2480 0.000118
+gallium_dri.so free 0x5571735c2600 void 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2620 0.000118
+gallium_dri.so free 0x5571735c26c0 void 0.000117
+gallium_dri.so free 0x5571735c2620 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2670 0.000117
+gallium_dri.so free 0x5571735c2740 void 0.000171
+gallium_dri.so free 0x5571735c2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2670 0.000118
+gallium_dri.so free 0x5571735c27c0 void 0.000122
+gallium_dri.so free 0x5571735c2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27c0 0.000119
+gallium_dri.so free 0x5571735c2880 void 0.000118
+gallium_dri.so free 0x5571735c27c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c27c0 0.000117
+gallium_dri.so free 0x5571735c2940 void 0.000118
+gallium_dri.so free 0x5571735c27c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27c0 0.000117
+gallium_dri.so free 0x5571735c2a00 void 0.000118
+gallium_dri.so free 0x5571735c27c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c29b0 0.000118
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x5571735c29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2a70 0.000118
+gallium_dri.so free 0x5571735c2b40 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2b90 0.000117
+gallium_dri.so free 0x5571735c2c00 void 0.000119
+gallium_dri.so free 0x5571735c2b90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c20 0.000119
+gallium_dri.so free 0x5571735c2cc0 void 0.000117
+gallium_dri.so free 0x5571735c2c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c70 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000120
+gallium_dri.so free 0x5571735c2c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2c70 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000119
+gallium_dri.so free 0x5571735c2c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000119
+gallium_dri.so free 0x5571735c2f80 void 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f30 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f30 0.000117
+gallium_dri.so free 0x5571735c3080 void 0.000118
+gallium_dri.so free 0x5571735c2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c30c0 0.000118
+gallium_dri.so free 0x5571735c3140 void 0.000116
+gallium_dri.so free 0x5571735c30c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3140 0.000118
+gallium_dri.so free 0x5571735c3200 void 0.000118
+gallium_dri.so free 0x5571735c3140 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3140 0.000117
+gallium_dri.so free 0x5571735c3280 void 0.000117
+gallium_dri.so free 0x5571735c3140 void 0.000117
+gallium_dri.so malloc 72 0x5571735c32b0 0.000193
+gallium_dri.so free 0x5571735c3300 void 0.000118
+gallium_dri.so free 0x5571735c32b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c32b0 0.000116
+gallium_dri.so free 0x5571735c3400 void 0.000116
+gallium_dri.so free 0x5571735c32b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3440 0.000117
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so free 0x5571735c3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735c34c0 0.000118
+gallium_dri.so free 0x5571735c3580 void 0.000118
+gallium_dri.so free 0x5571735c34c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c34c0 0.000118
+gallium_dri.so free 0x5571735c3600 void 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000119
+gallium_dri.so free 0x5571735c3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3730 0.000118
+gallium_dri.so free 0x5571735c3840 void 0.000118
+gallium_dri.so free 0x5571735c3730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37f0 0.000117
+gallium_dri.so free 0x5571735c38c0 void 0.000119
+gallium_dri.so free 0x5571735c37f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c37f0 0.000118
+gallium_dri.so free 0x5571735c3980 void 0.000118
+gallium_dri.so free 0x5571735c37f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c37f0 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000120
+gallium_dri.so free 0x5571735c37f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39f0 0.000118
+gallium_dri.so free 0x5571735c3ac0 void 0.000118
+gallium_dri.so free 0x5571735c39f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b10 0.000117
+gallium_dri.so free 0x5571735c3b80 void 0.000119
+gallium_dri.so free 0x5571735c3b10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000117
+gallium_dri.so free 0x5571735c3c40 void 0.000117
+gallium_dri.so free 0x5571735c3ba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000118
+gallium_dri.so free 0x5571735c3cc0 void 0.000118
+gallium_dri.so free 0x5571735c3bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000119
+gallium_dri.so free 0x5571735c3d80 void 0.000118
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000118
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so free 0x5571735c3cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3e00 0.000119
+gallium_dri.so free 0x5571735c3ec0 void 0.000148
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000117
+gallium_dri.so free 0x5571735c3f80 void 0.000117
+gallium_dri.so free 0x5571735c3e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3e00 0.000117
+gallium_dri.so free 0x5571735c4040 void 0.000117
+gallium_dri.so free 0x5571735c3e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000117
+gallium_dri.so free 0x5571735c40c0 void 0.000117
+gallium_dri.so free 0x5571735c3ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4110 0.000117
+gallium_dri.so free 0x5571735c4180 void 0.000117
+gallium_dri.so free 0x5571735c4110 void 0.000116
+gallium_dri.so malloc 72 0x5571735c41c0 0.000107
+gallium_dri.so free 0x5571735c4240 void 0.000250
+gallium_dri.so free 0x5571735c41c0 void 0.000151
+gallium_dri.so malloc 72 0x5571735c41c0 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000117
+gallium_dri.so free 0x5571735c41c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c42f0 0.000116
+gallium_dri.so free 0x5571735c4340 void 0.000116
+gallium_dri.so free 0x5571735c42f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c42f0 0.000118
+gallium_dri.so free 0x5571735c4440 void 0.000118
+gallium_dri.so free 0x5571735c42f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c43f0 0.000127
+gallium_dri.so free 0x5571735c4500 void 0.000119
+gallium_dri.so free 0x5571735c43f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c44b0 0.000116
+gallium_dri.so free 0x5571735c4540 void 0.000117
+gallium_dri.so free 0x5571735c44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c44b0 0.000118
+gallium_dri.so free 0x5571735c4600 void 0.000118
+gallium_dri.so free 0x5571735c44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c46c0 void 0.000118
+gallium_dri.so free 0x5571735c4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so free 0x5571735c4670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4770 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c4770 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4830 0.000118
+gallium_dri.so free 0x5571735c48c0 void 0.000117
+gallium_dri.so free 0x5571735c4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4830 0.000117
+gallium_dri.so free 0x5571735c4980 void 0.000118
+gallium_dri.so free 0x5571735c4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49c0 0.000117
+gallium_dri.so free 0x5571735c4a40 void 0.000117
+gallium_dri.so free 0x5571735c49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4a40 0.000126
+gallium_dri.so free 0x5571735c4b00 void 0.000124
+gallium_dri.so free 0x5571735c4a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4a40 0.000123
+gallium_dri.so free 0x5571735c4bc0 void 0.000122
+gallium_dri.so free 0x5571735c4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4be0 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000125
+gallium_dri.so free 0x5571735c4be0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4c30 0.000118
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so free 0x5571735c4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4c30 0.000118
+gallium_dri.so free 0x5571735c4d80 void 0.000118
+gallium_dri.so free 0x5571735c4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4d80 0.000117
+gallium_dri.so free 0x5571735c4e40 void 0.000117
+gallium_dri.so free 0x5571735c4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4d80 0.000118
+gallium_dri.so free 0x5571735c4f00 void 0.000117
+gallium_dri.so free 0x5571735c4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4d80 0.000118
+gallium_dri.so free 0x5571735c4fc0 void 0.000117
+gallium_dri.so free 0x5571735c4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f70 0.000116
+gallium_dri.so free 0x5571735c5080 void 0.000117
+gallium_dri.so free 0x5571735c4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5030 0.000111
+gallium_dri.so free 0x5571735c5100 void 0.000110
+gallium_dri.so free 0x5571735c5030 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5150 0.000109
+gallium_dri.so free 0x5571735c51c0 void 0.000109
+gallium_dri.so free 0x5571735c5150 void 0.000109
+gallium_dri.so malloc 72 0x5571735c51e0 0.000109
+gallium_dri.so free 0x5571735c5280 void 0.000110
+gallium_dri.so free 0x5571735c51e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5230 0.000110
+gallium_dri.so free 0x5571735c5300 void 0.000110
+gallium_dri.so free 0x5571735c5230 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5230 0.000110
+gallium_dri.so free 0x5571735c5380 void 0.000110
+gallium_dri.so free 0x5571735c5230 void 0.000109
+gallium_dri.so malloc 72 0x5571735c5380 0.000111
+gallium_dri.so free 0x5571735c5440 void 0.000113
+gallium_dri.so free 0x5571735c5380 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5380 0.000110
+gallium_dri.so free 0x5571735c5540 void 0.000110
+gallium_dri.so free 0x5571735c5380 void 0.000116
+gallium_dri.so malloc 72 0x5571735c54f0 0.000116
+gallium_dri.so free 0x5571735c5580 void 0.000116
+gallium_dri.so free 0x5571735c54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c54f0 0.000110
+gallium_dri.so free 0x5571735c5640 void 0.000110
+gallium_dri.so free 0x5571735c54f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5680 0.000131
+gallium_dri.so free 0x5571735c5700 void 0.000124
+gallium_dri.so free 0x5571735c5680 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5700 0.000120
+gallium_dri.so free 0x5571735c57c0 void 0.000120
+gallium_dri.so free 0x5571735c5700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5700 0.000118
+gallium_dri.so free 0x5571735c5840 void 0.000118
+gallium_dri.so free 0x5571735c5700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5870 0.000118
+gallium_dri.so free 0x5571735c58c0 void 0.000118
+gallium_dri.so free 0x5571735c5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5870 0.000117
+gallium_dri.so free 0x5571735c59c0 void 0.000117
+gallium_dri.so free 0x5571735c5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5a00 0.000118
+gallium_dri.so free 0x5571735c5a80 void 0.000117
+gallium_dri.so free 0x5571735c5a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5a80 0.000117
+gallium_dri.so free 0x5571735c5b40 void 0.000118
+gallium_dri.so free 0x5571735c5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5a80 0.000118
+gallium_dri.so free 0x5571735c5bc0 void 0.000118
+gallium_dri.so free 0x5571735c5a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5bf0 0.000124
+gallium_dri.so free 0x5571735c5c40 void 0.000118
+gallium_dri.so free 0x5571735c5bf0 void 0.000199
+gallium_dri.so malloc 72 0x5571735c5bf0 0.000111
+gallium_dri.so free 0x5571735c5d40 void 0.000110
+gallium_dri.so free 0x5571735c5bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5cf0 0.000112
+gallium_dri.so free 0x5571735c5e00 void 0.000110
+gallium_dri.so free 0x5571735c5cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5db0 0.000109
+gallium_dri.so free 0x5571735c5e80 void 0.000109
+gallium_dri.so free 0x5571735c5db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5db0 0.000109
+gallium_dri.so free 0x5571735c5f40 void 0.000110
+gallium_dri.so free 0x5571735c5db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5db0 0.000110
+gallium_dri.so free 0x5571735c6000 void 0.000109
+gallium_dri.so free 0x5571735c5db0 void 0.000108
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000109
+gallium_dri.so free 0x5571735c6080 void 0.000110
+gallium_dri.so free 0x5571735c5fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c60d0 0.000109
+gallium_dri.so free 0x5571735c6140 void 0.000110
+gallium_dri.so free 0x5571735c60d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6160 0.000116
+gallium_dri.so free 0x5571735c6200 void 0.000113
+gallium_dri.so free 0x5571735c6160 void 0.000110
+gallium_dri.so malloc 72 0x5571735c61b0 0.000109
+gallium_dri.so free 0x5571735c6280 void 0.000109
+gallium_dri.so free 0x5571735c61b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c6280 0.000160
+gallium_dri.so free 0x5571735c6340 void 0.000154
+gallium_dri.so free 0x5571735c6280 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6280 0.000113
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000110
+gallium_dri.so malloc 72 0x5571735c63c0 0.000109
+gallium_dri.so free 0x5571735c6480 void 0.000109
+gallium_dri.so free 0x5571735c63c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c63c0 0.000110
+gallium_dri.so free 0x5571735c6540 void 0.000110
+gallium_dri.so free 0x5571735c63c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c63c0 0.000111
+gallium_dri.so free 0x5571735c6600 void 0.000109
+gallium_dri.so free 0x5571735c63c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c65b0 0.000109
+gallium_dri.so free 0x5571735c6680 void 0.000110
+gallium_dri.so free 0x5571735c65b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c66d0 0.000109
+gallium_dri.so free 0x5571735c6740 void 0.000115
+gallium_dri.so free 0x5571735c66d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6780 0.000115
+gallium_dri.so free 0x5571735c6800 void 0.000114
+gallium_dri.so free 0x5571735c6780 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6780 0.000110
+gallium_dri.so free 0x5571735c6880 void 0.000109
+gallium_dri.so free 0x5571735c6780 void 0.000127
+gallium_dri.so malloc 72 0x5571735c68b0 0.000115
+gallium_dri.so free 0x5571735c6900 void 0.000115
+gallium_dri.so free 0x5571735c68b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c68b0 0.000119
+gallium_dri.so free 0x5571735c6a00 void 0.000114
+gallium_dri.so free 0x5571735c68b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c69b0 0.000114
+gallium_dri.so free 0x5571735c6ac0 void 0.000114
+gallium_dri.so free 0x5571735c69b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6a70 0.000113
+gallium_dri.so free 0x5571735c6b00 void 0.000113
+gallium_dri.so free 0x5571735c6a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6a70 0.000114
+gallium_dri.so free 0x5571735c6bc0 void 0.000114
+gallium_dri.so free 0x5571735c6a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6c30 0.000114
+gallium_dri.so free 0x5571735c6c80 void 0.000114
+gallium_dri.so free 0x5571735c6c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6c30 0.000113
+gallium_dri.so free 0x5571735c6d80 void 0.000114
+gallium_dri.so free 0x5571735c6c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6d30 0.000114
+gallium_dri.so free 0x5571735c6e40 void 0.000113
+gallium_dri.so free 0x5571735c6d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6df0 0.000113
+gallium_dri.so free 0x5571735c6e80 void 0.000114
+gallium_dri.so free 0x5571735c6df0 void 0.000163
+gallium_dri.so malloc 72 0x5571735c6df0 0.000113
+gallium_dri.so free 0x5571735c6f40 void 0.000113
+gallium_dri.so free 0x5571735c6df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6f80 0.000112
+gallium_dri.so free 0x5571735c7000 void 0.000112
+gallium_dri.so free 0x5571735c6f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7000 0.000111
+gallium_dri.so free 0x5571735c70c0 void 0.000112
+gallium_dri.so free 0x5571735c7000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7000 0.000110
+gallium_dri.so free 0x5571735c7180 void 0.000112
+gallium_dri.so free 0x5571735c7000 void 0.000120
+gallium_dri.so malloc 72 0x5571735c71a0 0.000117
+gallium_dri.so free 0x5571735c7240 void 0.000112
+gallium_dri.so free 0x5571735c71a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c71f0 0.000112
+gallium_dri.so free 0x5571735c72c0 void 0.000112
+gallium_dri.so free 0x5571735c71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c71f0 0.000118
+gallium_dri.so free 0x5571735c7340 void 0.000118
+gallium_dri.so free 0x5571735c71f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7340 0.000116
+gallium_dri.so free 0x5571735c7400 void 0.000118
+gallium_dri.so free 0x5571735c7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7340 0.000118
+gallium_dri.so free 0x5571735c74c0 void 0.000118
+gallium_dri.so free 0x5571735c7340 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7340 0.000110
+gallium_dri.so free 0x5571735c7580 void 0.000111
+gallium_dri.so free 0x5571735c7340 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7530 0.000112
+gallium_dri.so free 0x5571735c7640 void 0.000111
+gallium_dri.so free 0x5571735c7530 void 0.000110
+gallium_dri.so malloc 72 0x5571735c75f0 0.000109
+gallium_dri.so free 0x5571735c76c0 void 0.000109
+gallium_dri.so free 0x5571735c75f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c7710 0.000114
+gallium_dri.so free 0x5571735c7780 void 0.000110
+gallium_dri.so free 0x5571735c7710 void 0.000109
+gallium_dri.so malloc 72 0x5571735c77a0 0.000110
+gallium_dri.so free 0x5571735c7840 void 0.000111
+gallium_dri.so free 0x5571735c77a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c77f0 0.000109
+gallium_dri.so free 0x5571735c78c0 void 0.000110
+gallium_dri.so free 0x5571735c77f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c77f0 0.000111
+gallium_dri.so free 0x5571735c7940 void 0.000111
+gallium_dri.so free 0x5571735c77f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7940 0.000115
+gallium_dri.so free 0x5571735c7a00 void 0.000118
+gallium_dri.so free 0x5571735c7940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7940 0.000113
+gallium_dri.so free 0x5571735c7b00 void 0.000110
+gallium_dri.so free 0x5571735c7940 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000129
+gallium_dri.so free 0x5571735c7b40 void 0.000119
+gallium_dri.so free 0x5571735c7ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000117
+gallium_dri.so free 0x5571735c7c00 void 0.000123
+gallium_dri.so free 0x5571735c7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7c40 0.000119
+gallium_dri.so free 0x5571735c7cc0 void 0.000118
+gallium_dri.so free 0x5571735c7c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7cc0 0.000118
+gallium_dri.so free 0x5571735c7d80 void 0.000117
+gallium_dri.so free 0x5571735c7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7cc0 0.000118
+gallium_dri.so free 0x5571735c7e00 void 0.000119
+gallium_dri.so free 0x5571735c7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7e30 0.000119
+gallium_dri.so free 0x5571735c7e80 void 0.000118
+gallium_dri.so free 0x5571735c7e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7e30 0.000118
+gallium_dri.so free 0x5571735c7f80 void 0.000119
+gallium_dri.so free 0x5571735c7e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7fc0 0.000119
+gallium_dri.so free 0x5571735c8040 void 0.000119
+gallium_dri.so free 0x5571735c7fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8040 0.000118
+gallium_dri.so free 0x5571735c8100 void 0.000120
+gallium_dri.so free 0x5571735c8040 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8040 0.000113
+gallium_dri.so free 0x5571735c8180 void 0.000111
+gallium_dri.so free 0x5571735c8040 void 0.000147
+gallium_dri.so malloc 72 0x5571735c81b0 0.000111
+gallium_dri.so free 0x5571735c8200 void 0.000111
+gallium_dri.so free 0x5571735c81b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c81b0 0.000112
+gallium_dri.so free 0x5571735c8300 void 0.000112
+gallium_dri.so free 0x5571735c81b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c82b0 0.000111
+gallium_dri.so free 0x5571735c83c0 void 0.000111
+gallium_dri.so free 0x5571735c82b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8370 0.000111
+gallium_dri.so free 0x5571735c8440 void 0.000111
+gallium_dri.so free 0x5571735c8370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8370 0.000112
+gallium_dri.so free 0x5571735c8500 void 0.000113
+gallium_dri.so free 0x5571735c8370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8370 0.000137
+gallium_dri.so free 0x5571735c85c0 void 0.000248
+gallium_dri.so free 0x5571735c8370 void 0.000244
+gallium_dri.so malloc 72 0x5571735c8570 0.000164
+gallium_dri.so free 0x5571735c8640 void 0.000116
+gallium_dri.so free 0x5571735c8570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8690 0.000164
+gallium_dri.so free 0x5571735c8700 void 0.000115
+gallium_dri.so free 0x5571735c8690 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8720 0.000112
+gallium_dri.so free 0x5571735c87c0 void 0.000116
+gallium_dri.so free 0x5571735c8720 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8770 0.000114
+gallium_dri.so free 0x5571735c8840 void 0.000114
+gallium_dri.so free 0x5571735c8770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8840 0.000113
+gallium_dri.so free 0x5571735c8900 void 0.000115
+gallium_dri.so free 0x5571735c8840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8840 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000112
+gallium_dri.so free 0x5571735c8840 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8980 0.000112
+gallium_dri.so free 0x5571735c8a40 void 0.000112
+gallium_dri.so free 0x5571735c8980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8980 0.000112
+gallium_dri.so free 0x5571735c8b00 void 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8980 0.000113
+gallium_dri.so free 0x5571735c8bc0 void 0.000115
+gallium_dri.so free 0x5571735c8980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8b70 0.000123
+gallium_dri.so free 0x5571735c8c40 void 0.000123
+gallium_dri.so free 0x5571735c8b70 void 0.000145
+gallium_dri.so malloc 72 0x5571735c8c90 0.000125
+gallium_dri.so free 0x5571735c8d00 void 0.000118
+gallium_dri.so free 0x5571735c8c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8d40 0.000113
+gallium_dri.so free 0x5571735c8dc0 void 0.000113
+gallium_dri.so free 0x5571735c8d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8d40 0.000113
+gallium_dri.so free 0x5571735c8e40 void 0.000114
+gallium_dri.so free 0x5571735c8d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8e70 0.000112
+gallium_dri.so free 0x5571735c8ec0 void 0.000112
+gallium_dri.so free 0x5571735c8e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8e70 0.000112
+gallium_dri.so free 0x5571735c8fc0 void 0.000113
+gallium_dri.so free 0x5571735c8e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8f70 0.000114
+gallium_dri.so free 0x5571735c9080 void 0.000113
+gallium_dri.so free 0x5571735c8f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9030 0.000113
+gallium_dri.so free 0x5571735c90c0 void 0.000115
+gallium_dri.so free 0x5571735c9030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9030 0.000114
+gallium_dri.so free 0x5571735c9180 void 0.000114
+gallium_dri.so free 0x5571735c9030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c91f0 0.000113
+gallium_dri.so free 0x5571735c9240 void 0.000115
+gallium_dri.so free 0x5571735c91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c91f0 0.000128
+gallium_dri.so free 0x5571735c9340 void 0.000115
+gallium_dri.so free 0x5571735c91f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c92f0 0.000113
+gallium_dri.so free 0x5571735c9400 void 0.000115
+gallium_dri.so free 0x5571735c92f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c93b0 0.000114
+gallium_dri.so free 0x5571735c9440 void 0.000115
+gallium_dri.so free 0x5571735c93b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c93b0 0.000114
+gallium_dri.so free 0x5571735c9500 void 0.000113
+gallium_dri.so free 0x5571735c93b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9540 0.000113
+gallium_dri.so free 0x5571735c95c0 void 0.000115
+gallium_dri.so free 0x5571735c9540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c95c0 0.000112
+gallium_dri.so free 0x5571735c9680 void 0.000115
+gallium_dri.so free 0x5571735c95c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c95c0 0.000117
+gallium_dri.so free 0x5571735c9740 void 0.000114
+gallium_dri.so free 0x5571735c95c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9760 0.000113
+gallium_dri.so free 0x5571735c9800 void 0.000115
+gallium_dri.so free 0x5571735c9760 void 0.000113
+gallium_dri.so malloc 72 0x5571735c97b0 0.000113
+gallium_dri.so free 0x5571735c9880 void 0.000113
+gallium_dri.so free 0x5571735c97b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c97b0 0.000123
+gallium_dri.so free 0x5571735c9900 void 0.000112
+gallium_dri.so free 0x5571735c97b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9900 0.000112
+gallium_dri.so free 0x5571735c99c0 void 0.000113
+gallium_dri.so free 0x5571735c9900 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9900 0.000112
+gallium_dri.so free 0x5571735c9a80 void 0.000112
+gallium_dri.so free 0x5571735c9900 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9900 0.000111
+gallium_dri.so free 0x5571735c9b40 void 0.000117
+gallium_dri.so free 0x5571735c9900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9af0 0.000115
+gallium_dri.so free 0x5571735c9c00 void 0.000114
+gallium_dri.so free 0x5571735c9af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9bb0 0.000123
+gallium_dri.so free 0x5571735c9c80 void 0.000119
+gallium_dri.so free 0x5571735c9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9cd0 0.000123
+gallium_dri.so free 0x5571735c9d40 void 0.000120
+gallium_dri.so free 0x5571735c9cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9d60 0.000119
+gallium_dri.so free 0x5571735c9e00 void 0.000123
+gallium_dri.so free 0x5571735c9d60 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9db0 0.000124
+gallium_dri.so free 0x5571735c9e80 void 0.000133
+gallium_dri.so free 0x5571735c9db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9db0 0.000122
+gallium_dri.so free 0x5571735c9f00 void 0.000124
+gallium_dri.so free 0x5571735c9db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9f00 0.000124
+gallium_dri.so free 0x5571735c9fc0 void 0.000119
+gallium_dri.so free 0x5571735c9f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c9f00 0.000117
+gallium_dri.so free 0x5571735ca0c0 void 0.000120
+gallium_dri.so free 0x5571735c9f00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca070 0.000119
+gallium_dri.so free 0x5571735ca100 void 0.000115
+gallium_dri.so free 0x5571735ca070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ca070 0.000123
+gallium_dri.so free 0x5571735ca1c0 void 0.000119
+gallium_dri.so free 0x5571735ca070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca200 0.000113
+gallium_dri.so free 0x5571735ca280 void 0.000120
+gallium_dri.so free 0x5571735ca200 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca280 0.000120
+gallium_dri.so free 0x5571735ca340 void 0.000118
+gallium_dri.so free 0x5571735ca280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca280 0.000115
+gallium_dri.so free 0x5571735ca3c0 void 0.000197
+gallium_dri.so free 0x5571735ca280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000114
+gallium_dri.so free 0x5571735ca440 void 0.000115
+gallium_dri.so free 0x5571735ca3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ca3f0 0.000114
+gallium_dri.so free 0x5571735ca540 void 0.000114
+gallium_dri.so free 0x5571735ca3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ca580 0.000122
+gallium_dri.so free 0x5571735ca600 void 0.000118
+gallium_dri.so free 0x5571735ca580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ca600 0.000114
+gallium_dri.so free 0x5571735ca6c0 void 0.000119
+gallium_dri.so free 0x5571735ca600 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca600 0.000123
+gallium_dri.so free 0x5571735ca740 void 0.000125
+gallium_dri.so free 0x5571735ca600 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca770 0.000123
+gallium_dri.so free 0x5571735ca7c0 void 0.000124
+gallium_dri.so free 0x5571735ca770 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca770 0.000119
+gallium_dri.so free 0x5571735ca8c0 void 0.000115
+gallium_dri.so free 0x5571735ca770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ca870 0.000133
+gallium_dri.so free 0x5571735ca980 void 0.000124
+gallium_dri.so free 0x5571735ca870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ca930 0.000122
+gallium_dri.so free 0x5571735cab40 void 0.000124
+gallium_dri.so free 0x5571735ca930 void 0.000123
+gallium_dri.so malloc 72 0x5571735ca930 0.000132
+gallium_dri.so free 0x5571735cabc0 void 0.000130
+gallium_dri.so free 0x5571735ca930 void 0.000130
+gallium_dri.so malloc 72 0x5571735cabf0 0.000129
+gallium_dri.so free 0x5571735cac40 void 0.000129
+gallium_dri.so free 0x5571735cabf0 void 0.000199
+gallium_dri.so malloc 72 0x5571735cabf0 0.000297
+gallium_dri.so free 0x5571735cad40 void 0.000282
+gallium_dri.so free 0x5571735cabf0 void 0.000279
+gallium_dri.so malloc 72 0x5571735cacf0 0.000223
+gallium_dri.so free 0x5571735cae00 void 0.000160
+gallium_dri.so free 0x5571735cacf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cadb0 0.000225
+gallium_dri.so free 0x5571735cae40 void 0.000224
+gallium_dri.so free 0x5571735cadb0 void 0.000197
+gallium_dri.so malloc 72 0x5571735cadb0 0.000129
+gallium_dri.so free 0x5571735caf00 void 0.000128
+gallium_dri.so free 0x5571735cadb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735caf50 0.000128
+gallium_dri.so free 0x5571735d82a0 void 0.000130
+gallium_dri.so free 0x5571735cafc0 void 0.000120
+gallium_dri.so free 0x5571735caf50 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb000 0.000115
+gallium_dri.so free 0x5571735cb080 void 0.000119
+gallium_dri.so free 0x5571735cb000 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb080 0.000115
+gallium_dri.so free 0x5571735cb140 void 0.000116
+gallium_dri.so free 0x5571735cb080 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb080 0.000116
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb080 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000115
+gallium_dri.so free 0x5571735cb240 void 0.000115
+gallium_dri.so free 0x5571735cb1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000127
+gallium_dri.so free 0x5571735cb340 void 0.000125
+gallium_dri.so free 0x5571735cb1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000119
+gallium_dri.so free 0x5571735cb400 void 0.000116
+gallium_dri.so free 0x5571735cb2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000116
+gallium_dri.so free 0x5571735cb480 void 0.000116
+gallium_dri.so free 0x5571735cb3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb4a0 0.000114
+gallium_dri.so free 0x5571735cb540 void 0.000116
+gallium_dri.so free 0x5571735cb4a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000115
+gallium_dri.so free 0x5571735cb5c0 void 0.000115
+gallium_dri.so free 0x5571735cb4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000115
+gallium_dri.so free 0x5571735cb640 void 0.000116
+gallium_dri.so free 0x5571735cb4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb640 0.000116
+gallium_dri.so free 0x5571735cb700 void 0.000116
+gallium_dri.so free 0x5571735cb640 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb640 0.000124
+gallium_dri.so free 0x5571735cb7c0 void 0.000122
+gallium_dri.so free 0x5571735cb640 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb640 0.000117
+gallium_dri.so free 0x5571735cb880 void 0.000118
+gallium_dri.so free 0x5571735cb640 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb830 0.000125
+gallium_dri.so free 0x5571735cb880 void 0.000120
+gallium_dri.so free 0x5571735cb830 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb830 0.000117
+gallium_dri.so free 0x5571735cb980 void 0.000115
+gallium_dri.so free 0x5571735cb830 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb930 0.000115
+gallium_dri.so free 0x5571735cba40 void 0.000116
+gallium_dri.so free 0x5571735cb930 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000114
+gallium_dri.so free 0x5571735cba80 void 0.000116
+gallium_dri.so free 0x5571735cb9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000116
+gallium_dri.so free 0x5571735cbb40 void 0.000117
+gallium_dri.so free 0x5571735cb9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbb80 0.000115
+gallium_dri.so free 0x5571735cbc00 void 0.000115
+gallium_dri.so free 0x5571735cbb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbc00 0.000118
+gallium_dri.so free 0x5571735cbcc0 void 0.000116
+gallium_dri.so free 0x5571735cbc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbc00 0.000115
+gallium_dri.so free 0x5571735cbd80 void 0.000115
+gallium_dri.so free 0x5571735cbc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbda0 0.000114
+gallium_dri.so free 0x5571735cbe40 void 0.000115
+gallium_dri.so free 0x5571735cbda0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000124
+gallium_dri.so free 0x5571735cbec0 void 0.000119
+gallium_dri.so free 0x5571735cbdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000115
+gallium_dri.so free 0x5571735cbf40 void 0.000116
+gallium_dri.so free 0x5571735cbdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbf40 0.000115
+gallium_dri.so free 0x5571735cc000 void 0.000116
+gallium_dri.so free 0x5571735cbf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbf40 0.000115
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so free 0x5571735cbf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbf40 0.000116
+gallium_dri.so free 0x5571735cc180 void 0.000117
+gallium_dri.so free 0x5571735cbf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc130 0.000114
+gallium_dri.so free 0x5571735cc240 void 0.000115
+gallium_dri.so free 0x5571735cc130 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000115
+gallium_dri.so free 0x5571735cc2c0 void 0.000118
+gallium_dri.so free 0x5571735cc1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc310 0.000121
+gallium_dri.so free 0x5571735cc380 void 0.000119
+gallium_dri.so free 0x5571735cc310 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc3a0 0.000116
+gallium_dri.so free 0x5571735cc440 void 0.000115
+gallium_dri.so free 0x5571735cc3a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000124
+gallium_dri.so free 0x5571735cc4c0 void 0.000121
+gallium_dri.so free 0x5571735cc3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000117
+gallium_dri.so free 0x5571735cc540 void 0.000117
+gallium_dri.so free 0x5571735cc3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc540 0.000116
+gallium_dri.so free 0x5571735cc600 void 0.000116
+gallium_dri.so free 0x5571735cc540 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc540 0.000115
+gallium_dri.so free 0x5571735cc700 void 0.000116
+gallium_dri.so free 0x5571735cc540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000121
+gallium_dri.so free 0x5571735cc740 void 0.000112
+gallium_dri.so free 0x5571735cc6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000109
+gallium_dri.so free 0x5571735cc800 void 0.000109
+gallium_dri.so free 0x5571735cc6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc840 0.000116
+gallium_dri.so free 0x5571735cc8c0 void 0.000116
+gallium_dri.so free 0x5571735cc840 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000109
+gallium_dri.so free 0x5571735cc980 void 0.000112
+gallium_dri.so free 0x5571735cc8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000109
+gallium_dri.so free 0x5571735cca00 void 0.000163
+gallium_dri.so free 0x5571735cc8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cca30 0.000123
+gallium_dri.so free 0x5571735cca80 void 0.000122
+gallium_dri.so free 0x5571735cca30 void 0.000123
+gallium_dri.so malloc 72 0x5571735cca30 0.000123
+gallium_dri.so free 0x5571735ccb80 void 0.000119
+gallium_dri.so free 0x5571735cca30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000119
+gallium_dri.so free 0x5571735ccc40 void 0.000125
+gallium_dri.so free 0x5571735ccbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccc40 0.000118
+gallium_dri.so free 0x5571735ccd00 void 0.000115
+gallium_dri.so free 0x5571735ccc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc40 0.000117
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so free 0x5571735ccc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000119
+gallium_dri.so free 0x5571735cce00 void 0.000125
+gallium_dri.so free 0x5571735ccdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000115
+gallium_dri.so free 0x5571735ccf00 void 0.000115
+gallium_dri.so free 0x5571735ccdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cceb0 0.000133
+gallium_dri.so free 0x5571735ccfc0 void 0.000123
+gallium_dri.so free 0x5571735cceb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccf70 0.000122
+gallium_dri.so free 0x5571735cd040 void 0.000123
+gallium_dri.so free 0x5571735ccf70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccf70 0.000118
+gallium_dri.so free 0x5571735cd100 void 0.000113
+gallium_dri.so free 0x5571735ccf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccf70 0.000122
+gallium_dri.so free 0x5571735cd1c0 void 0.000117
+gallium_dri.so free 0x5571735ccf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd170 0.000124
+gallium_dri.so free 0x5571735cd240 void 0.000122
+gallium_dri.so free 0x5571735cd170 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd290 0.000123
+gallium_dri.so free 0x5571735cd300 void 0.000123
+gallium_dri.so free 0x5571735cd290 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd320 0.000112
+gallium_dri.so free 0x5571735cd3c0 void 0.000120
+gallium_dri.so free 0x5571735cd320 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd370 0.000120
+gallium_dri.so free 0x5571735cd440 void 0.000133
+gallium_dri.so free 0x5571735cd370 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd440 0.000118
+gallium_dri.so free 0x5571735cd500 void 0.000124
+gallium_dri.so free 0x5571735cd440 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd440 0.000130
+gallium_dri.so free 0x5571735cd580 void 0.000129
+gallium_dri.so free 0x5571735cd440 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd580 0.000130
+gallium_dri.so free 0x5571735cd640 void 0.000130
+gallium_dri.so free 0x5571735cd580 void 0.000225
+gallium_dri.so malloc 72 0x5571735cd580 0.000219
+gallium_dri.so free 0x5571735cd700 void 0.000182
+gallium_dri.so free 0x5571735cd580 void 0.000180
+gallium_dri.so malloc 72 0x5571735cd580 0.000182
+gallium_dri.so free 0x5571735cd7c0 void 0.000197
+gallium_dri.so free 0x5571735cd580 void 0.000157
+gallium_dri.so malloc 72 0x5571735cd770 0.000120
+gallium_dri.so free 0x5571735cd840 void 0.000121
+gallium_dri.so free 0x5571735cd770 void 0.000189
+gallium_dri.so malloc 72 0x5571735cd890 0.000131
+gallium_dri.so free 0x5571735cd900 void 0.000181
+gallium_dri.so free 0x5571735cd890 void 0.000223
+gallium_dri.so malloc 72 0x5571735cd940 0.000188
+gallium_dri.so free 0x5571735cd9c0 void 0.000290
+gallium_dri.so free 0x5571735cd940 void 0.000166
+gallium_dri.so malloc 72 0x5571735cd940 0.000288
+gallium_dri.so free 0x5571735cda40 void 0.000299
+gallium_dri.so free 0x5571735cd940 void 0.000280
+gallium_dri.so malloc 72 0x5571735cda70 0.000275
+gallium_dri.so free 0x5571735cdac0 void 0.000278
+gallium_dri.so free 0x5571735cda70 void 0.000247
+gallium_dri.so malloc 72 0x5571735cda70 0.000225
+gallium_dri.so free 0x5571735cdbc0 void 0.000132
+gallium_dri.so free 0x5571735cda70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdb70 0.000129
+gallium_dri.so free 0x5571735cdc80 void 0.000128
+gallium_dri.so free 0x5571735cdb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdc30 0.000129
+gallium_dri.so free 0x5571735cdcc0 void 0.000124
+gallium_dri.so free 0x5571735cdc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdc30 0.000118
+gallium_dri.so free 0x5571735cdd80 void 0.000119
+gallium_dri.so free 0x5571735cdc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cddf0 0.000130
+gallium_dri.so free 0x5571735cde40 void 0.000130
+gallium_dri.so free 0x5571735cddf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cddf0 0.000129
+gallium_dri.so free 0x5571735cdf40 void 0.000129
+gallium_dri.so free 0x5571735cddf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cdef0 0.000137
+gallium_dri.so free 0x5571735ce000 void 0.000130
+gallium_dri.so free 0x5571735cdef0 void 0.000165
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000180
+gallium_dri.so free 0x5571735ce040 void 0.000293
+gallium_dri.so free 0x5571735cdfb0 void 0.000273
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000277
+gallium_dri.so free 0x5571735ce100 void 0.000285
+gallium_dri.so free 0x5571735cdfb0 void 0.000237
+gallium_dri.so malloc 72 0x5571735ce140 0.000189
+gallium_dri.so free 0x5571735ce1c0 void 0.000136
+gallium_dri.so free 0x5571735ce140 void 0.000137
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000131
+gallium_dri.so free 0x5571735ce280 void 0.000133
+gallium_dri.so free 0x5571735ce1c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000137
+gallium_dri.so free 0x5571735ce340 void 0.000139
+gallium_dri.so free 0x5571735ce1c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ce360 0.000137
+gallium_dri.so free 0x5571735ce400 void 0.000147
+gallium_dri.so free 0x5571735ce360 void 0.000133
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000132
+gallium_dri.so free 0x5571735ce480 void 0.000135
+gallium_dri.so free 0x5571735ce3b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000136
+gallium_dri.so free 0x5571735ce500 void 0.000137
+gallium_dri.so free 0x5571735ce3b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ce500 0.000136
+gallium_dri.so free 0x5571735ce5c0 void 0.000136
+gallium_dri.so free 0x5571735ce500 void 0.000136
+gallium_dri.so malloc 72 0x5571735ce500 0.000135
+gallium_dri.so free 0x5571735ce680 void 0.000138
+gallium_dri.so free 0x5571735ce500 void 0.000136
+gallium_dri.so malloc 72 0x5571735ce500 0.000136
+gallium_dri.so free 0x5571735ce740 void 0.000136
+gallium_dri.so free 0x5571735ce500 void 0.000136
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000137
+gallium_dri.so free 0x5571735ce800 void 0.000132
+gallium_dri.so free 0x5571735ce6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000170
+gallium_dri.so free 0x5571735ce880 void 0.000171
+gallium_dri.so free 0x5571735ce7b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735ce8d0 0.000170
+gallium_dri.so free 0x5571735ce940 void 0.000169
+gallium_dri.so free 0x5571735ce8d0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ce960 0.000185
+gallium_dri.so free 0x5571735cea00 void 0.000133
+gallium_dri.so free 0x5571735ce960 void 0.000188
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000249
+gallium_dri.so free 0x5571735cea80 void 0.000286
+gallium_dri.so free 0x5571735ce9b0 void 0.000253
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000242
+gallium_dri.so free 0x5571735ceb00 void 0.000137
+gallium_dri.so free 0x5571735ce9b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ceb00 0.000187
+gallium_dri.so free 0x5571735cebc0 void 0.000182
+gallium_dri.so free 0x5571735ceb00 void 0.000210
+gallium_dri.so malloc 72 0x5571735ceb00 0.000141
+gallium_dri.so free 0x5571735cecc0 void 0.000137
+gallium_dri.so free 0x5571735ceb00 void 0.000140
+gallium_dri.so malloc 72 0x5571735cec70 0.000171
+gallium_dri.so free 0x5571735ced00 void 0.000174
+gallium_dri.so free 0x5571735cec70 void 0.000137
+gallium_dri.so malloc 72 0x5571735cec70 0.000136
+gallium_dri.so free 0x5571735cedc0 void 0.000138
+gallium_dri.so free 0x5571735cec70 void 0.000137
+gallium_dri.so malloc 72 0x5571735cee00 0.000137
+gallium_dri.so free 0x5571735cee80 void 0.000139
+gallium_dri.so free 0x5571735cee00 void 0.000139
+gallium_dri.so malloc 72 0x5571735cee80 0.000133
+gallium_dri.so free 0x5571735cef40 void 0.000129
+gallium_dri.so free 0x5571735cee80 void 0.000132
+gallium_dri.so malloc 72 0x5571735cee80 0.000137
+gallium_dri.so free 0x5571735cefc0 void 0.000138
+gallium_dri.so free 0x5571735cee80 void 0.000147
+gallium_dri.so malloc 72 0x5571735ceff0 0.000133
+gallium_dri.so free 0x5571735cf040 void 0.000127
+gallium_dri.so free 0x5571735ceff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ceff0 0.000138
+gallium_dri.so free 0x5571735cf140 void 0.000138
+gallium_dri.so free 0x5571735ceff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf180 0.000131
+gallium_dri.so free 0x5571735cf200 void 0.000136
+gallium_dri.so free 0x5571735cf180 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf200 0.000133
+gallium_dri.so free 0x5571735cf2c0 void 0.000138
+gallium_dri.so free 0x5571735cf200 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf200 0.000128
+gallium_dri.so free 0x5571735cf340 void 0.000132
+gallium_dri.so free 0x5571735cf200 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf370 0.000128
+gallium_dri.so free 0x5571735cf3c0 void 0.000127
+gallium_dri.so free 0x5571735cf370 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf370 0.000136
+gallium_dri.so free 0x5571735cf4c0 void 0.000136
+gallium_dri.so free 0x5571735cf370 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf470 0.000128
+gallium_dri.so free 0x5571735cf580 void 0.000156
+gallium_dri.so free 0x5571735cf470 void 0.000212
+gallium_dri.so malloc 72 0x5571735cf530 0.000143
+gallium_dri.so free 0x5571735cf600 void 0.000138
+gallium_dri.so free 0x5571735cf530 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf530 0.000136
+gallium_dri.so free 0x5571735cf6c0 void 0.000141
+gallium_dri.so free 0x5571735cf530 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf530 0.000136
+gallium_dri.so free 0x5571735cf780 void 0.000131
+gallium_dri.so free 0x5571735cf530 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf730 0.000136
+gallium_dri.so free 0x5571735cf800 void 0.000137
+gallium_dri.so free 0x5571735cf730 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf850 0.000127
+gallium_dri.so free 0x5571735cf8c0 void 0.000126
+gallium_dri.so free 0x5571735cf850 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf8e0 0.000136
+gallium_dri.so free 0x5571735cf980 void 0.000139
+gallium_dri.so free 0x5571735cf8e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf930 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000137
+gallium_dri.so free 0x5571735cf930 void 0.000137
+gallium_dri.so malloc 72 0x5571735cfa00 0.000144
+gallium_dri.so free 0x5571735cfac0 void 0.000128
+gallium_dri.so free 0x5571735cfa00 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfa00 0.000139
+gallium_dri.so free 0x5571735cfb40 void 0.000136
+gallium_dri.so free 0x5571735cfa00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfb40 0.000131
+gallium_dri.so free 0x5571735cfc00 void 0.000132
+gallium_dri.so free 0x5571735cfb40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfb40 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000126
+gallium_dri.so free 0x5571735cfb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfb40 0.000125
+gallium_dri.so free 0x5571735cfd80 void 0.000125
+gallium_dri.so free 0x5571735cfb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfd30 0.000124
+gallium_dri.so free 0x5571735cfe00 void 0.000125
+gallium_dri.so free 0x5571735cfd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfe50 0.000124
+gallium_dri.so free 0x5571735cfec0 void 0.000125
+gallium_dri.so free 0x5571735cfe50 void 0.000125
+gallium_dri.so malloc 72 0x5571735cff00 0.000125
+gallium_dri.so free 0x5571735cff80 void 0.000125
+gallium_dri.so free 0x5571735cff00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cff00 0.000138
+gallium_dri.so free 0x5571735d0000 void 0.000126
+gallium_dri.so free 0x5571735cff00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0030 0.000127
+gallium_dri.so free 0x5571735d0080 void 0.000126
+gallium_dri.so free 0x5571735d0030 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0030 0.000125
+gallium_dri.so free 0x5571735d0180 void 0.000127
+gallium_dri.so free 0x5571735d0030 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0130 0.000125
+gallium_dri.so free 0x5571735d0240 void 0.000126
+gallium_dri.so free 0x5571735d0130 void 0.000124
+gallium_dri.so malloc 72 0x5571735d01f0 0.000124
+gallium_dri.so free 0x5571735d0280 void 0.000126
+gallium_dri.so free 0x5571735d01f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d01f0 0.000125
+gallium_dri.so free 0x5571735d0340 void 0.000128
+gallium_dri.so free 0x5571735d01f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d03b0 0.000125
+gallium_dri.so free 0x5571735d0400 void 0.000127
+gallium_dri.so free 0x5571735d03b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d03b0 0.000126
+gallium_dri.so free 0x5571735d0500 void 0.000132
+gallium_dri.so free 0x5571735d03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d04b0 0.000114
+gallium_dri.so free 0x5571735d05c0 void 0.000124
+gallium_dri.so free 0x5571735d04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0570 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000114
+gallium_dri.so free 0x5571735d0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0570 0.000115
+gallium_dri.so free 0x5571735d06c0 void 0.000112
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0700 0.000113
+gallium_dri.so free 0x5571735d0780 void 0.000114
+gallium_dri.so free 0x5571735d0700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0780 0.000113
+gallium_dri.so free 0x5571735d0840 void 0.000115
+gallium_dri.so free 0x5571735d0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0780 0.000114
+gallium_dri.so free 0x5571735d0900 void 0.000113
+gallium_dri.so free 0x5571735d0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0920 0.000113
+gallium_dri.so free 0x5571735d09c0 void 0.000114
+gallium_dri.so free 0x5571735d0920 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0970 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so free 0x5571735d0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0970 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000112
+gallium_dri.so free 0x5571735d0ac0 void 0.000192
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000184
+gallium_dri.so free 0x5571735d0c40 void 0.000240
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000115
+gallium_dri.so free 0x5571735d0d00 void 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000113
+gallium_dri.so free 0x5571735d0dc0 void 0.000116
+gallium_dri.so free 0x5571735d0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d70 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e90 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000115
+gallium_dri.so free 0x5571735d0e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f20 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000115
+gallium_dri.so free 0x5571735d0f20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f70 0.000113
+gallium_dri.so free 0x5571735d1040 void 0.000114
+gallium_dri.so free 0x5571735d0f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f70 0.000114
+gallium_dri.so free 0x5571735d10c0 void 0.000114
+gallium_dri.so free 0x5571735d0f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d10c0 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000116
+gallium_dri.so free 0x5571735d10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10c0 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000113
+gallium_dri.so free 0x5571735d10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1230 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1230 0.000114
+gallium_dri.so free 0x5571735d1380 void 0.000114
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13c0 0.000113
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so free 0x5571735d13c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1440 0.000120
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1440 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15b0 0.000115
+gallium_dri.so free 0x5571735d1600 void 0.000115
+gallium_dri.so free 0x5571735d15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15b0 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000113
+gallium_dri.so free 0x5571735d15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1740 0.000113
+gallium_dri.so free 0x5571735d17c0 void 0.000142
+gallium_dri.so free 0x5571735d1740 void 0.000116
+gallium_dri.so malloc 72 0x5571735d17c0 0.000113
+gallium_dri.so free 0x5571735d1880 void 0.000115
+gallium_dri.so free 0x5571735d17c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d17c0 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000115
+gallium_dri.so free 0x5571735d17c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1930 0.000115
+gallium_dri.so free 0x5571735d1980 void 0.000114
+gallium_dri.so free 0x5571735d1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1930 0.000113
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so free 0x5571735d1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a30 0.000113
+gallium_dri.so free 0x5571735d1b40 void 0.000114
+gallium_dri.so free 0x5571735d1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1af0 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1af0 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000115
+gallium_dri.so free 0x5571735d1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1af0 0.000114
+gallium_dri.so free 0x5571735d1d40 void 0.000115
+gallium_dri.so free 0x5571735d1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000114
+gallium_dri.so free 0x5571735d1dc0 void 0.000122
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e10 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000114
+gallium_dri.so free 0x5571735d1e10 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1ea0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1ea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x5571735d1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000115
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2100 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2100 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2100 0.000113
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000116
+gallium_dri.so malloc 72 0x5571735d22f0 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d22f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2410 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so free 0x5571735d2410 void 0.000113
+gallium_dri.so malloc 72 0x5571735d24c0 0.000119
+gallium_dri.so free 0x5571735d2540 void 0.000114
+gallium_dri.so free 0x5571735d24c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d24c0 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000116
+gallium_dri.so free 0x5571735d24c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25f0 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25f0 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26f0 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d26f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2840 void 0.000116
+gallium_dri.so free 0x5571735d27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27b0 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2970 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000115
+gallium_dri.so free 0x5571735d2970 void 0.000175
+gallium_dri.so malloc 72 0x5571735d2970 0.000116
+gallium_dri.so free 0x5571735d2ac0 void 0.000114
+gallium_dri.so free 0x5571735d2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2a70 0.000114
+gallium_dri.so free 0x5571735d2b80 void 0.000115
+gallium_dri.so free 0x5571735d2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b30 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2b30 0.000113
+gallium_dri.so free 0x5571735d2c80 void 0.000115
+gallium_dri.so free 0x5571735d2b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2cc0 0.000112
+gallium_dri.so free 0x5571735d2d40 void 0.000115
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d40 0.000114
+gallium_dri.so free 0x5571735d2e00 void 0.000115
+gallium_dri.so free 0x5571735d2d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d40 0.000112
+gallium_dri.so free 0x5571735d2ec0 void 0.000115
+gallium_dri.so free 0x5571735d2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ee0 0.000112
+gallium_dri.so free 0x5571735d2f80 void 0.000116
+gallium_dri.so free 0x5571735d2ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f30 0.000113
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so free 0x5571735d2f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2f30 0.000116
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3080 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3080 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3080 0.000113
+gallium_dri.so free 0x5571735d32c0 void 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3270 0.000115
+gallium_dri.so free 0x5571735d3380 void 0.000114
+gallium_dri.so free 0x5571735d3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3330 0.000112
+gallium_dri.so free 0x5571735d3400 void 0.000115
+gallium_dri.so free 0x5571735d3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3450 0.000114
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d3450 void 0.000113
+gallium_dri.so malloc 72 0x5571735d34e0 0.000117
+gallium_dri.so free 0x5571735d3580 void 0.000115
+gallium_dri.so free 0x5571735d34e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3530 0.000113
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3530 0.000128
+gallium_dri.so free 0x5571735d3680 void 0.000116
+gallium_dri.so free 0x5571735d3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3680 0.000115
+gallium_dri.so free 0x5571735d3740 void 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3680 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37f0 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37f0 0.000114
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3980 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3a00 0.000114
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000117
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3b70 0.000113
+gallium_dri.so free 0x5571735d3bc0 void 0.000114
+gallium_dri.so free 0x5571735d3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b70 0.000158
+gallium_dri.so free 0x5571735d3cc0 void 0.000117
+gallium_dri.so free 0x5571735d3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d00 0.000113
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d80 0.000113
+gallium_dri.so free 0x5571735d3e40 void 0.000114
+gallium_dri.so free 0x5571735d3d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3d80 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000114
+gallium_dri.so free 0x5571735d3f40 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000113
+gallium_dri.so free 0x5571735d4100 void 0.000115
+gallium_dri.so free 0x5571735d3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40b0 0.000115
+gallium_dri.so free 0x5571735d4300 void 0.000118
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42b0 0.000115
+gallium_dri.so free 0x5571735d4380 void 0.000115
+gallium_dri.so free 0x5571735d42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43d0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d43d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4460 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d4460 void 0.000116
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x5571735d44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4580 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000115
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4580 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000115
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so malloc 72 0x5571735d46c0 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46c0 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46c0 0.000113
+gallium_dri.so free 0x5571735d4900 void 0.000128
+gallium_dri.so free 0x5571735d46c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48b0 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d48b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d49d0 0.000115
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d49d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a80 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a80 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d4a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x5571735d4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000112
+gallium_dri.so free 0x5571735d4d00 void 0.000114
+gallium_dri.so free 0x5571735d4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000115
+gallium_dri.so free 0x5571735d4cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d70 0.000114
+gallium_dri.so free 0x5571735d4e00 void 0.000114
+gallium_dri.so free 0x5571735d4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d70 0.000113
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4f30 0.000113
+gallium_dri.so free 0x5571735d4f80 void 0.000114
+gallium_dri.so free 0x5571735d4f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f30 0.000113
+gallium_dri.so free 0x5571735d5080 void 0.000116
+gallium_dri.so free 0x5571735d4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5030 0.000113
+gallium_dri.so free 0x5571735d5140 void 0.000114
+gallium_dri.so free 0x5571735d5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50f0 0.000114
+gallium_dri.so free 0x5571735d5180 void 0.000116
+gallium_dri.so free 0x5571735d50f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50f0 0.000114
+gallium_dri.so free 0x5571735d5240 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5280 0.000113
+gallium_dri.so free 0x5571735d5300 void 0.000115
+gallium_dri.so free 0x5571735d5280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5300 0.000114
+gallium_dri.so free 0x5571735d53c0 void 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5300 0.000114
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d54a0 0.000113
+gallium_dri.so free 0x5571735d5540 void 0.000114
+gallium_dri.so free 0x5571735d54a0 void 0.000156
+gallium_dri.so malloc 72 0x5571735d54f0 0.000128
+gallium_dri.so free 0x5571735d55c0 void 0.000115
+gallium_dri.so free 0x5571735d54f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d54f0 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d54f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5640 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5640 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5640 0.000141
+gallium_dri.so free 0x5571735d5880 void 0.000142
+gallium_dri.so free 0x5571735d5640 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5830 0.000128
+gallium_dri.so free 0x5571735d5940 void 0.000143
+gallium_dri.so free 0x5571735d5830 void 0.000140
+gallium_dri.so malloc 72 0x5571735d58f0 0.000127
+gallium_dri.so free 0x5571735d59c0 void 0.000118
+gallium_dri.so free 0x5571735d58f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5a10 0.000116
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5a10 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5aa0 0.000116
+gallium_dri.so free 0x5571735d5b40 void 0.000122
+gallium_dri.so free 0x5571735d5aa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5af0 0.000117
+gallium_dri.so free 0x5571735d5bc0 void 0.000118
+gallium_dri.so free 0x5571735d5af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5af0 0.000121
+gallium_dri.so free 0x5571735d5c40 void 0.000117
+gallium_dri.so free 0x5571735d5af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5c40 0.000117
+gallium_dri.so free 0x5571735d5d00 void 0.000119
+gallium_dri.so free 0x5571735d5c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5c40 0.000117
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5db0 0.000116
+gallium_dri.so free 0x5571735d5e40 void 0.000120
+gallium_dri.so free 0x5571735d5db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5f40 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000118
+gallium_dri.so free 0x5571735d5f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000115
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000127
+gallium_dri.so free 0x5571735d6100 void 0.000119
+gallium_dri.so free 0x5571735d5fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6130 0.000116
+gallium_dri.so free 0x5571735d6180 void 0.000116
+gallium_dri.so free 0x5571735d6130 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6130 0.000116
+gallium_dri.so free 0x5571735d6280 void 0.000116
+gallium_dri.so free 0x5571735d6130 void 0.000116
+gallium_dri.so malloc 72 0x5571735d62c0 0.000115
+gallium_dri.so free 0x5571735d6340 void 0.000145
+gallium_dri.so free 0x5571735d62c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6340 0.000115
+gallium_dri.so free 0x5571735d6400 void 0.000116
+gallium_dri.so free 0x5571735d6340 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6340 0.000117
+gallium_dri.so free 0x5571735d6480 void 0.000117
+gallium_dri.so free 0x5571735d6340 void 0.000117
+gallium_dri.so malloc 72 0x5571735d64b0 0.000115
+gallium_dri.so free 0x5571735d6500 void 0.000115
+gallium_dri.so free 0x5571735d64b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d64b0 0.000116
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so free 0x5571735d64b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d65b0 0.000117
+gallium_dri.so free 0x5571735d66c0 void 0.000115
+gallium_dri.so free 0x5571735d65b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6670 0.000149
+gallium_dri.so free 0x5571735d6740 void 0.000130
+gallium_dri.so free 0x5571735d6670 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6670 0.000128
+gallium_dri.so free 0x5571735d6800 void 0.000128
+gallium_dri.so free 0x5571735d6670 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6670 0.000129
+gallium_dri.so free 0x5571735d68c0 void 0.000128
+gallium_dri.so free 0x5571735d6670 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6870 0.000128
+gallium_dri.so free 0x5571735d6940 void 0.000130
+gallium_dri.so free 0x5571735d6870 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6990 0.000128
+gallium_dri.so free 0x5571735d6a00 void 0.000128
+gallium_dri.so free 0x5571735d6990 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6a20 0.000127
+gallium_dri.so free 0x5571735d6ac0 void 0.000127
+gallium_dri.so free 0x5571735d6a20 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6a70 0.000127
+gallium_dri.so free 0x5571735d6b40 void 0.000129
+gallium_dri.so free 0x5571735d6a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6b40 0.000128
+gallium_dri.so free 0x5571735d6c00 void 0.000128
+gallium_dri.so free 0x5571735d6b40 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6b40 0.000127
+gallium_dri.so free 0x5571735eb380 void 0.000133
+gallium_dri.so free 0x5571735d6b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb380 0.000128
+gallium_dri.so free 0x5571735eb440 void 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb380 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb380 0.000115
+gallium_dri.so free 0x5571735eb5c0 void 0.000116
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb570 0.000116
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb570 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb690 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735eb690 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb740 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so free 0x5571735eb740 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb740 0.000116
+gallium_dri.so free 0x5571735eb840 void 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000141
+gallium_dri.so malloc 72 0x5571735eb870 0.000118
+gallium_dri.so free 0x5571735eb8c0 void 0.000115
+gallium_dri.so free 0x5571735eb870 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb870 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000117
+gallium_dri.so free 0x5571735eb870 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb970 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000116
+gallium_dri.so free 0x5571735eb970 void 0.000115
+gallium_dri.so malloc 72 0x5571735eba30 0.000115
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba30 0.000114
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735eba30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000116
+gallium_dri.so free 0x5571735ebc40 void 0.000115
+gallium_dri.so free 0x5571735ebbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000115
+gallium_dri.so free 0x5571735ebe00 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000118
+gallium_dri.so free 0x5571735ebdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so free 0x5571735ebdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf40 0.000127
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000116
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000114
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so free 0x5571735ebfc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec160 0.000115
+gallium_dri.so free 0x5571735ec200 void 0.000114
+gallium_dri.so free 0x5571735ec160 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000114
+gallium_dri.so free 0x5571735ec280 void 0.000116
+gallium_dri.so free 0x5571735ec1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000116
+gallium_dri.so free 0x5571735ec300 void 0.000115
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec300 0.000115
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec300 0.000117
+gallium_dri.so free 0x5571735ec480 void 0.000120
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec300 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000123
+gallium_dri.so free 0x5571735ec600 void 0.000131
+gallium_dri.so free 0x5571735ec4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec760 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000148
+gallium_dri.so free 0x5571735ec760 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000115
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000116
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec900 0.000115
+gallium_dri.so free 0x5571735ec9c0 void 0.000115
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec900 0.000116
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so free 0x5571735ec900 void 0.000116
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecb00 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eca70 0.000167
+gallium_dri.so free 0x5571735ecbc0 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecc00 0.000122
+gallium_dri.so free 0x5571735ecc80 void 0.000123
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc80 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000122
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc80 0.000120
+gallium_dri.so free 0x5571735ecdc0 void 0.000122
+gallium_dri.so free 0x5571735ecc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000122
+gallium_dri.so free 0x5571735ece40 void 0.000122
+gallium_dri.so free 0x5571735ecdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x5571735ecdf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecf80 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000123
+gallium_dri.so free 0x5571735ecf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed000 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed000 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000135
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed170 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed170 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed170 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed270 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000117
+gallium_dri.so free 0x5571735ed330 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed330 0.000116
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed330 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed530 0.000115
+gallium_dri.so free 0x5571735ed600 void 0.000116
+gallium_dri.so free 0x5571735ed530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed650 0.000140
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed650 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000132
+gallium_dri.so free 0x5571735ed6e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed730 0.000121
+gallium_dri.so free 0x5571735ed800 void 0.000121
+gallium_dri.so free 0x5571735ed730 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed800 0.000122
+gallium_dri.so free 0x5571735ed8c0 void 0.000122
+gallium_dri.so free 0x5571735ed800 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed800 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735eda00 void 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735edb80 void 0.000122
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so malloc 72 0x5571735edb30 0.000120
+gallium_dri.so free 0x5571735edc00 void 0.000120
+gallium_dri.so free 0x5571735edb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735edc50 0.000122
+gallium_dri.so free 0x5571735edcc0 void 0.000121
+gallium_dri.so free 0x5571735edc50 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd00 0.000125
+gallium_dri.so free 0x5571735edd80 void 0.000122
+gallium_dri.so free 0x5571735edd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd00 0.000121
+gallium_dri.so free 0x5571735ede00 void 0.000121
+gallium_dri.so free 0x5571735edd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000121
+gallium_dri.so free 0x5571735ede30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede30 0.000121
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735ede30 void 0.000121
+gallium_dri.so malloc 72 0x5571735edf30 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so free 0x5571735edf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edff0 0.000120
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735edff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edff0 0.000122
+gallium_dri.so free 0x5571735ee140 void 0.000121
+gallium_dri.so free 0x5571735edff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000120
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so free 0x5571735ee1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000147
+gallium_dri.so free 0x5571735ee1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000117
+gallium_dri.so free 0x5571735ee2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee400 void 0.000116
+gallium_dri.so free 0x5571735ee370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000116
+gallium_dri.so free 0x5571735ee4c0 void 0.000144
+gallium_dri.so free 0x5571735ee370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee500 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee500 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee580 0.000115
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee580 0.000116
+gallium_dri.so free 0x5571735ee700 void 0.000117
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee720 0.000116
+gallium_dri.so free 0x5571735ee7c0 void 0.000117
+gallium_dri.so free 0x5571735ee720 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee770 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee770 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee770 0.000126
+gallium_dri.so free 0x5571735ee8c0 void 0.000120
+gallium_dri.so free 0x5571735ee770 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000116
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000115
+gallium_dri.so free 0x5571735eea40 void 0.000115
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeab0 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eeab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeb70 0.000116
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so free 0x5571735eeb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec90 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so free 0x5571735eec90 void 0.000115
+gallium_dri.so malloc 72 0x5571735eed20 0.000117
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eed20 void 0.000115
+gallium_dri.so malloc 72 0x5571735eed70 0.000125
+gallium_dri.so free 0x5571735eee40 void 0.000118
+gallium_dri.so free 0x5571735eed70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed70 0.000114
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eed70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeec0 0.000117
+gallium_dri.so free 0x5571735eef80 void 0.000115
+gallium_dri.so free 0x5571735eeec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeec0 0.000112
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000116
+gallium_dri.so free 0x5571735ef0c0 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef030 0.000116
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef240 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef240 0.000116
+gallium_dri.so free 0x5571735ef380 void 0.000117
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000128
+gallium_dri.so free 0x5571735ef400 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000126
+gallium_dri.so free 0x5571735ef500 void 0.000116
+gallium_dri.so free 0x5571735ef3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef540 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000116
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000116
+gallium_dri.so free 0x5571735ef680 void 0.000116
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000112
+gallium_dri.so free 0x5571735ef700 void 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef730 0.000112
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef830 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef830 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so free 0x5571735ef8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000207
+gallium_dri.so free 0x5571735efb40 void 0.000123
+gallium_dri.so free 0x5571735ef8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efaf0 0.000114
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so free 0x5571735efaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc10 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efc10 void 0.000115
+gallium_dri.so malloc 72 0x5571735efca0 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000112
+gallium_dri.so free 0x5571735efca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcf0 0.000112
+gallium_dri.so free 0x5571735efdc0 void 0.000116
+gallium_dri.so free 0x5571735efcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efdc0 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000113
+gallium_dri.so free 0x5571735efdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efdc0 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so free 0x5571735efdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eff00 0.000120
+gallium_dri.so free 0x5571735effc0 void 0.000117
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eff00 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000115
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff00 0.000137
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00f0 0.000112
+gallium_dri.so free 0x5571735f01c0 void 0.000113
+gallium_dri.so free 0x5571735f00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0210 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so free 0x5571735f0210 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02c0 0.000146
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02c0 0.000113
+gallium_dri.so free 0x5571735f03c0 void 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03f0 0.000113
+gallium_dri.so free 0x5571735f0440 void 0.000117
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000112
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f04f0 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so free 0x5571735f04f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f05b0 0.000113
+gallium_dri.so free 0x5571735f0640 void 0.000112
+gallium_dri.so free 0x5571735f05b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05b0 0.000112
+gallium_dri.so free 0x5571735f0700 void 0.000118
+gallium_dri.so free 0x5571735f05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0770 0.000117
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so free 0x5571735f0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0930 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0930 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b40 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000117
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b40 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000116
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000126
+gallium_dri.so free 0x5571735f0ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d30 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000117
+gallium_dri.so free 0x5571735f0d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d30 0.000112
+gallium_dri.so free 0x5571735f0e80 void 0.000116
+gallium_dri.so free 0x5571735f0d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0e80 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e80 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000115
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e80 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so free 0x5571735f0e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1070 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1130 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1250 0.000139
+gallium_dri.so free 0x5571735f12c0 void 0.000116
+gallium_dri.so free 0x5571735f1250 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12e0 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000127
+gallium_dri.so free 0x5571735f12e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1330 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1330 0.000116
+gallium_dri.so free 0x5571735f1480 void 0.000116
+gallium_dri.so free 0x5571735f1330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1480 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000114
+gallium_dri.so free 0x5571735f1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1480 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000112
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1780 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1800 0.000116
+gallium_dri.so free 0x5571735f18c0 void 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1800 0.000115
+gallium_dri.so free 0x5571735f1940 void 0.000174
+gallium_dri.so free 0x5571735f1800 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1970 0.000122
+gallium_dri.so free 0x5571735f19c0 void 0.000121
+gallium_dri.so free 0x5571735f1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1970 0.000118
+gallium_dri.so free 0x5571735f1ac0 void 0.000123
+gallium_dri.so free 0x5571735f1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1b00 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b80 0.000120
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1b80 0.000120
+gallium_dri.so free 0x5571735f1cc0 void 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000120
+gallium_dri.so free 0x5571735f1d40 void 0.000121
+gallium_dri.so free 0x5571735f1cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000120
+gallium_dri.so free 0x5571735f1e40 void 0.000120
+gallium_dri.so free 0x5571735f1cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1df0 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000121
+gallium_dri.so free 0x5571735f1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000131
+gallium_dri.so free 0x5571735f1f80 void 0.000122
+gallium_dri.so free 0x5571735f1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000121
+gallium_dri.so free 0x5571735f2040 void 0.000119
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000122
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f20b0 0.000151
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so free 0x5571735f20b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f21d0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000122
+gallium_dri.so free 0x5571735f21d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2260 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2260 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22b0 0.000117
+gallium_dri.so free 0x5571735f2380 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2380 0.000121
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f2380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2380 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so free 0x5571735f2380 void 0.000129
+gallium_dri.so malloc 72 0x5571735f24c0 0.000117
+gallium_dri.so free 0x5571735f2580 void 0.000122
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f24c0 0.000121
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f26b0 0.000122
+gallium_dri.so free 0x5571735f2780 void 0.000119
+gallium_dri.so free 0x5571735f26b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27d0 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f27d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2880 0.000118
+gallium_dri.so free 0x5571735f2900 void 0.000119
+gallium_dri.so free 0x5571735f2880 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2880 0.000120
+gallium_dri.so free 0x5571735f2980 void 0.000121
+gallium_dri.so free 0x5571735f2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29b0 0.000119
+gallium_dri.so free 0x5571735f2a00 void 0.000121
+gallium_dri.so free 0x5571735f29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f29b0 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000190
+gallium_dri.so free 0x5571735f29b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000115
+gallium_dri.so free 0x5571735f2bc0 void 0.000117
+gallium_dri.so free 0x5571735f2ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b70 0.000116
+gallium_dri.so free 0x5571735f2c00 void 0.000117
+gallium_dri.so free 0x5571735f2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b70 0.000115
+gallium_dri.so free 0x5571735f2cc0 void 0.000117
+gallium_dri.so free 0x5571735f2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2d30 0.000115
+gallium_dri.so free 0x5571735f2d80 void 0.000117
+gallium_dri.so free 0x5571735f2d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2d30 0.000116
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735f2d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e30 0.000115
+gallium_dri.so free 0x5571735f2f40 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000115
+gallium_dri.so free 0x5571735f2f80 void 0.000116
+gallium_dri.so free 0x5571735f2ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000128
+gallium_dri.so free 0x5571735f3040 void 0.000124
+gallium_dri.so free 0x5571735f2ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3080 0.000140
+gallium_dri.so free 0x5571735f3100 void 0.000125
+gallium_dri.so free 0x5571735f3080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3100 0.000121
+gallium_dri.so free 0x5571735f31c0 void 0.000127
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3100 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000123
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f32a0 0.000120
+gallium_dri.so free 0x5571735f3340 void 0.000120
+gallium_dri.so free 0x5571735f32a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f32f0 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so free 0x5571735f32f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f32f0 0.000120
+gallium_dri.so free 0x5571735f3440 void 0.000123
+gallium_dri.so free 0x5571735f32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3440 0.000122
+gallium_dri.so free 0x5571735f3500 void 0.000122
+gallium_dri.so free 0x5571735f3440 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3440 0.000121
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3440 0.000124
+gallium_dri.so free 0x5571735f3680 void 0.000125
+gallium_dri.so free 0x5571735f3440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3630 0.000121
+gallium_dri.so free 0x5571735f3740 void 0.000120
+gallium_dri.so free 0x5571735f3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f36f0 0.000121
+gallium_dri.so free 0x5571735f37c0 void 0.000122
+gallium_dri.so free 0x5571735f36f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3810 0.000121
+gallium_dri.so free 0x5571735f3880 void 0.000121
+gallium_dri.so free 0x5571735f3810 void 0.000122
+gallium_dri.so malloc 72 0x5571735f38a0 0.000121
+gallium_dri.so free 0x5571735f3940 void 0.000121
+gallium_dri.so free 0x5571735f38a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f38f0 0.000120
+gallium_dri.so free 0x5571735f39c0 void 0.000122
+gallium_dri.so free 0x5571735f38f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f38f0 0.000120
+gallium_dri.so free 0x5571735f3a40 void 0.000122
+gallium_dri.so free 0x5571735f38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3a40 0.000121
+gallium_dri.so free 0x5571735f3b00 void 0.000122
+gallium_dri.so free 0x5571735f3a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3a40 0.000121
+gallium_dri.so free 0x5571735f3c00 void 0.000121
+gallium_dri.so free 0x5571735f3a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000172
+gallium_dri.so free 0x5571735f3c40 void 0.000122
+gallium_dri.so free 0x5571735f3bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000121
+gallium_dri.so free 0x5571735f3d00 void 0.000121
+gallium_dri.so free 0x5571735f3bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3d40 0.000121
+gallium_dri.so free 0x5571735f3dc0 void 0.000123
+gallium_dri.so free 0x5571735f3d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000143
+gallium_dri.so free 0x5571735f3e80 void 0.000126
+gallium_dri.so free 0x5571735f3dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000122
+gallium_dri.so free 0x5571735f3f00 void 0.000122
+gallium_dri.so free 0x5571735f3dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3f30 0.000121
+gallium_dri.so free 0x5571735f3f80 void 0.000121
+gallium_dri.so free 0x5571735f3f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3f30 0.000121
+gallium_dri.so free 0x5571735f4080 void 0.000122
+gallium_dri.so free 0x5571735f3f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f40c0 0.000122
+gallium_dri.so free 0x5571735f4140 void 0.000122
+gallium_dri.so free 0x5571735f40c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4140 0.000121
+gallium_dri.so free 0x5571735f4200 void 0.000134
+gallium_dri.so free 0x5571735f4140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4140 0.000121
+gallium_dri.so free 0x5571735f4280 void 0.000121
+gallium_dri.so free 0x5571735f4140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f42b0 0.000120
+gallium_dri.so free 0x5571735f4300 void 0.000121
+gallium_dri.so free 0x5571735f42b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f42b0 0.000122
+gallium_dri.so free 0x5571735f4400 void 0.000121
+gallium_dri.so free 0x5571735f42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f43b0 0.000120
+gallium_dri.so free 0x5571735f44c0 void 0.000121
+gallium_dri.so free 0x5571735f43b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4470 0.000121
+gallium_dri.so free 0x5571735f4540 void 0.000121
+gallium_dri.so free 0x5571735f4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4470 0.000120
+gallium_dri.so free 0x5571735f4600 void 0.000121
+gallium_dri.so free 0x5571735f4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4470 0.000121
+gallium_dri.so free 0x5571735f46c0 void 0.000123
+gallium_dri.so free 0x5571735f4470 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4670 0.000121
+gallium_dri.so free 0x5571735f4740 void 0.000122
+gallium_dri.so free 0x5571735f4670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4790 0.000131
+gallium_dri.so free 0x5571735f4800 void 0.000121
+gallium_dri.so free 0x5571735f4790 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4820 0.000121
+gallium_dri.so free 0x5571735f48c0 void 0.000120
+gallium_dri.so free 0x5571735f4820 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4870 0.000121
+gallium_dri.so free 0x5571735f4940 void 0.000122
+gallium_dri.so free 0x5571735f4870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4940 0.000122
+gallium_dri.so free 0x5571735f4a00 void 0.000123
+gallium_dri.so free 0x5571735f4940 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4940 0.000121
+gallium_dri.so free 0x5571735f4a80 void 0.000122
+gallium_dri.so free 0x5571735f4940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000120
+gallium_dri.so free 0x5571735f4b40 void 0.000123
+gallium_dri.so free 0x5571735f4a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4a80 0.000121
+gallium_dri.so free 0x5571735f4c00 void 0.000121
+gallium_dri.so free 0x5571735f4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000120
+gallium_dri.so free 0x5571735f4cc0 void 0.000143
+gallium_dri.so free 0x5571735f4a80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4c70 0.000121
+gallium_dri.so free 0x5571735f4d40 void 0.000135
+gallium_dri.so free 0x5571735f4c70 void 0.000270
+gallium_dri.so malloc 72 0x5571735f4d90 0.000224
+gallium_dri.so free 0x5571735f4e00 void 0.000135
+gallium_dri.so free 0x5571735f4d90 void 0.000169
+gallium_dri.so malloc 72 0x5571735f4e40 0.000128
+gallium_dri.so free 0x5571735f4ec0 void 0.000186
+gallium_dri.so free 0x5571735f4e40 void 0.000189
+gallium_dri.so malloc 72 0x5571735f4e40 0.000181
+gallium_dri.so free 0x5571735f4f40 void 0.000180
+gallium_dri.so free 0x5571735f4e40 void 0.000181
+gallium_dri.so malloc 72 0x5571735f4f70 0.000181
+gallium_dri.so free 0x5571735f4fc0 void 0.000189
+gallium_dri.so free 0x5571735f4f70 void 0.000135
+gallium_dri.so malloc 72 0x5571735f4f70 0.000128
+gallium_dri.so free 0x5571735f50c0 void 0.000124
+gallium_dri.so free 0x5571735f4f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5070 0.000123
+gallium_dri.so free 0x5571735f5180 void 0.000125
+gallium_dri.so free 0x5571735f5070 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5130 0.000182
+gallium_dri.so free 0x5571735f51c0 void 0.000168
+gallium_dri.so free 0x5571735f5130 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5130 0.000129
+gallium_dri.so free 0x5571735f5280 void 0.000130
+gallium_dri.so free 0x5571735f5130 void 0.000135
+gallium_dri.so malloc 72 0x5571735f52f0 0.000136
+gallium_dri.so free 0x5571735f5340 void 0.000176
+gallium_dri.so free 0x5571735f52f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f52f0 0.000191
+gallium_dri.so free 0x5571735f5440 void 0.000142
+gallium_dri.so free 0x5571735f52f0 void 0.000200
+gallium_dri.so malloc 72 0x5571735f53f0 0.000125
+gallium_dri.so free 0x5571735f5500 void 0.000126
+gallium_dri.so free 0x5571735f53f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f54b0 0.000132
+gallium_dri.so free 0x5571735f5540 void 0.000157
+gallium_dri.so free 0x5571735f54b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f54b0 0.000124
+gallium_dri.so free 0x5571735f5600 void 0.000125
+gallium_dri.so free 0x5571735f54b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5640 0.000133
+gallium_dri.so free 0x5571735f56c0 void 0.000155
+gallium_dri.so free 0x5571735f5640 void 0.000155
+gallium_dri.so malloc 72 0x5571735f56c0 0.000149
+gallium_dri.so free 0x5571735f5780 void 0.000124
+gallium_dri.so free 0x5571735f56c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f56c0 0.000124
+gallium_dri.so free 0x5571735f5840 void 0.000124
+gallium_dri.so free 0x5571735f56c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f5860 0.000124
+gallium_dri.so free 0x5571735f5900 void 0.000124
+gallium_dri.so free 0x5571735f5860 void 0.000124
+gallium_dri.so malloc 72 0x5571735f58b0 0.000125
+gallium_dri.so free 0x5571735f5980 void 0.000124
+gallium_dri.so free 0x5571735f58b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f58b0 0.000125
+gallium_dri.so free 0x5571735f5a00 void 0.000125
+gallium_dri.so free 0x5571735f58b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5a00 0.000145
+gallium_dri.so free 0x5571735f5ac0 void 0.000136
+gallium_dri.so free 0x5571735f5a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5a00 0.000123
+gallium_dri.so free 0x5571735f5b80 void 0.000124
+gallium_dri.so free 0x5571735f5a00 void 0.000136
+gallium_dri.so malloc 72 0x5571735f5a00 0.000143
+gallium_dri.so free 0x5571735f5c40 void 0.000136
+gallium_dri.so free 0x5571735f5a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000123
+gallium_dri.so free 0x5571735f5d00 void 0.000123
+gallium_dri.so free 0x5571735f5bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000125
+gallium_dri.so free 0x5571735f5d80 void 0.000124
+gallium_dri.so free 0x5571735f5cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5dd0 0.000126
+gallium_dri.so free 0x5571735f5e40 void 0.000124
+gallium_dri.so free 0x5571735f5dd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5e60 0.000125
+gallium_dri.so free 0x5571735f5f00 void 0.000124
+gallium_dri.so free 0x5571735f5e60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000126
+gallium_dri.so free 0x5571735f5f80 void 0.000124
+gallium_dri.so free 0x5571735f5eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000137
+gallium_dri.so free 0x5571735f6000 void 0.000125
+gallium_dri.so free 0x5571735f5eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6000 0.000123
+gallium_dri.so free 0x5571735f60c0 void 0.000130
+gallium_dri.so free 0x5571735f6000 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6000 0.000148
+gallium_dri.so free 0x5571735f61c0 void 0.000135
+gallium_dri.so free 0x5571735f6000 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6170 0.000124
+gallium_dri.so free 0x5571735f6200 void 0.000124
+gallium_dri.so free 0x5571735f6170 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6170 0.000122
+gallium_dri.so free 0x5571735f62c0 void 0.000123
+gallium_dri.so free 0x5571735f6170 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6300 0.000123
+gallium_dri.so free 0x5571735f6380 void 0.000124
+gallium_dri.so free 0x5571735f6300 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6380 0.000123
+gallium_dri.so free 0x5571735f6440 void 0.000123
+gallium_dri.so free 0x5571735f6380 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6380 0.000124
+gallium_dri.so free 0x5571735f64c0 void 0.000123
+gallium_dri.so free 0x5571735f6380 void 0.000130
+gallium_dri.so malloc 72 0x5571735f64f0 0.000141
+gallium_dri.so free 0x5571735f6540 void 0.000137
+gallium_dri.so free 0x5571735f64f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f64f0 0.000124
+gallium_dri.so free 0x5571735f6640 void 0.000143
+gallium_dri.so free 0x5571735f64f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6680 0.000122
+gallium_dri.so free 0x5571735f6700 void 0.000125
+gallium_dri.so free 0x5571735f6680 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6700 0.000123
+gallium_dri.so free 0x5571735f67c0 void 0.000123
+gallium_dri.so free 0x5571735f6700 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6700 0.000123
+gallium_dri.so free 0x5571735f6840 void 0.000122
+gallium_dri.so free 0x5571735f6700 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6870 0.000123
+gallium_dri.so free 0x5571735f68c0 void 0.000123
+gallium_dri.so free 0x5571735f6870 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6870 0.000122
+gallium_dri.so free 0x5571735f69c0 void 0.000123
+gallium_dri.so free 0x5571735f6870 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6970 0.000123
+gallium_dri.so free 0x5571735f6a80 void 0.000124
+gallium_dri.so free 0x5571735f6970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6a30 0.000126
+gallium_dri.so free 0x5571735f6b00 void 0.000122
+gallium_dri.so free 0x5571735f6a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6a30 0.000128
+gallium_dri.so free 0x5571735f6bc0 void 0.000134
+gallium_dri.so free 0x5571735f6a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6a30 0.000128
+gallium_dri.so free 0x5571735f6c80 void 0.000126
+gallium_dri.so free 0x5571735f6a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6c30 0.000126
+gallium_dri.so free 0x5571735f6d00 void 0.000125
+gallium_dri.so free 0x5571735f6c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6d50 0.000126
+gallium_dri.so free 0x5571735f6dc0 void 0.000127
+gallium_dri.so free 0x5571735f6d50 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6de0 0.000125
+gallium_dri.so free 0x5571735f6e80 void 0.000124
+gallium_dri.so free 0x5571735f6de0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6e30 0.000125
+gallium_dri.so free 0x5571735f6f00 void 0.000126
+gallium_dri.so free 0x5571735f6e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6f00 0.000126
+gallium_dri.so free 0x5571735f6fc0 void 0.000127
+gallium_dri.so free 0x5571735f6f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6f00 0.000127
+gallium_dri.so free 0x5571735f7040 void 0.000125
+gallium_dri.so free 0x5571735f6f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7040 0.000124
+gallium_dri.so free 0x5571735f7100 void 0.000126
+gallium_dri.so free 0x5571735f7040 void 0.000140
+gallium_dri.so malloc 72 0x5571735f7040 0.000129
+gallium_dri.so free 0x5571735f71c0 void 0.000126
+gallium_dri.so free 0x5571735f7040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7040 0.000125
+gallium_dri.so free 0x5571735f7280 void 0.000126
+gallium_dri.so free 0x5571735f7040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7230 0.000125
+gallium_dri.so free 0x5571735f7300 void 0.000125
+gallium_dri.so free 0x5571735f7230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7350 0.000131
+gallium_dri.so free 0x5571735f73c0 void 0.000126
+gallium_dri.so free 0x5571735f7350 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7400 0.000131
+gallium_dri.so free 0x5571735f7480 void 0.000125
+gallium_dri.so free 0x5571735f7400 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7400 0.000127
+gallium_dri.so free 0x5571735f7500 void 0.000127
+gallium_dri.so free 0x5571735f7400 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7530 0.000129
+gallium_dri.so free 0x5571735f7580 void 0.000125
+gallium_dri.so free 0x5571735f7530 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7530 0.000125
+gallium_dri.so free 0x5571735f7680 void 0.000127
+gallium_dri.so free 0x5571735f7530 void 0.000164
+gallium_dri.so malloc 72 0x5571735f7630 0.000132
+gallium_dri.so free 0x5571735f7740 void 0.000131
+gallium_dri.so free 0x5571735f7630 void 0.000135
+gallium_dri.so malloc 72 0x5571735f76f0 0.000135
+gallium_dri.so free 0x5571735f7780 void 0.000136
+gallium_dri.so free 0x5571735f76f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f76f0 0.000135
+gallium_dri.so free 0x5571735f7840 void 0.000134
+gallium_dri.so free 0x5571735f76f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f78b0 0.000133
+gallium_dri.so free 0x5571735f7900 void 0.000133
+gallium_dri.so free 0x5571735f78b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f78b0 0.000131
+gallium_dri.so free 0x5571735f7a00 void 0.000132
+gallium_dri.so free 0x5571735f78b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f79b0 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000132
+gallium_dri.so free 0x5571735f79b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7a70 0.000131
+gallium_dri.so free 0x5571735f7b00 void 0.000131
+gallium_dri.so free 0x5571735f7a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7a70 0.000146
+gallium_dri.so free 0x5571735f7bc0 void 0.000134
+gallium_dri.so free 0x5571735f7a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7c00 0.000131
+gallium_dri.so free 0x5571735f7c80 void 0.000131
+gallium_dri.so free 0x5571735f7c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7c80 0.000132
+gallium_dri.so free 0x5571735f7d40 void 0.000132
+gallium_dri.so free 0x5571735f7c80 void 0.000136
+gallium_dri.so malloc 72 0x5571735f7c80 0.000132
+gallium_dri.so free 0x5571735f7e00 void 0.000133
+gallium_dri.so free 0x5571735f7c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e20 0.000132
+gallium_dri.so free 0x5571735f7ec0 void 0.000130
+gallium_dri.so free 0x5571735f7e20 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7e70 0.000131
+gallium_dri.so free 0x5571735f7f40 void 0.000133
+gallium_dri.so free 0x5571735f7e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e70 0.000131
+gallium_dri.so free 0x5571735f7fc0 void 0.000132
+gallium_dri.so free 0x5571735f7e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000185
+gallium_dri.so free 0x5571735f8080 void 0.000132
+gallium_dri.so free 0x5571735f7fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000134
+gallium_dri.so free 0x5571735f8140 void 0.000132
+gallium_dri.so free 0x5571735f7fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000132
+gallium_dri.so free 0x5571735f8200 void 0.000131
+gallium_dri.so free 0x5571735f7fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f81b0 0.000131
+gallium_dri.so free 0x5571735f82c0 void 0.000131
+gallium_dri.so free 0x5571735f81b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8270 0.000130
+gallium_dri.so free 0x5571735f8340 void 0.000132
+gallium_dri.so free 0x5571735f8270 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8390 0.000131
+gallium_dri.so free 0x5571735f8400 void 0.000132
+gallium_dri.so free 0x5571735f8390 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8420 0.000130
+gallium_dri.so free 0x5571735f84c0 void 0.000131
+gallium_dri.so free 0x5571735f8420 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8470 0.000132
+gallium_dri.so free 0x5571735f8540 void 0.000132
+gallium_dri.so free 0x5571735f8470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8470 0.000141
+gallium_dri.so free 0x5571735f85c0 void 0.000131
+gallium_dri.so free 0x5571735f8470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f85c0 0.000130
+gallium_dri.so free 0x5571735f8680 void 0.000131
+gallium_dri.so free 0x5571735f85c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f85c0 0.000130
+gallium_dri.so free 0x5571735f8780 void 0.000132
+gallium_dri.so free 0x5571735f85c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8730 0.000131
+gallium_dri.so free 0x5571735f87c0 void 0.000131
+gallium_dri.so free 0x5571735f8730 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8730 0.000130
+gallium_dri.so free 0x5571735f8880 void 0.000131
+gallium_dri.so free 0x5571735f8730 void 0.000132
+gallium_dri.so malloc 72 0x5571735f88c0 0.000131
+gallium_dri.so free 0x5571735f8940 void 0.000132
+gallium_dri.so free 0x5571735f88c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8940 0.000131
+gallium_dri.so free 0x5571735f8a00 void 0.000132
+gallium_dri.so free 0x5571735f8940 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8940 0.000133
+gallium_dri.so free 0x5571735f8a80 void 0.000133
+gallium_dri.so free 0x5571735f8940 void 0.000164
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000131
+gallium_dri.so free 0x5571735f8b00 void 0.000132
+gallium_dri.so free 0x5571735f8ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000130
+gallium_dri.so free 0x5571735f8c00 void 0.000132
+gallium_dri.so free 0x5571735f8ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8c40 0.000132
+gallium_dri.so free 0x5571735f8cc0 void 0.000131
+gallium_dri.so free 0x5571735f8c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000186
+gallium_dri.so free 0x5571735f8d80 void 0.000134
+gallium_dri.so free 0x5571735f8cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000132
+gallium_dri.so free 0x5571735f8e00 void 0.000131
+gallium_dri.so free 0x5571735f8cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8e30 0.000130
+gallium_dri.so free 0x5571735f8e80 void 0.000132
+gallium_dri.so free 0x5571735f8e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8e30 0.000131
+gallium_dri.so free 0x5571735f8f80 void 0.000133
+gallium_dri.so free 0x5571735f8e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8f30 0.000131
+gallium_dri.so free 0x5571735f9040 void 0.000201
+gallium_dri.so free 0x5571735f8f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000132
+gallium_dri.so free 0x5571735f90c0 void 0.000132
+gallium_dri.so free 0x5571735f8ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000131
+gallium_dri.so free 0x5571735f9180 void 0.000132
+gallium_dri.so free 0x5571735f8ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000131
+gallium_dri.so free 0x5571735f9240 void 0.000131
+gallium_dri.so free 0x5571735f8ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f91f0 0.000130
+gallium_dri.so free 0x5571735f92c0 void 0.000132
+gallium_dri.so free 0x5571735f91f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9310 0.000131
+gallium_dri.so free 0x5571735f9380 void 0.000131
+gallium_dri.so free 0x5571735f9310 void 0.000130
+gallium_dri.so malloc 72 0x5571735f93a0 0.000130
+gallium_dri.so free 0x5571735f9440 void 0.000132
+gallium_dri.so free 0x5571735f93a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f93f0 0.000131
+gallium_dri.so free 0x5571735f94c0 void 0.000132
+gallium_dri.so free 0x5571735f93f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f94c0 0.000134
+gallium_dri.so free 0x5571735f9580 void 0.000201
+gallium_dri.so free 0x5571735f94c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f94c0 0.000131
+gallium_dri.so free 0x5571735f9600 void 0.000133
+gallium_dri.so free 0x5571735f94c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9600 0.000132
+gallium_dri.so free 0x5571735f96c0 void 0.000131
+gallium_dri.so free 0x5571735f9600 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9600 0.000131
+gallium_dri.so free 0x5571735f9780 void 0.000132
+gallium_dri.so free 0x5571735f9600 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9600 0.000132
+gallium_dri.so free 0x5571735f9840 void 0.000132
+gallium_dri.so free 0x5571735f9600 void 0.000130
+gallium_dri.so malloc 72 0x5571735f97f0 0.000130
+gallium_dri.so free 0x5571735f98c0 void 0.000132
+gallium_dri.so free 0x5571735f97f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9910 0.000132
+gallium_dri.so free 0x5571735f9980 void 0.000133
+gallium_dri.so free 0x5571735f9910 void 0.000185
+gallium_dri.so malloc 72 0x5571735f99c0 0.000139
+gallium_dri.so free 0x5571735f9a40 void 0.000134
+gallium_dri.so free 0x5571735f99c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f99c0 0.000131
+gallium_dri.so free 0x5571735f9ac0 void 0.000132
+gallium_dri.so free 0x5571735f99c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9af0 0.000131
+gallium_dri.so free 0x5571735f9b40 void 0.000131
+gallium_dri.so free 0x5571735f9af0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9af0 0.000134
+gallium_dri.so free 0x5571735f9c40 void 0.000131
+gallium_dri.so free 0x5571735f9af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000132
+gallium_dri.so free 0x5571735f9d00 void 0.000132
+gallium_dri.so free 0x5571735f9bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000130
+gallium_dri.so free 0x5571735f9d40 void 0.000131
+gallium_dri.so free 0x5571735f9cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000131
+gallium_dri.so free 0x5571735f9e00 void 0.000132
+gallium_dri.so free 0x5571735f9cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9e70 0.000131
+gallium_dri.so free 0x5571735f9ec0 void 0.000131
+gallium_dri.so free 0x5571735f9e70 void 0.000179
+gallium_dri.so malloc 72 0x5571735f9e70 0.000199
+gallium_dri.so free 0x5571735f9fc0 void 0.000202
+gallium_dri.so free 0x5571735f9e70 void 0.000169
+gallium_dri.so malloc 72 0x5571735f9f70 0.000131
+gallium_dri.so free 0x5571735fa080 void 0.000131
+gallium_dri.so free 0x5571735f9f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa030 0.000131
+gallium_dri.so free 0x5571735fa0c0 void 0.000131
+gallium_dri.so free 0x5571735fa030 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa030 0.000131
+gallium_dri.so free 0x5571735fa180 void 0.000132
+gallium_dri.so free 0x5571735fa030 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa1c0 0.000130
+gallium_dri.so free 0x5571735fa240 void 0.000132
+gallium_dri.so free 0x5571735fa1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa240 0.000130
+gallium_dri.so free 0x5571735fa300 void 0.000132
+gallium_dri.so free 0x5571735fa240 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa240 0.000132
+gallium_dri.so free 0x5571735fa3c0 void 0.000133
+gallium_dri.so free 0x5571735fa240 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa3e0 0.000195
+gallium_dri.so free 0x5571735fa480 void 0.000132
+gallium_dri.so free 0x5571735fa3e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa430 0.000132
+gallium_dri.so free 0x5571735fa500 void 0.000132
+gallium_dri.so free 0x5571735fa430 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa430 0.000132
+gallium_dri.so free 0x5571735fa580 void 0.000131
+gallium_dri.so free 0x5571735fa430 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa580 0.000131
+gallium_dri.so free 0x5571735fa640 void 0.000186
+gallium_dri.so free 0x5571735fa580 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa580 0.000130
+gallium_dri.so free 0x5571735fa700 void 0.000132
+gallium_dri.so free 0x5571735fa580 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa580 0.000131
+gallium_dri.so free 0x5571735fa7c0 void 0.000131
+gallium_dri.so free 0x5571735fa580 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa770 0.000130
+gallium_dri.so free 0x5571735fa880 void 0.000130
+gallium_dri.so free 0x5571735fa770 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa830 0.000131
+gallium_dri.so free 0x5571735fa900 void 0.000133
+gallium_dri.so free 0x5571735fa830 void 0.000199
+gallium_dri.so malloc 72 0x5571735fa950 0.000206
+gallium_dri.so free 0x5571735fa9c0 void 0.000169
+gallium_dri.so free 0x5571735fa950 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa9e0 0.000130
+gallium_dri.so free 0x5571735faa80 void 0.000130
+gallium_dri.so free 0x5571735fa9e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735faa30 0.000133
+gallium_dri.so free 0x5571735fab00 void 0.000132
+gallium_dri.so free 0x5571735faa30 void 0.000131
+gallium_dri.so malloc 72 0x5571735faa30 0.000131
+gallium_dri.so free 0x5571735fab80 void 0.000133
+gallium_dri.so free 0x5571735faa30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fab80 0.000131
+gallium_dri.so free 0x5571735fac40 void 0.000132
+gallium_dri.so free 0x5571735fab80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fab80 0.000129
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so free 0x5571735fab80 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000132
+gallium_dri.so free 0x5571735fad80 void 0.000131
+gallium_dri.so free 0x5571735facf0 void 0.000182
+gallium_dri.so malloc 72 0x5571735facf0 0.000133
+gallium_dri.so free 0x5571735fae40 void 0.000131
+gallium_dri.so free 0x5571735facf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fae80 0.000131
+gallium_dri.so free 0x5571735faf00 void 0.000131
+gallium_dri.so free 0x5571735fae80 void 0.000132
+gallium_dri.so malloc 72 0x5571735faf00 0.000132
+gallium_dri.so free 0x5571735fafc0 void 0.000130
+gallium_dri.so free 0x5571735faf00 void 0.000132
+gallium_dri.so malloc 72 0x5571735faf00 0.000133
+gallium_dri.so free 0x5571735fb040 void 0.000131
+gallium_dri.so free 0x5571735faf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb070 0.000132
+gallium_dri.so free 0x5571735fb0c0 void 0.000131
+gallium_dri.so free 0x5571735fb070 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb070 0.000131
+gallium_dri.so free 0x5571735fb1c0 void 0.000133
+gallium_dri.so free 0x5571735fb070 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb200 0.000131
+gallium_dri.so free 0x5571735fb280 void 0.000132
+gallium_dri.so free 0x5571735fb200 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb280 0.000188
+gallium_dri.so free 0x5571735fb340 void 0.000143
+gallium_dri.so free 0x5571735fb280 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb280 0.000131
+gallium_dri.so free 0x5571735fb3c0 void 0.000131
+gallium_dri.so free 0x5571735fb280 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000132
+gallium_dri.so free 0x5571735fb440 void 0.000133
+gallium_dri.so free 0x5571735fb3f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000132
+gallium_dri.so free 0x5571735fb540 void 0.000131
+gallium_dri.so free 0x5571735fb3f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000132
+gallium_dri.so free 0x5571735fb600 void 0.000132
+gallium_dri.so free 0x5571735fb4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000133
+gallium_dri.so free 0x5571735fb680 void 0.000132
+gallium_dri.so free 0x5571735fb5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000131
+gallium_dri.so free 0x5571735fb740 void 0.000133
+gallium_dri.so free 0x5571735fb5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000132
+gallium_dri.so free 0x5571735fb800 void 0.000131
+gallium_dri.so free 0x5571735fb5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000139
+gallium_dri.so free 0x5571735fb880 void 0.000131
+gallium_dri.so free 0x5571735fb7b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb8d0 0.000132
+gallium_dri.so free 0x5571735fb940 void 0.000132
+gallium_dri.so free 0x5571735fb8d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb960 0.000133
+gallium_dri.so free 0x5571735fba00 void 0.000132
+gallium_dri.so free 0x5571735fb960 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000132
+gallium_dri.so free 0x5571735fba80 void 0.000131
+gallium_dri.so free 0x5571735fb9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fba80 0.000131
+gallium_dri.so free 0x5571735fbb40 void 0.000132
+gallium_dri.so free 0x5571735fba80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fba80 0.000132
+gallium_dri.so free 0x5571735fbbc0 void 0.000132
+gallium_dri.so free 0x5571735fba80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000131
+gallium_dri.so free 0x5571735fbc80 void 0.000131
+gallium_dri.so free 0x5571735fbbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000132
+gallium_dri.so free 0x5571735fbd40 void 0.000131
+gallium_dri.so free 0x5571735fbbc0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000129
+gallium_dri.so free 0x5571735fbe00 void 0.000130
+gallium_dri.so free 0x5571735fbbc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000129
+gallium_dri.so free 0x5571735fbe80 void 0.000129
+gallium_dri.so free 0x5571735fbdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbed0 0.000129
+gallium_dri.so free 0x5571735fbf40 void 0.000143
+gallium_dri.so free 0x5571735fbed0 void 0.000297
+gallium_dri.so malloc 72 0x5571735fbf80 0.000320
+gallium_dri.so free 0x5571735fc000 void 0.000255
+gallium_dri.so free 0x5571735fbf80 void 0.000153
+gallium_dri.so malloc 72 0x5571735fbf80 0.000119
+gallium_dri.so free 0x5571735fc080 void 0.000118
+gallium_dri.so free 0x5571735fbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000115
+gallium_dri.so free 0x5571735fc100 void 0.000116
+gallium_dri.so free 0x5571735fc0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000115
+gallium_dri.so free 0x5571735fc200 void 0.000128
+gallium_dri.so free 0x5571735fc0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000114
+gallium_dri.so free 0x5571735fc2c0 void 0.000114
+gallium_dri.so free 0x5571735fc1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc270 0.000114
+gallium_dri.so free 0x5571735fc300 void 0.000115
+gallium_dri.so free 0x5571735fc270 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc270 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735fc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc430 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000115
+gallium_dri.so free 0x5571735fc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc430 0.000114
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so free 0x5571735fc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc530 0.000114
+gallium_dri.so free 0x5571735fc640 void 0.000114
+gallium_dri.so free 0x5571735fc530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000114
+gallium_dri.so free 0x5571735fc680 void 0.000116
+gallium_dri.so free 0x5571735fc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc780 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000124
+gallium_dri.so free 0x5571735fc780 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc800 0.000114
+gallium_dri.so free 0x5571735fc8c0 void 0.000116
+gallium_dri.so free 0x5571735fc800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc800 0.000114
+gallium_dri.so free 0x5571735fc980 void 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9a0 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000116
+gallium_dri.so free 0x5571735fc9a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000115
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000115
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb40 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb40 0.000114
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcb40 0.000113
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd30 0.000115
+gallium_dri.so free 0x5571735fce40 void 0.000171
+gallium_dri.so free 0x5571735fcd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000115
+gallium_dri.so free 0x5571735fcdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcf10 0.000115
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so free 0x5571735fcf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcfa0 0.000114
+gallium_dri.so free 0x5571735fd040 void 0.000116
+gallium_dri.so free 0x5571735fcfa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcff0 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fcff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcff0 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000116
+gallium_dri.so free 0x5571735fcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd140 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd140 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000114
+gallium_dri.so free 0x5571735fd340 void 0.000114
+gallium_dri.so free 0x5571735fd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so free 0x5571735fd2b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fd440 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000115
+gallium_dri.so free 0x5571735fd580 void 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000138
+gallium_dri.so free 0x5571735fd600 void 0.000116
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd630 0.000114
+gallium_dri.so free 0x5571735fd680 void 0.000113
+gallium_dri.so free 0x5571735fd630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd630 0.000118
+gallium_dri.so free 0x5571735fd780 void 0.000115
+gallium_dri.so free 0x5571735fd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000115
+gallium_dri.so free 0x5571735fd7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd840 0.000114
+gallium_dri.so free 0x5571735fd900 void 0.000115
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd840 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000115
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000115
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so free 0x5571735fd9b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000114
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so free 0x5571735fd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdab0 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so free 0x5571735fdab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdb70 0.000112
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000116
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000167
+gallium_dri.so free 0x5571735fddc0 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdd70 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000116
+gallium_dri.so free 0x5571735fdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde90 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000114
+gallium_dri.so free 0x5571735fde90 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdf20 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000113
+gallium_dri.so free 0x5571735fdf20 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf70 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe040 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe180 0.000113
+gallium_dri.so free 0x5571735fe240 void 0.000115
+gallium_dri.so free 0x5571735fe180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe180 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000115
+gallium_dri.so free 0x5571735fe180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe180 0.000115
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe180 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe370 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe490 0.000124
+gallium_dri.so free 0x5571735fe500 void 0.000116
+gallium_dri.so free 0x5571735fe490 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe540 0.000115
+gallium_dri.so free 0x5571735fe5c0 void 0.000115
+gallium_dri.so free 0x5571735fe540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe540 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so free 0x5571735fe540 void 0.000174
+gallium_dri.so malloc 72 0x5571735fe670 0.000114
+gallium_dri.so free 0x5571735fe6c0 void 0.000113
+gallium_dri.so free 0x5571735fe670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe670 0.000119
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe770 0.000112
+gallium_dri.so free 0x5571735fe880 void 0.000112
+gallium_dri.so free 0x5571735fe770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe830 0.000252
+gallium_dri.so free 0x5571735fe8c0 void 0.000184
+gallium_dri.so free 0x5571735fe830 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe830 0.000118
+gallium_dri.so free 0x5571735fe980 void 0.000118
+gallium_dri.so free 0x5571735fe830 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000118
+gallium_dri.so free 0x5571735fea40 void 0.000118
+gallium_dri.so free 0x5571735fe9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000118
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so free 0x5571735fe9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735feaf0 0.000116
+gallium_dri.so free 0x5571735fec00 void 0.000118
+gallium_dri.so free 0x5571735feaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735febb0 0.000174
+gallium_dri.so free 0x5571735fec40 void 0.000112
+gallium_dri.so free 0x5571735febb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735febb0 0.000110
+gallium_dri.so free 0x5571735fed00 void 0.000110
+gallium_dri.so free 0x5571735febb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fed40 0.000110
+gallium_dri.so free 0x5571735fedc0 void 0.000111
+gallium_dri.so free 0x5571735fed40 void 0.000110
+gallium_dri.so malloc 72 0x5571735fedc0 0.000110
+gallium_dri.so free 0x5571735fee80 void 0.000110
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fedc0 0.000110
+gallium_dri.so free 0x5571735fef40 void 0.000110
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fef60 0.000109
+gallium_dri.so free 0x5571735ff000 void 0.000111
+gallium_dri.so free 0x5571735fef60 void 0.000111
+gallium_dri.so malloc 72 0x5571735fefb0 0.000110
+gallium_dri.so free 0x5571735ff080 void 0.000111
+gallium_dri.so free 0x5571735fefb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fefb0 0.000109
+gallium_dri.so free 0x5571735ff100 void 0.000119
+gallium_dri.so free 0x5571735fefb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff100 0.000113
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff100 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000127
+gallium_dri.so free 0x5571735ff100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff100 0.000121
+gallium_dri.so free 0x5571735ff340 void 0.000118
+gallium_dri.so free 0x5571735ff100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000118
+gallium_dri.so free 0x5571735ff400 void 0.000119
+gallium_dri.so free 0x5571735ff2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000120
+gallium_dri.so free 0x5571735ff3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000118
+gallium_dri.so free 0x5571735ff540 void 0.000118
+gallium_dri.so free 0x5571735ff4d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff560 0.000119
+gallium_dri.so free 0x5571735ff600 void 0.000117
+gallium_dri.so free 0x5571735ff560 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000118
+gallium_dri.so free 0x5571735ff680 void 0.000118
+gallium_dri.so free 0x5571735ff5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000117
+gallium_dri.so free 0x5571735ff700 void 0.000118
+gallium_dri.so free 0x5571735ff5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff700 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000118
+gallium_dri.so free 0x5571735ff700 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff700 0.000117
+gallium_dri.so free 0x5571735ff8c0 void 0.000129
+gallium_dri.so free 0x5571735ff700 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff870 0.000124
+gallium_dri.so free 0x5571735ff900 void 0.000121
+gallium_dri.so free 0x5571735ff870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff870 0.000117
+gallium_dri.so free 0x5571735ff9c0 void 0.000118
+gallium_dri.so free 0x5571735ff870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffa00 0.000118
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so free 0x5571735ffa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa80 0.000118
+gallium_dri.so free 0x5571735ffb40 void 0.000126
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffa80 0.000118
+gallium_dri.so free 0x5571735ffbc0 void 0.000118
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000118
+gallium_dri.so free 0x5571735ffc40 void 0.000117
+gallium_dri.so free 0x5571735ffbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000119
+gallium_dri.so free 0x5571735ffd40 void 0.000118
+gallium_dri.so free 0x5571735ffbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffd80 0.000120
+gallium_dri.so free 0x5571735ffe40 void 0.000119
+gallium_dri.so free 0x5571735ffd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffe40 0.000110
+gallium_dri.so free 0x5571735fff00 void 0.000112
+gallium_dri.so free 0x5571735ffe40 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffe40 0.000109
+gallium_dri.so free 0x5571735a9180 void 0.000112
+gallium_dri.so free 0x5571735ffe40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffe40 0.000110
+gallium_dri.so free 0x557173450f00 void 0.000110
+gallium_dri.so free 0x5571735ffe40 void 0.000110
+gallium_dri.so malloc 72 0x557173450eb0 0.000110
+gallium_dri.so free 0x5571735b5f40 void 0.000110
+gallium_dri.so free 0x557173450eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5f40 0.000110
+gallium_dri.so free 0x5571735a8a40 void 0.000110
+gallium_dri.so free 0x5571735b5f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5f40 0.000112
+gallium_dri.so free 0x5571735a9280 void 0.000161
+gallium_dri.so free 0x5571735b5f40 void 0.000175
+gallium_dri.so malloc 72 0x5571735b5f40 0.000307
+gallium_dri.so free 0x5571735a8b00 void 0.000150
+gallium_dri.so free 0x5571735b5f40 void 0.000174
+gallium_dri.so malloc 72 0x5571735a8b30 0.000171
+gallium_dri.so free 0x5571735afe40 void 0.000227
+gallium_dri.so free 0x5571735a8b30 void 0.000182
+gallium_dri.so malloc 72 0x5571735a8b30 0.000185
+gallium_dri.so free 0x5571735afec0 void 0.000191
+gallium_dri.so free 0x5571735a8b30 void 0.000191
+gallium_dri.so malloc 72 0x5571735afec0 0.000183
+gallium_dri.so free 0x5571735aff80 void 0.000182
+gallium_dri.so free 0x5571735afec0 void 0.000179
+gallium_dri.so malloc 72 0x5571735afec0 0.000134
+gallium_dri.so free 0x5571735d74c0 void 0.000176
+gallium_dri.so free 0x5571735afec0 void 0.000171
+gallium_dri.so malloc 72 0x5571735d74f0 0.000167
+gallium_dri.so free 0x5571735d7540 void 0.000174
+gallium_dri.so free 0x5571735d74f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735d7540 0.000176
+gallium_dri.so free 0x5571735a8ec0 void 0.000174
+gallium_dri.so free 0x5571735d7540 void 0.000186
+gallium_dri.so malloc 72 0x5571735d7540 0.000282
+gallium_dri.so free 0x5571735a8fc0 void 0.000182
+gallium_dri.so free 0x5571735d7540 void 0.000181
+gallium_dri.so malloc 72 0x5571735a8f70 0.000180
+gallium_dri.so free 0x5571735a9080 void 0.000184
+gallium_dri.so free 0x5571735a8f70 void 0.000182
+gallium_dri.so malloc 72 0x5571735a9030 0.000170
+gallium_dri.so free 0x5571735d7600 void 0.000122
+gallium_dri.so free 0x5571735a9030 void 0.000114
+gallium_dri.so malloc 72 0x5571735a9030 0.000117
+gallium_dri.so free 0x5571735addc0 void 0.000118
+gallium_dri.so free 0x5571735a9030 void 0.000118
+gallium_dri.so malloc 72 0x5571735a9030 0.000118
+gallium_dri.so free 0x5571735adec0 void 0.000118
+gallium_dri.so free 0x5571735a9030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ade70 0.000118
+gallium_dri.so free 0x5571734f6040 void 0.000119
+gallium_dri.so free 0x5571735ade70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ade70 0.000117
+gallium_dri.so free 0x5571735adf80 void 0.000118
+gallium_dri.so free 0x5571735ade70 void 0.000119
+gallium_dri.so malloc 72 0x5571735adf30 0.000118
+gallium_dri.so free 0x5571734f6140 void 0.000190
+gallium_dri.so free 0x5571735adf30 void 0.000126
+gallium_dri.so malloc 72 0x5571734f60f0 0.000121
+gallium_dri.so free 0x5571734f61c0 void 0.000119
+gallium_dri.so free 0x5571734f60f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734f6200 0.000117
+gallium_dri.so free 0x5571735ae700 void 0.000118
+gallium_dri.so free 0x5571734f6200 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae750 0.000119
+gallium_dri.so free 0x5571735ae7c0 void 0.000120
+gallium_dri.so free 0x5571735ae750 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae7e0 0.000119
+gallium_dri.so free 0x5571735ae880 void 0.000118
+gallium_dri.so free 0x5571735ae7e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ae830 0.000118
+gallium_dri.so free 0x5571735be540 void 0.000119
+gallium_dri.so free 0x5571735ae830 void 0.000119
+gallium_dri.so malloc 72 0x5571735be5b0 0.000117
+gallium_dri.so free 0x5571735be600 void 0.000119
+gallium_dri.so free 0x5571735be5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735be5b0 0.000118
+gallium_dri.so free 0x5571735b0100 void 0.000121
+gallium_dri.so free 0x5571735be5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0100 0.000119
+gallium_dri.so free 0x5571735b01c0 void 0.000119
+gallium_dri.so free 0x5571735b0100 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0100 0.000124
+gallium_dri.so free 0x5571735be700 void 0.000113
+gallium_dri.so free 0x5571735b0100 void 0.000115
+gallium_dri.so malloc 72 0x5571735be6b0 0.000110
+gallium_dri.so free 0x5571735b0240 void 0.000111
+gallium_dri.so free 0x5571735be6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0280 0.000110
+gallium_dri.so free 0x5571735bd840 void 0.000111
+gallium_dri.so free 0x5571735b0280 void 0.000110
+gallium_dri.so malloc 72 0x5571735bd840 0.000111
+gallium_dri.so free 0x5571735bd900 void 0.000110
+gallium_dri.so free 0x5571735bd840 void 0.000125
+gallium_dri.so malloc 72 0x5571735bd840 0.000171
+gallium_dri.so free 0x5571735bda00 void 0.000120
+gallium_dri.so free 0x5571735bd840 void 0.000169
+gallium_dri.so malloc 72 0x5571735bd840 0.000111
+gallium_dri.so free 0x5571735b6e80 void 0.000111
+gallium_dri.so free 0x5571735bd840 void 0.000110
+gallium_dri.so malloc 72 0x5571735bd840 0.000110
+gallium_dri.so free 0x5571735b6f40 void 0.000110
+gallium_dri.so free 0x5571735bd840 void 0.000109
+gallium_dri.so malloc 72 0x5571735b6ef0 0.000110
+gallium_dri.so free 0x5571735b6fc0 void 0.000109
+gallium_dri.so free 0x5571735b6ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7010 0.000109
+gallium_dri.so free 0x5571735cab40 void 0.000112
+gallium_dri.so free 0x5571735b7010 void 0.000110
+gallium_dri.so malloc 72 0x5571735b7010 0.000110
+gallium_dri.so free 0x5571735cabc0 void 0.000120
+gallium_dri.so free 0x5571735b7010 void 0.000117
+gallium_dri.so malloc 72 0x5571735cabf0 0.000118
+gallium_dri.so free 0x5571735cac40 void 0.000116
+gallium_dri.so free 0x5571735cabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cac40 0.000118
+gallium_dri.so free 0x5571735cad00 void 0.000117
+gallium_dri.so free 0x5571735cac40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cac40 0.000117
+gallium_dri.so free 0x5571735b8180 void 0.000117
+gallium_dri.so free 0x5571735cac40 void 0.000117
+gallium_dri.so malloc 72 0x5571735b81d0 0.000121
+gallium_dri.so free 0x5571735b8240 void 0.000117
+gallium_dri.so free 0x5571735b81d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b8260 0.000117
+gallium_dri.so free 0x5571735b8300 void 0.000117
+gallium_dri.so free 0x5571735b8260 void 0.000117
+gallium_dri.so malloc 72 0x5571735b82b0 0.000119
+gallium_dri.so free 0x5571735b8380 void 0.000120
+gallium_dri.so free 0x5571735b82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b82b0 0.000118
+gallium_dri.so free 0x557173451040 void 0.000118
+gallium_dri.so free 0x5571735b82b0 void 0.000117
+gallium_dri.so malloc 72 0x557173451090 0.000117
+gallium_dri.so free 0x557173451100 void 0.000117
+gallium_dri.so free 0x557173451090 void 0.000433
+gallium_dri.so malloc 72 0x557173451140 0.000387
+gallium_dri.so free 0x5571735b8400 void 0.000258
+gallium_dri.so free 0x557173451140 void 0.000289
+gallium_dri.so malloc 72 0x557173451140 0.000272
+gallium_dri.so free 0x5571734511c0 void 0.000268
+gallium_dri.so free 0x557173451140 void 0.000202
+gallium_dri.so malloc 72 0x557173451140 0.000162
+gallium_dri.so free 0x557173451280 void 0.000158
+gallium_dri.so free 0x557173451140 void 0.000118
+gallium_dri.so malloc 72 0x557173451230 0.000117
+gallium_dri.so free 0x557173451300 void 0.000118
+gallium_dri.so free 0x557173451230 void 0.000117
+gallium_dri.so malloc 72 0x557173451350 0.000118
+gallium_dri.so free 0x5571735d9300 void 0.000119
+gallium_dri.so free 0x557173451350 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000118
+gallium_dri.so free 0x5571735d9340 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d92b0 0.000120
+gallium_dri.so free 0x5571735d9400 void 0.000116
+gallium_dri.so free 0x5571735d92b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d9470 0.000116
+gallium_dri.so free 0x5571735d94c0 void 0.000116
+gallium_dri.so free 0x5571735d9470 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9470 0.000117
+gallium_dri.so free 0x5571735d95c0 void 0.000116
+gallium_dri.so free 0x5571735d9470 void 0.000116
+gallium_dri.so malloc 72 0x5571735d9570 0.000116
+gallium_dri.so free 0x5571735e3880 void 0.000116
+gallium_dri.so free 0x5571735d9570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e38a0 0.000115
+gallium_dri.so free 0x5571735e3940 void 0.000117
+gallium_dri.so free 0x5571735e38a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e38f0 0.000116
+gallium_dri.so free 0x5571735e39c0 void 0.000121
+gallium_dri.so free 0x5571735e38f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e38f0 0.000116
+gallium_dri.so free 0x5571735e3a40 void 0.000121
+gallium_dri.so free 0x5571735e38f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3a40 0.000121
+gallium_dri.so free 0x5571735e3b00 void 0.000120
+gallium_dri.so free 0x5571735e3a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3a40 0.000116
+gallium_dri.so free 0x5571735e3c00 void 0.000133
+gallium_dri.so free 0x5571735e3a40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3a40 0.000124
+gallium_dri.so free 0x5571735b71c0 void 0.000126
+gallium_dri.so free 0x5571735e3a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735b7170 0.000125
+gallium_dri.so free 0x5571735b7240 void 0.000125
+gallium_dri.so free 0x5571735b7170 void 0.000124
+gallium_dri.so malloc 72 0x5571735b7170 0.000125
+gallium_dri.so free 0x5571735b72c0 void 0.000124
+gallium_dri.so free 0x5571735b7170 void 0.000125
+gallium_dri.so malloc 72 0x5571735b72c0 0.000123
+gallium_dri.so free 0x5571735b7380 void 0.000123
+gallium_dri.so free 0x5571735b72c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b72c0 0.000125
+gallium_dri.so free 0x5571735b7440 void 0.000124
+gallium_dri.so free 0x5571735b72c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b72c0 0.000125
+gallium_dri.so free 0x5571735b7500 void 0.000124
+gallium_dri.so free 0x5571735b72c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b74b0 0.000124
+gallium_dri.so free 0x5571735b75c0 void 0.000125
+gallium_dri.so free 0x5571735b74b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b7570 0.000123
+gallium_dri.so free 0x557173451500 void 0.000125
+gallium_dri.so free 0x5571735b7570 void 0.000216
+gallium_dri.so malloc 72 0x5571734514b0 0.000172
+gallium_dri.so free 0x5571734515c0 void 0.000280
+gallium_dri.so free 0x5571734514b0 void 0.000268
+gallium_dri.so malloc 72 0x557173451570 0.000278
+gallium_dri.so free 0x557173451600 void 0.000278
+gallium_dri.so free 0x557173451570 void 0.000208
+gallium_dri.so malloc 72 0x557173451570 0.000248
+gallium_dri.so free 0x5571734516c0 void 0.000214
+gallium_dri.so free 0x557173451570 void 0.000188
+gallium_dri.so malloc 72 0x557173451700 0.000125
+gallium_dri.so free 0x557173451780 void 0.000124
+gallium_dri.so free 0x557173451700 void 0.000125
+gallium_dri.so malloc 72 0x557173451780 0.000124
+gallium_dri.so free 0x557173451840 void 0.000124
+gallium_dri.so free 0x557173451780 void 0.000124
+gallium_dri.so malloc 72 0x557173451780 0.000123
+gallium_dri.so free 0x5571734518c0 void 0.000124
+gallium_dri.so free 0x557173451780 void 0.000120
+gallium_dri.so malloc 72 0x557173451780 0.000116
+gallium_dri.so free 0x557173451980 void 0.000115
+gallium_dri.so free 0x557173451780 void 0.000117
+gallium_dri.so malloc 72 0x557173451780 0.000119
+gallium_dri.so free 0x557173451a40 void 0.000136
+gallium_dri.so free 0x557173451780 void 0.000117
+gallium_dri.so malloc 72 0x5571734519f0 0.000117
+gallium_dri.so free 0x557173451ac0 void 0.000116
+gallium_dri.so free 0x5571734519f0 void 0.000140
+gallium_dri.so malloc 72 0x557173451b10 0.000119
+gallium_dri.so free 0x5571735b61c0 void 0.000117
+gallium_dri.so free 0x557173451b10 void 0.000116
+gallium_dri.so malloc 72 0x557173451b10 0.000115
+gallium_dri.so free 0x5571735b6240 void 0.000116
+gallium_dri.so free 0x557173451b10 void 0.000115
+gallium_dri.so malloc 72 0x5571735b6270 0.000119
+gallium_dri.so free 0x5571735b62c0 void 0.000117
+gallium_dri.so free 0x5571735b6270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6270 0.000121
+gallium_dri.so free 0x5571735b63c0 void 0.000128
+gallium_dri.so free 0x5571735b6270 void 0.000122
+gallium_dri.so malloc 72 0x5571735b6400 0.000118
+gallium_dri.so free 0x5571735b6480 void 0.000117
+gallium_dri.so free 0x5571735b6400 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6480 0.000133
+gallium_dri.so free 0x5571735b6540 void 0.000126
+gallium_dri.so free 0x5571735b6480 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6480 0.000124
+gallium_dri.so free 0x5571735b65c0 void 0.000125
+gallium_dri.so free 0x5571735b6480 void 0.000124
+gallium_dri.so malloc 72 0x5571735b65f0 0.000124
+gallium_dri.so free 0x5571735b6640 void 0.000126
+gallium_dri.so free 0x5571735b65f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b65f0 0.000124
+gallium_dri.so free 0x5571735b6740 void 0.000125
+gallium_dri.so free 0x5571735b65f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b66f0 0.000124
+gallium_dri.so free 0x5571735b6800 void 0.000124
+gallium_dri.so free 0x5571735b66f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b67b0 0.000123
+gallium_dri.so free 0x5571735b6880 void 0.000125
+gallium_dri.so free 0x5571735b67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b67b0 0.000124
+gallium_dri.so free 0x5571735b51c0 void 0.000123
+gallium_dri.so free 0x5571735b67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b67b0 0.000123
+gallium_dri.so free 0x5571735b5280 void 0.000125
+gallium_dri.so free 0x5571735b67b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b52c0 0.000124
+gallium_dri.so free 0x5571735b5340 void 0.000209
+gallium_dri.so free 0x5571735b52c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735b5340 0.000125
+gallium_dri.so free 0x5571735b5400 void 0.000120
+gallium_dri.so free 0x5571735b5340 void 0.000123
+gallium_dri.so malloc 72 0x5571735b5340 0.000120
+gallium_dri.so free 0x5571735b5480 void 0.000119
+gallium_dri.so free 0x5571735b5340 void 0.000117
+gallium_dri.so malloc 72 0x5571735b54b0 0.000118
+gallium_dri.so free 0x5571735b5500 void 0.000117
+gallium_dri.so free 0x5571735b54b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5500 0.000118
+gallium_dri.so free 0x5571735b55c0 void 0.000119
+gallium_dri.so free 0x5571735b5500 void 0.000120
+gallium_dri.so malloc 72 0x5571735b5500 0.000117
+gallium_dri.so free 0x5571735b56c0 void 0.000117
+gallium_dri.so free 0x5571735b5500 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5670 0.000117
+gallium_dri.so free 0x5571735b5780 void 0.000118
+gallium_dri.so free 0x5571735b5670 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5730 0.000118
+gallium_dri.so free 0x5571735b57c0 void 0.000118
+gallium_dri.so free 0x5571735b5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735b5730 0.000118
+gallium_dri.so free 0x5571735b5880 void 0.000117
+gallium_dri.so free 0x5571735b5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735b58c0 0.000126
+gallium_dri.so free 0x5571735b5940 void 0.000112
+gallium_dri.so free 0x5571735b58c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5940 0.000110
+gallium_dri.so free 0x5571735bdb40 void 0.000109
+gallium_dri.so free 0x5571735b5940 void 0.000109
+gallium_dri.so malloc 72 0x5571735b5940 0.000111
+gallium_dri.so free 0x5571735bdbc0 void 0.000109
+gallium_dri.so free 0x5571735b5940 void 0.000111
+gallium_dri.so malloc 72 0x5571735b5940 0.000110
+gallium_dri.so free 0x5571735bdc80 void 0.000110
+gallium_dri.so free 0x5571735b5940 void 0.000109
+gallium_dri.so malloc 72 0x5571735b5940 0.000109
+gallium_dri.so free 0x5571735bdd40 void 0.000110
+gallium_dri.so free 0x5571735b5940 void 0.000111
+gallium_dri.so malloc 72 0x5571735bdcf0 0.000111
+gallium_dri.so free 0x5571735bddc0 void 0.000111
+gallium_dri.so free 0x5571735bdcf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bde10 0.000109
+gallium_dri.so free 0x5571735bde80 void 0.000110
+gallium_dri.so free 0x5571735bde10 void 0.000111
+gallium_dri.so malloc 72 0x5571735bdea0 0.000109
+gallium_dri.so free 0x5571735bdf40 void 0.000115
+gallium_dri.so free 0x5571735bdea0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bdef0 0.000112
+gallium_dri.so free 0x5571735bdfc0 void 0.000112
+gallium_dri.so free 0x5571735bdef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bdef0 0.000109
+gallium_dri.so free 0x5571735be0c0 void 0.000127
+gallium_dri.so free 0x5571735bdef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735be070 0.000119
+gallium_dri.so free 0x5571735be140 void 0.000117
+gallium_dri.so free 0x5571735be070 void 0.000120
+gallium_dri.so malloc 72 0x5571735be190 0.000118
+gallium_dri.so free 0x5571735be200 void 0.000157
+gallium_dri.so free 0x5571735be190 void 0.000116
+gallium_dri.so malloc 72 0x5571735be220 0.000118
+gallium_dri.so free 0x5571735be2c0 void 0.000120
+gallium_dri.so free 0x5571735be220 void 0.000119
+gallium_dri.so malloc 72 0x5571735be270 0.000118
+gallium_dri.so free 0x5571735be340 void 0.000117
+gallium_dri.so free 0x5571735be270 void 0.000168
+gallium_dri.so malloc 72 0x5571735be270 0.000124
+gallium_dri.so free 0x5571735b22c0 void 0.000228
+gallium_dri.so free 0x5571735be270 void 0.000229
+gallium_dri.so malloc 72 0x5571735b2270 0.000217
+gallium_dri.so free 0x5571735b2380 void 0.000217
+gallium_dri.so free 0x5571735b2270 void 0.000195
+gallium_dri.so malloc 72 0x5571735b2330 0.000153
+gallium_dri.so free 0x5571735b2400 void 0.000166
+gallium_dri.so free 0x5571735b2330 void 0.000156
+gallium_dri.so malloc 72 0x5571735b2330 0.000157
+gallium_dri.so free 0x5571735b24c0 void 0.000120
+gallium_dri.so free 0x5571735b2330 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2330 0.000116
+gallium_dri.so free 0x5571735b2580 void 0.000117
+gallium_dri.so free 0x5571735b2330 void 0.000117
+gallium_dri.so malloc 72 0x5571735b2530 0.000118
+gallium_dri.so free 0x5571735b2600 void 0.000118
+gallium_dri.so free 0x5571735b2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2650 0.000118
+gallium_dri.so free 0x5571735b26c0 void 0.000119
+gallium_dri.so free 0x5571735b2650 void 0.000117
+gallium_dri.so malloc 72 0x5571735b26e0 0.000118
+gallium_dri.so free 0x5571735b2780 void 0.000118
+gallium_dri.so free 0x5571735b26e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2730 0.000118
+gallium_dri.so free 0x5571735b2800 void 0.000118
+gallium_dri.so free 0x5571735b2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2800 0.000117
+gallium_dri.so free 0x5571735b28c0 void 0.000119
+gallium_dri.so free 0x5571735b2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2800 0.000118
+gallium_dri.so free 0x5571735b2940 void 0.000118
+gallium_dri.so free 0x5571735b2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735b2940 0.000124
+gallium_dri.so free 0x5571735b2a00 void 0.000111
+gallium_dri.so free 0x5571735b2940 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2940 0.000111
+gallium_dri.so free 0x5571735b2ac0 void 0.000110
+gallium_dri.so free 0x5571735b2940 void 0.000111
+gallium_dri.so malloc 72 0x5571735b2940 0.000109
+gallium_dri.so free 0x5571735b2b80 void 0.000109
+gallium_dri.so free 0x5571735b2940 void 0.000110
+gallium_dri.so malloc 72 0x5571735b2b30 0.000111
+gallium_dri.so free 0x5571735e6300 void 0.000110
+gallium_dri.so free 0x5571735b2b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e6300 0.000112
+gallium_dri.so free 0x5571735e63c0 void 0.000112
+gallium_dri.so free 0x5571735e6300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e6300 0.000109
+gallium_dri.so free 0x5571735e6440 void 0.000111
+gallium_dri.so free 0x5571735e6300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e6300 0.000116
+gallium_dri.so free 0x5571735e6500 void 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6300 0.000110
+gallium_dri.so free 0x5571735e65c0 void 0.000111
+gallium_dri.so free 0x5571735e6300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e6570 0.000109
+gallium_dri.so free 0x5571735e6640 void 0.000109
+gallium_dri.so free 0x5571735e6570 void 0.000109
+gallium_dri.so malloc 72 0x5571735e6690 0.000111
+gallium_dri.so free 0x5571735e6700 void 0.000136
+gallium_dri.so free 0x5571735e6690 void 0.000204
+gallium_dri.so malloc 72 0x5571735e6720 0.000188
+gallium_dri.so free 0x5571735e67c0 void 0.000122
+gallium_dri.so free 0x5571735e6720 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6770 0.000115
+gallium_dri.so free 0x5571735e6840 void 0.000120
+gallium_dri.so free 0x5571735e6770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6770 0.000116
+gallium_dri.so free 0x5571735e6940 void 0.000120
+gallium_dri.so free 0x5571735e6770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e68f0 0.000119
+gallium_dri.so free 0x5571735e69c0 void 0.000121
+gallium_dri.so free 0x5571735e68f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6a10 0.000124
+gallium_dri.so free 0x5571735e6a80 void 0.000124
+gallium_dri.so free 0x5571735e6a10 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6aa0 0.000125
+gallium_dri.so free 0x5571735e6b40 void 0.000120
+gallium_dri.so free 0x5571735e6aa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6af0 0.000119
+gallium_dri.so free 0x5571735e6bc0 void 0.000124
+gallium_dri.so free 0x5571735e6af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6af0 0.000131
+gallium_dri.so free 0x5571735e6c40 void 0.000123
+gallium_dri.so free 0x5571735e6af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6c40 0.000113
+gallium_dri.so free 0x5571735e6d00 void 0.000120
+gallium_dri.so free 0x5571735e6c40 void 0.000136
+gallium_dri.so malloc 72 0x5571735e6c40 0.000161
+gallium_dri.so free 0x5571735e6e00 void 0.000156
+gallium_dri.so free 0x5571735e6c40 void 0.000155
+gallium_dri.so malloc 72 0x5571735e6c40 0.000124
+gallium_dri.so free 0x5571735e6e80 void 0.000125
+gallium_dri.so free 0x5571735e6c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6c40 0.000121
+gallium_dri.so free 0x5571735b9bc0 void 0.000117
+gallium_dri.so free 0x5571735e6c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735b9b70 0.000119
+gallium_dri.so free 0x5571735b9c40 void 0.000117
+gallium_dri.so free 0x5571735b9b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b9c90 0.000243
+gallium_dri.so free 0x5571735b9d00 void 0.000298
+gallium_dri.so free 0x5571735b9c90 void 0.000274
+gallium_dri.so malloc 72 0x5571735b9d20 0.000279
+gallium_dri.so free 0x5571735b9dc0 void 0.000272
+gallium_dri.so free 0x5571735b9d20 void 0.000238
+gallium_dri.so malloc 72 0x5571735b9d70 0.000124
+gallium_dri.so free 0x5571735b9e40 void 0.000161
+gallium_dri.so free 0x5571735b9d70 void 0.000159
+gallium_dri.so malloc 72 0x5571735b9e40 0.000194
+gallium_dri.so free 0x5571735b9f00 void 0.000127
+gallium_dri.so free 0x5571735b9e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735b9e40 0.000123
+gallium_dri.so free 0x5571735b9f80 void 0.000123
+gallium_dri.so free 0x5571735b9e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735b9f80 0.000119
+gallium_dri.so free 0x5571735ba040 void 0.000120
+gallium_dri.so free 0x5571735b9f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b9f80 0.000114
+gallium_dri.so free 0x5571735ba100 void 0.000119
+gallium_dri.so free 0x5571735b9f80 void 0.000169
+gallium_dri.so malloc 72 0x5571735b9f80 0.000124
+gallium_dri.so free 0x5571735ba1c0 void 0.000133
+gallium_dri.so free 0x5571735b9f80 void 0.000169
+gallium_dri.so malloc 72 0x5571735ba170 0.000130
+gallium_dri.so free 0x5571735ba240 void 0.000133
+gallium_dri.so free 0x5571735ba170 void 0.000127
+gallium_dri.so malloc 72 0x5571735ba290 0.000129
+gallium_dri.so free 0x5571735ba300 void 0.000131
+gallium_dri.so free 0x5571735ba290 void 0.000128
+gallium_dri.so malloc 72 0x5571735ba340 0.000129
+gallium_dri.so free 0x5571735ba3c0 void 0.000130
+gallium_dri.so free 0x5571735ba340 void 0.000204
+gallium_dri.so malloc 72 0x5571735ba340 0.000233
+gallium_dri.so free 0x5571735ba440 void 0.000272
+gallium_dri.so free 0x5571735ba340 void 0.000235
+gallium_dri.so malloc 72 0x5571735ba470 0.000198
+gallium_dri.so free 0x5571735ba4c0 void 0.000196
+gallium_dri.so free 0x5571735ba470 void 0.000203
+gallium_dri.so malloc 72 0x5571735ba470 0.000201
+gallium_dri.so free 0x5571735ba5c0 void 0.000180
+gallium_dri.so free 0x5571735ba470 void 0.000184
+gallium_dri.so malloc 72 0x5571735ba570 0.000181
+gallium_dri.so free 0x5571735ba680 void 0.000179
+gallium_dri.so free 0x5571735ba570 void 0.000181
+gallium_dri.so malloc 72 0x5571735ba630 0.000180
+gallium_dri.so free 0x5571735ba6c0 void 0.000180
+gallium_dri.so free 0x5571735ba630 void 0.000178
+gallium_dri.so malloc 72 0x5571735ba630 0.000187
+gallium_dri.so free 0x5571735ba780 void 0.000182
+gallium_dri.so free 0x5571735ba630 void 0.000185
+gallium_dri.so malloc 72 0x5571735ba7f0 0.000182
+gallium_dri.so free 0x557173451dc0 void 0.000184
+gallium_dri.so free 0x5571735ba7f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ba7f0 0.000181
+gallium_dri.so free 0x557173451ec0 void 0.000184
+gallium_dri.so free 0x5571735ba7f0 void 0.000181
+gallium_dri.so malloc 72 0x557173451e70 0.000177
+gallium_dri.so free 0x557173451f80 void 0.000123
+gallium_dri.so free 0x557173451e70 void 0.000120
+gallium_dri.so malloc 72 0x557173451f30 0.000119
+gallium_dri.so free 0x557173451fc0 void 0.000118
+gallium_dri.so free 0x557173451f30 void 0.000122
+gallium_dri.so malloc 72 0x557173451f30 0.000120
+gallium_dri.so free 0x557173452080 void 0.000119
+gallium_dri.so free 0x557173451f30 void 0.000120
+gallium_dri.so malloc 72 0x5571734520c0 0.000120
+gallium_dri.so free 0x557173452140 void 0.000120
+gallium_dri.so free 0x5571734520c0 void 0.000119
+gallium_dri.so malloc 72 0x557173452140 0.000119
+gallium_dri.so free 0x557173452200 void 0.000121
+gallium_dri.so free 0x557173452140 void 0.000119
+gallium_dri.so malloc 72 0x557173452140 0.000127
+gallium_dri.so free 0x5571734522c0 void 0.000116
+gallium_dri.so free 0x557173452140 void 0.000112
+gallium_dri.so malloc 72 0x5571734522e0 0.000114
+gallium_dri.so free 0x557173452380 void 0.000114
+gallium_dri.so free 0x5571734522e0 void 0.000116
+gallium_dri.so malloc 72 0x557173452330 0.000113
+gallium_dri.so free 0x557173452400 void 0.000115
+gallium_dri.so free 0x557173452330 void 0.000118
+gallium_dri.so malloc 72 0x557173452330 0.000114
+gallium_dri.so free 0x557173452480 void 0.000112
+gallium_dri.so free 0x557173452330 void 0.000112
+gallium_dri.so malloc 72 0x557173452480 0.000114
+gallium_dri.so free 0x557173452540 void 0.000113
+gallium_dri.so free 0x557173452480 void 0.000113
+gallium_dri.so malloc 72 0x557173452480 0.000114
+gallium_dri.so free 0x557173452600 void 0.000114
+gallium_dri.so free 0x557173452480 void 0.000114
+gallium_dri.so malloc 72 0x557173452480 0.000113
+gallium_dri.so free 0x5571734526c0 void 0.000114
+gallium_dri.so free 0x557173452480 void 0.000113
+gallium_dri.so malloc 72 0x557173452670 0.000113
+gallium_dri.so free 0x557173452780 void 0.000115
+gallium_dri.so free 0x557173452670 void 0.000112
+gallium_dri.so malloc 72 0x557173452730 0.000112
+gallium_dri.so free 0x557173452800 void 0.000113
+gallium_dri.so free 0x557173452730 void 0.000112
+gallium_dri.so malloc 72 0x557173452850 0.000113
+gallium_dri.so free 0x5571734528c0 void 0.000113
+gallium_dri.so free 0x557173452850 void 0.000114
+gallium_dri.so malloc 72 0x5571734528e0 0.000112
+gallium_dri.so free 0x557173452980 void 0.000116
+gallium_dri.so free 0x5571734528e0 void 0.000113
+gallium_dri.so malloc 72 0x557173452930 0.000112
+gallium_dri.so free 0x557173452a00 void 0.000113
+gallium_dri.so free 0x557173452930 void 0.000142
+gallium_dri.so malloc 72 0x557173452930 0.000127
+gallium_dri.so free 0x557173452a80 void 0.000125
+gallium_dri.so free 0x557173452930 void 0.000118
+gallium_dri.so malloc 72 0x557173452a80 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000113
+gallium_dri.so free 0x557173452a80 void 0.000114
+gallium_dri.so malloc 72 0x557173452a80 0.000114
+gallium_dri.so free 0x55717358d880 void 0.000114
+gallium_dri.so free 0x557173452a80 void 0.000112
+gallium_dri.so malloc 72 0x557173452a80 0.000113
+gallium_dri.so free 0x55717358d940 void 0.000115
+gallium_dri.so free 0x557173452a80 void 0.000114
+gallium_dri.so malloc 72 0x557173452a80 0.000121
+gallium_dri.so free 0x55717358da00 void 0.000116
+gallium_dri.so free 0x557173452a80 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9b0 0.000113
+gallium_dri.so free 0x55717358da80 void 0.000112
+gallium_dri.so free 0x55717358d9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dad0 0.000113
+gallium_dri.so free 0x55717358db40 void 0.000112
+gallium_dri.so free 0x55717358dad0 void 0.000112
+gallium_dri.so malloc 72 0x55717358db60 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so free 0x55717358db60 void 0.000111
+gallium_dri.so malloc 72 0x55717358dbb0 0.000112
+gallium_dri.so free 0x55717358dc80 void 0.000190
+gallium_dri.so free 0x55717358dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dbb0 0.000114
+gallium_dri.so free 0x55717358dd80 void 0.000113
+gallium_dri.so free 0x55717358dbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd30 0.000112
+gallium_dri.so free 0x55717358de00 void 0.000113
+gallium_dri.so free 0x55717358dd30 void 0.000112
+gallium_dri.so malloc 72 0x55717358de50 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358de50 void 0.000114
+gallium_dri.so malloc 72 0x55717358dee0 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358dee0 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000112
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so free 0x55717358df30 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000114
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so free 0x55717358df30 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000112
+gallium_dri.so free 0x55717358e140 void 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000112
+gallium_dri.so malloc 72 0x55717358e080 0.000112
+gallium_dri.so free 0x55717358e240 void 0.000114
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e080 void 0.000117
+gallium_dri.so malloc 72 0x55717358e2f0 0.000111
+gallium_dri.so free 0x55717358e340 void 0.000116
+gallium_dri.so free 0x55717358e2f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e2f0 0.000118
+gallium_dri.so free 0x55717358e440 void 0.000112
+gallium_dri.so free 0x55717358e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3f0 0.000111
+gallium_dri.so free 0x55717358e500 void 0.000113
+gallium_dri.so free 0x55717358e3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e4b0 0.000126
+gallium_dri.so free 0x55717358e540 void 0.000124
+gallium_dri.so free 0x55717358e4b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358e4b0 0.000122
+gallium_dri.so free 0x5571735e7340 void 0.000123
+gallium_dri.so free 0x55717358e4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e7390 0.000123
+gallium_dri.so free 0x5571735e7400 void 0.000123
+gallium_dri.so free 0x5571735e7390 void 0.000124
+gallium_dri.so malloc 72 0x5571735e7440 0.000123
+gallium_dri.so free 0x5571735e74c0 void 0.000130
+gallium_dri.so free 0x5571735e7440 void 0.000123
+gallium_dri.so malloc 72 0x5571735e74c0 0.000123
+gallium_dri.so free 0x5571735e7580 void 0.000125
+gallium_dri.so free 0x5571735e74c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e74c0 0.000226
+gallium_dri.so free 0x55717358e600 void 0.000128
+gallium_dri.so free 0x5571735e74c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358e630 0.000134
+gallium_dri.so free 0x5571735e7600 void 0.000134
+gallium_dri.so free 0x55717358e630 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7640 0.000128
+gallium_dri.so free 0x5571735e76c0 void 0.000129
+gallium_dri.so free 0x5571735e7640 void 0.000128
+gallium_dri.so malloc 72 0x5571735e76c0 0.000128
+gallium_dri.so free 0x5571735e7780 void 0.000129
+gallium_dri.so free 0x5571735e76c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e76c0 0.000129
+gallium_dri.so free 0x5571735e7800 void 0.000129
+gallium_dri.so free 0x5571735e76c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e76c0 0.000128
+gallium_dri.so free 0x5571735e78c0 void 0.000129
+gallium_dri.so free 0x5571735e76c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e76c0 0.000127
+gallium_dri.so free 0x5571735e7980 void 0.000129
+gallium_dri.so free 0x5571735e76c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7930 0.000128
+gallium_dri.so free 0x5571735e7a00 void 0.000128
+gallium_dri.so free 0x5571735e7930 void 0.000149
+gallium_dri.so malloc 72 0x5571735e7a50 0.000129
+gallium_dri.so free 0x5571735e7ac0 void 0.000128
+gallium_dri.so free 0x5571735e7a50 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7ae0 0.000127
+gallium_dri.so free 0x5571735e7b80 void 0.000128
+gallium_dri.so free 0x5571735e7ae0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e7b30 0.000128
+gallium_dri.so free 0x5571735e7c00 void 0.000128
+gallium_dri.so free 0x5571735e7b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7b30 0.000128
+gallium_dri.so free 0x5571735e7d00 void 0.000129
+gallium_dri.so free 0x5571735e7b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7cb0 0.000127
+gallium_dri.so free 0x5571735e7d80 void 0.000128
+gallium_dri.so free 0x5571735e7cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7dd0 0.000128
+gallium_dri.so free 0x5571735e7e40 void 0.000128
+gallium_dri.so free 0x5571735e7dd0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7e60 0.000129
+gallium_dri.so free 0x5571735e7f00 void 0.000129
+gallium_dri.so free 0x5571735e7e60 void 0.000129
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000128
+gallium_dri.so free 0x5571735e7f80 void 0.000130
+gallium_dri.so free 0x5571735e7eb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735e7eb0 0.000133
+gallium_dri.so free 0x5571735e8000 void 0.000129
+gallium_dri.so free 0x5571735e7eb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e8000 0.000129
+gallium_dri.so free 0x5571735e80c0 void 0.000128
+gallium_dri.so free 0x5571735e8000 void 0.000128
+gallium_dri.so malloc 72 0x5571735e8000 0.000129
+gallium_dri.so free 0x5571735e81c0 void 0.000128
+gallium_dri.so free 0x5571735e8000 void 0.000128
+gallium_dri.so malloc 72 0x5571735e8000 0.000127
+gallium_dri.so free 0x5571735e8280 void 0.000129
+gallium_dri.so free 0x5571735e8000 void 0.000128
+gallium_dri.so malloc 72 0x5571735e82b0 0.000129
+gallium_dri.so free 0x5571735e8300 void 0.000128
+gallium_dri.so free 0x5571735e82b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e82b0 0.000128
+gallium_dri.so free 0x5571735e8400 void 0.000129
+gallium_dri.so free 0x5571735e82b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e83b0 0.000130
+gallium_dri.so free 0x5571735e84c0 void 0.000129
+gallium_dri.so free 0x5571735e83b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8470 0.000128
+gallium_dri.so free 0x5571735e8500 void 0.000128
+gallium_dri.so free 0x5571735e8470 void 0.000148
+gallium_dri.so malloc 72 0x5571735e8470 0.000129
+gallium_dri.so free 0x5571735e85c0 void 0.000129
+gallium_dri.so free 0x5571735e8470 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8610 0.000129
+gallium_dri.so free 0x5571735e8680 void 0.000129
+gallium_dri.so free 0x5571735e8610 void 0.000128
+gallium_dri.so malloc 72 0x5571735e86c0 0.000129
+gallium_dri.so free 0x5571735e8740 void 0.000134
+gallium_dri.so free 0x5571735e86c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e8740 0.000175
+gallium_dri.so free 0x5571735e8800 void 0.000131
+gallium_dri.so free 0x5571735e8740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8740 0.000128
+gallium_dri.so free 0x5571735e8880 void 0.000139
+gallium_dri.so free 0x5571735e8740 void 0.000141
+gallium_dri.so malloc 72 0x5571735e88b0 0.000136
+gallium_dri.so free 0x5571735e8900 void 0.000132
+gallium_dri.so free 0x5571735e88b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e88b0 0.000130
+gallium_dri.so free 0x5571735e8a00 void 0.000136
+gallium_dri.so free 0x5571735e88b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e89b0 0.000131
+gallium_dri.so free 0x5571735e8ac0 void 0.000141
+gallium_dri.so free 0x5571735e89b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e8a70 0.000132
+gallium_dri.so free 0x5571735e8b40 void 0.000132
+gallium_dri.so free 0x5571735e8a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8b60 0.000132
+gallium_dri.so free 0x5571735e8c00 void 0.000130
+gallium_dri.so free 0x5571735e8b60 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000131
+gallium_dri.so free 0x5571735e8c80 void 0.000132
+gallium_dri.so free 0x5571735e8bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000130
+gallium_dri.so free 0x5571735e8d00 void 0.000131
+gallium_dri.so free 0x5571735e8bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8d00 0.000130
+gallium_dri.so free 0x5571735e8dc0 void 0.000131
+gallium_dri.so free 0x5571735e8d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8d00 0.000130
+gallium_dri.so free 0x5571735e8e80 void 0.000132
+gallium_dri.so free 0x5571735e8d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e8d00 0.000129
+gallium_dri.so free 0x5571735e8f40 void 0.000132
+gallium_dri.so free 0x5571735e8d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000145
+gallium_dri.so free 0x5571735e8f40 void 0.000176
+gallium_dri.so free 0x5571735e8ef0 void 0.000212
+gallium_dri.so malloc 72 0x5571735e8ef0 0.000209
+gallium_dri.so free 0x5571735e9040 void 0.000211
+gallium_dri.so free 0x5571735e8ef0 void 0.000259
+gallium_dri.so malloc 72 0x5571735e8ff0 0.000259
+gallium_dri.so free 0x5571735e9100 void 0.000263
+gallium_dri.so free 0x5571735e8ff0 void 0.000257
+gallium_dri.so malloc 72 0x5571735e90b0 0.000260
+gallium_dri.so free 0x5571735e9140 void 0.000261
+gallium_dri.so free 0x5571735e90b0 void 0.000207
+gallium_dri.so malloc 72 0x5571735e90b0 0.000208
+gallium_dri.so free 0x5571735e9200 void 0.000245
+gallium_dri.so free 0x5571735e90b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735e9240 0.000262
+gallium_dri.so free 0x5571735e92c0 void 0.000214
+gallium_dri.so free 0x5571735e9240 void 0.000260
+gallium_dri.so malloc 72 0x5571735e92c0 0.000262
+gallium_dri.so free 0x5571735e9380 void 0.000258
+gallium_dri.so free 0x5571735e92c0 void 0.000257
+gallium_dri.so malloc 72 0x5571735e92c0 0.000373
+gallium_dri.so free 0x5571735e9440 void 0.000238
+gallium_dri.so free 0x5571735e92c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735e9460 0.000231
+gallium_dri.so free 0x5571735e9500 void 0.000231
+gallium_dri.so free 0x5571735e9460 void 0.000228
+gallium_dri.so malloc 72 0x5571735e94b0 0.000202
+gallium_dri.so free 0x5571735e9580 void 0.000200
+gallium_dri.so free 0x5571735e94b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e94b0 0.000198
+gallium_dri.so free 0x5571735e9600 void 0.000163
+gallium_dri.so free 0x5571735e94b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9600 0.000119
+gallium_dri.so free 0x5571735e96c0 void 0.000120
+gallium_dri.so free 0x5571735e9600 void 0.000135
+gallium_dri.so malloc 72 0x5571735e9600 0.000120
+gallium_dri.so free 0x5571735b0b00 void 0.000121
+gallium_dri.so free 0x5571735e9600 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0b30 0.000228
+gallium_dri.so free 0x5571735b0b80 void 0.000191
+gallium_dri.so free 0x5571735b0b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735b0b80 0.000120
+gallium_dri.so free 0x5571735b0c40 void 0.000120
+gallium_dri.so free 0x5571735b0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0b80 0.000120
+gallium_dri.so free 0x5571735b0d40 void 0.000123
+gallium_dri.so free 0x5571735b0b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0cf0 0.000120
+gallium_dri.so free 0x5571735b0e00 void 0.000120
+gallium_dri.so free 0x5571735b0cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b0db0 0.000119
+gallium_dri.so free 0x5571735b0e40 void 0.000163
+gallium_dri.so free 0x5571735b0db0 void 0.000154
+gallium_dri.so malloc 72 0x5571735b0db0 0.000152
+gallium_dri.so free 0x5571735b0f00 void 0.000151
+gallium_dri.so free 0x5571735b0db0 void 0.000152
+gallium_dri.so malloc 72 0x5571735b0f40 0.000150
+gallium_dri.so free 0x5571735b0fc0 void 0.000153
+gallium_dri.so free 0x5571735b0f40 void 0.000178
+gallium_dri.so malloc 72 0x5571735b0fc0 0.000153
+gallium_dri.so free 0x5571735b1080 void 0.000152
+gallium_dri.so free 0x5571735b0fc0 void 0.000151
+gallium_dri.so malloc 72 0x5571735b0fc0 0.000152
+gallium_dri.so free 0x5571735b1100 void 0.000153
+gallium_dri.so free 0x5571735b0fc0 void 0.000150
+gallium_dri.so malloc 72 0x5571735b0fc0 0.000151
+gallium_dri.so free 0x5571735b11c0 void 0.000152
+gallium_dri.so free 0x5571735b0fc0 void 0.000151
+gallium_dri.so malloc 72 0x5571735b0fc0 0.000152
+gallium_dri.so free 0x5571735b1280 void 0.000152
+gallium_dri.so free 0x5571735b0fc0 void 0.000150
+gallium_dri.so malloc 72 0x5571735b1230 0.000165
+gallium_dri.so free 0x5571735b1300 void 0.000155
+gallium_dri.so free 0x5571735b1230 void 0.000152
+gallium_dri.so malloc 72 0x5571735b1350 0.000152
+gallium_dri.so free 0x5571735b13c0 void 0.000153
+gallium_dri.so free 0x5571735b1350 void 0.000153
+gallium_dri.so malloc 72 0x5571735b13e0 0.000152
+gallium_dri.so free 0x5571735b1480 void 0.000154
+gallium_dri.so free 0x5571735b13e0 void 0.000160
+gallium_dri.so malloc 72 0x5571735b1430 0.000127
+gallium_dri.so free 0x5571735b1500 void 0.000115
+gallium_dri.so free 0x5571735b1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1430 0.000115
+gallium_dri.so free 0x5571735b1600 void 0.000115
+gallium_dri.so free 0x5571735b1430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b15b0 0.000113
+gallium_dri.so free 0x5571735b1680 void 0.000116
+gallium_dri.so free 0x5571735b15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b16d0 0.000113
+gallium_dri.so free 0x5571735b1740 void 0.000115
+gallium_dri.so free 0x5571735b16d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b1760 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000116
+gallium_dri.so free 0x5571735b1760 void 0.000124
+gallium_dri.so malloc 72 0x5571735b17b0 0.000114
+gallium_dri.so free 0x5571735b1880 void 0.000117
+gallium_dri.so free 0x5571735b17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b17b0 0.000114
+gallium_dri.so free 0x5571735b1900 void 0.000114
+gallium_dri.so free 0x5571735b17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1900 0.000113
+gallium_dri.so free 0x5571735b19c0 void 0.000116
+gallium_dri.so free 0x5571735b1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1900 0.000114
+gallium_dri.so free 0x5571735b1ac0 void 0.000115
+gallium_dri.so free 0x5571735b1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1900 0.000113
+gallium_dri.so free 0x5571735b1b40 void 0.000114
+gallium_dri.so free 0x5571735b1900 void 0.000123
+gallium_dri.so malloc 72 0x5571735b1b70 0.000119
+gallium_dri.so free 0x5571735b1bc0 void 0.000115
+gallium_dri.so free 0x5571735b1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b70 0.000113
+gallium_dri.so free 0x5571735b1cc0 void 0.000115
+gallium_dri.so free 0x5571735b1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1c70 0.000112
+gallium_dri.so free 0x5571735b1d80 void 0.000114
+gallium_dri.so free 0x5571735b1c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1d30 0.000113
+gallium_dri.so free 0x5571735b1dc0 void 0.000114
+gallium_dri.so free 0x5571735b1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1d30 0.000115
+gallium_dri.so free 0x5571735b1e80 void 0.000126
+gallium_dri.so free 0x5571735b1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b1ed0 0.000116
+gallium_dri.so free 0x5571735b1f40 void 0.000115
+gallium_dri.so free 0x5571735b1ed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b1f80 0.000114
+gallium_dri.so free 0x5571735b2000 void 0.000115
+gallium_dri.so free 0x5571735b1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2000 0.000113
+gallium_dri.so free 0x5571735b20c0 void 0.000144
+gallium_dri.so free 0x5571735b2000 void 0.000115
+gallium_dri.so malloc 72 0x5571735b2000 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000114
+gallium_dri.so free 0x5571735b2000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d78f0 0.000114
+gallium_dri.so free 0x5571735d7940 void 0.000116
+gallium_dri.so free 0x5571735d78f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d78f0 0.000112
+gallium_dri.so free 0x5571735d7a40 void 0.000117
+gallium_dri.so free 0x5571735d78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d79f0 0.000115
+gallium_dri.so free 0x5571735d7b00 void 0.000114
+gallium_dri.so free 0x5571735d79f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7ab0 0.000115
+gallium_dri.so free 0x5571735d7b80 void 0.000114
+gallium_dri.so free 0x5571735d7ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7ba0 0.000114
+gallium_dri.so free 0x5571735d7c40 void 0.000154
+gallium_dri.so free 0x5571735d7ba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000113
+gallium_dri.so free 0x5571735d7cc0 void 0.000115
+gallium_dri.so free 0x5571735d7bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000113
+gallium_dri.so free 0x5571735d7d40 void 0.000114
+gallium_dri.so free 0x5571735d7bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d7d40 0.000112
+gallium_dri.so free 0x5571735d7e00 void 0.000128
+gallium_dri.so free 0x5571735d7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7d40 0.000113
+gallium_dri.so free 0x5571735d7ec0 void 0.000115
+gallium_dri.so free 0x5571735d7d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7d40 0.000137
+gallium_dri.so free 0x5571735d7f80 void 0.000116
+gallium_dri.so free 0x5571735d7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7f30 0.000114
+gallium_dri.so free 0x5571735d7f80 void 0.000114
+gallium_dri.so free 0x5571735d7f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d7f30 0.000112
+gallium_dri.so free 0x5571735d8080 void 0.000116
+gallium_dri.so free 0x5571735d7f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8030 0.000114
+gallium_dri.so free 0x5571735d8140 void 0.000113
+gallium_dri.so free 0x5571735d8030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d80f0 0.000113
+gallium_dri.so free 0x5571735d8180 void 0.000131
+gallium_dri.so free 0x5571735d80f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d80f0 0.000113
+gallium_dri.so free 0x5571735d8240 void 0.000114
+gallium_dri.so free 0x5571735d80f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8280 0.000112
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so free 0x5571735d8280 void 0.000111
+gallium_dri.so malloc 72 0x5571735d8300 0.000114
+gallium_dri.so free 0x5571735d83c0 void 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8300 0.000113
+gallium_dri.so free 0x5571735d8480 void 0.000115
+gallium_dri.so free 0x5571735d8300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d84a0 0.000114
+gallium_dri.so free 0x5571735d8540 void 0.000116
+gallium_dri.so free 0x5571735d84a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d84f0 0.000113
+gallium_dri.so free 0x5571735d85c0 void 0.000114
+gallium_dri.so free 0x5571735d84f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d84f0 0.000112
+gallium_dri.so free 0x5571735d8640 void 0.000114
+gallium_dri.so free 0x5571735d84f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8640 0.000113
+gallium_dri.so free 0x5571735d8700 void 0.000115
+gallium_dri.so free 0x5571735d8640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8640 0.000113
+gallium_dri.so free 0x5571735d87c0 void 0.000124
+gallium_dri.so free 0x5571735d8640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d8640 0.000113
+gallium_dri.so free 0x5571735d8880 void 0.000114
+gallium_dri.so free 0x5571735d8640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8830 0.000115
+gallium_dri.so free 0x5571735d8940 void 0.000115
+gallium_dri.so free 0x5571735d8830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d88f0 0.000113
+gallium_dri.so free 0x5571735d89c0 void 0.000115
+gallium_dri.so free 0x5571735d88f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8a10 0.000113
+gallium_dri.so free 0x5571735d8a80 void 0.000115
+gallium_dri.so free 0x5571735d8a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8aa0 0.000112
+gallium_dri.so free 0x5571735d8b40 void 0.000114
+gallium_dri.so free 0x5571735d8aa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8af0 0.000118
+gallium_dri.so free 0x5571735d8bc0 void 0.000115
+gallium_dri.so free 0x5571735d8af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8af0 0.000112
+gallium_dri.so free 0x5571735d8c40 void 0.000114
+gallium_dri.so free 0x5571735d8af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8c40 0.000112
+gallium_dri.so free 0x5571735d8d00 void 0.000130
+gallium_dri.so free 0x5571735d8c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8c40 0.000113
+gallium_dri.so free 0x5571735d8e00 void 0.000114
+gallium_dri.so free 0x5571735d8c40 void 0.000184
+gallium_dri.so malloc 72 0x5571735d8db0 0.000114
+gallium_dri.so free 0x5571735d8e40 void 0.000115
+gallium_dri.so free 0x5571735d8db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8db0 0.000112
+gallium_dri.so free 0x5571735d8f00 void 0.000115
+gallium_dri.so free 0x5571735d8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d8f40 0.000111
+gallium_dri.so free 0x5571735d8fc0 void 0.000114
+gallium_dri.so free 0x5571735d8f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d8fc0 0.000113
+gallium_dri.so free 0x5571735b3440 void 0.000114
+gallium_dri.so free 0x5571735d8fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b33f0 0.000112
+gallium_dri.so free 0x5571735b3480 void 0.000123
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b33f0 0.000114
+gallium_dri.so free 0x5571735b3540 void 0.000113
+gallium_dri.so free 0x5571735b33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b35b0 0.000112
+gallium_dri.so free 0x5571735b3600 void 0.000115
+gallium_dri.so free 0x5571735b35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b35b0 0.000114
+gallium_dri.so free 0x5571735b3700 void 0.000115
+gallium_dri.so free 0x5571735b35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b36b0 0.000115
+gallium_dri.so free 0x5571735b37c0 void 0.000114
+gallium_dri.so free 0x5571735b36b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3770 0.000115
+gallium_dri.so free 0x5571735b3800 void 0.000114
+gallium_dri.so free 0x5571735b3770 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3770 0.000113
+gallium_dri.so free 0x5571735b38c0 void 0.000114
+gallium_dri.so free 0x5571735b3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3900 0.000113
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so free 0x5571735b3900 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3980 0.000112
+gallium_dri.so free 0x5571735b3a40 void 0.000114
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3980 0.000114
+gallium_dri.so free 0x5571735b3b00 void 0.000114
+gallium_dri.so free 0x5571735b3980 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3b20 0.000113
+gallium_dri.so free 0x5571735b3bc0 void 0.000115
+gallium_dri.so free 0x5571735b3b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3b70 0.000151
+gallium_dri.so free 0x5571735b3c40 void 0.000118
+gallium_dri.so free 0x5571735b3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3b70 0.000113
+gallium_dri.so free 0x5571735b3cc0 void 0.000115
+gallium_dri.so free 0x5571735b3b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3cc0 0.000114
+gallium_dri.so free 0x5571735b3d80 void 0.000114
+gallium_dri.so free 0x5571735b3cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3cc0 0.000112
+gallium_dri.so free 0x5571735b3e40 void 0.000115
+gallium_dri.so free 0x5571735b3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3cc0 0.000114
+gallium_dri.so free 0x5571735b3f00 void 0.000115
+gallium_dri.so free 0x5571735b3cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3eb0 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so free 0x5571735b3eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f70 0.000130
+gallium_dri.so free 0x5571735b4040 void 0.000114
+gallium_dri.so free 0x5571735b3f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4090 0.000113
+gallium_dri.so free 0x5571735b4100 void 0.000115
+gallium_dri.so free 0x5571735b4090 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4120 0.000113
+gallium_dri.so free 0x5571735b41c0 void 0.000115
+gallium_dri.so free 0x5571735b4120 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4170 0.000112
+gallium_dri.so free 0x5571735b4240 void 0.000114
+gallium_dri.so free 0x5571735b4170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4170 0.000112
+gallium_dri.so free 0x5571735b42c0 void 0.000114
+gallium_dri.so free 0x5571735b4170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42c0 0.000114
+gallium_dri.so free 0x5571735b4380 void 0.000114
+gallium_dri.so free 0x5571735b42c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735b42c0 0.000114
+gallium_dri.so free 0x5571735b4480 void 0.000114
+gallium_dri.so free 0x5571735b42c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4430 0.000112
+gallium_dri.so free 0x5571735b44c0 void 0.000114
+gallium_dri.so free 0x5571735b4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4430 0.000113
+gallium_dri.so free 0x5571735b4580 void 0.000114
+gallium_dri.so free 0x5571735b4430 void 0.000112
+gallium_dri.so malloc 72 0x5571735b45c0 0.000112
+gallium_dri.so free 0x5571735b4640 void 0.000114
+gallium_dri.so free 0x5571735b45c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4640 0.000113
+gallium_dri.so free 0x5571735b4700 void 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4640 0.000114
+gallium_dri.so free 0x5571735b4780 void 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47b0 0.000113
+gallium_dri.so free 0x5571735b4800 void 0.000123
+gallium_dri.so free 0x5571735b47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47b0 0.000115
+gallium_dri.so free 0x5571735b4900 void 0.000115
+gallium_dri.so free 0x5571735b47b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4940 0.000117
+gallium_dri.so free 0x5571735b49c0 void 0.000123
+gallium_dri.so free 0x5571735b4940 void 0.000122
+gallium_dri.so malloc 72 0x5571735b49c0 0.000114
+gallium_dri.so free 0x5571735b4a80 void 0.000114
+gallium_dri.so free 0x5571735b49c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b49c0 0.000115
+gallium_dri.so free 0x5571735b4b00 void 0.000108
+gallium_dri.so free 0x5571735b49c0 void 0.000204
+gallium_dri.so malloc 72 0x5571735b4b30 0.000218
+gallium_dri.so free 0x5571735b4b80 void 0.000152
+gallium_dri.so free 0x5571735b4b30 void 0.000153
+gallium_dri.so malloc 72 0x5571735b4b30 0.000116
+gallium_dri.so free 0x557173453000 void 0.000116
+gallium_dri.so free 0x5571735b4b30 void 0.000113
+gallium_dri.so malloc 72 0x557173453000 0.000115
+gallium_dri.so free 0x5571734530c0 void 0.000133
+gallium_dri.so free 0x557173453000 void 0.000131
+gallium_dri.so malloc 72 0x557173453000 0.000129
+gallium_dri.so free 0x557173453180 void 0.000131
+gallium_dri.so free 0x557173453000 void 0.000130
+gallium_dri.so malloc 72 0x5571734531a0 0.000128
+gallium_dri.so free 0x557173453240 void 0.000136
+gallium_dri.so free 0x5571734531a0 void 0.000138
+gallium_dri.so malloc 72 0x5571734531f0 0.000132
+gallium_dri.so free 0x5571734532c0 void 0.000137
+gallium_dri.so free 0x5571734531f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734531f0 0.000129
+gallium_dri.so free 0x557173453340 void 0.000134
+gallium_dri.so free 0x5571734531f0 void 0.000129
+gallium_dri.so malloc 72 0x557173453340 0.000132
+gallium_dri.so free 0x557173453400 void 0.000132
+gallium_dri.so free 0x557173453340 void 0.000129
+gallium_dri.so malloc 72 0x557173453340 0.000133
+gallium_dri.so free 0x5571734534c0 void 0.000132
+gallium_dri.so free 0x557173453340 void 0.000129
+gallium_dri.so malloc 72 0x557173453340 0.000128
+gallium_dri.so free 0x557173453580 void 0.000128
+gallium_dri.so free 0x557173453340 void 0.000129
+gallium_dri.so malloc 72 0x557173453530 0.000132
+gallium_dri.so free 0x557173453640 void 0.000130
+gallium_dri.so free 0x557173453530 void 0.000133
+gallium_dri.so malloc 72 0x5571734535f0 0.000128
+gallium_dri.so free 0x5571734536c0 void 0.000129
+gallium_dri.so free 0x5571734535f0 void 0.000130
+gallium_dri.so malloc 72 0x557173453710 0.000131
+gallium_dri.so free 0x557173453780 void 0.000159
+gallium_dri.so free 0x557173453710 void 0.000133
+gallium_dri.so malloc 72 0x5571734537a0 0.000131
+gallium_dri.so free 0x557173453840 void 0.000144
+gallium_dri.so free 0x5571734537a0 void 0.000133
+gallium_dri.so malloc 72 0x5571734537f0 0.000131
+gallium_dri.so free 0x5571734538c0 void 0.000132
+gallium_dri.so free 0x5571734537f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734537f0 0.000134
+gallium_dri.so free 0x557173453940 void 0.000132
+gallium_dri.so free 0x5571734537f0 void 0.000132
+gallium_dri.so malloc 72 0x557173453940 0.000130
+gallium_dri.so free 0x557173453a00 void 0.000130
+gallium_dri.so free 0x557173453940 void 0.000129
+gallium_dri.so malloc 72 0x557173453940 0.000134
+gallium_dri.so free 0x557173453b00 void 0.000129
+gallium_dri.so free 0x557173453940 void 0.000132
+gallium_dri.so malloc 72 0x557173453ab0 0.000127
+gallium_dri.so free 0x557173453b40 void 0.000130
+gallium_dri.so free 0x557173453ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173453ab0 0.000132
+gallium_dri.so free 0x557173453c00 void 0.000131
+gallium_dri.so free 0x557173453ab0 void 0.000133
+gallium_dri.so malloc 72 0x557173453c40 0.000130
+gallium_dri.so free 0x557173453cc0 void 0.000129
+gallium_dri.so free 0x557173453c40 void 0.000134
+gallium_dri.so malloc 72 0x557173453cc0 0.000131
+gallium_dri.so free 0x557173453d80 void 0.000139
+gallium_dri.so free 0x557173453cc0 void 0.000132
+gallium_dri.so malloc 72 0x557173453cc0 0.000131
+gallium_dri.so free 0x557173453e00 void 0.000129
+gallium_dri.so free 0x557173453cc0 void 0.000129
+gallium_dri.so malloc 72 0x557173453e30 0.000131
+gallium_dri.so free 0x557173453e80 void 0.000130
+gallium_dri.so free 0x557173453e30 void 0.000128
+gallium_dri.so malloc 72 0x557173453e30 0.000130
+gallium_dri.so free 0x557173453f80 void 0.000131
+gallium_dri.so free 0x557173453e30 void 0.000119
+gallium_dri.so malloc 72 0x557173453fc0 0.000181
+gallium_dri.so free 0x557173454040 void 0.000182
+gallium_dri.so free 0x557173453fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173454040 0.000119
+gallium_dri.so free 0x557173454100 void 0.000115
+gallium_dri.so free 0x557173454040 void 0.000114
+gallium_dri.so malloc 72 0x557173454040 0.000115
+gallium_dri.so free 0x557173454180 void 0.000115
+gallium_dri.so free 0x557173454040 void 0.000114
+gallium_dri.so malloc 72 0x5571734541b0 0.000115
+gallium_dri.so free 0x557173454200 void 0.000115
+gallium_dri.so free 0x5571734541b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734541b0 0.000114
+gallium_dri.so free 0x557173454300 void 0.000116
+gallium_dri.so free 0x5571734541b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734542b0 0.000117
+gallium_dri.so free 0x5571734543c0 void 0.000116
+gallium_dri.so free 0x5571734542b0 void 0.000115
+gallium_dri.so malloc 72 0x557173454370 0.000115
+gallium_dri.so free 0x557173454440 void 0.000116
+gallium_dri.so free 0x557173454370 void 0.000116
+gallium_dri.so malloc 72 0x557173454370 0.000116
+gallium_dri.so free 0x557173454500 void 0.000117
+gallium_dri.so free 0x557173454370 void 0.000115
+gallium_dri.so malloc 72 0x557173454370 0.000115
+gallium_dri.so free 0x5571734545c0 void 0.000115
+gallium_dri.so free 0x557173454370 void 0.000115
+gallium_dri.so malloc 72 0x557173454570 0.000117
+gallium_dri.so free 0x557173454640 void 0.000117
+gallium_dri.so free 0x557173454570 void 0.000115
+gallium_dri.so malloc 72 0x557173454690 0.000115
+gallium_dri.so free 0x557173454700 void 0.000116
+gallium_dri.so free 0x557173454690 void 0.000114
+gallium_dri.so malloc 72 0x557173454720 0.000115
+gallium_dri.so free 0x5571734547c0 void 0.000117
+gallium_dri.so free 0x557173454720 void 0.000116
+gallium_dri.so malloc 72 0x557173454770 0.000117
+gallium_dri.so free 0x557173454840 void 0.000164
+gallium_dri.so free 0x557173454770 void 0.000172
+gallium_dri.so malloc 72 0x557173454840 0.000221
+gallium_dri.so free 0x557173454900 void 0.000182
+gallium_dri.so free 0x557173454840 void 0.000184
+gallium_dri.so malloc 72 0x557173454840 0.000183
+gallium_dri.so free 0x557173454980 void 0.000136
+gallium_dri.so free 0x557173454840 void 0.000126
+gallium_dri.so malloc 72 0x557173454980 0.000124
+gallium_dri.so free 0x557173454a40 void 0.000123
+gallium_dri.so free 0x557173454980 void 0.000123
+gallium_dri.so malloc 72 0x557173454980 0.000122
+gallium_dri.so free 0x557173454b00 void 0.000122
+gallium_dri.so free 0x557173454980 void 0.000122
+gallium_dri.so malloc 72 0x557173454980 0.000125
+gallium_dri.so free 0x557173454bc0 void 0.000125
+gallium_dri.so free 0x557173454980 void 0.000125
+gallium_dri.so malloc 72 0x557173454b70 0.000122
+gallium_dri.so free 0x557173454c40 void 0.000118
+gallium_dri.so free 0x557173454b70 void 0.000118
+gallium_dri.so malloc 72 0x557173454c90 0.000124
+gallium_dri.so free 0x557173454d00 void 0.000124
+gallium_dri.so free 0x557173454c90 void 0.000134
+gallium_dri.so malloc 72 0x557173454d40 0.000131
+gallium_dri.so free 0x557173454dc0 void 0.000154
+gallium_dri.so free 0x557173454d40 void 0.000131
+gallium_dri.so malloc 72 0x557173454d40 0.000122
+gallium_dri.so free 0x557173454e40 void 0.000121
+gallium_dri.so free 0x557173454d40 void 0.000119
+gallium_dri.so malloc 72 0x557173454e70 0.000116
+gallium_dri.so free 0x557173454ec0 void 0.000123
+gallium_dri.so free 0x557173454e70 void 0.000121
+gallium_dri.so malloc 72 0x557173454e70 0.000116
+gallium_dri.so free 0x557173454fc0 void 0.000120
+gallium_dri.so free 0x557173454e70 void 0.000119
+gallium_dri.so malloc 72 0x557173454f70 0.000115
+gallium_dri.so free 0x557173455080 void 0.000116
+gallium_dri.so free 0x557173454f70 void 0.000115
+gallium_dri.so malloc 72 0x557173455030 0.000116
+gallium_dri.so free 0x5571734550c0 void 0.000120
+gallium_dri.so free 0x557173455030 void 0.000124
+gallium_dri.so malloc 72 0x557173455030 0.000125
+gallium_dri.so free 0x557173455180 void 0.000120
+gallium_dri.so free 0x557173455030 void 0.000115
+gallium_dri.so malloc 72 0x5571734551f0 0.000114
+gallium_dri.so free 0x557173455240 void 0.000116
+gallium_dri.so free 0x5571734551f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734551f0 0.000123
+gallium_dri.so free 0x557173455340 void 0.000126
+gallium_dri.so free 0x5571734551f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734552f0 0.000123
+gallium_dri.so free 0x5571735e3d40 void 0.000156
+gallium_dri.so free 0x5571734552f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734552f0 0.000123
+gallium_dri.so free 0x5571735e3dc0 void 0.000119
+gallium_dri.so free 0x5571734552f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3df0 0.000123
+gallium_dri.so free 0x5571735e3e40 void 0.000122
+gallium_dri.so free 0x5571735e3df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3df0 0.000119
+gallium_dri.so free 0x5571735e3f40 void 0.000113
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000124
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so free 0x5571735e3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000115
+gallium_dri.so free 0x5571735e4080 void 0.000121
+gallium_dri.so free 0x5571735e3fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000123
+gallium_dri.so free 0x5571735e4200 void 0.000123
+gallium_dri.so free 0x5571735e3fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e41b0 0.000160
+gallium_dri.so free 0x5571735e4280 void 0.000164
+gallium_dri.so free 0x5571735e41b0 void 0.000240
+gallium_dri.so malloc 72 0x5571735e42d0 0.000276
+gallium_dri.so free 0x5571735e4340 void 0.000290
+gallium_dri.so free 0x5571735e42d0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e4360 0.000313
+gallium_dri.so free 0x5571735e4400 void 0.000285
+gallium_dri.so free 0x5571735e4360 void 0.000286
+gallium_dri.so malloc 72 0x5571735e43b0 0.000277
+gallium_dri.so free 0x5571735e4480 void 0.000276
+gallium_dri.so free 0x5571735e43b0 void 0.000281
+gallium_dri.so malloc 72 0x5571735e4480 0.000284
+gallium_dri.so free 0x5571735e4540 void 0.000305
+gallium_dri.so free 0x5571735e4480 void 0.000363
+gallium_dri.so malloc 72 0x5571735e4480 0.000258
+gallium_dri.so free 0x5571735e45c0 void 0.000246
+gallium_dri.so free 0x5571735e4480 void 0.000170
+gallium_dri.so malloc 72 0x5571735e45c0 0.000165
+gallium_dri.so free 0x5571735e4680 void 0.000131
+gallium_dri.so free 0x5571735e45c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e45c0 0.000126
+gallium_dri.so free 0x5571735e4740 void 0.000122
+gallium_dri.so free 0x5571735e45c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e45c0 0.000131
+gallium_dri.so free 0x5571735e4800 void 0.000131
+gallium_dri.so free 0x5571735e45c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e47b0 0.000129
+gallium_dri.so free 0x5571735e4880 void 0.000126
+gallium_dri.so free 0x5571735e47b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e48d0 0.000154
+gallium_dri.so free 0x5571735e4940 void 0.000130
+gallium_dri.so free 0x5571735e48d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4980 0.000120
+gallium_dri.so free 0x5571735e4a00 void 0.000125
+gallium_dri.so free 0x5571735e4980 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4980 0.000129
+gallium_dri.so free 0x5571735e4a80 void 0.000128
+gallium_dri.so free 0x5571735e4980 void 0.000132
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000129
+gallium_dri.so free 0x5571735e4b00 void 0.000129
+gallium_dri.so free 0x5571735e4ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000130
+gallium_dri.so free 0x5571735e4c00 void 0.000131
+gallium_dri.so free 0x5571735e4ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4bb0 0.000124
+gallium_dri.so free 0x5571735e4cc0 void 0.000138
+gallium_dri.so free 0x5571735e4bb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4c70 0.000133
+gallium_dri.so free 0x5571735e4d00 void 0.000165
+gallium_dri.so free 0x5571735e4c70 void 0.000226
+gallium_dri.so malloc 72 0x5571735e4c70 0.000223
+gallium_dri.so free 0x5571735e4dc0 void 0.000230
+gallium_dri.so free 0x5571735e4c70 void 0.000248
+gallium_dri.so malloc 72 0x5571735e4e30 0.000197
+gallium_dri.so free 0x5571735e4e80 void 0.000139
+gallium_dri.so free 0x5571735e4e30 void 0.000281
+gallium_dri.so malloc 72 0x5571735e4e30 0.000230
+gallium_dri.so free 0x5571735e4f80 void 0.000212
+gallium_dri.so free 0x5571735e4e30 void 0.000208
+gallium_dri.so malloc 72 0x5571735e4f30 0.000135
+gallium_dri.so free 0x5571735e5040 void 0.000137
+gallium_dri.so free 0x5571735e4f30 void 0.000147
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000138
+gallium_dri.so free 0x5571735e5080 void 0.000146
+gallium_dri.so free 0x5571735e4ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000135
+gallium_dri.so free 0x5571735e5140 void 0.000137
+gallium_dri.so free 0x5571735e4ff0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5180 0.000132
+gallium_dri.so free 0x5571735e5200 void 0.000136
+gallium_dri.so free 0x5571735e5180 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5200 0.000136
+gallium_dri.so free 0x5571735e52c0 void 0.000132
+gallium_dri.so free 0x5571735e5200 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5200 0.000133
+gallium_dri.so free 0x5571735e5380 void 0.000138
+gallium_dri.so free 0x5571735e5200 void 0.000133
+gallium_dri.so malloc 72 0x5571735e53a0 0.000132
+gallium_dri.so free 0x5571735e5440 void 0.000136
+gallium_dri.so free 0x5571735e53a0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e53f0 0.000136
+gallium_dri.so free 0x5571735e54c0 void 0.000142
+gallium_dri.so free 0x5571735e53f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e53f0 0.000136
+gallium_dri.so free 0x5571735e5540 void 0.000194
+gallium_dri.so free 0x5571735e53f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735e5540 0.000136
+gallium_dri.so free 0x5571735e5600 void 0.000138
+gallium_dri.so free 0x5571735e5540 void 0.000143
+gallium_dri.so malloc 72 0x5571735e5540 0.000130
+gallium_dri.so free 0x5571735e56c0 void 0.000127
+gallium_dri.so free 0x5571735e5540 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5540 0.000130
+gallium_dri.so free 0x5571735e5780 void 0.000128
+gallium_dri.so free 0x5571735e5540 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5730 0.000137
+gallium_dri.so free 0x5571735e5840 void 0.000233
+gallium_dri.so free 0x5571735e5730 void 0.000232
+gallium_dri.so malloc 72 0x5571735e57f0 0.000136
+gallium_dri.so free 0x5571735e58c0 void 0.000131
+gallium_dri.so free 0x5571735e57f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5910 0.000202
+gallium_dri.so free 0x5571735e5980 void 0.000253
+gallium_dri.so free 0x5571735e5910 void 0.000251
+gallium_dri.so malloc 72 0x5571735e59a0 0.000248
+gallium_dri.so free 0x5571735e5a40 void 0.000250
+gallium_dri.so free 0x5571735e59a0 void 0.000207
+gallium_dri.so malloc 72 0x5571735e59f0 0.000238
+gallium_dri.so free 0x5571735e5ac0 void 0.000150
+gallium_dri.so free 0x5571735e59f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e59f0 0.000150
+gallium_dri.so free 0x5571735e5b40 void 0.000158
+gallium_dri.so free 0x5571735e59f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e5b40 0.000154
+gallium_dri.so free 0x5571735e5c00 void 0.000149
+gallium_dri.so free 0x5571735e5b40 void 0.000167
+gallium_dri.so malloc 72 0x5571735e5b40 0.000134
+gallium_dri.so free 0x5571735e5d00 void 0.000131
+gallium_dri.so free 0x5571735e5b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000124
+gallium_dri.so free 0x5571735e5d40 void 0.000120
+gallium_dri.so free 0x5571735e5cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000119
+gallium_dri.so free 0x5571735e5e00 void 0.000121
+gallium_dri.so free 0x5571735e5cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5e40 0.000130
+gallium_dri.so free 0x5571735e5ec0 void 0.000130
+gallium_dri.so free 0x5571735e5e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000124
+gallium_dri.so free 0x5571735e5f80 void 0.000120
+gallium_dri.so free 0x5571735e5ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000123
+gallium_dri.so free 0x5571735e6000 void 0.000120
+gallium_dri.so free 0x5571735e5ec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6030 0.000130
+gallium_dri.so free 0x5571735e6080 void 0.000125
+gallium_dri.so free 0x5571735e6030 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6030 0.000148
+gallium_dri.so free 0x5571735e6180 void 0.000130
+gallium_dri.so free 0x5571735e6030 void 0.000124
+gallium_dri.so malloc 72 0x5571735e61c0 0.000125
+gallium_dri.so free 0x557173455400 void 0.000131
+gallium_dri.so free 0x5571735e61c0 void 0.000183
+gallium_dri.so malloc 72 0x557173455450 0.000197
+gallium_dri.so free 0x5571734554c0 void 0.000125
+gallium_dri.so free 0x557173455450 void 0.000129
+gallium_dri.so malloc 72 0x5571734554e0 0.000123
+gallium_dri.so free 0x557173455580 void 0.000260
+gallium_dri.so free 0x5571734554e0 void 0.000335
+gallium_dri.so malloc 72 0x557173455530 0.000237
+gallium_dri.so free 0x557173455600 void 0.000171
+gallium_dri.so free 0x557173455530 void 0.000169
+gallium_dri.so malloc 72 0x557173455530 0.000130
+gallium_dri.so free 0x557173455680 void 0.000125
+gallium_dri.so free 0x557173455530 void 0.000124
+gallium_dri.so malloc 72 0x557173455680 0.000141
+gallium_dri.so free 0x557173455740 void 0.000160
+gallium_dri.so free 0x557173455680 void 0.000133
+gallium_dri.so malloc 72 0x557173455680 0.000130
+gallium_dri.so free 0x557173455840 void 0.000125
+gallium_dri.so free 0x557173455680 void 0.000120
+gallium_dri.so malloc 72 0x557173455680 0.000127
+gallium_dri.so free 0x5571734558c0 void 0.000125
+gallium_dri.so free 0x557173455680 void 0.000119
+gallium_dri.so malloc 72 0x5571734558f0 0.000168
+gallium_dri.so free 0x557173455940 void 0.000234
+gallium_dri.so free 0x5571734558f0 void 0.000223
+gallium_dri.so malloc 72 0x5571734558f0 0.000236
+gallium_dri.so free 0x557173455a40 void 0.000228
+gallium_dri.so free 0x5571734558f0 void 0.000202
+gallium_dri.so malloc 72 0x5571734559f0 0.000127
+gallium_dri.so free 0x557173455b00 void 0.000130
+gallium_dri.so free 0x5571734559f0 void 0.000130
+gallium_dri.so malloc 72 0x557173455ab0 0.000130
+gallium_dri.so free 0x557173455b40 void 0.000134
+gallium_dri.so free 0x557173455ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173455ab0 0.000130
+gallium_dri.so free 0x557173455c00 void 0.000131
+gallium_dri.so free 0x557173455ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173455c50 0.000158
+gallium_dri.so free 0x557173455cc0 void 0.000127
+gallium_dri.so free 0x557173455c50 void 0.000131
+gallium_dri.so malloc 72 0x557173455d00 0.000130
+gallium_dri.so free 0x557173455d80 void 0.000130
+gallium_dri.so free 0x557173455d00 void 0.000129
+gallium_dri.so malloc 72 0x557173455d80 0.000129
+gallium_dri.so free 0x557173455e40 void 0.000224
+gallium_dri.so free 0x557173455d80 void 0.000224
+gallium_dri.so malloc 72 0x557173455d80 0.000222
+gallium_dri.so free 0x557173455ec0 void 0.000224
+gallium_dri.so free 0x557173455d80 void 0.000131
+gallium_dri.so malloc 72 0x557173455ef0 0.000130
+gallium_dri.so free 0x557173455f40 void 0.000133
+gallium_dri.so free 0x557173455ef0 void 0.000168
+gallium_dri.so malloc 72 0x557173455ef0 0.000129
+gallium_dri.so free 0x557173456040 void 0.000124
+gallium_dri.so free 0x557173455ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173455ff0 0.000119
+gallium_dri.so free 0x557173456100 void 0.000119
+gallium_dri.so free 0x557173455ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571734560b0 0.000119
+gallium_dri.so free 0x557173456180 void 0.000119
+gallium_dri.so free 0x5571734560b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734561a0 0.000125
+gallium_dri.so free 0x557173456240 void 0.000130
+gallium_dri.so free 0x5571734561a0 void 0.000139
+gallium_dri.so malloc 72 0x5571734561f0 0.000131
+gallium_dri.so free 0x5571734562c0 void 0.000130
+gallium_dri.so free 0x5571734561f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734561f0 0.000125
+gallium_dri.so free 0x557173456340 void 0.000126
+gallium_dri.so free 0x5571734561f0 void 0.000132
+gallium_dri.so malloc 72 0x557173456340 0.000129
+gallium_dri.so free 0x557173456400 void 0.000140
+gallium_dri.so free 0x557173456340 void 0.000130
+gallium_dri.so malloc 72 0x557173456340 0.000129
+gallium_dri.so free 0x5571734564c0 void 0.000124
+gallium_dri.so free 0x557173456340 void 0.000119
+gallium_dri.so malloc 72 0x557173456340 0.000124
+gallium_dri.so free 0x557173456580 void 0.000128
+gallium_dri.so free 0x557173456340 void 0.000125
+gallium_dri.so malloc 72 0x557173456530 0.000124
+gallium_dri.so free 0x557173456580 void 0.000120
+gallium_dri.so free 0x557173456530 void 0.000124
+gallium_dri.so malloc 72 0x557173456530 0.000130
+gallium_dri.so free 0x557173456680 void 0.000130
+gallium_dri.so free 0x557173456530 void 0.000130
+gallium_dri.so malloc 72 0x557173456630 0.000129
+gallium_dri.so free 0x557173456740 void 0.000130
+gallium_dri.so free 0x557173456630 void 0.000130
+gallium_dri.so malloc 72 0x5571734566f0 0.000125
+gallium_dri.so free 0x557173456780 void 0.000120
+gallium_dri.so free 0x5571734566f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734566f0 0.000125
+gallium_dri.so free 0x557173456840 void 0.000120
+gallium_dri.so free 0x5571734566f0 void 0.000174
+gallium_dri.so malloc 72 0x557173456880 0.000129
+gallium_dri.so free 0x557173456900 void 0.000129
+gallium_dri.so free 0x557173456880 void 0.000126
+gallium_dri.so malloc 72 0x557173456900 0.000125
+gallium_dri.so free 0x5571734569c0 void 0.000129
+gallium_dri.so free 0x557173456900 void 0.000130
+gallium_dri.so malloc 72 0x557173456900 0.000124
+gallium_dri.so free 0x557173456a80 void 0.000120
+gallium_dri.so free 0x557173456900 void 0.000124
+gallium_dri.so malloc 72 0x557173456aa0 0.000129
+gallium_dri.so free 0x557173456b40 void 0.000128
+gallium_dri.so free 0x557173456aa0 void 0.000124
+gallium_dri.so malloc 72 0x557173456af0 0.000129
+gallium_dri.so free 0x557173456bc0 void 0.000124
+gallium_dri.so free 0x557173456af0 void 0.000118
+gallium_dri.so malloc 72 0x557173456af0 0.000119
+gallium_dri.so free 0x557173456c40 void 0.000119
+gallium_dri.so free 0x557173456af0 void 0.000119
+gallium_dri.so malloc 72 0x557173456c40 0.000119
+gallium_dri.so free 0x557173456d00 void 0.000121
+gallium_dri.so free 0x557173456c40 void 0.000119
+gallium_dri.so malloc 72 0x557173456c40 0.000123
+gallium_dri.so free 0x557173456dc0 void 0.000141
+gallium_dri.so free 0x557173456c40 void 0.000131
+gallium_dri.so malloc 72 0x557173456c40 0.000138
+gallium_dri.so free 0x557173456e80 void 0.000130
+gallium_dri.so free 0x557173456c40 void 0.000125
+gallium_dri.so malloc 72 0x557173456e30 0.000120
+gallium_dri.so free 0x557173456f40 void 0.000120
+gallium_dri.so free 0x557173456e30 void 0.000124
+gallium_dri.so malloc 72 0x557173456ef0 0.000130
+gallium_dri.so free 0x557173456fc0 void 0.000130
+gallium_dri.so free 0x557173456ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173457010 0.000119
+gallium_dri.so free 0x557173457080 void 0.000120
+gallium_dri.so free 0x557173457010 void 0.000125
+gallium_dri.so malloc 72 0x5571734570a0 0.000130
+gallium_dri.so free 0x557173457140 void 0.000131
+gallium_dri.so free 0x5571734570a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734570f0 0.000121
+gallium_dri.so free 0x5571734571c0 void 0.000120
+gallium_dri.so free 0x5571734570f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734570f0 0.000130
+gallium_dri.so free 0x557173457240 void 0.000129
+gallium_dri.so free 0x5571734570f0 void 0.000141
+gallium_dri.so malloc 72 0x557173457240 0.000130
+gallium_dri.so free 0x557173457300 void 0.000131
+gallium_dri.so free 0x557173457240 void 0.000125
+gallium_dri.so malloc 72 0x557173457240 0.000120
+gallium_dri.so free 0x557173457400 void 0.000120
+gallium_dri.so free 0x557173457240 void 0.000124
+gallium_dri.so malloc 72 0x5571734573b0 0.000131
+gallium_dri.so free 0x557173457440 void 0.000131
+gallium_dri.so free 0x5571734573b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734573b0 0.000119
+gallium_dri.so free 0x557173457500 void 0.000119
+gallium_dri.so free 0x5571734573b0 void 0.000120
+gallium_dri.so malloc 72 0x557173457540 0.000124
+gallium_dri.so free 0x5571734575c0 void 0.000131
+gallium_dri.so free 0x557173457540 void 0.000131
+gallium_dri.so malloc 72 0x5571734575c0 0.000128
+gallium_dri.so free 0x557173457680 void 0.000129
+gallium_dri.so free 0x5571734575c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734575c0 0.000129
+gallium_dri.so free 0x557173457700 void 0.000132
+gallium_dri.so free 0x5571734575c0 void 0.000217
+gallium_dri.so malloc 72 0x557173457730 0.000169
+gallium_dri.so free 0x557173457780 void 0.000165
+gallium_dri.so free 0x557173457730 void 0.000168
+gallium_dri.so malloc 72 0x557173457730 0.000129
+gallium_dri.so free 0x557173457880 void 0.000124
+gallium_dri.so free 0x557173457730 void 0.000124
+gallium_dri.so malloc 72 0x5571734578c0 0.000124
+gallium_dri.so free 0x557173457940 void 0.000121
+gallium_dri.so free 0x5571734578c0 void 0.000120
+gallium_dri.so malloc 72 0x557173457940 0.000125
+gallium_dri.so free 0x557173457a00 void 0.000124
+gallium_dri.so free 0x557173457940 void 0.000118
+gallium_dri.so malloc 72 0x557173457940 0.000150
+gallium_dri.so free 0x557173457a80 void 0.000126
+gallium_dri.so free 0x557173457940 void 0.000131
+gallium_dri.so malloc 72 0x557173457ab0 0.000124
+gallium_dri.so free 0x557173457b00 void 0.000121
+gallium_dri.so free 0x557173457ab0 void 0.000232
+gallium_dri.so malloc 72 0x557173457ab0 0.000202
+gallium_dri.so free 0x557173457c00 void 0.000130
+gallium_dri.so free 0x557173457ab0 void 0.000264
+gallium_dri.so malloc 72 0x557173457bb0 0.000251
+gallium_dri.so free 0x557173457cc0 void 0.000198
+gallium_dri.so free 0x557173457bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173457c70 0.000182
+gallium_dri.so free 0x557173457d40 void 0.000168
+gallium_dri.so free 0x557173457c70 void 0.000131
+gallium_dri.so malloc 72 0x557173457c70 0.000130
+gallium_dri.so free 0x557173457e00 void 0.000131
+gallium_dri.so free 0x557173457c70 void 0.000126
+gallium_dri.so malloc 72 0x557173457c70 0.000127
+gallium_dri.so free 0x557173457ec0 void 0.000125
+gallium_dri.so free 0x557173457c70 void 0.000124
+gallium_dri.so malloc 72 0x557173457e70 0.000130
+gallium_dri.so free 0x557173457f40 void 0.000132
+gallium_dri.so free 0x557173457e70 void 0.000162
+gallium_dri.so malloc 72 0x557173457f90 0.000128
+gallium_dri.so free 0x557173458000 void 0.000129
+gallium_dri.so free 0x557173457f90 void 0.000124
+gallium_dri.so malloc 72 0x557173458020 0.000124
+gallium_dri.so free 0x5571734580c0 void 0.000125
+gallium_dri.so free 0x557173458020 void 0.000130
+gallium_dri.so malloc 72 0x557173458070 0.000132
+gallium_dri.so free 0x557173458140 void 0.000130
+gallium_dri.so free 0x557173458070 void 0.000124
+gallium_dri.so malloc 72 0x557173458140 0.000120
+gallium_dri.so free 0x557173458200 void 0.000125
+gallium_dri.so free 0x557173458140 void 0.000125
+gallium_dri.so malloc 72 0x557173458140 0.000120
+gallium_dri.so free 0x557173458280 void 0.000126
+gallium_dri.so free 0x557173458140 void 0.000124
+gallium_dri.so malloc 72 0x557173458280 0.000125
+gallium_dri.so free 0x557173458340 void 0.000130
+gallium_dri.so free 0x557173458280 void 0.000129
+gallium_dri.so malloc 72 0x557173458280 0.000129
+gallium_dri.so free 0x557173458400 void 0.000123
+gallium_dri.so free 0x557173458280 void 0.000125
+gallium_dri.so malloc 72 0x557173458280 0.000130
+gallium_dri.so free 0x5571734584c0 void 0.000132
+gallium_dri.so free 0x557173458280 void 0.000129
+gallium_dri.so malloc 72 0x557173458470 0.000129
+gallium_dri.so free 0x557173458540 void 0.000124
+gallium_dri.so free 0x557173458470 void 0.000171
+gallium_dri.so malloc 72 0x557173458590 0.000130
+gallium_dri.so free 0x557173458600 void 0.000164
+gallium_dri.so free 0x557173458590 void 0.000131
+gallium_dri.so malloc 72 0x557173458640 0.000129
+gallium_dri.so free 0x5571734586c0 void 0.000129
+gallium_dri.so free 0x557173458640 void 0.000130
+gallium_dri.so malloc 72 0x557173458640 0.000130
+gallium_dri.so free 0x557173458740 void 0.000125
+gallium_dri.so free 0x557173458640 void 0.000125
+gallium_dri.so malloc 72 0x557173458770 0.000130
+gallium_dri.so free 0x5571734587c0 void 0.000129
+gallium_dri.so free 0x557173458770 void 0.000130
+gallium_dri.so malloc 72 0x557173458770 0.000124
+gallium_dri.so free 0x5571734588c0 void 0.000120
+gallium_dri.so free 0x557173458770 void 0.000124
+gallium_dri.so malloc 72 0x557173458870 0.000129
+gallium_dri.so free 0x557173458980 void 0.000130
+gallium_dri.so free 0x557173458870 void 0.000129
+gallium_dri.so malloc 72 0x557173458930 0.000124
+gallium_dri.so free 0x5571734589c0 void 0.000122
+gallium_dri.so free 0x557173458930 void 0.000125
+gallium_dri.so malloc 72 0x557173458930 0.000129
+gallium_dri.so free 0x557173458a80 void 0.000129
+gallium_dri.so free 0x557173458930 void 0.000151
+gallium_dri.so malloc 72 0x557173458af0 0.000130
+gallium_dri.so free 0x55717358e6c0 void 0.000126
+gallium_dri.so free 0x557173458af0 void 0.000124
+gallium_dri.so malloc 72 0x557173458af0 0.000128
+gallium_dri.so free 0x55717358e7c0 void 0.000129
+gallium_dri.so free 0x557173458af0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e770 0.000120
+gallium_dri.so free 0x55717358e880 void 0.000121
+gallium_dri.so free 0x55717358e770 void 0.000130
+gallium_dri.so malloc 72 0x55717358e830 0.000130
+gallium_dri.so free 0x557173458b40 void 0.000122
+gallium_dri.so free 0x55717358e830 void 0.000123
+gallium_dri.so malloc 72 0x55717358e830 0.000117
+gallium_dri.so free 0x55717358e8c0 void 0.000195
+gallium_dri.so free 0x55717358e830 void 0.000217
+gallium_dri.so malloc 72 0x55717358e830 0.000121
+gallium_dri.so free 0x55717358e9c0 void 0.000125
+gallium_dri.so free 0x55717358e830 void 0.000124
+gallium_dri.so malloc 72 0x55717358e970 0.000125
+gallium_dri.so free 0x55717358ea80 void 0.000117
+gallium_dri.so free 0x55717358e970 void 0.000118
+gallium_dri.so malloc 72 0x55717358ea30 0.000124
+gallium_dri.so free 0x55717358eb00 void 0.000124
+gallium_dri.so free 0x55717358ea30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ea30 0.000114
+gallium_dri.so free 0x55717358ebc0 void 0.000113
+gallium_dri.so free 0x55717358ea30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ea30 0.000123
+gallium_dri.so free 0x55717358ec80 void 0.000123
+gallium_dri.so free 0x55717358ea30 void 0.000124
+gallium_dri.so malloc 72 0x55717358ec30 0.000126
+gallium_dri.so free 0x55717358ed00 void 0.000123
+gallium_dri.so free 0x55717358ec30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ed50 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358ed50 void 0.000112
+gallium_dri.so malloc 72 0x55717358ede0 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000203
+gallium_dri.so free 0x55717358ede0 void 0.000185
+gallium_dri.so malloc 72 0x55717358ee30 0.000208
+gallium_dri.so free 0x55717358ef00 void 0.000118
+gallium_dri.so free 0x55717358ee30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef00 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000117
+gallium_dri.so free 0x55717358ef00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000113
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717358f040 0.000117
+gallium_dri.so free 0x55717358f100 void 0.000115
+gallium_dri.so free 0x55717358f040 void 0.000113
+gallium_dri.so malloc 72 0x55717358f040 0.000113
+gallium_dri.so free 0x55717358f1c0 void 0.000113
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so malloc 72 0x55717358f040 0.000113
+gallium_dri.so free 0x55717358f280 void 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000112
+gallium_dri.so malloc 72 0x55717358f230 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000113
+gallium_dri.so free 0x55717358f230 void 0.000112
+gallium_dri.so malloc 72 0x55717358f350 0.000113
+gallium_dri.so free 0x55717358f3c0 void 0.000114
+gallium_dri.so free 0x55717358f350 void 0.000113
+gallium_dri.so malloc 72 0x55717358f400 0.000113
+gallium_dri.so free 0x55717358f480 void 0.000114
+gallium_dri.so free 0x55717358f400 void 0.000113
+gallium_dri.so malloc 72 0x55717358f400 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so free 0x55717358f400 void 0.000114
+gallium_dri.so malloc 72 0x55717358f530 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000113
+gallium_dri.so free 0x55717358f530 void 0.000112
+gallium_dri.so malloc 72 0x55717358f530 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000112
+gallium_dri.so free 0x55717358f530 void 0.000113
+gallium_dri.so malloc 72 0x55717358f630 0.000136
+gallium_dri.so free 0x55717358f740 void 0.000114
+gallium_dri.so free 0x55717358f630 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6f0 0.000115
+gallium_dri.so free 0x55717358f780 void 0.000115
+gallium_dri.so free 0x55717358f6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6f0 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000115
+gallium_dri.so free 0x55717358f6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f8b0 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so free 0x55717358f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f8b0 0.000114
+gallium_dri.so free 0x55717358fa00 void 0.000115
+gallium_dri.so free 0x55717358f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f9b0 0.000115
+gallium_dri.so free 0x55717358fac0 void 0.000115
+gallium_dri.so free 0x55717358f9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa70 0.000114
+gallium_dri.so free 0x55717358fb00 void 0.000115
+gallium_dri.so free 0x55717358fa70 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so free 0x55717358fa70 void 0.000114
+gallium_dri.so malloc 72 0x55717358fc00 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc80 0.000151
+gallium_dri.so free 0x55717358fd40 void 0.000117
+gallium_dri.so free 0x55717358fc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc80 0.000114
+gallium_dri.so free 0x55717358fe00 void 0.000124
+gallium_dri.so free 0x55717358fc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe20 0.000113
+gallium_dri.so free 0x55717358fec0 void 0.000113
+gallium_dri.so free 0x55717358fe20 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe70 0.000113
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fe70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe70 0.000113
+gallium_dri.so free 0x55717358ffc0 void 0.000113
+gallium_dri.so free 0x55717358fe70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ffc0 0.000114
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so free 0x55717358ffc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ffc0 0.000113
+gallium_dri.so free 0x557173590140 void 0.000113
+gallium_dri.so free 0x55717358ffc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ffc0 0.000113
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so free 0x55717358ffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901b0 0.000135
+gallium_dri.so free 0x5571735902c0 void 0.000133
+gallium_dri.so free 0x5571735901b0 void 0.000130
+gallium_dri.so malloc 72 0x557173590270 0.000142
+gallium_dri.so free 0x557173590340 void 0.000130
+gallium_dri.so free 0x557173590270 void 0.000130
+gallium_dri.so malloc 72 0x557173590390 0.000129
+gallium_dri.so free 0x557173590400 void 0.000129
+gallium_dri.so free 0x557173590390 void 0.000128
+gallium_dri.so malloc 72 0x557173590420 0.000128
+gallium_dri.so free 0x5571735904c0 void 0.000129
+gallium_dri.so free 0x557173590420 void 0.000130
+gallium_dri.so malloc 72 0x557173590470 0.000129
+gallium_dri.so free 0x557173590540 void 0.000129
+gallium_dri.so free 0x557173590470 void 0.000130
+gallium_dri.so malloc 72 0x557173590470 0.000128
+gallium_dri.so free 0x5571735905c0 void 0.000130
+gallium_dri.so free 0x557173590470 void 0.000137
+gallium_dri.so malloc 72 0x5571735905c0 0.000168
+gallium_dri.so free 0x557173590680 void 0.000133
+gallium_dri.so free 0x5571735905c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735905c0 0.000116
+gallium_dri.so free 0x557173590780 void 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590730 0.000117
+gallium_dri.so free 0x5571735907c0 void 0.000115
+gallium_dri.so free 0x557173590730 void 0.000113
+gallium_dri.so malloc 72 0x557173590730 0.000113
+gallium_dri.so free 0x557173590880 void 0.000131
+gallium_dri.so free 0x557173590730 void 0.000114
+gallium_dri.so malloc 72 0x5571735908c0 0.000114
+gallium_dri.so free 0x557173590940 void 0.000114
+gallium_dri.so free 0x5571735908c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590940 0.000114
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x557173590940 void 0.000113
+gallium_dri.so malloc 72 0x557173590940 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000113
+gallium_dri.so free 0x557173590940 void 0.000113
+gallium_dri.so malloc 72 0x557173590ab0 0.000114
+gallium_dri.so free 0x557173590b00 void 0.000114
+gallium_dri.so free 0x557173590ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ab0 0.000113
+gallium_dri.so free 0x557173590c00 void 0.000113
+gallium_dri.so free 0x557173590ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000272
+gallium_dri.so free 0x557173590cc0 void 0.000112
+gallium_dri.so free 0x557173590c40 void 0.000204
+gallium_dri.so malloc 72 0x557173590cc0 0.000192
+gallium_dri.so free 0x557173590d80 void 0.000163
+gallium_dri.so free 0x557173590cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173590cc0 0.000114
+gallium_dri.so free 0x557173590e00 void 0.000122
+gallium_dri.so free 0x557173590cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173590e30 0.000115
+gallium_dri.so free 0x557173590e80 void 0.000117
+gallium_dri.so free 0x557173590e30 void 0.000114
+gallium_dri.so malloc 72 0x557173590e30 0.000115
+gallium_dri.so free 0x557173590f80 void 0.000116
+gallium_dri.so free 0x557173590e30 void 0.000115
+gallium_dri.so malloc 72 0x557173590f30 0.000116
+gallium_dri.so free 0x557173591040 void 0.000116
+gallium_dri.so free 0x557173590f30 void 0.000115
+gallium_dri.so malloc 72 0x557173590ff0 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so free 0x557173590ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173590ff0 0.000115
+gallium_dri.so free 0x557173591180 void 0.000116
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ff0 0.000115
+gallium_dri.so free 0x557173591240 void 0.000116
+gallium_dri.so free 0x557173590ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735911f0 0.000116
+gallium_dri.so free 0x5571735912c0 void 0.000117
+gallium_dri.so free 0x5571735911f0 void 0.000116
+gallium_dri.so malloc 72 0x557173591310 0.000115
+gallium_dri.so free 0x557173591380 void 0.000115
+gallium_dri.so free 0x557173591310 void 0.000114
+gallium_dri.so malloc 72 0x5571735913a0 0.000114
+gallium_dri.so free 0x557173591440 void 0.000116
+gallium_dri.so free 0x5571735913a0 void 0.000182
+gallium_dri.so malloc 72 0x5571735913f0 0.000172
+gallium_dri.so free 0x5571735914c0 void 0.000191
+gallium_dri.so free 0x5571735913f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735914c0 0.000167
+gallium_dri.so free 0x557173591580 void 0.000191
+gallium_dri.so free 0x5571735914c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735914c0 0.000165
+gallium_dri.so free 0x557173591600 void 0.000188
+gallium_dri.so free 0x5571735914c0 void 0.000172
+gallium_dri.so malloc 72 0x557173591600 0.000128
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so malloc 72 0x557173591600 0.000114
+gallium_dri.so free 0x557173591780 void 0.000116
+gallium_dri.so free 0x557173591600 void 0.000116
+gallium_dri.so malloc 72 0x557173591600 0.000115
+gallium_dri.so free 0x557173591840 void 0.000116
+gallium_dri.so free 0x557173591600 void 0.000134
+gallium_dri.so malloc 72 0x5571735917f0 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x5571735917f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591910 0.000118
+gallium_dri.so free 0x557173591980 void 0.000117
+gallium_dri.so free 0x557173591910 void 0.000114
+gallium_dri.so malloc 72 0x5571735919c0 0.000116
+gallium_dri.so free 0x557173591a40 void 0.000116
+gallium_dri.so free 0x5571735919c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735919c0 0.000115
+gallium_dri.so free 0x557173591ac0 void 0.000116
+gallium_dri.so free 0x5571735919c0 void 0.000115
+gallium_dri.so malloc 72 0x557173591af0 0.000115
+gallium_dri.so free 0x557173591b40 void 0.000115
+gallium_dri.so free 0x557173591af0 void 0.000115
+gallium_dri.so malloc 72 0x557173591af0 0.000113
+gallium_dri.so free 0x557173591c40 void 0.000116
+gallium_dri.so free 0x557173591af0 void 0.000115
+gallium_dri.so malloc 72 0x557173591bf0 0.000113
+gallium_dri.so free 0x557173591d00 void 0.000150
+gallium_dri.so free 0x557173591bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173591cb0 0.000115
+gallium_dri.so free 0x557173591d40 void 0.000116
+gallium_dri.so free 0x557173591cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173591cb0 0.000115
+gallium_dri.so free 0x557173591e00 void 0.000116
+gallium_dri.so free 0x557173591cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000114
+gallium_dri.so free 0x557173591e70 void 0.000125
+gallium_dri.so malloc 72 0x557173591e70 0.000116
+gallium_dri.so free 0x557173459c40 void 0.000117
+gallium_dri.so free 0x557173591e70 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x557173459d00 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173459cb0 0.000114
+gallium_dri.so free 0x557173459d40 void 0.000115
+gallium_dri.so free 0x557173459cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173459cb0 0.000117
+gallium_dri.so free 0x557173459e00 void 0.000115
+gallium_dri.so free 0x557173459cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173459e40 0.000115
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so malloc 72 0x557173459ec0 0.000115
+gallium_dri.so free 0x557173459f80 void 0.000120
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173459ec0 0.000114
+gallium_dri.so free 0x55717345a040 void 0.000116
+gallium_dri.so free 0x557173459ec0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a060 0.000114
+gallium_dri.so free 0x55717345a100 void 0.000115
+gallium_dri.so free 0x55717345a060 void 0.000116
+gallium_dri.so malloc 72 0x55717345a0b0 0.000114
+gallium_dri.so free 0x55717345a180 void 0.000115
+gallium_dri.so free 0x55717345a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a0b0 0.000117
+gallium_dri.so free 0x55717345a200 void 0.000115
+gallium_dri.so free 0x55717345a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a200 0.000121
+gallium_dri.so free 0x55717345a2c0 void 0.000116
+gallium_dri.so free 0x55717345a200 void 0.000114
+gallium_dri.so malloc 72 0x55717345a200 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000116
+gallium_dri.so free 0x55717345a200 void 0.000115
+gallium_dri.so malloc 72 0x55717345a200 0.000114
+gallium_dri.so free 0x55717345a440 void 0.000117
+gallium_dri.so free 0x55717345a200 void 0.000114
+gallium_dri.so malloc 72 0x55717345a3f0 0.000114
+gallium_dri.so free 0x55717345a500 void 0.000115
+gallium_dri.so free 0x55717345a3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a4b0 0.000114
+gallium_dri.so free 0x55717345a580 void 0.000115
+gallium_dri.so free 0x55717345a4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a5d0 0.000114
+gallium_dri.so free 0x55717345a640 void 0.000115
+gallium_dri.so free 0x55717345a5d0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a660 0.000114
+gallium_dri.so free 0x55717345a700 void 0.000115
+gallium_dri.so free 0x55717345a660 void 0.000115
+gallium_dri.so malloc 72 0x55717345a6b0 0.000115
+gallium_dri.so free 0x55717345a780 void 0.000114
+gallium_dri.so free 0x55717345a6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a6b0 0.000128
+gallium_dri.so free 0x55717345a800 void 0.000117
+gallium_dri.so free 0x55717345a6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a800 0.000114
+gallium_dri.so free 0x55717345a8c0 void 0.000116
+gallium_dri.so free 0x55717345a800 void 0.000114
+gallium_dri.so malloc 72 0x55717345a800 0.000115
+gallium_dri.so free 0x55717345a9c0 void 0.000115
+gallium_dri.so free 0x55717345a800 void 0.000114
+gallium_dri.so malloc 72 0x55717345a970 0.000114
+gallium_dri.so free 0x55717345aa00 void 0.000115
+gallium_dri.so free 0x55717345a970 void 0.000114
+gallium_dri.so malloc 72 0x55717345a970 0.000115
+gallium_dri.so free 0x55717345aac0 void 0.000117
+gallium_dri.so free 0x55717345a970 void 0.000113
+gallium_dri.so malloc 72 0x55717345ab00 0.000114
+gallium_dri.so free 0x55717345ab80 void 0.000114
+gallium_dri.so free 0x55717345ab00 void 0.000115
+gallium_dri.so malloc 72 0x55717345ab80 0.000115
+gallium_dri.so free 0x55717345ac40 void 0.000115
+gallium_dri.so free 0x55717345ab80 void 0.000114
+gallium_dri.so malloc 72 0x55717345ab80 0.000113
+gallium_dri.so free 0x55717345acc0 void 0.000115
+gallium_dri.so free 0x55717345ab80 void 0.000113
+gallium_dri.so malloc 72 0x55717345acf0 0.000115
+gallium_dri.so free 0x55717345ad40 void 0.000134
+gallium_dri.so free 0x55717345acf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345acf0 0.000196
+gallium_dri.so free 0x55717345ae40 void 0.000126
+gallium_dri.so free 0x55717345acf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae80 0.000124
+gallium_dri.so free 0x55717345af00 void 0.000121
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so malloc 72 0x55717345af00 0.000119
+gallium_dri.so free 0x55717345afc0 void 0.000119
+gallium_dri.so free 0x55717345af00 void 0.000118
+gallium_dri.so malloc 72 0x55717345af00 0.000118
+gallium_dri.so free 0x55717345b040 void 0.000120
+gallium_dri.so free 0x55717345af00 void 0.000119
+gallium_dri.so malloc 72 0x55717345b070 0.000149
+gallium_dri.so free 0x55717345b0c0 void 0.000122
+gallium_dri.so free 0x55717345b070 void 0.000120
+gallium_dri.so malloc 72 0x55717345b070 0.000130
+gallium_dri.so free 0x55717345b1c0 void 0.000124
+gallium_dri.so free 0x55717345b070 void 0.000122
+gallium_dri.so malloc 72 0x55717345b170 0.000124
+gallium_dri.so free 0x55717345b280 void 0.000119
+gallium_dri.so free 0x55717345b170 void 0.000119
+gallium_dri.so malloc 72 0x55717345b230 0.000118
+gallium_dri.so free 0x55717345b300 void 0.000118
+gallium_dri.so free 0x55717345b230 void 0.000119
+gallium_dri.so malloc 72 0x55717345b230 0.000119
+gallium_dri.so free 0x55717345b3c0 void 0.000131
+gallium_dri.so free 0x55717345b230 void 0.000112
+gallium_dri.so malloc 72 0x55717345b230 0.000111
+gallium_dri.so free 0x55717345b480 void 0.000110
+gallium_dri.so free 0x55717345b230 void 0.000111
+gallium_dri.so malloc 72 0x55717345b430 0.000111
+gallium_dri.so free 0x55717345b500 void 0.000110
+gallium_dri.so free 0x55717345b430 void 0.000112
+gallium_dri.so malloc 72 0x55717345b550 0.000111
+gallium_dri.so free 0x55717345b5c0 void 0.000111
+gallium_dri.so free 0x55717345b550 void 0.000110
+gallium_dri.so malloc 72 0x55717345b5e0 0.000114
+gallium_dri.so free 0x55717345b680 void 0.000111
+gallium_dri.so free 0x55717345b5e0 void 0.000111
+gallium_dri.so malloc 72 0x55717345b630 0.000111
+gallium_dri.so free 0x55717345b700 void 0.000112
+gallium_dri.so free 0x55717345b630 void 0.000110
+gallium_dri.so malloc 72 0x55717345b700 0.000110
+gallium_dri.so free 0x55717345b7c0 void 0.000110
+gallium_dri.so free 0x55717345b700 void 0.000110
+gallium_dri.so malloc 72 0x55717345b700 0.000112
+gallium_dri.so free 0x55717345b840 void 0.000111
+gallium_dri.so free 0x55717345b700 void 0.000112
+gallium_dri.so malloc 72 0x55717345b840 0.000110
+gallium_dri.so free 0x55717345b900 void 0.000111
+gallium_dri.so free 0x55717345b840 void 0.000110
+gallium_dri.so malloc 72 0x55717345b840 0.000110
+gallium_dri.so free 0x55717345b9c0 void 0.000110
+gallium_dri.so free 0x55717345b840 void 0.000128
+gallium_dri.so malloc 72 0x55717345b840 0.000119
+gallium_dri.so free 0x55717345ba80 void 0.000119
+gallium_dri.so free 0x55717345b840 void 0.000124
+gallium_dri.so malloc 72 0x55717345ba30 0.000120
+gallium_dri.so free 0x55717345bb00 void 0.000120
+gallium_dri.so free 0x55717345ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717345bb50 0.000118
+gallium_dri.so free 0x55717345bbc0 void 0.000121
+gallium_dri.so free 0x55717345bb50 void 0.000118
+gallium_dri.so malloc 72 0x55717345bc00 0.000120
+gallium_dri.so free 0x55717345bc80 void 0.000119
+gallium_dri.so free 0x55717345bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717345bc00 0.000119
+gallium_dri.so free 0x55717345bd00 void 0.000119
+gallium_dri.so free 0x55717345bc00 void 0.000120
+gallium_dri.so malloc 72 0x55717345bd30 0.000120
+gallium_dri.so free 0x55717345bd80 void 0.000120
+gallium_dri.so free 0x55717345bd30 void 0.000118
+gallium_dri.so malloc 72 0x55717345bd30 0.000120
+gallium_dri.so free 0x55717345be80 void 0.000118
+gallium_dri.so free 0x55717345bd30 void 0.000118
+gallium_dri.so malloc 72 0x55717345be30 0.000120
+gallium_dri.so free 0x55717345bf40 void 0.000118
+gallium_dri.so free 0x55717345be30 void 0.000119
+gallium_dri.so malloc 72 0x55717345bef0 0.000119
+gallium_dri.so free 0x55717345bf80 void 0.000128
+gallium_dri.so free 0x55717345bef0 void 0.000111
+gallium_dri.so malloc 72 0x55717345bef0 0.000111
+gallium_dri.so free 0x55717345c040 void 0.000111
+gallium_dri.so free 0x55717345bef0 void 0.000111
+gallium_dri.so malloc 72 0x55717345c0b0 0.000114
+gallium_dri.so free 0x55717345c100 void 0.000111
+gallium_dri.so free 0x55717345c0b0 void 0.000110
+gallium_dri.so malloc 72 0x55717345c0b0 0.000111
+gallium_dri.so free 0x55717345c200 void 0.000110
+gallium_dri.so free 0x55717345c0b0 void 0.000111
+gallium_dri.so malloc 72 0x55717345c1b0 0.000114
+gallium_dri.so free 0x55717345c2c0 void 0.000111
+gallium_dri.so free 0x55717345c1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717345c270 0.000110
+gallium_dri.so free 0x55717345c300 void 0.000110
+gallium_dri.so free 0x55717345c270 void 0.000112
+gallium_dri.so malloc 72 0x55717345c270 0.000111
+gallium_dri.so free 0x55717345c3c0 void 0.000113
+gallium_dri.so free 0x55717345c270 void 0.000111
+gallium_dri.so malloc 72 0x55717345c400 0.000111
+gallium_dri.so free 0x55717345c480 void 0.000110
+gallium_dri.so free 0x55717345c400 void 0.000119
+gallium_dri.so malloc 72 0x55717345c480 0.000119
+gallium_dri.so free 0x55717345c540 void 0.000112
+gallium_dri.so free 0x55717345c480 void 0.000113
+gallium_dri.so malloc 72 0x55717345c480 0.000149
+gallium_dri.so free 0x55717345c600 void 0.000116
+gallium_dri.so free 0x55717345c480 void 0.000118
+gallium_dri.so malloc 72 0x55717345c620 0.000116
+gallium_dri.so free 0x55717345c6c0 void 0.000114
+gallium_dri.so free 0x55717345c620 void 0.000115
+gallium_dri.so malloc 72 0x55717345c670 0.000114
+gallium_dri.so free 0x55717345c740 void 0.000115
+gallium_dri.so free 0x55717345c670 void 0.000115
+gallium_dri.so malloc 72 0x55717345c670 0.000114
+gallium_dri.so free 0x55717345c7c0 void 0.000116
+gallium_dri.so free 0x55717345c670 void 0.000114
+gallium_dri.so malloc 72 0x55717345c7c0 0.000114
+gallium_dri.so free 0x55717345c880 void 0.000115
+gallium_dri.so free 0x55717345c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c7c0 0.000114
+gallium_dri.so free 0x55717345c940 void 0.000116
+gallium_dri.so free 0x55717345c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345c7c0 0.000114
+gallium_dri.so free 0x55717345ca00 void 0.000116
+gallium_dri.so free 0x55717345c7c0 void 0.000142
+gallium_dri.so malloc 72 0x55717345c9b0 0.000116
+gallium_dri.so free 0x55717345cac0 void 0.000115
+gallium_dri.so free 0x55717345c9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345ca70 0.000115
+gallium_dri.so free 0x55717345cb40 void 0.000115
+gallium_dri.so free 0x55717345ca70 void 0.000116
+gallium_dri.so malloc 72 0x55717345cb90 0.000116
+gallium_dri.so free 0x55717345cc00 void 0.000115
+gallium_dri.so free 0x55717345cb90 void 0.000119
+gallium_dri.so malloc 72 0x55717345cc20 0.000116
+gallium_dri.so free 0x55717345ccc0 void 0.000114
+gallium_dri.so free 0x55717345cc20 void 0.000114
+gallium_dri.so malloc 72 0x55717345cc70 0.000115
+gallium_dri.so free 0x55717345cd40 void 0.000116
+gallium_dri.so free 0x55717345cc70 void 0.000114
+gallium_dri.so malloc 72 0x55717345cc70 0.000115
+gallium_dri.so free 0x55717345cdc0 void 0.000115
+gallium_dri.so free 0x55717345cc70 void 0.000114
+gallium_dri.so malloc 72 0x55717345cdc0 0.000115
+gallium_dri.so free 0x55717345ce80 void 0.000116
+gallium_dri.so free 0x55717345cdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345cdc0 0.000115
+gallium_dri.so free 0x55717345cf80 void 0.000115
+gallium_dri.so free 0x55717345cdc0 void 0.000116
+gallium_dri.so malloc 72 0x55717345cf30 0.000114
+gallium_dri.so free 0x55717345cfc0 void 0.000116
+gallium_dri.so free 0x55717345cf30 void 0.000114
+gallium_dri.so malloc 72 0x55717345cf30 0.000115
+gallium_dri.so free 0x55717345d080 void 0.000116
+gallium_dri.so free 0x55717345cf30 void 0.000115
+gallium_dri.so malloc 72 0x55717345d0c0 0.000114
+gallium_dri.so free 0x55717345d140 void 0.000115
+gallium_dri.so free 0x55717345d0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d140 0.000115
+gallium_dri.so free 0x55717345d200 void 0.000127
+gallium_dri.so free 0x55717345d140 void 0.000119
+gallium_dri.so malloc 72 0x55717345d140 0.000114
+gallium_dri.so free 0x55717345d280 void 0.000116
+gallium_dri.so free 0x55717345d140 void 0.000115
+gallium_dri.so malloc 72 0x55717345d2b0 0.000114
+gallium_dri.so free 0x55717345d300 void 0.000115
+gallium_dri.so free 0x55717345d2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d2b0 0.000120
+gallium_dri.so free 0x55717345d400 void 0.000125
+gallium_dri.so free 0x55717345d2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d440 0.000118
+gallium_dri.so free 0x55717345d4c0 void 0.000116
+gallium_dri.so free 0x55717345d440 void 0.000114
+gallium_dri.so malloc 72 0x55717345d4c0 0.000116
+gallium_dri.so free 0x55717345d580 void 0.000117
+gallium_dri.so free 0x55717345d4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717345d4c0 0.000114
+gallium_dri.so free 0x55717345d600 void 0.000116
+gallium_dri.so free 0x55717345d4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d630 0.000116
+gallium_dri.so free 0x55717345d680 void 0.000116
+gallium_dri.so free 0x55717345d630 void 0.000115
+gallium_dri.so malloc 72 0x55717345d630 0.000115
+gallium_dri.so free 0x55717345d780 void 0.000115
+gallium_dri.so free 0x55717345d630 void 0.000115
+gallium_dri.so malloc 72 0x55717345d730 0.000115
+gallium_dri.so free 0x55717345d840 void 0.000130
+gallium_dri.so free 0x55717345d730 void 0.000116
+gallium_dri.so malloc 72 0x55717345d7f0 0.000116
+gallium_dri.so free 0x55717345d8c0 void 0.000115
+gallium_dri.so free 0x55717345d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d7f0 0.000115
+gallium_dri.so free 0x55717345d980 void 0.000116
+gallium_dri.so free 0x55717345d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d7f0 0.000115
+gallium_dri.so free 0x55717345da40 void 0.000115
+gallium_dri.so free 0x55717345d7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345d9f0 0.000114
+gallium_dri.so free 0x55717345dac0 void 0.000115
+gallium_dri.so free 0x55717345d9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345db10 0.000115
+gallium_dri.so free 0x55717345db80 void 0.000116
+gallium_dri.so free 0x55717345db10 void 0.000116
+gallium_dri.so malloc 72 0x55717345dba0 0.000114
+gallium_dri.so free 0x55717345dc40 void 0.000116
+gallium_dri.so free 0x55717345dba0 void 0.000115
+gallium_dri.so malloc 72 0x55717345dbf0 0.000115
+gallium_dri.so free 0x55717345dcc0 void 0.000116
+gallium_dri.so free 0x55717345dbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345dcc0 0.000115
+gallium_dri.so free 0x55717345dd80 void 0.000116
+gallium_dri.so free 0x55717345dcc0 void 0.000116
+gallium_dri.so malloc 72 0x55717345dcc0 0.000114
+gallium_dri.so free 0x55717345de00 void 0.000187
+gallium_dri.so free 0x55717345dcc0 void 0.000116
+gallium_dri.so malloc 72 0x55717345de00 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x55717345de00 void 0.000114
+gallium_dri.so malloc 72 0x55717345de00 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so free 0x55717345de00 void 0.000111
+gallium_dri.so malloc 72 0x5571735da970 0.000110
+gallium_dri.so free 0x5571735da9c0 void 0.000114
+gallium_dri.so free 0x5571735da970 void 0.000115
+gallium_dri.so malloc 72 0x5571735da970 0.000111
+gallium_dri.so free 0x5571735daac0 void 0.000112
+gallium_dri.so free 0x5571735da970 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa70 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000111
+gallium_dri.so free 0x5571735daa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab30 0.000117
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000146
+gallium_dri.so malloc 72 0x5571735dac20 0.000128
+gallium_dri.so free 0x5571735dacc0 void 0.000198
+gallium_dri.so free 0x5571735dac20 void 0.000116
+gallium_dri.so malloc 72 0x5571735dac70 0.000120
+gallium_dri.so free 0x5571735dad40 void 0.000126
+gallium_dri.so free 0x5571735dac70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dac70 0.000126
+gallium_dri.so free 0x5571735dadc0 void 0.000125
+gallium_dri.so free 0x5571735dac70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dadc0 0.000125
+gallium_dri.so free 0x5571735dae80 void 0.000127
+gallium_dri.so free 0x5571735dadc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dadc0 0.000120
+gallium_dri.so free 0x5571735daf40 void 0.000116
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dadc0 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafb0 0.000123
+gallium_dri.so free 0x5571735db000 void 0.000124
+gallium_dri.so free 0x5571735dafb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dafb0 0.000124
+gallium_dri.so free 0x5571735db100 void 0.000125
+gallium_dri.so free 0x5571735dafb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db0b0 0.000120
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db170 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000129
+gallium_dri.so free 0x5571735db170 void 0.000115
+gallium_dri.so malloc 72 0x5571735db170 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000124
+gallium_dri.so free 0x5571735db170 void 0.000125
+gallium_dri.so malloc 72 0x5571735db300 0.000120
+gallium_dri.so free 0x5571735db380 void 0.000116
+gallium_dri.so free 0x5571735db300 void 0.000119
+gallium_dri.so malloc 72 0x5571735db380 0.000119
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db380 void 0.000120
+gallium_dri.so malloc 72 0x5571735db380 0.000120
+gallium_dri.so free 0x5571735db500 void 0.000116
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so malloc 72 0x5571735db520 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000116
+gallium_dri.so free 0x5571735db520 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000119
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so free 0x5571735db570 void 0.000120
+gallium_dri.so malloc 72 0x5571735db570 0.000117
+gallium_dri.so free 0x5571735db6c0 void 0.000121
+gallium_dri.so free 0x5571735db570 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6c0 0.000116
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db6c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735db6c0 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6c0 0.000123
+gallium_dri.so free 0x5571735db900 void 0.000125
+gallium_dri.so free 0x5571735db6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db8b0 0.000123
+gallium_dri.so free 0x5571735db9c0 void 0.000124
+gallium_dri.so free 0x5571735db8b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735db970 0.000240
+gallium_dri.so free 0x5571735dba40 void 0.000227
+gallium_dri.so free 0x5571735db970 void 0.000229
+gallium_dri.so malloc 72 0x5571735dba90 0.000229
+gallium_dri.so free 0x5571735dbb00 void 0.000207
+gallium_dri.so free 0x5571735dba90 void 0.000221
+gallium_dri.so malloc 72 0x5571735dbb20 0.000224
+gallium_dri.so free 0x5571735dbbc0 void 0.000185
+gallium_dri.so free 0x5571735dbb20 void 0.000260
+gallium_dri.so malloc 72 0x5571735dbb70 0.000274
+gallium_dri.so free 0x5571735dbc40 void 0.000286
+gallium_dri.so free 0x5571735dbb70 void 0.000279
+gallium_dri.so malloc 72 0x5571735dbb70 0.000268
+gallium_dri.so free 0x5571735dbcc0 void 0.000271
+gallium_dri.so free 0x5571735dbb70 void 0.000275
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000277
+gallium_dri.so free 0x5571735dbd80 void 0.000282
+gallium_dri.so free 0x5571735dbcc0 void 0.000200
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000288
+gallium_dri.so free 0x5571735dbe80 void 0.000281
+gallium_dri.so free 0x5571735dbcc0 void 0.000279
+gallium_dri.so malloc 72 0x5571735dbe30 0.000283
+gallium_dri.so free 0x5571735dbec0 void 0.000275
+gallium_dri.so free 0x5571735dbe30 void 0.000274
+gallium_dri.so malloc 72 0x5571735dbe30 0.000264
+gallium_dri.so free 0x5571735dbf80 void 0.000282
+gallium_dri.so free 0x5571735dbe30 void 0.000268
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000272
+gallium_dri.so free 0x5571735dc040 void 0.000282
+gallium_dri.so free 0x5571735dbfc0 void 0.000278
+gallium_dri.so malloc 72 0x5571735dc040 0.000278
+gallium_dri.so free 0x5571735dc100 void 0.000277
+gallium_dri.so free 0x5571735dc040 void 0.000270
+gallium_dri.so malloc 72 0x5571735dc040 0.000296
+gallium_dri.so free 0x5571735dc180 void 0.000260
+gallium_dri.so free 0x5571735dc040 void 0.000282
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000281
+gallium_dri.so free 0x5571735dc200 void 0.000282
+gallium_dri.so free 0x5571735dc1b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000291
+gallium_dri.so free 0x5571735dc300 void 0.000280
+gallium_dri.so free 0x5571735dc1b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735dc340 0.000286
+gallium_dri.so free 0x5571735dc3c0 void 0.000287
+gallium_dri.so free 0x5571735dc340 void 0.000278
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000279
+gallium_dri.so free 0x5571735dc480 void 0.000283
+gallium_dri.so free 0x5571735dc3c0 void 0.000233
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000192
+gallium_dri.so free 0x5571735dc500 void 0.000208
+gallium_dri.so free 0x5571735dc3c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735dc530 0.000139
+gallium_dri.so free 0x5571735dc580 void 0.000138
+gallium_dri.so free 0x5571735dc530 void 0.000234
+gallium_dri.so malloc 72 0x5571735dc530 0.000245
+gallium_dri.so free 0x5571735dc680 void 0.000213
+gallium_dri.so free 0x5571735dc530 void 0.000206
+gallium_dri.so malloc 72 0x5571735dc630 0.000227
+gallium_dri.so free 0x5571735dc740 void 0.000231
+gallium_dri.so free 0x5571735dc630 void 0.000234
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000232
+gallium_dri.so free 0x5571735dc7c0 void 0.000351
+gallium_dri.so free 0x5571735dc6f0 void 0.000345
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000287
+gallium_dri.so free 0x5571735dc880 void 0.000286
+gallium_dri.so free 0x5571735dc6f0 void 0.000244
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000277
+gallium_dri.so free 0x5571735dc940 void 0.000282
+gallium_dri.so free 0x5571735dc6f0 void 0.000285
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000246
+gallium_dri.so free 0x5571735dc9c0 void 0.000176
+gallium_dri.so free 0x5571735dc8f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735dca10 0.000137
+gallium_dri.so free 0x5571735dca80 void 0.000169
+gallium_dri.so free 0x5571735dca10 void 0.000149
+gallium_dri.so malloc 72 0x5571735dcaa0 0.000146
+gallium_dri.so free 0x5571735dcb40 void 0.000140
+gallium_dri.so free 0x5571735dcaa0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000136
+gallium_dri.so free 0x5571735dcbc0 void 0.000141
+gallium_dri.so free 0x5571735dcaf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000135
+gallium_dri.so free 0x5571735dcc80 void 0.000134
+gallium_dri.so free 0x5571735dcbc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000139
+gallium_dri.so free 0x5571735dcd00 void 0.000182
+gallium_dri.so free 0x5571735dcbc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dcd00 0.000141
+gallium_dri.so free 0x5571735dcdc0 void 0.000137
+gallium_dri.so free 0x5571735dcd00 void 0.000238
+gallium_dri.so malloc 72 0x5571735dcd00 0.000189
+gallium_dri.so free 0x5571735dce80 void 0.000146
+gallium_dri.so free 0x5571735dcd00 void 0.000158
+gallium_dri.so malloc 72 0x5571735dcd00 0.000149
+gallium_dri.so free 0x5571735dcf40 void 0.000140
+gallium_dri.so free 0x5571735dcd00 void 0.000255
+gallium_dri.so malloc 72 0x5571735dcef0 0.000230
+gallium_dri.so free 0x5571735dcfc0 void 0.000198
+gallium_dri.so free 0x5571735dcef0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd010 0.000139
+gallium_dri.so free 0x5571735dd080 void 0.000133
+gallium_dri.so free 0x5571735dd010 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000145
+gallium_dri.so free 0x5571735dd140 void 0.000131
+gallium_dri.so free 0x5571735dd0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000124
+gallium_dri.so free 0x5571735dd1c0 void 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000130
+gallium_dri.so free 0x5571735dd240 void 0.000130
+gallium_dri.so free 0x5571735dd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000123
+gallium_dri.so free 0x5571735dd340 void 0.000152
+gallium_dri.so free 0x5571735dd1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000121
+gallium_dri.so free 0x5571735dd400 void 0.000125
+gallium_dri.so free 0x5571735dd2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000129
+gallium_dri.so free 0x5571735dd440 void 0.000134
+gallium_dri.so free 0x5571735dd3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000130
+gallium_dri.so free 0x5571735dd500 void 0.000125
+gallium_dri.so free 0x5571735dd3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd570 0.000121
+gallium_dri.so free 0x5571735dd5c0 void 0.000119
+gallium_dri.so free 0x5571735dd570 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd570 0.000131
+gallium_dri.so free 0x5571735dd6c0 void 0.000125
+gallium_dri.so free 0x5571735dd570 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd670 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000125
+gallium_dri.so free 0x5571735dd670 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd730 0.000126
+gallium_dri.so free 0x5571735dd7c0 void 0.000130
+gallium_dri.so free 0x5571735dd730 void 0.000142
+gallium_dri.so malloc 72 0x5571735dd730 0.000181
+gallium_dri.so free 0x5571735dd880 void 0.000224
+gallium_dri.so free 0x5571735dd730 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000263
+gallium_dri.so free 0x5571735dd940 void 0.000297
+gallium_dri.so free 0x5571735dd8c0 void 0.000285
+gallium_dri.so malloc 72 0x5571735dd940 0.000274
+gallium_dri.so free 0x5571735dda00 void 0.000276
+gallium_dri.so free 0x5571735dd940 void 0.000274
+gallium_dri.so malloc 72 0x5571735dd940 0.000293
+gallium_dri.so free 0x5571735ddac0 void 0.000262
+gallium_dri.so free 0x5571735dd940 void 0.000169
+gallium_dri.so malloc 72 0x5571735ddae0 0.000164
+gallium_dri.so free 0x5571735ddb80 void 0.000131
+gallium_dri.so free 0x5571735ddae0 void 0.000198
+gallium_dri.so malloc 72 0x5571735ddb30 0.000170
+gallium_dri.so free 0x5571735ddc00 void 0.000131
+gallium_dri.so free 0x5571735ddb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddb30 0.000122
+gallium_dri.so free 0x5571735ddc80 void 0.000127
+gallium_dri.so free 0x5571735ddb30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddc80 0.000125
+gallium_dri.so free 0x5571735ddd40 void 0.000124
+gallium_dri.so free 0x5571735ddc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddc80 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so free 0x5571735ddc80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddc80 0.000131
+gallium_dri.so free 0x5571735ddec0 void 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dde70 0.000130
+gallium_dri.so free 0x5571735ddf80 void 0.000129
+gallium_dri.so free 0x5571735dde70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf30 0.000119
+gallium_dri.so free 0x5571735de000 void 0.000125
+gallium_dri.so free 0x5571735ddf30 void 0.000168
+gallium_dri.so malloc 72 0x5571735de050 0.000127
+gallium_dri.so free 0x5571735de0c0 void 0.000130
+gallium_dri.so free 0x5571735de050 void 0.000130
+gallium_dri.so malloc 72 0x5571735de0e0 0.000124
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de0e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de130 0.000129
+gallium_dri.so free 0x5571735de200 void 0.000129
+gallium_dri.so free 0x5571735de130 void 0.000129
+gallium_dri.so malloc 72 0x5571735de130 0.000129
+gallium_dri.so free 0x5571735de280 void 0.000124
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de280 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000123
+gallium_dri.so malloc 72 0x5571735de280 0.000129
+gallium_dri.so free 0x5571735de440 void 0.000129
+gallium_dri.so free 0x5571735de280 void 0.000125
+gallium_dri.so malloc 72 0x5571735de3f0 0.000120
+gallium_dri.so free 0x5571735de480 void 0.000119
+gallium_dri.so free 0x5571735de3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de3f0 0.000139
+gallium_dri.so free 0x5571735de540 void 0.000132
+gallium_dri.so free 0x5571735de3f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de580 0.000128
+gallium_dri.so free 0x5571735de600 void 0.000125
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so malloc 72 0x5571735de600 0.000125
+gallium_dri.so free 0x5571735de6c0 void 0.000125
+gallium_dri.so free 0x5571735de600 void 0.000124
+gallium_dri.so malloc 72 0x5571735de600 0.000129
+gallium_dri.so free 0x5571735de740 void 0.000123
+gallium_dri.so free 0x5571735de600 void 0.000127
+gallium_dri.so malloc 72 0x5571735de770 0.000129
+gallium_dri.so free 0x5571735de7c0 void 0.000169
+gallium_dri.so free 0x5571735de770 void 0.000131
+gallium_dri.so malloc 72 0x5571735de770 0.000131
+gallium_dri.so free 0x5571735de8c0 void 0.000187
+gallium_dri.so free 0x5571735de770 void 0.000247
+gallium_dri.so malloc 72 0x5571735de900 0.000219
+gallium_dri.so free 0x5571735de980 void 0.000163
+gallium_dri.so free 0x5571735de900 void 0.000217
+gallium_dri.so malloc 72 0x5571735de980 0.000137
+gallium_dri.so free 0x5571735dea40 void 0.000185
+gallium_dri.so free 0x5571735de980 void 0.000223
+gallium_dri.so malloc 72 0x5571735de980 0.000222
+gallium_dri.so free 0x5571735deac0 void 0.000203
+gallium_dri.so free 0x5571735de980 void 0.000125
+gallium_dri.so malloc 72 0x5571735deaf0 0.000124
+gallium_dri.so free 0x5571735deb40 void 0.000120
+gallium_dri.so free 0x5571735deaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735deaf0 0.000130
+gallium_dri.so free 0x5571735dec40 void 0.000130
+gallium_dri.so free 0x5571735deaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735debf0 0.000121
+gallium_dri.so free 0x5571735ded00 void 0.000121
+gallium_dri.so free 0x5571735debf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735decb0 0.000125
+gallium_dri.so free 0x5571735ded80 void 0.000129
+gallium_dri.so free 0x5571735decb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735decb0 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735decb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735decb0 0.000127
+gallium_dri.so free 0x5571735def00 void 0.000132
+gallium_dri.so free 0x5571735decb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735deeb0 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000121
+gallium_dri.so free 0x5571735deeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735defd0 0.000129
+gallium_dri.so free 0x5571735df040 void 0.000130
+gallium_dri.so free 0x5571735defd0 void 0.000182
+gallium_dri.so malloc 72 0x5571735df060 0.000226
+gallium_dri.so free 0x5571735df100 void 0.000321
+gallium_dri.so free 0x5571735df060 void 0.000299
+gallium_dri.so malloc 72 0x5571735df0b0 0.000289
+gallium_dri.so free 0x5571735df180 void 0.000324
+gallium_dri.so free 0x5571735df0b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735df180 0.000378
+gallium_dri.so free 0x5571735df240 void 0.000346
+gallium_dri.so free 0x5571735df180 void 0.000311
+gallium_dri.so malloc 72 0x5571735df180 0.000297
+gallium_dri.so free 0x5571735df2c0 void 0.000298
+gallium_dri.so free 0x5571735df180 void 0.000290
+gallium_dri.so malloc 72 0x5571735df2c0 0.000152
+gallium_dri.so free 0x5571735df380 void 0.000136
+gallium_dri.so free 0x5571735df2c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735df2c0 0.000225
+gallium_dri.so free 0x5571735df440 void 0.000131
+gallium_dri.so free 0x5571735df2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df2c0 0.000120
+gallium_dri.so free 0x5571735df500 void 0.000138
+gallium_dri.so free 0x5571735df2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4b0 0.000130
+gallium_dri.so free 0x5571735df580 void 0.000131
+gallium_dri.so free 0x5571735df4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5d0 0.000130
+gallium_dri.so free 0x5571735df640 void 0.000130
+gallium_dri.so free 0x5571735df5d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df680 0.000129
+gallium_dri.so free 0x5571735df700 void 0.000131
+gallium_dri.so free 0x5571735df680 void 0.000131
+gallium_dri.so malloc 72 0x5571735df680 0.000131
+gallium_dri.so free 0x5571735df780 void 0.000132
+gallium_dri.so free 0x5571735df680 void 0.000131
+gallium_dri.so malloc 72 0x5571735df7b0 0.000123
+gallium_dri.so free 0x5571735df800 void 0.000178
+gallium_dri.so free 0x5571735df7b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735df7b0 0.000131
+gallium_dri.so free 0x5571735df900 void 0.000130
+gallium_dri.so free 0x5571735df7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8b0 0.000132
+gallium_dri.so free 0x5571735df9c0 void 0.000131
+gallium_dri.so free 0x5571735df8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df970 0.000120
+gallium_dri.so free 0x5571735dfa00 void 0.000128
+gallium_dri.so free 0x5571735df970 void 0.000134
+gallium_dri.so malloc 72 0x5571735df970 0.000131
+gallium_dri.so free 0x5571735dfac0 void 0.000125
+gallium_dri.so free 0x5571735df970 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb30 0.000128
+gallium_dri.so free 0x5571735dfb80 void 0.000124
+gallium_dri.so free 0x5571735dfb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb30 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfc30 0.000132
+gallium_dri.so free 0x5571735dfd40 void 0.000130
+gallium_dri.so free 0x5571735dfc30 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000133
+gallium_dri.so free 0x5571735dfd80 void 0.000132
+gallium_dri.so free 0x5571735dfcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000132
+gallium_dri.so free 0x5571735dfe40 void 0.000126
+gallium_dri.so free 0x5571735dfcf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfe80 0.000131
+gallium_dri.so free 0x5571735dff00 void 0.000132
+gallium_dri.so free 0x5571735dfe80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dff00 0.000127
+gallium_dri.so free 0x5571735dffc0 void 0.000133
+gallium_dri.so free 0x5571735dff00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dff00 0.000130
+gallium_dri.so free 0x5571735e0080 void 0.000130
+gallium_dri.so free 0x5571735dff00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e00a0 0.000123
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so free 0x5571735e00a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e00f0 0.000131
+gallium_dri.so free 0x5571735e01c0 void 0.000132
+gallium_dri.so free 0x5571735e00f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e00f0 0.000130
+gallium_dri.so free 0x5571735e0240 void 0.000124
+gallium_dri.so free 0x5571735e00f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0240 0.000128
+gallium_dri.so free 0x5571735e0300 void 0.000124
+gallium_dri.so free 0x5571735e0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0240 0.000124
+gallium_dri.so free 0x5571735e03c0 void 0.000131
+gallium_dri.so free 0x5571735e0240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0240 0.000128
+gallium_dri.so free 0x5571735e0480 void 0.000130
+gallium_dri.so free 0x5571735e0240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0430 0.000124
+gallium_dri.so free 0x5571735e0540 void 0.000120
+gallium_dri.so free 0x5571735e0430 void 0.000124
+gallium_dri.so malloc 72 0x5571735e04f0 0.000130
+gallium_dri.so free 0x5571735e05c0 void 0.000131
+gallium_dri.so free 0x5571735e04f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0610 0.000183
+gallium_dri.so free 0x5571735e0680 void 0.000170
+gallium_dri.so free 0x5571735e0610 void 0.000132
+gallium_dri.so malloc 72 0x5571735e06a0 0.000132
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so free 0x5571735e06a0 void 0.000267
+gallium_dri.so malloc 72 0x5571735e06f0 0.000284
+gallium_dri.so free 0x5571735e07c0 void 0.000285
+gallium_dri.so free 0x5571735e06f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735e06f0 0.000272
+gallium_dri.so free 0x5571735e0840 void 0.000275
+gallium_dri.so free 0x5571735e06f0 void 0.000283
+gallium_dri.so malloc 72 0x5571735e0840 0.000289
+gallium_dri.so free 0x5571735e0900 void 0.000280
+gallium_dri.so free 0x5571735e0840 void 0.000274
+gallium_dri.so malloc 72 0x5571735e0840 0.000287
+gallium_dri.so free 0x5571735e0a00 void 0.000238
+gallium_dri.so free 0x5571735e0840 void 0.000170
+gallium_dri.so malloc 72 0x5571735e09b0 0.000166
+gallium_dri.so free 0x5571735e0a40 void 0.000163
+gallium_dri.so free 0x5571735e09b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e09b0 0.000130
+gallium_dri.so free 0x5571735e0b00 void 0.000123
+gallium_dri.so free 0x5571735e09b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b40 0.000119
+gallium_dri.so free 0x5571735e0bc0 void 0.000126
+gallium_dri.so free 0x5571735e0b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000130
+gallium_dri.so free 0x5571735e0c80 void 0.000124
+gallium_dri.so free 0x5571735e0bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000125
+gallium_dri.so free 0x5571735e0d00 void 0.000130
+gallium_dri.so free 0x5571735e0bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d30 0.000125
+gallium_dri.so free 0x5571735e0d80 void 0.000125
+gallium_dri.so free 0x5571735e0d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0d30 0.000121
+gallium_dri.so free 0x5571735e0e80 void 0.000127
+gallium_dri.so free 0x5571735e0d30 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000134
+gallium_dri.so free 0x5571735e0f40 void 0.000131
+gallium_dri.so free 0x5571735e0ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0f40 0.000128
+gallium_dri.so free 0x5571735e1000 void 0.000124
+gallium_dri.so free 0x5571735e0f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0f40 0.000126
+gallium_dri.so free 0x5571735e1080 void 0.000130
+gallium_dri.so free 0x5571735e0f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e10b0 0.000128
+gallium_dri.so free 0x5571735e1100 void 0.000131
+gallium_dri.so free 0x5571735e10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e10b0 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000126
+gallium_dri.so free 0x5571735e10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e11b0 0.000125
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so free 0x5571735e11b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1270 0.000130
+gallium_dri.so free 0x5571735e1340 void 0.000130
+gallium_dri.so free 0x5571735e1270 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1270 0.000141
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so free 0x5571735e1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1270 0.000130
+gallium_dri.so free 0x5571735e14c0 void 0.000124
+gallium_dri.so free 0x5571735e1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1470 0.000131
+gallium_dri.so free 0x5571735e1540 void 0.000130
+gallium_dri.so free 0x5571735e1470 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1590 0.000129
+gallium_dri.so free 0x5571735e1600 void 0.000130
+gallium_dri.so free 0x5571735e1590 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1620 0.000124
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e1620 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1670 0.000129
+gallium_dri.so free 0x5571735e1740 void 0.000130
+gallium_dri.so free 0x5571735e1670 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1740 0.000129
+gallium_dri.so free 0x5571735e1800 void 0.000129
+gallium_dri.so free 0x5571735e1740 void 0.000140
+gallium_dri.so malloc 72 0x5571735e1740 0.000132
+gallium_dri.so free 0x5571735e1880 void 0.000132
+gallium_dri.so free 0x5571735e1740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1880 0.000130
+gallium_dri.so free 0x5571735e1940 void 0.000129
+gallium_dri.so free 0x5571735e1880 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1880 0.000129
+gallium_dri.so free 0x5571735e1a00 void 0.000128
+gallium_dri.so free 0x5571735e1880 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1880 0.000123
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e1880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a70 0.000126
+gallium_dri.so free 0x5571735e1b40 void 0.000130
+gallium_dri.so free 0x5571735e1a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1b90 0.000124
+gallium_dri.so free 0x5571735e1c00 void 0.000126
+gallium_dri.so free 0x5571735e1b90 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c40 0.000123
+gallium_dri.so free 0x5571735e1cc0 void 0.000126
+gallium_dri.so free 0x5571735e1c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c40 0.000125
+gallium_dri.so free 0x5571735e1d40 void 0.000138
+gallium_dri.so free 0x5571735e1c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1d70 0.000130
+gallium_dri.so free 0x5571735e1dc0 void 0.000133
+gallium_dri.so free 0x5571735e1d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1d70 0.000128
+gallium_dri.so free 0x5571735e1ec0 void 0.000129
+gallium_dri.so free 0x5571735e1d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1e70 0.000129
+gallium_dri.so free 0x5571735e1f80 void 0.000125
+gallium_dri.so free 0x5571735e1e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1f30 0.000131
+gallium_dri.so free 0x5571735e1fc0 void 0.000128
+gallium_dri.so free 0x5571735e1f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1f30 0.000129
+gallium_dri.so free 0x5571735e2080 void 0.000128
+gallium_dri.so free 0x5571735e1f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e20f0 0.000131
+gallium_dri.so free 0x5571735e2140 void 0.000170
+gallium_dri.so free 0x5571735e20f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e20f0 0.000128
+gallium_dri.so free 0x5571735e2240 void 0.000123
+gallium_dri.so free 0x5571735e20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e21f0 0.000130
+gallium_dri.so free 0x5571735e2300 void 0.000135
+gallium_dri.so free 0x5571735e21f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e22b0 0.000128
+gallium_dri.so free 0x5571735e2340 void 0.000123
+gallium_dri.so free 0x5571735e22b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e22b0 0.000121
+gallium_dri.so free 0x5571735e2400 void 0.000126
+gallium_dri.so free 0x5571735e22b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2440 0.000124
+gallium_dri.so free 0x5571735e24c0 void 0.000125
+gallium_dri.so free 0x5571735e2440 void 0.000130
+gallium_dri.so malloc 72 0x5571735e24c0 0.000129
+gallium_dri.so free 0x5571735e2580 void 0.000130
+gallium_dri.so free 0x5571735e24c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e24c0 0.000123
+gallium_dri.so free 0x5571735e2640 void 0.000126
+gallium_dri.so free 0x5571735e24c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2660 0.000130
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e2660 void 0.000125
+gallium_dri.so malloc 72 0x5571735e26b0 0.000129
+gallium_dri.so free 0x5571735e2780 void 0.000123
+gallium_dri.so free 0x5571735e26b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e26b0 0.000128
+gallium_dri.so free 0x5571735e2800 void 0.000144
+gallium_dri.so free 0x5571735e26b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2800 0.000127
+gallium_dri.so free 0x5571735e28c0 void 0.000123
+gallium_dri.so free 0x5571735e2800 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2800 0.000128
+gallium_dri.so free 0x5571735e2980 void 0.000128
+gallium_dri.so free 0x5571735e2800 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2800 0.000125
+gallium_dri.so free 0x5571735e2a40 void 0.000126
+gallium_dri.so free 0x5571735e2800 void 0.000123
+gallium_dri.so malloc 72 0x5571735e29f0 0.000126
+gallium_dri.so free 0x5571735e2b00 void 0.000128
+gallium_dri.so free 0x5571735e29f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000123
+gallium_dri.so free 0x5571735e2b80 void 0.000127
+gallium_dri.so free 0x5571735e2ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000127
+gallium_dri.so free 0x5571735e2c40 void 0.000126
+gallium_dri.so free 0x5571735e2bd0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2c60 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000124
+gallium_dri.so free 0x5571735e2c60 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000125
+gallium_dri.so free 0x5571735e2d80 void 0.000123
+gallium_dri.so free 0x5571735e2cb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000126
+gallium_dri.so free 0x5571735e2e00 void 0.000127
+gallium_dri.so free 0x5571735e2cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2e00 0.000127
+gallium_dri.so free 0x5571735e2ec0 void 0.000125
+gallium_dri.so free 0x5571735e2e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2e00 0.000127
+gallium_dri.so free 0x5571735e2fc0 void 0.000122
+gallium_dri.so free 0x5571735e2e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2f70 0.000124
+gallium_dri.so free 0x5571735e3000 void 0.000127
+gallium_dri.so free 0x5571735e2f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2f70 0.000126
+gallium_dri.so free 0x5571735e30c0 void 0.000124
+gallium_dri.so free 0x5571735e2f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3100 0.000126
+gallium_dri.so free 0x5571735e3180 void 0.000126
+gallium_dri.so free 0x5571735e3100 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3180 0.000126
+gallium_dri.so free 0x5571735e3240 void 0.000135
+gallium_dri.so free 0x5571735e3180 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3180 0.000118
+gallium_dri.so free 0x5571735e32c0 void 0.000120
+gallium_dri.so free 0x5571735e3180 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32f0 0.000171
+gallium_dri.so free 0x5571735e3340 void 0.000120
+gallium_dri.so free 0x5571735e32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32f0 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so free 0x5571735e32f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3480 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so free 0x5571735e3480 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3500 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3500 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3670 0.000120
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3670 0.000120
+gallium_dri.so free 0x5571735bee80 void 0.000120
+gallium_dri.so free 0x5571735e3670 void 0.000120
+gallium_dri.so malloc 72 0x5571735beed0 0.000121
+gallium_dri.so free 0x5571735bef40 void 0.000119
+gallium_dri.so free 0x5571735beed0 void 0.000119
+gallium_dri.so malloc 72 0x5571735befa0 0.000120
+gallium_dri.so free 0x5571735bf040 void 0.000119
+gallium_dri.so free 0x5571735befa0 void 0.000174
+gallium_dri.so malloc 72 0x5571735beff0 0.000135
+gallium_dri.so free 0x5571735bf080 void 0.000115
+gallium_dri.so free 0x5571735beff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735beff0 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735beff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3770 0.000113
+gallium_dri.so free 0x5571735bf140 void 0.000114
+gallium_dri.so free 0x5571735e3770 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf190 0.000114
+gallium_dri.so free 0x5571735bf200 void 0.000114
+gallium_dri.so free 0x5571735bf190 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf220 0.000113
+gallium_dri.so free 0x5571735bf2c0 void 0.000113
+gallium_dri.so free 0x5571735bf220 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf270 0.000113
+gallium_dri.so free 0x5571735bf340 void 0.000115
+gallium_dri.so free 0x5571735bf270 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf340 0.000113
+gallium_dri.so free 0x5571735bf400 void 0.000114
+gallium_dri.so free 0x5571735bf340 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf340 0.000112
+gallium_dri.so free 0x5571735bf480 void 0.000113
+gallium_dri.so free 0x5571735bf340 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf480 0.000113
+gallium_dri.so free 0x5571735bf540 void 0.000114
+gallium_dri.so free 0x5571735bf480 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf480 0.000113
+gallium_dri.so free 0x5571735bf600 void 0.000115
+gallium_dri.so free 0x5571735bf480 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf480 0.000113
+gallium_dri.so free 0x5571735bf6c0 void 0.000115
+gallium_dri.so free 0x5571735bf480 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf670 0.000113
+gallium_dri.so free 0x5571735bf740 void 0.000114
+gallium_dri.so free 0x5571735bf670 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf790 0.000113
+gallium_dri.so free 0x5571735bf800 void 0.000115
+gallium_dri.so free 0x5571735bf790 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf840 0.000115
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf840 0.000112
+gallium_dri.so free 0x5571735bf940 void 0.000113
+gallium_dri.so free 0x5571735bf840 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf970 0.000113
+gallium_dri.so free 0x5571735bf9c0 void 0.000115
+gallium_dri.so free 0x5571735bf970 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfac0 void 0.000114
+gallium_dri.so free 0x5571735bf970 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa70 0.000113
+gallium_dri.so free 0x5571735bfb80 void 0.000116
+gallium_dri.so free 0x5571735bfa70 void 0.000169
+gallium_dri.so malloc 72 0x5571735bfb30 0.000117
+gallium_dri.so free 0x5571735bfbc0 void 0.000115
+gallium_dri.so free 0x5571735bfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfb30 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000114
+gallium_dri.so free 0x5571735bfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfcf0 0.000115
+gallium_dri.so free 0x5571735bfd40 void 0.000114
+gallium_dri.so free 0x5571735bfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfcf0 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x5571735bfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000114
+gallium_dri.so free 0x5571735bff00 void 0.000115
+gallium_dri.so free 0x5571735bfdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000114
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so free 0x5571735bfeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfeb0 0.000114
+gallium_dri.so free 0x5571735c0000 void 0.000114
+gallium_dri.so free 0x5571735bfeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0040 0.000115
+gallium_dri.so free 0x5571735c00c0 void 0.000115
+gallium_dri.so free 0x5571735c0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00c0 0.000114
+gallium_dri.so free 0x5571735c0180 void 0.000114
+gallium_dri.so free 0x5571735c00c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00c0 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000117
+gallium_dri.so free 0x5571735c00c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0260 0.000114
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0260 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so free 0x5571735c02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0400 0.000113
+gallium_dri.so free 0x5571735c04c0 void 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0400 0.000113
+gallium_dri.so free 0x5571735c0580 void 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0400 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000115
+gallium_dri.so free 0x5571735c0400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c05f0 0.000113
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so free 0x5571735c05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c06b0 0.000112
+gallium_dri.so free 0x5571735c0780 void 0.000114
+gallium_dri.so free 0x5571735c06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c07d0 0.000126
+gallium_dri.so free 0x5571735c0840 void 0.000120
+gallium_dri.so free 0x5571735c07d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0860 0.000115
+gallium_dri.so free 0x5571735c0900 void 0.000114
+gallium_dri.so free 0x5571735c0860 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000112
+gallium_dri.so free 0x5571735c0980 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a00 0.000112
+gallium_dri.so free 0x5571735c0ac0 void 0.000114
+gallium_dri.so free 0x5571735c0a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a00 0.000112
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b70 0.000114
+gallium_dri.so free 0x5571735c0c00 void 0.000113
+gallium_dri.so free 0x5571735c0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b70 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000114
+gallium_dri.so free 0x5571735c0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0d00 0.000114
+gallium_dri.so free 0x5571735c0d80 void 0.000113
+gallium_dri.so free 0x5571735c0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0d80 0.000113
+gallium_dri.so free 0x5571735c0e40 void 0.000118
+gallium_dri.so free 0x5571735c0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d80 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000114
+gallium_dri.so free 0x5571735c0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000114
+gallium_dri.so free 0x5571735c1040 void 0.000114
+gallium_dri.so free 0x5571735c0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1080 0.000113
+gallium_dri.so free 0x5571735c1100 void 0.000113
+gallium_dri.so free 0x5571735c1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1100 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c1100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1100 0.000114
+gallium_dri.so free 0x5571735c1240 void 0.000116
+gallium_dri.so free 0x5571735c1100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000114
+gallium_dri.so free 0x5571735c12c0 void 0.000114
+gallium_dri.so free 0x5571735c1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000115
+gallium_dri.so free 0x5571735c1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1370 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000126
+gallium_dri.so free 0x5571735c1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1430 0.000114
+gallium_dri.so free 0x5571735c1500 void 0.000114
+gallium_dri.so free 0x5571735c1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1430 0.000112
+gallium_dri.so free 0x5571735c15c0 void 0.000117
+gallium_dri.so free 0x5571735c1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1430 0.000112
+gallium_dri.so free 0x5571735c1680 void 0.000114
+gallium_dri.so free 0x5571735c1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c1700 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1750 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c1750 void 0.000114
+gallium_dri.so malloc 72 0x5571735c17e0 0.000112
+gallium_dri.so free 0x5571735c1880 void 0.000117
+gallium_dri.so free 0x5571735c17e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1830 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so free 0x5571735c1830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1900 0.000114
+gallium_dri.so free 0x5571735c19c0 void 0.000112
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735c1a40 void 0.000122
+gallium_dri.so free 0x5571735c1900 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1a40 0.000115
+gallium_dri.so free 0x5571735c1b00 void 0.000115
+gallium_dri.so free 0x5571735c1a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a40 0.000116
+gallium_dri.so free 0x5571735c1bc0 void 0.000116
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a40 0.000114
+gallium_dri.so free 0x5571735c1c80 void 0.000116
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1c30 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000115
+gallium_dri.so free 0x5571735c1c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1d50 0.000114
+gallium_dri.so free 0x5571735c1dc0 void 0.000115
+gallium_dri.so free 0x5571735c1d50 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1e00 0.000114
+gallium_dri.so free 0x5571735c1e80 void 0.000116
+gallium_dri.so free 0x5571735c1e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1e00 0.000115
+gallium_dri.so free 0x5571735c1f00 void 0.000115
+gallium_dri.so free 0x5571735c1e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f30 0.000115
+gallium_dri.so free 0x5571735c1f80 void 0.000116
+gallium_dri.so free 0x5571735c1f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f30 0.000115
+gallium_dri.so free 0x5571735c2080 void 0.000116
+gallium_dri.so free 0x5571735c1f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2030 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000114
+gallium_dri.so free 0x5571735c2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20f0 0.000113
+gallium_dri.so free 0x5571735c2180 void 0.000113
+gallium_dri.so free 0x5571735c20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20f0 0.000113
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so free 0x5571735c20f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c22b0 0.000113
+gallium_dri.so free 0x5571735c2300 void 0.000114
+gallium_dri.so free 0x5571735c22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c22b0 0.000113
+gallium_dri.so free 0x5571735c2400 void 0.000113
+gallium_dri.so free 0x5571735c22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c23b0 0.000111
+gallium_dri.so free 0x5571735c24c0 void 0.000115
+gallium_dri.so free 0x5571735c23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2470 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735c2470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2470 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so free 0x5571735c2470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2600 0.000113
+gallium_dri.so free 0x5571735c2680 void 0.000113
+gallium_dri.so free 0x5571735c2600 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2680 0.000115
+gallium_dri.so free 0x5571735c2740 void 0.000115
+gallium_dri.so free 0x5571735c2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2820 0.000114
+gallium_dri.so free 0x5571735c28c0 void 0.000118
+gallium_dri.so free 0x5571735c2820 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2870 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so free 0x5571735c2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2870 0.000116
+gallium_dri.so free 0x5571735c29c0 void 0.000122
+gallium_dri.so free 0x5571735c2870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29c0 0.000113
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29c0 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29c0 0.000115
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000112
+gallium_dri.so free 0x5571735c2cc0 void 0.000113
+gallium_dri.so free 0x5571735c2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c70 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000114
+gallium_dri.so free 0x5571735c2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d90 0.000114
+gallium_dri.so free 0x5571735c2e00 void 0.000114
+gallium_dri.so free 0x5571735c2d90 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e20 0.000113
+gallium_dri.so free 0x5571735c2ec0 void 0.000114
+gallium_dri.so free 0x5571735c2e20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e70 0.000115
+gallium_dri.so free 0x5571735c2f40 void 0.000114
+gallium_dri.so free 0x5571735c2e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e70 0.000125
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so free 0x5571735c2e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000119
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000117
+gallium_dri.so free 0x5571735c3180 void 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3130 0.000117
+gallium_dri.so free 0x5571735c31c0 void 0.000117
+gallium_dri.so free 0x5571735c3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3130 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000116
+gallium_dri.so free 0x5571735c3130 void 0.000128
+gallium_dri.so malloc 72 0x5571735c32c0 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000119
+gallium_dri.so free 0x5571735c32c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3340 0.000117
+gallium_dri.so free 0x5571735c3400 void 0.000120
+gallium_dri.so free 0x5571735c3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3340 0.000117
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c34b0 0.000120
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c34b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c34b0 0.000117
+gallium_dri.so free 0x5571735c3600 void 0.000121
+gallium_dri.so free 0x5571735c34b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3640 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000118
+gallium_dri.so free 0x5571735c3640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36c0 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so free 0x5571735c36c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36c0 0.000118
+gallium_dri.so free 0x5571735c3800 void 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3830 0.000122
+gallium_dri.so free 0x5571735c3880 void 0.000123
+gallium_dri.so free 0x5571735c3830 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3830 0.000117
+gallium_dri.so free 0x5571735c3980 void 0.000116
+gallium_dri.so free 0x5571735c3830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3930 0.000209
+gallium_dri.so free 0x5571735c3a40 void 0.000151
+gallium_dri.so free 0x5571735c3930 void 0.000114
+gallium_dri.so malloc 72 0x5571735c39f0 0.000113
+gallium_dri.so free 0x5571735c3ac0 void 0.000112
+gallium_dri.so free 0x5571735c39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39f0 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39f0 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so free 0x5571735c39f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000114
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d10 0.000113
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3da0 0.000114
+gallium_dri.so free 0x5571735c3e40 void 0.000114
+gallium_dri.so free 0x5571735c3da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3df0 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000148
+gallium_dri.so free 0x5571735c3df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000114
+gallium_dri.so free 0x5571735c3f80 void 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4000 0.000112
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4000 0.000113
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4000 0.000113
+gallium_dri.so free 0x5571735c4240 void 0.000113
+gallium_dri.so free 0x5571735c4000 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41f0 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000113
+gallium_dri.so free 0x5571735c41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4310 0.000114
+gallium_dri.so free 0x5571735c4380 void 0.000113
+gallium_dri.so free 0x5571735c4310 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43c0 0.000113
+gallium_dri.so free 0x5571735c4440 void 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43c0 0.000112
+gallium_dri.so free 0x5571735c44c0 void 0.000123
+gallium_dri.so free 0x5571735c43c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c44f0 0.000114
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so free 0x5571735c44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44f0 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000113
+gallium_dri.so free 0x5571735c44f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45f0 0.000113
+gallium_dri.so free 0x5571735c4700 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46b0 0.000115
+gallium_dri.so free 0x5571735c4740 void 0.000113
+gallium_dri.so free 0x5571735c46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46b0 0.000113
+gallium_dri.so free 0x5571735c4800 void 0.000119
+gallium_dri.so free 0x5571735c46b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4870 0.000112
+gallium_dri.so free 0x5571735c48c0 void 0.000112
+gallium_dri.so free 0x5571735c4870 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4870 0.000112
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so free 0x5571735c4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4970 0.000113
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a30 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000113
+gallium_dri.so free 0x5571735c4a30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4a30 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000114
+gallium_dri.so free 0x5571735c4a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000112
+gallium_dri.so free 0x5571735c4c40 void 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c40 0.000113
+gallium_dri.so free 0x5571735c4d00 void 0.000114
+gallium_dri.so free 0x5571735c4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c40 0.000115
+gallium_dri.so free 0x5571735c4dc0 void 0.000116
+gallium_dri.so free 0x5571735c4c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4de0 0.000114
+gallium_dri.so free 0x5571735c4e80 void 0.000113
+gallium_dri.so free 0x5571735c4de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e30 0.000115
+gallium_dri.so free 0x5571735c4f00 void 0.000113
+gallium_dri.so free 0x5571735c4e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e30 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735c4e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f80 0.000114
+gallium_dri.so free 0x5571735c5040 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f80 0.000113
+gallium_dri.so free 0x5571735c5100 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f80 0.000119
+gallium_dri.so free 0x5571735c51c0 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5170 0.000113
+gallium_dri.so free 0x5571735c5280 void 0.000114
+gallium_dri.so free 0x5571735c5170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5230 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so free 0x5571735c5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5350 0.000113
+gallium_dri.so free 0x5571735c53c0 void 0.000113
+gallium_dri.so free 0x5571735c5350 void 0.000113
+gallium_dri.so malloc 72 0x5571735c53e0 0.000113
+gallium_dri.so free 0x5571735c5480 void 0.000114
+gallium_dri.so free 0x5571735c53e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5430 0.000112
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5430 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000114
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5580 0.000113
+gallium_dri.so free 0x5571735c5640 void 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5580 0.000114
+gallium_dri.so free 0x5571735c5740 void 0.000113
+gallium_dri.so free 0x5571735c5580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c56f0 0.000121
+gallium_dri.so free 0x5571735c5780 void 0.000114
+gallium_dri.so free 0x5571735c56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c56f0 0.000112
+gallium_dri.so free 0x5571735c5840 void 0.000117
+gallium_dri.so free 0x5571735c56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5880 0.000111
+gallium_dri.so free 0x5571735c5900 void 0.000112
+gallium_dri.so free 0x5571735c5880 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5900 0.000112
+gallium_dri.so free 0x5571735c59c0 void 0.000112
+gallium_dri.so free 0x5571735c5900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5900 0.000111
+gallium_dri.so free 0x5571735c5a40 void 0.000111
+gallium_dri.so free 0x5571735c5900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5a70 0.000114
+gallium_dri.so free 0x5571735c5ac0 void 0.000113
+gallium_dri.so free 0x5571735c5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5a70 0.000111
+gallium_dri.so free 0x5571735c5bc0 void 0.000115
+gallium_dri.so free 0x5571735c5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5c00 0.000120
+gallium_dri.so free 0x5571735c5c80 void 0.000115
+gallium_dri.so free 0x5571735c5c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c80 0.000116
+gallium_dri.so free 0x5571735c5d40 void 0.000115
+gallium_dri.so free 0x5571735c5c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c80 0.000120
+gallium_dri.so free 0x5571735c5dc0 void 0.000127
+gallium_dri.so free 0x5571735c5c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5df0 0.000124
+gallium_dri.so free 0x5571735c5e40 void 0.000117
+gallium_dri.so free 0x5571735c5df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c5df0 0.000121
+gallium_dri.so free 0x5571735c5f40 void 0.000119
+gallium_dri.so free 0x5571735c5df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000124
+gallium_dri.so free 0x5571735c6000 void 0.000125
+gallium_dri.so free 0x5571735c5ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000124
+gallium_dri.so free 0x5571735c6080 void 0.000117
+gallium_dri.so free 0x5571735c5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000121
+gallium_dri.so free 0x5571735c6140 void 0.000125
+gallium_dri.so free 0x5571735c5fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000118
+gallium_dri.so free 0x5571735c6200 void 0.000120
+gallium_dri.so free 0x5571735c5fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c61b0 0.000117
+gallium_dri.so free 0x5571735c6280 void 0.000118
+gallium_dri.so free 0x5571735c61b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c62d0 0.000118
+gallium_dri.so free 0x5571735c6340 void 0.000115
+gallium_dri.so free 0x5571735c62d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6360 0.000116
+gallium_dri.so free 0x5571735c6400 void 0.000115
+gallium_dri.so free 0x5571735c6360 void 0.000119
+gallium_dri.so malloc 72 0x5571735c63b0 0.000118
+gallium_dri.so free 0x5571735c6480 void 0.000114
+gallium_dri.so free 0x5571735c63b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6480 0.000113
+gallium_dri.so free 0x5571735c6540 void 0.000115
+gallium_dri.so free 0x5571735c6480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6480 0.000126
+gallium_dri.so free 0x5571735c65c0 void 0.000125
+gallium_dri.so free 0x5571735c6480 void 0.000125
+gallium_dri.so malloc 72 0x5571735c65c0 0.000125
+gallium_dri.so free 0x5571735c6680 void 0.000124
+gallium_dri.so free 0x5571735c65c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735c65c0 0.000169
+gallium_dri.so free 0x5571735c6740 void 0.000131
+gallium_dri.so free 0x5571735c65c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c65c0 0.000136
+gallium_dri.so free 0x5571735c6800 void 0.000236
+gallium_dri.so free 0x5571735c65c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c67b0 0.000130
+gallium_dri.so free 0x5571735c6880 void 0.000130
+gallium_dri.so free 0x5571735c67b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c68d0 0.000130
+gallium_dri.so free 0x5571735c6940 void 0.000130
+gallium_dri.so free 0x5571735c68d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6980 0.000131
+gallium_dri.so free 0x5571735c6a00 void 0.000130
+gallium_dri.so free 0x5571735c6980 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6980 0.000130
+gallium_dri.so free 0x5571735c6a80 void 0.000129
+gallium_dri.so free 0x5571735c6980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000123
+gallium_dri.so free 0x5571735c6b00 void 0.000121
+gallium_dri.so free 0x5571735c6ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000130
+gallium_dri.so free 0x5571735c6c00 void 0.000123
+gallium_dri.so free 0x5571735c6ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000123
+gallium_dri.so free 0x5571735c6cc0 void 0.000126
+gallium_dri.so free 0x5571735c6bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6c70 0.000220
+gallium_dri.so free 0x5571735c6d00 void 0.000235
+gallium_dri.so free 0x5571735c6c70 void 0.000222
+gallium_dri.so malloc 72 0x5571735c6c70 0.000219
+gallium_dri.so free 0x5571735c6dc0 void 0.000224
+gallium_dri.so free 0x5571735c6c70 void 0.000225
+gallium_dri.so malloc 72 0x5571735c6e30 0.000219
+gallium_dri.so free 0x5571735c6e80 void 0.000200
+gallium_dri.so free 0x5571735c6e30 void 0.000193
+gallium_dri.so malloc 72 0x5571735c6e30 0.000127
+gallium_dri.so free 0x5571735c6f80 void 0.000131
+gallium_dri.so free 0x5571735c6e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6f30 0.000197
+gallium_dri.so free 0x5571735c7040 void 0.000127
+gallium_dri.so free 0x5571735c6f30 void 0.000145
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000130
+gallium_dri.so free 0x5571735c7080 void 0.000130
+gallium_dri.so free 0x5571735c6ff0 void 0.000204
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000228
+gallium_dri.so free 0x5571735c7140 void 0.000223
+gallium_dri.so free 0x5571735c6ff0 void 0.000222
+gallium_dri.so malloc 72 0x5571735c7180 0.000221
+gallium_dri.so free 0x5571735c7200 void 0.000241
+gallium_dri.so free 0x5571735c7180 void 0.000220
+gallium_dri.so malloc 72 0x5571735c7200 0.000223
+gallium_dri.so free 0x5571735c72c0 void 0.000272
+gallium_dri.so free 0x5571735c7200 void 0.000222
+gallium_dri.so malloc 72 0x5571735c7200 0.000221
+gallium_dri.so free 0x5571735c7380 void 0.000228
+gallium_dri.so free 0x5571735c7200 void 0.000225
+gallium_dri.so malloc 72 0x5571735c73a0 0.000201
+gallium_dri.so free 0x5571735c7440 void 0.000222
+gallium_dri.so free 0x5571735c73a0 void 0.000222
+gallium_dri.so malloc 72 0x5571735c73f0 0.000220
+gallium_dri.so free 0x5571735c74c0 void 0.000197
+gallium_dri.so free 0x5571735c73f0 void 0.000193
+gallium_dri.so malloc 72 0x5571735c73f0 0.000160
+gallium_dri.so free 0x5571735c7540 void 0.000125
+gallium_dri.so free 0x5571735c73f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7540 0.000129
+gallium_dri.so free 0x5571735c7600 void 0.000125
+gallium_dri.so free 0x5571735c7540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7540 0.000125
+gallium_dri.so free 0x5571735c76c0 void 0.000132
+gallium_dri.so free 0x5571735c7540 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7540 0.000131
+gallium_dri.so free 0x5571735c7780 void 0.000222
+gallium_dri.so free 0x5571735c7540 void 0.000345
+gallium_dri.so malloc 72 0x5571735c7730 0.000271
+gallium_dri.so free 0x5571735c7840 void 0.000272
+gallium_dri.so free 0x5571735c7730 void 0.000260
+gallium_dri.so malloc 72 0x5571735c77f0 0.000274
+gallium_dri.so free 0x5571735c78c0 void 0.000268
+gallium_dri.so free 0x5571735c77f0 void 0.000286
+gallium_dri.so malloc 72 0x5571735c7910 0.000271
+gallium_dri.so free 0x5571735c7980 void 0.000166
+gallium_dri.so free 0x5571735c7910 void 0.000255
+gallium_dri.so malloc 72 0x5571735c79a0 0.000337
+gallium_dri.so free 0x5571735c7a40 void 0.000304
+gallium_dri.so free 0x5571735c79a0 void 0.000272
+gallium_dri.so malloc 72 0x5571735c79f0 0.000293
+gallium_dri.so free 0x5571735c7ac0 void 0.000278
+gallium_dri.so free 0x5571735c79f0 void 0.000270
+gallium_dri.so malloc 72 0x5571735c79f0 0.000283
+gallium_dri.so free 0x5571735c7b40 void 0.000166
+gallium_dri.so free 0x5571735c79f0 void 0.000284
+gallium_dri.so malloc 72 0x5571735c7b40 0.000283
+gallium_dri.so free 0x5571735c7c00 void 0.000276
+gallium_dri.so free 0x5571735c7b40 void 0.000273
+gallium_dri.so malloc 72 0x5571735c7b40 0.000282
+gallium_dri.so free 0x5571735c7d00 void 0.000248
+gallium_dri.so free 0x5571735c7b40 void 0.000293
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000298
+gallium_dri.so free 0x5571735c7d40 void 0.000289
+gallium_dri.so free 0x5571735c7cb0 void 0.000285
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000274
+gallium_dri.so free 0x5571735c7e00 void 0.000288
+gallium_dri.so free 0x5571735c7cb0 void 0.000284
+gallium_dri.so malloc 72 0x5571735c7e40 0.000283
+gallium_dri.so free 0x5571735c7ec0 void 0.000273
+gallium_dri.so free 0x5571735c7e40 void 0.000274
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000284
+gallium_dri.so free 0x5571735c7f80 void 0.000282
+gallium_dri.so free 0x5571735c7ec0 void 0.000282
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000272
+gallium_dri.so free 0x5571735c8000 void 0.000283
+gallium_dri.so free 0x5571735c7ec0 void 0.000289
+gallium_dri.so malloc 72 0x5571735c8030 0.000291
+gallium_dri.so free 0x5571735c8080 void 0.000283
+gallium_dri.so free 0x5571735c8030 void 0.000293
+gallium_dri.so malloc 72 0x5571735c8030 0.000293
+gallium_dri.so free 0x5571735c8180 void 0.000284
+gallium_dri.so free 0x5571735c8030 void 0.000289
+gallium_dri.so malloc 72 0x5571735c81c0 0.000287
+gallium_dri.so free 0x5571735c8240 void 0.000283
+gallium_dri.so free 0x5571735c81c0 void 0.000297
+gallium_dri.so malloc 72 0x5571735c8240 0.000284
+gallium_dri.so free 0x5571735c8300 void 0.000229
+gallium_dri.so free 0x5571735c8240 void 0.000233
+gallium_dri.so malloc 72 0x5571735c8240 0.000230
+gallium_dri.so free 0x5571735c8380 void 0.000210
+gallium_dri.so free 0x5571735c8240 void 0.000203
+gallium_dri.so malloc 72 0x5571735c83b0 0.000206
+gallium_dri.so free 0x5571735c8400 void 0.000210
+gallium_dri.so free 0x5571735c83b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c83b0 0.000185
+gallium_dri.so free 0x5571735c8500 void 0.000226
+gallium_dri.so free 0x5571735c83b0 void 0.000229
+gallium_dri.so malloc 72 0x5571735c84b0 0.000206
+gallium_dri.so free 0x5571735c85c0 void 0.000234
+gallium_dri.so free 0x5571735c84b0 void 0.000205
+gallium_dri.so malloc 72 0x5571735c8570 0.000183
+gallium_dri.so free 0x5571735c8640 void 0.000248
+gallium_dri.so free 0x5571735c8570 void 0.000232
+gallium_dri.so malloc 72 0x5571735c8570 0.000230
+gallium_dri.so free 0x5571735c8700 void 0.000238
+gallium_dri.so free 0x5571735c8570 void 0.000229
+gallium_dri.so malloc 72 0x5571735c8570 0.000230
+gallium_dri.so free 0x5571735c87c0 void 0.000205
+gallium_dri.so free 0x5571735c8570 void 0.000188
+gallium_dri.so malloc 72 0x5571735c8770 0.000166
+gallium_dri.so free 0x5571735c8840 void 0.000161
+gallium_dri.so free 0x5571735c8770 void 0.000157
+gallium_dri.so malloc 72 0x5571735c8890 0.000132
+gallium_dri.so free 0x5571735c8900 void 0.000138
+gallium_dri.so free 0x5571735c8890 void 0.000137
+gallium_dri.so malloc 72 0x5571735c8920 0.000285
+gallium_dri.so free 0x5571735c89c0 void 0.000273
+gallium_dri.so free 0x5571735c8920 void 0.000317
+gallium_dri.so malloc 72 0x5571735c8970 0.000235
+gallium_dri.so free 0x5571735c8a40 void 0.000232
+gallium_dri.so free 0x5571735c8970 void 0.000235
+gallium_dri.so malloc 72 0x5571735c8a40 0.000231
+gallium_dri.so free 0x5571735c8b00 void 0.000233
+gallium_dri.so free 0x5571735c8a40 void 0.000229
+gallium_dri.so malloc 72 0x5571735c8a40 0.000230
+gallium_dri.so free 0x5571735c8b80 void 0.000227
+gallium_dri.so free 0x5571735c8a40 void 0.000231
+gallium_dri.so malloc 72 0x5571735c8b80 0.000231
+gallium_dri.so free 0x5571735c8c40 void 0.000232
+gallium_dri.so free 0x5571735c8b80 void 0.000209
+gallium_dri.so malloc 72 0x5571735c8b80 0.000204
+gallium_dri.so free 0x5571735c8d00 void 0.000218
+gallium_dri.so free 0x5571735c8b80 void 0.000227
+gallium_dri.so malloc 72 0x5571735c8b80 0.000207
+gallium_dri.so free 0x5571735c8dc0 void 0.000173
+gallium_dri.so free 0x5571735c8b80 void 0.000179
+gallium_dri.so malloc 72 0x5571735c8d70 0.000138
+gallium_dri.so free 0x5571735c8e40 void 0.000147
+gallium_dri.so free 0x5571735c8d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8e90 0.000124
+gallium_dri.so free 0x5571735c8f00 void 0.000122
+gallium_dri.so free 0x5571735c8e90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f40 0.000119
+gallium_dri.so free 0x5571735c8fc0 void 0.000122
+gallium_dri.so free 0x5571735c8f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8f40 0.000121
+gallium_dri.so free 0x5571735c9040 void 0.000122
+gallium_dri.so free 0x5571735c8f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9070 0.000121
+gallium_dri.so free 0x5571735c90c0 void 0.000122
+gallium_dri.so free 0x5571735c9070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9070 0.000120
+gallium_dri.so free 0x5571735c91c0 void 0.000121
+gallium_dri.so free 0x5571735c9070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9170 0.000124
+gallium_dri.so free 0x5571735c9280 void 0.000122
+gallium_dri.so free 0x5571735c9170 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9230 0.000121
+gallium_dri.so free 0x5571735c92c0 void 0.000122
+gallium_dri.so free 0x5571735c9230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9230 0.000126
+gallium_dri.so free 0x5571735c9380 void 0.000121
+gallium_dri.so free 0x5571735c9230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c93f0 0.000120
+gallium_dri.so free 0x5571735c9440 void 0.000121
+gallium_dri.so free 0x5571735c93f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c93f0 0.000121
+gallium_dri.so free 0x5571735c9540 void 0.000120
+gallium_dri.so free 0x5571735c93f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c94f0 0.000123
+gallium_dri.so free 0x5571735c9600 void 0.000120
+gallium_dri.so free 0x5571735c94f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c95b0 0.000120
+gallium_dri.so free 0x5571735c9640 void 0.000122
+gallium_dri.so free 0x5571735c95b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c95b0 0.000124
+gallium_dri.so free 0x5571735c9700 void 0.000133
+gallium_dri.so free 0x5571735c95b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9740 0.000121
+gallium_dri.so free 0x5571735c97c0 void 0.000145
+gallium_dri.so free 0x5571735c9740 void 0.000121
+gallium_dri.so malloc 72 0x5571735c97c0 0.000122
+gallium_dri.so free 0x5571735c9880 void 0.000120
+gallium_dri.so free 0x5571735c97c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c97c0 0.000121
+gallium_dri.so free 0x5571735c9940 void 0.000121
+gallium_dri.so free 0x5571735c97c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9960 0.000119
+gallium_dri.so free 0x5571735c9a00 void 0.000120
+gallium_dri.so free 0x5571735c9960 void 0.000120
+gallium_dri.so malloc 72 0x5571735c99b0 0.000122
+gallium_dri.so free 0x5571735c9a80 void 0.000122
+gallium_dri.so free 0x5571735c99b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c99b0 0.000119
+gallium_dri.so free 0x5571735c9b00 void 0.000122
+gallium_dri.so free 0x5571735c99b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9b00 0.000121
+gallium_dri.so free 0x5571735c9bc0 void 0.000122
+gallium_dri.so free 0x5571735c9b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9b00 0.000119
+gallium_dri.so free 0x5571735c9c80 void 0.000120
+gallium_dri.so free 0x5571735c9b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9b00 0.000121
+gallium_dri.so free 0x5571735c9d40 void 0.000122
+gallium_dri.so free 0x5571735c9b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9cf0 0.000178
+gallium_dri.so free 0x5571735c9e00 void 0.000180
+gallium_dri.so free 0x5571735c9cf0 void 0.000341
+gallium_dri.so malloc 72 0x5571735c9db0 0.000440
+gallium_dri.so free 0x5571735c9e80 void 0.000345
+gallium_dri.so free 0x5571735c9db0 void 0.000237
+gallium_dri.so malloc 72 0x5571735c9ed0 0.000277
+gallium_dri.so free 0x5571735c9f40 void 0.000279
+gallium_dri.so free 0x5571735c9ed0 void 0.000279
+gallium_dri.so malloc 72 0x5571735c9f60 0.000278
+gallium_dri.so free 0x5571735ca000 void 0.000276
+gallium_dri.so free 0x5571735c9f60 void 0.000272
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000276
+gallium_dri.so free 0x5571735ca080 void 0.000286
+gallium_dri.so free 0x5571735c9fb0 void 0.000286
+gallium_dri.so malloc 72 0x5571735c9fb0 0.000278
+gallium_dri.so free 0x5571735ca100 void 0.000275
+gallium_dri.so free 0x5571735c9fb0 void 0.000288
+gallium_dri.so malloc 72 0x5571735ca100 0.000296
+gallium_dri.so free 0x5571735ca1c0 void 0.000321
+gallium_dri.so free 0x5571735ca100 void 0.000338
+gallium_dri.so malloc 72 0x5571735ca100 0.000321
+gallium_dri.so free 0x5571735ca2c0 void 0.000277
+gallium_dri.so free 0x5571735ca100 void 0.000252
+gallium_dri.so malloc 72 0x5571735ca270 0.000338
+gallium_dri.so free 0x5571735ca300 void 0.000324
+gallium_dri.so free 0x5571735ca270 void 0.000334
+gallium_dri.so malloc 72 0x5571735ca270 0.000257
+gallium_dri.so free 0x5571735ca3c0 void 0.000302
+gallium_dri.so free 0x5571735ca270 void 0.000314
+gallium_dri.so malloc 72 0x5571735ca400 0.000303
+gallium_dri.so free 0x5571735ca480 void 0.000285
+gallium_dri.so free 0x5571735ca400 void 0.000320
+gallium_dri.so malloc 72 0x5571735ca480 0.000339
+gallium_dri.so free 0x5571735ca540 void 0.000359
+gallium_dri.so free 0x5571735ca480 void 0.000342
+gallium_dri.so malloc 72 0x5571735ca480 0.000350
+gallium_dri.so free 0x5571735ca5c0 void 0.000252
+gallium_dri.so free 0x5571735ca480 void 0.000188
+gallium_dri.so malloc 72 0x5571735ca5f0 0.000188
+gallium_dri.so free 0x5571735ca640 void 0.000169
+gallium_dri.so free 0x5571735ca5f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ca5f0 0.000133
+gallium_dri.so free 0x5571735ca740 void 0.000138
+gallium_dri.so free 0x5571735ca5f0 void 0.000190
+gallium_dri.so malloc 72 0x5571735ca780 0.000189
+gallium_dri.so free 0x5571735ca800 void 0.000189
+gallium_dri.so free 0x5571735ca780 void 0.000192
+gallium_dri.so malloc 72 0x5571735ca800 0.000190
+gallium_dri.so free 0x5571735ca8c0 void 0.000169
+gallium_dri.so free 0x5571735ca800 void 0.000134
+gallium_dri.so malloc 72 0x5571735ca800 0.000132
+gallium_dri.so free 0x5571735ca940 void 0.000127
+gallium_dri.so free 0x5571735ca800 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca970 0.000136
+gallium_dri.so free 0x5571735ca9c0 void 0.000132
+gallium_dri.so free 0x5571735ca970 void 0.000126
+gallium_dri.so malloc 72 0x5571735ca970 0.000133
+gallium_dri.so free 0x5571735cae40 void 0.000139
+gallium_dri.so free 0x5571735ca970 void 0.000191
+gallium_dri.so malloc 72 0x5571735cae40 0.000190
+gallium_dri.so free 0x5571735caf00 void 0.000191
+gallium_dri.so free 0x5571735cae40 void 0.000168
+gallium_dri.so malloc 72 0x5571735cae40 0.000133
+gallium_dri.so free 0x5571735cb000 void 0.000188
+gallium_dri.so free 0x5571735cae40 void 0.000187
+gallium_dri.so malloc 72 0x5571735cae40 0.000164
+gallium_dri.so free 0x5571735cb080 void 0.000147
+gallium_dri.so free 0x5571735cae40 void 0.000187
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000167
+gallium_dri.so free 0x5571735cb100 void 0.000129
+gallium_dri.so free 0x5571735cb0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000137
+gallium_dri.so free 0x5571735cb200 void 0.000132
+gallium_dri.so free 0x5571735cb0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000190
+gallium_dri.so free 0x5571735cb2c0 void 0.000190
+gallium_dri.so free 0x5571735cb1b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735cb270 0.000128
+gallium_dri.so free 0x5571735cb300 void 0.000132
+gallium_dri.so free 0x5571735cb270 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb270 0.000133
+gallium_dri.so free 0x5571735cb3c0 void 0.000199
+gallium_dri.so free 0x5571735cb270 void 0.000188
+gallium_dri.so malloc 72 0x5571735cb410 0.000189
+gallium_dri.so free 0x5571735cb480 void 0.000187
+gallium_dri.so free 0x5571735cb410 void 0.000194
+gallium_dri.so malloc 72 0x5571735cb4c0 0.000181
+gallium_dri.so free 0x5571735cb540 void 0.000181
+gallium_dri.so free 0x5571735cb4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb540 0.000129
+gallium_dri.so free 0x5571735cb600 void 0.000126
+gallium_dri.so free 0x5571735cb540 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb540 0.000130
+gallium_dri.so free 0x5571735cb680 void 0.000130
+gallium_dri.so free 0x5571735cb540 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000126
+gallium_dri.so free 0x5571735cb700 void 0.000130
+gallium_dri.so free 0x5571735cb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000125
+gallium_dri.so free 0x5571735cb800 void 0.000126
+gallium_dri.so free 0x5571735cb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000130
+gallium_dri.so free 0x5571735cb8c0 void 0.000131
+gallium_dri.so free 0x5571735cb7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb870 0.000130
+gallium_dri.so free 0x5571735cb940 void 0.000140
+gallium_dri.so free 0x5571735cb870 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb960 0.000130
+gallium_dri.so free 0x5571735cba00 void 0.000125
+gallium_dri.so free 0x5571735cb960 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000126
+gallium_dri.so free 0x5571735cba80 void 0.000127
+gallium_dri.so free 0x5571735cb9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000129
+gallium_dri.so free 0x5571735cbb00 void 0.000131
+gallium_dri.so free 0x5571735cb9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbb00 0.000131
+gallium_dri.so free 0x5571735cbbc0 void 0.000129
+gallium_dri.so free 0x5571735cbb00 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbb00 0.000129
+gallium_dri.so free 0x5571735cbc80 void 0.000131
+gallium_dri.so free 0x5571735cbb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbb00 0.000125
+gallium_dri.so free 0x5571735cbd40 void 0.000123
+gallium_dri.so free 0x5571735cbb00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000131
+gallium_dri.so free 0x5571735cbd40 void 0.000132
+gallium_dri.so free 0x5571735cbcf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000127
+gallium_dri.so free 0x5571735cbe40 void 0.000130
+gallium_dri.so free 0x5571735cbcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000120
+gallium_dri.so free 0x5571735cbf00 void 0.000121
+gallium_dri.so free 0x5571735cbdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000130
+gallium_dri.so free 0x5571735cbf40 void 0.000125
+gallium_dri.so free 0x5571735cbeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000120
+gallium_dri.so free 0x5571735cc000 void 0.000122
+gallium_dri.so free 0x5571735cbeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc040 0.000133
+gallium_dri.so free 0x5571735cc0c0 void 0.000130
+gallium_dri.so free 0x5571735cc040 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000121
+gallium_dri.so free 0x5571735cc180 void 0.000122
+gallium_dri.so free 0x5571735cc0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000126
+gallium_dri.so free 0x5571735cc240 void 0.000124
+gallium_dri.so free 0x5571735cc0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc260 0.000164
+gallium_dri.so free 0x5571735cc300 void 0.000128
+gallium_dri.so free 0x5571735cc260 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000130
+gallium_dri.so free 0x5571735cc380 void 0.000126
+gallium_dri.so free 0x5571735cc2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000125
+gallium_dri.so free 0x5571735cc400 void 0.000130
+gallium_dri.so free 0x5571735cc2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc400 0.000129
+gallium_dri.so free 0x5571735cc4c0 void 0.000130
+gallium_dri.so free 0x5571735cc400 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc400 0.000125
+gallium_dri.so free 0x5571735cc580 void 0.000131
+gallium_dri.so free 0x5571735cc400 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc400 0.000129
+gallium_dri.so free 0x5571735cc640 void 0.000130
+gallium_dri.so free 0x5571735cc400 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000131
+gallium_dri.so free 0x5571735cc700 void 0.000130
+gallium_dri.so free 0x5571735cc5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000125
+gallium_dri.so free 0x5571735cc780 void 0.000126
+gallium_dri.so free 0x5571735cc6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc7d0 0.000130
+gallium_dri.so free 0x5571735cc840 void 0.000129
+gallium_dri.so free 0x5571735cc7d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc860 0.000129
+gallium_dri.so free 0x5571735cc900 void 0.000125
+gallium_dri.so free 0x5571735cc860 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000120
+gallium_dri.so free 0x5571735cc980 void 0.000120
+gallium_dri.so free 0x5571735cc8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000131
+gallium_dri.so free 0x5571735cca00 void 0.000129
+gallium_dri.so free 0x5571735cc8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cca00 0.000126
+gallium_dri.so free 0x5571735ccac0 void 0.000122
+gallium_dri.so free 0x5571735cca00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cca00 0.000125
+gallium_dri.so free 0x5571735ccbc0 void 0.000120
+gallium_dri.so free 0x5571735cca00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ccb70 0.000124
+gallium_dri.so free 0x5571735ccc00 void 0.000122
+gallium_dri.so free 0x5571735ccb70 void 0.000134
+gallium_dri.so malloc 72 0x5571735ccb70 0.000128
+gallium_dri.so free 0x5571735cccc0 void 0.000130
+gallium_dri.so free 0x5571735ccb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccd00 0.000122
+gallium_dri.so free 0x5571735ccd80 void 0.000126
+gallium_dri.so free 0x5571735ccd00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccd80 0.000130
+gallium_dri.so free 0x5571735cce40 void 0.000124
+gallium_dri.so free 0x5571735ccd80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccd80 0.000129
+gallium_dri.so free 0x5571735ccec0 void 0.000130
+gallium_dri.so free 0x5571735ccd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ccef0 0.000127
+gallium_dri.so free 0x5571735ccf40 void 0.000129
+gallium_dri.so free 0x5571735ccef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccef0 0.000125
+gallium_dri.so free 0x5571735cd040 void 0.000127
+gallium_dri.so free 0x5571735ccef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd080 0.000129
+gallium_dri.so free 0x5571735cd100 void 0.000131
+gallium_dri.so free 0x5571735cd080 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd100 0.000129
+gallium_dri.so free 0x5571735cd1c0 void 0.000125
+gallium_dri.so free 0x5571735cd100 void 0.000161
+gallium_dri.so malloc 72 0x5571735cd100 0.000128
+gallium_dri.so free 0x5571735cd240 void 0.000130
+gallium_dri.so free 0x5571735cd100 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd270 0.000126
+gallium_dri.so free 0x5571735cd2c0 void 0.000126
+gallium_dri.so free 0x5571735cd270 void 0.000135
+gallium_dri.so malloc 72 0x5571735cd270 0.000129
+gallium_dri.so free 0x5571735cd3c0 void 0.000129
+gallium_dri.so free 0x5571735cd270 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd370 0.000129
+gallium_dri.so free 0x5571735cd480 void 0.000129
+gallium_dri.so free 0x5571735cd370 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd430 0.000130
+gallium_dri.so free 0x5571735cd500 void 0.000129
+gallium_dri.so free 0x5571735cd430 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd430 0.000130
+gallium_dri.so free 0x5571735cd5c0 void 0.000132
+gallium_dri.so free 0x5571735cd430 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd430 0.000125
+gallium_dri.so free 0x5571735cd680 void 0.000122
+gallium_dri.so free 0x5571735cd430 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd630 0.000124
+gallium_dri.so free 0x5571735cd700 void 0.000121
+gallium_dri.so free 0x5571735cd630 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd750 0.000137
+gallium_dri.so free 0x5571735cd7c0 void 0.000130
+gallium_dri.so free 0x5571735cd750 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd7e0 0.000125
+gallium_dri.so free 0x5571735cd880 void 0.000120
+gallium_dri.so free 0x5571735cd7e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd830 0.000130
+gallium_dri.so free 0x5571735cd900 void 0.000130
+gallium_dri.so free 0x5571735cd830 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd900 0.000129
+gallium_dri.so free 0x5571735cd9c0 void 0.000125
+gallium_dri.so free 0x5571735cd900 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd900 0.000121
+gallium_dri.so free 0x5571735cda40 void 0.000121
+gallium_dri.so free 0x5571735cd900 void 0.000119
+gallium_dri.so malloc 72 0x5571735cda40 0.000120
+gallium_dri.so free 0x5571735cdb00 void 0.000121
+gallium_dri.so free 0x5571735cda40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cda40 0.000120
+gallium_dri.so free 0x5571735cdbc0 void 0.000119
+gallium_dri.so free 0x5571735cda40 void 0.000127
+gallium_dri.so malloc 72 0x5571735cda40 0.000116
+gallium_dri.so free 0x5571735cdc80 void 0.000115
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdc30 0.000114
+gallium_dri.so free 0x5571735cdd00 void 0.000138
+gallium_dri.so free 0x5571735cdc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdd50 0.000115
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdd50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde00 0.000115
+gallium_dri.so free 0x5571735cde80 void 0.000116
+gallium_dri.so free 0x5571735cde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde00 0.000114
+gallium_dri.so free 0x5571735cdf00 void 0.000115
+gallium_dri.so free 0x5571735cde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf30 0.000115
+gallium_dri.so free 0x5571735cdf80 void 0.000115
+gallium_dri.so free 0x5571735cdf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf30 0.000112
+gallium_dri.so free 0x5571735ce080 void 0.000115
+gallium_dri.so free 0x5571735cdf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce030 0.000114
+gallium_dri.so free 0x5571735ce140 void 0.000114
+gallium_dri.so free 0x5571735ce030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000112
+gallium_dri.so free 0x5571735ce180 void 0.000115
+gallium_dri.so free 0x5571735ce0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000115
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so free 0x5571735ce0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000113
+gallium_dri.so free 0x5571735ce300 void 0.000129
+gallium_dri.so free 0x5571735ce2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000113
+gallium_dri.so free 0x5571735ce400 void 0.000115
+gallium_dri.so free 0x5571735ce2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000113
+gallium_dri.so free 0x5571735ce4c0 void 0.000115
+gallium_dri.so free 0x5571735ce3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce470 0.000113
+gallium_dri.so free 0x5571735ce500 void 0.000116
+gallium_dri.so free 0x5571735ce470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce470 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000116
+gallium_dri.so free 0x5571735ce470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce600 0.000114
+gallium_dri.so free 0x5571735ce680 void 0.000115
+gallium_dri.so free 0x5571735ce600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce680 0.000114
+gallium_dri.so free 0x5571735ce740 void 0.000114
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce680 0.000115
+gallium_dri.so free 0x5571735ce800 void 0.000114
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce820 0.000114
+gallium_dri.so free 0x5571735ce8c0 void 0.000114
+gallium_dri.so free 0x5571735ce820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce870 0.000115
+gallium_dri.so free 0x5571735ce940 void 0.000115
+gallium_dri.so free 0x5571735ce870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce870 0.000114
+gallium_dri.so free 0x5571735ce9c0 void 0.000115
+gallium_dri.so free 0x5571735ce870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000114
+gallium_dri.so free 0x5571735cea80 void 0.000116
+gallium_dri.so free 0x5571735ce9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000113
+gallium_dri.so free 0x5571735ceb40 void 0.000114
+gallium_dri.so free 0x5571735ce9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000115
+gallium_dri.so free 0x5571735cec00 void 0.000115
+gallium_dri.so free 0x5571735ce9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cebb0 0.000115
+gallium_dri.so free 0x5571735cecc0 void 0.000115
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec70 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000116
+gallium_dri.so free 0x5571735cec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ced90 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000115
+gallium_dri.so free 0x5571735ced90 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee20 0.000113
+gallium_dri.so free 0x5571735ceec0 void 0.000116
+gallium_dri.so free 0x5571735cee20 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee70 0.000112
+gallium_dri.so free 0x5571735cef40 void 0.000114
+gallium_dri.so free 0x5571735cee70 void 0.000158
+gallium_dri.so malloc 72 0x5571735cee70 0.000114
+gallium_dri.so free 0x5571735cefc0 void 0.000115
+gallium_dri.so free 0x5571735cee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000113
+gallium_dri.so free 0x5571735cf080 void 0.000113
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000116
+gallium_dri.so free 0x5571735cf180 void 0.000114
+gallium_dri.so free 0x5571735cefc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf130 0.000114
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf130 0.000113
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571735cf130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf340 0.000112
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf340 0.000112
+gallium_dri.so free 0x5571735cf480 void 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000115
+gallium_dri.so free 0x5571735cf500 void 0.000115
+gallium_dri.so free 0x5571735cf4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000115
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf640 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000114
+gallium_dri.so free 0x5571735cf640 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000113
+gallium_dri.so free 0x5571735cf780 void 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000112
+gallium_dri.so free 0x5571735cf800 void 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf830 0.000113
+gallium_dri.so free 0x5571735cf880 void 0.000114
+gallium_dri.so free 0x5571735cf830 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf830 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000114
+gallium_dri.so free 0x5571735cf830 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cfa40 void 0.000115
+gallium_dri.so free 0x5571735cf930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000117
+gallium_dri.so free 0x5571735cfac0 void 0.000114
+gallium_dri.so free 0x5571735cf9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000113
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cf9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000126
+gallium_dri.so free 0x5571735cfc40 void 0.000116
+gallium_dri.so free 0x5571735cf9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd10 0.000113
+gallium_dri.so free 0x5571735cfd80 void 0.000115
+gallium_dri.so free 0x5571735cfd10 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfda0 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so free 0x5571735cfda0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfec0 0.000114
+gallium_dri.so free 0x5571735cff80 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfec0 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0000 0.000112
+gallium_dri.so free 0x5571735d00c0 void 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0000 0.000113
+gallium_dri.so free 0x5571735d0180 void 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000181
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01f0 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0310 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d0310 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03c0 0.000115
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03c0 0.000113
+gallium_dri.so free 0x5571735d04c0 void 0.000114
+gallium_dri.so free 0x5571735d03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d04f0 0.000114
+gallium_dri.so free 0x5571735d0540 void 0.000114
+gallium_dri.so free 0x5571735d04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04f0 0.000112
+gallium_dri.so free 0x5571735d0640 void 0.000114
+gallium_dri.so free 0x5571735d04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d05f0 0.000112
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d0740 void 0.000115
+gallium_dri.so free 0x5571735d06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d06b0 0.000127
+gallium_dri.so free 0x5571735d0800 void 0.000115
+gallium_dri.so free 0x5571735d06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0870 0.000115
+gallium_dri.so free 0x5571735d08c0 void 0.000115
+gallium_dri.so free 0x5571735d0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0870 0.000113
+gallium_dri.so free 0x5571735d09c0 void 0.000115
+gallium_dri.so free 0x5571735d0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0970 0.000112
+gallium_dri.so free 0x5571735d0a80 void 0.000115
+gallium_dri.so free 0x5571735d0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a30 0.000112
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so free 0x5571735d0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000112
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0de0 0.000113
+gallium_dri.so free 0x5571735d0e80 void 0.000118
+gallium_dri.so free 0x5571735d0de0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e30 0.000113
+gallium_dri.so free 0x5571735d0f00 void 0.000116
+gallium_dri.so free 0x5571735d0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0e30 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000114
+gallium_dri.so free 0x5571735d0e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f80 0.000113
+gallium_dri.so free 0x5571735d1040 void 0.000115
+gallium_dri.so free 0x5571735d0f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f80 0.000112
+gallium_dri.so free 0x5571735d1100 void 0.000113
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f80 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1170 0.000113
+gallium_dri.so free 0x5571735d1280 void 0.000115
+gallium_dri.so free 0x5571735d1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1230 0.000113
+gallium_dri.so free 0x5571735d1300 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1350 0.000114
+gallium_dri.so free 0x5571735d13c0 void 0.000114
+gallium_dri.so free 0x5571735d1350 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13e0 0.000113
+gallium_dri.so free 0x5571735d1480 void 0.000166
+gallium_dri.so free 0x5571735d13e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1430 0.000114
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1430 0.000113
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so free 0x5571735d1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1580 0.000113
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1580 0.000112
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735d16f0 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16f0 0.000112
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so free 0x5571735d16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1880 0.000112
+gallium_dri.so free 0x5571735d1900 void 0.000115
+gallium_dri.so free 0x5571735d1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1900 0.000112
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1900 0.000113
+gallium_dri.so free 0x5571735d1a40 void 0.000123
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a70 0.000113
+gallium_dri.so free 0x5571735d1ac0 void 0.000114
+gallium_dri.so free 0x5571735d1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1a70 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1c00 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000119
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c80 0.000113
+gallium_dri.so free 0x5571735d1d40 void 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c80 0.000113
+gallium_dri.so free 0x5571735d1dc0 void 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1df0 0.000112
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so free 0x5571735d1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1df0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000156
+gallium_dri.so free 0x5571735d2000 void 0.000115
+gallium_dri.so free 0x5571735d1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000122
+gallium_dri.so free 0x5571735d1fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000112
+gallium_dri.so free 0x5571735d2140 void 0.000118
+gallium_dri.so free 0x5571735d1fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x5571735d1fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22d0 0.000112
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so free 0x5571735d22d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2360 0.000124
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so free 0x5571735d2360 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000114
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so free 0x5571735d23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2480 0.000115
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000116
+gallium_dri.so free 0x5571735d25c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d25c0 0.000114
+gallium_dri.so free 0x5571735d2740 void 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2880 void 0.000113
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28d0 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x5571735d28d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2980 0.000113
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d2980 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2980 0.000112
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000112
+gallium_dri.so free 0x5571735d2b00 void 0.000113
+gallium_dri.so free 0x5571735d2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000112
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000112
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2c70 0.000116
+gallium_dri.so free 0x5571735d2d00 void 0.000116
+gallium_dri.so free 0x5571735d2c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2c70 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2e30 0.000115
+gallium_dri.so free 0x5571735d2e80 void 0.000116
+gallium_dri.so free 0x5571735d2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2e30 0.000116
+gallium_dri.so free 0x5571735d2f80 void 0.000115
+gallium_dri.so free 0x5571735d2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2f30 0.000116
+gallium_dri.so free 0x5571735d3040 void 0.000115
+gallium_dri.so free 0x5571735d2f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000116
+gallium_dri.so free 0x5571735d2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3180 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000116
+gallium_dri.so free 0x5571735d3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3200 0.000115
+gallium_dri.so free 0x5571735d32c0 void 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3200 0.000117
+gallium_dri.so free 0x5571735d3380 void 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d33a0 0.000113
+gallium_dri.so free 0x5571735d3440 void 0.000114
+gallium_dri.so free 0x5571735d33a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d33f0 0.000117
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d33f0 0.000113
+gallium_dri.so free 0x5571735d3540 void 0.000113
+gallium_dri.so free 0x5571735d33f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3540 0.000112
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3540 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3730 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so free 0x5571735d3730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37f0 0.000112
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3910 0.000126
+gallium_dri.so free 0x5571735d3980 void 0.000117
+gallium_dri.so free 0x5571735d3910 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39a0 0.000114
+gallium_dri.so free 0x5571735d3a40 void 0.000118
+gallium_dri.so free 0x5571735d39a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000116
+gallium_dri.so free 0x5571735d3b40 void 0.000115
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000118
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000113
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000112
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so free 0x5571735d3cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3e40 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000128
+gallium_dri.so free 0x5571735d3f80 void 0.000118
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000114
+gallium_dri.so free 0x5571735d4000 void 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4030 0.000115
+gallium_dri.so free 0x5571735d4080 void 0.000114
+gallium_dri.so free 0x5571735d4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4030 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d41c0 0.000114
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so free 0x5571735d41c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4240 0.000115
+gallium_dri.so free 0x5571735d4300 void 0.000117
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4240 0.000114
+gallium_dri.so free 0x5571735d4380 void 0.000115
+gallium_dri.so free 0x5571735d4240 void 0.000116
+gallium_dri.so malloc 72 0x5571735d43b0 0.000115
+gallium_dri.so free 0x5571735d4400 void 0.000115
+gallium_dri.so free 0x5571735d43b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d43b0 0.000115
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d44b0 0.000122
+gallium_dri.so free 0x5571735d45c0 void 0.000116
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4570 0.000112
+gallium_dri.so free 0x5571735d4640 void 0.000189
+gallium_dri.so free 0x5571735d4570 void 0.000200
+gallium_dri.so malloc 72 0x5571735d4570 0.000128
+gallium_dri.so free 0x5571735d4700 void 0.000123
+gallium_dri.so free 0x5571735d4570 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4570 0.000123
+gallium_dri.so free 0x5571735d47c0 void 0.000121
+gallium_dri.so free 0x5571735d4570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so free 0x5571735d4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4890 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000113
+gallium_dri.so free 0x5571735d4890 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4920 0.000112
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so free 0x5571735d4920 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4970 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000133
+gallium_dri.so free 0x5571735d4970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4a40 0.000112
+gallium_dri.so free 0x5571735d4b00 void 0.000127
+gallium_dri.so free 0x5571735d4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b80 0.000117
+gallium_dri.so free 0x5571735d4c40 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4b80 0.000112
+gallium_dri.so free 0x5571735d4d00 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4b80 0.000112
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d70 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4e90 0.000112
+gallium_dri.so free 0x5571735d4f00 void 0.000113
+gallium_dri.so free 0x5571735d4e90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4f40 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000112
+gallium_dri.so free 0x5571735d4f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4f40 0.000112
+gallium_dri.so free 0x5571735d5040 void 0.000113
+gallium_dri.so free 0x5571735d4f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000112
+gallium_dri.so free 0x5571735d50c0 void 0.000113
+gallium_dri.so free 0x5571735d5070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5070 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000112
+gallium_dri.so free 0x5571735d5070 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5170 0.000111
+gallium_dri.so free 0x5571735d5280 void 0.000112
+gallium_dri.so free 0x5571735d5170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d52c0 void 0.000113
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000110
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d53f0 0.000112
+gallium_dri.so free 0x5571735d5440 void 0.000117
+gallium_dri.so free 0x5571735d53f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d53f0 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000114
+gallium_dri.so free 0x5571735d53f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d54f0 0.000111
+gallium_dri.so free 0x5571735d5600 void 0.000122
+gallium_dri.so free 0x5571735d54f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000117
+gallium_dri.so free 0x5571735d5640 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55b0 0.000125
+gallium_dri.so free 0x5571735d5700 void 0.000152
+gallium_dri.so free 0x5571735d55b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d5740 0.000167
+gallium_dri.so free 0x5571735d57c0 void 0.000206
+gallium_dri.so free 0x5571735d5740 void 0.000161
+gallium_dri.so malloc 72 0x5571735d57c0 0.000125
+gallium_dri.so free 0x5571735d5880 void 0.000124
+gallium_dri.so free 0x5571735d57c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d57c0 0.000119
+gallium_dri.so free 0x5571735d5940 void 0.000120
+gallium_dri.so free 0x5571735d57c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5960 0.000119
+gallium_dri.so free 0x5571735d5a00 void 0.000114
+gallium_dri.so free 0x5571735d5960 void 0.000118
+gallium_dri.so malloc 72 0x5571735d59b0 0.000125
+gallium_dri.so free 0x5571735d5a80 void 0.000123
+gallium_dri.so free 0x5571735d59b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d59b0 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000126
+gallium_dri.so free 0x5571735d59b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d5b00 0.000124
+gallium_dri.so free 0x5571735d5bc0 void 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5b00 0.000120
+gallium_dri.so free 0x5571735d5c80 void 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5b00 0.000120
+gallium_dri.so free 0x5571735d5d40 void 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000118
+gallium_dri.so free 0x5571735d5e00 void 0.000119
+gallium_dri.so free 0x5571735d5cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5db0 0.000118
+gallium_dri.so free 0x5571735d5e80 void 0.000117
+gallium_dri.so free 0x5571735d5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5ed0 0.000118
+gallium_dri.so free 0x5571735d5f40 void 0.000118
+gallium_dri.so free 0x5571735d5ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5f60 0.000119
+gallium_dri.so free 0x5571735d6000 void 0.000119
+gallium_dri.so free 0x5571735d5f60 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000119
+gallium_dri.so free 0x5571735d6080 void 0.000118
+gallium_dri.so free 0x5571735d5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000118
+gallium_dri.so free 0x5571735d6100 void 0.000129
+gallium_dri.so free 0x5571735d5fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6100 0.000119
+gallium_dri.so free 0x5571735d61c0 void 0.000119
+gallium_dri.so free 0x5571735d6100 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6100 0.000131
+gallium_dri.so free 0x5571735d62c0 void 0.000120
+gallium_dri.so free 0x5571735d6100 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6270 0.000118
+gallium_dri.so free 0x5571735d6300 void 0.000119
+gallium_dri.so free 0x5571735d6270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6270 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000117
+gallium_dri.so free 0x5571735d6270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6400 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so free 0x5571735d6400 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6480 0.000129
+gallium_dri.so free 0x5571735d6540 void 0.000153
+gallium_dri.so free 0x5571735d6480 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6480 0.000124
+gallium_dri.so free 0x5571735d65c0 void 0.000124
+gallium_dri.so free 0x5571735d6480 void 0.000124
+gallium_dri.so malloc 72 0x5571735d65f0 0.000124
+gallium_dri.so free 0x5571735d6640 void 0.000124
+gallium_dri.so free 0x5571735d65f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d65f0 0.000137
+gallium_dri.so free 0x5571735d6740 void 0.000124
+gallium_dri.so free 0x5571735d65f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6780 0.000125
+gallium_dri.so free 0x5571735d6800 void 0.000126
+gallium_dri.so free 0x5571735d6780 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6800 0.000126
+gallium_dri.so free 0x5571735d68c0 void 0.000124
+gallium_dri.so free 0x5571735d6800 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6800 0.000123
+gallium_dri.so free 0x5571735d6940 void 0.000124
+gallium_dri.so free 0x5571735d6800 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6970 0.000124
+gallium_dri.so free 0x5571735d69c0 void 0.000125
+gallium_dri.so free 0x5571735d6970 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6970 0.000123
+gallium_dri.so free 0x5571735d6ac0 void 0.000126
+gallium_dri.so free 0x5571735d6970 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6a70 0.000125
+gallium_dri.so free 0x5571735d6b80 void 0.000124
+gallium_dri.so free 0x5571735d6a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6b30 0.000124
+gallium_dri.so free 0x5571735d6c00 void 0.000124
+gallium_dri.so free 0x5571735d6b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6b30 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000133
+gallium_dri.so free 0x5571735d6b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6b30 0.000123
+gallium_dri.so free 0x5571735eb440 void 0.000123
+gallium_dri.so free 0x5571735d6b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb480 0.000123
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so free 0x5571735eb480 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb500 0.000124
+gallium_dri.so free 0x5571735eb5c0 void 0.000123
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb500 0.000123
+gallium_dri.so free 0x5571735eb640 void 0.000125
+gallium_dri.so free 0x5571735eb500 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb670 0.000136
+gallium_dri.so free 0x5571735eb6c0 void 0.000127
+gallium_dri.so free 0x5571735eb670 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000143
+gallium_dri.so free 0x5571735eb780 void 0.000134
+gallium_dri.so free 0x5571735eb6c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000124
+gallium_dri.so free 0x5571735eb880 void 0.000124
+gallium_dri.so free 0x5571735eb6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb830 0.000127
+gallium_dri.so free 0x5571735eb940 void 0.000131
+gallium_dri.so free 0x5571735eb830 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000126
+gallium_dri.so free 0x5571735eb980 void 0.000125
+gallium_dri.so free 0x5571735eb8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000137
+gallium_dri.so free 0x5571735eba40 void 0.000133
+gallium_dri.so free 0x5571735eb8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba80 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb00 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb00 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebb00 0.000118
+gallium_dri.so free 0x5571735ebd00 void 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb00 0.000119
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebd70 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000118
+gallium_dri.so free 0x5571735ebd70 void 0.000166
+gallium_dri.so malloc 72 0x5571735ebe90 0.000117
+gallium_dri.so free 0x5571735ebf00 void 0.000111
+gallium_dri.so free 0x5571735ebe90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf20 0.000110
+gallium_dri.so free 0x5571735ebfc0 void 0.000110
+gallium_dri.so free 0x5571735ebf20 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf70 0.000111
+gallium_dri.so free 0x5571735ec040 void 0.000110
+gallium_dri.so free 0x5571735ebf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebf70 0.000111
+gallium_dri.so free 0x5571735ec140 void 0.000110
+gallium_dri.so free 0x5571735ebf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000110
+gallium_dri.so free 0x5571735ec1c0 void 0.000109
+gallium_dri.so free 0x5571735ec0f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec210 0.000110
+gallium_dri.so free 0x5571735ec280 void 0.000109
+gallium_dri.so free 0x5571735ec210 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec2a0 0.000109
+gallium_dri.so free 0x5571735ec340 void 0.000109
+gallium_dri.so free 0x5571735ec2a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000109
+gallium_dri.so free 0x5571735ec3c0 void 0.000109
+gallium_dri.so free 0x5571735ec2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000108
+gallium_dri.so free 0x5571735ec440 void 0.000110
+gallium_dri.so free 0x5571735ec2f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec440 0.000109
+gallium_dri.so free 0x5571735ec500 void 0.000129
+gallium_dri.so free 0x5571735ec440 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec440 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000125
+gallium_dri.so free 0x5571735ec440 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec440 0.000136
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735ec440 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000118
+gallium_dri.so free 0x5571735ec700 void 0.000119
+gallium_dri.so free 0x5571735ec6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000116
+gallium_dri.so free 0x5571735ec800 void 0.000117
+gallium_dri.so free 0x5571735ec6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000117
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec870 0.000118
+gallium_dri.so free 0x5571735ec900 void 0.000143
+gallium_dri.so free 0x5571735ec870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec870 0.000118
+gallium_dri.so free 0x5571735ec9c0 void 0.000118
+gallium_dri.so free 0x5571735ec870 void 0.000124
+gallium_dri.so malloc 72 0x5571735eca10 0.000117
+gallium_dri.so free 0x5571735eca80 void 0.000118
+gallium_dri.so free 0x5571735eca10 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecac0 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecb40 0.000119
+gallium_dri.so free 0x5571735ecc00 void 0.000118
+gallium_dri.so free 0x5571735ecb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecb40 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000118
+gallium_dri.so free 0x5571735ecb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eccb0 0.000118
+gallium_dri.so free 0x5571735ecd00 void 0.000119
+gallium_dri.so free 0x5571735eccb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eccb0 0.000119
+gallium_dri.so free 0x5571735ece00 void 0.000118
+gallium_dri.so free 0x5571735eccb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000119
+gallium_dri.so free 0x5571735ecdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ece70 0.000117
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ece70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf60 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000119
+gallium_dri.so free 0x5571735ecf60 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000119
+gallium_dri.so free 0x5571735ecfb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000119
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so free 0x5571735ecfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed100 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed100 0.000118
+gallium_dri.so free 0x5571735ed280 void 0.000118
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed100 0.000119
+gallium_dri.so free 0x5571735ed340 void 0.000206
+gallium_dri.so free 0x5571735ed100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000118
+gallium_dri.so free 0x5571735a9180 void 0.000120
+gallium_dri.so free 0x5571735ed2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000118
+gallium_dri.so free 0x557173450f00 void 0.000118
+gallium_dri.so free 0x5571735ed2f0 void 0.000128
+gallium_dri.so malloc 72 0x557173450eb0 0.000120
+gallium_dri.so free 0x5571735a9280 void 0.000117
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173450eb0 0.000117
+gallium_dri.so free 0x5571735b5f40 void 0.000119
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173450eb0 0.000127
+gallium_dri.so free 0x5571735ed180 void 0.000121
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173450eb0 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so free 0x557173450eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed200 0.000139
+gallium_dri.so free 0x5571735a8a40 void 0.000122
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed200 0.000120
+gallium_dri.so free 0x5571735a8b00 void 0.000116
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8b20 0.000118
+gallium_dri.so free 0x5571735addc0 void 0.000125
+gallium_dri.so free 0x5571735a8b20 void 0.000120
+gallium_dri.so malloc 72 0x5571735a8b20 0.000119
+gallium_dri.so free 0x5571735ade80 void 0.000119
+gallium_dri.so free 0x5571735a8b20 void 0.000118
+gallium_dri.so malloc 72 0x5571735adec0 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so free 0x5571735adec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735a8f80 void 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735adf40 void 0.000119
+gallium_dri.so free 0x5571735a8ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735adf70 0.000121
+gallium_dri.so free 0x5571735d74c0 void 0.000119
+gallium_dri.so free 0x5571735adf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7510 0.000118
+gallium_dri.so free 0x5571735a9040 void 0.000118
+gallium_dri.so free 0x5571735d7510 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7510 0.000119
+gallium_dri.so free 0x5571735d7580 void 0.000119
+gallium_dri.so free 0x5571735d7510 void 0.000118
+gallium_dri.so malloc 72 0x5571735d75d0 0.000116
+gallium_dri.so free 0x5571735afe40 void 0.000118
+gallium_dri.so free 0x5571735d75d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d75d0 0.000118
+gallium_dri.so free 0x5571735afec0 void 0.000119
+gallium_dri.so free 0x5571735d75d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735afef0 0.000118
+gallium_dri.so free 0x5571735aff40 void 0.000118
+gallium_dri.so free 0x5571735afef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735afef0 0.000118
+gallium_dri.so free 0x5571735ae700 void 0.000117
+gallium_dri.so free 0x5571735afef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ae750 0.000120
+gallium_dri.so free 0x5571735ae7c0 void 0.000117
+gallium_dri.so free 0x5571735ae750 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae800 0.000117
+gallium_dri.so free 0x5571735ae880 void 0.000118
+gallium_dri.so free 0x5571735ae800 void 0.000168
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000118
+gallium_dri.so free 0x5571734f6040 void 0.000119
+gallium_dri.so free 0x5571735ae8a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000119
+gallium_dri.so free 0x5571734f6100 void 0.000119
+gallium_dri.so free 0x5571735ae8a0 void 0.000130
+gallium_dri.so malloc 72 0x5571734f6140 0.000119
+gallium_dri.so free 0x5571734f61c0 void 0.000120
+gallium_dri.so free 0x5571734f6140 void 0.000117
+gallium_dri.so malloc 72 0x5571734f61c0 0.000118
+gallium_dri.so free 0x5571735be540 void 0.000118
+gallium_dri.so free 0x5571734f61c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735be560 0.000116
+gallium_dri.so free 0x5571735be600 void 0.000118
+gallium_dri.so free 0x5571735be560 void 0.000118
+gallium_dri.so malloc 72 0x5571735be5b0 0.000117
+gallium_dri.so free 0x5571735be680 void 0.000118
+gallium_dri.so free 0x5571735be5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be5b0 0.000141
+gallium_dri.so free 0x5571735b0100 void 0.000120
+gallium_dri.so free 0x5571735be5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735be5b0 0.000118
+gallium_dri.so free 0x5571735b0180 void 0.000117
+gallium_dri.so free 0x5571735be5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0180 0.000118
+gallium_dri.so free 0x5571735b0240 void 0.000127
+gallium_dri.so free 0x5571735b0180 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0180 0.000118
+gallium_dri.so free 0x5571735bd840 void 0.000123
+gallium_dri.so free 0x5571735b0180 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0180 0.000117
+gallium_dri.so free 0x5571735bd900 void 0.000118
+gallium_dri.so free 0x5571735b0180 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd940 0.000117
+gallium_dri.so free 0x5571735bd9c0 void 0.000119
+gallium_dri.so free 0x5571735bd940 void 0.000119
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000119
+gallium_dri.so free 0x5571735b6e80 void 0.000118
+gallium_dri.so free 0x5571735bd9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bd9c0 0.000118
+gallium_dri.so free 0x5571735b6f40 void 0.000117
+gallium_dri.so free 0x5571735bd9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6f60 0.000119
+gallium_dri.so free 0x5571735b7000 void 0.000117
+gallium_dri.so free 0x5571735b6f60 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6fb0 0.000118
+gallium_dri.so free 0x5571735cab40 void 0.000119
+gallium_dri.so free 0x5571735b6fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6fb0 0.000118
+gallium_dri.so free 0x5571735cabc0 void 0.000119
+gallium_dri.so free 0x5571735b6fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cabc0 0.000131
+gallium_dri.so free 0x5571735cac80 void 0.000120
+gallium_dri.so free 0x5571735cabc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cabc0 0.000119
+gallium_dri.so free 0x5571735cad40 void 0.000118
+gallium_dri.so free 0x5571735cabc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cabc0 0.000118
+gallium_dri.so free 0x5571735b8180 void 0.000119
+gallium_dri.so free 0x5571735cabc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b81d0 0.000119
+gallium_dri.so free 0x5571735b8240 void 0.000118
+gallium_dri.so free 0x5571735b81d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b8280 0.000118
+gallium_dri.so free 0x5571735b8300 void 0.000119
+gallium_dri.so free 0x5571735b8280 void 0.000118
+gallium_dri.so malloc 72 0x5571735b8300 0.000118
+gallium_dri.so free 0x5571735b83c0 void 0.000118
+gallium_dri.so free 0x5571735b8300 void 0.000118
+gallium_dri.so malloc 72 0x5571735b8300 0.000117
+gallium_dri.so free 0x557173451040 void 0.000118
+gallium_dri.so free 0x5571735b8300 void 0.000118
+gallium_dri.so malloc 72 0x557173451070 0.000120
+gallium_dri.so free 0x5571734510c0 void 0.000118
+gallium_dri.so free 0x557173451070 void 0.000115
+gallium_dri.so malloc 72 0x557173451070 0.000118
+gallium_dri.so free 0x5571734511c0 void 0.000118
+gallium_dri.so free 0x557173451070 void 0.000117
+gallium_dri.so malloc 72 0x557173451170 0.000126
+gallium_dri.so free 0x557173451280 void 0.000119
+gallium_dri.so free 0x557173451170 void 0.000117
+gallium_dri.so malloc 72 0x557173451230 0.000118
+gallium_dri.so free 0x557173451300 void 0.000120
+gallium_dri.so free 0x557173451230 void 0.000118
+gallium_dri.so malloc 72 0x557173451320 0.000145
+gallium_dri.so free 0x5571735d9300 void 0.000121
+gallium_dri.so free 0x557173451320 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000118
+gallium_dri.so free 0x5571735d9380 void 0.000119
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d92b0 0.000120
+gallium_dri.so free 0x5571735d9400 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9400 0.000118
+gallium_dri.so free 0x5571735d94c0 void 0.000118
+gallium_dri.so free 0x5571735d9400 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9400 0.000117
+gallium_dri.so free 0x5571735d9580 void 0.000123
+gallium_dri.so free 0x5571735d9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d9400 0.000117
+gallium_dri.so free 0x5571735e3880 void 0.000118
+gallium_dri.so free 0x5571735d9400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e38f0 0.000117
+gallium_dri.so free 0x5571735e3940 void 0.000119
+gallium_dri.so free 0x5571735e38f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e38f0 0.000119
+gallium_dri.so free 0x5571735d9640 void 0.000119
+gallium_dri.so free 0x5571735e38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d95f0 0.000119
+gallium_dri.so free 0x5571735e3a40 void 0.000119
+gallium_dri.so free 0x5571735d95f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e39f0 0.000119
+gallium_dri.so free 0x5571735e3a80 void 0.000119
+gallium_dri.so free 0x5571735e39f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e39f0 0.000117
+gallium_dri.so free 0x5571735e3b40 void 0.000123
+gallium_dri.so free 0x5571735e39f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3b80 0.000118
+gallium_dri.so free 0x5571735b71c0 void 0.000120
+gallium_dri.so free 0x5571735e3b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7170 0.000117
+gallium_dri.so free 0x5571735b7280 void 0.000118
+gallium_dri.so free 0x5571735b7170 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7230 0.000118
+gallium_dri.so free 0x5571735b7300 void 0.000117
+gallium_dri.so free 0x5571735b7230 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7230 0.000118
+gallium_dri.so free 0x5571735b73c0 void 0.000119
+gallium_dri.so free 0x5571735b7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7230 0.000118
+gallium_dri.so free 0x5571735e3c00 void 0.000161
+gallium_dri.so free 0x5571735b7230 void 0.000120
+gallium_dri.so malloc 72 0x5571735b7230 0.000118
+gallium_dri.so free 0x5571735b7480 void 0.000118
+gallium_dri.so free 0x5571735b7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735b7430 0.000117
+gallium_dri.so free 0x5571735b7540 void 0.000119
+gallium_dri.so free 0x5571735b7430 void 0.000120
+gallium_dri.so malloc 72 0x5571735b74f0 0.000121
+gallium_dri.so free 0x5571735b7580 void 0.000118
+gallium_dri.so free 0x5571735b74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b74f0 0.000118
+gallium_dri.so free 0x557173451500 void 0.000118
+gallium_dri.so free 0x5571735b74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734514b0 0.000118
+gallium_dri.so free 0x5571734515c0 void 0.000119
+gallium_dri.so free 0x5571734514b0 void 0.000118
+gallium_dri.so malloc 72 0x557173451570 0.000118
+gallium_dri.so free 0x557173451640 void 0.000119
+gallium_dri.so free 0x557173451570 void 0.000118
+gallium_dri.so malloc 72 0x557173451690 0.000143
+gallium_dri.so free 0x557173451700 void 0.000120
+gallium_dri.so free 0x557173451690 void 0.000119
+gallium_dri.so malloc 72 0x557173451720 0.000119
+gallium_dri.so free 0x5571734517c0 void 0.000120
+gallium_dri.so free 0x557173451720 void 0.000118
+gallium_dri.so malloc 72 0x557173451770 0.000126
+gallium_dri.so free 0x557173451840 void 0.000119
+gallium_dri.so free 0x557173451770 void 0.000119
+gallium_dri.so malloc 72 0x557173451770 0.000119
+gallium_dri.so free 0x5571734518c0 void 0.000119
+gallium_dri.so free 0x557173451770 void 0.000118
+gallium_dri.so malloc 72 0x5571734518c0 0.000118
+gallium_dri.so free 0x557173451980 void 0.000119
+gallium_dri.so free 0x5571734518c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734518c0 0.000118
+gallium_dri.so free 0x557173451a80 void 0.000123
+gallium_dri.so free 0x5571734518c0 void 0.000119
+gallium_dri.so malloc 72 0x557173451a30 0.000118
+gallium_dri.so free 0x557173451ac0 void 0.000119
+gallium_dri.so free 0x557173451a30 void 0.000119
+gallium_dri.so malloc 72 0x557173451a30 0.000118
+gallium_dri.so free 0x5571735b61c0 void 0.000118
+gallium_dri.so free 0x557173451a30 void 0.000118
+gallium_dri.so malloc 72 0x557173451a30 0.000118
+gallium_dri.so free 0x5571735b6240 void 0.000118
+gallium_dri.so free 0x557173451a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6240 0.000118
+gallium_dri.so free 0x5571735b6300 void 0.000118
+gallium_dri.so free 0x5571735b6240 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6240 0.000120
+gallium_dri.so free 0x5571735b63c0 void 0.000120
+gallium_dri.so free 0x5571735b6240 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6240 0.000121
+gallium_dri.so free 0x5571735b6480 void 0.000120
+gallium_dri.so free 0x5571735b6240 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6430 0.000119
+gallium_dri.so free 0x5571735b6480 void 0.000119
+gallium_dri.so free 0x5571735b6430 void 0.000117
+gallium_dri.so malloc 72 0x5571735b6430 0.000119
+gallium_dri.so free 0x5571735b6580 void 0.000118
+gallium_dri.so free 0x5571735b6430 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6530 0.000119
+gallium_dri.so free 0x5571735b6640 void 0.000120
+gallium_dri.so free 0x5571735b6530 void 0.000118
+gallium_dri.so malloc 72 0x5571735b65f0 0.000117
+gallium_dri.so free 0x5571735b6680 void 0.000124
+gallium_dri.so free 0x5571735b65f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b65f0 0.000122
+gallium_dri.so free 0x5571735b6740 void 0.000124
+gallium_dri.so free 0x5571735b65f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b6780 0.000120
+gallium_dri.so free 0x5571735b6800 void 0.000118
+gallium_dri.so free 0x5571735b6780 void 0.000129
+gallium_dri.so malloc 72 0x5571735b6800 0.000119
+gallium_dri.so free 0x5571735b68c0 void 0.000119
+gallium_dri.so free 0x5571735b6800 void 0.000119
+gallium_dri.so malloc 72 0x5571735b6800 0.000118
+gallium_dri.so free 0x5571735b51c0 void 0.000127
+gallium_dri.so free 0x5571735b6800 void 0.000121
+gallium_dri.so malloc 72 0x5571735b6800 0.000118
+gallium_dri.so free 0x5571735b5280 void 0.000119
+gallium_dri.so free 0x5571735b6800 void 0.000118
+gallium_dri.so malloc 72 0x5571735b6800 0.000120
+gallium_dri.so free 0x5571735b5340 void 0.000119
+gallium_dri.so free 0x5571735b6800 void 0.000141
+gallium_dri.so malloc 72 0x5571735b52f0 0.000120
+gallium_dri.so free 0x5571735b53c0 void 0.000119
+gallium_dri.so free 0x5571735b52f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5410 0.000117
+gallium_dri.so free 0x5571735b5480 void 0.000119
+gallium_dri.so free 0x5571735b5410 void 0.000119
+gallium_dri.so malloc 72 0x5571735b54a0 0.000118
+gallium_dri.so free 0x5571735b5540 void 0.000120
+gallium_dri.so free 0x5571735b54a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b54f0 0.000118
+gallium_dri.so free 0x5571735b55c0 void 0.000118
+gallium_dri.so free 0x5571735b54f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b55c0 0.000118
+gallium_dri.so free 0x5571735b5680 void 0.000118
+gallium_dri.so free 0x5571735b55c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b55c0 0.000118
+gallium_dri.so free 0x5571735b5700 void 0.000118
+gallium_dri.so free 0x5571735b55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b5700 0.000134
+gallium_dri.so free 0x5571735b57c0 void 0.000112
+gallium_dri.so free 0x5571735b5700 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5700 0.000109
+gallium_dri.so free 0x5571735b5880 void 0.000110
+gallium_dri.so free 0x5571735b5700 void 0.000110
+gallium_dri.so malloc 72 0x5571735b5700 0.000110
+gallium_dri.so free 0x5571735b5940 void 0.000111
+gallium_dri.so free 0x5571735b5700 void 0.000110
+gallium_dri.so malloc 72 0x5571735b58f0 0.000109
+gallium_dri.so free 0x5571735bdb40 void 0.000109
+gallium_dri.so free 0x5571735b58f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bdb40 0.000109
+gallium_dri.so free 0x5571735bdc00 void 0.000111
+gallium_dri.so free 0x5571735bdb40 void 0.000109
+gallium_dri.so malloc 72 0x5571735bdb40 0.000111
+gallium_dri.so free 0x5571735bdc80 void 0.000109
+gallium_dri.so free 0x5571735bdb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735bdb40 0.000109
+gallium_dri.so free 0x5571735b59c0 void 0.000109
+gallium_dri.so free 0x5571735bdb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735b59f0 0.000110
+gallium_dri.so free 0x5571735bdd40 void 0.000111
+gallium_dri.so free 0x5571735b59f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b59f0 0.000110
+gallium_dri.so free 0x5571735bddc0 void 0.000111
+gallium_dri.so free 0x5571735b59f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bddc0 0.000110
+gallium_dri.so free 0x5571735bde80 void 0.000110
+gallium_dri.so free 0x5571735bddc0 void 0.000192
+gallium_dri.so malloc 72 0x5571735bddc0 0.000127
+gallium_dri.so free 0x5571735bdf40 void 0.000121
+gallium_dri.so free 0x5571735bddc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bddc0 0.000125
+gallium_dri.so free 0x5571735be000 void 0.000127
+gallium_dri.so free 0x5571735bddc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bdfb0 0.000223
+gallium_dri.so free 0x5571735be000 void 0.000223
+gallium_dri.so free 0x5571735bdfb0 void 0.000241
+gallium_dri.so malloc 72 0x5571735bdfb0 0.000265
+gallium_dri.so free 0x5571735be100 void 0.000284
+gallium_dri.so free 0x5571735bdfb0 void 0.000267
+gallium_dri.so malloc 72 0x5571735be0b0 0.000229
+gallium_dri.so free 0x5571735be1c0 void 0.000221
+gallium_dri.so free 0x5571735be0b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735be170 0.000165
+gallium_dri.so free 0x5571735be200 void 0.000121
+gallium_dri.so free 0x5571735be170 void 0.000119
+gallium_dri.so malloc 72 0x5571735be170 0.000122
+gallium_dri.so free 0x5571735be2c0 void 0.000124
+gallium_dri.so free 0x5571735be170 void 0.000124
+gallium_dri.so malloc 72 0x5571735be300 0.000120
+gallium_dri.so free 0x5571735be380 void 0.000123
+gallium_dri.so free 0x5571735be300 void 0.000126
+gallium_dri.so malloc 72 0x5571735be380 0.000222
+gallium_dri.so free 0x5571735b22c0 void 0.000226
+gallium_dri.so free 0x5571735be380 void 0.000218
+gallium_dri.so malloc 72 0x5571735b2270 0.000273
+gallium_dri.so free 0x5571735b2340 void 0.000278
+gallium_dri.so free 0x5571735b2270 void 0.000184
+gallium_dri.so malloc 72 0x5571735b2270 0.000181
+gallium_dri.so free 0x5571735b2400 void 0.000183
+gallium_dri.so free 0x5571735b2270 void 0.000146
+gallium_dri.so malloc 72 0x5571735b2270 0.000147
+gallium_dri.so free 0x5571735b24c0 void 0.000144
+gallium_dri.so free 0x5571735b2270 void 0.000241
+gallium_dri.so malloc 72 0x5571735b2470 0.000197
+gallium_dri.so free 0x5571735b2540 void 0.000169
+gallium_dri.so free 0x5571735b2470 void 0.000167
+gallium_dri.so malloc 72 0x5571735b2590 0.000136
+gallium_dri.so free 0x5571735b2600 void 0.000132
+gallium_dri.so free 0x5571735b2590 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2620 0.000132
+gallium_dri.so free 0x5571735b26c0 void 0.000132
+gallium_dri.so free 0x5571735b2620 void 0.000132
+gallium_dri.so malloc 72 0x5571735b2670 0.000131
+gallium_dri.so free 0x5571735b2740 void 0.000126
+gallium_dri.so free 0x5571735b2670 void 0.000128
+gallium_dri.so malloc 72 0x5571735b2740 0.000126
+gallium_dri.so free 0x5571735b2800 void 0.000126
+gallium_dri.so free 0x5571735b2740 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2740 0.000130
+gallium_dri.so free 0x5571735b2880 void 0.000135
+gallium_dri.so free 0x5571735b2740 void 0.000131
+gallium_dri.so malloc 72 0x5571735b2880 0.000130
+gallium_dri.so free 0x5571735b2940 void 0.000127
+gallium_dri.so free 0x5571735b2880 void 0.000124
+gallium_dri.so malloc 72 0x5571735b2880 0.000129
+gallium_dri.so free 0x5571735b2a00 void 0.000130
+gallium_dri.so free 0x5571735b2880 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2880 0.000125
+gallium_dri.so free 0x5571735b2ac0 void 0.000130
+gallium_dri.so free 0x5571735b2880 void 0.000130
+gallium_dri.so malloc 72 0x5571735b2a70 0.000125
+gallium_dri.so free 0x5571735b2b40 void 0.000124
+gallium_dri.so free 0x5571735b2a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2b90 0.000130
+gallium_dri.so free 0x5571735e6300 void 0.000131
+gallium_dri.so free 0x5571735b2b90 void 0.000125
+gallium_dri.so malloc 72 0x5571735b2b90 0.000126
+gallium_dri.so free 0x5571735e6380 void 0.000130
+gallium_dri.so free 0x5571735b2b90 void 0.000127
+gallium_dri.so malloc 72 0x5571735b2b90 0.000128
+gallium_dri.so free 0x5571735e6440 void 0.000162
+gallium_dri.so free 0x5571735b2b90 void 0.000168
+gallium_dri.so malloc 72 0x5571735b2b90 0.000167
+gallium_dri.so free 0x5571735e6500 void 0.000160
+gallium_dri.so free 0x5571735b2b90 void 0.000160
+gallium_dri.so malloc 72 0x5571735e64b0 0.000164
+gallium_dri.so free 0x5571735e6580 void 0.000161
+gallium_dri.so free 0x5571735e64b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e65d0 0.000167
+gallium_dri.so free 0x5571735e6640 void 0.000166
+gallium_dri.so free 0x5571735e65d0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e6660 0.000160
+gallium_dri.so free 0x5571735e6700 void 0.000165
+gallium_dri.so free 0x5571735e6660 void 0.000166
+gallium_dri.so malloc 72 0x5571735e66b0 0.000160
+gallium_dri.so free 0x5571735e6780 void 0.000160
+gallium_dri.so free 0x5571735e66b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e66b0 0.000268
+gallium_dri.so free 0x5571735e6880 void 0.000278
+gallium_dri.so free 0x5571735e66b0 void 0.000317
+gallium_dri.so malloc 72 0x5571735e6830 0.000177
+gallium_dri.so free 0x5571735e6900 void 0.000171
+gallium_dri.so free 0x5571735e6830 void 0.000168
+gallium_dri.so malloc 72 0x5571735e6950 0.000131
+gallium_dri.so free 0x5571735e69c0 void 0.000130
+gallium_dri.so free 0x5571735e6950 void 0.000131
+gallium_dri.so malloc 72 0x5571735e69e0 0.000126
+gallium_dri.so free 0x5571735e6a80 void 0.000129
+gallium_dri.so free 0x5571735e69e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6a30 0.000123
+gallium_dri.so free 0x5571735e6b00 void 0.000124
+gallium_dri.so free 0x5571735e6a30 void 0.000137
+gallium_dri.so malloc 72 0x5571735e6a30 0.000131
+gallium_dri.so free 0x5571735e6b80 void 0.000130
+gallium_dri.so free 0x5571735e6a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6b80 0.000127
+gallium_dri.so free 0x5571735e6c40 void 0.000131
+gallium_dri.so free 0x5571735e6b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6b80 0.000132
+gallium_dri.so free 0x5571735e6d40 void 0.000125
+gallium_dri.so free 0x5571735e6b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e6b80 0.000124
+gallium_dri.so free 0x5571735e6dc0 void 0.000126
+gallium_dri.so free 0x5571735e6b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e6df0 0.000130
+gallium_dri.so free 0x5571735e6e40 void 0.000130
+gallium_dri.so free 0x5571735e6df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6df0 0.000126
+gallium_dri.so free 0x5571735b9bc0 void 0.000130
+gallium_dri.so free 0x5571735e6df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b9b70 0.000130
+gallium_dri.so free 0x5571735b9c80 void 0.000130
+gallium_dri.so free 0x5571735b9b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735b9c30 0.000130
+gallium_dri.so free 0x5571735b9cc0 void 0.000126
+gallium_dri.so free 0x5571735b9c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9c30 0.000143
+gallium_dri.so free 0x5571735b9d80 void 0.000131
+gallium_dri.so free 0x5571735b9c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000131
+gallium_dri.so free 0x5571735b9e40 void 0.000130
+gallium_dri.so free 0x5571735b9dd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b9e80 0.000130
+gallium_dri.so free 0x5571735b9f00 void 0.000130
+gallium_dri.so free 0x5571735b9e80 void 0.000133
+gallium_dri.so malloc 72 0x5571735b9f00 0.000125
+gallium_dri.so free 0x5571735b9fc0 void 0.000130
+gallium_dri.so free 0x5571735b9f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735b9f00 0.000130
+gallium_dri.so free 0x5571735ba040 void 0.000126
+gallium_dri.so free 0x5571735b9f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba070 0.000131
+gallium_dri.so free 0x5571735ba0c0 void 0.000130
+gallium_dri.so free 0x5571735ba070 void 0.000127
+gallium_dri.so malloc 72 0x5571735ba070 0.000141
+gallium_dri.so free 0x5571735ba1c0 void 0.000132
+gallium_dri.so free 0x5571735ba070 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba170 0.000184
+gallium_dri.so free 0x5571735ba280 void 0.000182
+gallium_dri.so free 0x5571735ba170 void 0.000184
+gallium_dri.so malloc 72 0x5571735ba230 0.000131
+gallium_dri.so free 0x5571735ba300 void 0.000158
+gallium_dri.so free 0x5571735ba230 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba320 0.000131
+gallium_dri.so free 0x5571735ba3c0 void 0.000131
+gallium_dri.so free 0x5571735ba320 void 0.000125
+gallium_dri.so malloc 72 0x5571735ba370 0.000123
+gallium_dri.so free 0x5571735ba440 void 0.000125
+gallium_dri.so free 0x5571735ba370 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba370 0.000130
+gallium_dri.so free 0x5571735ba4c0 void 0.000130
+gallium_dri.so free 0x5571735ba370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000124
+gallium_dri.so free 0x5571735ba580 void 0.000130
+gallium_dri.so free 0x5571735ba4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000129
+gallium_dri.so free 0x5571735ba640 void 0.000131
+gallium_dri.so free 0x5571735ba4c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000125
+gallium_dri.so free 0x5571735ba700 void 0.000129
+gallium_dri.so free 0x5571735ba4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000124
+gallium_dri.so free 0x5571735ba700 void 0.000126
+gallium_dri.so free 0x5571735ba6b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000130
+gallium_dri.so free 0x5571735ba800 void 0.000130
+gallium_dri.so free 0x5571735ba6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000130
+gallium_dri.so free 0x557173451dc0 void 0.000129
+gallium_dri.so free 0x5571735ba7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000129
+gallium_dri.so free 0x557173451e80 void 0.000126
+gallium_dri.so free 0x5571735ba7b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000129
+gallium_dri.so free 0x557173451f40 void 0.000130
+gallium_dri.so free 0x5571735ba7b0 void 0.000127
+gallium_dri.so malloc 72 0x557173451ef0 0.000128
+gallium_dri.so free 0x557173451fc0 void 0.000131
+gallium_dri.so free 0x557173451ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173452010 0.000125
+gallium_dri.so free 0x557173452080 void 0.000131
+gallium_dri.so free 0x557173452010 void 0.000184
+gallium_dri.so malloc 72 0x5571734520e0 0.000126
+gallium_dri.so free 0x557173452180 void 0.000129
+gallium_dri.so free 0x5571734520e0 void 0.000125
+gallium_dri.so malloc 72 0x557173452130 0.000129
+gallium_dri.so free 0x5571734521c0 void 0.000125
+gallium_dri.so free 0x557173452130 void 0.000125
+gallium_dri.so malloc 72 0x557173452130 0.000128
+gallium_dri.so free 0x557173452280 void 0.000131
+gallium_dri.so free 0x557173452130 void 0.000147
+gallium_dri.so malloc 72 0x5571734522c0 0.000132
+gallium_dri.so free 0x557173452340 void 0.000132
+gallium_dri.so free 0x5571734522c0 void 0.000131
+gallium_dri.so malloc 72 0x557173452340 0.000131
+gallium_dri.so free 0x557173452400 void 0.000130
+gallium_dri.so free 0x557173452340 void 0.000130
+gallium_dri.so malloc 72 0x557173452340 0.000126
+gallium_dri.so free 0x557173452480 void 0.000123
+gallium_dri.so free 0x557173452340 void 0.000125
+gallium_dri.so malloc 72 0x5571734524b0 0.000142
+gallium_dri.so free 0x557173452500 void 0.000125
+gallium_dri.so free 0x5571734524b0 void 0.000121
+gallium_dri.so malloc 72 0x557173452500 0.000122
+gallium_dri.so free 0x5571734525c0 void 0.000125
+gallium_dri.so free 0x557173452500 void 0.000135
+gallium_dri.so malloc 72 0x557173452500 0.000126
+gallium_dri.so free 0x5571734526c0 void 0.000124
+gallium_dri.so free 0x557173452500 void 0.000119
+gallium_dri.so malloc 72 0x557173452670 0.000121
+gallium_dri.so free 0x557173452780 void 0.000123
+gallium_dri.so free 0x557173452670 void 0.000125
+gallium_dri.so malloc 72 0x557173452730 0.000125
+gallium_dri.so free 0x5571734527c0 void 0.000121
+gallium_dri.so free 0x557173452730 void 0.000123
+gallium_dri.so malloc 72 0x557173452730 0.000124
+gallium_dri.so free 0x557173452880 void 0.000119
+gallium_dri.so free 0x557173452730 void 0.000124
+gallium_dri.so malloc 72 0x5571734528c0 0.000124
+gallium_dri.so free 0x557173452940 void 0.000121
+gallium_dri.so free 0x5571734528c0 void 0.000123
+gallium_dri.so malloc 72 0x557173452940 0.000119
+gallium_dri.so free 0x557173452a00 void 0.000119
+gallium_dri.so free 0x557173452940 void 0.000118
+gallium_dri.so malloc 72 0x557173452940 0.000119
+gallium_dri.so free 0x557173452a80 void 0.000118
+gallium_dri.so free 0x557173452940 void 0.000119
+gallium_dri.so malloc 72 0x557173452940 0.000118
+gallium_dri.so free 0x557173452b40 void 0.000118
+gallium_dri.so free 0x557173452940 void 0.000118
+gallium_dri.so malloc 72 0x557173452b70 0.000117
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so free 0x557173452b70 void 0.000118
+gallium_dri.so malloc 72 0x557173452b70 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x557173452b70 void 0.000117
+gallium_dri.so malloc 72 0x55717358d880 0.000119
+gallium_dri.so free 0x55717358d940 void 0.000118
+gallium_dri.so free 0x55717358d880 void 0.000117
+gallium_dri.so malloc 72 0x55717358d880 0.000118
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so malloc 72 0x55717358d880 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000117
+gallium_dri.so malloc 72 0x55717358da70 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000117
+gallium_dri.so free 0x55717358da70 void 0.000118
+gallium_dri.so malloc 72 0x55717358da70 0.000118
+gallium_dri.so free 0x55717358dbc0 void 0.000117
+gallium_dri.so free 0x55717358da70 void 0.000118
+gallium_dri.so malloc 72 0x55717358db70 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so free 0x55717358db70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc30 0.000120
+gallium_dri.so free 0x55717358dcc0 void 0.000123
+gallium_dri.so free 0x55717358dc30 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc30 0.000164
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so free 0x55717358dc30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddc0 0.000118
+gallium_dri.so free 0x55717358de40 void 0.000117
+gallium_dri.so free 0x55717358ddc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358de40 0.000117
+gallium_dri.so free 0x55717358df00 void 0.000138
+gallium_dri.so free 0x55717358de40 void 0.000121
+gallium_dri.so malloc 72 0x55717358de40 0.000118
+gallium_dri.so free 0x55717358dfc0 void 0.000124
+gallium_dri.so free 0x55717358de40 void 0.000118
+gallium_dri.so malloc 72 0x55717358dfe0 0.000119
+gallium_dri.so free 0x55717358e080 void 0.000119
+gallium_dri.so free 0x55717358dfe0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e030 0.000115
+gallium_dri.so free 0x55717358e100 void 0.000118
+gallium_dri.so free 0x55717358e030 void 0.000119
+gallium_dri.so malloc 72 0x55717358e030 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000119
+gallium_dri.so free 0x55717358e030 void 0.000119
+gallium_dri.so malloc 72 0x55717358e180 0.000117
+gallium_dri.so free 0x55717358e240 void 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000117
+gallium_dri.so malloc 72 0x55717358e180 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000128
+gallium_dri.so malloc 72 0x55717358e180 0.000119
+gallium_dri.so free 0x55717358e3c0 void 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000119
+gallium_dri.so malloc 72 0x55717358e370 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000118
+gallium_dri.so free 0x55717358e370 void 0.000118
+gallium_dri.so malloc 72 0x55717358e430 0.000119
+gallium_dri.so free 0x55717358e500 void 0.000117
+gallium_dri.so free 0x55717358e430 void 0.000117
+gallium_dri.so malloc 72 0x55717358e550 0.000119
+gallium_dri.so free 0x55717358e5c0 void 0.000117
+gallium_dri.so free 0x55717358e550 void 0.000118
+gallium_dri.so malloc 72 0x55717358e5e0 0.000117
+gallium_dri.so free 0x5571735e7340 void 0.000119
+gallium_dri.so free 0x55717358e5e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7370 0.000118
+gallium_dri.so free 0x5571735e73c0 void 0.000118
+gallium_dri.so free 0x5571735e7370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7370 0.000120
+gallium_dri.so free 0x5571735e74c0 void 0.000118
+gallium_dri.so free 0x5571735e7370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7470 0.000117
+gallium_dri.so free 0x5571735e7580 void 0.000118
+gallium_dri.so free 0x5571735e7470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7530 0.000117
+gallium_dri.so free 0x5571735e7600 void 0.000118
+gallium_dri.so free 0x5571735e7530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e7620 0.000118
+gallium_dri.so free 0x5571735e76c0 void 0.000118
+gallium_dri.so free 0x5571735e7620 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7670 0.000118
+gallium_dri.so free 0x5571735e7740 void 0.000118
+gallium_dri.so free 0x5571735e7670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7670 0.000118
+gallium_dri.so free 0x5571735e77c0 void 0.000117
+gallium_dri.so free 0x5571735e7670 void 0.000117
+gallium_dri.so malloc 72 0x5571735e77c0 0.000117
+gallium_dri.so free 0x5571735e7880 void 0.000122
+gallium_dri.so free 0x5571735e77c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e77c0 0.000117
+gallium_dri.so free 0x5571735e7940 void 0.000118
+gallium_dri.so free 0x5571735e77c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e77c0 0.000119
+gallium_dri.so free 0x5571735e7a00 void 0.000118
+gallium_dri.so free 0x5571735e77c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e79b0 0.000117
+gallium_dri.so free 0x5571735e7a00 void 0.000121
+gallium_dri.so free 0x5571735e79b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e79b0 0.000118
+gallium_dri.so free 0x5571735e7b00 void 0.000120
+gallium_dri.so free 0x5571735e79b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000119
+gallium_dri.so free 0x5571735e7bc0 void 0.000171
+gallium_dri.so free 0x5571735e7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7b70 0.000118
+gallium_dri.so free 0x5571735e7c00 void 0.000119
+gallium_dri.so free 0x5571735e7b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7b70 0.000118
+gallium_dri.so free 0x5571735e7cc0 void 0.000118
+gallium_dri.so free 0x5571735e7b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7d00 0.000117
+gallium_dri.so free 0x5571735e7d80 void 0.000119
+gallium_dri.so free 0x5571735e7d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7d80 0.000118
+gallium_dri.so free 0x5571735e7e40 void 0.000118
+gallium_dri.so free 0x5571735e7d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7d80 0.000118
+gallium_dri.so free 0x5571735e7f00 void 0.000117
+gallium_dri.so free 0x5571735e7d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7f20 0.000117
+gallium_dri.so free 0x5571735e7fc0 void 0.000118
+gallium_dri.so free 0x5571735e7f20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f70 0.000118
+gallium_dri.so free 0x5571735e8040 void 0.000120
+gallium_dri.so free 0x5571735e7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e7f70 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so free 0x5571735e7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e80c0 0.000128
+gallium_dri.so free 0x5571735e8180 void 0.000120
+gallium_dri.so free 0x5571735e80c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e80c0 0.000119
+gallium_dri.so free 0x5571735e8280 void 0.000118
+gallium_dri.so free 0x5571735e80c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e82b0 0.000118
+gallium_dri.so free 0x5571735e8300 void 0.000119
+gallium_dri.so free 0x5571735e82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8300 0.000119
+gallium_dri.so free 0x5571735e83c0 void 0.000118
+gallium_dri.so free 0x5571735e8300 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8300 0.000118
+gallium_dri.so free 0x5571735e84c0 void 0.000118
+gallium_dri.so free 0x5571735e8300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8470 0.000117
+gallium_dri.so free 0x5571735e8580 void 0.000119
+gallium_dri.so free 0x5571735e8470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8530 0.000118
+gallium_dri.so free 0x5571735e85c0 void 0.000118
+gallium_dri.so free 0x5571735e8530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8530 0.000118
+gallium_dri.so free 0x5571735e8680 void 0.000119
+gallium_dri.so free 0x5571735e8530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e86c0 0.000119
+gallium_dri.so free 0x5571735e8740 void 0.000127
+gallium_dri.so free 0x5571735e86c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8740 0.000119
+gallium_dri.so free 0x5571735e8800 void 0.000120
+gallium_dri.so free 0x5571735e8740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8740 0.000119
+gallium_dri.so free 0x5571735e8880 void 0.000117
+gallium_dri.so free 0x5571735e8740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8740 0.000117
+gallium_dri.so free 0x5571735e8940 void 0.000124
+gallium_dri.so free 0x5571735e8740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e8740 0.000121
+gallium_dri.so free 0x5571735e8a00 void 0.000119
+gallium_dri.so free 0x5571735e8740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e89b0 0.000119
+gallium_dri.so free 0x5571735e8a80 void 0.000120
+gallium_dri.so free 0x5571735e89b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ad0 0.000119
+gallium_dri.so free 0x5571735e8b40 void 0.000123
+gallium_dri.so free 0x5571735e8ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8b60 0.000118
+gallium_dri.so free 0x5571735e8c00 void 0.000119
+gallium_dri.so free 0x5571735e8b60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000117
+gallium_dri.so free 0x5571735e8c80 void 0.000119
+gallium_dri.so free 0x5571735e8bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000118
+gallium_dri.so free 0x5571735e8d80 void 0.000117
+gallium_dri.so free 0x5571735e8bb0 void 0.000166
+gallium_dri.so malloc 72 0x5571735e8d30 0.000119
+gallium_dri.so free 0x5571735e8e00 void 0.000119
+gallium_dri.so free 0x5571735e8d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8e50 0.000120
+gallium_dri.so free 0x5571735e8ec0 void 0.000118
+gallium_dri.so free 0x5571735e8e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ee0 0.000117
+gallium_dri.so free 0x5571735e8f80 void 0.000118
+gallium_dri.so free 0x5571735e8ee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8f30 0.000117
+gallium_dri.so free 0x5571735e9000 void 0.000120
+gallium_dri.so free 0x5571735e8f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8f30 0.000117
+gallium_dri.so free 0x5571735e9080 void 0.000118
+gallium_dri.so free 0x5571735e8f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9080 0.000117
+gallium_dri.so free 0x5571735e9140 void 0.000117
+gallium_dri.so free 0x5571735e9080 void 0.000122
+gallium_dri.so malloc 72 0x5571735e9080 0.000119
+gallium_dri.so free 0x5571735e9240 void 0.000118
+gallium_dri.so free 0x5571735e9080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e9080 0.000120
+gallium_dri.so free 0x5571735e92c0 void 0.000118
+gallium_dri.so free 0x5571735e9080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e92f0 0.000119
+gallium_dri.so free 0x5571735e9340 void 0.000129
+gallium_dri.so free 0x5571735e92f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e92f0 0.000119
+gallium_dri.so free 0x5571735e9440 void 0.000118
+gallium_dri.so free 0x5571735e92f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e93f0 0.000118
+gallium_dri.so free 0x5571735e9500 void 0.000119
+gallium_dri.so free 0x5571735e93f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e94b0 0.000118
+gallium_dri.so free 0x5571735e9540 void 0.000117
+gallium_dri.so free 0x5571735e94b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e94b0 0.000118
+gallium_dri.so free 0x5571735e9600 void 0.000128
+gallium_dri.so free 0x5571735e94b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e9650 0.000118
+gallium_dri.so free 0x5571735e96c0 void 0.000124
+gallium_dri.so free 0x5571735e9650 void 0.000118
+gallium_dri.so malloc 72 0x5571735e9700 0.000119
+gallium_dri.so free 0x5571735b0b00 void 0.000119
+gallium_dri.so free 0x5571735e9700 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0b50 0.000117
+gallium_dri.so free 0x5571735b0bc0 void 0.000128
+gallium_dri.so free 0x5571735b0b50 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0be0 0.000115
+gallium_dri.so free 0x5571735b0c80 void 0.000120
+gallium_dri.so free 0x5571735b0be0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0c30 0.000130
+gallium_dri.so free 0x5571735b0d00 void 0.000120
+gallium_dri.so free 0x5571735b0c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b0c30 0.000119
+gallium_dri.so free 0x5571735b0d80 void 0.000118
+gallium_dri.so free 0x5571735b0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0d80 0.000117
+gallium_dri.so free 0x5571735b0e40 void 0.000122
+gallium_dri.so free 0x5571735b0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b0d80 0.000118
+gallium_dri.so free 0x5571735b0f40 void 0.000119
+gallium_dri.so free 0x5571735b0d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000118
+gallium_dri.so free 0x5571735b0f80 void 0.000117
+gallium_dri.so free 0x5571735b0ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000118
+gallium_dri.so free 0x5571735b1040 void 0.000118
+gallium_dri.so free 0x5571735b0ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1080 0.000119
+gallium_dri.so free 0x5571735b1100 void 0.000118
+gallium_dri.so free 0x5571735b1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1100 0.000118
+gallium_dri.so free 0x5571735b11c0 void 0.000117
+gallium_dri.so free 0x5571735b1100 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1100 0.000114
+gallium_dri.so free 0x5571735b1240 void 0.000118
+gallium_dri.so free 0x5571735b1100 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1270 0.000112
+gallium_dri.so free 0x5571735b12c0 void 0.000120
+gallium_dri.so free 0x5571735b1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1270 0.000118
+gallium_dri.so free 0x5571735b13c0 void 0.000118
+gallium_dri.so free 0x5571735b1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1400 0.000118
+gallium_dri.so free 0x5571735b1480 void 0.000118
+gallium_dri.so free 0x5571735b1400 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1480 0.000117
+gallium_dri.so free 0x5571735b1540 void 0.000119
+gallium_dri.so free 0x5571735b1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1480 0.000117
+gallium_dri.so free 0x5571735b15c0 void 0.000119
+gallium_dri.so free 0x5571735b1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735b15f0 0.000119
+gallium_dri.so free 0x5571735b1640 void 0.000118
+gallium_dri.so free 0x5571735b15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b15f0 0.000118
+gallium_dri.so free 0x5571735b1740 void 0.000118
+gallium_dri.so free 0x5571735b15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b16f0 0.000118
+gallium_dri.so free 0x5571735b1800 void 0.000118
+gallium_dri.so free 0x5571735b16f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b17b0 0.000117
+gallium_dri.so free 0x5571735b1880 void 0.000131
+gallium_dri.so free 0x5571735b17b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b17b0 0.000118
+gallium_dri.so free 0x5571735b1940 void 0.000121
+gallium_dri.so free 0x5571735b17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b17b0 0.000117
+gallium_dri.so free 0x5571735b1a00 void 0.000118
+gallium_dri.so free 0x5571735b17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b19b0 0.000115
+gallium_dri.so free 0x5571735b1a80 void 0.000118
+gallium_dri.so free 0x5571735b19b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000119
+gallium_dri.so free 0x5571735b1b40 void 0.000119
+gallium_dri.so free 0x5571735b1ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1b60 0.000118
+gallium_dri.so free 0x5571735b1c00 void 0.000119
+gallium_dri.so free 0x5571735b1b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000118
+gallium_dri.so free 0x5571735b1c80 void 0.000118
+gallium_dri.so free 0x5571735b1bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b1c80 0.000118
+gallium_dri.so free 0x5571735b1d40 void 0.000118
+gallium_dri.so free 0x5571735b1c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1c80 0.000119
+gallium_dri.so free 0x5571735b1dc0 void 0.000123
+gallium_dri.so free 0x5571735b1c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000118
+gallium_dri.so free 0x5571735b1e80 void 0.000128
+gallium_dri.so free 0x5571735b1dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000118
+gallium_dri.so free 0x5571735b1f40 void 0.000118
+gallium_dri.so free 0x5571735b1dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000118
+gallium_dri.so free 0x5571735b2000 void 0.000118
+gallium_dri.so free 0x5571735b1dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000118
+gallium_dri.so free 0x5571735b2080 void 0.000118
+gallium_dri.so free 0x5571735b1fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b20d0 0.000120
+gallium_dri.so free 0x5571735d78c0 void 0.000117
+gallium_dri.so free 0x5571735b20d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7900 0.000118
+gallium_dri.so free 0x5571735d7980 void 0.000118
+gallium_dri.so free 0x5571735d7900 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7900 0.000118
+gallium_dri.so free 0x5571735d7a00 void 0.000118
+gallium_dri.so free 0x5571735d7900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7a30 0.000119
+gallium_dri.so free 0x5571735d7a80 void 0.000118
+gallium_dri.so free 0x5571735d7a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7a30 0.000117
+gallium_dri.so free 0x5571735d7b80 void 0.000118
+gallium_dri.so free 0x5571735d7a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d7b30 0.000117
+gallium_dri.so free 0x5571735d7c40 void 0.000164
+gallium_dri.so free 0x5571735d7b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000117
+gallium_dri.so free 0x5571735d7c80 void 0.000118
+gallium_dri.so free 0x5571735d7bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000118
+gallium_dri.so free 0x5571735d7d40 void 0.000117
+gallium_dri.so free 0x5571735d7bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d7db0 0.000119
+gallium_dri.so free 0x5571735d7e00 void 0.000119
+gallium_dri.so free 0x5571735d7db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7db0 0.000118
+gallium_dri.so free 0x5571735d7f00 void 0.000132
+gallium_dri.so free 0x5571735d7db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000123
+gallium_dri.so free 0x5571735d7fc0 void 0.000117
+gallium_dri.so free 0x5571735d7eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7f70 0.000117
+gallium_dri.so free 0x5571735d8000 void 0.000119
+gallium_dri.so free 0x5571735d7f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d7f70 0.000117
+gallium_dri.so free 0x5571735d80c0 void 0.000119
+gallium_dri.so free 0x5571735d7f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8100 0.000118
+gallium_dri.so free 0x5571735d8180 void 0.000117
+gallium_dri.so free 0x5571735d8100 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8180 0.000119
+gallium_dri.so free 0x5571735d8240 void 0.000119
+gallium_dri.so free 0x5571735d8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8180 0.000118
+gallium_dri.so free 0x5571735d8300 void 0.000118
+gallium_dri.so free 0x5571735d8180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8320 0.000118
+gallium_dri.so free 0x5571735d83c0 void 0.000118
+gallium_dri.so free 0x5571735d8320 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8370 0.000117
+gallium_dri.so free 0x5571735d8440 void 0.000116
+gallium_dri.so free 0x5571735d8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8370 0.000117
+gallium_dri.so free 0x5571735d84c0 void 0.000123
+gallium_dri.so free 0x5571735d8370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d84c0 0.000117
+gallium_dri.so free 0x5571735d8580 void 0.000119
+gallium_dri.so free 0x5571735d84c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d84c0 0.000118
+gallium_dri.so free 0x5571735d8640 void 0.000117
+gallium_dri.so free 0x5571735d84c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d84c0 0.000117
+gallium_dri.so free 0x5571735d8700 void 0.000118
+gallium_dri.so free 0x5571735d84c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d86b0 0.000117
+gallium_dri.so free 0x5571735d87c0 void 0.000117
+gallium_dri.so free 0x5571735d86b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d8770 0.000119
+gallium_dri.so free 0x5571735d8840 void 0.000117
+gallium_dri.so free 0x5571735d8770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8890 0.000118
+gallium_dri.so free 0x5571735d8900 void 0.000118
+gallium_dri.so free 0x5571735d8890 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8920 0.000118
+gallium_dri.so free 0x5571735d89c0 void 0.000119
+gallium_dri.so free 0x5571735d8920 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8970 0.000118
+gallium_dri.so free 0x5571735d8a40 void 0.000119
+gallium_dri.so free 0x5571735d8970 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8970 0.000117
+gallium_dri.so free 0x5571735d8ac0 void 0.000119
+gallium_dri.so free 0x5571735d8970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000118
+gallium_dri.so free 0x5571735d8b80 void 0.000118
+gallium_dri.so free 0x5571735d8ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000118
+gallium_dri.so free 0x5571735d8c80 void 0.000117
+gallium_dri.so free 0x5571735d8ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d8c30 0.000119
+gallium_dri.so free 0x5571735d8cc0 void 0.000117
+gallium_dri.so free 0x5571735d8c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8c30 0.000118
+gallium_dri.so free 0x5571735d8d80 void 0.000118
+gallium_dri.so free 0x5571735d8c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000119
+gallium_dri.so free 0x5571735d8e40 void 0.000120
+gallium_dri.so free 0x5571735d8dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8e40 0.000118
+gallium_dri.so free 0x5571735d8f00 void 0.000119
+gallium_dri.so free 0x5571735d8e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d8e40 0.000118
+gallium_dri.so free 0x5571735d8f80 void 0.000120
+gallium_dri.so free 0x5571735d8e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000118
+gallium_dri.so free 0x5571735b3440 void 0.000118
+gallium_dri.so free 0x5571735d8fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b33f0 0.000119
+gallium_dri.so free 0x5571735b3440 void 0.000118
+gallium_dri.so free 0x5571735b33f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b33f0 0.000117
+gallium_dri.so free 0x5571735b3540 void 0.000118
+gallium_dri.so free 0x5571735b33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b34f0 0.000117
+gallium_dri.so free 0x5571735b3600 void 0.000118
+gallium_dri.so free 0x5571735b34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b35b0 0.000118
+gallium_dri.so free 0x5571735d9000 void 0.000117
+gallium_dri.so free 0x5571735b35b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b35b0 0.000118
+gallium_dri.so free 0x5571735b3640 void 0.000128
+gallium_dri.so free 0x5571735b35b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b35b0 0.000118
+gallium_dri.so free 0x5571735b3740 void 0.000122
+gallium_dri.so free 0x5571735b35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b36f0 0.000118
+gallium_dri.so free 0x5571735b3800 void 0.000117
+gallium_dri.so free 0x5571735b36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b37b0 0.000119
+gallium_dri.so free 0x5571735b3880 void 0.000117
+gallium_dri.so free 0x5571735b37b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b37b0 0.000118
+gallium_dri.so free 0x5571735b3940 void 0.000118
+gallium_dri.so free 0x5571735b37b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b37b0 0.000125
+gallium_dri.so free 0x5571735b3a00 void 0.000119
+gallium_dri.so free 0x5571735b37b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b39b0 0.000124
+gallium_dri.so free 0x5571735b3a80 void 0.000120
+gallium_dri.so free 0x5571735b39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3ad0 0.000118
+gallium_dri.so free 0x5571735b3b40 void 0.000119
+gallium_dri.so free 0x5571735b3ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3b60 0.000118
+gallium_dri.so free 0x5571735b3c00 void 0.000118
+gallium_dri.so free 0x5571735b3b60 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3bb0 0.000119
+gallium_dri.so free 0x5571735b3c80 void 0.000118
+gallium_dri.so free 0x5571735b3bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3c80 0.000118
+gallium_dri.so free 0x5571735b3d40 void 0.000118
+gallium_dri.so free 0x5571735b3c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3c80 0.000117
+gallium_dri.so free 0x5571735b3dc0 void 0.000118
+gallium_dri.so free 0x5571735b3c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000118
+gallium_dri.so free 0x5571735b3e80 void 0.000118
+gallium_dri.so free 0x5571735b3dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000120
+gallium_dri.so free 0x5571735b3f40 void 0.000122
+gallium_dri.so free 0x5571735b3dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000118
+gallium_dri.so free 0x5571735b4000 void 0.000118
+gallium_dri.so free 0x5571735b3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000117
+gallium_dri.so free 0x5571735b4080 void 0.000117
+gallium_dri.so free 0x5571735b3fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b40d0 0.000121
+gallium_dri.so free 0x5571735b4140 void 0.000124
+gallium_dri.so free 0x5571735b40d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4180 0.000120
+gallium_dri.so free 0x5571735b4200 void 0.000163
+gallium_dri.so free 0x5571735b4180 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4180 0.000112
+gallium_dri.so free 0x5571735b4280 void 0.000110
+gallium_dri.so free 0x5571735b4180 void 0.000109
+gallium_dri.so malloc 72 0x5571735b42b0 0.000109
+gallium_dri.so free 0x5571735b4300 void 0.000112
+gallium_dri.so free 0x5571735b42b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b42b0 0.000110
+gallium_dri.so free 0x5571735b4400 void 0.000110
+gallium_dri.so free 0x5571735b42b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b43b0 0.000109
+gallium_dri.so free 0x5571735b44c0 void 0.000110
+gallium_dri.so free 0x5571735b43b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4470 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000109
+gallium_dri.so free 0x5571735b4470 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4470 0.000110
+gallium_dri.so free 0x5571735b45c0 void 0.000110
+gallium_dri.so free 0x5571735b4470 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4630 0.000109
+gallium_dri.so free 0x5571735b4680 void 0.000119
+gallium_dri.so free 0x5571735b4630 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4630 0.000115
+gallium_dri.so free 0x5571735b4780 void 0.000113
+gallium_dri.so free 0x5571735b4630 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4730 0.000109
+gallium_dri.so free 0x5571735b4840 void 0.000121
+gallium_dri.so free 0x5571735b4730 void 0.000120
+gallium_dri.so malloc 72 0x5571735b47f0 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000112
+gallium_dri.so free 0x5571735b47f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b47f0 0.000112
+gallium_dri.so free 0x5571735b4940 void 0.000111
+gallium_dri.so free 0x5571735b47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4980 0.000112
+gallium_dri.so free 0x5571735b4a00 void 0.000111
+gallium_dri.so free 0x5571735b4980 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a00 0.000111
+gallium_dri.so free 0x5571735b4ac0 void 0.000112
+gallium_dri.so free 0x5571735b4a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a00 0.000116
+gallium_dri.so free 0x5571735b4b80 void 0.000123
+gallium_dri.so free 0x5571735b4a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000112
+gallium_dri.so free 0x5571735b4ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735b4ba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb480 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000112
+gallium_dri.so free 0x5571735b4c40 void 0.000138
+gallium_dri.so free 0x5571735eb500 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000117
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so free 0x5571735b4bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000113
+gallium_dri.so free 0x5571735eb680 void 0.000112
+gallium_dri.so free 0x5571735b4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb630 0.000113
+gallium_dri.so free 0x5571735eb740 void 0.000114
+gallium_dri.so free 0x5571735eb630 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000122
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb810 0.000117
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb810 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000114
+gallium_dri.so free 0x5571735eb940 void 0.000114
+gallium_dri.so free 0x5571735eb8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000117
+gallium_dri.so free 0x5571735eba40 void 0.000117
+gallium_dri.so free 0x5571735eb8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eba40 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000126
+gallium_dri.so free 0x5571735eba40 void 0.000123
+gallium_dri.so malloc 72 0x5571735eba40 0.000126
+gallium_dri.so free 0x5571735ebc00 void 0.000126
+gallium_dri.so free 0x5571735eba40 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000127
+gallium_dri.so free 0x5571735ebc40 void 0.000123
+gallium_dri.so free 0x5571735ebbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000117
+gallium_dri.so free 0x5571735ebd00 void 0.000187
+gallium_dri.so free 0x5571735ebbb0 void 0.000249
+gallium_dri.so malloc 72 0x5571735ebd40 0.000161
+gallium_dri.so free 0x5571735ebdc0 void 0.000163
+gallium_dri.so free 0x5571735ebd40 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000125
+gallium_dri.so free 0x5571735ebe80 void 0.000124
+gallium_dri.so free 0x5571735ebdc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf30 0.000118
+gallium_dri.so free 0x5571735ebf80 void 0.000118
+gallium_dri.so free 0x5571735ebf30 void 0.000155
+gallium_dri.so malloc 72 0x5571735ebf30 0.000185
+gallium_dri.so free 0x5571735ec080 void 0.000152
+gallium_dri.so free 0x5571735ebf30 void 0.000153
+gallium_dri.so malloc 72 0x5571735ec0c0 0.000156
+gallium_dri.so free 0x5571735ec140 void 0.000130
+gallium_dri.so free 0x5571735ec0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec140 0.000125
+gallium_dri.so free 0x5571735ec200 void 0.000128
+gallium_dri.so free 0x5571735ec140 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec140 0.000125
+gallium_dri.so free 0x5571735ec280 void 0.000126
+gallium_dri.so free 0x5571735ec140 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec2b0 0.000124
+gallium_dri.so free 0x5571735ec300 void 0.000121
+gallium_dri.so free 0x5571735ec2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec2b0 0.000120
+gallium_dri.so free 0x5571735ec400 void 0.000119
+gallium_dri.so free 0x5571735ec2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000119
+gallium_dri.so free 0x5571735ec4c0 void 0.000119
+gallium_dri.so free 0x5571735ec3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec470 0.000147
+gallium_dri.so free 0x5571735ec540 void 0.000146
+gallium_dri.so free 0x5571735ec470 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec470 0.000135
+gallium_dri.so free 0x5571735ec600 void 0.000138
+gallium_dri.so free 0x5571735ec470 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec470 0.000137
+gallium_dri.so free 0x5571735ec6c0 void 0.000138
+gallium_dri.so free 0x5571735ec470 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec670 0.000139
+gallium_dri.so free 0x5571735ec740 void 0.000139
+gallium_dri.so free 0x5571735ec670 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec790 0.000118
+gallium_dri.so free 0x5571735ec800 void 0.000119
+gallium_dri.so free 0x5571735ec790 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec820 0.000120
+gallium_dri.so free 0x5571735ec8c0 void 0.000125
+gallium_dri.so free 0x5571735ec820 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec870 0.000118
+gallium_dri.so free 0x5571735ec940 void 0.000119
+gallium_dri.so free 0x5571735ec870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec940 0.000124
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec940 void 0.000174
+gallium_dri.so malloc 72 0x5571735ec940 0.000162
+gallium_dri.so free 0x5571735eca80 void 0.000163
+gallium_dri.so free 0x5571735ec940 void 0.000125
+gallium_dri.so malloc 72 0x5571735eca80 0.000127
+gallium_dri.so free 0x5571735ecb40 void 0.000126
+gallium_dri.so free 0x5571735eca80 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca80 0.000118
+gallium_dri.so free 0x5571735ecc00 void 0.000117
+gallium_dri.so free 0x5571735eca80 void 0.000116
+gallium_dri.so malloc 72 0x5571735eca80 0.000116
+gallium_dri.so free 0x5571735eccc0 void 0.000117
+gallium_dri.so free 0x5571735eca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc70 0.000116
+gallium_dri.so free 0x5571735ecd40 void 0.000116
+gallium_dri.so free 0x5571735ecc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecd90 0.000115
+gallium_dri.so free 0x5571735ece00 void 0.000116
+gallium_dri.so free 0x5571735ecd90 void 0.000122
+gallium_dri.so malloc 72 0x5571735ece40 0.000210
+gallium_dri.so free 0x5571735ecec0 void 0.000129
+gallium_dri.so free 0x5571735ece40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece40 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000126
+gallium_dri.so free 0x5571735ece40 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecf70 0.000130
+gallium_dri.so free 0x5571735ecfc0 void 0.000121
+gallium_dri.so free 0x5571735ecf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf70 0.000117
+gallium_dri.so free 0x557173453000 void 0.000117
+gallium_dri.so free 0x5571735ecf70 void 0.000115
+gallium_dri.so malloc 72 0x557173453000 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x557173453000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed070 0.000114
+gallium_dri.so free 0x5571734530c0 void 0.000114
+gallium_dri.so free 0x5571735ed070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed070 0.000139
+gallium_dri.so free 0x557173453180 void 0.000138
+gallium_dri.so free 0x5571735ed070 void 0.000129
+gallium_dri.so malloc 72 0x557173453130 0.000122
+gallium_dri.so free 0x557173453180 void 0.000121
+gallium_dri.so free 0x557173453130 void 0.000117
+gallium_dri.so malloc 72 0x557173453130 0.000129
+gallium_dri.so free 0x557173453280 void 0.000129
+gallium_dri.so free 0x557173453130 void 0.000123
+gallium_dri.so malloc 72 0x557173453230 0.000120
+gallium_dri.so free 0x557173453340 void 0.000121
+gallium_dri.so free 0x557173453230 void 0.000146
+gallium_dri.so malloc 72 0x5571734532f0 0.000134
+gallium_dri.so free 0x557173453380 void 0.000133
+gallium_dri.so free 0x5571734532f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734532f0 0.000127
+gallium_dri.so free 0x557173453440 void 0.000129
+gallium_dri.so free 0x5571734532f0 void 0.000171
+gallium_dri.so malloc 72 0x557173453480 0.000188
+gallium_dri.so free 0x557173453500 void 0.000195
+gallium_dri.so free 0x557173453480 void 0.000131
+gallium_dri.so malloc 72 0x557173453500 0.000123
+gallium_dri.so free 0x5571734535c0 void 0.000225
+gallium_dri.so free 0x557173453500 void 0.000214
+gallium_dri.so malloc 72 0x557173453500 0.000202
+gallium_dri.so free 0x557173453680 void 0.000197
+gallium_dri.so free 0x557173453500 void 0.000191
+gallium_dri.so malloc 72 0x5571734536a0 0.000184
+gallium_dri.so free 0x557173453740 void 0.000179
+gallium_dri.so free 0x5571734536a0 void 0.000180
+gallium_dri.so malloc 72 0x5571734536f0 0.000216
+gallium_dri.so free 0x5571734537c0 void 0.000179
+gallium_dri.so free 0x5571734536f0 void 0.000184
+gallium_dri.so malloc 72 0x5571734536f0 0.000180
+gallium_dri.so free 0x557173453840 void 0.000178
+gallium_dri.so free 0x5571734536f0 void 0.000179
+gallium_dri.so malloc 72 0x557173453840 0.000177
+gallium_dri.so free 0x557173453900 void 0.000177
+gallium_dri.so free 0x557173453840 void 0.000179
+gallium_dri.so malloc 72 0x557173453840 0.000175
+gallium_dri.so free 0x5571734539c0 void 0.000180
+gallium_dri.so free 0x557173453840 void 0.000174
+gallium_dri.so malloc 72 0x557173453840 0.000176
+gallium_dri.so free 0x557173453a80 void 0.000188
+gallium_dri.so free 0x557173453840 void 0.000233
+gallium_dri.so malloc 72 0x557173453a30 0.000182
+gallium_dri.so free 0x557173453b40 void 0.000176
+gallium_dri.so free 0x557173453a30 void 0.000189
+gallium_dri.so malloc 72 0x557173453af0 0.000197
+gallium_dri.so free 0x557173453bc0 void 0.000184
+gallium_dri.so free 0x557173453af0 void 0.000182
+gallium_dri.so malloc 72 0x557173453c10 0.000184
+gallium_dri.so free 0x557173453c80 void 0.000180
+gallium_dri.so free 0x557173453c10 void 0.000178
+gallium_dri.so malloc 72 0x557173453ca0 0.000182
+gallium_dri.so free 0x557173453d40 void 0.000181
+gallium_dri.so free 0x557173453ca0 void 0.000183
+gallium_dri.so malloc 72 0x557173453cf0 0.000178
+gallium_dri.so free 0x557173453dc0 void 0.000182
+gallium_dri.so free 0x557173453cf0 void 0.000179
+gallium_dri.so malloc 72 0x557173453cf0 0.000176
+gallium_dri.so free 0x557173453e40 void 0.000180
+gallium_dri.so free 0x557173453cf0 void 0.000175
+gallium_dri.so malloc 72 0x557173453e40 0.000171
+gallium_dri.so free 0x557173453f00 void 0.000174
+gallium_dri.so free 0x557173453e40 void 0.000191
+gallium_dri.so malloc 72 0x557173453e40 0.000175
+gallium_dri.so free 0x557173454000 void 0.000175
+gallium_dri.so free 0x557173453e40 void 0.000173
+gallium_dri.so malloc 72 0x557173453fb0 0.000180
+gallium_dri.so free 0x557173454040 void 0.000125
+gallium_dri.so free 0x557173453fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173453fb0 0.000116
+gallium_dri.so free 0x557173454100 void 0.000116
+gallium_dri.so free 0x557173453fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173454140 0.000116
+gallium_dri.so free 0x5571734541c0 void 0.000121
+gallium_dri.so free 0x557173454140 void 0.000170
+gallium_dri.so malloc 72 0x5571734541c0 0.000179
+gallium_dri.so free 0x557173454280 void 0.000171
+gallium_dri.so free 0x5571734541c0 void 0.000175
+gallium_dri.so malloc 72 0x5571734541c0 0.000175
+gallium_dri.so free 0x557173454300 void 0.000179
+gallium_dri.so free 0x5571734541c0 void 0.000179
+gallium_dri.so malloc 72 0x557173454330 0.000173
+gallium_dri.so free 0x557173454380 void 0.000220
+gallium_dri.so free 0x557173454330 void 0.000171
+gallium_dri.so malloc 72 0x557173454330 0.000188
+gallium_dri.so free 0x557173454480 void 0.000186
+gallium_dri.so free 0x557173454330 void 0.000189
+gallium_dri.so malloc 72 0x5571734544c0 0.000189
+gallium_dri.so free 0x557173454540 void 0.000187
+gallium_dri.so free 0x5571734544c0 void 0.000172
+gallium_dri.so malloc 72 0x557173454540 0.000180
+gallium_dri.so free 0x557173454600 void 0.000184
+gallium_dri.so free 0x557173454540 void 0.000175
+gallium_dri.so malloc 72 0x557173454540 0.000181
+gallium_dri.so free 0x557173454680 void 0.000176
+gallium_dri.so free 0x557173454540 void 0.000184
+gallium_dri.so malloc 72 0x5571734546b0 0.000170
+gallium_dri.so free 0x557173454700 void 0.000158
+gallium_dri.so free 0x5571734546b0 void 0.000162
+gallium_dri.so malloc 72 0x5571734546b0 0.000165
+gallium_dri.so free 0x557173454800 void 0.000163
+gallium_dri.so free 0x5571734546b0 void 0.000180
+gallium_dri.so malloc 72 0x5571734547b0 0.000199
+gallium_dri.so free 0x5571734548c0 void 0.000180
+gallium_dri.so free 0x5571734547b0 void 0.000182
+gallium_dri.so malloc 72 0x557173454870 0.000185
+gallium_dri.so free 0x557173454940 void 0.000170
+gallium_dri.so free 0x557173454870 void 0.000163
+gallium_dri.so malloc 72 0x557173454870 0.000163
+gallium_dri.so free 0x557173454a00 void 0.000166
+gallium_dri.so free 0x557173454870 void 0.000167
+gallium_dri.so malloc 72 0x557173454870 0.000164
+gallium_dri.so free 0x557173454ac0 void 0.000181
+gallium_dri.so free 0x557173454870 void 0.000188
+gallium_dri.so malloc 72 0x557173454a70 0.000134
+gallium_dri.so free 0x557173454b40 void 0.000128
+gallium_dri.so free 0x557173454a70 void 0.000117
+gallium_dri.so malloc 72 0x557173454b90 0.000121
+gallium_dri.so free 0x557173454c00 void 0.000117
+gallium_dri.so free 0x557173454b90 void 0.000126
+gallium_dri.so malloc 72 0x557173454c20 0.000122
+gallium_dri.so free 0x557173454cc0 void 0.000120
+gallium_dri.so free 0x557173454c20 void 0.000122
+gallium_dri.so malloc 72 0x557173454c70 0.000121
+gallium_dri.so free 0x557173454d40 void 0.000120
+gallium_dri.so free 0x557173454c70 void 0.000121
+gallium_dri.so malloc 72 0x557173454d40 0.000120
+gallium_dri.so free 0x557173454e00 void 0.000121
+gallium_dri.so free 0x557173454d40 void 0.000119
+gallium_dri.so malloc 72 0x557173454d40 0.000122
+gallium_dri.so free 0x557173454e80 void 0.000120
+gallium_dri.so free 0x557173454d40 void 0.000122
+gallium_dri.so malloc 72 0x557173454e80 0.000121
+gallium_dri.so free 0x557173454f40 void 0.000119
+gallium_dri.so free 0x557173454e80 void 0.000157
+gallium_dri.so malloc 72 0x557173454e80 0.000204
+gallium_dri.so free 0x557173455000 void 0.000200
+gallium_dri.so free 0x557173454e80 void 0.000129
+gallium_dri.so malloc 72 0x557173454e80 0.000199
+gallium_dri.so free 0x5571734550c0 void 0.000137
+gallium_dri.so free 0x557173454e80 void 0.000120
+gallium_dri.so malloc 72 0x557173455070 0.000120
+gallium_dri.so free 0x557173455140 void 0.000133
+gallium_dri.so free 0x557173455070 void 0.000117
+gallium_dri.so malloc 72 0x557173455190 0.000115
+gallium_dri.so free 0x557173455200 void 0.000116
+gallium_dri.so free 0x557173455190 void 0.000116
+gallium_dri.so malloc 72 0x557173455240 0.000117
+gallium_dri.so free 0x5571734552c0 void 0.000117
+gallium_dri.so free 0x557173455240 void 0.000115
+gallium_dri.so malloc 72 0x557173455240 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000117
+gallium_dri.so free 0x557173455240 void 0.000115
+gallium_dri.so malloc 72 0x557173455240 0.000117
+gallium_dri.so free 0x5571735e3e00 void 0.000146
+gallium_dri.so free 0x557173455240 void 0.000179
+gallium_dri.so malloc 72 0x5571735e3db0 0.000175
+gallium_dri.so free 0x5571735e3e80 void 0.000169
+gallium_dri.so free 0x5571735e3db0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e3ed0 0.000169
+gallium_dri.so free 0x557173455340 void 0.000177
+gallium_dri.so free 0x5571735e3ed0 void 0.000178
+gallium_dri.so malloc 72 0x557173455360 0.000177
+gallium_dri.so free 0x5571735e3f40 void 0.000180
+gallium_dri.so free 0x557173455360 void 0.000207
+gallium_dri.so malloc 72 0x5571735e3f70 0.000178
+gallium_dri.so free 0x5571735e3fc0 void 0.000178
+gallium_dri.so free 0x5571735e3f70 void 0.000178
+gallium_dri.so malloc 72 0x5571735e3f70 0.000181
+gallium_dri.so free 0x5571735e40c0 void 0.000178
+gallium_dri.so free 0x5571735e3f70 void 0.000180
+gallium_dri.so malloc 72 0x5571735e4100 0.000179
+gallium_dri.so free 0x5571735e4180 void 0.000184
+gallium_dri.so free 0x5571735e4100 void 0.000175
+gallium_dri.so malloc 72 0x5571735e4180 0.000176
+gallium_dri.so free 0x5571735e4240 void 0.000177
+gallium_dri.so free 0x5571735e4180 void 0.000174
+gallium_dri.so malloc 72 0x5571735e4180 0.000180
+gallium_dri.so free 0x5571735e42c0 void 0.000174
+gallium_dri.so free 0x5571735e4180 void 0.000181
+gallium_dri.so malloc 72 0x5571735e42f0 0.000174
+gallium_dri.so free 0x5571735e4340 void 0.000180
+gallium_dri.so free 0x5571735e42f0 void 0.000195
+gallium_dri.so malloc 72 0x5571735e42f0 0.000189
+gallium_dri.so free 0x5571735e4440 void 0.000186
+gallium_dri.so free 0x5571735e42f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e43f0 0.000188
+gallium_dri.so free 0x5571735e4500 void 0.000186
+gallium_dri.so free 0x5571735e43f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735e44b0 0.000187
+gallium_dri.so free 0x5571735e4580 void 0.000185
+gallium_dri.so free 0x5571735e44b0 void 0.000187
+gallium_dri.so malloc 72 0x5571735e44b0 0.000181
+gallium_dri.so free 0x5571735e4640 void 0.000187
+gallium_dri.so free 0x5571735e44b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e44b0 0.000183
+gallium_dri.so free 0x5571735e4700 void 0.000183
+gallium_dri.so free 0x5571735e44b0 void 0.000202
+gallium_dri.so malloc 72 0x5571735e46b0 0.000188
+gallium_dri.so free 0x5571735e4780 void 0.000187
+gallium_dri.so free 0x5571735e46b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735e47d0 0.000191
+gallium_dri.so free 0x5571735e4840 void 0.000202
+gallium_dri.so free 0x5571735e47d0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e4860 0.000180
+gallium_dri.so free 0x5571735e4900 void 0.000187
+gallium_dri.so free 0x5571735e4860 void 0.000187
+gallium_dri.so malloc 72 0x5571735e48b0 0.000183
+gallium_dri.so free 0x5571735e4980 void 0.000182
+gallium_dri.so free 0x5571735e48b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e4980 0.000186
+gallium_dri.so free 0x5571735e4a40 void 0.000242
+gallium_dri.so free 0x5571735e4980 void 0.000224
+gallium_dri.so malloc 72 0x5571735e4980 0.000248
+gallium_dri.so free 0x5571735e4ac0 void 0.000248
+gallium_dri.so free 0x5571735e4980 void 0.000189
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000197
+gallium_dri.so free 0x5571735e4b80 void 0.000318
+gallium_dri.so free 0x5571735e4ac0 void 0.000252
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000356
+gallium_dri.so free 0x5571735e4c40 void 0.000319
+gallium_dri.so free 0x5571735e4ac0 void 0.000308
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000284
+gallium_dri.so free 0x5571735e4d00 void 0.000287
+gallium_dri.so free 0x5571735e4ac0 void 0.000258
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000271
+gallium_dri.so free 0x5571735e4d80 void 0.000179
+gallium_dri.so free 0x5571735e4cb0 void 0.000235
+gallium_dri.so malloc 72 0x5571735e4dd0 0.000234
+gallium_dri.so free 0x5571735e4e40 void 0.000171
+gallium_dri.so free 0x5571735e4dd0 void 0.000176
+gallium_dri.so malloc 72 0x5571735e4e80 0.000178
+gallium_dri.so free 0x5571735e4f00 void 0.000170
+gallium_dri.so free 0x5571735e4e80 void 0.000170
+gallium_dri.so malloc 72 0x5571735e4e80 0.000169
+gallium_dri.so free 0x5571735e4f80 void 0.000172
+gallium_dri.so free 0x5571735e4e80 void 0.000182
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000178
+gallium_dri.so free 0x5571735e5000 void 0.000182
+gallium_dri.so free 0x5571735e4fb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000228
+gallium_dri.so free 0x5571735e5100 void 0.000210
+gallium_dri.so free 0x5571735e4fb0 void 0.000225
+gallium_dri.so malloc 72 0x5571735e50b0 0.000177
+gallium_dri.so free 0x5571735e51c0 void 0.000181
+gallium_dri.so free 0x5571735e50b0 void 0.000216
+gallium_dri.so malloc 72 0x5571735e5170 0.000241
+gallium_dri.so free 0x5571735e5200 void 0.000233
+gallium_dri.so free 0x5571735e5170 void 0.000177
+gallium_dri.so malloc 72 0x5571735e5170 0.000185
+gallium_dri.so free 0x5571735e52c0 void 0.000321
+gallium_dri.so free 0x5571735e5170 void 0.000217
+gallium_dri.so malloc 72 0x5571735e5330 0.000302
+gallium_dri.so free 0x5571735e5380 void 0.000301
+gallium_dri.so free 0x5571735e5330 void 0.000211
+gallium_dri.so malloc 72 0x5571735e5330 0.000218
+gallium_dri.so free 0x5571735e5480 void 0.000181
+gallium_dri.so free 0x5571735e5330 void 0.000190
+gallium_dri.so malloc 72 0x5571735e5430 0.000233
+gallium_dri.so free 0x5571735e5540 void 0.000229
+gallium_dri.so free 0x5571735e5430 void 0.000223
+gallium_dri.so malloc 72 0x5571735e54f0 0.000133
+gallium_dri.so free 0x5571735e5580 void 0.000131
+gallium_dri.so free 0x5571735e54f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e54f0 0.000242
+gallium_dri.so free 0x5571735e5640 void 0.000296
+gallium_dri.so free 0x5571735e54f0 void 0.000333
+gallium_dri.so malloc 72 0x5571735e5680 0.000294
+gallium_dri.so free 0x5571735e5700 void 0.000278
+gallium_dri.so free 0x5571735e5680 void 0.000290
+gallium_dri.so malloc 72 0x5571735e5700 0.000268
+gallium_dri.so free 0x5571735e57c0 void 0.000270
+gallium_dri.so free 0x5571735e5700 void 0.000289
+gallium_dri.so malloc 72 0x5571735e5700 0.000271
+gallium_dri.so free 0x5571735e5880 void 0.000331
+gallium_dri.so free 0x5571735e5700 void 0.000295
+gallium_dri.so malloc 72 0x5571735e58a0 0.000283
+gallium_dri.so free 0x5571735e5940 void 0.000246
+gallium_dri.so free 0x5571735e58a0 void 0.000240
+gallium_dri.so malloc 72 0x5571735e58f0 0.000244
+gallium_dri.so free 0x5571735e59c0 void 0.000232
+gallium_dri.so free 0x5571735e58f0 void 0.000241
+gallium_dri.so malloc 72 0x5571735e58f0 0.000244
+gallium_dri.so free 0x5571735e5a40 void 0.000232
+gallium_dri.so free 0x5571735e58f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5a40 0.000130
+gallium_dri.so free 0x5571735e5b00 void 0.000142
+gallium_dri.so free 0x5571735e5a40 void 0.000179
+gallium_dri.so malloc 72 0x5571735e5a40 0.000138
+gallium_dri.so free 0x5571735e5bc0 void 0.000138
+gallium_dri.so free 0x5571735e5a40 void 0.000133
+gallium_dri.so malloc 72 0x5571735e5a40 0.000128
+gallium_dri.so free 0x5571735e5c80 void 0.000128
+gallium_dri.so free 0x5571735e5a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5c30 0.000138
+gallium_dri.so free 0x5571735e5d40 void 0.000175
+gallium_dri.so free 0x5571735e5c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000133
+gallium_dri.so free 0x5571735e5dc0 void 0.000137
+gallium_dri.so free 0x5571735e5cf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5e10 0.000182
+gallium_dri.so free 0x5571735e5e80 void 0.000128
+gallium_dri.so free 0x5571735e5e10 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5ea0 0.000137
+gallium_dri.so free 0x5571735e5f40 void 0.000139
+gallium_dri.so free 0x5571735e5ea0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000138
+gallium_dri.so free 0x5571735e5fc0 void 0.000132
+gallium_dri.so free 0x5571735e5ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000126
+gallium_dri.so free 0x5571735e6040 void 0.000128
+gallium_dri.so free 0x5571735e5ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e6040 0.000134
+gallium_dri.so free 0x5571735e6100 void 0.000137
+gallium_dri.so free 0x5571735e6040 void 0.000133
+gallium_dri.so malloc 72 0x5571735e6040 0.000128
+gallium_dri.so free 0x5571735e6200 void 0.000128
+gallium_dri.so free 0x5571735e6040 void 0.000132
+gallium_dri.so malloc 72 0x5571735e61b0 0.000150
+gallium_dri.so free 0x557173455400 void 0.000131
+gallium_dri.so free 0x5571735e61b0 void 0.000126
+gallium_dri.so malloc 72 0x557173455430 0.000126
+gallium_dri.so free 0x557173455480 void 0.000127
+gallium_dri.so free 0x557173455430 void 0.000130
+gallium_dri.so malloc 72 0x557173455430 0.000137
+gallium_dri.so free 0x557173455580 void 0.000138
+gallium_dri.so free 0x557173455430 void 0.000139
+gallium_dri.so malloc 72 0x557173455530 0.000137
+gallium_dri.so free 0x557173455640 void 0.000233
+gallium_dri.so free 0x557173455530 void 0.000284
+gallium_dri.so malloc 72 0x5571734555f0 0.000231
+gallium_dri.so free 0x557173455680 void 0.000250
+gallium_dri.so free 0x5571734555f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734555f0 0.000138
+gallium_dri.so free 0x557173455740 void 0.000137
+gallium_dri.so free 0x5571734555f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734557b0 0.000131
+gallium_dri.so free 0x557173455800 void 0.000128
+gallium_dri.so free 0x5571734557b0 void 0.000139
+gallium_dri.so malloc 72 0x5571734557b0 0.000128
+gallium_dri.so free 0x557173455900 void 0.000127
+gallium_dri.so free 0x5571734557b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734558b0 0.000125
+gallium_dri.so free 0x5571734559c0 void 0.000128
+gallium_dri.so free 0x5571734558b0 void 0.000132
+gallium_dri.so malloc 72 0x557173455970 0.000120
+gallium_dri.so free 0x557173455a00 void 0.000121
+gallium_dri.so free 0x557173455970 void 0.000119
+gallium_dri.so malloc 72 0x557173455970 0.000119
+gallium_dri.so free 0x557173455ac0 void 0.000121
+gallium_dri.so free 0x557173455970 void 0.000119
+gallium_dri.so malloc 72 0x557173455b00 0.000120
+gallium_dri.so free 0x557173455b80 void 0.000121
+gallium_dri.so free 0x557173455b00 void 0.000119
+gallium_dri.so malloc 72 0x557173455b80 0.000120
+gallium_dri.so free 0x557173455c40 void 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000119
+gallium_dri.so malloc 72 0x557173455b80 0.000120
+gallium_dri.so free 0x557173455d00 void 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000118
+gallium_dri.so malloc 72 0x557173455d20 0.000119
+gallium_dri.so free 0x557173455dc0 void 0.000120
+gallium_dri.so free 0x557173455d20 void 0.000126
+gallium_dri.so malloc 72 0x557173455d70 0.000121
+gallium_dri.so free 0x557173455e40 void 0.000125
+gallium_dri.so free 0x557173455d70 void 0.000119
+gallium_dri.so malloc 72 0x557173455d70 0.000118
+gallium_dri.so free 0x557173455ec0 void 0.000121
+gallium_dri.so free 0x557173455d70 void 0.000119
+gallium_dri.so malloc 72 0x557173455ec0 0.000119
+gallium_dri.so free 0x557173455f80 void 0.000120
+gallium_dri.so free 0x557173455ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173455ec0 0.000120
+gallium_dri.so free 0x557173456040 void 0.000120
+gallium_dri.so free 0x557173455ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173455ec0 0.000118
+gallium_dri.so free 0x557173456100 void 0.000121
+gallium_dri.so free 0x557173455ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571734560b0 0.000121
+gallium_dri.so free 0x5571734561c0 void 0.000120
+gallium_dri.so free 0x5571734560b0 void 0.000119
+gallium_dri.so malloc 72 0x557173456170 0.000118
+gallium_dri.so free 0x557173456240 void 0.000120
+gallium_dri.so free 0x557173456170 void 0.000118
+gallium_dri.so malloc 72 0x557173456290 0.000118
+gallium_dri.so free 0x557173456300 void 0.000121
+gallium_dri.so free 0x557173456290 void 0.000118
+gallium_dri.so malloc 72 0x557173456320 0.000120
+gallium_dri.so free 0x5571734563c0 void 0.000120
+gallium_dri.so free 0x557173456320 void 0.000119
+gallium_dri.so malloc 72 0x557173456370 0.000154
+gallium_dri.so free 0x557173456440 void 0.000121
+gallium_dri.so free 0x557173456370 void 0.000119
+gallium_dri.so malloc 72 0x557173456370 0.000118
+gallium_dri.so free 0x5571734564c0 void 0.000121
+gallium_dri.so free 0x557173456370 void 0.000118
+gallium_dri.so malloc 72 0x5571734564c0 0.000119
+gallium_dri.so free 0x557173456580 void 0.000119
+gallium_dri.so free 0x5571734564c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734564c0 0.000120
+gallium_dri.so free 0x557173456680 void 0.000121
+gallium_dri.so free 0x5571734564c0 void 0.000118
+gallium_dri.so malloc 72 0x557173456630 0.000119
+gallium_dri.so free 0x5571734566c0 void 0.000120
+gallium_dri.so free 0x557173456630 void 0.000118
+gallium_dri.so malloc 72 0x557173456630 0.000119
+gallium_dri.so free 0x557173456780 void 0.000121
+gallium_dri.so free 0x557173456630 void 0.000118
+gallium_dri.so malloc 72 0x5571734567c0 0.000121
+gallium_dri.so free 0x557173456840 void 0.000121
+gallium_dri.so free 0x5571734567c0 void 0.000119
+gallium_dri.so malloc 72 0x557173456840 0.000117
+gallium_dri.so free 0x557173456900 void 0.000126
+gallium_dri.so free 0x557173456840 void 0.000114
+gallium_dri.so malloc 72 0x557173456840 0.000113
+gallium_dri.so free 0x557173456980 void 0.000115
+gallium_dri.so free 0x557173456840 void 0.000130
+gallium_dri.so malloc 72 0x5571734569b0 0.000115
+gallium_dri.so free 0x557173456a00 void 0.000115
+gallium_dri.so free 0x5571734569b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734569b0 0.000114
+gallium_dri.so free 0x557173456b00 void 0.000114
+gallium_dri.so free 0x5571734569b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456b40 0.000113
+gallium_dri.so free 0x557173456bc0 void 0.000114
+gallium_dri.so free 0x557173456b40 void 0.000112
+gallium_dri.so malloc 72 0x557173456bc0 0.000112
+gallium_dri.so free 0x557173456c80 void 0.000114
+gallium_dri.so free 0x557173456bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173456bc0 0.000115
+gallium_dri.so free 0x557173456d00 void 0.000115
+gallium_dri.so free 0x557173456bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173456d30 0.000113
+gallium_dri.so free 0x557173456d80 void 0.000114
+gallium_dri.so free 0x557173456d30 void 0.000114
+gallium_dri.so malloc 72 0x557173456d30 0.000112
+gallium_dri.so free 0x557173456e80 void 0.000114
+gallium_dri.so free 0x557173456d30 void 0.000112
+gallium_dri.so malloc 72 0x557173456e30 0.000114
+gallium_dri.so free 0x557173456f40 void 0.000113
+gallium_dri.so free 0x557173456e30 void 0.000113
+gallium_dri.so malloc 72 0x557173456ef0 0.000114
+gallium_dri.so free 0x557173456fc0 void 0.000115
+gallium_dri.so free 0x557173456ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173456ef0 0.000115
+gallium_dri.so free 0x557173457080 void 0.000115
+gallium_dri.so free 0x557173456ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173456ef0 0.000112
+gallium_dri.so free 0x557173457140 void 0.000114
+gallium_dri.so free 0x557173456ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000113
+gallium_dri.so free 0x5571734571c0 void 0.000114
+gallium_dri.so free 0x5571734570f0 void 0.000112
+gallium_dri.so malloc 72 0x557173457210 0.000112
+gallium_dri.so free 0x557173457280 void 0.000115
+gallium_dri.so free 0x557173457210 void 0.000114
+gallium_dri.so malloc 72 0x5571734572a0 0.000112
+gallium_dri.so free 0x557173457340 void 0.000115
+gallium_dri.so free 0x5571734572a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734572f0 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000115
+gallium_dri.so free 0x5571734572f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734573c0 0.000115
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734573c0 0.000112
+gallium_dri.so free 0x557173457500 void 0.000113
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so malloc 72 0x557173457500 0.000112
+gallium_dri.so free 0x5571734575c0 void 0.000114
+gallium_dri.so free 0x557173457500 void 0.000112
+gallium_dri.so malloc 72 0x557173457500 0.000183
+gallium_dri.so free 0x557173457680 void 0.000115
+gallium_dri.so free 0x557173457500 void 0.000113
+gallium_dri.so malloc 72 0x557173457500 0.000117
+gallium_dri.so free 0x557173457740 void 0.000115
+gallium_dri.so free 0x557173457500 void 0.000116
+gallium_dri.so malloc 72 0x5571734576f0 0.000114
+gallium_dri.so free 0x5571734577c0 void 0.000115
+gallium_dri.so free 0x5571734576f0 void 0.000113
+gallium_dri.so malloc 72 0x557173457810 0.000114
+gallium_dri.so free 0x557173457880 void 0.000113
+gallium_dri.so free 0x557173457810 void 0.000113
+gallium_dri.so malloc 72 0x5571734578c0 0.000118
+gallium_dri.so free 0x557173457940 void 0.000116
+gallium_dri.so free 0x5571734578c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734578c0 0.000114
+gallium_dri.so free 0x5571734579c0 void 0.000114
+gallium_dri.so free 0x5571734578c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734579f0 0.000114
+gallium_dri.so free 0x557173457a40 void 0.000115
+gallium_dri.so free 0x5571734579f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734579f0 0.000113
+gallium_dri.so free 0x557173457b40 void 0.000113
+gallium_dri.so free 0x5571734579f0 void 0.000112
+gallium_dri.so malloc 72 0x557173457af0 0.000111
+gallium_dri.so free 0x557173457c00 void 0.000114
+gallium_dri.so free 0x557173457af0 void 0.000113
+gallium_dri.so malloc 72 0x557173457bb0 0.000127
+gallium_dri.so free 0x557173457c40 void 0.000116
+gallium_dri.so free 0x557173457bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457bb0 0.000114
+gallium_dri.so free 0x557173457d00 void 0.000113
+gallium_dri.so free 0x557173457bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173457d70 0.000114
+gallium_dri.so free 0x557173457dc0 void 0.000116
+gallium_dri.so free 0x557173457d70 void 0.000113
+gallium_dri.so malloc 72 0x557173457d70 0.000114
+gallium_dri.so free 0x557173457ec0 void 0.000115
+gallium_dri.so free 0x557173457d70 void 0.000113
+gallium_dri.so malloc 72 0x557173457e70 0.000113
+gallium_dri.so free 0x557173457f80 void 0.000114
+gallium_dri.so free 0x557173457e70 void 0.000114
+gallium_dri.so malloc 72 0x557173457f30 0.000113
+gallium_dri.so free 0x557173457fc0 void 0.000114
+gallium_dri.so free 0x557173457f30 void 0.000113
+gallium_dri.so malloc 72 0x557173457f30 0.000113
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x557173457f30 void 0.000112
+gallium_dri.so malloc 72 0x5571734580c0 0.000114
+gallium_dri.so free 0x557173458140 void 0.000115
+gallium_dri.so free 0x5571734580c0 void 0.000114
+gallium_dri.so malloc 72 0x557173458140 0.000114
+gallium_dri.so free 0x557173458200 void 0.000114
+gallium_dri.so free 0x557173458140 void 0.000113
+gallium_dri.so malloc 72 0x557173458140 0.000123
+gallium_dri.so free 0x5571734582c0 void 0.000116
+gallium_dri.so free 0x557173458140 void 0.000112
+gallium_dri.so malloc 72 0x5571734582e0 0.000112
+gallium_dri.so free 0x557173458380 void 0.000115
+gallium_dri.so free 0x5571734582e0 void 0.000113
+gallium_dri.so malloc 72 0x557173458330 0.000113
+gallium_dri.so free 0x557173458400 void 0.000115
+gallium_dri.so free 0x557173458330 void 0.000114
+gallium_dri.so malloc 72 0x557173458330 0.000113
+gallium_dri.so free 0x557173458480 void 0.000115
+gallium_dri.so free 0x557173458330 void 0.000113
+gallium_dri.so malloc 72 0x557173458480 0.000113
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000114
+gallium_dri.so malloc 72 0x557173458480 0.000115
+gallium_dri.so free 0x557173458600 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000112
+gallium_dri.so malloc 72 0x557173458480 0.000114
+gallium_dri.so free 0x5571734586c0 void 0.000115
+gallium_dri.so free 0x557173458480 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000114
+gallium_dri.so free 0x557173458780 void 0.000114
+gallium_dri.so free 0x557173458670 void 0.000114
+gallium_dri.so malloc 72 0x557173458730 0.000113
+gallium_dri.so free 0x557173458800 void 0.000114
+gallium_dri.so free 0x557173458730 void 0.000113
+gallium_dri.so malloc 72 0x557173458850 0.000114
+gallium_dri.so free 0x5571734588c0 void 0.000125
+gallium_dri.so free 0x557173458850 void 0.000115
+gallium_dri.so malloc 72 0x5571734588e0 0.000120
+gallium_dri.so free 0x557173458980 void 0.000116
+gallium_dri.so free 0x5571734588e0 void 0.000114
+gallium_dri.so malloc 72 0x557173458930 0.000114
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so free 0x557173458930 void 0.000113
+gallium_dri.so malloc 72 0x557173458930 0.000113
+gallium_dri.so free 0x557173458a80 void 0.000115
+gallium_dri.so free 0x557173458930 void 0.000114
+gallium_dri.so malloc 72 0x557173458a80 0.000115
+gallium_dri.so free 0x55717358e6c0 void 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000114
+gallium_dri.so malloc 72 0x557173458a80 0.000114
+gallium_dri.so free 0x55717358e7c0 void 0.000114
+gallium_dri.so free 0x557173458a80 void 0.000114
+gallium_dri.so malloc 72 0x55717358e770 0.000115
+gallium_dri.so free 0x557173458b40 void 0.000116
+gallium_dri.so free 0x55717358e770 void 0.000114
+gallium_dri.so malloc 72 0x55717358e770 0.000114
+gallium_dri.so free 0x55717358e800 void 0.000114
+gallium_dri.so free 0x55717358e770 void 0.000114
+gallium_dri.so malloc 72 0x55717358e770 0.000116
+gallium_dri.so free 0x55717358e900 void 0.000115
+gallium_dri.so free 0x55717358e770 void 0.000114
+gallium_dri.so malloc 72 0x55717358e8b0 0.000114
+gallium_dri.so free 0x55717358e9c0 void 0.000116
+gallium_dri.so free 0x55717358e8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e970 0.000111
+gallium_dri.so free 0x55717358ea00 void 0.000115
+gallium_dri.so free 0x55717358e970 void 0.000111
+gallium_dri.so malloc 72 0x55717358e970 0.000113
+gallium_dri.so free 0x55717358eac0 void 0.000115
+gallium_dri.so free 0x55717358e970 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb30 0.000114
+gallium_dri.so free 0x55717358eb80 void 0.000114
+gallium_dri.so free 0x55717358eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb30 0.000113
+gallium_dri.so free 0x55717358ec80 void 0.000114
+gallium_dri.so free 0x55717358eb30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000112
+gallium_dri.so free 0x55717358ed40 void 0.000113
+gallium_dri.so free 0x55717358ec30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecf0 0.000111
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so free 0x55717358ecf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ecf0 0.000112
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so free 0x55717358ecf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee80 0.000111
+gallium_dri.so free 0x55717358ef00 void 0.000112
+gallium_dri.so free 0x55717358ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef00 0.000112
+gallium_dri.so free 0x55717358efc0 void 0.000125
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef00 0.000114
+gallium_dri.so free 0x55717358f080 void 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0a0 0.000113
+gallium_dri.so free 0x55717358f140 void 0.000115
+gallium_dri.so free 0x55717358f0a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f0f0 0.000114
+gallium_dri.so free 0x55717358f1c0 void 0.000115
+gallium_dri.so free 0x55717358f0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f0f0 0.000112
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so free 0x55717358f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f240 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000116
+gallium_dri.so free 0x55717358f240 void 0.000112
+gallium_dri.so malloc 72 0x55717358f240 0.000112
+gallium_dri.so free 0x55717358f3c0 void 0.000113
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so malloc 72 0x55717358f240 0.000119
+gallium_dri.so free 0x55717358f480 void 0.000114
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so malloc 72 0x55717358f430 0.000112
+gallium_dri.so free 0x55717358f540 void 0.000114
+gallium_dri.so free 0x55717358f430 void 0.000111
+gallium_dri.so malloc 72 0x55717358f4f0 0.000113
+gallium_dri.so free 0x55717358f5c0 void 0.000116
+gallium_dri.so free 0x55717358f4f0 void 0.000160
+gallium_dri.so malloc 72 0x55717358f610 0.000114
+gallium_dri.so free 0x55717358f680 void 0.000112
+gallium_dri.so free 0x55717358f610 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6a0 0.000113
+gallium_dri.so free 0x55717358f740 void 0.000113
+gallium_dri.so free 0x55717358f6a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f7c0 void 0.000112
+gallium_dri.so free 0x55717358f6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f840 void 0.000112
+gallium_dri.so free 0x55717358f6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f840 0.000180
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so free 0x55717358f840 void 0.000115
+gallium_dri.so malloc 72 0x55717358f840 0.000114
+gallium_dri.so free 0x55717358fa00 void 0.000115
+gallium_dri.so free 0x55717358f840 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9b0 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000114
+gallium_dri.so free 0x55717358f9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9b0 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000115
+gallium_dri.so free 0x55717358f9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fb40 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so free 0x55717358fb40 void 0.000120
+gallium_dri.so malloc 72 0x55717358fbc0 0.000112
+gallium_dri.so free 0x55717358fc80 void 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000114
+gallium_dri.so free 0x55717358fd00 void 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd30 0.000112
+gallium_dri.so free 0x55717358fd80 void 0.000114
+gallium_dri.so free 0x55717358fd30 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd30 0.000113
+gallium_dri.so free 0x55717358fe80 void 0.000113
+gallium_dri.so free 0x55717358fd30 void 0.000112
+gallium_dri.so malloc 72 0x55717358fec0 0.000112
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff40 0.000111
+gallium_dri.so free 0x557173590000 void 0.000121
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff40 0.000112
+gallium_dri.so free 0x557173590080 void 0.000113
+gallium_dri.so free 0x55717358ff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735900b0 0.000114
+gallium_dri.so free 0x557173590100 void 0.000115
+gallium_dri.so free 0x5571735900b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735900b0 0.000111
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so free 0x5571735900b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735901b0 0.000116
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so free 0x5571735901b0 void 0.000115
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x557173590340 void 0.000116
+gallium_dri.so free 0x557173590270 void 0.000139
+gallium_dri.so malloc 72 0x557173590270 0.000115
+gallium_dri.so free 0x557173590400 void 0.000115
+gallium_dri.so free 0x557173590270 void 0.000119
+gallium_dri.so malloc 72 0x557173590270 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000115
+gallium_dri.so free 0x557173590270 void 0.000128
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x557173590540 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000113
+gallium_dri.so malloc 72 0x557173590590 0.000114
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so free 0x557173590590 void 0.000112
+gallium_dri.so malloc 72 0x557173590620 0.000114
+gallium_dri.so free 0x5571735906c0 void 0.000114
+gallium_dri.so free 0x557173590620 void 0.000114
+gallium_dri.so malloc 72 0x557173590670 0.000114
+gallium_dri.so free 0x557173590740 void 0.000115
+gallium_dri.so free 0x557173590670 void 0.000114
+gallium_dri.so malloc 72 0x557173590740 0.000113
+gallium_dri.so free 0x557173590800 void 0.000113
+gallium_dri.so free 0x557173590740 void 0.000124
+gallium_dri.so malloc 72 0x557173590740 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000112
+gallium_dri.so free 0x557173590940 void 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000112
+gallium_dri.so free 0x557173590a00 void 0.000116
+gallium_dri.so free 0x557173590880 void 0.000114
+gallium_dri.so malloc 72 0x557173590880 0.000112
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so free 0x557173590880 void 0.000112
+gallium_dri.so malloc 72 0x557173590a70 0.000112
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173590a70 void 0.000113
+gallium_dri.so malloc 72 0x557173590b90 0.000114
+gallium_dri.so free 0x557173590c00 void 0.000113
+gallium_dri.so free 0x557173590b90 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000115
+gallium_dri.so free 0x557173590cc0 void 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000114
+gallium_dri.so malloc 72 0x557173590c40 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000116
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590d70 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000113
+gallium_dri.so free 0x557173590d70 void 0.000112
+gallium_dri.so malloc 72 0x557173590d70 0.000166
+gallium_dri.so free 0x557173590ec0 void 0.000115
+gallium_dri.so free 0x557173590d70 void 0.000113
+gallium_dri.so malloc 72 0x557173590e70 0.000113
+gallium_dri.so free 0x557173590f80 void 0.000115
+gallium_dri.so free 0x557173590e70 void 0.000112
+gallium_dri.so malloc 72 0x557173590f30 0.000111
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so free 0x557173590f30 void 0.000112
+gallium_dri.so malloc 72 0x557173590f30 0.000112
+gallium_dri.so free 0x557173591080 void 0.000114
+gallium_dri.so free 0x557173590f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735910f0 0.000111
+gallium_dri.so free 0x557173591140 void 0.000113
+gallium_dri.so free 0x5571735910f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735910f0 0.000111
+gallium_dri.so free 0x557173591240 void 0.000119
+gallium_dri.so free 0x5571735910f0 void 0.000247
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591300 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912b0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735912b0 0.000113
+gallium_dri.so free 0x557173591400 void 0.000118
+gallium_dri.so free 0x5571735912b0 void 0.000124
+gallium_dri.so malloc 72 0x557173591440 0.000115
+gallium_dri.so free 0x5571735914c0 void 0.000115
+gallium_dri.so free 0x557173591440 void 0.000113
+gallium_dri.so malloc 72 0x5571735914c0 0.000115
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914c0 0.000112
+gallium_dri.so free 0x557173591640 void 0.000115
+gallium_dri.so free 0x5571735914c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591660 0.000113
+gallium_dri.so free 0x557173591700 void 0.000114
+gallium_dri.so free 0x557173591660 void 0.000112
+gallium_dri.so malloc 72 0x5571735916b0 0.000113
+gallium_dri.so free 0x557173591780 void 0.000116
+gallium_dri.so free 0x5571735916b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735916b0 0.000112
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x5571735916b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591800 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so malloc 72 0x557173591800 0.000112
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so free 0x557173591800 void 0.000112
+gallium_dri.so malloc 72 0x557173591800 0.000113
+gallium_dri.so free 0x557173591a40 void 0.000115
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so malloc 72 0x5571735919f0 0.000128
+gallium_dri.so free 0x557173591b00 void 0.000115
+gallium_dri.so free 0x5571735919f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ab0 0.000112
+gallium_dri.so free 0x557173591b80 void 0.000113
+gallium_dri.so free 0x557173591ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173591bd0 0.000113
+gallium_dri.so free 0x557173591c40 void 0.000116
+gallium_dri.so free 0x557173591bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173591c60 0.000113
+gallium_dri.so free 0x557173591d00 void 0.000113
+gallium_dri.so free 0x557173591c60 void 0.000113
+gallium_dri.so malloc 72 0x557173591cb0 0.000112
+gallium_dri.so free 0x557173591d80 void 0.000113
+gallium_dri.so free 0x557173591cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173591cb0 0.000111
+gallium_dri.so free 0x557173591e00 void 0.000115
+gallium_dri.so free 0x557173591cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173591e00 0.000112
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so free 0x557173591e00 void 0.000111
+gallium_dri.so malloc 72 0x557173591e00 0.000118
+gallium_dri.so free 0x557173459c40 void 0.000125
+gallium_dri.so free 0x557173591e00 void 0.000122
+gallium_dri.so malloc 72 0x557173459bf0 0.000119
+gallium_dri.so free 0x557173459c80 void 0.000116
+gallium_dri.so free 0x557173459bf0 void 0.000212
+gallium_dri.so malloc 72 0x557173459bf0 0.000123
+gallium_dri.so free 0x557173459d40 void 0.000155
+gallium_dri.so free 0x557173459bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173459d80 0.000115
+gallium_dri.so free 0x557173459e00 void 0.000114
+gallium_dri.so free 0x557173459d80 void 0.000113
+gallium_dri.so malloc 72 0x557173459e00 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000112
+gallium_dri.so malloc 72 0x557173459e00 0.000112
+gallium_dri.so free 0x557173459f40 void 0.000113
+gallium_dri.so free 0x557173459e00 void 0.000112
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x557173459fc0 void 0.000114
+gallium_dri.so free 0x557173459f70 void 0.000118
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x55717345a0c0 void 0.000113
+gallium_dri.so free 0x557173459f70 void 0.000115
+gallium_dri.so malloc 72 0x55717345a100 0.000111
+gallium_dri.so free 0x55717345a180 void 0.000114
+gallium_dri.so free 0x55717345a100 void 0.000113
+gallium_dri.so malloc 72 0x55717345a180 0.000113
+gallium_dri.so free 0x55717345a240 void 0.000115
+gallium_dri.so free 0x55717345a180 void 0.000113
+gallium_dri.so malloc 72 0x55717345a180 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000115
+gallium_dri.so free 0x55717345a180 void 0.000125
+gallium_dri.so malloc 72 0x55717345a2f0 0.000114
+gallium_dri.so free 0x55717345a340 void 0.000115
+gallium_dri.so free 0x55717345a2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a2f0 0.000113
+gallium_dri.so free 0x55717345a440 void 0.000114
+gallium_dri.so free 0x55717345a2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a3f0 0.000114
+gallium_dri.so free 0x55717345a500 void 0.000115
+gallium_dri.so free 0x55717345a3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a4b0 0.000113
+gallium_dri.so free 0x55717345a580 void 0.000116
+gallium_dri.so free 0x55717345a4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a4b0 0.000113
+gallium_dri.so free 0x55717345a640 void 0.000114
+gallium_dri.so free 0x55717345a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a4b0 0.000113
+gallium_dri.so free 0x55717345a700 void 0.000120
+gallium_dri.so free 0x55717345a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a6b0 0.000113
+gallium_dri.so free 0x55717345a780 void 0.000113
+gallium_dri.so free 0x55717345a6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a7d0 0.000118
+gallium_dri.so free 0x55717345a840 void 0.000115
+gallium_dri.so free 0x55717345a7d0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a860 0.000115
+gallium_dri.so free 0x55717345a900 void 0.000114
+gallium_dri.so free 0x55717345a860 void 0.000125
+gallium_dri.so malloc 72 0x55717345a8b0 0.000117
+gallium_dri.so free 0x55717345a980 void 0.000119
+gallium_dri.so free 0x55717345a8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a980 0.000114
+gallium_dri.so free 0x55717345aa40 void 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000111
+gallium_dri.so malloc 72 0x55717345a980 0.000121
+gallium_dri.so free 0x55717345aac0 void 0.000123
+gallium_dri.so free 0x55717345a980 void 0.000127
+gallium_dri.so malloc 72 0x55717345aac0 0.000124
+gallium_dri.so free 0x55717345ab80 void 0.000125
+gallium_dri.so free 0x55717345aac0 void 0.000124
+gallium_dri.so malloc 72 0x55717345aac0 0.000124
+gallium_dri.so free 0x55717345ac40 void 0.000124
+gallium_dri.so free 0x55717345aac0 void 0.000123
+gallium_dri.so malloc 72 0x55717345aac0 0.000125
+gallium_dri.so free 0x55717345ad00 void 0.000120
+gallium_dri.so free 0x55717345aac0 void 0.000119
+gallium_dri.so malloc 72 0x55717345acb0 0.000123
+gallium_dri.so free 0x55717345ad80 void 0.000119
+gallium_dri.so free 0x55717345acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345add0 0.000114
+gallium_dri.so free 0x55717345ae40 void 0.000126
+gallium_dri.so free 0x55717345add0 void 0.000126
+gallium_dri.so malloc 72 0x55717345ae80 0.000122
+gallium_dri.so free 0x55717345af00 void 0.000124
+gallium_dri.so free 0x55717345ae80 void 0.000119
+gallium_dri.so malloc 72 0x55717345ae80 0.000125
+gallium_dri.so free 0x55717345af80 void 0.000125
+gallium_dri.so free 0x55717345ae80 void 0.000119
+gallium_dri.so malloc 72 0x55717345afb0 0.000120
+gallium_dri.so free 0x55717345b000 void 0.000123
+gallium_dri.so free 0x55717345afb0 void 0.000123
+gallium_dri.so malloc 72 0x55717345afb0 0.000119
+gallium_dri.so free 0x55717345b100 void 0.000120
+gallium_dri.so free 0x55717345afb0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b0b0 0.000118
+gallium_dri.so free 0x55717345b1c0 void 0.000114
+gallium_dri.so free 0x55717345b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b170 0.000124
+gallium_dri.so free 0x55717345b200 void 0.000132
+gallium_dri.so free 0x55717345b170 void 0.000125
+gallium_dri.so malloc 72 0x55717345b170 0.000120
+gallium_dri.so free 0x55717345b2c0 void 0.000114
+gallium_dri.so free 0x55717345b170 void 0.000118
+gallium_dri.so malloc 72 0x55717345b330 0.000133
+gallium_dri.so free 0x55717345b380 void 0.000123
+gallium_dri.so free 0x55717345b330 void 0.000120
+gallium_dri.so malloc 72 0x55717345b330 0.000115
+gallium_dri.so free 0x55717345b480 void 0.000118
+gallium_dri.so free 0x55717345b330 void 0.000118
+gallium_dri.so malloc 72 0x55717345b430 0.000116
+gallium_dri.so free 0x55717345b540 void 0.000121
+gallium_dri.so free 0x55717345b430 void 0.000122
+gallium_dri.so malloc 72 0x55717345b4f0 0.000118
+gallium_dri.so free 0x55717345b580 void 0.000114
+gallium_dri.so free 0x55717345b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b4f0 0.000119
+gallium_dri.so free 0x55717345b640 void 0.000124
+gallium_dri.so free 0x55717345b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345b680 0.000114
+gallium_dri.so free 0x55717345b700 void 0.000114
+gallium_dri.so free 0x55717345b680 void 0.000118
+gallium_dri.so malloc 72 0x55717345b700 0.000123
+gallium_dri.so free 0x55717345b7c0 void 0.000124
+gallium_dri.so free 0x55717345b700 void 0.000120
+gallium_dri.so malloc 72 0x55717345b700 0.000114
+gallium_dri.so free 0x55717345b880 void 0.000115
+gallium_dri.so free 0x55717345b700 void 0.000118
+gallium_dri.so malloc 72 0x55717345b8a0 0.000163
+gallium_dri.so free 0x55717345b940 void 0.000199
+gallium_dri.so free 0x55717345b8a0 void 0.000268
+gallium_dri.so malloc 72 0x55717345b8f0 0.000284
+gallium_dri.so free 0x55717345b9c0 void 0.000276
+gallium_dri.so free 0x55717345b8f0 void 0.000277
+gallium_dri.so malloc 72 0x55717345b8f0 0.000278
+gallium_dri.so free 0x55717345ba40 void 0.000281
+gallium_dri.so free 0x55717345b8f0 void 0.000215
+gallium_dri.so malloc 72 0x55717345ba40 0.000209
+gallium_dri.so free 0x55717345bb00 void 0.000165
+gallium_dri.so free 0x55717345ba40 void 0.000120
+gallium_dri.so malloc 72 0x55717345ba40 0.000122
+gallium_dri.so free 0x55717345bbc0 void 0.000122
+gallium_dri.so free 0x55717345ba40 void 0.000120
+gallium_dri.so malloc 72 0x55717345ba40 0.000153
+gallium_dri.so free 0x55717345bc80 void 0.000147
+gallium_dri.so free 0x55717345ba40 void 0.000141
+gallium_dri.so malloc 72 0x55717345bc30 0.000143
+gallium_dri.so free 0x55717345bd40 void 0.000142
+gallium_dri.so free 0x55717345bc30 void 0.000141
+gallium_dri.so malloc 72 0x55717345bcf0 0.000142
+gallium_dri.so free 0x55717345bdc0 void 0.000144
+gallium_dri.so free 0x55717345bcf0 void 0.000142
+gallium_dri.so malloc 72 0x55717345be10 0.000145
+gallium_dri.so free 0x55717345be80 void 0.000143
+gallium_dri.so free 0x55717345be10 void 0.000141
+gallium_dri.so malloc 72 0x55717345bea0 0.000140
+gallium_dri.so free 0x55717345bf40 void 0.000144
+gallium_dri.so free 0x55717345bea0 void 0.000139
+gallium_dri.so malloc 72 0x55717345bef0 0.000143
+gallium_dri.so free 0x55717345bfc0 void 0.000145
+gallium_dri.so free 0x55717345bef0 void 0.000140
+gallium_dri.so malloc 72 0x55717345bef0 0.000142
+gallium_dri.so free 0x55717345c040 void 0.000146
+gallium_dri.so free 0x55717345bef0 void 0.000139
+gallium_dri.so malloc 72 0x55717345c040 0.000141
+gallium_dri.so free 0x55717345c100 void 0.000157
+gallium_dri.so free 0x55717345c040 void 0.000143
+gallium_dri.so malloc 72 0x55717345c040 0.000144
+gallium_dri.so free 0x55717345c200 void 0.000144
+gallium_dri.so free 0x55717345c040 void 0.000142
+gallium_dri.so malloc 72 0x55717345c1b0 0.000161
+gallium_dri.so free 0x55717345c240 void 0.000143
+gallium_dri.so free 0x55717345c1b0 void 0.000143
+gallium_dri.so malloc 72 0x55717345c1b0 0.000147
+gallium_dri.so free 0x55717345c300 void 0.000143
+gallium_dri.so free 0x55717345c1b0 void 0.000155
+gallium_dri.so malloc 72 0x55717345c340 0.000142
+gallium_dri.so free 0x55717345c3c0 void 0.000140
+gallium_dri.so free 0x55717345c340 void 0.000141
+gallium_dri.so malloc 72 0x55717345c3c0 0.000149
+gallium_dri.so free 0x55717345c480 void 0.000128
+gallium_dri.so free 0x55717345c3c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c3c0 0.000127
+gallium_dri.so free 0x55717345c500 void 0.000123
+gallium_dri.so free 0x55717345c3c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345c530 0.000127
+gallium_dri.so free 0x55717345c580 void 0.000124
+gallium_dri.so free 0x55717345c530 void 0.000133
+gallium_dri.so malloc 72 0x55717345c530 0.000129
+gallium_dri.so free 0x55717345c680 void 0.000125
+gallium_dri.so free 0x55717345c530 void 0.000126
+gallium_dri.so malloc 72 0x55717345c6c0 0.000124
+gallium_dri.so free 0x55717345c740 void 0.000128
+gallium_dri.so free 0x55717345c6c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c740 0.000123
+gallium_dri.so free 0x55717345c800 void 0.000124
+gallium_dri.so free 0x55717345c740 void 0.000126
+gallium_dri.so malloc 72 0x55717345c740 0.000127
+gallium_dri.so free 0x55717345c880 void 0.000128
+gallium_dri.so free 0x55717345c740 void 0.000127
+gallium_dri.so malloc 72 0x55717345c8b0 0.000126
+gallium_dri.so free 0x55717345c900 void 0.000126
+gallium_dri.so free 0x55717345c8b0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c8b0 0.000127
+gallium_dri.so free 0x55717345ca00 void 0.000126
+gallium_dri.so free 0x55717345c8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345c9b0 0.000126
+gallium_dri.so free 0x55717345cac0 void 0.000127
+gallium_dri.so free 0x55717345c9b0 void 0.000127
+gallium_dri.so malloc 72 0x55717345ca70 0.000123
+gallium_dri.so free 0x55717345cb40 void 0.000126
+gallium_dri.so free 0x55717345ca70 void 0.000123
+gallium_dri.so malloc 72 0x55717345ca70 0.000137
+gallium_dri.so free 0x55717345cc00 void 0.000125
+gallium_dri.so free 0x55717345ca70 void 0.000127
+gallium_dri.so malloc 72 0x55717345ca70 0.000124
+gallium_dri.so free 0x55717345ccc0 void 0.000125
+gallium_dri.so free 0x55717345ca70 void 0.000121
+gallium_dri.so malloc 72 0x55717345cc70 0.000126
+gallium_dri.so free 0x55717345cd40 void 0.000123
+gallium_dri.so free 0x55717345cc70 void 0.000127
+gallium_dri.so malloc 72 0x55717345cd90 0.000126
+gallium_dri.so free 0x55717345ce00 void 0.000122
+gallium_dri.so free 0x55717345cd90 void 0.000126
+gallium_dri.so malloc 72 0x55717345ce20 0.000126
+gallium_dri.so free 0x55717345cec0 void 0.000125
+gallium_dri.so free 0x55717345ce20 void 0.000126
+gallium_dri.so malloc 72 0x55717345ce70 0.000122
+gallium_dri.so free 0x55717345cf40 void 0.000126
+gallium_dri.so free 0x55717345ce70 void 0.000123
+gallium_dri.so malloc 72 0x55717345cf40 0.000123
+gallium_dri.so free 0x55717345d000 void 0.000124
+gallium_dri.so free 0x55717345cf40 void 0.000127
+gallium_dri.so malloc 72 0x55717345cf40 0.000126
+gallium_dri.so free 0x55717345d080 void 0.000202
+gallium_dri.so free 0x55717345cf40 void 0.000120
+gallium_dri.so malloc 72 0x55717345d080 0.000120
+gallium_dri.so free 0x55717345d140 void 0.000125
+gallium_dri.so free 0x55717345d080 void 0.000122
+gallium_dri.so malloc 72 0x55717345d080 0.000121
+gallium_dri.so free 0x55717345d200 void 0.000122
+gallium_dri.so free 0x55717345d080 void 0.000121
+gallium_dri.so malloc 72 0x55717345d080 0.000123
+gallium_dri.so free 0x55717345d2c0 void 0.000122
+gallium_dri.so free 0x55717345d080 void 0.000122
+gallium_dri.so malloc 72 0x55717345d270 0.000115
+gallium_dri.so free 0x55717345d340 void 0.000115
+gallium_dri.so free 0x55717345d270 void 0.000116
+gallium_dri.so malloc 72 0x55717345d390 0.000116
+gallium_dri.so free 0x55717345d400 void 0.000115
+gallium_dri.so free 0x55717345d390 void 0.000115
+gallium_dri.so malloc 72 0x55717345d440 0.000116
+gallium_dri.so free 0x55717345d4c0 void 0.000115
+gallium_dri.so free 0x55717345d440 void 0.000116
+gallium_dri.so malloc 72 0x55717345d440 0.000114
+gallium_dri.so free 0x55717345d540 void 0.000116
+gallium_dri.so free 0x55717345d440 void 0.000115
+gallium_dri.so malloc 72 0x55717345d570 0.000114
+gallium_dri.so free 0x55717345d5c0 void 0.000116
+gallium_dri.so free 0x55717345d570 void 0.000115
+gallium_dri.so malloc 72 0x55717345d570 0.000116
+gallium_dri.so free 0x55717345d6c0 void 0.000117
+gallium_dri.so free 0x55717345d570 void 0.000117
+gallium_dri.so malloc 72 0x55717345d670 0.000163
+gallium_dri.so free 0x55717345d780 void 0.000116
+gallium_dri.so free 0x55717345d670 void 0.000115
+gallium_dri.so malloc 72 0x55717345d730 0.000116
+gallium_dri.so free 0x55717345d7c0 void 0.000116
+gallium_dri.so free 0x55717345d730 void 0.000116
+gallium_dri.so malloc 72 0x55717345d730 0.000115
+gallium_dri.so free 0x55717345d880 void 0.000115
+gallium_dri.so free 0x55717345d730 void 0.000114
+gallium_dri.so malloc 72 0x55717345d8f0 0.000116
+gallium_dri.so free 0x55717345d940 void 0.000116
+gallium_dri.so free 0x55717345d8f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345d8f0 0.000114
+gallium_dri.so free 0x55717345da40 void 0.000115
+gallium_dri.so free 0x55717345d8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345d9f0 0.000115
+gallium_dri.so free 0x55717345db00 void 0.000116
+gallium_dri.so free 0x55717345d9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345dab0 0.000116
+gallium_dri.so free 0x55717345db40 void 0.000116
+gallium_dri.so free 0x55717345dab0 void 0.000116
+gallium_dri.so malloc 72 0x55717345dab0 0.000115
+gallium_dri.so free 0x55717345dc00 void 0.000117
+gallium_dri.so free 0x55717345dab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345dc40 0.000116
+gallium_dri.so free 0x55717345dcc0 void 0.000118
+gallium_dri.so free 0x55717345dc40 void 0.000123
+gallium_dri.so malloc 72 0x55717345dcc0 0.000117
+gallium_dri.so free 0x55717345dd80 void 0.000114
+gallium_dri.so free 0x55717345dcc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345dcc0 0.000113
+gallium_dri.so free 0x55717345de40 void 0.000114
+gallium_dri.so free 0x55717345dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345de60 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x55717345de60 void 0.000113
+gallium_dri.so malloc 72 0x55717345de60 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x55717345de60 void 0.000113
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da930 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa50 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000112
+gallium_dri.so free 0x5571735daa50 void 0.000114
+gallium_dri.so malloc 72 0x5571735daae0 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735daae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac00 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac00 0.000115
+gallium_dri.so free 0x5571735dad40 void 0.000115
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad40 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000116
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad40 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad40 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000116
+gallium_dri.so free 0x5571735dad40 void 0.000116
+gallium_dri.so malloc 72 0x5571735daf30 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so free 0x5571735daf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735db050 0.000116
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735db050 void 0.000114
+gallium_dri.so malloc 72 0x5571735db100 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000113
+gallium_dri.so malloc 72 0x5571735db100 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so malloc 72 0x5571735db230 0.000112
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735db230 void 0.000113
+gallium_dri.so malloc 72 0x5571735db230 0.000120
+gallium_dri.so free 0x5571735db380 void 0.000116
+gallium_dri.so free 0x5571735db230 void 0.000116
+gallium_dri.so malloc 72 0x5571735db330 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db330 void 0.000116
+gallium_dri.so malloc 72 0x5571735db3f0 0.000114
+gallium_dri.so free 0x5571735db480 void 0.000116
+gallium_dri.so free 0x5571735db3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db3f0 0.000114
+gallium_dri.so free 0x5571735db540 void 0.000115
+gallium_dri.so free 0x5571735db3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5b0 0.000116
+gallium_dri.so free 0x5571735db600 void 0.000115
+gallium_dri.so free 0x5571735db5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5b0 0.000116
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so free 0x5571735db5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6b0 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db770 0.000115
+gallium_dri.so free 0x5571735db800 void 0.000116
+gallium_dri.so free 0x5571735db770 void 0.000116
+gallium_dri.so malloc 72 0x5571735db770 0.000118
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db770 void 0.000193
+gallium_dri.so malloc 72 0x5571735db900 0.000127
+gallium_dri.so free 0x5571735db980 void 0.000158
+gallium_dri.so free 0x5571735db900 void 0.000158
+gallium_dri.so malloc 72 0x5571735db980 0.000123
+gallium_dri.so free 0x5571735dba40 void 0.000124
+gallium_dri.so free 0x5571735db980 void 0.000125
+gallium_dri.so malloc 72 0x5571735db980 0.000124
+gallium_dri.so free 0x5571735dbb00 void 0.000154
+gallium_dri.so free 0x5571735db980 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb20 0.000154
+gallium_dri.so free 0x5571735dbbc0 void 0.000125
+gallium_dri.so free 0x5571735dbb20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb70 0.000124
+gallium_dri.so free 0x5571735dbcc0 void 0.000120
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000124
+gallium_dri.so free 0x5571735dbcc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf70 0.000114
+gallium_dri.so free 0x5571735dc040 void 0.000122
+gallium_dri.so free 0x5571735dbf70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc090 0.000119
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dc090 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc120 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000113
+gallium_dri.so free 0x5571735dc120 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc170 0.000122
+gallium_dri.so free 0x5571735dc240 void 0.000122
+gallium_dri.so free 0x5571735dc170 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc170 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000133
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000116
+gallium_dri.so free 0x5571735dc380 void 0.000120
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000117
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc430 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc430 0.000120
+gallium_dri.so free 0x5571735dc580 void 0.000115
+gallium_dri.so free 0x5571735dc430 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000119
+gallium_dri.so free 0x5571735dc640 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc640 0.000123
+gallium_dri.so free 0x5571735dc700 void 0.000124
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc640 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000120
+gallium_dri.so free 0x5571735dc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000170
+gallium_dri.so free 0x5571735dc800 void 0.000125
+gallium_dri.so free 0x5571735dc7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000133
+gallium_dri.so free 0x5571735dc900 void 0.000131
+gallium_dri.so free 0x5571735dc7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc940 0.000140
+gallium_dri.so free 0x5571735dc9c0 void 0.000127
+gallium_dri.so free 0x5571735dc940 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000125
+gallium_dri.so free 0x5571735dca80 void 0.000124
+gallium_dri.so free 0x5571735dc9c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000127
+gallium_dri.so free 0x5571735dcb00 void 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb30 0.000130
+gallium_dri.so free 0x5571735dcb80 void 0.000126
+gallium_dri.so free 0x5571735dcb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcb30 0.000130
+gallium_dri.so free 0x5571735dcc80 void 0.000130
+gallium_dri.so free 0x5571735dcb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcc30 0.000134
+gallium_dri.so free 0x5571735dcd40 void 0.000131
+gallium_dri.so free 0x5571735dcc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dccf0 0.000126
+gallium_dri.so free 0x5571735dcdc0 void 0.000128
+gallium_dri.so free 0x5571735dccf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dccf0 0.000130
+gallium_dri.so free 0x5571735dce80 void 0.000128
+gallium_dri.so free 0x5571735dccf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dccf0 0.000128
+gallium_dri.so free 0x5571735dcf40 void 0.000128
+gallium_dri.so free 0x5571735dccf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcef0 0.000124
+gallium_dri.so free 0x5571735dcfc0 void 0.000123
+gallium_dri.so free 0x5571735dcef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd010 0.000124
+gallium_dri.so free 0x5571735dd080 void 0.000127
+gallium_dri.so free 0x5571735dd010 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000127
+gallium_dri.so free 0x5571735dd140 void 0.000124
+gallium_dri.so free 0x5571735dd0a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000121
+gallium_dri.so free 0x5571735dd1c0 void 0.000140
+gallium_dri.so free 0x5571735dd0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000130
+gallium_dri.so free 0x5571735dd280 void 0.000129
+gallium_dri.so free 0x5571735dd1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000121
+gallium_dri.so free 0x5571735dd300 void 0.000126
+gallium_dri.so free 0x5571735dd1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd300 0.000121
+gallium_dri.so free 0x5571735dd3c0 void 0.000123
+gallium_dri.so free 0x5571735dd300 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd300 0.000131
+gallium_dri.so free 0x5571735dd480 void 0.000130
+gallium_dri.so free 0x5571735dd300 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd300 0.000130
+gallium_dri.so free 0x5571735dd540 void 0.000131
+gallium_dri.so free 0x5571735dd300 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000240
+gallium_dri.so free 0x5571735dd5c0 void 0.000329
+gallium_dri.so free 0x5571735dd4f0 void 0.000397
+gallium_dri.so malloc 72 0x5571735dd610 0.000306
+gallium_dri.so free 0x5571735dd680 void 0.000219
+gallium_dri.so free 0x5571735dd610 void 0.000185
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000219
+gallium_dri.so free 0x5571735dd740 void 0.000230
+gallium_dri.so free 0x5571735dd6c0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000139
+gallium_dri.so free 0x5571735dd7c0 void 0.000139
+gallium_dri.so free 0x5571735dd6c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000140
+gallium_dri.so free 0x5571735dd840 void 0.000138
+gallium_dri.so free 0x5571735dd7f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000138
+gallium_dri.so free 0x5571735dd940 void 0.000139
+gallium_dri.so free 0x5571735dd7f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000140
+gallium_dri.so free 0x5571735dda00 void 0.000138
+gallium_dri.so free 0x5571735dd8f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000138
+gallium_dri.so free 0x5571735dda40 void 0.000139
+gallium_dri.so free 0x5571735dd9b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000140
+gallium_dri.so free 0x5571735ddb00 void 0.000137
+gallium_dri.so free 0x5571735dd9b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ddb70 0.000139
+gallium_dri.so free 0x5571735ddbc0 void 0.000140
+gallium_dri.so free 0x5571735ddb70 void 0.000138
+gallium_dri.so malloc 72 0x5571735ddb70 0.000144
+gallium_dri.so free 0x5571735ddcc0 void 0.000139
+gallium_dri.so free 0x5571735ddb70 void 0.000138
+gallium_dri.so malloc 72 0x5571735ddc70 0.000145
+gallium_dri.so free 0x5571735ddd80 void 0.000140
+gallium_dri.so free 0x5571735ddc70 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddd30 0.000137
+gallium_dri.so free 0x5571735dddc0 void 0.000139
+gallium_dri.so free 0x5571735ddd30 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddd30 0.000139
+gallium_dri.so free 0x5571735dde80 void 0.000139
+gallium_dri.so free 0x5571735ddd30 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddec0 0.000139
+gallium_dri.so free 0x5571735ddf40 void 0.000139
+gallium_dri.so free 0x5571735ddec0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ddf40 0.000138
+gallium_dri.so free 0x5571735de000 void 0.000139
+gallium_dri.so free 0x5571735ddf40 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddf40 0.000139
+gallium_dri.so free 0x5571735de0c0 void 0.000137
+gallium_dri.so free 0x5571735ddf40 void 0.000140
+gallium_dri.so malloc 72 0x5571735de0e0 0.000137
+gallium_dri.so free 0x5571735de180 void 0.000139
+gallium_dri.so free 0x5571735de0e0 void 0.000138
+gallium_dri.so malloc 72 0x5571735de130 0.000137
+gallium_dri.so free 0x5571735de200 void 0.000138
+gallium_dri.so free 0x5571735de130 void 0.000141
+gallium_dri.so malloc 72 0x5571735de130 0.000139
+gallium_dri.so free 0x5571735de280 void 0.000140
+gallium_dri.so free 0x5571735de130 void 0.000140
+gallium_dri.so malloc 72 0x5571735de280 0.000138
+gallium_dri.so free 0x5571735de340 void 0.000140
+gallium_dri.so free 0x5571735de280 void 0.000140
+gallium_dri.so malloc 72 0x5571735de280 0.000146
+gallium_dri.so free 0x5571735de400 void 0.000157
+gallium_dri.so free 0x5571735de280 void 0.000154
+gallium_dri.so malloc 72 0x5571735de280 0.000156
+gallium_dri.so free 0x5571735de4c0 void 0.000156
+gallium_dri.so free 0x5571735de280 void 0.000155
+gallium_dri.so malloc 72 0x5571735de470 0.000155
+gallium_dri.so free 0x5571735de580 void 0.000157
+gallium_dri.so free 0x5571735de470 void 0.000154
+gallium_dri.so malloc 72 0x5571735de530 0.000156
+gallium_dri.so free 0x5571735de600 void 0.000155
+gallium_dri.so free 0x5571735de530 void 0.000154
+gallium_dri.so malloc 72 0x5571735de650 0.000155
+gallium_dri.so free 0x5571735de6c0 void 0.000154
+gallium_dri.so free 0x5571735de650 void 0.000157
+gallium_dri.so malloc 72 0x5571735de6e0 0.000154
+gallium_dri.so free 0x5571735de780 void 0.000155
+gallium_dri.so free 0x5571735de6e0 void 0.000155
+gallium_dri.so malloc 72 0x5571735de730 0.000154
+gallium_dri.so free 0x5571735de800 void 0.000156
+gallium_dri.so free 0x5571735de730 void 0.000165
+gallium_dri.so malloc 72 0x5571735de730 0.000156
+gallium_dri.so free 0x5571735de880 void 0.000155
+gallium_dri.so free 0x5571735de730 void 0.000155
+gallium_dri.so malloc 72 0x5571735de880 0.000160
+gallium_dri.so free 0x5571735de940 void 0.000132
+gallium_dri.so free 0x5571735de880 void 0.000132
+gallium_dri.so malloc 72 0x5571735de880 0.000132
+gallium_dri.so free 0x5571735dea40 void 0.000132
+gallium_dri.so free 0x5571735de880 void 0.000131
+gallium_dri.so malloc 72 0x5571735de9f0 0.000132
+gallium_dri.so free 0x5571735dea80 void 0.000133
+gallium_dri.so free 0x5571735de9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de9f0 0.000132
+gallium_dri.so free 0x5571735deb40 void 0.000131
+gallium_dri.so free 0x5571735de9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735deb80 0.000131
+gallium_dri.so free 0x5571735dec00 void 0.000134
+gallium_dri.so free 0x5571735deb80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dec00 0.000133
+gallium_dri.so free 0x5571735decc0 void 0.000133
+gallium_dri.so free 0x5571735dec00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dec00 0.000146
+gallium_dri.so free 0x5571735ded40 void 0.000133
+gallium_dri.so free 0x5571735dec00 void 0.000133
+gallium_dri.so malloc 72 0x5571735ded70 0.000131
+gallium_dri.so free 0x5571735dedc0 void 0.000131
+gallium_dri.so free 0x5571735ded70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded70 0.000134
+gallium_dri.so free 0x5571735deec0 void 0.000133
+gallium_dri.so free 0x5571735ded70 void 0.000132
+gallium_dri.so malloc 72 0x5571735def00 0.000132
+gallium_dri.so free 0x5571735def80 void 0.000132
+gallium_dri.so free 0x5571735def00 void 0.000133
+gallium_dri.so malloc 72 0x5571735def80 0.000132
+gallium_dri.so free 0x5571735df040 void 0.000132
+gallium_dri.so free 0x5571735def80 void 0.000131
+gallium_dri.so malloc 72 0x5571735def80 0.000132
+gallium_dri.so free 0x5571735df0c0 void 0.000131
+gallium_dri.so free 0x5571735def80 void 0.000131
+gallium_dri.so malloc 72 0x5571735df0f0 0.000131
+gallium_dri.so free 0x5571735df140 void 0.000131
+gallium_dri.so free 0x5571735df0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df0f0 0.000131
+gallium_dri.so free 0x5571735df240 void 0.000132
+gallium_dri.so free 0x5571735df0f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735df1f0 0.000132
+gallium_dri.so free 0x5571735df300 void 0.000133
+gallium_dri.so free 0x5571735df1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df2b0 0.000133
+gallium_dri.so free 0x5571735df380 void 0.000132
+gallium_dri.so free 0x5571735df2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df2b0 0.000133
+gallium_dri.so free 0x5571735df440 void 0.000131
+gallium_dri.so free 0x5571735df2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df2b0 0.000130
+gallium_dri.so free 0x5571735df500 void 0.000132
+gallium_dri.so free 0x5571735df2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4b0 0.000134
+gallium_dri.so free 0x5571735df580 void 0.000133
+gallium_dri.so free 0x5571735df4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5d0 0.000132
+gallium_dri.so free 0x5571735df640 void 0.000131
+gallium_dri.so free 0x5571735df5d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df660 0.000136
+gallium_dri.so free 0x5571735df700 void 0.000133
+gallium_dri.so free 0x5571735df660 void 0.000132
+gallium_dri.so malloc 72 0x5571735df6b0 0.000132
+gallium_dri.so free 0x5571735df780 void 0.000142
+gallium_dri.so free 0x5571735df6b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df780 0.000133
+gallium_dri.so free 0x5571735df840 void 0.000132
+gallium_dri.so free 0x5571735df780 void 0.000131
+gallium_dri.so malloc 72 0x5571735df780 0.000130
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so free 0x5571735df780 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8c0 0.000132
+gallium_dri.so free 0x5571735df980 void 0.000131
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8c0 0.000130
+gallium_dri.so free 0x5571735dfa40 void 0.000132
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8c0 0.000131
+gallium_dri.so free 0x5571735dfb00 void 0.000131
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfab0 0.000154
+gallium_dri.so free 0x5571735dfb80 void 0.000132
+gallium_dri.so free 0x5571735dfab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000132
+gallium_dri.so free 0x5571735dfc40 void 0.000132
+gallium_dri.so free 0x5571735dfbd0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfc80 0.000133
+gallium_dri.so free 0x5571735dfd00 void 0.000132
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfc80 0.000133
+gallium_dri.so free 0x5571735dfd80 void 0.000133
+gallium_dri.so free 0x5571735dfc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000133
+gallium_dri.so free 0x5571735dfe00 void 0.000132
+gallium_dri.so free 0x5571735dfdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000131
+gallium_dri.so free 0x5571735dff00 void 0.000131
+gallium_dri.so free 0x5571735dfdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000131
+gallium_dri.so free 0x5571735dffc0 void 0.000132
+gallium_dri.so free 0x5571735dfeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dff70 0.000131
+gallium_dri.so free 0x5571735e0000 void 0.000130
+gallium_dri.so free 0x5571735dff70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dff70 0.000132
+gallium_dri.so free 0x5571735e00c0 void 0.000130
+gallium_dri.so free 0x5571735dff70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0130 0.000132
+gallium_dri.so free 0x5571735e0180 void 0.000131
+gallium_dri.so free 0x5571735e0130 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0130 0.000133
+gallium_dri.so free 0x5571735e0280 void 0.000131
+gallium_dri.so free 0x5571735e0130 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0230 0.000133
+gallium_dri.so free 0x5571735e0340 void 0.000132
+gallium_dri.so free 0x5571735e0230 void 0.000132
+gallium_dri.so malloc 72 0x5571735e02f0 0.000133
+gallium_dri.so free 0x5571735e0380 void 0.000132
+gallium_dri.so free 0x5571735e02f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e02f0 0.000132
+gallium_dri.so free 0x5571735e0440 void 0.000133
+gallium_dri.so free 0x5571735e02f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0480 0.000132
+gallium_dri.so free 0x5571735e0500 void 0.000131
+gallium_dri.so free 0x5571735e0480 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0500 0.000135
+gallium_dri.so free 0x5571735e05c0 void 0.000133
+gallium_dri.so free 0x5571735e0500 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0500 0.000131
+gallium_dri.so free 0x5571735e0680 void 0.000131
+gallium_dri.so free 0x5571735e0500 void 0.000132
+gallium_dri.so malloc 72 0x5571735e06a0 0.000132
+gallium_dri.so free 0x5571735e0740 void 0.000137
+gallium_dri.so free 0x5571735e06a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e06f0 0.000131
+gallium_dri.so free 0x5571735e07c0 void 0.000132
+gallium_dri.so free 0x5571735e06f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e06f0 0.000131
+gallium_dri.so free 0x5571735e0840 void 0.000131
+gallium_dri.so free 0x5571735e06f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0840 0.000132
+gallium_dri.so free 0x5571735e0900 void 0.000133
+gallium_dri.so free 0x5571735e0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0840 0.000132
+gallium_dri.so free 0x5571735e09c0 void 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0840 0.000132
+gallium_dri.so free 0x5571735e0a80 void 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0a30 0.000134
+gallium_dri.so free 0x5571735e0b40 void 0.000131
+gallium_dri.so free 0x5571735e0a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0af0 0.000131
+gallium_dri.so free 0x5571735e0bc0 void 0.000131
+gallium_dri.so free 0x5571735e0af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0c10 0.000131
+gallium_dri.so free 0x5571735e0c80 void 0.000131
+gallium_dri.so free 0x5571735e0c10 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000131
+gallium_dri.so free 0x5571735e0d40 void 0.000130
+gallium_dri.so free 0x5571735e0ca0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000131
+gallium_dri.so free 0x5571735e0dc0 void 0.000129
+gallium_dri.so free 0x5571735e0cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000129
+gallium_dri.so free 0x5571735e0e40 void 0.000130
+gallium_dri.so free 0x5571735e0cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0e40 0.000130
+gallium_dri.so free 0x5571735e0f00 void 0.000130
+gallium_dri.so free 0x5571735e0e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0e40 0.000130
+gallium_dri.so free 0x5571735e1000 void 0.000130
+gallium_dri.so free 0x5571735e0e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000130
+gallium_dri.so free 0x5571735e1040 void 0.000131
+gallium_dri.so free 0x5571735e0fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000130
+gallium_dri.so free 0x5571735e1100 void 0.000130
+gallium_dri.so free 0x5571735e0fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1140 0.000132
+gallium_dri.so free 0x5571735e11c0 void 0.000131
+gallium_dri.so free 0x5571735e1140 void 0.000131
+gallium_dri.so malloc 72 0x5571735e11c0 0.000131
+gallium_dri.so free 0x5571735e1280 void 0.000131
+gallium_dri.so free 0x5571735e11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e11c0 0.000130
+gallium_dri.so free 0x5571735e1300 void 0.000132
+gallium_dri.so free 0x5571735e11c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1330 0.000131
+gallium_dri.so free 0x5571735e1380 void 0.000132
+gallium_dri.so free 0x5571735e1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1330 0.000131
+gallium_dri.so free 0x5571735e1480 void 0.000132
+gallium_dri.so free 0x5571735e1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735e14c0 0.000130
+gallium_dri.so free 0x5571735e1540 void 0.000130
+gallium_dri.so free 0x5571735e14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1540 0.000131
+gallium_dri.so free 0x5571735e1600 void 0.000130
+gallium_dri.so free 0x5571735e1540 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1540 0.000130
+gallium_dri.so free 0x5571735e1680 void 0.000135
+gallium_dri.so free 0x5571735e1540 void 0.000131
+gallium_dri.so malloc 72 0x5571735e16b0 0.000131
+gallium_dri.so free 0x5571735e1700 void 0.000133
+gallium_dri.so free 0x5571735e16b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e16b0 0.000131
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so free 0x5571735e16b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e17b0 0.000131
+gallium_dri.so free 0x5571735e18c0 void 0.000133
+gallium_dri.so free 0x5571735e17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1870 0.000132
+gallium_dri.so free 0x5571735e1940 void 0.000131
+gallium_dri.so free 0x5571735e1870 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1870 0.000131
+gallium_dri.so free 0x5571735e1a00 void 0.000130
+gallium_dri.so free 0x5571735e1870 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1870 0.000130
+gallium_dri.so free 0x5571735e1ac0 void 0.000130
+gallium_dri.so free 0x5571735e1870 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1a70 0.000130
+gallium_dri.so free 0x5571735e1b40 void 0.000133
+gallium_dri.so free 0x5571735e1a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1b90 0.000135
+gallium_dri.so free 0x5571735e1c00 void 0.000130
+gallium_dri.so free 0x5571735e1b90 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c20 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000131
+gallium_dri.so free 0x5571735e1c20 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c70 0.000132
+gallium_dri.so free 0x5571735e1d40 void 0.000132
+gallium_dri.so free 0x5571735e1c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1d40 0.000131
+gallium_dri.so free 0x5571735e1e00 void 0.000132
+gallium_dri.so free 0x5571735e1d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1d40 0.000130
+gallium_dri.so free 0x5571735e1e80 void 0.000132
+gallium_dri.so free 0x5571735e1d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1e80 0.000131
+gallium_dri.so free 0x5571735e1f40 void 0.000131
+gallium_dri.so free 0x5571735e1e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1e80 0.000131
+gallium_dri.so free 0x5571735e2000 void 0.000131
+gallium_dri.so free 0x5571735e1e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1e80 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000134
+gallium_dri.so free 0x5571735e1e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2070 0.000131
+gallium_dri.so free 0x5571735e2140 void 0.000131
+gallium_dri.so free 0x5571735e2070 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2190 0.000130
+gallium_dri.so free 0x5571735e2200 void 0.000130
+gallium_dri.so free 0x5571735e2190 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2240 0.000131
+gallium_dri.so free 0x5571735e22c0 void 0.000131
+gallium_dri.so free 0x5571735e2240 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2240 0.000130
+gallium_dri.so free 0x5571735e2340 void 0.000132
+gallium_dri.so free 0x5571735e2240 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2370 0.000130
+gallium_dri.so free 0x5571735e23c0 void 0.000132
+gallium_dri.so free 0x5571735e2370 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2370 0.000128
+gallium_dri.so free 0x5571735e24c0 void 0.000132
+gallium_dri.so free 0x5571735e2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2470 0.000130
+gallium_dri.so free 0x5571735e2580 void 0.000131
+gallium_dri.so free 0x5571735e2470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2530 0.000131
+gallium_dri.so free 0x5571735e25c0 void 0.000178
+gallium_dri.so free 0x5571735e2530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2530 0.000130
+gallium_dri.so free 0x5571735e2680 void 0.000131
+gallium_dri.so free 0x5571735e2530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e26f0 0.000130
+gallium_dri.so free 0x5571735e2740 void 0.000130
+gallium_dri.so free 0x5571735e26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e26f0 0.000131
+gallium_dri.so free 0x5571735e2840 void 0.000130
+gallium_dri.so free 0x5571735e26f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e27f0 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so free 0x5571735e27f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e28b0 0.000130
+gallium_dri.so free 0x5571735e2940 void 0.000131
+gallium_dri.so free 0x5571735e28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28b0 0.000130
+gallium_dri.so free 0x5571735e2a00 void 0.000131
+gallium_dri.so free 0x5571735e28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2a40 0.000130
+gallium_dri.so free 0x5571735e2ac0 void 0.000131
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000142
+gallium_dri.so free 0x5571735e2b80 void 0.000132
+gallium_dri.so free 0x5571735e2ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000130
+gallium_dri.so free 0x5571735e2c40 void 0.000131
+gallium_dri.so free 0x5571735e2ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2c60 0.000130
+gallium_dri.so free 0x5571735e2d00 void 0.000131
+gallium_dri.so free 0x5571735e2c60 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000131
+gallium_dri.so free 0x5571735e2d80 void 0.000131
+gallium_dri.so free 0x5571735e2cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000131
+gallium_dri.so free 0x5571735e2e00 void 0.000130
+gallium_dri.so free 0x5571735e2cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2e00 0.000129
+gallium_dri.so free 0x5571735e2ec0 void 0.000130
+gallium_dri.so free 0x5571735e2e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2e00 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000132
+gallium_dri.so free 0x5571735e2e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2e00 0.000132
+gallium_dri.so free 0x5571735e3040 void 0.000130
+gallium_dri.so free 0x5571735e2e00 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000131
+gallium_dri.so free 0x5571735e3100 void 0.000131
+gallium_dri.so free 0x5571735e2ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e30b0 0.000130
+gallium_dri.so free 0x5571735e3180 void 0.000133
+gallium_dri.so free 0x5571735e30b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e31d0 0.000129
+gallium_dri.so free 0x5571735e3240 void 0.000130
+gallium_dri.so free 0x5571735e31d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3260 0.000130
+gallium_dri.so free 0x5571735e3300 void 0.000131
+gallium_dri.so free 0x5571735e3260 void 0.000130
+gallium_dri.so malloc 72 0x5571735e32b0 0.000131
+gallium_dri.so free 0x5571735e3380 void 0.000130
+gallium_dri.so free 0x5571735e32b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e32b0 0.000131
+gallium_dri.so free 0x5571735e3400 void 0.000132
+gallium_dri.so free 0x5571735e32b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3400 0.000131
+gallium_dri.so free 0x5571735e34c0 void 0.000131
+gallium_dri.so free 0x5571735e3400 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3400 0.000130
+gallium_dri.so free 0x5571735e35c0 void 0.000142
+gallium_dri.so free 0x5571735e3400 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3570 0.000131
+gallium_dri.so free 0x5571735e3600 void 0.000132
+gallium_dri.so free 0x5571735e3570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3570 0.000131
+gallium_dri.so free 0x5571735e36c0 void 0.000130
+gallium_dri.so free 0x5571735e3570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3700 0.000129
+gallium_dri.so free 0x5571735e3780 void 0.000131
+gallium_dri.so free 0x5571735e3700 void 0.000132
+gallium_dri.so malloc 72 0x5571735e37d0 0.000132
+gallium_dri.so free 0x5571735bee80 void 0.000131
+gallium_dri.so free 0x5571735e37d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735beea0 0.000131
+gallium_dri.so free 0x5571735bef40 void 0.000131
+gallium_dri.so free 0x5571735beea0 void 0.000131
+gallium_dri.so malloc 72 0x5571735beef0 0.000131
+gallium_dri.so free 0x5571735befc0 void 0.000131
+gallium_dri.so free 0x5571735beef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735beef0 0.000130
+gallium_dri.so free 0x5571735bf0c0 void 0.000132
+gallium_dri.so free 0x5571735beef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf070 0.000140
+gallium_dri.so free 0x5571735bf140 void 0.000131
+gallium_dri.so free 0x5571735bf070 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf190 0.000129
+gallium_dri.so free 0x5571735bf200 void 0.000132
+gallium_dri.so free 0x5571735bf190 void 0.000134
+gallium_dri.so malloc 72 0x5571735bf220 0.000132
+gallium_dri.so free 0x5571735bf2c0 void 0.000130
+gallium_dri.so free 0x5571735bf220 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf270 0.000131
+gallium_dri.so free 0x5571735bf340 void 0.000131
+gallium_dri.so free 0x5571735bf270 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf270 0.000132
+gallium_dri.so free 0x5571735bf3c0 void 0.000130
+gallium_dri.so free 0x5571735bf270 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000130
+gallium_dri.so free 0x5571735bf480 void 0.000131
+gallium_dri.so free 0x5571735bf3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000131
+gallium_dri.so free 0x5571735bf580 void 0.000132
+gallium_dri.so free 0x5571735bf3c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf3c0 0.000130
+gallium_dri.so free 0x5571735bf600 void 0.000131
+gallium_dri.so free 0x5571735bf3c0 void 0.000175
+gallium_dri.so malloc 72 0x5571735bf630 0.000132
+gallium_dri.so free 0x5571735bf680 void 0.000132
+gallium_dri.so free 0x5571735bf630 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf630 0.000129
+gallium_dri.so free 0x5571735bf780 void 0.000132
+gallium_dri.so free 0x5571735bf630 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf730 0.000129
+gallium_dri.so free 0x5571735bf840 void 0.000131
+gallium_dri.so free 0x5571735bf730 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000130
+gallium_dri.so free 0x5571735bf880 void 0.000131
+gallium_dri.so free 0x5571735bf7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf7f0 0.000131
+gallium_dri.so free 0x5571735bf940 void 0.000132
+gallium_dri.so free 0x5571735bf7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf990 0.000130
+gallium_dri.so free 0x5571735bfa00 void 0.000130
+gallium_dri.so free 0x5571735bf990 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfa40 0.000130
+gallium_dri.so free 0x5571735bfac0 void 0.000131
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfac0 0.000129
+gallium_dri.so free 0x5571735bfb80 void 0.000138
+gallium_dri.so free 0x5571735bfac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfac0 0.000131
+gallium_dri.so free 0x5571735bfc00 void 0.000130
+gallium_dri.so free 0x5571735bfac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfc30 0.000131
+gallium_dri.so free 0x5571735bfc80 void 0.000130
+gallium_dri.so free 0x5571735bfc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfc30 0.000132
+gallium_dri.so free 0x5571735bfd80 void 0.000132
+gallium_dri.so free 0x5571735bfc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfd30 0.000130
+gallium_dri.so free 0x5571735bfe40 void 0.000131
+gallium_dri.so free 0x5571735bfd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfdf0 0.000131
+gallium_dri.so free 0x5571735bfec0 void 0.000132
+gallium_dri.so free 0x5571735bfdf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735bfee0 0.000131
+gallium_dri.so free 0x5571735bff80 void 0.000131
+gallium_dri.so free 0x5571735bfee0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bff30 0.000132
+gallium_dri.so free 0x5571735c0000 void 0.000131
+gallium_dri.so free 0x5571735bff30 void 0.000131
+gallium_dri.so malloc 72 0x5571735bff30 0.000133
+gallium_dri.so free 0x5571735c0080 void 0.000132
+gallium_dri.so free 0x5571735bff30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0080 0.000130
+gallium_dri.so free 0x5571735c0140 void 0.000130
+gallium_dri.so free 0x5571735c0080 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0080 0.000130
+gallium_dri.so free 0x5571735c0200 void 0.000132
+gallium_dri.so free 0x5571735c0080 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0080 0.000131
+gallium_dri.so free 0x5571735c02c0 void 0.000131
+gallium_dri.so free 0x5571735c0080 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0270 0.000132
+gallium_dri.so free 0x5571735c02c0 void 0.000131
+gallium_dri.so free 0x5571735c0270 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0270 0.000131
+gallium_dri.so free 0x5571735c03c0 void 0.000130
+gallium_dri.so free 0x5571735c0270 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0370 0.000131
+gallium_dri.so free 0x5571735c0480 void 0.000132
+gallium_dri.so free 0x5571735c0370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0430 0.000130
+gallium_dri.so free 0x5571735c04c0 void 0.000131
+gallium_dri.so free 0x5571735c0430 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0430 0.000134
+gallium_dri.so free 0x5571735c0580 void 0.000131
+gallium_dri.so free 0x5571735c0430 void 0.000131
+gallium_dri.so malloc 72 0x5571735c05c0 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000130
+gallium_dri.so free 0x5571735c05c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0640 0.000130
+gallium_dri.so free 0x5571735c0700 void 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0640 0.000133
+gallium_dri.so free 0x5571735c07c0 void 0.000130
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c07e0 0.000131
+gallium_dri.so free 0x5571735c0880 void 0.000132
+gallium_dri.so free 0x5571735c07e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0830 0.000131
+gallium_dri.so free 0x5571735c0900 void 0.000131
+gallium_dri.so free 0x5571735c0830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0830 0.000130
+gallium_dri.so free 0x5571735c0980 void 0.000131
+gallium_dri.so free 0x5571735c0830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0980 0.000132
+gallium_dri.so free 0x5571735c0a40 void 0.000139
+gallium_dri.so free 0x5571735c0980 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0980 0.000130
+gallium_dri.so free 0x5571735c0b00 void 0.000132
+gallium_dri.so free 0x5571735c0980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0980 0.000131
+gallium_dri.so free 0x5571735c0bc0 void 0.000131
+gallium_dri.so free 0x5571735c0980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0b70 0.000130
+gallium_dri.so free 0x5571735c0c80 void 0.000131
+gallium_dri.so free 0x5571735c0b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0c30 0.000134
+gallium_dri.so free 0x5571735c0d00 void 0.000132
+gallium_dri.so free 0x5571735c0c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0d50 0.000131
+gallium_dri.so free 0x5571735c0dc0 void 0.000131
+gallium_dri.so free 0x5571735c0d50 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0de0 0.000132
+gallium_dri.so free 0x5571735c0e80 void 0.000130
+gallium_dri.so free 0x5571735c0de0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0e30 0.000131
+gallium_dri.so free 0x5571735c0f00 void 0.000132
+gallium_dri.so free 0x5571735c0e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0e30 0.000129
+gallium_dri.so free 0x5571735c0f80 void 0.000133
+gallium_dri.so free 0x5571735c0e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0f80 0.000129
+gallium_dri.so free 0x5571735c1040 void 0.000132
+gallium_dri.so free 0x5571735c0f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0f80 0.000132
+gallium_dri.so free 0x5571735c1140 void 0.000132
+gallium_dri.so free 0x5571735c0f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c10f0 0.000131
+gallium_dri.so free 0x5571735c1180 void 0.000132
+gallium_dri.so free 0x5571735c10f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c10f0 0.000132
+gallium_dri.so free 0x5571735c1240 void 0.000131
+gallium_dri.so free 0x5571735c10f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1280 0.000132
+gallium_dri.so free 0x5571735c1300 void 0.000130
+gallium_dri.so free 0x5571735c1280 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1300 0.000132
+gallium_dri.so free 0x5571735c13c0 void 0.000131
+gallium_dri.so free 0x5571735c1300 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1300 0.000130
+gallium_dri.so free 0x5571735c1440 void 0.000132
+gallium_dri.so free 0x5571735c1300 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1470 0.000135
+gallium_dri.so free 0x5571735c14c0 void 0.000131
+gallium_dri.so free 0x5571735c1470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1470 0.000131
+gallium_dri.so free 0x5571735c15c0 void 0.000131
+gallium_dri.so free 0x5571735c1470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1600 0.000131
+gallium_dri.so free 0x5571735c1680 void 0.000132
+gallium_dri.so free 0x5571735c1600 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1680 0.000130
+gallium_dri.so free 0x5571735c1740 void 0.000131
+gallium_dri.so free 0x5571735c1680 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1680 0.000132
+gallium_dri.so free 0x5571735c17c0 void 0.000131
+gallium_dri.so free 0x5571735c1680 void 0.000131
+gallium_dri.so malloc 72 0x5571735c17f0 0.000130
+gallium_dri.so free 0x5571735c1840 void 0.000131
+gallium_dri.so free 0x5571735c17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c17f0 0.000132
+gallium_dri.so free 0x5571735c1940 void 0.000131
+gallium_dri.so free 0x5571735c17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c18f0 0.000130
+gallium_dri.so free 0x5571735c1a00 void 0.000132
+gallium_dri.so free 0x5571735c18f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c19b0 0.000134
+gallium_dri.so free 0x5571735c1a80 void 0.000130
+gallium_dri.so free 0x5571735c19b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c19b0 0.000130
+gallium_dri.so free 0x5571735c1b40 void 0.000131
+gallium_dri.so free 0x5571735c19b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c19b0 0.000132
+gallium_dri.so free 0x5571735c1c00 void 0.000131
+gallium_dri.so free 0x5571735c19b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1bb0 0.000130
+gallium_dri.so free 0x5571735c1c80 void 0.000131
+gallium_dri.so free 0x5571735c1bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1cd0 0.000134
+gallium_dri.so free 0x5571735c1d40 void 0.000130
+gallium_dri.so free 0x5571735c1cd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1d60 0.000131
+gallium_dri.so free 0x5571735c1e00 void 0.000131
+gallium_dri.so free 0x5571735c1d60 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1db0 0.000131
+gallium_dri.so free 0x5571735c1e80 void 0.000133
+gallium_dri.so free 0x5571735c1db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e80 0.000131
+gallium_dri.so free 0x5571735c1f40 void 0.000134
+gallium_dri.so free 0x5571735c1e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1e80 0.000131
+gallium_dri.so free 0x5571735c1fc0 void 0.000133
+gallium_dri.so free 0x5571735c1e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000131
+gallium_dri.so free 0x5571735c2080 void 0.000131
+gallium_dri.so free 0x5571735c1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000130
+gallium_dri.so free 0x5571735c2140 void 0.000132
+gallium_dri.so free 0x5571735c1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000131
+gallium_dri.so free 0x5571735c2200 void 0.000133
+gallium_dri.so free 0x5571735c1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c21b0 0.000130
+gallium_dri.so free 0x5571735c2280 void 0.000131
+gallium_dri.so free 0x5571735c21b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c22d0 0.000132
+gallium_dri.so free 0x5571735c2340 void 0.000131
+gallium_dri.so free 0x5571735c22d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2380 0.000130
+gallium_dri.so free 0x5571735c2400 void 0.000133
+gallium_dri.so free 0x5571735c2380 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2380 0.000175
+gallium_dri.so free 0x5571735c2480 void 0.000132
+gallium_dri.so free 0x5571735c2380 void 0.000131
+gallium_dri.so malloc 72 0x5571735c24b0 0.000131
+gallium_dri.so free 0x5571735c2500 void 0.000130
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c24b0 0.000131
+gallium_dri.so free 0x5571735c2600 void 0.000131
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25b0 0.000129
+gallium_dri.so free 0x5571735c26c0 void 0.000131
+gallium_dri.so free 0x5571735c25b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2670 0.000131
+gallium_dri.so free 0x5571735c2700 void 0.000130
+gallium_dri.so free 0x5571735c2670 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2670 0.000132
+gallium_dri.so free 0x5571735c27c0 void 0.000131
+gallium_dri.so free 0x5571735c2670 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2830 0.000130
+gallium_dri.so free 0x5571735c2880 void 0.000134
+gallium_dri.so free 0x5571735c2830 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2830 0.000131
+gallium_dri.so free 0x5571735c2980 void 0.000134
+gallium_dri.so free 0x5571735c2830 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2930 0.000130
+gallium_dri.so free 0x5571735c2a40 void 0.000131
+gallium_dri.so free 0x5571735c2930 void 0.000128
+gallium_dri.so malloc 72 0x5571735c29f0 0.000128
+gallium_dri.so free 0x5571735c2a80 void 0.000130
+gallium_dri.so free 0x5571735c29f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c29f0 0.000131
+gallium_dri.so free 0x5571735c2b40 void 0.000131
+gallium_dri.so free 0x5571735c29f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2b80 0.000131
+gallium_dri.so free 0x5571735c2c00 void 0.000134
+gallium_dri.so free 0x5571735c2b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2c00 0.000132
+gallium_dri.so free 0x5571735c2cc0 void 0.000132
+gallium_dri.so free 0x5571735c2c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2c00 0.000131
+gallium_dri.so free 0x5571735c2d80 void 0.000132
+gallium_dri.so free 0x5571735c2c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2da0 0.000130
+gallium_dri.so free 0x5571735c2e40 void 0.000131
+gallium_dri.so free 0x5571735c2da0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2df0 0.000131
+gallium_dri.so free 0x5571735c2ec0 void 0.000134
+gallium_dri.so free 0x5571735c2df0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2df0 0.000132
+gallium_dri.so free 0x5571735c2f40 void 0.000131
+gallium_dri.so free 0x5571735c2df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2f40 0.000132
+gallium_dri.so free 0x5571735c3000 void 0.000133
+gallium_dri.so free 0x5571735c2f40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2f40 0.000130
+gallium_dri.so free 0x5571735c30c0 void 0.000130
+gallium_dri.so free 0x5571735c2f40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2f40 0.000131
+gallium_dri.so free 0x5571735c3180 void 0.000134
+gallium_dri.so free 0x5571735c2f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3130 0.000133
+gallium_dri.so free 0x5571735c3240 void 0.000132
+gallium_dri.so free 0x5571735c3130 void 0.000132
+gallium_dri.so malloc 72 0x5571735c31f0 0.000132
+gallium_dri.so free 0x5571735c32c0 void 0.000132
+gallium_dri.so free 0x5571735c31f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3310 0.000130
+gallium_dri.so free 0x5571735c3380 void 0.000131
+gallium_dri.so free 0x5571735c3310 void 0.000130
+gallium_dri.so malloc 72 0x5571735c33a0 0.000133
+gallium_dri.so free 0x5571735c3440 void 0.000134
+gallium_dri.so free 0x5571735c33a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c33f0 0.000131
+gallium_dri.so free 0x5571735c34c0 void 0.000133
+gallium_dri.so free 0x5571735c33f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c33f0 0.000131
+gallium_dri.so free 0x5571735c3540 void 0.000133
+gallium_dri.so free 0x5571735c33f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3540 0.000132
+gallium_dri.so free 0x5571735c3600 void 0.000131
+gallium_dri.so free 0x5571735c3540 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3540 0.000132
+gallium_dri.so free 0x5571735c3700 void 0.000136
+gallium_dri.so free 0x5571735c3540 void 0.000133
+gallium_dri.so malloc 72 0x5571735c36b0 0.000131
+gallium_dri.so free 0x5571735c3740 void 0.000131
+gallium_dri.so free 0x5571735c36b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c36b0 0.000131
+gallium_dri.so free 0x5571735c3800 void 0.000130
+gallium_dri.so free 0x5571735c36b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3840 0.000131
+gallium_dri.so free 0x5571735c38c0 void 0.000131
+gallium_dri.so free 0x5571735c3840 void 0.000122
+gallium_dri.so malloc 72 0x5571735c38c0 0.000131
+gallium_dri.so free 0x5571735c3980 void 0.000133
+gallium_dri.so free 0x5571735c38c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38c0 0.000131
+gallium_dri.so free 0x5571735c3a00 void 0.000131
+gallium_dri.so free 0x5571735c38c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3a30 0.000130
+gallium_dri.so free 0x5571735c3a80 void 0.000133
+gallium_dri.so free 0x5571735c3a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3a30 0.000132
+gallium_dri.so free 0x5571735c3b80 void 0.000132
+gallium_dri.so free 0x5571735c3a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000132
+gallium_dri.so free 0x5571735c3c40 void 0.000133
+gallium_dri.so free 0x5571735c3bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3c40 0.000131
+gallium_dri.so free 0x5571735c3d00 void 0.000131
+gallium_dri.so free 0x5571735c3c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3c40 0.000131
+gallium_dri.so free 0x5571735c3d80 void 0.000133
+gallium_dri.so free 0x5571735c3c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3db0 0.000129
+gallium_dri.so free 0x5571735c3e00 void 0.000132
+gallium_dri.so free 0x5571735c3db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3db0 0.000130
+gallium_dri.so free 0x5571735c3f00 void 0.000132
+gallium_dri.so free 0x5571735c3db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000131
+gallium_dri.so free 0x5571735c3fc0 void 0.000133
+gallium_dri.so free 0x5571735c3eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3f70 0.000131
+gallium_dri.so free 0x5571735c4040 void 0.000133
+gallium_dri.so free 0x5571735c3f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3f70 0.000133
+gallium_dri.so free 0x5571735c4100 void 0.000131
+gallium_dri.so free 0x5571735c3f70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3f70 0.000131
+gallium_dri.so free 0x5571735c41c0 void 0.000133
+gallium_dri.so free 0x5571735c3f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4170 0.000132
+gallium_dri.so free 0x5571735c4240 void 0.000131
+gallium_dri.so free 0x5571735c4170 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4290 0.000130
+gallium_dri.so free 0x5571735c4300 void 0.000132
+gallium_dri.so free 0x5571735c4290 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4320 0.000135
+gallium_dri.so free 0x5571735c43c0 void 0.000132
+gallium_dri.so free 0x5571735c4320 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4370 0.000131
+gallium_dri.so free 0x5571735c4440 void 0.000137
+gallium_dri.so free 0x5571735c4370 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4440 0.000133
+gallium_dri.so free 0x5571735c4500 void 0.000133
+gallium_dri.so free 0x5571735c4440 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4440 0.000131
+gallium_dri.so free 0x5571735c4580 void 0.000132
+gallium_dri.so free 0x5571735c4440 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4580 0.000132
+gallium_dri.so free 0x5571735c4640 void 0.000134
+gallium_dri.so free 0x5571735c4580 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4580 0.000132
+gallium_dri.so free 0x5571735c4700 void 0.000134
+gallium_dri.so free 0x5571735c4580 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4580 0.000131
+gallium_dri.so free 0x5571735c47c0 void 0.000133
+gallium_dri.so free 0x5571735c4580 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4770 0.000131
+gallium_dri.so free 0x5571735c4840 void 0.000176
+gallium_dri.so free 0x5571735c4770 void 0.000166
+gallium_dri.so malloc 72 0x5571735c4890 0.000202
+gallium_dri.so free 0x5571735c4900 void 0.000169
+gallium_dri.so free 0x5571735c4890 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4940 0.000132
+gallium_dri.so free 0x5571735c49c0 void 0.000132
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4940 0.000131
+gallium_dri.so free 0x5571735c4a40 void 0.000131
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000132
+gallium_dri.so free 0x5571735c4ac0 void 0.000132
+gallium_dri.so free 0x5571735c4a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000130
+gallium_dri.so free 0x5571735c4bc0 void 0.000131
+gallium_dri.so free 0x5571735c4a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4b70 0.000131
+gallium_dri.so free 0x5571735c4c80 void 0.000131
+gallium_dri.so free 0x5571735c4b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4c30 0.000131
+gallium_dri.so free 0x5571735c4cc0 void 0.000132
+gallium_dri.so free 0x5571735c4c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4c30 0.000135
+gallium_dri.so free 0x5571735c4d80 void 0.000134
+gallium_dri.so free 0x5571735c4c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4df0 0.000131
+gallium_dri.so free 0x5571735c4e40 void 0.000131
+gallium_dri.so free 0x5571735c4df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4df0 0.000131
+gallium_dri.so free 0x5571735c4f40 void 0.000133
+gallium_dri.so free 0x5571735c4df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000130
+gallium_dri.so free 0x5571735c5000 void 0.000132
+gallium_dri.so free 0x5571735c4ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000131
+gallium_dri.so free 0x5571735c5040 void 0.000131
+gallium_dri.so free 0x5571735c4fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000131
+gallium_dri.so free 0x5571735c5100 void 0.000134
+gallium_dri.so free 0x5571735c4fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5140 0.000135
+gallium_dri.so free 0x5571735c51c0 void 0.000132
+gallium_dri.so free 0x5571735c5140 void 0.000132
+gallium_dri.so malloc 72 0x5571735c51c0 0.000133
+gallium_dri.so free 0x5571735c5280 void 0.000139
+gallium_dri.so free 0x5571735c51c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c51c0 0.000134
+gallium_dri.so free 0x5571735c5340 void 0.000132
+gallium_dri.so free 0x5571735c51c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5360 0.000131
+gallium_dri.so free 0x5571735c5400 void 0.000133
+gallium_dri.so free 0x5571735c5360 void 0.000131
+gallium_dri.so malloc 72 0x5571735c53b0 0.000133
+gallium_dri.so free 0x5571735c5480 void 0.000133
+gallium_dri.so free 0x5571735c53b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c53b0 0.000132
+gallium_dri.so free 0x5571735c5500 void 0.000133
+gallium_dri.so free 0x5571735c53b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5500 0.000130
+gallium_dri.so free 0x5571735c55c0 void 0.000131
+gallium_dri.so free 0x5571735c5500 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5500 0.000131
+gallium_dri.so free 0x5571735c5680 void 0.000131
+gallium_dri.so free 0x5571735c5500 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5500 0.000133
+gallium_dri.so free 0x5571735c5740 void 0.000133
+gallium_dri.so free 0x5571735c5500 void 0.000131
+gallium_dri.so malloc 72 0x5571735c56f0 0.000173
+gallium_dri.so free 0x5571735c5800 void 0.000134
+gallium_dri.so free 0x5571735c56f0 void 0.000199
+gallium_dri.so malloc 72 0x5571735c57b0 0.000178
+gallium_dri.so free 0x5571735c5880 void 0.000132
+gallium_dri.so free 0x5571735c57b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c58d0 0.000131
+gallium_dri.so free 0x5571735c5940 void 0.000133
+gallium_dri.so free 0x5571735c58d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5960 0.000131
+gallium_dri.so free 0x5571735c5a00 void 0.000132
+gallium_dri.so free 0x5571735c5960 void 0.000131
+gallium_dri.so malloc 72 0x5571735c59b0 0.000130
+gallium_dri.so free 0x5571735c5a80 void 0.000131
+gallium_dri.so free 0x5571735c59b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c59b0 0.000132
+gallium_dri.so free 0x5571735c5b00 void 0.000132
+gallium_dri.so free 0x5571735c59b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5b00 0.000132
+gallium_dri.so free 0x5571735c5bc0 void 0.000131
+gallium_dri.so free 0x5571735c5b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5b00 0.000133
+gallium_dri.so free 0x5571735c5cc0 void 0.000142
+gallium_dri.so free 0x5571735c5b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5c70 0.000139
+gallium_dri.so free 0x5571735c5d00 void 0.000132
+gallium_dri.so free 0x5571735c5c70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c5c70 0.000133
+gallium_dri.so free 0x5571735c5dc0 void 0.000131
+gallium_dri.so free 0x5571735c5c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5e00 0.000131
+gallium_dri.so free 0x5571735c5e80 void 0.000132
+gallium_dri.so free 0x5571735c5e00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5e80 0.000131
+gallium_dri.so free 0x5571735c5f40 void 0.000134
+gallium_dri.so free 0x5571735c5e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5e80 0.000131
+gallium_dri.so free 0x5571735c5fc0 void 0.000134
+gallium_dri.so free 0x5571735c5e80 void 0.000135
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000135
+gallium_dri.so free 0x5571735c6040 void 0.000133
+gallium_dri.so free 0x5571735c5ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5ff0 0.000132
+gallium_dri.so free 0x5571735c6140 void 0.000132
+gallium_dri.so free 0x5571735c5ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6180 0.000143
+gallium_dri.so free 0x5571735c6200 void 0.000132
+gallium_dri.so free 0x5571735c6180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6200 0.000132
+gallium_dri.so free 0x5571735c62c0 void 0.000132
+gallium_dri.so free 0x5571735c6200 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6200 0.000132
+gallium_dri.so free 0x5571735c6340 void 0.000132
+gallium_dri.so free 0x5571735c6200 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6370 0.000131
+gallium_dri.so free 0x5571735c63c0 void 0.000131
+gallium_dri.so free 0x5571735c6370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6370 0.000132
+gallium_dri.so free 0x5571735c64c0 void 0.000133
+gallium_dri.so free 0x5571735c6370 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6470 0.000132
+gallium_dri.so free 0x5571735c6580 void 0.000131
+gallium_dri.so free 0x5571735c6470 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6530 0.000131
+gallium_dri.so free 0x5571735c6600 void 0.000133
+gallium_dri.so free 0x5571735c6530 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6530 0.000133
+gallium_dri.so free 0x5571735c66c0 void 0.000131
+gallium_dri.so free 0x5571735c6530 void 0.000143
+gallium_dri.so malloc 72 0x5571735c6530 0.000133
+gallium_dri.so free 0x5571735c6780 void 0.000133
+gallium_dri.so free 0x5571735c6530 void 0.000133
+gallium_dri.so malloc 72 0x5571735c6730 0.000132
+gallium_dri.so free 0x5571735c6800 void 0.000132
+gallium_dri.so free 0x5571735c6730 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6850 0.000133
+gallium_dri.so free 0x5571735c68c0 void 0.000133
+gallium_dri.so free 0x5571735c6850 void 0.000131
+gallium_dri.so malloc 72 0x5571735c68e0 0.000133
+gallium_dri.so free 0x5571735c6980 void 0.000133
+gallium_dri.so free 0x5571735c68e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6930 0.000132
+gallium_dri.so free 0x5571735c6a00 void 0.000131
+gallium_dri.so free 0x5571735c6930 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6a00 0.000133
+gallium_dri.so free 0x5571735c6ac0 void 0.000133
+gallium_dri.so free 0x5571735c6a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6a00 0.000132
+gallium_dri.so free 0x5571735c6b40 void 0.000133
+gallium_dri.so free 0x5571735c6a00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c6b40 0.000131
+gallium_dri.so free 0x5571735c6c00 void 0.000144
+gallium_dri.so free 0x5571735c6b40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6b40 0.000133
+gallium_dri.so free 0x5571735c6cc0 void 0.000131
+gallium_dri.so free 0x5571735c6b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6b40 0.000131
+gallium_dri.so free 0x5571735c6d80 void 0.000132
+gallium_dri.so free 0x5571735c6b40 void 0.000137
+gallium_dri.so malloc 72 0x5571735c6d30 0.000133
+gallium_dri.so free 0x5571735c6e00 void 0.000133
+gallium_dri.so free 0x5571735c6d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c6e50 0.000133
+gallium_dri.so free 0x5571735c6ec0 void 0.000133
+gallium_dri.so free 0x5571735c6e50 void 0.000134
+gallium_dri.so malloc 72 0x5571735c6f00 0.000132
+gallium_dri.so free 0x5571735c6f80 void 0.000133
+gallium_dri.so free 0x5571735c6f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6f00 0.000130
+gallium_dri.so free 0x5571735c7000 void 0.000131
+gallium_dri.so free 0x5571735c6f00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7030 0.000131
+gallium_dri.so free 0x5571735c7080 void 0.000132
+gallium_dri.so free 0x5571735c7030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7030 0.000173
+gallium_dri.so free 0x5571735c7180 void 0.000133
+gallium_dri.so free 0x5571735c7030 void 0.000133
+gallium_dri.so malloc 72 0x5571735c7130 0.000131
+gallium_dri.so free 0x5571735c7240 void 0.000132
+gallium_dri.so free 0x5571735c7130 void 0.000142
+gallium_dri.so malloc 72 0x5571735c71f0 0.000132
+gallium_dri.so free 0x5571735c7280 void 0.000132
+gallium_dri.so free 0x5571735c71f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c71f0 0.000131
+gallium_dri.so free 0x5571735c7340 void 0.000131
+gallium_dri.so free 0x5571735c71f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c73b0 0.000132
+gallium_dri.so free 0x5571735c7400 void 0.000132
+gallium_dri.so free 0x5571735c73b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c73b0 0.000131
+gallium_dri.so free 0x5571735c7500 void 0.000132
+gallium_dri.so free 0x5571735c73b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c74b0 0.000132
+gallium_dri.so free 0x5571735c75c0 void 0.000132
+gallium_dri.so free 0x5571735c74b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7570 0.000130
+gallium_dri.so free 0x5571735c7600 void 0.000131
+gallium_dri.so free 0x5571735c7570 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7570 0.000132
+gallium_dri.so free 0x5571735c76c0 void 0.000133
+gallium_dri.so free 0x5571735c7570 void 0.000133
+gallium_dri.so malloc 72 0x5571735c7700 0.000132
+gallium_dri.so free 0x5571735c7780 void 0.000132
+gallium_dri.so free 0x5571735c7700 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7780 0.000133
+gallium_dri.so free 0x5571735c7840 void 0.000132
+gallium_dri.so free 0x5571735c7780 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7780 0.000131
+gallium_dri.so free 0x5571735c7900 void 0.000132
+gallium_dri.so free 0x5571735c7780 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7920 0.000131
+gallium_dri.so free 0x5571735c79c0 void 0.000133
+gallium_dri.so free 0x5571735c7920 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7970 0.000133
+gallium_dri.so free 0x5571735c7a40 void 0.000133
+gallium_dri.so free 0x5571735c7970 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7970 0.000132
+gallium_dri.so free 0x5571735c7ac0 void 0.000133
+gallium_dri.so free 0x5571735c7970 void 0.000135
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000136
+gallium_dri.so free 0x5571735c7b80 void 0.000134
+gallium_dri.so free 0x5571735c7ac0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000132
+gallium_dri.so free 0x5571735c7c40 void 0.000133
+gallium_dri.so free 0x5571735c7ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c7ac0 0.000132
+gallium_dri.so free 0x5571735c7d00 void 0.000132
+gallium_dri.so free 0x5571735c7ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000133
+gallium_dri.so free 0x5571735c7dc0 void 0.000132
+gallium_dri.so free 0x5571735c7cb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c7d70 0.000131
+gallium_dri.so free 0x5571735c7e40 void 0.000134
+gallium_dri.so free 0x5571735c7d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7e90 0.000131
+gallium_dri.so free 0x5571735c7f00 void 0.000130
+gallium_dri.so free 0x5571735c7e90 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7f20 0.000131
+gallium_dri.so free 0x5571735c7fc0 void 0.000132
+gallium_dri.so free 0x5571735c7f20 void 0.000131
+gallium_dri.so malloc 72 0x5571735c7f70 0.000131
+gallium_dri.so free 0x5571735c8040 void 0.000132
+gallium_dri.so free 0x5571735c7f70 void 0.000192
+gallium_dri.so malloc 72 0x5571735c7f70 0.000134
+gallium_dri.so free 0x5571735c80c0 void 0.000165
+gallium_dri.so free 0x5571735c7f70 void 0.000169
+gallium_dri.so malloc 72 0x5571735c80c0 0.000131
+gallium_dri.so free 0x5571735c8180 void 0.000131
+gallium_dri.so free 0x5571735c80c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c80c0 0.000131
+gallium_dri.so free 0x5571735c8280 void 0.000132
+gallium_dri.so free 0x5571735c80c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8230 0.000132
+gallium_dri.so free 0x5571735c82c0 void 0.000132
+gallium_dri.so free 0x5571735c8230 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8230 0.000132
+gallium_dri.so free 0x5571735c8380 void 0.000132
+gallium_dri.so free 0x5571735c8230 void 0.000132
+gallium_dri.so malloc 72 0x5571735c83c0 0.000131
+gallium_dri.so free 0x5571735c8440 void 0.000132
+gallium_dri.so free 0x5571735c83c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8440 0.000130
+gallium_dri.so free 0x5571735c8500 void 0.000132
+gallium_dri.so free 0x5571735c8440 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8440 0.000131
+gallium_dri.so free 0x5571735c8580 void 0.000133
+gallium_dri.so free 0x5571735c8440 void 0.000131
+gallium_dri.so malloc 72 0x5571735c85b0 0.000132
+gallium_dri.so free 0x5571735c8600 void 0.000134
+gallium_dri.so free 0x5571735c85b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c85b0 0.000132
+gallium_dri.so free 0x5571735c8700 void 0.000132
+gallium_dri.so free 0x5571735c85b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c8740 0.000130
+gallium_dri.so free 0x5571735c87c0 void 0.000132
+gallium_dri.so free 0x5571735c8740 void 0.000132
+gallium_dri.so malloc 72 0x5571735c87c0 0.000134
+gallium_dri.so free 0x5571735c8880 void 0.000132
+gallium_dri.so free 0x5571735c87c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c87c0 0.000131
+gallium_dri.so free 0x5571735c8900 void 0.000133
+gallium_dri.so free 0x5571735c87c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8930 0.000131
+gallium_dri.so free 0x5571735c8980 void 0.000132
+gallium_dri.so free 0x5571735c8930 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8930 0.000131
+gallium_dri.so free 0x5571735c8a80 void 0.000134
+gallium_dri.so free 0x5571735c8930 void 0.000137
+gallium_dri.so malloc 72 0x5571735c8a30 0.000135
+gallium_dri.so free 0x5571735c8b40 void 0.000134
+gallium_dri.so free 0x5571735c8a30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8af0 0.000133
+gallium_dri.so free 0x5571735c8bc0 void 0.000132
+gallium_dri.so free 0x5571735c8af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8af0 0.000131
+gallium_dri.so free 0x5571735c8c80 void 0.000131
+gallium_dri.so free 0x5571735c8af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c8af0 0.000133
+gallium_dri.so free 0x5571735c8d40 void 0.000133
+gallium_dri.so free 0x5571735c8af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000131
+gallium_dri.so free 0x5571735c8dc0 void 0.000132
+gallium_dri.so free 0x5571735c8cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8e10 0.000131
+gallium_dri.so free 0x5571735c8e80 void 0.000131
+gallium_dri.so free 0x5571735c8e10 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8ea0 0.000130
+gallium_dri.so free 0x5571735c8f40 void 0.000132
+gallium_dri.so free 0x5571735c8ea0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c8ef0 0.000133
+gallium_dri.so free 0x5571735c8fc0 void 0.000167
+gallium_dri.so free 0x5571735c8ef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8fc0 0.000132
+gallium_dri.so free 0x5571735c9080 void 0.000134
+gallium_dri.so free 0x5571735c8fc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8fc0 0.000131
+gallium_dri.so free 0x5571735c9100 void 0.000132
+gallium_dri.so free 0x5571735c8fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9100 0.000131
+gallium_dri.so free 0x5571735c91c0 void 0.000131
+gallium_dri.so free 0x5571735c9100 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9100 0.000131
+gallium_dri.so free 0x5571735c9280 void 0.000131
+gallium_dri.so free 0x5571735c9100 void 0.000133
+gallium_dri.so malloc 72 0x5571735c9100 0.000131
+gallium_dri.so free 0x5571735c9340 void 0.000133
+gallium_dri.so free 0x5571735c9100 void 0.000132
+gallium_dri.so malloc 72 0x5571735c92f0 0.000132
+gallium_dri.so free 0x5571735c93c0 void 0.000133
+gallium_dri.so free 0x5571735c92f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9410 0.000131
+gallium_dri.so free 0x5571735c9480 void 0.000133
+gallium_dri.so free 0x5571735c9410 void 0.000131
+gallium_dri.so malloc 72 0x5571735c94c0 0.000144
+gallium_dri.so free 0x5571735c9540 void 0.000133
+gallium_dri.so free 0x5571735c94c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c94c0 0.000131
+gallium_dri.so free 0x5571735c95c0 void 0.000131
+gallium_dri.so free 0x5571735c94c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c95f0 0.000131
+gallium_dri.so free 0x5571735c9640 void 0.000134
+gallium_dri.so free 0x5571735c95f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c95f0 0.000131
+gallium_dri.so free 0x5571735c9740 void 0.000131
+gallium_dri.so free 0x5571735c95f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c96f0 0.000131
+gallium_dri.so free 0x5571735c9800 void 0.000134
+gallium_dri.so free 0x5571735c96f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c97b0 0.000131
+gallium_dri.so free 0x5571735c9840 void 0.000131
+gallium_dri.so free 0x5571735c97b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c97b0 0.000133
+gallium_dri.so free 0x5571735c9900 void 0.000133
+gallium_dri.so free 0x5571735c97b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9970 0.000132
+gallium_dri.so free 0x5571735c99c0 void 0.000133
+gallium_dri.so free 0x5571735c9970 void 0.000145
+gallium_dri.so malloc 72 0x5571735c9970 0.000132
+gallium_dri.so free 0x5571735c9ac0 void 0.000132
+gallium_dri.so free 0x5571735c9970 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9a70 0.000132
+gallium_dri.so free 0x5571735c9b80 void 0.000132
+gallium_dri.so free 0x5571735c9a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9b30 0.000131
+gallium_dri.so free 0x5571735c9bc0 void 0.000132
+gallium_dri.so free 0x5571735c9b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9b30 0.000133
+gallium_dri.so free 0x5571735c9c80 void 0.000132
+gallium_dri.so free 0x5571735c9b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9cc0 0.000144
+gallium_dri.so free 0x5571735c9d40 void 0.000132
+gallium_dri.so free 0x5571735c9cc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c9d40 0.000131
+gallium_dri.so free 0x5571735c9e00 void 0.000132
+gallium_dri.so free 0x5571735c9d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9d40 0.000131
+gallium_dri.so free 0x5571735c9ec0 void 0.000133
+gallium_dri.so free 0x5571735c9d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c9ee0 0.000132
+gallium_dri.so free 0x5571735c9f80 void 0.000142
+gallium_dri.so free 0x5571735c9ee0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c9f30 0.000132
+gallium_dri.so free 0x5571735ca000 void 0.000132
+gallium_dri.so free 0x5571735c9f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9f30 0.000131
+gallium_dri.so free 0x5571735ca080 void 0.000135
+gallium_dri.so free 0x5571735c9f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca080 0.000130
+gallium_dri.so free 0x5571735ca140 void 0.000131
+gallium_dri.so free 0x5571735ca080 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca080 0.000130
+gallium_dri.so free 0x5571735ca200 void 0.000131
+gallium_dri.so free 0x5571735ca080 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca080 0.000131
+gallium_dri.so free 0x5571735ca2c0 void 0.000132
+gallium_dri.so free 0x5571735ca080 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca270 0.000131
+gallium_dri.so free 0x5571735ca380 void 0.000131
+gallium_dri.so free 0x5571735ca270 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca330 0.000131
+gallium_dri.so free 0x5571735ca400 void 0.000132
+gallium_dri.so free 0x5571735ca330 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca450 0.000140
+gallium_dri.so free 0x5571735ca4c0 void 0.000133
+gallium_dri.so free 0x5571735ca450 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca4e0 0.000132
+gallium_dri.so free 0x5571735ca580 void 0.000132
+gallium_dri.so free 0x5571735ca4e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca530 0.000132
+gallium_dri.so free 0x5571735ca600 void 0.000131
+gallium_dri.so free 0x5571735ca530 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca530 0.000132
+gallium_dri.so free 0x5571735ca680 void 0.000130
+gallium_dri.so free 0x5571735ca530 void 0.000132
+gallium_dri.so malloc 72 0x5571735ca680 0.000131
+gallium_dri.so free 0x5571735ca740 void 0.000132
+gallium_dri.so free 0x5571735ca680 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca680 0.000131
+gallium_dri.so free 0x5571735ca840 void 0.000131
+gallium_dri.so free 0x5571735ca680 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000132
+gallium_dri.so free 0x5571735ca880 void 0.000131
+gallium_dri.so free 0x5571735ca7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ca7f0 0.000131
+gallium_dri.so free 0x5571735ca940 void 0.000131
+gallium_dri.so free 0x5571735ca7f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735ca980 0.000132
+gallium_dri.so free 0x5571735cae40 void 0.000132
+gallium_dri.so free 0x5571735ca980 void 0.000132
+gallium_dri.so malloc 72 0x5571735cae40 0.000131
+gallium_dri.so free 0x5571735caf00 void 0.000131
+gallium_dri.so free 0x5571735cae40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cae40 0.000131
+gallium_dri.so free 0x5571735cafc0 void 0.000132
+gallium_dri.so free 0x5571735cae40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cae40 0.000133
+gallium_dri.so free 0x5571735cb080 void 0.000132
+gallium_dri.so free 0x5571735cae40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb030 0.000131
+gallium_dri.so free 0x5571735caa00 void 0.000131
+gallium_dri.so free 0x5571735cb030 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb030 0.000130
+gallium_dri.so free 0x5571735cb080 void 0.000131
+gallium_dri.so free 0x5571735cb030 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb080 0.000130
+gallium_dri.so free 0x5571735cb140 void 0.000133
+gallium_dri.so free 0x5571735cb080 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb080 0.000131
+gallium_dri.so free 0x5571735cb200 void 0.000133
+gallium_dri.so free 0x5571735cb080 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb080 0.000131
+gallium_dri.so free 0x5571735cb2c0 void 0.000133
+gallium_dri.so free 0x5571735cb080 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb270 0.000130
+gallium_dri.so free 0x5571735cb340 void 0.000132
+gallium_dri.so free 0x5571735cb270 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb390 0.000131
+gallium_dri.so free 0x5571735cb400 void 0.000132
+gallium_dri.so free 0x5571735cb390 void 0.000135
+gallium_dri.so malloc 72 0x5571735cb460 0.000133
+gallium_dri.so free 0x5571735cb500 void 0.000132
+gallium_dri.so free 0x5571735cb460 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000131
+gallium_dri.so free 0x5571735cb540 void 0.000131
+gallium_dri.so free 0x5571735cb4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb4b0 0.000131
+gallium_dri.so free 0x5571735cb600 void 0.000132
+gallium_dri.so free 0x5571735cb4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb640 0.000131
+gallium_dri.so free 0x5571735cb6c0 void 0.000131
+gallium_dri.so free 0x5571735cb640 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000133
+gallium_dri.so free 0x5571735cb780 void 0.000132
+gallium_dri.so free 0x5571735cb6c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000130
+gallium_dri.so free 0x5571735cb800 void 0.000131
+gallium_dri.so free 0x5571735cb6c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb830 0.000131
+gallium_dri.so free 0x5571735cb880 void 0.000132
+gallium_dri.so free 0x5571735cb830 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb880 0.000132
+gallium_dri.so free 0x5571735cb940 void 0.000133
+gallium_dri.so free 0x5571735cb880 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb880 0.000131
+gallium_dri.so free 0x5571735cba40 void 0.000132
+gallium_dri.so free 0x5571735cb880 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000131
+gallium_dri.so free 0x5571735cbb00 void 0.000131
+gallium_dri.so free 0x5571735cb9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbab0 0.000131
+gallium_dri.so free 0x5571735cbb40 void 0.000133
+gallium_dri.so free 0x5571735cbab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbab0 0.000131
+gallium_dri.so free 0x5571735cbc00 void 0.000131
+gallium_dri.so free 0x5571735cbab0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cbc40 0.000132
+gallium_dri.so free 0x5571735cbcc0 void 0.000132
+gallium_dri.so free 0x5571735cbc40 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000132
+gallium_dri.so free 0x5571735cbd80 void 0.000132
+gallium_dri.so free 0x5571735cbcc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000132
+gallium_dri.so free 0x5571735cbe00 void 0.000131
+gallium_dri.so free 0x5571735cbcc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000131
+gallium_dri.so free 0x5571735cbec0 void 0.000131
+gallium_dri.so free 0x5571735cbcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000130
+gallium_dri.so free 0x5571735cbf80 void 0.000132
+gallium_dri.so free 0x5571735cbcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbf30 0.000131
+gallium_dri.so free 0x5571735cc000 void 0.000131
+gallium_dri.so free 0x5571735cbf30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc050 0.000130
+gallium_dri.so free 0x5571735cc0c0 void 0.000134
+gallium_dri.so free 0x5571735cc050 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc0e0 0.000135
+gallium_dri.so free 0x5571735cc180 void 0.000133
+gallium_dri.so free 0x5571735cc0e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc130 0.000133
+gallium_dri.so free 0x5571735cc200 void 0.000133
+gallium_dri.so free 0x5571735cc130 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc130 0.000133
+gallium_dri.so free 0x5571735cc300 void 0.000132
+gallium_dri.so free 0x5571735cc130 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000132
+gallium_dri.so free 0x5571735cc380 void 0.000131
+gallium_dri.so free 0x5571735cc2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc3d0 0.000132
+gallium_dri.so free 0x5571735cc440 void 0.000134
+gallium_dri.so free 0x5571735cc3d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc460 0.000132
+gallium_dri.so free 0x5571735cc500 void 0.000131
+gallium_dri.so free 0x5571735cc460 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc4b0 0.000130
+gallium_dri.so free 0x5571735cc580 void 0.000131
+gallium_dri.so free 0x5571735cc4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc4b0 0.000132
+gallium_dri.so free 0x5571735cc600 void 0.000131
+gallium_dri.so free 0x5571735cc4b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735cc600 0.000131
+gallium_dri.so free 0x5571735cc6c0 void 0.000132
+gallium_dri.so free 0x5571735cc600 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc600 0.000132
+gallium_dri.so free 0x5571735cc7c0 void 0.000132
+gallium_dri.so free 0x5571735cc600 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc600 0.000130
+gallium_dri.so free 0x5571735cc840 void 0.000132
+gallium_dri.so free 0x5571735cc600 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc870 0.000131
+gallium_dri.so free 0x5571735cc8c0 void 0.000132
+gallium_dri.so free 0x5571735cc870 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc870 0.000131
+gallium_dri.so free 0x5571735cc9c0 void 0.000131
+gallium_dri.so free 0x5571735cc870 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc970 0.000131
+gallium_dri.so free 0x5571735cca80 void 0.000133
+gallium_dri.so free 0x5571735cc970 void 0.000131
+gallium_dri.so malloc 72 0x5571735cca30 0.000130
+gallium_dri.so free 0x5571735ccac0 void 0.000132
+gallium_dri.so free 0x5571735cca30 void 0.000155
+gallium_dri.so malloc 72 0x5571735cca30 0.000132
+gallium_dri.so free 0x5571735ccb80 void 0.000139
+gallium_dri.so free 0x5571735cca30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccbd0 0.000132
+gallium_dri.so free 0x5571735ccc40 void 0.000132
+gallium_dri.so free 0x5571735ccbd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccc80 0.000130
+gallium_dri.so free 0x5571735ccd00 void 0.000132
+gallium_dri.so free 0x5571735ccc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccd00 0.000131
+gallium_dri.so free 0x5571735ccdc0 void 0.000131
+gallium_dri.so free 0x5571735ccd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccd00 0.000131
+gallium_dri.so free 0x5571735cce40 void 0.000132
+gallium_dri.so free 0x5571735ccd00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cce70 0.000131
+gallium_dri.so free 0x5571735ccec0 void 0.000132
+gallium_dri.so free 0x5571735cce70 void 0.000134
+gallium_dri.so malloc 72 0x5571735cce70 0.000131
+gallium_dri.so free 0x5571735ccfc0 void 0.000133
+gallium_dri.so free 0x5571735cce70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccf70 0.000130
+gallium_dri.so free 0x5571735cd080 void 0.000131
+gallium_dri.so free 0x5571735ccf70 void 0.000133
+gallium_dri.so malloc 72 0x5571735cd030 0.000140
+gallium_dri.so free 0x5571735cd100 void 0.000132
+gallium_dri.so free 0x5571735cd030 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd120 0.000131
+gallium_dri.so free 0x5571735cd1c0 void 0.000131
+gallium_dri.so free 0x5571735cd120 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd170 0.000130
+gallium_dri.so free 0x5571735cd240 void 0.000132
+gallium_dri.so free 0x5571735cd170 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd170 0.000131
+gallium_dri.so free 0x5571735cd2c0 void 0.000131
+gallium_dri.so free 0x5571735cd170 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000131
+gallium_dri.so free 0x5571735cd380 void 0.000132
+gallium_dri.so free 0x5571735cd2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000131
+gallium_dri.so free 0x5571735cd440 void 0.000133
+gallium_dri.so free 0x5571735cd2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000132
+gallium_dri.so free 0x5571735cd500 void 0.000132
+gallium_dri.so free 0x5571735cd2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000131
+gallium_dri.so free 0x5571735cd500 void 0.000131
+gallium_dri.so free 0x5571735cd4b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000132
+gallium_dri.so free 0x5571735cd600 void 0.000132
+gallium_dri.so free 0x5571735cd4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000130
+gallium_dri.so free 0x5571735cd6c0 void 0.000131
+gallium_dri.so free 0x5571735cd5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd670 0.000131
+gallium_dri.so free 0x5571735cd700 void 0.000134
+gallium_dri.so free 0x5571735cd670 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd670 0.000130
+gallium_dri.so free 0x5571735cd7c0 void 0.000131
+gallium_dri.so free 0x5571735cd670 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd800 0.000132
+gallium_dri.so free 0x5571735cd880 void 0.000130
+gallium_dri.so free 0x5571735cd800 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd880 0.000131
+gallium_dri.so free 0x5571735cd940 void 0.000131
+gallium_dri.so free 0x5571735cd880 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd880 0.000131
+gallium_dri.so free 0x5571735cda00 void 0.000131
+gallium_dri.so free 0x5571735cd880 void 0.000130
+gallium_dri.so malloc 72 0x5571735cda20 0.000131
+gallium_dri.so free 0x5571735cdac0 void 0.000141
+gallium_dri.so free 0x5571735cda20 void 0.000133
+gallium_dri.so malloc 72 0x5571735cda70 0.000131
+gallium_dri.so free 0x5571735cdb40 void 0.000132
+gallium_dri.so free 0x5571735cda70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cda70 0.000131
+gallium_dri.so free 0x5571735cdbc0 void 0.000132
+gallium_dri.so free 0x5571735cda70 void 0.000134
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000132
+gallium_dri.so free 0x5571735cdc80 void 0.000131
+gallium_dri.so free 0x5571735cdbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000130
+gallium_dri.so free 0x5571735cdd40 void 0.000131
+gallium_dri.so free 0x5571735cdbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdbc0 0.000130
+gallium_dri.so free 0x5571735cde00 void 0.000131
+gallium_dri.so free 0x5571735cdbc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cddb0 0.000130
+gallium_dri.so free 0x5571735cdec0 void 0.000131
+gallium_dri.so free 0x5571735cddb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cde70 0.000133
+gallium_dri.so free 0x5571735cdf40 void 0.000132
+gallium_dri.so free 0x5571735cde70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdf90 0.000137
+gallium_dri.so free 0x5571735ce000 void 0.000132
+gallium_dri.so free 0x5571735cdf90 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce020 0.000130
+gallium_dri.so free 0x5571735ce0c0 void 0.000131
+gallium_dri.so free 0x5571735ce020 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce070 0.000132
+gallium_dri.so free 0x5571735ce140 void 0.000132
+gallium_dri.so free 0x5571735ce070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce070 0.000131
+gallium_dri.so free 0x5571735ce1c0 void 0.000131
+gallium_dri.so free 0x5571735ce070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000131
+gallium_dri.so free 0x5571735ce280 void 0.000131
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000131
+gallium_dri.so free 0x5571735ce380 void 0.000132
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce330 0.000131
+gallium_dri.so free 0x5571735ce3c0 void 0.000132
+gallium_dri.so free 0x5571735ce330 void 0.000135
+gallium_dri.so malloc 72 0x5571735ce330 0.000131
+gallium_dri.so free 0x5571735ce480 void 0.000132
+gallium_dri.so free 0x5571735ce330 void 0.000189
+gallium_dri.so malloc 72 0x5571735ce4c0 0.000133
+gallium_dri.so free 0x5571735ce540 void 0.000133
+gallium_dri.so free 0x5571735ce4c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce540 0.000131
+gallium_dri.so free 0x5571735ce600 void 0.000132
+gallium_dri.so free 0x5571735ce540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce540 0.000130
+gallium_dri.so free 0x5571735ce680 void 0.000131
+gallium_dri.so free 0x5571735ce540 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000131
+gallium_dri.so free 0x5571735ce700 void 0.000131
+gallium_dri.so free 0x5571735ce6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce6b0 0.000130
+gallium_dri.so free 0x5571735ce800 void 0.000132
+gallium_dri.so free 0x5571735ce6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce840 0.000132
+gallium_dri.so free 0x5571735ce8c0 void 0.000130
+gallium_dri.so free 0x5571735ce840 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000132
+gallium_dri.so free 0x5571735ce980 void 0.000132
+gallium_dri.so free 0x5571735ce8c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000133
+gallium_dri.so free 0x5571735cea00 void 0.000142
+gallium_dri.so free 0x5571735ce8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cea30 0.000131
+gallium_dri.so free 0x5571735cea80 void 0.000131
+gallium_dri.so free 0x5571735cea30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cea30 0.000132
+gallium_dri.so free 0x5571735ceb80 void 0.000132
+gallium_dri.so free 0x5571735cea30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ceb30 0.000130
+gallium_dri.so free 0x5571735cec40 void 0.000132
+gallium_dri.so free 0x5571735ceb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cebf0 0.000132
+gallium_dri.so free 0x5571735cecc0 void 0.000132
+gallium_dri.so free 0x5571735cebf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cebf0 0.000130
+gallium_dri.so free 0x5571735ced80 void 0.000131
+gallium_dri.so free 0x5571735cebf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cebf0 0.000130
+gallium_dri.so free 0x5571735cee40 void 0.000131
+gallium_dri.so free 0x5571735cebf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cedf0 0.000131
+gallium_dri.so free 0x5571735ceec0 void 0.000130
+gallium_dri.so free 0x5571735cedf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cef10 0.000134
+gallium_dri.so free 0x5571735cef80 void 0.000132
+gallium_dri.so free 0x5571735cef10 void 0.000132
+gallium_dri.so malloc 72 0x5571735cefa0 0.000130
+gallium_dri.so free 0x5571735cf040 void 0.000131
+gallium_dri.so free 0x5571735cefa0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ceff0 0.000133
+gallium_dri.so free 0x5571735cf0c0 void 0.000131
+gallium_dri.so free 0x5571735ceff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf0c0 0.000133
+gallium_dri.so free 0x5571735cf180 void 0.000131
+gallium_dri.so free 0x5571735cf0c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf0c0 0.000131
+gallium_dri.so free 0x5571735cf200 void 0.000131
+gallium_dri.so free 0x5571735cf0c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf200 0.000131
+gallium_dri.so free 0x5571735cf2c0 void 0.000131
+gallium_dri.so free 0x5571735cf200 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf200 0.000131
+gallium_dri.so free 0x5571735cf380 void 0.000131
+gallium_dri.so free 0x5571735cf200 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf200 0.000132
+gallium_dri.so free 0x5571735cf440 void 0.000132
+gallium_dri.so free 0x5571735cf200 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000134
+gallium_dri.so free 0x5571735cf4c0 void 0.000131
+gallium_dri.so free 0x5571735cf3f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf510 0.000132
+gallium_dri.so free 0x5571735cf580 void 0.000131
+gallium_dri.so free 0x5571735cf510 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000132
+gallium_dri.so free 0x5571735cf640 void 0.000132
+gallium_dri.so free 0x5571735cf5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000131
+gallium_dri.so free 0x5571735cf6c0 void 0.000133
+gallium_dri.so free 0x5571735cf5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000133
+gallium_dri.so free 0x5571735cf740 void 0.000133
+gallium_dri.so free 0x5571735cf6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000131
+gallium_dri.so free 0x5571735cf840 void 0.000131
+gallium_dri.so free 0x5571735cf6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000132
+gallium_dri.so free 0x5571735cf900 void 0.000131
+gallium_dri.so free 0x5571735cf7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000131
+gallium_dri.so free 0x5571735cf940 void 0.000134
+gallium_dri.so free 0x5571735cf8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf8b0 0.000132
+gallium_dri.so free 0x5571735cfa00 void 0.000132
+gallium_dri.so free 0x5571735cf8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfa70 0.000131
+gallium_dri.so free 0x5571735cfac0 void 0.000131
+gallium_dri.so free 0x5571735cfa70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfa70 0.000131
+gallium_dri.so free 0x5571735cfbc0 void 0.000132
+gallium_dri.so free 0x5571735cfa70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfb70 0.000130
+gallium_dri.so free 0x5571735cfc80 void 0.000132
+gallium_dri.so free 0x5571735cfb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfc30 0.000132
+gallium_dri.so free 0x5571735cfcc0 void 0.000131
+gallium_dri.so free 0x5571735cfc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfc30 0.000131
+gallium_dri.so free 0x5571735cfd80 void 0.000132
+gallium_dri.so free 0x5571735cfc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000131
+gallium_dri.so free 0x5571735cfe40 void 0.000133
+gallium_dri.so free 0x5571735cfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe40 0.000129
+gallium_dri.so free 0x5571735cff00 void 0.000134
+gallium_dri.so free 0x5571735cfe40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfe40 0.000131
+gallium_dri.so free 0x5571735cffc0 void 0.000131
+gallium_dri.so free 0x5571735cfe40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cffe0 0.000132
+gallium_dri.so free 0x5571735d0080 void 0.000130
+gallium_dri.so free 0x5571735cffe0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0030 0.000132
+gallium_dri.so free 0x5571735d0100 void 0.000131
+gallium_dri.so free 0x5571735d0030 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0030 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000131
+gallium_dri.so free 0x5571735d0030 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0180 0.000131
+gallium_dri.so free 0x5571735d0240 void 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0180 0.000130
+gallium_dri.so free 0x5571735d0300 void 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0180 0.000132
+gallium_dri.so free 0x5571735d03c0 void 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0370 0.000132
+gallium_dri.so free 0x5571735d0480 void 0.000130
+gallium_dri.so free 0x5571735d0370 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0430 0.000133
+gallium_dri.so free 0x5571735d0500 void 0.000130
+gallium_dri.so free 0x5571735d0430 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0550 0.000129
+gallium_dri.so free 0x5571735d05c0 void 0.000130
+gallium_dri.so free 0x5571735d0550 void 0.000129
+gallium_dri.so malloc 72 0x5571735d05e0 0.000132
+gallium_dri.so free 0x5571735d0680 void 0.000131
+gallium_dri.so free 0x5571735d05e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0630 0.000129
+gallium_dri.so free 0x5571735d0700 void 0.000130
+gallium_dri.so free 0x5571735d0630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0630 0.000129
+gallium_dri.so free 0x5571735d0780 void 0.000130
+gallium_dri.so free 0x5571735d0630 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0780 0.000128
+gallium_dri.so free 0x5571735d0840 void 0.000129
+gallium_dri.so free 0x5571735d0780 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0780 0.000130
+gallium_dri.so free 0x5571735d0940 void 0.000129
+gallium_dri.so free 0x5571735d0780 void 0.000160
+gallium_dri.so malloc 72 0x5571735d08f0 0.000132
+gallium_dri.so free 0x5571735d0980 void 0.000132
+gallium_dri.so free 0x5571735d08f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d08f0 0.000131
+gallium_dri.so free 0x5571735d0a40 void 0.000132
+gallium_dri.so free 0x5571735d08f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0a80 0.000131
+gallium_dri.so free 0x5571735d0b00 void 0.000131
+gallium_dri.so free 0x5571735d0a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0b00 0.000131
+gallium_dri.so free 0x5571735d0bc0 void 0.000132
+gallium_dri.so free 0x5571735d0b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0b00 0.000130
+gallium_dri.so free 0x5571735d0c40 void 0.000131
+gallium_dri.so free 0x5571735d0b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0c70 0.000130
+gallium_dri.so free 0x5571735d0cc0 void 0.000132
+gallium_dri.so free 0x5571735d0c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0c70 0.000130
+gallium_dri.so free 0x5571735d0dc0 void 0.000130
+gallium_dri.so free 0x5571735d0c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0e00 0.000130
+gallium_dri.so free 0x5571735d0e80 void 0.000192
+gallium_dri.so free 0x5571735d0e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0e80 0.000129
+gallium_dri.so free 0x5571735d0f40 void 0.000130
+gallium_dri.so free 0x5571735d0e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0e80 0.000131
+gallium_dri.so free 0x5571735d0fc0 void 0.000131
+gallium_dri.so free 0x5571735d0e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000131
+gallium_dri.so free 0x5571735d1040 void 0.000131
+gallium_dri.so free 0x5571735d0ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000130
+gallium_dri.so free 0x5571735d1140 void 0.000131
+gallium_dri.so free 0x5571735d0ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d10f0 0.000131
+gallium_dri.so free 0x5571735d1200 void 0.000131
+gallium_dri.so free 0x5571735d10f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d11b0 0.000130
+gallium_dri.so free 0x5571735d1280 void 0.000130
+gallium_dri.so free 0x5571735d11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d11b0 0.000130
+gallium_dri.so free 0x5571735d1340 void 0.000130
+gallium_dri.so free 0x5571735d11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d11b0 0.000134
+gallium_dri.so free 0x5571735d1400 void 0.000133
+gallium_dri.so free 0x5571735d11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d13b0 0.000131
+gallium_dri.so free 0x5571735d1480 void 0.000131
+gallium_dri.so free 0x5571735d13b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d14d0 0.000129
+gallium_dri.so free 0x5571735d1540 void 0.000133
+gallium_dri.so free 0x5571735d14d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1560 0.000132
+gallium_dri.so free 0x5571735d1600 void 0.000130
+gallium_dri.so free 0x5571735d1560 void 0.000130
+gallium_dri.so malloc 72 0x5571735d15b0 0.000131
+gallium_dri.so free 0x5571735d1680 void 0.000133
+gallium_dri.so free 0x5571735d15b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1680 0.000131
+gallium_dri.so free 0x5571735d1740 void 0.000132
+gallium_dri.so free 0x5571735d1680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1680 0.000130
+gallium_dri.so free 0x5571735d17c0 void 0.000132
+gallium_dri.so free 0x5571735d1680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d17c0 0.000132
+gallium_dri.so free 0x5571735d1880 void 0.000131
+gallium_dri.so free 0x5571735d17c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d17c0 0.000131
+gallium_dri.so free 0x5571735d1940 void 0.000131
+gallium_dri.so free 0x5571735d17c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d17c0 0.000130
+gallium_dri.so free 0x5571735d1a00 void 0.000132
+gallium_dri.so free 0x5571735d17c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d19b0 0.000130
+gallium_dri.so free 0x5571735d1a80 void 0.000131
+gallium_dri.so free 0x5571735d19b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1ad0 0.000132
+gallium_dri.so free 0x5571735d1b40 void 0.000130
+gallium_dri.so free 0x5571735d1ad0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b80 0.000132
+gallium_dri.so free 0x5571735d1c00 void 0.000132
+gallium_dri.so free 0x5571735d1b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b80 0.000131
+gallium_dri.so free 0x5571735d1c80 void 0.000131
+gallium_dri.so free 0x5571735d1b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000131
+gallium_dri.so free 0x5571735d1d00 void 0.000132
+gallium_dri.so free 0x5571735d1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000132
+gallium_dri.so free 0x5571735d1e00 void 0.000140
+gallium_dri.so free 0x5571735d1cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1db0 0.000131
+gallium_dri.so free 0x5571735d1ec0 void 0.000132
+gallium_dri.so free 0x5571735d1db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1e70 0.000131
+gallium_dri.so free 0x5571735d1f00 void 0.000130
+gallium_dri.so free 0x5571735d1e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1e70 0.000130
+gallium_dri.so free 0x5571735d1fc0 void 0.000131
+gallium_dri.so free 0x5571735d1e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2030 0.000130
+gallium_dri.so free 0x5571735d2080 void 0.000132
+gallium_dri.so free 0x5571735d2030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2030 0.000130
+gallium_dri.so free 0x5571735d2180 void 0.000136
+gallium_dri.so free 0x5571735d2030 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2130 0.000129
+gallium_dri.so free 0x5571735d2240 void 0.000132
+gallium_dri.so free 0x5571735d2130 void 0.000131
+gallium_dri.so malloc 72 0x5571735d21f0 0.000131
+gallium_dri.so free 0x5571735d2280 void 0.000133
+gallium_dri.so free 0x5571735d21f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d21f0 0.000142
+gallium_dri.so free 0x5571735d2340 void 0.000131
+gallium_dri.so free 0x5571735d21f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2380 0.000130
+gallium_dri.so free 0x5571735d2400 void 0.000132
+gallium_dri.so free 0x5571735d2380 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2400 0.000131
+gallium_dri.so free 0x5571735d24c0 void 0.000131
+gallium_dri.so free 0x5571735d2400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2400 0.000130
+gallium_dri.so free 0x5571735d2580 void 0.000132
+gallium_dri.so free 0x5571735d2400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d25a0 0.000131
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so free 0x5571735d25a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d25f0 0.000131
+gallium_dri.so free 0x5571735d26c0 void 0.000131
+gallium_dri.so free 0x5571735d25f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d25f0 0.000130
+gallium_dri.so free 0x5571735d2740 void 0.000132
+gallium_dri.so free 0x5571735d25f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2740 0.000131
+gallium_dri.so free 0x5571735d2800 void 0.000131
+gallium_dri.so free 0x5571735d2740 void 0.000177
+gallium_dri.so malloc 72 0x5571735d2740 0.000132
+gallium_dri.so free 0x5571735d28c0 void 0.000132
+gallium_dri.so free 0x5571735d2740 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2740 0.000130
+gallium_dri.so free 0x5571735d2980 void 0.000132
+gallium_dri.so free 0x5571735d2740 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2930 0.000131
+gallium_dri.so free 0x5571735d2a40 void 0.000131
+gallium_dri.so free 0x5571735d2930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d29f0 0.000129
+gallium_dri.so free 0x5571735d2ac0 void 0.000132
+gallium_dri.so free 0x5571735d29f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2b10 0.000129
+gallium_dri.so free 0x5571735d2b80 void 0.000130
+gallium_dri.so free 0x5571735d2b10 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2ba0 0.000129
+gallium_dri.so free 0x5571735d2c40 void 0.000131
+gallium_dri.so free 0x5571735d2ba0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000132
+gallium_dri.so free 0x5571735d2cc0 void 0.000130
+gallium_dri.so free 0x5571735d2bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000130
+gallium_dri.so free 0x5571735d2d40 void 0.000140
+gallium_dri.so free 0x5571735d2bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2d40 0.000129
+gallium_dri.so free 0x5571735d2e00 void 0.000130
+gallium_dri.so free 0x5571735d2d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2d40 0.000128
+gallium_dri.so free 0x5571735d2f00 void 0.000129
+gallium_dri.so free 0x5571735d2d40 void 0.000137
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000131
+gallium_dri.so free 0x5571735d2f40 void 0.000131
+gallium_dri.so free 0x5571735d2eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000130
+gallium_dri.so free 0x5571735d3000 void 0.000131
+gallium_dri.so free 0x5571735d2eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3040 0.000131
+gallium_dri.so free 0x5571735d30c0 void 0.000130
+gallium_dri.so free 0x5571735d3040 void 0.000131
+gallium_dri.so malloc 72 0x5571735d30c0 0.000130
+gallium_dri.so free 0x5571735d3180 void 0.000132
+gallium_dri.so free 0x5571735d30c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d30c0 0.000131
+gallium_dri.so free 0x5571735d3200 void 0.000133
+gallium_dri.so free 0x5571735d30c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3230 0.000140
+gallium_dri.so free 0x5571735d3280 void 0.000130
+gallium_dri.so free 0x5571735d3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3230 0.000131
+gallium_dri.so free 0x5571735d3380 void 0.000131
+gallium_dri.so free 0x5571735d3230 void 0.000129
+gallium_dri.so malloc 72 0x5571735d33c0 0.000129
+gallium_dri.so free 0x5571735d3440 void 0.000130
+gallium_dri.so free 0x5571735d33c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3440 0.000129
+gallium_dri.so free 0x5571735d3500 void 0.000131
+gallium_dri.so free 0x5571735d3440 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3440 0.000129
+gallium_dri.so free 0x5571735d3580 void 0.000129
+gallium_dri.so free 0x5571735d3440 void 0.000128
+gallium_dri.so malloc 72 0x5571735d35b0 0.000120
+gallium_dri.so free 0x5571735d3600 void 0.000253
+gallium_dri.so free 0x5571735d35b0 void 0.000191
+gallium_dri.so malloc 72 0x5571735d35b0 0.000135
+gallium_dri.so free 0x5571735d3700 void 0.000133
+gallium_dri.so free 0x5571735d35b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d36b0 0.000132
+gallium_dri.so free 0x5571735d37c0 void 0.000197
+gallium_dri.so free 0x5571735d36b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3770 0.000130
+gallium_dri.so free 0x5571735d3840 void 0.000132
+gallium_dri.so free 0x5571735d3770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3770 0.000132
+gallium_dri.so free 0x5571735d3900 void 0.000131
+gallium_dri.so free 0x5571735d3770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3770 0.000132
+gallium_dri.so free 0x5571735d39c0 void 0.000133
+gallium_dri.so free 0x5571735d3770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3970 0.000131
+gallium_dri.so free 0x5571735d3a40 void 0.000132
+gallium_dri.so free 0x5571735d3970 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3a90 0.000130
+gallium_dri.so free 0x5571735d3b00 void 0.000132
+gallium_dri.so free 0x5571735d3a90 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3b20 0.000131
+gallium_dri.so free 0x5571735d3bc0 void 0.000132
+gallium_dri.so free 0x5571735d3b20 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3b70 0.000131
+gallium_dri.so free 0x5571735d3c40 void 0.000137
+gallium_dri.so free 0x5571735d3b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3c40 0.000140
+gallium_dri.so free 0x5571735d3d00 void 0.000131
+gallium_dri.so free 0x5571735d3c40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3c40 0.000129
+gallium_dri.so free 0x5571735d3d80 void 0.000131
+gallium_dri.so free 0x5571735d3c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d80 0.000130
+gallium_dri.so free 0x5571735d3e40 void 0.000131
+gallium_dri.so free 0x5571735d3d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d80 0.000128
+gallium_dri.so free 0x5571735d3f00 void 0.000131
+gallium_dri.so free 0x5571735d3d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d80 0.000130
+gallium_dri.so free 0x5571735d3fc0 void 0.000131
+gallium_dri.so free 0x5571735d3d80 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3f70 0.000131
+gallium_dri.so free 0x5571735d4040 void 0.000130
+gallium_dri.so free 0x5571735d3f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4090 0.000130
+gallium_dri.so free 0x5571735d4100 void 0.000132
+gallium_dri.so free 0x5571735d4090 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4140 0.000131
+gallium_dri.so free 0x5571735d41c0 void 0.000131
+gallium_dri.so free 0x5571735d4140 void 0.000211
+gallium_dri.so malloc 72 0x5571735d4140 0.000212
+gallium_dri.so free 0x5571735d4240 void 0.000131
+gallium_dri.so free 0x5571735d4140 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4270 0.000131
+gallium_dri.so free 0x5571735d42c0 void 0.000131
+gallium_dri.so free 0x5571735d4270 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4270 0.000131
+gallium_dri.so free 0x5571735d43c0 void 0.000131
+gallium_dri.so free 0x5571735d4270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4370 0.000132
+gallium_dri.so free 0x5571735d4480 void 0.000132
+gallium_dri.so free 0x5571735d4370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4430 0.000131
+gallium_dri.so free 0x5571735d44c0 void 0.000132
+gallium_dri.so free 0x5571735d4430 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4430 0.000132
+gallium_dri.so free 0x5571735d4580 void 0.000133
+gallium_dri.so free 0x5571735d4430 void 0.000130
+gallium_dri.so malloc 72 0x5571735d45f0 0.000131
+gallium_dri.so free 0x5571735d4640 void 0.000130
+gallium_dri.so free 0x5571735d45f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d45f0 0.000139
+gallium_dri.so free 0x5571735d4740 void 0.000132
+gallium_dri.so free 0x5571735d45f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d46f0 0.000130
+gallium_dri.so free 0x5571735d4800 void 0.000131
+gallium_dri.so free 0x5571735d46f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d47b0 0.000131
+gallium_dri.so free 0x5571735d4840 void 0.000131
+gallium_dri.so free 0x5571735d47b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d47b0 0.000129
+gallium_dri.so free 0x5571735d4900 void 0.000130
+gallium_dri.so free 0x5571735d47b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4940 0.000134
+gallium_dri.so free 0x5571735d49c0 void 0.000131
+gallium_dri.so free 0x5571735d4940 void 0.000129
+gallium_dri.so malloc 72 0x5571735d49c0 0.000131
+gallium_dri.so free 0x5571735d4a80 void 0.000129
+gallium_dri.so free 0x5571735d49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d49c0 0.000132
+gallium_dri.so free 0x5571735d4b40 void 0.000129
+gallium_dri.so free 0x5571735d49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4b60 0.000132
+gallium_dri.so free 0x5571735d4c00 void 0.000130
+gallium_dri.so free 0x5571735d4b60 void 0.000143
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000131
+gallium_dri.so free 0x5571735d4c80 void 0.000130
+gallium_dri.so free 0x5571735d4bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000130
+gallium_dri.so free 0x5571735d4d00 void 0.000131
+gallium_dri.so free 0x5571735d4bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4d00 0.000130
+gallium_dri.so free 0x5571735d4dc0 void 0.000130
+gallium_dri.so free 0x5571735d4d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4d00 0.000130
+gallium_dri.so free 0x5571735d4e80 void 0.000132
+gallium_dri.so free 0x5571735d4d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4d00 0.000132
+gallium_dri.so free 0x5571735d4f40 void 0.000131
+gallium_dri.so free 0x5571735d4d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000133
+gallium_dri.so free 0x5571735d5000 void 0.000130
+gallium_dri.so free 0x5571735d4ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000131
+gallium_dri.so free 0x5571735d5080 void 0.000131
+gallium_dri.so free 0x5571735d4fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d50d0 0.000131
+gallium_dri.so free 0x5571735d5140 void 0.000178
+gallium_dri.so free 0x5571735d50d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5160 0.000132
+gallium_dri.so free 0x5571735d5200 void 0.000132
+gallium_dri.so free 0x5571735d5160 void 0.000132
+gallium_dri.so malloc 72 0x5571735d51b0 0.000132
+gallium_dri.so free 0x5571735d5280 void 0.000132
+gallium_dri.so free 0x5571735d51b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d51b0 0.000131
+gallium_dri.so free 0x5571735d5300 void 0.000131
+gallium_dri.so free 0x5571735d51b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5300 0.000133
+gallium_dri.so free 0x5571735d53c0 void 0.000132
+gallium_dri.so free 0x5571735d5300 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5300 0.000131
+gallium_dri.so free 0x5571735d54c0 void 0.000132
+gallium_dri.so free 0x5571735d5300 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5470 0.000132
+gallium_dri.so free 0x5571735d5500 void 0.000131
+gallium_dri.so free 0x5571735d5470 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5470 0.000131
+gallium_dri.so free 0x5571735d55c0 void 0.000132
+gallium_dri.so free 0x5571735d5470 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5600 0.000140
+gallium_dri.so free 0x5571735d5680 void 0.000131
+gallium_dri.so free 0x5571735d5600 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5680 0.000131
+gallium_dri.so free 0x5571735d5740 void 0.000145
+gallium_dri.so free 0x5571735d5680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5680 0.000129
+gallium_dri.so free 0x5571735d57c0 void 0.000130
+gallium_dri.so free 0x5571735d5680 void 0.000127
+gallium_dri.so malloc 72 0x5571735d57f0 0.000126
+gallium_dri.so free 0x5571735d5840 void 0.000133
+gallium_dri.so free 0x5571735d57f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d57f0 0.000152
+gallium_dri.so free 0x5571735d5940 void 0.000146
+gallium_dri.so free 0x5571735d57f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5980 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000117
+gallium_dri.so free 0x5571735d5980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a00 0.000114
+gallium_dri.so free 0x5571735d5ac0 void 0.000116
+gallium_dri.so free 0x5571735d5a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5a00 0.000113
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b70 0.000115
+gallium_dri.so free 0x5571735d5bc0 void 0.000122
+gallium_dri.so free 0x5571735d5b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b70 0.000115
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c70 0.000116
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so free 0x5571735d5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d30 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d30 0.000115
+gallium_dri.so free 0x5571735d5ec0 void 0.000115
+gallium_dri.so free 0x5571735d5d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5d30 0.000114
+gallium_dri.so free 0x5571735d5f80 void 0.000114
+gallium_dri.so free 0x5571735d5d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5f30 0.000113
+gallium_dri.so free 0x5571735d6000 void 0.000114
+gallium_dri.so free 0x5571735d5f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6050 0.000115
+gallium_dri.so free 0x5571735d60c0 void 0.000118
+gallium_dri.so free 0x5571735d6050 void 0.000133
+gallium_dri.so malloc 72 0x5571735d60e0 0.000135
+gallium_dri.so free 0x5571735d6180 void 0.000116
+gallium_dri.so free 0x5571735d60e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6130 0.000131
+gallium_dri.so free 0x5571735d6200 void 0.000161
+gallium_dri.so free 0x5571735d6130 void 0.000176
+gallium_dri.so malloc 72 0x5571735d6200 0.000120
+gallium_dri.so free 0x5571735d62c0 void 0.000117
+gallium_dri.so free 0x5571735d6200 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6200 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000118
+gallium_dri.so free 0x5571735d6200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6340 0.000119
+gallium_dri.so free 0x5571735d6400 void 0.000116
+gallium_dri.so free 0x5571735d6340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6340 0.000120
+gallium_dri.so free 0x5571735d64c0 void 0.000120
+gallium_dri.so free 0x5571735d6340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6340 0.000116
+gallium_dri.so free 0x5571735d6580 void 0.000115
+gallium_dri.so free 0x5571735d6340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6530 0.000118
+gallium_dri.so free 0x5571735d6600 void 0.000119
+gallium_dri.so free 0x5571735d6530 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6650 0.000120
+gallium_dri.so free 0x5571735d66c0 void 0.000119
+gallium_dri.so free 0x5571735d6650 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6700 0.000116
+gallium_dri.so free 0x5571735d6780 void 0.000119
+gallium_dri.so free 0x5571735d6700 void 0.000208
+gallium_dri.so malloc 72 0x5571735d6700 0.000123
+gallium_dri.so free 0x5571735d6800 void 0.000118
+gallium_dri.so free 0x5571735d6700 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6830 0.000115
+gallium_dri.so free 0x5571735d6880 void 0.000118
+gallium_dri.so free 0x5571735d6830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6830 0.000118
+gallium_dri.so free 0x5571735d6980 void 0.000117
+gallium_dri.so free 0x5571735d6830 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6930 0.000118
+gallium_dri.so free 0x5571735d6a40 void 0.000117
+gallium_dri.so free 0x5571735d6930 void 0.000116
+gallium_dri.so malloc 72 0x5571735d69f0 0.000119
+gallium_dri.so free 0x5571735d6a80 void 0.000121
+gallium_dri.so free 0x5571735d69f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d69f0 0.000121
+gallium_dri.so free 0x5571735d6b40 void 0.000120
+gallium_dri.so free 0x5571735d69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000118
+gallium_dri.so free 0x5571735ed340 void 0.000116
+gallium_dri.so free 0x5571735d6bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000116
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735d6bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000132
+gallium_dri.so free 0x5571735d6c00 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000116
+gallium_dri.so free 0x5571735ed500 void 0.000117
+gallium_dri.so free 0x5571735ed3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000117
+gallium_dri.so free 0x5571735ed580 void 0.000116
+gallium_dri.so free 0x5571735ed4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000116
+gallium_dri.so free 0x5571735ed600 void 0.000117
+gallium_dri.so free 0x5571735ed4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed600 0.000116
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed600 0.000119
+gallium_dri.so free 0x5571735ed7c0 void 0.000118
+gallium_dri.so free 0x5571735ed600 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed600 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed870 0.000119
+gallium_dri.so free 0x5571735ed8c0 void 0.000120
+gallium_dri.so free 0x5571735ed870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed870 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000118
+gallium_dri.so free 0x5571735ed870 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed970 0.000117
+gallium_dri.so free 0x5571735eda80 void 0.000115
+gallium_dri.so free 0x5571735ed970 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda30 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so free 0x5571735eda30 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda30 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000116
+gallium_dri.so free 0x5571735eda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbd0 0.000115
+gallium_dri.so free 0x5571735edc40 void 0.000117
+gallium_dri.so free 0x5571735edbd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc80 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000113
+gallium_dri.so free 0x5571735edc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735edd00 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd00 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so free 0x5571735edd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede70 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735ede70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede70 0.000116
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735ede70 void 0.000128
+gallium_dri.so malloc 72 0x5571735edf70 0.000117
+gallium_dri.so free 0x5571735ee080 void 0.000116
+gallium_dri.so free 0x5571735edf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee030 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000140
+gallium_dri.so malloc 72 0x5571735ee120 0.000117
+gallium_dri.so free 0x5571735ee1c0 void 0.000116
+gallium_dri.so free 0x5571735ee120 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee170 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000116
+gallium_dri.so free 0x5571735ee170 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee170 0.000115
+gallium_dri.so free 0x5571735ee2c0 void 0.000114
+gallium_dri.so free 0x5571735ee170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000116
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000115
+gallium_dri.so free 0x5571735ee500 void 0.000215
+gallium_dri.so free 0x5571735ee2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000115
+gallium_dri.so free 0x5571735a9180 void 0.000128
+gallium_dri.so free 0x5571735ee4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000115
+gallium_dri.so free 0x557173450f00 void 0.000116
+gallium_dri.so free 0x5571735ee4b0 void 0.000115
+gallium_dri.so malloc 72 0x557173450eb0 0.000114
+gallium_dri.so free 0x5571735a9280 void 0.000115
+gallium_dri.so free 0x557173450eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173450eb0 0.000116
+gallium_dri.so free 0x5571735b5f40 void 0.000114
+gallium_dri.so free 0x557173450eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173450eb0 0.000113
+gallium_dri.so free 0x5571735ee340 void 0.000114
+gallium_dri.so free 0x557173450eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173450eb0 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x557173450eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000114
+gallium_dri.so free 0x5571735a8a40 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735a8b00 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735a8b20 0.000113
+gallium_dri.so free 0x5571735d74c0 void 0.000114
+gallium_dri.so free 0x5571735a8b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d74f0 0.000114
+gallium_dri.so free 0x5571735d7540 void 0.000168
+gallium_dri.so free 0x5571735d74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d74f0 0.000125
+gallium_dri.so free 0x5571735afe40 void 0.000118
+gallium_dri.so free 0x5571735d74f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735afe40 0.000114
+gallium_dri.so free 0x5571735aff00 void 0.000114
+gallium_dri.so free 0x5571735afe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735afe40 0.000117
+gallium_dri.so free 0x5571735d7640 void 0.000116
+gallium_dri.so free 0x5571735afe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d75f0 0.000118
+gallium_dri.so free 0x5571735a8ec0 void 0.000115
+gallium_dri.so free 0x5571735d75f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735a8ec0 0.000118
+gallium_dri.so free 0x5571735aff80 void 0.000116
+gallium_dri.so free 0x5571735a8ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735affc0 0.000115
+gallium_dri.so free 0x5571735a8f80 void 0.000115
+gallium_dri.so free 0x5571735affc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735a8f80 0.000116
+gallium_dri.so free 0x5571735addc0 void 0.000115
+gallium_dri.so free 0x5571735a8f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735a8f80 0.000115
+gallium_dri.so free 0x5571735ade80 void 0.000115
+gallium_dri.so free 0x5571735a8f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735a8f80 0.000116
+gallium_dri.so free 0x5571735adf40 void 0.000128
+gallium_dri.so free 0x5571735a8f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735adef0 0.000115
+gallium_dri.so free 0x5571735ae700 void 0.000115
+gallium_dri.so free 0x5571735adef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae750 0.000114
+gallium_dri.so free 0x5571735ae7c0 void 0.000116
+gallium_dri.so free 0x5571735ae750 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae800 0.000114
+gallium_dri.so free 0x5571735ae880 void 0.000115
+gallium_dri.so free 0x5571735ae800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000115
+gallium_dri.so free 0x5571734f6040 void 0.000113
+gallium_dri.so free 0x5571735ae8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ae8a0 0.000113
+gallium_dri.so free 0x5571734f6100 void 0.000114
+gallium_dri.so free 0x5571735ae8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734f6140 0.000114
+gallium_dri.so free 0x5571734f61c0 void 0.000114
+gallium_dri.so free 0x5571734f6140 void 0.000115
+gallium_dri.so malloc 72 0x5571734f61c0 0.000115
+gallium_dri.so free 0x5571735be540 void 0.000115
+gallium_dri.so free 0x5571734f61c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735be560 0.000115
+gallium_dri.so free 0x5571735be600 void 0.000114
+gallium_dri.so free 0x5571735be560 void 0.000115
+gallium_dri.so malloc 72 0x5571735be5b0 0.000115
+gallium_dri.so free 0x5571735be680 void 0.000128
+gallium_dri.so free 0x5571735be5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be5b0 0.000114
+gallium_dri.so free 0x5571735bd840 void 0.000114
+gallium_dri.so free 0x5571735be5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735be5b0 0.000115
+gallium_dri.so free 0x5571735bd940 void 0.000115
+gallium_dri.so free 0x5571735be5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bd8f0 0.000114
+gallium_dri.so free 0x5571735bda00 void 0.000115
+gallium_dri.so free 0x5571735bd8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000141
+gallium_dri.so free 0x5571735b0100 void 0.000113
+gallium_dri.so free 0x5571735bd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bd9b0 0.000115
+gallium_dri.so free 0x5571735b01c0 void 0.000116
+gallium_dri.so free 0x5571735bd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b0170 0.000116
+gallium_dri.so free 0x5571735b0240 void 0.000115
+gallium_dri.so free 0x5571735b0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0290 0.000115
+gallium_dri.so free 0x5571735b6e80 void 0.000116
+gallium_dri.so free 0x5571735b0290 void 0.000116
+gallium_dri.so malloc 72 0x5571735b0290 0.000115
+gallium_dri.so free 0x5571735b6f40 void 0.000117
+gallium_dri.so free 0x5571735b0290 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6f60 0.000115
+gallium_dri.so free 0x5571735b7000 void 0.000183
+gallium_dri.so free 0x5571735b6f60 void 0.000116
+gallium_dri.so malloc 72 0x5571735b6fb0 0.000114
+gallium_dri.so free 0x5571735cab40 void 0.000114
+gallium_dri.so free 0x5571735b6fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b6fb0 0.000114
+gallium_dri.so free 0x5571735cabc0 void 0.000115
+gallium_dri.so free 0x5571735b6fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cabc0 0.000113
+gallium_dri.so free 0x5571735cac80 void 0.000114
+gallium_dri.so free 0x5571735cabc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cabc0 0.000115
+gallium_dri.so free 0x5571735cad40 void 0.000115
+gallium_dri.so free 0x5571735cabc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cabc0 0.000115
+gallium_dri.so free 0x5571735b8180 void 0.000115
+gallium_dri.so free 0x5571735cabc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b81d0 0.000115
+gallium_dri.so free 0x5571735b8240 void 0.000117
+gallium_dri.so free 0x5571735b81d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b8280 0.000114
+gallium_dri.so free 0x5571735b8300 void 0.000114
+gallium_dri.so free 0x5571735b8280 void 0.000114
+gallium_dri.so malloc 72 0x5571735b8300 0.000115
+gallium_dri.so free 0x5571735b83c0 void 0.000114
+gallium_dri.so free 0x5571735b8300 void 0.000115
+gallium_dri.so malloc 72 0x5571735b8300 0.000121
+gallium_dri.so free 0x557173451040 void 0.000126
+gallium_dri.so free 0x5571735b8300 void 0.000123
+gallium_dri.so malloc 72 0x557173451070 0.000119
+gallium_dri.so free 0x5571734510c0 void 0.000115
+gallium_dri.so free 0x557173451070 void 0.000118
+gallium_dri.so malloc 72 0x557173451070 0.000123
+gallium_dri.so free 0x5571734511c0 void 0.000118
+gallium_dri.so free 0x557173451070 void 0.000122
+gallium_dri.so malloc 72 0x557173451170 0.000124
+gallium_dri.so free 0x557173451280 void 0.000123
+gallium_dri.so free 0x557173451170 void 0.000126
+gallium_dri.so malloc 72 0x557173451230 0.000123
+gallium_dri.so free 0x557173451300 void 0.000124
+gallium_dri.so free 0x557173451230 void 0.000119
+gallium_dri.so malloc 72 0x557173451320 0.000114
+gallium_dri.so free 0x5571735d9300 void 0.000113
+gallium_dri.so free 0x557173451320 void 0.000118
+gallium_dri.so malloc 72 0x5571735d92b0 0.000124
+gallium_dri.so free 0x5571735d9380 void 0.000118
+gallium_dri.so free 0x5571735d92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d92b0 0.000113
+gallium_dri.so free 0x5571735d9400 void 0.000113
+gallium_dri.so free 0x5571735d92b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d9400 0.000127
+gallium_dri.so free 0x5571735d94c0 void 0.000124
+gallium_dri.so free 0x5571735d9400 void 0.000129
+gallium_dri.so malloc 72 0x5571735d9400 0.000124
+gallium_dri.so free 0x5571735d9580 void 0.000127
+gallium_dri.so free 0x5571735d9400 void 0.000127
+gallium_dri.so malloc 72 0x5571735d9400 0.000120
+gallium_dri.so free 0x5571735e3880 void 0.000124
+gallium_dri.so free 0x5571735d9400 void 0.000125
+gallium_dri.so malloc 72 0x5571735e38f0 0.000123
+gallium_dri.so free 0x5571735e3940 void 0.000124
+gallium_dri.so free 0x5571735e38f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e38f0 0.000123
+gallium_dri.so free 0x5571735d9640 void 0.000123
+gallium_dri.so free 0x5571735e38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d95f0 0.000120
+gallium_dri.so free 0x5571735e3a40 void 0.000132
+gallium_dri.so free 0x5571735d95f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e39f0 0.000131
+gallium_dri.so free 0x5571735e3a80 void 0.000124
+gallium_dri.so free 0x5571735e39f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e39f0 0.000131
+gallium_dri.so free 0x5571735e3b40 void 0.000131
+gallium_dri.so free 0x5571735e39f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3b80 0.000130
+gallium_dri.so free 0x5571735b71c0 void 0.000130
+gallium_dri.so free 0x5571735e3b80 void 0.000221
+gallium_dri.so malloc 72 0x5571735b7170 0.000247
+gallium_dri.so free 0x5571735b7280 void 0.000185
+gallium_dri.so free 0x5571735b7170 void 0.000221
+gallium_dri.so malloc 72 0x5571735b7230 0.000302
+gallium_dri.so free 0x5571735b7300 void 0.000328
+gallium_dri.so free 0x5571735b7230 void 0.000329
+gallium_dri.so malloc 72 0x5571735b7230 0.000303
+gallium_dri.so free 0x5571735b73c0 void 0.000281
+gallium_dri.so free 0x5571735b7230 void 0.000269
+gallium_dri.so malloc 72 0x5571735b7230 0.000222
+gallium_dri.so free 0x5571735e3c00 void 0.000264
+gallium_dri.so free 0x5571735b7230 void 0.000236
+gallium_dri.so malloc 72 0x5571735b7230 0.000197
+gallium_dri.so free 0x5571735b7480 void 0.000201
+gallium_dri.so free 0x5571735b7230 void 0.000166
+gallium_dri.so malloc 72 0x5571735b7430 0.000185
+gallium_dri.so free 0x5571735b7540 void 0.000269
+gallium_dri.so free 0x5571735b7430 void 0.000226
+gallium_dri.so malloc 72 0x5571735b74f0 0.000220
+gallium_dri.so free 0x5571735b7580 void 0.000200
+gallium_dri.so free 0x5571735b74f0 void 0.000233
+gallium_dri.so malloc 72 0x5571735b74f0 0.000239
+gallium_dri.so free 0x557173451500 void 0.000254
+gallium_dri.so free 0x5571735b74f0 void 0.000264
+gallium_dri.so malloc 72 0x5571734514b0 0.000221
+gallium_dri.so free 0x5571734515c0 void 0.000199
+gallium_dri.so free 0x5571734514b0 void 0.000162
+gallium_dri.so malloc 72 0x557173451570 0.000126
+gallium_dri.so free 0x557173451640 void 0.000129
+gallium_dri.so free 0x557173451570 void 0.000139
+gallium_dri.so malloc 72 0x557173451690 0.000190
+gallium_dri.so free 0x557173451700 void 0.000184
+gallium_dri.so free 0x557173451690 void 0.000190
+gallium_dri.so malloc 72 0x557173451720 0.000163
+gallium_dri.so free 0x5571734517c0 void 0.000133
+gallium_dri.so free 0x557173451720 void 0.000188
+gallium_dri.so malloc 72 0x557173451770 0.000187
+gallium_dri.so free 0x557173451840 void 0.000189
+gallium_dri.so free 0x557173451770 void 0.000219
+gallium_dri.so malloc 72 0x557173451770 0.000249
+gallium_dri.so free 0x5571734518c0 void 0.000236
+gallium_dri.so free 0x557173451770 void 0.000232
+gallium_dri.so malloc 72 0x5571734518c0 0.000187
+gallium_dri.so free 0x557173451980 void 0.000169
+gallium_dri.so free 0x5571734518c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734518c0 0.000136
+gallium_dri.so free 0x557173451a80 void 0.000137
+gallium_dri.so free 0x5571734518c0 void 0.000168
+gallium_dri.so malloc 72 0x557173451a30 0.000128
+gallium_dri.so free 0x557173451ac0 void 0.000133
+gallium_dri.so free 0x557173451a30 void 0.000137
+gallium_dri.so malloc 72 0x557173451a30 0.000136
+gallium_dri.so free 0x5571735b61c0 void 0.000187
+gallium_dri.so free 0x557173451a30 void 0.000164
+gallium_dri.so malloc 72 0x557173451a30 0.000127
+gallium_dri.so free 0x5571735b6240 void 0.000127
+gallium_dri.so free 0x557173451a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6240 0.000142
+gallium_dri.so free 0x5571735b6300 void 0.000134
+gallium_dri.so free 0x5571735b6240 void 0.000133
+gallium_dri.so malloc 72 0x5571735b6240 0.000143
+gallium_dri.so free 0x5571735b63c0 void 0.000140
+gallium_dri.so free 0x5571735b6240 void 0.000190
+gallium_dri.so malloc 72 0x5571735b6240 0.000190
+gallium_dri.so free 0x5571735b6480 void 0.000170
+gallium_dri.so free 0x5571735b6240 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6430 0.000130
+gallium_dri.so free 0x5571735b6480 void 0.000128
+gallium_dri.so free 0x5571735b6430 void 0.000132
+gallium_dri.so malloc 72 0x5571735b6430 0.000137
+gallium_dri.so free 0x5571735b6580 void 0.000137
+gallium_dri.so free 0x5571735b6430 void 0.000191
+gallium_dri.so malloc 72 0x5571735b6530 0.000193
+gallium_dri.so free 0x5571735b6640 void 0.000168
+gallium_dri.so free 0x5571735b6530 void 0.000127
+gallium_dri.so malloc 72 0x5571735b65f0 0.000126
+gallium_dri.so free 0x5571735b6680 void 0.000127
+gallium_dri.so free 0x5571735b65f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735b65f0 0.000138
+gallium_dri.so free 0x5571735b6740 void 0.000186
+gallium_dri.so free 0x5571735b65f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b6780 0.000131
+gallium_dri.so free 0x5571735b6800 void 0.000134
+gallium_dri.so free 0x5571735b6780 void 0.000142
+gallium_dri.so malloc 72 0x5571735b6800 0.000130
+gallium_dri.so free 0x5571735b68c0 void 0.000125
+gallium_dri.so free 0x5571735b6800 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6800 0.000129
+gallium_dri.so free 0x5571735b51c0 void 0.000129
+gallium_dri.so free 0x5571735b6800 void 0.000125
+gallium_dri.so malloc 72 0x5571735b6800 0.000128
+gallium_dri.so free 0x5571735b5280 void 0.000129
+gallium_dri.so free 0x5571735b6800 void 0.000131
+gallium_dri.so malloc 72 0x5571735b6800 0.000129
+gallium_dri.so free 0x5571735b5340 void 0.000124
+gallium_dri.so free 0x5571735b6800 void 0.000124
+gallium_dri.so malloc 72 0x5571735b52f0 0.000131
+gallium_dri.so free 0x5571735b53c0 void 0.000129
+gallium_dri.so free 0x5571735b52f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5410 0.000120
+gallium_dri.so free 0x5571735b5480 void 0.000133
+gallium_dri.so free 0x5571735b5410 void 0.000125
+gallium_dri.so malloc 72 0x5571735b54a0 0.000130
+gallium_dri.so free 0x5571735b5540 void 0.000130
+gallium_dri.so free 0x5571735b54a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b54f0 0.000125
+gallium_dri.so free 0x5571735b55c0 void 0.000130
+gallium_dri.so free 0x5571735b54f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735b55c0 0.000130
+gallium_dri.so free 0x5571735b5680 void 0.000125
+gallium_dri.so free 0x5571735b55c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b55c0 0.000119
+gallium_dri.so free 0x5571735b5700 void 0.000119
+gallium_dri.so free 0x5571735b55c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b5700 0.000130
+gallium_dri.so free 0x5571735b57c0 void 0.000131
+gallium_dri.so free 0x5571735b5700 void 0.000147
+gallium_dri.so malloc 72 0x5571735b5700 0.000131
+gallium_dri.so free 0x5571735b5880 void 0.000130
+gallium_dri.so free 0x5571735b5700 void 0.000129
+gallium_dri.so malloc 72 0x5571735b5700 0.000130
+gallium_dri.so free 0x5571735b5940 void 0.000130
+gallium_dri.so free 0x5571735b5700 void 0.000129
+gallium_dri.so malloc 72 0x5571735b58f0 0.000124
+gallium_dri.so free 0x5571735bdb40 void 0.000127
+gallium_dri.so free 0x5571735b58f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735bdb40 0.000124
+gallium_dri.so free 0x5571735bdc00 void 0.000121
+gallium_dri.so free 0x5571735bdb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735bdb40 0.000131
+gallium_dri.so free 0x5571735bdc80 void 0.000129
+gallium_dri.so free 0x5571735bdb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735bdb40 0.000129
+gallium_dri.so free 0x5571735b59c0 void 0.000129
+gallium_dri.so free 0x5571735bdb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735b59f0 0.000130
+gallium_dri.so free 0x5571735bdd40 void 0.000125
+gallium_dri.so free 0x5571735b59f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b59f0 0.000129
+gallium_dri.so free 0x5571735bddc0 void 0.000129
+gallium_dri.so free 0x5571735b59f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bddc0 0.000118
+gallium_dri.so free 0x5571735bde80 void 0.000124
+gallium_dri.so free 0x5571735bddc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bddc0 0.000129
+gallium_dri.so free 0x5571735bdf40 void 0.000129
+gallium_dri.so free 0x5571735bddc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bddc0 0.000135
+gallium_dri.so free 0x5571735be000 void 0.000120
+gallium_dri.so free 0x5571735bddc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735bdfb0 0.000115
+gallium_dri.so free 0x5571735be000 void 0.000114
+gallium_dri.so free 0x5571735bdfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bdfb0 0.000113
+gallium_dri.so free 0x5571735be100 void 0.000114
+gallium_dri.so free 0x5571735bdfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be0b0 0.000113
+gallium_dri.so free 0x5571735be1c0 void 0.000115
+gallium_dri.so free 0x5571735be0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735be170 0.000113
+gallium_dri.so free 0x5571735be200 void 0.000113
+gallium_dri.so free 0x5571735be170 void 0.000114
+gallium_dri.so malloc 72 0x5571735be170 0.000113
+gallium_dri.so free 0x5571735be2c0 void 0.000113
+gallium_dri.so free 0x5571735be170 void 0.000113
+gallium_dri.so malloc 72 0x5571735be300 0.000113
+gallium_dri.so free 0x5571735be380 void 0.000113
+gallium_dri.so free 0x5571735be300 void 0.000112
+gallium_dri.so malloc 72 0x5571735be380 0.000118
+gallium_dri.so free 0x5571735b22c0 void 0.000113
+gallium_dri.so free 0x5571735be380 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2270 0.000114
+gallium_dri.so free 0x5571735b2340 void 0.000114
+gallium_dri.so free 0x5571735b2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2270 0.000115
+gallium_dri.so free 0x5571735b2400 void 0.000115
+gallium_dri.so free 0x5571735b2270 void 0.000126
+gallium_dri.so malloc 72 0x5571735b2270 0.000115
+gallium_dri.so free 0x5571735b24c0 void 0.000115
+gallium_dri.so free 0x5571735b2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2470 0.000113
+gallium_dri.so free 0x5571735b2540 void 0.000125
+gallium_dri.so free 0x5571735b2470 void 0.000116
+gallium_dri.so malloc 72 0x5571735b2590 0.000113
+gallium_dri.so free 0x5571735b2600 void 0.000115
+gallium_dri.so free 0x5571735b2590 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2620 0.000114
+gallium_dri.so free 0x5571735b26c0 void 0.000113
+gallium_dri.so free 0x5571735b2620 void 0.000112
+gallium_dri.so malloc 72 0x5571735b2670 0.000113
+gallium_dri.so free 0x5571735b2740 void 0.000115
+gallium_dri.so free 0x5571735b2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2740 0.000115
+gallium_dri.so free 0x5571735b2800 void 0.000113
+gallium_dri.so free 0x5571735b2740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2740 0.000113
+gallium_dri.so free 0x5571735b2880 void 0.000113
+gallium_dri.so free 0x5571735b2740 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2880 0.000114
+gallium_dri.so free 0x5571735b2940 void 0.000113
+gallium_dri.so free 0x5571735b2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2880 0.000113
+gallium_dri.so free 0x5571735b2a00 void 0.000113
+gallium_dri.so free 0x5571735b2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2880 0.000171
+gallium_dri.so free 0x5571735b2ac0 void 0.000120
+gallium_dri.so free 0x5571735b2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2a70 0.000113
+gallium_dri.so free 0x5571735b2b40 void 0.000114
+gallium_dri.so free 0x5571735b2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b90 0.000113
+gallium_dri.so free 0x5571735e6300 void 0.000117
+gallium_dri.so free 0x5571735b2b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b2b90 0.000114
+gallium_dri.so free 0x5571735e6380 void 0.000113
+gallium_dri.so free 0x5571735b2b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735b2b90 0.000112
+gallium_dri.so free 0x5571735e6440 void 0.000113
+gallium_dri.so free 0x5571735b2b90 void 0.000119
+gallium_dri.so malloc 72 0x5571735b2b90 0.000114
+gallium_dri.so free 0x5571735e6500 void 0.000115
+gallium_dri.so free 0x5571735b2b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e64b0 0.000116
+gallium_dri.so free 0x5571735e6580 void 0.000118
+gallium_dri.so free 0x5571735e64b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e65d0 0.000115
+gallium_dri.so free 0x5571735e6640 void 0.000113
+gallium_dri.so free 0x5571735e65d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6660 0.000114
+gallium_dri.so free 0x5571735e6700 void 0.000114
+gallium_dri.so free 0x5571735e6660 void 0.000114
+gallium_dri.so malloc 72 0x5571735e66b0 0.000126
+gallium_dri.so free 0x5571735e6780 void 0.000115
+gallium_dri.so free 0x5571735e66b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e66b0 0.000115
+gallium_dri.so free 0x5571735e6880 void 0.000113
+gallium_dri.so free 0x5571735e66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6830 0.000113
+gallium_dri.so free 0x5571735e6900 void 0.000114
+gallium_dri.so free 0x5571735e6830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6950 0.000114
+gallium_dri.so free 0x5571735e69c0 void 0.000113
+gallium_dri.so free 0x5571735e6950 void 0.000113
+gallium_dri.so malloc 72 0x5571735e69e0 0.000113
+gallium_dri.so free 0x5571735e6a80 void 0.000114
+gallium_dri.so free 0x5571735e69e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6a30 0.000113
+gallium_dri.so free 0x5571735e6b00 void 0.000113
+gallium_dri.so free 0x5571735e6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6a30 0.000113
+gallium_dri.so free 0x5571735e6b80 void 0.000119
+gallium_dri.so free 0x5571735e6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6b80 0.000114
+gallium_dri.so free 0x5571735e6c40 void 0.000113
+gallium_dri.so free 0x5571735e6b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6b80 0.000113
+gallium_dri.so free 0x5571735e6d40 void 0.000114
+gallium_dri.so free 0x5571735e6b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6b80 0.000127
+gallium_dri.so free 0x5571735e6dc0 void 0.000115
+gallium_dri.so free 0x5571735e6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6df0 0.000114
+gallium_dri.so free 0x5571735e6e40 void 0.000116
+gallium_dri.so free 0x5571735e6df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6df0 0.000113
+gallium_dri.so free 0x5571735b9bc0 void 0.000114
+gallium_dri.so free 0x5571735e6df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b9b70 0.000116
+gallium_dri.so free 0x5571735b9c80 void 0.000114
+gallium_dri.so free 0x5571735b9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9c30 0.000112
+gallium_dri.so free 0x5571735b9cc0 void 0.000113
+gallium_dri.so free 0x5571735b9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9c30 0.000113
+gallium_dri.so free 0x5571735b9d80 void 0.000113
+gallium_dri.so free 0x5571735b9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b9dd0 0.000113
+gallium_dri.so free 0x5571735b9e40 void 0.000113
+gallium_dri.so free 0x5571735b9dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9e80 0.000112
+gallium_dri.so free 0x5571735b9f00 void 0.000114
+gallium_dri.so free 0x5571735b9e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f00 0.000114
+gallium_dri.so free 0x5571735b9fc0 void 0.000114
+gallium_dri.so free 0x5571735b9f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735b9f00 0.000113
+gallium_dri.so free 0x5571735ba040 void 0.000182
+gallium_dri.so free 0x5571735b9f00 void 0.000141
+gallium_dri.so malloc 72 0x5571735ba070 0.000113
+gallium_dri.so free 0x5571735ba0c0 void 0.000114
+gallium_dri.so free 0x5571735ba070 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba070 0.000113
+gallium_dri.so free 0x5571735ba1c0 void 0.000114
+gallium_dri.so free 0x5571735ba070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba170 0.000113
+gallium_dri.so free 0x5571735ba280 void 0.000113
+gallium_dri.so free 0x5571735ba170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba230 0.000118
+gallium_dri.so free 0x5571735ba300 void 0.000115
+gallium_dri.so free 0x5571735ba230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba320 0.000112
+gallium_dri.so free 0x5571735ba3c0 void 0.000114
+gallium_dri.so free 0x5571735ba320 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba370 0.000114
+gallium_dri.so free 0x5571735ba440 void 0.000114
+gallium_dri.so free 0x5571735ba370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba370 0.000112
+gallium_dri.so free 0x5571735ba4c0 void 0.000113
+gallium_dri.so free 0x5571735ba370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000113
+gallium_dri.so free 0x5571735ba580 void 0.000114
+gallium_dri.so free 0x5571735ba4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000114
+gallium_dri.so free 0x5571735ba640 void 0.000127
+gallium_dri.so free 0x5571735ba4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ba4c0 0.000112
+gallium_dri.so free 0x5571735ba700 void 0.000114
+gallium_dri.so free 0x5571735ba4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000132
+gallium_dri.so free 0x5571735ba700 void 0.000115
+gallium_dri.so free 0x5571735ba6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba6b0 0.000113
+gallium_dri.so free 0x5571735ba800 void 0.000115
+gallium_dri.so free 0x5571735ba6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000112
+gallium_dri.so free 0x557173451dc0 void 0.000114
+gallium_dri.so free 0x5571735ba7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000113
+gallium_dri.so free 0x557173451e80 void 0.000114
+gallium_dri.so free 0x5571735ba7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ba7b0 0.000113
+gallium_dri.so free 0x557173451f40 void 0.000114
+gallium_dri.so free 0x5571735ba7b0 void 0.000114
+gallium_dri.so malloc 72 0x557173451ef0 0.000114
+gallium_dri.so free 0x557173451fc0 void 0.000114
+gallium_dri.so free 0x557173451ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173452010 0.000114
+gallium_dri.so free 0x557173452080 void 0.000114
+gallium_dri.so free 0x557173452010 void 0.000112
+gallium_dri.so malloc 72 0x5571734520e0 0.000115
+gallium_dri.so free 0x557173452180 void 0.000129
+gallium_dri.so free 0x5571734520e0 void 0.000112
+gallium_dri.so malloc 72 0x557173452130 0.000113
+gallium_dri.so free 0x5571734521c0 void 0.000113
+gallium_dri.so free 0x557173452130 void 0.000112
+gallium_dri.so malloc 72 0x557173452130 0.000112
+gallium_dri.so free 0x557173452280 void 0.000114
+gallium_dri.so free 0x557173452130 void 0.000114
+gallium_dri.so malloc 72 0x5571734522c0 0.000113
+gallium_dri.so free 0x557173452340 void 0.000113
+gallium_dri.so free 0x5571734522c0 void 0.000113
+gallium_dri.so malloc 72 0x557173452340 0.000114
+gallium_dri.so free 0x557173452400 void 0.000115
+gallium_dri.so free 0x557173452340 void 0.000113
+gallium_dri.so malloc 72 0x557173452340 0.000113
+gallium_dri.so free 0x557173452480 void 0.000115
+gallium_dri.so free 0x557173452340 void 0.000112
+gallium_dri.so malloc 72 0x5571734524b0 0.000112
+gallium_dri.so free 0x557173452500 void 0.000114
+gallium_dri.so free 0x5571734524b0 void 0.000113
+gallium_dri.so malloc 72 0x557173452500 0.000113
+gallium_dri.so free 0x5571734525c0 void 0.000114
+gallium_dri.so free 0x557173452500 void 0.000114
+gallium_dri.so malloc 72 0x557173452500 0.000113
+gallium_dri.so free 0x5571734526c0 void 0.000113
+gallium_dri.so free 0x557173452500 void 0.000113
+gallium_dri.so malloc 72 0x557173452670 0.000114
+gallium_dri.so free 0x557173452780 void 0.000114
+gallium_dri.so free 0x557173452670 void 0.000119
+gallium_dri.so malloc 72 0x557173452730 0.000113
+gallium_dri.so free 0x5571734527c0 void 0.000112
+gallium_dri.so free 0x557173452730 void 0.000112
+gallium_dri.so malloc 72 0x557173452730 0.000112
+gallium_dri.so free 0x557173452880 void 0.000113
+gallium_dri.so free 0x557173452730 void 0.000113
+gallium_dri.so malloc 72 0x5571734528c0 0.000113
+gallium_dri.so free 0x557173452940 void 0.000118
+gallium_dri.so free 0x5571734528c0 void 0.000114
+gallium_dri.so malloc 72 0x557173452940 0.000113
+gallium_dri.so free 0x557173452a00 void 0.000114
+gallium_dri.so free 0x557173452940 void 0.000112
+gallium_dri.so malloc 72 0x557173452940 0.000113
+gallium_dri.so free 0x557173452a80 void 0.000114
+gallium_dri.so free 0x557173452940 void 0.000114
+gallium_dri.so malloc 72 0x557173452940 0.000113
+gallium_dri.so free 0x557173452b40 void 0.000114
+gallium_dri.so free 0x557173452940 void 0.000114
+gallium_dri.so malloc 72 0x557173452b70 0.000128
+gallium_dri.so free 0x55717358d800 void 0.000116
+gallium_dri.so free 0x557173452b70 void 0.000113
+gallium_dri.so malloc 72 0x557173452b70 0.000114
+gallium_dri.so free 0x55717358d880 void 0.000113
+gallium_dri.so free 0x557173452b70 void 0.000113
+gallium_dri.so malloc 72 0x55717358d880 0.000113
+gallium_dri.so free 0x55717358d940 void 0.000114
+gallium_dri.so free 0x55717358d880 void 0.000123
+gallium_dri.so malloc 72 0x55717358d880 0.000114
+gallium_dri.so free 0x55717358da00 void 0.000114
+gallium_dri.so free 0x55717358d880 void 0.000113
+gallium_dri.so malloc 72 0x55717358d880 0.000115
+gallium_dri.so free 0x55717358dac0 void 0.000115
+gallium_dri.so free 0x55717358d880 void 0.000141
+gallium_dri.so malloc 72 0x55717358da70 0.000114
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000112
+gallium_dri.so free 0x55717358dbc0 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358db70 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so free 0x55717358db70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc30 0.000112
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc30 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc30 0.000113
+gallium_dri.so free 0x55717358dd80 void 0.000114
+gallium_dri.so free 0x55717358dc30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ddc0 0.000113
+gallium_dri.so free 0x55717358de40 void 0.000115
+gallium_dri.so free 0x55717358ddc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358de40 0.000116
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so free 0x55717358de40 void 0.000139
+gallium_dri.so malloc 72 0x55717358de40 0.000126
+gallium_dri.so free 0x55717358dfc0 void 0.000124
+gallium_dri.so free 0x55717358de40 void 0.000124
+gallium_dri.so malloc 72 0x55717358dfe0 0.000119
+gallium_dri.so free 0x55717358e080 void 0.000120
+gallium_dri.so free 0x55717358dfe0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e030 0.000118
+gallium_dri.so free 0x55717358e100 void 0.000118
+gallium_dri.so free 0x55717358e030 void 0.000118
+gallium_dri.so malloc 72 0x55717358e030 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000118
+gallium_dri.so free 0x55717358e030 void 0.000118
+gallium_dri.so malloc 72 0x55717358e180 0.000117
+gallium_dri.so free 0x55717358e240 void 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000118
+gallium_dri.so malloc 72 0x55717358e180 0.000117
+gallium_dri.so free 0x55717358e300 void 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000118
+gallium_dri.so malloc 72 0x55717358e180 0.000118
+gallium_dri.so free 0x55717358e3c0 void 0.000118
+gallium_dri.so free 0x55717358e180 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000118
+gallium_dri.so free 0x55717358e370 void 0.000120
+gallium_dri.so malloc 72 0x55717358e430 0.000119
+gallium_dri.so free 0x55717358e500 void 0.000125
+gallium_dri.so free 0x55717358e430 void 0.000112
+gallium_dri.so malloc 72 0x55717358e550 0.000110
+gallium_dri.so free 0x55717358e5c0 void 0.000110
+gallium_dri.so free 0x55717358e550 void 0.000111
+gallium_dri.so malloc 72 0x55717358e5e0 0.000111
+gallium_dri.so free 0x5571735e7340 void 0.000110
+gallium_dri.so free 0x55717358e5e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e7370 0.000111
+gallium_dri.so free 0x5571735e73c0 void 0.000110
+gallium_dri.so free 0x5571735e7370 void 0.000109
+gallium_dri.so malloc 72 0x5571735e7370 0.000110
+gallium_dri.so free 0x5571735e74c0 void 0.000112
+gallium_dri.so free 0x5571735e7370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7470 0.000112
+gallium_dri.so free 0x5571735e7580 void 0.000114
+gallium_dri.so free 0x5571735e7470 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7530 0.000111
+gallium_dri.so free 0x5571735e7600 void 0.000110
+gallium_dri.so free 0x5571735e7530 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7620 0.000110
+gallium_dri.so free 0x5571735e76c0 void 0.000111
+gallium_dri.so free 0x5571735e7620 void 0.000110
+gallium_dri.so malloc 72 0x5571735e7670 0.000114
+gallium_dri.so free 0x5571735e7740 void 0.000119
+gallium_dri.so free 0x5571735e7670 void 0.000111
+gallium_dri.so malloc 72 0x5571735e7670 0.000112
+gallium_dri.so free 0x5571735e77c0 void 0.000110
+gallium_dri.so free 0x5571735e7670 void 0.000126
+gallium_dri.so malloc 72 0x5571735e77c0 0.000115
+gallium_dri.so free 0x5571735e7880 void 0.000113
+gallium_dri.so free 0x5571735e77c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e77c0 0.000113
+gallium_dri.so free 0x5571735e7940 void 0.000114
+gallium_dri.so free 0x5571735e77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e77c0 0.000113
+gallium_dri.so free 0x5571735e7a00 void 0.000113
+gallium_dri.so free 0x5571735e77c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e79b0 0.000114
+gallium_dri.so free 0x5571735e7a00 void 0.000114
+gallium_dri.so free 0x5571735e79b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e79b0 0.000115
+gallium_dri.so free 0x5571735e7b00 void 0.000114
+gallium_dri.so free 0x5571735e79b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7ab0 0.000112
+gallium_dri.so free 0x5571735e7bc0 void 0.000114
+gallium_dri.so free 0x5571735e7ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7b70 0.000113
+gallium_dri.so free 0x5571735e7c00 void 0.000114
+gallium_dri.so free 0x5571735e7b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e7b70 0.000113
+gallium_dri.so free 0x5571735e7cc0 void 0.000113
+gallium_dri.so free 0x5571735e7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7d00 0.000114
+gallium_dri.so free 0x5571735e7d80 void 0.000114
+gallium_dri.so free 0x5571735e7d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e7d80 0.000170
+gallium_dri.so free 0x5571735e7e40 void 0.000126
+gallium_dri.so free 0x5571735e7d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e7d80 0.000118
+gallium_dri.so free 0x5571735e7f00 void 0.000119
+gallium_dri.so free 0x5571735e7d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e7f20 0.000118
+gallium_dri.so free 0x5571735e7fc0 void 0.000119
+gallium_dri.so free 0x5571735e7f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e7f70 0.000118
+gallium_dri.so free 0x5571735e8040 void 0.000120
+gallium_dri.so free 0x5571735e7f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e7f70 0.000117
+gallium_dri.so free 0x5571735e80c0 void 0.000119
+gallium_dri.so free 0x5571735e7f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e80c0 0.000118
+gallium_dri.so free 0x5571735e8180 void 0.000118
+gallium_dri.so free 0x5571735e80c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e80c0 0.000118
+gallium_dri.so free 0x5571735e8280 void 0.000132
+gallium_dri.so free 0x5571735e80c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e82b0 0.000118
+gallium_dri.so free 0x5571735e8300 void 0.000119
+gallium_dri.so free 0x5571735e82b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8300 0.000118
+gallium_dri.so free 0x5571735e83c0 void 0.000117
+gallium_dri.so free 0x5571735e8300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e8300 0.000110
+gallium_dri.so free 0x5571735e84c0 void 0.000113
+gallium_dri.so free 0x5571735e8300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e8470 0.000110
+gallium_dri.so free 0x5571735e8580 void 0.000110
+gallium_dri.so free 0x5571735e8470 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8530 0.000110
+gallium_dri.so free 0x5571735e85c0 void 0.000110
+gallium_dri.so free 0x5571735e8530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e8530 0.000110
+gallium_dri.so free 0x5571735e8680 void 0.000111
+gallium_dri.so free 0x5571735e8530 void 0.000109
+gallium_dri.so malloc 72 0x5571735e86c0 0.000111
+gallium_dri.so free 0x5571735e8740 void 0.000110
+gallium_dri.so free 0x5571735e86c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8740 0.000110
+gallium_dri.so free 0x5571735e8800 void 0.000111
+gallium_dri.so free 0x5571735e8740 void 0.000110
+gallium_dri.so malloc 72 0x5571735e8740 0.000111
+gallium_dri.so free 0x5571735e8880 void 0.000110
+gallium_dri.so free 0x5571735e8740 void 0.000116
+gallium_dri.so malloc 72 0x5571735e8740 0.000115
+gallium_dri.so free 0x5571735e8940 void 0.000113
+gallium_dri.so free 0x5571735e8740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e8740 0.000112
+gallium_dri.so free 0x5571735e8a00 void 0.000112
+gallium_dri.so free 0x5571735e8740 void 0.000111
+gallium_dri.so malloc 72 0x5571735e89b0 0.000132
+gallium_dri.so free 0x5571735e8a80 void 0.000125
+gallium_dri.so free 0x5571735e89b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e8ad0 0.000121
+gallium_dri.so free 0x5571735e8b40 void 0.000120
+gallium_dri.so free 0x5571735e8ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8b60 0.000118
+gallium_dri.so free 0x5571735e8c00 void 0.000119
+gallium_dri.so free 0x5571735e8b60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000118
+gallium_dri.so free 0x5571735e8c80 void 0.000118
+gallium_dri.so free 0x5571735e8bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8bb0 0.000118
+gallium_dri.so free 0x5571735e8d80 void 0.000119
+gallium_dri.so free 0x5571735e8bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8d30 0.000118
+gallium_dri.so free 0x5571735e8e00 void 0.000119
+gallium_dri.so free 0x5571735e8d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8e50 0.000120
+gallium_dri.so free 0x5571735e8ec0 void 0.000117
+gallium_dri.so free 0x5571735e8e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e8ee0 0.000118
+gallium_dri.so free 0x5571735e8f80 void 0.000118
+gallium_dri.so free 0x5571735e8ee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e8f30 0.000118
+gallium_dri.so free 0x5571735e9000 void 0.000118
+gallium_dri.so free 0x5571735e8f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e8f30 0.000111
+gallium_dri.so free 0x5571735e9080 void 0.000109
+gallium_dri.so free 0x5571735e8f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9080 0.000113
+gallium_dri.so free 0x5571735e9140 void 0.000110
+gallium_dri.so free 0x5571735e9080 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9080 0.000126
+gallium_dri.so free 0x5571735e9240 void 0.000114
+gallium_dri.so free 0x5571735e9080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e9080 0.000112
+gallium_dri.so free 0x5571735e92c0 void 0.000110
+gallium_dri.so free 0x5571735e9080 void 0.000111
+gallium_dri.so malloc 72 0x5571735e92f0 0.000110
+gallium_dri.so free 0x5571735e9340 void 0.000110
+gallium_dri.so free 0x5571735e92f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e92f0 0.000110
+gallium_dri.so free 0x5571735e9440 void 0.000109
+gallium_dri.so free 0x5571735e92f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e93f0 0.000111
+gallium_dri.so free 0x5571735e9500 void 0.000110
+gallium_dri.so free 0x5571735e93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e94b0 0.000120
+gallium_dri.so free 0x5571735e9540 void 0.000121
+gallium_dri.so free 0x5571735e94b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e94b0 0.000113
+gallium_dri.so free 0x5571735e9600 void 0.000112
+gallium_dri.so free 0x5571735e94b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e9650 0.000112
+gallium_dri.so free 0x5571735e96c0 void 0.000110
+gallium_dri.so free 0x5571735e9650 void 0.000110
+gallium_dri.so malloc 72 0x5571735e9700 0.000110
+gallium_dri.so free 0x5571735b0b00 void 0.000111
+gallium_dri.so free 0x5571735e9700 void 0.000110
+gallium_dri.so malloc 72 0x5571735b0b50 0.000112
+gallium_dri.so free 0x5571735b0bc0 void 0.000110
+gallium_dri.so free 0x5571735b0b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735b0be0 0.000111
+gallium_dri.so free 0x5571735b0c80 void 0.000111
+gallium_dri.so free 0x5571735b0be0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b0c30 0.000109
+gallium_dri.so free 0x5571735b0d00 void 0.000118
+gallium_dri.so free 0x5571735b0c30 void 0.000286
+gallium_dri.so malloc 72 0x5571735b0c30 0.000182
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so free 0x5571735b0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b0d80 0.000116
+gallium_dri.so free 0x5571735b0e40 void 0.000123
+gallium_dri.so free 0x5571735b0d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735b0d80 0.000113
+gallium_dri.so free 0x5571735b0f40 void 0.000117
+gallium_dri.so free 0x5571735b0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000110
+gallium_dri.so free 0x5571735b0f80 void 0.000122
+gallium_dri.so free 0x5571735b0ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b0ef0 0.000125
+gallium_dri.so free 0x5571735b1040 void 0.000123
+gallium_dri.so free 0x5571735b0ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b1080 0.000118
+gallium_dri.so free 0x5571735b1100 void 0.000116
+gallium_dri.so free 0x5571735b1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1100 0.000114
+gallium_dri.so free 0x5571735b11c0 void 0.000112
+gallium_dri.so free 0x5571735b1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1100 0.000113
+gallium_dri.so free 0x5571735b1240 void 0.000113
+gallium_dri.so free 0x5571735b1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1270 0.000112
+gallium_dri.so free 0x5571735b12c0 void 0.000114
+gallium_dri.so free 0x5571735b1270 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1270 0.000113
+gallium_dri.so free 0x5571735b13c0 void 0.000113
+gallium_dri.so free 0x5571735b1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1400 0.000131
+gallium_dri.so free 0x5571735b1480 void 0.000116
+gallium_dri.so free 0x5571735b1400 void 0.000112
+gallium_dri.so malloc 72 0x5571735b1480 0.000117
+gallium_dri.so free 0x5571735b1540 void 0.000114
+gallium_dri.so free 0x5571735b1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1480 0.000185
+gallium_dri.so free 0x5571735b15c0 void 0.000116
+gallium_dri.so free 0x5571735b1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735b15f0 0.000112
+gallium_dri.so free 0x5571735b1640 void 0.000114
+gallium_dri.so free 0x5571735b15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b15f0 0.000114
+gallium_dri.so free 0x5571735b1740 void 0.000114
+gallium_dri.so free 0x5571735b15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b16f0 0.000113
+gallium_dri.so free 0x5571735b1800 void 0.000113
+gallium_dri.so free 0x5571735b16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b17b0 0.000113
+gallium_dri.so free 0x5571735b1880 void 0.000114
+gallium_dri.so free 0x5571735b17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b17b0 0.000115
+gallium_dri.so free 0x5571735b1940 void 0.000113
+gallium_dri.so free 0x5571735b17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b17b0 0.000117
+gallium_dri.so free 0x5571735b1a00 void 0.000114
+gallium_dri.so free 0x5571735b17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b19b0 0.000113
+gallium_dri.so free 0x5571735b1a80 void 0.000113
+gallium_dri.so free 0x5571735b19b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735b1ad0 0.000114
+gallium_dri.so free 0x5571735b1b40 void 0.000114
+gallium_dri.so free 0x5571735b1ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1b60 0.000122
+gallium_dri.so free 0x5571735b1c00 void 0.000117
+gallium_dri.so free 0x5571735b1b60 void 0.000119
+gallium_dri.so malloc 72 0x5571735b1bb0 0.000115
+gallium_dri.so free 0x5571735b1c80 void 0.000111
+gallium_dri.so free 0x5571735b1bb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b1c80 0.000110
+gallium_dri.so free 0x5571735b1d40 void 0.000110
+gallium_dri.so free 0x5571735b1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735b1c80 0.000109
+gallium_dri.so free 0x5571735b1dc0 void 0.000109
+gallium_dri.so free 0x5571735b1c80 void 0.000109
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000110
+gallium_dri.so free 0x5571735b1e80 void 0.000111
+gallium_dri.so free 0x5571735b1dc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000110
+gallium_dri.so free 0x5571735b1f40 void 0.000110
+gallium_dri.so free 0x5571735b1dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b1dc0 0.000109
+gallium_dri.so free 0x5571735b2000 void 0.000113
+gallium_dri.so free 0x5571735b1dc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735b1fb0 0.000114
+gallium_dri.so free 0x5571735b2080 void 0.000119
+gallium_dri.so free 0x5571735b1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b20d0 0.000113
+gallium_dri.so free 0x5571735d78c0 void 0.000111
+gallium_dri.so free 0x5571735b20d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d7900 0.000123
+gallium_dri.so free 0x5571735d7980 void 0.000115
+gallium_dri.so free 0x5571735d7900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7900 0.000117
+gallium_dri.so free 0x5571735d7a00 void 0.000125
+gallium_dri.so free 0x5571735d7900 void 0.000124
+gallium_dri.so malloc 72 0x5571735d7a30 0.000120
+gallium_dri.so free 0x5571735d7a80 void 0.000126
+gallium_dri.so free 0x5571735d7a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d7a30 0.000122
+gallium_dri.so free 0x5571735d7b80 void 0.000124
+gallium_dri.so free 0x5571735d7a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7b30 0.000122
+gallium_dri.so free 0x5571735d7c40 void 0.000123
+gallium_dri.so free 0x5571735d7b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000127
+gallium_dri.so free 0x5571735d7c80 void 0.000152
+gallium_dri.so free 0x5571735d7bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d7bf0 0.000123
+gallium_dri.so free 0x5571735d7d40 void 0.000124
+gallium_dri.so free 0x5571735d7bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d7db0 0.000124
+gallium_dri.so free 0x5571735d7e00 void 0.000153
+gallium_dri.so free 0x5571735d7db0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d7db0 0.000177
+gallium_dri.so free 0x5571735d7f00 void 0.000162
+gallium_dri.so free 0x5571735d7db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d7eb0 0.000124
+gallium_dri.so free 0x5571735d7fc0 void 0.000119
+gallium_dri.so free 0x5571735d7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d7f70 0.000114
+gallium_dri.so free 0x5571735d8000 void 0.000119
+gallium_dri.so free 0x5571735d7f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d7f70 0.000123
+gallium_dri.so free 0x5571735d80c0 void 0.000124
+gallium_dri.so free 0x5571735d7f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8100 0.000122
+gallium_dri.so free 0x5571735d8180 void 0.000116
+gallium_dri.so free 0x5571735d8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8180 0.000118
+gallium_dri.so free 0x5571735d8240 void 0.000116
+gallium_dri.so free 0x5571735d8180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d8180 0.000120
+gallium_dri.so free 0x5571735d8300 void 0.000128
+gallium_dri.so free 0x5571735d8180 void 0.000120
+gallium_dri.so malloc 72 0x5571735d8320 0.000123
+gallium_dri.so free 0x5571735d83c0 void 0.000118
+gallium_dri.so free 0x5571735d8320 void 0.000114
+gallium_dri.so malloc 72 0x5571735d8370 0.000114
+gallium_dri.so free 0x5571735d8440 void 0.000121
+gallium_dri.so free 0x5571735d8370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d8370 0.000122
+gallium_dri.so free 0x5571735d84c0 void 0.000123
+gallium_dri.so free 0x5571735d8370 void 0.000123
+gallium_dri.so malloc 72 0x5571735d84c0 0.000124
+gallium_dri.so free 0x5571735d8580 void 0.000125
+gallium_dri.so free 0x5571735d84c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d84c0 0.000119
+gallium_dri.so free 0x5571735d8640 void 0.000115
+gallium_dri.so free 0x5571735d84c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d84c0 0.000130
+gallium_dri.so free 0x5571735d8700 void 0.000126
+gallium_dri.so free 0x5571735d84c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d86b0 0.000123
+gallium_dri.so free 0x5571735d87c0 void 0.000124
+gallium_dri.so free 0x5571735d86b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735d8770 0.000230
+gallium_dri.so free 0x5571735d8840 void 0.000234
+gallium_dri.so free 0x5571735d8770 void 0.000283
+gallium_dri.so malloc 72 0x5571735d8890 0.000284
+gallium_dri.so free 0x5571735d8900 void 0.000282
+gallium_dri.so free 0x5571735d8890 void 0.000263
+gallium_dri.so malloc 72 0x5571735d8920 0.000223
+gallium_dri.so free 0x5571735d89c0 void 0.000216
+gallium_dri.so free 0x5571735d8920 void 0.000240
+gallium_dri.so malloc 72 0x5571735d8970 0.000223
+gallium_dri.so free 0x5571735d8a40 void 0.000233
+gallium_dri.so free 0x5571735d8970 void 0.000239
+gallium_dri.so malloc 72 0x5571735d8970 0.000276
+gallium_dri.so free 0x5571735d8ac0 void 0.000194
+gallium_dri.so free 0x5571735d8970 void 0.000296
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000291
+gallium_dri.so free 0x5571735d8b80 void 0.000292
+gallium_dri.so free 0x5571735d8ac0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d8ac0 0.000289
+gallium_dri.so free 0x5571735d8c80 void 0.000283
+gallium_dri.so free 0x5571735d8ac0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d8c30 0.000262
+gallium_dri.so free 0x5571735d8cc0 void 0.000254
+gallium_dri.so free 0x5571735d8c30 void 0.000229
+gallium_dri.so malloc 72 0x5571735d8c30 0.000197
+gallium_dri.so free 0x5571735d8d80 void 0.000158
+gallium_dri.so free 0x5571735d8c30 void 0.000199
+gallium_dri.so malloc 72 0x5571735d8dc0 0.000239
+gallium_dri.so free 0x5571735d8e40 void 0.000241
+gallium_dri.so free 0x5571735d8dc0 void 0.000241
+gallium_dri.so malloc 72 0x5571735d8e40 0.000251
+gallium_dri.so free 0x5571735d8f00 void 0.000253
+gallium_dri.so free 0x5571735d8e40 void 0.000247
+gallium_dri.so malloc 72 0x5571735d8e40 0.000271
+gallium_dri.so free 0x5571735d8f80 void 0.000275
+gallium_dri.so free 0x5571735d8e40 void 0.000233
+gallium_dri.so malloc 72 0x5571735d8fb0 0.000228
+gallium_dri.so free 0x5571735b3440 void 0.000233
+gallium_dri.so free 0x5571735d8fb0 void 0.000231
+gallium_dri.so malloc 72 0x5571735b33f0 0.000254
+gallium_dri.so free 0x5571735b3440 void 0.000228
+gallium_dri.so free 0x5571735b33f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735b33f0 0.000207
+gallium_dri.so free 0x5571735b3540 void 0.000189
+gallium_dri.so free 0x5571735b33f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735b34f0 0.000245
+gallium_dri.so free 0x5571735b3600 void 0.000281
+gallium_dri.so free 0x5571735b34f0 void 0.000291
+gallium_dri.so malloc 72 0x5571735b35b0 0.000283
+gallium_dri.so free 0x5571735d9000 void 0.000282
+gallium_dri.so free 0x5571735b35b0 void 0.000278
+gallium_dri.so malloc 72 0x5571735b35b0 0.000278
+gallium_dri.so free 0x5571735b3640 void 0.000275
+gallium_dri.so free 0x5571735b35b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735b35b0 0.000228
+gallium_dri.so free 0x5571735b3740 void 0.000251
+gallium_dri.so free 0x5571735b35b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735b36f0 0.000229
+gallium_dri.so free 0x5571735b3800 void 0.000229
+gallium_dri.so free 0x5571735b36f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735b37b0 0.000233
+gallium_dri.so free 0x5571735b3880 void 0.000212
+gallium_dri.so free 0x5571735b37b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735b37b0 0.000228
+gallium_dri.so free 0x5571735b3940 void 0.000189
+gallium_dri.so free 0x5571735b37b0 void 0.000257
+gallium_dri.so malloc 72 0x5571735b37b0 0.000229
+gallium_dri.so free 0x5571735b3a00 void 0.000262
+gallium_dri.so free 0x5571735b37b0 void 0.000266
+gallium_dri.so malloc 72 0x5571735b39b0 0.000289
+gallium_dri.so free 0x5571735b3a80 void 0.000291
+gallium_dri.so free 0x5571735b39b0 void 0.000278
+gallium_dri.so malloc 72 0x5571735b3ad0 0.000289
+gallium_dri.so free 0x5571735b3b40 void 0.000277
+gallium_dri.so free 0x5571735b3ad0 void 0.000279
+gallium_dri.so malloc 72 0x5571735b3b60 0.000279
+gallium_dri.so free 0x5571735b3c00 void 0.000280
+gallium_dri.so free 0x5571735b3b60 void 0.000231
+gallium_dri.so malloc 72 0x5571735b3bb0 0.000211
+gallium_dri.so free 0x5571735b3c80 void 0.000224
+gallium_dri.so free 0x5571735b3bb0 void 0.000216
+gallium_dri.so malloc 72 0x5571735b3c80 0.000205
+gallium_dri.so free 0x5571735b3d40 void 0.000188
+gallium_dri.so free 0x5571735b3c80 void 0.000231
+gallium_dri.so malloc 72 0x5571735b3c80 0.000231
+gallium_dri.so free 0x5571735b3dc0 void 0.000207
+gallium_dri.so free 0x5571735b3c80 void 0.000186
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000229
+gallium_dri.so free 0x5571735b3e80 void 0.000168
+gallium_dri.so free 0x5571735b3dc0 void 0.000238
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000228
+gallium_dri.so free 0x5571735b3f40 void 0.000189
+gallium_dri.so free 0x5571735b3dc0 void 0.000230
+gallium_dri.so malloc 72 0x5571735b3dc0 0.000229
+gallium_dri.so free 0x5571735b4000 void 0.000210
+gallium_dri.so free 0x5571735b3dc0 void 0.000218
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000187
+gallium_dri.so free 0x5571735b4080 void 0.000187
+gallium_dri.so free 0x5571735b3fb0 void 0.000188
+gallium_dri.so malloc 72 0x5571735b40d0 0.000244
+gallium_dri.so free 0x5571735b4140 void 0.000265
+gallium_dri.so free 0x5571735b40d0 void 0.000337
+gallium_dri.so malloc 72 0x5571735b4180 0.000336
+gallium_dri.so free 0x5571735b4200 void 0.000320
+gallium_dri.so free 0x5571735b4180 void 0.000282
+gallium_dri.so malloc 72 0x5571735b4180 0.000285
+gallium_dri.so free 0x5571735b4280 void 0.000276
+gallium_dri.so free 0x5571735b4180 void 0.000303
+gallium_dri.so malloc 72 0x5571735b42b0 0.000285
+gallium_dri.so free 0x5571735b4300 void 0.000288
+gallium_dri.so free 0x5571735b42b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735b42b0 0.000171
+gallium_dri.so free 0x5571735b4400 void 0.000172
+gallium_dri.so free 0x5571735b42b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735b43b0 0.000138
+gallium_dri.so free 0x5571735b44c0 void 0.000137
+gallium_dri.so free 0x5571735b43b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4470 0.000132
+gallium_dri.so free 0x5571735b4500 void 0.000132
+gallium_dri.so free 0x5571735b4470 void 0.000136
+gallium_dri.so malloc 72 0x5571735b4470 0.000135
+gallium_dri.so free 0x5571735b45c0 void 0.000136
+gallium_dri.so free 0x5571735b4470 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4630 0.000138
+gallium_dri.so free 0x5571735b4680 void 0.000141
+gallium_dri.so free 0x5571735b4630 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4630 0.000136
+gallium_dri.so free 0x5571735b4780 void 0.000136
+gallium_dri.so free 0x5571735b4630 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4730 0.000135
+gallium_dri.so free 0x5571735b4840 void 0.000131
+gallium_dri.so free 0x5571735b4730 void 0.000124
+gallium_dri.so malloc 72 0x5571735b47f0 0.000132
+gallium_dri.so free 0x5571735b4880 void 0.000131
+gallium_dri.so free 0x5571735b47f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b47f0 0.000125
+gallium_dri.so free 0x5571735b4940 void 0.000131
+gallium_dri.so free 0x5571735b47f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4980 0.000126
+gallium_dri.so free 0x5571735b4a00 void 0.000127
+gallium_dri.so free 0x5571735b4980 void 0.000133
+gallium_dri.so malloc 72 0x5571735b4a00 0.000135
+gallium_dri.so free 0x5571735b4ac0 void 0.000136
+gallium_dri.so free 0x5571735b4a00 void 0.000138
+gallium_dri.so malloc 72 0x5571735b4a00 0.000131
+gallium_dri.so free 0x5571735b4b80 void 0.000149
+gallium_dri.so free 0x5571735b4a00 void 0.000138
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000133
+gallium_dri.so free 0x557173453000 void 0.000129
+gallium_dri.so free 0x5571735b4ba0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4ba0 0.000137
+gallium_dri.so free 0x5571734530c0 void 0.000137
+gallium_dri.so free 0x5571735b4ba0 void 0.000136
+gallium_dri.so malloc 72 0x557173453070 0.000136
+gallium_dri.so free 0x557173453140 void 0.000137
+gallium_dri.so free 0x557173453070 void 0.000138
+gallium_dri.so malloc 72 0x557173453190 0.000132
+gallium_dri.so free 0x5571735b4c40 void 0.000133
+gallium_dri.so free 0x557173453190 void 0.000133
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000127
+gallium_dri.so free 0x557173453200 void 0.000133
+gallium_dri.so free 0x5571735b4bf0 void 0.000134
+gallium_dri.so malloc 72 0x557173453230 0.000128
+gallium_dri.so free 0x557173453280 void 0.000133
+gallium_dri.so free 0x557173453230 void 0.000132
+gallium_dri.so malloc 72 0x557173453280 0.000131
+gallium_dri.so free 0x557173453340 void 0.000176
+gallium_dri.so free 0x557173453280 void 0.000152
+gallium_dri.so malloc 72 0x557173453280 0.000146
+gallium_dri.so free 0x557173453440 void 0.000146
+gallium_dri.so free 0x557173453280 void 0.000142
+gallium_dri.so malloc 72 0x5571734533f0 0.000138
+gallium_dri.so free 0x557173453500 void 0.000140
+gallium_dri.so free 0x5571734533f0 void 0.000144
+gallium_dri.so malloc 72 0x5571734534b0 0.000144
+gallium_dri.so free 0x557173453540 void 0.000145
+gallium_dri.so free 0x5571734534b0 void 0.000142
+gallium_dri.so malloc 72 0x5571734534b0 0.000141
+gallium_dri.so free 0x557173453600 void 0.000146
+gallium_dri.so free 0x5571734534b0 void 0.000144
+gallium_dri.so malloc 72 0x557173453640 0.000144
+gallium_dri.so free 0x5571734536c0 void 0.000141
+gallium_dri.so free 0x557173453640 void 0.000136
+gallium_dri.so malloc 72 0x5571734536c0 0.000140
+gallium_dri.so free 0x557173453780 void 0.000145
+gallium_dri.so free 0x5571734536c0 void 0.000162
+gallium_dri.so malloc 72 0x5571734536c0 0.000142
+gallium_dri.so free 0x557173453800 void 0.000143
+gallium_dri.so free 0x5571734536c0 void 0.000143
+gallium_dri.so malloc 72 0x5571734536c0 0.000139
+gallium_dri.so free 0x5571734538c0 void 0.000132
+gallium_dri.so free 0x5571734536c0 void 0.000141
+gallium_dri.so malloc 72 0x5571734536c0 0.000143
+gallium_dri.so free 0x557173453980 void 0.000144
+gallium_dri.so free 0x5571734536c0 void 0.000152
+gallium_dri.so malloc 72 0x557173453930 0.000172
+gallium_dri.so free 0x557173453a00 void 0.000159
+gallium_dri.so free 0x557173453930 void 0.000172
+gallium_dri.so malloc 72 0x557173453a50 0.000134
+gallium_dri.so free 0x557173453ac0 void 0.000129
+gallium_dri.so free 0x557173453a50 void 0.000124
+gallium_dri.so malloc 72 0x557173453ae0 0.000121
+gallium_dri.so free 0x557173453b80 void 0.000123
+gallium_dri.so free 0x557173453ae0 void 0.000130
+gallium_dri.so malloc 72 0x557173453b30 0.000130
+gallium_dri.so free 0x557173453c00 void 0.000219
+gallium_dri.so free 0x557173453b30 void 0.000275
+gallium_dri.so malloc 72 0x557173453b30 0.000233
+gallium_dri.so free 0x557173453d00 void 0.000150
+gallium_dri.so free 0x557173453b30 void 0.000130
+gallium_dri.so malloc 72 0x557173453cb0 0.000128
+gallium_dri.so free 0x557173453d80 void 0.000130
+gallium_dri.so free 0x557173453cb0 void 0.000129
+gallium_dri.so malloc 72 0x557173453dd0 0.000129
+gallium_dri.so free 0x557173453e40 void 0.000130
+gallium_dri.so free 0x557173453dd0 void 0.000124
+gallium_dri.so malloc 72 0x557173453e60 0.000131
+gallium_dri.so free 0x557173453f00 void 0.000130
+gallium_dri.so free 0x557173453e60 void 0.000184
+gallium_dri.so malloc 72 0x557173453eb0 0.000169
+gallium_dri.so free 0x557173453f80 void 0.000129
+gallium_dri.so free 0x557173453eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173453eb0 0.000138
+gallium_dri.so free 0x557173454000 void 0.000129
+gallium_dri.so free 0x557173453eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173454000 0.000119
+gallium_dri.so free 0x5571734540c0 void 0.000123
+gallium_dri.so free 0x557173454000 void 0.000119
+gallium_dri.so malloc 72 0x557173454000 0.000124
+gallium_dri.so free 0x5571734541c0 void 0.000124
+gallium_dri.so free 0x557173454000 void 0.000119
+gallium_dri.so malloc 72 0x557173454000 0.000144
+gallium_dri.so free 0x557173454240 void 0.000126
+gallium_dri.so free 0x557173454000 void 0.000130
+gallium_dri.so malloc 72 0x557173454270 0.000129
+gallium_dri.so free 0x5571734542c0 void 0.000131
+gallium_dri.so free 0x557173454270 void 0.000128
+gallium_dri.so malloc 72 0x557173454270 0.000127
+gallium_dri.so free 0x5571734543c0 void 0.000124
+gallium_dri.so free 0x557173454270 void 0.000181
+gallium_dri.so malloc 72 0x557173454370 0.000224
+gallium_dri.so free 0x557173454480 void 0.000130
+gallium_dri.so free 0x557173454370 void 0.000133
+gallium_dri.so malloc 72 0x557173454430 0.000133
+gallium_dri.so free 0x5571734544c0 void 0.000132
+gallium_dri.so free 0x557173454430 void 0.000130
+gallium_dri.so free 0x55717358e680 void 0.000127
+libX11.so.6 malloc 24 0x55717357ee90 0.000120
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000119
+libxcb.so.1 malloc 16 0x5571735aec40 0.000116
+libX11.so.6 free 0x55717357efb0 void 0.000120
+libxcb.so.1 free 0x5571735aec40 void 0.000117
+libX11.so.6 free 0x5571735b6d10 void 0.000121
+particles free 0x55717345dee0 void 0.000121
+particles free 0x55717345df50 void 0.000120
+particles free 0x55717345dfc0 void 0.000118
+particles free 0x55717345e030 void 0.000119
+particles free 0x55717345e0a0 void 0.000125
+particles free 0x55717345e110 void 0.000126
+particles free 0x55717345e180 void 0.000121
+particles free 0x55717345e1f0 void 0.000117
+particles free 0x55717345e260 void 0.000118
+particles free 0x55717345e2d0 void 0.000119
+particles free 0x55717345e340 void 0.000116
+particles free 0x55717345e3b0 void 0.000235
+particles free 0x55717345e420 void 0.000237
+particles free 0x55717345e490 void 0.000321
+particles free 0x55717345e500 void 0.000271
+particles free 0x55717345e570 void 0.000200
+particles free 0x55717345e5e0 void 0.000194
+particles free 0x55717345e650 void 0.000196
+particles free 0x55717345e6c0 void 0.000196
+particles free 0x55717345e730 void 0.000195
+particles free 0x55717345e7a0 void 0.000194
+particles free 0x55717345e810 void 0.000192
+particles free 0x55717345e880 void 0.000196
+particles free 0x55717345e8f0 void 0.000195
+particles free 0x55717345e960 void 0.000202
+particles free 0x55717345e9d0 void 0.000159
+particles free 0x55717345ea40 void 0.000125
+particles realloc 0x557173588370|21376 0x557173588370 0.000135
+libX11.so.6 malloc 24 0x5571735aec40 0.000126
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000118
+libxcb.so.1 malloc 16 0x55717357efb0 0.000114
+libX11.so.6 free 0x55717357ee90 void 0.000120
+libxcb.so.1 free 0x55717357efb0 void 0.000117
+libX11.so.6 free 0x5571735b6d10 void 0.000118
+particles malloc 96 0x557173450e40 0.000120
+particles realloc 0x557173588370|42752 0x5571735bee60 0.000151
+particles malloc 96 0x557173450dd0 0.000121
+particles malloc 96 0x557173450d10 0.000123
+particles malloc 96 0x557173450ca0 0.000117
+particles malloc 96 0x557173450c30 0.000116
+particles malloc 96 0x557173450bc0 0.000118
+particles malloc 96 0x557173450b20 0.000115
+particles malloc 96 0x5571735a9280 0.000118
+particles malloc 96 0x5571735a9180 0.000118
+particles malloc 96 0x557173450eb0 0.000119
+particles malloc 96 0x557173450f20 0.000124
+particles malloc 96 0x5571735b5f40 0.000120
+particles malloc 96 0x5571735b5fb0 0.000120
+particles malloc 96 0x5571735a8a10 0.000117
+particles malloc 96 0x5571735a8a80 0.000116
+particles malloc 96 0x5571735a8af0 0.000116
+particles malloc 96 0x5571735afe10 0.000131
+particles malloc 96 0x5571735afe80 0.000126
+particles malloc 96 0x5571735afef0 0.000119
+particles malloc 96 0x5571735aff60 0.000118
+particles malloc 96 0x5571735addc0 0.000117
+particles malloc 96 0x5571735ade30 0.000117
+particles malloc 96 0x5571735adea0 0.000115
+particles malloc 96 0x5571735adf10 0.000115
+particles malloc 96 0x5571735a8ec0 0.000118
+particles malloc 96 0x5571735a8f30 0.000118
+particles malloc 96 0x5571735a8fa0 0.000119
+particles malloc 96 0x5571735a9010 0.000135
+particles malloc 96 0x5571735d74a0 0.000121
+particles malloc 96 0x5571735d7510 0.000119
+particles malloc 96 0x5571735d7580 0.000142
+particles malloc 96 0x5571735d75f0 0.000116
+particles malloc 96 0x5571735ae6e0 0.000118
+particles malloc 96 0x5571735ae750 0.000121
+particles malloc 96 0x5571735ae7c0 0.000118
+particles malloc 96 0x5571735ae830 0.000117
+particles malloc 96 0x5571734f6040 0.000127
+particles malloc 96 0x5571734f60b0 0.000122
+particles malloc 96 0x5571734f6120 0.000118
+particles malloc 96 0x5571734f6190 0.000122
+particles malloc 96 0x5571735be520 0.000117
+particles malloc 96 0x5571735be590 0.000117
+particles malloc 96 0x5571735be600 0.000127
+particles malloc 96 0x5571735be670 0.000129
+particles malloc 96 0x5571735be6e0 0.000125
+particles malloc 96 0x5571735b00d0 0.000125
+particles malloc 96 0x5571735b0140 0.000125
+particles malloc 96 0x5571735b01b0 0.000124
+particles malloc 96 0x5571735b0220 0.000131
+particles malloc 96 0x5571735b0290 0.000228
+particles malloc 96 0x5571735bd840 0.000242
+particles malloc 96 0x5571735bd8b0 0.000227
+particles malloc 96 0x5571735bd920 0.000226
+particles malloc 96 0x5571735bd990 0.000130
+particles malloc 96 0x5571735bda00 0.000130
+particles malloc 96 0x5571735b6e50 0.000132
+particles malloc 96 0x5571735b6ec0 0.000222
+particles malloc 96 0x5571735b6f30 0.000224
+particles malloc 96 0x5571735b6fa0 0.000139
+particles malloc 96 0x5571735b7010 0.000217
+particles malloc 96 0x5571735cab10 0.000289
+particles malloc 96 0x5571735cab80 0.000203
+particles malloc 96 0x5571735cabf0 0.000186
+particles malloc 96 0x5571735cac60 0.000239
+particles malloc 96 0x5571735cacd0 0.000223
+particles malloc 96 0x5571735cad40 0.000169
+particles malloc 96 0x5571735b8160 0.000125
+particles malloc 96 0x5571735b81d0 0.000123
+particles malloc 96 0x5571735b8240 0.000125
+particles malloc 96 0x5571735b82b0 0.000125
+particles malloc 96 0x5571735b8320 0.000123
+particles malloc 96 0x5571735b8390 0.000123
+particles malloc 96 0x5571735b8400 0.000165
+particles malloc 96 0x557173451020 0.000178
+particles malloc 96 0x557173451090 0.000176
+particles malloc 96 0x557173451100 0.000178
+particles malloc 96 0x557173451170 0.000180
+particles malloc 96 0x5571734511e0 0.000179
+particles malloc 96 0x557173451250 0.000184
+particles malloc 96 0x5571734512c0 0.000183
+particles malloc 96 0x557173451330 0.000181
+particles malloc 96 0x5571735d92b0 0.000175
+particles malloc 96 0x5571735d9320 0.000178
+particles malloc 96 0x5571735d9390 0.000180
+particles malloc 96 0x5571735d9400 0.000175
+particles malloc 96 0x5571735d9470 0.000174
+particles malloc 96 0x5571735d94e0 0.000181
+particles malloc 96 0x5571735d9550 0.000186
+particles malloc 96 0x5571735d95c0 0.000184
+particles malloc 96 0x5571735d9630 0.000177
+particles malloc 96 0x5571735e3860 0.000179
+particles malloc 96 0x5571735e38d0 0.000173
+particles malloc 96 0x5571735e3940 0.000183
+particles malloc 96 0x5571735e39b0 0.000176
+particles malloc 96 0x5571735e3a20 0.000177
+particles malloc 96 0x5571735e3a90 0.000177
+particles malloc 96 0x5571735e3b00 0.000314
+particles malloc 96 0x5571735e3b70 0.000209
+particles malloc 96 0x5571735e3be0 0.000206
+particles malloc 96 0x5571735b7170 0.000214
+particles malloc 96 0x5571735b71e0 0.000284
+particles malloc 96 0x5571735b7250 0.000283
+particles malloc 96 0x5571735b72c0 0.000249
+particles malloc 96 0x5571735b7330 0.000156
+particles malloc 96 0x5571735b73a0 0.000132
+particles malloc 96 0x5571735b7410 0.000131
+particles malloc 96 0x5571735b7480 0.000150
+particles malloc 96 0x5571735b74f0 0.000122
+particles malloc 96 0x5571735b7560 0.000120
+particles malloc 96 0x5571735b75d0 0.000121
+particles malloc 96 0x5571734514b0 0.000120
+particles malloc 96 0x557173451520 0.000123
+particles malloc 96 0x557173451590 0.000121
+particles malloc 96 0x557173451600 0.000185
+particles malloc 96 0x557173451670 0.000125
+particles malloc 96 0x5571734516e0 0.000126
+particles malloc 96 0x557173451750 0.000125
+particles malloc 96 0x5571734517c0 0.000124
+particles malloc 96 0x557173451830 0.000127
+particles malloc 96 0x5571734518a0 0.000125
+particles malloc 96 0x557173451910 0.000123
+particles malloc 96 0x557173451980 0.000124
+particles malloc 96 0x5571734519f0 0.000125
+particles malloc 96 0x557173451a60 0.000125
+particles malloc 96 0x557173451ad0 0.000121
+particles malloc 96 0x557173451b40 0.000124
+particles malloc 96 0x5571735b6190 0.000120
+particles malloc 96 0x5571735b6200 0.000125
+particles malloc 96 0x5571735b6270 0.000124
+particles malloc 96 0x5571735b62e0 0.000125
+particles malloc 96 0x5571735b6350 0.000124
+particles malloc 96 0x5571735b63c0 0.000125
+particles malloc 96 0x5571735b6430 0.000123
+particles malloc 96 0x5571735b64a0 0.000123
+particles malloc 96 0x5571735b6510 0.000123
+particles malloc 96 0x5571735b6580 0.000124
+particles malloc 96 0x5571735b65f0 0.000124
+particles malloc 96 0x5571735b6660 0.000125
+particles malloc 96 0x5571735b66d0 0.000148
+particles malloc 96 0x5571735b6740 0.000118
+particles malloc 96 0x5571735b67b0 0.000118
+particles malloc 96 0x5571735b6820 0.000127
+particles malloc 96 0x5571735b6890 0.000121
+particles malloc 96 0x5571735b6900 0.000119
+particles malloc 96 0x5571735b51c0 0.000119
+particles malloc 96 0x5571735b5230 0.000116
+particles malloc 96 0x5571735b52a0 0.000115
+particles malloc 96 0x5571735b5310 0.000118
+particles malloc 96 0x5571735b5380 0.000118
+particles malloc 96 0x5571735b53f0 0.000118
+particles malloc 96 0x5571735b5460 0.000117
+particles malloc 96 0x5571735b54d0 0.000117
+particles malloc 96 0x5571735b5540 0.000117
+particles malloc 96 0x5571735b55b0 0.000115
+particles malloc 96 0x5571735b5620 0.000117
+particles malloc 96 0x5571735b5690 0.000115
+particles malloc 96 0x5571735b5700 0.000116
+particles malloc 96 0x5571735b5770 0.000118
+particles malloc 96 0x5571735b57e0 0.000118
+particles malloc 96 0x5571735b5850 0.000117
+particles malloc 96 0x5571735b58c0 0.000120
+particles malloc 96 0x5571735b5930 0.000119
+particles malloc 96 0x5571735b59a0 0.000118
+particles malloc 96 0x5571735bdb10 0.000120
+particles malloc 96 0x5571735bdb80 0.000115
+particles malloc 96 0x5571735bdbf0 0.000128
+particles malloc 96 0x5571735bdc60 0.000126
+particles malloc 96 0x5571735bdcd0 0.000125
+particles malloc 96 0x5571735bdd40 0.000125
+particles malloc 96 0x5571735bddb0 0.000123
+particles malloc 96 0x5571735bde20 0.000126
+particles malloc 96 0x5571735bde90 0.000123
+particles malloc 96 0x5571735bdf00 0.000124
+particles malloc 96 0x5571735bdf70 0.000124
+particles malloc 96 0x5571735bdfe0 0.000124
+particles malloc 96 0x5571735be050 0.000123
+particles malloc 96 0x5571735be0c0 0.000125
+particles malloc 96 0x5571735be130 0.000123
+particles malloc 96 0x5571735be1a0 0.000124
+particles malloc 96 0x5571735be210 0.000125
+particles malloc 96 0x5571735be280 0.000123
+particles malloc 96 0x5571735be2f0 0.000123
+particles malloc 96 0x5571735be360 0.000123
+particles malloc 96 0x5571735b2270 0.000125
+particles malloc 96 0x5571735b22e0 0.000128
+particles malloc 96 0x5571735b2350 0.000124
+particles malloc 96 0x5571735b23c0 0.000124
+particles malloc 96 0x5571735b2430 0.000125
+particles malloc 96 0x5571735b24a0 0.000125
+particles malloc 96 0x5571735b2510 0.000123
+particles malloc 96 0x5571735b2580 0.000131
+particles malloc 96 0x5571735b25f0 0.000119
+particles malloc 96 0x5571735b2660 0.000116
+particles malloc 96 0x5571735b26d0 0.000117
+particles malloc 96 0x5571735b2740 0.000119
+particles malloc 96 0x5571735b27b0 0.000116
+particles malloc 96 0x5571735b2820 0.000119
+particles malloc 96 0x5571735b2890 0.000118
+particles malloc 96 0x5571735b2900 0.000117
+particles malloc 96 0x5571735b2970 0.000117
+particles malloc 96 0x5571735b29e0 0.000116
+particles malloc 96 0x5571735b2a50 0.000118
+particles malloc 96 0x5571735b2ac0 0.000118
+particles malloc 96 0x5571735b2b30 0.000118
+particles malloc 96 0x5571735e62d0 0.000119
+particles malloc 96 0x5571735e6340 0.000119
+particles malloc 96 0x5571735e63b0 0.000119
+particles malloc 96 0x5571735e6420 0.000119
+particles malloc 96 0x5571735e6490 0.000118
+particles malloc 96 0x5571735e6500 0.000116
+particles malloc 96 0x5571735e6570 0.000118
+particles malloc 96 0x5571735e65e0 0.000124
+particles malloc 96 0x5571735e6650 0.000114
+particles malloc 96 0x5571735e66c0 0.000112
+particles malloc 96 0x5571735e6730 0.000114
+particles malloc 96 0x5571735e67a0 0.000112
+particles malloc 96 0x5571735e6810 0.000113
+particles malloc 96 0x5571735e6880 0.000125
+particles malloc 96 0x5571735e68f0 0.000116
+particles malloc 96 0x5571735e6960 0.000113
+particles malloc 96 0x5571735e69d0 0.000112
+particles malloc 96 0x5571735e6a40 0.000113
+particles malloc 96 0x5571735e6ab0 0.000112
+particles malloc 96 0x5571735e6b20 0.000112
+particles malloc 96 0x5571735e6b90 0.000114
+particles malloc 96 0x5571735e6c00 0.000115
+particles malloc 96 0x5571735e6c70 0.000113
+particles malloc 96 0x5571735e6ce0 0.000114
+particles malloc 96 0x5571735e6d50 0.000112
+particles malloc 96 0x5571735e6dc0 0.000114
+particles malloc 96 0x5571735e6e30 0.000113
+particles malloc 96 0x5571735e6ea0 0.000121
+particles malloc 96 0x5571735b9b70 0.000115
+particles malloc 96 0x5571735b9be0 0.000112
+particles malloc 96 0x5571735b9c50 0.000113
+particles malloc 96 0x5571735b9cc0 0.000113
+particles malloc 96 0x5571735b9d30 0.000112
+particles malloc 96 0x5571735b9da0 0.000114
+particles malloc 96 0x5571735b9e10 0.000113
+particles malloc 96 0x5571735b9e80 0.000122
+particles malloc 96 0x5571735b9ef0 0.000125
+particles malloc 96 0x5571735b9f60 0.000126
+particles malloc 96 0x5571735b9fd0 0.000123
+particles malloc 96 0x5571735ba040 0.000115
+particles malloc 96 0x5571735ba0b0 0.000162
+particles malloc 96 0x5571735ba120 0.000125
+particles malloc 96 0x5571735ba190 0.000124
+particles malloc 96 0x5571735ba200 0.000120
+particles malloc 96 0x5571735ba270 0.000118
+particles malloc 96 0x5571735ba2e0 0.000117
+particles malloc 96 0x5571735ba350 0.000118
+particles malloc 96 0x5571735ba3c0 0.000118
+particles malloc 96 0x5571735ba430 0.000118
+particles malloc 96 0x5571735ba4a0 0.000119
+particles malloc 96 0x5571735ba510 0.000117
+particles malloc 96 0x5571735ba580 0.000117
+particles malloc 96 0x5571735ba5f0 0.000118
+particles malloc 96 0x5571735ba660 0.000119
+particles malloc 96 0x5571735ba6d0 0.000117
+particles malloc 96 0x5571735ba740 0.000117
+particles malloc 96 0x5571735ba7b0 0.000119
+particles malloc 96 0x557173451dc0 0.000118
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000119
+libxcb.so.1 malloc 16 0x55717357efb0 0.000118
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000118
+libxcb.so.1 malloc 16 0x55717357ee90 0.000118
+libX11.so.6 malloc 24 0x5571735a6150 0.000120
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000119
+libxcb.so.1 malloc 16 0x5571735a6130 0.000118
+libX11.so.6 free 0x5571735aec40 void 0.000129
+libxcb.so.1 free 0x5571735a6130 void 0.000118
+libX11.so.6 free 0x5571735eb2d0 void 0.000113
+libX11.so.6 malloc 24 0x5571735a6130 0.000116
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000113
+libxcb.so.1 malloc 16 0x5571735aec40 0.000111
+libX11.so.6 free 0x5571735a6150 void 0.000115
+libxcb.so.1 free 0x5571735aec40 void 0.000111
+libX11.so.6 free 0x5571735eb2d0 void 0.000111
+libX11.so.6 malloc 24 0x5571735aec40 0.000116
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000118
+libxcb.so.1 malloc 16 0x5571735a6150 0.000112
+libX11.so.6 free 0x5571735a6130 void 0.000112
+libxcb.so.1 free 0x5571735a6150 void 0.000110
+libX11.so.6 free 0x5571735eb2d0 void 0.000113
+particles malloc 96 0x557173451e30 0.000115
+particles malloc 96 0x557173451ea0 0.000112
+particles malloc 96 0x557173451f10 0.000116
+particles malloc 96 0x557173451f80 0.000111
+particles malloc 96 0x557173451ff0 0.000110
+particles malloc 96 0x557173452060 0.000110
+particles malloc 96 0x5571734520d0 0.000110
+particles malloc 96 0x557173452140 0.000111
+particles malloc 96 0x5571734521b0 0.000110
+particles malloc 96 0x557173452220 0.000111
+particles malloc 96 0x557173452290 0.000112
+particles malloc 96 0x557173452300 0.000112
+particles malloc 96 0x557173452370 0.000125
+particles malloc 96 0x5571734523e0 0.000117
+particles malloc 96 0x557173452450 0.000114
+particles malloc 96 0x5571734524c0 0.000112
+particles malloc 96 0x557173452530 0.000113
+particles malloc 96 0x5571734525a0 0.000115
+particles malloc 96 0x557173452610 0.000113
+particles malloc 96 0x557173452680 0.000113
+particles malloc 96 0x5571734526f0 0.000115
+particles malloc 96 0x557173452760 0.000113
+particles malloc 96 0x5571734527d0 0.000113
+particles malloc 96 0x557173452840 0.000113
+particles malloc 96 0x5571734528b0 0.000114
+particles malloc 96 0x557173452920 0.000113
+particles malloc 96 0x557173452990 0.000114
+particles malloc 96 0x557173452a00 0.000113
+particles malloc 96 0x557173452a70 0.000114
+particles malloc 96 0x557173452ae0 0.000112
+particles malloc 96 0x557173452b50 0.000113
+particles malloc 96 0x5571734544c0 0.000114
+particles malloc 96 0x557173454530 0.000114
+particles malloc 96 0x5571734545a0 0.000113
+particles malloc 96 0x557173454610 0.000113
+particles malloc 96 0x557173454680 0.000113
+particles malloc 96 0x5571734546f0 0.000112
+particles malloc 96 0x557173454760 0.000112
+particles malloc 96 0x5571734547d0 0.000113
+particles malloc 96 0x557173454840 0.000173
+particles malloc 96 0x5571734548b0 0.000191
+particles malloc 96 0x557173454920 0.000162
+particles malloc 96 0x557173454990 0.000160
+particles malloc 96 0x557173454a00 0.000184
+particles malloc 96 0x557173454a70 0.000119
+particles malloc 96 0x557173454ae0 0.000119
+particles malloc 96 0x557173454b50 0.000117
+particles malloc 96 0x557173454bc0 0.000117
+particles malloc 96 0x557173454c30 0.000118
+particles malloc 96 0x557173454ca0 0.000118
+particles malloc 96 0x557173454d10 0.000119
+particles malloc 96 0x557173454d80 0.000119
+particles malloc 96 0x557173454df0 0.000121
+particles malloc 96 0x557173454e60 0.000119
+particles malloc 96 0x557173454ed0 0.000118
+particles malloc 96 0x557173454f40 0.000118
+particles malloc 96 0x557173454fb0 0.000118
+particles malloc 96 0x557173455020 0.000119
+particles malloc 96 0x557173455090 0.000118
+particles malloc 96 0x557173455100 0.000118
+particles malloc 96 0x557173455170 0.000118
+particles malloc 96 0x5571734551e0 0.000118
+particles malloc 96 0x557173455250 0.000118
+particles malloc 96 0x5571734552c0 0.000131
+particles malloc 96 0x557173455330 0.000119
+particles malloc 96 0x5571735e7320 0.000112
+particles malloc 96 0x5571735e7390 0.000113
+particles malloc 96 0x5571735e7400 0.000113
+particles malloc 96 0x5571735e7470 0.000111
+particles malloc 96 0x5571735e74e0 0.000111
+particles malloc 96 0x5571735e7550 0.000110
+particles malloc 96 0x5571735e75c0 0.000112
+particles malloc 96 0x5571735e7630 0.000113
+particles malloc 96 0x5571735e76a0 0.000112
+particles malloc 96 0x5571735e7710 0.000110
+particles malloc 96 0x5571735e7780 0.000111
+particles malloc 96 0x5571735e77f0 0.000112
+particles malloc 96 0x5571735e7860 0.000110
+particles malloc 96 0x5571735e78d0 0.000111
+particles malloc 96 0x5571735e7940 0.000113
+particles malloc 96 0x5571735e79b0 0.000112
+particles malloc 96 0x5571735e7a20 0.000112
+particles malloc 96 0x5571735e7a90 0.000111
+particles malloc 96 0x5571735e7b00 0.000111
+particles malloc 96 0x5571735e7b70 0.000112
+particles malloc 96 0x5571735e7be0 0.000113
+particles malloc 96 0x5571735e7c50 0.000112
+particles malloc 96 0x5571735e7cc0 0.000110
+particles malloc 96 0x5571735e7d30 0.000110
+particles malloc 96 0x5571735e7da0 0.000110
+particles malloc 96 0x5571735e7e10 0.000109
+particles malloc 96 0x5571735e7e80 0.000121
+particles malloc 96 0x5571735e7ef0 0.000114
+particles malloc 96 0x5571735e7f60 0.000115
+particles malloc 96 0x5571735e7fd0 0.000113
+particles malloc 96 0x5571735e8040 0.000113
+particles malloc 96 0x5571735e80b0 0.000112
+particles malloc 96 0x5571735e8120 0.000113
+particles malloc 96 0x5571735e8190 0.000112
+particles malloc 96 0x557173452fd0 0.000113
+particles malloc 96 0x557173453040 0.000114
+particles malloc 96 0x5571734530b0 0.000113
+particles malloc 96 0x557173453120 0.000112
+particles malloc 96 0x557173453190 0.000115
+particles malloc 96 0x557173453200 0.000112
+particles malloc 96 0x557173453270 0.000113
+particles malloc 96 0x5571734532e0 0.000112
+particles malloc 96 0x557173453350 0.000114
+particles malloc 96 0x5571734533c0 0.000114
+particles malloc 96 0x557173453430 0.000113
+particles malloc 96 0x5571734534a0 0.000112
+particles malloc 96 0x557173453510 0.000113
+particles malloc 96 0x557173453580 0.000112
+particles malloc 96 0x5571734535f0 0.000112
+particles malloc 96 0x557173453660 0.000113
+particles malloc 96 0x5571734536d0 0.000113
+particles malloc 96 0x557173453740 0.000113
+particles malloc 96 0x5571734537b0 0.000112
+particles malloc 96 0x557173453820 0.000112
+particles malloc 96 0x557173453890 0.000209
+particles malloc 96 0x557173453900 0.000127
+particles malloc 96 0x557173453970 0.000125
+particles malloc 96 0x5571734539e0 0.000125
+particles malloc 96 0x557173453a50 0.000120
+particles malloc 96 0x557173453ac0 0.000119
+particles malloc 96 0x557173453b30 0.000117
+particles malloc 96 0x557173453ba0 0.000119
+particles malloc 96 0x557173453c10 0.000121
+particles malloc 96 0x557173453c80 0.000119
+particles malloc 96 0x557173453cf0 0.000118
+particles malloc 96 0x557173453d60 0.000118
+particles malloc 96 0x557173453dd0 0.000116
+particles malloc 96 0x557173453e40 0.000118
+particles malloc 96 0x557173453eb0 0.000118
+particles malloc 96 0x557173453f20 0.000117
+particles malloc 96 0x557173453f90 0.000125
+particles malloc 96 0x557173454000 0.000119
+particles malloc 96 0x557173454070 0.000118
+particles malloc 96 0x5571734540e0 0.000118
+particles malloc 96 0x557173454150 0.000117
+particles malloc 96 0x5571734541c0 0.000118
+particles malloc 96 0x557173454230 0.000118
+particles malloc 96 0x5571734542a0 0.000119
+particles malloc 96 0x557173454310 0.000117
+particles malloc 96 0x557173454380 0.000118
+particles malloc 96 0x5571735e8260 0.000126
+particles malloc 96 0x5571735e82d0 0.000113
+particles malloc 96 0x5571735e8340 0.000114
+particles malloc 96 0x5571735e83b0 0.000114
+particles malloc 96 0x5571735e8420 0.000111
+particles malloc 96 0x5571735e8490 0.000113
+particles malloc 96 0x5571735e8500 0.000116
+particles malloc 96 0x5571735e8570 0.000113
+particles malloc 96 0x5571735e85e0 0.000113
+particles malloc 96 0x5571735e8650 0.000112
+particles malloc 96 0x5571735e86c0 0.000111
+particles malloc 96 0x5571735e8730 0.000111
+particles malloc 96 0x5571735e87a0 0.000111
+particles malloc 96 0x5571735e8810 0.000112
+particles malloc 96 0x5571735e8880 0.000110
+particles malloc 96 0x5571735e88f0 0.000111
+particles malloc 96 0x5571735e8960 0.000112
+particles malloc 96 0x5571735e89d0 0.000113
+particles malloc 96 0x5571735e8a40 0.000112
+particles malloc 96 0x5571735e8ab0 0.000113
+particles malloc 96 0x5571735e8b20 0.000113
+particles malloc 96 0x5571735e8b90 0.000112
+particles malloc 96 0x5571735e8c00 0.000113
+particles malloc 96 0x5571735e8c70 0.000113
+particles malloc 96 0x5571735e8ce0 0.000116
+particles malloc 96 0x5571735e8d50 0.000113
+particles malloc 96 0x5571735e8dc0 0.000112
+particles malloc 96 0x5571735e8e30 0.000111
+particles malloc 96 0x5571735e8ea0 0.000116
+particles malloc 96 0x5571735e8f10 0.000114
+particles malloc 96 0x5571735e8f80 0.000112
+particles malloc 96 0x5571735e8ff0 0.000114
+particles malloc 96 0x5571735e9060 0.000112
+particles malloc 96 0x5571735e90d0 0.000113
+particles malloc 96 0x5571735e9140 0.000113
+particles malloc 96 0x5571735e91b0 0.000112
+particles malloc 96 0x5571735e9220 0.000112
+particles malloc 96 0x5571735e9290 0.000113
+particles malloc 96 0x5571735e9300 0.000113
+particles malloc 96 0x5571735e9370 0.000113
+particles malloc 96 0x5571735e93e0 0.000113
+particles malloc 96 0x5571735e9450 0.000113
+particles malloc 96 0x5571735e94c0 0.000114
+particles malloc 96 0x5571735e9530 0.000113
+particles malloc 96 0x5571735e95a0 0.000114
+particles malloc 96 0x5571735e9610 0.000113
+particles malloc 96 0x5571735e9680 0.000113
+particles malloc 96 0x5571735c9570 0.000113
+particles malloc 96 0x5571735c95e0 0.000114
+particles malloc 96 0x5571735c9650 0.000113
+particles malloc 96 0x5571735c96c0 0.000115
+particles malloc 96 0x5571735c9730 0.000113
+particles malloc 96 0x5571735c97a0 0.000112
+particles malloc 96 0x5571735c9810 0.000113
+particles malloc 96 0x5571735c9880 0.000112
+particles malloc 96 0x5571735c98f0 0.000202
+particles malloc 96 0x5571735c9960 0.000127
+particles malloc 96 0x5571735c99d0 0.000125
+particles malloc 96 0x5571735c9a40 0.000119
+particles malloc 96 0x5571735c9ab0 0.000119
+particles malloc 96 0x5571735c9b20 0.000117
+particles malloc 96 0x5571735c9b90 0.000118
+particles malloc 96 0x5571735c9c00 0.000122
+particles malloc 96 0x5571735c9c70 0.000118
+particles malloc 96 0x5571735c9ce0 0.000117
+particles malloc 96 0x5571735c9d50 0.000118
+particles malloc 96 0x5571735c9dc0 0.000120
+particles malloc 96 0x5571735c9e30 0.000118
+particles malloc 96 0x5571735c9ea0 0.000120
+particles malloc 96 0x5571735c9f10 0.000121
+particles malloc 96 0x5571735c9f80 0.000118
+particles malloc 96 0x5571735c9ff0 0.000119
+particles malloc 96 0x5571735ca060 0.000118
+particles malloc 96 0x5571735ca0d0 0.000118
+particles malloc 96 0x5571735ca140 0.000117
+particles malloc 96 0x5571735ca1b0 0.000118
+particles malloc 96 0x5571735ca220 0.000118
+particles malloc 96 0x5571735ca290 0.000118
+particles malloc 96 0x5571735ca300 0.000118
+particles malloc 96 0x5571735ca370 0.000117
+particles malloc 96 0x5571735ca3e0 0.000119
+particles malloc 96 0x5571735ca450 0.000122
+particles malloc 96 0x5571735ca4c0 0.000112
+particles malloc 96 0x5571735ca530 0.000110
+particles malloc 96 0x5571735ca5a0 0.000111
+particles malloc 96 0x5571735ca610 0.000113
+particles malloc 96 0x5571735ca680 0.000112
+particles malloc 96 0x5571735ca6f0 0.000112
+particles malloc 96 0x5571735ca760 0.000111
+particles malloc 96 0x5571735ca7d0 0.000112
+particles malloc 96 0x5571735ca840 0.000112
+particles malloc 96 0x5571735ca8b0 0.000112
+particles malloc 96 0x5571735ca920 0.000112
+particles malloc 96 0x5571735ca990 0.000113
+particles malloc 96 0x5571735caa00 0.000113
+particles malloc 96 0x5571735b0ae0 0.000113
+particles malloc 96 0x5571735b0b50 0.000111
+particles malloc 96 0x5571735b0bc0 0.000110
+particles malloc 96 0x5571735b0c30 0.000110
+particles malloc 96 0x5571735b0ca0 0.000110
+particles malloc 96 0x5571735b0d10 0.000112
+particles malloc 96 0x5571735b0d80 0.000113
+particles malloc 96 0x5571735b0df0 0.000110
+particles malloc 96 0x5571735b0e60 0.000120
+particles malloc 96 0x5571735b0ed0 0.000119
+particles malloc 96 0x5571735b0f40 0.000115
+particles malloc 96 0x5571735b0fb0 0.000114
+particles malloc 96 0x5571735b1020 0.000122
+particles malloc 96 0x5571735b1090 0.000114
+particles malloc 96 0x5571735b1100 0.000127
+particles malloc 96 0x5571735b1170 0.000118
+particles malloc 96 0x5571735b11e0 0.000118
+particles malloc 96 0x5571735b1250 0.000122
+particles malloc 96 0x5571735b12c0 0.000119
+particles malloc 96 0x5571735b1330 0.000119
+particles malloc 96 0x5571735b13a0 0.000118
+particles malloc 96 0x5571735b1410 0.000116
+particles malloc 96 0x5571735b1480 0.000117
+particles malloc 96 0x5571735b14f0 0.000119
+particles malloc 96 0x5571735b1560 0.000145
+particles malloc 96 0x5571735b15d0 0.000119
+particles malloc 96 0x5571735b1640 0.000108
+particles malloc 96 0x5571735b16b0 0.000208
+particles malloc 96 0x5571735b1720 0.000119
+particles malloc 96 0x5571735b1790 0.000118
+particles malloc 96 0x5571735b1800 0.000118
+particles malloc 96 0x5571735b1870 0.000118
+particles malloc 96 0x5571735b18e0 0.000117
+particles malloc 96 0x5571735b1950 0.000117
+particles malloc 96 0x5571735b19c0 0.000117
+particles malloc 96 0x5571735b1a30 0.000118
+particles malloc 96 0x5571735b1aa0 0.000118
+particles malloc 96 0x5571735b1b10 0.000121
+particles malloc 96 0x5571735b1b80 0.000119
+particles malloc 96 0x5571735b1bf0 0.000117
+particles malloc 96 0x5571735b1c60 0.000125
+particles malloc 96 0x5571735b1cd0 0.000113
+particles malloc 96 0x5571735b1d40 0.000114
+particles malloc 96 0x5571735b1db0 0.000113
+particles malloc 96 0x5571735b1e20 0.000112
+particles malloc 96 0x5571735b1e90 0.000112
+particles malloc 96 0x5571735b1f00 0.000113
+particles malloc 96 0x5571735b1f70 0.000111
+particles malloc 96 0x5571735b1fe0 0.000113
+particles malloc 96 0x5571735b2050 0.000112
+particles malloc 96 0x5571735b20c0 0.000112
+particles malloc 96 0x5571735d78a0 0.000112
+particles malloc 96 0x5571735d7910 0.000112
+particles malloc 96 0x5571735d7980 0.000111
+particles malloc 96 0x5571735d79f0 0.000113
+particles malloc 96 0x5571735d7a60 0.000112
+particles malloc 96 0x5571735d7ad0 0.000113
+particles malloc 96 0x5571735d7b40 0.000112
+particles malloc 96 0x5571735d7bb0 0.000111
+particles malloc 96 0x5571735d7c20 0.000110
+particles malloc 96 0x5571735d7c90 0.000110
+particles malloc 96 0x5571735d7d00 0.000112
+particles malloc 96 0x5571735d7d70 0.000113
+particles malloc 96 0x5571735d7de0 0.000111
+particles malloc 96 0x5571735d7e50 0.000112
+particles malloc 96 0x5571735d7ec0 0.000113
+particles malloc 96 0x5571735d7f30 0.000112
+particles malloc 96 0x5571735d7fa0 0.000113
+particles malloc 96 0x5571735d8010 0.000127
+particles malloc 96 0x5571735d8080 0.000113
+particles malloc 96 0x5571735d80f0 0.000113
+particles malloc 96 0x5571735d8160 0.000112
+particles malloc 96 0x5571735d81d0 0.000113
+particles malloc 96 0x5571735d8240 0.000114
+particles malloc 96 0x5571735d82b0 0.000113
+particles malloc 96 0x5571735d8320 0.000112
+particles malloc 96 0x5571735d8390 0.000119
+particles malloc 96 0x5571735d8400 0.000115
+particles malloc 96 0x5571735d8470 0.000112
+particles malloc 96 0x5571735d84e0 0.000112
+particles malloc 96 0x5571735d8550 0.000113
+particles malloc 96 0x5571735d85c0 0.000113
+particles malloc 96 0x5571735d8630 0.000112
+particles malloc 96 0x5571735d86a0 0.000113
+particles malloc 96 0x5571735d8710 0.000113
+particles malloc 96 0x5571735d8780 0.000113
+particles malloc 96 0x5571735d87f0 0.000113
+particles malloc 96 0x5571735d8860 0.000113
+particles malloc 96 0x5571735d88d0 0.000114
+particles malloc 96 0x5571735d8940 0.000113
+particles malloc 96 0x5571735d89b0 0.000112
+particles malloc 96 0x5571735d8a20 0.000113
+particles malloc 96 0x5571735d8a90 0.000113
+particles malloc 96 0x5571735d8b00 0.000114
+particles malloc 96 0x5571735d8b70 0.000113
+particles malloc 96 0x5571735d8be0 0.000114
+particles malloc 96 0x5571735d8c50 0.000129
+particles malloc 96 0x5571735d8cc0 0.000124
+particles malloc 96 0x5571735d8d30 0.000124
+particles malloc 96 0x5571735d8da0 0.000121
+particles malloc 96 0x5571735d8e10 0.000118
+particles malloc 96 0x5571735d8e80 0.000119
+particles malloc 96 0x5571735d8ef0 0.000117
+particles malloc 96 0x5571735d8f60 0.000118
+particles malloc 96 0x5571735d8fd0 0.000117
+particles malloc 96 0x5571735b33f0 0.000118
+particles malloc 96 0x5571735b3460 0.000119
+particles malloc 96 0x5571735b34d0 0.000118
+particles malloc 96 0x5571735b3540 0.000122
+particles malloc 96 0x5571735b35b0 0.000119
+particles malloc 96 0x5571735b3620 0.000118
+particles malloc 96 0x5571735b3690 0.000119
+particles malloc 96 0x5571735b3700 0.000117
+particles malloc 96 0x5571735b3770 0.000119
+particles malloc 96 0x5571735b37e0 0.000117
+particles malloc 96 0x5571735b3850 0.000119
+particles malloc 96 0x5571735b38c0 0.000117
+particles malloc 96 0x5571735b3930 0.000117
+particles malloc 96 0x5571735b39a0 0.000117
+particles malloc 96 0x5571735b3a10 0.000118
+particles malloc 96 0x5571735b3a80 0.000117
+particles malloc 96 0x5571735b3af0 0.000123
+particles malloc 96 0x5571735b3b60 0.000115
+particles malloc 96 0x5571735b3bd0 0.000112
+particles malloc 96 0x5571735b3c40 0.000111
+particles malloc 96 0x5571735b3cb0 0.000110
+particles malloc 96 0x5571735b3d20 0.000109
+particles malloc 96 0x5571735b3d90 0.000110
+particles malloc 96 0x5571735b3e00 0.000111
+particles realloc 0x7fa4795fc010|342192 0x7fa4795a8010 0.000166
+libxcb.so.1 free 0x55717357efb0 void 0.000117
+libGL.so.1 free 0x5571735b6d10 void 0.000111
+libxcb.so.1 free 0x55717357ee90 void 0.000112
+libGL.so.1 free 0x5571735a2fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173454430 0.000129
+gallium_dri.so free 0x5571735b3ec0 void 0.000140
+gallium_dri.so free 0x557173454430 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f60 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b3f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000113
+gallium_dri.so free 0x5571735b3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x5571735b4100 void 0.000114
+gallium_dri.so free 0x5571735b3fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4100 0.000113
+gallium_dri.so free 0x5571735b41c0 void 0.000114
+gallium_dri.so free 0x5571735b4100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4100 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571735b4100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4100 0.000113
+gallium_dri.so free 0x5571735b4340 void 0.000114
+gallium_dri.so free 0x5571735b4100 void 0.000113
+gallium_dri.so malloc 72 0x5571735b42f0 0.000114
+gallium_dri.so free 0x5571735b4340 void 0.000113
+gallium_dri.so free 0x5571735b42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000183
+gallium_dri.so free 0x5571735b4440 void 0.000117
+gallium_dri.so free 0x5571735b42f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b43f0 0.000129
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x5571735b43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b44b0 0.000118
+gallium_dri.so free 0x5571735b4540 void 0.000120
+gallium_dri.so free 0x5571735b44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000119
+gallium_dri.so free 0x5571735b4600 void 0.000120
+gallium_dri.so free 0x5571735b44b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4640 0.000118
+gallium_dri.so free 0x5571735b46c0 void 0.000119
+gallium_dri.so free 0x5571735b4640 void 0.000119
+gallium_dri.so malloc 72 0x5571735b46c0 0.000120
+gallium_dri.so free 0x5571735b4780 void 0.000120
+gallium_dri.so free 0x5571735b46c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b46c0 0.000119
+gallium_dri.so free 0x5571735b4840 void 0.000119
+gallium_dri.so free 0x5571735b46c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4860 0.000118
+gallium_dri.so free 0x5571735b4900 void 0.000121
+gallium_dri.so free 0x5571735b4860 void 0.000142
+gallium_dri.so malloc 72 0x5571735b48b0 0.000122
+gallium_dri.so free 0x5571735b4980 void 0.000120
+gallium_dri.so free 0x5571735b48b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b48b0 0.000117
+gallium_dri.so free 0x5571735b4a00 void 0.000121
+gallium_dri.so free 0x5571735b48b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4a00 0.000118
+gallium_dri.so free 0x5571735b4ac0 void 0.000117
+gallium_dri.so free 0x5571735b4a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4a00 0.000115
+gallium_dri.so free 0x5571735b4b80 void 0.000131
+gallium_dri.so free 0x5571735b4a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4a00 0.000194
+gallium_dri.so free 0x5571735e3d40 void 0.000121
+gallium_dri.so free 0x5571735b4a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3d40 0.000120
+gallium_dri.so free 0x5571735e3e00 void 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3d40 0.000120
+gallium_dri.so free 0x5571735e3e80 void 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3e80 0.000125
+gallium_dri.so free 0x5571735b4c40 void 0.000120
+gallium_dri.so free 0x5571735e3e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000120
+gallium_dri.so free 0x5571735e3f40 void 0.000119
+gallium_dri.so free 0x5571735b4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000118
+gallium_dri.so free 0x5571735e4000 void 0.000121
+gallium_dri.so free 0x5571735b4bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4040 0.000118
+gallium_dri.so free 0x5571735e40c0 void 0.000120
+gallium_dri.so free 0x5571735e4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e40c0 0.000120
+gallium_dri.so free 0x5571735e4180 void 0.000120
+gallium_dri.so free 0x5571735e40c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e40c0 0.000120
+gallium_dri.so free 0x5571735e4200 void 0.000120
+gallium_dri.so free 0x5571735e40c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e40c0 0.000119
+gallium_dri.so free 0x5571735e42c0 void 0.000121
+gallium_dri.so free 0x5571735e40c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e40c0 0.000121
+gallium_dri.so free 0x5571735e4380 void 0.000120
+gallium_dri.so free 0x5571735e40c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4330 0.000119
+gallium_dri.so free 0x5571735e4400 void 0.000150
+gallium_dri.so free 0x5571735e4330 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4450 0.000116
+gallium_dri.so free 0x5571735e44c0 void 0.000115
+gallium_dri.so free 0x5571735e4450 void 0.000113
+gallium_dri.so malloc 72 0x5571735e44e0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000115
+gallium_dri.so free 0x5571735e44e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4530 0.000125
+gallium_dri.so free 0x5571735e4600 void 0.000114
+gallium_dri.so free 0x5571735e4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4530 0.000113
+gallium_dri.so free 0x5571735e4700 void 0.000114
+gallium_dri.so free 0x5571735e4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46b0 0.000114
+gallium_dri.so free 0x5571735e4780 void 0.000116
+gallium_dri.so free 0x5571735e46b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e47d0 0.000112
+gallium_dri.so free 0x5571735e4840 void 0.000114
+gallium_dri.so free 0x5571735e47d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4860 0.000112
+gallium_dri.so free 0x5571735e4900 void 0.000115
+gallium_dri.so free 0x5571735e4860 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48b0 0.000113
+gallium_dri.so free 0x5571735e4980 void 0.000115
+gallium_dri.so free 0x5571735e48b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e48b0 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so free 0x5571735e48b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4a00 0.000112
+gallium_dri.so free 0x5571735e4ac0 void 0.000115
+gallium_dri.so free 0x5571735e4a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4a00 0.000114
+gallium_dri.so free 0x5571735e4bc0 void 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a00 0.000120
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c70 0.000112
+gallium_dri.so free 0x5571735e4cc0 void 0.000112
+gallium_dri.so free 0x5571735e4c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4c70 0.000115
+gallium_dri.so free 0x5571735e4dc0 void 0.000114
+gallium_dri.so free 0x5571735e4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d70 0.000114
+gallium_dri.so free 0x5571735e4e80 void 0.000114
+gallium_dri.so free 0x5571735e4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e30 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000113
+gallium_dri.so free 0x5571735e4e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4e30 0.000114
+gallium_dri.so free 0x5571735e4f80 void 0.000115
+gallium_dri.so free 0x5571735e4e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4fd0 0.000114
+gallium_dri.so free 0x5571735e5040 void 0.000113
+gallium_dri.so free 0x5571735e4fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5080 0.000112
+gallium_dri.so free 0x5571735e5100 void 0.000120
+gallium_dri.so free 0x5571735e5080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5100 0.000114
+gallium_dri.so free 0x5571735e51c0 void 0.000113
+gallium_dri.so free 0x5571735e5100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5100 0.000113
+gallium_dri.so free 0x5571735e5240 void 0.000165
+gallium_dri.so free 0x5571735e5100 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5270 0.000115
+gallium_dri.so free 0x5571735e52c0 void 0.000114
+gallium_dri.so free 0x5571735e5270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5270 0.000113
+gallium_dri.so free 0x5571735e53c0 void 0.000113
+gallium_dri.so free 0x5571735e5270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5370 0.000115
+gallium_dri.so free 0x5571735e5480 void 0.000114
+gallium_dri.so free 0x5571735e5370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5430 0.000115
+gallium_dri.so free 0x5571735e5500 void 0.000116
+gallium_dri.so free 0x5571735e5430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5520 0.000113
+gallium_dri.so free 0x5571735e55c0 void 0.000114
+gallium_dri.so free 0x5571735e5520 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5570 0.000114
+gallium_dri.so free 0x5571735e5640 void 0.000114
+gallium_dri.so free 0x5571735e5570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5570 0.000114
+gallium_dri.so free 0x5571735e56c0 void 0.000115
+gallium_dri.so free 0x5571735e5570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e56c0 0.000113
+gallium_dri.so free 0x5571735e5780 void 0.000115
+gallium_dri.so free 0x5571735e56c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e56c0 0.000114
+gallium_dri.so free 0x5571735e5840 void 0.000127
+gallium_dri.so free 0x5571735e56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e56c0 0.000120
+gallium_dri.so free 0x5571735e5900 void 0.000113
+gallium_dri.so free 0x5571735e56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735e5900 void 0.000113
+gallium_dri.so free 0x5571735e58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735e5a00 void 0.000117
+gallium_dri.so free 0x5571735e58b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e59b0 0.000114
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so free 0x5571735e59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5a70 0.000112
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so free 0x5571735e5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5a70 0.000113
+gallium_dri.so free 0x5571735e5bc0 void 0.000114
+gallium_dri.so free 0x5571735e5a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5c00 0.000123
+gallium_dri.so free 0x5571735e5c80 void 0.000124
+gallium_dri.so free 0x5571735e5c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5c80 0.000142
+gallium_dri.so free 0x5571735e5d40 void 0.000115
+gallium_dri.so free 0x5571735e5c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c80 0.000123
+gallium_dri.so free 0x5571735e5e00 void 0.000119
+gallium_dri.so free 0x5571735e5c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5e20 0.000117
+gallium_dri.so free 0x5571735e5ec0 void 0.000118
+gallium_dri.so free 0x5571735e5e20 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5e70 0.000117
+gallium_dri.so free 0x5571735e5f40 void 0.000117
+gallium_dri.so free 0x5571735e5e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5e70 0.000117
+gallium_dri.so free 0x5571735e5fc0 void 0.000117
+gallium_dri.so free 0x5571735e5e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000120
+gallium_dri.so free 0x5571735e6080 void 0.000117
+gallium_dri.so free 0x5571735e5fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000116
+gallium_dri.so free 0x5571735e6140 void 0.000118
+gallium_dri.so free 0x5571735e5fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000119
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571735e5fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173455450 0.000116
+gallium_dri.so free 0x5571734554c0 void 0.000117
+gallium_dri.so free 0x557173455450 void 0.000117
+gallium_dri.so malloc 72 0x557173455500 0.000117
+gallium_dri.so free 0x557173455580 void 0.000117
+gallium_dri.so free 0x557173455500 void 0.000117
+gallium_dri.so malloc 72 0x557173455580 0.000125
+gallium_dri.so free 0x5571735e6200 void 0.000111
+gallium_dri.so free 0x557173455580 void 0.000108
+gallium_dri.so malloc 72 0x5571735e61b0 0.000112
+gallium_dri.so free 0x557173455640 void 0.000109
+gallium_dri.so free 0x5571735e61b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e61b0 0.000110
+gallium_dri.so free 0x557173455700 void 0.000109
+gallium_dri.so free 0x5571735e61b0 void 0.000109
+gallium_dri.so malloc 72 0x5571734556b0 0.000110
+gallium_dri.so free 0x557173455780 void 0.000111
+gallium_dri.so free 0x5571734556b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734557d0 0.000108
+gallium_dri.so free 0x557173455840 void 0.000111
+gallium_dri.so free 0x5571734557d0 void 0.000110
+gallium_dri.so malloc 72 0x557173455880 0.000109
+gallium_dri.so free 0x557173455900 void 0.000110
+gallium_dri.so free 0x557173455880 void 0.000109
+gallium_dri.so malloc 72 0x557173455880 0.000110
+gallium_dri.so free 0x557173455980 void 0.000111
+gallium_dri.so free 0x557173455880 void 0.000110
+gallium_dri.so malloc 72 0x5571734559b0 0.000111
+gallium_dri.so free 0x557173455a00 void 0.000112
+gallium_dri.so free 0x5571734559b0 void 0.000108
+gallium_dri.so malloc 72 0x5571734559b0 0.000116
+gallium_dri.so free 0x557173455b00 void 0.000114
+gallium_dri.so free 0x5571734559b0 void 0.000111
+gallium_dri.so malloc 72 0x557173455ab0 0.000109
+gallium_dri.so free 0x557173455bc0 void 0.000115
+gallium_dri.so free 0x557173455ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173455b70 0.000114
+gallium_dri.so free 0x557173455c00 void 0.000113
+gallium_dri.so free 0x557173455b70 void 0.000115
+gallium_dri.so malloc 72 0x557173455b70 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so free 0x557173455b70 void 0.000112
+gallium_dri.so malloc 72 0x557173455d30 0.000111
+gallium_dri.so free 0x557173455d80 void 0.000112
+gallium_dri.so free 0x557173455d30 void 0.000112
+gallium_dri.so malloc 72 0x557173455d30 0.000112
+gallium_dri.so free 0x557173455e80 void 0.000161
+gallium_dri.so free 0x557173455d30 void 0.000162
+gallium_dri.so malloc 72 0x557173455e30 0.000165
+gallium_dri.so free 0x557173455f40 void 0.000137
+gallium_dri.so free 0x557173455e30 void 0.000124
+gallium_dri.so malloc 72 0x557173455ef0 0.000121
+gallium_dri.so free 0x557173455f80 void 0.000121
+gallium_dri.so free 0x557173455ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173455ef0 0.000120
+gallium_dri.so free 0x557173456040 void 0.000122
+gallium_dri.so free 0x557173455ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173456080 0.000122
+gallium_dri.so free 0x557173456100 void 0.000122
+gallium_dri.so free 0x557173456080 void 0.000123
+gallium_dri.so malloc 72 0x557173456100 0.000187
+gallium_dri.so free 0x5571734561c0 void 0.000116
+gallium_dri.so free 0x557173456100 void 0.000116
+gallium_dri.so malloc 72 0x557173456100 0.000115
+gallium_dri.so free 0x557173456280 void 0.000115
+gallium_dri.so free 0x557173456100 void 0.000114
+gallium_dri.so malloc 72 0x5571734562a0 0.000116
+gallium_dri.so free 0x557173456340 void 0.000116
+gallium_dri.so free 0x5571734562a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734562f0 0.000126
+gallium_dri.so free 0x5571734563c0 void 0.000116
+gallium_dri.so free 0x5571734562f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734562f0 0.000115
+gallium_dri.so free 0x557173456440 void 0.000117
+gallium_dri.so free 0x5571734562f0 void 0.000116
+gallium_dri.so malloc 72 0x557173456440 0.000116
+gallium_dri.so free 0x557173456500 void 0.000158
+gallium_dri.so free 0x557173456440 void 0.000131
+gallium_dri.so malloc 72 0x557173456440 0.000116
+gallium_dri.so free 0x5571734565c0 void 0.000129
+gallium_dri.so free 0x557173456440 void 0.000122
+gallium_dri.so malloc 72 0x557173456440 0.000117
+gallium_dri.so free 0x557173456680 void 0.000119
+gallium_dri.so free 0x557173456440 void 0.000116
+gallium_dri.so malloc 72 0x557173456630 0.000116
+gallium_dri.so free 0x557173456740 void 0.000116
+gallium_dri.so free 0x557173456630 void 0.000160
+gallium_dri.so malloc 72 0x5571734566f0 0.000207
+gallium_dri.so free 0x5571734567c0 void 0.000252
+gallium_dri.so free 0x5571734566f0 void 0.000217
+gallium_dri.so malloc 72 0x557173456810 0.000215
+gallium_dri.so free 0x557173456880 void 0.000188
+gallium_dri.so free 0x557173456810 void 0.000175
+gallium_dri.so malloc 72 0x5571734568a0 0.000182
+gallium_dri.so free 0x557173456940 void 0.000185
+gallium_dri.so free 0x5571734568a0 void 0.000145
+gallium_dri.so malloc 72 0x5571734568f0 0.000128
+gallium_dri.so free 0x5571734569c0 void 0.000157
+gallium_dri.so free 0x5571734568f0 void 0.000178
+gallium_dri.so malloc 72 0x5571734568f0 0.000191
+gallium_dri.so free 0x557173456a40 void 0.000117
+gallium_dri.so free 0x5571734568f0 void 0.000119
+gallium_dri.so malloc 72 0x557173456a40 0.000117
+gallium_dri.so free 0x557173456b00 void 0.000131
+gallium_dri.so free 0x557173456a40 void 0.000149
+gallium_dri.so malloc 72 0x557173456a40 0.000146
+gallium_dri.so free 0x557173456c00 void 0.000146
+gallium_dri.so free 0x557173456a40 void 0.000147
+gallium_dri.so malloc 72 0x557173456bb0 0.000145
+gallium_dri.so free 0x557173456c40 void 0.000147
+gallium_dri.so free 0x557173456bb0 void 0.000146
+gallium_dri.so malloc 72 0x557173456bb0 0.000147
+gallium_dri.so free 0x557173456d00 void 0.000148
+gallium_dri.so free 0x557173456bb0 void 0.000147
+gallium_dri.so malloc 72 0x557173456d40 0.000147
+gallium_dri.so free 0x557173456dc0 void 0.000147
+gallium_dri.so free 0x557173456d40 void 0.000147
+gallium_dri.so malloc 72 0x557173456dc0 0.000145
+gallium_dri.so free 0x557173456e80 void 0.000151
+gallium_dri.so free 0x557173456dc0 void 0.000151
+gallium_dri.so malloc 72 0x557173456dc0 0.000148
+gallium_dri.so free 0x557173456f00 void 0.000148
+gallium_dri.so free 0x557173456dc0 void 0.000147
+gallium_dri.so malloc 72 0x557173456f30 0.000148
+gallium_dri.so free 0x557173456f80 void 0.000150
+gallium_dri.so free 0x557173456f30 void 0.000302
+gallium_dri.so malloc 72 0x557173456f30 0.000211
+gallium_dri.so free 0x557173457080 void 0.000151
+gallium_dri.so free 0x557173456f30 void 0.000149
+gallium_dri.so malloc 72 0x5571734570c0 0.000149
+gallium_dri.so free 0x557173457140 void 0.000147
+gallium_dri.so free 0x5571734570c0 void 0.000147
+gallium_dri.so malloc 72 0x557173457140 0.000148
+gallium_dri.so free 0x557173457200 void 0.000149
+gallium_dri.so free 0x557173457140 void 0.000148
+gallium_dri.so malloc 72 0x557173457140 0.000149
+gallium_dri.so free 0x557173457280 void 0.000148
+gallium_dri.so free 0x557173457140 void 0.000147
+gallium_dri.so malloc 72 0x5571734572b0 0.000148
+gallium_dri.so free 0x557173457300 void 0.000155
+gallium_dri.so free 0x5571734572b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734572b0 0.000125
+gallium_dri.so free 0x557173457400 void 0.000123
+gallium_dri.so free 0x5571734572b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734573b0 0.000124
+gallium_dri.so free 0x5571734574c0 void 0.000125
+gallium_dri.so free 0x5571734573b0 void 0.000128
+gallium_dri.so malloc 72 0x557173457470 0.000124
+gallium_dri.so free 0x557173457540 void 0.000124
+gallium_dri.so free 0x557173457470 void 0.000124
+gallium_dri.so malloc 72 0x557173457470 0.000124
+gallium_dri.so free 0x557173457600 void 0.000125
+gallium_dri.so free 0x557173457470 void 0.000124
+gallium_dri.so malloc 72 0x557173457470 0.000125
+gallium_dri.so free 0x5571734576c0 void 0.000124
+gallium_dri.so free 0x557173457470 void 0.000124
+gallium_dri.so malloc 72 0x557173457670 0.000123
+gallium_dri.so free 0x557173457740 void 0.000123
+gallium_dri.so free 0x557173457670 void 0.000124
+gallium_dri.so malloc 72 0x557173457790 0.000125
+gallium_dri.so free 0x557173457800 void 0.000124
+gallium_dri.so free 0x557173457790 void 0.000123
+gallium_dri.so malloc 72 0x557173457820 0.000124
+gallium_dri.so free 0x5571734578c0 void 0.000124
+gallium_dri.so free 0x557173457820 void 0.000124
+gallium_dri.so malloc 72 0x557173457870 0.000124
+gallium_dri.so free 0x557173457940 void 0.000126
+gallium_dri.so free 0x557173457870 void 0.000124
+gallium_dri.so malloc 72 0x557173457940 0.000125
+gallium_dri.so free 0x557173457a00 void 0.000124
+gallium_dri.so free 0x557173457940 void 0.000124
+gallium_dri.so malloc 72 0x557173457940 0.000136
+gallium_dri.so free 0x557173457a80 void 0.000125
+gallium_dri.so free 0x557173457940 void 0.000124
+gallium_dri.so malloc 72 0x557173457a80 0.000124
+gallium_dri.so free 0x557173457b40 void 0.000124
+gallium_dri.so free 0x557173457a80 void 0.000125
+gallium_dri.so malloc 72 0x557173457a80 0.000128
+gallium_dri.so free 0x557173457c00 void 0.000125
+gallium_dri.so free 0x557173457a80 void 0.000126
+gallium_dri.so malloc 72 0x557173457a80 0.000124
+gallium_dri.so free 0x557173457cc0 void 0.000125
+gallium_dri.so free 0x557173457a80 void 0.000124
+gallium_dri.so malloc 72 0x557173457c70 0.000131
+gallium_dri.so free 0x557173457d40 void 0.000131
+gallium_dri.so free 0x557173457c70 void 0.000131
+gallium_dri.so malloc 72 0x557173457d90 0.000131
+gallium_dri.so free 0x557173457e00 void 0.000127
+gallium_dri.so free 0x557173457d90 void 0.000125
+gallium_dri.so malloc 72 0x557173457e40 0.000123
+gallium_dri.so free 0x557173457ec0 void 0.000125
+gallium_dri.so free 0x557173457e40 void 0.000125
+gallium_dri.so malloc 72 0x557173457e40 0.000124
+gallium_dri.so free 0x557173457f40 void 0.000124
+gallium_dri.so free 0x557173457e40 void 0.000125
+gallium_dri.so malloc 72 0x557173457f70 0.000134
+gallium_dri.so free 0x557173457fc0 void 0.000125
+gallium_dri.so free 0x557173457f70 void 0.000125
+gallium_dri.so malloc 72 0x557173457f70 0.000125
+gallium_dri.so free 0x5571734580c0 void 0.000123
+gallium_dri.so free 0x557173457f70 void 0.000125
+gallium_dri.so malloc 72 0x557173458070 0.000123
+gallium_dri.so free 0x557173458180 void 0.000124
+gallium_dri.so free 0x557173458070 void 0.000123
+gallium_dri.so malloc 72 0x557173458130 0.000132
+gallium_dri.so free 0x5571734581c0 void 0.000119
+gallium_dri.so free 0x557173458130 void 0.000118
+gallium_dri.so malloc 72 0x557173458130 0.000118
+gallium_dri.so free 0x557173458280 void 0.000119
+gallium_dri.so free 0x557173458130 void 0.000119
+gallium_dri.so malloc 72 0x5571734582f0 0.000118
+gallium_dri.so free 0x557173458340 void 0.000120
+gallium_dri.so free 0x5571734582f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734582f0 0.000119
+gallium_dri.so free 0x557173458440 void 0.000118
+gallium_dri.so free 0x5571734582f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734583f0 0.000118
+gallium_dri.so free 0x557173458500 void 0.000118
+gallium_dri.so free 0x5571734583f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734584b0 0.000118
+gallium_dri.so free 0x557173458540 void 0.000118
+gallium_dri.so free 0x5571734584b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734584b0 0.000111
+gallium_dri.so free 0x557173458600 void 0.000112
+gallium_dri.so free 0x5571734584b0 void 0.000111
+gallium_dri.so malloc 72 0x557173458640 0.000110
+gallium_dri.so free 0x5571734586c0 void 0.000110
+gallium_dri.so free 0x557173458640 void 0.000109
+gallium_dri.so malloc 72 0x5571734586c0 0.000109
+gallium_dri.so free 0x557173458780 void 0.000110
+gallium_dri.so free 0x5571734586c0 void 0.000109
+gallium_dri.so malloc 72 0x5571734586c0 0.000110
+gallium_dri.so free 0x557173458840 void 0.000109
+gallium_dri.so free 0x5571734586c0 void 0.000111
+gallium_dri.so malloc 72 0x557173458860 0.000110
+gallium_dri.so free 0x557173458900 void 0.000115
+gallium_dri.so free 0x557173458860 void 0.000120
+gallium_dri.so malloc 72 0x5571734588b0 0.000111
+gallium_dri.so free 0x557173458980 void 0.000111
+gallium_dri.so free 0x5571734588b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734588b0 0.000110
+gallium_dri.so free 0x557173458a00 void 0.000124
+gallium_dri.so free 0x5571734588b0 void 0.000117
+gallium_dri.so malloc 72 0x557173458a00 0.000115
+gallium_dri.so free 0x557173458ac0 void 0.000112
+gallium_dri.so free 0x557173458a00 void 0.000111
+gallium_dri.so malloc 72 0x557173458a00 0.000111
+gallium_dri.so free 0x557173459c40 void 0.000112
+gallium_dri.so free 0x557173458a00 void 0.000186
+gallium_dri.so malloc 72 0x557173459bf0 0.000120
+gallium_dri.so free 0x557173459cc0 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173459cc0 0.000109
+gallium_dri.so free 0x557173459d80 void 0.000111
+gallium_dri.so free 0x557173459cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173459cc0 0.000109
+gallium_dri.so free 0x557173459e00 void 0.000109
+gallium_dri.so free 0x557173459cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173459e00 0.000109
+gallium_dri.so free 0x557173458b80 void 0.000109
+gallium_dri.so free 0x557173459e00 void 0.000110
+gallium_dri.so malloc 72 0x557173459e00 0.000111
+gallium_dri.so free 0x557173459ec0 void 0.000110
+gallium_dri.so free 0x557173459e00 void 0.000110
+gallium_dri.so malloc 72 0x557173459e00 0.000110
+gallium_dri.so free 0x557173459f80 void 0.000109
+gallium_dri.so free 0x557173459e00 void 0.000110
+gallium_dri.so malloc 72 0x557173459fc0 0.000109
+gallium_dri.so free 0x55717345a040 void 0.000110
+gallium_dri.so free 0x557173459fc0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a040 0.000108
+gallium_dri.so free 0x55717345a100 void 0.000111
+gallium_dri.so free 0x55717345a040 void 0.000109
+gallium_dri.so malloc 72 0x55717345a040 0.000108
+gallium_dri.so free 0x55717345a180 void 0.000110
+gallium_dri.so free 0x55717345a040 void 0.000110
+gallium_dri.so malloc 72 0x55717345a040 0.000134
+gallium_dri.so free 0x55717345a240 void 0.000117
+gallium_dri.so free 0x55717345a040 void 0.000115
+gallium_dri.so malloc 72 0x55717345a040 0.000114
+gallium_dri.so free 0x55717345a300 void 0.000112
+gallium_dri.so free 0x55717345a040 void 0.000110
+gallium_dri.so malloc 72 0x55717345a2b0 0.000110
+gallium_dri.so free 0x55717345a380 void 0.000112
+gallium_dri.so free 0x55717345a2b0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a3d0 0.000110
+gallium_dri.so free 0x55717345a440 void 0.000111
+gallium_dri.so free 0x55717345a3d0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a460 0.000110
+gallium_dri.so free 0x55717345a500 void 0.000110
+gallium_dri.so free 0x55717345a460 void 0.000112
+gallium_dri.so malloc 72 0x55717345a4b0 0.000111
+gallium_dri.so free 0x55717345a580 void 0.000109
+gallium_dri.so free 0x55717345a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a4b0 0.000111
+gallium_dri.so free 0x55717345a680 void 0.000110
+gallium_dri.so free 0x55717345a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a630 0.000110
+gallium_dri.so free 0x55717345a700 void 0.000111
+gallium_dri.so free 0x55717345a630 void 0.000112
+gallium_dri.so malloc 72 0x55717345a750 0.000110
+gallium_dri.so free 0x55717345a7c0 void 0.000112
+gallium_dri.so free 0x55717345a750 void 0.000110
+gallium_dri.so malloc 72 0x55717345a7e0 0.000109
+gallium_dri.so free 0x55717345a880 void 0.000171
+gallium_dri.so free 0x55717345a7e0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a830 0.000115
+gallium_dri.so free 0x55717345a900 void 0.000111
+gallium_dri.so free 0x55717345a830 void 0.000112
+gallium_dri.so malloc 72 0x55717345a830 0.000110
+gallium_dri.so free 0x55717345a980 void 0.000111
+gallium_dri.so free 0x55717345a830 void 0.000128
+gallium_dri.so malloc 72 0x55717345a980 0.000111
+gallium_dri.so free 0x55717345aa40 void 0.000111
+gallium_dri.so free 0x55717345a980 void 0.000110
+gallium_dri.so malloc 72 0x55717345a980 0.000112
+gallium_dri.so free 0x55717345ab40 void 0.000110
+gallium_dri.so free 0x55717345a980 void 0.000111
+gallium_dri.so malloc 72 0x55717345a980 0.000110
+gallium_dri.so free 0x55717345abc0 void 0.000110
+gallium_dri.so free 0x55717345a980 void 0.000111
+gallium_dri.so malloc 72 0x55717345abf0 0.000111
+gallium_dri.so free 0x55717345ac40 void 0.000110
+gallium_dri.so free 0x55717345abf0 void 0.000110
+gallium_dri.so malloc 72 0x55717345abf0 0.000110
+gallium_dri.so free 0x55717345ad40 void 0.000115
+gallium_dri.so free 0x55717345abf0 void 0.000115
+gallium_dri.so malloc 72 0x55717345acf0 0.000113
+gallium_dri.so free 0x55717345ae00 void 0.000113
+gallium_dri.so free 0x55717345acf0 void 0.000111
+gallium_dri.so malloc 72 0x55717345adb0 0.000109
+gallium_dri.so free 0x55717345ae40 void 0.000110
+gallium_dri.so free 0x55717345adb0 void 0.000123
+gallium_dri.so malloc 72 0x55717345adb0 0.000118
+gallium_dri.so free 0x55717345af00 void 0.000115
+gallium_dri.so free 0x55717345adb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345af50 0.000113
+gallium_dri.so free 0x55717345afc0 void 0.000113
+gallium_dri.so free 0x55717345af50 void 0.000111
+gallium_dri.so malloc 72 0x55717345b000 0.000113
+gallium_dri.so free 0x55717345b080 void 0.000113
+gallium_dri.so free 0x55717345b000 void 0.000113
+gallium_dri.so malloc 72 0x55717345b080 0.000112
+gallium_dri.so free 0x55717345b140 void 0.000113
+gallium_dri.so free 0x55717345b080 void 0.000112
+gallium_dri.so malloc 72 0x55717345b080 0.000116
+gallium_dri.so free 0x55717345b1c0 void 0.000113
+gallium_dri.so free 0x55717345b080 void 0.000113
+gallium_dri.so malloc 72 0x55717345b1f0 0.000116
+gallium_dri.so free 0x55717345b240 void 0.000115
+gallium_dri.so free 0x55717345b1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b1f0 0.000113
+gallium_dri.so free 0x55717345b340 void 0.000113
+gallium_dri.so free 0x55717345b1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b2f0 0.000112
+gallium_dri.so free 0x55717345b400 void 0.000114
+gallium_dri.so free 0x55717345b2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b3b0 0.000112
+gallium_dri.so free 0x55717345b480 void 0.000113
+gallium_dri.so free 0x55717345b3b0 void 0.000127
+gallium_dri.so malloc 72 0x55717345b4a0 0.000113
+gallium_dri.so free 0x55717345b540 void 0.000113
+gallium_dri.so free 0x55717345b4a0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b4f0 0.000112
+gallium_dri.so free 0x55717345b5c0 void 0.000114
+gallium_dri.so free 0x55717345b4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b4f0 0.000112
+gallium_dri.so free 0x55717345b640 void 0.000113
+gallium_dri.so free 0x55717345b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b640 0.000112
+gallium_dri.so free 0x55717345b700 void 0.000114
+gallium_dri.so free 0x55717345b640 void 0.000112
+gallium_dri.so malloc 72 0x55717345b640 0.000113
+gallium_dri.so free 0x55717345b7c0 void 0.000113
+gallium_dri.so free 0x55717345b640 void 0.000113
+gallium_dri.so malloc 72 0x55717345b640 0.000112
+gallium_dri.so free 0x55717345b880 void 0.000113
+gallium_dri.so free 0x55717345b640 void 0.000113
+gallium_dri.so malloc 72 0x55717345b830 0.000112
+gallium_dri.so free 0x55717345b880 void 0.000113
+gallium_dri.so free 0x55717345b830 void 0.000126
+gallium_dri.so malloc 72 0x55717345b830 0.000116
+gallium_dri.so free 0x55717345b980 void 0.000113
+gallium_dri.so free 0x55717345b830 void 0.000112
+gallium_dri.so malloc 72 0x55717345b930 0.000113
+gallium_dri.so free 0x55717345ba40 void 0.000113
+gallium_dri.so free 0x55717345b930 void 0.000118
+gallium_dri.so malloc 72 0x55717345b9f0 0.000115
+gallium_dri.so free 0x55717345ba80 void 0.000113
+gallium_dri.so free 0x55717345b9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345b9f0 0.000112
+gallium_dri.so free 0x55717345bb40 void 0.000113
+gallium_dri.so free 0x55717345b9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bb80 0.000113
+gallium_dri.so free 0x55717345bc00 void 0.000113
+gallium_dri.so free 0x55717345bb80 void 0.000113
+gallium_dri.so malloc 72 0x55717345bc00 0.000113
+gallium_dri.so free 0x55717345bcc0 void 0.000113
+gallium_dri.so free 0x55717345bc00 void 0.000112
+gallium_dri.so malloc 72 0x55717345bc00 0.000115
+gallium_dri.so free 0x55717345bd80 void 0.000113
+gallium_dri.so free 0x55717345bc00 void 0.000113
+gallium_dri.so malloc 72 0x55717345bda0 0.000113
+gallium_dri.so free 0x55717345be40 void 0.000112
+gallium_dri.so free 0x55717345bda0 void 0.000113
+gallium_dri.so malloc 72 0x55717345bdf0 0.000114
+gallium_dri.so free 0x55717345bec0 void 0.000115
+gallium_dri.so free 0x55717345bdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bdf0 0.000112
+gallium_dri.so free 0x55717345bf40 void 0.000113
+gallium_dri.so free 0x55717345bdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345bf40 0.000113
+gallium_dri.so free 0x55717345c000 void 0.000114
+gallium_dri.so free 0x55717345bf40 void 0.000112
+gallium_dri.so malloc 72 0x55717345bf40 0.000168
+gallium_dri.so free 0x55717345c0c0 void 0.000114
+gallium_dri.so free 0x55717345bf40 void 0.000113
+gallium_dri.so malloc 72 0x55717345bf40 0.000111
+gallium_dri.so free 0x55717345c180 void 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000113
+gallium_dri.so malloc 72 0x55717345c130 0.000113
+gallium_dri.so free 0x55717345c240 void 0.000113
+gallium_dri.so free 0x55717345c130 void 0.000113
+gallium_dri.so malloc 72 0x55717345c1f0 0.000112
+gallium_dri.so free 0x55717345c2c0 void 0.000114
+gallium_dri.so free 0x55717345c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c310 0.000113
+gallium_dri.so free 0x55717345c380 void 0.000114
+gallium_dri.so free 0x55717345c310 void 0.000123
+gallium_dri.so malloc 72 0x55717345c3a0 0.000125
+gallium_dri.so free 0x55717345c440 void 0.000124
+gallium_dri.so free 0x55717345c3a0 void 0.000225
+gallium_dri.so malloc 72 0x55717345c3f0 0.000236
+gallium_dri.so free 0x55717345c4c0 void 0.000160
+gallium_dri.so free 0x55717345c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c3f0 0.000114
+gallium_dri.so free 0x55717345c540 void 0.000114
+gallium_dri.so free 0x55717345c3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c540 0.000128
+gallium_dri.so free 0x55717345c600 void 0.000114
+gallium_dri.so free 0x55717345c540 void 0.000112
+gallium_dri.so malloc 72 0x55717345c540 0.000114
+gallium_dri.so free 0x55717345c700 void 0.000113
+gallium_dri.so free 0x55717345c540 void 0.000113
+gallium_dri.so malloc 72 0x55717345c6b0 0.000112
+gallium_dri.so free 0x55717345c740 void 0.000115
+gallium_dri.so free 0x55717345c6b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c6b0 0.000114
+gallium_dri.so free 0x55717345c800 void 0.000113
+gallium_dri.so free 0x55717345c6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345c840 0.000113
+gallium_dri.so free 0x55717345c8c0 void 0.000114
+gallium_dri.so free 0x55717345c840 void 0.000112
+gallium_dri.so malloc 72 0x55717345c8c0 0.000114
+gallium_dri.so free 0x55717345c980 void 0.000113
+gallium_dri.so free 0x55717345c8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c8c0 0.000113
+gallium_dri.so free 0x55717345ca00 void 0.000113
+gallium_dri.so free 0x55717345c8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ca30 0.000113
+gallium_dri.so free 0x55717345ca80 void 0.000113
+gallium_dri.so free 0x55717345ca30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ca30 0.000112
+gallium_dri.so free 0x55717345cb80 void 0.000113
+gallium_dri.so free 0x55717345ca30 void 0.000113
+gallium_dri.so malloc 72 0x55717345cbc0 0.000113
+gallium_dri.so free 0x55717345cc40 void 0.000113
+gallium_dri.so free 0x55717345cbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717345cc40 0.000113
+gallium_dri.so free 0x55717345cd00 void 0.000112
+gallium_dri.so free 0x55717345cc40 void 0.000112
+gallium_dri.so malloc 72 0x55717345cc40 0.000112
+gallium_dri.so free 0x55717345cd80 void 0.000111
+gallium_dri.so free 0x55717345cc40 void 0.000111
+gallium_dri.so malloc 72 0x55717345cdb0 0.000113
+gallium_dri.so free 0x55717345ce00 void 0.000113
+gallium_dri.so free 0x55717345cdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cdb0 0.000111
+gallium_dri.so free 0x55717345cf00 void 0.000114
+gallium_dri.so free 0x55717345cdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345ceb0 0.000112
+gallium_dri.so free 0x55717345cfc0 void 0.000111
+gallium_dri.so free 0x55717345ceb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345cf70 0.000111
+gallium_dri.so free 0x55717345d040 void 0.000112
+gallium_dri.so free 0x55717345cf70 void 0.000112
+gallium_dri.so malloc 72 0x55717345cf70 0.000111
+gallium_dri.so free 0x55717345d100 void 0.000116
+gallium_dri.so free 0x55717345cf70 void 0.000122
+gallium_dri.so malloc 72 0x55717345cf70 0.000118
+gallium_dri.so free 0x55717345d1c0 void 0.000112
+gallium_dri.so free 0x55717345cf70 void 0.000112
+gallium_dri.so malloc 72 0x55717345d170 0.000111
+gallium_dri.so free 0x55717345d240 void 0.000183
+gallium_dri.so free 0x55717345d170 void 0.000129
+gallium_dri.so malloc 72 0x55717345d290 0.000209
+gallium_dri.so free 0x55717345d300 void 0.000243
+gallium_dri.so free 0x55717345d290 void 0.000250
+gallium_dri.so malloc 72 0x55717345d320 0.000221
+gallium_dri.so free 0x55717345d3c0 void 0.000221
+gallium_dri.so free 0x55717345d320 void 0.000215
+gallium_dri.so malloc 72 0x55717345d370 0.000190
+gallium_dri.so free 0x55717345d440 void 0.000191
+gallium_dri.so free 0x55717345d370 void 0.000124
+gallium_dri.so malloc 72 0x55717345d440 0.000121
+gallium_dri.so free 0x55717345d500 void 0.000119
+gallium_dri.so free 0x55717345d440 void 0.000123
+gallium_dri.so malloc 72 0x55717345d440 0.000135
+gallium_dri.so free 0x55717345d580 void 0.000125
+gallium_dri.so free 0x55717345d440 void 0.000120
+gallium_dri.so malloc 72 0x55717345d580 0.000118
+gallium_dri.so free 0x55717345d640 void 0.000129
+gallium_dri.so free 0x55717345d580 void 0.000122
+gallium_dri.so malloc 72 0x55717345d580 0.000119
+gallium_dri.so free 0x55717345d700 void 0.000118
+gallium_dri.so free 0x55717345d580 void 0.000118
+gallium_dri.so malloc 72 0x55717345d580 0.000116
+gallium_dri.so free 0x55717345d7c0 void 0.000118
+gallium_dri.so free 0x55717345d580 void 0.000119
+gallium_dri.so malloc 72 0x55717345d770 0.000123
+gallium_dri.so free 0x55717345d840 void 0.000125
+gallium_dri.so free 0x55717345d770 void 0.000120
+gallium_dri.so malloc 72 0x55717345d890 0.000119
+gallium_dri.so free 0x55717345d900 void 0.000118
+gallium_dri.so free 0x55717345d890 void 0.000119
+gallium_dri.so malloc 72 0x55717345d940 0.000118
+gallium_dri.so free 0x55717345d9c0 void 0.000118
+gallium_dri.so free 0x55717345d940 void 0.000122
+gallium_dri.so malloc 72 0x55717345d940 0.000125
+gallium_dri.so free 0x55717345da40 void 0.000124
+gallium_dri.so free 0x55717345d940 void 0.000205
+gallium_dri.so malloc 72 0x55717345da70 0.000229
+gallium_dri.so free 0x55717345dac0 void 0.000234
+gallium_dri.so free 0x55717345da70 void 0.000207
+gallium_dri.so malloc 72 0x55717345da70 0.000234
+gallium_dri.so free 0x55717345dbc0 void 0.000224
+gallium_dri.so free 0x55717345da70 void 0.000234
+gallium_dri.so malloc 72 0x55717345db70 0.000231
+gallium_dri.so free 0x55717345dc80 void 0.000233
+gallium_dri.so free 0x55717345db70 void 0.000233
+gallium_dri.so malloc 72 0x55717345dc30 0.000233
+gallium_dri.so free 0x55717345dcc0 void 0.000233
+gallium_dri.so free 0x55717345dc30 void 0.000237
+gallium_dri.so malloc 72 0x55717345dc30 0.000233
+gallium_dri.so free 0x55717345dd80 void 0.000232
+gallium_dri.so free 0x55717345dc30 void 0.000227
+gallium_dri.so malloc 72 0x55717345ddf0 0.000238
+gallium_dri.so free 0x55717345de40 void 0.000224
+gallium_dri.so free 0x55717345ddf0 void 0.000316
+gallium_dri.so malloc 72 0x55717345ddf0 0.000288
+gallium_dri.so free 0x55717345df40 void 0.000235
+gallium_dri.so free 0x55717345ddf0 void 0.000244
+gallium_dri.so malloc 72 0x55717345def0 0.000261
+gallium_dri.so free 0x55717345e000 void 0.000242
+gallium_dri.so free 0x55717345def0 void 0.000233
+gallium_dri.so malloc 72 0x55717345dfb0 0.000173
+gallium_dri.so free 0x55717345e040 void 0.000167
+gallium_dri.so free 0x55717345dfb0 void 0.000135
+gallium_dri.so malloc 72 0x55717345dfb0 0.000137
+gallium_dri.so free 0x55717345e100 void 0.000137
+gallium_dri.so free 0x55717345dfb0 void 0.000138
+gallium_dri.so malloc 72 0x55717345e140 0.000137
+gallium_dri.so free 0x55717345e1c0 void 0.000132
+gallium_dri.so free 0x55717345e140 void 0.000132
+gallium_dri.so malloc 72 0x55717345e1c0 0.000142
+gallium_dri.so free 0x55717345e280 void 0.000133
+gallium_dri.so free 0x55717345e1c0 void 0.000132
+gallium_dri.so malloc 72 0x55717345e1c0 0.000136
+gallium_dri.so free 0x55717345e340 void 0.000138
+gallium_dri.so free 0x55717345e1c0 void 0.000137
+gallium_dri.so malloc 72 0x55717345e360 0.000137
+gallium_dri.so free 0x55717345e400 void 0.000138
+gallium_dri.so free 0x55717345e360 void 0.000136
+gallium_dri.so malloc 72 0x55717345e3b0 0.000138
+gallium_dri.so free 0x55717345e480 void 0.000133
+gallium_dri.so free 0x55717345e3b0 void 0.000136
+gallium_dri.so malloc 72 0x55717345e3b0 0.000138
+gallium_dri.so free 0x55717345e500 void 0.000137
+gallium_dri.so free 0x55717345e3b0 void 0.000137
+gallium_dri.so malloc 72 0x55717345e500 0.000136
+gallium_dri.so free 0x55717345e5c0 void 0.000137
+gallium_dri.so free 0x55717345e500 void 0.000138
+gallium_dri.so malloc 72 0x55717345e500 0.000136
+gallium_dri.so free 0x55717345e680 void 0.000136
+gallium_dri.so free 0x55717345e500 void 0.000139
+gallium_dri.so malloc 72 0x55717345e500 0.000136
+gallium_dri.so free 0x55717345e740 void 0.000138
+gallium_dri.so free 0x55717345e500 void 0.000136
+gallium_dri.so malloc 72 0x55717345e6f0 0.000131
+gallium_dri.so free 0x55717345e800 void 0.000131
+gallium_dri.so free 0x55717345e6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717345e7b0 0.000129
+gallium_dri.so free 0x55717345e880 void 0.000130
+gallium_dri.so free 0x55717345e7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345e8d0 0.000129
+gallium_dri.so free 0x55717345e940 void 0.000130
+gallium_dri.so free 0x55717345e8d0 void 0.000129
+gallium_dri.so malloc 72 0x55717345e960 0.000130
+gallium_dri.so free 0x55717345ea00 void 0.000137
+gallium_dri.so free 0x55717345e960 void 0.000125
+gallium_dri.so malloc 72 0x55717345e9b0 0.000125
+gallium_dri.so free 0x5571735da8c0 void 0.000124
+gallium_dri.so free 0x55717345e9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345e9b0 0.000137
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so free 0x55717345e9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735da940 0.000124
+gallium_dri.so free 0x5571735daa00 void 0.000130
+gallium_dri.so free 0x5571735da940 void 0.000116
+gallium_dri.so malloc 72 0x5571735da940 0.000119
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735daab0 0.000115
+gallium_dri.so free 0x5571735dab40 void 0.000115
+gallium_dri.so free 0x5571735daab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daab0 0.000115
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735daab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dac40 0.000116
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dacc0 0.000115
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dacc0 0.000116
+gallium_dri.so free 0x5571735dae00 void 0.000117
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dae30 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000126
+gallium_dri.so free 0x5571735dae30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dae30 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000117
+gallium_dri.so free 0x5571735dae30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dafc0 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000132
+gallium_dri.so free 0x5571735dafc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db040 0.000123
+gallium_dri.so free 0x5571735db100 void 0.000128
+gallium_dri.so free 0x5571735db040 void 0.000131
+gallium_dri.so malloc 72 0x5571735db040 0.000125
+gallium_dri.so free 0x5571735db180 void 0.000129
+gallium_dri.so free 0x5571735db040 void 0.000130
+gallium_dri.so malloc 72 0x5571735db1b0 0.000131
+gallium_dri.so free 0x5571735db200 void 0.000126
+gallium_dri.so free 0x5571735db1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db1b0 0.000124
+gallium_dri.so free 0x5571735db300 void 0.000123
+gallium_dri.so free 0x5571735db1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db2b0 0.000130
+gallium_dri.so free 0x5571735db3c0 void 0.000125
+gallium_dri.so free 0x5571735db2b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db370 0.000124
+gallium_dri.so free 0x5571735db440 void 0.000128
+gallium_dri.so free 0x5571735db370 void 0.000129
+gallium_dri.so malloc 72 0x5571735db370 0.000132
+gallium_dri.so free 0x5571735db500 void 0.000131
+gallium_dri.so free 0x5571735db370 void 0.000180
+gallium_dri.so malloc 72 0x5571735db370 0.000129
+gallium_dri.so free 0x5571735db5c0 void 0.000130
+gallium_dri.so free 0x5571735db370 void 0.000125
+gallium_dri.so malloc 72 0x5571735db570 0.000123
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so free 0x5571735db570 void 0.000131
+gallium_dri.so malloc 72 0x5571735db690 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db690 void 0.000131
+gallium_dri.so malloc 72 0x5571735db720 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db720 void 0.000115
+gallium_dri.so malloc 72 0x5571735db770 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000118
+gallium_dri.so malloc 72 0x5571735db840 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000117
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so malloc 72 0x5571735db840 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dba40 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dbb00 void 0.000125
+gallium_dri.so free 0x5571735db980 void 0.000111
+gallium_dri.so malloc 72 0x5571735db980 0.000110
+gallium_dri.so free 0x5571735dbbc0 void 0.000109
+gallium_dri.so free 0x5571735db980 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbb70 0.000109
+gallium_dri.so free 0x5571735dbc40 void 0.000110
+gallium_dri.so free 0x5571735dbb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbc90 0.000110
+gallium_dri.so free 0x5571735dbd00 void 0.000109
+gallium_dri.so free 0x5571735dbc90 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbd40 0.000109
+gallium_dri.so free 0x5571735dbdc0 void 0.000109
+gallium_dri.so free 0x5571735dbd40 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbd40 0.000110
+gallium_dri.so free 0x5571735dbe40 void 0.000110
+gallium_dri.so free 0x5571735dbd40 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbe70 0.000112
+gallium_dri.so free 0x5571735dbec0 void 0.000111
+gallium_dri.so free 0x5571735dbe70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dbe70 0.000110
+gallium_dri.so free 0x5571735dbfc0 void 0.000116
+gallium_dri.so free 0x5571735dbe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000116
+gallium_dri.so free 0x5571735dc080 void 0.000112
+gallium_dri.so free 0x5571735dbf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc030 0.000111
+gallium_dri.so free 0x5571735dc0c0 void 0.000109
+gallium_dri.so free 0x5571735dc030 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc030 0.000125
+gallium_dri.so free 0x5571735dc180 void 0.000125
+gallium_dri.so free 0x5571735dc030 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000124
+gallium_dri.so free 0x5571735dc240 void 0.000119
+gallium_dri.so free 0x5571735dc1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000119
+gallium_dri.so free 0x5571735dc340 void 0.000119
+gallium_dri.so free 0x5571735dc1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000119
+gallium_dri.so free 0x5571735dc400 void 0.000119
+gallium_dri.so free 0x5571735dc2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000124
+gallium_dri.so free 0x5571735dc440 void 0.000124
+gallium_dri.so free 0x5571735dc3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000122
+gallium_dri.so free 0x5571735dc500 void 0.000124
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc540 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000134
+gallium_dri.so free 0x5571735dc540 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000124
+gallium_dri.so free 0x5571735dc680 void 0.000158
+gallium_dri.so free 0x5571735dc5c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000125
+gallium_dri.so free 0x5571735dc740 void 0.000124
+gallium_dri.so free 0x5571735dc5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc760 0.000124
+gallium_dri.so free 0x5571735dc800 void 0.000124
+gallium_dri.so free 0x5571735dc760 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000126
+gallium_dri.so free 0x5571735dc880 void 0.000125
+gallium_dri.so free 0x5571735dc7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735dc900 void 0.000123
+gallium_dri.so free 0x5571735dc7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc900 0.000123
+gallium_dri.so free 0x5571735dc9c0 void 0.000124
+gallium_dri.so free 0x5571735dc900 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc900 0.000120
+gallium_dri.so free 0x5571735dca80 void 0.000123
+gallium_dri.so free 0x5571735dc900 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc900 0.000170
+gallium_dri.so free 0x5571735dcb40 void 0.000120
+gallium_dri.so free 0x5571735dc900 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000116
+gallium_dri.so free 0x5571735dcaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000113
+gallium_dri.so free 0x5571735dcc80 void 0.000114
+gallium_dri.so free 0x5571735dcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dccd0 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dccd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcd60 0.000114
+gallium_dri.so free 0x5571735dce00 void 0.000115
+gallium_dri.so free 0x5571735dcd60 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000112
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000112
+gallium_dri.so free 0x5571735dcf00 void 0.000115
+gallium_dri.so free 0x5571735dcdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf00 0.000115
+gallium_dri.so free 0x5571735dd0c0 void 0.000116
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd070 0.000113
+gallium_dri.so free 0x5571735dd100 void 0.000116
+gallium_dri.so free 0x5571735dd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dd1c0 void 0.000115
+gallium_dri.so free 0x5571735dd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd200 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd340 void 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd3c0 void 0.000115
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000116
+gallium_dri.so free 0x5571735dd3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd540 void 0.000115
+gallium_dri.so free 0x5571735dd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd580 0.000112
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd580 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd600 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd600 0.000120
+gallium_dri.so free 0x5571735dd740 void 0.000170
+gallium_dri.so free 0x5571735dd600 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd770 0.000117
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so free 0x5571735dd770 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd770 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd770 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd870 0.000117
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd870 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735ddac0 void 0.000130
+gallium_dri.so free 0x5571735dd930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb30 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000117
+gallium_dri.so free 0x5571735ddb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc50 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddc50 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddce0 0.000112
+gallium_dri.so free 0x5571735ddd80 void 0.000111
+gallium_dri.so free 0x5571735ddce0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ddd30 0.000111
+gallium_dri.so free 0x5571735dde00 void 0.000110
+gallium_dri.so free 0x5571735ddd30 void 0.000108
+gallium_dri.so malloc 72 0x5571735dde00 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000109
+gallium_dri.so free 0x5571735dde00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dde00 0.000111
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddf40 0.000109
+gallium_dri.so free 0x5571735de000 void 0.000109
+gallium_dri.so free 0x5571735ddf40 void 0.000148
+gallium_dri.so malloc 72 0x5571735ddf40 0.000111
+gallium_dri.so free 0x5571735de0c0 void 0.000112
+gallium_dri.so free 0x5571735ddf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddf40 0.000110
+gallium_dri.so free 0x5571735de180 void 0.000109
+gallium_dri.so free 0x5571735ddf40 void 0.000109
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000116
+gallium_dri.so malloc 72 0x5571735de250 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000111
+gallium_dri.so free 0x5571735de250 void 0.000111
+gallium_dri.so malloc 72 0x5571735de300 0.000145
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de300 void 0.000249
+gallium_dri.so malloc 72 0x5571735de300 0.000247
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000119
+gallium_dri.so malloc 72 0x5571735de430 0.000116
+gallium_dri.so free 0x5571735de480 void 0.000117
+gallium_dri.so free 0x5571735de430 void 0.000118
+gallium_dri.so malloc 72 0x5571735de430 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so free 0x5571735de430 void 0.000116
+gallium_dri.so malloc 72 0x5571735de530 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000117
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000124
+gallium_dri.so free 0x5571735de680 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de5f0 0.000118
+gallium_dri.so free 0x5571735de740 void 0.000117
+gallium_dri.so free 0x5571735de5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7b0 0.000116
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de7b0 0.000133
+gallium_dri.so free 0x5571735de900 void 0.000115
+gallium_dri.so free 0x5571735de7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8b0 0.000139
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000111
+gallium_dri.so free 0x5571735dea00 void 0.000110
+gallium_dri.so free 0x5571735de970 void 0.000111
+gallium_dri.so malloc 72 0x5571735de970 0.000111
+gallium_dri.so free 0x5571735deac0 void 0.000116
+gallium_dri.so free 0x5571735de970 void 0.000112
+gallium_dri.so malloc 72 0x5571735deb00 0.000111
+gallium_dri.so free 0x5571735deb80 void 0.000109
+gallium_dri.so free 0x5571735deb00 void 0.000110
+gallium_dri.so malloc 72 0x5571735deb80 0.000109
+gallium_dri.so free 0x5571735dec40 void 0.000110
+gallium_dri.so free 0x5571735deb80 void 0.000110
+gallium_dri.so malloc 72 0x5571735deb80 0.000109
+gallium_dri.so free 0x5571735ded00 void 0.000111
+gallium_dri.so free 0x5571735deb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ded20 0.000111
+gallium_dri.so free 0x5571735dedc0 void 0.000117
+gallium_dri.so free 0x5571735ded20 void 0.000111
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so free 0x5571735ded70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ded70 0.000111
+gallium_dri.so free 0x5571735deec0 void 0.000122
+gallium_dri.so free 0x5571735ded70 void 0.000116
+gallium_dri.so malloc 72 0x5571735deec0 0.000115
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deec0 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deec0 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df170 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000114
+gallium_dri.so malloc 72 0x5571735df290 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df290 void 0.000114
+gallium_dri.so malloc 72 0x5571735df320 0.000115
+gallium_dri.so free 0x5571735df3c0 void 0.000115
+gallium_dri.so free 0x5571735df320 void 0.000115
+gallium_dri.so malloc 72 0x5571735df370 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df370 void 0.000113
+gallium_dri.so malloc 72 0x5571735df370 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df370 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4c0 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000114
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000119
+gallium_dri.so free 0x5571735df6c0 void 0.000116
+gallium_dri.so free 0x5571735df630 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df7c0 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000116
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df840 0.000139
+gallium_dri.so free 0x5571735df900 void 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so malloc 72 0x5571735df840 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000115
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9b0 0.000115
+gallium_dri.so free 0x5571735dfa00 void 0.000117
+gallium_dri.so free 0x5571735df9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9b0 0.000115
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735df9b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfb40 0.000128
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd30 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe30 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000119
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0210 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e0210 void 0.000115
+gallium_dri.so malloc 72 0x5571735e02a0 0.000114
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e02a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03c0 0.000117
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03c0 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0500 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0500 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e07c0 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e0810 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e0810 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08c0 0.000115
+gallium_dri.so free 0x5571735e0940 void 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08c0 0.000115
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09f0 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e09f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09f0 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000115
+gallium_dri.so free 0x5571735e09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0af0 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000115
+gallium_dri.so free 0x5571735e0c40 void 0.000115
+gallium_dri.so free 0x5571735e0bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000116
+gallium_dri.so free 0x5571735e0bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0d70 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000113
+gallium_dri.so free 0x5571735e0d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d70 0.000112
+gallium_dri.so free 0x5571735e0ec0 void 0.000113
+gallium_dri.so free 0x5571735e0d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0e70 0.000115
+gallium_dri.so free 0x5571735e0f80 void 0.000113
+gallium_dri.so free 0x5571735e0e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f30 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000112
+gallium_dri.so free 0x5571735e0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f30 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so free 0x5571735e0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10c0 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1140 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000112
+gallium_dri.so free 0x5571735e1140 void 0.000124
+gallium_dri.so malloc 72 0x5571735e12e0 0.000127
+gallium_dri.so free 0x5571735e1380 void 0.000157
+gallium_dri.so free 0x5571735e12e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1330 0.000137
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so free 0x5571735e1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000124
+gallium_dri.so free 0x5571735e1330 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1480 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1480 0.000130
+gallium_dri.so free 0x5571735e1600 void 0.000125
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000129
+gallium_dri.so free 0x5571735e1480 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1670 0.000121
+gallium_dri.so free 0x5571735e1780 void 0.000119
+gallium_dri.so free 0x5571735e1670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1730 0.000124
+gallium_dri.so free 0x5571735e1800 void 0.000126
+gallium_dri.so free 0x5571735e1730 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1850 0.000128
+gallium_dri.so free 0x5571735e18c0 void 0.000125
+gallium_dri.so free 0x5571735e1850 void 0.000125
+gallium_dri.so malloc 72 0x5571735e18e0 0.000119
+gallium_dri.so free 0x5571735e1980 void 0.000122
+gallium_dri.so free 0x5571735e18e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1930 0.000125
+gallium_dri.so free 0x5571735e1a00 void 0.000125
+gallium_dri.so free 0x5571735e1930 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1930 0.000124
+gallium_dri.so free 0x5571735e1a80 void 0.000126
+gallium_dri.so free 0x5571735e1930 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1a80 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000123
+gallium_dri.so free 0x5571735e1a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1a80 0.000123
+gallium_dri.so free 0x5571735e1c40 void 0.000124
+gallium_dri.so free 0x5571735e1a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000123
+gallium_dri.so free 0x5571735e1c80 void 0.000124
+gallium_dri.so free 0x5571735e1bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000136
+gallium_dri.so free 0x5571735e1d40 void 0.000125
+gallium_dri.so free 0x5571735e1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d80 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so free 0x5571735e1d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1e00 0.000123
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1f70 0.000124
+gallium_dri.so free 0x5571735e1fc0 void 0.000125
+gallium_dri.so free 0x5571735e1f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1f70 0.000124
+gallium_dri.so free 0x5571735e20c0 void 0.000120
+gallium_dri.so free 0x5571735e1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2100 0.000123
+gallium_dri.so free 0x5571735e2180 void 0.000126
+gallium_dri.so free 0x5571735e2100 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2180 0.000124
+gallium_dri.so free 0x5571735e2240 void 0.000135
+gallium_dri.so free 0x5571735e2180 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2180 0.000126
+gallium_dri.so free 0x5571735e22c0 void 0.000156
+gallium_dri.so free 0x5571735e2180 void 0.000126
+gallium_dri.so malloc 72 0x5571735e22f0 0.000126
+gallium_dri.so free 0x5571735e2340 void 0.000125
+gallium_dri.so free 0x5571735e22f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e22f0 0.000134
+gallium_dri.so free 0x5571735e2440 void 0.000132
+gallium_dri.so free 0x5571735e22f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e23f0 0.000124
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e23f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e24b0 0.000126
+gallium_dri.so free 0x5571735e2580 void 0.000123
+gallium_dri.so free 0x5571735e24b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e24b0 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000123
+gallium_dri.so free 0x5571735e24b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e24b0 0.000138
+gallium_dri.so free 0x5571735e2700 void 0.000140
+gallium_dri.so free 0x5571735e24b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e26b0 0.000138
+gallium_dri.so free 0x5571735e2780 void 0.000133
+gallium_dri.so free 0x5571735e26b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e27d0 0.000130
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so free 0x5571735e27d0 void 0.000221
+gallium_dri.so malloc 72 0x5571735e2860 0.000223
+gallium_dri.so free 0x5571735e2900 void 0.000243
+gallium_dri.so free 0x5571735e2860 void 0.000220
+gallium_dri.so malloc 72 0x5571735e28b0 0.000219
+gallium_dri.so free 0x5571735e2980 void 0.000128
+gallium_dri.so free 0x5571735e28b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735e2980 0.000170
+gallium_dri.so free 0x5571735e2a40 void 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2980 0.000228
+gallium_dri.so free 0x5571735e2ac0 void 0.000142
+gallium_dri.so free 0x5571735e2980 void 0.000295
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000327
+gallium_dri.so free 0x5571735e2b80 void 0.000313
+gallium_dri.so free 0x5571735e2ac0 void 0.000275
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000240
+gallium_dri.so free 0x5571735e2c40 void 0.000350
+gallium_dri.so free 0x5571735e2ac0 void 0.000304
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000272
+gallium_dri.so free 0x5571735e2d00 void 0.000230
+gallium_dri.so free 0x5571735e2ac0 void 0.000201
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000183
+gallium_dri.so free 0x5571735e2d80 void 0.000339
+gallium_dri.so free 0x5571735e2cb0 void 0.000264
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000234
+gallium_dri.so free 0x5571735e2e40 void 0.000240
+gallium_dri.so free 0x5571735e2dd0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2e80 0.000138
+gallium_dri.so free 0x5571735e2f00 void 0.000138
+gallium_dri.so free 0x5571735e2e80 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2e80 0.000132
+gallium_dri.so free 0x5571735e2f80 void 0.000135
+gallium_dri.so free 0x5571735e2e80 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000130
+gallium_dri.so free 0x5571735e3000 void 0.000137
+gallium_dri.so free 0x5571735e2fb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000137
+gallium_dri.so free 0x5571735e3100 void 0.000169
+gallium_dri.so free 0x5571735e2fb0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e30b0 0.000151
+gallium_dri.so free 0x5571735e31c0 void 0.000149
+gallium_dri.so free 0x5571735e30b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735e3170 0.000165
+gallium_dri.so free 0x5571735e3200 void 0.000142
+gallium_dri.so free 0x5571735e3170 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3170 0.000133
+gallium_dri.so free 0x5571735e32c0 void 0.000135
+gallium_dri.so free 0x5571735e3170 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3330 0.000148
+gallium_dri.so free 0x5571735e3380 void 0.000141
+gallium_dri.so free 0x5571735e3330 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3330 0.000134
+gallium_dri.so free 0x5571735e3480 void 0.000132
+gallium_dri.so free 0x5571735e3330 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3430 0.000138
+gallium_dri.so free 0x5571735e3540 void 0.000137
+gallium_dri.so free 0x5571735e3430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e34f0 0.000130
+gallium_dri.so free 0x5571735e3580 void 0.000131
+gallium_dri.so free 0x5571735e34f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e34f0 0.000138
+gallium_dri.so free 0x5571735e3640 void 0.000137
+gallium_dri.so free 0x5571735e34f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3680 0.000148
+gallium_dri.so free 0x5571735e3700 void 0.000138
+gallium_dri.so free 0x5571735e3680 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3700 0.000167
+gallium_dri.so free 0x5571735883c0 void 0.000139
+gallium_dri.so free 0x5571735e3700 void 0.000137
+gallium_dri.so malloc 72 0x557173588370 0.000137
+gallium_dri.so free 0x5571735e37c0 void 0.000133
+gallium_dri.so free 0x557173588370 void 0.000137
+gallium_dri.so malloc 72 0x557173588370 0.000137
+gallium_dri.so free 0x557173588440 void 0.000131
+gallium_dri.so free 0x557173588370 void 0.000134
+gallium_dri.so malloc 72 0x557173588370 0.000138
+gallium_dri.so free 0x557173588500 void 0.000137
+gallium_dri.so free 0x557173588370 void 0.000138
+gallium_dri.so malloc 72 0x557173588540 0.000131
+gallium_dri.so free 0x5571735885c0 void 0.000131
+gallium_dri.so free 0x557173588540 void 0.000130
+gallium_dri.so malloc 72 0x5571735885c0 0.000131
+gallium_dri.so free 0x557173588680 void 0.000130
+gallium_dri.so free 0x5571735885c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735885c0 0.000130
+gallium_dri.so free 0x557173588700 void 0.000129
+gallium_dri.so free 0x5571735885c0 void 0.000155
+gallium_dri.so malloc 72 0x557173588730 0.000159
+gallium_dri.so free 0x557173588780 void 0.000157
+gallium_dri.so free 0x557173588730 void 0.000158
+gallium_dri.so malloc 72 0x557173588780 0.000157
+gallium_dri.so free 0x557173588840 void 0.000157
+gallium_dri.so free 0x557173588780 void 0.000158
+gallium_dri.so malloc 72 0x557173588780 0.000158
+gallium_dri.so free 0x557173588940 void 0.000158
+gallium_dri.so free 0x557173588780 void 0.000157
+gallium_dri.so malloc 72 0x5571735888f0 0.000156
+gallium_dri.so free 0x557173588a00 void 0.000157
+gallium_dri.so free 0x5571735888f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735889b0 0.000159
+gallium_dri.so free 0x557173588a40 void 0.000159
+gallium_dri.so free 0x5571735889b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735889b0 0.000157
+gallium_dri.so free 0x557173588b00 void 0.000159
+gallium_dri.so free 0x5571735889b0 void 0.000157
+gallium_dri.so malloc 72 0x557173588b40 0.000160
+gallium_dri.so free 0x557173588bc0 void 0.000181
+gallium_dri.so free 0x557173588b40 void 0.000158
+gallium_dri.so malloc 72 0x557173588bc0 0.000157
+gallium_dri.so free 0x557173588c80 void 0.000158
+gallium_dri.so free 0x557173588bc0 void 0.000165
+gallium_dri.so malloc 72 0x557173588bc0 0.000123
+gallium_dri.so free 0x557173588d00 void 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173588bc0 0.000118
+gallium_dri.so free 0x557173588dc0 void 0.000117
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000118
+gallium_dri.so free 0x557173588e80 void 0.000117
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588e30 0.000117
+gallium_dri.so free 0x557173588f00 void 0.000118
+gallium_dri.so free 0x557173588e30 void 0.000117
+gallium_dri.so malloc 72 0x557173588f50 0.000118
+gallium_dri.so free 0x557173588fc0 void 0.000119
+gallium_dri.so free 0x557173588f50 void 0.000117
+gallium_dri.so malloc 72 0x557173588fe0 0.000118
+gallium_dri.so free 0x557173589080 void 0.000117
+gallium_dri.so free 0x557173588fe0 void 0.000116
+gallium_dri.so malloc 72 0x557173589030 0.000117
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x557173589030 void 0.000138
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589200 void 0.000118
+gallium_dri.so free 0x557173589030 void 0.000117
+gallium_dri.so malloc 72 0x5571735891b0 0.000117
+gallium_dri.so free 0x557173589280 void 0.000117
+gallium_dri.so free 0x5571735891b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735892d0 0.000117
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so free 0x5571735892d0 void 0.000116
+gallium_dri.so malloc 72 0x557173589360 0.000118
+gallium_dri.so free 0x557173589400 void 0.000117
+gallium_dri.so free 0x557173589360 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589480 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000119
+gallium_dri.so free 0x557173589500 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000118
+gallium_dri.so malloc 72 0x557173589500 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000117
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x5571735896c0 void 0.000117
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000117
+gallium_dri.so free 0x557173589740 void 0.000125
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589770 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x557173589770 void 0.000118
+gallium_dri.so malloc 72 0x557173589770 0.000138
+gallium_dri.so free 0x5571735898c0 void 0.000118
+gallium_dri.so free 0x557173589770 void 0.000116
+gallium_dri.so malloc 72 0x557173589870 0.000119
+gallium_dri.so free 0x557173589980 void 0.000117
+gallium_dri.so free 0x557173589870 void 0.000118
+gallium_dri.so malloc 72 0x557173589930 0.000117
+gallium_dri.so free 0x5571735899c0 void 0.000117
+gallium_dri.so free 0x557173589930 void 0.000118
+gallium_dri.so malloc 72 0x557173589930 0.000116
+gallium_dri.so free 0x557173589a80 void 0.000118
+gallium_dri.so free 0x557173589930 void 0.000117
+gallium_dri.so malloc 72 0x557173589ad0 0.000116
+gallium_dri.so free 0x557173589b40 void 0.000117
+gallium_dri.so free 0x557173589ad0 void 0.000116
+gallium_dri.so malloc 72 0x557173589b80 0.000118
+gallium_dri.so free 0x557173589c00 void 0.000117
+gallium_dri.so free 0x557173589b80 void 0.000124
+gallium_dri.so malloc 72 0x557173589c00 0.000118
+gallium_dri.so free 0x557173589cc0 void 0.000118
+gallium_dri.so free 0x557173589c00 void 0.000116
+gallium_dri.so malloc 72 0x557173589c00 0.000117
+gallium_dri.so free 0x557173589d40 void 0.000125
+gallium_dri.so free 0x557173589c00 void 0.000116
+gallium_dri.so malloc 72 0x557173589d70 0.000118
+gallium_dri.so free 0x557173589dc0 void 0.000118
+gallium_dri.so free 0x557173589d70 void 0.000118
+gallium_dri.so malloc 72 0x557173589d70 0.000118
+gallium_dri.so free 0x557173589ec0 void 0.000117
+gallium_dri.so free 0x557173589d70 void 0.000117
+gallium_dri.so malloc 72 0x557173589e70 0.000117
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589e70 void 0.000117
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a000 void 0.000118
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x55717358a020 0.000117
+gallium_dri.so free 0x55717358a0c0 void 0.000117
+gallium_dri.so free 0x55717358a020 void 0.000119
+gallium_dri.so malloc 72 0x55717358a070 0.000118
+gallium_dri.so free 0x55717358a140 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000117
+gallium_dri.so malloc 72 0x55717358a070 0.000117
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000119
+gallium_dri.so free 0x55717358a280 void 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a1c0 0.000160
+gallium_dri.so free 0x55717358a340 void 0.000122
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a3b0 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a3b0 0.000119
+gallium_dri.so free 0x55717358a500 void 0.000117
+gallium_dri.so free 0x55717358a3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a4b0 0.000118
+gallium_dri.so free 0x55717358a5c0 void 0.000118
+gallium_dri.so free 0x55717358a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a570 0.000118
+gallium_dri.so free 0x55717358a600 void 0.000118
+gallium_dri.so free 0x55717358a570 void 0.000118
+gallium_dri.so malloc 72 0x55717358a570 0.000118
+gallium_dri.so free 0x55717358a6c0 void 0.000118
+gallium_dri.so free 0x55717358a570 void 0.000118
+gallium_dri.so malloc 72 0x55717358a700 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000117
+gallium_dri.so free 0x55717358a700 void 0.000117
+gallium_dri.so malloc 72 0x55717358a780 0.000117
+gallium_dri.so free 0x55717358a840 void 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so malloc 72 0x55717358a780 0.000121
+gallium_dri.so free 0x55717358a900 void 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000117
+gallium_dri.so malloc 72 0x55717358a920 0.000118
+gallium_dri.so free 0x55717358a9c0 void 0.000120
+gallium_dri.so free 0x55717358a920 void 0.000113
+gallium_dri.so malloc 72 0x55717358a970 0.000117
+gallium_dri.so free 0x55717358aa40 void 0.000118
+gallium_dri.so free 0x55717358a970 void 0.000118
+gallium_dri.so malloc 72 0x55717358a970 0.000117
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so free 0x55717358a970 void 0.000118
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ab80 void 0.000117
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ac40 void 0.000117
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ad00 void 0.000117
+gallium_dri.so free 0x55717358aac0 void 0.000117
+gallium_dri.so malloc 72 0x55717358acb0 0.000118
+gallium_dri.so free 0x55717358adc0 void 0.000119
+gallium_dri.so free 0x55717358acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad70 0.000117
+gallium_dri.so free 0x55717358ae40 void 0.000119
+gallium_dri.so free 0x55717358ad70 void 0.000147
+gallium_dri.so malloc 72 0x55717358ae90 0.000149
+gallium_dri.so free 0x55717358af00 void 0.000147
+gallium_dri.so free 0x55717358ae90 void 0.000148
+gallium_dri.so malloc 72 0x55717358af20 0.000153
+gallium_dri.so free 0x55717358afc0 void 0.000153
+gallium_dri.so free 0x55717358af20 void 0.000151
+gallium_dri.so malloc 72 0x55717358af70 0.000146
+gallium_dri.so free 0x55717358b040 void 0.000145
+gallium_dri.so free 0x55717358af70 void 0.000145
+gallium_dri.so malloc 72 0x55717358af70 0.000146
+gallium_dri.so free 0x55717358b0c0 void 0.000145
+gallium_dri.so free 0x55717358af70 void 0.000143
+gallium_dri.so malloc 72 0x55717358b0c0 0.000153
+gallium_dri.so free 0x55717358b180 void 0.000151
+gallium_dri.so free 0x55717358b0c0 void 0.000149
+gallium_dri.so malloc 72 0x55717358b0c0 0.000161
+gallium_dri.so free 0x55717358b280 void 0.000123
+gallium_dri.so free 0x55717358b0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b230 0.000122
+gallium_dri.so free 0x55717358b2c0 void 0.000119
+gallium_dri.so free 0x55717358b230 void 0.000120
+gallium_dri.so malloc 72 0x55717358b230 0.000157
+gallium_dri.so free 0x55717358b380 void 0.000122
+gallium_dri.so free 0x55717358b230 void 0.000120
+gallium_dri.so malloc 72 0x55717358b3c0 0.000120
+gallium_dri.so free 0x55717358b440 void 0.000121
+gallium_dri.so free 0x55717358b3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b440 0.000120
+gallium_dri.so free 0x55717358b500 void 0.000122
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b440 0.000119
+gallium_dri.so free 0x55717358b580 void 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b5b0 0.000119
+gallium_dri.so free 0x55717358b600 void 0.000120
+gallium_dri.so free 0x55717358b5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b5b0 0.000119
+gallium_dri.so free 0x55717358b700 void 0.000121
+gallium_dri.so free 0x55717358b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b740 0.000120
+gallium_dri.so free 0x55717358b7c0 void 0.000121
+gallium_dri.so free 0x55717358b740 void 0.000120
+gallium_dri.so malloc 72 0x55717358b7c0 0.000121
+gallium_dri.so free 0x55717358b880 void 0.000121
+gallium_dri.so free 0x55717358b7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b7c0 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x55717358b7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b930 0.000120
+gallium_dri.so free 0x55717358b980 void 0.000121
+gallium_dri.so free 0x55717358b930 void 0.000119
+gallium_dri.so malloc 72 0x55717358b930 0.000120
+gallium_dri.so free 0x55717358ba80 void 0.000119
+gallium_dri.so free 0x55717358b930 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba30 0.000119
+gallium_dri.so free 0x55717358bb40 void 0.000121
+gallium_dri.so free 0x55717358ba30 void 0.000119
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000121
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358baf0 0.000121
+gallium_dri.so free 0x55717358bc80 void 0.000119
+gallium_dri.so free 0x55717358baf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so free 0x55717358baf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcf0 0.000120
+gallium_dri.so free 0x55717358bdc0 void 0.000120
+gallium_dri.so free 0x55717358bcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358be10 0.000119
+gallium_dri.so free 0x55717358be80 void 0.000121
+gallium_dri.so free 0x55717358be10 void 0.000120
+gallium_dri.so malloc 72 0x55717358bea0 0.000124
+gallium_dri.so free 0x55717358bf40 void 0.000122
+gallium_dri.so free 0x55717358bea0 void 0.000122
+gallium_dri.so malloc 72 0x55717358bef0 0.000122
+gallium_dri.so free 0x55717358bfc0 void 0.000119
+gallium_dri.so free 0x55717358bef0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bfc0 0.000120
+gallium_dri.so free 0x55717358c080 void 0.000121
+gallium_dri.so free 0x55717358bfc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bfc0 0.000119
+gallium_dri.so free 0x55717358c100 void 0.000127
+gallium_dri.so free 0x55717358bfc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c100 0.000120
+gallium_dri.so free 0x55717358c1c0 void 0.000120
+gallium_dri.so free 0x55717358c100 void 0.000119
+gallium_dri.so malloc 72 0x55717358c100 0.000118
+gallium_dri.so free 0x55717358c280 void 0.000120
+gallium_dri.so free 0x55717358c100 void 0.000122
+gallium_dri.so malloc 72 0x55717358c100 0.000119
+gallium_dri.so free 0x55717358c340 void 0.000121
+gallium_dri.so free 0x55717358c100 void 0.000120
+gallium_dri.so malloc 72 0x55717358c2f0 0.000118
+gallium_dri.so free 0x55717358c3c0 void 0.000120
+gallium_dri.so free 0x55717358c2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c410 0.000120
+gallium_dri.so free 0x55717358c480 void 0.000122
+gallium_dri.so free 0x55717358c410 void 0.000165
+gallium_dri.so malloc 72 0x55717358c4c0 0.000121
+gallium_dri.so free 0x55717358c540 void 0.000120
+gallium_dri.so free 0x55717358c4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c4c0 0.000122
+gallium_dri.so free 0x55717358c5c0 void 0.000119
+gallium_dri.so free 0x55717358c4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c5f0 0.000120
+gallium_dri.so free 0x55717358c640 void 0.000120
+gallium_dri.so free 0x55717358c5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5f0 0.000119
+gallium_dri.so free 0x55717358c740 void 0.000122
+gallium_dri.so free 0x55717358c5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c6f0 0.000120
+gallium_dri.so free 0x55717358c800 void 0.000120
+gallium_dri.so free 0x55717358c6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7b0 0.000120
+gallium_dri.so free 0x55717358c840 void 0.000120
+gallium_dri.so free 0x55717358c7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7b0 0.000120
+gallium_dri.so free 0x55717358c900 void 0.000121
+gallium_dri.so free 0x55717358c7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c970 0.000121
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so free 0x55717358c970 void 0.000120
+gallium_dri.so malloc 72 0x55717358c970 0.000120
+gallium_dri.so free 0x55717358cac0 void 0.000130
+gallium_dri.so free 0x55717358c970 void 0.000121
+gallium_dri.so malloc 72 0x55717358ca70 0.000119
+gallium_dri.so free 0x55717358cb80 void 0.000121
+gallium_dri.so free 0x55717358ca70 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb30 0.000121
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so free 0x55717358cb30 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb30 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cb30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccc0 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000121
+gallium_dri.so free 0x55717358ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd40 0.000120
+gallium_dri.so free 0x55717358ce00 void 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd40 0.000120
+gallium_dri.so free 0x55717358cec0 void 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000122
+gallium_dri.so malloc 72 0x55717358cee0 0.000119
+gallium_dri.so free 0x55717358cf80 void 0.000120
+gallium_dri.so free 0x55717358cee0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cf30 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000120
+gallium_dri.so free 0x55717358cf30 void 0.000121
+gallium_dri.so malloc 72 0x55717358cf30 0.000124
+gallium_dri.so free 0x55717358d080 void 0.000120
+gallium_dri.so free 0x55717358cf30 void 0.000120
+gallium_dri.so malloc 72 0x55717358d080 0.000119
+gallium_dri.so free 0x55717358d140 void 0.000119
+gallium_dri.so free 0x55717358d080 void 0.000119
+gallium_dri.so malloc 72 0x55717358d080 0.000121
+gallium_dri.so free 0x55717358d200 void 0.000120
+gallium_dri.so free 0x55717358d080 void 0.000120
+gallium_dri.so malloc 72 0x55717358d080 0.000120
+gallium_dri.so free 0x55717358d2c0 void 0.000120
+gallium_dri.so free 0x55717358d080 void 0.000120
+gallium_dri.so malloc 72 0x55717358d270 0.000120
+gallium_dri.so free 0x55717358d380 void 0.000120
+gallium_dri.so free 0x55717358d270 void 0.000120
+gallium_dri.so malloc 72 0x55717358d330 0.000119
+gallium_dri.so free 0x55717358d400 void 0.000119
+gallium_dri.so free 0x55717358d330 void 0.000119
+gallium_dri.so malloc 72 0x55717358d450 0.000118
+gallium_dri.so free 0x55717358d4c0 void 0.000121
+gallium_dri.so free 0x55717358d450 void 0.000121
+gallium_dri.so malloc 72 0x55717358d4e0 0.000119
+gallium_dri.so free 0x55717358d580 void 0.000121
+gallium_dri.so free 0x55717358d4e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d530 0.000120
+gallium_dri.so free 0x55717358d600 void 0.000129
+gallium_dri.so free 0x55717358d530 void 0.000122
+gallium_dri.so malloc 72 0x55717358d530 0.000119
+gallium_dri.so free 0x55717358d680 void 0.000120
+gallium_dri.so free 0x55717358d530 void 0.000119
+gallium_dri.so malloc 72 0x55717358d680 0.000120
+gallium_dri.so free 0x55717358d740 void 0.000121
+gallium_dri.so free 0x55717358d680 void 0.000119
+gallium_dri.so malloc 72 0x55717358d680 0.000119
+gallium_dri.so free 0x55717358d840 void 0.000119
+gallium_dri.so free 0x55717358d680 void 0.000120
+gallium_dri.so malloc 72 0x55717358d7f0 0.000120
+gallium_dri.so free 0x55717358d880 void 0.000120
+gallium_dri.so free 0x55717358d7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7f0 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000120
+gallium_dri.so free 0x55717358d7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d980 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000121
+gallium_dri.so free 0x55717358d980 void 0.000119
+gallium_dri.so malloc 72 0x55717358da00 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358da00 0.000120
+gallium_dri.so free 0x55717358db40 void 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358db70 0.000129
+gallium_dri.so free 0x55717358dbc0 void 0.000120
+gallium_dri.so free 0x55717358db70 void 0.000122
+gallium_dri.so malloc 72 0x55717358db70 0.000120
+gallium_dri.so free 0x55717358dcc0 void 0.000119
+gallium_dri.so free 0x55717358db70 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd00 0.000119
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so free 0x55717358dd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd80 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd80 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000120
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so malloc 72 0x55717358def0 0.000118
+gallium_dri.so free 0x55717358df40 void 0.000126
+gallium_dri.so free 0x55717358def0 void 0.000121
+gallium_dri.so malloc 72 0x55717358def0 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000121
+gallium_dri.so free 0x55717358def0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dff0 0.000120
+gallium_dri.so free 0x55717358e100 void 0.000121
+gallium_dri.so free 0x55717358dff0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e0b0 0.000121
+gallium_dri.so free 0x55717358e180 void 0.000120
+gallium_dri.so free 0x55717358e0b0 void 0.000165
+gallium_dri.so malloc 72 0x55717358e0b0 0.000121
+gallium_dri.so free 0x55717358e240 void 0.000119
+gallium_dri.so free 0x55717358e0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e0b0 0.000118
+gallium_dri.so free 0x55717358e300 void 0.000120
+gallium_dri.so free 0x55717358e0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2b0 0.000119
+gallium_dri.so free 0x55717358e380 void 0.000120
+gallium_dri.so free 0x55717358e2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e3d0 0.000123
+gallium_dri.so free 0x55717358e440 void 0.000120
+gallium_dri.so free 0x55717358e3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e460 0.000119
+gallium_dri.so free 0x55717358e500 void 0.000120
+gallium_dri.so free 0x55717358e460 void 0.000119
+gallium_dri.so malloc 72 0x55717358e4b0 0.000120
+gallium_dri.so free 0x55717358e580 void 0.000121
+gallium_dri.so free 0x55717358e4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e580 0.000119
+gallium_dri.so free 0x55717358e640 void 0.000121
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so malloc 72 0x55717358e580 0.000120
+gallium_dri.so free 0x55717358e6c0 void 0.000119
+gallium_dri.so free 0x55717358e580 void 0.000119
+gallium_dri.so malloc 72 0x55717358e6c0 0.000172
+gallium_dri.so free 0x55717358e780 void 0.000187
+gallium_dri.so free 0x55717358e6c0 void 0.000237
+gallium_dri.so malloc 72 0x55717358e6c0 0.000118
+gallium_dri.so free 0x55717358e840 void 0.000117
+gallium_dri.so free 0x55717358e6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e6c0 0.000116
+gallium_dri.so free 0x55717358e900 void 0.000117
+gallium_dri.so free 0x55717358e6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e8b0 0.000117
+gallium_dri.so free 0x55717358e980 void 0.000116
+gallium_dri.so free 0x55717358e8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e9d0 0.000117
+gallium_dri.so free 0x55717358ea40 void 0.000116
+gallium_dri.so free 0x55717358e9d0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ea80 0.000116
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so free 0x55717358ea80 void 0.000116
+gallium_dri.so malloc 72 0x55717358ea80 0.000117
+gallium_dri.so free 0x55717358eb80 void 0.000118
+gallium_dri.so free 0x55717358ea80 void 0.000116
+gallium_dri.so malloc 72 0x55717358ebb0 0.000116
+gallium_dri.so free 0x55717358ec00 void 0.000117
+gallium_dri.so free 0x55717358ebb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ebb0 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so free 0x55717358ebb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ecb0 0.000117
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so free 0x55717358ecb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed70 0.000117
+gallium_dri.so free 0x55717358ee00 void 0.000117
+gallium_dri.so free 0x55717358ed70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ed70 0.000119
+gallium_dri.so free 0x55717358eec0 void 0.000118
+gallium_dri.so free 0x55717358ed70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef30 0.000117
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358ef30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef30 0.000118
+gallium_dri.so free 0x55717358f080 void 0.000117
+gallium_dri.so free 0x55717358ef30 void 0.000123
+gallium_dri.so malloc 72 0x55717358f030 0.000118
+gallium_dri.so free 0x55717358f140 void 0.000117
+gallium_dri.so free 0x55717358f030 void 0.000117
+gallium_dri.so malloc 72 0x55717358f0f0 0.000117
+gallium_dri.so free 0x55717358f180 void 0.000120
+gallium_dri.so free 0x55717358f0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f0f0 0.000117
+gallium_dri.so free 0x55717358f240 void 0.000117
+gallium_dri.so free 0x55717358f0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f280 0.000118
+gallium_dri.so free 0x55717358f300 void 0.000182
+gallium_dri.so free 0x55717358f280 void 0.000111
+gallium_dri.so malloc 72 0x55717358f300 0.000111
+gallium_dri.so free 0x55717358f3c0 void 0.000110
+gallium_dri.so free 0x55717358f300 void 0.000110
+gallium_dri.so malloc 72 0x55717358f300 0.000109
+gallium_dri.so free 0x55717358f480 void 0.000111
+gallium_dri.so free 0x55717358f300 void 0.000111
+gallium_dri.so malloc 72 0x55717358f4a0 0.000110
+gallium_dri.so free 0x55717358f540 void 0.000109
+gallium_dri.so free 0x55717358f4a0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f4f0 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000112
+gallium_dri.so free 0x55717358f4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f4f0 0.000110
+gallium_dri.so free 0x55717358f640 void 0.000111
+gallium_dri.so free 0x55717358f4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f640 0.000112
+gallium_dri.so free 0x55717358f700 void 0.000111
+gallium_dri.so free 0x55717358f640 void 0.000110
+gallium_dri.so malloc 72 0x55717358f640 0.000112
+gallium_dri.so free 0x55717358f7c0 void 0.000112
+gallium_dri.so free 0x55717358f640 void 0.000113
+gallium_dri.so malloc 72 0x55717358f640 0.000110
+gallium_dri.so free 0x55717358f880 void 0.000111
+gallium_dri.so free 0x55717358f640 void 0.000110
+gallium_dri.so malloc 72 0x55717358f830 0.000111
+gallium_dri.so free 0x55717358f940 void 0.000110
+gallium_dri.so free 0x55717358f830 void 0.000146
+gallium_dri.so malloc 72 0x55717358f8f0 0.000113
+gallium_dri.so free 0x55717358f9c0 void 0.000116
+gallium_dri.so free 0x55717358f8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa10 0.000113
+gallium_dri.so free 0x55717358fa80 void 0.000112
+gallium_dri.so free 0x55717358fa10 void 0.000113
+gallium_dri.so malloc 72 0x55717358faa0 0.000112
+gallium_dri.so free 0x55717358fb40 void 0.000114
+gallium_dri.so free 0x55717358faa0 void 0.000113
+gallium_dri.so malloc 72 0x55717358faf0 0.000111
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so free 0x55717358faf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358faf0 0.000113
+gallium_dri.so free 0x55717358fc40 void 0.000113
+gallium_dri.so free 0x55717358faf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc40 0.000112
+gallium_dri.so free 0x55717358fd00 void 0.000113
+gallium_dri.so free 0x55717358fc40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc40 0.000111
+gallium_dri.so free 0x55717358fe00 void 0.000113
+gallium_dri.so free 0x55717358fc40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fdb0 0.000111
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fdb0 0.000115
+gallium_dri.so free 0x55717358ff00 void 0.000113
+gallium_dri.so free 0x55717358fdb0 void 0.000111
+gallium_dri.so malloc 72 0x55717358ff40 0.000116
+gallium_dri.so free 0x55717358ffc0 void 0.000112
+gallium_dri.so free 0x55717358ff40 void 0.000111
+gallium_dri.so malloc 72 0x55717358ffc0 0.000113
+gallium_dri.so free 0x557173590080 void 0.000112
+gallium_dri.so free 0x55717358ffc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ffc0 0.000112
+gallium_dri.so free 0x557173590100 void 0.000114
+gallium_dri.so free 0x55717358ffc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590130 0.000112
+gallium_dri.so free 0x557173590180 void 0.000117
+gallium_dri.so free 0x557173590130 void 0.000112
+gallium_dri.so malloc 72 0x557173590130 0.000112
+gallium_dri.so free 0x557173590280 void 0.000112
+gallium_dri.so free 0x557173590130 void 0.000112
+gallium_dri.so malloc 72 0x5571735902c0 0.000112
+gallium_dri.so free 0x557173590340 void 0.000113
+gallium_dri.so free 0x5571735902c0 void 0.000112
+gallium_dri.so malloc 72 0x557173590340 0.000113
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so free 0x557173590340 void 0.000113
+gallium_dri.so malloc 72 0x557173590340 0.000111
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so free 0x557173590340 void 0.000112
+gallium_dri.so malloc 72 0x5571735904b0 0.000112
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x5571735904b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735904b0 0.000112
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so free 0x5571735904b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905b0 0.000112
+gallium_dri.so free 0x5571735906c0 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000114
+gallium_dri.so malloc 72 0x557173590670 0.000114
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so free 0x557173590670 void 0.000113
+gallium_dri.so malloc 72 0x557173590670 0.000112
+gallium_dri.so free 0x557173590800 void 0.000113
+gallium_dri.so free 0x557173590670 void 0.000111
+gallium_dri.so malloc 72 0x557173590670 0.000112
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so free 0x557173590670 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000112
+gallium_dri.so free 0x557173590940 void 0.000113
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590990 0.000112
+gallium_dri.so free 0x557173590a00 void 0.000113
+gallium_dri.so free 0x557173590990 void 0.000114
+gallium_dri.so malloc 72 0x557173590a20 0.000113
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so free 0x557173590a20 void 0.000112
+gallium_dri.so malloc 72 0x557173590a70 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000112
+gallium_dri.so free 0x557173590a70 void 0.000112
+gallium_dri.so malloc 72 0x557173590b40 0.000117
+gallium_dri.so free 0x557173590c00 void 0.000157
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so malloc 72 0x557173590b40 0.000113
+gallium_dri.so free 0x557173590c80 void 0.000114
+gallium_dri.so free 0x557173590b40 void 0.000112
+gallium_dri.so malloc 72 0x557173590c80 0.000113
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000114
+gallium_dri.so malloc 72 0x557173590c80 0.000115
+gallium_dri.so free 0x557173590e00 void 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000113
+gallium_dri.so malloc 72 0x557173590c80 0.000112
+gallium_dri.so free 0x557173590ec0 void 0.000116
+gallium_dri.so free 0x557173590c80 void 0.000117
+gallium_dri.so malloc 72 0x557173590e70 0.000114
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so free 0x557173590e70 void 0.000113
+gallium_dri.so malloc 72 0x557173590f90 0.000114
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so free 0x557173590f90 void 0.000114
+gallium_dri.so malloc 72 0x557173591040 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so free 0x557173591040 void 0.000112
+gallium_dri.so malloc 72 0x557173591040 0.000112
+gallium_dri.so free 0x557173591140 void 0.000114
+gallium_dri.so free 0x557173591040 void 0.000114
+gallium_dri.so malloc 72 0x557173591170 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x557173591170 void 0.000116
+gallium_dri.so malloc 72 0x557173591170 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000113
+gallium_dri.so free 0x557173591170 void 0.000111
+gallium_dri.so malloc 72 0x557173591270 0.000111
+gallium_dri.so free 0x557173591380 void 0.000112
+gallium_dri.so free 0x557173591270 void 0.000110
+gallium_dri.so malloc 72 0x557173591330 0.000113
+gallium_dri.so free 0x5571735913c0 void 0.000113
+gallium_dri.so free 0x557173591330 void 0.000111
+gallium_dri.so malloc 72 0x557173591330 0.000111
+gallium_dri.so free 0x557173591480 void 0.000113
+gallium_dri.so free 0x557173591330 void 0.000113
+gallium_dri.so malloc 72 0x5571735914f0 0.000112
+gallium_dri.so free 0x557173591540 void 0.000113
+gallium_dri.so free 0x5571735914f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914f0 0.000112
+gallium_dri.so free 0x557173591640 void 0.000112
+gallium_dri.so free 0x5571735914f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915f0 0.000112
+gallium_dri.so free 0x557173591700 void 0.000113
+gallium_dri.so free 0x5571735915f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916b0 0.000113
+gallium_dri.so free 0x557173591740 void 0.000112
+gallium_dri.so free 0x5571735916b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735916b0 0.000112
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x5571735916b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591840 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so free 0x557173591840 void 0.000113
+gallium_dri.so malloc 72 0x5571735918c0 0.000112
+gallium_dri.so free 0x557173591980 void 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735918c0 0.000113
+gallium_dri.so free 0x557173591a40 void 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591a60 0.000111
+gallium_dri.so free 0x557173591b00 void 0.000114
+gallium_dri.so free 0x557173591a60 void 0.000113
+gallium_dri.so malloc 72 0x557173591ab0 0.000112
+gallium_dri.so free 0x557173591b80 void 0.000113
+gallium_dri.so free 0x557173591ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ab0 0.000111
+gallium_dri.so free 0x557173591c00 void 0.000113
+gallium_dri.so free 0x557173591ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173591c00 0.000111
+gallium_dri.so free 0x557173591cc0 void 0.000112
+gallium_dri.so free 0x557173591c00 void 0.000112
+gallium_dri.so malloc 72 0x557173591c00 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591c00 void 0.000113
+gallium_dri.so malloc 72 0x557173591c00 0.000112
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so free 0x557173591c00 void 0.000111
+gallium_dri.so malloc 72 0x557173591df0 0.000167
+gallium_dri.so free 0x557173591f00 void 0.000116
+gallium_dri.so free 0x557173591df0 void 0.000113
+gallium_dri.so malloc 72 0x557173591eb0 0.000117
+gallium_dri.so free 0x5571735cae40 void 0.000116
+gallium_dri.so free 0x557173591eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cae40 0.000113
+gallium_dri.so free 0x5571735caf00 void 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cae40 0.000112
+gallium_dri.so free 0x5571735cafc0 void 0.000113
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cae40 0.000112
+gallium_dri.so free 0x5571735cb080 void 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb030 0.000113
+gallium_dri.so free 0x5571735cb100 void 0.000113
+gallium_dri.so free 0x5571735cb030 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb150 0.000112
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb150 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb200 0.000116
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb200 0.000114
+gallium_dri.so free 0x5571735cb300 void 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb330 0.000112
+gallium_dri.so free 0x5571735cb380 void 0.000115
+gallium_dri.so free 0x5571735cb330 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb330 0.000112
+gallium_dri.so free 0x5571735cb480 void 0.000112
+gallium_dri.so free 0x5571735cb330 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb430 0.000114
+gallium_dri.so free 0x5571735cb540 void 0.000113
+gallium_dri.so free 0x5571735cb430 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000111
+gallium_dri.so free 0x5571735cb580 void 0.000114
+gallium_dri.so free 0x5571735cb4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000113
+gallium_dri.so free 0x5571735cb640 void 0.000114
+gallium_dri.so free 0x5571735cb4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000113
+gallium_dri.so free 0x5571735cb700 void 0.000113
+gallium_dri.so free 0x5571735cb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000112
+gallium_dri.so free 0x5571735cb800 void 0.000113
+gallium_dri.so free 0x5571735cb6b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000115
+gallium_dri.so free 0x5571735cb8c0 void 0.000112
+gallium_dri.so free 0x5571735cb7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb870 0.000113
+gallium_dri.so free 0x5571735cb900 void 0.000113
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb870 0.000113
+gallium_dri.so free 0x5571735cb9c0 void 0.000124
+gallium_dri.so free 0x5571735cb870 void 0.000115
+gallium_dri.so malloc 72 0x5571735cba00 0.000113
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cba00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cba80 0.000113
+gallium_dri.so free 0x5571735cbb40 void 0.000114
+gallium_dri.so free 0x5571735cba80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba80 0.000113
+gallium_dri.so free 0x5571735cbc00 void 0.000114
+gallium_dri.so free 0x5571735cba80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc20 0.000113
+gallium_dri.so free 0x5571735cbcc0 void 0.000113
+gallium_dri.so free 0x5571735cbc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc70 0.000113
+gallium_dri.so free 0x5571735cbd40 void 0.000113
+gallium_dri.so free 0x5571735cbc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbc70 0.000112
+gallium_dri.so free 0x5571735cbdc0 void 0.000113
+gallium_dri.so free 0x5571735cbc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000112
+gallium_dri.so free 0x5571735cbe80 void 0.000116
+gallium_dri.so free 0x5571735cbdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000112
+gallium_dri.so free 0x5571735cbf40 void 0.000113
+gallium_dri.so free 0x5571735cbdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000112
+gallium_dri.so free 0x5571735cc000 void 0.000113
+gallium_dri.so free 0x5571735cbdc0 void 0.000165
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000115
+gallium_dri.so free 0x5571735cbfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc070 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so free 0x5571735cc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc190 0.000117
+gallium_dri.so free 0x5571735cc200 void 0.000115
+gallium_dri.so free 0x5571735cc190 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc220 0.000114
+gallium_dri.so free 0x5571735cc2c0 void 0.000113
+gallium_dri.so free 0x5571735cc220 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc270 0.000113
+gallium_dri.so free 0x5571735cc340 void 0.000114
+gallium_dri.so free 0x5571735cc270 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc270 0.000114
+gallium_dri.so free 0x5571735cc3c0 void 0.000114
+gallium_dri.so free 0x5571735cc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000113
+gallium_dri.so free 0x5571735cc480 void 0.000114
+gallium_dri.so free 0x5571735cc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000113
+gallium_dri.so free 0x5571735cc580 void 0.000114
+gallium_dri.so free 0x5571735cc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc530 0.000113
+gallium_dri.so free 0x5571735cc5c0 void 0.000115
+gallium_dri.so free 0x5571735cc530 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc530 0.000114
+gallium_dri.so free 0x5571735cc680 void 0.000114
+gallium_dri.so free 0x5571735cc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc6c0 0.000113
+gallium_dri.so free 0x5571735cc740 void 0.000115
+gallium_dri.so free 0x5571735cc6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc740 0.000113
+gallium_dri.so free 0x5571735cc800 void 0.000114
+gallium_dri.so free 0x5571735cc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc740 0.000112
+gallium_dri.so free 0x5571735cc880 void 0.000114
+gallium_dri.so free 0x5571735cc740 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000112
+gallium_dri.so free 0x5571735cc900 void 0.000112
+gallium_dri.so free 0x5571735cc8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000114
+gallium_dri.so free 0x5571735cca00 void 0.000113
+gallium_dri.so free 0x5571735cc8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cca40 0.000113
+gallium_dri.so free 0x5571735ccac0 void 0.000113
+gallium_dri.so free 0x5571735cca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccac0 0.000112
+gallium_dri.so free 0x5571735ccb80 void 0.000114
+gallium_dri.so free 0x5571735ccac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccac0 0.000112
+gallium_dri.so free 0x5571735ccc00 void 0.000112
+gallium_dri.so free 0x5571735ccac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc30 0.000123
+gallium_dri.so free 0x5571735ccc80 void 0.000113
+gallium_dri.so free 0x5571735ccc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc30 0.000112
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so free 0x5571735ccc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd30 0.000112
+gallium_dri.so free 0x5571735cce40 void 0.000112
+gallium_dri.so free 0x5571735ccd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000113
+gallium_dri.so free 0x5571735ccec0 void 0.000117
+gallium_dri.so free 0x5571735ccdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000112
+gallium_dri.so free 0x5571735ccf80 void 0.000114
+gallium_dri.so free 0x5571735ccdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000115
+gallium_dri.so free 0x5571735cd040 void 0.000114
+gallium_dri.so free 0x5571735ccdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccff0 0.000113
+gallium_dri.so free 0x5571735cd0c0 void 0.000113
+gallium_dri.so free 0x5571735ccff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd110 0.000112
+gallium_dri.so free 0x5571735cd180 void 0.000115
+gallium_dri.so free 0x5571735cd110 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd1a0 0.000112
+gallium_dri.so free 0x5571735cd240 void 0.000113
+gallium_dri.so free 0x5571735cd1a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000112
+gallium_dri.so free 0x5571735cd2c0 void 0.000160
+gallium_dri.so free 0x5571735cd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000113
+gallium_dri.so free 0x5571735cd380 void 0.000114
+gallium_dri.so free 0x5571735cd2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000113
+gallium_dri.so free 0x5571735cd400 void 0.000112
+gallium_dri.so free 0x5571735cd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd400 0.000112
+gallium_dri.so free 0x5571735cd4c0 void 0.000113
+gallium_dri.so free 0x5571735cd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd400 0.000114
+gallium_dri.so free 0x5571735cd580 void 0.000114
+gallium_dri.so free 0x5571735cd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd400 0.000112
+gallium_dri.so free 0x5571735cd640 void 0.000115
+gallium_dri.so free 0x5571735cd400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000122
+gallium_dri.so free 0x5571735cd6c0 void 0.000116
+gallium_dri.so free 0x5571735cd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd710 0.000115
+gallium_dri.so free 0x5571735cd780 void 0.000115
+gallium_dri.so free 0x5571735cd710 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000115
+gallium_dri.so free 0x5571735cd840 void 0.000114
+gallium_dri.so free 0x5571735cd7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000114
+gallium_dri.so free 0x5571735cd8c0 void 0.000125
+gallium_dri.so free 0x5571735cd7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000112
+gallium_dri.so free 0x5571735cd940 void 0.000113
+gallium_dri.so free 0x5571735cd8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000114
+gallium_dri.so free 0x5571735cda40 void 0.000112
+gallium_dri.so free 0x5571735cd8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd9f0 0.000113
+gallium_dri.so free 0x5571735cdb00 void 0.000113
+gallium_dri.so free 0x5571735cd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdab0 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000114
+gallium_dri.so free 0x5571735cdab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdab0 0.000112
+gallium_dri.so free 0x5571735cdc00 void 0.000114
+gallium_dri.so free 0x5571735cdab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdc70 0.000112
+gallium_dri.so free 0x5571735cdcc0 void 0.000113
+gallium_dri.so free 0x5571735cdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc70 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdd70 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000118
+gallium_dri.so free 0x5571735cdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde30 0.000113
+gallium_dri.so free 0x5571735cdec0 void 0.000172
+gallium_dri.so free 0x5571735cde30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cde30 0.000117
+gallium_dri.so free 0x5571735cdf80 void 0.000113
+gallium_dri.so free 0x5571735cde30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdfc0 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000113
+gallium_dri.so free 0x5571735cdfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce040 0.000113
+gallium_dri.so free 0x5571735ce100 void 0.000111
+gallium_dri.so free 0x5571735ce040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce040 0.000113
+gallium_dri.so free 0x5571735ce1c0 void 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce1e0 0.000111
+gallium_dri.so free 0x5571735ce280 void 0.000111
+gallium_dri.so free 0x5571735ce1e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce230 0.000111
+gallium_dri.so free 0x5571735ce300 void 0.000110
+gallium_dri.so free 0x5571735ce230 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce230 0.000111
+gallium_dri.so free 0x5571735ce380 void 0.000110
+gallium_dri.so free 0x5571735ce230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce380 0.000111
+gallium_dri.so free 0x5571735ce440 void 0.000110
+gallium_dri.so free 0x5571735ce380 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce380 0.000112
+gallium_dri.so free 0x5571735ce500 void 0.000110
+gallium_dri.so free 0x5571735ce380 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce380 0.000121
+gallium_dri.so free 0x5571735ce5c0 void 0.000115
+gallium_dri.so free 0x5571735ce380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce570 0.000110
+gallium_dri.so free 0x5571735ce680 void 0.000111
+gallium_dri.so free 0x5571735ce570 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce630 0.000109
+gallium_dri.so free 0x5571735ce700 void 0.000110
+gallium_dri.so free 0x5571735ce630 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce750 0.000109
+gallium_dri.so free 0x5571735ce7c0 void 0.000111
+gallium_dri.so free 0x5571735ce750 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce7e0 0.000110
+gallium_dri.so free 0x5571735ce880 void 0.000108
+gallium_dri.so free 0x5571735ce7e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce830 0.000109
+gallium_dri.so free 0x5571735ce900 void 0.000111
+gallium_dri.so free 0x5571735ce830 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce830 0.000108
+gallium_dri.so free 0x5571735ce980 void 0.000108
+gallium_dri.so free 0x5571735ce830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce980 0.000119
+gallium_dri.so free 0x5571735cea40 void 0.000115
+gallium_dri.so free 0x5571735ce980 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce980 0.000111
+gallium_dri.so free 0x5571735ceb40 void 0.000112
+gallium_dri.so free 0x5571735ce980 void 0.000110
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000162
+gallium_dri.so free 0x5571735ceb80 void 0.000121
+gallium_dri.so free 0x5571735ceaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000113
+gallium_dri.so free 0x5571735ceaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cec80 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000110
+gallium_dri.so free 0x5571735cec80 void 0.000109
+gallium_dri.so malloc 72 0x5571735ced00 0.000111
+gallium_dri.so free 0x5571735cedc0 void 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000109
+gallium_dri.so malloc 72 0x5571735ced00 0.000109
+gallium_dri.so free 0x5571735cee40 void 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000109
+gallium_dri.so malloc 72 0x5571735cee70 0.000111
+gallium_dri.so free 0x5571735ceec0 void 0.000113
+gallium_dri.so free 0x5571735cee70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cee70 0.000109
+gallium_dri.so free 0x5571735cefc0 void 0.000109
+gallium_dri.so free 0x5571735cee70 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf000 0.000117
+gallium_dri.so free 0x5571735cf080 void 0.000116
+gallium_dri.so free 0x5571735cf000 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf080 0.000112
+gallium_dri.so free 0x5571735cf140 void 0.000112
+gallium_dri.so free 0x5571735cf080 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf080 0.000109
+gallium_dri.so free 0x5571735cf1c0 void 0.000115
+gallium_dri.so free 0x5571735cf080 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000111
+gallium_dri.so free 0x5571735cf240 void 0.000111
+gallium_dri.so free 0x5571735cf1f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000110
+gallium_dri.so free 0x5571735cf340 void 0.000109
+gallium_dri.so free 0x5571735cf1f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000109
+gallium_dri.so free 0x5571735cf400 void 0.000111
+gallium_dri.so free 0x5571735cf2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000110
+gallium_dri.so free 0x5571735cf480 void 0.000109
+gallium_dri.so free 0x5571735cf3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000109
+gallium_dri.so free 0x5571735cf540 void 0.000110
+gallium_dri.so free 0x5571735cf3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000111
+gallium_dri.so free 0x5571735cf600 void 0.000110
+gallium_dri.so free 0x5571735cf3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000108
+gallium_dri.so free 0x5571735cf680 void 0.000115
+gallium_dri.so free 0x5571735cf5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf6d0 0.000115
+gallium_dri.so free 0x5571735cf740 void 0.000113
+gallium_dri.so free 0x5571735cf6d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf760 0.000109
+gallium_dri.so free 0x5571735cf800 void 0.000165
+gallium_dri.so free 0x5571735cf760 void 0.000151
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000155
+gallium_dri.so free 0x5571735cf880 void 0.000115
+gallium_dri.so free 0x5571735cf7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf880 0.000110
+gallium_dri.so free 0x5571735cf940 void 0.000110
+gallium_dri.so free 0x5571735cf880 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf880 0.000110
+gallium_dri.so free 0x5571735cf9c0 void 0.000109
+gallium_dri.so free 0x5571735cf880 void 0.000109
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000111
+gallium_dri.so free 0x5571735cfa80 void 0.000109
+gallium_dri.so free 0x5571735cf9c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000109
+gallium_dri.so free 0x5571735cfb40 void 0.000110
+gallium_dri.so free 0x5571735cf9c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000109
+gallium_dri.so free 0x5571735cfc00 void 0.000109
+gallium_dri.so free 0x5571735cf9c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000109
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcd0 0.000115
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x5571735cfcd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfd80 0.000111
+gallium_dri.so free 0x5571735cfe00 void 0.000123
+gallium_dri.so free 0x5571735cfd80 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfd80 0.000110
+gallium_dri.so free 0x5571735cfe80 void 0.000110
+gallium_dri.so free 0x5571735cfd80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000110
+gallium_dri.so free 0x5571735cff00 void 0.000115
+gallium_dri.so free 0x5571735cfeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000110
+gallium_dri.so free 0x5571735d0000 void 0.000111
+gallium_dri.so free 0x5571735cfeb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cffb0 0.000109
+gallium_dri.so free 0x5571735d00c0 void 0.000109
+gallium_dri.so free 0x5571735cffb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0070 0.000111
+gallium_dri.so free 0x5571735d0100 void 0.000109
+gallium_dri.so free 0x5571735d0070 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0070 0.000109
+gallium_dri.so free 0x5571735d01c0 void 0.000115
+gallium_dri.so free 0x5571735d0070 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0230 0.000111
+gallium_dri.so free 0x5571735d0280 void 0.000117
+gallium_dri.so free 0x5571735d0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0230 0.000116
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d0230 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0330 0.000110
+gallium_dri.so free 0x5571735d0440 void 0.000110
+gallium_dri.so free 0x5571735d0330 void 0.000128
+gallium_dri.so malloc 72 0x5571735d03f0 0.000118
+gallium_dri.so free 0x5571735d0480 void 0.000115
+gallium_dri.so free 0x5571735d03f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d03f0 0.000109
+gallium_dri.so free 0x5571735d0540 void 0.000110
+gallium_dri.so free 0x5571735d03f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0580 0.000110
+gallium_dri.so free 0x5571735d0600 void 0.000109
+gallium_dri.so free 0x5571735d0580 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0600 0.000110
+gallium_dri.so free 0x5571735d06c0 void 0.000110
+gallium_dri.so free 0x5571735d0600 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0600 0.000111
+gallium_dri.so free 0x5571735d0780 void 0.000111
+gallium_dri.so free 0x5571735d0600 void 0.000110
+gallium_dri.so malloc 72 0x5571735d07a0 0.000112
+gallium_dri.so free 0x5571735d0840 void 0.000109
+gallium_dri.so free 0x5571735d07a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d07f0 0.000116
+gallium_dri.so free 0x5571735d08c0 void 0.000116
+gallium_dri.so free 0x5571735d07f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d07f0 0.000110
+gallium_dri.so free 0x5571735d0940 void 0.000110
+gallium_dri.so free 0x5571735d07f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0940 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000124
+gallium_dri.so free 0x5571735d0940 void 0.000174
+gallium_dri.so malloc 72 0x5571735d0940 0.000163
+gallium_dri.so free 0x5571735d0ac0 void 0.000161
+gallium_dri.so free 0x5571735d0940 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0940 0.000128
+gallium_dri.so free 0x5571735d0b80 void 0.000124
+gallium_dri.so free 0x5571735d0940 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0b30 0.000124
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so free 0x5571735d0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000123
+gallium_dri.so free 0x5571735d0bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0d10 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so free 0x5571735d0d10 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0da0 0.000124
+gallium_dri.so free 0x5571735d0e40 void 0.000125
+gallium_dri.so free 0x5571735d0da0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0df0 0.000120
+gallium_dri.so free 0x5571735d0ec0 void 0.000123
+gallium_dri.so free 0x5571735d0df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0df0 0.000132
+gallium_dri.so free 0x5571735d0f40 void 0.000127
+gallium_dri.so free 0x5571735d0df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0f40 0.000119
+gallium_dri.so free 0x5571735d1000 void 0.000118
+gallium_dri.so free 0x5571735d0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f40 0.000117
+gallium_dri.so free 0x5571735d1100 void 0.000117
+gallium_dri.so free 0x5571735d0f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d10b0 0.000126
+gallium_dri.so free 0x5571735d1140 void 0.000124
+gallium_dri.so free 0x5571735d10b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d10b0 0.000123
+gallium_dri.so free 0x5571735d1200 void 0.000124
+gallium_dri.so free 0x5571735d10b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1240 0.000124
+gallium_dri.so free 0x5571735d12c0 void 0.000124
+gallium_dri.so free 0x5571735d1240 void 0.000125
+gallium_dri.so malloc 72 0x5571735d12c0 0.000119
+gallium_dri.so free 0x5571735d1380 void 0.000123
+gallium_dri.so free 0x5571735d12c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12c0 0.000124
+gallium_dri.so free 0x5571735d1400 void 0.000125
+gallium_dri.so free 0x5571735d12c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1430 0.000121
+gallium_dri.so free 0x5571735d1480 void 0.000124
+gallium_dri.so free 0x5571735d1430 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1430 0.000125
+gallium_dri.so free 0x5571735d1580 void 0.000124
+gallium_dri.so free 0x5571735d1430 void 0.000124
+gallium_dri.so malloc 72 0x5571735d15c0 0.000124
+gallium_dri.so free 0x5571735d1640 void 0.000120
+gallium_dri.so free 0x5571735d15c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1640 0.000120
+gallium_dri.so free 0x5571735d1700 void 0.000124
+gallium_dri.so free 0x5571735d1640 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1640 0.000124
+gallium_dri.so free 0x5571735d1780 void 0.000120
+gallium_dri.so free 0x5571735d1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17b0 0.000118
+gallium_dri.so free 0x5571735d1800 void 0.000117
+gallium_dri.so free 0x5571735d17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17b0 0.000118
+gallium_dri.so free 0x5571735d1900 void 0.000122
+gallium_dri.so free 0x5571735d17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d18b0 0.000118
+gallium_dri.so free 0x5571735d19c0 void 0.000216
+gallium_dri.so free 0x5571735d18b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d1970 0.000159
+gallium_dri.so free 0x5571735d1a40 void 0.000159
+gallium_dri.so free 0x5571735d1970 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1970 0.000127
+gallium_dri.so free 0x5571735d1b00 void 0.000124
+gallium_dri.so free 0x5571735d1970 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1970 0.000125
+gallium_dri.so free 0x5571735d1bc0 void 0.000135
+gallium_dri.so free 0x5571735d1970 void 0.000168
+gallium_dri.so malloc 72 0x5571735d1b70 0.000165
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so free 0x5571735d1b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1c90 0.000126
+gallium_dri.so free 0x5571735d1d00 void 0.000130
+gallium_dri.so free 0x5571735d1c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1d20 0.000126
+gallium_dri.so free 0x5571735d1dc0 void 0.000124
+gallium_dri.so free 0x5571735d1d20 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1d70 0.000147
+gallium_dri.so free 0x5571735d1e40 void 0.000132
+gallium_dri.so free 0x5571735d1d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1e40 0.000125
+gallium_dri.so free 0x5571735d1f00 void 0.000125
+gallium_dri.so free 0x5571735d1e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1e40 0.000124
+gallium_dri.so free 0x5571735d1f80 void 0.000124
+gallium_dri.so free 0x5571735d1e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1f80 0.000125
+gallium_dri.so free 0x5571735d2040 void 0.000123
+gallium_dri.so free 0x5571735d1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1f80 0.000125
+gallium_dri.so free 0x5571735d2100 void 0.000129
+gallium_dri.so free 0x5571735d1f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1f80 0.000128
+gallium_dri.so free 0x5571735d21c0 void 0.000125
+gallium_dri.so free 0x5571735d1f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2170 0.000131
+gallium_dri.so free 0x5571735d2240 void 0.000131
+gallium_dri.so free 0x5571735d2170 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2290 0.000175
+gallium_dri.so free 0x5571735d2300 void 0.000142
+gallium_dri.so free 0x5571735d2290 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2340 0.000130
+gallium_dri.so free 0x5571735d23c0 void 0.000131
+gallium_dri.so free 0x5571735d2340 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2340 0.000130
+gallium_dri.so free 0x5571735d2440 void 0.000132
+gallium_dri.so free 0x5571735d2340 void 0.000234
+gallium_dri.so malloc 72 0x5571735d2470 0.000225
+gallium_dri.so free 0x5571735d24c0 void 0.000224
+gallium_dri.so free 0x5571735d2470 void 0.000225
+gallium_dri.so malloc 72 0x5571735d2470 0.000202
+gallium_dri.so free 0x5571735d25c0 void 0.000237
+gallium_dri.so free 0x5571735d2470 void 0.000204
+gallium_dri.so malloc 72 0x5571735d2570 0.000208
+gallium_dri.so free 0x5571735d2680 void 0.000226
+gallium_dri.so free 0x5571735d2570 void 0.000224
+gallium_dri.so malloc 72 0x5571735d2630 0.000237
+gallium_dri.so free 0x5571735d26c0 void 0.000313
+gallium_dri.so free 0x5571735d2630 void 0.000383
+gallium_dri.so malloc 72 0x5571735d2630 0.000277
+gallium_dri.so free 0x5571735d2780 void 0.000168
+gallium_dri.so free 0x5571735d2630 void 0.000171
+gallium_dri.so malloc 72 0x5571735d27f0 0.000132
+gallium_dri.so free 0x5571735d2840 void 0.000126
+gallium_dri.so free 0x5571735d27f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d27f0 0.000133
+gallium_dri.so free 0x5571735d2940 void 0.000132
+gallium_dri.so free 0x5571735d27f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d28f0 0.000131
+gallium_dri.so free 0x5571735d2a00 void 0.000133
+gallium_dri.so free 0x5571735d28f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d29b0 0.000127
+gallium_dri.so free 0x5571735d2a40 void 0.000137
+gallium_dri.so free 0x5571735d29b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d29b0 0.000127
+gallium_dri.so free 0x5571735d2b00 void 0.000126
+gallium_dri.so free 0x5571735d29b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2b40 0.000132
+gallium_dri.so free 0x5571735d2bc0 void 0.000126
+gallium_dri.so free 0x5571735d2b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000124
+gallium_dri.so free 0x5571735d2c80 void 0.000130
+gallium_dri.so free 0x5571735d2bc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000124
+gallium_dri.so free 0x5571735d2d40 void 0.000131
+gallium_dri.so free 0x5571735d2bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2d60 0.000131
+gallium_dri.so free 0x5571735d2e00 void 0.000133
+gallium_dri.so free 0x5571735d2d60 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2db0 0.000134
+gallium_dri.so free 0x5571735d2e80 void 0.000132
+gallium_dri.so free 0x5571735d2db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2db0 0.000133
+gallium_dri.so free 0x5571735d2f00 void 0.000139
+gallium_dri.so free 0x5571735d2db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2f00 0.000133
+gallium_dri.so free 0x5571735d2fc0 void 0.000132
+gallium_dri.so free 0x5571735d2f00 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2f00 0.000131
+gallium_dri.so free 0x5571735d3080 void 0.000132
+gallium_dri.so free 0x5571735d2f00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2f00 0.000131
+gallium_dri.so free 0x5571735d3140 void 0.000128
+gallium_dri.so free 0x5571735d2f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d30f0 0.000126
+gallium_dri.so free 0x5571735d3200 void 0.000126
+gallium_dri.so free 0x5571735d30f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d31b0 0.000129
+gallium_dri.so free 0x5571735d3280 void 0.000131
+gallium_dri.so free 0x5571735d31b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d32d0 0.000125
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so free 0x5571735d32d0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3360 0.000129
+gallium_dri.so free 0x5571735d3400 void 0.000132
+gallium_dri.so free 0x5571735d3360 void 0.000159
+gallium_dri.so malloc 72 0x5571735d33b0 0.000300
+gallium_dri.so free 0x5571735d3480 void 0.000270
+gallium_dri.so free 0x5571735d33b0 void 0.000342
+gallium_dri.so malloc 72 0x5571735d33b0 0.000325
+gallium_dri.so free 0x5571735d3500 void 0.000488
+gallium_dri.so free 0x5571735d33b0 void 0.000382
+gallium_dri.so malloc 72 0x5571735d3500 0.000285
+gallium_dri.so free 0x5571735d35c0 void 0.000273
+gallium_dri.so free 0x5571735d3500 void 0.000278
+gallium_dri.so malloc 72 0x5571735d3500 0.000342
+gallium_dri.so free 0x5571735d36c0 void 0.000389
+gallium_dri.so free 0x5571735d3500 void 0.000386
+gallium_dri.so malloc 72 0x5571735d3670 0.000357
+gallium_dri.so free 0x5571735d3700 void 0.000330
+gallium_dri.so free 0x5571735d3670 void 0.000327
+gallium_dri.so malloc 72 0x5571735d3670 0.000326
+gallium_dri.so free 0x5571735d37c0 void 0.000329
+gallium_dri.so free 0x5571735d3670 void 0.000333
+gallium_dri.so malloc 72 0x5571735d3800 0.000357
+gallium_dri.so free 0x5571735d3880 void 0.000189
+gallium_dri.so free 0x5571735d3800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3880 0.000121
+gallium_dri.so free 0x5571735d3940 void 0.000119
+gallium_dri.so free 0x5571735d3880 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3880 0.000121
+gallium_dri.so free 0x5571735d39c0 void 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d39f0 0.000124
+gallium_dri.so free 0x5571735d3a40 void 0.000121
+gallium_dri.so free 0x5571735d39f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d39f0 0.000121
+gallium_dri.so free 0x5571735d3b40 void 0.000121
+gallium_dri.so free 0x5571735d39f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3b80 0.000121
+gallium_dri.so free 0x5571735d3c00 void 0.000121
+gallium_dri.so free 0x5571735d3b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3c00 0.000121
+gallium_dri.so free 0x5571735d3cc0 void 0.000122
+gallium_dri.so free 0x5571735d3c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3c00 0.000121
+gallium_dri.so free 0x5571735d3d40 void 0.000120
+gallium_dri.so free 0x5571735d3c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d70 0.000120
+gallium_dri.so free 0x5571735d3dc0 void 0.000148
+gallium_dri.so free 0x5571735d3d70 void 0.000157
+gallium_dri.so malloc 72 0x5571735d3d70 0.000155
+gallium_dri.so free 0x5571735d3ec0 void 0.000153
+gallium_dri.so free 0x5571735d3d70 void 0.000148
+gallium_dri.so malloc 72 0x5571735d3e70 0.000143
+gallium_dri.so free 0x5571735d3f80 void 0.000151
+gallium_dri.so free 0x5571735d3e70 void 0.000149
+gallium_dri.so malloc 72 0x5571735d3f30 0.000150
+gallium_dri.so free 0x5571735d4000 void 0.000154
+gallium_dri.so free 0x5571735d3f30 void 0.000216
+gallium_dri.so malloc 72 0x5571735d3f30 0.000266
+gallium_dri.so free 0x5571735d40c0 void 0.000270
+gallium_dri.so free 0x5571735d3f30 void 0.000270
+gallium_dri.so malloc 72 0x5571735d3f30 0.000335
+gallium_dri.so free 0x5571735d4180 void 0.000214
+gallium_dri.so free 0x5571735d3f30 void 0.000172
+gallium_dri.so malloc 72 0x5571735d4130 0.000173
+gallium_dri.so free 0x5571735d4200 void 0.000143
+gallium_dri.so free 0x5571735d4130 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4250 0.000133
+gallium_dri.so free 0x5571735d42c0 void 0.000127
+gallium_dri.so free 0x5571735d4250 void 0.000144
+gallium_dri.so malloc 72 0x5571735d42e0 0.000144
+gallium_dri.so free 0x5571735d4380 void 0.000141
+gallium_dri.so free 0x5571735d42e0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4330 0.000132
+gallium_dri.so free 0x5571735d4400 void 0.000130
+gallium_dri.so free 0x5571735d4330 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4400 0.000132
+gallium_dri.so free 0x5571735d44c0 void 0.000128
+gallium_dri.so free 0x5571735d4400 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4400 0.000127
+gallium_dri.so free 0x5571735d4540 void 0.000129
+gallium_dri.so free 0x5571735d4400 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4540 0.000133
+gallium_dri.so free 0x5571735d4600 void 0.000159
+gallium_dri.so free 0x5571735d4540 void 0.000139
+gallium_dri.so malloc 72 0x5571735d4540 0.000138
+gallium_dri.so free 0x5571735d46c0 void 0.000159
+gallium_dri.so free 0x5571735d4540 void 0.000313
+gallium_dri.so malloc 72 0x5571735d4540 0.000356
+gallium_dri.so free 0x5571735d4780 void 0.000352
+gallium_dri.so free 0x5571735d4540 void 0.000313
+gallium_dri.so malloc 72 0x5571735d4730 0.000262
+gallium_dri.so free 0x5571735d4800 void 0.000225
+gallium_dri.so free 0x5571735d4730 void 0.000217
+gallium_dri.so malloc 72 0x5571735d4850 0.000201
+gallium_dri.so free 0x5571735d48c0 void 0.000276
+gallium_dri.so free 0x5571735d4850 void 0.000323
+gallium_dri.so malloc 72 0x5571735d4900 0.000285
+gallium_dri.so free 0x5571735d4980 void 0.000316
+gallium_dri.so free 0x5571735d4900 void 0.000319
+gallium_dri.so malloc 72 0x5571735d4900 0.000312
+gallium_dri.so free 0x5571735d4a00 void 0.000232
+gallium_dri.so free 0x5571735d4900 void 0.000312
+gallium_dri.so malloc 72 0x5571735d4a30 0.000315
+gallium_dri.so free 0x5571735d4a80 void 0.000299
+gallium_dri.so free 0x5571735d4a30 void 0.000286
+gallium_dri.so malloc 72 0x5571735d4a30 0.000332
+gallium_dri.so free 0x5571735d4b80 void 0.000283
+gallium_dri.so free 0x5571735d4a30 void 0.000269
+gallium_dri.so malloc 72 0x5571735d4b30 0.000205
+gallium_dri.so free 0x5571735d4c40 void 0.000162
+gallium_dri.so free 0x5571735d4b30 void 0.000164
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000130
+gallium_dri.so free 0x5571735d4c80 void 0.000161
+gallium_dri.so free 0x5571735d4bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000133
+gallium_dri.so free 0x5571735d4d40 void 0.000135
+gallium_dri.so free 0x5571735d4bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4db0 0.000130
+gallium_dri.so free 0x5571735d4e00 void 0.000126
+gallium_dri.so free 0x5571735d4db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4db0 0.000125
+gallium_dri.so free 0x5571735d4f00 void 0.000129
+gallium_dri.so free 0x5571735d4db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000131
+gallium_dri.so free 0x5571735d4fc0 void 0.000131
+gallium_dri.so free 0x5571735d4eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4f70 0.000130
+gallium_dri.so free 0x5571735d5000 void 0.000130
+gallium_dri.so free 0x5571735d4f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4f70 0.000126
+gallium_dri.so free 0x5571735d50c0 void 0.000121
+gallium_dri.so free 0x5571735d4f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5100 0.000124
+gallium_dri.so free 0x5571735d5180 void 0.000121
+gallium_dri.so free 0x5571735d5100 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5180 0.000125
+gallium_dri.so free 0x5571735d5240 void 0.000126
+gallium_dri.so free 0x5571735d5180 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5180 0.000127
+gallium_dri.so free 0x5571735d5300 void 0.000125
+gallium_dri.so free 0x5571735d5180 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5320 0.000122
+gallium_dri.so free 0x5571735d53c0 void 0.000126
+gallium_dri.so free 0x5571735d5320 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5370 0.000131
+gallium_dri.so free 0x5571735d5440 void 0.000130
+gallium_dri.so free 0x5571735d5370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5370 0.000129
+gallium_dri.so free 0x5571735d54c0 void 0.000130
+gallium_dri.so free 0x5571735d5370 void 0.000129
+gallium_dri.so malloc 72 0x5571735d54c0 0.000155
+gallium_dri.so free 0x5571735d5580 void 0.000127
+gallium_dri.so free 0x5571735d54c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d54c0 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000125
+gallium_dri.so free 0x5571735d54c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d54c0 0.000124
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d54c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000127
+gallium_dri.so free 0x5571735d57c0 void 0.000130
+gallium_dri.so free 0x5571735d56b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5770 0.000120
+gallium_dri.so free 0x5571735d5840 void 0.000127
+gallium_dri.so free 0x5571735d5770 void 0.000150
+gallium_dri.so malloc 72 0x5571735d5890 0.000134
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d5890 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5920 0.000130
+gallium_dri.so free 0x5571735d59c0 void 0.000130
+gallium_dri.so free 0x5571735d5920 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5970 0.000129
+gallium_dri.so free 0x5571735d5a40 void 0.000129
+gallium_dri.so free 0x5571735d5970 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5970 0.000130
+gallium_dri.so free 0x5571735d5ac0 void 0.000125
+gallium_dri.so free 0x5571735d5970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000121
+gallium_dri.so free 0x5571735d5b80 void 0.000127
+gallium_dri.so free 0x5571735d5ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000120
+gallium_dri.so free 0x5571735d5c80 void 0.000125
+gallium_dri.so free 0x5571735d5ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5c30 0.000121
+gallium_dri.so free 0x5571735d5cc0 void 0.000122
+gallium_dri.so free 0x5571735d5c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5c30 0.000130
+gallium_dri.so free 0x5571735d5d80 void 0.000132
+gallium_dri.so free 0x5571735d5c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000130
+gallium_dri.so free 0x5571735d5e40 void 0.000129
+gallium_dri.so free 0x5571735d5dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5e40 0.000129
+gallium_dri.so free 0x5571735d5f00 void 0.000129
+gallium_dri.so free 0x5571735d5e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5e40 0.000130
+gallium_dri.so free 0x5571735d5f80 void 0.000125
+gallium_dri.so free 0x5571735d5e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000120
+gallium_dri.so free 0x5571735d6000 void 0.000120
+gallium_dri.so free 0x5571735d5fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000126
+gallium_dri.so free 0x5571735d6100 void 0.000125
+gallium_dri.so free 0x5571735d5fb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6140 0.000130
+gallium_dri.so free 0x5571735d61c0 void 0.000164
+gallium_dri.so free 0x5571735d6140 void 0.000132
+gallium_dri.so malloc 72 0x5571735d61c0 0.000131
+gallium_dri.so free 0x5571735d6280 void 0.000168
+gallium_dri.so free 0x5571735d61c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d61c0 0.000160
+gallium_dri.so free 0x5571735d6300 void 0.000129
+gallium_dri.so free 0x5571735d61c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6330 0.000130
+gallium_dri.so free 0x5571735d6380 void 0.000129
+gallium_dri.so free 0x5571735d6330 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6330 0.000130
+gallium_dri.so free 0x5571735d6480 void 0.000125
+gallium_dri.so free 0x5571735d6330 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6430 0.000131
+gallium_dri.so free 0x5571735d6540 void 0.000126
+gallium_dri.so free 0x5571735d6430 void 0.000125
+gallium_dri.so malloc 72 0x5571735d64f0 0.000126
+gallium_dri.so free 0x5571735d65c0 void 0.000120
+gallium_dri.so free 0x5571735d64f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d64f0 0.000130
+gallium_dri.so free 0x5571735d6680 void 0.000125
+gallium_dri.so free 0x5571735d64f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d64f0 0.000224
+gallium_dri.so free 0x5571735d6740 void 0.000135
+gallium_dri.so free 0x5571735d64f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d66f0 0.000165
+gallium_dri.so free 0x5571735d67c0 void 0.000129
+gallium_dri.so free 0x5571735d66f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6810 0.000131
+gallium_dri.so free 0x5571735d6880 void 0.000125
+gallium_dri.so free 0x5571735d6810 void 0.000119
+gallium_dri.so malloc 72 0x5571735d68a0 0.000120
+gallium_dri.so free 0x5571735d6940 void 0.000126
+gallium_dri.so free 0x5571735d68a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d68f0 0.000126
+gallium_dri.so free 0x5571735d69c0 void 0.000121
+gallium_dri.so free 0x5571735d68f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d69c0 0.000124
+gallium_dri.so free 0x5571735d6a80 void 0.000120
+gallium_dri.so free 0x5571735d69c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69c0 0.000125
+gallium_dri.so free 0x5571735d6b00 void 0.000132
+gallium_dri.so free 0x5571735d69c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6b00 0.000120
+gallium_dri.so free 0x5571735d6bc0 void 0.000132
+gallium_dri.so free 0x5571735d6b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b00 0.000124
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so free 0x5571735d6b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6b00 0.000130
+gallium_dri.so free 0x5571735eb440 void 0.000129
+gallium_dri.so free 0x5571735d6b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb480 0.000139
+gallium_dri.so free 0x5571735eb500 void 0.000126
+gallium_dri.so free 0x5571735eb480 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb500 0.000130
+gallium_dri.so free 0x5571735eb5c0 void 0.000126
+gallium_dri.so free 0x5571735eb500 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb500 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb500 0.000131
+gallium_dri.so free 0x5571735eb700 void 0.000129
+gallium_dri.so free 0x5571735eb500 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb500 0.000131
+gallium_dri.so free 0x5571735eb7c0 void 0.000133
+gallium_dri.so free 0x5571735eb500 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb770 0.000127
+gallium_dri.so free 0x5571735eb840 void 0.000136
+gallium_dri.so free 0x5571735eb770 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb890 0.000122
+gallium_dri.so free 0x5571735eb900 void 0.000120
+gallium_dri.so free 0x5571735eb890 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb920 0.000128
+gallium_dri.so free 0x5571735eb9c0 void 0.000122
+gallium_dri.so free 0x5571735eb920 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb970 0.000135
+gallium_dri.so free 0x5571735eba40 void 0.000127
+gallium_dri.so free 0x5571735eb970 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb970 0.000131
+gallium_dri.so free 0x5571735ebb40 void 0.000133
+gallium_dri.so free 0x5571735eb970 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000130
+gallium_dri.so free 0x5571735ebbc0 void 0.000131
+gallium_dri.so free 0x5571735ebaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebc10 0.000129
+gallium_dri.so free 0x5571735ebc80 void 0.000175
+gallium_dri.so free 0x5571735ebc10 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebca0 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so free 0x5571735ebca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000125
+gallium_dri.so free 0x5571735ebcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000126
+gallium_dri.so free 0x5571735ebcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebe40 0.000125
+gallium_dri.so free 0x5571735ebf00 void 0.000122
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe40 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebe40 0.000130
+gallium_dri.so free 0x5571735ec080 void 0.000129
+gallium_dri.so free 0x5571735ebe40 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000136
+gallium_dri.so free 0x5571735ec100 void 0.000130
+gallium_dri.so free 0x5571735ec0b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000132
+gallium_dri.so free 0x5571735ec200 void 0.000130
+gallium_dri.so free 0x5571735ec0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000125
+gallium_dri.so free 0x5571735ec2c0 void 0.000122
+gallium_dri.so free 0x5571735ec1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec270 0.000126
+gallium_dri.so free 0x5571735ec300 void 0.000130
+gallium_dri.so free 0x5571735ec270 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec270 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so free 0x5571735ec270 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec410 0.000131
+gallium_dri.so free 0x5571735ec480 void 0.000125
+gallium_dri.so free 0x5571735ec410 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000121
+gallium_dri.so free 0x5571735ec4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec540 0.000135
+gallium_dri.so free 0x5571735ec600 void 0.000132
+gallium_dri.so free 0x5571735ec540 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec540 0.000123
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec540 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000126
+gallium_dri.so free 0x5571735ec700 void 0.000126
+gallium_dri.so free 0x5571735ec6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000131
+gallium_dri.so free 0x5571735ec800 void 0.000130
+gallium_dri.so free 0x5571735ec6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000125
+gallium_dri.so free 0x5571735ec8c0 void 0.000128
+gallium_dri.so free 0x5571735ec7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec870 0.000130
+gallium_dri.so free 0x5571735ec940 void 0.000126
+gallium_dri.so free 0x5571735ec870 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec960 0.000130
+gallium_dri.so free 0x5571735eca00 void 0.000131
+gallium_dri.so free 0x5571735ec960 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000122
+gallium_dri.so free 0x5571735eca80 void 0.000121
+gallium_dri.so free 0x5571735ec9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000130
+gallium_dri.so free 0x5571735ecb00 void 0.000131
+gallium_dri.so free 0x5571735ec9b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecb00 0.000125
+gallium_dri.so free 0x5571735ecbc0 void 0.000125
+gallium_dri.so free 0x5571735ecb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb00 0.000169
+gallium_dri.so free 0x5571735ecc80 void 0.000127
+gallium_dri.so free 0x5571735ecb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecb00 0.000125
+gallium_dri.so free 0x5571735ecd40 void 0.000174
+gallium_dri.so free 0x5571735ecb00 void 0.000123
+gallium_dri.so malloc 72 0x5571735eccf0 0.000121
+gallium_dri.so free 0x5571735b4500 void 0.000121
+gallium_dri.so free 0x5571735eccf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735b44b0 0.000127
+gallium_dri.so free 0x5571735b4b80 void 0.000130
+gallium_dri.so free 0x5571735b44b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4b80 0.000121
+gallium_dri.so free 0x557173454440 void 0.000121
+gallium_dri.so free 0x5571735b4b80 void 0.000125
+gallium_dri.so malloc 72 0x5571734543f0 0.000131
+gallium_dri.so free 0x5571735b4280 void 0.000130
+gallium_dri.so free 0x5571734543f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734543f0 0.000125
+gallium_dri.so free 0x5571735ecb80 void 0.000121
+gallium_dri.so free 0x5571734543f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734543f0 0.000130
+gallium_dri.so free 0x5571735ecc00 void 0.000130
+gallium_dri.so free 0x5571734543f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecc00 0.000161
+gallium_dri.so free 0x5571735b3ec0 void 0.000124
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3e70 0.000122
+gallium_dri.so free 0x5571735b4340 void 0.000120
+gallium_dri.so free 0x5571735b3e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b42f0 0.000119
+gallium_dri.so free 0x5571735b3f40 void 0.000121
+gallium_dri.so free 0x5571735b42f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b42f0 0.000119
+gallium_dri.so free 0x5571735b4000 void 0.000126
+gallium_dri.so free 0x5571735b42f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4040 0.000116
+gallium_dri.so free 0x5571735b40c0 void 0.000116
+gallium_dri.so free 0x5571735b4040 void 0.000114
+gallium_dri.so malloc 72 0x5571735b40c0 0.000115
+gallium_dri.so free 0x557173458840 void 0.000116
+gallium_dri.so free 0x5571735b40c0 void 0.000115
+gallium_dri.so malloc 72 0x557173458860 0.000114
+gallium_dri.so free 0x557173458900 void 0.000116
+gallium_dri.so free 0x557173458860 void 0.000114
+gallium_dri.so malloc 72 0x5571734588b0 0.000114
+gallium_dri.so free 0x557173458980 void 0.000116
+gallium_dri.so free 0x5571734588b0 void 0.000113
+gallium_dri.so malloc 72 0x557173458980 0.000115
+gallium_dri.so free 0x557173458a40 void 0.000114
+gallium_dri.so free 0x557173458980 void 0.000113
+gallium_dri.so malloc 72 0x557173458980 0.000114
+gallium_dri.so free 0x557173458ac0 void 0.000115
+gallium_dri.so free 0x557173458980 void 0.000112
+gallium_dri.so malloc 72 0x557173458ac0 0.000113
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x557173458ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4620 0.000113
+gallium_dri.so free 0x5571735b46c0 void 0.000114
+gallium_dri.so free 0x5571735b4620 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4670 0.000113
+gallium_dri.so free 0x5571735b4740 void 0.000114
+gallium_dri.so free 0x5571735b4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4670 0.000113
+gallium_dri.so free 0x5571735b47c0 void 0.000116
+gallium_dri.so free 0x5571735b4670 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47c0 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000115
+gallium_dri.so free 0x5571735b47c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b47c0 0.000113
+gallium_dri.so free 0x5571735b4980 void 0.000115
+gallium_dri.so free 0x5571735b47c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4930 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735b4930 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4930 0.000117
+gallium_dri.so free 0x5571735eb440 void 0.000115
+gallium_dri.so free 0x5571735b4930 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb480 0.000161
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000113
+gallium_dri.so free 0x5571735b49c0 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000115
+gallium_dri.so free 0x5571735eb680 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb630 0.000115
+gallium_dri.so free 0x5571735eb680 void 0.000115
+gallium_dri.so free 0x5571735eb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb630 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so free 0x5571735eb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb730 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000114
+gallium_dri.so free 0x5571735eb730 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7f0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7f0 0.000112
+gallium_dri.so free 0x5571735eb940 void 0.000115
+gallium_dri.so free 0x5571735eb7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb980 0.000124
+gallium_dri.so free 0x5571735eba00 void 0.000121
+gallium_dri.so free 0x5571735eb980 void 0.000115
+gallium_dri.so malloc 72 0x5571735eba00 0.000113
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so free 0x5571735eba00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba00 0.000115
+gallium_dri.so free 0x5571735ebb80 void 0.000114
+gallium_dri.so free 0x5571735eba00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebba0 0.000113
+gallium_dri.so free 0x5571735ebc40 void 0.000115
+gallium_dri.so free 0x5571735ebba0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000112
+gallium_dri.so free 0x5571735ebcc0 void 0.000114
+gallium_dri.so free 0x5571735ebbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd40 0.000114
+gallium_dri.so free 0x5571735ebe00 void 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd40 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd40 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf30 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000116
+gallium_dri.so free 0x5571735ebf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebff0 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000114
+gallium_dri.so free 0x5571735ebff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec110 0.000113
+gallium_dri.so free 0x5571735ec180 void 0.000114
+gallium_dri.so free 0x5571735ec110 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec1a0 0.000114
+gallium_dri.so free 0x5571735ec240 void 0.000115
+gallium_dri.so free 0x5571735ec1a0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000116
+gallium_dri.so free 0x5571735ec1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x5571735ec1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec340 0.000112
+gallium_dri.so free 0x5571735ec400 void 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec340 0.000114
+gallium_dri.so free 0x5571735ec500 void 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000113
+gallium_dri.so free 0x5571735ec600 void 0.000161
+gallium_dri.so free 0x5571735ec4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec640 0.000113
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so free 0x5571735ec640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000112
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so free 0x5571735ec6c0 void 0.000243
+gallium_dri.so malloc 72 0x5571735ec830 0.000244
+gallium_dri.so free 0x5571735ec880 void 0.000180
+gallium_dri.so free 0x5571735ec830 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec830 0.000114
+gallium_dri.so free 0x5571735ec980 void 0.000119
+gallium_dri.so free 0x5571735ec830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000116
+gallium_dri.so free 0x5571735ec9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca40 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735eca40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eca40 0.000115
+gallium_dri.so free 0x5571735e3dc0 void 0.000115
+gallium_dri.so free 0x5571735eca40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3df0 0.000114
+gallium_dri.so free 0x5571735e3e40 void 0.000112
+gallium_dri.so free 0x5571735e3df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3df0 0.000113
+gallium_dri.so free 0x5571735e3f40 void 0.000114
+gallium_dri.so free 0x5571735e3df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000114
+gallium_dri.so free 0x5571735e4000 void 0.000115
+gallium_dri.so free 0x5571735e3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000112
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000113
+gallium_dri.so free 0x5571735e4200 void 0.000113
+gallium_dri.so free 0x5571735e3fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e41b0 0.000112
+gallium_dri.so free 0x5571735e4280 void 0.000112
+gallium_dri.so free 0x5571735e41b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e42d0 0.000112
+gallium_dri.so free 0x5571735e4340 void 0.000144
+gallium_dri.so free 0x5571735e42d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4360 0.000113
+gallium_dri.so free 0x5571735e4400 void 0.000115
+gallium_dri.so free 0x5571735e4360 void 0.000126
+gallium_dri.so malloc 72 0x5571735e43b0 0.000115
+gallium_dri.so free 0x5571735e4480 void 0.000117
+gallium_dri.so free 0x5571735e43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4480 0.000115
+gallium_dri.so free 0x5571735e4540 void 0.000115
+gallium_dri.so free 0x5571735e4480 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4480 0.000115
+gallium_dri.so free 0x5571735e45c0 void 0.000116
+gallium_dri.so free 0x5571735e4480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e45c0 0.000114
+gallium_dri.so free 0x5571735e4680 void 0.000116
+gallium_dri.so free 0x5571735e45c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e45c0 0.000115
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735e45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e45c0 0.000115
+gallium_dri.so free 0x5571735e4800 void 0.000117
+gallium_dri.so free 0x5571735e45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e47b0 0.000113
+gallium_dri.so free 0x5571735e4880 void 0.000115
+gallium_dri.so free 0x5571735e47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48d0 0.000114
+gallium_dri.so free 0x5571735e4940 void 0.000115
+gallium_dri.so free 0x5571735e48d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4980 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000116
+gallium_dri.so free 0x5571735e4980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4980 0.000118
+gallium_dri.so free 0x5571735e4a80 void 0.000115
+gallium_dri.so free 0x5571735e4980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000115
+gallium_dri.so free 0x5571735e4b00 void 0.000116
+gallium_dri.so free 0x5571735e4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000115
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so free 0x5571735e4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4bb0 0.000115
+gallium_dri.so free 0x5571735e4cc0 void 0.000116
+gallium_dri.so free 0x5571735e4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c70 0.000113
+gallium_dri.so free 0x5571735e4d00 void 0.000115
+gallium_dri.so free 0x5571735e4c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4c70 0.000114
+gallium_dri.so free 0x5571735e4dc0 void 0.000115
+gallium_dri.so free 0x5571735e4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e30 0.000114
+gallium_dri.so free 0x5571735e4e80 void 0.000116
+gallium_dri.so free 0x5571735e4e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e30 0.000115
+gallium_dri.so free 0x5571735e4f80 void 0.000116
+gallium_dri.so free 0x5571735e4e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4f30 0.000114
+gallium_dri.so free 0x5571735e5040 void 0.000115
+gallium_dri.so free 0x5571735e4f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000118
+gallium_dri.so free 0x5571735e5080 void 0.000115
+gallium_dri.so free 0x5571735e4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000112
+gallium_dri.so free 0x5571735e5140 void 0.000114
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5180 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5200 0.000138
+gallium_dri.so free 0x5571735e52c0 void 0.000117
+gallium_dri.so free 0x5571735e5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5200 0.000114
+gallium_dri.so free 0x5571735e5380 void 0.000114
+gallium_dri.so free 0x5571735e5200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e53a0 0.000114
+gallium_dri.so free 0x5571735e5440 void 0.000112
+gallium_dri.so free 0x5571735e53a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e53f0 0.000112
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so free 0x5571735e53f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e53f0 0.000112
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so free 0x5571735e53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5540 0.000113
+gallium_dri.so free 0x5571735e5600 void 0.000113
+gallium_dri.so free 0x5571735e5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5540 0.000128
+gallium_dri.so free 0x5571735e56c0 void 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5540 0.000115
+gallium_dri.so free 0x5571735e5780 void 0.000116
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5730 0.000118
+gallium_dri.so free 0x5571735e5840 void 0.000115
+gallium_dri.so free 0x5571735e5730 void 0.000115
+gallium_dri.so malloc 72 0x5571735e57f0 0.000114
+gallium_dri.so free 0x5571735e58c0 void 0.000116
+gallium_dri.so free 0x5571735e57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5910 0.000114
+gallium_dri.so free 0x5571735e5980 void 0.000116
+gallium_dri.so free 0x5571735e5910 void 0.000114
+gallium_dri.so malloc 72 0x5571735e59a0 0.000114
+gallium_dri.so free 0x5571735e5a40 void 0.000115
+gallium_dri.so free 0x5571735e59a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e59f0 0.000114
+gallium_dri.so free 0x5571735e5ac0 void 0.000115
+gallium_dri.so free 0x5571735e59f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e59f0 0.000114
+gallium_dri.so free 0x5571735e5b40 void 0.000115
+gallium_dri.so free 0x5571735e59f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b40 0.000117
+gallium_dri.so free 0x5571735e5c00 void 0.000115
+gallium_dri.so free 0x5571735e5b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5b40 0.000163
+gallium_dri.so free 0x5571735e5d00 void 0.000114
+gallium_dri.so free 0x5571735e5b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000113
+gallium_dri.so free 0x5571735e5d40 void 0.000115
+gallium_dri.so free 0x5571735e5cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000112
+gallium_dri.so free 0x5571735e5e00 void 0.000113
+gallium_dri.so free 0x5571735e5cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e40 0.000113
+gallium_dri.so free 0x5571735e5ec0 void 0.000113
+gallium_dri.so free 0x5571735e5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000112
+gallium_dri.so free 0x5571735e5f80 void 0.000115
+gallium_dri.so free 0x5571735e5ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000114
+gallium_dri.so free 0x5571735e6000 void 0.000114
+gallium_dri.so free 0x5571735e5ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6030 0.000112
+gallium_dri.so free 0x5571735e6080 void 0.000113
+gallium_dri.so free 0x5571735e6030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6030 0.000112
+gallium_dri.so free 0x5571735e6180 void 0.000114
+gallium_dri.so free 0x5571735e6030 void 0.000111
+gallium_dri.so malloc 72 0x5571735e61c0 0.000137
+gallium_dri.so free 0x557173455400 void 0.000113
+gallium_dri.so free 0x5571735e61c0 void 0.000113
+gallium_dri.so malloc 72 0x557173455450 0.000126
+gallium_dri.so free 0x5571734554c0 void 0.000116
+gallium_dri.so free 0x557173455450 void 0.000112
+gallium_dri.so malloc 72 0x5571734554e0 0.000114
+gallium_dri.so free 0x557173455580 void 0.000113
+gallium_dri.so free 0x5571734554e0 void 0.000112
+gallium_dri.so malloc 72 0x557173455530 0.000113
+gallium_dri.so free 0x557173455600 void 0.000114
+gallium_dri.so free 0x557173455530 void 0.000113
+gallium_dri.so malloc 72 0x557173455530 0.000112
+gallium_dri.so free 0x557173455680 void 0.000114
+gallium_dri.so free 0x557173455530 void 0.000112
+gallium_dri.so malloc 72 0x557173455680 0.000114
+gallium_dri.so free 0x557173455740 void 0.000114
+gallium_dri.so free 0x557173455680 void 0.000139
+gallium_dri.so malloc 72 0x557173455680 0.000119
+gallium_dri.so free 0x557173455840 void 0.000114
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so malloc 72 0x557173455680 0.000113
+gallium_dri.so free 0x5571734558c0 void 0.000124
+gallium_dri.so free 0x557173455680 void 0.000115
+gallium_dri.so malloc 72 0x5571734558f0 0.000113
+gallium_dri.so free 0x557173455940 void 0.000115
+gallium_dri.so free 0x5571734558f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734558f0 0.000113
+gallium_dri.so free 0x557173455a40 void 0.000113
+gallium_dri.so free 0x5571734558f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734559f0 0.000112
+gallium_dri.so free 0x557173455b00 void 0.000117
+gallium_dri.so free 0x5571734559f0 void 0.000114
+gallium_dri.so malloc 72 0x557173455ab0 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so free 0x557173455ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173455ab0 0.000113
+gallium_dri.so free 0x557173455c00 void 0.000114
+gallium_dri.so free 0x557173455ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173455c50 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so free 0x557173455c50 void 0.000114
+gallium_dri.so malloc 72 0x557173455d00 0.000112
+gallium_dri.so free 0x557173455d80 void 0.000113
+gallium_dri.so free 0x557173455d00 void 0.000114
+gallium_dri.so malloc 72 0x557173455d80 0.000118
+gallium_dri.so free 0x557173455e40 void 0.000115
+gallium_dri.so free 0x557173455d80 void 0.000112
+gallium_dri.so malloc 72 0x557173455d80 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so free 0x557173455d80 void 0.000112
+gallium_dri.so malloc 72 0x557173455ef0 0.000112
+gallium_dri.so free 0x557173455f40 void 0.000114
+gallium_dri.so free 0x557173455ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173455ef0 0.000112
+gallium_dri.so free 0x557173456040 void 0.000114
+gallium_dri.so free 0x557173455ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173455ff0 0.000113
+gallium_dri.so free 0x557173456100 void 0.000125
+gallium_dri.so free 0x557173455ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734560b0 0.000115
+gallium_dri.so free 0x557173456180 void 0.000116
+gallium_dri.so free 0x5571734560b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734561a0 0.000115
+gallium_dri.so free 0x557173456240 void 0.000115
+gallium_dri.so free 0x5571734561a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734561f0 0.000114
+gallium_dri.so free 0x5571734562c0 void 0.000115
+gallium_dri.so free 0x5571734561f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734561f0 0.000118
+gallium_dri.so free 0x557173456340 void 0.000114
+gallium_dri.so free 0x5571734561f0 void 0.000113
+gallium_dri.so malloc 72 0x557173456340 0.000113
+gallium_dri.so free 0x557173456400 void 0.000115
+gallium_dri.so free 0x557173456340 void 0.000113
+gallium_dri.so malloc 72 0x557173456340 0.000112
+gallium_dri.so free 0x5571734564c0 void 0.000115
+gallium_dri.so free 0x557173456340 void 0.000112
+gallium_dri.so malloc 72 0x557173456340 0.000114
+gallium_dri.so free 0x557173456580 void 0.000114
+gallium_dri.so free 0x557173456340 void 0.000113
+gallium_dri.so malloc 72 0x557173456530 0.000116
+gallium_dri.so free 0x557173456580 void 0.000115
+gallium_dri.so free 0x557173456530 void 0.000113
+gallium_dri.so malloc 72 0x557173456530 0.000112
+gallium_dri.so free 0x557173456680 void 0.000169
+gallium_dri.so free 0x557173456530 void 0.000116
+gallium_dri.so malloc 72 0x557173456630 0.000114
+gallium_dri.so free 0x557173456740 void 0.000116
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571734566f0 0.000114
+gallium_dri.so free 0x557173456780 void 0.000116
+gallium_dri.so free 0x5571734566f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734566f0 0.000115
+gallium_dri.so free 0x557173456840 void 0.000116
+gallium_dri.so free 0x5571734566f0 void 0.000115
+gallium_dri.so malloc 72 0x557173456880 0.000114
+gallium_dri.so free 0x557173456900 void 0.000115
+gallium_dri.so free 0x557173456880 void 0.000114
+gallium_dri.so malloc 72 0x557173456900 0.000115
+gallium_dri.so free 0x5571734569c0 void 0.000115
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so malloc 72 0x557173456900 0.000115
+gallium_dri.so free 0x557173456a80 void 0.000115
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so malloc 72 0x557173456aa0 0.000114
+gallium_dri.so free 0x557173456b40 void 0.000116
+gallium_dri.so free 0x557173456aa0 void 0.000114
+gallium_dri.so malloc 72 0x557173456af0 0.000114
+gallium_dri.so free 0x557173456bc0 void 0.000116
+gallium_dri.so free 0x557173456af0 void 0.000114
+gallium_dri.so malloc 72 0x557173456af0 0.000114
+gallium_dri.so free 0x557173456c40 void 0.000128
+gallium_dri.so free 0x557173456af0 void 0.000113
+gallium_dri.so malloc 72 0x557173456c40 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so free 0x557173456c40 void 0.000118
+gallium_dri.so malloc 72 0x557173456c40 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000113
+gallium_dri.so free 0x557173456c40 void 0.000112
+gallium_dri.so malloc 72 0x557173456c40 0.000112
+gallium_dri.so free 0x557173456e80 void 0.000114
+gallium_dri.so free 0x557173456c40 void 0.000112
+gallium_dri.so malloc 72 0x557173456e30 0.000115
+gallium_dri.so free 0x557173456f40 void 0.000113
+gallium_dri.so free 0x557173456e30 void 0.000112
+gallium_dri.so malloc 72 0x557173456ef0 0.000112
+gallium_dri.so free 0x557173456fc0 void 0.000113
+gallium_dri.so free 0x557173456ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173457010 0.000113
+gallium_dri.so free 0x557173457080 void 0.000114
+gallium_dri.so free 0x557173457010 void 0.000114
+gallium_dri.so malloc 72 0x5571734570a0 0.000113
+gallium_dri.so free 0x557173457140 void 0.000114
+gallium_dri.so free 0x5571734570a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000112
+gallium_dri.so free 0x5571734571c0 void 0.000117
+gallium_dri.so free 0x5571734570f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734570f0 0.000114
+gallium_dri.so free 0x557173457240 void 0.000118
+gallium_dri.so free 0x5571734570f0 void 0.000116
+gallium_dri.so malloc 72 0x557173457240 0.000116
+gallium_dri.so free 0x557173457300 void 0.000116
+gallium_dri.so free 0x557173457240 void 0.000116
+gallium_dri.so malloc 72 0x557173457240 0.000115
+gallium_dri.so free 0x557173457400 void 0.000116
+gallium_dri.so free 0x557173457240 void 0.000114
+gallium_dri.so malloc 72 0x5571734573b0 0.000115
+gallium_dri.so free 0x557173457440 void 0.000115
+gallium_dri.so free 0x5571734573b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734573b0 0.000114
+gallium_dri.so free 0x557173457500 void 0.000116
+gallium_dri.so free 0x5571734573b0 void 0.000115
+gallium_dri.so malloc 72 0x557173457540 0.000115
+gallium_dri.so free 0x5571734575c0 void 0.000116
+gallium_dri.so free 0x557173457540 void 0.000114
+gallium_dri.so malloc 72 0x5571734575c0 0.000114
+gallium_dri.so free 0x557173457680 void 0.000116
+gallium_dri.so free 0x5571734575c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734575c0 0.000117
+gallium_dri.so free 0x557173457700 void 0.000117
+gallium_dri.so free 0x5571734575c0 void 0.000123
+gallium_dri.so malloc 72 0x557173457730 0.000129
+gallium_dri.so free 0x557173457780 void 0.000129
+gallium_dri.so free 0x557173457730 void 0.000125
+gallium_dri.so malloc 72 0x557173457730 0.000132
+gallium_dri.so free 0x557173457880 void 0.000124
+gallium_dri.so free 0x557173457730 void 0.000118
+gallium_dri.so malloc 72 0x5571734578c0 0.000114
+gallium_dri.so free 0x557173457940 void 0.000114
+gallium_dri.so free 0x5571734578c0 void 0.000119
+gallium_dri.so malloc 72 0x557173457940 0.000119
+gallium_dri.so free 0x557173457a00 void 0.000113
+gallium_dri.so free 0x557173457940 void 0.000112
+gallium_dri.so malloc 72 0x557173457940 0.000113
+gallium_dri.so free 0x557173457a80 void 0.000114
+gallium_dri.so free 0x557173457940 void 0.000112
+gallium_dri.so malloc 72 0x557173457ab0 0.000112
+gallium_dri.so free 0x557173457b00 void 0.000115
+gallium_dri.so free 0x557173457ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173457ab0 0.000113
+gallium_dri.so free 0x557173457c00 void 0.000113
+gallium_dri.so free 0x557173457ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173457bb0 0.000113
+gallium_dri.so free 0x557173457cc0 void 0.000114
+gallium_dri.so free 0x557173457bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173457c70 0.000113
+gallium_dri.so free 0x557173457d40 void 0.000115
+gallium_dri.so free 0x557173457c70 void 0.000111
+gallium_dri.so malloc 72 0x557173457c70 0.000112
+gallium_dri.so free 0x557173457e00 void 0.000113
+gallium_dri.so free 0x557173457c70 void 0.000112
+gallium_dri.so malloc 72 0x557173457c70 0.000118
+gallium_dri.so free 0x557173457ec0 void 0.000115
+gallium_dri.so free 0x557173457c70 void 0.000114
+gallium_dri.so malloc 72 0x557173457e70 0.000115
+gallium_dri.so free 0x557173457f40 void 0.000114
+gallium_dri.so free 0x557173457e70 void 0.000114
+gallium_dri.so malloc 72 0x557173457f90 0.000113
+gallium_dri.so free 0x557173458000 void 0.000116
+gallium_dri.so free 0x557173457f90 void 0.000113
+gallium_dri.so malloc 72 0x557173458020 0.000115
+gallium_dri.so free 0x5571734580c0 void 0.000136
+gallium_dri.so free 0x557173458020 void 0.000116
+gallium_dri.so malloc 72 0x557173458070 0.000114
+gallium_dri.so free 0x557173458140 void 0.000116
+gallium_dri.so free 0x557173458070 void 0.000114
+gallium_dri.so malloc 72 0x557173458140 0.000115
+gallium_dri.so free 0x557173458200 void 0.000115
+gallium_dri.so free 0x557173458140 void 0.000112
+gallium_dri.so malloc 72 0x557173458140 0.000114
+gallium_dri.so free 0x557173458280 void 0.000115
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so malloc 72 0x557173458280 0.000114
+gallium_dri.so free 0x557173458340 void 0.000114
+gallium_dri.so free 0x557173458280 void 0.000114
+gallium_dri.so malloc 72 0x557173458280 0.000115
+gallium_dri.so free 0x557173458400 void 0.000114
+gallium_dri.so free 0x557173458280 void 0.000115
+gallium_dri.so malloc 72 0x557173458280 0.000117
+gallium_dri.so free 0x5571734584c0 void 0.000160
+gallium_dri.so free 0x557173458280 void 0.000116
+gallium_dri.so malloc 72 0x557173458470 0.000115
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458470 void 0.000115
+gallium_dri.so malloc 72 0x557173458590 0.000113
+gallium_dri.so free 0x557173458600 void 0.000123
+gallium_dri.so free 0x557173458590 void 0.000129
+gallium_dri.so malloc 72 0x557173458640 0.000127
+gallium_dri.so free 0x5571734586c0 void 0.000128
+gallium_dri.so free 0x557173458640 void 0.000122
+gallium_dri.so malloc 72 0x557173458640 0.000115
+gallium_dri.so free 0x557173458740 void 0.000115
+gallium_dri.so free 0x557173458640 void 0.000114
+gallium_dri.so malloc 72 0x557173458770 0.000117
+gallium_dri.so free 0x557173459c40 void 0.000116
+gallium_dri.so free 0x557173458770 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x557173459cc0 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173459d10 0.000114
+gallium_dri.so free 0x557173459d80 void 0.000116
+gallium_dri.so free 0x557173459d10 void 0.000115
+gallium_dri.so malloc 72 0x557173459da0 0.000118
+gallium_dri.so free 0x557173459e40 void 0.000116
+gallium_dri.so free 0x557173459da0 void 0.000120
+gallium_dri.so malloc 72 0x557173459df0 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so free 0x557173459df0 void 0.000118
+gallium_dri.so malloc 72 0x557173459df0 0.000118
+gallium_dri.so free 0x557173459fc0 void 0.000114
+gallium_dri.so free 0x557173459df0 void 0.000114
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x55717345a040 void 0.000114
+gallium_dri.so free 0x557173459f70 void 0.000114
+gallium_dri.so malloc 72 0x55717345a090 0.000122
+gallium_dri.so free 0x55717345a100 void 0.000116
+gallium_dri.so free 0x55717345a090 void 0.000113
+gallium_dri.so malloc 72 0x55717345a120 0.000113
+gallium_dri.so free 0x55717345a1c0 void 0.000115
+gallium_dri.so free 0x55717345a120 void 0.000113
+gallium_dri.so malloc 72 0x55717345a170 0.000112
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so free 0x55717345a170 void 0.000112
+gallium_dri.so malloc 72 0x55717345a170 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a170 void 0.000113
+gallium_dri.so malloc 72 0x55717345a2c0 0.000114
+gallium_dri.so free 0x55717345a380 void 0.000114
+gallium_dri.so free 0x55717345a2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a2c0 0.000121
+gallium_dri.so free 0x55717345a480 void 0.000114
+gallium_dri.so free 0x55717345a2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717345a2c0 0.000114
+gallium_dri.so free 0x55717345a500 void 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a530 0.000118
+gallium_dri.so free 0x55717345a580 void 0.000115
+gallium_dri.so free 0x55717345a530 void 0.000114
+gallium_dri.so malloc 72 0x55717345a530 0.000119
+gallium_dri.so free 0x55717345a680 void 0.000125
+gallium_dri.so free 0x55717345a530 void 0.000124
+gallium_dri.so malloc 72 0x55717345a630 0.000119
+gallium_dri.so free 0x55717345a740 void 0.000115
+gallium_dri.so free 0x55717345a630 void 0.000119
+gallium_dri.so malloc 72 0x55717345a6f0 0.000124
+gallium_dri.so free 0x55717345a780 void 0.000123
+gallium_dri.so free 0x55717345a6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a6f0 0.000120
+gallium_dri.so free 0x55717345a840 void 0.000125
+gallium_dri.so free 0x55717345a6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717345a890 0.000120
+gallium_dri.so free 0x55717345a900 void 0.000120
+gallium_dri.so free 0x55717345a890 void 0.000125
+gallium_dri.so malloc 72 0x55717345a940 0.000125
+gallium_dri.so free 0x55717345a9c0 void 0.000120
+gallium_dri.so free 0x55717345a940 void 0.000187
+gallium_dri.so malloc 72 0x55717345a9c0 0.000121
+gallium_dri.so free 0x55717345aa80 void 0.000123
+gallium_dri.so free 0x55717345a9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a9c0 0.000115
+gallium_dri.so free 0x55717345ab00 void 0.000121
+gallium_dri.so free 0x55717345a9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ab30 0.000116
+gallium_dri.so free 0x55717345ab80 void 0.000119
+gallium_dri.so free 0x55717345ab30 void 0.000125
+gallium_dri.so malloc 72 0x55717345ab30 0.000123
+gallium_dri.so free 0x55717345ac80 void 0.000124
+gallium_dri.so free 0x55717345ab30 void 0.000123
+gallium_dri.so malloc 72 0x55717345ac30 0.000123
+gallium_dri.so free 0x55717345ad40 void 0.000118
+gallium_dri.so free 0x55717345ac30 void 0.000114
+gallium_dri.so malloc 72 0x55717345acf0 0.000120
+gallium_dri.so free 0x55717345adc0 void 0.000120
+gallium_dri.so free 0x55717345acf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ade0 0.000124
+gallium_dri.so free 0x55717345ae80 void 0.000125
+gallium_dri.so free 0x55717345ade0 void 0.000119
+gallium_dri.so malloc 72 0x55717345ae30 0.000119
+gallium_dri.so free 0x55717345af00 void 0.000150
+gallium_dri.so free 0x55717345ae30 void 0.000171
+gallium_dri.so malloc 72 0x55717345ae30 0.000130
+gallium_dri.so free 0x55717345af80 void 0.000165
+gallium_dri.so free 0x55717345ae30 void 0.000125
+gallium_dri.so malloc 72 0x55717345af80 0.000125
+gallium_dri.so free 0x55717345b040 void 0.000129
+gallium_dri.so free 0x55717345af80 void 0.000124
+gallium_dri.so malloc 72 0x55717345af80 0.000155
+gallium_dri.so free 0x55717345b100 void 0.000132
+gallium_dri.so free 0x55717345af80 void 0.000131
+gallium_dri.so malloc 72 0x55717345af80 0.000130
+gallium_dri.so free 0x55717345b1c0 void 0.000130
+gallium_dri.so free 0x55717345af80 void 0.000129
+gallium_dri.so malloc 72 0x55717345b170 0.000129
+gallium_dri.so free 0x55717345b1c0 void 0.000188
+gallium_dri.so free 0x55717345b170 void 0.000170
+gallium_dri.so malloc 72 0x55717345b170 0.000130
+gallium_dri.so free 0x55717345b2c0 void 0.000124
+gallium_dri.so free 0x55717345b170 void 0.000137
+gallium_dri.so malloc 72 0x55717345b270 0.000137
+gallium_dri.so free 0x55717345b380 void 0.000131
+gallium_dri.so free 0x55717345b270 void 0.000131
+gallium_dri.so malloc 72 0x55717345b330 0.000130
+gallium_dri.so free 0x55717345b3c0 void 0.000126
+gallium_dri.so free 0x55717345b330 void 0.000119
+gallium_dri.so malloc 72 0x55717345b330 0.000127
+gallium_dri.so free 0x55717345b480 void 0.000130
+gallium_dri.so free 0x55717345b330 void 0.000131
+gallium_dri.so malloc 72 0x55717345b4c0 0.000130
+gallium_dri.so free 0x55717345b540 void 0.000131
+gallium_dri.so free 0x55717345b4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b540 0.000129
+gallium_dri.so free 0x55717345b600 void 0.000131
+gallium_dri.so free 0x55717345b540 void 0.000130
+gallium_dri.so malloc 72 0x55717345b540 0.000126
+gallium_dri.so free 0x55717345b6c0 void 0.000121
+gallium_dri.so free 0x55717345b540 void 0.000122
+gallium_dri.so malloc 72 0x55717345b6e0 0.000125
+gallium_dri.so free 0x55717345b780 void 0.000130
+gallium_dri.so free 0x55717345b6e0 void 0.000205
+gallium_dri.so malloc 72 0x55717345b730 0.000166
+gallium_dri.so free 0x55717345b800 void 0.000166
+gallium_dri.so free 0x55717345b730 void 0.000165
+gallium_dri.so malloc 72 0x55717345b730 0.000130
+gallium_dri.so free 0x55717345b880 void 0.000129
+gallium_dri.so free 0x55717345b730 void 0.000128
+gallium_dri.so malloc 72 0x55717345b880 0.000131
+gallium_dri.so free 0x55717345b940 void 0.000125
+gallium_dri.so free 0x55717345b880 void 0.000125
+gallium_dri.so malloc 72 0x55717345b880 0.000129
+gallium_dri.so free 0x55717345ba00 void 0.000124
+gallium_dri.so free 0x55717345b880 void 0.000125
+gallium_dri.so malloc 72 0x55717345b880 0.000133
+gallium_dri.so free 0x55717345bac0 void 0.000125
+gallium_dri.so free 0x55717345b880 void 0.000119
+gallium_dri.so malloc 72 0x55717345ba70 0.000119
+gallium_dri.so free 0x55717345bb80 void 0.000125
+gallium_dri.so free 0x55717345ba70 void 0.000125
+gallium_dri.so malloc 72 0x55717345bb30 0.000121
+gallium_dri.so free 0x55717345bc00 void 0.000155
+gallium_dri.so free 0x55717345bb30 void 0.000120
+gallium_dri.so malloc 72 0x55717345bc50 0.000128
+gallium_dri.so free 0x55717345bcc0 void 0.000130
+gallium_dri.so free 0x55717345bc50 void 0.000130
+gallium_dri.so malloc 72 0x55717345bce0 0.000126
+gallium_dri.so free 0x55717345bd80 void 0.000126
+gallium_dri.so free 0x55717345bce0 void 0.000125
+gallium_dri.so malloc 72 0x55717345bd30 0.000126
+gallium_dri.so free 0x55717345be00 void 0.000129
+gallium_dri.so free 0x55717345bd30 void 0.000163
+gallium_dri.so malloc 72 0x55717345bd30 0.000130
+gallium_dri.so free 0x55717345be80 void 0.000126
+gallium_dri.so free 0x55717345bd30 void 0.000119
+gallium_dri.so malloc 72 0x55717345be80 0.000128
+gallium_dri.so free 0x55717345bf40 void 0.000130
+gallium_dri.so free 0x55717345be80 void 0.000125
+gallium_dri.so malloc 72 0x55717345be80 0.000119
+gallium_dri.so free 0x55717345c040 void 0.000125
+gallium_dri.so free 0x55717345be80 void 0.000126
+gallium_dri.so malloc 72 0x55717345bff0 0.000119
+gallium_dri.so free 0x55717345c080 void 0.000126
+gallium_dri.so free 0x55717345bff0 void 0.000131
+gallium_dri.so malloc 72 0x55717345bff0 0.000228
+gallium_dri.so free 0x55717345c140 void 0.000329
+gallium_dri.so free 0x55717345bff0 void 0.000333
+gallium_dri.so malloc 72 0x55717345c180 0.000278
+gallium_dri.so free 0x55717345c200 void 0.000270
+gallium_dri.so free 0x55717345c180 void 0.000268
+gallium_dri.so malloc 72 0x55717345c200 0.000275
+gallium_dri.so free 0x55717345c2c0 void 0.000272
+gallium_dri.so free 0x55717345c200 void 0.000267
+gallium_dri.so malloc 72 0x55717345c200 0.000282
+gallium_dri.so free 0x55717345c340 void 0.000270
+gallium_dri.so free 0x55717345c200 void 0.000275
+gallium_dri.so malloc 72 0x55717345c370 0.000432
+gallium_dri.so free 0x55717345c3c0 void 0.000447
+gallium_dri.so free 0x55717345c370 void 0.000238
+gallium_dri.so malloc 72 0x55717345c370 0.000166
+gallium_dri.so free 0x55717345c4c0 void 0.000165
+gallium_dri.so free 0x55717345c370 void 0.000131
+gallium_dri.so malloc 72 0x55717345c500 0.000130
+gallium_dri.so free 0x55717345c580 void 0.000125
+gallium_dri.so free 0x55717345c500 void 0.000119
+gallium_dri.so malloc 72 0x55717345c580 0.000121
+gallium_dri.so free 0x55717345c640 void 0.000125
+gallium_dri.so free 0x55717345c580 void 0.000130
+gallium_dri.so malloc 72 0x55717345c580 0.000131
+gallium_dri.so free 0x55717345c6c0 void 0.000124
+gallium_dri.so free 0x55717345c580 void 0.000126
+gallium_dri.so malloc 72 0x55717345c6f0 0.000124
+gallium_dri.so free 0x55717345c740 void 0.000126
+gallium_dri.so free 0x55717345c6f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345c6f0 0.000145
+gallium_dri.so free 0x55717345c840 void 0.000146
+gallium_dri.so free 0x55717345c6f0 void 0.000145
+gallium_dri.so malloc 72 0x55717345c7f0 0.000182
+gallium_dri.so free 0x55717345c900 void 0.000140
+gallium_dri.so free 0x55717345c7f0 void 0.000140
+gallium_dri.so malloc 72 0x55717345c8b0 0.000147
+gallium_dri.so free 0x55717345c980 void 0.000140
+gallium_dri.so free 0x55717345c8b0 void 0.000140
+gallium_dri.so malloc 72 0x55717345c8b0 0.000146
+gallium_dri.so free 0x55717345ca40 void 0.000148
+gallium_dri.so free 0x55717345c8b0 void 0.000147
+gallium_dri.so malloc 72 0x55717345c8b0 0.000146
+gallium_dri.so free 0x55717345cb00 void 0.000145
+gallium_dri.so free 0x55717345c8b0 void 0.000153
+gallium_dri.so malloc 72 0x55717345cab0 0.000146
+gallium_dri.so free 0x55717345cb80 void 0.000146
+gallium_dri.so free 0x55717345cab0 void 0.000142
+gallium_dri.so malloc 72 0x55717345cbd0 0.000145
+gallium_dri.so free 0x55717345cc40 void 0.000148
+gallium_dri.so free 0x55717345cbd0 void 0.000145
+gallium_dri.so malloc 72 0x55717345cc60 0.000140
+gallium_dri.so free 0x55717345cd00 void 0.000136
+gallium_dri.so free 0x55717345cc60 void 0.000140
+gallium_dri.so malloc 72 0x55717345ccb0 0.000146
+gallium_dri.so free 0x55717345cd80 void 0.000146
+gallium_dri.so free 0x55717345ccb0 void 0.000158
+gallium_dri.so malloc 72 0x55717345cd80 0.000146
+gallium_dri.so free 0x55717345ce40 void 0.000140
+gallium_dri.so free 0x55717345cd80 void 0.000134
+gallium_dri.so malloc 72 0x55717345cd80 0.000140
+gallium_dri.so free 0x55717345cec0 void 0.000140
+gallium_dri.so free 0x55717345cd80 void 0.000135
+gallium_dri.so malloc 72 0x55717345cec0 0.000139
+gallium_dri.so free 0x55717345cf80 void 0.000147
+gallium_dri.so free 0x55717345cec0 void 0.000148
+gallium_dri.so malloc 72 0x55717345cec0 0.000145
+gallium_dri.so free 0x55717345d040 void 0.000150
+gallium_dri.so free 0x55717345cec0 void 0.000146
+gallium_dri.so malloc 72 0x55717345cec0 0.000141
+gallium_dri.so free 0x55717345d100 void 0.000134
+gallium_dri.so free 0x55717345cec0 void 0.000139
+gallium_dri.so malloc 72 0x55717345d0b0 0.000146
+gallium_dri.so free 0x55717345d180 void 0.000140
+gallium_dri.so free 0x55717345d0b0 void 0.000134
+gallium_dri.so malloc 72 0x55717345d1d0 0.000133
+gallium_dri.so free 0x55717345d240 void 0.000133
+gallium_dri.so free 0x55717345d1d0 void 0.000133
+gallium_dri.so malloc 72 0x55717345d280 0.000133
+gallium_dri.so free 0x55717345d300 void 0.000134
+gallium_dri.so free 0x55717345d280 void 0.000133
+gallium_dri.so malloc 72 0x55717345d280 0.000134
+gallium_dri.so free 0x55717345d380 void 0.000134
+gallium_dri.so free 0x55717345d280 void 0.000139
+gallium_dri.so malloc 72 0x55717345d3b0 0.000146
+gallium_dri.so free 0x55717345d400 void 0.000146
+gallium_dri.so free 0x55717345d3b0 void 0.000147
+gallium_dri.so malloc 72 0x55717345d3b0 0.000148
+gallium_dri.so free 0x55717345d500 void 0.000135
+gallium_dri.so free 0x55717345d3b0 void 0.000140
+gallium_dri.so malloc 72 0x55717345d4b0 0.000144
+gallium_dri.so free 0x55717345d5c0 void 0.000140
+gallium_dri.so free 0x55717345d4b0 void 0.000134
+gallium_dri.so malloc 72 0x55717345d570 0.000133
+gallium_dri.so free 0x55717345d600 void 0.000134
+gallium_dri.so free 0x55717345d570 void 0.000140
+gallium_dri.so malloc 72 0x55717345d570 0.000145
+gallium_dri.so free 0x55717345d6c0 void 0.000146
+gallium_dri.so free 0x55717345d570 void 0.000144
+gallium_dri.so malloc 72 0x55717345d730 0.000138
+gallium_dri.so free 0x55717345d780 void 0.000139
+gallium_dri.so free 0x55717345d730 void 0.000140
+gallium_dri.so malloc 72 0x55717345d730 0.000147
+gallium_dri.so free 0x55717345d880 void 0.000139
+gallium_dri.so free 0x55717345d730 void 0.000133
+gallium_dri.so malloc 72 0x55717345d830 0.000133
+gallium_dri.so free 0x55717345d940 void 0.000134
+gallium_dri.so free 0x55717345d830 void 0.000165
+gallium_dri.so malloc 72 0x55717345d8f0 0.000148
+gallium_dri.so free 0x55717345d980 void 0.000132
+gallium_dri.so free 0x55717345d8f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345d8f0 0.000125
+gallium_dri.so free 0x55717345da40 void 0.000131
+gallium_dri.so free 0x55717345d8f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345da80 0.000130
+gallium_dri.so free 0x55717345db00 void 0.000131
+gallium_dri.so free 0x55717345da80 void 0.000131
+gallium_dri.so malloc 72 0x55717345db00 0.000130
+gallium_dri.so free 0x55717345dbc0 void 0.000132
+gallium_dri.so free 0x55717345db00 void 0.000126
+gallium_dri.so malloc 72 0x55717345db00 0.000125
+gallium_dri.so free 0x55717345dc80 void 0.000130
+gallium_dri.so free 0x55717345db00 void 0.000126
+gallium_dri.so malloc 72 0x55717345dca0 0.000121
+gallium_dri.so free 0x55717345dd40 void 0.000120
+gallium_dri.so free 0x55717345dca0 void 0.000124
+gallium_dri.so malloc 72 0x55717345dcf0 0.000130
+gallium_dri.so free 0x55717345ddc0 void 0.000131
+gallium_dri.so free 0x55717345dcf0 void 0.000127
+gallium_dri.so malloc 72 0x55717345dcf0 0.000134
+gallium_dri.so free 0x55717345de40 void 0.000128
+gallium_dri.so free 0x55717345dcf0 void 0.000130
+gallium_dri.so malloc 72 0x55717345de40 0.000125
+gallium_dri.so free 0x55717345df00 void 0.000121
+gallium_dri.so free 0x55717345de40 void 0.000120
+gallium_dri.so malloc 72 0x55717345de40 0.000120
+gallium_dri.so free 0x55717345dfc0 void 0.000121
+gallium_dri.so free 0x55717345de40 void 0.000124
+gallium_dri.so malloc 72 0x55717345de40 0.000130
+gallium_dri.so free 0x55717345e080 void 0.000132
+gallium_dri.so free 0x55717345de40 void 0.000130
+gallium_dri.so malloc 72 0x55717345e030 0.000124
+gallium_dri.so free 0x55717345e140 void 0.000119
+gallium_dri.so free 0x55717345e030 void 0.000125
+gallium_dri.so malloc 72 0x55717345e0f0 0.000130
+gallium_dri.so free 0x55717345e1c0 void 0.000130
+gallium_dri.so free 0x55717345e0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345e210 0.000126
+gallium_dri.so free 0x55717345e280 void 0.000120
+gallium_dri.so free 0x55717345e210 void 0.000124
+gallium_dri.so malloc 72 0x55717345e2a0 0.000123
+gallium_dri.so free 0x55717345e340 void 0.000136
+gallium_dri.so free 0x55717345e2a0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e2f0 0.000125
+gallium_dri.so free 0x55717345e3c0 void 0.000122
+gallium_dri.so free 0x55717345e2f0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e2f0 0.000125
+gallium_dri.so free 0x55717345e440 void 0.000120
+gallium_dri.so free 0x55717345e2f0 void 0.000125
+gallium_dri.so malloc 72 0x55717345e440 0.000130
+gallium_dri.so free 0x55717345e500 void 0.000131
+gallium_dri.so free 0x55717345e440 void 0.000143
+gallium_dri.so malloc 72 0x55717345e440 0.000170
+gallium_dri.so free 0x55717345e600 void 0.000130
+gallium_dri.so free 0x55717345e440 void 0.000227
+gallium_dri.so malloc 72 0x55717345e5b0 0.000221
+gallium_dri.so free 0x55717345e640 void 0.000225
+gallium_dri.so free 0x55717345e5b0 void 0.000223
+gallium_dri.so malloc 72 0x55717345e5b0 0.000221
+gallium_dri.so free 0x55717345e700 void 0.000272
+gallium_dri.so free 0x55717345e5b0 void 0.000282
+gallium_dri.so malloc 72 0x55717345e740 0.000279
+gallium_dri.so free 0x55717345e7c0 void 0.000264
+gallium_dri.so free 0x55717345e740 void 0.000271
+gallium_dri.so malloc 72 0x55717345e7c0 0.000280
+gallium_dri.so free 0x55717345e880 void 0.000263
+gallium_dri.so free 0x55717345e7c0 void 0.000280
+gallium_dri.so malloc 72 0x55717345e7c0 0.000273
+gallium_dri.so free 0x55717345e900 void 0.000237
+gallium_dri.so free 0x55717345e7c0 void 0.000148
+gallium_dri.so malloc 72 0x55717345e930 0.000130
+gallium_dri.so free 0x55717345e980 void 0.000130
+gallium_dri.so free 0x55717345e930 void 0.000223
+gallium_dri.so malloc 72 0x55717345e930 0.000221
+gallium_dri.so free 0x5571735da8c0 void 0.000211
+gallium_dri.so free 0x55717345e930 void 0.000182
+gallium_dri.so malloc 72 0x55717345e930 0.000220
+gallium_dri.so free 0x5571735da940 void 0.000221
+gallium_dri.so free 0x55717345e930 void 0.000224
+gallium_dri.so malloc 72 0x5571735da940 0.000218
+gallium_dri.so free 0x5571735daa00 void 0.000226
+gallium_dri.so free 0x5571735da940 void 0.000223
+gallium_dri.so malloc 72 0x5571735da940 0.000221
+gallium_dri.so free 0x5571735daac0 void 0.000224
+gallium_dri.so free 0x5571735da940 void 0.000227
+gallium_dri.so malloc 72 0x5571735da940 0.000199
+gallium_dri.so free 0x5571735dab80 void 0.000194
+gallium_dri.so free 0x5571735da940 void 0.000194
+gallium_dri.so malloc 72 0x5571735dab30 0.000128
+gallium_dri.so free 0x5571735dac00 void 0.000131
+gallium_dri.so free 0x5571735dab30 void 0.000156
+gallium_dri.so malloc 72 0x5571735dac50 0.000221
+gallium_dri.so free 0x5571735dacc0 void 0.000224
+gallium_dri.so free 0x5571735dac50 void 0.000222
+gallium_dri.so malloc 72 0x5571735dad20 0.000234
+gallium_dri.so free 0x5571735dadc0 void 0.000233
+gallium_dri.so free 0x5571735dad20 void 0.000209
+gallium_dri.so malloc 72 0x5571735dad70 0.000217
+gallium_dri.so free 0x5571735dae00 void 0.000184
+gallium_dri.so free 0x5571735dad70 void 0.000231
+gallium_dri.so malloc 72 0x5571735dad70 0.000231
+gallium_dri.so free 0x5571735daec0 void 0.000212
+gallium_dri.so free 0x5571735dad70 void 0.000186
+gallium_dri.so malloc 72 0x5571735daf00 0.000186
+gallium_dri.so free 0x5571735daf80 void 0.000187
+gallium_dri.so free 0x5571735daf00 void 0.000207
+gallium_dri.so malloc 72 0x5571735daf80 0.000203
+gallium_dri.so free 0x5571735db040 void 0.000132
+gallium_dri.so free 0x5571735daf80 void 0.000228
+gallium_dri.so malloc 72 0x5571735daf80 0.000229
+gallium_dri.so free 0x5571735db0c0 void 0.000232
+gallium_dri.so free 0x5571735daf80 void 0.000230
+gallium_dri.so malloc 72 0x5571735db0f0 0.000205
+gallium_dri.so free 0x5571735db140 void 0.000206
+gallium_dri.so free 0x5571735db0f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735db140 0.000235
+gallium_dri.so free 0x5571735db200 void 0.000233
+gallium_dri.so free 0x5571735db140 void 0.000207
+gallium_dri.so malloc 72 0x5571735db140 0.000188
+gallium_dri.so free 0x5571735db300 void 0.000235
+gallium_dri.so free 0x5571735db140 void 0.000230
+gallium_dri.so malloc 72 0x5571735db2b0 0.000206
+gallium_dri.so free 0x5571735db3c0 void 0.000217
+gallium_dri.so free 0x5571735db2b0 void 0.000237
+gallium_dri.so malloc 72 0x5571735db370 0.000230
+gallium_dri.so free 0x5571735db400 void 0.000206
+gallium_dri.so free 0x5571735db370 void 0.000229
+gallium_dri.so malloc 72 0x5571735db370 0.000229
+gallium_dri.so free 0x5571735db4c0 void 0.000186
+gallium_dri.so free 0x5571735db370 void 0.000233
+gallium_dri.so malloc 72 0x5571735db500 0.000250
+gallium_dri.so free 0x5571735db580 void 0.000230
+gallium_dri.so free 0x5571735db500 void 0.000235
+gallium_dri.so malloc 72 0x5571735db580 0.000206
+gallium_dri.so free 0x5571735db640 void 0.000234
+gallium_dri.so free 0x5571735db580 void 0.000233
+gallium_dri.so malloc 72 0x5571735db580 0.000156
+gallium_dri.so free 0x5571735db6c0 void 0.000130
+gallium_dri.so free 0x5571735db580 void 0.000138
+gallium_dri.so malloc 72 0x5571735db580 0.000126
+gallium_dri.so free 0x5571735db780 void 0.000131
+gallium_dri.so free 0x5571735db580 void 0.000127
+gallium_dri.so malloc 72 0x5571735db580 0.000124
+gallium_dri.so free 0x5571735db840 void 0.000127
+gallium_dri.so free 0x5571735db580 void 0.000126
+gallium_dri.so malloc 72 0x5571735db7f0 0.000127
+gallium_dri.so free 0x5571735db8c0 void 0.000129
+gallium_dri.so free 0x5571735db7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db910 0.000126
+gallium_dri.so free 0x5571735db980 void 0.000128
+gallium_dri.so free 0x5571735db910 void 0.000123
+gallium_dri.so malloc 72 0x5571735db9a0 0.000124
+gallium_dri.so free 0x5571735dba40 void 0.000127
+gallium_dri.so free 0x5571735db9a0 void 0.000133
+gallium_dri.so malloc 72 0x5571735db9f0 0.000128
+gallium_dri.so free 0x5571735dbac0 void 0.000127
+gallium_dri.so free 0x5571735db9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db9f0 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000126
+gallium_dri.so free 0x5571735db9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbb70 0.000126
+gallium_dri.so free 0x5571735dbc40 void 0.000127
+gallium_dri.so free 0x5571735dbb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbc90 0.000136
+gallium_dri.so free 0x5571735dbd00 void 0.000128
+gallium_dri.so free 0x5571735dbc90 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd20 0.000127
+gallium_dri.so free 0x5571735dbdc0 void 0.000126
+gallium_dri.so free 0x5571735dbd20 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd70 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000126
+gallium_dri.so free 0x5571735dbd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbd70 0.000127
+gallium_dri.so free 0x5571735dbec0 void 0.000124
+gallium_dri.so free 0x5571735dbd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbec0 0.000133
+gallium_dri.so free 0x5571735dbf80 void 0.000128
+gallium_dri.so free 0x5571735dbec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbec0 0.000123
+gallium_dri.so free 0x5571735dc080 void 0.000128
+gallium_dri.so free 0x5571735dbec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbec0 0.000127
+gallium_dri.so free 0x5571735dc100 void 0.000127
+gallium_dri.so free 0x5571735dbec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc130 0.000127
+gallium_dri.so free 0x5571735dc180 void 0.000124
+gallium_dri.so free 0x5571735dc130 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc130 0.000122
+gallium_dri.so free 0x5571735dc280 void 0.000156
+gallium_dri.so free 0x5571735dc130 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc230 0.000150
+gallium_dri.so free 0x5571735dc340 void 0.000151
+gallium_dri.so free 0x5571735dc230 void 0.000150
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000148
+gallium_dri.so free 0x5571735dc380 void 0.000147
+gallium_dri.so free 0x5571735dc2f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000152
+gallium_dri.so free 0x5571735dc440 void 0.000150
+gallium_dri.so free 0x5571735dc2f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc490 0.000150
+gallium_dri.so free 0x5571735dc500 void 0.000152
+gallium_dri.so free 0x5571735dc490 void 0.000149
+gallium_dri.so malloc 72 0x5571735dc540 0.000150
+gallium_dri.so free 0x5571735dc5c0 void 0.000151
+gallium_dri.so free 0x5571735dc540 void 0.000150
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000147
+gallium_dri.so free 0x5571735dc680 void 0.000151
+gallium_dri.so free 0x5571735dc5c0 void 0.000151
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000151
+gallium_dri.so free 0x5571735dc700 void 0.000154
+gallium_dri.so free 0x5571735dc5c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735dc730 0.000151
+gallium_dri.so free 0x5571735dc780 void 0.000151
+gallium_dri.so free 0x5571735dc730 void 0.000157
+gallium_dri.so malloc 72 0x5571735dc730 0.000128
+gallium_dri.so free 0x5571735dc880 void 0.000117
+gallium_dri.so free 0x5571735dc730 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc830 0.000121
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so free 0x5571735dc830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9e0 0.000122
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dc9e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca30 0.000120
+gallium_dri.so free 0x5571735dcb00 void 0.000119
+gallium_dri.so free 0x5571735dca30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dca30 0.000119
+gallium_dri.so free 0x5571735dcb80 void 0.000121
+gallium_dri.so free 0x5571735dca30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb80 0.000121
+gallium_dri.so free 0x5571735dcc40 void 0.000128
+gallium_dri.so free 0x5571735dcb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcb80 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000118
+gallium_dri.so free 0x5571735dcb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb80 0.000120
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so free 0x5571735dcb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd70 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000121
+gallium_dri.so free 0x5571735dcd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd70 0.000120
+gallium_dri.so free 0x5571735dcec0 void 0.000120
+gallium_dri.so free 0x5571735dcd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dce70 0.000121
+gallium_dri.so free 0x5571735dcf80 void 0.000118
+gallium_dri.so free 0x5571735dce70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf30 0.000117
+gallium_dri.so free 0x5571735dcfc0 void 0.000118
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000121
+gallium_dri.so free 0x5571735dd0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd140 0.000126
+gallium_dri.so free 0x5571735dd200 void 0.000122
+gallium_dri.so free 0x5571735dd140 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd140 0.000120
+gallium_dri.so free 0x5571735dd2c0 void 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000123
+gallium_dri.so free 0x5571735dd380 void 0.000117
+gallium_dri.so free 0x5571735dd2e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd330 0.000122
+gallium_dri.so free 0x5571735dd400 void 0.000121
+gallium_dri.so free 0x5571735dd330 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd330 0.000118
+gallium_dri.so free 0x5571735dd480 void 0.000120
+gallium_dri.so free 0x5571735dd330 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd480 0.000120
+gallium_dri.so free 0x5571735dd540 void 0.000118
+gallium_dri.so free 0x5571735dd480 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd480 0.000122
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd480 0.000118
+gallium_dri.so free 0x5571735dd6c0 void 0.000121
+gallium_dri.so free 0x5571735dd480 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd670 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so free 0x5571735dd670 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd730 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000118
+gallium_dri.so free 0x5571735dd730 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd850 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000119
+gallium_dri.so free 0x5571735dd850 void 0.000149
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000122
+gallium_dri.so free 0x5571735dd980 void 0.000117
+gallium_dri.so free 0x5571735dd8e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000120
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735dda80 void 0.000121
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda80 0.000117
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so free 0x5571735dda80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dda80 0.000120
+gallium_dri.so free 0x5571735ddc40 void 0.000118
+gallium_dri.so free 0x5571735dda80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000120
+gallium_dri.so free 0x5571735ddc80 void 0.000122
+gallium_dri.so free 0x5571735ddbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000121
+gallium_dri.so free 0x5571735ddd40 void 0.000127
+gallium_dri.so free 0x5571735ddbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddd80 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf70 0.000121
+gallium_dri.so free 0x5571735ddfc0 void 0.000118
+gallium_dri.so free 0x5571735ddf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf70 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735de100 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735de100 void 0.000120
+gallium_dri.so malloc 72 0x5571735de180 0.000120
+gallium_dri.so free 0x5571735de240 void 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so malloc 72 0x5571735de180 0.000121
+gallium_dri.so free 0x5571735de2c0 void 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2f0 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000123
+gallium_dri.so free 0x5571735de2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de2f0 0.000120
+gallium_dri.so free 0x5571735de440 void 0.000117
+gallium_dri.so free 0x5571735de2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de3f0 0.000120
+gallium_dri.so free 0x5571735de500 void 0.000118
+gallium_dri.so free 0x5571735de3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de4b0 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000120
+gallium_dri.so free 0x5571735de640 void 0.000125
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de4b0 0.000117
+gallium_dri.so free 0x5571735de700 void 0.000122
+gallium_dri.so free 0x5571735de4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de6b0 0.000121
+gallium_dri.so free 0x5571735de780 void 0.000120
+gallium_dri.so free 0x5571735de6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7d0 0.000120
+gallium_dri.so free 0x5571735de840 void 0.000120
+gallium_dri.so free 0x5571735de7d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de860 0.000121
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so free 0x5571735de860 void 0.000119
+gallium_dri.so malloc 72 0x5571735de8b0 0.000123
+gallium_dri.so free 0x5571735de980 void 0.000117
+gallium_dri.so free 0x5571735de8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de980 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000122
+gallium_dri.so free 0x5571735de980 void 0.000117
+gallium_dri.so malloc 72 0x5571735de980 0.000120
+gallium_dri.so free 0x5571735deac0 void 0.000120
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so malloc 72 0x5571735deac0 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so free 0x5571735deac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deac0 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735deac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735deac0 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so free 0x5571735deac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735decb0 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000120
+gallium_dri.so free 0x5571735decb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dedd0 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000118
+gallium_dri.so free 0x5571735dedd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dee80 0.000117
+gallium_dri.so free 0x5571735def00 void 0.000116
+gallium_dri.so free 0x5571735dee80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dee80 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so free 0x5571735dee80 void 0.000117
+gallium_dri.so malloc 72 0x5571735defb0 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000121
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735defb0 0.000123
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0b0 0.000120
+gallium_dri.so free 0x5571735df1c0 void 0.000120
+gallium_dri.so free 0x5571735df0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000120
+gallium_dri.so free 0x5571735df200 void 0.000121
+gallium_dri.so free 0x5571735df170 void 0.000117
+gallium_dri.so malloc 72 0x5571735df170 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df330 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so free 0x5571735df330 void 0.000117
+gallium_dri.so malloc 72 0x5571735df330 0.000121
+gallium_dri.so free 0x5571735df480 void 0.000119
+gallium_dri.so free 0x5571735df330 void 0.000119
+gallium_dri.so malloc 72 0x5571735df430 0.000120
+gallium_dri.so free 0x5571735df540 void 0.000125
+gallium_dri.so free 0x5571735df430 void 0.000120
+gallium_dri.so malloc 72 0x5571735df4f0 0.000126
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000117
+gallium_dri.so free 0x5571735df640 void 0.000117
+gallium_dri.so free 0x5571735df4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df680 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df680 void 0.000117
+gallium_dri.so malloc 72 0x5571735df700 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so malloc 72 0x5571735df700 0.000120
+gallium_dri.so free 0x5571735df880 void 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8a0 0.000117
+gallium_dri.so free 0x5571735df940 void 0.000121
+gallium_dri.so free 0x5571735df8a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8f0 0.000120
+gallium_dri.so free 0x5571735df9c0 void 0.000121
+gallium_dri.so free 0x5571735df8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8f0 0.000120
+gallium_dri.so free 0x5571735dfa40 void 0.000120
+gallium_dri.so free 0x5571735df8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa40 0.000129
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735dfa40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa40 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa40 0.000120
+gallium_dri.so free 0x5571735dfc80 void 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc30 0.000119
+gallium_dri.so free 0x5571735dfd40 void 0.000120
+gallium_dri.so free 0x5571735dfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000121
+gallium_dri.so free 0x5571735dfdc0 void 0.000117
+gallium_dri.so free 0x5571735dfcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfe10 0.000120
+gallium_dri.so free 0x5571735dfe80 void 0.000119
+gallium_dri.so free 0x5571735dfe10 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfea0 0.000120
+gallium_dri.so free 0x5571735dff40 void 0.000121
+gallium_dri.so free 0x5571735dfea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfef0 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so free 0x5571735dfef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfef0 0.000118
+gallium_dri.so free 0x5571735e0040 void 0.000121
+gallium_dri.so free 0x5571735dfef0 void 0.000189
+gallium_dri.so malloc 72 0x5571735e0040 0.000122
+gallium_dri.so free 0x5571735e0100 void 0.000121
+gallium_dri.so free 0x5571735e0040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0040 0.000119
+gallium_dri.so free 0x5571735e0200 void 0.000120
+gallium_dri.so free 0x5571735e0040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e01b0 0.000120
+gallium_dri.so free 0x5571735e0240 void 0.000120
+gallium_dri.so free 0x5571735e01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000120
+gallium_dri.so free 0x5571735e0300 void 0.000119
+gallium_dri.so free 0x5571735e01b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0340 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000116
+gallium_dri.so malloc 72 0x5571735e03c0 0.000120
+gallium_dri.so free 0x5571735e0480 void 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e03c0 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0530 0.000120
+gallium_dri.so free 0x5571735e0580 void 0.000121
+gallium_dri.so free 0x5571735e0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0530 0.000132
+gallium_dri.so free 0x5571735e0680 void 0.000122
+gallium_dri.so free 0x5571735e0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06c0 0.000120
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0740 0.000119
+gallium_dri.so free 0x5571735e0800 void 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0740 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08b0 0.000120
+gallium_dri.so free 0x5571735e0900 void 0.000120
+gallium_dri.so free 0x5571735e08b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e08b0 0.000117
+gallium_dri.so free 0x5571735e0a00 void 0.000120
+gallium_dri.so free 0x5571735e08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09b0 0.000120
+gallium_dri.so free 0x5571735e0ac0 void 0.000120
+gallium_dri.so free 0x5571735e09b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a70 0.000119
+gallium_dri.so free 0x5571735e0b40 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a70 0.000119
+gallium_dri.so free 0x5571735e0c00 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a70 0.000129
+gallium_dri.so free 0x5571735e0cc0 void 0.000121
+gallium_dri.so free 0x5571735e0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c70 0.000120
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0d90 0.000120
+gallium_dri.so free 0x5571735e0e00 void 0.000121
+gallium_dri.so free 0x5571735e0d90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e20 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000121
+gallium_dri.so free 0x5571735e0e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0e70 0.000117
+gallium_dri.so free 0x5571735e0f40 void 0.000121
+gallium_dri.so free 0x5571735e0e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0f40 0.000118
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f40 0.000121
+gallium_dri.so free 0x5571735e1080 void 0.000117
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1080 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735e1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1080 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1080 void 0.000188
+gallium_dri.so malloc 72 0x5571735e1080 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so free 0x5571735e1080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1270 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000121
+gallium_dri.so free 0x5571735e1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1390 0.000121
+gallium_dri.so free 0x5571735e1400 void 0.000123
+gallium_dri.so free 0x5571735e1390 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1440 0.000117
+gallium_dri.so free 0x5571735e14c0 void 0.000118
+gallium_dri.so free 0x5571735e1440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1440 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000117
+gallium_dri.so free 0x5571735e1440 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1570 0.000117
+gallium_dri.so free 0x5571735e15c0 void 0.000117
+gallium_dri.so free 0x5571735e1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1570 0.000121
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1670 0.000121
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so free 0x5571735e1670 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1730 0.000119
+gallium_dri.so free 0x5571735e17c0 void 0.000107
+gallium_dri.so free 0x5571735e1730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1730 0.000119
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so free 0x5571735e1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18f0 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e18f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e18f0 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000122
+gallium_dri.so free 0x5571735e18f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e19f0 0.000121
+gallium_dri.so free 0x5571735e1b00 void 0.000119
+gallium_dri.so free 0x5571735e19f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000121
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000117
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c40 0.000119
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000121
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000129
+gallium_dri.so free 0x5571735e1e40 void 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e60 0.000121
+gallium_dri.so free 0x5571735e1f00 void 0.000123
+gallium_dri.so free 0x5571735e1e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000117
+gallium_dri.so free 0x5571735e1f80 void 0.000121
+gallium_dri.so free 0x5571735e1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000119
+gallium_dri.so free 0x5571735e1eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2000 0.000118
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2000 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2000 0.000121
+gallium_dri.so free 0x5571735e2240 void 0.000121
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e21f0 0.000116
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735e21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000126
+gallium_dri.so free 0x5571735e22b0 void 0.000171
+gallium_dri.so malloc 72 0x5571735e23d0 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e23d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2460 0.000117
+gallium_dri.so free 0x5571735e2500 void 0.000118
+gallium_dri.so free 0x5571735e2460 void 0.000121
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so free 0x5571735e24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2600 void 0.000120
+gallium_dri.so free 0x5571735e24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2600 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2600 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2600 0.000120
+gallium_dri.so free 0x5571735e27c0 void 0.000118
+gallium_dri.so free 0x5571735e2600 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2770 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000118
+gallium_dri.so free 0x5571735e2770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2770 0.000121
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so free 0x5571735e2770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2900 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000128
+gallium_dri.so free 0x5571735e2900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2980 0.000115
+gallium_dri.so free 0x5571735e2ac0 void 0.000116
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2af0 0.000115
+gallium_dri.so free 0x5571735e2b40 void 0.000117
+gallium_dri.so free 0x5571735e2af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2af0 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c80 0.000115
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d00 0.000115
+gallium_dri.so free 0x5571735e2dc0 void 0.000116
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d00 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000286
+gallium_dri.so malloc 72 0x5571735e2e70 0.000132
+gallium_dri.so free 0x5571735e2ec0 void 0.000119
+gallium_dri.so free 0x5571735e2e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2e70 0.000118
+gallium_dri.so free 0x5571735e2fc0 void 0.000118
+gallium_dri.so free 0x5571735e2e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f70 0.000115
+gallium_dri.so free 0x5571735e3080 void 0.000116
+gallium_dri.so free 0x5571735e2f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000117
+gallium_dri.so free 0x5571735e3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x5571735e3280 void 0.000115
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3230 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3350 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3350 void 0.000114
+gallium_dri.so malloc 72 0x5571735e33e0 0.000115
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e33e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3430 0.000115
+gallium_dri.so free 0x5571735e3500 void 0.000116
+gallium_dri.so free 0x5571735e3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3500 0.000159
+gallium_dri.so free 0x5571735e35c0 void 0.000154
+gallium_dri.so free 0x5571735e3500 void 0.000154
+gallium_dri.so malloc 72 0x5571735e3500 0.000158
+gallium_dri.so free 0x5571735e3640 void 0.000168
+gallium_dri.so free 0x5571735e3500 void 0.000155
+gallium_dri.so malloc 72 0x5571735e3640 0.000155
+gallium_dri.so free 0x5571735e3700 void 0.000164
+gallium_dri.so free 0x5571735e3640 void 0.000135
+gallium_dri.so malloc 72 0x5571735e3640 0.000133
+gallium_dri.so free 0x5571735883c0 void 0.000134
+gallium_dri.so free 0x5571735e3640 void 0.000132
+gallium_dri.so malloc 72 0x557173588370 0.000133
+gallium_dri.so free 0x557173588440 void 0.000135
+gallium_dri.so free 0x557173588370 void 0.000133
+gallium_dri.so malloc 72 0x557173588370 0.000132
+gallium_dri.so free 0x5571735884c0 void 0.000134
+gallium_dri.so free 0x557173588370 void 0.000133
+gallium_dri.so malloc 72 0x5571735884c0 0.000135
+gallium_dri.so free 0x557173588580 void 0.000136
+gallium_dri.so free 0x5571735884c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735884c0 0.000134
+gallium_dri.so free 0x5571735e37c0 void 0.000142
+gallium_dri.so free 0x5571735884c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735884c0 0.000134
+gallium_dri.so free 0x557173588680 void 0.000135
+gallium_dri.so free 0x5571735884c0 void 0.000133
+gallium_dri.so malloc 72 0x557173588630 0.000133
+gallium_dri.so free 0x557173588700 void 0.000136
+gallium_dri.so free 0x557173588630 void 0.000134
+gallium_dri.so malloc 72 0x557173588630 0.000134
+gallium_dri.so free 0x557173588780 void 0.000136
+gallium_dri.so free 0x557173588630 void 0.000133
+gallium_dri.so malloc 72 0x557173588780 0.000137
+gallium_dri.so free 0x557173588840 void 0.000137
+gallium_dri.so free 0x557173588780 void 0.000134
+gallium_dri.so malloc 72 0x557173588780 0.000133
+gallium_dri.so free 0x557173588900 void 0.000136
+gallium_dri.so free 0x557173588780 void 0.000134
+gallium_dri.so malloc 72 0x557173588780 0.000136
+gallium_dri.so free 0x5571735889c0 void 0.000135
+gallium_dri.so free 0x557173588780 void 0.000133
+gallium_dri.so malloc 72 0x557173588970 0.000134
+gallium_dri.so free 0x5571735889c0 void 0.000135
+gallium_dri.so free 0x557173588970 void 0.000134
+gallium_dri.so malloc 72 0x557173588970 0.000147
+gallium_dri.so free 0x557173588ac0 void 0.000134
+gallium_dri.so free 0x557173588970 void 0.000133
+gallium_dri.so malloc 72 0x557173588a70 0.000134
+gallium_dri.so free 0x557173588b80 void 0.000135
+gallium_dri.so free 0x557173588a70 void 0.000133
+gallium_dri.so malloc 72 0x557173588b30 0.000132
+gallium_dri.so free 0x557173588bc0 void 0.000134
+gallium_dri.so free 0x557173588b30 void 0.000132
+gallium_dri.so malloc 72 0x557173588b30 0.000132
+gallium_dri.so free 0x557173588c80 void 0.000133
+gallium_dri.so free 0x557173588b30 void 0.000134
+gallium_dri.so malloc 72 0x557173588cc0 0.000133
+gallium_dri.so free 0x557173588d40 void 0.000135
+gallium_dri.so free 0x557173588cc0 void 0.000132
+gallium_dri.so malloc 72 0x557173588d40 0.000134
+gallium_dri.so free 0x557173588e00 void 0.000132
+gallium_dri.so free 0x557173588d40 void 0.000134
+gallium_dri.so malloc 72 0x557173588d40 0.000136
+gallium_dri.so free 0x557173588ec0 void 0.000135
+gallium_dri.so free 0x557173588d40 void 0.000133
+gallium_dri.so malloc 72 0x557173588ee0 0.000132
+gallium_dri.so free 0x557173588f80 void 0.000134
+gallium_dri.so free 0x557173588ee0 void 0.000156
+gallium_dri.so malloc 72 0x557173588f30 0.000131
+gallium_dri.so free 0x557173589000 void 0.000115
+gallium_dri.so free 0x557173588f30 void 0.000113
+gallium_dri.so malloc 72 0x557173588f30 0.000114
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x557173588f30 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x557173589140 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589200 void 0.000115
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x5571735892c0 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000112
+gallium_dri.so malloc 72 0x557173589270 0.000115
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so free 0x557173589270 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000112
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589330 void 0.000113
+gallium_dri.so malloc 72 0x557173589450 0.000114
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589450 void 0.000116
+gallium_dri.so malloc 72 0x5571735894e0 0.000112
+gallium_dri.so free 0x557173589580 void 0.000114
+gallium_dri.so free 0x5571735894e0 void 0.000113
+gallium_dri.so malloc 72 0x557173589530 0.000123
+gallium_dri.so free 0x557173589600 void 0.000117
+gallium_dri.so free 0x557173589530 void 0.000113
+gallium_dri.so malloc 72 0x557173589530 0.000114
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so free 0x557173589530 void 0.000113
+gallium_dri.so malloc 72 0x557173589680 0.000114
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so malloc 72 0x557173589680 0.000114
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so free 0x557173589680 void 0.000113
+gallium_dri.so malloc 72 0x5571735897f0 0.000114
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so free 0x5571735897f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735897f0 0.000113
+gallium_dri.so free 0x557173589940 void 0.000115
+gallium_dri.so free 0x5571735897f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589980 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173589980 void 0.000112
+gallium_dri.so malloc 72 0x557173589a00 0.000112
+gallium_dri.so free 0x557173589ac0 void 0.000114
+gallium_dri.so free 0x557173589a00 void 0.000135
+gallium_dri.so malloc 72 0x557173589a00 0.000197
+gallium_dri.so free 0x557173589b40 void 0.000216
+gallium_dri.so free 0x557173589a00 void 0.000217
+gallium_dri.so malloc 72 0x557173589b70 0.000125
+gallium_dri.so free 0x557173589bc0 void 0.000119
+gallium_dri.so free 0x557173589b70 void 0.000112
+gallium_dri.so malloc 72 0x557173589b70 0.000115
+gallium_dri.so free 0x557173589cc0 void 0.000114
+gallium_dri.so free 0x557173589b70 void 0.000115
+gallium_dri.so malloc 72 0x557173589d00 0.000114
+gallium_dri.so free 0x557173589d80 void 0.000114
+gallium_dri.so free 0x557173589d00 void 0.000112
+gallium_dri.so malloc 72 0x557173589d80 0.000114
+gallium_dri.so free 0x557173589e40 void 0.000114
+gallium_dri.so free 0x557173589d80 void 0.000115
+gallium_dri.so malloc 72 0x557173589d80 0.000113
+gallium_dri.so free 0x557173589ec0 void 0.000114
+gallium_dri.so free 0x557173589d80 void 0.000117
+gallium_dri.so malloc 72 0x557173589ef0 0.000113
+gallium_dri.so free 0x557173589f40 void 0.000114
+gallium_dri.so free 0x557173589ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ef0 0.000112
+gallium_dri.so free 0x55717358a040 void 0.000115
+gallium_dri.so free 0x557173589ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ff0 0.000115
+gallium_dri.so free 0x55717358a100 void 0.000114
+gallium_dri.so free 0x557173589ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000126
+gallium_dri.so free 0x55717358a180 void 0.000116
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a0b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a2b0 0.000113
+gallium_dri.so free 0x55717358a380 void 0.000115
+gallium_dri.so free 0x55717358a2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a3d0 0.000112
+gallium_dri.so free 0x55717358a440 void 0.000114
+gallium_dri.so free 0x55717358a3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a460 0.000113
+gallium_dri.so free 0x55717358a500 void 0.000115
+gallium_dri.so free 0x55717358a460 void 0.000114
+gallium_dri.so malloc 72 0x55717358a4b0 0.000112
+gallium_dri.so free 0x55717358a580 void 0.000113
+gallium_dri.so free 0x55717358a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a580 0.000114
+gallium_dri.so free 0x55717358a640 void 0.000114
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so malloc 72 0x55717358a580 0.000112
+gallium_dri.so free 0x55717358a6c0 void 0.000115
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so malloc 72 0x55717358a6c0 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000122
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a840 void 0.000112
+gallium_dri.so free 0x55717358a6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a6c0 0.000113
+gallium_dri.so free 0x55717358a900 void 0.000115
+gallium_dri.so free 0x55717358a6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a8b0 0.000113
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a9d0 0.000120
+gallium_dri.so free 0x55717358aa40 void 0.000119
+gallium_dri.so free 0x55717358a9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aa80 0.000115
+gallium_dri.so free 0x55717358ab00 void 0.000114
+gallium_dri.so free 0x55717358aa80 void 0.000114
+gallium_dri.so malloc 72 0x55717358aa80 0.000115
+gallium_dri.so free 0x55717358ab80 void 0.000114
+gallium_dri.so free 0x55717358aa80 void 0.000114
+gallium_dri.so malloc 72 0x55717358abb0 0.000113
+gallium_dri.so free 0x55717358ac00 void 0.000114
+gallium_dri.so free 0x55717358abb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358abb0 0.000113
+gallium_dri.so free 0x55717358ad00 void 0.000116
+gallium_dri.so free 0x55717358abb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358acb0 0.000120
+gallium_dri.so free 0x55717358adc0 void 0.000125
+gallium_dri.so free 0x55717358acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ad70 0.000113
+gallium_dri.so free 0x55717358ae00 void 0.000113
+gallium_dri.so free 0x55717358ad70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ad70 0.000120
+gallium_dri.so free 0x55717358aec0 void 0.000123
+gallium_dri.so free 0x55717358ad70 void 0.000115
+gallium_dri.so malloc 72 0x55717358af30 0.000120
+gallium_dri.so free 0x55717358af80 void 0.000123
+gallium_dri.so free 0x55717358af30 void 0.000125
+gallium_dri.so malloc 72 0x55717358af30 0.000120
+gallium_dri.so free 0x55717358b080 void 0.000120
+gallium_dri.so free 0x55717358af30 void 0.000124
+gallium_dri.so malloc 72 0x55717358b030 0.000120
+gallium_dri.so free 0x55717358b140 void 0.000128
+gallium_dri.so free 0x55717358b030 void 0.000114
+gallium_dri.so malloc 72 0x55717358b0f0 0.000120
+gallium_dri.so free 0x55717358b180 void 0.000120
+gallium_dri.so free 0x55717358b0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b0f0 0.000116
+gallium_dri.so free 0x55717358b240 void 0.000121
+gallium_dri.so free 0x55717358b0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b280 0.000117
+gallium_dri.so free 0x55717358b300 void 0.000117
+gallium_dri.so free 0x55717358b280 void 0.000129
+gallium_dri.so malloc 72 0x55717358b300 0.000119
+gallium_dri.so free 0x55717358b3c0 void 0.000121
+gallium_dri.so free 0x55717358b300 void 0.000119
+gallium_dri.so malloc 72 0x55717358b300 0.000114
+gallium_dri.so free 0x55717358b480 void 0.000113
+gallium_dri.so free 0x55717358b300 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4a0 0.000123
+gallium_dri.so free 0x55717358b540 void 0.000123
+gallium_dri.so free 0x55717358b4a0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b4f0 0.000118
+gallium_dri.so free 0x55717358b5c0 void 0.000121
+gallium_dri.so free 0x55717358b4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b4f0 0.000125
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x55717358b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b7c0 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000148
+gallium_dri.so free 0x55717358b640 void 0.000127
+gallium_dri.so malloc 72 0x55717358b830 0.000124
+gallium_dri.so free 0x55717358b940 void 0.000120
+gallium_dri.so free 0x55717358b830 void 0.000120
+gallium_dri.so malloc 72 0x55717358b8f0 0.000124
+gallium_dri.so free 0x55717358b9c0 void 0.000177
+gallium_dri.so free 0x55717358b8f0 void 0.000218
+gallium_dri.so malloc 72 0x55717358ba10 0.000123
+gallium_dri.so free 0x55717358ba80 void 0.000123
+gallium_dri.so free 0x55717358ba10 void 0.000123
+gallium_dri.so malloc 72 0x55717358baa0 0.000119
+gallium_dri.so free 0x55717358bb40 void 0.000120
+gallium_dri.so free 0x55717358baa0 void 0.000120
+gallium_dri.so malloc 72 0x55717358baf0 0.000115
+gallium_dri.so free 0x55717358bbc0 void 0.000114
+gallium_dri.so free 0x55717358baf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000116
+gallium_dri.so free 0x55717358baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bc40 0.000130
+gallium_dri.so free 0x55717358bd00 void 0.000130
+gallium_dri.so free 0x55717358bc40 void 0.000141
+gallium_dri.so malloc 72 0x55717358bc40 0.000126
+gallium_dri.so free 0x55717358be00 void 0.000127
+gallium_dri.so free 0x55717358bc40 void 0.000132
+gallium_dri.so malloc 72 0x55717358bdb0 0.000129
+gallium_dri.so free 0x55717358be40 void 0.000131
+gallium_dri.so free 0x55717358bdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358bdb0 0.000126
+gallium_dri.so free 0x55717358bf00 void 0.000125
+gallium_dri.so free 0x55717358bdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358bf40 0.000125
+gallium_dri.so free 0x55717358bfc0 void 0.000130
+gallium_dri.so free 0x55717358bf40 void 0.000130
+gallium_dri.so malloc 72 0x55717358bfc0 0.000129
+gallium_dri.so free 0x55717358c080 void 0.000126
+gallium_dri.so free 0x55717358bfc0 void 0.000124
+gallium_dri.so malloc 72 0x55717358bfc0 0.000129
+gallium_dri.so free 0x55717358c100 void 0.000129
+gallium_dri.so free 0x55717358bfc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358c130 0.000122
+gallium_dri.so free 0x55717358c180 void 0.000126
+gallium_dri.so free 0x55717358c130 void 0.000129
+gallium_dri.so malloc 72 0x55717358c130 0.000138
+gallium_dri.so free 0x55717358c280 void 0.000125
+gallium_dri.so free 0x55717358c130 void 0.000120
+gallium_dri.so malloc 72 0x55717358c2c0 0.000118
+gallium_dri.so free 0x55717358c340 void 0.000121
+gallium_dri.so free 0x55717358c2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358c340 0.000129
+gallium_dri.so free 0x55717358c400 void 0.000131
+gallium_dri.so free 0x55717358c340 void 0.000124
+gallium_dri.so malloc 72 0x55717358c340 0.000119
+gallium_dri.so free 0x55717358c480 void 0.000120
+gallium_dri.so free 0x55717358c340 void 0.000124
+gallium_dri.so malloc 72 0x55717358c4b0 0.000130
+gallium_dri.so free 0x55717358c500 void 0.000129
+gallium_dri.so free 0x55717358c4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c4b0 0.000120
+gallium_dri.so free 0x55717358c600 void 0.000120
+gallium_dri.so free 0x55717358c4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c5b0 0.000135
+gallium_dri.so free 0x55717358c6c0 void 0.000133
+gallium_dri.so free 0x55717358c5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c670 0.000125
+gallium_dri.so free 0x55717358c740 void 0.000123
+gallium_dri.so free 0x55717358c670 void 0.000137
+gallium_dri.so malloc 72 0x55717358c670 0.000130
+gallium_dri.so free 0x55717358c800 void 0.000125
+gallium_dri.so free 0x55717358c670 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000126
+gallium_dri.so free 0x55717358c8c0 void 0.000131
+gallium_dri.so free 0x55717358c670 void 0.000130
+gallium_dri.so malloc 72 0x55717358c870 0.000164
+gallium_dri.so free 0x55717358c940 void 0.000130
+gallium_dri.so free 0x55717358c870 void 0.000129
+gallium_dri.so malloc 72 0x55717358c990 0.000131
+gallium_dri.so free 0x55717358ca00 void 0.000130
+gallium_dri.so free 0x55717358c990 void 0.000131
+gallium_dri.so malloc 72 0x55717358ca20 0.000129
+gallium_dri.so free 0x55717358cac0 void 0.000130
+gallium_dri.so free 0x55717358ca20 void 0.000136
+gallium_dri.so malloc 72 0x55717358ca70 0.000130
+gallium_dri.so free 0x55717358cb40 void 0.000130
+gallium_dri.so free 0x55717358ca70 void 0.000131
+gallium_dri.so malloc 72 0x55717358cb40 0.000129
+gallium_dri.so free 0x55717358cc00 void 0.000203
+gallium_dri.so free 0x55717358cb40 void 0.000131
+gallium_dri.so malloc 72 0x55717358cb40 0.000129
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so free 0x55717358cb40 void 0.000131
+gallium_dri.so malloc 72 0x55717358cc80 0.000127
+gallium_dri.so free 0x55717358cd40 void 0.000127
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so malloc 72 0x55717358cc80 0.000126
+gallium_dri.so free 0x55717358ce00 void 0.000121
+gallium_dri.so free 0x55717358cc80 void 0.000125
+gallium_dri.so malloc 72 0x55717358cc80 0.000131
+gallium_dri.so free 0x55717358cec0 void 0.000126
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ce70 0.000119
+gallium_dri.so free 0x55717358cf40 void 0.000121
+gallium_dri.so free 0x55717358ce70 void 0.000123
+gallium_dri.so malloc 72 0x55717358cf90 0.000130
+gallium_dri.so free 0x55717358d000 void 0.000129
+gallium_dri.so free 0x55717358cf90 void 0.000125
+gallium_dri.so malloc 72 0x55717358d040 0.000128
+gallium_dri.so free 0x55717358d0c0 void 0.000126
+gallium_dri.so free 0x55717358d040 void 0.000138
+gallium_dri.so malloc 72 0x55717358d040 0.000189
+gallium_dri.so free 0x55717358d140 void 0.000130
+gallium_dri.so free 0x55717358d040 void 0.000125
+gallium_dri.so malloc 72 0x55717358d170 0.000119
+gallium_dri.so free 0x55717358d1c0 void 0.000119
+gallium_dri.so free 0x55717358d170 void 0.000123
+gallium_dri.so malloc 72 0x55717358d170 0.000131
+gallium_dri.so free 0x55717358d2c0 void 0.000130
+gallium_dri.so free 0x55717358d170 void 0.000171
+gallium_dri.so malloc 72 0x55717358d270 0.000131
+gallium_dri.so free 0x55717358d380 void 0.000126
+gallium_dri.so free 0x55717358d270 void 0.000121
+gallium_dri.so malloc 72 0x55717358d330 0.000124
+gallium_dri.so free 0x55717358d3c0 void 0.000125
+gallium_dri.so free 0x55717358d330 void 0.000126
+gallium_dri.so malloc 72 0x55717358d330 0.000129
+gallium_dri.so free 0x55717358d480 void 0.000124
+gallium_dri.so free 0x55717358d330 void 0.000120
+gallium_dri.so malloc 72 0x55717358d4f0 0.000125
+gallium_dri.so free 0x55717358d540 void 0.000126
+gallium_dri.so free 0x55717358d4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d4f0 0.000132
+gallium_dri.so free 0x55717358d640 void 0.000124
+gallium_dri.so free 0x55717358d4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d5f0 0.000121
+gallium_dri.so free 0x55717358d700 void 0.000126
+gallium_dri.so free 0x55717358d5f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358d6b0 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000121
+gallium_dri.so free 0x55717358d6b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358d6b0 0.000130
+gallium_dri.so free 0x55717358d800 void 0.000125
+gallium_dri.so free 0x55717358d6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d840 0.000130
+gallium_dri.so free 0x55717358d8c0 void 0.000126
+gallium_dri.so free 0x55717358d840 void 0.000126
+gallium_dri.so malloc 72 0x55717358d8c0 0.000131
+gallium_dri.so free 0x55717358d980 void 0.000125
+gallium_dri.so free 0x55717358d8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d8c0 0.000129
+gallium_dri.so free 0x55717358da40 void 0.000125
+gallium_dri.so free 0x55717358d8c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358da60 0.000132
+gallium_dri.so free 0x55717358db00 void 0.000190
+gallium_dri.so free 0x55717358da60 void 0.000130
+gallium_dri.so malloc 72 0x55717358dab0 0.000129
+gallium_dri.so free 0x55717358db80 void 0.000125
+gallium_dri.so free 0x55717358dab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dab0 0.000124
+gallium_dri.so free 0x55717358dc00 void 0.000125
+gallium_dri.so free 0x55717358dab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc00 0.000119
+gallium_dri.so free 0x55717358dcc0 void 0.000126
+gallium_dri.so free 0x55717358dc00 void 0.000129
+gallium_dri.so malloc 72 0x55717358dc00 0.000129
+gallium_dri.so free 0x55717358dd80 void 0.000131
+gallium_dri.so free 0x55717358dc00 void 0.000169
+gallium_dri.so malloc 72 0x55717358dc00 0.000125
+gallium_dri.so free 0x55717358de40 void 0.000125
+gallium_dri.so free 0x55717358dc00 void 0.000129
+gallium_dri.so malloc 72 0x55717358ddf0 0.000126
+gallium_dri.so free 0x55717358df00 void 0.000122
+gallium_dri.so free 0x55717358ddf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358deb0 0.000131
+gallium_dri.so free 0x55717358df80 void 0.000141
+gallium_dri.so free 0x55717358deb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dfd0 0.000130
+gallium_dri.so free 0x55717358e040 void 0.000125
+gallium_dri.so free 0x55717358dfd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e060 0.000126
+gallium_dri.so free 0x55717358e100 void 0.000131
+gallium_dri.so free 0x55717358e060 void 0.000130
+gallium_dri.so malloc 72 0x55717358e0b0 0.000165
+gallium_dri.so free 0x55717358e180 void 0.000132
+gallium_dri.so free 0x55717358e0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e0b0 0.000131
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so free 0x55717358e0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e200 0.000124
+gallium_dri.so free 0x55717358e2c0 void 0.000123
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e200 0.000125
+gallium_dri.so free 0x55717358e3c0 void 0.000125
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so malloc 72 0x55717358e370 0.000129
+gallium_dri.so free 0x55717358e400 void 0.000136
+gallium_dri.so free 0x55717358e370 void 0.000126
+gallium_dri.so malloc 72 0x55717358e370 0.000131
+gallium_dri.so free 0x55717358e4c0 void 0.000130
+gallium_dri.so free 0x55717358e370 void 0.000130
+gallium_dri.so malloc 72 0x55717358e500 0.000136
+gallium_dri.so free 0x55717358e580 void 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so malloc 72 0x55717358e580 0.000130
+gallium_dri.so free 0x55717358e640 void 0.000129
+gallium_dri.so free 0x55717358e580 void 0.000131
+gallium_dri.so malloc 72 0x55717358e580 0.000131
+gallium_dri.so free 0x55717358e6c0 void 0.000130
+gallium_dri.so free 0x55717358e580 void 0.000130
+gallium_dri.so malloc 72 0x55717358e6f0 0.000130
+gallium_dri.so free 0x55717358e740 void 0.000130
+gallium_dri.so free 0x55717358e6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e6f0 0.000129
+gallium_dri.so free 0x55717358e840 void 0.000131
+gallium_dri.so free 0x55717358e6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e880 0.000179
+gallium_dri.so free 0x55717358e900 void 0.000132
+gallium_dri.so free 0x55717358e880 void 0.000169
+gallium_dri.so malloc 72 0x55717358e900 0.000129
+gallium_dri.so free 0x55717358e9c0 void 0.000125
+gallium_dri.so free 0x55717358e900 void 0.000118
+gallium_dri.so malloc 72 0x55717358e900 0.000120
+gallium_dri.so free 0x55717358ea40 void 0.000125
+gallium_dri.so free 0x55717358e900 void 0.000126
+gallium_dri.so malloc 72 0x55717358ea70 0.000126
+gallium_dri.so free 0x55717358eac0 void 0.000130
+gallium_dri.so free 0x55717358ea70 void 0.000221
+gallium_dri.so malloc 72 0x55717358ea70 0.000130
+gallium_dri.so free 0x55717358ebc0 void 0.000125
+gallium_dri.so free 0x55717358ea70 void 0.000124
+gallium_dri.so malloc 72 0x55717358eb70 0.000129
+gallium_dri.so free 0x55717358ec80 void 0.000130
+gallium_dri.so free 0x55717358eb70 void 0.000130
+gallium_dri.so malloc 72 0x55717358ec30 0.000129
+gallium_dri.so free 0x55717358ed00 void 0.000129
+gallium_dri.so free 0x55717358ec30 void 0.000141
+gallium_dri.so malloc 72 0x55717358ec30 0.000130
+gallium_dri.so free 0x55717358edc0 void 0.000125
+gallium_dri.so free 0x55717358ec30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec30 0.000119
+gallium_dri.so free 0x55717358ee80 void 0.000127
+gallium_dri.so free 0x55717358ec30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ee30 0.000129
+gallium_dri.so free 0x55717358ef00 void 0.000130
+gallium_dri.so free 0x55717358ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ef50 0.000129
+gallium_dri.so free 0x55717358efc0 void 0.000130
+gallium_dri.so free 0x55717358ef50 void 0.000130
+gallium_dri.so malloc 72 0x55717358efe0 0.000131
+gallium_dri.so free 0x55717358f080 void 0.000126
+gallium_dri.so free 0x55717358efe0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f030 0.000127
+gallium_dri.so free 0x55717358f100 void 0.000129
+gallium_dri.so free 0x55717358f030 void 0.000130
+gallium_dri.so malloc 72 0x55717358f100 0.000126
+gallium_dri.so free 0x55717358f1c0 void 0.000129
+gallium_dri.so free 0x55717358f100 void 0.000141
+gallium_dri.so malloc 72 0x55717358f100 0.000124
+gallium_dri.so free 0x55717358f240 void 0.000120
+gallium_dri.so free 0x55717358f100 void 0.000124
+gallium_dri.so malloc 72 0x55717358f240 0.000130
+gallium_dri.so free 0x55717358f300 void 0.000129
+gallium_dri.so free 0x55717358f240 void 0.000130
+gallium_dri.so malloc 72 0x55717358f240 0.000128
+gallium_dri.so free 0x55717358f3c0 void 0.000129
+gallium_dri.so free 0x55717358f240 void 0.000129
+gallium_dri.so malloc 72 0x55717358f240 0.000125
+gallium_dri.so free 0x55717358f480 void 0.000124
+gallium_dri.so free 0x55717358f240 void 0.000120
+gallium_dri.so malloc 72 0x55717358f430 0.000125
+gallium_dri.so free 0x55717358f500 void 0.000125
+gallium_dri.so free 0x55717358f430 void 0.000120
+gallium_dri.so malloc 72 0x55717358f550 0.000122
+gallium_dri.so free 0x55717358f5c0 void 0.000118
+gallium_dri.so free 0x55717358f550 void 0.000124
+gallium_dri.so malloc 72 0x55717358f600 0.000131
+gallium_dri.so free 0x55717358f680 void 0.000124
+gallium_dri.so free 0x55717358f600 void 0.000126
+gallium_dri.so malloc 72 0x55717358f600 0.000213
+gallium_dri.so free 0x55717358f700 void 0.000167
+gallium_dri.so free 0x55717358f600 void 0.000162
+gallium_dri.so malloc 72 0x55717358f730 0.000162
+gallium_dri.so free 0x55717358f780 void 0.000129
+gallium_dri.so free 0x55717358f730 void 0.000130
+gallium_dri.so malloc 72 0x55717358f730 0.000131
+gallium_dri.so free 0x55717358f880 void 0.000130
+gallium_dri.so free 0x55717358f730 void 0.000126
+gallium_dri.so malloc 72 0x55717358f830 0.000126
+gallium_dri.so free 0x55717358f940 void 0.000129
+gallium_dri.so free 0x55717358f830 void 0.000130
+gallium_dri.so malloc 72 0x55717358f8f0 0.000125
+gallium_dri.so free 0x55717358f980 void 0.000126
+gallium_dri.so free 0x55717358f8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f8f0 0.000130
+gallium_dri.so free 0x55717358fa40 void 0.000130
+gallium_dri.so free 0x55717358f8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fab0 0.000126
+gallium_dri.so free 0x55717358fb00 void 0.000125
+gallium_dri.so free 0x55717358fab0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fab0 0.000132
+gallium_dri.so free 0x55717358fc00 void 0.000125
+gallium_dri.so free 0x55717358fab0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fbb0 0.000128
+gallium_dri.so free 0x55717358fcc0 void 0.000130
+gallium_dri.so free 0x55717358fbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fc70 0.000125
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so free 0x55717358fc70 void 0.000119
+gallium_dri.so malloc 72 0x55717358fc70 0.000119
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fc70 void 0.000124
+gallium_dri.so malloc 72 0x55717358fe00 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000122
+gallium_dri.so free 0x55717358fe00 void 0.000124
+gallium_dri.so malloc 72 0x55717358fe80 0.000129
+gallium_dri.so free 0x55717358ff40 void 0.000130
+gallium_dri.so free 0x55717358fe80 void 0.000126
+gallium_dri.so malloc 72 0x55717358fe80 0.000125
+gallium_dri.so free 0x557173590000 void 0.000130
+gallium_dri.so free 0x55717358fe80 void 0.000131
+gallium_dri.so malloc 72 0x557173590020 0.000124
+gallium_dri.so free 0x5571735900c0 void 0.000171
+gallium_dri.so free 0x557173590020 void 0.000132
+gallium_dri.so malloc 72 0x557173590070 0.000130
+gallium_dri.so free 0x557173590140 void 0.000130
+gallium_dri.so free 0x557173590070 void 0.000131
+gallium_dri.so malloc 72 0x557173590070 0.000129
+gallium_dri.so free 0x5571735901c0 void 0.000130
+gallium_dri.so free 0x557173590070 void 0.000128
+gallium_dri.so malloc 72 0x5571735901c0 0.000127
+gallium_dri.so free 0x557173590280 void 0.000125
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735901c0 0.000126
+gallium_dri.so free 0x557173590340 void 0.000124
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735901c0 0.000121
+gallium_dri.so free 0x557173590400 void 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735903b0 0.000120
+gallium_dri.so free 0x5571735904c0 void 0.000121
+gallium_dri.so free 0x5571735903b0 void 0.000119
+gallium_dri.so malloc 72 0x557173590470 0.000120
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590470 void 0.000120
+gallium_dri.so malloc 72 0x557173590590 0.000134
+gallium_dri.so free 0x557173590600 void 0.000122
+gallium_dri.so free 0x557173590590 void 0.000121
+gallium_dri.so malloc 72 0x557173590620 0.000120
+gallium_dri.so free 0x5571735906c0 void 0.000121
+gallium_dri.so free 0x557173590620 void 0.000120
+gallium_dri.so malloc 72 0x557173590670 0.000120
+gallium_dri.so free 0x557173590740 void 0.000120
+gallium_dri.so free 0x557173590670 void 0.000119
+gallium_dri.so malloc 72 0x557173590670 0.000120
+gallium_dri.so free 0x5571735907c0 void 0.000121
+gallium_dri.so free 0x557173590670 void 0.000118
+gallium_dri.so malloc 72 0x5571735907c0 0.000119
+gallium_dri.so free 0x557173590880 void 0.000123
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735907c0 0.000121
+gallium_dri.so free 0x557173590980 void 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590930 0.000119
+gallium_dri.so free 0x5571735909c0 void 0.000120
+gallium_dri.so free 0x557173590930 void 0.000120
+gallium_dri.so malloc 72 0x557173590930 0.000119
+gallium_dri.so free 0x557173590a80 void 0.000119
+gallium_dri.so free 0x557173590930 void 0.000119
+gallium_dri.so malloc 72 0x557173590ac0 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x557173590ac0 void 0.000130
+gallium_dri.so malloc 72 0x557173590b40 0.000119
+gallium_dri.so free 0x557173590c00 void 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000123
+gallium_dri.so malloc 72 0x557173590b40 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000113
+gallium_dri.so malloc 72 0x557173590cb0 0.000114
+gallium_dri.so free 0x557173590d00 void 0.000113
+gallium_dri.so free 0x557173590cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590cb0 0.000112
+gallium_dri.so free 0x557173590e00 void 0.000113
+gallium_dri.so free 0x557173590cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590e40 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000113
+gallium_dri.so free 0x557173590e40 void 0.000119
+gallium_dri.so malloc 72 0x557173590ec0 0.000111
+gallium_dri.so free 0x557173590f80 void 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173590ec0 0.000112
+gallium_dri.so free 0x557173591000 void 0.000112
+gallium_dri.so free 0x557173590ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173591030 0.000114
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so free 0x557173591030 void 0.000112
+gallium_dri.so malloc 72 0x557173591030 0.000122
+gallium_dri.so free 0x557173591180 void 0.000124
+gallium_dri.so free 0x557173591030 void 0.000124
+gallium_dri.so malloc 72 0x557173591130 0.000175
+gallium_dri.so free 0x557173591240 void 0.000121
+gallium_dri.so free 0x557173591130 void 0.000312
+gallium_dri.so malloc 72 0x5571735911f0 0.000122
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000112
+gallium_dri.so free 0x557173591380 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735911f0 0.000120
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735913f0 0.000113
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591510 0.000113
+gallium_dri.so free 0x557173591580 void 0.000113
+gallium_dri.so free 0x557173591510 void 0.000112
+gallium_dri.so malloc 72 0x5571735915a0 0.000112
+gallium_dri.so free 0x557173591640 void 0.000114
+gallium_dri.so free 0x5571735915a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735915f0 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x5571735915f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735916c0 0.000112
+gallium_dri.so free 0x557173591780 void 0.000126
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735916c0 0.000113
+gallium_dri.so free 0x557173591800 void 0.000112
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591800 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000113
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so malloc 72 0x557173591800 0.000113
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so malloc 72 0x557173591800 0.000113
+gallium_dri.so free 0x557173591a40 void 0.000140
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so malloc 72 0x5571735919f0 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x5571735919f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591b10 0.000113
+gallium_dri.so free 0x557173591b80 void 0.000115
+gallium_dri.so free 0x557173591b10 void 0.000113
+gallium_dri.so malloc 72 0x557173591bc0 0.000114
+gallium_dri.so free 0x557173591c40 void 0.000114
+gallium_dri.so free 0x557173591bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173591bc0 0.000112
+gallium_dri.so free 0x557173591cc0 void 0.000115
+gallium_dri.so free 0x557173591bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173591cf0 0.000113
+gallium_dri.so free 0x557173591d40 void 0.000137
+gallium_dri.so free 0x557173591cf0 void 0.000144
+gallium_dri.so malloc 72 0x557173591cf0 0.000141
+gallium_dri.so free 0x557173591e40 void 0.000140
+gallium_dri.so free 0x557173591cf0 void 0.000155
+gallium_dri.so malloc 72 0x557173591df0 0.000146
+gallium_dri.so free 0x557173591f00 void 0.000142
+gallium_dri.so free 0x557173591df0 void 0.000140
+gallium_dri.so malloc 72 0x557173591eb0 0.000142
+gallium_dri.so free 0x5571735cae40 void 0.000150
+gallium_dri.so free 0x557173591eb0 void 0.000155
+gallium_dri.so malloc 72 0x557173591eb0 0.000150
+gallium_dri.so free 0x5571735caf00 void 0.000149
+gallium_dri.so free 0x557173591eb0 void 0.000153
+gallium_dri.so malloc 72 0x5571735caf70 0.000154
+gallium_dri.so free 0x5571735cafc0 void 0.000148
+gallium_dri.so free 0x5571735caf70 void 0.000144
+gallium_dri.so malloc 72 0x5571735caf70 0.000143
+gallium_dri.so free 0x5571735cb0c0 void 0.000145
+gallium_dri.so free 0x5571735caf70 void 0.000141
+gallium_dri.so malloc 72 0x5571735cb070 0.000142
+gallium_dri.so free 0x5571735cb180 void 0.000169
+gallium_dri.so free 0x5571735cb070 void 0.000160
+gallium_dri.so malloc 72 0x5571735cb130 0.000127
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so free 0x5571735cb130 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb130 0.000112
+gallium_dri.so free 0x5571735cb280 void 0.000115
+gallium_dri.so free 0x5571735cb130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb340 0.000114
+gallium_dri.so free 0x5571735cb400 void 0.000116
+gallium_dri.so free 0x5571735cb340 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb340 0.000115
+gallium_dri.so free 0x5571735cb4c0 void 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb4e0 0.000113
+gallium_dri.so free 0x5571735cb580 void 0.000113
+gallium_dri.so free 0x5571735cb4e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb530 0.000112
+gallium_dri.so free 0x5571735cb600 void 0.000115
+gallium_dri.so free 0x5571735cb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb530 0.000111
+gallium_dri.so free 0x5571735cb680 void 0.000115
+gallium_dri.so free 0x5571735cb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb680 0.000113
+gallium_dri.so free 0x5571735cb740 void 0.000124
+gallium_dri.so free 0x5571735cb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb680 0.000110
+gallium_dri.so free 0x5571735cb800 void 0.000111
+gallium_dri.so free 0x5571735cb680 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb680 0.000111
+gallium_dri.so free 0x5571735cb8c0 void 0.000113
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb870 0.000113
+gallium_dri.so free 0x5571735cb980 void 0.000113
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb930 0.000111
+gallium_dri.so free 0x5571735cba00 void 0.000112
+gallium_dri.so free 0x5571735cb930 void 0.000112
+gallium_dri.so malloc 72 0x5571735cba50 0.000113
+gallium_dri.so free 0x5571735cbac0 void 0.000112
+gallium_dri.so free 0x5571735cba50 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbae0 0.000112
+gallium_dri.so free 0x5571735cbb80 void 0.000117
+gallium_dri.so free 0x5571735cbae0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cbb30 0.000119
+gallium_dri.so free 0x5571735cbc00 void 0.000113
+gallium_dri.so free 0x5571735cbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbb30 0.000112
+gallium_dri.so free 0x5571735cbc80 void 0.000115
+gallium_dri.so free 0x5571735cbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc80 0.000120
+gallium_dri.so free 0x5571735cbd40 void 0.000127
+gallium_dri.so free 0x5571735cbc80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cbc80 0.000119
+gallium_dri.so free 0x5571735cbe40 void 0.000116
+gallium_dri.so free 0x5571735cbc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000125
+gallium_dri.so free 0x5571735cbe80 void 0.000118
+gallium_dri.so free 0x5571735cbdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000114
+gallium_dri.so free 0x5571735cbf40 void 0.000125
+gallium_dri.so free 0x5571735cbdf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbf80 0.000124
+gallium_dri.so free 0x5571735cc000 void 0.000124
+gallium_dri.so free 0x5571735cbf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc000 0.000146
+gallium_dri.so free 0x5571735cc0c0 void 0.000129
+gallium_dri.so free 0x5571735cc000 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc000 0.000123
+gallium_dri.so free 0x5571735cc140 void 0.000123
+gallium_dri.so free 0x5571735cc000 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc170 0.000124
+gallium_dri.so free 0x5571735cc1c0 void 0.000119
+gallium_dri.so free 0x5571735cc170 void 0.000160
+gallium_dri.so malloc 72 0x5571735cc170 0.000121
+gallium_dri.so free 0x5571735cc2c0 void 0.000121
+gallium_dri.so free 0x5571735cc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc300 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000121
+gallium_dri.so free 0x5571735cc300 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc380 0.000119
+gallium_dri.so free 0x5571735cc440 void 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc380 0.000119
+gallium_dri.so free 0x5571735cc4c0 void 0.000121
+gallium_dri.so free 0x5571735cc380 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000119
+gallium_dri.so free 0x5571735cc540 void 0.000115
+gallium_dri.so free 0x5571735cc4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000123
+gallium_dri.so free 0x5571735cc640 void 0.000118
+gallium_dri.so free 0x5571735cc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000114
+gallium_dri.so free 0x5571735cc700 void 0.000115
+gallium_dri.so free 0x5571735cc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000120
+gallium_dri.so free 0x5571735cc780 void 0.000124
+gallium_dri.so free 0x5571735cc6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000115
+gallium_dri.so free 0x5571735cc840 void 0.000116
+gallium_dri.so free 0x5571735cc6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000124
+gallium_dri.so free 0x5571735cc900 void 0.000123
+gallium_dri.so free 0x5571735cc6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000119
+gallium_dri.so free 0x5571735cc980 void 0.000125
+gallium_dri.so free 0x5571735cc8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc9d0 0.000124
+gallium_dri.so free 0x5571735cca40 void 0.000122
+gallium_dri.so free 0x5571735cc9d0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cca60 0.000129
+gallium_dri.so free 0x5571735ccb00 void 0.000120
+gallium_dri.so free 0x5571735cca60 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccab0 0.000123
+gallium_dri.so free 0x5571735ccb80 void 0.000123
+gallium_dri.so free 0x5571735ccab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccb80 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000119
+gallium_dri.so free 0x5571735ccb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccb80 0.000115
+gallium_dri.so free 0x5571735cccc0 void 0.000116
+gallium_dri.so free 0x5571735ccb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cccc0 0.000118
+gallium_dri.so free 0x5571735ccd80 void 0.000123
+gallium_dri.so free 0x5571735cccc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cccc0 0.000125
+gallium_dri.so free 0x5571735cce40 void 0.000123
+gallium_dri.so free 0x5571735cccc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cccc0 0.000122
+gallium_dri.so free 0x5571735ccf00 void 0.000124
+gallium_dri.so free 0x5571735cccc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cceb0 0.000121
+gallium_dri.so free 0x5571735ccf80 void 0.000122
+gallium_dri.so free 0x5571735cceb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccfd0 0.000123
+gallium_dri.so free 0x5571735cd040 void 0.000119
+gallium_dri.so free 0x5571735ccfd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd080 0.000118
+gallium_dri.so free 0x5571735cd100 void 0.000115
+gallium_dri.so free 0x5571735cd080 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd080 0.000123
+gallium_dri.so free 0x5571735cd180 void 0.000123
+gallium_dri.so free 0x5571735cd080 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000122
+gallium_dri.so free 0x5571735cd200 void 0.000118
+gallium_dri.so free 0x5571735cd1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000113
+gallium_dri.so free 0x5571735cd300 void 0.000114
+gallium_dri.so free 0x5571735cd1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000123
+gallium_dri.so free 0x5571735cd3c0 void 0.000172
+gallium_dri.so free 0x5571735cd2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd370 0.000115
+gallium_dri.so free 0x5571735cd400 void 0.000115
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd4c0 void 0.000114
+gallium_dri.so free 0x5571735cd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd530 0.000113
+gallium_dri.so free 0x5571735cd580 void 0.000116
+gallium_dri.so free 0x5571735cd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd530 0.000114
+gallium_dri.so free 0x5571735cd680 void 0.000115
+gallium_dri.so free 0x5571735cd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd630 0.000113
+gallium_dri.so free 0x5571735cd740 void 0.000114
+gallium_dri.so free 0x5571735cd630 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000113
+gallium_dri.so free 0x5571735cd780 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000112
+gallium_dri.so free 0x5571735cd840 void 0.000143
+gallium_dri.so free 0x5571735cd6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd880 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so free 0x5571735cd880 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd900 0.000116
+gallium_dri.so free 0x5571735cd9c0 void 0.000127
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd900 0.000114
+gallium_dri.so free 0x5571735cda80 void 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdaa0 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000115
+gallium_dri.so free 0x5571735cdaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000113
+gallium_dri.so free 0x5571735cdbc0 void 0.000114
+gallium_dri.so free 0x5571735cdaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000113
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so free 0x5571735cdaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cdc40 0.000113
+gallium_dri.so free 0x5571735cdd00 void 0.000114
+gallium_dri.so free 0x5571735cdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdc40 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdc40 0.000113
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so free 0x5571735cdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cde30 0.000115
+gallium_dri.so free 0x5571735cdf40 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdef0 0.000114
+gallium_dri.so free 0x5571735cdfc0 void 0.000124
+gallium_dri.so free 0x5571735cdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce010 0.000114
+gallium_dri.so free 0x5571735ce080 void 0.000114
+gallium_dri.so free 0x5571735ce010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0a0 0.000119
+gallium_dri.so free 0x5571735ce140 void 0.000125
+gallium_dri.so free 0x5571735ce0a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000126
+gallium_dri.so free 0x5571735ce1c0 void 0.000118
+gallium_dri.so free 0x5571735ce0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so free 0x5571735ce0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000115
+gallium_dri.so free 0x5571735ce300 void 0.000115
+gallium_dri.so free 0x5571735ce240 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce240 0.000115
+gallium_dri.so free 0x5571735ce400 void 0.000115
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000112
+gallium_dri.so free 0x5571735ce440 void 0.000114
+gallium_dri.so free 0x5571735ce3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000112
+gallium_dri.so free 0x5571735ce500 void 0.000115
+gallium_dri.so free 0x5571735ce3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce540 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000157
+gallium_dri.so free 0x5571735ce540 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000111
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000111
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000112
+gallium_dri.so free 0x5571735ce780 void 0.000114
+gallium_dri.so free 0x5571735ce730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000115
+gallium_dri.so free 0x5571735ce730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000115
+gallium_dri.so free 0x5571735ce8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce940 0.000112
+gallium_dri.so free 0x5571735cea00 void 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce940 0.000112
+gallium_dri.so free 0x5571735cea80 void 0.000115
+gallium_dri.so free 0x5571735ce940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000111
+gallium_dri.so free 0x5571735ceb00 void 0.000114
+gallium_dri.so free 0x5571735ceab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceab0 0.000112
+gallium_dri.so free 0x5571735cec00 void 0.000114
+gallium_dri.so free 0x5571735ceab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cebb0 0.000116
+gallium_dri.so free 0x5571735cecc0 void 0.000115
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec70 0.000115
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so free 0x5571735cec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec70 0.000112
+gallium_dri.so free 0x5571735cee00 void 0.000114
+gallium_dri.so free 0x5571735cec70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cec70 0.000113
+gallium_dri.so free 0x5571735ceec0 void 0.000114
+gallium_dri.so free 0x5571735cec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee70 0.000111
+gallium_dri.so free 0x5571735cef40 void 0.000118
+gallium_dri.so free 0x5571735cee70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cef90 0.000111
+gallium_dri.so free 0x5571735cf000 void 0.000116
+gallium_dri.so free 0x5571735cef90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf020 0.000112
+gallium_dri.so free 0x5571735cf0c0 void 0.000115
+gallium_dri.so free 0x5571735cf020 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf070 0.000114
+gallium_dri.so free 0x5571735cf140 void 0.000114
+gallium_dri.so free 0x5571735cf070 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf140 0.000114
+gallium_dri.so free 0x5571735cf200 void 0.000141
+gallium_dri.so free 0x5571735cf140 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf140 0.000113
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571735cf140 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf280 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf280 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf280 0.000112
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf280 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf280 0.000113
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf280 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf470 0.000114
+gallium_dri.so free 0x5571735cf540 void 0.000114
+gallium_dri.so free 0x5571735cf470 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf590 0.000114
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf590 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf640 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000114
+gallium_dri.so free 0x5571735cf640 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf640 0.000113
+gallium_dri.so free 0x5571735cf740 void 0.000113
+gallium_dri.so free 0x5571735cf640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf770 0.000112
+gallium_dri.so free 0x5571735cf7c0 void 0.000113
+gallium_dri.so free 0x5571735cf770 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf770 0.000167
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x5571735cf770 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf870 0.000112
+gallium_dri.so free 0x5571735cf980 void 0.000114
+gallium_dri.so free 0x5571735cf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cf9c0 void 0.000114
+gallium_dri.so free 0x5571735cf930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so free 0x5571735cf930 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x5571735cfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735cfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000114
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe40 0.000126
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so free 0x5571735cfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000115
+gallium_dri.so free 0x5571735cff80 void 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000113
+gallium_dri.so free 0x5571735d0040 void 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0060 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so free 0x5571735d0060 void 0.000113
+gallium_dri.so malloc 72 0x5571735d00b0 0.000112
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so free 0x5571735d00b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d00b0 0.000114
+gallium_dri.so free 0x5571735d0200 void 0.000115
+gallium_dri.so free 0x5571735d00b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0200 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000113
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0200 0.000113
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d03f0 0.000121
+gallium_dri.so free 0x5571735d0500 void 0.000119
+gallium_dri.so free 0x5571735d03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d04b0 0.000113
+gallium_dri.so free 0x5571735d0580 void 0.000115
+gallium_dri.so free 0x5571735d04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d05d0 0.000114
+gallium_dri.so free 0x5571735d0640 void 0.000113
+gallium_dri.so free 0x5571735d05d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0660 0.000112
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d0660 void 0.000112
+gallium_dri.so malloc 72 0x5571735d06b0 0.000113
+gallium_dri.so free 0x5571735d0780 void 0.000115
+gallium_dri.so free 0x5571735d06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06b0 0.000112
+gallium_dri.so free 0x5571735d0800 void 0.000115
+gallium_dri.so free 0x5571735d06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000112
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000113
+gallium_dri.so free 0x5571735d09c0 void 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0970 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735d0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0970 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000126
+gallium_dri.so free 0x5571735d0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b00 0.000116
+gallium_dri.so free 0x5571735d0b80 void 0.000141
+gallium_dri.so free 0x5571735d0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b80 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b80 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000115
+gallium_dri.so free 0x5571735d0d40 void 0.000113
+gallium_dri.so free 0x5571735d0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0e80 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000115
+gallium_dri.so free 0x5571735d0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f00 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000118
+gallium_dri.so free 0x5571735d0f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f00 0.000113
+gallium_dri.so free 0x5571735d1040 void 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d10c0 void 0.000127
+gallium_dri.so free 0x5571735d1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1170 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000116
+gallium_dri.so free 0x5571735d1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1230 0.000113
+gallium_dri.so free 0x5571735d1300 void 0.000112
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1230 0.000112
+gallium_dri.so free 0x5571735d13c0 void 0.000112
+gallium_dri.so free 0x5571735d1230 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1230 0.000112
+gallium_dri.so free 0x5571735d1480 void 0.000114
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1430 0.000113
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1550 0.000114
+gallium_dri.so free 0x5571735d15c0 void 0.000113
+gallium_dri.so free 0x5571735d1550 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15e0 0.000114
+gallium_dri.so free 0x5571735d1680 void 0.000114
+gallium_dri.so free 0x5571735d15e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1630 0.000114
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so free 0x5571735d1630 void 0.000162
+gallium_dri.so malloc 72 0x5571735d1700 0.000114
+gallium_dri.so free 0x5571735d17c0 void 0.000114
+gallium_dri.so free 0x5571735d1700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1700 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d1700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1840 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1840 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1840 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1840 0.000112
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a30 0.000112
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1b50 0.000112
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1b50 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c00 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000115
+gallium_dri.so free 0x5571735d1c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c00 0.000111
+gallium_dri.so free 0x5571735d1d00 void 0.000115
+gallium_dri.so free 0x5571735d1c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1d30 0.000117
+gallium_dri.so free 0x5571735d1d80 void 0.000115
+gallium_dri.so free 0x5571735d1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1d30 0.000114
+gallium_dri.so free 0x5571735d1e80 void 0.000116
+gallium_dri.so free 0x5571735d1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1e30 0.000114
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000112
+gallium_dri.so free 0x5571735d1f80 void 0.000119
+gallium_dri.so free 0x5571735d1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x5571735d1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20b0 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20b0 0.000112
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x5571735d20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d21b0 0.000114
+gallium_dri.so free 0x5571735d22c0 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2270 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735d2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2270 0.000125
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2270 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2400 0.000112
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2480 0.000112
+gallium_dri.so free 0x5571735d2540 void 0.000147
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d2600 void 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2620 0.000113
+gallium_dri.so free 0x5571735d26c0 void 0.000115
+gallium_dri.so free 0x5571735d2620 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000111
+gallium_dri.so free 0x5571735d2740 void 0.000112
+gallium_dri.so free 0x5571735d2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d2670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27c0 0.000112
+gallium_dri.so free 0x5571735d2880 void 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27c0 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27c0 0.000190
+gallium_dri.so free 0x5571735d2a00 void 0.000116
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000114
+gallium_dri.so free 0x5571735d2ac0 void 0.000113
+gallium_dri.so free 0x5571735d29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2a70 0.000114
+gallium_dri.so free 0x5571735d2b40 void 0.000115
+gallium_dri.so free 0x5571735d2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b90 0.000113
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2b90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c20 0.000112
+gallium_dri.so free 0x5571735d2cc0 void 0.000115
+gallium_dri.so free 0x5571735d2c20 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c70 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000114
+gallium_dri.so free 0x5571735d2e80 void 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000113
+gallium_dri.so free 0x5571735d2f80 void 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f30 0.000126
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x5571735d2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f30 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so free 0x5571735d2f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d30c0 0.000111
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3140 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3140 0.000112
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000111
+gallium_dri.so malloc 72 0x5571735d32b0 0.000112
+gallium_dri.so free 0x5571735d3300 void 0.000113
+gallium_dri.so free 0x5571735d32b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d32b0 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d32b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3440 0.000111
+gallium_dri.so free 0x5571735d34c0 void 0.000113
+gallium_dri.so free 0x5571735d3440 void 0.000111
+gallium_dri.so malloc 72 0x5571735d34c0 0.000113
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d34c0 0.000112
+gallium_dri.so free 0x5571735d3600 void 0.000127
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3630 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000114
+gallium_dri.so free 0x5571735d3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3630 0.000112
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d3630 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3840 void 0.000113
+gallium_dri.so free 0x5571735d3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37f0 0.000112
+gallium_dri.so free 0x5571735d38c0 void 0.000113
+gallium_dri.so free 0x5571735d37f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d37f0 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37f0 0.000112
+gallium_dri.so free 0x5571735d3a40 void 0.000113
+gallium_dri.so free 0x5571735d37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000112
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so free 0x5571735d39f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3b10 0.000111
+gallium_dri.so free 0x5571735d3b80 void 0.000113
+gallium_dri.so free 0x5571735d3b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000112
+gallium_dri.so free 0x5571735d3c40 void 0.000156
+gallium_dri.so free 0x5571735d3ba0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3cc0 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000113
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so free 0x5571735d3cc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000112
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so free 0x5571735d3cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3e00 0.000112
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3e00 0.000113
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e00 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000117
+gallium_dri.so free 0x5571735d3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000112
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4110 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4110 void 0.000117
+gallium_dri.so malloc 72 0x5571735d41c0 0.000118
+gallium_dri.so free 0x5571735d4240 void 0.000127
+gallium_dri.so free 0x5571735d41c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d41c0 0.000121
+gallium_dri.so free 0x5571735d42c0 void 0.000118
+gallium_dri.so free 0x5571735d41c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d42f0 0.000113
+gallium_dri.so free 0x5571735d4340 void 0.000114
+gallium_dri.so free 0x5571735d42f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d42f0 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000113
+gallium_dri.so free 0x5571735d43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000113
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4670 0.000113
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so free 0x5571735d4670 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4670 0.000113
+gallium_dri.so free 0x5571735d47c0 void 0.000113
+gallium_dri.so free 0x5571735d4670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4770 0.000112
+gallium_dri.so free 0x5571735d4880 void 0.000116
+gallium_dri.so free 0x5571735d4770 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4830 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4830 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d49c0 0.000111
+gallium_dri.so free 0x5571735d4a40 void 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4a40 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4a40 0.000112
+gallium_dri.so free 0x5571735d4bc0 void 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4be0 0.000112
+gallium_dri.so free 0x5571735d4c80 void 0.000115
+gallium_dri.so free 0x5571735d4be0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c30 0.000112
+gallium_dri.so free 0x5571735d4d00 void 0.000115
+gallium_dri.so free 0x5571735d4c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c30 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000112
+gallium_dri.so free 0x5571735d4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d80 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000128
+gallium_dri.so free 0x5571735d4d80 void 0.000168
+gallium_dri.so malloc 72 0x5571735d4d80 0.000112
+gallium_dri.so free 0x5571735d4f00 void 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4d80 0.000111
+gallium_dri.so free 0x5571735d4fc0 void 0.000116
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4f70 0.000115
+gallium_dri.so free 0x5571735d5080 void 0.000112
+gallium_dri.so free 0x5571735d4f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5030 0.000111
+gallium_dri.so free 0x5571735d5100 void 0.000122
+gallium_dri.so free 0x5571735d5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5150 0.000114
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5150 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51e0 0.000112
+gallium_dri.so free 0x5571735d5280 void 0.000113
+gallium_dri.so free 0x5571735d51e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5230 0.000113
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so free 0x5571735d5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000113
+gallium_dri.so free 0x5571735d5380 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5380 0.000112
+gallium_dri.so free 0x5571735d5540 void 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000111
+gallium_dri.so malloc 72 0x5571735d54f0 0.000111
+gallium_dri.so free 0x5571735d5580 void 0.000117
+gallium_dri.so free 0x5571735d54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d54f0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so free 0x5571735d54f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5680 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d5680 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000122
+gallium_dri.so free 0x5571735d5700 void 0.000142
+gallium_dri.so malloc 72 0x5571735d5700 0.000123
+gallium_dri.so free 0x5571735d5840 void 0.000124
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5870 0.000114
+gallium_dri.so free 0x5571735d58c0 void 0.000120
+gallium_dri.so free 0x5571735d5870 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5870 0.000118
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000165
+gallium_dri.so malloc 72 0x5571735d5a00 0.000120
+gallium_dri.so free 0x5571735d5a80 void 0.000124
+gallium_dri.so free 0x5571735d5a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5a80 0.000115
+gallium_dri.so free 0x5571735d5b40 void 0.000118
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5a80 0.000115
+gallium_dri.so free 0x5571735d5bc0 void 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000124
+gallium_dri.so free 0x5571735d5c40 void 0.000122
+gallium_dri.so free 0x5571735d5bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000122
+gallium_dri.so free 0x5571735d5d40 void 0.000123
+gallium_dri.so free 0x5571735d5bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000117
+gallium_dri.so free 0x5571735d5e00 void 0.000119
+gallium_dri.so free 0x5571735d5cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5db0 0.000122
+gallium_dri.so free 0x5571735d5e80 void 0.000128
+gallium_dri.so free 0x5571735d5db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5db0 0.000125
+gallium_dri.so free 0x5571735d5f40 void 0.000135
+gallium_dri.so free 0x5571735d5db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5db0 0.000129
+gallium_dri.so free 0x5571735d6000 void 0.000129
+gallium_dri.so free 0x5571735d5db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000127
+gallium_dri.so free 0x5571735d6080 void 0.000124
+gallium_dri.so free 0x5571735d5fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d60d0 0.000122
+gallium_dri.so free 0x5571735d6140 void 0.000125
+gallium_dri.so free 0x5571735d60d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6160 0.000119
+gallium_dri.so free 0x5571735d6200 void 0.000122
+gallium_dri.so free 0x5571735d6160 void 0.000123
+gallium_dri.so malloc 72 0x5571735d61b0 0.000124
+gallium_dri.so free 0x5571735d6280 void 0.000120
+gallium_dri.so free 0x5571735d61b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6280 0.000124
+gallium_dri.so free 0x5571735d6340 void 0.000129
+gallium_dri.so free 0x5571735d6280 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6280 0.000120
+gallium_dri.so free 0x5571735d63c0 void 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000135
+gallium_dri.so malloc 72 0x5571735d63c0 0.000158
+gallium_dri.so free 0x5571735d6480 void 0.000129
+gallium_dri.so free 0x5571735d63c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d63c0 0.000120
+gallium_dri.so free 0x5571735d6540 void 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d63c0 0.000124
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so free 0x5571735d63c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d65b0 0.000124
+gallium_dri.so free 0x5571735d6680 void 0.000129
+gallium_dri.so free 0x5571735d65b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d66d0 0.000124
+gallium_dri.so free 0x5571735d6740 void 0.000126
+gallium_dri.so free 0x5571735d66d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6780 0.000126
+gallium_dri.so free 0x5571735d6800 void 0.000129
+gallium_dri.so free 0x5571735d6780 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6780 0.000129
+gallium_dri.so free 0x5571735d6880 void 0.000130
+gallium_dri.so free 0x5571735d6780 void 0.000130
+gallium_dri.so malloc 72 0x5571735d68b0 0.000132
+gallium_dri.so free 0x5571735d6900 void 0.000131
+gallium_dri.so free 0x5571735d68b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d68b0 0.000124
+gallium_dri.so free 0x5571735d6a00 void 0.000124
+gallium_dri.so free 0x5571735d68b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d69b0 0.000123
+gallium_dri.so free 0x5571735d6ac0 void 0.000124
+gallium_dri.so free 0x5571735d69b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6a70 0.000124
+gallium_dri.so free 0x5571735d6b00 void 0.000123
+gallium_dri.so free 0x5571735d6a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6a70 0.000126
+gallium_dri.so free 0x5571735d6bc0 void 0.000124
+gallium_dri.so free 0x5571735d6a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6c30 0.000123
+gallium_dri.so free 0x5571735ecd40 void 0.000123
+gallium_dri.so free 0x5571735d6c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6c30 0.000124
+gallium_dri.so free 0x5571735ece40 void 0.000150
+gallium_dri.so free 0x5571735d6c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000123
+gallium_dri.so free 0x5571735ecf00 void 0.000123
+gallium_dri.so free 0x5571735ecdf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eceb0 0.000131
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x5571735eceb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eceb0 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735eceb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed040 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000115
+gallium_dri.so free 0x5571735ed180 void 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed240 void 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed260 0.000116
+gallium_dri.so free 0x5571735ed300 void 0.000114
+gallium_dri.so free 0x5571735ed260 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000120
+gallium_dri.so free 0x5571735ed400 void 0.000123
+gallium_dri.so free 0x5571735ed2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed400 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed400 0.000126
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed400 0.000124
+gallium_dri.so free 0x5571735ed640 void 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000124
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so free 0x5571735ed5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000128
+gallium_dri.so free 0x5571735ed780 void 0.000129
+gallium_dri.so free 0x5571735ed6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000119
+gallium_dri.so free 0x5571735ed7d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed860 0.000124
+gallium_dri.so free 0x5571735ed900 void 0.000128
+gallium_dri.so free 0x5571735ed860 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000130
+gallium_dri.so free 0x5571735ed980 void 0.000124
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000124
+gallium_dri.so free 0x5571735eda00 void 0.000124
+gallium_dri.so free 0x5571735ed8b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735eda00 0.000130
+gallium_dri.so free 0x5571735edac0 void 0.000130
+gallium_dri.so free 0x5571735eda00 void 0.000137
+gallium_dri.so malloc 72 0x5571735eda00 0.000218
+gallium_dri.so free 0x5571735edbc0 void 0.000192
+gallium_dri.so free 0x5571735eda00 void 0.000196
+gallium_dri.so malloc 72 0x5571735edb70 0.000153
+gallium_dri.so free 0x5571735edc00 void 0.000120
+gallium_dri.so free 0x5571735edb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735edb70 0.000123
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so free 0x5571735edb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd00 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so free 0x5571735edd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd80 0.000122
+gallium_dri.so free 0x5571735ede40 void 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735edd80 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edef0 0.000119
+gallium_dri.so free 0x5571735edf40 void 0.000120
+gallium_dri.so free 0x5571735edef0 void 0.000178
+gallium_dri.so malloc 72 0x5571735edef0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000113
+gallium_dri.so free 0x5571735edef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee080 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000132
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee100 0.000113
+gallium_dri.so free 0x5571735ee1c0 void 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee100 0.000112
+gallium_dri.so free 0x5571735ee240 void 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee270 0.000116
+gallium_dri.so free 0x5571735ee2c0 void 0.000113
+gallium_dri.so free 0x5571735ee270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee270 0.000112
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee430 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee430 0.000132
+gallium_dri.so free 0x5571735ee5c0 void 0.000116
+gallium_dri.so free 0x5571735ee430 void 0.000184
+gallium_dri.so malloc 72 0x5571735ee430 0.000124
+gallium_dri.so free 0x5571735ee680 void 0.000120
+gallium_dri.so free 0x5571735ee430 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee630 0.000127
+gallium_dri.so free 0x5571735ee700 void 0.000128
+gallium_dri.so free 0x5571735ee630 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee750 0.000126
+gallium_dri.so free 0x5571735ee7c0 void 0.000123
+gallium_dri.so free 0x5571735ee750 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000117
+gallium_dri.so free 0x5571735ee880 void 0.000124
+gallium_dri.so free 0x5571735ee7e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee830 0.000122
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee900 0.000122
+gallium_dri.so free 0x5571735ee9c0 void 0.000127
+gallium_dri.so free 0x5571735ee900 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee900 0.000126
+gallium_dri.so free 0x5571735eea40 void 0.000127
+gallium_dri.so free 0x5571735ee900 void 0.000125
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000270
+gallium_dri.so malloc 72 0x5571735eea40 0.000161
+gallium_dri.so free 0x5571735eebc0 void 0.000164
+gallium_dri.so free 0x5571735eea40 void 0.000128
+gallium_dri.so malloc 72 0x5571735eea40 0.000124
+gallium_dri.so free 0x5571735eec80 void 0.000132
+gallium_dri.so free 0x5571735eea40 void 0.000130
+gallium_dri.so malloc 72 0x5571735eec30 0.000129
+gallium_dri.so free 0x5571735eed00 void 0.000131
+gallium_dri.so free 0x5571735eec30 void 0.000123
+gallium_dri.so malloc 72 0x5571735eed50 0.000123
+gallium_dri.so free 0x5571735eedc0 void 0.000123
+gallium_dri.so free 0x5571735eed50 void 0.000123
+gallium_dri.so malloc 72 0x5571735eee00 0.000123
+gallium_dri.so free 0x5571735eee80 void 0.000123
+gallium_dri.so free 0x5571735eee00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee00 0.000123
+gallium_dri.so free 0x5571735eef00 void 0.000122
+gallium_dri.so free 0x5571735eee00 void 0.000124
+gallium_dri.so malloc 72 0x5571735eef30 0.000128
+gallium_dri.so free 0x5571735eef80 void 0.000131
+gallium_dri.so free 0x5571735eef30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eef30 0.000128
+gallium_dri.so free 0x5571735ef080 void 0.000140
+gallium_dri.so free 0x5571735eef30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef030 0.000129
+gallium_dri.so free 0x5571735ef140 void 0.000136
+gallium_dri.so free 0x5571735ef030 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000133
+gallium_dri.so free 0x5571735ef180 void 0.000127
+gallium_dri.so free 0x5571735ef0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000129
+gallium_dri.so free 0x5571735ef240 void 0.000139
+gallium_dri.so free 0x5571735ef0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000126
+gallium_dri.so free 0x5571735ef300 void 0.000126
+gallium_dri.so free 0x5571735ef2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000121
+gallium_dri.so free 0x5571735ef400 void 0.000123
+gallium_dri.so free 0x5571735ef2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000124
+gallium_dri.so free 0x5571735ef4c0 void 0.000122
+gallium_dri.so free 0x5571735ef3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef470 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so free 0x5571735ef470 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef470 0.000122
+gallium_dri.so free 0x5571735ef5c0 void 0.000132
+gallium_dri.so free 0x5571735ef470 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef600 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so free 0x5571735ef600 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef680 0.000122
+gallium_dri.so free 0x5571735ef740 void 0.000121
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef680 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000127
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef820 0.000139
+gallium_dri.so free 0x5571735ef8c0 void 0.000122
+gallium_dri.so free 0x5571735ef820 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef870 0.000120
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef870 0.000122
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000133
+gallium_dri.so free 0x5571735efa80 void 0.000130
+gallium_dri.so free 0x5571735ef9c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000126
+gallium_dri.so free 0x5571735efb40 void 0.000127
+gallium_dri.so free 0x5571735ef9c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000126
+gallium_dri.so free 0x5571735efc00 void 0.000126
+gallium_dri.so free 0x5571735ef9c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735efbb0 0.000124
+gallium_dri.so free 0x5571735efcc0 void 0.000126
+gallium_dri.so free 0x5571735efbb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efc70 0.000128
+gallium_dri.so free 0x5571735efd40 void 0.000125
+gallium_dri.so free 0x5571735efc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735efd90 0.000122
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd90 void 0.000124
+gallium_dri.so malloc 72 0x5571735efe20 0.000122
+gallium_dri.so free 0x5571735efec0 void 0.000122
+gallium_dri.so free 0x5571735efe20 void 0.000121
+gallium_dri.so malloc 72 0x5571735efe70 0.000124
+gallium_dri.so free 0x5571735eff40 void 0.000125
+gallium_dri.so free 0x5571735efe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735efe70 0.000126
+gallium_dri.so free 0x5571735effc0 void 0.000127
+gallium_dri.so free 0x5571735efe70 void 0.000128
+gallium_dri.so malloc 72 0x5571735effc0 0.000122
+gallium_dri.so free 0x5571735f0080 void 0.000127
+gallium_dri.so free 0x5571735effc0 void 0.000157
+gallium_dri.so malloc 72 0x5571735effc0 0.000130
+gallium_dri.so free 0x5571735f0180 void 0.000128
+gallium_dri.so free 0x5571735effc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0130 0.000172
+gallium_dri.so free 0x5571735f01c0 void 0.000184
+gallium_dri.so free 0x5571735f0130 void 0.000189
+gallium_dri.so malloc 72 0x5571735f0130 0.000173
+gallium_dri.so free 0x5571735f0280 void 0.000136
+gallium_dri.so free 0x5571735f0130 void 0.000136
+gallium_dri.so malloc 72 0x5571735f02c0 0.000129
+gallium_dri.so free 0x5571735f0340 void 0.000128
+gallium_dri.so free 0x5571735f02c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0340 0.000128
+gallium_dri.so free 0x5571735f0400 void 0.000129
+gallium_dri.so free 0x5571735f0340 void 0.000144
+gallium_dri.so malloc 72 0x5571735f0340 0.000138
+gallium_dri.so free 0x5571735f0480 void 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f04b0 0.000116
+gallium_dri.so free 0x5571735f0500 void 0.000116
+gallium_dri.so free 0x5571735f04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04b0 0.000136
+gallium_dri.so free 0x5571735f0600 void 0.000157
+gallium_dri.so free 0x5571735f04b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0640 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000122
+gallium_dri.so malloc 72 0x5571735f06c0 0.000139
+gallium_dri.so free 0x5571735f0780 void 0.000133
+gallium_dri.so free 0x5571735f06c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f06c0 0.000124
+gallium_dri.so free 0x5571735f0800 void 0.000122
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0830 0.000130
+gallium_dri.so free 0x5571735f0880 void 0.000130
+gallium_dri.so free 0x5571735f0830 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0830 0.000125
+gallium_dri.so free 0x5571735f0980 void 0.000120
+gallium_dri.so free 0x5571735f0830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0930 0.000121
+gallium_dri.so free 0x5571735f0a40 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000134
+gallium_dri.so malloc 72 0x5571735f09f0 0.000144
+gallium_dri.so free 0x5571735f0ac0 void 0.000142
+gallium_dri.so free 0x5571735f09f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f09f0 0.000147
+gallium_dri.so free 0x5571735f0b80 void 0.000143
+gallium_dri.so free 0x5571735f09f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f09f0 0.000143
+gallium_dri.so free 0x5571735f0c40 void 0.000144
+gallium_dri.so free 0x5571735f09f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000141
+gallium_dri.so free 0x5571735f0cc0 void 0.000143
+gallium_dri.so free 0x5571735f0bf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f0d10 0.000141
+gallium_dri.so free 0x5571735f0d80 void 0.000144
+gallium_dri.so free 0x5571735f0d10 void 0.000143
+gallium_dri.so malloc 72 0x5571735f0da0 0.000142
+gallium_dri.so free 0x5571735f0e40 void 0.000144
+gallium_dri.so free 0x5571735f0da0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f0df0 0.000143
+gallium_dri.so free 0x5571735f0ec0 void 0.000143
+gallium_dri.so free 0x5571735f0df0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000141
+gallium_dri.so free 0x5571735f0f80 void 0.000143
+gallium_dri.so free 0x5571735f0ec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000156
+gallium_dri.so free 0x5571735f1000 void 0.000145
+gallium_dri.so free 0x5571735f0ec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f1000 0.000140
+gallium_dri.so free 0x5571735f10c0 void 0.000141
+gallium_dri.so free 0x5571735f1000 void 0.000143
+gallium_dri.so malloc 72 0x5571735f1000 0.000139
+gallium_dri.so free 0x5571735f1180 void 0.000144
+gallium_dri.so free 0x5571735f1000 void 0.000141
+gallium_dri.so malloc 72 0x5571735f1000 0.000142
+gallium_dri.so free 0x5571735f1240 void 0.000139
+gallium_dri.so free 0x5571735f1000 void 0.000140
+gallium_dri.so malloc 72 0x5571735f11f0 0.000140
+gallium_dri.so free 0x5571735f12c0 void 0.000140
+gallium_dri.so free 0x5571735f11f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f1310 0.000141
+gallium_dri.so free 0x5571735f1380 void 0.000140
+gallium_dri.so free 0x5571735f1310 void 0.000141
+gallium_dri.so malloc 72 0x5571735f13c0 0.000141
+gallium_dri.so free 0x5571735f1440 void 0.000148
+gallium_dri.so free 0x5571735f13c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f13c0 0.000144
+gallium_dri.so free 0x5571735f14c0 void 0.000149
+gallium_dri.so free 0x5571735f13c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f14f0 0.000149
+gallium_dri.so free 0x5571735f1540 void 0.000151
+gallium_dri.so free 0x5571735f14f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f14f0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so free 0x5571735f14f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15f0 0.000112
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16b0 0.000112
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f16b0 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1870 0.000112
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f1870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1870 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000114
+gallium_dri.so free 0x5571735f1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000112
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1a30 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000125
+gallium_dri.so free 0x5571735f1a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1bc0 0.000112
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1c40 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c40 0.000115
+gallium_dri.so free 0x5571735f1dc0 void 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1de0 0.000111
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so free 0x5571735f1de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e30 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000115
+gallium_dri.so free 0x5571735f1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e30 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so free 0x5571735f1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f80 0.000112
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f80 0.000117
+gallium_dri.so free 0x5571735f21c0 void 0.000124
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2170 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so free 0x5571735f2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2230 0.000112
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2350 0.000122
+gallium_dri.so free 0x5571735f23c0 void 0.000123
+gallium_dri.so free 0x5571735f2350 void 0.000123
+gallium_dri.so malloc 72 0x5571735f23e0 0.000118
+gallium_dri.so free 0x5571735f2480 void 0.000115
+gallium_dri.so free 0x5571735f23e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2430 0.000113
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000112
+gallium_dri.so free 0x5571735f2580 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2580 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000153
+gallium_dri.so malloc 72 0x5571735f2580 0.000120
+gallium_dri.so free 0x5571735f2740 void 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000112
+gallium_dri.so free 0x5571735f2780 void 0.000113
+gallium_dri.so free 0x5571735f26f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2880 0.000112
+gallium_dri.so free 0x5571735f2900 void 0.000114
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2900 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x5571735f2900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2900 0.000115
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f2900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a70 0.000115
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so free 0x5571735f2a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a70 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so free 0x5571735f2a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2c00 0.000115
+gallium_dri.so free 0x5571735f2c80 void 0.000114
+gallium_dri.so free 0x5571735f2c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c80 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2c80 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000112
+gallium_dri.so free 0x5571735f2c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2df0 0.000113
+gallium_dri.so free 0x5571735f2e40 void 0.000112
+gallium_dri.so free 0x5571735f2df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2df0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000111
+gallium_dri.so free 0x5571735f2df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000112
+gallium_dri.so free 0x5571735f3000 void 0.000113
+gallium_dri.so free 0x5571735f2ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000112
+gallium_dri.so free 0x5571735f3080 void 0.000111
+gallium_dri.so free 0x5571735f2fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000112
+gallium_dri.so free 0x5571735f3140 void 0.000112
+gallium_dri.so free 0x5571735f2fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000112
+gallium_dri.so free 0x5571735f3200 void 0.000112
+gallium_dri.so free 0x5571735f2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000117
+gallium_dri.so free 0x5571735f3280 void 0.000120
+gallium_dri.so free 0x5571735f31b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f32d0 0.000180
+gallium_dri.so free 0x5571735f3340 void 0.000123
+gallium_dri.so free 0x5571735f32d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3360 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3360 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33b0 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f33b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f3480 0.000116
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3480 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35c0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f35c0 0.000113
+gallium_dri.so free 0x5571735f3740 void 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35c0 0.000113
+gallium_dri.so free 0x5571735f3800 void 0.000115
+gallium_dri.so free 0x5571735f35c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f37b0 0.000114
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so free 0x5571735f37b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f38d0 0.000120
+gallium_dri.so free 0x5571735f3940 void 0.000115
+gallium_dri.so free 0x5571735f38d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3980 0.000114
+gallium_dri.so free 0x5571735f3a00 void 0.000115
+gallium_dri.so free 0x5571735f3980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3980 0.000114
+gallium_dri.so free 0x5571735f3a80 void 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000114
+gallium_dri.so free 0x5571735f3b00 void 0.000115
+gallium_dri.so free 0x5571735f3ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000114
+gallium_dri.so free 0x5571735f3c00 void 0.000115
+gallium_dri.so free 0x5571735f3ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so free 0x5571735f3bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c70 0.000113
+gallium_dri.so free 0x5571735f3d00 void 0.000116
+gallium_dri.so free 0x5571735f3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c70 0.000113
+gallium_dri.so free 0x5571735f3dc0 void 0.000115
+gallium_dri.so free 0x5571735f3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e30 0.000113
+gallium_dri.so free 0x5571735f3e80 void 0.000115
+gallium_dri.so free 0x5571735f3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e30 0.000123
+gallium_dri.so free 0x5571735f3f80 void 0.000113
+gallium_dri.so free 0x5571735f3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3f30 0.000111
+gallium_dri.so free 0x5571735f4040 void 0.000116
+gallium_dri.so free 0x5571735f3f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000118
+gallium_dri.so free 0x5571735f4080 void 0.000114
+gallium_dri.so free 0x5571735f3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000113
+gallium_dri.so free 0x5571735f4140 void 0.000117
+gallium_dri.so free 0x5571735f3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4180 0.000115
+gallium_dri.so free 0x5571735f4200 void 0.000120
+gallium_dri.so free 0x5571735f4180 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4200 0.000117
+gallium_dri.so free 0x5571735f42c0 void 0.000118
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4200 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f43a0 0.000112
+gallium_dri.so free 0x5571735f4440 void 0.000114
+gallium_dri.so free 0x5571735f43a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f43f0 0.000114
+gallium_dri.so free 0x5571735f44c0 void 0.000113
+gallium_dri.so free 0x5571735f43f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f43f0 0.000173
+gallium_dri.so free 0x5571735f4540 void 0.000116
+gallium_dri.so free 0x5571735f43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4540 0.000114
+gallium_dri.so free 0x5571735f4600 void 0.000115
+gallium_dri.so free 0x5571735f4540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4540 0.000113
+gallium_dri.so free 0x5571735f46c0 void 0.000116
+gallium_dri.so free 0x5571735f4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4540 0.000113
+gallium_dri.so free 0x5571735f4780 void 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4730 0.000114
+gallium_dri.so free 0x5571735f4840 void 0.000115
+gallium_dri.so free 0x5571735f4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f47f0 0.000111
+gallium_dri.so free 0x5571735f48c0 void 0.000115
+gallium_dri.so free 0x5571735f47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4910 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000115
+gallium_dri.so free 0x5571735f4910 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49a0 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f49f0 0.000113
+gallium_dri.so free 0x5571735f4ac0 void 0.000114
+gallium_dri.so free 0x5571735f49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49f0 0.000122
+gallium_dri.so free 0x5571735f4b40 void 0.000113
+gallium_dri.so free 0x5571735f49f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4b40 0.000112
+gallium_dri.so free 0x5571735f4c00 void 0.000111
+gallium_dri.so free 0x5571735f4b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4b40 0.000112
+gallium_dri.so free 0x5571735f4d00 void 0.000112
+gallium_dri.so free 0x5571735f4b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000111
+gallium_dri.so free 0x5571735f4d40 void 0.000138
+gallium_dri.so free 0x5571735f4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000112
+gallium_dri.so free 0x5571735f4e00 void 0.000111
+gallium_dri.so free 0x5571735f4cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e40 0.000110
+gallium_dri.so free 0x5571735f4ec0 void 0.000112
+gallium_dri.so free 0x5571735f4e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000116
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so free 0x5571735f4ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000112
+gallium_dri.so free 0x5571735f5000 void 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5030 0.000206
+gallium_dri.so free 0x5571735f5080 void 0.000124
+gallium_dri.so free 0x5571735f5030 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5030 0.000124
+gallium_dri.so free 0x5571735f5180 void 0.000123
+gallium_dri.so free 0x5571735f5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51c0 0.000118
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so free 0x5571735f51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000112
+gallium_dri.so free 0x5571735f5300 void 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000113
+gallium_dri.so free 0x5571735f5380 void 0.000115
+gallium_dri.so free 0x5571735f5240 void 0.000112
+gallium_dri.so malloc 72 0x5571735f53b0 0.000113
+gallium_dri.so free 0x5571735f5400 void 0.000115
+gallium_dri.so free 0x5571735f53b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f53b0 0.000112
+gallium_dri.so free 0x5571735f5500 void 0.000119
+gallium_dri.so free 0x5571735f53b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so free 0x5571735f54b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5570 0.000113
+gallium_dri.so free 0x5571735f5640 void 0.000115
+gallium_dri.so free 0x5571735f5570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5570 0.000112
+gallium_dri.so free 0x5571735f5700 void 0.000115
+gallium_dri.so free 0x5571735f5570 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5570 0.000113
+gallium_dri.so free 0x5571735f57c0 void 0.000113
+gallium_dri.so free 0x5571735f5570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5770 0.000113
+gallium_dri.so free 0x5571735f5840 void 0.000112
+gallium_dri.so free 0x5571735f5770 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5890 0.000111
+gallium_dri.so free 0x5571735f5900 void 0.000113
+gallium_dri.so free 0x5571735f5890 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5920 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so free 0x5571735f5920 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5970 0.000115
+gallium_dri.so free 0x5571735f5a40 void 0.000115
+gallium_dri.so free 0x5571735f5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a40 0.000112
+gallium_dri.so free 0x5571735f5b00 void 0.000113
+gallium_dri.so free 0x5571735f5a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a40 0.000112
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so free 0x5571735f5a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000118
+gallium_dri.so free 0x5571735f5c40 void 0.000114
+gallium_dri.so free 0x5571735f5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000113
+gallium_dri.so free 0x5571735f5d00 void 0.000115
+gallium_dri.so free 0x5571735f5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000121
+gallium_dri.so free 0x5571735f5dc0 void 0.000113
+gallium_dri.so free 0x5571735f5b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5d70 0.000112
+gallium_dri.so free 0x5571735f5e40 void 0.000112
+gallium_dri.so free 0x5571735f5d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e90 0.000111
+gallium_dri.so free 0x5571735f5f00 void 0.000112
+gallium_dri.so free 0x5571735f5e90 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5f40 0.000112
+gallium_dri.so free 0x5571735f5fc0 void 0.000110
+gallium_dri.so free 0x5571735f5f40 void 0.000183
+gallium_dri.so malloc 72 0x5571735f5f40 0.000124
+gallium_dri.so free 0x5571735f6040 void 0.000122
+gallium_dri.so free 0x5571735f5f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6070 0.000122
+gallium_dri.so free 0x5571735f60c0 void 0.000118
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6070 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6170 0.000113
+gallium_dri.so free 0x5571735f6280 void 0.000114
+gallium_dri.so free 0x5571735f6170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6230 0.000112
+gallium_dri.so free 0x5571735f62c0 void 0.000113
+gallium_dri.so free 0x5571735f6230 void 0.000176
+gallium_dri.so malloc 72 0x5571735f6230 0.000116
+gallium_dri.so free 0x5571735f6380 void 0.000115
+gallium_dri.so free 0x5571735f6230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f64f0 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000133
+gallium_dri.so free 0x5571735f64f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f65b0 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so free 0x5571735f65b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f65b0 0.000112
+gallium_dri.so free 0x5571735f6700 void 0.000115
+gallium_dri.so free 0x5571735f65b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6740 0.000113
+gallium_dri.so free 0x5571735f67c0 void 0.000114
+gallium_dri.so free 0x5571735f6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f67c0 0.000113
+gallium_dri.so free 0x5571735f6880 void 0.000114
+gallium_dri.so free 0x5571735f67c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67c0 0.000111
+gallium_dri.so free 0x5571735f6940 void 0.000113
+gallium_dri.so free 0x5571735f67c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6960 0.000115
+gallium_dri.so free 0x5571735f6a00 void 0.000111
+gallium_dri.so free 0x5571735f6960 void 0.000111
+gallium_dri.so malloc 72 0x5571735f69b0 0.000112
+gallium_dri.so free 0x5571735f6a80 void 0.000111
+gallium_dri.so free 0x5571735f69b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f69b0 0.000111
+gallium_dri.so free 0x5571735f6b00 void 0.000113
+gallium_dri.so free 0x5571735f69b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b00 0.000111
+gallium_dri.so free 0x5571735f6bc0 void 0.000110
+gallium_dri.so free 0x5571735f6b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6b00 0.000112
+gallium_dri.so free 0x5571735f6c80 void 0.000111
+gallium_dri.so free 0x5571735f6b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6b00 0.000113
+gallium_dri.so free 0x5571735f6d40 void 0.000112
+gallium_dri.so free 0x5571735f6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000112
+gallium_dri.so free 0x5571735f6e00 void 0.000112
+gallium_dri.so free 0x5571735f6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000113
+gallium_dri.so free 0x5571735f6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ed0 0.000112
+gallium_dri.so free 0x5571735f6f40 void 0.000125
+gallium_dri.so free 0x5571735f6ed0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6f60 0.000167
+gallium_dri.so free 0x5571735f7000 void 0.000119
+gallium_dri.so free 0x5571735f6f60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000115
+gallium_dri.so free 0x5571735f7080 void 0.000115
+gallium_dri.so free 0x5571735f6fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000115
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f6fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7100 0.000116
+gallium_dri.so free 0x5571735f71c0 void 0.000115
+gallium_dri.so free 0x5571735f7100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7100 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7270 0.000114
+gallium_dri.so free 0x5571735f7300 void 0.000115
+gallium_dri.so free 0x5571735f7270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7270 0.000114
+gallium_dri.so free 0x5571735f73c0 void 0.000114
+gallium_dri.so free 0x5571735f7270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7400 0.000113
+gallium_dri.so free 0x5571735f7480 void 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7480 0.000114
+gallium_dri.so free 0x5571735f7540 void 0.000116
+gallium_dri.so free 0x5571735f7480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7480 0.000190
+gallium_dri.so free 0x5571735f75c0 void 0.000120
+gallium_dri.so free 0x5571735f7480 void 0.000148
+gallium_dri.so malloc 72 0x5571735f75f0 0.000116
+gallium_dri.so free 0x5571735f7640 void 0.000116
+gallium_dri.so free 0x5571735f75f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75f0 0.000118
+gallium_dri.so free 0x5571735f7740 void 0.000164
+gallium_dri.so free 0x5571735f75f0 void 0.000243
+gallium_dri.so malloc 72 0x5571735f7780 0.000162
+gallium_dri.so free 0x5571735f7800 void 0.000163
+gallium_dri.so free 0x5571735f7780 void 0.000159
+gallium_dri.so malloc 72 0x5571735f7800 0.000124
+gallium_dri.so free 0x5571735f78c0 void 0.000125
+gallium_dri.so free 0x5571735f7800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7800 0.000123
+gallium_dri.so free 0x5571735f7940 void 0.000120
+gallium_dri.so free 0x5571735f7800 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7970 0.000117
+gallium_dri.so free 0x5571735f79c0 void 0.000123
+gallium_dri.so free 0x5571735f7970 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7970 0.000118
+gallium_dri.so free 0x5571735f7ac0 void 0.000126
+gallium_dri.so free 0x5571735f7970 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7a70 0.000125
+gallium_dri.so free 0x5571735f7b80 void 0.000123
+gallium_dri.so free 0x5571735f7a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b30 0.000116
+gallium_dri.so free 0x5571735f7c00 void 0.000121
+gallium_dri.so free 0x5571735f7b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7b30 0.000118
+gallium_dri.so free 0x5571735f7cc0 void 0.000119
+gallium_dri.so free 0x5571735f7b30 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7b30 0.000125
+gallium_dri.so free 0x5571735f7d80 void 0.000124
+gallium_dri.so free 0x5571735f7b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7d30 0.000123
+gallium_dri.so free 0x5571735f7e00 void 0.000125
+gallium_dri.so free 0x5571735f7d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7e50 0.000123
+gallium_dri.so free 0x5571735f7ec0 void 0.000120
+gallium_dri.so free 0x5571735f7e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ee0 0.000123
+gallium_dri.so free 0x5571735f7f80 void 0.000124
+gallium_dri.so free 0x5571735f7ee0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7f30 0.000124
+gallium_dri.so free 0x5571735f8000 void 0.000119
+gallium_dri.so free 0x5571735f7f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8000 0.000125
+gallium_dri.so free 0x5571735f80c0 void 0.000119
+gallium_dri.so free 0x5571735f8000 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8000 0.000118
+gallium_dri.so free 0x5571735f8140 void 0.000122
+gallium_dri.so free 0x5571735f8000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8140 0.000118
+gallium_dri.so free 0x5571735f8200 void 0.000124
+gallium_dri.so free 0x5571735f8140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8140 0.000117
+gallium_dri.so free 0x5571735f82c0 void 0.000119
+gallium_dri.so free 0x5571735f8140 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8140 0.000124
+gallium_dri.so free 0x5571735f8380 void 0.000136
+gallium_dri.so free 0x5571735f8140 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8330 0.000130
+gallium_dri.so free 0x5571735f8400 void 0.000130
+gallium_dri.so free 0x5571735f8330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8450 0.000124
+gallium_dri.so free 0x5571735f84c0 void 0.000132
+gallium_dri.so free 0x5571735f8450 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8500 0.000130
+gallium_dri.so free 0x5571735f8580 void 0.000125
+gallium_dri.so free 0x5571735f8500 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8500 0.000129
+gallium_dri.so free 0x5571735f8600 void 0.000130
+gallium_dri.so free 0x5571735f8500 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8630 0.000123
+gallium_dri.so free 0x5571735f8680 void 0.000129
+gallium_dri.so free 0x5571735f8630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8630 0.000131
+gallium_dri.so free 0x5571735f8780 void 0.000130
+gallium_dri.so free 0x5571735f8630 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8730 0.000125
+gallium_dri.so free 0x5571735f8840 void 0.000130
+gallium_dri.so free 0x5571735f8730 void 0.000130
+gallium_dri.so malloc 72 0x5571735f87f0 0.000130
+gallium_dri.so free 0x5571735f8880 void 0.000129
+gallium_dri.so free 0x5571735f87f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f87f0 0.000132
+gallium_dri.so free 0x5571735f8940 void 0.000132
+gallium_dri.so free 0x5571735f87f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f89b0 0.000123
+gallium_dri.so free 0x5571735f8a00 void 0.000123
+gallium_dri.so free 0x5571735f89b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f89b0 0.000130
+gallium_dri.so free 0x5571735f8b00 void 0.000131
+gallium_dri.so free 0x5571735f89b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000129
+gallium_dri.so free 0x5571735f8bc0 void 0.000130
+gallium_dri.so free 0x5571735f8ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8b70 0.000129
+gallium_dri.so free 0x5571735f8c00 void 0.000130
+gallium_dri.so free 0x5571735f8b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8b70 0.000129
+gallium_dri.so free 0x5571735f8cc0 void 0.000128
+gallium_dri.so free 0x5571735f8b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8d00 0.000123
+gallium_dri.so free 0x5571735f8d80 void 0.000123
+gallium_dri.so free 0x5571735f8d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8d80 0.000128
+gallium_dri.so free 0x5571735f8e40 void 0.000184
+gallium_dri.so free 0x5571735f8d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8d80 0.000129
+gallium_dri.so free 0x5571735f8f00 void 0.000130
+gallium_dri.so free 0x5571735f8d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8f20 0.000130
+gallium_dri.so free 0x5571735f8fc0 void 0.000131
+gallium_dri.so free 0x5571735f8f20 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8f70 0.000130
+gallium_dri.so free 0x5571735f9040 void 0.000161
+gallium_dri.so free 0x5571735f8f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8f70 0.000124
+gallium_dri.so free 0x5571735f90c0 void 0.000124
+gallium_dri.so free 0x5571735f8f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f90c0 0.000130
+gallium_dri.so free 0x5571735f9180 void 0.000129
+gallium_dri.so free 0x5571735f90c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f90c0 0.000124
+gallium_dri.so free 0x5571735f9240 void 0.000129
+gallium_dri.so free 0x5571735f90c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f90c0 0.000126
+gallium_dri.so free 0x5571735f9300 void 0.000134
+gallium_dri.so free 0x5571735f90c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f92b0 0.000123
+gallium_dri.so free 0x5571735f93c0 void 0.000124
+gallium_dri.so free 0x5571735f92b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9370 0.000129
+gallium_dri.so free 0x5571735f9440 void 0.000130
+gallium_dri.so free 0x5571735f9370 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9490 0.000129
+gallium_dri.so free 0x5571735f9500 void 0.000125
+gallium_dri.so free 0x5571735f9490 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9520 0.000124
+gallium_dri.so free 0x5571735f95c0 void 0.000125
+gallium_dri.so free 0x5571735f9520 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9570 0.000128
+gallium_dri.so free 0x5571735f9640 void 0.000125
+gallium_dri.so free 0x5571735f9570 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9570 0.000124
+gallium_dri.so free 0x5571735f96c0 void 0.000129
+gallium_dri.so free 0x5571735f9570 void 0.000130
+gallium_dri.so malloc 72 0x5571735f96c0 0.000125
+gallium_dri.so free 0x5571735f9780 void 0.000125
+gallium_dri.so free 0x5571735f96c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f96c0 0.000141
+gallium_dri.so free 0x5571735f9880 void 0.000130
+gallium_dri.so free 0x5571735f96c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9830 0.000130
+gallium_dri.so free 0x5571735f98c0 void 0.000131
+gallium_dri.so free 0x5571735f9830 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9830 0.000123
+gallium_dri.so free 0x5571735f9980 void 0.000123
+gallium_dri.so free 0x5571735f9830 void 0.000128
+gallium_dri.so malloc 72 0x5571735f99c0 0.000125
+gallium_dri.so free 0x5571735f9a40 void 0.000125
+gallium_dri.so free 0x5571735f99c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9a40 0.000131
+gallium_dri.so free 0x5571735f9b00 void 0.000129
+gallium_dri.so free 0x5571735f9a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9a40 0.000128
+gallium_dri.so free 0x5571735f9b80 void 0.000131
+gallium_dri.so free 0x5571735f9a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000131
+gallium_dri.so free 0x5571735f9c00 void 0.000130
+gallium_dri.so free 0x5571735f9bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000198
+gallium_dri.so free 0x5571735f9d00 void 0.000132
+gallium_dri.so free 0x5571735f9bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9d40 0.000129
+gallium_dri.so free 0x5571735f9dc0 void 0.000129
+gallium_dri.so free 0x5571735f9d40 void 0.000140
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000129
+gallium_dri.so free 0x5571735f9e80 void 0.000130
+gallium_dri.so free 0x5571735f9dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000127
+gallium_dri.so free 0x5571735f9f00 void 0.000124
+gallium_dri.so free 0x5571735f9dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9f30 0.000129
+gallium_dri.so free 0x5571735f9f80 void 0.000129
+gallium_dri.so free 0x5571735f9f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9f30 0.000123
+gallium_dri.so free 0x5571735fa080 void 0.000128
+gallium_dri.so free 0x5571735f9f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa030 0.000128
+gallium_dri.so free 0x5571735fa140 void 0.000129
+gallium_dri.so free 0x5571735fa030 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa0f0 0.000127
+gallium_dri.so free 0x5571735fa1c0 void 0.000126
+gallium_dri.so free 0x5571735fa0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa0f0 0.000125
+gallium_dri.so free 0x5571735fa280 void 0.000123
+gallium_dri.so free 0x5571735fa0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa0f0 0.000130
+gallium_dri.so free 0x5571735fa340 void 0.000125
+gallium_dri.so free 0x5571735fa0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000129
+gallium_dri.so free 0x5571735fa3c0 void 0.000129
+gallium_dri.so free 0x5571735fa2f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa410 0.000136
+gallium_dri.so free 0x5571735fa480 void 0.000130
+gallium_dri.so free 0x5571735fa410 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa4a0 0.000129
+gallium_dri.so free 0x5571735fa540 void 0.000128
+gallium_dri.so free 0x5571735fa4a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa4f0 0.000130
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so free 0x5571735fa4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000129
+gallium_dri.so free 0x5571735fa680 void 0.000140
+gallium_dri.so free 0x5571735fa5c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000131
+gallium_dri.so free 0x5571735fa700 void 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa700 0.000124
+gallium_dri.so free 0x5571735fa7c0 void 0.000128
+gallium_dri.so free 0x5571735fa700 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa700 0.000129
+gallium_dri.so free 0x5571735fa880 void 0.000129
+gallium_dri.so free 0x5571735fa700 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa700 0.000130
+gallium_dri.so free 0x5571735fa940 void 0.000136
+gallium_dri.so free 0x5571735fa700 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000129
+gallium_dri.so free 0x5571735fa9c0 void 0.000130
+gallium_dri.so free 0x5571735fa8f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735faa10 0.000130
+gallium_dri.so free 0x5571735faa80 void 0.000131
+gallium_dri.so free 0x5571735faa10 void 0.000124
+gallium_dri.so malloc 72 0x5571735faac0 0.000177
+gallium_dri.so free 0x5571735fab40 void 0.000130
+gallium_dri.so free 0x5571735faac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735faac0 0.000129
+gallium_dri.so free 0x5571735fabc0 void 0.000130
+gallium_dri.so free 0x5571735faac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fabf0 0.000129
+gallium_dri.so free 0x5571735fac40 void 0.000124
+gallium_dri.so free 0x5571735fabf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fabf0 0.000129
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so free 0x5571735fabf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000129
+gallium_dri.so free 0x5571735fae00 void 0.000129
+gallium_dri.so free 0x5571735facf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fadb0 0.000130
+gallium_dri.so free 0x5571735fae40 void 0.000130
+gallium_dri.so free 0x5571735fadb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fadb0 0.000129
+gallium_dri.so free 0x5571735faf00 void 0.000127
+gallium_dri.so free 0x5571735fadb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735faf70 0.000131
+gallium_dri.so free 0x5571735fafc0 void 0.000131
+gallium_dri.so free 0x5571735faf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735faf70 0.000123
+gallium_dri.so free 0x5571735fb0c0 void 0.000123
+gallium_dri.so free 0x5571735faf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb070 0.000124
+gallium_dri.so free 0x5571735fb180 void 0.000129
+gallium_dri.so free 0x5571735fb070 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb130 0.000153
+gallium_dri.so free 0x5571735fb1c0 void 0.000127
+gallium_dri.so free 0x5571735fb130 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb130 0.000129
+gallium_dri.so free 0x5571735fb280 void 0.000129
+gallium_dri.so free 0x5571735fb130 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb2c0 0.000129
+gallium_dri.so free 0x5571735fb340 void 0.000130
+gallium_dri.so free 0x5571735fb2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb340 0.000125
+gallium_dri.so free 0x5571735fb400 void 0.000129
+gallium_dri.so free 0x5571735fb340 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb340 0.000133
+gallium_dri.so free 0x5571735fb4c0 void 0.000129
+gallium_dri.so free 0x5571735fb340 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb4e0 0.000129
+gallium_dri.so free 0x5571735fb580 void 0.000128
+gallium_dri.so free 0x5571735fb4e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb530 0.000129
+gallium_dri.so free 0x5571735fb600 void 0.000130
+gallium_dri.so free 0x5571735fb530 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb530 0.000129
+gallium_dri.so free 0x5571735fb680 void 0.000159
+gallium_dri.so free 0x5571735fb530 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb680 0.000130
+gallium_dri.so free 0x5571735fb740 void 0.000130
+gallium_dri.so free 0x5571735fb680 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb680 0.000131
+gallium_dri.so free 0x5571735fb800 void 0.000130
+gallium_dri.so free 0x5571735fb680 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb680 0.000129
+gallium_dri.so free 0x5571735fb8c0 void 0.000129
+gallium_dri.so free 0x5571735fb680 void 0.000171
+gallium_dri.so malloc 72 0x5571735fb870 0.000164
+gallium_dri.so free 0x5571735fb980 void 0.000160
+gallium_dri.so free 0x5571735fb870 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb930 0.000130
+gallium_dri.so free 0x5571735fba00 void 0.000130
+gallium_dri.so free 0x5571735fb930 void 0.000131
+gallium_dri.so malloc 72 0x5571735fba50 0.000130
+gallium_dri.so free 0x5571735fbac0 void 0.000124
+gallium_dri.so free 0x5571735fba50 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbae0 0.000129
+gallium_dri.so free 0x5571735fbb80 void 0.000130
+gallium_dri.so free 0x5571735fbae0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbb30 0.000124
+gallium_dri.so free 0x5571735fbc00 void 0.000123
+gallium_dri.so free 0x5571735fbb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbb30 0.000128
+gallium_dri.so free 0x5571735fbc80 void 0.000131
+gallium_dri.so free 0x5571735fbb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbc80 0.000132
+gallium_dri.so free 0x5571735fbd40 void 0.000132
+gallium_dri.so free 0x5571735fbc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbc80 0.000129
+gallium_dri.so free 0x5571735fbe40 void 0.000125
+gallium_dri.so free 0x5571735fbc80 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbdf0 0.000127
+gallium_dri.so free 0x5571735fbe80 void 0.000129
+gallium_dri.so free 0x5571735fbdf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbdf0 0.000127
+gallium_dri.so free 0x5571735fbf40 void 0.000125
+gallium_dri.so free 0x5571735fbdf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbf80 0.000124
+gallium_dri.so free 0x5571735fc000 void 0.000124
+gallium_dri.so free 0x5571735fbf80 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc000 0.000127
+gallium_dri.so free 0x5571735fc0c0 void 0.000130
+gallium_dri.so free 0x5571735fc000 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc000 0.000123
+gallium_dri.so free 0x5571735fc140 void 0.000135
+gallium_dri.so free 0x5571735fc000 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc170 0.000130
+gallium_dri.so free 0x5571735fc1c0 void 0.000141
+gallium_dri.so free 0x5571735fc170 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc170 0.000128
+gallium_dri.so free 0x5571735fc2c0 void 0.000130
+gallium_dri.so free 0x5571735fc170 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc300 0.000122
+gallium_dri.so free 0x5571735fc380 void 0.000124
+gallium_dri.so free 0x5571735fc300 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc380 0.000129
+gallium_dri.so free 0x5571735fc440 void 0.000125
+gallium_dri.so free 0x5571735fc380 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc380 0.000129
+gallium_dri.so free 0x5571735fc4c0 void 0.000133
+gallium_dri.so free 0x5571735fc380 void 0.000156
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000125
+gallium_dri.so free 0x5571735fc540 void 0.000125
+gallium_dri.so free 0x5571735fc4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000129
+gallium_dri.so free 0x5571735fc640 void 0.000129
+gallium_dri.so free 0x5571735fc4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000125
+gallium_dri.so free 0x5571735fc700 void 0.000123
+gallium_dri.so free 0x5571735fc5f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000130
+gallium_dri.so free 0x5571735fc780 void 0.000130
+gallium_dri.so free 0x5571735fc6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000129
+gallium_dri.so free 0x5571735fc840 void 0.000130
+gallium_dri.so free 0x5571735fc6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000124
+gallium_dri.so free 0x5571735fc900 void 0.000130
+gallium_dri.so free 0x5571735fc6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000129
+gallium_dri.so free 0x5571735fc980 void 0.000169
+gallium_dri.so free 0x5571735fc8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc9d0 0.000130
+gallium_dri.so free 0x5571735fca40 void 0.000131
+gallium_dri.so free 0x5571735fc9d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca60 0.000127
+gallium_dri.so free 0x5571735fcb00 void 0.000130
+gallium_dri.so free 0x5571735fca60 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcab0 0.000129
+gallium_dri.so free 0x5571735fcb80 void 0.000141
+gallium_dri.so free 0x5571735fcab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fcb80 0.000129
+gallium_dri.so free 0x5571735fcc40 void 0.000125
+gallium_dri.so free 0x5571735fcb80 void 0.000127
+gallium_dri.so malloc 72 0x5571735fcb80 0.000130
+gallium_dri.so free 0x5571735fccc0 void 0.000129
+gallium_dri.so free 0x5571735fcb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fccc0 0.000129
+gallium_dri.so free 0x5571735fcd80 void 0.000130
+gallium_dri.so free 0x5571735fccc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fccc0 0.000130
+gallium_dri.so free 0x5571735fce40 void 0.000131
+gallium_dri.so free 0x5571735fccc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fccc0 0.000132
+gallium_dri.so free 0x5571735fcf00 void 0.000131
+gallium_dri.so free 0x5571735fccc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fceb0 0.000129
+gallium_dri.so free 0x5571735fcf80 void 0.000130
+gallium_dri.so free 0x5571735fceb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcfd0 0.000125
+gallium_dri.so free 0x5571735fd040 void 0.000177
+gallium_dri.so free 0x5571735fcfd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd080 0.000129
+gallium_dri.so free 0x5571735fd100 void 0.000124
+gallium_dri.so free 0x5571735fd080 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd080 0.000122
+gallium_dri.so free 0x5571735fd180 void 0.000130
+gallium_dri.so free 0x5571735fd080 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000122
+gallium_dri.so free 0x5571735fd200 void 0.000123
+gallium_dri.so free 0x5571735fd1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000128
+gallium_dri.so free 0x5571735fd300 void 0.000129
+gallium_dri.so free 0x5571735fd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000122
+gallium_dri.so free 0x5571735fd3c0 void 0.000129
+gallium_dri.so free 0x5571735fd2b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd370 0.000124
+gallium_dri.so free 0x5571735fd400 void 0.000123
+gallium_dri.so free 0x5571735fd370 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd370 0.000130
+gallium_dri.so free 0x5571735fd4c0 void 0.000130
+gallium_dri.so free 0x5571735fd370 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd530 0.000130
+gallium_dri.so free 0x5571735fd580 void 0.000135
+gallium_dri.so free 0x5571735fd530 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd530 0.000129
+gallium_dri.so free 0x5571735fd680 void 0.000132
+gallium_dri.so free 0x5571735fd530 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd630 0.000129
+gallium_dri.so free 0x5571735fd740 void 0.000132
+gallium_dri.so free 0x5571735fd630 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd6f0 0.000129
+gallium_dri.so free 0x5571735fd780 void 0.000181
+gallium_dri.so free 0x5571735fd6f0 void 0.000229
+gallium_dri.so malloc 72 0x5571735fd6f0 0.000295
+gallium_dri.so free 0x5571735fd840 void 0.000238
+gallium_dri.so free 0x5571735fd6f0 void 0.000251
+gallium_dri.so malloc 72 0x5571735fd880 0.000133
+gallium_dri.so free 0x5571735fd900 void 0.000163
+gallium_dri.so free 0x5571735fd880 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd900 0.000123
+gallium_dri.so free 0x5571735fd9c0 void 0.000128
+gallium_dri.so free 0x5571735fd900 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd900 0.000124
+gallium_dri.so free 0x5571735fda80 void 0.000135
+gallium_dri.so free 0x5571735fd900 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdaa0 0.000135
+gallium_dri.so free 0x5571735fdb40 void 0.000133
+gallium_dri.so free 0x5571735fdaa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000125
+gallium_dri.so free 0x5571735fdbc0 void 0.000123
+gallium_dri.so free 0x5571735fdaf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000130
+gallium_dri.so free 0x5571735fdc40 void 0.000125
+gallium_dri.so free 0x5571735fdaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdc40 0.000124
+gallium_dri.so free 0x5571735fdd00 void 0.000128
+gallium_dri.so free 0x5571735fdc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdc40 0.000169
+gallium_dri.so free 0x5571735fddc0 void 0.000127
+gallium_dri.so free 0x5571735fdc40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdc40 0.000124
+gallium_dri.so free 0x5571735fde80 void 0.000123
+gallium_dri.so free 0x5571735fdc40 void 0.000123
+gallium_dri.so malloc 72 0x5571735fde30 0.000122
+gallium_dri.so free 0x5571735fdf40 void 0.000123
+gallium_dri.so free 0x5571735fde30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdef0 0.000123
+gallium_dri.so free 0x5571735fdfc0 void 0.000192
+gallium_dri.so free 0x5571735fdef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe010 0.000197
+gallium_dri.so free 0x5571735fe080 void 0.000162
+gallium_dri.so free 0x5571735fe010 void 0.000195
+gallium_dri.so malloc 72 0x5571735fe0a0 0.000162
+gallium_dri.so free 0x5571735fe140 void 0.000123
+gallium_dri.so free 0x5571735fe0a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000123
+gallium_dri.so free 0x5571735fe1c0 void 0.000123
+gallium_dri.so free 0x5571735fe0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000122
+gallium_dri.so free 0x5571735fe240 void 0.000126
+gallium_dri.so free 0x5571735fe0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe240 0.000123
+gallium_dri.so free 0x5571735fe300 void 0.000123
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe240 0.000124
+gallium_dri.so free 0x5571735fe400 void 0.000123
+gallium_dri.so free 0x5571735fe240 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe3b0 0.000122
+gallium_dri.so free 0x5571735fe440 void 0.000124
+gallium_dri.so free 0x5571735fe3b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe3b0 0.000124
+gallium_dri.so free 0x5571735fe500 void 0.000125
+gallium_dri.so free 0x5571735fe3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe540 0.000124
+gallium_dri.so free 0x5571735fe5c0 void 0.000124
+gallium_dri.so free 0x5571735fe540 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe5c0 0.000123
+gallium_dri.so free 0x5571735fe680 void 0.000124
+gallium_dri.so free 0x5571735fe5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe5c0 0.000123
+gallium_dri.so free 0x5571735fe700 void 0.000123
+gallium_dri.so free 0x5571735fe5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe730 0.000124
+gallium_dri.so free 0x5571735fe780 void 0.000123
+gallium_dri.so free 0x5571735fe730 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe730 0.000122
+gallium_dri.so free 0x5571735fe880 void 0.000124
+gallium_dri.so free 0x5571735fe730 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000124
+gallium_dri.so free 0x5571735fe940 void 0.000130
+gallium_dri.so free 0x5571735fe8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe940 0.000118
+gallium_dri.so free 0x5571735fea00 void 0.000118
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe940 0.000117
+gallium_dri.so free 0x5571735fea80 void 0.000118
+gallium_dri.so free 0x5571735fe940 void 0.000126
+gallium_dri.so malloc 72 0x5571735feab0 0.000118
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so free 0x5571735feab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735feab0 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000118
+gallium_dri.so free 0x5571735feab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735febb0 0.000118
+gallium_dri.so free 0x5571735fecc0 void 0.000120
+gallium_dri.so free 0x5571735febb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec70 0.000118
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so free 0x5571735fec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec70 0.000117
+gallium_dri.so free 0x5571735fee00 void 0.000118
+gallium_dri.so free 0x5571735fec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec70 0.000118
+gallium_dri.so free 0x5571735feec0 void 0.000117
+gallium_dri.so free 0x5571735fec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee70 0.000117
+gallium_dri.so free 0x5571735fef40 void 0.000117
+gallium_dri.so free 0x5571735fee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fef90 0.000118
+gallium_dri.so free 0x5571735ff000 void 0.000117
+gallium_dri.so free 0x5571735fef90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff020 0.000118
+gallium_dri.so free 0x5571735ff0c0 void 0.000117
+gallium_dri.so free 0x5571735ff020 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff070 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so free 0x5571735ff070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff140 0.000117
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff140 0.000118
+gallium_dri.so free 0x5571735ff280 void 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff280 0.000119
+gallium_dri.so free 0x5571735ff340 void 0.000117
+gallium_dri.so free 0x5571735ff280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff280 0.000117
+gallium_dri.so free 0x5571735ff400 void 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff280 0.000139
+gallium_dri.so free 0x5571735ff4c0 void 0.000119
+gallium_dri.so free 0x5571735ff280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff470 0.000118
+gallium_dri.so free 0x5571735ff540 void 0.000117
+gallium_dri.so free 0x5571735ff470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff590 0.000117
+gallium_dri.so free 0x5571735ff600 void 0.000119
+gallium_dri.so free 0x5571735ff590 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff640 0.000120
+gallium_dri.so free 0x5571735ff6c0 void 0.000128
+gallium_dri.so free 0x5571735ff640 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff640 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000117
+gallium_dri.so free 0x5571735ff640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff770 0.000117
+gallium_dri.so free 0x5571735ff7c0 void 0.000117
+gallium_dri.so free 0x5571735ff770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff770 0.000117
+gallium_dri.so free 0x5571735ff8c0 void 0.000126
+gallium_dri.so free 0x5571735ff770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff870 0.000119
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so free 0x5571735ff870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff930 0.000117
+gallium_dri.so free 0x5571735ff9c0 void 0.000117
+gallium_dri.so free 0x5571735ff930 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff930 0.000116
+gallium_dri.so free 0x5571735ffa80 void 0.000117
+gallium_dri.so free 0x5571735ff930 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000117
+gallium_dri.so free 0x5571735ffb40 void 0.000118
+gallium_dri.so free 0x5571735ffaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000117
+gallium_dri.so free 0x5571735ffc40 void 0.000117
+gallium_dri.so free 0x5571735ffaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000126
+gallium_dri.so free 0x5571735ffd00 void 0.000118
+gallium_dri.so free 0x5571735ffbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffcb0 0.000117
+gallium_dri.so free 0x5571735ffd40 void 0.000118
+gallium_dri.so free 0x5571735ffcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffcb0 0.000118
+gallium_dri.so free 0x5571735ffe00 void 0.000118
+gallium_dri.so free 0x5571735ffcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffe40 0.000118
+gallium_dri.so free 0x5571735ffec0 void 0.000117
+gallium_dri.so free 0x5571735ffe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffec0 0.000117
+gallium_dri.so free 0x5571735b4280 void 0.000117
+gallium_dri.so free 0x5571735ffec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffec0 0.000116
+gallium_dri.so free 0x557173454440 void 0.000117
+gallium_dri.so free 0x5571735ffec0 void 0.000119
+gallium_dri.so malloc 72 0x5571734543f0 0.000117
+gallium_dri.so free 0x5571735b4500 void 0.000117
+gallium_dri.so free 0x5571734543f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000116
+gallium_dri.so free 0x5571735b4b80 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b44b0 0.000119
+gallium_dri.so free 0x5571735b3ec0 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735b3e70 0.000119
+gallium_dri.so free 0x5571735b3f80 void 0.000118
+gallium_dri.so free 0x5571735b3e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3f30 0.000116
+gallium_dri.so free 0x5571735b3fc0 void 0.000118
+gallium_dri.so free 0x5571735b3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3f30 0.000116
+gallium_dri.so free 0x5571735b4080 void 0.000117
+gallium_dri.so free 0x5571735b3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b40d0 0.000117
+gallium_dri.so free 0x557173458840 void 0.000118
+gallium_dri.so free 0x5571735b40d0 void 0.000119
+gallium_dri.so malloc 72 0x557173458880 0.000119
+gallium_dri.so free 0x557173458900 void 0.000117
+gallium_dri.so free 0x557173458880 void 0.000117
+gallium_dri.so malloc 72 0x557173458900 0.000117
+gallium_dri.so free 0x5571734589c0 void 0.000117
+gallium_dri.so free 0x557173458900 void 0.000118
+gallium_dri.so malloc 72 0x557173458900 0.000118
+gallium_dri.so free 0x557173458a40 void 0.000118
+gallium_dri.so free 0x557173458900 void 0.000117
+gallium_dri.so malloc 72 0x557173458a70 0.000117
+gallium_dri.so free 0x557173458ac0 void 0.000117
+gallium_dri.so free 0x557173458a70 void 0.000118
+gallium_dri.so malloc 72 0x557173458a70 0.000117
+gallium_dri.so free 0x5571735b4600 void 0.000118
+gallium_dri.so free 0x557173458a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4650 0.000118
+gallium_dri.so free 0x5571735b46c0 void 0.000116
+gallium_dri.so free 0x5571735b4650 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4700 0.000117
+gallium_dri.so free 0x5571735b4780 void 0.000118
+gallium_dri.so free 0x5571735b4700 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4700 0.000118
+gallium_dri.so free 0x5571735b4800 void 0.000119
+gallium_dri.so free 0x5571735b4700 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4830 0.000118
+gallium_dri.so free 0x5571735b4880 void 0.000117
+gallium_dri.so free 0x5571735b4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4830 0.000119
+gallium_dri.so free 0x5571735b4980 void 0.000119
+gallium_dri.so free 0x5571735b4830 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4930 0.000119
+gallium_dri.so free 0x5571735e3d40 void 0.000124
+gallium_dri.so free 0x5571735b4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4930 0.000117
+gallium_dri.so free 0x5571735e3dc0 void 0.000117
+gallium_dri.so free 0x5571735b4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3df0 0.000116
+gallium_dri.so free 0x5571735e3e40 void 0.000117
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3df0 0.000116
+gallium_dri.so free 0x5571735e3f40 void 0.000130
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3f80 0.000116
+gallium_dri.so free 0x5571735e4000 void 0.000116
+gallium_dri.so free 0x5571735e3f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4000 0.000116
+gallium_dri.so free 0x5571735e40c0 void 0.000117
+gallium_dri.so free 0x5571735e4000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4000 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so free 0x5571735e4000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4170 0.000117
+gallium_dri.so free 0x5571735e41c0 void 0.000117
+gallium_dri.so free 0x5571735e4170 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4170 0.000118
+gallium_dri.so free 0x5571735e42c0 void 0.000118
+gallium_dri.so free 0x5571735e4170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4270 0.000117
+gallium_dri.so free 0x5571735e4380 void 0.000118
+gallium_dri.so free 0x5571735e4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4330 0.000118
+gallium_dri.so free 0x5571735e4400 void 0.000118
+gallium_dri.so free 0x5571735e4330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4330 0.000117
+gallium_dri.so free 0x5571735e44c0 void 0.000117
+gallium_dri.so free 0x5571735e4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4330 0.000156
+gallium_dri.so free 0x5571735e4580 void 0.000120
+gallium_dri.so free 0x5571735e4330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4530 0.000117
+gallium_dri.so free 0x5571735e4600 void 0.000117
+gallium_dri.so free 0x5571735e4530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4650 0.000117
+gallium_dri.so free 0x5571735e46c0 void 0.000117
+gallium_dri.so free 0x5571735e4650 void 0.000118
+gallium_dri.so malloc 72 0x5571735e46e0 0.000117
+gallium_dri.so free 0x5571735e4780 void 0.000118
+gallium_dri.so free 0x5571735e46e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4730 0.000116
+gallium_dri.so free 0x5571735e4800 void 0.000117
+gallium_dri.so free 0x5571735e4730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4800 0.000117
+gallium_dri.so free 0x5571735e48c0 void 0.000119
+gallium_dri.so free 0x5571735e4800 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4800 0.000118
+gallium_dri.so free 0x5571735e4940 void 0.000117
+gallium_dri.so free 0x5571735e4800 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4940 0.000117
+gallium_dri.so free 0x5571735e4a00 void 0.000118
+gallium_dri.so free 0x5571735e4940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4940 0.000117
+gallium_dri.so free 0x5571735e4ac0 void 0.000119
+gallium_dri.so free 0x5571735e4940 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4940 0.000128
+gallium_dri.so free 0x5571735e4b80 void 0.000117
+gallium_dri.so free 0x5571735e4940 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4b30 0.000118
+gallium_dri.so free 0x5571735e4c00 void 0.000117
+gallium_dri.so free 0x5571735e4b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4c50 0.000117
+gallium_dri.so free 0x5571735e4cc0 void 0.000118
+gallium_dri.so free 0x5571735e4c50 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4d00 0.000116
+gallium_dri.so free 0x5571735e4d80 void 0.000117
+gallium_dri.so free 0x5571735e4d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4d00 0.000117
+gallium_dri.so free 0x5571735e4e00 void 0.000117
+gallium_dri.so free 0x5571735e4d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4e30 0.000116
+gallium_dri.so free 0x5571735e4e80 void 0.000117
+gallium_dri.so free 0x5571735e4e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e30 0.000118
+gallium_dri.so free 0x5571735e4f80 void 0.000119
+gallium_dri.so free 0x5571735e4e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4f30 0.000116
+gallium_dri.so free 0x5571735e5040 void 0.000117
+gallium_dri.so free 0x5571735e4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000119
+gallium_dri.so free 0x5571735e5080 void 0.000118
+gallium_dri.so free 0x5571735e4ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000120
+gallium_dri.so free 0x5571735e5140 void 0.000118
+gallium_dri.so free 0x5571735e4ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e51b0 0.000117
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so free 0x5571735e51b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e51b0 0.000116
+gallium_dri.so free 0x5571735e5300 void 0.000118
+gallium_dri.so free 0x5571735e51b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e52b0 0.000118
+gallium_dri.so free 0x5571735e53c0 void 0.000117
+gallium_dri.so free 0x5571735e52b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5370 0.000116
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so free 0x5571735e5370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5370 0.000118
+gallium_dri.so free 0x5571735e54c0 void 0.000117
+gallium_dri.so free 0x5571735e5370 void 0.000146
+gallium_dri.so malloc 72 0x5571735e5500 0.000121
+gallium_dri.so free 0x5571735e5580 void 0.000118
+gallium_dri.so free 0x5571735e5500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5580 0.000117
+gallium_dri.so free 0x5571735e5640 void 0.000119
+gallium_dri.so free 0x5571735e5580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5580 0.000119
+gallium_dri.so free 0x5571735e5700 void 0.000118
+gallium_dri.so free 0x5571735e5580 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5720 0.000117
+gallium_dri.so free 0x5571735e57c0 void 0.000117
+gallium_dri.so free 0x5571735e5720 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5770 0.000118
+gallium_dri.so free 0x5571735e5840 void 0.000124
+gallium_dri.so free 0x5571735e5770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5770 0.000117
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so free 0x5571735e5770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58c0 0.000119
+gallium_dri.so free 0x5571735e5980 void 0.000118
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58c0 0.000118
+gallium_dri.so free 0x5571735e5a40 void 0.000117
+gallium_dri.so free 0x5571735e58c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e58c0 0.000117
+gallium_dri.so free 0x5571735e5b00 void 0.000117
+gallium_dri.so free 0x5571735e58c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000118
+gallium_dri.so free 0x5571735e5bc0 void 0.000117
+gallium_dri.so free 0x5571735e5ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5b70 0.000117
+gallium_dri.so free 0x5571735e5c40 void 0.000118
+gallium_dri.so free 0x5571735e5b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5c90 0.000118
+gallium_dri.so free 0x5571735e5d00 void 0.000129
+gallium_dri.so free 0x5571735e5c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5d20 0.000118
+gallium_dri.so free 0x5571735e5dc0 void 0.000117
+gallium_dri.so free 0x5571735e5d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5d70 0.000118
+gallium_dri.so free 0x5571735e5e40 void 0.000118
+gallium_dri.so free 0x5571735e5d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5d70 0.000116
+gallium_dri.so free 0x5571735e5ec0 void 0.000117
+gallium_dri.so free 0x5571735e5d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000123
+gallium_dri.so free 0x5571735e5f80 void 0.000117
+gallium_dri.so free 0x5571735e5ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000118
+gallium_dri.so free 0x5571735e6080 void 0.000117
+gallium_dri.so free 0x5571735e5ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6030 0.000117
+gallium_dri.so free 0x5571735e60c0 void 0.000119
+gallium_dri.so free 0x5571735e6030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6030 0.000117
+gallium_dri.so free 0x5571735e6180 void 0.000118
+gallium_dri.so free 0x5571735e6030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e61c0 0.000117
+gallium_dri.so free 0x557173455400 void 0.000117
+gallium_dri.so free 0x5571735e61c0 void 0.000117
+gallium_dri.so malloc 72 0x557173455450 0.000117
+gallium_dri.so free 0x5571734554c0 void 0.000122
+gallium_dri.so free 0x557173455450 void 0.000118
+gallium_dri.so malloc 72 0x5571734554e0 0.000119
+gallium_dri.so free 0x557173455580 void 0.000117
+gallium_dri.so free 0x5571734554e0 void 0.000117
+gallium_dri.so malloc 72 0x557173455530 0.000117
+gallium_dri.so free 0x557173455600 void 0.000116
+gallium_dri.so free 0x557173455530 void 0.000116
+gallium_dri.so malloc 72 0x557173455530 0.000118
+gallium_dri.so free 0x557173455700 void 0.000118
+gallium_dri.so free 0x557173455530 void 0.000117
+gallium_dri.so malloc 72 0x5571734556b0 0.000117
+gallium_dri.so free 0x557173455780 void 0.000117
+gallium_dri.so free 0x5571734556b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734557d0 0.000117
+gallium_dri.so free 0x557173455840 void 0.000117
+gallium_dri.so free 0x5571734557d0 void 0.000117
+gallium_dri.so malloc 72 0x557173455860 0.000120
+gallium_dri.so free 0x557173455900 void 0.000118
+gallium_dri.so free 0x557173455860 void 0.000117
+gallium_dri.so malloc 72 0x5571734558b0 0.000117
+gallium_dri.so free 0x557173455980 void 0.000121
+gallium_dri.so free 0x5571734558b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734558b0 0.000117
+gallium_dri.so free 0x557173455a00 void 0.000117
+gallium_dri.so free 0x5571734558b0 void 0.000117
+gallium_dri.so malloc 72 0x557173455a00 0.000165
+gallium_dri.so free 0x557173455ac0 void 0.000119
+gallium_dri.so free 0x557173455a00 void 0.000118
+gallium_dri.so malloc 72 0x557173455a00 0.000117
+gallium_dri.so free 0x557173455bc0 void 0.000117
+gallium_dri.so free 0x557173455a00 void 0.000117
+gallium_dri.so malloc 72 0x557173455a00 0.000117
+gallium_dri.so free 0x557173455c40 void 0.000117
+gallium_dri.so free 0x557173455a00 void 0.000116
+gallium_dri.so malloc 72 0x557173455c70 0.000118
+gallium_dri.so free 0x557173455cc0 void 0.000118
+gallium_dri.so free 0x557173455c70 void 0.000117
+gallium_dri.so malloc 72 0x557173455c70 0.000117
+gallium_dri.so free 0x557173455dc0 void 0.000117
+gallium_dri.so free 0x557173455c70 void 0.000117
+gallium_dri.so malloc 72 0x557173455d70 0.000116
+gallium_dri.so free 0x557173455e80 void 0.000119
+gallium_dri.so free 0x557173455d70 void 0.000117
+gallium_dri.so malloc 72 0x557173455e30 0.000118
+gallium_dri.so free 0x557173455ec0 void 0.000128
+gallium_dri.so free 0x557173455e30 void 0.000117
+gallium_dri.so malloc 72 0x557173455e30 0.000117
+gallium_dri.so free 0x557173455f80 void 0.000117
+gallium_dri.so free 0x557173455e30 void 0.000117
+gallium_dri.so malloc 72 0x557173455fd0 0.000118
+gallium_dri.so free 0x557173456040 void 0.000118
+gallium_dri.so free 0x557173455fd0 void 0.000126
+gallium_dri.so malloc 72 0x557173456080 0.000119
+gallium_dri.so free 0x557173456100 void 0.000117
+gallium_dri.so free 0x557173456080 void 0.000118
+gallium_dri.so malloc 72 0x557173456100 0.000119
+gallium_dri.so free 0x5571734561c0 void 0.000119
+gallium_dri.so free 0x557173456100 void 0.000117
+gallium_dri.so malloc 72 0x557173456100 0.000116
+gallium_dri.so free 0x557173456240 void 0.000117
+gallium_dri.so free 0x557173456100 void 0.000118
+gallium_dri.so malloc 72 0x557173456270 0.000117
+gallium_dri.so free 0x5571734562c0 void 0.000119
+gallium_dri.so free 0x557173456270 void 0.000117
+gallium_dri.so malloc 72 0x557173456270 0.000117
+gallium_dri.so free 0x5571734563c0 void 0.000119
+gallium_dri.so free 0x557173456270 void 0.000118
+gallium_dri.so malloc 72 0x557173456370 0.000118
+gallium_dri.so free 0x557173456480 void 0.000117
+gallium_dri.so free 0x557173456370 void 0.000118
+gallium_dri.so malloc 72 0x557173456430 0.000117
+gallium_dri.so free 0x557173456500 void 0.000118
+gallium_dri.so free 0x557173456430 void 0.000116
+gallium_dri.so malloc 72 0x557173456520 0.000118
+gallium_dri.so free 0x5571734565c0 void 0.000118
+gallium_dri.so free 0x557173456520 void 0.000118
+gallium_dri.so malloc 72 0x557173456570 0.000119
+gallium_dri.so free 0x557173456640 void 0.000118
+gallium_dri.so free 0x557173456570 void 0.000128
+gallium_dri.so malloc 72 0x557173456570 0.000118
+gallium_dri.so free 0x5571734566c0 void 0.000116
+gallium_dri.so free 0x557173456570 void 0.000117
+gallium_dri.so malloc 72 0x5571734566c0 0.000119
+gallium_dri.so free 0x557173456780 void 0.000119
+gallium_dri.so free 0x5571734566c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734566c0 0.000117
+gallium_dri.so free 0x557173456840 void 0.000118
+gallium_dri.so free 0x5571734566c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734566c0 0.000118
+gallium_dri.so free 0x557173456900 void 0.000117
+gallium_dri.so free 0x5571734566c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734568b0 0.000118
+gallium_dri.so free 0x557173456900 void 0.000117
+gallium_dri.so free 0x5571734568b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734568b0 0.000129
+gallium_dri.so free 0x557173456a00 void 0.000122
+gallium_dri.so free 0x5571734568b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734569b0 0.000120
+gallium_dri.so free 0x557173456ac0 void 0.000123
+gallium_dri.so free 0x5571734569b0 void 0.000123
+gallium_dri.so malloc 72 0x557173456a70 0.000123
+gallium_dri.so free 0x557173456b00 void 0.000120
+gallium_dri.so free 0x557173456a70 void 0.000162
+gallium_dri.so malloc 72 0x557173456a70 0.000125
+gallium_dri.so free 0x557173456bc0 void 0.000120
+gallium_dri.so free 0x557173456a70 void 0.000119
+gallium_dri.so malloc 72 0x557173456c00 0.000117
+gallium_dri.so free 0x557173456c80 void 0.000118
+gallium_dri.so free 0x557173456c00 void 0.000117
+gallium_dri.so malloc 72 0x557173456c80 0.000118
+gallium_dri.so free 0x557173456d40 void 0.000117
+gallium_dri.so free 0x557173456c80 void 0.000116
+gallium_dri.so malloc 72 0x557173456c80 0.000116
+gallium_dri.so free 0x557173456e00 void 0.000119
+gallium_dri.so free 0x557173456c80 void 0.000118
+gallium_dri.so malloc 72 0x557173456e20 0.000117
+gallium_dri.so free 0x557173456ec0 void 0.000117
+gallium_dri.so free 0x557173456e20 void 0.000117
+gallium_dri.so malloc 72 0x557173456e70 0.000118
+gallium_dri.so free 0x557173456f40 void 0.000117
+gallium_dri.so free 0x557173456e70 void 0.000117
+gallium_dri.so malloc 72 0x557173456e70 0.000117
+gallium_dri.so free 0x557173456fc0 void 0.000118
+gallium_dri.so free 0x557173456e70 void 0.000118
+gallium_dri.so malloc 72 0x557173456fc0 0.000117
+gallium_dri.so free 0x557173457080 void 0.000118
+gallium_dri.so free 0x557173456fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173456fc0 0.000117
+gallium_dri.so free 0x557173457140 void 0.000118
+gallium_dri.so free 0x557173456fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173456fc0 0.000110
+gallium_dri.so free 0x557173457200 void 0.000110
+gallium_dri.so free 0x557173456fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571734571b0 0.000111
+gallium_dri.so free 0x5571734572c0 void 0.000108
+gallium_dri.so free 0x5571734571b0 void 0.000110
+gallium_dri.so malloc 72 0x557173457270 0.000109
+gallium_dri.so free 0x557173457340 void 0.000110
+gallium_dri.so free 0x557173457270 void 0.000109
+gallium_dri.so malloc 72 0x557173457390 0.000109
+gallium_dri.so free 0x557173457400 void 0.000110
+gallium_dri.so free 0x557173457390 void 0.000109
+gallium_dri.so malloc 72 0x557173457420 0.000108
+gallium_dri.so free 0x5571734574c0 void 0.000110
+gallium_dri.so free 0x557173457420 void 0.000109
+gallium_dri.so malloc 72 0x557173457470 0.000109
+gallium_dri.so free 0x557173457540 void 0.000112
+gallium_dri.so free 0x557173457470 void 0.000109
+gallium_dri.so malloc 72 0x557173457470 0.000110
+gallium_dri.so free 0x5571734575c0 void 0.000115
+gallium_dri.so free 0x557173457470 void 0.000125
+gallium_dri.so malloc 72 0x5571734575c0 0.000114
+gallium_dri.so free 0x557173457680 void 0.000111
+gallium_dri.so free 0x5571734575c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734575c0 0.000112
+gallium_dri.so free 0x557173457780 void 0.000112
+gallium_dri.so free 0x5571734575c0 void 0.000110
+gallium_dri.so malloc 72 0x557173457730 0.000152
+gallium_dri.so free 0x5571734577c0 void 0.000129
+gallium_dri.so free 0x557173457730 void 0.000125
+gallium_dri.so malloc 72 0x557173457730 0.000124
+gallium_dri.so free 0x557173457880 void 0.000120
+gallium_dri.so free 0x557173457730 void 0.000121
+gallium_dri.so malloc 72 0x5571734578c0 0.000125
+gallium_dri.so free 0x557173457940 void 0.000127
+gallium_dri.so free 0x5571734578c0 void 0.000124
+gallium_dri.so malloc 72 0x557173457940 0.000124
+gallium_dri.so free 0x557173457a00 void 0.000126
+gallium_dri.so free 0x557173457940 void 0.000125
+gallium_dri.so malloc 72 0x557173457940 0.000125
+gallium_dri.so free 0x557173457a80 void 0.000299
+gallium_dri.so free 0x557173457940 void 0.000292
+gallium_dri.so malloc 72 0x557173457ab0 0.000320
+gallium_dri.so free 0x557173457b00 void 0.000335
+gallium_dri.so free 0x557173457ab0 void 0.000159
+gallium_dri.so malloc 72 0x557173457ab0 0.000164
+gallium_dri.so free 0x557173457c00 void 0.000165
+gallium_dri.so free 0x557173457ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173457c40 0.000124
+gallium_dri.so free 0x557173457cc0 void 0.000119
+gallium_dri.so free 0x557173457c40 void 0.000122
+gallium_dri.so malloc 72 0x557173457cc0 0.000124
+gallium_dri.so free 0x557173457d80 void 0.000124
+gallium_dri.so free 0x557173457cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173457cc0 0.000118
+gallium_dri.so free 0x557173457e00 void 0.000122
+gallium_dri.so free 0x557173457cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173457e30 0.000121
+gallium_dri.so free 0x557173457e80 void 0.000119
+gallium_dri.so free 0x557173457e30 void 0.000118
+gallium_dri.so malloc 72 0x557173457e30 0.000117
+gallium_dri.so free 0x557173457f80 void 0.000122
+gallium_dri.so free 0x557173457e30 void 0.000119
+gallium_dri.so malloc 72 0x557173457f30 0.000118
+gallium_dri.so free 0x557173458040 void 0.000117
+gallium_dri.so free 0x557173457f30 void 0.000122
+gallium_dri.so malloc 72 0x557173457ff0 0.000118
+gallium_dri.so free 0x5571734580c0 void 0.000129
+gallium_dri.so free 0x557173457ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173457ff0 0.000123
+gallium_dri.so free 0x557173458180 void 0.000119
+gallium_dri.so free 0x557173457ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173457ff0 0.000118
+gallium_dri.so free 0x557173458240 void 0.000123
+gallium_dri.so free 0x557173457ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571734581f0 0.000124
+gallium_dri.so free 0x5571734582c0 void 0.000120
+gallium_dri.so free 0x5571734581f0 void 0.000118
+gallium_dri.so malloc 72 0x557173458310 0.000118
+gallium_dri.so free 0x557173458380 void 0.000123
+gallium_dri.so free 0x557173458310 void 0.000124
+gallium_dri.so malloc 72 0x5571734583a0 0.000120
+gallium_dri.so free 0x557173458440 void 0.000117
+gallium_dri.so free 0x5571734583a0 void 0.000122
+gallium_dri.so malloc 72 0x5571734583f0 0.000135
+gallium_dri.so free 0x5571734584c0 void 0.000132
+gallium_dri.so free 0x5571734583f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734584c0 0.000123
+gallium_dri.so free 0x557173458580 void 0.000124
+gallium_dri.so free 0x5571734584c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734584c0 0.000132
+gallium_dri.so free 0x557173458600 void 0.000181
+gallium_dri.so free 0x5571734584c0 void 0.000131
+gallium_dri.so malloc 72 0x557173458600 0.000130
+gallium_dri.so free 0x5571734586c0 void 0.000125
+gallium_dri.so free 0x557173458600 void 0.000124
+gallium_dri.so malloc 72 0x557173458600 0.000128
+gallium_dri.so free 0x557173459c40 void 0.000124
+gallium_dri.so free 0x557173458600 void 0.000123
+gallium_dri.so malloc 72 0x557173459bf0 0.000123
+gallium_dri.so free 0x557173459cc0 void 0.000129
+gallium_dri.so free 0x557173459bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173459bf0 0.000123
+gallium_dri.so free 0x557173459d40 void 0.000124
+gallium_dri.so free 0x557173459bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173459d40 0.000128
+gallium_dri.so free 0x557173459e00 void 0.000129
+gallium_dri.so free 0x557173459d40 void 0.000156
+gallium_dri.so malloc 72 0x557173459d40 0.000174
+gallium_dri.so free 0x557173458780 void 0.000131
+gallium_dri.so free 0x557173459d40 void 0.000131
+gallium_dri.so malloc 72 0x557173459d40 0.000130
+gallium_dri.so free 0x557173459f00 void 0.000133
+gallium_dri.so free 0x557173459d40 void 0.000130
+gallium_dri.so malloc 72 0x557173459eb0 0.000130
+gallium_dri.so free 0x557173459f80 void 0.000126
+gallium_dri.so free 0x557173459eb0 void 0.000127
+gallium_dri.so malloc 72 0x557173459eb0 0.000130
+gallium_dri.so free 0x55717345a000 void 0.000130
+gallium_dri.so free 0x557173459eb0 void 0.000125
+gallium_dri.so malloc 72 0x55717345a000 0.000128
+gallium_dri.so free 0x55717345a0c0 void 0.000126
+gallium_dri.so free 0x55717345a000 void 0.000128
+gallium_dri.so malloc 72 0x55717345a000 0.000131
+gallium_dri.so free 0x55717345a180 void 0.000124
+gallium_dri.so free 0x55717345a000 void 0.000123
+gallium_dri.so malloc 72 0x55717345a000 0.000123
+gallium_dri.so free 0x55717345a240 void 0.000129
+gallium_dri.so free 0x55717345a000 void 0.000132
+gallium_dri.so malloc 72 0x55717345a1f0 0.000126
+gallium_dri.so free 0x55717345a240 void 0.000124
+gallium_dri.so free 0x55717345a1f0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a1f0 0.000125
+gallium_dri.so free 0x55717345a340 void 0.000124
+gallium_dri.so free 0x55717345a1f0 void 0.000141
+gallium_dri.so malloc 72 0x55717345a2f0 0.000127
+gallium_dri.so free 0x55717345a400 void 0.000129
+gallium_dri.so free 0x55717345a2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a3b0 0.000129
+gallium_dri.so free 0x55717345a440 void 0.000125
+gallium_dri.so free 0x55717345a3b0 void 0.000128
+gallium_dri.so malloc 72 0x55717345a3b0 0.000135
+gallium_dri.so free 0x55717345a500 void 0.000130
+gallium_dri.so free 0x55717345a3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345a540 0.000123
+gallium_dri.so free 0x55717345a5c0 void 0.000124
+gallium_dri.so free 0x55717345a540 void 0.000127
+gallium_dri.so malloc 72 0x55717345a5c0 0.000131
+gallium_dri.so free 0x55717345a680 void 0.000130
+gallium_dri.so free 0x55717345a5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a5c0 0.000130
+gallium_dri.so free 0x55717345a740 void 0.000129
+gallium_dri.so free 0x55717345a5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a760 0.000130
+gallium_dri.so free 0x55717345a800 void 0.000130
+gallium_dri.so free 0x55717345a760 void 0.000195
+gallium_dri.so malloc 72 0x55717345a7b0 0.000164
+gallium_dri.so free 0x55717345a880 void 0.000130
+gallium_dri.so free 0x55717345a7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a7b0 0.000129
+gallium_dri.so free 0x55717345a900 void 0.000126
+gallium_dri.so free 0x55717345a7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717345a900 0.000131
+gallium_dri.so free 0x55717345a9c0 void 0.000129
+gallium_dri.so free 0x55717345a900 void 0.000130
+gallium_dri.so malloc 72 0x55717345a900 0.000131
+gallium_dri.so free 0x55717345aa80 void 0.000129
+gallium_dri.so free 0x55717345a900 void 0.000125
+gallium_dri.so malloc 72 0x55717345a900 0.000125
+gallium_dri.so free 0x55717345ab40 void 0.000128
+gallium_dri.so free 0x55717345a900 void 0.000129
+gallium_dri.so malloc 72 0x55717345aaf0 0.000125
+gallium_dri.so free 0x55717345ac00 void 0.000124
+gallium_dri.so free 0x55717345aaf0 void 0.000124
+gallium_dri.so malloc 72 0x55717345abb0 0.000129
+gallium_dri.so free 0x55717345ac80 void 0.000130
+gallium_dri.so free 0x55717345abb0 void 0.000141
+gallium_dri.so malloc 72 0x55717345acd0 0.000129
+gallium_dri.so free 0x55717345ad40 void 0.000131
+gallium_dri.so free 0x55717345acd0 void 0.000126
+gallium_dri.so malloc 72 0x55717345ad60 0.000128
+gallium_dri.so free 0x55717345ae00 void 0.000141
+gallium_dri.so free 0x55717345ad60 void 0.000125
+gallium_dri.so malloc 72 0x55717345adb0 0.000124
+gallium_dri.so free 0x55717345ae80 void 0.000129
+gallium_dri.so free 0x55717345adb0 void 0.000130
+gallium_dri.so malloc 72 0x55717345adb0 0.000129
+gallium_dri.so free 0x55717345af00 void 0.000125
+gallium_dri.so free 0x55717345adb0 void 0.000125
+gallium_dri.so malloc 72 0x55717345af00 0.000128
+gallium_dri.so free 0x55717345afc0 void 0.000130
+gallium_dri.so free 0x55717345af00 void 0.000130
+gallium_dri.so malloc 72 0x55717345af00 0.000130
+gallium_dri.so free 0x55717345b0c0 void 0.000162
+gallium_dri.so free 0x55717345af00 void 0.000132
+gallium_dri.so malloc 72 0x55717345b070 0.000154
+gallium_dri.so free 0x55717345b100 void 0.000132
+gallium_dri.so free 0x55717345b070 void 0.000133
+gallium_dri.so malloc 72 0x55717345b070 0.000130
+gallium_dri.so free 0x55717345b1c0 void 0.000130
+gallium_dri.so free 0x55717345b070 void 0.000126
+gallium_dri.so malloc 72 0x55717345b200 0.000123
+gallium_dri.so free 0x55717345b280 void 0.000128
+gallium_dri.so free 0x55717345b200 void 0.000129
+gallium_dri.so malloc 72 0x55717345b280 0.000130
+gallium_dri.so free 0x55717345b340 void 0.000125
+gallium_dri.so free 0x55717345b280 void 0.000128
+gallium_dri.so malloc 72 0x55717345b280 0.000130
+gallium_dri.so free 0x55717345b3c0 void 0.000126
+gallium_dri.so free 0x55717345b280 void 0.000123
+gallium_dri.so malloc 72 0x55717345b3f0 0.000129
+gallium_dri.so free 0x55717345b440 void 0.000125
+gallium_dri.so free 0x55717345b3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717345b3f0 0.000130
+gallium_dri.so free 0x55717345b540 void 0.000130
+gallium_dri.so free 0x55717345b3f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b580 0.000123
+gallium_dri.so free 0x55717345b600 void 0.000128
+gallium_dri.so free 0x55717345b580 void 0.000172
+gallium_dri.so malloc 72 0x55717345b600 0.000130
+gallium_dri.so free 0x55717345b6c0 void 0.000131
+gallium_dri.so free 0x55717345b600 void 0.000126
+gallium_dri.so malloc 72 0x55717345b600 0.000129
+gallium_dri.so free 0x55717345b740 void 0.000131
+gallium_dri.so free 0x55717345b600 void 0.000126
+gallium_dri.so malloc 72 0x55717345b770 0.000123
+gallium_dri.so free 0x55717345b7c0 void 0.000124
+gallium_dri.so free 0x55717345b770 void 0.000128
+gallium_dri.so malloc 72 0x55717345b770 0.000137
+gallium_dri.so free 0x55717345b8c0 void 0.000130
+gallium_dri.so free 0x55717345b770 void 0.000129
+gallium_dri.so malloc 72 0x55717345b870 0.000131
+gallium_dri.so free 0x55717345b980 void 0.000130
+gallium_dri.so free 0x55717345b870 void 0.000129
+gallium_dri.so malloc 72 0x55717345b930 0.000133
+gallium_dri.so free 0x55717345ba00 void 0.000129
+gallium_dri.so free 0x55717345b930 void 0.000129
+gallium_dri.so malloc 72 0x55717345b930 0.000129
+gallium_dri.so free 0x55717345bac0 void 0.000140
+gallium_dri.so free 0x55717345b930 void 0.000131
+gallium_dri.so malloc 72 0x55717345b930 0.000130
+gallium_dri.so free 0x55717345bb80 void 0.000130
+gallium_dri.so free 0x55717345b930 void 0.000129
+gallium_dri.so malloc 72 0x55717345bb30 0.000129
+gallium_dri.so free 0x55717345bc00 void 0.000130
+gallium_dri.so free 0x55717345bb30 void 0.000126
+gallium_dri.so malloc 72 0x55717345bc50 0.000128
+gallium_dri.so free 0x55717345bcc0 void 0.000130
+gallium_dri.so free 0x55717345bc50 void 0.000125
+gallium_dri.so malloc 72 0x55717345bce0 0.000123
+gallium_dri.so free 0x55717345bd80 void 0.000134
+gallium_dri.so free 0x55717345bce0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bd30 0.000129
+gallium_dri.so free 0x55717345be00 void 0.000130
+gallium_dri.so free 0x55717345bd30 void 0.000131
+gallium_dri.so malloc 72 0x55717345be00 0.000124
+gallium_dri.so free 0x55717345bec0 void 0.000130
+gallium_dri.so free 0x55717345be00 void 0.000130
+gallium_dri.so malloc 72 0x55717345be00 0.000130
+gallium_dri.so free 0x55717345bf40 void 0.000124
+gallium_dri.so free 0x55717345be00 void 0.000127
+gallium_dri.so malloc 72 0x55717345bf40 0.000128
+gallium_dri.so free 0x55717345c000 void 0.000130
+gallium_dri.so free 0x55717345bf40 void 0.000124
+gallium_dri.so malloc 72 0x55717345bf40 0.000122
+gallium_dri.so free 0x55717345c0c0 void 0.000124
+gallium_dri.so free 0x55717345bf40 void 0.000128
+gallium_dri.so malloc 72 0x55717345bf40 0.000132
+gallium_dri.so free 0x55717345c180 void 0.000130
+gallium_dri.so free 0x55717345bf40 void 0.000164
+gallium_dri.so malloc 72 0x55717345c130 0.000129
+gallium_dri.so free 0x55717345c200 void 0.000125
+gallium_dri.so free 0x55717345c130 void 0.000123
+gallium_dri.so malloc 72 0x55717345c250 0.000129
+gallium_dri.so free 0x55717345c2c0 void 0.000130
+gallium_dri.so free 0x55717345c250 void 0.000131
+gallium_dri.so malloc 72 0x55717345c300 0.000129
+gallium_dri.so free 0x55717345c380 void 0.000158
+gallium_dri.so free 0x55717345c300 void 0.000164
+gallium_dri.so malloc 72 0x55717345c300 0.000130
+gallium_dri.so free 0x55717345c400 void 0.000142
+gallium_dri.so free 0x55717345c300 void 0.000129
+gallium_dri.so malloc 72 0x55717345c430 0.000130
+gallium_dri.so free 0x55717345c480 void 0.000130
+gallium_dri.so free 0x55717345c430 void 0.000131
+gallium_dri.so malloc 72 0x55717345c430 0.000129
+gallium_dri.so free 0x55717345c580 void 0.000132
+gallium_dri.so free 0x55717345c430 void 0.000126
+gallium_dri.so malloc 72 0x55717345c530 0.000130
+gallium_dri.so free 0x55717345c640 void 0.000130
+gallium_dri.so free 0x55717345c530 void 0.000129
+gallium_dri.so malloc 72 0x55717345c5f0 0.000125
+gallium_dri.so free 0x55717345c680 void 0.000130
+gallium_dri.so free 0x55717345c5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c5f0 0.000130
+gallium_dri.so free 0x55717345c740 void 0.000131
+gallium_dri.so free 0x55717345c5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c7b0 0.000129
+gallium_dri.so free 0x55717345c800 void 0.000131
+gallium_dri.so free 0x55717345c7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c7b0 0.000141
+gallium_dri.so free 0x55717345c900 void 0.000132
+gallium_dri.so free 0x55717345c7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c8b0 0.000130
+gallium_dri.so free 0x55717345c9c0 void 0.000131
+gallium_dri.so free 0x55717345c8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c970 0.000125
+gallium_dri.so free 0x55717345ca00 void 0.000125
+gallium_dri.so free 0x55717345c970 void 0.000130
+gallium_dri.so malloc 72 0x55717345c970 0.000130
+gallium_dri.so free 0x55717345cac0 void 0.000130
+gallium_dri.so free 0x55717345c970 void 0.000133
+gallium_dri.so malloc 72 0x55717345cb00 0.000130
+gallium_dri.so free 0x55717345cb80 void 0.000130
+gallium_dri.so free 0x55717345cb00 void 0.000130
+gallium_dri.so malloc 72 0x55717345cb80 0.000126
+gallium_dri.so free 0x55717345cc40 void 0.000128
+gallium_dri.so free 0x55717345cb80 void 0.000130
+gallium_dri.so malloc 72 0x55717345cb80 0.000226
+gallium_dri.so free 0x55717345cd00 void 0.000331
+gallium_dri.so free 0x55717345cb80 void 0.000337
+gallium_dri.so malloc 72 0x55717345cd20 0.000274
+gallium_dri.so free 0x55717345cdc0 void 0.000287
+gallium_dri.so free 0x55717345cd20 void 0.000268
+gallium_dri.so malloc 72 0x55717345cd70 0.000272
+gallium_dri.so free 0x55717345ce40 void 0.000280
+gallium_dri.so free 0x55717345cd70 void 0.000269
+gallium_dri.so malloc 72 0x55717345cd70 0.000271
+gallium_dri.so free 0x55717345cec0 void 0.000289
+gallium_dri.so free 0x55717345cd70 void 0.000272
+gallium_dri.so malloc 72 0x55717345cec0 0.000278
+gallium_dri.so free 0x55717345cf80 void 0.000278
+gallium_dri.so free 0x55717345cec0 void 0.000242
+gallium_dri.so malloc 72 0x55717345cec0 0.000162
+gallium_dri.so free 0x55717345d040 void 0.000165
+gallium_dri.so free 0x55717345cec0 void 0.000130
+gallium_dri.so malloc 72 0x55717345cec0 0.000129
+gallium_dri.so free 0x55717345d100 void 0.000130
+gallium_dri.so free 0x55717345cec0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d0b0 0.000130
+gallium_dri.so free 0x55717345d1c0 void 0.000129
+gallium_dri.so free 0x55717345d0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d170 0.000130
+gallium_dri.so free 0x55717345d240 void 0.000125
+gallium_dri.so free 0x55717345d170 void 0.000129
+gallium_dri.so malloc 72 0x55717345d290 0.000130
+gallium_dri.so free 0x55717345d300 void 0.000124
+gallium_dri.so free 0x55717345d290 void 0.000136
+gallium_dri.so malloc 72 0x55717345d320 0.000133
+gallium_dri.so free 0x55717345d3c0 void 0.000148
+gallium_dri.so free 0x55717345d320 void 0.000138
+gallium_dri.so malloc 72 0x55717345d370 0.000145
+gallium_dri.so free 0x55717345d440 void 0.000140
+gallium_dri.so free 0x55717345d370 void 0.000138
+gallium_dri.so malloc 72 0x55717345d370 0.000137
+gallium_dri.so free 0x55717345d4c0 void 0.000235
+gallium_dri.so free 0x55717345d370 void 0.000170
+gallium_dri.so malloc 72 0x55717345d4c0 0.000169
+gallium_dri.so free 0x55717345d580 void 0.000140
+gallium_dri.so free 0x55717345d4c0 void 0.000139
+gallium_dri.so malloc 72 0x55717345d4c0 0.000136
+gallium_dri.so free 0x55717345d680 void 0.000137
+gallium_dri.so free 0x55717345d4c0 void 0.000133
+gallium_dri.so malloc 72 0x55717345d630 0.000129
+gallium_dri.so free 0x55717345d6c0 void 0.000135
+gallium_dri.so free 0x55717345d630 void 0.000138
+gallium_dri.so malloc 72 0x55717345d630 0.000136
+gallium_dri.so free 0x55717345d780 void 0.000139
+gallium_dri.so free 0x55717345d630 void 0.000132
+gallium_dri.so malloc 72 0x55717345d7c0 0.000129
+gallium_dri.so free 0x55717345d840 void 0.000145
+gallium_dri.so free 0x55717345d7c0 void 0.000138
+gallium_dri.so malloc 72 0x55717345d840 0.000138
+gallium_dri.so free 0x55717345d900 void 0.000138
+gallium_dri.so free 0x55717345d840 void 0.000135
+gallium_dri.so malloc 72 0x55717345d840 0.000132
+gallium_dri.so free 0x55717345d980 void 0.000130
+gallium_dri.so free 0x55717345d840 void 0.000136
+gallium_dri.so malloc 72 0x55717345d9b0 0.000137
+gallium_dri.so free 0x55717345da00 void 0.000137
+gallium_dri.so free 0x55717345d9b0 void 0.000136
+gallium_dri.so malloc 72 0x55717345d9b0 0.000131
+gallium_dri.so free 0x55717345db00 void 0.000129
+gallium_dri.so free 0x55717345d9b0 void 0.000135
+gallium_dri.so malloc 72 0x55717345db40 0.000136
+gallium_dri.so free 0x55717345dbc0 void 0.000136
+gallium_dri.so free 0x55717345db40 void 0.000131
+gallium_dri.so malloc 72 0x55717345dbc0 0.000131
+gallium_dri.so free 0x55717345dc80 void 0.000137
+gallium_dri.so free 0x55717345dbc0 void 0.000137
+gallium_dri.so malloc 72 0x55717345dbc0 0.000143
+gallium_dri.so free 0x55717345dd00 void 0.000141
+gallium_dri.so free 0x55717345dbc0 void 0.000131
+gallium_dri.so malloc 72 0x55717345dd30 0.000133
+gallium_dri.so free 0x55717345dd80 void 0.000139
+gallium_dri.so free 0x55717345dd30 void 0.000132
+gallium_dri.so malloc 72 0x55717345dd30 0.000129
+gallium_dri.so free 0x55717345de80 void 0.000130
+gallium_dri.so free 0x55717345dd30 void 0.000130
+gallium_dri.so malloc 72 0x55717345de30 0.000142
+gallium_dri.so free 0x55717345df40 void 0.000130
+gallium_dri.so free 0x55717345de30 void 0.000113
+gallium_dri.so malloc 72 0x55717345def0 0.000264
+gallium_dri.so free 0x55717345dfc0 void 0.000284
+gallium_dri.so free 0x55717345def0 void 0.000244
+gallium_dri.so malloc 72 0x55717345def0 0.000277
+gallium_dri.so free 0x55717345e080 void 0.000280
+gallium_dri.so free 0x55717345def0 void 0.000280
+gallium_dri.so malloc 72 0x55717345def0 0.000329
+gallium_dri.so free 0x55717345e140 void 0.000272
+gallium_dri.so free 0x55717345def0 void 0.000283
+gallium_dri.so malloc 72 0x55717345e0f0 0.000166
+gallium_dri.so free 0x55717345e1c0 void 0.000163
+gallium_dri.so free 0x55717345e0f0 void 0.000161
+gallium_dri.so malloc 72 0x55717345e210 0.000129
+gallium_dri.so free 0x55717345e280 void 0.000129
+gallium_dri.so free 0x55717345e210 void 0.000124
+gallium_dri.so malloc 72 0x55717345e2a0 0.000122
+gallium_dri.so free 0x55717345e340 void 0.000124
+gallium_dri.so free 0x55717345e2a0 void 0.000123
+gallium_dri.so malloc 72 0x55717345e2f0 0.000128
+gallium_dri.so free 0x55717345e3c0 void 0.000130
+gallium_dri.so free 0x55717345e2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345e3c0 0.000127
+gallium_dri.so free 0x55717345e480 void 0.000158
+gallium_dri.so free 0x55717345e3c0 void 0.000133
+gallium_dri.so malloc 72 0x55717345e3c0 0.000134
+gallium_dri.so free 0x55717345e500 void 0.000132
+gallium_dri.so free 0x55717345e3c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e500 0.000129
+gallium_dri.so free 0x55717345e5c0 void 0.000129
+gallium_dri.so free 0x55717345e500 void 0.000129
+gallium_dri.so malloc 72 0x55717345e500 0.000130
+gallium_dri.so free 0x55717345e680 void 0.000125
+gallium_dri.so free 0x55717345e500 void 0.000127
+gallium_dri.so malloc 72 0x55717345e500 0.000127
+gallium_dri.so free 0x55717345e740 void 0.000124
+gallium_dri.so free 0x55717345e500 void 0.000123
+gallium_dri.so malloc 72 0x55717345e6f0 0.000129
+gallium_dri.so free 0x55717345e7c0 void 0.000129
+gallium_dri.so free 0x55717345e6f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345e810 0.000123
+gallium_dri.so free 0x55717345e880 void 0.000128
+gallium_dri.so free 0x55717345e810 void 0.000130
+gallium_dri.so malloc 72 0x55717345e8c0 0.000130
+gallium_dri.so free 0x55717345e940 void 0.000125
+gallium_dri.so free 0x55717345e8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717345e8c0 0.000123
+gallium_dri.so free 0x55717345e9c0 void 0.000129
+gallium_dri.so free 0x55717345e8c0 void 0.000138
+gallium_dri.so malloc 72 0x55717345e9f0 0.000133
+gallium_dri.so free 0x5571735da8c0 void 0.000132
+gallium_dri.so free 0x55717345e9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345e9f0 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000131
+gallium_dri.so free 0x55717345e9f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735da940 0.000227
+gallium_dri.so free 0x5571735daa00 void 0.000131
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735da940 0.000124
+gallium_dri.so free 0x5571735daac0 void 0.000128
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735dab80 void 0.000126
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735dab30 0.000125
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dab30 0.000130
+gallium_dri.so free 0x5571735dac80 void 0.000139
+gallium_dri.so free 0x5571735dab30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dac30 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000129
+gallium_dri.so free 0x5571735dac30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dacf0 0.000124
+gallium_dri.so free 0x5571735dad80 void 0.000124
+gallium_dri.so free 0x5571735dacf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacf0 0.000130
+gallium_dri.so free 0x5571735dae40 void 0.000131
+gallium_dri.so free 0x5571735dacf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dae80 0.000124
+gallium_dri.so free 0x5571735daf00 void 0.000125
+gallium_dri.so free 0x5571735dae80 void 0.000129
+gallium_dri.so malloc 72 0x5571735daf00 0.000131
+gallium_dri.so free 0x5571735dafc0 void 0.000130
+gallium_dri.so free 0x5571735daf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735daf00 0.000130
+gallium_dri.so free 0x5571735db080 void 0.000126
+gallium_dri.so free 0x5571735daf00 void 0.000126
+gallium_dri.so malloc 72 0x5571735db0a0 0.000124
+gallium_dri.so free 0x5571735db140 void 0.000151
+gallium_dri.so free 0x5571735db0a0 void 0.000133
+gallium_dri.so malloc 72 0x5571735db0f0 0.000130
+gallium_dri.so free 0x5571735db1c0 void 0.000132
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0f0 0.000131
+gallium_dri.so free 0x5571735db240 void 0.000225
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db240 0.000132
+gallium_dri.so free 0x5571735db300 void 0.000130
+gallium_dri.so free 0x5571735db240 void 0.000130
+gallium_dri.so malloc 72 0x5571735db240 0.000165
+gallium_dri.so free 0x5571735db3c0 void 0.000164
+gallium_dri.so free 0x5571735db240 void 0.000165
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db480 void 0.000125
+gallium_dri.so free 0x5571735db240 void 0.000124
+gallium_dri.so malloc 72 0x5571735db430 0.000137
+gallium_dri.so free 0x5571735db540 void 0.000136
+gallium_dri.so free 0x5571735db430 void 0.000143
+gallium_dri.so malloc 72 0x5571735db4f0 0.000131
+gallium_dri.so free 0x5571735db5c0 void 0.000125
+gallium_dri.so free 0x5571735db4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db610 0.000128
+gallium_dri.so free 0x5571735db680 void 0.000130
+gallium_dri.so free 0x5571735db610 void 0.000132
+gallium_dri.so malloc 72 0x5571735db6a0 0.000125
+gallium_dri.so free 0x5571735db740 void 0.000128
+gallium_dri.so free 0x5571735db6a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db6f0 0.000129
+gallium_dri.so free 0x5571735db7c0 void 0.000125
+gallium_dri.so free 0x5571735db6f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db6f0 0.000129
+gallium_dri.so free 0x5571735db840 void 0.000130
+gallium_dri.so free 0x5571735db6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db840 0.000130
+gallium_dri.so free 0x5571735db900 void 0.000126
+gallium_dri.so free 0x5571735db840 void 0.000124
+gallium_dri.so malloc 72 0x5571735db840 0.000125
+gallium_dri.so free 0x5571735dba00 void 0.000125
+gallium_dri.so free 0x5571735db840 void 0.000133
+gallium_dri.so malloc 72 0x5571735db9b0 0.000124
+gallium_dri.so free 0x5571735dba40 void 0.000129
+gallium_dri.so free 0x5571735db9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db9b0 0.000129
+gallium_dri.so free 0x5571735dbb00 void 0.000131
+gallium_dri.so free 0x5571735db9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbb40 0.000126
+gallium_dri.so free 0x5571735dbbc0 void 0.000129
+gallium_dri.so free 0x5571735dbb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000124
+gallium_dri.so free 0x5571735dbc80 void 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000129
+gallium_dri.so free 0x5571735dbd00 void 0.000130
+gallium_dri.so free 0x5571735dbbc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbd30 0.000125
+gallium_dri.so free 0x5571735dbd80 void 0.000126
+gallium_dri.so free 0x5571735dbd30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbd30 0.000130
+gallium_dri.so free 0x5571735dbe80 void 0.000130
+gallium_dri.so free 0x5571735dbd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbec0 0.000141
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so free 0x5571735dbec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbf40 0.000123
+gallium_dri.so free 0x5571735dc000 void 0.000124
+gallium_dri.so free 0x5571735dbf40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbf40 0.000135
+gallium_dri.so free 0x5571735dc080 void 0.000133
+gallium_dri.so free 0x5571735dbf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000124
+gallium_dri.so free 0x5571735dc100 void 0.000123
+gallium_dri.so free 0x5571735dc0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000130
+gallium_dri.so free 0x5571735dc200 void 0.000130
+gallium_dri.so free 0x5571735dc0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000125
+gallium_dri.so free 0x5571735dc2c0 void 0.000129
+gallium_dri.so free 0x5571735dc1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc270 0.000133
+gallium_dri.so free 0x5571735dc340 void 0.000129
+gallium_dri.so free 0x5571735dc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc270 0.000156
+gallium_dri.so free 0x5571735dc400 void 0.000142
+gallium_dri.so free 0x5571735dc270 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc270 0.000129
+gallium_dri.so free 0x5571735dc4c0 void 0.000126
+gallium_dri.so free 0x5571735dc270 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc470 0.000128
+gallium_dri.so free 0x5571735dc540 void 0.000127
+gallium_dri.so free 0x5571735dc470 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc590 0.000131
+gallium_dri.so free 0x5571735dc600 void 0.000129
+gallium_dri.so free 0x5571735dc590 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc620 0.000127
+gallium_dri.so free 0x5571735dc6c0 void 0.000130
+gallium_dri.so free 0x5571735dc620 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc670 0.000129
+gallium_dri.so free 0x5571735dc740 void 0.000129
+gallium_dri.so free 0x5571735dc670 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc740 0.000128
+gallium_dri.so free 0x5571735dc800 void 0.000127
+gallium_dri.so free 0x5571735dc740 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc740 0.000127
+gallium_dri.so free 0x5571735dc880 void 0.000127
+gallium_dri.so free 0x5571735dc740 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc880 0.000212
+gallium_dri.so free 0x5571735dc940 void 0.000130
+gallium_dri.so free 0x5571735dc880 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc880 0.000127
+gallium_dri.so free 0x5571735dca00 void 0.000128
+gallium_dri.so free 0x5571735dc880 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc880 0.000126
+gallium_dri.so free 0x5571735dcac0 void 0.000127
+gallium_dri.so free 0x5571735dc880 void 0.000127
+gallium_dri.so malloc 72 0x5571735dca70 0.000128
+gallium_dri.so free 0x5571735dcb40 void 0.000128
+gallium_dri.so free 0x5571735dca70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcb90 0.000127
+gallium_dri.so free 0x5571735dcc00 void 0.000126
+gallium_dri.so free 0x5571735dcb90 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcc40 0.000129
+gallium_dri.so free 0x5571735dccc0 void 0.000127
+gallium_dri.so free 0x5571735dcc40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcc40 0.000126
+gallium_dri.so free 0x5571735dcd40 void 0.000126
+gallium_dri.so free 0x5571735dcc40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcd70 0.000134
+gallium_dri.so free 0x5571735dcdc0 void 0.000140
+gallium_dri.so free 0x5571735dcd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcd70 0.000132
+gallium_dri.so free 0x5571735dcec0 void 0.000128
+gallium_dri.so free 0x5571735dcd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dce70 0.000129
+gallium_dri.so free 0x5571735dcf80 void 0.000126
+gallium_dri.so free 0x5571735dce70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf30 0.000125
+gallium_dri.so free 0x5571735dcfc0 void 0.000126
+gallium_dri.so free 0x5571735dcf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf30 0.000126
+gallium_dri.so free 0x5571735dd080 void 0.000129
+gallium_dri.so free 0x5571735dcf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000125
+gallium_dri.so free 0x5571735dd140 void 0.000125
+gallium_dri.so free 0x5571735dd0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000126
+gallium_dri.so free 0x5571735dd240 void 0.000127
+gallium_dri.so free 0x5571735dd0f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000126
+gallium_dri.so free 0x5571735dd300 void 0.000126
+gallium_dri.so free 0x5571735dd1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000125
+gallium_dri.so free 0x5571735dd340 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000140
+gallium_dri.so free 0x5571735dd400 void 0.000129
+gallium_dri.so free 0x5571735dd2b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd440 0.000130
+gallium_dri.so free 0x5571735dd4c0 void 0.000127
+gallium_dri.so free 0x5571735dd440 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000128
+gallium_dri.so free 0x5571735dd580 void 0.000129
+gallium_dri.so free 0x5571735dd4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000128
+gallium_dri.so free 0x5571735dd640 void 0.000130
+gallium_dri.so free 0x5571735dd4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd660 0.000128
+gallium_dri.so free 0x5571735dd700 void 0.000128
+gallium_dri.so free 0x5571735dd660 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000128
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd6b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000129
+gallium_dri.so free 0x5571735dd800 void 0.000128
+gallium_dri.so free 0x5571735dd6b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd800 0.000127
+gallium_dri.so free 0x5571735dd8c0 void 0.000128
+gallium_dri.so free 0x5571735dd800 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd800 0.000150
+gallium_dri.so free 0x5571735dd980 void 0.000168
+gallium_dri.so free 0x5571735dd800 void 0.000179
+gallium_dri.so malloc 72 0x5571735dd800 0.000178
+gallium_dri.so free 0x5571735dda40 void 0.000174
+gallium_dri.so free 0x5571735dd800 void 0.000170
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000198
+gallium_dri.so free 0x5571735ddb00 void 0.000198
+gallium_dri.so free 0x5571735dd9f0 void 0.000198
+gallium_dri.so malloc 72 0x5571735ddab0 0.000198
+gallium_dri.so free 0x5571735ddb80 void 0.000199
+gallium_dri.so free 0x5571735ddab0 void 0.000197
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000198
+gallium_dri.so free 0x5571735ddc40 void 0.000131
+gallium_dri.so free 0x5571735ddbd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddc60 0.000128
+gallium_dri.so free 0x5571735ddd00 void 0.000130
+gallium_dri.so free 0x5571735ddc60 void 0.000137
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000129
+gallium_dri.so free 0x5571735ddd80 void 0.000128
+gallium_dri.so free 0x5571735ddcb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000128
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so free 0x5571735ddcb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dde00 0.000127
+gallium_dri.so free 0x5571735ddec0 void 0.000128
+gallium_dri.so free 0x5571735dde00 void 0.000127
+gallium_dri.so malloc 72 0x5571735dde00 0.000129
+gallium_dri.so free 0x5571735ddfc0 void 0.000129
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddf70 0.000127
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddf70 0.000129
+gallium_dri.so free 0x5571735de0c0 void 0.000129
+gallium_dri.so free 0x5571735ddf70 void 0.000128
+gallium_dri.so malloc 72 0x5571735de100 0.000128
+gallium_dri.so free 0x5571735de180 void 0.000129
+gallium_dri.so free 0x5571735de100 void 0.000128
+gallium_dri.so malloc 72 0x5571735de180 0.000130
+gallium_dri.so free 0x5571735de240 void 0.000129
+gallium_dri.so free 0x5571735de180 void 0.000137
+gallium_dri.so malloc 72 0x5571735de180 0.000128
+gallium_dri.so free 0x5571735de2c0 void 0.000129
+gallium_dri.so free 0x5571735de180 void 0.000127
+gallium_dri.so malloc 72 0x5571735de2f0 0.000129
+gallium_dri.so free 0x5571735de340 void 0.000127
+gallium_dri.so free 0x5571735de2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de2f0 0.000127
+gallium_dri.so free 0x5571735de440 void 0.000130
+gallium_dri.so free 0x5571735de2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de480 0.000128
+gallium_dri.so free 0x5571735de500 void 0.000128
+gallium_dri.so free 0x5571735de480 void 0.000128
+gallium_dri.so malloc 72 0x5571735de500 0.000127
+gallium_dri.so free 0x5571735de5c0 void 0.000128
+gallium_dri.so free 0x5571735de500 void 0.000128
+gallium_dri.so malloc 72 0x5571735de500 0.000129
+gallium_dri.so free 0x5571735de640 void 0.000129
+gallium_dri.so free 0x5571735de500 void 0.000128
+gallium_dri.so malloc 72 0x5571735de670 0.000128
+gallium_dri.so free 0x5571735de6c0 void 0.000129
+gallium_dri.so free 0x5571735de670 void 0.000128
+gallium_dri.so malloc 72 0x5571735de670 0.000130
+gallium_dri.so free 0x5571735de7c0 void 0.000129
+gallium_dri.so free 0x5571735de670 void 0.000156
+gallium_dri.so malloc 72 0x5571735de770 0.000130
+gallium_dri.so free 0x5571735de880 void 0.000129
+gallium_dri.so free 0x5571735de770 void 0.000128
+gallium_dri.so malloc 72 0x5571735de830 0.000128
+gallium_dri.so free 0x5571735de900 void 0.000129
+gallium_dri.so free 0x5571735de830 void 0.000128
+gallium_dri.so malloc 72 0x5571735de830 0.000127
+gallium_dri.so free 0x5571735de9c0 void 0.000129
+gallium_dri.so free 0x5571735de830 void 0.000127
+gallium_dri.so malloc 72 0x5571735de830 0.000136
+gallium_dri.so free 0x5571735dea80 void 0.000123
+gallium_dri.so free 0x5571735de830 void 0.000122
+gallium_dri.so malloc 72 0x5571735dea30 0.000121
+gallium_dri.so free 0x5571735deb00 void 0.000122
+gallium_dri.so free 0x5571735dea30 void 0.000122
+gallium_dri.so malloc 72 0x5571735deb50 0.000122
+gallium_dri.so free 0x5571735debc0 void 0.000124
+gallium_dri.so free 0x5571735deb50 void 0.000122
+gallium_dri.so malloc 72 0x5571735debe0 0.000122
+gallium_dri.so free 0x5571735dec80 void 0.000123
+gallium_dri.so free 0x5571735debe0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dec30 0.000122
+gallium_dri.so free 0x5571735ded00 void 0.000124
+gallium_dri.so free 0x5571735dec30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded00 0.000133
+gallium_dri.so free 0x5571735dedc0 void 0.000124
+gallium_dri.so free 0x5571735ded00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded00 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000122
+gallium_dri.so free 0x5571735ded00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dee40 0.000122
+gallium_dri.so free 0x5571735def00 void 0.000124
+gallium_dri.so free 0x5571735dee40 void 0.000122
+gallium_dri.so malloc 72 0x5571735dee40 0.000123
+gallium_dri.so free 0x5571735defc0 void 0.000121
+gallium_dri.so free 0x5571735dee40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dee40 0.000123
+gallium_dri.so free 0x5571735df080 void 0.000122
+gallium_dri.so free 0x5571735dee40 void 0.000122
+gallium_dri.so malloc 72 0x5571735df030 0.000122
+gallium_dri.so free 0x5571735df100 void 0.000123
+gallium_dri.so free 0x5571735df030 void 0.000121
+gallium_dri.so malloc 72 0x5571735df150 0.000123
+gallium_dri.so free 0x5571735df1c0 void 0.000122
+gallium_dri.so free 0x5571735df150 void 0.000122
+gallium_dri.so malloc 72 0x5571735df200 0.000121
+gallium_dri.so free 0x5571735df280 void 0.000122
+gallium_dri.so free 0x5571735df200 void 0.000122
+gallium_dri.so malloc 72 0x5571735df200 0.000122
+gallium_dri.so free 0x5571735df300 void 0.000132
+gallium_dri.so free 0x5571735df200 void 0.000122
+gallium_dri.so malloc 72 0x5571735df330 0.000122
+gallium_dri.so free 0x5571735df380 void 0.000122
+gallium_dri.so free 0x5571735df330 void 0.000121
+gallium_dri.so malloc 72 0x5571735df330 0.000120
+gallium_dri.so free 0x5571735df480 void 0.000121
+gallium_dri.so free 0x5571735df330 void 0.000122
+gallium_dri.so malloc 72 0x5571735df430 0.000121
+gallium_dri.so free 0x5571735df540 void 0.000123
+gallium_dri.so free 0x5571735df430 void 0.000123
+gallium_dri.so malloc 72 0x5571735df4f0 0.000122
+gallium_dri.so free 0x5571735df580 void 0.000122
+gallium_dri.so free 0x5571735df4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df4f0 0.000122
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x5571735df4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df6b0 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000122
+gallium_dri.so free 0x5571735df6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df6b0 0.000122
+gallium_dri.so free 0x5571735df800 void 0.000124
+gallium_dri.so free 0x5571735df6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df7b0 0.000123
+gallium_dri.so free 0x5571735df8c0 void 0.000122
+gallium_dri.so free 0x5571735df7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df870 0.000190
+gallium_dri.so free 0x5571735df900 void 0.000151
+gallium_dri.so free 0x5571735df870 void 0.000148
+gallium_dri.so malloc 72 0x5571735df870 0.000141
+gallium_dri.so free 0x5571735df9c0 void 0.000140
+gallium_dri.so free 0x5571735df870 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfa00 0.000128
+gallium_dri.so free 0x5571735dfa80 void 0.000123
+gallium_dri.so free 0x5571735dfa00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfa80 0.000121
+gallium_dri.so free 0x5571735dfb40 void 0.000122
+gallium_dri.so free 0x5571735dfa80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfa80 0.000121
+gallium_dri.so free 0x5571735dfc00 void 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfc20 0.000122
+gallium_dri.so free 0x5571735dfcc0 void 0.000121
+gallium_dri.so free 0x5571735dfc20 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfc70 0.000120
+gallium_dri.so free 0x5571735dfd40 void 0.000123
+gallium_dri.so free 0x5571735dfc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfc70 0.000122
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so free 0x5571735dfc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000123
+gallium_dri.so free 0x5571735dfe80 void 0.000123
+gallium_dri.so free 0x5571735dfdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000123
+gallium_dri.so free 0x5571735dff40 void 0.000121
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000122
+gallium_dri.so free 0x5571735e0000 void 0.000124
+gallium_dri.so free 0x5571735dfdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dffb0 0.000122
+gallium_dri.so free 0x5571735e00c0 void 0.000123
+gallium_dri.so free 0x5571735dffb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0070 0.000121
+gallium_dri.so free 0x5571735e0140 void 0.000121
+gallium_dri.so free 0x5571735e0070 void 0.000177
+gallium_dri.so malloc 72 0x5571735e0190 0.000123
+gallium_dri.so free 0x5571735e0200 void 0.000123
+gallium_dri.so free 0x5571735e0190 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0220 0.000121
+gallium_dri.so free 0x5571735e02c0 void 0.000121
+gallium_dri.so free 0x5571735e0220 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0270 0.000122
+gallium_dri.so free 0x5571735e0340 void 0.000122
+gallium_dri.so free 0x5571735e0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0270 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000123
+gallium_dri.so free 0x5571735e0270 void 0.000124
+gallium_dri.so malloc 72 0x5571735e03c0 0.000122
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e03c0 0.000122
+gallium_dri.so free 0x5571735e0580 void 0.000123
+gallium_dri.so free 0x5571735e03c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0530 0.000121
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e0530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0530 0.000122
+gallium_dri.so free 0x5571735e0680 void 0.000128
+gallium_dri.so free 0x5571735e0530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e06c0 0.000122
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e06c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0740 0.000122
+gallium_dri.so free 0x5571735e0800 void 0.000122
+gallium_dri.so free 0x5571735e0740 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0740 0.000122
+gallium_dri.so free 0x5571735e0880 void 0.000124
+gallium_dri.so free 0x5571735e0740 void 0.000122
+gallium_dri.so malloc 72 0x5571735e08b0 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000126
+gallium_dri.so free 0x5571735e08b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e08b0 0.000143
+gallium_dri.so free 0x5571735e0a00 void 0.000147
+gallium_dri.so free 0x5571735e08b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0a40 0.000142
+gallium_dri.so free 0x5571735e0ac0 void 0.000142
+gallium_dri.so free 0x5571735e0a40 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000143
+gallium_dri.so free 0x5571735e0b80 void 0.000144
+gallium_dri.so free 0x5571735e0ac0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000142
+gallium_dri.so free 0x5571735e0c00 void 0.000142
+gallium_dri.so free 0x5571735e0ac0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0c30 0.000142
+gallium_dri.so free 0x5571735e0c80 void 0.000142
+gallium_dri.so free 0x5571735e0c30 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0c30 0.000142
+gallium_dri.so free 0x5571735e0d80 void 0.000142
+gallium_dri.so free 0x5571735e0c30 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0d30 0.000142
+gallium_dri.so free 0x5571735e0e40 void 0.000144
+gallium_dri.so free 0x5571735e0d30 void 0.000146
+gallium_dri.so malloc 72 0x5571735e0df0 0.000152
+gallium_dri.so free 0x5571735e0ec0 void 0.000193
+gallium_dri.so free 0x5571735e0df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0df0 0.000123
+gallium_dri.so free 0x5571735e0f80 void 0.000122
+gallium_dri.so free 0x5571735e0df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0df0 0.000121
+gallium_dri.so free 0x5571735e1040 void 0.000121
+gallium_dri.so free 0x5571735e0df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000121
+gallium_dri.so free 0x5571735e0ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1110 0.000121
+gallium_dri.so free 0x5571735e1180 void 0.000122
+gallium_dri.so free 0x5571735e1110 void 0.000122
+gallium_dri.so malloc 72 0x5571735e11a0 0.000122
+gallium_dri.so free 0x5571735e1240 void 0.000120
+gallium_dri.so free 0x5571735e11a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11f0 0.000121
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so free 0x5571735e11f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e12c0 0.000121
+gallium_dri.so free 0x5571735e1380 void 0.000121
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e12c0 0.000121
+gallium_dri.so free 0x5571735e1400 void 0.000123
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1400 0.000120
+gallium_dri.so free 0x5571735e14c0 void 0.000121
+gallium_dri.so free 0x5571735e1400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1400 0.000120
+gallium_dri.so free 0x5571735e1580 void 0.000122
+gallium_dri.so free 0x5571735e1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1400 0.000121
+gallium_dri.so free 0x5571735e1640 void 0.000122
+gallium_dri.so free 0x5571735e1400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e15f0 0.000121
+gallium_dri.so free 0x5571735e16c0 void 0.000121
+gallium_dri.so free 0x5571735e15f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1710 0.000122
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so free 0x5571735e1710 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17c0 0.000121
+gallium_dri.so free 0x5571735e1840 void 0.000121
+gallium_dri.so free 0x5571735e17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e17c0 0.000122
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e17c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e18f0 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e18f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e18f0 0.000122
+gallium_dri.so free 0x5571735e1a40 void 0.000120
+gallium_dri.so free 0x5571735e18f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e19f0 0.000121
+gallium_dri.so free 0x5571735e1b00 void 0.000120
+gallium_dri.so free 0x5571735e19f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000122
+gallium_dri.so free 0x5571735e1ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000121
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c70 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000122
+gallium_dri.so free 0x5571735e1c70 void 0.000175
+gallium_dri.so malloc 72 0x5571735e1c70 0.000123
+gallium_dri.so free 0x5571735e1dc0 void 0.000121
+gallium_dri.so free 0x5571735e1c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1d70 0.000122
+gallium_dri.so free 0x5571735e1e80 void 0.000121
+gallium_dri.so free 0x5571735e1d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1e30 0.000122
+gallium_dri.so free 0x5571735e1ec0 void 0.000121
+gallium_dri.so free 0x5571735e1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e30 0.000131
+gallium_dri.so free 0x5571735e1f80 void 0.000121
+gallium_dri.so free 0x5571735e1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000122
+gallium_dri.so free 0x5571735e2040 void 0.000122
+gallium_dri.so free 0x5571735e1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2040 0.000121
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735e2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2040 0.000121
+gallium_dri.so free 0x5571735e21c0 void 0.000123
+gallium_dri.so free 0x5571735e2040 void 0.000122
+gallium_dri.so malloc 72 0x5571735e21e0 0.000120
+gallium_dri.so free 0x5571735e2280 void 0.000121
+gallium_dri.so free 0x5571735e21e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2230 0.000122
+gallium_dri.so free 0x5571735e2300 void 0.000122
+gallium_dri.so free 0x5571735e2230 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2230 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000121
+gallium_dri.so free 0x5571735e2230 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2380 0.000121
+gallium_dri.so free 0x5571735e2440 void 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2380 0.000121
+gallium_dri.so free 0x5571735e2500 void 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000166
+gallium_dri.so malloc 72 0x5571735e2380 0.000123
+gallium_dri.so free 0x5571735e25c0 void 0.000122
+gallium_dri.so free 0x5571735e2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735e2680 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2630 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000121
+gallium_dri.so free 0x5571735e2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2750 0.000123
+gallium_dri.so free 0x5571735e27c0 void 0.000125
+gallium_dri.so free 0x5571735e2750 void 0.000121
+gallium_dri.so malloc 72 0x5571735e27e0 0.000122
+gallium_dri.so free 0x5571735e2880 void 0.000121
+gallium_dri.so free 0x5571735e27e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2830 0.000121
+gallium_dri.so free 0x5571735e2900 void 0.000122
+gallium_dri.so free 0x5571735e2830 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2830 0.000121
+gallium_dri.so free 0x5571735e2980 void 0.000121
+gallium_dri.so free 0x5571735e2830 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2980 0.000121
+gallium_dri.so free 0x5571735e2a40 void 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2980 0.000133
+gallium_dri.so free 0x5571735e2b40 void 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000165
+gallium_dri.so malloc 72 0x5571735e2af0 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000122
+gallium_dri.so free 0x5571735e2af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2af0 0.000122
+gallium_dri.so free 0x5571735e2c40 void 0.000122
+gallium_dri.so free 0x5571735e2af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2c80 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so free 0x5571735e2c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d00 0.000121
+gallium_dri.so free 0x5571735e2dc0 void 0.000121
+gallium_dri.so free 0x5571735e2d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2d00 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000121
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e70 0.000122
+gallium_dri.so free 0x5571735e2ec0 void 0.000122
+gallium_dri.so free 0x5571735e2e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e70 0.000122
+gallium_dri.so free 0x5571735e2fc0 void 0.000122
+gallium_dri.so free 0x5571735e2e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3000 0.000122
+gallium_dri.so free 0x5571735e3080 void 0.000126
+gallium_dri.so free 0x5571735e3000 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3080 0.000121
+gallium_dri.so free 0x5571735e3140 void 0.000122
+gallium_dri.so free 0x5571735e3080 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3080 0.000123
+gallium_dri.so free 0x5571735e31c0 void 0.000121
+gallium_dri.so free 0x5571735e3080 void 0.000122
+gallium_dri.so malloc 72 0x5571735e31f0 0.000123
+gallium_dri.so free 0x5571735e3240 void 0.000122
+gallium_dri.so free 0x5571735e31f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e31f0 0.000120
+gallium_dri.so free 0x5571735e3340 void 0.000121
+gallium_dri.so free 0x5571735e31f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32f0 0.000122
+gallium_dri.so free 0x5571735e3400 void 0.000122
+gallium_dri.so free 0x5571735e32f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33b0 0.000122
+gallium_dri.so free 0x5571735e3480 void 0.000122
+gallium_dri.so free 0x5571735e33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e33b0 0.000122
+gallium_dri.so free 0x5571735e3540 void 0.000122
+gallium_dri.so free 0x5571735e33b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33b0 0.000121
+gallium_dri.so free 0x5571735e3600 void 0.000121
+gallium_dri.so free 0x5571735e33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e35b0 0.000169
+gallium_dri.so free 0x5571735e3680 void 0.000123
+gallium_dri.so free 0x5571735e35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e36d0 0.000121
+gallium_dri.so free 0x5571735e3740 void 0.000121
+gallium_dri.so free 0x5571735e36d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3760 0.000122
+gallium_dri.so free 0x5571735883c0 void 0.000122
+gallium_dri.so free 0x5571735e3760 void 0.000121
+gallium_dri.so malloc 72 0x557173588370 0.000121
+gallium_dri.so free 0x557173588440 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000120
+gallium_dri.so malloc 72 0x557173588440 0.000121
+gallium_dri.so free 0x557173588500 void 0.000123
+gallium_dri.so free 0x557173588440 void 0.000123
+gallium_dri.so malloc 72 0x557173588440 0.000174
+gallium_dri.so free 0x557173588580 void 0.000122
+gallium_dri.so free 0x557173588440 void 0.000122
+gallium_dri.so malloc 72 0x557173588580 0.000122
+gallium_dri.so free 0x557173588640 void 0.000122
+gallium_dri.so free 0x557173588580 void 0.000122
+gallium_dri.so malloc 72 0x557173588580 0.000121
+gallium_dri.so free 0x557173588700 void 0.000120
+gallium_dri.so free 0x557173588580 void 0.000121
+gallium_dri.so malloc 72 0x557173588580 0.000122
+gallium_dri.so free 0x5571735887c0 void 0.000131
+gallium_dri.so free 0x557173588580 void 0.000123
+gallium_dri.so malloc 72 0x557173588770 0.000122
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so free 0x557173588770 void 0.000122
+gallium_dri.so malloc 72 0x557173588890 0.000121
+gallium_dri.so free 0x557173588900 void 0.000122
+gallium_dri.so free 0x557173588890 void 0.000122
+gallium_dri.so malloc 72 0x557173588940 0.000122
+gallium_dri.so free 0x5571735889c0 void 0.000123
+gallium_dri.so free 0x557173588940 void 0.000121
+gallium_dri.so malloc 72 0x557173588940 0.000121
+gallium_dri.so free 0x557173588a40 void 0.000121
+gallium_dri.so free 0x557173588940 void 0.000122
+gallium_dri.so malloc 72 0x557173588a70 0.000144
+gallium_dri.so free 0x557173588ac0 void 0.000122
+gallium_dri.so free 0x557173588a70 void 0.000121
+gallium_dri.so malloc 72 0x557173588a70 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so free 0x557173588a70 void 0.000122
+gallium_dri.so malloc 72 0x557173588b70 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000122
+gallium_dri.so free 0x557173588b70 void 0.000121
+gallium_dri.so malloc 72 0x557173588c30 0.000121
+gallium_dri.so free 0x557173588cc0 void 0.000121
+gallium_dri.so free 0x557173588c30 void 0.000132
+gallium_dri.so malloc 72 0x557173588c30 0.000122
+gallium_dri.so free 0x557173588d80 void 0.000122
+gallium_dri.so free 0x557173588c30 void 0.000121
+gallium_dri.so malloc 72 0x557173588df0 0.000122
+gallium_dri.so free 0x557173588e40 void 0.000121
+gallium_dri.so free 0x557173588df0 void 0.000120
+gallium_dri.so malloc 72 0x557173588df0 0.000122
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so free 0x557173588df0 void 0.000121
+gallium_dri.so malloc 72 0x557173588ef0 0.000123
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so free 0x557173588ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173588fb0 0.000122
+gallium_dri.so free 0x557173589040 void 0.000121
+gallium_dri.so free 0x557173588fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588fb0 0.000121
+gallium_dri.so free 0x557173589100 void 0.000123
+gallium_dri.so free 0x557173588fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589140 0.000121
+gallium_dri.so free 0x5571735891c0 void 0.000122
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so malloc 72 0x5571735891c0 0.000122
+gallium_dri.so free 0x557173589280 void 0.000121
+gallium_dri.so free 0x5571735891c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735891c0 0.000122
+gallium_dri.so free 0x557173589340 void 0.000127
+gallium_dri.so free 0x5571735891c0 void 0.000170
+gallium_dri.so malloc 72 0x557173589360 0.000121
+gallium_dri.so free 0x557173589400 void 0.000122
+gallium_dri.so free 0x557173589360 void 0.000126
+gallium_dri.so malloc 72 0x5571735893b0 0.000122
+gallium_dri.so free 0x557173589480 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589500 void 0.000122
+gallium_dri.so free 0x5571735893b0 void 0.000121
+gallium_dri.so malloc 72 0x557173589500 0.000122
+gallium_dri.so free 0x5571735895c0 void 0.000122
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589500 0.000122
+gallium_dri.so free 0x557173589680 void 0.000121
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000121
+gallium_dri.so free 0x557173589740 void 0.000122
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589800 void 0.000120
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735897b0 0.000121
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x5571735897b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735898d0 0.000122
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x5571735898d0 void 0.000121
+gallium_dri.so malloc 72 0x557173589960 0.000121
+gallium_dri.so free 0x557173589a00 void 0.000120
+gallium_dri.so free 0x557173589960 void 0.000122
+gallium_dri.so malloc 72 0x5571735899b0 0.000120
+gallium_dri.so free 0x557173589a80 void 0.000122
+gallium_dri.so free 0x5571735899b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735899b0 0.000120
+gallium_dri.so free 0x557173589b00 void 0.000122
+gallium_dri.so free 0x5571735899b0 void 0.000121
+gallium_dri.so malloc 72 0x557173589b00 0.000121
+gallium_dri.so free 0x557173589bc0 void 0.000121
+gallium_dri.so free 0x557173589b00 void 0.000120
+gallium_dri.so malloc 72 0x557173589b00 0.000122
+gallium_dri.so free 0x557173589cc0 void 0.000121
+gallium_dri.so free 0x557173589b00 void 0.000120
+gallium_dri.so malloc 72 0x557173589c70 0.000122
+gallium_dri.so free 0x557173589d00 void 0.000122
+gallium_dri.so free 0x557173589c70 void 0.000120
+gallium_dri.so malloc 72 0x557173589c70 0.000122
+gallium_dri.so free 0x557173589dc0 void 0.000121
+gallium_dri.so free 0x557173589c70 void 0.000121
+gallium_dri.so malloc 72 0x557173589e00 0.000130
+gallium_dri.so free 0x557173589e80 void 0.000123
+gallium_dri.so free 0x557173589e00 void 0.000121
+gallium_dri.so malloc 72 0x557173589e80 0.000122
+gallium_dri.so free 0x557173589f40 void 0.000121
+gallium_dri.so free 0x557173589e80 void 0.000121
+gallium_dri.so malloc 72 0x557173589e80 0.000121
+gallium_dri.so free 0x557173589fc0 void 0.000122
+gallium_dri.so free 0x557173589e80 void 0.000121
+gallium_dri.so malloc 72 0x557173589ff0 0.000121
+gallium_dri.so free 0x55717358a040 void 0.000121
+gallium_dri.so free 0x557173589ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173589ff0 0.000121
+gallium_dri.so free 0x55717358a140 void 0.000121
+gallium_dri.so free 0x557173589ff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a180 0.000165
+gallium_dri.so free 0x55717358a200 void 0.000123
+gallium_dri.so free 0x55717358a180 void 0.000122
+gallium_dri.so malloc 72 0x55717358a200 0.000121
+gallium_dri.so free 0x55717358a2c0 void 0.000124
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so malloc 72 0x55717358a200 0.000122
+gallium_dri.so free 0x55717358a340 void 0.000120
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so malloc 72 0x55717358a370 0.000121
+gallium_dri.so free 0x55717358a3c0 void 0.000120
+gallium_dri.so free 0x55717358a370 void 0.000122
+gallium_dri.so malloc 72 0x55717358a370 0.000123
+gallium_dri.so free 0x55717358a4c0 void 0.000121
+gallium_dri.so free 0x55717358a370 void 0.000121
+gallium_dri.so malloc 72 0x55717358a470 0.000123
+gallium_dri.so free 0x55717358a580 void 0.000122
+gallium_dri.so free 0x55717358a470 void 0.000121
+gallium_dri.so malloc 72 0x55717358a530 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000123
+gallium_dri.so free 0x55717358a530 void 0.000122
+gallium_dri.so malloc 72 0x55717358a530 0.000120
+gallium_dri.so free 0x55717358a6c0 void 0.000122
+gallium_dri.so free 0x55717358a530 void 0.000120
+gallium_dri.so malloc 72 0x55717358a530 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000121
+gallium_dri.so free 0x55717358a530 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a800 void 0.000122
+gallium_dri.so free 0x55717358a730 void 0.000121
+gallium_dri.so malloc 72 0x55717358a850 0.000120
+gallium_dri.so free 0x55717358a8c0 void 0.000121
+gallium_dri.so free 0x55717358a850 void 0.000121
+gallium_dri.so malloc 72 0x55717358a8e0 0.000120
+gallium_dri.so free 0x55717358a980 void 0.000121
+gallium_dri.so free 0x55717358a8e0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a930 0.000130
+gallium_dri.so free 0x55717358aa00 void 0.000122
+gallium_dri.so free 0x55717358a930 void 0.000121
+gallium_dri.so malloc 72 0x55717358aa00 0.000122
+gallium_dri.so free 0x55717358aac0 void 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717358aa00 0.000120
+gallium_dri.so free 0x55717358ab40 void 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab40 0.000120
+gallium_dri.so free 0x55717358ac00 void 0.000122
+gallium_dri.so free 0x55717358ab40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ab40 0.000121
+gallium_dri.so free 0x55717358acc0 void 0.000122
+gallium_dri.so free 0x55717358ab40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ab40 0.000120
+gallium_dri.so free 0x55717358ad80 void 0.000122
+gallium_dri.so free 0x55717358ab40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ad30 0.000120
+gallium_dri.so free 0x55717358ae00 void 0.000121
+gallium_dri.so free 0x55717358ad30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ae50 0.000121
+gallium_dri.so free 0x55717358aec0 void 0.000122
+gallium_dri.so free 0x55717358ae50 void 0.000123
+gallium_dri.so malloc 72 0x55717358af00 0.000121
+gallium_dri.so free 0x55717358af80 void 0.000121
+gallium_dri.so free 0x55717358af00 void 0.000127
+gallium_dri.so malloc 72 0x55717358af00 0.000181
+gallium_dri.so free 0x55717358b000 void 0.000146
+gallium_dri.so free 0x55717358af00 void 0.000146
+gallium_dri.so malloc 72 0x55717358b030 0.000147
+gallium_dri.so free 0x55717358b080 void 0.000141
+gallium_dri.so free 0x55717358b030 void 0.000140
+gallium_dri.so malloc 72 0x55717358b030 0.000137
+gallium_dri.so free 0x55717358b180 void 0.000126
+gallium_dri.so free 0x55717358b030 void 0.000124
+gallium_dri.so malloc 72 0x55717358b130 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000121
+gallium_dri.so free 0x55717358b130 void 0.000122
+gallium_dri.so malloc 72 0x55717358b1f0 0.000121
+gallium_dri.so free 0x55717358b280 void 0.000122
+gallium_dri.so free 0x55717358b1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b1f0 0.000122
+gallium_dri.so free 0x55717358b340 void 0.000122
+gallium_dri.so free 0x55717358b1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3b0 0.000120
+gallium_dri.so free 0x55717358b400 void 0.000123
+gallium_dri.so free 0x55717358b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b3b0 0.000123
+gallium_dri.so free 0x55717358b500 void 0.000121
+gallium_dri.so free 0x55717358b3b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358b4b0 0.000134
+gallium_dri.so free 0x55717358b5c0 void 0.000134
+gallium_dri.so free 0x55717358b4b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358b570 0.000135
+gallium_dri.so free 0x55717358b600 void 0.000136
+gallium_dri.so free 0x55717358b570 void 0.000135
+gallium_dri.so malloc 72 0x55717358b570 0.000135
+gallium_dri.so free 0x55717358b6c0 void 0.000135
+gallium_dri.so free 0x55717358b570 void 0.000136
+gallium_dri.so malloc 72 0x55717358b700 0.000135
+gallium_dri.so free 0x55717358b780 void 0.000136
+gallium_dri.so free 0x55717358b700 void 0.000134
+gallium_dri.so malloc 72 0x55717358b780 0.000136
+gallium_dri.so free 0x55717358b840 void 0.000135
+gallium_dri.so free 0x55717358b780 void 0.000134
+gallium_dri.so malloc 72 0x55717358b780 0.000135
+gallium_dri.so free 0x55717358b900 void 0.000134
+gallium_dri.so free 0x55717358b780 void 0.000136
+gallium_dri.so malloc 72 0x55717358b920 0.000134
+gallium_dri.so free 0x55717358b9c0 void 0.000155
+gallium_dri.so free 0x55717358b920 void 0.000136
+gallium_dri.so malloc 72 0x55717358b970 0.000133
+gallium_dri.so free 0x55717358ba40 void 0.000140
+gallium_dri.so free 0x55717358b970 void 0.000134
+gallium_dri.so malloc 72 0x55717358b970 0.000135
+gallium_dri.so free 0x55717358bac0 void 0.000135
+gallium_dri.so free 0x55717358b970 void 0.000136
+gallium_dri.so malloc 72 0x55717358bac0 0.000134
+gallium_dri.so free 0x55717358bb80 void 0.000136
+gallium_dri.so free 0x55717358bac0 void 0.000134
+gallium_dri.so malloc 72 0x55717358bac0 0.000135
+gallium_dri.so free 0x55717358bc40 void 0.000134
+gallium_dri.so free 0x55717358bac0 void 0.000134
+gallium_dri.so malloc 72 0x55717358bac0 0.000134
+gallium_dri.so free 0x55717358bd00 void 0.000152
+gallium_dri.so free 0x55717358bac0 void 0.000162
+gallium_dri.so malloc 72 0x55717358bcb0 0.000162
+gallium_dri.so free 0x55717358bdc0 void 0.000162
+gallium_dri.so free 0x55717358bcb0 void 0.000162
+gallium_dri.so malloc 72 0x55717358bd70 0.000171
+gallium_dri.so free 0x55717358be40 void 0.000128
+gallium_dri.so free 0x55717358bd70 void 0.000123
+gallium_dri.so malloc 72 0x55717358be90 0.000121
+gallium_dri.so free 0x55717358bf00 void 0.000121
+gallium_dri.so free 0x55717358be90 void 0.000132
+gallium_dri.so malloc 72 0x55717358bf20 0.000123
+gallium_dri.so free 0x55717358bfc0 void 0.000121
+gallium_dri.so free 0x55717358bf20 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf70 0.000121
+gallium_dri.so free 0x55717358c040 void 0.000122
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000121
+gallium_dri.so free 0x55717358c0c0 void 0.000122
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358c0c0 0.000122
+gallium_dri.so free 0x55717358c180 void 0.000122
+gallium_dri.so free 0x55717358c0c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c0c0 0.000122
+gallium_dri.so free 0x55717358c280 void 0.000124
+gallium_dri.so free 0x55717358c0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c230 0.000121
+gallium_dri.so free 0x55717358c2c0 void 0.000124
+gallium_dri.so free 0x55717358c230 void 0.000122
+gallium_dri.so malloc 72 0x55717358c230 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000122
+gallium_dri.so free 0x55717358c230 void 0.000124
+gallium_dri.so malloc 72 0x55717358c3c0 0.000121
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so free 0x55717358c3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c440 0.000131
+gallium_dri.so free 0x55717358c500 void 0.000122
+gallium_dri.so free 0x55717358c440 void 0.000123
+gallium_dri.so malloc 72 0x55717358c440 0.000121
+gallium_dri.so free 0x55717358c580 void 0.000121
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so malloc 72 0x55717358c5b0 0.000121
+gallium_dri.so free 0x55717358c600 void 0.000122
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5b0 0.000122
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c740 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7c0 0.000121
+gallium_dri.so free 0x55717358c880 void 0.000124
+gallium_dri.so free 0x55717358c7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7c0 0.000122
+gallium_dri.so free 0x55717358c900 void 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c930 0.000121
+gallium_dri.so free 0x55717358c980 void 0.000122
+gallium_dri.so free 0x55717358c930 void 0.000122
+gallium_dri.so malloc 72 0x55717358c930 0.000121
+gallium_dri.so free 0x55717358ca80 void 0.000121
+gallium_dri.so free 0x55717358c930 void 0.000123
+gallium_dri.so malloc 72 0x55717358ca30 0.000113
+gallium_dri.so free 0x55717358cb40 void 0.000113
+gallium_dri.so free 0x55717358ca30 void 0.000113
+gallium_dri.so malloc 72 0x55717358caf0 0.000113
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so free 0x55717358caf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358caf0 0.000115
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so free 0x55717358caf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358caf0 0.000114
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358caf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ccf0 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000113
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce10 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000113
+gallium_dri.so free 0x55717358ce10 void 0.000114
+gallium_dri.so malloc 72 0x55717358cea0 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358cea0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cef0 0.000113
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so free 0x55717358cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfc0 0.000115
+gallium_dri.so free 0x55717358d080 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cfc0 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d1c0 void 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000113
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d340 void 0.000113
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d2f0 0.000115
+gallium_dri.so free 0x55717358d3c0 void 0.000113
+gallium_dri.so free 0x55717358d2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d410 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so free 0x55717358d410 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4c0 0.000113
+gallium_dri.so free 0x55717358d540 void 0.000115
+gallium_dri.so free 0x55717358d4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4c0 0.000114
+gallium_dri.so free 0x55717358d5c0 void 0.000114
+gallium_dri.so free 0x55717358d4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d5f0 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000113
+gallium_dri.so free 0x55717358d5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d5f0 0.000137
+gallium_dri.so free 0x55717358d740 void 0.000121
+gallium_dri.so free 0x55717358d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d6f0 0.000121
+gallium_dri.so free 0x55717358d800 void 0.000120
+gallium_dri.so free 0x55717358d6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7b0 0.000121
+gallium_dri.so free 0x55717358d840 void 0.000119
+gallium_dri.so free 0x55717358d7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d7b0 0.000120
+gallium_dri.so free 0x55717358d900 void 0.000118
+gallium_dri.so free 0x55717358d7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d970 0.000122
+gallium_dri.so free 0x55717358d9c0 void 0.000119
+gallium_dri.so free 0x55717358d970 void 0.000120
+gallium_dri.so malloc 72 0x55717358d970 0.000120
+gallium_dri.so free 0x55717358dac0 void 0.000121
+gallium_dri.so free 0x55717358d970 void 0.000119
+gallium_dri.so malloc 72 0x55717358da70 0.000120
+gallium_dri.so free 0x55717358db80 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000123
+gallium_dri.so malloc 72 0x55717358db30 0.000119
+gallium_dri.so free 0x55717358dbc0 void 0.000119
+gallium_dri.so free 0x55717358db30 void 0.000116
+gallium_dri.so malloc 72 0x55717358db30 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000120
+gallium_dri.so free 0x55717358db30 void 0.000177
+gallium_dri.so malloc 72 0x55717358dcc0 0.000122
+gallium_dri.so free 0x55717358dd40 void 0.000122
+gallium_dri.so free 0x55717358dcc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd40 0.000121
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x55717358dd40 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd40 0.000123
+gallium_dri.so free 0x55717358dec0 void 0.000121
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358dee0 0.000119
+gallium_dri.so free 0x55717358df80 void 0.000120
+gallium_dri.so free 0x55717358dee0 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000119
+gallium_dri.so free 0x55717358df30 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000120
+gallium_dri.so free 0x55717358e080 void 0.000123
+gallium_dri.so free 0x55717358df30 void 0.000121
+gallium_dri.so malloc 72 0x55717358e080 0.000121
+gallium_dri.so free 0x55717358e140 void 0.000121
+gallium_dri.so free 0x55717358e080 void 0.000119
+gallium_dri.so malloc 72 0x55717358e080 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x55717358e080 void 0.000119
+gallium_dri.so malloc 72 0x55717358e080 0.000126
+gallium_dri.so free 0x55717358e2c0 void 0.000117
+gallium_dri.so free 0x55717358e080 void 0.000118
+gallium_dri.so malloc 72 0x55717358e270 0.000119
+gallium_dri.so free 0x55717358e380 void 0.000115
+gallium_dri.so free 0x55717358e270 void 0.000117
+gallium_dri.so malloc 72 0x55717358e330 0.000119
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e330 void 0.000119
+gallium_dri.so malloc 72 0x55717358e450 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e450 void 0.000118
+gallium_dri.so malloc 72 0x55717358e4e0 0.000115
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x55717358e4e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e530 0.000116
+gallium_dri.so free 0x55717358e600 void 0.000116
+gallium_dri.so free 0x55717358e530 void 0.000115
+gallium_dri.so malloc 72 0x55717358e530 0.000119
+gallium_dri.so free 0x55717358e680 void 0.000118
+gallium_dri.so free 0x55717358e530 void 0.000115
+gallium_dri.so malloc 72 0x55717358e680 0.000116
+gallium_dri.so free 0x55717358e740 void 0.000119
+gallium_dri.so free 0x55717358e680 void 0.000116
+gallium_dri.so malloc 72 0x55717358e680 0.000120
+gallium_dri.so free 0x55717358e840 void 0.000116
+gallium_dri.so free 0x55717358e680 void 0.000116
+gallium_dri.so malloc 72 0x55717358e7f0 0.000128
+gallium_dri.so free 0x55717358e880 void 0.000122
+gallium_dri.so free 0x55717358e7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e7f0 0.000121
+gallium_dri.so free 0x55717358e940 void 0.000120
+gallium_dri.so free 0x55717358e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e980 0.000120
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000120
+gallium_dri.so malloc 72 0x55717358ea00 0.000120
+gallium_dri.so free 0x55717358eac0 void 0.000123
+gallium_dri.so free 0x55717358ea00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ea00 0.000137
+gallium_dri.so free 0x55717358eb40 void 0.000121
+gallium_dri.so free 0x55717358ea00 void 0.000120
+gallium_dri.so malloc 72 0x55717358eb70 0.000121
+gallium_dri.so free 0x55717358ebc0 void 0.000122
+gallium_dri.so free 0x55717358eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb70 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so free 0x55717358eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed00 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so free 0x55717358ed00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed80 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000120
+gallium_dri.so free 0x55717358ed80 void 0.000194
+gallium_dri.so malloc 72 0x55717358ed80 0.000122
+gallium_dri.so free 0x55717358eec0 void 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000117
+gallium_dri.so malloc 72 0x55717358eef0 0.000118
+gallium_dri.so free 0x55717358ef40 void 0.000122
+gallium_dri.so free 0x55717358eef0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eef0 0.000120
+gallium_dri.so free 0x55717358f040 void 0.000121
+gallium_dri.so free 0x55717358eef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eff0 0.000121
+gallium_dri.so free 0x55717358f100 void 0.000122
+gallium_dri.so free 0x55717358eff0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f0b0 0.000120
+gallium_dri.so free 0x55717358f180 void 0.000120
+gallium_dri.so free 0x55717358f0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f0b0 0.000120
+gallium_dri.so free 0x55717358f240 void 0.000119
+gallium_dri.so free 0x55717358f0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f0b0 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so free 0x55717358f0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f2b0 0.000120
+gallium_dri.so free 0x55717358f380 void 0.000122
+gallium_dri.so free 0x55717358f2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f3d0 0.000122
+gallium_dri.so free 0x55717358f440 void 0.000121
+gallium_dri.so free 0x55717358f3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f460 0.000117
+gallium_dri.so free 0x55717358f500 void 0.000116
+gallium_dri.so free 0x55717358f460 void 0.000117
+gallium_dri.so malloc 72 0x55717358f4b0 0.000120
+gallium_dri.so free 0x55717358f580 void 0.000119
+gallium_dri.so free 0x55717358f4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f580 0.000118
+gallium_dri.so free 0x55717358f640 void 0.000119
+gallium_dri.so free 0x55717358f580 void 0.000115
+gallium_dri.so malloc 72 0x55717358f580 0.000118
+gallium_dri.so free 0x55717358f6c0 void 0.000119
+gallium_dri.so free 0x55717358f580 void 0.000118
+gallium_dri.so malloc 72 0x55717358f6c0 0.000118
+gallium_dri.so free 0x55717358f780 void 0.000119
+gallium_dri.so free 0x55717358f6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f6c0 0.000118
+gallium_dri.so free 0x55717358f840 void 0.000116
+gallium_dri.so free 0x55717358f6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f6c0 0.000116
+gallium_dri.so free 0x55717358f900 void 0.000116
+gallium_dri.so free 0x55717358f6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f8b0 0.000118
+gallium_dri.so free 0x55717358f980 void 0.000119
+gallium_dri.so free 0x55717358f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f9d0 0.000137
+gallium_dri.so free 0x55717358fa40 void 0.000122
+gallium_dri.so free 0x55717358f9d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa80 0.000119
+gallium_dri.so free 0x55717358fb00 void 0.000116
+gallium_dri.so free 0x55717358fa80 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa80 0.000120
+gallium_dri.so free 0x55717358fb80 void 0.000125
+gallium_dri.so free 0x55717358fa80 void 0.000117
+gallium_dri.so malloc 72 0x55717358fbb0 0.000118
+gallium_dri.so free 0x55717358fc00 void 0.000120
+gallium_dri.so free 0x55717358fbb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358fbb0 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so free 0x55717358fbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fcb0 0.000119
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fd70 0.000118
+gallium_dri.so free 0x55717358fe00 void 0.000120
+gallium_dri.so free 0x55717358fd70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd70 0.000121
+gallium_dri.so free 0x55717358fec0 void 0.000118
+gallium_dri.so free 0x55717358fd70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff30 0.000121
+gallium_dri.so free 0x55717358ff80 void 0.000119
+gallium_dri.so free 0x55717358ff30 void 0.000177
+gallium_dri.so malloc 72 0x55717358ff30 0.000123
+gallium_dri.so free 0x557173590080 void 0.000120
+gallium_dri.so free 0x55717358ff30 void 0.000120
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x557173590140 void 0.000120
+gallium_dri.so free 0x557173590030 void 0.000120
+gallium_dri.so malloc 72 0x5571735900f0 0.000118
+gallium_dri.so free 0x557173590180 void 0.000122
+gallium_dri.so free 0x5571735900f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735900f0 0.000122
+gallium_dri.so free 0x557173590240 void 0.000122
+gallium_dri.so free 0x5571735900f0 void 0.000117
+gallium_dri.so malloc 72 0x557173590280 0.000120
+gallium_dri.so free 0x557173590300 void 0.000121
+gallium_dri.so free 0x557173590280 void 0.000120
+gallium_dri.so malloc 72 0x557173590300 0.000120
+gallium_dri.so free 0x5571735903c0 void 0.000121
+gallium_dri.so free 0x557173590300 void 0.000119
+gallium_dri.so malloc 72 0x557173590300 0.000121
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x557173590300 void 0.000121
+gallium_dri.so malloc 72 0x5571735904a0 0.000121
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x5571735904a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735904f0 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000111
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735904f0 0.000115
+gallium_dri.so free 0x557173590640 void 0.000116
+gallium_dri.so free 0x5571735904f0 void 0.000115
+gallium_dri.so malloc 72 0x557173590640 0.000119
+gallium_dri.so free 0x557173590700 void 0.000119
+gallium_dri.so free 0x557173590640 void 0.000116
+gallium_dri.so malloc 72 0x557173590640 0.000115
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so free 0x557173590640 void 0.000116
+gallium_dri.so malloc 72 0x557173590640 0.000118
+gallium_dri.so free 0x557173590880 void 0.000121
+gallium_dri.so free 0x557173590640 void 0.000116
+gallium_dri.so malloc 72 0x557173590830 0.000115
+gallium_dri.so free 0x557173590940 void 0.000117
+gallium_dri.so free 0x557173590830 void 0.000118
+gallium_dri.so malloc 72 0x5571735908f0 0.000118
+gallium_dri.so free 0x5571735909c0 void 0.000119
+gallium_dri.so free 0x5571735908f0 void 0.000119
+gallium_dri.so malloc 72 0x557173590a10 0.000116
+gallium_dri.so free 0x557173590a80 void 0.000118
+gallium_dri.so free 0x557173590a10 void 0.000116
+gallium_dri.so malloc 72 0x557173590aa0 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000117
+gallium_dri.so free 0x557173590aa0 void 0.000117
+gallium_dri.so malloc 72 0x557173590af0 0.000140
+gallium_dri.so free 0x557173590bc0 void 0.000118
+gallium_dri.so free 0x557173590af0 void 0.000119
+gallium_dri.so malloc 72 0x557173590af0 0.000119
+gallium_dri.so free 0x557173590c40 void 0.000119
+gallium_dri.so free 0x557173590af0 void 0.000121
+gallium_dri.so malloc 72 0x557173590c40 0.000122
+gallium_dri.so free 0x557173590d00 void 0.000122
+gallium_dri.so free 0x557173590c40 void 0.000119
+gallium_dri.so malloc 72 0x557173590c40 0.000120
+gallium_dri.so free 0x557173590e00 void 0.000117
+gallium_dri.so free 0x557173590c40 void 0.000125
+gallium_dri.so malloc 72 0x557173590db0 0.000121
+gallium_dri.so free 0x557173590e40 void 0.000117
+gallium_dri.so free 0x557173590db0 void 0.000116
+gallium_dri.so malloc 72 0x557173590db0 0.000120
+gallium_dri.so free 0x557173590f00 void 0.000118
+gallium_dri.so free 0x557173590db0 void 0.000118
+gallium_dri.so malloc 72 0x557173590f40 0.000144
+gallium_dri.so free 0x557173590fc0 void 0.000197
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so malloc 72 0x557173590fc0 0.000115
+gallium_dri.so free 0x557173591080 void 0.000116
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173590fc0 0.000114
+gallium_dri.so free 0x557173591100 void 0.000115
+gallium_dri.so free 0x557173590fc0 void 0.000132
+gallium_dri.so malloc 72 0x557173591130 0.000116
+gallium_dri.so free 0x557173591180 void 0.000115
+gallium_dri.so free 0x557173591130 void 0.000113
+gallium_dri.so malloc 72 0x557173591130 0.000115
+gallium_dri.so free 0x557173591280 void 0.000115
+gallium_dri.so free 0x557173591130 void 0.000113
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000119
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173591480 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x5571735914b0 0.000114
+gallium_dri.so free 0x557173591500 void 0.000116
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914b0 0.000115
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735915b0 0.000115
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x5571735915b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591670 0.000115
+gallium_dri.so free 0x557173591740 void 0.000115
+gallium_dri.so free 0x557173591670 void 0.000114
+gallium_dri.so malloc 72 0x557173591670 0.000113
+gallium_dri.so free 0x557173591800 void 0.000111
+gallium_dri.so free 0x557173591670 void 0.000113
+gallium_dri.so malloc 72 0x557173591670 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000111
+gallium_dri.so free 0x557173591670 void 0.000118
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so free 0x557173591870 void 0.000112
+gallium_dri.so malloc 72 0x557173591990 0.000111
+gallium_dri.so free 0x557173591a00 void 0.000112
+gallium_dri.so free 0x557173591990 void 0.000112
+gallium_dri.so malloc 72 0x557173591a20 0.000111
+gallium_dri.so free 0x557173591ac0 void 0.000117
+gallium_dri.so free 0x557173591a20 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000112
+gallium_dri.so free 0x557173591b40 void 0.000111
+gallium_dri.so free 0x557173591a70 void 0.000119
+gallium_dri.so malloc 72 0x557173591b40 0.000120
+gallium_dri.so free 0x557173591c00 void 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so malloc 72 0x557173591b40 0.000121
+gallium_dri.so free 0x557173591c80 void 0.000118
+gallium_dri.so free 0x557173591b40 void 0.000119
+gallium_dri.so malloc 72 0x557173591c80 0.000119
+gallium_dri.so free 0x557173591d40 void 0.000119
+gallium_dri.so free 0x557173591c80 void 0.000138
+gallium_dri.so malloc 72 0x557173591c80 0.000122
+gallium_dri.so free 0x557173591e00 void 0.000120
+gallium_dri.so free 0x557173591c80 void 0.000119
+gallium_dri.so malloc 72 0x557173591c80 0.000118
+gallium_dri.so free 0x557173591ec0 void 0.000118
+gallium_dri.so free 0x557173591c80 void 0.000119
+gallium_dri.so malloc 72 0x557173591e70 0.000120
+gallium_dri.so free 0x5571735cae40 void 0.000119
+gallium_dri.so free 0x557173591e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cae40 0.000117
+gallium_dri.so free 0x5571735caf00 void 0.000118
+gallium_dri.so free 0x5571735cae40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cae40 0.000120
+gallium_dri.so free 0x5571735cb000 void 0.000119
+gallium_dri.so free 0x5571735cae40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000118
+gallium_dri.so free 0x557173591f40 void 0.000117
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x557173591f70 0.000118
+gallium_dri.so free 0x5571735cb040 void 0.000119
+gallium_dri.so free 0x557173591f70 void 0.000119
+gallium_dri.so malloc 72 0x557173591f70 0.000117
+gallium_dri.so free 0x5571735cb140 void 0.000118
+gallium_dri.so free 0x557173591f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb0f0 0.000117
+gallium_dri.so free 0x5571735cb200 void 0.000175
+gallium_dri.so free 0x5571735cb0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000120
+gallium_dri.so free 0x5571735cb240 void 0.000119
+gallium_dri.so free 0x5571735cb1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000119
+gallium_dri.so free 0x5571735cb300 void 0.000118
+gallium_dri.so free 0x5571735cb1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb370 0.000118
+gallium_dri.so free 0x5571735cb3c0 void 0.000120
+gallium_dri.so free 0x5571735cb370 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb370 0.000118
+gallium_dri.so free 0x5571735cb4c0 void 0.000118
+gallium_dri.so free 0x5571735cb370 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb470 0.000118
+gallium_dri.so free 0x5571735cb580 void 0.000118
+gallium_dri.so free 0x5571735cb470 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb530 0.000118
+gallium_dri.so free 0x5571735cb5c0 void 0.000118
+gallium_dri.so free 0x5571735cb530 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb530 0.000118
+gallium_dri.so free 0x5571735cb680 void 0.000119
+gallium_dri.so free 0x5571735cb530 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000119
+gallium_dri.so free 0x5571735cb6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb740 0.000133
+gallium_dri.so free 0x5571735cb800 void 0.000120
+gallium_dri.so free 0x5571735cb740 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb740 0.000119
+gallium_dri.so free 0x5571735cb8c0 void 0.000122
+gallium_dri.so free 0x5571735cb740 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb8e0 0.000119
+gallium_dri.so free 0x5571735cb980 void 0.000119
+gallium_dri.so free 0x5571735cb8e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb930 0.000119
+gallium_dri.so free 0x5571735cba00 void 0.000119
+gallium_dri.so free 0x5571735cb930 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb930 0.000117
+gallium_dri.so free 0x5571735cba80 void 0.000119
+gallium_dri.so free 0x5571735cb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735cba80 0.000118
+gallium_dri.so free 0x5571735cbb40 void 0.000118
+gallium_dri.so free 0x5571735cba80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cba80 0.000119
+gallium_dri.so free 0x5571735cbc00 void 0.000118
+gallium_dri.so free 0x5571735cba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cba80 0.000119
+gallium_dri.so free 0x5571735cbcc0 void 0.000119
+gallium_dri.so free 0x5571735cba80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbc70 0.000121
+gallium_dri.so free 0x5571735cbd80 void 0.000118
+gallium_dri.so free 0x5571735cbc70 void 0.000148
+gallium_dri.so malloc 72 0x5571735cbd30 0.000120
+gallium_dri.so free 0x5571735cbe00 void 0.000119
+gallium_dri.so free 0x5571735cbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbe50 0.000119
+gallium_dri.so free 0x5571735cbec0 void 0.000122
+gallium_dri.so free 0x5571735cbe50 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbee0 0.000117
+gallium_dri.so free 0x5571735cbf80 void 0.000119
+gallium_dri.so free 0x5571735cbee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbf30 0.000121
+gallium_dri.so free 0x5571735cc000 void 0.000120
+gallium_dri.so free 0x5571735cbf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbf30 0.000118
+gallium_dri.so free 0x5571735cc080 void 0.000119
+gallium_dri.so free 0x5571735cbf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc080 0.000120
+gallium_dri.so free 0x5571735cc140 void 0.000120
+gallium_dri.so free 0x5571735cc080 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc080 0.000119
+gallium_dri.so free 0x5571735cc240 void 0.000118
+gallium_dri.so free 0x5571735cc080 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000119
+gallium_dri.so free 0x5571735cc280 void 0.000119
+gallium_dri.so free 0x5571735cc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000118
+gallium_dri.so free 0x5571735cc340 void 0.000174
+gallium_dri.so free 0x5571735cc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc380 0.000119
+gallium_dri.so free 0x5571735cc400 void 0.000119
+gallium_dri.so free 0x5571735cc380 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc400 0.000118
+gallium_dri.so free 0x5571735cc4c0 void 0.000119
+gallium_dri.so free 0x5571735cc400 void 0.000138
+gallium_dri.so malloc 72 0x5571735cc400 0.000120
+gallium_dri.so free 0x5571735cc540 void 0.000119
+gallium_dri.so free 0x5571735cc400 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc570 0.000118
+gallium_dri.so free 0x5571735cc5c0 void 0.000118
+gallium_dri.so free 0x5571735cc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc570 0.000119
+gallium_dri.so free 0x5571735cc6c0 void 0.000119
+gallium_dri.so free 0x5571735cc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc700 0.000119
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so free 0x5571735cc700 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc780 0.000120
+gallium_dri.so free 0x5571735cc840 void 0.000119
+gallium_dri.so free 0x5571735cc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc780 0.000119
+gallium_dri.so free 0x5571735cc8c0 void 0.000119
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000132
+gallium_dri.so free 0x5571735cc940 void 0.000120
+gallium_dri.so free 0x5571735cc8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000118
+gallium_dri.so free 0x5571735cca40 void 0.000120
+gallium_dri.so free 0x5571735cc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000118
+gallium_dri.so free 0x5571735ccb00 void 0.000119
+gallium_dri.so free 0x5571735cc9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccab0 0.000119
+gallium_dri.so free 0x5571735ccb80 void 0.000120
+gallium_dri.so free 0x5571735ccab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccab0 0.000118
+gallium_dri.so free 0x5571735ccc40 void 0.000118
+gallium_dri.so free 0x5571735ccab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccab0 0.000118
+gallium_dri.so free 0x5571735ccd00 void 0.000132
+gallium_dri.so free 0x5571735ccab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cccb0 0.000122
+gallium_dri.so free 0x5571735ccd80 void 0.000119
+gallium_dri.so free 0x5571735cccb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccdd0 0.000123
+gallium_dri.so free 0x5571735cce40 void 0.000120
+gallium_dri.so free 0x5571735ccdd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cce60 0.000119
+gallium_dri.so free 0x5571735ccf00 void 0.000139
+gallium_dri.so free 0x5571735cce60 void 0.000123
+gallium_dri.so malloc 72 0x5571735cceb0 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000118
+gallium_dri.so free 0x5571735cceb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccf80 0.000117
+gallium_dri.so free 0x5571735cd040 void 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccf80 0.000125
+gallium_dri.so free 0x5571735cd0c0 void 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000118
+gallium_dri.so free 0x5571735cd180 void 0.000122
+gallium_dri.so free 0x5571735cd0c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000125
+gallium_dri.so free 0x5571735cd240 void 0.000125
+gallium_dri.so free 0x5571735cd0c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000118
+gallium_dri.so free 0x5571735cd300 void 0.000123
+gallium_dri.so free 0x5571735cd0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000125
+gallium_dri.so free 0x5571735cd380 void 0.000120
+gallium_dri.so free 0x5571735cd2b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd3d0 0.000174
+gallium_dri.so free 0x5571735cd440 void 0.000218
+gallium_dri.so free 0x5571735cd3d0 void 0.000219
+gallium_dri.so malloc 72 0x5571735cd480 0.000214
+gallium_dri.so free 0x5571735cd500 void 0.000194
+gallium_dri.so free 0x5571735cd480 void 0.000179
+gallium_dri.so malloc 72 0x5571735cd480 0.000211
+gallium_dri.so free 0x5571735cd580 void 0.000180
+gallium_dri.so free 0x5571735cd480 void 0.000211
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000212
+gallium_dri.so free 0x5571735cd600 void 0.000191
+gallium_dri.so free 0x5571735cd5b0 void 0.000191
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000222
+gallium_dri.so free 0x5571735cd700 void 0.000221
+gallium_dri.so free 0x5571735cd5b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000181
+gallium_dri.so free 0x5571735cd7c0 void 0.000133
+gallium_dri.so free 0x5571735cd6b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cd770 0.000126
+gallium_dri.so free 0x5571735cd800 void 0.000222
+gallium_dri.so free 0x5571735cd770 void 0.000242
+gallium_dri.so malloc 72 0x5571735cd770 0.000221
+gallium_dri.so free 0x5571735cd8c0 void 0.000221
+gallium_dri.so free 0x5571735cd770 void 0.000221
+gallium_dri.so malloc 72 0x5571735cd930 0.000198
+gallium_dri.so free 0x5571735cd980 void 0.000233
+gallium_dri.so free 0x5571735cd930 void 0.000197
+gallium_dri.so malloc 72 0x5571735cd930 0.000229
+gallium_dri.so free 0x5571735cda80 void 0.000223
+gallium_dri.so free 0x5571735cd930 void 0.000259
+gallium_dri.so malloc 72 0x5571735cda30 0.000275
+gallium_dri.so free 0x5571735cdb40 void 0.000279
+gallium_dri.so free 0x5571735cda30 void 0.000284
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000271
+gallium_dri.so free 0x5571735cdb80 void 0.000275
+gallium_dri.so free 0x5571735cdaf0 void 0.000268
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000267
+gallium_dri.so free 0x5571735cdc40 void 0.000276
+gallium_dri.so free 0x5571735cdaf0 void 0.000279
+gallium_dri.so malloc 72 0x5571735cdc80 0.000263
+gallium_dri.so free 0x5571735cdd00 void 0.000277
+gallium_dri.so free 0x5571735cdc80 void 0.000269
+gallium_dri.so malloc 72 0x5571735cdd00 0.000266
+gallium_dri.so free 0x5571735cddc0 void 0.000276
+gallium_dri.so free 0x5571735cdd00 void 0.000265
+gallium_dri.so malloc 72 0x5571735cdd00 0.000282
+gallium_dri.so free 0x5571735cde80 void 0.000265
+gallium_dri.so free 0x5571735cdd00 void 0.000274
+gallium_dri.so malloc 72 0x5571735cdea0 0.000268
+gallium_dri.so free 0x5571735cdf40 void 0.000273
+gallium_dri.so free 0x5571735cdea0 void 0.000264
+gallium_dri.so malloc 72 0x5571735cdef0 0.000277
+gallium_dri.so free 0x5571735cdfc0 void 0.000275
+gallium_dri.so free 0x5571735cdef0 void 0.000265
+gallium_dri.so malloc 72 0x5571735cdef0 0.000272
+gallium_dri.so free 0x5571735ce040 void 0.000279
+gallium_dri.so free 0x5571735cdef0 void 0.000284
+gallium_dri.so malloc 72 0x5571735ce040 0.000273
+gallium_dri.so free 0x5571735ce100 void 0.000266
+gallium_dri.so free 0x5571735ce040 void 0.000232
+gallium_dri.so malloc 72 0x5571735ce040 0.000231
+gallium_dri.so free 0x5571735ce1c0 void 0.000247
+gallium_dri.so free 0x5571735ce040 void 0.000229
+gallium_dri.so malloc 72 0x5571735ce040 0.000233
+gallium_dri.so free 0x5571735ce280 void 0.000228
+gallium_dri.so free 0x5571735ce040 void 0.000233
+gallium_dri.so malloc 72 0x5571735ce230 0.000205
+gallium_dri.so free 0x5571735ce340 void 0.000179
+gallium_dri.so free 0x5571735ce230 void 0.000138
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000137
+gallium_dri.so free 0x5571735ce3c0 void 0.000139
+gallium_dri.so free 0x5571735ce2f0 void 0.000206
+gallium_dri.so malloc 72 0x5571735ce410 0.000177
+gallium_dri.so free 0x5571735ce480 void 0.000152
+gallium_dri.so free 0x5571735ce410 void 0.000193
+gallium_dri.so malloc 72 0x5571735ce4a0 0.000234
+gallium_dri.so free 0x5571735ce540 void 0.000229
+gallium_dri.so free 0x5571735ce4a0 void 0.000231
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000233
+gallium_dri.so free 0x5571735ce5c0 void 0.000207
+gallium_dri.so free 0x5571735ce4f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000138
+gallium_dri.so free 0x5571735ce640 void 0.000192
+gallium_dri.so free 0x5571735ce4f0 void 0.000231
+gallium_dri.so malloc 72 0x5571735ce640 0.000232
+gallium_dri.so free 0x5571735ce700 void 0.000210
+gallium_dri.so free 0x5571735ce640 void 0.000209
+gallium_dri.so malloc 72 0x5571735ce640 0.000181
+gallium_dri.so free 0x5571735ce800 void 0.000135
+gallium_dri.so free 0x5571735ce640 void 0.000143
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000227
+gallium_dri.so free 0x5571735ce840 void 0.000234
+gallium_dri.so free 0x5571735ce7b0 void 0.000229
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000210
+gallium_dri.so free 0x5571735ce900 void 0.000215
+gallium_dri.so free 0x5571735ce7b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ce940 0.000138
+gallium_dri.so free 0x5571735ce9c0 void 0.000188
+gallium_dri.so free 0x5571735ce940 void 0.000229
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000232
+gallium_dri.so free 0x5571735cea80 void 0.000206
+gallium_dri.so free 0x5571735ce9c0 void 0.000207
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000185
+gallium_dri.so free 0x5571735ceb00 void 0.000234
+gallium_dri.so free 0x5571735ce9c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ceb30 0.000226
+gallium_dri.so free 0x5571735ceb80 void 0.000234
+gallium_dri.so free 0x5571735ceb30 void 0.000227
+gallium_dri.so malloc 72 0x5571735ceb30 0.000229
+gallium_dri.so free 0x5571735cec80 void 0.000211
+gallium_dri.so free 0x5571735ceb30 void 0.000183
+gallium_dri.so malloc 72 0x5571735cecc0 0.000231
+gallium_dri.so free 0x5571735ced40 void 0.000144
+gallium_dri.so free 0x5571735cecc0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ced40 0.000131
+gallium_dri.so free 0x5571735cee00 void 0.000137
+gallium_dri.so free 0x5571735ced40 void 0.000138
+gallium_dri.so malloc 72 0x5571735ced40 0.000133
+gallium_dri.so free 0x5571735cee80 void 0.000133
+gallium_dri.so free 0x5571735ced40 void 0.000135
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000132
+gallium_dri.so free 0x5571735cef00 void 0.000132
+gallium_dri.so free 0x5571735ceeb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000140
+gallium_dri.so free 0x5571735cf000 void 0.000138
+gallium_dri.so free 0x5571735ceeb0 void 0.000229
+gallium_dri.so malloc 72 0x5571735cefb0 0.000229
+gallium_dri.so free 0x5571735cf0c0 void 0.000229
+gallium_dri.so free 0x5571735cefb0 void 0.000209
+gallium_dri.so malloc 72 0x5571735cf070 0.000174
+gallium_dri.so free 0x5571735cf140 void 0.000227
+gallium_dri.so free 0x5571735cf070 void 0.000231
+gallium_dri.so malloc 72 0x5571735cf070 0.000231
+gallium_dri.so free 0x5571735cf200 void 0.000234
+gallium_dri.so free 0x5571735cf070 void 0.000208
+gallium_dri.so malloc 72 0x5571735cf070 0.000239
+gallium_dri.so free 0x5571735cf2c0 void 0.000211
+gallium_dri.so free 0x5571735cf070 void 0.000188
+gallium_dri.so malloc 72 0x5571735cf270 0.000183
+gallium_dri.so free 0x5571735cf340 void 0.000192
+gallium_dri.so free 0x5571735cf270 void 0.000223
+gallium_dri.so malloc 72 0x5571735cf390 0.000244
+gallium_dri.so free 0x5571735cf400 void 0.000200
+gallium_dri.so free 0x5571735cf390 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf420 0.000301
+gallium_dri.so free 0x5571735cf4c0 void 0.000330
+gallium_dri.so free 0x5571735cf420 void 0.000335
+gallium_dri.so malloc 72 0x5571735cf470 0.000325
+gallium_dri.so free 0x5571735cf540 void 0.000282
+gallium_dri.so free 0x5571735cf470 void 0.000272
+gallium_dri.so malloc 72 0x5571735cf540 0.000285
+gallium_dri.so free 0x5571735cf600 void 0.000280
+gallium_dri.so free 0x5571735cf540 void 0.000273
+gallium_dri.so malloc 72 0x5571735cf540 0.000289
+gallium_dri.so free 0x5571735cf680 void 0.000273
+gallium_dri.so free 0x5571735cf540 void 0.000272
+gallium_dri.so malloc 72 0x5571735cf680 0.000285
+gallium_dri.so free 0x5571735cf740 void 0.000274
+gallium_dri.so free 0x5571735cf680 void 0.000270
+gallium_dri.so malloc 72 0x5571735cf680 0.000282
+gallium_dri.so free 0x5571735cf800 void 0.000270
+gallium_dri.so free 0x5571735cf680 void 0.000283
+gallium_dri.so malloc 72 0x5571735cf680 0.000286
+gallium_dri.so free 0x5571735cf8c0 void 0.000279
+gallium_dri.so free 0x5571735cf680 void 0.000296
+gallium_dri.so malloc 72 0x5571735cf870 0.000274
+gallium_dri.so free 0x5571735cf940 void 0.000274
+gallium_dri.so free 0x5571735cf870 void 0.000282
+gallium_dri.so malloc 72 0x5571735cf990 0.000275
+gallium_dri.so free 0x5571735cfa00 void 0.000285
+gallium_dri.so free 0x5571735cf990 void 0.000273
+gallium_dri.so malloc 72 0x5571735cfa40 0.000281
+gallium_dri.so free 0x5571735cfac0 void 0.000264
+gallium_dri.so free 0x5571735cfa40 void 0.000289
+gallium_dri.so malloc 72 0x5571735cfa40 0.000218
+gallium_dri.so free 0x5571735cfb40 void 0.000292
+gallium_dri.so free 0x5571735cfa40 void 0.000343
+gallium_dri.so malloc 72 0x5571735cfb70 0.000282
+gallium_dri.so free 0x5571735cfbc0 void 0.000284
+gallium_dri.so free 0x5571735cfb70 void 0.000288
+gallium_dri.so malloc 72 0x5571735cfb70 0.000287
+gallium_dri.so free 0x5571735cfcc0 void 0.000295
+gallium_dri.so free 0x5571735cfb70 void 0.000285
+gallium_dri.so malloc 72 0x5571735cfc70 0.000288
+gallium_dri.so free 0x5571735cfd80 void 0.000284
+gallium_dri.so free 0x5571735cfc70 void 0.000296
+gallium_dri.so malloc 72 0x5571735cfd30 0.000280
+gallium_dri.so free 0x5571735cfdc0 void 0.000292
+gallium_dri.so free 0x5571735cfd30 void 0.000242
+gallium_dri.so malloc 72 0x5571735cfd30 0.000292
+gallium_dri.so free 0x5571735cfe80 void 0.000291
+gallium_dri.so free 0x5571735cfd30 void 0.000280
+gallium_dri.so malloc 72 0x5571735cfef0 0.000277
+gallium_dri.so free 0x5571735cff40 void 0.000292
+gallium_dri.so free 0x5571735cfef0 void 0.000281
+gallium_dri.so malloc 72 0x5571735cfef0 0.000282
+gallium_dri.so free 0x5571735d0040 void 0.000279
+gallium_dri.so free 0x5571735cfef0 void 0.000293
+gallium_dri.so malloc 72 0x5571735cfff0 0.000291
+gallium_dri.so free 0x5571735d0100 void 0.000287
+gallium_dri.so free 0x5571735cfff0 void 0.000307
+gallium_dri.so malloc 72 0x5571735d00b0 0.000292
+gallium_dri.so free 0x5571735d0140 void 0.000295
+gallium_dri.so free 0x5571735d00b0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d00b0 0.000226
+gallium_dri.so free 0x5571735d0200 void 0.000281
+gallium_dri.so free 0x5571735d00b0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d0240 0.000294
+gallium_dri.so free 0x5571735d02c0 void 0.000291
+gallium_dri.so free 0x5571735d0240 void 0.000282
+gallium_dri.so malloc 72 0x5571735d02c0 0.000301
+gallium_dri.so free 0x5571735d0380 void 0.000281
+gallium_dri.so free 0x5571735d02c0 void 0.000391
+gallium_dri.so malloc 72 0x5571735d02c0 0.000390
+gallium_dri.so free 0x5571735d0440 void 0.000337
+gallium_dri.so free 0x5571735d02c0 void 0.000344
+gallium_dri.so malloc 72 0x5571735d0460 0.000282
+gallium_dri.so free 0x5571735d0500 void 0.000284
+gallium_dri.so free 0x5571735d0460 void 0.000297
+gallium_dri.so malloc 72 0x5571735d04b0 0.000269
+gallium_dri.so free 0x5571735d0580 void 0.000296
+gallium_dri.so free 0x5571735d04b0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d04b0 0.000292
+gallium_dri.so free 0x5571735d0600 void 0.000352
+gallium_dri.so free 0x5571735d04b0 void 0.000292
+gallium_dri.so malloc 72 0x5571735d0600 0.000226
+gallium_dri.so free 0x5571735d06c0 void 0.000225
+gallium_dri.so free 0x5571735d0600 void 0.000191
+gallium_dri.so malloc 72 0x5571735d0600 0.000194
+gallium_dri.so free 0x5571735d0780 void 0.000189
+gallium_dri.so free 0x5571735d0600 void 0.000191
+gallium_dri.so malloc 72 0x5571735d0600 0.000191
+gallium_dri.so free 0x5571735d0840 void 0.000167
+gallium_dri.so free 0x5571735d0600 void 0.000132
+gallium_dri.so malloc 72 0x5571735d07f0 0.000132
+gallium_dri.so free 0x5571735d0900 void 0.000137
+gallium_dri.so free 0x5571735d07f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d08b0 0.000193
+gallium_dri.so free 0x5571735d0980 void 0.000189
+gallium_dri.so free 0x5571735d08b0 void 0.000225
+gallium_dri.so malloc 72 0x5571735d09d0 0.000217
+gallium_dri.so free 0x5571735d0a40 void 0.000223
+gallium_dri.so free 0x5571735d09d0 void 0.000195
+gallium_dri.so malloc 72 0x5571735d0a60 0.000164
+gallium_dri.so free 0x5571735d0b00 void 0.000195
+gallium_dri.so free 0x5571735d0a60 void 0.000165
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000220
+gallium_dri.so free 0x5571735d0b80 void 0.000196
+gallium_dri.so free 0x5571735d0ab0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000168
+gallium_dri.so free 0x5571735d0c00 void 0.000138
+gallium_dri.so free 0x5571735d0ab0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d0c00 0.000188
+gallium_dri.so free 0x5571735d0cc0 void 0.000195
+gallium_dri.so free 0x5571735d0c00 void 0.000218
+gallium_dri.so malloc 72 0x5571735d0c00 0.000247
+gallium_dri.so free 0x5571735d0dc0 void 0.000222
+gallium_dri.so free 0x5571735d0c00 void 0.000225
+gallium_dri.so malloc 72 0x5571735d0d70 0.000134
+gallium_dri.so free 0x5571735d0e00 void 0.000308
+gallium_dri.so free 0x5571735d0d70 void 0.000353
+gallium_dri.so malloc 72 0x5571735d0d70 0.000325
+gallium_dri.so free 0x5571735d0ec0 void 0.000295
+gallium_dri.so free 0x5571735d0d70 void 0.000291
+gallium_dri.so malloc 72 0x5571735d0f00 0.000306
+gallium_dri.so free 0x5571735d0f80 void 0.000255
+gallium_dri.so free 0x5571735d0f00 void 0.000232
+gallium_dri.so malloc 72 0x5571735d0f80 0.000269
+gallium_dri.so free 0x5571735d1040 void 0.000252
+gallium_dri.so free 0x5571735d0f80 void 0.000235
+gallium_dri.so malloc 72 0x5571735d0f80 0.000233
+gallium_dri.so free 0x5571735d10c0 void 0.000232
+gallium_dri.so free 0x5571735d0f80 void 0.000274
+gallium_dri.so malloc 72 0x5571735d10f0 0.000238
+gallium_dri.so free 0x5571735d1140 void 0.000237
+gallium_dri.so free 0x5571735d10f0 void 0.000234
+gallium_dri.so malloc 72 0x5571735d10f0 0.000209
+gallium_dri.so free 0x5571735d1240 void 0.000192
+gallium_dri.so free 0x5571735d10f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1280 0.000136
+gallium_dri.so free 0x5571735d1300 void 0.000137
+gallium_dri.so free 0x5571735d1280 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1300 0.000136
+gallium_dri.so free 0x5571735d13c0 void 0.000132
+gallium_dri.so free 0x5571735d1300 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1300 0.000135
+gallium_dri.so free 0x5571735d1440 void 0.000137
+gallium_dri.so free 0x5571735d1300 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1470 0.000138
+gallium_dri.so free 0x5571735d14c0 void 0.000138
+gallium_dri.so free 0x5571735d1470 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1470 0.000138
+gallium_dri.so free 0x5571735d15c0 void 0.000138
+gallium_dri.so free 0x5571735d1470 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1570 0.000138
+gallium_dri.so free 0x5571735d1680 void 0.000134
+gallium_dri.so free 0x5571735d1570 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1630 0.000145
+gallium_dri.so free 0x5571735d1700 void 0.000138
+gallium_dri.so free 0x5571735d1630 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1630 0.000132
+gallium_dri.so free 0x5571735d17c0 void 0.000132
+gallium_dri.so free 0x5571735d1630 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1630 0.000139
+gallium_dri.so free 0x5571735d1880 void 0.000139
+gallium_dri.so free 0x5571735d1630 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1830 0.000135
+gallium_dri.so free 0x5571735d1900 void 0.000180
+gallium_dri.so free 0x5571735d1830 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1950 0.000138
+gallium_dri.so free 0x5571735d19c0 void 0.000137
+gallium_dri.so free 0x5571735d1950 void 0.000133
+gallium_dri.so malloc 72 0x5571735d19e0 0.000136
+gallium_dri.so free 0x5571735d1a80 void 0.000132
+gallium_dri.so free 0x5571735d19e0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1a30 0.000138
+gallium_dri.so free 0x5571735d1b00 void 0.000138
+gallium_dri.so free 0x5571735d1a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1b00 0.000135
+gallium_dri.so free 0x5571735d1bc0 void 0.000133
+gallium_dri.so free 0x5571735d1b00 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1b00 0.000138
+gallium_dri.so free 0x5571735d1c40 void 0.000133
+gallium_dri.so free 0x5571735d1b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1c40 0.000132
+gallium_dri.so free 0x5571735d1d00 void 0.000131
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1c40 0.000147
+gallium_dri.so free 0x5571735d1dc0 void 0.000134
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1c40 0.000142
+gallium_dri.so free 0x5571735d1e80 void 0.000133
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1e30 0.000131
+gallium_dri.so free 0x5571735d1f00 void 0.000133
+gallium_dri.so free 0x5571735d1e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1f50 0.000132
+gallium_dri.so free 0x5571735d1fc0 void 0.000131
+gallium_dri.so free 0x5571735d1f50 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2000 0.000130
+gallium_dri.so free 0x5571735d2080 void 0.000133
+gallium_dri.so free 0x5571735d2000 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2000 0.000132
+gallium_dri.so free 0x5571735d2100 void 0.000131
+gallium_dri.so free 0x5571735d2000 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2130 0.000132
+gallium_dri.so free 0x5571735d2180 void 0.000133
+gallium_dri.so free 0x5571735d2130 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2130 0.000131
+gallium_dri.so free 0x5571735d2280 void 0.000132
+gallium_dri.so free 0x5571735d2130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2230 0.000130
+gallium_dri.so free 0x5571735d2340 void 0.000137
+gallium_dri.so free 0x5571735d2230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22f0 0.000128
+gallium_dri.so free 0x5571735d2380 void 0.000119
+gallium_dri.so free 0x5571735d22f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22f0 0.000120
+gallium_dri.so free 0x5571735d2440 void 0.000120
+gallium_dri.so free 0x5571735d22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d24b0 0.000120
+gallium_dri.so free 0x5571735d2500 void 0.000119
+gallium_dri.so free 0x5571735d24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d24b0 0.000119
+gallium_dri.so free 0x5571735d2600 void 0.000119
+gallium_dri.so free 0x5571735d24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25b0 0.000117
+gallium_dri.so free 0x5571735d26c0 void 0.000120
+gallium_dri.so free 0x5571735d25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2670 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so free 0x5571735d2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2670 0.000119
+gallium_dri.so free 0x5571735d27c0 void 0.000119
+gallium_dri.so free 0x5571735d2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2880 0.000119
+gallium_dri.so free 0x5571735d2940 void 0.000117
+gallium_dri.so free 0x5571735d2880 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2880 0.000120
+gallium_dri.so free 0x5571735d2a00 void 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a20 0.000118
+gallium_dri.so free 0x5571735d2ac0 void 0.000119
+gallium_dri.so free 0x5571735d2a20 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2a70 0.000118
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so free 0x5571735d2a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a70 0.000136
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so free 0x5571735d2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000120
+gallium_dri.so free 0x5571735d2c80 void 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000118
+gallium_dri.so free 0x5571735d2d40 void 0.000119
+gallium_dri.so free 0x5571735d2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000118
+gallium_dri.so free 0x5571735d2e00 void 0.000119
+gallium_dri.so free 0x5571735d2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2db0 0.000119
+gallium_dri.so free 0x5571735d2ec0 void 0.000119
+gallium_dri.so free 0x5571735d2db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2e70 0.000118
+gallium_dri.so free 0x5571735d2f40 void 0.000158
+gallium_dri.so free 0x5571735d2e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2f90 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so free 0x5571735d2f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3020 0.000119
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d3020 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3070 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d3070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3070 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000119
+gallium_dri.so free 0x5571735d3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d31c0 0.000119
+gallium_dri.so free 0x5571735d3280 void 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d31c0 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3330 0.000119
+gallium_dri.so free 0x5571735d33c0 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3330 0.000137
+gallium_dri.so free 0x5571735d3480 void 0.000120
+gallium_dri.so free 0x5571735d3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d34c0 0.000129
+gallium_dri.so free 0x5571735d3540 void 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3540 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d3540 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3540 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000118
+gallium_dri.so free 0x5571735d3540 void 0.000117
+gallium_dri.so malloc 72 0x5571735d36b0 0.000119
+gallium_dri.so free 0x5571735d3700 void 0.000119
+gallium_dri.so free 0x5571735d36b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d36b0 0.000119
+gallium_dri.so free 0x5571735d3800 void 0.000120
+gallium_dri.so free 0x5571735d36b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3840 0.000118
+gallium_dri.so free 0x5571735d38c0 void 0.000119
+gallium_dri.so free 0x5571735d3840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d38c0 0.000118
+gallium_dri.so free 0x5571735d3980 void 0.000120
+gallium_dri.so free 0x5571735d38c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d38c0 0.000119
+gallium_dri.so free 0x5571735d3a00 void 0.000119
+gallium_dri.so free 0x5571735d38c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3a30 0.000127
+gallium_dri.so free 0x5571735d3a80 void 0.000119
+gallium_dri.so free 0x5571735d3a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3a30 0.000121
+gallium_dri.so free 0x5571735d3b80 void 0.000119
+gallium_dri.so free 0x5571735d3a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b30 0.000120
+gallium_dri.so free 0x5571735d3c40 void 0.000119
+gallium_dri.so free 0x5571735d3b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000118
+gallium_dri.so free 0x5571735d3cc0 void 0.000119
+gallium_dri.so free 0x5571735d3bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000118
+gallium_dri.so free 0x5571735d3d80 void 0.000121
+gallium_dri.so free 0x5571735d3bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000116
+gallium_dri.so free 0x5571735d3e40 void 0.000119
+gallium_dri.so free 0x5571735d3bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3df0 0.000118
+gallium_dri.so free 0x5571735d3ec0 void 0.000118
+gallium_dri.so free 0x5571735d3df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3f10 0.000119
+gallium_dri.so free 0x5571735d3f80 void 0.000118
+gallium_dri.so free 0x5571735d3f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3fa0 0.000121
+gallium_dri.so free 0x5571735d4040 void 0.000119
+gallium_dri.so free 0x5571735d3fa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000119
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so free 0x5571735d3ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d40c0 0.000119
+gallium_dri.so free 0x5571735d4180 void 0.000119
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d40c0 0.000120
+gallium_dri.so free 0x5571735d4200 void 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4200 0.000118
+gallium_dri.so free 0x5571735d42c0 void 0.000119
+gallium_dri.so free 0x5571735d4200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4200 0.000118
+gallium_dri.so free 0x5571735d4380 void 0.000119
+gallium_dri.so free 0x5571735d4200 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4200 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000119
+gallium_dri.so free 0x5571735d4200 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43f0 0.000119
+gallium_dri.so free 0x5571735d44c0 void 0.000118
+gallium_dri.so free 0x5571735d43f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4510 0.000118
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x5571735d4510 void 0.000118
+gallium_dri.so malloc 72 0x5571735d45c0 0.000117
+gallium_dri.so free 0x5571735d4640 void 0.000117
+gallium_dri.so free 0x5571735d45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d45c0 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000161
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d46f0 0.000119
+gallium_dri.so free 0x5571735d4740 void 0.000119
+gallium_dri.so free 0x5571735d46f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46f0 0.000118
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so free 0x5571735d46f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d47f0 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000146
+gallium_dri.so free 0x5571735d47f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48b0 0.000120
+gallium_dri.so free 0x5571735d4940 void 0.000120
+gallium_dri.so free 0x5571735d48b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d48b0 0.000118
+gallium_dri.so free 0x5571735d4a00 void 0.000120
+gallium_dri.so free 0x5571735d48b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a70 0.000118
+gallium_dri.so free 0x5571735d4ac0 void 0.000118
+gallium_dri.so free 0x5571735d4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a70 0.000119
+gallium_dri.so free 0x5571735d4bc0 void 0.000119
+gallium_dri.so free 0x5571735d4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4b70 0.000118
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so free 0x5571735d4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c30 0.000127
+gallium_dri.so free 0x5571735d4cc0 void 0.000121
+gallium_dri.so free 0x5571735d4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4c30 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so free 0x5571735d4c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4e40 0.000117
+gallium_dri.so free 0x5571735d4fc0 void 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4fe0 0.000117
+gallium_dri.so free 0x5571735d5080 void 0.000118
+gallium_dri.so free 0x5571735d4fe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5030 0.000118
+gallium_dri.so free 0x5571735d5100 void 0.000119
+gallium_dri.so free 0x5571735d5030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5030 0.000123
+gallium_dri.so free 0x5571735d5180 void 0.000120
+gallium_dri.so free 0x5571735d5030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5180 0.000117
+gallium_dri.so free 0x5571735d5240 void 0.000119
+gallium_dri.so free 0x5571735d5180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5180 0.000121
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so free 0x5571735d5180 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5180 0.000116
+gallium_dri.so free 0x5571735d53c0 void 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5370 0.000118
+gallium_dri.so free 0x5571735d5480 void 0.000118
+gallium_dri.so free 0x5571735d5370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5430 0.000118
+gallium_dri.so free 0x5571735d5500 void 0.000118
+gallium_dri.so free 0x5571735d5430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5550 0.000118
+gallium_dri.so free 0x5571735d55c0 void 0.000117
+gallium_dri.so free 0x5571735d5550 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55e0 0.000119
+gallium_dri.so free 0x5571735d5680 void 0.000119
+gallium_dri.so free 0x5571735d55e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5630 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d5630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5630 0.000119
+gallium_dri.so free 0x5571735d5780 void 0.000143
+gallium_dri.so free 0x5571735d5630 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5780 0.000119
+gallium_dri.so free 0x5571735d5840 void 0.000118
+gallium_dri.so free 0x5571735d5780 void 0.000190
+gallium_dri.so malloc 72 0x5571735d5780 0.000120
+gallium_dri.so free 0x5571735d5940 void 0.000120
+gallium_dri.so free 0x5571735d5780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58f0 0.000118
+gallium_dri.so free 0x5571735d5980 void 0.000118
+gallium_dri.so free 0x5571735d58f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d58f0 0.000118
+gallium_dri.so free 0x5571735d5a40 void 0.000118
+gallium_dri.so free 0x5571735d58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5a80 0.000118
+gallium_dri.so free 0x5571735d5b00 void 0.000118
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5b00 0.000118
+gallium_dri.so free 0x5571735d5bc0 void 0.000119
+gallium_dri.so free 0x5571735d5b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5b00 0.000118
+gallium_dri.so free 0x5571735d5c40 void 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5c70 0.000117
+gallium_dri.so free 0x5571735d5cc0 void 0.000119
+gallium_dri.so free 0x5571735d5c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5c70 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000120
+gallium_dri.so free 0x5571735d5c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e00 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000127
+gallium_dri.so free 0x5571735d5e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e80 0.000119
+gallium_dri.so free 0x5571735d5f40 void 0.000118
+gallium_dri.so free 0x5571735d5e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5e80 0.000118
+gallium_dri.so free 0x5571735d5fc0 void 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000115
+gallium_dri.so free 0x5571735d6040 void 0.000117
+gallium_dri.so free 0x5571735d5ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000123
+gallium_dri.so free 0x5571735d6140 void 0.000119
+gallium_dri.so free 0x5571735d5ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d60f0 0.000119
+gallium_dri.so free 0x5571735d6200 void 0.000118
+gallium_dri.so free 0x5571735d60f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d61b0 0.000118
+gallium_dri.so free 0x5571735d6280 void 0.000118
+gallium_dri.so free 0x5571735d61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d61b0 0.000118
+gallium_dri.so free 0x5571735d6340 void 0.000117
+gallium_dri.so free 0x5571735d61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d61b0 0.000117
+gallium_dri.so free 0x5571735d6400 void 0.000117
+gallium_dri.so free 0x5571735d61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d63b0 0.000124
+gallium_dri.so free 0x5571735d6480 void 0.000120
+gallium_dri.so free 0x5571735d63b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d64d0 0.000118
+gallium_dri.so free 0x5571735d6540 void 0.000118
+gallium_dri.so free 0x5571735d64d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6560 0.000118
+gallium_dri.so free 0x5571735d6600 void 0.000118
+gallium_dri.so free 0x5571735d6560 void 0.000118
+gallium_dri.so malloc 72 0x5571735d65b0 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000144
+gallium_dri.so free 0x5571735d65b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6680 0.000118
+gallium_dri.so free 0x5571735d6740 void 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000184
+gallium_dri.so malloc 72 0x5571735d6680 0.000240
+gallium_dri.so free 0x5571735d67c0 void 0.000121
+gallium_dri.so free 0x5571735d6680 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67c0 0.000119
+gallium_dri.so free 0x5571735d6880 void 0.000118
+gallium_dri.so free 0x5571735d67c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d67c0 0.000118
+gallium_dri.so free 0x5571735d6940 void 0.000118
+gallium_dri.so free 0x5571735d67c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67c0 0.000118
+gallium_dri.so free 0x5571735d6a00 void 0.000127
+gallium_dri.so free 0x5571735d67c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571735d6a80 void 0.000119
+gallium_dri.so free 0x5571735d69b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6ad0 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000118
+gallium_dri.so free 0x5571735d6ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6b80 0.000118
+gallium_dri.so free 0x5571735d6c00 void 0.000117
+gallium_dri.so free 0x5571735d6b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b80 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735d6b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b80 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000118
+gallium_dri.so free 0x5571735d6b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb480 0.000119
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so free 0x5571735eb480 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb500 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000119
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb500 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb670 0.000118
+gallium_dri.so free 0x5571735eb6c0 void 0.000127
+gallium_dri.so free 0x5571735eb670 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb670 0.000119
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so free 0x5571735eb670 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb800 0.000118
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so free 0x5571735eb800 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb880 0.000120
+gallium_dri.so free 0x5571735eb940 void 0.000119
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb880 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb9f0 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so free 0x5571735eb9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb9f0 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000118
+gallium_dri.so free 0x5571735eb9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000117
+gallium_dri.so free 0x5571735ebc00 void 0.000118
+gallium_dri.so free 0x5571735ebaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000120
+gallium_dri.so free 0x5571735ebc80 void 0.000118
+gallium_dri.so free 0x5571735ebbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000169
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000118
+gallium_dri.so free 0x5571735ebe00 void 0.000118
+gallium_dri.so free 0x5571735ebbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000118
+gallium_dri.so free 0x5571735ebe80 void 0.000119
+gallium_dri.so free 0x5571735ebdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebed0 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000119
+gallium_dri.so free 0x5571735ebed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf60 0.000118
+gallium_dri.so free 0x5571735ec000 void 0.000118
+gallium_dri.so free 0x5571735ebf60 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so free 0x5571735ebfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec080 0.000117
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec080 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000117
+gallium_dri.so free 0x5571735ec280 void 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000119
+gallium_dri.so free 0x5571735ec400 void 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000117
+gallium_dri.so free 0x5571735ec3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec4d0 0.000138
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec4d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec580 0.000119
+gallium_dri.so free 0x5571735ec600 void 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec580 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735ec580 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000119
+gallium_dri.so free 0x5571735ec700 void 0.000118
+gallium_dri.so free 0x5571735ec6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000119
+gallium_dri.so free 0x5571735ec800 void 0.000118
+gallium_dri.so free 0x5571735ec6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000119
+gallium_dri.so free 0x5571735ec8c0 void 0.000119
+gallium_dri.so free 0x5571735ec7b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec870 0.000117
+gallium_dri.so free 0x5571735ec900 void 0.000117
+gallium_dri.so free 0x5571735ec870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000118
+gallium_dri.so free 0x5571735ec9c0 void 0.000129
+gallium_dri.so free 0x5571735ec870 void 0.000128
+gallium_dri.so malloc 72 0x5571735eca30 0.000124
+gallium_dri.so free 0x5571735eca80 void 0.000127
+gallium_dri.so free 0x5571735eca30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eca30 0.000121
+gallium_dri.so free 0x5571735ecb80 void 0.000123
+gallium_dri.so free 0x5571735eca30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecb30 0.000120
+gallium_dri.so free 0x5571735ecc40 void 0.000121
+gallium_dri.so free 0x5571735ecb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000120
+gallium_dri.so free 0x5571735ecc80 void 0.000122
+gallium_dri.so free 0x5571735ecbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd80 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000122
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece00 0.000184
+gallium_dri.so free 0x5571735ecec0 void 0.000123
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece00 0.000121
+gallium_dri.so free 0x5571735ecf80 void 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecfa0 0.000121
+gallium_dri.so free 0x5571735ed040 void 0.000122
+gallium_dri.so free 0x5571735ecfa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecff0 0.000122
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ecff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecff0 0.000119
+gallium_dri.so free 0x5571735ed140 void 0.000121
+gallium_dri.so free 0x5571735ecff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed140 0.000121
+gallium_dri.so free 0x5571735ed200 void 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed140 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so free 0x5571735ed140 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed140 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed330 0.000121
+gallium_dri.so free 0x5571735ed440 void 0.000121
+gallium_dri.so free 0x5571735ed330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so free 0x5571735ed3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed510 0.000113
+gallium_dri.so free 0x5571735ed580 void 0.000113
+gallium_dri.so free 0x5571735ed510 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5a0 0.000117
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000112
+gallium_dri.so free 0x5571735ed5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000119
+gallium_dri.so free 0x5571735ed740 void 0.000115
+gallium_dri.so free 0x5571735ed5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed740 0.000113
+gallium_dri.so free 0x5571735ed800 void 0.000113
+gallium_dri.so free 0x5571735ed740 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed740 0.000114
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000146
+gallium_dri.so free 0x5571735ed8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000113
+gallium_dri.so free 0x5571735ed8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eda40 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000112
+gallium_dri.so free 0x5571735edb80 void 0.000112
+gallium_dri.so free 0x5571735edac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000117
+gallium_dri.so free 0x5571735edc00 void 0.000113
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000111
+gallium_dri.so free 0x5571735edc80 void 0.000113
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eddc0 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede40 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ede40 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfb0 0.000112
+gallium_dri.so free 0x5571735ee000 void 0.000115
+gallium_dri.so free 0x5571735edfb0 void 0.000198
+gallium_dri.so malloc 72 0x5571735edfb0 0.000125
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so free 0x5571735edfb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000120
+gallium_dri.so free 0x5571735ee1c0 void 0.000121
+gallium_dri.so free 0x5571735ee0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee170 0.000120
+gallium_dri.so free 0x5571735ee240 void 0.000121
+gallium_dri.so free 0x5571735ee170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee170 0.000122
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so free 0x5571735ee170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee170 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000120
+gallium_dri.so free 0x5571735ee170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee370 0.000122
+gallium_dri.so free 0x5571735ee440 void 0.000122
+gallium_dri.so free 0x5571735ee370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee490 0.000120
+gallium_dri.so free 0x5571735ee500 void 0.000120
+gallium_dri.so free 0x5571735ee490 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee520 0.000121
+gallium_dri.so free 0x5571735ee5c0 void 0.000127
+gallium_dri.so free 0x5571735ee520 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee570 0.000174
+gallium_dri.so free 0x5571735ee640 void 0.000122
+gallium_dri.so free 0x5571735ee570 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee640 0.000120
+gallium_dri.so free 0x5571735ee780 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee780 0.000133
+gallium_dri.so free 0x5571735ee840 void 0.000128
+gallium_dri.so free 0x5571735ee780 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee780 0.000122
+gallium_dri.so free 0x5571735ee900 void 0.000122
+gallium_dri.so free 0x5571735ee780 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee780 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000122
+gallium_dri.so free 0x5571735ee780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee970 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000123
+gallium_dri.so free 0x5571735ee970 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea90 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000123
+gallium_dri.so free 0x5571735eea90 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeb40 0.000124
+gallium_dri.so free 0x5571735eebc0 void 0.000184
+gallium_dri.so free 0x5571735eeb40 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeb40 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeb40 void 0.000122
+gallium_dri.so malloc 72 0x5571735eec70 0.000121
+gallium_dri.so free 0x5571735eecc0 void 0.000123
+gallium_dri.so free 0x5571735eec70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec70 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000122
+gallium_dri.so free 0x5571735eec70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eed70 0.000122
+gallium_dri.so free 0x5571735eee80 void 0.000123
+gallium_dri.so free 0x5571735eed70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee30 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000122
+gallium_dri.so free 0x5571735eee30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eef80 void 0.000122
+gallium_dri.so free 0x5571735eee30 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeff0 0.000122
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeff0 0.000121
+gallium_dri.so free 0x5571735ef140 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000122
+gallium_dri.so free 0x5571735ef200 void 0.000121
+gallium_dri.so free 0x5571735ef0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so free 0x5571735ef1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000124
+gallium_dri.so free 0x5571735ef300 void 0.000123
+gallium_dri.so free 0x5571735ef1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef340 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000123
+gallium_dri.so free 0x5571735ef340 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000122
+gallium_dri.so free 0x5571735ef480 void 0.000130
+gallium_dri.so free 0x5571735ef3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000121
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef560 0.000121
+gallium_dri.so free 0x5571735ef600 void 0.000123
+gallium_dri.so free 0x5571735ef560 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000126
+gallium_dri.so free 0x5571735ef680 void 0.000130
+gallium_dri.so free 0x5571735ef5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000121
+gallium_dri.so free 0x5571735ef700 void 0.000124
+gallium_dri.so free 0x5571735ef5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef700 0.000121
+gallium_dri.so free 0x5571735ef7c0 void 0.000121
+gallium_dri.so free 0x5571735ef700 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef700 0.000120
+gallium_dri.so free 0x5571735ef880 void 0.000120
+gallium_dri.so free 0x5571735ef700 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef700 0.000121
+gallium_dri.so free 0x5571735ef940 void 0.000123
+gallium_dri.so free 0x5571735ef700 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000121
+gallium_dri.so free 0x5571735efa00 void 0.000121
+gallium_dri.so free 0x5571735ef8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000122
+gallium_dri.so free 0x5571735efa80 void 0.000122
+gallium_dri.so free 0x5571735ef9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efad0 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so free 0x5571735efad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb60 0.000120
+gallium_dri.so free 0x5571735efc00 void 0.000123
+gallium_dri.so free 0x5571735efb60 void 0.000122
+gallium_dri.so malloc 72 0x5571735efbb0 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000121
+gallium_dri.so free 0x5571735efbb0 void 0.000173
+gallium_dri.so malloc 72 0x5571735efbb0 0.000123
+gallium_dri.so free 0x5571735efd00 void 0.000124
+gallium_dri.so free 0x5571735efbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efd00 0.000123
+gallium_dri.so free 0x5571735efdc0 void 0.000121
+gallium_dri.so free 0x5571735efd00 void 0.000123
+gallium_dri.so malloc 72 0x5571735efd00 0.000120
+gallium_dri.so free 0x5571735efec0 void 0.000122
+gallium_dri.so free 0x5571735efd00 void 0.000123
+gallium_dri.so malloc 72 0x5571735efe70 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735efe70 0.000121
+gallium_dri.so free 0x5571735effc0 void 0.000123
+gallium_dri.so free 0x5571735efe70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0000 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000122
+gallium_dri.so free 0x5571735f0000 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0080 0.000123
+gallium_dri.so free 0x5571735f0140 void 0.000123
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0080 0.000122
+gallium_dri.so free 0x5571735f01c0 void 0.000122
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f01f0 0.000139
+gallium_dri.so free 0x5571735f0240 void 0.000124
+gallium_dri.so free 0x5571735f01f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f01f0 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f01f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0380 0.000121
+gallium_dri.so free 0x5571735f0400 void 0.000121
+gallium_dri.so free 0x5571735f0380 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0400 0.000120
+gallium_dri.so free 0x5571735f04c0 void 0.000149
+gallium_dri.so free 0x5571735f0400 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0400 0.000121
+gallium_dri.so free 0x5571735f0540 void 0.000123
+gallium_dri.so free 0x5571735f0400 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0570 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000121
+gallium_dri.so free 0x5571735f0570 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0570 0.000123
+gallium_dri.so free 0x5571735f06c0 void 0.000122
+gallium_dri.so free 0x5571735f0570 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0670 0.000255
+gallium_dri.so free 0x5571735f0780 void 0.000241
+gallium_dri.so free 0x5571735f0670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0730 0.000129
+gallium_dri.so free 0x5571735f0800 void 0.000122
+gallium_dri.so free 0x5571735f0730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0730 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f0730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0730 0.000118
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f0730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0930 0.000119
+gallium_dri.so free 0x5571735f0a00 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a50 0.000119
+gallium_dri.so free 0x5571735f0ac0 void 0.000118
+gallium_dri.so free 0x5571735f0a50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ae0 0.000119
+gallium_dri.so free 0x5571735f0b80 void 0.000120
+gallium_dri.so free 0x5571735f0ae0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b30 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000118
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000183
+gallium_dri.so malloc 72 0x5571735f0d40 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d40 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d40 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000118
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0f30 0.000119
+gallium_dri.so free 0x5571735f1000 void 0.000120
+gallium_dri.so free 0x5571735f0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1050 0.000119
+gallium_dri.so free 0x5571735f10c0 void 0.000119
+gallium_dri.so free 0x5571735f1050 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1100 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1100 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1230 0.000118
+gallium_dri.so free 0x5571735f1280 void 0.000141
+gallium_dri.so free 0x5571735f1230 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1230 0.000126
+gallium_dri.so free 0x5571735f1380 void 0.000127
+gallium_dri.so free 0x5571735f1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1330 0.000119
+gallium_dri.so free 0x5571735f1440 void 0.000120
+gallium_dri.so free 0x5571735f1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13f0 0.000118
+gallium_dri.so free 0x5571735f1480 void 0.000119
+gallium_dri.so free 0x5571735f13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13f0 0.000120
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15b0 0.000119
+gallium_dri.so free 0x5571735f1600 void 0.000118
+gallium_dri.so free 0x5571735f15b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15b0 0.000119
+gallium_dri.so free 0x5571735f1700 void 0.000119
+gallium_dri.so free 0x5571735f15b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16b0 0.000119
+gallium_dri.so free 0x5571735f17c0 void 0.000119
+gallium_dri.so free 0x5571735f16b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1770 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000120
+gallium_dri.so free 0x5571735f1770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1770 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000119
+gallium_dri.so free 0x5571735f1770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1900 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1980 0.000119
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1980 0.000118
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b20 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000119
+gallium_dri.so free 0x5571735f1b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000121
+gallium_dri.so free 0x5571735f1c40 void 0.000120
+gallium_dri.so free 0x5571735f1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000118
+gallium_dri.so free 0x5571735f1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000119
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000119
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000119
+gallium_dri.so free 0x5571735f1f00 void 0.000118
+gallium_dri.so free 0x5571735f1cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000119
+gallium_dri.so free 0x5571735f1fc0 void 0.000119
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f70 0.000119
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2090 0.000119
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f2090 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2120 0.000145
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f2120 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2170 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so free 0x5571735f2170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2170 0.000127
+gallium_dri.so free 0x5571735f22c0 void 0.000121
+gallium_dri.so free 0x5571735f2170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22c0 0.000118
+gallium_dri.so free 0x5571735f2380 void 0.000118
+gallium_dri.so free 0x5571735f22c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22c0 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000121
+gallium_dri.so free 0x5571735f22c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000128
+gallium_dri.so free 0x5571735f24c0 void 0.000136
+gallium_dri.so free 0x5571735f2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f25c0 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2640 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2640 0.000119
+gallium_dri.so free 0x5571735f2780 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27b0 0.000118
+gallium_dri.so free 0x5571735f2800 void 0.000119
+gallium_dri.so free 0x5571735f27b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27b0 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000120
+gallium_dri.so free 0x5571735f27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2940 0.000118
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x5571735f2940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29c0 0.000118
+gallium_dri.so free 0x5571735f2a80 void 0.000122
+gallium_dri.so free 0x5571735f29c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f29c0 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b30 0.000117
+gallium_dri.so free 0x5571735f2b80 void 0.000116
+gallium_dri.so free 0x5571735f2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b30 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000118
+gallium_dri.so free 0x5571735f2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c30 0.000117
+gallium_dri.so free 0x5571735f2d40 void 0.000116
+gallium_dri.so free 0x5571735f2c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000119
+gallium_dri.so free 0x5571735f2dc0 void 0.000118
+gallium_dri.so free 0x5571735f2cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000116
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735f2cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000116
+gallium_dri.so free 0x5571735f2f40 void 0.000119
+gallium_dri.so free 0x5571735f2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000117
+gallium_dri.so free 0x5571735f2fc0 void 0.000137
+gallium_dri.so free 0x5571735f2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3010 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000117
+gallium_dri.so free 0x5571735f3010 void 0.000127
+gallium_dri.so malloc 72 0x5571735f30a0 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000118
+gallium_dri.so free 0x5571735f30a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30f0 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000118
+gallium_dri.so free 0x5571735f30f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so free 0x5571735f31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31c0 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3300 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3300 0.000117
+gallium_dri.so free 0x5571735f3540 void 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f34f0 0.000120
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3610 0.000117
+gallium_dri.so free 0x5571735f3680 void 0.000121
+gallium_dri.so free 0x5571735f3610 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36c0 0.000119
+gallium_dri.so free 0x5571735f3740 void 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36c0 0.000120
+gallium_dri.so free 0x5571735f37c0 void 0.000119
+gallium_dri.so free 0x5571735f36c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f37f0 0.000119
+gallium_dri.so free 0x5571735f3840 void 0.000118
+gallium_dri.so free 0x5571735f37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37f0 0.000120
+gallium_dri.so free 0x5571735f3940 void 0.000121
+gallium_dri.so free 0x5571735f37f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f38f0 0.000120
+gallium_dri.so free 0x5571735f3a00 void 0.000119
+gallium_dri.so free 0x5571735f38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f39b0 0.000119
+gallium_dri.so free 0x5571735f3a40 void 0.000119
+gallium_dri.so free 0x5571735f39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f39b0 0.000119
+gallium_dri.so free 0x5571735f3b00 void 0.000118
+gallium_dri.so free 0x5571735f39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3b70 0.000119
+gallium_dri.so free 0x5571735f3bc0 void 0.000120
+gallium_dri.so free 0x5571735f3b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3b70 0.000122
+gallium_dri.so free 0x5571735f3cc0 void 0.000120
+gallium_dri.so free 0x5571735f3b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3c70 0.000120
+gallium_dri.so free 0x5571735f3d80 void 0.000118
+gallium_dri.so free 0x5571735f3c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3d30 0.000119
+gallium_dri.so free 0x5571735f3dc0 void 0.000117
+gallium_dri.so free 0x5571735f3d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3d30 0.000120
+gallium_dri.so free 0x5571735f3e80 void 0.000131
+gallium_dri.so free 0x5571735f3d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000119
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3f40 0.000120
+gallium_dri.so free 0x5571735f4000 void 0.000120
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3f40 0.000118
+gallium_dri.so free 0x5571735f40c0 void 0.000118
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f40e0 0.000117
+gallium_dri.so free 0x5571735f4180 void 0.000117
+gallium_dri.so free 0x5571735f40e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4130 0.000120
+gallium_dri.so free 0x5571735f4200 void 0.000120
+gallium_dri.so free 0x5571735f4130 void 0.000166
+gallium_dri.so malloc 72 0x5571735f4130 0.000119
+gallium_dri.so free 0x5571735f4280 void 0.000119
+gallium_dri.so free 0x5571735f4130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4280 0.000118
+gallium_dri.so free 0x5571735f4340 void 0.000118
+gallium_dri.so free 0x5571735f4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4280 0.000120
+gallium_dri.so free 0x5571735f4400 void 0.000119
+gallium_dri.so free 0x5571735f4280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4280 0.000118
+gallium_dri.so free 0x5571735f44c0 void 0.000118
+gallium_dri.so free 0x5571735f4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4470 0.000119
+gallium_dri.so free 0x5571735f4580 void 0.000119
+gallium_dri.so free 0x5571735f4470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4530 0.000118
+gallium_dri.so free 0x5571735f4600 void 0.000119
+gallium_dri.so free 0x5571735f4530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4650 0.000118
+gallium_dri.so free 0x5571735f46c0 void 0.000120
+gallium_dri.so free 0x5571735f4650 void 0.000118
+gallium_dri.so malloc 72 0x5571735f46e0 0.000115
+gallium_dri.so free 0x5571735f4780 void 0.000119
+gallium_dri.so free 0x5571735f46e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4730 0.000117
+gallium_dri.so free 0x5571735f4800 void 0.000127
+gallium_dri.so free 0x5571735f4730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4730 0.000118
+gallium_dri.so free 0x5571735f4880 void 0.000118
+gallium_dri.so free 0x5571735f4730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4880 0.000121
+gallium_dri.so free 0x5571735f4940 void 0.000119
+gallium_dri.so free 0x5571735f4880 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4880 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000118
+gallium_dri.so free 0x5571735f4880 void 0.000119
+gallium_dri.so malloc 72 0x5571735f49f0 0.000118
+gallium_dri.so free 0x5571735f4a80 void 0.000119
+gallium_dri.so free 0x5571735f49f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49f0 0.000118
+gallium_dri.so free 0x5571735f4b40 void 0.000118
+gallium_dri.so free 0x5571735f49f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4b80 0.000118
+gallium_dri.so free 0x5571735f4c00 void 0.000118
+gallium_dri.so free 0x5571735f4b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c00 0.000117
+gallium_dri.so free 0x5571735f4cc0 void 0.000117
+gallium_dri.so free 0x5571735f4c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c00 0.000135
+gallium_dri.so free 0x5571735f4d40 void 0.000124
+gallium_dri.so free 0x5571735f4c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4d70 0.000129
+gallium_dri.so free 0x5571735f4dc0 void 0.000120
+gallium_dri.so free 0x5571735f4d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d70 0.000118
+gallium_dri.so free 0x5571735f4ec0 void 0.000118
+gallium_dri.so free 0x5571735f4d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f00 0.000118
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f80 0.000119
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f80 0.000119
+gallium_dri.so free 0x5571735f50c0 void 0.000123
+gallium_dri.so free 0x5571735f4f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50f0 0.000119
+gallium_dri.so free 0x5571735f5140 void 0.000120
+gallium_dri.so free 0x5571735f50f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50f0 0.000119
+gallium_dri.so free 0x5571735f5240 void 0.000119
+gallium_dri.so free 0x5571735f50f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f51f0 0.000117
+gallium_dri.so free 0x5571735f5300 void 0.000118
+gallium_dri.so free 0x5571735f51f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52b0 0.000118
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f52b0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f52b0 0.000121
+gallium_dri.so free 0x5571735f5440 void 0.000120
+gallium_dri.so free 0x5571735f52b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52b0 0.000117
+gallium_dri.so free 0x5571735f5500 void 0.000119
+gallium_dri.so free 0x5571735f52b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f54b0 0.000119
+gallium_dri.so free 0x5571735f5580 void 0.000120
+gallium_dri.so free 0x5571735f54b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f55d0 0.000118
+gallium_dri.so free 0x5571735f5640 void 0.000119
+gallium_dri.so free 0x5571735f55d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5660 0.000118
+gallium_dri.so free 0x5571735f5700 void 0.000119
+gallium_dri.so free 0x5571735f5660 void 0.000119
+gallium_dri.so malloc 72 0x5571735f56b0 0.000119
+gallium_dri.so free 0x5571735f5780 void 0.000120
+gallium_dri.so free 0x5571735f56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5780 0.000119
+gallium_dri.so free 0x5571735f5840 void 0.000119
+gallium_dri.so free 0x5571735f5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5780 0.000117
+gallium_dri.so free 0x5571735f58c0 void 0.000119
+gallium_dri.so free 0x5571735f5780 void 0.000118
+gallium_dri.so malloc 72 0x5571735f58c0 0.000118
+gallium_dri.so free 0x5571735f5980 void 0.000130
+gallium_dri.so free 0x5571735f58c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f58c0 0.000119
+gallium_dri.so free 0x5571735f5a40 void 0.000118
+gallium_dri.so free 0x5571735f58c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f58c0 0.000119
+gallium_dri.so free 0x5571735f5b00 void 0.000118
+gallium_dri.so free 0x5571735f58c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5ab0 0.000117
+gallium_dri.so free 0x5571735f5b80 void 0.000120
+gallium_dri.so free 0x5571735f5ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5bd0 0.000124
+gallium_dri.so free 0x5571735f5c40 void 0.000120
+gallium_dri.so free 0x5571735f5bd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5c80 0.000118
+gallium_dri.so free 0x5571735f5d00 void 0.000118
+gallium_dri.so free 0x5571735f5c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5c80 0.000118
+gallium_dri.so free 0x5571735f5d80 void 0.000118
+gallium_dri.so free 0x5571735f5c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5db0 0.000117
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735f5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5db0 0.000118
+gallium_dri.so free 0x5571735f5f00 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000129
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so free 0x5571735f5eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f70 0.000123
+gallium_dri.so free 0x5571735f6000 void 0.000120
+gallium_dri.so free 0x5571735f5f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f70 0.000119
+gallium_dri.so free 0x5571735f60c0 void 0.000118
+gallium_dri.so free 0x5571735f5f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6130 0.000118
+gallium_dri.so free 0x5571735f6180 void 0.000120
+gallium_dri.so free 0x5571735f6130 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6130 0.000119
+gallium_dri.so free 0x5571735f6280 void 0.000120
+gallium_dri.so free 0x5571735f6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6230 0.000118
+gallium_dri.so free 0x5571735f6340 void 0.000119
+gallium_dri.so free 0x5571735f6230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62f0 0.000118
+gallium_dri.so free 0x5571735f6380 void 0.000120
+gallium_dri.so free 0x5571735f62f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f62f0 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so free 0x5571735f62f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6480 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000120
+gallium_dri.so free 0x5571735f6480 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6500 0.000119
+gallium_dri.so free 0x5571735f65c0 void 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6500 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f66a0 0.000119
+gallium_dri.so free 0x5571735f6740 void 0.000119
+gallium_dri.so free 0x5571735f66a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66f0 0.000118
+gallium_dri.so free 0x5571735f67c0 void 0.000119
+gallium_dri.so free 0x5571735f66f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f66f0 0.000118
+gallium_dri.so free 0x5571735f6840 void 0.000120
+gallium_dri.so free 0x5571735f66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6840 0.000119
+gallium_dri.so free 0x5571735f6900 void 0.000120
+gallium_dri.so free 0x5571735f6840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6840 0.000119
+gallium_dri.so free 0x5571735f69c0 void 0.000120
+gallium_dri.so free 0x5571735f6840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6840 0.000117
+gallium_dri.so free 0x5571735f6a80 void 0.000117
+gallium_dri.so free 0x5571735f6840 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6a30 0.000121
+gallium_dri.so free 0x5571735f6b40 void 0.000129
+gallium_dri.so free 0x5571735f6a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6af0 0.000118
+gallium_dri.so free 0x5571735f6bc0 void 0.000117
+gallium_dri.so free 0x5571735f6af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c10 0.000119
+gallium_dri.so free 0x5571735f6c80 void 0.000120
+gallium_dri.so free 0x5571735f6c10 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ca0 0.000120
+gallium_dri.so free 0x5571735f6d40 void 0.000118
+gallium_dri.so free 0x5571735f6ca0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000119
+gallium_dri.so free 0x5571735f6dc0 void 0.000118
+gallium_dri.so free 0x5571735f6cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000129
+gallium_dri.so free 0x5571735f6e40 void 0.000118
+gallium_dri.so free 0x5571735f6cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e40 0.000117
+gallium_dri.so free 0x5571735f6f00 void 0.000120
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e40 0.000122
+gallium_dri.so free 0x5571735f7000 void 0.000118
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000119
+gallium_dri.so free 0x5571735f7040 void 0.000118
+gallium_dri.so free 0x5571735f6fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000160
+gallium_dri.so free 0x5571735f7100 void 0.000127
+gallium_dri.so free 0x5571735f6fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7140 0.000122
+gallium_dri.so free 0x5571735f71c0 void 0.000119
+gallium_dri.so free 0x5571735f7140 void 0.000117
+gallium_dri.so malloc 72 0x5571735f71c0 0.000117
+gallium_dri.so free 0x5571735f7280 void 0.000124
+gallium_dri.so free 0x5571735f71c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71c0 0.000118
+gallium_dri.so free 0x5571735f7300 void 0.000118
+gallium_dri.so free 0x5571735f71c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7330 0.000120
+gallium_dri.so free 0x5571735f7380 void 0.000119
+gallium_dri.so free 0x5571735f7330 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7330 0.000124
+gallium_dri.so free 0x5571735f7480 void 0.000124
+gallium_dri.so free 0x5571735f7330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f74c0 0.000123
+gallium_dri.so free 0x5571735f7540 void 0.000123
+gallium_dri.so free 0x5571735f74c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7540 0.000118
+gallium_dri.so free 0x5571735f7600 void 0.000118
+gallium_dri.so free 0x5571735f7540 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7540 0.000136
+gallium_dri.so free 0x5571735f7680 void 0.000126
+gallium_dri.so free 0x5571735f7540 void 0.000125
+gallium_dri.so malloc 72 0x5571735f76b0 0.000124
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so free 0x5571735f76b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76b0 0.000117
+gallium_dri.so free 0x5571735f7800 void 0.000122
+gallium_dri.so free 0x5571735f76b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f77b0 0.000118
+gallium_dri.so free 0x5571735f78c0 void 0.000146
+gallium_dri.so free 0x5571735f77b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7870 0.000125
+gallium_dri.so free 0x5571735f7940 void 0.000125
+gallium_dri.so free 0x5571735f7870 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7870 0.000120
+gallium_dri.so free 0x5571735f7a00 void 0.000122
+gallium_dri.so free 0x5571735f7870 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7870 0.000124
+gallium_dri.so free 0x5571735f7ac0 void 0.000127
+gallium_dri.so free 0x5571735f7870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a70 0.000118
+gallium_dri.so free 0x5571735f7b40 void 0.000120
+gallium_dri.so free 0x5571735f7a70 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7b90 0.000127
+gallium_dri.so free 0x5571735f7c00 void 0.000124
+gallium_dri.so free 0x5571735f7b90 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7c20 0.000124
+gallium_dri.so free 0x5571735f7cc0 void 0.000120
+gallium_dri.so free 0x5571735f7c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7c70 0.000122
+gallium_dri.so free 0x5571735f7d40 void 0.000134
+gallium_dri.so free 0x5571735f7c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7d40 0.000129
+gallium_dri.so free 0x5571735f7e00 void 0.000129
+gallium_dri.so free 0x5571735f7d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7d40 0.000130
+gallium_dri.so free 0x5571735f7e80 void 0.000128
+gallium_dri.so free 0x5571735f7d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7e80 0.000128
+gallium_dri.so free 0x5571735f7f40 void 0.000133
+gallium_dri.so free 0x5571735f7e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7e80 0.000130
+gallium_dri.so free 0x5571735f8000 void 0.000126
+gallium_dri.so free 0x5571735f7e80 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7e80 0.000132
+gallium_dri.so free 0x5571735f80c0 void 0.000132
+gallium_dri.so free 0x5571735f7e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8070 0.000130
+gallium_dri.so free 0x5571735f8140 void 0.000130
+gallium_dri.so free 0x5571735f8070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8190 0.000126
+gallium_dri.so free 0x5571735f8200 void 0.000130
+gallium_dri.so free 0x5571735f8190 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8240 0.000131
+gallium_dri.so free 0x5571735f82c0 void 0.000130
+gallium_dri.so free 0x5571735f8240 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8240 0.000123
+gallium_dri.so free 0x5571735f8340 void 0.000124
+gallium_dri.so free 0x5571735f8240 void 0.000145
+gallium_dri.so malloc 72 0x5571735f8370 0.000128
+gallium_dri.so free 0x5571735f83c0 void 0.000130
+gallium_dri.so free 0x5571735f8370 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8370 0.000125
+gallium_dri.so free 0x5571735f84c0 void 0.000125
+gallium_dri.so free 0x5571735f8370 void 0.000134
+gallium_dri.so malloc 72 0x5571735f8470 0.000140
+gallium_dri.so free 0x5571735f8580 void 0.000131
+gallium_dri.so free 0x5571735f8470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8530 0.000130
+gallium_dri.so free 0x5571735f85c0 void 0.000126
+gallium_dri.so free 0x5571735f8530 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8530 0.000125
+gallium_dri.so free 0x5571735f8680 void 0.000131
+gallium_dri.so free 0x5571735f8530 void 0.000130
+gallium_dri.so malloc 72 0x5571735f86f0 0.000130
+gallium_dri.so free 0x5571735f8740 void 0.000131
+gallium_dri.so free 0x5571735f86f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f86f0 0.000130
+gallium_dri.so free 0x5571735f8840 void 0.000125
+gallium_dri.so free 0x5571735f86f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x5571735f8900 void 0.000131
+gallium_dri.so free 0x5571735f87f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f88b0 0.000128
+gallium_dri.so free 0x5571735f8940 void 0.000124
+gallium_dri.so free 0x5571735f88b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f88b0 0.000128
+gallium_dri.so free 0x5571735f8a00 void 0.000176
+gallium_dri.so free 0x5571735f88b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f8a40 0.000162
+gallium_dri.so free 0x5571735f8ac0 void 0.000130
+gallium_dri.so free 0x5571735f8a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000131
+gallium_dri.so free 0x5571735f8b80 void 0.000130
+gallium_dri.so free 0x5571735f8ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000125
+gallium_dri.so free 0x5571735f8c40 void 0.000129
+gallium_dri.so free 0x5571735f8ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8c60 0.000130
+gallium_dri.so free 0x5571735f8d00 void 0.000132
+gallium_dri.so free 0x5571735f8c60 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000127
+gallium_dri.so free 0x5571735f8d80 void 0.000129
+gallium_dri.so free 0x5571735f8cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000130
+gallium_dri.so free 0x5571735f8e00 void 0.000132
+gallium_dri.so free 0x5571735f8cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8e00 0.000139
+gallium_dri.so free 0x5571735f8ec0 void 0.000134
+gallium_dri.so free 0x5571735f8e00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8e00 0.000131
+gallium_dri.so free 0x5571735f8f80 void 0.000130
+gallium_dri.so free 0x5571735f8e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8e00 0.000131
+gallium_dri.so free 0x5571735f9040 void 0.000126
+gallium_dri.so free 0x5571735f8e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000141
+gallium_dri.so free 0x5571735f9100 void 0.000132
+gallium_dri.so free 0x5571735f8ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f90b0 0.000126
+gallium_dri.so free 0x5571735f9180 void 0.000125
+gallium_dri.so free 0x5571735f90b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f91d0 0.000125
+gallium_dri.so free 0x5571735f9240 void 0.000130
+gallium_dri.so free 0x5571735f91d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9260 0.000129
+gallium_dri.so free 0x5571735f9300 void 0.000125
+gallium_dri.so free 0x5571735f9260 void 0.000132
+gallium_dri.so malloc 72 0x5571735f92b0 0.000141
+gallium_dri.so free 0x5571735f9380 void 0.000130
+gallium_dri.so free 0x5571735f92b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f92b0 0.000130
+gallium_dri.so free 0x5571735f9400 void 0.000131
+gallium_dri.so free 0x5571735f92b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9400 0.000126
+gallium_dri.so free 0x5571735f94c0 void 0.000125
+gallium_dri.so free 0x5571735f9400 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9400 0.000133
+gallium_dri.so free 0x5571735f95c0 void 0.000130
+gallium_dri.so free 0x5571735f9400 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9570 0.000128
+gallium_dri.so free 0x5571735f9600 void 0.000128
+gallium_dri.so free 0x5571735f9570 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9570 0.000125
+gallium_dri.so free 0x5571735f96c0 void 0.000125
+gallium_dri.so free 0x5571735f9570 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9700 0.000128
+gallium_dri.so free 0x5571735f9780 void 0.000124
+gallium_dri.so free 0x5571735f9700 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9780 0.000190
+gallium_dri.so free 0x5571735f9840 void 0.000132
+gallium_dri.so free 0x5571735f9780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9780 0.000131
+gallium_dri.so free 0x5571735f98c0 void 0.000130
+gallium_dri.so free 0x5571735f9780 void 0.000131
+gallium_dri.so malloc 72 0x5571735f98f0 0.000132
+gallium_dri.so free 0x5571735f9940 void 0.000130
+gallium_dri.so free 0x5571735f98f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f98f0 0.000131
+gallium_dri.so free 0x5571735f9a40 void 0.000127
+gallium_dri.so free 0x5571735f98f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9a80 0.000131
+gallium_dri.so free 0x5571735f9b00 void 0.000126
+gallium_dri.so free 0x5571735f9a80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9b00 0.000125
+gallium_dri.so free 0x5571735f9bc0 void 0.000130
+gallium_dri.so free 0x5571735f9b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9b00 0.000130
+gallium_dri.so free 0x5571735f9c40 void 0.000133
+gallium_dri.so free 0x5571735f9b00 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9c70 0.000132
+gallium_dri.so free 0x5571735f9cc0 void 0.000133
+gallium_dri.so free 0x5571735f9c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9c70 0.000132
+gallium_dri.so free 0x5571735f9dc0 void 0.000125
+gallium_dri.so free 0x5571735f9c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9d70 0.000131
+gallium_dri.so free 0x5571735f9e80 void 0.000125
+gallium_dri.so free 0x5571735f9d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9e30 0.000131
+gallium_dri.so free 0x5571735f9f00 void 0.000131
+gallium_dri.so free 0x5571735f9e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9e30 0.000126
+gallium_dri.so free 0x5571735f9fc0 void 0.000126
+gallium_dri.so free 0x5571735f9e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9e30 0.000127
+gallium_dri.so free 0x5571735fa080 void 0.000130
+gallium_dri.so free 0x5571735f9e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa030 0.000124
+gallium_dri.so free 0x5571735fa100 void 0.000129
+gallium_dri.so free 0x5571735fa030 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa150 0.000128
+gallium_dri.so free 0x5571735fa1c0 void 0.000128
+gallium_dri.so free 0x5571735fa150 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa1e0 0.000124
+gallium_dri.so free 0x5571735fa280 void 0.000126
+gallium_dri.so free 0x5571735fa1e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa230 0.000133
+gallium_dri.so free 0x5571735fa300 void 0.000131
+gallium_dri.so free 0x5571735fa230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa300 0.000130
+gallium_dri.so free 0x5571735fa3c0 void 0.000131
+gallium_dri.so free 0x5571735fa300 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa300 0.000130
+gallium_dri.so free 0x5571735fa440 void 0.000125
+gallium_dri.so free 0x5571735fa300 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa440 0.000124
+gallium_dri.so free 0x5571735fa500 void 0.000129
+gallium_dri.so free 0x5571735fa440 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa440 0.000125
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so free 0x5571735fa440 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa440 0.000173
+gallium_dri.so free 0x5571735fa680 void 0.000134
+gallium_dri.so free 0x5571735fa440 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa630 0.000131
+gallium_dri.so free 0x5571735fa700 void 0.000133
+gallium_dri.so free 0x5571735fa630 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa750 0.000135
+gallium_dri.so free 0x5571735fa7c0 void 0.000131
+gallium_dri.so free 0x5571735fa750 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa800 0.000160
+gallium_dri.so free 0x5571735fa880 void 0.000132
+gallium_dri.so free 0x5571735fa800 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa800 0.000131
+gallium_dri.so free 0x5571735fa900 void 0.000131
+gallium_dri.so free 0x5571735fa800 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa930 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000126
+gallium_dri.so free 0x5571735fa930 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa930 0.000124
+gallium_dri.so free 0x5571735faa80 void 0.000125
+gallium_dri.so free 0x5571735fa930 void 0.000138
+gallium_dri.so malloc 72 0x5571735faa30 0.000128
+gallium_dri.so free 0x5571735fab40 void 0.000125
+gallium_dri.so free 0x5571735faa30 void 0.000129
+gallium_dri.so malloc 72 0x5571735faaf0 0.000126
+gallium_dri.so free 0x5571735fab80 void 0.000125
+gallium_dri.so free 0x5571735faaf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735faaf0 0.000132
+gallium_dri.so free 0x5571735fac40 void 0.000131
+gallium_dri.so free 0x5571735faaf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facb0 0.000130
+gallium_dri.so free 0x5571735fad00 void 0.000130
+gallium_dri.so free 0x5571735facb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735facb0 0.000132
+gallium_dri.so free 0x5571735fae00 void 0.000126
+gallium_dri.so free 0x5571735facb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fadb0 0.000130
+gallium_dri.so free 0x5571735faec0 void 0.000130
+gallium_dri.so free 0x5571735fadb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fae70 0.000132
+gallium_dri.so free 0x5571735faf00 void 0.000131
+gallium_dri.so free 0x5571735fae70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fae70 0.000127
+gallium_dri.so free 0x5571735fafc0 void 0.000129
+gallium_dri.so free 0x5571735fae70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb000 0.000130
+gallium_dri.so free 0x5571735fb080 void 0.000127
+gallium_dri.so free 0x5571735fb000 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb080 0.000133
+gallium_dri.so free 0x5571735fb140 void 0.000131
+gallium_dri.so free 0x5571735fb080 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb080 0.000131
+gallium_dri.so free 0x5571735fb200 void 0.000127
+gallium_dri.so free 0x5571735fb080 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb220 0.000132
+gallium_dri.so free 0x5571735fb2c0 void 0.000130
+gallium_dri.so free 0x5571735fb220 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb270 0.000132
+gallium_dri.so free 0x5571735fb340 void 0.000126
+gallium_dri.so free 0x5571735fb270 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb270 0.000132
+gallium_dri.so free 0x5571735fb3c0 void 0.000131
+gallium_dri.so free 0x5571735fb270 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000129
+gallium_dri.so free 0x5571735fb480 void 0.000126
+gallium_dri.so free 0x5571735fb3c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000173
+gallium_dri.so free 0x5571735fb540 void 0.000221
+gallium_dri.so free 0x5571735fb3c0 void 0.000221
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000132
+gallium_dri.so free 0x5571735fb600 void 0.000131
+gallium_dri.so free 0x5571735fb3c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000124
+gallium_dri.so free 0x5571735fb6c0 void 0.000124
+gallium_dri.so free 0x5571735fb5b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb670 0.000130
+gallium_dri.so free 0x5571735fb740 void 0.000135
+gallium_dri.so free 0x5571735fb670 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb790 0.000124
+gallium_dri.so free 0x5571735fb800 void 0.000129
+gallium_dri.so free 0x5571735fb790 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb820 0.000128
+gallium_dri.so free 0x5571735fb8c0 void 0.000129
+gallium_dri.so free 0x5571735fb820 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb870 0.000124
+gallium_dri.so free 0x5571735fb940 void 0.000125
+gallium_dri.so free 0x5571735fb870 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb870 0.000130
+gallium_dri.so free 0x5571735fb9c0 void 0.000141
+gallium_dri.so free 0x5571735fb870 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000130
+gallium_dri.so free 0x5571735fba80 void 0.000127
+gallium_dri.so free 0x5571735fb9c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000131
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so free 0x5571735fb9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbb30 0.000128
+gallium_dri.so free 0x5571735fbbc0 void 0.000132
+gallium_dri.so free 0x5571735fbb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb30 0.000126
+gallium_dri.so free 0x5571735fbc80 void 0.000132
+gallium_dri.so free 0x5571735fbb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000125
+gallium_dri.so free 0x5571735fbd40 void 0.000120
+gallium_dri.so free 0x5571735fbcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbd40 0.000118
+gallium_dri.so free 0x5571735fbe00 void 0.000119
+gallium_dri.so free 0x5571735fbd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd40 0.000117
+gallium_dri.so free 0x5571735fbe80 void 0.000118
+gallium_dri.so free 0x5571735fbd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000117
+gallium_dri.so free 0x5571735fbf00 void 0.000117
+gallium_dri.so free 0x5571735fbeb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000117
+gallium_dri.so free 0x5571735fc000 void 0.000116
+gallium_dri.so free 0x5571735fbeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc040 0.000118
+gallium_dri.so free 0x5571735fc0c0 void 0.000141
+gallium_dri.so free 0x5571735fc040 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc0c0 0.000118
+gallium_dri.so free 0x5571735fc180 void 0.000118
+gallium_dri.so free 0x5571735fc0c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc0c0 0.000117
+gallium_dri.so free 0x5571735fc200 void 0.000118
+gallium_dri.so free 0x5571735fc0c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc230 0.000130
+gallium_dri.so free 0x5571735fc280 void 0.000125
+gallium_dri.so free 0x5571735fc230 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc230 0.000120
+gallium_dri.so free 0x5571735fc380 void 0.000122
+gallium_dri.so free 0x5571735fc230 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc330 0.000120
+gallium_dri.so free 0x5571735fc440 void 0.000120
+gallium_dri.so free 0x5571735fc330 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000120
+gallium_dri.so free 0x5571735fc4c0 void 0.000122
+gallium_dri.so free 0x5571735fc3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000120
+gallium_dri.so free 0x5571735fc580 void 0.000131
+gallium_dri.so free 0x5571735fc3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000119
+gallium_dri.so free 0x5571735fc640 void 0.000121
+gallium_dri.so free 0x5571735fc3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000119
+gallium_dri.so free 0x5571735fc6c0 void 0.000122
+gallium_dri.so free 0x5571735fc5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc710 0.000121
+gallium_dri.so free 0x5571735fc780 void 0.000121
+gallium_dri.so free 0x5571735fc710 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000120
+gallium_dri.so free 0x5571735fc840 void 0.000121
+gallium_dri.so free 0x5571735fc7a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000121
+gallium_dri.so free 0x5571735fc8c0 void 0.000121
+gallium_dri.so free 0x5571735fc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc8c0 0.000119
+gallium_dri.so free 0x5571735fc980 void 0.000120
+gallium_dri.so free 0x5571735fc8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc8c0 0.000119
+gallium_dri.so free 0x5571735fca00 void 0.000120
+gallium_dri.so free 0x5571735fc8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fca00 0.000120
+gallium_dri.so free 0x5571735fcac0 void 0.000121
+gallium_dri.so free 0x5571735fca00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fca00 0.000122
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x5571735fca00 void 0.000126
+gallium_dri.so malloc 72 0x5571735fca00 0.000121
+gallium_dri.so free 0x5571735fcc40 void 0.000122
+gallium_dri.so free 0x5571735fca00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000120
+gallium_dri.so free 0x5571735fccc0 void 0.000121
+gallium_dri.so free 0x5571735fcbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd10 0.000122
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so free 0x5571735fcd10 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000121
+gallium_dri.so free 0x5571735fce40 void 0.000122
+gallium_dri.so free 0x5571735fcdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000122
+gallium_dri.so free 0x5571735fcec0 void 0.000122
+gallium_dri.so free 0x5571735fcdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcef0 0.000119
+gallium_dri.so free 0x5571735fcf40 void 0.000121
+gallium_dri.so free 0x5571735fcef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcef0 0.000120
+gallium_dri.so free 0x5571735fd040 void 0.000120
+gallium_dri.so free 0x5571735fcef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcff0 0.000150
+gallium_dri.so free 0x5571735fd100 void 0.000169
+gallium_dri.so free 0x5571735fcff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000119
+gallium_dri.so free 0x5571735fd140 void 0.000121
+gallium_dri.so free 0x5571735fd0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000121
+gallium_dri.so free 0x5571735fd200 void 0.000120
+gallium_dri.so free 0x5571735fd0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd270 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000122
+gallium_dri.so free 0x5571735fd270 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd270 0.000120
+gallium_dri.so free 0x5571735fd3c0 void 0.000121
+gallium_dri.so free 0x5571735fd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd370 0.000119
+gallium_dri.so free 0x5571735fd480 void 0.000120
+gallium_dri.so free 0x5571735fd370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd430 0.000121
+gallium_dri.so free 0x5571735fd4c0 void 0.000121
+gallium_dri.so free 0x5571735fd430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd430 0.000120
+gallium_dri.so free 0x5571735fd580 void 0.000120
+gallium_dri.so free 0x5571735fd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000121
+gallium_dri.so free 0x5571735fd5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd640 0.000123
+gallium_dri.so free 0x5571735fd700 void 0.000122
+gallium_dri.so free 0x5571735fd640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd640 0.000120
+gallium_dri.so free 0x5571735fd7c0 void 0.000120
+gallium_dri.so free 0x5571735fd640 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000121
+gallium_dri.so free 0x5571735fd880 void 0.000120
+gallium_dri.so free 0x5571735fd7e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd830 0.000122
+gallium_dri.so free 0x5571735fd900 void 0.000122
+gallium_dri.so free 0x5571735fd830 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd830 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so free 0x5571735fd830 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd980 0.000120
+gallium_dri.so free 0x5571735fda40 void 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd980 0.000128
+gallium_dri.so free 0x5571735fdb00 void 0.000122
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd980 0.000120
+gallium_dri.so free 0x5571735fdbc0 void 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdb70 0.000119
+gallium_dri.so free 0x5571735fdc80 void 0.000132
+gallium_dri.so free 0x5571735fdb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdc30 0.000121
+gallium_dri.so free 0x5571735fdd00 void 0.000120
+gallium_dri.so free 0x5571735fdc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdd50 0.000119
+gallium_dri.so free 0x5571735fddc0 void 0.000121
+gallium_dri.so free 0x5571735fdd50 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdde0 0.000120
+gallium_dri.so free 0x5571735fde80 void 0.000122
+gallium_dri.so free 0x5571735fdde0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde30 0.000120
+gallium_dri.so free 0x5571735fdf00 void 0.000151
+gallium_dri.so free 0x5571735fde30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fde30 0.000121
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so free 0x5571735fde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf80 0.000119
+gallium_dri.so free 0x5571735fe040 void 0.000120
+gallium_dri.so free 0x5571735fdf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf80 0.000122
+gallium_dri.so free 0x5571735fe140 void 0.000121
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000120
+gallium_dri.so free 0x5571735fe180 void 0.000120
+gallium_dri.so free 0x5571735fe0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000127
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe280 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so free 0x5571735fe280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe300 0.000119
+gallium_dri.so free 0x5571735fe3c0 void 0.000122
+gallium_dri.so free 0x5571735fe300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe300 0.000120
+gallium_dri.so free 0x5571735fe440 void 0.000122
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe470 0.000120
+gallium_dri.so free 0x5571735fe4c0 void 0.000121
+gallium_dri.so free 0x5571735fe470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe470 0.000120
+gallium_dri.so free 0x5571735fe5c0 void 0.000121
+gallium_dri.so free 0x5571735fe470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe600 0.000120
+gallium_dri.so free 0x5571735fe680 void 0.000121
+gallium_dri.so free 0x5571735fe600 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe680 0.000120
+gallium_dri.so free 0x5571735fe740 void 0.000121
+gallium_dri.so free 0x5571735fe680 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe680 0.000119
+gallium_dri.so free 0x5571735fe7c0 void 0.000131
+gallium_dri.so free 0x5571735fe680 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000121
+gallium_dri.so free 0x5571735fe840 void 0.000121
+gallium_dri.so free 0x5571735fe7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000119
+gallium_dri.so free 0x5571735fe940 void 0.000121
+gallium_dri.so free 0x5571735fe7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000122
+gallium_dri.so free 0x5571735fea00 void 0.000127
+gallium_dri.so free 0x5571735fe8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000120
+gallium_dri.so free 0x5571735fea80 void 0.000122
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000120
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000122
+gallium_dri.so free 0x5571735fec00 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735febb0 0.000119
+gallium_dri.so free 0x5571735fec80 void 0.000120
+gallium_dri.so free 0x5571735febb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fecd0 0.000120
+gallium_dri.so free 0x5571735fed40 void 0.000122
+gallium_dri.so free 0x5571735fecd0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fed60 0.000124
+gallium_dri.so free 0x5571735fee00 void 0.000122
+gallium_dri.so free 0x5571735fed60 void 0.000121
+gallium_dri.so malloc 72 0x5571735fedb0 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000121
+gallium_dri.so free 0x5571735fedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fee80 0.000121
+gallium_dri.so free 0x5571735fef40 void 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fee80 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000122
+gallium_dri.so free 0x5571735fee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefc0 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735fefc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefc0 0.000120
+gallium_dri.so free 0x5571735ff200 void 0.000121
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000121
+gallium_dri.so free 0x5571735ff1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000121
+gallium_dri.so free 0x5571735ff340 void 0.000170
+gallium_dri.so free 0x5571735ff2d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff380 0.000120
+gallium_dri.so free 0x5571735ff400 void 0.000121
+gallium_dri.so free 0x5571735ff380 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff380 0.000120
+gallium_dri.so free 0x5571735ff480 void 0.000121
+gallium_dri.so free 0x5571735ff380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000121
+gallium_dri.so free 0x5571735ff600 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000122
+gallium_dri.so free 0x5571735ff6c0 void 0.000121
+gallium_dri.so free 0x5571735ff5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff670 0.000120
+gallium_dri.so free 0x5571735ff700 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff670 0.000120
+gallium_dri.so free 0x5571735ff7c0 void 0.000122
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff830 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000120
+gallium_dri.so free 0x5571735ff830 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff830 0.000122
+gallium_dri.so free 0x5571735ff980 void 0.000120
+gallium_dri.so free 0x5571735ff830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff930 0.000119
+gallium_dri.so free 0x5571735ffa40 void 0.000119
+gallium_dri.so free 0x5571735ff930 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000120
+gallium_dri.so free 0x5571735ffa80 void 0.000121
+gallium_dri.so free 0x5571735ff9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000180
+gallium_dri.so free 0x5571735ffb40 void 0.000177
+gallium_dri.so free 0x5571735ff9f0 void 0.000263
+gallium_dri.so malloc 72 0x5571735ffb80 0.000120
+gallium_dri.so free 0x5571735ffc00 void 0.000119
+gallium_dri.so free 0x5571735ffb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc00 0.000119
+gallium_dri.so free 0x5571735ffcc0 void 0.000119
+gallium_dri.so free 0x5571735ffc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc00 0.000118
+gallium_dri.so free 0x5571735ffd80 void 0.000118
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffda0 0.000118
+gallium_dri.so free 0x5571735ffe40 void 0.000118
+gallium_dri.so free 0x5571735ffda0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000133
+gallium_dri.so free 0x5571735fff40 void 0.000120
+gallium_dri.so free 0x5571735ffdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000119
+gallium_dri.so free 0x5571735b4500 void 0.000118
+gallium_dri.so free 0x5571735ffdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b44b0 0.000118
+gallium_dri.so free 0x557173454440 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4b80 void 0.000120
+gallium_dri.so free 0x5571734543f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734543f0 0.000119
+gallium_dri.so free 0x5571735b4280 void 0.000118
+gallium_dri.so free 0x5571734543f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4280 0.000118
+gallium_dri.so free 0x5571735b3ec0 void 0.000118
+gallium_dri.so free 0x5571735b4280 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3e70 0.000119
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so free 0x5571735b3e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3f90 0.000118
+gallium_dri.so free 0x5571735b4c40 void 0.000118
+gallium_dri.so free 0x5571735b3f90 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000127
+gallium_dri.so free 0x5571735b4000 void 0.000119
+gallium_dri.so free 0x5571735b4bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4030 0.000117
+gallium_dri.so free 0x5571735b4080 void 0.000117
+gallium_dri.so free 0x5571735b4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4030 0.000117
+gallium_dri.so free 0x557173458840 void 0.000118
+gallium_dri.so free 0x5571735b4030 void 0.000118
+gallium_dri.so malloc 72 0x557173458890 0.000119
+gallium_dri.so free 0x557173458900 void 0.000119
+gallium_dri.so free 0x557173458890 void 0.000118
+gallium_dri.so malloc 72 0x557173458940 0.000118
+gallium_dri.so free 0x5571734589c0 void 0.000120
+gallium_dri.so free 0x557173458940 void 0.000117
+gallium_dri.so malloc 72 0x557173458940 0.000118
+gallium_dri.so free 0x557173458a40 void 0.000122
+gallium_dri.so free 0x557173458940 void 0.000118
+gallium_dri.so malloc 72 0x557173458a70 0.000136
+gallium_dri.so free 0x557173458ac0 void 0.000120
+gallium_dri.so free 0x557173458a70 void 0.000117
+gallium_dri.so malloc 72 0x557173458a70 0.000117
+gallium_dri.so free 0x5571735b4600 void 0.000119
+gallium_dri.so free 0x557173458a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4650 0.000118
+gallium_dri.so free 0x5571735b46c0 void 0.000118
+gallium_dri.so free 0x5571735b4650 void 0.000144
+gallium_dri.so malloc 72 0x5571735b46e0 0.000123
+gallium_dri.so free 0x5571735b4780 void 0.000119
+gallium_dri.so free 0x5571735b46e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4730 0.000118
+gallium_dri.so free 0x5571735b4800 void 0.000118
+gallium_dri.so free 0x5571735b4730 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4730 0.000118
+gallium_dri.so free 0x5571735b4900 void 0.000118
+gallium_dri.so free 0x5571735b4730 void 0.000117
+gallium_dri.so malloc 72 0x5571735b48b0 0.000119
+gallium_dri.so free 0x5571735b4980 void 0.000119
+gallium_dri.so free 0x5571735b48b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b49d0 0.000119
+gallium_dri.so free 0x5571735e3d40 void 0.000118
+gallium_dri.so free 0x5571735b49d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b49d0 0.000117
+gallium_dri.so free 0x5571735e3dc0 void 0.000120
+gallium_dri.so free 0x5571735b49d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3df0 0.000120
+gallium_dri.so free 0x5571735e3e40 void 0.000119
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3df0 0.000118
+gallium_dri.so free 0x5571735e3f40 void 0.000118
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000118
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so free 0x5571735e3ef0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000118
+gallium_dri.so free 0x5571735e3fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so free 0x5571735e3fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000119
+gallium_dri.so free 0x5571735e3fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e41b0 0.000118
+gallium_dri.so free 0x5571735e4280 void 0.000119
+gallium_dri.so free 0x5571735e41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e42d0 0.000118
+gallium_dri.so free 0x5571735e4340 void 0.000118
+gallium_dri.so free 0x5571735e42d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4360 0.000119
+gallium_dri.so free 0x5571735e4400 void 0.000118
+gallium_dri.so free 0x5571735e4360 void 0.000119
+gallium_dri.so malloc 72 0x5571735e43b0 0.000119
+gallium_dri.so free 0x5571735e4480 void 0.000120
+gallium_dri.so free 0x5571735e43b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4480 0.000118
+gallium_dri.so free 0x5571735e4540 void 0.000118
+gallium_dri.so free 0x5571735e4480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4480 0.000119
+gallium_dri.so free 0x5571735e45c0 void 0.000129
+gallium_dri.so free 0x5571735e4480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e45c0 0.000119
+gallium_dri.so free 0x5571735e4680 void 0.000117
+gallium_dri.so free 0x5571735e45c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e45c0 0.000124
+gallium_dri.so free 0x5571735e4740 void 0.000123
+gallium_dri.so free 0x5571735e45c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e45c0 0.000119
+gallium_dri.so free 0x5571735e4800 void 0.000118
+gallium_dri.so free 0x5571735e45c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e47b0 0.000117
+gallium_dri.so free 0x5571735e4880 void 0.000120
+gallium_dri.so free 0x5571735e47b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e48d0 0.000122
+gallium_dri.so free 0x5571735e4940 void 0.000119
+gallium_dri.so free 0x5571735e48d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4980 0.000119
+gallium_dri.so free 0x5571735e4a00 void 0.000119
+gallium_dri.so free 0x5571735e4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4980 0.000120
+gallium_dri.so free 0x5571735e4a80 void 0.000119
+gallium_dri.so free 0x5571735e4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000118
+gallium_dri.so free 0x5571735e4b00 void 0.000119
+gallium_dri.so free 0x5571735e4ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000130
+gallium_dri.so free 0x5571735e4c00 void 0.000118
+gallium_dri.so free 0x5571735e4ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4bb0 0.000119
+gallium_dri.so free 0x5571735e4cc0 void 0.000119
+gallium_dri.so free 0x5571735e4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4c70 0.000117
+gallium_dri.so free 0x5571735e4d00 void 0.000120
+gallium_dri.so free 0x5571735e4c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4c70 0.000119
+gallium_dri.so free 0x5571735e4dc0 void 0.000119
+gallium_dri.so free 0x5571735e4c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e30 0.000120
+gallium_dri.so free 0x5571735e4e80 void 0.000120
+gallium_dri.so free 0x5571735e4e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e30 0.000118
+gallium_dri.so free 0x5571735e4f80 void 0.000118
+gallium_dri.so free 0x5571735e4e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4f30 0.000117
+gallium_dri.so free 0x5571735e5040 void 0.000118
+gallium_dri.so free 0x5571735e4f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000119
+gallium_dri.so free 0x5571735e5080 void 0.000119
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000119
+gallium_dri.so free 0x5571735e5140 void 0.000119
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5180 0.000126
+gallium_dri.so free 0x5571735e5200 void 0.000119
+gallium_dri.so free 0x5571735e5180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5200 0.000118
+gallium_dri.so free 0x5571735e52c0 void 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5200 0.000119
+gallium_dri.so free 0x5571735e5380 void 0.000120
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so malloc 72 0x5571735e53a0 0.000118
+gallium_dri.so free 0x5571735e5440 void 0.000118
+gallium_dri.so free 0x5571735e53a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e53f0 0.000117
+gallium_dri.so free 0x5571735e54c0 void 0.000117
+gallium_dri.so free 0x5571735e53f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e53f0 0.000118
+gallium_dri.so free 0x5571735e5540 void 0.000120
+gallium_dri.so free 0x5571735e53f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5540 0.000118
+gallium_dri.so free 0x5571735e5600 void 0.000119
+gallium_dri.so free 0x5571735e5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5540 0.000124
+gallium_dri.so free 0x5571735e56c0 void 0.000120
+gallium_dri.so free 0x5571735e5540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5540 0.000119
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so free 0x5571735e5540 void 0.000147
+gallium_dri.so malloc 72 0x5571735e5730 0.000121
+gallium_dri.so free 0x5571735e5840 void 0.000119
+gallium_dri.so free 0x5571735e5730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e57f0 0.000117
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so free 0x5571735e57f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5910 0.000118
+gallium_dri.so free 0x5571735e5980 void 0.000119
+gallium_dri.so free 0x5571735e5910 void 0.000121
+gallium_dri.so malloc 72 0x5571735e59a0 0.000118
+gallium_dri.so free 0x5571735e5a40 void 0.000119
+gallium_dri.so free 0x5571735e59a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e59f0 0.000119
+gallium_dri.so free 0x5571735e5ac0 void 0.000119
+gallium_dri.so free 0x5571735e59f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e59f0 0.000118
+gallium_dri.so free 0x5571735e5b40 void 0.000119
+gallium_dri.so free 0x5571735e59f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5b40 0.000118
+gallium_dri.so free 0x5571735e5c00 void 0.000120
+gallium_dri.so free 0x5571735e5b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b40 0.000119
+gallium_dri.so free 0x5571735e5d00 void 0.000119
+gallium_dri.so free 0x5571735e5b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000117
+gallium_dri.so free 0x5571735e5d40 void 0.000127
+gallium_dri.so free 0x5571735e5cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000110
+gallium_dri.so free 0x5571735e5e00 void 0.000112
+gallium_dri.so free 0x5571735e5cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5e40 0.000129
+gallium_dri.so free 0x5571735e5ec0 void 0.000166
+gallium_dri.so free 0x5571735e5e40 void 0.000167
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000155
+gallium_dri.so free 0x5571735e5f80 void 0.000141
+gallium_dri.so free 0x5571735e5ec0 void 0.000166
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000174
+gallium_dri.so free 0x5571735e6000 void 0.000160
+gallium_dri.so free 0x5571735e5ec0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e6030 0.000168
+gallium_dri.so free 0x5571735e6080 void 0.000179
+gallium_dri.so free 0x5571735e6030 void 0.000211
+gallium_dri.so malloc 72 0x5571735e6030 0.000179
+gallium_dri.so free 0x5571735e6180 void 0.000180
+gallium_dri.so free 0x5571735e6030 void 0.000180
+gallium_dri.so malloc 72 0x5571735e61c0 0.000288
+gallium_dri.so free 0x557173455400 void 0.000183
+gallium_dri.so free 0x5571735e61c0 void 0.000183
+gallium_dri.so malloc 72 0x557173455450 0.000184
+gallium_dri.so free 0x5571734554c0 void 0.000180
+gallium_dri.so free 0x557173455450 void 0.000184
+gallium_dri.so malloc 72 0x5571734554e0 0.000176
+gallium_dri.so free 0x557173455580 void 0.000182
+gallium_dri.so free 0x5571734554e0 void 0.000187
+gallium_dri.so malloc 72 0x557173455530 0.000179
+gallium_dri.so free 0x557173455600 void 0.000180
+gallium_dri.so free 0x557173455530 void 0.000178
+gallium_dri.so malloc 72 0x557173455530 0.000180
+gallium_dri.so free 0x557173455680 void 0.000178
+gallium_dri.so free 0x557173455530 void 0.000181
+gallium_dri.so malloc 72 0x557173455680 0.000183
+gallium_dri.so free 0x557173455740 void 0.000179
+gallium_dri.so free 0x557173455680 void 0.000192
+gallium_dri.so malloc 72 0x557173455680 0.000174
+gallium_dri.so free 0x557173455840 void 0.000170
+gallium_dri.so free 0x557173455680 void 0.000146
+gallium_dri.so malloc 72 0x557173455680 0.000137
+gallium_dri.so free 0x5571734558c0 void 0.000177
+gallium_dri.so free 0x557173455680 void 0.000171
+gallium_dri.so malloc 72 0x5571734558f0 0.000167
+gallium_dri.so free 0x557173455940 void 0.000172
+gallium_dri.so free 0x5571734558f0 void 0.000173
+gallium_dri.so malloc 72 0x5571734558f0 0.000175
+gallium_dri.so free 0x557173455a40 void 0.000171
+gallium_dri.so free 0x5571734558f0 void 0.000179
+gallium_dri.so malloc 72 0x5571734559f0 0.000151
+gallium_dri.so free 0x557173455b00 void 0.000180
+gallium_dri.so free 0x5571734559f0 void 0.000183
+gallium_dri.so malloc 72 0x557173455ab0 0.000180
+gallium_dri.so free 0x557173455b40 void 0.000178
+gallium_dri.so free 0x557173455ab0 void 0.000180
+gallium_dri.so malloc 72 0x557173455ab0 0.000192
+gallium_dri.so free 0x557173455c00 void 0.000183
+gallium_dri.so free 0x557173455ab0 void 0.000182
+gallium_dri.so malloc 72 0x557173455c50 0.000180
+gallium_dri.so free 0x557173455cc0 void 0.000182
+gallium_dri.so free 0x557173455c50 void 0.000183
+gallium_dri.so malloc 72 0x557173455d00 0.000182
+gallium_dri.so free 0x557173455d80 void 0.000178
+gallium_dri.so free 0x557173455d00 void 0.000179
+gallium_dri.so malloc 72 0x557173455d80 0.000179
+gallium_dri.so free 0x557173455e40 void 0.000184
+gallium_dri.so free 0x557173455d80 void 0.000180
+gallium_dri.so malloc 72 0x557173455d80 0.000181
+gallium_dri.so free 0x557173455ec0 void 0.000181
+gallium_dri.so free 0x557173455d80 void 0.000181
+gallium_dri.so malloc 72 0x557173455ef0 0.000179
+gallium_dri.so free 0x557173455f40 void 0.000181
+gallium_dri.so free 0x557173455ef0 void 0.000178
+gallium_dri.so malloc 72 0x557173455ef0 0.000243
+gallium_dri.so free 0x557173456040 void 0.000183
+gallium_dri.so free 0x557173455ef0 void 0.000161
+gallium_dri.so malloc 72 0x557173455ff0 0.000117
+gallium_dri.so free 0x557173456100 void 0.000116
+gallium_dri.so free 0x557173455ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734560b0 0.000114
+gallium_dri.so free 0x557173456180 void 0.000115
+gallium_dri.so free 0x5571734560b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734561a0 0.000114
+gallium_dri.so free 0x557173456240 void 0.000115
+gallium_dri.so free 0x5571734561a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734561f0 0.000116
+gallium_dri.so free 0x5571734562c0 void 0.000116
+gallium_dri.so free 0x5571734561f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734561f0 0.000115
+gallium_dri.so free 0x557173456340 void 0.000115
+gallium_dri.so free 0x5571734561f0 void 0.000114
+gallium_dri.so malloc 72 0x557173456340 0.000114
+gallium_dri.so free 0x557173456400 void 0.000117
+gallium_dri.so free 0x557173456340 void 0.000114
+gallium_dri.so malloc 72 0x557173456340 0.000114
+gallium_dri.so free 0x5571734564c0 void 0.000116
+gallium_dri.so free 0x557173456340 void 0.000113
+gallium_dri.so malloc 72 0x557173456340 0.000115
+gallium_dri.so free 0x557173456580 void 0.000130
+gallium_dri.so free 0x557173456340 void 0.000116
+gallium_dri.so malloc 72 0x557173456530 0.000116
+gallium_dri.so free 0x557173456580 void 0.000116
+gallium_dri.so free 0x557173456530 void 0.000116
+gallium_dri.so malloc 72 0x557173456530 0.000115
+gallium_dri.so free 0x557173456680 void 0.000115
+gallium_dri.so free 0x557173456530 void 0.000115
+gallium_dri.so malloc 72 0x557173456630 0.000114
+gallium_dri.so free 0x557173456740 void 0.000115
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571734566f0 0.000116
+gallium_dri.so free 0x557173456780 void 0.000115
+gallium_dri.so free 0x5571734566f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734566f0 0.000114
+gallium_dri.so free 0x557173456840 void 0.000115
+gallium_dri.so free 0x5571734566f0 void 0.000114
+gallium_dri.so malloc 72 0x557173456880 0.000113
+gallium_dri.so free 0x557173456900 void 0.000116
+gallium_dri.so free 0x557173456880 void 0.000113
+gallium_dri.so malloc 72 0x557173456900 0.000115
+gallium_dri.so free 0x5571734569c0 void 0.000115
+gallium_dri.so free 0x557173456900 void 0.000115
+gallium_dri.so malloc 72 0x557173456900 0.000115
+gallium_dri.so free 0x557173456a80 void 0.000116
+gallium_dri.so free 0x557173456900 void 0.000113
+gallium_dri.so malloc 72 0x557173456aa0 0.000114
+gallium_dri.so free 0x557173456b40 void 0.000114
+gallium_dri.so free 0x557173456aa0 void 0.000116
+gallium_dri.so malloc 72 0x557173456af0 0.000114
+gallium_dri.so free 0x557173456bc0 void 0.000112
+gallium_dri.so free 0x557173456af0 void 0.000114
+gallium_dri.so malloc 72 0x557173456af0 0.000115
+gallium_dri.so free 0x557173456c40 void 0.000113
+gallium_dri.so free 0x557173456af0 void 0.000113
+gallium_dri.so malloc 72 0x557173456c40 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so free 0x557173456c40 void 0.000113
+gallium_dri.so malloc 72 0x557173456c40 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000164
+gallium_dri.so free 0x557173456c40 void 0.000158
+gallium_dri.so malloc 72 0x557173456c40 0.000167
+gallium_dri.so free 0x557173456e80 void 0.000164
+gallium_dri.so free 0x557173456c40 void 0.000170
+gallium_dri.so malloc 72 0x557173456e30 0.000118
+gallium_dri.so free 0x557173456f40 void 0.000120
+gallium_dri.so free 0x557173456e30 void 0.000116
+gallium_dri.so malloc 72 0x557173456ef0 0.000114
+gallium_dri.so free 0x557173456fc0 void 0.000114
+gallium_dri.so free 0x557173456ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173457010 0.000120
+gallium_dri.so free 0x557173457080 void 0.000126
+gallium_dri.so free 0x557173457010 void 0.000122
+gallium_dri.so malloc 72 0x5571734570a0 0.000159
+gallium_dri.so free 0x557173457140 void 0.000120
+gallium_dri.so free 0x5571734570a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734570f0 0.000117
+gallium_dri.so free 0x5571734571c0 void 0.000119
+gallium_dri.so free 0x5571734570f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734570f0 0.000119
+gallium_dri.so free 0x557173457240 void 0.000118
+gallium_dri.so free 0x5571734570f0 void 0.000118
+gallium_dri.so malloc 72 0x557173457240 0.000119
+gallium_dri.so free 0x557173457300 void 0.000119
+gallium_dri.so free 0x557173457240 void 0.000118
+gallium_dri.so malloc 72 0x557173457240 0.000119
+gallium_dri.so free 0x557173457400 void 0.000124
+gallium_dri.so free 0x557173457240 void 0.000125
+gallium_dri.so malloc 72 0x5571734573b0 0.000125
+gallium_dri.so free 0x557173457440 void 0.000126
+gallium_dri.so free 0x5571734573b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734573b0 0.000120
+gallium_dri.so free 0x557173457500 void 0.000119
+gallium_dri.so free 0x5571734573b0 void 0.000117
+gallium_dri.so malloc 72 0x557173457540 0.000119
+gallium_dri.so free 0x5571734575c0 void 0.000117
+gallium_dri.so free 0x557173457540 void 0.000118
+gallium_dri.so malloc 72 0x5571734575c0 0.000118
+gallium_dri.so free 0x557173457680 void 0.000129
+gallium_dri.so free 0x5571734575c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734575c0 0.000118
+gallium_dri.so free 0x557173457700 void 0.000119
+gallium_dri.so free 0x5571734575c0 void 0.000117
+gallium_dri.so malloc 72 0x557173457730 0.000118
+gallium_dri.so free 0x557173457780 void 0.000118
+gallium_dri.so free 0x557173457730 void 0.000120
+gallium_dri.so malloc 72 0x557173457730 0.000118
+gallium_dri.so free 0x557173457880 void 0.000118
+gallium_dri.so free 0x557173457730 void 0.000117
+gallium_dri.so malloc 72 0x5571734578c0 0.000118
+gallium_dri.so free 0x557173457940 void 0.000118
+gallium_dri.so free 0x5571734578c0 void 0.000118
+gallium_dri.so malloc 72 0x557173457940 0.000119
+gallium_dri.so free 0x557173457a00 void 0.000117
+gallium_dri.so free 0x557173457940 void 0.000118
+gallium_dri.so malloc 72 0x557173457940 0.000117
+gallium_dri.so free 0x557173457a80 void 0.000120
+gallium_dri.so free 0x557173457940 void 0.000118
+gallium_dri.so malloc 72 0x557173457ab0 0.000118
+gallium_dri.so free 0x557173457b00 void 0.000121
+gallium_dri.so free 0x557173457ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173457ab0 0.000117
+gallium_dri.so free 0x557173457c00 void 0.000118
+gallium_dri.so free 0x557173457ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173457bb0 0.000126
+gallium_dri.so free 0x557173457cc0 void 0.000142
+gallium_dri.so free 0x557173457bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457c70 0.000111
+gallium_dri.so free 0x557173457d40 void 0.000111
+gallium_dri.so free 0x557173457c70 void 0.000112
+gallium_dri.so malloc 72 0x557173457c70 0.000111
+gallium_dri.so free 0x557173457e00 void 0.000110
+gallium_dri.so free 0x557173457c70 void 0.000110
+gallium_dri.so malloc 72 0x557173457c70 0.000113
+gallium_dri.so free 0x557173457ec0 void 0.000111
+gallium_dri.so free 0x557173457c70 void 0.000110
+gallium_dri.so malloc 72 0x557173457e70 0.000111
+gallium_dri.so free 0x557173457f40 void 0.000111
+gallium_dri.so free 0x557173457e70 void 0.000111
+gallium_dri.so malloc 72 0x557173457f90 0.000109
+gallium_dri.so free 0x557173458000 void 0.000110
+gallium_dri.so free 0x557173457f90 void 0.000111
+gallium_dri.so malloc 72 0x557173458020 0.000110
+gallium_dri.so free 0x5571734580c0 void 0.000111
+gallium_dri.so free 0x557173458020 void 0.000110
+gallium_dri.so malloc 72 0x557173458070 0.000111
+gallium_dri.so free 0x557173458140 void 0.000121
+gallium_dri.so free 0x557173458070 void 0.000120
+gallium_dri.so malloc 72 0x557173458140 0.000116
+gallium_dri.so free 0x557173458200 void 0.000114
+gallium_dri.so free 0x557173458140 void 0.000110
+gallium_dri.so malloc 72 0x557173458140 0.000109
+gallium_dri.so free 0x557173458280 void 0.000131
+gallium_dri.so free 0x557173458140 void 0.000120
+gallium_dri.so malloc 72 0x557173458280 0.000114
+gallium_dri.so free 0x557173458340 void 0.000124
+gallium_dri.so free 0x557173458280 void 0.000124
+gallium_dri.so malloc 72 0x557173458280 0.000119
+gallium_dri.so free 0x557173458400 void 0.000114
+gallium_dri.so free 0x557173458280 void 0.000118
+gallium_dri.so malloc 72 0x557173458280 0.000117
+gallium_dri.so free 0x5571734584c0 void 0.000121
+gallium_dri.so free 0x557173458280 void 0.000114
+gallium_dri.so malloc 72 0x557173458470 0.000121
+gallium_dri.so free 0x557173458540 void 0.000124
+gallium_dri.so free 0x557173458470 void 0.000118
+gallium_dri.so malloc 72 0x557173458590 0.000115
+gallium_dri.so free 0x557173458600 void 0.000115
+gallium_dri.so free 0x557173458590 void 0.000163
+gallium_dri.so malloc 72 0x557173458640 0.000194
+gallium_dri.so free 0x5571734586c0 void 0.000213
+gallium_dri.so free 0x557173458640 void 0.000214
+gallium_dri.so malloc 72 0x557173458640 0.000235
+gallium_dri.so free 0x557173458740 void 0.000269
+gallium_dri.so free 0x557173458640 void 0.000259
+gallium_dri.so malloc 72 0x557173458770 0.000283
+gallium_dri.so free 0x557173459c40 void 0.000265
+gallium_dri.so free 0x557173458770 void 0.000266
+gallium_dri.so malloc 72 0x557173459bf0 0.000266
+gallium_dri.so free 0x557173459cc0 void 0.000259
+gallium_dri.so free 0x557173459bf0 void 0.000294
+gallium_dri.so malloc 72 0x557173459d10 0.000267
+gallium_dri.so free 0x557173459d80 void 0.000268
+gallium_dri.so free 0x557173459d10 void 0.000258
+gallium_dri.so malloc 72 0x557173459da0 0.000257
+gallium_dri.so free 0x557173459e40 void 0.000385
+gallium_dri.so free 0x557173459da0 void 0.000383
+gallium_dri.so malloc 72 0x557173459df0 0.000336
+gallium_dri.so free 0x557173459ec0 void 0.000237
+gallium_dri.so free 0x557173459df0 void 0.000163
+gallium_dri.so malloc 72 0x557173459df0 0.000167
+gallium_dri.so free 0x557173459fc0 void 0.000131
+gallium_dri.so free 0x557173459df0 void 0.000132
+gallium_dri.so malloc 72 0x557173459f70 0.000125
+gallium_dri.so free 0x55717345a040 void 0.000128
+gallium_dri.so free 0x557173459f70 void 0.000132
+gallium_dri.so malloc 72 0x55717345a090 0.000132
+gallium_dri.so free 0x55717345a100 void 0.000127
+gallium_dri.so free 0x55717345a090 void 0.000126
+gallium_dri.so malloc 72 0x55717345a120 0.000131
+gallium_dri.so free 0x55717345a1c0 void 0.000125
+gallium_dri.so free 0x55717345a120 void 0.000122
+gallium_dri.so malloc 72 0x55717345a170 0.000121
+gallium_dri.so free 0x55717345a240 void 0.000122
+gallium_dri.so free 0x55717345a170 void 0.000120
+gallium_dri.so malloc 72 0x55717345a170 0.000119
+gallium_dri.so free 0x55717345a2c0 void 0.000119
+gallium_dri.so free 0x55717345a170 void 0.000125
+gallium_dri.so malloc 72 0x55717345a2c0 0.000132
+gallium_dri.so free 0x55717345a380 void 0.000132
+gallium_dri.so free 0x55717345a2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717345a2c0 0.000123
+gallium_dri.so free 0x55717345a480 void 0.000121
+gallium_dri.so free 0x55717345a2c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345a2c0 0.000132
+gallium_dri.so free 0x55717345a500 void 0.000124
+gallium_dri.so free 0x55717345a2c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345a530 0.000123
+gallium_dri.so free 0x55717345a580 void 0.000128
+gallium_dri.so free 0x55717345a530 void 0.000131
+gallium_dri.so malloc 72 0x55717345a530 0.000129
+gallium_dri.so free 0x55717345a680 void 0.000121
+gallium_dri.so free 0x55717345a530 void 0.000126
+gallium_dri.so malloc 72 0x55717345a630 0.000128
+gallium_dri.so free 0x55717345a740 void 0.000130
+gallium_dri.so free 0x55717345a630 void 0.000156
+gallium_dri.so malloc 72 0x55717345a6f0 0.000145
+gallium_dri.so free 0x55717345a780 void 0.000148
+gallium_dri.so free 0x55717345a6f0 void 0.000141
+gallium_dri.so malloc 72 0x55717345a6f0 0.000142
+gallium_dri.so free 0x55717345a840 void 0.000152
+gallium_dri.so free 0x55717345a6f0 void 0.000147
+gallium_dri.so malloc 72 0x55717345a890 0.000144
+gallium_dri.so free 0x55717345a900 void 0.000146
+gallium_dri.so free 0x55717345a890 void 0.000163
+gallium_dri.so malloc 72 0x55717345a940 0.000148
+gallium_dri.so free 0x55717345a9c0 void 0.000145
+gallium_dri.so free 0x55717345a940 void 0.000145
+gallium_dri.so malloc 72 0x55717345a9c0 0.000145
+gallium_dri.so free 0x55717345aa80 void 0.000147
+gallium_dri.so free 0x55717345a9c0 void 0.000147
+gallium_dri.so malloc 72 0x55717345a9c0 0.000146
+gallium_dri.so free 0x55717345ab00 void 0.000140
+gallium_dri.so free 0x55717345a9c0 void 0.000147
+gallium_dri.so malloc 72 0x55717345ab30 0.000140
+gallium_dri.so free 0x55717345ab80 void 0.000148
+gallium_dri.so free 0x55717345ab30 void 0.000139
+gallium_dri.so malloc 72 0x55717345ab30 0.000139
+gallium_dri.so free 0x55717345ac80 void 0.000146
+gallium_dri.so free 0x55717345ab30 void 0.000148
+gallium_dri.so malloc 72 0x55717345ac30 0.000147
+gallium_dri.so free 0x55717345ad40 void 0.000139
+gallium_dri.so free 0x55717345ac30 void 0.000137
+gallium_dri.so malloc 72 0x55717345acf0 0.000140
+gallium_dri.so free 0x55717345adc0 void 0.000138
+gallium_dri.so free 0x55717345acf0 void 0.000134
+gallium_dri.so malloc 72 0x55717345ade0 0.000134
+gallium_dri.so free 0x55717345ae80 void 0.000134
+gallium_dri.so free 0x55717345ade0 void 0.000138
+gallium_dri.so malloc 72 0x55717345ae30 0.000146
+gallium_dri.so free 0x55717345af00 void 0.000145
+gallium_dri.so free 0x55717345ae30 void 0.000139
+gallium_dri.so malloc 72 0x55717345ae30 0.000141
+gallium_dri.so free 0x55717345af80 void 0.000139
+gallium_dri.so free 0x55717345ae30 void 0.000146
+gallium_dri.so malloc 72 0x55717345af80 0.000146
+gallium_dri.so free 0x55717345b040 void 0.000146
+gallium_dri.so free 0x55717345af80 void 0.000144
+gallium_dri.so malloc 72 0x55717345af80 0.000137
+gallium_dri.so free 0x55717345b100 void 0.000134
+gallium_dri.so free 0x55717345af80 void 0.000135
+gallium_dri.so malloc 72 0x55717345af80 0.000134
+gallium_dri.so free 0x55717345b1c0 void 0.000134
+gallium_dri.so free 0x55717345af80 void 0.000148
+gallium_dri.so malloc 72 0x55717345b170 0.000132
+gallium_dri.so free 0x55717345b1c0 void 0.000130
+gallium_dri.so free 0x55717345b170 void 0.000131
+gallium_dri.so malloc 72 0x55717345b170 0.000123
+gallium_dri.so free 0x55717345b2c0 void 0.000128
+gallium_dri.so free 0x55717345b170 void 0.000131
+gallium_dri.so malloc 72 0x55717345b270 0.000124
+gallium_dri.so free 0x55717345b380 void 0.000127
+gallium_dri.so free 0x55717345b270 void 0.000131
+gallium_dri.so malloc 72 0x55717345b330 0.000129
+gallium_dri.so free 0x55717345b3c0 void 0.000124
+gallium_dri.so free 0x55717345b330 void 0.000125
+gallium_dri.so malloc 72 0x55717345b330 0.000131
+gallium_dri.so free 0x55717345b480 void 0.000123
+gallium_dri.so free 0x55717345b330 void 0.000149
+gallium_dri.so malloc 72 0x55717345b4c0 0.000124
+gallium_dri.so free 0x55717345b540 void 0.000128
+gallium_dri.so free 0x55717345b4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717345b540 0.000124
+gallium_dri.so free 0x55717345b600 void 0.000122
+gallium_dri.so free 0x55717345b540 void 0.000125
+gallium_dri.so malloc 72 0x55717345b540 0.000130
+gallium_dri.so free 0x55717345b6c0 void 0.000131
+gallium_dri.so free 0x55717345b540 void 0.000125
+gallium_dri.so malloc 72 0x55717345b6e0 0.000121
+gallium_dri.so free 0x55717345b780 void 0.000121
+gallium_dri.so free 0x55717345b6e0 void 0.000125
+gallium_dri.so malloc 72 0x55717345b730 0.000129
+gallium_dri.so free 0x55717345b800 void 0.000130
+gallium_dri.so free 0x55717345b730 void 0.000124
+gallium_dri.so malloc 72 0x55717345b730 0.000124
+gallium_dri.so free 0x55717345b880 void 0.000130
+gallium_dri.so free 0x55717345b730 void 0.000131
+gallium_dri.so malloc 72 0x55717345b880 0.000124
+gallium_dri.so free 0x55717345b940 void 0.000125
+gallium_dri.so free 0x55717345b880 void 0.000131
+gallium_dri.so malloc 72 0x55717345b880 0.000123
+gallium_dri.so free 0x55717345ba00 void 0.000127
+gallium_dri.so free 0x55717345b880 void 0.000133
+gallium_dri.so malloc 72 0x55717345b880 0.000132
+gallium_dri.so free 0x55717345bac0 void 0.000131
+gallium_dri.so free 0x55717345b880 void 0.000125
+gallium_dri.so malloc 72 0x55717345ba70 0.000122
+gallium_dri.so free 0x55717345bb80 void 0.000121
+gallium_dri.so free 0x55717345ba70 void 0.000121
+gallium_dri.so malloc 72 0x55717345bb30 0.000121
+gallium_dri.so free 0x55717345bc00 void 0.000122
+gallium_dri.so free 0x55717345bb30 void 0.000120
+gallium_dri.so malloc 72 0x55717345bc50 0.000121
+gallium_dri.so free 0x55717345bcc0 void 0.000120
+gallium_dri.so free 0x55717345bc50 void 0.000120
+gallium_dri.so malloc 72 0x55717345bce0 0.000119
+gallium_dri.so free 0x55717345bd80 void 0.000122
+gallium_dri.so free 0x55717345bce0 void 0.000120
+gallium_dri.so malloc 72 0x55717345bd30 0.000121
+gallium_dri.so free 0x55717345be00 void 0.000121
+gallium_dri.so free 0x55717345bd30 void 0.000134
+gallium_dri.so malloc 72 0x55717345bd30 0.000126
+gallium_dri.so free 0x55717345be80 void 0.000123
+gallium_dri.so free 0x55717345bd30 void 0.000120
+gallium_dri.so malloc 72 0x55717345be80 0.000121
+gallium_dri.so free 0x55717345bf40 void 0.000121
+gallium_dri.so free 0x55717345be80 void 0.000125
+gallium_dri.so malloc 72 0x55717345be80 0.000121
+gallium_dri.so free 0x55717345c040 void 0.000138
+gallium_dri.so free 0x55717345be80 void 0.000120
+gallium_dri.so malloc 72 0x55717345bff0 0.000115
+gallium_dri.so free 0x55717345c080 void 0.000115
+gallium_dri.so free 0x55717345bff0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bff0 0.000113
+gallium_dri.so free 0x55717345c140 void 0.000113
+gallium_dri.so free 0x55717345bff0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c180 0.000114
+gallium_dri.so free 0x55717345c200 void 0.000114
+gallium_dri.so free 0x55717345c180 void 0.000114
+gallium_dri.so malloc 72 0x55717345c200 0.000113
+gallium_dri.so free 0x55717345c2c0 void 0.000114
+gallium_dri.so free 0x55717345c200 void 0.000113
+gallium_dri.so malloc 72 0x55717345c200 0.000113
+gallium_dri.so free 0x55717345c340 void 0.000114
+gallium_dri.so free 0x55717345c200 void 0.000113
+gallium_dri.so malloc 72 0x55717345c370 0.000113
+gallium_dri.so free 0x55717345c3c0 void 0.000115
+gallium_dri.so free 0x55717345c370 void 0.000114
+gallium_dri.so malloc 72 0x55717345c370 0.000113
+gallium_dri.so free 0x55717345c4c0 void 0.000113
+gallium_dri.so free 0x55717345c370 void 0.000115
+gallium_dri.so malloc 72 0x55717345c500 0.000113
+gallium_dri.so free 0x55717345c580 void 0.000114
+gallium_dri.so free 0x55717345c500 void 0.000112
+gallium_dri.so malloc 72 0x55717345c580 0.000114
+gallium_dri.so free 0x55717345c640 void 0.000123
+gallium_dri.so free 0x55717345c580 void 0.000115
+gallium_dri.so malloc 72 0x55717345c580 0.000114
+gallium_dri.so free 0x55717345c6c0 void 0.000114
+gallium_dri.so free 0x55717345c580 void 0.000113
+gallium_dri.so malloc 72 0x55717345c6f0 0.000114
+gallium_dri.so free 0x55717345c740 void 0.000113
+gallium_dri.so free 0x55717345c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c6f0 0.000113
+gallium_dri.so free 0x55717345c840 void 0.000114
+gallium_dri.so free 0x55717345c6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c7f0 0.000114
+gallium_dri.so free 0x55717345c900 void 0.000114
+gallium_dri.so free 0x55717345c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c8b0 0.000113
+gallium_dri.so free 0x55717345c980 void 0.000114
+gallium_dri.so free 0x55717345c8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c8b0 0.000114
+gallium_dri.so free 0x55717345ca40 void 0.000114
+gallium_dri.so free 0x55717345c8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345c8b0 0.000114
+gallium_dri.so free 0x55717345cb00 void 0.000114
+gallium_dri.so free 0x55717345c8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345cab0 0.000113
+gallium_dri.so free 0x55717345cb80 void 0.000115
+gallium_dri.so free 0x55717345cab0 void 0.000112
+gallium_dri.so malloc 72 0x55717345cbd0 0.000114
+gallium_dri.so free 0x55717345cc40 void 0.000113
+gallium_dri.so free 0x55717345cbd0 void 0.000184
+gallium_dri.so malloc 72 0x55717345cc60 0.000114
+gallium_dri.so free 0x55717345cd00 void 0.000115
+gallium_dri.so free 0x55717345cc60 void 0.000114
+gallium_dri.so malloc 72 0x55717345ccb0 0.000115
+gallium_dri.so free 0x55717345cd80 void 0.000115
+gallium_dri.so free 0x55717345ccb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cd80 0.000115
+gallium_dri.so free 0x55717345ce40 void 0.000115
+gallium_dri.so free 0x55717345cd80 void 0.000113
+gallium_dri.so malloc 72 0x55717345cd80 0.000114
+gallium_dri.so free 0x55717345cec0 void 0.000119
+gallium_dri.so free 0x55717345cd80 void 0.000115
+gallium_dri.so malloc 72 0x55717345cec0 0.000116
+gallium_dri.so free 0x55717345cf80 void 0.000115
+gallium_dri.so free 0x55717345cec0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cec0 0.000113
+gallium_dri.so free 0x55717345d040 void 0.000120
+gallium_dri.so free 0x55717345cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717345cec0 0.000113
+gallium_dri.so free 0x55717345d100 void 0.000114
+gallium_dri.so free 0x55717345cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d0b0 0.000115
+gallium_dri.so free 0x55717345d180 void 0.000114
+gallium_dri.so free 0x55717345d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d1d0 0.000116
+gallium_dri.so free 0x55717345d240 void 0.000114
+gallium_dri.so free 0x55717345d1d0 void 0.000126
+gallium_dri.so malloc 72 0x55717345d280 0.000115
+gallium_dri.so free 0x55717345d300 void 0.000114
+gallium_dri.so free 0x55717345d280 void 0.000113
+gallium_dri.so malloc 72 0x55717345d280 0.000113
+gallium_dri.so free 0x55717345d380 void 0.000115
+gallium_dri.so free 0x55717345d280 void 0.000113
+gallium_dri.so malloc 72 0x55717345d3b0 0.000116
+gallium_dri.so free 0x55717345d400 void 0.000114
+gallium_dri.so free 0x55717345d3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345d3b0 0.000112
+gallium_dri.so free 0x55717345d500 void 0.000115
+gallium_dri.so free 0x55717345d3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d4b0 0.000113
+gallium_dri.so free 0x55717345d5c0 void 0.000114
+gallium_dri.so free 0x55717345d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d570 0.000113
+gallium_dri.so free 0x55717345d600 void 0.000113
+gallium_dri.so free 0x55717345d570 void 0.000113
+gallium_dri.so malloc 72 0x55717345d570 0.000114
+gallium_dri.so free 0x55717345d6c0 void 0.000114
+gallium_dri.so free 0x55717345d570 void 0.000119
+gallium_dri.so malloc 72 0x55717345d730 0.000114
+gallium_dri.so free 0x55717345d780 void 0.000129
+gallium_dri.so free 0x55717345d730 void 0.000114
+gallium_dri.so malloc 72 0x55717345d730 0.000114
+gallium_dri.so free 0x55717345d880 void 0.000115
+gallium_dri.so free 0x55717345d730 void 0.000127
+gallium_dri.so malloc 72 0x55717345d830 0.000114
+gallium_dri.so free 0x55717345d940 void 0.000113
+gallium_dri.so free 0x55717345d830 void 0.000113
+gallium_dri.so malloc 72 0x55717345d8f0 0.000114
+gallium_dri.so free 0x55717345d980 void 0.000114
+gallium_dri.so free 0x55717345d8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d8f0 0.000113
+gallium_dri.so free 0x55717345da40 void 0.000113
+gallium_dri.so free 0x55717345d8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345da80 0.000114
+gallium_dri.so free 0x55717345db00 void 0.000113
+gallium_dri.so free 0x55717345da80 void 0.000113
+gallium_dri.so malloc 72 0x55717345db00 0.000113
+gallium_dri.so free 0x55717345dbc0 void 0.000113
+gallium_dri.so free 0x55717345db00 void 0.000113
+gallium_dri.so malloc 72 0x55717345db00 0.000114
+gallium_dri.so free 0x55717345dc80 void 0.000142
+gallium_dri.so free 0x55717345db00 void 0.000114
+gallium_dri.so malloc 72 0x55717345dca0 0.000113
+gallium_dri.so free 0x55717345dd40 void 0.000115
+gallium_dri.so free 0x55717345dca0 void 0.000114
+gallium_dri.so malloc 72 0x55717345dcf0 0.000113
+gallium_dri.so free 0x55717345ddc0 void 0.000114
+gallium_dri.so free 0x55717345dcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345dcf0 0.000113
+gallium_dri.so free 0x55717345de40 void 0.000119
+gallium_dri.so free 0x55717345dcf0 void 0.000154
+gallium_dri.so malloc 72 0x55717345de40 0.000117
+gallium_dri.so free 0x55717345df00 void 0.000116
+gallium_dri.so free 0x55717345de40 void 0.000114
+gallium_dri.so malloc 72 0x55717345de40 0.000115
+gallium_dri.so free 0x55717345dfc0 void 0.000116
+gallium_dri.so free 0x55717345de40 void 0.000115
+gallium_dri.so malloc 72 0x55717345de40 0.000118
+gallium_dri.so free 0x55717345e080 void 0.000117
+gallium_dri.so free 0x55717345de40 void 0.000114
+gallium_dri.so malloc 72 0x55717345e030 0.000115
+gallium_dri.so free 0x55717345e140 void 0.000116
+gallium_dri.so free 0x55717345e030 void 0.000113
+gallium_dri.so malloc 72 0x55717345e0f0 0.000115
+gallium_dri.so free 0x55717345e1c0 void 0.000115
+gallium_dri.so free 0x55717345e0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e210 0.000115
+gallium_dri.so free 0x55717345e280 void 0.000116
+gallium_dri.so free 0x55717345e210 void 0.000115
+gallium_dri.so malloc 72 0x55717345e2a0 0.000114
+gallium_dri.so free 0x55717345e340 void 0.000116
+gallium_dri.so free 0x55717345e2a0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e2f0 0.000114
+gallium_dri.so free 0x55717345e3c0 void 0.000115
+gallium_dri.so free 0x55717345e2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e2f0 0.000115
+gallium_dri.so free 0x55717345e440 void 0.000115
+gallium_dri.so free 0x55717345e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e440 0.000116
+gallium_dri.so free 0x55717345e500 void 0.000115
+gallium_dri.so free 0x55717345e440 void 0.000113
+gallium_dri.so malloc 72 0x55717345e440 0.000114
+gallium_dri.so free 0x55717345e600 void 0.000113
+gallium_dri.so free 0x55717345e440 void 0.000113
+gallium_dri.so malloc 72 0x55717345e5b0 0.000113
+gallium_dri.so free 0x55717345e640 void 0.000114
+gallium_dri.so free 0x55717345e5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e5b0 0.000114
+gallium_dri.so free 0x55717345e700 void 0.000114
+gallium_dri.so free 0x55717345e5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e740 0.000114
+gallium_dri.so free 0x55717345e7c0 void 0.000114
+gallium_dri.so free 0x55717345e740 void 0.000112
+gallium_dri.so malloc 72 0x55717345e7c0 0.000116
+gallium_dri.so free 0x55717345e880 void 0.000114
+gallium_dri.so free 0x55717345e7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e7c0 0.000114
+gallium_dri.so free 0x55717345e900 void 0.000114
+gallium_dri.so free 0x55717345e7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e930 0.000114
+gallium_dri.so free 0x55717345e980 void 0.000114
+gallium_dri.so free 0x55717345e930 void 0.000113
+gallium_dri.so malloc 72 0x55717345e930 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x55717345e930 void 0.000112
+gallium_dri.so malloc 72 0x55717345e930 0.000127
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x55717345e930 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dac50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad20 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dad20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so free 0x5571735dad70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dad70 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dad70 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf00 0.000117
+gallium_dri.so free 0x5571735daf80 void 0.000128
+gallium_dri.so free 0x5571735daf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf80 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf80 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0f0 0.000113
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735db0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000113
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2b0 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db400 void 0.000113
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db500 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000127
+gallium_dri.so free 0x5571735db500 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db780 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7f0 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db910 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db910 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9a0 0.000115
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9f0 0.000113
+gallium_dri.so free 0x5571735dbac0 void 0.000114
+gallium_dri.so free 0x5571735db9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9f0 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000165
+gallium_dri.so free 0x5571735db9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc90 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd20 0.000114
+gallium_dri.so free 0x5571735dbdc0 void 0.000114
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000173
+gallium_dri.so free 0x5571735dbec0 void 0.000220
+gallium_dri.so free 0x5571735dbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbec0 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbec0 0.000122
+gallium_dri.so free 0x5571735dc080 void 0.000117
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc130 0.000127
+gallium_dri.so free 0x5571735dc180 void 0.000115
+gallium_dri.so free 0x5571735dc130 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc130 0.000112
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc130 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc230 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so free 0x5571735dc230 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so free 0x5571735dc2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000115
+gallium_dri.so free 0x5571735dc2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc490 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc490 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc540 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000118
+gallium_dri.so free 0x5571735dc700 void 0.000117
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc730 0.000122
+gallium_dri.so free 0x5571735dc780 void 0.000117
+gallium_dri.so free 0x5571735dc730 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc730 0.000114
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc730 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc830 0.000116
+gallium_dri.so free 0x5571735dc940 void 0.000116
+gallium_dri.so free 0x5571735dc830 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9e0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc9e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dca30 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000115
+gallium_dri.so free 0x5571735dca30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca30 0.000114
+gallium_dri.so free 0x5571735dcb80 void 0.000117
+gallium_dri.so free 0x5571735dca30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcb80 0.000115
+gallium_dri.so free 0x5571735dcc40 void 0.000116
+gallium_dri.so free 0x5571735dcb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcb80 0.000116
+gallium_dri.so free 0x5571735dcd00 void 0.000115
+gallium_dri.so free 0x5571735dcb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000158
+gallium_dri.so free 0x5571735dcb80 void 0.000153
+gallium_dri.so malloc 72 0x5571735dcd70 0.000157
+gallium_dri.so free 0x5571735dcdc0 void 0.000153
+gallium_dri.so free 0x5571735dcd70 void 0.000153
+gallium_dri.so malloc 72 0x5571735dcd70 0.000152
+gallium_dri.so free 0x5571735dcec0 void 0.000154
+gallium_dri.so free 0x5571735dcd70 void 0.000159
+gallium_dri.so malloc 72 0x5571735dce70 0.000129
+gallium_dri.so free 0x5571735dcf80 void 0.000116
+gallium_dri.so free 0x5571735dce70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcf30 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf30 0.000115
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd140 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000127
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000117
+gallium_dri.so free 0x5571735dd2e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd330 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd330 0.000115
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571735dd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd480 0.000115
+gallium_dri.so free 0x5571735dd540 void 0.000115
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd480 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000116
+gallium_dri.so free 0x5571735dd480 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd480 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000116
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000116
+gallium_dri.so free 0x5571735dd670 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd730 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000116
+gallium_dri.so free 0x5571735dd730 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd850 0.000115
+gallium_dri.so free 0x5571735dd8c0 void 0.000130
+gallium_dri.so free 0x5571735dd850 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd8e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000117
+gallium_dri.so free 0x5571735dd930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000116
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda80 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dda80 0.000116
+gallium_dri.so free 0x5571735ddc40 void 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000115
+gallium_dri.so free 0x5571735ddc80 void 0.000116
+gallium_dri.so free 0x5571735ddbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000115
+gallium_dri.so free 0x5571735ddd40 void 0.000116
+gallium_dri.so free 0x5571735ddbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddd80 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddec0 void 0.000134
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735ddfc0 void 0.000115
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de100 void 0.000115
+gallium_dri.so malloc 72 0x5571735de180 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so malloc 72 0x5571735de180 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2f0 0.000115
+gallium_dri.so free 0x5571735de340 void 0.000116
+gallium_dri.so free 0x5571735de2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2f0 0.000114
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3f0 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000128
+gallium_dri.so free 0x5571735de3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000120
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de4b0 0.000123
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4b0 0.000116
+gallium_dri.so free 0x5571735de700 void 0.000116
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7d0 0.000119
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de860 0.000115
+gallium_dri.so free 0x5571735de900 void 0.000116
+gallium_dri.so free 0x5571735de860 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8b0 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so free 0x5571735de8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de980 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so malloc 72 0x5571735de980 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000152
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so malloc 72 0x5571735deac0 0.000116
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deac0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deac0 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000116
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735decb0 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735decb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedd0 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735dedd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee80 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000116
+gallium_dri.so free 0x5571735dee80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dee80 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735dee80 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000118
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000124
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df170 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000122
+gallium_dri.so free 0x5571735df2c0 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000115
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df330 void 0.000120
+gallium_dri.so malloc 72 0x5571735df330 0.000121
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so free 0x5571735df330 void 0.000114
+gallium_dri.so malloc 72 0x5571735df430 0.000115
+gallium_dri.so free 0x5571735df540 void 0.000114
+gallium_dri.so free 0x5571735df430 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4f0 0.000116
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df680 0.000126
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so malloc 72 0x5571735df700 0.000120
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000111
+gallium_dri.so malloc 72 0x5571735df700 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so malloc 72 0x5571735df8a0 0.000116
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so free 0x5571735df8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df8f0 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df8f0 0.000115
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so free 0x5571735df8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa40 0.000114
+gallium_dri.so free 0x5571735dfb00 void 0.000116
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa40 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfa40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa40 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000200
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000116
+gallium_dri.so free 0x5571735dfdc0 void 0.000116
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe10 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfe10 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfea0 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0040 0.000120
+gallium_dri.so free 0x5571735e0200 void 0.000125
+gallium_dri.so free 0x5571735e0040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e01b0 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0340 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000116
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0530 0.000115
+gallium_dri.so free 0x5571735e0580 void 0.000115
+gallium_dri.so free 0x5571735e0530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0530 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06c0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000117
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so malloc 72 0x5571735e08b0 0.000120
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so free 0x5571735e08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08b0 0.000114
+gallium_dri.so free 0x5571735e0a00 void 0.000116
+gallium_dri.so free 0x5571735e08b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09b0 0.000115
+gallium_dri.so free 0x5571735e0ac0 void 0.000114
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a70 0.000116
+gallium_dri.so free 0x5571735e0b40 void 0.000116
+gallium_dri.so free 0x5571735e0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a70 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000116
+gallium_dri.so free 0x5571735e0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a70 0.000115
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so free 0x5571735e0a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000117
+gallium_dri.so free 0x5571735e0c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d90 0.000114
+gallium_dri.so free 0x5571735e0e00 void 0.000114
+gallium_dri.so free 0x5571735e0d90 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0e20 0.000115
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so free 0x5571735e0e20 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0e70 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000119
+gallium_dri.so free 0x5571735e0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f40 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f40 0.000131
+gallium_dri.so free 0x5571735e1080 void 0.000125
+gallium_dri.so free 0x5571735e0f40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1080 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000124
+gallium_dri.so free 0x5571735e1080 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1080 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1080 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so free 0x5571735e1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1270 0.000120
+gallium_dri.so free 0x5571735e1340 void 0.000126
+gallium_dri.so free 0x5571735e1270 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1390 0.000123
+gallium_dri.so free 0x5571735e1400 void 0.000120
+gallium_dri.so free 0x5571735e1390 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1440 0.000127
+gallium_dri.so free 0x5571735e14c0 void 0.000119
+gallium_dri.so free 0x5571735e1440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1440 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so free 0x5571735e1440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1570 0.000119
+gallium_dri.so free 0x5571735e15c0 void 0.000118
+gallium_dri.so free 0x5571735e1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1570 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000118
+gallium_dri.so free 0x5571735e1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1670 0.000118
+gallium_dri.so free 0x5571735e1780 void 0.000118
+gallium_dri.so free 0x5571735e1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e17c0 void 0.000120
+gallium_dri.so free 0x5571735e1730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1730 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000119
+gallium_dri.so free 0x5571735e1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18f0 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000119
+gallium_dri.so free 0x5571735e18f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18f0 0.000118
+gallium_dri.so free 0x5571735e1a40 void 0.000119
+gallium_dri.so free 0x5571735e18f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e19f0 0.000124
+gallium_dri.so free 0x5571735e1b00 void 0.000119
+gallium_dri.so free 0x5571735e19f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c40 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000123
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e60 0.000118
+gallium_dri.so free 0x5571735e1f00 void 0.000120
+gallium_dri.so free 0x5571735e1e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so free 0x5571735e1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so free 0x5571735e1eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2000 0.000118
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2000 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2000 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21f0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735e21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e22b0 0.000119
+gallium_dri.so free 0x5571735e2380 void 0.000120
+gallium_dri.so free 0x5571735e22b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23d0 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e23d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2460 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e2460 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000117
+gallium_dri.so free 0x5571735e2600 void 0.000133
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2600 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2600 0.000119
+gallium_dri.so free 0x5571735e27c0 void 0.000117
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2770 0.000117
+gallium_dri.so free 0x5571735e2800 void 0.000119
+gallium_dri.so free 0x5571735e2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2770 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000119
+gallium_dri.so free 0x5571735e2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2900 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2980 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2af0 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000119
+gallium_dri.so free 0x5571735e2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2af0 0.000128
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c80 0.000125
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d00 0.000117
+gallium_dri.so free 0x5571735e2dc0 void 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d00 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e70 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000117
+gallium_dri.so free 0x5571735e2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e70 0.000118
+gallium_dri.so free 0x5571735e2fc0 void 0.000116
+gallium_dri.so free 0x5571735e2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f70 0.000118
+gallium_dri.so free 0x5571735e3080 void 0.000118
+gallium_dri.so free 0x5571735e2f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3030 0.000119
+gallium_dri.so free 0x5571735e31c0 void 0.000117
+gallium_dri.so free 0x5571735e3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3030 0.000109
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3230 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so free 0x5571735e3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3350 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3350 void 0.000118
+gallium_dri.so malloc 72 0x5571735e33e0 0.000119
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e33e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so free 0x5571735e3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3500 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3500 0.000120
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3640 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3640 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000185
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588440 void 0.000119
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x5571735884c0 void 0.000120
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x5571735884c0 0.000119
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so free 0x5571735884c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735884c0 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x5571735884c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735884c0 0.000119
+gallium_dri.so free 0x557173588680 void 0.000119
+gallium_dri.so free 0x5571735884c0 void 0.000119
+gallium_dri.so malloc 72 0x557173588630 0.000119
+gallium_dri.so free 0x557173588700 void 0.000118
+gallium_dri.so free 0x557173588630 void 0.000119
+gallium_dri.so malloc 72 0x557173588630 0.000124
+gallium_dri.so free 0x557173588780 void 0.000119
+gallium_dri.so free 0x557173588630 void 0.000117
+gallium_dri.so malloc 72 0x557173588780 0.000118
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so free 0x557173588780 void 0.000119
+gallium_dri.so malloc 72 0x557173588780 0.000118
+gallium_dri.so free 0x557173588900 void 0.000130
+gallium_dri.so free 0x557173588780 void 0.000119
+gallium_dri.so malloc 72 0x557173588780 0.000117
+gallium_dri.so free 0x5571735889c0 void 0.000117
+gallium_dri.so free 0x557173588780 void 0.000117
+gallium_dri.so malloc 72 0x557173588970 0.000116
+gallium_dri.so free 0x5571735889c0 void 0.000118
+gallium_dri.so free 0x557173588970 void 0.000117
+gallium_dri.so malloc 72 0x557173588970 0.000117
+gallium_dri.so free 0x557173588ac0 void 0.000117
+gallium_dri.so free 0x557173588970 void 0.000116
+gallium_dri.so malloc 72 0x557173588a70 0.000117
+gallium_dri.so free 0x557173588b80 void 0.000117
+gallium_dri.so free 0x557173588a70 void 0.000118
+gallium_dri.so malloc 72 0x557173588b30 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588b30 void 0.000118
+gallium_dri.so malloc 72 0x557173588b30 0.000116
+gallium_dri.so free 0x557173588c80 void 0.000117
+gallium_dri.so free 0x557173588b30 void 0.000117
+gallium_dri.so malloc 72 0x557173588cc0 0.000118
+gallium_dri.so free 0x557173588d40 void 0.000118
+gallium_dri.so free 0x557173588cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588d40 0.000117
+gallium_dri.so free 0x557173588e00 void 0.000117
+gallium_dri.so free 0x557173588d40 void 0.000117
+gallium_dri.so malloc 72 0x557173588d40 0.000117
+gallium_dri.so free 0x557173588ec0 void 0.000120
+gallium_dri.so free 0x557173588d40 void 0.000122
+gallium_dri.so malloc 72 0x557173588ee0 0.000117
+gallium_dri.so free 0x557173588f80 void 0.000120
+gallium_dri.so free 0x557173588ee0 void 0.000120
+gallium_dri.so malloc 72 0x557173588f30 0.000118
+gallium_dri.so free 0x557173589000 void 0.000119
+gallium_dri.so free 0x557173588f30 void 0.000117
+gallium_dri.so malloc 72 0x557173588f30 0.000119
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000119
+gallium_dri.so malloc 72 0x557173589080 0.000119
+gallium_dri.so free 0x557173589140 void 0.000117
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so malloc 72 0x557173589080 0.000117
+gallium_dri.so free 0x557173589200 void 0.000118
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so malloc 72 0x557173589080 0.000119
+gallium_dri.so free 0x5571735892c0 void 0.000119
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x557173589270 0.000119
+gallium_dri.so free 0x557173589380 void 0.000119
+gallium_dri.so free 0x557173589270 void 0.000120
+gallium_dri.so malloc 72 0x557173589330 0.000118
+gallium_dri.so free 0x557173589400 void 0.000119
+gallium_dri.so free 0x557173589330 void 0.000118
+gallium_dri.so malloc 72 0x557173589450 0.000186
+gallium_dri.so free 0x5571735894c0 void 0.000120
+gallium_dri.so free 0x557173589450 void 0.000119
+gallium_dri.so malloc 72 0x5571735894e0 0.000119
+gallium_dri.so free 0x557173589580 void 0.000118
+gallium_dri.so free 0x5571735894e0 void 0.000119
+gallium_dri.so malloc 72 0x557173589530 0.000119
+gallium_dri.so free 0x557173589600 void 0.000118
+gallium_dri.so free 0x557173589530 void 0.000115
+gallium_dri.so malloc 72 0x557173589530 0.000124
+gallium_dri.so free 0x557173589680 void 0.000119
+gallium_dri.so free 0x557173589530 void 0.000118
+gallium_dri.so malloc 72 0x557173589680 0.000120
+gallium_dri.so free 0x557173589740 void 0.000119
+gallium_dri.so free 0x557173589680 void 0.000119
+gallium_dri.so malloc 72 0x557173589680 0.000119
+gallium_dri.so free 0x557173589840 void 0.000120
+gallium_dri.so free 0x557173589680 void 0.000118
+gallium_dri.so malloc 72 0x5571735897f0 0.000118
+gallium_dri.so free 0x557173589880 void 0.000119
+gallium_dri.so free 0x5571735897f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735897f0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x5571735897f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589980 0.000118
+gallium_dri.so free 0x557173589a00 void 0.000118
+gallium_dri.so free 0x557173589980 void 0.000127
+gallium_dri.so malloc 72 0x557173589a00 0.000117
+gallium_dri.so free 0x557173589ac0 void 0.000117
+gallium_dri.so free 0x557173589a00 void 0.000119
+gallium_dri.so malloc 72 0x557173589a00 0.000117
+gallium_dri.so free 0x557173589b40 void 0.000116
+gallium_dri.so free 0x557173589a00 void 0.000116
+gallium_dri.so malloc 72 0x557173589b70 0.000117
+gallium_dri.so free 0x557173589bc0 void 0.000118
+gallium_dri.so free 0x557173589b70 void 0.000117
+gallium_dri.so malloc 72 0x557173589b70 0.000116
+gallium_dri.so free 0x557173589cc0 void 0.000117
+gallium_dri.so free 0x557173589b70 void 0.000116
+gallium_dri.so malloc 72 0x557173589d00 0.000123
+gallium_dri.so free 0x557173589d80 void 0.000118
+gallium_dri.so free 0x557173589d00 void 0.000116
+gallium_dri.so malloc 72 0x557173589d80 0.000117
+gallium_dri.so free 0x557173589e40 void 0.000116
+gallium_dri.so free 0x557173589d80 void 0.000117
+gallium_dri.so malloc 72 0x557173589d80 0.000116
+gallium_dri.so free 0x557173589ec0 void 0.000118
+gallium_dri.so free 0x557173589d80 void 0.000117
+gallium_dri.so malloc 72 0x557173589ef0 0.000116
+gallium_dri.so free 0x557173589f40 void 0.000115
+gallium_dri.so free 0x557173589ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173589ef0 0.000118
+gallium_dri.so free 0x55717358a040 void 0.000127
+gallium_dri.so free 0x557173589ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173589ff0 0.000123
+gallium_dri.so free 0x55717358a100 void 0.000119
+gallium_dri.so free 0x557173589ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a180 void 0.000120
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0b0 0.000118
+gallium_dri.so free 0x55717358a300 void 0.000121
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a2b0 0.000120
+gallium_dri.so free 0x55717358a380 void 0.000120
+gallium_dri.so free 0x55717358a2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a3d0 0.000119
+gallium_dri.so free 0x55717358a440 void 0.000119
+gallium_dri.so free 0x55717358a3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a460 0.000118
+gallium_dri.so free 0x55717358a500 void 0.000119
+gallium_dri.so free 0x55717358a460 void 0.000118
+gallium_dri.so malloc 72 0x55717358a4b0 0.000118
+gallium_dri.so free 0x55717358a580 void 0.000118
+gallium_dri.so free 0x55717358a4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a580 0.000123
+gallium_dri.so free 0x55717358a640 void 0.000122
+gallium_dri.so free 0x55717358a580 void 0.000119
+gallium_dri.so malloc 72 0x55717358a580 0.000119
+gallium_dri.so free 0x55717358a6c0 void 0.000119
+gallium_dri.so free 0x55717358a580 void 0.000119
+gallium_dri.so malloc 72 0x55717358a6c0 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x55717358a6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a6c0 0.000120
+gallium_dri.so free 0x55717358a840 void 0.000119
+gallium_dri.so free 0x55717358a6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a6c0 0.000118
+gallium_dri.so free 0x55717358a900 void 0.000118
+gallium_dri.so free 0x55717358a6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a8b0 0.000120
+gallium_dri.so free 0x55717358a980 void 0.000119
+gallium_dri.so free 0x55717358a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a9d0 0.000118
+gallium_dri.so free 0x55717358aa40 void 0.000119
+gallium_dri.so free 0x55717358a9d0 void 0.000117
+gallium_dri.so malloc 72 0x55717358aa80 0.000119
+gallium_dri.so free 0x55717358ab00 void 0.000118
+gallium_dri.so free 0x55717358aa80 void 0.000118
+gallium_dri.so malloc 72 0x55717358aa80 0.000118
+gallium_dri.so free 0x55717358ab80 void 0.000118
+gallium_dri.so free 0x55717358aa80 void 0.000119
+gallium_dri.so malloc 72 0x55717358abb0 0.000121
+gallium_dri.so free 0x55717358ac00 void 0.000117
+gallium_dri.so free 0x55717358abb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358abb0 0.000118
+gallium_dri.so free 0x55717358ad00 void 0.000119
+gallium_dri.so free 0x55717358abb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358acb0 0.000119
+gallium_dri.so free 0x55717358adc0 void 0.000118
+gallium_dri.so free 0x55717358acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad70 0.000118
+gallium_dri.so free 0x55717358ae00 void 0.000117
+gallium_dri.so free 0x55717358ad70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad70 0.000117
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so free 0x55717358ad70 void 0.000119
+gallium_dri.so malloc 72 0x55717358af30 0.000116
+gallium_dri.so free 0x55717358af80 void 0.000117
+gallium_dri.so free 0x55717358af30 void 0.000119
+gallium_dri.so malloc 72 0x55717358af30 0.000116
+gallium_dri.so free 0x55717358b080 void 0.000117
+gallium_dri.so free 0x55717358af30 void 0.000117
+gallium_dri.so malloc 72 0x55717358b030 0.000120
+gallium_dri.so free 0x55717358b140 void 0.000117
+gallium_dri.so free 0x55717358b030 void 0.000117
+gallium_dri.so malloc 72 0x55717358b0f0 0.000117
+gallium_dri.so free 0x55717358b180 void 0.000117
+gallium_dri.so free 0x55717358b0f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b0f0 0.000118
+gallium_dri.so free 0x55717358b240 void 0.000118
+gallium_dri.so free 0x55717358b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b280 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000119
+gallium_dri.so free 0x55717358b280 void 0.000118
+gallium_dri.so malloc 72 0x55717358b300 0.000116
+gallium_dri.so free 0x55717358b3c0 void 0.000117
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so malloc 72 0x55717358b300 0.000118
+gallium_dri.so free 0x55717358b480 void 0.000117
+gallium_dri.so free 0x55717358b300 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4a0 0.000119
+gallium_dri.so free 0x55717358b540 void 0.000117
+gallium_dri.so free 0x55717358b4a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4f0 0.000123
+gallium_dri.so free 0x55717358b5c0 void 0.000119
+gallium_dri.so free 0x55717358b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b4f0 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x55717358b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x55717358b640 0.000117
+gallium_dri.so free 0x55717358b7c0 void 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000122
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b830 0.000120
+gallium_dri.so free 0x55717358b940 void 0.000118
+gallium_dri.so free 0x55717358b830 void 0.000119
+gallium_dri.so malloc 72 0x55717358b8f0 0.000118
+gallium_dri.so free 0x55717358b9c0 void 0.000118
+gallium_dri.so free 0x55717358b8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba10 0.000118
+gallium_dri.so free 0x55717358ba80 void 0.000119
+gallium_dri.so free 0x55717358ba10 void 0.000119
+gallium_dri.so malloc 72 0x55717358baa0 0.000118
+gallium_dri.so free 0x55717358bb40 void 0.000118
+gallium_dri.so free 0x55717358baa0 void 0.000118
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000118
+gallium_dri.so free 0x55717358baf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bc40 0.000118
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bc40 0.000118
+gallium_dri.so free 0x55717358be00 void 0.000128
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so malloc 72 0x55717358bdb0 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000119
+gallium_dri.so free 0x55717358bdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bdb0 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bf40 0.000118
+gallium_dri.so free 0x55717358bfc0 void 0.000119
+gallium_dri.so free 0x55717358bf40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bfc0 0.000118
+gallium_dri.so free 0x55717358c080 void 0.000118
+gallium_dri.so free 0x55717358bfc0 void 0.000123
+gallium_dri.so malloc 72 0x55717358bfc0 0.000120
+gallium_dri.so free 0x55717358c100 void 0.000120
+gallium_dri.so free 0x55717358bfc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c130 0.000123
+gallium_dri.so free 0x55717358c180 void 0.000121
+gallium_dri.so free 0x55717358c130 void 0.000119
+gallium_dri.so malloc 72 0x55717358c130 0.000119
+gallium_dri.so free 0x55717358c280 void 0.000119
+gallium_dri.so free 0x55717358c130 void 0.000118
+gallium_dri.so malloc 72 0x55717358c2c0 0.000118
+gallium_dri.so free 0x55717358c340 void 0.000119
+gallium_dri.so free 0x55717358c2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c340 0.000129
+gallium_dri.so free 0x55717358c400 void 0.000118
+gallium_dri.so free 0x55717358c340 void 0.000118
+gallium_dri.so malloc 72 0x55717358c340 0.000119
+gallium_dri.so free 0x55717358c480 void 0.000118
+gallium_dri.so free 0x55717358c340 void 0.000118
+gallium_dri.so malloc 72 0x55717358c4b0 0.000124
+gallium_dri.so free 0x55717358c500 void 0.000120
+gallium_dri.so free 0x55717358c4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c4b0 0.000119
+gallium_dri.so free 0x55717358c600 void 0.000120
+gallium_dri.so free 0x55717358c4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c5b0 0.000118
+gallium_dri.so free 0x55717358c6c0 void 0.000120
+gallium_dri.so free 0x55717358c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000119
+gallium_dri.so free 0x55717358c740 void 0.000119
+gallium_dri.so free 0x55717358c670 void 0.000118
+gallium_dri.so malloc 72 0x55717358c670 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c670 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000118
+gallium_dri.so free 0x55717358c670 void 0.000118
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so free 0x55717358c870 void 0.000161
+gallium_dri.so malloc 72 0x55717358c990 0.000112
+gallium_dri.so free 0x55717358ca00 void 0.000111
+gallium_dri.so free 0x55717358c990 void 0.000111
+gallium_dri.so malloc 72 0x55717358ca20 0.000111
+gallium_dri.so free 0x55717358cac0 void 0.000112
+gallium_dri.so free 0x55717358ca20 void 0.000111
+gallium_dri.so malloc 72 0x55717358ca70 0.000111
+gallium_dri.so free 0x55717358cb40 void 0.000110
+gallium_dri.so free 0x55717358ca70 void 0.000110
+gallium_dri.so malloc 72 0x55717358cb40 0.000109
+gallium_dri.so free 0x55717358cc00 void 0.000109
+gallium_dri.so free 0x55717358cb40 void 0.000110
+gallium_dri.so malloc 72 0x55717358cb40 0.000109
+gallium_dri.so free 0x55717358cc80 void 0.000110
+gallium_dri.so free 0x55717358cb40 void 0.000111
+gallium_dri.so malloc 72 0x55717358cc80 0.000110
+gallium_dri.so free 0x55717358cd40 void 0.000110
+gallium_dri.so free 0x55717358cc80 void 0.000109
+gallium_dri.so malloc 72 0x55717358cc80 0.000110
+gallium_dri.so free 0x55717358ce00 void 0.000110
+gallium_dri.so free 0x55717358cc80 void 0.000109
+gallium_dri.so malloc 72 0x55717358cc80 0.000111
+gallium_dri.so free 0x55717358cec0 void 0.000110
+gallium_dri.so free 0x55717358cc80 void 0.000110
+gallium_dri.so malloc 72 0x55717358ce70 0.000109
+gallium_dri.so free 0x55717358cf40 void 0.000111
+gallium_dri.so free 0x55717358ce70 void 0.000110
+gallium_dri.so malloc 72 0x55717358cf90 0.000110
+gallium_dri.so free 0x55717358d000 void 0.000118
+gallium_dri.so free 0x55717358cf90 void 0.000115
+gallium_dri.so malloc 72 0x55717358d040 0.000121
+gallium_dri.so free 0x55717358d0c0 void 0.000126
+gallium_dri.so free 0x55717358d040 void 0.000126
+gallium_dri.so malloc 72 0x55717358d040 0.000125
+gallium_dri.so free 0x55717358d140 void 0.000124
+gallium_dri.so free 0x55717358d040 void 0.000125
+gallium_dri.so malloc 72 0x55717358d170 0.000124
+gallium_dri.so free 0x55717358d1c0 void 0.000125
+gallium_dri.so free 0x55717358d170 void 0.000119
+gallium_dri.so malloc 72 0x55717358d170 0.000116
+gallium_dri.so free 0x55717358d2c0 void 0.000115
+gallium_dri.so free 0x55717358d170 void 0.000115
+gallium_dri.so malloc 72 0x55717358d270 0.000119
+gallium_dri.so free 0x55717358d380 void 0.000125
+gallium_dri.so free 0x55717358d270 void 0.000124
+gallium_dri.so malloc 72 0x55717358d330 0.000124
+gallium_dri.so free 0x55717358d3c0 void 0.000124
+gallium_dri.so free 0x55717358d330 void 0.000127
+gallium_dri.so malloc 72 0x55717358d330 0.000124
+gallium_dri.so free 0x55717358d480 void 0.000120
+gallium_dri.so free 0x55717358d330 void 0.000128
+gallium_dri.so malloc 72 0x55717358d4f0 0.000122
+gallium_dri.so free 0x55717358d540 void 0.000125
+gallium_dri.so free 0x55717358d4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d4f0 0.000127
+gallium_dri.so free 0x55717358d640 void 0.000124
+gallium_dri.so free 0x55717358d4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d5f0 0.000123
+gallium_dri.so free 0x55717358d700 void 0.000126
+gallium_dri.so free 0x55717358d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d6b0 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000125
+gallium_dri.so free 0x55717358d6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d6b0 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so free 0x55717358d6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d840 0.000124
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so free 0x55717358d840 void 0.000115
+gallium_dri.so malloc 72 0x55717358d8c0 0.000119
+gallium_dri.so free 0x55717358d980 void 0.000121
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d8c0 0.000127
+gallium_dri.so free 0x55717358da40 void 0.000125
+gallium_dri.so free 0x55717358d8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358da60 0.000124
+gallium_dri.so free 0x55717358db00 void 0.000124
+gallium_dri.so free 0x55717358da60 void 0.000124
+gallium_dri.so malloc 72 0x55717358dab0 0.000123
+gallium_dri.so free 0x55717358db80 void 0.000123
+gallium_dri.so free 0x55717358dab0 void 0.000125
+gallium_dri.so malloc 72 0x55717358dab0 0.000125
+gallium_dri.so free 0x55717358dc00 void 0.000126
+gallium_dri.so free 0x55717358dab0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dc00 0.000116
+gallium_dri.so free 0x55717358dcc0 void 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000125
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x55717358dd80 void 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc00 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ddf0 0.000125
+gallium_dri.so free 0x55717358df00 void 0.000124
+gallium_dri.so free 0x55717358ddf0 void 0.000127
+gallium_dri.so malloc 72 0x55717358deb0 0.000124
+gallium_dri.so free 0x55717358df80 void 0.000251
+gallium_dri.so free 0x55717358deb0 void 0.000233
+gallium_dri.so malloc 72 0x55717358dfd0 0.000220
+gallium_dri.so free 0x55717358e040 void 0.000214
+gallium_dri.so free 0x55717358dfd0 void 0.000198
+gallium_dri.so malloc 72 0x55717358e060 0.000201
+gallium_dri.so free 0x55717358e100 void 0.000125
+gallium_dri.so free 0x55717358e060 void 0.000124
+gallium_dri.so malloc 72 0x55717358e0b0 0.000132
+gallium_dri.so free 0x55717358e180 void 0.000123
+gallium_dri.so free 0x55717358e0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e0b0 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so free 0x55717358e0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e200 0.000123
+gallium_dri.so free 0x55717358e2c0 void 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so malloc 72 0x55717358e200 0.000131
+gallium_dri.so free 0x55717358e3c0 void 0.000131
+gallium_dri.so free 0x55717358e200 void 0.000132
+gallium_dri.so malloc 72 0x55717358e370 0.000125
+gallium_dri.so free 0x55717358e400 void 0.000218
+gallium_dri.so free 0x55717358e370 void 0.000127
+gallium_dri.so malloc 72 0x55717358e370 0.000127
+gallium_dri.so free 0x55717358e4c0 void 0.000126
+gallium_dri.so free 0x55717358e370 void 0.000129
+gallium_dri.so malloc 72 0x55717358e500 0.000123
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e500 void 0.000120
+gallium_dri.so malloc 72 0x55717358e580 0.000121
+gallium_dri.so free 0x557173454480 void 0.000121
+gallium_dri.so free 0x55717358e640 void 0.000120
+gallium_dri.so free 0x55717358e580 void 0.000118
+gallium_dri.so malloc 72 0x55717358e580 0.000118
+gallium_dri.so free 0x55717358e6c0 void 0.000117
+gallium_dri.so free 0x55717358e580 void 0.000117
+gallium_dri.so malloc 72 0x55717358e6f0 0.000117
+gallium_dri.so free 0x55717358e740 void 0.000116
+gallium_dri.so free 0x55717358e6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e6f0 0.000118
+gallium_dri.so free 0x55717358e840 void 0.000123
+gallium_dri.so free 0x55717358e6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358e880 0.000118
+gallium_dri.so free 0x55717358e900 void 0.000117
+gallium_dri.so free 0x55717358e880 void 0.000117
+gallium_dri.so malloc 72 0x55717358e900 0.000117
+gallium_dri.so free 0x55717358e9c0 void 0.000124
+gallium_dri.so free 0x55717358e900 void 0.000126
+gallium_dri.so malloc 72 0x55717358e900 0.000121
+gallium_dri.so free 0x55717358ea40 void 0.000120
+gallium_dri.so free 0x55717358e900 void 0.000117
+gallium_dri.so malloc 72 0x55717358ea70 0.000117
+gallium_dri.so free 0x55717358eac0 void 0.000116
+gallium_dri.so free 0x55717358ea70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ea70 0.000116
+gallium_dri.so free 0x55717358ebc0 void 0.000116
+gallium_dri.so free 0x55717358ea70 void 0.000117
+gallium_dri.so malloc 72 0x55717358eb70 0.000117
+gallium_dri.so free 0x55717358ec80 void 0.000116
+gallium_dri.so free 0x55717358eb70 void 0.000116
+gallium_dri.so malloc 72 0x55717358ec30 0.000116
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so free 0x55717358ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ec30 0.000117
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so free 0x55717358ec30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec30 0.000121
+gallium_dri.so free 0x55717358ee80 void 0.000124
+gallium_dri.so free 0x55717358ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so free 0x55717358ee30 void 0.000140
+gallium_dri.so malloc 72 0x55717358ef50 0.000125
+gallium_dri.so free 0x55717358efc0 void 0.000128
+gallium_dri.so free 0x55717358ef50 void 0.000114
+gallium_dri.so malloc 72 0x55717358efe0 0.000111
+gallium_dri.so free 0x55717358f080 void 0.000113
+gallium_dri.so free 0x55717358efe0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f030 0.000111
+gallium_dri.so free 0x55717358f100 void 0.000111
+gallium_dri.so free 0x55717358f030 void 0.000111
+gallium_dri.so malloc 72 0x55717358f100 0.000111
+gallium_dri.so free 0x55717358f1c0 void 0.000111
+gallium_dri.so free 0x55717358f100 void 0.000110
+gallium_dri.so malloc 72 0x55717358f100 0.000111
+gallium_dri.so free 0x55717358f240 void 0.000110
+gallium_dri.so free 0x55717358f100 void 0.000112
+gallium_dri.so malloc 72 0x55717358f240 0.000110
+gallium_dri.so free 0x55717358f300 void 0.000112
+gallium_dri.so free 0x55717358f240 void 0.000111
+gallium_dri.so malloc 72 0x55717358f240 0.000110
+gallium_dri.so free 0x55717358f3c0 void 0.000110
+gallium_dri.so free 0x55717358f240 void 0.000116
+gallium_dri.so malloc 72 0x55717358f240 0.000117
+gallium_dri.so free 0x55717358f480 void 0.000115
+gallium_dri.so free 0x55717358f240 void 0.000112
+gallium_dri.so malloc 72 0x55717358f430 0.000111
+gallium_dri.so free 0x55717358f500 void 0.000110
+gallium_dri.so free 0x55717358f430 void 0.000110
+gallium_dri.so malloc 72 0x55717358f550 0.000115
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so free 0x55717358f550 void 0.000116
+gallium_dri.so malloc 72 0x55717358f600 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000113
+gallium_dri.so free 0x55717358f600 void 0.000111
+gallium_dri.so malloc 72 0x55717358f600 0.000110
+gallium_dri.so free 0x55717358f700 void 0.000111
+gallium_dri.so free 0x55717358f600 void 0.000110
+gallium_dri.so malloc 72 0x55717358f730 0.000111
+gallium_dri.so free 0x55717358f780 void 0.000111
+gallium_dri.so free 0x55717358f730 void 0.000112
+gallium_dri.so malloc 72 0x55717358f730 0.000111
+gallium_dri.so free 0x55717358f880 void 0.000111
+gallium_dri.so free 0x55717358f730 void 0.000110
+gallium_dri.so malloc 72 0x55717358f830 0.000110
+gallium_dri.so free 0x55717358f940 void 0.000110
+gallium_dri.so free 0x55717358f830 void 0.000110
+gallium_dri.so malloc 72 0x55717358f8f0 0.000111
+gallium_dri.so free 0x55717358f980 void 0.000111
+gallium_dri.so free 0x55717358f8f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f8f0 0.000112
+gallium_dri.so free 0x55717358fa40 void 0.000110
+gallium_dri.so free 0x55717358f8f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358fab0 0.000110
+gallium_dri.so free 0x55717358fb00 void 0.000111
+gallium_dri.so free 0x55717358fab0 void 0.000111
+gallium_dri.so malloc 72 0x55717358fab0 0.000111
+gallium_dri.so free 0x55717358fc00 void 0.000117
+gallium_dri.so free 0x55717358fab0 void 0.000117
+gallium_dri.so malloc 72 0x55717358fbb0 0.000116
+gallium_dri.so free 0x55717358fcc0 void 0.000114
+gallium_dri.so free 0x55717358fbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc70 0.000110
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so free 0x55717358fc70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc70 0.000112
+gallium_dri.so free 0x55717358fdc0 void 0.000111
+gallium_dri.so free 0x55717358fc70 void 0.000110
+gallium_dri.so malloc 72 0x55717358fe00 0.000111
+gallium_dri.so free 0x55717358fe80 void 0.000111
+gallium_dri.so free 0x55717358fe00 void 0.000111
+gallium_dri.so malloc 72 0x55717358fe80 0.000111
+gallium_dri.so free 0x55717358ff40 void 0.000111
+gallium_dri.so free 0x55717358fe80 void 0.000110
+gallium_dri.so malloc 72 0x55717358fe80 0.000111
+gallium_dri.so free 0x557173590000 void 0.000110
+gallium_dri.so free 0x55717358fe80 void 0.000118
+gallium_dri.so malloc 72 0x557173590020 0.000118
+gallium_dri.so free 0x5571735900c0 void 0.000117
+gallium_dri.so free 0x557173590020 void 0.000111
+gallium_dri.so malloc 72 0x557173590070 0.000110
+gallium_dri.so free 0x557173590140 void 0.000111
+gallium_dri.so free 0x557173590070 void 0.000111
+gallium_dri.so malloc 72 0x557173590070 0.000111
+gallium_dri.so free 0x5571735901c0 void 0.000128
+gallium_dri.so free 0x557173590070 void 0.000118
+gallium_dri.so malloc 72 0x5571735901c0 0.000118
+gallium_dri.so free 0x557173590280 void 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000110
+gallium_dri.so free 0x557173590340 void 0.000111
+gallium_dri.so free 0x5571735901c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735901c0 0.000110
+gallium_dri.so free 0x557173590400 void 0.000110
+gallium_dri.so free 0x5571735901c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735903b0 0.000111
+gallium_dri.so free 0x5571735904c0 void 0.000110
+gallium_dri.so free 0x5571735903b0 void 0.000111
+gallium_dri.so malloc 72 0x557173590470 0.000111
+gallium_dri.so free 0x557173590540 void 0.000110
+gallium_dri.so free 0x557173590470 void 0.000110
+gallium_dri.so malloc 72 0x557173590590 0.000111
+gallium_dri.so free 0x557173590600 void 0.000110
+gallium_dri.so free 0x557173590590 void 0.000110
+gallium_dri.so malloc 72 0x557173590620 0.000111
+gallium_dri.so free 0x5571735906c0 void 0.000118
+gallium_dri.so free 0x557173590620 void 0.000119
+gallium_dri.so malloc 72 0x557173590670 0.000117
+gallium_dri.so free 0x557173590740 void 0.000112
+gallium_dri.so free 0x557173590670 void 0.000110
+gallium_dri.so malloc 72 0x557173590670 0.000111
+gallium_dri.so free 0x5571735907c0 void 0.000110
+gallium_dri.so free 0x557173590670 void 0.000119
+gallium_dri.so malloc 72 0x5571735907c0 0.000122
+gallium_dri.so free 0x557173590880 void 0.000117
+gallium_dri.so free 0x5571735907c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735907c0 0.000113
+gallium_dri.so free 0x557173590980 void 0.000111
+gallium_dri.so free 0x5571735907c0 void 0.000110
+gallium_dri.so malloc 72 0x557173590930 0.000111
+gallium_dri.so free 0x5571735909c0 void 0.000111
+gallium_dri.so free 0x557173590930 void 0.000110
+gallium_dri.so malloc 72 0x557173590930 0.000110
+gallium_dri.so free 0x557173590a80 void 0.000112
+gallium_dri.so free 0x557173590930 void 0.000110
+gallium_dri.so malloc 72 0x557173590ac0 0.000112
+gallium_dri.so free 0x557173590b40 void 0.000111
+gallium_dri.so free 0x557173590ac0 void 0.000110
+gallium_dri.so malloc 72 0x557173590b40 0.000110
+gallium_dri.so free 0x557173590c00 void 0.000110
+gallium_dri.so free 0x557173590b40 void 0.000111
+gallium_dri.so malloc 72 0x557173590b40 0.000110
+gallium_dri.so free 0x557173590c80 void 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000110
+gallium_dri.so malloc 72 0x557173590cb0 0.000111
+gallium_dri.so free 0x557173590d00 void 0.000111
+gallium_dri.so free 0x557173590cb0 void 0.000110
+gallium_dri.so malloc 72 0x557173590cb0 0.000110
+gallium_dri.so free 0x557173590e00 void 0.000110
+gallium_dri.so free 0x557173590cb0 void 0.000171
+gallium_dri.so malloc 72 0x557173590e40 0.000120
+gallium_dri.so free 0x557173590ec0 void 0.000118
+gallium_dri.so free 0x557173590e40 void 0.000111
+gallium_dri.so malloc 72 0x557173590ec0 0.000112
+gallium_dri.so free 0x557173590f80 void 0.000110
+gallium_dri.so free 0x557173590ec0 void 0.000111
+gallium_dri.so malloc 72 0x557173590ec0 0.000114
+gallium_dri.so free 0x557173591000 void 0.000111
+gallium_dri.so free 0x557173590ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173591030 0.000112
+gallium_dri.so free 0x557173591080 void 0.000110
+gallium_dri.so free 0x557173591030 void 0.000110
+gallium_dri.so malloc 72 0x557173591030 0.000112
+gallium_dri.so free 0x557173591180 void 0.000111
+gallium_dri.so free 0x557173591030 void 0.000111
+gallium_dri.so malloc 72 0x557173591130 0.000112
+gallium_dri.so free 0x557173591240 void 0.000111
+gallium_dri.so free 0x557173591130 void 0.000111
+gallium_dri.so malloc 72 0x5571735911f0 0.000110
+gallium_dri.so free 0x5571735912c0 void 0.000111
+gallium_dri.so free 0x5571735911f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735911f0 0.000112
+gallium_dri.so free 0x557173591440 void 0.000110
+gallium_dri.so free 0x5571735911f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735913f0 0.000174
+gallium_dri.so free 0x5571735914c0 void 0.000116
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591510 0.000115
+gallium_dri.so free 0x557173591580 void 0.000115
+gallium_dri.so free 0x557173591510 void 0.000115
+gallium_dri.so malloc 72 0x5571735915a0 0.000114
+gallium_dri.so free 0x557173591640 void 0.000120
+gallium_dri.so free 0x5571735915a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735915f0 0.000117
+gallium_dri.so free 0x5571735916c0 void 0.000116
+gallium_dri.so free 0x5571735915f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735916c0 0.000115
+gallium_dri.so free 0x557173591780 void 0.000117
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735916c0 0.000115
+gallium_dri.so free 0x557173591800 void 0.000116
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so malloc 72 0x557173591800 0.000114
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so malloc 72 0x557173591800 0.000115
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so malloc 72 0x557173591800 0.000116
+gallium_dri.so free 0x557173591a40 void 0.000116
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so malloc 72 0x5571735919f0 0.000119
+gallium_dri.so free 0x557173591ac0 void 0.000116
+gallium_dri.so free 0x5571735919f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591b10 0.000116
+gallium_dri.so free 0x557173591b80 void 0.000115
+gallium_dri.so free 0x557173591b10 void 0.000114
+gallium_dri.so malloc 72 0x557173591bc0 0.000114
+gallium_dri.so free 0x557173591c40 void 0.000116
+gallium_dri.so free 0x557173591bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173591bc0 0.000114
+gallium_dri.so free 0x557173591cc0 void 0.000116
+gallium_dri.so free 0x557173591bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173591cf0 0.000115
+gallium_dri.so free 0x557173591d40 void 0.000115
+gallium_dri.so free 0x557173591cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173591cf0 0.000115
+gallium_dri.so free 0x557173591e40 void 0.000115
+gallium_dri.so free 0x557173591cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173591df0 0.000115
+gallium_dri.so free 0x557173591f00 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000117
+gallium_dri.so malloc 72 0x557173591eb0 0.000117
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so free 0x557173591eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173591eb0 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000120
+gallium_dri.so free 0x557173591eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735caf70 0.000128
+gallium_dri.so free 0x5571735cafc0 void 0.000115
+gallium_dri.so free 0x5571735caf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735caf70 0.000114
+gallium_dri.so free 0x5571735cb0c0 void 0.000116
+gallium_dri.so free 0x5571735caf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb070 0.000115
+gallium_dri.so free 0x5571735cb180 void 0.000116
+gallium_dri.so free 0x5571735cb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb130 0.000114
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb130 0.000114
+gallium_dri.so free 0x5571735cb280 void 0.000116
+gallium_dri.so free 0x5571735cb130 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb2c0 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000116
+gallium_dri.so free 0x5571735cb2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb340 0.000114
+gallium_dri.so free 0x5571735cb400 void 0.000116
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb340 0.000116
+gallium_dri.so free 0x5571735cb4c0 void 0.000115
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb4e0 0.000114
+gallium_dri.so free 0x5571735cb580 void 0.000115
+gallium_dri.so free 0x5571735cb4e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb530 0.000129
+gallium_dri.so free 0x5571735cb600 void 0.000117
+gallium_dri.so free 0x5571735cb530 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb530 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000115
+gallium_dri.so free 0x5571735cb530 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb680 0.000114
+gallium_dri.so free 0x5571735cb740 void 0.000116
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb680 0.000113
+gallium_dri.so free 0x5571735cb800 void 0.000116
+gallium_dri.so free 0x5571735cb680 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb680 0.000113
+gallium_dri.so free 0x5571735cb8c0 void 0.000115
+gallium_dri.so free 0x5571735cb680 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb870 0.000115
+gallium_dri.so free 0x5571735cb980 void 0.000115
+gallium_dri.so free 0x5571735cb870 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb930 0.000114
+gallium_dri.so free 0x5571735cba00 void 0.000115
+gallium_dri.so free 0x5571735cb930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cba50 0.000115
+gallium_dri.so free 0x5571735cbac0 void 0.000115
+gallium_dri.so free 0x5571735cba50 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbae0 0.000113
+gallium_dri.so free 0x5571735cbb80 void 0.000117
+gallium_dri.so free 0x5571735cbae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb30 0.000126
+gallium_dri.so free 0x5571735cbc00 void 0.000116
+gallium_dri.so free 0x5571735cbb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb30 0.000115
+gallium_dri.so free 0x5571735cbc80 void 0.000115
+gallium_dri.so free 0x5571735cbb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbc80 0.000116
+gallium_dri.so free 0x5571735cbd40 void 0.000116
+gallium_dri.so free 0x5571735cbc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbc80 0.000120
+gallium_dri.so free 0x5571735cbe40 void 0.000120
+gallium_dri.so free 0x5571735cbc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000116
+gallium_dri.so free 0x5571735cbe80 void 0.000116
+gallium_dri.so free 0x5571735cbdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000116
+gallium_dri.so free 0x5571735cbf40 void 0.000117
+gallium_dri.so free 0x5571735cbdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbf80 0.000120
+gallium_dri.so free 0x5571735cc000 void 0.000115
+gallium_dri.so free 0x5571735cbf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc000 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000116
+gallium_dri.so free 0x5571735cc000 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc000 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000117
+gallium_dri.so free 0x5571735cc000 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc170 0.000181
+gallium_dri.so free 0x5571735cc1c0 void 0.000117
+gallium_dri.so free 0x5571735cc170 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc170 0.000115
+gallium_dri.so free 0x5571735cc2c0 void 0.000115
+gallium_dri.so free 0x5571735cc170 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc300 0.000118
+gallium_dri.so free 0x5571735cc380 void 0.000115
+gallium_dri.so free 0x5571735cc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc380 0.000114
+gallium_dri.so free 0x5571735cc440 void 0.000116
+gallium_dri.so free 0x5571735cc380 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc380 0.000115
+gallium_dri.so free 0x5571735cc4c0 void 0.000115
+gallium_dri.so free 0x5571735cc380 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000114
+gallium_dri.so free 0x5571735cc540 void 0.000114
+gallium_dri.so free 0x5571735cc4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000114
+gallium_dri.so free 0x5571735cc640 void 0.000116
+gallium_dri.so free 0x5571735cc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000115
+gallium_dri.so free 0x5571735cc700 void 0.000116
+gallium_dri.so free 0x5571735cc5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000117
+gallium_dri.so free 0x5571735cc780 void 0.000115
+gallium_dri.so free 0x5571735cc6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000128
+gallium_dri.so free 0x5571735cc840 void 0.000116
+gallium_dri.so free 0x5571735cc6b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000118
+gallium_dri.so free 0x5571735cc900 void 0.000118
+gallium_dri.so free 0x5571735cc6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000114
+gallium_dri.so free 0x5571735cc980 void 0.000115
+gallium_dri.so free 0x5571735cc8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc9d0 0.000114
+gallium_dri.so free 0x5571735cca40 void 0.000116
+gallium_dri.so free 0x5571735cc9d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cca60 0.000114
+gallium_dri.so free 0x5571735ccb00 void 0.000115
+gallium_dri.so free 0x5571735cca60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccab0 0.000115
+gallium_dri.so free 0x5571735ccb80 void 0.000115
+gallium_dri.so free 0x5571735ccab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccb80 0.000115
+gallium_dri.so free 0x5571735ccc40 void 0.000116
+gallium_dri.so free 0x5571735ccb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccb80 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000118
+gallium_dri.so free 0x5571735ccb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cccc0 0.000114
+gallium_dri.so free 0x5571735ccd80 void 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cccc0 0.000130
+gallium_dri.so free 0x5571735cce40 void 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cccc0 0.000115
+gallium_dri.so free 0x5571735ccf00 void 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cceb0 0.000115
+gallium_dri.so free 0x5571735ccf80 void 0.000117
+gallium_dri.so free 0x5571735cceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccfd0 0.000115
+gallium_dri.so free 0x5571735cd040 void 0.000116
+gallium_dri.so free 0x5571735ccfd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd080 0.000116
+gallium_dri.so free 0x5571735cd100 void 0.000115
+gallium_dri.so free 0x5571735cd080 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd080 0.000115
+gallium_dri.so free 0x5571735cd180 void 0.000116
+gallium_dri.so free 0x5571735cd080 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000114
+gallium_dri.so free 0x5571735cd200 void 0.000116
+gallium_dri.so free 0x5571735cd1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000116
+gallium_dri.so free 0x5571735cd300 void 0.000115
+gallium_dri.so free 0x5571735cd1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000114
+gallium_dri.so free 0x5571735cd3c0 void 0.000116
+gallium_dri.so free 0x5571735cd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000190
+gallium_dri.so free 0x5571735cd400 void 0.000116
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd4c0 void 0.000116
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd530 0.000116
+gallium_dri.so free 0x5571735cd580 void 0.000116
+gallium_dri.so free 0x5571735cd530 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd530 0.000114
+gallium_dri.so free 0x5571735cd680 void 0.000122
+gallium_dri.so free 0x5571735cd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd630 0.000116
+gallium_dri.so free 0x5571735cd740 void 0.000116
+gallium_dri.so free 0x5571735cd630 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000115
+gallium_dri.so free 0x5571735cd780 void 0.000115
+gallium_dri.so free 0x5571735cd6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000114
+gallium_dri.so free 0x5571735cd840 void 0.000116
+gallium_dri.so free 0x5571735cd6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd880 0.000115
+gallium_dri.so free 0x5571735cd900 void 0.000117
+gallium_dri.so free 0x5571735cd880 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd900 0.000116
+gallium_dri.so free 0x5571735cd9c0 void 0.000117
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd900 0.000128
+gallium_dri.so free 0x5571735cda80 void 0.000116
+gallium_dri.so free 0x5571735cd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdaa0 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000116
+gallium_dri.so free 0x5571735cdaa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000115
+gallium_dri.so free 0x5571735cdbc0 void 0.000115
+gallium_dri.so free 0x5571735cdaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000117
+gallium_dri.so free 0x5571735cdaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc40 0.000114
+gallium_dri.so free 0x5571735cdd00 void 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdc40 0.000116
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdc40 0.000114
+gallium_dri.so free 0x5571735cde80 void 0.000115
+gallium_dri.so free 0x5571735cdc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cde30 0.000114
+gallium_dri.so free 0x5571735cdf40 void 0.000117
+gallium_dri.so free 0x5571735cde30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdef0 0.000115
+gallium_dri.so free 0x5571735cdfc0 void 0.000115
+gallium_dri.so free 0x5571735cdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce010 0.000127
+gallium_dri.so free 0x5571735ce080 void 0.000116
+gallium_dri.so free 0x5571735ce010 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce0a0 0.000114
+gallium_dri.so free 0x5571735ce140 void 0.000115
+gallium_dri.so free 0x5571735ce0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000114
+gallium_dri.so free 0x5571735ce1c0 void 0.000116
+gallium_dri.so free 0x5571735ce0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000116
+gallium_dri.so free 0x5571735ce240 void 0.000117
+gallium_dri.so free 0x5571735ce0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce240 0.000114
+gallium_dri.so free 0x5571735ce300 void 0.000116
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce240 0.000115
+gallium_dri.so free 0x5571735ce400 void 0.000116
+gallium_dri.so free 0x5571735ce240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000114
+gallium_dri.so free 0x5571735ce440 void 0.000116
+gallium_dri.so free 0x5571735ce3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000115
+gallium_dri.so free 0x5571735ce500 void 0.000116
+gallium_dri.so free 0x5571735ce3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce540 0.000114
+gallium_dri.so free 0x5571735ce5c0 void 0.000116
+gallium_dri.so free 0x5571735ce540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000165
+gallium_dri.so free 0x5571735ce680 void 0.000121
+gallium_dri.so free 0x5571735ce5c0 void 0.000212
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000214
+gallium_dri.so free 0x5571735ce700 void 0.000221
+gallium_dri.so free 0x5571735ce5c0 void 0.000212
+gallium_dri.so malloc 72 0x5571735ce730 0.000213
+gallium_dri.so free 0x5571735ce780 void 0.000219
+gallium_dri.so free 0x5571735ce730 void 0.000190
+gallium_dri.so malloc 72 0x5571735ce730 0.000189
+gallium_dri.so free 0x5571735ce880 void 0.000153
+gallium_dri.so free 0x5571735ce730 void 0.000201
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000153
+gallium_dri.so free 0x5571735ce940 void 0.000191
+gallium_dri.so free 0x5571735ce8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce940 0.000120
+gallium_dri.so free 0x5571735cea00 void 0.000116
+gallium_dri.so free 0x5571735ce940 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce940 0.000115
+gallium_dri.so free 0x5571735cea80 void 0.000129
+gallium_dri.so free 0x5571735ce940 void 0.000116
+gallium_dri.so malloc 72 0x5571735ceab0 0.000115
+gallium_dri.so free 0x5571735ceb00 void 0.000115
+gallium_dri.so free 0x5571735ceab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceab0 0.000116
+gallium_dri.so free 0x5571735cec00 void 0.000115
+gallium_dri.so free 0x5571735ceab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cebb0 0.000116
+gallium_dri.so free 0x5571735cecc0 void 0.000117
+gallium_dri.so free 0x5571735cebb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec70 0.000122
+gallium_dri.so free 0x5571735ced40 void 0.000132
+gallium_dri.so free 0x5571735cec70 void 0.000122
+gallium_dri.so malloc 72 0x5571735cec70 0.000120
+gallium_dri.so free 0x5571735cee00 void 0.000121
+gallium_dri.so free 0x5571735cec70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec70 0.000120
+gallium_dri.so free 0x5571735ceec0 void 0.000122
+gallium_dri.so free 0x5571735cec70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cee70 0.000120
+gallium_dri.so free 0x5571735cef40 void 0.000121
+gallium_dri.so free 0x5571735cee70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cef90 0.000124
+gallium_dri.so free 0x5571735cf000 void 0.000121
+gallium_dri.so free 0x5571735cef90 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf020 0.000131
+gallium_dri.so free 0x5571735cf0c0 void 0.000122
+gallium_dri.so free 0x5571735cf020 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf070 0.000119
+gallium_dri.so free 0x5571735cf140 void 0.000119
+gallium_dri.so free 0x5571735cf070 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf140 0.000120
+gallium_dri.so free 0x5571735cf200 void 0.000119
+gallium_dri.so free 0x5571735cf140 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf140 0.000130
+gallium_dri.so free 0x5571735cf280 void 0.000125
+gallium_dri.so free 0x5571735cf140 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf280 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf280 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf280 0.000119
+gallium_dri.so free 0x5571735cf4c0 void 0.000121
+gallium_dri.so free 0x5571735cf280 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf470 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000122
+gallium_dri.so free 0x5571735cf470 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf590 0.000121
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so free 0x5571735cf590 void 0.000172
+gallium_dri.so malloc 72 0x5571735cf640 0.000121
+gallium_dri.so free 0x5571735cf6c0 void 0.000124
+gallium_dri.so free 0x5571735cf640 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf640 0.000119
+gallium_dri.so free 0x5571735cf740 void 0.000120
+gallium_dri.so free 0x5571735cf640 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf770 0.000118
+gallium_dri.so free 0x5571735cf7c0 void 0.000123
+gallium_dri.so free 0x5571735cf770 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf770 0.000121
+gallium_dri.so free 0x5571735cf8c0 void 0.000121
+gallium_dri.so free 0x5571735cf770 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf870 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so free 0x5571735cf870 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf930 0.000120
+gallium_dri.so free 0x5571735cf9c0 void 0.000121
+gallium_dri.so free 0x5571735cf930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf930 0.000120
+gallium_dri.so free 0x5571735cfa80 void 0.000122
+gallium_dri.so free 0x5571735cf930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000121
+gallium_dri.so free 0x5571735cfaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000127
+gallium_dri.so free 0x5571735cfc40 void 0.000123
+gallium_dri.so free 0x5571735cfaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735cfd00 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000115
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe40 0.000113
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000115
+gallium_dri.so free 0x5571735cff80 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfec0 0.000115
+gallium_dri.so free 0x5571735d0040 void 0.000116
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0060 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000120
+gallium_dri.so free 0x5571735d0060 void 0.000126
+gallium_dri.so malloc 72 0x5571735d00b0 0.000123
+gallium_dri.so free 0x5571735d0180 void 0.000125
+gallium_dri.so free 0x5571735d00b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d00b0 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000115
+gallium_dri.so free 0x5571735d00b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0200 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000115
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0200 0.000116
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d0200 void 0.000116
+gallium_dri.so malloc 72 0x5571735d03f0 0.000122
+gallium_dri.so free 0x5571735d0500 void 0.000114
+gallium_dri.so free 0x5571735d03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04b0 0.000114
+gallium_dri.so free 0x5571735d0580 void 0.000116
+gallium_dri.so free 0x5571735d04b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d05d0 0.000115
+gallium_dri.so free 0x5571735d0640 void 0.000115
+gallium_dri.so free 0x5571735d05d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0660 0.000114
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d0660 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d0780 void 0.000116
+gallium_dri.so free 0x5571735d06b0 void 0.000157
+gallium_dri.so malloc 72 0x5571735d06b0 0.000122
+gallium_dri.so free 0x5571735d0800 void 0.000116
+gallium_dri.so free 0x5571735d06b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0800 0.000115
+gallium_dri.so free 0x5571735d08c0 void 0.000115
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000115
+gallium_dri.so free 0x5571735d09c0 void 0.000117
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0970 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000116
+gallium_dri.so free 0x5571735d0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0970 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000116
+gallium_dri.so free 0x5571735d0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b00 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x5571735d0c40 void 0.000116
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000115
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000114
+gallium_dri.so free 0x5571735d0d40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000119
+gallium_dri.so free 0x5571735d0e40 void 0.000125
+gallium_dri.so free 0x5571735d0cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0e80 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f00 0.000113
+gallium_dri.so free 0x5571735d0fc0 void 0.000124
+gallium_dri.so free 0x5571735d0f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0f00 0.000120
+gallium_dri.so free 0x5571735d1040 void 0.000118
+gallium_dri.so free 0x5571735d0f00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1070 0.000125
+gallium_dri.so free 0x5571735d10c0 void 0.000126
+gallium_dri.so free 0x5571735d1070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1070 0.000120
+gallium_dri.so free 0x5571735d11c0 void 0.000120
+gallium_dri.so free 0x5571735d1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1170 0.000123
+gallium_dri.so free 0x5571735d1280 void 0.000119
+gallium_dri.so free 0x5571735d1170 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1230 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000120
+gallium_dri.so free 0x5571735d1230 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1230 0.000126
+gallium_dri.so free 0x5571735d13c0 void 0.000119
+gallium_dri.so free 0x5571735d1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1230 0.000118
+gallium_dri.so free 0x5571735d1480 void 0.000123
+gallium_dri.so free 0x5571735d1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1430 0.000119
+gallium_dri.so free 0x5571735d1500 void 0.000120
+gallium_dri.so free 0x5571735d1430 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1550 0.000128
+gallium_dri.so free 0x5571735d15c0 void 0.000126
+gallium_dri.so free 0x5571735d1550 void 0.000120
+gallium_dri.so malloc 72 0x5571735d15e0 0.000121
+gallium_dri.so free 0x5571735d1680 void 0.000124
+gallium_dri.so free 0x5571735d15e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1630 0.000123
+gallium_dri.so free 0x5571735d1700 void 0.000125
+gallium_dri.so free 0x5571735d1630 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1700 0.000126
+gallium_dri.so free 0x5571735d17c0 void 0.000124
+gallium_dri.so free 0x5571735d1700 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1700 0.000120
+gallium_dri.so free 0x5571735d1840 void 0.000129
+gallium_dri.so free 0x5571735d1700 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1840 0.000124
+gallium_dri.so free 0x5571735d1900 void 0.000125
+gallium_dri.so free 0x5571735d1840 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1840 0.000124
+gallium_dri.so free 0x5571735d19c0 void 0.000123
+gallium_dri.so free 0x5571735d1840 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1840 0.000134
+gallium_dri.so free 0x5571735d1a80 void 0.000131
+gallium_dri.so free 0x5571735d1840 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1a30 0.000124
+gallium_dri.so free 0x5571735d1b00 void 0.000130
+gallium_dri.so free 0x5571735d1a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1b50 0.000131
+gallium_dri.so free 0x5571735d1bc0 void 0.000131
+gallium_dri.so free 0x5571735d1b50 void 0.000221
+gallium_dri.so malloc 72 0x5571735d1c00 0.000228
+gallium_dri.so free 0x5571735d1c80 void 0.000299
+gallium_dri.so free 0x5571735d1c00 void 0.000327
+gallium_dri.so malloc 72 0x5571735d1c00 0.000326
+gallium_dri.so free 0x5571735d1d00 void 0.000273
+gallium_dri.so free 0x5571735d1c00 void 0.000272
+gallium_dri.so malloc 72 0x5571735d1d30 0.000286
+gallium_dri.so free 0x5571735d1d80 void 0.000285
+gallium_dri.so free 0x5571735d1d30 void 0.000281
+gallium_dri.so malloc 72 0x5571735d1d30 0.000279
+gallium_dri.so free 0x5571735d1e80 void 0.000281
+gallium_dri.so free 0x5571735d1d30 void 0.000168
+gallium_dri.so malloc 72 0x5571735d1e30 0.000164
+gallium_dri.so free 0x5571735d1f40 void 0.000167
+gallium_dri.so free 0x5571735d1e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000191
+gallium_dri.so free 0x5571735d1f80 void 0.000245
+gallium_dri.so free 0x5571735d1ef0 void 0.000264
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000150
+gallium_dri.so free 0x5571735d2040 void 0.000143
+gallium_dri.so free 0x5571735d1ef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d20b0 0.000139
+gallium_dri.so free 0x5571735d2100 void 0.000139
+gallium_dri.so free 0x5571735d20b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d20b0 0.000139
+gallium_dri.so free 0x5571735d2200 void 0.000139
+gallium_dri.so free 0x5571735d20b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d21b0 0.000138
+gallium_dri.so free 0x5571735d22c0 void 0.000139
+gallium_dri.so free 0x5571735d21b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d2270 0.000138
+gallium_dri.so free 0x5571735d2300 void 0.000140
+gallium_dri.so free 0x5571735d2270 void 0.000138
+gallium_dri.so malloc 72 0x5571735d2270 0.000139
+gallium_dri.so free 0x5571735d23c0 void 0.000138
+gallium_dri.so free 0x5571735d2270 void 0.000139
+gallium_dri.so malloc 72 0x5571735d2400 0.000142
+gallium_dri.so free 0x5571735d2480 void 0.000165
+gallium_dri.so free 0x5571735d2400 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2480 0.000155
+gallium_dri.so free 0x5571735d2540 void 0.000155
+gallium_dri.so free 0x5571735d2480 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2480 0.000156
+gallium_dri.so free 0x5571735d2600 void 0.000155
+gallium_dri.so free 0x5571735d2480 void 0.000154
+gallium_dri.so malloc 72 0x5571735d2620 0.000155
+gallium_dri.so free 0x5571735d26c0 void 0.000156
+gallium_dri.so free 0x5571735d2620 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2670 0.000156
+gallium_dri.so free 0x5571735d2740 void 0.000155
+gallium_dri.so free 0x5571735d2670 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2670 0.000155
+gallium_dri.so free 0x5571735d27c0 void 0.000156
+gallium_dri.so free 0x5571735d2670 void 0.000155
+gallium_dri.so malloc 72 0x5571735d27c0 0.000154
+gallium_dri.so free 0x5571735d2880 void 0.000155
+gallium_dri.so free 0x5571735d27c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d27c0 0.000155
+gallium_dri.so free 0x5571735d2940 void 0.000154
+gallium_dri.so free 0x5571735d27c0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d27c0 0.000152
+gallium_dri.so free 0x5571735d2a00 void 0.000154
+gallium_dri.so free 0x5571735d27c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d29b0 0.000153
+gallium_dri.so free 0x5571735d2ac0 void 0.000248
+gallium_dri.so free 0x5571735d29b0 void 0.000237
+gallium_dri.so malloc 72 0x5571735d2a70 0.000154
+gallium_dri.so free 0x5571735d2b40 void 0.000155
+gallium_dri.so free 0x5571735d2a70 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2b90 0.000201
+gallium_dri.so free 0x5571735d2c00 void 0.000256
+gallium_dri.so free 0x5571735d2b90 void 0.000139
+gallium_dri.so malloc 72 0x5571735d2c20 0.000127
+gallium_dri.so free 0x5571735d2cc0 void 0.000128
+gallium_dri.so free 0x5571735d2c20 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2c70 0.000137
+gallium_dri.so free 0x5571735d2d40 void 0.000128
+gallium_dri.so free 0x5571735d2c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2c70 0.000125
+gallium_dri.so free 0x5571735d2dc0 void 0.000125
+gallium_dri.so free 0x5571735d2c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000125
+gallium_dri.so free 0x5571735d2e80 void 0.000127
+gallium_dri.so free 0x5571735d2dc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000125
+gallium_dri.so free 0x5571735d2f80 void 0.000125
+gallium_dri.so free 0x5571735d2dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2f30 0.000124
+gallium_dri.so free 0x5571735d2fc0 void 0.000126
+gallium_dri.so free 0x5571735d2f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2f30 0.000127
+gallium_dri.so free 0x5571735d3080 void 0.000126
+gallium_dri.so free 0x5571735d2f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d30c0 0.000125
+gallium_dri.so free 0x5571735d3140 void 0.000125
+gallium_dri.so free 0x5571735d30c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3140 0.000126
+gallium_dri.so free 0x5571735d3200 void 0.000125
+gallium_dri.so free 0x5571735d3140 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3140 0.000124
+gallium_dri.so free 0x5571735d3280 void 0.000133
+gallium_dri.so free 0x5571735d3140 void 0.000126
+gallium_dri.so malloc 72 0x5571735d32b0 0.000128
+gallium_dri.so free 0x5571735d3300 void 0.000126
+gallium_dri.so free 0x5571735d32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d32b0 0.000125
+gallium_dri.so free 0x5571735d3400 void 0.000126
+gallium_dri.so free 0x5571735d32b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3440 0.000128
+gallium_dri.so free 0x5571735d34c0 void 0.000124
+gallium_dri.so free 0x5571735d3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735d34c0 0.000125
+gallium_dri.so free 0x5571735d3580 void 0.000124
+gallium_dri.so free 0x5571735d34c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d34c0 0.000124
+gallium_dri.so free 0x5571735d3600 void 0.000126
+gallium_dri.so free 0x5571735d34c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3630 0.000125
+gallium_dri.so free 0x5571735d3680 void 0.000124
+gallium_dri.so free 0x5571735d3630 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3630 0.000124
+gallium_dri.so free 0x5571735d3780 void 0.000126
+gallium_dri.so free 0x5571735d3630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3730 0.000128
+gallium_dri.so free 0x5571735d3840 void 0.000132
+gallium_dri.so free 0x5571735d3730 void 0.000174
+gallium_dri.so malloc 72 0x5571735d37f0 0.000173
+gallium_dri.so free 0x5571735d38c0 void 0.000183
+gallium_dri.so free 0x5571735d37f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d37f0 0.000171
+gallium_dri.so free 0x5571735d3980 void 0.000180
+gallium_dri.so free 0x5571735d37f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735d37f0 0.000177
+gallium_dri.so free 0x5571735d3a40 void 0.000167
+gallium_dri.so free 0x5571735d37f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d39f0 0.000179
+gallium_dri.so free 0x5571735d3ac0 void 0.000183
+gallium_dri.so free 0x5571735d39f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3b10 0.000125
+gallium_dri.so free 0x5571735d3b80 void 0.000121
+gallium_dri.so free 0x5571735d3b10 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000125
+gallium_dri.so free 0x5571735d3c40 void 0.000125
+gallium_dri.so free 0x5571735d3ba0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000125
+gallium_dri.so free 0x5571735d3cc0 void 0.000137
+gallium_dri.so free 0x5571735d3bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000125
+gallium_dri.so free 0x5571735d3d80 void 0.000125
+gallium_dri.so free 0x5571735d3cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000126
+gallium_dri.so free 0x5571735d3e00 void 0.000125
+gallium_dri.so free 0x5571735d3cc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3e00 0.000120
+gallium_dri.so free 0x5571735d3ec0 void 0.000125
+gallium_dri.so free 0x5571735d3e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3e00 0.000121
+gallium_dri.so free 0x5571735d3f80 void 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3e00 0.000125
+gallium_dri.so free 0x5571735d4040 void 0.000126
+gallium_dri.so free 0x5571735d3e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d3ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4110 0.000125
+gallium_dri.so free 0x5571735d4180 void 0.000125
+gallium_dri.so free 0x5571735d4110 void 0.000125
+gallium_dri.so malloc 72 0x5571735d41c0 0.000125
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d41c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d41c0 0.000125
+gallium_dri.so free 0x5571735d42c0 void 0.000121
+gallium_dri.so free 0x5571735d41c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d42f0 0.000124
+gallium_dri.so free 0x5571735d4340 void 0.000126
+gallium_dri.so free 0x5571735d42f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d42f0 0.000125
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x5571735d42f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d43f0 0.000126
+gallium_dri.so free 0x5571735d4500 void 0.000126
+gallium_dri.so free 0x5571735d43f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d44b0 0.000128
+gallium_dri.so free 0x5571735d4540 void 0.000126
+gallium_dri.so free 0x5571735d44b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d44b0 0.000120
+gallium_dri.so free 0x5571735d4600 void 0.000119
+gallium_dri.so free 0x5571735d44b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4670 0.000119
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4670 0.000119
+gallium_dri.so free 0x5571735d47c0 void 0.000118
+gallium_dri.so free 0x5571735d4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000138
+gallium_dri.so free 0x5571735d4880 void 0.000122
+gallium_dri.so free 0x5571735d4770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000118
+gallium_dri.so free 0x5571735d4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4830 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000127
+gallium_dri.so free 0x5571735d4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d49c0 0.000119
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so free 0x5571735d49c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a40 0.000119
+gallium_dri.so free 0x5571735d4b00 void 0.000119
+gallium_dri.so free 0x5571735d4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a40 0.000119
+gallium_dri.so free 0x5571735d4bc0 void 0.000119
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4be0 0.000119
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so free 0x5571735d4be0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d00 void 0.000120
+gallium_dri.so free 0x5571735d4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so free 0x5571735d4c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4d80 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d80 0.000121
+gallium_dri.so free 0x5571735d4f00 void 0.000122
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d80 0.000119
+gallium_dri.so free 0x5571735d4fc0 void 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4f70 0.000119
+gallium_dri.so free 0x5571735d5080 void 0.000120
+gallium_dri.so free 0x5571735d4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5030 0.000119
+gallium_dri.so free 0x5571735d5100 void 0.000118
+gallium_dri.so free 0x5571735d5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5150 0.000119
+gallium_dri.so free 0x5571735d51c0 void 0.000119
+gallium_dri.so free 0x5571735d5150 void 0.000119
+gallium_dri.so malloc 72 0x5571735d51e0 0.000121
+gallium_dri.so free 0x5571735d5280 void 0.000120
+gallium_dri.so free 0x5571735d51e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5230 0.000120
+gallium_dri.so free 0x5571735d5300 void 0.000119
+gallium_dri.so free 0x5571735d5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5230 0.000120
+gallium_dri.so free 0x5571735d5380 void 0.000132
+gallium_dri.so free 0x5571735d5230 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5380 0.000119
+gallium_dri.so free 0x5571735d5440 void 0.000120
+gallium_dri.so free 0x5571735d5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5380 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000119
+gallium_dri.so free 0x5571735d5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735d54f0 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x5571735d54f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d54f0 0.000119
+gallium_dri.so free 0x5571735d5640 void 0.000119
+gallium_dri.so free 0x5571735d54f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5680 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d5680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5700 0.000118
+gallium_dri.so free 0x5571735d5840 void 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5870 0.000117
+gallium_dri.so free 0x5571735d58c0 void 0.000125
+gallium_dri.so free 0x5571735d5870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5870 0.000119
+gallium_dri.so free 0x5571735d59c0 void 0.000180
+gallium_dri.so free 0x5571735d5870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5a00 0.000119
+gallium_dri.so free 0x5571735d5a80 void 0.000119
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5a80 0.000119
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5a80 0.000119
+gallium_dri.so free 0x5571735d5bc0 void 0.000119
+gallium_dri.so free 0x5571735d5a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000121
+gallium_dri.so free 0x5571735d5c40 void 0.000119
+gallium_dri.so free 0x5571735d5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000119
+gallium_dri.so free 0x5571735d5d40 void 0.000119
+gallium_dri.so free 0x5571735d5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000121
+gallium_dri.so free 0x5571735d5e00 void 0.000119
+gallium_dri.so free 0x5571735d5cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5db0 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000119
+gallium_dri.so free 0x5571735d5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5db0 0.000119
+gallium_dri.so free 0x5571735d5f40 void 0.000120
+gallium_dri.so free 0x5571735d5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5db0 0.000121
+gallium_dri.so free 0x5571735d6000 void 0.000119
+gallium_dri.so free 0x5571735d5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000118
+gallium_dri.so free 0x5571735d6080 void 0.000119
+gallium_dri.so free 0x5571735d5fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d60d0 0.000119
+gallium_dri.so free 0x5571735d6140 void 0.000119
+gallium_dri.so free 0x5571735d60d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6160 0.000119
+gallium_dri.so free 0x5571735d6200 void 0.000121
+gallium_dri.so free 0x5571735d6160 void 0.000127
+gallium_dri.so malloc 72 0x5571735d61b0 0.000123
+gallium_dri.so free 0x5571735d6280 void 0.000128
+gallium_dri.so free 0x5571735d61b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6280 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000120
+gallium_dri.so free 0x5571735d6280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6280 0.000121
+gallium_dri.so free 0x5571735d63c0 void 0.000119
+gallium_dri.so free 0x5571735d6280 void 0.000119
+gallium_dri.so malloc 72 0x5571735d63c0 0.000121
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so free 0x5571735d63c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d63c0 0.000119
+gallium_dri.so free 0x5571735d6540 void 0.000120
+gallium_dri.so free 0x5571735d63c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d63c0 0.000122
+gallium_dri.so free 0x5571735d6600 void 0.000121
+gallium_dri.so free 0x5571735d63c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d65b0 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so free 0x5571735d65b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d66d0 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000127
+gallium_dri.so free 0x5571735d66d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6780 0.000121
+gallium_dri.so free 0x5571735d6800 void 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6780 0.000122
+gallium_dri.so free 0x5571735d6880 void 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000121
+gallium_dri.so malloc 72 0x5571735d68b0 0.000120
+gallium_dri.so free 0x5571735d6900 void 0.000121
+gallium_dri.so free 0x5571735d68b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d68b0 0.000120
+gallium_dri.so free 0x5571735d6a00 void 0.000122
+gallium_dri.so free 0x5571735d68b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d69b0 0.000121
+gallium_dri.so free 0x5571735d6ac0 void 0.000122
+gallium_dri.so free 0x5571735d69b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6a70 0.000170
+gallium_dri.so free 0x5571735d6b00 void 0.000123
+gallium_dri.so free 0x5571735d6a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6a70 0.000121
+gallium_dri.so free 0x5571735d6bc0 void 0.000122
+gallium_dri.so free 0x5571735d6a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6c30 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so free 0x5571735d6c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6c30 0.000121
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735d6c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb430 0.000121
+gallium_dri.so free 0x5571735eb540 void 0.000122
+gallium_dri.so free 0x5571735eb430 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000122
+gallium_dri.so free 0x5571735eb580 void 0.000122
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000122
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb680 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000123
+gallium_dri.so free 0x5571735eb680 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb700 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000130
+gallium_dri.so free 0x5571735eb700 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb700 0.000121
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000119
+gallium_dri.so free 0x5571735eb940 void 0.000120
+gallium_dri.so free 0x5571735eb8a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571735eb8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so free 0x5571735eb8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba40 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba40 0.000118
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba40 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc30 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe10 0.000127
+gallium_dri.so free 0x5571735ebe80 void 0.000122
+gallium_dri.so free 0x5571735ebe10 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebea0 0.000121
+gallium_dri.so free 0x5571735ebf40 void 0.000122
+gallium_dri.so free 0x5571735ebea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebef0 0.000121
+gallium_dri.so free 0x5571735ebfc0 void 0.000122
+gallium_dri.so free 0x5571735ebef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebef0 0.000120
+gallium_dri.so free 0x5571735ec040 void 0.000121
+gallium_dri.so free 0x5571735ebef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec040 0.000123
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ec040 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec040 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000120
+gallium_dri.so free 0x5571735ec240 void 0.000120
+gallium_dri.so free 0x5571735ec1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000121
+gallium_dri.so free 0x5571735ec300 void 0.000120
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec340 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000122
+gallium_dri.so free 0x5571735ec480 void 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000120
+gallium_dri.so free 0x5571735ec500 void 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000121
+gallium_dri.so free 0x5571735ec580 void 0.000122
+gallium_dri.so free 0x5571735ec530 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec530 0.000140
+gallium_dri.so free 0x5571735ec680 void 0.000123
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec740 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec740 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000130
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so free 0x5571735ec8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000119
+gallium_dri.so free 0x5571735eca00 void 0.000119
+gallium_dri.so free 0x5571735ec8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000119
+gallium_dri.so free 0x5571735ec9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eca70 0.000119
+gallium_dri.so free 0x5571735ecb40 void 0.000119
+gallium_dri.so free 0x5571735eca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca70 0.000119
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so free 0x5571735eca70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca70 0.000119
+gallium_dri.so free 0x5571735eccc0 void 0.000120
+gallium_dri.so free 0x5571735eca70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc70 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000126
+gallium_dri.so free 0x5571735ecc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecd90 0.000119
+gallium_dri.so free 0x5571735ece00 void 0.000119
+gallium_dri.so free 0x5571735ecd90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ece20 0.000119
+gallium_dri.so free 0x5571735ecec0 void 0.000119
+gallium_dri.so free 0x5571735ece20 void 0.000131
+gallium_dri.so malloc 72 0x5571735ece70 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so free 0x5571735ece70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecf40 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000121
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecf40 0.000121
+gallium_dri.so free 0x5571735ed080 void 0.000121
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed080 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000120
+gallium_dri.so free 0x5571735ed080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed080 0.000120
+gallium_dri.so free 0x5571735ed200 void 0.000121
+gallium_dri.so free 0x5571735ed080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed080 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000120
+gallium_dri.so free 0x5571735ed080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed270 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000122
+gallium_dri.so free 0x5571735ed270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed390 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000121
+gallium_dri.so free 0x5571735ed390 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed440 0.000173
+gallium_dri.so free 0x5571735ed4c0 void 0.000133
+gallium_dri.so free 0x5571735ed440 void 0.000163
+gallium_dri.so malloc 72 0x5571735ed440 0.000158
+gallium_dri.so free 0x5571735ed540 void 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed570 0.000118
+gallium_dri.so free 0x5571735ed5c0 void 0.000119
+gallium_dri.so free 0x5571735ed570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed570 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed670 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000119
+gallium_dri.so free 0x5571735ed670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed730 0.000118
+gallium_dri.so free 0x5571735ed7c0 void 0.000118
+gallium_dri.so free 0x5571735ed730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed730 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000119
+gallium_dri.so free 0x5571735ed730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000120
+gallium_dri.so free 0x5571735ed8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000118
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edb40 void 0.000118
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edc00 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc40 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000134
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede60 0.000118
+gallium_dri.so free 0x5571735edf00 void 0.000119
+gallium_dri.so free 0x5571735ede60 void 0.000119
+gallium_dri.so malloc 72 0x5571735edeb0 0.000118
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735edeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edeb0 0.000118
+gallium_dri.so free 0x5571735ee000 void 0.000128
+gallium_dri.so free 0x5571735edeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee000 0.000119
+gallium_dri.so free 0x5571735ee0c0 void 0.000118
+gallium_dri.so free 0x5571735ee000 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee000 0.000119
+gallium_dri.so free 0x5571735ee180 void 0.000119
+gallium_dri.so free 0x5571735ee000 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee000 0.000119
+gallium_dri.so free 0x5571735ee240 void 0.000118
+gallium_dri.so free 0x5571735ee000 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000119
+gallium_dri.so free 0x5571735ee380 void 0.000135
+gallium_dri.so free 0x5571735ee2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000118
+gallium_dri.so free 0x5571735ee440 void 0.000121
+gallium_dri.so free 0x5571735ee3d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee460 0.000118
+gallium_dri.so free 0x5571735ee500 void 0.000118
+gallium_dri.so free 0x5571735ee460 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000118
+gallium_dri.so free 0x5571735ee580 void 0.000119
+gallium_dri.so free 0x5571735ee4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000164
+gallium_dri.so free 0x5571735ee600 void 0.000120
+gallium_dri.so free 0x5571735ee4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee600 0.000118
+gallium_dri.so free 0x5571735ee6c0 void 0.000118
+gallium_dri.so free 0x5571735ee600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee600 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000118
+gallium_dri.so free 0x5571735ee600 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee770 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735ee770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee770 0.000121
+gallium_dri.so free 0x5571735ee8c0 void 0.000119
+gallium_dri.so free 0x5571735ee770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee900 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee980 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee980 0.000118
+gallium_dri.so free 0x5571735eeac0 void 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000117
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so free 0x5571735eeaf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec80 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed00 0.000119
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed00 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee70 0.000118
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so free 0x5571735eee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef70 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so free 0x5571735eef70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef030 0.000119
+gallium_dri.so free 0x5571735ef100 void 0.000118
+gallium_dri.so free 0x5571735ef030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef030 0.000118
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735ef030 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef030 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000133
+gallium_dri.so free 0x5571735ef030 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef230 0.000119
+gallium_dri.so free 0x5571735ef300 void 0.000118
+gallium_dri.so free 0x5571735ef230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef350 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so free 0x5571735ef350 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3e0 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef3e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef430 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000124
+gallium_dri.so free 0x5571735ef430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef500 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000125
+gallium_dri.so free 0x5571735ef500 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef500 0.000120
+gallium_dri.so free 0x5571735ef640 void 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef640 0.000120
+gallium_dri.so free 0x5571735ef700 void 0.000119
+gallium_dri.so free 0x5571735ef640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef640 0.000117
+gallium_dri.so free 0x5571735ef7c0 void 0.000123
+gallium_dri.so free 0x5571735ef640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef640 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000120
+gallium_dri.so free 0x5571735ef640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef950 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000120
+gallium_dri.so free 0x5571735ef950 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa00 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa00 0.000118
+gallium_dri.so free 0x5571735efb00 void 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000123
+gallium_dri.so malloc 72 0x5571735efb30 0.000119
+gallium_dri.so free 0x5571735efb80 void 0.000120
+gallium_dri.so free 0x5571735efb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb30 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000121
+gallium_dri.so free 0x5571735efb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc30 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcf0 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000112
+gallium_dri.so free 0x5571735efcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcf0 0.000109
+gallium_dri.so free 0x5571735efe40 void 0.000111
+gallium_dri.so free 0x5571735efcf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735efeb0 0.000111
+gallium_dri.so free 0x5571735eff00 void 0.000109
+gallium_dri.so free 0x5571735efeb0 void 0.000108
+gallium_dri.so malloc 72 0x5571735efeb0 0.000109
+gallium_dri.so free 0x5571735f0000 void 0.000110
+gallium_dri.so free 0x5571735efeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735effb0 0.000109
+gallium_dri.so free 0x5571735f00c0 void 0.000110
+gallium_dri.so free 0x5571735effb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0070 0.000109
+gallium_dri.so free 0x5571735f0100 void 0.000109
+gallium_dri.so free 0x5571735f0070 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0070 0.000111
+gallium_dri.so free 0x5571735f01c0 void 0.000110
+gallium_dri.so free 0x5571735f0070 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0200 0.000111
+gallium_dri.so free 0x5571735f0280 void 0.000110
+gallium_dri.so free 0x5571735f0200 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0280 0.000110
+gallium_dri.so free 0x5571735f0340 void 0.000110
+gallium_dri.so free 0x5571735f0280 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0280 0.000110
+gallium_dri.so free 0x5571735f0400 void 0.000149
+gallium_dri.so free 0x5571735f0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0420 0.000119
+gallium_dri.so free 0x5571735f04c0 void 0.000122
+gallium_dri.so free 0x5571735f0420 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0470 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000118
+gallium_dri.so free 0x5571735f0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0470 0.000117
+gallium_dri.so free 0x5571735f05c0 void 0.000117
+gallium_dri.so free 0x5571735f0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05c0 0.000118
+gallium_dri.so free 0x5571735f0680 void 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05c0 0.000119
+gallium_dri.so free 0x5571735f0740 void 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05c0 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07b0 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f07b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0870 0.000117
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so free 0x5571735f0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0990 0.000129
+gallium_dri.so free 0x5571735f0a00 void 0.000148
+gallium_dri.so free 0x5571735f0990 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0a20 0.000118
+gallium_dri.so free 0x5571735f0ac0 void 0.000119
+gallium_dri.so free 0x5571735f0a20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a70 0.000123
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so free 0x5571735f0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a70 0.000118
+gallium_dri.so free 0x5571735f0bc0 void 0.000119
+gallium_dri.so free 0x5571735f0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000118
+gallium_dri.so free 0x5571735f0c80 void 0.000118
+gallium_dri.so free 0x5571735f0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000119
+gallium_dri.so free 0x5571735f0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d30 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000118
+gallium_dri.so free 0x5571735f0d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d30 0.000118
+gallium_dri.so free 0x5571735f0e80 void 0.000119
+gallium_dri.so free 0x5571735f0d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f0f40 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0f40 0.000121
+gallium_dri.so free 0x5571735f1080 void 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f10b0 0.000117
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1240 0.000117
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so free 0x5571735f1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f12c0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f12c0 0.000118
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1430 0.000118
+gallium_dri.so free 0x5571735f1480 void 0.000119
+gallium_dri.so free 0x5571735f1430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1430 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000118
+gallium_dri.so free 0x5571735f1430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1530 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so free 0x5571735f1530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15f0 0.000118
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so free 0x5571735f15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f15f0 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15f0 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000117
+gallium_dri.so free 0x5571735f15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f17f0 0.000118
+gallium_dri.so free 0x5571735f18c0 void 0.000118
+gallium_dri.so free 0x5571735f17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1910 0.000117
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so free 0x5571735f1910 void 0.000118
+gallium_dri.so malloc 72 0x5571735f19a0 0.000119
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f19a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19f0 0.000123
+gallium_dri.so free 0x5571735f1ac0 void 0.000119
+gallium_dri.so free 0x5571735f19f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000118
+gallium_dri.so free 0x5571735f1b80 void 0.000127
+gallium_dri.so free 0x5571735f1ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c00 0.000118
+gallium_dri.so free 0x5571735f1cc0 void 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c00 0.000117
+gallium_dri.so free 0x5571735f1d80 void 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1c00 0.000117
+gallium_dri.so free 0x5571735f1e40 void 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1df0 0.000119
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f10 0.000125
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so free 0x5571735f1f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000118
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000118
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f20f0 0.000129
+gallium_dri.so free 0x5571735f2140 void 0.000119
+gallium_dri.so free 0x5571735f20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so free 0x5571735f20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f21f0 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so free 0x5571735f21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22b0 0.000118
+gallium_dri.so free 0x5571735f2340 void 0.000117
+gallium_dri.so free 0x5571735f22b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f22b0 0.000117
+gallium_dri.so free 0x5571735f2400 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000118
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f2470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2570 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so free 0x5571735f2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2630 0.000118
+gallium_dri.so free 0x5571735f26c0 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2630 0.000122
+gallium_dri.so free 0x5571735f2780 void 0.000118
+gallium_dri.so free 0x5571735f2630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f27c0 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2840 0.000118
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f29e0 0.000124
+gallium_dri.so free 0x5571735f2a80 void 0.000120
+gallium_dri.so free 0x5571735f29e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2a30 0.000118
+gallium_dri.so free 0x5571735f2b00 void 0.000118
+gallium_dri.so free 0x5571735f2a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2a30 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000118
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000123
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2b80 0.000118
+gallium_dri.so free 0x5571735f2dc0 void 0.000117
+gallium_dri.so free 0x5571735f2b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2d70 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so free 0x5571735f2d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2f50 0.000119
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so free 0x5571735f2f50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2fe0 0.000118
+gallium_dri.so free 0x5571735f3080 void 0.000119
+gallium_dri.so free 0x5571735f2fe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3030 0.000118
+gallium_dri.so free 0x5571735f3100 void 0.000117
+gallium_dri.so free 0x5571735f3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3030 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000119
+gallium_dri.so free 0x5571735f3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3180 0.000118
+gallium_dri.so free 0x5571735f3240 void 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3180 0.000118
+gallium_dri.so free 0x5571735f3340 void 0.000129
+gallium_dri.so free 0x5571735f3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f32f0 0.000118
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so free 0x5571735f32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32f0 0.000116
+gallium_dri.so free 0x5571735f3440 void 0.000120
+gallium_dri.so free 0x5571735f32f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3480 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3500 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3500 0.000118
+gallium_dri.so free 0x5571735f3640 void 0.000119
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000117
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000117
+gallium_dri.so free 0x5571735f37c0 void 0.000119
+gallium_dri.so free 0x5571735f3670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3800 0.000120
+gallium_dri.so free 0x5571735f3880 void 0.000118
+gallium_dri.so free 0x5571735f3800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3880 0.000164
+gallium_dri.so free 0x5571735f3940 void 0.000119
+gallium_dri.so free 0x5571735f3880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3880 0.000120
+gallium_dri.so free 0x5571735f39c0 void 0.000118
+gallium_dri.so free 0x5571735f3880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f39f0 0.000118
+gallium_dri.so free 0x5571735f3a40 void 0.000117
+gallium_dri.so free 0x5571735f39f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f39f0 0.000118
+gallium_dri.so free 0x5571735f3b40 void 0.000119
+gallium_dri.so free 0x5571735f39f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3af0 0.000117
+gallium_dri.so free 0x5571735f3c00 void 0.000119
+gallium_dri.so free 0x5571735f3af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000117
+gallium_dri.so free 0x5571735f3c80 void 0.000119
+gallium_dri.so free 0x5571735f3bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000129
+gallium_dri.so free 0x5571735f3d40 void 0.000119
+gallium_dri.so free 0x5571735f3bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000119
+gallium_dri.so free 0x5571735f3e00 void 0.000118
+gallium_dri.so free 0x5571735f3bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3db0 0.000117
+gallium_dri.so free 0x5571735f3e80 void 0.000119
+gallium_dri.so free 0x5571735f3db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3ed0 0.000120
+gallium_dri.so free 0x5571735f3f40 void 0.000119
+gallium_dri.so free 0x5571735f3ed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3f60 0.000118
+gallium_dri.so free 0x5571735f4000 void 0.000118
+gallium_dri.so free 0x5571735f3f60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3fb0 0.000118
+gallium_dri.so free 0x5571735f4080 void 0.000123
+gallium_dri.so free 0x5571735f3fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4080 0.000118
+gallium_dri.so free 0x5571735f4140 void 0.000119
+gallium_dri.so free 0x5571735f4080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4080 0.000118
+gallium_dri.so free 0x5571735f41c0 void 0.000119
+gallium_dri.so free 0x5571735f4080 void 0.000126
+gallium_dri.so malloc 72 0x5571735f41c0 0.000124
+gallium_dri.so free 0x5571735f4280 void 0.000121
+gallium_dri.so free 0x5571735f41c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f41c0 0.000120
+gallium_dri.so free 0x5571735f4340 void 0.000120
+gallium_dri.so free 0x5571735f41c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f41c0 0.000118
+gallium_dri.so free 0x5571735f4400 void 0.000118
+gallium_dri.so free 0x5571735f41c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f43b0 0.000119
+gallium_dri.so free 0x5571735f4480 void 0.000130
+gallium_dri.so free 0x5571735f43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f44d0 0.000118
+gallium_dri.so free 0x5571735f4540 void 0.000118
+gallium_dri.so free 0x5571735f44d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4580 0.000120
+gallium_dri.so free 0x5571735f4600 void 0.000118
+gallium_dri.so free 0x5571735f4580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4580 0.000118
+gallium_dri.so free 0x5571735f4680 void 0.000118
+gallium_dri.so free 0x5571735f4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f46b0 0.000118
+gallium_dri.so free 0x5571735f4700 void 0.000118
+gallium_dri.so free 0x5571735f46b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f46b0 0.000117
+gallium_dri.so free 0x5571735f4800 void 0.000119
+gallium_dri.so free 0x5571735f46b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f47b0 0.000119
+gallium_dri.so free 0x5571735f48c0 void 0.000117
+gallium_dri.so free 0x5571735f47b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4870 0.000120
+gallium_dri.so free 0x5571735f4900 void 0.000118
+gallium_dri.so free 0x5571735f4870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4870 0.000117
+gallium_dri.so free 0x5571735f49c0 void 0.000119
+gallium_dri.so free 0x5571735f4870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a30 0.000125
+gallium_dri.so free 0x5571735f4a80 void 0.000112
+gallium_dri.so free 0x5571735f4a30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4a30 0.000110
+gallium_dri.so free 0x5571735f4b80 void 0.000109
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4b30 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571735f4b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000110
+gallium_dri.so free 0x5571735f4c80 void 0.000110
+gallium_dri.so free 0x5571735f4bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000109
+gallium_dri.so free 0x5571735f4d40 void 0.000111
+gallium_dri.so free 0x5571735f4bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4d80 0.000110
+gallium_dri.so free 0x5571735f4e00 void 0.000110
+gallium_dri.so free 0x5571735f4d80 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4e00 0.000111
+gallium_dri.so free 0x5571735f4ec0 void 0.000110
+gallium_dri.so free 0x5571735f4e00 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4e00 0.000112
+gallium_dri.so free 0x5571735f4f80 void 0.000111
+gallium_dri.so free 0x5571735f4e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4fa0 0.000110
+gallium_dri.so free 0x5571735f5040 void 0.000110
+gallium_dri.so free 0x5571735f4fa0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000109
+gallium_dri.so free 0x5571735f50c0 void 0.000110
+gallium_dri.so free 0x5571735f4ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000112
+gallium_dri.so free 0x5571735f5140 void 0.000118
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5140 0.000111
+gallium_dri.so free 0x5571735f5200 void 0.000111
+gallium_dri.so free 0x5571735f5140 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5140 0.000111
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5140 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5140 0.000112
+gallium_dri.so free 0x5571735f5380 void 0.000112
+gallium_dri.so free 0x5571735f5140 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5330 0.000112
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f5330 void 0.000140
+gallium_dri.so malloc 72 0x5571735f53f0 0.000118
+gallium_dri.so free 0x5571735f54c0 void 0.000115
+gallium_dri.so free 0x5571735f53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5510 0.000113
+gallium_dri.so free 0x5571735f5580 void 0.000113
+gallium_dri.so free 0x5571735f5510 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55a0 0.000116
+gallium_dri.so free 0x5571735f5640 void 0.000113
+gallium_dri.so free 0x5571735f55a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55f0 0.000113
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f55f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f55f0 0.000114
+gallium_dri.so free 0x5571735f5740 void 0.000118
+gallium_dri.so free 0x5571735f55f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5740 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x5571735f5740 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5740 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000112
+gallium_dri.so free 0x5571735f5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735f58b0 0.000115
+gallium_dri.so free 0x5571735f5940 void 0.000114
+gallium_dri.so free 0x5571735f58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f58b0 0.000116
+gallium_dri.so free 0x5571735f5a00 void 0.000114
+gallium_dri.so free 0x5571735f58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5a40 0.000114
+gallium_dri.so free 0x5571735f5ac0 void 0.000114
+gallium_dri.so free 0x5571735f5a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000120
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so free 0x5571735f5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000112
+gallium_dri.so free 0x5571735f5c00 void 0.000114
+gallium_dri.so free 0x5571735f5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c30 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000113
+gallium_dri.so free 0x5571735f5c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5c30 0.000114
+gallium_dri.so free 0x5571735f5d80 void 0.000117
+gallium_dri.so free 0x5571735f5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000113
+gallium_dri.so free 0x5571735f5e40 void 0.000114
+gallium_dri.so free 0x5571735f5dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e40 0.000112
+gallium_dri.so free 0x5571735f5f00 void 0.000113
+gallium_dri.so free 0x5571735f5e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e40 0.000113
+gallium_dri.so free 0x5571735f5f80 void 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735f5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000113
+gallium_dri.so free 0x5571735f6100 void 0.000114
+gallium_dri.so free 0x5571735f5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f60b0 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f60b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6170 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000124
+gallium_dri.so free 0x5571735f6170 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6170 0.000123
+gallium_dri.so free 0x5571735f6300 void 0.000133
+gallium_dri.so free 0x5571735f6170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6170 0.000114
+gallium_dri.so free 0x5571735f63c0 void 0.000114
+gallium_dri.so free 0x5571735f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6370 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000113
+gallium_dri.so free 0x5571735f6370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6490 0.000113
+gallium_dri.so free 0x5571735f6500 void 0.000112
+gallium_dri.so free 0x5571735f6490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6520 0.000112
+gallium_dri.so free 0x5571735f65c0 void 0.000120
+gallium_dri.so free 0x5571735f6520 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000112
+gallium_dri.so free 0x5571735f6570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6640 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000112
+gallium_dri.so free 0x5571735f6640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6640 0.000115
+gallium_dri.so free 0x5571735f6780 void 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6780 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000112
+gallium_dri.so free 0x5571735f6780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6780 0.000113
+gallium_dri.so free 0x5571735f6900 void 0.000118
+gallium_dri.so free 0x5571735f6780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6780 0.000115
+gallium_dri.so free 0x5571735f69c0 void 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6970 0.000113
+gallium_dri.so free 0x5571735f6a40 void 0.000113
+gallium_dri.so free 0x5571735f6970 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6a90 0.000115
+gallium_dri.so free 0x5571735f6b00 void 0.000114
+gallium_dri.so free 0x5571735f6a90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b40 0.000113
+gallium_dri.so free 0x5571735f6bc0 void 0.000114
+gallium_dri.so free 0x5571735f6b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6b40 0.000115
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f6b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c70 0.000113
+gallium_dri.so free 0x5571735f6cc0 void 0.000117
+gallium_dri.so free 0x5571735f6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c70 0.000113
+gallium_dri.so free 0x5571735f6dc0 void 0.000114
+gallium_dri.so free 0x5571735f6c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d70 0.000112
+gallium_dri.so free 0x5571735f6e80 void 0.000114
+gallium_dri.so free 0x5571735f6d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e30 0.000113
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so free 0x5571735f6e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6e30 0.000114
+gallium_dri.so free 0x5571735f6f80 void 0.000118
+gallium_dri.so free 0x5571735f6e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000113
+gallium_dri.so free 0x5571735f7040 void 0.000114
+gallium_dri.so free 0x5571735f6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000112
+gallium_dri.so free 0x5571735f7140 void 0.000126
+gallium_dri.so free 0x5571735f6ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f70f0 0.000123
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x5571735f70f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71b0 0.000118
+gallium_dri.so free 0x5571735f7240 void 0.000115
+gallium_dri.so free 0x5571735f71b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f71b0 0.000124
+gallium_dri.so free 0x5571735f7300 void 0.000126
+gallium_dri.so free 0x5571735f71b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7340 0.000123
+gallium_dri.so free 0x5571735f73c0 void 0.000126
+gallium_dri.so free 0x5571735f7340 void 0.000124
+gallium_dri.so malloc 72 0x5571735f73c0 0.000123
+gallium_dri.so free 0x5571735f7480 void 0.000119
+gallium_dri.so free 0x5571735f73c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735f73c0 0.000121
+gallium_dri.so free 0x5571735f7540 void 0.000124
+gallium_dri.so free 0x5571735f73c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7560 0.000123
+gallium_dri.so free 0x5571735f7600 void 0.000125
+gallium_dri.so free 0x5571735f7560 void 0.000124
+gallium_dri.so malloc 72 0x5571735f75b0 0.000124
+gallium_dri.so free 0x5571735f7680 void 0.000124
+gallium_dri.so free 0x5571735f75b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f75b0 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f75b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7700 0.000133
+gallium_dri.so free 0x5571735f77c0 void 0.000129
+gallium_dri.so free 0x5571735f7700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7700 0.000129
+gallium_dri.so free 0x5571735f7880 void 0.000127
+gallium_dri.so free 0x5571735f7700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7700 0.000124
+gallium_dri.so free 0x5571735f7940 void 0.000120
+gallium_dri.so free 0x5571735f7700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f78f0 0.000140
+gallium_dri.so free 0x5571735f7a00 void 0.000124
+gallium_dri.so free 0x5571735f78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f79b0 0.000119
+gallium_dri.so free 0x5571735f7a80 void 0.000120
+gallium_dri.so free 0x5571735f79b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ad0 0.000124
+gallium_dri.so free 0x5571735f7b40 void 0.000131
+gallium_dri.so free 0x5571735f7ad0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7b60 0.000129
+gallium_dri.so free 0x5571735f7c00 void 0.000124
+gallium_dri.so free 0x5571735f7b60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000124
+gallium_dri.so free 0x5571735f7c80 void 0.000124
+gallium_dri.so free 0x5571735f7bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000125
+gallium_dri.so free 0x5571735f7d00 void 0.000124
+gallium_dri.so free 0x5571735f7bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7d00 0.000132
+gallium_dri.so free 0x5571735f7dc0 void 0.000131
+gallium_dri.so free 0x5571735f7d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7d00 0.000130
+gallium_dri.so free 0x5571735f7ec0 void 0.000133
+gallium_dri.so free 0x5571735f7d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7e70 0.000126
+gallium_dri.so free 0x5571735f7f00 void 0.000131
+gallium_dri.so free 0x5571735f7e70 void 0.000200
+gallium_dri.so malloc 72 0x5571735f7e70 0.000127
+gallium_dri.so free 0x5571735f7fc0 void 0.000128
+gallium_dri.so free 0x5571735f7e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8000 0.000130
+gallium_dri.so free 0x5571735f8080 void 0.000126
+gallium_dri.so free 0x5571735f8000 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8080 0.000130
+gallium_dri.so free 0x5571735f8140 void 0.000129
+gallium_dri.so free 0x5571735f8080 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8080 0.000124
+gallium_dri.so free 0x5571735f81c0 void 0.000120
+gallium_dri.so free 0x5571735f8080 void 0.000124
+gallium_dri.so malloc 72 0x5571735f81f0 0.000124
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so free 0x5571735f81f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f81f0 0.000124
+gallium_dri.so free 0x5571735f8340 void 0.000201
+gallium_dri.so free 0x5571735f81f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8380 0.000130
+gallium_dri.so free 0x5571735f8400 void 0.000129
+gallium_dri.so free 0x5571735f8380 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8400 0.000132
+gallium_dri.so free 0x5571735f84c0 void 0.000129
+gallium_dri.so free 0x5571735f8400 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8400 0.000130
+gallium_dri.so free 0x5571735f8540 void 0.000125
+gallium_dri.so free 0x5571735f8400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8570 0.000125
+gallium_dri.so free 0x5571735f85c0 void 0.000130
+gallium_dri.so free 0x5571735f8570 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8570 0.000130
+gallium_dri.so free 0x5571735f86c0 void 0.000125
+gallium_dri.so free 0x5571735f8570 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8670 0.000125
+gallium_dri.so free 0x5571735f8780 void 0.000126
+gallium_dri.so free 0x5571735f8670 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8730 0.000138
+gallium_dri.so free 0x5571735f8800 void 0.000132
+gallium_dri.so free 0x5571735f8730 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8730 0.000129
+gallium_dri.so free 0x5571735f88c0 void 0.000124
+gallium_dri.so free 0x5571735f8730 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8730 0.000132
+gallium_dri.so free 0x5571735f8980 void 0.000123
+gallium_dri.so free 0x5571735f8730 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8930 0.000123
+gallium_dri.so free 0x5571735f8a00 void 0.000127
+gallium_dri.so free 0x5571735f8930 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8a50 0.000131
+gallium_dri.so free 0x5571735f8ac0 void 0.000124
+gallium_dri.so free 0x5571735f8a50 void 0.000194
+gallium_dri.so malloc 72 0x5571735f8ae0 0.000205
+gallium_dri.so free 0x5571735f8b80 void 0.000213
+gallium_dri.so free 0x5571735f8ae0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8b30 0.000125
+gallium_dri.so free 0x5571735f8c00 void 0.000120
+gallium_dri.so free 0x5571735f8b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8c00 0.000137
+gallium_dri.so free 0x5571735f8cc0 void 0.000131
+gallium_dri.so free 0x5571735f8c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8c00 0.000126
+gallium_dri.so free 0x5571735f8d40 void 0.000122
+gallium_dri.so free 0x5571735f8c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8d40 0.000130
+gallium_dri.so free 0x5571735f8e00 void 0.000131
+gallium_dri.so free 0x5571735f8d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8d40 0.000130
+gallium_dri.so free 0x5571735f8ec0 void 0.000130
+gallium_dri.so free 0x5571735f8d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8d40 0.000164
+gallium_dri.so free 0x5571735f8f80 void 0.000131
+gallium_dri.so free 0x5571735f8d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8f30 0.000149
+gallium_dri.so free 0x5571735f9000 void 0.000136
+gallium_dri.so free 0x5571735f8f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9050 0.000129
+gallium_dri.so free 0x5571735f90c0 void 0.000174
+gallium_dri.so free 0x5571735f9050 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9100 0.000131
+gallium_dri.so free 0x5571735f9180 void 0.000131
+gallium_dri.so free 0x5571735f9100 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9100 0.000129
+gallium_dri.so free 0x5571735f9200 void 0.000123
+gallium_dri.so free 0x5571735f9100 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9230 0.000129
+gallium_dri.so free 0x5571735f9280 void 0.000130
+gallium_dri.so free 0x5571735f9230 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9230 0.000129
+gallium_dri.so free 0x5571735f9380 void 0.000130
+gallium_dri.so free 0x5571735f9230 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9330 0.000125
+gallium_dri.so free 0x5571735f9440 void 0.000121
+gallium_dri.so free 0x5571735f9330 void 0.000124
+gallium_dri.so malloc 72 0x5571735f93f0 0.000130
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so free 0x5571735f93f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f93f0 0.000131
+gallium_dri.so free 0x5571735f9540 void 0.000132
+gallium_dri.so free 0x5571735f93f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f95b0 0.000125
+gallium_dri.so free 0x5571735f9600 void 0.000123
+gallium_dri.so free 0x5571735f95b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f95b0 0.000130
+gallium_dri.so free 0x5571735f9700 void 0.000129
+gallium_dri.so free 0x5571735f95b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f96b0 0.000125
+gallium_dri.so free 0x5571735f97c0 void 0.000119
+gallium_dri.so free 0x5571735f96b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9770 0.000130
+gallium_dri.so free 0x5571735f9800 void 0.000129
+gallium_dri.so free 0x5571735f9770 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9770 0.000124
+gallium_dri.so free 0x5571735f98c0 void 0.000125
+gallium_dri.so free 0x5571735f9770 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9900 0.000125
+gallium_dri.so free 0x5571735f9980 void 0.000124
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9980 0.000119
+gallium_dri.so free 0x5571735f9a40 void 0.000121
+gallium_dri.so free 0x5571735f9980 void 0.000148
+gallium_dri.so malloc 72 0x5571735f9980 0.000133
+gallium_dri.so free 0x5571735f9b00 void 0.000130
+gallium_dri.so free 0x5571735f9980 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9b20 0.000129
+gallium_dri.so free 0x5571735f9bc0 void 0.000247
+gallium_dri.so free 0x5571735f9b20 void 0.000228
+gallium_dri.so malloc 72 0x5571735f9b70 0.000225
+gallium_dri.so free 0x5571735f9c40 void 0.000344
+gallium_dri.so free 0x5571735f9b70 void 0.000289
+gallium_dri.so malloc 72 0x5571735f9b70 0.000276
+gallium_dri.so free 0x5571735f9cc0 void 0.000169
+gallium_dri.so free 0x5571735f9b70 void 0.000163
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000167
+gallium_dri.so free 0x5571735f9d80 void 0.000130
+gallium_dri.so free 0x5571735f9cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000137
+gallium_dri.so free 0x5571735f9e40 void 0.000126
+gallium_dri.so free 0x5571735f9cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000124
+gallium_dri.so free 0x5571735f9f00 void 0.000121
+gallium_dri.so free 0x5571735f9cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000130
+gallium_dri.so free 0x5571735f9fc0 void 0.000131
+gallium_dri.so free 0x5571735f9eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9f70 0.000129
+gallium_dri.so free 0x5571735fa040 void 0.000130
+gallium_dri.so free 0x5571735f9f70 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa090 0.000132
+gallium_dri.so free 0x5571735fa100 void 0.000129
+gallium_dri.so free 0x5571735fa090 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa120 0.000171
+gallium_dri.so free 0x5571735fa1c0 void 0.000126
+gallium_dri.so free 0x5571735fa120 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa170 0.000121
+gallium_dri.so free 0x5571735fa240 void 0.000120
+gallium_dri.so free 0x5571735fa170 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa170 0.000129
+gallium_dri.so free 0x5571735fa2c0 void 0.000140
+gallium_dri.so free 0x5571735fa170 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000131
+gallium_dri.so free 0x5571735fa380 void 0.000122
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000125
+gallium_dri.so free 0x5571735fa480 void 0.000125
+gallium_dri.so free 0x5571735fa2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa430 0.000128
+gallium_dri.so free 0x5571735fa4c0 void 0.000131
+gallium_dri.so free 0x5571735fa430 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa430 0.000185
+gallium_dri.so free 0x5571735fa580 void 0.000129
+gallium_dri.so free 0x5571735fa430 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000120
+gallium_dri.so free 0x5571735fa640 void 0.000126
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa640 0.000121
+gallium_dri.so free 0x5571735fa700 void 0.000125
+gallium_dri.so free 0x5571735fa640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa640 0.000118
+gallium_dri.so free 0x5571735fa780 void 0.000120
+gallium_dri.so free 0x5571735fa640 void 0.000157
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000156
+gallium_dri.so free 0x5571735fa800 void 0.000252
+gallium_dri.so free 0x5571735fa7b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000153
+gallium_dri.so free 0x5571735fa900 void 0.000255
+gallium_dri.so free 0x5571735fa7b0 void 0.000255
+gallium_dri.so malloc 72 0x5571735fa940 0.000253
+gallium_dri.so free 0x5571735fa9c0 void 0.000251
+gallium_dri.so free 0x5571735fa940 void 0.000250
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000206
+gallium_dri.so free 0x5571735faa80 void 0.000153
+gallium_dri.so free 0x5571735fa9c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000147
+gallium_dri.so free 0x5571735fab00 void 0.000153
+gallium_dri.so free 0x5571735fa9c0 void 0.000157
+gallium_dri.so malloc 72 0x5571735fab30 0.000153
+gallium_dri.so free 0x5571735fab80 void 0.000157
+gallium_dri.so free 0x5571735fab30 void 0.000209
+gallium_dri.so malloc 72 0x5571735fab30 0.000131
+gallium_dri.so free 0x5571735fac80 void 0.000131
+gallium_dri.so free 0x5571735fab30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fac30 0.000129
+gallium_dri.so free 0x5571735fad40 void 0.000123
+gallium_dri.so free 0x5571735fac30 void 0.000119
+gallium_dri.so malloc 72 0x5571735facf0 0.000124
+gallium_dri.so free 0x5571735fadc0 void 0.000130
+gallium_dri.so free 0x5571735facf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735facf0 0.000119
+gallium_dri.so free 0x5571735fae80 void 0.000120
+gallium_dri.so free 0x5571735facf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735facf0 0.000125
+gallium_dri.so free 0x5571735faf40 void 0.000131
+gallium_dri.so free 0x5571735facf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735faef0 0.000130
+gallium_dri.so free 0x5571735fafc0 void 0.000165
+gallium_dri.so free 0x5571735faef0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fb010 0.000165
+gallium_dri.so free 0x5571735fb080 void 0.000131
+gallium_dri.so free 0x5571735fb010 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb0a0 0.000128
+gallium_dri.so free 0x5571735fb140 void 0.000131
+gallium_dri.so free 0x5571735fb0a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000123
+gallium_dri.so free 0x5571735fb1c0 void 0.000119
+gallium_dri.so free 0x5571735fb0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000130
+gallium_dri.so free 0x5571735fb280 void 0.000131
+gallium_dri.so free 0x5571735fb1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000183
+gallium_dri.so free 0x5571735fb300 void 0.000168
+gallium_dri.so free 0x5571735fb1c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb300 0.000123
+gallium_dri.so free 0x5571735fb3c0 void 0.000131
+gallium_dri.so free 0x5571735fb300 void 0.000175
+gallium_dri.so malloc 72 0x5571735fb300 0.000182
+gallium_dri.so free 0x5571735fb480 void 0.000129
+gallium_dri.so free 0x5571735fb300 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb300 0.000130
+gallium_dri.so free 0x5571735fb540 void 0.000181
+gallium_dri.so free 0x5571735fb300 void 0.000187
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000155
+gallium_dri.so free 0x5571735fb5c0 void 0.000122
+gallium_dri.so free 0x5571735fb4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb610 0.000131
+gallium_dri.so free 0x5571735fb680 void 0.000123
+gallium_dri.so free 0x5571735fb610 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb6c0 0.000123
+gallium_dri.so free 0x5571735fb740 void 0.000175
+gallium_dri.so free 0x5571735fb6c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb6c0 0.000125
+gallium_dri.so free 0x5571735fb7c0 void 0.000120
+gallium_dri.so free 0x5571735fb6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000124
+gallium_dri.so free 0x5571735fb840 void 0.000152
+gallium_dri.so free 0x5571735fb7f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000130
+gallium_dri.so free 0x5571735fb940 void 0.000167
+gallium_dri.so free 0x5571735fb7f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000131
+gallium_dri.so free 0x5571735fba00 void 0.000130
+gallium_dri.so free 0x5571735fb8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000121
+gallium_dri.so free 0x5571735fba40 void 0.000120
+gallium_dri.so free 0x5571735fb9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000130
+gallium_dri.so free 0x5571735fbb00 void 0.000130
+gallium_dri.so free 0x5571735fb9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb70 0.000129
+gallium_dri.so free 0x5571735fbbc0 void 0.000128
+gallium_dri.so free 0x5571735fbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbb70 0.000130
+gallium_dri.so free 0x5571735fbcc0 void 0.000131
+gallium_dri.so free 0x5571735fbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbc70 0.000129
+gallium_dri.so free 0x5571735fbd80 void 0.000140
+gallium_dri.so free 0x5571735fbc70 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbd30 0.000130
+gallium_dri.so free 0x5571735fbdc0 void 0.000130
+gallium_dri.so free 0x5571735fbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbd30 0.000131
+gallium_dri.so free 0x5571735fbe80 void 0.000124
+gallium_dri.so free 0x5571735fbd30 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbec0 0.000128
+gallium_dri.so free 0x5571735fbf40 void 0.000124
+gallium_dri.so free 0x5571735fbec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbf40 0.000119
+gallium_dri.so free 0x5571735fc000 void 0.000120
+gallium_dri.so free 0x5571735fbf40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbf40 0.000129
+gallium_dri.so free 0x5571735fc0c0 void 0.000129
+gallium_dri.so free 0x5571735fbf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc0e0 0.000168
+gallium_dri.so free 0x5571735fc180 void 0.000131
+gallium_dri.so free 0x5571735fc0e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc130 0.000120
+gallium_dri.so free 0x5571735fc200 void 0.000133
+gallium_dri.so free 0x5571735fc130 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc130 0.000130
+gallium_dri.so free 0x5571735fc280 void 0.000130
+gallium_dri.so free 0x5571735fc130 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc280 0.000235
+gallium_dri.so free 0x5571735fc340 void 0.000246
+gallium_dri.so free 0x5571735fc280 void 0.000238
+gallium_dri.so malloc 72 0x5571735fc280 0.000129
+gallium_dri.so free 0x5571735fc400 void 0.000162
+gallium_dri.so free 0x5571735fc280 void 0.000162
+gallium_dri.so malloc 72 0x5571735fc280 0.000129
+gallium_dri.so free 0x5571735fc4c0 void 0.000130
+gallium_dri.so free 0x5571735fc280 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc470 0.000130
+gallium_dri.so free 0x5571735fc580 void 0.000129
+gallium_dri.so free 0x5571735fc470 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc530 0.000129
+gallium_dri.so free 0x5571735fc600 void 0.000226
+gallium_dri.so free 0x5571735fc530 void 0.000221
+gallium_dri.so malloc 72 0x5571735fc650 0.000219
+gallium_dri.so free 0x5571735fc6c0 void 0.000198
+gallium_dri.so free 0x5571735fc650 void 0.000167
+gallium_dri.so malloc 72 0x5571735fc6e0 0.000130
+gallium_dri.so free 0x5571735fc780 void 0.000131
+gallium_dri.so free 0x5571735fc6e0 void 0.000161
+gallium_dri.so malloc 72 0x5571735fc730 0.000163
+gallium_dri.so free 0x5571735fc800 void 0.000129
+gallium_dri.so free 0x5571735fc730 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc730 0.000131
+gallium_dri.so free 0x5571735fc880 void 0.000130
+gallium_dri.so free 0x5571735fc730 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc880 0.000131
+gallium_dri.so free 0x5571735fc940 void 0.000129
+gallium_dri.so free 0x5571735fc880 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc880 0.000131
+gallium_dri.so free 0x5571735fca40 void 0.000135
+gallium_dri.so free 0x5571735fc880 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000123
+gallium_dri.so free 0x5571735fca80 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000130
+gallium_dri.so free 0x5571735fcb40 void 0.000131
+gallium_dri.so free 0x5571735fc9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcb80 0.000124
+gallium_dri.so free 0x5571735fcc00 void 0.000131
+gallium_dri.so free 0x5571735fcb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcc00 0.000130
+gallium_dri.so free 0x5571735fccc0 void 0.000130
+gallium_dri.so free 0x5571735fcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcc00 0.000130
+gallium_dri.so free 0x5571735fcd40 void 0.000123
+gallium_dri.so free 0x5571735fcc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd70 0.000125
+gallium_dri.so free 0x5571735fcdc0 void 0.000186
+gallium_dri.so free 0x5571735fcd70 void 0.000220
+gallium_dri.so malloc 72 0x5571735fcd70 0.000130
+gallium_dri.so free 0x5571735fcec0 void 0.000130
+gallium_dri.so free 0x5571735fcd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcf00 0.000123
+gallium_dri.so free 0x5571735fcf80 void 0.000139
+gallium_dri.so free 0x5571735fcf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcf80 0.000125
+gallium_dri.so free 0x5571735fd040 void 0.000125
+gallium_dri.so free 0x5571735fcf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fcf80 0.000123
+gallium_dri.so free 0x5571735fd0c0 void 0.000127
+gallium_dri.so free 0x5571735fcf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000125
+gallium_dri.so free 0x5571735fd140 void 0.000129
+gallium_dri.so free 0x5571735fd0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000130
+gallium_dri.so free 0x5571735fd240 void 0.000126
+gallium_dri.so free 0x5571735fd0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000130
+gallium_dri.so free 0x5571735fd300 void 0.000130
+gallium_dri.so free 0x5571735fd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000124
+gallium_dri.so free 0x5571735fd380 void 0.000123
+gallium_dri.so free 0x5571735fd2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000120
+gallium_dri.so free 0x5571735fd440 void 0.000119
+gallium_dri.so free 0x5571735fd2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000123
+gallium_dri.so free 0x5571735fd500 void 0.000129
+gallium_dri.so free 0x5571735fd2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000130
+gallium_dri.so free 0x5571735fd580 void 0.000222
+gallium_dri.so free 0x5571735fd4b0 void 0.000220
+gallium_dri.so malloc 72 0x5571735fd5d0 0.000131
+gallium_dri.so free 0x5571735fd640 void 0.000126
+gallium_dri.so free 0x5571735fd5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd660 0.000125
+gallium_dri.so free 0x5571735fd700 void 0.000130
+gallium_dri.so free 0x5571735fd660 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000124
+gallium_dri.so free 0x5571735fd780 void 0.000122
+gallium_dri.so free 0x5571735fd6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd780 0.000130
+gallium_dri.so free 0x5571735fd840 void 0.000130
+gallium_dri.so free 0x5571735fd780 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd780 0.000121
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x5571735fd780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000120
+gallium_dri.so free 0x5571735fd980 void 0.000120
+gallium_dri.so free 0x5571735fd8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000119
+gallium_dri.so free 0x5571735fda40 void 0.000133
+gallium_dri.so free 0x5571735fd8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000120
+gallium_dri.so free 0x5571735fdb00 void 0.000119
+gallium_dri.so free 0x5571735fd8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdab0 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000164
+gallium_dri.so free 0x5571735fdab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so free 0x5571735fdbd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc80 0.000114
+gallium_dri.so free 0x5571735fdd00 void 0.000113
+gallium_dri.so free 0x5571735fdc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc80 0.000112
+gallium_dri.so free 0x5571735fdd80 void 0.000113
+gallium_dri.so free 0x5571735fdc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddb0 0.000113
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddb0 0.000112
+gallium_dri.so free 0x5571735fdf00 void 0.000113
+gallium_dri.so free 0x5571735fddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so free 0x5571735fdeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf70 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000128
+gallium_dri.so free 0x5571735fdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf70 0.000113
+gallium_dri.so free 0x5571735fe0c0 void 0.000116
+gallium_dri.so free 0x5571735fdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe130 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000115
+gallium_dri.so free 0x5571735fe130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe130 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so free 0x5571735fe130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe380 void 0.000112
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000112
+gallium_dri.so free 0x5571735fe440 void 0.000114
+gallium_dri.so free 0x5571735fe2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe480 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe500 0.000113
+gallium_dri.so free 0x5571735fe5c0 void 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe500 0.000114
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000160
+gallium_dri.so malloc 72 0x5571735fe6a0 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735fe6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000115
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe840 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe840 0.000112
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe840 0.000115
+gallium_dri.so free 0x5571735fea80 void 0.000115
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea30 0.000116
+gallium_dri.so free 0x5571735feb40 void 0.000169
+gallium_dri.so free 0x5571735fea30 void 0.000115
+gallium_dri.so malloc 72 0x5571735feaf0 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec10 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so free 0x5571735fec10 void 0.000117
+gallium_dri.so malloc 72 0x5571735feca0 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735feca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000114
+gallium_dri.so free 0x5571735fedc0 void 0.000113
+gallium_dri.so free 0x5571735fecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000112
+gallium_dri.so free 0x5571735fee40 void 0.000114
+gallium_dri.so free 0x5571735fecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fee40 0.000112
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so free 0x5571735fee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fee40 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000113
+gallium_dri.so free 0x5571735fee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571735ff040 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x5571735ff100 void 0.000114
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff140 0.000113
+gallium_dri.so free 0x5571735ff1c0 void 0.000112
+gallium_dri.so free 0x5571735ff140 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000112
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000115
+gallium_dri.so free 0x5571735ff300 void 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff330 0.000112
+gallium_dri.so free 0x5571735ff380 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff330 0.000112
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff540 0.000112
+gallium_dri.so free 0x5571735ff600 void 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000113
+gallium_dri.so free 0x5571735ff6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so free 0x5571735ff6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000114
+gallium_dri.so free 0x5571735ff8c0 void 0.000113
+gallium_dri.so free 0x5571735ff7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff870 0.000123
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff870 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so free 0x5571735ff870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff870 0.000112
+gallium_dri.so free 0x5571735ffac0 void 0.000170
+gallium_dri.so free 0x5571735ff870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa70 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000113
+gallium_dri.so free 0x5571735ffa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb90 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc20 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735ffc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000112
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffd40 0.000112
+gallium_dri.so free 0x5571735ffe40 void 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd40 0.000113
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffef0 0.000158
+gallium_dri.so free 0x5571735b4500 void 0.000121
+gallium_dri.so free 0x5571735ffef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000115
+gallium_dri.so free 0x557173454440 void 0.000114
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x5571735b4b80 void 0.000115
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4280 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000116
+gallium_dri.so free 0x5571735b4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000113
+gallium_dri.so free 0x5571735b3f40 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f60 0.000113
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so free 0x5571735b3f60 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x557173458840 void 0.000114
+gallium_dri.so free 0x5571735b3fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173458890 0.000125
+gallium_dri.so free 0x557173458900 void 0.000114
+gallium_dri.so free 0x557173458890 void 0.000114
+gallium_dri.so malloc 72 0x557173458920 0.000113
+gallium_dri.so free 0x5571734589c0 void 0.000114
+gallium_dri.so free 0x557173458920 void 0.000113
+gallium_dri.so malloc 72 0x557173458970 0.000112
+gallium_dri.so free 0x557173458a40 void 0.000114
+gallium_dri.so free 0x557173458970 void 0.000113
+gallium_dri.so malloc 72 0x557173458970 0.000112
+gallium_dri.so free 0x557173458b40 void 0.000113
+gallium_dri.so free 0x557173458970 void 0.000112
+gallium_dri.so malloc 72 0x557173458af0 0.000113
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x557173458af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4650 0.000112
+gallium_dri.so free 0x5571735b46c0 void 0.000114
+gallium_dri.so free 0x5571735b4650 void 0.000112
+gallium_dri.so malloc 72 0x5571735b46e0 0.000112
+gallium_dri.so free 0x5571735b4780 void 0.000115
+gallium_dri.so free 0x5571735b46e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4730 0.000162
+gallium_dri.so free 0x5571735b4800 void 0.000115
+gallium_dri.so free 0x5571735b4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4730 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so free 0x5571735b4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4880 0.000121
+gallium_dri.so free 0x5571735b4940 void 0.000117
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4880 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4880 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3df0 0.000113
+gallium_dri.so free 0x5571735e3e40 void 0.000112
+gallium_dri.so free 0x5571735e3df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3df0 0.000112
+gallium_dri.so free 0x5571735e3f40 void 0.000116
+gallium_dri.so free 0x5571735e3df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so free 0x5571735e3ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000112
+gallium_dri.so free 0x5571735e4040 void 0.000113
+gallium_dri.so free 0x5571735e3fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000114
+gallium_dri.so free 0x5571735e4100 void 0.000114
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4150 0.000113
+gallium_dri.so free 0x5571735e41c0 void 0.000112
+gallium_dri.so free 0x5571735e4150 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4200 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000129
+gallium_dri.so free 0x5571735e4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4280 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4280 0.000116
+gallium_dri.so free 0x5571735e43c0 void 0.000114
+gallium_dri.so free 0x5571735e4280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e43f0 0.000113
+gallium_dri.so free 0x5571735e4440 void 0.000114
+gallium_dri.so free 0x5571735e43f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e43f0 0.000112
+gallium_dri.so free 0x5571735e4540 void 0.000113
+gallium_dri.so free 0x5571735e43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e44f0 0.000113
+gallium_dri.so free 0x5571735e4600 void 0.000115
+gallium_dri.so free 0x5571735e44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45b0 0.000113
+gallium_dri.so free 0x5571735e4680 void 0.000113
+gallium_dri.so free 0x5571735e45b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46a0 0.000113
+gallium_dri.so free 0x5571735e4740 void 0.000113
+gallium_dri.so free 0x5571735e46a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e46f0 0.000112
+gallium_dri.so free 0x5571735e47c0 void 0.000114
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46f0 0.000113
+gallium_dri.so free 0x5571735e4840 void 0.000114
+gallium_dri.so free 0x5571735e46f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4840 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000113
+gallium_dri.so free 0x5571735e4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4840 0.000112
+gallium_dri.so free 0x5571735e49c0 void 0.000114
+gallium_dri.so free 0x5571735e4840 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4840 0.000161
+gallium_dri.so free 0x5571735e4a80 void 0.000116
+gallium_dri.so free 0x5571735e4840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a30 0.000113
+gallium_dri.so free 0x5571735e4a80 void 0.000114
+gallium_dri.so free 0x5571735e4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a30 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000113
+gallium_dri.so free 0x5571735e4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b30 0.000114
+gallium_dri.so free 0x5571735e4c40 void 0.000114
+gallium_dri.so free 0x5571735e4b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4c80 void 0.000114
+gallium_dri.so free 0x5571735e4bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4d40 void 0.000114
+gallium_dri.so free 0x5571735e4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4d80 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so free 0x5571735e4d80 void 0.000174
+gallium_dri.so malloc 72 0x5571735e4e00 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000116
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e00 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000113
+gallium_dri.so free 0x5571735e4e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4fa0 0.000113
+gallium_dri.so free 0x5571735e5040 void 0.000115
+gallium_dri.so free 0x5571735e4fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000114
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000113
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5140 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000116
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5140 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5140 0.000113
+gallium_dri.so free 0x5571735e5380 void 0.000115
+gallium_dri.so free 0x5571735e5140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5330 0.000112
+gallium_dri.so free 0x5571735e5440 void 0.000113
+gallium_dri.so free 0x5571735e5330 void 0.000124
+gallium_dri.so malloc 72 0x5571735e53f0 0.000114
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so free 0x5571735e53f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5510 0.000114
+gallium_dri.so free 0x5571735e5580 void 0.000114
+gallium_dri.so free 0x5571735e5510 void 0.000113
+gallium_dri.so malloc 72 0x5571735e55a0 0.000113
+gallium_dri.so free 0x5571735e5640 void 0.000113
+gallium_dri.so free 0x5571735e55a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e55f0 0.000113
+gallium_dri.so free 0x5571735e56c0 void 0.000116
+gallium_dri.so free 0x5571735e55f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e55f0 0.000113
+gallium_dri.so free 0x5571735e5740 void 0.000115
+gallium_dri.so free 0x5571735e55f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5740 0.000112
+gallium_dri.so free 0x5571735e5800 void 0.000113
+gallium_dri.so free 0x5571735e5740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5740 0.000114
+gallium_dri.so free 0x5571735e5900 void 0.000114
+gallium_dri.so free 0x5571735e5740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000160
+gallium_dri.so free 0x5571735e5940 void 0.000115
+gallium_dri.so free 0x5571735e58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000112
+gallium_dri.so free 0x5571735e5a00 void 0.000113
+gallium_dri.so free 0x5571735e58b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a40 0.000118
+gallium_dri.so free 0x5571735e5ac0 void 0.000115
+gallium_dri.so free 0x5571735e5a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000112
+gallium_dri.so free 0x5571735e5b80 void 0.000113
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000113
+gallium_dri.so free 0x5571735e5c00 void 0.000114
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c30 0.000113
+gallium_dri.so free 0x5571735e5c80 void 0.000114
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c30 0.000115
+gallium_dri.so free 0x5571735e5d80 void 0.000113
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000112
+gallium_dri.so free 0x5571735e5e40 void 0.000115
+gallium_dri.so free 0x5571735e5dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e40 0.000114
+gallium_dri.so free 0x5571735e5f00 void 0.000115
+gallium_dri.so free 0x5571735e5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e40 0.000186
+gallium_dri.so free 0x5571735e5f80 void 0.000156
+gallium_dri.so free 0x5571735e5e40 void 0.000155
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000113
+gallium_dri.so free 0x5571735e6000 void 0.000113
+gallium_dri.so free 0x5571735e5fb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000116
+gallium_dri.so free 0x5571735e5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e60b0 0.000113
+gallium_dri.so free 0x5571735e61c0 void 0.000115
+gallium_dri.so free 0x5571735e60b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e6170 0.000114
+gallium_dri.so free 0x557173455400 void 0.000115
+gallium_dri.so free 0x5571735e6170 void 0.000113
+gallium_dri.so malloc 72 0x557173455420 0.000114
+gallium_dri.so free 0x5571734554c0 void 0.000116
+gallium_dri.so free 0x557173455420 void 0.000114
+gallium_dri.so malloc 72 0x557173455470 0.000114
+gallium_dri.so free 0x557173455540 void 0.000115
+gallium_dri.so free 0x557173455470 void 0.000114
+gallium_dri.so malloc 72 0x557173455470 0.000114
+gallium_dri.so free 0x5571734555c0 void 0.000116
+gallium_dri.so free 0x557173455470 void 0.000114
+gallium_dri.so malloc 72 0x5571734555c0 0.000113
+gallium_dri.so free 0x557173455680 void 0.000116
+gallium_dri.so free 0x5571734555c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734555c0 0.000114
+gallium_dri.so free 0x557173455740 void 0.000116
+gallium_dri.so free 0x5571734555c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734555c0 0.000114
+gallium_dri.so free 0x557173455800 void 0.000115
+gallium_dri.so free 0x5571734555c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734557b0 0.000115
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so free 0x5571734557b0 void 0.000113
+gallium_dri.so malloc 72 0x557173455870 0.000113
+gallium_dri.so free 0x557173455940 void 0.000113
+gallium_dri.so free 0x557173455870 void 0.000113
+gallium_dri.so malloc 72 0x557173455990 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000167
+gallium_dri.so free 0x557173455990 void 0.000115
+gallium_dri.so malloc 72 0x557173455a20 0.000113
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x557173455a20 void 0.000112
+gallium_dri.so malloc 72 0x557173455a70 0.000114
+gallium_dri.so free 0x557173455b40 void 0.000113
+gallium_dri.so free 0x557173455a70 void 0.000115
+gallium_dri.so malloc 72 0x557173455a70 0.000113
+gallium_dri.so free 0x557173455bc0 void 0.000114
+gallium_dri.so free 0x557173455a70 void 0.000112
+gallium_dri.so malloc 72 0x557173455bc0 0.000115
+gallium_dri.so free 0x557173455c80 void 0.000113
+gallium_dri.so free 0x557173455bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173455bc0 0.000113
+gallium_dri.so free 0x557173455d80 void 0.000114
+gallium_dri.so free 0x557173455bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173455d30 0.000113
+gallium_dri.so free 0x557173455dc0 void 0.000113
+gallium_dri.so free 0x557173455d30 void 0.000122
+gallium_dri.so malloc 72 0x557173455d30 0.000114
+gallium_dri.so free 0x557173455e80 void 0.000114
+gallium_dri.so free 0x557173455d30 void 0.000113
+gallium_dri.so malloc 72 0x557173455ec0 0.000112
+gallium_dri.so free 0x557173455f40 void 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173455f40 0.000112
+gallium_dri.so free 0x557173456000 void 0.000113
+gallium_dri.so free 0x557173455f40 void 0.000112
+gallium_dri.so malloc 72 0x557173455f40 0.000113
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so free 0x557173455f40 void 0.000114
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456100 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734560b0 0.000112
+gallium_dri.so free 0x557173456200 void 0.000116
+gallium_dri.so free 0x5571734560b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456240 0.000112
+gallium_dri.so free 0x5571734562c0 void 0.000113
+gallium_dri.so free 0x557173456240 void 0.000111
+gallium_dri.so malloc 72 0x5571734562c0 0.000112
+gallium_dri.so free 0x557173456380 void 0.000113
+gallium_dri.so free 0x5571734562c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734562c0 0.000113
+gallium_dri.so free 0x557173456400 void 0.000114
+gallium_dri.so free 0x5571734562c0 void 0.000112
+gallium_dri.so malloc 72 0x557173456430 0.000163
+gallium_dri.so free 0x557173456480 void 0.000116
+gallium_dri.so free 0x557173456430 void 0.000114
+gallium_dri.so malloc 72 0x557173456430 0.000113
+gallium_dri.so free 0x557173456580 void 0.000115
+gallium_dri.so free 0x557173456430 void 0.000113
+gallium_dri.so malloc 72 0x557173456530 0.000114
+gallium_dri.so free 0x557173456640 void 0.000115
+gallium_dri.so free 0x557173456530 void 0.000115
+gallium_dri.so malloc 72 0x5571734565f0 0.000113
+gallium_dri.so free 0x5571734566c0 void 0.000114
+gallium_dri.so free 0x5571734565f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734565f0 0.000113
+gallium_dri.so free 0x557173456780 void 0.000113
+gallium_dri.so free 0x5571734565f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734565f0 0.000113
+gallium_dri.so free 0x557173456840 void 0.000115
+gallium_dri.so free 0x5571734565f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734567f0 0.000120
+gallium_dri.so free 0x5571734568c0 void 0.000125
+gallium_dri.so free 0x5571734567f0 void 0.000167
+gallium_dri.so malloc 72 0x557173456910 0.000116
+gallium_dri.so free 0x557173456980 void 0.000116
+gallium_dri.so free 0x557173456910 void 0.000115
+gallium_dri.so malloc 72 0x5571734569a0 0.000118
+gallium_dri.so free 0x557173456a40 void 0.000116
+gallium_dri.so free 0x5571734569a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734569f0 0.000115
+gallium_dri.so free 0x557173456ac0 void 0.000114
+gallium_dri.so free 0x5571734569f0 void 0.000113
+gallium_dri.so malloc 72 0x557173456ac0 0.000113
+gallium_dri.so free 0x557173456b80 void 0.000116
+gallium_dri.so free 0x557173456ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173456ac0 0.000112
+gallium_dri.so free 0x557173456c00 void 0.000114
+gallium_dri.so free 0x557173456ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173456c00 0.000113
+gallium_dri.so free 0x557173456cc0 void 0.000114
+gallium_dri.so free 0x557173456c00 void 0.000114
+gallium_dri.so malloc 72 0x557173456c00 0.000112
+gallium_dri.so free 0x557173456d80 void 0.000114
+gallium_dri.so free 0x557173456c00 void 0.000114
+gallium_dri.so malloc 72 0x557173456c00 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000112
+gallium_dri.so free 0x557173456c00 void 0.000112
+gallium_dri.so malloc 72 0x557173456df0 0.000112
+gallium_dri.so free 0x557173456ec0 void 0.000113
+gallium_dri.so free 0x557173456df0 void 0.000112
+gallium_dri.so malloc 72 0x557173456f10 0.000112
+gallium_dri.so free 0x557173456f80 void 0.000114
+gallium_dri.so free 0x557173456f10 void 0.000113
+gallium_dri.so malloc 72 0x557173456fc0 0.000112
+gallium_dri.so free 0x557173457040 void 0.000116
+gallium_dri.so free 0x557173456fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173456fc0 0.000124
+gallium_dri.so free 0x5571734570c0 void 0.000115
+gallium_dri.so free 0x557173456fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000118
+gallium_dri.so free 0x557173457140 void 0.000114
+gallium_dri.so free 0x5571734570f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000114
+gallium_dri.so free 0x557173457240 void 0.000114
+gallium_dri.so free 0x5571734570f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734571f0 0.000114
+gallium_dri.so free 0x557173457300 void 0.000114
+gallium_dri.so free 0x5571734571f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734572b0 0.000113
+gallium_dri.so free 0x557173457340 void 0.000114
+gallium_dri.so free 0x5571734572b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734572b0 0.000112
+gallium_dri.so free 0x557173457400 void 0.000114
+gallium_dri.so free 0x5571734572b0 void 0.000112
+gallium_dri.so malloc 72 0x557173457470 0.000113
+gallium_dri.so free 0x5571734574c0 void 0.000114
+gallium_dri.so free 0x557173457470 void 0.000112
+gallium_dri.so malloc 72 0x557173457470 0.000117
+gallium_dri.so free 0x5571734575c0 void 0.000123
+gallium_dri.so free 0x557173457470 void 0.000117
+gallium_dri.so malloc 72 0x557173457570 0.000113
+gallium_dri.so free 0x557173457680 void 0.000114
+gallium_dri.so free 0x557173457570 void 0.000113
+gallium_dri.so malloc 72 0x557173457630 0.000119
+gallium_dri.so free 0x5571734576c0 void 0.000114
+gallium_dri.so free 0x557173457630 void 0.000111
+gallium_dri.so malloc 72 0x557173457630 0.000112
+gallium_dri.so free 0x557173457780 void 0.000110
+gallium_dri.so free 0x557173457630 void 0.000111
+gallium_dri.so malloc 72 0x5571734577c0 0.000116
+gallium_dri.so free 0x557173457840 void 0.000111
+gallium_dri.so free 0x5571734577c0 void 0.000119
+gallium_dri.so malloc 72 0x557173457840 0.000111
+gallium_dri.so free 0x557173457900 void 0.000110
+gallium_dri.so free 0x557173457840 void 0.000110
+gallium_dri.so malloc 72 0x557173457840 0.000111
+gallium_dri.so free 0x5571734579c0 void 0.000110
+gallium_dri.so free 0x557173457840 void 0.000111
+gallium_dri.so malloc 72 0x5571734579e0 0.000115
+gallium_dri.so free 0x557173457a80 void 0.000113
+gallium_dri.so free 0x5571734579e0 void 0.000111
+gallium_dri.so malloc 72 0x557173457a30 0.000110
+gallium_dri.so free 0x557173457b00 void 0.000112
+gallium_dri.so free 0x557173457a30 void 0.000110
+gallium_dri.so malloc 72 0x557173457a30 0.000115
+gallium_dri.so free 0x557173457b80 void 0.000120
+gallium_dri.so free 0x557173457a30 void 0.000115
+gallium_dri.so malloc 72 0x557173457b80 0.000110
+gallium_dri.so free 0x557173457c40 void 0.000112
+gallium_dri.so free 0x557173457b80 void 0.000110
+gallium_dri.so malloc 72 0x557173457b80 0.000156
+gallium_dri.so free 0x557173457d00 void 0.000117
+gallium_dri.so free 0x557173457b80 void 0.000115
+gallium_dri.so malloc 72 0x557173457b80 0.000113
+gallium_dri.so free 0x557173457dc0 void 0.000114
+gallium_dri.so free 0x557173457b80 void 0.000112
+gallium_dri.so malloc 72 0x557173457d70 0.000112
+gallium_dri.so free 0x557173457e80 void 0.000114
+gallium_dri.so free 0x557173457d70 void 0.000113
+gallium_dri.so malloc 72 0x557173457e30 0.000113
+gallium_dri.so free 0x557173457f00 void 0.000114
+gallium_dri.so free 0x557173457e30 void 0.000112
+gallium_dri.so malloc 72 0x557173457f50 0.000113
+gallium_dri.so free 0x557173457fc0 void 0.000114
+gallium_dri.so free 0x557173457f50 void 0.000112
+gallium_dri.so malloc 72 0x557173457fe0 0.000113
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x557173457fe0 void 0.000113
+gallium_dri.so malloc 72 0x557173458030 0.000117
+gallium_dri.so free 0x557173458100 void 0.000114
+gallium_dri.so free 0x557173458030 void 0.000113
+gallium_dri.so malloc 72 0x557173458030 0.000112
+gallium_dri.so free 0x557173458180 void 0.000114
+gallium_dri.so free 0x557173458030 void 0.000114
+gallium_dri.so malloc 72 0x557173458180 0.000113
+gallium_dri.so free 0x557173458240 void 0.000114
+gallium_dri.so free 0x557173458180 void 0.000113
+gallium_dri.so malloc 72 0x557173458180 0.000114
+gallium_dri.so free 0x557173458340 void 0.000123
+gallium_dri.so free 0x557173458180 void 0.000113
+gallium_dri.so malloc 72 0x5571734582f0 0.000110
+gallium_dri.so free 0x557173458380 void 0.000113
+gallium_dri.so free 0x5571734582f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734582f0 0.000121
+gallium_dri.so free 0x557173458440 void 0.000114
+gallium_dri.so free 0x5571734582f0 void 0.000114
+gallium_dri.so malloc 72 0x557173458480 0.000113
+gallium_dri.so free 0x557173458500 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000114
+gallium_dri.so malloc 72 0x557173458500 0.000114
+gallium_dri.so free 0x5571734585c0 void 0.000113
+gallium_dri.so free 0x557173458500 void 0.000113
+gallium_dri.so malloc 72 0x557173458500 0.000113
+gallium_dri.so free 0x557173458640 void 0.000115
+gallium_dri.so free 0x557173458500 void 0.000113
+gallium_dri.so malloc 72 0x557173458670 0.000116
+gallium_dri.so free 0x5571734586c0 void 0.000113
+gallium_dri.so free 0x557173458670 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000113
+gallium_dri.so free 0x55717358e6c0 void 0.000159
+gallium_dri.so free 0x557173458670 void 0.000115
+gallium_dri.so malloc 72 0x55717358e700 0.000113
+gallium_dri.so free 0x55717358e780 void 0.000115
+gallium_dri.so free 0x55717358e700 void 0.000112
+gallium_dri.so malloc 72 0x55717358e780 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000127
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so malloc 72 0x55717358e780 0.000118
+gallium_dri.so free 0x55717358e8c0 void 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000116
+gallium_dri.so malloc 72 0x55717358e8f0 0.000115
+gallium_dri.so free 0x55717358e940 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e8f0 0.000113
+gallium_dri.so free 0x55717358ea40 void 0.000115
+gallium_dri.so free 0x55717358e8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e9f0 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x55717358e9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000113
+gallium_dri.so free 0x55717358eb80 void 0.000113
+gallium_dri.so free 0x55717358eab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000113
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358eab0 0.000112
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ecb0 0.000113
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ecb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358edd0 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000180
+gallium_dri.so free 0x55717358edd0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee60 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000114
+gallium_dri.so free 0x55717358ee60 void 0.000118
+gallium_dri.so malloc 72 0x55717358eeb0 0.000115
+gallium_dri.so free 0x55717358ef80 void 0.000113
+gallium_dri.so free 0x55717358eeb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef80 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so free 0x55717358ef80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef80 0.000113
+gallium_dri.so free 0x55717358f0c0 void 0.000114
+gallium_dri.so free 0x55717358ef80 void 0.000112
+gallium_dri.so malloc 72 0x55717358f0c0 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so free 0x55717358f0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0c0 0.000112
+gallium_dri.so free 0x55717358f240 void 0.000114
+gallium_dri.so free 0x55717358f0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f0c0 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x55717358f0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2b0 0.000113
+gallium_dri.so free 0x55717358f380 void 0.000113
+gallium_dri.so free 0x55717358f2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f3d0 0.000116
+gallium_dri.so free 0x55717358f440 void 0.000124
+gallium_dri.so free 0x55717358f3d0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f480 0.000111
+gallium_dri.so free 0x55717358f500 void 0.000112
+gallium_dri.so free 0x55717358f480 void 0.000113
+gallium_dri.so malloc 72 0x55717358f480 0.000112
+gallium_dri.so free 0x55717358f580 void 0.000112
+gallium_dri.so free 0x55717358f480 void 0.000113
+gallium_dri.so malloc 72 0x55717358f5b0 0.000160
+gallium_dri.so free 0x55717358f600 void 0.000112
+gallium_dri.so free 0x55717358f5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f5b0 0.000112
+gallium_dri.so free 0x55717358f700 void 0.000129
+gallium_dri.so free 0x55717358f5b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f6b0 0.000124
+gallium_dri.so free 0x55717358f7c0 void 0.000124
+gallium_dri.so free 0x55717358f6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f770 0.000118
+gallium_dri.so free 0x55717358f800 void 0.000117
+gallium_dri.so free 0x55717358f770 void 0.000121
+gallium_dri.so malloc 72 0x55717358f770 0.000124
+gallium_dri.so free 0x55717358f8c0 void 0.000126
+gallium_dri.so free 0x55717358f770 void 0.000125
+gallium_dri.so malloc 72 0x55717358f930 0.000119
+gallium_dri.so free 0x55717358f980 void 0.000122
+gallium_dri.so free 0x55717358f930 void 0.000163
+gallium_dri.so malloc 72 0x55717358f930 0.000226
+gallium_dri.so free 0x55717358fa80 void 0.000219
+gallium_dri.so free 0x55717358f930 void 0.000222
+gallium_dri.so malloc 72 0x55717358fa30 0.000193
+gallium_dri.so free 0x55717358fb40 void 0.000178
+gallium_dri.so free 0x55717358fa30 void 0.000124
+gallium_dri.so malloc 72 0x55717358faf0 0.000119
+gallium_dri.so free 0x55717358fb80 void 0.000119
+gallium_dri.so free 0x55717358faf0 void 0.000123
+gallium_dri.so malloc 72 0x55717358faf0 0.000124
+gallium_dri.so free 0x55717358fc40 void 0.000125
+gallium_dri.so free 0x55717358faf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc80 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so free 0x55717358fc80 void 0.000122
+gallium_dri.so malloc 72 0x55717358fd00 0.000125
+gallium_dri.so free 0x55717358fdc0 void 0.000126
+gallium_dri.so free 0x55717358fd00 void 0.000124
+gallium_dri.so malloc 72 0x55717358fd00 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000121
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fea0 0.000123
+gallium_dri.so free 0x55717358ff40 void 0.000121
+gallium_dri.so free 0x55717358fea0 void 0.000122
+gallium_dri.so malloc 72 0x55717358fef0 0.000124
+gallium_dri.so free 0x55717358ffc0 void 0.000124
+gallium_dri.so free 0x55717358fef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fef0 0.000124
+gallium_dri.so free 0x557173590040 void 0.000119
+gallium_dri.so free 0x55717358fef0 void 0.000118
+gallium_dri.so malloc 72 0x557173590040 0.000120
+gallium_dri.so free 0x557173590100 void 0.000122
+gallium_dri.so free 0x557173590040 void 0.000123
+gallium_dri.so malloc 72 0x557173590040 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so free 0x557173590040 void 0.000122
+gallium_dri.so malloc 72 0x557173590040 0.000125
+gallium_dri.so free 0x557173590280 void 0.000124
+gallium_dri.so free 0x557173590040 void 0.000171
+gallium_dri.so malloc 72 0x557173590230 0.000125
+gallium_dri.so free 0x557173590340 void 0.000157
+gallium_dri.so free 0x557173590230 void 0.000125
+gallium_dri.so malloc 72 0x5571735902f0 0.000144
+gallium_dri.so free 0x5571735903c0 void 0.000124
+gallium_dri.so free 0x5571735902f0 void 0.000125
+gallium_dri.so malloc 72 0x557173590410 0.000125
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x557173590410 void 0.000122
+gallium_dri.so malloc 72 0x5571735904a0 0.000124
+gallium_dri.so free 0x557173590540 void 0.000124
+gallium_dri.so free 0x5571735904a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735904f0 0.000133
+gallium_dri.so free 0x5571735905c0 void 0.000127
+gallium_dri.so free 0x5571735904f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735904f0 0.000130
+gallium_dri.so free 0x557173590640 void 0.000130
+gallium_dri.so free 0x5571735904f0 void 0.000130
+gallium_dri.so malloc 72 0x557173590640 0.000128
+gallium_dri.so free 0x557173590700 void 0.000129
+gallium_dri.so free 0x557173590640 void 0.000129
+gallium_dri.so malloc 72 0x557173590640 0.000130
+gallium_dri.so free 0x557173590800 void 0.000125
+gallium_dri.so free 0x557173590640 void 0.000129
+gallium_dri.so malloc 72 0x5571735907b0 0.000130
+gallium_dri.so free 0x557173590840 void 0.000179
+gallium_dri.so free 0x5571735907b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735907b0 0.000123
+gallium_dri.so free 0x557173590900 void 0.000124
+gallium_dri.so free 0x5571735907b0 void 0.000127
+gallium_dri.so malloc 72 0x557173590940 0.000128
+gallium_dri.so free 0x5571735909c0 void 0.000131
+gallium_dri.so free 0x557173590940 void 0.000125
+gallium_dri.so malloc 72 0x5571735909c0 0.000124
+gallium_dri.so free 0x557173590a80 void 0.000128
+gallium_dri.so free 0x5571735909c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735909c0 0.000131
+gallium_dri.so free 0x557173590b00 void 0.000129
+gallium_dri.so free 0x5571735909c0 void 0.000130
+gallium_dri.so malloc 72 0x557173590b30 0.000129
+gallium_dri.so free 0x557173590b80 void 0.000124
+gallium_dri.so free 0x557173590b30 void 0.000129
+gallium_dri.so malloc 72 0x557173590b30 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000130
+gallium_dri.so free 0x557173590b30 void 0.000125
+gallium_dri.so malloc 72 0x557173590cc0 0.000124
+gallium_dri.so free 0x557173590d40 void 0.000128
+gallium_dri.so free 0x557173590cc0 void 0.000129
+gallium_dri.so malloc 72 0x557173590d40 0.000126
+gallium_dri.so free 0x557173590e00 void 0.000132
+gallium_dri.so free 0x557173590d40 void 0.000129
+gallium_dri.so malloc 72 0x557173590d40 0.000130
+gallium_dri.so free 0x557173590e80 void 0.000125
+gallium_dri.so free 0x557173590d40 void 0.000128
+gallium_dri.so malloc 72 0x557173590eb0 0.000131
+gallium_dri.so free 0x557173590f00 void 0.000131
+gallium_dri.so free 0x557173590eb0 void 0.000174
+gallium_dri.so malloc 72 0x557173590eb0 0.000132
+gallium_dri.so free 0x557173591000 void 0.000130
+gallium_dri.so free 0x557173590eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173590fb0 0.000125
+gallium_dri.so free 0x5571735910c0 void 0.000130
+gallium_dri.so free 0x557173590fb0 void 0.000131
+gallium_dri.so malloc 72 0x557173591070 0.000130
+gallium_dri.so free 0x557173591140 void 0.000131
+gallium_dri.so free 0x557173591070 void 0.000125
+gallium_dri.so malloc 72 0x557173591070 0.000124
+gallium_dri.so free 0x557173591200 void 0.000125
+gallium_dri.so free 0x557173591070 void 0.000128
+gallium_dri.so malloc 72 0x557173591070 0.000130
+gallium_dri.so free 0x5571735912c0 void 0.000131
+gallium_dri.so free 0x557173591070 void 0.000129
+gallium_dri.so malloc 72 0x557173591270 0.000129
+gallium_dri.so free 0x557173591340 void 0.000141
+gallium_dri.so free 0x557173591270 void 0.000131
+gallium_dri.so malloc 72 0x557173591390 0.000129
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so free 0x557173591390 void 0.000123
+gallium_dri.so malloc 72 0x557173591420 0.000124
+gallium_dri.so free 0x5571735914c0 void 0.000128
+gallium_dri.so free 0x557173591420 void 0.000134
+gallium_dri.so malloc 72 0x557173591470 0.000123
+gallium_dri.so free 0x557173591540 void 0.000126
+gallium_dri.so free 0x557173591470 void 0.000120
+gallium_dri.so malloc 72 0x557173591540 0.000120
+gallium_dri.so free 0x557173591600 void 0.000118
+gallium_dri.so free 0x557173591540 void 0.000123
+gallium_dri.so malloc 72 0x557173591540 0.000124
+gallium_dri.so free 0x557173591680 void 0.000124
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so malloc 72 0x557173591680 0.000118
+gallium_dri.so free 0x557173591740 void 0.000119
+gallium_dri.so free 0x557173591680 void 0.000117
+gallium_dri.so malloc 72 0x557173591680 0.000119
+gallium_dri.so free 0x557173591800 void 0.000117
+gallium_dri.so free 0x557173591680 void 0.000115
+gallium_dri.so malloc 72 0x557173591680 0.000118
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x557173591680 void 0.000116
+gallium_dri.so malloc 72 0x557173591870 0.000122
+gallium_dri.so free 0x557173591940 void 0.000119
+gallium_dri.so free 0x557173591870 void 0.000118
+gallium_dri.so malloc 72 0x557173591990 0.000117
+gallium_dri.so free 0x557173591a00 void 0.000118
+gallium_dri.so free 0x557173591990 void 0.000116
+gallium_dri.so malloc 72 0x557173591a40 0.000117
+gallium_dri.so free 0x557173591ac0 void 0.000118
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so malloc 72 0x557173591a40 0.000117
+gallium_dri.so free 0x557173591b40 void 0.000118
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so malloc 72 0x557173591b70 0.000118
+gallium_dri.so free 0x557173591bc0 void 0.000118
+gallium_dri.so free 0x557173591b70 void 0.000117
+gallium_dri.so malloc 72 0x557173591b70 0.000116
+gallium_dri.so free 0x557173591cc0 void 0.000118
+gallium_dri.so free 0x557173591b70 void 0.000118
+gallium_dri.so malloc 72 0x557173591c70 0.000117
+gallium_dri.so free 0x557173591d80 void 0.000117
+gallium_dri.so free 0x557173591c70 void 0.000152
+gallium_dri.so malloc 72 0x557173591d30 0.000120
+gallium_dri.so free 0x557173591dc0 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000117
+gallium_dri.so malloc 72 0x557173591d30 0.000118
+gallium_dri.so free 0x557173591e80 void 0.000123
+gallium_dri.so free 0x557173591d30 void 0.000119
+gallium_dri.so malloc 72 0x557173591ef0 0.000117
+gallium_dri.so free 0x557173459c40 void 0.000118
+gallium_dri.so free 0x557173591ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173459bf0 0.000117
+gallium_dri.so free 0x557173459cc0 void 0.000119
+gallium_dri.so free 0x557173459bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173459d10 0.000118
+gallium_dri.so free 0x557173459d80 void 0.000118
+gallium_dri.so free 0x557173459d10 void 0.000119
+gallium_dri.so malloc 72 0x557173459da0 0.000118
+gallium_dri.so free 0x557173459e40 void 0.000118
+gallium_dri.so free 0x557173459da0 void 0.000118
+gallium_dri.so malloc 72 0x557173459df0 0.000118
+gallium_dri.so free 0x557173459ec0 void 0.000117
+gallium_dri.so free 0x557173459df0 void 0.000117
+gallium_dri.so malloc 72 0x557173459df0 0.000120
+gallium_dri.so free 0x557173459f40 void 0.000118
+gallium_dri.so free 0x557173459df0 void 0.000118
+gallium_dri.so malloc 72 0x557173459f40 0.000118
+gallium_dri.so free 0x55717345a000 void 0.000117
+gallium_dri.so free 0x557173459f40 void 0.000118
+gallium_dri.so malloc 72 0x557173459f40 0.000118
+gallium_dri.so free 0x55717345a100 void 0.000125
+gallium_dri.so free 0x557173459f40 void 0.000118
+gallium_dri.so malloc 72 0x557173459f40 0.000119
+gallium_dri.so free 0x55717345a180 void 0.000128
+gallium_dri.so free 0x557173459f40 void 0.000118
+gallium_dri.so malloc 72 0x55717345a1b0 0.000119
+gallium_dri.so free 0x55717345a200 void 0.000117
+gallium_dri.so free 0x55717345a1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a1b0 0.000118
+gallium_dri.so free 0x55717345a300 void 0.000119
+gallium_dri.so free 0x55717345a1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a2b0 0.000117
+gallium_dri.so free 0x55717345a3c0 void 0.000117
+gallium_dri.so free 0x55717345a2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a370 0.000118
+gallium_dri.so free 0x55717345a400 void 0.000118
+gallium_dri.so free 0x55717345a370 void 0.000118
+gallium_dri.so malloc 72 0x55717345a370 0.000117
+gallium_dri.so free 0x55717345a4c0 void 0.000118
+gallium_dri.so free 0x55717345a370 void 0.000117
+gallium_dri.so malloc 72 0x55717345a510 0.000119
+gallium_dri.so free 0x55717345a580 void 0.000119
+gallium_dri.so free 0x55717345a510 void 0.000115
+gallium_dri.so malloc 72 0x55717345a5c0 0.000118
+gallium_dri.so free 0x55717345a640 void 0.000118
+gallium_dri.so free 0x55717345a5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a640 0.000118
+gallium_dri.so free 0x55717345a700 void 0.000118
+gallium_dri.so free 0x55717345a640 void 0.000118
+gallium_dri.so malloc 72 0x55717345a640 0.000158
+gallium_dri.so free 0x55717345a780 void 0.000121
+gallium_dri.so free 0x55717345a640 void 0.000118
+gallium_dri.so malloc 72 0x55717345a7b0 0.000117
+gallium_dri.so free 0x55717345a800 void 0.000118
+gallium_dri.so free 0x55717345a7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a7b0 0.000118
+gallium_dri.so free 0x55717345a900 void 0.000164
+gallium_dri.so free 0x55717345a7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a8b0 0.000118
+gallium_dri.so free 0x55717345a9c0 void 0.000117
+gallium_dri.so free 0x55717345a8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a970 0.000118
+gallium_dri.so free 0x55717345aa40 void 0.000117
+gallium_dri.so free 0x55717345a970 void 0.000117
+gallium_dri.so malloc 72 0x55717345aa60 0.000117
+gallium_dri.so free 0x55717345ab00 void 0.000118
+gallium_dri.so free 0x55717345aa60 void 0.000118
+gallium_dri.so malloc 72 0x55717345aab0 0.000118
+gallium_dri.so free 0x55717345ab80 void 0.000119
+gallium_dri.so free 0x55717345aab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345aab0 0.000117
+gallium_dri.so free 0x55717345ac00 void 0.000117
+gallium_dri.so free 0x55717345aab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345ac00 0.000118
+gallium_dri.so free 0x55717345acc0 void 0.000117
+gallium_dri.so free 0x55717345ac00 void 0.000128
+gallium_dri.so malloc 72 0x55717345ac00 0.000119
+gallium_dri.so free 0x55717345ad80 void 0.000117
+gallium_dri.so free 0x55717345ac00 void 0.000118
+gallium_dri.so malloc 72 0x55717345ac00 0.000117
+gallium_dri.so free 0x55717345ae40 void 0.000118
+gallium_dri.so free 0x55717345ac00 void 0.000118
+gallium_dri.so malloc 72 0x55717345adf0 0.000118
+gallium_dri.so free 0x55717345ae40 void 0.000118
+gallium_dri.so free 0x55717345adf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345adf0 0.000118
+gallium_dri.so free 0x55717345af40 void 0.000118
+gallium_dri.so free 0x55717345adf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345aef0 0.000117
+gallium_dri.so free 0x55717345b000 void 0.000122
+gallium_dri.so free 0x55717345aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717345afb0 0.000118
+gallium_dri.so free 0x55717345b040 void 0.000118
+gallium_dri.so free 0x55717345afb0 void 0.000117
+gallium_dri.so malloc 72 0x55717345afb0 0.000117
+gallium_dri.so free 0x55717345b100 void 0.000120
+gallium_dri.so free 0x55717345afb0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b140 0.000117
+gallium_dri.so free 0x55717345b1c0 void 0.000119
+gallium_dri.so free 0x55717345b140 void 0.000117
+gallium_dri.so malloc 72 0x55717345b1c0 0.000117
+gallium_dri.so free 0x55717345b280 void 0.000116
+gallium_dri.so free 0x55717345b1c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345b1c0 0.000118
+gallium_dri.so free 0x55717345b340 void 0.000117
+gallium_dri.so free 0x55717345b1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b360 0.000118
+gallium_dri.so free 0x55717345b400 void 0.000118
+gallium_dri.so free 0x55717345b360 void 0.000117
+gallium_dri.so malloc 72 0x55717345b3b0 0.000118
+gallium_dri.so free 0x55717345b480 void 0.000119
+gallium_dri.so free 0x55717345b3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b3b0 0.000118
+gallium_dri.so free 0x55717345b500 void 0.000118
+gallium_dri.so free 0x55717345b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b500 0.000118
+gallium_dri.so free 0x55717345b5c0 void 0.000117
+gallium_dri.so free 0x55717345b500 void 0.000118
+gallium_dri.so malloc 72 0x55717345b500 0.000118
+gallium_dri.so free 0x55717345b680 void 0.000117
+gallium_dri.so free 0x55717345b500 void 0.000116
+gallium_dri.so malloc 72 0x55717345b500 0.000117
+gallium_dri.so free 0x55717345b740 void 0.000157
+gallium_dri.so free 0x55717345b500 void 0.000119
+gallium_dri.so malloc 72 0x55717345b6f0 0.000120
+gallium_dri.so free 0x55717345b800 void 0.000117
+gallium_dri.so free 0x55717345b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b7b0 0.000117
+gallium_dri.so free 0x55717345b880 void 0.000169
+gallium_dri.so free 0x55717345b7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b8d0 0.000120
+gallium_dri.so free 0x55717345b940 void 0.000119
+gallium_dri.so free 0x55717345b8d0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b960 0.000118
+gallium_dri.so free 0x55717345ba00 void 0.000118
+gallium_dri.so free 0x55717345b960 void 0.000117
+gallium_dri.so malloc 72 0x55717345b9b0 0.000117
+gallium_dri.so free 0x55717345ba80 void 0.000118
+gallium_dri.so free 0x55717345b9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b9b0 0.000117
+gallium_dri.so free 0x55717345bb00 void 0.000118
+gallium_dri.so free 0x55717345b9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345bb00 0.000118
+gallium_dri.so free 0x55717345bbc0 void 0.000119
+gallium_dri.so free 0x55717345bb00 void 0.000118
+gallium_dri.so malloc 72 0x55717345bb00 0.000116
+gallium_dri.so free 0x55717345bcc0 void 0.000118
+gallium_dri.so free 0x55717345bb00 void 0.000118
+gallium_dri.so malloc 72 0x55717345bc70 0.000117
+gallium_dri.so free 0x55717345bd00 void 0.000117
+gallium_dri.so free 0x55717345bc70 void 0.000118
+gallium_dri.so malloc 72 0x55717345bc70 0.000119
+gallium_dri.so free 0x55717345bdc0 void 0.000118
+gallium_dri.so free 0x55717345bc70 void 0.000116
+gallium_dri.so malloc 72 0x55717345be00 0.000126
+gallium_dri.so free 0x55717345be80 void 0.000118
+gallium_dri.so free 0x55717345be00 void 0.000117
+gallium_dri.so malloc 72 0x55717345be80 0.000118
+gallium_dri.so free 0x55717345bf40 void 0.000122
+gallium_dri.so free 0x55717345be80 void 0.000117
+gallium_dri.so malloc 72 0x55717345be80 0.000118
+gallium_dri.so free 0x55717345bfc0 void 0.000118
+gallium_dri.so free 0x55717345be80 void 0.000117
+gallium_dri.so malloc 72 0x55717345bff0 0.000118
+gallium_dri.so free 0x55717345c040 void 0.000119
+gallium_dri.so free 0x55717345bff0 void 0.000119
+gallium_dri.so malloc 72 0x55717345bff0 0.000119
+gallium_dri.so free 0x55717345c140 void 0.000119
+gallium_dri.so free 0x55717345bff0 void 0.000117
+gallium_dri.so malloc 72 0x55717345c180 0.000116
+gallium_dri.so free 0x55717345c200 void 0.000118
+gallium_dri.so free 0x55717345c180 void 0.000117
+gallium_dri.so malloc 72 0x55717345c200 0.000118
+gallium_dri.so free 0x55717345c2c0 void 0.000121
+gallium_dri.so free 0x55717345c200 void 0.000119
+gallium_dri.so malloc 72 0x55717345c200 0.000118
+gallium_dri.so free 0x55717345c340 void 0.000119
+gallium_dri.so free 0x55717345c200 void 0.000118
+gallium_dri.so malloc 72 0x55717345c370 0.000118
+gallium_dri.so free 0x55717345c3c0 void 0.000119
+gallium_dri.so free 0x55717345c370 void 0.000117
+gallium_dri.so malloc 72 0x55717345c370 0.000120
+gallium_dri.so free 0x55717345c4c0 void 0.000118
+gallium_dri.so free 0x55717345c370 void 0.000118
+gallium_dri.so malloc 72 0x55717345c470 0.000118
+gallium_dri.so free 0x55717345c580 void 0.000117
+gallium_dri.so free 0x55717345c470 void 0.000118
+gallium_dri.so malloc 72 0x55717345c530 0.000119
+gallium_dri.so free 0x55717345c600 void 0.000162
+gallium_dri.so free 0x55717345c530 void 0.000118
+gallium_dri.so malloc 72 0x55717345c530 0.000116
+gallium_dri.so free 0x55717345c6c0 void 0.000117
+gallium_dri.so free 0x55717345c530 void 0.000118
+gallium_dri.so malloc 72 0x55717345c530 0.000118
+gallium_dri.so free 0x55717345c780 void 0.000118
+gallium_dri.so free 0x55717345c530 void 0.000118
+gallium_dri.so malloc 72 0x55717345c730 0.000117
+gallium_dri.so free 0x55717345c800 void 0.000118
+gallium_dri.so free 0x55717345c730 void 0.000117
+gallium_dri.so malloc 72 0x55717345c850 0.000118
+gallium_dri.so free 0x55717345c8c0 void 0.000118
+gallium_dri.so free 0x55717345c850 void 0.000118
+gallium_dri.so malloc 72 0x55717345c8e0 0.000117
+gallium_dri.so free 0x55717345c980 void 0.000117
+gallium_dri.so free 0x55717345c8e0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c930 0.000117
+gallium_dri.so free 0x55717345ca00 void 0.000120
+gallium_dri.so free 0x55717345c930 void 0.000166
+gallium_dri.so malloc 72 0x55717345ca00 0.000119
+gallium_dri.so free 0x55717345cac0 void 0.000118
+gallium_dri.so free 0x55717345ca00 void 0.000117
+gallium_dri.so malloc 72 0x55717345ca00 0.000119
+gallium_dri.so free 0x55717345cb40 void 0.000118
+gallium_dri.so free 0x55717345ca00 void 0.000118
+gallium_dri.so malloc 72 0x55717345cb40 0.000118
+gallium_dri.so free 0x55717345cc00 void 0.000117
+gallium_dri.so free 0x55717345cb40 void 0.000117
+gallium_dri.so malloc 72 0x55717345cb40 0.000118
+gallium_dri.so free 0x55717345ccc0 void 0.000117
+gallium_dri.so free 0x55717345cb40 void 0.000118
+gallium_dri.so malloc 72 0x55717345cb40 0.000119
+gallium_dri.so free 0x55717345cd80 void 0.000118
+gallium_dri.so free 0x55717345cb40 void 0.000117
+gallium_dri.so malloc 72 0x55717345cd30 0.000118
+gallium_dri.so free 0x55717345ce00 void 0.000117
+gallium_dri.so free 0x55717345cd30 void 0.000117
+gallium_dri.so malloc 72 0x55717345ce50 0.000117
+gallium_dri.so free 0x55717345cec0 void 0.000123
+gallium_dri.so free 0x55717345ce50 void 0.000118
+gallium_dri.so malloc 72 0x55717345cf00 0.000117
+gallium_dri.so free 0x55717345cf80 void 0.000119
+gallium_dri.so free 0x55717345cf00 void 0.000117
+gallium_dri.so malloc 72 0x55717345cf00 0.000118
+gallium_dri.so free 0x55717345d000 void 0.000127
+gallium_dri.so free 0x55717345cf00 void 0.000119
+gallium_dri.so malloc 72 0x55717345d030 0.000119
+gallium_dri.so free 0x55717345d080 void 0.000118
+gallium_dri.so free 0x55717345d030 void 0.000118
+gallium_dri.so malloc 72 0x55717345d030 0.000117
+gallium_dri.so free 0x55717345d180 void 0.000119
+gallium_dri.so free 0x55717345d030 void 0.000118
+gallium_dri.so malloc 72 0x55717345d130 0.000119
+gallium_dri.so free 0x55717345d240 void 0.000119
+gallium_dri.so free 0x55717345d130 void 0.000117
+gallium_dri.so malloc 72 0x55717345d1f0 0.000118
+gallium_dri.so free 0x55717345d280 void 0.000117
+gallium_dri.so free 0x55717345d1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d1f0 0.000118
+gallium_dri.so free 0x55717345d340 void 0.000119
+gallium_dri.so free 0x55717345d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d3b0 0.000118
+gallium_dri.so free 0x55717345d400 void 0.000118
+gallium_dri.so free 0x55717345d3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345d3b0 0.000118
+gallium_dri.so free 0x55717345d500 void 0.000163
+gallium_dri.so free 0x55717345d3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d4b0 0.000119
+gallium_dri.so free 0x55717345d5c0 void 0.000117
+gallium_dri.so free 0x55717345d4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d570 0.000129
+gallium_dri.so free 0x55717345d600 void 0.000118
+gallium_dri.so free 0x55717345d570 void 0.000120
+gallium_dri.so malloc 72 0x55717345d570 0.000119
+gallium_dri.so free 0x55717345d6c0 void 0.000117
+gallium_dri.so free 0x55717345d570 void 0.000118
+gallium_dri.so malloc 72 0x55717345d700 0.000117
+gallium_dri.so free 0x55717345d780 void 0.000118
+gallium_dri.so free 0x55717345d700 void 0.000116
+gallium_dri.so malloc 72 0x55717345d780 0.000119
+gallium_dri.so free 0x55717345d840 void 0.000117
+gallium_dri.so free 0x55717345d780 void 0.000117
+gallium_dri.so malloc 72 0x55717345d780 0.000118
+gallium_dri.so free 0x55717345d900 void 0.000118
+gallium_dri.so free 0x55717345d780 void 0.000117
+gallium_dri.so malloc 72 0x55717345d920 0.000117
+gallium_dri.so free 0x55717345d9c0 void 0.000118
+gallium_dri.so free 0x55717345d920 void 0.000117
+gallium_dri.so malloc 72 0x55717345d970 0.000117
+gallium_dri.so free 0x55717345da40 void 0.000117
+gallium_dri.so free 0x55717345d970 void 0.000117
+gallium_dri.so malloc 72 0x55717345d970 0.000117
+gallium_dri.so free 0x55717345dac0 void 0.000117
+gallium_dri.so free 0x55717345d970 void 0.000118
+gallium_dri.so malloc 72 0x55717345dac0 0.000116
+gallium_dri.so free 0x55717345db80 void 0.000118
+gallium_dri.so free 0x55717345dac0 void 0.000117
+gallium_dri.so malloc 72 0x55717345dac0 0.000175
+gallium_dri.so free 0x55717345dc40 void 0.000119
+gallium_dri.so free 0x55717345dac0 void 0.000117
+gallium_dri.so malloc 72 0x55717345dac0 0.000120
+gallium_dri.so free 0x55717345dd00 void 0.000117
+gallium_dri.so free 0x55717345dac0 void 0.000117
+gallium_dri.so malloc 72 0x55717345dcb0 0.000118
+gallium_dri.so free 0x55717345ddc0 void 0.000119
+gallium_dri.so free 0x55717345dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dd70 0.000118
+gallium_dri.so free 0x55717345de40 void 0.000123
+gallium_dri.so free 0x55717345dd70 void 0.000119
+gallium_dri.so malloc 72 0x55717345de90 0.000119
+gallium_dri.so free 0x55717345df00 void 0.000117
+gallium_dri.so free 0x55717345de90 void 0.000117
+gallium_dri.so malloc 72 0x55717345df20 0.000117
+gallium_dri.so free 0x55717345dfc0 void 0.000117
+gallium_dri.so free 0x55717345df20 void 0.000119
+gallium_dri.so malloc 72 0x55717345df70 0.000117
+gallium_dri.so free 0x55717345e040 void 0.000119
+gallium_dri.so free 0x55717345df70 void 0.000118
+gallium_dri.so malloc 72 0x55717345df70 0.000118
+gallium_dri.so free 0x55717345e0c0 void 0.000118
+gallium_dri.so free 0x55717345df70 void 0.000120
+gallium_dri.so malloc 72 0x55717345e0c0 0.000117
+gallium_dri.so free 0x55717345e180 void 0.000117
+gallium_dri.so free 0x55717345e0c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345e0c0 0.000119
+gallium_dri.so free 0x55717345e280 void 0.000118
+gallium_dri.so free 0x55717345e0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e230 0.000117
+gallium_dri.so free 0x55717345e2c0 void 0.000119
+gallium_dri.so free 0x55717345e230 void 0.000117
+gallium_dri.so malloc 72 0x55717345e230 0.000118
+gallium_dri.so free 0x55717345e380 void 0.000158
+gallium_dri.so free 0x55717345e230 void 0.000118
+gallium_dri.so malloc 72 0x55717345e3c0 0.000118
+gallium_dri.so free 0x55717345e440 void 0.000118
+gallium_dri.so free 0x55717345e3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345e440 0.000119
+gallium_dri.so free 0x55717345e500 void 0.000117
+gallium_dri.so free 0x55717345e440 void 0.000118
+gallium_dri.so malloc 72 0x55717345e440 0.000118
+gallium_dri.so free 0x55717345e580 void 0.000119
+gallium_dri.so free 0x55717345e440 void 0.000117
+gallium_dri.so malloc 72 0x55717345e5b0 0.000117
+gallium_dri.so free 0x55717345e600 void 0.000118
+gallium_dri.so free 0x55717345e5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e5b0 0.000116
+gallium_dri.so free 0x55717345e700 void 0.000118
+gallium_dri.so free 0x55717345e5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345e740 0.000119
+gallium_dri.so free 0x55717345e7c0 void 0.000127
+gallium_dri.so free 0x55717345e740 void 0.000119
+gallium_dri.so malloc 72 0x55717345e7c0 0.000118
+gallium_dri.so free 0x55717345e880 void 0.000117
+gallium_dri.so free 0x55717345e7c0 void 0.000116
+gallium_dri.so malloc 72 0x55717345e7c0 0.000118
+gallium_dri.so free 0x55717345e900 void 0.000119
+gallium_dri.so free 0x55717345e7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e930 0.000118
+gallium_dri.so free 0x55717345e980 void 0.000118
+gallium_dri.so free 0x55717345e930 void 0.000117
+gallium_dri.so malloc 72 0x55717345e930 0.000117
+gallium_dri.so free 0x5571735883c0 void 0.000120
+gallium_dri.so free 0x55717345e930 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588480 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588430 0.000117
+gallium_dri.so free 0x557173588500 void 0.000117
+gallium_dri.so free 0x557173588430 void 0.000117
+gallium_dri.so malloc 72 0x557173588430 0.000119
+gallium_dri.so free 0x5571735885c0 void 0.000119
+gallium_dri.so free 0x557173588430 void 0.000118
+gallium_dri.so malloc 72 0x557173588430 0.000117
+gallium_dri.so free 0x557173588680 void 0.000118
+gallium_dri.so free 0x557173588430 void 0.000117
+gallium_dri.so malloc 72 0x557173588630 0.000119
+gallium_dri.so free 0x557173588700 void 0.000125
+gallium_dri.so free 0x557173588630 void 0.000118
+gallium_dri.so malloc 72 0x557173588750 0.000118
+gallium_dri.so free 0x5571735887c0 void 0.000118
+gallium_dri.so free 0x557173588750 void 0.000117
+gallium_dri.so malloc 72 0x5571735887e0 0.000117
+gallium_dri.so free 0x557173588880 void 0.000119
+gallium_dri.so free 0x5571735887e0 void 0.000118
+gallium_dri.so malloc 72 0x557173588830 0.000117
+gallium_dri.so free 0x557173588900 void 0.000118
+gallium_dri.so free 0x557173588830 void 0.000117
+gallium_dri.so malloc 72 0x557173588900 0.000118
+gallium_dri.so free 0x5571735889c0 void 0.000118
+gallium_dri.so free 0x557173588900 void 0.000119
+gallium_dri.so malloc 72 0x557173588900 0.000117
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so free 0x557173588900 void 0.000118
+gallium_dri.so malloc 72 0x557173588a40 0.000117
+gallium_dri.so free 0x557173588b00 void 0.000118
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so malloc 72 0x557173588a40 0.000117
+gallium_dri.so free 0x557173588bc0 void 0.000157
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so malloc 72 0x557173588a40 0.000116
+gallium_dri.so free 0x557173588c80 void 0.000117
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so malloc 72 0x557173588c30 0.000128
+gallium_dri.so free 0x557173588d00 void 0.000119
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588d50 0.000120
+gallium_dri.so free 0x557173588dc0 void 0.000117
+gallium_dri.so free 0x557173588d50 void 0.000117
+gallium_dri.so malloc 72 0x557173588e00 0.000117
+gallium_dri.so free 0x557173588e80 void 0.000118
+gallium_dri.so free 0x557173588e00 void 0.000119
+gallium_dri.so malloc 72 0x557173588e00 0.000118
+gallium_dri.so free 0x557173588f00 void 0.000118
+gallium_dri.so free 0x557173588e00 void 0.000118
+gallium_dri.so malloc 72 0x557173588f30 0.000118
+gallium_dri.so free 0x557173588f80 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000118
+gallium_dri.so malloc 72 0x557173588f30 0.000118
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000118
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589140 void 0.000118
+gallium_dri.so free 0x557173589030 void 0.000118
+gallium_dri.so malloc 72 0x5571735890f0 0.000119
+gallium_dri.so free 0x557173589180 void 0.000120
+gallium_dri.so free 0x5571735890f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735890f0 0.000118
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so free 0x5571735890f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735892b0 0.000119
+gallium_dri.so free 0x557173589300 void 0.000118
+gallium_dri.so free 0x5571735892b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735892b0 0.000117
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x5571735892b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x5571735894c0 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000118
+gallium_dri.so malloc 72 0x557173589470 0.000119
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so free 0x557173589470 void 0.000117
+gallium_dri.so malloc 72 0x557173589470 0.000117
+gallium_dri.so free 0x5571735895c0 void 0.000124
+gallium_dri.so free 0x557173589470 void 0.000119
+gallium_dri.so malloc 72 0x557173589600 0.000117
+gallium_dri.so free 0x557173589680 void 0.000124
+gallium_dri.so free 0x557173589600 void 0.000120
+gallium_dri.so malloc 72 0x557173589680 0.000117
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x557173589680 void 0.000121
+gallium_dri.so malloc 72 0x557173589680 0.000118
+gallium_dri.so free 0x557173589800 void 0.000118
+gallium_dri.so free 0x557173589680 void 0.000119
+gallium_dri.so malloc 72 0x557173589820 0.000118
+gallium_dri.so free 0x5571735898c0 void 0.000162
+gallium_dri.so free 0x557173589820 void 0.000120
+gallium_dri.so malloc 72 0x557173589870 0.000118
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so free 0x557173589870 void 0.000119
+gallium_dri.so malloc 72 0x557173589870 0.000118
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so free 0x557173589870 void 0.000117
+gallium_dri.so malloc 72 0x5571735899c0 0.000156
+gallium_dri.so free 0x557173589a80 void 0.000121
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899c0 0.000119
+gallium_dri.so free 0x557173589b40 void 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735899c0 0.000117
+gallium_dri.so free 0x557173589c00 void 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so malloc 72 0x557173589bb0 0.000118
+gallium_dri.so free 0x557173589cc0 void 0.000119
+gallium_dri.so free 0x557173589bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173589c70 0.000118
+gallium_dri.so free 0x557173589d40 void 0.000118
+gallium_dri.so free 0x557173589c70 void 0.000118
+gallium_dri.so malloc 72 0x557173589d90 0.000119
+gallium_dri.so free 0x557173589e00 void 0.000117
+gallium_dri.so free 0x557173589d90 void 0.000119
+gallium_dri.so malloc 72 0x557173589e20 0.000123
+gallium_dri.so free 0x557173589ec0 void 0.000112
+gallium_dri.so free 0x557173589e20 void 0.000111
+gallium_dri.so malloc 72 0x557173589e70 0.000112
+gallium_dri.so free 0x557173589f40 void 0.000110
+gallium_dri.so free 0x557173589e70 void 0.000109
+gallium_dri.so malloc 72 0x557173589e70 0.000111
+gallium_dri.so free 0x557173589fc0 void 0.000110
+gallium_dri.so free 0x557173589e70 void 0.000109
+gallium_dri.so malloc 72 0x557173589fc0 0.000109
+gallium_dri.so free 0x55717358a080 void 0.000109
+gallium_dri.so free 0x557173589fc0 void 0.000109
+gallium_dri.so malloc 72 0x557173589fc0 0.000109
+gallium_dri.so free 0x55717358a180 void 0.000112
+gallium_dri.so free 0x557173589fc0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a130 0.000111
+gallium_dri.so free 0x55717358a1c0 void 0.000112
+gallium_dri.so free 0x55717358a130 void 0.000111
+gallium_dri.so malloc 72 0x55717358a130 0.000109
+gallium_dri.so free 0x55717358a280 void 0.000112
+gallium_dri.so free 0x55717358a130 void 0.000111
+gallium_dri.so malloc 72 0x55717358a2c0 0.000111
+gallium_dri.so free 0x55717358a340 void 0.000114
+gallium_dri.so free 0x55717358a2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a340 0.000112
+gallium_dri.so free 0x55717358a400 void 0.000112
+gallium_dri.so free 0x55717358a340 void 0.000110
+gallium_dri.so malloc 72 0x55717358a340 0.000109
+gallium_dri.so free 0x55717358a480 void 0.000130
+gallium_dri.so free 0x55717358a340 void 0.000115
+gallium_dri.so malloc 72 0x55717358a4b0 0.000113
+gallium_dri.so free 0x55717358a500 void 0.000114
+gallium_dri.so free 0x55717358a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a4b0 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x55717358a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a640 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so free 0x55717358a640 void 0.000111
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a780 void 0.000114
+gallium_dri.so free 0x55717358a6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a6c0 0.000124
+gallium_dri.so free 0x55717358a800 void 0.000123
+gallium_dri.so free 0x55717358a6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a830 0.000118
+gallium_dri.so free 0x55717358a880 void 0.000118
+gallium_dri.so free 0x55717358a830 void 0.000113
+gallium_dri.so malloc 72 0x55717358a830 0.000113
+gallium_dri.so free 0x55717358a980 void 0.000116
+gallium_dri.so free 0x55717358a830 void 0.000160
+gallium_dri.so malloc 72 0x55717358a930 0.000115
+gallium_dri.so free 0x55717358aa40 void 0.000113
+gallium_dri.so free 0x55717358a930 void 0.000114
+gallium_dri.so malloc 72 0x55717358a9f0 0.000113
+gallium_dri.so free 0x55717358aac0 void 0.000121
+gallium_dri.so free 0x55717358a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a9f0 0.000115
+gallium_dri.so free 0x55717358ab80 void 0.000114
+gallium_dri.so free 0x55717358a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a9f0 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000114
+gallium_dri.so free 0x55717358a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358acc0 void 0.000114
+gallium_dri.so free 0x55717358abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad10 0.000112
+gallium_dri.so free 0x55717358ad80 void 0.000114
+gallium_dri.so free 0x55717358ad10 void 0.000112
+gallium_dri.so malloc 72 0x55717358ada0 0.000113
+gallium_dri.so free 0x55717358ae40 void 0.000115
+gallium_dri.so free 0x55717358ada0 void 0.000113
+gallium_dri.so malloc 72 0x55717358adf0 0.000113
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so free 0x55717358adf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358aec0 0.000114
+gallium_dri.so free 0x55717358af80 void 0.000114
+gallium_dri.so free 0x55717358aec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aec0 0.000113
+gallium_dri.so free 0x55717358b000 void 0.000114
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b000 0.000112
+gallium_dri.so free 0x55717358b0c0 void 0.000128
+gallium_dri.so free 0x55717358b000 void 0.000114
+gallium_dri.so malloc 72 0x55717358b000 0.000112
+gallium_dri.so free 0x55717358b180 void 0.000113
+gallium_dri.so free 0x55717358b000 void 0.000112
+gallium_dri.so malloc 72 0x55717358b000 0.000112
+gallium_dri.so free 0x55717358b240 void 0.000112
+gallium_dri.so free 0x55717358b000 void 0.000113
+gallium_dri.so malloc 72 0x55717358b1f0 0.000113
+gallium_dri.so free 0x55717358b2c0 void 0.000113
+gallium_dri.so free 0x55717358b1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b310 0.000112
+gallium_dri.so free 0x55717358b380 void 0.000113
+gallium_dri.so free 0x55717358b310 void 0.000113
+gallium_dri.so malloc 72 0x55717358b3c0 0.000112
+gallium_dri.so free 0x55717358b440 void 0.000112
+gallium_dri.so free 0x55717358b3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b3c0 0.000111
+gallium_dri.so free 0x55717358b4c0 void 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4f0 0.000120
+gallium_dri.so free 0x55717358b540 void 0.000119
+gallium_dri.so free 0x55717358b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4f0 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000117
+gallium_dri.so free 0x55717358b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b5f0 0.000111
+gallium_dri.so free 0x55717358b700 void 0.000118
+gallium_dri.so free 0x55717358b5f0 void 0.000159
+gallium_dri.so malloc 72 0x55717358b6b0 0.000256
+gallium_dri.so free 0x55717358b740 void 0.000239
+gallium_dri.so free 0x55717358b6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6b0 0.000114
+gallium_dri.so free 0x55717358b800 void 0.000114
+gallium_dri.so free 0x55717358b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b870 0.000121
+gallium_dri.so free 0x55717358b8c0 void 0.000116
+gallium_dri.so free 0x55717358b870 void 0.000114
+gallium_dri.so malloc 72 0x55717358b870 0.000114
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b870 void 0.000114
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba30 0.000114
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so free 0x55717358ba30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba30 0.000113
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358ba30 void 0.000112
+gallium_dri.so malloc 72 0x55717358bbc0 0.000113
+gallium_dri.so free 0x55717358bc40 void 0.000115
+gallium_dri.so free 0x55717358bbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bc40 0.000124
+gallium_dri.so free 0x55717358bd00 void 0.000114
+gallium_dri.so free 0x55717358bc40 void 0.000112
+gallium_dri.so malloc 72 0x55717358bc40 0.000113
+gallium_dri.so free 0x55717358bdc0 void 0.000113
+gallium_dri.so free 0x55717358bc40 void 0.000114
+gallium_dri.so malloc 72 0x55717358bde0 0.000115
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so free 0x55717358bde0 void 0.000113
+gallium_dri.so malloc 72 0x55717358be30 0.000112
+gallium_dri.so free 0x55717358bf00 void 0.000113
+gallium_dri.so free 0x55717358be30 void 0.000117
+gallium_dri.so malloc 72 0x55717358be30 0.000113
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so free 0x55717358be30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000113
+gallium_dri.so free 0x55717358c040 void 0.000113
+gallium_dri.so free 0x55717358bf80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000113
+gallium_dri.so free 0x55717358c100 void 0.000115
+gallium_dri.so free 0x55717358bf80 void 0.000112
+gallium_dri.so malloc 72 0x55717358bf80 0.000126
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000112
+gallium_dri.so malloc 72 0x55717358c170 0.000114
+gallium_dri.so free 0x55717358c280 void 0.000113
+gallium_dri.so free 0x55717358c170 void 0.000113
+gallium_dri.so malloc 72 0x55717358c230 0.000123
+gallium_dri.so free 0x55717358c300 void 0.000115
+gallium_dri.so free 0x55717358c230 void 0.000114
+gallium_dri.so malloc 72 0x55717358c350 0.000113
+gallium_dri.so free 0x55717358c3c0 void 0.000113
+gallium_dri.so free 0x55717358c350 void 0.000112
+gallium_dri.so malloc 72 0x55717358c3e0 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000115
+gallium_dri.so free 0x55717358c3e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c430 0.000112
+gallium_dri.so free 0x55717358c500 void 0.000114
+gallium_dri.so free 0x55717358c430 void 0.000113
+gallium_dri.so malloc 72 0x55717358c430 0.000112
+gallium_dri.so free 0x55717358c580 void 0.000113
+gallium_dri.so free 0x55717358c430 void 0.000117
+gallium_dri.so malloc 72 0x55717358c580 0.000113
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717358c580 void 0.000113
+gallium_dri.so malloc 72 0x55717358c580 0.000113
+gallium_dri.so free 0x55717358c740 void 0.000114
+gallium_dri.so free 0x55717358c580 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6f0 0.000113
+gallium_dri.so free 0x55717358c780 void 0.000114
+gallium_dri.so free 0x55717358c6f0 void 0.000148
+gallium_dri.so malloc 72 0x55717358c6f0 0.000117
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c880 0.000113
+gallium_dri.so free 0x55717358c900 void 0.000123
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so malloc 72 0x55717358c900 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000113
+gallium_dri.so malloc 72 0x55717358c900 0.000113
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000114
+gallium_dri.so malloc 72 0x55717358ca70 0.000113
+gallium_dri.so free 0x55717358cac0 void 0.000114
+gallium_dri.so free 0x55717358ca70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca70 0.000112
+gallium_dri.so free 0x55717358cbc0 void 0.000113
+gallium_dri.so free 0x55717358ca70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cc00 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000114
+gallium_dri.so free 0x55717358cc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000113
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000114
+gallium_dri.so free 0x55717358cc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358cdf0 0.000112
+gallium_dri.so free 0x55717358ce40 void 0.000114
+gallium_dri.so free 0x55717358cdf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358cdf0 0.000112
+gallium_dri.so free 0x55717358cf40 void 0.000121
+gallium_dri.so free 0x55717358cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cef0 0.000114
+gallium_dri.so free 0x55717358d000 void 0.000113
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cfb0 0.000112
+gallium_dri.so free 0x55717358d080 void 0.000113
+gallium_dri.so free 0x55717358cfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cfb0 0.000113
+gallium_dri.so free 0x55717358d140 void 0.000113
+gallium_dri.so free 0x55717358cfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfb0 0.000114
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x55717358cfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d1b0 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000114
+gallium_dri.so free 0x55717358d1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2d0 0.000117
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d2d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d360 0.000112
+gallium_dri.so free 0x55717358d400 void 0.000114
+gallium_dri.so free 0x55717358d360 void 0.000112
+gallium_dri.so malloc 72 0x55717358d3b0 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000116
+gallium_dri.so free 0x55717358d3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d480 0.000113
+gallium_dri.so free 0x55717358d540 void 0.000114
+gallium_dri.so free 0x55717358d480 void 0.000185
+gallium_dri.so malloc 72 0x55717358d480 0.000114
+gallium_dri.so free 0x55717358d5c0 void 0.000114
+gallium_dri.so free 0x55717358d480 void 0.000117
+gallium_dri.so malloc 72 0x55717358d5c0 0.000114
+gallium_dri.so free 0x55717358d680 void 0.000113
+gallium_dri.so free 0x55717358d5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d5c0 0.000113
+gallium_dri.so free 0x55717358d740 void 0.000114
+gallium_dri.so free 0x55717358d5c0 void 0.000161
+gallium_dri.so malloc 72 0x55717358d5c0 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so free 0x55717358d5c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358d7b0 0.000113
+gallium_dri.so free 0x55717358d880 void 0.000113
+gallium_dri.so free 0x55717358d7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d8d0 0.000114
+gallium_dri.so free 0x55717358d940 void 0.000115
+gallium_dri.so free 0x55717358d8d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000113
+gallium_dri.so free 0x55717358da00 void 0.000115
+gallium_dri.so free 0x55717358d980 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000113
+gallium_dri.so free 0x55717358da80 void 0.000113
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so malloc 72 0x55717358dab0 0.000113
+gallium_dri.so free 0x55717358db00 void 0.000114
+gallium_dri.so free 0x55717358dab0 void 0.000125
+gallium_dri.so malloc 72 0x55717358dab0 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so free 0x55717358dab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dbb0 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000114
+gallium_dri.so free 0x55717358dbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc70 0.000114
+gallium_dri.so free 0x55717358dd00 void 0.000112
+gallium_dri.so free 0x55717358dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc70 0.000113
+gallium_dri.so free 0x55717358ddc0 void 0.000114
+gallium_dri.so free 0x55717358dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358de30 0.000114
+gallium_dri.so free 0x55717358de80 void 0.000113
+gallium_dri.so free 0x55717358de30 void 0.000112
+gallium_dri.so malloc 72 0x55717358de30 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358de30 void 0.000112
+gallium_dri.so malloc 72 0x55717358df30 0.000114
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358df30 void 0.000112
+gallium_dri.so malloc 72 0x55717358dff0 0.000112
+gallium_dri.so free 0x55717358e080 void 0.000114
+gallium_dri.so free 0x55717358dff0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dff0 0.000119
+gallium_dri.so free 0x55717358e140 void 0.000124
+gallium_dri.so free 0x55717358dff0 void 0.000134
+gallium_dri.so malloc 72 0x55717358e180 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x55717358e180 void 0.000113
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so malloc 72 0x55717358e200 0.000114
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3a0 0.000113
+gallium_dri.so free 0x55717358e440 void 0.000113
+gallium_dri.so free 0x55717358e3a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3f0 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3f0 0.000112
+gallium_dri.so free 0x55717358e540 void 0.000115
+gallium_dri.so free 0x55717358e3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e540 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so malloc 72 0x55717358e540 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000155
+gallium_dri.so free 0x55717358e540 void 0.000118
+gallium_dri.so malloc 72 0x5571735da970 0.000114
+gallium_dri.so free 0x5571735da9c0 void 0.000114
+gallium_dri.so free 0x5571735da970 void 0.000185
+gallium_dri.so malloc 72 0x5571735da9c0 0.000114
+gallium_dri.so free 0x5571735daa80 void 0.000114
+gallium_dri.so free 0x5571735da9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da9c0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735da9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000112
+gallium_dri.so free 0x5571735dac80 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabf0 0.000112
+gallium_dri.so free 0x5571735dad40 void 0.000117
+gallium_dri.so free 0x5571735dabf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dad80 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae00 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so malloc 72 0x5571735db070 0.000112
+gallium_dri.so free 0x5571735db140 void 0.000116
+gallium_dri.so free 0x5571735db070 void 0.000117
+gallium_dri.so malloc 72 0x5571735db190 0.000112
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so free 0x5571735db190 void 0.000113
+gallium_dri.so malloc 72 0x5571735db220 0.000112
+gallium_dri.so free 0x5571735db2c0 void 0.000126
+gallium_dri.so free 0x5571735db220 void 0.000124
+gallium_dri.so malloc 72 0x5571735db270 0.000125
+gallium_dri.so free 0x5571735db340 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000117
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so free 0x5571735db270 void 0.000113
+gallium_dri.so malloc 72 0x5571735db3f0 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db510 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db510 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5a0 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000112
+gallium_dri.so free 0x5571735db5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000112
+gallium_dri.so free 0x5571735db5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000112
+gallium_dri.so free 0x5571735db5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db740 0.000112
+gallium_dri.so free 0x5571735db800 void 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000112
+gallium_dri.so malloc 72 0x5571735db740 0.000112
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db740 void 0.000113
+gallium_dri.so malloc 72 0x5571735db740 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000119
+gallium_dri.so malloc 72 0x5571735db9b0 0.000112
+gallium_dri.so free 0x5571735dba00 void 0.000114
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9b0 0.000112
+gallium_dri.so free 0x5571735dbb00 void 0.000111
+gallium_dri.so free 0x5571735db9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbab0 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735dbab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc00 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000163
+gallium_dri.so free 0x5571735dbcc0 void 0.000112
+gallium_dri.so free 0x5571735dbb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbd10 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000112
+gallium_dri.so free 0x5571735dbd10 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000109
+gallium_dri.so free 0x5571735dbe40 void 0.000110
+gallium_dri.so free 0x5571735dbdc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbe40 0.000112
+gallium_dri.so free 0x5571735dbf00 void 0.000111
+gallium_dri.so free 0x5571735dbe40 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbe40 0.000110
+gallium_dri.so free 0x5571735dbf80 void 0.000110
+gallium_dri.so free 0x5571735dbe40 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000111
+gallium_dri.so free 0x5571735dc000 void 0.000110
+gallium_dri.so free 0x5571735dbfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000109
+gallium_dri.so free 0x5571735dc100 void 0.000111
+gallium_dri.so free 0x5571735dbfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000121
+gallium_dri.so free 0x5571735dc0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc170 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000112
+gallium_dri.so free 0x5571735dc170 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc260 0.000111
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so free 0x5571735dc260 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc2b0 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000111
+gallium_dri.so free 0x5571735dc2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc2b0 0.000111
+gallium_dri.so free 0x5571735dc400 void 0.000111
+gallium_dri.so free 0x5571735dc2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc400 0.000111
+gallium_dri.so free 0x5571735dc4c0 void 0.000109
+gallium_dri.so free 0x5571735dc400 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc400 0.000109
+gallium_dri.so free 0x5571735dc580 void 0.000110
+gallium_dri.so free 0x5571735dc400 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc400 0.000111
+gallium_dri.so free 0x5571735dc640 void 0.000111
+gallium_dri.so free 0x5571735dc400 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000109
+gallium_dri.so free 0x5571735dc640 void 0.000111
+gallium_dri.so free 0x5571735dc5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000111
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571735dc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000121
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x5571735dc840 void 0.000126
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc900 void 0.000111
+gallium_dri.so free 0x5571735dc7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc940 0.000110
+gallium_dri.so free 0x5571735dc9c0 void 0.000111
+gallium_dri.so free 0x5571735dc940 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000110
+gallium_dri.so free 0x5571735dca80 void 0.000111
+gallium_dri.so free 0x5571735dc9c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000110
+gallium_dri.so free 0x5571735dcb40 void 0.000110
+gallium_dri.so free 0x5571735dc9c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcb60 0.000111
+gallium_dri.so free 0x5571735dcc00 void 0.000109
+gallium_dri.so free 0x5571735dcb60 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000110
+gallium_dri.so free 0x5571735dcc80 void 0.000110
+gallium_dri.so free 0x5571735dcbb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000109
+gallium_dri.so free 0x5571735dcd00 void 0.000117
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd00 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd00 0.000109
+gallium_dri.so free 0x5571735dce80 void 0.000160
+gallium_dri.so free 0x5571735dcd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd00 0.000121
+gallium_dri.so free 0x5571735dcf40 void 0.000126
+gallium_dri.so free 0x5571735dcd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcef0 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000117
+gallium_dri.so free 0x5571735dcef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000116
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so free 0x5571735dcfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so free 0x5571735dd0d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd160 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so free 0x5571735dd160 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so free 0x5571735dd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000119
+gallium_dri.so free 0x5571735dd300 void 0.000119
+gallium_dri.so free 0x5571735dd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000124
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd470 0.000110
+gallium_dri.so free 0x5571735dd500 void 0.000110
+gallium_dri.so free 0x5571735dd470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd470 0.000110
+gallium_dri.so free 0x5571735dd5c0 void 0.000110
+gallium_dri.so free 0x5571735dd470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd600 0.000164
+gallium_dri.so free 0x5571735dd680 void 0.000112
+gallium_dri.so free 0x5571735dd600 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd680 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000110
+gallium_dri.so free 0x5571735dd680 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd680 0.000108
+gallium_dri.so free 0x5571735dd7c0 void 0.000110
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000110
+gallium_dri.so free 0x5571735dd840 void 0.000111
+gallium_dri.so free 0x5571735dd7f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000111
+gallium_dri.so free 0x5571735dd940 void 0.000110
+gallium_dri.so free 0x5571735dd7f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd980 0.000111
+gallium_dri.so free 0x5571735dda00 void 0.000109
+gallium_dri.so free 0x5571735dd980 void 0.000109
+gallium_dri.so malloc 72 0x5571735dda00 0.000110
+gallium_dri.so free 0x5571735ddac0 void 0.000133
+gallium_dri.so free 0x5571735dda00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dda00 0.000126
+gallium_dri.so free 0x5571735ddb40 void 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb70 0.000113
+gallium_dri.so free 0x5571735ddbc0 void 0.000112
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc70 0.000112
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735de050 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000210
+gallium_dri.so free 0x5571735de050 void 0.000119
+gallium_dri.so malloc 72 0x5571735de0e0 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000117
+gallium_dri.so malloc 72 0x5571735de200 0.000118
+gallium_dri.so free 0x5571735de2c0 void 0.000117
+gallium_dri.so free 0x5571735de200 void 0.000118
+gallium_dri.so malloc 72 0x5571735de200 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735de200 void 0.000117
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de400 void 0.000122
+gallium_dri.so free 0x5571735de340 void 0.000117
+gallium_dri.so malloc 72 0x5571735de340 0.000119
+gallium_dri.so free 0x5571735de4c0 void 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de580 void 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000122
+gallium_dri.so malloc 72 0x5571735de530 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000118
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de650 0.000119
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de650 void 0.000111
+gallium_dri.so malloc 72 0x5571735de700 0.000110
+gallium_dri.so free 0x5571735de780 void 0.000110
+gallium_dri.so free 0x5571735de700 void 0.000110
+gallium_dri.so malloc 72 0x5571735de700 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000112
+gallium_dri.so free 0x5571735de700 void 0.000111
+gallium_dri.so malloc 72 0x5571735de830 0.000109
+gallium_dri.so free 0x5571735de880 void 0.000116
+gallium_dri.so free 0x5571735de830 void 0.000111
+gallium_dri.so malloc 72 0x5571735de830 0.000110
+gallium_dri.so free 0x5571735de980 void 0.000110
+gallium_dri.so free 0x5571735de830 void 0.000109
+gallium_dri.so malloc 72 0x5571735de930 0.000110
+gallium_dri.so free 0x5571735dea40 void 0.000109
+gallium_dri.so free 0x5571735de930 void 0.000110
+gallium_dri.so malloc 72 0x5571735de9f0 0.000109
+gallium_dri.so free 0x5571735dea80 void 0.000109
+gallium_dri.so free 0x5571735de9f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735de9f0 0.000110
+gallium_dri.so free 0x5571735deb40 void 0.000117
+gallium_dri.so free 0x5571735de9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735debb0 0.000112
+gallium_dri.so free 0x5571735dec00 void 0.000112
+gallium_dri.so free 0x5571735debb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735debb0 0.000109
+gallium_dri.so free 0x5571735ded00 void 0.000131
+gallium_dri.so free 0x5571735debb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735decb0 0.000119
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so free 0x5571735decb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000112
+gallium_dri.so free 0x5571735dee00 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000113
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def00 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000112
+gallium_dri.so malloc 72 0x5571735def80 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735def80 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735df120 0.000112
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df120 void 0.000113
+gallium_dri.so malloc 72 0x5571735df170 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so free 0x5571735df170 void 0.000112
+gallium_dri.so malloc 72 0x5571735df170 0.000117
+gallium_dri.so free 0x5571735df2c0 void 0.000171
+gallium_dri.so free 0x5571735df170 void 0.000126
+gallium_dri.so malloc 72 0x5571735df2c0 0.000124
+gallium_dri.so free 0x5571735df380 void 0.000124
+gallium_dri.so free 0x5571735df2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df2c0 0.000117
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df2c0 void 0.000160
+gallium_dri.so malloc 72 0x5571735df2c0 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4b0 0.000118
+gallium_dri.so free 0x5571735df5c0 void 0.000117
+gallium_dri.so free 0x5571735df4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df570 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735df570 void 0.000117
+gallium_dri.so malloc 72 0x5571735df690 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df690 void 0.000118
+gallium_dri.so malloc 72 0x5571735df720 0.000118
+gallium_dri.so free 0x5571735df7c0 void 0.000122
+gallium_dri.so free 0x5571735df720 void 0.000118
+gallium_dri.so malloc 72 0x5571735df770 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df770 void 0.000128
+gallium_dri.so malloc 72 0x5571735df770 0.000136
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so free 0x5571735df770 void 0.000129
+gallium_dri.so malloc 72 0x5571735df8c0 0.000129
+gallium_dri.so free 0x5571735df980 void 0.000129
+gallium_dri.so free 0x5571735df8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df8c0 0.000130
+gallium_dri.so free 0x5571735dfa80 void 0.000129
+gallium_dri.so free 0x5571735df8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfa30 0.000128
+gallium_dri.so free 0x5571735dfac0 void 0.000130
+gallium_dri.so free 0x5571735dfa30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa30 0.000128
+gallium_dri.so free 0x5571735dfb80 void 0.000129
+gallium_dri.so free 0x5571735dfa30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000129
+gallium_dri.so free 0x5571735dfc40 void 0.000128
+gallium_dri.so free 0x5571735dfbc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfc40 0.000129
+gallium_dri.so free 0x5571735dfd00 void 0.000128
+gallium_dri.so free 0x5571735dfc40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfc40 0.000129
+gallium_dri.so free 0x5571735dfd80 void 0.000129
+gallium_dri.so free 0x5571735dfc40 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000132
+gallium_dri.so free 0x5571735dfe00 void 0.000129
+gallium_dri.so free 0x5571735dfdb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000129
+gallium_dri.so free 0x5571735dff00 void 0.000129
+gallium_dri.so free 0x5571735dfdb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dff40 0.000128
+gallium_dri.so free 0x5571735dffc0 void 0.000133
+gallium_dri.so free 0x5571735dff40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dffc0 0.000130
+gallium_dri.so free 0x5571735e0080 void 0.000129
+gallium_dri.so free 0x5571735dffc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dffc0 0.000132
+gallium_dri.so free 0x5571735e0100 void 0.000128
+gallium_dri.so free 0x5571735dffc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0130 0.000128
+gallium_dri.so free 0x5571735e0180 void 0.000129
+gallium_dri.so free 0x5571735e0130 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0130 0.000130
+gallium_dri.so free 0x5571735e0280 void 0.000135
+gallium_dri.so free 0x5571735e0130 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0230 0.000129
+gallium_dri.so free 0x5571735e0340 void 0.000131
+gallium_dri.so free 0x5571735e0230 void 0.000226
+gallium_dri.so malloc 72 0x5571735e02f0 0.000172
+gallium_dri.so free 0x5571735e03c0 void 0.000177
+gallium_dri.so free 0x5571735e02f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e02f0 0.000139
+gallium_dri.so free 0x5571735e0480 void 0.000135
+gallium_dri.so free 0x5571735e02f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e02f0 0.000133
+gallium_dri.so free 0x5571735e0540 void 0.000133
+gallium_dri.so free 0x5571735e02f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735e04f0 0.000145
+gallium_dri.so free 0x5571735e05c0 void 0.000138
+gallium_dri.so free 0x5571735e04f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0610 0.000132
+gallium_dri.so free 0x5571735e0680 void 0.000132
+gallium_dri.so free 0x5571735e0610 void 0.000135
+gallium_dri.so malloc 72 0x5571735e06a0 0.000133
+gallium_dri.so free 0x5571735e0740 void 0.000133
+gallium_dri.so free 0x5571735e06a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06f0 0.000133
+gallium_dri.so free 0x5571735e07c0 void 0.000133
+gallium_dri.so free 0x5571735e06f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e07c0 0.000126
+gallium_dri.so free 0x5571735e0880 void 0.000127
+gallium_dri.so free 0x5571735e07c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e07c0 0.000126
+gallium_dri.so free 0x5571735e0900 void 0.000125
+gallium_dri.so free 0x5571735e07c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0900 0.000124
+gallium_dri.so free 0x5571735e09c0 void 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0900 0.000125
+gallium_dri.so free 0x5571735e0a80 void 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0900 0.000125
+gallium_dri.so free 0x5571735e0b40 void 0.000126
+gallium_dri.so free 0x5571735e0900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0af0 0.000125
+gallium_dri.so free 0x5571735e0bc0 void 0.000126
+gallium_dri.so free 0x5571735e0af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0c10 0.000129
+gallium_dri.so free 0x5571735e0c80 void 0.000125
+gallium_dri.so free 0x5571735e0c10 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000125
+gallium_dri.so free 0x5571735e0d40 void 0.000125
+gallium_dri.so free 0x5571735e0cc0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000136
+gallium_dri.so free 0x5571735e0dc0 void 0.000131
+gallium_dri.so free 0x5571735e0cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0df0 0.000130
+gallium_dri.so free 0x5571735e0e40 void 0.000131
+gallium_dri.so free 0x5571735e0df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0df0 0.000134
+gallium_dri.so free 0x5571735e0f40 void 0.000155
+gallium_dri.so free 0x5571735e0df0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000231
+gallium_dri.so free 0x5571735e1000 void 0.000229
+gallium_dri.so free 0x5571735e0ef0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000284
+gallium_dri.so free 0x5571735e1040 void 0.000155
+gallium_dri.so free 0x5571735e0fb0 void 0.000187
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000200
+gallium_dri.so free 0x5571735e1100 void 0.000200
+gallium_dri.so free 0x5571735e0fb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e1170 0.000142
+gallium_dri.so free 0x5571735e11c0 void 0.000234
+gallium_dri.so free 0x5571735e1170 void 0.000156
+gallium_dri.so malloc 72 0x5571735e1170 0.000153
+gallium_dri.so free 0x5571735e12c0 void 0.000154
+gallium_dri.so free 0x5571735e1170 void 0.000154
+gallium_dri.so malloc 72 0x5571735e1270 0.000155
+gallium_dri.so free 0x5571735e1380 void 0.000155
+gallium_dri.so free 0x5571735e1270 void 0.000154
+gallium_dri.so malloc 72 0x5571735e1330 0.000154
+gallium_dri.so free 0x5571735e13c0 void 0.000155
+gallium_dri.so free 0x5571735e1330 void 0.000155
+gallium_dri.so malloc 72 0x5571735e1330 0.000154
+gallium_dri.so free 0x5571735e1480 void 0.000153
+gallium_dri.so free 0x5571735e1330 void 0.000155
+gallium_dri.so malloc 72 0x5571735e14c0 0.000154
+gallium_dri.so free 0x5571735e1540 void 0.000155
+gallium_dri.so free 0x5571735e14c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e1540 0.000156
+gallium_dri.so free 0x5571735e1600 void 0.000163
+gallium_dri.so free 0x5571735e1540 void 0.000155
+gallium_dri.so malloc 72 0x5571735e1540 0.000153
+gallium_dri.so free 0x5571735e16c0 void 0.000153
+gallium_dri.so free 0x5571735e1540 void 0.000154
+gallium_dri.so malloc 72 0x5571735e16e0 0.000153
+gallium_dri.so free 0x5571735e1780 void 0.000153
+gallium_dri.so free 0x5571735e16e0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e1730 0.000153
+gallium_dri.so free 0x5571735e1800 void 0.000153
+gallium_dri.so free 0x5571735e1730 void 0.000151
+gallium_dri.so malloc 72 0x5571735e1730 0.000152
+gallium_dri.so free 0x5571735e1880 void 0.000154
+gallium_dri.so free 0x5571735e1730 void 0.000158
+gallium_dri.so malloc 72 0x5571735e1880 0.000131
+gallium_dri.so free 0x5571735e1940 void 0.000130
+gallium_dri.so free 0x5571735e1880 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1880 0.000128
+gallium_dri.so free 0x5571735e1a00 void 0.000130
+gallium_dri.so free 0x5571735e1880 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1880 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000161
+gallium_dri.so free 0x5571735e1880 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1a70 0.000131
+gallium_dri.so free 0x5571735e1b80 void 0.000131
+gallium_dri.so free 0x5571735e1a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1b30 0.000132
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so free 0x5571735e1b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c50 0.000129
+gallium_dri.so free 0x5571735e1cc0 void 0.000131
+gallium_dri.so free 0x5571735e1c50 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000131
+gallium_dri.so free 0x5571735e1d80 void 0.000132
+gallium_dri.so free 0x5571735e1ce0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1d30 0.000132
+gallium_dri.so free 0x5571735e1e00 void 0.000133
+gallium_dri.so free 0x5571735e1d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1d30 0.000132
+gallium_dri.so free 0x5571735e1e80 void 0.000132
+gallium_dri.so free 0x5571735e1d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1e80 0.000132
+gallium_dri.so free 0x5571735e1f40 void 0.000132
+gallium_dri.so free 0x5571735e1e80 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1e80 0.000137
+gallium_dri.so free 0x5571735e2040 void 0.000131
+gallium_dri.so free 0x5571735e1e80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000129
+gallium_dri.so free 0x5571735e2080 void 0.000128
+gallium_dri.so free 0x5571735e1ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000131
+gallium_dri.so free 0x5571735e2140 void 0.000144
+gallium_dri.so free 0x5571735e1ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2180 0.000188
+gallium_dri.so free 0x5571735e2200 void 0.000187
+gallium_dri.so free 0x5571735e2180 void 0.000199
+gallium_dri.so malloc 72 0x5571735e2200 0.000185
+gallium_dri.so free 0x5571735e22c0 void 0.000193
+gallium_dri.so free 0x5571735e2200 void 0.000184
+gallium_dri.so malloc 72 0x5571735e2200 0.000191
+gallium_dri.so free 0x5571735e2340 void 0.000238
+gallium_dri.so free 0x5571735e2200 void 0.000192
+gallium_dri.so malloc 72 0x5571735e2370 0.000186
+gallium_dri.so free 0x5571735e23c0 void 0.000249
+gallium_dri.so free 0x5571735e2370 void 0.000255
+gallium_dri.so malloc 72 0x5571735e2370 0.000243
+gallium_dri.so free 0x5571735e24c0 void 0.000251
+gallium_dri.so free 0x5571735e2370 void 0.000269
+gallium_dri.so malloc 72 0x5571735e2500 0.000206
+gallium_dri.so free 0x5571735e2580 void 0.000250
+gallium_dri.so free 0x5571735e2500 void 0.000179
+gallium_dri.so malloc 72 0x5571735e2580 0.000136
+gallium_dri.so free 0x5571735e2640 void 0.000163
+gallium_dri.so free 0x5571735e2580 void 0.000159
+gallium_dri.so malloc 72 0x5571735e2580 0.000219
+gallium_dri.so free 0x5571735e26c0 void 0.000225
+gallium_dri.so free 0x5571735e2580 void 0.000221
+gallium_dri.so malloc 72 0x5571735e26f0 0.000203
+gallium_dri.so free 0x5571735e2740 void 0.000247
+gallium_dri.so free 0x5571735e26f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735e26f0 0.000130
+gallium_dri.so free 0x5571735e2840 void 0.000184
+gallium_dri.so free 0x5571735e26f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735e27f0 0.000208
+gallium_dri.so free 0x5571735e2900 void 0.000217
+gallium_dri.so free 0x5571735e27f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735e28b0 0.000126
+gallium_dri.so free 0x5571735e2980 void 0.000123
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000126
+gallium_dri.so free 0x5571735e2a40 void 0.000125
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000124
+gallium_dri.so free 0x5571735e2b00 void 0.000124
+gallium_dri.so free 0x5571735e28b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000125
+gallium_dri.so free 0x5571735e2ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000124
+gallium_dri.so free 0x5571735e2c40 void 0.000124
+gallium_dri.so free 0x5571735e2bd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2c60 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so free 0x5571735e2c60 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000136
+gallium_dri.so free 0x5571735e2d80 void 0.000136
+gallium_dri.so free 0x5571735e2cb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2d80 0.000135
+gallium_dri.so free 0x5571735e2e40 void 0.000135
+gallium_dri.so free 0x5571735e2d80 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2d80 0.000136
+gallium_dri.so free 0x5571735e2ec0 void 0.000136
+gallium_dri.so free 0x5571735e2d80 void 0.000136
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000138
+gallium_dri.so free 0x5571735e2f80 void 0.000135
+gallium_dri.so free 0x5571735e2ec0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000134
+gallium_dri.so free 0x5571735e3040 void 0.000141
+gallium_dri.so free 0x5571735e2ec0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000140
+gallium_dri.so free 0x5571735e3100 void 0.000144
+gallium_dri.so free 0x5571735e2ec0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e30b0 0.000173
+gallium_dri.so free 0x5571735e3180 void 0.000159
+gallium_dri.so free 0x5571735e30b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e31d0 0.000142
+gallium_dri.so free 0x5571735e3240 void 0.000139
+gallium_dri.so free 0x5571735e31d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3280 0.000137
+gallium_dri.so free 0x5571735e3300 void 0.000138
+gallium_dri.so free 0x5571735e3280 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3280 0.000138
+gallium_dri.so free 0x5571735e3380 void 0.000137
+gallium_dri.so free 0x5571735e3280 void 0.000142
+gallium_dri.so malloc 72 0x5571735e33b0 0.000136
+gallium_dri.so free 0x5571735e3400 void 0.000138
+gallium_dri.so free 0x5571735e33b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e33b0 0.000143
+gallium_dri.so free 0x5571735e3500 void 0.000138
+gallium_dri.so free 0x5571735e33b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e34b0 0.000136
+gallium_dri.so free 0x5571735e35c0 void 0.000137
+gallium_dri.so free 0x5571735e34b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3570 0.000138
+gallium_dri.so free 0x5571735e3600 void 0.000158
+gallium_dri.so free 0x5571735e3570 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3570 0.000136
+gallium_dri.so free 0x5571735e36c0 void 0.000137
+gallium_dri.so free 0x5571735e3570 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3730 0.000138
+gallium_dri.so free 0x5571735cae40 void 0.000137
+gallium_dri.so free 0x5571735e3730 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3730 0.000136
+gallium_dri.so free 0x5571735caf40 void 0.000203
+gallium_dri.so free 0x5571735e3730 void 0.000139
+gallium_dri.so malloc 72 0x5571735caef0 0.000136
+gallium_dri.so free 0x5571735cb000 void 0.000140
+gallium_dri.so free 0x5571735caef0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cafb0 0.000136
+gallium_dri.so free 0x5571735e3780 void 0.000138
+gallium_dri.so free 0x5571735cafb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735cafb0 0.000140
+gallium_dri.so free 0x5571735cb040 void 0.000139
+gallium_dri.so free 0x5571735cafb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cafb0 0.000131
+gallium_dri.so free 0x5571735cb140 void 0.000131
+gallium_dri.so free 0x5571735cafb0 void 0.000151
+gallium_dri.so malloc 72 0x5571735cb0f0 0.000130
+gallium_dri.so free 0x5571735cb200 void 0.000156
+gallium_dri.so free 0x5571735cb0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000128
+gallium_dri.so free 0x5571735cb280 void 0.000129
+gallium_dri.so free 0x5571735cb1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000129
+gallium_dri.so free 0x5571735cb340 void 0.000130
+gallium_dri.so free 0x5571735cb1b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000133
+gallium_dri.so free 0x5571735cb400 void 0.000133
+gallium_dri.so free 0x5571735cb1b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000131
+gallium_dri.so free 0x5571735cb480 void 0.000133
+gallium_dri.so free 0x5571735cb3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb4d0 0.000132
+gallium_dri.so free 0x5571735cb540 void 0.000133
+gallium_dri.so free 0x5571735cb4d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb560 0.000131
+gallium_dri.so free 0x5571735cb600 void 0.000130
+gallium_dri.so free 0x5571735cb560 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb5b0 0.000130
+gallium_dri.so free 0x5571735cb680 void 0.000132
+gallium_dri.so free 0x5571735cb5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb680 0.000131
+gallium_dri.so free 0x5571735cb740 void 0.000129
+gallium_dri.so free 0x5571735cb680 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb680 0.000129
+gallium_dri.so free 0x5571735cb7c0 void 0.000129
+gallium_dri.so free 0x5571735cb680 void 0.000136
+gallium_dri.so malloc 72 0x5571735cb7c0 0.000130
+gallium_dri.so free 0x5571735cb880 void 0.000130
+gallium_dri.so free 0x5571735cb7c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb7c0 0.000128
+gallium_dri.so free 0x5571735cb940 void 0.000130
+gallium_dri.so free 0x5571735cb7c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb7c0 0.000130
+gallium_dri.so free 0x5571735cba00 void 0.000128
+gallium_dri.so free 0x5571735cb7c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000128
+gallium_dri.so free 0x5571735cba80 void 0.000130
+gallium_dri.so free 0x5571735cb9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbad0 0.000130
+gallium_dri.so free 0x5571735cbb40 void 0.000128
+gallium_dri.so free 0x5571735cbad0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cbb80 0.000148
+gallium_dri.so free 0x5571735cbc00 void 0.000179
+gallium_dri.so free 0x5571735cbb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbb80 0.000129
+gallium_dri.so free 0x5571735cbc80 void 0.000129
+gallium_dri.so free 0x5571735cbb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000129
+gallium_dri.so free 0x5571735cbd00 void 0.000129
+gallium_dri.so free 0x5571735cbcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000128
+gallium_dri.so free 0x5571735cbe00 void 0.000130
+gallium_dri.so free 0x5571735cbcb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000127
+gallium_dri.so free 0x5571735cbec0 void 0.000129
+gallium_dri.so free 0x5571735cbdb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbe70 0.000129
+gallium_dri.so free 0x5571735cbf00 void 0.000129
+gallium_dri.so free 0x5571735cbe70 void 0.000128
+gallium_dri.so malloc 72 0x5571735cbe70 0.000128
+gallium_dri.so free 0x5571735cbfc0 void 0.000131
+gallium_dri.so free 0x5571735cbe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc030 0.000129
+gallium_dri.so free 0x5571735cc080 void 0.000130
+gallium_dri.so free 0x5571735cc030 void 0.000139
+gallium_dri.so malloc 72 0x5571735cc030 0.000127
+gallium_dri.so free 0x5571735cc180 void 0.000131
+gallium_dri.so free 0x5571735cc030 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc130 0.000130
+gallium_dri.so free 0x5571735cc240 void 0.000127
+gallium_dri.so free 0x5571735cc130 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000141
+gallium_dri.so free 0x5571735cc280 void 0.000132
+gallium_dri.so free 0x5571735cc1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000131
+gallium_dri.so free 0x5571735cc340 void 0.000131
+gallium_dri.so free 0x5571735cc1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc380 0.000129
+gallium_dri.so free 0x5571735cc400 void 0.000131
+gallium_dri.so free 0x5571735cc380 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc400 0.000132
+gallium_dri.so free 0x5571735cc4c0 void 0.000131
+gallium_dri.so free 0x5571735cc400 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc400 0.000130
+gallium_dri.so free 0x5571735cc580 void 0.000129
+gallium_dri.so free 0x5571735cc400 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000174
+gallium_dri.so free 0x5571735cc640 void 0.000161
+gallium_dri.so free 0x5571735cc5a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000121
+gallium_dri.so free 0x5571735cc6c0 void 0.000122
+gallium_dri.so free 0x5571735cc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000127
+gallium_dri.so free 0x5571735cc740 void 0.000121
+gallium_dri.so free 0x5571735cc5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc740 0.000121
+gallium_dri.so free 0x5571735cc800 void 0.000118
+gallium_dri.so free 0x5571735cc740 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc740 0.000119
+gallium_dri.so free 0x5571735cc8c0 void 0.000119
+gallium_dri.so free 0x5571735cc740 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc740 0.000118
+gallium_dri.so free 0x5571735cc980 void 0.000119
+gallium_dri.so free 0x5571735cc740 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc930 0.000118
+gallium_dri.so free 0x5571735cca40 void 0.000120
+gallium_dri.so free 0x5571735cc930 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000119
+gallium_dri.so free 0x5571735ccac0 void 0.000119
+gallium_dri.so free 0x5571735cc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccb10 0.000118
+gallium_dri.so free 0x5571735ccb80 void 0.000119
+gallium_dri.so free 0x5571735ccb10 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccba0 0.000166
+gallium_dri.so free 0x5571735ccc40 void 0.000159
+gallium_dri.so free 0x5571735ccba0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ccbf0 0.000159
+gallium_dri.so free 0x5571735cccc0 void 0.000161
+gallium_dri.so free 0x5571735ccbf0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ccbf0 0.000159
+gallium_dri.so free 0x5571735ccd40 void 0.000160
+gallium_dri.so free 0x5571735ccbf0 void 0.000155
+gallium_dri.so malloc 72 0x5571735ccd40 0.000159
+gallium_dri.so free 0x5571735cce00 void 0.000186
+gallium_dri.so free 0x5571735ccd40 void 0.000159
+gallium_dri.so malloc 72 0x5571735ccd40 0.000159
+gallium_dri.so free 0x5571735ccf00 void 0.000160
+gallium_dri.so free 0x5571735ccd40 void 0.000159
+gallium_dri.so malloc 72 0x5571735cceb0 0.000160
+gallium_dri.so free 0x5571735ccf40 void 0.000160
+gallium_dri.so free 0x5571735cceb0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cceb0 0.000158
+gallium_dri.so free 0x5571735cd000 void 0.000157
+gallium_dri.so free 0x5571735cceb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735cd040 0.000159
+gallium_dri.so free 0x5571735cd0c0 void 0.000160
+gallium_dri.so free 0x5571735cd040 void 0.000153
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000159
+gallium_dri.so free 0x5571735cd180 void 0.000160
+gallium_dri.so free 0x5571735cd0c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000161
+gallium_dri.so free 0x5571735cd200 void 0.000160
+gallium_dri.so free 0x5571735cd0c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cd230 0.000159
+gallium_dri.so free 0x5571735cd280 void 0.000159
+gallium_dri.so free 0x5571735cd230 void 0.000159
+gallium_dri.so malloc 72 0x5571735cd230 0.000159
+gallium_dri.so free 0x5571735cd380 void 0.000161
+gallium_dri.so free 0x5571735cd230 void 0.000159
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000140
+gallium_dri.so free 0x5571735cd440 void 0.000119
+gallium_dri.so free 0x5571735cd3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd440 0.000119
+gallium_dri.so free 0x5571735cd500 void 0.000137
+gallium_dri.so free 0x5571735cd440 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd440 0.000120
+gallium_dri.so free 0x5571735cd580 void 0.000119
+gallium_dri.so free 0x5571735cd440 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000119
+gallium_dri.so free 0x5571735cd600 void 0.000119
+gallium_dri.so free 0x5571735cd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000118
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000119
+gallium_dri.so free 0x5571735cd7c0 void 0.000118
+gallium_dri.so free 0x5571735cd6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd770 0.000124
+gallium_dri.so free 0x5571735cd840 void 0.000131
+gallium_dri.so free 0x5571735cd770 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd770 0.000124
+gallium_dri.so free 0x5571735cd900 void 0.000124
+gallium_dri.so free 0x5571735cd770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd770 0.000118
+gallium_dri.so free 0x5571735cd9c0 void 0.000119
+gallium_dri.so free 0x5571735cd770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd970 0.000119
+gallium_dri.so free 0x5571735cda40 void 0.000120
+gallium_dri.so free 0x5571735cd970 void 0.000129
+gallium_dri.so malloc 72 0x5571735cda90 0.000119
+gallium_dri.so free 0x5571735cdb00 void 0.000119
+gallium_dri.so free 0x5571735cda90 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb20 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000121
+gallium_dri.so free 0x5571735cdb20 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdb70 0.000118
+gallium_dri.so free 0x5571735cdc40 void 0.000119
+gallium_dri.so free 0x5571735cdb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdc40 0.000120
+gallium_dri.so free 0x5571735cdd00 void 0.000124
+gallium_dri.so free 0x5571735cdc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdc40 0.000119
+gallium_dri.so free 0x5571735cdd80 void 0.000116
+gallium_dri.so free 0x5571735cdc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdd80 0.000118
+gallium_dri.so free 0x5571735cde40 void 0.000119
+gallium_dri.so free 0x5571735cdd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd80 0.000119
+gallium_dri.so free 0x5571735cdf00 void 0.000119
+gallium_dri.so free 0x5571735cdd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdd80 0.000118
+gallium_dri.so free 0x5571735cdfc0 void 0.000120
+gallium_dri.so free 0x5571735cdd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdf70 0.000119
+gallium_dri.so free 0x5571735ce040 void 0.000126
+gallium_dri.so free 0x5571735cdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce090 0.000110
+gallium_dri.so free 0x5571735ce100 void 0.000111
+gallium_dri.so free 0x5571735ce090 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce140 0.000111
+gallium_dri.so free 0x5571735ce1c0 void 0.000111
+gallium_dri.so free 0x5571735ce140 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce140 0.000109
+gallium_dri.so free 0x5571735ce240 void 0.000110
+gallium_dri.so free 0x5571735ce140 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce270 0.000111
+gallium_dri.so free 0x5571735ce2c0 void 0.000110
+gallium_dri.so free 0x5571735ce270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce270 0.000111
+gallium_dri.so free 0x5571735ce3c0 void 0.000110
+gallium_dri.so free 0x5571735ce270 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce370 0.000123
+gallium_dri.so free 0x5571735ce480 void 0.000113
+gallium_dri.so free 0x5571735ce370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce430 0.000111
+gallium_dri.so free 0x5571735ce4c0 void 0.000116
+gallium_dri.so free 0x5571735ce430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce430 0.000114
+gallium_dri.so free 0x5571735ce580 void 0.000115
+gallium_dri.so free 0x5571735ce430 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000110
+gallium_dri.so free 0x5571735ce640 void 0.000111
+gallium_dri.so free 0x5571735ce5f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000129
+gallium_dri.so free 0x5571735ce740 void 0.000212
+gallium_dri.so free 0x5571735ce5f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000210
+gallium_dri.so free 0x5571735ce800 void 0.000208
+gallium_dri.so free 0x5571735ce6f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000152
+gallium_dri.so free 0x5571735ce840 void 0.000120
+gallium_dri.so free 0x5571735ce7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000124
+gallium_dri.so free 0x5571735ce900 void 0.000125
+gallium_dri.so free 0x5571735ce7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce940 0.000118
+gallium_dri.so free 0x5571735ce9c0 void 0.000125
+gallium_dri.so free 0x5571735ce940 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000124
+gallium_dri.so free 0x5571735cea80 void 0.000125
+gallium_dri.so free 0x5571735ce9c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000139
+gallium_dri.so free 0x5571735ceb40 void 0.000184
+gallium_dri.so free 0x5571735ce9c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735ceb60 0.000173
+gallium_dri.so free 0x5571735cec00 void 0.000177
+gallium_dri.so free 0x5571735ceb60 void 0.000181
+gallium_dri.so malloc 72 0x5571735cebb0 0.000157
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so free 0x5571735cebb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cebb0 0.000124
+gallium_dri.so free 0x5571735ced00 void 0.000125
+gallium_dri.so free 0x5571735cebb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced00 0.000124
+gallium_dri.so free 0x5571735cedc0 void 0.000124
+gallium_dri.so free 0x5571735ced00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ced00 0.000119
+gallium_dri.so free 0x5571735cee80 void 0.000123
+gallium_dri.so free 0x5571735ced00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ced00 0.000124
+gallium_dri.so free 0x5571735cef40 void 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ceef0 0.000137
+gallium_dri.so free 0x5571735cf000 void 0.000190
+gallium_dri.so free 0x5571735ceef0 void 0.000185
+gallium_dri.so malloc 72 0x5571735cefb0 0.000198
+gallium_dri.so free 0x5571735cf080 void 0.000162
+gallium_dri.so free 0x5571735cefb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf0d0 0.000130
+gallium_dri.so free 0x5571735cf140 void 0.000125
+gallium_dri.so free 0x5571735cf0d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf160 0.000130
+gallium_dri.so free 0x5571735cf200 void 0.000126
+gallium_dri.so free 0x5571735cf160 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000130
+gallium_dri.so free 0x5571735cf280 void 0.000131
+gallium_dri.so free 0x5571735cf1b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000125
+gallium_dri.so free 0x5571735cf300 void 0.000129
+gallium_dri.so free 0x5571735cf1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf300 0.000163
+gallium_dri.so free 0x5571735cf3c0 void 0.000162
+gallium_dri.so free 0x5571735cf300 void 0.000173
+gallium_dri.so malloc 72 0x5571735cf300 0.000131
+gallium_dri.so free 0x5571735cf4c0 void 0.000132
+gallium_dri.so free 0x5571735cf300 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf470 0.000129
+gallium_dri.so free 0x5571735cf500 void 0.000129
+gallium_dri.so free 0x5571735cf470 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf470 0.000126
+gallium_dri.so free 0x5571735cf5c0 void 0.000129
+gallium_dri.so free 0x5571735cf470 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf600 0.000129
+gallium_dri.so free 0x5571735cf680 void 0.000130
+gallium_dri.so free 0x5571735cf600 void 0.000155
+gallium_dri.so malloc 72 0x5571735cf680 0.000135
+gallium_dri.so free 0x5571735cf740 void 0.000130
+gallium_dri.so free 0x5571735cf680 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf680 0.000129
+gallium_dri.so free 0x5571735cf7c0 void 0.000125
+gallium_dri.so free 0x5571735cf680 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000129
+gallium_dri.so free 0x5571735cf840 void 0.000140
+gallium_dri.so free 0x5571735cf7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000128
+gallium_dri.so free 0x5571735cf940 void 0.000126
+gallium_dri.so free 0x5571735cf7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf980 0.000123
+gallium_dri.so free 0x5571735cfa00 void 0.000125
+gallium_dri.so free 0x5571735cf980 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfa00 0.000130
+gallium_dri.so free 0x5571735cfac0 void 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfa00 0.000130
+gallium_dri.so free 0x5571735cfb40 void 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfb70 0.000148
+gallium_dri.so free 0x5571735cfbc0 void 0.000131
+gallium_dri.so free 0x5571735cfb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfb70 0.000127
+gallium_dri.so free 0x5571735cfcc0 void 0.000125
+gallium_dri.so free 0x5571735cfb70 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfc70 0.000130
+gallium_dri.so free 0x5571735cfd80 void 0.000159
+gallium_dri.so free 0x5571735cfc70 void 0.000163
+gallium_dri.so malloc 72 0x5571735cfd30 0.000189
+gallium_dri.so free 0x5571735cfe00 void 0.000172
+gallium_dri.so free 0x5571735cfd30 void 0.000168
+gallium_dri.so malloc 72 0x5571735cfd30 0.000131
+gallium_dri.so free 0x5571735cfec0 void 0.000136
+gallium_dri.so free 0x5571735cfd30 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfd30 0.000128
+gallium_dri.so free 0x5571735cff80 void 0.000130
+gallium_dri.so free 0x5571735cfd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735cff30 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so free 0x5571735cff30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0050 0.000124
+gallium_dri.so free 0x5571735d00c0 void 0.000129
+gallium_dri.so free 0x5571735d0050 void 0.000129
+gallium_dri.so malloc 72 0x5571735d00e0 0.000126
+gallium_dri.so free 0x5571735d0180 void 0.000125
+gallium_dri.so free 0x5571735d00e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0130 0.000130
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so free 0x5571735d0130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0200 0.000131
+gallium_dri.so free 0x5571735d02c0 void 0.000131
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0200 0.000130
+gallium_dri.so free 0x5571735d0340 void 0.000133
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0340 0.000130
+gallium_dri.so free 0x5571735d0400 void 0.000129
+gallium_dri.so free 0x5571735d0340 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0340 0.000130
+gallium_dri.so free 0x5571735d04c0 void 0.000124
+gallium_dri.so free 0x5571735d0340 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0340 0.000131
+gallium_dri.so free 0x5571735d0580 void 0.000129
+gallium_dri.so free 0x5571735d0340 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0530 0.000131
+gallium_dri.so free 0x5571735d0600 void 0.000140
+gallium_dri.so free 0x5571735d0530 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0650 0.000130
+gallium_dri.so free 0x5571735d06c0 void 0.000131
+gallium_dri.so free 0x5571735d0650 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0700 0.000125
+gallium_dri.so free 0x5571735d0780 void 0.000126
+gallium_dri.so free 0x5571735d0700 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0700 0.000132
+gallium_dri.so free 0x5571735d0800 void 0.000131
+gallium_dri.so free 0x5571735d0700 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0830 0.000126
+gallium_dri.so free 0x5571735d0880 void 0.000129
+gallium_dri.so free 0x5571735d0830 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0830 0.000132
+gallium_dri.so free 0x5571735d0980 void 0.000132
+gallium_dri.so free 0x5571735d0830 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0930 0.000124
+gallium_dri.so free 0x5571735d0a40 void 0.000136
+gallium_dri.so free 0x5571735d0930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d09f0 0.000134
+gallium_dri.so free 0x5571735d0a80 void 0.000125
+gallium_dri.so free 0x5571735d09f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d09f0 0.000126
+gallium_dri.so free 0x5571735d0b40 void 0.000141
+gallium_dri.so free 0x5571735d09f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000145
+gallium_dri.so free 0x5571735d0c00 void 0.000145
+gallium_dri.so free 0x5571735d0bb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000145
+gallium_dri.so free 0x5571735d0d00 void 0.000145
+gallium_dri.so free 0x5571735d0bb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000147
+gallium_dri.so free 0x5571735d0dc0 void 0.000145
+gallium_dri.so free 0x5571735d0cb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0d70 0.000138
+gallium_dri.so free 0x5571735d0e00 void 0.000140
+gallium_dri.so free 0x5571735d0d70 void 0.000141
+gallium_dri.so malloc 72 0x5571735d0d70 0.000145
+gallium_dri.so free 0x5571735d0ec0 void 0.000146
+gallium_dri.so free 0x5571735d0d70 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0f00 0.000150
+gallium_dri.so free 0x5571735d0f80 void 0.000146
+gallium_dri.so free 0x5571735d0f00 void 0.000145
+gallium_dri.so malloc 72 0x5571735d0f80 0.000145
+gallium_dri.so free 0x5571735d1040 void 0.000146
+gallium_dri.so free 0x5571735d0f80 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0f80 0.000140
+gallium_dri.so free 0x5571735d1100 void 0.000145
+gallium_dri.so free 0x5571735d0f80 void 0.000145
+gallium_dri.so malloc 72 0x5571735d1120 0.000146
+gallium_dri.so free 0x5571735d11c0 void 0.000140
+gallium_dri.so free 0x5571735d1120 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1170 0.000143
+gallium_dri.so free 0x5571735d1240 void 0.000145
+gallium_dri.so free 0x5571735d1170 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1170 0.000145
+gallium_dri.so free 0x5571735d12c0 void 0.000141
+gallium_dri.so free 0x5571735d1170 void 0.000140
+gallium_dri.so malloc 72 0x5571735d12c0 0.000144
+gallium_dri.so free 0x5571735d1380 void 0.000212
+gallium_dri.so free 0x5571735d12c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d12c0 0.000145
+gallium_dri.so free 0x5571735d1440 void 0.000147
+gallium_dri.so free 0x5571735d12c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d12c0 0.000145
+gallium_dri.so free 0x5571735d1500 void 0.000140
+gallium_dri.so free 0x5571735d12c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d14b0 0.000147
+gallium_dri.so free 0x5571735d15c0 void 0.000145
+gallium_dri.so free 0x5571735d14b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1570 0.000145
+gallium_dri.so free 0x5571735d1640 void 0.000145
+gallium_dri.so free 0x5571735d1570 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1690 0.000130
+gallium_dri.so free 0x5571735d1700 void 0.000130
+gallium_dri.so free 0x5571735d1690 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1720 0.000171
+gallium_dri.so free 0x5571735d17c0 void 0.000134
+gallium_dri.so free 0x5571735d1720 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1770 0.000130
+gallium_dri.so free 0x5571735d1840 void 0.000131
+gallium_dri.so free 0x5571735d1770 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1770 0.000130
+gallium_dri.so free 0x5571735d18c0 void 0.000130
+gallium_dri.so free 0x5571735d1770 void 0.000125
+gallium_dri.so malloc 72 0x5571735d18c0 0.000130
+gallium_dri.so free 0x5571735d1980 void 0.000126
+gallium_dri.so free 0x5571735d18c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d18c0 0.000125
+gallium_dri.so free 0x5571735d1a80 void 0.000124
+gallium_dri.so free 0x5571735d18c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1a30 0.000140
+gallium_dri.so free 0x5571735d1ac0 void 0.000136
+gallium_dri.so free 0x5571735d1a30 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1a30 0.000130
+gallium_dri.so free 0x5571735d1b80 void 0.000131
+gallium_dri.so free 0x5571735d1a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000140
+gallium_dri.so free 0x5571735d1c40 void 0.000133
+gallium_dri.so free 0x5571735d1bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1c40 0.000130
+gallium_dri.so free 0x5571735d1d00 void 0.000132
+gallium_dri.so free 0x5571735d1c40 void 0.000148
+gallium_dri.so malloc 72 0x5571735d1c40 0.000134
+gallium_dri.so free 0x5571735d1d80 void 0.000131
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1db0 0.000130
+gallium_dri.so free 0x5571735d1e00 void 0.000130
+gallium_dri.so free 0x5571735d1db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1db0 0.000129
+gallium_dri.so free 0x5571735d1f00 void 0.000130
+gallium_dri.so free 0x5571735d1db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1f40 0.000130
+gallium_dri.so free 0x5571735d1fc0 void 0.000132
+gallium_dri.so free 0x5571735d1f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000125
+gallium_dri.so free 0x5571735d2080 void 0.000125
+gallium_dri.so free 0x5571735d1fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000133
+gallium_dri.so free 0x5571735d2100 void 0.000132
+gallium_dri.so free 0x5571735d1fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2130 0.000130
+gallium_dri.so free 0x5571735d2180 void 0.000124
+gallium_dri.so free 0x5571735d2130 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2130 0.000128
+gallium_dri.so free 0x5571735d2280 void 0.000131
+gallium_dri.so free 0x5571735d2130 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2230 0.000130
+gallium_dri.so free 0x5571735d2340 void 0.000150
+gallium_dri.so free 0x5571735d2230 void 0.000134
+gallium_dri.so malloc 72 0x5571735d22f0 0.000161
+gallium_dri.so free 0x5571735d23c0 void 0.000133
+gallium_dri.so free 0x5571735d22f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d22f0 0.000128
+gallium_dri.so free 0x5571735d2480 void 0.000130
+gallium_dri.so free 0x5571735d22f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d22f0 0.000130
+gallium_dri.so free 0x5571735d2540 void 0.000126
+gallium_dri.so free 0x5571735d22f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d24f0 0.000123
+gallium_dri.so free 0x5571735d25c0 void 0.000123
+gallium_dri.so free 0x5571735d24f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2610 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000132
+gallium_dri.so free 0x5571735d2610 void 0.000126
+gallium_dri.so malloc 72 0x5571735d26a0 0.000123
+gallium_dri.so free 0x5571735d2740 void 0.000127
+gallium_dri.so free 0x5571735d26a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d26f0 0.000125
+gallium_dri.so free 0x5571735d27c0 void 0.000129
+gallium_dri.so free 0x5571735d26f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d27c0 0.000129
+gallium_dri.so free 0x5571735d2880 void 0.000126
+gallium_dri.so free 0x5571735d27c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d27c0 0.000124
+gallium_dri.so free 0x5571735d2900 void 0.000140
+gallium_dri.so free 0x5571735d27c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2900 0.000130
+gallium_dri.so free 0x5571735d29c0 void 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2900 0.000194
+gallium_dri.so free 0x5571735d2a80 void 0.000131
+gallium_dri.so free 0x5571735d2900 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2900 0.000130
+gallium_dri.so free 0x5571735d2b40 void 0.000132
+gallium_dri.so free 0x5571735d2900 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2af0 0.000130
+gallium_dri.so free 0x5571735d2bc0 void 0.000126
+gallium_dri.so free 0x5571735d2af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2c10 0.000129
+gallium_dri.so free 0x5571735d2c80 void 0.000130
+gallium_dri.so free 0x5571735d2c10 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2cc0 0.000131
+gallium_dri.so free 0x5571735d2d40 void 0.000125
+gallium_dri.so free 0x5571735d2cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2cc0 0.000146
+gallium_dri.so free 0x5571735d2dc0 void 0.000131
+gallium_dri.so free 0x5571735d2cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2df0 0.000125
+gallium_dri.so free 0x5571735d2e40 void 0.000129
+gallium_dri.so free 0x5571735d2df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2df0 0.000262
+gallium_dri.so free 0x5571735d2f40 void 0.000331
+gallium_dri.so free 0x5571735d2df0 void 0.000308
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000274
+gallium_dri.so free 0x5571735d3000 void 0.000269
+gallium_dri.so free 0x5571735d2ef0 void 0.000284
+gallium_dri.so malloc 72 0x5571735d2fb0 0.000269
+gallium_dri.so free 0x5571735d3040 void 0.000162
+gallium_dri.so free 0x5571735d2fb0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d2fb0 0.000132
+gallium_dri.so free 0x5571735d3100 void 0.000161
+gallium_dri.so free 0x5571735d2fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3170 0.000133
+gallium_dri.so free 0x5571735d31c0 void 0.000130
+gallium_dri.so free 0x5571735d3170 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3170 0.000238
+gallium_dri.so free 0x5571735d32c0 void 0.000247
+gallium_dri.so free 0x5571735d3170 void 0.000168
+gallium_dri.so malloc 72 0x5571735d3270 0.000163
+gallium_dri.so free 0x5571735d3380 void 0.000182
+gallium_dri.so free 0x5571735d3270 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3330 0.000130
+gallium_dri.so free 0x5571735d33c0 void 0.000125
+gallium_dri.so free 0x5571735d3330 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3330 0.000130
+gallium_dri.so free 0x5571735d3480 void 0.000133
+gallium_dri.so free 0x5571735d3330 void 0.000124
+gallium_dri.so malloc 72 0x5571735d34c0 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000129
+gallium_dri.so free 0x5571735d34c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3540 0.000131
+gallium_dri.so free 0x5571735d3600 void 0.000131
+gallium_dri.so free 0x5571735d3540 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3540 0.000131
+gallium_dri.so free 0x5571735d36c0 void 0.000172
+gallium_dri.so free 0x5571735d3540 void 0.000188
+gallium_dri.so malloc 72 0x5571735d36e0 0.000224
+gallium_dri.so free 0x5571735d3780 void 0.000249
+gallium_dri.so free 0x5571735d36e0 void 0.000269
+gallium_dri.so malloc 72 0x5571735d3730 0.000290
+gallium_dri.so free 0x5571735d3800 void 0.000168
+gallium_dri.so free 0x5571735d3730 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3730 0.000163
+gallium_dri.so free 0x5571735d3880 void 0.000139
+gallium_dri.so free 0x5571735d3730 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3880 0.000137
+gallium_dri.so free 0x5571735d3940 void 0.000137
+gallium_dri.so free 0x5571735d3880 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3880 0.000132
+gallium_dri.so free 0x5571735d3a00 void 0.000135
+gallium_dri.so free 0x5571735d3880 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3880 0.000143
+gallium_dri.so free 0x5571735d3ac0 void 0.000139
+gallium_dri.so free 0x5571735d3880 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3a70 0.000137
+gallium_dri.so free 0x5571735d3b80 void 0.000132
+gallium_dri.so free 0x5571735d3a70 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3b30 0.000136
+gallium_dri.so free 0x5571735d3c00 void 0.000133
+gallium_dri.so free 0x5571735d3b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3c50 0.000131
+gallium_dri.so free 0x5571735d3cc0 void 0.000137
+gallium_dri.so free 0x5571735d3c50 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3ce0 0.000137
+gallium_dri.so free 0x5571735d3d80 void 0.000138
+gallium_dri.so free 0x5571735d3ce0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3d30 0.000132
+gallium_dri.so free 0x5571735d3e00 void 0.000154
+gallium_dri.so free 0x5571735d3d30 void 0.000139
+gallium_dri.so malloc 72 0x5571735d3d30 0.000138
+gallium_dri.so free 0x5571735d3e80 void 0.000137
+gallium_dri.so free 0x5571735d3d30 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3e80 0.000137
+gallium_dri.so free 0x5571735d3f40 void 0.000132
+gallium_dri.so free 0x5571735d3e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3e80 0.000135
+gallium_dri.so free 0x5571735d4040 void 0.000190
+gallium_dri.so free 0x5571735d3e80 void 0.000179
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000138
+gallium_dri.so free 0x5571735d4080 void 0.000139
+gallium_dri.so free 0x5571735d3ff0 void 0.000231
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000290
+gallium_dri.so free 0x5571735d4140 void 0.000288
+gallium_dri.so free 0x5571735d3ff0 void 0.000287
+gallium_dri.so malloc 72 0x5571735d4180 0.000289
+gallium_dri.so free 0x5571735d4200 void 0.000169
+gallium_dri.so free 0x5571735d4180 void 0.000171
+gallium_dri.so malloc 72 0x5571735d4200 0.000290
+gallium_dri.so free 0x5571735d42c0 void 0.000314
+gallium_dri.so free 0x5571735d4200 void 0.000290
+gallium_dri.so malloc 72 0x5571735d4200 0.000285
+gallium_dri.so free 0x5571735d4340 void 0.000288
+gallium_dri.so free 0x5571735d4200 void 0.000280
+gallium_dri.so malloc 72 0x5571735d4370 0.000277
+gallium_dri.so free 0x5571735d43c0 void 0.000287
+gallium_dri.so free 0x5571735d4370 void 0.000291
+gallium_dri.so malloc 72 0x5571735d4370 0.000291
+gallium_dri.so free 0x5571735d44c0 void 0.000139
+gallium_dri.so free 0x5571735d4370 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4500 0.000139
+gallium_dri.so free 0x5571735d4580 void 0.000137
+gallium_dri.so free 0x5571735d4500 void 0.000150
+gallium_dri.so malloc 72 0x5571735d4580 0.000140
+gallium_dri.so free 0x5571735d4640 void 0.000138
+gallium_dri.so free 0x5571735d4580 void 0.000143
+gallium_dri.so malloc 72 0x5571735d4580 0.000139
+gallium_dri.so free 0x5571735d46c0 void 0.000137
+gallium_dri.so free 0x5571735d4580 void 0.000138
+gallium_dri.so malloc 72 0x5571735d46f0 0.000139
+gallium_dri.so free 0x5571735d4740 void 0.000138
+gallium_dri.so free 0x5571735d46f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d46f0 0.000133
+gallium_dri.so free 0x5571735d4840 void 0.000139
+gallium_dri.so free 0x5571735d46f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d47f0 0.000138
+gallium_dri.so free 0x5571735d4900 void 0.000133
+gallium_dri.so free 0x5571735d47f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d48b0 0.000135
+gallium_dri.so free 0x5571735d4980 void 0.000138
+gallium_dri.so free 0x5571735d48b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d48b0 0.000131
+gallium_dri.so free 0x5571735d4a40 void 0.000138
+gallium_dri.so free 0x5571735d48b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d48b0 0.000138
+gallium_dri.so free 0x5571735d4b00 void 0.000141
+gallium_dri.so free 0x5571735d48b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000137
+gallium_dri.so free 0x5571735d4b80 void 0.000133
+gallium_dri.so free 0x5571735d4ab0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d4bd0 0.000137
+gallium_dri.so free 0x5571735d4c40 void 0.000138
+gallium_dri.so free 0x5571735d4bd0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4c60 0.000132
+gallium_dri.so free 0x5571735d4d00 void 0.000144
+gallium_dri.so free 0x5571735d4c60 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000138
+gallium_dri.so free 0x5571735d4d80 void 0.000134
+gallium_dri.so free 0x5571735d4cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4d80 0.000131
+gallium_dri.so free 0x5571735d4e40 void 0.000132
+gallium_dri.so free 0x5571735d4d80 void 0.000136
+gallium_dri.so malloc 72 0x5571735d4d80 0.000136
+gallium_dri.so free 0x5571735d4ec0 void 0.000175
+gallium_dri.so free 0x5571735d4d80 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000138
+gallium_dri.so free 0x5571735d4f80 void 0.000138
+gallium_dri.so free 0x5571735d4ec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000131
+gallium_dri.so free 0x5571735d5040 void 0.000131
+gallium_dri.so free 0x5571735d4ec0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000139
+gallium_dri.so free 0x5571735d5100 void 0.000138
+gallium_dri.so free 0x5571735d4ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d50b0 0.000136
+gallium_dri.so free 0x5571735d5180 void 0.000139
+gallium_dri.so free 0x5571735d50b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d51d0 0.000126
+gallium_dri.so free 0x5571735d5240 void 0.000126
+gallium_dri.so free 0x5571735d51d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5280 0.000125
+gallium_dri.so free 0x5571735d5300 void 0.000127
+gallium_dri.so free 0x5571735d5280 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5280 0.000118
+gallium_dri.so free 0x5571735d5380 void 0.000117
+gallium_dri.so free 0x5571735d5280 void 0.000117
+gallium_dri.so malloc 72 0x5571735d53b0 0.000116
+gallium_dri.so free 0x5571735d5400 void 0.000117
+gallium_dri.so free 0x5571735d53b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d53b0 0.000117
+gallium_dri.so free 0x5571735d5500 void 0.000118
+gallium_dri.so free 0x5571735d53b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d54b0 0.000128
+gallium_dri.so free 0x5571735d55c0 void 0.000118
+gallium_dri.so free 0x5571735d54b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5570 0.000118
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so free 0x5571735d5570 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5570 0.000118
+gallium_dri.so free 0x5571735d56c0 void 0.000118
+gallium_dri.so free 0x5571735d5570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5730 0.000117
+gallium_dri.so free 0x5571735d5780 void 0.000116
+gallium_dri.so free 0x5571735d5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5730 0.000116
+gallium_dri.so free 0x5571735d5880 void 0.000120
+gallium_dri.so free 0x5571735d5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5830 0.000117
+gallium_dri.so free 0x5571735d5940 void 0.000118
+gallium_dri.so free 0x5571735d5830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d58f0 0.000118
+gallium_dri.so free 0x5571735d5980 void 0.000118
+gallium_dri.so free 0x5571735d58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d58f0 0.000117
+gallium_dri.so free 0x5571735d5a40 void 0.000119
+gallium_dri.so free 0x5571735d58f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5a80 0.000118
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b00 0.000161
+gallium_dri.so free 0x5571735d5bc0 void 0.000123
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5b00 0.000118
+gallium_dri.so free 0x5571735d5c80 void 0.000119
+gallium_dri.so free 0x5571735d5b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000120
+gallium_dri.so free 0x5571735d5d40 void 0.000118
+gallium_dri.so free 0x5571735d5ca0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000118
+gallium_dri.so free 0x5571735d5dc0 void 0.000118
+gallium_dri.so free 0x5571735d5cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000118
+gallium_dri.so free 0x5571735d5cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5e40 0.000118
+gallium_dri.so free 0x5571735d5f00 void 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5e40 0.000118
+gallium_dri.so free 0x5571735d5fc0 void 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e40 0.000119
+gallium_dri.so free 0x5571735d6080 void 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6030 0.000118
+gallium_dri.so free 0x5571735d6140 void 0.000127
+gallium_dri.so free 0x5571735d6030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d60f0 0.000116
+gallium_dri.so free 0x5571735d61c0 void 0.000118
+gallium_dri.so free 0x5571735d60f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6210 0.000117
+gallium_dri.so free 0x5571735d6280 void 0.000118
+gallium_dri.so free 0x5571735d6210 void 0.000116
+gallium_dri.so malloc 72 0x5571735d62a0 0.000117
+gallium_dri.so free 0x5571735d6340 void 0.000116
+gallium_dri.so free 0x5571735d62a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d62f0 0.000117
+gallium_dri.so free 0x5571735d63c0 void 0.000117
+gallium_dri.so free 0x5571735d62f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d62f0 0.000117
+gallium_dri.so free 0x5571735d6440 void 0.000117
+gallium_dri.so free 0x5571735d62f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6440 0.000117
+gallium_dri.so free 0x5571735d6500 void 0.000116
+gallium_dri.so free 0x5571735d6440 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6440 0.000116
+gallium_dri.so free 0x5571735d6600 void 0.000118
+gallium_dri.so free 0x5571735d6440 void 0.000116
+gallium_dri.so malloc 72 0x5571735d65b0 0.000138
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so free 0x5571735d65b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d65b0 0.000119
+gallium_dri.so free 0x5571735d6700 void 0.000150
+gallium_dri.so free 0x5571735d65b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d6740 0.000133
+gallium_dri.so free 0x5571735d67c0 void 0.000133
+gallium_dri.so free 0x5571735d6740 void 0.000133
+gallium_dri.so malloc 72 0x5571735d67c0 0.000134
+gallium_dri.so free 0x5571735d6880 void 0.000135
+gallium_dri.so free 0x5571735d67c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d67c0 0.000133
+gallium_dri.so free 0x5571735d6900 void 0.000131
+gallium_dri.so free 0x5571735d67c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6930 0.000134
+gallium_dri.so free 0x5571735d6980 void 0.000135
+gallium_dri.so free 0x5571735d6930 void 0.000133
+gallium_dri.so malloc 72 0x5571735d6930 0.000133
+gallium_dri.so free 0x5571735d6a80 void 0.000133
+gallium_dri.so free 0x5571735d6930 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000134
+gallium_dri.so free 0x5571735d6b40 void 0.000134
+gallium_dri.so free 0x5571735d6ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6b40 0.000131
+gallium_dri.so free 0x5571735d6c00 void 0.000133
+gallium_dri.so free 0x5571735d6b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735d6b40 0.000142
+gallium_dri.so free 0x5571735eb380 void 0.000133
+gallium_dri.so free 0x5571735d6b40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6b40 0.000133
+gallium_dri.so free 0x5571735eb440 void 0.000133
+gallium_dri.so free 0x5571735d6b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb480 0.000132
+gallium_dri.so free 0x5571735eb500 void 0.000133
+gallium_dri.so free 0x5571735eb480 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb500 0.000133
+gallium_dri.so free 0x5571735eb5c0 void 0.000134
+gallium_dri.so free 0x5571735eb500 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb500 0.000134
+gallium_dri.so free 0x5571735eb680 void 0.000131
+gallium_dri.so free 0x5571735eb500 void 0.000193
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000134
+gallium_dri.so free 0x5571735eb740 void 0.000122
+gallium_dri.so free 0x5571735eb6a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000119
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so free 0x5571735eb6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000125
+gallium_dri.so free 0x5571735eb840 void 0.000119
+gallium_dri.so free 0x5571735eb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb840 0.000140
+gallium_dri.so free 0x5571735eb900 void 0.000120
+gallium_dri.so free 0x5571735eb840 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb840 0.000126
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571735eb840 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb840 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so free 0x5571735eb840 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba30 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735eba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000118
+gallium_dri.so free 0x5571735ebbc0 void 0.000150
+gallium_dri.so free 0x5571735ebaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc10 0.000118
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so free 0x5571735ebc10 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebca0 0.000118
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so free 0x5571735ebcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebe40 0.000117
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe40 0.000117
+gallium_dri.so free 0x5571735ec000 void 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000116
+gallium_dri.so free 0x5571735ec040 void 0.000118
+gallium_dri.so free 0x5571735ebfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000117
+gallium_dri.so free 0x5571735ec100 void 0.000120
+gallium_dri.so free 0x5571735ebfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec140 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000117
+gallium_dri.so free 0x5571735ec280 void 0.000117
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000118
+gallium_dri.so free 0x5571735ec300 void 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000117
+gallium_dri.so free 0x5571735ec380 void 0.000119
+gallium_dri.so free 0x5571735ec330 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec330 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000122
+gallium_dri.so free 0x5571735ec330 void 0.000160
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000157
+gallium_dri.so free 0x5571735ec540 void 0.000158
+gallium_dri.so free 0x5571735ec4c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735ec540 0.000158
+gallium_dri.so free 0x5571735ec600 void 0.000159
+gallium_dri.so free 0x5571735ec540 void 0.000157
+gallium_dri.so malloc 72 0x5571735ec540 0.000158
+gallium_dri.so free 0x5571735ec680 void 0.000159
+gallium_dri.so free 0x5571735ec540 void 0.000159
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000157
+gallium_dri.so free 0x5571735ec700 void 0.000159
+gallium_dri.so free 0x5571735ec6b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000157
+gallium_dri.so free 0x5571735ec800 void 0.000168
+gallium_dri.so free 0x5571735ec6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000118
+gallium_dri.so free 0x5571735ec8c0 void 0.000118
+gallium_dri.so free 0x5571735ec7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000117
+gallium_dri.so free 0x5571735ec940 void 0.000117
+gallium_dri.so free 0x5571735ec870 void 0.000154
+gallium_dri.so malloc 72 0x5571735ec870 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000119
+gallium_dri.so free 0x5571735ec870 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec870 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000118
+gallium_dri.so free 0x5571735ec870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca70 0.000117
+gallium_dri.so free 0x5571735ecb40 void 0.000117
+gallium_dri.so free 0x5571735eca70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb90 0.000119
+gallium_dri.so free 0x5571735ecc00 void 0.000118
+gallium_dri.so free 0x5571735ecb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc20 0.000119
+gallium_dri.so free 0x5571735eccc0 void 0.000117
+gallium_dri.so free 0x5571735ecc20 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecc70 0.000118
+gallium_dri.so free 0x5571735ecd40 void 0.000119
+gallium_dri.so free 0x5571735ecc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecd40 0.000118
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd40 0.000118
+gallium_dri.so free 0x5571735ece80 void 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece80 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000154
+gallium_dri.so free 0x5571735ece80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece80 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ece80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece80 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed070 0.000119
+gallium_dri.so free 0x5571735ed140 void 0.000119
+gallium_dri.so free 0x5571735ed070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed190 0.000118
+gallium_dri.so free 0x5571735ed200 void 0.000118
+gallium_dri.so free 0x5571735ed190 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed240 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed240 0.000118
+gallium_dri.so free 0x5571735ed340 void 0.000119
+gallium_dri.so free 0x5571735ed240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed370 0.000118
+gallium_dri.so free 0x5571735ed3c0 void 0.000119
+gallium_dri.so free 0x5571735ed370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed370 0.000117
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed470 0.000127
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so free 0x5571735ed470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed530 0.000117
+gallium_dri.so free 0x5571735ed5c0 void 0.000118
+gallium_dri.so free 0x5571735ed530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed530 0.000118
+gallium_dri.so free 0x5571735ed680 void 0.000118
+gallium_dri.so free 0x5571735ed530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000118
+gallium_dri.so free 0x5571735ed740 void 0.000118
+gallium_dri.so free 0x5571735ed6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000117
+gallium_dri.so free 0x5571735ed840 void 0.000118
+gallium_dri.so free 0x5571735ed6f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000119
+gallium_dri.so free 0x5571735ed900 void 0.000123
+gallium_dri.so free 0x5571735ed7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000118
+gallium_dri.so free 0x5571735ed8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000116
+gallium_dri.so free 0x5571735eda00 void 0.000118
+gallium_dri.so free 0x5571735ed8b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eda40 0.000130
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000132
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc60 0.000118
+gallium_dri.so free 0x5571735edd00 void 0.000119
+gallium_dri.so free 0x5571735edc60 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcb0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so free 0x5571735edcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcb0 0.000118
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so free 0x5571735edcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede00 0.000118
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede00 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735ede00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede00 0.000119
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so malloc 72 0x5571735edff0 0.000119
+gallium_dri.so free 0x5571735ee100 void 0.000131
+gallium_dri.so free 0x5571735edff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000118
+gallium_dri.so free 0x5571735ee180 void 0.000118
+gallium_dri.so free 0x5571735ee0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000119
+gallium_dri.so free 0x5571735ee1d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee260 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee260 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000127
+gallium_dri.so free 0x5571735ee2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000120
+gallium_dri.so free 0x5571735ee400 void 0.000120
+gallium_dri.so free 0x5571735ee2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee400 0.000118
+gallium_dri.so free 0x5571735ee4c0 void 0.000119
+gallium_dri.so free 0x5571735ee400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee400 0.000120
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so free 0x5571735ee400 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee570 0.000118
+gallium_dri.so free 0x5571735ee600 void 0.000119
+gallium_dri.so free 0x5571735ee570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee570 0.000119
+gallium_dri.so free 0x5571735ee6c0 void 0.000134
+gallium_dri.so free 0x5571735ee570 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee700 0.000129
+gallium_dri.so free 0x5571735ee780 void 0.000131
+gallium_dri.so free 0x5571735ee700 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee780 0.000132
+gallium_dri.so free 0x5571735ee840 void 0.000129
+gallium_dri.so free 0x5571735ee780 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee780 0.000130
+gallium_dri.so free 0x5571735ee8c0 void 0.000131
+gallium_dri.so free 0x5571735ee780 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000132
+gallium_dri.so free 0x5571735ee940 void 0.000133
+gallium_dri.so free 0x5571735ee8f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000132
+gallium_dri.so free 0x5571735eea40 void 0.000130
+gallium_dri.so free 0x5571735ee8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eea80 0.000130
+gallium_dri.so free 0x5571735eeb00 void 0.000132
+gallium_dri.so free 0x5571735eea80 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeb00 0.000131
+gallium_dri.so free 0x5571735eebc0 void 0.000131
+gallium_dri.so free 0x5571735eeb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735eeb00 0.000131
+gallium_dri.so free 0x5571735eec40 void 0.000135
+gallium_dri.so free 0x5571735eeb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735eec70 0.000130
+gallium_dri.so free 0x5571735eecc0 void 0.000132
+gallium_dri.so free 0x5571735eec70 void 0.000127
+gallium_dri.so malloc 72 0x5571735eec70 0.000131
+gallium_dri.so free 0x5571735eedc0 void 0.000130
+gallium_dri.so free 0x5571735eec70 void 0.000130
+gallium_dri.so malloc 72 0x5571735eed70 0.000130
+gallium_dri.so free 0x5571735eee80 void 0.000131
+gallium_dri.so free 0x5571735eed70 void 0.000127
+gallium_dri.so malloc 72 0x5571735eee30 0.000147
+gallium_dri.so free 0x5571735eef00 void 0.000131
+gallium_dri.so free 0x5571735eee30 void 0.000128
+gallium_dri.so malloc 72 0x5571735eee30 0.000130
+gallium_dri.so free 0x5571735eefc0 void 0.000131
+gallium_dri.so free 0x5571735eee30 void 0.000132
+gallium_dri.so malloc 72 0x5571735eee30 0.000131
+gallium_dri.so free 0x5571735ef080 void 0.000131
+gallium_dri.so free 0x5571735eee30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef030 0.000131
+gallium_dri.so free 0x5571735ef100 void 0.000131
+gallium_dri.so free 0x5571735ef030 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef150 0.000131
+gallium_dri.so free 0x5571735ef1c0 void 0.000133
+gallium_dri.so free 0x5571735ef150 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef1e0 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000120
+gallium_dri.so free 0x5571735ef1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef230 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000118
+gallium_dri.so free 0x5571735ef230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef300 0.000122
+gallium_dri.so free 0x5571735ef3c0 void 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef300 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so free 0x5571735ef300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef440 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef440 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000120
+gallium_dri.so free 0x5571735ef440 void 0.000194
+gallium_dri.so malloc 72 0x5571735ef440 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef630 0.000118
+gallium_dri.so free 0x5571735ef700 void 0.000118
+gallium_dri.so free 0x5571735ef630 void 0.000163
+gallium_dri.so malloc 72 0x5571735ef750 0.000119
+gallium_dri.so free 0x5571735ef7c0 void 0.000117
+gallium_dri.so free 0x5571735ef750 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef800 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000118
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef800 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000119
+gallium_dri.so free 0x5571735ef800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef930 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000119
+gallium_dri.so free 0x5571735ef930 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef930 0.000117
+gallium_dri.so free 0x5571735efa80 void 0.000118
+gallium_dri.so free 0x5571735ef930 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa30 0.000119
+gallium_dri.so free 0x5571735efb40 void 0.000118
+gallium_dri.so free 0x5571735efa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efaf0 0.000119
+gallium_dri.so free 0x5571735efb80 void 0.000118
+gallium_dri.so free 0x5571735efaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efaf0 0.000119
+gallium_dri.so free 0x5571735efc40 void 0.000118
+gallium_dri.so free 0x5571735efaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcb0 0.000117
+gallium_dri.so free 0x5571735efd00 void 0.000130
+gallium_dri.so free 0x5571735efcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcb0 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000118
+gallium_dri.so free 0x5571735efcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdb0 0.000117
+gallium_dri.so free 0x5571735efec0 void 0.000118
+gallium_dri.so free 0x5571735efdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efe70 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe70 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735efe70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0000 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0080 0.000125
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0080 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0220 0.000117
+gallium_dri.so free 0x5571735f02c0 void 0.000117
+gallium_dri.so free 0x5571735f0220 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0270 0.000122
+gallium_dri.so free 0x5571735f0340 void 0.000118
+gallium_dri.so free 0x5571735f0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0270 0.000118
+gallium_dri.so free 0x5571735f03c0 void 0.000119
+gallium_dri.so free 0x5571735f0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03c0 0.000119
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03c0 0.000118
+gallium_dri.so free 0x5571735f0540 void 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03c0 0.000119
+gallium_dri.so free 0x5571735f0600 void 0.000118
+gallium_dri.so free 0x5571735f03c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f05b0 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0670 0.000119
+gallium_dri.so free 0x5571735f0740 void 0.000121
+gallium_dri.so free 0x5571735f0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0790 0.000119
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so free 0x5571735f0790 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0820 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f0820 void 0.000163
+gallium_dri.so malloc 72 0x5571735f0870 0.000111
+gallium_dri.so free 0x5571735f0940 void 0.000110
+gallium_dri.so free 0x5571735f0870 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0870 0.000110
+gallium_dri.so free 0x5571735f09c0 void 0.000111
+gallium_dri.so free 0x5571735f0870 void 0.000110
+gallium_dri.so malloc 72 0x5571735f09c0 0.000116
+gallium_dri.so free 0x5571735f0a80 void 0.000111
+gallium_dri.so free 0x5571735f09c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f09c0 0.000110
+gallium_dri.so free 0x5571735f0b80 void 0.000109
+gallium_dri.so free 0x5571735f09c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0b30 0.000109
+gallium_dri.so free 0x5571735f0bc0 void 0.000110
+gallium_dri.so free 0x5571735f0b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0b30 0.000111
+gallium_dri.so free 0x5571735f0c80 void 0.000110
+gallium_dri.so free 0x5571735f0b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000110
+gallium_dri.so free 0x5571735f0d40 void 0.000109
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d40 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000116
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d40 0.000111
+gallium_dri.so free 0x5571735f0e80 void 0.000112
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000127
+gallium_dri.so free 0x5571735f0f00 void 0.000120
+gallium_dri.so free 0x5571735f0eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000125
+gallium_dri.so free 0x5571735f1000 void 0.000125
+gallium_dri.so free 0x5571735f0eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1040 0.000125
+gallium_dri.so free 0x5571735f10c0 void 0.000125
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10c0 0.000125
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f10c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f10c0 0.000120
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1230 0.000124
+gallium_dri.so free 0x5571735f1280 void 0.000125
+gallium_dri.so free 0x5571735f1230 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1230 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000124
+gallium_dri.so free 0x5571735f1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1330 0.000124
+gallium_dri.so free 0x5571735f1440 void 0.000124
+gallium_dri.so free 0x5571735f1330 void 0.000128
+gallium_dri.so malloc 72 0x5571735f13f0 0.000124
+gallium_dri.so free 0x5571735f14c0 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f13f0 0.000119
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f13f0 0.000123
+gallium_dri.so free 0x5571735f1640 void 0.000126
+gallium_dri.so free 0x5571735f13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15f0 0.000122
+gallium_dri.so free 0x5571735f16c0 void 0.000126
+gallium_dri.so free 0x5571735f15f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1710 0.000119
+gallium_dri.so free 0x5571735f1780 void 0.000123
+gallium_dri.so free 0x5571735f1710 void 0.000124
+gallium_dri.so malloc 72 0x5571735f17a0 0.000124
+gallium_dri.so free 0x5571735f1840 void 0.000125
+gallium_dri.so free 0x5571735f17a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f17f0 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000119
+gallium_dri.so free 0x5571735f17f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f18c0 0.000118
+gallium_dri.so free 0x5571735f1980 void 0.000129
+gallium_dri.so free 0x5571735f18c0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f18c0 0.000162
+gallium_dri.so free 0x5571735f1a00 void 0.000125
+gallium_dri.so free 0x5571735f18c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1a00 0.000124
+gallium_dri.so free 0x5571735f1ac0 void 0.000124
+gallium_dri.so free 0x5571735f1a00 void 0.000164
+gallium_dri.so malloc 72 0x5571735f1a00 0.000126
+gallium_dri.so free 0x5571735f1b80 void 0.000125
+gallium_dri.so free 0x5571735f1a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1a00 0.000125
+gallium_dri.so free 0x5571735f1c40 void 0.000120
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000120
+gallium_dri.so free 0x5571735f1bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1d10 0.000125
+gallium_dri.so free 0x5571735f1d80 void 0.000125
+gallium_dri.so free 0x5571735f1d10 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000126
+gallium_dri.so free 0x5571735f1e40 void 0.000133
+gallium_dri.so free 0x5571735f1dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000130
+gallium_dri.so free 0x5571735f1ec0 void 0.000131
+gallium_dri.so free 0x5571735f1dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000130
+gallium_dri.so free 0x5571735f1f40 void 0.000127
+gallium_dri.so free 0x5571735f1ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000129
+gallium_dri.so free 0x5571735f2040 void 0.000127
+gallium_dri.so free 0x5571735f1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000125
+gallium_dri.so free 0x5571735f2100 void 0.000131
+gallium_dri.so free 0x5571735f1ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f20b0 0.000130
+gallium_dri.so free 0x5571735f2140 void 0.000133
+gallium_dri.so free 0x5571735f20b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f20b0 0.000127
+gallium_dri.so free 0x5571735f2200 void 0.000125
+gallium_dri.so free 0x5571735f20b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2270 0.000126
+gallium_dri.so free 0x5571735f22c0 void 0.000135
+gallium_dri.so free 0x5571735f2270 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2270 0.000130
+gallium_dri.so free 0x5571735f23c0 void 0.000125
+gallium_dri.so free 0x5571735f2270 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2370 0.000130
+gallium_dri.so free 0x5571735f2480 void 0.000130
+gallium_dri.so free 0x5571735f2370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2430 0.000131
+gallium_dri.so free 0x5571735f24c0 void 0.000131
+gallium_dri.so free 0x5571735f2430 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2430 0.000132
+gallium_dri.so free 0x5571735f2580 void 0.000131
+gallium_dri.so free 0x5571735f2430 void 0.000132
+gallium_dri.so malloc 72 0x5571735f25c0 0.000131
+gallium_dri.so free 0x5571735f2640 void 0.000126
+gallium_dri.so free 0x5571735f25c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2640 0.000124
+gallium_dri.so free 0x5571735f2700 void 0.000129
+gallium_dri.so free 0x5571735f2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2640 0.000131
+gallium_dri.so free 0x5571735f27c0 void 0.000134
+gallium_dri.so free 0x5571735f2640 void 0.000128
+gallium_dri.so malloc 72 0x5571735f27e0 0.000124
+gallium_dri.so free 0x5571735f2880 void 0.000130
+gallium_dri.so free 0x5571735f27e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2830 0.000129
+gallium_dri.so free 0x5571735f2900 void 0.000126
+gallium_dri.so free 0x5571735f2830 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2830 0.000125
+gallium_dri.so free 0x5571735f2980 void 0.000124
+gallium_dri.so free 0x5571735f2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2980 0.000126
+gallium_dri.so free 0x5571735f2a40 void 0.000131
+gallium_dri.so free 0x5571735f2980 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2980 0.000130
+gallium_dri.so free 0x5571735f2b00 void 0.000125
+gallium_dri.so free 0x5571735f2980 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2980 0.000130
+gallium_dri.so free 0x5571735f2bc0 void 0.000126
+gallium_dri.so free 0x5571735f2980 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2b70 0.000129
+gallium_dri.so free 0x5571735f2c80 void 0.000131
+gallium_dri.so free 0x5571735f2b70 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2c30 0.000132
+gallium_dri.so free 0x5571735f2d00 void 0.000131
+gallium_dri.so free 0x5571735f2c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2d50 0.000132
+gallium_dri.so free 0x5571735f2dc0 void 0.000132
+gallium_dri.so free 0x5571735f2d50 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2de0 0.000124
+gallium_dri.so free 0x5571735f2e80 void 0.000126
+gallium_dri.so free 0x5571735f2de0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2e30 0.000130
+gallium_dri.so free 0x5571735f2f00 void 0.000132
+gallium_dri.so free 0x5571735f2e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2e30 0.000131
+gallium_dri.so free 0x5571735f2f80 void 0.000132
+gallium_dri.so free 0x5571735f2e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2f80 0.000132
+gallium_dri.so free 0x5571735f3040 void 0.000126
+gallium_dri.so free 0x5571735f2f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2f80 0.000126
+gallium_dri.so free 0x5571735f3140 void 0.000217
+gallium_dri.so free 0x5571735f2f80 void 0.000170
+gallium_dri.so malloc 72 0x5571735f30f0 0.000273
+gallium_dri.so free 0x5571735f3180 void 0.000280
+gallium_dri.so free 0x5571735f30f0 void 0.000281
+gallium_dri.so malloc 72 0x5571735f30f0 0.000211
+gallium_dri.so free 0x5571735f3240 void 0.000163
+gallium_dri.so free 0x5571735f30f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f3280 0.000208
+gallium_dri.so free 0x5571735f3300 void 0.000164
+gallium_dri.so free 0x5571735f3280 void 0.000236
+gallium_dri.so malloc 72 0x5571735f3300 0.000163
+gallium_dri.so free 0x5571735f33c0 void 0.000248
+gallium_dri.so free 0x5571735f3300 void 0.000168
+gallium_dri.so malloc 72 0x5571735f3300 0.000132
+gallium_dri.so free 0x5571735f3440 void 0.000167
+gallium_dri.so free 0x5571735f3300 void 0.000236
+gallium_dri.so malloc 72 0x5571735f3470 0.000224
+gallium_dri.so free 0x5571735f34c0 void 0.000205
+gallium_dri.so free 0x5571735f3470 void 0.000186
+gallium_dri.so malloc 72 0x5571735f3470 0.000243
+gallium_dri.so free 0x5571735f35c0 void 0.000242
+gallium_dri.so free 0x5571735f3470 void 0.000164
+gallium_dri.so malloc 72 0x5571735f3600 0.000165
+gallium_dri.so free 0x5571735f3680 void 0.000166
+gallium_dri.so free 0x5571735f3600 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3680 0.000126
+gallium_dri.so free 0x5571735f3740 void 0.000123
+gallium_dri.so free 0x5571735f3680 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3680 0.000130
+gallium_dri.so free 0x5571735f37c0 void 0.000130
+gallium_dri.so free 0x5571735f3680 void 0.000130
+gallium_dri.so malloc 72 0x5571735f37f0 0.000130
+gallium_dri.so free 0x5571735f3840 void 0.000130
+gallium_dri.so free 0x5571735f37f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f37f0 0.000131
+gallium_dri.so free 0x5571735f3940 void 0.000130
+gallium_dri.so free 0x5571735f37f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f38f0 0.000130
+gallium_dri.so free 0x5571735f3a00 void 0.000127
+gallium_dri.so free 0x5571735f38f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f39b0 0.000130
+gallium_dri.so free 0x5571735f3a80 void 0.000130
+gallium_dri.so free 0x5571735f39b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f39b0 0.000130
+gallium_dri.so free 0x5571735f3b40 void 0.000126
+gallium_dri.so free 0x5571735f39b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f39b0 0.000128
+gallium_dri.so free 0x5571735f3c00 void 0.000130
+gallium_dri.so free 0x5571735f39b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3bb0 0.000130
+gallium_dri.so free 0x5571735f3c80 void 0.000131
+gallium_dri.so free 0x5571735f3bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3cd0 0.000125
+gallium_dri.so free 0x5571735f3d40 void 0.000129
+gallium_dri.so free 0x5571735f3cd0 void 0.000169
+gallium_dri.so malloc 72 0x5571735f3d60 0.000166
+gallium_dri.so free 0x5571735f3e00 void 0.000164
+gallium_dri.so free 0x5571735f3d60 void 0.000210
+gallium_dri.so malloc 72 0x5571735f3db0 0.000280
+gallium_dri.so free 0x5571735f3e80 void 0.000165
+gallium_dri.so free 0x5571735f3db0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f3e80 0.000190
+gallium_dri.so free 0x5571735f3f40 void 0.000228
+gallium_dri.so free 0x5571735f3e80 void 0.000225
+gallium_dri.so malloc 72 0x5571735f3e80 0.000200
+gallium_dri.so free 0x5571735f3fc0 void 0.000205
+gallium_dri.so free 0x5571735f3e80 void 0.000167
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000166
+gallium_dri.so free 0x5571735f4080 void 0.000169
+gallium_dri.so free 0x5571735f3fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000130
+gallium_dri.so free 0x5571735f4140 void 0.000133
+gallium_dri.so free 0x5571735f3fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000131
+gallium_dri.so free 0x5571735f4200 void 0.000132
+gallium_dri.so free 0x5571735f3fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f41b0 0.000125
+gallium_dri.so free 0x5571735f4280 void 0.000125
+gallium_dri.so free 0x5571735f41b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f42d0 0.000122
+gallium_dri.so free 0x5571735f4340 void 0.000125
+gallium_dri.so free 0x5571735f42d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4380 0.000125
+gallium_dri.so free 0x5571735f4400 void 0.000124
+gallium_dri.so free 0x5571735f4380 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4380 0.000130
+gallium_dri.so free 0x5571735f4480 void 0.000130
+gallium_dri.so free 0x5571735f4380 void 0.000131
+gallium_dri.so malloc 72 0x5571735f44b0 0.000129
+gallium_dri.so free 0x5571735f4500 void 0.000131
+gallium_dri.so free 0x5571735f44b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f44b0 0.000125
+gallium_dri.so free 0x5571735f4600 void 0.000135
+gallium_dri.so free 0x5571735f44b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f45b0 0.000127
+gallium_dri.so free 0x5571735f46c0 void 0.000131
+gallium_dri.so free 0x5571735f45b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4670 0.000131
+gallium_dri.so free 0x5571735f4700 void 0.000130
+gallium_dri.so free 0x5571735f4670 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4670 0.000205
+gallium_dri.so free 0x5571735f47c0 void 0.000128
+gallium_dri.so free 0x5571735f4670 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4830 0.000133
+gallium_dri.so free 0x5571735f4880 void 0.000164
+gallium_dri.so free 0x5571735f4830 void 0.000164
+gallium_dri.so malloc 72 0x5571735f4830 0.000187
+gallium_dri.so free 0x5571735f4980 void 0.000175
+gallium_dri.so free 0x5571735f4830 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4930 0.000131
+gallium_dri.so free 0x5571735f4a40 void 0.000140
+gallium_dri.so free 0x5571735f4930 void 0.000167
+gallium_dri.so malloc 72 0x5571735f49f0 0.000133
+gallium_dri.so free 0x5571735f4a80 void 0.000131
+gallium_dri.so free 0x5571735f49f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f49f0 0.000132
+gallium_dri.so free 0x5571735f4b40 void 0.000126
+gallium_dri.so free 0x5571735f49f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4b80 0.000125
+gallium_dri.so free 0x5571735f4c00 void 0.000125
+gallium_dri.so free 0x5571735f4b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4c00 0.000127
+gallium_dri.so free 0x5571735f4cc0 void 0.000126
+gallium_dri.so free 0x5571735f4c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4c00 0.000130
+gallium_dri.so free 0x5571735f4d80 void 0.000132
+gallium_dri.so free 0x5571735f4c00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4da0 0.000126
+gallium_dri.so free 0x5571735f4e40 void 0.000130
+gallium_dri.so free 0x5571735f4da0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4df0 0.000129
+gallium_dri.so free 0x5571735f4ec0 void 0.000131
+gallium_dri.so free 0x5571735f4df0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4df0 0.000139
+gallium_dri.so free 0x5571735f4f40 void 0.000132
+gallium_dri.so free 0x5571735f4df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4f40 0.000130
+gallium_dri.so free 0x5571735f5000 void 0.000131
+gallium_dri.so free 0x5571735f4f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4f40 0.000124
+gallium_dri.so free 0x5571735f50c0 void 0.000130
+gallium_dri.so free 0x5571735f4f40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4f40 0.000129
+gallium_dri.so free 0x5571735f5180 void 0.000131
+gallium_dri.so free 0x5571735f4f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5130 0.000124
+gallium_dri.so free 0x5571735f5240 void 0.000129
+gallium_dri.so free 0x5571735f5130 void 0.000129
+gallium_dri.so malloc 72 0x5571735f51f0 0.000126
+gallium_dri.so free 0x5571735f52c0 void 0.000127
+gallium_dri.so free 0x5571735f51f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5310 0.000129
+gallium_dri.so free 0x5571735f5380 void 0.000126
+gallium_dri.so free 0x5571735f5310 void 0.000128
+gallium_dri.so malloc 72 0x5571735f53a0 0.000130
+gallium_dri.so free 0x5571735f5440 void 0.000135
+gallium_dri.so free 0x5571735f53a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f53f0 0.000130
+gallium_dri.so free 0x5571735f54c0 void 0.000129
+gallium_dri.so free 0x5571735f53f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f53f0 0.000144
+gallium_dri.so free 0x5571735f5540 void 0.000147
+gallium_dri.so free 0x5571735f53f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f5540 0.000140
+gallium_dri.so free 0x5571735f5600 void 0.000145
+gallium_dri.so free 0x5571735f5540 void 0.000143
+gallium_dri.so malloc 72 0x5571735f5540 0.000141
+gallium_dri.so free 0x5571735f5700 void 0.000142
+gallium_dri.so free 0x5571735f5540 void 0.000141
+gallium_dri.so malloc 72 0x5571735f56b0 0.000142
+gallium_dri.so free 0x5571735f5740 void 0.000143
+gallium_dri.so free 0x5571735f56b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f56b0 0.000145
+gallium_dri.so free 0x5571735f5800 void 0.000144
+gallium_dri.so free 0x5571735f56b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f5840 0.000139
+gallium_dri.so free 0x5571735f58c0 void 0.000154
+gallium_dri.so free 0x5571735f5840 void 0.000148
+gallium_dri.so malloc 72 0x5571735f58c0 0.000144
+gallium_dri.so free 0x5571735f5980 void 0.000145
+gallium_dri.so free 0x5571735f58c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f58c0 0.000140
+gallium_dri.so free 0x5571735f5a00 void 0.000145
+gallium_dri.so free 0x5571735f58c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f5a30 0.000144
+gallium_dri.so free 0x5571735f5a80 void 0.000141
+gallium_dri.so free 0x5571735f5a30 void 0.000140
+gallium_dri.so malloc 72 0x5571735f5a30 0.000149
+gallium_dri.so free 0x5571735f5b80 void 0.000145
+gallium_dri.so free 0x5571735f5a30 void 0.000144
+gallium_dri.so malloc 72 0x5571735f5bc0 0.000144
+gallium_dri.so free 0x5571735f5c40 void 0.000145
+gallium_dri.so free 0x5571735f5bc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f5c40 0.000145
+gallium_dri.so free 0x5571735f5d00 void 0.000147
+gallium_dri.so free 0x5571735f5c40 void 0.000156
+gallium_dri.so malloc 72 0x5571735f5c40 0.000142
+gallium_dri.so free 0x5571735f5d80 void 0.000145
+gallium_dri.so free 0x5571735f5c40 void 0.000143
+gallium_dri.so malloc 72 0x5571735f5db0 0.000144
+gallium_dri.so free 0x5571735f5e00 void 0.000144
+gallium_dri.so free 0x5571735f5db0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f5db0 0.000141
+gallium_dri.so free 0x5571735f5f00 void 0.000146
+gallium_dri.so free 0x5571735f5db0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000144
+gallium_dri.so free 0x5571735f5fc0 void 0.000144
+gallium_dri.so free 0x5571735f5eb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f5f70 0.000144
+gallium_dri.so free 0x5571735f6040 void 0.000142
+gallium_dri.so free 0x5571735f5f70 void 0.000142
+gallium_dri.so malloc 72 0x5571735f5f70 0.000146
+gallium_dri.so free 0x5571735f6100 void 0.000145
+gallium_dri.so free 0x5571735f5f70 void 0.000146
+gallium_dri.so malloc 72 0x5571735f5f70 0.000144
+gallium_dri.so free 0x5571735f61c0 void 0.000183
+gallium_dri.so free 0x5571735f5f70 void 0.000145
+gallium_dri.so malloc 72 0x5571735f6170 0.000143
+gallium_dri.so free 0x5571735f6240 void 0.000147
+gallium_dri.so free 0x5571735f6170 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6290 0.000144
+gallium_dri.so free 0x5571735f6300 void 0.000141
+gallium_dri.so free 0x5571735f6290 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6320 0.000146
+gallium_dri.so free 0x5571735f63c0 void 0.000145
+gallium_dri.so free 0x5571735f6320 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6370 0.000141
+gallium_dri.so free 0x5571735f6440 void 0.000141
+gallium_dri.so free 0x5571735f6370 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6440 0.000145
+gallium_dri.so free 0x5571735f6500 void 0.000145
+gallium_dri.so free 0x5571735f6440 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6440 0.000141
+gallium_dri.so free 0x5571735f6580 void 0.000145
+gallium_dri.so free 0x5571735f6440 void 0.000151
+gallium_dri.so malloc 72 0x5571735f6580 0.000143
+gallium_dri.so free 0x5571735f6640 void 0.000140
+gallium_dri.so free 0x5571735f6580 void 0.000146
+gallium_dri.so malloc 72 0x5571735f6580 0.000146
+gallium_dri.so free 0x5571735f6700 void 0.000145
+gallium_dri.so free 0x5571735f6580 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6580 0.000144
+gallium_dri.so free 0x5571735f67c0 void 0.000146
+gallium_dri.so free 0x5571735f6580 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6770 0.000149
+gallium_dri.so free 0x5571735f6840 void 0.000144
+gallium_dri.so free 0x5571735f6770 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6890 0.000143
+gallium_dri.so free 0x5571735f6900 void 0.000146
+gallium_dri.so free 0x5571735f6890 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6940 0.000140
+gallium_dri.so free 0x5571735f69c0 void 0.000141
+gallium_dri.so free 0x5571735f6940 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6940 0.000139
+gallium_dri.so free 0x5571735f6a40 void 0.000154
+gallium_dri.so free 0x5571735f6940 void 0.000148
+gallium_dri.so malloc 72 0x5571735f6a70 0.000144
+gallium_dri.so free 0x5571735f6ac0 void 0.000145
+gallium_dri.so free 0x5571735f6a70 void 0.000145
+gallium_dri.so malloc 72 0x5571735f6a70 0.000144
+gallium_dri.so free 0x5571735f6bc0 void 0.000140
+gallium_dri.so free 0x5571735f6a70 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6b70 0.000142
+gallium_dri.so free 0x5571735f6c80 void 0.000145
+gallium_dri.so free 0x5571735f6b70 void 0.000141
+gallium_dri.so malloc 72 0x5571735f6c30 0.000140
+gallium_dri.so free 0x5571735f6cc0 void 0.000144
+gallium_dri.so free 0x5571735f6c30 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6c30 0.000142
+gallium_dri.so free 0x5571735f6d80 void 0.000178
+gallium_dri.so free 0x5571735f6c30 void 0.000193
+gallium_dri.so malloc 72 0x5571735f6df0 0.000196
+gallium_dri.so free 0x5571735f6e40 void 0.000232
+gallium_dri.so free 0x5571735f6df0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f6df0 0.000336
+gallium_dri.so free 0x5571735f6f40 void 0.000329
+gallium_dri.so free 0x5571735f6df0 void 0.000321
+gallium_dri.so malloc 72 0x5571735f6ef0 0.000166
+gallium_dri.so free 0x5571735f7000 void 0.000275
+gallium_dri.so free 0x5571735f6ef0 void 0.000267
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000275
+gallium_dri.so free 0x5571735f7040 void 0.000275
+gallium_dri.so free 0x5571735f6fb0 void 0.000265
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000276
+gallium_dri.so free 0x5571735f7100 void 0.000268
+gallium_dri.so free 0x5571735f6fb0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f7140 0.000285
+gallium_dri.so free 0x5571735f71c0 void 0.000282
+gallium_dri.so free 0x5571735f7140 void 0.000277
+gallium_dri.so malloc 72 0x5571735f71c0 0.000233
+gallium_dri.so free 0x5571735f7280 void 0.000228
+gallium_dri.so free 0x5571735f71c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735f71c0 0.000247
+gallium_dri.so free 0x5571735f7340 void 0.000212
+gallium_dri.so free 0x5571735f71c0 void 0.000242
+gallium_dri.so malloc 72 0x5571735f7360 0.000138
+gallium_dri.so free 0x5571735f7400 void 0.000136
+gallium_dri.so free 0x5571735f7360 void 0.000191
+gallium_dri.so malloc 72 0x5571735f73b0 0.000233
+gallium_dri.so free 0x5571735f7480 void 0.000255
+gallium_dri.so free 0x5571735f73b0 void 0.000237
+gallium_dri.so malloc 72 0x5571735f73b0 0.000213
+gallium_dri.so free 0x5571735f7500 void 0.000221
+gallium_dri.so free 0x5571735f73b0 void 0.000246
+gallium_dri.so malloc 72 0x5571735f7500 0.000345
+gallium_dri.so free 0x5571735f75c0 void 0.000307
+gallium_dri.so free 0x5571735f7500 void 0.000278
+gallium_dri.so malloc 72 0x5571735f7500 0.000289
+gallium_dri.so free 0x5571735f7680 void 0.000288
+gallium_dri.so free 0x5571735f7500 void 0.000297
+gallium_dri.so malloc 72 0x5571735f7500 0.000294
+gallium_dri.so free 0x5571735f7740 void 0.000302
+gallium_dri.so free 0x5571735f7500 void 0.000288
+gallium_dri.so malloc 72 0x5571735f76f0 0.000285
+gallium_dri.so free 0x5571735f7800 void 0.000241
+gallium_dri.so free 0x5571735f76f0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f77b0 0.000285
+gallium_dri.so free 0x5571735f7880 void 0.000292
+gallium_dri.so free 0x5571735f77b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f78d0 0.000293
+gallium_dri.so free 0x5571735f7940 void 0.000297
+gallium_dri.so free 0x5571735f78d0 void 0.000293
+gallium_dri.so malloc 72 0x5571735f7960 0.000289
+gallium_dri.so free 0x5571735f7a00 void 0.000323
+gallium_dri.so free 0x5571735f7960 void 0.000317
+gallium_dri.so malloc 72 0x5571735f79b0 0.000328
+gallium_dri.so free 0x5571735f7a80 void 0.000214
+gallium_dri.so free 0x5571735f79b0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f79b0 0.000190
+gallium_dri.so free 0x5571735f7b00 void 0.000189
+gallium_dri.so free 0x5571735f79b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f7b00 0.000178
+gallium_dri.so free 0x5571735f7bc0 void 0.000173
+gallium_dri.so free 0x5571735f7b00 void 0.000245
+gallium_dri.so malloc 72 0x5571735f7b00 0.000255
+gallium_dri.so free 0x5571735f7cc0 void 0.000151
+gallium_dri.so free 0x5571735f7b00 void 0.000147
+gallium_dri.so malloc 72 0x5571735f7c70 0.000281
+gallium_dri.so free 0x5571735f7d00 void 0.000271
+gallium_dri.so free 0x5571735f7c70 void 0.000269
+gallium_dri.so malloc 72 0x5571735f7c70 0.000155
+gallium_dri.so free 0x5571735f7dc0 void 0.000148
+gallium_dri.so free 0x5571735f7c70 void 0.000147
+gallium_dri.so malloc 72 0x5571735f7e00 0.000150
+gallium_dri.so free 0x5571735f7e80 void 0.000139
+gallium_dri.so free 0x5571735f7e00 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7e80 0.000147
+gallium_dri.so free 0x5571735f7f40 void 0.000145
+gallium_dri.so free 0x5571735f7e80 void 0.000153
+gallium_dri.so malloc 72 0x5571735f7e80 0.000339
+gallium_dri.so free 0x5571735f7fc0 void 0.000185
+gallium_dri.so free 0x5571735f7e80 void 0.000183
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000257
+gallium_dri.so free 0x5571735f8040 void 0.000145
+gallium_dri.so free 0x5571735f7ff0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000169
+gallium_dri.so free 0x5571735f8140 void 0.000150
+gallium_dri.so free 0x5571735f7ff0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f8180 0.000147
+gallium_dri.so free 0x5571735f8200 void 0.000203
+gallium_dri.so free 0x5571735f8180 void 0.000273
+gallium_dri.so malloc 72 0x5571735f8200 0.000155
+gallium_dri.so free 0x5571735f82c0 void 0.000147
+gallium_dri.so free 0x5571735f8200 void 0.000147
+gallium_dri.so malloc 72 0x5571735f8200 0.000153
+gallium_dri.so free 0x5571735f8340 void 0.000328
+gallium_dri.so free 0x5571735f8200 void 0.000173
+gallium_dri.so malloc 72 0x5571735f8370 0.000268
+gallium_dri.so free 0x5571735f83c0 void 0.000269
+gallium_dri.so free 0x5571735f8370 void 0.000288
+gallium_dri.so malloc 72 0x5571735f8370 0.000289
+gallium_dri.so free 0x5571735f84c0 void 0.000279
+gallium_dri.so free 0x5571735f8370 void 0.000294
+gallium_dri.so malloc 72 0x5571735f8470 0.000266
+gallium_dri.so free 0x5571735f8580 void 0.000171
+gallium_dri.so free 0x5571735f8470 void 0.000140
+gallium_dri.so malloc 72 0x5571735f8530 0.000138
+gallium_dri.so free 0x5571735f8600 void 0.000140
+gallium_dri.so free 0x5571735f8530 void 0.000238
+gallium_dri.so malloc 72 0x5571735f8530 0.000137
+gallium_dri.so free 0x5571735f86c0 void 0.000132
+gallium_dri.so free 0x5571735f8530 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8530 0.000158
+gallium_dri.so free 0x5571735f8780 void 0.000138
+gallium_dri.so free 0x5571735f8530 void 0.000192
+gallium_dri.so malloc 72 0x5571735f8730 0.000231
+gallium_dri.so free 0x5571735f8800 void 0.000234
+gallium_dri.so free 0x5571735f8730 void 0.000209
+gallium_dri.so malloc 72 0x5571735f8850 0.000209
+gallium_dri.so free 0x5571735f88c0 void 0.000137
+gallium_dri.so free 0x5571735f8850 void 0.000132
+gallium_dri.so malloc 72 0x5571735f88e0 0.000131
+gallium_dri.so free 0x5571735f8980 void 0.000131
+gallium_dri.so free 0x5571735f88e0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8930 0.000133
+gallium_dri.so free 0x5571735f8a00 void 0.000131
+gallium_dri.so free 0x5571735f8930 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8a00 0.000138
+gallium_dri.so free 0x5571735f8ac0 void 0.000137
+gallium_dri.so free 0x5571735f8a00 void 0.000139
+gallium_dri.so malloc 72 0x5571735f8a00 0.000138
+gallium_dri.so free 0x5571735f8b40 void 0.000140
+gallium_dri.so free 0x5571735f8a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8b40 0.000132
+gallium_dri.so free 0x5571735f8c00 void 0.000130
+gallium_dri.so free 0x5571735f8b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8b40 0.000130
+gallium_dri.so free 0x5571735f8cc0 void 0.000131
+gallium_dri.so free 0x5571735f8b40 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8b40 0.000132
+gallium_dri.so free 0x5571735f8d80 void 0.000132
+gallium_dri.so free 0x5571735f8b40 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8d30 0.000130
+gallium_dri.so free 0x5571735f8e00 void 0.000131
+gallium_dri.so free 0x5571735f8d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8e50 0.000131
+gallium_dri.so free 0x5571735f8ec0 void 0.000131
+gallium_dri.so free 0x5571735f8e50 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8f00 0.000124
+gallium_dri.so free 0x5571735f8f80 void 0.000129
+gallium_dri.so free 0x5571735f8f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8f00 0.000126
+gallium_dri.so free 0x5571735f9000 void 0.000133
+gallium_dri.so free 0x5571735f8f00 void 0.000157
+gallium_dri.so malloc 72 0x5571735f9030 0.000132
+gallium_dri.so free 0x5571735f9080 void 0.000131
+gallium_dri.so free 0x5571735f9030 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9030 0.000131
+gallium_dri.so free 0x5571735f9180 void 0.000130
+gallium_dri.so free 0x5571735f9030 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9130 0.000130
+gallium_dri.so free 0x5571735f9240 void 0.000128
+gallium_dri.so free 0x5571735f9130 void 0.000130
+gallium_dri.so malloc 72 0x5571735f91f0 0.000132
+gallium_dri.so free 0x5571735f9280 void 0.000135
+gallium_dri.so free 0x5571735f91f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f91f0 0.000126
+gallium_dri.so free 0x5571735f9340 void 0.000129
+gallium_dri.so free 0x5571735f91f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f93b0 0.000132
+gallium_dri.so free 0x5571735f9400 void 0.000130
+gallium_dri.so free 0x5571735f93b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f93b0 0.000125
+gallium_dri.so free 0x5571735f9500 void 0.000130
+gallium_dri.so free 0x5571735f93b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f94b0 0.000131
+gallium_dri.so free 0x5571735f95c0 void 0.000131
+gallium_dri.so free 0x5571735f94b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9570 0.000126
+gallium_dri.so free 0x5571735f9600 void 0.000125
+gallium_dri.so free 0x5571735f9570 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9570 0.000127
+gallium_dri.so free 0x5571735f96c0 void 0.000125
+gallium_dri.so free 0x5571735f9570 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9700 0.000130
+gallium_dri.so free 0x5571735f9780 void 0.000131
+gallium_dri.so free 0x5571735f9700 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9780 0.000131
+gallium_dri.so free 0x5571735f9840 void 0.000129
+gallium_dri.so free 0x5571735f9780 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9780 0.000130
+gallium_dri.so free 0x5571735f9900 void 0.000133
+gallium_dri.so free 0x5571735f9780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9920 0.000131
+gallium_dri.so free 0x5571735f99c0 void 0.000134
+gallium_dri.so free 0x5571735f9920 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9970 0.000135
+gallium_dri.so free 0x5571735f9a40 void 0.000127
+gallium_dri.so free 0x5571735f9970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9970 0.000130
+gallium_dri.so free 0x5571735f9ac0 void 0.000131
+gallium_dri.so free 0x5571735f9970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000132
+gallium_dri.so free 0x5571735f9b80 void 0.000130
+gallium_dri.so free 0x5571735f9ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000124
+gallium_dri.so free 0x5571735f9c40 void 0.000127
+gallium_dri.so free 0x5571735f9ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000130
+gallium_dri.so free 0x5571735f9d00 void 0.000131
+gallium_dri.so free 0x5571735f9ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000131
+gallium_dri.so free 0x5571735f9dc0 void 0.000130
+gallium_dri.so free 0x5571735f9cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9d70 0.000125
+gallium_dri.so free 0x5571735f9e40 void 0.000169
+gallium_dri.so free 0x5571735f9d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9e90 0.000130
+gallium_dri.so free 0x5571735f9f00 void 0.000131
+gallium_dri.so free 0x5571735f9e90 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9f20 0.000130
+gallium_dri.so free 0x5571735f9fc0 void 0.000131
+gallium_dri.so free 0x5571735f9f20 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9f70 0.000131
+gallium_dri.so free 0x5571735fa040 void 0.000131
+gallium_dri.so free 0x5571735f9f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9f70 0.000126
+gallium_dri.so free 0x5571735fa0c0 void 0.000125
+gallium_dri.so free 0x5571735f9f70 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000130
+gallium_dri.so free 0x5571735fa180 void 0.000132
+gallium_dri.so free 0x5571735fa0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000131
+gallium_dri.so free 0x5571735fa280 void 0.000131
+gallium_dri.so free 0x5571735fa0c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa230 0.000137
+gallium_dri.so free 0x5571735fa2c0 void 0.000130
+gallium_dri.so free 0x5571735fa230 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa230 0.000130
+gallium_dri.so free 0x5571735fa380 void 0.000132
+gallium_dri.so free 0x5571735fa230 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa3c0 0.000132
+gallium_dri.so free 0x5571735fa440 void 0.000126
+gallium_dri.so free 0x5571735fa3c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa440 0.000124
+gallium_dri.so free 0x5571735fa500 void 0.000126
+gallium_dri.so free 0x5571735fa440 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa440 0.000130
+gallium_dri.so free 0x5571735fa580 void 0.000130
+gallium_dri.so free 0x5571735fa440 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000137
+gallium_dri.so free 0x5571735fa600 void 0.000133
+gallium_dri.so free 0x5571735fa5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000127
+gallium_dri.so free 0x5571735fa700 void 0.000124
+gallium_dri.so free 0x5571735fa5b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa740 0.000131
+gallium_dri.so free 0x5571735fa7c0 void 0.000133
+gallium_dri.so free 0x5571735fa740 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000130
+gallium_dri.so free 0x5571735fa880 void 0.000132
+gallium_dri.so free 0x5571735fa7c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000123
+gallium_dri.so free 0x5571735fa900 void 0.000124
+gallium_dri.so free 0x5571735fa7c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa930 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000131
+gallium_dri.so free 0x5571735fa930 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa930 0.000130
+gallium_dri.so free 0x5571735faa80 void 0.000130
+gallium_dri.so free 0x5571735fa930 void 0.000131
+gallium_dri.so malloc 72 0x5571735faa30 0.000131
+gallium_dri.so free 0x5571735fab40 void 0.000133
+gallium_dri.so free 0x5571735faa30 void 0.000130
+gallium_dri.so malloc 72 0x5571735faaf0 0.000130
+gallium_dri.so free 0x5571735fabc0 void 0.000130
+gallium_dri.so free 0x5571735faaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735faaf0 0.000159
+gallium_dri.so free 0x5571735fac80 void 0.000155
+gallium_dri.so free 0x5571735faaf0 void 0.000156
+gallium_dri.so malloc 72 0x5571735faaf0 0.000147
+gallium_dri.so free 0x5571735fad40 void 0.000133
+gallium_dri.so free 0x5571735faaf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000130
+gallium_dri.so free 0x5571735fadc0 void 0.000133
+gallium_dri.so free 0x5571735facf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fae10 0.000132
+gallium_dri.so free 0x5571735fae80 void 0.000132
+gallium_dri.so free 0x5571735fae10 void 0.000131
+gallium_dri.so malloc 72 0x5571735faea0 0.000130
+gallium_dri.so free 0x5571735faf40 void 0.000126
+gallium_dri.so free 0x5571735faea0 void 0.000134
+gallium_dri.so malloc 72 0x5571735faef0 0.000148
+gallium_dri.so free 0x5571735fafc0 void 0.000145
+gallium_dri.so free 0x5571735faef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fafc0 0.000134
+gallium_dri.so free 0x5571735fb080 void 0.000130
+gallium_dri.so free 0x5571735fafc0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fafc0 0.000131
+gallium_dri.so free 0x5571735fb100 void 0.000130
+gallium_dri.so free 0x5571735fafc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb100 0.000129
+gallium_dri.so free 0x5571735fb1c0 void 0.000129
+gallium_dri.so free 0x5571735fb100 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb100 0.000127
+gallium_dri.so free 0x5571735fb280 void 0.000127
+gallium_dri.so free 0x5571735fb100 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb100 0.000127
+gallium_dri.so free 0x5571735fb340 void 0.000128
+gallium_dri.so free 0x5571735fb100 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000127
+gallium_dri.so free 0x5571735fb3c0 void 0.000129
+gallium_dri.so free 0x5571735fb2f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb410 0.000129
+gallium_dri.so free 0x5571735fb480 void 0.000129
+gallium_dri.so free 0x5571735fb410 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000128
+gallium_dri.so free 0x5571735fb540 void 0.000128
+gallium_dri.so free 0x5571735fb4c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000138
+gallium_dri.so free 0x5571735fb5c0 void 0.000154
+gallium_dri.so free 0x5571735fb4c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000154
+gallium_dri.so free 0x5571735fb640 void 0.000154
+gallium_dri.so free 0x5571735fb5f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000153
+gallium_dri.so free 0x5571735fb740 void 0.000154
+gallium_dri.so free 0x5571735fb5f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000153
+gallium_dri.so free 0x5571735fb800 void 0.000152
+gallium_dri.so free 0x5571735fb6f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000152
+gallium_dri.so free 0x5571735fb840 void 0.000154
+gallium_dri.so free 0x5571735fb7b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000153
+gallium_dri.so free 0x5571735fb900 void 0.000153
+gallium_dri.so free 0x5571735fb7b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb970 0.000152
+gallium_dri.so free 0x5571735fb9c0 void 0.000153
+gallium_dri.so free 0x5571735fb970 void 0.000155
+gallium_dri.so malloc 72 0x5571735fb970 0.000165
+gallium_dri.so free 0x5571735fbac0 void 0.000155
+gallium_dri.so free 0x5571735fb970 void 0.000153
+gallium_dri.so malloc 72 0x5571735fba70 0.000155
+gallium_dri.so free 0x5571735fbb80 void 0.000154
+gallium_dri.so free 0x5571735fba70 void 0.000153
+gallium_dri.so malloc 72 0x5571735fbb30 0.000152
+gallium_dri.so free 0x5571735fbbc0 void 0.000153
+gallium_dri.so free 0x5571735fbb30 void 0.000153
+gallium_dri.so malloc 72 0x5571735fbb30 0.000151
+gallium_dri.so free 0x5571735fbc80 void 0.000151
+gallium_dri.so free 0x5571735fbb30 void 0.000151
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000204
+gallium_dri.so free 0x5571735fbd40 void 0.000125
+gallium_dri.so free 0x5571735fbcc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd40 0.000122
+gallium_dri.so free 0x5571735fbe00 void 0.000123
+gallium_dri.so free 0x5571735fbd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd40 0.000122
+gallium_dri.so free 0x5571735fbec0 void 0.000123
+gallium_dri.so free 0x5571735fbd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbee0 0.000121
+gallium_dri.so free 0x5571735fbf80 void 0.000125
+gallium_dri.so free 0x5571735fbee0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbf30 0.000122
+gallium_dri.so free 0x5571735fc000 void 0.000122
+gallium_dri.so free 0x5571735fbf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbf30 0.000123
+gallium_dri.so free 0x5571735fc080 void 0.000123
+gallium_dri.so free 0x5571735fbf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc080 0.000121
+gallium_dri.so free 0x5571735fc140 void 0.000122
+gallium_dri.so free 0x5571735fc080 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc080 0.000122
+gallium_dri.so free 0x5571735fc200 void 0.000123
+gallium_dri.so free 0x5571735fc080 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc080 0.000122
+gallium_dri.so free 0x5571735fc2c0 void 0.000121
+gallium_dri.so free 0x5571735fc080 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc270 0.000120
+gallium_dri.so free 0x5571735fc380 void 0.000122
+gallium_dri.so free 0x5571735fc270 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc330 0.000121
+gallium_dri.so free 0x5571735fc400 void 0.000123
+gallium_dri.so free 0x5571735fc330 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc450 0.000121
+gallium_dri.so free 0x5571735fc4c0 void 0.000121
+gallium_dri.so free 0x5571735fc450 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc4e0 0.000121
+gallium_dri.so free 0x5571735fc580 void 0.000123
+gallium_dri.so free 0x5571735fc4e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc530 0.000122
+gallium_dri.so free 0x5571735fc600 void 0.000122
+gallium_dri.so free 0x5571735fc530 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc530 0.000122
+gallium_dri.so free 0x5571735fc680 void 0.000120
+gallium_dri.so free 0x5571735fc530 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc680 0.000121
+gallium_dri.so free 0x5571735fc740 void 0.000121
+gallium_dri.so free 0x5571735fc680 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc680 0.000121
+gallium_dri.so free 0x5571735fc840 void 0.000121
+gallium_dri.so free 0x5571735fc680 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000121
+gallium_dri.so free 0x5571735fc880 void 0.000122
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000121
+gallium_dri.so free 0x5571735fc940 void 0.000123
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc980 0.000121
+gallium_dri.so free 0x5571735fca00 void 0.000122
+gallium_dri.so free 0x5571735fc980 void 0.000121
+gallium_dri.so malloc 72 0x5571735fca00 0.000122
+gallium_dri.so free 0x5571735fcac0 void 0.000124
+gallium_dri.so free 0x5571735fca00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fca00 0.000175
+gallium_dri.so free 0x5571735fcb40 void 0.000123
+gallium_dri.so free 0x5571735fca00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcb70 0.000120
+gallium_dri.so free 0x5571735fcbc0 void 0.000122
+gallium_dri.so free 0x5571735fcb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcb70 0.000122
+gallium_dri.so free 0x5571735fccc0 void 0.000122
+gallium_dri.so free 0x5571735fcb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcd00 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000122
+gallium_dri.so free 0x5571735fcd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcd80 0.000122
+gallium_dri.so free 0x5571735fce40 void 0.000122
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcd80 0.000121
+gallium_dri.so free 0x5571735fcec0 void 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcef0 0.000121
+gallium_dri.so free 0x5571735fcf40 void 0.000122
+gallium_dri.so free 0x5571735fcef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcef0 0.000121
+gallium_dri.so free 0x5571735fd040 void 0.000122
+gallium_dri.so free 0x5571735fcef0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fcff0 0.000124
+gallium_dri.so free 0x5571735fd100 void 0.000123
+gallium_dri.so free 0x5571735fcff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000121
+gallium_dri.so free 0x5571735fd180 void 0.000122
+gallium_dri.so free 0x5571735fd0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000121
+gallium_dri.so free 0x5571735fd240 void 0.000120
+gallium_dri.so free 0x5571735fd0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd300 void 0.000122
+gallium_dri.so free 0x5571735fd0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000120
+gallium_dri.so free 0x5571735fd380 void 0.000121
+gallium_dri.so free 0x5571735fd2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd3d0 0.000121
+gallium_dri.so free 0x5571735fd440 void 0.000121
+gallium_dri.so free 0x5571735fd3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd460 0.000120
+gallium_dri.so free 0x5571735fd500 void 0.000121
+gallium_dri.so free 0x5571735fd460 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000121
+gallium_dri.so free 0x5571735fd580 void 0.000121
+gallium_dri.so free 0x5571735fd4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd580 0.000129
+gallium_dri.so free 0x5571735fd640 void 0.000116
+gallium_dri.so free 0x5571735fd580 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd580 0.000115
+gallium_dri.so free 0x5571735fd6c0 void 0.000116
+gallium_dri.so free 0x5571735fd580 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000115
+gallium_dri.so free 0x5571735fd780 void 0.000114
+gallium_dri.so free 0x5571735fd6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000114
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000120
+gallium_dri.so free 0x5571735fd900 void 0.000116
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000115
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so free 0x5571735fd8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd9d0 0.000116
+gallium_dri.so free 0x5571735fda40 void 0.000116
+gallium_dri.so free 0x5571735fd9d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda80 0.000116
+gallium_dri.so free 0x5571735fdb00 void 0.000116
+gallium_dri.so free 0x5571735fda80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fda80 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000142
+gallium_dri.so free 0x5571735fda80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000130
+gallium_dri.so free 0x5571735fdc00 void 0.000121
+gallium_dri.so free 0x5571735fdbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000120
+gallium_dri.so free 0x5571735fdd00 void 0.000120
+gallium_dri.so free 0x5571735fdbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000119
+gallium_dri.so free 0x5571735fddc0 void 0.000121
+gallium_dri.so free 0x5571735fdcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdd70 0.000121
+gallium_dri.so free 0x5571735fde00 void 0.000121
+gallium_dri.so free 0x5571735fdd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdd70 0.000120
+gallium_dri.so free 0x5571735fdec0 void 0.000121
+gallium_dri.so free 0x5571735fdd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf30 0.000120
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so free 0x5571735fdf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdf30 0.000121
+gallium_dri.so free 0x5571735fe080 void 0.000122
+gallium_dri.so free 0x5571735fdf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe030 0.000121
+gallium_dri.so free 0x5571735fe140 void 0.000121
+gallium_dri.so free 0x5571735fe030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000120
+gallium_dri.so free 0x5571735fe180 void 0.000170
+gallium_dri.so free 0x5571735fe0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000123
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe280 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000122
+gallium_dri.so free 0x5571735fe280 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe300 0.000121
+gallium_dri.so free 0x5571735fe3c0 void 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe300 0.000120
+gallium_dri.so free 0x5571735fe480 void 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe4a0 0.000121
+gallium_dri.so free 0x5571735fe540 void 0.000122
+gallium_dri.so free 0x5571735fe4a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000120
+gallium_dri.so free 0x5571735fe5c0 void 0.000122
+gallium_dri.so free 0x5571735fe4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000122
+gallium_dri.so free 0x5571735fe640 void 0.000121
+gallium_dri.so free 0x5571735fe4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe640 0.000120
+gallium_dri.so free 0x5571735fe700 void 0.000121
+gallium_dri.so free 0x5571735fe640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe640 0.000126
+gallium_dri.so free 0x5571735fe7c0 void 0.000117
+gallium_dri.so free 0x5571735fe640 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe640 0.000169
+gallium_dri.so free 0x5571735fe880 void 0.000116
+gallium_dri.so free 0x5571735fe640 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe830 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000116
+gallium_dri.so free 0x5571735fe830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so free 0x5571735fe8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea10 0.000125
+gallium_dri.so free 0x5571735fea80 void 0.000127
+gallium_dri.so free 0x5571735fea10 void 0.000117
+gallium_dri.so malloc 72 0x5571735feaa0 0.000115
+gallium_dri.so free 0x5571735feb40 void 0.000116
+gallium_dri.so free 0x5571735feaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feaf0 0.000115
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735feaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735feaf0 0.000116
+gallium_dri.so free 0x5571735fec40 void 0.000115
+gallium_dri.so free 0x5571735feaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec40 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000115
+gallium_dri.so free 0x5571735fec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec40 0.000123
+gallium_dri.so free 0x5571735fee00 void 0.000122
+gallium_dri.so free 0x5571735fec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fedb0 0.000121
+gallium_dri.so free 0x5571735fee40 void 0.000121
+gallium_dri.so free 0x5571735fedb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fedb0 0.000119
+gallium_dri.so free 0x5571735fef00 void 0.000121
+gallium_dri.so free 0x5571735fedb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fef40 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so free 0x5571735fef40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fefc0 0.000120
+gallium_dri.so free 0x5571735ff080 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff100 void 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff130 0.000120
+gallium_dri.so free 0x5571735ff180 void 0.000122
+gallium_dri.so free 0x5571735ff130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff130 0.000122
+gallium_dri.so free 0x5571735ff280 void 0.000122
+gallium_dri.so free 0x5571735ff130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2c0 0.000120
+gallium_dri.so free 0x5571735ff340 void 0.000172
+gallium_dri.so free 0x5571735ff2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff340 0.000122
+gallium_dri.so free 0x5571735ff400 void 0.000122
+gallium_dri.so free 0x5571735ff340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff340 0.000120
+gallium_dri.so free 0x5571735ff480 void 0.000121
+gallium_dri.so free 0x5571735ff340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000122
+gallium_dri.so free 0x5571735ff600 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000121
+gallium_dri.so free 0x5571735ff6c0 void 0.000128
+gallium_dri.so free 0x5571735ff5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff670 0.000122
+gallium_dri.so free 0x5571735ff740 void 0.000122
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff670 0.000120
+gallium_dri.so free 0x5571735ff800 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff670 0.000121
+gallium_dri.so free 0x5571735ff8c0 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff870 0.000116
+gallium_dri.so free 0x5571735ff940 void 0.000116
+gallium_dri.so free 0x5571735ff870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff990 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000116
+gallium_dri.so free 0x5571735ff990 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa20 0.000115
+gallium_dri.so free 0x5571735ffac0 void 0.000114
+gallium_dri.so free 0x5571735ffa20 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa70 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ffa70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffb40 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffb40 0.000114
+gallium_dri.so free 0x5571735ffc80 void 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc80 0.000115
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffc80 0.000118
+gallium_dri.so free 0x5571735ffe00 void 0.000117
+gallium_dri.so free 0x5571735ffc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc80 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000116
+gallium_dri.so free 0x5571735ffc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffc80 0.000121
+gallium_dri.so free 0x5571735b4500 void 0.000122
+gallium_dri.so free 0x5571735ffc80 void 0.000123
+gallium_dri.so malloc 72 0x5571735b44b0 0.000121
+gallium_dri.so free 0x557173454440 void 0.000123
+gallium_dri.so free 0x5571735b44b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734543f0 0.000121
+gallium_dri.so free 0x5571735b4b80 void 0.000122
+gallium_dri.so free 0x5571734543f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734543f0 0.000120
+gallium_dri.so free 0x5571735b4c00 void 0.000121
+gallium_dri.so free 0x5571734543f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4c30 0.000120
+gallium_dri.so free 0x5571735b4280 void 0.000122
+gallium_dri.so free 0x5571735b4c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4c30 0.000120
+gallium_dri.so free 0x5571735b3ec0 void 0.000121
+gallium_dri.so free 0x5571735b4c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3e70 0.000122
+gallium_dri.so free 0x5571735b3f80 void 0.000121
+gallium_dri.so free 0x5571735b3e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3f30 0.000120
+gallium_dri.so free 0x5571735b3fc0 void 0.000121
+gallium_dri.so free 0x5571735b3f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3f30 0.000185
+gallium_dri.so free 0x5571735b4080 void 0.000123
+gallium_dri.so free 0x5571735b3f30 void 0.000167
+gallium_dri.so malloc 72 0x5571735b3f30 0.000123
+gallium_dri.so free 0x557173458840 void 0.000122
+gallium_dri.so free 0x5571735b3f30 void 0.000121
+gallium_dri.so malloc 72 0x557173458880 0.000122
+gallium_dri.so free 0x557173458900 void 0.000121
+gallium_dri.so free 0x557173458880 void 0.000120
+gallium_dri.so malloc 72 0x557173458900 0.000121
+gallium_dri.so free 0x5571734589c0 void 0.000122
+gallium_dri.so free 0x557173458900 void 0.000121
+gallium_dri.so malloc 72 0x557173458900 0.000121
+gallium_dri.so free 0x557173458a40 void 0.000129
+gallium_dri.so free 0x557173458900 void 0.000122
+gallium_dri.so malloc 72 0x557173458a70 0.000121
+gallium_dri.so free 0x557173458ac0 void 0.000122
+gallium_dri.so free 0x557173458a70 void 0.000121
+gallium_dri.so malloc 72 0x557173458a70 0.000120
+gallium_dri.so free 0x5571735b4600 void 0.000121
+gallium_dri.so free 0x557173458a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4650 0.000122
+gallium_dri.so free 0x5571735b46c0 void 0.000121
+gallium_dri.so free 0x5571735b4650 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4720 0.000120
+gallium_dri.so free 0x5571735b47c0 void 0.000132
+gallium_dri.so free 0x5571735b4720 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4770 0.000121
+gallium_dri.so free 0x5571735b4800 void 0.000121
+gallium_dri.so free 0x5571735b4770 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4770 0.000122
+gallium_dri.so free 0x5571735b48c0 void 0.000121
+gallium_dri.so free 0x5571735b4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4900 0.000122
+gallium_dri.so free 0x5571735b4980 void 0.000122
+gallium_dri.so free 0x5571735b4900 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4980 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000121
+gallium_dri.so free 0x5571735b4980 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4980 0.000120
+gallium_dri.so free 0x5571735e3dc0 void 0.000123
+gallium_dri.so free 0x5571735b4980 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3df0 0.000121
+gallium_dri.so free 0x5571735e3e40 void 0.000121
+gallium_dri.so free 0x5571735e3df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3e40 0.000120
+gallium_dri.so free 0x5571735e3f00 void 0.000122
+gallium_dri.so free 0x5571735e3e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3e40 0.000120
+gallium_dri.so free 0x5571735e4000 void 0.000120
+gallium_dri.so free 0x5571735e3e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000129
+gallium_dri.so free 0x5571735e40c0 void 0.000120
+gallium_dri.so free 0x5571735e3fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4070 0.000121
+gallium_dri.so free 0x5571735e4100 void 0.000122
+gallium_dri.so free 0x5571735e4070 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4070 0.000121
+gallium_dri.so free 0x5571735e41c0 void 0.000121
+gallium_dri.so free 0x5571735e4070 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4200 0.000120
+gallium_dri.so free 0x5571735e4280 void 0.000122
+gallium_dri.so free 0x5571735e4200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4280 0.000120
+gallium_dri.so free 0x5571735e4340 void 0.000122
+gallium_dri.so free 0x5571735e4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4280 0.000171
+gallium_dri.so free 0x5571735e43c0 void 0.000123
+gallium_dri.so free 0x5571735e4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4280 0.000121
+gallium_dri.so free 0x5571735e4480 void 0.000122
+gallium_dri.so free 0x5571735e4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4280 0.000119
+gallium_dri.so free 0x5571735e4540 void 0.000122
+gallium_dri.so free 0x5571735e4280 void 0.000120
+gallium_dri.so malloc 72 0x5571735e44f0 0.000120
+gallium_dri.so free 0x5571735e45c0 void 0.000172
+gallium_dri.so free 0x5571735e44f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4610 0.000121
+gallium_dri.so free 0x5571735e4680 void 0.000122
+gallium_dri.so free 0x5571735e4610 void 0.000122
+gallium_dri.so malloc 72 0x5571735e46a0 0.000121
+gallium_dri.so free 0x5571735e4740 void 0.000120
+gallium_dri.so free 0x5571735e46a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e46f0 0.000120
+gallium_dri.so free 0x5571735e47c0 void 0.000122
+gallium_dri.so free 0x5571735e46f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e46f0 0.000119
+gallium_dri.so free 0x5571735e48c0 void 0.000122
+gallium_dri.so free 0x5571735e46f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4870 0.000121
+gallium_dri.so free 0x5571735e4940 void 0.000121
+gallium_dri.so free 0x5571735e4870 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4990 0.000121
+gallium_dri.so free 0x5571735e4a00 void 0.000121
+gallium_dri.so free 0x5571735e4990 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4a20 0.000120
+gallium_dri.so free 0x5571735e4ac0 void 0.000120
+gallium_dri.so free 0x5571735e4a20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4a70 0.000120
+gallium_dri.so free 0x5571735e4b40 void 0.000122
+gallium_dri.so free 0x5571735e4a70 void 0.000173
+gallium_dri.so malloc 72 0x5571735e4a70 0.000123
+gallium_dri.so free 0x5571735e4bc0 void 0.000122
+gallium_dri.so free 0x5571735e4a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4bc0 0.000121
+gallium_dri.so free 0x5571735e4c80 void 0.000122
+gallium_dri.so free 0x5571735e4bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4bc0 0.000120
+gallium_dri.so free 0x5571735e4d80 void 0.000122
+gallium_dri.so free 0x5571735e4bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4bc0 0.000122
+gallium_dri.so free 0x5571735e4e00 void 0.000121
+gallium_dri.so free 0x5571735e4bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4e30 0.000120
+gallium_dri.so free 0x5571735e4e80 void 0.000138
+gallium_dri.so free 0x5571735e4e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4e30 0.000120
+gallium_dri.so free 0x5571735e4f80 void 0.000122
+gallium_dri.so free 0x5571735e4e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4f30 0.000122
+gallium_dri.so free 0x5571735e5040 void 0.000122
+gallium_dri.so free 0x5571735e4f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000121
+gallium_dri.so free 0x5571735e5080 void 0.000122
+gallium_dri.so free 0x5571735e4ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000121
+gallium_dri.so free 0x5571735e5140 void 0.000124
+gallium_dri.so free 0x5571735e4ff0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e5190 0.000121
+gallium_dri.so free 0x5571735e5200 void 0.000122
+gallium_dri.so free 0x5571735e5190 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5240 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000120
+gallium_dri.so free 0x5571735e5240 void 0.000119
+gallium_dri.so malloc 72 0x5571735e52c0 0.000120
+gallium_dri.so free 0x5571735e5380 void 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e52c0 0.000120
+gallium_dri.so free 0x5571735e5400 void 0.000122
+gallium_dri.so free 0x5571735e52c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5430 0.000120
+gallium_dri.so free 0x5571735e5480 void 0.000122
+gallium_dri.so free 0x5571735e5430 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5430 0.000119
+gallium_dri.so free 0x5571735e5580 void 0.000121
+gallium_dri.so free 0x5571735e5430 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5530 0.000122
+gallium_dri.so free 0x5571735e5640 void 0.000121
+gallium_dri.so free 0x5571735e5530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e55f0 0.000121
+gallium_dri.so free 0x5571735e56c0 void 0.000120
+gallium_dri.so free 0x5571735e55f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e56e0 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000119
+gallium_dri.so free 0x5571735e56e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5730 0.000120
+gallium_dri.so free 0x5571735e5800 void 0.000119
+gallium_dri.so free 0x5571735e5730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5730 0.000119
+gallium_dri.so free 0x5571735e5880 void 0.000121
+gallium_dri.so free 0x5571735e5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5880 0.000118
+gallium_dri.so free 0x5571735e5940 void 0.000119
+gallium_dri.so free 0x5571735e5880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5880 0.000118
+gallium_dri.so free 0x5571735e5a00 void 0.000120
+gallium_dri.so free 0x5571735e5880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5880 0.000119
+gallium_dri.so free 0x5571735e5ac0 void 0.000120
+gallium_dri.so free 0x5571735e5880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5a70 0.000119
+gallium_dri.so free 0x5571735e5ac0 void 0.000120
+gallium_dri.so free 0x5571735e5a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5a70 0.000119
+gallium_dri.so free 0x5571735e5bc0 void 0.000119
+gallium_dri.so free 0x5571735e5a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5b70 0.000118
+gallium_dri.so free 0x5571735e5c80 void 0.000131
+gallium_dri.so free 0x5571735e5b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5c30 0.000122
+gallium_dri.so free 0x5571735e5cc0 void 0.000121
+gallium_dri.so free 0x5571735e5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5c30 0.000120
+gallium_dri.so free 0x5571735e5d80 void 0.000121
+gallium_dri.so free 0x5571735e5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000120
+gallium_dri.so free 0x5571735e5e40 void 0.000122
+gallium_dri.so free 0x5571735e5dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5e40 0.000121
+gallium_dri.so free 0x5571735e5f00 void 0.000121
+gallium_dri.so free 0x5571735e5e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5e40 0.000156
+gallium_dri.so free 0x5571735e5fc0 void 0.000125
+gallium_dri.so free 0x5571735e5e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5fe0 0.000121
+gallium_dri.so free 0x5571735e6080 void 0.000122
+gallium_dri.so free 0x5571735e5fe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6030 0.000120
+gallium_dri.so free 0x5571735e6100 void 0.000122
+gallium_dri.so free 0x5571735e6030 void 0.000122
+gallium_dri.so malloc 72 0x5571735e6030 0.000121
+gallium_dri.so free 0x5571735e6180 void 0.000123
+gallium_dri.so free 0x5571735e6030 void 0.000164
+gallium_dri.so malloc 72 0x5571735e6180 0.000114
+gallium_dri.so free 0x557173455400 void 0.000113
+gallium_dri.so free 0x5571735e6180 void 0.000112
+gallium_dri.so malloc 72 0x557173455420 0.000113
+gallium_dri.so free 0x5571734554c0 void 0.000113
+gallium_dri.so free 0x557173455420 void 0.000113
+gallium_dri.so malloc 72 0x557173455470 0.000113
+gallium_dri.so free 0x557173455540 void 0.000113
+gallium_dri.so free 0x557173455470 void 0.000113
+gallium_dri.so malloc 72 0x557173455540 0.000112
+gallium_dri.so free 0x557173455600 void 0.000119
+gallium_dri.so free 0x557173455540 void 0.000113
+gallium_dri.so malloc 72 0x557173455540 0.000112
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so free 0x557173455540 void 0.000112
+gallium_dri.so malloc 72 0x557173455680 0.000112
+gallium_dri.so free 0x557173455740 void 0.000112
+gallium_dri.so free 0x557173455680 void 0.000114
+gallium_dri.so malloc 72 0x557173455680 0.000113
+gallium_dri.so free 0x557173455800 void 0.000113
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so malloc 72 0x557173455680 0.000113
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so malloc 72 0x557173455870 0.000112
+gallium_dri.so free 0x557173455940 void 0.000112
+gallium_dri.so free 0x557173455870 void 0.000112
+gallium_dri.so malloc 72 0x557173455990 0.000128
+gallium_dri.so free 0x557173455a00 void 0.000121
+gallium_dri.so free 0x557173455990 void 0.000119
+gallium_dri.so malloc 72 0x557173455a40 0.000120
+gallium_dri.so free 0x557173455ac0 void 0.000120
+gallium_dri.so free 0x557173455a40 void 0.000120
+gallium_dri.so malloc 72 0x557173455a40 0.000118
+gallium_dri.so free 0x557173455b40 void 0.000119
+gallium_dri.so free 0x557173455a40 void 0.000119
+gallium_dri.so malloc 72 0x557173455b70 0.000119
+gallium_dri.so free 0x557173455bc0 void 0.000119
+gallium_dri.so free 0x557173455b70 void 0.000120
+gallium_dri.so malloc 72 0x557173455b70 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000119
+gallium_dri.so free 0x557173455b70 void 0.000119
+gallium_dri.so malloc 72 0x557173455c70 0.000119
+gallium_dri.so free 0x557173455d80 void 0.000119
+gallium_dri.so free 0x557173455c70 void 0.000119
+gallium_dri.so malloc 72 0x557173455d30 0.000120
+gallium_dri.so free 0x557173455dc0 void 0.000119
+gallium_dri.so free 0x557173455d30 void 0.000121
+gallium_dri.so malloc 72 0x557173455d30 0.000119
+gallium_dri.so free 0x557173455e80 void 0.000119
+gallium_dri.so free 0x557173455d30 void 0.000118
+gallium_dri.so malloc 72 0x557173455ef0 0.000118
+gallium_dri.so free 0x557173455f40 void 0.000120
+gallium_dri.so free 0x557173455ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173455ef0 0.000121
+gallium_dri.so free 0x557173456040 void 0.000127
+gallium_dri.so free 0x557173455ef0 void 0.000121
+gallium_dri.so malloc 72 0x557173455ff0 0.000122
+gallium_dri.so free 0x557173456100 void 0.000121
+gallium_dri.so free 0x557173455ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571734560b0 0.000121
+gallium_dri.so free 0x557173456140 void 0.000121
+gallium_dri.so free 0x5571734560b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734560b0 0.000120
+gallium_dri.so free 0x557173456200 void 0.000122
+gallium_dri.so free 0x5571734560b0 void 0.000121
+gallium_dri.so malloc 72 0x557173456240 0.000121
+gallium_dri.so free 0x5571734562c0 void 0.000121
+gallium_dri.so free 0x557173456240 void 0.000122
+gallium_dri.so malloc 72 0x5571734562c0 0.000121
+gallium_dri.so free 0x557173456380 void 0.000122
+gallium_dri.so free 0x5571734562c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734562c0 0.000121
+gallium_dri.so free 0x557173456440 void 0.000121
+gallium_dri.so free 0x5571734562c0 void 0.000120
+gallium_dri.so malloc 72 0x557173456460 0.000120
+gallium_dri.so free 0x557173456500 void 0.000121
+gallium_dri.so free 0x557173456460 void 0.000120
+gallium_dri.so malloc 72 0x5571734564b0 0.000196
+gallium_dri.so free 0x557173456580 void 0.000124
+gallium_dri.so free 0x5571734564b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734564b0 0.000121
+gallium_dri.so free 0x557173456600 void 0.000120
+gallium_dri.so free 0x5571734564b0 void 0.000122
+gallium_dri.so malloc 72 0x557173456600 0.000120
+gallium_dri.so free 0x5571734566c0 void 0.000123
+gallium_dri.so free 0x557173456600 void 0.000121
+gallium_dri.so malloc 72 0x557173456600 0.000123
+gallium_dri.so free 0x557173456780 void 0.000122
+gallium_dri.so free 0x557173456600 void 0.000123
+gallium_dri.so malloc 72 0x557173456600 0.000122
+gallium_dri.so free 0x557173456840 void 0.000123
+gallium_dri.so free 0x557173456600 void 0.000122
+gallium_dri.so malloc 72 0x5571734567f0 0.000120
+gallium_dri.so free 0x557173456900 void 0.000121
+gallium_dri.so free 0x5571734567f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734568b0 0.000121
+gallium_dri.so free 0x557173456980 void 0.000122
+gallium_dri.so free 0x5571734568b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734569d0 0.000121
+gallium_dri.so free 0x557173456a40 void 0.000122
+gallium_dri.so free 0x5571734569d0 void 0.000121
+gallium_dri.so malloc 72 0x557173456a60 0.000122
+gallium_dri.so free 0x557173456b00 void 0.000129
+gallium_dri.so free 0x557173456a60 void 0.000119
+gallium_dri.so malloc 72 0x557173456ab0 0.000119
+gallium_dri.so free 0x557173456b80 void 0.000119
+gallium_dri.so free 0x557173456ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173456ab0 0.000119
+gallium_dri.so free 0x557173456c00 void 0.000119
+gallium_dri.so free 0x557173456ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173456c00 0.000118
+gallium_dri.so free 0x557173456cc0 void 0.000119
+gallium_dri.so free 0x557173456c00 void 0.000118
+gallium_dri.so malloc 72 0x557173456c00 0.000118
+gallium_dri.so free 0x557173456dc0 void 0.000118
+gallium_dri.so free 0x557173456c00 void 0.000118
+gallium_dri.so malloc 72 0x557173456d70 0.000119
+gallium_dri.so free 0x557173456e00 void 0.000164
+gallium_dri.so free 0x557173456d70 void 0.000120
+gallium_dri.so malloc 72 0x557173456d70 0.000120
+gallium_dri.so free 0x557173456ec0 void 0.000120
+gallium_dri.so free 0x557173456d70 void 0.000120
+gallium_dri.so malloc 72 0x557173456f00 0.000119
+gallium_dri.so free 0x557173456f80 void 0.000118
+gallium_dri.so free 0x557173456f00 void 0.000120
+gallium_dri.so malloc 72 0x557173456f80 0.000119
+gallium_dri.so free 0x557173457040 void 0.000119
+gallium_dri.so free 0x557173456f80 void 0.000120
+gallium_dri.so malloc 72 0x557173456f80 0.000123
+gallium_dri.so free 0x5571734570c0 void 0.000122
+gallium_dri.so free 0x557173456f80 void 0.000121
+gallium_dri.so malloc 72 0x5571734570f0 0.000121
+gallium_dri.so free 0x557173457140 void 0.000119
+gallium_dri.so free 0x5571734570f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734570f0 0.000119
+gallium_dri.so free 0x557173457240 void 0.000120
+gallium_dri.so free 0x5571734570f0 void 0.000122
+gallium_dri.so malloc 72 0x557173457280 0.000121
+gallium_dri.so free 0x557173457300 void 0.000121
+gallium_dri.so free 0x557173457280 void 0.000121
+gallium_dri.so malloc 72 0x557173457300 0.000122
+gallium_dri.so free 0x5571734573c0 void 0.000121
+gallium_dri.so free 0x557173457300 void 0.000121
+gallium_dri.so malloc 72 0x557173457300 0.000121
+gallium_dri.so free 0x557173457440 void 0.000127
+gallium_dri.so free 0x557173457300 void 0.000121
+gallium_dri.so malloc 72 0x557173457470 0.000121
+gallium_dri.so free 0x5571734574c0 void 0.000122
+gallium_dri.so free 0x557173457470 void 0.000121
+gallium_dri.so malloc 72 0x557173457470 0.000119
+gallium_dri.so free 0x5571734575c0 void 0.000121
+gallium_dri.so free 0x557173457470 void 0.000121
+gallium_dri.so malloc 72 0x557173457570 0.000122
+gallium_dri.so free 0x557173457680 void 0.000169
+gallium_dri.so free 0x557173457570 void 0.000123
+gallium_dri.so malloc 72 0x557173457630 0.000122
+gallium_dri.so free 0x557173457700 void 0.000122
+gallium_dri.so free 0x557173457630 void 0.000121
+gallium_dri.so malloc 72 0x557173457630 0.000121
+gallium_dri.so free 0x5571734577c0 void 0.000121
+gallium_dri.so free 0x557173457630 void 0.000121
+gallium_dri.so malloc 72 0x557173457630 0.000121
+gallium_dri.so free 0x557173457880 void 0.000122
+gallium_dri.so free 0x557173457630 void 0.000122
+gallium_dri.so malloc 72 0x557173457830 0.000121
+gallium_dri.so free 0x557173457900 void 0.000122
+gallium_dri.so free 0x557173457830 void 0.000121
+gallium_dri.so malloc 72 0x557173457950 0.000121
+gallium_dri.so free 0x5571734579c0 void 0.000122
+gallium_dri.so free 0x557173457950 void 0.000121
+gallium_dri.so malloc 72 0x5571734579e0 0.000121
+gallium_dri.so free 0x557173457a80 void 0.000121
+gallium_dri.so free 0x5571734579e0 void 0.000120
+gallium_dri.so malloc 72 0x557173457a30 0.000121
+gallium_dri.so free 0x557173457b00 void 0.000121
+gallium_dri.so free 0x557173457a30 void 0.000121
+gallium_dri.so malloc 72 0x557173457b00 0.000120
+gallium_dri.so free 0x557173457bc0 void 0.000122
+gallium_dri.so free 0x557173457b00 void 0.000129
+gallium_dri.so malloc 72 0x557173457b00 0.000121
+gallium_dri.so free 0x557173457c40 void 0.000121
+gallium_dri.so free 0x557173457b00 void 0.000127
+gallium_dri.so malloc 72 0x557173457c40 0.000120
+gallium_dri.so free 0x557173457d00 void 0.000120
+gallium_dri.so free 0x557173457c40 void 0.000118
+gallium_dri.so malloc 72 0x557173457c40 0.000120
+gallium_dri.so free 0x557173457dc0 void 0.000119
+gallium_dri.so free 0x557173457c40 void 0.000119
+gallium_dri.so malloc 72 0x557173457c40 0.000119
+gallium_dri.so free 0x557173457e80 void 0.000119
+gallium_dri.so free 0x557173457c40 void 0.000120
+gallium_dri.so malloc 72 0x557173457e30 0.000119
+gallium_dri.so free 0x557173457f00 void 0.000121
+gallium_dri.so free 0x557173457e30 void 0.000118
+gallium_dri.so malloc 72 0x557173457f50 0.000119
+gallium_dri.so free 0x557173457fc0 void 0.000120
+gallium_dri.so free 0x557173457f50 void 0.000119
+gallium_dri.so malloc 72 0x557173458000 0.000119
+gallium_dri.so free 0x557173458080 void 0.000119
+gallium_dri.so free 0x557173458000 void 0.000120
+gallium_dri.so malloc 72 0x557173458000 0.000119
+gallium_dri.so free 0x557173458100 void 0.000120
+gallium_dri.so free 0x557173458000 void 0.000118
+gallium_dri.so malloc 72 0x557173458130 0.000120
+gallium_dri.so free 0x557173458180 void 0.000133
+gallium_dri.so free 0x557173458130 void 0.000121
+gallium_dri.so malloc 72 0x557173458130 0.000122
+gallium_dri.so free 0x557173458280 void 0.000122
+gallium_dri.so free 0x557173458130 void 0.000121
+gallium_dri.so malloc 72 0x557173458230 0.000121
+gallium_dri.so free 0x557173458340 void 0.000124
+gallium_dri.so free 0x557173458230 void 0.000121
+gallium_dri.so malloc 72 0x5571734582f0 0.000121
+gallium_dri.so free 0x557173458380 void 0.000121
+gallium_dri.so free 0x5571734582f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734582f0 0.000122
+gallium_dri.so free 0x557173458440 void 0.000121
+gallium_dri.so free 0x5571734582f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734584b0 0.000122
+gallium_dri.so free 0x557173458500 void 0.000122
+gallium_dri.so free 0x5571734584b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734584b0 0.000122
+gallium_dri.so free 0x557173458600 void 0.000121
+gallium_dri.so free 0x5571734584b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734585b0 0.000123
+gallium_dri.so free 0x5571734586c0 void 0.000121
+gallium_dri.so free 0x5571734585b0 void 0.000121
+gallium_dri.so malloc 72 0x557173458670 0.000120
+gallium_dri.so free 0x557173458700 void 0.000121
+gallium_dri.so free 0x557173458670 void 0.000158
+gallium_dri.so malloc 72 0x557173458670 0.000146
+gallium_dri.so free 0x55717358e6c0 void 0.000123
+gallium_dri.so free 0x557173458670 void 0.000122
+gallium_dri.so malloc 72 0x55717358e700 0.000121
+gallium_dri.so free 0x55717358e780 void 0.000121
+gallium_dri.so free 0x55717358e700 void 0.000121
+gallium_dri.so malloc 72 0x55717358e780 0.000122
+gallium_dri.so free 0x55717358e840 void 0.000122
+gallium_dri.so free 0x55717358e780 void 0.000122
+gallium_dri.so malloc 72 0x55717358e780 0.000122
+gallium_dri.so free 0x55717358e900 void 0.000123
+gallium_dri.so free 0x55717358e780 void 0.000122
+gallium_dri.so malloc 72 0x55717358e920 0.000122
+gallium_dri.so free 0x55717358e9c0 void 0.000122
+gallium_dri.so free 0x55717358e920 void 0.000166
+gallium_dri.so malloc 72 0x55717358e970 0.000123
+gallium_dri.so free 0x55717358ea40 void 0.000122
+gallium_dri.so free 0x55717358e970 void 0.000122
+gallium_dri.so malloc 72 0x55717358e970 0.000121
+gallium_dri.so free 0x55717358eac0 void 0.000120
+gallium_dri.so free 0x55717358e970 void 0.000122
+gallium_dri.so malloc 72 0x55717358eac0 0.000122
+gallium_dri.so free 0x55717358eb80 void 0.000121
+gallium_dri.so free 0x55717358eac0 void 0.000122
+gallium_dri.so malloc 72 0x55717358eac0 0.000130
+gallium_dri.so free 0x55717358ec40 void 0.000121
+gallium_dri.so free 0x55717358eac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eac0 0.000119
+gallium_dri.so free 0x55717358ed00 void 0.000119
+gallium_dri.so free 0x55717358eac0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ecb0 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so free 0x55717358ecb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed70 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so free 0x55717358ed70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee90 0.000120
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so free 0x55717358ee90 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef20 0.000119
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so free 0x55717358ef20 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef70 0.000119
+gallium_dri.so free 0x55717358f040 void 0.000120
+gallium_dri.so free 0x55717358ef70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef70 0.000119
+gallium_dri.so free 0x55717358f0c0 void 0.000120
+gallium_dri.so free 0x55717358ef70 void 0.000123
+gallium_dri.so malloc 72 0x55717358f0c0 0.000120
+gallium_dri.so free 0x55717358f180 void 0.000120
+gallium_dri.so free 0x55717358f0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358f0c0 0.000122
+gallium_dri.so free 0x55717358f280 void 0.000123
+gallium_dri.so free 0x55717358f0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f230 0.000121
+gallium_dri.so free 0x55717358f2c0 void 0.000120
+gallium_dri.so free 0x55717358f230 void 0.000121
+gallium_dri.so malloc 72 0x55717358f230 0.000120
+gallium_dri.so free 0x55717358f380 void 0.000121
+gallium_dri.so free 0x55717358f230 void 0.000121
+gallium_dri.so malloc 72 0x55717358f3c0 0.000121
+gallium_dri.so free 0x55717358f440 void 0.000122
+gallium_dri.so free 0x55717358f3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f440 0.000120
+gallium_dri.so free 0x55717358f500 void 0.000121
+gallium_dri.so free 0x55717358f440 void 0.000120
+gallium_dri.so malloc 72 0x55717358f440 0.000121
+gallium_dri.so free 0x55717358f580 void 0.000122
+gallium_dri.so free 0x55717358f440 void 0.000121
+gallium_dri.so malloc 72 0x55717358f5b0 0.000122
+gallium_dri.so free 0x55717358f600 void 0.000122
+gallium_dri.so free 0x55717358f5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f5b0 0.000121
+gallium_dri.so free 0x55717358f700 void 0.000122
+gallium_dri.so free 0x55717358f5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f740 0.000162
+gallium_dri.so free 0x55717358f7c0 void 0.000123
+gallium_dri.so free 0x55717358f740 void 0.000121
+gallium_dri.so malloc 72 0x55717358f7c0 0.000163
+gallium_dri.so free 0x55717358f880 void 0.000122
+gallium_dri.so free 0x55717358f7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f7c0 0.000121
+gallium_dri.so free 0x55717358f900 void 0.000121
+gallium_dri.so free 0x55717358f7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f930 0.000121
+gallium_dri.so free 0x55717358f980 void 0.000122
+gallium_dri.so free 0x55717358f930 void 0.000121
+gallium_dri.so malloc 72 0x55717358f930 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so free 0x55717358f930 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa30 0.000120
+gallium_dri.so free 0x55717358fb40 void 0.000120
+gallium_dri.so free 0x55717358fa30 void 0.000120
+gallium_dri.so malloc 72 0x55717358faf0 0.000122
+gallium_dri.so free 0x55717358fbc0 void 0.000121
+gallium_dri.so free 0x55717358faf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358faf0 0.000120
+gallium_dri.so free 0x55717358fc80 void 0.000120
+gallium_dri.so free 0x55717358faf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358faf0 0.000120
+gallium_dri.so free 0x55717358fd40 void 0.000132
+gallium_dri.so free 0x55717358faf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358fcf0 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fe10 0.000121
+gallium_dri.so free 0x55717358fe80 void 0.000122
+gallium_dri.so free 0x55717358fe10 void 0.000120
+gallium_dri.so malloc 72 0x55717358fea0 0.000122
+gallium_dri.so free 0x55717358ff40 void 0.000121
+gallium_dri.so free 0x55717358fea0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fef0 0.000120
+gallium_dri.so free 0x55717358ffc0 void 0.000121
+gallium_dri.so free 0x55717358fef0 void 0.000126
+gallium_dri.so malloc 72 0x55717358ffc0 0.000122
+gallium_dri.so free 0x557173590080 void 0.000121
+gallium_dri.so free 0x55717358ffc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ffc0 0.000120
+gallium_dri.so free 0x557173590100 void 0.000123
+gallium_dri.so free 0x55717358ffc0 void 0.000121
+gallium_dri.so malloc 72 0x557173590100 0.000122
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x557173590100 void 0.000120
+gallium_dri.so malloc 72 0x557173590100 0.000121
+gallium_dri.so free 0x557173590280 void 0.000121
+gallium_dri.so free 0x557173590100 void 0.000120
+gallium_dri.so malloc 72 0x557173590100 0.000131
+gallium_dri.so free 0x557173590340 void 0.000120
+gallium_dri.so free 0x557173590100 void 0.000121
+gallium_dri.so malloc 72 0x5571735902f0 0.000121
+gallium_dri.so free 0x5571735903c0 void 0.000121
+gallium_dri.so free 0x5571735902f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590410 0.000120
+gallium_dri.so free 0x557173590480 void 0.000121
+gallium_dri.so free 0x557173590410 void 0.000121
+gallium_dri.so malloc 72 0x5571735904c0 0.000121
+gallium_dri.so free 0x557173590540 void 0.000121
+gallium_dri.so free 0x5571735904c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735904c0 0.000120
+gallium_dri.so free 0x5571735905c0 void 0.000121
+gallium_dri.so free 0x5571735904c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735905f0 0.000120
+gallium_dri.so free 0x557173590640 void 0.000128
+gallium_dri.so free 0x5571735905f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735905f0 0.000120
+gallium_dri.so free 0x557173590740 void 0.000121
+gallium_dri.so free 0x5571735905f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735906f0 0.000121
+gallium_dri.so free 0x557173590800 void 0.000121
+gallium_dri.so free 0x5571735906f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735907b0 0.000121
+gallium_dri.so free 0x557173590840 void 0.000133
+gallium_dri.so free 0x5571735907b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735907b0 0.000123
+gallium_dri.so free 0x557173590900 void 0.000122
+gallium_dri.so free 0x5571735907b0 void 0.000121
+gallium_dri.so malloc 72 0x557173590970 0.000122
+gallium_dri.so free 0x5571735909c0 void 0.000121
+gallium_dri.so free 0x557173590970 void 0.000121
+gallium_dri.so malloc 72 0x557173590970 0.000122
+gallium_dri.so free 0x557173590ac0 void 0.000123
+gallium_dri.so free 0x557173590970 void 0.000122
+gallium_dri.so malloc 72 0x557173590a70 0.000123
+gallium_dri.so free 0x557173590b80 void 0.000121
+gallium_dri.so free 0x557173590a70 void 0.000121
+gallium_dri.so malloc 72 0x557173590b30 0.000120
+gallium_dri.so free 0x557173590bc0 void 0.000122
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x557173590b30 0.000120
+gallium_dri.so free 0x557173590c80 void 0.000122
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x557173590cc0 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so free 0x557173590cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173590d40 0.000121
+gallium_dri.so free 0x557173590e00 void 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000120
+gallium_dri.so malloc 72 0x557173590d40 0.000122
+gallium_dri.so free 0x557173590ec0 void 0.000122
+gallium_dri.so free 0x557173590d40 void 0.000119
+gallium_dri.so malloc 72 0x557173590ee0 0.000125
+gallium_dri.so free 0x557173590f80 void 0.000122
+gallium_dri.so free 0x557173590ee0 void 0.000120
+gallium_dri.so malloc 72 0x557173590f30 0.000119
+gallium_dri.so free 0x557173591000 void 0.000121
+gallium_dri.so free 0x557173590f30 void 0.000120
+gallium_dri.so malloc 72 0x557173590f30 0.000122
+gallium_dri.so free 0x557173591080 void 0.000121
+gallium_dri.so free 0x557173590f30 void 0.000120
+gallium_dri.so malloc 72 0x557173591080 0.000122
+gallium_dri.so free 0x557173591140 void 0.000120
+gallium_dri.so free 0x557173591080 void 0.000119
+gallium_dri.so malloc 72 0x557173591080 0.000120
+gallium_dri.so free 0x557173591200 void 0.000121
+gallium_dri.so free 0x557173591080 void 0.000120
+gallium_dri.so malloc 72 0x557173591080 0.000121
+gallium_dri.so free 0x5571735912c0 void 0.000122
+gallium_dri.so free 0x557173591080 void 0.000121
+gallium_dri.so malloc 72 0x557173591270 0.000120
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x557173591270 void 0.000121
+gallium_dri.so malloc 72 0x557173591330 0.000122
+gallium_dri.so free 0x557173591400 void 0.000191
+gallium_dri.so free 0x557173591330 void 0.000121
+gallium_dri.so malloc 72 0x557173591450 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000168
+gallium_dri.so free 0x557173591450 void 0.000123
+gallium_dri.so malloc 72 0x5571735914e0 0.000121
+gallium_dri.so free 0x557173591580 void 0.000121
+gallium_dri.so free 0x5571735914e0 void 0.000120
+gallium_dri.so malloc 72 0x557173591530 0.000121
+gallium_dri.so free 0x557173591600 void 0.000123
+gallium_dri.so free 0x557173591530 void 0.000120
+gallium_dri.so malloc 72 0x557173591530 0.000120
+gallium_dri.so free 0x557173591680 void 0.000121
+gallium_dri.so free 0x557173591530 void 0.000120
+gallium_dri.so malloc 72 0x557173591680 0.000120
+gallium_dri.so free 0x557173591740 void 0.000120
+gallium_dri.so free 0x557173591680 void 0.000119
+gallium_dri.so malloc 72 0x557173591680 0.000123
+gallium_dri.so free 0x557173591840 void 0.000121
+gallium_dri.so free 0x557173591680 void 0.000121
+gallium_dri.so malloc 72 0x5571735917f0 0.000121
+gallium_dri.so free 0x557173591880 void 0.000120
+gallium_dri.so free 0x5571735917f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735917f0 0.000120
+gallium_dri.so free 0x557173591940 void 0.000121
+gallium_dri.so free 0x5571735917f0 void 0.000131
+gallium_dri.so malloc 72 0x557173591980 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so free 0x557173591980 void 0.000121
+gallium_dri.so malloc 72 0x557173591a00 0.000119
+gallium_dri.so free 0x557173591ac0 void 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000122
+gallium_dri.so malloc 72 0x557173591a00 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000123
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so malloc 72 0x557173591b70 0.000121
+gallium_dri.so free 0x557173591bc0 void 0.000121
+gallium_dri.so free 0x557173591b70 void 0.000121
+gallium_dri.so malloc 72 0x557173591b70 0.000121
+gallium_dri.so free 0x557173591cc0 void 0.000121
+gallium_dri.so free 0x557173591b70 void 0.000120
+gallium_dri.so malloc 72 0x557173591d00 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so free 0x557173591d00 void 0.000120
+gallium_dri.so malloc 72 0x557173591d80 0.000126
+gallium_dri.so free 0x557173591e40 void 0.000122
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so malloc 72 0x557173591d80 0.000122
+gallium_dri.so free 0x557173591ec0 void 0.000122
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so malloc 72 0x557173591ef0 0.000119
+gallium_dri.so free 0x557173459c40 void 0.000123
+gallium_dri.so free 0x557173591ef0 void 0.000121
+gallium_dri.so malloc 72 0x557173459bf0 0.000120
+gallium_dri.so free 0x557173459cc0 void 0.000121
+gallium_dri.so free 0x557173459bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173459d10 0.000121
+gallium_dri.so free 0x557173459d80 void 0.000121
+gallium_dri.so free 0x557173459d10 void 0.000121
+gallium_dri.so malloc 72 0x557173459de0 0.000121
+gallium_dri.so free 0x557173459e80 void 0.000121
+gallium_dri.so free 0x557173459de0 void 0.000121
+gallium_dri.so malloc 72 0x557173459e30 0.000119
+gallium_dri.so free 0x557173459ec0 void 0.000121
+gallium_dri.so free 0x557173459e30 void 0.000127
+gallium_dri.so malloc 72 0x557173459e30 0.000121
+gallium_dri.so free 0x557173459f80 void 0.000121
+gallium_dri.so free 0x557173459e30 void 0.000126
+gallium_dri.so malloc 72 0x557173459fc0 0.000121
+gallium_dri.so free 0x55717345a040 void 0.000122
+gallium_dri.so free 0x557173459fc0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a040 0.000120
+gallium_dri.so free 0x55717345a100 void 0.000121
+gallium_dri.so free 0x55717345a040 void 0.000120
+gallium_dri.so malloc 72 0x55717345a040 0.000120
+gallium_dri.so free 0x55717345a180 void 0.000121
+gallium_dri.so free 0x55717345a040 void 0.000167
+gallium_dri.so malloc 72 0x55717345a1b0 0.000124
+gallium_dri.so free 0x55717345a200 void 0.000121
+gallium_dri.so free 0x55717345a1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a200 0.000119
+gallium_dri.so free 0x55717345a2c0 void 0.000120
+gallium_dri.so free 0x55717345a200 void 0.000121
+gallium_dri.so malloc 72 0x55717345a200 0.000121
+gallium_dri.so free 0x55717345a3c0 void 0.000121
+gallium_dri.so free 0x55717345a200 void 0.000120
+gallium_dri.so malloc 72 0x55717345a370 0.000120
+gallium_dri.so free 0x55717345a480 void 0.000120
+gallium_dri.so free 0x55717345a370 void 0.000120
+gallium_dri.so malloc 72 0x55717345a430 0.000121
+gallium_dri.so free 0x55717345a4c0 void 0.000122
+gallium_dri.so free 0x55717345a430 void 0.000121
+gallium_dri.so malloc 72 0x55717345a430 0.000121
+gallium_dri.so free 0x55717345a580 void 0.000123
+gallium_dri.so free 0x55717345a430 void 0.000121
+gallium_dri.so malloc 72 0x55717345a5c0 0.000120
+gallium_dri.so free 0x55717345a640 void 0.000120
+gallium_dri.so free 0x55717345a5c0 void 0.000122
+gallium_dri.so malloc 72 0x55717345a640 0.000120
+gallium_dri.so free 0x55717345a700 void 0.000120
+gallium_dri.so free 0x55717345a640 void 0.000121
+gallium_dri.so malloc 72 0x55717345a640 0.000132
+gallium_dri.so free 0x55717345a780 void 0.000122
+gallium_dri.so free 0x55717345a640 void 0.000121
+gallium_dri.so malloc 72 0x55717345a640 0.000121
+gallium_dri.so free 0x55717345a840 void 0.000121
+gallium_dri.so free 0x55717345a640 void 0.000121
+gallium_dri.so malloc 72 0x55717345a640 0.000122
+gallium_dri.so free 0x55717345a900 void 0.000121
+gallium_dri.so free 0x55717345a640 void 0.000121
+gallium_dri.so malloc 72 0x55717345a8b0 0.000125
+gallium_dri.so free 0x55717345a980 void 0.000121
+gallium_dri.so free 0x55717345a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a9d0 0.000121
+gallium_dri.so free 0x55717345aa40 void 0.000122
+gallium_dri.so free 0x55717345a9d0 void 0.000122
+gallium_dri.so malloc 72 0x55717345aa60 0.000121
+gallium_dri.so free 0x55717345ab00 void 0.000123
+gallium_dri.so free 0x55717345aa60 void 0.000120
+gallium_dri.so malloc 72 0x55717345aab0 0.000120
+gallium_dri.so free 0x55717345ab80 void 0.000122
+gallium_dri.so free 0x55717345aab0 void 0.000120
+gallium_dri.so malloc 72 0x55717345aab0 0.000121
+gallium_dri.so free 0x55717345ac80 void 0.000122
+gallium_dri.so free 0x55717345aab0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ac30 0.000121
+gallium_dri.so free 0x55717345ad00 void 0.000120
+gallium_dri.so free 0x55717345ac30 void 0.000123
+gallium_dri.so malloc 72 0x55717345ad50 0.000119
+gallium_dri.so free 0x55717345adc0 void 0.000120
+gallium_dri.so free 0x55717345ad50 void 0.000167
+gallium_dri.so malloc 72 0x55717345ade0 0.000119
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so free 0x55717345ade0 void 0.000122
+gallium_dri.so malloc 72 0x55717345ae30 0.000121
+gallium_dri.so free 0x55717345af00 void 0.000122
+gallium_dri.so free 0x55717345ae30 void 0.000121
+gallium_dri.so malloc 72 0x55717345ae30 0.000123
+gallium_dri.so free 0x55717345af80 void 0.000123
+gallium_dri.so free 0x55717345ae30 void 0.000121
+gallium_dri.so malloc 72 0x55717345af80 0.000122
+gallium_dri.so free 0x55717345b040 void 0.000121
+gallium_dri.so free 0x55717345af80 void 0.000121
+gallium_dri.so malloc 72 0x55717345af80 0.000122
+gallium_dri.so free 0x55717345b140 void 0.000121
+gallium_dri.so free 0x55717345af80 void 0.000121
+gallium_dri.so malloc 72 0x55717345af80 0.000120
+gallium_dri.so free 0x55717345b1c0 void 0.000121
+gallium_dri.so free 0x55717345af80 void 0.000120
+gallium_dri.so malloc 72 0x55717345b1f0 0.000121
+gallium_dri.so free 0x55717345b240 void 0.000123
+gallium_dri.so free 0x55717345b1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b1f0 0.000165
+gallium_dri.so free 0x55717345b340 void 0.000120
+gallium_dri.so free 0x55717345b1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b2f0 0.000121
+gallium_dri.so free 0x55717345b400 void 0.000121
+gallium_dri.so free 0x55717345b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b3b0 0.000120
+gallium_dri.so free 0x55717345b440 void 0.000122
+gallium_dri.so free 0x55717345b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b3b0 0.000121
+gallium_dri.so free 0x55717345b500 void 0.000121
+gallium_dri.so free 0x55717345b3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b550 0.000120
+gallium_dri.so free 0x55717345b5c0 void 0.000120
+gallium_dri.so free 0x55717345b550 void 0.000122
+gallium_dri.so malloc 72 0x55717345b600 0.000121
+gallium_dri.so free 0x55717345b680 void 0.000120
+gallium_dri.so free 0x55717345b600 void 0.000120
+gallium_dri.so malloc 72 0x55717345b680 0.000121
+gallium_dri.so free 0x55717345b740 void 0.000122
+gallium_dri.so free 0x55717345b680 void 0.000121
+gallium_dri.so malloc 72 0x55717345b680 0.000120
+gallium_dri.so free 0x55717345b7c0 void 0.000120
+gallium_dri.so free 0x55717345b680 void 0.000120
+gallium_dri.so malloc 72 0x55717345b7f0 0.000119
+gallium_dri.so free 0x55717345b840 void 0.000140
+gallium_dri.so free 0x55717345b7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345b7f0 0.000122
+gallium_dri.so free 0x55717345b940 void 0.000120
+gallium_dri.so free 0x55717345b7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345b8f0 0.000122
+gallium_dri.so free 0x55717345ba00 void 0.000123
+gallium_dri.so free 0x55717345b8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b9b0 0.000120
+gallium_dri.so free 0x55717345ba80 void 0.000121
+gallium_dri.so free 0x55717345b9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345baa0 0.000121
+gallium_dri.so free 0x55717345bb40 void 0.000121
+gallium_dri.so free 0x55717345baa0 void 0.000122
+gallium_dri.so malloc 72 0x55717345baf0 0.000120
+gallium_dri.so free 0x55717345bbc0 void 0.000122
+gallium_dri.so free 0x55717345baf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345baf0 0.000126
+gallium_dri.so free 0x55717345bc40 void 0.000121
+gallium_dri.so free 0x55717345baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345bc40 0.000122
+gallium_dri.so free 0x55717345bd00 void 0.000121
+gallium_dri.so free 0x55717345bc40 void 0.000121
+gallium_dri.so malloc 72 0x55717345bc40 0.000122
+gallium_dri.so free 0x55717345bdc0 void 0.000122
+gallium_dri.so free 0x55717345bc40 void 0.000129
+gallium_dri.so malloc 72 0x55717345bc40 0.000123
+gallium_dri.so free 0x55717345be80 void 0.000122
+gallium_dri.so free 0x55717345bc40 void 0.000121
+gallium_dri.so malloc 72 0x55717345be30 0.000120
+gallium_dri.so free 0x55717345be80 void 0.000122
+gallium_dri.so free 0x55717345be30 void 0.000121
+gallium_dri.so malloc 72 0x55717345be30 0.000120
+gallium_dri.so free 0x55717345bf80 void 0.000121
+gallium_dri.so free 0x55717345be30 void 0.000120
+gallium_dri.so malloc 72 0x55717345bf30 0.000120
+gallium_dri.so free 0x55717345c040 void 0.000120
+gallium_dri.so free 0x55717345bf30 void 0.000120
+gallium_dri.so malloc 72 0x55717345bff0 0.000120
+gallium_dri.so free 0x55717345c080 void 0.000121
+gallium_dri.so free 0x55717345bff0 void 0.000120
+gallium_dri.so malloc 72 0x55717345bff0 0.000121
+gallium_dri.so free 0x55717345c140 void 0.000122
+gallium_dri.so free 0x55717345bff0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c180 0.000119
+gallium_dri.so free 0x55717345c200 void 0.000119
+gallium_dri.so free 0x55717345c180 void 0.000120
+gallium_dri.so malloc 72 0x55717345c200 0.000121
+gallium_dri.so free 0x55717345c2c0 void 0.000122
+gallium_dri.so free 0x55717345c200 void 0.000122
+gallium_dri.so malloc 72 0x55717345c200 0.000120
+gallium_dri.so free 0x55717345c380 void 0.000169
+gallium_dri.so free 0x55717345c200 void 0.000122
+gallium_dri.so malloc 72 0x55717345c3a0 0.000121
+gallium_dri.so free 0x55717345c440 void 0.000121
+gallium_dri.so free 0x55717345c3a0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c3f0 0.000121
+gallium_dri.so free 0x55717345c4c0 void 0.000121
+gallium_dri.so free 0x55717345c3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c3f0 0.000121
+gallium_dri.so free 0x55717345c540 void 0.000122
+gallium_dri.so free 0x55717345c3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c540 0.000120
+gallium_dri.so free 0x55717345c600 void 0.000122
+gallium_dri.so free 0x55717345c540 void 0.000121
+gallium_dri.so malloc 72 0x55717345c540 0.000122
+gallium_dri.so free 0x55717345c6c0 void 0.000127
+gallium_dri.so free 0x55717345c540 void 0.000121
+gallium_dri.so malloc 72 0x55717345c540 0.000121
+gallium_dri.so free 0x55717345c780 void 0.000121
+gallium_dri.so free 0x55717345c540 void 0.000120
+gallium_dri.so malloc 72 0x55717345c730 0.000120
+gallium_dri.so free 0x55717345c840 void 0.000120
+gallium_dri.so free 0x55717345c730 void 0.000120
+gallium_dri.so malloc 72 0x55717345c7f0 0.000120
+gallium_dri.so free 0x55717345c8c0 void 0.000120
+gallium_dri.so free 0x55717345c7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345c910 0.000121
+gallium_dri.so free 0x55717345c980 void 0.000121
+gallium_dri.so free 0x55717345c910 void 0.000120
+gallium_dri.so malloc 72 0x55717345c9a0 0.000169
+gallium_dri.so free 0x55717345ca40 void 0.000122
+gallium_dri.so free 0x55717345c9a0 void 0.000122
+gallium_dri.so malloc 72 0x55717345c9f0 0.000121
+gallium_dri.so free 0x55717345cac0 void 0.000122
+gallium_dri.so free 0x55717345c9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c9f0 0.000121
+gallium_dri.so free 0x55717345cb40 void 0.000122
+gallium_dri.so free 0x55717345c9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345cb40 0.000121
+gallium_dri.so free 0x55717345cc00 void 0.000122
+gallium_dri.so free 0x55717345cb40 void 0.000121
+gallium_dri.so malloc 72 0x55717345cb40 0.000123
+gallium_dri.so free 0x55717345cd00 void 0.000122
+gallium_dri.so free 0x55717345cb40 void 0.000120
+gallium_dri.so malloc 72 0x55717345ccb0 0.000121
+gallium_dri.so free 0x55717345cd40 void 0.000121
+gallium_dri.so free 0x55717345ccb0 void 0.000121
+gallium_dri.so malloc 72 0x55717345ccb0 0.000120
+gallium_dri.so free 0x55717345ce00 void 0.000121
+gallium_dri.so free 0x55717345ccb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ce40 0.000130
+gallium_dri.so free 0x55717345cec0 void 0.000121
+gallium_dri.so free 0x55717345ce40 void 0.000121
+gallium_dri.so malloc 72 0x55717345cec0 0.000120
+gallium_dri.so free 0x55717345cf80 void 0.000122
+gallium_dri.so free 0x55717345cec0 void 0.000121
+gallium_dri.so malloc 72 0x55717345cec0 0.000122
+gallium_dri.so free 0x55717345d000 void 0.000121
+gallium_dri.so free 0x55717345cec0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d030 0.000120
+gallium_dri.so free 0x55717345d080 void 0.000121
+gallium_dri.so free 0x55717345d030 void 0.000121
+gallium_dri.so malloc 72 0x55717345d030 0.000120
+gallium_dri.so free 0x55717345d180 void 0.000122
+gallium_dri.so free 0x55717345d030 void 0.000122
+gallium_dri.so malloc 72 0x55717345d1c0 0.000120
+gallium_dri.so free 0x55717345d240 void 0.000120
+gallium_dri.so free 0x55717345d1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d240 0.000120
+gallium_dri.so free 0x55717345d300 void 0.000121
+gallium_dri.so free 0x55717345d240 void 0.000122
+gallium_dri.so malloc 72 0x55717345d240 0.000120
+gallium_dri.so free 0x55717345d380 void 0.000121
+gallium_dri.so free 0x55717345d240 void 0.000121
+gallium_dri.so malloc 72 0x55717345d3b0 0.000120
+gallium_dri.so free 0x55717345d400 void 0.000122
+gallium_dri.so free 0x55717345d3b0 void 0.000169
+gallium_dri.so malloc 72 0x55717345d3b0 0.000121
+gallium_dri.so free 0x55717345d500 void 0.000121
+gallium_dri.so free 0x55717345d3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d4b0 0.000120
+gallium_dri.so free 0x55717345d5c0 void 0.000123
+gallium_dri.so free 0x55717345d4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d570 0.000120
+gallium_dri.so free 0x55717345d640 void 0.000122
+gallium_dri.so free 0x55717345d570 void 0.000122
+gallium_dri.so malloc 72 0x55717345d570 0.000120
+gallium_dri.so free 0x55717345d700 void 0.000122
+gallium_dri.so free 0x55717345d570 void 0.000122
+gallium_dri.so malloc 72 0x55717345d570 0.000121
+gallium_dri.so free 0x55717345d7c0 void 0.000121
+gallium_dri.so free 0x55717345d570 void 0.000122
+gallium_dri.so malloc 72 0x55717345d770 0.000153
+gallium_dri.so free 0x55717345d840 void 0.000124
+gallium_dri.so free 0x55717345d770 void 0.000120
+gallium_dri.so malloc 72 0x55717345d890 0.000121
+gallium_dri.so free 0x55717345d900 void 0.000120
+gallium_dri.so free 0x55717345d890 void 0.000121
+gallium_dri.so malloc 72 0x55717345d920 0.000123
+gallium_dri.so free 0x55717345d9c0 void 0.000122
+gallium_dri.so free 0x55717345d920 void 0.000122
+gallium_dri.so malloc 72 0x55717345d970 0.000132
+gallium_dri.so free 0x55717345da40 void 0.000122
+gallium_dri.so free 0x55717345d970 void 0.000120
+gallium_dri.so malloc 72 0x55717345da40 0.000122
+gallium_dri.so free 0x55717345db00 void 0.000121
+gallium_dri.so free 0x55717345da40 void 0.000121
+gallium_dri.so malloc 72 0x55717345da40 0.000121
+gallium_dri.so free 0x55717345db80 void 0.000122
+gallium_dri.so free 0x55717345da40 void 0.000120
+gallium_dri.so malloc 72 0x55717345db80 0.000121
+gallium_dri.so free 0x55717345dc40 void 0.000120
+gallium_dri.so free 0x55717345db80 void 0.000122
+gallium_dri.so malloc 72 0x55717345db80 0.000120
+gallium_dri.so free 0x55717345dd00 void 0.000120
+gallium_dri.so free 0x55717345db80 void 0.000121
+gallium_dri.so malloc 72 0x55717345db80 0.000120
+gallium_dri.so free 0x55717345ddc0 void 0.000121
+gallium_dri.so free 0x55717345db80 void 0.000120
+gallium_dri.so malloc 72 0x55717345dd70 0.000121
+gallium_dri.so free 0x55717345de40 void 0.000121
+gallium_dri.so free 0x55717345dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717345de90 0.000120
+gallium_dri.so free 0x55717345df00 void 0.000120
+gallium_dri.so free 0x55717345de90 void 0.000121
+gallium_dri.so malloc 72 0x55717345df40 0.000121
+gallium_dri.so free 0x55717345dfc0 void 0.000175
+gallium_dri.so free 0x55717345df40 void 0.000123
+gallium_dri.so malloc 72 0x55717345df40 0.000120
+gallium_dri.so free 0x55717345e040 void 0.000120
+gallium_dri.so free 0x55717345df40 void 0.000122
+gallium_dri.so malloc 72 0x55717345e070 0.000120
+gallium_dri.so free 0x55717345e0c0 void 0.000122
+gallium_dri.so free 0x55717345e070 void 0.000122
+gallium_dri.so malloc 72 0x55717345e070 0.000120
+gallium_dri.so free 0x55717345e1c0 void 0.000120
+gallium_dri.so free 0x55717345e070 void 0.000121
+gallium_dri.so malloc 72 0x55717345e170 0.000121
+gallium_dri.so free 0x55717345e280 void 0.000121
+gallium_dri.so free 0x55717345e170 void 0.000121
+gallium_dri.so malloc 72 0x55717345e230 0.000121
+gallium_dri.so free 0x55717345e2c0 void 0.000122
+gallium_dri.so free 0x55717345e230 void 0.000121
+gallium_dri.so malloc 72 0x55717345e230 0.000120
+gallium_dri.so free 0x55717345e380 void 0.000121
+gallium_dri.so free 0x55717345e230 void 0.000120
+gallium_dri.so malloc 72 0x55717345e3f0 0.000119
+gallium_dri.so free 0x55717345e440 void 0.000120
+gallium_dri.so free 0x55717345e3f0 void 0.000125
+gallium_dri.so malloc 72 0x55717345e3f0 0.000121
+gallium_dri.so free 0x55717345e540 void 0.000122
+gallium_dri.so free 0x55717345e3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e4f0 0.000123
+gallium_dri.so free 0x55717345e600 void 0.000120
+gallium_dri.so free 0x55717345e4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e5b0 0.000120
+gallium_dri.so free 0x55717345e640 void 0.000168
+gallium_dri.so free 0x55717345e5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e5b0 0.000119
+gallium_dri.so free 0x55717345e700 void 0.000121
+gallium_dri.so free 0x55717345e5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e740 0.000122
+gallium_dri.so free 0x55717345e7c0 void 0.000123
+gallium_dri.so free 0x55717345e740 void 0.000121
+gallium_dri.so malloc 72 0x55717345e7c0 0.000122
+gallium_dri.so free 0x55717345e880 void 0.000122
+gallium_dri.so free 0x55717345e7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e7c0 0.000121
+gallium_dri.so free 0x55717345e940 void 0.000121
+gallium_dri.so free 0x55717345e7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e960 0.000122
+gallium_dri.so free 0x55717345ea00 void 0.000122
+gallium_dri.so free 0x55717345e960 void 0.000120
+gallium_dri.so malloc 72 0x55717345e9b0 0.000120
+gallium_dri.so free 0x5571735883c0 void 0.000123
+gallium_dri.so free 0x55717345e9b0 void 0.000120
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588440 void 0.000123
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588490 0.000120
+gallium_dri.so free 0x557173588500 void 0.000122
+gallium_dri.so free 0x557173588490 void 0.000122
+gallium_dri.so malloc 72 0x557173588520 0.000121
+gallium_dri.so free 0x5571735885c0 void 0.000120
+gallium_dri.so free 0x557173588520 void 0.000121
+gallium_dri.so malloc 72 0x557173588570 0.000120
+gallium_dri.so free 0x557173588640 void 0.000122
+gallium_dri.so free 0x557173588570 void 0.000119
+gallium_dri.so malloc 72 0x557173588640 0.000122
+gallium_dri.so free 0x557173588700 void 0.000121
+gallium_dri.so free 0x557173588640 void 0.000121
+gallium_dri.so malloc 72 0x557173588640 0.000119
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so free 0x557173588640 void 0.000121
+gallium_dri.so malloc 72 0x557173588780 0.000122
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so malloc 72 0x557173588780 0.000121
+gallium_dri.so free 0x557173588900 void 0.000121
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so malloc 72 0x557173588780 0.000120
+gallium_dri.so free 0x5571735889c0 void 0.000123
+gallium_dri.so free 0x557173588780 void 0.000165
+gallium_dri.so malloc 72 0x557173588970 0.000161
+gallium_dri.so free 0x557173588a40 void 0.000121
+gallium_dri.so free 0x557173588970 void 0.000120
+gallium_dri.so malloc 72 0x557173588a90 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000120
+gallium_dri.so free 0x557173588a90 void 0.000121
+gallium_dri.so malloc 72 0x557173588b40 0.000121
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so free 0x557173588b40 void 0.000121
+gallium_dri.so malloc 72 0x557173588b40 0.000120
+gallium_dri.so free 0x557173588c40 void 0.000121
+gallium_dri.so free 0x557173588b40 void 0.000126
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588cc0 void 0.000122
+gallium_dri.so free 0x557173588c70 void 0.000122
+gallium_dri.so malloc 72 0x557173588c70 0.000122
+gallium_dri.so free 0x557173588dc0 void 0.000168
+gallium_dri.so free 0x557173588c70 void 0.000123
+gallium_dri.so malloc 72 0x557173588d70 0.000121
+gallium_dri.so free 0x557173588e80 void 0.000121
+gallium_dri.so free 0x557173588d70 void 0.000121
+gallium_dri.so malloc 72 0x557173588e30 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000121
+gallium_dri.so free 0x557173588e30 void 0.000120
+gallium_dri.so malloc 72 0x557173588e30 0.000132
+gallium_dri.so free 0x557173588f80 void 0.000121
+gallium_dri.so free 0x557173588e30 void 0.000121
+gallium_dri.so malloc 72 0x557173588ff0 0.000121
+gallium_dri.so free 0x557173589040 void 0.000121
+gallium_dri.so free 0x557173588ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173588ff0 0.000120
+gallium_dri.so free 0x557173589140 void 0.000123
+gallium_dri.so free 0x557173588ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735890f0 0.000121
+gallium_dri.so free 0x557173589200 void 0.000121
+gallium_dri.so free 0x5571735890f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735891b0 0.000120
+gallium_dri.so free 0x557173589240 void 0.000122
+gallium_dri.so free 0x5571735891b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735891b0 0.000119
+gallium_dri.so free 0x557173589300 void 0.000122
+gallium_dri.so free 0x5571735891b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589340 0.000120
+gallium_dri.so free 0x5571735893c0 void 0.000122
+gallium_dri.so free 0x557173589340 void 0.000120
+gallium_dri.so malloc 72 0x5571735893c0 0.000119
+gallium_dri.so free 0x557173589480 void 0.000120
+gallium_dri.so free 0x5571735893c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893c0 0.000120
+gallium_dri.so free 0x557173589540 void 0.000170
+gallium_dri.so free 0x5571735893c0 void 0.000122
+gallium_dri.so malloc 72 0x557173589560 0.000120
+gallium_dri.so free 0x557173589600 void 0.000122
+gallium_dri.so free 0x557173589560 void 0.000120
+gallium_dri.so malloc 72 0x5571735895b0 0.000122
+gallium_dri.so free 0x557173589680 void 0.000121
+gallium_dri.so free 0x5571735895b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735895b0 0.000122
+gallium_dri.so free 0x557173589700 void 0.000122
+gallium_dri.so free 0x5571735895b0 void 0.000122
+gallium_dri.so malloc 72 0x557173589700 0.000121
+gallium_dri.so free 0x5571735897c0 void 0.000120
+gallium_dri.so free 0x557173589700 void 0.000121
+gallium_dri.so malloc 72 0x557173589700 0.000120
+gallium_dri.so free 0x557173589880 void 0.000122
+gallium_dri.so free 0x557173589700 void 0.000121
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so malloc 72 0x5571735898f0 0.000119
+gallium_dri.so free 0x557173589a00 void 0.000121
+gallium_dri.so free 0x5571735898f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735899b0 0.000122
+gallium_dri.so free 0x557173589a80 void 0.000120
+gallium_dri.so free 0x5571735899b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589ad0 0.000123
+gallium_dri.so free 0x557173589b40 void 0.000123
+gallium_dri.so free 0x557173589ad0 void 0.000126
+gallium_dri.so malloc 72 0x557173589b60 0.000123
+gallium_dri.so free 0x557173589c00 void 0.000156
+gallium_dri.so free 0x557173589b60 void 0.000124
+gallium_dri.so malloc 72 0x557173589bb0 0.000122
+gallium_dri.so free 0x557173589c80 void 0.000121
+gallium_dri.so free 0x557173589bb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589bb0 0.000120
+gallium_dri.so free 0x557173589d00 void 0.000121
+gallium_dri.so free 0x557173589bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589d00 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000122
+gallium_dri.so free 0x557173589d00 void 0.000120
+gallium_dri.so malloc 72 0x557173589d00 0.000122
+gallium_dri.so free 0x557173589ec0 void 0.000122
+gallium_dri.so free 0x557173589d00 void 0.000121
+gallium_dri.so malloc 72 0x557173589e70 0.000120
+gallium_dri.so free 0x557173589f00 void 0.000120
+gallium_dri.so free 0x557173589e70 void 0.000122
+gallium_dri.so malloc 72 0x557173589e70 0.000122
+gallium_dri.so free 0x557173589fc0 void 0.000122
+gallium_dri.so free 0x557173589e70 void 0.000120
+gallium_dri.so malloc 72 0x55717358a000 0.000121
+gallium_dri.so free 0x55717358a080 void 0.000131
+gallium_dri.so free 0x55717358a000 void 0.000121
+gallium_dri.so malloc 72 0x55717358a080 0.000120
+gallium_dri.so free 0x55717358a140 void 0.000123
+gallium_dri.so free 0x55717358a080 void 0.000122
+gallium_dri.so malloc 72 0x55717358a080 0.000123
+gallium_dri.so free 0x55717358a1c0 void 0.000121
+gallium_dri.so free 0x55717358a080 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1f0 0.000121
+gallium_dri.so free 0x55717358a240 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a1f0 0.000121
+gallium_dri.so free 0x55717358a340 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a380 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000121
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so malloc 72 0x55717358a400 0.000122
+gallium_dri.so free 0x55717358a4c0 void 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000120
+gallium_dri.so free 0x55717358a540 void 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x55717358a570 0.000120
+gallium_dri.so free 0x55717358a5c0 void 0.000122
+gallium_dri.so free 0x55717358a570 void 0.000174
+gallium_dri.so malloc 72 0x55717358a570 0.000124
+gallium_dri.so free 0x55717358a6c0 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000121
+gallium_dri.so malloc 72 0x55717358a670 0.000121
+gallium_dri.so free 0x55717358a780 void 0.000123
+gallium_dri.so free 0x55717358a670 void 0.000120
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a800 void 0.000122
+gallium_dri.so free 0x55717358a730 void 0.000120
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a8c0 void 0.000121
+gallium_dri.so free 0x55717358a730 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a980 void 0.000120
+gallium_dri.so free 0x55717358a730 void 0.000121
+gallium_dri.so malloc 72 0x55717358a930 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000116
+gallium_dri.so free 0x55717358a930 void 0.000123
+gallium_dri.so malloc 72 0x55717358aa50 0.000121
+gallium_dri.so free 0x55717358aac0 void 0.000122
+gallium_dri.so free 0x55717358aa50 void 0.000120
+gallium_dri.so malloc 72 0x55717358aae0 0.000120
+gallium_dri.so free 0x55717358ab80 void 0.000122
+gallium_dri.so free 0x55717358aae0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab30 0.000171
+gallium_dri.so free 0x55717358ac00 void 0.000123
+gallium_dri.so free 0x55717358ab30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ac00 0.000121
+gallium_dri.so free 0x55717358acc0 void 0.000122
+gallium_dri.so free 0x55717358ac00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ac00 0.000121
+gallium_dri.so free 0x55717358ad40 void 0.000122
+gallium_dri.so free 0x55717358ac00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad40 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000119
+gallium_dri.so free 0x55717358ad40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ad40 0.000121
+gallium_dri.so free 0x55717358aec0 void 0.000121
+gallium_dri.so free 0x55717358ad40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ad40 0.000120
+gallium_dri.so free 0x55717358af80 void 0.000122
+gallium_dri.so free 0x55717358ad40 void 0.000121
+gallium_dri.so malloc 72 0x55717358af30 0.000121
+gallium_dri.so free 0x55717358b000 void 0.000120
+gallium_dri.so free 0x55717358af30 void 0.000121
+gallium_dri.so malloc 72 0x55717358b050 0.000120
+gallium_dri.so free 0x55717358b0c0 void 0.000119
+gallium_dri.so free 0x55717358b050 void 0.000120
+gallium_dri.so malloc 72 0x55717358b100 0.000121
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so free 0x55717358b100 void 0.000130
+gallium_dri.so malloc 72 0x55717358b100 0.000121
+gallium_dri.so free 0x55717358b200 void 0.000120
+gallium_dri.so free 0x55717358b100 void 0.000120
+gallium_dri.so malloc 72 0x55717358b230 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000121
+gallium_dri.so free 0x55717358b230 void 0.000120
+gallium_dri.so malloc 72 0x55717358b230 0.000120
+gallium_dri.so free 0x55717358b380 void 0.000120
+gallium_dri.so free 0x55717358b230 void 0.000121
+gallium_dri.so malloc 72 0x55717358b330 0.000121
+gallium_dri.so free 0x55717358b440 void 0.000121
+gallium_dri.so free 0x55717358b330 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3f0 0.000121
+gallium_dri.so free 0x55717358b480 void 0.000122
+gallium_dri.so free 0x55717358b3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3f0 0.000123
+gallium_dri.so free 0x55717358b540 void 0.000121
+gallium_dri.so free 0x55717358b3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b5b0 0.000122
+gallium_dri.so free 0x55717358b600 void 0.000120
+gallium_dri.so free 0x55717358b5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b5b0 0.000121
+gallium_dri.so free 0x55717358b700 void 0.000121
+gallium_dri.so free 0x55717358b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6b0 0.000177
+gallium_dri.so free 0x55717358b7c0 void 0.000124
+gallium_dri.so free 0x55717358b6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b770 0.000120
+gallium_dri.so free 0x55717358b800 void 0.000174
+gallium_dri.so free 0x55717358b770 void 0.000121
+gallium_dri.so malloc 72 0x55717358b770 0.000121
+gallium_dri.so free 0x55717358b8c0 void 0.000121
+gallium_dri.so free 0x55717358b770 void 0.000121
+gallium_dri.so malloc 72 0x55717358b900 0.000139
+gallium_dri.so free 0x55717358b980 void 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000120
+gallium_dri.so malloc 72 0x55717358b980 0.000121
+gallium_dri.so free 0x55717358ba40 void 0.000122
+gallium_dri.so free 0x55717358b980 void 0.000120
+gallium_dri.so malloc 72 0x55717358b980 0.000121
+gallium_dri.so free 0x55717358bb00 void 0.000121
+gallium_dri.so free 0x55717358b980 void 0.000120
+gallium_dri.so malloc 72 0x55717358bb20 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000121
+gallium_dri.so free 0x55717358bb20 void 0.000120
+gallium_dri.so malloc 72 0x55717358bb70 0.000120
+gallium_dri.so free 0x55717358bc40 void 0.000122
+gallium_dri.so free 0x55717358bb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358bb70 0.000120
+gallium_dri.so free 0x55717358bcc0 void 0.000130
+gallium_dri.so free 0x55717358bb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358bd80 void 0.000121
+gallium_dri.so free 0x55717358bcc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcc0 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000121
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000123
+gallium_dri.so malloc 72 0x55717358beb0 0.000120
+gallium_dri.so free 0x55717358bfc0 void 0.000120
+gallium_dri.so free 0x55717358beb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000119
+gallium_dri.so free 0x55717358c040 void 0.000120
+gallium_dri.so free 0x55717358bf70 void 0.000120
+gallium_dri.so malloc 72 0x55717358c090 0.000120
+gallium_dri.so free 0x55717358c100 void 0.000121
+gallium_dri.so free 0x55717358c090 void 0.000119
+gallium_dri.so malloc 72 0x55717358c120 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000120
+gallium_dri.so free 0x55717358c120 void 0.000120
+gallium_dri.so malloc 72 0x55717358c170 0.000118
+gallium_dri.so free 0x55717358c240 void 0.000121
+gallium_dri.so free 0x55717358c170 void 0.000120
+gallium_dri.so malloc 72 0x55717358c170 0.000129
+gallium_dri.so free 0x55717358c2c0 void 0.000121
+gallium_dri.so free 0x55717358c170 void 0.000119
+gallium_dri.so malloc 72 0x55717358c2c0 0.000120
+gallium_dri.so free 0x55717358c380 void 0.000121
+gallium_dri.so free 0x55717358c2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c2c0 0.000120
+gallium_dri.so free 0x55717358c480 void 0.000122
+gallium_dri.so free 0x55717358c2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c430 0.000119
+gallium_dri.so free 0x55717358c4c0 void 0.000120
+gallium_dri.so free 0x55717358c430 void 0.000120
+gallium_dri.so malloc 72 0x55717358c430 0.000120
+gallium_dri.so free 0x55717358c580 void 0.000121
+gallium_dri.so free 0x55717358c430 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5c0 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x55717358c5c0 void 0.000170
+gallium_dri.so malloc 72 0x55717358c640 0.000122
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so malloc 72 0x55717358c640 0.000119
+gallium_dri.so free 0x55717358c780 void 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000120
+gallium_dri.so malloc 72 0x55717358c7b0 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000120
+gallium_dri.so free 0x55717358c7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c7b0 0.000120
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so free 0x55717358c7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c940 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000122
+gallium_dri.so free 0x55717358c940 void 0.000120
+gallium_dri.so malloc 72 0x55717358c9c0 0.000120
+gallium_dri.so free 0x55717358ca80 void 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x55717358cb00 void 0.000121
+gallium_dri.so free 0x55717358c9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358cb30 0.000120
+gallium_dri.so free 0x55717358cb80 void 0.000120
+gallium_dri.so free 0x55717358cb30 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb30 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000120
+gallium_dri.so free 0x55717358cb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358cc30 0.000121
+gallium_dri.so free 0x55717358cd40 void 0.000120
+gallium_dri.so free 0x55717358cc30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccf0 0.000119
+gallium_dri.so free 0x55717358cdc0 void 0.000121
+gallium_dri.so free 0x55717358ccf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ccf0 0.000174
+gallium_dri.so free 0x55717358ce80 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccf0 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so free 0x55717358ccf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cef0 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000121
+gallium_dri.so free 0x55717358cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d010 0.000120
+gallium_dri.so free 0x55717358d080 void 0.000121
+gallium_dri.so free 0x55717358d010 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0a0 0.000120
+gallium_dri.so free 0x55717358d140 void 0.000120
+gallium_dri.so free 0x55717358d0a0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d0f0 0.000120
+gallium_dri.so free 0x55717358d1c0 void 0.000120
+gallium_dri.so free 0x55717358d0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d1c0 0.000119
+gallium_dri.so free 0x55717358d280 void 0.000120
+gallium_dri.so free 0x55717358d1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d1c0 0.000120
+gallium_dri.so free 0x55717358d300 void 0.000122
+gallium_dri.so free 0x55717358d1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d300 0.000119
+gallium_dri.so free 0x55717358d3c0 void 0.000120
+gallium_dri.so free 0x55717358d300 void 0.000166
+gallium_dri.so malloc 72 0x55717358d300 0.000121
+gallium_dri.so free 0x55717358d480 void 0.000120
+gallium_dri.so free 0x55717358d300 void 0.000163
+gallium_dri.so malloc 72 0x55717358d300 0.000122
+gallium_dri.so free 0x55717358d540 void 0.000120
+gallium_dri.so free 0x55717358d300 void 0.000120
+gallium_dri.so malloc 72 0x55717358d4f0 0.000123
+gallium_dri.so free 0x55717358d5c0 void 0.000121
+gallium_dri.so free 0x55717358d4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d610 0.000121
+gallium_dri.so free 0x55717358d680 void 0.000120
+gallium_dri.so free 0x55717358d610 void 0.000121
+gallium_dri.so malloc 72 0x55717358d6c0 0.000120
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so free 0x55717358d6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d6c0 0.000121
+gallium_dri.so free 0x55717358d7c0 void 0.000120
+gallium_dri.so free 0x55717358d6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d7f0 0.000119
+gallium_dri.so free 0x55717358d840 void 0.000120
+gallium_dri.so free 0x55717358d7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d7f0 0.000119
+gallium_dri.so free 0x55717358d940 void 0.000121
+gallium_dri.so free 0x55717358d7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d8f0 0.000130
+gallium_dri.so free 0x55717358da00 void 0.000122
+gallium_dri.so free 0x55717358d8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d9b0 0.000120
+gallium_dri.so free 0x55717358da40 void 0.000121
+gallium_dri.so free 0x55717358d9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d9b0 0.000121
+gallium_dri.so free 0x55717358db00 void 0.000121
+gallium_dri.so free 0x55717358d9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358db70 0.000121
+gallium_dri.so free 0x55717358dbc0 void 0.000120
+gallium_dri.so free 0x55717358db70 void 0.000120
+gallium_dri.so malloc 72 0x55717358db70 0.000120
+gallium_dri.so free 0x55717358dcc0 void 0.000121
+gallium_dri.so free 0x55717358db70 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000121
+gallium_dri.so free 0x55717358dd80 void 0.000121
+gallium_dri.so free 0x55717358dc70 void 0.000121
+gallium_dri.so malloc 72 0x55717358dd30 0.000120
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so free 0x55717358dd30 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd30 0.000120
+gallium_dri.so free 0x55717358de80 void 0.000121
+gallium_dri.so free 0x55717358dd30 void 0.000121
+gallium_dri.so malloc 72 0x55717358dec0 0.000119
+gallium_dri.so free 0x55717358df40 void 0.000121
+gallium_dri.so free 0x55717358dec0 void 0.000129
+gallium_dri.so malloc 72 0x55717358df40 0.000121
+gallium_dri.so free 0x55717358e000 void 0.000121
+gallium_dri.so free 0x55717358df40 void 0.000120
+gallium_dri.so malloc 72 0x55717358df40 0.000120
+gallium_dri.so free 0x55717358e0c0 void 0.000122
+gallium_dri.so free 0x55717358df40 void 0.000120
+gallium_dri.so malloc 72 0x55717358e0e0 0.000120
+gallium_dri.so free 0x55717358e180 void 0.000120
+gallium_dri.so free 0x55717358e0e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e130 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so free 0x55717358e130 void 0.000119
+gallium_dri.so malloc 72 0x55717358e130 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x55717358e130 void 0.000119
+gallium_dri.so malloc 72 0x55717358e280 0.000165
+gallium_dri.so free 0x55717358e340 void 0.000123
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so malloc 72 0x55717358e280 0.000121
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so malloc 72 0x55717358e280 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000123
+gallium_dri.so malloc 72 0x55717358e470 0.000188
+gallium_dri.so free 0x55717358e580 void 0.000122
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x55717358e530 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x55717358e530 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa30 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000186
+gallium_dri.so free 0x5571735daa30 void 0.000184
+gallium_dri.so malloc 72 0x5571735daa30 0.000243
+gallium_dri.so free 0x5571735dab80 void 0.000123
+gallium_dri.so free 0x5571735daa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dac40 void 0.000118
+gallium_dri.so free 0x5571735dab30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dabf0 0.000117
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dabf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dace0 0.000129
+gallium_dri.so free 0x5571735dad80 void 0.000118
+gallium_dri.so free 0x5571735dace0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dad30 0.000117
+gallium_dri.so free 0x5571735dae00 void 0.000116
+gallium_dri.so free 0x5571735dad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad30 0.000116
+gallium_dri.so free 0x5571735dae80 void 0.000117
+gallium_dri.so free 0x5571735dad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae80 0.000117
+gallium_dri.so free 0x5571735daf40 void 0.000116
+gallium_dri.so free 0x5571735dae80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dae80 0.000116
+gallium_dri.so free 0x5571735db000 void 0.000116
+gallium_dri.so free 0x5571735dae80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae80 0.000117
+gallium_dri.so free 0x5571735db0c0 void 0.000118
+gallium_dri.so free 0x5571735dae80 void 0.000118
+gallium_dri.so malloc 72 0x5571735db070 0.000117
+gallium_dri.so free 0x5571735db0c0 void 0.000117
+gallium_dri.so free 0x5571735db070 void 0.000116
+gallium_dri.so malloc 72 0x5571735db070 0.000117
+gallium_dri.so free 0x5571735db1c0 void 0.000116
+gallium_dri.so free 0x5571735db070 void 0.000117
+gallium_dri.so malloc 72 0x5571735db170 0.000117
+gallium_dri.so free 0x5571735db280 void 0.000117
+gallium_dri.so free 0x5571735db170 void 0.000117
+gallium_dri.so malloc 72 0x5571735db230 0.000128
+gallium_dri.so free 0x5571735db2c0 void 0.000122
+gallium_dri.so free 0x5571735db230 void 0.000116
+gallium_dri.so malloc 72 0x5571735db230 0.000117
+gallium_dri.so free 0x5571735db380 void 0.000125
+gallium_dri.so free 0x5571735db230 void 0.000117
+gallium_dri.so malloc 72 0x5571735db3c0 0.000117
+gallium_dri.so free 0x5571735db440 void 0.000117
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db440 0.000117
+gallium_dri.so free 0x5571735db500 void 0.000118
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so malloc 72 0x5571735db440 0.000118
+gallium_dri.so free 0x5571735db5c0 void 0.000116
+gallium_dri.so free 0x5571735db440 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5e0 0.000123
+gallium_dri.so free 0x5571735db680 void 0.000119
+gallium_dri.so free 0x5571735db5e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db630 0.000117
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db630 void 0.000117
+gallium_dri.so malloc 72 0x5571735db630 0.000119
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so free 0x5571735db630 void 0.000117
+gallium_dri.so malloc 72 0x5571735db780 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000165
+gallium_dri.so malloc 72 0x5571735db780 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so malloc 72 0x5571735db780 0.000118
+gallium_dri.so free 0x5571735db9c0 void 0.000119
+gallium_dri.so free 0x5571735db780 void 0.000117
+gallium_dri.so malloc 72 0x5571735db970 0.000119
+gallium_dri.so free 0x5571735dba80 void 0.000119
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba30 0.000118
+gallium_dri.so free 0x5571735dbb00 void 0.000118
+gallium_dri.so free 0x5571735dba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb50 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000118
+gallium_dri.so free 0x5571735dbb50 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so free 0x5571735dbbe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbc30 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000118
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000120
+gallium_dri.so free 0x5571735dbc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd80 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd80 0.000117
+gallium_dri.so free 0x5571735dbf40 void 0.000117
+gallium_dri.so free 0x5571735dbd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbef0 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so free 0x5571735dbef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbef0 0.000116
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc080 0.000117
+gallium_dri.so free 0x5571735dc100 void 0.000117
+gallium_dri.so free 0x5571735dc080 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc100 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so free 0x5571735dc100 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc100 0.000117
+gallium_dri.so free 0x5571735dc240 void 0.000163
+gallium_dri.so free 0x5571735dc100 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc270 0.000117
+gallium_dri.so free 0x5571735dc2c0 void 0.000118
+gallium_dri.so free 0x5571735dc270 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc270 0.000120
+gallium_dri.so free 0x5571735dc3c0 void 0.000116
+gallium_dri.so free 0x5571735dc270 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc400 0.000117
+gallium_dri.so free 0x5571735dc480 void 0.000126
+gallium_dri.so free 0x5571735dc400 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc480 0.000116
+gallium_dri.so free 0x5571735dc540 void 0.000120
+gallium_dri.so free 0x5571735dc480 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc480 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000117
+gallium_dri.so free 0x5571735dc640 void 0.000118
+gallium_dri.so free 0x5571735dc5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x5571735dc5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000117
+gallium_dri.so free 0x5571735dc800 void 0.000117
+gallium_dri.so free 0x5571735dc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000160
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dc9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcad0 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dcad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb60 0.000119
+gallium_dri.so free 0x5571735dcc00 void 0.000117
+gallium_dri.so free 0x5571735dcb60 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcc80 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc80 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000119
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000117
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000116
+gallium_dri.so free 0x5571735dcfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000124
+gallium_dri.so free 0x5571735dd0d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd180 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000119
+gallium_dri.so free 0x5571735dd180 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd180 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so free 0x5571735dd180 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so free 0x5571735dd2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000118
+gallium_dri.so free 0x5571735dd2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000116
+gallium_dri.so free 0x5571735dd3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd470 0.000160
+gallium_dri.so free 0x5571735dd500 void 0.000159
+gallium_dri.so free 0x5571735dd470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd470 0.000117
+gallium_dri.so free 0x5571735dd5c0 void 0.000127
+gallium_dri.so free 0x5571735dd470 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd630 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd630 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd730 0.000117
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd730 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd880 void 0.000118
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd940 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd980 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000120
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda00 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddba0 0.000118
+gallium_dri.so free 0x5571735ddc40 void 0.000168
+gallium_dri.so free 0x5571735ddba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000117
+gallium_dri.so free 0x5571735ddbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000118
+gallium_dri.so free 0x5571735ddd40 void 0.000117
+gallium_dri.so free 0x5571735ddbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddd40 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so free 0x5571735ddd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd40 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735ddd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd40 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000119
+gallium_dri.so free 0x5571735ddd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf30 0.000161
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddff0 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de110 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1a0 0.000121
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735de1a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de1f0 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de1f0 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de400 void 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000122
+gallium_dri.so malloc 72 0x5571735de340 0.000120
+gallium_dri.so free 0x5571735de500 void 0.000124
+gallium_dri.so free 0x5571735de340 void 0.000124
+gallium_dri.so malloc 72 0x5571735de4b0 0.000120
+gallium_dri.so free 0x5571735de540 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de640 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000118
+gallium_dri.so malloc 72 0x5571735de6c0 0.000120
+gallium_dri.so free 0x5571735de780 void 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de6c0 0.000119
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000141
+gallium_dri.so free 0x5571735de830 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000117
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000117
+gallium_dri.so malloc 72 0x5571735de9c0 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea40 0.000117
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000118
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000117
+gallium_dri.so malloc 72 0x5571735debb0 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000117
+gallium_dri.so free 0x5571735debb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735debb0 0.000117
+gallium_dri.so free 0x5571735ded00 void 0.000118
+gallium_dri.so free 0x5571735debb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735decb0 0.000117
+gallium_dri.so free 0x5571735dedc0 void 0.000165
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded70 0.000110
+gallium_dri.so free 0x5571735dee40 void 0.000109
+gallium_dri.so free 0x5571735ded70 void 0.000152
+gallium_dri.so malloc 72 0x5571735ded70 0.000116
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735ded70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ded70 0.000111
+gallium_dri.so free 0x5571735defc0 void 0.000112
+gallium_dri.so free 0x5571735ded70 void 0.000110
+gallium_dri.so malloc 72 0x5571735def70 0.000110
+gallium_dri.so free 0x5571735df040 void 0.000109
+gallium_dri.so free 0x5571735def70 void 0.000110
+gallium_dri.so malloc 72 0x5571735df090 0.000110
+gallium_dri.so free 0x5571735df100 void 0.000111
+gallium_dri.so free 0x5571735df090 void 0.000110
+gallium_dri.so malloc 72 0x5571735df120 0.000110
+gallium_dri.so free 0x5571735df1c0 void 0.000111
+gallium_dri.so free 0x5571735df120 void 0.000109
+gallium_dri.so malloc 72 0x5571735df170 0.000111
+gallium_dri.so free 0x5571735df240 void 0.000116
+gallium_dri.so free 0x5571735df170 void 0.000121
+gallium_dri.so malloc 72 0x5571735df240 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000112
+gallium_dri.so free 0x5571735df240 void 0.000110
+gallium_dri.so malloc 72 0x5571735df240 0.000110
+gallium_dri.so free 0x5571735df380 void 0.000135
+gallium_dri.so free 0x5571735df240 void 0.000128
+gallium_dri.so malloc 72 0x5571735df380 0.000124
+gallium_dri.so free 0x5571735df440 void 0.000126
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so malloc 72 0x5571735df380 0.000122
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so malloc 72 0x5571735df380 0.000119
+gallium_dri.so free 0x5571735df5c0 void 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so malloc 72 0x5571735df570 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735df570 void 0.000115
+gallium_dri.so malloc 72 0x5571735df690 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df690 void 0.000117
+gallium_dri.so malloc 72 0x5571735df740 0.000118
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so malloc 72 0x5571735df740 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so malloc 72 0x5571735df870 0.000118
+gallium_dri.so free 0x5571735df8c0 void 0.000118
+gallium_dri.so free 0x5571735df870 void 0.000115
+gallium_dri.so malloc 72 0x5571735df870 0.000127
+gallium_dri.so free 0x5571735df9c0 void 0.000119
+gallium_dri.so free 0x5571735df870 void 0.000119
+gallium_dri.so malloc 72 0x5571735df970 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000117
+gallium_dri.so free 0x5571735df970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa30 0.000117
+gallium_dri.so free 0x5571735dfac0 void 0.000118
+gallium_dri.so free 0x5571735dfa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa30 0.000119
+gallium_dri.so free 0x5571735dfb80 void 0.000118
+gallium_dri.so free 0x5571735dfa30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000118
+gallium_dri.so free 0x5571735dfc40 void 0.000118
+gallium_dri.so free 0x5571735dfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000117
+gallium_dri.so free 0x5571735dfd40 void 0.000119
+gallium_dri.so free 0x5571735dfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000161
+gallium_dri.so free 0x5571735dfe00 void 0.000120
+gallium_dri.so free 0x5571735dfcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000118
+gallium_dri.so free 0x5571735dfe40 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000118
+gallium_dri.so free 0x5571735dff00 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dff40 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so free 0x5571735dff40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dffc0 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dffc0 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000117
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0160 0.000115
+gallium_dri.so free 0x5571735e0200 void 0.000120
+gallium_dri.so free 0x5571735e0160 void 0.000118
+gallium_dri.so malloc 72 0x5571735e01b0 0.000118
+gallium_dri.so free 0x5571735e0280 void 0.000120
+gallium_dri.so free 0x5571735e01b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e01b0 0.000117
+gallium_dri.so free 0x5571735e0300 void 0.000118
+gallium_dri.so free 0x5571735e01b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0300 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e0300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0300 0.000117
+gallium_dri.so free 0x5571735e0480 void 0.000117
+gallium_dri.so free 0x5571735e0300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0300 0.000119
+gallium_dri.so free 0x5571735e0540 void 0.000116
+gallium_dri.so free 0x5571735e0300 void 0.000120
+gallium_dri.so malloc 72 0x5571735e04f0 0.000118
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735e04f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05b0 0.000116
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06d0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0760 0.000117
+gallium_dri.so free 0x5571735e0800 void 0.000119
+gallium_dri.so free 0x5571735e0760 void 0.000117
+gallium_dri.so malloc 72 0x5571735e07b0 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e07b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e07b0 0.000117
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so free 0x5571735e07b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0900 0.000119
+gallium_dri.so free 0x5571735e09c0 void 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0900 0.000116
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a70 0.000117
+gallium_dri.so free 0x5571735e0b00 void 0.000129
+gallium_dri.so free 0x5571735e0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a70 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c00 0.000162
+gallium_dri.so free 0x5571735e0c80 void 0.000120
+gallium_dri.so free 0x5571735e0c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c80 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c80 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0df0 0.000118
+gallium_dri.so free 0x5571735e0e40 void 0.000118
+gallium_dri.so free 0x5571735e0df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0df0 0.000117
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so free 0x5571735e0df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f80 0.000118
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so free 0x5571735e0f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1000 0.000118
+gallium_dri.so free 0x5571735e10c0 void 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1000 0.000126
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1170 0.000118
+gallium_dri.so free 0x5571735e11c0 void 0.000118
+gallium_dri.so free 0x5571735e1170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1170 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000117
+gallium_dri.so free 0x5571735e1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1270 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so free 0x5571735e1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1330 0.000116
+gallium_dri.so free 0x5571735e1400 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1580 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000117
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1650 0.000117
+gallium_dri.so free 0x5571735e16c0 void 0.000119
+gallium_dri.so free 0x5571735e1650 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16e0 0.000206
+gallium_dri.so free 0x5571735e1780 void 0.000118
+gallium_dri.so free 0x5571735e16e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1730 0.000117
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1800 0.000117
+gallium_dri.so free 0x5571735e18c0 void 0.000117
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1800 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1940 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1940 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1940 0.000158
+gallium_dri.so free 0x5571735e1b80 void 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b30 0.000117
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1c50 0.000117
+gallium_dri.so free 0x5571735e1cc0 void 0.000117
+gallium_dri.so free 0x5571735e1c50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d00 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d00 0.000117
+gallium_dri.so free 0x5571735e1e00 void 0.000117
+gallium_dri.so free 0x5571735e1d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e30 0.000118
+gallium_dri.so free 0x5571735e1e80 void 0.000118
+gallium_dri.so free 0x5571735e1e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e30 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f30 0.000117
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so free 0x5571735e1ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000117
+gallium_dri.so free 0x5571735e2140 void 0.000118
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e21b0 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so free 0x5571735e21b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e21b0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000127
+gallium_dri.so free 0x5571735e21b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e23c0 void 0.000117
+gallium_dri.so free 0x5571735e22b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000118
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2370 0.000117
+gallium_dri.so free 0x5571735e24c0 void 0.000117
+gallium_dri.so free 0x5571735e2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2500 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2580 0.000117
+gallium_dri.so free 0x5571735e2640 void 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2580 0.000117
+gallium_dri.so free 0x5571735e2700 void 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2720 0.000119
+gallium_dri.so free 0x5571735e27c0 void 0.000117
+gallium_dri.so free 0x5571735e2720 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2770 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e2770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2770 0.000119
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so free 0x5571735e2770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28c0 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28c0 0.000162
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28c0 0.000118
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000117
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x5571735e2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b70 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c90 0.000118
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d20 0.000117
+gallium_dri.so free 0x5571735e2dc0 void 0.000119
+gallium_dri.so free 0x5571735e2d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000117
+gallium_dri.so free 0x5571735e2d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d70 0.000128
+gallium_dri.so free 0x5571735e2ec0 void 0.000119
+gallium_dri.so free 0x5571735e2d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so free 0x5571735e2ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000118
+gallium_dri.so free 0x5571735e3080 void 0.000119
+gallium_dri.so free 0x5571735e2ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e30c0 void 0.000117
+gallium_dri.so free 0x5571735e3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e3180 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000122
+gallium_dri.so malloc 72 0x5571735e31c0 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3240 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3240 0.000118
+gallium_dri.so free 0x5571735e3380 void 0.000117
+gallium_dri.so free 0x5571735e3240 void 0.000117
+gallium_dri.so malloc 72 0x5571735e33b0 0.000116
+gallium_dri.so free 0x5571735e3400 void 0.000118
+gallium_dri.so free 0x5571735e33b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735e33b0 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so free 0x5571735e33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3540 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e35c0 0.000117
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e35c0 0.000117
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3730 0.000118
+gallium_dri.so free 0x5571735cae40 void 0.000117
+gallium_dri.so free 0x5571735e3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3730 0.000119
+gallium_dri.so free 0x5571735caf40 void 0.000118
+gallium_dri.so free 0x5571735e3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735caef0 0.000163
+gallium_dri.so free 0x5571735cb000 void 0.000120
+gallium_dri.so free 0x5571735caef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000119
+gallium_dri.so free 0x5571735cb080 void 0.000117
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000117
+gallium_dri.so free 0x5571735e3780 void 0.000128
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000118
+gallium_dri.so free 0x5571735cb140 void 0.000118
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000118
+gallium_dri.so free 0x5571735cb1c0 void 0.000118
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000118
+gallium_dri.so free 0x5571735cb280 void 0.000118
+gallium_dri.so free 0x5571735cb1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000117
+gallium_dri.so free 0x5571735cb340 void 0.000118
+gallium_dri.so free 0x5571735cb1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000121
+gallium_dri.so free 0x5571735cb400 void 0.000124
+gallium_dri.so free 0x5571735cb1c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000119
+gallium_dri.so free 0x5571735cb4c0 void 0.000123
+gallium_dri.so free 0x5571735cb3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb470 0.000118
+gallium_dri.so free 0x5571735cb540 void 0.000119
+gallium_dri.so free 0x5571735cb470 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb590 0.000119
+gallium_dri.so free 0x5571735cb600 void 0.000117
+gallium_dri.so free 0x5571735cb590 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb620 0.000126
+gallium_dri.so free 0x5571735cb6c0 void 0.000118
+gallium_dri.so free 0x5571735cb620 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb670 0.000118
+gallium_dri.so free 0x5571735cb740 void 0.000123
+gallium_dri.so free 0x5571735cb670 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb670 0.000118
+gallium_dri.so free 0x5571735cb7c0 void 0.000118
+gallium_dri.so free 0x5571735cb670 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb7c0 0.000117
+gallium_dri.so free 0x5571735cb880 void 0.000119
+gallium_dri.so free 0x5571735cb7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb7c0 0.000118
+gallium_dri.so free 0x5571735cb980 void 0.000118
+gallium_dri.so free 0x5571735cb7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb930 0.000118
+gallium_dri.so free 0x5571735cb9c0 void 0.000119
+gallium_dri.so free 0x5571735cb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb930 0.000119
+gallium_dri.so free 0x5571735cba80 void 0.000119
+gallium_dri.so free 0x5571735cb930 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbac0 0.000117
+gallium_dri.so free 0x5571735cbb40 void 0.000118
+gallium_dri.so free 0x5571735cbac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbb40 0.000117
+gallium_dri.so free 0x5571735cbc00 void 0.000119
+gallium_dri.so free 0x5571735cbb40 void 0.000174
+gallium_dri.so malloc 72 0x5571735cbb40 0.000113
+gallium_dri.so free 0x5571735cbc80 void 0.000109
+gallium_dri.so free 0x5571735cbb40 void 0.000109
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000109
+gallium_dri.so free 0x5571735cbd00 void 0.000109
+gallium_dri.so free 0x5571735cbcb0 void 0.000160
+gallium_dri.so malloc 72 0x5571735cbcb0 0.000112
+gallium_dri.so free 0x5571735cbe00 void 0.000113
+gallium_dri.so free 0x5571735cbcb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbe40 0.000109
+gallium_dri.so free 0x5571735cbec0 void 0.000110
+gallium_dri.so free 0x5571735cbe40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbec0 0.000111
+gallium_dri.so free 0x5571735cbf80 void 0.000109
+gallium_dri.so free 0x5571735cbec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbec0 0.000110
+gallium_dri.so free 0x5571735cc000 void 0.000109
+gallium_dri.so free 0x5571735cbec0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc030 0.000109
+gallium_dri.so free 0x5571735cc080 void 0.000109
+gallium_dri.so free 0x5571735cc030 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc030 0.000115
+gallium_dri.so free 0x5571735cc180 void 0.000112
+gallium_dri.so free 0x5571735cc030 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc130 0.000110
+gallium_dri.so free 0x5571735cc240 void 0.000110
+gallium_dri.so free 0x5571735cc130 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000138
+gallium_dri.so free 0x5571735cc2c0 void 0.000125
+gallium_dri.so free 0x5571735cc1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000120
+gallium_dri.so free 0x5571735cc380 void 0.000118
+gallium_dri.so free 0x5571735cc1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000124
+gallium_dri.so free 0x5571735cc440 void 0.000120
+gallium_dri.so free 0x5571735cc1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000118
+gallium_dri.so free 0x5571735cc4c0 void 0.000123
+gallium_dri.so free 0x5571735cc3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc510 0.000119
+gallium_dri.so free 0x5571735cc580 void 0.000124
+gallium_dri.so free 0x5571735cc510 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000123
+gallium_dri.so free 0x5571735cc640 void 0.000123
+gallium_dri.so free 0x5571735cc5a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000129
+gallium_dri.so free 0x5571735cc6c0 void 0.000121
+gallium_dri.so free 0x5571735cc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc6c0 0.000123
+gallium_dri.so free 0x5571735cc780 void 0.000119
+gallium_dri.so free 0x5571735cc6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc6c0 0.000128
+gallium_dri.so free 0x5571735cc800 void 0.000124
+gallium_dri.so free 0x5571735cc6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc800 0.000119
+gallium_dri.so free 0x5571735cc8c0 void 0.000123
+gallium_dri.so free 0x5571735cc800 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc800 0.000123
+gallium_dri.so free 0x5571735cc980 void 0.000126
+gallium_dri.so free 0x5571735cc800 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc800 0.000121
+gallium_dri.so free 0x5571735cca40 void 0.000124
+gallium_dri.so free 0x5571735cc800 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000119
+gallium_dri.so free 0x5571735ccac0 void 0.000118
+gallium_dri.so free 0x5571735cc9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccb10 0.000124
+gallium_dri.so free 0x5571735ccb80 void 0.000125
+gallium_dri.so free 0x5571735ccb10 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000167
+gallium_dri.so free 0x5571735ccc40 void 0.000118
+gallium_dri.so free 0x5571735ccbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000125
+gallium_dri.so free 0x5571735cccc0 void 0.000125
+gallium_dri.so free 0x5571735ccbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cccf0 0.000123
+gallium_dri.so free 0x5571735ccd40 void 0.000127
+gallium_dri.so free 0x5571735cccf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cccf0 0.000123
+gallium_dri.so free 0x5571735cce40 void 0.000119
+gallium_dri.so free 0x5571735cccf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000123
+gallium_dri.so free 0x5571735ccf00 void 0.000125
+gallium_dri.so free 0x5571735ccdf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cceb0 0.000124
+gallium_dri.so free 0x5571735ccf40 void 0.000119
+gallium_dri.so free 0x5571735cceb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cceb0 0.000118
+gallium_dri.so free 0x5571735cd000 void 0.000119
+gallium_dri.so free 0x5571735cceb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd070 0.000123
+gallium_dri.so free 0x5571735cd0c0 void 0.000125
+gallium_dri.so free 0x5571735cd070 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd070 0.000123
+gallium_dri.so free 0x5571735cd1c0 void 0.000125
+gallium_dri.so free 0x5571735cd070 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd170 0.000120
+gallium_dri.so free 0x5571735cd280 void 0.000118
+gallium_dri.so free 0x5571735cd170 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd230 0.000125
+gallium_dri.so free 0x5571735cd2c0 void 0.000123
+gallium_dri.so free 0x5571735cd230 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd230 0.000124
+gallium_dri.so free 0x5571735cd380 void 0.000124
+gallium_dri.so free 0x5571735cd230 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd3c0 0.000119
+gallium_dri.so free 0x5571735cd440 void 0.000123
+gallium_dri.so free 0x5571735cd3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd440 0.000122
+gallium_dri.so free 0x5571735cd500 void 0.000119
+gallium_dri.so free 0x5571735cd440 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd440 0.000129
+gallium_dri.so free 0x5571735cd5c0 void 0.000124
+gallium_dri.so free 0x5571735cd440 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd5e0 0.000123
+gallium_dri.so free 0x5571735cd680 void 0.000124
+gallium_dri.so free 0x5571735cd5e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd630 0.000120
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd630 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd630 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000118
+gallium_dri.so free 0x5571735cd630 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd780 0.000117
+gallium_dri.so free 0x5571735cd840 void 0.000119
+gallium_dri.so free 0x5571735cd780 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd780 0.000126
+gallium_dri.so free 0x5571735cd900 void 0.000119
+gallium_dri.so free 0x5571735cd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd780 0.000117
+gallium_dri.so free 0x5571735cd9c0 void 0.000117
+gallium_dri.so free 0x5571735cd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd970 0.000117
+gallium_dri.so free 0x5571735cda80 void 0.000125
+gallium_dri.so free 0x5571735cd970 void 0.000116
+gallium_dri.so malloc 72 0x5571735cda30 0.000118
+gallium_dri.so free 0x5571735cdb00 void 0.000117
+gallium_dri.so free 0x5571735cda30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdb50 0.000118
+gallium_dri.so free 0x5571735cdbc0 void 0.000117
+gallium_dri.so free 0x5571735cdb50 void 0.000175
+gallium_dri.so malloc 72 0x5571735cdbe0 0.000203
+gallium_dri.so free 0x5571735cdc80 void 0.000118
+gallium_dri.so free 0x5571735cdbe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdc30 0.000117
+gallium_dri.so free 0x5571735cdd00 void 0.000116
+gallium_dri.so free 0x5571735cdc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdc30 0.000116
+gallium_dri.so free 0x5571735cdd80 void 0.000117
+gallium_dri.so free 0x5571735cdc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdd80 0.000118
+gallium_dri.so free 0x5571735cde40 void 0.000119
+gallium_dri.so free 0x5571735cdd80 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdd80 0.000118
+gallium_dri.so free 0x5571735cdf40 void 0.000117
+gallium_dri.so free 0x5571735cdd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdef0 0.000117
+gallium_dri.so free 0x5571735cdf80 void 0.000116
+gallium_dri.so free 0x5571735cdef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdef0 0.000117
+gallium_dri.so free 0x5571735ce040 void 0.000117
+gallium_dri.so free 0x5571735cdef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce080 0.000119
+gallium_dri.so free 0x5571735ce100 void 0.000116
+gallium_dri.so free 0x5571735ce080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce100 0.000117
+gallium_dri.so free 0x5571735ce1c0 void 0.000117
+gallium_dri.so free 0x5571735ce100 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce100 0.000117
+gallium_dri.so free 0x5571735ce240 void 0.000116
+gallium_dri.so free 0x5571735ce100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce270 0.000117
+gallium_dri.so free 0x5571735ce2c0 void 0.000119
+gallium_dri.so free 0x5571735ce270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce270 0.000118
+gallium_dri.so free 0x5571735ce3c0 void 0.000117
+gallium_dri.so free 0x5571735ce270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce400 0.000117
+gallium_dri.so free 0x5571735ce480 void 0.000130
+gallium_dri.so free 0x5571735ce400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce480 0.000118
+gallium_dri.so free 0x5571735ce540 void 0.000117
+gallium_dri.so free 0x5571735ce480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce480 0.000117
+gallium_dri.so free 0x5571735ce5c0 void 0.000119
+gallium_dri.so free 0x5571735ce480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000118
+gallium_dri.so free 0x5571735ce640 void 0.000119
+gallium_dri.so free 0x5571735ce5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5f0 0.000117
+gallium_dri.so free 0x5571735ce740 void 0.000117
+gallium_dri.so free 0x5571735ce5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000119
+gallium_dri.so free 0x5571735ce800 void 0.000118
+gallium_dri.so free 0x5571735ce6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000118
+gallium_dri.so free 0x5571735ce880 void 0.000118
+gallium_dri.so free 0x5571735ce7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000124
+gallium_dri.so free 0x5571735ce940 void 0.000119
+gallium_dri.so free 0x5571735ce7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000118
+gallium_dri.so free 0x5571735cea00 void 0.000118
+gallium_dri.so free 0x5571735ce7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000126
+gallium_dri.so free 0x5571735cea80 void 0.000117
+gallium_dri.so free 0x5571735ce9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cead0 0.000118
+gallium_dri.so free 0x5571735ceb40 void 0.000118
+gallium_dri.so free 0x5571735cead0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceb60 0.000118
+gallium_dri.so free 0x5571735cec00 void 0.000117
+gallium_dri.so free 0x5571735ceb60 void 0.000118
+gallium_dri.so malloc 72 0x5571735cebb0 0.000118
+gallium_dri.so free 0x5571735cec80 void 0.000117
+gallium_dri.so free 0x5571735cebb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cec80 0.000119
+gallium_dri.so free 0x5571735ced40 void 0.000119
+gallium_dri.so free 0x5571735cec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cec80 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000118
+gallium_dri.so free 0x5571735cec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cedc0 0.000117
+gallium_dri.so free 0x5571735cee80 void 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cedc0 0.000117
+gallium_dri.so free 0x5571735cef40 void 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cedc0 0.000119
+gallium_dri.so free 0x5571735cf000 void 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cefb0 0.000132
+gallium_dri.so free 0x5571735cf080 void 0.000118
+gallium_dri.so free 0x5571735cefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf0d0 0.000117
+gallium_dri.so free 0x5571735cf140 void 0.000118
+gallium_dri.so free 0x5571735cf0d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf180 0.000117
+gallium_dri.so free 0x5571735cf200 void 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf180 0.000119
+gallium_dri.so free 0x5571735cf280 void 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf2b0 0.000118
+gallium_dri.so free 0x5571735cf300 void 0.000119
+gallium_dri.so free 0x5571735cf2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf2b0 0.000116
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so free 0x5571735cf2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000117
+gallium_dri.so free 0x5571735cf4c0 void 0.000117
+gallium_dri.so free 0x5571735cf3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf470 0.000118
+gallium_dri.so free 0x5571735cf500 void 0.000118
+gallium_dri.so free 0x5571735cf470 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf470 0.000118
+gallium_dri.so free 0x5571735cf5c0 void 0.000118
+gallium_dri.so free 0x5571735cf470 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf630 0.000117
+gallium_dri.so free 0x5571735cf680 void 0.000117
+gallium_dri.so free 0x5571735cf630 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf630 0.000118
+gallium_dri.so free 0x5571735cf780 void 0.000118
+gallium_dri.so free 0x5571735cf630 void 0.000152
+gallium_dri.so malloc 72 0x5571735cf730 0.000122
+gallium_dri.so free 0x5571735cf840 void 0.000118
+gallium_dri.so free 0x5571735cf730 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000119
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so free 0x5571735cf7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000116
+gallium_dri.so free 0x5571735cf940 void 0.000118
+gallium_dri.so free 0x5571735cf7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf980 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x5571735cf980 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa00 0.000118
+gallium_dri.so free 0x5571735cfac0 void 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735cfb80 void 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfba0 0.000118
+gallium_dri.so free 0x5571735cfc40 void 0.000128
+gallium_dri.so free 0x5571735cfba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so free 0x5571735cfbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd40 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfd40 0.000117
+gallium_dri.so free 0x5571735cfec0 void 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfd40 0.000117
+gallium_dri.so free 0x5571735cff80 void 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cff30 0.000117
+gallium_dri.so free 0x5571735d0040 void 0.000118
+gallium_dri.so free 0x5571735cff30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfff0 0.000118
+gallium_dri.so free 0x5571735d00c0 void 0.000116
+gallium_dri.so free 0x5571735cfff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0110 0.000119
+gallium_dri.so free 0x5571735d0180 void 0.000119
+gallium_dri.so free 0x5571735d0110 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01a0 0.000116
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so free 0x5571735d01a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01f0 0.000117
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so free 0x5571735d01f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01f0 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000124
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x5571735d0400 void 0.000117
+gallium_dri.so free 0x5571735d0340 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0340 0.000118
+gallium_dri.so free 0x5571735d0500 void 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d04b0 0.000118
+gallium_dri.so free 0x5571735d0540 void 0.000118
+gallium_dri.so free 0x5571735d04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d04b0 0.000118
+gallium_dri.so free 0x5571735d0600 void 0.000162
+gallium_dri.so free 0x5571735d04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0640 0.000118
+gallium_dri.so free 0x5571735d06c0 void 0.000118
+gallium_dri.so free 0x5571735d0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d06c0 0.000118
+gallium_dri.so free 0x5571735d0780 void 0.000118
+gallium_dri.so free 0x5571735d06c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d06c0 0.000119
+gallium_dri.so free 0x5571735d0800 void 0.000119
+gallium_dri.so free 0x5571735d06c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0830 0.000118
+gallium_dri.so free 0x5571735d0880 void 0.000118
+gallium_dri.so free 0x5571735d0830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0830 0.000119
+gallium_dri.so free 0x5571735d0980 void 0.000119
+gallium_dri.so free 0x5571735d0830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d09c0 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000118
+gallium_dri.so free 0x5571735d09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a40 0.000119
+gallium_dri.so free 0x5571735d0b00 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0a40 0.000117
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so free 0x5571735d0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000119
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000119
+gallium_dri.so free 0x5571735d0d00 void 0.000118
+gallium_dri.so free 0x5571735d0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000118
+gallium_dri.so free 0x5571735d0dc0 void 0.000120
+gallium_dri.so free 0x5571735d0cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0d70 0.000117
+gallium_dri.so free 0x5571735d0e40 void 0.000119
+gallium_dri.so free 0x5571735d0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d70 0.000116
+gallium_dri.so free 0x5571735d0f00 void 0.000118
+gallium_dri.so free 0x5571735d0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d70 0.000118
+gallium_dri.so free 0x5571735d0fc0 void 0.000117
+gallium_dri.so free 0x5571735d0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0f70 0.000117
+gallium_dri.so free 0x5571735d1040 void 0.000118
+gallium_dri.so free 0x5571735d0f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1090 0.000117
+gallium_dri.so free 0x5571735d1100 void 0.000118
+gallium_dri.so free 0x5571735d1090 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1120 0.000117
+gallium_dri.so free 0x5571735d11c0 void 0.000117
+gallium_dri.so free 0x5571735d1120 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1170 0.000118
+gallium_dri.so free 0x5571735d1240 void 0.000117
+gallium_dri.so free 0x5571735d1170 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1240 0.000117
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1240 0.000117
+gallium_dri.so free 0x5571735d1380 void 0.000118
+gallium_dri.so free 0x5571735d1240 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1380 0.000118
+gallium_dri.so free 0x5571735d1440 void 0.000118
+gallium_dri.so free 0x5571735d1380 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1380 0.000117
+gallium_dri.so free 0x5571735d1500 void 0.000158
+gallium_dri.so free 0x5571735d1380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1380 0.000118
+gallium_dri.so free 0x5571735d15c0 void 0.000118
+gallium_dri.so free 0x5571735d1380 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000120
+gallium_dri.so free 0x5571735d1640 void 0.000118
+gallium_dri.so free 0x5571735d1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1690 0.000117
+gallium_dri.so free 0x5571735d1700 void 0.000118
+gallium_dri.so free 0x5571735d1690 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1740 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000118
+gallium_dri.so free 0x5571735d1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1740 0.000117
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so free 0x5571735d1740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1870 0.000117
+gallium_dri.so free 0x5571735d18c0 void 0.000119
+gallium_dri.so free 0x5571735d1870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1870 0.000117
+gallium_dri.so free 0x5571735d19c0 void 0.000119
+gallium_dri.so free 0x5571735d1870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1970 0.000118
+gallium_dri.so free 0x5571735d1a80 void 0.000118
+gallium_dri.so free 0x5571735d1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a30 0.000118
+gallium_dri.so free 0x5571735d1ac0 void 0.000118
+gallium_dri.so free 0x5571735d1a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1a30 0.000117
+gallium_dri.so free 0x5571735d1b80 void 0.000118
+gallium_dri.so free 0x5571735d1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000117
+gallium_dri.so free 0x5571735d1c40 void 0.000119
+gallium_dri.so free 0x5571735d1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000118
+gallium_dri.so free 0x5571735d1d40 void 0.000118
+gallium_dri.so free 0x5571735d1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000117
+gallium_dri.so free 0x5571735d1e00 void 0.000117
+gallium_dri.so free 0x5571735d1cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1db0 0.000116
+gallium_dri.so free 0x5571735d1e40 void 0.000118
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1db0 0.000117
+gallium_dri.so free 0x5571735d1f00 void 0.000118
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1f40 0.000129
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x5571735d1f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000118
+gallium_dri.so free 0x5571735d2140 void 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2160 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000118
+gallium_dri.so free 0x5571735d2160 void 0.000117
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735d2280 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so free 0x5571735d21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2300 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000158
+gallium_dri.so free 0x5571735d2300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2300 0.000118
+gallium_dri.so free 0x5571735d2480 void 0.000118
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2300 0.000118
+gallium_dri.so free 0x5571735d2540 void 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d24f0 0.000136
+gallium_dri.so free 0x5571735d2600 void 0.000120
+gallium_dri.so free 0x5571735d24f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25b0 0.000119
+gallium_dri.so free 0x5571735d2680 void 0.000118
+gallium_dri.so free 0x5571735d25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d26d0 0.000119
+gallium_dri.so free 0x5571735d2740 void 0.000119
+gallium_dri.so free 0x5571735d26d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2760 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so free 0x5571735d2760 void 0.000118
+gallium_dri.so malloc 72 0x5571735d27b0 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d27b0 0.000118
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so free 0x5571735d27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2900 0.000118
+gallium_dri.so free 0x5571735d29c0 void 0.000119
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2900 0.000120
+gallium_dri.so free 0x5571735d2ac0 void 0.000119
+gallium_dri.so free 0x5571735d2900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2a70 0.000119
+gallium_dri.so free 0x5571735d2b00 void 0.000128
+gallium_dri.so free 0x5571735d2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2a70 0.000119
+gallium_dri.so free 0x5571735d2bc0 void 0.000119
+gallium_dri.so free 0x5571735d2a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2c00 0.000119
+gallium_dri.so free 0x5571735d2c80 void 0.000119
+gallium_dri.so free 0x5571735d2c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2c80 0.000119
+gallium_dri.so free 0x5571735d2d40 void 0.000121
+gallium_dri.so free 0x5571735d2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2c80 0.000118
+gallium_dri.so free 0x5571735d2dc0 void 0.000119
+gallium_dri.so free 0x5571735d2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2df0 0.000118
+gallium_dri.so free 0x5571735d2e40 void 0.000118
+gallium_dri.so free 0x5571735d2df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2df0 0.000119
+gallium_dri.so free 0x5571735d2f40 void 0.000118
+gallium_dri.so free 0x5571735d2df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2f80 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000119
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000116
+gallium_dri.so free 0x5571735d3140 void 0.000166
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3170 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000119
+gallium_dri.so free 0x5571735d3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3170 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000167
+gallium_dri.so free 0x5571735d3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3270 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so free 0x5571735d3270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3330 0.000117
+gallium_dri.so free 0x5571735d3400 void 0.000119
+gallium_dri.so free 0x5571735d3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3330 0.000119
+gallium_dri.so free 0x5571735d34c0 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3330 0.000118
+gallium_dri.so free 0x5571735d3580 void 0.000121
+gallium_dri.so free 0x5571735d3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3530 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000118
+gallium_dri.so free 0x5571735d3530 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3650 0.000119
+gallium_dri.so free 0x5571735d36c0 void 0.000119
+gallium_dri.so free 0x5571735d3650 void 0.000116
+gallium_dri.so malloc 72 0x5571735d36e0 0.000120
+gallium_dri.so free 0x5571735d3780 void 0.000118
+gallium_dri.so free 0x5571735d36e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3730 0.000119
+gallium_dri.so free 0x5571735d3800 void 0.000119
+gallium_dri.so free 0x5571735d3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3800 0.000117
+gallium_dri.so free 0x5571735d38c0 void 0.000118
+gallium_dri.so free 0x5571735d3800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3800 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000118
+gallium_dri.so free 0x5571735d3800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3940 0.000119
+gallium_dri.so free 0x5571735d3a00 void 0.000117
+gallium_dri.so free 0x5571735d3940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3940 0.000118
+gallium_dri.so free 0x5571735d3ac0 void 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3940 0.000119
+gallium_dri.so free 0x5571735d3b80 void 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b30 0.000119
+gallium_dri.so free 0x5571735d3c00 void 0.000118
+gallium_dri.so free 0x5571735d3b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3c50 0.000118
+gallium_dri.so free 0x5571735d3cc0 void 0.000119
+gallium_dri.so free 0x5571735d3c50 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3d00 0.000119
+gallium_dri.so free 0x5571735d3d80 void 0.000118
+gallium_dri.so free 0x5571735d3d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d00 0.000118
+gallium_dri.so free 0x5571735d3e00 void 0.000118
+gallium_dri.so free 0x5571735d3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3e30 0.000117
+gallium_dri.so free 0x5571735d3e80 void 0.000119
+gallium_dri.so free 0x5571735d3e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3e30 0.000125
+gallium_dri.so free 0x5571735d3f80 void 0.000123
+gallium_dri.so free 0x5571735d3e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3f30 0.000124
+gallium_dri.so free 0x5571735d4040 void 0.000119
+gallium_dri.so free 0x5571735d3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000118
+gallium_dri.so free 0x5571735d4080 void 0.000123
+gallium_dri.so free 0x5571735d3ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000162
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so free 0x5571735d3ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d41b0 0.000118
+gallium_dri.so free 0x5571735d4200 void 0.000118
+gallium_dri.so free 0x5571735d41b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d41b0 0.000118
+gallium_dri.so free 0x5571735d4300 void 0.000121
+gallium_dri.so free 0x5571735d41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d42b0 0.000118
+gallium_dri.so free 0x5571735d43c0 void 0.000118
+gallium_dri.so free 0x5571735d42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4370 0.000119
+gallium_dri.so free 0x5571735d4400 void 0.000119
+gallium_dri.so free 0x5571735d4370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4370 0.000119
+gallium_dri.so free 0x5571735d44c0 void 0.000118
+gallium_dri.so free 0x5571735d4370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4500 0.000117
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x5571735d4500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4580 0.000118
+gallium_dri.so free 0x5571735d4640 void 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4580 0.000118
+gallium_dri.so free 0x5571735d4700 void 0.000120
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4720 0.000120
+gallium_dri.so free 0x5571735d47c0 void 0.000118
+gallium_dri.so free 0x5571735d4720 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x5571735d4840 void 0.000117
+gallium_dri.so free 0x5571735d4770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000123
+gallium_dri.so free 0x5571735d48c0 void 0.000112
+gallium_dri.so free 0x5571735d4770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48c0 0.000110
+gallium_dri.so free 0x5571735d4980 void 0.000110
+gallium_dri.so free 0x5571735d48c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d48c0 0.000110
+gallium_dri.so free 0x5571735d4a40 void 0.000109
+gallium_dri.so free 0x5571735d48c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d48c0 0.000111
+gallium_dri.so free 0x5571735d4b00 void 0.000110
+gallium_dri.so free 0x5571735d48c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000110
+gallium_dri.so free 0x5571735d4bc0 void 0.000113
+gallium_dri.so free 0x5571735d4ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4b70 0.000110
+gallium_dri.so free 0x5571735d4c40 void 0.000110
+gallium_dri.so free 0x5571735d4b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4c90 0.000109
+gallium_dri.so free 0x5571735d4d00 void 0.000110
+gallium_dri.so free 0x5571735d4c90 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4d20 0.000116
+gallium_dri.so free 0x5571735d4dc0 void 0.000121
+gallium_dri.so free 0x5571735d4d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4d70 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000110
+gallium_dri.so free 0x5571735d4d70 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4d70 0.000109
+gallium_dri.so free 0x5571735d4ec0 void 0.000129
+gallium_dri.so free 0x5571735d4d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000125
+gallium_dri.so free 0x5571735d4f80 void 0.000118
+gallium_dri.so free 0x5571735d4ec0 void 0.000106
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000298
+gallium_dri.so free 0x5571735d5080 void 0.000308
+gallium_dri.so free 0x5571735d4ec0 void 0.000248
+gallium_dri.so malloc 72 0x5571735d5030 0.000245
+gallium_dri.so free 0x5571735d50c0 void 0.000222
+gallium_dri.so free 0x5571735d5030 void 0.000226
+gallium_dri.so malloc 72 0x5571735d5030 0.000123
+gallium_dri.so free 0x5571735d5180 void 0.000124
+gallium_dri.so free 0x5571735d5030 void 0.000124
+gallium_dri.so malloc 72 0x5571735d51c0 0.000118
+gallium_dri.so free 0x5571735d5240 void 0.000120
+gallium_dri.so free 0x5571735d51c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5240 0.000129
+gallium_dri.so free 0x5571735d5300 void 0.000126
+gallium_dri.so free 0x5571735d5240 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5240 0.000162
+gallium_dri.so free 0x5571735d5380 void 0.000119
+gallium_dri.so free 0x5571735d5240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d53b0 0.000124
+gallium_dri.so free 0x5571735d5400 void 0.000124
+gallium_dri.so free 0x5571735d53b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d53b0 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000121
+gallium_dri.so free 0x5571735d53b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5540 0.000124
+gallium_dri.so free 0x5571735d55c0 void 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55c0 0.000126
+gallium_dri.so free 0x5571735d5680 void 0.000124
+gallium_dri.so free 0x5571735d55c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735d55c0 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000121
+gallium_dri.so free 0x5571735d55c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5730 0.000124
+gallium_dri.so free 0x5571735d5780 void 0.000133
+gallium_dri.so free 0x5571735d5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5730 0.000115
+gallium_dri.so free 0x5571735d5880 void 0.000113
+gallium_dri.so free 0x5571735d5730 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5830 0.000124
+gallium_dri.so free 0x5571735d5940 void 0.000123
+gallium_dri.so free 0x5571735d5830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58f0 0.000115
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d58f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d58f0 0.000124
+gallium_dri.so free 0x5571735d5a80 void 0.000124
+gallium_dri.so free 0x5571735d58f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d58f0 0.000123
+gallium_dri.so free 0x5571735d5b40 void 0.000122
+gallium_dri.so free 0x5571735d58f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5af0 0.000114
+gallium_dri.so free 0x5571735d5bc0 void 0.000153
+gallium_dri.so free 0x5571735d5af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5c10 0.000131
+gallium_dri.so free 0x5571735d5c80 void 0.000129
+gallium_dri.so free 0x5571735d5c10 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000140
+gallium_dri.so free 0x5571735d5d40 void 0.000129
+gallium_dri.so free 0x5571735d5ca0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000119
+gallium_dri.so free 0x5571735d5dc0 void 0.000125
+gallium_dri.so free 0x5571735d5cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000120
+gallium_dri.so free 0x5571735d5e80 void 0.000126
+gallium_dri.so free 0x5571735d5dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000123
+gallium_dri.so free 0x5571735d5f00 void 0.000127
+gallium_dri.so free 0x5571735d5dc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5f00 0.000133
+gallium_dri.so free 0x5571735d5fc0 void 0.000130
+gallium_dri.so free 0x5571735d5f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5f00 0.000222
+gallium_dri.so free 0x5571735d6080 void 0.000320
+gallium_dri.so free 0x5571735d5f00 void 0.000277
+gallium_dri.so malloc 72 0x5571735d5f00 0.000272
+gallium_dri.so free 0x5571735d6140 void 0.000300
+gallium_dri.so free 0x5571735d5f00 void 0.000278
+gallium_dri.so malloc 72 0x5571735d60f0 0.000273
+gallium_dri.so free 0x5571735d61c0 void 0.000279
+gallium_dri.so free 0x5571735d60f0 void 0.000276
+gallium_dri.so malloc 72 0x5571735d6210 0.000283
+gallium_dri.so free 0x5571735d6280 void 0.000279
+gallium_dri.so free 0x5571735d6210 void 0.000168
+gallium_dri.so malloc 72 0x5571735d62c0 0.000165
+gallium_dri.so free 0x5571735d6340 void 0.000162
+gallium_dri.so free 0x5571735d62c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d62c0 0.000129
+gallium_dri.so free 0x5571735d63c0 void 0.000131
+gallium_dri.so free 0x5571735d62c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d63f0 0.000129
+gallium_dri.so free 0x5571735d6440 void 0.000197
+gallium_dri.so free 0x5571735d63f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d63f0 0.000130
+gallium_dri.so free 0x5571735d6540 void 0.000129
+gallium_dri.so free 0x5571735d63f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d64f0 0.000173
+gallium_dri.so free 0x5571735d6600 void 0.000177
+gallium_dri.so free 0x5571735d64f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735d65b0 0.000171
+gallium_dri.so free 0x5571735d6640 void 0.000140
+gallium_dri.so free 0x5571735d65b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d65b0 0.000140
+gallium_dri.so free 0x5571735d6700 void 0.000137
+gallium_dri.so free 0x5571735d65b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d6770 0.000173
+gallium_dri.so free 0x5571735d67c0 void 0.000131
+gallium_dri.so free 0x5571735d6770 void 0.000133
+gallium_dri.so malloc 72 0x5571735d6770 0.000137
+gallium_dri.so free 0x5571735d68c0 void 0.000132
+gallium_dri.so free 0x5571735d6770 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6870 0.000131
+gallium_dri.so free 0x5571735d6980 void 0.000130
+gallium_dri.so free 0x5571735d6870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6930 0.000134
+gallium_dri.so free 0x5571735d69c0 void 0.000131
+gallium_dri.so free 0x5571735d6930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6930 0.000131
+gallium_dri.so free 0x5571735d6a80 void 0.000127
+gallium_dri.so free 0x5571735d6930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000132
+gallium_dri.so free 0x5571735d6b40 void 0.000130
+gallium_dri.so free 0x5571735d6ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6b40 0.000127
+gallium_dri.so free 0x5571735d6c00 void 0.000133
+gallium_dri.so free 0x5571735d6b40 void 0.000138
+gallium_dri.so malloc 72 0x5571735d6b40 0.000136
+gallium_dri.so free 0x5571735eb380 void 0.000137
+gallium_dri.so free 0x5571735d6b40 void 0.000138
+gallium_dri.so malloc 72 0x5571735d6b40 0.000136
+gallium_dri.so free 0x5571735eb440 void 0.000139
+gallium_dri.so free 0x5571735d6b40 void 0.000141
+gallium_dri.so malloc 72 0x5571735d6b40 0.000137
+gallium_dri.so free 0x5571735eb500 void 0.000132
+gallium_dri.so free 0x5571735d6b40 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000126
+gallium_dri.so free 0x5571735eb580 void 0.000132
+gallium_dri.so free 0x5571735eb4b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000136
+gallium_dri.so free 0x5571735eb640 void 0.000130
+gallium_dri.so free 0x5571735eb5d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb660 0.000131
+gallium_dri.so free 0x5571735eb700 void 0.000136
+gallium_dri.so free 0x5571735eb660 void 0.000141
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000137
+gallium_dri.so free 0x5571735eb780 void 0.000133
+gallium_dri.so free 0x5571735eb6b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735eb780 0.000129
+gallium_dri.so free 0x5571735eb840 void 0.000129
+gallium_dri.so free 0x5571735eb780 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb780 0.000122
+gallium_dri.so free 0x5571735eb8c0 void 0.000136
+gallium_dri.so free 0x5571735eb780 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000129
+gallium_dri.so free 0x5571735eb980 void 0.000124
+gallium_dri.so free 0x5571735eb8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000126
+gallium_dri.so free 0x5571735eba40 void 0.000131
+gallium_dri.so free 0x5571735eb8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000130
+gallium_dri.so free 0x5571735ebb00 void 0.000123
+gallium_dri.so free 0x5571735eb8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebab0 0.000127
+gallium_dri.so free 0x5571735ebb80 void 0.000131
+gallium_dri.so free 0x5571735ebab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebbd0 0.000129
+gallium_dri.so free 0x5571735ebc40 void 0.000131
+gallium_dri.so free 0x5571735ebbd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebc80 0.000131
+gallium_dri.so free 0x5571735ebd00 void 0.000130
+gallium_dri.so free 0x5571735ebc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebc80 0.000123
+gallium_dri.so free 0x5571735ebd80 void 0.000131
+gallium_dri.so free 0x5571735ebc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000130
+gallium_dri.so free 0x5571735ebe00 void 0.000125
+gallium_dri.so free 0x5571735ebdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000126
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so free 0x5571735ebdb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000125
+gallium_dri.so free 0x5571735ebfc0 void 0.000124
+gallium_dri.so free 0x5571735ebeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf70 0.000119
+gallium_dri.so free 0x5571735ec000 void 0.000125
+gallium_dri.so free 0x5571735ebf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf70 0.000130
+gallium_dri.so free 0x5571735ec0c0 void 0.000130
+gallium_dri.so free 0x5571735ebf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec130 0.000125
+gallium_dri.so free 0x5571735ec180 void 0.000128
+gallium_dri.so free 0x5571735ec130 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec130 0.000130
+gallium_dri.so free 0x5571735ec280 void 0.000188
+gallium_dri.so free 0x5571735ec130 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec230 0.000130
+gallium_dri.so free 0x5571735ec340 void 0.000124
+gallium_dri.so free 0x5571735ec230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000125
+gallium_dri.so free 0x5571735ec380 void 0.000161
+gallium_dri.so free 0x5571735ec2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000160
+gallium_dri.so free 0x5571735ec440 void 0.000166
+gallium_dri.so free 0x5571735ec2f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec480 0.000132
+gallium_dri.so free 0x5571735ec500 void 0.000129
+gallium_dri.so free 0x5571735ec480 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec500 0.000130
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec500 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec500 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x5571735ec500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000168
+gallium_dri.so free 0x5571735ec740 void 0.000132
+gallium_dri.so free 0x5571735ec6a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000125
+gallium_dri.so free 0x5571735ec7c0 void 0.000124
+gallium_dri.so free 0x5571735ec6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000123
+gallium_dri.so free 0x5571735ec840 void 0.000124
+gallium_dri.so free 0x5571735ec6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec840 0.000125
+gallium_dri.so free 0x5571735ec900 void 0.000125
+gallium_dri.so free 0x5571735ec840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec840 0.000125
+gallium_dri.so free 0x5571735ec9c0 void 0.000124
+gallium_dri.so free 0x5571735ec840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec840 0.000123
+gallium_dri.so free 0x5571735eca80 void 0.000125
+gallium_dri.so free 0x5571735ec840 void 0.000123
+gallium_dri.so malloc 72 0x5571735eca30 0.000122
+gallium_dri.so free 0x5571735ecb40 void 0.000124
+gallium_dri.so free 0x5571735eca30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecaf0 0.000126
+gallium_dri.so free 0x5571735ecbc0 void 0.000125
+gallium_dri.so free 0x5571735ecaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc10 0.000123
+gallium_dri.so free 0x5571735ecc80 void 0.000122
+gallium_dri.so free 0x5571735ecc10 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecca0 0.000116
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eccf0 0.000116
+gallium_dri.so free 0x5571735ecdc0 void 0.000116
+gallium_dri.so free 0x5571735eccf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eccf0 0.000116
+gallium_dri.so free 0x5571735ece40 void 0.000115
+gallium_dri.so free 0x5571735eccf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ece40 0.000116
+gallium_dri.so free 0x5571735ecf00 void 0.000117
+gallium_dri.so free 0x5571735ece40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ece40 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ece40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000116
+gallium_dri.so free 0x5571735ed040 void 0.000115
+gallium_dri.so free 0x5571735ecfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000115
+gallium_dri.so free 0x5571735ed100 void 0.000125
+gallium_dri.so free 0x5571735ecfb0 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed140 0.000147
+gallium_dri.so free 0x5571735ed1c0 void 0.000147
+gallium_dri.so free 0x5571735ed140 void 0.000156
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000132
+gallium_dri.so free 0x5571735ed280 void 0.000126
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000119
+gallium_dri.so free 0x5571735ed300 void 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed330 0.000123
+gallium_dri.so free 0x5571735ed380 void 0.000123
+gallium_dri.so free 0x5571735ed330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed330 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so free 0x5571735ed330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000124
+gallium_dri.so free 0x5571735ed4c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed540 0.000125
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed540 0.000113
+gallium_dri.so free 0x5571735ed680 void 0.000115
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000124
+gallium_dri.so free 0x5571735ed700 void 0.000123
+gallium_dri.so free 0x5571735ed6b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000124
+gallium_dri.so free 0x5571735ed800 void 0.000126
+gallium_dri.so free 0x5571735ed6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000116
+gallium_dri.so free 0x5571735ed8c0 void 0.000118
+gallium_dri.so free 0x5571735ed7b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed870 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so free 0x5571735ed870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed870 0.000118
+gallium_dri.so free 0x5571735eda00 void 0.000120
+gallium_dri.so free 0x5571735ed870 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed870 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000119
+gallium_dri.so free 0x5571735ed870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda70 0.000119
+gallium_dri.so free 0x5571735edb40 void 0.000119
+gallium_dri.so free 0x5571735eda70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb90 0.000125
+gallium_dri.so free 0x5571735edc00 void 0.000119
+gallium_dri.so free 0x5571735edb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc20 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edc20 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc70 0.000118
+gallium_dri.so free 0x5571735edd40 void 0.000121
+gallium_dri.so free 0x5571735edc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd40 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000113
+gallium_dri.so free 0x5571735edd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd40 0.000111
+gallium_dri.so free 0x5571735ede80 void 0.000111
+gallium_dri.so free 0x5571735edd40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ede80 0.000110
+gallium_dri.so free 0x5571735edf40 void 0.000111
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede80 0.000111
+gallium_dri.so free 0x5571735ee000 void 0.000112
+gallium_dri.so free 0x5571735ede80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ede80 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000111
+gallium_dri.so free 0x5571735ede80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee070 0.000115
+gallium_dri.so free 0x5571735ee140 void 0.000110
+gallium_dri.so free 0x5571735ee070 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee190 0.000110
+gallium_dri.so free 0x5571735ee200 void 0.000112
+gallium_dri.so free 0x5571735ee190 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee240 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee240 0.000113
+gallium_dri.so free 0x5571735ee340 void 0.000112
+gallium_dri.so free 0x5571735ee240 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee370 0.000117
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee370 0.000111
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee470 0.000111
+gallium_dri.so free 0x5571735ee580 void 0.000111
+gallium_dri.so free 0x5571735ee470 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee530 0.000111
+gallium_dri.so free 0x5571735ee5c0 void 0.000111
+gallium_dri.so free 0x5571735ee530 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee530 0.000110
+gallium_dri.so free 0x5571735ee680 void 0.000111
+gallium_dri.so free 0x5571735ee530 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000112
+gallium_dri.so free 0x5571735ee740 void 0.000110
+gallium_dri.so free 0x5571735ee6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000110
+gallium_dri.so free 0x5571735ee840 void 0.000111
+gallium_dri.so free 0x5571735ee6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000111
+gallium_dri.so free 0x5571735ee900 void 0.000111
+gallium_dri.so free 0x5571735ee7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000110
+gallium_dri.so free 0x5571735ee940 void 0.000112
+gallium_dri.so free 0x5571735ee8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000126
+gallium_dri.so free 0x5571735eea00 void 0.000117
+gallium_dri.so free 0x5571735ee8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eeac0 void 0.000126
+gallium_dri.so free 0x5571735eea40 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeac0 0.000124
+gallium_dri.so free 0x5571735eeb80 void 0.000124
+gallium_dri.so free 0x5571735eeac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeac0 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000117
+gallium_dri.so free 0x5571735eeac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec60 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so free 0x5571735eec60 void 0.000122
+gallium_dri.so malloc 72 0x5571735eecb0 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000121
+gallium_dri.so free 0x5571735eecb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eecb0 0.000124
+gallium_dri.so free 0x5571735eee00 void 0.000123
+gallium_dri.so free 0x5571735eecb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eee00 0.000125
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000162
+gallium_dri.so malloc 72 0x5571735eee00 0.000121
+gallium_dri.so free 0x5571735eef80 void 0.000124
+gallium_dri.so free 0x5571735eee00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee00 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000122
+gallium_dri.so free 0x5571735eee00 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeff0 0.000130
+gallium_dri.so free 0x5571735ef100 void 0.000130
+gallium_dri.so free 0x5571735eeff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef0b0 0.000126
+gallium_dri.so free 0x5571735ef180 void 0.000122
+gallium_dri.so free 0x5571735ef0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef1d0 0.000131
+gallium_dri.so free 0x5571735ef240 void 0.000131
+gallium_dri.so free 0x5571735ef1d0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef260 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef260 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000131
+gallium_dri.so free 0x5571735ef380 void 0.000131
+gallium_dri.so free 0x5571735ef2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000166
+gallium_dri.so free 0x5571735ef400 void 0.000166
+gallium_dri.so free 0x5571735ef2b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ef400 0.000130
+gallium_dri.so free 0x5571735ef4c0 void 0.000131
+gallium_dri.so free 0x5571735ef400 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef400 0.000130
+gallium_dri.so free 0x5571735ef5c0 void 0.000127
+gallium_dri.so free 0x5571735ef400 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef570 0.000131
+gallium_dri.so free 0x5571735ef600 void 0.000127
+gallium_dri.so free 0x5571735ef570 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef570 0.000130
+gallium_dri.so free 0x5571735ef6c0 void 0.000130
+gallium_dri.so free 0x5571735ef570 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef700 0.000127
+gallium_dri.so free 0x5571735ef780 void 0.000130
+gallium_dri.so free 0x5571735ef700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef780 0.000126
+gallium_dri.so free 0x5571735ef840 void 0.000124
+gallium_dri.so free 0x5571735ef780 void 0.000164
+gallium_dri.so malloc 72 0x5571735ef780 0.000128
+gallium_dri.so free 0x5571735ef8c0 void 0.000131
+gallium_dri.so free 0x5571735ef780 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000122
+gallium_dri.so free 0x5571735ef940 void 0.000126
+gallium_dri.so free 0x5571735ef8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000125
+gallium_dri.so free 0x5571735efa40 void 0.000121
+gallium_dri.so free 0x5571735ef8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efa80 0.000129
+gallium_dri.so free 0x5571735efb00 void 0.000129
+gallium_dri.so free 0x5571735efa80 void 0.000125
+gallium_dri.so malloc 72 0x5571735efb00 0.000126
+gallium_dri.so free 0x5571735efbc0 void 0.000131
+gallium_dri.so free 0x5571735efb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735efb00 0.000130
+gallium_dri.so free 0x5571735efc40 void 0.000129
+gallium_dri.so free 0x5571735efb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735efc70 0.000124
+gallium_dri.so free 0x5571735efcc0 void 0.000124
+gallium_dri.so free 0x5571735efc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735efc70 0.000126
+gallium_dri.so free 0x5571735efdc0 void 0.000130
+gallium_dri.so free 0x5571735efc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735efd70 0.000133
+gallium_dri.so free 0x5571735efe80 void 0.000127
+gallium_dri.so free 0x5571735efd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735efe30 0.000125
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so free 0x5571735efe30 void 0.000126
+gallium_dri.so malloc 72 0x5571735efe30 0.000130
+gallium_dri.so free 0x5571735effc0 void 0.000129
+gallium_dri.so free 0x5571735efe30 void 0.000131
+gallium_dri.so malloc 72 0x5571735efe30 0.000131
+gallium_dri.so free 0x5571735f0080 void 0.000129
+gallium_dri.so free 0x5571735efe30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0030 0.000121
+gallium_dri.so free 0x5571735f0100 void 0.000120
+gallium_dri.so free 0x5571735f0030 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0150 0.000131
+gallium_dri.so free 0x5571735f01c0 void 0.000130
+gallium_dri.so free 0x5571735f0150 void 0.000126
+gallium_dri.so malloc 72 0x5571735f01e0 0.000127
+gallium_dri.so free 0x5571735f0280 void 0.000124
+gallium_dri.so free 0x5571735f01e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0230 0.000130
+gallium_dri.so free 0x5571735f0300 void 0.000130
+gallium_dri.so free 0x5571735f0230 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0300 0.000140
+gallium_dri.so free 0x5571735f03c0 void 0.000131
+gallium_dri.so free 0x5571735f0300 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0300 0.000125
+gallium_dri.so free 0x5571735f0440 void 0.000120
+gallium_dri.so free 0x5571735f0300 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0440 0.000130
+gallium_dri.so free 0x5571735f0500 void 0.000131
+gallium_dri.so free 0x5571735f0440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0440 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0440 0.000131
+gallium_dri.so free 0x5571735f0680 void 0.000131
+gallium_dri.so free 0x5571735f0440 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0630 0.000127
+gallium_dri.so free 0x5571735f0700 void 0.000126
+gallium_dri.so free 0x5571735f0630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0750 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000119
+gallium_dri.so free 0x5571735f0750 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0800 0.000120
+gallium_dri.so free 0x5571735f0880 void 0.000119
+gallium_dri.so free 0x5571735f0800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0800 0.000118
+gallium_dri.so free 0x5571735f0900 void 0.000208
+gallium_dri.so free 0x5571735f0800 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0930 0.000119
+gallium_dri.so free 0x5571735f0980 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0930 0.000118
+gallium_dri.so free 0x5571735f0a80 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a30 0.000118
+gallium_dri.so free 0x5571735f0b40 void 0.000118
+gallium_dri.so free 0x5571735f0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0af0 0.000124
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000113
+gallium_dri.so free 0x5571735f0af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0db0 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so free 0x5571735f0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000122
+gallium_dri.so free 0x5571735f0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000115
+gallium_dri.so free 0x5571735f0fc0 void 0.000114
+gallium_dri.so free 0x5571735f0e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1000 0.000117
+gallium_dri.so free 0x5571735f1080 void 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1080 0.000113
+gallium_dri.so free 0x5571735f1140 void 0.000115
+gallium_dri.so free 0x5571735f1080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1080 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000112
+gallium_dri.so free 0x5571735f1080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1220 0.000112
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1220 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f1340 void 0.000114
+gallium_dri.so free 0x5571735f1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1270 0.000115
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13c0 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000114
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13c0 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000130
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13c0 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so free 0x5571735f13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15b0 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1670 0.000114
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1790 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000113
+gallium_dri.so free 0x5571735f1790 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1820 0.000112
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f1820 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1870 0.000113
+gallium_dri.so free 0x5571735f1940 void 0.000114
+gallium_dri.so free 0x5571735f1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1870 0.000113
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so free 0x5571735f1870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f19c0 0.000112
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19c0 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b30 0.000117
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1b30 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000113
+gallium_dri.so free 0x5571735f1b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000114
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d40 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000115
+gallium_dri.so free 0x5571735f1d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d40 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f2000 void 0.000113
+gallium_dri.so free 0x5571735f1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2040 0.000113
+gallium_dri.so free 0x5571735f20c0 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f20c0 0.000112
+gallium_dri.so free 0x5571735f2180 void 0.000113
+gallium_dri.so free 0x5571735f20c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f20c0 0.000113
+gallium_dri.so free 0x5571735f2200 void 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000114
+gallium_dri.so free 0x5571735f2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000112
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f2230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2330 0.000114
+gallium_dri.so free 0x5571735f2440 void 0.000113
+gallium_dri.so free 0x5571735f2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f23f0 0.000113
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f23f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f23f0 0.000113
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f23f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f23f0 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so free 0x5571735f23f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f25f0 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000117
+gallium_dri.so free 0x5571735f25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2710 0.000114
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2710 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27a0 0.000116
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f27a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27f0 0.000114
+gallium_dri.so free 0x5571735f28c0 void 0.000115
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28c0 0.000113
+gallium_dri.so free 0x5571735f2980 void 0.000114
+gallium_dri.so free 0x5571735f28c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28c0 0.000113
+gallium_dri.so free 0x5571735f2a00 void 0.000113
+gallium_dri.so free 0x5571735f28c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a00 0.000112
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so free 0x5571735f2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a00 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a00 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bf0 0.000114
+gallium_dri.so free 0x5571735f2cc0 void 0.000114
+gallium_dri.so free 0x5571735f2bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d10 0.000114
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so free 0x5571735f2d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000165
+gallium_dri.so free 0x5571735f2e40 void 0.000114
+gallium_dri.so free 0x5571735f2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000112
+gallium_dri.so free 0x5571735f2ec0 void 0.000116
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000115
+gallium_dri.so free 0x5571735f2ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x5571735f2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000114
+gallium_dri.so free 0x5571735f3100 void 0.000124
+gallium_dri.so free 0x5571735f2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f30b0 0.000120
+gallium_dri.so free 0x5571735f3140 void 0.000122
+gallium_dri.so free 0x5571735f30b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f30b0 0.000120
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f30b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3270 0.000121
+gallium_dri.so free 0x5571735f32c0 void 0.000118
+gallium_dri.so free 0x5571735f3270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3270 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000116
+gallium_dri.so free 0x5571735f3270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3370 0.000122
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f3370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3430 0.000121
+gallium_dri.so free 0x5571735f34c0 void 0.000137
+gallium_dri.so free 0x5571735f3430 void 0.000135
+gallium_dri.so malloc 72 0x5571735f3430 0.000131
+gallium_dri.so free 0x5571735f3580 void 0.000127
+gallium_dri.so free 0x5571735f3430 void 0.000128
+gallium_dri.so malloc 72 0x5571735f35c0 0.000130
+gallium_dri.so free 0x5571735f3640 void 0.000129
+gallium_dri.so free 0x5571735f35c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3640 0.000129
+gallium_dri.so free 0x5571735f3700 void 0.000129
+gallium_dri.so free 0x5571735f3640 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3640 0.000131
+gallium_dri.so free 0x5571735f37c0 void 0.000128
+gallium_dri.so free 0x5571735f3640 void 0.000199
+gallium_dri.so malloc 72 0x5571735f37e0 0.000140
+gallium_dri.so free 0x5571735f3880 void 0.000141
+gallium_dri.so free 0x5571735f37e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3830 0.000129
+gallium_dri.so free 0x5571735f3900 void 0.000128
+gallium_dri.so free 0x5571735f3830 void 0.000173
+gallium_dri.so malloc 72 0x5571735f3830 0.000159
+gallium_dri.so free 0x5571735f3980 void 0.000159
+gallium_dri.so free 0x5571735f3830 void 0.000140
+gallium_dri.so malloc 72 0x5571735f3980 0.000133
+gallium_dri.so free 0x5571735f3a40 void 0.000135
+gallium_dri.so free 0x5571735f3980 void 0.000139
+gallium_dri.so malloc 72 0x5571735f3980 0.000134
+gallium_dri.so free 0x5571735f3b00 void 0.000135
+gallium_dri.so free 0x5571735f3980 void 0.000135
+gallium_dri.so malloc 72 0x5571735f3980 0.000132
+gallium_dri.so free 0x5571735f3bc0 void 0.000132
+gallium_dri.so free 0x5571735f3980 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3b70 0.000128
+gallium_dri.so free 0x5571735f3c80 void 0.000128
+gallium_dri.so free 0x5571735f3b70 void 0.000136
+gallium_dri.so malloc 72 0x5571735f3c30 0.000129
+gallium_dri.so free 0x5571735f3d00 void 0.000129
+gallium_dri.so free 0x5571735f3c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3d50 0.000128
+gallium_dri.so free 0x5571735f3dc0 void 0.000129
+gallium_dri.so free 0x5571735f3d50 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3de0 0.000132
+gallium_dri.so free 0x5571735f3e80 void 0.000129
+gallium_dri.so free 0x5571735f3de0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3e30 0.000128
+gallium_dri.so free 0x5571735f3f00 void 0.000128
+gallium_dri.so free 0x5571735f3e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3e30 0.000127
+gallium_dri.so free 0x5571735f3f80 void 0.000128
+gallium_dri.so free 0x5571735f3e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3f80 0.000129
+gallium_dri.so free 0x5571735f4040 void 0.000127
+gallium_dri.so free 0x5571735f3f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3f80 0.000128
+gallium_dri.so free 0x5571735f4140 void 0.000129
+gallium_dri.so free 0x5571735f3f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f40f0 0.000127
+gallium_dri.so free 0x5571735f4180 void 0.000128
+gallium_dri.so free 0x5571735f40f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f40f0 0.000127
+gallium_dri.so free 0x5571735f4240 void 0.000138
+gallium_dri.so free 0x5571735f40f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4280 0.000130
+gallium_dri.so free 0x5571735f4300 void 0.000127
+gallium_dri.so free 0x5571735f4280 void 0.000183
+gallium_dri.so malloc 72 0x5571735f4300 0.000171
+gallium_dri.so free 0x5571735f43c0 void 0.000175
+gallium_dri.so free 0x5571735f4300 void 0.000137
+gallium_dri.so malloc 72 0x5571735f4300 0.000137
+gallium_dri.so free 0x5571735f4440 void 0.000137
+gallium_dri.so free 0x5571735f4300 void 0.000138
+gallium_dri.so malloc 72 0x5571735f4470 0.000134
+gallium_dri.so free 0x5571735f44c0 void 0.000128
+gallium_dri.so free 0x5571735f4470 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4470 0.000127
+gallium_dri.so free 0x5571735f45c0 void 0.000127
+gallium_dri.so free 0x5571735f4470 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4600 0.000128
+gallium_dri.so free 0x5571735f4680 void 0.000129
+gallium_dri.so free 0x5571735f4600 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4680 0.000127
+gallium_dri.so free 0x5571735f4740 void 0.000128
+gallium_dri.so free 0x5571735f4680 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4680 0.000129
+gallium_dri.so free 0x5571735f47c0 void 0.000127
+gallium_dri.so free 0x5571735f4680 void 0.000129
+gallium_dri.so malloc 72 0x5571735f47f0 0.000137
+gallium_dri.so free 0x5571735f4840 void 0.000129
+gallium_dri.so free 0x5571735f47f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f47f0 0.000128
+gallium_dri.so free 0x5571735f4940 void 0.000129
+gallium_dri.so free 0x5571735f47f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f48f0 0.000141
+gallium_dri.so free 0x5571735f4a00 void 0.000135
+gallium_dri.so free 0x5571735f48f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f49b0 0.000162
+gallium_dri.so free 0x5571735f4a80 void 0.000167
+gallium_dri.so free 0x5571735f49b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f49b0 0.000173
+gallium_dri.so free 0x5571735f4b40 void 0.000148
+gallium_dri.so free 0x5571735f49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f49b0 0.000115
+gallium_dri.so free 0x5571735f4c00 void 0.000115
+gallium_dri.so free 0x5571735f49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000113
+gallium_dri.so free 0x5571735f4c80 void 0.000113
+gallium_dri.so free 0x5571735f4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4cd0 0.000114
+gallium_dri.so free 0x5571735f4d40 void 0.000114
+gallium_dri.so free 0x5571735f4cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4d60 0.000128
+gallium_dri.so free 0x5571735f4e00 void 0.000115
+gallium_dri.so free 0x5571735f4d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4db0 0.000113
+gallium_dri.so free 0x5571735f4e80 void 0.000114
+gallium_dri.so free 0x5571735f4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e80 0.000113
+gallium_dri.so free 0x5571735f4f40 void 0.000113
+gallium_dri.so free 0x5571735f4e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e80 0.000112
+gallium_dri.so free 0x5571735f4fc0 void 0.000113
+gallium_dri.so free 0x5571735f4e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000113
+gallium_dri.so free 0x5571735f5080 void 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000112
+gallium_dri.so free 0x5571735f5140 void 0.000113
+gallium_dri.so free 0x5571735f4fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000112
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f51b0 0.000114
+gallium_dri.so free 0x5571735f5280 void 0.000112
+gallium_dri.so free 0x5571735f51b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f52d0 0.000113
+gallium_dri.so free 0x5571735f5340 void 0.000113
+gallium_dri.so free 0x5571735f52d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5380 0.000112
+gallium_dri.so free 0x5571735f5400 void 0.000127
+gallium_dri.so free 0x5571735f5380 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5380 0.000115
+gallium_dri.so free 0x5571735f5480 void 0.000114
+gallium_dri.so free 0x5571735f5380 void 0.000138
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000114
+gallium_dri.so free 0x5571735f54b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f54b0 0.000182
+gallium_dri.so free 0x5571735f5600 void 0.000214
+gallium_dri.so free 0x5571735f54b0 void 0.000338
+gallium_dri.so malloc 72 0x5571735f55b0 0.000126
+gallium_dri.so free 0x5571735f56c0 void 0.000163
+gallium_dri.so free 0x5571735f55b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f5670 0.000161
+gallium_dri.so free 0x5571735f5700 void 0.000123
+gallium_dri.so free 0x5571735f5670 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5670 0.000124
+gallium_dri.so free 0x5571735f57c0 void 0.000119
+gallium_dri.so free 0x5571735f5670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5830 0.000137
+gallium_dri.so free 0x5571735f5880 void 0.000121
+gallium_dri.so free 0x5571735f5830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5830 0.000118
+gallium_dri.so free 0x5571735f5980 void 0.000120
+gallium_dri.so free 0x5571735f5830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5930 0.000119
+gallium_dri.so free 0x5571735f5a40 void 0.000120
+gallium_dri.so free 0x5571735f5930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59f0 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so free 0x5571735f59f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59f0 0.000119
+gallium_dri.so free 0x5571735f5b40 void 0.000120
+gallium_dri.so free 0x5571735f59f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5b80 0.000121
+gallium_dri.so free 0x5571735f5c00 void 0.000119
+gallium_dri.so free 0x5571735f5b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5c00 0.000120
+gallium_dri.so free 0x5571735f5cc0 void 0.000120
+gallium_dri.so free 0x5571735f5c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5c00 0.000119
+gallium_dri.so free 0x5571735f5d80 void 0.000119
+gallium_dri.so free 0x5571735f5c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5da0 0.000118
+gallium_dri.so free 0x5571735f5e40 void 0.000119
+gallium_dri.so free 0x5571735f5da0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5df0 0.000121
+gallium_dri.so free 0x5571735f5ec0 void 0.000120
+gallium_dri.so free 0x5571735f5df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5df0 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000118
+gallium_dri.so free 0x5571735f5df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f40 0.000118
+gallium_dri.so free 0x5571735f6000 void 0.000118
+gallium_dri.so free 0x5571735f5f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f40 0.000127
+gallium_dri.so free 0x5571735f60c0 void 0.000126
+gallium_dri.so free 0x5571735f5f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5f40 0.000125
+gallium_dri.so free 0x5571735f6180 void 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6130 0.000137
+gallium_dri.so free 0x5571735f6240 void 0.000120
+gallium_dri.so free 0x5571735f6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61f0 0.000119
+gallium_dri.so free 0x5571735f62c0 void 0.000118
+gallium_dri.so free 0x5571735f61f0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f6310 0.000253
+gallium_dri.so free 0x5571735f6380 void 0.000176
+gallium_dri.so free 0x5571735f6310 void 0.000165
+gallium_dri.so malloc 72 0x5571735f63a0 0.000125
+gallium_dri.so free 0x5571735f6440 void 0.000126
+gallium_dri.so free 0x5571735f63a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f63f0 0.000120
+gallium_dri.so free 0x5571735f64c0 void 0.000119
+gallium_dri.so free 0x5571735f63f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f63f0 0.000130
+gallium_dri.so free 0x5571735f6540 void 0.000124
+gallium_dri.so free 0x5571735f63f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6540 0.000125
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so free 0x5571735f6540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6540 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000113
+gallium_dri.so free 0x5571735f6540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f66b0 0.000115
+gallium_dri.so free 0x5571735f6740 void 0.000116
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000113
+gallium_dri.so free 0x5571735f6800 void 0.000113
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6840 0.000112
+gallium_dri.so free 0x5571735f68c0 void 0.000113
+gallium_dri.so free 0x5571735f6840 void 0.000115
+gallium_dri.so malloc 72 0x5571735f68c0 0.000169
+gallium_dri.so free 0x5571735f6980 void 0.000118
+gallium_dri.so free 0x5571735f68c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f68c0 0.000113
+gallium_dri.so free 0x5571735f6a00 void 0.000119
+gallium_dri.so free 0x5571735f68c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6a30 0.000119
+gallium_dri.so free 0x5571735f6a80 void 0.000124
+gallium_dri.so free 0x5571735f6a30 void 0.000153
+gallium_dri.so malloc 72 0x5571735f6a30 0.000119
+gallium_dri.so free 0x5571735f6b80 void 0.000114
+gallium_dri.so free 0x5571735f6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000120
+gallium_dri.so free 0x5571735f6c40 void 0.000116
+gallium_dri.so free 0x5571735f6bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c40 0.000113
+gallium_dri.so free 0x5571735f6d00 void 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c40 0.000113
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6db0 0.000112
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so free 0x5571735f6db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000116
+gallium_dri.so free 0x5571735f6fc0 void 0.000114
+gallium_dri.so free 0x5571735f6eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f70 0.000113
+gallium_dri.so free 0x5571735f7040 void 0.000113
+gallium_dri.so free 0x5571735f6f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f70 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000113
+gallium_dri.so free 0x5571735f6f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f70 0.000113
+gallium_dri.so free 0x5571735f71c0 void 0.000114
+gallium_dri.so free 0x5571735f6f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7170 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000115
+gallium_dri.so free 0x5571735f7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7290 0.000113
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so free 0x5571735f7290 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7320 0.000112
+gallium_dri.so free 0x5571735f73c0 void 0.000113
+gallium_dri.so free 0x5571735f7320 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7370 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000114
+gallium_dri.so free 0x5571735f7370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7440 0.000113
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7440 0.000116
+gallium_dri.so free 0x5571735f7580 void 0.000115
+gallium_dri.so free 0x5571735f7440 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7580 0.000112
+gallium_dri.so free 0x5571735f7640 void 0.000112
+gallium_dri.so free 0x5571735f7580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7580 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000111
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7580 0.000111
+gallium_dri.so free 0x5571735f77c0 void 0.000111
+gallium_dri.so free 0x5571735f7580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7770 0.000112
+gallium_dri.so free 0x5571735f7840 void 0.000112
+gallium_dri.so free 0x5571735f7770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7890 0.000111
+gallium_dri.so free 0x5571735f7900 void 0.000113
+gallium_dri.so free 0x5571735f7890 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7940 0.000141
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735f7940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7940 0.000113
+gallium_dri.so free 0x5571735f7a40 void 0.000113
+gallium_dri.so free 0x5571735f7940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7a70 0.000112
+gallium_dri.so free 0x5571735f7ac0 void 0.000113
+gallium_dri.so free 0x5571735f7a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7a70 0.000122
+gallium_dri.so free 0x5571735f7bc0 void 0.000113
+gallium_dri.so free 0x5571735f7a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7b70 0.000113
+gallium_dri.so free 0x5571735f7c80 void 0.000112
+gallium_dri.so free 0x5571735f7b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7c30 0.000113
+gallium_dri.so free 0x5571735f7cc0 void 0.000112
+gallium_dri.so free 0x5571735f7c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7c30 0.000112
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so free 0x5571735f7c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7df0 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000115
+gallium_dri.so free 0x5571735f7df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7df0 0.000112
+gallium_dri.so free 0x5571735f7f40 void 0.000113
+gallium_dri.so free 0x5571735f7df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000113
+gallium_dri.so free 0x5571735f7ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000112
+gallium_dri.so free 0x5571735f8040 void 0.000112
+gallium_dri.so free 0x5571735f7fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000117
+gallium_dri.so free 0x5571735f7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8140 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000126
+gallium_dri.so free 0x5571735f8140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f81c0 0.000114
+gallium_dri.so free 0x5571735f8280 void 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81c0 0.000112
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8360 0.000112
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so free 0x5571735f8360 void 0.000113
+gallium_dri.so malloc 72 0x5571735f83b0 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000113
+gallium_dri.so free 0x5571735f83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f83b0 0.000139
+gallium_dri.so free 0x5571735f8500 void 0.000114
+gallium_dri.so free 0x5571735f83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8500 0.000113
+gallium_dri.so free 0x5571735f85c0 void 0.000118
+gallium_dri.so free 0x5571735f8500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8500 0.000113
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x5571735f8500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8500 0.000112
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so free 0x5571735f8500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f86f0 0.000112
+gallium_dri.so free 0x5571735f8800 void 0.000159
+gallium_dri.so free 0x5571735f86f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f87b0 0.000116
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so free 0x5571735f87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f88d0 0.000113
+gallium_dri.so free 0x5571735f8940 void 0.000113
+gallium_dri.so free 0x5571735f88d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8960 0.000112
+gallium_dri.so free 0x5571735f8a00 void 0.000115
+gallium_dri.so free 0x5571735f8960 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735f8a80 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89b0 0.000112
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b00 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000118
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b00 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8c70 0.000112
+gallium_dri.so free 0x5571735f8d00 void 0.000113
+gallium_dri.so free 0x5571735f8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000113
+gallium_dri.so free 0x5571735f8dc0 void 0.000115
+gallium_dri.so free 0x5571735f8c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8e00 0.000112
+gallium_dri.so free 0x5571735f8e80 void 0.000112
+gallium_dri.so free 0x5571735f8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e80 0.000113
+gallium_dri.so free 0x5571735f8f40 void 0.000111
+gallium_dri.so free 0x5571735f8e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f8fc0 void 0.000111
+gallium_dri.so free 0x5571735f8e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000113
+gallium_dri.so free 0x5571735f9040 void 0.000115
+gallium_dri.so free 0x5571735f8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000115
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9180 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f9180 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9200 0.000138
+gallium_dri.so free 0x5571735f92c0 void 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9200 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9370 0.000112
+gallium_dri.so free 0x5571735f93c0 void 0.000114
+gallium_dri.so free 0x5571735f9370 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9370 0.000115
+gallium_dri.so free 0x5571735f94c0 void 0.000114
+gallium_dri.so free 0x5571735f9370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9470 0.000115
+gallium_dri.so free 0x5571735f9580 void 0.000114
+gallium_dri.so free 0x5571735f9470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9530 0.000113
+gallium_dri.so free 0x5571735f9600 void 0.000118
+gallium_dri.so free 0x5571735f9530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9530 0.000112
+gallium_dri.so free 0x5571735f96c0 void 0.000113
+gallium_dri.so free 0x5571735f9530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9530 0.000113
+gallium_dri.so free 0x5571735f9780 void 0.000113
+gallium_dri.so free 0x5571735f9530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9730 0.000113
+gallium_dri.so free 0x5571735f9800 void 0.000114
+gallium_dri.so free 0x5571735f9730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9850 0.000112
+gallium_dri.so free 0x5571735f98c0 void 0.000115
+gallium_dri.so free 0x5571735f9850 void 0.000112
+gallium_dri.so malloc 72 0x5571735f98e0 0.000113
+gallium_dri.so free 0x5571735f9980 void 0.000114
+gallium_dri.so free 0x5571735f98e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9930 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000113
+gallium_dri.so free 0x5571735f9930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9a00 0.000123
+gallium_dri.so free 0x5571735f9ac0 void 0.000113
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9a00 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so free 0x5571735f9a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b40 0.000112
+gallium_dri.so free 0x5571735f9c00 void 0.000115
+gallium_dri.so free 0x5571735f9b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b40 0.000114
+gallium_dri.so free 0x5571735f9cc0 void 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b40 0.000111
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so free 0x5571735f9b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9d30 0.000113
+gallium_dri.so free 0x5571735f9e00 void 0.000114
+gallium_dri.so free 0x5571735f9d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9e50 0.000134
+gallium_dri.so free 0x5571735f9ec0 void 0.000115
+gallium_dri.so free 0x5571735f9e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f00 0.000111
+gallium_dri.so free 0x5571735f9f80 void 0.000118
+gallium_dri.so free 0x5571735f9f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f00 0.000116
+gallium_dri.so free 0x5571735fa000 void 0.000114
+gallium_dri.so free 0x5571735f9f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa030 0.000122
+gallium_dri.so free 0x5571735fa080 void 0.000115
+gallium_dri.so free 0x5571735fa030 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa030 0.000112
+gallium_dri.so free 0x5571735fa180 void 0.000114
+gallium_dri.so free 0x5571735fa030 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa130 0.000116
+gallium_dri.so free 0x5571735fa240 void 0.000114
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000113
+gallium_dri.so free 0x5571735fa280 void 0.000114
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000113
+gallium_dri.so free 0x5571735fa340 void 0.000114
+gallium_dri.so free 0x5571735fa1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000114
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so free 0x5571735fa3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000113
+gallium_dri.so free 0x5571735fa500 void 0.000114
+gallium_dri.so free 0x5571735fa3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so free 0x5571735fa4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa570 0.000114
+gallium_dri.so free 0x5571735fa600 void 0.000115
+gallium_dri.so free 0x5571735fa570 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa570 0.000113
+gallium_dri.so free 0x5571735fa6c0 void 0.000185
+gallium_dri.so free 0x5571735fa570 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa700 0.000114
+gallium_dri.so free 0x5571735fa780 void 0.000112
+gallium_dri.so free 0x5571735fa700 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa780 0.000112
+gallium_dri.so free 0x5571735fa840 void 0.000151
+gallium_dri.so free 0x5571735fa780 void 0.000160
+gallium_dri.so malloc 72 0x5571735fa780 0.000159
+gallium_dri.so free 0x5571735fa900 void 0.000157
+gallium_dri.so free 0x5571735fa780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa920 0.000123
+gallium_dri.so free 0x5571735fa9c0 void 0.000119
+gallium_dri.so free 0x5571735fa920 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa970 0.000113
+gallium_dri.so free 0x5571735faa40 void 0.000113
+gallium_dri.so free 0x5571735fa970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa970 0.000148
+gallium_dri.so free 0x5571735faac0 void 0.000118
+gallium_dri.so free 0x5571735fa970 void 0.000112
+gallium_dri.so malloc 72 0x5571735faac0 0.000114
+gallium_dri.so free 0x5571735fab80 void 0.000113
+gallium_dri.so free 0x5571735faac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faac0 0.000113
+gallium_dri.so free 0x5571735fac40 void 0.000123
+gallium_dri.so free 0x5571735faac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faac0 0.000113
+gallium_dri.so free 0x5571735fad00 void 0.000112
+gallium_dri.so free 0x5571735faac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735facb0 0.000112
+gallium_dri.so free 0x5571735fadc0 void 0.000112
+gallium_dri.so free 0x5571735facb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad70 0.000111
+gallium_dri.so free 0x5571735fae40 void 0.000111
+gallium_dri.so free 0x5571735fad70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae90 0.000112
+gallium_dri.so free 0x5571735faf00 void 0.000117
+gallium_dri.so free 0x5571735fae90 void 0.000113
+gallium_dri.so malloc 72 0x5571735faf20 0.000116
+gallium_dri.so free 0x5571735fafc0 void 0.000119
+gallium_dri.so free 0x5571735faf20 void 0.000124
+gallium_dri.so malloc 72 0x5571735faf70 0.000121
+gallium_dri.so free 0x5571735fb040 void 0.000115
+gallium_dri.so free 0x5571735faf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735faf70 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000113
+gallium_dri.so free 0x5571735faf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000114
+gallium_dri.so free 0x5571735fb180 void 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000113
+gallium_dri.so free 0x5571735fb280 void 0.000129
+gallium_dri.so free 0x5571735fb0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb230 0.000114
+gallium_dri.so free 0x5571735fb2c0 void 0.000114
+gallium_dri.so free 0x5571735fb230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb230 0.000112
+gallium_dri.so free 0x5571735fb380 void 0.000115
+gallium_dri.so free 0x5571735fb230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000115
+gallium_dri.so free 0x5571735fb3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb440 0.000113
+gallium_dri.so free 0x5571735fb500 void 0.000113
+gallium_dri.so free 0x5571735fb440 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb440 0.000114
+gallium_dri.so free 0x5571735fb580 void 0.000120
+gallium_dri.so free 0x5571735fb440 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000119
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so free 0x5571735fb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000113
+gallium_dri.so free 0x5571735fb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb740 0.000140
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb740 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000113
+gallium_dri.so free 0x5571735fb880 void 0.000120
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000112
+gallium_dri.so free 0x5571735fb900 void 0.000111
+gallium_dri.so free 0x5571735fb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb930 0.000111
+gallium_dri.so free 0x5571735fb980 void 0.000111
+gallium_dri.so free 0x5571735fb930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb930 0.000113
+gallium_dri.so free 0x5571735fba80 void 0.000114
+gallium_dri.so free 0x5571735fb930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba30 0.000113
+gallium_dri.so free 0x5571735fbb40 void 0.000114
+gallium_dri.so free 0x5571735fba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000112
+gallium_dri.so free 0x5571735fbbc0 void 0.000113
+gallium_dri.so free 0x5571735fbaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000112
+gallium_dri.so free 0x5571735fbc80 void 0.000113
+gallium_dri.so free 0x5571735fbaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000124
+gallium_dri.so free 0x5571735fbd40 void 0.000119
+gallium_dri.so free 0x5571735fbaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000113
+gallium_dri.so free 0x5571735fbdc0 void 0.000112
+gallium_dri.so free 0x5571735fbcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbe10 0.000116
+gallium_dri.so free 0x5571735fbe80 void 0.000113
+gallium_dri.so free 0x5571735fbe10 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbea0 0.000115
+gallium_dri.so free 0x5571735fbf40 void 0.000112
+gallium_dri.so free 0x5571735fbea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbef0 0.000112
+gallium_dri.so free 0x5571735fbfc0 void 0.000113
+gallium_dri.so free 0x5571735fbef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbfc0 0.000112
+gallium_dri.so free 0x5571735fc080 void 0.000113
+gallium_dri.so free 0x5571735fbfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbfc0 0.000113
+gallium_dri.so free 0x5571735fc100 void 0.000112
+gallium_dri.so free 0x5571735fbfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc100 0.000112
+gallium_dri.so free 0x5571735fc1c0 void 0.000112
+gallium_dri.so free 0x5571735fc100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc100 0.000112
+gallium_dri.so free 0x5571735fc280 void 0.000114
+gallium_dri.so free 0x5571735fc100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc100 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so free 0x5571735fc100 void 0.000154
+gallium_dri.so malloc 72 0x5571735fc2f0 0.000117
+gallium_dri.so free 0x5571735fc3c0 void 0.000117
+gallium_dri.so free 0x5571735fc2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc410 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc410 void 0.000184
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000114
+gallium_dri.so free 0x5571735fc540 void 0.000115
+gallium_dri.so free 0x5571735fc4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000120
+gallium_dri.so free 0x5571735fc5c0 void 0.000113
+gallium_dri.so free 0x5571735fc4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000118
+gallium_dri.so free 0x5571735fc5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000111
+gallium_dri.so free 0x5571735fc800 void 0.000122
+gallium_dri.so free 0x5571735fc6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000116
+gallium_dri.so free 0x5571735fc840 void 0.000114
+gallium_dri.so free 0x5571735fc7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000113
+gallium_dri.so free 0x5571735fc900 void 0.000115
+gallium_dri.so free 0x5571735fc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc970 0.000115
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc970 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fc970 void 0.000122
+gallium_dri.so malloc 72 0x5571735fca70 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb30 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000114
+gallium_dri.so free 0x5571735fcb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb30 0.000115
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fccc0 0.000115
+gallium_dri.so free 0x5571735fcd40 void 0.000117
+gallium_dri.so free 0x5571735fccc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd40 0.000116
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fcd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcd40 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcee0 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000125
+gallium_dri.so free 0x5571735fcee0 void 0.000214
+gallium_dri.so malloc 72 0x5571735fcf30 0.000158
+gallium_dri.so free 0x5571735fd000 void 0.000160
+gallium_dri.so free 0x5571735fcf30 void 0.000190
+gallium_dri.so malloc 72 0x5571735fcf30 0.000124
+gallium_dri.so free 0x5571735fd080 void 0.000124
+gallium_dri.so free 0x5571735fcf30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd080 0.000119
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd080 0.000113
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd080 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd270 0.000115
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd270 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd330 0.000115
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd450 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000120
+gallium_dri.so free 0x5571735fd450 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4e0 0.000112
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd4e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd530 0.000113
+gallium_dri.so free 0x5571735fd600 void 0.000184
+gallium_dri.so free 0x5571735fd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd530 0.000113
+gallium_dri.so free 0x5571735fd680 void 0.000113
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd680 0.000113
+gallium_dri.so free 0x5571735fd740 void 0.000112
+gallium_dri.so free 0x5571735fd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd680 0.000115
+gallium_dri.so free 0x5571735fd840 void 0.000113
+gallium_dri.so free 0x5571735fd680 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000113
+gallium_dri.so free 0x5571735fd880 void 0.000113
+gallium_dri.so free 0x5571735fd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000112
+gallium_dri.so free 0x5571735fd7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd980 0.000112
+gallium_dri.so free 0x5571735fda00 void 0.000112
+gallium_dri.so free 0x5571735fd980 void 0.000110
+gallium_dri.so malloc 72 0x5571735fda00 0.000112
+gallium_dri.so free 0x5571735fdac0 void 0.000115
+gallium_dri.so free 0x5571735fda00 void 0.000138
+gallium_dri.so malloc 72 0x5571735fda00 0.000116
+gallium_dri.so free 0x5571735fdb40 void 0.000111
+gallium_dri.so free 0x5571735fda00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdb70 0.000109
+gallium_dri.so free 0x5571735fdbc0 void 0.000123
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000112
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd00 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000112
+gallium_dri.so free 0x5571735fdd00 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdd80 0.000110
+gallium_dri.so free 0x5571735fde40 void 0.000111
+gallium_dri.so free 0x5571735fdd80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdd80 0.000110
+gallium_dri.so free 0x5571735fdec0 void 0.000109
+gallium_dri.so free 0x5571735fdd80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdef0 0.000109
+gallium_dri.so free 0x5571735fdf40 void 0.000110
+gallium_dri.so free 0x5571735fdef0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fdef0 0.000109
+gallium_dri.so free 0x5571735fe040 void 0.000110
+gallium_dri.so free 0x5571735fdef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdff0 0.000111
+gallium_dri.so free 0x5571735fe100 void 0.000110
+gallium_dri.so free 0x5571735fdff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000111
+gallium_dri.so free 0x5571735fe180 void 0.000112
+gallium_dri.so free 0x5571735fe0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000111
+gallium_dri.so free 0x5571735fe240 void 0.000111
+gallium_dri.so free 0x5571735fe0b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000110
+gallium_dri.so free 0x5571735fe0b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000112
+gallium_dri.so free 0x5571735fe380 void 0.000111
+gallium_dri.so free 0x5571735fe2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe3d0 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000110
+gallium_dri.so free 0x5571735fe3d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe460 0.000110
+gallium_dri.so free 0x5571735fe500 void 0.000110
+gallium_dri.so free 0x5571735fe460 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000111
+gallium_dri.so free 0x5571735fe4b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe580 0.000110
+gallium_dri.so free 0x5571735fe640 void 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe580 0.000110
+gallium_dri.so free 0x5571735fe6c0 void 0.000110
+gallium_dri.so free 0x5571735fe580 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000109
+gallium_dri.so free 0x5571735fe780 void 0.000110
+gallium_dri.so free 0x5571735fe6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000109
+gallium_dri.so free 0x5571735fe840 void 0.000109
+gallium_dri.so free 0x5571735fe6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000111
+gallium_dri.so free 0x5571735fe900 void 0.000121
+gallium_dri.so free 0x5571735fe6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000110
+gallium_dri.so free 0x5571735fe980 void 0.000109
+gallium_dri.so free 0x5571735fe8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe9d0 0.000138
+gallium_dri.so free 0x5571735fea40 void 0.000111
+gallium_dri.so free 0x5571735fe9d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fea80 0.000111
+gallium_dri.so free 0x5571735feb00 void 0.000110
+gallium_dri.so free 0x5571735fea80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fea80 0.000112
+gallium_dri.so free 0x5571735feb80 void 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000111
+gallium_dri.so malloc 72 0x5571735febb0 0.000112
+gallium_dri.so free 0x5571735fec00 void 0.000110
+gallium_dri.so free 0x5571735febb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735febb0 0.000110
+gallium_dri.so free 0x5571735fed00 void 0.000135
+gallium_dri.so free 0x5571735febb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fecb0 0.000111
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so free 0x5571735fecb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fed70 0.000110
+gallium_dri.so free 0x5571735fee00 void 0.000111
+gallium_dri.so free 0x5571735fed70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fed70 0.000112
+gallium_dri.so free 0x5571735feec0 void 0.000110
+gallium_dri.so free 0x5571735fed70 void 0.000160
+gallium_dri.so malloc 72 0x5571735fef30 0.000114
+gallium_dri.so free 0x5571735fef80 void 0.000110
+gallium_dri.so free 0x5571735fef30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fef30 0.000109
+gallium_dri.so free 0x5571735ff080 void 0.000110
+gallium_dri.so free 0x5571735fef30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff030 0.000110
+gallium_dri.so free 0x5571735ff140 void 0.000110
+gallium_dri.so free 0x5571735ff030 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000110
+gallium_dri.so free 0x5571735ff180 void 0.000111
+gallium_dri.so free 0x5571735ff0f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000110
+gallium_dri.so free 0x5571735ff240 void 0.000111
+gallium_dri.so free 0x5571735ff0f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff280 0.000110
+gallium_dri.so free 0x5571735ff300 void 0.000110
+gallium_dri.so free 0x5571735ff280 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff300 0.000109
+gallium_dri.so free 0x5571735ff3c0 void 0.000109
+gallium_dri.so free 0x5571735ff300 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff300 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000111
+gallium_dri.so free 0x5571735ff300 void 0.000139
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000111
+gallium_dri.so free 0x5571735ff540 void 0.000109
+gallium_dri.so free 0x5571735ff4a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000127
+gallium_dri.so free 0x5571735ff5c0 void 0.000117
+gallium_dri.so free 0x5571735ff4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000110
+gallium_dri.so free 0x5571735ff640 void 0.000110
+gallium_dri.so free 0x5571735ff4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff640 0.000112
+gallium_dri.so free 0x5571735ff700 void 0.000109
+gallium_dri.so free 0x5571735ff640 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff640 0.000111
+gallium_dri.so free 0x5571735ff7c0 void 0.000111
+gallium_dri.so free 0x5571735ff640 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff640 0.000110
+gallium_dri.so free 0x5571735ff880 void 0.000111
+gallium_dri.so free 0x5571735ff640 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff830 0.000110
+gallium_dri.so free 0x5571735ff940 void 0.000111
+gallium_dri.so free 0x5571735ff830 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000111
+gallium_dri.so free 0x5571735ff9c0 void 0.000110
+gallium_dri.so free 0x5571735ff8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffa10 0.000109
+gallium_dri.so free 0x5571735ffa80 void 0.000109
+gallium_dri.so free 0x5571735ffa10 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000111
+gallium_dri.so free 0x5571735ffb40 void 0.000111
+gallium_dri.so free 0x5571735ffaa0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000111
+gallium_dri.so free 0x5571735ffbc0 void 0.000109
+gallium_dri.so free 0x5571735ffaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000119
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so free 0x5571735ffaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffd00 0.000116
+gallium_dri.so free 0x5571735ffdc0 void 0.000118
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd00 0.000108
+gallium_dri.so free 0x5571735ffe40 void 0.000260
+gallium_dri.so free 0x5571735ffd00 void 0.000188
+gallium_dri.so malloc 72 0x5571735ffd00 0.000119
+gallium_dri.so free 0x5571735fff00 void 0.000118
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd00 0.000118
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x5571735ffd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735b44b0 0.000119
+gallium_dri.so free 0x557173454440 void 0.000135
+gallium_dri.so free 0x5571735b44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4280 void 0.000120
+gallium_dri.so free 0x5571734543f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4300 void 0.000119
+gallium_dri.so free 0x5571734543f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4330 0.000112
+gallium_dri.so free 0x5571735b4b80 void 0.000110
+gallium_dri.so free 0x5571735b4330 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4330 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000112
+gallium_dri.so free 0x5571735b4330 void 0.000110
+gallium_dri.so malloc 72 0x5571735b3e70 0.000110
+gallium_dri.so free 0x5571735b3f40 void 0.000112
+gallium_dri.so free 0x5571735b3e70 void 0.000136
+gallium_dri.so malloc 72 0x5571735b3f90 0.000110
+gallium_dri.so free 0x5571735b4000 void 0.000112
+gallium_dri.so free 0x5571735b3f90 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4020 0.000111
+gallium_dri.so free 0x5571735b40c0 void 0.000122
+gallium_dri.so free 0x5571735b4020 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4070 0.000111
+gallium_dri.so free 0x557173458840 void 0.000109
+gallium_dri.so free 0x5571735b4070 void 0.000115
+gallium_dri.so malloc 72 0x557173458880 0.000110
+gallium_dri.so free 0x557173458900 void 0.000109
+gallium_dri.so free 0x557173458880 void 0.000112
+gallium_dri.so malloc 72 0x557173458900 0.000113
+gallium_dri.so free 0x5571734589c0 void 0.000110
+gallium_dri.so free 0x557173458900 void 0.000110
+gallium_dri.so malloc 72 0x557173458900 0.000110
+gallium_dri.so free 0x557173458a80 void 0.000110
+gallium_dri.so free 0x557173458900 void 0.000110
+gallium_dri.so malloc 72 0x557173458aa0 0.000125
+gallium_dri.so free 0x557173458b40 void 0.000115
+gallium_dri.so free 0x557173458aa0 void 0.000113
+gallium_dri.so malloc 72 0x557173458af0 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000116
+gallium_dri.so free 0x557173458af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4640 0.000113
+gallium_dri.so free 0x5571735b46c0 void 0.000114
+gallium_dri.so free 0x5571735b4640 void 0.000116
+gallium_dri.so malloc 72 0x5571735b46c0 0.000113
+gallium_dri.so free 0x5571735b4780 void 0.000113
+gallium_dri.so free 0x5571735b46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b46c0 0.000115
+gallium_dri.so free 0x5571735b4800 void 0.000116
+gallium_dri.so free 0x5571735b46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4830 0.000114
+gallium_dri.so free 0x5571735b4880 void 0.000113
+gallium_dri.so free 0x5571735b4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4880 0.000112
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x5571735b4880 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4880 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3d40 0.000154
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3d40 0.000199
+gallium_dri.so free 0x5571735e3e80 void 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3eb0 0.000117
+gallium_dri.so free 0x5571735e3f00 void 0.000118
+gallium_dri.so free 0x5571735e3eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3eb0 0.000117
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so free 0x5571735e3eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000118
+gallium_dri.so free 0x5571735e40c0 void 0.000117
+gallium_dri.so free 0x5571735e3fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4070 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so free 0x5571735e4070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4160 0.000117
+gallium_dri.so free 0x5571735e4200 void 0.000118
+gallium_dri.so free 0x5571735e4160 void 0.000119
+gallium_dri.so malloc 72 0x5571735e41b0 0.000117
+gallium_dri.so free 0x5571735e4280 void 0.000120
+gallium_dri.so free 0x5571735e41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e41b0 0.000118
+gallium_dri.so free 0x5571735e4300 void 0.000118
+gallium_dri.so free 0x5571735e41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4300 0.000117
+gallium_dri.so free 0x5571735e43c0 void 0.000118
+gallium_dri.so free 0x5571735e4300 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4300 0.000114
+gallium_dri.so free 0x5571735e4480 void 0.000112
+gallium_dri.so free 0x5571735e4300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4300 0.000113
+gallium_dri.so free 0x5571735e4540 void 0.000112
+gallium_dri.so free 0x5571735e4300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e44f0 0.000110
+gallium_dri.so free 0x5571735e4540 void 0.000113
+gallium_dri.so free 0x5571735e44f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e44f0 0.000111
+gallium_dri.so free 0x5571735e4640 void 0.000110
+gallium_dri.so free 0x5571735e44f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e45f0 0.000110
+gallium_dri.so free 0x5571735e4700 void 0.000109
+gallium_dri.so free 0x5571735e45f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e46b0 0.000109
+gallium_dri.so free 0x5571735e4740 void 0.000110
+gallium_dri.so free 0x5571735e46b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e46b0 0.000110
+gallium_dri.so free 0x5571735e4800 void 0.000110
+gallium_dri.so free 0x5571735e46b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4840 0.000110
+gallium_dri.so free 0x5571735e48c0 void 0.000110
+gallium_dri.so free 0x5571735e4840 void 0.000110
+gallium_dri.so malloc 72 0x5571735e48c0 0.000109
+gallium_dri.so free 0x5571735e4980 void 0.000109
+gallium_dri.so free 0x5571735e48c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e48c0 0.000110
+gallium_dri.so free 0x5571735e4a40 void 0.000122
+gallium_dri.so free 0x5571735e48c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a60 0.000113
+gallium_dri.so free 0x5571735e4b00 void 0.000113
+gallium_dri.so free 0x5571735e4a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000114
+gallium_dri.so free 0x5571735e4c00 void 0.000113
+gallium_dri.so free 0x5571735e4ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4c00 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000123
+gallium_dri.so free 0x5571735e4c00 void 0.000140
+gallium_dri.so malloc 72 0x5571735e4c00 0.000117
+gallium_dri.so free 0x5571735e4d80 void 0.000114
+gallium_dri.so free 0x5571735e4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4c00 0.000112
+gallium_dri.so free 0x5571735e4e40 void 0.000115
+gallium_dri.so free 0x5571735e4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4df0 0.000113
+gallium_dri.so free 0x5571735e4f00 void 0.000113
+gallium_dri.so free 0x5571735e4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000114
+gallium_dri.so free 0x5571735e4eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4fd0 0.000112
+gallium_dri.so free 0x5571735e5040 void 0.000212
+gallium_dri.so free 0x5571735e4fd0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e5060 0.000163
+gallium_dri.so free 0x5571735e5100 void 0.000124
+gallium_dri.so free 0x5571735e5060 void 0.000118
+gallium_dri.so malloc 72 0x5571735e50b0 0.000116
+gallium_dri.so free 0x5571735e5180 void 0.000117
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50b0 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000116
+gallium_dri.so free 0x5571735e50b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5200 0.000116
+gallium_dri.so free 0x5571735e52c0 void 0.000117
+gallium_dri.so free 0x5571735e5200 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5200 0.000117
+gallium_dri.so free 0x5571735e53c0 void 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5370 0.000116
+gallium_dri.so free 0x5571735e5400 void 0.000116
+gallium_dri.so free 0x5571735e5370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5370 0.000116
+gallium_dri.so free 0x5571735e54c0 void 0.000117
+gallium_dri.so free 0x5571735e5370 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5500 0.000131
+gallium_dri.so free 0x5571735e5580 void 0.000119
+gallium_dri.so free 0x5571735e5500 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5580 0.000111
+gallium_dri.so free 0x5571735e5640 void 0.000109
+gallium_dri.so free 0x5571735e5580 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5580 0.000111
+gallium_dri.so free 0x5571735e56c0 void 0.000110
+gallium_dri.so free 0x5571735e5580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e56f0 0.000110
+gallium_dri.so free 0x5571735e5740 void 0.000109
+gallium_dri.so free 0x5571735e56f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e56f0 0.000110
+gallium_dri.so free 0x5571735e5840 void 0.000110
+gallium_dri.so free 0x5571735e56f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5880 0.000110
+gallium_dri.so free 0x5571735e5900 void 0.000110
+gallium_dri.so free 0x5571735e5880 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5900 0.000110
+gallium_dri.so free 0x5571735e59c0 void 0.000109
+gallium_dri.so free 0x5571735e5900 void 0.000109
+gallium_dri.so malloc 72 0x5571735e5900 0.000111
+gallium_dri.so free 0x5571735e5a40 void 0.000110
+gallium_dri.so free 0x5571735e5900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5a70 0.000120
+gallium_dri.so free 0x5571735e5ac0 void 0.000119
+gallium_dri.so free 0x5571735e5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a70 0.000110
+gallium_dri.so free 0x5571735e5bc0 void 0.000112
+gallium_dri.so free 0x5571735e5a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5b70 0.000116
+gallium_dri.so free 0x5571735e5c80 void 0.000113
+gallium_dri.so free 0x5571735e5b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c30 0.000113
+gallium_dri.so free 0x5571735e5d00 void 0.000114
+gallium_dri.so free 0x5571735e5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c30 0.000114
+gallium_dri.so free 0x5571735e5dc0 void 0.000113
+gallium_dri.so free 0x5571735e5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c30 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000113
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e30 0.000114
+gallium_dri.so free 0x5571735e5f00 void 0.000114
+gallium_dri.so free 0x5571735e5e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5f50 0.000112
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e5f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5fe0 0.000112
+gallium_dri.so free 0x5571735e6080 void 0.000114
+gallium_dri.so free 0x5571735e5fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6030 0.000112
+gallium_dri.so free 0x5571735e6100 void 0.000115
+gallium_dri.so free 0x5571735e6030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6100 0.000114
+gallium_dri.so free 0x5571735e61c0 void 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6100 0.000126
+gallium_dri.so free 0x557173455400 void 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so malloc 72 0x557173455450 0.000114
+gallium_dri.so free 0x5571734554c0 void 0.000114
+gallium_dri.so free 0x557173455450 void 0.000112
+gallium_dri.so malloc 72 0x5571734554e0 0.000113
+gallium_dri.so free 0x557173455580 void 0.000114
+gallium_dri.so free 0x5571734554e0 void 0.000113
+gallium_dri.so malloc 72 0x557173455530 0.000112
+gallium_dri.so free 0x557173455600 void 0.000114
+gallium_dri.so free 0x557173455530 void 0.000113
+gallium_dri.so malloc 72 0x557173455530 0.000112
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so free 0x557173455530 void 0.000117
+gallium_dri.so malloc 72 0x557173455680 0.000113
+gallium_dri.so free 0x557173455740 void 0.000114
+gallium_dri.so free 0x557173455680 void 0.000113
+gallium_dri.so malloc 72 0x557173455680 0.000140
+gallium_dri.so free 0x557173455840 void 0.000114
+gallium_dri.so free 0x557173455680 void 0.000112
+gallium_dri.so malloc 72 0x5571734557f0 0.000114
+gallium_dri.so free 0x557173455880 void 0.000114
+gallium_dri.so free 0x5571734557f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734557f0 0.000112
+gallium_dri.so free 0x557173455940 void 0.000113
+gallium_dri.so free 0x5571734557f0 void 0.000114
+gallium_dri.so malloc 72 0x557173455980 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000116
+gallium_dri.so free 0x557173455980 void 0.000113
+gallium_dri.so malloc 72 0x557173455a00 0.000113
+gallium_dri.so free 0x557173455ac0 void 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000113
+gallium_dri.so malloc 72 0x557173455a00 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000112
+gallium_dri.so free 0x557173455a00 void 0.000113
+gallium_dri.so malloc 72 0x557173455b70 0.000114
+gallium_dri.so free 0x557173455bc0 void 0.000113
+gallium_dri.so free 0x557173455b70 void 0.000111
+gallium_dri.so malloc 72 0x557173455b70 0.000112
+gallium_dri.so free 0x557173455cc0 void 0.000116
+gallium_dri.so free 0x557173455b70 void 0.000113
+gallium_dri.so malloc 72 0x557173455d00 0.000112
+gallium_dri.so free 0x557173455d80 void 0.000114
+gallium_dri.so free 0x557173455d00 void 0.000113
+gallium_dri.so malloc 72 0x557173455d80 0.000112
+gallium_dri.so free 0x557173455e40 void 0.000112
+gallium_dri.so free 0x557173455d80 void 0.000112
+gallium_dri.so malloc 72 0x557173455d80 0.000112
+gallium_dri.so free 0x557173455ec0 void 0.000114
+gallium_dri.so free 0x557173455d80 void 0.000113
+gallium_dri.so malloc 72 0x557173455ef0 0.000112
+gallium_dri.so free 0x557173455f40 void 0.000115
+gallium_dri.so free 0x557173455ef0 void 0.000136
+gallium_dri.so malloc 72 0x557173455ef0 0.000112
+gallium_dri.so free 0x557173456040 void 0.000235
+gallium_dri.so free 0x557173455ef0 void 0.000161
+gallium_dri.so malloc 72 0x557173455ff0 0.000115
+gallium_dri.so free 0x557173456100 void 0.000114
+gallium_dri.so free 0x557173455ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456180 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734560b0 0.000114
+gallium_dri.so free 0x557173456240 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734560b0 0.000112
+gallium_dri.so free 0x557173456300 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734562b0 0.000112
+gallium_dri.so free 0x557173456380 void 0.000114
+gallium_dri.so free 0x5571734562b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734563d0 0.000114
+gallium_dri.so free 0x557173456440 void 0.000114
+gallium_dri.so free 0x5571734563d0 void 0.000113
+gallium_dri.so malloc 72 0x557173456460 0.000112
+gallium_dri.so free 0x557173456500 void 0.000113
+gallium_dri.so free 0x557173456460 void 0.000112
+gallium_dri.so malloc 72 0x5571734564b0 0.000114
+gallium_dri.so free 0x557173456580 void 0.000114
+gallium_dri.so free 0x5571734564b0 void 0.000112
+gallium_dri.so malloc 72 0x557173456580 0.000120
+gallium_dri.so free 0x557173456640 void 0.000115
+gallium_dri.so free 0x557173456580 void 0.000112
+gallium_dri.so malloc 72 0x557173456580 0.000116
+gallium_dri.so free 0x5571734566c0 void 0.000118
+gallium_dri.so free 0x557173456580 void 0.000114
+gallium_dri.so malloc 72 0x5571734566c0 0.000112
+gallium_dri.so free 0x557173456780 void 0.000113
+gallium_dri.so free 0x5571734566c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734566c0 0.000113
+gallium_dri.so free 0x557173456840 void 0.000113
+gallium_dri.so free 0x5571734566c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734566c0 0.000114
+gallium_dri.so free 0x557173456900 void 0.000112
+gallium_dri.so free 0x5571734566c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734568b0 0.000113
+gallium_dri.so free 0x557173456980 void 0.000115
+gallium_dri.so free 0x5571734568b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734569d0 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000115
+gallium_dri.so free 0x5571734569d0 void 0.000113
+gallium_dri.so malloc 72 0x557173456a80 0.000112
+gallium_dri.so free 0x557173456b00 void 0.000113
+gallium_dri.so free 0x557173456a80 void 0.000112
+gallium_dri.so malloc 72 0x557173456a80 0.000113
+gallium_dri.so free 0x557173456b80 void 0.000113
+gallium_dri.so free 0x557173456a80 void 0.000114
+gallium_dri.so malloc 72 0x557173456bb0 0.000113
+gallium_dri.so free 0x557173456c00 void 0.000127
+gallium_dri.so free 0x557173456bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173456bb0 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so free 0x557173456bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173456cb0 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000113
+gallium_dri.so free 0x557173456cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173456d70 0.000112
+gallium_dri.so free 0x557173456e00 void 0.000113
+gallium_dri.so free 0x557173456d70 void 0.000113
+gallium_dri.so malloc 72 0x557173456d70 0.000112
+gallium_dri.so free 0x557173456ec0 void 0.000114
+gallium_dri.so free 0x557173456d70 void 0.000113
+gallium_dri.so malloc 72 0x557173456f30 0.000113
+gallium_dri.so free 0x557173456f80 void 0.000114
+gallium_dri.so free 0x557173456f30 void 0.000113
+gallium_dri.so malloc 72 0x557173456f30 0.000113
+gallium_dri.so free 0x557173457080 void 0.000113
+gallium_dri.so free 0x557173456f30 void 0.000116
+gallium_dri.so malloc 72 0x557173457030 0.000114
+gallium_dri.so free 0x557173457140 void 0.000113
+gallium_dri.so free 0x557173457030 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000141
+gallium_dri.so free 0x557173457180 void 0.000115
+gallium_dri.so free 0x5571734570f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734570f0 0.000113
+gallium_dri.so free 0x557173457240 void 0.000113
+gallium_dri.so free 0x5571734570f0 void 0.000117
+gallium_dri.so malloc 72 0x557173457280 0.000113
+gallium_dri.so free 0x557173457300 void 0.000114
+gallium_dri.so free 0x557173457280 void 0.000112
+gallium_dri.so malloc 72 0x557173457300 0.000112
+gallium_dri.so free 0x5571734573c0 void 0.000113
+gallium_dri.so free 0x557173457300 void 0.000114
+gallium_dri.so malloc 72 0x557173457300 0.000113
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so free 0x557173457300 void 0.000112
+gallium_dri.so malloc 72 0x5571734574a0 0.000113
+gallium_dri.so free 0x557173457540 void 0.000115
+gallium_dri.so free 0x5571734574a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734574f0 0.000115
+gallium_dri.so free 0x5571734575c0 void 0.000113
+gallium_dri.so free 0x5571734574f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734574f0 0.000112
+gallium_dri.so free 0x557173457640 void 0.000114
+gallium_dri.so free 0x5571734574f0 void 0.000112
+gallium_dri.so malloc 72 0x557173457640 0.000113
+gallium_dri.so free 0x557173457700 void 0.000118
+gallium_dri.so free 0x557173457640 void 0.000114
+gallium_dri.so malloc 72 0x557173457640 0.000113
+gallium_dri.so free 0x5571734577c0 void 0.000113
+gallium_dri.so free 0x557173457640 void 0.000113
+gallium_dri.so malloc 72 0x557173457640 0.000112
+gallium_dri.so free 0x557173457880 void 0.000149
+gallium_dri.so free 0x557173457640 void 0.000188
+gallium_dri.so malloc 72 0x557173457830 0.000115
+gallium_dri.so free 0x557173457940 void 0.000115
+gallium_dri.so free 0x557173457830 void 0.000113
+gallium_dri.so malloc 72 0x5571734578f0 0.000113
+gallium_dri.so free 0x5571734579c0 void 0.000113
+gallium_dri.so free 0x5571734578f0 void 0.000113
+gallium_dri.so malloc 72 0x557173457a10 0.000113
+gallium_dri.so free 0x557173457a80 void 0.000126
+gallium_dri.so free 0x557173457a10 void 0.000125
+gallium_dri.so malloc 72 0x557173457aa0 0.000123
+gallium_dri.so free 0x557173457b40 void 0.000118
+gallium_dri.so free 0x557173457aa0 void 0.000114
+gallium_dri.so malloc 72 0x557173457af0 0.000115
+gallium_dri.so free 0x557173457bc0 void 0.000114
+gallium_dri.so free 0x557173457af0 void 0.000112
+gallium_dri.so malloc 72 0x557173457af0 0.000114
+gallium_dri.so free 0x557173457c40 void 0.000113
+gallium_dri.so free 0x557173457af0 void 0.000112
+gallium_dri.so malloc 72 0x557173457c40 0.000113
+gallium_dri.so free 0x557173457d00 void 0.000114
+gallium_dri.so free 0x557173457c40 void 0.000114
+gallium_dri.so malloc 72 0x557173457c40 0.000113
+gallium_dri.so free 0x557173457e00 void 0.000113
+gallium_dri.so free 0x557173457c40 void 0.000112
+gallium_dri.so malloc 72 0x557173457db0 0.000112
+gallium_dri.so free 0x557173457e40 void 0.000116
+gallium_dri.so free 0x557173457db0 void 0.000113
+gallium_dri.so malloc 72 0x557173457db0 0.000113
+gallium_dri.so free 0x557173457f00 void 0.000113
+gallium_dri.so free 0x557173457db0 void 0.000113
+gallium_dri.so malloc 72 0x557173457f40 0.000115
+gallium_dri.so free 0x557173457fc0 void 0.000113
+gallium_dri.so free 0x557173457f40 void 0.000113
+gallium_dri.so malloc 72 0x557173457fc0 0.000112
+gallium_dri.so free 0x557173458080 void 0.000113
+gallium_dri.so free 0x557173457fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173457fc0 0.000112
+gallium_dri.so free 0x557173458100 void 0.000113
+gallium_dri.so free 0x557173457fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173458130 0.000112
+gallium_dri.so free 0x557173458180 void 0.000113
+gallium_dri.so free 0x557173458130 void 0.000114
+gallium_dri.so malloc 72 0x557173458130 0.000112
+gallium_dri.so free 0x557173458280 void 0.000113
+gallium_dri.so free 0x557173458130 void 0.000113
+gallium_dri.so malloc 72 0x5571734582c0 0.000112
+gallium_dri.so free 0x557173458340 void 0.000113
+gallium_dri.so free 0x5571734582c0 void 0.000112
+gallium_dri.so malloc 72 0x557173458340 0.000113
+gallium_dri.so free 0x557173458400 void 0.000115
+gallium_dri.so free 0x557173458340 void 0.000112
+gallium_dri.so malloc 72 0x557173458340 0.000116
+gallium_dri.so free 0x557173458480 void 0.000122
+gallium_dri.so free 0x557173458340 void 0.000114
+gallium_dri.so malloc 72 0x5571734584b0 0.000112
+gallium_dri.so free 0x557173458500 void 0.000113
+gallium_dri.so free 0x5571734584b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734584b0 0.000111
+gallium_dri.so free 0x557173458600 void 0.000112
+gallium_dri.so free 0x5571734584b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734585b0 0.000112
+gallium_dri.so free 0x5571734586c0 void 0.000111
+gallium_dri.so free 0x5571734585b0 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000115
+gallium_dri.so free 0x557173458740 void 0.000112
+gallium_dri.so free 0x557173458670 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000110
+gallium_dri.so free 0x55717358e6c0 void 0.000112
+gallium_dri.so free 0x557173458670 void 0.000112
+gallium_dri.so malloc 72 0x55717358e6f0 0.000112
+gallium_dri.so free 0x55717358e740 void 0.000112
+gallium_dri.so free 0x55717358e6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e6f0 0.000111
+gallium_dri.so free 0x55717358e840 void 0.000112
+gallium_dri.so free 0x55717358e6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e7f0 0.000119
+gallium_dri.so free 0x55717358e900 void 0.000120
+gallium_dri.so free 0x55717358e7f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e8b0 0.000123
+gallium_dri.so free 0x55717358e940 void 0.000132
+gallium_dri.so free 0x55717358e8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e8b0 0.000124
+gallium_dri.so free 0x55717358ea00 void 0.000125
+gallium_dri.so free 0x55717358e8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ea50 0.000123
+gallium_dri.so free 0x55717358eac0 void 0.000124
+gallium_dri.so free 0x55717358ea50 void 0.000124
+gallium_dri.so malloc 72 0x55717358eb00 0.000124
+gallium_dri.so free 0x55717358eb80 void 0.000124
+gallium_dri.so free 0x55717358eb00 void 0.000124
+gallium_dri.so malloc 72 0x55717358eb80 0.000123
+gallium_dri.so free 0x55717358ec40 void 0.000124
+gallium_dri.so free 0x55717358eb80 void 0.000125
+gallium_dri.so malloc 72 0x55717358eb80 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358eb80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ecf0 0.000115
+gallium_dri.so free 0x55717358ed40 void 0.000115
+gallium_dri.so free 0x55717358ecf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ecf0 0.000124
+gallium_dri.so free 0x55717358ee40 void 0.000124
+gallium_dri.so free 0x55717358ecf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358edf0 0.000121
+gallium_dri.so free 0x55717358ef00 void 0.000125
+gallium_dri.so free 0x55717358edf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358eeb0 0.000126
+gallium_dri.so free 0x55717358ef80 void 0.000124
+gallium_dri.so free 0x55717358eeb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358efa0 0.000126
+gallium_dri.so free 0x55717358f040 void 0.000125
+gallium_dri.so free 0x55717358efa0 void 0.000125
+gallium_dri.so malloc 72 0x55717358eff0 0.000162
+gallium_dri.so free 0x55717358f0c0 void 0.000124
+gallium_dri.so free 0x55717358eff0 void 0.000117
+gallium_dri.so malloc 72 0x55717358eff0 0.000114
+gallium_dri.so free 0x55717358f140 void 0.000119
+gallium_dri.so free 0x55717358eff0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f140 0.000119
+gallium_dri.so free 0x55717358f200 void 0.000117
+gallium_dri.so free 0x55717358f140 void 0.000118
+gallium_dri.so malloc 72 0x55717358f140 0.000124
+gallium_dri.so free 0x55717358f2c0 void 0.000124
+gallium_dri.so free 0x55717358f140 void 0.000124
+gallium_dri.so malloc 72 0x55717358f140 0.000143
+gallium_dri.so free 0x55717358f380 void 0.000133
+gallium_dri.so free 0x55717358f140 void 0.000131
+gallium_dri.so malloc 72 0x55717358f330 0.000188
+gallium_dri.so free 0x55717358f380 void 0.000128
+gallium_dri.so free 0x55717358f330 void 0.000130
+gallium_dri.so malloc 72 0x55717358f330 0.000129
+gallium_dri.so free 0x55717358f480 void 0.000130
+gallium_dri.so free 0x55717358f330 void 0.000132
+gallium_dri.so malloc 72 0x55717358f430 0.000123
+gallium_dri.so free 0x55717358f540 void 0.000126
+gallium_dri.so free 0x55717358f430 void 0.000131
+gallium_dri.so malloc 72 0x55717358f4f0 0.000124
+gallium_dri.so free 0x55717358f580 void 0.000120
+gallium_dri.so free 0x55717358f4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f4f0 0.000131
+gallium_dri.so free 0x55717358f640 void 0.000130
+gallium_dri.so free 0x55717358f4f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f680 0.000125
+gallium_dri.so free 0x55717358f700 void 0.000133
+gallium_dri.so free 0x55717358f680 void 0.000131
+gallium_dri.so malloc 72 0x55717358f700 0.000131
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x55717358f700 void 0.000131
+gallium_dri.so malloc 72 0x55717358f700 0.000170
+gallium_dri.so free 0x55717358f880 void 0.000196
+gallium_dri.so free 0x55717358f700 void 0.000130
+gallium_dri.so malloc 72 0x55717358f8a0 0.000229
+gallium_dri.so free 0x55717358f940 void 0.000211
+gallium_dri.so free 0x55717358f8a0 void 0.000225
+gallium_dri.so malloc 72 0x55717358f8f0 0.000295
+gallium_dri.so free 0x55717358f9c0 void 0.000298
+gallium_dri.so free 0x55717358f8f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358f8f0 0.000130
+gallium_dri.so free 0x55717358fa40 void 0.000124
+gallium_dri.so free 0x55717358f8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fa40 0.000125
+gallium_dri.so free 0x55717358fb00 void 0.000124
+gallium_dri.so free 0x55717358fa40 void 0.000124
+gallium_dri.so malloc 72 0x55717358fa40 0.000130
+gallium_dri.so free 0x55717358fbc0 void 0.000130
+gallium_dri.so free 0x55717358fa40 void 0.000131
+gallium_dri.so malloc 72 0x55717358fa40 0.000125
+gallium_dri.so free 0x55717358fc80 void 0.000125
+gallium_dri.so free 0x55717358fa40 void 0.000140
+gallium_dri.so malloc 72 0x55717358fc30 0.000131
+gallium_dri.so free 0x55717358fd40 void 0.000132
+gallium_dri.so free 0x55717358fc30 void 0.000125
+gallium_dri.so malloc 72 0x55717358fcf0 0.000128
+gallium_dri.so free 0x55717358fdc0 void 0.000131
+gallium_dri.so free 0x55717358fcf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fe10 0.000125
+gallium_dri.so free 0x55717358fe80 void 0.000120
+gallium_dri.so free 0x55717358fe10 void 0.000124
+gallium_dri.so malloc 72 0x55717358fea0 0.000129
+gallium_dri.so free 0x55717358ff40 void 0.000124
+gallium_dri.so free 0x55717358fea0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fef0 0.000119
+gallium_dri.so free 0x55717358ffc0 void 0.000120
+gallium_dri.so free 0x55717358fef0 void 0.000123
+gallium_dri.so malloc 72 0x55717358fef0 0.000120
+gallium_dri.so free 0x557173590040 void 0.000121
+gallium_dri.so free 0x55717358fef0 void 0.000119
+gallium_dri.so malloc 72 0x557173590040 0.000119
+gallium_dri.so free 0x557173590100 void 0.000120
+gallium_dri.so free 0x557173590040 void 0.000119
+gallium_dri.so malloc 72 0x557173590040 0.000120
+gallium_dri.so free 0x557173590200 void 0.000119
+gallium_dri.so free 0x557173590040 void 0.000118
+gallium_dri.so malloc 72 0x5571735901b0 0.000147
+gallium_dri.so free 0x557173590240 void 0.000127
+gallium_dri.so free 0x5571735901b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901b0 0.000118
+gallium_dri.so free 0x557173590300 void 0.000122
+gallium_dri.so free 0x5571735901b0 void 0.000118
+gallium_dri.so malloc 72 0x557173590340 0.000140
+gallium_dri.so free 0x5571735903c0 void 0.000120
+gallium_dri.so free 0x557173590340 void 0.000119
+gallium_dri.so malloc 72 0x5571735903c0 0.000118
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x5571735903c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735903c0 0.000119
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x5571735903c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590530 0.000119
+gallium_dri.so free 0x557173590580 void 0.000119
+gallium_dri.so free 0x557173590530 void 0.000119
+gallium_dri.so malloc 72 0x557173590530 0.000120
+gallium_dri.so free 0x557173590680 void 0.000124
+gallium_dri.so free 0x557173590530 void 0.000121
+gallium_dri.so malloc 72 0x5571735906c0 0.000118
+gallium_dri.so free 0x557173590740 void 0.000121
+gallium_dri.so free 0x5571735906c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590740 0.000119
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so free 0x557173590740 void 0.000180
+gallium_dri.so malloc 72 0x557173590740 0.000125
+gallium_dri.so free 0x557173590880 void 0.000119
+gallium_dri.so free 0x557173590740 void 0.000119
+gallium_dri.so malloc 72 0x5571735908b0 0.000119
+gallium_dri.so free 0x557173590900 void 0.000119
+gallium_dri.so free 0x5571735908b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735908b0 0.000119
+gallium_dri.so free 0x557173590a00 void 0.000120
+gallium_dri.so free 0x5571735908b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735909b0 0.000120
+gallium_dri.so free 0x557173590ac0 void 0.000119
+gallium_dri.so free 0x5571735909b0 void 0.000117
+gallium_dri.so malloc 72 0x557173590a70 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000119
+gallium_dri.so free 0x557173590a70 void 0.000118
+gallium_dri.so malloc 72 0x557173590a70 0.000118
+gallium_dri.so free 0x557173590c00 void 0.000118
+gallium_dri.so free 0x557173590a70 void 0.000119
+gallium_dri.so malloc 72 0x557173590a70 0.000119
+gallium_dri.so free 0x557173590cc0 void 0.000120
+gallium_dri.so free 0x557173590a70 void 0.000118
+gallium_dri.so malloc 72 0x557173590c70 0.000118
+gallium_dri.so free 0x557173590d40 void 0.000118
+gallium_dri.so free 0x557173590c70 void 0.000119
+gallium_dri.so malloc 72 0x557173590d90 0.000119
+gallium_dri.so free 0x557173590e00 void 0.000133
+gallium_dri.so free 0x557173590d90 void 0.000120
+gallium_dri.so malloc 72 0x557173590e20 0.000119
+gallium_dri.so free 0x557173590ec0 void 0.000120
+gallium_dri.so free 0x557173590e20 void 0.000119
+gallium_dri.so malloc 72 0x557173590e70 0.000119
+gallium_dri.so free 0x557173590f40 void 0.000127
+gallium_dri.so free 0x557173590e70 void 0.000114
+gallium_dri.so malloc 72 0x557173590f40 0.000112
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so malloc 72 0x557173590f40 0.000112
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so malloc 72 0x557173591080 0.000113
+gallium_dri.so free 0x557173591140 void 0.000112
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so malloc 72 0x557173591080 0.000113
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so free 0x557173591080 void 0.000114
+gallium_dri.so malloc 72 0x557173591080 0.000112
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so malloc 72 0x557173591270 0.000112
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x557173591270 void 0.000113
+gallium_dri.so malloc 72 0x557173591390 0.000113
+gallium_dri.so free 0x557173591400 void 0.000128
+gallium_dri.so free 0x557173591390 void 0.000117
+gallium_dri.so malloc 72 0x557173591440 0.000112
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x557173591440 0.000112
+gallium_dri.so free 0x557173591540 void 0.000112
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so malloc 72 0x557173591570 0.000114
+gallium_dri.so free 0x5571735915c0 void 0.000142
+gallium_dri.so free 0x557173591570 void 0.000113
+gallium_dri.so malloc 72 0x557173591570 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000113
+gallium_dri.so free 0x557173591570 void 0.000112
+gallium_dri.so malloc 72 0x557173591670 0.000113
+gallium_dri.so free 0x557173591780 void 0.000114
+gallium_dri.so free 0x557173591670 void 0.000112
+gallium_dri.so malloc 72 0x557173591730 0.000113
+gallium_dri.so free 0x5571735917c0 void 0.000113
+gallium_dri.so free 0x557173591730 void 0.000113
+gallium_dri.so malloc 72 0x557173591730 0.000113
+gallium_dri.so free 0x557173591880 void 0.000114
+gallium_dri.so free 0x557173591730 void 0.000113
+gallium_dri.so malloc 72 0x5571735918f0 0.000114
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so free 0x5571735918f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735918f0 0.000114
+gallium_dri.so free 0x557173591a40 void 0.000113
+gallium_dri.so free 0x5571735918f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735919f0 0.000208
+gallium_dri.so free 0x557173591b00 void 0.000161
+gallium_dri.so free 0x5571735919f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591ab0 0.000112
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so free 0x557173591ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173591ab0 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000114
+gallium_dri.so free 0x557173591ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173591c40 0.000113
+gallium_dri.so free 0x557173591cc0 void 0.000113
+gallium_dri.so free 0x557173591c40 void 0.000112
+gallium_dri.so malloc 72 0x557173591cc0 0.000114
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173591cc0 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173591e60 0.000114
+gallium_dri.so free 0x557173591f00 void 0.000114
+gallium_dri.so free 0x557173591e60 void 0.000113
+gallium_dri.so malloc 72 0x557173591eb0 0.000118
+gallium_dri.so free 0x557173459c40 void 0.000114
+gallium_dri.so free 0x557173591eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000121
+gallium_dri.so free 0x557173459cc0 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173459d10 0.000114
+gallium_dri.so free 0x557173459d80 void 0.000114
+gallium_dri.so free 0x557173459d10 void 0.000113
+gallium_dri.so malloc 72 0x557173459da0 0.000111
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so free 0x557173459da0 void 0.000113
+gallium_dri.so malloc 72 0x557173459df0 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so free 0x557173459df0 void 0.000114
+gallium_dri.so malloc 72 0x557173459ec0 0.000113
+gallium_dri.so free 0x557173459f80 void 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173459ec0 0.000113
+gallium_dri.so free 0x55717345a000 void 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a000 0.000113
+gallium_dri.so free 0x55717345a0c0 void 0.000113
+gallium_dri.so free 0x55717345a000 void 0.000113
+gallium_dri.so malloc 72 0x55717345a000 0.000112
+gallium_dri.so free 0x55717345a180 void 0.000116
+gallium_dri.so free 0x55717345a000 void 0.000113
+gallium_dri.so malloc 72 0x55717345a000 0.000112
+gallium_dri.so free 0x55717345a240 void 0.000112
+gallium_dri.so free 0x55717345a000 void 0.000114
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000127
+gallium_dri.so free 0x55717345a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a310 0.000114
+gallium_dri.so free 0x55717345a380 void 0.000113
+gallium_dri.so free 0x55717345a310 void 0.000112
+gallium_dri.so malloc 72 0x55717345a3c0 0.000114
+gallium_dri.so free 0x55717345a440 void 0.000114
+gallium_dri.so free 0x55717345a3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a3c0 0.000113
+gallium_dri.so free 0x55717345a4c0 void 0.000115
+gallium_dri.so free 0x55717345a3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a4f0 0.000112
+gallium_dri.so free 0x55717345a540 void 0.000114
+gallium_dri.so free 0x55717345a4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a4f0 0.000114
+gallium_dri.so free 0x55717345a640 void 0.000113
+gallium_dri.so free 0x55717345a4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a5f0 0.000112
+gallium_dri.so free 0x55717345a700 void 0.000114
+gallium_dri.so free 0x55717345a5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a6b0 0.000113
+gallium_dri.so free 0x55717345a740 void 0.000114
+gallium_dri.so free 0x55717345a6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a6b0 0.000113
+gallium_dri.so free 0x55717345a800 void 0.000113
+gallium_dri.so free 0x55717345a6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a870 0.000113
+gallium_dri.so free 0x55717345a8c0 void 0.000114
+gallium_dri.so free 0x55717345a870 void 0.000167
+gallium_dri.so malloc 72 0x55717345a870 0.000114
+gallium_dri.so free 0x55717345a9c0 void 0.000114
+gallium_dri.so free 0x55717345a870 void 0.000113
+gallium_dri.so malloc 72 0x55717345a970 0.000113
+gallium_dri.so free 0x55717345aa80 void 0.000114
+gallium_dri.so free 0x55717345a970 void 0.000113
+gallium_dri.so malloc 72 0x55717345aa30 0.000112
+gallium_dri.so free 0x55717345aac0 void 0.000113
+gallium_dri.so free 0x55717345aa30 void 0.000112
+gallium_dri.so malloc 72 0x55717345aa30 0.000114
+gallium_dri.so free 0x55717345ab80 void 0.000113
+gallium_dri.so free 0x55717345aa30 void 0.000112
+gallium_dri.so malloc 72 0x55717345abc0 0.000144
+gallium_dri.so free 0x55717345ac40 void 0.000114
+gallium_dri.so free 0x55717345abc0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac40 0.000112
+gallium_dri.so free 0x55717345ad00 void 0.000113
+gallium_dri.so free 0x55717345ac40 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac40 0.000113
+gallium_dri.so free 0x55717345adc0 void 0.000115
+gallium_dri.so free 0x55717345ac40 void 0.000113
+gallium_dri.so malloc 72 0x55717345ade0 0.000113
+gallium_dri.so free 0x55717345ae80 void 0.000114
+gallium_dri.so free 0x55717345ade0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ae30 0.000115
+gallium_dri.so free 0x55717345af00 void 0.000112
+gallium_dri.so free 0x55717345ae30 void 0.000126
+gallium_dri.so malloc 72 0x55717345ae30 0.000114
+gallium_dri.so free 0x55717345af80 void 0.000139
+gallium_dri.so free 0x55717345ae30 void 0.000115
+gallium_dri.so malloc 72 0x55717345af80 0.000113
+gallium_dri.so free 0x55717345b040 void 0.000113
+gallium_dri.so free 0x55717345af80 void 0.000112
+gallium_dri.so malloc 72 0x55717345af80 0.000116
+gallium_dri.so free 0x55717345b100 void 0.000114
+gallium_dri.so free 0x55717345af80 void 0.000112
+gallium_dri.so malloc 72 0x55717345af80 0.000114
+gallium_dri.so free 0x55717345b1c0 void 0.000113
+gallium_dri.so free 0x55717345af80 void 0.000112
+gallium_dri.so malloc 72 0x55717345b170 0.000114
+gallium_dri.so free 0x55717345b280 void 0.000113
+gallium_dri.so free 0x55717345b170 void 0.000114
+gallium_dri.so malloc 72 0x55717345b230 0.000112
+gallium_dri.so free 0x55717345b300 void 0.000112
+gallium_dri.so free 0x55717345b230 void 0.000112
+gallium_dri.so malloc 72 0x55717345b350 0.000112
+gallium_dri.so free 0x55717345b3c0 void 0.000113
+gallium_dri.so free 0x55717345b350 void 0.000114
+gallium_dri.so malloc 72 0x55717345b3e0 0.000113
+gallium_dri.so free 0x55717345b480 void 0.000115
+gallium_dri.so free 0x55717345b3e0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b430 0.000112
+gallium_dri.so free 0x55717345b500 void 0.000113
+gallium_dri.so free 0x55717345b430 void 0.000125
+gallium_dri.so malloc 72 0x55717345b430 0.000115
+gallium_dri.so free 0x55717345b580 void 0.000115
+gallium_dri.so free 0x55717345b430 void 0.000113
+gallium_dri.so malloc 72 0x55717345b580 0.000113
+gallium_dri.so free 0x55717345b640 void 0.000114
+gallium_dri.so free 0x55717345b580 void 0.000113
+gallium_dri.so malloc 72 0x55717345b580 0.000113
+gallium_dri.so free 0x55717345b740 void 0.000115
+gallium_dri.so free 0x55717345b580 void 0.000113
+gallium_dri.so malloc 72 0x55717345b6f0 0.000113
+gallium_dri.so free 0x55717345b780 void 0.000113
+gallium_dri.so free 0x55717345b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b6f0 0.000112
+gallium_dri.so free 0x55717345b840 void 0.000114
+gallium_dri.so free 0x55717345b6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345b880 0.000114
+gallium_dri.so free 0x55717345b900 void 0.000153
+gallium_dri.so free 0x55717345b880 void 0.000115
+gallium_dri.so malloc 72 0x55717345b900 0.000114
+gallium_dri.so free 0x55717345b9c0 void 0.000113
+gallium_dri.so free 0x55717345b900 void 0.000113
+gallium_dri.so malloc 72 0x55717345b900 0.000113
+gallium_dri.so free 0x55717345ba40 void 0.000115
+gallium_dri.so free 0x55717345b900 void 0.000112
+gallium_dri.so malloc 72 0x55717345ba70 0.000111
+gallium_dri.so free 0x55717345bac0 void 0.000115
+gallium_dri.so free 0x55717345ba70 void 0.000155
+gallium_dri.so malloc 72 0x55717345ba70 0.000115
+gallium_dri.so free 0x55717345bbc0 void 0.000115
+gallium_dri.so free 0x55717345ba70 void 0.000116
+gallium_dri.so malloc 72 0x55717345bc00 0.000113
+gallium_dri.so free 0x55717345bc80 void 0.000115
+gallium_dri.so free 0x55717345bc00 void 0.000113
+gallium_dri.so malloc 72 0x55717345bc80 0.000113
+gallium_dri.so free 0x55717345bd40 void 0.000113
+gallium_dri.so free 0x55717345bc80 void 0.000113
+gallium_dri.so malloc 72 0x55717345bc80 0.000113
+gallium_dri.so free 0x55717345bdc0 void 0.000113
+gallium_dri.so free 0x55717345bc80 void 0.000112
+gallium_dri.so malloc 72 0x55717345bdf0 0.000112
+gallium_dri.so free 0x55717345be40 void 0.000113
+gallium_dri.so free 0x55717345bdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bdf0 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000113
+gallium_dri.so free 0x55717345bdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345bef0 0.000112
+gallium_dri.so free 0x55717345c000 void 0.000114
+gallium_dri.so free 0x55717345bef0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bfb0 0.000115
+gallium_dri.so free 0x55717345c080 void 0.000114
+gallium_dri.so free 0x55717345bfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345bfb0 0.000115
+gallium_dri.so free 0x55717345c140 void 0.000113
+gallium_dri.so free 0x55717345bfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bfb0 0.000126
+gallium_dri.so free 0x55717345c200 void 0.000115
+gallium_dri.so free 0x55717345bfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c1b0 0.000113
+gallium_dri.so free 0x55717345c280 void 0.000116
+gallium_dri.so free 0x55717345c1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c2d0 0.000113
+gallium_dri.so free 0x55717345c340 void 0.000114
+gallium_dri.so free 0x55717345c2d0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c360 0.000113
+gallium_dri.so free 0x55717345c400 void 0.000113
+gallium_dri.so free 0x55717345c360 void 0.000113
+gallium_dri.so malloc 72 0x55717345c3b0 0.000114
+gallium_dri.so free 0x55717345c480 void 0.000113
+gallium_dri.so free 0x55717345c3b0 void 0.000111
+gallium_dri.so malloc 72 0x55717345c480 0.000113
+gallium_dri.so free 0x55717345c540 void 0.000114
+gallium_dri.so free 0x55717345c480 void 0.000112
+gallium_dri.so malloc 72 0x55717345c480 0.000142
+gallium_dri.so free 0x55717345c5c0 void 0.000115
+gallium_dri.so free 0x55717345c480 void 0.000113
+gallium_dri.so malloc 72 0x55717345c5c0 0.000113
+gallium_dri.so free 0x55717345c680 void 0.000114
+gallium_dri.so free 0x55717345c5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c5c0 0.000112
+gallium_dri.so free 0x55717345c740 void 0.000115
+gallium_dri.so free 0x55717345c5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c5c0 0.000125
+gallium_dri.so free 0x55717345c800 void 0.000114
+gallium_dri.so free 0x55717345c5c0 void 0.000111
+gallium_dri.so malloc 72 0x55717345c7b0 0.000136
+gallium_dri.so free 0x55717345c880 void 0.000122
+gallium_dri.so free 0x55717345c7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345c8d0 0.000115
+gallium_dri.so free 0x55717345c940 void 0.000113
+gallium_dri.so free 0x55717345c8d0 void 0.000112
+gallium_dri.so malloc 72 0x55717345c980 0.000112
+gallium_dri.so free 0x55717345ca00 void 0.000113
+gallium_dri.so free 0x55717345c980 void 0.000112
+gallium_dri.so malloc 72 0x55717345c980 0.000112
+gallium_dri.so free 0x55717345ca80 void 0.000114
+gallium_dri.so free 0x55717345c980 void 0.000113
+gallium_dri.so malloc 72 0x55717345cab0 0.000113
+gallium_dri.so free 0x55717345cb00 void 0.000114
+gallium_dri.so free 0x55717345cab0 void 0.000112
+gallium_dri.so malloc 72 0x55717345cab0 0.000113
+gallium_dri.so free 0x55717345cc00 void 0.000114
+gallium_dri.so free 0x55717345cab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345cbb0 0.000114
+gallium_dri.so free 0x55717345ccc0 void 0.000115
+gallium_dri.so free 0x55717345cbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345cc70 0.000112
+gallium_dri.so free 0x55717345cd00 void 0.000114
+gallium_dri.so free 0x55717345cc70 void 0.000113
+gallium_dri.so malloc 72 0x55717345cc70 0.000115
+gallium_dri.so free 0x55717345cdc0 void 0.000118
+gallium_dri.so free 0x55717345cc70 void 0.000113
+gallium_dri.so malloc 72 0x55717345ce30 0.000113
+gallium_dri.so free 0x55717345ce80 void 0.000113
+gallium_dri.so free 0x55717345ce30 void 0.000113
+gallium_dri.so malloc 72 0x55717345ce30 0.000113
+gallium_dri.so free 0x55717345cf80 void 0.000115
+gallium_dri.so free 0x55717345ce30 void 0.000116
+gallium_dri.so malloc 72 0x55717345cf30 0.000114
+gallium_dri.so free 0x55717345d040 void 0.000114
+gallium_dri.so free 0x55717345cf30 void 0.000113
+gallium_dri.so malloc 72 0x55717345cff0 0.000112
+gallium_dri.so free 0x55717345d080 void 0.000113
+gallium_dri.so free 0x55717345cff0 void 0.000114
+gallium_dri.so malloc 72 0x55717345cff0 0.000113
+gallium_dri.so free 0x55717345d140 void 0.000113
+gallium_dri.so free 0x55717345cff0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d180 0.000113
+gallium_dri.so free 0x55717345d200 void 0.000114
+gallium_dri.so free 0x55717345d180 void 0.000113
+gallium_dri.so malloc 72 0x55717345d200 0.000113
+gallium_dri.so free 0x55717345d2c0 void 0.000114
+gallium_dri.so free 0x55717345d200 void 0.000113
+gallium_dri.so malloc 72 0x55717345d200 0.000113
+gallium_dri.so free 0x55717345d380 void 0.000114
+gallium_dri.so free 0x55717345d200 void 0.000113
+gallium_dri.so malloc 72 0x55717345d3a0 0.000113
+gallium_dri.so free 0x55717345d440 void 0.000127
+gallium_dri.so free 0x55717345d3a0 void 0.000115
+gallium_dri.so malloc 72 0x55717345d3f0 0.000113
+gallium_dri.so free 0x55717345d4c0 void 0.000114
+gallium_dri.so free 0x55717345d3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d3f0 0.000113
+gallium_dri.so free 0x55717345d540 void 0.000114
+gallium_dri.so free 0x55717345d3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d540 0.000115
+gallium_dri.so free 0x55717345d600 void 0.000113
+gallium_dri.so free 0x55717345d540 void 0.000112
+gallium_dri.so malloc 72 0x55717345d540 0.000117
+gallium_dri.so free 0x55717345d6c0 void 0.000113
+gallium_dri.so free 0x55717345d540 void 0.000112
+gallium_dri.so malloc 72 0x55717345d540 0.000113
+gallium_dri.so free 0x55717345d780 void 0.000113
+gallium_dri.so free 0x55717345d540 void 0.000113
+gallium_dri.so malloc 72 0x55717345d730 0.000112
+gallium_dri.so free 0x55717345d840 void 0.000118
+gallium_dri.so free 0x55717345d730 void 0.000114
+gallium_dri.so malloc 72 0x55717345d7f0 0.000113
+gallium_dri.so free 0x55717345d8c0 void 0.000115
+gallium_dri.so free 0x55717345d7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d910 0.000112
+gallium_dri.so free 0x55717345d980 void 0.000114
+gallium_dri.so free 0x55717345d910 void 0.000112
+gallium_dri.so malloc 72 0x55717345d9a0 0.000113
+gallium_dri.so free 0x55717345da40 void 0.000122
+gallium_dri.so free 0x55717345d9a0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d9f0 0.000113
+gallium_dri.so free 0x55717345dac0 void 0.000114
+gallium_dri.so free 0x55717345d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d9f0 0.000113
+gallium_dri.so free 0x55717345db40 void 0.000113
+gallium_dri.so free 0x55717345d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345db40 0.000114
+gallium_dri.so free 0x55717345dc00 void 0.000113
+gallium_dri.so free 0x55717345db40 void 0.000118
+gallium_dri.so malloc 72 0x55717345db40 0.000113
+gallium_dri.so free 0x55717345dd00 void 0.000115
+gallium_dri.so free 0x55717345db40 void 0.000113
+gallium_dri.so malloc 72 0x55717345dcb0 0.000113
+gallium_dri.so free 0x55717345dd40 void 0.000114
+gallium_dri.so free 0x55717345dcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345dcb0 0.000114
+gallium_dri.so free 0x55717345de00 void 0.000114
+gallium_dri.so free 0x55717345dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345de40 0.000112
+gallium_dri.so free 0x55717345dec0 void 0.000113
+gallium_dri.so free 0x55717345de40 void 0.000117
+gallium_dri.so malloc 72 0x55717345dec0 0.000143
+gallium_dri.so free 0x55717345df80 void 0.000114
+gallium_dri.so free 0x55717345dec0 void 0.000112
+gallium_dri.so malloc 72 0x55717345dec0 0.000113
+gallium_dri.so free 0x55717345e000 void 0.000113
+gallium_dri.so free 0x55717345dec0 void 0.000125
+gallium_dri.so malloc 72 0x55717345e030 0.000113
+gallium_dri.so free 0x55717345e080 void 0.000114
+gallium_dri.so free 0x55717345e030 void 0.000113
+gallium_dri.so malloc 72 0x55717345e030 0.000146
+gallium_dri.so free 0x55717345e180 void 0.000114
+gallium_dri.so free 0x55717345e030 void 0.000113
+gallium_dri.so malloc 72 0x55717345e1c0 0.000113
+gallium_dri.so free 0x55717345e240 void 0.000113
+gallium_dri.so free 0x55717345e1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e240 0.000113
+gallium_dri.so free 0x55717345e300 void 0.000114
+gallium_dri.so free 0x55717345e240 void 0.000113
+gallium_dri.so malloc 72 0x55717345e240 0.000112
+gallium_dri.so free 0x55717345e380 void 0.000112
+gallium_dri.so free 0x55717345e240 void 0.000113
+gallium_dri.so malloc 72 0x55717345e3b0 0.000113
+gallium_dri.so free 0x55717345e400 void 0.000112
+gallium_dri.so free 0x55717345e3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e3b0 0.000112
+gallium_dri.so free 0x55717345e500 void 0.000113
+gallium_dri.so free 0x55717345e3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e4b0 0.000113
+gallium_dri.so free 0x55717345e5c0 void 0.000113
+gallium_dri.so free 0x55717345e4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e570 0.000114
+gallium_dri.so free 0x55717345e640 void 0.000115
+gallium_dri.so free 0x55717345e570 void 0.000126
+gallium_dri.so malloc 72 0x55717345e570 0.000115
+gallium_dri.so free 0x55717345e700 void 0.000114
+gallium_dri.so free 0x55717345e570 void 0.000113
+gallium_dri.so malloc 72 0x55717345e570 0.000113
+gallium_dri.so free 0x55717345e7c0 void 0.000115
+gallium_dri.so free 0x55717345e570 void 0.000111
+gallium_dri.so malloc 72 0x55717345e770 0.000114
+gallium_dri.so free 0x55717345e840 void 0.000114
+gallium_dri.so free 0x55717345e770 void 0.000112
+gallium_dri.so malloc 72 0x55717345e890 0.000117
+gallium_dri.so free 0x55717345e900 void 0.000123
+gallium_dri.so free 0x55717345e890 void 0.000125
+gallium_dri.so malloc 72 0x55717345e920 0.000123
+gallium_dri.so free 0x55717345e9c0 void 0.000118
+gallium_dri.so free 0x55717345e920 void 0.000114
+gallium_dri.so malloc 72 0x55717345e970 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000116
+gallium_dri.so free 0x55717345e970 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x557173588480 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000112
+gallium_dri.so free 0x557173588500 void 0.000113
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x557173588550 0.000116
+gallium_dri.so free 0x5571735885c0 void 0.000168
+gallium_dri.so free 0x557173588550 void 0.000115
+gallium_dri.so malloc 72 0x5571735885e0 0.000113
+gallium_dri.so free 0x55717345ea40 void 0.000114
+gallium_dri.so free 0x5571735885e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735885e0 0.000113
+gallium_dri.so free 0x557173588680 void 0.000116
+gallium_dri.so free 0x5571735885e0 void 0.000111
+gallium_dri.so malloc 72 0x557173588630 0.000118
+gallium_dri.so free 0x557173588700 void 0.000115
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x557173588750 0.000113
+gallium_dri.so free 0x5571735887c0 void 0.000114
+gallium_dri.so free 0x557173588750 void 0.000114
+gallium_dri.so malloc 72 0x557173588800 0.000114
+gallium_dri.so free 0x557173588880 void 0.000112
+gallium_dri.so free 0x557173588800 void 0.000113
+gallium_dri.so malloc 72 0x557173588800 0.000113
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so free 0x557173588800 void 0.000113
+gallium_dri.so malloc 72 0x557173588930 0.000112
+gallium_dri.so free 0x557173588980 void 0.000113
+gallium_dri.so free 0x557173588930 void 0.000113
+gallium_dri.so malloc 72 0x557173588930 0.000112
+gallium_dri.so free 0x557173588a80 void 0.000114
+gallium_dri.so free 0x557173588930 void 0.000113
+gallium_dri.so malloc 72 0x557173588a30 0.000113
+gallium_dri.so free 0x557173588b40 void 0.000116
+gallium_dri.so free 0x557173588a30 void 0.000116
+gallium_dri.so malloc 72 0x557173588af0 0.000112
+gallium_dri.so free 0x557173588b80 void 0.000111
+gallium_dri.so free 0x557173588af0 void 0.000111
+gallium_dri.so malloc 72 0x557173588af0 0.000111
+gallium_dri.so free 0x557173588c40 void 0.000112
+gallium_dri.so free 0x557173588af0 void 0.000113
+gallium_dri.so malloc 72 0x557173588cb0 0.000114
+gallium_dri.so free 0x557173588d00 void 0.000113
+gallium_dri.so free 0x557173588cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173588cb0 0.000112
+gallium_dri.so free 0x557173588e00 void 0.000114
+gallium_dri.so free 0x557173588cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173588db0 0.000113
+gallium_dri.so free 0x557173588ec0 void 0.000113
+gallium_dri.so free 0x557173588db0 void 0.000112
+gallium_dri.so malloc 72 0x557173588e70 0.000112
+gallium_dri.so free 0x557173588f00 void 0.000117
+gallium_dri.so free 0x557173588e70 void 0.000119
+gallium_dri.so malloc 72 0x557173588e70 0.000114
+gallium_dri.so free 0x557173588fc0 void 0.000112
+gallium_dri.so free 0x557173588e70 void 0.000112
+gallium_dri.so malloc 72 0x557173589000 0.000125
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173589000 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000129
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x557173589200 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589220 0.000112
+gallium_dri.so free 0x5571735892c0 void 0.000147
+gallium_dri.so free 0x557173589220 void 0.000113
+gallium_dri.so malloc 72 0x557173589270 0.000114
+gallium_dri.so free 0x557173589340 void 0.000112
+gallium_dri.so free 0x557173589270 void 0.000113
+gallium_dri.so malloc 72 0x557173589270 0.000112
+gallium_dri.so free 0x5571735893c0 void 0.000112
+gallium_dri.so free 0x557173589270 void 0.000112
+gallium_dri.so malloc 72 0x5571735893c0 0.000112
+gallium_dri.so free 0x557173589480 void 0.000112
+gallium_dri.so free 0x5571735893c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735893c0 0.000116
+gallium_dri.so free 0x557173589540 void 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735893c0 0.000113
+gallium_dri.so free 0x557173589600 void 0.000113
+gallium_dri.so free 0x5571735893c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735895b0 0.000117
+gallium_dri.so free 0x5571735896c0 void 0.000114
+gallium_dri.so free 0x5571735895b0 void 0.000112
+gallium_dri.so malloc 72 0x557173589670 0.000116
+gallium_dri.so free 0x557173589740 void 0.000113
+gallium_dri.so free 0x557173589670 void 0.000180
+gallium_dri.so malloc 72 0x557173589790 0.000114
+gallium_dri.so free 0x557173589800 void 0.000112
+gallium_dri.so free 0x557173589790 void 0.000114
+gallium_dri.so malloc 72 0x557173589820 0.000112
+gallium_dri.so free 0x5571735898c0 void 0.000112
+gallium_dri.so free 0x557173589820 void 0.000112
+gallium_dri.so malloc 72 0x557173589870 0.000111
+gallium_dri.so free 0x557173589940 void 0.000112
+gallium_dri.so free 0x557173589870 void 0.000112
+gallium_dri.so malloc 72 0x557173589870 0.000114
+gallium_dri.so free 0x5571735899c0 void 0.000119
+gallium_dri.so free 0x557173589870 void 0.000118
+gallium_dri.so malloc 72 0x5571735899c0 0.000115
+gallium_dri.so free 0x557173589a80 void 0.000114
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735899c0 0.000113
+gallium_dri.so free 0x557173589b80 void 0.000114
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so malloc 72 0x557173589b30 0.000124
+gallium_dri.so free 0x557173589bc0 void 0.000124
+gallium_dri.so free 0x557173589b30 void 0.000119
+gallium_dri.so malloc 72 0x557173589b30 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000118
+gallium_dri.so free 0x557173589b30 void 0.000124
+gallium_dri.so malloc 72 0x557173589cc0 0.000123
+gallium_dri.so free 0x557173589d40 void 0.000134
+gallium_dri.so free 0x557173589cc0 void 0.000123
+gallium_dri.so malloc 72 0x557173589d40 0.000123
+gallium_dri.so free 0x557173589e00 void 0.000119
+gallium_dri.so free 0x557173589d40 void 0.000114
+gallium_dri.so malloc 72 0x557173589d40 0.000113
+gallium_dri.so free 0x557173589e80 void 0.000115
+gallium_dri.so free 0x557173589d40 void 0.000118
+gallium_dri.so malloc 72 0x557173589eb0 0.000118
+gallium_dri.so free 0x557173589f00 void 0.000115
+gallium_dri.so free 0x557173589eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173589eb0 0.000119
+gallium_dri.so free 0x55717358a000 void 0.000124
+gallium_dri.so free 0x557173589eb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a040 0.000113
+gallium_dri.so free 0x55717358a0c0 void 0.000114
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0c0 0.000120
+gallium_dri.so free 0x55717358a180 void 0.000123
+gallium_dri.so free 0x55717358a0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a0c0 0.000158
+gallium_dri.so free 0x55717358a200 void 0.000157
+gallium_dri.so free 0x55717358a0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a230 0.000133
+gallium_dri.so free 0x55717358a280 void 0.000124
+gallium_dri.so free 0x55717358a230 void 0.000119
+gallium_dri.so malloc 72 0x55717358a230 0.000113
+gallium_dri.so free 0x55717358a380 void 0.000113
+gallium_dri.so free 0x55717358a230 void 0.000130
+gallium_dri.so malloc 72 0x55717358a330 0.000131
+gallium_dri.so free 0x55717358a440 void 0.000128
+gallium_dri.so free 0x55717358a330 void 0.000129
+gallium_dri.so malloc 72 0x55717358a3f0 0.000130
+gallium_dri.so free 0x55717358a4c0 void 0.000131
+gallium_dri.so free 0x55717358a3f0 void 0.000134
+gallium_dri.so malloc 72 0x55717358a3f0 0.000136
+gallium_dri.so free 0x55717358a580 void 0.000135
+gallium_dri.so free 0x55717358a3f0 void 0.000135
+gallium_dri.so malloc 72 0x55717358a3f0 0.000126
+gallium_dri.so free 0x55717358a640 void 0.000120
+gallium_dri.so free 0x55717358a3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a5f0 0.000136
+gallium_dri.so free 0x55717358a6c0 void 0.000129
+gallium_dri.so free 0x55717358a5f0 void 0.000184
+gallium_dri.so malloc 72 0x55717358a710 0.000131
+gallium_dri.so free 0x55717358a780 void 0.000125
+gallium_dri.so free 0x55717358a710 void 0.000111
+gallium_dri.so malloc 72 0x55717358a7a0 0.000165
+gallium_dri.so free 0x55717358a840 void 0.000134
+gallium_dri.so free 0x55717358a7a0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a7f0 0.000128
+gallium_dri.so free 0x55717358a8c0 void 0.000125
+gallium_dri.so free 0x55717358a7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a8c0 0.000126
+gallium_dri.so free 0x55717358a980 void 0.000130
+gallium_dri.so free 0x55717358a8c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a8c0 0.000120
+gallium_dri.so free 0x55717358aa00 void 0.000119
+gallium_dri.so free 0x55717358a8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aa00 0.000123
+gallium_dri.so free 0x55717358aac0 void 0.000132
+gallium_dri.so free 0x55717358aa00 void 0.000130
+gallium_dri.so malloc 72 0x55717358aa00 0.000123
+gallium_dri.so free 0x55717358ab80 void 0.000120
+gallium_dri.so free 0x55717358aa00 void 0.000119
+gallium_dri.so malloc 72 0x55717358aa00 0.000136
+gallium_dri.so free 0x55717358ac40 void 0.000131
+gallium_dri.so free 0x55717358aa00 void 0.000126
+gallium_dri.so malloc 72 0x55717358abf0 0.000125
+gallium_dri.so free 0x55717358acc0 void 0.000124
+gallium_dri.so free 0x55717358abf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ad10 0.000131
+gallium_dri.so free 0x55717358ad80 void 0.000130
+gallium_dri.so free 0x55717358ad10 void 0.000124
+gallium_dri.so malloc 72 0x55717358adc0 0.000119
+gallium_dri.so free 0x55717358ae40 void 0.000124
+gallium_dri.so free 0x55717358adc0 void 0.000129
+gallium_dri.so malloc 72 0x55717358adc0 0.000123
+gallium_dri.so free 0x55717358aec0 void 0.000130
+gallium_dri.so free 0x55717358adc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358aef0 0.000124
+gallium_dri.so free 0x55717358af40 void 0.000125
+gallium_dri.so free 0x55717358aef0 void 0.000123
+gallium_dri.so malloc 72 0x55717358aef0 0.000124
+gallium_dri.so free 0x55717358b040 void 0.000126
+gallium_dri.so free 0x55717358aef0 void 0.000139
+gallium_dri.so malloc 72 0x55717358aff0 0.000127
+gallium_dri.so free 0x55717358b100 void 0.000130
+gallium_dri.so free 0x55717358aff0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b0b0 0.000132
+gallium_dri.so free 0x55717358b140 void 0.000130
+gallium_dri.so free 0x55717358b0b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b0b0 0.000124
+gallium_dri.so free 0x55717358b200 void 0.000126
+gallium_dri.so free 0x55717358b0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b270 0.000120
+gallium_dri.so free 0x55717358b2c0 void 0.000119
+gallium_dri.so free 0x55717358b270 void 0.000124
+gallium_dri.so malloc 72 0x55717358b270 0.000129
+gallium_dri.so free 0x55717358b3c0 void 0.000129
+gallium_dri.so free 0x55717358b270 void 0.000125
+gallium_dri.so malloc 72 0x55717358b370 0.000119
+gallium_dri.so free 0x55717358b480 void 0.000126
+gallium_dri.so free 0x55717358b370 void 0.000130
+gallium_dri.so malloc 72 0x55717358b430 0.000127
+gallium_dri.so free 0x55717358b4c0 void 0.000121
+gallium_dri.so free 0x55717358b430 void 0.000125
+gallium_dri.so malloc 72 0x55717358b430 0.000131
+gallium_dri.so free 0x55717358b580 void 0.000129
+gallium_dri.so free 0x55717358b430 void 0.000130
+gallium_dri.so malloc 72 0x55717358b5c0 0.000123
+gallium_dri.so free 0x55717358b640 void 0.000126
+gallium_dri.so free 0x55717358b5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b640 0.000171
+gallium_dri.so free 0x55717358b700 void 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000125
+gallium_dri.so malloc 72 0x55717358b640 0.000131
+gallium_dri.so free 0x55717358b7c0 void 0.000130
+gallium_dri.so free 0x55717358b640 void 0.000129
+gallium_dri.so malloc 72 0x55717358b7e0 0.000125
+gallium_dri.so free 0x55717358b880 void 0.000126
+gallium_dri.so free 0x55717358b7e0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b830 0.000132
+gallium_dri.so free 0x55717358b900 void 0.000127
+gallium_dri.so free 0x55717358b830 void 0.000126
+gallium_dri.so malloc 72 0x55717358b830 0.000130
+gallium_dri.so free 0x55717358b980 void 0.000131
+gallium_dri.so free 0x55717358b830 void 0.000130
+gallium_dri.so malloc 72 0x55717358b980 0.000129
+gallium_dri.so free 0x55717358ba40 void 0.000130
+gallium_dri.so free 0x55717358b980 void 0.000130
+gallium_dri.so malloc 72 0x55717358b980 0.000143
+gallium_dri.so free 0x55717358bb00 void 0.000131
+gallium_dri.so free 0x55717358b980 void 0.000125
+gallium_dri.so malloc 72 0x55717358b980 0.000125
+gallium_dri.so free 0x55717358bbc0 void 0.000125
+gallium_dri.so free 0x55717358b980 void 0.000125
+gallium_dri.so malloc 72 0x55717358bb70 0.000140
+gallium_dri.so free 0x55717358bc80 void 0.000131
+gallium_dri.so free 0x55717358bb70 void 0.000124
+gallium_dri.so malloc 72 0x55717358bc30 0.000125
+gallium_dri.so free 0x55717358bd00 void 0.000124
+gallium_dri.so free 0x55717358bc30 void 0.000122
+gallium_dri.so malloc 72 0x55717358bd50 0.000120
+gallium_dri.so free 0x55717358bdc0 void 0.000148
+gallium_dri.so free 0x55717358bd50 void 0.000161
+gallium_dri.so malloc 72 0x55717358bde0 0.000123
+gallium_dri.so free 0x55717358be80 void 0.000120
+gallium_dri.so free 0x55717358bde0 void 0.000129
+gallium_dri.so malloc 72 0x55717358be30 0.000116
+gallium_dri.so free 0x55717358bf00 void 0.000132
+gallium_dri.so free 0x55717358be30 void 0.000114
+gallium_dri.so malloc 72 0x55717358be30 0.000113
+gallium_dri.so free 0x55717358bf80 void 0.000113
+gallium_dri.so free 0x55717358be30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000116
+gallium_dri.so free 0x55717358c040 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so malloc 72 0x55717358bf80 0.000113
+gallium_dri.so free 0x55717358c140 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000112
+gallium_dri.so malloc 72 0x55717358c0f0 0.000113
+gallium_dri.so free 0x55717358c180 void 0.000114
+gallium_dri.so free 0x55717358c0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358c0f0 0.000114
+gallium_dri.so free 0x55717358c240 void 0.000114
+gallium_dri.so free 0x55717358c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c280 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000113
+gallium_dri.so free 0x55717358c280 void 0.000112
+gallium_dri.so malloc 72 0x55717358c300 0.000113
+gallium_dri.so free 0x55717358c3c0 void 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000113
+gallium_dri.so malloc 72 0x55717358c300 0.000112
+gallium_dri.so free 0x55717358c440 void 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000112
+gallium_dri.so malloc 72 0x55717358c470 0.000114
+gallium_dri.so free 0x55717358c4c0 void 0.000115
+gallium_dri.so free 0x55717358c470 void 0.000113
+gallium_dri.so malloc 72 0x55717358c470 0.000113
+gallium_dri.so free 0x55717358c5c0 void 0.000115
+gallium_dri.so free 0x55717358c470 void 0.000113
+gallium_dri.so malloc 72 0x55717358c600 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so free 0x55717358c600 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000115
+gallium_dri.so free 0x55717358c740 void 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000112
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000112
+gallium_dri.so malloc 72 0x55717358c7f0 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c7f0 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so free 0x55717358c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8f0 0.000114
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so free 0x55717358c8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c9b0 0.000113
+gallium_dri.so free 0x55717358ca80 void 0.000113
+gallium_dri.so free 0x55717358c9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c9b0 0.000112
+gallium_dri.so free 0x55717358cb40 void 0.000115
+gallium_dri.so free 0x55717358c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9b0 0.000112
+gallium_dri.so free 0x55717358cc00 void 0.000116
+gallium_dri.so free 0x55717358c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cbb0 0.000113
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so free 0x55717358cbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ccd0 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000115
+gallium_dri.so free 0x55717358ccd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd60 0.000115
+gallium_dri.so free 0x55717358ce00 void 0.000114
+gallium_dri.so free 0x55717358cd60 void 0.000113
+gallium_dri.so malloc 72 0x55717358cdb0 0.000236
+gallium_dri.so free 0x55717358ce80 void 0.000241
+gallium_dri.so free 0x55717358cdb0 void 0.000167
+gallium_dri.so malloc 72 0x55717358ce80 0.000115
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358ce80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ce80 0.000115
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so free 0x55717358ce80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfc0 0.000113
+gallium_dri.so free 0x55717358d080 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfc0 0.000113
+gallium_dri.so free 0x55717358d140 void 0.000115
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cfc0 0.000112
+gallium_dri.so free 0x55717358d200 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d1b0 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000116
+gallium_dri.so free 0x55717358d1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d2d0 0.000114
+gallium_dri.so free 0x55717358d340 void 0.000115
+gallium_dri.so free 0x55717358d2d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d380 0.000113
+gallium_dri.so free 0x55717358d400 void 0.000123
+gallium_dri.so free 0x55717358d380 void 0.000114
+gallium_dri.so malloc 72 0x55717358d380 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000113
+gallium_dri.so free 0x55717358d380 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4b0 0.000113
+gallium_dri.so free 0x55717358d500 void 0.000113
+gallium_dri.so free 0x55717358d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4b0 0.000137
+gallium_dri.so free 0x55717358d600 void 0.000120
+gallium_dri.so free 0x55717358d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d5b0 0.000115
+gallium_dri.so free 0x55717358d6c0 void 0.000113
+gallium_dri.so free 0x55717358d5b0 void 0.000141
+gallium_dri.so malloc 72 0x55717358d670 0.000114
+gallium_dri.so free 0x55717358d700 void 0.000114
+gallium_dri.so free 0x55717358d670 void 0.000113
+gallium_dri.so malloc 72 0x55717358d670 0.000112
+gallium_dri.so free 0x55717358d7c0 void 0.000114
+gallium_dri.so free 0x55717358d670 void 0.000114
+gallium_dri.so malloc 72 0x55717358d830 0.000112
+gallium_dri.so free 0x55717358d880 void 0.000114
+gallium_dri.so free 0x55717358d830 void 0.000113
+gallium_dri.so malloc 72 0x55717358d830 0.000113
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so free 0x55717358d830 void 0.000114
+gallium_dri.so malloc 72 0x55717358d930 0.000113
+gallium_dri.so free 0x55717358da40 void 0.000155
+gallium_dri.so free 0x55717358d930 void 0.000116
+gallium_dri.so malloc 72 0x55717358d9f0 0.000113
+gallium_dri.so free 0x55717358da80 void 0.000114
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9f0 0.000114
+gallium_dri.so free 0x55717358db40 void 0.000113
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358db80 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x55717358db80 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x55717358dd80 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358dda0 0.000112
+gallium_dri.so free 0x55717358de40 void 0.000115
+gallium_dri.so free 0x55717358dda0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddf0 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ddf0 0.000112
+gallium_dri.so free 0x55717358df40 void 0.000113
+gallium_dri.so free 0x55717358ddf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358df40 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so malloc 72 0x55717358df40 0.000114
+gallium_dri.so free 0x55717358e0c0 void 0.000113
+gallium_dri.so free 0x55717358df40 void 0.000114
+gallium_dri.so malloc 72 0x55717358df40 0.000113
+gallium_dri.so free 0x55717358e180 void 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000114
+gallium_dri.so malloc 72 0x55717358e130 0.000113
+gallium_dri.so free 0x55717358e240 void 0.000114
+gallium_dri.so free 0x55717358e130 void 0.000112
+gallium_dri.so malloc 72 0x55717358e1f0 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000114
+gallium_dri.so free 0x55717358e1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e310 0.000114
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e310 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3a0 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so free 0x55717358e3a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3f0 0.000112
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3f0 0.000113
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so free 0x55717358e3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e540 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000124
+gallium_dri.so malloc 72 0x55717358e540 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000112
+gallium_dri.so malloc 72 0x55717358e540 0.000112
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000112
+gallium_dri.so malloc 72 0x55717358e540 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa70 0.000113
+gallium_dri.so free 0x5571735dab40 void 0.000115
+gallium_dri.so free 0x5571735daa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab90 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac20 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dac20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000113
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf10 0.000166
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dafa0 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735dafa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daff0 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so free 0x5571735daff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735daff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000116
+gallium_dri.so free 0x5571735db140 void 0.000140
+gallium_dri.so malloc 72 0x5571735db140 0.000112
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so malloc 72 0x5571735db3b0 0.000112
+gallium_dri.so free 0x5571735db400 void 0.000115
+gallium_dri.so free 0x5571735db3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db3b0 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db4b0 0.000125
+gallium_dri.so free 0x5571735db5c0 void 0.000115
+gallium_dri.so free 0x5571735db4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000113
+gallium_dri.so free 0x5571735db570 void 0.000112
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so free 0x5571735db570 void 0.000113
+gallium_dri.so malloc 72 0x5571735db710 0.000114
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db710 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7c0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9b0 0.000112
+gallium_dri.so free 0x5571735dba00 void 0.000113
+gallium_dri.so free 0x5571735db9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000113
+gallium_dri.so free 0x5571735db9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbab0 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dbab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc60 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcb0 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000114
+gallium_dri.so free 0x5571735dbcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcb0 0.000115
+gallium_dri.so free 0x5571735dbe00 void 0.000115
+gallium_dri.so free 0x5571735dbcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe00 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe00 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe00 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbff0 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbff0 0.000113
+gallium_dri.so free 0x5571735dc140 void 0.000163
+gallium_dri.so free 0x5571735dbff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so free 0x5571735dc0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000112
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc340 0.000112
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc560 0.000113
+gallium_dri.so free 0x5571735dc600 void 0.000113
+gallium_dri.so free 0x5571735dc560 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5b0 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5b0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000125
+gallium_dri.so free 0x5571735dc5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc700 0.000113
+gallium_dri.so free 0x5571735dc7c0 void 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc700 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc700 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000112
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcad0 0.000112
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dcad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb60 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000113
+gallium_dri.so free 0x5571735dcb60 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000115
+gallium_dri.so free 0x5571735dcc80 void 0.000122
+gallium_dri.so free 0x5571735dcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000114
+gallium_dri.so free 0x5571735dcbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd00 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd00 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce70 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000115
+gallium_dri.so free 0x5571735dce70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce70 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dce70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd000 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000114
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd080 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd080 0.000113
+gallium_dri.so free 0x5571735dd1c0 void 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000114
+gallium_dri.so free 0x5571735dd240 void 0.000113
+gallium_dri.so free 0x5571735dd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000113
+gallium_dri.so free 0x5571735dd1f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd400 0.000112
+gallium_dri.so free 0x5571735dd4c0 void 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd400 0.000114
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd570 0.000115
+gallium_dri.so free 0x5571735dd5c0 void 0.000114
+gallium_dri.so free 0x5571735dd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd570 0.000112
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd570 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd670 0.000115
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd730 0.000112
+gallium_dri.so free 0x5571735dd8c0 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda50 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dda50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddae0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so free 0x5571735ddae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb30 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000120
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000112
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd40 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd40 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd40 0.000113
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf30 0.000126
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735de050 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735de050 void 0.000118
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de100 void 0.000112
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de200 void 0.000113
+gallium_dri.so free 0x5571735de100 void 0.000113
+gallium_dri.so malloc 72 0x5571735de230 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000112
+gallium_dri.so free 0x5571735de230 void 0.000113
+gallium_dri.so malloc 72 0x5571735de230 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de230 void 0.000114
+gallium_dri.so malloc 72 0x5571735de330 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000116
+gallium_dri.so free 0x5571735de330 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3f0 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so free 0x5571735de3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3f0 0.000113
+gallium_dri.so free 0x5571735de540 void 0.000113
+gallium_dri.so free 0x5571735de3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5b0 0.000167
+gallium_dri.so free 0x5571735de600 void 0.000116
+gallium_dri.so free 0x5571735de5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5b0 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000113
+gallium_dri.so free 0x5571735de5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de6b0 0.000113
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so free 0x5571735de6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de770 0.000112
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so free 0x5571735de770 void 0.000113
+gallium_dri.so malloc 72 0x5571735de770 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de770 void 0.000114
+gallium_dri.so malloc 72 0x5571735de900 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de900 void 0.000112
+gallium_dri.so malloc 72 0x5571735de980 0.000112
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so malloc 72 0x5571735de980 0.000120
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb20 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x5571735deb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb70 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000117
+gallium_dri.so free 0x5571735deb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735deb70 0.000123
+gallium_dri.so free 0x5571735decc0 void 0.000124
+gallium_dri.so free 0x5571735deb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735decc0 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735decc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decc0 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735decc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decc0 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735def70 0.000112
+gallium_dri.so free 0x5571735df040 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000112
+gallium_dri.so malloc 72 0x5571735df090 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df090 void 0.000113
+gallium_dri.so malloc 72 0x5571735df120 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df120 void 0.000113
+gallium_dri.so malloc 72 0x5571735df170 0.000127
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000114
+gallium_dri.so malloc 72 0x5571735df170 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000114
+gallium_dri.so free 0x5571735df170 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2c0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2c0 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df430 0.000112
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df430 void 0.000113
+gallium_dri.so malloc 72 0x5571735df430 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df430 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5c0 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df640 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000113
+gallium_dri.so malloc 72 0x5571735df640 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so malloc 72 0x5571735df7b0 0.000113
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so free 0x5571735df7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7b0 0.000111
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df940 0.000112
+gallium_dri.so free 0x5571735df9c0 void 0.000112
+gallium_dri.so free 0x5571735df940 void 0.000111
+gallium_dri.so malloc 72 0x5571735df9c0 0.000112
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9c0 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfb30 0.000125
+gallium_dri.so free 0x5571735dfb80 void 0.000118
+gallium_dri.so free 0x5571735dfb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb30 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfc30 0.000118
+gallium_dri.so free 0x5571735dfd40 void 0.000121
+gallium_dri.so free 0x5571735dfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000119
+gallium_dri.so free 0x5571735dfe80 void 0.000124
+gallium_dri.so free 0x5571735dfcf0 void 0.000151
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000182
+gallium_dri.so free 0x5571735dff40 void 0.000186
+gallium_dri.so free 0x5571735dfcf0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dfef0 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so free 0x5571735dfef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0010 0.000122
+gallium_dri.so free 0x5571735e0080 void 0.000125
+gallium_dri.so free 0x5571735e0010 void 0.000124
+gallium_dri.so malloc 72 0x5571735e00a0 0.000119
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so free 0x5571735e00a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e00f0 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e00f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01c0 0.000123
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so free 0x5571735e01c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e01c0 0.000135
+gallium_dri.so free 0x5571735e0300 void 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0300 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0300 0.000119
+gallium_dri.so free 0x5571735e0480 void 0.000124
+gallium_dri.so free 0x5571735e0300 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0300 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e04f0 0.000118
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0610 0.000124
+gallium_dri.so free 0x5571735e0680 void 0.000123
+gallium_dri.so free 0x5571735e0610 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06c0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e06c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06c0 0.000120
+gallium_dri.so free 0x5571735e07c0 void 0.000125
+gallium_dri.so free 0x5571735e06c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e07f0 0.000160
+gallium_dri.so free 0x5571735e0840 void 0.000157
+gallium_dri.so free 0x5571735e07f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e07f0 0.000122
+gallium_dri.so free 0x5571735e0940 void 0.000124
+gallium_dri.so free 0x5571735e07f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e08f0 0.000124
+gallium_dri.so free 0x5571735e0a00 void 0.000124
+gallium_dri.so free 0x5571735e08f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e09b0 0.000125
+gallium_dri.so free 0x5571735e0a40 void 0.000124
+gallium_dri.so free 0x5571735e09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so free 0x5571735e09b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0b70 0.000125
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b70 0.000118
+gallium_dri.so free 0x5571735e0cc0 void 0.000118
+gallium_dri.so free 0x5571735e0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c70 0.000126
+gallium_dri.so free 0x5571735e0d80 void 0.000120
+gallium_dri.so free 0x5571735e0c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d30 0.000122
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000128
+gallium_dri.so free 0x5571735e0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000129
+gallium_dri.so free 0x5571735e0f40 void 0.000150
+gallium_dri.so free 0x5571735e0ec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0f40 0.000129
+gallium_dri.so free 0x5571735e1000 void 0.000123
+gallium_dri.so free 0x5571735e0f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f40 0.000125
+gallium_dri.so free 0x5571735e10c0 void 0.000123
+gallium_dri.so free 0x5571735e0f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e10e0 0.000130
+gallium_dri.so free 0x5571735e1180 void 0.000129
+gallium_dri.so free 0x5571735e10e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1130 0.000200
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so free 0x5571735e1130 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1130 0.000130
+gallium_dri.so free 0x5571735e1280 void 0.000124
+gallium_dri.so free 0x5571735e1130 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1280 0.000145
+gallium_dri.so free 0x5571735e1340 void 0.000125
+gallium_dri.so free 0x5571735e1280 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1280 0.000127
+gallium_dri.so free 0x5571735e1400 void 0.000123
+gallium_dri.so free 0x5571735e1280 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1280 0.000124
+gallium_dri.so free 0x5571735e14c0 void 0.000121
+gallium_dri.so free 0x5571735e1280 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1470 0.000119
+gallium_dri.so free 0x5571734587e0 void 0.000121
+gallium_dri.so free 0x5571735e1580 void 0.000122
+gallium_dri.so free 0x5571735e1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000117
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1650 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000115
+gallium_dri.so free 0x5571735e1650 void 0.000119
+gallium_dri.so malloc 72 0x5571735e16e0 0.000121
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so free 0x5571735e16e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1730 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000116
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1880 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so free 0x5571735e1880 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1880 0.000116
+gallium_dri.so free 0x5571735e1a40 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000116
+gallium_dri.so malloc 72 0x5571735e19f0 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000115
+gallium_dri.so free 0x5571735e19f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e19f0 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000122
+gallium_dri.so free 0x5571735e19f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1b80 0.000122
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1c00 0.000116
+gallium_dri.so free 0x5571735e1cc0 void 0.000148
+gallium_dri.so free 0x5571735e1c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1c00 0.000121
+gallium_dri.so free 0x5571735e1d40 void 0.000116
+gallium_dri.so free 0x5571735e1c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1d70 0.000117
+gallium_dri.so free 0x5571735e1dc0 void 0.000115
+gallium_dri.so free 0x5571735e1d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1d70 0.000116
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f00 0.000115
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1f80 0.000116
+gallium_dri.so free 0x5571735e2040 void 0.000116
+gallium_dri.so free 0x5571735e1f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f80 0.000115
+gallium_dri.so free 0x5571735e20c0 void 0.000116
+gallium_dri.so free 0x5571735e1f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20f0 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000125
+gallium_dri.so free 0x5571735e20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e20f0 0.000116
+gallium_dri.so free 0x5571735e2240 void 0.000126
+gallium_dri.so free 0x5571735e20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21f0 0.000174
+gallium_dri.so free 0x5571735e2300 void 0.000126
+gallium_dri.so free 0x5571735e21f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e22b0 0.000119
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735e22b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e2440 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22b0 0.000115
+gallium_dri.so free 0x5571735e2500 void 0.000115
+gallium_dri.so free 0x5571735e22b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e24b0 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000117
+gallium_dri.so free 0x5571735e24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e25d0 0.000116
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e25d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2660 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000116
+gallium_dri.so free 0x5571735e2660 void 0.000121
+gallium_dri.so malloc 72 0x5571735e26b0 0.000121
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e26b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2780 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2780 0.000127
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so malloc 72 0x5571735e28c0 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so free 0x5571735e28c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e28c0 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e28c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e28c0 0.000116
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e28c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000117
+gallium_dri.so free 0x5571735e2b80 void 0.000117
+gallium_dri.so free 0x5571735e2ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000112
+gallium_dri.so free 0x5571735e2c40 void 0.000110
+gallium_dri.so free 0x5571735e2bd0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2c80 0.000111
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c80 0.000116
+gallium_dri.so free 0x5571735e2d80 void 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2db0 0.000110
+gallium_dri.so free 0x5571735e2e00 void 0.000170
+gallium_dri.so free 0x5571735e2db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2db0 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000111
+gallium_dri.so free 0x5571735e2db0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000110
+gallium_dri.so free 0x5571735e2fc0 void 0.000110
+gallium_dri.so free 0x5571735e2eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2f70 0.000109
+gallium_dri.so free 0x5571735e3000 void 0.000110
+gallium_dri.so free 0x5571735e2f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2f70 0.000110
+gallium_dri.so free 0x5571735e30c0 void 0.000114
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3130 0.000111
+gallium_dri.so free 0x5571735e3180 void 0.000111
+gallium_dri.so free 0x5571735e3130 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3130 0.000110
+gallium_dri.so free 0x5571735e3280 void 0.000110
+gallium_dri.so free 0x5571735e3130 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3230 0.000110
+gallium_dri.so free 0x5571735e3340 void 0.000110
+gallium_dri.so free 0x5571735e3230 void 0.000117
+gallium_dri.so malloc 72 0x5571735e32f0 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000117
+gallium_dri.so free 0x5571735e32f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e32f0 0.000110
+gallium_dri.so free 0x5571735e3440 void 0.000111
+gallium_dri.so free 0x5571735e32f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3480 0.000121
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3500 0.000110
+gallium_dri.so free 0x5571735e35c0 void 0.000112
+gallium_dri.so free 0x5571735e3500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3500 0.000110
+gallium_dri.so free 0x5571735e3680 void 0.000110
+gallium_dri.so free 0x5571735e3500 void 0.000109
+gallium_dri.so malloc 72 0x5571735e36a0 0.000111
+gallium_dri.so free 0x5571735e3740 void 0.000110
+gallium_dri.so free 0x5571735e36a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e36f0 0.000109
+gallium_dri.so free 0x5571735cae40 void 0.000110
+gallium_dri.so free 0x5571735e36f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e36f0 0.000110
+gallium_dri.so free 0x5571735caf40 void 0.000109
+gallium_dri.so free 0x5571735e36f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735caef0 0.000110
+gallium_dri.so free 0x5571735e37c0 void 0.000109
+gallium_dri.so free 0x5571735caef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735caef0 0.000110
+gallium_dri.so free 0x5571735cb000 void 0.000109
+gallium_dri.so free 0x5571735caef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cafb0 0.000110
+gallium_dri.so free 0x5571735cb080 void 0.000110
+gallium_dri.so free 0x5571735cafb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb080 0.000151
+gallium_dri.so free 0x5571735cb140 void 0.000122
+gallium_dri.so free 0x5571735cb080 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb080 0.000110
+gallium_dri.so free 0x5571735cb1c0 void 0.000112
+gallium_dri.so free 0x5571735cb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000110
+gallium_dri.so free 0x5571735cb280 void 0.000110
+gallium_dri.so free 0x5571735cb1c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000109
+gallium_dri.so free 0x5571735cb340 void 0.000112
+gallium_dri.so free 0x5571735cb1c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000110
+gallium_dri.so free 0x5571735cb400 void 0.000109
+gallium_dri.so free 0x5571735cb1c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000109
+gallium_dri.so free 0x5571735cb480 void 0.000110
+gallium_dri.so free 0x5571735cb3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb4d0 0.000110
+gallium_dri.so free 0x5571735cb540 void 0.000110
+gallium_dri.so free 0x5571735cb4d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb580 0.000109
+gallium_dri.so free 0x5571735cb600 void 0.000112
+gallium_dri.so free 0x5571735cb580 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb580 0.000110
+gallium_dri.so free 0x5571735cb680 void 0.000110
+gallium_dri.so free 0x5571735cb580 void 0.000109
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000119
+gallium_dri.so free 0x5571735cb700 void 0.000172
+gallium_dri.so free 0x5571735cb6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000111
+gallium_dri.so free 0x5571735cb6b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000110
+gallium_dri.so free 0x5571735cb8c0 void 0.000110
+gallium_dri.so free 0x5571735cb7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cb870 0.000109
+gallium_dri.so free 0x5571735cb900 void 0.000111
+gallium_dri.so free 0x5571735cb870 void 0.000109
+gallium_dri.so malloc 72 0x5571735cb870 0.000110
+gallium_dri.so free 0x5571735cb9c0 void 0.000110
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba30 0.000113
+gallium_dri.so free 0x5571735cba80 void 0.000111
+gallium_dri.so free 0x5571735cba30 void 0.000111
+gallium_dri.so malloc 72 0x5571735cba30 0.000109
+gallium_dri.so free 0x5571735cbb80 void 0.000112
+gallium_dri.so free 0x5571735cba30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbb30 0.000109
+gallium_dri.so free 0x5571735cbc40 void 0.000110
+gallium_dri.so free 0x5571735cbb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000109
+gallium_dri.so free 0x5571735cbc80 void 0.000109
+gallium_dri.so free 0x5571735cbbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000110
+gallium_dri.so free 0x5571735cbd40 void 0.000113
+gallium_dri.so free 0x5571735cbbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd80 0.000110
+gallium_dri.so free 0x5571735cbe00 void 0.000111
+gallium_dri.so free 0x5571735cbd80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbe00 0.000113
+gallium_dri.so free 0x5571735cbec0 void 0.000110
+gallium_dri.so free 0x5571735cbe00 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbe00 0.000112
+gallium_dri.so free 0x5571735cbf80 void 0.000111
+gallium_dri.so free 0x5571735cbe00 void 0.000109
+gallium_dri.so malloc 72 0x5571735cbfa0 0.000109
+gallium_dri.so free 0x5571735cc040 void 0.000110
+gallium_dri.so free 0x5571735cbfa0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbff0 0.000110
+gallium_dri.so free 0x5571735cc0c0 void 0.000109
+gallium_dri.so free 0x5571735cbff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cbff0 0.000110
+gallium_dri.so free 0x5571735cc140 void 0.000110
+gallium_dri.so free 0x5571735cbff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc140 0.000109
+gallium_dri.so free 0x5571735cc200 void 0.000109
+gallium_dri.so free 0x5571735cc140 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc140 0.000109
+gallium_dri.so free 0x5571735cc2c0 void 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc140 0.000109
+gallium_dri.so free 0x5571735cc380 void 0.000110
+gallium_dri.so free 0x5571735cc140 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc330 0.000110
+gallium_dri.so free 0x5571735cc440 void 0.000161
+gallium_dri.so free 0x5571735cc330 void 0.000158
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000156
+gallium_dri.so free 0x5571735cc4c0 void 0.000124
+gallium_dri.so free 0x5571735cc3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc510 0.000117
+gallium_dri.so free 0x5571735cc580 void 0.000119
+gallium_dri.so free 0x5571735cc510 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000119
+gallium_dri.so free 0x5571735cc640 void 0.000117
+gallium_dri.so free 0x5571735cc5a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000118
+gallium_dri.so free 0x5571735cc6c0 void 0.000117
+gallium_dri.so free 0x5571735cc5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000120
+gallium_dri.so free 0x5571735cc740 void 0.000118
+gallium_dri.so free 0x5571735cc5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc740 0.000117
+gallium_dri.so free 0x5571735cc800 void 0.000119
+gallium_dri.so free 0x5571735cc740 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc740 0.000119
+gallium_dri.so free 0x5571735cc900 void 0.000118
+gallium_dri.so free 0x5571735cc740 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000118
+gallium_dri.so free 0x5571735cc940 void 0.000123
+gallium_dri.so free 0x5571735cc8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000110
+gallium_dri.so free 0x5571735cca00 void 0.000111
+gallium_dri.so free 0x5571735cc8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca40 0.000109
+gallium_dri.so free 0x5571735ccac0 void 0.000110
+gallium_dri.so free 0x5571735cca40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccac0 0.000111
+gallium_dri.so free 0x5571735ccb80 void 0.000111
+gallium_dri.so free 0x5571735ccac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccac0 0.000111
+gallium_dri.so free 0x5571735ccc00 void 0.000110
+gallium_dri.so free 0x5571735ccac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccc30 0.000110
+gallium_dri.so free 0x5571735ccc80 void 0.000110
+gallium_dri.so free 0x5571735ccc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccc30 0.000110
+gallium_dri.so free 0x5571735ccd80 void 0.000111
+gallium_dri.so free 0x5571735ccc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000110
+gallium_dri.so free 0x5571735cce40 void 0.000110
+gallium_dri.so free 0x5571735ccdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cce40 0.000120
+gallium_dri.so free 0x5571735ccf00 void 0.000116
+gallium_dri.so free 0x5571735cce40 void 0.000111
+gallium_dri.so malloc 72 0x5571735cce40 0.000113
+gallium_dri.so free 0x5571735ccf80 void 0.000111
+gallium_dri.so free 0x5571735cce40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000125
+gallium_dri.so free 0x5571735cd000 void 0.000123
+gallium_dri.so free 0x5571735ccfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000123
+gallium_dri.so free 0x5571735cd100 void 0.000123
+gallium_dri.so free 0x5571735ccfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000124
+gallium_dri.so free 0x5571735cd1c0 void 0.000119
+gallium_dri.so free 0x5571735cd0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd170 0.000121
+gallium_dri.so free 0x5571735cd240 void 0.000118
+gallium_dri.so free 0x5571735cd170 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd170 0.000123
+gallium_dri.so free 0x5571735cd300 void 0.000118
+gallium_dri.so free 0x5571735cd170 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd170 0.000124
+gallium_dri.so free 0x5571735cd3c0 void 0.000123
+gallium_dri.so free 0x5571735cd170 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd370 0.000123
+gallium_dri.so free 0x5571735cd440 void 0.000124
+gallium_dri.so free 0x5571735cd370 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd490 0.000192
+gallium_dri.so free 0x5571735cd500 void 0.000121
+gallium_dri.so free 0x5571735cd490 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd520 0.000120
+gallium_dri.so free 0x5571735cd5c0 void 0.000119
+gallium_dri.so free 0x5571735cd520 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd570 0.000118
+gallium_dri.so free 0x5571735cd640 void 0.000117
+gallium_dri.so free 0x5571735cd570 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd640 0.000118
+gallium_dri.so free 0x5571735cd700 void 0.000117
+gallium_dri.so free 0x5571735cd640 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd640 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000118
+gallium_dri.so free 0x5571735cd640 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd780 0.000117
+gallium_dri.so free 0x5571735cd840 void 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd780 0.000119
+gallium_dri.so free 0x5571735cd900 void 0.000117
+gallium_dri.so free 0x5571735cd780 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd780 0.000117
+gallium_dri.so free 0x5571735cd9c0 void 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd970 0.000118
+gallium_dri.so free 0x5571735cda40 void 0.000117
+gallium_dri.so free 0x5571735cd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda90 0.000110
+gallium_dri.so free 0x5571735cdb00 void 0.000113
+gallium_dri.so free 0x5571735cda90 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdb40 0.000110
+gallium_dri.so free 0x5571735cdbc0 void 0.000110
+gallium_dri.so free 0x5571735cdb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdb40 0.000110
+gallium_dri.so free 0x5571735cdc40 void 0.000110
+gallium_dri.so free 0x5571735cdb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdc70 0.000111
+gallium_dri.so free 0x5571735cdcc0 void 0.000110
+gallium_dri.so free 0x5571735cdc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cdc70 0.000110
+gallium_dri.so free 0x5571735cddc0 void 0.000111
+gallium_dri.so free 0x5571735cdc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdd70 0.000109
+gallium_dri.so free 0x5571735cde80 void 0.000110
+gallium_dri.so free 0x5571735cdd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cde30 0.000110
+gallium_dri.so free 0x5571735cdec0 void 0.000110
+gallium_dri.so free 0x5571735cde30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde30 0.000122
+gallium_dri.so free 0x5571735cdf80 void 0.000115
+gallium_dri.so free 0x5571735cde30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdff0 0.000114
+gallium_dri.so free 0x5571735ce040 void 0.000109
+gallium_dri.so free 0x5571735cdff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cdff0 0.000118
+gallium_dri.so free 0x5571735ce140 void 0.000115
+gallium_dri.so free 0x5571735cdff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000123
+gallium_dri.so free 0x5571735ce200 void 0.000123
+gallium_dri.so free 0x5571735ce0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000124
+gallium_dri.so free 0x5571735ce240 void 0.000118
+gallium_dri.so free 0x5571735ce1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000126
+gallium_dri.so free 0x5571735ce300 void 0.000124
+gallium_dri.so free 0x5571735ce1b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ce340 0.000159
+gallium_dri.so free 0x5571735ce3c0 void 0.000160
+gallium_dri.so free 0x5571735ce340 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000119
+gallium_dri.so free 0x5571735ce480 void 0.000114
+gallium_dri.so free 0x5571735ce3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000125
+gallium_dri.so free 0x5571735ce540 void 0.000118
+gallium_dri.so free 0x5571735ce3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce560 0.000162
+gallium_dri.so free 0x5571735ce600 void 0.000122
+gallium_dri.so free 0x5571735ce560 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000122
+gallium_dri.so free 0x5571735ce680 void 0.000120
+gallium_dri.so free 0x5571735ce5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000117
+gallium_dri.so free 0x5571735ce700 void 0.000117
+gallium_dri.so free 0x5571735ce5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce700 0.000116
+gallium_dri.so free 0x5571735ce7c0 void 0.000116
+gallium_dri.so free 0x5571735ce700 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce700 0.000117
+gallium_dri.so free 0x5571735ce880 void 0.000116
+gallium_dri.so free 0x5571735ce700 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce700 0.000118
+gallium_dri.so free 0x5571735ce940 void 0.000117
+gallium_dri.so free 0x5571735ce700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000117
+gallium_dri.so free 0x5571735cea00 void 0.000118
+gallium_dri.so free 0x5571735ce8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000117
+gallium_dri.so free 0x5571735cea80 void 0.000119
+gallium_dri.so free 0x5571735ce9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cead0 0.000117
+gallium_dri.so free 0x5571735ceb40 void 0.000145
+gallium_dri.so free 0x5571735cead0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ceb60 0.000111
+gallium_dri.so free 0x5571735cec00 void 0.000109
+gallium_dri.so free 0x5571735ceb60 void 0.000110
+gallium_dri.so malloc 72 0x5571735cebb0 0.000109
+gallium_dri.so free 0x5571735cec80 void 0.000110
+gallium_dri.so free 0x5571735cebb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cebb0 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000109
+gallium_dri.so free 0x5571735cebb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ced00 0.000109
+gallium_dri.so free 0x5571735cedc0 void 0.000110
+gallium_dri.so free 0x5571735ced00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ced00 0.000110
+gallium_dri.so free 0x5571735ceec0 void 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000110
+gallium_dri.so malloc 72 0x5571735cee70 0.000113
+gallium_dri.so free 0x5571735cef00 void 0.000110
+gallium_dri.so free 0x5571735cee70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cee70 0.000116
+gallium_dri.so free 0x5571735cefc0 void 0.000116
+gallium_dri.so free 0x5571735cee70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf000 0.000121
+gallium_dri.so free 0x5571735cf080 void 0.000123
+gallium_dri.so free 0x5571735cf000 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf080 0.000116
+gallium_dri.so free 0x5571735cf140 void 0.000122
+gallium_dri.so free 0x5571735cf080 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf080 0.000128
+gallium_dri.so free 0x5571735cf1c0 void 0.000124
+gallium_dri.so free 0x5571735cf080 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000124
+gallium_dri.so free 0x5571735cf240 void 0.000120
+gallium_dri.so free 0x5571735cf1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so free 0x5571735cf1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf380 0.000131
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so free 0x5571735cf380 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf400 0.000121
+gallium_dri.so free 0x5571735cf4c0 void 0.000119
+gallium_dri.so free 0x5571735cf400 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf400 0.000130
+gallium_dri.so free 0x5571735cf540 void 0.000129
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf570 0.000125
+gallium_dri.so free 0x5571735cf5c0 void 0.000123
+gallium_dri.so free 0x5571735cf570 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf570 0.000130
+gallium_dri.so free 0x5571735cf6c0 void 0.000202
+gallium_dri.so free 0x5571735cf570 void 0.000164
+gallium_dri.so malloc 72 0x5571735cf670 0.000161
+gallium_dri.so free 0x5571735cf780 void 0.000165
+gallium_dri.so free 0x5571735cf670 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf730 0.000130
+gallium_dri.so free 0x5571735cf800 void 0.000123
+gallium_dri.so free 0x5571735cf730 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf730 0.000119
+gallium_dri.so free 0x5571735cf8c0 void 0.000124
+gallium_dri.so free 0x5571735cf730 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf730 0.000118
+gallium_dri.so free 0x5571735cf980 void 0.000127
+gallium_dri.so free 0x5571735cf730 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf930 0.000127
+gallium_dri.so free 0x5571735cfa00 void 0.000130
+gallium_dri.so free 0x5571735cf930 void 0.000182
+gallium_dri.so malloc 72 0x5571735cfa50 0.000168
+gallium_dri.so free 0x5571735cfac0 void 0.000129
+gallium_dri.so free 0x5571735cfa50 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfae0 0.000120
+gallium_dri.so free 0x5571735cfb80 void 0.000131
+gallium_dri.so free 0x5571735cfae0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfb30 0.000120
+gallium_dri.so free 0x5571735cfc00 void 0.000119
+gallium_dri.so free 0x5571735cfb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfc00 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000127
+gallium_dri.so free 0x5571735cfc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfc00 0.000117
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x5571735cfc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfd40 0.000124
+gallium_dri.so free 0x5571735cfe00 void 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd40 0.000118
+gallium_dri.so free 0x5571735cfec0 void 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfd40 0.000129
+gallium_dri.so free 0x5571735cff80 void 0.000130
+gallium_dri.so free 0x5571735cfd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cff30 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000131
+gallium_dri.so free 0x5571735cff30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0050 0.000126
+gallium_dri.so free 0x5571735d00c0 void 0.000126
+gallium_dri.so free 0x5571735d0050 void 0.000156
+gallium_dri.so malloc 72 0x5571735d0100 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000130
+gallium_dri.so free 0x5571735d0100 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0100 0.000121
+gallium_dri.so free 0x5571735d0200 void 0.000121
+gallium_dri.so free 0x5571735d0100 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0230 0.000130
+gallium_dri.so free 0x5571735d0280 void 0.000132
+gallium_dri.so free 0x5571735d0230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0230 0.000132
+gallium_dri.so free 0x5571735d0380 void 0.000124
+gallium_dri.so free 0x5571735d0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0330 0.000126
+gallium_dri.so free 0x5571735d0440 void 0.000130
+gallium_dri.so free 0x5571735d0330 void 0.000123
+gallium_dri.so malloc 72 0x5571735d03f0 0.000119
+gallium_dri.so free 0x5571735d0480 void 0.000119
+gallium_dri.so free 0x5571735d03f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d03f0 0.000181
+gallium_dri.so free 0x5571735d0540 void 0.000179
+gallium_dri.so free 0x5571735d03f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735d05b0 0.000225
+gallium_dri.so free 0x5571735d0600 void 0.000130
+gallium_dri.so free 0x5571735d05b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d05b0 0.000120
+gallium_dri.so free 0x5571735d0700 void 0.000127
+gallium_dri.so free 0x5571735d05b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d06b0 0.000129
+gallium_dri.so free 0x5571735d07c0 void 0.000123
+gallium_dri.so free 0x5571735d06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0770 0.000125
+gallium_dri.so free 0x5571735d0800 void 0.000131
+gallium_dri.so free 0x5571735d0770 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0770 0.000130
+gallium_dri.so free 0x5571735d08c0 void 0.000130
+gallium_dri.so free 0x5571735d0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0900 0.000128
+gallium_dri.so free 0x5571735d0980 void 0.000127
+gallium_dri.so free 0x5571735d0900 void 0.000139
+gallium_dri.so malloc 72 0x5571735d0980 0.000131
+gallium_dri.so free 0x5571735d0a40 void 0.000129
+gallium_dri.so free 0x5571735d0980 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0980 0.000131
+gallium_dri.so free 0x5571735d0b00 void 0.000131
+gallium_dri.so free 0x5571735d0980 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b20 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000121
+gallium_dri.so free 0x5571735d0b20 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b70 0.000123
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000126
+gallium_dri.so free 0x5571735d0cc0 void 0.000130
+gallium_dri.so free 0x5571735d0b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000131
+gallium_dri.so free 0x5571735d0d80 void 0.000221
+gallium_dri.so free 0x5571735d0cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000130
+gallium_dri.so free 0x5571735d0e40 void 0.000123
+gallium_dri.so free 0x5571735d0cc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000129
+gallium_dri.so free 0x5571735d0f00 void 0.000129
+gallium_dri.so free 0x5571735d0cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000119
+gallium_dri.so free 0x5571735d0fc0 void 0.000120
+gallium_dri.so free 0x5571735d0eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0f70 0.000129
+gallium_dri.so free 0x5571735d1040 void 0.000180
+gallium_dri.so free 0x5571735d0f70 void 0.000201
+gallium_dri.so malloc 72 0x5571735d1090 0.000168
+gallium_dri.so free 0x5571735d1100 void 0.000131
+gallium_dri.so free 0x5571735d1090 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1120 0.000128
+gallium_dri.so free 0x5571735d11c0 void 0.000128
+gallium_dri.so free 0x5571735d1120 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1170 0.000131
+gallium_dri.so free 0x5571735d1240 void 0.000125
+gallium_dri.so free 0x5571735d1170 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1170 0.000130
+gallium_dri.so free 0x5571735d12c0 void 0.000211
+gallium_dri.so free 0x5571735d1170 void 0.000272
+gallium_dri.so malloc 72 0x5571735d12c0 0.000273
+gallium_dri.so free 0x5571735d1380 void 0.000265
+gallium_dri.so free 0x5571735d12c0 void 0.000292
+gallium_dri.so malloc 72 0x5571735d12c0 0.000165
+gallium_dri.so free 0x5571735d1480 void 0.000144
+gallium_dri.so free 0x5571735d12c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1430 0.000145
+gallium_dri.so free 0x5571735d14c0 void 0.000130
+gallium_dri.so free 0x5571735d1430 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1430 0.000120
+gallium_dri.so free 0x5571735d1580 void 0.000122
+gallium_dri.so free 0x5571735d1430 void 0.000125
+gallium_dri.so malloc 72 0x5571735d15c0 0.000132
+gallium_dri.so free 0x5571735d1640 void 0.000130
+gallium_dri.so free 0x5571735d15c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1640 0.000130
+gallium_dri.so free 0x5571735d1700 void 0.000133
+gallium_dri.so free 0x5571735d1640 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1640 0.000130
+gallium_dri.so free 0x5571735d1780 void 0.000132
+gallium_dri.so free 0x5571735d1640 void 0.000124
+gallium_dri.so malloc 72 0x5571735d17b0 0.000127
+gallium_dri.so free 0x5571735d1800 void 0.000131
+gallium_dri.so free 0x5571735d17b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d17b0 0.000125
+gallium_dri.so free 0x5571735d1900 void 0.000124
+gallium_dri.so free 0x5571735d17b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1940 0.000130
+gallium_dri.so free 0x5571735d19c0 void 0.000131
+gallium_dri.so free 0x5571735d1940 void 0.000124
+gallium_dri.so malloc 72 0x5571735d19c0 0.000119
+gallium_dri.so free 0x5571735d1a80 void 0.000119
+gallium_dri.so free 0x5571735d19c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d19c0 0.000130
+gallium_dri.so free 0x5571735d1b00 void 0.000129
+gallium_dri.so free 0x5571735d19c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1b30 0.000123
+gallium_dri.so free 0x5571735d1b80 void 0.000138
+gallium_dri.so free 0x5571735d1b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b30 0.000131
+gallium_dri.so free 0x5571735d1c80 void 0.000125
+gallium_dri.so free 0x5571735d1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1c30 0.000125
+gallium_dri.so free 0x5571735d1d40 void 0.000125
+gallium_dri.so free 0x5571735d1c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000124
+gallium_dri.so free 0x5571735d1dc0 void 0.000127
+gallium_dri.so free 0x5571735d1cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000118
+gallium_dri.so free 0x5571735d1e80 void 0.000119
+gallium_dri.so free 0x5571735d1cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000130
+gallium_dri.so free 0x5571735d1f40 void 0.000129
+gallium_dri.so free 0x5571735d1cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000124
+gallium_dri.so free 0x5571735d1fc0 void 0.000125
+gallium_dri.so free 0x5571735d1ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2010 0.000129
+gallium_dri.so free 0x5571735d2080 void 0.000131
+gallium_dri.so free 0x5571735d2010 void 0.000224
+gallium_dri.so malloc 72 0x5571735d20a0 0.000221
+gallium_dri.so free 0x5571735d2140 void 0.000225
+gallium_dri.so free 0x5571735d20a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d20f0 0.000130
+gallium_dri.so free 0x5571735d21c0 void 0.000130
+gallium_dri.so free 0x5571735d20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d21c0 0.000126
+gallium_dri.so free 0x5571735d2280 void 0.000129
+gallium_dri.so free 0x5571735d21c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d21c0 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000126
+gallium_dri.so free 0x5571735d21c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2300 0.000122
+gallium_dri.so free 0x5571735d23c0 void 0.000125
+gallium_dri.so free 0x5571735d2300 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2300 0.000123
+gallium_dri.so free 0x5571735d2480 void 0.000127
+gallium_dri.so free 0x5571735d2300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2300 0.000130
+gallium_dri.so free 0x5571735d2540 void 0.000139
+gallium_dri.so free 0x5571735d2300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d24f0 0.000130
+gallium_dri.so free 0x5571735d25c0 void 0.000123
+gallium_dri.so free 0x5571735d24f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2610 0.000127
+gallium_dri.so free 0x5571735d2680 void 0.000131
+gallium_dri.so free 0x5571735d2610 void 0.000124
+gallium_dri.so malloc 72 0x5571735d26c0 0.000119
+gallium_dri.so free 0x5571735d2740 void 0.000127
+gallium_dri.so free 0x5571735d26c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735d26c0 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000126
+gallium_dri.so free 0x5571735d26c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d27f0 0.000120
+gallium_dri.so free 0x5571735d2840 void 0.000120
+gallium_dri.so free 0x5571735d27f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d27f0 0.000130
+gallium_dri.so free 0x5571735d2940 void 0.000131
+gallium_dri.so free 0x5571735d27f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d28f0 0.000129
+gallium_dri.so free 0x5571735d2a00 void 0.000123
+gallium_dri.so free 0x5571735d28f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d29b0 0.000124
+gallium_dri.so free 0x5571735d2a40 void 0.000131
+gallium_dri.so free 0x5571735d29b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d29b0 0.000124
+gallium_dri.so free 0x5571735d2b00 void 0.000121
+gallium_dri.so free 0x5571735d29b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2b70 0.000136
+gallium_dri.so free 0x5571735d2bc0 void 0.000130
+gallium_dri.so free 0x5571735d2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2b70 0.000131
+gallium_dri.so free 0x5571735d2cc0 void 0.000130
+gallium_dri.so free 0x5571735d2b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2c70 0.000129
+gallium_dri.so free 0x5571735d2d80 void 0.000131
+gallium_dri.so free 0x5571735d2c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2d30 0.000131
+gallium_dri.so free 0x5571735d2dc0 void 0.000130
+gallium_dri.so free 0x5571735d2d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2d30 0.000125
+gallium_dri.so free 0x5571735d2e80 void 0.000129
+gallium_dri.so free 0x5571735d2d30 void 0.000160
+gallium_dri.so malloc 72 0x5571735d2ec0 0.000303
+gallium_dri.so free 0x5571735d2f40 void 0.000337
+gallium_dri.so free 0x5571735d2ec0 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2f40 0.000271
+gallium_dri.so free 0x5571735d3000 void 0.000239
+gallium_dri.so free 0x5571735d2f40 void 0.000170
+gallium_dri.so malloc 72 0x5571735d2f40 0.000167
+gallium_dri.so free 0x5571735d30c0 void 0.000130
+gallium_dri.so free 0x5571735d2f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d30e0 0.000125
+gallium_dri.so free 0x5571735d3180 void 0.000124
+gallium_dri.so free 0x5571735d30e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3130 0.000129
+gallium_dri.so free 0x5571735d3200 void 0.000131
+gallium_dri.so free 0x5571735d3130 void 0.000152
+gallium_dri.so malloc 72 0x5571735d3130 0.000145
+gallium_dri.so free 0x5571735d3280 void 0.000147
+gallium_dri.so free 0x5571735d3130 void 0.000179
+gallium_dri.so malloc 72 0x5571735d3280 0.000144
+gallium_dri.so free 0x5571735d3340 void 0.000182
+gallium_dri.so free 0x5571735d3280 void 0.000181
+gallium_dri.so malloc 72 0x5571735d3280 0.000179
+gallium_dri.so free 0x5571735d3400 void 0.000144
+gallium_dri.so free 0x5571735d3280 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3280 0.000143
+gallium_dri.so free 0x5571735d34c0 void 0.000141
+gallium_dri.so free 0x5571735d3280 void 0.000146
+gallium_dri.so malloc 72 0x5571735d3470 0.000145
+gallium_dri.so free 0x5571735d3580 void 0.000145
+gallium_dri.so free 0x5571735d3470 void 0.000147
+gallium_dri.so malloc 72 0x5571735d3530 0.000139
+gallium_dri.so free 0x5571735d3600 void 0.000146
+gallium_dri.so free 0x5571735d3530 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3650 0.000145
+gallium_dri.so free 0x5571735d36c0 void 0.000141
+gallium_dri.so free 0x5571735d3650 void 0.000134
+gallium_dri.so malloc 72 0x5571735d36e0 0.000141
+gallium_dri.so free 0x5571735d3780 void 0.000146
+gallium_dri.so free 0x5571735d36e0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d3730 0.000147
+gallium_dri.so free 0x5571735d3800 void 0.000146
+gallium_dri.so free 0x5571735d3730 void 0.000145
+gallium_dri.so malloc 72 0x5571735d3730 0.000146
+gallium_dri.so free 0x5571735d3880 void 0.000140
+gallium_dri.so free 0x5571735d3730 void 0.000151
+gallium_dri.so malloc 72 0x5571735d3880 0.000154
+gallium_dri.so free 0x5571735d3940 void 0.000149
+gallium_dri.so free 0x5571735d3880 void 0.000142
+gallium_dri.so malloc 72 0x5571735d3880 0.000148
+gallium_dri.so free 0x5571735d3a40 void 0.000150
+gallium_dri.so free 0x5571735d3880 void 0.000143
+gallium_dri.so malloc 72 0x5571735d39f0 0.000152
+gallium_dri.so free 0x5571735d3a80 void 0.000148
+gallium_dri.so free 0x5571735d39f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d39f0 0.000156
+gallium_dri.so free 0x5571735d3b40 void 0.000154
+gallium_dri.so free 0x5571735d39f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d3b80 0.000149
+gallium_dri.so free 0x5571735d3c00 void 0.000149
+gallium_dri.so free 0x5571735d3b80 void 0.000149
+gallium_dri.so malloc 72 0x5571735d3c00 0.000155
+gallium_dri.so free 0x5571735d3cc0 void 0.000147
+gallium_dri.so free 0x5571735d3c00 void 0.000143
+gallium_dri.so malloc 72 0x5571735d3c00 0.000141
+gallium_dri.so free 0x5571735d3d40 void 0.000152
+gallium_dri.so free 0x5571735d3c00 void 0.000154
+gallium_dri.so malloc 72 0x5571735d3d70 0.000154
+gallium_dri.so free 0x5571735d3dc0 void 0.000154
+gallium_dri.so free 0x5571735d3d70 void 0.000157
+gallium_dri.so malloc 72 0x5571735d3d70 0.000169
+gallium_dri.so free 0x5571735d3ec0 void 0.000149
+gallium_dri.so free 0x5571735d3d70 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3f00 0.000155
+gallium_dri.so free 0x5571735d3f80 void 0.000156
+gallium_dri.so free 0x5571735d3f00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3f80 0.000131
+gallium_dri.so free 0x5571735d4040 void 0.000129
+gallium_dri.so free 0x5571735d3f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3f80 0.000133
+gallium_dri.so free 0x5571735d40c0 void 0.000125
+gallium_dri.so free 0x5571735d3f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d40f0 0.000125
+gallium_dri.so free 0x5571735d4140 void 0.000124
+gallium_dri.so free 0x5571735d40f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d40f0 0.000132
+gallium_dri.so free 0x5571735d4240 void 0.000129
+gallium_dri.so free 0x5571735d40f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d41f0 0.000121
+gallium_dri.so free 0x5571735d4300 void 0.000125
+gallium_dri.so free 0x5571735d41f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d42b0 0.000130
+gallium_dri.so free 0x5571735d4380 void 0.000129
+gallium_dri.so free 0x5571735d42b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d42b0 0.000130
+gallium_dri.so free 0x5571735d4440 void 0.000129
+gallium_dri.so free 0x5571735d42b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d42b0 0.000129
+gallium_dri.so free 0x5571735d4500 void 0.000128
+gallium_dri.so free 0x5571735d42b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d44b0 0.000129
+gallium_dri.so free 0x5571735d4580 void 0.000131
+gallium_dri.so free 0x5571735d44b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d45d0 0.000124
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735d45d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4660 0.000123
+gallium_dri.so free 0x5571735d4700 void 0.000120
+gallium_dri.so free 0x5571735d4660 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46b0 0.000119
+gallium_dri.so free 0x5571735d4780 void 0.000119
+gallium_dri.so free 0x5571735d46b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4780 0.000126
+gallium_dri.so free 0x5571735d4840 void 0.000128
+gallium_dri.so free 0x5571735d4780 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4780 0.000125
+gallium_dri.so free 0x5571735d48c0 void 0.000121
+gallium_dri.so free 0x5571735d4780 void 0.000123
+gallium_dri.so malloc 72 0x5571735d48c0 0.000129
+gallium_dri.so free 0x5571735d4980 void 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d48c0 0.000126
+gallium_dri.so free 0x5571735d4a40 void 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d48c0 0.000121
+gallium_dri.so free 0x5571735d4b00 void 0.000126
+gallium_dri.so free 0x5571735d48c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000125
+gallium_dri.so free 0x5571735d4ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4bd0 0.000124
+gallium_dri.so free 0x5571735d4c40 void 0.000126
+gallium_dri.so free 0x5571735d4bd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4c80 0.000124
+gallium_dri.so free 0x5571735d4d00 void 0.000162
+gallium_dri.so free 0x5571735d4c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4c80 0.000130
+gallium_dri.so free 0x5571735d4d80 void 0.000129
+gallium_dri.so free 0x5571735d4c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4db0 0.000131
+gallium_dri.so free 0x5571735d4e00 void 0.000130
+gallium_dri.so free 0x5571735d4db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4db0 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000126
+gallium_dri.so free 0x5571735d4db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000120
+gallium_dri.so free 0x5571735d4fc0 void 0.000121
+gallium_dri.so free 0x5571735d4eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4f70 0.000125
+gallium_dri.so free 0x5571735d5000 void 0.000125
+gallium_dri.so free 0x5571735d4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f70 0.000120
+gallium_dri.so free 0x5571735d50c0 void 0.000124
+gallium_dri.so free 0x5571735d4f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5130 0.000125
+gallium_dri.so free 0x5571735d5180 void 0.000126
+gallium_dri.so free 0x5571735d5130 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5130 0.000125
+gallium_dri.so free 0x5571735d5280 void 0.000127
+gallium_dri.so free 0x5571735d5130 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5230 0.000129
+gallium_dri.so free 0x5571735d5340 void 0.000129
+gallium_dri.so free 0x5571735d5230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d52f0 0.000125
+gallium_dri.so free 0x5571735d5380 void 0.000128
+gallium_dri.so free 0x5571735d52f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d52f0 0.000130
+gallium_dri.so free 0x5571735d5440 void 0.000131
+gallium_dri.so free 0x5571735d52f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5480 0.000132
+gallium_dri.so free 0x5571735d5500 void 0.000124
+gallium_dri.so free 0x5571735d5480 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5500 0.000130
+gallium_dri.so free 0x5571735d55c0 void 0.000125
+gallium_dri.so free 0x5571735d5500 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5500 0.000123
+gallium_dri.so free 0x5571735d5680 void 0.000134
+gallium_dri.so free 0x5571735d5500 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56a0 0.000125
+gallium_dri.so free 0x5571735d5740 void 0.000120
+gallium_dri.so free 0x5571735d56a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56f0 0.000129
+gallium_dri.so free 0x5571735d57c0 void 0.000123
+gallium_dri.so free 0x5571735d56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56f0 0.000120
+gallium_dri.so free 0x5571735d5840 void 0.000125
+gallium_dri.so free 0x5571735d56f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5840 0.000133
+gallium_dri.so free 0x5571735d5900 void 0.000131
+gallium_dri.so free 0x5571735d5840 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5840 0.000129
+gallium_dri.so free 0x5571735d59c0 void 0.000130
+gallium_dri.so free 0x5571735d5840 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5840 0.000125
+gallium_dri.so free 0x5571735d5a80 void 0.000125
+gallium_dri.so free 0x5571735d5840 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5a30 0.000129
+gallium_dri.so free 0x5571735d5b40 void 0.000188
+gallium_dri.so free 0x5571735d5a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5af0 0.000130
+gallium_dri.so free 0x5571735d5bc0 void 0.000129
+gallium_dri.so free 0x5571735d5af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5c10 0.000126
+gallium_dri.so free 0x5571735d5c80 void 0.000128
+gallium_dri.so free 0x5571735d5c10 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000130
+gallium_dri.so free 0x5571735d5d40 void 0.000123
+gallium_dri.so free 0x5571735d5ca0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000120
+gallium_dri.so free 0x5571735d5dc0 void 0.000124
+gallium_dri.so free 0x5571735d5cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000120
+gallium_dri.so free 0x5571735d5e40 void 0.000119
+gallium_dri.so free 0x5571735d5cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5e40 0.000130
+gallium_dri.so free 0x5571735d5f00 void 0.000131
+gallium_dri.so free 0x5571735d5e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5e40 0.000130
+gallium_dri.so free 0x5571735d6000 void 0.000178
+gallium_dri.so free 0x5571735d5e40 void 0.000278
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000277
+gallium_dri.so free 0x5571735d6040 void 0.000263
+gallium_dri.so free 0x5571735d5fb0 void 0.000275
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000273
+gallium_dri.so free 0x5571735d6100 void 0.000297
+gallium_dri.so free 0x5571735d5fb0 void 0.000277
+gallium_dri.so malloc 72 0x5571735d6140 0.000273
+gallium_dri.so free 0x5571735d61c0 void 0.000266
+gallium_dri.so free 0x5571735d6140 void 0.000277
+gallium_dri.so malloc 72 0x5571735d61c0 0.000273
+gallium_dri.so free 0x5571735d6280 void 0.000250
+gallium_dri.so free 0x5571735d61c0 void 0.000286
+gallium_dri.so malloc 72 0x5571735d61c0 0.000295
+gallium_dri.so free 0x5571735d6300 void 0.000265
+gallium_dri.so free 0x5571735d61c0 void 0.000285
+gallium_dri.so malloc 72 0x5571735d6330 0.000283
+gallium_dri.so free 0x5571735d6380 void 0.000287
+gallium_dri.so free 0x5571735d6330 void 0.000284
+gallium_dri.so malloc 72 0x5571735d6330 0.000282
+gallium_dri.so free 0x5571735d6480 void 0.000281
+gallium_dri.so free 0x5571735d6330 void 0.000243
+gallium_dri.so malloc 72 0x5571735d64c0 0.000242
+gallium_dri.so free 0x5571735d6540 void 0.000243
+gallium_dri.so free 0x5571735d64c0 void 0.000227
+gallium_dri.so malloc 72 0x5571735d6540 0.000191
+gallium_dri.so free 0x5571735d6600 void 0.000188
+gallium_dri.so free 0x5571735d6540 void 0.000191
+gallium_dri.so malloc 72 0x5571735d6540 0.000169
+gallium_dri.so free 0x5571735d6680 void 0.000134
+gallium_dri.so free 0x5571735d6540 void 0.000187
+gallium_dri.so malloc 72 0x5571735d66b0 0.000190
+gallium_dri.so free 0x5571735d6700 void 0.000186
+gallium_dri.so free 0x5571735d66b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d66b0 0.000126
+gallium_dri.so free 0x5571735d6800 void 0.000126
+gallium_dri.so free 0x5571735d66b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d67b0 0.000137
+gallium_dri.so free 0x5571735d68c0 void 0.000137
+gallium_dri.so free 0x5571735d67b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735d6870 0.000188
+gallium_dri.so free 0x5571735d6940 void 0.000167
+gallium_dri.so free 0x5571735d6870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6870 0.000145
+gallium_dri.so free 0x5571735d6a00 void 0.000138
+gallium_dri.so free 0x5571735d6870 void 0.000137
+gallium_dri.so malloc 72 0x5571735d6870 0.000189
+gallium_dri.so free 0x5571735d6ac0 void 0.000168
+gallium_dri.so free 0x5571735d6870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6a70 0.000132
+gallium_dri.so free 0x5571735d6b40 void 0.000138
+gallium_dri.so free 0x5571735d6a70 void 0.000138
+gallium_dri.so malloc 72 0x5571735d6b90 0.000190
+gallium_dri.so free 0x5571735d6c00 void 0.000189
+gallium_dri.so free 0x5571735d6b90 void 0.000190
+gallium_dri.so malloc 72 0x5571735d6c20 0.000167
+gallium_dri.so free 0x5571735eb380 void 0.000132
+gallium_dri.so free 0x5571735d6c20 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6c20 0.000136
+gallium_dri.so free 0x5571735eb440 void 0.000136
+gallium_dri.so free 0x5571735d6c20 void 0.000188
+gallium_dri.so malloc 72 0x5571735eb490 0.000185
+gallium_dri.so free 0x5571735eb500 void 0.000139
+gallium_dri.so free 0x5571735eb490 void 0.000230
+gallium_dri.so malloc 72 0x5571735eb540 0.000242
+gallium_dri.so free 0x5571735eb5c0 void 0.000242
+gallium_dri.so free 0x5571735eb540 void 0.000240
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000241
+gallium_dri.so free 0x5571735eb680 void 0.000224
+gallium_dri.so free 0x5571735eb5c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000136
+gallium_dri.so free 0x5571735eb700 void 0.000138
+gallium_dri.so free 0x5571735eb5c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb730 0.000138
+gallium_dri.so free 0x5571735eb780 void 0.000137
+gallium_dri.so free 0x5571735eb730 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb730 0.000136
+gallium_dri.so free 0x5571735eb880 void 0.000136
+gallium_dri.so free 0x5571735eb730 void 0.000139
+gallium_dri.so malloc 72 0x5571735eb830 0.000136
+gallium_dri.so free 0x5571735eb940 void 0.000136
+gallium_dri.so free 0x5571735eb830 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000126
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735eb8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000136
+gallium_dri.so free 0x5571735eba80 void 0.000135
+gallium_dri.so free 0x5571735eb9e0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eba30 0.000136
+gallium_dri.so free 0x5571735ebb00 void 0.000136
+gallium_dri.so free 0x5571735eba30 void 0.000137
+gallium_dri.so malloc 72 0x5571735eba30 0.000135
+gallium_dri.so free 0x5571735ebb80 void 0.000130
+gallium_dri.so free 0x5571735eba30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebb80 0.000128
+gallium_dri.so free 0x5571735ebc40 void 0.000125
+gallium_dri.so free 0x5571735ebb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebb80 0.000136
+gallium_dri.so free 0x5571735ebd00 void 0.000153
+gallium_dri.so free 0x5571735ebb80 void 0.000138
+gallium_dri.so malloc 72 0x5571735ebb80 0.000137
+gallium_dri.so free 0x5571735ebdc0 void 0.000211
+gallium_dri.so free 0x5571735ebb80 void 0.000187
+gallium_dri.so malloc 72 0x5571735ebd70 0.000137
+gallium_dri.so free 0x5571735b4500 void 0.000138
+gallium_dri.so free 0x5571735ebd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735b44b0 0.000129
+gallium_dri.so free 0x557173454440 void 0.000124
+gallium_dri.so free 0x5571735b44b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734543f0 0.000119
+gallium_dri.so free 0x5571735b4280 void 0.000126
+gallium_dri.so free 0x5571734543f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734543f0 0.000130
+gallium_dri.so free 0x5571735b4300 void 0.000128
+gallium_dri.so free 0x5571734543f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735b4330 0.000132
+gallium_dri.so free 0x5571735b4b80 void 0.000130
+gallium_dri.so free 0x5571735b4330 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4330 0.000181
+gallium_dri.so free 0x5571735ebc00 void 0.000126
+gallium_dri.so free 0x5571735b4330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebc00 0.000124
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so free 0x5571735ebc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebd20 0.000130
+gallium_dri.so free 0x5571735b3ec0 void 0.000130
+gallium_dri.so free 0x5571735ebd20 void 0.000130
+gallium_dri.so malloc 72 0x5571735b3e70 0.000124
+gallium_dri.so free 0x5571735b3f00 void 0.000124
+gallium_dri.so free 0x5571735b3e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3e70 0.000130
+gallium_dri.so free 0x5571735b3fc0 void 0.000125
+gallium_dri.so free 0x5571735b3e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4000 0.000128
+gallium_dri.so free 0x5571735b4080 void 0.000130
+gallium_dri.so free 0x5571735b4000 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4080 0.000124
+gallium_dri.so free 0x5571735b4600 void 0.000121
+gallium_dri.so free 0x5571735b4080 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4620 0.000141
+gallium_dri.so free 0x5571735b46c0 void 0.000130
+gallium_dri.so free 0x5571735b4620 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4670 0.000121
+gallium_dri.so free 0x5571735b4740 void 0.000125
+gallium_dri.so free 0x5571735b4670 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4740 0.000129
+gallium_dri.so free 0x5571735b4800 void 0.000123
+gallium_dri.so free 0x5571735b4740 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4740 0.000125
+gallium_dri.so free 0x5571735b4880 void 0.000124
+gallium_dri.so free 0x5571735b4740 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4880 0.000124
+gallium_dri.so free 0x5571735b4940 void 0.000125
+gallium_dri.so free 0x5571735b4880 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4880 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735b4880 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4880 0.000119
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735b4880 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb480 0.000131
+gallium_dri.so free 0x5571735eb500 void 0.000133
+gallium_dri.so free 0x5571735eb480 void 0.000141
+gallium_dri.so malloc 72 0x5571735eb500 0.000130
+gallium_dri.so free 0x5571735eb5c0 void 0.000129
+gallium_dri.so free 0x5571735eb500 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb500 0.000129
+gallium_dri.so free 0x5571735eb640 void 0.000131
+gallium_dri.so free 0x5571735eb500 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb500 0.000124
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb500 0.000119
+gallium_dri.so free 0x5571735eb7c0 void 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb770 0.000130
+gallium_dri.so free 0x5571735eb840 void 0.000124
+gallium_dri.so free 0x5571735eb770 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb890 0.000130
+gallium_dri.so free 0x5571735eb900 void 0.000124
+gallium_dri.so free 0x5571735eb890 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb920 0.000124
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb920 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb970 0.000124
+gallium_dri.so free 0x5571735eba40 void 0.000133
+gallium_dri.so free 0x5571735eb970 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb970 0.000125
+gallium_dri.so free 0x5571735e14c0 void 0.000129
+gallium_dri.so free 0x5571735eb970 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1470 0.000131
+gallium_dri.so free 0x5571735e1540 void 0.000129
+gallium_dri.so free 0x5571735e1470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1590 0.000123
+gallium_dri.so free 0x5571735ebb40 void 0.000126
+gallium_dri.so free 0x5571735e1590 void 0.000136
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000125
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1630 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1630 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1630 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000130
+gallium_dri.so free 0x5571735e1630 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1730 0.000125
+gallium_dri.so free 0x5571735e1840 void 0.000147
+gallium_dri.so free 0x5571735e1730 void 0.000127
+gallium_dri.so malloc 72 0x5571735e17f0 0.000121
+gallium_dri.so free 0x5571735e18c0 void 0.000124
+gallium_dri.so free 0x5571735e17f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e17f0 0.000124
+gallium_dri.so free 0x5571735e1980 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e17f0 0.000129
+gallium_dri.so free 0x5571735e1a40 void 0.000128
+gallium_dri.so free 0x5571735e17f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e19f0 0.000124
+gallium_dri.so free 0x5571735e1ac0 void 0.000129
+gallium_dri.so free 0x5571735e19f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e1b10 0.000131
+gallium_dri.so free 0x5571735e1b80 void 0.000129
+gallium_dri.so free 0x5571735e1b10 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ba0 0.000130
+gallium_dri.so free 0x5571735e1c40 void 0.000130
+gallium_dri.so free 0x5571735e1ba0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000129
+gallium_dri.so free 0x5571735e1cc0 void 0.000175
+gallium_dri.so free 0x5571735e1bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000131
+gallium_dri.so free 0x5571735e1d80 void 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000126
+gallium_dri.so free 0x5571735e1cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1e00 0.000124
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1e00 0.000129
+gallium_dri.so free 0x5571735e1f80 void 0.000129
+gallium_dri.so free 0x5571735e1e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1e00 0.000129
+gallium_dri.so free 0x5571735e2040 void 0.000129
+gallium_dri.so free 0x5571735e1e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000128
+gallium_dri.so free 0x5571735e20c0 void 0.000130
+gallium_dri.so free 0x5571735e1ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2110 0.000140
+gallium_dri.so free 0x5571735e2180 void 0.000133
+gallium_dri.so free 0x5571735e2110 void 0.000130
+gallium_dri.so malloc 72 0x5571735e21c0 0.000130
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so free 0x5571735e21c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e21c0 0.000129
+gallium_dri.so free 0x5571735e22c0 void 0.000124
+gallium_dri.so free 0x5571735e21c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e22f0 0.000120
+gallium_dri.so free 0x5571735e2340 void 0.000120
+gallium_dri.so free 0x5571735e22f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e22f0 0.000123
+gallium_dri.so free 0x5571735e2440 void 0.000120
+gallium_dri.so free 0x5571735e22f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e23f0 0.000130
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e23f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e24b0 0.000125
+gallium_dri.so free 0x5571735e2540 void 0.000119
+gallium_dri.so free 0x5571735e24b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e24b0 0.000129
+gallium_dri.so free 0x5571735e2600 void 0.000133
+gallium_dri.so free 0x5571735e24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2670 0.000129
+gallium_dri.so free 0x5571735e26c0 void 0.000128
+gallium_dri.so free 0x5571735e2670 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2670 0.000125
+gallium_dri.so free 0x5571735e27c0 void 0.000125
+gallium_dri.so free 0x5571735e2670 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2770 0.000129
+gallium_dri.so free 0x5571735e2880 void 0.000131
+gallium_dri.so free 0x5571735e2770 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2830 0.000120
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so free 0x5571735e2830 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2830 0.000129
+gallium_dri.so free 0x5571735e2980 void 0.000131
+gallium_dri.so free 0x5571735e2830 void 0.000125
+gallium_dri.so malloc 72 0x5571735e29c0 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000120
+gallium_dri.so free 0x5571735e29c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2a40 0.000129
+gallium_dri.so free 0x5571735e2b00 void 0.000130
+gallium_dri.so free 0x5571735e2a40 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2a40 0.000165
+gallium_dri.so free 0x5571735e2bc0 void 0.000167
+gallium_dri.so free 0x5571735e2a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2be0 0.000129
+gallium_dri.so free 0x5571735e2c80 void 0.000124
+gallium_dri.so free 0x5571735e2be0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2c30 0.000125
+gallium_dri.so free 0x5571735e2d00 void 0.000129
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c30 0.000132
+gallium_dri.so free 0x5571735e2d80 void 0.000129
+gallium_dri.so free 0x5571735e2c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2d80 0.000119
+gallium_dri.so free 0x5571735e2e40 void 0.000126
+gallium_dri.so free 0x5571735e2d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d80 0.000126
+gallium_dri.so free 0x5571735e2f00 void 0.000124
+gallium_dri.so free 0x5571735e2d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d80 0.000130
+gallium_dri.so free 0x5571735e2fc0 void 0.000135
+gallium_dri.so free 0x5571735e2d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2f70 0.000126
+gallium_dri.so free 0x5571735e3080 void 0.000129
+gallium_dri.so free 0x5571735e2f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3030 0.000130
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so free 0x5571735e3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3150 0.000129
+gallium_dri.so free 0x5571735e31c0 void 0.000129
+gallium_dri.so free 0x5571735e3150 void 0.000130
+gallium_dri.so malloc 72 0x5571735e31e0 0.000124
+gallium_dri.so free 0x5571735e3280 void 0.000125
+gallium_dri.so free 0x5571735e31e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3230 0.000130
+gallium_dri.so free 0x5571735e3300 void 0.000130
+gallium_dri.so free 0x5571735e3230 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3230 0.000130
+gallium_dri.so free 0x5571735e3380 void 0.000129
+gallium_dri.so free 0x5571735e3230 void 0.000135
+gallium_dri.so malloc 72 0x5571735e3380 0.000130
+gallium_dri.so free 0x5571735e3440 void 0.000130
+gallium_dri.so free 0x5571735e3380 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3380 0.000124
+gallium_dri.so free 0x5571735e3540 void 0.000129
+gallium_dri.so free 0x5571735e3380 void 0.000132
+gallium_dri.so malloc 72 0x5571735e34f0 0.000125
+gallium_dri.so free 0x5571735e3580 void 0.000125
+gallium_dri.so free 0x5571735e34f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e34f0 0.000128
+gallium_dri.so free 0x5571735e3640 void 0.000129
+gallium_dri.so free 0x5571735e34f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3680 0.000124
+gallium_dri.so free 0x5571735e3700 void 0.000125
+gallium_dri.so free 0x5571735e3680 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3700 0.000129
+gallium_dri.so free 0x5571735e37c0 void 0.000131
+gallium_dri.so free 0x5571735e3700 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3700 0.000129
+gallium_dri.so free 0x5571735e3d40 void 0.000130
+gallium_dri.so free 0x5571735e3700 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3700 0.000124
+gallium_dri.so free 0x5571735e3e00 void 0.000125
+gallium_dri.so free 0x5571735e3700 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3db0 0.000125
+gallium_dri.so free 0x5571735e3e00 void 0.000125
+gallium_dri.so free 0x5571735e3db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3db0 0.000125
+gallium_dri.so free 0x5571735e3f00 void 0.000125
+gallium_dri.so free 0x5571735e3db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3eb0 0.000123
+gallium_dri.so free 0x5571735e3fc0 void 0.000129
+gallium_dri.so free 0x5571735e3eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3f70 0.000125
+gallium_dri.so free 0x5571735e4000 void 0.000131
+gallium_dri.so free 0x5571735e3f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3f70 0.000129
+gallium_dri.so free 0x5571735e40c0 void 0.000129
+gallium_dri.so free 0x5571735e3f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4100 0.000130
+gallium_dri.so free 0x5571735e4180 void 0.000124
+gallium_dri.so free 0x5571735e4100 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4180 0.000125
+gallium_dri.so free 0x5571735e4240 void 0.000124
+gallium_dri.so free 0x5571735e4180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4180 0.000131
+gallium_dri.so free 0x5571735e4300 void 0.000129
+gallium_dri.so free 0x5571735e4180 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4320 0.000130
+gallium_dri.so free 0x5571735e43c0 void 0.000129
+gallium_dri.so free 0x5571735e4320 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4370 0.000130
+gallium_dri.so free 0x5571735e4440 void 0.000130
+gallium_dri.so free 0x5571735e4370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4370 0.000120
+gallium_dri.so free 0x5571735e44c0 void 0.000132
+gallium_dri.so free 0x5571735e4370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e44c0 0.000125
+gallium_dri.so free 0x5571735e4580 void 0.000129
+gallium_dri.so free 0x5571735e44c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e44c0 0.000123
+gallium_dri.so free 0x5571735e4640 void 0.000127
+gallium_dri.so free 0x5571735e44c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e44c0 0.000158
+gallium_dri.so free 0x5571735e4700 void 0.000280
+gallium_dri.so free 0x5571735e44c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735e46b0 0.000164
+gallium_dri.so free 0x5571735e47c0 void 0.000171
+gallium_dri.so free 0x5571735e46b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4770 0.000130
+gallium_dri.so free 0x5571735e4840 void 0.000131
+gallium_dri.so free 0x5571735e4770 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4890 0.000125
+gallium_dri.so free 0x5571735e4900 void 0.000137
+gallium_dri.so free 0x5571735e4890 void 0.000137
+gallium_dri.so malloc 72 0x5571735e4920 0.000134
+gallium_dri.so free 0x5571735e49c0 void 0.000126
+gallium_dri.so free 0x5571735e4920 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4970 0.000129
+gallium_dri.so free 0x5571735e4a40 void 0.000136
+gallium_dri.so free 0x5571735e4970 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4970 0.000132
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so free 0x5571735e4970 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000121
+gallium_dri.so free 0x5571735e4b80 void 0.000128
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000130
+gallium_dri.so free 0x5571735e4c80 void 0.000130
+gallium_dri.so free 0x5571735e4ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4c30 0.000131
+gallium_dri.so free 0x5571735e4cc0 void 0.000125
+gallium_dri.so free 0x5571735e4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4c30 0.000119
+gallium_dri.so free 0x5571735e4d80 void 0.000121
+gallium_dri.so free 0x5571735e4c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4dc0 0.000132
+gallium_dri.so free 0x5571735e4e40 void 0.000130
+gallium_dri.so free 0x5571735e4dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4e40 0.000124
+gallium_dri.so free 0x5571735e4f00 void 0.000121
+gallium_dri.so free 0x5571735e4e40 void 0.000171
+gallium_dri.so malloc 72 0x5571735e4e40 0.000167
+gallium_dri.so free 0x5571735e4f80 void 0.000165
+gallium_dri.so free 0x5571735e4e40 void 0.000165
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000158
+gallium_dri.so free 0x5571735e5000 void 0.000161
+gallium_dri.so free 0x5571735e4fb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000193
+gallium_dri.so free 0x5571735e5100 void 0.000243
+gallium_dri.so free 0x5571735e4fb0 void 0.000270
+gallium_dri.so malloc 72 0x5571735e5140 0.000249
+gallium_dri.so free 0x5571735e51c0 void 0.000214
+gallium_dri.so free 0x5571735e5140 void 0.000165
+gallium_dri.so malloc 72 0x5571735e51c0 0.000166
+gallium_dri.so free 0x5571735e5280 void 0.000200
+gallium_dri.so free 0x5571735e51c0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e51c0 0.000166
+gallium_dri.so free 0x5571735e5300 void 0.000167
+gallium_dri.so free 0x5571735e51c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e5330 0.000165
+gallium_dri.so free 0x5571735e5380 void 0.000164
+gallium_dri.so free 0x5571735e5330 void 0.000173
+gallium_dri.so malloc 72 0x5571735e5330 0.000131
+gallium_dri.so free 0x5571735e5480 void 0.000129
+gallium_dri.so free 0x5571735e5330 void 0.000157
+gallium_dri.so malloc 72 0x5571735e5430 0.000157
+gallium_dri.so free 0x5571735e5540 void 0.000186
+gallium_dri.so free 0x5571735e5430 void 0.000168
+gallium_dri.so malloc 72 0x5571735e54f0 0.000179
+gallium_dri.so free 0x5571735e55c0 void 0.000132
+gallium_dri.so free 0x5571735e54f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e54f0 0.000120
+gallium_dri.so free 0x5571735e5680 void 0.000139
+gallium_dri.so free 0x5571735e54f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e54f0 0.000131
+gallium_dri.so free 0x5571735e5740 void 0.000124
+gallium_dri.so free 0x5571735e54f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e56f0 0.000126
+gallium_dri.so free 0x5571735e57c0 void 0.000129
+gallium_dri.so free 0x5571735e56f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5810 0.000119
+gallium_dri.so free 0x5571735e5880 void 0.000122
+gallium_dri.so free 0x5571735e5810 void 0.000124
+gallium_dri.so malloc 72 0x5571735e58a0 0.000132
+gallium_dri.so free 0x5571735e5940 void 0.000132
+gallium_dri.so free 0x5571735e58a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e58f0 0.000121
+gallium_dri.so free 0x5571735e59c0 void 0.000128
+gallium_dri.so free 0x5571735e58f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e59c0 0.000125
+gallium_dri.so free 0x5571735e5a80 void 0.000132
+gallium_dri.so free 0x5571735e59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e59c0 0.000131
+gallium_dri.so free 0x5571735e5b00 void 0.000240
+gallium_dri.so free 0x5571735e59c0 void 0.000224
+gallium_dri.so malloc 72 0x5571735e5b00 0.000129
+gallium_dri.so free 0x5571735e5bc0 void 0.000130
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5b00 0.000130
+gallium_dri.so free 0x5571735e5c80 void 0.000125
+gallium_dri.so free 0x5571735e5b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5b00 0.000129
+gallium_dri.so free 0x5571735e5d40 void 0.000129
+gallium_dri.so free 0x5571735e5b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000130
+gallium_dri.so free 0x5571735e5dc0 void 0.000129
+gallium_dri.so free 0x5571735e5cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5e10 0.000132
+gallium_dri.so free 0x5571735e5e80 void 0.000129
+gallium_dri.so free 0x5571735e5e10 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000126
+gallium_dri.so free 0x5571735e5f40 void 0.000125
+gallium_dri.so free 0x5571735e5ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5ec0 0.000166
+gallium_dri.so free 0x5571735e5fc0 void 0.000158
+gallium_dri.so free 0x5571735e5ec0 void 0.000149
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000143
+gallium_dri.so free 0x5571735e6040 void 0.000143
+gallium_dri.so free 0x5571735e5ff0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e5ff0 0.000147
+gallium_dri.so free 0x5571735e6140 void 0.000154
+gallium_dri.so free 0x5571735e5ff0 void 0.000157
+gallium_dri.so malloc 72 0x5571735e60f0 0.000153
+gallium_dri.so free 0x5571735e6200 void 0.000149
+gallium_dri.so free 0x5571735e60f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e61b0 0.000148
+gallium_dri.so free 0x557173455400 void 0.000147
+gallium_dri.so free 0x5571735e61b0 void 0.000142
+gallium_dri.so malloc 72 0x557173455430 0.000143
+gallium_dri.so free 0x557173455480 void 0.000142
+gallium_dri.so free 0x557173455430 void 0.000148
+gallium_dri.so malloc 72 0x557173455430 0.000155
+gallium_dri.so free 0x557173455580 void 0.000238
+gallium_dri.so free 0x557173455430 void 0.000318
+gallium_dri.so malloc 72 0x5571734555c0 0.000308
+gallium_dri.so free 0x557173455640 void 0.000302
+gallium_dri.so free 0x5571734555c0 void 0.000310
+gallium_dri.so malloc 72 0x557173455640 0.000252
+gallium_dri.so free 0x557173455700 void 0.000291
+gallium_dri.so free 0x557173455640 void 0.000173
+gallium_dri.so malloc 72 0x557173455640 0.000162
+gallium_dri.so free 0x557173455780 void 0.000161
+gallium_dri.so free 0x557173455640 void 0.000131
+gallium_dri.so malloc 72 0x5571734557b0 0.000131
+gallium_dri.so free 0x557173455800 void 0.000131
+gallium_dri.so free 0x5571734557b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734557b0 0.000185
+gallium_dri.so free 0x557173455900 void 0.000132
+gallium_dri.so free 0x5571734557b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734558b0 0.000119
+gallium_dri.so free 0x5571734559c0 void 0.000128
+gallium_dri.so free 0x5571734558b0 void 0.000124
+gallium_dri.so malloc 72 0x557173455970 0.000120
+gallium_dri.so free 0x557173455a40 void 0.000120
+gallium_dri.so free 0x557173455970 void 0.000125
+gallium_dri.so malloc 72 0x557173455970 0.000123
+gallium_dri.so free 0x557173455b00 void 0.000120
+gallium_dri.so free 0x557173455970 void 0.000123
+gallium_dri.so malloc 72 0x557173455970 0.000131
+gallium_dri.so free 0x557173455bc0 void 0.000132
+gallium_dri.so free 0x557173455970 void 0.000124
+gallium_dri.so malloc 72 0x557173455b70 0.000119
+gallium_dri.so free 0x557173455c40 void 0.000127
+gallium_dri.so free 0x557173455b70 void 0.000125
+gallium_dri.so malloc 72 0x557173455c90 0.000120
+gallium_dri.so free 0x557173455d00 void 0.000127
+gallium_dri.so free 0x557173455c90 void 0.000132
+gallium_dri.so malloc 72 0x557173455d20 0.000131
+gallium_dri.so free 0x557173455dc0 void 0.000133
+gallium_dri.so free 0x557173455d20 void 0.000121
+gallium_dri.so malloc 72 0x557173455d70 0.000119
+gallium_dri.so free 0x557173455e40 void 0.000119
+gallium_dri.so free 0x557173455d70 void 0.000125
+gallium_dri.so malloc 72 0x557173455e40 0.000130
+gallium_dri.so free 0x557173455f00 void 0.000130
+gallium_dri.so free 0x557173455e40 void 0.000127
+gallium_dri.so malloc 72 0x557173455e40 0.000128
+gallium_dri.so free 0x557173455f80 void 0.000129
+gallium_dri.so free 0x557173455e40 void 0.000130
+gallium_dri.so malloc 72 0x557173455f80 0.000129
+gallium_dri.so free 0x557173456040 void 0.000128
+gallium_dri.so free 0x557173455f80 void 0.000129
+gallium_dri.so malloc 72 0x557173455f80 0.000130
+gallium_dri.so free 0x557173456100 void 0.000128
+gallium_dri.so free 0x557173455f80 void 0.000124
+gallium_dri.so malloc 72 0x557173455f80 0.000119
+gallium_dri.so free 0x5571734561c0 void 0.000126
+gallium_dri.so free 0x557173455f80 void 0.000128
+gallium_dri.so malloc 72 0x557173456170 0.000124
+gallium_dri.so free 0x557173456240 void 0.000121
+gallium_dri.so free 0x557173456170 void 0.000130
+gallium_dri.so malloc 72 0x557173456290 0.000129
+gallium_dri.so free 0x557173456300 void 0.000125
+gallium_dri.so free 0x557173456290 void 0.000124
+gallium_dri.so malloc 72 0x557173456340 0.000134
+gallium_dri.so free 0x5571734563c0 void 0.000131
+gallium_dri.so free 0x557173456340 void 0.000142
+gallium_dri.so malloc 72 0x557173456340 0.000126
+gallium_dri.so free 0x557173456440 void 0.000131
+gallium_dri.so free 0x557173456340 void 0.000126
+gallium_dri.so malloc 72 0x557173456470 0.000124
+gallium_dri.so free 0x5571734564c0 void 0.000123
+gallium_dri.so free 0x557173456470 void 0.000119
+gallium_dri.so malloc 72 0x557173456470 0.000119
+gallium_dri.so free 0x5571734565c0 void 0.000119
+gallium_dri.so free 0x557173456470 void 0.000119
+gallium_dri.so malloc 72 0x557173456570 0.000120
+gallium_dri.so free 0x557173456680 void 0.000120
+gallium_dri.so free 0x557173456570 void 0.000120
+gallium_dri.so malloc 72 0x557173456630 0.000124
+gallium_dri.so free 0x5571734566c0 void 0.000132
+gallium_dri.so free 0x557173456630 void 0.000132
+gallium_dri.so malloc 72 0x557173456630 0.000130
+gallium_dri.so free 0x557173456780 void 0.000165
+gallium_dri.so free 0x557173456630 void 0.000169
+gallium_dri.so malloc 72 0x5571734567f0 0.000158
+gallium_dri.so free 0x557173456840 void 0.000128
+gallium_dri.so free 0x5571734567f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734567f0 0.000128
+gallium_dri.so free 0x557173456940 void 0.000313
+gallium_dri.so free 0x5571734567f0 void 0.000349
+gallium_dri.so malloc 72 0x5571734568f0 0.000326
+gallium_dri.so free 0x557173456a00 void 0.000315
+gallium_dri.so free 0x5571734568f0 void 0.000286
+gallium_dri.so malloc 72 0x5571734569b0 0.000282
+gallium_dri.so free 0x557173456a40 void 0.000270
+gallium_dri.so free 0x5571734569b0 void 0.000238
+gallium_dri.so malloc 72 0x5571734569b0 0.000284
+gallium_dri.so free 0x557173456b00 void 0.000165
+gallium_dri.so free 0x5571734569b0 void 0.000168
+gallium_dri.so malloc 72 0x557173456b40 0.000172
+gallium_dri.so free 0x557173456bc0 void 0.000130
+gallium_dri.so free 0x557173456b40 void 0.000127
+gallium_dri.so malloc 72 0x557173456bc0 0.000125
+gallium_dri.so free 0x557173456c80 void 0.000130
+gallium_dri.so free 0x557173456bc0 void 0.000129
+gallium_dri.so malloc 72 0x557173456bc0 0.000130
+gallium_dri.so free 0x557173456d40 void 0.000130
+gallium_dri.so free 0x557173456bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173456d60 0.000125
+gallium_dri.so free 0x557173456e00 void 0.000144
+gallium_dri.so free 0x557173456d60 void 0.000148
+gallium_dri.so malloc 72 0x557173456db0 0.000128
+gallium_dri.so free 0x557173456e80 void 0.000126
+gallium_dri.so free 0x557173456db0 void 0.000124
+gallium_dri.so malloc 72 0x557173456db0 0.000148
+gallium_dri.so free 0x557173456f00 void 0.000164
+gallium_dri.so free 0x557173456db0 void 0.000153
+gallium_dri.so malloc 72 0x557173456f00 0.000151
+gallium_dri.so free 0x557173456fc0 void 0.000147
+gallium_dri.so free 0x557173456f00 void 0.000179
+gallium_dri.so malloc 72 0x557173456f00 0.000165
+gallium_dri.so free 0x557173457080 void 0.000153
+gallium_dri.so free 0x557173456f00 void 0.000151
+gallium_dri.so malloc 72 0x557173456f00 0.000151
+gallium_dri.so free 0x557173457140 void 0.000151
+gallium_dri.so free 0x557173456f00 void 0.000152
+gallium_dri.so malloc 72 0x5571734570f0 0.000241
+gallium_dri.so free 0x557173457200 void 0.000233
+gallium_dri.so free 0x5571734570f0 void 0.000193
+gallium_dri.so malloc 72 0x5571734571b0 0.000229
+gallium_dri.so free 0x557173457280 void 0.000196
+gallium_dri.so free 0x5571734571b0 void 0.000144
+gallium_dri.so malloc 72 0x5571734572d0 0.000142
+gallium_dri.so free 0x557173457340 void 0.000172
+gallium_dri.so free 0x5571734572d0 void 0.000155
+gallium_dri.so malloc 72 0x557173457360 0.000155
+gallium_dri.so free 0x557173457400 void 0.000154
+gallium_dri.so free 0x557173457360 void 0.000153
+gallium_dri.so malloc 72 0x5571734573b0 0.000153
+gallium_dri.so free 0x557173457480 void 0.000156
+gallium_dri.so free 0x5571734573b0 void 0.000154
+gallium_dri.so malloc 72 0x5571734573b0 0.000153
+gallium_dri.so free 0x557173457500 void 0.000155
+gallium_dri.so free 0x5571734573b0 void 0.000152
+gallium_dri.so malloc 72 0x557173457500 0.000155
+gallium_dri.so free 0x5571734575c0 void 0.000155
+gallium_dri.so free 0x557173457500 void 0.000154
+gallium_dri.so malloc 72 0x557173457500 0.000155
+gallium_dri.so free 0x5571734576c0 void 0.000155
+gallium_dri.so free 0x557173457500 void 0.000154
+gallium_dri.so malloc 72 0x557173457670 0.000153
+gallium_dri.so free 0x557173457700 void 0.000162
+gallium_dri.so free 0x557173457670 void 0.000124
+gallium_dri.so malloc 72 0x557173457670 0.000115
+gallium_dri.so free 0x5571734577c0 void 0.000118
+gallium_dri.so free 0x557173457670 void 0.000115
+gallium_dri.so malloc 72 0x557173457800 0.000114
+gallium_dri.so free 0x557173457880 void 0.000115
+gallium_dri.so free 0x557173457800 void 0.000116
+gallium_dri.so malloc 72 0x557173457880 0.000115
+gallium_dri.so free 0x557173457940 void 0.000115
+gallium_dri.so free 0x557173457880 void 0.000115
+gallium_dri.so malloc 72 0x557173457880 0.000115
+gallium_dri.so free 0x5571734579c0 void 0.000116
+gallium_dri.so free 0x557173457880 void 0.000116
+gallium_dri.so malloc 72 0x5571734579f0 0.000116
+gallium_dri.so free 0x557173457a40 void 0.000114
+gallium_dri.so free 0x5571734579f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734579f0 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so free 0x5571734579f0 void 0.000116
+gallium_dri.so malloc 72 0x557173457b80 0.000115
+gallium_dri.so free 0x557173457c00 void 0.000117
+gallium_dri.so free 0x557173457b80 void 0.000115
+gallium_dri.so malloc 72 0x557173457c00 0.000115
+gallium_dri.so free 0x557173457cc0 void 0.000117
+gallium_dri.so free 0x557173457c00 void 0.000115
+gallium_dri.so malloc 72 0x557173457c00 0.000115
+gallium_dri.so free 0x557173457d40 void 0.000117
+gallium_dri.so free 0x557173457c00 void 0.000116
+gallium_dri.so malloc 72 0x557173457d70 0.000129
+gallium_dri.so free 0x557173457dc0 void 0.000120
+gallium_dri.so free 0x557173457d70 void 0.000123
+gallium_dri.so malloc 72 0x557173457d70 0.000122
+gallium_dri.so free 0x557173457ec0 void 0.000119
+gallium_dri.so free 0x557173457d70 void 0.000121
+gallium_dri.so malloc 72 0x557173457e70 0.000123
+gallium_dri.so free 0x557173457f80 void 0.000119
+gallium_dri.so free 0x557173457e70 void 0.000122
+gallium_dri.so malloc 72 0x557173457f30 0.000121
+gallium_dri.so free 0x557173458000 void 0.000122
+gallium_dri.so free 0x557173457f30 void 0.000121
+gallium_dri.so malloc 72 0x557173457f30 0.000121
+gallium_dri.so free 0x5571734580c0 void 0.000122
+gallium_dri.so free 0x557173457f30 void 0.000120
+gallium_dri.so malloc 72 0x557173457f30 0.000120
+gallium_dri.so free 0x557173458180 void 0.000121
+gallium_dri.so free 0x557173457f30 void 0.000121
+gallium_dri.so malloc 72 0x557173458130 0.000121
+gallium_dri.so free 0x557173458200 void 0.000122
+gallium_dri.so free 0x557173458130 void 0.000121
+gallium_dri.so malloc 72 0x557173458250 0.000120
+gallium_dri.so free 0x5571734582c0 void 0.000122
+gallium_dri.so free 0x557173458250 void 0.000121
+gallium_dri.so malloc 72 0x5571734582e0 0.000121
+gallium_dri.so free 0x557173458380 void 0.000120
+gallium_dri.so free 0x5571734582e0 void 0.000132
+gallium_dri.so malloc 72 0x557173458330 0.000123
+gallium_dri.so free 0x557173458400 void 0.000121
+gallium_dri.so free 0x557173458330 void 0.000119
+gallium_dri.so malloc 72 0x557173458400 0.000120
+gallium_dri.so free 0x5571734584c0 void 0.000119
+gallium_dri.so free 0x557173458400 void 0.000121
+gallium_dri.so malloc 72 0x557173458400 0.000122
+gallium_dri.so free 0x557173458540 void 0.000121
+gallium_dri.so free 0x557173458400 void 0.000121
+gallium_dri.so malloc 72 0x557173458540 0.000121
+gallium_dri.so free 0x557173458600 void 0.000129
+gallium_dri.so free 0x557173458540 void 0.000122
+gallium_dri.so malloc 72 0x557173458540 0.000123
+gallium_dri.so free 0x5571734586c0 void 0.000121
+gallium_dri.so free 0x557173458540 void 0.000118
+gallium_dri.so malloc 72 0x557173458540 0.000120
+gallium_dri.so free 0x557173458780 void 0.000121
+gallium_dri.so free 0x557173458540 void 0.000120
+gallium_dri.so malloc 72 0x557173458730 0.000121
+gallium_dri.so free 0x557173458800 void 0.000123
+gallium_dri.so free 0x557173458730 void 0.000117
+gallium_dri.so malloc 72 0x557173458850 0.000120
+gallium_dri.so free 0x5571734588c0 void 0.000122
+gallium_dri.so free 0x557173458850 void 0.000117
+gallium_dri.so malloc 72 0x557173458900 0.000120
+gallium_dri.so free 0x557173458980 void 0.000124
+gallium_dri.so free 0x557173458900 void 0.000121
+gallium_dri.so malloc 72 0x557173458900 0.000121
+gallium_dri.so free 0x557173458a00 void 0.000121
+gallium_dri.so free 0x557173458900 void 0.000120
+gallium_dri.so malloc 72 0x557173458a30 0.000117
+gallium_dri.so free 0x557173458a80 void 0.000120
+gallium_dri.so free 0x557173458a30 void 0.000121
+gallium_dri.so malloc 72 0x557173458a30 0.000120
+gallium_dri.so free 0x55717358e6c0 void 0.000122
+gallium_dri.so free 0x557173458a30 void 0.000117
+gallium_dri.so malloc 72 0x55717358e710 0.000119
+gallium_dri.so free 0x55717358e780 void 0.000120
+gallium_dri.so free 0x55717358e710 void 0.000119
+gallium_dri.so malloc 72 0x55717358e7a0 0.000125
+gallium_dri.so free 0x55717358e840 void 0.000123
+gallium_dri.so free 0x55717358e7a0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e7f0 0.000120
+gallium_dri.so free 0x55717358e8c0 void 0.000121
+gallium_dri.so free 0x55717358e7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e7f0 0.000120
+gallium_dri.so free 0x557173458b80 void 0.000124
+gallium_dri.so free 0x55717358e7f0 void 0.000121
+gallium_dri.so malloc 72 0x557173458b30 0.000120
+gallium_dri.so free 0x55717358e9c0 void 0.000121
+gallium_dri.so free 0x557173458b30 void 0.000132
+gallium_dri.so malloc 72 0x55717358e970 0.000119
+gallium_dri.so free 0x55717358ea80 void 0.000124
+gallium_dri.so free 0x55717358e970 void 0.000121
+gallium_dri.so malloc 72 0x55717358ea30 0.000118
+gallium_dri.so free 0x55717358eac0 void 0.000118
+gallium_dri.so free 0x55717358ea30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ea30 0.000118
+gallium_dri.so free 0x55717358eb80 void 0.000120
+gallium_dri.so free 0x55717358ea30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ebc0 0.000121
+gallium_dri.so free 0x55717358ec40 void 0.000122
+gallium_dri.so free 0x55717358ebc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec40 0.000122
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec40 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so free 0x55717358ec40 void 0.000119
+gallium_dri.so malloc 72 0x55717358ede0 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358ede0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ee30 0.000117
+gallium_dri.so free 0x55717358ef00 void 0.000122
+gallium_dri.so free 0x55717358ee30 void 0.000122
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000124
+gallium_dri.so free 0x55717358ee30 void 0.000122
+gallium_dri.so malloc 72 0x55717358ef80 0.000120
+gallium_dri.so free 0x55717358f040 void 0.000126
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000120
+gallium_dri.so free 0x55717358f100 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000121
+gallium_dri.so free 0x55717358f1c0 void 0.000122
+gallium_dri.so free 0x55717358ef80 void 0.000121
+gallium_dri.so malloc 72 0x55717358f170 0.000120
+gallium_dri.so free 0x55717358f280 void 0.000119
+gallium_dri.so free 0x55717358f170 void 0.000117
+gallium_dri.so malloc 72 0x55717358f230 0.000119
+gallium_dri.so free 0x55717358f300 void 0.000118
+gallium_dri.so free 0x55717358f230 void 0.000120
+gallium_dri.so malloc 72 0x55717358f350 0.000122
+gallium_dri.so free 0x55717358f3c0 void 0.000122
+gallium_dri.so free 0x55717358f350 void 0.000121
+gallium_dri.so malloc 72 0x55717358f3e0 0.000120
+gallium_dri.so free 0x55717358f480 void 0.000122
+gallium_dri.so free 0x55717358f3e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f430 0.000118
+gallium_dri.so free 0x55717358f500 void 0.000122
+gallium_dri.so free 0x55717358f430 void 0.000163
+gallium_dri.so malloc 72 0x55717358f430 0.000122
+gallium_dri.so free 0x55717358f580 void 0.000201
+gallium_dri.so free 0x55717358f430 void 0.000154
+gallium_dri.so malloc 72 0x55717358f580 0.000117
+gallium_dri.so free 0x55717358f640 void 0.000116
+gallium_dri.so free 0x55717358f580 void 0.000116
+gallium_dri.so malloc 72 0x55717358f580 0.000114
+gallium_dri.so free 0x55717358f740 void 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6f0 0.000115
+gallium_dri.so free 0x55717358f780 void 0.000115
+gallium_dri.so free 0x55717358f6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6f0 0.000116
+gallium_dri.so free 0x55717358f840 void 0.000116
+gallium_dri.so free 0x55717358f6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f880 0.000118
+gallium_dri.so free 0x55717358f900 void 0.000116
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so malloc 72 0x55717358f900 0.000116
+gallium_dri.so free 0x55717358f9c0 void 0.000116
+gallium_dri.so free 0x55717358f900 void 0.000117
+gallium_dri.so malloc 72 0x55717358f900 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa70 0.000117
+gallium_dri.so free 0x55717358fac0 void 0.000128
+gallium_dri.so free 0x55717358fa70 void 0.000116
+gallium_dri.so malloc 72 0x55717358fa70 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so free 0x55717358fa70 void 0.000114
+gallium_dri.so malloc 72 0x55717358fc00 0.000115
+gallium_dri.so free 0x55717358fc80 void 0.000116
+gallium_dri.so free 0x55717358fc00 void 0.000115
+gallium_dri.so malloc 72 0x55717358fc80 0.000113
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so free 0x55717358fc80 void 0.000117
+gallium_dri.so malloc 72 0x55717358fc80 0.000116
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so free 0x55717358fc80 void 0.000115
+gallium_dri.so malloc 72 0x55717358fdf0 0.000114
+gallium_dri.so free 0x55717358fe40 void 0.000115
+gallium_dri.so free 0x55717358fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fdf0 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fef0 0.000113
+gallium_dri.so free 0x557173590000 void 0.000121
+gallium_dri.so free 0x55717358fef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ffb0 0.000114
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so free 0x55717358ffb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ffb0 0.000114
+gallium_dri.so free 0x557173590140 void 0.000128
+gallium_dri.so free 0x55717358ffb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ffb0 0.000114
+gallium_dri.so free 0x557173590200 void 0.000116
+gallium_dri.so free 0x55717358ffb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735901b0 0.000115
+gallium_dri.so free 0x557173590280 void 0.000115
+gallium_dri.so free 0x5571735901b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735902d0 0.000114
+gallium_dri.so free 0x557173590340 void 0.000114
+gallium_dri.so free 0x5571735902d0 void 0.000114
+gallium_dri.so malloc 72 0x557173590360 0.000116
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x557173590360 void 0.000114
+gallium_dri.so malloc 72 0x5571735903b0 0.000113
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x5571735903b0 void 0.000121
+gallium_dri.so malloc 72 0x557173590480 0.000114
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so malloc 72 0x557173590480 0.000116
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x557173590480 void 0.000116
+gallium_dri.so malloc 72 0x5571735905c0 0.000115
+gallium_dri.so free 0x557173590680 void 0.000115
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905c0 0.000114
+gallium_dri.so free 0x557173590740 void 0.000166
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735905c0 0.000115
+gallium_dri.so free 0x557173590800 void 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735907b0 0.000114
+gallium_dri.so free 0x557173590880 void 0.000116
+gallium_dri.so free 0x5571735907b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735908d0 0.000114
+gallium_dri.so free 0x557173590940 void 0.000115
+gallium_dri.so free 0x5571735908d0 void 0.000115
+gallium_dri.so malloc 72 0x557173590980 0.000115
+gallium_dri.so free 0x557173590a00 void 0.000116
+gallium_dri.so free 0x557173590980 void 0.000115
+gallium_dri.so malloc 72 0x557173590980 0.000116
+gallium_dri.so free 0x557173590a80 void 0.000116
+gallium_dri.so free 0x557173590980 void 0.000116
+gallium_dri.so malloc 72 0x557173590ab0 0.000116
+gallium_dri.so free 0x557173590b00 void 0.000114
+gallium_dri.so free 0x557173590ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173590ab0 0.000116
+gallium_dri.so free 0x557173590c00 void 0.000116
+gallium_dri.so free 0x557173590ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173590bb0 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000115
+gallium_dri.so free 0x557173590bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590c70 0.000114
+gallium_dri.so free 0x557173590d00 void 0.000124
+gallium_dri.so free 0x557173590c70 void 0.000115
+gallium_dri.so malloc 72 0x557173590c70 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000114
+gallium_dri.so free 0x557173590c70 void 0.000114
+gallium_dri.so malloc 72 0x557173590e30 0.000115
+gallium_dri.so free 0x557173590e80 void 0.000115
+gallium_dri.so free 0x557173590e30 void 0.000115
+gallium_dri.so malloc 72 0x557173590e30 0.000115
+gallium_dri.so free 0x557173590f80 void 0.000114
+gallium_dri.so free 0x557173590e30 void 0.000119
+gallium_dri.so malloc 72 0x557173590f30 0.000115
+gallium_dri.so free 0x557173591040 void 0.000116
+gallium_dri.so free 0x557173590f30 void 0.000114
+gallium_dri.so malloc 72 0x557173590ff0 0.000115
+gallium_dri.so free 0x557173591080 void 0.000114
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ff0 0.000118
+gallium_dri.so free 0x557173591140 void 0.000114
+gallium_dri.so free 0x557173590ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173591180 0.000114
+gallium_dri.so free 0x557173591200 void 0.000125
+gallium_dri.so free 0x557173591180 void 0.000114
+gallium_dri.so malloc 72 0x557173591200 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000119
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000124
+gallium_dri.so free 0x557173591380 void 0.000126
+gallium_dri.so free 0x557173591200 void 0.000130
+gallium_dri.so malloc 72 0x5571735913a0 0.000124
+gallium_dri.so free 0x557173591440 void 0.000124
+gallium_dri.so free 0x5571735913a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735913f0 0.000124
+gallium_dri.so free 0x5571735914c0 void 0.000118
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735913f0 0.000117
+gallium_dri.so free 0x557173591540 void 0.000115
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591540 0.000123
+gallium_dri.so free 0x557173591600 void 0.000123
+gallium_dri.so free 0x557173591540 void 0.000124
+gallium_dri.so malloc 72 0x557173591540 0.000125
+gallium_dri.so free 0x5571735916c0 void 0.000122
+gallium_dri.so free 0x557173591540 void 0.000123
+gallium_dri.so malloc 72 0x557173591540 0.000118
+gallium_dri.so free 0x557173591780 void 0.000119
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so malloc 72 0x557173591730 0.000119
+gallium_dri.so free 0x557173591840 void 0.000171
+gallium_dri.so free 0x557173591730 void 0.000126
+gallium_dri.so malloc 72 0x5571735917f0 0.000123
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x5571735917f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591910 0.000120
+gallium_dri.so free 0x557173591980 void 0.000123
+gallium_dri.so free 0x557173591910 void 0.000123
+gallium_dri.so malloc 72 0x5571735919a0 0.000119
+gallium_dri.so free 0x557173591a40 void 0.000119
+gallium_dri.so free 0x5571735919a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735919f0 0.000119
+gallium_dri.so free 0x557173591ac0 void 0.000114
+gallium_dri.so free 0x5571735919f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735919f0 0.000118
+gallium_dri.so free 0x557173591b40 void 0.000119
+gallium_dri.so free 0x5571735919f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591b40 0.000116
+gallium_dri.so free 0x557173591c00 void 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000120
+gallium_dri.so malloc 72 0x557173591b40 0.000113
+gallium_dri.so free 0x557173591d00 void 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000118
+gallium_dri.so malloc 72 0x557173591cb0 0.000114
+gallium_dri.so free 0x557173591d40 void 0.000142
+gallium_dri.so free 0x557173591cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173591cb0 0.000131
+gallium_dri.so free 0x557173591e00 void 0.000130
+gallium_dri.so free 0x557173591cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173591e40 0.000130
+gallium_dri.so free 0x557173591ec0 void 0.000131
+gallium_dri.so free 0x557173591e40 void 0.000125
+gallium_dri.so malloc 72 0x557173591ec0 0.000127
+gallium_dri.so free 0x557173459c40 void 0.000123
+gallium_dri.so free 0x557173591ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173459bf0 0.000128
+gallium_dri.so free 0x557173459c80 void 0.000128
+gallium_dri.so free 0x557173459bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173459bf0 0.000120
+gallium_dri.so free 0x557173459d40 void 0.000122
+gallium_dri.so free 0x557173459bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173459db0 0.000120
+gallium_dri.so free 0x557173459e00 void 0.000120
+gallium_dri.so free 0x557173459db0 void 0.000119
+gallium_dri.so malloc 72 0x557173459db0 0.000120
+gallium_dri.so free 0x557173459f00 void 0.000120
+gallium_dri.so free 0x557173459db0 void 0.000120
+gallium_dri.so malloc 72 0x557173459eb0 0.000126
+gallium_dri.so free 0x557173459fc0 void 0.000121
+gallium_dri.so free 0x557173459eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173459f70 0.000120
+gallium_dri.so free 0x55717345a000 void 0.000120
+gallium_dri.so free 0x557173459f70 void 0.000120
+gallium_dri.so malloc 72 0x557173459f70 0.000121
+gallium_dri.so free 0x55717345a0c0 void 0.000120
+gallium_dri.so free 0x557173459f70 void 0.000121
+gallium_dri.so malloc 72 0x55717345a100 0.000121
+gallium_dri.so free 0x55717345a180 void 0.000121
+gallium_dri.so free 0x55717345a100 void 0.000122
+gallium_dri.so malloc 72 0x55717345a180 0.000120
+gallium_dri.so free 0x55717345a240 void 0.000122
+gallium_dri.so free 0x55717345a180 void 0.000119
+gallium_dri.so malloc 72 0x55717345a180 0.000122
+gallium_dri.so free 0x55717345a300 void 0.000123
+gallium_dri.so free 0x55717345a180 void 0.000120
+gallium_dri.so malloc 72 0x55717345a320 0.000120
+gallium_dri.so free 0x55717345a3c0 void 0.000120
+gallium_dri.so free 0x55717345a320 void 0.000120
+gallium_dri.so malloc 72 0x55717345a370 0.000120
+gallium_dri.so free 0x55717345a440 void 0.000121
+gallium_dri.so free 0x55717345a370 void 0.000121
+gallium_dri.so malloc 72 0x55717345a370 0.000122
+gallium_dri.so free 0x55717345a4c0 void 0.000125
+gallium_dri.so free 0x55717345a370 void 0.000182
+gallium_dri.so malloc 72 0x55717345a4c0 0.000126
+gallium_dri.so free 0x55717345a580 void 0.000123
+gallium_dri.so free 0x55717345a4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a4c0 0.000121
+gallium_dri.so free 0x55717345a640 void 0.000122
+gallium_dri.so free 0x55717345a4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a4c0 0.000121
+gallium_dri.so free 0x55717345a700 void 0.000122
+gallium_dri.so free 0x55717345a4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a6b0 0.000120
+gallium_dri.so free 0x55717345a7c0 void 0.000121
+gallium_dri.so free 0x55717345a6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a770 0.000119
+gallium_dri.so free 0x55717345a840 void 0.000121
+gallium_dri.so free 0x55717345a770 void 0.000121
+gallium_dri.so malloc 72 0x55717345a890 0.000127
+gallium_dri.so free 0x55717345a900 void 0.000117
+gallium_dri.so free 0x55717345a890 void 0.000115
+gallium_dri.so malloc 72 0x55717345a920 0.000114
+gallium_dri.so free 0x55717345a9c0 void 0.000116
+gallium_dri.so free 0x55717345a920 void 0.000114
+gallium_dri.so malloc 72 0x55717345a970 0.000115
+gallium_dri.so free 0x55717345aa40 void 0.000115
+gallium_dri.so free 0x55717345a970 void 0.000120
+gallium_dri.so malloc 72 0x55717345a970 0.000114
+gallium_dri.so free 0x55717345aac0 void 0.000117
+gallium_dri.so free 0x55717345a970 void 0.000115
+gallium_dri.so malloc 72 0x55717345aac0 0.000121
+gallium_dri.so free 0x55717345ab80 void 0.000125
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so malloc 72 0x55717345aac0 0.000116
+gallium_dri.so free 0x55717345ac80 void 0.000121
+gallium_dri.so free 0x55717345aac0 void 0.000123
+gallium_dri.so malloc 72 0x55717345ac30 0.000120
+gallium_dri.so free 0x55717345acc0 void 0.000116
+gallium_dri.so free 0x55717345ac30 void 0.000115
+gallium_dri.so malloc 72 0x55717345ac30 0.000113
+gallium_dri.so free 0x55717345ad80 void 0.000116
+gallium_dri.so free 0x55717345ac30 void 0.000118
+gallium_dri.so malloc 72 0x55717345adc0 0.000123
+gallium_dri.so free 0x55717345ae40 void 0.000123
+gallium_dri.so free 0x55717345adc0 void 0.000119
+gallium_dri.so malloc 72 0x55717345ae40 0.000114
+gallium_dri.so free 0x55717345af00 void 0.000120
+gallium_dri.so free 0x55717345ae40 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae40 0.000114
+gallium_dri.so free 0x55717345af80 void 0.000115
+gallium_dri.so free 0x55717345ae40 void 0.000119
+gallium_dri.so malloc 72 0x55717345afb0 0.000124
+gallium_dri.so free 0x55717345b000 void 0.000135
+gallium_dri.so free 0x55717345afb0 void 0.000124
+gallium_dri.so malloc 72 0x55717345afb0 0.000119
+gallium_dri.so free 0x55717345b100 void 0.000117
+gallium_dri.so free 0x55717345afb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345b140 0.000125
+gallium_dri.so free 0x55717345b1c0 void 0.000118
+gallium_dri.so free 0x55717345b140 void 0.000114
+gallium_dri.so malloc 72 0x55717345b1c0 0.000114
+gallium_dri.so free 0x55717345b280 void 0.000119
+gallium_dri.so free 0x55717345b1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b1c0 0.000115
+gallium_dri.so free 0x55717345b300 void 0.000120
+gallium_dri.so free 0x55717345b1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345b330 0.000115
+gallium_dri.so free 0x55717345b380 void 0.000119
+gallium_dri.so free 0x55717345b330 void 0.000120
+gallium_dri.so malloc 72 0x55717345b330 0.000114
+gallium_dri.so free 0x55717345b480 void 0.000115
+gallium_dri.so free 0x55717345b330 void 0.000119
+gallium_dri.so malloc 72 0x55717345b430 0.000124
+gallium_dri.so free 0x55717345b540 void 0.000120
+gallium_dri.so free 0x55717345b430 void 0.000118
+gallium_dri.so malloc 72 0x55717345b4f0 0.000124
+gallium_dri.so free 0x55717345b5c0 void 0.000171
+gallium_dri.so free 0x55717345b4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b4f0 0.000122
+gallium_dri.so free 0x55717345b680 void 0.000123
+gallium_dri.so free 0x55717345b4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b4f0 0.000119
+gallium_dri.so free 0x55717345b740 void 0.000120
+gallium_dri.so free 0x55717345b4f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b6f0 0.000118
+gallium_dri.so free 0x55717345b7c0 void 0.000116
+gallium_dri.so free 0x55717345b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b810 0.000136
+gallium_dri.so free 0x55717345b880 void 0.000140
+gallium_dri.so free 0x55717345b810 void 0.000130
+gallium_dri.so malloc 72 0x55717345b8a0 0.000130
+gallium_dri.so free 0x55717345b940 void 0.000130
+gallium_dri.so free 0x55717345b8a0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b8f0 0.000129
+gallium_dri.so free 0x55717345b9c0 void 0.000125
+gallium_dri.so free 0x55717345b8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b9c0 0.000124
+gallium_dri.so free 0x55717345ba80 void 0.000134
+gallium_dri.so free 0x55717345b9c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345b9c0 0.000146
+gallium_dri.so free 0x55717345bb00 void 0.000130
+gallium_dri.so free 0x55717345b9c0 void 0.000125
+gallium_dri.so malloc 72 0x55717345bb00 0.000121
+gallium_dri.so free 0x55717345bbc0 void 0.000126
+gallium_dri.so free 0x55717345bb00 void 0.000129
+gallium_dri.so malloc 72 0x55717345bb00 0.000130
+gallium_dri.so free 0x55717345bc80 void 0.000130
+gallium_dri.so free 0x55717345bb00 void 0.000125
+gallium_dri.so malloc 72 0x55717345bb00 0.000119
+gallium_dri.so free 0x55717345bd40 void 0.000126
+gallium_dri.so free 0x55717345bb00 void 0.000126
+gallium_dri.so malloc 72 0x55717345bcf0 0.000120
+gallium_dri.so free 0x55717345bdc0 void 0.000121
+gallium_dri.so free 0x55717345bcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345be10 0.000120
+gallium_dri.so free 0x55717345be80 void 0.000120
+gallium_dri.so free 0x55717345be10 void 0.000125
+gallium_dri.so malloc 72 0x55717345bec0 0.000125
+gallium_dri.so free 0x55717345bf40 void 0.000121
+gallium_dri.so free 0x55717345bec0 void 0.000181
+gallium_dri.so malloc 72 0x55717345bec0 0.000126
+gallium_dri.so free 0x55717345bfc0 void 0.000127
+gallium_dri.so free 0x55717345bec0 void 0.000129
+gallium_dri.so malloc 72 0x55717345bff0 0.000129
+gallium_dri.so free 0x55717345c040 void 0.000125
+gallium_dri.so free 0x55717345bff0 void 0.000124
+gallium_dri.so malloc 72 0x55717345bff0 0.000130
+gallium_dri.so free 0x55717345c140 void 0.000131
+gallium_dri.so free 0x55717345bff0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c0f0 0.000124
+gallium_dri.so free 0x55717345c200 void 0.000120
+gallium_dri.so free 0x55717345c0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345c1b0 0.000130
+gallium_dri.so free 0x55717345c240 void 0.000124
+gallium_dri.so free 0x55717345c1b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345c1b0 0.000129
+gallium_dri.so free 0x55717345c300 void 0.000125
+gallium_dri.so free 0x55717345c1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c370 0.000121
+gallium_dri.so free 0x55717345c3c0 void 0.000121
+gallium_dri.so free 0x55717345c370 void 0.000128
+gallium_dri.so malloc 72 0x55717345c370 0.000139
+gallium_dri.so free 0x55717345c4c0 void 0.000128
+gallium_dri.so free 0x55717345c370 void 0.000126
+gallium_dri.so malloc 72 0x55717345c470 0.000130
+gallium_dri.so free 0x55717345c580 void 0.000129
+gallium_dri.so free 0x55717345c470 void 0.000130
+gallium_dri.so malloc 72 0x55717345c530 0.000128
+gallium_dri.so free 0x55717345c5c0 void 0.000129
+gallium_dri.so free 0x55717345c530 void 0.000133
+gallium_dri.so malloc 72 0x55717345c530 0.000125
+gallium_dri.so free 0x55717345c680 void 0.000120
+gallium_dri.so free 0x55717345c530 void 0.000125
+gallium_dri.so malloc 72 0x55717345c6c0 0.000129
+gallium_dri.so free 0x55717345c740 void 0.000130
+gallium_dri.so free 0x55717345c6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717345c740 0.000128
+gallium_dri.so free 0x55717345c800 void 0.000129
+gallium_dri.so free 0x55717345c740 void 0.000129
+gallium_dri.so malloc 72 0x55717345c740 0.000129
+gallium_dri.so free 0x55717345c8c0 void 0.000129
+gallium_dri.so free 0x55717345c740 void 0.000144
+gallium_dri.so malloc 72 0x55717345c8e0 0.000131
+gallium_dri.so free 0x55717345c980 void 0.000131
+gallium_dri.so free 0x55717345c8e0 void 0.000129
+gallium_dri.so malloc 72 0x55717345c930 0.000126
+gallium_dri.so free 0x55717345ca00 void 0.000121
+gallium_dri.so free 0x55717345c930 void 0.000126
+gallium_dri.so malloc 72 0x55717345c930 0.000130
+gallium_dri.so free 0x55717345ca80 void 0.000130
+gallium_dri.so free 0x55717345c930 void 0.000131
+gallium_dri.so malloc 72 0x55717345ca80 0.000129
+gallium_dri.so free 0x55717345cb40 void 0.000130
+gallium_dri.so free 0x55717345ca80 void 0.000125
+gallium_dri.so malloc 72 0x55717345ca80 0.000125
+gallium_dri.so free 0x55717345cc00 void 0.000128
+gallium_dri.so free 0x55717345ca80 void 0.000129
+gallium_dri.so malloc 72 0x55717345ca80 0.000130
+gallium_dri.so free 0x55717345ccc0 void 0.000130
+gallium_dri.so free 0x55717345ca80 void 0.000130
+gallium_dri.so malloc 72 0x55717345cc70 0.000125
+gallium_dri.so free 0x55717345cd80 void 0.000127
+gallium_dri.so free 0x55717345cc70 void 0.000178
+gallium_dri.so malloc 72 0x55717345cd30 0.000130
+gallium_dri.so free 0x55717345ce00 void 0.000130
+gallium_dri.so free 0x55717345cd30 void 0.000125
+gallium_dri.so malloc 72 0x55717345ce50 0.000120
+gallium_dri.so free 0x55717345cec0 void 0.000133
+gallium_dri.so free 0x55717345ce50 void 0.000131
+gallium_dri.so malloc 72 0x55717345cee0 0.000129
+gallium_dri.so free 0x55717345cf80 void 0.000130
+gallium_dri.so free 0x55717345cee0 void 0.000129
+gallium_dri.so malloc 72 0x55717345cf30 0.000131
+gallium_dri.so free 0x55717345d000 void 0.000130
+gallium_dri.so free 0x55717345cf30 void 0.000132
+gallium_dri.so malloc 72 0x55717345cf30 0.000130
+gallium_dri.so free 0x55717345d080 void 0.000125
+gallium_dri.so free 0x55717345cf30 void 0.000131
+gallium_dri.so malloc 72 0x55717345d080 0.000129
+gallium_dri.so free 0x55717345d140 void 0.000129
+gallium_dri.so free 0x55717345d080 void 0.000155
+gallium_dri.so malloc 72 0x55717345d080 0.000139
+gallium_dri.so free 0x55717345d240 void 0.000169
+gallium_dri.so free 0x55717345d080 void 0.000134
+gallium_dri.so malloc 72 0x55717345d1f0 0.000130
+gallium_dri.so free 0x55717345d280 void 0.000127
+gallium_dri.so free 0x55717345d1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d1f0 0.000132
+gallium_dri.so free 0x55717345d340 void 0.000134
+gallium_dri.so free 0x55717345d1f0 void 0.000169
+gallium_dri.so malloc 72 0x55717345d380 0.000164
+gallium_dri.so free 0x55717345d400 void 0.000166
+gallium_dri.so free 0x55717345d380 void 0.000165
+gallium_dri.so malloc 72 0x55717345d400 0.000168
+gallium_dri.so free 0x55717345d4c0 void 0.000130
+gallium_dri.so free 0x55717345d400 void 0.000164
+gallium_dri.so malloc 72 0x55717345d400 0.000166
+gallium_dri.so free 0x55717345d540 void 0.000129
+gallium_dri.so free 0x55717345d400 void 0.000129
+gallium_dri.so malloc 72 0x55717345d570 0.000135
+gallium_dri.so free 0x55717345d5c0 void 0.000141
+gallium_dri.so free 0x55717345d570 void 0.000140
+gallium_dri.so malloc 72 0x55717345d570 0.000146
+gallium_dri.so free 0x55717345d6c0 void 0.000145
+gallium_dri.so free 0x55717345d570 void 0.000140
+gallium_dri.so malloc 72 0x55717345d700 0.000135
+gallium_dri.so free 0x55717345d780 void 0.000141
+gallium_dri.so free 0x55717345d700 void 0.000145
+gallium_dri.so malloc 72 0x55717345d780 0.000144
+gallium_dri.so free 0x55717345d840 void 0.000140
+gallium_dri.so free 0x55717345d780 void 0.000134
+gallium_dri.so malloc 72 0x55717345d780 0.000140
+gallium_dri.so free 0x55717345d8c0 void 0.000140
+gallium_dri.so free 0x55717345d780 void 0.000139
+gallium_dri.so malloc 72 0x55717345d8f0 0.000146
+gallium_dri.so free 0x55717345d940 void 0.000141
+gallium_dri.so free 0x55717345d8f0 void 0.000184
+gallium_dri.so malloc 72 0x55717345d8f0 0.000178
+gallium_dri.so free 0x55717345da40 void 0.000205
+gallium_dri.so free 0x55717345d8f0 void 0.000306
+gallium_dri.so malloc 72 0x55717345d9f0 0.000294
+gallium_dri.so free 0x55717345db00 void 0.000256
+gallium_dri.so free 0x55717345d9f0 void 0.000292
+gallium_dri.so malloc 72 0x55717345dab0 0.000293
+gallium_dri.so free 0x55717345db80 void 0.000157
+gallium_dri.so free 0x55717345dab0 void 0.000178
+gallium_dri.so malloc 72 0x55717345dab0 0.000180
+gallium_dri.so free 0x55717345dc40 void 0.000178
+gallium_dri.so free 0x55717345dab0 void 0.000291
+gallium_dri.so malloc 72 0x55717345dab0 0.000158
+gallium_dri.so free 0x55717345dd00 void 0.000143
+gallium_dri.so free 0x55717345dab0 void 0.000184
+gallium_dri.so malloc 72 0x55717345dcb0 0.000171
+gallium_dri.so free 0x55717345dd80 void 0.000233
+gallium_dri.so free 0x55717345dcb0 void 0.000137
+gallium_dri.so malloc 72 0x55717345ddd0 0.000137
+gallium_dri.so free 0x55717345de40 void 0.000135
+gallium_dri.so free 0x55717345ddd0 void 0.000136
+gallium_dri.so malloc 72 0x55717345de60 0.000136
+gallium_dri.so free 0x55717345df00 void 0.000138
+gallium_dri.so free 0x55717345de60 void 0.000174
+gallium_dri.so malloc 72 0x55717345deb0 0.000131
+gallium_dri.so free 0x55717345df80 void 0.000132
+gallium_dri.so free 0x55717345deb0 void 0.000136
+gallium_dri.so malloc 72 0x55717345df80 0.000136
+gallium_dri.so free 0x55717345e040 void 0.000166
+gallium_dri.so free 0x55717345df80 void 0.000131
+gallium_dri.so malloc 72 0x55717345df80 0.000130
+gallium_dri.so free 0x55717345e0c0 void 0.000126
+gallium_dri.so free 0x55717345df80 void 0.000130
+gallium_dri.so malloc 72 0x55717345e0c0 0.000148
+gallium_dri.so free 0x55717345e180 void 0.000138
+gallium_dri.so free 0x55717345e0c0 void 0.000169
+gallium_dri.so malloc 72 0x55717345e0c0 0.000134
+gallium_dri.so free 0x55717345e240 void 0.000137
+gallium_dri.so free 0x55717345e0c0 void 0.000135
+gallium_dri.so malloc 72 0x55717345e0c0 0.000135
+gallium_dri.so free 0x55717345e300 void 0.000131
+gallium_dri.so free 0x55717345e0c0 void 0.000125
+gallium_dri.so malloc 72 0x55717345e2b0 0.000132
+gallium_dri.so free 0x55717345e380 void 0.000134
+gallium_dri.so free 0x55717345e2b0 void 0.000134
+gallium_dri.so malloc 72 0x55717345e3d0 0.000131
+gallium_dri.so free 0x55717345e440 void 0.000126
+gallium_dri.so free 0x55717345e3d0 void 0.000131
+gallium_dri.so malloc 72 0x55717345e480 0.000131
+gallium_dri.so free 0x55717345e500 void 0.000126
+gallium_dri.so free 0x55717345e480 void 0.000130
+gallium_dri.so malloc 72 0x55717345e480 0.000136
+gallium_dri.so free 0x55717345e580 void 0.000135
+gallium_dri.so free 0x55717345e480 void 0.000204
+gallium_dri.so malloc 72 0x55717345e5b0 0.000311
+gallium_dri.so free 0x55717345e600 void 0.000346
+gallium_dri.so free 0x55717345e5b0 void 0.000353
+gallium_dri.so malloc 72 0x55717345e5b0 0.000312
+gallium_dri.so free 0x55717345e700 void 0.000294
+gallium_dri.so free 0x55717345e5b0 void 0.000266
+gallium_dri.so malloc 72 0x55717345e6b0 0.000291
+gallium_dri.so free 0x55717345e7c0 void 0.000293
+gallium_dri.so free 0x55717345e6b0 void 0.000274
+gallium_dri.so malloc 72 0x55717345e770 0.000277
+gallium_dri.so free 0x55717345e800 void 0.000292
+gallium_dri.so free 0x55717345e770 void 0.000243
+gallium_dri.so malloc 72 0x55717345e770 0.000282
+gallium_dri.so free 0x55717345e8c0 void 0.000287
+gallium_dri.so free 0x55717345e770 void 0.000282
+gallium_dri.so malloc 72 0x55717345e930 0.000287
+gallium_dri.so free 0x55717345e980 void 0.000291
+gallium_dri.so free 0x55717345e930 void 0.000277
+gallium_dri.so malloc 72 0x55717345e930 0.000282
+gallium_dri.so free 0x5571735883c0 void 0.000291
+gallium_dri.so free 0x55717345e930 void 0.000298
+gallium_dri.so malloc 72 0x557173588370 0.000250
+gallium_dri.so free 0x557173588480 void 0.000237
+gallium_dri.so free 0x557173588370 void 0.000238
+gallium_dri.so malloc 72 0x557173588430 0.000168
+gallium_dri.so free 0x5571735884c0 void 0.000185
+gallium_dri.so free 0x557173588430 void 0.000126
+gallium_dri.so malloc 72 0x557173588430 0.000223
+gallium_dri.so free 0x557173588580 void 0.000222
+gallium_dri.so free 0x557173588430 void 0.000130
+gallium_dri.so malloc 72 0x5571735885c0 0.000132
+gallium_dri.so free 0x557173588640 void 0.000125
+gallium_dri.so free 0x5571735885c0 void 0.000125
+gallium_dri.so malloc 72 0x557173588640 0.000130
+gallium_dri.so free 0x557173588700 void 0.000129
+gallium_dri.so free 0x557173588640 void 0.000132
+gallium_dri.so malloc 72 0x557173588640 0.000167
+gallium_dri.so free 0x5571735887c0 void 0.000130
+gallium_dri.so free 0x557173588640 void 0.000124
+gallium_dri.so malloc 72 0x5571735887e0 0.000121
+gallium_dri.so free 0x557173588880 void 0.000125
+gallium_dri.so free 0x5571735887e0 void 0.000131
+gallium_dri.so malloc 72 0x557173588830 0.000124
+gallium_dri.so free 0x557173588900 void 0.000137
+gallium_dri.so free 0x557173588830 void 0.000129
+gallium_dri.so malloc 72 0x557173588830 0.000130
+gallium_dri.so free 0x557173588980 void 0.000140
+gallium_dri.so free 0x557173588830 void 0.000138
+gallium_dri.so malloc 72 0x557173588980 0.000137
+gallium_dri.so free 0x557173588a40 void 0.000139
+gallium_dri.so free 0x557173588980 void 0.000133
+gallium_dri.so malloc 72 0x557173588980 0.000132
+gallium_dri.so free 0x557173588b00 void 0.000137
+gallium_dri.so free 0x557173588980 void 0.000131
+gallium_dri.so malloc 72 0x557173588980 0.000128
+gallium_dri.so free 0x557173588bc0 void 0.000127
+gallium_dri.so free 0x557173588980 void 0.000126
+gallium_dri.so malloc 72 0x557173588b70 0.000127
+gallium_dri.so free 0x557173588c80 void 0.000133
+gallium_dri.so free 0x557173588b70 void 0.000137
+gallium_dri.so malloc 72 0x557173588c30 0.000136
+gallium_dri.so free 0x557173588d00 void 0.000137
+gallium_dri.so free 0x557173588c30 void 0.000137
+gallium_dri.so malloc 72 0x557173588d50 0.000137
+gallium_dri.so free 0x557173588dc0 void 0.000141
+gallium_dri.so free 0x557173588d50 void 0.000179
+gallium_dri.so malloc 72 0x557173588de0 0.000136
+gallium_dri.so free 0x557173588e80 void 0.000138
+gallium_dri.so free 0x557173588de0 void 0.000137
+gallium_dri.so malloc 72 0x557173588e30 0.000137
+gallium_dri.so free 0x557173588f00 void 0.000131
+gallium_dri.so free 0x557173588e30 void 0.000127
+gallium_dri.so malloc 72 0x557173588e30 0.000133
+gallium_dri.so free 0x557173588f80 void 0.000132
+gallium_dri.so free 0x557173588e30 void 0.000132
+gallium_dri.so malloc 72 0x557173588f80 0.000135
+gallium_dri.so free 0x557173589040 void 0.000131
+gallium_dri.so free 0x557173588f80 void 0.000126
+gallium_dri.so malloc 72 0x557173588f80 0.000126
+gallium_dri.so free 0x557173589140 void 0.000127
+gallium_dri.so free 0x557173588f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735890f0 0.000137
+gallium_dri.so free 0x557173589180 void 0.000137
+gallium_dri.so free 0x5571735890f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735890f0 0.000203
+gallium_dri.so free 0x557173589240 void 0.000138
+gallium_dri.so free 0x5571735890f0 void 0.000132
+gallium_dri.so malloc 72 0x557173589280 0.000128
+gallium_dri.so free 0x557173589300 void 0.000133
+gallium_dri.so free 0x557173589280 void 0.000137
+gallium_dri.so malloc 72 0x557173589300 0.000136
+gallium_dri.so free 0x5571735893c0 void 0.000169
+gallium_dri.so free 0x557173589300 void 0.000173
+gallium_dri.so malloc 72 0x557173589300 0.000139
+gallium_dri.so free 0x557173589440 void 0.000138
+gallium_dri.so free 0x557173589300 void 0.000136
+gallium_dri.so malloc 72 0x557173589470 0.000137
+gallium_dri.so free 0x5571735894c0 void 0.000136
+gallium_dri.so free 0x557173589470 void 0.000144
+gallium_dri.so malloc 72 0x557173589470 0.000130
+gallium_dri.so free 0x5571735895c0 void 0.000129
+gallium_dri.so free 0x557173589470 void 0.000130
+gallium_dri.so malloc 72 0x557173589600 0.000130
+gallium_dri.so free 0x557173589680 void 0.000133
+gallium_dri.so free 0x557173589600 void 0.000126
+gallium_dri.so malloc 72 0x557173589680 0.000126
+gallium_dri.so free 0x557173589740 void 0.000129
+gallium_dri.so free 0x557173589680 void 0.000125
+gallium_dri.so malloc 72 0x557173589680 0.000120
+gallium_dri.so free 0x5571735897c0 void 0.000122
+gallium_dri.so free 0x557173589680 void 0.000124
+gallium_dri.so malloc 72 0x5571735897f0 0.000129
+gallium_dri.so free 0x557173589840 void 0.000131
+gallium_dri.so free 0x5571735897f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735897f0 0.000129
+gallium_dri.so free 0x557173589940 void 0.000130
+gallium_dri.so free 0x5571735897f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735898f0 0.000124
+gallium_dri.so free 0x557173589a00 void 0.000125
+gallium_dri.so free 0x5571735898f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735899b0 0.000126
+gallium_dri.so free 0x557173589a80 void 0.000121
+gallium_dri.so free 0x5571735899b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735899b0 0.000126
+gallium_dri.so free 0x557173589b40 void 0.000137
+gallium_dri.so free 0x5571735899b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735899b0 0.000130
+gallium_dri.so free 0x557173589c00 void 0.000237
+gallium_dri.so free 0x5571735899b0 void 0.000223
+gallium_dri.so malloc 72 0x557173589bb0 0.000130
+gallium_dri.so free 0x557173589c80 void 0.000125
+gallium_dri.so free 0x557173589bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589cd0 0.000125
+gallium_dri.so free 0x557173589d40 void 0.000131
+gallium_dri.so free 0x557173589cd0 void 0.000126
+gallium_dri.so malloc 72 0x557173589d60 0.000125
+gallium_dri.so free 0x557173589e00 void 0.000130
+gallium_dri.so free 0x557173589d60 void 0.000131
+gallium_dri.so malloc 72 0x557173589db0 0.000132
+gallium_dri.so free 0x557173589e80 void 0.000129
+gallium_dri.so free 0x557173589db0 void 0.000125
+gallium_dri.so malloc 72 0x557173589e80 0.000122
+gallium_dri.so free 0x557173589f40 void 0.000126
+gallium_dri.so free 0x557173589e80 void 0.000129
+gallium_dri.so malloc 72 0x557173589e80 0.000130
+gallium_dri.so free 0x557173589fc0 void 0.000131
+gallium_dri.so free 0x557173589e80 void 0.000125
+gallium_dri.so malloc 72 0x557173589fc0 0.000122
+gallium_dri.so free 0x55717358a080 void 0.000126
+gallium_dri.so free 0x557173589fc0 void 0.000126
+gallium_dri.so malloc 72 0x557173589fc0 0.000121
+gallium_dri.so free 0x55717358a140 void 0.000121
+gallium_dri.so free 0x557173589fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173589fc0 0.000129
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so free 0x557173589fc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1b0 0.000119
+gallium_dri.so free 0x55717358a280 void 0.000122
+gallium_dri.so free 0x55717358a1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a2d0 0.000130
+gallium_dri.so free 0x55717358a340 void 0.000130
+gallium_dri.so free 0x55717358a2d0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a380 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000126
+gallium_dri.so free 0x55717358a380 void 0.000125
+gallium_dri.so malloc 72 0x55717358a380 0.000126
+gallium_dri.so free 0x55717358a480 void 0.000129
+gallium_dri.so free 0x55717358a380 void 0.000142
+gallium_dri.so malloc 72 0x55717358a4b0 0.000164
+gallium_dri.so free 0x55717358a500 void 0.000166
+gallium_dri.so free 0x55717358a4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a4b0 0.000128
+gallium_dri.so free 0x55717358a600 void 0.000128
+gallium_dri.so free 0x55717358a4b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a5b0 0.000125
+gallium_dri.so free 0x55717358a6c0 void 0.000127
+gallium_dri.so free 0x55717358a5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a670 0.000164
+gallium_dri.so free 0x55717358a700 void 0.000203
+gallium_dri.so free 0x55717358a670 void 0.000133
+gallium_dri.so malloc 72 0x55717358a670 0.000129
+gallium_dri.so free 0x55717358a7c0 void 0.000163
+gallium_dri.so free 0x55717358a670 void 0.000161
+gallium_dri.so malloc 72 0x55717358a830 0.000222
+gallium_dri.so free 0x55717358a880 void 0.000223
+gallium_dri.so free 0x55717358a830 void 0.000227
+gallium_dri.so malloc 72 0x55717358a830 0.000293
+gallium_dri.so free 0x55717358a980 void 0.000280
+gallium_dri.so free 0x55717358a830 void 0.000281
+gallium_dri.so malloc 72 0x55717358a930 0.000279
+gallium_dri.so free 0x55717358aa40 void 0.000285
+gallium_dri.so free 0x55717358a930 void 0.000280
+gallium_dri.so malloc 72 0x55717358a9f0 0.000282
+gallium_dri.so free 0x55717358aa80 void 0.000280
+gallium_dri.so free 0x55717358a9f0 void 0.000282
+gallium_dri.so malloc 72 0x55717358a9f0 0.000278
+gallium_dri.so free 0x55717358ab40 void 0.000280
+gallium_dri.so free 0x55717358a9f0 void 0.000273
+gallium_dri.so malloc 72 0x55717358ab80 0.000290
+gallium_dri.so free 0x55717358ac00 void 0.000294
+gallium_dri.so free 0x55717358ab80 void 0.000279
+gallium_dri.so malloc 72 0x55717358ac00 0.000291
+gallium_dri.so free 0x55717358acc0 void 0.000282
+gallium_dri.so free 0x55717358ac00 void 0.000288
+gallium_dri.so malloc 72 0x55717358ac00 0.000292
+gallium_dri.so free 0x55717358ad80 void 0.000289
+gallium_dri.so free 0x55717358ac00 void 0.000289
+gallium_dri.so malloc 72 0x55717358ada0 0.000293
+gallium_dri.so free 0x55717358ae40 void 0.000289
+gallium_dri.so free 0x55717358ada0 void 0.000288
+gallium_dri.so malloc 72 0x55717358adf0 0.000309
+gallium_dri.so free 0x55717358aec0 void 0.000237
+gallium_dri.so free 0x55717358adf0 void 0.000174
+gallium_dri.so malloc 72 0x55717358adf0 0.000171
+gallium_dri.so free 0x55717358af40 void 0.000137
+gallium_dri.so free 0x55717358adf0 void 0.000174
+gallium_dri.so malloc 72 0x55717358af40 0.000136
+gallium_dri.so free 0x55717358b000 void 0.000137
+gallium_dri.so free 0x55717358af40 void 0.000137
+gallium_dri.so malloc 72 0x55717358af40 0.000137
+gallium_dri.so free 0x55717358b0c0 void 0.000133
+gallium_dri.so free 0x55717358af40 void 0.000126
+gallium_dri.so malloc 72 0x55717358af40 0.000131
+gallium_dri.so free 0x55717358b180 void 0.000131
+gallium_dri.so free 0x55717358af40 void 0.000131
+gallium_dri.so malloc 72 0x55717358b130 0.000138
+gallium_dri.so free 0x55717358b240 void 0.000134
+gallium_dri.so free 0x55717358b130 void 0.000124
+gallium_dri.so malloc 72 0x55717358b1f0 0.000208
+gallium_dri.so free 0x55717358b2c0 void 0.000173
+gallium_dri.so free 0x55717358b1f0 void 0.000175
+gallium_dri.so malloc 72 0x55717358b310 0.000172
+gallium_dri.so free 0x55717358b380 void 0.000171
+gallium_dri.so free 0x55717358b310 void 0.000174
+gallium_dri.so malloc 72 0x55717358b3a0 0.000173
+gallium_dri.so free 0x55717358b440 void 0.000170
+gallium_dri.so free 0x55717358b3a0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b3f0 0.000137
+gallium_dri.so free 0x55717358b4c0 void 0.000133
+gallium_dri.so free 0x55717358b3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b3f0 0.000127
+gallium_dri.so free 0x55717358b540 void 0.000127
+gallium_dri.so free 0x55717358b3f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b540 0.000127
+gallium_dri.so free 0x55717358b600 void 0.000132
+gallium_dri.so free 0x55717358b540 void 0.000134
+gallium_dri.so malloc 72 0x55717358b540 0.000128
+gallium_dri.so free 0x55717358b700 void 0.000166
+gallium_dri.so free 0x55717358b540 void 0.000140
+gallium_dri.so malloc 72 0x55717358b6b0 0.000171
+gallium_dri.so free 0x55717358b740 void 0.000176
+gallium_dri.so free 0x55717358b6b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358b6b0 0.000136
+gallium_dri.so free 0x55717358b800 void 0.000171
+gallium_dri.so free 0x55717358b6b0 void 0.000138
+gallium_dri.so malloc 72 0x55717358b840 0.000137
+gallium_dri.so free 0x55717358b8c0 void 0.000173
+gallium_dri.so free 0x55717358b840 void 0.000173
+gallium_dri.so malloc 72 0x55717358b8c0 0.000137
+gallium_dri.so free 0x55717358b980 void 0.000133
+gallium_dri.so free 0x55717358b8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8c0 0.000137
+gallium_dri.so free 0x55717358ba00 void 0.000136
+gallium_dri.so free 0x55717358b8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ba30 0.000126
+gallium_dri.so free 0x55717358ba80 void 0.000134
+gallium_dri.so free 0x55717358ba30 void 0.000149
+gallium_dri.so malloc 72 0x55717358ba30 0.000137
+gallium_dri.so free 0x55717358bb80 void 0.000137
+gallium_dri.so free 0x55717358ba30 void 0.000170
+gallium_dri.so malloc 72 0x55717358bbc0 0.000177
+gallium_dri.so free 0x55717358bc40 void 0.000171
+gallium_dri.so free 0x55717358bbc0 void 0.000137
+gallium_dri.so malloc 72 0x55717358bc40 0.000137
+gallium_dri.so free 0x55717358bd00 void 0.000133
+gallium_dri.so free 0x55717358bc40 void 0.000126
+gallium_dri.so malloc 72 0x55717358bc40 0.000132
+gallium_dri.so free 0x55717358bd80 void 0.000136
+gallium_dri.so free 0x55717358bc40 void 0.000137
+gallium_dri.so malloc 72 0x55717358bdb0 0.000136
+gallium_dri.so free 0x55717358be00 void 0.000130
+gallium_dri.so free 0x55717358bdb0 void 0.000128
+gallium_dri.so malloc 72 0x55717358bdb0 0.000132
+gallium_dri.so free 0x55717358bf00 void 0.000137
+gallium_dri.so free 0x55717358bdb0 void 0.000137
+gallium_dri.so malloc 72 0x55717358beb0 0.000143
+gallium_dri.so free 0x55717358bfc0 void 0.000137
+gallium_dri.so free 0x55717358beb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bf70 0.000128
+gallium_dri.so free 0x55717358c040 void 0.000131
+gallium_dri.so free 0x55717358bf70 void 0.000137
+gallium_dri.so malloc 72 0x55717358bf70 0.000309
+gallium_dri.so free 0x55717358c100 void 0.000295
+gallium_dri.so free 0x55717358bf70 void 0.000267
+gallium_dri.so malloc 72 0x55717358bf70 0.000284
+gallium_dri.so free 0x55717358c1c0 void 0.000276
+gallium_dri.so free 0x55717358bf70 void 0.000280
+gallium_dri.so malloc 72 0x55717358c170 0.000271
+gallium_dri.so free 0x55717358c240 void 0.000170
+gallium_dri.so free 0x55717358c170 void 0.000167
+gallium_dri.so malloc 72 0x55717358c290 0.000140
+gallium_dri.so free 0x55717358c300 void 0.000131
+gallium_dri.so free 0x55717358c290 void 0.000130
+gallium_dri.so malloc 72 0x55717358c320 0.000132
+gallium_dri.so free 0x55717358c3c0 void 0.000124
+gallium_dri.so free 0x55717358c320 void 0.000120
+gallium_dri.so malloc 72 0x55717358c370 0.000128
+gallium_dri.so free 0x55717358c440 void 0.000125
+gallium_dri.so free 0x55717358c370 void 0.000120
+gallium_dri.so malloc 72 0x55717358c440 0.000121
+gallium_dri.so free 0x55717358c500 void 0.000120
+gallium_dri.so free 0x55717358c440 void 0.000120
+gallium_dri.so malloc 72 0x55717358c440 0.000123
+gallium_dri.so free 0x55717358c580 void 0.000132
+gallium_dri.so free 0x55717358c440 void 0.000131
+gallium_dri.so malloc 72 0x55717358c580 0.000131
+gallium_dri.so free 0x55717358c640 void 0.000163
+gallium_dri.so free 0x55717358c580 void 0.000168
+gallium_dri.so malloc 72 0x55717358c580 0.000130
+gallium_dri.so free 0x55717358c700 void 0.000125
+gallium_dri.so free 0x55717358c580 void 0.000118
+gallium_dri.so malloc 72 0x55717358c580 0.000138
+gallium_dri.so free 0x55717358c7c0 void 0.000129
+gallium_dri.so free 0x55717358c580 void 0.000130
+gallium_dri.so malloc 72 0x55717358c770 0.000165
+gallium_dri.so free 0x55717358c840 void 0.000130
+gallium_dri.so free 0x55717358c770 void 0.000124
+gallium_dri.so malloc 72 0x55717358c890 0.000131
+gallium_dri.so free 0x55717358c900 void 0.000127
+gallium_dri.so free 0x55717358c890 void 0.000126
+gallium_dri.so malloc 72 0x55717358c940 0.000124
+gallium_dri.so free 0x55717358c9c0 void 0.000126
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so malloc 72 0x55717358c940 0.000119
+gallium_dri.so free 0x55717358ca40 void 0.000124
+gallium_dri.so free 0x55717358c940 void 0.000131
+gallium_dri.so malloc 72 0x55717358ca70 0.000128
+gallium_dri.so free 0x55717358cac0 void 0.000128
+gallium_dri.so free 0x55717358ca70 void 0.000130
+gallium_dri.so malloc 72 0x55717358ca70 0.000129
+gallium_dri.so free 0x55717358cbc0 void 0.000129
+gallium_dri.so free 0x55717358ca70 void 0.000129
+gallium_dri.so malloc 72 0x55717358cb70 0.000172
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so free 0x55717358cb70 void 0.000129
+gallium_dri.so malloc 72 0x55717358cc30 0.000130
+gallium_dri.so free 0x55717358ccc0 void 0.000129
+gallium_dri.so free 0x55717358cc30 void 0.000129
+gallium_dri.so malloc 72 0x55717358cc30 0.000128
+gallium_dri.so free 0x55717358cd80 void 0.000131
+gallium_dri.so free 0x55717358cc30 void 0.000170
+gallium_dri.so malloc 72 0x55717358cdf0 0.000128
+gallium_dri.so free 0x55717358ce40 void 0.000129
+gallium_dri.so free 0x55717358cdf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358cdf0 0.000126
+gallium_dri.so free 0x55717358cf40 void 0.000136
+gallium_dri.so free 0x55717358cdf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358cef0 0.000126
+gallium_dri.so free 0x55717358d000 void 0.000121
+gallium_dri.so free 0x55717358cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cfb0 0.000124
+gallium_dri.so free 0x55717358d040 void 0.000126
+gallium_dri.so free 0x55717358cfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cfb0 0.000123
+gallium_dri.so free 0x55717358d100 void 0.000130
+gallium_dri.so free 0x55717358cfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d140 0.000163
+gallium_dri.so free 0x55717358d1c0 void 0.000128
+gallium_dri.so free 0x55717358d140 void 0.000129
+gallium_dri.so malloc 72 0x55717358d1c0 0.000130
+gallium_dri.so free 0x55717358d280 void 0.000124
+gallium_dri.so free 0x55717358d1c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d1c0 0.000129
+gallium_dri.so free 0x55717358d340 void 0.000126
+gallium_dri.so free 0x55717358d1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d360 0.000128
+gallium_dri.so free 0x55717358d400 void 0.000124
+gallium_dri.so free 0x55717358d360 void 0.000120
+gallium_dri.so malloc 72 0x55717358d3b0 0.000125
+gallium_dri.so free 0x55717358d480 void 0.000125
+gallium_dri.so free 0x55717358d3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d3b0 0.000120
+gallium_dri.so free 0x55717358d500 void 0.000126
+gallium_dri.so free 0x55717358d3b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d500 0.000139
+gallium_dri.so free 0x55717358d5c0 void 0.000130
+gallium_dri.so free 0x55717358d500 void 0.000125
+gallium_dri.so malloc 72 0x55717358d500 0.000119
+gallium_dri.so free 0x55717358d680 void 0.000120
+gallium_dri.so free 0x55717358d500 void 0.000130
+gallium_dri.so malloc 72 0x55717358d500 0.000130
+gallium_dri.so free 0x55717358d740 void 0.000130
+gallium_dri.so free 0x55717358d500 void 0.000130
+gallium_dri.so malloc 72 0x55717358d6f0 0.000126
+gallium_dri.so free 0x55717358d800 void 0.000125
+gallium_dri.so free 0x55717358d6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358d7b0 0.000126
+gallium_dri.so free 0x55717358d880 void 0.000121
+gallium_dri.so free 0x55717358d7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d8d0 0.000145
+gallium_dri.so free 0x55717358d940 void 0.000133
+gallium_dri.so free 0x55717358d8d0 void 0.000223
+gallium_dri.so malloc 72 0x55717358d960 0.000129
+gallium_dri.so free 0x55717358da00 void 0.000130
+gallium_dri.so free 0x55717358d960 void 0.000125
+gallium_dri.so malloc 72 0x55717358d9b0 0.000267
+gallium_dri.so free 0x55717358da80 void 0.000235
+gallium_dri.so free 0x55717358d9b0 void 0.000237
+gallium_dri.so malloc 72 0x55717358d9b0 0.000229
+gallium_dri.so free 0x55717358db00 void 0.000259
+gallium_dri.so free 0x55717358d9b0 void 0.000297
+gallium_dri.so malloc 72 0x55717358db00 0.000284
+gallium_dri.so free 0x55717358dbc0 void 0.000281
+gallium_dri.so free 0x55717358db00 void 0.000170
+gallium_dri.so malloc 72 0x55717358db00 0.000163
+gallium_dri.so free 0x55717358dcc0 void 0.000165
+gallium_dri.so free 0x55717358db00 void 0.000130
+gallium_dri.so malloc 72 0x55717358dc70 0.000125
+gallium_dri.so free 0x55717358dd00 void 0.000121
+gallium_dri.so free 0x55717358dc70 void 0.000125
+gallium_dri.so malloc 72 0x55717358dc70 0.000139
+gallium_dri.so free 0x55717358ddc0 void 0.000130
+gallium_dri.so free 0x55717358dc70 void 0.000168
+gallium_dri.so malloc 72 0x55717358de00 0.000129
+gallium_dri.so free 0x55717358de80 void 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000129
+gallium_dri.so malloc 72 0x55717358de80 0.000129
+gallium_dri.so free 0x55717358df40 void 0.000124
+gallium_dri.so free 0x55717358de80 void 0.000119
+gallium_dri.so malloc 72 0x55717358de80 0.000125
+gallium_dri.so free 0x55717358dfc0 void 0.000130
+gallium_dri.so free 0x55717358de80 void 0.000132
+gallium_dri.so malloc 72 0x55717358dff0 0.000131
+gallium_dri.so free 0x55717358e040 void 0.000130
+gallium_dri.so free 0x55717358dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dff0 0.000125
+gallium_dri.so free 0x55717358e140 void 0.000122
+gallium_dri.so free 0x55717358dff0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e180 0.000132
+gallium_dri.so free 0x55717358e200 void 0.000131
+gallium_dri.so free 0x55717358e180 void 0.000172
+gallium_dri.so malloc 72 0x55717358e200 0.000125
+gallium_dri.so free 0x55717358e2c0 void 0.000126
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so malloc 72 0x55717358e200 0.000128
+gallium_dri.so free 0x55717358e340 void 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so malloc 72 0x55717358e370 0.000127
+gallium_dri.so free 0x55717358e3c0 void 0.000125
+gallium_dri.so free 0x55717358e370 void 0.000122
+gallium_dri.so malloc 72 0x55717358e370 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so free 0x55717358e370 void 0.000124
+gallium_dri.so malloc 72 0x55717358e470 0.000129
+gallium_dri.so free 0x55717358e580 void 0.000129
+gallium_dri.so free 0x55717358e470 void 0.000133
+gallium_dri.so malloc 72 0x55717358e530 0.000128
+gallium_dri.so free 0x5571735da8c0 void 0.000131
+gallium_dri.so free 0x55717358e530 void 0.000129
+gallium_dri.so malloc 72 0x55717358e530 0.000128
+gallium_dri.so free 0x5571735da940 void 0.000129
+gallium_dri.so free 0x55717358e530 void 0.000129
+gallium_dri.so malloc 72 0x5571735da970 0.000123
+gallium_dri.so free 0x5571735da9c0 void 0.000160
+gallium_dri.so free 0x5571735da970 void 0.000160
+gallium_dri.so malloc 72 0x5571735da970 0.000202
+gallium_dri.so free 0x5571735daac0 void 0.000166
+gallium_dri.so free 0x5571735da970 void 0.000166
+gallium_dri.so malloc 72 0x5571735daa70 0.000161
+gallium_dri.so free 0x5571735dab80 void 0.000160
+gallium_dri.so free 0x5571735daa70 void 0.000167
+gallium_dri.so malloc 72 0x5571735dab30 0.000165
+gallium_dri.so free 0x5571735dabc0 void 0.000160
+gallium_dri.so free 0x5571735dab30 void 0.000158
+gallium_dri.so malloc 72 0x5571735dab30 0.000174
+gallium_dri.so free 0x5571735dac80 void 0.000131
+gallium_dri.so free 0x5571735dab30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dacd0 0.000125
+gallium_dri.so free 0x5571735dad40 void 0.000126
+gallium_dri.so free 0x5571735dacd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dad80 0.000125
+gallium_dri.so free 0x5571735dae00 void 0.000134
+gallium_dri.so free 0x5571735dad80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae00 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000125
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dae00 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000125
+gallium_dri.so free 0x5571735dae00 void 0.000130
+gallium_dri.so malloc 72 0x5571735daf70 0.000129
+gallium_dri.so free 0x5571735dafc0 void 0.000130
+gallium_dri.so free 0x5571735daf70 void 0.000132
+gallium_dri.so malloc 72 0x5571735daf70 0.000124
+gallium_dri.so free 0x5571735db0c0 void 0.000126
+gallium_dri.so free 0x5571735daf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735db070 0.000131
+gallium_dri.so free 0x5571735db180 void 0.000130
+gallium_dri.so free 0x5571735db070 void 0.000131
+gallium_dri.so malloc 72 0x5571735db130 0.000130
+gallium_dri.so free 0x5571735db200 void 0.000130
+gallium_dri.so free 0x5571735db130 void 0.000131
+gallium_dri.so malloc 72 0x5571735db220 0.000129
+gallium_dri.so free 0x5571735db2c0 void 0.000133
+gallium_dri.so free 0x5571735db220 void 0.000130
+gallium_dri.so malloc 72 0x5571735db270 0.000129
+gallium_dri.so free 0x5571735db340 void 0.000128
+gallium_dri.so free 0x5571735db270 void 0.000125
+gallium_dri.so malloc 72 0x5571735db270 0.000125
+gallium_dri.so free 0x5571735db3c0 void 0.000130
+gallium_dri.so free 0x5571735db270 void 0.000130
+gallium_dri.so malloc 72 0x5571735db3c0 0.000129
+gallium_dri.so free 0x5571735db480 void 0.000125
+gallium_dri.so free 0x5571735db3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db3c0 0.000126
+gallium_dri.so free 0x5571735db540 void 0.000125
+gallium_dri.so free 0x5571735db3c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db3c0 0.000129
+gallium_dri.so free 0x5571735db600 void 0.000129
+gallium_dri.so free 0x5571735db3c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db5b0 0.000129
+gallium_dri.so free 0x5571735db600 void 0.000129
+gallium_dri.so free 0x5571735db5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db5b0 0.000138
+gallium_dri.so free 0x5571735db700 void 0.000128
+gallium_dri.so free 0x5571735db5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db6b0 0.000130
+gallium_dri.so free 0x5571735db7c0 void 0.000126
+gallium_dri.so free 0x5571735db6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db770 0.000127
+gallium_dri.so free 0x5571735db800 void 0.000135
+gallium_dri.so free 0x5571735db770 void 0.000131
+gallium_dri.so malloc 72 0x5571735db770 0.000129
+gallium_dri.so free 0x5571735db8c0 void 0.000131
+gallium_dri.so free 0x5571735db770 void 0.000125
+gallium_dri.so malloc 72 0x5571735db900 0.000127
+gallium_dri.so free 0x5571735db980 void 0.000132
+gallium_dri.so free 0x5571735db900 void 0.000132
+gallium_dri.so malloc 72 0x5571735db980 0.000130
+gallium_dri.so free 0x5571735dba40 void 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000131
+gallium_dri.so free 0x5571735dbb00 void 0.000129
+gallium_dri.so free 0x5571735db980 void 0.000159
+gallium_dri.so malloc 72 0x5571735dbb20 0.000132
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735dbb20 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbb70 0.000130
+gallium_dri.so free 0x5571735dbc40 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb70 0.000126
+gallium_dri.so free 0x5571735dbcc0 void 0.000129
+gallium_dri.so free 0x5571735dbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000129
+gallium_dri.so free 0x5571735dbd80 void 0.000130
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000130
+gallium_dri.so free 0x5571735dbe40 void 0.000128
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000184
+gallium_dri.so free 0x5571735dbf00 void 0.000166
+gallium_dri.so free 0x5571735dbcc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000128
+gallium_dri.so free 0x5571735dbfc0 void 0.000141
+gallium_dri.so free 0x5571735dbeb0 void 0.000189
+gallium_dri.so malloc 72 0x5571735dbf70 0.000324
+gallium_dri.so free 0x5571735dc040 void 0.000138
+gallium_dri.so free 0x5571735dbf70 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc090 0.000143
+gallium_dri.so free 0x5571735dc100 void 0.000136
+gallium_dri.so free 0x5571735dc090 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc120 0.000137
+gallium_dri.so free 0x5571735dc1c0 void 0.000136
+gallium_dri.so free 0x5571735dc120 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc170 0.000137
+gallium_dri.so free 0x5571735dc240 void 0.000136
+gallium_dri.so free 0x5571735dc170 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc170 0.000137
+gallium_dri.so free 0x5571735dc2c0 void 0.000137
+gallium_dri.so free 0x5571735dc170 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000138
+gallium_dri.so free 0x5571735dc380 void 0.000138
+gallium_dri.so free 0x5571735dc2c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000145
+gallium_dri.so free 0x5571735dc480 void 0.000166
+gallium_dri.so free 0x5571735dc2c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc430 0.000142
+gallium_dri.so free 0x5571735dc4c0 void 0.000140
+gallium_dri.so free 0x5571735dc430 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc430 0.000140
+gallium_dri.so free 0x5571735dc580 void 0.000140
+gallium_dri.so free 0x5571735dc430 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000139
+gallium_dri.so free 0x5571735dc640 void 0.000138
+gallium_dri.so free 0x5571735dc5c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc640 0.000138
+gallium_dri.so free 0x5571735dc700 void 0.000139
+gallium_dri.so free 0x5571735dc640 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc640 0.000138
+gallium_dri.so free 0x5571735dc780 void 0.000139
+gallium_dri.so free 0x5571735dc640 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000138
+gallium_dri.so free 0x5571735dc800 void 0.000139
+gallium_dri.so free 0x5571735dc7b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000138
+gallium_dri.so free 0x5571735dc900 void 0.000137
+gallium_dri.so free 0x5571735dc7b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735dc940 0.000188
+gallium_dri.so free 0x5571735dc9c0 void 0.000189
+gallium_dri.so free 0x5571735dc940 void 0.000183
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000176
+gallium_dri.so free 0x5571735dca80 void 0.000186
+gallium_dri.so free 0x5571735dc9c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000189
+gallium_dri.so free 0x5571735dcb00 void 0.000191
+gallium_dri.so free 0x5571735dc9c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735dcb30 0.000188
+gallium_dri.so free 0x5571735dcb80 void 0.000188
+gallium_dri.so free 0x5571735dcb30 void 0.000198
+gallium_dri.so malloc 72 0x5571735dcb30 0.000146
+gallium_dri.so free 0x5571735dcc80 void 0.000146
+gallium_dri.so free 0x5571735dcb30 void 0.000145
+gallium_dri.so malloc 72 0x5571735dcc30 0.000145
+gallium_dri.so free 0x5571735dcd40 void 0.000201
+gallium_dri.so free 0x5571735dcc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dccf0 0.000132
+gallium_dri.so free 0x5571735dcdc0 void 0.000132
+gallium_dri.so free 0x5571735dccf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dccf0 0.000131
+gallium_dri.so free 0x5571735dce80 void 0.000134
+gallium_dri.so free 0x5571735dccf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dccf0 0.000132
+gallium_dri.so free 0x5571735dcf40 void 0.000133
+gallium_dri.so free 0x5571735dccf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcef0 0.000131
+gallium_dri.so free 0x5571735dcfc0 void 0.000209
+gallium_dri.so free 0x5571735dcef0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dd010 0.000261
+gallium_dri.so free 0x5571735dd080 void 0.000250
+gallium_dri.so free 0x5571735dd010 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000130
+gallium_dri.so free 0x5571735dd140 void 0.000130
+gallium_dri.so free 0x5571735dd0a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000158
+gallium_dri.so free 0x5571735dd1c0 void 0.000130
+gallium_dri.so free 0x5571735dd0f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000129
+gallium_dri.so free 0x5571735dd280 void 0.000128
+gallium_dri.so free 0x5571735dd1c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000128
+gallium_dri.so free 0x5571735dd300 void 0.000128
+gallium_dri.so free 0x5571735dd1c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd300 0.000132
+gallium_dri.so free 0x5571735dd3c0 void 0.000129
+gallium_dri.so free 0x5571735dd300 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd300 0.000161
+gallium_dri.so free 0x5571735dd480 void 0.000137
+gallium_dri.so free 0x5571735dd300 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd300 0.000132
+gallium_dri.so free 0x5571735dd540 void 0.000134
+gallium_dri.so free 0x5571735dd300 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000129
+gallium_dri.so free 0x5571735dd5c0 void 0.000128
+gallium_dri.so free 0x5571735dd4f0 void 0.000205
+gallium_dri.so malloc 72 0x5571735dd610 0.000126
+gallium_dri.so free 0x5571735dd680 void 0.000136
+gallium_dri.so free 0x5571735dd610 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000124
+gallium_dri.so free 0x5571735dd740 void 0.000146
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000129
+gallium_dri.so free 0x5571735dd7c0 void 0.000132
+gallium_dri.so free 0x5571735dd6c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000125
+gallium_dri.so free 0x5571735dd840 void 0.000133
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd940 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000117
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so free 0x5571735dd8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000120
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000128
+gallium_dri.so free 0x5571735ddb00 void 0.000124
+gallium_dri.so free 0x5571735dd9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb70 0.000128
+gallium_dri.so free 0x5571735ddbc0 void 0.000127
+gallium_dri.so free 0x5571735ddb70 void 0.000143
+gallium_dri.so malloc 72 0x5571735ddb70 0.000131
+gallium_dri.so free 0x5571735ddcc0 void 0.000120
+gallium_dri.so free 0x5571735ddb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddc70 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735ddc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddd30 0.000115
+gallium_dri.so free 0x5571735dddc0 void 0.000116
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd30 0.000134
+gallium_dri.so free 0x5571735dde80 void 0.000134
+gallium_dri.so free 0x5571735ddd30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddec0 0.000133
+gallium_dri.so free 0x5571735ddf40 void 0.000133
+gallium_dri.so free 0x5571735ddec0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddf40 0.000133
+gallium_dri.so free 0x5571735de000 void 0.000134
+gallium_dri.so free 0x5571735ddf40 void 0.000134
+gallium_dri.so malloc 72 0x5571735ddf40 0.000133
+gallium_dri.so free 0x5571735de0c0 void 0.000133
+gallium_dri.so free 0x5571735ddf40 void 0.000165
+gallium_dri.so malloc 72 0x5571735de0e0 0.000192
+gallium_dri.so free 0x5571735de180 void 0.000226
+gallium_dri.so free 0x5571735de0e0 void 0.000187
+gallium_dri.so malloc 72 0x5571735de130 0.000183
+gallium_dri.so free 0x5571735de200 void 0.000196
+gallium_dri.so free 0x5571735de130 void 0.000185
+gallium_dri.so malloc 72 0x5571735de130 0.000182
+gallium_dri.so free 0x5571735de280 void 0.000205
+gallium_dri.so free 0x5571735de130 void 0.000206
+gallium_dri.so malloc 72 0x5571735de280 0.000192
+gallium_dri.so free 0x5571735de340 void 0.000138
+gallium_dri.so free 0x5571735de280 void 0.000136
+gallium_dri.so malloc 72 0x5571735de280 0.000135
+gallium_dri.so free 0x5571735de400 void 0.000130
+gallium_dri.so free 0x5571735de280 void 0.000130
+gallium_dri.so malloc 72 0x5571735de280 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000131
+gallium_dri.so free 0x5571735de280 void 0.000130
+gallium_dri.so malloc 72 0x5571735de470 0.000130
+gallium_dri.so free 0x5571735de580 void 0.000131
+gallium_dri.so free 0x5571735de470 void 0.000131
+gallium_dri.so malloc 72 0x5571735de530 0.000147
+gallium_dri.so free 0x5571735de600 void 0.000132
+gallium_dri.so free 0x5571735de530 void 0.000131
+gallium_dri.so malloc 72 0x5571735de650 0.000130
+gallium_dri.so free 0x5571735de6c0 void 0.000130
+gallium_dri.so free 0x5571735de650 void 0.000130
+gallium_dri.so malloc 72 0x5571735de6e0 0.000130
+gallium_dri.so free 0x5571735de780 void 0.000149
+gallium_dri.so free 0x5571735de6e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de730 0.000123
+gallium_dri.so free 0x5571735de800 void 0.000124
+gallium_dri.so free 0x5571735de730 void 0.000124
+gallium_dri.so malloc 72 0x5571735de730 0.000123
+gallium_dri.so free 0x5571735de880 void 0.000125
+gallium_dri.so free 0x5571735de730 void 0.000124
+gallium_dri.so malloc 72 0x5571735de880 0.000123
+gallium_dri.so free 0x5571735de940 void 0.000123
+gallium_dri.so free 0x5571735de880 void 0.000124
+gallium_dri.so malloc 72 0x5571735de880 0.000123
+gallium_dri.so free 0x5571735dea40 void 0.000124
+gallium_dri.so free 0x5571735de880 void 0.000123
+gallium_dri.so malloc 72 0x5571735de9f0 0.000126
+gallium_dri.so free 0x5571735dea80 void 0.000122
+gallium_dri.so free 0x5571735de9f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735de9f0 0.000136
+gallium_dri.so free 0x5571735deb40 void 0.000130
+gallium_dri.so free 0x5571735de9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735deb80 0.000126
+gallium_dri.so free 0x5571735dec00 void 0.000127
+gallium_dri.so free 0x5571735deb80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dec00 0.000128
+gallium_dri.so free 0x5571735decc0 void 0.000130
+gallium_dri.so free 0x5571735dec00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dec00 0.000126
+gallium_dri.so free 0x5571735ded40 void 0.000129
+gallium_dri.so free 0x5571735dec00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ded70 0.000126
+gallium_dri.so free 0x5571735dedc0 void 0.000126
+gallium_dri.so free 0x5571735ded70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ded70 0.000126
+gallium_dri.so free 0x5571735deec0 void 0.000127
+gallium_dri.so free 0x5571735ded70 void 0.000128
+gallium_dri.so malloc 72 0x5571735def00 0.000128
+gallium_dri.so free 0x5571735def80 void 0.000128
+gallium_dri.so free 0x5571735def00 void 0.000126
+gallium_dri.so malloc 72 0x5571735def80 0.000126
+gallium_dri.so free 0x5571735df040 void 0.000126
+gallium_dri.so free 0x5571735def80 void 0.000124
+gallium_dri.so malloc 72 0x5571735def80 0.000138
+gallium_dri.so free 0x5571735df0c0 void 0.000128
+gallium_dri.so free 0x5571735def80 void 0.000140
+gallium_dri.so malloc 72 0x5571735df0f0 0.000210
+gallium_dri.so free 0x5571735df140 void 0.000188
+gallium_dri.so free 0x5571735df0f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735df0f0 0.000128
+gallium_dri.so free 0x5571735df240 void 0.000127
+gallium_dri.so free 0x5571735df0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df1f0 0.000127
+gallium_dri.so free 0x5571735df300 void 0.000125
+gallium_dri.so free 0x5571735df1f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735df2b0 0.000126
+gallium_dri.so free 0x5571735df380 void 0.000129
+gallium_dri.so free 0x5571735df2b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735df2b0 0.000129
+gallium_dri.so free 0x5571735df440 void 0.000131
+gallium_dri.so free 0x5571735df2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df2b0 0.000121
+gallium_dri.so free 0x5571735df500 void 0.000123
+gallium_dri.so free 0x5571735df2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df4b0 0.000125
+gallium_dri.so free 0x5571735df580 void 0.000129
+gallium_dri.so free 0x5571735df4b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735df5d0 0.000147
+gallium_dri.so free 0x5571735df640 void 0.000144
+gallium_dri.so free 0x5571735df5d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735df660 0.000141
+gallium_dri.so free 0x5571735df700 void 0.000139
+gallium_dri.so free 0x5571735df660 void 0.000142
+gallium_dri.so malloc 72 0x5571735df6b0 0.000136
+gallium_dri.so free 0x5571735df780 void 0.000135
+gallium_dri.so free 0x5571735df6b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df780 0.000133
+gallium_dri.so free 0x5571735df840 void 0.000133
+gallium_dri.so free 0x5571735df780 void 0.000132
+gallium_dri.so malloc 72 0x5571735df780 0.000131
+gallium_dri.so free 0x5571735df8c0 void 0.000136
+gallium_dri.so free 0x5571735df780 void 0.000132
+gallium_dri.so malloc 72 0x5571735df8c0 0.000135
+gallium_dri.so free 0x5571735df980 void 0.000135
+gallium_dri.so free 0x5571735df8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df8c0 0.000132
+gallium_dri.so free 0x5571735dfa40 void 0.000133
+gallium_dri.so free 0x5571735df8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df8c0 0.000131
+gallium_dri.so free 0x5571735dfb00 void 0.000144
+gallium_dri.so free 0x5571735df8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfab0 0.000131
+gallium_dri.so free 0x5571735dfb80 void 0.000133
+gallium_dri.so free 0x5571735dfab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000188
+gallium_dri.so free 0x5571735dfc40 void 0.000131
+gallium_dri.so free 0x5571735dfbd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfc80 0.000131
+gallium_dri.so free 0x5571735dfd00 void 0.000134
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfc80 0.000135
+gallium_dri.so free 0x5571735dfd80 void 0.000135
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000134
+gallium_dri.so free 0x5571735dfe00 void 0.000133
+gallium_dri.so free 0x5571735dfdb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000134
+gallium_dri.so free 0x5571735dff00 void 0.000133
+gallium_dri.so free 0x5571735dfdb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000133
+gallium_dri.so free 0x5571735dffc0 void 0.000135
+gallium_dri.so free 0x5571735dfeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dff70 0.000144
+gallium_dri.so free 0x5571735e0000 void 0.000133
+gallium_dri.so free 0x5571735dff70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dff70 0.000130
+gallium_dri.so free 0x5571735e00c0 void 0.000132
+gallium_dri.so free 0x5571735dff70 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0130 0.000131
+gallium_dri.so free 0x5571735e0180 void 0.000132
+gallium_dri.so free 0x5571735e0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0130 0.000132
+gallium_dri.so free 0x5571735e0280 void 0.000130
+gallium_dri.so free 0x5571735e0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0230 0.000130
+gallium_dri.so free 0x5571735e0340 void 0.000134
+gallium_dri.so free 0x5571735e0230 void 0.000131
+gallium_dri.so malloc 72 0x5571735e02f0 0.000131
+gallium_dri.so free 0x5571735e0380 void 0.000132
+gallium_dri.so free 0x5571735e02f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e02f0 0.000132
+gallium_dri.so free 0x5571735e0440 void 0.000134
+gallium_dri.so free 0x5571735e02f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0480 0.000133
+gallium_dri.so free 0x5571735e0500 void 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0500 0.000157
+gallium_dri.so free 0x5571735e05c0 void 0.000135
+gallium_dri.so free 0x5571735e0500 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0500 0.000129
+gallium_dri.so free 0x5571735e0680 void 0.000133
+gallium_dri.so free 0x5571735e0500 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06a0 0.000134
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so free 0x5571735e06a0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e06f0 0.000134
+gallium_dri.so free 0x5571735e07c0 void 0.000134
+gallium_dri.so free 0x5571735e06f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e06f0 0.000130
+gallium_dri.so free 0x5571735e0840 void 0.000136
+gallium_dri.so free 0x5571735e06f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0840 0.000132
+gallium_dri.so free 0x5571735e0900 void 0.000134
+gallium_dri.so free 0x5571735e0840 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0840 0.000131
+gallium_dri.so free 0x5571735e09c0 void 0.000134
+gallium_dri.so free 0x5571735e0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0840 0.000131
+gallium_dri.so free 0x5571735e0a80 void 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0a30 0.000131
+gallium_dri.so free 0x5571735e0b40 void 0.000136
+gallium_dri.so free 0x5571735e0a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0af0 0.000131
+gallium_dri.so free 0x5571735e0bc0 void 0.000131
+gallium_dri.so free 0x5571735e0af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0c10 0.000130
+gallium_dri.so free 0x5571735e0c80 void 0.000141
+gallium_dri.so free 0x5571735e0c10 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000132
+gallium_dri.so free 0x5571735e0d40 void 0.000134
+gallium_dri.so free 0x5571735e0ca0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000134
+gallium_dri.so free 0x5571735e0dc0 void 0.000132
+gallium_dri.so free 0x5571735e0cf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000131
+gallium_dri.so free 0x5571735e0e40 void 0.000132
+gallium_dri.so free 0x5571735e0cf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0e40 0.000131
+gallium_dri.so free 0x5571735e0f00 void 0.000133
+gallium_dri.so free 0x5571735e0e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0e40 0.000131
+gallium_dri.so free 0x5571735e1000 void 0.000148
+gallium_dri.so free 0x5571735e0e40 void 0.000136
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000131
+gallium_dri.so free 0x5571735e1040 void 0.000130
+gallium_dri.so free 0x5571735e0fb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000130
+gallium_dri.so free 0x5571735e1100 void 0.000132
+gallium_dri.so free 0x5571735e0fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1140 0.000134
+gallium_dri.so free 0x5571735e11c0 void 0.000132
+gallium_dri.so free 0x5571735e1140 void 0.000133
+gallium_dri.so malloc 72 0x5571735e11c0 0.000133
+gallium_dri.so free 0x5571735e1280 void 0.000134
+gallium_dri.so free 0x5571735e11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e11c0 0.000132
+gallium_dri.so free 0x5571735e1300 void 0.000133
+gallium_dri.so free 0x5571735e11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1330 0.000131
+gallium_dri.so free 0x5571735cae40 void 0.000134
+gallium_dri.so free 0x5571735e1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1330 0.000134
+gallium_dri.so free 0x5571735e1380 void 0.000131
+gallium_dri.so free 0x5571735e1330 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1330 0.000131
+gallium_dri.so free 0x5571735caf40 void 0.000142
+gallium_dri.so free 0x5571735e1330 void 0.000133
+gallium_dri.so malloc 72 0x5571735caf90 0.000130
+gallium_dri.so free 0x5571735cb000 void 0.000132
+gallium_dri.so free 0x5571735caf90 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb020 0.000180
+gallium_dri.so free 0x5571735cb0c0 void 0.000135
+gallium_dri.so free 0x5571735cb020 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb070 0.000130
+gallium_dri.so free 0x5571735cb140 void 0.000130
+gallium_dri.so free 0x5571735cb070 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb070 0.000133
+gallium_dri.so free 0x5571735cb1c0 void 0.000133
+gallium_dri.so free 0x5571735cb070 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000130
+gallium_dri.so free 0x5571735cb280 void 0.000133
+gallium_dri.so free 0x5571735cb1c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000132
+gallium_dri.so free 0x5571735cb380 void 0.000133
+gallium_dri.so free 0x5571735cb1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000133
+gallium_dri.so free 0x5571735cb400 void 0.000130
+gallium_dri.so free 0x5571735cb1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb430 0.000146
+gallium_dri.so free 0x5571735cb480 void 0.000133
+gallium_dri.so free 0x5571735cb430 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb430 0.000131
+gallium_dri.so free 0x5571735cb580 void 0.000134
+gallium_dri.so free 0x5571735cb430 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb530 0.000134
+gallium_dri.so free 0x5571735cb640 void 0.000134
+gallium_dri.so free 0x5571735cb530 void 0.000133
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000133
+gallium_dri.so free 0x5571735cb680 void 0.000132
+gallium_dri.so free 0x5571735cb5f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000134
+gallium_dri.so free 0x5571735cb740 void 0.000133
+gallium_dri.so free 0x5571735cb5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb790 0.000131
+gallium_dri.so free 0x5571735cb800 void 0.000134
+gallium_dri.so free 0x5571735cb790 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb840 0.000132
+gallium_dri.so free 0x5571735cb8c0 void 0.000133
+gallium_dri.so free 0x5571735cb840 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000133
+gallium_dri.so free 0x5571735cb980 void 0.000132
+gallium_dri.so free 0x5571735cb8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000138
+gallium_dri.so free 0x5571735cba00 void 0.000134
+gallium_dri.so free 0x5571735cb8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cba30 0.000130
+gallium_dri.so free 0x5571735cba80 void 0.000133
+gallium_dri.so free 0x5571735cba30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cba30 0.000135
+gallium_dri.so free 0x5571735cbb80 void 0.000133
+gallium_dri.so free 0x5571735cba30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbb30 0.000135
+gallium_dri.so free 0x5571735cbc40 void 0.000134
+gallium_dri.so free 0x5571735cbb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000134
+gallium_dri.so free 0x5571735cbcc0 void 0.000133
+gallium_dri.so free 0x5571735cbbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbce0 0.000130
+gallium_dri.so free 0x5571735cbd80 void 0.000133
+gallium_dri.so free 0x5571735cbce0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cbd30 0.000134
+gallium_dri.so free 0x5571735cbe00 void 0.000134
+gallium_dri.so free 0x5571735cbd30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cbd30 0.000131
+gallium_dri.so free 0x5571735cbe80 void 0.000133
+gallium_dri.so free 0x5571735cbd30 void 0.000133
+gallium_dri.so malloc 72 0x5571735cbe80 0.000132
+gallium_dri.so free 0x5571735cbf40 void 0.000133
+gallium_dri.so free 0x5571735cbe80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbe80 0.000134
+gallium_dri.so free 0x5571735cc000 void 0.000130
+gallium_dri.so free 0x5571735cbe80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbe80 0.000129
+gallium_dri.so free 0x5571735cc0c0 void 0.000132
+gallium_dri.so free 0x5571735cbe80 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc070 0.000130
+gallium_dri.so free 0x5571735cc0c0 void 0.000134
+gallium_dri.so free 0x5571735cc070 void 0.000135
+gallium_dri.so malloc 72 0x5571735cc070 0.000130
+gallium_dri.so free 0x5571735cc1c0 void 0.000134
+gallium_dri.so free 0x5571735cc070 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc170 0.000131
+gallium_dri.so free 0x5571735cc280 void 0.000132
+gallium_dri.so free 0x5571735cc170 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc230 0.000130
+gallium_dri.so free 0x5571735cc2c0 void 0.000135
+gallium_dri.so free 0x5571735cc230 void 0.000135
+gallium_dri.so malloc 72 0x5571735cc230 0.000133
+gallium_dri.so free 0x5571735cc380 void 0.000145
+gallium_dri.so free 0x5571735cc230 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000130
+gallium_dri.so free 0x5571735cc440 void 0.000134
+gallium_dri.so free 0x5571735cc3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc440 0.000130
+gallium_dri.so free 0x5571735cc500 void 0.000133
+gallium_dri.so free 0x5571735cc440 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc440 0.000132
+gallium_dri.so free 0x5571735cc5c0 void 0.000134
+gallium_dri.so free 0x5571735cc440 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc5e0 0.000131
+gallium_dri.so free 0x5571735cc680 void 0.000130
+gallium_dri.so free 0x5571735cc5e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc630 0.000134
+gallium_dri.so free 0x5571735cc700 void 0.000134
+gallium_dri.so free 0x5571735cc630 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc630 0.000131
+gallium_dri.so free 0x5571735cc780 void 0.000133
+gallium_dri.so free 0x5571735cc630 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc780 0.000130
+gallium_dri.so free 0x5571735cc840 void 0.000134
+gallium_dri.so free 0x5571735cc780 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc780 0.000134
+gallium_dri.so free 0x5571735cc900 void 0.000137
+gallium_dri.so free 0x5571735cc780 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc780 0.000130
+gallium_dri.so free 0x5571735cc9c0 void 0.000131
+gallium_dri.so free 0x5571735cc780 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc970 0.000184
+gallium_dri.so free 0x5571735cca80 void 0.000134
+gallium_dri.so free 0x5571735cc970 void 0.000132
+gallium_dri.so malloc 72 0x5571735cca30 0.000132
+gallium_dri.so free 0x5571735ccb00 void 0.000135
+gallium_dri.so free 0x5571735cca30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccb50 0.000131
+gallium_dri.so free 0x5571735ccbc0 void 0.000134
+gallium_dri.so free 0x5571735ccb50 void 0.000133
+gallium_dri.so malloc 72 0x5571735ccbe0 0.000133
+gallium_dri.so free 0x5571735ccc80 void 0.000135
+gallium_dri.so free 0x5571735ccbe0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccc30 0.000133
+gallium_dri.so free 0x5571735ccd00 void 0.000131
+gallium_dri.so free 0x5571735ccc30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ccc30 0.000130
+gallium_dri.so free 0x5571735ccd80 void 0.000133
+gallium_dri.so free 0x5571735ccc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccd80 0.000135
+gallium_dri.so free 0x5571735cce40 void 0.000133
+gallium_dri.so free 0x5571735ccd80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccd80 0.000133
+gallium_dri.so free 0x5571735ccf40 void 0.000133
+gallium_dri.so free 0x5571735ccd80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccef0 0.000131
+gallium_dri.so free 0x5571735ccf80 void 0.000134
+gallium_dri.so free 0x5571735ccef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccef0 0.000130
+gallium_dri.so free 0x5571735cd040 void 0.000140
+gallium_dri.so free 0x5571735ccef0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cd080 0.000132
+gallium_dri.so free 0x5571735cd100 void 0.000132
+gallium_dri.so free 0x5571735cd080 void 0.000133
+gallium_dri.so malloc 72 0x5571735cd100 0.000130
+gallium_dri.so free 0x5571735cd1c0 void 0.000133
+gallium_dri.so free 0x5571735cd100 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd100 0.000130
+gallium_dri.so free 0x5571735cd240 void 0.000133
+gallium_dri.so free 0x5571735cd100 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd270 0.000129
+gallium_dri.so free 0x5571735cd2c0 void 0.000133
+gallium_dri.so free 0x5571735cd270 void 0.000145
+gallium_dri.so malloc 72 0x5571735cd270 0.000130
+gallium_dri.so free 0x5571735cd3c0 void 0.000134
+gallium_dri.so free 0x5571735cd270 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd400 0.000132
+gallium_dri.so free 0x5571735cd480 void 0.000132
+gallium_dri.so free 0x5571735cd400 void 0.000133
+gallium_dri.so malloc 72 0x5571735cd480 0.000133
+gallium_dri.so free 0x5571735cd540 void 0.000134
+gallium_dri.so free 0x5571735cd480 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd480 0.000133
+gallium_dri.so free 0x5571735cd5c0 void 0.000133
+gallium_dri.so free 0x5571735cd480 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000131
+gallium_dri.so free 0x5571735cd640 void 0.000133
+gallium_dri.so free 0x5571735cd5f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000135
+gallium_dri.so free 0x5571735cd740 void 0.000133
+gallium_dri.so free 0x5571735cd5f0 void 0.000184
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000108
+gallium_dri.so free 0x5571735cd800 void 0.000248
+gallium_dri.so free 0x5571735cd6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000119
+gallium_dri.so free 0x5571735cd880 void 0.000165
+gallium_dri.so free 0x5571735cd7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000117
+gallium_dri.so free 0x5571735cd940 void 0.000117
+gallium_dri.so free 0x5571735cd7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000118
+gallium_dri.so free 0x5571735cda00 void 0.000119
+gallium_dri.so free 0x5571735cd7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000119
+gallium_dri.so free 0x5571735cda80 void 0.000118
+gallium_dri.so free 0x5571735cd9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdad0 0.000118
+gallium_dri.so free 0x5571735cdb40 void 0.000118
+gallium_dri.so free 0x5571735cdad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb60 0.000126
+gallium_dri.so free 0x5571735cdc00 void 0.000130
+gallium_dri.so free 0x5571735cdb60 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000119
+gallium_dri.so free 0x5571735cdc80 void 0.000123
+gallium_dri.so free 0x5571735cdbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cdc80 0.000124
+gallium_dri.so free 0x5571735cdd40 void 0.000125
+gallium_dri.so free 0x5571735cdc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdc80 0.000118
+gallium_dri.so free 0x5571735cddc0 void 0.000133
+gallium_dri.so free 0x5571735cdc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735cddc0 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cddc0 0.000117
+gallium_dri.so free 0x5571735cdf40 void 0.000117
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cddc0 0.000117
+gallium_dri.so free 0x5571735ce000 void 0.000118
+gallium_dri.so free 0x5571735cddc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000118
+gallium_dri.so free 0x5571735ce080 void 0.000117
+gallium_dri.so free 0x5571735cdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce0d0 0.000118
+gallium_dri.so free 0x5571735ce140 void 0.000118
+gallium_dri.so free 0x5571735ce0d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce180 0.000118
+gallium_dri.so free 0x5571735ce200 void 0.000117
+gallium_dri.so free 0x5571735ce180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce180 0.000117
+gallium_dri.so free 0x5571735ce280 void 0.000118
+gallium_dri.so free 0x5571735ce180 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000117
+gallium_dri.so free 0x5571735ce300 void 0.000118
+gallium_dri.so free 0x5571735ce2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000117
+gallium_dri.so free 0x5571735ce400 void 0.000114
+gallium_dri.so free 0x5571735ce2b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000109
+gallium_dri.so free 0x5571735ce4c0 void 0.000109
+gallium_dri.so free 0x5571735ce3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce470 0.000109
+gallium_dri.so free 0x5571735ce500 void 0.000109
+gallium_dri.so free 0x5571735ce470 void 0.000164
+gallium_dri.so malloc 72 0x5571735ce470 0.000111
+gallium_dri.so free 0x5571735ce5c0 void 0.000108
+gallium_dri.so free 0x5571735ce470 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce630 0.000110
+gallium_dri.so free 0x5571735ce680 void 0.000109
+gallium_dri.so free 0x5571735ce630 void 0.000250
+gallium_dri.so malloc 72 0x5571735ce630 0.000244
+gallium_dri.so free 0x5571735ce780 void 0.000113
+gallium_dri.so free 0x5571735ce630 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce730 0.000109
+gallium_dri.so free 0x5571735ce840 void 0.000112
+gallium_dri.so free 0x5571735ce730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000109
+gallium_dri.so free 0x5571735ce880 void 0.000110
+gallium_dri.so free 0x5571735ce7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000111
+gallium_dri.so free 0x5571735ce7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce980 0.000123
+gallium_dri.so free 0x5571735cea00 void 0.000119
+gallium_dri.so free 0x5571735ce980 void 0.000118
+gallium_dri.so malloc 72 0x5571735cea00 0.000126
+gallium_dri.so free 0x5571735ceac0 void 0.000122
+gallium_dri.so free 0x5571735cea00 void 0.000125
+gallium_dri.so malloc 72 0x5571735cea00 0.000128
+gallium_dri.so free 0x5571735ceb80 void 0.000125
+gallium_dri.so free 0x5571735cea00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ceba0 0.000119
+gallium_dri.so free 0x5571735cec40 void 0.000122
+gallium_dri.so free 0x5571735ceba0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cebf0 0.000124
+gallium_dri.so free 0x5571735cecc0 void 0.000119
+gallium_dri.so free 0x5571735cebf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cebf0 0.000117
+gallium_dri.so free 0x5571735ced40 void 0.000123
+gallium_dri.so free 0x5571735cebf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced40 0.000116
+gallium_dri.so free 0x5571735cee00 void 0.000118
+gallium_dri.so free 0x5571735ced40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ced40 0.000124
+gallium_dri.so free 0x5571735ceec0 void 0.000132
+gallium_dri.so free 0x5571735ced40 void 0.000127
+gallium_dri.so malloc 72 0x5571735ced40 0.000126
+gallium_dri.so free 0x5571735cef80 void 0.000125
+gallium_dri.so free 0x5571735ced40 void 0.000125
+gallium_dri.so malloc 72 0x5571735cef30 0.000123
+gallium_dri.so free 0x5571735cf040 void 0.000126
+gallium_dri.so free 0x5571735cef30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceff0 0.000120
+gallium_dri.so free 0x5571735cf0c0 void 0.000122
+gallium_dri.so free 0x5571735ceff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf110 0.000126
+gallium_dri.so free 0x5571735cf180 void 0.000125
+gallium_dri.so free 0x5571735cf110 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1a0 0.000122
+gallium_dri.so free 0x5571735cf240 void 0.000127
+gallium_dri.so free 0x5571735cf1a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000213
+gallium_dri.so free 0x5571735cf2c0 void 0.000131
+gallium_dri.so free 0x5571735cf1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000124
+gallium_dri.so free 0x5571735cf340 void 0.000137
+gallium_dri.so free 0x5571735cf1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf340 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000125
+gallium_dri.so free 0x5571735cf340 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf340 0.000129
+gallium_dri.so free 0x5571735cf500 void 0.000126
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so free 0x5571735cf4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000117
+gallium_dri.so free 0x5571735cf600 void 0.000120
+gallium_dri.so free 0x5571735cf4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf640 0.000118
+gallium_dri.so free 0x5571735cf6c0 void 0.000121
+gallium_dri.so free 0x5571735cf640 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000118
+gallium_dri.so free 0x5571735cf780 void 0.000119
+gallium_dri.so free 0x5571735cf6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000120
+gallium_dri.so free 0x5571735cf6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000120
+gallium_dri.so free 0x5571735cf830 void 0.000156
+gallium_dri.so malloc 72 0x5571735cf830 0.000136
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so free 0x5571735cf830 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000118
+gallium_dri.so free 0x5571735cfa40 void 0.000121
+gallium_dri.so free 0x5571735cf9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa40 0.000119
+gallium_dri.so free 0x5571735cfb00 void 0.000121
+gallium_dri.so free 0x5571735cfa40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfa40 0.000118
+gallium_dri.so free 0x5571735cfb80 void 0.000119
+gallium_dri.so free 0x5571735cfa40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000119
+gallium_dri.so free 0x5571735cfc00 void 0.000127
+gallium_dri.so free 0x5571735cfbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000120
+gallium_dri.so free 0x5571735cfd00 void 0.000121
+gallium_dri.so free 0x5571735cfbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000119
+gallium_dri.so free 0x5571735cfdc0 void 0.000119
+gallium_dri.so free 0x5571735cfcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd70 0.000120
+gallium_dri.so free 0x5571735cfe40 void 0.000122
+gallium_dri.so free 0x5571735cfd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfd70 0.000119
+gallium_dri.so free 0x5571735cff00 void 0.000130
+gallium_dri.so free 0x5571735cfd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd70 0.000118
+gallium_dri.so free 0x5571735cffc0 void 0.000117
+gallium_dri.so free 0x5571735cfd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cff70 0.000117
+gallium_dri.so free 0x5571735d0040 void 0.000117
+gallium_dri.so free 0x5571735cff70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0090 0.000124
+gallium_dri.so free 0x5571735d0100 void 0.000113
+gallium_dri.so free 0x5571735d0090 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0120 0.000112
+gallium_dri.so free 0x5571735d01c0 void 0.000111
+gallium_dri.so free 0x5571735d0120 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0170 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000123
+gallium_dri.so free 0x5571735d0170 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0240 0.000132
+gallium_dri.so free 0x5571735d0300 void 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0240 0.000118
+gallium_dri.so free 0x5571735d0380 void 0.000119
+gallium_dri.so free 0x5571735d0240 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0380 0.000118
+gallium_dri.so free 0x5571735d0440 void 0.000116
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0380 0.000129
+gallium_dri.so free 0x5571735d0500 void 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0380 0.000120
+gallium_dri.so free 0x5571735d05c0 void 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0570 0.000120
+gallium_dri.so free 0x5571735d0640 void 0.000118
+gallium_dri.so free 0x5571735d0570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0690 0.000119
+gallium_dri.so free 0x5571735d0700 void 0.000120
+gallium_dri.so free 0x5571735d0690 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0740 0.000119
+gallium_dri.so free 0x5571735d07c0 void 0.000121
+gallium_dri.so free 0x5571735d0740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0740 0.000119
+gallium_dri.so free 0x5571735d0840 void 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0870 0.000120
+gallium_dri.so free 0x5571735d08c0 void 0.000120
+gallium_dri.so free 0x5571735d0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0870 0.000119
+gallium_dri.so free 0x5571735d09c0 void 0.000121
+gallium_dri.so free 0x5571735d0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0970 0.000119
+gallium_dri.so free 0x5571735d0a80 void 0.000117
+gallium_dri.so free 0x5571735d0970 void 0.000160
+gallium_dri.so malloc 72 0x5571735d0a30 0.000122
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a30 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000120
+gallium_dri.so free 0x5571735d0c40 void 0.000120
+gallium_dri.so free 0x5571735d0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000121
+gallium_dri.so free 0x5571735d0d40 void 0.000121
+gallium_dri.so free 0x5571735d0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000123
+gallium_dri.so free 0x5571735d0e00 void 0.000121
+gallium_dri.so free 0x5571735d0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0db0 0.000116
+gallium_dri.so free 0x5571735d0e40 void 0.000120
+gallium_dri.so free 0x5571735d0db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0db0 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000118
+gallium_dri.so free 0x5571735d0db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0f40 0.000121
+gallium_dri.so free 0x5571735d0fc0 void 0.000122
+gallium_dri.so free 0x5571735d0f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000121
+gallium_dri.so free 0x5571735d1080 void 0.000130
+gallium_dri.so free 0x5571735d0fc0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000157
+gallium_dri.so free 0x5571735d1140 void 0.000123
+gallium_dri.so free 0x5571735d0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1160 0.000113
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d1160 void 0.000117
+gallium_dri.so malloc 72 0x5571735d11b0 0.000117
+gallium_dri.so free 0x5571735d1280 void 0.000113
+gallium_dri.so free 0x5571735d11b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d11b0 0.000112
+gallium_dri.so free 0x5571735d1300 void 0.000112
+gallium_dri.so free 0x5571735d11b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735d1300 0.000155
+gallium_dri.so free 0x5571735d13c0 void 0.000156
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1300 0.000115
+gallium_dri.so free 0x5571735d1480 void 0.000115
+gallium_dri.so free 0x5571735d1300 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1300 0.000110
+gallium_dri.so free 0x5571735d1540 void 0.000110
+gallium_dri.so free 0x5571735d1300 void 0.000108
+gallium_dri.so malloc 72 0x5571735d14f0 0.000110
+gallium_dri.so free 0x5571735d1600 void 0.000121
+gallium_dri.so free 0x5571735d14f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d15b0 0.000115
+gallium_dri.so free 0x5571735d1680 void 0.000217
+gallium_dri.so free 0x5571735d15b0 void 0.000238
+gallium_dri.so malloc 72 0x5571735d16d0 0.000229
+gallium_dri.so free 0x5571735d1740 void 0.000192
+gallium_dri.so free 0x5571735d16d0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d1760 0.000192
+gallium_dri.so free 0x5571735d1800 void 0.000113
+gallium_dri.so free 0x5571735d1760 void 0.000111
+gallium_dri.so malloc 72 0x5571735d17b0 0.000111
+gallium_dri.so free 0x5571735d1880 void 0.000112
+gallium_dri.so free 0x5571735d17b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d17b0 0.000111
+gallium_dri.so free 0x5571735d1900 void 0.000110
+gallium_dri.so free 0x5571735d17b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1900 0.000119
+gallium_dri.so free 0x5571735d19c0 void 0.000117
+gallium_dri.so free 0x5571735d1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1900 0.000113
+gallium_dri.so free 0x5571735d1ac0 void 0.000112
+gallium_dri.so free 0x5571735d1900 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1a70 0.000126
+gallium_dri.so free 0x5571735d1b00 void 0.000119
+gallium_dri.so free 0x5571735d1a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a70 0.000112
+gallium_dri.so free 0x5571735d1bc0 void 0.000109
+gallium_dri.so free 0x5571735d1a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1c00 0.000108
+gallium_dri.so free 0x5571735d1c80 void 0.000110
+gallium_dri.so free 0x5571735d1c00 void 0.000171
+gallium_dri.so malloc 72 0x5571735d1c80 0.000116
+gallium_dri.so free 0x5571735d1d40 void 0.000116
+gallium_dri.so free 0x5571735d1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1c80 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000115
+gallium_dri.so free 0x5571735d1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1df0 0.000115
+gallium_dri.so free 0x5571735d1f40 void 0.000114
+gallium_dri.so free 0x5571735d1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1f80 0.000114
+gallium_dri.so free 0x5571735d2000 void 0.000115
+gallium_dri.so free 0x5571735d1f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2000 0.000116
+gallium_dri.so free 0x5571735d20c0 void 0.000115
+gallium_dri.so free 0x5571735d2000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2000 0.000129
+gallium_dri.so free 0x5571735d2140 void 0.000118
+gallium_dri.so free 0x5571735d2000 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2170 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000124
+gallium_dri.so free 0x5571735d2170 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2170 0.000120
+gallium_dri.so free 0x5571735d22c0 void 0.000117
+gallium_dri.so free 0x5571735d2170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2270 0.000115
+gallium_dri.so free 0x5571735d2380 void 0.000128
+gallium_dri.so free 0x5571735d2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2330 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000116
+gallium_dri.so free 0x5571735d2330 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2330 0.000114
+gallium_dri.so free 0x5571735d24c0 void 0.000116
+gallium_dri.so free 0x5571735d2330 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2330 0.000116
+gallium_dri.so free 0x5571735d2580 void 0.000115
+gallium_dri.so free 0x5571735d2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2530 0.000120
+gallium_dri.so free 0x5571735d2600 void 0.000116
+gallium_dri.so free 0x5571735d2530 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2650 0.000116
+gallium_dri.so free 0x5571735d26c0 void 0.000116
+gallium_dri.so free 0x5571735d2650 void 0.000209
+gallium_dri.so malloc 72 0x5571735d26e0 0.000134
+gallium_dri.so free 0x5571735d2780 void 0.000129
+gallium_dri.so free 0x5571735d26e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2730 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000120
+gallium_dri.so free 0x5571735d2730 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2800 0.000124
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2940 0.000117
+gallium_dri.so free 0x5571735d2a00 void 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2940 0.000122
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2940 0.000117
+gallium_dri.so free 0x5571735d2b80 void 0.000166
+gallium_dri.so free 0x5571735d2940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2b30 0.000114
+gallium_dri.so free 0x5571735d2c00 void 0.000116
+gallium_dri.so free 0x5571735d2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c50 0.000122
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d00 0.000115
+gallium_dri.so free 0x5571735d2d80 void 0.000114
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2d00 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000114
+gallium_dri.so free 0x5571735d2d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2e30 0.000112
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so free 0x5571735d2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2e30 0.000113
+gallium_dri.so free 0x5571735d2f80 void 0.000114
+gallium_dri.so free 0x5571735d2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f30 0.000112
+gallium_dri.so free 0x5571735d3040 void 0.000114
+gallium_dri.so free 0x5571735d2f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d31b0 0.000112
+gallium_dri.so free 0x5571735d3200 void 0.000114
+gallium_dri.so free 0x5571735d31b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d31b0 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000124
+gallium_dri.so free 0x5571735d31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d32b0 0.000112
+gallium_dri.so free 0x5571735d33c0 void 0.000114
+gallium_dri.so free 0x5571735d32b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3370 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000113
+gallium_dri.so free 0x5571735d3370 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3370 0.000112
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3500 0.000112
+gallium_dri.so free 0x5571735d3580 void 0.000115
+gallium_dri.so free 0x5571735d3500 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3580 0.000114
+gallium_dri.so free 0x5571735d3640 void 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3580 0.000114
+gallium_dri.so free 0x5571735d3700 void 0.000119
+gallium_dri.so free 0x5571735d3580 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3720 0.000124
+gallium_dri.so free 0x5571735d37c0 void 0.000124
+gallium_dri.so free 0x5571735d3720 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3770 0.000115
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so free 0x5571735d3770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3770 0.000185
+gallium_dri.so free 0x5571735d38c0 void 0.000119
+gallium_dri.so free 0x5571735d3770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d38c0 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d38c0 0.000112
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735d38c0 0.000117
+gallium_dri.so free 0x5571735d3b00 void 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000114
+gallium_dri.so free 0x5571735d3bc0 void 0.000113
+gallium_dri.so free 0x5571735d3ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3b70 0.000113
+gallium_dri.so free 0x5571735d3c40 void 0.000114
+gallium_dri.so free 0x5571735d3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3c90 0.000112
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so free 0x5571735d3c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d20 0.000113
+gallium_dri.so free 0x5571735d3dc0 void 0.000114
+gallium_dri.so free 0x5571735d3d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d70 0.000112
+gallium_dri.so free 0x5571735d3e40 void 0.000115
+gallium_dri.so free 0x5571735d3d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d70 0.000126
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000113
+gallium_dri.so free 0x5571735d4080 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4030 0.000111
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4030 0.000114
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d41c0 0.000118
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so free 0x5571735d41c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4240 0.000116
+gallium_dri.so free 0x5571735d4300 void 0.000115
+gallium_dri.so free 0x5571735d4240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4240 0.000112
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43b0 0.000118
+gallium_dri.so free 0x5571735d4400 void 0.000119
+gallium_dri.so free 0x5571735d43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43b0 0.000125
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d43b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4540 0.000243
+gallium_dri.so free 0x5571735d45c0 void 0.000214
+gallium_dri.so free 0x5571735d4540 void 0.000129
+gallium_dri.so malloc 72 0x5571735d45c0 0.000124
+gallium_dri.so free 0x5571735d4680 void 0.000123
+gallium_dri.so free 0x5571735d45c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d45c0 0.000124
+gallium_dri.so free 0x5571735d4700 void 0.000158
+gallium_dri.so free 0x5571735d45c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4730 0.000122
+gallium_dri.so free 0x5571735d4780 void 0.000119
+gallium_dri.so free 0x5571735d4730 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4730 0.000119
+gallium_dri.so free 0x5571735d4880 void 0.000118
+gallium_dri.so free 0x5571735d4730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4830 0.000130
+gallium_dri.so free 0x5571735d4940 void 0.000124
+gallium_dri.so free 0x5571735d4830 void 0.000124
+gallium_dri.so malloc 72 0x5571735d48f0 0.000124
+gallium_dri.so free 0x5571735d49c0 void 0.000129
+gallium_dri.so free 0x5571735d48f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d48f0 0.000115
+gallium_dri.so free 0x5571735d4a80 void 0.000115
+gallium_dri.so free 0x5571735d48f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48f0 0.000115
+gallium_dri.so free 0x5571735d4b40 void 0.000116
+gallium_dri.so free 0x5571735d48f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4af0 0.000116
+gallium_dri.so free 0x5571735d4bc0 void 0.000116
+gallium_dri.so free 0x5571735d4af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4c10 0.000116
+gallium_dri.so free 0x5571735d4c80 void 0.000116
+gallium_dri.so free 0x5571735d4c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000115
+gallium_dri.so free 0x5571735d4d40 void 0.000116
+gallium_dri.so free 0x5571735d4ca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000114
+gallium_dri.so free 0x5571735d4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000121
+gallium_dri.so free 0x5571735d4e80 void 0.000125
+gallium_dri.so free 0x5571735d4dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000122
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4f00 0.000131
+gallium_dri.so free 0x5571735d4fc0 void 0.000121
+gallium_dri.so free 0x5571735d4f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f00 0.000126
+gallium_dri.so free 0x5571735d5080 void 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4f00 0.000121
+gallium_dri.so free 0x5571735d5140 void 0.000120
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d50f0 0.000119
+gallium_dri.so free 0x5571735d51c0 void 0.000120
+gallium_dri.so free 0x5571735d50f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5210 0.000118
+gallium_dri.so free 0x5571735d5280 void 0.000119
+gallium_dri.so free 0x5571735d5210 void 0.000119
+gallium_dri.so malloc 72 0x5571735d52c0 0.000120
+gallium_dri.so free 0x5571735d5340 void 0.000120
+gallium_dri.so free 0x5571735d52c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d52c0 0.000118
+gallium_dri.so free 0x5571735d53c0 void 0.000119
+gallium_dri.so free 0x5571735d52c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d53f0 0.000119
+gallium_dri.so free 0x5571735d5440 void 0.000120
+gallium_dri.so free 0x5571735d53f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d53f0 0.000118
+gallium_dri.so free 0x5571735d5540 void 0.000120
+gallium_dri.so free 0x5571735d53f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735d54f0 0.000118
+gallium_dri.so free 0x5571735d5600 void 0.000117
+gallium_dri.so free 0x5571735d54f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55b0 0.000116
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55b0 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000117
+gallium_dri.so free 0x5571735d55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5770 0.000111
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so free 0x5571735d5770 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5770 0.000117
+gallium_dri.so free 0x5571735d58c0 void 0.000139
+gallium_dri.so free 0x5571735d5770 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5870 0.000117
+gallium_dri.so free 0x5571735d5980 void 0.000123
+gallium_dri.so free 0x5571735d5870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5930 0.000121
+gallium_dri.so free 0x5571735d59c0 void 0.000121
+gallium_dri.so free 0x5571735d5930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5930 0.000124
+gallium_dri.so free 0x5571735d5a80 void 0.000121
+gallium_dri.so free 0x5571735d5930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000125
+gallium_dri.so free 0x5571735d5b40 void 0.000114
+gallium_dri.so free 0x5571735d5ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5b40 0.000115
+gallium_dri.so free 0x5571735d5c00 void 0.000116
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b40 0.000116
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ce0 0.000115
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so free 0x5571735d5ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d30 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so free 0x5571735d5d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d30 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000116
+gallium_dri.so free 0x5571735d5d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000116
+gallium_dri.so free 0x5571735d5f40 void 0.000116
+gallium_dri.so free 0x5571735d5e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5e80 0.000116
+gallium_dri.so free 0x5571735d6000 void 0.000118
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d60c0 void 0.000116
+gallium_dri.so free 0x5571735d5e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6070 0.000122
+gallium_dri.so free 0x5571735d6180 void 0.000125
+gallium_dri.so free 0x5571735d6070 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6130 0.000120
+gallium_dri.so free 0x5571735d6200 void 0.000123
+gallium_dri.so free 0x5571735d6130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6250 0.000120
+gallium_dri.so free 0x5571735d62c0 void 0.000119
+gallium_dri.so free 0x5571735d6250 void 0.000120
+gallium_dri.so malloc 72 0x5571735d62e0 0.000123
+gallium_dri.so free 0x5571735d6380 void 0.000121
+gallium_dri.so free 0x5571735d62e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6330 0.000121
+gallium_dri.so free 0x5571735d6400 void 0.000121
+gallium_dri.so free 0x5571735d6330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6330 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000120
+gallium_dri.so free 0x5571735d6330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6480 0.000120
+gallium_dri.so free 0x5571735d6540 void 0.000121
+gallium_dri.so free 0x5571735d6480 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6480 0.000119
+gallium_dri.so free 0x5571735d6640 void 0.000172
+gallium_dri.so free 0x5571735d6480 void 0.000122
+gallium_dri.so malloc 72 0x5571735d65f0 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000123
+gallium_dri.so free 0x5571735d65f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d65f0 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d65f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6780 0.000119
+gallium_dri.so free 0x5571735d6800 void 0.000121
+gallium_dri.so free 0x5571735d6780 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6800 0.000119
+gallium_dri.so free 0x5571735d68c0 void 0.000120
+gallium_dri.so free 0x5571735d6800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6800 0.000121
+gallium_dri.so free 0x5571735d6940 void 0.000119
+gallium_dri.so free 0x5571735d6800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6970 0.000120
+gallium_dri.so free 0x5571735d69c0 void 0.000121
+gallium_dri.so free 0x5571735d6970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6970 0.000119
+gallium_dri.so free 0x5571735d6ac0 void 0.000120
+gallium_dri.so free 0x5571735d6970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b00 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000120
+gallium_dri.so free 0x5571735d6b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6b80 0.000119
+gallium_dri.so free 0x5571735d6c40 void 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6b80 0.000117
+gallium_dri.so free 0x5571735ebdc0 void 0.000130
+gallium_dri.so free 0x5571735d6b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6b80 0.000115
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebec0 0.000115
+gallium_dri.so free 0x5571735ebf40 void 0.000117
+gallium_dri.so free 0x5571735ebec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf40 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000116
+gallium_dri.so free 0x5571735ebf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf40 0.000116
+gallium_dri.so free 0x5571735ec0c0 void 0.000116
+gallium_dri.so free 0x5571735ebf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0e0 0.000115
+gallium_dri.so free 0x5571735ec180 void 0.000117
+gallium_dri.so free 0x5571735ec0e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec130 0.000115
+gallium_dri.so free 0x5571735ec200 void 0.000117
+gallium_dri.so free 0x5571735ec130 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec130 0.000123
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so free 0x5571735ec130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec280 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec280 0.000119
+gallium_dri.so free 0x5571735ec400 void 0.000126
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec280 0.000121
+gallium_dri.so free 0x5571735ec4c0 void 0.000122
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec470 0.000121
+gallium_dri.so free 0x5571735ec580 void 0.000121
+gallium_dri.so free 0x5571735ec470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec530 0.000175
+gallium_dri.so free 0x5571735ec600 void 0.000122
+gallium_dri.so free 0x5571735ec530 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec650 0.000121
+gallium_dri.so free 0x5571735ec6c0 void 0.000120
+gallium_dri.so free 0x5571735ec650 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000121
+gallium_dri.so free 0x5571735ec780 void 0.000121
+gallium_dri.so free 0x5571735ec6e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec730 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000120
+gallium_dri.so free 0x5571735ec730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec730 0.000121
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so free 0x5571735ec730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec880 0.000120
+gallium_dri.so free 0x5571735ec940 void 0.000129
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec880 0.000122
+gallium_dri.so free 0x5571735eca40 void 0.000122
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9f0 0.000121
+gallium_dri.so free 0x5571735eca80 void 0.000122
+gallium_dri.so free 0x5571735ec9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec9f0 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000120
+gallium_dri.so free 0x5571735ec9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecb80 0.000120
+gallium_dri.so free 0x5571735ecc00 void 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc00 0.000121
+gallium_dri.so free 0x5571735eccc0 void 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc00 0.000121
+gallium_dri.so free 0x5571735ecd40 void 0.000120
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd70 0.000121
+gallium_dri.so free 0x5571735ecdc0 void 0.000122
+gallium_dri.so free 0x5571735ecd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecd70 0.000121
+gallium_dri.so free 0x5571735ecec0 void 0.000121
+gallium_dri.so free 0x5571735ecd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecf00 0.000129
+gallium_dri.so free 0x5571735ecf80 void 0.000122
+gallium_dri.so free 0x5571735ecf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecf80 0.000120
+gallium_dri.so free 0x5571735ed040 void 0.000122
+gallium_dri.so free 0x5571735ecf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf80 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ecf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed0f0 0.000120
+gallium_dri.so free 0x5571735ed140 void 0.000120
+gallium_dri.so free 0x5571735ed0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed0f0 0.000119
+gallium_dri.so free 0x5571735ed240 void 0.000122
+gallium_dri.so free 0x5571735ed0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000120
+gallium_dri.so free 0x5571735ed300 void 0.000122
+gallium_dri.so free 0x5571735ed1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000121
+gallium_dri.so free 0x5571735ed2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000173
+gallium_dri.so free 0x5571735ed2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000121
+gallium_dri.so free 0x5571735ed500 void 0.000129
+gallium_dri.so free 0x5571735ed2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so free 0x5571735ed4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed5d0 0.000121
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed5d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed660 0.000121
+gallium_dri.so free 0x5571735ed700 void 0.000120
+gallium_dri.so free 0x5571735ed660 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed780 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed780 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000121
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000141
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000125
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edab0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbd0 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edbd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc80 0.000113
+gallium_dri.so free 0x5571735edd00 void 0.000112
+gallium_dri.so free 0x5571735edc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc80 0.000111
+gallium_dri.so free 0x5571735edd80 void 0.000112
+gallium_dri.so free 0x5571735edc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735eddb0 0.000111
+gallium_dri.so free 0x5571735ede00 void 0.000114
+gallium_dri.so free 0x5571735eddb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eddb0 0.000111
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735eddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000112
+gallium_dri.so free 0x5571735edfc0 void 0.000113
+gallium_dri.so free 0x5571735edeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edf70 0.000112
+gallium_dri.so free 0x5571735ee000 void 0.000113
+gallium_dri.so free 0x5571735edf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf70 0.000112
+gallium_dri.so free 0x5571735ee0c0 void 0.000129
+gallium_dri.so free 0x5571735edf70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee130 0.000122
+gallium_dri.so free 0x5571735ee180 void 0.000122
+gallium_dri.so free 0x5571735ee130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee130 0.000122
+gallium_dri.so free 0x5571735ee280 void 0.000121
+gallium_dri.so free 0x5571735ee130 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee230 0.000164
+gallium_dri.so free 0x5571735ee340 void 0.000124
+gallium_dri.so free 0x5571735ee230 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000121
+gallium_dri.so free 0x5571735ee380 void 0.000121
+gallium_dri.so free 0x5571735ee2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000121
+gallium_dri.so free 0x5571735ee440 void 0.000123
+gallium_dri.so free 0x5571735ee2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee480 0.000121
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee500 0.000122
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee500 0.000122
+gallium_dri.so free 0x5571735ee680 void 0.000131
+gallium_dri.so free 0x5571735ee500 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee6a0 0.000121
+gallium_dri.so free 0x5571735ee740 void 0.000122
+gallium_dri.so free 0x5571735ee6a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000122
+gallium_dri.so free 0x5571735ee6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000123
+gallium_dri.so free 0x5571735ee6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee840 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee840 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee840 0.000121
+gallium_dri.so free 0x5571735eea80 void 0.000123
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea30 0.000120
+gallium_dri.so free 0x5571735eeb40 void 0.000121
+gallium_dri.so free 0x5571735eea30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eec10 0.000129
+gallium_dri.so free 0x5571735eec80 void 0.000120
+gallium_dri.so free 0x5571735eec10 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeca0 0.000121
+gallium_dri.so free 0x5571735eed40 void 0.000122
+gallium_dri.so free 0x5571735eeca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eecf0 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000121
+gallium_dri.so free 0x5571735eecf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eecf0 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so free 0x5571735eecf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee40 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee40 0.000121
+gallium_dri.so free 0x5571735ef000 void 0.000123
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so malloc 72 0x5571735eefb0 0.000119
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so free 0x5571735eefb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eefb0 0.000121
+gallium_dri.so free 0x5571735ef100 void 0.000174
+gallium_dri.so free 0x5571735eefb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef140 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000192
+gallium_dri.so free 0x5571735ef140 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000122
+gallium_dri.so free 0x5571735ef280 void 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef330 0.000120
+gallium_dri.so free 0x5571735ef380 void 0.000120
+gallium_dri.so free 0x5571735ef330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef330 0.000122
+gallium_dri.so free 0x5571735ef480 void 0.000121
+gallium_dri.so free 0x5571735ef330 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef4c0 0.000121
+gallium_dri.so free 0x5571735ef540 void 0.000122
+gallium_dri.so free 0x5571735ef4c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef540 0.000121
+gallium_dri.so free 0x5571735ef600 void 0.000123
+gallium_dri.so free 0x5571735ef540 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef540 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000122
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000120
+gallium_dri.so free 0x5571735ef700 void 0.000121
+gallium_dri.so free 0x5571735ef6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000120
+gallium_dri.so free 0x5571735ef6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000122
+gallium_dri.so free 0x5571735ef8c0 void 0.000122
+gallium_dri.so free 0x5571735ef7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef870 0.000121
+gallium_dri.so free 0x5571735ef940 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef870 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef870 0.000121
+gallium_dri.so free 0x5571735efac0 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000121
+gallium_dri.so malloc 72 0x5571735efa70 0.000120
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so free 0x5571735efa70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb90 0.000121
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efb90 void 0.000121
+gallium_dri.so malloc 72 0x5571735efc20 0.000121
+gallium_dri.so free 0x5571735efcc0 void 0.000122
+gallium_dri.so free 0x5571735efc20 void 0.000122
+gallium_dri.so malloc 72 0x5571735efc70 0.000173
+gallium_dri.so free 0x5571735efd40 void 0.000124
+gallium_dri.so free 0x5571735efc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735efd40 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735efd40 0.000121
+gallium_dri.so free 0x5571735efe80 void 0.000123
+gallium_dri.so free 0x5571735efd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735efe80 0.000126
+gallium_dri.so free 0x5571735eff40 void 0.000122
+gallium_dri.so free 0x5571735efe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735efe80 0.000124
+gallium_dri.so free 0x5571735f0000 void 0.000122
+gallium_dri.so free 0x5571735efe80 void 0.000124
+gallium_dri.so malloc 72 0x5571735efe80 0.000122
+gallium_dri.so free 0x5571735f00c0 void 0.000122
+gallium_dri.so free 0x5571735efe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0070 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0190 0.000122
+gallium_dri.so free 0x5571735f0200 void 0.000121
+gallium_dri.so free 0x5571735f0190 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0240 0.000121
+gallium_dri.so free 0x5571735f02c0 void 0.000132
+gallium_dri.so free 0x5571735f0240 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0240 0.000122
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0370 0.000120
+gallium_dri.so free 0x5571735f03c0 void 0.000121
+gallium_dri.so free 0x5571735f0370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0370 0.000122
+gallium_dri.so free 0x5571735f04c0 void 0.000123
+gallium_dri.so free 0x5571735f0370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0470 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000123
+gallium_dri.so free 0x5571735f0470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0530 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000124
+gallium_dri.so free 0x5571735f0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0530 0.000121
+gallium_dri.so free 0x5571735f0680 void 0.000145
+gallium_dri.so free 0x5571735f0530 void 0.000123
+gallium_dri.so malloc 72 0x5571735f06f0 0.000122
+gallium_dri.so free 0x5571735f0740 void 0.000123
+gallium_dri.so free 0x5571735f06f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f06f0 0.000121
+gallium_dri.so free 0x5571735f0840 void 0.000123
+gallium_dri.so free 0x5571735f06f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f07f0 0.000123
+gallium_dri.so free 0x5571735f0900 void 0.000122
+gallium_dri.so free 0x5571735f07f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f08b0 0.000120
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f08b0 0.000122
+gallium_dri.so free 0x5571735f0a00 void 0.000121
+gallium_dri.so free 0x5571735f08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a40 0.000122
+gallium_dri.so free 0x5571735f0ac0 void 0.000122
+gallium_dri.so free 0x5571735f0a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000121
+gallium_dri.so free 0x5571735f0b80 void 0.000121
+gallium_dri.so free 0x5571735f0ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000121
+gallium_dri.so free 0x5571735f0c40 void 0.000122
+gallium_dri.so free 0x5571735f0ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c60 0.000122
+gallium_dri.so free 0x5571735f0d00 void 0.000120
+gallium_dri.so free 0x5571735f0c60 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000128
+gallium_dri.so free 0x5571735f0d80 void 0.000122
+gallium_dri.so free 0x5571735f0cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000164
+gallium_dri.so free 0x5571735f0e00 void 0.000124
+gallium_dri.so free 0x5571735f0cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e00 0.000121
+gallium_dri.so free 0x5571735f0ec0 void 0.000128
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e00 0.000121
+gallium_dri.so free 0x5571735f0f80 void 0.000122
+gallium_dri.so free 0x5571735f0e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e00 0.000121
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000121
+gallium_dri.so free 0x5571735f1100 void 0.000120
+gallium_dri.so free 0x5571735f0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10b0 0.000121
+gallium_dri.so free 0x5571735f1180 void 0.000123
+gallium_dri.so free 0x5571735f10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f11d0 0.000122
+gallium_dri.so free 0x5571735f1240 void 0.000122
+gallium_dri.so free 0x5571735f11d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1260 0.000121
+gallium_dri.so free 0x5571735f1300 void 0.000121
+gallium_dri.so free 0x5571735f1260 void 0.000121
+gallium_dri.so malloc 72 0x5571735f12b0 0.000121
+gallium_dri.so free 0x5571735f1380 void 0.000120
+gallium_dri.so free 0x5571735f12b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f12b0 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000123
+gallium_dri.so free 0x5571735f12b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1400 0.000122
+gallium_dri.so free 0x5571735f14c0 void 0.000122
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1400 0.000122
+gallium_dri.so free 0x5571735f15c0 void 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1570 0.000121
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so free 0x5571735f1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1570 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000120
+gallium_dri.so free 0x5571735f1570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1700 0.000121
+gallium_dri.so free 0x5571735f1780 void 0.000121
+gallium_dri.so free 0x5571735f1700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1780 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so free 0x5571735f1780 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1780 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000123
+gallium_dri.so free 0x5571735f1780 void 0.000122
+gallium_dri.so malloc 72 0x5571735f18f0 0.000133
+gallium_dri.so free 0x5571735f1940 void 0.000121
+gallium_dri.so free 0x5571735f18f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f18f0 0.000121
+gallium_dri.so free 0x5571735f1a40 void 0.000122
+gallium_dri.so free 0x5571735f18f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a80 0.000123
+gallium_dri.so free 0x5571735f1b00 void 0.000123
+gallium_dri.so free 0x5571735f1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1b00 0.000169
+gallium_dri.so free 0x5571735f1bc0 void 0.000123
+gallium_dri.so free 0x5571735f1b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b00 0.000121
+gallium_dri.so free 0x5571735f1c40 void 0.000122
+gallium_dri.so free 0x5571735f1b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c70 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000122
+gallium_dri.so free 0x5571735f1c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c70 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000122
+gallium_dri.so free 0x5571735f1c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1d70 0.000121
+gallium_dri.so free 0x5571735f1e80 void 0.000120
+gallium_dri.so free 0x5571735f1d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000132
+gallium_dri.so free 0x5571735f1e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1e30 0.000122
+gallium_dri.so free 0x5571735f1fc0 void 0.000121
+gallium_dri.so free 0x5571735f1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1e30 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000120
+gallium_dri.so free 0x5571735f1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2030 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so free 0x5571735f2030 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2150 0.000121
+gallium_dri.so free 0x5571735f21c0 void 0.000122
+gallium_dri.so free 0x5571735f2150 void 0.000122
+gallium_dri.so malloc 72 0x5571735f21e0 0.000121
+gallium_dri.so free 0x5571735f2280 void 0.000122
+gallium_dri.so free 0x5571735f21e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2230 0.000122
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2300 0.000122
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2300 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2440 0.000124
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2440 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2440 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2630 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000121
+gallium_dri.so free 0x5571735f2630 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2750 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000121
+gallium_dri.so free 0x5571735f2750 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2800 0.000123
+gallium_dri.so free 0x5571735f2880 void 0.000122
+gallium_dri.so free 0x5571735f2800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2800 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000120
+gallium_dri.so free 0x5571735f2800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2930 0.000154
+gallium_dri.so free 0x5571735f2980 void 0.000126
+gallium_dri.so free 0x5571735f2930 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2930 0.000121
+gallium_dri.so free 0x5571735f2a80 void 0.000186
+gallium_dri.so free 0x5571735f2930 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2a30 0.000121
+gallium_dri.so free 0x5571735f2b40 void 0.000123
+gallium_dri.so free 0x5571735f2a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2af0 0.000121
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2af0 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000121
+gallium_dri.so free 0x5571735f2af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000121
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000121
+gallium_dri.so free 0x5571735f2e00 void 0.000120
+gallium_dri.so free 0x5571735f2cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2db0 0.000120
+gallium_dri.so free 0x5571735f2ec0 void 0.000122
+gallium_dri.so free 0x5571735f2db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2e70 0.000120
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so free 0x5571735f2e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e70 0.000122
+gallium_dri.so free 0x5571735f2fc0 void 0.000121
+gallium_dri.so free 0x5571735f2e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3000 0.000121
+gallium_dri.so free 0x5571735f3080 void 0.000123
+gallium_dri.so free 0x5571735f3000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3080 0.000121
+gallium_dri.so free 0x5571735f3140 void 0.000122
+gallium_dri.so free 0x5571735f3080 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3080 0.000121
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f3080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3220 0.000122
+gallium_dri.so free 0x5571735f32c0 void 0.000121
+gallium_dri.so free 0x5571735f3220 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3270 0.000120
+gallium_dri.so free 0x5571735f3340 void 0.000120
+gallium_dri.so free 0x5571735f3270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3270 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so free 0x5571735f3270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f33c0 0.000121
+gallium_dri.so free 0x5571735f3480 void 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f33c0 0.000120
+gallium_dri.so free 0x5571735f3540 void 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f33c0 0.000170
+gallium_dri.so free 0x5571735f3600 void 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f35b0 0.000121
+gallium_dri.so free 0x5571735f36c0 void 0.000122
+gallium_dri.so free 0x5571735f35b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3670 0.000121
+gallium_dri.so free 0x5571735f3740 void 0.000121
+gallium_dri.so free 0x5571735f3670 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3790 0.000161
+gallium_dri.so free 0x5571735f3800 void 0.000125
+gallium_dri.so free 0x5571735f3790 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3820 0.000121
+gallium_dri.so free 0x5571735f38c0 void 0.000122
+gallium_dri.so free 0x5571735f3820 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3870 0.000123
+gallium_dri.so free 0x5571735f3940 void 0.000123
+gallium_dri.so free 0x5571735f3870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3870 0.000120
+gallium_dri.so free 0x5571735f39c0 void 0.000122
+gallium_dri.so free 0x5571735f3870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f39c0 0.000122
+gallium_dri.so free 0x5571735f3a80 void 0.000121
+gallium_dri.so free 0x5571735f39c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f39c0 0.000122
+gallium_dri.so free 0x5571735f3b80 void 0.000181
+gallium_dri.so free 0x5571735f39c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3b30 0.000121
+gallium_dri.so free 0x5571735f3bc0 void 0.000121
+gallium_dri.so free 0x5571735f3b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3b30 0.000121
+gallium_dri.so free 0x5571735f3c80 void 0.000121
+gallium_dri.so free 0x5571735f3b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000120
+gallium_dri.so free 0x5571735f3d40 void 0.000121
+gallium_dri.so free 0x5571735f3cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3d40 0.000121
+gallium_dri.so free 0x5571735f3e00 void 0.000120
+gallium_dri.so free 0x5571735f3d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3d40 0.000123
+gallium_dri.so free 0x5571735f3e80 void 0.000122
+gallium_dri.so free 0x5571735f3d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000120
+gallium_dri.so free 0x5571735f3f00 void 0.000121
+gallium_dri.so free 0x5571735f3eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000121
+gallium_dri.so free 0x5571735f4000 void 0.000123
+gallium_dri.so free 0x5571735f3eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4040 0.000121
+gallium_dri.so free 0x5571735f40c0 void 0.000120
+gallium_dri.so free 0x5571735f4040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f40c0 0.000127
+gallium_dri.so free 0x5571735f4180 void 0.000124
+gallium_dri.so free 0x5571735f40c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f40c0 0.000121
+gallium_dri.so free 0x5571735f4200 void 0.000121
+gallium_dri.so free 0x5571735f40c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4230 0.000120
+gallium_dri.so free 0x5571735f4280 void 0.000122
+gallium_dri.so free 0x5571735f4230 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4230 0.000121
+gallium_dri.so free 0x5571735f4380 void 0.000121
+gallium_dri.so free 0x5571735f4230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4330 0.000120
+gallium_dri.so free 0x5571735f4440 void 0.000120
+gallium_dri.so free 0x5571735f4330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f43f0 0.000121
+gallium_dri.so free 0x5571735f44c0 void 0.000121
+gallium_dri.so free 0x5571735f43f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f43f0 0.000120
+gallium_dri.so free 0x5571735f4580 void 0.000123
+gallium_dri.so free 0x5571735f43f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f43f0 0.000120
+gallium_dri.so free 0x5571735f4640 void 0.000166
+gallium_dri.so free 0x5571735f43f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f45f0 0.000122
+gallium_dri.so free 0x5571735f46c0 void 0.000125
+gallium_dri.so free 0x5571735f45f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4710 0.000120
+gallium_dri.so free 0x5571735f4780 void 0.000123
+gallium_dri.so free 0x5571735f4710 void 0.000121
+gallium_dri.so malloc 72 0x5571735f47a0 0.000122
+gallium_dri.so free 0x5571735f4840 void 0.000122
+gallium_dri.so free 0x5571735f47a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f47f0 0.000120
+gallium_dri.so free 0x5571735f48c0 void 0.000121
+gallium_dri.so free 0x5571735f47f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f48c0 0.000120
+gallium_dri.so free 0x5571735f4980 void 0.000121
+gallium_dri.so free 0x5571735f48c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f48c0 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so free 0x5571735f48c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4a00 0.000121
+gallium_dri.so free 0x5571735f4ac0 void 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000120
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4a00 0.000122
+gallium_dri.so free 0x5571735f4c40 void 0.000122
+gallium_dri.so free 0x5571735f4a00 void 0.000171
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000122
+gallium_dri.so free 0x5571735f4cc0 void 0.000122
+gallium_dri.so free 0x5571735f4bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4d10 0.000121
+gallium_dri.so free 0x5571735f4d80 void 0.000120
+gallium_dri.so free 0x5571735f4d10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4dc0 0.000120
+gallium_dri.so free 0x5571735f4e40 void 0.000121
+gallium_dri.so free 0x5571735f4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4dc0 0.000120
+gallium_dri.so free 0x5571735f4ec0 void 0.000122
+gallium_dri.so free 0x5571735f4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000122
+gallium_dri.so free 0x5571735f4f40 void 0.000121
+gallium_dri.so free 0x5571735f4ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000120
+gallium_dri.so free 0x5571735f5040 void 0.000121
+gallium_dri.so free 0x5571735f4ef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000121
+gallium_dri.so free 0x5571735f5100 void 0.000122
+gallium_dri.so free 0x5571735f4ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f50b0 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000121
+gallium_dri.so free 0x5571735f50b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f50b0 0.000130
+gallium_dri.so free 0x5571735f5200 void 0.000124
+gallium_dri.so free 0x5571735f50b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5270 0.000121
+gallium_dri.so free 0x5571735f52c0 void 0.000122
+gallium_dri.so free 0x5571735f5270 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5270 0.000120
+gallium_dri.so free 0x5571735f53c0 void 0.000121
+gallium_dri.so free 0x5571735f5270 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5370 0.000121
+gallium_dri.so free 0x5571735f5480 void 0.000167
+gallium_dri.so free 0x5571735f5370 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5430 0.000123
+gallium_dri.so free 0x5571735f54c0 void 0.000120
+gallium_dri.so free 0x5571735f5430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5430 0.000122
+gallium_dri.so free 0x5571735f5580 void 0.000122
+gallium_dri.so free 0x5571735f5430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f55c0 0.000121
+gallium_dri.so free 0x5571735f5640 void 0.000122
+gallium_dri.so free 0x5571735f55c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5640 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000122
+gallium_dri.so free 0x5571735f5640 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5640 0.000121
+gallium_dri.so free 0x5571735f57c0 void 0.000127
+gallium_dri.so free 0x5571735f5640 void 0.000124
+gallium_dri.so malloc 72 0x5571735f57e0 0.000121
+gallium_dri.so free 0x5571735f5880 void 0.000121
+gallium_dri.so free 0x5571735f57e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5830 0.000120
+gallium_dri.so free 0x5571735f5900 void 0.000121
+gallium_dri.so free 0x5571735f5830 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5830 0.000122
+gallium_dri.so free 0x5571735f5980 void 0.000121
+gallium_dri.so free 0x5571735f5830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5980 0.000122
+gallium_dri.so free 0x5571735f5a40 void 0.000122
+gallium_dri.so free 0x5571735f5980 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5980 0.000122
+gallium_dri.so free 0x5571735f5b00 void 0.000122
+gallium_dri.so free 0x5571735f5980 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5980 0.000121
+gallium_dri.so free 0x5571735f5bc0 void 0.000122
+gallium_dri.so free 0x5571735f5980 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5b70 0.000120
+gallium_dri.so free 0x5571735f5c80 void 0.000121
+gallium_dri.so free 0x5571735f5b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5c30 0.000121
+gallium_dri.so free 0x5571735f5d00 void 0.000121
+gallium_dri.so free 0x5571735f5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5d50 0.000170
+gallium_dri.so free 0x5571735f5dc0 void 0.000123
+gallium_dri.so free 0x5571735f5d50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5de0 0.000120
+gallium_dri.so free 0x5571735f5e80 void 0.000120
+gallium_dri.so free 0x5571735f5de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e30 0.000121
+gallium_dri.so free 0x5571735f5f00 void 0.000123
+gallium_dri.so free 0x5571735f5e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5e30 0.000120
+gallium_dri.so free 0x5571735f5f80 void 0.000122
+gallium_dri.so free 0x5571735f5e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f80 0.000121
+gallium_dri.so free 0x5571735f6040 void 0.000121
+gallium_dri.so free 0x5571735f5f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5f80 0.000120
+gallium_dri.so free 0x5571735f6140 void 0.000121
+gallium_dri.so free 0x5571735f5f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f60f0 0.000120
+gallium_dri.so free 0x5571735f6180 void 0.000120
+gallium_dri.so free 0x5571735f60f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f60f0 0.000121
+gallium_dri.so free 0x5571735f6240 void 0.000160
+gallium_dri.so free 0x5571735f60f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6280 0.000121
+gallium_dri.so free 0x5571735f6300 void 0.000134
+gallium_dri.so free 0x5571735f6280 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6300 0.000122
+gallium_dri.so free 0x5571735f63c0 void 0.000122
+gallium_dri.so free 0x5571735f6300 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6300 0.000121
+gallium_dri.so free 0x5571735f6440 void 0.000122
+gallium_dri.so free 0x5571735f6300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6470 0.000121
+gallium_dri.so free 0x5571735f64c0 void 0.000122
+gallium_dri.so free 0x5571735f6470 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6470 0.000121
+gallium_dri.so free 0x5571735f65c0 void 0.000121
+gallium_dri.so free 0x5571735f6470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6600 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000120
+gallium_dri.so free 0x5571735f6600 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6680 0.000122
+gallium_dri.so free 0x5571735f6740 void 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6680 0.000120
+gallium_dri.so free 0x5571735f67c0 void 0.000122
+gallium_dri.so free 0x5571735f6680 void 0.000122
+gallium_dri.so malloc 72 0x5571735f67f0 0.000122
+gallium_dri.so free 0x5571735f6840 void 0.000122
+gallium_dri.so free 0x5571735f67f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f67f0 0.000124
+gallium_dri.so free 0x5571735f6940 void 0.000125
+gallium_dri.so free 0x5571735f67f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f68f0 0.000123
+gallium_dri.so free 0x5571735f6a00 void 0.000123
+gallium_dri.so free 0x5571735f68f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f69b0 0.000121
+gallium_dri.so free 0x5571735f6a80 void 0.000120
+gallium_dri.so free 0x5571735f69b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f69b0 0.000121
+gallium_dri.so free 0x5571735f6b40 void 0.000123
+gallium_dri.so free 0x5571735f69b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f69b0 0.000121
+gallium_dri.so free 0x5571735f6c00 void 0.000121
+gallium_dri.so free 0x5571735f69b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000122
+gallium_dri.so free 0x5571735f6c80 void 0.000123
+gallium_dri.so free 0x5571735f6bb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6cd0 0.000121
+gallium_dri.so free 0x5571735f6d40 void 0.000122
+gallium_dri.so free 0x5571735f6cd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d60 0.000121
+gallium_dri.so free 0x5571735f6e00 void 0.000121
+gallium_dri.so free 0x5571735f6d60 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6db0 0.000121
+gallium_dri.so free 0x5571735f6e80 void 0.000126
+gallium_dri.so free 0x5571735f6db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6e80 0.000121
+gallium_dri.so free 0x5571735f6f40 void 0.000121
+gallium_dri.so free 0x5571735f6e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6e80 0.000121
+gallium_dri.so free 0x5571735f6fc0 void 0.000121
+gallium_dri.so free 0x5571735f6e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000121
+gallium_dri.so free 0x5571735f7080 void 0.000159
+gallium_dri.so free 0x5571735f6fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000123
+gallium_dri.so free 0x5571735f7140 void 0.000121
+gallium_dri.so free 0x5571735f6fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000121
+gallium_dri.so free 0x5571735f7200 void 0.000121
+gallium_dri.so free 0x5571735f6fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f71b0 0.000121
+gallium_dri.so free 0x5571735f7280 void 0.000121
+gallium_dri.so free 0x5571735f71b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f72d0 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000121
+gallium_dri.so free 0x5571735f72d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7380 0.000120
+gallium_dri.so free 0x5571735f7400 void 0.000121
+gallium_dri.so free 0x5571735f7380 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7380 0.000121
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f7380 void 0.000121
+gallium_dri.so malloc 72 0x5571735f74b0 0.000120
+gallium_dri.so free 0x5571735f7500 void 0.000123
+gallium_dri.so free 0x5571735f74b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f74b0 0.000121
+gallium_dri.so free 0x5571735f7600 void 0.000120
+gallium_dri.so free 0x5571735f74b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f75b0 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000122
+gallium_dri.so free 0x5571735f75b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7670 0.000124
+gallium_dri.so free 0x5571735f7700 void 0.000122
+gallium_dri.so free 0x5571735f7670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7670 0.000121
+gallium_dri.so free 0x5571735f77c0 void 0.000120
+gallium_dri.so free 0x5571735f7670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7830 0.000120
+gallium_dri.so free 0x5571735f7880 void 0.000121
+gallium_dri.so free 0x5571735f7830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7830 0.000120
+gallium_dri.so free 0x5571735f7980 void 0.000122
+gallium_dri.so free 0x5571735f7830 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7930 0.000132
+gallium_dri.so free 0x5571735f7a40 void 0.000122
+gallium_dri.so free 0x5571735f7930 void 0.000122
+gallium_dri.so malloc 72 0x5571735f79f0 0.000120
+gallium_dri.so free 0x5571735f7a80 void 0.000121
+gallium_dri.so free 0x5571735f79f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f79f0 0.000121
+gallium_dri.so free 0x5571735f7b40 void 0.000120
+gallium_dri.so free 0x5571735f79f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7b80 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7c00 0.000120
+gallium_dri.so free 0x5571735f7cc0 void 0.000120
+gallium_dri.so free 0x5571735f7c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7c00 0.000120
+gallium_dri.so free 0x5571735f7d80 void 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7da0 0.000120
+gallium_dri.so free 0x5571735f7e40 void 0.000121
+gallium_dri.so free 0x5571735f7da0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7df0 0.000121
+gallium_dri.so free 0x5571735f7ec0 void 0.000120
+gallium_dri.so free 0x5571735f7df0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f7df0 0.000123
+gallium_dri.so free 0x5571735f7f40 void 0.000130
+gallium_dri.so free 0x5571735f7df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7f40 0.000123
+gallium_dri.so free 0x5571735f8000 void 0.000123
+gallium_dri.so free 0x5571735f7f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f40 0.000120
+gallium_dri.so free 0x5571735f80c0 void 0.000121
+gallium_dri.so free 0x5571735f7f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7f40 0.000122
+gallium_dri.so free 0x5571735f8180 void 0.000123
+gallium_dri.so free 0x5571735f7f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8130 0.000121
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so free 0x5571735f8130 void 0.000120
+gallium_dri.so malloc 72 0x5571735f81f0 0.000121
+gallium_dri.so free 0x5571735f82c0 void 0.000122
+gallium_dri.so free 0x5571735f81f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8310 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000120
+gallium_dri.so free 0x5571735f8310 void 0.000121
+gallium_dri.so malloc 72 0x5571735f83a0 0.000121
+gallium_dri.so free 0x5571735f8440 void 0.000121
+gallium_dri.so free 0x5571735f83a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f83f0 0.000121
+gallium_dri.so free 0x5571735f84c0 void 0.000120
+gallium_dri.so free 0x5571735f83f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f83f0 0.000130
+gallium_dri.so free 0x5571735f8540 void 0.000123
+gallium_dri.so free 0x5571735f83f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8540 0.000127
+gallium_dri.so free 0x5571735f8600 void 0.000123
+gallium_dri.so free 0x5571735f8540 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8540 0.000120
+gallium_dri.so free 0x5571735f8700 void 0.000122
+gallium_dri.so free 0x5571735f8540 void 0.000121
+gallium_dri.so malloc 72 0x5571735f86b0 0.000122
+gallium_dri.so free 0x5571735f8740 void 0.000123
+gallium_dri.so free 0x5571735f86b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f86b0 0.000121
+gallium_dri.so free 0x5571735f8800 void 0.000121
+gallium_dri.so free 0x5571735f86b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8840 0.000120
+gallium_dri.so free 0x5571735f88c0 void 0.000121
+gallium_dri.so free 0x5571735f8840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88c0 0.000122
+gallium_dri.so free 0x5571735f8980 void 0.000121
+gallium_dri.so free 0x5571735f88c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88c0 0.000121
+gallium_dri.so free 0x5571735f8a00 void 0.000120
+gallium_dri.so free 0x5571735f88c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a30 0.000120
+gallium_dri.so free 0x5571735f8a80 void 0.000212
+gallium_dri.so free 0x5571735f8a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8a30 0.000122
+gallium_dri.so free 0x5571735f8b80 void 0.000121
+gallium_dri.so free 0x5571735f8a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000121
+gallium_dri.so free 0x5571735f8c40 void 0.000122
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8c40 0.000121
+gallium_dri.so free 0x5571735f8d00 void 0.000167
+gallium_dri.so free 0x5571735f8c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8c40 0.000122
+gallium_dri.so free 0x5571735f8d80 void 0.000121
+gallium_dri.so free 0x5571735f8c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8db0 0.000120
+gallium_dri.so free 0x5571735f8e00 void 0.000122
+gallium_dri.so free 0x5571735f8db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8db0 0.000120
+gallium_dri.so free 0x5571735f8f00 void 0.000122
+gallium_dri.so free 0x5571735f8db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000121
+gallium_dri.so free 0x5571735f8fc0 void 0.000121
+gallium_dri.so free 0x5571735f8eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8f70 0.000121
+gallium_dri.so free 0x5571735f9040 void 0.000123
+gallium_dri.so free 0x5571735f8f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8f70 0.000120
+gallium_dri.so free 0x5571735f9100 void 0.000121
+gallium_dri.so free 0x5571735f8f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8f70 0.000122
+gallium_dri.so free 0x5571735f91c0 void 0.000121
+gallium_dri.so free 0x5571735f8f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9170 0.000121
+gallium_dri.so free 0x5571735f9240 void 0.000123
+gallium_dri.so free 0x5571735f9170 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9290 0.000122
+gallium_dri.so free 0x5571735f9300 void 0.000122
+gallium_dri.so free 0x5571735f9290 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9320 0.000121
+gallium_dri.so free 0x5571735f93c0 void 0.000122
+gallium_dri.so free 0x5571735f9320 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9370 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000121
+gallium_dri.so free 0x5571735f9370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9440 0.000128
+gallium_dri.so free 0x5571735f9500 void 0.000123
+gallium_dri.so free 0x5571735f9440 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9440 0.000121
+gallium_dri.so free 0x5571735f9580 void 0.000123
+gallium_dri.so free 0x5571735f9440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9580 0.000124
+gallium_dri.so free 0x5571735f9640 void 0.000123
+gallium_dri.so free 0x5571735f9580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9580 0.000121
+gallium_dri.so free 0x5571735f9700 void 0.000120
+gallium_dri.so free 0x5571735f9580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9580 0.000120
+gallium_dri.so free 0x5571735f97c0 void 0.000120
+gallium_dri.so free 0x5571735f9580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9770 0.000120
+gallium_dri.so free 0x5571735f9840 void 0.000122
+gallium_dri.so free 0x5571735f9770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9890 0.000120
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so free 0x5571735f9890 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9940 0.000120
+gallium_dri.so free 0x5571735f99c0 void 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9940 0.000122
+gallium_dri.so free 0x5571735f9a40 void 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9a70 0.000122
+gallium_dri.so free 0x5571735f9ac0 void 0.000123
+gallium_dri.so free 0x5571735f9a70 void 0.000165
+gallium_dri.so malloc 72 0x5571735f9a70 0.000121
+gallium_dri.so free 0x5571735f9bc0 void 0.000121
+gallium_dri.so free 0x5571735f9a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9b70 0.000121
+gallium_dri.so free 0x5571735f9c80 void 0.000122
+gallium_dri.so free 0x5571735f9b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9c30 0.000122
+gallium_dri.so free 0x5571735f9cc0 void 0.000121
+gallium_dri.so free 0x5571735f9c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9c30 0.000121
+gallium_dri.so free 0x5571735f9d80 void 0.000121
+gallium_dri.so free 0x5571735f9c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9df0 0.000121
+gallium_dri.so free 0x5571735f9e40 void 0.000122
+gallium_dri.so free 0x5571735f9df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9df0 0.000123
+gallium_dri.so free 0x5571735f9f40 void 0.000124
+gallium_dri.so free 0x5571735f9df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000121
+gallium_dri.so free 0x5571735f9ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9fb0 0.000120
+gallium_dri.so free 0x5571735fa040 void 0.000121
+gallium_dri.so free 0x5571735f9fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9fb0 0.000121
+gallium_dri.so free 0x5571735fa100 void 0.000121
+gallium_dri.so free 0x5571735f9fb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735fa140 0.000123
+gallium_dri.so free 0x5571735fa1c0 void 0.000123
+gallium_dri.so free 0x5571735fa140 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa1c0 0.000121
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so free 0x5571735fa1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa1c0 0.000121
+gallium_dri.so free 0x5571735fa340 void 0.000120
+gallium_dri.so free 0x5571735fa1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa360 0.000126
+gallium_dri.so free 0x5571735fa400 void 0.000122
+gallium_dri.so free 0x5571735fa360 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000121
+gallium_dri.so free 0x5571735fa480 void 0.000120
+gallium_dri.so free 0x5571735fa3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000121
+gallium_dri.so free 0x5571735fa500 void 0.000122
+gallium_dri.so free 0x5571735fa3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa500 0.000121
+gallium_dri.so free 0x5571735fa5c0 void 0.000122
+gallium_dri.so free 0x5571735fa500 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa500 0.000121
+gallium_dri.so free 0x5571735fa680 void 0.000124
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa500 0.000120
+gallium_dri.so free 0x5571735fa740 void 0.000125
+gallium_dri.so free 0x5571735fa500 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000122
+gallium_dri.so free 0x5571735fa6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000122
+gallium_dri.so free 0x5571735fa880 void 0.000121
+gallium_dri.so free 0x5571735fa7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa8d0 0.000121
+gallium_dri.so free 0x5571735fa940 void 0.000162
+gallium_dri.so free 0x5571735fa8d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa960 0.000122
+gallium_dri.so free 0x5571735faa00 void 0.000121
+gallium_dri.so free 0x5571735fa960 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000121
+gallium_dri.so free 0x5571735faa80 void 0.000121
+gallium_dri.so free 0x5571735fa9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000122
+gallium_dri.so free 0x5571735fab00 void 0.000121
+gallium_dri.so free 0x5571735fa9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fab00 0.000182
+gallium_dri.so free 0x5571735fabc0 void 0.000235
+gallium_dri.so free 0x5571735fab00 void 0.000236
+gallium_dri.so malloc 72 0x5571735fab00 0.000167
+gallium_dri.so free 0x5571735facc0 void 0.000120
+gallium_dri.so free 0x5571735fab00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fac70 0.000118
+gallium_dri.so free 0x5571735fad00 void 0.000118
+gallium_dri.so free 0x5571735fac70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fac70 0.000118
+gallium_dri.so free 0x5571735fadc0 void 0.000119
+gallium_dri.so free 0x5571735fac70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fae00 0.000118
+gallium_dri.so free 0x5571735fae80 void 0.000119
+gallium_dri.so free 0x5571735fae00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fae80 0.000119
+gallium_dri.so free 0x5571735faf40 void 0.000118
+gallium_dri.so free 0x5571735fae80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae80 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000118
+gallium_dri.so free 0x5571735fae80 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000118
+gallium_dri.so free 0x5571735fb040 void 0.000119
+gallium_dri.so free 0x5571735faff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000116
+gallium_dri.so free 0x5571735fb140 void 0.000119
+gallium_dri.so free 0x5571735faff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb180 0.000119
+gallium_dri.so free 0x5571735fb200 void 0.000119
+gallium_dri.so free 0x5571735fb180 void 0.000136
+gallium_dri.so malloc 72 0x5571735fb200 0.000118
+gallium_dri.so free 0x5571735fb2c0 void 0.000119
+gallium_dri.so free 0x5571735fb200 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb200 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb200 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb370 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000116
+gallium_dri.so free 0x5571735fb370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb370 0.000118
+gallium_dri.so free 0x5571735fb4c0 void 0.000118
+gallium_dri.so free 0x5571735fb370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb470 0.000117
+gallium_dri.so free 0x5571735fb580 void 0.000118
+gallium_dri.so free 0x5571735fb470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb530 0.000118
+gallium_dri.so free 0x5571735fb600 void 0.000119
+gallium_dri.so free 0x5571735fb530 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb530 0.000117
+gallium_dri.so free 0x5571735fb6c0 void 0.000118
+gallium_dri.so free 0x5571735fb530 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb530 0.000116
+gallium_dri.so free 0x5571735fb780 void 0.000157
+gallium_dri.so free 0x5571735fb530 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb730 0.000118
+gallium_dri.so free 0x5571735fb800 void 0.000127
+gallium_dri.so free 0x5571735fb730 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb850 0.000118
+gallium_dri.so free 0x5571735fb8c0 void 0.000118
+gallium_dri.so free 0x5571735fb850 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb8e0 0.000117
+gallium_dri.so free 0x5571735fb980 void 0.000117
+gallium_dri.so free 0x5571735fb8e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb930 0.000120
+gallium_dri.so free 0x5571735fba00 void 0.000119
+gallium_dri.so free 0x5571735fb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fba00 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so free 0x5571735fba00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fba00 0.000118
+gallium_dri.so free 0x5571735fbb40 void 0.000120
+gallium_dri.so free 0x5571735fba00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbb40 0.000118
+gallium_dri.so free 0x5571735fbc00 void 0.000117
+gallium_dri.so free 0x5571735fbb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb40 0.000121
+gallium_dri.so free 0x5571735fbcc0 void 0.000118
+gallium_dri.so free 0x5571735fbb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbb40 0.000118
+gallium_dri.so free 0x5571735fbd80 void 0.000118
+gallium_dri.so free 0x5571735fbb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd30 0.000165
+gallium_dri.so free 0x5571735fbe00 void 0.000119
+gallium_dri.so free 0x5571735fbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbe50 0.000119
+gallium_dri.so free 0x5571735fbec0 void 0.000117
+gallium_dri.so free 0x5571735fbe50 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbf00 0.000117
+gallium_dri.so free 0x5571735fbf80 void 0.000118
+gallium_dri.so free 0x5571735fbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbf00 0.000118
+gallium_dri.so free 0x5571735fc000 void 0.000118
+gallium_dri.so free 0x5571735fbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc030 0.000118
+gallium_dri.so free 0x5571735fc080 void 0.000118
+gallium_dri.so free 0x5571735fc030 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc030 0.000235
+gallium_dri.so free 0x5571735fc180 void 0.000123
+gallium_dri.so free 0x5571735fc030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc130 0.000119
+gallium_dri.so free 0x5571735fc240 void 0.000119
+gallium_dri.so free 0x5571735fc130 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000117
+gallium_dri.so free 0x5571735fc280 void 0.000121
+gallium_dri.so free 0x5571735fc1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000124
+gallium_dri.so free 0x5571735fc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735fc400 void 0.000118
+gallium_dri.so free 0x5571735fc3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000118
+gallium_dri.so free 0x5571735fc500 void 0.000120
+gallium_dri.so free 0x5571735fc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000119
+gallium_dri.so free 0x5571735fc4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc570 0.000164
+gallium_dri.so free 0x5571735fc600 void 0.000120
+gallium_dri.so free 0x5571735fc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc570 0.000118
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so free 0x5571735fc570 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc700 0.000120
+gallium_dri.so free 0x5571735fc780 void 0.000119
+gallium_dri.so free 0x5571735fc700 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc780 0.000117
+gallium_dri.so free 0x5571735fc840 void 0.000118
+gallium_dri.so free 0x5571735fc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc780 0.000118
+gallium_dri.so free 0x5571735fc900 void 0.000120
+gallium_dri.so free 0x5571735fc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc920 0.000127
+gallium_dri.so free 0x5571735fc9c0 void 0.000119
+gallium_dri.so free 0x5571735fc920 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc970 0.000117
+gallium_dri.so free 0x5571735fca40 void 0.000116
+gallium_dri.so free 0x5571735fc970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc970 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000118
+gallium_dri.so free 0x5571735fc970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcac0 0.000117
+gallium_dri.so free 0x5571735fcb80 void 0.000116
+gallium_dri.so free 0x5571735fcac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcac0 0.000118
+gallium_dri.so free 0x5571735fcc40 void 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcac0 0.000117
+gallium_dri.so free 0x5571735fcd00 void 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fccb0 0.000117
+gallium_dri.so free 0x5571735fcdc0 void 0.000118
+gallium_dri.so free 0x5571735fccb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcd70 0.000117
+gallium_dri.so free 0x5571735fce40 void 0.000116
+gallium_dri.so free 0x5571735fcd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fce90 0.000117
+gallium_dri.so free 0x5571735fcf00 void 0.000117
+gallium_dri.so free 0x5571735fce90 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf20 0.000167
+gallium_dri.so free 0x5571735fcfc0 void 0.000119
+gallium_dri.so free 0x5571735fcf20 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcf70 0.000118
+gallium_dri.so free 0x5571735fd040 void 0.000118
+gallium_dri.so free 0x5571735fcf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf70 0.000125
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so free 0x5571735fcf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000117
+gallium_dri.so free 0x5571735fd180 void 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000118
+gallium_dri.so free 0x5571735fd280 void 0.000119
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd230 0.000117
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so free 0x5571735fd230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd230 0.000117
+gallium_dri.so free 0x5571735fd380 void 0.000118
+gallium_dri.so free 0x5571735fd230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000118
+gallium_dri.so free 0x5571735fd440 void 0.000117
+gallium_dri.so free 0x5571735fd3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd440 0.000123
+gallium_dri.so free 0x5571735fd500 void 0.000119
+gallium_dri.so free 0x5571735fd440 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd440 0.000118
+gallium_dri.so free 0x5571735fd580 void 0.000119
+gallium_dri.so free 0x5571735fd440 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000118
+gallium_dri.so free 0x5571735fd600 void 0.000118
+gallium_dri.so free 0x5571735fd5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000118
+gallium_dri.so free 0x5571735fd5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd740 0.000118
+gallium_dri.so free 0x5571735fd7c0 void 0.000119
+gallium_dri.so free 0x5571735fd740 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000118
+gallium_dri.so free 0x5571735fd880 void 0.000119
+gallium_dri.so free 0x5571735fd7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000118
+gallium_dri.so free 0x5571735fd900 void 0.000119
+gallium_dri.so free 0x5571735fd7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd930 0.000119
+gallium_dri.so free 0x5571735fd980 void 0.000118
+gallium_dri.so free 0x5571735fd930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd930 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000119
+gallium_dri.so free 0x5571735fd930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000117
+gallium_dri.so free 0x5571735fdb40 void 0.000128
+gallium_dri.so free 0x5571735fda30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000120
+gallium_dri.so free 0x5571735fdbc0 void 0.000119
+gallium_dri.so free 0x5571735fdaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000117
+gallium_dri.so free 0x5571735fdc80 void 0.000118
+gallium_dri.so free 0x5571735fdaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000118
+gallium_dri.so free 0x5571735fdd40 void 0.000119
+gallium_dri.so free 0x5571735fdaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000118
+gallium_dri.so free 0x5571735fddc0 void 0.000118
+gallium_dri.so free 0x5571735fdcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fde10 0.000117
+gallium_dri.so free 0x5571735fde80 void 0.000118
+gallium_dri.so free 0x5571735fde10 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdea0 0.000117
+gallium_dri.so free 0x5571735fdf40 void 0.000118
+gallium_dri.so free 0x5571735fdea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdef0 0.000117
+gallium_dri.so free 0x5571735fdfc0 void 0.000118
+gallium_dri.so free 0x5571735fdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000123
+gallium_dri.so free 0x5571735fe080 void 0.000119
+gallium_dri.so free 0x5571735fdfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000112
+gallium_dri.so free 0x5571735fdfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe100 0.000118
+gallium_dri.so free 0x5571735fe1c0 void 0.000119
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe100 0.000117
+gallium_dri.so free 0x5571735fe280 void 0.000118
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe100 0.000118
+gallium_dri.so free 0x5571735fe340 void 0.000119
+gallium_dri.so free 0x5571735fe100 void 0.000153
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000121
+gallium_dri.so free 0x5571735fe3c0 void 0.000119
+gallium_dri.so free 0x5571735fe2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe410 0.000117
+gallium_dri.so free 0x5571735fe480 void 0.000118
+gallium_dri.so free 0x5571735fe410 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000117
+gallium_dri.so free 0x5571735fe540 void 0.000118
+gallium_dri.so free 0x5571735fe4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000117
+gallium_dri.so free 0x5571735fe5c0 void 0.000118
+gallium_dri.so free 0x5571735fe4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000118
+gallium_dri.so free 0x5571735fe640 void 0.000118
+gallium_dri.so free 0x5571735fe5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000108
+gallium_dri.so free 0x5571735fe740 void 0.000118
+gallium_dri.so free 0x5571735fe5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000117
+gallium_dri.so free 0x5571735fe800 void 0.000119
+gallium_dri.so free 0x5571735fe6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000117
+gallium_dri.so free 0x5571735fe7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe970 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000117
+gallium_dri.so free 0x5571735fe970 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe970 0.000117
+gallium_dri.so free 0x5571735feac0 void 0.000119
+gallium_dri.so free 0x5571735fe970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fea70 0.000119
+gallium_dri.so free 0x5571735feb80 void 0.000118
+gallium_dri.so free 0x5571735fea70 void 0.000117
+gallium_dri.so malloc 72 0x5571735feb30 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735feb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb30 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000119
+gallium_dri.so free 0x5571735feb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fecc0 0.000120
+gallium_dri.so free 0x5571735fed40 void 0.000118
+gallium_dri.so free 0x5571735fecc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed40 0.000117
+gallium_dri.so free 0x5571735fee00 void 0.000117
+gallium_dri.so free 0x5571735fed40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed40 0.000118
+gallium_dri.so free 0x5571735feec0 void 0.000118
+gallium_dri.so free 0x5571735fed40 void 0.000118
+gallium_dri.so malloc 72 0x5571735feee0 0.000117
+gallium_dri.so free 0x5571735fef80 void 0.000118
+gallium_dri.so free 0x5571735feee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fef30 0.000122
+gallium_dri.so free 0x5571735ff000 void 0.000121
+gallium_dri.so free 0x5571735fef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fef30 0.000118
+gallium_dri.so free 0x5571735ff080 void 0.000118
+gallium_dri.so free 0x5571735fef30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff080 0.000117
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff080 0.000118
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff080 0.000125
+gallium_dri.so free 0x5571735ff2c0 void 0.000159
+gallium_dri.so free 0x5571735ff080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff270 0.000119
+gallium_dri.so free 0x5571735ff380 void 0.000119
+gallium_dri.so free 0x5571735ff270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff330 0.000118
+gallium_dri.so free 0x5571735ff400 void 0.000117
+gallium_dri.so free 0x5571735ff330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff450 0.000117
+gallium_dri.so free 0x5571735ff4c0 void 0.000117
+gallium_dri.so free 0x5571735ff450 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff4e0 0.000117
+gallium_dri.so free 0x5571735ff580 void 0.000118
+gallium_dri.so free 0x5571735ff4e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff530 0.000118
+gallium_dri.so free 0x5571735ff600 void 0.000119
+gallium_dri.so free 0x5571735ff530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff530 0.000119
+gallium_dri.so free 0x5571735ff680 void 0.000118
+gallium_dri.so free 0x5571735ff530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff680 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000118
+gallium_dri.so free 0x5571735ff680 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff680 0.000118
+gallium_dri.so free 0x5571735ff840 void 0.000120
+gallium_dri.so free 0x5571735ff680 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000116
+gallium_dri.so free 0x5571735ff880 void 0.000120
+gallium_dri.so free 0x5571735ff7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000117
+gallium_dri.so free 0x5571735ff940 void 0.000130
+gallium_dri.so free 0x5571735ff7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff980 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000118
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa00 0.000119
+gallium_dri.so free 0x5571735ffac0 void 0.000119
+gallium_dri.so free 0x5571735ffa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffa00 0.000118
+gallium_dri.so free 0x5571735ffb40 void 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffb70 0.000118
+gallium_dri.so free 0x5571735ffbc0 void 0.000118
+gallium_dri.so free 0x5571735ffb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffb70 0.000117
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x5571735ffb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd00 0.000117
+gallium_dri.so free 0x5571735ffd80 void 0.000119
+gallium_dri.so free 0x5571735ffd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffd80 0.000119
+gallium_dri.so free 0x5571735ffe40 void 0.000119
+gallium_dri.so free 0x5571735ffd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffd80 0.000127
+gallium_dri.so free 0x5571735ffec0 void 0.000118
+gallium_dri.so free 0x5571735ffd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffef0 0.000119
+gallium_dri.so free 0x5571735fff40 void 0.000119
+gallium_dri.so free 0x5571735ffef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffef0 0.000118
+gallium_dri.so free 0x5571735b4500 void 0.000117
+gallium_dri.so free 0x5571735ffef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000119
+gallium_dri.so free 0x557173454440 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4b80 void 0.000118
+gallium_dri.so free 0x5571734543f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4c00 void 0.000120
+gallium_dri.so free 0x5571734543f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4c30 0.000118
+gallium_dri.so free 0x5571735b4280 void 0.000118
+gallium_dri.so free 0x5571735b4c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4c30 0.000119
+gallium_dri.so free 0x5571735b3ec0 void 0.000117
+gallium_dri.so free 0x5571735b4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3e70 0.000117
+gallium_dri.so free 0x5571735b3f80 void 0.000156
+gallium_dri.so free 0x5571735b3e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3f30 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000118
+gallium_dri.so free 0x5571735b3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3f30 0.000118
+gallium_dri.so free 0x5571735b4080 void 0.000117
+gallium_dri.so free 0x5571735b3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735b40d0 0.000117
+gallium_dri.so free 0x5571735b4600 void 0.000117
+gallium_dri.so free 0x5571735b40d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4640 0.000119
+gallium_dri.so free 0x5571735b46c0 void 0.000117
+gallium_dri.so free 0x5571735b4640 void 0.000117
+gallium_dri.so malloc 72 0x5571735b46c0 0.000116
+gallium_dri.so free 0x5571735b4780 void 0.000117
+gallium_dri.so free 0x5571735b46c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b46c0 0.000117
+gallium_dri.so free 0x5571735b4800 void 0.000119
+gallium_dri.so free 0x5571735b46c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4830 0.000117
+gallium_dri.so free 0x5571735b4880 void 0.000118
+gallium_dri.so free 0x5571735b4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4830 0.000118
+gallium_dri.so free 0x5571735b4980 void 0.000118
+gallium_dri.so free 0x5571735b4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4930 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000126
+gallium_dri.so free 0x5571735b4930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1470 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1560 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1560 void 0.000117
+gallium_dri.so malloc 72 0x5571735e15b0 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000116
+gallium_dri.so free 0x5571735e15b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e15b0 0.000117
+gallium_dri.so free 0x5571735e1700 void 0.000118
+gallium_dri.so free 0x5571735e15b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1700 0.000121
+gallium_dri.so free 0x5571735e17c0 void 0.000118
+gallium_dri.so free 0x5571735e1700 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1700 0.000117
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so free 0x5571735e1700 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1700 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so free 0x5571735e1700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18f0 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so free 0x5571735e18f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e18f0 0.000128
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so free 0x5571735e18f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e19f0 0.000118
+gallium_dri.so free 0x5571735e1b00 void 0.000118
+gallium_dri.so free 0x5571735e19f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000117
+gallium_dri.so free 0x5571735e1c00 void 0.000117
+gallium_dri.so free 0x5571735e1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c40 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e60 0.000118
+gallium_dri.so free 0x5571735e1f00 void 0.000118
+gallium_dri.so free 0x5571735e1e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1eb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000122
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so free 0x5571735e1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2000 0.000118
+gallium_dri.so free 0x5571735e20c0 void 0.000117
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2000 0.000117
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2000 0.000117
+gallium_dri.so free 0x5571735e2240 void 0.000117
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e21f0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735e21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22b0 0.000118
+gallium_dri.so free 0x5571735e2380 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23d0 0.000118
+gallium_dri.so free 0x5571735e2440 void 0.000118
+gallium_dri.so free 0x5571735e23d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2460 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000118
+gallium_dri.so free 0x5571735e2460 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24b0 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2600 0.000117
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2600 0.000117
+gallium_dri.so free 0x5571735e27c0 void 0.000118
+gallium_dri.so free 0x5571735e2600 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2770 0.000163
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so free 0x5571735e2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2770 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000117
+gallium_dri.so free 0x5571735e2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2900 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000117
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2980 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2af0 0.000117
+gallium_dri.so free 0x5571735e2b40 void 0.000126
+gallium_dri.so free 0x5571735e2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2af0 0.000118
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c80 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d00 0.000117
+gallium_dri.so free 0x5571735e2dc0 void 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d00 0.000117
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e70 0.000117
+gallium_dri.so free 0x5571735e2ec0 void 0.000117
+gallium_dri.so free 0x5571735e2e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2e70 0.000117
+gallium_dri.so free 0x5571735e2fc0 void 0.000122
+gallium_dri.so free 0x5571735e2e70 void 0.000176
+gallium_dri.so malloc 72 0x5571735e2f70 0.000120
+gallium_dri.so free 0x5571735e3080 void 0.000118
+gallium_dri.so free 0x5571735e2f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3030 0.000117
+gallium_dri.so free 0x5571735e3100 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3030 0.000165
+gallium_dri.so free 0x5571735e31c0 void 0.000118
+gallium_dri.so free 0x5571735e3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3230 0.000117
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3230 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3350 0.000117
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3350 void 0.000119
+gallium_dri.so malloc 72 0x5571735e33e0 0.000117
+gallium_dri.so free 0x5571735e3480 void 0.000119
+gallium_dri.so free 0x5571735e33e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3430 0.000117
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so free 0x5571735e3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3500 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3500 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3640 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3640 0.000117
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3640 0.000118
+gallium_dri.so free 0x5571735e3e00 void 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3db0 0.000118
+gallium_dri.so free 0x5571735e3e80 void 0.000118
+gallium_dri.so free 0x5571735e3db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3ed0 0.000118
+gallium_dri.so free 0x5571735e3f40 void 0.000117
+gallium_dri.so free 0x5571735e3ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3f80 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735e3f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3f80 0.000119
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so free 0x5571735e3f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3f80 0.000119
+gallium_dri.so free 0x5571735e40c0 void 0.000119
+gallium_dri.so free 0x5571735e3f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4070 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so free 0x5571735e4070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4190 0.000117
+gallium_dri.so free 0x5571735e4200 void 0.000128
+gallium_dri.so free 0x5571735e4190 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4220 0.000120
+gallium_dri.so free 0x5571735e42c0 void 0.000118
+gallium_dri.so free 0x5571735e4220 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4270 0.000118
+gallium_dri.so free 0x5571735e4340 void 0.000118
+gallium_dri.so free 0x5571735e4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4270 0.000117
+gallium_dri.so free 0x5571735e4440 void 0.000118
+gallium_dri.so free 0x5571735e4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e43f0 0.000117
+gallium_dri.so free 0x5571735e44c0 void 0.000117
+gallium_dri.so free 0x5571735e43f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4510 0.000119
+gallium_dri.so free 0x5571735e4580 void 0.000119
+gallium_dri.so free 0x5571735e4510 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45a0 0.000118
+gallium_dri.so free 0x5571735e4640 void 0.000117
+gallium_dri.so free 0x5571735e45a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45f0 0.000117
+gallium_dri.so free 0x5571735e46c0 void 0.000118
+gallium_dri.so free 0x5571735e45f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45f0 0.000118
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so free 0x5571735e45f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4740 0.000117
+gallium_dri.so free 0x5571735e4800 void 0.000122
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4740 0.000117
+gallium_dri.so free 0x5571735e4900 void 0.000119
+gallium_dri.so free 0x5571735e4740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4740 0.000118
+gallium_dri.so free 0x5571735e4980 void 0.000117
+gallium_dri.so free 0x5571735e4740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e49b0 0.000117
+gallium_dri.so free 0x5571735e4a00 void 0.000117
+gallium_dri.so free 0x5571735e49b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e49b0 0.000121
+gallium_dri.so free 0x5571735e4b00 void 0.000118
+gallium_dri.so free 0x5571735e49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000118
+gallium_dri.so free 0x5571735e4bc0 void 0.000118
+gallium_dri.so free 0x5571735e4ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4b70 0.000117
+gallium_dri.so free 0x5571735e4c00 void 0.000117
+gallium_dri.so free 0x5571735e4b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4b70 0.000117
+gallium_dri.so free 0x5571735e4cc0 void 0.000117
+gallium_dri.so free 0x5571735e4b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4d10 0.000117
+gallium_dri.so free 0x5571735e4d80 void 0.000118
+gallium_dri.so free 0x5571735e4d10 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4dc0 0.000114
+gallium_dri.so free 0x5571735e4e40 void 0.000111
+gallium_dri.so free 0x5571735e4dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4e40 0.000110
+gallium_dri.so free 0x5571735e4f00 void 0.000109
+gallium_dri.so free 0x5571735e4e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4e40 0.000110
+gallium_dri.so free 0x5571735e4f80 void 0.000111
+gallium_dri.so free 0x5571735e4e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000109
+gallium_dri.so free 0x5571735e5000 void 0.000132
+gallium_dri.so free 0x5571735e4fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4fb0 0.000116
+gallium_dri.so free 0x5571735e5100 void 0.000112
+gallium_dri.so free 0x5571735e4fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e50b0 0.000109
+gallium_dri.so free 0x5571735e51c0 void 0.000109
+gallium_dri.so free 0x5571735e50b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e5170 0.000110
+gallium_dri.so free 0x5571735e5240 void 0.000109
+gallium_dri.so free 0x5571735e5170 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5260 0.000112
+gallium_dri.so free 0x5571735e5300 void 0.000112
+gallium_dri.so free 0x5571735e5260 void 0.000110
+gallium_dri.so malloc 72 0x5571735e52b0 0.000111
+gallium_dri.so free 0x5571735e5380 void 0.000111
+gallium_dri.so free 0x5571735e52b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e52b0 0.000109
+gallium_dri.so free 0x5571735e5400 void 0.000126
+gallium_dri.so free 0x5571735e52b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5400 0.000117
+gallium_dri.so free 0x5571735e54c0 void 0.000118
+gallium_dri.so free 0x5571735e5400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5400 0.000118
+gallium_dri.so free 0x5571735e5580 void 0.000118
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5400 0.000119
+gallium_dri.so free 0x5571735e5640 void 0.000120
+gallium_dri.so free 0x5571735e5400 void 0.000118
+gallium_dri.so malloc 72 0x5571735e55f0 0.000118
+gallium_dri.so free 0x5571735e5640 void 0.000120
+gallium_dri.so free 0x5571735e55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e55f0 0.000118
+gallium_dri.so free 0x5571735e5740 void 0.000118
+gallium_dri.so free 0x5571735e55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e56f0 0.000117
+gallium_dri.so free 0x5571735e5800 void 0.000120
+gallium_dri.so free 0x5571735e56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e57b0 0.000118
+gallium_dri.so free 0x5571735e5840 void 0.000118
+gallium_dri.so free 0x5571735e57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e57b0 0.000118
+gallium_dri.so free 0x5571735e5900 void 0.000170
+gallium_dri.so free 0x5571735e57b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5940 0.000166
+gallium_dri.so free 0x5571735e59c0 void 0.000119
+gallium_dri.so free 0x5571735e5940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e59c0 0.000119
+gallium_dri.so free 0x5571735e5a80 void 0.000118
+gallium_dri.so free 0x5571735e59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e59c0 0.000117
+gallium_dri.so free 0x5571735e5b40 void 0.000118
+gallium_dri.so free 0x5571735e59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b60 0.000117
+gallium_dri.so free 0x5571735e5c00 void 0.000119
+gallium_dri.so free 0x5571735e5b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000119
+gallium_dri.so free 0x5571735e5c80 void 0.000117
+gallium_dri.so free 0x5571735e5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000118
+gallium_dri.so free 0x5571735e5d00 void 0.000119
+gallium_dri.so free 0x5571735e5bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5d00 0.000117
+gallium_dri.so free 0x5571735e5dc0 void 0.000117
+gallium_dri.so free 0x5571735e5d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5d00 0.000119
+gallium_dri.so free 0x5571735e5e80 void 0.000117
+gallium_dri.so free 0x5571735e5d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5d00 0.000118
+gallium_dri.so free 0x5571735e5f40 void 0.000117
+gallium_dri.so free 0x5571735e5d00 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000120
+gallium_dri.so free 0x5571735e6000 void 0.000119
+gallium_dri.so free 0x5571735e5ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000117
+gallium_dri.so free 0x5571735e6080 void 0.000117
+gallium_dri.so free 0x5571735e5fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e60d0 0.000117
+gallium_dri.so free 0x5571735e6140 void 0.000118
+gallium_dri.so free 0x5571735e60d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6160 0.000117
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571735e6160 void 0.000118
+gallium_dri.so malloc 72 0x557173455430 0.000116
+gallium_dri.so free 0x557173455480 void 0.000118
+gallium_dri.so free 0x557173455430 void 0.000119
+gallium_dri.so malloc 72 0x557173455430 0.000118
+gallium_dri.so free 0x557173455580 void 0.000118
+gallium_dri.so free 0x557173455430 void 0.000117
+gallium_dri.so malloc 72 0x557173455530 0.000118
+gallium_dri.so free 0x557173455640 void 0.000117
+gallium_dri.so free 0x557173455530 void 0.000119
+gallium_dri.so malloc 72 0x5571734555f0 0.000117
+gallium_dri.so free 0x5571735e6200 void 0.000118
+gallium_dri.so free 0x5571734555f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e61b0 0.000117
+gallium_dri.so free 0x5571734556c0 void 0.000127
+gallium_dri.so free 0x5571735e61b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734556f0 0.000119
+gallium_dri.so free 0x557173455740 void 0.000118
+gallium_dri.so free 0x5571734556f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734556f0 0.000118
+gallium_dri.so free 0x557173455840 void 0.000119
+gallium_dri.so free 0x5571734556f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734557f0 0.000119
+gallium_dri.so free 0x557173455900 void 0.000118
+gallium_dri.so free 0x5571734557f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734558b0 0.000156
+gallium_dri.so free 0x557173455940 void 0.000122
+gallium_dri.so free 0x5571734558b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734558b0 0.000119
+gallium_dri.so free 0x557173455a00 void 0.000119
+gallium_dri.so free 0x5571734558b0 void 0.000118
+gallium_dri.so malloc 72 0x557173455a70 0.000118
+gallium_dri.so free 0x557173455ac0 void 0.000118
+gallium_dri.so free 0x557173455a70 void 0.000120
+gallium_dri.so malloc 72 0x557173455a70 0.000118
+gallium_dri.so free 0x557173455bc0 void 0.000119
+gallium_dri.so free 0x557173455a70 void 0.000119
+gallium_dri.so malloc 72 0x557173455b70 0.000117
+gallium_dri.so free 0x557173455c80 void 0.000119
+gallium_dri.so free 0x557173455b70 void 0.000115
+gallium_dri.so malloc 72 0x557173455c30 0.000169
+gallium_dri.so free 0x557173455cc0 void 0.000120
+gallium_dri.so free 0x557173455c30 void 0.000119
+gallium_dri.so malloc 72 0x557173455c30 0.000118
+gallium_dri.so free 0x557173455d80 void 0.000126
+gallium_dri.so free 0x557173455c30 void 0.000120
+gallium_dri.so malloc 72 0x557173455dc0 0.000122
+gallium_dri.so free 0x557173455e40 void 0.000124
+gallium_dri.so free 0x557173455dc0 void 0.000124
+gallium_dri.so malloc 72 0x557173455e40 0.000118
+gallium_dri.so free 0x557173455f00 void 0.000122
+gallium_dri.so free 0x557173455e40 void 0.000119
+gallium_dri.so malloc 72 0x557173455e40 0.000123
+gallium_dri.so free 0x557173455fc0 void 0.000119
+gallium_dri.so free 0x557173455e40 void 0.000122
+gallium_dri.so malloc 72 0x557173455fe0 0.000119
+gallium_dri.so free 0x557173456080 void 0.000122
+gallium_dri.so free 0x557173455fe0 void 0.000119
+gallium_dri.so malloc 72 0x557173456030 0.000123
+gallium_dri.so free 0x557173456100 void 0.000119
+gallium_dri.so free 0x557173456030 void 0.000117
+gallium_dri.so malloc 72 0x557173456030 0.000117
+gallium_dri.so free 0x557173456180 void 0.000122
+gallium_dri.so free 0x557173456030 void 0.000127
+gallium_dri.so malloc 72 0x557173456180 0.000123
+gallium_dri.so free 0x557173456240 void 0.000124
+gallium_dri.so free 0x557173456180 void 0.000124
+gallium_dri.so malloc 72 0x557173456180 0.000120
+gallium_dri.so free 0x557173456300 void 0.000122
+gallium_dri.so free 0x557173456180 void 0.000119
+gallium_dri.so malloc 72 0x557173456180 0.000122
+gallium_dri.so free 0x5571734563c0 void 0.000119
+gallium_dri.so free 0x557173456180 void 0.000118
+gallium_dri.so malloc 72 0x557173456370 0.000119
+gallium_dri.so free 0x557173456480 void 0.000121
+gallium_dri.so free 0x557173456370 void 0.000119
+gallium_dri.so malloc 72 0x557173456430 0.000118
+gallium_dri.so free 0x557173456500 void 0.000118
+gallium_dri.so free 0x557173456430 void 0.000124
+gallium_dri.so malloc 72 0x557173456550 0.000125
+gallium_dri.so free 0x5571734565c0 void 0.000120
+gallium_dri.so free 0x557173456550 void 0.000122
+gallium_dri.so malloc 72 0x5571734565e0 0.000119
+gallium_dri.so free 0x557173456680 void 0.000119
+gallium_dri.so free 0x5571734565e0 void 0.000117
+gallium_dri.so malloc 72 0x557173456630 0.000121
+gallium_dri.so free 0x557173456700 void 0.000187
+gallium_dri.so free 0x557173456630 void 0.000140
+gallium_dri.so malloc 72 0x557173456630 0.000130
+gallium_dri.so free 0x557173456780 void 0.000162
+gallium_dri.so free 0x557173456630 void 0.000129
+gallium_dri.so malloc 72 0x557173456780 0.000125
+gallium_dri.so free 0x557173456840 void 0.000124
+gallium_dri.so free 0x557173456780 void 0.000127
+gallium_dri.so malloc 72 0x557173456780 0.000129
+gallium_dri.so free 0x557173456940 void 0.000130
+gallium_dri.so free 0x557173456780 void 0.000130
+gallium_dri.so malloc 72 0x5571734568f0 0.000124
+gallium_dri.so free 0x557173456980 void 0.000129
+gallium_dri.so free 0x5571734568f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734568f0 0.000125
+gallium_dri.so free 0x557173456a40 void 0.000124
+gallium_dri.so free 0x5571734568f0 void 0.000129
+gallium_dri.so malloc 72 0x557173456a80 0.000124
+gallium_dri.so free 0x557173456b00 void 0.000123
+gallium_dri.so free 0x557173456a80 void 0.000124
+gallium_dri.so malloc 72 0x557173456b00 0.000128
+gallium_dri.so free 0x557173456bc0 void 0.000125
+gallium_dri.so free 0x557173456b00 void 0.000123
+gallium_dri.so malloc 72 0x557173456b00 0.000172
+gallium_dri.so free 0x557173456c40 void 0.000164
+gallium_dri.so free 0x557173456b00 void 0.000163
+gallium_dri.so malloc 72 0x557173456c70 0.000130
+gallium_dri.so free 0x557173456cc0 void 0.000131
+gallium_dri.so free 0x557173456c70 void 0.000131
+gallium_dri.so malloc 72 0x557173456c70 0.000179
+gallium_dri.so free 0x557173456dc0 void 0.000132
+gallium_dri.so free 0x557173456c70 void 0.000227
+gallium_dri.so malloc 72 0x557173456e00 0.000335
+gallium_dri.so free 0x557173456e80 void 0.000273
+gallium_dri.so free 0x557173456e00 void 0.000298
+gallium_dri.so malloc 72 0x557173456e80 0.000293
+gallium_dri.so free 0x557173456f40 void 0.000274
+gallium_dri.so free 0x557173456e80 void 0.000286
+gallium_dri.so malloc 72 0x557173456e80 0.000279
+gallium_dri.so free 0x557173456fc0 void 0.000232
+gallium_dri.so free 0x557173456e80 void 0.000166
+gallium_dri.so malloc 72 0x557173456ff0 0.000161
+gallium_dri.so free 0x557173457040 void 0.000131
+gallium_dri.so free 0x557173456ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173456ff0 0.000124
+gallium_dri.so free 0x557173457140 void 0.000128
+gallium_dri.so free 0x557173456ff0 void 0.000175
+gallium_dri.so malloc 72 0x5571734570f0 0.000169
+gallium_dri.so free 0x557173457200 void 0.000172
+gallium_dri.so free 0x5571734570f0 void 0.000136
+gallium_dri.so malloc 72 0x5571734571b0 0.000131
+gallium_dri.so free 0x557173457280 void 0.000132
+gallium_dri.so free 0x5571734571b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734571b0 0.000135
+gallium_dri.so free 0x557173457340 void 0.000136
+gallium_dri.so free 0x5571734571b0 void 0.000136
+gallium_dri.so malloc 72 0x5571734571b0 0.000146
+gallium_dri.so free 0x557173457400 void 0.000131
+gallium_dri.so free 0x5571734571b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734573b0 0.000130
+gallium_dri.so free 0x557173457480 void 0.000130
+gallium_dri.so free 0x5571734573b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734574d0 0.000137
+gallium_dri.so free 0x557173457540 void 0.000138
+gallium_dri.so free 0x5571734574d0 void 0.000138
+gallium_dri.so malloc 72 0x557173457560 0.000137
+gallium_dri.so free 0x557173457600 void 0.000132
+gallium_dri.so free 0x557173457560 void 0.000131
+gallium_dri.so malloc 72 0x5571734575b0 0.000136
+gallium_dri.so free 0x557173457680 void 0.000138
+gallium_dri.so free 0x5571734575b0 void 0.000132
+gallium_dri.so malloc 72 0x557173457680 0.000130
+gallium_dri.so free 0x557173457740 void 0.000130
+gallium_dri.so free 0x557173457680 void 0.000135
+gallium_dri.so malloc 72 0x557173457680 0.000137
+gallium_dri.so free 0x5571734577c0 void 0.000136
+gallium_dri.so free 0x557173457680 void 0.000137
+gallium_dri.so malloc 72 0x5571734577c0 0.000158
+gallium_dri.so free 0x557173457880 void 0.000141
+gallium_dri.so free 0x5571734577c0 void 0.000139
+gallium_dri.so malloc 72 0x5571734577c0 0.000140
+gallium_dri.so free 0x557173457940 void 0.000137
+gallium_dri.so free 0x5571734577c0 void 0.000138
+gallium_dri.so malloc 72 0x5571734577c0 0.000139
+gallium_dri.so free 0x557173457a00 void 0.000139
+gallium_dri.so free 0x5571734577c0 void 0.000138
+gallium_dri.so malloc 72 0x5571734579b0 0.000187
+gallium_dri.so free 0x557173457a80 void 0.000140
+gallium_dri.so free 0x5571734579b0 void 0.000144
+gallium_dri.so malloc 72 0x557173457ad0 0.000132
+gallium_dri.so free 0x557173457b40 void 0.000131
+gallium_dri.so free 0x557173457ad0 void 0.000136
+gallium_dri.so malloc 72 0x557173457b80 0.000132
+gallium_dri.so free 0x557173457c00 void 0.000131
+gallium_dri.so free 0x557173457b80 void 0.000137
+gallium_dri.so malloc 72 0x557173457b80 0.000148
+gallium_dri.so free 0x557173457c80 void 0.000181
+gallium_dri.so free 0x557173457b80 void 0.000180
+gallium_dri.so malloc 72 0x557173457cb0 0.000184
+gallium_dri.so free 0x557173457d00 void 0.000145
+gallium_dri.so free 0x557173457cb0 void 0.000141
+gallium_dri.so malloc 72 0x557173457cb0 0.000138
+gallium_dri.so free 0x557173457e00 void 0.000139
+gallium_dri.so free 0x557173457cb0 void 0.000143
+gallium_dri.so malloc 72 0x557173457db0 0.000139
+gallium_dri.so free 0x557173457ec0 void 0.000140
+gallium_dri.so free 0x557173457db0 void 0.000143
+gallium_dri.so malloc 72 0x557173457e70 0.000145
+gallium_dri.so free 0x557173457f00 void 0.000146
+gallium_dri.so free 0x557173457e70 void 0.000146
+gallium_dri.so malloc 72 0x557173457e70 0.000145
+gallium_dri.so free 0x557173457fc0 void 0.000141
+gallium_dri.so free 0x557173457e70 void 0.000145
+gallium_dri.so malloc 72 0x557173458030 0.000145
+gallium_dri.so free 0x557173458080 void 0.000262
+gallium_dri.so free 0x557173458030 void 0.000202
+gallium_dri.so malloc 72 0x557173458030 0.000304
+gallium_dri.so free 0x557173458180 void 0.000352
+gallium_dri.so free 0x557173458030 void 0.000318
+gallium_dri.so malloc 72 0x557173458130 0.000297
+gallium_dri.so free 0x557173458240 void 0.000245
+gallium_dri.so free 0x557173458130 void 0.000215
+gallium_dri.so malloc 72 0x5571734581f0 0.000201
+gallium_dri.so free 0x557173458280 void 0.000269
+gallium_dri.so free 0x5571734581f0 void 0.000270
+gallium_dri.so malloc 72 0x5571734581f0 0.000268
+gallium_dri.so free 0x557173458340 void 0.000220
+gallium_dri.so free 0x5571734581f0 void 0.000265
+gallium_dri.so malloc 72 0x557173458380 0.000268
+gallium_dri.so free 0x557173458400 void 0.000437
+gallium_dri.so free 0x557173458380 void 0.000378
+gallium_dri.so malloc 72 0x557173458400 0.000330
+gallium_dri.so free 0x5571734584c0 void 0.000275
+gallium_dri.so free 0x557173458400 void 0.000273
+gallium_dri.so malloc 72 0x557173458400 0.000257
+gallium_dri.so free 0x557173458580 void 0.000275
+gallium_dri.so free 0x557173458400 void 0.000272
+gallium_dri.so malloc 72 0x5571734585a0 0.000221
+gallium_dri.so free 0x557173458640 void 0.000215
+gallium_dri.so free 0x5571734585a0 void 0.000304
+gallium_dri.so malloc 72 0x5571734585f0 0.000312
+gallium_dri.so free 0x5571734586c0 void 0.000307
+gallium_dri.so free 0x5571734585f0 void 0.000184
+gallium_dri.so malloc 72 0x5571734585f0 0.000366
+gallium_dri.so free 0x557173458740 void 0.000342
+gallium_dri.so free 0x5571734585f0 void 0.000353
+gallium_dri.so malloc 72 0x557173458740 0.000317
+gallium_dri.so free 0x557173458800 void 0.000268
+gallium_dri.so free 0x557173458740 void 0.000357
+gallium_dri.so malloc 72 0x557173458740 0.000342
+gallium_dri.so free 0x5571734588c0 void 0.000324
+gallium_dri.so free 0x557173458740 void 0.000291
+gallium_dri.so malloc 72 0x557173458740 0.000320
+gallium_dri.so free 0x557173458980 void 0.000268
+gallium_dri.so free 0x557173458740 void 0.000300
+gallium_dri.so malloc 72 0x557173458930 0.000238
+gallium_dri.so free 0x557173458a40 void 0.000170
+gallium_dri.so free 0x557173458930 void 0.000174
+gallium_dri.so malloc 72 0x5571734589f0 0.000192
+gallium_dri.so free 0x557173458ac0 void 0.000212
+gallium_dri.so free 0x5571734589f0 void 0.000157
+gallium_dri.so malloc 72 0x557173458b10 0.000157
+gallium_dri.so free 0x55717358e6c0 void 0.000156
+gallium_dri.so free 0x557173458b10 void 0.000156
+gallium_dri.so malloc 72 0x55717358e6e0 0.000151
+gallium_dri.so free 0x55717358e780 void 0.000154
+gallium_dri.so free 0x55717358e6e0 void 0.000157
+gallium_dri.so malloc 72 0x55717358e730 0.000155
+gallium_dri.so free 0x55717358e800 void 0.000158
+gallium_dri.so free 0x55717358e730 void 0.000155
+gallium_dri.so malloc 72 0x55717358e730 0.000157
+gallium_dri.so free 0x55717358e880 void 0.000155
+gallium_dri.so free 0x55717358e730 void 0.000155
+gallium_dri.so malloc 72 0x55717358e880 0.000151
+gallium_dri.so free 0x55717358e940 void 0.000155
+gallium_dri.so free 0x55717358e880 void 0.000172
+gallium_dri.so malloc 72 0x55717358e880 0.000158
+gallium_dri.so free 0x55717358ea40 void 0.000157
+gallium_dri.so free 0x55717358e880 void 0.000151
+gallium_dri.so malloc 72 0x55717358e9f0 0.000149
+gallium_dri.so free 0x55717358ea80 void 0.000154
+gallium_dri.so free 0x55717358e9f0 void 0.000155
+gallium_dri.so malloc 72 0x55717358e9f0 0.000255
+gallium_dri.so free 0x55717358eb40 void 0.000362
+gallium_dri.so free 0x55717358e9f0 void 0.000364
+gallium_dri.so malloc 72 0x55717358eb80 0.000365
+gallium_dri.so free 0x55717358ec00 void 0.000313
+gallium_dri.so free 0x55717358eb80 void 0.000316
+gallium_dri.so malloc 72 0x55717358ec00 0.000264
+gallium_dri.so free 0x55717358ecc0 void 0.000193
+gallium_dri.so free 0x55717358ec00 void 0.000196
+gallium_dri.so malloc 72 0x55717358ec00 0.000154
+gallium_dri.so free 0x55717358ed40 void 0.000150
+gallium_dri.so free 0x55717358ec00 void 0.000152
+gallium_dri.so malloc 72 0x55717358ed70 0.000155
+gallium_dri.so free 0x55717358edc0 void 0.000155
+gallium_dri.so free 0x55717358ed70 void 0.000164
+gallium_dri.so malloc 72 0x55717358ed70 0.000156
+gallium_dri.so free 0x55717358eec0 void 0.000156
+gallium_dri.so free 0x55717358ed70 void 0.000150
+gallium_dri.so malloc 72 0x55717358ef00 0.000148
+gallium_dri.so free 0x55717358ef80 void 0.000156
+gallium_dri.so free 0x55717358ef00 void 0.000151
+gallium_dri.so malloc 72 0x55717358ef80 0.000154
+gallium_dri.so free 0x55717358f040 void 0.000156
+gallium_dri.so free 0x55717358ef80 void 0.000162
+gallium_dri.so malloc 72 0x55717358ef80 0.000163
+gallium_dri.so free 0x55717358f0c0 void 0.000133
+gallium_dri.so free 0x55717358ef80 void 0.000131
+gallium_dri.so malloc 72 0x55717358f0f0 0.000125
+gallium_dri.so free 0x55717358f140 void 0.000125
+gallium_dri.so free 0x55717358f0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358f0f0 0.000132
+gallium_dri.so free 0x55717358f240 void 0.000134
+gallium_dri.so free 0x55717358f0f0 void 0.000166
+gallium_dri.so malloc 72 0x55717358f1f0 0.000165
+gallium_dri.so free 0x55717358f300 void 0.000131
+gallium_dri.so free 0x55717358f1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f2b0 0.000124
+gallium_dri.so free 0x55717358f380 void 0.000124
+gallium_dri.so free 0x55717358f2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717358f2b0 0.000131
+gallium_dri.so free 0x55717358f440 void 0.000130
+gallium_dri.so free 0x55717358f2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f2b0 0.000124
+gallium_dri.so free 0x55717358f500 void 0.000130
+gallium_dri.so free 0x55717358f2b0 void 0.000144
+gallium_dri.so malloc 72 0x55717358f4b0 0.000132
+gallium_dri.so free 0x55717358f580 void 0.000131
+gallium_dri.so free 0x55717358f4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f5d0 0.000127
+gallium_dri.so free 0x55717358f640 void 0.000125
+gallium_dri.so free 0x55717358f5d0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f660 0.000128
+gallium_dri.so free 0x55717358f700 void 0.000132
+gallium_dri.so free 0x55717358f660 void 0.000130
+gallium_dri.so malloc 72 0x55717358f6b0 0.000130
+gallium_dri.so free 0x55717358f780 void 0.000129
+gallium_dri.so free 0x55717358f6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f780 0.000132
+gallium_dri.so free 0x55717358f840 void 0.000131
+gallium_dri.so free 0x55717358f780 void 0.000132
+gallium_dri.so malloc 72 0x55717358f780 0.000132
+gallium_dri.so free 0x55717358f8c0 void 0.000130
+gallium_dri.so free 0x55717358f780 void 0.000128
+gallium_dri.so malloc 72 0x55717358f8c0 0.000128
+gallium_dri.so free 0x55717358f980 void 0.000193
+gallium_dri.so free 0x55717358f8c0 void 0.000163
+gallium_dri.so malloc 72 0x55717358f8c0 0.000165
+gallium_dri.so free 0x55717358fa40 void 0.000165
+gallium_dri.so free 0x55717358f8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358f8c0 0.000131
+gallium_dri.so free 0x55717358fb00 void 0.000126
+gallium_dri.so free 0x55717358f8c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fab0 0.000125
+gallium_dri.so free 0x55717358fb80 void 0.000129
+gallium_dri.so free 0x55717358fab0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fbd0 0.000132
+gallium_dri.so free 0x55717358fc40 void 0.000130
+gallium_dri.so free 0x55717358fbd0 void 0.000126
+gallium_dri.so malloc 72 0x55717358fc80 0.000126
+gallium_dri.so free 0x55717358fd00 void 0.000130
+gallium_dri.so free 0x55717358fc80 void 0.000131
+gallium_dri.so malloc 72 0x55717358fc80 0.000130
+gallium_dri.so free 0x55717358fd80 void 0.000126
+gallium_dri.so free 0x55717358fc80 void 0.000129
+gallium_dri.so malloc 72 0x55717358fdb0 0.000130
+gallium_dri.so free 0x55717358fe00 void 0.000134
+gallium_dri.so free 0x55717358fdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fdb0 0.000130
+gallium_dri.so free 0x55717358ff00 void 0.000131
+gallium_dri.so free 0x55717358fdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358feb0 0.000124
+gallium_dri.so free 0x55717358ffc0 void 0.000129
+gallium_dri.so free 0x55717358feb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ff70 0.000131
+gallium_dri.so free 0x557173590000 void 0.000126
+gallium_dri.so free 0x55717358ff70 void 0.000124
+gallium_dri.so malloc 72 0x55717358ff70 0.000123
+gallium_dri.so free 0x5571735900c0 void 0.000123
+gallium_dri.so free 0x55717358ff70 void 0.000128
+gallium_dri.so malloc 72 0x557173590130 0.000130
+gallium_dri.so free 0x557173590180 void 0.000132
+gallium_dri.so free 0x557173590130 void 0.000132
+gallium_dri.so malloc 72 0x557173590130 0.000131
+gallium_dri.so free 0x557173590280 void 0.000130
+gallium_dri.so free 0x557173590130 void 0.000131
+gallium_dri.so malloc 72 0x557173590230 0.000130
+gallium_dri.so free 0x557173590340 void 0.000137
+gallium_dri.so free 0x557173590230 void 0.000130
+gallium_dri.so malloc 72 0x5571735902f0 0.000130
+gallium_dri.so free 0x557173590380 void 0.000131
+gallium_dri.so free 0x5571735902f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735902f0 0.000129
+gallium_dri.so free 0x557173590440 void 0.000131
+gallium_dri.so free 0x5571735902f0 void 0.000125
+gallium_dri.so malloc 72 0x557173590480 0.000130
+gallium_dri.so free 0x557173590500 void 0.000145
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so malloc 72 0x557173590500 0.000131
+gallium_dri.so free 0x5571735905c0 void 0.000130
+gallium_dri.so free 0x557173590500 void 0.000133
+gallium_dri.so malloc 72 0x557173590500 0.000126
+gallium_dri.so free 0x557173590680 void 0.000130
+gallium_dri.so free 0x557173590500 void 0.000130
+gallium_dri.so malloc 72 0x5571735906a0 0.000126
+gallium_dri.so free 0x557173590740 void 0.000125
+gallium_dri.so free 0x5571735906a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735906f0 0.000133
+gallium_dri.so free 0x5571735907c0 void 0.000132
+gallium_dri.so free 0x5571735906f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735906f0 0.000125
+gallium_dri.so free 0x557173590840 void 0.000129
+gallium_dri.so free 0x5571735906f0 void 0.000134
+gallium_dri.so malloc 72 0x557173590840 0.000125
+gallium_dri.so free 0x557173590900 void 0.000125
+gallium_dri.so free 0x557173590840 void 0.000129
+gallium_dri.so malloc 72 0x557173590840 0.000131
+gallium_dri.so free 0x5571735909c0 void 0.000125
+gallium_dri.so free 0x557173590840 void 0.000129
+gallium_dri.so malloc 72 0x557173590840 0.000133
+gallium_dri.so free 0x557173590a80 void 0.000125
+gallium_dri.so free 0x557173590840 void 0.000123
+gallium_dri.so malloc 72 0x557173590a30 0.000125
+gallium_dri.so free 0x557173590b40 void 0.000129
+gallium_dri.so free 0x557173590a30 void 0.000127
+gallium_dri.so malloc 72 0x557173590af0 0.000129
+gallium_dri.so free 0x557173590bc0 void 0.000129
+gallium_dri.so free 0x557173590af0 void 0.000129
+gallium_dri.so malloc 72 0x557173590c10 0.000139
+gallium_dri.so free 0x557173590c80 void 0.000135
+gallium_dri.so free 0x557173590c10 void 0.000131
+gallium_dri.so malloc 72 0x557173590ca0 0.000131
+gallium_dri.so free 0x557173590d40 void 0.000131
+gallium_dri.so free 0x557173590ca0 void 0.000130
+gallium_dri.so malloc 72 0x557173590cf0 0.000125
+gallium_dri.so free 0x557173590dc0 void 0.000130
+gallium_dri.so free 0x557173590cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173590cf0 0.000127
+gallium_dri.so free 0x557173590e40 void 0.000125
+gallium_dri.so free 0x557173590cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173590e40 0.000129
+gallium_dri.so free 0x557173590f00 void 0.000126
+gallium_dri.so free 0x557173590e40 void 0.000129
+gallium_dri.so malloc 72 0x557173590e40 0.000131
+gallium_dri.so free 0x557173591000 void 0.000126
+gallium_dri.so free 0x557173590e40 void 0.000130
+gallium_dri.so malloc 72 0x557173590fb0 0.000125
+gallium_dri.so free 0x557173591040 void 0.000124
+gallium_dri.so free 0x557173590fb0 void 0.000129
+gallium_dri.so malloc 72 0x557173590fb0 0.000137
+gallium_dri.so free 0x557173591100 void 0.000167
+gallium_dri.so free 0x557173590fb0 void 0.000153
+gallium_dri.so malloc 72 0x557173591140 0.000148
+gallium_dri.so free 0x5571735911c0 void 0.000145
+gallium_dri.so free 0x557173591140 void 0.000144
+gallium_dri.so malloc 72 0x5571735911c0 0.000143
+gallium_dri.so free 0x557173591280 void 0.000144
+gallium_dri.so free 0x5571735911c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735911c0 0.000141
+gallium_dri.so free 0x557173591300 void 0.000140
+gallium_dri.so free 0x5571735911c0 void 0.000143
+gallium_dri.so malloc 72 0x557173591330 0.000144
+gallium_dri.so free 0x557173591380 void 0.000145
+gallium_dri.so free 0x557173591330 void 0.000143
+gallium_dri.so malloc 72 0x557173591330 0.000141
+gallium_dri.so free 0x557173591480 void 0.000140
+gallium_dri.so free 0x557173591330 void 0.000142
+gallium_dri.so malloc 72 0x5571735914c0 0.000144
+gallium_dri.so free 0x557173591540 void 0.000144
+gallium_dri.so free 0x5571735914c0 void 0.000166
+gallium_dri.so malloc 72 0x557173591540 0.000160
+gallium_dri.so free 0x557173591600 void 0.000162
+gallium_dri.so free 0x557173591540 void 0.000161
+gallium_dri.so malloc 72 0x557173591540 0.000158
+gallium_dri.so free 0x557173591680 void 0.000157
+gallium_dri.so free 0x557173591540 void 0.000158
+gallium_dri.so malloc 72 0x5571735916b0 0.000160
+gallium_dri.so free 0x557173591700 void 0.000161
+gallium_dri.so free 0x5571735916b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735916b0 0.000157
+gallium_dri.so free 0x557173591800 void 0.000161
+gallium_dri.so free 0x5571735916b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735917b0 0.000161
+gallium_dri.so free 0x5571735918c0 void 0.000162
+gallium_dri.so free 0x5571735917b0 void 0.000157
+gallium_dri.so malloc 72 0x557173591870 0.000154
+gallium_dri.so free 0x557173591940 void 0.000225
+gallium_dri.so free 0x557173591870 void 0.000160
+gallium_dri.so malloc 72 0x557173591870 0.000160
+gallium_dri.so free 0x557173591a00 void 0.000163
+gallium_dri.so free 0x557173591870 void 0.000161
+gallium_dri.so malloc 72 0x557173591870 0.000159
+gallium_dri.so free 0x557173591ac0 void 0.000156
+gallium_dri.so free 0x557173591870 void 0.000156
+gallium_dri.so malloc 72 0x557173591a70 0.000160
+gallium_dri.so free 0x557173591b40 void 0.000160
+gallium_dri.so free 0x557173591a70 void 0.000155
+gallium_dri.so malloc 72 0x557173591b90 0.000155
+gallium_dri.so free 0x557173591c00 void 0.000156
+gallium_dri.so free 0x557173591b90 void 0.000163
+gallium_dri.so malloc 72 0x557173591c20 0.000162
+gallium_dri.so free 0x557173591cc0 void 0.000157
+gallium_dri.so free 0x557173591c20 void 0.000156
+gallium_dri.so malloc 72 0x557173591c70 0.000158
+gallium_dri.so free 0x557173591d40 void 0.000199
+gallium_dri.so free 0x557173591c70 void 0.000192
+gallium_dri.so malloc 72 0x557173591d40 0.000195
+gallium_dri.so free 0x557173591e00 void 0.000161
+gallium_dri.so free 0x557173591d40 void 0.000163
+gallium_dri.so malloc 72 0x557173591d40 0.000156
+gallium_dri.so free 0x557173591e80 void 0.000157
+gallium_dri.so free 0x557173591d40 void 0.000161
+gallium_dri.so malloc 72 0x557173591e80 0.000162
+gallium_dri.so free 0x557173459c40 void 0.000161
+gallium_dri.so free 0x557173591e80 void 0.000161
+gallium_dri.so malloc 72 0x557173459bf0 0.000161
+gallium_dri.so free 0x557173459c80 void 0.000161
+gallium_dri.so free 0x557173459bf0 void 0.000162
+gallium_dri.so malloc 72 0x557173459bf0 0.000157
+gallium_dri.so free 0x557173459d40 void 0.000161
+gallium_dri.so free 0x557173459bf0 void 0.000171
+gallium_dri.so malloc 72 0x557173459d80 0.000161
+gallium_dri.so free 0x557173459e00 void 0.000162
+gallium_dri.so free 0x557173459d80 void 0.000160
+gallium_dri.so malloc 72 0x557173459e00 0.000158
+gallium_dri.so free 0x557173459ec0 void 0.000165
+gallium_dri.so free 0x557173459e00 void 0.000143
+gallium_dri.so malloc 72 0x557173459e00 0.000146
+gallium_dri.so free 0x557173459f40 void 0.000144
+gallium_dri.so free 0x557173459e00 void 0.000144
+gallium_dri.so malloc 72 0x557173459e00 0.000142
+gallium_dri.so free 0x55717345a000 void 0.000144
+gallium_dri.so free 0x557173459e00 void 0.000150
+gallium_dri.so malloc 72 0x557173459e00 0.000145
+gallium_dri.so free 0x55717345a0c0 void 0.000145
+gallium_dri.so free 0x557173459e00 void 0.000142
+gallium_dri.so malloc 72 0x55717345a070 0.000137
+gallium_dri.so free 0x55717345a140 void 0.000141
+gallium_dri.so free 0x55717345a070 void 0.000155
+gallium_dri.so malloc 72 0x55717345a190 0.000146
+gallium_dri.so free 0x55717345a200 void 0.000145
+gallium_dri.so free 0x55717345a190 void 0.000140
+gallium_dri.so malloc 72 0x55717345a220 0.000137
+gallium_dri.so free 0x55717345a2c0 void 0.000143
+gallium_dri.so free 0x55717345a220 void 0.000148
+gallium_dri.so malloc 72 0x55717345a270 0.000144
+gallium_dri.so free 0x55717345a340 void 0.000141
+gallium_dri.so free 0x55717345a270 void 0.000140
+gallium_dri.so malloc 72 0x55717345a270 0.000142
+gallium_dri.so free 0x55717345a440 void 0.000144
+gallium_dri.so free 0x55717345a270 void 0.000145
+gallium_dri.so malloc 72 0x55717345a3f0 0.000141
+gallium_dri.so free 0x55717345a4c0 void 0.000143
+gallium_dri.so free 0x55717345a3f0 void 0.000145
+gallium_dri.so malloc 72 0x55717345a510 0.000144
+gallium_dri.so free 0x55717345a580 void 0.000141
+gallium_dri.so free 0x55717345a510 void 0.000137
+gallium_dri.so malloc 72 0x55717345a5a0 0.000140
+gallium_dri.so free 0x55717345a640 void 0.000152
+gallium_dri.so free 0x55717345a5a0 void 0.000142
+gallium_dri.so malloc 72 0x55717345a5f0 0.000144
+gallium_dri.so free 0x55717345a6c0 void 0.000144
+gallium_dri.so free 0x55717345a5f0 void 0.000141
+gallium_dri.so malloc 72 0x55717345a5f0 0.000140
+gallium_dri.so free 0x55717345a740 void 0.000143
+gallium_dri.so free 0x55717345a5f0 void 0.000144
+gallium_dri.so malloc 72 0x55717345a740 0.000144
+gallium_dri.so free 0x55717345a800 void 0.000144
+gallium_dri.so free 0x55717345a740 void 0.000144
+gallium_dri.so malloc 72 0x55717345a740 0.000144
+gallium_dri.so free 0x55717345a900 void 0.000141
+gallium_dri.so free 0x55717345a740 void 0.000154
+gallium_dri.so malloc 72 0x55717345a740 0.000143
+gallium_dri.so free 0x55717345a980 void 0.000145
+gallium_dri.so free 0x55717345a740 void 0.000144
+gallium_dri.so malloc 72 0x55717345a9b0 0.000204
+gallium_dri.so free 0x55717345aa00 void 0.000192
+gallium_dri.so free 0x55717345a9b0 void 0.000223
+gallium_dri.so malloc 72 0x55717345a9b0 0.000167
+gallium_dri.so free 0x55717345ab00 void 0.000132
+gallium_dri.so free 0x55717345a9b0 void 0.000126
+gallium_dri.so malloc 72 0x55717345aab0 0.000124
+gallium_dri.so free 0x55717345abc0 void 0.000128
+gallium_dri.so free 0x55717345aab0 void 0.000127
+gallium_dri.so malloc 72 0x55717345ab70 0.000128
+gallium_dri.so free 0x55717345ac00 void 0.000127
+gallium_dri.so free 0x55717345ab70 void 0.000124
+gallium_dri.so malloc 72 0x55717345ab70 0.000125
+gallium_dri.so free 0x55717345acc0 void 0.000128
+gallium_dri.so free 0x55717345ab70 void 0.000130
+gallium_dri.so malloc 72 0x55717345ad10 0.000131
+gallium_dri.so free 0x55717345ad80 void 0.000126
+gallium_dri.so free 0x55717345ad10 void 0.000124
+gallium_dri.so malloc 72 0x55717345adc0 0.000125
+gallium_dri.so free 0x55717345ae40 void 0.000130
+gallium_dri.so free 0x55717345adc0 void 0.000127
+gallium_dri.so malloc 72 0x55717345ae40 0.000124
+gallium_dri.so free 0x55717345af00 void 0.000140
+gallium_dri.so free 0x55717345ae40 void 0.000131
+gallium_dri.so malloc 72 0x55717345ae40 0.000132
+gallium_dri.so free 0x55717345af80 void 0.000131
+gallium_dri.so free 0x55717345ae40 void 0.000132
+gallium_dri.so malloc 72 0x55717345afb0 0.000130
+gallium_dri.so free 0x55717345b000 void 0.000131
+gallium_dri.so free 0x55717345afb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345afb0 0.000130
+gallium_dri.so free 0x55717345b100 void 0.000126
+gallium_dri.so free 0x55717345afb0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b0b0 0.000130
+gallium_dri.so free 0x55717345b1c0 void 0.000125
+gallium_dri.so free 0x55717345b0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717345b170 0.000125
+gallium_dri.so free 0x55717345b240 void 0.000129
+gallium_dri.so free 0x55717345b170 void 0.000126
+gallium_dri.so malloc 72 0x55717345b260 0.000124
+gallium_dri.so free 0x55717345b300 void 0.000125
+gallium_dri.so free 0x55717345b260 void 0.000122
+gallium_dri.so malloc 72 0x55717345b2b0 0.000128
+gallium_dri.so free 0x55717345b380 void 0.000129
+gallium_dri.so free 0x55717345b2b0 void 0.000161
+gallium_dri.so malloc 72 0x55717345b2b0 0.000180
+gallium_dri.so free 0x55717345b400 void 0.000181
+gallium_dri.so free 0x55717345b2b0 void 0.000181
+gallium_dri.so malloc 72 0x55717345b400 0.000239
+gallium_dri.so free 0x55717345b4c0 void 0.000287
+gallium_dri.so free 0x55717345b400 void 0.000181
+gallium_dri.so malloc 72 0x55717345b400 0.000420
+gallium_dri.so free 0x55717345b580 void 0.000380
+gallium_dri.so free 0x55717345b400 void 0.000290
+gallium_dri.so malloc 72 0x55717345b400 0.000279
+gallium_dri.so free 0x55717345b640 void 0.000294
+gallium_dri.so free 0x55717345b400 void 0.000243
+gallium_dri.so malloc 72 0x55717345b5f0 0.000287
+gallium_dri.so free 0x55717345b640 void 0.000239
+gallium_dri.so free 0x55717345b5f0 void 0.000238
+gallium_dri.so malloc 72 0x55717345b5f0 0.000236
+gallium_dri.so free 0x55717345b740 void 0.000166
+gallium_dri.so free 0x55717345b5f0 void 0.000166
+gallium_dri.so malloc 72 0x55717345b6f0 0.000130
+gallium_dri.so free 0x55717345b800 void 0.000125
+gallium_dri.so free 0x55717345b6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345b7b0 0.000130
+gallium_dri.so free 0x55717345b840 void 0.000126
+gallium_dri.so free 0x55717345b7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b7b0 0.000128
+gallium_dri.so free 0x55717345b900 void 0.000127
+gallium_dri.so free 0x55717345b7b0 void 0.000129
+gallium_dri.so malloc 72 0x55717345b940 0.000126
+gallium_dri.so free 0x55717345b9c0 void 0.000124
+gallium_dri.so free 0x55717345b940 void 0.000149
+gallium_dri.so malloc 72 0x55717345b9c0 0.000131
+gallium_dri.so free 0x55717345ba80 void 0.000139
+gallium_dri.so free 0x55717345b9c0 void 0.000133
+gallium_dri.so malloc 72 0x55717345b9c0 0.000131
+gallium_dri.so free 0x55717345bb40 void 0.000131
+gallium_dri.so free 0x55717345b9c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bb60 0.000125
+gallium_dri.so free 0x55717345bc00 void 0.000127
+gallium_dri.so free 0x55717345bb60 void 0.000129
+gallium_dri.so malloc 72 0x55717345bbb0 0.000131
+gallium_dri.so free 0x55717345bc80 void 0.000131
+gallium_dri.so free 0x55717345bbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717345bbb0 0.000130
+gallium_dri.so free 0x55717345bd00 void 0.000132
+gallium_dri.so free 0x55717345bbb0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bd00 0.000131
+gallium_dri.so free 0x55717345bdc0 void 0.000131
+gallium_dri.so free 0x55717345bd00 void 0.000130
+gallium_dri.so malloc 72 0x55717345bd00 0.000131
+gallium_dri.so free 0x55717345be80 void 0.000130
+gallium_dri.so free 0x55717345bd00 void 0.000133
+gallium_dri.so malloc 72 0x55717345bd00 0.000162
+gallium_dri.so free 0x55717345bf40 void 0.000186
+gallium_dri.so free 0x55717345bd00 void 0.000182
+gallium_dri.so malloc 72 0x55717345bef0 0.000179
+gallium_dri.so free 0x55717345c000 void 0.000183
+gallium_dri.so free 0x55717345bef0 void 0.000183
+gallium_dri.so malloc 72 0x55717345bfb0 0.000171
+gallium_dri.so free 0x55717345c080 void 0.000170
+gallium_dri.so free 0x55717345bfb0 void 0.000182
+gallium_dri.so malloc 72 0x55717345c0d0 0.000183
+gallium_dri.so free 0x55717345c140 void 0.000172
+gallium_dri.so free 0x55717345c0d0 void 0.000168
+gallium_dri.so malloc 72 0x55717345c160 0.000175
+gallium_dri.so free 0x55717345c200 void 0.000176
+gallium_dri.so free 0x55717345c160 void 0.000182
+gallium_dri.so malloc 72 0x55717345c1b0 0.000140
+gallium_dri.so free 0x55717345c280 void 0.000132
+gallium_dri.so free 0x55717345c1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717345c1b0 0.000130
+gallium_dri.so free 0x55717345c300 void 0.000126
+gallium_dri.so free 0x55717345c1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345c300 0.000131
+gallium_dri.so free 0x55717345c3c0 void 0.000130
+gallium_dri.so free 0x55717345c300 void 0.000131
+gallium_dri.so malloc 72 0x55717345c300 0.000126
+gallium_dri.so free 0x55717345c4c0 void 0.000129
+gallium_dri.so free 0x55717345c300 void 0.000125
+gallium_dri.so malloc 72 0x55717345c470 0.000124
+gallium_dri.so free 0x55717345c500 void 0.000125
+gallium_dri.so free 0x55717345c470 void 0.000128
+gallium_dri.so malloc 72 0x55717345c470 0.000148
+gallium_dri.so free 0x55717345c5c0 void 0.000131
+gallium_dri.so free 0x55717345c470 void 0.000131
+gallium_dri.so malloc 72 0x55717345c600 0.000131
+gallium_dri.so free 0x55717345c680 void 0.000131
+gallium_dri.so free 0x55717345c600 void 0.000130
+gallium_dri.so malloc 72 0x55717345c680 0.000125
+gallium_dri.so free 0x55717345c740 void 0.000129
+gallium_dri.so free 0x55717345c680 void 0.000130
+gallium_dri.so malloc 72 0x55717345c680 0.000138
+gallium_dri.so free 0x55717345c7c0 void 0.000130
+gallium_dri.so free 0x55717345c680 void 0.000130
+gallium_dri.so malloc 72 0x55717345c7f0 0.000126
+gallium_dri.so free 0x55717345c840 void 0.000125
+gallium_dri.so free 0x55717345c7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717345c7f0 0.000130
+gallium_dri.so free 0x55717345c940 void 0.000130
+gallium_dri.so free 0x55717345c7f0 void 0.000125
+gallium_dri.so malloc 72 0x55717345c980 0.000128
+gallium_dri.so free 0x55717345ca00 void 0.000132
+gallium_dri.so free 0x55717345c980 void 0.000131
+gallium_dri.so malloc 72 0x55717345ca00 0.000131
+gallium_dri.so free 0x55717345cac0 void 0.000127
+gallium_dri.so free 0x55717345ca00 void 0.000130
+gallium_dri.so malloc 72 0x55717345ca00 0.000131
+gallium_dri.so free 0x55717345cb40 void 0.000125
+gallium_dri.so free 0x55717345ca00 void 0.000129
+gallium_dri.so malloc 72 0x55717345cb70 0.000131
+gallium_dri.so free 0x55717345cbc0 void 0.000131
+gallium_dri.so free 0x55717345cb70 void 0.000127
+gallium_dri.so malloc 72 0x55717345cb70 0.000128
+gallium_dri.so free 0x55717345ccc0 void 0.000132
+gallium_dri.so free 0x55717345cb70 void 0.000130
+gallium_dri.so malloc 72 0x55717345cc70 0.000136
+gallium_dri.so free 0x55717345cd80 void 0.000126
+gallium_dri.so free 0x55717345cc70 void 0.000130
+gallium_dri.so malloc 72 0x55717345cd30 0.000131
+gallium_dri.so free 0x55717345ce00 void 0.000132
+gallium_dri.so free 0x55717345cd30 void 0.000131
+gallium_dri.so malloc 72 0x55717345cd30 0.000130
+gallium_dri.so free 0x55717345cec0 void 0.000125
+gallium_dri.so free 0x55717345cd30 void 0.000126
+gallium_dri.so malloc 72 0x55717345cd30 0.000124
+gallium_dri.so free 0x55717345cf80 void 0.000125
+gallium_dri.so free 0x55717345cd30 void 0.000129
+gallium_dri.so malloc 72 0x55717345cf30 0.000129
+gallium_dri.so free 0x55717345d000 void 0.000131
+gallium_dri.so free 0x55717345cf30 void 0.000132
+gallium_dri.so malloc 72 0x55717345d050 0.000124
+gallium_dri.so free 0x55717345d0c0 void 0.000121
+gallium_dri.so free 0x55717345d050 void 0.000119
+gallium_dri.so malloc 72 0x55717345d0e0 0.000119
+gallium_dri.so free 0x55717345d180 void 0.000118
+gallium_dri.so free 0x55717345d0e0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d130 0.000119
+gallium_dri.so free 0x55717345d200 void 0.000117
+gallium_dri.so free 0x55717345d130 void 0.000117
+gallium_dri.so malloc 72 0x55717345d200 0.000118
+gallium_dri.so free 0x55717345d2c0 void 0.000152
+gallium_dri.so free 0x55717345d200 void 0.000122
+gallium_dri.so malloc 72 0x55717345d200 0.000119
+gallium_dri.so free 0x55717345d340 void 0.000119
+gallium_dri.so free 0x55717345d200 void 0.000119
+gallium_dri.so malloc 72 0x55717345d340 0.000118
+gallium_dri.so free 0x55717345d400 void 0.000120
+gallium_dri.so free 0x55717345d340 void 0.000119
+gallium_dri.so malloc 72 0x55717345d340 0.000118
+gallium_dri.so free 0x55717345d4c0 void 0.000119
+gallium_dri.so free 0x55717345d340 void 0.000120
+gallium_dri.so malloc 72 0x55717345d340 0.000117
+gallium_dri.so free 0x55717345d580 void 0.000119
+gallium_dri.so free 0x55717345d340 void 0.000118
+gallium_dri.so malloc 72 0x55717345d530 0.000118
+gallium_dri.so free 0x55717345d600 void 0.000118
+gallium_dri.so free 0x55717345d530 void 0.000118
+gallium_dri.so malloc 72 0x55717345d650 0.000118
+gallium_dri.so free 0x55717345d6c0 void 0.000118
+gallium_dri.so free 0x55717345d650 void 0.000119
+gallium_dri.so malloc 72 0x55717345d700 0.000118
+gallium_dri.so free 0x55717345d780 void 0.000119
+gallium_dri.so free 0x55717345d700 void 0.000118
+gallium_dri.so malloc 72 0x55717345d700 0.000120
+gallium_dri.so free 0x55717345d800 void 0.000118
+gallium_dri.so free 0x55717345d700 void 0.000118
+gallium_dri.so malloc 72 0x55717345d830 0.000129
+gallium_dri.so free 0x55717345d880 void 0.000119
+gallium_dri.so free 0x55717345d830 void 0.000119
+gallium_dri.so malloc 72 0x55717345d830 0.000118
+gallium_dri.so free 0x55717345d980 void 0.000120
+gallium_dri.so free 0x55717345d830 void 0.000118
+gallium_dri.so malloc 72 0x55717345d930 0.000118
+gallium_dri.so free 0x55717345da40 void 0.000118
+gallium_dri.so free 0x55717345d930 void 0.000119
+gallium_dri.so malloc 72 0x55717345d9f0 0.000118
+gallium_dri.so free 0x55717345da80 void 0.000120
+gallium_dri.so free 0x55717345d9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d9f0 0.000118
+gallium_dri.so free 0x55717345db40 void 0.000120
+gallium_dri.so free 0x55717345d9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dbb0 0.000119
+gallium_dri.so free 0x55717345dc00 void 0.000119
+gallium_dri.so free 0x55717345dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dbb0 0.000119
+gallium_dri.so free 0x55717345dd00 void 0.000117
+gallium_dri.so free 0x55717345dbb0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dcb0 0.000118
+gallium_dri.so free 0x55717345ddc0 void 0.000119
+gallium_dri.so free 0x55717345dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dd70 0.000118
+gallium_dri.so free 0x55717345de00 void 0.000119
+gallium_dri.so free 0x55717345dd70 void 0.000115
+gallium_dri.so malloc 72 0x55717345dd70 0.000122
+gallium_dri.so free 0x55717345dec0 void 0.000118
+gallium_dri.so free 0x55717345dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717345df00 0.000118
+gallium_dri.so free 0x55717345df80 void 0.000118
+gallium_dri.so free 0x55717345df00 void 0.000126
+gallium_dri.so malloc 72 0x55717345df80 0.000119
+gallium_dri.so free 0x55717345e040 void 0.000119
+gallium_dri.so free 0x55717345df80 void 0.000118
+gallium_dri.so malloc 72 0x55717345df80 0.000118
+gallium_dri.so free 0x55717345e100 void 0.000118
+gallium_dri.so free 0x55717345df80 void 0.000118
+gallium_dri.so malloc 72 0x55717345e120 0.000119
+gallium_dri.so free 0x55717345e1c0 void 0.000118
+gallium_dri.so free 0x55717345e120 void 0.000118
+gallium_dri.so malloc 72 0x55717345e170 0.000118
+gallium_dri.so free 0x55717345e240 void 0.000118
+gallium_dri.so free 0x55717345e170 void 0.000132
+gallium_dri.so malloc 72 0x55717345e170 0.000119
+gallium_dri.so free 0x55717345e2c0 void 0.000119
+gallium_dri.so free 0x55717345e170 void 0.000118
+gallium_dri.so malloc 72 0x55717345e2c0 0.000118
+gallium_dri.so free 0x55717345e380 void 0.000118
+gallium_dri.so free 0x55717345e2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e2c0 0.000119
+gallium_dri.so free 0x55717345e440 void 0.000118
+gallium_dri.so free 0x55717345e2c0 void 0.000182
+gallium_dri.so malloc 72 0x55717345e2c0 0.000119
+gallium_dri.so free 0x55717345e500 void 0.000118
+gallium_dri.so free 0x55717345e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e4b0 0.000120
+gallium_dri.so free 0x55717345e5c0 void 0.000120
+gallium_dri.so free 0x55717345e4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e570 0.000119
+gallium_dri.so free 0x55717345e640 void 0.000118
+gallium_dri.so free 0x55717345e570 void 0.000119
+gallium_dri.so malloc 72 0x55717345e690 0.000118
+gallium_dri.so free 0x55717345e700 void 0.000118
+gallium_dri.so free 0x55717345e690 void 0.000119
+gallium_dri.so malloc 72 0x55717345e720 0.000119
+gallium_dri.so free 0x55717345e7c0 void 0.000119
+gallium_dri.so free 0x55717345e720 void 0.000117
+gallium_dri.so malloc 72 0x55717345e770 0.000118
+gallium_dri.so free 0x55717345e840 void 0.000119
+gallium_dri.so free 0x55717345e770 void 0.000118
+gallium_dri.so malloc 72 0x55717345e770 0.000118
+gallium_dri.so free 0x55717345e8c0 void 0.000120
+gallium_dri.so free 0x55717345e770 void 0.000119
+gallium_dri.so malloc 72 0x55717345e8c0 0.000118
+gallium_dri.so free 0x55717345e980 void 0.000119
+gallium_dri.so free 0x55717345e8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e8c0 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000127
+gallium_dri.so free 0x55717345e8c0 void 0.000120
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x557173588400 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x5571735884c0 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588500 0.000118
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so free 0x557173588500 void 0.000119
+gallium_dri.so malloc 72 0x557173588580 0.000118
+gallium_dri.so free 0x557173588640 void 0.000118
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so malloc 72 0x557173588580 0.000120
+gallium_dri.so free 0x5571735886c0 void 0.000118
+gallium_dri.so free 0x557173588580 void 0.000119
+gallium_dri.so malloc 72 0x5571735886f0 0.000117
+gallium_dri.so free 0x557173588740 void 0.000118
+gallium_dri.so free 0x5571735886f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735886f0 0.000118
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so free 0x5571735886f0 void 0.000123
+gallium_dri.so malloc 72 0x557173588880 0.000119
+gallium_dri.so free 0x557173588900 void 0.000118
+gallium_dri.so free 0x557173588880 void 0.000118
+gallium_dri.so malloc 72 0x557173588900 0.000128
+gallium_dri.so free 0x5571735889c0 void 0.000119
+gallium_dri.so free 0x557173588900 void 0.000120
+gallium_dri.so malloc 72 0x557173588900 0.000119
+gallium_dri.so free 0x557173588a40 void 0.000119
+gallium_dri.so free 0x557173588900 void 0.000128
+gallium_dri.so malloc 72 0x557173588a70 0.000119
+gallium_dri.so free 0x557173588ac0 void 0.000119
+gallium_dri.so free 0x557173588a70 void 0.000118
+gallium_dri.so malloc 72 0x557173588a70 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588a70 void 0.000119
+gallium_dri.so malloc 72 0x557173588b70 0.000119
+gallium_dri.so free 0x557173588c80 void 0.000118
+gallium_dri.so free 0x557173588b70 void 0.000118
+gallium_dri.so malloc 72 0x557173588c30 0.000118
+gallium_dri.so free 0x557173588d00 void 0.000118
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588c30 0.000119
+gallium_dri.so free 0x557173588dc0 void 0.000119
+gallium_dri.so free 0x557173588c30 void 0.000117
+gallium_dri.so malloc 72 0x557173588c30 0.000118
+gallium_dri.so free 0x557173588e80 void 0.000117
+gallium_dri.so free 0x557173588c30 void 0.000119
+gallium_dri.so malloc 72 0x557173588e30 0.000118
+gallium_dri.so free 0x557173588f00 void 0.000119
+gallium_dri.so free 0x557173588e30 void 0.000117
+gallium_dri.so malloc 72 0x557173588f50 0.000185
+gallium_dri.so free 0x557173588fc0 void 0.000245
+gallium_dri.so free 0x557173588f50 void 0.000122
+gallium_dri.so malloc 72 0x557173588fe0 0.000117
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588fe0 void 0.000118
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589100 void 0.000119
+gallium_dri.so free 0x557173589030 void 0.000119
+gallium_dri.so malloc 72 0x557173589100 0.000119
+gallium_dri.so free 0x5571735891c0 void 0.000119
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so malloc 72 0x557173589100 0.000118
+gallium_dri.so free 0x557173589240 void 0.000119
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so malloc 72 0x557173589240 0.000118
+gallium_dri.so free 0x557173589300 void 0.000118
+gallium_dri.so free 0x557173589240 void 0.000119
+gallium_dri.so malloc 72 0x557173589240 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so malloc 72 0x557173589240 0.000117
+gallium_dri.so free 0x557173589480 void 0.000120
+gallium_dri.so free 0x557173589240 void 0.000117
+gallium_dri.so malloc 72 0x557173589430 0.000128
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so free 0x557173589430 void 0.000119
+gallium_dri.so malloc 72 0x557173589550 0.000119
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589550 void 0.000120
+gallium_dri.so malloc 72 0x557173589600 0.000118
+gallium_dri.so free 0x557173589680 void 0.000118
+gallium_dri.so free 0x557173589600 void 0.000117
+gallium_dri.so malloc 72 0x557173589600 0.000118
+gallium_dri.so free 0x557173589700 void 0.000117
+gallium_dri.so free 0x557173589600 void 0.000119
+gallium_dri.so malloc 72 0x557173589730 0.000122
+gallium_dri.so free 0x557173589780 void 0.000120
+gallium_dri.so free 0x557173589730 void 0.000118
+gallium_dri.so malloc 72 0x557173589730 0.000117
+gallium_dri.so free 0x557173589880 void 0.000117
+gallium_dri.so free 0x557173589730 void 0.000116
+gallium_dri.so malloc 72 0x557173589830 0.000119
+gallium_dri.so free 0x557173589940 void 0.000133
+gallium_dri.so free 0x557173589830 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000118
+gallium_dri.so free 0x557173589980 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000117
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x5571735898f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589ab0 0.000126
+gallium_dri.so free 0x557173589b00 void 0.000119
+gallium_dri.so free 0x557173589ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173589ab0 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so free 0x557173589ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173589bb0 0.000119
+gallium_dri.so free 0x557173589cc0 void 0.000121
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589c70 0.000119
+gallium_dri.so free 0x557173589d00 void 0.000119
+gallium_dri.so free 0x557173589c70 void 0.000118
+gallium_dri.so malloc 72 0x557173589c70 0.000118
+gallium_dri.so free 0x557173589dc0 void 0.000119
+gallium_dri.so free 0x557173589c70 void 0.000117
+gallium_dri.so malloc 72 0x557173589e00 0.000118
+gallium_dri.so free 0x557173589e80 void 0.000122
+gallium_dri.so free 0x557173589e00 void 0.000123
+gallium_dri.so malloc 72 0x557173589e80 0.000119
+gallium_dri.so free 0x557173589f40 void 0.000119
+gallium_dri.so free 0x557173589e80 void 0.000119
+gallium_dri.so malloc 72 0x557173589e80 0.000119
+gallium_dri.so free 0x55717358a000 void 0.000118
+gallium_dri.so free 0x557173589e80 void 0.000119
+gallium_dri.so malloc 72 0x55717358a020 0.000117
+gallium_dri.so free 0x55717358a0c0 void 0.000119
+gallium_dri.so free 0x55717358a020 void 0.000168
+gallium_dri.so malloc 72 0x55717358a070 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000118
+gallium_dri.so malloc 72 0x55717358a070 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1c0 0.000118
+gallium_dri.so free 0x55717358a280 void 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1c0 0.000118
+gallium_dri.so free 0x55717358a340 void 0.000117
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3b0 0.000118
+gallium_dri.so free 0x55717358a4c0 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a470 0.000119
+gallium_dri.so free 0x55717358a540 void 0.000119
+gallium_dri.so free 0x55717358a470 void 0.000118
+gallium_dri.so malloc 72 0x55717358a590 0.000118
+gallium_dri.so free 0x55717358a600 void 0.000119
+gallium_dri.so free 0x55717358a590 void 0.000118
+gallium_dri.so malloc 72 0x55717358a620 0.000121
+gallium_dri.so free 0x55717358a6c0 void 0.000127
+gallium_dri.so free 0x55717358a620 void 0.000120
+gallium_dri.so malloc 72 0x55717358a670 0.000123
+gallium_dri.so free 0x55717358a740 void 0.000120
+gallium_dri.so free 0x55717358a670 void 0.000117
+gallium_dri.so malloc 72 0x55717358a670 0.000119
+gallium_dri.so free 0x55717358a7c0 void 0.000129
+gallium_dri.so free 0x55717358a670 void 0.000115
+gallium_dri.so malloc 72 0x55717358a7c0 0.000118
+gallium_dri.so free 0x55717358a880 void 0.000119
+gallium_dri.so free 0x55717358a7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a7c0 0.000119
+gallium_dri.so free 0x55717358a980 void 0.000118
+gallium_dri.so free 0x55717358a7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a930 0.000118
+gallium_dri.so free 0x55717358a9c0 void 0.000118
+gallium_dri.so free 0x55717358a930 void 0.000119
+gallium_dri.so malloc 72 0x55717358a930 0.000118
+gallium_dri.so free 0x55717358aa80 void 0.000118
+gallium_dri.so free 0x55717358a930 void 0.000119
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ab40 void 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ab40 0.000118
+gallium_dri.so free 0x55717358ac00 void 0.000118
+gallium_dri.so free 0x55717358ab40 void 0.000117
+gallium_dri.so malloc 72 0x55717358ab40 0.000118
+gallium_dri.so free 0x55717358ac80 void 0.000128
+gallium_dri.so free 0x55717358ab40 void 0.000119
+gallium_dri.so malloc 72 0x55717358acb0 0.000118
+gallium_dri.so free 0x55717358ad00 void 0.000119
+gallium_dri.so free 0x55717358acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358acb0 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000119
+gallium_dri.so free 0x55717358acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ae40 0.000119
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so free 0x55717358ae40 void 0.000119
+gallium_dri.so malloc 72 0x55717358aec0 0.000117
+gallium_dri.so free 0x55717358af80 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aec0 0.000119
+gallium_dri.so free 0x55717358b000 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b030 0.000116
+gallium_dri.so free 0x55717358b080 void 0.000117
+gallium_dri.so free 0x55717358b030 void 0.000119
+gallium_dri.so malloc 72 0x55717358b030 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so free 0x55717358b030 void 0.000118
+gallium_dri.so malloc 72 0x55717358b130 0.000119
+gallium_dri.so free 0x55717358b240 void 0.000117
+gallium_dri.so free 0x55717358b130 void 0.000118
+gallium_dri.so malloc 72 0x55717358b1f0 0.000126
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so free 0x55717358b1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b1f0 0.000118
+gallium_dri.so free 0x55717358b380 void 0.000118
+gallium_dri.so free 0x55717358b1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b1f0 0.000118
+gallium_dri.so free 0x55717358b440 void 0.000118
+gallium_dri.so free 0x55717358b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3f0 0.000119
+gallium_dri.so free 0x55717358b4c0 void 0.000119
+gallium_dri.so free 0x55717358b3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b510 0.000118
+gallium_dri.so free 0x55717358b580 void 0.000119
+gallium_dri.so free 0x55717358b510 void 0.000118
+gallium_dri.so malloc 72 0x55717358b5a0 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x55717358b5a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b5f0 0.000122
+gallium_dri.so free 0x55717358b6c0 void 0.000129
+gallium_dri.so free 0x55717358b5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6c0 0.000118
+gallium_dri.so free 0x55717358b780 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6c0 0.000117
+gallium_dri.so free 0x55717358b800 void 0.000119
+gallium_dri.so free 0x55717358b6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b800 0.000120
+gallium_dri.so free 0x55717358b8c0 void 0.000118
+gallium_dri.so free 0x55717358b800 void 0.000117
+gallium_dri.so malloc 72 0x55717358b800 0.000117
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so free 0x55717358b800 void 0.000118
+gallium_dri.so malloc 72 0x55717358b800 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b800 void 0.000118
+gallium_dri.so malloc 72 0x55717358b9f0 0.000118
+gallium_dri.so free 0x55717358bac0 void 0.000117
+gallium_dri.so free 0x55717358b9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bb10 0.000119
+gallium_dri.so free 0x55717358bb80 void 0.000117
+gallium_dri.so free 0x55717358bb10 void 0.000117
+gallium_dri.so malloc 72 0x55717358bbc0 0.000117
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bbc0 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bcf0 0.000118
+gallium_dri.so free 0x55717358bd40 void 0.000118
+gallium_dri.so free 0x55717358bcf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bcf0 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000119
+gallium_dri.so free 0x55717358bcf0 void 0.000166
+gallium_dri.so malloc 72 0x55717358bdf0 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358bdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358beb0 0.000119
+gallium_dri.so free 0x55717358bf40 void 0.000119
+gallium_dri.so free 0x55717358beb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358beb0 0.000118
+gallium_dri.so free 0x55717358c000 void 0.000118
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c070 0.000118
+gallium_dri.so free 0x55717358c0c0 void 0.000118
+gallium_dri.so free 0x55717358c070 void 0.000118
+gallium_dri.so malloc 72 0x55717358c070 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000118
+gallium_dri.so free 0x55717358c070 void 0.000118
+gallium_dri.so malloc 72 0x55717358c170 0.000117
+gallium_dri.so free 0x55717358c280 void 0.000117
+gallium_dri.so free 0x55717358c170 void 0.000119
+gallium_dri.so malloc 72 0x55717358c230 0.000118
+gallium_dri.so free 0x55717358c2c0 void 0.000120
+gallium_dri.so free 0x55717358c230 void 0.000118
+gallium_dri.so malloc 72 0x55717358c230 0.000118
+gallium_dri.so free 0x55717358c380 void 0.000118
+gallium_dri.so free 0x55717358c230 void 0.000119
+gallium_dri.so malloc 72 0x55717358c3c0 0.000117
+gallium_dri.so free 0x55717358c440 void 0.000130
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c440 0.000117
+gallium_dri.so free 0x55717358c500 void 0.000119
+gallium_dri.so free 0x55717358c440 void 0.000118
+gallium_dri.so malloc 72 0x55717358c440 0.000118
+gallium_dri.so free 0x55717358c5c0 void 0.000122
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so malloc 72 0x55717358c5e0 0.000123
+gallium_dri.so free 0x55717358c680 void 0.000120
+gallium_dri.so free 0x55717358c5e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c630 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000118
+gallium_dri.so free 0x55717358c630 void 0.000117
+gallium_dri.so malloc 72 0x55717358c630 0.000118
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c630 void 0.000118
+gallium_dri.so malloc 72 0x55717358c780 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so malloc 72 0x55717358c780 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000119
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so malloc 72 0x55717358c780 0.000117
+gallium_dri.so free 0x55717358c9c0 void 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000117
+gallium_dri.so malloc 72 0x55717358c970 0.000130
+gallium_dri.so free 0x55717358ca80 void 0.000121
+gallium_dri.so free 0x55717358c970 void 0.000118
+gallium_dri.so malloc 72 0x55717358ca30 0.000119
+gallium_dri.so free 0x55717358cb00 void 0.000118
+gallium_dri.so free 0x55717358ca30 void 0.000119
+gallium_dri.so malloc 72 0x55717358cb50 0.000117
+gallium_dri.so free 0x55717358cbc0 void 0.000118
+gallium_dri.so free 0x55717358cb50 void 0.000118
+gallium_dri.so malloc 72 0x55717358cbe0 0.000117
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cbe0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cc30 0.000117
+gallium_dri.so free 0x55717358cd00 void 0.000117
+gallium_dri.so free 0x55717358cc30 void 0.000118
+gallium_dri.so malloc 72 0x55717358cc30 0.000118
+gallium_dri.so free 0x55717358cd80 void 0.000118
+gallium_dri.so free 0x55717358cc30 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd80 0.000119
+gallium_dri.so free 0x55717358ce40 void 0.000118
+gallium_dri.so free 0x55717358cd80 void 0.000117
+gallium_dri.so malloc 72 0x55717358cd80 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000119
+gallium_dri.so free 0x55717358cd80 void 0.000119
+gallium_dri.so malloc 72 0x55717358cef0 0.000119
+gallium_dri.so free 0x55717358cf80 void 0.000118
+gallium_dri.so free 0x55717358cef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cef0 0.000127
+gallium_dri.so free 0x55717358d040 void 0.000118
+gallium_dri.so free 0x55717358cef0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d080 0.000118
+gallium_dri.so free 0x55717358d100 void 0.000118
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so malloc 72 0x55717358d100 0.000119
+gallium_dri.so free 0x55717358d1c0 void 0.000117
+gallium_dri.so free 0x55717358d100 void 0.000117
+gallium_dri.so malloc 72 0x55717358d100 0.000117
+gallium_dri.so free 0x55717358d240 void 0.000118
+gallium_dri.so free 0x55717358d100 void 0.000119
+gallium_dri.so malloc 72 0x55717358d270 0.000118
+gallium_dri.so free 0x55717358d2c0 void 0.000124
+gallium_dri.so free 0x55717358d270 void 0.000119
+gallium_dri.so malloc 72 0x55717358d270 0.000124
+gallium_dri.so free 0x55717358d3c0 void 0.000123
+gallium_dri.so free 0x55717358d270 void 0.000124
+gallium_dri.so malloc 72 0x55717358d400 0.000119
+gallium_dri.so free 0x55717358d480 void 0.000132
+gallium_dri.so free 0x55717358d400 void 0.000122
+gallium_dri.so malloc 72 0x55717358d480 0.000119
+gallium_dri.so free 0x55717358d540 void 0.000119
+gallium_dri.so free 0x55717358d480 void 0.000118
+gallium_dri.so malloc 72 0x55717358d480 0.000121
+gallium_dri.so free 0x55717358d5c0 void 0.000128
+gallium_dri.so free 0x55717358d480 void 0.000119
+gallium_dri.so malloc 72 0x55717358d5f0 0.000119
+gallium_dri.so free 0x55717358d640 void 0.000118
+gallium_dri.so free 0x55717358d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d5f0 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so free 0x55717358d5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d6f0 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so free 0x55717358d6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d7b0 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x55717358d7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d7b0 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000118
+gallium_dri.so free 0x55717358d7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d7b0 0.000118
+gallium_dri.so free 0x55717358da00 void 0.000119
+gallium_dri.so free 0x55717358d7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d9b0 0.000118
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so free 0x55717358d9b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358dad0 0.000110
+gallium_dri.so free 0x55717358db40 void 0.000128
+gallium_dri.so free 0x55717358dad0 void 0.000122
+gallium_dri.so malloc 72 0x55717358db60 0.000175
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so free 0x55717358db60 void 0.000109
+gallium_dri.so malloc 72 0x55717358dbb0 0.000110
+gallium_dri.so free 0x55717358dc80 void 0.000110
+gallium_dri.so free 0x55717358dbb0 void 0.000110
+gallium_dri.so malloc 72 0x55717358dc80 0.000111
+gallium_dri.so free 0x55717358dd40 void 0.000111
+gallium_dri.so free 0x55717358dc80 void 0.000110
+gallium_dri.so malloc 72 0x55717358dc80 0.000110
+gallium_dri.so free 0x55717358ddc0 void 0.000110
+gallium_dri.so free 0x55717358dc80 void 0.000110
+gallium_dri.so malloc 72 0x55717358ddc0 0.000110
+gallium_dri.so free 0x55717358de80 void 0.000110
+gallium_dri.so free 0x55717358ddc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ddc0 0.000111
+gallium_dri.so free 0x55717358df40 void 0.000110
+gallium_dri.so free 0x55717358ddc0 void 0.000111
+gallium_dri.so malloc 72 0x55717358ddc0 0.000109
+gallium_dri.so free 0x55717358e000 void 0.000110
+gallium_dri.so free 0x55717358ddc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358dfb0 0.000110
+gallium_dri.so free 0x55717358e080 void 0.000111
+gallium_dri.so free 0x55717358dfb0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e0d0 0.000109
+gallium_dri.so free 0x55717358e140 void 0.000112
+gallium_dri.so free 0x55717358e0d0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e180 0.000109
+gallium_dri.so free 0x55717358e200 void 0.000132
+gallium_dri.so free 0x55717358e180 void 0.000129
+gallium_dri.so malloc 72 0x55717358e180 0.000124
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x55717358e180 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2b0 0.000117
+gallium_dri.so free 0x55717358e300 void 0.000117
+gallium_dri.so free 0x55717358e2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358e2b0 0.000125
+gallium_dri.so free 0x55717358e400 void 0.000125
+gallium_dri.so free 0x55717358e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e3b0 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e3b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e470 0.000125
+gallium_dri.so free 0x55717358e500 void 0.000124
+gallium_dri.so free 0x55717358e470 void 0.000125
+gallium_dri.so malloc 72 0x55717358e470 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000123
+gallium_dri.so free 0x55717358e470 void 0.000131
+gallium_dri.so malloc 72 0x55717358e470 0.000120
+gallium_dri.so free 0x5571735da9c0 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000120
+gallium_dri.so malloc 72 0x5571735da970 0.000119
+gallium_dri.so free 0x55717358e5c0 void 0.000129
+gallium_dri.so free 0x5571735da970 void 0.000123
+gallium_dri.so malloc 72 0x55717358e610 0.000126
+gallium_dri.so free 0x5571735daa40 void 0.000120
+gallium_dri.so free 0x55717358e610 void 0.000122
+gallium_dri.so malloc 72 0x5571735daa60 0.000125
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so free 0x5571735daa60 void 0.000116
+gallium_dri.so malloc 72 0x5571735daab0 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000122
+gallium_dri.so free 0x5571735daab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735daab0 0.000123
+gallium_dri.so free 0x5571735dac00 void 0.000125
+gallium_dri.so free 0x5571735daab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dac00 0.000125
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so free 0x5571735dac00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dac00 0.000125
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000133
+gallium_dri.so malloc 72 0x5571735dac00 0.000181
+gallium_dri.so free 0x5571735dae40 void 0.000235
+gallium_dri.so free 0x5571735dac00 void 0.000288
+gallium_dri.so malloc 72 0x5571735dae70 0.000276
+gallium_dri.so free 0x5571735daec0 void 0.000230
+gallium_dri.so free 0x5571735dae70 void 0.000244
+gallium_dri.so malloc 72 0x5571735dae70 0.000243
+gallium_dri.so free 0x5571735dafc0 void 0.000242
+gallium_dri.so free 0x5571735dae70 void 0.000243
+gallium_dri.so malloc 72 0x5571735daf70 0.000244
+gallium_dri.so free 0x5571735db080 void 0.000242
+gallium_dri.so free 0x5571735daf70 void 0.000250
+gallium_dri.so malloc 72 0x5571735db030 0.000253
+gallium_dri.so free 0x5571735db0c0 void 0.000237
+gallium_dri.so free 0x5571735db030 void 0.000236
+gallium_dri.so malloc 72 0x5571735db030 0.000160
+gallium_dri.so free 0x5571735db180 void 0.000238
+gallium_dri.so free 0x5571735db030 void 0.000235
+gallium_dri.so malloc 72 0x5571735db1d0 0.000231
+gallium_dri.so free 0x5571735db240 void 0.000235
+gallium_dri.so free 0x5571735db1d0 void 0.000234
+gallium_dri.so malloc 72 0x5571735db280 0.000235
+gallium_dri.so free 0x5571735db300 void 0.000232
+gallium_dri.so free 0x5571735db280 void 0.000233
+gallium_dri.so malloc 72 0x5571735db300 0.000236
+gallium_dri.so free 0x5571735db3c0 void 0.000247
+gallium_dri.so free 0x5571735db300 void 0.000277
+gallium_dri.so malloc 72 0x5571735db300 0.000270
+gallium_dri.so free 0x5571735db440 void 0.000160
+gallium_dri.so free 0x5571735db300 void 0.000166
+gallium_dri.so malloc 72 0x5571735db470 0.000376
+gallium_dri.so free 0x5571735db4c0 void 0.000290
+gallium_dri.so free 0x5571735db470 void 0.000290
+gallium_dri.so malloc 72 0x5571735db470 0.000280
+gallium_dri.so free 0x5571735db5c0 void 0.000284
+gallium_dri.so free 0x5571735db470 void 0.000173
+gallium_dri.so malloc 72 0x5571735db570 0.000170
+gallium_dri.so free 0x5571735db680 void 0.000138
+gallium_dri.so free 0x5571735db570 void 0.000138
+gallium_dri.so malloc 72 0x5571735db630 0.000137
+gallium_dri.so free 0x5571735db700 void 0.000131
+gallium_dri.so free 0x5571735db630 void 0.000193
+gallium_dri.so malloc 72 0x5571735db720 0.000178
+gallium_dri.so free 0x5571735db7c0 void 0.000138
+gallium_dri.so free 0x5571735db720 void 0.000131
+gallium_dri.so malloc 72 0x5571735db770 0.000141
+gallium_dri.so free 0x5571735db840 void 0.000137
+gallium_dri.so free 0x5571735db770 void 0.000138
+gallium_dri.so malloc 72 0x5571735db770 0.000135
+gallium_dri.so free 0x5571735db8c0 void 0.000130
+gallium_dri.so free 0x5571735db770 void 0.000130
+gallium_dri.so malloc 72 0x5571735db8c0 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000154
+gallium_dri.so free 0x5571735db8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db8c0 0.000129
+gallium_dri.so free 0x5571735dba40 void 0.000137
+gallium_dri.so free 0x5571735db8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db8c0 0.000131
+gallium_dri.so free 0x5571735dbb00 void 0.000130
+gallium_dri.so free 0x5571735db8c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dbab0 0.000139
+gallium_dri.so free 0x5571735dbb00 void 0.000139
+gallium_dri.so free 0x5571735dbab0 void 0.000234
+gallium_dri.so malloc 72 0x5571735dbab0 0.000132
+gallium_dri.so free 0x5571735dbc00 void 0.000136
+gallium_dri.so free 0x5571735dbab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbbb0 0.000143
+gallium_dri.so free 0x5571735dbcc0 void 0.000140
+gallium_dri.so free 0x5571735dbbb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dbc70 0.000138
+gallium_dri.so free 0x5571735dbd00 void 0.000130
+gallium_dri.so free 0x5571735dbc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbc70 0.000135
+gallium_dri.so free 0x5571735dbdc0 void 0.000140
+gallium_dri.so free 0x5571735dbc70 void 0.000139
+gallium_dri.so malloc 72 0x5571735dbe00 0.000139
+gallium_dri.so free 0x5571735dbe80 void 0.000131
+gallium_dri.so free 0x5571735dbe00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbe80 0.000135
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so free 0x5571735dbe80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbe80 0.000198
+gallium_dri.so free 0x5571735dc000 void 0.000299
+gallium_dri.so free 0x5571735dbe80 void 0.000172
+gallium_dri.so malloc 72 0x5571735dc020 0.000162
+gallium_dri.so free 0x5571735dc0c0 void 0.000344
+gallium_dri.so free 0x5571735dc020 void 0.000283
+gallium_dri.so malloc 72 0x5571735dc070 0.000270
+gallium_dri.so free 0x5571735dc140 void 0.000281
+gallium_dri.so free 0x5571735dc070 void 0.000293
+gallium_dri.so malloc 72 0x5571735dc070 0.000299
+gallium_dri.so free 0x5571735dc1c0 void 0.000285
+gallium_dri.so free 0x5571735dc070 void 0.000288
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000165
+gallium_dri.so free 0x5571735dc280 void 0.000163
+gallium_dri.so free 0x5571735dc1c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000137
+gallium_dri.so free 0x5571735dc340 void 0.000131
+gallium_dri.so free 0x5571735dc1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000134
+gallium_dri.so free 0x5571735dc400 void 0.000132
+gallium_dri.so free 0x5571735dc1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000141
+gallium_dri.so free 0x5571735dc4c0 void 0.000161
+gallium_dri.so free 0x5571735dc3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc470 0.000131
+gallium_dri.so free 0x5571735dc540 void 0.000131
+gallium_dri.so free 0x5571735dc470 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc590 0.000124
+gallium_dri.so free 0x5571735dc600 void 0.000130
+gallium_dri.so free 0x5571735dc590 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc620 0.000124
+gallium_dri.so free 0x5571735dc6c0 void 0.000125
+gallium_dri.so free 0x5571735dc620 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc670 0.000123
+gallium_dri.so free 0x5571735dc740 void 0.000123
+gallium_dri.so free 0x5571735dc670 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc670 0.000131
+gallium_dri.so free 0x5571735dc7c0 void 0.000132
+gallium_dri.so free 0x5571735dc670 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000139
+gallium_dri.so free 0x5571735dc880 void 0.000130
+gallium_dri.so free 0x5571735dc7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000131
+gallium_dri.so free 0x5571735dc980 void 0.000129
+gallium_dri.so free 0x5571735dc7c0 void 0.000162
+gallium_dri.so malloc 72 0x5571735dc930 0.000128
+gallium_dri.so free 0x5571735dc9c0 void 0.000126
+gallium_dri.so free 0x5571735dc930 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc930 0.000129
+gallium_dri.so free 0x5571735dca80 void 0.000132
+gallium_dri.so free 0x5571735dc930 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcac0 0.000124
+gallium_dri.so free 0x5571735dcb40 void 0.000125
+gallium_dri.so free 0x5571735dcac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcb40 0.000130
+gallium_dri.so free 0x5571735dcc00 void 0.000126
+gallium_dri.so free 0x5571735dcb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb40 0.000125
+gallium_dri.so free 0x5571735dcc80 void 0.000128
+gallium_dri.so free 0x5571735dcb40 void 0.000126
+gallium_dri.so malloc 72 0x5571735dccb0 0.000124
+gallium_dri.so free 0x5571735dcd00 void 0.000170
+gallium_dri.so free 0x5571735dccb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dccb0 0.000131
+gallium_dri.so free 0x5571735dce00 void 0.000132
+gallium_dri.so free 0x5571735dccb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dce40 0.000132
+gallium_dri.so free 0x5571735dcec0 void 0.000126
+gallium_dri.so free 0x5571735dce40 void 0.000144
+gallium_dri.so malloc 72 0x5571735dcec0 0.000127
+gallium_dri.so free 0x5571735dcf80 void 0.000130
+gallium_dri.so free 0x5571735dcec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcec0 0.000126
+gallium_dri.so free 0x5571735dd000 void 0.000125
+gallium_dri.so free 0x5571735dcec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd030 0.000131
+gallium_dri.so free 0x5571735dd080 void 0.000126
+gallium_dri.so free 0x5571735dd030 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd030 0.000135
+gallium_dri.so free 0x5571735dd180 void 0.000131
+gallium_dri.so free 0x5571735dd030 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd130 0.000129
+gallium_dri.so free 0x5571735dd240 void 0.000133
+gallium_dri.so free 0x5571735dd130 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000126
+gallium_dri.so free 0x5571735dd2c0 void 0.000125
+gallium_dri.so free 0x5571735dd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000130
+gallium_dri.so free 0x5571735dd380 void 0.000123
+gallium_dri.so free 0x5571735dd1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000129
+gallium_dri.so free 0x5571735dd440 void 0.000131
+gallium_dri.so free 0x5571735dd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000125
+gallium_dri.so free 0x5571735dd4c0 void 0.000121
+gallium_dri.so free 0x5571735dd3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd510 0.000133
+gallium_dri.so free 0x5571735dd580 void 0.000129
+gallium_dri.so free 0x5571735dd510 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd5a0 0.000258
+gallium_dri.so free 0x5571735dd640 void 0.000330
+gallium_dri.so free 0x5571735dd5a0 void 0.000325
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000275
+gallium_dri.so free 0x5571735dd6c0 void 0.000282
+gallium_dri.so free 0x5571735dd5f0 void 0.000270
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000305
+gallium_dri.so free 0x5571735dd780 void 0.000288
+gallium_dri.so free 0x5571735dd6c0 void 0.000289
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000289
+gallium_dri.so free 0x5571735dd800 void 0.000153
+gallium_dri.so free 0x5571735dd6c0 void 0.000287
+gallium_dri.so malloc 72 0x5571735dd800 0.000283
+gallium_dri.so free 0x5571735dd8c0 void 0.000287
+gallium_dri.so free 0x5571735dd800 void 0.000285
+gallium_dri.so malloc 72 0x5571735dd800 0.000273
+gallium_dri.so free 0x5571735dd980 void 0.000225
+gallium_dri.so free 0x5571735dd800 void 0.000225
+gallium_dri.so malloc 72 0x5571735dd800 0.000201
+gallium_dri.so free 0x5571735dda40 void 0.000211
+gallium_dri.so free 0x5571735dd800 void 0.000166
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000166
+gallium_dri.so free 0x5571735ddac0 void 0.000161
+gallium_dri.so free 0x5571735dd9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddb10 0.000129
+gallium_dri.so free 0x5571735ddb80 void 0.000126
+gallium_dri.so free 0x5571735ddb10 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000121
+gallium_dri.so free 0x5571735ddc40 void 0.000129
+gallium_dri.so free 0x5571735ddbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000124
+gallium_dri.so free 0x5571735ddcc0 void 0.000125
+gallium_dri.so free 0x5571735ddbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000136
+gallium_dri.so free 0x5571735ddd40 void 0.000130
+gallium_dri.so free 0x5571735ddcf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000129
+gallium_dri.so free 0x5571735dde40 void 0.000131
+gallium_dri.so free 0x5571735ddcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dddf0 0.000129
+gallium_dri.so free 0x5571735ddf00 void 0.000130
+gallium_dri.so free 0x5571735dddf0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000162
+gallium_dri.so free 0x5571735ddf40 void 0.000130
+gallium_dri.so free 0x5571735ddeb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000129
+gallium_dri.so free 0x5571735de000 void 0.000129
+gallium_dri.so free 0x5571735ddeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de070 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000125
+gallium_dri.so free 0x5571735de070 void 0.000126
+gallium_dri.so malloc 72 0x5571735de070 0.000125
+gallium_dri.so free 0x5571735de1c0 void 0.000126
+gallium_dri.so free 0x5571735de070 void 0.000138
+gallium_dri.so malloc 72 0x5571735de170 0.000133
+gallium_dri.so free 0x5571735de280 void 0.000130
+gallium_dri.so free 0x5571735de170 void 0.000126
+gallium_dri.so malloc 72 0x5571735de230 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000126
+gallium_dri.so free 0x5571735de230 void 0.000126
+gallium_dri.so malloc 72 0x5571735de230 0.000121
+gallium_dri.so free 0x5571735de380 void 0.000121
+gallium_dri.so free 0x5571735de230 void 0.000124
+gallium_dri.so malloc 72 0x5571735de3c0 0.000131
+gallium_dri.so free 0x5571735de440 void 0.000131
+gallium_dri.so free 0x5571735de3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de440 0.000129
+gallium_dri.so free 0x5571735de500 void 0.000130
+gallium_dri.so free 0x5571735de440 void 0.000130
+gallium_dri.so malloc 72 0x5571735de440 0.000126
+gallium_dri.so free 0x5571735de5c0 void 0.000121
+gallium_dri.so free 0x5571735de440 void 0.000125
+gallium_dri.so malloc 72 0x5571735de5e0 0.000124
+gallium_dri.so free 0x5571735de680 void 0.000122
+gallium_dri.so free 0x5571735de5e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de630 0.000131
+gallium_dri.so free 0x5571735de700 void 0.000150
+gallium_dri.so free 0x5571735de630 void 0.000148
+gallium_dri.so malloc 72 0x5571735de630 0.000239
+gallium_dri.so free 0x5571735de780 void 0.000242
+gallium_dri.so free 0x5571735de630 void 0.000152
+gallium_dri.so malloc 72 0x5571735de780 0.000239
+gallium_dri.so free 0x5571735de840 void 0.000258
+gallium_dri.so free 0x5571735de780 void 0.000289
+gallium_dri.so malloc 72 0x5571735de780 0.000345
+gallium_dri.so free 0x5571735de900 void 0.000345
+gallium_dri.so free 0x5571735de780 void 0.000353
+gallium_dri.so malloc 72 0x5571735de780 0.000289
+gallium_dri.so free 0x5571735de9c0 void 0.000284
+gallium_dri.so free 0x5571735de780 void 0.000292
+gallium_dri.so malloc 72 0x5571735de970 0.000240
+gallium_dri.so free 0x5571735dea80 void 0.000244
+gallium_dri.so free 0x5571735de970 void 0.000145
+gallium_dri.so malloc 72 0x5571735dea30 0.000145
+gallium_dri.so free 0x5571735deb00 void 0.000139
+gallium_dri.so free 0x5571735dea30 void 0.000139
+gallium_dri.so malloc 72 0x5571735deb50 0.000143
+gallium_dri.so free 0x5571735debc0 void 0.000138
+gallium_dri.so free 0x5571735deb50 void 0.000140
+gallium_dri.so malloc 72 0x5571735debe0 0.000133
+gallium_dri.so free 0x5571735dec80 void 0.000128
+gallium_dri.so free 0x5571735debe0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dec30 0.000121
+gallium_dri.so free 0x5571735ded00 void 0.000126
+gallium_dri.so free 0x5571735dec30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dec30 0.000125
+gallium_dri.so free 0x5571735ded80 void 0.000136
+gallium_dri.so free 0x5571735dec30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded80 0.000130
+gallium_dri.so free 0x5571735dee40 void 0.000125
+gallium_dri.so free 0x5571735ded80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ded80 0.000125
+gallium_dri.so free 0x5571735def40 void 0.000122
+gallium_dri.so free 0x5571735ded80 void 0.000124
+gallium_dri.so malloc 72 0x5571735deef0 0.000129
+gallium_dri.so free 0x5571735def80 void 0.000132
+gallium_dri.so free 0x5571735deef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735deef0 0.000126
+gallium_dri.so free 0x5571735df040 void 0.000126
+gallium_dri.so free 0x5571735deef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df080 0.000121
+gallium_dri.so free 0x5571735df100 void 0.000126
+gallium_dri.so free 0x5571735df080 void 0.000126
+gallium_dri.so malloc 72 0x5571735df100 0.000120
+gallium_dri.so free 0x5571735df1c0 void 0.000122
+gallium_dri.so free 0x5571735df100 void 0.000125
+gallium_dri.so malloc 72 0x5571735df100 0.000130
+gallium_dri.so free 0x5571735df240 void 0.000130
+gallium_dri.so free 0x5571735df100 void 0.000130
+gallium_dri.so malloc 72 0x5571735df270 0.000161
+gallium_dri.so free 0x5571735df2c0 void 0.000276
+gallium_dri.so free 0x5571735df270 void 0.000179
+gallium_dri.so malloc 72 0x5571735df270 0.000165
+gallium_dri.so free 0x5571735df3c0 void 0.000164
+gallium_dri.so free 0x5571735df270 void 0.000130
+gallium_dri.so malloc 72 0x5571735df400 0.000130
+gallium_dri.so free 0x5571735df480 void 0.000131
+gallium_dri.so free 0x5571735df400 void 0.000132
+gallium_dri.so malloc 72 0x5571735df480 0.000131
+gallium_dri.so free 0x5571735df540 void 0.000126
+gallium_dri.so free 0x5571735df480 void 0.000121
+gallium_dri.so malloc 72 0x5571735df480 0.000127
+gallium_dri.so free 0x5571735df5c0 void 0.000125
+gallium_dri.so free 0x5571735df480 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5f0 0.000121
+gallium_dri.so free 0x5571735df640 void 0.000126
+gallium_dri.so free 0x5571735df5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df5f0 0.000131
+gallium_dri.so free 0x5571735df740 void 0.000139
+gallium_dri.so free 0x5571735df5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df6f0 0.000129
+gallium_dri.so free 0x5571735df800 void 0.000132
+gallium_dri.so free 0x5571735df6f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df7b0 0.000130
+gallium_dri.so free 0x5571735df880 void 0.000130
+gallium_dri.so free 0x5571735df7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df7b0 0.000144
+gallium_dri.so free 0x5571735df940 void 0.000133
+gallium_dri.so free 0x5571735df7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df7b0 0.000126
+gallium_dri.so free 0x5571735dfa00 void 0.000129
+gallium_dri.so free 0x5571735df7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df9b0 0.000126
+gallium_dri.so free 0x5571735dfa80 void 0.000130
+gallium_dri.so free 0x5571735df9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfad0 0.000127
+gallium_dri.so free 0x5571735dfb40 void 0.000128
+gallium_dri.so free 0x5571735dfad0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfb60 0.000129
+gallium_dri.so free 0x5571735dfc00 void 0.000129
+gallium_dri.so free 0x5571735dfb60 void 0.000146
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000154
+gallium_dri.so free 0x5571735dfc80 void 0.000153
+gallium_dri.so free 0x5571735dfbb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735dfc80 0.000152
+gallium_dri.so free 0x5571735dfd40 void 0.000153
+gallium_dri.so free 0x5571735dfc80 void 0.000154
+gallium_dri.so malloc 72 0x5571735dfc80 0.000164
+gallium_dri.so free 0x5571735dfdc0 void 0.000151
+gallium_dri.so free 0x5571735dfc80 void 0.000153
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000149
+gallium_dri.so free 0x5571735dfe80 void 0.000150
+gallium_dri.so free 0x5571735dfdc0 void 0.000152
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000152
+gallium_dri.so free 0x5571735dff40 void 0.000153
+gallium_dri.so free 0x5571735dfdc0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000157
+gallium_dri.so free 0x5571735e0000 void 0.000132
+gallium_dri.so free 0x5571735dfdc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dffb0 0.000127
+gallium_dri.so free 0x5571735e0080 void 0.000128
+gallium_dri.so free 0x5571735dffb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e00d0 0.000131
+gallium_dri.so free 0x5571735e0140 void 0.000128
+gallium_dri.so free 0x5571735e00d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0180 0.000129
+gallium_dri.so free 0x5571735e0200 void 0.000126
+gallium_dri.so free 0x5571735e0180 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0180 0.000128
+gallium_dri.so free 0x5571735e0280 void 0.000126
+gallium_dri.so free 0x5571735e0180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e02b0 0.000124
+gallium_dri.so free 0x5571735e0300 void 0.000125
+gallium_dri.so free 0x5571735e02b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e02b0 0.000128
+gallium_dri.so free 0x5571735e0400 void 0.000129
+gallium_dri.so free 0x5571735e02b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e03b0 0.000126
+gallium_dri.so free 0x5571735e04c0 void 0.000125
+gallium_dri.so free 0x5571735e03b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0470 0.000127
+gallium_dri.so free 0x5571735e0500 void 0.000128
+gallium_dri.so free 0x5571735e0470 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0470 0.000127
+gallium_dri.so free 0x5571735e05c0 void 0.000124
+gallium_dri.so free 0x5571735e0470 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0630 0.000152
+gallium_dri.so free 0x5571735e0680 void 0.000130
+gallium_dri.so free 0x5571735e0630 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0630 0.000128
+gallium_dri.so free 0x5571735e0780 void 0.000128
+gallium_dri.so free 0x5571735e0630 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0730 0.000126
+gallium_dri.so free 0x5571735e0840 void 0.000128
+gallium_dri.so free 0x5571735e0730 void 0.000127
+gallium_dri.so malloc 72 0x5571735e07f0 0.000129
+gallium_dri.so free 0x5571735e0880 void 0.000127
+gallium_dri.so free 0x5571735e07f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e07f0 0.000128
+gallium_dri.so free 0x5571735e0940 void 0.000128
+gallium_dri.so free 0x5571735e07f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0980 0.000129
+gallium_dri.so free 0x5571735e0a00 void 0.000129
+gallium_dri.so free 0x5571735e0980 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0a00 0.000127
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so free 0x5571735e0a00 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0a00 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000128
+gallium_dri.so free 0x5571735e0a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0ba0 0.000136
+gallium_dri.so free 0x5571735e0c40 void 0.000128
+gallium_dri.so free 0x5571735e0ba0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000127
+gallium_dri.so free 0x5571735e0cc0 void 0.000126
+gallium_dri.so free 0x5571735e0bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000127
+gallium_dri.so free 0x5571735e0d40 void 0.000128
+gallium_dri.so free 0x5571735e0bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0d40 0.000128
+gallium_dri.so free 0x5571735e0e00 void 0.000131
+gallium_dri.so free 0x5571735e0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d40 0.000122
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so free 0x5571735e0d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0d40 0.000122
+gallium_dri.so free 0x5571735e0f80 void 0.000124
+gallium_dri.so free 0x5571735e0d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0f30 0.000121
+gallium_dri.so free 0x5571735e1040 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000123
+gallium_dri.so free 0x5571735e10c0 void 0.000122
+gallium_dri.so free 0x5571735e0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1110 0.000121
+gallium_dri.so free 0x5571735e1180 void 0.000163
+gallium_dri.so free 0x5571735e1110 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11a0 0.000120
+gallium_dri.so free 0x5571735e1240 void 0.000121
+gallium_dri.so free 0x5571735e11a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e11f0 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000124
+gallium_dri.so free 0x5571735e11f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11f0 0.000122
+gallium_dri.so free 0x5571735e1340 void 0.000122
+gallium_dri.so free 0x5571735e11f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1340 0.000122
+gallium_dri.so free 0x5571735cae40 void 0.000122
+gallium_dri.so free 0x5571735e1340 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1340 0.000121
+gallium_dri.so free 0x5571735caf40 void 0.000122
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735caef0 0.000121
+gallium_dri.so free 0x5571735caf80 void 0.000122
+gallium_dri.so free 0x5571735caef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735caef0 0.000120
+gallium_dri.so free 0x5571735cb040 void 0.000122
+gallium_dri.so free 0x5571735caef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb080 0.000122
+gallium_dri.so free 0x5571735cb100 void 0.000121
+gallium_dri.so free 0x5571735cb080 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb100 0.000121
+gallium_dri.so free 0x5571735cb1c0 void 0.000121
+gallium_dri.so free 0x5571735cb100 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb100 0.000120
+gallium_dri.so free 0x5571735cb240 void 0.000121
+gallium_dri.so free 0x5571735cb100 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb270 0.000121
+gallium_dri.so free 0x5571735cb2c0 void 0.000122
+gallium_dri.so free 0x5571735cb270 void 0.000144
+gallium_dri.so malloc 72 0x5571735cb270 0.000120
+gallium_dri.so free 0x5571735cb3c0 void 0.000123
+gallium_dri.so free 0x5571735cb270 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb400 0.000124
+gallium_dri.so free 0x5571735cb480 void 0.000122
+gallium_dri.so free 0x5571735cb400 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb480 0.000119
+gallium_dri.so free 0x5571735cb540 void 0.000124
+gallium_dri.so free 0x5571735cb480 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb480 0.000119
+gallium_dri.so free 0x5571735cb5c0 void 0.000122
+gallium_dri.so free 0x5571735cb480 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000122
+gallium_dri.so free 0x5571735cb640 void 0.000122
+gallium_dri.so free 0x5571735cb5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000117
+gallium_dri.so free 0x5571735cb740 void 0.000125
+gallium_dri.so free 0x5571735cb5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000121
+gallium_dri.so free 0x5571735cb800 void 0.000122
+gallium_dri.so free 0x5571735cb6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000121
+gallium_dri.so free 0x5571735cb880 void 0.000123
+gallium_dri.so free 0x5571735cb7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000122
+gallium_dri.so free 0x5571735cb940 void 0.000121
+gallium_dri.so free 0x5571735cb7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000122
+gallium_dri.so free 0x5571735cba00 void 0.000123
+gallium_dri.so free 0x5571735cb7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000121
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so free 0x5571735cb9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbad0 0.000123
+gallium_dri.so free 0x5571735cbb40 void 0.000121
+gallium_dri.so free 0x5571735cbad0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbb60 0.000123
+gallium_dri.so free 0x5571735cbc00 void 0.000121
+gallium_dri.so free 0x5571735cbb60 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000120
+gallium_dri.so free 0x5571735cbc80 void 0.000121
+gallium_dri.so free 0x5571735cbbb0 void 0.000169
+gallium_dri.so malloc 72 0x5571735cbc80 0.000123
+gallium_dri.so free 0x5571735cbd40 void 0.000124
+gallium_dri.so free 0x5571735cbc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbc80 0.000122
+gallium_dri.so free 0x5571735cbdc0 void 0.000118
+gallium_dri.so free 0x5571735cbc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000122
+gallium_dri.so free 0x5571735cbe80 void 0.000123
+gallium_dri.so free 0x5571735cbdc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000121
+gallium_dri.so free 0x5571735cbf40 void 0.000122
+gallium_dri.so free 0x5571735cbdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000121
+gallium_dri.so free 0x5571735cc000 void 0.000122
+gallium_dri.so free 0x5571735cbdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000121
+gallium_dri.so free 0x5571735cc080 void 0.000119
+gallium_dri.so free 0x5571735cbfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc0d0 0.000123
+gallium_dri.so free 0x5571735cc140 void 0.000122
+gallium_dri.so free 0x5571735cc0d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc180 0.000126
+gallium_dri.so free 0x5571735cc200 void 0.000119
+gallium_dri.so free 0x5571735cc180 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc180 0.000129
+gallium_dri.so free 0x5571735cc280 void 0.000124
+gallium_dri.so free 0x5571735cc180 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000119
+gallium_dri.so free 0x5571735cc300 void 0.000123
+gallium_dri.so free 0x5571735cc2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000120
+gallium_dri.so free 0x5571735cc400 void 0.000122
+gallium_dri.so free 0x5571735cc2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc3b0 0.000122
+gallium_dri.so free 0x5571735cc4c0 void 0.000123
+gallium_dri.so free 0x5571735cc3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc470 0.000122
+gallium_dri.so free 0x5571735cc500 void 0.000122
+gallium_dri.so free 0x5571735cc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc470 0.000120
+gallium_dri.so free 0x5571735cc5c0 void 0.000121
+gallium_dri.so free 0x5571735cc470 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc630 0.000124
+gallium_dri.so free 0x5571735cc680 void 0.000121
+gallium_dri.so free 0x5571735cc630 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc630 0.000122
+gallium_dri.so free 0x5571735cc780 void 0.000122
+gallium_dri.so free 0x5571735cc630 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc730 0.000120
+gallium_dri.so free 0x5571735cc840 void 0.000121
+gallium_dri.so free 0x5571735cc730 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000121
+gallium_dri.so free 0x5571735cc880 void 0.000119
+gallium_dri.so free 0x5571735cc7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000124
+gallium_dri.so free 0x5571735cc940 void 0.000122
+gallium_dri.so free 0x5571735cc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc980 0.000122
+gallium_dri.so free 0x5571735cca00 void 0.000122
+gallium_dri.so free 0x5571735cc980 void 0.000121
+gallium_dri.so malloc 72 0x5571735cca00 0.000120
+gallium_dri.so free 0x5571735ccac0 void 0.000121
+gallium_dri.so free 0x5571735cca00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cca00 0.000121
+gallium_dri.so free 0x5571735ccb80 void 0.000122
+gallium_dri.so free 0x5571735cca00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccba0 0.000123
+gallium_dri.so free 0x5571735ccc40 void 0.000122
+gallium_dri.so free 0x5571735ccba0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccbf0 0.000122
+gallium_dri.so free 0x5571735cccc0 void 0.000119
+gallium_dri.so free 0x5571735ccbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccbf0 0.000121
+gallium_dri.so free 0x5571735ccd40 void 0.000122
+gallium_dri.so free 0x5571735ccbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccd40 0.000167
+gallium_dri.so free 0x5571735cce00 void 0.000123
+gallium_dri.so free 0x5571735ccd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd40 0.000121
+gallium_dri.so free 0x5571735ccec0 void 0.000120
+gallium_dri.so free 0x5571735ccd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd40 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so free 0x5571735ccd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccf30 0.000143
+gallium_dri.so free 0x5571735cd040 void 0.000126
+gallium_dri.so free 0x5571735ccf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccff0 0.000122
+gallium_dri.so free 0x5571735cd0c0 void 0.000121
+gallium_dri.so free 0x5571735ccff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd110 0.000120
+gallium_dri.so free 0x5571735cd180 void 0.000119
+gallium_dri.so free 0x5571735cd110 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd1a0 0.000121
+gallium_dri.so free 0x5571735cd240 void 0.000123
+gallium_dri.so free 0x5571735cd1a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000122
+gallium_dri.so free 0x5571735cd2c0 void 0.000123
+gallium_dri.so free 0x5571735cd1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000122
+gallium_dri.so free 0x5571735cd340 void 0.000130
+gallium_dri.so free 0x5571735cd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd340 0.000122
+gallium_dri.so free 0x5571735cd400 void 0.000122
+gallium_dri.so free 0x5571735cd340 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd340 0.000122
+gallium_dri.so free 0x5571735cd500 void 0.000123
+gallium_dri.so free 0x5571735cd340 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000121
+gallium_dri.so free 0x5571735cd540 void 0.000119
+gallium_dri.so free 0x5571735cd4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000121
+gallium_dri.so free 0x5571735cd600 void 0.000122
+gallium_dri.so free 0x5571735cd4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd640 0.000124
+gallium_dri.so free 0x5571735cd6c0 void 0.000122
+gallium_dri.so free 0x5571735cd640 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd6c0 0.000119
+gallium_dri.so free 0x5571735cd780 void 0.000120
+gallium_dri.so free 0x5571735cd6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd6c0 0.000124
+gallium_dri.so free 0x5571735cd800 void 0.000123
+gallium_dri.so free 0x5571735cd6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd830 0.000121
+gallium_dri.so free 0x5571735cd880 void 0.000122
+gallium_dri.so free 0x5571735cd830 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd830 0.000133
+gallium_dri.so free 0x5571735cd980 void 0.000124
+gallium_dri.so free 0x5571735cd830 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd9c0 0.000122
+gallium_dri.so free 0x5571735cda40 void 0.000139
+gallium_dri.so free 0x5571735cd9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cda40 0.000121
+gallium_dri.so free 0x5571735cdb00 void 0.000123
+gallium_dri.so free 0x5571735cda40 void 0.000123
+gallium_dri.so malloc 72 0x5571735cda40 0.000122
+gallium_dri.so free 0x5571735cdb80 void 0.000123
+gallium_dri.so free 0x5571735cda40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000120
+gallium_dri.so free 0x5571735cdc00 void 0.000120
+gallium_dri.so free 0x5571735cdbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000125
+gallium_dri.so free 0x5571735cdd00 void 0.000120
+gallium_dri.so free 0x5571735cdbb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdcb0 0.000121
+gallium_dri.so free 0x5571735cddc0 void 0.000122
+gallium_dri.so free 0x5571735cdcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdd70 0.000121
+gallium_dri.so free 0x5571735cde40 void 0.000150
+gallium_dri.so free 0x5571735cdd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd70 0.000120
+gallium_dri.so free 0x5571735cdf00 void 0.000131
+gallium_dri.so free 0x5571735cdd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdd70 0.000122
+gallium_dri.so free 0x5571735cdfc0 void 0.000124
+gallium_dri.so free 0x5571735cdd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdf70 0.000120
+gallium_dri.so free 0x5571735ce040 void 0.000122
+gallium_dri.so free 0x5571735cdf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce090 0.000119
+gallium_dri.so free 0x5571735ce100 void 0.000122
+gallium_dri.so free 0x5571735ce090 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce120 0.000121
+gallium_dri.so free 0x5571735ce1c0 void 0.000122
+gallium_dri.so free 0x5571735ce120 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce170 0.000121
+gallium_dri.so free 0x5571735ce240 void 0.000121
+gallium_dri.so free 0x5571735ce170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce240 0.000121
+gallium_dri.so free 0x5571735ce300 void 0.000120
+gallium_dri.so free 0x5571735ce240 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce240 0.000122
+gallium_dri.so free 0x5571735ce380 void 0.000122
+gallium_dri.so free 0x5571735ce240 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce380 0.000127
+gallium_dri.so free 0x5571735ce440 void 0.000125
+gallium_dri.so free 0x5571735ce380 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce380 0.000124
+gallium_dri.so free 0x5571735ce500 void 0.000123
+gallium_dri.so free 0x5571735ce380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce380 0.000121
+gallium_dri.so free 0x5571735ce5c0 void 0.000120
+gallium_dri.so free 0x5571735ce380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce570 0.000120
+gallium_dri.so free 0x5571735ce640 void 0.000120
+gallium_dri.so free 0x5571735ce570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce690 0.000123
+gallium_dri.so free 0x5571735ce700 void 0.000123
+gallium_dri.so free 0x5571735ce690 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce740 0.000121
+gallium_dri.so free 0x5571735ce7c0 void 0.000122
+gallium_dri.so free 0x5571735ce740 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce740 0.000123
+gallium_dri.so free 0x5571735ce840 void 0.000122
+gallium_dri.so free 0x5571735ce740 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce870 0.000121
+gallium_dri.so free 0x5571735ce8c0 void 0.000120
+gallium_dri.so free 0x5571735ce870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce870 0.000122
+gallium_dri.so free 0x5571735ce9c0 void 0.000122
+gallium_dri.so free 0x5571735ce870 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce970 0.000122
+gallium_dri.so free 0x5571735cea80 void 0.000173
+gallium_dri.so free 0x5571735ce970 void 0.000123
+gallium_dri.so malloc 72 0x5571735cea30 0.000121
+gallium_dri.so free 0x5571735ceac0 void 0.000121
+gallium_dri.so free 0x5571735cea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cea30 0.000123
+gallium_dri.so free 0x5571735ceb80 void 0.000121
+gallium_dri.so free 0x5571735cea30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cebf0 0.000121
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so free 0x5571735cebf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cebf0 0.000123
+gallium_dri.so free 0x5571735ced40 void 0.000123
+gallium_dri.so free 0x5571735cebf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cecf0 0.000122
+gallium_dri.so free 0x5571735cee00 void 0.000122
+gallium_dri.so free 0x5571735cecf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cedb0 0.000122
+gallium_dri.so free 0x5571735cee40 void 0.000123
+gallium_dri.so free 0x5571735cedb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cedb0 0.000122
+gallium_dri.so free 0x5571735cef00 void 0.000122
+gallium_dri.so free 0x5571735cedb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cef40 0.000123
+gallium_dri.so free 0x5571735cefc0 void 0.000122
+gallium_dri.so free 0x5571735cef40 void 0.000133
+gallium_dri.so malloc 72 0x5571735cefc0 0.000121
+gallium_dri.so free 0x5571735cf080 void 0.000123
+gallium_dri.so free 0x5571735cefc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cefc0 0.000122
+gallium_dri.so free 0x5571735cf140 void 0.000122
+gallium_dri.so free 0x5571735cefc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf160 0.000122
+gallium_dri.so free 0x5571735cf200 void 0.000123
+gallium_dri.so free 0x5571735cf160 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000122
+gallium_dri.so free 0x5571735cf1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000126
+gallium_dri.so free 0x5571735cf300 void 0.000122
+gallium_dri.so free 0x5571735cf1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf300 0.000121
+gallium_dri.so free 0x5571735cf3c0 void 0.000123
+gallium_dri.so free 0x5571735cf300 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf300 0.000122
+gallium_dri.so free 0x5571735cf480 void 0.000123
+gallium_dri.so free 0x5571735cf300 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf300 0.000123
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so free 0x5571735cf300 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000121
+gallium_dri.so free 0x5571735cf600 void 0.000124
+gallium_dri.so free 0x5571735cf4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000120
+gallium_dri.so free 0x5571735cf680 void 0.000121
+gallium_dri.so free 0x5571735cf5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf6d0 0.000120
+gallium_dri.so free 0x5571735cf740 void 0.000122
+gallium_dri.so free 0x5571735cf6d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf760 0.000120
+gallium_dri.so free 0x5571735cf800 void 0.000122
+gallium_dri.so free 0x5571735cf760 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000122
+gallium_dri.so free 0x5571735cf7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000123
+gallium_dri.so free 0x5571735cf900 void 0.000121
+gallium_dri.so free 0x5571735cf7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf900 0.000122
+gallium_dri.so free 0x5571735cf9c0 void 0.000122
+gallium_dri.so free 0x5571735cf900 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf900 0.000122
+gallium_dri.so free 0x5571735cfac0 void 0.000124
+gallium_dri.so free 0x5571735cf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfa70 0.000125
+gallium_dri.so free 0x5571735cfb00 void 0.000122
+gallium_dri.so free 0x5571735cfa70 void 0.000189
+gallium_dri.so malloc 72 0x5571735cfa70 0.000122
+gallium_dri.so free 0x5571735cfbc0 void 0.000123
+gallium_dri.so free 0x5571735cfa70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc00 0.000121
+gallium_dri.so free 0x5571735cfc80 void 0.000122
+gallium_dri.so free 0x5571735cfc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfc80 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000122
+gallium_dri.so free 0x5571735cfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfc80 0.000121
+gallium_dri.so free 0x5571735cfdc0 void 0.000121
+gallium_dri.so free 0x5571735cfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000122
+gallium_dri.so free 0x5571735cfe40 void 0.000123
+gallium_dri.so free 0x5571735cfdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000122
+gallium_dri.so free 0x5571735cff40 void 0.000122
+gallium_dri.so free 0x5571735cfdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cff80 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000122
+gallium_dri.so free 0x5571735cff80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0000 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000123
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0000 0.000155
+gallium_dri.so free 0x5571735d0140 void 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0170 0.000122
+gallium_dri.so free 0x5571735d01c0 void 0.000128
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0270 0.000122
+gallium_dri.so free 0x5571735d0380 void 0.000122
+gallium_dri.so free 0x5571735d0270 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0330 0.000122
+gallium_dri.so free 0x5571735d0400 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0330 0.000119
+gallium_dri.so free 0x5571735d04c0 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0330 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000122
+gallium_dri.so free 0x5571735d0330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000122
+gallium_dri.so free 0x5571735d0600 void 0.000122
+gallium_dri.so free 0x5571735d0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0650 0.000121
+gallium_dri.so free 0x5571735d06c0 void 0.000122
+gallium_dri.so free 0x5571735d0650 void 0.000130
+gallium_dri.so malloc 72 0x5571735d06e0 0.000120
+gallium_dri.so free 0x5571735d0780 void 0.000121
+gallium_dri.so free 0x5571735d06e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0730 0.000123
+gallium_dri.so free 0x5571735d0800 void 0.000120
+gallium_dri.so free 0x5571735d0730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0800 0.000120
+gallium_dri.so free 0x5571735d08c0 void 0.000121
+gallium_dri.so free 0x5571735d0800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0800 0.000123
+gallium_dri.so free 0x5571735d0940 void 0.000123
+gallium_dri.so free 0x5571735d0800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0940 0.000122
+gallium_dri.so free 0x5571735d0a00 void 0.000123
+gallium_dri.so free 0x5571735d0940 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0940 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0940 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0940 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so free 0x5571735d0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c50 0.000121
+gallium_dri.so free 0x5571735d0cc0 void 0.000131
+gallium_dri.so free 0x5571735d0c50 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d00 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so free 0x5571735d0d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d00 0.000118
+gallium_dri.so free 0x5571735d0e00 void 0.000123
+gallium_dri.so free 0x5571735d0d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0e30 0.000118
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so free 0x5571735d0e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0e30 0.000120
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so free 0x5571735d0e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0f30 0.000121
+gallium_dri.so free 0x5571735d1040 void 0.000120
+gallium_dri.so free 0x5571735d0f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000120
+gallium_dri.so free 0x5571735d1080 void 0.000120
+gallium_dri.so free 0x5571735d0ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000122
+gallium_dri.so free 0x5571735d1140 void 0.000122
+gallium_dri.so free 0x5571735d0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d11b0 0.000121
+gallium_dri.so free 0x5571735d1200 void 0.000120
+gallium_dri.so free 0x5571735d11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d11b0 0.000107
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so free 0x5571735d11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12b0 0.000119
+gallium_dri.so free 0x5571735d13c0 void 0.000121
+gallium_dri.so free 0x5571735d12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1370 0.000120
+gallium_dri.so free 0x5571735d1400 void 0.000122
+gallium_dri.so free 0x5571735d1370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1370 0.000120
+gallium_dri.so free 0x5571735d14c0 void 0.000122
+gallium_dri.so free 0x5571735d1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1500 0.000121
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so free 0x5571735d1500 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1580 0.000119
+gallium_dri.so free 0x5571735d1640 void 0.000121
+gallium_dri.so free 0x5571735d1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1580 0.000121
+gallium_dri.so free 0x5571735d1700 void 0.000120
+gallium_dri.so free 0x5571735d1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1720 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000118
+gallium_dri.so free 0x5571735d1720 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1770 0.000130
+gallium_dri.so free 0x5571735d1840 void 0.000121
+gallium_dri.so free 0x5571735d1770 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1770 0.000122
+gallium_dri.so free 0x5571735d18c0 void 0.000118
+gallium_dri.so free 0x5571735d1770 void 0.000120
+gallium_dri.so malloc 72 0x5571735d18c0 0.000120
+gallium_dri.so free 0x5571735d1980 void 0.000121
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d18c0 0.000118
+gallium_dri.so free 0x5571735d1a40 void 0.000122
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d18c0 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1ab0 0.000121
+gallium_dri.so free 0x5571735d1bc0 void 0.000121
+gallium_dri.so free 0x5571735d1ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1b70 0.000121
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so free 0x5571735d1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c90 0.000120
+gallium_dri.so free 0x5571735d1d00 void 0.000122
+gallium_dri.so free 0x5571735d1c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1d20 0.000121
+gallium_dri.so free 0x5571735d1dc0 void 0.000120
+gallium_dri.so free 0x5571735d1d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1d70 0.000129
+gallium_dri.so free 0x5571735d1e40 void 0.000123
+gallium_dri.so free 0x5571735d1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1d70 0.000122
+gallium_dri.so free 0x5571735d1ec0 void 0.000120
+gallium_dri.so free 0x5571735d1d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000121
+gallium_dri.so free 0x5571735d1f80 void 0.000121
+gallium_dri.so free 0x5571735d1ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1ec0 0.000120
+gallium_dri.so free 0x5571735d2080 void 0.000127
+gallium_dri.so free 0x5571735d1ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2030 0.000121
+gallium_dri.so free 0x5571735d20c0 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000121
+gallium_dri.so free 0x5571735d2180 void 0.000121
+gallium_dri.so free 0x5571735d2030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d21c0 0.000121
+gallium_dri.so free 0x5571735d2240 void 0.000122
+gallium_dri.so free 0x5571735d21c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2240 0.000120
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so free 0x5571735d2240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2240 0.000121
+gallium_dri.so free 0x5571735d2380 void 0.000120
+gallium_dri.so free 0x5571735d2240 void 0.000130
+gallium_dri.so malloc 72 0x5571735d23b0 0.000120
+gallium_dri.so free 0x5571735d2400 void 0.000120
+gallium_dri.so free 0x5571735d23b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d23b0 0.000117
+gallium_dri.so free 0x5571735d2500 void 0.000116
+gallium_dri.so free 0x5571735d23b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2540 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so malloc 72 0x5571735d25c0 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000139
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25c0 0.000121
+gallium_dri.so free 0x5571735d2700 void 0.000117
+gallium_dri.so free 0x5571735d25c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2730 0.000117
+gallium_dri.so free 0x5571735d2780 void 0.000116
+gallium_dri.so free 0x5571735d2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2730 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so free 0x5571735d2730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2830 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000119
+gallium_dri.so free 0x5571735d2830 void 0.000115
+gallium_dri.so malloc 72 0x5571735d28f0 0.000120
+gallium_dri.so free 0x5571735d29c0 void 0.000186
+gallium_dri.so free 0x5571735d28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d28f0 0.000121
+gallium_dri.so free 0x5571735d2a80 void 0.000121
+gallium_dri.so free 0x5571735d28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d28f0 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x5571735d28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2af0 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so free 0x5571735d2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2c10 0.000120
+gallium_dri.so free 0x5571735d2c80 void 0.000123
+gallium_dri.so free 0x5571735d2c10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ca0 0.000119
+gallium_dri.so free 0x5571735d2d40 void 0.000117
+gallium_dri.so free 0x5571735d2ca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000120
+gallium_dri.so free 0x5571735d2dc0 void 0.000121
+gallium_dri.so free 0x5571735d2cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000119
+gallium_dri.so free 0x5571735d2e80 void 0.000120
+gallium_dri.so free 0x5571735d2dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000121
+gallium_dri.so free 0x5571735d2f00 void 0.000121
+gallium_dri.so free 0x5571735d2dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f00 0.000135
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x5571735d2f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f00 0.000121
+gallium_dri.so free 0x5571735d3080 void 0.000122
+gallium_dri.so free 0x5571735d2f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f00 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000122
+gallium_dri.so free 0x5571735d2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30f0 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3210 0.000120
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d3210 void 0.000122
+gallium_dri.so malloc 72 0x5571735d32c0 0.000120
+gallium_dri.so free 0x5571735d3340 void 0.000122
+gallium_dri.so free 0x5571735d32c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32c0 0.000121
+gallium_dri.so free 0x5571735d33c0 void 0.000120
+gallium_dri.so free 0x5571735d32c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d33f0 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000121
+gallium_dri.so free 0x5571735d33f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d33f0 0.000148
+gallium_dri.so free 0x5571735d3540 void 0.000118
+gallium_dri.so free 0x5571735d33f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d34f0 0.000121
+gallium_dri.so free 0x5571735d3600 void 0.000119
+gallium_dri.so free 0x5571735d34f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d35b0 0.000119
+gallium_dri.so free 0x5571735d3640 void 0.000120
+gallium_dri.so free 0x5571735d35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d35b0 0.000119
+gallium_dri.so free 0x5571735d3700 void 0.000120
+gallium_dri.so free 0x5571735d35b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3770 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000121
+gallium_dri.so free 0x5571735d3770 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3770 0.000120
+gallium_dri.so free 0x5571735d38c0 void 0.000119
+gallium_dri.so free 0x5571735d3770 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3870 0.000119
+gallium_dri.so free 0x5571735d3980 void 0.000120
+gallium_dri.so free 0x5571735d3870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3930 0.000119
+gallium_dri.so free 0x5571735d39c0 void 0.000120
+gallium_dri.so free 0x5571735d3930 void 0.000139
+gallium_dri.so malloc 72 0x5571735d3930 0.000120
+gallium_dri.so free 0x5571735d3a80 void 0.000121
+gallium_dri.so free 0x5571735d3930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000158
+gallium_dri.so free 0x5571735d3b40 void 0.000122
+gallium_dri.so free 0x5571735d3ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b40 0.000121
+gallium_dri.so free 0x5571735d3c00 void 0.000119
+gallium_dri.so free 0x5571735d3b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3b40 0.000119
+gallium_dri.so free 0x5571735d3cc0 void 0.000120
+gallium_dri.so free 0x5571735d3b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ce0 0.000119
+gallium_dri.so free 0x5571735d3d80 void 0.000121
+gallium_dri.so free 0x5571735d3ce0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3d30 0.000119
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d30 0.000117
+gallium_dri.so free 0x5571735d3e80 void 0.000118
+gallium_dri.so free 0x5571735d3d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3e80 0.000172
+gallium_dri.so free 0x5571735d3f40 void 0.000115
+gallium_dri.so free 0x5571735d3e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e80 0.000113
+gallium_dri.so free 0x5571735d4000 void 0.000116
+gallium_dri.so free 0x5571735d3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3e80 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d3e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4070 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000113
+gallium_dri.so free 0x5571735d4070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4130 0.000115
+gallium_dri.so free 0x5571735d4200 void 0.000113
+gallium_dri.so free 0x5571735d4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4250 0.000112
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so free 0x5571735d4250 void 0.000112
+gallium_dri.so malloc 72 0x5571735d42e0 0.000113
+gallium_dri.so free 0x5571735d4380 void 0.000115
+gallium_dri.so free 0x5571735d42e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4330 0.000130
+gallium_dri.so free 0x5571735d4400 void 0.000115
+gallium_dri.so free 0x5571735d4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4330 0.000113
+gallium_dri.so free 0x5571735d4480 void 0.000113
+gallium_dri.so free 0x5571735d4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4480 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so free 0x5571735d4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4480 0.000114
+gallium_dri.so free 0x5571735d4640 void 0.000114
+gallium_dri.so free 0x5571735d4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d45f0 0.000112
+gallium_dri.so free 0x5571735d4680 void 0.000115
+gallium_dri.so free 0x5571735d45f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d45f0 0.000126
+gallium_dri.so free 0x5571735d4740 void 0.000114
+gallium_dri.so free 0x5571735d45f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4780 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4800 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4800 0.000113
+gallium_dri.so free 0x5571735d4940 void 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000113
+gallium_dri.so free 0x5571735d49c0 void 0.000116
+gallium_dri.so free 0x5571735d4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b00 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b80 0.000113
+gallium_dri.so free 0x5571735d4c40 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4b80 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000155
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4df0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000117
+gallium_dri.so free 0x5571735d4f80 void 0.000114
+gallium_dri.so free 0x5571735d4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d5040 void 0.000115
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000114
+gallium_dri.so free 0x5571735d4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50b0 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000114
+gallium_dri.so free 0x5571735d50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51d0 0.000113
+gallium_dri.so free 0x5571735d5240 void 0.000114
+gallium_dri.so free 0x5571735d51d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5260 0.000113
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so free 0x5571735d5260 void 0.000117
+gallium_dri.so malloc 72 0x5571735d52b0 0.000128
+gallium_dri.so free 0x5571735d5380 void 0.000119
+gallium_dri.so free 0x5571735d52b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000113
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000112
+gallium_dri.so free 0x5571735d54c0 void 0.000114
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54c0 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x5571735d54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d54c0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54c0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d54c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d57d0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d57d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5880 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000113
+gallium_dri.so free 0x5571735d5880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5880 0.000113
+gallium_dri.so free 0x5571735d5980 void 0.000158
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59b0 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000113
+gallium_dri.so free 0x5571735d59b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d59b0 0.000113
+gallium_dri.so free 0x5571735d5b00 void 0.000114
+gallium_dri.so free 0x5571735d59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ab0 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000115
+gallium_dri.so free 0x5571735d5ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b70 0.000112
+gallium_dri.so free 0x5571735d5c00 void 0.000115
+gallium_dri.so free 0x5571735d5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b70 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000113
+gallium_dri.so free 0x5571735d5b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5d30 0.000113
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d30 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e30 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000116
+gallium_dri.so free 0x5571735d5e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000113
+gallium_dri.so free 0x5571735d5f80 void 0.000127
+gallium_dri.so free 0x5571735d5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000112
+gallium_dri.so free 0x5571735d6040 void 0.000113
+gallium_dri.so free 0x5571735d5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6080 0.000112
+gallium_dri.so free 0x5571735d6100 void 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6100 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000113
+gallium_dri.so free 0x5571735d6100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6100 0.000113
+gallium_dri.so free 0x5571735d6280 void 0.000114
+gallium_dri.so free 0x5571735d6100 void 0.000146
+gallium_dri.so malloc 72 0x5571735d62a0 0.000115
+gallium_dri.so free 0x5571735d6340 void 0.000114
+gallium_dri.so free 0x5571735d62a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d62f0 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000116
+gallium_dri.so free 0x5571735d62f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62f0 0.000114
+gallium_dri.so free 0x5571735d6440 void 0.000114
+gallium_dri.so free 0x5571735d62f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6440 0.000113
+gallium_dri.so free 0x5571735d6500 void 0.000113
+gallium_dri.so free 0x5571735d6440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6440 0.000112
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x5571735d6440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6440 0.000113
+gallium_dri.so free 0x5571735d6680 void 0.000113
+gallium_dri.so free 0x5571735d6440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6630 0.000115
+gallium_dri.so free 0x5571735d6740 void 0.000114
+gallium_dri.so free 0x5571735d6630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d66f0 0.000112
+gallium_dri.so free 0x5571735d67c0 void 0.000116
+gallium_dri.so free 0x5571735d66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6810 0.000114
+gallium_dri.so free 0x5571735d6880 void 0.000114
+gallium_dri.so free 0x5571735d6810 void 0.000113
+gallium_dri.so malloc 72 0x5571735d68a0 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000113
+gallium_dri.so free 0x5571735d68a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d68f0 0.000113
+gallium_dri.so free 0x5571735d69c0 void 0.000113
+gallium_dri.so free 0x5571735d68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d68f0 0.000115
+gallium_dri.so free 0x5571735d6a40 void 0.000115
+gallium_dri.so free 0x5571735d68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a40 0.000114
+gallium_dri.so free 0x5571735d6b00 void 0.000114
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a40 0.000112
+gallium_dri.so free 0x5571735d6c00 void 0.000115
+gallium_dri.so free 0x5571735d6a40 void 0.000164
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735d6bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000136
+gallium_dri.so free 0x5571735eb440 void 0.000115
+gallium_dri.so free 0x5571735d6bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb480 0.000113
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so free 0x5571735eb480 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb500 0.000115
+gallium_dri.so free 0x5571735eb5c0 void 0.000116
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb500 0.000116
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb670 0.000114
+gallium_dri.so free 0x5571735eb6c0 void 0.000114
+gallium_dri.so free 0x5571735eb670 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb670 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb670 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb800 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000113
+gallium_dri.so free 0x5571735eb800 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb880 0.000115
+gallium_dri.so free 0x5571735eb940 void 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000136
+gallium_dri.so malloc 72 0x5571735eb880 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9f0 0.000114
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so free 0x5571735eb9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9f0 0.000113
+gallium_dri.so free 0x5571735ebb40 void 0.000113
+gallium_dri.so free 0x5571735eb9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000113
+gallium_dri.so free 0x5571735ebc00 void 0.000114
+gallium_dri.so free 0x5571735ebaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000112
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000112
+gallium_dri.so free 0x5571735ebe00 void 0.000115
+gallium_dri.so free 0x5571735ebbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebed0 0.000113
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf60 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000113
+gallium_dri.so free 0x5571735ebf60 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000111
+gallium_dri.so free 0x5571735ec080 void 0.000112
+gallium_dri.so free 0x5571735ebfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec080 0.000112
+gallium_dri.so free 0x5571735ec140 void 0.000112
+gallium_dri.so free 0x5571735ec080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec080 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000112
+gallium_dri.so free 0x5571735ec080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000111
+gallium_dri.so free 0x5571735ec280 void 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000112
+gallium_dri.so free 0x5571735ec400 void 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000112
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec4d0 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so free 0x5571735ec4d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec580 0.000164
+gallium_dri.so free 0x5571735ec600 void 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec580 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000110
+gallium_dri.so free 0x5571735ec580 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000110
+gallium_dri.so free 0x5571735ec700 void 0.000110
+gallium_dri.so free 0x5571735ec6b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000111
+gallium_dri.so free 0x5571735ec800 void 0.000109
+gallium_dri.so free 0x5571735ec6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000110
+gallium_dri.so free 0x5571735ec8c0 void 0.000110
+gallium_dri.so free 0x5571735ec7b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec870 0.000111
+gallium_dri.so free 0x5571735ec900 void 0.000110
+gallium_dri.so free 0x5571735ec870 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec870 0.000112
+gallium_dri.so free 0x5571735ec9c0 void 0.000111
+gallium_dri.so free 0x5571735ec870 void 0.000110
+gallium_dri.so malloc 72 0x5571735eca30 0.000112
+gallium_dri.so free 0x5571735eca80 void 0.000111
+gallium_dri.so free 0x5571735eca30 void 0.000109
+gallium_dri.so malloc 72 0x5571735eca30 0.000111
+gallium_dri.so free 0x5571735ecb80 void 0.000111
+gallium_dri.so free 0x5571735eca30 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecb30 0.000109
+gallium_dri.so free 0x5571735ecc40 void 0.000129
+gallium_dri.so free 0x5571735ecb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecd80 0.000115
+gallium_dri.so free 0x5571735ece00 void 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece00 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ece00 0.000115
+gallium_dri.so free 0x5571735ecf80 void 0.000115
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfa0 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000115
+gallium_dri.so free 0x5571735ecfa0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecff0 0.000115
+gallium_dri.so free 0x5571735ed140 void 0.000115
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed140 0.000115
+gallium_dri.so free 0x5571735ed200 void 0.000129
+gallium_dri.so free 0x5571735ed140 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed140 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed140 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000117
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000115
+gallium_dri.so free 0x5571735ed440 void 0.000114
+gallium_dri.so free 0x5571735ed330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed510 0.000113
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed510 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed5a0 0.000115
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so free 0x5571735ed5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000113
+gallium_dri.so free 0x5571735ed5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed740 0.000115
+gallium_dri.so free 0x5571735ed800 void 0.000196
+gallium_dri.so free 0x5571735ed740 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed740 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735eda00 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda40 0.000113
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edc00 void 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc30 0.000115
+gallium_dri.so free 0x5571735edc80 void 0.000116
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000116
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eddc0 0.000116
+gallium_dri.so free 0x5571735ede40 void 0.000127
+gallium_dri.so free 0x5571735eddc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ede40 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede40 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfb0 0.000114
+gallium_dri.so free 0x5571735ee000 void 0.000115
+gallium_dri.so free 0x5571735edfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edfb0 0.000123
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735edfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000124
+gallium_dri.so free 0x5571735ee1c0 void 0.000124
+gallium_dri.so free 0x5571735ee0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee170 0.000123
+gallium_dri.so free 0x5571735ee240 void 0.000118
+gallium_dri.so free 0x5571735ee170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee170 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000122
+gallium_dri.so free 0x5571735ee170 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee170 0.000123
+gallium_dri.so free 0x5571735ee3c0 void 0.000128
+gallium_dri.so free 0x5571735ee170 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000117
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee490 0.000123
+gallium_dri.so free 0x5571735ee500 void 0.000124
+gallium_dri.so free 0x5571735ee490 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee520 0.000125
+gallium_dri.so free 0x5571735ee5c0 void 0.000115
+gallium_dri.so free 0x5571735ee520 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee570 0.000123
+gallium_dri.so free 0x5571735ee640 void 0.000128
+gallium_dri.so free 0x5571735ee570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee640 0.000124
+gallium_dri.so free 0x5571735ee700 void 0.000123
+gallium_dri.so free 0x5571735ee640 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee640 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee780 0.000113
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee780 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee780 0.000152
+gallium_dri.so free 0x5571735ee900 void 0.000153
+gallium_dri.so free 0x5571735ee780 void 0.000153
+gallium_dri.so malloc 72 0x5571735ee780 0.000187
+gallium_dri.so free 0x5571735ee9c0 void 0.000162
+gallium_dri.so free 0x5571735ee780 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee970 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000120
+gallium_dri.so free 0x5571735ee970 void 0.000125
+gallium_dri.so malloc 72 0x5571735eea90 0.000123
+gallium_dri.so free 0x5571735eeb00 void 0.000124
+gallium_dri.so free 0x5571735eea90 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeb40 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeb40 0.000124
+gallium_dri.so free 0x5571735eec40 void 0.000125
+gallium_dri.so free 0x5571735eeb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735eec70 0.000157
+gallium_dri.so free 0x5571735eecc0 void 0.000165
+gallium_dri.so free 0x5571735eec70 void 0.000123
+gallium_dri.so malloc 72 0x5571735eec70 0.000123
+gallium_dri.so free 0x5571735eedc0 void 0.000126
+gallium_dri.so free 0x5571735eec70 void 0.000124
+gallium_dri.so malloc 72 0x5571735eed70 0.000125
+gallium_dri.so free 0x5571735eee80 void 0.000129
+gallium_dri.so free 0x5571735eed70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee30 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000125
+gallium_dri.so free 0x5571735eee30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee30 0.000115
+gallium_dri.so free 0x5571735eef80 void 0.000114
+gallium_dri.so free 0x5571735eee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeff0 0.000118
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeff0 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735eeff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000118
+gallium_dri.so free 0x5571735ef200 void 0.000124
+gallium_dri.so free 0x5571735ef0f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000147
+gallium_dri.so free 0x5571735ef240 void 0.000145
+gallium_dri.so free 0x5571735ef1b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000145
+gallium_dri.so free 0x5571735ef300 void 0.000146
+gallium_dri.so free 0x5571735ef1b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef340 0.000145
+gallium_dri.so free 0x5571735ef3c0 void 0.000144
+gallium_dri.so free 0x5571735ef340 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000145
+gallium_dri.so free 0x5571735ef480 void 0.000144
+gallium_dri.so free 0x5571735ef3c0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000146
+gallium_dri.so free 0x5571735ef540 void 0.000147
+gallium_dri.so free 0x5571735ef3c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef560 0.000145
+gallium_dri.so free 0x5571735ef600 void 0.000139
+gallium_dri.so free 0x5571735ef560 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000147
+gallium_dri.so free 0x5571735ef680 void 0.000139
+gallium_dri.so free 0x5571735ef5b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000138
+gallium_dri.so free 0x5571735ef700 void 0.000134
+gallium_dri.so free 0x5571735ef5b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef700 0.000144
+gallium_dri.so free 0x5571735ef7c0 void 0.000145
+gallium_dri.so free 0x5571735ef700 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef700 0.000133
+gallium_dri.so free 0x5571735ef880 void 0.000134
+gallium_dri.so free 0x5571735ef700 void 0.000139
+gallium_dri.so malloc 72 0x5571735ef700 0.000145
+gallium_dri.so free 0x5571735ef940 void 0.000145
+gallium_dri.so free 0x5571735ef700 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000146
+gallium_dri.so free 0x5571735efa00 void 0.000162
+gallium_dri.so free 0x5571735ef8f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000138
+gallium_dri.so free 0x5571735efa80 void 0.000134
+gallium_dri.so free 0x5571735ef9b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735efad0 0.000142
+gallium_dri.so free 0x5571735efb40 void 0.000145
+gallium_dri.so free 0x5571735efad0 void 0.000145
+gallium_dri.so malloc 72 0x5571735efb60 0.000146
+gallium_dri.so free 0x5571735efc00 void 0.000139
+gallium_dri.so free 0x5571735efb60 void 0.000147
+gallium_dri.so malloc 72 0x5571735efbb0 0.000130
+gallium_dri.so free 0x5571735efc80 void 0.000126
+gallium_dri.so free 0x5571735efbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efbb0 0.000121
+gallium_dri.so free 0x5571735efd00 void 0.000120
+gallium_dri.so free 0x5571735efbb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735efd00 0.000131
+gallium_dri.so free 0x5571735efdc0 void 0.000129
+gallium_dri.so free 0x5571735efd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735efd00 0.000130
+gallium_dri.so free 0x5571735efec0 void 0.000133
+gallium_dri.so free 0x5571735efd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735efe70 0.000130
+gallium_dri.so free 0x5571735eff00 void 0.000149
+gallium_dri.so free 0x5571735efe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735efe70 0.000131
+gallium_dri.so free 0x5571735effc0 void 0.000131
+gallium_dri.so free 0x5571735efe70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0000 0.000131
+gallium_dri.so free 0x5571735f0080 void 0.000130
+gallium_dri.so free 0x5571735f0000 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0080 0.000131
+gallium_dri.so free 0x5571735f0140 void 0.000129
+gallium_dri.so free 0x5571735f0080 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0080 0.000126
+gallium_dri.so free 0x5571735f01c0 void 0.000127
+gallium_dri.so free 0x5571735f0080 void 0.000132
+gallium_dri.so malloc 72 0x5571735f01f0 0.000129
+gallium_dri.so free 0x5571735f0240 void 0.000130
+gallium_dri.so free 0x5571735f01f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f01f0 0.000125
+gallium_dri.so free 0x5571735f0340 void 0.000127
+gallium_dri.so free 0x5571735f01f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0380 0.000134
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0400 0.000124
+gallium_dri.so free 0x5571735f04c0 void 0.000122
+gallium_dri.so free 0x5571735f0400 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0400 0.000131
+gallium_dri.so free 0x5571735f0540 void 0.000130
+gallium_dri.so free 0x5571735f0400 void 0.000136
+gallium_dri.so malloc 72 0x5571735f0570 0.000127
+gallium_dri.so free 0x5571735f05c0 void 0.000130
+gallium_dri.so free 0x5571735f0570 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0570 0.000125
+gallium_dri.so free 0x5571735f06c0 void 0.000128
+gallium_dri.so free 0x5571735f0570 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0670 0.000129
+gallium_dri.so free 0x5571735f0780 void 0.000123
+gallium_dri.so free 0x5571735f0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0730 0.000119
+gallium_dri.so free 0x5571735f0800 void 0.000126
+gallium_dri.so free 0x5571735f0730 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0730 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000127
+gallium_dri.so free 0x5571735f0730 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0730 0.000162
+gallium_dri.so free 0x5571735f0980 void 0.000204
+gallium_dri.so free 0x5571735f0730 void 0.000167
+gallium_dri.so malloc 72 0x5571735f0930 0.000129
+gallium_dri.so free 0x5571735f0a00 void 0.000131
+gallium_dri.so free 0x5571735f0930 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0a50 0.000119
+gallium_dri.so free 0x5571735f0ac0 void 0.000120
+gallium_dri.so free 0x5571735f0a50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ae0 0.000124
+gallium_dri.so free 0x5571735f0b80 void 0.000130
+gallium_dri.so free 0x5571735f0ae0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0b30 0.000129
+gallium_dri.so free 0x5571735f0c00 void 0.000131
+gallium_dri.so free 0x5571735f0b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0c00 0.000126
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000125
+gallium_dri.so free 0x5571735f0d40 void 0.000191
+gallium_dri.so free 0x5571735f0c00 void 0.000183
+gallium_dri.so malloc 72 0x5571735f0d40 0.000169
+gallium_dri.so free 0x5571735f0e00 void 0.000131
+gallium_dri.so free 0x5571735f0d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0d40 0.000122
+gallium_dri.so free 0x5571735f0ec0 void 0.000126
+gallium_dri.so free 0x5571735f0d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0d40 0.000125
+gallium_dri.so free 0x5571735f0f80 void 0.000125
+gallium_dri.so free 0x5571735f0d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0f30 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000127
+gallium_dri.so free 0x5571735f0f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1050 0.000126
+gallium_dri.so free 0x5571735f10c0 void 0.000131
+gallium_dri.so free 0x5571735f1050 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1100 0.000131
+gallium_dri.so free 0x5571735f1180 void 0.000145
+gallium_dri.so free 0x5571735f1100 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1100 0.000130
+gallium_dri.so free 0x5571735f1200 void 0.000133
+gallium_dri.so free 0x5571735f1100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1230 0.000132
+gallium_dri.so free 0x5571735f1280 void 0.000129
+gallium_dri.so free 0x5571735f1230 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1230 0.000123
+gallium_dri.so free 0x5571735f1380 void 0.000130
+gallium_dri.so free 0x5571735f1230 void 0.000135
+gallium_dri.so malloc 72 0x5571735f1330 0.000133
+gallium_dri.so free 0x5571735f1440 void 0.000133
+gallium_dri.so free 0x5571735f1330 void 0.000133
+gallium_dri.so malloc 72 0x5571735f13f0 0.000131
+gallium_dri.so free 0x5571735f1480 void 0.000173
+gallium_dri.so free 0x5571735f13f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f13f0 0.000168
+gallium_dri.so free 0x5571735f1540 void 0.000133
+gallium_dri.so free 0x5571735f13f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f15b0 0.000133
+gallium_dri.so free 0x5571735f1600 void 0.000130
+gallium_dri.so free 0x5571735f15b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f15b0 0.000139
+gallium_dri.so free 0x5571735f1700 void 0.000127
+gallium_dri.so free 0x5571735f15b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f16b0 0.000126
+gallium_dri.so free 0x5571735f17c0 void 0.000126
+gallium_dri.so free 0x5571735f16b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1770 0.000126
+gallium_dri.so free 0x5571735f1800 void 0.000126
+gallium_dri.so free 0x5571735f1770 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1770 0.000138
+gallium_dri.so free 0x5571735f18c0 void 0.000135
+gallium_dri.so free 0x5571735f1770 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1900 0.000133
+gallium_dri.so free 0x5571735f1980 void 0.000133
+gallium_dri.so free 0x5571735f1900 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1980 0.000137
+gallium_dri.so free 0x5571735f1a40 void 0.000137
+gallium_dri.so free 0x5571735f1980 void 0.000203
+gallium_dri.so malloc 72 0x5571735f1980 0.000129
+gallium_dri.so free 0x5571735f1b00 void 0.000136
+gallium_dri.so free 0x5571735f1980 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1b20 0.000134
+gallium_dri.so free 0x5571735f1bc0 void 0.000133
+gallium_dri.so free 0x5571735f1b20 void 0.000146
+gallium_dri.so malloc 72 0x5571735f1b70 0.000135
+gallium_dri.so free 0x5571735f1c40 void 0.000135
+gallium_dri.so free 0x5571735f1b70 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1b70 0.000131
+gallium_dri.so free 0x5571735f1cc0 void 0.000134
+gallium_dri.so free 0x5571735f1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000121
+gallium_dri.so free 0x5571735f1d80 void 0.000123
+gallium_dri.so free 0x5571735f1cc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000123
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000122
+gallium_dri.so free 0x5571735f1fc0 void 0.000122
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f70 0.000119
+gallium_dri.so free 0x5571735f2040 void 0.000121
+gallium_dri.so free 0x5571735f1f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2090 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000122
+gallium_dri.so free 0x5571735f2090 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2120 0.000187
+gallium_dri.so free 0x5571735f21c0 void 0.000126
+gallium_dri.so free 0x5571735f2120 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2170 0.000122
+gallium_dri.so free 0x5571735f2240 void 0.000122
+gallium_dri.so free 0x5571735f2170 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2170 0.000122
+gallium_dri.so free 0x5571735f22c0 void 0.000123
+gallium_dri.so free 0x5571735f2170 void 0.000123
+gallium_dri.so malloc 72 0x5571735f22c0 0.000122
+gallium_dri.so free 0x5571735f2380 void 0.000124
+gallium_dri.so free 0x5571735f22c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f22c0 0.000118
+gallium_dri.so free 0x5571735f2480 void 0.000119
+gallium_dri.so free 0x5571735f22c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f25c0 0.000118
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2640 0.000117
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2640 0.000110
+gallium_dri.so free 0x5571735f2780 void 0.000110
+gallium_dri.so free 0x5571735f2640 void 0.000110
+gallium_dri.so malloc 72 0x5571735f27b0 0.000110
+gallium_dri.so free 0x5571735f2800 void 0.000111
+gallium_dri.so free 0x5571735f27b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f27b0 0.000124
+gallium_dri.so free 0x5571735f2900 void 0.000120
+gallium_dri.so free 0x5571735f27b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2940 0.000112
+gallium_dri.so free 0x5571735f29c0 void 0.000111
+gallium_dri.so free 0x5571735f2940 void 0.000111
+gallium_dri.so malloc 72 0x5571735f29c0 0.000110
+gallium_dri.so free 0x5571735f2a80 void 0.000112
+gallium_dri.so free 0x5571735f29c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f29c0 0.000111
+gallium_dri.so free 0x5571735f2b00 void 0.000110
+gallium_dri.so free 0x5571735f29c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2b30 0.000111
+gallium_dri.so free 0x5571735f2b80 void 0.000110
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000112
+gallium_dri.so free 0x5571735f2c80 void 0.000111
+gallium_dri.so free 0x5571735f2b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2c30 0.000124
+gallium_dri.so free 0x5571735f2d40 void 0.000110
+gallium_dri.so free 0x5571735f2c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000120
+gallium_dri.so free 0x5571735f2dc0 void 0.000117
+gallium_dri.so free 0x5571735f2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000123
+gallium_dri.so free 0x5571735f2fc0 void 0.000123
+gallium_dri.so free 0x5571735f2ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3010 0.000124
+gallium_dri.so free 0x5571735f3080 void 0.000116
+gallium_dri.so free 0x5571735f3010 void 0.000118
+gallium_dri.so malloc 72 0x5571735f30a0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so free 0x5571735f30a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31c0 0.000113
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31c0 0.000113
+gallium_dri.so free 0x5571735f3300 void 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3300 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000127
+gallium_dri.so free 0x5571735f3300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34f0 0.000119
+gallium_dri.so free 0x5571735f35c0 void 0.000118
+gallium_dri.so free 0x5571735f34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3610 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000119
+gallium_dri.so free 0x5571735f3610 void 0.000118
+gallium_dri.so malloc 72 0x5571735f36c0 0.000121
+gallium_dri.so free 0x5571735f3740 void 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36c0 0.000119
+gallium_dri.so free 0x5571735f37c0 void 0.000119
+gallium_dri.so free 0x5571735f36c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37f0 0.000118
+gallium_dri.so free 0x5571735f3840 void 0.000121
+gallium_dri.so free 0x5571735f37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37f0 0.000117
+gallium_dri.so free 0x5571735f3940 void 0.000119
+gallium_dri.so free 0x5571735f37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f38f0 0.000110
+gallium_dri.so free 0x5571735f3a00 void 0.000110
+gallium_dri.so free 0x5571735f38f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f39b0 0.000111
+gallium_dri.so free 0x5571735f3a40 void 0.000110
+gallium_dri.so free 0x5571735f39b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f39b0 0.000110
+gallium_dri.so free 0x5571735f3b00 void 0.000110
+gallium_dri.so free 0x5571735f39b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3b70 0.000110
+gallium_dri.so free 0x5571735f3bc0 void 0.000127
+gallium_dri.so free 0x5571735f3b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3b70 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000110
+gallium_dri.so free 0x5571735f3b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3c70 0.000111
+gallium_dri.so free 0x5571735f3d80 void 0.000110
+gallium_dri.so free 0x5571735f3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3d30 0.000110
+gallium_dri.so free 0x5571735f3dc0 void 0.000110
+gallium_dri.so free 0x5571735f3d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3d30 0.000110
+gallium_dri.so free 0x5571735f3e80 void 0.000110
+gallium_dri.so free 0x5571735f3d30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000110
+gallium_dri.so free 0x5571735f3f40 void 0.000110
+gallium_dri.so free 0x5571735f3ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3f40 0.000132
+gallium_dri.so free 0x5571735f4000 void 0.000114
+gallium_dri.so free 0x5571735f3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3f40 0.000114
+gallium_dri.so free 0x5571735f40c0 void 0.000114
+gallium_dri.so free 0x5571735f3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f40e0 0.000114
+gallium_dri.so free 0x5571735f4180 void 0.000113
+gallium_dri.so free 0x5571735f40e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4130 0.000113
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so free 0x5571735f4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4130 0.000115
+gallium_dri.so free 0x5571735f4280 void 0.000115
+gallium_dri.so free 0x5571735f4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4280 0.000113
+gallium_dri.so free 0x5571735f4340 void 0.000114
+gallium_dri.so free 0x5571735f4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4280 0.000114
+gallium_dri.so free 0x5571735f4400 void 0.000120
+gallium_dri.so free 0x5571735f4280 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4280 0.000113
+gallium_dri.so free 0x5571735f44c0 void 0.000113
+gallium_dri.so free 0x5571735f4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4470 0.000113
+gallium_dri.so free 0x5571735f4580 void 0.000114
+gallium_dri.so free 0x5571735f4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4530 0.000153
+gallium_dri.so free 0x5571735f4600 void 0.000121
+gallium_dri.so free 0x5571735f4530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4650 0.000119
+gallium_dri.so free 0x5571735f46c0 void 0.000119
+gallium_dri.so free 0x5571735f4650 void 0.000118
+gallium_dri.so malloc 72 0x5571735f46e0 0.000118
+gallium_dri.so free 0x5571735f4780 void 0.000117
+gallium_dri.so free 0x5571735f46e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4730 0.000117
+gallium_dri.so free 0x5571735f4800 void 0.000118
+gallium_dri.so free 0x5571735f4730 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4730 0.000118
+gallium_dri.so free 0x5571735f4880 void 0.000119
+gallium_dri.so free 0x5571735f4730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4880 0.000118
+gallium_dri.so free 0x5571735f4940 void 0.000117
+gallium_dri.so free 0x5571735f4880 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4880 0.000117
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f4880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49f0 0.000119
+gallium_dri.so free 0x5571735f4a80 void 0.000118
+gallium_dri.so free 0x5571735f49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49f0 0.000118
+gallium_dri.so free 0x5571735f4b40 void 0.000133
+gallium_dri.so free 0x5571735f49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4b80 0.000249
+gallium_dri.so free 0x5571735f4c00 void 0.000157
+gallium_dri.so free 0x5571735f4b80 void 0.000152
+gallium_dri.so malloc 72 0x5571735f4c00 0.000113
+gallium_dri.so free 0x5571735f4cc0 void 0.000110
+gallium_dri.so free 0x5571735f4c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4c00 0.000111
+gallium_dri.so free 0x5571735f4d40 void 0.000110
+gallium_dri.so free 0x5571735f4c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4d70 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000111
+gallium_dri.so free 0x5571735f4d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4d70 0.000110
+gallium_dri.so free 0x5571735f4ec0 void 0.000111
+gallium_dri.so free 0x5571735f4d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4f00 0.000110
+gallium_dri.so free 0x5571735f4f80 void 0.000111
+gallium_dri.so free 0x5571735f4f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4f80 0.000111
+gallium_dri.so free 0x5571735f5040 void 0.000116
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f80 0.000116
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f4f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f50f0 0.000111
+gallium_dri.so free 0x5571735f5140 void 0.000117
+gallium_dri.so free 0x5571735f50f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50f0 0.000125
+gallium_dri.so free 0x5571735f5240 void 0.000126
+gallium_dri.so free 0x5571735f50f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f51f0 0.000122
+gallium_dri.so free 0x5571735f5300 void 0.000118
+gallium_dri.so free 0x5571735f51f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52b0 0.000130
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f52b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f52b0 0.000118
+gallium_dri.so free 0x5571735f5440 void 0.000119
+gallium_dri.so free 0x5571735f52b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52b0 0.000119
+gallium_dri.so free 0x5571735f5500 void 0.000119
+gallium_dri.so free 0x5571735f52b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f54b0 0.000117
+gallium_dri.so free 0x5571735f5580 void 0.000119
+gallium_dri.so free 0x5571735f54b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55d0 0.000118
+gallium_dri.so free 0x5571735f5640 void 0.000118
+gallium_dri.so free 0x5571735f55d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5660 0.000118
+gallium_dri.so free 0x5571735f5700 void 0.000119
+gallium_dri.so free 0x5571735f5660 void 0.000118
+gallium_dri.so malloc 72 0x5571735f56b0 0.000125
+gallium_dri.so free 0x5571735f5780 void 0.000112
+gallium_dri.so free 0x5571735f56b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5780 0.000113
+gallium_dri.so free 0x5571735f5840 void 0.000111
+gallium_dri.so free 0x5571735f5780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5780 0.000111
+gallium_dri.so free 0x5571735f58c0 void 0.000112
+gallium_dri.so free 0x5571735f5780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f58c0 0.000112
+gallium_dri.so free 0x5571735f5980 void 0.000111
+gallium_dri.so free 0x5571735f58c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f58c0 0.000115
+gallium_dri.so free 0x5571735f5a40 void 0.000119
+gallium_dri.so free 0x5571735f58c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f58c0 0.000111
+gallium_dri.so free 0x5571735f5b00 void 0.000110
+gallium_dri.so free 0x5571735f58c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5ab0 0.000110
+gallium_dri.so free 0x5571735f5b80 void 0.000111
+gallium_dri.so free 0x5571735f5ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5bd0 0.000116
+gallium_dri.so free 0x5571735f5c40 void 0.000122
+gallium_dri.so free 0x5571735f5bd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5c80 0.000113
+gallium_dri.so free 0x5571735f5d00 void 0.000112
+gallium_dri.so free 0x5571735f5c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5c80 0.000120
+gallium_dri.so free 0x5571735f5d80 void 0.000116
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5f00 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000115
+gallium_dri.so free 0x5571735f5fc0 void 0.000115
+gallium_dri.so free 0x5571735f5eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f70 0.000115
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735f5f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5f70 0.000124
+gallium_dri.so free 0x5571735f60c0 void 0.000119
+gallium_dri.so free 0x5571735f5f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6130 0.000115
+gallium_dri.so free 0x5571735f6180 void 0.000115
+gallium_dri.so free 0x5571735f6130 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6130 0.000115
+gallium_dri.so free 0x5571735f6280 void 0.000115
+gallium_dri.so free 0x5571735f6130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6230 0.000114
+gallium_dri.so free 0x5571735f6340 void 0.000115
+gallium_dri.so free 0x5571735f6230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f62f0 0.000115
+gallium_dri.so free 0x5571735f6380 void 0.000128
+gallium_dri.so free 0x5571735f62f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f62f0 0.000126
+gallium_dri.so free 0x5571735f6440 void 0.000125
+gallium_dri.so free 0x5571735f62f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6480 0.000118
+gallium_dri.so free 0x5571735f6500 void 0.000119
+gallium_dri.so free 0x5571735f6480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6500 0.000118
+gallium_dri.so free 0x5571735f65c0 void 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6500 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so free 0x5571735f6500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66a0 0.000119
+gallium_dri.so free 0x5571735f6740 void 0.000119
+gallium_dri.so free 0x5571735f66a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66f0 0.000119
+gallium_dri.so free 0x5571735f67c0 void 0.000119
+gallium_dri.so free 0x5571735f66f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f66f0 0.000118
+gallium_dri.so free 0x5571735f6840 void 0.000117
+gallium_dri.so free 0x5571735f66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6840 0.000118
+gallium_dri.so free 0x5571735f6900 void 0.000133
+gallium_dri.so free 0x5571735f6840 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6840 0.000112
+gallium_dri.so free 0x5571735f69c0 void 0.000112
+gallium_dri.so free 0x5571735f6840 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6840 0.000110
+gallium_dri.so free 0x5571735f6a80 void 0.000111
+gallium_dri.so free 0x5571735f6840 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a30 0.000111
+gallium_dri.so free 0x5571735f6b40 void 0.000111
+gallium_dri.so free 0x5571735f6a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6af0 0.000110
+gallium_dri.so free 0x5571735f6bc0 void 0.000114
+gallium_dri.so free 0x5571735f6af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6c10 0.000110
+gallium_dri.so free 0x5571735f6c80 void 0.000111
+gallium_dri.so free 0x5571735f6c10 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6ca0 0.000112
+gallium_dri.so free 0x5571735f6d40 void 0.000110
+gallium_dri.so free 0x5571735f6ca0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000112
+gallium_dri.so free 0x5571735f6dc0 void 0.000110
+gallium_dri.so free 0x5571735f6cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000121
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so free 0x5571735f6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e40 0.000115
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6e40 0.000134
+gallium_dri.so free 0x5571735f7000 void 0.000162
+gallium_dri.so free 0x5571735f6e40 void 0.000219
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000221
+gallium_dri.so free 0x5571735f7040 void 0.000197
+gallium_dri.so free 0x5571735f6fb0 void 0.000194
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000160
+gallium_dri.so free 0x5571735f7100 void 0.000125
+gallium_dri.so free 0x5571735f6fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7140 0.000116
+gallium_dri.so free 0x5571735f71c0 void 0.000121
+gallium_dri.so free 0x5571735f7140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f71c0 0.000114
+gallium_dri.so free 0x5571735f7280 void 0.000115
+gallium_dri.so free 0x5571735f71c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f71c0 0.000113
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so free 0x5571735f71c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7330 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7330 0.000115
+gallium_dri.so free 0x5571735f7480 void 0.000186
+gallium_dri.so free 0x5571735f7330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f74c0 0.000114
+gallium_dri.so free 0x5571735f7540 void 0.000115
+gallium_dri.so free 0x5571735f74c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7540 0.000114
+gallium_dri.so free 0x5571735f7600 void 0.000114
+gallium_dri.so free 0x5571735f7540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7540 0.000114
+gallium_dri.so free 0x5571735f7680 void 0.000115
+gallium_dri.so free 0x5571735f7540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f76b0 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000116
+gallium_dri.so free 0x5571735f76b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f76b0 0.000115
+gallium_dri.so free 0x5571735f7800 void 0.000116
+gallium_dri.so free 0x5571735f76b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77b0 0.000115
+gallium_dri.so free 0x5571735f78c0 void 0.000115
+gallium_dri.so free 0x5571735f77b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7870 0.000115
+gallium_dri.so free 0x5571735f7940 void 0.000116
+gallium_dri.so free 0x5571735f7870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7870 0.000115
+gallium_dri.so free 0x5571735f7a00 void 0.000115
+gallium_dri.so free 0x5571735f7870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7870 0.000114
+gallium_dri.so free 0x5571735f7ac0 void 0.000127
+gallium_dri.so free 0x5571735f7870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7a70 0.000115
+gallium_dri.so free 0x5571735f7b40 void 0.000115
+gallium_dri.so free 0x5571735f7a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b90 0.000115
+gallium_dri.so free 0x5571735f7c00 void 0.000115
+gallium_dri.so free 0x5571735f7b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c20 0.000113
+gallium_dri.so free 0x5571735f7cc0 void 0.000115
+gallium_dri.so free 0x5571735f7c20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c70 0.000115
+gallium_dri.so free 0x5571735f7d40 void 0.000115
+gallium_dri.so free 0x5571735f7c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d40 0.000114
+gallium_dri.so free 0x5571735f7e00 void 0.000115
+gallium_dri.so free 0x5571735f7d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d40 0.000113
+gallium_dri.so free 0x5571735f7e80 void 0.000116
+gallium_dri.so free 0x5571735f7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e80 0.000114
+gallium_dri.so free 0x5571735f7f40 void 0.000114
+gallium_dri.so free 0x5571735f7e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7e80 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000116
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e80 0.000114
+gallium_dri.so free 0x5571735f80c0 void 0.000126
+gallium_dri.so free 0x5571735f7e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8070 0.000114
+gallium_dri.so free 0x5571735f8140 void 0.000114
+gallium_dri.so free 0x5571735f8070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8190 0.000119
+gallium_dri.so free 0x5571735f8200 void 0.000116
+gallium_dri.so free 0x5571735f8190 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8240 0.000113
+gallium_dri.so free 0x5571735f82c0 void 0.000116
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8240 0.000114
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8370 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000114
+gallium_dri.so free 0x5571735f8370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8370 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000117
+gallium_dri.so free 0x5571735f8370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8470 0.000113
+gallium_dri.so free 0x5571735f8580 void 0.000114
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8530 0.000115
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8530 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8530 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000193
+gallium_dri.so free 0x5571735f8530 void 0.000248
+gallium_dri.so malloc 72 0x5571735f86f0 0.000242
+gallium_dri.so free 0x5571735f8740 void 0.000201
+gallium_dri.so free 0x5571735f86f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f86f0 0.000244
+gallium_dri.so free 0x5571735f8840 void 0.000214
+gallium_dri.so free 0x5571735f86f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735f87f0 0.000201
+gallium_dri.so free 0x5571735f8900 void 0.000219
+gallium_dri.so free 0x5571735f87f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88b0 0.000115
+gallium_dri.so free 0x5571735f8940 void 0.000115
+gallium_dri.so free 0x5571735f88b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f88b0 0.000114
+gallium_dri.so free 0x5571735f8a00 void 0.000114
+gallium_dri.so free 0x5571735f88b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8a40 0.000115
+gallium_dri.so free 0x5571735f8ac0 void 0.000115
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000126
+gallium_dri.so free 0x5571735f8b80 void 0.000116
+gallium_dri.so free 0x5571735f8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000114
+gallium_dri.so free 0x5571735f8c40 void 0.000113
+gallium_dri.so free 0x5571735f8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c60 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000112
+gallium_dri.so free 0x5571735f8c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000113
+gallium_dri.so free 0x5571735f8d80 void 0.000115
+gallium_dri.so free 0x5571735f8cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000113
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so free 0x5571735f8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e00 0.000113
+gallium_dri.so free 0x5571735f8ec0 void 0.000115
+gallium_dri.so free 0x5571735f8e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e00 0.000114
+gallium_dri.so free 0x5571735f8f80 void 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8e00 0.000113
+gallium_dri.so free 0x5571735f9040 void 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000113
+gallium_dri.so free 0x5571735f9100 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90b0 0.000112
+gallium_dri.so free 0x5571735f9180 void 0.000124
+gallium_dri.so free 0x5571735f90b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91d0 0.000113
+gallium_dri.so free 0x5571735f9240 void 0.000111
+gallium_dri.so free 0x5571735f91d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9260 0.000113
+gallium_dri.so free 0x5571735f9300 void 0.000112
+gallium_dri.so free 0x5571735f9260 void 0.000117
+gallium_dri.so malloc 72 0x5571735f92b0 0.000124
+gallium_dri.so free 0x5571735f9380 void 0.000122
+gallium_dri.so free 0x5571735f92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f92b0 0.000113
+gallium_dri.so free 0x5571735f9400 void 0.000113
+gallium_dri.so free 0x5571735f92b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9400 0.000249
+gallium_dri.so free 0x5571735f94c0 void 0.000157
+gallium_dri.so free 0x5571735f9400 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9400 0.000114
+gallium_dri.so free 0x5571735f95c0 void 0.000115
+gallium_dri.so free 0x5571735f9400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9570 0.000114
+gallium_dri.so free 0x5571735f9600 void 0.000115
+gallium_dri.so free 0x5571735f9570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9570 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000115
+gallium_dri.so free 0x5571735f9570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9700 0.000117
+gallium_dri.so free 0x5571735f9780 void 0.000115
+gallium_dri.so free 0x5571735f9700 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9780 0.000114
+gallium_dri.so free 0x5571735f9840 void 0.000114
+gallium_dri.so free 0x5571735f9780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9780 0.000113
+gallium_dri.so free 0x5571735f98c0 void 0.000114
+gallium_dri.so free 0x5571735f9780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98f0 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000116
+gallium_dri.so free 0x5571735f98f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98f0 0.000115
+gallium_dri.so free 0x5571735f9a40 void 0.000116
+gallium_dri.so free 0x5571735f98f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9a80 0.000113
+gallium_dri.so free 0x5571735f9b00 void 0.000114
+gallium_dri.so free 0x5571735f9a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b00 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000114
+gallium_dri.so free 0x5571735f9b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9b00 0.000113
+gallium_dri.so free 0x5571735f9c40 void 0.000115
+gallium_dri.so free 0x5571735f9b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c70 0.000115
+gallium_dri.so free 0x5571735f9cc0 void 0.000115
+gallium_dri.so free 0x5571735f9c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c70 0.000114
+gallium_dri.so free 0x5571735f9dc0 void 0.000111
+gallium_dri.so free 0x5571735f9c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9d70 0.000120
+gallium_dri.so free 0x5571735f9e80 void 0.000120
+gallium_dri.so free 0x5571735f9d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9e30 0.000113
+gallium_dri.so free 0x5571735f9f00 void 0.000112
+gallium_dri.so free 0x5571735f9e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e30 0.000188
+gallium_dri.so free 0x5571735f9fc0 void 0.000244
+gallium_dri.so free 0x5571735f9e30 void 0.000259
+gallium_dri.so malloc 72 0x5571735f9e30 0.000273
+gallium_dri.so free 0x5571735fa080 void 0.000255
+gallium_dri.so free 0x5571735f9e30 void 0.000217
+gallium_dri.so malloc 72 0x5571735fa030 0.000178
+gallium_dri.so free 0x5571735fa100 void 0.000175
+gallium_dri.so free 0x5571735fa030 void 0.000183
+gallium_dri.so malloc 72 0x5571735fa150 0.000153
+gallium_dri.so free 0x5571735fa1c0 void 0.000130
+gallium_dri.so free 0x5571735fa150 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa1e0 0.000116
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so free 0x5571735fa1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa230 0.000114
+gallium_dri.so free 0x5571735fa300 void 0.000115
+gallium_dri.so free 0x5571735fa230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa300 0.000114
+gallium_dri.so free 0x5571735fa3c0 void 0.000116
+gallium_dri.so free 0x5571735fa300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa300 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000115
+gallium_dri.so free 0x5571735fa300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa440 0.000114
+gallium_dri.so free 0x5571735fa500 void 0.000123
+gallium_dri.so free 0x5571735fa440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa440 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa440 0.000115
+gallium_dri.so free 0x5571735fa680 void 0.000116
+gallium_dri.so free 0x5571735fa440 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa630 0.000115
+gallium_dri.so free 0x5571735fa700 void 0.000116
+gallium_dri.so free 0x5571735fa630 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa750 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000170
+gallium_dri.so free 0x5571735fa750 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa800 0.000113
+gallium_dri.so free 0x5571735fa880 void 0.000112
+gallium_dri.so free 0x5571735fa800 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa800 0.000111
+gallium_dri.so free 0x5571735fa900 void 0.000111
+gallium_dri.so free 0x5571735fa800 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa930 0.000110
+gallium_dri.so free 0x5571735fa980 void 0.000111
+gallium_dri.so free 0x5571735fa930 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa930 0.000111
+gallium_dri.so free 0x5571735faa80 void 0.000111
+gallium_dri.so free 0x5571735fa930 void 0.000111
+gallium_dri.so malloc 72 0x5571735faa30 0.000110
+gallium_dri.so free 0x5571735fab40 void 0.000112
+gallium_dri.so free 0x5571735faa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735faaf0 0.000111
+gallium_dri.so free 0x5571735fab80 void 0.000110
+gallium_dri.so free 0x5571735faaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faaf0 0.000110
+gallium_dri.so free 0x5571735fac40 void 0.000117
+gallium_dri.so free 0x5571735faaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735facb0 0.000117
+gallium_dri.so free 0x5571735fad00 void 0.000112
+gallium_dri.so free 0x5571735facb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735facb0 0.000112
+gallium_dri.so free 0x5571735fae00 void 0.000134
+gallium_dri.so free 0x5571735facb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fadb0 0.000131
+gallium_dri.so free 0x5571735faec0 void 0.000121
+gallium_dri.so free 0x5571735fadb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fae70 0.000117
+gallium_dri.so free 0x5571735faf00 void 0.000116
+gallium_dri.so free 0x5571735fae70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae70 0.000116
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735fae70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb000 0.000117
+gallium_dri.so free 0x5571735fb080 void 0.000116
+gallium_dri.so free 0x5571735fb000 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb080 0.000118
+gallium_dri.so free 0x5571735fb140 void 0.000129
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb080 0.000116
+gallium_dri.so free 0x5571735fb200 void 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb220 0.000122
+gallium_dri.so free 0x5571735fb2c0 void 0.000121
+gallium_dri.so free 0x5571735fb220 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb270 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000120
+gallium_dri.so free 0x5571735fb270 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb270 0.000142
+gallium_dri.so free 0x5571735fb3c0 void 0.000126
+gallium_dri.so free 0x5571735fb270 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000120
+gallium_dri.so free 0x5571735fb480 void 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000117
+gallium_dri.so free 0x5571735fb540 void 0.000116
+gallium_dri.so free 0x5571735fb3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000118
+gallium_dri.so free 0x5571735fb600 void 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000117
+gallium_dri.so free 0x5571735fb6c0 void 0.000117
+gallium_dri.so free 0x5571735fb5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb670 0.000116
+gallium_dri.so free 0x5571735fb740 void 0.000115
+gallium_dri.so free 0x5571735fb670 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb790 0.000116
+gallium_dri.so free 0x5571735fb800 void 0.000116
+gallium_dri.so free 0x5571735fb790 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb820 0.000122
+gallium_dri.so free 0x5571735fb8c0 void 0.000120
+gallium_dri.so free 0x5571735fb820 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb870 0.000116
+gallium_dri.so free 0x5571735fb940 void 0.000116
+gallium_dri.so free 0x5571735fb870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb870 0.000125
+gallium_dri.so free 0x5571735fb9c0 void 0.000126
+gallium_dri.so free 0x5571735fb870 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000121
+gallium_dri.so free 0x5571735fba80 void 0.000117
+gallium_dri.so free 0x5571735fb9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbb30 0.000117
+gallium_dri.so free 0x5571735fbbc0 void 0.000117
+gallium_dri.so free 0x5571735fbb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbb30 0.000115
+gallium_dri.so free 0x5571735fbc80 void 0.000117
+gallium_dri.so free 0x5571735fbb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000118
+gallium_dri.so free 0x5571735fbd40 void 0.000117
+gallium_dri.so free 0x5571735fbcc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbd40 0.000141
+gallium_dri.so free 0x5571735fbe00 void 0.000131
+gallium_dri.so free 0x5571735fbd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbd40 0.000127
+gallium_dri.so free 0x5571735fbe80 void 0.000125
+gallium_dri.so free 0x5571735fbd40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000126
+gallium_dri.so free 0x5571735fbf00 void 0.000141
+gallium_dri.so free 0x5571735fbeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000127
+gallium_dri.so free 0x5571735fc000 void 0.000125
+gallium_dri.so free 0x5571735fbeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc040 0.000125
+gallium_dri.so free 0x5571735fc0c0 void 0.000125
+gallium_dri.so free 0x5571735fc040 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc0c0 0.000124
+gallium_dri.so free 0x5571735fc180 void 0.000124
+gallium_dri.so free 0x5571735fc0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc0c0 0.000127
+gallium_dri.so free 0x5571735fc200 void 0.000126
+gallium_dri.so free 0x5571735fc0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc230 0.000182
+gallium_dri.so free 0x5571735fc280 void 0.000127
+gallium_dri.so free 0x5571735fc230 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc230 0.000126
+gallium_dri.so free 0x5571735fc380 void 0.000129
+gallium_dri.so free 0x5571735fc230 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc330 0.000125
+gallium_dri.so free 0x5571735fc440 void 0.000125
+gallium_dri.so free 0x5571735fc330 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000125
+gallium_dri.so free 0x5571735fc4c0 void 0.000133
+gallium_dri.so free 0x5571735fc3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000128
+gallium_dri.so free 0x5571735fc580 void 0.000125
+gallium_dri.so free 0x5571735fc3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000126
+gallium_dri.so free 0x5571735fc640 void 0.000125
+gallium_dri.so free 0x5571735fc3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000125
+gallium_dri.so free 0x5571735fc6c0 void 0.000126
+gallium_dri.so free 0x5571735fc5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc710 0.000126
+gallium_dri.so free 0x5571735fc780 void 0.000126
+gallium_dri.so free 0x5571735fc710 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000124
+gallium_dri.so free 0x5571735fc840 void 0.000125
+gallium_dri.so free 0x5571735fc7a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000124
+gallium_dri.so free 0x5571735fc8c0 void 0.000130
+gallium_dri.so free 0x5571735fc7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc8c0 0.000127
+gallium_dri.so free 0x5571735fc980 void 0.000125
+gallium_dri.so free 0x5571735fc8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc8c0 0.000125
+gallium_dri.so free 0x5571735fca00 void 0.000167
+gallium_dri.so free 0x5571735fc8c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fca00 0.000167
+gallium_dri.so free 0x5571735fcac0 void 0.000166
+gallium_dri.so free 0x5571735fca00 void 0.000164
+gallium_dri.so malloc 72 0x5571735fca00 0.000166
+gallium_dri.so free 0x5571735fcb80 void 0.000165
+gallium_dri.so free 0x5571735fca00 void 0.000164
+gallium_dri.so malloc 72 0x5571735fca00 0.000165
+gallium_dri.so free 0x5571735fcc40 void 0.000166
+gallium_dri.so free 0x5571735fca00 void 0.000168
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000165
+gallium_dri.so free 0x5571735fccc0 void 0.000166
+gallium_dri.so free 0x5571735fcbf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fcd10 0.000166
+gallium_dri.so free 0x5571735fcd80 void 0.000165
+gallium_dri.so free 0x5571735fcd10 void 0.000166
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000165
+gallium_dri.so free 0x5571735fce40 void 0.000177
+gallium_dri.so free 0x5571735fcdc0 void 0.000164
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000226
+gallium_dri.so free 0x5571735fcec0 void 0.000132
+gallium_dri.so free 0x5571735fcdc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcef0 0.000131
+gallium_dri.so free 0x5571735fcf40 void 0.000132
+gallium_dri.so free 0x5571735fcef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcef0 0.000132
+gallium_dri.so free 0x5571735fd040 void 0.000131
+gallium_dri.so free 0x5571735fcef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcff0 0.000131
+gallium_dri.so free 0x5571735fd100 void 0.000131
+gallium_dri.so free 0x5571735fcff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000130
+gallium_dri.so free 0x5571735fd140 void 0.000131
+gallium_dri.so free 0x5571735fd0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000132
+gallium_dri.so free 0x5571735fd200 void 0.000131
+gallium_dri.so free 0x5571735fd0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd270 0.000132
+gallium_dri.so free 0x5571735fd2c0 void 0.000131
+gallium_dri.so free 0x5571735fd270 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd270 0.000132
+gallium_dri.so free 0x5571735fd3c0 void 0.000132
+gallium_dri.so free 0x5571735fd270 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd370 0.000132
+gallium_dri.so free 0x5571735fd480 void 0.000132
+gallium_dri.so free 0x5571735fd370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd430 0.000130
+gallium_dri.so free 0x5571735fd4c0 void 0.000131
+gallium_dri.so free 0x5571735fd430 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd430 0.000132
+gallium_dri.so free 0x5571735fd580 void 0.000131
+gallium_dri.so free 0x5571735fd430 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000132
+gallium_dri.so free 0x5571735fd640 void 0.000132
+gallium_dri.so free 0x5571735fd5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd640 0.000132
+gallium_dri.so free 0x5571735fd700 void 0.000132
+gallium_dri.so free 0x5571735fd640 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd640 0.000133
+gallium_dri.so free 0x5571735fd7c0 void 0.000131
+gallium_dri.so free 0x5571735fd640 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000131
+gallium_dri.so free 0x5571735fd880 void 0.000239
+gallium_dri.so free 0x5571735fd7e0 void 0.000216
+gallium_dri.so malloc 72 0x5571735fd830 0.000238
+gallium_dri.so free 0x5571735fd900 void 0.000122
+gallium_dri.so free 0x5571735fd830 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd830 0.000117
+gallium_dri.so free 0x5571735fd980 void 0.000118
+gallium_dri.so free 0x5571735fd830 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd980 0.000114
+gallium_dri.so free 0x5571735fda40 void 0.000116
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd980 0.000116
+gallium_dri.so free 0x5571735fdb00 void 0.000115
+gallium_dri.so free 0x5571735fd980 void 0.000178
+gallium_dri.so malloc 72 0x5571735fd980 0.000122
+gallium_dri.so free 0x5571735fdbc0 void 0.000122
+gallium_dri.so free 0x5571735fd980 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdb70 0.000121
+gallium_dri.so free 0x5571735fdc80 void 0.000121
+gallium_dri.so free 0x5571735fdb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdc30 0.000120
+gallium_dri.so free 0x5571735fdd00 void 0.000122
+gallium_dri.so free 0x5571735fdc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdd50 0.000129
+gallium_dri.so free 0x5571735fddc0 void 0.000123
+gallium_dri.so free 0x5571735fdd50 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdde0 0.000122
+gallium_dri.so free 0x5571735fde80 void 0.000123
+gallium_dri.so free 0x5571735fdde0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fde30 0.000120
+gallium_dri.so free 0x5571735fdf00 void 0.000122
+gallium_dri.so free 0x5571735fde30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fde30 0.000122
+gallium_dri.so free 0x5571735fdf80 void 0.000120
+gallium_dri.so free 0x5571735fde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf80 0.000120
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf80 0.000122
+gallium_dri.so free 0x5571735fe140 void 0.000123
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000122
+gallium_dri.so free 0x5571735fe180 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000121
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe280 0.000122
+gallium_dri.so free 0x5571735fe300 void 0.000135
+gallium_dri.so free 0x5571735fe280 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe300 0.000121
+gallium_dri.so free 0x5571735fe3c0 void 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe300 0.000122
+gallium_dri.so free 0x5571735fe440 void 0.000133
+gallium_dri.so free 0x5571735fe300 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe470 0.000127
+gallium_dri.so free 0x5571735fe4c0 void 0.000123
+gallium_dri.so free 0x5571735fe470 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe470 0.000125
+gallium_dri.so free 0x5571735fe5c0 void 0.000124
+gallium_dri.so free 0x5571735fe470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe600 0.000124
+gallium_dri.so free 0x5571735fe680 void 0.000123
+gallium_dri.so free 0x5571735fe600 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe680 0.000123
+gallium_dri.so free 0x5571735fe740 void 0.000123
+gallium_dri.so free 0x5571735fe680 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe680 0.000131
+gallium_dri.so free 0x5571735fe7c0 void 0.000130
+gallium_dri.so free 0x5571735fe680 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000127
+gallium_dri.so free 0x5571735fe840 void 0.000127
+gallium_dri.so free 0x5571735fe7f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000131
+gallium_dri.so free 0x5571735fe940 void 0.000128
+gallium_dri.so free 0x5571735fe7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000122
+gallium_dri.so free 0x5571735fea00 void 0.000124
+gallium_dri.so free 0x5571735fe8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000122
+gallium_dri.so free 0x5571735fea80 void 0.000122
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000120
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000121
+gallium_dri.so free 0x5571735fec00 void 0.000122
+gallium_dri.so free 0x5571735fe9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735febb0 0.000120
+gallium_dri.so free 0x5571735fec80 void 0.000121
+gallium_dri.so free 0x5571735febb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fecd0 0.000122
+gallium_dri.so free 0x5571735fed40 void 0.000121
+gallium_dri.so free 0x5571735fecd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fed60 0.000120
+gallium_dri.so free 0x5571735fee00 void 0.000122
+gallium_dri.so free 0x5571735fed60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fedb0 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000121
+gallium_dri.so free 0x5571735fedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fee80 0.000121
+gallium_dri.so free 0x5571735fef40 void 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fee80 0.000121
+gallium_dri.so free 0x5571735fefc0 void 0.000122
+gallium_dri.so free 0x5571735fee80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff200 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000122
+gallium_dri.so free 0x5571735ff1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000120
+gallium_dri.so free 0x5571735ff340 void 0.000121
+gallium_dri.so free 0x5571735ff2d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff380 0.000122
+gallium_dri.so free 0x5571735ff400 void 0.000122
+gallium_dri.so free 0x5571735ff380 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff380 0.000121
+gallium_dri.so free 0x5571735ff480 void 0.000121
+gallium_dri.so free 0x5571735ff380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000122
+gallium_dri.so free 0x5571735ff4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000120
+gallium_dri.so free 0x5571735ff600 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000121
+gallium_dri.so free 0x5571735ff6c0 void 0.000121
+gallium_dri.so free 0x5571735ff5b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff670 0.000121
+gallium_dri.so free 0x5571735ff700 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000165
+gallium_dri.so malloc 72 0x5571735ff670 0.000129
+gallium_dri.so free 0x5571735ff7c0 void 0.000123
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff830 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000121
+gallium_dri.so free 0x5571735ff830 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff830 0.000120
+gallium_dri.so free 0x5571735ff980 void 0.000122
+gallium_dri.so free 0x5571735ff830 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff930 0.000125
+gallium_dri.so free 0x5571735ffa40 void 0.000121
+gallium_dri.so free 0x5571735ff930 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000121
+gallium_dri.so free 0x5571735ffa80 void 0.000120
+gallium_dri.so free 0x5571735ff9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000121
+gallium_dri.so free 0x5571735ffb40 void 0.000121
+gallium_dri.so free 0x5571735ff9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffb80 0.000122
+gallium_dri.so free 0x5571735ffc00 void 0.000121
+gallium_dri.so free 0x5571735ffb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffc00 0.000121
+gallium_dri.so free 0x5571735ffcc0 void 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffc00 0.000120
+gallium_dri.so free 0x5571735ffd80 void 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffda0 0.000121
+gallium_dri.so free 0x5571735ffe40 void 0.000121
+gallium_dri.so free 0x5571735ffda0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000121
+gallium_dri.so free 0x5571735fff40 void 0.000122
+gallium_dri.so free 0x5571735ffdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000120
+gallium_dri.so free 0x5571735b4500 void 0.000125
+gallium_dri.so free 0x5571735ffdf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b44b0 0.000122
+gallium_dri.so free 0x557173454440 void 0.000122
+gallium_dri.so free 0x5571735b44b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734543f0 0.000121
+gallium_dri.so free 0x5571735b4280 void 0.000124
+gallium_dri.so free 0x5571734543f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734543f0 0.000121
+gallium_dri.so free 0x5571735b4b80 void 0.000122
+gallium_dri.so free 0x5571734543f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4b80 0.000121
+gallium_dri.so free 0x5571735b3ec0 void 0.000121
+gallium_dri.so free 0x5571735b4b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3e70 0.000120
+gallium_dri.so free 0x5571735b3f40 void 0.000121
+gallium_dri.so free 0x5571735b3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735b3f90 0.000120
+gallium_dri.so free 0x5571735b4340 void 0.000121
+gallium_dri.so free 0x5571735b3f90 void 0.000121
+gallium_dri.so malloc 72 0x5571735b42f0 0.000120
+gallium_dri.so free 0x5571735b4000 void 0.000120
+gallium_dri.so free 0x5571735b42f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4030 0.000120
+gallium_dri.so free 0x5571735b4080 void 0.000122
+gallium_dri.so free 0x5571735b4030 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4030 0.000124
+gallium_dri.so free 0x5571735b4600 void 0.000121
+gallium_dri.so free 0x5571735b4030 void 0.000175
+gallium_dri.so malloc 72 0x5571735b4650 0.000123
+gallium_dri.so free 0x5571735b46c0 void 0.000121
+gallium_dri.so free 0x5571735b4650 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4700 0.000123
+gallium_dri.so free 0x5571735b4780 void 0.000122
+gallium_dri.so free 0x5571735b4700 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4700 0.000121
+gallium_dri.so free 0x5571735b4800 void 0.000122
+gallium_dri.so free 0x5571735b4700 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4830 0.000120
+gallium_dri.so free 0x5571735b4880 void 0.000122
+gallium_dri.so free 0x5571735b4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4830 0.000121
+gallium_dri.so free 0x5571735b4980 void 0.000122
+gallium_dri.so free 0x5571735b4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735b4930 0.000121
+gallium_dri.so free 0x5571735e14c0 void 0.000121
+gallium_dri.so free 0x5571735b4930 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1470 0.000121
+gallium_dri.so free 0x5571735e1500 void 0.000121
+gallium_dri.so free 0x5571735e1470 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1470 0.000173
+gallium_dri.so free 0x5571735e15c0 void 0.000122
+gallium_dri.so free 0x5571735e1470 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1630 0.000121
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1630 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1630 0.000121
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so free 0x5571735e1630 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1730 0.000123
+gallium_dri.so free 0x5571735e1840 void 0.000121
+gallium_dri.so free 0x5571735e1730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e17f0 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000122
+gallium_dri.so free 0x5571735e17f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e17f0 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000146
+gallium_dri.so free 0x5571735e17f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1980 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000122
+gallium_dri.so free 0x5571735e1980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a00 0.000122
+gallium_dri.so free 0x5571735e1ac0 void 0.000122
+gallium_dri.so free 0x5571735e1a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1a00 0.000121
+gallium_dri.so free 0x5571735e1b80 void 0.000132
+gallium_dri.so free 0x5571735e1a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ba0 0.000121
+gallium_dri.so free 0x5571735e1c40 void 0.000122
+gallium_dri.so free 0x5571735e1ba0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000121
+gallium_dri.so free 0x5571735e1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000120
+gallium_dri.so free 0x5571735e1d40 void 0.000122
+gallium_dri.so free 0x5571735e1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1d40 0.000122
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1d40 0.000122
+gallium_dri.so free 0x5571735e1ec0 void 0.000123
+gallium_dri.so free 0x5571735e1d40 void 0.000159
+gallium_dri.so malloc 72 0x5571735e1d40 0.000126
+gallium_dri.so free 0x5571735e1f80 void 0.000124
+gallium_dri.so free 0x5571735e1d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1f30 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000123
+gallium_dri.so free 0x5571735e1f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000121
+gallium_dri.so free 0x5571735e20c0 void 0.000120
+gallium_dri.so free 0x5571735e1ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2110 0.000123
+gallium_dri.so free 0x5571735e2180 void 0.000121
+gallium_dri.so free 0x5571735e2110 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21a0 0.000121
+gallium_dri.so free 0x5571735e2240 void 0.000122
+gallium_dri.so free 0x5571735e21a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21f0 0.000121
+gallium_dri.so free 0x5571735e22c0 void 0.000120
+gallium_dri.so free 0x5571735e21f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21f0 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000121
+gallium_dri.so free 0x5571735e21f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2340 0.000122
+gallium_dri.so free 0x5571735e2400 void 0.000120
+gallium_dri.so free 0x5571735e2340 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2340 0.000122
+gallium_dri.so free 0x5571735e2500 void 0.000122
+gallium_dri.so free 0x5571735e2340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2540 void 0.000120
+gallium_dri.so free 0x5571735e24b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e24b0 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000121
+gallium_dri.so free 0x5571735e24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2640 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000127
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26c0 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000112
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26c0 0.000112
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2880 void 0.000112
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000115
+gallium_dri.so malloc 72 0x5571735e29c0 0.000125
+gallium_dri.so free 0x5571735e2a40 void 0.000125
+gallium_dri.so free 0x5571735e29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a40 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a40 0.000113
+gallium_dri.so free 0x5571735e2b80 void 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000112
+gallium_dri.so free 0x5571735e2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000112
+gallium_dri.so free 0x5571735e2bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000123
+gallium_dri.so free 0x5571735e2dc0 void 0.000168
+gallium_dri.so free 0x5571735e2cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2d70 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000123
+gallium_dri.so free 0x5571735e2d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2d70 0.000122
+gallium_dri.so free 0x5571735e2f00 void 0.000123
+gallium_dri.so free 0x5571735e2d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2d70 0.000122
+gallium_dri.so free 0x5571735e2fc0 void 0.000122
+gallium_dri.so free 0x5571735e2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2f70 0.000128
+gallium_dri.so free 0x5571735e3040 void 0.000122
+gallium_dri.so free 0x5571735e2f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3090 0.000122
+gallium_dri.so free 0x5571735e3100 void 0.000121
+gallium_dri.so free 0x5571735e3090 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3120 0.000120
+gallium_dri.so free 0x5571735e31c0 void 0.000122
+gallium_dri.so free 0x5571735e3120 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3170 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000120
+gallium_dri.so free 0x5571735e3170 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3240 0.000169
+gallium_dri.so free 0x5571735e3300 void 0.000124
+gallium_dri.so free 0x5571735e3240 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3240 0.000121
+gallium_dri.so free 0x5571735e3380 void 0.000121
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3380 0.000122
+gallium_dri.so free 0x5571735e3440 void 0.000121
+gallium_dri.so free 0x5571735e3380 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3380 0.000122
+gallium_dri.so free 0x5571735e3500 void 0.000122
+gallium_dri.so free 0x5571735e3380 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3380 0.000122
+gallium_dri.so free 0x5571735e35c0 void 0.000123
+gallium_dri.so free 0x5571735e3380 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3570 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so free 0x5571735e3570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3690 0.000121
+gallium_dri.so free 0x5571735e3700 void 0.000121
+gallium_dri.so free 0x5571735e3690 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3740 0.000122
+gallium_dri.so free 0x5571735e37c0 void 0.000123
+gallium_dri.so free 0x5571735e3740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3740 0.000121
+gallium_dri.so free 0x5571735e3d40 void 0.000131
+gallium_dri.so free 0x5571735e3740 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3740 0.000122
+gallium_dri.so free 0x5571735e3e00 void 0.000123
+gallium_dri.so free 0x5571735e3740 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3db0 0.000118
+gallium_dri.so free 0x5571735e3e80 void 0.000121
+gallium_dri.so free 0x5571735e3db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3ed0 0.000119
+gallium_dri.so free 0x5571735e3f40 void 0.000123
+gallium_dri.so free 0x5571735e3ed0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3f60 0.000119
+gallium_dri.so free 0x5571735e4000 void 0.000122
+gallium_dri.so free 0x5571735e3f60 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000121
+gallium_dri.so free 0x5571735e3fb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000123
+gallium_dri.so free 0x5571735e4180 void 0.000122
+gallium_dri.so free 0x5571735e3fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4130 0.000121
+gallium_dri.so free 0x5571735e4200 void 0.000122
+gallium_dri.so free 0x5571735e4130 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4250 0.000124
+gallium_dri.so free 0x5571735e42c0 void 0.000123
+gallium_dri.so free 0x5571735e4250 void 0.000129
+gallium_dri.so malloc 72 0x5571735e42e0 0.000122
+gallium_dri.so free 0x5571735e4380 void 0.000121
+gallium_dri.so free 0x5571735e42e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4330 0.000122
+gallium_dri.so free 0x5571735e4400 void 0.000121
+gallium_dri.so free 0x5571735e4330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4330 0.000121
+gallium_dri.so free 0x5571735e4480 void 0.000121
+gallium_dri.so free 0x5571735e4330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4480 0.000121
+gallium_dri.so free 0x5571735e4540 void 0.000121
+gallium_dri.so free 0x5571735e4480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4480 0.000123
+gallium_dri.so free 0x5571735e4640 void 0.000120
+gallium_dri.so free 0x5571735e4480 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4480 0.000118
+gallium_dri.so free 0x5571735e46c0 void 0.000118
+gallium_dri.so free 0x5571735e4480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e46f0 0.000122
+gallium_dri.so free 0x5571735e4740 void 0.000122
+gallium_dri.so free 0x5571735e46f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e46f0 0.000121
+gallium_dri.so free 0x5571735e4840 void 0.000121
+gallium_dri.so free 0x5571735e46f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e47f0 0.000123
+gallium_dri.so free 0x5571735e4900 void 0.000189
+gallium_dri.so free 0x5571735e47f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e48b0 0.000121
+gallium_dri.so free 0x5571735e4940 void 0.000121
+gallium_dri.so free 0x5571735e48b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e48b0 0.000122
+gallium_dri.so free 0x5571735e4a00 void 0.000123
+gallium_dri.so free 0x5571735e48b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4a50 0.000120
+gallium_dri.so free 0x5571735e4ac0 void 0.000122
+gallium_dri.so free 0x5571735e4a50 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b00 0.000121
+gallium_dri.so free 0x5571735e4b80 void 0.000122
+gallium_dri.so free 0x5571735e4b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4b80 0.000120
+gallium_dri.so free 0x5571735e4c40 void 0.000119
+gallium_dri.so free 0x5571735e4b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4b80 0.000122
+gallium_dri.so free 0x5571735e4cc0 void 0.000122
+gallium_dri.so free 0x5571735e4b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000121
+gallium_dri.so free 0x5571735e4d40 void 0.000122
+gallium_dri.so free 0x5571735e4cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000121
+gallium_dri.so free 0x5571735e4e40 void 0.000145
+gallium_dri.so free 0x5571735e4cf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e4df0 0.000121
+gallium_dri.so free 0x5571735e4f00 void 0.000120
+gallium_dri.so free 0x5571735e4df0 void 0.000160
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000119
+gallium_dri.so free 0x5571735e4f80 void 0.000123
+gallium_dri.so free 0x5571735e4eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4fa0 0.000123
+gallium_dri.so free 0x5571735e5040 void 0.000119
+gallium_dri.so free 0x5571735e4fa0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000122
+gallium_dri.so free 0x5571735e50c0 void 0.000121
+gallium_dri.so free 0x5571735e4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000122
+gallium_dri.so free 0x5571735e5140 void 0.000119
+gallium_dri.so free 0x5571735e4ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5140 0.000121
+gallium_dri.so free 0x5571735e5200 void 0.000121
+gallium_dri.so free 0x5571735e5140 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5140 0.000121
+gallium_dri.so free 0x5571735e52c0 void 0.000127
+gallium_dri.so free 0x5571735e5140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5140 0.000122
+gallium_dri.so free 0x5571735e5380 void 0.000122
+gallium_dri.so free 0x5571735e5140 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5330 0.000134
+gallium_dri.so free 0x5571735e5380 void 0.000122
+gallium_dri.so free 0x5571735e5330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5330 0.000119
+gallium_dri.so free 0x5571735e5480 void 0.000122
+gallium_dri.so free 0x5571735e5330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5430 0.000122
+gallium_dri.so free 0x5571735e5540 void 0.000122
+gallium_dri.so free 0x5571735e5430 void 0.000122
+gallium_dri.so malloc 72 0x5571735e54f0 0.000122
+gallium_dri.so free 0x5571735e5580 void 0.000123
+gallium_dri.so free 0x5571735e54f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e54f0 0.000122
+gallium_dri.so free 0x5571735e5640 void 0.000119
+gallium_dri.so free 0x5571735e54f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5680 0.000123
+gallium_dri.so free 0x5571735e5700 void 0.000122
+gallium_dri.so free 0x5571735e5680 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5700 0.000119
+gallium_dri.so free 0x5571735e57c0 void 0.000122
+gallium_dri.so free 0x5571735e5700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5700 0.000122
+gallium_dri.so free 0x5571735e5880 void 0.000122
+gallium_dri.so free 0x5571735e5700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e58a0 0.000119
+gallium_dri.so free 0x5571735e5940 void 0.000122
+gallium_dri.so free 0x5571735e58a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e58f0 0.000121
+gallium_dri.so free 0x5571735e59c0 void 0.000122
+gallium_dri.so free 0x5571735e58f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e58f0 0.000122
+gallium_dri.so free 0x5571735e5a40 void 0.000128
+gallium_dri.so free 0x5571735e58f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5a40 0.000121
+gallium_dri.so free 0x5571735e5b00 void 0.000123
+gallium_dri.so free 0x5571735e5a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5a40 0.000120
+gallium_dri.so free 0x5571735e5bc0 void 0.000121
+gallium_dri.so free 0x5571735e5a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5a40 0.000122
+gallium_dri.so free 0x5571735e5c80 void 0.000122
+gallium_dri.so free 0x5571735e5a40 void 0.000166
+gallium_dri.so malloc 72 0x5571735e5c30 0.000123
+gallium_dri.so free 0x5571735e5d40 void 0.000123
+gallium_dri.so free 0x5571735e5c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000121
+gallium_dri.so free 0x5571735e5dc0 void 0.000122
+gallium_dri.so free 0x5571735e5cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5e10 0.000121
+gallium_dri.so free 0x5571735e5e80 void 0.000121
+gallium_dri.so free 0x5571735e5e10 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ea0 0.000120
+gallium_dri.so free 0x5571735e5f40 void 0.000122
+gallium_dri.so free 0x5571735e5ea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000123
+gallium_dri.so free 0x5571735e5fc0 void 0.000124
+gallium_dri.so free 0x5571735e5ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000121
+gallium_dri.so free 0x5571735e6040 void 0.000120
+gallium_dri.so free 0x5571735e5ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6040 0.000120
+gallium_dri.so free 0x5571735e6100 void 0.000127
+gallium_dri.so free 0x5571735e6040 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6040 0.000121
+gallium_dri.so free 0x5571735e6200 void 0.000121
+gallium_dri.so free 0x5571735e6040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e61b0 0.000122
+gallium_dri.so free 0x557173455400 void 0.000121
+gallium_dri.so free 0x5571735e61b0 void 0.000121
+gallium_dri.so malloc 72 0x557173455430 0.000121
+gallium_dri.so free 0x557173455480 void 0.000122
+gallium_dri.so free 0x557173455430 void 0.000122
+gallium_dri.so malloc 72 0x557173455430 0.000121
+gallium_dri.so free 0x557173455580 void 0.000121
+gallium_dri.so free 0x557173455430 void 0.000121
+gallium_dri.so malloc 72 0x557173455530 0.000122
+gallium_dri.so free 0x557173455640 void 0.000133
+gallium_dri.so free 0x557173455530 void 0.000121
+gallium_dri.so malloc 72 0x5571734555f0 0.000121
+gallium_dri.so free 0x557173455680 void 0.000120
+gallium_dri.so free 0x5571734555f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734555f0 0.000122
+gallium_dri.so free 0x557173455740 void 0.000121
+gallium_dri.so free 0x5571734555f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734557b0 0.000121
+gallium_dri.so free 0x557173455800 void 0.000122
+gallium_dri.so free 0x5571734557b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734557b0 0.000121
+gallium_dri.so free 0x557173455900 void 0.000122
+gallium_dri.so free 0x5571734557b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734558b0 0.000121
+gallium_dri.so free 0x5571734559c0 void 0.000121
+gallium_dri.so free 0x5571734558b0 void 0.000121
+gallium_dri.so malloc 72 0x557173455970 0.000120
+gallium_dri.so free 0x557173455a00 void 0.000122
+gallium_dri.so free 0x557173455970 void 0.000121
+gallium_dri.so malloc 72 0x557173455970 0.000122
+gallium_dri.so free 0x557173455ac0 void 0.000122
+gallium_dri.so free 0x557173455970 void 0.000121
+gallium_dri.so malloc 72 0x557173455b00 0.000122
+gallium_dri.so free 0x557173455b80 void 0.000122
+gallium_dri.so free 0x557173455b00 void 0.000174
+gallium_dri.so malloc 72 0x557173455b80 0.000123
+gallium_dri.so free 0x557173455c40 void 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000119
+gallium_dri.so malloc 72 0x557173455b80 0.000125
+gallium_dri.so free 0x557173455d00 void 0.000122
+gallium_dri.so free 0x557173455b80 void 0.000121
+gallium_dri.so malloc 72 0x557173455d20 0.000121
+gallium_dri.so free 0x557173455dc0 void 0.000122
+gallium_dri.so free 0x557173455d20 void 0.000122
+gallium_dri.so malloc 72 0x557173455d70 0.000121
+gallium_dri.so free 0x557173455e40 void 0.000122
+gallium_dri.so free 0x557173455d70 void 0.000121
+gallium_dri.so malloc 72 0x557173455d70 0.000124
+gallium_dri.so free 0x557173455ec0 void 0.000122
+gallium_dri.so free 0x557173455d70 void 0.000119
+gallium_dri.so malloc 72 0x557173455ec0 0.000122
+gallium_dri.so free 0x557173455f80 void 0.000121
+gallium_dri.so free 0x557173455ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173455ec0 0.000119
+gallium_dri.so free 0x557173456040 void 0.000122
+gallium_dri.so free 0x557173455ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173455ec0 0.000119
+gallium_dri.so free 0x557173456100 void 0.000121
+gallium_dri.so free 0x557173455ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571734560b0 0.000119
+gallium_dri.so free 0x5571734561c0 void 0.000184
+gallium_dri.so free 0x5571734560b0 void 0.000136
+gallium_dri.so malloc 72 0x557173456170 0.000125
+gallium_dri.so free 0x557173456240 void 0.000128
+gallium_dri.so free 0x557173456170 void 0.000123
+gallium_dri.so malloc 72 0x557173456290 0.000119
+gallium_dri.so free 0x557173456300 void 0.000123
+gallium_dri.so free 0x557173456290 void 0.000122
+gallium_dri.so malloc 72 0x557173456320 0.000119
+gallium_dri.so free 0x5571734563c0 void 0.000122
+gallium_dri.so free 0x557173456320 void 0.000121
+gallium_dri.so malloc 72 0x557173456370 0.000122
+gallium_dri.so free 0x557173456440 void 0.000122
+gallium_dri.so free 0x557173456370 void 0.000123
+gallium_dri.so malloc 72 0x557173456370 0.000121
+gallium_dri.so free 0x5571734564c0 void 0.000119
+gallium_dri.so free 0x557173456370 void 0.000122
+gallium_dri.so malloc 72 0x5571734564c0 0.000122
+gallium_dri.so free 0x557173456580 void 0.000121
+gallium_dri.so free 0x5571734564c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734564c0 0.000120
+gallium_dri.so free 0x557173456680 void 0.000122
+gallium_dri.so free 0x5571734564c0 void 0.000121
+gallium_dri.so malloc 72 0x557173456630 0.000121
+gallium_dri.so free 0x5571734566c0 void 0.000136
+gallium_dri.so free 0x557173456630 void 0.000124
+gallium_dri.so malloc 72 0x557173456630 0.000121
+gallium_dri.so free 0x557173456780 void 0.000121
+gallium_dri.so free 0x557173456630 void 0.000122
+gallium_dri.so malloc 72 0x5571734567c0 0.000122
+gallium_dri.so free 0x557173456840 void 0.000123
+gallium_dri.so free 0x5571734567c0 void 0.000122
+gallium_dri.so malloc 72 0x557173456840 0.000120
+gallium_dri.so free 0x557173456900 void 0.000122
+gallium_dri.so free 0x557173456840 void 0.000122
+gallium_dri.so malloc 72 0x557173456840 0.000126
+gallium_dri.so free 0x557173456980 void 0.000121
+gallium_dri.so free 0x557173456840 void 0.000122
+gallium_dri.so malloc 72 0x5571734569b0 0.000123
+gallium_dri.so free 0x557173456a00 void 0.000122
+gallium_dri.so free 0x5571734569b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734569b0 0.000142
+gallium_dri.so free 0x557173456b00 void 0.000144
+gallium_dri.so free 0x5571734569b0 void 0.000142
+gallium_dri.so malloc 72 0x557173456b40 0.000144
+gallium_dri.so free 0x557173456bc0 void 0.000143
+gallium_dri.so free 0x557173456b40 void 0.000142
+gallium_dri.so malloc 72 0x557173456bc0 0.000142
+gallium_dri.so free 0x557173456c80 void 0.000141
+gallium_dri.so free 0x557173456bc0 void 0.000144
+gallium_dri.so malloc 72 0x557173456bc0 0.000143
+gallium_dri.so free 0x557173456d00 void 0.000142
+gallium_dri.so free 0x557173456bc0 void 0.000143
+gallium_dri.so malloc 72 0x557173456d30 0.000145
+gallium_dri.so free 0x557173456d80 void 0.000143
+gallium_dri.so free 0x557173456d30 void 0.000151
+gallium_dri.so malloc 72 0x557173456d30 0.000143
+gallium_dri.so free 0x557173456e80 void 0.000144
+gallium_dri.so free 0x557173456d30 void 0.000143
+gallium_dri.so malloc 72 0x557173456e30 0.000143
+gallium_dri.so free 0x557173456f40 void 0.000145
+gallium_dri.so free 0x557173456e30 void 0.000144
+gallium_dri.so malloc 72 0x557173456ef0 0.000144
+gallium_dri.so free 0x557173456fc0 void 0.000144
+gallium_dri.so free 0x557173456ef0 void 0.000142
+gallium_dri.so malloc 72 0x557173456ef0 0.000143
+gallium_dri.so free 0x557173457080 void 0.000144
+gallium_dri.so free 0x557173456ef0 void 0.000143
+gallium_dri.so malloc 72 0x557173456ef0 0.000143
+gallium_dri.so free 0x557173457140 void 0.000143
+gallium_dri.so free 0x557173456ef0 void 0.000159
+gallium_dri.so malloc 72 0x5571734570f0 0.000148
+gallium_dri.so free 0x5571734571c0 void 0.000182
+gallium_dri.so free 0x5571734570f0 void 0.000145
+gallium_dri.so malloc 72 0x557173457210 0.000144
+gallium_dri.so free 0x557173457280 void 0.000140
+gallium_dri.so free 0x557173457210 void 0.000142
+gallium_dri.so malloc 72 0x5571734572a0 0.000144
+gallium_dri.so free 0x557173457340 void 0.000144
+gallium_dri.so free 0x5571734572a0 void 0.000142
+gallium_dri.so malloc 72 0x5571734572f0 0.000143
+gallium_dri.so free 0x5571734573c0 void 0.000144
+gallium_dri.so free 0x5571734572f0 void 0.000143
+gallium_dri.so malloc 72 0x5571734573c0 0.000142
+gallium_dri.so free 0x557173457480 void 0.000144
+gallium_dri.so free 0x5571734573c0 void 0.000144
+gallium_dri.so malloc 72 0x5571734573c0 0.000141
+gallium_dri.so free 0x557173457500 void 0.000142
+gallium_dri.so free 0x5571734573c0 void 0.000142
+gallium_dri.so malloc 72 0x557173457500 0.000143
+gallium_dri.so free 0x5571734575c0 void 0.000144
+gallium_dri.so free 0x557173457500 void 0.000144
+gallium_dri.so malloc 72 0x557173457500 0.000180
+gallium_dri.so free 0x557173457680 void 0.000145
+gallium_dri.so free 0x557173457500 void 0.000141
+gallium_dri.so malloc 72 0x557173457500 0.000143
+gallium_dri.so free 0x557173457740 void 0.000143
+gallium_dri.so free 0x557173457500 void 0.000151
+gallium_dri.so malloc 72 0x5571734576f0 0.000127
+gallium_dri.so free 0x5571734577c0 void 0.000123
+gallium_dri.so free 0x5571734576f0 void 0.000121
+gallium_dri.so malloc 72 0x557173457810 0.000122
+gallium_dri.so free 0x557173457880 void 0.000122
+gallium_dri.so free 0x557173457810 void 0.000121
+gallium_dri.so malloc 72 0x5571734578c0 0.000123
+gallium_dri.so free 0x557173457940 void 0.000123
+gallium_dri.so free 0x5571734578c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734578c0 0.000121
+gallium_dri.so free 0x5571734579c0 void 0.000122
+gallium_dri.so free 0x5571734578c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734579f0 0.000123
+gallium_dri.so free 0x557173457a40 void 0.000123
+gallium_dri.so free 0x5571734579f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734579f0 0.000121
+gallium_dri.so free 0x557173457b40 void 0.000122
+gallium_dri.so free 0x5571734579f0 void 0.000121
+gallium_dri.so malloc 72 0x557173457af0 0.000131
+gallium_dri.so free 0x557173457c00 void 0.000123
+gallium_dri.so free 0x557173457af0 void 0.000122
+gallium_dri.so malloc 72 0x557173457bb0 0.000120
+gallium_dri.so free 0x557173457c40 void 0.000122
+gallium_dri.so free 0x557173457bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173457bb0 0.000122
+gallium_dri.so free 0x557173457d00 void 0.000124
+gallium_dri.so free 0x557173457bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173457d70 0.000119
+gallium_dri.so free 0x557173457dc0 void 0.000123
+gallium_dri.so free 0x557173457d70 void 0.000121
+gallium_dri.so malloc 72 0x557173457d70 0.000121
+gallium_dri.so free 0x557173457ec0 void 0.000121
+gallium_dri.so free 0x557173457d70 void 0.000121
+gallium_dri.so malloc 72 0x557173457e70 0.000120
+gallium_dri.so free 0x557173457f80 void 0.000121
+gallium_dri.so free 0x557173457e70 void 0.000117
+gallium_dri.so malloc 72 0x557173457f30 0.000121
+gallium_dri.so free 0x557173457fc0 void 0.000121
+gallium_dri.so free 0x557173457f30 void 0.000120
+gallium_dri.so malloc 72 0x557173457f30 0.000122
+gallium_dri.so free 0x557173458080 void 0.000122
+gallium_dri.so free 0x557173457f30 void 0.000119
+gallium_dri.so malloc 72 0x5571734580c0 0.000119
+gallium_dri.so free 0x557173458140 void 0.000121
+gallium_dri.so free 0x5571734580c0 void 0.000145
+gallium_dri.so malloc 72 0x557173458140 0.000122
+gallium_dri.so free 0x557173458200 void 0.000121
+gallium_dri.so free 0x557173458140 void 0.000122
+gallium_dri.so malloc 72 0x557173458140 0.000120
+gallium_dri.so free 0x5571734582c0 void 0.000122
+gallium_dri.so free 0x557173458140 void 0.000120
+gallium_dri.so malloc 72 0x5571734582e0 0.000119
+gallium_dri.so free 0x557173458380 void 0.000122
+gallium_dri.so free 0x5571734582e0 void 0.000118
+gallium_dri.so malloc 72 0x557173458330 0.000122
+gallium_dri.so free 0x557173458400 void 0.000122
+gallium_dri.so free 0x557173458330 void 0.000123
+gallium_dri.so malloc 72 0x557173458330 0.000121
+gallium_dri.so free 0x557173458480 void 0.000121
+gallium_dri.so free 0x557173458330 void 0.000121
+gallium_dri.so malloc 72 0x557173458480 0.000120
+gallium_dri.so free 0x557173458540 void 0.000122
+gallium_dri.so free 0x557173458480 void 0.000120
+gallium_dri.so malloc 72 0x557173458480 0.000120
+gallium_dri.so free 0x557173458600 void 0.000119
+gallium_dri.so free 0x557173458480 void 0.000120
+gallium_dri.so malloc 72 0x557173458480 0.000125
+gallium_dri.so free 0x5571734586c0 void 0.000120
+gallium_dri.so free 0x557173458480 void 0.000119
+gallium_dri.so malloc 72 0x557173458670 0.000118
+gallium_dri.so free 0x557173458780 void 0.000171
+gallium_dri.so free 0x557173458670 void 0.000122
+gallium_dri.so malloc 72 0x557173458730 0.000141
+gallium_dri.so free 0x557173458800 void 0.000131
+gallium_dri.so free 0x557173458730 void 0.000121
+gallium_dri.so malloc 72 0x557173458850 0.000122
+gallium_dri.so free 0x5571734588c0 void 0.000121
+gallium_dri.so free 0x557173458850 void 0.000120
+gallium_dri.so malloc 72 0x5571734588e0 0.000121
+gallium_dri.so free 0x557173458980 void 0.000119
+gallium_dri.so free 0x5571734588e0 void 0.000121
+gallium_dri.so malloc 72 0x557173458930 0.000119
+gallium_dri.so free 0x557173458a00 void 0.000121
+gallium_dri.so free 0x557173458930 void 0.000120
+gallium_dri.so malloc 72 0x557173458930 0.000119
+gallium_dri.so free 0x557173458a80 void 0.000119
+gallium_dri.so free 0x557173458930 void 0.000122
+gallium_dri.so malloc 72 0x557173458a80 0.000121
+gallium_dri.so free 0x55717358e6c0 void 0.000119
+gallium_dri.so free 0x557173458a80 void 0.000120
+gallium_dri.so malloc 72 0x55717358e700 0.000120
+gallium_dri.so free 0x55717358e780 void 0.000121
+gallium_dri.so free 0x55717358e700 void 0.000121
+gallium_dri.so malloc 72 0x55717358e700 0.000121
+gallium_dri.so free 0x557173458b40 void 0.000122
+gallium_dri.so free 0x55717358e700 void 0.000133
+gallium_dri.so malloc 72 0x55717358e700 0.000123
+gallium_dri.so free 0x55717358e800 void 0.000121
+gallium_dri.so free 0x55717358e700 void 0.000120
+gallium_dri.so malloc 72 0x55717358e840 0.000121
+gallium_dri.so free 0x55717358e8c0 void 0.000121
+gallium_dri.so free 0x55717358e840 void 0.000121
+gallium_dri.so malloc 72 0x55717358e8c0 0.000121
+gallium_dri.so free 0x55717358e980 void 0.000121
+gallium_dri.so free 0x55717358e8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e8c0 0.000121
+gallium_dri.so free 0x55717358ea00 void 0.000123
+gallium_dri.so free 0x55717358e8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ea30 0.000121
+gallium_dri.so free 0x55717358ea80 void 0.000121
+gallium_dri.so free 0x55717358ea30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ea30 0.000122
+gallium_dri.so free 0x55717358eb80 void 0.000119
+gallium_dri.so free 0x55717358ea30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ebc0 0.000121
+gallium_dri.so free 0x55717358ec40 void 0.000121
+gallium_dri.so free 0x55717358ebc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec40 0.000120
+gallium_dri.so free 0x55717358ed00 void 0.000120
+gallium_dri.so free 0x55717358ec40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec40 0.000122
+gallium_dri.so free 0x55717358ed80 void 0.000194
+gallium_dri.so free 0x55717358ec40 void 0.000122
+gallium_dri.so malloc 72 0x55717358edb0 0.000121
+gallium_dri.so free 0x55717358ee00 void 0.000122
+gallium_dri.so free 0x55717358edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358edb0 0.000122
+gallium_dri.so free 0x55717358ef00 void 0.000120
+gallium_dri.so free 0x55717358edb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eeb0 0.000121
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so free 0x55717358eeb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef70 0.000121
+gallium_dri.so free 0x55717358f040 void 0.000129
+gallium_dri.so free 0x55717358ef70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ef70 0.000121
+gallium_dri.so free 0x55717358f100 void 0.000123
+gallium_dri.so free 0x55717358ef70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef70 0.000122
+gallium_dri.so free 0x55717358f1c0 void 0.000123
+gallium_dri.so free 0x55717358ef70 void 0.000120
+gallium_dri.so malloc 72 0x55717358f170 0.000122
+gallium_dri.so free 0x55717358f240 void 0.000118
+gallium_dri.so free 0x55717358f170 void 0.000117
+gallium_dri.so malloc 72 0x55717358f290 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so free 0x55717358f290 void 0.000174
+gallium_dri.so malloc 72 0x55717358f320 0.000121
+gallium_dri.so free 0x55717358f3c0 void 0.000119
+gallium_dri.so free 0x55717358f320 void 0.000118
+gallium_dri.so malloc 72 0x55717358f370 0.000120
+gallium_dri.so free 0x55717358f440 void 0.000119
+gallium_dri.so free 0x55717358f370 void 0.000119
+gallium_dri.so malloc 72 0x55717358f440 0.000120
+gallium_dri.so free 0x55717358f500 void 0.000119
+gallium_dri.so free 0x55717358f440 void 0.000119
+gallium_dri.so malloc 72 0x55717358f440 0.000119
+gallium_dri.so free 0x55717358f580 void 0.000119
+gallium_dri.so free 0x55717358f440 void 0.000116
+gallium_dri.so malloc 72 0x55717358f580 0.000119
+gallium_dri.so free 0x55717358f640 void 0.000117
+gallium_dri.so free 0x55717358f580 void 0.000119
+gallium_dri.so malloc 72 0x55717358f580 0.000117
+gallium_dri.so free 0x55717358f700 void 0.000119
+gallium_dri.so free 0x55717358f580 void 0.000119
+gallium_dri.so malloc 72 0x55717358f580 0.000117
+gallium_dri.so free 0x55717358f7c0 void 0.000120
+gallium_dri.so free 0x55717358f580 void 0.000117
+gallium_dri.so malloc 72 0x55717358f770 0.000119
+gallium_dri.so free 0x55717358f840 void 0.000120
+gallium_dri.so free 0x55717358f770 void 0.000116
+gallium_dri.so malloc 72 0x55717358f890 0.000119
+gallium_dri.so free 0x55717358f900 void 0.000125
+gallium_dri.so free 0x55717358f890 void 0.000121
+gallium_dri.so malloc 72 0x55717358f940 0.000122
+gallium_dri.so free 0x55717358f9c0 void 0.000121
+gallium_dri.so free 0x55717358f940 void 0.000136
+gallium_dri.so malloc 72 0x55717358f940 0.000134
+gallium_dri.so free 0x55717358fa40 void 0.000123
+gallium_dri.so free 0x55717358f940 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa70 0.000121
+gallium_dri.so free 0x55717358fac0 void 0.000121
+gallium_dri.so free 0x55717358fa70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa70 0.000123
+gallium_dri.so free 0x55717358fbc0 void 0.000121
+gallium_dri.so free 0x55717358fa70 void 0.000120
+gallium_dri.so malloc 72 0x55717358fb70 0.000119
+gallium_dri.so free 0x55717358fc80 void 0.000122
+gallium_dri.so free 0x55717358fb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc30 0.000122
+gallium_dri.so free 0x55717358fcc0 void 0.000119
+gallium_dri.so free 0x55717358fc30 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc30 0.000120
+gallium_dri.so free 0x55717358fd80 void 0.000118
+gallium_dri.so free 0x55717358fc30 void 0.000122
+gallium_dri.so malloc 72 0x55717358fdf0 0.000121
+gallium_dri.so free 0x55717358fe40 void 0.000122
+gallium_dri.so free 0x55717358fdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fdf0 0.000170
+gallium_dri.so free 0x55717358ff40 void 0.000123
+gallium_dri.so free 0x55717358fdf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fef0 0.000120
+gallium_dri.so free 0x557173590000 void 0.000120
+gallium_dri.so free 0x55717358fef0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ffb0 0.000120
+gallium_dri.so free 0x557173590040 void 0.000121
+gallium_dri.so free 0x55717358ffb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ffb0 0.000121
+gallium_dri.so free 0x557173590100 void 0.000121
+gallium_dri.so free 0x55717358ffb0 void 0.000120
+gallium_dri.so malloc 72 0x557173590140 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x557173590140 void 0.000120
+gallium_dri.so malloc 72 0x5571735901c0 0.000121
+gallium_dri.so free 0x557173590280 void 0.000122
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735901c0 0.000121
+gallium_dri.so free 0x557173590340 void 0.000122
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x557173590360 0.000121
+gallium_dri.so free 0x557173590400 void 0.000121
+gallium_dri.so free 0x557173590360 void 0.000120
+gallium_dri.so malloc 72 0x5571735903b0 0.000121
+gallium_dri.so free 0x557173590480 void 0.000121
+gallium_dri.so free 0x5571735903b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735903b0 0.000120
+gallium_dri.so free 0x557173590500 void 0.000121
+gallium_dri.so free 0x5571735903b0 void 0.000122
+gallium_dri.so malloc 72 0x557173590500 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000116
+gallium_dri.so free 0x557173590500 void 0.000118
+gallium_dri.so malloc 72 0x557173590500 0.000115
+gallium_dri.so free 0x557173590680 void 0.000118
+gallium_dri.so free 0x557173590500 void 0.000116
+gallium_dri.so malloc 72 0x557173590500 0.000120
+gallium_dri.so free 0x557173590740 void 0.000120
+gallium_dri.so free 0x557173590500 void 0.000115
+gallium_dri.so malloc 72 0x5571735906f0 0.000119
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so free 0x5571735906f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735907b0 0.000118
+gallium_dri.so free 0x557173590880 void 0.000121
+gallium_dri.so free 0x5571735907b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735908d0 0.000115
+gallium_dri.so free 0x557173590940 void 0.000118
+gallium_dri.so free 0x5571735908d0 void 0.000118
+gallium_dri.so malloc 72 0x557173590960 0.000117
+gallium_dri.so free 0x557173590a00 void 0.000120
+gallium_dri.so free 0x557173590960 void 0.000118
+gallium_dri.so malloc 72 0x5571735909b0 0.000120
+gallium_dri.so free 0x557173590a80 void 0.000130
+gallium_dri.so free 0x5571735909b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735909b0 0.000122
+gallium_dri.so free 0x557173590b00 void 0.000122
+gallium_dri.so free 0x5571735909b0 void 0.000121
+gallium_dri.so malloc 72 0x557173590b00 0.000119
+gallium_dri.so free 0x557173590bc0 void 0.000119
+gallium_dri.so free 0x557173590b00 void 0.000120
+gallium_dri.so malloc 72 0x557173590b00 0.000118
+gallium_dri.so free 0x557173590cc0 void 0.000121
+gallium_dri.so free 0x557173590b00 void 0.000120
+gallium_dri.so malloc 72 0x557173590c70 0.000120
+gallium_dri.so free 0x557173590d00 void 0.000122
+gallium_dri.so free 0x557173590c70 void 0.000120
+gallium_dri.so malloc 72 0x557173590c70 0.000121
+gallium_dri.so free 0x557173590dc0 void 0.000122
+gallium_dri.so free 0x557173590c70 void 0.000120
+gallium_dri.so malloc 72 0x557173590e00 0.000119
+gallium_dri.so free 0x557173590e80 void 0.000123
+gallium_dri.so free 0x557173590e00 void 0.000120
+gallium_dri.so malloc 72 0x557173590e80 0.000120
+gallium_dri.so free 0x557173590f40 void 0.000120
+gallium_dri.so free 0x557173590e80 void 0.000122
+gallium_dri.so malloc 72 0x557173590e80 0.000120
+gallium_dri.so free 0x557173590fc0 void 0.000121
+gallium_dri.so free 0x557173590e80 void 0.000121
+gallium_dri.so malloc 72 0x557173590ff0 0.000185
+gallium_dri.so free 0x557173591040 void 0.000121
+gallium_dri.so free 0x557173590ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173590ff0 0.000120
+gallium_dri.so free 0x557173591140 void 0.000119
+gallium_dri.so free 0x557173590ff0 void 0.000144
+gallium_dri.so malloc 72 0x557173591180 0.000119
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so free 0x557173591180 void 0.000120
+gallium_dri.so malloc 72 0x557173591200 0.000120
+gallium_dri.so free 0x5571735912c0 void 0.000121
+gallium_dri.so free 0x557173591200 void 0.000120
+gallium_dri.so malloc 72 0x557173591200 0.000122
+gallium_dri.so free 0x557173591340 void 0.000122
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so malloc 72 0x557173591370 0.000121
+gallium_dri.so free 0x5571735913c0 void 0.000121
+gallium_dri.so free 0x557173591370 void 0.000120
+gallium_dri.so malloc 72 0x557173591370 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000122
+gallium_dri.so free 0x557173591370 void 0.000120
+gallium_dri.so malloc 72 0x557173591470 0.000120
+gallium_dri.so free 0x557173591580 void 0.000121
+gallium_dri.so free 0x557173591470 void 0.000121
+gallium_dri.so malloc 72 0x557173591530 0.000120
+gallium_dri.so free 0x557173591600 void 0.000129
+gallium_dri.so free 0x557173591530 void 0.000120
+gallium_dri.so malloc 72 0x557173591530 0.000119
+gallium_dri.so free 0x5571735916c0 void 0.000120
+gallium_dri.so free 0x557173591530 void 0.000124
+gallium_dri.so malloc 72 0x557173591530 0.000119
+gallium_dri.so free 0x557173591780 void 0.000121
+gallium_dri.so free 0x557173591530 void 0.000116
+gallium_dri.so malloc 72 0x557173591730 0.000121
+gallium_dri.so free 0x557173591800 void 0.000119
+gallium_dri.so free 0x557173591730 void 0.000117
+gallium_dri.so malloc 72 0x557173591850 0.000117
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x557173591850 void 0.000117
+gallium_dri.so malloc 72 0x5571735918e0 0.000118
+gallium_dri.so free 0x557173591980 void 0.000118
+gallium_dri.so free 0x5571735918e0 void 0.000119
+gallium_dri.so malloc 72 0x557173591930 0.000116
+gallium_dri.so free 0x557173591a00 void 0.000117
+gallium_dri.so free 0x557173591930 void 0.000116
+gallium_dri.so malloc 72 0x557173591a00 0.000115
+gallium_dri.so free 0x557173591ac0 void 0.000119
+gallium_dri.so free 0x557173591a00 void 0.000118
+gallium_dri.so malloc 72 0x557173591a00 0.000115
+gallium_dri.so free 0x557173591b40 void 0.000118
+gallium_dri.so free 0x557173591a00 void 0.000116
+gallium_dri.so malloc 72 0x557173591b40 0.000129
+gallium_dri.so free 0x557173591c00 void 0.000122
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so malloc 72 0x557173591b40 0.000118
+gallium_dri.so free 0x557173591cc0 void 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000120
+gallium_dri.so malloc 72 0x557173591b40 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so malloc 72 0x557173591d30 0.000125
+gallium_dri.so free 0x557173591e00 void 0.000122
+gallium_dri.so free 0x557173591d30 void 0.000120
+gallium_dri.so malloc 72 0x557173591e50 0.000121
+gallium_dri.so free 0x557173591ec0 void 0.000118
+gallium_dri.so free 0x557173591e50 void 0.000121
+gallium_dri.so malloc 72 0x557173591f00 0.000118
+gallium_dri.so free 0x557173459c40 void 0.000122
+gallium_dri.so free 0x557173591f00 void 0.000118
+gallium_dri.so malloc 72 0x557173459bf0 0.000119
+gallium_dri.so free 0x557173459c80 void 0.000121
+gallium_dri.so free 0x557173459bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173459bf0 0.000120
+gallium_dri.so free 0x557173459d40 void 0.000119
+gallium_dri.so free 0x557173459bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173459d80 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000121
+gallium_dri.so free 0x557173459d80 void 0.000174
+gallium_dri.so malloc 72 0x557173459e00 0.000123
+gallium_dri.so free 0x557173459ec0 void 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000121
+gallium_dri.so malloc 72 0x557173459e00 0.000120
+gallium_dri.so free 0x557173459f40 void 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000120
+gallium_dri.so malloc 72 0x557173459f70 0.000122
+gallium_dri.so free 0x557173459fc0 void 0.000121
+gallium_dri.so free 0x557173459f70 void 0.000117
+gallium_dri.so malloc 72 0x557173459f70 0.000121
+gallium_dri.so free 0x55717345a0c0 void 0.000120
+gallium_dri.so free 0x557173459f70 void 0.000120
+gallium_dri.so malloc 72 0x55717345a100 0.000120
+gallium_dri.so free 0x55717345a180 void 0.000121
+gallium_dri.so free 0x55717345a100 void 0.000121
+gallium_dri.so malloc 72 0x55717345a180 0.000120
+gallium_dri.so free 0x55717345a240 void 0.000121
+gallium_dri.so free 0x55717345a180 void 0.000120
+gallium_dri.so malloc 72 0x55717345a180 0.000118
+gallium_dri.so free 0x55717345a2c0 void 0.000121
+gallium_dri.so free 0x55717345a180 void 0.000120
+gallium_dri.so malloc 72 0x55717345a2f0 0.000117
+gallium_dri.so free 0x55717345a340 void 0.000122
+gallium_dri.so free 0x55717345a2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a2f0 0.000122
+gallium_dri.so free 0x55717345a440 void 0.000131
+gallium_dri.so free 0x55717345a2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a3f0 0.000119
+gallium_dri.so free 0x55717345a500 void 0.000116
+gallium_dri.so free 0x55717345a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345a4b0 0.000121
+gallium_dri.so free 0x55717345a580 void 0.000135
+gallium_dri.so free 0x55717345a4b0 void 0.000135
+gallium_dri.so malloc 72 0x55717345a4b0 0.000120
+gallium_dri.so free 0x55717345a640 void 0.000117
+gallium_dri.so free 0x55717345a4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a4b0 0.000121
+gallium_dri.so free 0x55717345a700 void 0.000117
+gallium_dri.so free 0x55717345a4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a6b0 0.000115
+gallium_dri.so free 0x55717345a780 void 0.000116
+gallium_dri.so free 0x55717345a6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a7d0 0.000118
+gallium_dri.so free 0x55717345a840 void 0.000118
+gallium_dri.so free 0x55717345a7d0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a860 0.000117
+gallium_dri.so free 0x55717345a900 void 0.000118
+gallium_dri.so free 0x55717345a860 void 0.000116
+gallium_dri.so malloc 72 0x55717345a8b0 0.000116
+gallium_dri.so free 0x55717345a980 void 0.000118
+gallium_dri.so free 0x55717345a8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a980 0.000131
+gallium_dri.so free 0x55717345aa40 void 0.000121
+gallium_dri.so free 0x55717345a980 void 0.000121
+gallium_dri.so malloc 72 0x55717345a980 0.000121
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so free 0x55717345a980 void 0.000120
+gallium_dri.so malloc 72 0x55717345aac0 0.000121
+gallium_dri.so free 0x55717345ab80 void 0.000121
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so malloc 72 0x55717345aac0 0.000119
+gallium_dri.so free 0x55717345ac40 void 0.000121
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so malloc 72 0x55717345aac0 0.000121
+gallium_dri.so free 0x55717345ad00 void 0.000122
+gallium_dri.so free 0x55717345aac0 void 0.000120
+gallium_dri.so malloc 72 0x55717345acb0 0.000120
+gallium_dri.so free 0x55717345ad80 void 0.000121
+gallium_dri.so free 0x55717345acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345add0 0.000120
+gallium_dri.so free 0x55717345ae40 void 0.000118
+gallium_dri.so free 0x55717345add0 void 0.000122
+gallium_dri.so malloc 72 0x55717345ae80 0.000120
+gallium_dri.so free 0x55717345af00 void 0.000121
+gallium_dri.so free 0x55717345ae80 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae80 0.000121
+gallium_dri.so free 0x55717345af80 void 0.000121
+gallium_dri.so free 0x55717345ae80 void 0.000170
+gallium_dri.so malloc 72 0x55717345afb0 0.000122
+gallium_dri.so free 0x55717345b000 void 0.000120
+gallium_dri.so free 0x55717345afb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345afb0 0.000121
+gallium_dri.so free 0x55717345b100 void 0.000120
+gallium_dri.so free 0x55717345afb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b0b0 0.000120
+gallium_dri.so free 0x55717345b1c0 void 0.000121
+gallium_dri.so free 0x55717345b0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345b170 0.000117
+gallium_dri.so free 0x55717345b200 void 0.000120
+gallium_dri.so free 0x55717345b170 void 0.000119
+gallium_dri.so malloc 72 0x55717345b170 0.000119
+gallium_dri.so free 0x55717345b2c0 void 0.000121
+gallium_dri.so free 0x55717345b170 void 0.000121
+gallium_dri.so malloc 72 0x55717345b330 0.000120
+gallium_dri.so free 0x55717345b380 void 0.000120
+gallium_dri.so free 0x55717345b330 void 0.000121
+gallium_dri.so malloc 72 0x55717345b330 0.000121
+gallium_dri.so free 0x55717345b480 void 0.000122
+gallium_dri.so free 0x55717345b330 void 0.000120
+gallium_dri.so malloc 72 0x55717345b430 0.000118
+gallium_dri.so free 0x55717345b540 void 0.000121
+gallium_dri.so free 0x55717345b430 void 0.000120
+gallium_dri.so malloc 72 0x55717345b4f0 0.000120
+gallium_dri.so free 0x55717345b580 void 0.000120
+gallium_dri.so free 0x55717345b4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345b4f0 0.000120
+gallium_dri.so free 0x55717345b640 void 0.000118
+gallium_dri.so free 0x55717345b4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b680 0.000119
+gallium_dri.so free 0x55717345b700 void 0.000119
+gallium_dri.so free 0x55717345b680 void 0.000118
+gallium_dri.so malloc 72 0x55717345b700 0.000120
+gallium_dri.so free 0x55717345b7c0 void 0.000119
+gallium_dri.so free 0x55717345b700 void 0.000116
+gallium_dri.so malloc 72 0x55717345b700 0.000119
+gallium_dri.so free 0x55717345b880 void 0.000119
+gallium_dri.so free 0x55717345b700 void 0.000115
+gallium_dri.so malloc 72 0x55717345b8a0 0.000119
+gallium_dri.so free 0x55717345b940 void 0.000123
+gallium_dri.so free 0x55717345b8a0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b8f0 0.000119
+gallium_dri.so free 0x55717345b9c0 void 0.000116
+gallium_dri.so free 0x55717345b8f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345b8f0 0.000117
+gallium_dri.so free 0x55717345ba40 void 0.000118
+gallium_dri.so free 0x55717345b8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345ba40 0.000118
+gallium_dri.so free 0x55717345bb00 void 0.000123
+gallium_dri.so free 0x55717345ba40 void 0.000116
+gallium_dri.so malloc 72 0x55717345ba40 0.000131
+gallium_dri.so free 0x55717345bbc0 void 0.000122
+gallium_dri.so free 0x55717345ba40 void 0.000120
+gallium_dri.so malloc 72 0x55717345ba40 0.000143
+gallium_dri.so free 0x55717345bc80 void 0.000121
+gallium_dri.so free 0x55717345ba40 void 0.000119
+gallium_dri.so malloc 72 0x55717345bc30 0.000120
+gallium_dri.so free 0x55717345bd40 void 0.000123
+gallium_dri.so free 0x55717345bc30 void 0.000142
+gallium_dri.so malloc 72 0x55717345bcf0 0.000124
+gallium_dri.so free 0x55717345bdc0 void 0.000124
+gallium_dri.so free 0x55717345bcf0 void 0.000122
+gallium_dri.so malloc 72 0x55717345be10 0.000121
+gallium_dri.so free 0x55717345be80 void 0.000122
+gallium_dri.so free 0x55717345be10 void 0.000121
+gallium_dri.so malloc 72 0x55717345bea0 0.000120
+gallium_dri.so free 0x55717345bf40 void 0.000120
+gallium_dri.so free 0x55717345bea0 void 0.000118
+gallium_dri.so malloc 72 0x55717345bef0 0.000125
+gallium_dri.so free 0x55717345bfc0 void 0.000122
+gallium_dri.so free 0x55717345bef0 void 0.000120
+gallium_dri.so malloc 72 0x55717345bef0 0.000120
+gallium_dri.so free 0x55717345c040 void 0.000122
+gallium_dri.so free 0x55717345bef0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c040 0.000120
+gallium_dri.so free 0x55717345c100 void 0.000165
+gallium_dri.so free 0x55717345c040 void 0.000121
+gallium_dri.so malloc 72 0x55717345c040 0.000121
+gallium_dri.so free 0x55717345c200 void 0.000121
+gallium_dri.so free 0x55717345c040 void 0.000121
+gallium_dri.so malloc 72 0x55717345c1b0 0.000120
+gallium_dri.so free 0x55717345c240 void 0.000118
+gallium_dri.so free 0x55717345c1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c1b0 0.000121
+gallium_dri.so free 0x55717345c300 void 0.000119
+gallium_dri.so free 0x55717345c1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345c340 0.000122
+gallium_dri.so free 0x55717345c3c0 void 0.000122
+gallium_dri.so free 0x55717345c340 void 0.000120
+gallium_dri.so malloc 72 0x55717345c3c0 0.000121
+gallium_dri.so free 0x55717345c480 void 0.000121
+gallium_dri.so free 0x55717345c3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c3c0 0.000120
+gallium_dri.so free 0x55717345c500 void 0.000121
+gallium_dri.so free 0x55717345c3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c530 0.000120
+gallium_dri.so free 0x55717345c580 void 0.000118
+gallium_dri.so free 0x55717345c530 void 0.000120
+gallium_dri.so malloc 72 0x55717345c530 0.000120
+gallium_dri.so free 0x55717345c680 void 0.000123
+gallium_dri.so free 0x55717345c530 void 0.000119
+gallium_dri.so malloc 72 0x55717345c6c0 0.000125
+gallium_dri.so free 0x55717345c740 void 0.000115
+gallium_dri.so free 0x55717345c6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717345c740 0.000117
+gallium_dri.so free 0x55717345c800 void 0.000114
+gallium_dri.so free 0x55717345c740 void 0.000118
+gallium_dri.so malloc 72 0x55717345c740 0.000115
+gallium_dri.so free 0x55717345c880 void 0.000115
+gallium_dri.so free 0x55717345c740 void 0.000113
+gallium_dri.so malloc 72 0x55717345c8b0 0.000114
+gallium_dri.so free 0x55717345c900 void 0.000114
+gallium_dri.so free 0x55717345c8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c8b0 0.000112
+gallium_dri.so free 0x55717345ca00 void 0.000115
+gallium_dri.so free 0x55717345c8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c9b0 0.000114
+gallium_dri.so free 0x55717345cac0 void 0.000115
+gallium_dri.so free 0x55717345c9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345ca70 0.000114
+gallium_dri.so free 0x55717345cb40 void 0.000115
+gallium_dri.so free 0x55717345ca70 void 0.000114
+gallium_dri.so malloc 72 0x55717345ca70 0.000114
+gallium_dri.so free 0x55717345cc00 void 0.000114
+gallium_dri.so free 0x55717345ca70 void 0.000120
+gallium_dri.so malloc 72 0x55717345ca70 0.000118
+gallium_dri.so free 0x55717345ccc0 void 0.000119
+gallium_dri.so free 0x55717345ca70 void 0.000120
+gallium_dri.so malloc 72 0x55717345cc70 0.000131
+gallium_dri.so free 0x55717345cd40 void 0.000122
+gallium_dri.so free 0x55717345cc70 void 0.000122
+gallium_dri.so malloc 72 0x55717345cd90 0.000123
+gallium_dri.so free 0x55717345ce00 void 0.000123
+gallium_dri.so free 0x55717345cd90 void 0.000122
+gallium_dri.so malloc 72 0x55717345ce20 0.000122
+gallium_dri.so free 0x55717345cec0 void 0.000122
+gallium_dri.so free 0x55717345ce20 void 0.000122
+gallium_dri.so malloc 72 0x55717345ce70 0.000121
+gallium_dri.so free 0x55717345cf40 void 0.000124
+gallium_dri.so free 0x55717345ce70 void 0.000123
+gallium_dri.so malloc 72 0x55717345cf40 0.000122
+gallium_dri.so free 0x55717345d000 void 0.000123
+gallium_dri.so free 0x55717345cf40 void 0.000121
+gallium_dri.so malloc 72 0x55717345cf40 0.000122
+gallium_dri.so free 0x55717345d080 void 0.000122
+gallium_dri.so free 0x55717345cf40 void 0.000121
+gallium_dri.so malloc 72 0x55717345d080 0.000121
+gallium_dri.so free 0x55717345d140 void 0.000124
+gallium_dri.so free 0x55717345d080 void 0.000123
+gallium_dri.so malloc 72 0x55717345d080 0.000121
+gallium_dri.so free 0x55717345d200 void 0.000122
+gallium_dri.so free 0x55717345d080 void 0.000122
+gallium_dri.so malloc 72 0x55717345d080 0.000123
+gallium_dri.so free 0x55717345d2c0 void 0.000172
+gallium_dri.so free 0x55717345d080 void 0.000124
+gallium_dri.so malloc 72 0x55717345d270 0.000122
+gallium_dri.so free 0x55717345d340 void 0.000123
+gallium_dri.so free 0x55717345d270 void 0.000121
+gallium_dri.so malloc 72 0x55717345d390 0.000121
+gallium_dri.so free 0x55717345d400 void 0.000123
+gallium_dri.so free 0x55717345d390 void 0.000144
+gallium_dri.so malloc 72 0x55717345d440 0.000127
+gallium_dri.so free 0x55717345d4c0 void 0.000145
+gallium_dri.so free 0x55717345d440 void 0.000123
+gallium_dri.so malloc 72 0x55717345d440 0.000123
+gallium_dri.so free 0x55717345d540 void 0.000123
+gallium_dri.so free 0x55717345d440 void 0.000121
+gallium_dri.so malloc 72 0x55717345d570 0.000123
+gallium_dri.so free 0x55717345d5c0 void 0.000122
+gallium_dri.so free 0x55717345d570 void 0.000120
+gallium_dri.so malloc 72 0x55717345d570 0.000121
+gallium_dri.so free 0x55717345d6c0 void 0.000122
+gallium_dri.so free 0x55717345d570 void 0.000121
+gallium_dri.so malloc 72 0x55717345d670 0.000121
+gallium_dri.so free 0x55717345d780 void 0.000123
+gallium_dri.so free 0x55717345d670 void 0.000123
+gallium_dri.so malloc 72 0x55717345d730 0.000121
+gallium_dri.so free 0x55717345d7c0 void 0.000121
+gallium_dri.so free 0x55717345d730 void 0.000130
+gallium_dri.so malloc 72 0x55717345d730 0.000119
+gallium_dri.so free 0x55717345d880 void 0.000127
+gallium_dri.so free 0x55717345d730 void 0.000120
+gallium_dri.so malloc 72 0x55717345d8f0 0.000120
+gallium_dri.so free 0x55717345d940 void 0.000121
+gallium_dri.so free 0x55717345d8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d8f0 0.000120
+gallium_dri.so free 0x55717345da40 void 0.000120
+gallium_dri.so free 0x55717345d8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345d9f0 0.000119
+gallium_dri.so free 0x55717345db00 void 0.000120
+gallium_dri.so free 0x55717345d9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dab0 0.000118
+gallium_dri.so free 0x55717345db40 void 0.000121
+gallium_dri.so free 0x55717345dab0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dab0 0.000119
+gallium_dri.so free 0x55717345dc00 void 0.000120
+gallium_dri.so free 0x55717345dab0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dc40 0.000118
+gallium_dri.so free 0x55717345dcc0 void 0.000119
+gallium_dri.so free 0x55717345dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717345dcc0 0.000120
+gallium_dri.so free 0x55717345dd80 void 0.000120
+gallium_dri.so free 0x55717345dcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dcc0 0.000119
+gallium_dri.so free 0x55717345de40 void 0.000124
+gallium_dri.so free 0x55717345dcc0 void 0.000121
+gallium_dri.so malloc 72 0x55717345de60 0.000120
+gallium_dri.so free 0x55717345df00 void 0.000122
+gallium_dri.so free 0x55717345de60 void 0.000120
+gallium_dri.so malloc 72 0x55717345deb0 0.000121
+gallium_dri.so free 0x55717345df80 void 0.000121
+gallium_dri.so free 0x55717345deb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345deb0 0.000121
+gallium_dri.so free 0x55717345e000 void 0.000123
+gallium_dri.so free 0x55717345deb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345e000 0.000122
+gallium_dri.so free 0x55717345e0c0 void 0.000122
+gallium_dri.so free 0x55717345e000 void 0.000122
+gallium_dri.so malloc 72 0x55717345e000 0.000121
+gallium_dri.so free 0x55717345e180 void 0.000120
+gallium_dri.so free 0x55717345e000 void 0.000120
+gallium_dri.so malloc 72 0x55717345e000 0.000121
+gallium_dri.so free 0x55717345e240 void 0.000122
+gallium_dri.so free 0x55717345e000 void 0.000120
+gallium_dri.so malloc 72 0x55717345e1f0 0.000123
+gallium_dri.so free 0x55717345e300 void 0.000122
+gallium_dri.so free 0x55717345e1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345e2b0 0.000122
+gallium_dri.so free 0x55717345e380 void 0.000121
+gallium_dri.so free 0x55717345e2b0 void 0.000172
+gallium_dri.so malloc 72 0x55717345e3d0 0.000122
+gallium_dri.so free 0x55717345e440 void 0.000123
+gallium_dri.so free 0x55717345e3d0 void 0.000122
+gallium_dri.so malloc 72 0x55717345e460 0.000122
+gallium_dri.so free 0x55717345e500 void 0.000123
+gallium_dri.so free 0x55717345e460 void 0.000123
+gallium_dri.so malloc 72 0x55717345e4b0 0.000122
+gallium_dri.so free 0x55717345e580 void 0.000123
+gallium_dri.so free 0x55717345e4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e4b0 0.000121
+gallium_dri.so free 0x55717345e600 void 0.000122
+gallium_dri.so free 0x55717345e4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e600 0.000122
+gallium_dri.so free 0x55717345e6c0 void 0.000122
+gallium_dri.so free 0x55717345e600 void 0.000121
+gallium_dri.so malloc 72 0x55717345e600 0.000122
+gallium_dri.so free 0x55717345e7c0 void 0.000122
+gallium_dri.so free 0x55717345e600 void 0.000127
+gallium_dri.so malloc 72 0x55717345e770 0.000122
+gallium_dri.so free 0x55717345e800 void 0.000121
+gallium_dri.so free 0x55717345e770 void 0.000120
+gallium_dri.so malloc 72 0x55717345e770 0.000120
+gallium_dri.so free 0x55717345e8c0 void 0.000122
+gallium_dri.so free 0x55717345e770 void 0.000120
+gallium_dri.so malloc 72 0x55717345e900 0.000131
+gallium_dri.so free 0x55717345e980 void 0.000121
+gallium_dri.so free 0x55717345e900 void 0.000120
+gallium_dri.so malloc 72 0x55717345e980 0.000119
+gallium_dri.so free 0x55717345ea40 void 0.000120
+gallium_dri.so free 0x55717345e980 void 0.000119
+gallium_dri.so malloc 72 0x55717345ea60 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000120
+gallium_dri.so free 0x55717345ea60 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588440 void 0.000123
+gallium_dri.so free 0x557173588370 void 0.000140
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588540 void 0.000120
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x5571735884f0 0.000119
+gallium_dri.so free 0x5571735885c0 void 0.000119
+gallium_dri.so free 0x5571735884f0 void 0.000118
+gallium_dri.so malloc 72 0x557173588610 0.000119
+gallium_dri.so free 0x557173588680 void 0.000119
+gallium_dri.so free 0x557173588610 void 0.000119
+gallium_dri.so malloc 72 0x5571735886a0 0.000118
+gallium_dri.so free 0x557173588740 void 0.000120
+gallium_dri.so free 0x5571735886a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735886f0 0.000118
+gallium_dri.so free 0x5571735887c0 void 0.000120
+gallium_dri.so free 0x5571735886f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735886f0 0.000123
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so free 0x5571735886f0 void 0.000122
+gallium_dri.so malloc 72 0x557173588840 0.000122
+gallium_dri.so free 0x557173588900 void 0.000121
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so malloc 72 0x557173588840 0.000122
+gallium_dri.so free 0x557173588a00 void 0.000121
+gallium_dri.so free 0x557173588840 void 0.000122
+gallium_dri.so malloc 72 0x557173588840 0.000120
+gallium_dri.so free 0x557173588a80 void 0.000121
+gallium_dri.so free 0x557173588840 void 0.000122
+gallium_dri.so malloc 72 0x557173588ab0 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x557173588ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173588ab0 0.000120
+gallium_dri.so free 0x557173588c00 void 0.000120
+gallium_dri.so free 0x557173588ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173588bb0 0.000120
+gallium_dri.so free 0x557173588cc0 void 0.000123
+gallium_dri.so free 0x557173588bb0 void 0.000123
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588d00 void 0.000121
+gallium_dri.so free 0x557173588c70 void 0.000122
+gallium_dri.so malloc 72 0x557173588c70 0.000130
+gallium_dri.so free 0x557173588dc0 void 0.000122
+gallium_dri.so free 0x557173588c70 void 0.000121
+gallium_dri.so malloc 72 0x557173588e10 0.000121
+gallium_dri.so free 0x557173588e80 void 0.000121
+gallium_dri.so free 0x557173588e10 void 0.000120
+gallium_dri.so malloc 72 0x557173588ec0 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173588f40 0.000122
+gallium_dri.so free 0x557173589000 void 0.000122
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so malloc 72 0x557173588f40 0.000122
+gallium_dri.so free 0x557173589080 void 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735890b0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000121
+gallium_dri.so free 0x5571735890b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735890b0 0.000122
+gallium_dri.so free 0x557173589200 void 0.000121
+gallium_dri.so free 0x5571735890b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735891b0 0.000122
+gallium_dri.so free 0x5571735892c0 void 0.000123
+gallium_dri.so free 0x5571735891b0 void 0.000121
+gallium_dri.so malloc 72 0x557173589270 0.000120
+gallium_dri.so free 0x557173589340 void 0.000122
+gallium_dri.so free 0x557173589270 void 0.000130
+gallium_dri.so malloc 72 0x557173589360 0.000121
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x557173589360 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589480 void 0.000122
+gallium_dri.so free 0x5571735893b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x557173589500 void 0.000122
+gallium_dri.so free 0x5571735893b0 void 0.000123
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000121
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589500 0.000121
+gallium_dri.so free 0x557173589680 void 0.000122
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589500 0.000121
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735896f0 0.000120
+gallium_dri.so free 0x557173589840 void 0.000122
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735897f0 0.000161
+gallium_dri.so free 0x557173589900 void 0.000123
+gallium_dri.so free 0x5571735897f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000119
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x5571735898b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898b0 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000121
+gallium_dri.so free 0x5571735898b0 void 0.000121
+gallium_dri.so malloc 72 0x557173589a40 0.000121
+gallium_dri.so free 0x557173589ac0 void 0.000121
+gallium_dri.so free 0x557173589a40 void 0.000122
+gallium_dri.so malloc 72 0x557173589ac0 0.000121
+gallium_dri.so free 0x557173589b80 void 0.000122
+gallium_dri.so free 0x557173589ac0 void 0.000123
+gallium_dri.so malloc 72 0x557173589ac0 0.000121
+gallium_dri.so free 0x557173589c40 void 0.000129
+gallium_dri.so free 0x557173589ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173589c60 0.000120
+gallium_dri.so free 0x557173589d00 void 0.000122
+gallium_dri.so free 0x557173589c60 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589d80 void 0.000121
+gallium_dri.so free 0x557173589cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589cb0 0.000186
+gallium_dri.so free 0x557173589e00 void 0.000150
+gallium_dri.so free 0x557173589cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173589e00 0.000127
+gallium_dri.so free 0x557173589ec0 void 0.000124
+gallium_dri.so free 0x557173589e00 void 0.000122
+gallium_dri.so malloc 72 0x557173589e00 0.000122
+gallium_dri.so free 0x557173589f80 void 0.000122
+gallium_dri.so free 0x557173589e00 void 0.000121
+gallium_dri.so malloc 72 0x557173589e00 0.000121
+gallium_dri.so free 0x55717358a040 void 0.000121
+gallium_dri.so free 0x557173589e00 void 0.000122
+gallium_dri.so malloc 72 0x557173589ff0 0.000121
+gallium_dri.so free 0x55717358a100 void 0.000122
+gallium_dri.so free 0x557173589ff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a0b0 0.000122
+gallium_dri.so free 0x55717358a180 void 0.000121
+gallium_dri.so free 0x55717358a0b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a1d0 0.000121
+gallium_dri.so free 0x55717358a240 void 0.000123
+gallium_dri.so free 0x55717358a1d0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a260 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000123
+gallium_dri.so free 0x55717358a260 void 0.000171
+gallium_dri.so malloc 72 0x55717358a2b0 0.000124
+gallium_dri.so free 0x55717358a380 void 0.000122
+gallium_dri.so free 0x55717358a2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358a2b0 0.000122
+gallium_dri.so free 0x55717358a400 void 0.000123
+gallium_dri.so free 0x55717358a2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a400 0.000122
+gallium_dri.so free 0x55717358a4c0 void 0.000122
+gallium_dri.so free 0x55717358a400 void 0.000121
+gallium_dri.so malloc 72 0x55717358a400 0.000123
+gallium_dri.so free 0x55717358a5c0 void 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x55717358a570 0.000120
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000120
+gallium_dri.so malloc 72 0x55717358a570 0.000123
+gallium_dri.so free 0x55717358a6c0 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000122
+gallium_dri.so malloc 72 0x55717358a700 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x55717358a700 void 0.000121
+gallium_dri.so malloc 72 0x55717358a780 0.000119
+gallium_dri.so free 0x55717358a840 void 0.000123
+gallium_dri.so free 0x55717358a780 void 0.000121
+gallium_dri.so malloc 72 0x55717358a780 0.000121
+gallium_dri.so free 0x55717358a8c0 void 0.000122
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8f0 0.000121
+gallium_dri.so free 0x55717358a940 void 0.000155
+gallium_dri.so free 0x55717358a8f0 void 0.000151
+gallium_dri.so malloc 72 0x55717358a8f0 0.000152
+gallium_dri.so free 0x55717358aa40 void 0.000151
+gallium_dri.so free 0x55717358a8f0 void 0.000152
+gallium_dri.so malloc 72 0x55717358aa80 0.000150
+gallium_dri.so free 0x55717358ab00 void 0.000153
+gallium_dri.so free 0x55717358aa80 void 0.000152
+gallium_dri.so malloc 72 0x55717358ab00 0.000151
+gallium_dri.so free 0x55717358abc0 void 0.000151
+gallium_dri.so free 0x55717358ab00 void 0.000173
+gallium_dri.so malloc 72 0x55717358ab00 0.000161
+gallium_dri.so free 0x55717358ac40 void 0.000153
+gallium_dri.so free 0x55717358ab00 void 0.000153
+gallium_dri.so malloc 72 0x55717358ac70 0.000151
+gallium_dri.so free 0x55717358acc0 void 0.000153
+gallium_dri.so free 0x55717358ac70 void 0.000151
+gallium_dri.so malloc 72 0x55717358ac70 0.000152
+gallium_dri.so free 0x55717358adc0 void 0.000153
+gallium_dri.so free 0x55717358ac70 void 0.000153
+gallium_dri.so malloc 72 0x55717358ad70 0.000162
+gallium_dri.so free 0x55717358ae80 void 0.000152
+gallium_dri.so free 0x55717358ad70 void 0.000154
+gallium_dri.so malloc 72 0x55717358ae30 0.000153
+gallium_dri.so free 0x55717358af00 void 0.000153
+gallium_dri.so free 0x55717358ae30 void 0.000153
+gallium_dri.so malloc 72 0x55717358ae30 0.000152
+gallium_dri.so free 0x55717358afc0 void 0.000152
+gallium_dri.so free 0x55717358ae30 void 0.000203
+gallium_dri.so malloc 72 0x55717358ae30 0.000123
+gallium_dri.so free 0x55717358b080 void 0.000123
+gallium_dri.so free 0x55717358ae30 void 0.000122
+gallium_dri.so malloc 72 0x55717358b030 0.000120
+gallium_dri.so free 0x55717358b100 void 0.000123
+gallium_dri.so free 0x55717358b030 void 0.000121
+gallium_dri.so malloc 72 0x55717358b150 0.000121
+gallium_dri.so free 0x55717358b1c0 void 0.000121
+gallium_dri.so free 0x55717358b150 void 0.000122
+gallium_dri.so malloc 72 0x55717358b1e0 0.000121
+gallium_dri.so free 0x55717358b280 void 0.000121
+gallium_dri.so free 0x55717358b1e0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b230 0.000122
+gallium_dri.so free 0x55717358b300 void 0.000121
+gallium_dri.so free 0x55717358b230 void 0.000132
+gallium_dri.so malloc 72 0x55717358b300 0.000123
+gallium_dri.so free 0x55717358b3c0 void 0.000122
+gallium_dri.so free 0x55717358b300 void 0.000121
+gallium_dri.so malloc 72 0x55717358b300 0.000121
+gallium_dri.so free 0x55717358b440 void 0.000121
+gallium_dri.so free 0x55717358b300 void 0.000121
+gallium_dri.so malloc 72 0x55717358b440 0.000122
+gallium_dri.so free 0x55717358b500 void 0.000121
+gallium_dri.so free 0x55717358b440 void 0.000121
+gallium_dri.so malloc 72 0x55717358b440 0.000122
+gallium_dri.so free 0x55717358b5c0 void 0.000122
+gallium_dri.so free 0x55717358b440 void 0.000122
+gallium_dri.so malloc 72 0x55717358b440 0.000120
+gallium_dri.so free 0x55717358b680 void 0.000122
+gallium_dri.so free 0x55717358b440 void 0.000122
+gallium_dri.so malloc 72 0x55717358b630 0.000120
+gallium_dri.so free 0x55717358b700 void 0.000122
+gallium_dri.so free 0x55717358b630 void 0.000121
+gallium_dri.so malloc 72 0x55717358b750 0.000120
+gallium_dri.so free 0x55717358b7c0 void 0.000122
+gallium_dri.so free 0x55717358b750 void 0.000122
+gallium_dri.so malloc 72 0x55717358b800 0.000121
+gallium_dri.so free 0x55717358b880 void 0.000121
+gallium_dri.so free 0x55717358b800 void 0.000122
+gallium_dri.so malloc 72 0x55717358b800 0.000185
+gallium_dri.so free 0x55717358b900 void 0.000125
+gallium_dri.so free 0x55717358b800 void 0.000124
+gallium_dri.so malloc 72 0x55717358b930 0.000122
+gallium_dri.so free 0x55717358b980 void 0.000122
+gallium_dri.so free 0x55717358b930 void 0.000121
+gallium_dri.so malloc 72 0x55717358b930 0.000122
+gallium_dri.so free 0x55717358ba80 void 0.000121
+gallium_dri.so free 0x55717358b930 void 0.000120
+gallium_dri.so malloc 72 0x55717358ba30 0.000121
+gallium_dri.so free 0x55717358bb40 void 0.000121
+gallium_dri.so free 0x55717358ba30 void 0.000121
+gallium_dri.so malloc 72 0x55717358baf0 0.000121
+gallium_dri.so free 0x55717358bb80 void 0.000122
+gallium_dri.so free 0x55717358baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358baf0 0.000123
+gallium_dri.so free 0x55717358bc40 void 0.000121
+gallium_dri.so free 0x55717358baf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcb0 0.000122
+gallium_dri.so free 0x55717358bd00 void 0.000122
+gallium_dri.so free 0x55717358bcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcb0 0.000120
+gallium_dri.so free 0x55717358be00 void 0.000121
+gallium_dri.so free 0x55717358bcb0 void 0.000175
+gallium_dri.so malloc 72 0x55717358bdb0 0.000123
+gallium_dri.so free 0x55717358bec0 void 0.000131
+gallium_dri.so free 0x55717358bdb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358be70 0.000121
+gallium_dri.so free 0x55717358bf00 void 0.000122
+gallium_dri.so free 0x55717358be70 void 0.000122
+gallium_dri.so malloc 72 0x55717358be70 0.000121
+gallium_dri.so free 0x55717358bfc0 void 0.000122
+gallium_dri.so free 0x55717358be70 void 0.000120
+gallium_dri.so malloc 72 0x55717358c000 0.000120
+gallium_dri.so free 0x55717358c080 void 0.000122
+gallium_dri.so free 0x55717358c000 void 0.000119
+gallium_dri.so malloc 72 0x55717358c080 0.000121
+gallium_dri.so free 0x55717358c140 void 0.000121
+gallium_dri.so free 0x55717358c080 void 0.000121
+gallium_dri.so malloc 72 0x55717358c080 0.000120
+gallium_dri.so free 0x55717358c200 void 0.000122
+gallium_dri.so free 0x55717358c080 void 0.000122
+gallium_dri.so malloc 72 0x55717358c220 0.000119
+gallium_dri.so free 0x55717358c2c0 void 0.000121
+gallium_dri.so free 0x55717358c220 void 0.000121
+gallium_dri.so malloc 72 0x55717358c270 0.000121
+gallium_dri.so free 0x55717358c340 void 0.000123
+gallium_dri.so free 0x55717358c270 void 0.000121
+gallium_dri.so malloc 72 0x55717358c270 0.000120
+gallium_dri.so free 0x55717358c3c0 void 0.000122
+gallium_dri.so free 0x55717358c270 void 0.000121
+gallium_dri.so malloc 72 0x55717358c3c0 0.000128
+gallium_dri.so free 0x55717358c480 void 0.000123
+gallium_dri.so free 0x55717358c3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c3c0 0.000121
+gallium_dri.so free 0x55717358c540 void 0.000121
+gallium_dri.so free 0x55717358c3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c3c0 0.000120
+gallium_dri.so free 0x55717358c600 void 0.000122
+gallium_dri.so free 0x55717358c3c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c5b0 0.000121
+gallium_dri.so free 0x55717358c6c0 void 0.000122
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c670 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000122
+gallium_dri.so free 0x55717358c670 void 0.000122
+gallium_dri.so malloc 72 0x55717358c790 0.000120
+gallium_dri.so free 0x55717358c800 void 0.000121
+gallium_dri.so free 0x55717358c790 void 0.000120
+gallium_dri.so malloc 72 0x55717358c820 0.000120
+gallium_dri.so free 0x55717358c8c0 void 0.000121
+gallium_dri.so free 0x55717358c820 void 0.000120
+gallium_dri.so malloc 72 0x55717358c870 0.000121
+gallium_dri.so free 0x55717358c940 void 0.000121
+gallium_dri.so free 0x55717358c870 void 0.000121
+gallium_dri.so malloc 72 0x55717358c870 0.000142
+gallium_dri.so free 0x55717358c9c0 void 0.000171
+gallium_dri.so free 0x55717358c870 void 0.000123
+gallium_dri.so malloc 72 0x55717358c9c0 0.000122
+gallium_dri.so free 0x55717358ca80 void 0.000123
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c9c0 0.000121
+gallium_dri.so free 0x55717358cb80 void 0.000122
+gallium_dri.so free 0x55717358c9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358cb30 0.000122
+gallium_dri.so free 0x55717358cbc0 void 0.000123
+gallium_dri.so free 0x55717358cb30 void 0.000162
+gallium_dri.so malloc 72 0x55717358cb30 0.000124
+gallium_dri.so free 0x55717358cc80 void 0.000121
+gallium_dri.so free 0x55717358cb30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ccc0 0.000123
+gallium_dri.so free 0x55717358cd40 void 0.000123
+gallium_dri.so free 0x55717358ccc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cd40 0.000120
+gallium_dri.so free 0x55717358ce00 void 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000122
+gallium_dri.so malloc 72 0x55717358cd40 0.000121
+gallium_dri.so free 0x55717358ce80 void 0.000122
+gallium_dri.so free 0x55717358cd40 void 0.000122
+gallium_dri.so malloc 72 0x55717358ceb0 0.000121
+gallium_dri.so free 0x55717358cf00 void 0.000121
+gallium_dri.so free 0x55717358ceb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ceb0 0.000123
+gallium_dri.so free 0x55717358d000 void 0.000122
+gallium_dri.so free 0x55717358ceb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d040 0.000120
+gallium_dri.so free 0x55717358d0c0 void 0.000122
+gallium_dri.so free 0x55717358d040 void 0.000120
+gallium_dri.so malloc 72 0x55717358d0c0 0.000122
+gallium_dri.so free 0x55717358d180 void 0.000122
+gallium_dri.so free 0x55717358d0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d0c0 0.000122
+gallium_dri.so free 0x55717358d200 void 0.000122
+gallium_dri.so free 0x55717358d0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d230 0.000121
+gallium_dri.so free 0x55717358d280 void 0.000121
+gallium_dri.so free 0x55717358d230 void 0.000122
+gallium_dri.so malloc 72 0x55717358d230 0.000120
+gallium_dri.so free 0x55717358d380 void 0.000123
+gallium_dri.so free 0x55717358d230 void 0.000121
+gallium_dri.so malloc 72 0x55717358d330 0.000122
+gallium_dri.so free 0x55717358d440 void 0.000122
+gallium_dri.so free 0x55717358d330 void 0.000123
+gallium_dri.so malloc 72 0x55717358d3f0 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000122
+gallium_dri.so free 0x55717358d3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d3f0 0.000120
+gallium_dri.so free 0x55717358d580 void 0.000130
+gallium_dri.so free 0x55717358d3f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d3f0 0.000121
+gallium_dri.so free 0x55717358d640 void 0.000122
+gallium_dri.so free 0x55717358d3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d5f0 0.000120
+gallium_dri.so free 0x55717358d6c0 void 0.000122
+gallium_dri.so free 0x55717358d5f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d710 0.000121
+gallium_dri.so free 0x55717358d780 void 0.000121
+gallium_dri.so free 0x55717358d710 void 0.000121
+gallium_dri.so malloc 72 0x55717358d7a0 0.000121
+gallium_dri.so free 0x55717358d840 void 0.000123
+gallium_dri.so free 0x55717358d7a0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d7f0 0.000122
+gallium_dri.so free 0x55717358d8c0 void 0.000122
+gallium_dri.so free 0x55717358d7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d8c0 0.000120
+gallium_dri.so free 0x55717358d980 void 0.000121
+gallium_dri.so free 0x55717358d8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d8c0 0.000121
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so free 0x55717358d8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358da00 0.000174
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so free 0x55717358da00 void 0.000181
+gallium_dri.so malloc 72 0x55717358da00 0.000122
+gallium_dri.so free 0x55717358db80 void 0.000122
+gallium_dri.so free 0x55717358da00 void 0.000121
+gallium_dri.so malloc 72 0x55717358da00 0.000121
+gallium_dri.so free 0x55717358dc40 void 0.000123
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358dbf0 0.000121
+gallium_dri.so free 0x55717358dcc0 void 0.000122
+gallium_dri.so free 0x55717358dbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd10 0.000121
+gallium_dri.so free 0x55717358dd80 void 0.000121
+gallium_dri.so free 0x55717358dd10 void 0.000122
+gallium_dri.so malloc 72 0x55717358ddc0 0.000121
+gallium_dri.so free 0x55717358de40 void 0.000122
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ddc0 0.000120
+gallium_dri.so free 0x55717358dec0 void 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358def0 0.000122
+gallium_dri.so free 0x55717358df40 void 0.000121
+gallium_dri.so free 0x55717358def0 void 0.000121
+gallium_dri.so malloc 72 0x55717358def0 0.000122
+gallium_dri.so free 0x55717358e040 void 0.000121
+gallium_dri.so free 0x55717358def0 void 0.000121
+gallium_dri.so malloc 72 0x55717358dff0 0.000178
+gallium_dri.so free 0x55717358e100 void 0.000125
+gallium_dri.so free 0x55717358dff0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e0b0 0.000121
+gallium_dri.so free 0x55717358e140 void 0.000121
+gallium_dri.so free 0x55717358e0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e0b0 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x55717358e0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e270 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000122
+gallium_dri.so free 0x55717358e270 void 0.000120
+gallium_dri.so malloc 72 0x55717358e270 0.000121
+gallium_dri.so free 0x55717358e3c0 void 0.000121
+gallium_dri.so free 0x55717358e270 void 0.000122
+gallium_dri.so malloc 72 0x55717358e370 0.000121
+gallium_dri.so free 0x55717358e480 void 0.000120
+gallium_dri.so free 0x55717358e370 void 0.000120
+gallium_dri.so malloc 72 0x55717358e430 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000121
+gallium_dri.so free 0x55717358e430 void 0.000121
+gallium_dri.so malloc 72 0x55717358e430 0.000120
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e430 void 0.000121
+gallium_dri.so malloc 72 0x55717358e5c0 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x55717358e5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735da8c0 0.000123
+gallium_dri.so free 0x5571735da980 void 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da8c0 0.000121
+gallium_dri.so free 0x5571735daa40 void 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa60 0.000121
+gallium_dri.so free 0x5571735dab00 void 0.000120
+gallium_dri.so free 0x5571735daa60 void 0.000121
+gallium_dri.so malloc 72 0x5571735daab0 0.000172
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x5571735daab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daab0 0.000121
+gallium_dri.so free 0x5571735dac00 void 0.000121
+gallium_dri.so free 0x5571735daab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac00 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dac00 0.000121
+gallium_dri.so free 0x5571735dad80 void 0.000122
+gallium_dri.so free 0x5571735dac00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac00 0.000121
+gallium_dri.so free 0x5571735dae40 void 0.000121
+gallium_dri.so free 0x5571735dac00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dadf0 0.000117
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dadf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dafd0 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so free 0x5571735dafd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db060 0.000113
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735db060 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000112
+gallium_dri.so free 0x5571735db2c0 void 0.000112
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000115
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000134
+gallium_dri.so free 0x5571735db4c0 void 0.000122
+gallium_dri.so free 0x5571735db370 void 0.000119
+gallium_dri.so malloc 72 0x5571735db500 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so free 0x5571735db500 void 0.000120
+gallium_dri.so malloc 72 0x5571735db580 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000123
+gallium_dri.so free 0x5571735db580 void 0.000121
+gallium_dri.so malloc 72 0x5571735db580 0.000121
+gallium_dri.so free 0x5571735db6c0 void 0.000121
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so malloc 72 0x5571735db6f0 0.000123
+gallium_dri.so free 0x5571735db740 void 0.000122
+gallium_dri.so free 0x5571735db6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db6f0 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000123
+gallium_dri.so free 0x5571735db6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db880 0.000120
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so free 0x5571735db880 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000122
+gallium_dri.so free 0x5571735db9c0 void 0.000122
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so malloc 72 0x5571735db900 0.000128
+gallium_dri.so free 0x5571735dba40 void 0.000170
+gallium_dri.so free 0x5571735db900 void 0.000124
+gallium_dri.so malloc 72 0x5571735dba70 0.000122
+gallium_dri.so free 0x5571735dbac0 void 0.000122
+gallium_dri.so free 0x5571735dba70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dba70 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735dba70 void 0.000144
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbc80 void 0.000122
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc30 0.000121
+gallium_dri.so free 0x5571735dbd00 void 0.000120
+gallium_dri.so free 0x5571735dbc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc30 0.000121
+gallium_dri.so free 0x5571735dbdc0 void 0.000122
+gallium_dri.so free 0x5571735dbc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc30 0.000121
+gallium_dri.so free 0x5571735dbe80 void 0.000122
+gallium_dri.so free 0x5571735dbc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbe30 0.000121
+gallium_dri.so free 0x5571735dbf00 void 0.000121
+gallium_dri.so free 0x5571735dbe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf50 0.000120
+gallium_dri.so free 0x5571735dbfc0 void 0.000121
+gallium_dri.so free 0x5571735dbf50 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000117
+gallium_dri.so free 0x5571735dc080 void 0.000116
+gallium_dri.so free 0x5571735dbfe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc030 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dc030 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc100 0.000115
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc100 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000117
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc240 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc430 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so free 0x5571735dc430 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc550 0.000116
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc550 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc600 0.000131
+gallium_dri.so free 0x5571735dc680 void 0.000122
+gallium_dri.so free 0x5571735dc600 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc600 0.000120
+gallium_dri.so free 0x5571735dc700 void 0.000122
+gallium_dri.so free 0x5571735dc600 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc730 0.000122
+gallium_dri.so free 0x5571735dc780 void 0.000122
+gallium_dri.so free 0x5571735dc730 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc730 0.000122
+gallium_dri.so free 0x5571735dc880 void 0.000121
+gallium_dri.so free 0x5571735dc730 void 0.000170
+gallium_dri.so malloc 72 0x5571735dc830 0.000122
+gallium_dri.so free 0x5571735dc940 void 0.000121
+gallium_dri.so free 0x5571735dc830 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000121
+gallium_dri.so free 0x5571735dc980 void 0.000122
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000121
+gallium_dri.so free 0x5571735dca40 void 0.000122
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcab0 0.000123
+gallium_dri.so free 0x5571735dcb00 void 0.000123
+gallium_dri.so free 0x5571735dcab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcab0 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000191
+gallium_dri.so free 0x5571735dcab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000122
+gallium_dri.so free 0x5571735dccc0 void 0.000123
+gallium_dri.so free 0x5571735dcbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcc70 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000121
+gallium_dri.so free 0x5571735dcc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcc70 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000121
+gallium_dri.so free 0x5571735dcc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dce00 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so free 0x5571735dce00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dce80 0.000121
+gallium_dri.so free 0x5571735dcf40 void 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dce80 0.000121
+gallium_dri.so free 0x5571735dd000 void 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd020 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000121
+gallium_dri.so free 0x5571735dd020 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd070 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000122
+gallium_dri.so free 0x5571735dd070 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd070 0.000118
+gallium_dri.so free 0x5571735dd1c0 void 0.000116
+gallium_dri.so free 0x5571735dd070 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000116
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so free 0x5571735dd1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000117
+gallium_dri.so free 0x5571735dd1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000117
+gallium_dri.so free 0x5571735dd4c0 void 0.000116
+gallium_dri.so free 0x5571735dd3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd470 0.000115
+gallium_dri.so free 0x5571735dd540 void 0.000117
+gallium_dri.so free 0x5571735dd470 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd590 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000116
+gallium_dri.so free 0x5571735dd590 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd620 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so free 0x5571735dd620 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd740 void 0.000166
+gallium_dri.so free 0x5571735dd670 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd670 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000119
+gallium_dri.so free 0x5571735dd670 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000120
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735dd9c0 void 0.000122
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735dda80 void 0.000122
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddac0 0.000120
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb40 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000122
+gallium_dri.so free 0x5571735ddb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb40 0.000121
+gallium_dri.so free 0x5571735ddc80 void 0.000120
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000121
+gallium_dri.so free 0x5571735ddd00 void 0.000170
+gallium_dri.so free 0x5571735ddcb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000122
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735ddcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde40 0.000121
+gallium_dri.so free 0x5571735ddec0 void 0.000120
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddec0 0.000121
+gallium_dri.so free 0x5571735ddf80 void 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddec0 0.000120
+gallium_dri.so free 0x5571735de000 void 0.000123
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de030 0.000121
+gallium_dri.so free 0x5571735de080 void 0.000121
+gallium_dri.so free 0x5571735de030 void 0.000121
+gallium_dri.so malloc 72 0x5571735de030 0.000121
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de030 void 0.000123
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de240 void 0.000121
+gallium_dri.so free 0x5571735de130 void 0.000120
+gallium_dri.so malloc 72 0x5571735de1f0 0.000122
+gallium_dri.so free 0x5571735de2c0 void 0.000122
+gallium_dri.so free 0x5571735de1f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de1f0 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1f0 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3f0 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de510 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de510 void 0.000160
+gallium_dri.so malloc 72 0x5571735de5a0 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000116
+gallium_dri.so free 0x5571735de5a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de5f0 0.000115
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so free 0x5571735de5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6c0 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6c0 0.000116
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de800 0.000115
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000133
+gallium_dri.so malloc 72 0x5571735de800 0.000121
+gallium_dri.so free 0x5571735de980 void 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000121
+gallium_dri.so malloc 72 0x5571735de800 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000122
+gallium_dri.so free 0x5571735de800 void 0.000119
+gallium_dri.so malloc 72 0x5571735de9f0 0.000121
+gallium_dri.so free 0x5571735deac0 void 0.000122
+gallium_dri.so free 0x5571735de9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb10 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000120
+gallium_dri.so free 0x5571735deb10 void 0.000118
+gallium_dri.so malloc 72 0x5571735debc0 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735debc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735debc0 0.000120
+gallium_dri.so free 0x5571735decc0 void 0.000121
+gallium_dri.so free 0x5571735debc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735decf0 0.000119
+gallium_dri.so free 0x5571735ded40 void 0.000121
+gallium_dri.so free 0x5571735decf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735decf0 0.000121
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735decf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000168
+gallium_dri.so free 0x5571735dedf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735deeb0 0.000121
+gallium_dri.so free 0x5571735def40 void 0.000123
+gallium_dri.so free 0x5571735deeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deeb0 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000122
+gallium_dri.so free 0x5571735deeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df070 0.000120
+gallium_dri.so free 0x5571735df0c0 void 0.000123
+gallium_dri.so free 0x5571735df070 void 0.000121
+gallium_dri.so malloc 72 0x5571735df070 0.000121
+gallium_dri.so free 0x5571735df1c0 void 0.000121
+gallium_dri.so free 0x5571735df070 void 0.000121
+gallium_dri.so malloc 72 0x5571735df170 0.000121
+gallium_dri.so free 0x5571735df280 void 0.000121
+gallium_dri.so free 0x5571735df170 void 0.000122
+gallium_dri.so malloc 72 0x5571735df230 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000121
+gallium_dri.so free 0x5571735df230 void 0.000121
+gallium_dri.so malloc 72 0x5571735df230 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000122
+gallium_dri.so free 0x5571735df230 void 0.000121
+gallium_dri.so malloc 72 0x5571735df3c0 0.000122
+gallium_dri.so free 0x5571735df440 void 0.000175
+gallium_dri.so free 0x5571735df3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df440 0.000116
+gallium_dri.so free 0x5571735df500 void 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df5c0 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5e0 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df5e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df630 0.000115
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df780 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so malloc 72 0x5571735df780 0.000116
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so malloc 72 0x5571735df780 0.000117
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df780 void 0.000116
+gallium_dri.so malloc 72 0x5571735df970 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735df970 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfa30 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000121
+gallium_dri.so free 0x5571735dfa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfb50 0.000121
+gallium_dri.so free 0x5571735dfbc0 void 0.000120
+gallium_dri.so free 0x5571735dfb50 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfbe0 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000122
+gallium_dri.so free 0x5571735dfbe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc30 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc30 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000121
+gallium_dri.so free 0x5571735dfc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfd80 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfd80 0.000121
+gallium_dri.so free 0x5571735dff40 void 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfef0 0.000119
+gallium_dri.so free 0x5571735dff80 void 0.000117
+gallium_dri.so free 0x5571735dfef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfef0 0.000120
+gallium_dri.so free 0x5571735e0040 void 0.000173
+gallium_dri.so free 0x5571735dfef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0080 0.000121
+gallium_dri.so free 0x5571735e0100 void 0.000121
+gallium_dri.so free 0x5571735e0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0100 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000122
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0100 0.000121
+gallium_dri.so free 0x5571735e0240 void 0.000122
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0270 0.000122
+gallium_dri.so free 0x5571735e02c0 void 0.000127
+gallium_dri.so free 0x5571735e0270 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0270 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000122
+gallium_dri.so free 0x5571735e0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0400 0.000120
+gallium_dri.so free 0x5571735e0480 void 0.000123
+gallium_dri.so free 0x5571735e0400 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0480 0.000122
+gallium_dri.so free 0x5571735e0540 void 0.000121
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0480 0.000121
+gallium_dri.so free 0x5571735e05c0 void 0.000123
+gallium_dri.so free 0x5571735e0480 void 0.000128
+gallium_dri.so malloc 72 0x5571735e05f0 0.000116
+gallium_dri.so free 0x5571735e0640 void 0.000116
+gallium_dri.so free 0x5571735e05f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05f0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e05f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06f0 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e06f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0a00 void 0.000116
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09b0 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0ad0 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000116
+gallium_dri.so free 0x5571735e0ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b60 0.000115
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0b60 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000122
+gallium_dri.so free 0x5571735e0c80 void 0.000122
+gallium_dri.so free 0x5571735e0bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c80 0.000120
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0c80 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000121
+gallium_dri.so free 0x5571735e0c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000118
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x5571735e0dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000122
+gallium_dri.so free 0x5571735e0dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000122
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000122
+gallium_dri.so free 0x5571735e1080 void 0.000122
+gallium_dri.so free 0x5571735e0fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e10d0 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000123
+gallium_dri.so free 0x5571735e10d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1180 0.000169
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so free 0x5571735e1180 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1180 0.000121
+gallium_dri.so free 0x5571735e1280 void 0.000153
+gallium_dri.so free 0x5571735e1180 void 0.000123
+gallium_dri.so malloc 72 0x5571735e12b0 0.000120
+gallium_dri.so free 0x5571735e1300 void 0.000121
+gallium_dri.so free 0x5571735e12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e12b0 0.000120
+gallium_dri.so free 0x5571735cae40 void 0.000120
+gallium_dri.so free 0x5571735e12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cae40 0.000120
+gallium_dri.so free 0x5571735caf00 void 0.000121
+gallium_dri.so free 0x5571735cae40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cae40 0.000119
+gallium_dri.so free 0x5571735cafc0 void 0.000121
+gallium_dri.so free 0x5571735cae40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae40 0.000120
+gallium_dri.so free 0x5571735cb080 void 0.000121
+gallium_dri.so free 0x5571735cae40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb030 0.000121
+gallium_dri.so free 0x5571735cb080 void 0.000122
+gallium_dri.so free 0x5571735cb030 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb030 0.000122
+gallium_dri.so free 0x5571735cb180 void 0.000122
+gallium_dri.so free 0x5571735cb030 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb130 0.000114
+gallium_dri.so free 0x5571735cb240 void 0.000116
+gallium_dri.so free 0x5571735cb130 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000115
+gallium_dri.so free 0x5571735cb280 void 0.000116
+gallium_dri.so free 0x5571735cb1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb1f0 0.000115
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so free 0x5571735cb1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb380 0.000114
+gallium_dri.so free 0x5571735cb400 void 0.000117
+gallium_dri.so free 0x5571735cb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb400 0.000116
+gallium_dri.so free 0x5571735cb4c0 void 0.000117
+gallium_dri.so free 0x5571735cb400 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb400 0.000115
+gallium_dri.so free 0x5571735cb580 void 0.000117
+gallium_dri.so free 0x5571735cb400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb5a0 0.000115
+gallium_dri.so free 0x5571735cb640 void 0.000115
+gallium_dri.so free 0x5571735cb5a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000116
+gallium_dri.so free 0x5571735cb6c0 void 0.000117
+gallium_dri.so free 0x5571735cb5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000135
+gallium_dri.so free 0x5571735cb740 void 0.000118
+gallium_dri.so free 0x5571735cb5f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb740 0.000120
+gallium_dri.so free 0x5571735cb800 void 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb740 0.000121
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so free 0x5571735cb740 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb740 0.000119
+gallium_dri.so free 0x5571735cb980 void 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb930 0.000121
+gallium_dri.so free 0x5571735cba40 void 0.000120
+gallium_dri.so free 0x5571735cb930 void 0.000171
+gallium_dri.so malloc 72 0x5571735cb9f0 0.000119
+gallium_dri.so free 0x5571735cbac0 void 0.000123
+gallium_dri.so free 0x5571735cb9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbb10 0.000120
+gallium_dri.so free 0x5571735cbb80 void 0.000122
+gallium_dri.so free 0x5571735cbb10 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbba0 0.000121
+gallium_dri.so free 0x5571735cbc40 void 0.000120
+gallium_dri.so free 0x5571735cbba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000121
+gallium_dri.so free 0x5571735cbcc0 void 0.000121
+gallium_dri.so free 0x5571735cbbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000175
+gallium_dri.so free 0x5571735cbd40 void 0.000123
+gallium_dri.so free 0x5571735cbbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd40 0.000120
+gallium_dri.so free 0x5571735cbe00 void 0.000122
+gallium_dri.so free 0x5571735cbd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbd40 0.000122
+gallium_dri.so free 0x5571735cbf00 void 0.000122
+gallium_dri.so free 0x5571735cbd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000121
+gallium_dri.so free 0x5571735cbf40 void 0.000121
+gallium_dri.so free 0x5571735cbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000120
+gallium_dri.so free 0x5571735cc000 void 0.000121
+gallium_dri.so free 0x5571735cbeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc040 0.000120
+gallium_dri.so free 0x5571735cc0c0 void 0.000121
+gallium_dri.so free 0x5571735cc040 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000120
+gallium_dri.so free 0x5571735cc180 void 0.000120
+gallium_dri.so free 0x5571735cc0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000122
+gallium_dri.so free 0x5571735cc200 void 0.000121
+gallium_dri.so free 0x5571735cc0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc230 0.000120
+gallium_dri.so free 0x5571735cc280 void 0.000121
+gallium_dri.so free 0x5571735cc230 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc230 0.000120
+gallium_dri.so free 0x5571735cc380 void 0.000121
+gallium_dri.so free 0x5571735cc230 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000117
+gallium_dri.so free 0x5571735cc440 void 0.000121
+gallium_dri.so free 0x5571735cc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc440 0.000121
+gallium_dri.so free 0x5571735cc500 void 0.000122
+gallium_dri.so free 0x5571735cc440 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc440 0.000120
+gallium_dri.so free 0x5571735cc580 void 0.000121
+gallium_dri.so free 0x5571735cc440 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc5b0 0.000120
+gallium_dri.so free 0x5571735cc600 void 0.000122
+gallium_dri.so free 0x5571735cc5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc5b0 0.000120
+gallium_dri.so free 0x5571735cc700 void 0.000118
+gallium_dri.so free 0x5571735cc5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000119
+gallium_dri.so free 0x5571735cc7c0 void 0.000121
+gallium_dri.so free 0x5571735cc6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc770 0.000122
+gallium_dri.so free 0x5571735cc840 void 0.000120
+gallium_dri.so free 0x5571735cc770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc770 0.000225
+gallium_dri.so free 0x5571735cc900 void 0.000122
+gallium_dri.so free 0x5571735cc770 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc770 0.000121
+gallium_dri.so free 0x5571735cc9c0 void 0.000121
+gallium_dri.so free 0x5571735cc770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc970 0.000119
+gallium_dri.so free 0x5571735cca40 void 0.000121
+gallium_dri.so free 0x5571735cc970 void 0.000120
+gallium_dri.so malloc 72 0x5571735cca90 0.000121
+gallium_dri.so free 0x5571735ccb00 void 0.000122
+gallium_dri.so free 0x5571735cca90 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccb20 0.000119
+gallium_dri.so free 0x5571735ccbc0 void 0.000121
+gallium_dri.so free 0x5571735ccb20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccb70 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000121
+gallium_dri.so free 0x5571735ccb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccc40 0.000121
+gallium_dri.so free 0x5571735ccd00 void 0.000121
+gallium_dri.so free 0x5571735ccc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccc40 0.000120
+gallium_dri.so free 0x5571735ccd80 void 0.000120
+gallium_dri.so free 0x5571735ccc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd80 0.000123
+gallium_dri.so free 0x5571735cce40 void 0.000126
+gallium_dri.so free 0x5571735ccd80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccd80 0.000121
+gallium_dri.so free 0x5571735ccf00 void 0.000138
+gallium_dri.so free 0x5571735ccd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd80 0.000121
+gallium_dri.so free 0x5571735ccfc0 void 0.000122
+gallium_dri.so free 0x5571735ccd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccf70 0.000120
+gallium_dri.so free 0x5571735cd040 void 0.000122
+gallium_dri.so free 0x5571735ccf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd090 0.000122
+gallium_dri.so free 0x5571735cd100 void 0.000122
+gallium_dri.so free 0x5571735cd090 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd140 0.000122
+gallium_dri.so free 0x5571735cd1c0 void 0.000120
+gallium_dri.so free 0x5571735cd140 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd140 0.000120
+gallium_dri.so free 0x5571735cd240 void 0.000124
+gallium_dri.so free 0x5571735cd140 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd270 0.000120
+gallium_dri.so free 0x5571735cd2c0 void 0.000122
+gallium_dri.so free 0x5571735cd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd270 0.000120
+gallium_dri.so free 0x5571735cd3c0 void 0.000121
+gallium_dri.so free 0x5571735cd270 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd370 0.000145
+gallium_dri.so free 0x5571735cd480 void 0.000121
+gallium_dri.so free 0x5571735cd370 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd430 0.000120
+gallium_dri.so free 0x5571735cd4c0 void 0.000121
+gallium_dri.so free 0x5571735cd430 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd430 0.000121
+gallium_dri.so free 0x5571735cd580 void 0.000121
+gallium_dri.so free 0x5571735cd430 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000120
+gallium_dri.so free 0x5571735cd640 void 0.000120
+gallium_dri.so free 0x5571735cd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000165
+gallium_dri.so free 0x5571735cd740 void 0.000122
+gallium_dri.so free 0x5571735cd5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000121
+gallium_dri.so free 0x5571735cd800 void 0.000121
+gallium_dri.so free 0x5571735cd6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000120
+gallium_dri.so free 0x5571735cd840 void 0.000128
+gallium_dri.so free 0x5571735cd7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000121
+gallium_dri.so free 0x5571735cd900 void 0.000119
+gallium_dri.so free 0x5571735cd7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd940 0.000122
+gallium_dri.so free 0x5571735cd9c0 void 0.000173
+gallium_dri.so free 0x5571735cd940 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd9c0 0.000117
+gallium_dri.so free 0x5571735cda80 void 0.000117
+gallium_dri.so free 0x5571735cd9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd9c0 0.000117
+gallium_dri.so free 0x5571735cdb40 void 0.000117
+gallium_dri.so free 0x5571735cd9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdb60 0.000116
+gallium_dri.so free 0x5571735cdc00 void 0.000117
+gallium_dri.so free 0x5571735cdb60 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000118
+gallium_dri.so free 0x5571735cdc80 void 0.000118
+gallium_dri.so free 0x5571735cdbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000116
+gallium_dri.so free 0x5571735cdd00 void 0.000116
+gallium_dri.so free 0x5571735cdbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdd00 0.000117
+gallium_dri.so free 0x5571735cddc0 void 0.000117
+gallium_dri.so free 0x5571735cdd00 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdd00 0.000117
+gallium_dri.so free 0x5571735cde80 void 0.000119
+gallium_dri.so free 0x5571735cdd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdd00 0.000122
+gallium_dri.so free 0x5571735cdf40 void 0.000121
+gallium_dri.so free 0x5571735cdd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdef0 0.000122
+gallium_dri.so free 0x5571735ce000 void 0.000135
+gallium_dri.so free 0x5571735cdef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000122
+gallium_dri.so free 0x5571735ce080 void 0.000121
+gallium_dri.so free 0x5571735cdfb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce0d0 0.000121
+gallium_dri.so free 0x5571735ce140 void 0.000122
+gallium_dri.so free 0x5571735ce0d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce160 0.000122
+gallium_dri.so free 0x5571735ce200 void 0.000123
+gallium_dri.so free 0x5571735ce160 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000121
+gallium_dri.so free 0x5571735ce280 void 0.000122
+gallium_dri.so free 0x5571735ce1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000122
+gallium_dri.so free 0x5571735ce300 void 0.000123
+gallium_dri.so free 0x5571735ce1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce300 0.000121
+gallium_dri.so free 0x5571735ce3c0 void 0.000122
+gallium_dri.so free 0x5571735ce300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce300 0.000121
+gallium_dri.so free 0x5571735ce4c0 void 0.000121
+gallium_dri.so free 0x5571735ce300 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce470 0.000140
+gallium_dri.so free 0x5571735ce500 void 0.000163
+gallium_dri.so free 0x5571735ce470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce470 0.000136
+gallium_dri.so free 0x5571735ce5c0 void 0.000135
+gallium_dri.so free 0x5571735ce470 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce600 0.000123
+gallium_dri.so free 0x5571735ce680 void 0.000139
+gallium_dri.so free 0x5571735ce600 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce680 0.000121
+gallium_dri.so free 0x5571735ce740 void 0.000123
+gallium_dri.so free 0x5571735ce680 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce680 0.000121
+gallium_dri.so free 0x5571735ce7c0 void 0.000122
+gallium_dri.so free 0x5571735ce680 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000120
+gallium_dri.so free 0x5571735ce840 void 0.000122
+gallium_dri.so free 0x5571735ce7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000126
+gallium_dri.so free 0x5571735ce940 void 0.000122
+gallium_dri.so free 0x5571735ce7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce980 0.000122
+gallium_dri.so free 0x5571735cea00 void 0.000121
+gallium_dri.so free 0x5571735ce980 void 0.000123
+gallium_dri.so malloc 72 0x5571735cea00 0.000121
+gallium_dri.so free 0x5571735ceac0 void 0.000120
+gallium_dri.so free 0x5571735cea00 void 0.000122
+gallium_dri.so malloc 72 0x5571735cea00 0.000122
+gallium_dri.so free 0x5571735ceb40 void 0.000123
+gallium_dri.so free 0x5571735cea00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb70 0.000122
+gallium_dri.so free 0x5571735cebc0 void 0.000122
+gallium_dri.so free 0x5571735ceb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb70 0.000122
+gallium_dri.so free 0x5571735cecc0 void 0.000121
+gallium_dri.so free 0x5571735ceb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec70 0.000121
+gallium_dri.so free 0x5571735ced80 void 0.000122
+gallium_dri.so free 0x5571735cec70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced30 0.000120
+gallium_dri.so free 0x5571735cee00 void 0.000120
+gallium_dri.so free 0x5571735ced30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced30 0.000121
+gallium_dri.so free 0x5571735ceec0 void 0.000123
+gallium_dri.so free 0x5571735ced30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced30 0.000121
+gallium_dri.so free 0x5571735cef80 void 0.000123
+gallium_dri.so free 0x5571735ced30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cef30 0.000122
+gallium_dri.so free 0x5571735cf000 void 0.000122
+gallium_dri.so free 0x5571735cef30 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf050 0.000145
+gallium_dri.so free 0x5571735cf0c0 void 0.000122
+gallium_dri.so free 0x5571735cf050 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf0e0 0.000122
+gallium_dri.so free 0x5571735cf180 void 0.000124
+gallium_dri.so free 0x5571735cf0e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf130 0.000123
+gallium_dri.so free 0x5571735cf200 void 0.000123
+gallium_dri.so free 0x5571735cf130 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf200 0.000121
+gallium_dri.so free 0x5571735cf2c0 void 0.000121
+gallium_dri.so free 0x5571735cf200 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf200 0.000166
+gallium_dri.so free 0x5571735cf340 void 0.000126
+gallium_dri.so free 0x5571735cf200 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf340 0.000121
+gallium_dri.so free 0x5571735cf400 void 0.000123
+gallium_dri.so free 0x5571735cf340 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf340 0.000123
+gallium_dri.so free 0x5571735cf4c0 void 0.000123
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf340 0.000121
+gallium_dri.so free 0x5571735cf580 void 0.000121
+gallium_dri.so free 0x5571735cf340 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf530 0.000121
+gallium_dri.so free 0x5571735cf600 void 0.000184
+gallium_dri.so free 0x5571735cf530 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf650 0.000122
+gallium_dri.so free 0x5571735cf6c0 void 0.000123
+gallium_dri.so free 0x5571735cf650 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf700 0.000121
+gallium_dri.so free 0x5571735cf780 void 0.000123
+gallium_dri.so free 0x5571735cf700 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf700 0.000120
+gallium_dri.so free 0x5571735cf800 void 0.000122
+gallium_dri.so free 0x5571735cf700 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000121
+gallium_dri.so free 0x5571735cf830 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf830 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000123
+gallium_dri.so free 0x5571735cf830 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf930 0.000121
+gallium_dri.so free 0x5571735cfa40 void 0.000122
+gallium_dri.so free 0x5571735cf930 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000120
+gallium_dri.so free 0x5571735cfa80 void 0.000123
+gallium_dri.so free 0x5571735cf9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000122
+gallium_dri.so free 0x5571735cfb40 void 0.000122
+gallium_dri.so free 0x5571735cf9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000124
+gallium_dri.so free 0x5571735cfc00 void 0.000122
+gallium_dri.so free 0x5571735cfbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000121
+gallium_dri.so free 0x5571735cfd00 void 0.000122
+gallium_dri.so free 0x5571735cfbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000120
+gallium_dri.so free 0x5571735cfdc0 void 0.000124
+gallium_dri.so free 0x5571735cfcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd70 0.000122
+gallium_dri.so free 0x5571735cfe00 void 0.000141
+gallium_dri.so free 0x5571735cfd70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfd70 0.000121
+gallium_dri.so free 0x5571735cfec0 void 0.000123
+gallium_dri.so free 0x5571735cfd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cff00 0.000121
+gallium_dri.so free 0x5571735cff80 void 0.000120
+gallium_dri.so free 0x5571735cff00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cff80 0.000122
+gallium_dri.so free 0x5571735d0040 void 0.000122
+gallium_dri.so free 0x5571735cff80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cff80 0.000122
+gallium_dri.so free 0x5571735d0100 void 0.000121
+gallium_dri.so free 0x5571735cff80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0120 0.000226
+gallium_dri.so free 0x5571735d01c0 void 0.000126
+gallium_dri.so free 0x5571735d0120 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0170 0.000123
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02c0 0.000121
+gallium_dri.so free 0x5571735d0380 void 0.000123
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d02c0 0.000122
+gallium_dri.so free 0x5571735d0440 void 0.000123
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d02c0 0.000126
+gallium_dri.so free 0x5571735d0500 void 0.000122
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d04b0 0.000123
+gallium_dri.so free 0x5571735d05c0 void 0.000122
+gallium_dri.so free 0x5571735d04b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0570 0.000121
+gallium_dri.so free 0x5571735d0640 void 0.000123
+gallium_dri.so free 0x5571735d0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0690 0.000120
+gallium_dri.so free 0x5571735d0700 void 0.000131
+gallium_dri.so free 0x5571735d0690 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0720 0.000121
+gallium_dri.so free 0x5571735d07c0 void 0.000120
+gallium_dri.so free 0x5571735d0720 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0770 0.000121
+gallium_dri.so free 0x5571735d0840 void 0.000122
+gallium_dri.so free 0x5571735d0770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0770 0.000122
+gallium_dri.so free 0x5571735d08c0 void 0.000122
+gallium_dri.so free 0x5571735d0770 void 0.000122
+gallium_dri.so malloc 72 0x5571735d08c0 0.000121
+gallium_dri.so free 0x5571735d0980 void 0.000123
+gallium_dri.so free 0x5571735d08c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d08c0 0.000120
+gallium_dri.so free 0x5571735d0a80 void 0.000122
+gallium_dri.so free 0x5571735d08c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a30 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a30 0.000122
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000121
+gallium_dri.so free 0x5571735d0c40 void 0.000123
+gallium_dri.so free 0x5571735d0bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c40 0.000165
+gallium_dri.so free 0x5571735d0d00 void 0.000123
+gallium_dri.so free 0x5571735d0c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0c40 0.000122
+gallium_dri.so free 0x5571735d0d80 void 0.000122
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0db0 0.000123
+gallium_dri.so free 0x5571735d0e00 void 0.000122
+gallium_dri.so free 0x5571735d0db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0db0 0.000121
+gallium_dri.so free 0x5571735d0f00 void 0.000122
+gallium_dri.so free 0x5571735d0db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0f40 0.000162
+gallium_dri.so free 0x5571735d0fc0 void 0.000125
+gallium_dri.so free 0x5571735d0f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000122
+gallium_dri.so free 0x5571735d1080 void 0.000121
+gallium_dri.so free 0x5571735d0fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000122
+gallium_dri.so free 0x5571735d1100 void 0.000123
+gallium_dri.so free 0x5571735d0fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1130 0.000121
+gallium_dri.so free 0x5571735d1180 void 0.000122
+gallium_dri.so free 0x5571735d1130 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1130 0.000170
+gallium_dri.so free 0x5571735d1280 void 0.000124
+gallium_dri.so free 0x5571735d1130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1230 0.000122
+gallium_dri.so free 0x5571735d1340 void 0.000122
+gallium_dri.so free 0x5571735d1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d12f0 0.000127
+gallium_dri.so free 0x5571735d13c0 void 0.000122
+gallium_dri.so free 0x5571735d12f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d12f0 0.000122
+gallium_dri.so free 0x5571735d1480 void 0.000123
+gallium_dri.so free 0x5571735d12f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d12f0 0.000122
+gallium_dri.so free 0x5571735d1540 void 0.000122
+gallium_dri.so free 0x5571735d12f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d14f0 0.000143
+gallium_dri.so free 0x5571735d15c0 void 0.000122
+gallium_dri.so free 0x5571735d14f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1610 0.000121
+gallium_dri.so free 0x5571735d1680 void 0.000123
+gallium_dri.so free 0x5571735d1610 void 0.000121
+gallium_dri.so malloc 72 0x5571735d16a0 0.000121
+gallium_dri.so free 0x5571735d1740 void 0.000121
+gallium_dri.so free 0x5571735d16a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d16f0 0.000120
+gallium_dri.so free 0x5571735d17c0 void 0.000131
+gallium_dri.so free 0x5571735d16f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d17c0 0.000122
+gallium_dri.so free 0x5571735d1880 void 0.000121
+gallium_dri.so free 0x5571735d17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d17c0 0.000122
+gallium_dri.so free 0x5571735d1900 void 0.000122
+gallium_dri.so free 0x5571735d17c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1900 0.000121
+gallium_dri.so free 0x5571735d19c0 void 0.000123
+gallium_dri.so free 0x5571735d1900 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1900 0.000122
+gallium_dri.so free 0x5571735d1a80 void 0.000122
+gallium_dri.so free 0x5571735d1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1900 0.000123
+gallium_dri.so free 0x5571735d1b40 void 0.000122
+gallium_dri.so free 0x5571735d1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1af0 0.000122
+gallium_dri.so free 0x5571735d1bc0 void 0.000123
+gallium_dri.so free 0x5571735d1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c10 0.000120
+gallium_dri.so free 0x5571735d1c80 void 0.000122
+gallium_dri.so free 0x5571735d1c10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000120
+gallium_dri.so free 0x5571735d1d40 void 0.000121
+gallium_dri.so free 0x5571735d1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1cc0 0.000172
+gallium_dri.so free 0x5571735d1dc0 void 0.000125
+gallium_dri.so free 0x5571735d1cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1df0 0.000122
+gallium_dri.so free 0x5571735d1e40 void 0.000123
+gallium_dri.so free 0x5571735d1df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1df0 0.000121
+gallium_dri.so free 0x5571735d1f40 void 0.000121
+gallium_dri.so free 0x5571735d1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000121
+gallium_dri.so free 0x5571735d2000 void 0.000123
+gallium_dri.so free 0x5571735d1ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000122
+gallium_dri.so free 0x5571735d2040 void 0.000121
+gallium_dri.so free 0x5571735d1fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000123
+gallium_dri.so free 0x5571735d2100 void 0.000123
+gallium_dri.so free 0x5571735d1fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2170 0.000121
+gallium_dri.so free 0x5571735d21c0 void 0.000123
+gallium_dri.so free 0x5571735d2170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2170 0.000128
+gallium_dri.so free 0x5571735d22c0 void 0.000123
+gallium_dri.so free 0x5571735d2170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2270 0.000127
+gallium_dri.so free 0x5571735d2380 void 0.000123
+gallium_dri.so free 0x5571735d2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2330 0.000122
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2330 0.000122
+gallium_dri.so free 0x5571735d2480 void 0.000123
+gallium_dri.so free 0x5571735d2330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d24c0 0.000121
+gallium_dri.so free 0x5571735d2540 void 0.000122
+gallium_dri.so free 0x5571735d24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2540 0.000122
+gallium_dri.so free 0x5571735d2600 void 0.000122
+gallium_dri.so free 0x5571735d2540 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2540 0.000122
+gallium_dri.so free 0x5571735d26c0 void 0.000123
+gallium_dri.so free 0x5571735d2540 void 0.000123
+gallium_dri.so malloc 72 0x5571735d26e0 0.000121
+gallium_dri.so free 0x5571735d2780 void 0.000121
+gallium_dri.so free 0x5571735d26e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2730 0.000121
+gallium_dri.so free 0x5571735d2800 void 0.000122
+gallium_dri.so free 0x5571735d2730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2730 0.000120
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so free 0x5571735d2730 void 0.000142
+gallium_dri.so malloc 72 0x5571735d2880 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so free 0x5571735d2880 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2880 0.000122
+gallium_dri.so free 0x5571735d2a00 void 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2880 0.000122
+gallium_dri.so free 0x5571735d2ac0 void 0.000124
+gallium_dri.so free 0x5571735d2880 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2a70 0.000123
+gallium_dri.so free 0x5571735d2b80 void 0.000123
+gallium_dri.so free 0x5571735d2a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2b30 0.000160
+gallium_dri.so free 0x5571735d2c00 void 0.000125
+gallium_dri.so free 0x5571735d2b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2c50 0.000122
+gallium_dri.so free 0x5571735d2cc0 void 0.000125
+gallium_dri.so free 0x5571735d2c50 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2ce0 0.000129
+gallium_dri.so free 0x5571735d2d80 void 0.000123
+gallium_dri.so free 0x5571735d2ce0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2d30 0.000122
+gallium_dri.so free 0x5571735d2e00 void 0.000121
+gallium_dri.so free 0x5571735d2d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2d30 0.000193
+gallium_dri.so free 0x5571735d2e80 void 0.000124
+gallium_dri.so free 0x5571735d2d30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2e80 0.000122
+gallium_dri.so free 0x5571735d2f40 void 0.000121
+gallium_dri.so free 0x5571735d2e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2e80 0.000121
+gallium_dri.so free 0x5571735d3040 void 0.000121
+gallium_dri.so free 0x5571735d2e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000121
+gallium_dri.so free 0x5571735d3080 void 0.000121
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000123
+gallium_dri.so free 0x5571735d3140 void 0.000123
+gallium_dri.so free 0x5571735d2ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3180 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000123
+gallium_dri.so free 0x5571735d3180 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3200 0.000122
+gallium_dri.so free 0x5571735d32c0 void 0.000123
+gallium_dri.so free 0x5571735d3200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3200 0.000122
+gallium_dri.so free 0x5571735d3340 void 0.000123
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3370 0.000121
+gallium_dri.so free 0x5571735d33c0 void 0.000131
+gallium_dri.so free 0x5571735d3370 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3370 0.000121
+gallium_dri.so free 0x5571735d34c0 void 0.000122
+gallium_dri.so free 0x5571735d3370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3500 0.000122
+gallium_dri.so free 0x5571735d3580 void 0.000123
+gallium_dri.so free 0x5571735d3500 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3580 0.000122
+gallium_dri.so free 0x5571735d3640 void 0.000122
+gallium_dri.so free 0x5571735d3580 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3580 0.000122
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735d3580 void 0.000122
+gallium_dri.so malloc 72 0x5571735d36f0 0.000120
+gallium_dri.so free 0x5571735d3740 void 0.000121
+gallium_dri.so free 0x5571735d36f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d36f0 0.000121
+gallium_dri.so free 0x5571735d3840 void 0.000123
+gallium_dri.so free 0x5571735d36f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d37f0 0.000123
+gallium_dri.so free 0x5571735d3900 void 0.000122
+gallium_dri.so free 0x5571735d37f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38b0 0.000121
+gallium_dri.so free 0x5571735d3980 void 0.000121
+gallium_dri.so free 0x5571735d38b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d38b0 0.000166
+gallium_dri.so free 0x5571735d3a40 void 0.000125
+gallium_dri.so free 0x5571735d38b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d38b0 0.000122
+gallium_dri.so free 0x5571735d3b00 void 0.000121
+gallium_dri.so free 0x5571735d38b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000122
+gallium_dri.so free 0x5571735d3b80 void 0.000123
+gallium_dri.so free 0x5571735d3ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3bd0 0.000121
+gallium_dri.so free 0x5571735d3c40 void 0.000122
+gallium_dri.so free 0x5571735d3bd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3c60 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000123
+gallium_dri.so free 0x5571735d3c60 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000122
+gallium_dri.so free 0x5571735d3d80 void 0.000120
+gallium_dri.so free 0x5571735d3cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3d80 0.000120
+gallium_dri.so free 0x5571735d3e40 void 0.000120
+gallium_dri.so free 0x5571735d3d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3d80 0.000122
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x5571735d3d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000175
+gallium_dri.so free 0x5571735d3f80 void 0.000123
+gallium_dri.so free 0x5571735d3ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000122
+gallium_dri.so free 0x5571735d4040 void 0.000121
+gallium_dri.so free 0x5571735d3ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000120
+gallium_dri.so free 0x5571735d4100 void 0.000121
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d40b0 0.000122
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so free 0x5571735d40b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d41d0 0.000120
+gallium_dri.so free 0x5571735d4240 void 0.000122
+gallium_dri.so free 0x5571735d41d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4280 0.000121
+gallium_dri.so free 0x5571735d4300 void 0.000122
+gallium_dri.so free 0x5571735d4280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4280 0.000120
+gallium_dri.so free 0x5571735d4380 void 0.000121
+gallium_dri.so free 0x5571735d4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43b0 0.000120
+gallium_dri.so free 0x5571735d4400 void 0.000121
+gallium_dri.so free 0x5571735d43b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d43b0 0.000137
+gallium_dri.so free 0x5571735d4500 void 0.000121
+gallium_dri.so free 0x5571735d43b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d44b0 0.000121
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so free 0x5571735d44b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4570 0.000120
+gallium_dri.so free 0x5571735d4600 void 0.000121
+gallium_dri.so free 0x5571735d4570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4570 0.000121
+gallium_dri.so free 0x5571735d46c0 void 0.000122
+gallium_dri.so free 0x5571735d4570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4730 0.000121
+gallium_dri.so free 0x5571735d4780 void 0.000122
+gallium_dri.so free 0x5571735d4730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4730 0.000121
+gallium_dri.so free 0x5571735d4880 void 0.000129
+gallium_dri.so free 0x5571735d4730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d4940 void 0.000121
+gallium_dri.so free 0x5571735d4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48f0 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000123
+gallium_dri.so free 0x5571735d48f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48f0 0.000121
+gallium_dri.so free 0x5571735d4a40 void 0.000122
+gallium_dri.so free 0x5571735d48f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4a80 0.000198
+gallium_dri.so free 0x5571735d4b00 void 0.000123
+gallium_dri.so free 0x5571735d4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4b00 0.000121
+gallium_dri.so free 0x5571735d4bc0 void 0.000122
+gallium_dri.so free 0x5571735d4b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4b00 0.000122
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so free 0x5571735d4b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000120
+gallium_dri.so free 0x5571735d4d40 void 0.000122
+gallium_dri.so free 0x5571735d4ca0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000122
+gallium_dri.so free 0x5571735d4dc0 void 0.000121
+gallium_dri.so free 0x5571735d4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000122
+gallium_dri.so free 0x5571735d4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000126
+gallium_dri.so free 0x5571735d4f00 void 0.000123
+gallium_dri.so free 0x5571735d4e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4e40 0.000120
+gallium_dri.so free 0x5571735d4fc0 void 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000122
+gallium_dri.so free 0x5571735d5080 void 0.000132
+gallium_dri.so free 0x5571735d4e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5030 0.000120
+gallium_dri.so free 0x5571735d5140 void 0.000121
+gallium_dri.so free 0x5571735d5030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50f0 0.000121
+gallium_dri.so free 0x5571735d51c0 void 0.000122
+gallium_dri.so free 0x5571735d50f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5210 0.000120
+gallium_dri.so free 0x5571735d5280 void 0.000122
+gallium_dri.so free 0x5571735d5210 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52a0 0.000120
+gallium_dri.so free 0x5571735d5340 void 0.000121
+gallium_dri.so free 0x5571735d52a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52f0 0.000121
+gallium_dri.so free 0x5571735d53c0 void 0.000122
+gallium_dri.so free 0x5571735d52f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52f0 0.000121
+gallium_dri.so free 0x5571735d5440 void 0.000121
+gallium_dri.so free 0x5571735d52f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5440 0.000122
+gallium_dri.so free 0x5571735d5500 void 0.000122
+gallium_dri.so free 0x5571735d5440 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5440 0.000121
+gallium_dri.so free 0x5571735d5600 void 0.000122
+gallium_dri.so free 0x5571735d5440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000171
+gallium_dri.so free 0x5571735d55b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55b0 0.000121
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5740 0.000120
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so free 0x5571735d5740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x5571735d5880 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x5571735d5900 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5930 0.000121
+gallium_dri.so free 0x5571735d5980 void 0.000121
+gallium_dri.so free 0x5571735d5930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5930 0.000121
+gallium_dri.so free 0x5571735d5a80 void 0.000121
+gallium_dri.so free 0x5571735d5930 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000120
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so free 0x5571735d5ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5b40 0.000120
+gallium_dri.so free 0x5571735d5c00 void 0.000131
+gallium_dri.so free 0x5571735d5b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5b40 0.000122
+gallium_dri.so free 0x5571735d5c80 void 0.000121
+gallium_dri.so free 0x5571735d5b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5cb0 0.000120
+gallium_dri.so free 0x5571735d5d00 void 0.000121
+gallium_dri.so free 0x5571735d5cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5cb0 0.000183
+gallium_dri.so free 0x5571735d5e00 void 0.000142
+gallium_dri.so free 0x5571735d5cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5db0 0.000137
+gallium_dri.so free 0x5571735d5ec0 void 0.000140
+gallium_dri.so free 0x5571735d5db0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5e70 0.000127
+gallium_dri.so free 0x5571735d5f40 void 0.000122
+gallium_dri.so free 0x5571735d5e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5e70 0.000121
+gallium_dri.so free 0x5571735d6000 void 0.000121
+gallium_dri.so free 0x5571735d5e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e70 0.000120
+gallium_dri.so free 0x5571735d60c0 void 0.000122
+gallium_dri.so free 0x5571735d5e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6070 0.000120
+gallium_dri.so free 0x5571735d6140 void 0.000130
+gallium_dri.so free 0x5571735d6070 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6190 0.000122
+gallium_dri.so free 0x5571735d6200 void 0.000124
+gallium_dri.so free 0x5571735d6190 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6220 0.000121
+gallium_dri.so free 0x5571735d62c0 void 0.000123
+gallium_dri.so free 0x5571735d6220 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6270 0.000122
+gallium_dri.so free 0x5571735d6340 void 0.000121
+gallium_dri.so free 0x5571735d6270 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6340 0.000122
+gallium_dri.so free 0x5571735d6400 void 0.000122
+gallium_dri.so free 0x5571735d6340 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6340 0.000121
+gallium_dri.so free 0x5571735d6480 void 0.000121
+gallium_dri.so free 0x5571735d6340 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6480 0.000122
+gallium_dri.so free 0x5571735d6540 void 0.000121
+gallium_dri.so free 0x5571735d6480 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6480 0.000122
+gallium_dri.so free 0x5571735d6600 void 0.000122
+gallium_dri.so free 0x5571735d6480 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6480 0.000120
+gallium_dri.so free 0x5571735d66c0 void 0.000122
+gallium_dri.so free 0x5571735d6480 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6670 0.000149
+gallium_dri.so free 0x5571735d6740 void 0.000164
+gallium_dri.so free 0x5571735d6670 void 0.000163
+gallium_dri.so malloc 72 0x5571735d6790 0.000163
+gallium_dri.so free 0x5571735d6800 void 0.000163
+gallium_dri.so free 0x5571735d6790 void 0.000163
+gallium_dri.so malloc 72 0x5571735d6840 0.000163
+gallium_dri.so free 0x5571735d68c0 void 0.000162
+gallium_dri.so free 0x5571735d6840 void 0.000162
+gallium_dri.so malloc 72 0x5571735d6840 0.000163
+gallium_dri.so free 0x5571735d6940 void 0.000162
+gallium_dri.so free 0x5571735d6840 void 0.000163
+gallium_dri.so malloc 72 0x5571735d6970 0.000162
+gallium_dri.so free 0x5571735d69c0 void 0.000163
+gallium_dri.so free 0x5571735d6970 void 0.000162
+gallium_dri.so malloc 72 0x5571735d6970 0.000162
+gallium_dri.so free 0x5571735d6ac0 void 0.000163
+gallium_dri.so free 0x5571735d6970 void 0.000162
+gallium_dri.so malloc 72 0x5571735d6a70 0.000166
+gallium_dri.so free 0x5571735d6b80 void 0.000174
+gallium_dri.so free 0x5571735d6a70 void 0.000164
+gallium_dri.so malloc 72 0x5571735d6b30 0.000163
+gallium_dri.so free 0x5571735d6bc0 void 0.000163
+gallium_dri.so free 0x5571735d6b30 void 0.000171
+gallium_dri.so malloc 72 0x5571735d6b30 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735d6b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6b30 0.000122
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735d6b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000122
+gallium_dri.so free 0x5571735eb540 void 0.000121
+gallium_dri.so free 0x5571735eb4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb540 0.000122
+gallium_dri.so free 0x5571735eb600 void 0.000121
+gallium_dri.so free 0x5571735eb540 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb540 0.000120
+gallium_dri.so free 0x5571735eb680 void 0.000122
+gallium_dri.so free 0x5571735eb540 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735eb6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000120
+gallium_dri.so free 0x5571735eb800 void 0.000131
+gallium_dri.so free 0x5571735eb6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000122
+gallium_dri.so free 0x5571735eb8c0 void 0.000123
+gallium_dri.so free 0x5571735eb7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb870 0.000121
+gallium_dri.so free 0x5571735eb940 void 0.000123
+gallium_dri.so free 0x5571735eb870 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb870 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000122
+gallium_dri.so free 0x5571735eb870 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb870 0.000121
+gallium_dri.so free 0x5571735ebac0 void 0.000122
+gallium_dri.so free 0x5571735eb870 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba70 0.000121
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735eba70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebb90 0.000121
+gallium_dri.so free 0x5571735ebc00 void 0.000122
+gallium_dri.so free 0x5571735ebb90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebc20 0.000121
+gallium_dri.so free 0x5571735ebcc0 void 0.000122
+gallium_dri.so free 0x5571735ebc20 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebc70 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000122
+gallium_dri.so free 0x5571735ebc70 void 0.000189
+gallium_dri.so malloc 72 0x5571735ebd40 0.000122
+gallium_dri.so free 0x5571735ebe00 void 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd40 0.000121
+gallium_dri.so free 0x5571735ebe80 void 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe80 0.000121
+gallium_dri.so free 0x5571735ebf40 void 0.000122
+gallium_dri.so free 0x5571735ebe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe80 0.000122
+gallium_dri.so free 0x5571735ec000 void 0.000122
+gallium_dri.so free 0x5571735ebe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe80 0.000120
+gallium_dri.so free 0x5571735ec0c0 void 0.000121
+gallium_dri.so free 0x5571735ebe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec070 0.000121
+gallium_dri.so free 0x5571735ec140 void 0.000123
+gallium_dri.so free 0x5571735ec070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec190 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so free 0x5571735ec190 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec240 0.000128
+gallium_dri.so free 0x5571735ec2c0 void 0.000121
+gallium_dri.so free 0x5571735ec240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec240 0.000121
+gallium_dri.so free 0x5571735ec340 void 0.000123
+gallium_dri.so free 0x5571735ec240 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec370 0.000123
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so free 0x5571735ec370 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec370 0.000121
+gallium_dri.so free 0x5571735ec4c0 void 0.000120
+gallium_dri.so free 0x5571735ec370 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec470 0.000121
+gallium_dri.so free 0x5571735ec580 void 0.000123
+gallium_dri.so free 0x5571735ec470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec530 0.000121
+gallium_dri.so free 0x5571735ec5c0 void 0.000120
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec530 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000121
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000121
+gallium_dri.so free 0x5571735ec840 void 0.000122
+gallium_dri.so free 0x5571735ec6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000121
+gallium_dri.so free 0x5571735ec900 void 0.000122
+gallium_dri.so free 0x5571735ec7f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000122
+gallium_dri.so free 0x5571735ec940 void 0.000121
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000123
+gallium_dri.so free 0x5571735eca00 void 0.000122
+gallium_dri.so free 0x5571735ec8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eca40 0.000121
+gallium_dri.so free 0x5571735ecac0 void 0.000122
+gallium_dri.so free 0x5571735eca40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecac0 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000123
+gallium_dri.so free 0x5571735ecac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecac0 0.000121
+gallium_dri.so free 0x5571735ecc40 void 0.000121
+gallium_dri.so free 0x5571735ecac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecc60 0.000121
+gallium_dri.so free 0x5571735ecd00 void 0.000123
+gallium_dri.so free 0x5571735ecc60 void 0.000121
+gallium_dri.so malloc 72 0x5571735eccb0 0.000122
+gallium_dri.so free 0x5571735ecd80 void 0.000122
+gallium_dri.so free 0x5571735eccb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eccb0 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so free 0x5571735eccb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ece00 0.000128
+gallium_dri.so free 0x5571735ecec0 void 0.000123
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece00 0.000121
+gallium_dri.so free 0x5571735ecf80 void 0.000123
+gallium_dri.so free 0x5571735ece00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ece00 0.000122
+gallium_dri.so free 0x5571735ed040 void 0.000122
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecff0 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000123
+gallium_dri.so free 0x5571735ecff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000126
+gallium_dri.so free 0x5571735ed180 void 0.000122
+gallium_dri.so free 0x5571735ed0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed1d0 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000122
+gallium_dri.so free 0x5571735ed1d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed260 0.000122
+gallium_dri.so free 0x5571735ed300 void 0.000122
+gallium_dri.so free 0x5571735ed260 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000122
+gallium_dri.so free 0x5571735ed2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000123
+gallium_dri.so free 0x5571735ed2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed400 0.000123
+gallium_dri.so free 0x5571735ed4c0 void 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed400 0.000120
+gallium_dri.so free 0x5571735ed5c0 void 0.000122
+gallium_dri.so free 0x5571735ed400 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed570 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000124
+gallium_dri.so free 0x5571735ed570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed570 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000122
+gallium_dri.so free 0x5571735ed570 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed700 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed700 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed780 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000122
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed780 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000122
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so free 0x5571735ed8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000225
+gallium_dri.so free 0x5571735eda40 void 0.000125
+gallium_dri.so free 0x5571735ed8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eda80 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so free 0x5571735eda80 void 0.000121
+gallium_dri.so malloc 72 0x5571735edb00 0.000120
+gallium_dri.so free 0x5571735edbc0 void 0.000122
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb00 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000121
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc70 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so free 0x5571735edc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc70 0.000121
+gallium_dri.so free 0x5571735eddc0 void 0.000121
+gallium_dri.so free 0x5571735edc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd70 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000122
+gallium_dri.so free 0x5571735edd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede30 0.000122
+gallium_dri.so free 0x5571735edf00 void 0.000122
+gallium_dri.so free 0x5571735ede30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735edfc0 void 0.000171
+gallium_dri.so free 0x5571735ede30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ede30 0.000125
+gallium_dri.so free 0x5571735ee080 void 0.000123
+gallium_dri.so free 0x5571735ede30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee030 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee150 0.000120
+gallium_dri.so free 0x5571735ee1c0 void 0.000123
+gallium_dri.so free 0x5571735ee150 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000121
+gallium_dri.so free 0x5571735ee280 void 0.000121
+gallium_dri.so free 0x5571735ee1e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee230 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so free 0x5571735ee230 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee300 0.000121
+gallium_dri.so free 0x5571735ee3c0 void 0.000123
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee300 0.000121
+gallium_dri.so free 0x5571735ee440 void 0.000122
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee440 0.000120
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so free 0x5571735ee440 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee440 0.000123
+gallium_dri.so free 0x5571735ee5c0 void 0.000122
+gallium_dri.so free 0x5571735ee440 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee440 0.000123
+gallium_dri.so free 0x5571735ee680 void 0.000122
+gallium_dri.so free 0x5571735ee440 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee630 0.000121
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee630 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee750 0.000122
+gallium_dri.so free 0x5571735ee7c0 void 0.000123
+gallium_dri.so free 0x5571735ee750 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee800 0.000122
+gallium_dri.so free 0x5571735ee880 void 0.000122
+gallium_dri.so free 0x5571735ee800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee800 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee930 0.000121
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so free 0x5571735ee930 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee930 0.000123
+gallium_dri.so free 0x5571735eea80 void 0.000122
+gallium_dri.so free 0x5571735ee930 void 0.000122
+gallium_dri.so malloc 72 0x5571735eea30 0.000121
+gallium_dri.so free 0x5571735eeb40 void 0.000171
+gallium_dri.so free 0x5571735eea30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eeb80 void 0.000122
+gallium_dri.so free 0x5571735eeaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eecb0 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so free 0x5571735eecb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eecb0 0.000121
+gallium_dri.so free 0x5571735eee00 void 0.000120
+gallium_dri.so free 0x5571735eecb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eedb0 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000120
+gallium_dri.so free 0x5571735eedb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eee70 0.000121
+gallium_dri.so free 0x5571735eef00 void 0.000126
+gallium_dri.so free 0x5571735eee70 void 0.000123
+gallium_dri.so malloc 72 0x5571735eee70 0.000121
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eee70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef000 0.000121
+gallium_dri.so free 0x5571735ef080 void 0.000121
+gallium_dri.so free 0x5571735ef000 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef080 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef080 0.000113
+gallium_dri.so free 0x5571735ef200 void 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef220 0.000115
+gallium_dri.so free 0x5571735ef2c0 void 0.000113
+gallium_dri.so free 0x5571735ef220 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef270 0.000112
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so free 0x5571735ef270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef270 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so free 0x5571735ef270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000112
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000112
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000112
+gallium_dri.so free 0x5571735ef6c0 void 0.000113
+gallium_dri.so free 0x5571735ef5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef670 0.000144
+gallium_dri.so free 0x5571735ef740 void 0.000123
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef790 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000120
+gallium_dri.so free 0x5571735ef790 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef820 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000122
+gallium_dri.so free 0x5571735ef820 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef870 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000122
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef870 0.000121
+gallium_dri.so free 0x5571735ef9c0 void 0.000122
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000120
+gallium_dri.so free 0x5571735efa80 void 0.000121
+gallium_dri.so free 0x5571735ef9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000121
+gallium_dri.so free 0x5571735efb80 void 0.000121
+gallium_dri.so free 0x5571735ef9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb30 0.000122
+gallium_dri.so free 0x5571735efbc0 void 0.000125
+gallium_dri.so free 0x5571735efb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb30 0.000120
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so free 0x5571735efb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735efcc0 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000120
+gallium_dri.so free 0x5571735efcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd40 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efd40 0.000121
+gallium_dri.so free 0x5571735efe80 void 0.000124
+gallium_dri.so free 0x5571735efd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735efeb0 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efeb0 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000122
+gallium_dri.so free 0x5571735efeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0040 0.000121
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735f0040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f00c0 0.000121
+gallium_dri.so free 0x5571735f0180 void 0.000121
+gallium_dri.so free 0x5571735f00c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f00c0 0.000122
+gallium_dri.so free 0x5571735f0200 void 0.000119
+gallium_dri.so free 0x5571735f00c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0230 0.000121
+gallium_dri.so free 0x5571735f0280 void 0.000129
+gallium_dri.so free 0x5571735f0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0230 0.000120
+gallium_dri.so free 0x5571735f0380 void 0.000123
+gallium_dri.so free 0x5571735f0230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0330 0.000121
+gallium_dri.so free 0x5571735f0440 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000121
+gallium_dri.so free 0x5571735f04c0 void 0.000121
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000118
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000120
+gallium_dri.so free 0x5571735f0640 void 0.000121
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05f0 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000120
+gallium_dri.so free 0x5571735f05f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0710 0.000118
+gallium_dri.so free 0x5571735f0780 void 0.000118
+gallium_dri.so free 0x5571735f0710 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07a0 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so free 0x5571735f07a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07f0 0.000163
+gallium_dri.so free 0x5571735f08c0 void 0.000122
+gallium_dri.so free 0x5571735f07f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f08c0 0.000118
+gallium_dri.so free 0x5571735f0980 void 0.000121
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f08c0 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000120
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0a00 0.000117
+gallium_dri.so free 0x5571735f0ac0 void 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a00 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0a00 0.000120
+gallium_dri.so free 0x5571735f0c40 void 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d10 0.000120
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0d10 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000122
+gallium_dri.so free 0x5571735f0e40 void 0.000120
+gallium_dri.so free 0x5571735f0dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000121
+gallium_dri.so free 0x5571735f0dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000120
+gallium_dri.so free 0x5571735f0f40 void 0.000122
+gallium_dri.so free 0x5571735f0ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000121
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so free 0x5571735f0ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000120
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so free 0x5571735f0ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f10b0 0.000120
+gallium_dri.so free 0x5571735f1140 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1270 0.000122
+gallium_dri.so free 0x5571735f12c0 void 0.000121
+gallium_dri.so free 0x5571735f1270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1270 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000120
+gallium_dri.so free 0x5571735f1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1370 0.000179
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so free 0x5571735f1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1430 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000122
+gallium_dri.so free 0x5571735f1430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1430 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000122
+gallium_dri.so free 0x5571735f1430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f15c0 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000121
+gallium_dri.so free 0x5571735f15c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1640 0.000121
+gallium_dri.so free 0x5571735f1700 void 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1640 0.000120
+gallium_dri.so free 0x5571735f17c0 void 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f17e0 0.000118
+gallium_dri.so free 0x5571735f1880 void 0.000120
+gallium_dri.so free 0x5571735f17e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1830 0.000122
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so free 0x5571735f1830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1830 0.000118
+gallium_dri.so free 0x5571735f1980 void 0.000123
+gallium_dri.so free 0x5571735f1830 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1980 0.000121
+gallium_dri.so free 0x5571735f1a40 void 0.000121
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1980 0.000120
+gallium_dri.so free 0x5571735f1b00 void 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1980 0.000120
+gallium_dri.so free 0x5571735f1bc0 void 0.000122
+gallium_dri.so free 0x5571735f1980 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b70 0.000121
+gallium_dri.so free 0x5571735f1c80 void 0.000121
+gallium_dri.so free 0x5571735f1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c30 0.000117
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d50 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d50 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1de0 0.000121
+gallium_dri.so free 0x5571735f1e80 void 0.000121
+gallium_dri.so free 0x5571735f1de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e30 0.000123
+gallium_dri.so free 0x5571735f1f00 void 0.000122
+gallium_dri.so free 0x5571735f1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1e30 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000137
+gallium_dri.so free 0x5571735f1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1f80 0.000118
+gallium_dri.so free 0x5571735f2140 void 0.000119
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20f0 0.000116
+gallium_dri.so free 0x5571735f2180 void 0.000123
+gallium_dri.so free 0x5571735f20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f20f0 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2280 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2300 0.000120
+gallium_dri.so free 0x5571735f23c0 void 0.000122
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2300 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2470 0.000122
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so free 0x5571735f2470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2470 0.000194
+gallium_dri.so free 0x5571735f25c0 void 0.000120
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2600 0.000122
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2680 0.000117
+gallium_dri.so free 0x5571735f2740 void 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2680 0.000117
+gallium_dri.so free 0x55717358e660 void 0.000123
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f27f0 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000116
+gallium_dri.so free 0x5571735f27f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f27f0 0.000115
+gallium_dri.so free 0x5571735f2940 void 0.000117
+gallium_dri.so free 0x5571735f27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28f0 0.000116
+gallium_dri.so free 0x5571735f2a00 void 0.000118
+gallium_dri.so free 0x5571735f28f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f29b0 0.000115
+gallium_dri.so free 0x5571735f2a80 void 0.000118
+gallium_dri.so free 0x5571735f29b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f29b0 0.000115
+gallium_dri.so free 0x5571735f2b40 void 0.000126
+gallium_dri.so free 0x5571735f29b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f29b0 0.000115
+gallium_dri.so free 0x5571735f2c00 void 0.000117
+gallium_dri.so free 0x5571735f29b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000116
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so free 0x5571735f2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cd0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2cd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d60 0.000117
+gallium_dri.so free 0x5571735f2e00 void 0.000118
+gallium_dri.so free 0x5571735f2d60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2db0 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so free 0x5571735f2db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2e80 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2e80 0.000115
+gallium_dri.so free 0x5571735f2fc0 void 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so free 0x5571735f2fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000126
+gallium_dri.so free 0x5571735f2fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735f2fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f31b0 0.000116
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f32d0 0.000115
+gallium_dri.so free 0x5571735f3340 void 0.000115
+gallium_dri.so free 0x5571735f32d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3380 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so free 0x5571735f3380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3380 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000116
+gallium_dri.so free 0x5571735f3380 void 0.000116
+gallium_dri.so malloc 72 0x5571735f34b0 0.000116
+gallium_dri.so free 0x5571735f3500 void 0.000115
+gallium_dri.so free 0x5571735f34b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f34b0 0.000116
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so free 0x5571735f34b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f35b0 0.000115
+gallium_dri.so free 0x5571735f36c0 void 0.000117
+gallium_dri.so free 0x5571735f35b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x5571735f3700 void 0.000185
+gallium_dri.so free 0x5571735f3670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3670 0.000117
+gallium_dri.so free 0x5571735f37c0 void 0.000118
+gallium_dri.so free 0x5571735f3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3830 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x5571735f3830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3830 0.000116
+gallium_dri.so free 0x5571735f3980 void 0.000118
+gallium_dri.so free 0x5571735f3830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3930 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000117
+gallium_dri.so free 0x5571735f3930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f39f0 0.000115
+gallium_dri.so free 0x5571735f3a80 void 0.000116
+gallium_dri.so free 0x5571735f39f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f39f0 0.000116
+gallium_dri.so free 0x5571735f3b40 void 0.000118
+gallium_dri.so free 0x5571735f39f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3b80 0.000116
+gallium_dri.so free 0x5571735f3c00 void 0.000116
+gallium_dri.so free 0x5571735f3b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3c00 0.000115
+gallium_dri.so free 0x5571735f3cc0 void 0.000115
+gallium_dri.so free 0x5571735f3c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3c00 0.000114
+gallium_dri.so free 0x5571735f3d80 void 0.000120
+gallium_dri.so free 0x5571735f3c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3da0 0.000118
+gallium_dri.so free 0x5571735f3e40 void 0.000117
+gallium_dri.so free 0x5571735f3da0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3df0 0.000115
+gallium_dri.so free 0x5571735f3ec0 void 0.000116
+gallium_dri.so free 0x5571735f3df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3df0 0.000115
+gallium_dri.so free 0x5571735f3f40 void 0.000115
+gallium_dri.so free 0x5571735f3df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3f40 0.000115
+gallium_dri.so free 0x5571735f4000 void 0.000115
+gallium_dri.so free 0x5571735f3f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3f40 0.000114
+gallium_dri.so free 0x5571735f40c0 void 0.000116
+gallium_dri.so free 0x5571735f3f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3f40 0.000118
+gallium_dri.so free 0x5571735f4180 void 0.000116
+gallium_dri.so free 0x5571735f3f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4130 0.000116
+gallium_dri.so free 0x5571735f4240 void 0.000116
+gallium_dri.so free 0x5571735f4130 void 0.000115
+gallium_dri.so malloc 72 0x5571735f41f0 0.000117
+gallium_dri.so free 0x5571735f42c0 void 0.000118
+gallium_dri.so free 0x5571735f41f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4310 0.000116
+gallium_dri.so free 0x5571735f4380 void 0.000128
+gallium_dri.so free 0x5571735f4310 void 0.000117
+gallium_dri.so malloc 72 0x5571735f43a0 0.000116
+gallium_dri.so free 0x5571735f4440 void 0.000117
+gallium_dri.so free 0x5571735f43a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f43f0 0.000113
+gallium_dri.so free 0x5571735f44c0 void 0.000115
+gallium_dri.so free 0x5571735f43f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f43f0 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000116
+gallium_dri.so free 0x5571735f43f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4540 0.000116
+gallium_dri.so free 0x5571735f4600 void 0.000117
+gallium_dri.so free 0x5571735f4540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4540 0.000115
+gallium_dri.so free 0x5571735f4700 void 0.000115
+gallium_dri.so free 0x5571735f4540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f46b0 0.000113
+gallium_dri.so free 0x5571735f4740 void 0.000117
+gallium_dri.so free 0x5571735f46b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f46b0 0.000116
+gallium_dri.so free 0x5571735f4800 void 0.000119
+gallium_dri.so free 0x5571735f46b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4840 0.000115
+gallium_dri.so free 0x5571735f48c0 void 0.000116
+gallium_dri.so free 0x5571735f4840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f48c0 0.000116
+gallium_dri.so free 0x5571735f4980 void 0.000169
+gallium_dri.so free 0x5571735f48c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f48c0 0.000122
+gallium_dri.so free 0x5571735f4a00 void 0.000123
+gallium_dri.so free 0x5571735f48c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4a30 0.000122
+gallium_dri.so free 0x5571735f4a80 void 0.000142
+gallium_dri.so free 0x5571735f4a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4a30 0.000122
+gallium_dri.so free 0x5571735f4b80 void 0.000122
+gallium_dri.so free 0x5571735f4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4bc0 0.000122
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so free 0x5571735f4bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c40 0.000120
+gallium_dri.so free 0x5571735f4d00 void 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4c40 0.000127
+gallium_dri.so free 0x5571735f4d80 void 0.000123
+gallium_dri.so free 0x5571735f4c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4db0 0.000121
+gallium_dri.so free 0x5571735f4e00 void 0.000122
+gallium_dri.so free 0x5571735f4db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4db0 0.000121
+gallium_dri.so free 0x5571735f4f00 void 0.000123
+gallium_dri.so free 0x5571735f4db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000117
+gallium_dri.so free 0x5571735f4fc0 void 0.000115
+gallium_dri.so free 0x5571735f4eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4f70 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000116
+gallium_dri.so free 0x5571735f4f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4f70 0.000116
+gallium_dri.so free 0x5571735f5100 void 0.000115
+gallium_dri.so free 0x5571735f4f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4f70 0.000114
+gallium_dri.so free 0x5571735f51c0 void 0.000114
+gallium_dri.so free 0x5571735f4f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5170 0.000115
+gallium_dri.so free 0x5571735f5240 void 0.000117
+gallium_dri.so free 0x5571735f5170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5290 0.000115
+gallium_dri.so free 0x5571735f5300 void 0.000116
+gallium_dri.so free 0x5571735f5290 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5320 0.000113
+gallium_dri.so free 0x5571735f53c0 void 0.000117
+gallium_dri.so free 0x5571735f5320 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5370 0.000116
+gallium_dri.so free 0x5571735f5440 void 0.000116
+gallium_dri.so free 0x5571735f5370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5440 0.000115
+gallium_dri.so free 0x5571735f5500 void 0.000115
+gallium_dri.so free 0x5571735f5440 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5440 0.000121
+gallium_dri.so free 0x5571735f5580 void 0.000121
+gallium_dri.so free 0x5571735f5440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5580 0.000119
+gallium_dri.so free 0x5571735f5640 void 0.000120
+gallium_dri.so free 0x5571735f5580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5580 0.000118
+gallium_dri.so free 0x5571735f5700 void 0.000122
+gallium_dri.so free 0x5571735f5580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5580 0.000117
+gallium_dri.so free 0x5571735f57c0 void 0.000118
+gallium_dri.so free 0x5571735f5580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5770 0.000120
+gallium_dri.so free 0x5571735f5840 void 0.000123
+gallium_dri.so free 0x5571735f5770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5890 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000120
+gallium_dri.so free 0x5571735f5890 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5940 0.000120
+gallium_dri.so free 0x5571735f59c0 void 0.000122
+gallium_dri.so free 0x5571735f5940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5940 0.000121
+gallium_dri.so free 0x5571735f5a40 void 0.000121
+gallium_dri.so free 0x5571735f5940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5a70 0.000120
+gallium_dri.so free 0x5571735f5ac0 void 0.000173
+gallium_dri.so free 0x5571735f5a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5a70 0.000122
+gallium_dri.so free 0x5571735f5bc0 void 0.000121
+gallium_dri.so free 0x5571735f5a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5b70 0.000121
+gallium_dri.so free 0x5571735f5c80 void 0.000122
+gallium_dri.so free 0x5571735f5b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5c30 0.000126
+gallium_dri.so free 0x5571735f5cc0 void 0.000122
+gallium_dri.so free 0x5571735f5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5c30 0.000121
+gallium_dri.so free 0x5571735f5d80 void 0.000120
+gallium_dri.so free 0x5571735f5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5df0 0.000121
+gallium_dri.so free 0x5571735f5e40 void 0.000122
+gallium_dri.so free 0x5571735f5df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5df0 0.000121
+gallium_dri.so free 0x5571735f5f40 void 0.000121
+gallium_dri.so free 0x5571735f5df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000121
+gallium_dri.so free 0x5571735f6000 void 0.000121
+gallium_dri.so free 0x5571735f5ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000120
+gallium_dri.so free 0x5571735f6040 void 0.000121
+gallium_dri.so free 0x5571735f5fb0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000117
+gallium_dri.so free 0x5571735f6100 void 0.000118
+gallium_dri.so free 0x5571735f5fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6140 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so free 0x5571735f6140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f61c0 0.000115
+gallium_dri.so free 0x5571735f6280 void 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f61c0 0.000116
+gallium_dri.so free 0x5571735f6340 void 0.000116
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6360 0.000115
+gallium_dri.so free 0x5571735f6400 void 0.000116
+gallium_dri.so free 0x5571735f6360 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63b0 0.000114
+gallium_dri.so free 0x5571735f6480 void 0.000115
+gallium_dri.so free 0x5571735f63b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f63b0 0.000115
+gallium_dri.so free 0x5571735f6500 void 0.000114
+gallium_dri.so free 0x5571735f63b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6500 0.000116
+gallium_dri.so free 0x5571735f65c0 void 0.000116
+gallium_dri.so free 0x5571735f6500 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6500 0.000116
+gallium_dri.so free 0x5571735f6680 void 0.000114
+gallium_dri.so free 0x5571735f6500 void 0.000128
+gallium_dri.so malloc 72 0x5571735f6500 0.000120
+gallium_dri.so free 0x5571735f6740 void 0.000122
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f66f0 0.000122
+gallium_dri.so free 0x5571735f6800 void 0.000119
+gallium_dri.so free 0x5571735f66f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f67b0 0.000121
+gallium_dri.so free 0x5571735f6880 void 0.000122
+gallium_dri.so free 0x5571735f67b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f68d0 0.000120
+gallium_dri.so free 0x5571735f6940 void 0.000122
+gallium_dri.so free 0x5571735f68d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6960 0.000120
+gallium_dri.so free 0x5571735f6a00 void 0.000121
+gallium_dri.so free 0x5571735f6960 void 0.000119
+gallium_dri.so malloc 72 0x5571735f69b0 0.000121
+gallium_dri.so free 0x5571735f6a80 void 0.000118
+gallium_dri.so free 0x5571735f69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f69b0 0.000121
+gallium_dri.so free 0x5571735f6b00 void 0.000120
+gallium_dri.so free 0x5571735f69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6b00 0.000120
+gallium_dri.so free 0x5571735f6bc0 void 0.000121
+gallium_dri.so free 0x5571735f6b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b00 0.000127
+gallium_dri.so free 0x5571735f6cc0 void 0.000175
+gallium_dri.so free 0x5571735f6b00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6c70 0.000122
+gallium_dri.so free 0x5571735f6d00 void 0.000122
+gallium_dri.so free 0x5571735f6c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6c70 0.000121
+gallium_dri.so free 0x5571735f6dc0 void 0.000121
+gallium_dri.so free 0x5571735f6c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6e00 0.000121
+gallium_dri.so free 0x5571735f6e80 void 0.000121
+gallium_dri.so free 0x5571735f6e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e80 0.000120
+gallium_dri.so free 0x5571735f6f40 void 0.000122
+gallium_dri.so free 0x5571735f6e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6e80 0.000121
+gallium_dri.so free 0x5571735f6fc0 void 0.000122
+gallium_dri.so free 0x5571735f6e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000120
+gallium_dri.so free 0x5571735f7040 void 0.000120
+gallium_dri.so free 0x5571735f6ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000121
+gallium_dri.so free 0x5571735f7140 void 0.000121
+gallium_dri.so free 0x5571735f6ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7180 0.000121
+gallium_dri.so free 0x5571735f7200 void 0.000121
+gallium_dri.so free 0x5571735f7180 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7200 0.000117
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7200 0.000116
+gallium_dri.so free 0x5571735f7340 void 0.000117
+gallium_dri.so free 0x5571735f7200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7370 0.000116
+gallium_dri.so free 0x5571735f73c0 void 0.000115
+gallium_dri.so free 0x5571735f7370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7370 0.000116
+gallium_dri.so free 0x5571735f74c0 void 0.000115
+gallium_dri.so free 0x5571735f7370 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7470 0.000116
+gallium_dri.so free 0x5571735f7580 void 0.000116
+gallium_dri.so free 0x5571735f7470 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7530 0.000116
+gallium_dri.so free 0x5571735f7600 void 0.000116
+gallium_dri.so free 0x5571735f7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7530 0.000114
+gallium_dri.so free 0x5571735f76c0 void 0.000117
+gallium_dri.so free 0x5571735f7530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7530 0.000117
+gallium_dri.so free 0x5571735f7780 void 0.000116
+gallium_dri.so free 0x5571735f7530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7730 0.000115
+gallium_dri.so free 0x5571735f7800 void 0.000117
+gallium_dri.so free 0x5571735f7730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7850 0.000116
+gallium_dri.so free 0x5571735f78c0 void 0.000116
+gallium_dri.so free 0x5571735f7850 void 0.000115
+gallium_dri.so malloc 72 0x5571735f78e0 0.000114
+gallium_dri.so free 0x5571735f7980 void 0.000112
+gallium_dri.so free 0x5571735f78e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7930 0.000117
+gallium_dri.so free 0x5571735f7a00 void 0.000113
+gallium_dri.so free 0x5571735f7930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7a00 0.000115
+gallium_dri.so free 0x5571735f7ac0 void 0.000113
+gallium_dri.so free 0x5571735f7a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7a00 0.000114
+gallium_dri.so free 0x5571735f7b40 void 0.000113
+gallium_dri.so free 0x5571735f7a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b40 0.000117
+gallium_dri.so free 0x5571735f7c00 void 0.000115
+gallium_dri.so free 0x5571735f7b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b40 0.000112
+gallium_dri.so free 0x5571735f7cc0 void 0.000114
+gallium_dri.so free 0x5571735f7b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b40 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000114
+gallium_dri.so free 0x5571735f7b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d30 0.000114
+gallium_dri.so free 0x5571735f7e00 void 0.000112
+gallium_dri.so free 0x5571735f7d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7e50 0.000265
+gallium_dri.so free 0x5571735f7ec0 void 0.000179
+gallium_dri.so free 0x5571735f7e50 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7f00 0.000254
+gallium_dri.so free 0x5571735f7f80 void 0.000234
+gallium_dri.so free 0x5571735f7f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7f00 0.000118
+gallium_dri.so free 0x5571735f8000 void 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8030 0.000118
+gallium_dri.so free 0x5571735f8080 void 0.000118
+gallium_dri.so free 0x5571735f8030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8030 0.000118
+gallium_dri.so free 0x5571735f8180 void 0.000119
+gallium_dri.so free 0x5571735f8030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8130 0.000119
+gallium_dri.so free 0x5571735f8240 void 0.000117
+gallium_dri.so free 0x5571735f8130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f81f0 0.000118
+gallium_dri.so free 0x5571735f8280 void 0.000117
+gallium_dri.so free 0x5571735f81f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f81f0 0.000118
+gallium_dri.so free 0x5571735f8340 void 0.000119
+gallium_dri.so free 0x5571735f81f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f83b0 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000112
+gallium_dri.so free 0x5571735f83b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f83b0 0.000111
+gallium_dri.so free 0x5571735f8500 void 0.000110
+gallium_dri.so free 0x5571735f83b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f84b0 0.000110
+gallium_dri.so free 0x5571735f85c0 void 0.000111
+gallium_dri.so free 0x5571735f84b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8570 0.000110
+gallium_dri.so free 0x5571735f8600 void 0.000111
+gallium_dri.so free 0x5571735f8570 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8570 0.000110
+gallium_dri.so free 0x5571735f86c0 void 0.000110
+gallium_dri.so free 0x5571735f8570 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8700 0.000110
+gallium_dri.so free 0x5571735f8780 void 0.000111
+gallium_dri.so free 0x5571735f8700 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8780 0.000111
+gallium_dri.so free 0x5571735f8840 void 0.000109
+gallium_dri.so free 0x5571735f8780 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8780 0.000109
+gallium_dri.so free 0x5571735f8900 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8920 0.000110
+gallium_dri.so free 0x5571735f89c0 void 0.000110
+gallium_dri.so free 0x5571735f8920 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8970 0.000111
+gallium_dri.so free 0x5571735f8a40 void 0.000126
+gallium_dri.so free 0x5571735f8970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8970 0.000114
+gallium_dri.so free 0x5571735f8ac0 void 0.000115
+gallium_dri.so free 0x5571735f8970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000115
+gallium_dri.so free 0x5571735f8ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000113
+gallium_dri.so free 0x5571735f8c40 void 0.000114
+gallium_dri.so free 0x5571735f8ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000114
+gallium_dri.so free 0x5571735f8d00 void 0.000115
+gallium_dri.so free 0x5571735f8ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8cb0 0.000118
+gallium_dri.so free 0x5571735f8dc0 void 0.000115
+gallium_dri.so free 0x5571735f8cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d70 0.000114
+gallium_dri.so free 0x5571735f8e40 void 0.000114
+gallium_dri.so free 0x5571735f8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e90 0.000112
+gallium_dri.so free 0x5571735f8f00 void 0.000115
+gallium_dri.so free 0x5571735f8e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f20 0.000114
+gallium_dri.so free 0x5571735f8fc0 void 0.000116
+gallium_dri.so free 0x5571735f8f20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f70 0.000113
+gallium_dri.so free 0x5571735f9040 void 0.000171
+gallium_dri.so free 0x5571735f8f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8f70 0.000119
+gallium_dri.so free 0x5571735f90c0 void 0.000118
+gallium_dri.so free 0x5571735f8f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f90c0 0.000117
+gallium_dri.so free 0x5571735f9180 void 0.000119
+gallium_dri.so free 0x5571735f90c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f90c0 0.000119
+gallium_dri.so free 0x5571735f9280 void 0.000118
+gallium_dri.so free 0x5571735f90c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9230 0.000118
+gallium_dri.so free 0x5571735f92c0 void 0.000118
+gallium_dri.so free 0x5571735f9230 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9230 0.000118
+gallium_dri.so free 0x5571735f9380 void 0.000119
+gallium_dri.so free 0x5571735f9230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93c0 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000118
+gallium_dri.so free 0x5571735f93c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9440 0.000119
+gallium_dri.so free 0x5571735f9500 void 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9440 0.000118
+gallium_dri.so free 0x5571735f9580 void 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000115
+gallium_dri.so malloc 72 0x5571735f95b0 0.000124
+gallium_dri.so free 0x5571735f9600 void 0.000114
+gallium_dri.so free 0x5571735f95b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f95b0 0.000110
+gallium_dri.so free 0x5571735f9700 void 0.000110
+gallium_dri.so free 0x5571735f95b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9740 0.000110
+gallium_dri.so free 0x5571735f97c0 void 0.000110
+gallium_dri.so free 0x5571735f9740 void 0.000110
+gallium_dri.so malloc 72 0x5571735f97c0 0.000109
+gallium_dri.so free 0x5571735f9880 void 0.000109
+gallium_dri.so free 0x5571735f97c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f97c0 0.000109
+gallium_dri.so free 0x5571735f9900 void 0.000109
+gallium_dri.so free 0x5571735f97c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9930 0.000112
+gallium_dri.so free 0x5571735f9980 void 0.000110
+gallium_dri.so free 0x5571735f9930 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9930 0.000113
+gallium_dri.so free 0x5571735f9a80 void 0.000111
+gallium_dri.so free 0x5571735f9930 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9a30 0.000111
+gallium_dri.so free 0x5571735f9b40 void 0.000112
+gallium_dri.so free 0x5571735f9a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9af0 0.000117
+gallium_dri.so free 0x5571735f9bc0 void 0.000112
+gallium_dri.so free 0x5571735f9af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9af0 0.000110
+gallium_dri.so free 0x5571735f9c80 void 0.000110
+gallium_dri.so free 0x5571735f9af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9af0 0.000114
+gallium_dri.so free 0x5571735f9d40 void 0.000116
+gallium_dri.so free 0x5571735f9af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9cf0 0.000115
+gallium_dri.so free 0x5571735f9dc0 void 0.000114
+gallium_dri.so free 0x5571735f9cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9e10 0.000114
+gallium_dri.so free 0x5571735f9e80 void 0.000117
+gallium_dri.so free 0x5571735f9e10 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9ea0 0.000115
+gallium_dri.so free 0x5571735f9f40 void 0.000115
+gallium_dri.so free 0x5571735f9ea0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000114
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so free 0x5571735f9ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9fc0 0.000117
+gallium_dri.so free 0x5571735fa080 void 0.000116
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9fc0 0.000116
+gallium_dri.so free 0x5571735fa100 void 0.000117
+gallium_dri.so free 0x5571735f9fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa100 0.000115
+gallium_dri.so free 0x5571735fa1c0 void 0.000117
+gallium_dri.so free 0x5571735fa100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa100 0.000114
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so free 0x5571735fa100 void 0.000197
+gallium_dri.so malloc 72 0x5571735fa100 0.000119
+gallium_dri.so free 0x5571735fa340 void 0.000118
+gallium_dri.so free 0x5571735fa100 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000118
+gallium_dri.so free 0x5571735fa3c0 void 0.000118
+gallium_dri.so free 0x5571735fa2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa410 0.000119
+gallium_dri.so free 0x5571735fa480 void 0.000119
+gallium_dri.so free 0x5571735fa410 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000119
+gallium_dri.so free 0x5571735fa540 void 0.000119
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000118
+gallium_dri.so free 0x5571735fa5c0 void 0.000118
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000118
+gallium_dri.so free 0x5571735fa640 void 0.000119
+gallium_dri.so free 0x5571735fa5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000118
+gallium_dri.so free 0x5571735fa740 void 0.000118
+gallium_dri.so free 0x5571735fa5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000118
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so free 0x5571735fa6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000119
+gallium_dri.so free 0x5571735fa840 void 0.000124
+gallium_dri.so free 0x5571735fa7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000110
+gallium_dri.so free 0x5571735fa900 void 0.000111
+gallium_dri.so free 0x5571735fa7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa970 0.000110
+gallium_dri.so free 0x5571735fa9c0 void 0.000111
+gallium_dri.so free 0x5571735fa970 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa970 0.000109
+gallium_dri.so free 0x5571735faac0 void 0.000110
+gallium_dri.so free 0x5571735fa970 void 0.000110
+gallium_dri.so malloc 72 0x5571735faa70 0.000110
+gallium_dri.so free 0x5571735fab80 void 0.000114
+gallium_dri.so free 0x5571735faa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fab30 0.000110
+gallium_dri.so free 0x5571735fabc0 void 0.000110
+gallium_dri.so free 0x5571735fab30 void 0.000111
+gallium_dri.so malloc 72 0x5571735fab30 0.000110
+gallium_dri.so free 0x5571735fac80 void 0.000109
+gallium_dri.so free 0x5571735fab30 void 0.000110
+gallium_dri.so malloc 72 0x5571735facc0 0.000111
+gallium_dri.so free 0x5571735fad40 void 0.000112
+gallium_dri.so free 0x5571735facc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fad40 0.000110
+gallium_dri.so free 0x5571735fae00 void 0.000110
+gallium_dri.so free 0x5571735fad40 void 0.000110
+gallium_dri.so malloc 72 0x5571735fad40 0.000122
+gallium_dri.so free 0x5571735faec0 void 0.000112
+gallium_dri.so free 0x5571735fad40 void 0.000131
+gallium_dri.so malloc 72 0x5571735faee0 0.000117
+gallium_dri.so free 0x5571735faf80 void 0.000115
+gallium_dri.so free 0x5571735faee0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faf30 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000114
+gallium_dri.so free 0x5571735faf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735faf30 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so free 0x5571735faf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb080 0.000115
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb080 0.000115
+gallium_dri.so free 0x5571735fb200 void 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb080 0.000113
+gallium_dri.so free 0x5571735fb2c0 void 0.000139
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb270 0.000113
+gallium_dri.so free 0x5571735fb380 void 0.000115
+gallium_dri.so free 0x5571735fb270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb330 0.000114
+gallium_dri.so free 0x5571735fb400 void 0.000115
+gallium_dri.so free 0x5571735fb330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb450 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000115
+gallium_dri.so free 0x5571735fb450 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4e0 0.000114
+gallium_dri.so free 0x5571735fb580 void 0.000114
+gallium_dri.so free 0x5571735fb4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb530 0.000114
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so free 0x5571735fb530 void 0.000246
+gallium_dri.so malloc 72 0x5571735fb530 0.000205
+gallium_dri.so free 0x5571735fb680 void 0.000121
+gallium_dri.so free 0x5571735fb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb680 0.000112
+gallium_dri.so free 0x5571735fb740 void 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb680 0.000112
+gallium_dri.so free 0x5571735fb840 void 0.000112
+gallium_dri.so free 0x5571735fb680 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000110
+gallium_dri.so free 0x5571735fb880 void 0.000110
+gallium_dri.so free 0x5571735fb7f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000109
+gallium_dri.so free 0x5571735fb940 void 0.000111
+gallium_dri.so free 0x5571735fb7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb980 0.000109
+gallium_dri.so free 0x5571735fba00 void 0.000109
+gallium_dri.so free 0x5571735fb980 void 0.000109
+gallium_dri.so malloc 72 0x5571735fba00 0.000111
+gallium_dri.so free 0x5571735fbac0 void 0.000121
+gallium_dri.so free 0x5571735fba00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fba00 0.000117
+gallium_dri.so free 0x5571735fbb40 void 0.000116
+gallium_dri.so free 0x5571735fba00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbb70 0.000116
+gallium_dri.so free 0x5571735fbbc0 void 0.000117
+gallium_dri.so free 0x5571735fbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb70 0.000116
+gallium_dri.so free 0x5571735fbcc0 void 0.000114
+gallium_dri.so free 0x5571735fbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd00 0.000113
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so free 0x5571735fbd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd80 0.000116
+gallium_dri.so free 0x5571735fbe40 void 0.000115
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd80 0.000115
+gallium_dri.so free 0x5571735fbec0 void 0.000115
+gallium_dri.so free 0x5571735fbd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbef0 0.000113
+gallium_dri.so free 0x5571735fbf40 void 0.000113
+gallium_dri.so free 0x5571735fbef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbef0 0.000114
+gallium_dri.so free 0x5571735fc040 void 0.000116
+gallium_dri.so free 0x5571735fbef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbff0 0.000113
+gallium_dri.so free 0x5571735fc100 void 0.000166
+gallium_dri.so free 0x5571735fbff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000119
+gallium_dri.so free 0x5571735fc180 void 0.000118
+gallium_dri.so free 0x5571735fc0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000118
+gallium_dri.so free 0x5571735fc240 void 0.000118
+gallium_dri.so free 0x5571735fc0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000118
+gallium_dri.so free 0x5571735fc300 void 0.000124
+gallium_dri.so free 0x5571735fc0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc2b0 0.000118
+gallium_dri.so free 0x5571735fc380 void 0.000119
+gallium_dri.so free 0x5571735fc2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3d0 0.000119
+gallium_dri.so free 0x5571735fc440 void 0.000118
+gallium_dri.so free 0x5571735fc3d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc460 0.000118
+gallium_dri.so free 0x5571735fc500 void 0.000119
+gallium_dri.so free 0x5571735fc460 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000119
+gallium_dri.so free 0x5571735fc580 void 0.000117
+gallium_dri.so free 0x5571735fc4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc580 0.000120
+gallium_dri.so free 0x5571735fc640 void 0.000119
+gallium_dri.so free 0x5571735fc580 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc580 0.000123
+gallium_dri.so free 0x5571735fc6c0 void 0.000112
+gallium_dri.so free 0x5571735fc580 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000110
+gallium_dri.so free 0x5571735fc780 void 0.000111
+gallium_dri.so free 0x5571735fc6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000110
+gallium_dri.so free 0x5571735fc840 void 0.000109
+gallium_dri.so free 0x5571735fc6c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000109
+gallium_dri.so free 0x5571735fc900 void 0.000109
+gallium_dri.so free 0x5571735fc6c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000111
+gallium_dri.so free 0x5571735fc980 void 0.000111
+gallium_dri.so free 0x5571735fc8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc9d0 0.000109
+gallium_dri.so free 0x5571735fca40 void 0.000110
+gallium_dri.so free 0x5571735fc9d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fca80 0.000110
+gallium_dri.so free 0x5571735fcb00 void 0.000120
+gallium_dri.so free 0x5571735fca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca80 0.000116
+gallium_dri.so free 0x5571735fcb80 void 0.000119
+gallium_dri.so free 0x5571735fca80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000112
+gallium_dri.so free 0x5571735fcc00 void 0.000112
+gallium_dri.so free 0x5571735fcbb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000111
+gallium_dri.so free 0x5571735fcd00 void 0.000115
+gallium_dri.so free 0x5571735fcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fcdc0 void 0.000114
+gallium_dri.so free 0x5571735fccb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd70 0.000114
+gallium_dri.so free 0x5571735fce00 void 0.000116
+gallium_dri.so free 0x5571735fcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd70 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000112
+gallium_dri.so free 0x5571735fcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000115
+gallium_dri.so free 0x5571735fcf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd030 0.000112
+gallium_dri.so free 0x5571735fd140 void 0.000113
+gallium_dri.so free 0x5571735fd030 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000115
+gallium_dri.so free 0x5571735fd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000120
+gallium_dri.so free 0x5571735fd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd280 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000188
+gallium_dri.so free 0x5571735fd280 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd300 0.000123
+gallium_dri.so free 0x5571735fd3c0 void 0.000123
+gallium_dri.so free 0x5571735fd300 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd300 0.000118
+gallium_dri.so free 0x5571735fd480 void 0.000118
+gallium_dri.so free 0x5571735fd300 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd4a0 0.000118
+gallium_dri.so free 0x5571735fd540 void 0.000118
+gallium_dri.so free 0x5571735fd4a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000118
+gallium_dri.so free 0x5571735fd5c0 void 0.000118
+gallium_dri.so free 0x5571735fd4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000121
+gallium_dri.so free 0x5571735fd640 void 0.000119
+gallium_dri.so free 0x5571735fd4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd640 0.000117
+gallium_dri.so free 0x5571735fd700 void 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd640 0.000119
+gallium_dri.so free 0x5571735fd7c0 void 0.000118
+gallium_dri.so free 0x5571735fd640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd640 0.000118
+gallium_dri.so free 0x5571735fd880 void 0.000120
+gallium_dri.so free 0x5571735fd640 void 0.000169
+gallium_dri.so malloc 72 0x5571735fd830 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000110
+gallium_dri.so free 0x5571735fd830 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000110
+gallium_dri.so free 0x5571735fd9c0 void 0.000110
+gallium_dri.so free 0x5571735fd8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fda10 0.000110
+gallium_dri.so free 0x5571735fda80 void 0.000111
+gallium_dri.so free 0x5571735fda10 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdaa0 0.000112
+gallium_dri.so free 0x5571735fdb40 void 0.000110
+gallium_dri.so free 0x5571735fdaa0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000111
+gallium_dri.so free 0x5571735fdbc0 void 0.000109
+gallium_dri.so free 0x5571735fdaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000111
+gallium_dri.so free 0x5571735fdc40 void 0.000109
+gallium_dri.so free 0x5571735fdaf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fdc40 0.000110
+gallium_dri.so free 0x5571735fdd00 void 0.000109
+gallium_dri.so free 0x5571735fdc40 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdc40 0.000109
+gallium_dri.so free 0x5571735fde00 void 0.000118
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fddb0 0.000113
+gallium_dri.so free 0x5571735fde40 void 0.000111
+gallium_dri.so free 0x5571735fddb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fddb0 0.000124
+gallium_dri.so free 0x5571735fdf00 void 0.000115
+gallium_dri.so free 0x5571735fddb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf40 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so free 0x5571735fdf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000113
+gallium_dri.so free 0x5571735fe080 void 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000112
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe130 0.000114
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe130 0.000115
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2c0 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so free 0x5571735fe2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe340 0.000112
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe340 0.000115
+gallium_dri.so free 0x5571735fe480 void 0.000113
+gallium_dri.so free 0x5571735fe340 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000170
+gallium_dri.so free 0x5571735fe4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000125
+gallium_dri.so free 0x5571735fe600 void 0.000125
+gallium_dri.so free 0x5571735fe4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000119
+gallium_dri.so free 0x5571735fe6c0 void 0.000119
+gallium_dri.so free 0x5571735fe5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe670 0.000118
+gallium_dri.so free 0x5571735fe740 void 0.000118
+gallium_dri.so free 0x5571735fe670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe670 0.000117
+gallium_dri.so free 0x5571735fe800 void 0.000119
+gallium_dri.so free 0x5571735fe670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe670 0.000118
+gallium_dri.so free 0x5571735fe8c0 void 0.000117
+gallium_dri.so free 0x5571735fe670 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe870 0.000118
+gallium_dri.so free 0x5571735fe940 void 0.000118
+gallium_dri.so free 0x5571735fe870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe990 0.000118
+gallium_dri.so free 0x5571735fea00 void 0.000119
+gallium_dri.so free 0x5571735fe990 void 0.000118
+gallium_dri.so malloc 72 0x5571735fea20 0.000123
+gallium_dri.so free 0x5571735feac0 void 0.000120
+gallium_dri.so free 0x5571735fea20 void 0.000121
+gallium_dri.so malloc 72 0x5571735fea70 0.000111
+gallium_dri.so free 0x5571735feb40 void 0.000111
+gallium_dri.so free 0x5571735fea70 void 0.000110
+gallium_dri.so malloc 72 0x5571735feb40 0.000109
+gallium_dri.so free 0x5571735fec00 void 0.000109
+gallium_dri.so free 0x5571735feb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb40 0.000110
+gallium_dri.so free 0x5571735fec80 void 0.000109
+gallium_dri.so free 0x5571735feb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000110
+gallium_dri.so free 0x5571735fed40 void 0.000109
+gallium_dri.so free 0x5571735fec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec80 0.000111
+gallium_dri.so free 0x5571735fee00 void 0.000110
+gallium_dri.so free 0x5571735fec80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000110
+gallium_dri.so free 0x5571735feec0 void 0.000110
+gallium_dri.so free 0x5571735fec80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fee70 0.000110
+gallium_dri.so free 0x5571735fef40 void 0.000112
+gallium_dri.so free 0x5571735fee70 void 0.000110
+gallium_dri.so malloc 72 0x5571735fef90 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x5571735fef90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff040 0.000121
+gallium_dri.so free 0x5571735ff0c0 void 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff040 0.000125
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x5571735ff040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff170 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000112
+gallium_dri.so free 0x5571735ff170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff170 0.000113
+gallium_dri.so free 0x5571735ff2c0 void 0.000115
+gallium_dri.so free 0x5571735ff170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff270 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000113
+gallium_dri.so free 0x5571735ff270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so free 0x5571735ff330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000114
+gallium_dri.so free 0x5571735ff640 void 0.000116
+gallium_dri.so free 0x5571735ff4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5f0 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000169
+gallium_dri.so free 0x5571735ff6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000124
+gallium_dri.so free 0x5571735ff800 void 0.000123
+gallium_dri.so free 0x5571735ff6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff840 0.000120
+gallium_dri.so free 0x5571735ff8c0 void 0.000119
+gallium_dri.so free 0x5571735ff840 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000118
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so free 0x5571735ff8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000117
+gallium_dri.so free 0x5571735ffa40 void 0.000145
+gallium_dri.so free 0x5571735ff8c0 void 0.000200
+gallium_dri.so malloc 72 0x5571735ffa60 0.000203
+gallium_dri.so free 0x5571735ffb00 void 0.000122
+gallium_dri.so free 0x5571735ffa60 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffab0 0.000118
+gallium_dri.so free 0x5571735ffb80 void 0.000120
+gallium_dri.so free 0x5571735ffab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffab0 0.000118
+gallium_dri.so free 0x5571735ffc00 void 0.000119
+gallium_dri.so free 0x5571735ffab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc00 0.000119
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x5571735ffc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc00 0.000109
+gallium_dri.so free 0x5571735ffd80 void 0.000110
+gallium_dri.so free 0x5571735ffc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffc00 0.000112
+gallium_dri.so free 0x5571735ffe40 void 0.000111
+gallium_dri.so free 0x5571735ffc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffe40 0.000110
+gallium_dri.so free 0x5571735fff00 void 0.000111
+gallium_dri.so free 0x5571735ffe40 void 0.000109
+gallium_dri.so malloc 72 0x5571735ffe40 0.000117
+gallium_dri.so free 0x5571735b4500 void 0.000115
+gallium_dri.so free 0x5571735ffe40 void 0.000111
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173454440 void 0.000110
+gallium_dri.so free 0x5571735b44b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734543f0 0.000111
+gallium_dri.so free 0x5571735b4280 void 0.000112
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734543f0 0.000110
+gallium_dri.so free 0x5571735b4b80 void 0.000109
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734543f0 0.000112
+gallium_dri.so free 0x5571735b3ec0 void 0.000110
+gallium_dri.so free 0x5571734543f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b3e70 0.000110
+gallium_dri.so free 0x5571735b3f80 void 0.000122
+gallium_dri.so free 0x5571735b3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f30 0.000114
+gallium_dri.so free 0x5571735b4340 void 0.000114
+gallium_dri.so free 0x5571735b3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4030 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4030 0.000113
+gallium_dri.so free 0x5571735b4600 void 0.000115
+gallium_dri.so free 0x5571735b4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4650 0.000113
+gallium_dri.so free 0x5571735b46c0 void 0.000113
+gallium_dri.so free 0x5571735b4650 void 0.000112
+gallium_dri.so malloc 72 0x5571735b46e0 0.000114
+gallium_dri.so free 0x5571735b4780 void 0.000116
+gallium_dri.so free 0x5571735b46e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4730 0.000113
+gallium_dri.so free 0x5571735b4800 void 0.000114
+gallium_dri.so free 0x5571735b4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4730 0.000113
+gallium_dri.so free 0x5571735b4900 void 0.000113
+gallium_dri.so free 0x5571735b4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735b48b0 0.000113
+gallium_dri.so free 0x5571735b4980 void 0.000113
+gallium_dri.so free 0x5571735b48b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735b49d0 0.000125
+gallium_dri.so free 0x5571735e14c0 void 0.000124
+gallium_dri.so free 0x5571735b49d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1470 0.000122
+gallium_dri.so free 0x5571735e1500 void 0.000119
+gallium_dri.so free 0x5571735e1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1470 0.000117
+gallium_dri.so free 0x5571735e15c0 void 0.000118
+gallium_dri.so free 0x5571735e1470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1600 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1680 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1680 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1820 0.000118
+gallium_dri.so free 0x5571735e18c0 void 0.000118
+gallium_dri.so free 0x5571735e1820 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1870 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000122
+gallium_dri.so free 0x5571735e1870 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1870 0.000117
+gallium_dri.so free 0x5571735e19c0 void 0.000125
+gallium_dri.so free 0x5571735e1870 void 0.000111
+gallium_dri.so malloc 72 0x5571735e19c0 0.000110
+gallium_dri.so free 0x5571735e1a80 void 0.000110
+gallium_dri.so free 0x5571735e19c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e19c0 0.000110
+gallium_dri.so free 0x5571735e1b40 void 0.000111
+gallium_dri.so free 0x5571735e19c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e19c0 0.000111
+gallium_dri.so free 0x5571735e1c00 void 0.000110
+gallium_dri.so free 0x5571735e19c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000109
+gallium_dri.so free 0x5571735e1cc0 void 0.000111
+gallium_dri.so free 0x5571735e1bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1c70 0.000110
+gallium_dri.so free 0x5571735e1d40 void 0.000110
+gallium_dri.so free 0x5571735e1c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1d90 0.000110
+gallium_dri.so free 0x5571735e1e00 void 0.000112
+gallium_dri.so free 0x5571735e1d90 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1e20 0.000110
+gallium_dri.so free 0x5571735e1ec0 void 0.000117
+gallium_dri.so free 0x5571735e1e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1e70 0.000154
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e70 0.000112
+gallium_dri.so free 0x5571735e1fc0 void 0.000127
+gallium_dri.so free 0x5571735e1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000115
+gallium_dri.so free 0x5571735e1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2130 0.000113
+gallium_dri.so free 0x5571735e21c0 void 0.000115
+gallium_dri.so free 0x5571735e2130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2130 0.000114
+gallium_dri.so free 0x5571735e2280 void 0.000114
+gallium_dri.so free 0x5571735e2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22c0 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2340 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000115
+gallium_dri.so free 0x5571735e2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2340 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2500 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000158
+gallium_dri.so free 0x5571735e24b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2640 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26c0 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26c0 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2830 0.000120
+gallium_dri.so free 0x5571735e2880 void 0.000121
+gallium_dri.so free 0x5571735e2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2830 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2930 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29f0 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e29f0 0.000119
+gallium_dri.so free 0x5571735e2b80 void 0.000119
+gallium_dri.so free 0x5571735e29f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e29f0 0.000123
+gallium_dri.so free 0x5571735e2c40 void 0.000110
+gallium_dri.so free 0x5571735e29f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000110
+gallium_dri.so free 0x5571735e2cc0 void 0.000112
+gallium_dri.so free 0x5571735e2bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2d10 0.000109
+gallium_dri.so free 0x5571735e2d80 void 0.000109
+gallium_dri.so free 0x5571735e2d10 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2da0 0.000110
+gallium_dri.so free 0x5571735e2e40 void 0.000112
+gallium_dri.so free 0x5571735e2da0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2df0 0.000111
+gallium_dri.so free 0x5571735e2ec0 void 0.000111
+gallium_dri.so free 0x5571735e2df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000111
+gallium_dri.so free 0x5571735e2f80 void 0.000110
+gallium_dri.so free 0x5571735e2ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000111
+gallium_dri.so free 0x5571735e3000 void 0.000110
+gallium_dri.so free 0x5571735e2ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3000 0.000116
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so free 0x5571735e3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3000 0.000114
+gallium_dri.so free 0x5571735e3180 void 0.000112
+gallium_dri.so free 0x5571735e3000 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3000 0.000110
+gallium_dri.so free 0x5571735e3240 void 0.000125
+gallium_dri.so free 0x5571735e3000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31f0 0.000116
+gallium_dri.so free 0x5571735e32c0 void 0.000114
+gallium_dri.so free 0x5571735e31f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3310 0.000113
+gallium_dri.so free 0x5571735e3380 void 0.000113
+gallium_dri.so free 0x5571735e3310 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000118
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34f0 0.000113
+gallium_dri.so free 0x5571735e3540 void 0.000113
+gallium_dri.so free 0x5571735e34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34f0 0.000112
+gallium_dri.so free 0x5571735e3640 void 0.000114
+gallium_dri.so free 0x5571735e34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e35f0 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e35f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e36b0 0.000119
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so free 0x5571735e36b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e36b0 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000125
+gallium_dri.so free 0x5571735e36b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e36b0 0.000117
+gallium_dri.so free 0x5571735e3e40 void 0.000118
+gallium_dri.so free 0x5571735e36b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3df0 0.000116
+gallium_dri.so free 0x5571735e3ec0 void 0.000116
+gallium_dri.so free 0x5571735e3df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3f10 0.000117
+gallium_dri.so free 0x5571735e3f80 void 0.000116
+gallium_dri.so free 0x5571735e3f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3fa0 0.000118
+gallium_dri.so free 0x5571735e4040 void 0.000117
+gallium_dri.so free 0x5571735e3fa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3ff0 0.000116
+gallium_dri.so free 0x5571735e40c0 void 0.000118
+gallium_dri.so free 0x5571735e3ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3ff0 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so free 0x5571735e3ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4140 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4140 0.000118
+gallium_dri.so free 0x5571735e4300 void 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4140 0.000126
+gallium_dri.so free 0x5571735e4380 void 0.000111
+gallium_dri.so free 0x5571735e4140 void 0.000109
+gallium_dri.so malloc 72 0x5571735e43b0 0.000110
+gallium_dri.so free 0x5571735e4400 void 0.000110
+gallium_dri.so free 0x5571735e43b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e43b0 0.000111
+gallium_dri.so free 0x5571735e4500 void 0.000112
+gallium_dri.so free 0x5571735e43b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e44b0 0.000110
+gallium_dri.so free 0x5571735e45c0 void 0.000110
+gallium_dri.so free 0x5571735e44b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4570 0.000109
+gallium_dri.so free 0x5571735e4600 void 0.000110
+gallium_dri.so free 0x5571735e4570 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4570 0.000110
+gallium_dri.so free 0x5571735e46c0 void 0.000111
+gallium_dri.so free 0x5571735e4570 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4710 0.000109
+gallium_dri.so free 0x5571735e4780 void 0.000110
+gallium_dri.so free 0x5571735e4710 void 0.000110
+gallium_dri.so malloc 72 0x5571735e47c0 0.000116
+gallium_dri.so free 0x5571735e4840 void 0.000123
+gallium_dri.so free 0x5571735e47c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4840 0.000113
+gallium_dri.so free 0x5571735e4900 void 0.000114
+gallium_dri.so free 0x5571735e4840 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4840 0.000110
+gallium_dri.so free 0x5571735e4980 void 0.000121
+gallium_dri.so free 0x5571735e4840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e49b0 0.000124
+gallium_dri.so free 0x5571735e4a00 void 0.000119
+gallium_dri.so free 0x5571735e49b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e49b0 0.000113
+gallium_dri.so free 0x5571735e4b00 void 0.000114
+gallium_dri.so free 0x5571735e49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4ab0 0.000128
+gallium_dri.so free 0x5571735e4bc0 void 0.000119
+gallium_dri.so free 0x5571735e4ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4b70 0.000124
+gallium_dri.so free 0x5571735e4c40 void 0.000128
+gallium_dri.so free 0x5571735e4b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e4c60 0.000124
+gallium_dri.so free 0x5571735e4d00 void 0.000124
+gallium_dri.so free 0x5571735e4c60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000114
+gallium_dri.so free 0x5571735e4d80 void 0.000119
+gallium_dri.so free 0x5571735e4cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000122
+gallium_dri.so free 0x5571735e4e00 void 0.000123
+gallium_dri.so free 0x5571735e4cb0 void 0.000176
+gallium_dri.so malloc 72 0x5571735e4e00 0.000123
+gallium_dri.so free 0x5571735e4ec0 void 0.000118
+gallium_dri.so free 0x5571735e4e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e00 0.000112
+gallium_dri.so free 0x5571735e4f80 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4e00 0.000124
+gallium_dri.so free 0x5571735e5040 void 0.000125
+gallium_dri.so free 0x5571735e4e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000117
+gallium_dri.so free 0x5571735e5040 void 0.000116
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000125
+gallium_dri.so free 0x5571735e5140 void 0.000125
+gallium_dri.so free 0x5571735e4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e50f0 0.000114
+gallium_dri.so free 0x5571735e5200 void 0.000121
+gallium_dri.so free 0x5571735e50f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e51b0 0.000124
+gallium_dri.so free 0x5571735e5240 void 0.000126
+gallium_dri.so free 0x5571735e51b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e51b0 0.000114
+gallium_dri.so free 0x5571735e5300 void 0.000132
+gallium_dri.so free 0x5571735e51b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5340 0.000124
+gallium_dri.so free 0x5571735e53c0 void 0.000118
+gallium_dri.so free 0x5571735e5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e53c0 0.000113
+gallium_dri.so free 0x5571735e5480 void 0.000117
+gallium_dri.so free 0x5571735e53c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e53c0 0.000114
+gallium_dri.so free 0x5571735e5540 void 0.000116
+gallium_dri.so free 0x5571735e53c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5560 0.000118
+gallium_dri.so free 0x5571735e5600 void 0.000125
+gallium_dri.so free 0x5571735e5560 void 0.000121
+gallium_dri.so malloc 72 0x5571735e55b0 0.000119
+gallium_dri.so free 0x5571735e5680 void 0.000124
+gallium_dri.so free 0x5571735e55b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e55b0 0.000123
+gallium_dri.so free 0x5571735e5700 void 0.000124
+gallium_dri.so free 0x5571735e55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5700 0.000117
+gallium_dri.so free 0x5571735e57c0 void 0.000120
+gallium_dri.so free 0x5571735e5700 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5700 0.000139
+gallium_dri.so free 0x5571735e5880 void 0.000125
+gallium_dri.so free 0x5571735e5700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5700 0.000123
+gallium_dri.so free 0x5571735e5940 void 0.000122
+gallium_dri.so free 0x5571735e5700 void 0.000123
+gallium_dri.so malloc 72 0x5571735e58f0 0.000128
+gallium_dri.so free 0x5571735e5a00 void 0.000129
+gallium_dri.so free 0x5571735e58f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e59b0 0.000130
+gallium_dri.so free 0x5571735e5a80 void 0.000129
+gallium_dri.so free 0x5571735e59b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5ad0 0.000124
+gallium_dri.so free 0x5571735e5b40 void 0.000128
+gallium_dri.so free 0x5571735e5ad0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5b60 0.000128
+gallium_dri.so free 0x5571735e5c00 void 0.000123
+gallium_dri.so free 0x5571735e5b60 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000119
+gallium_dri.so free 0x5571735e5c80 void 0.000119
+gallium_dri.so free 0x5571735e5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000124
+gallium_dri.so free 0x5571735e5d00 void 0.000136
+gallium_dri.so free 0x5571735e5bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5d00 0.000131
+gallium_dri.so free 0x5571735e5dc0 void 0.000131
+gallium_dri.so free 0x5571735e5d00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5d00 0.000131
+gallium_dri.so free 0x5571735e5ec0 void 0.000131
+gallium_dri.so free 0x5571735e5d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5e70 0.000131
+gallium_dri.so free 0x5571735e5f00 void 0.000131
+gallium_dri.so free 0x5571735e5e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5e70 0.000119
+gallium_dri.so free 0x5571735e5fc0 void 0.000125
+gallium_dri.so free 0x5571735e5e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e6000 0.000128
+gallium_dri.so free 0x5571735e6080 void 0.000130
+gallium_dri.so free 0x5571735e6000 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6080 0.000121
+gallium_dri.so free 0x5571735e6140 void 0.000126
+gallium_dri.so free 0x5571735e6080 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6080 0.000120
+gallium_dri.so free 0x5571735e61c0 void 0.000132
+gallium_dri.so free 0x5571735e6080 void 0.000124
+gallium_dri.so malloc 72 0x5571735e61f0 0.000131
+gallium_dri.so free 0x557173455400 void 0.000123
+gallium_dri.so free 0x5571735e61f0 void 0.000124
+gallium_dri.so malloc 72 0x557173455470 0.000130
+gallium_dri.so free 0x5571734554c0 void 0.000130
+gallium_dri.so free 0x557173455470 void 0.000132
+gallium_dri.so malloc 72 0x557173455470 0.000130
+gallium_dri.so free 0x5571734555c0 void 0.000131
+gallium_dri.so free 0x557173455470 void 0.000131
+gallium_dri.so malloc 72 0x557173455570 0.000133
+gallium_dri.so free 0x557173455680 void 0.000141
+gallium_dri.so free 0x557173455570 void 0.000132
+gallium_dri.so malloc 72 0x557173455630 0.000128
+gallium_dri.so free 0x5571734556c0 void 0.000131
+gallium_dri.so free 0x557173455630 void 0.000130
+gallium_dri.so malloc 72 0x557173455630 0.000168
+gallium_dri.so free 0x557173455780 void 0.000123
+gallium_dri.so free 0x557173455630 void 0.000123
+gallium_dri.so malloc 72 0x5571734557c0 0.000131
+gallium_dri.so free 0x557173455840 void 0.000170
+gallium_dri.so free 0x5571734557c0 void 0.000231
+gallium_dri.so malloc 72 0x557173455840 0.000274
+gallium_dri.so free 0x557173455900 void 0.000273
+gallium_dri.so free 0x557173455840 void 0.000278
+gallium_dri.so malloc 72 0x557173455840 0.000278
+gallium_dri.so free 0x5571734559c0 void 0.000242
+gallium_dri.so free 0x557173455840 void 0.000227
+gallium_dri.so malloc 72 0x5571734559e0 0.000164
+gallium_dri.so free 0x557173455a80 void 0.000165
+gallium_dri.so free 0x5571734559e0 void 0.000169
+gallium_dri.so malloc 72 0x557173455a30 0.000130
+gallium_dri.so free 0x557173455b00 void 0.000125
+gallium_dri.so free 0x557173455a30 void 0.000120
+gallium_dri.so malloc 72 0x557173455a30 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000131
+gallium_dri.so free 0x557173455a30 void 0.000120
+gallium_dri.so malloc 72 0x557173455b80 0.000123
+gallium_dri.so free 0x557173455c40 void 0.000132
+gallium_dri.so free 0x557173455b80 void 0.000129
+gallium_dri.so malloc 72 0x557173455b80 0.000128
+gallium_dri.so free 0x557173455d00 void 0.000131
+gallium_dri.so free 0x557173455b80 void 0.000130
+gallium_dri.so malloc 72 0x557173455b80 0.000124
+gallium_dri.so free 0x557173455dc0 void 0.000122
+gallium_dri.so free 0x557173455b80 void 0.000119
+gallium_dri.so malloc 72 0x557173455d70 0.000119
+gallium_dri.so free 0x557173455e80 void 0.000119
+gallium_dri.so free 0x557173455d70 void 0.000118
+gallium_dri.so malloc 72 0x557173455e30 0.000124
+gallium_dri.so free 0x557173455f00 void 0.000132
+gallium_dri.so free 0x557173455e30 void 0.000129
+gallium_dri.so malloc 72 0x557173455f50 0.000130
+gallium_dri.so free 0x557173455fc0 void 0.000168
+gallium_dri.so free 0x557173455f50 void 0.000131
+gallium_dri.so malloc 72 0x557173455fe0 0.000124
+gallium_dri.so free 0x557173456080 void 0.000131
+gallium_dri.so free 0x557173455fe0 void 0.000244
+gallium_dri.so malloc 72 0x557173456030 0.000340
+gallium_dri.so free 0x557173456100 void 0.000337
+gallium_dri.so free 0x557173456030 void 0.000337
+gallium_dri.so malloc 72 0x557173456030 0.000265
+gallium_dri.so free 0x557173456180 void 0.000276
+gallium_dri.so free 0x557173456030 void 0.000273
+gallium_dri.so malloc 72 0x557173456180 0.000268
+gallium_dri.so free 0x557173456240 void 0.000278
+gallium_dri.so free 0x557173456180 void 0.000238
+gallium_dri.so malloc 72 0x557173456180 0.000271
+gallium_dri.so free 0x557173456340 void 0.000274
+gallium_dri.so free 0x557173456180 void 0.000241
+gallium_dri.so malloc 72 0x5571734562f0 0.000340
+gallium_dri.so free 0x557173456380 void 0.000286
+gallium_dri.so free 0x5571734562f0 void 0.000272
+gallium_dri.so malloc 72 0x5571734562f0 0.000222
+gallium_dri.so free 0x557173456440 void 0.000222
+gallium_dri.so free 0x5571734562f0 void 0.000237
+gallium_dri.so malloc 72 0x557173456480 0.000219
+gallium_dri.so free 0x557173456500 void 0.000196
+gallium_dri.so free 0x557173456480 void 0.000160
+gallium_dri.so malloc 72 0x557173456500 0.000123
+gallium_dri.so free 0x5571734565c0 void 0.000120
+gallium_dri.so free 0x557173456500 void 0.000116
+gallium_dri.so malloc 72 0x557173456500 0.000117
+gallium_dri.so free 0x557173456640 void 0.000115
+gallium_dri.so free 0x557173456500 void 0.000117
+gallium_dri.so malloc 72 0x557173456670 0.000212
+gallium_dri.so free 0x5571734566c0 void 0.000136
+gallium_dri.so free 0x557173456670 void 0.000158
+gallium_dri.so malloc 72 0x557173456670 0.000125
+gallium_dri.so free 0x5571734567c0 void 0.000122
+gallium_dri.so free 0x557173456670 void 0.000120
+gallium_dri.so malloc 72 0x557173456800 0.000126
+gallium_dri.so free 0x557173456880 void 0.000121
+gallium_dri.so free 0x557173456800 void 0.000121
+gallium_dri.so malloc 72 0x557173456880 0.000125
+gallium_dri.so free 0x557173456940 void 0.000130
+gallium_dri.so free 0x557173456880 void 0.000140
+gallium_dri.so malloc 72 0x557173456880 0.000168
+gallium_dri.so free 0x5571734569c0 void 0.000229
+gallium_dri.so free 0x557173456880 void 0.000224
+gallium_dri.so malloc 72 0x5571734569f0 0.000225
+gallium_dri.so free 0x557173456a40 void 0.000234
+gallium_dri.so free 0x5571734569f0 void 0.000198
+gallium_dri.so malloc 72 0x5571734569f0 0.000160
+gallium_dri.so free 0x557173456b40 void 0.000217
+gallium_dri.so free 0x5571734569f0 void 0.000137
+gallium_dri.so malloc 72 0x557173456af0 0.000135
+gallium_dri.so free 0x557173456c00 void 0.000135
+gallium_dri.so free 0x557173456af0 void 0.000133
+gallium_dri.so malloc 72 0x557173456bb0 0.000135
+gallium_dri.so free 0x557173456c80 void 0.000136
+gallium_dri.so free 0x557173456bb0 void 0.000151
+gallium_dri.so malloc 72 0x557173456bb0 0.000147
+gallium_dri.so free 0x557173456d40 void 0.000135
+gallium_dri.so free 0x557173456bb0 void 0.000133
+gallium_dri.so malloc 72 0x557173456bb0 0.000132
+gallium_dri.so free 0x557173456e00 void 0.000143
+gallium_dri.so free 0x557173456bb0 void 0.000133
+gallium_dri.so malloc 72 0x557173456db0 0.000131
+gallium_dri.so free 0x557173456e80 void 0.000135
+gallium_dri.so free 0x557173456db0 void 0.000132
+gallium_dri.so malloc 72 0x557173456ed0 0.000133
+gallium_dri.so free 0x557173456f40 void 0.000133
+gallium_dri.so free 0x557173456ed0 void 0.000132
+gallium_dri.so malloc 72 0x557173456f60 0.000133
+gallium_dri.so free 0x557173457000 void 0.000134
+gallium_dri.so free 0x557173456f60 void 0.000133
+gallium_dri.so malloc 72 0x557173456fb0 0.000150
+gallium_dri.so free 0x557173457080 void 0.000137
+gallium_dri.so free 0x557173456fb0 void 0.000134
+gallium_dri.so malloc 72 0x557173457080 0.000134
+gallium_dri.so free 0x557173457140 void 0.000136
+gallium_dri.so free 0x557173457080 void 0.000132
+gallium_dri.so malloc 72 0x557173457080 0.000132
+gallium_dri.so free 0x5571734571c0 void 0.000133
+gallium_dri.so free 0x557173457080 void 0.000135
+gallium_dri.so malloc 72 0x5571734571c0 0.000132
+gallium_dri.so free 0x557173457280 void 0.000136
+gallium_dri.so free 0x5571734571c0 void 0.000135
+gallium_dri.so malloc 72 0x5571734571c0 0.000132
+gallium_dri.so free 0x557173457340 void 0.000134
+gallium_dri.so free 0x5571734571c0 void 0.000134
+gallium_dri.so malloc 72 0x5571734571c0 0.000133
+gallium_dri.so free 0x557173457400 void 0.000135
+gallium_dri.so free 0x5571734571c0 void 0.000134
+gallium_dri.so malloc 72 0x5571734573b0 0.000133
+gallium_dri.so free 0x557173457480 void 0.000135
+gallium_dri.so free 0x5571734573b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734574d0 0.000134
+gallium_dri.so free 0x557173457540 void 0.000134
+gallium_dri.so free 0x5571734574d0 void 0.000174
+gallium_dri.so malloc 72 0x557173457580 0.000243
+gallium_dri.so free 0x557173457600 void 0.000246
+gallium_dri.so free 0x557173457580 void 0.000239
+gallium_dri.so malloc 72 0x557173457580 0.000242
+gallium_dri.so free 0x557173457680 void 0.000246
+gallium_dri.so free 0x557173457580 void 0.000183
+gallium_dri.so malloc 72 0x5571734576b0 0.000126
+gallium_dri.so free 0x557173457700 void 0.000121
+gallium_dri.so free 0x5571734576b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734576b0 0.000119
+gallium_dri.so free 0x557173457800 void 0.000120
+gallium_dri.so free 0x5571734576b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734577b0 0.000121
+gallium_dri.so free 0x5571734578c0 void 0.000120
+gallium_dri.so free 0x5571734577b0 void 0.000121
+gallium_dri.so malloc 72 0x557173457870 0.000119
+gallium_dri.so free 0x557173457900 void 0.000121
+gallium_dri.so free 0x557173457870 void 0.000120
+gallium_dri.so malloc 72 0x557173457870 0.000120
+gallium_dri.so free 0x5571734579c0 void 0.000121
+gallium_dri.so free 0x557173457870 void 0.000159
+gallium_dri.so malloc 72 0x557173457a30 0.000155
+gallium_dri.so free 0x557173457a80 void 0.000189
+gallium_dri.so free 0x557173457a30 void 0.000214
+gallium_dri.so malloc 72 0x557173457a30 0.000164
+gallium_dri.so free 0x557173457b80 void 0.000151
+gallium_dri.so free 0x557173457a30 void 0.000161
+gallium_dri.so malloc 72 0x557173457b30 0.000113
+gallium_dri.so free 0x557173457c40 void 0.000117
+gallium_dri.so free 0x557173457b30 void 0.000114
+gallium_dri.so malloc 72 0x557173457bf0 0.000115
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173457bf0 0.000114
+gallium_dri.so free 0x557173457d40 void 0.000115
+gallium_dri.so free 0x557173457bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173457d80 0.000113
+gallium_dri.so free 0x557173457e00 void 0.000115
+gallium_dri.so free 0x557173457d80 void 0.000114
+gallium_dri.so malloc 72 0x557173457e00 0.000113
+gallium_dri.so free 0x557173457ec0 void 0.000115
+gallium_dri.so free 0x557173457e00 void 0.000113
+gallium_dri.so malloc 72 0x557173457e00 0.000113
+gallium_dri.so free 0x557173457f80 void 0.000115
+gallium_dri.so free 0x557173457e00 void 0.000113
+gallium_dri.so malloc 72 0x557173457fa0 0.000119
+gallium_dri.so free 0x557173458040 void 0.000116
+gallium_dri.so free 0x557173457fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173457ff0 0.000113
+gallium_dri.so free 0x5571734580c0 void 0.000113
+gallium_dri.so free 0x557173457ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173457ff0 0.000113
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so free 0x557173457ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173458140 0.000113
+gallium_dri.so free 0x557173458200 void 0.000114
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so malloc 72 0x557173458140 0.000113
+gallium_dri.so free 0x5571734582c0 void 0.000116
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so malloc 72 0x557173458140 0.000114
+gallium_dri.so free 0x557173458380 void 0.000115
+gallium_dri.so free 0x557173458140 void 0.000113
+gallium_dri.so malloc 72 0x557173458330 0.000112
+gallium_dri.so free 0x557173458440 void 0.000114
+gallium_dri.so free 0x557173458330 void 0.000113
+gallium_dri.so malloc 72 0x5571734583f0 0.000112
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so free 0x5571734583f0 void 0.000113
+gallium_dri.so malloc 72 0x557173458510 0.000112
+gallium_dri.so free 0x557173458580 void 0.000115
+gallium_dri.so free 0x557173458510 void 0.000113
+gallium_dri.so malloc 72 0x5571734585a0 0.000129
+gallium_dri.so free 0x557173458640 void 0.000116
+gallium_dri.so free 0x5571734585a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734585f0 0.000112
+gallium_dri.so free 0x5571734586c0 void 0.000114
+gallium_dri.so free 0x5571734585f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734585f0 0.000111
+gallium_dri.so free 0x557173458740 void 0.000116
+gallium_dri.so free 0x5571734585f0 void 0.000114
+gallium_dri.so malloc 72 0x557173458740 0.000114
+gallium_dri.so free 0x557173458800 void 0.000114
+gallium_dri.so free 0x557173458740 void 0.000114
+gallium_dri.so malloc 72 0x557173458740 0.000114
+gallium_dri.so free 0x557173458900 void 0.000115
+gallium_dri.so free 0x557173458740 void 0.000113
+gallium_dri.so malloc 72 0x5571734588b0 0.000112
+gallium_dri.so free 0x557173458940 void 0.000114
+gallium_dri.so free 0x5571734588b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734588b0 0.000114
+gallium_dri.so free 0x557173458a00 void 0.000114
+gallium_dri.so free 0x5571734588b0 void 0.000113
+gallium_dri.so malloc 72 0x557173458a40 0.000112
+gallium_dri.so free 0x557173458ac0 void 0.000119
+gallium_dri.so free 0x557173458a40 void 0.000115
+gallium_dri.so malloc 72 0x557173458ac0 0.000113
+gallium_dri.so free 0x557173458b80 void 0.000115
+gallium_dri.so free 0x557173458ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ac0 0.000128
+gallium_dri.so free 0x557173459c40 void 0.000119
+gallium_dri.so free 0x557173458ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x557173459cc0 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000113
+gallium_dri.so free 0x557173459dc0 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173459d70 0.000113
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so free 0x557173459d70 void 0.000114
+gallium_dri.so malloc 72 0x557173459e90 0.000114
+gallium_dri.so free 0x557173459f00 void 0.000114
+gallium_dri.so free 0x557173459e90 void 0.000114
+gallium_dri.so malloc 72 0x557173459f20 0.000113
+gallium_dri.so free 0x557173459fc0 void 0.000115
+gallium_dri.so free 0x557173459f20 void 0.000113
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x55717345a040 void 0.000116
+gallium_dri.so free 0x557173459f70 void 0.000113
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x55717345a0c0 void 0.000114
+gallium_dri.so free 0x557173459f70 void 0.000114
+gallium_dri.so malloc 72 0x55717345a0c0 0.000113
+gallium_dri.so free 0x55717345a180 void 0.000115
+gallium_dri.so free 0x55717345a0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a0c0 0.000114
+gallium_dri.so free 0x55717345a280 void 0.000122
+gallium_dri.so free 0x55717345a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a0c0 0.000113
+gallium_dri.so free 0x55717345a300 void 0.000114
+gallium_dri.so free 0x55717345a0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a330 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000115
+gallium_dri.so free 0x55717345a330 void 0.000114
+gallium_dri.so malloc 72 0x55717345a330 0.000112
+gallium_dri.so free 0x55717345a480 void 0.000114
+gallium_dri.so free 0x55717345a330 void 0.000113
+gallium_dri.so malloc 72 0x55717345a430 0.000114
+gallium_dri.so free 0x55717345a540 void 0.000115
+gallium_dri.so free 0x55717345a430 void 0.000114
+gallium_dri.so malloc 72 0x55717345a4f0 0.000113
+gallium_dri.so free 0x55717345a580 void 0.000119
+gallium_dri.so free 0x55717345a4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a4f0 0.000115
+gallium_dri.so free 0x55717345a640 void 0.000114
+gallium_dri.so free 0x55717345a4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a690 0.000114
+gallium_dri.so free 0x55717345a700 void 0.000116
+gallium_dri.so free 0x55717345a690 void 0.000114
+gallium_dri.so malloc 72 0x55717345a740 0.000115
+gallium_dri.so free 0x55717345a7c0 void 0.000114
+gallium_dri.so free 0x55717345a740 void 0.000113
+gallium_dri.so malloc 72 0x55717345a7c0 0.000113
+gallium_dri.so free 0x55717345a880 void 0.000117
+gallium_dri.so free 0x55717345a7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a7c0 0.000118
+gallium_dri.so free 0x55717345a900 void 0.000115
+gallium_dri.so free 0x55717345a7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a930 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000115
+gallium_dri.so free 0x55717345a930 void 0.000113
+gallium_dri.so malloc 72 0x55717345a930 0.000113
+gallium_dri.so free 0x55717345aa80 void 0.000115
+gallium_dri.so free 0x55717345a930 void 0.000115
+gallium_dri.so malloc 72 0x55717345aa30 0.000125
+gallium_dri.so free 0x55717345ab40 void 0.000117
+gallium_dri.so free 0x55717345aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717345aaf0 0.000116
+gallium_dri.so free 0x55717345abc0 void 0.000115
+gallium_dri.so free 0x55717345aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345abe0 0.000112
+gallium_dri.so free 0x55717345ac80 void 0.000116
+gallium_dri.so free 0x55717345abe0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac30 0.000114
+gallium_dri.so free 0x55717345ad00 void 0.000115
+gallium_dri.so free 0x55717345ac30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ac30 0.000113
+gallium_dri.so free 0x55717345ad80 void 0.000113
+gallium_dri.so free 0x55717345ac30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ad80 0.000113
+gallium_dri.so free 0x55717345ae40 void 0.000129
+gallium_dri.so free 0x55717345ad80 void 0.000116
+gallium_dri.so malloc 72 0x55717345ad80 0.000114
+gallium_dri.so free 0x55717345af00 void 0.000115
+gallium_dri.so free 0x55717345ad80 void 0.000114
+gallium_dri.so malloc 72 0x55717345ad80 0.000114
+gallium_dri.so free 0x55717345afc0 void 0.000116
+gallium_dri.so free 0x55717345ad80 void 0.000112
+gallium_dri.so malloc 72 0x55717345af70 0.000114
+gallium_dri.so free 0x55717345afc0 void 0.000114
+gallium_dri.so free 0x55717345af70 void 0.000113
+gallium_dri.so malloc 72 0x55717345af70 0.000113
+gallium_dri.so free 0x55717345b0c0 void 0.000115
+gallium_dri.so free 0x55717345af70 void 0.000114
+gallium_dri.so malloc 72 0x55717345b070 0.000113
+gallium_dri.so free 0x55717345b180 void 0.000115
+gallium_dri.so free 0x55717345b070 void 0.000112
+gallium_dri.so malloc 72 0x55717345b130 0.000114
+gallium_dri.so free 0x55717345b1c0 void 0.000114
+gallium_dri.so free 0x55717345b130 void 0.000114
+gallium_dri.so malloc 72 0x55717345b130 0.000113
+gallium_dri.so free 0x55717345b280 void 0.000115
+gallium_dri.so free 0x55717345b130 void 0.000114
+gallium_dri.so malloc 72 0x55717345b2c0 0.000113
+gallium_dri.so free 0x55717345b340 void 0.000114
+gallium_dri.so free 0x55717345b2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b340 0.000113
+gallium_dri.so free 0x55717345b400 void 0.000161
+gallium_dri.so free 0x55717345b340 void 0.000116
+gallium_dri.so malloc 72 0x55717345b340 0.000115
+gallium_dri.so free 0x55717345b4c0 void 0.000115
+gallium_dri.so free 0x55717345b340 void 0.000113
+gallium_dri.so malloc 72 0x55717345b4e0 0.000117
+gallium_dri.so free 0x55717345b580 void 0.000124
+gallium_dri.so free 0x55717345b4e0 void 0.000124
+gallium_dri.so malloc 72 0x55717345b530 0.000124
+gallium_dri.so free 0x55717345b600 void 0.000119
+gallium_dri.so free 0x55717345b530 void 0.000118
+gallium_dri.so malloc 72 0x55717345b530 0.000118
+gallium_dri.so free 0x55717345b680 void 0.000116
+gallium_dri.so free 0x55717345b530 void 0.000116
+gallium_dri.so malloc 72 0x55717345b680 0.000114
+gallium_dri.so free 0x55717345b740 void 0.000114
+gallium_dri.so free 0x55717345b680 void 0.000113
+gallium_dri.so malloc 72 0x55717345b680 0.000113
+gallium_dri.so free 0x55717345b800 void 0.000115
+gallium_dri.so free 0x55717345b680 void 0.000113
+gallium_dri.so malloc 72 0x55717345b680 0.000115
+gallium_dri.so free 0x55717345b8c0 void 0.000115
+gallium_dri.so free 0x55717345b680 void 0.000114
+gallium_dri.so malloc 72 0x55717345b870 0.000113
+gallium_dri.so free 0x55717345b980 void 0.000115
+gallium_dri.so free 0x55717345b870 void 0.000114
+gallium_dri.so malloc 72 0x55717345b930 0.000106
+gallium_dri.so free 0x55717345ba00 void 0.000119
+gallium_dri.so free 0x55717345b930 void 0.000113
+gallium_dri.so malloc 72 0x55717345ba50 0.000113
+gallium_dri.so free 0x55717345bac0 void 0.000114
+gallium_dri.so free 0x55717345ba50 void 0.000113
+gallium_dri.so malloc 72 0x55717345bae0 0.000113
+gallium_dri.so free 0x55717345bb80 void 0.000115
+gallium_dri.so free 0x55717345bae0 void 0.000113
+gallium_dri.so malloc 72 0x55717345bb30 0.000113
+gallium_dri.so free 0x55717345bc00 void 0.000114
+gallium_dri.so free 0x55717345bb30 void 0.000113
+gallium_dri.so malloc 72 0x55717345bb30 0.000113
+gallium_dri.so free 0x55717345bc80 void 0.000114
+gallium_dri.so free 0x55717345bb30 void 0.000114
+gallium_dri.so malloc 72 0x55717345bc80 0.000115
+gallium_dri.so free 0x55717345bd40 void 0.000114
+gallium_dri.so free 0x55717345bc80 void 0.000112
+gallium_dri.so malloc 72 0x55717345bc80 0.000113
+gallium_dri.so free 0x55717345be40 void 0.000113
+gallium_dri.so free 0x55717345bc80 void 0.000119
+gallium_dri.so malloc 72 0x55717345bdf0 0.000114
+gallium_dri.so free 0x55717345be80 void 0.000114
+gallium_dri.so free 0x55717345bdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bdf0 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000114
+gallium_dri.so free 0x55717345bdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717345bf80 0.000122
+gallium_dri.so free 0x55717345c000 void 0.000115
+gallium_dri.so free 0x55717345bf80 void 0.000112
+gallium_dri.so malloc 72 0x55717345c000 0.000114
+gallium_dri.so free 0x55717345c0c0 void 0.000111
+gallium_dri.so free 0x55717345c000 void 0.000113
+gallium_dri.so malloc 72 0x55717345c000 0.000111
+gallium_dri.so free 0x55717345c140 void 0.000112
+gallium_dri.so free 0x55717345c000 void 0.000113
+gallium_dri.so malloc 72 0x55717345c170 0.000113
+gallium_dri.so free 0x55717345c1c0 void 0.000114
+gallium_dri.so free 0x55717345c170 void 0.000111
+gallium_dri.so malloc 72 0x55717345c170 0.000112
+gallium_dri.so free 0x55717345c2c0 void 0.000113
+gallium_dri.so free 0x55717345c170 void 0.000112
+gallium_dri.so malloc 72 0x55717345c300 0.000112
+gallium_dri.so free 0x55717345c380 void 0.000113
+gallium_dri.so free 0x55717345c300 void 0.000112
+gallium_dri.so malloc 72 0x55717345c380 0.000112
+gallium_dri.so free 0x55717345c440 void 0.000126
+gallium_dri.so free 0x55717345c380 void 0.000124
+gallium_dri.so malloc 72 0x55717345c380 0.000124
+gallium_dri.so free 0x55717345c4c0 void 0.000120
+gallium_dri.so free 0x55717345c380 void 0.000118
+gallium_dri.so malloc 72 0x55717345c4f0 0.000119
+gallium_dri.so free 0x55717345c540 void 0.000120
+gallium_dri.so free 0x55717345c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c4f0 0.000196
+gallium_dri.so free 0x55717345c640 void 0.000120
+gallium_dri.so free 0x55717345c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c5f0 0.000118
+gallium_dri.so free 0x55717345c700 void 0.000119
+gallium_dri.so free 0x55717345c5f0 void 0.000144
+gallium_dri.so malloc 72 0x55717345c6b0 0.000124
+gallium_dri.so free 0x55717345c780 void 0.000123
+gallium_dri.so free 0x55717345c6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c6b0 0.000120
+gallium_dri.so free 0x55717345c840 void 0.000120
+gallium_dri.so free 0x55717345c6b0 void 0.000138
+gallium_dri.so malloc 72 0x55717345c6b0 0.000122
+gallium_dri.so free 0x55717345c900 void 0.000121
+gallium_dri.so free 0x55717345c6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c8b0 0.000120
+gallium_dri.so free 0x55717345c980 void 0.000125
+gallium_dri.so free 0x55717345c8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345c9d0 0.000122
+gallium_dri.so free 0x55717345ca40 void 0.000120
+gallium_dri.so free 0x55717345c9d0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ca60 0.000120
+gallium_dri.so free 0x55717345cb00 void 0.000119
+gallium_dri.so free 0x55717345ca60 void 0.000121
+gallium_dri.so malloc 72 0x55717345cab0 0.000121
+gallium_dri.so free 0x55717345cb80 void 0.000133
+gallium_dri.so free 0x55717345cab0 void 0.000121
+gallium_dri.so malloc 72 0x55717345cb80 0.000120
+gallium_dri.so free 0x55717345cc40 void 0.000120
+gallium_dri.so free 0x55717345cb80 void 0.000120
+gallium_dri.so malloc 72 0x55717345cb80 0.000123
+gallium_dri.so free 0x55717345ccc0 void 0.000133
+gallium_dri.so free 0x55717345cb80 void 0.000121
+gallium_dri.so malloc 72 0x55717345ccc0 0.000122
+gallium_dri.so free 0x55717345cd80 void 0.000121
+gallium_dri.so free 0x55717345ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ccc0 0.000121
+gallium_dri.so free 0x55717345ce40 void 0.000122
+gallium_dri.so free 0x55717345ccc0 void 0.000129
+gallium_dri.so malloc 72 0x55717345ccc0 0.000133
+gallium_dri.so free 0x55717345cf00 void 0.000130
+gallium_dri.so free 0x55717345ccc0 void 0.000124
+gallium_dri.so malloc 72 0x55717345ceb0 0.000123
+gallium_dri.so free 0x55717345cf80 void 0.000124
+gallium_dri.so free 0x55717345ceb0 void 0.000123
+gallium_dri.so malloc 72 0x55717345cfd0 0.000123
+gallium_dri.so free 0x55717345d040 void 0.000122
+gallium_dri.so free 0x55717345cfd0 void 0.000122
+gallium_dri.so malloc 72 0x55717345d080 0.000123
+gallium_dri.so free 0x55717345d100 void 0.000125
+gallium_dri.so free 0x55717345d080 void 0.000132
+gallium_dri.so malloc 72 0x55717345d080 0.000124
+gallium_dri.so free 0x55717345d180 void 0.000123
+gallium_dri.so free 0x55717345d080 void 0.000121
+gallium_dri.so malloc 72 0x55717345d1b0 0.000120
+gallium_dri.so free 0x55717345d200 void 0.000123
+gallium_dri.so free 0x55717345d1b0 void 0.000123
+gallium_dri.so malloc 72 0x55717345d1b0 0.000123
+gallium_dri.so free 0x55717345d300 void 0.000123
+gallium_dri.so free 0x55717345d1b0 void 0.000122
+gallium_dri.so malloc 72 0x55717345d2b0 0.000125
+gallium_dri.so free 0x55717345d3c0 void 0.000124
+gallium_dri.so free 0x55717345d2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d370 0.000123
+gallium_dri.so free 0x55717345d400 void 0.000123
+gallium_dri.so free 0x55717345d370 void 0.000122
+gallium_dri.so malloc 72 0x55717345d370 0.000122
+gallium_dri.so free 0x55717345d4c0 void 0.000122
+gallium_dri.so free 0x55717345d370 void 0.000120
+gallium_dri.so malloc 72 0x55717345d530 0.000122
+gallium_dri.so free 0x55717345d580 void 0.000122
+gallium_dri.so free 0x55717345d530 void 0.000121
+gallium_dri.so malloc 72 0x55717345d530 0.000121
+gallium_dri.so free 0x55717345d680 void 0.000122
+gallium_dri.so free 0x55717345d530 void 0.000123
+gallium_dri.so malloc 72 0x55717345d630 0.000121
+gallium_dri.so free 0x55717345d740 void 0.000133
+gallium_dri.so free 0x55717345d630 void 0.000124
+gallium_dri.so malloc 72 0x55717345d6f0 0.000123
+gallium_dri.so free 0x55717345d780 void 0.000123
+gallium_dri.so free 0x55717345d6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345d6f0 0.000123
+gallium_dri.so free 0x55717345d840 void 0.000124
+gallium_dri.so free 0x55717345d6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345d880 0.000174
+gallium_dri.so free 0x55717345d900 void 0.000160
+gallium_dri.so free 0x55717345d880 void 0.000162
+gallium_dri.so malloc 72 0x55717345d900 0.000124
+gallium_dri.so free 0x55717345d9c0 void 0.000117
+gallium_dri.so free 0x55717345d900 void 0.000117
+gallium_dri.so malloc 72 0x55717345d900 0.000125
+gallium_dri.so free 0x55717345da80 void 0.000131
+gallium_dri.so free 0x55717345d900 void 0.000124
+gallium_dri.so malloc 72 0x55717345daa0 0.000117
+gallium_dri.so free 0x55717345db40 void 0.000125
+gallium_dri.so free 0x55717345daa0 void 0.000138
+gallium_dri.so malloc 72 0x55717345daf0 0.000131
+gallium_dri.so free 0x55717345dbc0 void 0.000136
+gallium_dri.so free 0x55717345daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345daf0 0.000118
+gallium_dri.so free 0x55717345dc40 void 0.000197
+gallium_dri.so free 0x55717345daf0 void 0.000161
+gallium_dri.so malloc 72 0x55717345dc40 0.000160
+gallium_dri.so free 0x55717345dd00 void 0.000137
+gallium_dri.so free 0x55717345dc40 void 0.000126
+gallium_dri.so malloc 72 0x55717345dc40 0.000127
+gallium_dri.so free 0x55717345ddc0 void 0.000123
+gallium_dri.so free 0x55717345dc40 void 0.000116
+gallium_dri.so malloc 72 0x55717345dc40 0.000118
+gallium_dri.so free 0x55717345de80 void 0.000137
+gallium_dri.so free 0x55717345dc40 void 0.000123
+gallium_dri.so malloc 72 0x55717345de30 0.000123
+gallium_dri.so free 0x55717345df40 void 0.000125
+gallium_dri.so free 0x55717345de30 void 0.000125
+gallium_dri.so malloc 72 0x55717345def0 0.000125
+gallium_dri.so free 0x55717345dfc0 void 0.000126
+gallium_dri.so free 0x55717345def0 void 0.000123
+gallium_dri.so malloc 72 0x55717345e010 0.000122
+gallium_dri.so free 0x55717345e080 void 0.000126
+gallium_dri.so free 0x55717345e010 void 0.000130
+gallium_dri.so malloc 72 0x55717345e0a0 0.000122
+gallium_dri.so free 0x55717345e140 void 0.000172
+gallium_dri.so free 0x55717345e0a0 void 0.000130
+gallium_dri.so malloc 72 0x55717345e0f0 0.000127
+gallium_dri.so free 0x55717345e1c0 void 0.000128
+gallium_dri.so free 0x55717345e0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345e0f0 0.000199
+gallium_dri.so free 0x55717345e240 void 0.000163
+gallium_dri.so free 0x55717345e0f0 void 0.000160
+gallium_dri.so malloc 72 0x55717345e240 0.000127
+gallium_dri.so free 0x55717345e300 void 0.000123
+gallium_dri.so free 0x55717345e240 void 0.000119
+gallium_dri.so malloc 72 0x55717345e240 0.000119
+gallium_dri.so free 0x55717345e400 void 0.000120
+gallium_dri.so free 0x55717345e240 void 0.000119
+gallium_dri.so malloc 72 0x55717345e3b0 0.000119
+gallium_dri.so free 0x55717345e440 void 0.000118
+gallium_dri.so free 0x55717345e3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e3b0 0.000116
+gallium_dri.so free 0x55717345e500 void 0.000119
+gallium_dri.so free 0x55717345e3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345e540 0.000118
+gallium_dri.so free 0x55717345e5c0 void 0.000134
+gallium_dri.so free 0x55717345e540 void 0.000137
+gallium_dri.so malloc 72 0x55717345e5c0 0.000136
+gallium_dri.so free 0x55717345e680 void 0.000119
+gallium_dri.so free 0x55717345e5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345e5c0 0.000117
+gallium_dri.so free 0x55717345e700 void 0.000116
+gallium_dri.so free 0x55717345e5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e730 0.000116
+gallium_dri.so free 0x55717345e780 void 0.000114
+gallium_dri.so free 0x55717345e730 void 0.000122
+gallium_dri.so malloc 72 0x55717345e730 0.000133
+gallium_dri.so free 0x55717345e880 void 0.000189
+gallium_dri.so free 0x55717345e730 void 0.000181
+gallium_dri.so malloc 72 0x55717345e8c0 0.000166
+gallium_dri.so free 0x55717345e940 void 0.000125
+gallium_dri.so free 0x55717345e8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e940 0.000119
+gallium_dri.so free 0x55717345ea00 void 0.000120
+gallium_dri.so free 0x55717345e940 void 0.000119
+gallium_dri.so malloc 72 0x55717345e940 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000128
+gallium_dri.so free 0x55717345e940 void 0.000125
+gallium_dri.so malloc 72 0x55717345e940 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000122
+gallium_dri.so free 0x55717345e940 void 0.000119
+gallium_dri.so malloc 72 0x5571735da930 0.000144
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x5571735da930 void 0.000153
+gallium_dri.so malloc 72 0x5571735daa50 0.000181
+gallium_dri.so free 0x5571735daac0 void 0.000187
+gallium_dri.so free 0x5571735daa50 void 0.000183
+gallium_dri.so malloc 72 0x5571735dab20 0.000181
+gallium_dri.so free 0x5571735dabc0 void 0.000184
+gallium_dri.so free 0x5571735dab20 void 0.000189
+gallium_dri.so malloc 72 0x5571735dab70 0.000183
+gallium_dri.so free 0x5571735dac00 void 0.000187
+gallium_dri.so free 0x5571735dab70 void 0.000193
+gallium_dri.so malloc 72 0x5571735dab70 0.000148
+gallium_dri.so free 0x5571735dacc0 void 0.000145
+gallium_dri.so free 0x5571735dab70 void 0.000146
+gallium_dri.so malloc 72 0x5571735dad00 0.000138
+gallium_dri.so free 0x5571735dad80 void 0.000136
+gallium_dri.so free 0x5571735dad00 void 0.000139
+gallium_dri.so malloc 72 0x5571735dad80 0.000137
+gallium_dri.so free 0x5571735dae40 void 0.000128
+gallium_dri.so free 0x5571735dad80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dad80 0.000129
+gallium_dri.so free 0x5571735daec0 void 0.000129
+gallium_dri.so free 0x5571735dad80 void 0.000130
+gallium_dri.so malloc 72 0x5571735daef0 0.000128
+gallium_dri.so free 0x5571735daf40 void 0.000127
+gallium_dri.so free 0x5571735daef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf40 0.000124
+gallium_dri.so free 0x5571735db000 void 0.000123
+gallium_dri.so free 0x5571735daf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf40 0.000124
+gallium_dri.so free 0x5571735db100 void 0.000123
+gallium_dri.so free 0x5571735daf40 void 0.000123
+gallium_dri.so malloc 72 0x5571735db0b0 0.000123
+gallium_dri.so free 0x5571735db1c0 void 0.000124
+gallium_dri.so free 0x5571735db0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db170 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000129
+gallium_dri.so free 0x5571735db170 void 0.000135
+gallium_dri.so malloc 72 0x5571735db170 0.000125
+gallium_dri.so free 0x5571735db2c0 void 0.000124
+gallium_dri.so free 0x5571735db170 void 0.000124
+gallium_dri.so malloc 72 0x5571735db300 0.000124
+gallium_dri.so free 0x5571735db380 void 0.000171
+gallium_dri.so free 0x5571735db300 void 0.000132
+gallium_dri.so malloc 72 0x5571735db380 0.000127
+gallium_dri.so free 0x5571735db440 void 0.000127
+gallium_dri.so free 0x5571735db380 void 0.000128
+gallium_dri.so malloc 72 0x5571735db380 0.000129
+gallium_dri.so free 0x5571735db4c0 void 0.000127
+gallium_dri.so free 0x5571735db380 void 0.000127
+gallium_dri.so malloc 72 0x5571735db380 0.000129
+gallium_dri.so free 0x5571735db580 void 0.000128
+gallium_dri.so free 0x5571735db380 void 0.000129
+gallium_dri.so malloc 72 0x5571735db380 0.000127
+gallium_dri.so free 0x5571735db640 void 0.000129
+gallium_dri.so free 0x5571735db380 void 0.000129
+gallium_dri.so malloc 72 0x5571735db5f0 0.000130
+gallium_dri.so free 0x5571735db6c0 void 0.000128
+gallium_dri.so free 0x5571735db5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db710 0.000127
+gallium_dri.so free 0x5571735db780 void 0.000127
+gallium_dri.so free 0x5571735db710 void 0.000128
+gallium_dri.so malloc 72 0x5571735db7a0 0.000128
+gallium_dri.so free 0x5571735db840 void 0.000129
+gallium_dri.so free 0x5571735db7a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db7f0 0.000128
+gallium_dri.so free 0x5571735db8c0 void 0.000197
+gallium_dri.so free 0x5571735db7f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735db7f0 0.000175
+gallium_dri.so free 0x5571735db9c0 void 0.000139
+gallium_dri.so free 0x5571735db7f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735db970 0.000127
+gallium_dri.so free 0x5571735dba40 void 0.000134
+gallium_dri.so free 0x5571735db970 void 0.000139
+gallium_dri.so malloc 72 0x5571735dba90 0.000134
+gallium_dri.so free 0x5571735dbb00 void 0.000129
+gallium_dri.so free 0x5571735dba90 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbb20 0.000128
+gallium_dri.so free 0x5571735dbbc0 void 0.000128
+gallium_dri.so free 0x5571735dbb20 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbb70 0.000127
+gallium_dri.so free 0x5571735dbc40 void 0.000128
+gallium_dri.so free 0x5571735dbb70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbb70 0.000128
+gallium_dri.so free 0x5571735dbcc0 void 0.000127
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000129
+gallium_dri.so free 0x5571735dbd80 void 0.000129
+gallium_dri.so free 0x5571735dbcc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000127
+gallium_dri.so free 0x5571735dbe80 void 0.000127
+gallium_dri.so free 0x5571735dbcc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000129
+gallium_dri.so free 0x5571735dbf00 void 0.000128
+gallium_dri.so free 0x5571735dbcc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dbf30 0.000128
+gallium_dri.so free 0x5571735dbf80 void 0.000128
+gallium_dri.so free 0x5571735dbf30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbf30 0.000175
+gallium_dri.so free 0x5571735dc080 void 0.000125
+gallium_dri.so free 0x5571735dbf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc030 0.000111
+gallium_dri.so free 0x5571735dc140 void 0.000142
+gallium_dri.so free 0x5571735dc030 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000118
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so free 0x5571735dc0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc290 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so free 0x5571735dc290 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc340 0.000126
+gallium_dri.so free 0x5571735dc3c0 void 0.000118
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000114
+gallium_dri.so free 0x5571735dc580 void 0.000114
+gallium_dri.so free 0x5571735dc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000118
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc630 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571735dc630 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000113
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7e0 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000115
+gallium_dri.so free 0x5571735dc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc830 0.000114
+gallium_dri.so free 0x5571735dc980 void 0.000166
+gallium_dri.so free 0x5571735dc830 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc980 0.000141
+gallium_dri.so free 0x5571735dca40 void 0.000144
+gallium_dri.so free 0x5571735dc980 void 0.000142
+gallium_dri.so malloc 72 0x5571735dc980 0.000145
+gallium_dri.so free 0x5571735dcb00 void 0.000143
+gallium_dri.so free 0x5571735dc980 void 0.000143
+gallium_dri.so malloc 72 0x5571735dc980 0.000142
+gallium_dri.so free 0x5571735dcbc0 void 0.000144
+gallium_dri.so free 0x5571735dc980 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcb70 0.000143
+gallium_dri.so free 0x5571735dcbc0 void 0.000143
+gallium_dri.so free 0x5571735dcb70 void 0.000142
+gallium_dri.so malloc 72 0x5571735dcb70 0.000143
+gallium_dri.so free 0x5571735dccc0 void 0.000143
+gallium_dri.so free 0x5571735dcb70 void 0.000143
+gallium_dri.so malloc 72 0x5571735dcc70 0.000143
+gallium_dri.so free 0x5571735dcd80 void 0.000143
+gallium_dri.so free 0x5571735dcc70 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcd30 0.000142
+gallium_dri.so free 0x5571735dcdc0 void 0.000142
+gallium_dri.so free 0x5571735dcd30 void 0.000164
+gallium_dri.so malloc 72 0x5571735dcd30 0.000143
+gallium_dri.so free 0x5571735dce80 void 0.000142
+gallium_dri.so free 0x5571735dcd30 void 0.000143
+gallium_dri.so malloc 72 0x5571735dcec0 0.000143
+gallium_dri.so free 0x5571735dcf40 void 0.000144
+gallium_dri.so free 0x5571735dcec0 void 0.000142
+gallium_dri.so malloc 72 0x5571735dcf40 0.000143
+gallium_dri.so free 0x5571735dd000 void 0.000143
+gallium_dri.so free 0x5571735dcf40 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcf40 0.000142
+gallium_dri.so free 0x5571735dd0c0 void 0.000144
+gallium_dri.so free 0x5571735dcf40 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd0e0 0.000142
+gallium_dri.so free 0x5571735dd180 void 0.000142
+gallium_dri.so free 0x5571735dd0e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dd130 0.000141
+gallium_dri.so free 0x5571735dd200 void 0.000142
+gallium_dri.so free 0x5571735dd130 void 0.000142
+gallium_dri.so malloc 72 0x5571735dd130 0.000142
+gallium_dri.so free 0x5571735dd280 void 0.000143
+gallium_dri.so free 0x5571735dd130 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd280 0.000171
+gallium_dri.so free 0x5571735dd340 void 0.000145
+gallium_dri.so free 0x5571735dd280 void 0.000148
+gallium_dri.so malloc 72 0x5571735dd280 0.000122
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd280 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd470 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000116
+gallium_dri.so free 0x5571735dd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd650 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd650 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6e0 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd6e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd730 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd880 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd880 0.000117
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd880 0.000115
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000116
+gallium_dri.so free 0x5571735dda80 void 0.000113
+gallium_dri.so free 0x5571735dd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so free 0x5571735dd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000112
+gallium_dri.so free 0x5571735ddcc0 void 0.000112
+gallium_dri.so free 0x5571735ddc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc00 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd70 0.000112
+gallium_dri.so free 0x5571735dddc0 void 0.000114
+gallium_dri.so free 0x5571735ddd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd70 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735ddd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000125
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf80 0.000109
+gallium_dri.so free 0x5571735de040 void 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf80 0.000112
+gallium_dri.so free 0x5571735de0c0 void 0.000111
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735de0f0 0.000113
+gallium_dri.so free 0x5571735de140 void 0.000113
+gallium_dri.so free 0x5571735de0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de0f0 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1f0 0.000112
+gallium_dri.so free 0x5571735de300 void 0.000113
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2b0 0.000111
+gallium_dri.so free 0x5571735de380 void 0.000112
+gallium_dri.so free 0x5571735de2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2b0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so free 0x5571735de2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2b0 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000111
+gallium_dri.so free 0x5571735de2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de4b0 0.000116
+gallium_dri.so free 0x5571735de580 void 0.000171
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5d0 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000113
+gallium_dri.so free 0x5571735de5d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de660 0.000112
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so free 0x5571735de660 void 0.000112
+gallium_dri.so malloc 72 0x5571735de6b0 0.000112
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so free 0x5571735de6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000113
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so malloc 72 0x5571735de780 0.000112
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8c0 0.000112
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8c0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8c0 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735deb80 void 0.000127
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debd0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so free 0x5571735debd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec80 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so free 0x5571735dec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec80 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedb0 0.000113
+gallium_dri.so free 0x5571735dee00 void 0.000116
+gallium_dri.so free 0x5571735dedb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735dedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735df130 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so free 0x5571735df130 void 0.000126
+gallium_dri.so malloc 72 0x5571735df130 0.000117
+gallium_dri.so free 0x5571735df280 void 0.000113
+gallium_dri.so free 0x5571735df130 void 0.000112
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df340 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2f0 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df480 0.000112
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000113
+gallium_dri.so malloc 72 0x5571735df500 0.000115
+gallium_dri.so free 0x5571735df5c0 void 0.000113
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so malloc 72 0x5571735df500 0.000112
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6a0 0.000113
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so free 0x5571735df6a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6f0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df6f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735df6f0 0.000117
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so free 0x5571735df6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df840 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000112
+gallium_dri.so malloc 72 0x5571735df840 0.000112
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so malloc 72 0x5571735df840 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000111
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735dfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc10 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so free 0x5571735dfc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfca0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000126
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfe40 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so free 0x5571735dfe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe40 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffb0 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000113
+gallium_dri.so free 0x5571735dffb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0140 0.000118
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000113
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e0380 void 0.000113
+gallium_dri.so free 0x5571735e0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0330 0.000128
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04c0 0.000112
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0540 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0540 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06b0 0.000112
+gallium_dri.so free 0x5571735e0700 void 0.000114
+gallium_dri.so free 0x5571735e06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06b0 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000112
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0870 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so free 0x5571735e0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0870 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000123
+gallium_dri.so free 0x5571735e0870 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0870 0.000170
+gallium_dri.so free 0x5571735e0ac0 void 0.000120
+gallium_dri.so free 0x5571735e0870 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0a70 0.000119
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b90 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000114
+gallium_dri.so free 0x5571735e0b90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0c20 0.000112
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so free 0x5571735e0c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c70 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d40 0.000112
+gallium_dri.so free 0x5571735e0e00 void 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d40 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e80 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e80 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0e80 0.000125
+gallium_dri.so free 0x5571735e10c0 void 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000111
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1190 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1240 0.000112
+gallium_dri.so free 0x5571735e12c0 void 0.000113
+gallium_dri.so free 0x5571735e1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1240 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1370 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735e1370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1370 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000113
+gallium_dri.so free 0x5571735e1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000113
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000112
+gallium_dri.so free 0x5571735eb580 void 0.000115
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000124
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so free 0x5571735eb6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000119
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x5571735eb6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000111
+gallium_dri.so free 0x5571735eb8c0 void 0.000216
+gallium_dri.so free 0x5571735eb7b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735eb870 0.000240
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb870 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb870 0.000116
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba00 0.000115
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eba00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba80 0.000115
+gallium_dri.so free 0x5571735ebb40 void 0.000116
+gallium_dri.so free 0x5571735eba80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba80 0.000124
+gallium_dri.so free 0x5571735ebc00 void 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc20 0.000111
+gallium_dri.so free 0x5571735ebcc0 void 0.000114
+gallium_dri.so free 0x5571735ebc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc70 0.000111
+gallium_dri.so free 0x5571735ebd40 void 0.000111
+gallium_dri.so free 0x5571735ebc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc70 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so free 0x5571735ebc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000112
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000112
+gallium_dri.so free 0x5571735ebf40 void 0.000112
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000116
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000114
+gallium_dri.so free 0x5571735ebfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec070 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000114
+gallium_dri.so free 0x5571735ec070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec190 0.000114
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so free 0x5571735ec190 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec220 0.000118
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x5571735ec220 void 0.000159
+gallium_dri.so malloc 72 0x5571735ec270 0.000155
+gallium_dri.so free 0x5571735ec340 void 0.000157
+gallium_dri.so free 0x5571735ec270 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec270 0.000115
+gallium_dri.so free 0x5571735ec3c0 void 0.000112
+gallium_dri.so free 0x5571735ec270 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000116
+gallium_dri.so free 0x5571735ec480 void 0.000110
+gallium_dri.so free 0x5571735ec3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000110
+gallium_dri.so free 0x5571735ec580 void 0.000110
+gallium_dri.so free 0x5571735ec3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000110
+gallium_dri.so free 0x5571735ec5c0 void 0.000111
+gallium_dri.so free 0x5571735ec530 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec530 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000110
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec740 0.000159
+gallium_dri.so free 0x5571735ec800 void 0.000118
+gallium_dri.so free 0x5571735ec740 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec740 0.000113
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000111
+gallium_dri.so free 0x5571735ec900 void 0.000110
+gallium_dri.so free 0x5571735ec8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000111
+gallium_dri.so free 0x5571735eca00 void 0.000110
+gallium_dri.so free 0x5571735ec8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eca40 0.000110
+gallium_dri.so free 0x5571735ecac0 void 0.000110
+gallium_dri.so free 0x5571735eca40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecac0 0.000110
+gallium_dri.so free 0x5571735ecb80 void 0.000110
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecac0 0.000110
+gallium_dri.so free 0x5571735ecc00 void 0.000110
+gallium_dri.so free 0x5571735ecac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecc30 0.000117
+gallium_dri.so free 0x5571735ecc80 void 0.000116
+gallium_dri.so free 0x5571735ecc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc30 0.000110
+gallium_dri.so free 0x5571735ecd80 void 0.000112
+gallium_dri.so free 0x5571735ecc30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd30 0.000129
+gallium_dri.so free 0x5571735ece40 void 0.000122
+gallium_dri.so free 0x5571735ecd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000114
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000110
+gallium_dri.so free 0x5571735ecf80 void 0.000110
+gallium_dri.so free 0x5571735ecdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000111
+gallium_dri.so free 0x5571735ed040 void 0.000110
+gallium_dri.so free 0x5571735ecdf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecff0 0.000110
+gallium_dri.so free 0x5571735ed0c0 void 0.000110
+gallium_dri.so free 0x5571735ecff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed110 0.000111
+gallium_dri.so free 0x5571735ed180 void 0.000110
+gallium_dri.so free 0x5571735ed110 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000109
+gallium_dri.so free 0x5571735ed240 void 0.000109
+gallium_dri.so free 0x5571735ed1a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000111
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000110
+gallium_dri.so free 0x5571735ed400 void 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed400 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed400 0.000111
+gallium_dri.so free 0x5571735ed580 void 0.000111
+gallium_dri.so free 0x5571735ed400 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed400 0.000110
+gallium_dri.so free 0x5571735ed640 void 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed710 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000110
+gallium_dri.so free 0x5571735ed710 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so free 0x5571735ed7c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000116
+gallium_dri.so free 0x5571735ed8c0 void 0.000119
+gallium_dri.so free 0x5571735ed7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735ed940 void 0.000112
+gallium_dri.so free 0x5571735ed8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000175
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000112
+gallium_dri.so free 0x5571735edb00 void 0.000110
+gallium_dri.so free 0x5571735ed9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edab0 0.000112
+gallium_dri.so free 0x5571735edb40 void 0.000110
+gallium_dri.so free 0x5571735edab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edab0 0.000110
+gallium_dri.so free 0x5571735edc00 void 0.000109
+gallium_dri.so free 0x5571735edab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edc70 0.000110
+gallium_dri.so free 0x5571735edcc0 void 0.000109
+gallium_dri.so free 0x5571735edc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735edc70 0.000110
+gallium_dri.so free 0x5571735eddc0 void 0.000113
+gallium_dri.so free 0x5571735edc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735edd70 0.000112
+gallium_dri.so free 0x5571735ede80 void 0.000111
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede30 0.000110
+gallium_dri.so free 0x5571735edec0 void 0.000115
+gallium_dri.so free 0x5571735ede30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede30 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000112
+gallium_dri.so free 0x5571735ede30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edfc0 0.000110
+gallium_dri.so free 0x5571735ee040 void 0.000127
+gallium_dri.so free 0x5571735edfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee040 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000112
+gallium_dri.so free 0x5571735ee040 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee040 0.000110
+gallium_dri.so free 0x5571735ee1c0 void 0.000110
+gallium_dri.so free 0x5571735ee040 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000110
+gallium_dri.so free 0x5571735ee280 void 0.000110
+gallium_dri.so free 0x5571735ee1e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee230 0.000110
+gallium_dri.so free 0x5571735ee300 void 0.000111
+gallium_dri.so free 0x5571735ee230 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee230 0.000110
+gallium_dri.so free 0x5571735ee380 void 0.000109
+gallium_dri.so free 0x5571735ee230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee380 0.000110
+gallium_dri.so free 0x5571735ee440 void 0.000110
+gallium_dri.so free 0x5571735ee380 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee380 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000117
+gallium_dri.so free 0x5571735ee380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee380 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee570 0.000111
+gallium_dri.so free 0x5571735ee680 void 0.000110
+gallium_dri.so free 0x5571735ee570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee630 0.000123
+gallium_dri.so free 0x5571735ee700 void 0.000123
+gallium_dri.so free 0x5571735ee630 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee750 0.000120
+gallium_dri.so free 0x5571735ee7c0 void 0.000117
+gallium_dri.so free 0x5571735ee750 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000116
+gallium_dri.so free 0x5571735ee880 void 0.000118
+gallium_dri.so free 0x5571735ee7e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee830 0.000117
+gallium_dri.so free 0x5571735ee900 void 0.000117
+gallium_dri.so free 0x5571735ee830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee830 0.000117
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so free 0x5571735ee830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee980 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee980 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000117
+gallium_dri.so free 0x5571735ee980 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000118
+gallium_dri.so free 0x5571735eeb80 void 0.000156
+gallium_dri.so free 0x5571735eeaf0 void 0.000211
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000125
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eeaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec80 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed00 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000117
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed00 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000117
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee70 0.000118
+gallium_dri.so free 0x5571735eeec0 void 0.000118
+gallium_dri.so free 0x5571735eee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee70 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef000 0.000117
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so free 0x5571735ef000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef080 0.000117
+gallium_dri.so free 0x5571735ef140 void 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef080 0.000116
+gallium_dri.so free 0x5571735ef1c0 void 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000119
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000116
+gallium_dri.so free 0x5571735ef340 void 0.000117
+gallium_dri.so free 0x5571735ef1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000125
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000117
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000117
+gallium_dri.so free 0x5571735ef540 void 0.000119
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000117
+gallium_dri.so free 0x5571735ef600 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000119
+gallium_dri.so free 0x5571735ef5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000119
+gallium_dri.so free 0x5571735ef740 void 0.000118
+gallium_dri.so free 0x5571735ef6d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef760 0.000117
+gallium_dri.so free 0x5571735ef800 void 0.000211
+gallium_dri.so free 0x5571735ef760 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000116
+gallium_dri.so free 0x5571735ef880 void 0.000117
+gallium_dri.so free 0x5571735ef7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef880 0.000116
+gallium_dri.so free 0x5571735ef940 void 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef880 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000130
+gallium_dri.so free 0x5571735ef880 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000118
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000118
+gallium_dri.so free 0x5571735efc00 void 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbb0 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so free 0x5571735efbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efcd0 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000120
+gallium_dri.so free 0x5571735efcd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd80 0.000128
+gallium_dri.so free 0x5571735efe00 void 0.000119
+gallium_dri.so free 0x5571735efd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd80 0.000123
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735efeb0 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efeb0 0.000117
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so free 0x5571735efeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735effb0 0.000118
+gallium_dri.so free 0x5571735f00c0 void 0.000117
+gallium_dri.so free 0x5571735effb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0070 0.000117
+gallium_dri.so free 0x5571735f0100 void 0.000119
+gallium_dri.so free 0x5571735f0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0070 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000117
+gallium_dri.so free 0x5571735f0070 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0230 0.000117
+gallium_dri.so free 0x5571735f0280 void 0.000117
+gallium_dri.so free 0x5571735f0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0230 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000125
+gallium_dri.so free 0x5571735f0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03f0 0.000118
+gallium_dri.so free 0x5571735f0480 void 0.000117
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000117
+gallium_dri.so free 0x5571735f0540 void 0.000120
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0580 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so free 0x5571735f0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0600 0.000118
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f0600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0600 0.000117
+gallium_dri.so free 0x5571735f0780 void 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07a0 0.000117
+gallium_dri.so free 0x5571735f0840 void 0.000119
+gallium_dri.so free 0x5571735f07a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f07f0 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so free 0x5571735f07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07f0 0.000117
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so free 0x5571735f07f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0940 0.000117
+gallium_dri.so free 0x5571735f0a00 void 0.000116
+gallium_dri.so free 0x5571735f0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0940 0.000119
+gallium_dri.so free 0x5571735f0ac0 void 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0940 0.000118
+gallium_dri.so free 0x5571735f0b80 void 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b30 0.000118
+gallium_dri.so free 0x5571735f0c40 void 0.000118
+gallium_dri.so free 0x5571735f0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000117
+gallium_dri.so free 0x5571735f0cc0 void 0.000118
+gallium_dri.so free 0x5571735f0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d10 0.000117
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0d10 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0da0 0.000118
+gallium_dri.so free 0x5571735f0e40 void 0.000119
+gallium_dri.so free 0x5571735f0da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0df0 0.000117
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0df0 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000128
+gallium_dri.so free 0x5571735f0df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0f40 0.000118
+gallium_dri.so free 0x5571735f1000 void 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0f40 0.000118
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000119
+gallium_dri.so free 0x5571735f1140 void 0.000117
+gallium_dri.so free 0x5571735f10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f10b0 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1240 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000123
+gallium_dri.so free 0x5571735f1240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12c0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000119
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f12c0 0.000118
+gallium_dri.so free 0x5571735f1400 void 0.000117
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1430 0.000117
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so free 0x5571735f1430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1430 0.000117
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f1430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f15c0 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000118
+gallium_dri.so free 0x5571735f15c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1640 0.000118
+gallium_dri.so free 0x5571735f1700 void 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1640 0.000117
+gallium_dri.so free 0x5571735f1780 void 0.000117
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so malloc 72 0x5571735f17b0 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f17b0 0.000117
+gallium_dri.so free 0x5571735f1900 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f18b0 0.000117
+gallium_dri.so free 0x5571735f19c0 void 0.000118
+gallium_dri.so free 0x5571735f18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000118
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000118
+gallium_dri.so free 0x5571735f1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000128
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000117
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c90 0.000118
+gallium_dri.so free 0x5571735f1d00 void 0.000118
+gallium_dri.so free 0x5571735f1c90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d20 0.000118
+gallium_dri.so free 0x5571735f1dc0 void 0.000119
+gallium_dri.so free 0x5571735f1d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d70 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000117
+gallium_dri.so free 0x5571735f1d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e40 0.000120
+gallium_dri.so free 0x5571735f1f00 void 0.000123
+gallium_dri.so free 0x5571735f1e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1e40 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f1f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1f80 0.000118
+gallium_dri.so free 0x5571735f21c0 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2170 0.000117
+gallium_dri.so free 0x5571735f2240 void 0.000123
+gallium_dri.so free 0x5571735f2170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2290 0.000116
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2290 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2340 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000117
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2340 0.000117
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so free 0x5571735f2340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000117
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2570 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2630 0.000118
+gallium_dri.so free 0x5571735f26c0 void 0.000156
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2630 0.000110
+gallium_dri.so free 0x5571735883c0 void 0.000112
+gallium_dri.so free 0x5571735f2630 void 0.000110
+gallium_dri.so malloc 72 0x557173588370 0.000110
+gallium_dri.so free 0x5571735883c0 void 0.000109
+gallium_dri.so free 0x557173588370 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000109
+gallium_dri.so free 0x5571735884c0 void 0.000110
+gallium_dri.so free 0x557173588370 void 0.000109
+gallium_dri.so malloc 72 0x557173588470 0.000110
+gallium_dri.so free 0x557173588580 void 0.000109
+gallium_dri.so free 0x557173588470 void 0.000110
+gallium_dri.so malloc 72 0x557173588530 0.000111
+gallium_dri.so free 0x5571735885c0 void 0.000109
+gallium_dri.so free 0x557173588530 void 0.000109
+gallium_dri.so malloc 72 0x557173588530 0.000109
+gallium_dri.so free 0x557173588680 void 0.000111
+gallium_dri.so free 0x557173588530 void 0.000111
+gallium_dri.so malloc 72 0x5571735886c0 0.000111
+gallium_dri.so free 0x557173588740 void 0.000109
+gallium_dri.so free 0x5571735886c0 void 0.000117
+gallium_dri.so malloc 72 0x557173588740 0.000120
+gallium_dri.so free 0x557173588800 void 0.000117
+gallium_dri.so free 0x557173588740 void 0.000111
+gallium_dri.so malloc 72 0x557173588740 0.000112
+gallium_dri.so free 0x5571735888c0 void 0.000110
+gallium_dri.so free 0x557173588740 void 0.000145
+gallium_dri.so malloc 72 0x5571735888e0 0.000113
+gallium_dri.so free 0x557173588980 void 0.000114
+gallium_dri.so free 0x5571735888e0 void 0.000114
+gallium_dri.so malloc 72 0x557173588930 0.000117
+gallium_dri.so free 0x557173588a00 void 0.000124
+gallium_dri.so free 0x557173588930 void 0.000124
+gallium_dri.so malloc 72 0x557173588930 0.000125
+gallium_dri.so free 0x557173588a80 void 0.000124
+gallium_dri.so free 0x557173588930 void 0.000123
+gallium_dri.so malloc 72 0x557173588a80 0.000118
+gallium_dri.so free 0x557173588b40 void 0.000120
+gallium_dri.so free 0x557173588a80 void 0.000124
+gallium_dri.so malloc 72 0x557173588a80 0.000123
+gallium_dri.so free 0x557173588c00 void 0.000119
+gallium_dri.so free 0x557173588a80 void 0.000113
+gallium_dri.so malloc 72 0x557173588a80 0.000114
+gallium_dri.so free 0x557173588cc0 void 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000118
+gallium_dri.so malloc 72 0x557173588c70 0.000124
+gallium_dri.so free 0x557173588d80 void 0.000123
+gallium_dri.so free 0x557173588c70 void 0.000119
+gallium_dri.so malloc 72 0x557173588d30 0.000115
+gallium_dri.so free 0x557173588e00 void 0.000131
+gallium_dri.so free 0x557173588d30 void 0.000119
+gallium_dri.so malloc 72 0x557173588e50 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000118
+gallium_dri.so free 0x557173588e50 void 0.000118
+gallium_dri.so malloc 72 0x557173588ee0 0.000116
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so free 0x557173588ee0 void 0.000120
+gallium_dri.so malloc 72 0x557173588f30 0.000118
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so free 0x557173588f30 void 0.000122
+gallium_dri.so malloc 72 0x557173588f30 0.000122
+gallium_dri.so free 0x557173589080 void 0.000130
+gallium_dri.so free 0x557173588f30 void 0.000123
+gallium_dri.so malloc 72 0x557173589080 0.000123
+gallium_dri.so free 0x557173589140 void 0.000126
+gallium_dri.so free 0x557173589080 void 0.000124
+gallium_dri.so malloc 72 0x557173589080 0.000123
+gallium_dri.so free 0x557173589240 void 0.000123
+gallium_dri.so free 0x557173589080 void 0.000122
+gallium_dri.so malloc 72 0x5571735891f0 0.000121
+gallium_dri.so free 0x557173589280 void 0.000124
+gallium_dri.so free 0x5571735891f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735891f0 0.000181
+gallium_dri.so free 0x557173589340 void 0.000124
+gallium_dri.so free 0x5571735891f0 void 0.000125
+gallium_dri.so malloc 72 0x557173589380 0.000118
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x557173589380 void 0.000142
+gallium_dri.so malloc 72 0x557173589400 0.000123
+gallium_dri.so free 0x5571735894c0 void 0.000119
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so malloc 72 0x557173589400 0.000115
+gallium_dri.so free 0x557173589540 void 0.000119
+gallium_dri.so free 0x557173589400 void 0.000119
+gallium_dri.so malloc 72 0x557173589570 0.000114
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589570 void 0.000118
+gallium_dri.so malloc 72 0x557173589570 0.000124
+gallium_dri.so free 0x5571735896c0 void 0.000123
+gallium_dri.so free 0x557173589570 void 0.000119
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x557173589780 void 0.000115
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so malloc 72 0x557173589780 0.000119
+gallium_dri.so free 0x557173589840 void 0.000133
+gallium_dri.so free 0x557173589780 void 0.000124
+gallium_dri.so malloc 72 0x557173589780 0.000123
+gallium_dri.so free 0x5571735898c0 void 0.000122
+gallium_dri.so free 0x557173589780 void 0.000125
+gallium_dri.so malloc 72 0x5571735898f0 0.000118
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735898f0 0.000117
+gallium_dri.so free 0x557173589a40 void 0.000116
+gallium_dri.so free 0x5571735898f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735899f0 0.000122
+gallium_dri.so free 0x557173589b00 void 0.000124
+gallium_dri.so free 0x5571735899f0 void 0.000124
+gallium_dri.so malloc 72 0x557173589ab0 0.000124
+gallium_dri.so free 0x557173589b80 void 0.000134
+gallium_dri.so free 0x557173589ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173589ab0 0.000130
+gallium_dri.so free 0x557173589c40 void 0.000130
+gallium_dri.so free 0x557173589ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173589ab0 0.000131
+gallium_dri.so free 0x557173589d00 void 0.000140
+gallium_dri.so free 0x557173589ab0 void 0.000171
+gallium_dri.so malloc 72 0x557173589cb0 0.000128
+gallium_dri.so free 0x557173589d80 void 0.000128
+gallium_dri.so free 0x557173589cb0 void 0.000129
+gallium_dri.so malloc 72 0x557173589dd0 0.000124
+gallium_dri.so free 0x557173589e40 void 0.000122
+gallium_dri.so free 0x557173589dd0 void 0.000124
+gallium_dri.so malloc 72 0x557173589e60 0.000131
+gallium_dri.so free 0x557173589f00 void 0.000130
+gallium_dri.so free 0x557173589e60 void 0.000125
+gallium_dri.so malloc 72 0x557173589eb0 0.000118
+gallium_dri.so free 0x557173589f80 void 0.000119
+gallium_dri.so free 0x557173589eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173589f80 0.000128
+gallium_dri.so free 0x55717358a040 void 0.000131
+gallium_dri.so free 0x557173589f80 void 0.000130
+gallium_dri.so malloc 72 0x557173589f80 0.000130
+gallium_dri.so free 0x55717358a0c0 void 0.000129
+gallium_dri.so free 0x557173589f80 void 0.000125
+gallium_dri.so malloc 72 0x55717358a0c0 0.000125
+gallium_dri.so free 0x55717358a180 void 0.000141
+gallium_dri.so free 0x55717358a0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a0c0 0.000130
+gallium_dri.so free 0x55717358a240 void 0.000123
+gallium_dri.so free 0x55717358a0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0c0 0.000125
+gallium_dri.so free 0x55717358a300 void 0.000125
+gallium_dri.so free 0x55717358a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2b0 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so free 0x55717358a2b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a3d0 0.000130
+gallium_dri.so free 0x55717358a440 void 0.000131
+gallium_dri.so free 0x55717358a3d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a480 0.000129
+gallium_dri.so free 0x55717358a500 void 0.000124
+gallium_dri.so free 0x55717358a480 void 0.000121
+gallium_dri.so malloc 72 0x55717358a480 0.000118
+gallium_dri.so free 0x55717358a580 void 0.000126
+gallium_dri.so free 0x55717358a480 void 0.000130
+gallium_dri.so malloc 72 0x55717358a5b0 0.000129
+gallium_dri.so free 0x55717358a600 void 0.000131
+gallium_dri.so free 0x55717358a5b0 void 0.000139
+gallium_dri.so malloc 72 0x55717358a5b0 0.000130
+gallium_dri.so free 0x55717358a700 void 0.000178
+gallium_dri.so free 0x55717358a5b0 void 0.000170
+gallium_dri.so malloc 72 0x55717358a6b0 0.000130
+gallium_dri.so free 0x55717358a7c0 void 0.000130
+gallium_dri.so free 0x55717358a6b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a770 0.000163
+gallium_dri.so free 0x55717358a800 void 0.000158
+gallium_dri.so free 0x55717358a770 void 0.000228
+gallium_dri.so malloc 72 0x55717358a770 0.000302
+gallium_dri.so free 0x55717358a8c0 void 0.000272
+gallium_dri.so free 0x55717358a770 void 0.000352
+gallium_dri.so malloc 72 0x55717358a930 0.000250
+gallium_dri.so free 0x55717358a980 void 0.000245
+gallium_dri.so free 0x55717358a930 void 0.000205
+gallium_dri.so malloc 72 0x55717358a930 0.000240
+gallium_dri.so free 0x55717358aa80 void 0.000185
+gallium_dri.so free 0x55717358a930 void 0.000130
+gallium_dri.so malloc 72 0x55717358aa30 0.000129
+gallium_dri.so free 0x55717358ab40 void 0.000129
+gallium_dri.so free 0x55717358aa30 void 0.000130
+gallium_dri.so malloc 72 0x55717358aaf0 0.000130
+gallium_dri.so free 0x55717358ab80 void 0.000125
+gallium_dri.so free 0x55717358aaf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358aaf0 0.000129
+gallium_dri.so free 0x55717358ac40 void 0.000131
+gallium_dri.so free 0x55717358aaf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ac80 0.000130
+gallium_dri.so free 0x55717358ad00 void 0.000129
+gallium_dri.so free 0x55717358ac80 void 0.000130
+gallium_dri.so malloc 72 0x55717358ad00 0.000130
+gallium_dri.so free 0x55717358adc0 void 0.000125
+gallium_dri.so free 0x55717358ad00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad00 0.000121
+gallium_dri.so free 0x55717358ae80 void 0.000126
+gallium_dri.so free 0x55717358ad00 void 0.000129
+gallium_dri.so malloc 72 0x55717358aea0 0.000139
+gallium_dri.so free 0x55717358af40 void 0.000131
+gallium_dri.so free 0x55717358aea0 void 0.000129
+gallium_dri.so malloc 72 0x55717358aef0 0.000129
+gallium_dri.so free 0x55717358afc0 void 0.000130
+gallium_dri.so free 0x55717358aef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358aef0 0.000132
+gallium_dri.so free 0x55717358b040 void 0.000129
+gallium_dri.so free 0x55717358aef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b040 0.000124
+gallium_dri.so free 0x55717358b100 void 0.000128
+gallium_dri.so free 0x55717358b040 void 0.000130
+gallium_dri.so malloc 72 0x55717358b040 0.000130
+gallium_dri.so free 0x55717358b1c0 void 0.000130
+gallium_dri.so free 0x55717358b040 void 0.000125
+gallium_dri.so malloc 72 0x55717358b040 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000122
+gallium_dri.so free 0x55717358b040 void 0.000124
+gallium_dri.so malloc 72 0x55717358b230 0.000130
+gallium_dri.so free 0x55717358b340 void 0.000129
+gallium_dri.so free 0x55717358b230 void 0.000125
+gallium_dri.so malloc 72 0x55717358b2f0 0.000121
+gallium_dri.so free 0x55717358b3c0 void 0.000120
+gallium_dri.so free 0x55717358b2f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b410 0.000130
+gallium_dri.so free 0x55717358b480 void 0.000178
+gallium_dri.so free 0x55717358b410 void 0.000249
+gallium_dri.so malloc 72 0x55717358b4a0 0.000176
+gallium_dri.so free 0x55717358b540 void 0.000165
+gallium_dri.so free 0x55717358b4a0 void 0.000164
+gallium_dri.so malloc 72 0x55717358b4f0 0.000176
+gallium_dri.so free 0x55717358b5c0 void 0.000175
+gallium_dri.so free 0x55717358b4f0 void 0.000176
+gallium_dri.so malloc 72 0x55717358b4f0 0.000165
+gallium_dri.so free 0x55717358b640 void 0.000169
+gallium_dri.so free 0x55717358b4f0 void 0.000140
+gallium_dri.so malloc 72 0x55717358b640 0.000147
+gallium_dri.so free 0x55717358b700 void 0.000136
+gallium_dri.so free 0x55717358b640 void 0.000132
+gallium_dri.so malloc 72 0x55717358b640 0.000125
+gallium_dri.so free 0x55717358b800 void 0.000122
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b7b0 0.000120
+gallium_dri.so free 0x55717358b840 void 0.000120
+gallium_dri.so free 0x55717358b7b0 void 0.000140
+gallium_dri.so malloc 72 0x55717358b7b0 0.000130
+gallium_dri.so free 0x55717358b900 void 0.000124
+gallium_dri.so free 0x55717358b7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b940 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000120
+gallium_dri.so free 0x55717358b940 void 0.000121
+gallium_dri.so malloc 72 0x55717358b9c0 0.000118
+gallium_dri.so free 0x55717358ba80 void 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b9c0 0.000120
+gallium_dri.so free 0x55717358bb00 void 0.000122
+gallium_dri.so free 0x55717358b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bb30 0.000121
+gallium_dri.so free 0x55717358bb80 void 0.000120
+gallium_dri.so free 0x55717358bb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358bb30 0.000119
+gallium_dri.so free 0x55717358bc80 void 0.000122
+gallium_dri.so free 0x55717358bb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcc0 0.000118
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bd40 0.000118
+gallium_dri.so free 0x55717358be00 void 0.000122
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so malloc 72 0x55717358bd40 0.000120
+gallium_dri.so free 0x55717358be80 void 0.000153
+gallium_dri.so free 0x55717358bd40 void 0.000153
+gallium_dri.so malloc 72 0x55717358beb0 0.000152
+gallium_dri.so free 0x55717358bf00 void 0.000168
+gallium_dri.so free 0x55717358beb0 void 0.000161
+gallium_dri.so malloc 72 0x55717358beb0 0.000152
+gallium_dri.so free 0x55717358c000 void 0.000153
+gallium_dri.so free 0x55717358beb0 void 0.000151
+gallium_dri.so malloc 72 0x55717358bfb0 0.000153
+gallium_dri.so free 0x55717358c0c0 void 0.000153
+gallium_dri.so free 0x55717358bfb0 void 0.000150
+gallium_dri.so malloc 72 0x55717358c070 0.000153
+gallium_dri.so free 0x55717358c140 void 0.000154
+gallium_dri.so free 0x55717358c070 void 0.000150
+gallium_dri.so malloc 72 0x55717358c070 0.000152
+gallium_dri.so free 0x55717358c200 void 0.000152
+gallium_dri.so free 0x55717358c070 void 0.000152
+gallium_dri.so malloc 72 0x55717358c070 0.000152
+gallium_dri.so free 0x55717358c2c0 void 0.000153
+gallium_dri.so free 0x55717358c070 void 0.000152
+gallium_dri.so malloc 72 0x55717358c270 0.000152
+gallium_dri.so free 0x55717358c340 void 0.000155
+gallium_dri.so free 0x55717358c270 void 0.000151
+gallium_dri.so malloc 72 0x55717358c390 0.000152
+gallium_dri.so free 0x55717358c400 void 0.000154
+gallium_dri.so free 0x55717358c390 void 0.000156
+gallium_dri.so malloc 72 0x55717358c420 0.000154
+gallium_dri.so free 0x55717358c4c0 void 0.000154
+gallium_dri.so free 0x55717358c420 void 0.000159
+gallium_dri.so malloc 72 0x55717358c470 0.000130
+gallium_dri.so free 0x55717358c540 void 0.000115
+gallium_dri.so free 0x55717358c470 void 0.000113
+gallium_dri.so malloc 72 0x55717358c540 0.000114
+gallium_dri.so free 0x55717358c600 void 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so malloc 72 0x55717358c540 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so free 0x55717358c540 void 0.000113
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000134
+gallium_dri.so free 0x55717358c680 void 0.000113
+gallium_dri.so malloc 72 0x55717358c870 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000115
+gallium_dri.so free 0x55717358c870 void 0.000113
+gallium_dri.so malloc 72 0x55717358c990 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so free 0x55717358c990 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cac0 void 0.000115
+gallium_dri.so free 0x55717358ca40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cb40 void 0.000114
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb70 0.000114
+gallium_dri.so free 0x55717358cbc0 void 0.000115
+gallium_dri.so free 0x55717358cb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb70 0.000113
+gallium_dri.so free 0x55717358ccc0 void 0.000115
+gallium_dri.so free 0x55717358cb70 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc70 0.000113
+gallium_dri.so free 0x55717358cd80 void 0.000115
+gallium_dri.so free 0x55717358cc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cd30 0.000112
+gallium_dri.so free 0x55717358cdc0 void 0.000113
+gallium_dri.so free 0x55717358cd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358cd30 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000114
+gallium_dri.so free 0x55717358cd30 void 0.000133
+gallium_dri.so malloc 72 0x55717358cef0 0.000117
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cef0 0.000113
+gallium_dri.so free 0x55717358d040 void 0.000114
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cff0 0.000112
+gallium_dri.so free 0x55717358d100 void 0.000104
+gallium_dri.so free 0x55717358cff0 void 0.000265
+gallium_dri.so malloc 72 0x55717358d0b0 0.000211
+gallium_dri.so free 0x55717358d140 void 0.000117
+gallium_dri.so free 0x55717358d0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d0b0 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000115
+gallium_dri.so free 0x55717358d0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d240 0.000113
+gallium_dri.so free 0x55717358d2c0 void 0.000114
+gallium_dri.so free 0x55717358d240 void 0.000112
+gallium_dri.so malloc 72 0x55717358d2c0 0.000114
+gallium_dri.so free 0x55717358d380 void 0.000115
+gallium_dri.so free 0x55717358d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2c0 0.000115
+gallium_dri.so free 0x55717358d440 void 0.000115
+gallium_dri.so free 0x55717358d2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d460 0.000126
+gallium_dri.so free 0x55717358d500 void 0.000117
+gallium_dri.so free 0x55717358d460 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4b0 0.000116
+gallium_dri.so free 0x55717358d580 void 0.000114
+gallium_dri.so free 0x55717358d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4b0 0.000130
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so free 0x55717358d4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d600 0.000112
+gallium_dri.so free 0x55717358d6c0 void 0.000112
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d600 0.000112
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d600 0.000115
+gallium_dri.so free 0x55717358d840 void 0.000114
+gallium_dri.so free 0x55717358d600 void 0.000112
+gallium_dri.so malloc 72 0x55717358d7f0 0.000116
+gallium_dri.so free 0x55717358d900 void 0.000114
+gallium_dri.so free 0x55717358d7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d8b0 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9d0 0.000114
+gallium_dri.so free 0x55717358da40 void 0.000115
+gallium_dri.so free 0x55717358d9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358da60 0.000113
+gallium_dri.so free 0x55717358db00 void 0.000127
+gallium_dri.so free 0x55717358da60 void 0.000114
+gallium_dri.so malloc 72 0x55717358dab0 0.000112
+gallium_dri.so free 0x55717358db80 void 0.000115
+gallium_dri.so free 0x55717358dab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dab0 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x55717358dab0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000115
+gallium_dri.so free 0x55717358ddc0 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd70 0.000112
+gallium_dri.so free 0x55717358de00 void 0.000113
+gallium_dri.so free 0x55717358dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd70 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358df00 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so malloc 72 0x55717358df80 0.000113
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000111
+gallium_dri.so malloc 72 0x55717358df80 0.000113
+gallium_dri.so free 0x55717358e0c0 void 0.000125
+gallium_dri.so free 0x55717358df80 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0f0 0.000114
+gallium_dri.so free 0x55717358e140 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e0f0 0.000114
+gallium_dri.so free 0x55717358e240 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000112
+gallium_dri.so free 0x55717358e300 void 0.000115
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so malloc 72 0x55717358e300 0.000112
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so malloc 72 0x55717358e300 0.000112
+gallium_dri.so free 0x55717358e440 void 0.000115
+gallium_dri.so free 0x55717358e300 void 0.000116
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e470 void 0.000113
+gallium_dri.so malloc 72 0x55717358e470 0.000112
+gallium_dri.so free 0x55717358e5c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000112
+gallium_dri.so malloc 72 0x55717358e570 0.000113
+gallium_dri.so free 0x55717358e680 void 0.000115
+gallium_dri.so free 0x55717358e570 void 0.000113
+gallium_dri.so malloc 72 0x55717358e630 0.000113
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000119
+gallium_dri.so malloc 72 0x55717358e630 0.000113
+gallium_dri.so free 0x55717358e7c0 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e630 0.000113
+gallium_dri.so free 0x55717358e880 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000112
+gallium_dri.so malloc 72 0x55717358e830 0.000114
+gallium_dri.so free 0x55717358e900 void 0.000114
+gallium_dri.so free 0x55717358e830 void 0.000114
+gallium_dri.so malloc 72 0x55717358e950 0.000113
+gallium_dri.so free 0x55717358e9c0 void 0.000114
+gallium_dri.so free 0x55717358e950 void 0.000112
+gallium_dri.so malloc 72 0x55717358e9e0 0.000118
+gallium_dri.so free 0x55717358ea80 void 0.000115
+gallium_dri.so free 0x55717358e9e0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ea30 0.000112
+gallium_dri.so free 0x55717358eb00 void 0.000117
+gallium_dri.so free 0x55717358ea30 void 0.000115
+gallium_dri.so malloc 72 0x55717358eb00 0.000115
+gallium_dri.so free 0x55717358ebc0 void 0.000117
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb00 0.000115
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000125
+gallium_dri.so malloc 72 0x55717358ec40 0.000115
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee30 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000116
+gallium_dri.so free 0x55717358ee30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef50 0.000120
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so free 0x55717358ef50 void 0.000113
+gallium_dri.so malloc 72 0x55717358f000 0.000114
+gallium_dri.so free 0x55717358f080 void 0.000115
+gallium_dri.so free 0x55717358f000 void 0.000114
+gallium_dri.so malloc 72 0x55717358f000 0.000114
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so free 0x55717358f000 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f130 void 0.000114
+gallium_dri.so malloc 72 0x55717358f130 0.000113
+gallium_dri.so free 0x55717358f280 void 0.000115
+gallium_dri.so free 0x55717358f130 void 0.000113
+gallium_dri.so malloc 72 0x55717358f230 0.000112
+gallium_dri.so free 0x55717358f340 void 0.000116
+gallium_dri.so free 0x55717358f230 void 0.000128
+gallium_dri.so malloc 72 0x55717358f2f0 0.000114
+gallium_dri.so free 0x55717358f380 void 0.000115
+gallium_dri.so free 0x55717358f2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2f0 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000115
+gallium_dri.so free 0x55717358f2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f600 void 0.000114
+gallium_dri.so free 0x55717358f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f5b0 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000113
+gallium_dri.so free 0x55717358f5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f700 void 0.000114
+gallium_dri.so free 0x55717358f670 void 0.000113
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000113
+gallium_dri.so free 0x55717358f670 void 0.000113
+gallium_dri.so malloc 72 0x55717358f800 0.000112
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so free 0x55717358f800 void 0.000112
+gallium_dri.so malloc 72 0x55717358f880 0.000115
+gallium_dri.so free 0x55717358f940 void 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so malloc 72 0x55717358f880 0.000120
+gallium_dri.so free 0x55717358fa00 void 0.000118
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa20 0.000114
+gallium_dri.so free 0x55717358fac0 void 0.000113
+gallium_dri.so free 0x55717358fa20 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fb40 void 0.000114
+gallium_dri.so free 0x55717358fa70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000115
+gallium_dri.so free 0x55717358fa70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000112
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbc0 0.000115
+gallium_dri.so free 0x55717358fe00 void 0.000115
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fdb0 0.000114
+gallium_dri.so free 0x55717358fec0 void 0.000116
+gallium_dri.so free 0x55717358fdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe70 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fe70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff90 0.000116
+gallium_dri.so free 0x557173590000 void 0.000114
+gallium_dri.so free 0x55717358ff90 void 0.000112
+gallium_dri.so malloc 72 0x557173590020 0.000112
+gallium_dri.so free 0x5571735900c0 void 0.000113
+gallium_dri.so free 0x557173590020 void 0.000112
+gallium_dri.so malloc 72 0x557173590070 0.000114
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x557173590070 void 0.000113
+gallium_dri.so malloc 72 0x557173590070 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x557173590070 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000112
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000118
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000112
+gallium_dri.so malloc 72 0x557173590330 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x557173590330 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000113
+gallium_dri.so free 0x557173590480 void 0.000118
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x5571735904c0 0.000112
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000112
+gallium_dri.so malloc 72 0x557173590540 0.000126
+gallium_dri.so free 0x557173590600 void 0.000116
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so malloc 72 0x557173590540 0.000112
+gallium_dri.so free 0x557173590680 void 0.000115
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so malloc 72 0x5571735906b0 0.000112
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so free 0x5571735906b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000113
+gallium_dri.so free 0x557173590800 void 0.000115
+gallium_dri.so free 0x5571735906b0 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000114
+gallium_dri.so free 0x557173590840 void 0.000112
+gallium_dri.so malloc 72 0x5571735908c0 0.000115
+gallium_dri.so free 0x557173590980 void 0.000115
+gallium_dri.so free 0x5571735908c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735908c0 0.000113
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000112
+gallium_dri.so free 0x557173590a80 void 0.000113
+gallium_dri.so free 0x557173590a30 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000113
+gallium_dri.so free 0x557173590b80 void 0.000115
+gallium_dri.so free 0x557173590a30 void 0.000113
+gallium_dri.so malloc 72 0x557173590b30 0.000112
+gallium_dri.so free 0x557173590c40 void 0.000119
+gallium_dri.so free 0x557173590b30 void 0.000114
+gallium_dri.so malloc 72 0x557173590bf0 0.000112
+gallium_dri.so free 0x557173590cc0 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590bf0 0.000112
+gallium_dri.so free 0x557173590d80 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590bf0 0.000113
+gallium_dri.so free 0x557173590e40 void 0.000114
+gallium_dri.so free 0x557173590bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590df0 0.000112
+gallium_dri.so free 0x557173590ec0 void 0.000114
+gallium_dri.so free 0x557173590df0 void 0.000112
+gallium_dri.so malloc 72 0x557173590f10 0.000112
+gallium_dri.so free 0x557173590f80 void 0.000115
+gallium_dri.so free 0x557173590f10 void 0.000112
+gallium_dri.so malloc 72 0x557173590fa0 0.000113
+gallium_dri.so free 0x557173591040 void 0.000115
+gallium_dri.so free 0x557173590fa0 void 0.000112
+gallium_dri.so malloc 72 0x557173590ff0 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so free 0x557173590ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735910c0 0.000113
+gallium_dri.so free 0x557173591180 void 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735910c0 0.000113
+gallium_dri.so free 0x557173591200 void 0.000126
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000115
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000114
+gallium_dri.so free 0x557173591380 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000112
+gallium_dri.so free 0x557173591440 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000112
+gallium_dri.so malloc 72 0x5571735913f0 0.000112
+gallium_dri.so free 0x5571735914c0 void 0.000118
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591510 0.000113
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x557173591510 void 0.000112
+gallium_dri.so malloc 72 0x5571735915c0 0.000114
+gallium_dri.so free 0x557173591640 void 0.000113
+gallium_dri.so free 0x5571735915c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735915c0 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x5571735915c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735916f0 0.000112
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so free 0x5571735916f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916f0 0.000112
+gallium_dri.so free 0x557173591840 void 0.000119
+gallium_dri.so free 0x5571735916f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735917f0 0.000113
+gallium_dri.so free 0x557173591900 void 0.000114
+gallium_dri.so free 0x5571735917f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735918b0 0.000113
+gallium_dri.so free 0x557173591940 void 0.000115
+gallium_dri.so free 0x5571735918b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735918b0 0.000115
+gallium_dri.so free 0x557173591a00 void 0.000115
+gallium_dri.so free 0x5571735918b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591a70 0.000115
+gallium_dri.so free 0x557173591ac0 void 0.000114
+gallium_dri.so free 0x557173591a70 void 0.000112
+gallium_dri.so malloc 72 0x557173591a70 0.000114
+gallium_dri.so free 0x557173591bc0 void 0.000122
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591b70 0.000117
+gallium_dri.so free 0x557173591c80 void 0.000116
+gallium_dri.so free 0x557173591b70 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000113
+gallium_dri.so free 0x557173591cc0 void 0.000114
+gallium_dri.so free 0x557173591c30 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000116
+gallium_dri.so free 0x557173591c30 void 0.000112
+gallium_dri.so malloc 72 0x557173591dc0 0.000112
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591dc0 void 0.000165
+gallium_dri.so malloc 72 0x557173591e40 0.000115
+gallium_dri.so free 0x557173591f00 void 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000112
+gallium_dri.so malloc 72 0x557173591e40 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000115
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000112
+gallium_dri.so free 0x5571735cafc0 void 0.000115
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735caf70 0.000112
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735caf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb090 0.000114
+gallium_dri.so free 0x5571735cb100 void 0.000115
+gallium_dri.so free 0x5571735cb090 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb120 0.000114
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb120 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb170 0.000112
+gallium_dri.so free 0x5571735cb240 void 0.000114
+gallium_dri.so free 0x5571735cb170 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb240 0.000115
+gallium_dri.so free 0x5571735cb300 void 0.000120
+gallium_dri.so free 0x5571735cb240 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb240 0.000129
+gallium_dri.so free 0x5571735cb380 void 0.000120
+gallium_dri.so free 0x5571735cb240 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb380 0.000114
+gallium_dri.so free 0x5571735cb440 void 0.000115
+gallium_dri.so free 0x5571735cb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb380 0.000112
+gallium_dri.so free 0x5571735cb500 void 0.000116
+gallium_dri.so free 0x5571735cb380 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb380 0.000112
+gallium_dri.so free 0x5571735cb5c0 void 0.000114
+gallium_dri.so free 0x5571735cb380 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb570 0.000114
+gallium_dri.so free 0x5571735cb640 void 0.000115
+gallium_dri.so free 0x5571735cb570 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb690 0.000114
+gallium_dri.so free 0x5571735cb700 void 0.000115
+gallium_dri.so free 0x5571735cb690 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb740 0.000114
+gallium_dri.so free 0x5571735cb7c0 void 0.000115
+gallium_dri.so free 0x5571735cb740 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb740 0.000113
+gallium_dri.so free 0x5571735cb840 void 0.000115
+gallium_dri.so free 0x5571735cb740 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb870 0.000113
+gallium_dri.so free 0x5571735cb8c0 void 0.000126
+gallium_dri.so free 0x5571735cb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb870 0.000112
+gallium_dri.so free 0x5571735cb9c0 void 0.000113
+gallium_dri.so free 0x5571735cb870 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb970 0.000112
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cb970 void 0.000112
+gallium_dri.so malloc 72 0x5571735cba30 0.000112
+gallium_dri.so free 0x5571735cbac0 void 0.000114
+gallium_dri.so free 0x5571735cba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba30 0.000113
+gallium_dri.so free 0x5571735cbb80 void 0.000140
+gallium_dri.so free 0x5571735cba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000115
+gallium_dri.so free 0x5571735cbc40 void 0.000116
+gallium_dri.so free 0x5571735cbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000113
+gallium_dri.so free 0x5571735cbd40 void 0.000115
+gallium_dri.so free 0x5571735cbbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000113
+gallium_dri.so free 0x5571735cbe00 void 0.000114
+gallium_dri.so free 0x5571735cbcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000114
+gallium_dri.so free 0x5571735cbe40 void 0.000115
+gallium_dri.so free 0x5571735cbdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000114
+gallium_dri.so free 0x5571735cbf00 void 0.000114
+gallium_dri.so free 0x5571735cbdb0 void 0.000108
+gallium_dri.so malloc 72 0x5571735cbf40 0.000115
+gallium_dri.so free 0x5571735cbfc0 void 0.000113
+gallium_dri.so free 0x5571735cbf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000113
+gallium_dri.so free 0x5571735cc080 void 0.000124
+gallium_dri.so free 0x5571735cbfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so free 0x5571735cbfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc160 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000114
+gallium_dri.so free 0x5571735cc160 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000111
+gallium_dri.so free 0x5571735cc280 void 0.000109
+gallium_dri.so free 0x5571735cc1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000112
+gallium_dri.so free 0x5571735cc300 void 0.000114
+gallium_dri.so free 0x5571735cc1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc300 0.000110
+gallium_dri.so free 0x5571735cc3c0 void 0.000112
+gallium_dri.so free 0x5571735cc300 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc300 0.000111
+gallium_dri.so free 0x5571735cc480 void 0.000110
+gallium_dri.so free 0x5571735cc300 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc300 0.000111
+gallium_dri.so free 0x5571735cc540 void 0.000125
+gallium_dri.so free 0x5571735cc300 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000119
+gallium_dri.so free 0x5571735cc600 void 0.000116
+gallium_dri.so free 0x5571735cc4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc5b0 0.000112
+gallium_dri.so free 0x5571735cc680 void 0.000113
+gallium_dri.so free 0x5571735cc5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc6d0 0.000110
+gallium_dri.so free 0x5571735cc740 void 0.000110
+gallium_dri.so free 0x5571735cc6d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc760 0.000110
+gallium_dri.so free 0x5571735cc800 void 0.000110
+gallium_dri.so free 0x5571735cc760 void 0.000110
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000112
+gallium_dri.so free 0x5571735cc880 void 0.000112
+gallium_dri.so free 0x5571735cc7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000110
+gallium_dri.so free 0x5571735cc900 void 0.000109
+gallium_dri.so free 0x5571735cc7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc900 0.000111
+gallium_dri.so free 0x5571735cc9c0 void 0.000111
+gallium_dri.so free 0x5571735cc900 void 0.000109
+gallium_dri.so malloc 72 0x5571735cc900 0.000109
+gallium_dri.so free 0x5571735ccac0 void 0.000109
+gallium_dri.so free 0x5571735cc900 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca70 0.000110
+gallium_dri.so free 0x5571735ccb00 void 0.000109
+gallium_dri.so free 0x5571735cca70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cca70 0.000110
+gallium_dri.so free 0x5571735ccbc0 void 0.000110
+gallium_dri.so free 0x5571735cca70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccc00 0.000109
+gallium_dri.so free 0x5571735ccc80 void 0.000111
+gallium_dri.so free 0x5571735ccc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccc80 0.000113
+gallium_dri.so free 0x5571735ccd40 void 0.000112
+gallium_dri.so free 0x5571735ccc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccc80 0.000110
+gallium_dri.so free 0x5571735ccdc0 void 0.000110
+gallium_dri.so free 0x5571735ccc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000109
+gallium_dri.so free 0x5571735cce40 void 0.000109
+gallium_dri.so free 0x5571735ccdf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000109
+gallium_dri.so free 0x5571735ccf40 void 0.000109
+gallium_dri.so free 0x5571735ccdf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccf80 0.000109
+gallium_dri.so free 0x5571735cd000 void 0.000110
+gallium_dri.so free 0x5571735ccf80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd000 0.000115
+gallium_dri.so free 0x5571735cd0c0 void 0.000118
+gallium_dri.so free 0x5571735cd000 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd000 0.000110
+gallium_dri.so free 0x5571735cd140 void 0.000109
+gallium_dri.so free 0x5571735cd000 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd170 0.000163
+gallium_dri.so free 0x5571735cd1c0 void 0.000123
+gallium_dri.so free 0x5571735cd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd170 0.000111
+gallium_dri.so free 0x5571735cd2c0 void 0.000113
+gallium_dri.so free 0x5571735cd170 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd270 0.000110
+gallium_dri.so free 0x5571735cd380 void 0.000110
+gallium_dri.so free 0x5571735cd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd330 0.000112
+gallium_dri.so free 0x5571735cd400 void 0.000110
+gallium_dri.so free 0x5571735cd330 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd330 0.000110
+gallium_dri.so free 0x5571735cd4c0 void 0.000110
+gallium_dri.so free 0x5571735cd330 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd330 0.000110
+gallium_dri.so free 0x5571735cd580 void 0.000110
+gallium_dri.so free 0x5571735cd330 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd530 0.000110
+gallium_dri.so free 0x5571735cd600 void 0.000110
+gallium_dri.so free 0x5571735cd530 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd650 0.000109
+gallium_dri.so free 0x5571735cd6c0 void 0.000110
+gallium_dri.so free 0x5571735cd650 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd6e0 0.000110
+gallium_dri.so free 0x5571735cd780 void 0.000110
+gallium_dri.so free 0x5571735cd6e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd730 0.000110
+gallium_dri.so free 0x5571735cd800 void 0.000120
+gallium_dri.so free 0x5571735cd730 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd800 0.000110
+gallium_dri.so free 0x5571735cd8c0 void 0.000111
+gallium_dri.so free 0x5571735cd800 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd800 0.000110
+gallium_dri.so free 0x5571735cd940 void 0.000110
+gallium_dri.so free 0x5571735cd800 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd940 0.000109
+gallium_dri.so free 0x5571735cda00 void 0.000110
+gallium_dri.so free 0x5571735cd940 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd940 0.000110
+gallium_dri.so free 0x5571735cdac0 void 0.000111
+gallium_dri.so free 0x5571735cd940 void 0.000110
+gallium_dri.so malloc 72 0x5571735cd940 0.000110
+gallium_dri.so free 0x5571735cdb80 void 0.000110
+gallium_dri.so free 0x5571735cd940 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdb30 0.000110
+gallium_dri.so free 0x5571735cdc00 void 0.000111
+gallium_dri.so free 0x5571735cdb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdc50 0.000109
+gallium_dri.so free 0x5571735cdcc0 void 0.000112
+gallium_dri.so free 0x5571735cdc50 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdd00 0.000115
+gallium_dri.so free 0x5571735cdd80 void 0.000111
+gallium_dri.so free 0x5571735cdd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd00 0.000109
+gallium_dri.so free 0x5571735cde00 void 0.000111
+gallium_dri.so free 0x5571735cdd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cde30 0.000112
+gallium_dri.so free 0x5571735cde80 void 0.000109
+gallium_dri.so free 0x5571735cde30 void 0.000109
+gallium_dri.so malloc 72 0x5571735cde30 0.000112
+gallium_dri.so free 0x5571735cdf80 void 0.000109
+gallium_dri.so free 0x5571735cde30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdf30 0.000111
+gallium_dri.so free 0x5571735ce040 void 0.000109
+gallium_dri.so free 0x5571735cdf30 void 0.000109
+gallium_dri.so malloc 72 0x5571735cdff0 0.000109
+gallium_dri.so free 0x5571735ce080 void 0.000120
+gallium_dri.so free 0x5571735cdff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdff0 0.000111
+gallium_dri.so free 0x5571735ce140 void 0.000111
+gallium_dri.so free 0x5571735cdff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000111
+gallium_dri.so free 0x5571735ce200 void 0.000113
+gallium_dri.so free 0x5571735ce1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000110
+gallium_dri.so free 0x5571735ce300 void 0.000111
+gallium_dri.so free 0x5571735ce1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000116
+gallium_dri.so free 0x5571735ce3c0 void 0.000113
+gallium_dri.so free 0x5571735ce2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce370 0.000109
+gallium_dri.so free 0x5571735ce400 void 0.000115
+gallium_dri.so free 0x5571735ce370 void 0.000152
+gallium_dri.so malloc 72 0x5571735ce370 0.000184
+gallium_dri.so free 0x5571735ce4c0 void 0.000125
+gallium_dri.so free 0x5571735ce370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce500 0.000119
+gallium_dri.so free 0x5571735ce580 void 0.000118
+gallium_dri.so free 0x5571735ce500 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce580 0.000117
+gallium_dri.so free 0x5571735ce640 void 0.000117
+gallium_dri.so free 0x5571735ce580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce580 0.000118
+gallium_dri.so free 0x5571735ce700 void 0.000119
+gallium_dri.so free 0x5571735ce580 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce720 0.000117
+gallium_dri.so free 0x5571735ce7c0 void 0.000119
+gallium_dri.so free 0x5571735ce720 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce770 0.000118
+gallium_dri.so free 0x5571735ce840 void 0.000119
+gallium_dri.so free 0x5571735ce770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce770 0.000118
+gallium_dri.so free 0x5571735ce8c0 void 0.000118
+gallium_dri.so free 0x5571735ce770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000117
+gallium_dri.so free 0x5571735ce980 void 0.000119
+gallium_dri.so free 0x5571735ce8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000122
+gallium_dri.so free 0x5571735cea40 void 0.000113
+gallium_dri.so free 0x5571735ce8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000111
+gallium_dri.so free 0x5571735ceb00 void 0.000109
+gallium_dri.so free 0x5571735ce8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000110
+gallium_dri.so free 0x5571735cebc0 void 0.000110
+gallium_dri.so free 0x5571735ceab0 void 0.000108
+gallium_dri.so malloc 72 0x5571735ceb70 0.000112
+gallium_dri.so free 0x5571735cec40 void 0.000109
+gallium_dri.so free 0x5571735ceb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cec90 0.000109
+gallium_dri.so free 0x5571735ced00 void 0.000110
+gallium_dri.so free 0x5571735cec90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ced20 0.000110
+gallium_dri.so free 0x5571735cedc0 void 0.000111
+gallium_dri.so free 0x5571735ced20 void 0.000109
+gallium_dri.so malloc 72 0x5571735ced70 0.000111
+gallium_dri.so free 0x5571735cee40 void 0.000109
+gallium_dri.so free 0x5571735ced70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ced70 0.000110
+gallium_dri.so free 0x5571735ceec0 void 0.000120
+gallium_dri.so free 0x5571735ced70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceec0 0.000115
+gallium_dri.so free 0x5571735cef80 void 0.000114
+gallium_dri.so free 0x5571735ceec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceec0 0.000111
+gallium_dri.so free 0x5571735cf080 void 0.000150
+gallium_dri.so free 0x5571735ceec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf030 0.000124
+gallium_dri.so free 0x5571735cf0c0 void 0.000119
+gallium_dri.so free 0x5571735cf030 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf030 0.000117
+gallium_dri.so free 0x5571735cf180 void 0.000124
+gallium_dri.so free 0x5571735cf030 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000117
+gallium_dri.so free 0x5571735cf240 void 0.000118
+gallium_dri.so free 0x5571735cf1c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf240 0.000124
+gallium_dri.so free 0x5571735cf300 void 0.000119
+gallium_dri.so free 0x5571735cf240 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf240 0.000127
+gallium_dri.so free 0x5571735cf380 void 0.000126
+gallium_dri.so free 0x5571735cf240 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000117
+gallium_dri.so free 0x5571735cf400 void 0.000117
+gallium_dri.so free 0x5571735cf3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000125
+gallium_dri.so free 0x5571735cf500 void 0.000118
+gallium_dri.so free 0x5571735cf3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf540 0.000119
+gallium_dri.so free 0x5571735cf5c0 void 0.000196
+gallium_dri.so free 0x5571735cf540 void 0.000224
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000243
+gallium_dri.so free 0x5571735cf680 void 0.000223
+gallium_dri.so free 0x5571735cf5c0 void 0.000238
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000196
+gallium_dri.so free 0x5571735cf700 void 0.000119
+gallium_dri.so free 0x5571735cf5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf730 0.000117
+gallium_dri.so free 0x5571735cf780 void 0.000117
+gallium_dri.so free 0x5571735cf730 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf730 0.000117
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so free 0x5571735cf730 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf830 0.000117
+gallium_dri.so free 0x5571735cf940 void 0.000118
+gallium_dri.so free 0x5571735cf830 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000117
+gallium_dri.so free 0x5571735cf9c0 void 0.000118
+gallium_dri.so free 0x5571735cf8f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000124
+gallium_dri.so free 0x5571735cfa80 void 0.000121
+gallium_dri.so free 0x5571735cf8f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000114
+gallium_dri.so free 0x5571735cf8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000116
+gallium_dri.so free 0x5571735cfbc0 void 0.000112
+gallium_dri.so free 0x5571735cfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc10 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so free 0x5571735cfc10 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfca0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000113
+gallium_dri.so free 0x5571735cfdc0 void 0.000113
+gallium_dri.so free 0x5571735cfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000113
+gallium_dri.so free 0x5571735cfe80 void 0.000114
+gallium_dri.so free 0x5571735cfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000113
+gallium_dri.so free 0x5571735cff00 void 0.000113
+gallium_dri.so free 0x5571735cfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cff00 0.000115
+gallium_dri.so free 0x5571735cffc0 void 0.000116
+gallium_dri.so free 0x5571735cff00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cff00 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735cff00 void 0.000151
+gallium_dri.so malloc 72 0x5571735cff00 0.000122
+gallium_dri.so free 0x5571735d0140 void 0.000120
+gallium_dri.so free 0x5571735cff00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d00f0 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000132
+gallium_dri.so free 0x5571735d00f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0210 0.000128
+gallium_dri.so free 0x5571735d0280 void 0.000126
+gallium_dri.so free 0x5571735d0210 void 0.000127
+gallium_dri.so malloc 72 0x5571735d02c0 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000126
+gallium_dri.so free 0x5571735d02c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d02c0 0.000125
+gallium_dri.so free 0x5571735d03c0 void 0.000126
+gallium_dri.so free 0x5571735d02c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d03f0 0.000126
+gallium_dri.so free 0x5571735d0440 void 0.000126
+gallium_dri.so free 0x5571735d03f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d03f0 0.000126
+gallium_dri.so free 0x5571735d0540 void 0.000127
+gallium_dri.so free 0x5571735d03f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d04f0 0.000126
+gallium_dri.so free 0x5571735d0600 void 0.000127
+gallium_dri.so free 0x5571735d04f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d05b0 0.000135
+gallium_dri.so free 0x5571735d0640 void 0.000127
+gallium_dri.so free 0x5571735d05b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d05b0 0.000126
+gallium_dri.so free 0x5571735d0700 void 0.000127
+gallium_dri.so free 0x5571735d05b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0770 0.000127
+gallium_dri.so free 0x5571735d07c0 void 0.000126
+gallium_dri.so free 0x5571735d0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0770 0.000125
+gallium_dri.so free 0x5571735d08c0 void 0.000125
+gallium_dri.so free 0x5571735d0770 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0870 0.000127
+gallium_dri.so free 0x5571735d0980 void 0.000126
+gallium_dri.so free 0x5571735d0870 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0930 0.000125
+gallium_dri.so free 0x5571735d09c0 void 0.000126
+gallium_dri.so free 0x5571735d0930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0930 0.000126
+gallium_dri.so free 0x5571735d0a80 void 0.000126
+gallium_dri.so free 0x5571735d0930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000126
+gallium_dri.so free 0x5571735d0b40 void 0.000126
+gallium_dri.so free 0x5571735d0ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b40 0.000126
+gallium_dri.so free 0x5571735d0c00 void 0.000129
+gallium_dri.so free 0x5571735d0b40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b40 0.000126
+gallium_dri.so free 0x5571735d0cc0 void 0.000126
+gallium_dri.so free 0x5571735d0b40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000126
+gallium_dri.so free 0x5571735d0d80 void 0.000126
+gallium_dri.so free 0x5571735d0ce0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0d30 0.000126
+gallium_dri.so free 0x5571735d0e00 void 0.000127
+gallium_dri.so free 0x5571735d0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0d30 0.000125
+gallium_dri.so free 0x5571735d0e80 void 0.000125
+gallium_dri.so free 0x5571735d0d30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0e80 0.000125
+gallium_dri.so free 0x5571735d0f40 void 0.000129
+gallium_dri.so free 0x5571735d0e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0e80 0.000127
+gallium_dri.so free 0x5571735d1000 void 0.000126
+gallium_dri.so free 0x5571735d0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0e80 0.000122
+gallium_dri.so free 0x5571735d10c0 void 0.000120
+gallium_dri.so free 0x5571735d0e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1070 0.000120
+gallium_dri.so free 0x5571735d1180 void 0.000167
+gallium_dri.so free 0x5571735d1070 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1130 0.000119
+gallium_dri.so free 0x5571735d1200 void 0.000120
+gallium_dri.so free 0x5571735d1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1250 0.000120
+gallium_dri.so free 0x5571735d12c0 void 0.000120
+gallium_dri.so free 0x5571735d1250 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12e0 0.000120
+gallium_dri.so free 0x5571735d1380 void 0.000120
+gallium_dri.so free 0x5571735d12e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1330 0.000119
+gallium_dri.so free 0x5571735d1400 void 0.000120
+gallium_dri.so free 0x5571735d1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1330 0.000120
+gallium_dri.so free 0x5571735d1480 void 0.000121
+gallium_dri.so free 0x5571735d1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1480 0.000119
+gallium_dri.so free 0x5571735d1540 void 0.000119
+gallium_dri.so free 0x5571735d1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1480 0.000119
+gallium_dri.so free 0x5571735d1640 void 0.000121
+gallium_dri.so free 0x5571735d1480 void 0.000121
+gallium_dri.so malloc 72 0x5571735d15f0 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000120
+gallium_dri.so free 0x5571735d15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d15f0 0.000129
+gallium_dri.so free 0x5571735d1740 void 0.000121
+gallium_dri.so free 0x5571735d15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1780 0.000119
+gallium_dri.so free 0x5571735d1800 void 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1800 0.000121
+gallium_dri.so free 0x5571735d18c0 void 0.000121
+gallium_dri.so free 0x5571735d1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1800 0.000121
+gallium_dri.so free 0x5571735d1940 void 0.000122
+gallium_dri.so free 0x5571735d1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1970 0.000120
+gallium_dri.so free 0x5571735d19c0 void 0.000120
+gallium_dri.so free 0x5571735d1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1970 0.000121
+gallium_dri.so free 0x5571735d1ac0 void 0.000121
+gallium_dri.so free 0x5571735d1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b00 0.000121
+gallium_dri.so free 0x5571735d1b80 void 0.000120
+gallium_dri.so free 0x5571735d1b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b80 0.000120
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so free 0x5571735d1b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1b80 0.000120
+gallium_dri.so free 0x5571735d1cc0 void 0.000119
+gallium_dri.so free 0x5571735d1b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000120
+gallium_dri.so free 0x5571735d1d40 void 0.000120
+gallium_dri.so free 0x5571735d1cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000119
+gallium_dri.so free 0x5571735d1e40 void 0.000121
+gallium_dri.so free 0x5571735d1cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1df0 0.000119
+gallium_dri.so free 0x5571735d1f00 void 0.000119
+gallium_dri.so free 0x5571735d1df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000125
+gallium_dri.so free 0x5571735d1f80 void 0.000122
+gallium_dri.so free 0x5571735d1eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000121
+gallium_dri.so free 0x5571735d1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000120
+gallium_dri.so free 0x5571735d2100 void 0.000122
+gallium_dri.so free 0x5571735d1eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d20b0 0.000121
+gallium_dri.so free 0x5571735d2180 void 0.000120
+gallium_dri.so free 0x5571735d20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21d0 0.000119
+gallium_dri.so free 0x5571735d2240 void 0.000120
+gallium_dri.so free 0x5571735d21d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2260 0.000173
+gallium_dri.so free 0x5571735d2300 void 0.000123
+gallium_dri.so free 0x5571735d2260 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22b0 0.000120
+gallium_dri.so free 0x5571735d2380 void 0.000120
+gallium_dri.so free 0x5571735d22b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2380 0.000120
+gallium_dri.so free 0x5571735d2440 void 0.000121
+gallium_dri.so free 0x5571735d2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2380 0.000120
+gallium_dri.so free 0x5571735d24c0 void 0.000120
+gallium_dri.so free 0x5571735d2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d24c0 0.000121
+gallium_dri.so free 0x5571735d2580 void 0.000119
+gallium_dri.so free 0x5571735d24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d24c0 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so free 0x5571735d24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d24c0 0.000120
+gallium_dri.so free 0x5571735d2700 void 0.000122
+gallium_dri.so free 0x5571735d24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d26b0 0.000119
+gallium_dri.so free 0x5571735d2780 void 0.000120
+gallium_dri.so free 0x5571735d26b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d27d0 0.000121
+gallium_dri.so free 0x5571735d2840 void 0.000120
+gallium_dri.so free 0x5571735d27d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2880 0.000121
+gallium_dri.so free 0x5571735d2900 void 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2880 0.000119
+gallium_dri.so free 0x5571735d2980 void 0.000120
+gallium_dri.so free 0x5571735d2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d29b0 0.000119
+gallium_dri.so free 0x5571735d2a00 void 0.000121
+gallium_dri.so free 0x5571735d29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d29b0 0.000119
+gallium_dri.so free 0x5571735d2b00 void 0.000120
+gallium_dri.so free 0x5571735d29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000121
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so free 0x5571735d2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b70 0.000119
+gallium_dri.so free 0x5571735d2c00 void 0.000121
+gallium_dri.so free 0x5571735d2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2b70 0.000120
+gallium_dri.so free 0x5571735d2cc0 void 0.000122
+gallium_dri.so free 0x5571735d2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2d30 0.000120
+gallium_dri.so free 0x5571735d2d80 void 0.000119
+gallium_dri.so free 0x5571735d2d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2d30 0.000119
+gallium_dri.so free 0x5571735d2e80 void 0.000110
+gallium_dri.so free 0x5571735d2d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2e30 0.000122
+gallium_dri.so free 0x5571735d2f40 void 0.000120
+gallium_dri.so free 0x5571735d2e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000120
+gallium_dri.so free 0x5571735d2f80 void 0.000121
+gallium_dri.so free 0x5571735d2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000120
+gallium_dri.so free 0x5571735d3040 void 0.000120
+gallium_dri.so free 0x5571735d2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3080 0.000121
+gallium_dri.so free 0x5571735d3100 void 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3100 0.000121
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d3100 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3100 0.000120
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d3100 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32a0 0.000120
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d32a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32f0 0.000119
+gallium_dri.so free 0x5571735d33c0 void 0.000119
+gallium_dri.so free 0x5571735d32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32f0 0.000124
+gallium_dri.so free 0x5571735d3440 void 0.000121
+gallium_dri.so free 0x5571735d32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3440 0.000119
+gallium_dri.so free 0x5571735d3500 void 0.000120
+gallium_dri.so free 0x5571735d3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d35c0 void 0.000121
+gallium_dri.so free 0x5571735d3440 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d3680 void 0.000119
+gallium_dri.so free 0x5571735d3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3630 0.000119
+gallium_dri.so free 0x5571735d3740 void 0.000121
+gallium_dri.so free 0x5571735d3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d36f0 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000122
+gallium_dri.so free 0x5571735d36f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3810 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000121
+gallium_dri.so free 0x5571735d3810 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38a0 0.000120
+gallium_dri.so free 0x5571735d3940 void 0.000122
+gallium_dri.so free 0x5571735d38a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38f0 0.000120
+gallium_dri.so free 0x5571735d39c0 void 0.000132
+gallium_dri.so free 0x5571735d38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38f0 0.000119
+gallium_dri.so free 0x5571735d3a40 void 0.000121
+gallium_dri.so free 0x5571735d38f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a40 0.000119
+gallium_dri.so free 0x5571735d3b00 void 0.000119
+gallium_dri.so free 0x5571735d3a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3a40 0.000120
+gallium_dri.so free 0x5571735d3c00 void 0.000120
+gallium_dri.so free 0x5571735d3a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000119
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so free 0x5571735d3bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000120
+gallium_dri.so free 0x5571735d3d00 void 0.000120
+gallium_dri.so free 0x5571735d3bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3d40 0.000125
+gallium_dri.so free 0x5571735d3dc0 void 0.000121
+gallium_dri.so free 0x5571735d3d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000120
+gallium_dri.so free 0x5571735d3e80 void 0.000120
+gallium_dri.so free 0x5571735d3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000119
+gallium_dri.so free 0x5571735d3f00 void 0.000122
+gallium_dri.so free 0x5571735d3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f30 0.000129
+gallium_dri.so free 0x5571735d3f80 void 0.000120
+gallium_dri.so free 0x5571735d3f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f30 0.000120
+gallium_dri.so free 0x5571735d4080 void 0.000121
+gallium_dri.so free 0x5571735d3f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d40c0 0.000121
+gallium_dri.so free 0x5571735d4140 void 0.000122
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4140 0.000120
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d4140 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4140 0.000119
+gallium_dri.so free 0x5571735d4280 void 0.000120
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d42b0 0.000121
+gallium_dri.so free 0x5571735d4300 void 0.000120
+gallium_dri.so free 0x5571735d42b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d42b0 0.000121
+gallium_dri.so free 0x5571735d4400 void 0.000120
+gallium_dri.so free 0x5571735d42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d43b0 0.000120
+gallium_dri.so free 0x5571735d44c0 void 0.000119
+gallium_dri.so free 0x5571735d43b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4470 0.000121
+gallium_dri.so free 0x5571735d4540 void 0.000120
+gallium_dri.so free 0x5571735d4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4470 0.000121
+gallium_dri.so free 0x5571735d4600 void 0.000121
+gallium_dri.so free 0x5571735d4470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4470 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4670 0.000120
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so free 0x5571735d4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4790 0.000119
+gallium_dri.so free 0x5571735d4800 void 0.000120
+gallium_dri.so free 0x5571735d4790 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4820 0.000121
+gallium_dri.so free 0x5571735d48c0 void 0.000121
+gallium_dri.so free 0x5571735d4820 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4870 0.000120
+gallium_dri.so free 0x5571735d4940 void 0.000121
+gallium_dri.so free 0x5571735d4870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4940 0.000122
+gallium_dri.so free 0x5571735d4a00 void 0.000120
+gallium_dri.so free 0x5571735d4940 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4940 0.000119
+gallium_dri.so free 0x5571735d4a80 void 0.000121
+gallium_dri.so free 0x5571735d4940 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4a80 0.000131
+gallium_dri.so free 0x5571735d4b40 void 0.000122
+gallium_dri.so free 0x5571735d4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4a80 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000120
+gallium_dri.so free 0x5571735d4a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a80 0.000120
+gallium_dri.so free 0x5571735d4cc0 void 0.000122
+gallium_dri.so free 0x5571735d4a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c70 0.000119
+gallium_dri.so free 0x5571735d4d40 void 0.000120
+gallium_dri.so free 0x5571735d4c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4d90 0.000120
+gallium_dri.so free 0x5571735d4e00 void 0.000121
+gallium_dri.so free 0x5571735d4d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000121
+gallium_dri.so free 0x5571735d4ec0 void 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000120
+gallium_dri.so free 0x5571735d4f40 void 0.000120
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4f70 0.000120
+gallium_dri.so free 0x5571735d4fc0 void 0.000121
+gallium_dri.so free 0x5571735d4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f70 0.000119
+gallium_dri.so free 0x5571735d50c0 void 0.000119
+gallium_dri.so free 0x5571735d4f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5070 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000122
+gallium_dri.so free 0x5571735d5070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5130 0.000119
+gallium_dri.so free 0x5571735d51c0 void 0.000120
+gallium_dri.so free 0x5571735d5130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5130 0.000119
+gallium_dri.so free 0x5571735d5280 void 0.000120
+gallium_dri.so free 0x5571735d5130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d52f0 0.000120
+gallium_dri.so free 0x5571735d5340 void 0.000121
+gallium_dri.so free 0x5571735d52f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d52f0 0.000120
+gallium_dri.so free 0x5571735d5440 void 0.000121
+gallium_dri.so free 0x5571735d52f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d53f0 0.000120
+gallium_dri.so free 0x5571735d5500 void 0.000119
+gallium_dri.so free 0x5571735d53f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d54b0 0.000120
+gallium_dri.so free 0x5571735d5540 void 0.000119
+gallium_dri.so free 0x5571735d54b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d54b0 0.000120
+gallium_dri.so free 0x5571735d5600 void 0.000120
+gallium_dri.so free 0x5571735d54b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5640 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000166
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56c0 0.000119
+gallium_dri.so free 0x5571735d5780 void 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56c0 0.000120
+gallium_dri.so free 0x5571735d5840 void 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5860 0.000120
+gallium_dri.so free 0x5571735d5900 void 0.000121
+gallium_dri.so free 0x5571735d5860 void 0.000119
+gallium_dri.so malloc 72 0x5571735d58b0 0.000120
+gallium_dri.so free 0x5571735d5980 void 0.000119
+gallium_dri.so free 0x5571735d58b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d58b0 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so free 0x5571735d58b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5a00 0.000120
+gallium_dri.so free 0x5571735d5ac0 void 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5a00 0.000120
+gallium_dri.so free 0x5571735d5b80 void 0.000121
+gallium_dri.so free 0x5571735d5a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5a00 0.000125
+gallium_dri.so free 0x5571735d5c40 void 0.000121
+gallium_dri.so free 0x5571735d5a00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000122
+gallium_dri.so free 0x5571735d5d00 void 0.000121
+gallium_dri.so free 0x5571735d5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5cb0 0.000121
+gallium_dri.so free 0x5571735d5d80 void 0.000120
+gallium_dri.so free 0x5571735d5cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5dd0 0.000120
+gallium_dri.so free 0x5571735d5e40 void 0.000121
+gallium_dri.so free 0x5571735d5dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5e60 0.000120
+gallium_dri.so free 0x5571735d5f00 void 0.000122
+gallium_dri.so free 0x5571735d5e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000120
+gallium_dri.so free 0x5571735d5f80 void 0.000121
+gallium_dri.so free 0x5571735d5eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000120
+gallium_dri.so free 0x5571735d6000 void 0.000121
+gallium_dri.so free 0x5571735d5eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6000 0.000120
+gallium_dri.so free 0x5571735d60c0 void 0.000120
+gallium_dri.so free 0x5571735d6000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6000 0.000119
+gallium_dri.so free 0x5571735d61c0 void 0.000119
+gallium_dri.so free 0x5571735d6000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6170 0.000120
+gallium_dri.so free 0x5571735d6200 void 0.000130
+gallium_dri.so free 0x5571735d6170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6170 0.000120
+gallium_dri.so free 0x5571735d62c0 void 0.000121
+gallium_dri.so free 0x5571735d6170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6300 0.000119
+gallium_dri.so free 0x5571735d6380 void 0.000121
+gallium_dri.so free 0x5571735d6300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6380 0.000119
+gallium_dri.so free 0x5571735d6440 void 0.000121
+gallium_dri.so free 0x5571735d6380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6380 0.000119
+gallium_dri.so free 0x5571735d64c0 void 0.000124
+gallium_dri.so free 0x5571735d6380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d64f0 0.000120
+gallium_dri.so free 0x5571735d6540 void 0.000120
+gallium_dri.so free 0x5571735d64f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d64f0 0.000120
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so free 0x5571735d64f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6680 0.000120
+gallium_dri.so free 0x5571735d6700 void 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6700 0.000120
+gallium_dri.so free 0x5571735d67c0 void 0.000120
+gallium_dri.so free 0x5571735d6700 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6700 0.000130
+gallium_dri.so free 0x5571735d6840 void 0.000120
+gallium_dri.so free 0x5571735d6700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6870 0.000123
+gallium_dri.so free 0x5571735d68c0 void 0.000120
+gallium_dri.so free 0x5571735d6870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6870 0.000119
+gallium_dri.so free 0x5571735d69c0 void 0.000121
+gallium_dri.so free 0x5571735d6870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6970 0.000120
+gallium_dri.so free 0x5571735d6a80 void 0.000120
+gallium_dri.so free 0x5571735d6970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6a30 0.000121
+gallium_dri.so free 0x5571735d6b00 void 0.000124
+gallium_dri.so free 0x5571735d6a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6a30 0.000121
+gallium_dri.so free 0x5571735d6bc0 void 0.000121
+gallium_dri.so free 0x5571735d6a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6a30 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000120
+gallium_dri.so free 0x5571735d6a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2800 0.000119
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so free 0x5571735f2800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2880 0.000120
+gallium_dri.so free 0x5571735f2940 void 0.000119
+gallium_dri.so free 0x5571735f2880 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2880 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000120
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f29f0 0.000120
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a40 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a40 0.000120
+gallium_dri.so free 0x5571735f2c00 void 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000121
+gallium_dri.so free 0x5571735f2cc0 void 0.000121
+gallium_dri.so free 0x5571735f2bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c70 0.000120
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2c70 0.000120
+gallium_dri.so free 0x5571735f2dc0 void 0.000119
+gallium_dri.so free 0x5571735f2c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e00 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000121
+gallium_dri.so free 0x5571735f2e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e80 0.000168
+gallium_dri.so free 0x5571735f2f40 void 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e80 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e80 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e80 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so free 0x5571735f30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3210 0.000115
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f3210 void 0.000116
+gallium_dri.so malloc 72 0x5571735f32a0 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f32a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f32f0 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f32f0 0.000115
+gallium_dri.so free 0x5571735f34c0 void 0.000114
+gallium_dri.so free 0x5571735f32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3470 0.000142
+gallium_dri.so free 0x5571735f3540 void 0.000123
+gallium_dri.so free 0x5571735f3470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3590 0.000121
+gallium_dri.so free 0x5571735f3600 void 0.000126
+gallium_dri.so free 0x5571735f3590 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3620 0.000120
+gallium_dri.so free 0x5571735f36c0 void 0.000120
+gallium_dri.so free 0x5571735f3620 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3670 0.000120
+gallium_dri.so free 0x5571735f3740 void 0.000120
+gallium_dri.so free 0x5571735f3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3670 0.000120
+gallium_dri.so free 0x5571735f37c0 void 0.000120
+gallium_dri.so free 0x5571735f3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f37c0 0.000119
+gallium_dri.so free 0x5571735f3880 void 0.000120
+gallium_dri.so free 0x5571735f37c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f37c0 0.000119
+gallium_dri.so free 0x5571735f3980 void 0.000119
+gallium_dri.so free 0x5571735f37c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f37c0 0.000119
+gallium_dri.so free 0x5571735f3a00 void 0.000119
+gallium_dri.so free 0x5571735f37c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3a30 0.000120
+gallium_dri.so free 0x5571735f3a80 void 0.000118
+gallium_dri.so free 0x5571735f3a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3a30 0.000120
+gallium_dri.so free 0x5571735f3b80 void 0.000120
+gallium_dri.so free 0x5571735f3a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3b30 0.000120
+gallium_dri.so free 0x5571735f3c40 void 0.000117
+gallium_dri.so free 0x5571735f3b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3bf0 0.000119
+gallium_dri.so free 0x5571735f3c80 void 0.000121
+gallium_dri.so free 0x5571735f3bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3bf0 0.000120
+gallium_dri.so free 0x5571735f3d40 void 0.000119
+gallium_dri.so free 0x5571735f3bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3d90 0.000119
+gallium_dri.so free 0x5571735f3e00 void 0.000120
+gallium_dri.so free 0x5571735f3d90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3e40 0.000120
+gallium_dri.so free 0x5571735f3ec0 void 0.000120
+gallium_dri.so free 0x5571735f3e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000121
+gallium_dri.so free 0x5571735f3f80 void 0.000119
+gallium_dri.so free 0x5571735f3ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000120
+gallium_dri.so free 0x5571735f4000 void 0.000119
+gallium_dri.so free 0x5571735f3ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4030 0.000119
+gallium_dri.so free 0x5571735f4080 void 0.000182
+gallium_dri.so free 0x5571735f4030 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4030 0.000120
+gallium_dri.so free 0x5571735f4180 void 0.000120
+gallium_dri.so free 0x5571735f4030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4130 0.000120
+gallium_dri.so free 0x5571735f4240 void 0.000122
+gallium_dri.so free 0x5571735f4130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f41f0 0.000120
+gallium_dri.so free 0x5571735f42c0 void 0.000120
+gallium_dri.so free 0x5571735f41f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f42e0 0.000118
+gallium_dri.so free 0x5571735f4380 void 0.000121
+gallium_dri.so free 0x5571735f42e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4330 0.000119
+gallium_dri.so free 0x5571735f4400 void 0.000120
+gallium_dri.so free 0x5571735f4330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4330 0.000120
+gallium_dri.so free 0x5571735f4480 void 0.000120
+gallium_dri.so free 0x5571735f4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4480 0.000127
+gallium_dri.so free 0x5571735f4540 void 0.000121
+gallium_dri.so free 0x5571735f4480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4480 0.000119
+gallium_dri.so free 0x5571735f4600 void 0.000117
+gallium_dri.so free 0x5571735f4480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4480 0.000129
+gallium_dri.so free 0x5571735f46c0 void 0.000119
+gallium_dri.so free 0x5571735f4480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4670 0.000119
+gallium_dri.so free 0x5571735f46c0 void 0.000119
+gallium_dri.so free 0x5571735f4670 void 0.000146
+gallium_dri.so malloc 72 0x5571735f4670 0.000120
+gallium_dri.so free 0x5571735f47c0 void 0.000120
+gallium_dri.so free 0x5571735f4670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4770 0.000120
+gallium_dri.so free 0x5571735f4880 void 0.000119
+gallium_dri.so free 0x5571735f4770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4830 0.000119
+gallium_dri.so free 0x5571735f48c0 void 0.000118
+gallium_dri.so free 0x5571735f4830 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4830 0.000120
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735f4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49c0 0.000119
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a40 0.000120
+gallium_dri.so free 0x5571735f4b00 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a40 0.000118
+gallium_dri.so free 0x5571735f4bc0 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4be0 0.000120
+gallium_dri.so free 0x5571735f4c80 void 0.000118
+gallium_dri.so free 0x5571735f4be0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c30 0.000118
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735f4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c30 0.000119
+gallium_dri.so free 0x5571735f4d80 void 0.000120
+gallium_dri.so free 0x5571735f4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d80 0.000118
+gallium_dri.so free 0x5571735f4e40 void 0.000120
+gallium_dri.so free 0x5571735f4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4d80 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000117
+gallium_dri.so free 0x5571735f4d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d80 0.000117
+gallium_dri.so free 0x5571735f4fc0 void 0.000119
+gallium_dri.so free 0x5571735f4d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4f70 0.000119
+gallium_dri.so free 0x5571735f5080 void 0.000120
+gallium_dri.so free 0x5571735f4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5030 0.000119
+gallium_dri.so free 0x5571735f5100 void 0.000120
+gallium_dri.so free 0x5571735f5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5150 0.000119
+gallium_dri.so free 0x5571735f51c0 void 0.000129
+gallium_dri.so free 0x5571735f5150 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51e0 0.000120
+gallium_dri.so free 0x5571735f5280 void 0.000119
+gallium_dri.so free 0x5571735f51e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5230 0.000119
+gallium_dri.so free 0x5571735f5300 void 0.000119
+gallium_dri.so free 0x5571735f5230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5230 0.000119
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5380 0.000119
+gallium_dri.so free 0x5571735f5440 void 0.000119
+gallium_dri.so free 0x5571735f5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5380 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000120
+gallium_dri.so free 0x5571735f5380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f54f0 0.000121
+gallium_dri.so free 0x5571735f5580 void 0.000119
+gallium_dri.so free 0x5571735f54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f54f0 0.000119
+gallium_dri.so free 0x5571735f5640 void 0.000121
+gallium_dri.so free 0x5571735f54f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5680 0.000119
+gallium_dri.so free 0x5571735f5700 void 0.000121
+gallium_dri.so free 0x5571735f5680 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5700 0.000121
+gallium_dri.so free 0x5571735f57c0 void 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5700 0.000117
+gallium_dri.so free 0x5571735f5840 void 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5870 0.000119
+gallium_dri.so free 0x5571735f58c0 void 0.000120
+gallium_dri.so free 0x5571735f5870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5870 0.000120
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so free 0x5571735f5870 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a00 0.000120
+gallium_dri.so free 0x5571735f5a80 void 0.000121
+gallium_dri.so free 0x5571735f5a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a80 0.000119
+gallium_dri.so free 0x5571735f5b40 void 0.000119
+gallium_dri.so free 0x5571735f5a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5a80 0.000118
+gallium_dri.so free 0x5571735f5bc0 void 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000120
+gallium_dri.so free 0x5571735f5c40 void 0.000117
+gallium_dri.so free 0x5571735f5bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000118
+gallium_dri.so free 0x5571735f5d40 void 0.000120
+gallium_dri.so free 0x5571735f5bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000125
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so free 0x5571735f5cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000120
+gallium_dri.so free 0x5571735f5e80 void 0.000119
+gallium_dri.so free 0x5571735f5db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5db0 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5db0 0.000119
+gallium_dri.so free 0x5571735f6000 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000120
+gallium_dri.so free 0x5571735f6080 void 0.000120
+gallium_dri.so free 0x5571735f5fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f60d0 0.000120
+gallium_dri.so free 0x5571735f6140 void 0.000121
+gallium_dri.so free 0x5571735f60d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6160 0.000120
+gallium_dri.so free 0x5571735f6200 void 0.000120
+gallium_dri.so free 0x5571735f6160 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61b0 0.000117
+gallium_dri.so free 0x5571735f6280 void 0.000120
+gallium_dri.so free 0x5571735f61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6280 0.000119
+gallium_dri.so free 0x5571735f6340 void 0.000131
+gallium_dri.so free 0x5571735f6280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6280 0.000119
+gallium_dri.so free 0x5571735f63c0 void 0.000120
+gallium_dri.so free 0x5571735f6280 void 0.000116
+gallium_dri.so malloc 72 0x5571735f63c0 0.000119
+gallium_dri.so free 0x5571735f6480 void 0.000120
+gallium_dri.so free 0x5571735f63c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f63c0 0.000120
+gallium_dri.so free 0x5571735f6540 void 0.000120
+gallium_dri.so free 0x5571735f63c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f63c0 0.000119
+gallium_dri.so free 0x5571735f6600 void 0.000120
+gallium_dri.so free 0x5571735f63c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f65b0 0.000116
+gallium_dri.so free 0x5571735f6680 void 0.000120
+gallium_dri.so free 0x5571735f65b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66d0 0.000119
+gallium_dri.so free 0x5571735f6740 void 0.000117
+gallium_dri.so free 0x5571735f66d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6780 0.000118
+gallium_dri.so free 0x5571735f6800 void 0.000121
+gallium_dri.so free 0x5571735f6780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6780 0.000119
+gallium_dri.so free 0x5571735f6880 void 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f68b0 0.000122
+gallium_dri.so free 0x5571735f6900 void 0.000122
+gallium_dri.so free 0x5571735f68b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f68b0 0.000119
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so free 0x5571735f68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f69b0 0.000120
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so free 0x5571735f69b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6a70 0.000120
+gallium_dri.so free 0x5571735f6b00 void 0.000120
+gallium_dri.so free 0x5571735f6a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6a70 0.000120
+gallium_dri.so free 0x5571735f6bc0 void 0.000120
+gallium_dri.so free 0x5571735f6a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c30 0.000119
+gallium_dri.so free 0x5571735f6c80 void 0.000120
+gallium_dri.so free 0x5571735f6c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6c30 0.000119
+gallium_dri.so free 0x5571735f6d80 void 0.000119
+gallium_dri.so free 0x5571735f6c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6d30 0.000118
+gallium_dri.so free 0x5571735f6e40 void 0.000120
+gallium_dri.so free 0x5571735f6d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6df0 0.000120
+gallium_dri.so free 0x5571735f6e80 void 0.000119
+gallium_dri.so free 0x5571735f6df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6df0 0.000125
+gallium_dri.so free 0x5571735f6f40 void 0.000118
+gallium_dri.so free 0x5571735f6df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6f80 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000119
+gallium_dri.so free 0x5571735f6f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7000 0.000117
+gallium_dri.so free 0x5571735f70c0 void 0.000117
+gallium_dri.so free 0x5571735f7000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7000 0.000118
+gallium_dri.so free 0x5571735f7180 void 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000116
+gallium_dri.so malloc 72 0x5571735f71a0 0.000117
+gallium_dri.so free 0x5571735f7240 void 0.000120
+gallium_dri.so free 0x5571735f71a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f71f0 0.000119
+gallium_dri.so free 0x5571735f72c0 void 0.000126
+gallium_dri.so free 0x5571735f71f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71f0 0.000118
+gallium_dri.so free 0x5571735f7340 void 0.000118
+gallium_dri.so free 0x5571735f71f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7340 0.000118
+gallium_dri.so free 0x5571735f7400 void 0.000121
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7340 0.000118
+gallium_dri.so free 0x5571735f74c0 void 0.000125
+gallium_dri.so free 0x5571735f7340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7340 0.000119
+gallium_dri.so free 0x5571735f7580 void 0.000117
+gallium_dri.so free 0x5571735f7340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7530 0.000118
+gallium_dri.so free 0x5571735f7640 void 0.000116
+gallium_dri.so free 0x5571735f7530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75f0 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000120
+gallium_dri.so free 0x5571735f75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7710 0.000117
+gallium_dri.so free 0x5571735f7780 void 0.000119
+gallium_dri.so free 0x5571735f7710 void 0.000118
+gallium_dri.so malloc 72 0x5571735f77a0 0.000120
+gallium_dri.so free 0x5571735f7840 void 0.000117
+gallium_dri.so free 0x5571735f77a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f77f0 0.000118
+gallium_dri.so free 0x5571735f78c0 void 0.000121
+gallium_dri.so free 0x5571735f77f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77f0 0.000119
+gallium_dri.so free 0x5571735f7940 void 0.000119
+gallium_dri.so free 0x5571735f77f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7940 0.000116
+gallium_dri.so free 0x5571735f7a00 void 0.000118
+gallium_dri.so free 0x5571735f7940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7940 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000128
+gallium_dri.so free 0x5571735f7940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7ab0 0.000119
+gallium_dri.so free 0x5571735f7b40 void 0.000118
+gallium_dri.so free 0x5571735f7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ab0 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so free 0x5571735f7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7c40 0.000117
+gallium_dri.so free 0x5571735f7cc0 void 0.000119
+gallium_dri.so free 0x5571735f7c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000119
+gallium_dri.so free 0x5571735f7d80 void 0.000122
+gallium_dri.so free 0x5571735f7cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000119
+gallium_dri.so free 0x5571735f7e00 void 0.000120
+gallium_dri.so free 0x5571735f7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e30 0.000120
+gallium_dri.so free 0x5571735f7e80 void 0.000118
+gallium_dri.so free 0x5571735f7e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7e30 0.000117
+gallium_dri.so free 0x5571735f7f80 void 0.000120
+gallium_dri.so free 0x5571735f7e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000118
+gallium_dri.so free 0x5571735f8040 void 0.000120
+gallium_dri.so free 0x5571735f7fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8040 0.000170
+gallium_dri.so free 0x5571735f8100 void 0.000121
+gallium_dri.so free 0x5571735f8040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8040 0.000120
+gallium_dri.so free 0x5571735f8180 void 0.000117
+gallium_dri.so free 0x5571735f8040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f81b0 0.000122
+gallium_dri.so free 0x5571735f8200 void 0.000121
+gallium_dri.so free 0x5571735f81b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f81b0 0.000120
+gallium_dri.so free 0x5571735f8300 void 0.000119
+gallium_dri.so free 0x5571735f81b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f82b0 0.000120
+gallium_dri.so free 0x5571735f83c0 void 0.000121
+gallium_dri.so free 0x5571735f82b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8370 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000120
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000119
+gallium_dri.so free 0x5571735f8500 void 0.000120
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000119
+gallium_dri.so free 0x5571735f85c0 void 0.000119
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8570 0.000119
+gallium_dri.so free 0x5571735f8640 void 0.000117
+gallium_dri.so free 0x5571735f8570 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8690 0.000120
+gallium_dri.so free 0x5571735f8700 void 0.000122
+gallium_dri.so free 0x5571735f8690 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8720 0.000120
+gallium_dri.so free 0x5571735f87c0 void 0.000117
+gallium_dri.so free 0x5571735f8720 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8770 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000121
+gallium_dri.so free 0x5571735f8770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8840 0.000119
+gallium_dri.so free 0x5571735f8900 void 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8840 0.000119
+gallium_dri.so free 0x5571735f8980 void 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8980 0.000119
+gallium_dri.so free 0x5571735f8a40 void 0.000119
+gallium_dri.so free 0x5571735f8980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8980 0.000120
+gallium_dri.so free 0x5571735f8b00 void 0.000119
+gallium_dri.so free 0x5571735f8980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8980 0.000119
+gallium_dri.so free 0x5571735f8bc0 void 0.000119
+gallium_dri.so free 0x5571735f8980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b70 0.000120
+gallium_dri.so free 0x5571735f8c40 void 0.000128
+gallium_dri.so free 0x5571735f8b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c90 0.000121
+gallium_dri.so free 0x5571735f8d00 void 0.000120
+gallium_dri.so free 0x5571735f8c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d40 0.000119
+gallium_dri.so free 0x5571735f8dc0 void 0.000119
+gallium_dri.so free 0x5571735f8d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d40 0.000120
+gallium_dri.so free 0x5571735f8e40 void 0.000120
+gallium_dri.so free 0x5571735f8d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e70 0.000119
+gallium_dri.so free 0x5571735f8ec0 void 0.000120
+gallium_dri.so free 0x5571735f8e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e70 0.000118
+gallium_dri.so free 0x5571735f8fc0 void 0.000119
+gallium_dri.so free 0x5571735f8e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8f70 0.000119
+gallium_dri.so free 0x5571735f9080 void 0.000119
+gallium_dri.so free 0x5571735f8f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9030 0.000119
+gallium_dri.so free 0x5571735f90c0 void 0.000120
+gallium_dri.so free 0x5571735f9030 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9030 0.000123
+gallium_dri.so free 0x5571735f9180 void 0.000120
+gallium_dri.so free 0x5571735f9030 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91f0 0.000128
+gallium_dri.so free 0x5571735f9240 void 0.000121
+gallium_dri.so free 0x5571735f91f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f91f0 0.000119
+gallium_dri.so free 0x5571735f9340 void 0.000119
+gallium_dri.so free 0x5571735f91f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f92f0 0.000119
+gallium_dri.so free 0x5571735f9400 void 0.000120
+gallium_dri.so free 0x5571735f92f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f93b0 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000119
+gallium_dri.so free 0x5571735f93b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f93b0 0.000120
+gallium_dri.so free 0x5571735f9500 void 0.000120
+gallium_dri.so free 0x5571735f93b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9540 0.000119
+gallium_dri.so free 0x5571735f95c0 void 0.000119
+gallium_dri.so free 0x5571735f9540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f95c0 0.000118
+gallium_dri.so free 0x5571735f9680 void 0.000119
+gallium_dri.so free 0x5571735f95c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f95c0 0.000119
+gallium_dri.so free 0x5571735f9740 void 0.000120
+gallium_dri.so free 0x5571735f95c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9760 0.000120
+gallium_dri.so free 0x5571735f9800 void 0.000120
+gallium_dri.so free 0x5571735f9760 void 0.000126
+gallium_dri.so malloc 72 0x5571735f97b0 0.000120
+gallium_dri.so free 0x5571735f9880 void 0.000119
+gallium_dri.so free 0x5571735f97b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f97b0 0.000119
+gallium_dri.so free 0x5571735f9900 void 0.000122
+gallium_dri.so free 0x5571735f97b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9900 0.000119
+gallium_dri.so free 0x5571735f99c0 void 0.000119
+gallium_dri.so free 0x5571735f9900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9900 0.000119
+gallium_dri.so free 0x5571735f9a80 void 0.000120
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9900 0.000120
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9af0 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000120
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so free 0x5571735f9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9cd0 0.000120
+gallium_dri.so free 0x5571735f9d40 void 0.000117
+gallium_dri.so free 0x5571735f9cd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d60 0.000119
+gallium_dri.so free 0x5571735f9e00 void 0.000161
+gallium_dri.so free 0x5571735f9d60 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9db0 0.000116
+gallium_dri.so free 0x5571735f9e80 void 0.000115
+gallium_dri.so free 0x5571735f9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9db0 0.000114
+gallium_dri.so free 0x5571735f9f00 void 0.000116
+gallium_dri.so free 0x5571735f9db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f00 0.000116
+gallium_dri.so free 0x5571735f9fc0 void 0.000116
+gallium_dri.so free 0x5571735f9f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9f00 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000116
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa070 0.000211
+gallium_dri.so free 0x5571735fa100 void 0.000204
+gallium_dri.so free 0x5571735fa070 void 0.000211
+gallium_dri.so malloc 72 0x5571735fa070 0.000122
+gallium_dri.so free 0x5571735fa1c0 void 0.000119
+gallium_dri.so free 0x5571735fa070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa200 0.000118
+gallium_dri.so free 0x5571735fa280 void 0.000118
+gallium_dri.so free 0x5571735fa200 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa280 0.000116
+gallium_dri.so free 0x5571735fa340 void 0.000114
+gallium_dri.so free 0x5571735fa280 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa280 0.000109
+gallium_dri.so free 0x5571735fa3c0 void 0.000111
+gallium_dri.so free 0x5571735fa280 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000110
+gallium_dri.so free 0x5571735fa440 void 0.000109
+gallium_dri.so free 0x5571735fa3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000110
+gallium_dri.so free 0x5571735fa540 void 0.000109
+gallium_dri.so free 0x5571735fa3f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa580 0.000110
+gallium_dri.so free 0x5571735fa600 void 0.000109
+gallium_dri.so free 0x5571735fa580 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa600 0.000110
+gallium_dri.so free 0x5571735fa6c0 void 0.000110
+gallium_dri.so free 0x5571735fa600 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa600 0.000110
+gallium_dri.so free 0x5571735fa740 void 0.000109
+gallium_dri.so free 0x5571735fa600 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa770 0.000109
+gallium_dri.so free 0x5571735fa7c0 void 0.000108
+gallium_dri.so free 0x5571735fa770 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa770 0.000111
+gallium_dri.so free 0x5571735fa8c0 void 0.000109
+gallium_dri.so free 0x5571735fa770 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa870 0.000109
+gallium_dri.so free 0x5571735fa980 void 0.000109
+gallium_dri.so free 0x5571735fa870 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa930 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so free 0x5571735fa930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa930 0.000111
+gallium_dri.so free 0x5571735faac0 void 0.000111
+gallium_dri.so free 0x5571735fa930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa930 0.000111
+gallium_dri.so free 0x5571735fab80 void 0.000112
+gallium_dri.so free 0x5571735fa930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fab30 0.000109
+gallium_dri.so free 0x5571735fac00 void 0.000112
+gallium_dri.so free 0x5571735fab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fac50 0.000113
+gallium_dri.so free 0x5571735facc0 void 0.000117
+gallium_dri.so free 0x5571735fac50 void 0.000114
+gallium_dri.so malloc 72 0x5571735face0 0.000111
+gallium_dri.so free 0x5571735fad80 void 0.000113
+gallium_dri.so free 0x5571735face0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad30 0.000118
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fad30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fae00 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000125
+gallium_dri.so free 0x5571735fae00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae00 0.000113
+gallium_dri.so free 0x5571735faf40 void 0.000115
+gallium_dri.so free 0x5571735fae00 void 0.000182
+gallium_dri.so malloc 72 0x5571735faf40 0.000120
+gallium_dri.so free 0x5571735fb000 void 0.000118
+gallium_dri.so free 0x5571735faf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735faf40 0.000119
+gallium_dri.so free 0x5571735fb0c0 void 0.000118
+gallium_dri.so free 0x5571735faf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735faf40 0.000117
+gallium_dri.so free 0x5571735fb180 void 0.000119
+gallium_dri.so free 0x5571735faf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb130 0.000119
+gallium_dri.so free 0x5571735fb200 void 0.000119
+gallium_dri.so free 0x5571735fb130 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb250 0.000118
+gallium_dri.so free 0x5571735fb2c0 void 0.000118
+gallium_dri.so free 0x5571735fb250 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb300 0.000118
+gallium_dri.so free 0x5571735fb380 void 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb300 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb430 0.000117
+gallium_dri.so free 0x5571735fb480 void 0.000117
+gallium_dri.so free 0x5571735fb430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb430 0.000117
+gallium_dri.so free 0x5571735fb580 void 0.000123
+gallium_dri.so free 0x5571735fb430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb530 0.000110
+gallium_dri.so free 0x5571735fb640 void 0.000110
+gallium_dri.so free 0x5571735fb530 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000110
+gallium_dri.so free 0x5571735fb680 void 0.000110
+gallium_dri.so free 0x5571735fb5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000111
+gallium_dri.so free 0x5571735fb740 void 0.000110
+gallium_dri.so free 0x5571735fb5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000110
+gallium_dri.so free 0x5571735fb800 void 0.000110
+gallium_dri.so free 0x5571735fb7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000111
+gallium_dri.so free 0x5571735fb900 void 0.000111
+gallium_dri.so free 0x5571735fb7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb8b0 0.000111
+gallium_dri.so free 0x5571735fb9c0 void 0.000110
+gallium_dri.so free 0x5571735fb8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb970 0.000111
+gallium_dri.so free 0x5571735fba00 void 0.000110
+gallium_dri.so free 0x5571735fb970 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb970 0.000114
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so free 0x5571735fb970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb00 0.000112
+gallium_dri.so free 0x5571735fbb80 void 0.000112
+gallium_dri.so free 0x5571735fbb00 void 0.000109
+gallium_dri.so malloc 72 0x5571735fbb80 0.000124
+gallium_dri.so free 0x5571735fbc40 void 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb80 0.000112
+gallium_dri.so free 0x5571735fbd00 void 0.000119
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbd20 0.000112
+gallium_dri.so free 0x5571735fbdc0 void 0.000117
+gallium_dri.so free 0x5571735fbd20 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd70 0.000113
+gallium_dri.so free 0x5571735fbe40 void 0.000114
+gallium_dri.so free 0x5571735fbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbd70 0.000114
+gallium_dri.so free 0x5571735fbec0 void 0.000114
+gallium_dri.so free 0x5571735fbd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbec0 0.000113
+gallium_dri.so free 0x5571735fbf80 void 0.000117
+gallium_dri.so free 0x5571735fbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbec0 0.000111
+gallium_dri.so free 0x5571735fc040 void 0.000120
+gallium_dri.so free 0x5571735fbec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbec0 0.000115
+gallium_dri.so free 0x5571735fc100 void 0.000115
+gallium_dri.so free 0x5571735fbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000113
+gallium_dri.so free 0x5571735fc1c0 void 0.000113
+gallium_dri.so free 0x5571735fc0b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fc170 0.000115
+gallium_dri.so free 0x5571735fc240 void 0.000113
+gallium_dri.so free 0x5571735fc170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc290 0.000113
+gallium_dri.so free 0x5571735fc300 void 0.000113
+gallium_dri.so free 0x5571735fc290 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc320 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so free 0x5571735fc320 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc370 0.000112
+gallium_dri.so free 0x5571735fc440 void 0.000114
+gallium_dri.so free 0x5571735fc370 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc370 0.000114
+gallium_dri.so free 0x5571735fc4c0 void 0.000113
+gallium_dri.so free 0x5571735fc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000114
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so free 0x5571735fc4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc4c0 0.000114
+gallium_dri.so free 0x5571735fc680 void 0.000113
+gallium_dri.so free 0x5571735fc4c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc630 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000115
+gallium_dri.so free 0x5571735fc630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc630 0.000115
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000114
+gallium_dri.so free 0x5571735fc7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc840 0.000112
+gallium_dri.so free 0x5571735fc900 void 0.000112
+gallium_dri.so free 0x5571735fc840 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc840 0.000112
+gallium_dri.so free 0x5571735fc980 void 0.000113
+gallium_dri.so free 0x5571735fc840 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000112
+gallium_dri.so free 0x5571735fca00 void 0.000111
+gallium_dri.so free 0x5571735fc9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000116
+gallium_dri.so free 0x5571735fcb00 void 0.000117
+gallium_dri.so free 0x5571735fc9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcb40 0.000112
+gallium_dri.so free 0x5571735fcbc0 void 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000103
+gallium_dri.so free 0x5571735fcbc0 void 0.000249
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000276
+gallium_dri.so free 0x5571735fcd00 void 0.000194
+gallium_dri.so free 0x5571735fcbc0 void 0.000192
+gallium_dri.so malloc 72 0x5571735fcd30 0.000203
+gallium_dri.so free 0x5571735fcd80 void 0.000155
+gallium_dri.so free 0x5571735fcd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce80 void 0.000113
+gallium_dri.so free 0x5571735fcd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce30 0.000113
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fce30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcef0 0.000127
+gallium_dri.so free 0x5571735fcfc0 void 0.000123
+gallium_dri.so free 0x5571735fcef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcef0 0.000118
+gallium_dri.so free 0x5571735fd080 void 0.000114
+gallium_dri.so free 0x5571735fcef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcef0 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so free 0x5571735fcef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000112
+gallium_dri.so free 0x5571735fd1c0 void 0.000113
+gallium_dri.so free 0x5571735fd0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd210 0.000113
+gallium_dri.so free 0x5571735fd280 void 0.000112
+gallium_dri.so free 0x5571735fd210 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2a0 0.000114
+gallium_dri.so free 0x5571735fd340 void 0.000113
+gallium_dri.so free 0x5571735fd2a0 void 0.000170
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000115
+gallium_dri.so free 0x5571735fd3c0 void 0.000116
+gallium_dri.so free 0x5571735fd2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000114
+gallium_dri.so free 0x5571735fd480 void 0.000114
+gallium_dri.so free 0x5571735fd3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000115
+gallium_dri.so free 0x5571735fd3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd500 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd500 0.000112
+gallium_dri.so free 0x5571735fd680 void 0.000115
+gallium_dri.so free 0x5571735fd500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd500 0.000112
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6f0 0.000112
+gallium_dri.so free 0x5571735fd7c0 void 0.000114
+gallium_dri.so free 0x5571735fd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd810 0.000112
+gallium_dri.so free 0x5571735fd880 void 0.000115
+gallium_dri.so free 0x5571735fd810 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000114
+gallium_dri.so free 0x5571735fd940 void 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000112
+gallium_dri.so free 0x5571735fd9c0 void 0.000109
+gallium_dri.so free 0x5571735fd8c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000110
+gallium_dri.so free 0x5571735fda40 void 0.000111
+gallium_dri.so free 0x5571735fd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000109
+gallium_dri.so free 0x5571735fdb40 void 0.000110
+gallium_dri.so free 0x5571735fd9f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000111
+gallium_dri.so free 0x5571735fdc00 void 0.000110
+gallium_dri.so free 0x5571735fdaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000110
+gallium_dri.so free 0x5571735fdc40 void 0.000110
+gallium_dri.so free 0x5571735fdbb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000111
+gallium_dri.so free 0x5571735fdd00 void 0.000109
+gallium_dri.so free 0x5571735fdbb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fdd70 0.000110
+gallium_dri.so free 0x5571735fddc0 void 0.000110
+gallium_dri.so free 0x5571735fdd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdd70 0.000111
+gallium_dri.so free 0x5571735fdec0 void 0.000122
+gallium_dri.so free 0x5571735fdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde70 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000111
+gallium_dri.so free 0x5571735fde70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdf30 0.000127
+gallium_dri.so free 0x5571735fdfc0 void 0.000126
+gallium_dri.so free 0x5571735fdf30 void 0.000180
+gallium_dri.so malloc 72 0x5571735fdf30 0.000195
+gallium_dri.so free 0x5571735fe080 void 0.000231
+gallium_dri.so free 0x5571735fdf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000161
+gallium_dri.so free 0x5571735fe140 void 0.000155
+gallium_dri.so free 0x5571735fe0c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe140 0.000124
+gallium_dri.so free 0x5571735fe200 void 0.000120
+gallium_dri.so free 0x5571735fe140 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe140 0.000118
+gallium_dri.so free 0x5571735fe2c0 void 0.000123
+gallium_dri.so free 0x5571735fe140 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe2e0 0.000119
+gallium_dri.so free 0x5571735fe380 void 0.000119
+gallium_dri.so free 0x5571735fe2e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe330 0.000118
+gallium_dri.so free 0x5571735fe400 void 0.000116
+gallium_dri.so free 0x5571735fe330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe330 0.000119
+gallium_dri.so free 0x5571735fe480 void 0.000127
+gallium_dri.so free 0x5571735fe330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe480 0.000118
+gallium_dri.so free 0x5571735fe540 void 0.000114
+gallium_dri.so free 0x5571735fe480 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe480 0.000123
+gallium_dri.so free 0x5571735fe600 void 0.000123
+gallium_dri.so free 0x5571735fe480 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe480 0.000122
+gallium_dri.so free 0x5571735fe6c0 void 0.000118
+gallium_dri.so free 0x5571735fe480 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe670 0.000119
+gallium_dri.so free 0x5571735fe780 void 0.000121
+gallium_dri.so free 0x5571735fe670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe730 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000118
+gallium_dri.so free 0x5571735fe730 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe850 0.000124
+gallium_dri.so free 0x5571735fe8c0 void 0.000119
+gallium_dri.so free 0x5571735fe850 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe8e0 0.000118
+gallium_dri.so free 0x5571735fe980 void 0.000120
+gallium_dri.so free 0x5571735fe8e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe930 0.000128
+gallium_dri.so free 0x5571735fea00 void 0.000121
+gallium_dri.so free 0x5571735fe930 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe930 0.000122
+gallium_dri.so free 0x5571735fea80 void 0.000123
+gallium_dri.so free 0x5571735fe930 void 0.000124
+gallium_dri.so malloc 72 0x5571735fea80 0.000119
+gallium_dri.so free 0x5571735feb40 void 0.000121
+gallium_dri.so free 0x5571735fea80 void 0.000123
+gallium_dri.so malloc 72 0x5571735fea80 0.000119
+gallium_dri.so free 0x5571735fec40 void 0.000116
+gallium_dri.so free 0x5571735fea80 void 0.000119
+gallium_dri.so malloc 72 0x5571735febf0 0.000124
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so free 0x5571735febf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735febf0 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000120
+gallium_dri.so free 0x5571735febf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed80 0.000115
+gallium_dri.so free 0x5571735fee00 void 0.000119
+gallium_dri.so free 0x5571735fed80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fee00 0.000124
+gallium_dri.so free 0x5571735feec0 void 0.000170
+gallium_dri.so free 0x5571735fee00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fee00 0.000129
+gallium_dri.so free 0x5571735fef40 void 0.000125
+gallium_dri.so free 0x5571735fee00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef70 0.000125
+gallium_dri.so free 0x5571735fefc0 void 0.000130
+gallium_dri.so free 0x5571735fef70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fef70 0.000125
+gallium_dri.so free 0x5571735ff0c0 void 0.000125
+gallium_dri.so free 0x5571735fef70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff100 0.000125
+gallium_dri.so free 0x5571735ff180 void 0.000125
+gallium_dri.so free 0x5571735ff100 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff180 0.000130
+gallium_dri.so free 0x5571735ff240 void 0.000126
+gallium_dri.so free 0x5571735ff180 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff180 0.000130
+gallium_dri.so free 0x5571735ff2c0 void 0.000129
+gallium_dri.so free 0x5571735ff180 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000121
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so free 0x5571735ff2f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000130
+gallium_dri.so free 0x5571735ff440 void 0.000125
+gallium_dri.so free 0x5571735ff2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff3f0 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000175
+gallium_dri.so free 0x5571735ff3f0 void 0.000245
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000271
+gallium_dri.so free 0x5571735ff580 void 0.000282
+gallium_dri.so free 0x5571735ff4b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000165
+gallium_dri.so free 0x5571735ff640 void 0.000161
+gallium_dri.so free 0x5571735ff4b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000131
+gallium_dri.so free 0x5571735ff700 void 0.000222
+gallium_dri.so free 0x5571735ff4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000129
+gallium_dri.so free 0x5571735ff780 void 0.000124
+gallium_dri.so free 0x5571735ff6b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff7d0 0.000125
+gallium_dri.so free 0x5571735ff840 void 0.000128
+gallium_dri.so free 0x5571735ff7d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff860 0.000126
+gallium_dri.so free 0x5571735ff900 void 0.000122
+gallium_dri.so free 0x5571735ff860 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000130
+gallium_dri.so free 0x5571735ff980 void 0.000129
+gallium_dri.so free 0x5571735ff8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff980 0.000135
+gallium_dri.so free 0x5571735ffa40 void 0.000131
+gallium_dri.so free 0x5571735ff980 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff980 0.000130
+gallium_dri.so free 0x5571735ffac0 void 0.000124
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffac0 0.000120
+gallium_dri.so free 0x5571735ffb80 void 0.000125
+gallium_dri.so free 0x5571735ffac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffac0 0.000124
+gallium_dri.so free 0x5571735ffc40 void 0.000130
+gallium_dri.so free 0x5571735ffac0 void 0.000196
+gallium_dri.so malloc 72 0x5571735ffac0 0.000186
+gallium_dri.so free 0x5571735ffd00 void 0.000219
+gallium_dri.so free 0x5571735ffac0 void 0.000246
+gallium_dri.so malloc 72 0x5571735ffcb0 0.000283
+gallium_dri.so free 0x5571735ffd80 void 0.000283
+gallium_dri.so free 0x5571735ffcb0 void 0.000245
+gallium_dri.so malloc 72 0x5571735ffdd0 0.000168
+gallium_dri.so free 0x5571735ffec0 void 0.000166
+gallium_dri.so free 0x5571735ffdd0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ffdd0 0.000129
+gallium_dri.so free 0x5571735fff40 void 0.000125
+gallium_dri.so free 0x5571735ffdd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffdd0 0.000126
+gallium_dri.so free 0x5571735b4500 void 0.000124
+gallium_dri.so free 0x5571735ffdd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b44b0 0.000124
+gallium_dri.so free 0x557173454440 void 0.000138
+gallium_dri.so free 0x5571735b44b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734543f0 0.000128
+gallium_dri.so free 0x5571735b4b80 void 0.000129
+gallium_dri.so free 0x5571734543f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4b80 0.000129
+gallium_dri.so free 0x5571735b4280 void 0.000128
+gallium_dri.so free 0x5571735b4b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735b4b80 0.000129
+gallium_dri.so free 0x5571735b4300 void 0.000125
+gallium_dri.so free 0x5571735b4b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4330 0.000130
+gallium_dri.so free 0x5571735b3ec0 void 0.000124
+gallium_dri.so free 0x5571735b4330 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3e70 0.000123
+gallium_dri.so free 0x5571735b3ec0 void 0.000128
+gallium_dri.so free 0x5571735b3e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3e70 0.000128
+gallium_dri.so free 0x5571735b3fc0 void 0.000129
+gallium_dri.so free 0x5571735b3e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735b3f70 0.000126
+gallium_dri.so free 0x5571735b4080 void 0.000139
+gallium_dri.so free 0x5571735b3f70 void 0.000133
+gallium_dri.so malloc 72 0x5571735b4030 0.000130
+gallium_dri.so free 0x5571735b4600 void 0.000132
+gallium_dri.so free 0x5571735b4030 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4630 0.000125
+gallium_dri.so free 0x5571735b4680 void 0.000121
+gallium_dri.so free 0x5571735b4630 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4630 0.000135
+gallium_dri.so free 0x5571735b4780 void 0.000131
+gallium_dri.so free 0x5571735b4630 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4730 0.000130
+gallium_dri.so free 0x5571735b4840 void 0.000130
+gallium_dri.so free 0x5571735b4730 void 0.000130
+gallium_dri.so malloc 72 0x5571735b47f0 0.000132
+gallium_dri.so free 0x5571735b40c0 void 0.000130
+gallium_dri.so free 0x5571735b47f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735b47f0 0.000130
+gallium_dri.so free 0x5571735b48c0 void 0.000124
+gallium_dri.so free 0x5571735b47f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b47f0 0.000120
+gallium_dri.so free 0x5571735b4980 void 0.000125
+gallium_dri.so free 0x5571735b47f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b49c0 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000124
+gallium_dri.so free 0x5571735b49c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1470 0.000119
+gallium_dri.so free 0x5571735e1580 void 0.000127
+gallium_dri.so free 0x5571735e1470 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1530 0.000126
+gallium_dri.so free 0x5571735e15c0 void 0.000124
+gallium_dri.so free 0x5571735e1530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1530 void 0.000123
+gallium_dri.so malloc 72 0x5571735e16d0 0.000129
+gallium_dri.so free 0x5571735e1740 void 0.000128
+gallium_dri.so free 0x5571735e16d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1780 0.000123
+gallium_dri.so free 0x5571735e1800 void 0.000127
+gallium_dri.so free 0x5571735e1780 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1800 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000123
+gallium_dri.so free 0x5571735e1800 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1800 0.000139
+gallium_dri.so free 0x5571735e1940 void 0.000126
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1970 0.000121
+gallium_dri.so free 0x5571735e19c0 void 0.000125
+gallium_dri.so free 0x5571735e1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1970 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000130
+gallium_dri.so free 0x5571735e1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a70 0.000129
+gallium_dri.so free 0x5571735e1b80 void 0.000126
+gallium_dri.so free 0x5571735e1a70 void 0.000227
+gallium_dri.so malloc 72 0x5571735e1b30 0.000329
+gallium_dri.so free 0x5571735e1c00 void 0.000273
+gallium_dri.so free 0x5571735e1b30 void 0.000279
+gallium_dri.so malloc 72 0x5571735e1c20 0.000281
+gallium_dri.so free 0x5571735e1cc0 void 0.000274
+gallium_dri.so free 0x5571735e1c20 void 0.000299
+gallium_dri.so malloc 72 0x5571735e1c70 0.000165
+gallium_dri.so free 0x5571735e1d40 void 0.000161
+gallium_dri.so free 0x5571735e1c70 void 0.000164
+gallium_dri.so malloc 72 0x5571735e1c70 0.000130
+gallium_dri.so free 0x5571735e1dc0 void 0.000129
+gallium_dri.so free 0x5571735e1c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000127
+gallium_dri.so free 0x5571735e1e80 void 0.000128
+gallium_dri.so free 0x5571735e1dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000125
+gallium_dri.so free 0x5571735e1dc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000124
+gallium_dri.so free 0x5571735e2000 void 0.000174
+gallium_dri.so free 0x5571735e1dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000124
+gallium_dri.so free 0x5571735e2000 void 0.000124
+gallium_dri.so free 0x5571735e1fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000129
+gallium_dri.so free 0x5571735e2100 void 0.000140
+gallium_dri.so free 0x5571735e1fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e20b0 0.000130
+gallium_dri.so free 0x5571735e21c0 void 0.000129
+gallium_dri.so free 0x5571735e20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2170 0.000122
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so free 0x5571735e2170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2170 0.000124
+gallium_dri.so free 0x5571735e22c0 void 0.000130
+gallium_dri.so free 0x5571735e2170 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2300 0.000128
+gallium_dri.so free 0x5571735e2380 void 0.000131
+gallium_dri.so free 0x5571735e2300 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2380 0.000129
+gallium_dri.so free 0x5571735e2440 void 0.000129
+gallium_dri.so free 0x5571735e2380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2380 0.000129
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000162
+gallium_dri.so malloc 72 0x5571735e2520 0.000171
+gallium_dri.so free 0x5571735e25c0 void 0.000167
+gallium_dri.so free 0x5571735e2520 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2570 0.000130
+gallium_dri.so free 0x5571735e2640 void 0.000129
+gallium_dri.so free 0x5571735e2570 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2570 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000126
+gallium_dri.so free 0x5571735e2570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e26c0 0.000128
+gallium_dri.so free 0x5571735e2780 void 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26c0 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e26c0 0.000126
+gallium_dri.so free 0x5571735e2900 void 0.000130
+gallium_dri.so free 0x5571735e26c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735e29c0 void 0.000125
+gallium_dri.so free 0x5571735e28b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2970 0.000124
+gallium_dri.so free 0x5571735e2a40 void 0.000190
+gallium_dri.so free 0x5571735e2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2a90 0.000132
+gallium_dri.so free 0x5571735e2b00 void 0.000124
+gallium_dri.so free 0x5571735e2a90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b20 0.000216
+gallium_dri.so free 0x5571735e2bc0 void 0.000316
+gallium_dri.so free 0x5571735e2b20 void 0.000291
+gallium_dri.so malloc 72 0x5571735e2b70 0.000268
+gallium_dri.so free 0x5571735e2c40 void 0.000284
+gallium_dri.so free 0x5571735e2b70 void 0.000288
+gallium_dri.so malloc 72 0x5571735e2b70 0.000290
+gallium_dri.so free 0x5571735e2cc0 void 0.000290
+gallium_dri.so free 0x5571735e2b70 void 0.000256
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000287
+gallium_dri.so free 0x5571735e2d80 void 0.000132
+gallium_dri.so free 0x5571735e2cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000125
+gallium_dri.so free 0x5571735e2e80 void 0.000120
+gallium_dri.so free 0x5571735e2cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2e30 0.000129
+gallium_dri.so free 0x5571735e2ec0 void 0.000124
+gallium_dri.so free 0x5571735e2e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2e30 0.000128
+gallium_dri.so free 0x5571735e2f80 void 0.000126
+gallium_dri.so free 0x5571735e2e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2fc0 0.000129
+gallium_dri.so free 0x5571735e3040 void 0.000130
+gallium_dri.so free 0x5571735e2fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3040 0.000120
+gallium_dri.so free 0x5571735e3100 void 0.000120
+gallium_dri.so free 0x5571735e3040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3040 0.000128
+gallium_dri.so free 0x5571735e3180 void 0.000130
+gallium_dri.so free 0x5571735e3040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e31b0 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000134
+gallium_dri.so free 0x5571735e31b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e31b0 0.000130
+gallium_dri.so free 0x5571735e3300 void 0.000129
+gallium_dri.so free 0x5571735e31b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3340 0.000135
+gallium_dri.so free 0x5571735e33c0 void 0.000125
+gallium_dri.so free 0x5571735e3340 void 0.000123
+gallium_dri.so malloc 72 0x5571735e33c0 0.000130
+gallium_dri.so free 0x5571735e3480 void 0.000129
+gallium_dri.so free 0x5571735e33c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e33c0 0.000130
+gallium_dri.so free 0x5571735e3500 void 0.000126
+gallium_dri.so free 0x5571735e33c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3530 0.000124
+gallium_dri.so free 0x5571735e3580 void 0.000123
+gallium_dri.so free 0x5571735e3530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3530 0.000126
+gallium_dri.so free 0x5571735e3680 void 0.000124
+gallium_dri.so free 0x5571735e3530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3630 0.000120
+gallium_dri.so free 0x5571735e3740 void 0.000124
+gallium_dri.so free 0x5571735e3630 void 0.000168
+gallium_dri.so malloc 72 0x5571735e36f0 0.000127
+gallium_dri.so free 0x5571735e3d40 void 0.000131
+gallium_dri.so free 0x5571735e36f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e36f0 0.000120
+gallium_dri.so free 0x5571735e3dc0 void 0.000126
+gallium_dri.so free 0x5571735e36f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3df0 0.000130
+gallium_dri.so free 0x5571735e3e40 void 0.000126
+gallium_dri.so free 0x5571735e3df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3df0 0.000122
+gallium_dri.so free 0x5571735e3f40 void 0.000126
+gallium_dri.so free 0x5571735e3df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000125
+gallium_dri.so free 0x5571735e4000 void 0.000130
+gallium_dri.so free 0x5571735e3ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000129
+gallium_dri.so free 0x5571735e4040 void 0.000126
+gallium_dri.so free 0x5571735e3fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000126
+gallium_dri.so free 0x5571735e4100 void 0.000126
+gallium_dri.so free 0x5571735e3fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4150 0.000132
+gallium_dri.so free 0x5571735e41c0 void 0.000130
+gallium_dri.so free 0x5571735e4150 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4200 0.000129
+gallium_dri.so free 0x5571735e4280 void 0.000128
+gallium_dri.so free 0x5571735e4200 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4280 0.000129
+gallium_dri.so free 0x5571735e4340 void 0.000124
+gallium_dri.so free 0x5571735e4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4280 0.000120
+gallium_dri.so free 0x5571735e43c0 void 0.000127
+gallium_dri.so free 0x5571735e4280 void 0.000126
+gallium_dri.so malloc 72 0x5571735e43f0 0.000119
+gallium_dri.so free 0x5571735e4440 void 0.000125
+gallium_dri.so free 0x5571735e43f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e43f0 0.000119
+gallium_dri.so free 0x5571735e4540 void 0.000126
+gallium_dri.so free 0x5571735e43f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e44f0 0.000128
+gallium_dri.so free 0x5571735e4600 void 0.000121
+gallium_dri.so free 0x5571735e44f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e45b0 0.000129
+gallium_dri.so free 0x5571735e4680 void 0.000188
+gallium_dri.so free 0x5571735e45b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735e46a0 0.000223
+gallium_dri.so free 0x5571735e4740 void 0.000200
+gallium_dri.so free 0x5571735e46a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e46f0 0.000131
+gallium_dri.so free 0x5571735e47c0 void 0.000131
+gallium_dri.so free 0x5571735e46f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e46f0 0.000130
+gallium_dri.so free 0x5571735e4840 void 0.000125
+gallium_dri.so free 0x5571735e46f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4840 0.000125
+gallium_dri.so free 0x5571735e4900 void 0.000131
+gallium_dri.so free 0x5571735e4840 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4840 0.000124
+gallium_dri.so free 0x5571735e49c0 void 0.000125
+gallium_dri.so free 0x5571735e4840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4840 0.000126
+gallium_dri.so free 0x5571735e4a80 void 0.000125
+gallium_dri.so free 0x5571735e4840 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4a30 0.000170
+gallium_dri.so free 0x5571735e4a80 void 0.000128
+gallium_dri.so free 0x5571735e4a30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4a30 0.000129
+gallium_dri.so free 0x5571735e4b80 void 0.000125
+gallium_dri.so free 0x5571735e4a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4b30 0.000125
+gallium_dri.so free 0x5571735e4c40 void 0.000129
+gallium_dri.so free 0x5571735e4b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000120
+gallium_dri.so free 0x5571735e4c80 void 0.000126
+gallium_dri.so free 0x5571735e4bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000129
+gallium_dri.so free 0x5571735e4d40 void 0.000129
+gallium_dri.so free 0x5571735e4bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4d80 0.000128
+gallium_dri.so free 0x5571735e4e00 void 0.000124
+gallium_dri.so free 0x5571735e4d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4e00 0.000119
+gallium_dri.so free 0x5571735e4ec0 void 0.000125
+gallium_dri.so free 0x5571735e4e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4e00 0.000134
+gallium_dri.so free 0x5571735e4f80 void 0.000122
+gallium_dri.so free 0x5571735e4e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4fa0 0.000129
+gallium_dri.so free 0x5571735e5040 void 0.000124
+gallium_dri.so free 0x5571735e4fa0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000124
+gallium_dri.so free 0x5571735e50c0 void 0.000126
+gallium_dri.so free 0x5571735e4ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000128
+gallium_dri.so free 0x5571735e5140 void 0.000130
+gallium_dri.so free 0x5571735e4ff0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e5140 0.000131
+gallium_dri.so free 0x5571735e5200 void 0.000126
+gallium_dri.so free 0x5571735e5140 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5140 0.000129
+gallium_dri.so free 0x5571735e52c0 void 0.000128
+gallium_dri.so free 0x5571735e5140 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5140 0.000128
+gallium_dri.so free 0x5571735e5380 void 0.000129
+gallium_dri.so free 0x5571735e5140 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5330 0.000124
+gallium_dri.so free 0x5571735e5440 void 0.000122
+gallium_dri.so free 0x5571735e5330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e53f0 0.000123
+gallium_dri.so free 0x5571735e54c0 void 0.000126
+gallium_dri.so free 0x5571735e53f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5510 0.000119
+gallium_dri.so free 0x5571735e5580 void 0.000125
+gallium_dri.so free 0x5571735e5510 void 0.000129
+gallium_dri.so malloc 72 0x5571735e55a0 0.000131
+gallium_dri.so free 0x5571735e5640 void 0.000129
+gallium_dri.so free 0x5571735e55a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e55f0 0.000124
+gallium_dri.so free 0x5571735e56c0 void 0.000129
+gallium_dri.so free 0x5571735e55f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e55f0 0.000126
+gallium_dri.so free 0x5571735e5740 void 0.000126
+gallium_dri.so free 0x5571735e55f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5740 0.000121
+gallium_dri.so free 0x5571735e5800 void 0.000124
+gallium_dri.so free 0x5571735e5740 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5740 0.000130
+gallium_dri.so free 0x5571735e5900 void 0.000125
+gallium_dri.so free 0x5571735e5740 void 0.000123
+gallium_dri.so malloc 72 0x5571735e58b0 0.000129
+gallium_dri.so free 0x5571735e5940 void 0.000129
+gallium_dri.so free 0x5571735e58b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e58b0 0.000129
+gallium_dri.so free 0x5571735e5a00 void 0.000125
+gallium_dri.so free 0x5571735e58b0 void 0.000220
+gallium_dri.so malloc 72 0x5571735e5a40 0.000128
+gallium_dri.so free 0x5571735e5ac0 void 0.000130
+gallium_dri.so free 0x5571735e5a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000126
+gallium_dri.so free 0x5571735e5b80 void 0.000130
+gallium_dri.so free 0x5571735e5ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000125
+gallium_dri.so free 0x5571735e5c00 void 0.000129
+gallium_dri.so free 0x5571735e5ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5c30 0.000120
+gallium_dri.so free 0x5571735e5c80 void 0.000124
+gallium_dri.so free 0x5571735e5c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5c30 0.000124
+gallium_dri.so free 0x5571735e5d80 void 0.000120
+gallium_dri.so free 0x5571735e5c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5dc0 0.000118
+gallium_dri.so free 0x5571735e5e40 void 0.000119
+gallium_dri.so free 0x5571735e5dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5e40 0.000130
+gallium_dri.so free 0x5571735e5f00 void 0.000123
+gallium_dri.so free 0x5571735e5e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5e40 0.000233
+gallium_dri.so free 0x5571735e5f80 void 0.000225
+gallium_dri.so free 0x5571735e5e40 void 0.000159
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000156
+gallium_dri.so free 0x5571735e6000 void 0.000121
+gallium_dri.so free 0x5571735e5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5fb0 0.000118
+gallium_dri.so free 0x5571735e6100 void 0.000118
+gallium_dri.so free 0x5571735e5fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e60b0 0.000117
+gallium_dri.so free 0x5571735e61c0 void 0.000116
+gallium_dri.so free 0x5571735e60b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6170 0.000116
+gallium_dri.so free 0x557173455400 void 0.000116
+gallium_dri.so free 0x5571735e6170 void 0.000114
+gallium_dri.so malloc 72 0x557173455420 0.000115
+gallium_dri.so free 0x5571734554c0 void 0.000116
+gallium_dri.so free 0x557173455420 void 0.000114
+gallium_dri.so malloc 72 0x557173455470 0.000115
+gallium_dri.so free 0x557173455540 void 0.000117
+gallium_dri.so free 0x557173455470 void 0.000115
+gallium_dri.so malloc 72 0x557173455470 0.000114
+gallium_dri.so free 0x5571734555c0 void 0.000116
+gallium_dri.so free 0x557173455470 void 0.000114
+gallium_dri.so malloc 72 0x5571734555c0 0.000115
+gallium_dri.so free 0x557173455680 void 0.000132
+gallium_dri.so free 0x5571734555c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734555c0 0.000115
+gallium_dri.so free 0x557173455740 void 0.000115
+gallium_dri.so free 0x5571734555c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734555c0 0.000116
+gallium_dri.so free 0x557173455800 void 0.000116
+gallium_dri.so free 0x5571734555c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734557b0 0.000115
+gallium_dri.so free 0x5571734558c0 void 0.000115
+gallium_dri.so free 0x5571734557b0 void 0.000115
+gallium_dri.so malloc 72 0x557173455870 0.000116
+gallium_dri.so free 0x557173455940 void 0.000116
+gallium_dri.so free 0x557173455870 void 0.000115
+gallium_dri.so malloc 72 0x557173455990 0.000114
+gallium_dri.so free 0x557173455a00 void 0.000116
+gallium_dri.so free 0x557173455990 void 0.000114
+gallium_dri.so malloc 72 0x557173455a20 0.000115
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x557173455a20 void 0.000114
+gallium_dri.so malloc 72 0x557173455a70 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000116
+gallium_dri.so free 0x557173455a70 void 0.000114
+gallium_dri.so malloc 72 0x557173455a70 0.000115
+gallium_dri.so free 0x557173455bc0 void 0.000116
+gallium_dri.so free 0x557173455a70 void 0.000115
+gallium_dri.so malloc 72 0x557173455bc0 0.000116
+gallium_dri.so free 0x557173455c80 void 0.000128
+gallium_dri.so free 0x557173455bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173455bc0 0.000113
+gallium_dri.so free 0x557173455d80 void 0.000113
+gallium_dri.so free 0x557173455bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173455d30 0.000112
+gallium_dri.so free 0x557173455dc0 void 0.000116
+gallium_dri.so free 0x557173455d30 void 0.000113
+gallium_dri.so malloc 72 0x557173455d30 0.000113
+gallium_dri.so free 0x557173455e80 void 0.000114
+gallium_dri.so free 0x557173455d30 void 0.000114
+gallium_dri.so malloc 72 0x557173455ec0 0.000114
+gallium_dri.so free 0x557173455f40 void 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173455f40 0.000113
+gallium_dri.so free 0x557173456000 void 0.000113
+gallium_dri.so free 0x557173455f40 void 0.000112
+gallium_dri.so malloc 72 0x557173455f40 0.000111
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so free 0x557173455f40 void 0.000114
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456100 void 0.000113
+gallium_dri.so free 0x5571734560b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456200 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456240 0.000113
+gallium_dri.so free 0x5571734562c0 void 0.000121
+gallium_dri.so free 0x557173456240 void 0.000122
+gallium_dri.so malloc 72 0x5571734562c0 0.000115
+gallium_dri.so free 0x557173456380 void 0.000115
+gallium_dri.so free 0x5571734562c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734562c0 0.000115
+gallium_dri.so free 0x557173456400 void 0.000116
+gallium_dri.so free 0x5571734562c0 void 0.000116
+gallium_dri.so malloc 72 0x557173456430 0.000114
+gallium_dri.so free 0x557173456480 void 0.000115
+gallium_dri.so free 0x557173456430 void 0.000116
+gallium_dri.so malloc 72 0x557173456430 0.000114
+gallium_dri.so free 0x557173456580 void 0.000116
+gallium_dri.so free 0x557173456430 void 0.000114
+gallium_dri.so malloc 72 0x557173456530 0.000116
+gallium_dri.so free 0x557173456640 void 0.000116
+gallium_dri.so free 0x557173456530 void 0.000114
+gallium_dri.so malloc 72 0x5571734565f0 0.000116
+gallium_dri.so free 0x5571734566c0 void 0.000116
+gallium_dri.so free 0x5571734565f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734565f0 0.000114
+gallium_dri.so free 0x557173456780 void 0.000116
+gallium_dri.so free 0x5571734565f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734565f0 0.000114
+gallium_dri.so free 0x557173456840 void 0.000116
+gallium_dri.so free 0x5571734565f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734567f0 0.000113
+gallium_dri.so free 0x5571734568c0 void 0.000116
+gallium_dri.so free 0x5571734567f0 void 0.000139
+gallium_dri.so malloc 72 0x557173456910 0.000116
+gallium_dri.so free 0x557173456980 void 0.000116
+gallium_dri.so free 0x557173456910 void 0.000114
+gallium_dri.so malloc 72 0x5571734569a0 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000116
+gallium_dri.so free 0x5571734569a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734569f0 0.000115
+gallium_dri.so free 0x557173456ac0 void 0.000117
+gallium_dri.so free 0x5571734569f0 void 0.000141
+gallium_dri.so malloc 72 0x557173456ac0 0.000116
+gallium_dri.so free 0x557173456b80 void 0.000116
+gallium_dri.so free 0x557173456ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173456ac0 0.000114
+gallium_dri.so free 0x557173456c00 void 0.000116
+gallium_dri.so free 0x557173456ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173456c00 0.000114
+gallium_dri.so free 0x557173456cc0 void 0.000115
+gallium_dri.so free 0x557173456c00 void 0.000115
+gallium_dri.so malloc 72 0x557173456c00 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000116
+gallium_dri.so free 0x557173456c00 void 0.000116
+gallium_dri.so malloc 72 0x557173456c00 0.000116
+gallium_dri.so free 0x557173456e40 void 0.000116
+gallium_dri.so free 0x557173456c00 void 0.000115
+gallium_dri.so malloc 72 0x557173456df0 0.000115
+gallium_dri.so free 0x557173456ec0 void 0.000116
+gallium_dri.so free 0x557173456df0 void 0.000117
+gallium_dri.so malloc 72 0x557173456f10 0.000116
+gallium_dri.so free 0x557173456f80 void 0.000115
+gallium_dri.so free 0x557173456f10 void 0.000113
+gallium_dri.so malloc 72 0x557173456fc0 0.000113
+gallium_dri.so free 0x557173457040 void 0.000114
+gallium_dri.so free 0x557173456fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173456fc0 0.000112
+gallium_dri.so free 0x5571734570c0 void 0.000116
+gallium_dri.so free 0x557173456fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571734570f0 0.000112
+gallium_dri.so free 0x557173457140 void 0.000115
+gallium_dri.so free 0x5571734570f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000113
+gallium_dri.so free 0x557173457240 void 0.000115
+gallium_dri.so free 0x5571734570f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734571f0 0.000117
+gallium_dri.so free 0x557173457300 void 0.000115
+gallium_dri.so free 0x5571734571f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734572b0 0.000112
+gallium_dri.so free 0x557173457340 void 0.000114
+gallium_dri.so free 0x5571734572b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734572b0 0.000113
+gallium_dri.so free 0x557173457400 void 0.000114
+gallium_dri.so free 0x5571734572b0 void 0.000113
+gallium_dri.so malloc 72 0x557173457470 0.000114
+gallium_dri.so free 0x5571734574c0 void 0.000115
+gallium_dri.so free 0x557173457470 void 0.000126
+gallium_dri.so malloc 72 0x557173457470 0.000117
+gallium_dri.so free 0x5571734575c0 void 0.000117
+gallium_dri.so free 0x557173457470 void 0.000115
+gallium_dri.so malloc 72 0x557173457570 0.000114
+gallium_dri.so free 0x557173457680 void 0.000116
+gallium_dri.so free 0x557173457570 void 0.000115
+gallium_dri.so malloc 72 0x557173457630 0.000115
+gallium_dri.so free 0x5571734576c0 void 0.000116
+gallium_dri.so free 0x557173457630 void 0.000114
+gallium_dri.so malloc 72 0x557173457630 0.000114
+gallium_dri.so free 0x557173457780 void 0.000116
+gallium_dri.so free 0x557173457630 void 0.000114
+gallium_dri.so malloc 72 0x5571734577c0 0.000115
+gallium_dri.so free 0x557173457840 void 0.000116
+gallium_dri.so free 0x5571734577c0 void 0.000114
+gallium_dri.so malloc 72 0x557173457840 0.000114
+gallium_dri.so free 0x557173457900 void 0.000115
+gallium_dri.so free 0x557173457840 void 0.000114
+gallium_dri.so malloc 72 0x557173457840 0.000116
+gallium_dri.so free 0x5571734579c0 void 0.000117
+gallium_dri.so free 0x557173457840 void 0.000114
+gallium_dri.so malloc 72 0x5571734579e0 0.000115
+gallium_dri.so free 0x557173457a80 void 0.000116
+gallium_dri.so free 0x5571734579e0 void 0.000114
+gallium_dri.so malloc 72 0x557173457a30 0.000115
+gallium_dri.so free 0x557173457b00 void 0.000117
+gallium_dri.so free 0x557173457a30 void 0.000160
+gallium_dri.so malloc 72 0x557173457a30 0.000117
+gallium_dri.so free 0x557173457b80 void 0.000115
+gallium_dri.so free 0x557173457a30 void 0.000114
+gallium_dri.so malloc 72 0x557173457b80 0.000114
+gallium_dri.so free 0x557173457c40 void 0.000116
+gallium_dri.so free 0x557173457b80 void 0.000115
+gallium_dri.so malloc 72 0x557173457b80 0.000114
+gallium_dri.so free 0x557173457d00 void 0.000115
+gallium_dri.so free 0x557173457b80 void 0.000114
+gallium_dri.so malloc 72 0x557173457b80 0.000116
+gallium_dri.so free 0x557173457dc0 void 0.000115
+gallium_dri.so free 0x557173457b80 void 0.000116
+gallium_dri.so malloc 72 0x557173457d70 0.000114
+gallium_dri.so free 0x557173457e80 void 0.000115
+gallium_dri.so free 0x557173457d70 void 0.000114
+gallium_dri.so malloc 72 0x557173457e30 0.000114
+gallium_dri.so free 0x557173457f00 void 0.000116
+gallium_dri.so free 0x557173457e30 void 0.000116
+gallium_dri.so malloc 72 0x557173457f50 0.000116
+gallium_dri.so free 0x557173457fc0 void 0.000115
+gallium_dri.so free 0x557173457f50 void 0.000115
+gallium_dri.so malloc 72 0x557173457fe0 0.000114
+gallium_dri.so free 0x557173458080 void 0.000116
+gallium_dri.so free 0x557173457fe0 void 0.000114
+gallium_dri.so malloc 72 0x557173458030 0.000114
+gallium_dri.so free 0x557173458100 void 0.000115
+gallium_dri.so free 0x557173458030 void 0.000127
+gallium_dri.so malloc 72 0x557173458030 0.000115
+gallium_dri.so free 0x557173458180 void 0.000113
+gallium_dri.so free 0x557173458030 void 0.000114
+gallium_dri.so malloc 72 0x557173458180 0.000112
+gallium_dri.so free 0x557173458240 void 0.000115
+gallium_dri.so free 0x557173458180 void 0.000117
+gallium_dri.so malloc 72 0x557173458180 0.000114
+gallium_dri.so free 0x557173458340 void 0.000113
+gallium_dri.so free 0x557173458180 void 0.000112
+gallium_dri.so malloc 72 0x5571734582f0 0.000112
+gallium_dri.so free 0x557173458380 void 0.000113
+gallium_dri.so free 0x5571734582f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734582f0 0.000113
+gallium_dri.so free 0x557173458440 void 0.000139
+gallium_dri.so free 0x5571734582f0 void 0.000114
+gallium_dri.so malloc 72 0x557173458480 0.000112
+gallium_dri.so free 0x557173458500 void 0.000113
+gallium_dri.so free 0x557173458480 void 0.000113
+gallium_dri.so malloc 72 0x557173458500 0.000112
+gallium_dri.so free 0x5571734585c0 void 0.000115
+gallium_dri.so free 0x557173458500 void 0.000113
+gallium_dri.so malloc 72 0x557173458500 0.000112
+gallium_dri.so free 0x557173458640 void 0.000113
+gallium_dri.so free 0x557173458500 void 0.000111
+gallium_dri.so malloc 72 0x557173458670 0.000113
+gallium_dri.so free 0x5571734586c0 void 0.000114
+gallium_dri.so free 0x557173458670 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000127
+gallium_dri.so free 0x5571734587c0 void 0.000117
+gallium_dri.so free 0x557173458670 void 0.000115
+gallium_dri.so malloc 72 0x557173458800 0.000114
+gallium_dri.so free 0x557173458880 void 0.000116
+gallium_dri.so free 0x557173458800 void 0.000114
+gallium_dri.so malloc 72 0x557173458880 0.000115
+gallium_dri.so free 0x557173458940 void 0.000115
+gallium_dri.so free 0x557173458880 void 0.000116
+gallium_dri.so malloc 72 0x557173458880 0.000115
+gallium_dri.so free 0x5571734589c0 void 0.000116
+gallium_dri.so free 0x557173458880 void 0.000114
+gallium_dri.so malloc 72 0x5571734589f0 0.000114
+gallium_dri.so free 0x557173458a40 void 0.000116
+gallium_dri.so free 0x5571734589f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734589f0 0.000114
+gallium_dri.so free 0x557173458b40 void 0.000116
+gallium_dri.so free 0x5571734589f0 void 0.000114
+gallium_dri.so malloc 72 0x557173458af0 0.000116
+gallium_dri.so free 0x557173459c40 void 0.000116
+gallium_dri.so free 0x557173458af0 void 0.000115
+gallium_dri.so malloc 72 0x557173459bf0 0.000115
+gallium_dri.so free 0x557173459cc0 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000117
+gallium_dri.so free 0x557173459d80 void 0.000116
+gallium_dri.so free 0x557173459bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173459bf0 0.000115
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173459df0 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459df0 void 0.000113
+gallium_dri.so malloc 72 0x557173459f10 0.000113
+gallium_dri.so free 0x557173459f80 void 0.000115
+gallium_dri.so free 0x557173459f10 void 0.000114
+gallium_dri.so malloc 72 0x557173459fa0 0.000112
+gallium_dri.so free 0x55717345a040 void 0.000115
+gallium_dri.so free 0x557173459fa0 void 0.000112
+gallium_dri.so malloc 72 0x557173459ff0 0.000114
+gallium_dri.so free 0x55717345a0c0 void 0.000114
+gallium_dri.so free 0x557173459ff0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a0c0 0.000112
+gallium_dri.so free 0x55717345a180 void 0.000114
+gallium_dri.so free 0x55717345a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a0c0 0.000113
+gallium_dri.so free 0x55717345a200 void 0.000113
+gallium_dri.so free 0x55717345a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a200 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a200 void 0.000118
+gallium_dri.so malloc 72 0x55717345a200 0.000113
+gallium_dri.so free 0x55717345a380 void 0.000114
+gallium_dri.so free 0x55717345a200 void 0.000112
+gallium_dri.so malloc 72 0x55717345a200 0.000129
+gallium_dri.so free 0x55717345a440 void 0.000115
+gallium_dri.so free 0x55717345a200 void 0.000115
+gallium_dri.so malloc 72 0x55717345a3f0 0.000115
+gallium_dri.so free 0x55717345a4c0 void 0.000116
+gallium_dri.so free 0x55717345a3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a510 0.000115
+gallium_dri.so free 0x55717345a580 void 0.000116
+gallium_dri.so free 0x55717345a510 void 0.000114
+gallium_dri.so malloc 72 0x55717345a5c0 0.000114
+gallium_dri.so free 0x55717345a640 void 0.000117
+gallium_dri.so free 0x55717345a5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a5c0 0.000115
+gallium_dri.so free 0x55717345a6c0 void 0.000116
+gallium_dri.so free 0x55717345a5c0 void 0.000246
+gallium_dri.so malloc 72 0x55717345a6f0 0.000149
+gallium_dri.so free 0x55717345a740 void 0.000119
+gallium_dri.so free 0x55717345a6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a6f0 0.000111
+gallium_dri.so free 0x55717345a840 void 0.000113
+gallium_dri.so free 0x55717345a6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a7f0 0.000111
+gallium_dri.so free 0x55717345a900 void 0.000113
+gallium_dri.so free 0x55717345a7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a8b0 0.000114
+gallium_dri.so free 0x55717345a940 void 0.000114
+gallium_dri.so free 0x55717345a8b0 void 0.000166
+gallium_dri.so malloc 72 0x55717345a8b0 0.000115
+gallium_dri.so free 0x55717345aa00 void 0.000116
+gallium_dri.so free 0x55717345a8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345aa70 0.000113
+gallium_dri.so free 0x55717345aac0 void 0.000115
+gallium_dri.so free 0x55717345aa70 void 0.000113
+gallium_dri.so malloc 72 0x55717345aa70 0.000113
+gallium_dri.so free 0x55717345abc0 void 0.000115
+gallium_dri.so free 0x55717345aa70 void 0.000114
+gallium_dri.so malloc 72 0x55717345ab70 0.000112
+gallium_dri.so free 0x55717345ac80 void 0.000115
+gallium_dri.so free 0x55717345ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac30 0.000113
+gallium_dri.so free 0x55717345acc0 void 0.000114
+gallium_dri.so free 0x55717345ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac30 0.000114
+gallium_dri.so free 0x55717345ad80 void 0.000115
+gallium_dri.so free 0x55717345ac30 void 0.000114
+gallium_dri.so malloc 72 0x55717345adc0 0.000115
+gallium_dri.so free 0x55717345ae40 void 0.000115
+gallium_dri.so free 0x55717345adc0 void 0.000112
+gallium_dri.so malloc 72 0x55717345ae40 0.000116
+gallium_dri.so free 0x55717345af00 void 0.000115
+gallium_dri.so free 0x55717345ae40 void 0.000114
+gallium_dri.so malloc 72 0x55717345ae40 0.000114
+gallium_dri.so free 0x55717345afc0 void 0.000116
+gallium_dri.so free 0x55717345ae40 void 0.000125
+gallium_dri.so malloc 72 0x55717345afe0 0.000115
+gallium_dri.so free 0x55717345b080 void 0.000115
+gallium_dri.so free 0x55717345afe0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b030 0.000115
+gallium_dri.so free 0x55717345b100 void 0.000115
+gallium_dri.so free 0x55717345b030 void 0.000114
+gallium_dri.so malloc 72 0x55717345b030 0.000113
+gallium_dri.so free 0x55717345b180 void 0.000115
+gallium_dri.so free 0x55717345b030 void 0.000114
+gallium_dri.so malloc 72 0x55717345b180 0.000114
+gallium_dri.so free 0x55717345b240 void 0.000115
+gallium_dri.so free 0x55717345b180 void 0.000112
+gallium_dri.so malloc 72 0x55717345b180 0.000117
+gallium_dri.so free 0x55717345b300 void 0.000115
+gallium_dri.so free 0x55717345b180 void 0.000113
+gallium_dri.so malloc 72 0x55717345b180 0.000113
+gallium_dri.so free 0x55717345b3c0 void 0.000133
+gallium_dri.so free 0x55717345b180 void 0.000116
+gallium_dri.so malloc 72 0x55717345b370 0.000115
+gallium_dri.so free 0x55717345b480 void 0.000115
+gallium_dri.so free 0x55717345b370 void 0.000114
+gallium_dri.so malloc 72 0x55717345b430 0.000113
+gallium_dri.so free 0x55717345b500 void 0.000115
+gallium_dri.so free 0x55717345b430 void 0.000114
+gallium_dri.so malloc 72 0x55717345b550 0.000122
+gallium_dri.so free 0x55717345b5c0 void 0.000115
+gallium_dri.so free 0x55717345b550 void 0.000125
+gallium_dri.so malloc 72 0x55717345b5e0 0.000115
+gallium_dri.so free 0x55717345b680 void 0.000115
+gallium_dri.so free 0x55717345b5e0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b630 0.000114
+gallium_dri.so free 0x55717345b700 void 0.000114
+gallium_dri.so free 0x55717345b630 void 0.000114
+gallium_dri.so malloc 72 0x55717345b630 0.000114
+gallium_dri.so free 0x55717345b780 void 0.000114
+gallium_dri.so free 0x55717345b630 void 0.000113
+gallium_dri.so malloc 72 0x55717345b780 0.000115
+gallium_dri.so free 0x55717345b840 void 0.000116
+gallium_dri.so free 0x55717345b780 void 0.000113
+gallium_dri.so malloc 72 0x55717345b780 0.000115
+gallium_dri.so free 0x55717345b940 void 0.000115
+gallium_dri.so free 0x55717345b780 void 0.000113
+gallium_dri.so malloc 72 0x55717345b8f0 0.000114
+gallium_dri.so free 0x55717345b980 void 0.000115
+gallium_dri.so free 0x55717345b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b8f0 0.000115
+gallium_dri.so free 0x55717345ba40 void 0.000115
+gallium_dri.so free 0x55717345b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ba80 0.000115
+gallium_dri.so free 0x55717345bb00 void 0.000116
+gallium_dri.so free 0x55717345ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717345bb00 0.000113
+gallium_dri.so free 0x55717345bbc0 void 0.000114
+gallium_dri.so free 0x55717345bb00 void 0.000112
+gallium_dri.so malloc 72 0x55717345bb00 0.000118
+gallium_dri.so free 0x55717345bc40 void 0.000114
+gallium_dri.so free 0x55717345bb00 void 0.000112
+gallium_dri.so malloc 72 0x55717345bc70 0.000114
+gallium_dri.so free 0x55717345bcc0 void 0.000114
+gallium_dri.so free 0x55717345bc70 void 0.000114
+gallium_dri.so malloc 72 0x55717345bc70 0.000114
+gallium_dri.so free 0x55717345bdc0 void 0.000114
+gallium_dri.so free 0x55717345bc70 void 0.000112
+gallium_dri.so malloc 72 0x55717345be00 0.000113
+gallium_dri.so free 0x55717345be80 void 0.000114
+gallium_dri.so free 0x55717345be00 void 0.000114
+gallium_dri.so malloc 72 0x55717345be80 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000115
+gallium_dri.so free 0x55717345be80 void 0.000116
+gallium_dri.so malloc 72 0x55717345be80 0.000119
+gallium_dri.so free 0x55717345bfc0 void 0.000115
+gallium_dri.so free 0x55717345be80 void 0.000114
+gallium_dri.so malloc 72 0x55717345bff0 0.000116
+gallium_dri.so free 0x55717345c040 void 0.000115
+gallium_dri.so free 0x55717345bff0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bff0 0.000113
+gallium_dri.so free 0x55717345c140 void 0.000115
+gallium_dri.so free 0x55717345bff0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c0f0 0.000115
+gallium_dri.so free 0x55717345c200 void 0.000118
+gallium_dri.so free 0x55717345c0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345c1b0 0.000117
+gallium_dri.so free 0x55717345c280 void 0.000116
+gallium_dri.so free 0x55717345c1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c1b0 0.000114
+gallium_dri.so free 0x55717345c340 void 0.000114
+gallium_dri.so free 0x55717345c1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c1b0 0.000117
+gallium_dri.so free 0x55717345c400 void 0.000116
+gallium_dri.so free 0x55717345c1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345c3b0 0.000113
+gallium_dri.so free 0x55717345c480 void 0.000114
+gallium_dri.so free 0x55717345c3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c4d0 0.000112
+gallium_dri.so free 0x55717345c540 void 0.000114
+gallium_dri.so free 0x55717345c4d0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c560 0.000113
+gallium_dri.so free 0x55717345c600 void 0.000115
+gallium_dri.so free 0x55717345c560 void 0.000113
+gallium_dri.so malloc 72 0x55717345c5b0 0.000116
+gallium_dri.so free 0x55717345c680 void 0.000116
+gallium_dri.so free 0x55717345c5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345c680 0.000116
+gallium_dri.so free 0x55717345c740 void 0.000139
+gallium_dri.so free 0x55717345c680 void 0.000114
+gallium_dri.so malloc 72 0x55717345c680 0.000114
+gallium_dri.so free 0x55717345c7c0 void 0.000115
+gallium_dri.so free 0x55717345c680 void 0.000113
+gallium_dri.so malloc 72 0x55717345c7c0 0.000117
+gallium_dri.so free 0x55717345c880 void 0.000115
+gallium_dri.so free 0x55717345c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c7c0 0.000113
+gallium_dri.so free 0x55717345c940 void 0.000117
+gallium_dri.so free 0x55717345c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345c7c0 0.000112
+gallium_dri.so free 0x55717345ca00 void 0.000114
+gallium_dri.so free 0x55717345c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c9b0 0.000113
+gallium_dri.so free 0x55717345ca80 void 0.000115
+gallium_dri.so free 0x55717345c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cad0 0.000113
+gallium_dri.so free 0x55717345cb40 void 0.000117
+gallium_dri.so free 0x55717345cad0 void 0.000114
+gallium_dri.so malloc 72 0x55717345cb80 0.000114
+gallium_dri.so free 0x55717345cc00 void 0.000115
+gallium_dri.so free 0x55717345cb80 void 0.000113
+gallium_dri.so malloc 72 0x55717345cb80 0.000114
+gallium_dri.so free 0x55717345cc80 void 0.000116
+gallium_dri.so free 0x55717345cb80 void 0.000113
+gallium_dri.so malloc 72 0x55717345ccb0 0.000113
+gallium_dri.so free 0x55717345cd00 void 0.000114
+gallium_dri.so free 0x55717345ccb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ccb0 0.000113
+gallium_dri.so free 0x55717345ce00 void 0.000115
+gallium_dri.so free 0x55717345ccb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345cdb0 0.000167
+gallium_dri.so free 0x55717345cec0 void 0.000117
+gallium_dri.so free 0x55717345cdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717345ce70 0.000124
+gallium_dri.so free 0x55717345cf00 void 0.000120
+gallium_dri.so free 0x55717345ce70 void 0.000118
+gallium_dri.so malloc 72 0x55717345ce70 0.000124
+gallium_dri.so free 0x55717345cfc0 void 0.000119
+gallium_dri.so free 0x55717345ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717345d030 0.000115
+gallium_dri.so free 0x55717345d080 void 0.000115
+gallium_dri.so free 0x55717345d030 void 0.000114
+gallium_dri.so malloc 72 0x55717345d030 0.000114
+gallium_dri.so free 0x55717345d180 void 0.000115
+gallium_dri.so free 0x55717345d030 void 0.000114
+gallium_dri.so malloc 72 0x55717345d130 0.000113
+gallium_dri.so free 0x55717345d240 void 0.000114
+gallium_dri.so free 0x55717345d130 void 0.000114
+gallium_dri.so malloc 72 0x55717345d1f0 0.000117
+gallium_dri.so free 0x55717345d280 void 0.000117
+gallium_dri.so free 0x55717345d1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d1f0 0.000113
+gallium_dri.so free 0x55717345d340 void 0.000115
+gallium_dri.so free 0x55717345d1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345d380 0.000112
+gallium_dri.so free 0x55717345d400 void 0.000114
+gallium_dri.so free 0x55717345d380 void 0.000126
+gallium_dri.so malloc 72 0x55717345d400 0.000115
+gallium_dri.so free 0x55717345d4c0 void 0.000116
+gallium_dri.so free 0x55717345d400 void 0.000113
+gallium_dri.so malloc 72 0x55717345d400 0.000114
+gallium_dri.so free 0x55717345d580 void 0.000115
+gallium_dri.so free 0x55717345d400 void 0.000113
+gallium_dri.so malloc 72 0x55717345d5a0 0.000113
+gallium_dri.so free 0x55717345d640 void 0.000115
+gallium_dri.so free 0x55717345d5a0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d5f0 0.000113
+gallium_dri.so free 0x55717345d6c0 void 0.000115
+gallium_dri.so free 0x55717345d5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d5f0 0.000113
+gallium_dri.so free 0x55717345d740 void 0.000114
+gallium_dri.so free 0x55717345d5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d740 0.000113
+gallium_dri.so free 0x55717345d800 void 0.000115
+gallium_dri.so free 0x55717345d740 void 0.000114
+gallium_dri.so malloc 72 0x55717345d740 0.000113
+gallium_dri.so free 0x55717345d8c0 void 0.000114
+gallium_dri.so free 0x55717345d740 void 0.000113
+gallium_dri.so malloc 72 0x55717345d740 0.000114
+gallium_dri.so free 0x55717345d980 void 0.000116
+gallium_dri.so free 0x55717345d740 void 0.000112
+gallium_dri.so malloc 72 0x55717345d930 0.000115
+gallium_dri.so free 0x55717345da40 void 0.000115
+gallium_dri.so free 0x55717345d930 void 0.000120
+gallium_dri.so malloc 72 0x55717345d9f0 0.000115
+gallium_dri.so free 0x55717345dac0 void 0.000113
+gallium_dri.so free 0x55717345d9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345db10 0.000112
+gallium_dri.so free 0x55717345db80 void 0.000112
+gallium_dri.so free 0x55717345db10 void 0.000113
+gallium_dri.so malloc 72 0x55717345dba0 0.000112
+gallium_dri.so free 0x55717345dc40 void 0.000113
+gallium_dri.so free 0x55717345dba0 void 0.000112
+gallium_dri.so malloc 72 0x55717345dbf0 0.000116
+gallium_dri.so free 0x55717345dcc0 void 0.000124
+gallium_dri.so free 0x55717345dbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345dbf0 0.000121
+gallium_dri.so free 0x55717345dd40 void 0.000126
+gallium_dri.so free 0x55717345dbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717345dd40 0.000184
+gallium_dri.so free 0x55717345de00 void 0.000245
+gallium_dri.so free 0x55717345dd40 void 0.000115
+gallium_dri.so malloc 72 0x55717345dd40 0.000115
+gallium_dri.so free 0x55717345df00 void 0.000115
+gallium_dri.so free 0x55717345dd40 void 0.000115
+gallium_dri.so malloc 72 0x55717345deb0 0.000113
+gallium_dri.so free 0x55717345df40 void 0.000115
+gallium_dri.so free 0x55717345deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345deb0 0.000112
+gallium_dri.so free 0x55717345e000 void 0.000187
+gallium_dri.so free 0x55717345deb0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e040 0.000112
+gallium_dri.so free 0x55717345e0c0 void 0.000115
+gallium_dri.so free 0x55717345e040 void 0.000112
+gallium_dri.so malloc 72 0x55717345e0c0 0.000113
+gallium_dri.so free 0x55717345e180 void 0.000114
+gallium_dri.so free 0x55717345e0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e0c0 0.000114
+gallium_dri.so free 0x55717345e200 void 0.000114
+gallium_dri.so free 0x55717345e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e230 0.000113
+gallium_dri.so free 0x55717345e280 void 0.000113
+gallium_dri.so free 0x55717345e230 void 0.000112
+gallium_dri.so malloc 72 0x55717345e230 0.000120
+gallium_dri.so free 0x55717345e380 void 0.000123
+gallium_dri.so free 0x55717345e230 void 0.000124
+gallium_dri.so malloc 72 0x55717345e3c0 0.000119
+gallium_dri.so free 0x55717345e440 void 0.000116
+gallium_dri.so free 0x55717345e3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e440 0.000114
+gallium_dri.so free 0x55717345e500 void 0.000115
+gallium_dri.so free 0x55717345e440 void 0.000115
+gallium_dri.so malloc 72 0x55717345e440 0.000113
+gallium_dri.so free 0x55717345e580 void 0.000115
+gallium_dri.so free 0x55717345e440 void 0.000113
+gallium_dri.so malloc 72 0x55717345e5b0 0.000126
+gallium_dri.so free 0x55717345e600 void 0.000115
+gallium_dri.so free 0x55717345e5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e5b0 0.000112
+gallium_dri.so free 0x55717345e700 void 0.000113
+gallium_dri.so free 0x55717345e5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e6b0 0.000113
+gallium_dri.so free 0x55717345e7c0 void 0.000114
+gallium_dri.so free 0x55717345e6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717345e770 0.000113
+gallium_dri.so free 0x55717345e840 void 0.000116
+gallium_dri.so free 0x55717345e770 void 0.000113
+gallium_dri.so malloc 72 0x55717345e770 0.000113
+gallium_dri.so free 0x55717345e900 void 0.000114
+gallium_dri.so free 0x55717345e770 void 0.000112
+gallium_dri.so malloc 72 0x55717345e770 0.000112
+gallium_dri.so free 0x55717345e9c0 void 0.000113
+gallium_dri.so free 0x55717345e770 void 0.000112
+gallium_dri.so malloc 72 0x55717345e970 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x55717345e970 void 0.000111
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x55717345ea40 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345ea60 0.000112
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x55717345ea60 void 0.000115
+gallium_dri.so malloc 72 0x55717345ea60 0.000114
+gallium_dri.so free 0x5571735daa40 void 0.000120
+gallium_dri.so free 0x55717345ea60 void 0.000113
+gallium_dri.so malloc 72 0x5571735da9f0 0.000113
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so free 0x5571735da9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daab0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabd0 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dabd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac60 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dac60 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacb0 0.000112
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dacb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacb0 0.000111
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dacb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae00 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae00 0.000114
+gallium_dri.so free 0x5571735dafc0 void 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf70 0.000118
+gallium_dri.so free 0x5571735db000 void 0.000130
+gallium_dri.so free 0x5571735daf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf70 0.000115
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so free 0x5571735daf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735db100 0.000112
+gallium_dri.so free 0x5571735db180 void 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000113
+gallium_dri.so malloc 72 0x5571735db180 0.000111
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000111
+gallium_dri.so malloc 72 0x5571735db180 0.000112
+gallium_dri.so free 0x5571735db2c0 void 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2f0 0.000113
+gallium_dri.so free 0x5571735db340 void 0.000115
+gallium_dri.so free 0x5571735db2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db2f0 0.000112
+gallium_dri.so free 0x5571735db440 void 0.000113
+gallium_dri.so free 0x5571735db2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db480 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000112
+gallium_dri.so malloc 72 0x5571735db500 0.000112
+gallium_dri.so free 0x5571735db5c0 void 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000112
+gallium_dri.so malloc 72 0x5571735db500 0.000112
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so free 0x5571735db500 void 0.000119
+gallium_dri.so malloc 72 0x5571735db670 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so free 0x5571735db670 void 0.000113
+gallium_dri.so malloc 72 0x5571735db670 0.000141
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db670 void 0.000115
+gallium_dri.so malloc 72 0x5571735db770 0.000112
+gallium_dri.so free 0x5571735db880 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000112
+gallium_dri.so malloc 72 0x5571735db830 0.000123
+gallium_dri.so free 0x5571735db900 void 0.000156
+gallium_dri.so free 0x5571735db830 void 0.000157
+gallium_dri.so malloc 72 0x5571735db830 0.000156
+gallium_dri.so free 0x5571735db9c0 void 0.000121
+gallium_dri.so free 0x5571735db830 void 0.000122
+gallium_dri.so malloc 72 0x5571735db830 0.000123
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735db830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba30 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb50 0.000112
+gallium_dri.so free 0x5571735dbbc0 void 0.000113
+gallium_dri.so free 0x5571735dbb50 void 0.000157
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000118
+gallium_dri.so free 0x5571735dbc80 void 0.000115
+gallium_dri.so free 0x5571735dbbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000116
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd00 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd00 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000120
+gallium_dri.so free 0x5571735dbfc0 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dc080 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc030 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc150 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc150 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc200 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc200 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc330 0.000112
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc330 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc430 0.000112
+gallium_dri.so free 0x5571735dc540 void 0.000113
+gallium_dri.so free 0x5571735dc430 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000112
+gallium_dri.so free 0x5571735dc580 void 0.000113
+gallium_dri.so free 0x5571735dc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000112
+gallium_dri.so free 0x5571735dc640 void 0.000113
+gallium_dri.so free 0x5571735dc4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so free 0x5571735dc6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000113
+gallium_dri.so free 0x5571735dc800 void 0.000113
+gallium_dri.so free 0x5571735dc6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000126
+gallium_dri.so free 0x5571735dc8c0 void 0.000117
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc900 void 0.000116
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca00 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc20 0.000115
+gallium_dri.so free 0x5571735dccc0 void 0.000115
+gallium_dri.so free 0x5571735dcc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000172
+gallium_dri.so free 0x5571735dce80 void 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000141
+gallium_dri.so free 0x5571735dd0c0 void 0.000116
+gallium_dri.so free 0x5571735dcfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dd070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd190 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd190 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd220 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000116
+gallium_dri.so free 0x5571735dd220 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd270 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000116
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd270 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000115
+gallium_dri.so free 0x5571735dd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000127
+gallium_dri.so free 0x5571735dd480 void 0.000114
+gallium_dri.so free 0x5571735dd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd530 0.000112
+gallium_dri.so free 0x5571735dd5c0 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd530 0.000112
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000112
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd740 0.000112
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd740 0.000113
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000112
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dda40 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000128
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddac0 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddac0 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc30 0.000115
+gallium_dri.so free 0x5571735ddc80 void 0.000115
+gallium_dri.so free 0x5571735ddc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc30 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde40 void 0.000115
+gallium_dri.so free 0x5571735ddd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dddf0 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735dddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddf0 0.000115
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddff0 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000171
+gallium_dri.so free 0x5571735ddff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1a0 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de1a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2c0 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000116
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000116
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000114
+gallium_dri.so free 0x5571735de6c0 void 0.000126
+gallium_dri.so free 0x5571735de5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de710 0.000111
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so free 0x5571735de710 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7c0 0.000112
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de7c0 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735de940 void 0.000111
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000138
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9f0 0.000111
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735deb40 void 0.000112
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735dec00 void 0.000113
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000112
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dec70 0.000120
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000125
+gallium_dri.so free 0x5571735dee80 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so free 0x5571735dee30 void 0.000116
+gallium_dri.so malloc 72 0x5571735defc0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000115
+gallium_dri.so malloc 72 0x5571735df040 0.000115
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1e0 0.000114
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df1e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000163
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000115
+gallium_dri.so free 0x5571735df5c0 void 0.000116
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df570 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000116
+gallium_dri.so free 0x5571735df570 void 0.000113
+gallium_dri.so malloc 72 0x5571735df630 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df630 void 0.000114
+gallium_dri.so malloc 72 0x5571735df750 0.000115
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df750 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7e0 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000115
+gallium_dri.so free 0x5571735df7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df830 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000122
+gallium_dri.so free 0x5571735df830 void 0.000114
+gallium_dri.so malloc 72 0x5571735df830 0.000111
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df830 void 0.000112
+gallium_dri.so malloc 72 0x5571735df980 0.000112
+gallium_dri.so free 0x5571735dfa40 void 0.000112
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so malloc 72 0x5571735df980 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000117
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfb80 void 0.000112
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000111
+gallium_dri.so free 0x5571735dfc40 void 0.000159
+gallium_dri.so free 0x5571735dfaf0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dfc80 0.000160
+gallium_dri.so free 0x5571735dfd00 void 0.000123
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfd00 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfd00 0.000112
+gallium_dri.so free 0x5571735dfe40 void 0.000112
+gallium_dri.so free 0x5571735dfd00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfe70 0.000126
+gallium_dri.so free 0x5571735dfec0 void 0.000116
+gallium_dri.so free 0x5571735dfe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe70 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0000 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0080 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0080 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01f0 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000116
+gallium_dri.so free 0x5571735e01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01f0 0.000138
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000119
+gallium_dri.so free 0x5571735e0400 void 0.000124
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e03b0 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000120
+gallium_dri.so free 0x5571735e03b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e03b0 0.000124
+gallium_dri.so free 0x5571735e0600 void 0.000122
+gallium_dri.so free 0x5571735e03b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e05b0 0.000124
+gallium_dri.so free 0x5571735e0680 void 0.000125
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06d0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000123
+gallium_dri.so free 0x5571735e06d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0760 0.000120
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e0760 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0880 0.000123
+gallium_dri.so free 0x5571735e0940 void 0.000123
+gallium_dri.so free 0x5571735e0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0880 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000133
+gallium_dri.so free 0x5571735e0880 void 0.000122
+gallium_dri.so malloc 72 0x5571735e09c0 0.000122
+gallium_dri.so free 0x5571735e0a80 void 0.000122
+gallium_dri.so free 0x5571735e09c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e09c0 0.000144
+gallium_dri.so free 0x5571735e0b40 void 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e09c0 0.000122
+gallium_dri.so free 0x5571735e0c00 void 0.000124
+gallium_dri.so free 0x5571735e09c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000123
+gallium_dri.so free 0x5571735e0c80 void 0.000123
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000127
+gallium_dri.so free 0x5571735e0cd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d80 0.000127
+gallium_dri.so free 0x5571735e0e00 void 0.000130
+gallium_dri.so free 0x5571735e0d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0d80 0.000124
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x5571735e0d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000135
+gallium_dri.so free 0x5571735e0f00 void 0.000130
+gallium_dri.so free 0x5571735e0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000125
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so free 0x5571735e0eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000129
+gallium_dri.so free 0x5571735e10c0 void 0.000130
+gallium_dri.so free 0x5571735e0fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1070 0.000119
+gallium_dri.so free 0x5571735e1100 void 0.000129
+gallium_dri.so free 0x5571735e1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1070 0.000118
+gallium_dri.so free 0x5571735e11c0 void 0.000121
+gallium_dri.so free 0x5571735e1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1230 0.000126
+gallium_dri.so free 0x5571735e1280 void 0.000124
+gallium_dri.so free 0x5571735e1230 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1230 0.000130
+gallium_dri.so free 0x5571735e1380 void 0.000125
+gallium_dri.so free 0x5571735e1230 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1330 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000186
+gallium_dri.so free 0x5571735e1330 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1330 0.000130
+gallium_dri.so free 0x5571735eb440 void 0.000125
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000125
+gallium_dri.so free 0x5571735eb500 void 0.000130
+gallium_dri.so free 0x5571735e1330 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000121
+gallium_dri.so free 0x5571735eb4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000130
+gallium_dri.so free 0x5571735eb640 void 0.000130
+gallium_dri.so free 0x5571735eb5d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000121
+gallium_dri.so free 0x5571735eb740 void 0.000126
+gallium_dri.so free 0x5571735eb6a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000126
+gallium_dri.so free 0x5571735eb780 void 0.000159
+gallium_dri.so free 0x5571735eb6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000167
+gallium_dri.so free 0x5571735eb840 void 0.000140
+gallium_dri.so free 0x5571735eb6f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb880 0.000130
+gallium_dri.so free 0x5571735eb900 void 0.000129
+gallium_dri.so free 0x5571735eb880 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb900 0.000130
+gallium_dri.so free 0x5571735eb9c0 void 0.000129
+gallium_dri.so free 0x5571735eb900 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb900 0.000130
+gallium_dri.so free 0x5571735eba40 void 0.000131
+gallium_dri.so free 0x5571735eb900 void 0.000130
+gallium_dri.so malloc 72 0x5571735eba70 0.000130
+gallium_dri.so free 0x5571735ebac0 void 0.000123
+gallium_dri.so free 0x5571735eba70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebac0 0.000119
+gallium_dri.so free 0x5571735ebb80 void 0.000125
+gallium_dri.so free 0x5571735ebac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebac0 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc30 0.000131
+gallium_dri.so free 0x5571735ebd40 void 0.000141
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebd80 void 0.000127
+gallium_dri.so free 0x5571735ebcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000131
+gallium_dri.so free 0x5571735ebe40 void 0.000129
+gallium_dri.so free 0x5571735ebcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebe80 0.000130
+gallium_dri.so free 0x5571735ebf00 void 0.000124
+gallium_dri.so free 0x5571735ebe80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf00 0.000126
+gallium_dri.so free 0x5571735ebfc0 void 0.000125
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf00 0.000120
+gallium_dri.so free 0x5571735ec040 void 0.000124
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf00 0.000130
+gallium_dri.so free 0x5571735ec100 void 0.000130
+gallium_dri.so free 0x5571735ebf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebf00 0.000127
+gallium_dri.so free 0x5571735ec1c0 void 0.000129
+gallium_dri.so free 0x5571735ebf00 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec170 0.000130
+gallium_dri.so free 0x5571735ec240 void 0.000124
+gallium_dri.so free 0x5571735ec170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec290 0.000123
+gallium_dri.so free 0x5571735ec300 void 0.000129
+gallium_dri.so free 0x5571735ec290 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec320 0.000129
+gallium_dri.so free 0x5571735ec3c0 void 0.000130
+gallium_dri.so free 0x5571735ec320 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec370 0.000125
+gallium_dri.so free 0x5571735ec440 void 0.000126
+gallium_dri.so free 0x5571735ec370 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec370 0.000125
+gallium_dri.so free 0x5571735ec540 void 0.000130
+gallium_dri.so free 0x5571735ec370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000125
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec610 0.000124
+gallium_dri.so free 0x5571735ec680 void 0.000135
+gallium_dri.so free 0x5571735ec610 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000132
+gallium_dri.so free 0x5571735ec740 void 0.000130
+gallium_dri.so free 0x5571735ec6a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000167
+gallium_dri.so free 0x5571735ec7c0 void 0.000167
+gallium_dri.so free 0x5571735ec6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000129
+gallium_dri.so free 0x5571735ec840 void 0.000131
+gallium_dri.so free 0x5571735ec6f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec840 0.000123
+gallium_dri.so free 0x5571735ec900 void 0.000122
+gallium_dri.so free 0x5571735ec840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec840 0.000129
+gallium_dri.so free 0x5571735eca00 void 0.000130
+gallium_dri.so free 0x5571735ec840 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec840 0.000129
+gallium_dri.so free 0x5571735eca80 void 0.000129
+gallium_dri.so free 0x5571735ec840 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecab0 0.000120
+gallium_dri.so free 0x5571735ecb00 void 0.000197
+gallium_dri.so free 0x5571735ecab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecab0 0.000130
+gallium_dri.so free 0x5571735ecc00 void 0.000124
+gallium_dri.so free 0x5571735ecab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000125
+gallium_dri.so free 0x5571735eccc0 void 0.000124
+gallium_dri.so free 0x5571735ecbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecc70 0.000129
+gallium_dri.so free 0x5571735ecd00 void 0.000129
+gallium_dri.so free 0x5571735ecc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecc70 0.000120
+gallium_dri.so free 0x5571735ecdc0 void 0.000119
+gallium_dri.so free 0x5571735ecc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ece10 0.000129
+gallium_dri.so free 0x5571735ece80 void 0.000129
+gallium_dri.so free 0x5571735ece10 void 0.000136
+gallium_dri.so malloc 72 0x5571735ecec0 0.000129
+gallium_dri.so free 0x5571735ecf40 void 0.000130
+gallium_dri.so free 0x5571735ecec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecf40 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000139
+gallium_dri.so free 0x5571735ecf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecf40 0.000131
+gallium_dri.so free 0x5571735ed080 void 0.000129
+gallium_dri.so free 0x5571735ecf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000124
+gallium_dri.so free 0x5571735ed100 void 0.000126
+gallium_dri.so free 0x5571735ed0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000130
+gallium_dri.so free 0x5571735ed200 void 0.000124
+gallium_dri.so free 0x5571735ed0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000126
+gallium_dri.so free 0x5571735ed2c0 void 0.000130
+gallium_dri.so free 0x5571735ed1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed270 0.000130
+gallium_dri.so free 0x5571735ed340 void 0.000130
+gallium_dri.so free 0x5571735ed270 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed360 0.000130
+gallium_dri.so free 0x5571735ed400 void 0.000124
+gallium_dri.so free 0x5571735ed360 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000136
+gallium_dri.so free 0x5571735ed480 void 0.000129
+gallium_dri.so free 0x5571735ed3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000130
+gallium_dri.so free 0x5571735ed500 void 0.000129
+gallium_dri.so free 0x5571735ed3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed500 0.000124
+gallium_dri.so free 0x5571735ed5c0 void 0.000126
+gallium_dri.so free 0x5571735ed500 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed500 0.000130
+gallium_dri.so free 0x5571735ed680 void 0.000129
+gallium_dri.so free 0x5571735ed500 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed500 0.000125
+gallium_dri.so free 0x5571735ed740 void 0.000126
+gallium_dri.so free 0x5571735ed500 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000130
+gallium_dri.so free 0x5571735ed740 void 0.000130
+gallium_dri.so free 0x5571735ed6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000122
+gallium_dri.so free 0x5571735ed840 void 0.000126
+gallium_dri.so free 0x5571735ed6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000129
+gallium_dri.so free 0x5571735ed900 void 0.000131
+gallium_dri.so free 0x5571735ed7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000130
+gallium_dri.so free 0x5571735ed8b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000135
+gallium_dri.so free 0x5571735eda00 void 0.000125
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda40 0.000130
+gallium_dri.so free 0x5571735edac0 void 0.000127
+gallium_dri.so free 0x5571735eda40 void 0.000126
+gallium_dri.so malloc 72 0x5571735edac0 0.000130
+gallium_dri.so free 0x5571735edb80 void 0.000125
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edc60 0.000130
+gallium_dri.so free 0x5571735edd00 void 0.000129
+gallium_dri.so free 0x5571735edc60 void 0.000125
+gallium_dri.so malloc 72 0x5571735edcb0 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000126
+gallium_dri.so free 0x5571735edcb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735edcb0 0.000130
+gallium_dri.so free 0x5571735ede00 void 0.000130
+gallium_dri.so free 0x5571735edcb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ede00 0.000132
+gallium_dri.so free 0x5571735edec0 void 0.000129
+gallium_dri.so free 0x5571735ede00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ede00 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735ede00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ede00 0.000133
+gallium_dri.so free 0x5571735ee040 void 0.000129
+gallium_dri.so free 0x5571735ede00 void 0.000131
+gallium_dri.so malloc 72 0x5571735edff0 0.000130
+gallium_dri.so free 0x5571735ee100 void 0.000131
+gallium_dri.so free 0x5571735edff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000124
+gallium_dri.so free 0x5571735ee180 void 0.000123
+gallium_dri.so free 0x5571735ee0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000128
+gallium_dri.so free 0x5571735ee240 void 0.000131
+gallium_dri.so free 0x5571735ee1d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee260 0.000135
+gallium_dri.so free 0x5571735ee300 void 0.000130
+gallium_dri.so free 0x5571735ee260 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000124
+gallium_dri.so free 0x5571735ee380 void 0.000126
+gallium_dri.so free 0x5571735ee2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000129
+gallium_dri.so free 0x5571735ee400 void 0.000123
+gallium_dri.so free 0x5571735ee2b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee400 0.000131
+gallium_dri.so free 0x5571735ee4c0 void 0.000130
+gallium_dri.so free 0x5571735ee400 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee400 0.000131
+gallium_dri.so free 0x5571735ee5c0 void 0.000125
+gallium_dri.so free 0x5571735ee400 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee570 0.000129
+gallium_dri.so free 0x5571735ee600 void 0.000130
+gallium_dri.so free 0x5571735ee570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee570 0.000121
+gallium_dri.so free 0x5571735ee6c0 void 0.000124
+gallium_dri.so free 0x5571735ee570 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee700 0.000124
+gallium_dri.so free 0x5571735ee780 void 0.000129
+gallium_dri.so free 0x5571735ee700 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee780 0.000127
+gallium_dri.so free 0x5571735ee840 void 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee780 0.000129
+gallium_dri.so free 0x5571735ee8c0 void 0.000129
+gallium_dri.so free 0x5571735ee780 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000125
+gallium_dri.so free 0x5571735ee940 void 0.000129
+gallium_dri.so free 0x5571735ee8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000124
+gallium_dri.so free 0x5571735eea40 void 0.000120
+gallium_dri.so free 0x5571735ee8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea80 0.000123
+gallium_dri.so free 0x5571735eeb00 void 0.000132
+gallium_dri.so free 0x5571735eea80 void 0.000130
+gallium_dri.so malloc 72 0x5571735eeb00 0.000125
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeb00 0.000130
+gallium_dri.so free 0x5571735eec40 void 0.000136
+gallium_dri.so free 0x5571735eeb00 void 0.000124
+gallium_dri.so malloc 72 0x5571735eec70 0.000125
+gallium_dri.so free 0x5571735eecc0 void 0.000124
+gallium_dri.so free 0x5571735eec70 void 0.000123
+gallium_dri.so malloc 72 0x5571735eec70 0.000157
+gallium_dri.so free 0x5571735eedc0 void 0.000124
+gallium_dri.so free 0x5571735eec70 void 0.000125
+gallium_dri.so malloc 72 0x5571735eed70 0.000124
+gallium_dri.so free 0x5571735eee80 void 0.000118
+gallium_dri.so free 0x5571735eed70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee30 0.000116
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eee30 void 0.000131
+gallium_dri.so malloc 72 0x5571735eee30 0.000124
+gallium_dri.so free 0x5571735eefc0 void 0.000123
+gallium_dri.so free 0x5571735eee30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eee30 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so free 0x5571735eee30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef030 0.000123
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef150 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef150 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1e0 0.000113
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef230 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef300 0.000116
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef300 0.000113
+gallium_dri.so free 0x5571735ef440 void 0.000112
+gallium_dri.so free 0x5571735ef300 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef440 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so free 0x5571735ef440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef440 0.000117
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so free 0x5571735ef440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef440 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef630 0.000112
+gallium_dri.so free 0x5571735ef700 void 0.000113
+gallium_dri.so free 0x5571735ef630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef750 0.000112
+gallium_dri.so free 0x5571735ef7c0 void 0.000113
+gallium_dri.so free 0x5571735ef750 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef800 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef800 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000119
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef930 0.000164
+gallium_dri.so free 0x5571735ef980 void 0.000116
+gallium_dri.so free 0x5571735ef930 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef930 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa30 0.000112
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735efaf0 0.000113
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efaf0 0.000115
+gallium_dri.so free 0x5571735efc40 void 0.000114
+gallium_dri.so free 0x5571735efaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcb0 0.000115
+gallium_dri.so free 0x5571735efd00 void 0.000113
+gallium_dri.so free 0x5571735efcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcb0 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efdb0 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000178
+gallium_dri.so free 0x5571735effc0 void 0.000116
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0080 0.000112
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0080 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0220 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000116
+gallium_dri.so free 0x5571735f0220 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0270 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0270 0.000113
+gallium_dri.so free 0x5571735f03c0 void 0.000114
+gallium_dri.so free 0x5571735f0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03c0 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000113
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03c0 0.000117
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f03c0 0.000127
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so free 0x5571735f03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05b0 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0670 0.000113
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so free 0x5571735f0670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0790 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so free 0x5571735f0790 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0820 0.000112
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0820 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f09c0 0.000113
+gallium_dri.so free 0x5571735f0a80 void 0.000114
+gallium_dri.so free 0x5571735f09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09c0 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0b30 0.000113
+gallium_dri.so free 0x5571735f0bc0 void 0.000132
+gallium_dri.so free 0x5571735f0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0c80 void 0.000114
+gallium_dri.so free 0x5571735f0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000113
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d40 0.000115
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d40 0.000112
+gallium_dri.so free 0x5571735f0e80 void 0.000113
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1040 0.000112
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10c0 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f10c0 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000184
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1230 0.000114
+gallium_dri.so free 0x5571735f1280 void 0.000115
+gallium_dri.so free 0x5571735f1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1230 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1330 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13f0 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so free 0x5571735f13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13f0 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13f0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1710 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000115
+gallium_dri.so free 0x5571735f1710 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17a0 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f17a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f18c0 0.000115
+gallium_dri.so free 0x5571735f1980 void 0.000114
+gallium_dri.so free 0x5571735f18c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f18c0 0.000112
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f18c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1a00 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so free 0x5571735f1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a00 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a00 0.000112
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so free 0x5571735f1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d10 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000112
+gallium_dri.so free 0x5571735f1f40 void 0.000116
+gallium_dri.so free 0x5571735f1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000112
+gallium_dri.so free 0x5571735f1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so free 0x5571735f1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20b0 0.000113
+gallium_dri.so free 0x5571735f2140 void 0.000122
+gallium_dri.so free 0x5571735f20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20b0 0.000119
+gallium_dri.so free 0x5571735f2200 void 0.000124
+gallium_dri.so free 0x5571735f20b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2270 0.000119
+gallium_dri.so free 0x5571735f22c0 void 0.000118
+gallium_dri.so free 0x5571735f2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2270 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2370 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000117
+gallium_dri.so free 0x5571735f2370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2430 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000117
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25c0 0.000117
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2640 0.000118
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588440 void 0.000146
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588500 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588540 0.000119
+gallium_dri.so free 0x5571735885c0 void 0.000118
+gallium_dri.so free 0x557173588540 void 0.000117
+gallium_dri.so malloc 72 0x5571735885c0 0.000118
+gallium_dri.so free 0x557173588680 void 0.000126
+gallium_dri.so free 0x5571735885c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735885c0 0.000116
+gallium_dri.so free 0x557173588700 void 0.000118
+gallium_dri.so free 0x5571735885c0 void 0.000118
+gallium_dri.so malloc 72 0x557173588730 0.000118
+gallium_dri.so free 0x557173588780 void 0.000118
+gallium_dri.so free 0x557173588730 void 0.000123
+gallium_dri.so malloc 72 0x557173588780 0.000118
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so free 0x557173588780 void 0.000117
+gallium_dri.so malloc 72 0x557173588780 0.000117
+gallium_dri.so free 0x557173588940 void 0.000117
+gallium_dri.so free 0x557173588780 void 0.000118
+gallium_dri.so malloc 72 0x5571735888f0 0.000119
+gallium_dri.so free 0x557173588a00 void 0.000119
+gallium_dri.so free 0x5571735888f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735889b0 0.000119
+gallium_dri.so free 0x557173588a40 void 0.000139
+gallium_dri.so free 0x5571735889b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735889b0 0.000117
+gallium_dri.so free 0x557173588b00 void 0.000119
+gallium_dri.so free 0x5571735889b0 void 0.000119
+gallium_dri.so malloc 72 0x557173588b40 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588b40 void 0.000119
+gallium_dri.so malloc 72 0x557173588bc0 0.000143
+gallium_dri.so free 0x557173588c80 void 0.000119
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173588bc0 0.000118
+gallium_dri.so free 0x557173588d00 void 0.000130
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000119
+gallium_dri.so free 0x557173588dc0 void 0.000119
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173588bc0 0.000117
+gallium_dri.so free 0x557173588e80 void 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173588e30 0.000118
+gallium_dri.so free 0x557173588f00 void 0.000118
+gallium_dri.so free 0x557173588e30 void 0.000118
+gallium_dri.so malloc 72 0x557173588f50 0.000119
+gallium_dri.so free 0x557173588fc0 void 0.000119
+gallium_dri.so free 0x557173588f50 void 0.000119
+gallium_dri.so malloc 72 0x557173588fe0 0.000119
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588fe0 void 0.000118
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so free 0x557173589030 void 0.000119
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589200 void 0.000119
+gallium_dri.so free 0x557173589030 void 0.000128
+gallium_dri.so malloc 72 0x5571735891b0 0.000118
+gallium_dri.so free 0x557173589280 void 0.000118
+gallium_dri.so free 0x5571735891b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735892d0 0.000119
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x5571735892d0 void 0.000119
+gallium_dri.so malloc 72 0x557173589360 0.000117
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x557173589360 void 0.000119
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589480 void 0.000119
+gallium_dri.so free 0x5571735893b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000119
+gallium_dri.so free 0x5571735896c0 void 0.000119
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x557173589740 void 0.000119
+gallium_dri.so free 0x557173589500 void 0.000124
+gallium_dri.so malloc 72 0x557173589770 0.000117
+gallium_dri.so free 0x5571735897c0 void 0.000127
+gallium_dri.so free 0x557173589770 void 0.000120
+gallium_dri.so malloc 72 0x557173589770 0.000118
+gallium_dri.so free 0x5571735898c0 void 0.000118
+gallium_dri.so free 0x557173589770 void 0.000118
+gallium_dri.so malloc 72 0x557173589870 0.000118
+gallium_dri.so free 0x557173589980 void 0.000119
+gallium_dri.so free 0x557173589870 void 0.000118
+gallium_dri.so malloc 72 0x557173589930 0.000117
+gallium_dri.so free 0x5571735899c0 void 0.000117
+gallium_dri.so free 0x557173589930 void 0.000120
+gallium_dri.so malloc 72 0x557173589930 0.000118
+gallium_dri.so free 0x557173589a80 void 0.000118
+gallium_dri.so free 0x557173589930 void 0.000117
+gallium_dri.so malloc 72 0x557173589ad0 0.000117
+gallium_dri.so free 0x557173589b40 void 0.000118
+gallium_dri.so free 0x557173589ad0 void 0.000118
+gallium_dri.so malloc 72 0x557173589b80 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000120
+gallium_dri.so free 0x557173589b80 void 0.000118
+gallium_dri.so malloc 72 0x557173589c00 0.000119
+gallium_dri.so free 0x557173589cc0 void 0.000117
+gallium_dri.so free 0x557173589c00 void 0.000145
+gallium_dri.so malloc 72 0x557173589c00 0.000118
+gallium_dri.so free 0x557173589d40 void 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000120
+gallium_dri.so malloc 72 0x557173589d70 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000123
+gallium_dri.so free 0x557173589d70 void 0.000119
+gallium_dri.so malloc 72 0x557173589d70 0.000118
+gallium_dri.so free 0x557173589ec0 void 0.000119
+gallium_dri.so free 0x557173589d70 void 0.000118
+gallium_dri.so malloc 72 0x557173589e70 0.000119
+gallium_dri.so free 0x557173589f80 void 0.000137
+gallium_dri.so free 0x557173589e70 void 0.000120
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a000 void 0.000117
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x55717358a020 0.000117
+gallium_dri.so free 0x55717358a0c0 void 0.000118
+gallium_dri.so free 0x55717358a020 void 0.000119
+gallium_dri.so malloc 72 0x55717358a070 0.000123
+gallium_dri.so free 0x55717358a140 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000118
+gallium_dri.so malloc 72 0x55717358a070 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000117
+gallium_dri.so free 0x55717358a070 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1c0 0.000117
+gallium_dri.so free 0x55717358a280 void 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000118
+gallium_dri.so free 0x55717358a340 void 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000121
+gallium_dri.so free 0x55717358a1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a3b0 0.000117
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3b0 0.000117
+gallium_dri.so free 0x55717358a500 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a4b0 0.000118
+gallium_dri.so free 0x55717358a5c0 void 0.000118
+gallium_dri.so free 0x55717358a4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a570 0.000118
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358a570 void 0.000119
+gallium_dri.so malloc 72 0x55717358a570 0.000117
+gallium_dri.so free 0x55717358a6c0 void 0.000118
+gallium_dri.so free 0x55717358a570 void 0.000118
+gallium_dri.so malloc 72 0x55717358a700 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000118
+gallium_dri.so free 0x55717358a700 void 0.000117
+gallium_dri.so malloc 72 0x55717358a780 0.000118
+gallium_dri.so free 0x55717358a840 void 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000117
+gallium_dri.so malloc 72 0x55717358a780 0.000117
+gallium_dri.so free 0x55717358a900 void 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000128
+gallium_dri.so malloc 72 0x55717358a920 0.000121
+gallium_dri.so free 0x55717358a9c0 void 0.000118
+gallium_dri.so free 0x55717358a920 void 0.000119
+gallium_dri.so malloc 72 0x55717358a970 0.000117
+gallium_dri.so free 0x55717358aa40 void 0.000118
+gallium_dri.so free 0x55717358a970 void 0.000117
+gallium_dri.so malloc 72 0x55717358a970 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000120
+gallium_dri.so free 0x55717358a970 void 0.000117
+gallium_dri.so malloc 72 0x55717358aac0 0.000116
+gallium_dri.so free 0x55717358ab80 void 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ac40 void 0.000119
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aac0 0.000117
+gallium_dri.so free 0x55717358ad00 void 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000117
+gallium_dri.so malloc 72 0x55717358acb0 0.000118
+gallium_dri.so free 0x55717358adc0 void 0.000120
+gallium_dri.so free 0x55717358acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad70 0.000119
+gallium_dri.so free 0x55717358ae40 void 0.000120
+gallium_dri.so free 0x55717358ad70 void 0.000116
+gallium_dri.so malloc 72 0x55717358ae90 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000119
+gallium_dri.so free 0x55717358ae90 void 0.000124
+gallium_dri.so malloc 72 0x55717358af20 0.000120
+gallium_dri.so free 0x55717358afc0 void 0.000119
+gallium_dri.so free 0x55717358af20 void 0.000119
+gallium_dri.so malloc 72 0x55717358af70 0.000118
+gallium_dri.so free 0x55717358b040 void 0.000119
+gallium_dri.so free 0x55717358af70 void 0.000117
+gallium_dri.so malloc 72 0x55717358af70 0.000117
+gallium_dri.so free 0x55717358b0c0 void 0.000122
+gallium_dri.so free 0x55717358af70 void 0.000119
+gallium_dri.so malloc 72 0x55717358b0c0 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000118
+gallium_dri.so free 0x55717358b0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b0c0 0.000118
+gallium_dri.so free 0x55717358b280 void 0.000119
+gallium_dri.so free 0x55717358b0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b230 0.000119
+gallium_dri.so free 0x55717358b2c0 void 0.000117
+gallium_dri.so free 0x55717358b230 void 0.000119
+gallium_dri.so malloc 72 0x55717358b230 0.000117
+gallium_dri.so free 0x55717358b380 void 0.000117
+gallium_dri.so free 0x55717358b230 void 0.000118
+gallium_dri.so malloc 72 0x55717358b3c0 0.000118
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so free 0x55717358b3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b440 0.000170
+gallium_dri.so free 0x55717358b500 void 0.000121
+gallium_dri.so free 0x55717358b440 void 0.000118
+gallium_dri.so malloc 72 0x55717358b440 0.000118
+gallium_dri.so free 0x55717358b580 void 0.000122
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b5b0 0.000118
+gallium_dri.so free 0x55717358b600 void 0.000118
+gallium_dri.so free 0x55717358b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b5b0 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000117
+gallium_dri.so free 0x55717358b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b740 0.000120
+gallium_dri.so free 0x55717358b7c0 void 0.000119
+gallium_dri.so free 0x55717358b740 void 0.000117
+gallium_dri.so malloc 72 0x55717358b7c0 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000117
+gallium_dri.so free 0x55717358b7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b7c0 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so free 0x55717358b7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b930 0.000118
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so free 0x55717358b930 void 0.000118
+gallium_dri.so malloc 72 0x55717358b930 0.000117
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so free 0x55717358b930 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba30 0.000121
+gallium_dri.so free 0x55717358bb40 void 0.000118
+gallium_dri.so free 0x55717358ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717358baf0 0.000117
+gallium_dri.so free 0x55717358bbc0 void 0.000117
+gallium_dri.so free 0x55717358baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358baf0 0.000115
+gallium_dri.so free 0x55717358bc80 void 0.000118
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358baf0 0.000117
+gallium_dri.so free 0x55717358bd40 void 0.000118
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bcf0 0.000118
+gallium_dri.so free 0x55717358bdc0 void 0.000118
+gallium_dri.so free 0x55717358bcf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358be10 0.000117
+gallium_dri.so free 0x55717358be80 void 0.000118
+gallium_dri.so free 0x55717358be10 void 0.000117
+gallium_dri.so malloc 72 0x55717358bea0 0.000119
+gallium_dri.so free 0x55717358bf40 void 0.000119
+gallium_dri.so free 0x55717358bea0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bef0 0.000117
+gallium_dri.so free 0x55717358bfc0 void 0.000119
+gallium_dri.so free 0x55717358bef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bfc0 0.000118
+gallium_dri.so free 0x55717358c080 void 0.000117
+gallium_dri.so free 0x55717358bfc0 void 0.000166
+gallium_dri.so malloc 72 0x55717358bfc0 0.000118
+gallium_dri.so free 0x55717358c100 void 0.000119
+gallium_dri.so free 0x55717358bfc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c100 0.000117
+gallium_dri.so free 0x55717358c1c0 void 0.000116
+gallium_dri.so free 0x55717358c100 void 0.000119
+gallium_dri.so malloc 72 0x55717358c100 0.000117
+gallium_dri.so free 0x55717358c280 void 0.000118
+gallium_dri.so free 0x55717358c100 void 0.000118
+gallium_dri.so malloc 72 0x55717358c100 0.000116
+gallium_dri.so free 0x55717358c340 void 0.000118
+gallium_dri.so free 0x55717358c100 void 0.000118
+gallium_dri.so malloc 72 0x55717358c2f0 0.000118
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so free 0x55717358c2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c410 0.000117
+gallium_dri.so free 0x55717358c480 void 0.000117
+gallium_dri.so free 0x55717358c410 void 0.000117
+gallium_dri.so malloc 72 0x55717358c4c0 0.000118
+gallium_dri.so free 0x55717358c540 void 0.000123
+gallium_dri.so free 0x55717358c4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c4c0 0.000117
+gallium_dri.so free 0x55717358c5c0 void 0.000116
+gallium_dri.so free 0x55717358c4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c5f0 0.000116
+gallium_dri.so free 0x55717358c640 void 0.000125
+gallium_dri.so free 0x55717358c5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c5f0 0.000119
+gallium_dri.so free 0x55717358c740 void 0.000117
+gallium_dri.so free 0x55717358c5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c6f0 0.000117
+gallium_dri.so free 0x55717358c800 void 0.000117
+gallium_dri.so free 0x55717358c6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c7b0 0.000120
+gallium_dri.so free 0x55717358c840 void 0.000119
+gallium_dri.so free 0x55717358c7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7b0 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so free 0x55717358c7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c970 0.000115
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so free 0x55717358c970 void 0.000118
+gallium_dri.so malloc 72 0x55717358c970 0.000117
+gallium_dri.so free 0x55717358cac0 void 0.000118
+gallium_dri.so free 0x55717358c970 void 0.000118
+gallium_dri.so malloc 72 0x55717358ca70 0.000119
+gallium_dri.so free 0x55717358cb80 void 0.000120
+gallium_dri.so free 0x55717358ca70 void 0.000119
+gallium_dri.so malloc 72 0x55717358cb30 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so free 0x55717358cb30 void 0.000118
+gallium_dri.so malloc 72 0x55717358cb30 0.000118
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so free 0x55717358cb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ccc0 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358ccc0 void 0.000146
+gallium_dri.so malloc 72 0x55717358cd40 0.000118
+gallium_dri.so free 0x55717358ce00 void 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so malloc 72 0x55717358cd40 0.000117
+gallium_dri.so free 0x55717358cec0 void 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358cee0 0.000118
+gallium_dri.so free 0x55717358cf80 void 0.000118
+gallium_dri.so free 0x55717358cee0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cf30 0.000118
+gallium_dri.so free 0x55717358d000 void 0.000118
+gallium_dri.so free 0x55717358cf30 void 0.000118
+gallium_dri.so malloc 72 0x55717358cf30 0.000117
+gallium_dri.so free 0x55717358d080 void 0.000119
+gallium_dri.so free 0x55717358cf30 void 0.000117
+gallium_dri.so malloc 72 0x55717358d080 0.000117
+gallium_dri.so free 0x55717358d140 void 0.000119
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so malloc 72 0x55717358d080 0.000118
+gallium_dri.so free 0x55717358d200 void 0.000117
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so malloc 72 0x55717358d080 0.000129
+gallium_dri.so free 0x55717358d2c0 void 0.000119
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so malloc 72 0x55717358d270 0.000119
+gallium_dri.so free 0x55717358d380 void 0.000117
+gallium_dri.so free 0x55717358d270 void 0.000115
+gallium_dri.so malloc 72 0x55717358d330 0.000118
+gallium_dri.so free 0x55717358d400 void 0.000118
+gallium_dri.so free 0x55717358d330 void 0.000117
+gallium_dri.so malloc 72 0x55717358d450 0.000117
+gallium_dri.so free 0x55717358d4c0 void 0.000123
+gallium_dri.so free 0x55717358d450 void 0.000118
+gallium_dri.so malloc 72 0x55717358d4e0 0.000120
+gallium_dri.so free 0x55717358d580 void 0.000120
+gallium_dri.so free 0x55717358d4e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d530 0.000118
+gallium_dri.so free 0x55717358d600 void 0.000118
+gallium_dri.so free 0x55717358d530 void 0.000120
+gallium_dri.so malloc 72 0x55717358d530 0.000118
+gallium_dri.so free 0x55717358d680 void 0.000118
+gallium_dri.so free 0x55717358d530 void 0.000117
+gallium_dri.so malloc 72 0x55717358d680 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000118
+gallium_dri.so free 0x55717358d680 void 0.000118
+gallium_dri.so malloc 72 0x55717358d680 0.000119
+gallium_dri.so free 0x55717358d840 void 0.000118
+gallium_dri.so free 0x55717358d680 void 0.000117
+gallium_dri.so malloc 72 0x55717358d7f0 0.000117
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x55717358d7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d7f0 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000119
+gallium_dri.so free 0x55717358d7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d980 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000117
+gallium_dri.so free 0x55717358d980 void 0.000118
+gallium_dri.so malloc 72 0x55717358da00 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000118
+gallium_dri.so malloc 72 0x55717358da00 0.000118
+gallium_dri.so free 0x55717358db40 void 0.000122
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358db70 0.000118
+gallium_dri.so free 0x55717358dbc0 void 0.000118
+gallium_dri.so free 0x55717358db70 void 0.000118
+gallium_dri.so malloc 72 0x55717358db70 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000118
+gallium_dri.so free 0x55717358db70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd00 0.000117
+gallium_dri.so free 0x55717358dd80 void 0.000118
+gallium_dri.so free 0x55717358dd00 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd80 0.000118
+gallium_dri.so free 0x55717358de40 void 0.000117
+gallium_dri.so free 0x55717358dd80 void 0.000125
+gallium_dri.so malloc 72 0x55717358dd80 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358dd80 void 0.000118
+gallium_dri.so malloc 72 0x55717358def0 0.000120
+gallium_dri.so free 0x55717358df40 void 0.000120
+gallium_dri.so free 0x55717358def0 void 0.000120
+gallium_dri.so malloc 72 0x55717358def0 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000119
+gallium_dri.so free 0x55717358def0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000118
+gallium_dri.so free 0x55717358e100 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e0b0 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000117
+gallium_dri.so free 0x55717358e0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e0b0 0.000119
+gallium_dri.so free 0x55717358e240 void 0.000119
+gallium_dri.so free 0x55717358e0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e0b0 0.000119
+gallium_dri.so free 0x55717358e300 void 0.000118
+gallium_dri.so free 0x55717358e0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e2b0 0.000117
+gallium_dri.so free 0x55717358e380 void 0.000118
+gallium_dri.so free 0x55717358e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3d0 0.000118
+gallium_dri.so free 0x55717358e440 void 0.000124
+gallium_dri.so free 0x55717358e3d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e460 0.000110
+gallium_dri.so free 0x55717358e500 void 0.000110
+gallium_dri.so free 0x55717358e460 void 0.000109
+gallium_dri.so malloc 72 0x55717358e4b0 0.000111
+gallium_dri.so free 0x55717358e580 void 0.000109
+gallium_dri.so free 0x55717358e4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e580 0.000110
+gallium_dri.so free 0x55717358e640 void 0.000137
+gallium_dri.so free 0x55717358e580 void 0.000110
+gallium_dri.so malloc 72 0x55717358e580 0.000110
+gallium_dri.so free 0x55717358e6c0 void 0.000110
+gallium_dri.so free 0x55717358e580 void 0.000110
+gallium_dri.so malloc 72 0x55717358e6c0 0.000109
+gallium_dri.so free 0x55717358e780 void 0.000110
+gallium_dri.so free 0x55717358e6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e6c0 0.000110
+gallium_dri.so free 0x55717358e840 void 0.000110
+gallium_dri.so free 0x55717358e6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e6c0 0.000110
+gallium_dri.so free 0x55717358e900 void 0.000109
+gallium_dri.so free 0x55717358e6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e8b0 0.000109
+gallium_dri.so free 0x55717358e980 void 0.000109
+gallium_dri.so free 0x55717358e8b0 void 0.000109
+gallium_dri.so malloc 72 0x55717358e9d0 0.000111
+gallium_dri.so free 0x55717358ea40 void 0.000109
+gallium_dri.so free 0x55717358e9d0 void 0.000146
+gallium_dri.so malloc 72 0x55717358ea80 0.000125
+gallium_dri.so free 0x55717358eb00 void 0.000123
+gallium_dri.so free 0x55717358ea80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ea80 0.000114
+gallium_dri.so free 0x55717358eb80 void 0.000114
+gallium_dri.so free 0x55717358ea80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ebb0 0.000112
+gallium_dri.so free 0x55717358ec00 void 0.000114
+gallium_dri.so free 0x55717358ebb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ebb0 0.000112
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so free 0x55717358ebb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecb0 0.000112
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358ecb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed70 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000113
+gallium_dri.so free 0x55717358ed70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ed70 0.000112
+gallium_dri.so free 0x55717358eec0 void 0.000114
+gallium_dri.so free 0x55717358ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ef30 0.000115
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358ef30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef30 0.000112
+gallium_dri.so free 0x55717358f080 void 0.000113
+gallium_dri.so free 0x55717358ef30 void 0.000123
+gallium_dri.so malloc 72 0x55717358f030 0.000113
+gallium_dri.so free 0x55717358f140 void 0.000113
+gallium_dri.so free 0x55717358f030 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0f0 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so free 0x55717358f0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f0f0 0.000112
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so free 0x55717358f0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f280 0.000113
+gallium_dri.so free 0x55717358f300 void 0.000116
+gallium_dri.so free 0x55717358f280 void 0.000112
+gallium_dri.so malloc 72 0x55717358f300 0.000114
+gallium_dri.so free 0x55717358f3c0 void 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000112
+gallium_dri.so malloc 72 0x55717358f300 0.000113
+gallium_dri.so free 0x55717358f480 void 0.000117
+gallium_dri.so free 0x55717358f300 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4a0 0.000112
+gallium_dri.so free 0x55717358f540 void 0.000113
+gallium_dri.so free 0x55717358f4a0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4f0 0.000113
+gallium_dri.so free 0x55717358f5c0 void 0.000113
+gallium_dri.so free 0x55717358f4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4f0 0.000114
+gallium_dri.so free 0x55717358f640 void 0.000114
+gallium_dri.so free 0x55717358f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f640 0.000127
+gallium_dri.so free 0x55717358f700 void 0.000135
+gallium_dri.so free 0x55717358f640 void 0.000132
+gallium_dri.so malloc 72 0x55717358f640 0.000129
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x55717358f640 void 0.000130
+gallium_dri.so malloc 72 0x55717358f640 0.000129
+gallium_dri.so free 0x55717358f880 void 0.000130
+gallium_dri.so free 0x55717358f640 void 0.000129
+gallium_dri.so malloc 72 0x55717358f830 0.000129
+gallium_dri.so free 0x55717358f940 void 0.000130
+gallium_dri.so free 0x55717358f830 void 0.000130
+gallium_dri.so malloc 72 0x55717358f8f0 0.000129
+gallium_dri.so free 0x55717358f9c0 void 0.000129
+gallium_dri.so free 0x55717358f8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fa10 0.000128
+gallium_dri.so free 0x55717358fa80 void 0.000135
+gallium_dri.so free 0x55717358fa10 void 0.000130
+gallium_dri.so malloc 72 0x55717358faa0 0.000130
+gallium_dri.so free 0x55717358fb40 void 0.000130
+gallium_dri.so free 0x55717358faa0 void 0.000128
+gallium_dri.so malloc 72 0x55717358faf0 0.000129
+gallium_dri.so free 0x55717358fbc0 void 0.000129
+gallium_dri.so free 0x55717358faf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358faf0 0.000180
+gallium_dri.so free 0x55717358fc40 void 0.000129
+gallium_dri.so free 0x55717358faf0 void 0.000129
+gallium_dri.so malloc 72 0x55717358fc40 0.000129
+gallium_dri.so free 0x55717358fd00 void 0.000130
+gallium_dri.so free 0x55717358fc40 void 0.000129
+gallium_dri.so malloc 72 0x55717358fc40 0.000130
+gallium_dri.so free 0x55717358fe00 void 0.000136
+gallium_dri.so free 0x55717358fc40 void 0.000129
+gallium_dri.so malloc 72 0x55717358fdb0 0.000132
+gallium_dri.so free 0x55717358fe40 void 0.000129
+gallium_dri.so free 0x55717358fdb0 void 0.000157
+gallium_dri.so malloc 72 0x55717358fdb0 0.000130
+gallium_dri.so free 0x55717358ff00 void 0.000129
+gallium_dri.so free 0x55717358fdb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358ff40 0.000129
+gallium_dri.so free 0x55717358ffc0 void 0.000129
+gallium_dri.so free 0x55717358ff40 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffc0 0.000129
+gallium_dri.so free 0x557173590080 void 0.000129
+gallium_dri.so free 0x55717358ffc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffc0 0.000129
+gallium_dri.so free 0x557173590100 void 0.000130
+gallium_dri.so free 0x55717358ffc0 void 0.000188
+gallium_dri.so malloc 72 0x557173590130 0.000132
+gallium_dri.so free 0x557173590180 void 0.000128
+gallium_dri.so free 0x557173590130 void 0.000130
+gallium_dri.so malloc 72 0x557173590130 0.000129
+gallium_dri.so free 0x557173590280 void 0.000130
+gallium_dri.so free 0x557173590130 void 0.000138
+gallium_dri.so malloc 72 0x5571735902c0 0.000145
+gallium_dri.so free 0x557173590340 void 0.000134
+gallium_dri.so free 0x5571735902c0 void 0.000132
+gallium_dri.so malloc 72 0x557173590340 0.000132
+gallium_dri.so free 0x557173590400 void 0.000131
+gallium_dri.so free 0x557173590340 void 0.000132
+gallium_dri.so malloc 72 0x557173590340 0.000130
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so free 0x557173590340 void 0.000130
+gallium_dri.so malloc 72 0x5571735904b0 0.000131
+gallium_dri.so free 0x557173590500 void 0.000131
+gallium_dri.so free 0x5571735904b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735904b0 0.000131
+gallium_dri.so free 0x557173590600 void 0.000132
+gallium_dri.so free 0x5571735904b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735905b0 0.000130
+gallium_dri.so free 0x5571735906c0 void 0.000140
+gallium_dri.so free 0x5571735905b0 void 0.000134
+gallium_dri.so malloc 72 0x557173590670 0.000131
+gallium_dri.so free 0x557173590740 void 0.000132
+gallium_dri.so free 0x557173590670 void 0.000131
+gallium_dri.so malloc 72 0x557173590670 0.000131
+gallium_dri.so free 0x557173590800 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000131
+gallium_dri.so malloc 72 0x557173590670 0.000130
+gallium_dri.so free 0x5571735908c0 void 0.000130
+gallium_dri.so free 0x557173590670 void 0.000131
+gallium_dri.so malloc 72 0x557173590870 0.000130
+gallium_dri.so free 0x557173590940 void 0.000130
+gallium_dri.so free 0x557173590870 void 0.000131
+gallium_dri.so malloc 72 0x557173590990 0.000130
+gallium_dri.so free 0x557173590a00 void 0.000132
+gallium_dri.so free 0x557173590990 void 0.000129
+gallium_dri.so malloc 72 0x557173590a20 0.000130
+gallium_dri.so free 0x557173590ac0 void 0.000131
+gallium_dri.so free 0x557173590a20 void 0.000140
+gallium_dri.so malloc 72 0x557173590a70 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000130
+gallium_dri.so free 0x557173590a70 void 0.000131
+gallium_dri.so malloc 72 0x557173590b40 0.000141
+gallium_dri.so free 0x557173590c00 void 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so malloc 72 0x557173590b40 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000132
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so malloc 72 0x557173590c80 0.000131
+gallium_dri.so free 0x557173590d40 void 0.000130
+gallium_dri.so free 0x557173590c80 void 0.000132
+gallium_dri.so malloc 72 0x557173590c80 0.000132
+gallium_dri.so free 0x557173590e00 void 0.000130
+gallium_dri.so free 0x557173590c80 void 0.000129
+gallium_dri.so malloc 72 0x557173590c80 0.000132
+gallium_dri.so free 0x557173590ec0 void 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so malloc 72 0x557173590e70 0.000132
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so free 0x557173590e70 void 0.000131
+gallium_dri.so malloc 72 0x557173590f90 0.000129
+gallium_dri.so free 0x557173591000 void 0.000130
+gallium_dri.so free 0x557173590f90 void 0.000131
+gallium_dri.so malloc 72 0x557173591040 0.000131
+gallium_dri.so free 0x5571735910c0 void 0.000130
+gallium_dri.so free 0x557173591040 void 0.000190
+gallium_dri.so malloc 72 0x557173591040 0.000148
+gallium_dri.so free 0x557173591140 void 0.000144
+gallium_dri.so free 0x557173591040 void 0.000145
+gallium_dri.so malloc 72 0x557173591170 0.000144
+gallium_dri.so free 0x5571735911c0 void 0.000144
+gallium_dri.so free 0x557173591170 void 0.000145
+gallium_dri.so malloc 72 0x557173591170 0.000145
+gallium_dri.so free 0x5571735912c0 void 0.000144
+gallium_dri.so free 0x557173591170 void 0.000143
+gallium_dri.so malloc 72 0x557173591270 0.000143
+gallium_dri.so free 0x557173591380 void 0.000146
+gallium_dri.so free 0x557173591270 void 0.000145
+gallium_dri.so malloc 72 0x557173591330 0.000144
+gallium_dri.so free 0x5571735913c0 void 0.000145
+gallium_dri.so free 0x557173591330 void 0.000146
+gallium_dri.so malloc 72 0x557173591330 0.000145
+gallium_dri.so free 0x557173591480 void 0.000145
+gallium_dri.so free 0x557173591330 void 0.000144
+gallium_dri.so malloc 72 0x5571735914f0 0.000144
+gallium_dri.so free 0x557173591540 void 0.000145
+gallium_dri.so free 0x5571735914f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735914f0 0.000145
+gallium_dri.so free 0x557173591640 void 0.000146
+gallium_dri.so free 0x5571735914f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735915f0 0.000144
+gallium_dri.so free 0x557173591700 void 0.000145
+gallium_dri.so free 0x5571735915f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735916b0 0.000146
+gallium_dri.so free 0x557173591740 void 0.000146
+gallium_dri.so free 0x5571735916b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735916b0 0.000138
+gallium_dri.so free 0x557173591800 void 0.000131
+gallium_dri.so free 0x5571735916b0 void 0.000132
+gallium_dri.so malloc 72 0x557173591840 0.000131
+gallium_dri.so free 0x5571735918c0 void 0.000131
+gallium_dri.so free 0x557173591840 void 0.000131
+gallium_dri.so malloc 72 0x5571735918c0 0.000131
+gallium_dri.so free 0x557173591980 void 0.000131
+gallium_dri.so free 0x5571735918c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735918c0 0.000130
+gallium_dri.so free 0x557173591a40 void 0.000130
+gallium_dri.so free 0x5571735918c0 void 0.000131
+gallium_dri.so malloc 72 0x557173591a60 0.000187
+gallium_dri.so free 0x557173591b00 void 0.000134
+gallium_dri.so free 0x557173591a60 void 0.000130
+gallium_dri.so malloc 72 0x557173591ab0 0.000131
+gallium_dri.so free 0x557173591b80 void 0.000131
+gallium_dri.so free 0x557173591ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173591ab0 0.000132
+gallium_dri.so free 0x557173591c00 void 0.000131
+gallium_dri.so free 0x557173591ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173591c00 0.000130
+gallium_dri.so free 0x557173591cc0 void 0.000131
+gallium_dri.so free 0x557173591c00 void 0.000130
+gallium_dri.so malloc 72 0x557173591c00 0.000131
+gallium_dri.so free 0x557173591d80 void 0.000131
+gallium_dri.so free 0x557173591c00 void 0.000131
+gallium_dri.so malloc 72 0x557173591c00 0.000130
+gallium_dri.so free 0x557173591e40 void 0.000132
+gallium_dri.so free 0x557173591c00 void 0.000131
+gallium_dri.so malloc 72 0x557173591df0 0.000130
+gallium_dri.so free 0x557173591f00 void 0.000130
+gallium_dri.so free 0x557173591df0 void 0.000130
+gallium_dri.so malloc 72 0x557173591eb0 0.000130
+gallium_dri.so free 0x5571735cae40 void 0.000132
+gallium_dri.so free 0x557173591eb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735cae40 0.000131
+gallium_dri.so free 0x5571735caf00 void 0.000131
+gallium_dri.so free 0x5571735cae40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cae40 0.000129
+gallium_dri.so free 0x5571735cafc0 void 0.000129
+gallium_dri.so free 0x5571735cae40 void 0.000129
+gallium_dri.so malloc 72 0x5571735cae40 0.000130
+gallium_dri.so free 0x5571735cb080 void 0.000130
+gallium_dri.so free 0x5571735cae40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb030 0.000132
+gallium_dri.so free 0x5571735cb100 void 0.000131
+gallium_dri.so free 0x5571735cb030 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb150 0.000130
+gallium_dri.so free 0x5571735cb1c0 void 0.000132
+gallium_dri.so free 0x5571735cb150 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb200 0.000130
+gallium_dri.so free 0x5571735cb280 void 0.000131
+gallium_dri.so free 0x5571735cb200 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb200 0.000131
+gallium_dri.so free 0x5571735cb300 void 0.000131
+gallium_dri.so free 0x5571735cb200 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb330 0.000132
+gallium_dri.so free 0x5571735cb380 void 0.000189
+gallium_dri.so free 0x5571735cb330 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb330 0.000133
+gallium_dri.so free 0x5571735cb480 void 0.000131
+gallium_dri.so free 0x5571735cb330 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb430 0.000131
+gallium_dri.so free 0x5571735cb540 void 0.000131
+gallium_dri.so free 0x5571735cb430 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000132
+gallium_dri.so free 0x5571735cb580 void 0.000132
+gallium_dri.so free 0x5571735cb4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000130
+gallium_dri.so free 0x5571735cb640 void 0.000132
+gallium_dri.so free 0x5571735cb4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000131
+gallium_dri.so free 0x5571735cb700 void 0.000132
+gallium_dri.so free 0x5571735cb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000130
+gallium_dri.so free 0x5571735cb800 void 0.000133
+gallium_dri.so free 0x5571735cb6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000130
+gallium_dri.so free 0x5571735cb8c0 void 0.000131
+gallium_dri.so free 0x5571735cb7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb870 0.000177
+gallium_dri.so free 0x5571735cb900 void 0.000132
+gallium_dri.so free 0x5571735cb870 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb870 0.000130
+gallium_dri.so free 0x5571735cb9c0 void 0.000131
+gallium_dri.so free 0x5571735cb870 void 0.000130
+gallium_dri.so malloc 72 0x5571735cba00 0.000130
+gallium_dri.so free 0x5571735cba80 void 0.000130
+gallium_dri.so free 0x5571735cba00 void 0.000130
+gallium_dri.so malloc 72 0x5571735cba80 0.000133
+gallium_dri.so free 0x5571735cbb40 void 0.000131
+gallium_dri.so free 0x5571735cba80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cba80 0.000130
+gallium_dri.so free 0x5571735cbc00 void 0.000131
+gallium_dri.so free 0x5571735cba80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbc20 0.000132
+gallium_dri.so free 0x5571735cbcc0 void 0.000130
+gallium_dri.so free 0x5571735cbc20 void 0.000134
+gallium_dri.so malloc 72 0x5571735cbc70 0.000132
+gallium_dri.so free 0x5571735cbd40 void 0.000134
+gallium_dri.so free 0x5571735cbc70 void 0.000139
+gallium_dri.so malloc 72 0x5571735cbc70 0.000133
+gallium_dri.so free 0x5571735cbdc0 void 0.000130
+gallium_dri.so free 0x5571735cbc70 void 0.000146
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000135
+gallium_dri.so free 0x5571735cbe80 void 0.000131
+gallium_dri.so free 0x5571735cbdc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000136
+gallium_dri.so free 0x5571735cbf40 void 0.000134
+gallium_dri.so free 0x5571735cbdc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cbdc0 0.000135
+gallium_dri.so free 0x5571735cc000 void 0.000136
+gallium_dri.so free 0x5571735cbdc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000134
+gallium_dri.so free 0x5571735cc0c0 void 0.000137
+gallium_dri.so free 0x5571735cbfb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cc070 0.000135
+gallium_dri.so free 0x5571735cc140 void 0.000137
+gallium_dri.so free 0x5571735cc070 void 0.000141
+gallium_dri.so malloc 72 0x5571735cc190 0.000136
+gallium_dri.so free 0x5571735cc200 void 0.000136
+gallium_dri.so free 0x5571735cc190 void 0.000135
+gallium_dri.so malloc 72 0x5571735cc220 0.000136
+gallium_dri.so free 0x5571735cc2c0 void 0.000136
+gallium_dri.so free 0x5571735cc220 void 0.000136
+gallium_dri.so malloc 72 0x5571735cc270 0.000143
+gallium_dri.so free 0x5571735cc340 void 0.000121
+gallium_dri.so free 0x5571735cc270 void 0.000134
+gallium_dri.so malloc 72 0x5571735cc270 0.000135
+gallium_dri.so free 0x5571735cc3c0 void 0.000134
+gallium_dri.so free 0x5571735cc270 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000137
+gallium_dri.so free 0x5571735cc480 void 0.000136
+gallium_dri.so free 0x5571735cc3c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000134
+gallium_dri.so free 0x5571735cc580 void 0.000135
+gallium_dri.so free 0x5571735cc3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc530 0.000130
+gallium_dri.so free 0x5571735cc5c0 void 0.000131
+gallium_dri.so free 0x5571735cc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc530 0.000130
+gallium_dri.so free 0x5571735cc680 void 0.000129
+gallium_dri.so free 0x5571735cc530 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc6c0 0.000130
+gallium_dri.so free 0x5571735cc740 void 0.000132
+gallium_dri.so free 0x5571735cc6c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc740 0.000129
+gallium_dri.so free 0x5571735cc800 void 0.000131
+gallium_dri.so free 0x5571735cc740 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc740 0.000132
+gallium_dri.so free 0x5571735cc880 void 0.000132
+gallium_dri.so free 0x5571735cc740 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000130
+gallium_dri.so free 0x5571735cc900 void 0.000131
+gallium_dri.so free 0x5571735cc8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000130
+gallium_dri.so free 0x5571735cca00 void 0.000129
+gallium_dri.so free 0x5571735cc8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cca40 0.000130
+gallium_dri.so free 0x5571735ccac0 void 0.000132
+gallium_dri.so free 0x5571735cca40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccac0 0.000131
+gallium_dri.so free 0x5571735ccb80 void 0.000132
+gallium_dri.so free 0x5571735ccac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccac0 0.000130
+gallium_dri.so free 0x5571735ccc00 void 0.000131
+gallium_dri.so free 0x5571735ccac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccc30 0.000131
+gallium_dri.so free 0x5571735ccc80 void 0.000129
+gallium_dri.so free 0x5571735ccc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccc30 0.000130
+gallium_dri.so free 0x5571735ccd80 void 0.000136
+gallium_dri.so free 0x5571735ccc30 void 0.000135
+gallium_dri.so malloc 72 0x5571735ccd30 0.000130
+gallium_dri.so free 0x5571735cce40 void 0.000131
+gallium_dri.so free 0x5571735ccd30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000131
+gallium_dri.so free 0x5571735ccec0 void 0.000130
+gallium_dri.so free 0x5571735ccdf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000132
+gallium_dri.so free 0x5571735ccf80 void 0.000130
+gallium_dri.so free 0x5571735ccdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000130
+gallium_dri.so free 0x5571735cd040 void 0.000131
+gallium_dri.so free 0x5571735ccdf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ccff0 0.000138
+gallium_dri.so free 0x5571735cd0c0 void 0.000136
+gallium_dri.so free 0x5571735ccff0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cd110 0.000135
+gallium_dri.so free 0x5571735cd180 void 0.000138
+gallium_dri.so free 0x5571735cd110 void 0.000136
+gallium_dri.so malloc 72 0x5571735cd1a0 0.000133
+gallium_dri.so free 0x5571735cd240 void 0.000231
+gallium_dri.so free 0x5571735cd1a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000204
+gallium_dri.so free 0x5571735cd2c0 void 0.000132
+gallium_dri.so free 0x5571735cd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000132
+gallium_dri.so free 0x5571735cd380 void 0.000131
+gallium_dri.so free 0x5571735cd2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd2c0 0.000129
+gallium_dri.so free 0x5571735cd400 void 0.000130
+gallium_dri.so free 0x5571735cd2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd400 0.000131
+gallium_dri.so free 0x5571735cd4c0 void 0.000130
+gallium_dri.so free 0x5571735cd400 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd400 0.000130
+gallium_dri.so free 0x5571735cd580 void 0.000130
+gallium_dri.so free 0x5571735cd400 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd400 0.000131
+gallium_dri.so free 0x5571735cd640 void 0.000131
+gallium_dri.so free 0x5571735cd400 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000129
+gallium_dri.so free 0x5571735cd6c0 void 0.000131
+gallium_dri.so free 0x5571735cd5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd710 0.000129
+gallium_dri.so free 0x5571735cd780 void 0.000139
+gallium_dri.so free 0x5571735cd710 void 0.000172
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000129
+gallium_dri.so free 0x5571735cd840 void 0.000128
+gallium_dri.so free 0x5571735cd7c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd7c0 0.000127
+gallium_dri.so free 0x5571735cd8c0 void 0.000128
+gallium_dri.so free 0x5571735cd7c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000128
+gallium_dri.so free 0x5571735cd940 void 0.000131
+gallium_dri.so free 0x5571735cd8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd8f0 0.000128
+gallium_dri.so free 0x5571735cda40 void 0.000129
+gallium_dri.so free 0x5571735cd8f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd9f0 0.000127
+gallium_dri.so free 0x5571735cdb00 void 0.000128
+gallium_dri.so free 0x5571735cd9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdab0 0.000128
+gallium_dri.so free 0x5571735cdb40 void 0.000131
+gallium_dri.so free 0x5571735cdab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdab0 0.000128
+gallium_dri.so free 0x5571735cdc00 void 0.000130
+gallium_dri.so free 0x5571735cdab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdc70 0.000136
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so free 0x5571735cdc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdc70 0.000115
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdd70 0.000112
+gallium_dri.so free 0x5571735cde80 void 0.000116
+gallium_dri.so free 0x5571735cdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde30 0.000114
+gallium_dri.so free 0x5571735cdec0 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cde30 0.000113
+gallium_dri.so free 0x5571735cdf80 void 0.000116
+gallium_dri.so free 0x5571735cde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdfc0 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000115
+gallium_dri.so free 0x5571735cdfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce040 0.000115
+gallium_dri.so free 0x5571735ce100 void 0.000114
+gallium_dri.so free 0x5571735ce040 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce040 0.000114
+gallium_dri.so free 0x5571735ce1c0 void 0.000115
+gallium_dri.so free 0x5571735ce040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce1e0 0.000113
+gallium_dri.so free 0x5571735ce280 void 0.000114
+gallium_dri.so free 0x5571735ce1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce230 0.000114
+gallium_dri.so free 0x5571735ce300 void 0.000119
+gallium_dri.so free 0x5571735ce230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce230 0.000113
+gallium_dri.so free 0x5571735ce380 void 0.000136
+gallium_dri.so free 0x5571735ce230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce380 0.000111
+gallium_dri.so free 0x5571735ce440 void 0.000112
+gallium_dri.so free 0x5571735ce380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce380 0.000112
+gallium_dri.so free 0x5571735ce500 void 0.000113
+gallium_dri.so free 0x5571735ce380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce380 0.000112
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so free 0x5571735ce380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce570 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000240
+gallium_dri.so free 0x5571735ce570 void 0.000214
+gallium_dri.so malloc 72 0x5571735ce630 0.000205
+gallium_dri.so free 0x5571735ce700 void 0.000128
+gallium_dri.so free 0x5571735ce630 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce750 0.000127
+gallium_dri.so free 0x5571735ce7c0 void 0.000122
+gallium_dri.so free 0x5571735ce750 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce7e0 0.000122
+gallium_dri.so free 0x5571735ce880 void 0.000125
+gallium_dri.so free 0x5571735ce7e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce830 0.000124
+gallium_dri.so free 0x5571735ce900 void 0.000119
+gallium_dri.so free 0x5571735ce830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce830 0.000124
+gallium_dri.so free 0x5571735ce980 void 0.000119
+gallium_dri.so free 0x5571735ce830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce980 0.000114
+gallium_dri.so free 0x5571735cea40 void 0.000113
+gallium_dri.so free 0x5571735ce980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce980 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000127
+gallium_dri.so free 0x5571735ce980 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000119
+gallium_dri.so free 0x5571735ceb80 void 0.000121
+gallium_dri.so free 0x5571735ceaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cec80 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000121
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced00 0.000188
+gallium_dri.so free 0x5571735cedc0 void 0.000127
+gallium_dri.so free 0x5571735ced00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced00 0.000120
+gallium_dri.so free 0x5571735cee40 void 0.000121
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee70 0.000119
+gallium_dri.so free 0x5571735ceec0 void 0.000121
+gallium_dri.so free 0x5571735cee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee70 0.000119
+gallium_dri.so free 0x5571735cefc0 void 0.000121
+gallium_dri.so free 0x5571735cee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf000 0.000119
+gallium_dri.so free 0x5571735cf080 void 0.000120
+gallium_dri.so free 0x5571735cf000 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf080 0.000119
+gallium_dri.so free 0x5571735cf140 void 0.000120
+gallium_dri.so free 0x5571735cf080 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf080 0.000119
+gallium_dri.so free 0x5571735cf1c0 void 0.000121
+gallium_dri.so free 0x5571735cf080 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000120
+gallium_dri.so free 0x5571735cf240 void 0.000120
+gallium_dri.so free 0x5571735cf1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000119
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so free 0x5571735cf1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000120
+gallium_dri.so free 0x5571735cf2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000121
+gallium_dri.so free 0x5571735cf3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000119
+gallium_dri.so free 0x5571735cf540 void 0.000118
+gallium_dri.so free 0x5571735cf3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000120
+gallium_dri.so free 0x5571735cf600 void 0.000120
+gallium_dri.so free 0x5571735cf3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000118
+gallium_dri.so free 0x5571735cf680 void 0.000119
+gallium_dri.so free 0x5571735cf5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf6d0 0.000118
+gallium_dri.so free 0x5571735cf740 void 0.000120
+gallium_dri.so free 0x5571735cf6d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf760 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000120
+gallium_dri.so free 0x5571735cf760 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000119
+gallium_dri.so free 0x5571735cf880 void 0.000118
+gallium_dri.so free 0x5571735cf7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf880 0.000121
+gallium_dri.so free 0x5571735cf940 void 0.000160
+gallium_dri.so free 0x5571735cf880 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf880 0.000120
+gallium_dri.so free 0x5571735cf9c0 void 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000125
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x5571735cf9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000114
+gallium_dri.so free 0x5571735cf9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000114
+gallium_dri.so free 0x5571735cf9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcd0 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfcd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd80 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd80 0.000114
+gallium_dri.so free 0x5571735cfe80 void 0.000114
+gallium_dri.so free 0x5571735cfd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000114
+gallium_dri.so free 0x5571735cff00 void 0.000168
+gallium_dri.so free 0x5571735cfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cfeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cffb0 0.000113
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x5571735cffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0070 0.000113
+gallium_dri.so free 0x5571735d0100 void 0.000114
+gallium_dri.so free 0x5571735d0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0070 0.000115
+gallium_dri.so free 0x5571735d01c0 void 0.000115
+gallium_dri.so free 0x5571735d0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0230 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000115
+gallium_dri.so free 0x5571735d0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0230 0.000115
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0330 0.000114
+gallium_dri.so free 0x5571735d0440 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03f0 0.000113
+gallium_dri.so free 0x5571735d0480 void 0.000116
+gallium_dri.so free 0x5571735d03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03f0 0.000113
+gallium_dri.so free 0x5571735d0540 void 0.000114
+gallium_dri.so free 0x5571735d03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0580 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000113
+gallium_dri.so free 0x5571735d0580 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0600 0.000112
+gallium_dri.so free 0x5571735d06c0 void 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0600 0.000114
+gallium_dri.so free 0x5571735d0780 void 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d07a0 0.000112
+gallium_dri.so free 0x5571735d0840 void 0.000113
+gallium_dri.so free 0x5571735d07a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d07f0 0.000113
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so free 0x5571735d07f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d07f0 0.000113
+gallium_dri.so free 0x5571735d0940 void 0.000113
+gallium_dri.so free 0x5571735d07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0940 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000113
+gallium_dri.so free 0x5571735d0940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0940 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0940 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so free 0x5571735d0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so free 0x5571735d0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0d10 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0da0 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000115
+gallium_dri.so free 0x5571735d0da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0df0 0.000113
+gallium_dri.so free 0x5571735d0ec0 void 0.000113
+gallium_dri.so free 0x5571735d0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0df0 0.000113
+gallium_dri.so free 0x5571735d0f40 void 0.000114
+gallium_dri.so free 0x5571735d0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f40 0.000113
+gallium_dri.so free 0x5571735d1000 void 0.000113
+gallium_dri.so free 0x5571735d0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f40 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000114
+gallium_dri.so free 0x5571735d0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000113
+gallium_dri.so free 0x5571735d1140 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000163
+gallium_dri.so free 0x5571735d1200 void 0.000115
+gallium_dri.so free 0x5571735d10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1240 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d12c0 0.000113
+gallium_dri.so free 0x5571735d1380 void 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12c0 0.000113
+gallium_dri.so free 0x5571735d1400 void 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1430 0.000113
+gallium_dri.so free 0x5571735d1480 void 0.000114
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1430 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15c0 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000114
+gallium_dri.so free 0x5571735d15c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1640 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so free 0x5571735d1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1640 0.000114
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17b0 0.000127
+gallium_dri.so free 0x5571735d1800 void 0.000115
+gallium_dri.so free 0x5571735d17b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d17b0 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735d17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d18b0 0.000112
+gallium_dri.so free 0x5571735d19c0 void 0.000113
+gallium_dri.so free 0x5571735d18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1970 0.000112
+gallium_dri.so free 0x5571735d1a40 void 0.000113
+gallium_dri.so free 0x5571735d1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1970 0.000116
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d1970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1970 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1b70 0.000113
+gallium_dri.so free 0x5571735d1c40 void 0.000114
+gallium_dri.so free 0x5571735d1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c90 0.000112
+gallium_dri.so free 0x5571735d1d00 void 0.000113
+gallium_dri.so free 0x5571735d1c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d20 0.000112
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1d70 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000126
+gallium_dri.so free 0x5571735d1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e40 0.000114
+gallium_dri.so free 0x5571735d1f00 void 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e40 0.000114
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1f80 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so free 0x5571735d1f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1f80 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1f80 0.000113
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so free 0x5571735d1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2170 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so free 0x5571735d2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2290 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2290 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2340 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2340 0.000112
+gallium_dri.so free 0x5571735d2440 void 0.000156
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2470 0.000113
+gallium_dri.so free 0x5571735d24c0 void 0.000113
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2470 0.000112
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2570 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x5571735d2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2630 0.000112
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2630 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28f0 0.000113
+gallium_dri.so free 0x5571735d2a00 void 0.000113
+gallium_dri.so free 0x5571735d28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000112
+gallium_dri.so free 0x5571735d2a40 void 0.000114
+gallium_dri.so free 0x5571735d29b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d29b0 0.000117
+gallium_dri.so free 0x5571735d2b00 void 0.000114
+gallium_dri.so free 0x5571735d29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2b40 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000112
+gallium_dri.so free 0x5571735d2c80 void 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000112
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so free 0x5571735d2bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d60 0.000112
+gallium_dri.so free 0x5571735d2e00 void 0.000114
+gallium_dri.so free 0x5571735d2d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2db0 0.000113
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so free 0x5571735d2db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2db0 0.000111
+gallium_dri.so free 0x5571735d2f00 void 0.000112
+gallium_dri.so free 0x5571735d2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f00 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x5571735d2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f00 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2f00 0.000105
+gallium_dri.so free 0x5571735d3140 void 0.000116
+gallium_dri.so free 0x5571735d2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30f0 0.000116
+gallium_dri.so free 0x5571735d3200 void 0.000114
+gallium_dri.so free 0x5571735d30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d31b0 0.000112
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d31b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d32d0 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d32d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3360 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d3360 void 0.000112
+gallium_dri.so malloc 72 0x5571735d33b0 0.000112
+gallium_dri.so free 0x5571735d3480 void 0.000114
+gallium_dri.so free 0x5571735d33b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d33b0 0.000112
+gallium_dri.so free 0x5571735d3500 void 0.000115
+gallium_dri.so free 0x5571735d33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3500 0.000114
+gallium_dri.so free 0x5571735d35c0 void 0.000114
+gallium_dri.so free 0x5571735d3500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3500 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000115
+gallium_dri.so free 0x5571735d3500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3670 0.000126
+gallium_dri.so free 0x5571735d3700 void 0.000117
+gallium_dri.so free 0x5571735d3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3670 0.000113
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so free 0x5571735d3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3800 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3880 0.000112
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3880 0.000113
+gallium_dri.so free 0x5571735d39c0 void 0.000112
+gallium_dri.so free 0x5571735d3880 void 0.000111
+gallium_dri.so malloc 72 0x5571735d39f0 0.000112
+gallium_dri.so free 0x5571735d3a40 void 0.000112
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000117
+gallium_dri.so free 0x5571735d3b40 void 0.000116
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b80 0.000113
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c00 0.000112
+gallium_dri.so free 0x5571735d3cc0 void 0.000115
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3c00 0.000113
+gallium_dri.so free 0x5571735d3d40 void 0.000128
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d70 0.000114
+gallium_dri.so free 0x5571735d3dc0 void 0.000115
+gallium_dri.so free 0x5571735d3d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3d70 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000116
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e70 0.000114
+gallium_dri.so free 0x5571735d3f80 void 0.000115
+gallium_dri.so free 0x5571735d3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f30 0.000114
+gallium_dri.so free 0x5571735d4000 void 0.000115
+gallium_dri.so free 0x5571735d3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f30 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f30 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d3f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4130 0.000119
+gallium_dri.so free 0x5571735d4200 void 0.000116
+gallium_dri.so free 0x5571735d4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4250 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so free 0x5571735d4250 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42e0 0.000114
+gallium_dri.so free 0x5571735d4380 void 0.000165
+gallium_dri.so free 0x5571735d42e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4330 0.000114
+gallium_dri.so free 0x5571735d4400 void 0.000114
+gallium_dri.so free 0x5571735d4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4400 0.000114
+gallium_dri.so free 0x5571735d44c0 void 0.000115
+gallium_dri.so free 0x5571735d4400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4400 0.000113
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so free 0x5571735d4400 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4540 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4540 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000115
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4540 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4730 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so free 0x5571735d4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4850 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4850 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4900 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000127
+gallium_dri.so free 0x5571735d4900 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4900 0.000114
+gallium_dri.so free 0x5571735d4a00 void 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a30 0.000113
+gallium_dri.so free 0x5571735d4a80 void 0.000113
+gallium_dri.so free 0x5571735d4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a30 0.000117
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x5571735d4a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b30 0.000113
+gallium_dri.so free 0x5571735d4c40 void 0.000113
+gallium_dri.so free 0x5571735d4b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000114
+gallium_dri.so free 0x5571735d4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000112
+gallium_dri.so free 0x5571735d4d40 void 0.000114
+gallium_dri.so free 0x5571735d4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4e00 void 0.000113
+gallium_dri.so free 0x5571735d4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4db0 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000112
+gallium_dri.so free 0x5571735d4fc0 void 0.000114
+gallium_dri.so free 0x5571735d4eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4f70 0.000114
+gallium_dri.so free 0x5571735d5000 void 0.000115
+gallium_dri.so free 0x5571735d4f70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4f70 0.000129
+gallium_dri.so free 0x5571735d50c0 void 0.000128
+gallium_dri.so free 0x5571735d4f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5100 0.000128
+gallium_dri.so free 0x5571735d5180 void 0.000121
+gallium_dri.so free 0x5571735d5100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5180 0.000121
+gallium_dri.so free 0x5571735d5240 void 0.000124
+gallium_dri.so free 0x5571735d5180 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5180 0.000124
+gallium_dri.so free 0x5571735d5300 void 0.000123
+gallium_dri.so free 0x5571735d5180 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5320 0.000119
+gallium_dri.so free 0x5571735d53c0 void 0.000116
+gallium_dri.so free 0x5571735d5320 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5370 0.000115
+gallium_dri.so free 0x5571735d5440 void 0.000115
+gallium_dri.so free 0x5571735d5370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5370 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000188
+gallium_dri.so free 0x5571735d5370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d54c0 0.000115
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x5571735d54c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d54c0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54c0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d54c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d56b0 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5770 0.000113
+gallium_dri.so free 0x5571735d5840 void 0.000112
+gallium_dri.so free 0x5571735d5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5890 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5890 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5920 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000113
+gallium_dri.so free 0x5571735d5920 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5970 0.000113
+gallium_dri.so free 0x5571735d5a40 void 0.000119
+gallium_dri.so free 0x5571735d5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5970 0.000113
+gallium_dri.so free 0x5571735d5ac0 void 0.000121
+gallium_dri.so free 0x5571735d5970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000113
+gallium_dri.so free 0x5571735d5b80 void 0.000111
+gallium_dri.so free 0x5571735d5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000115
+gallium_dri.so free 0x5571735d5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c30 0.000111
+gallium_dri.so free 0x5571735d5cc0 void 0.000112
+gallium_dri.so free 0x5571735d5c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5c30 0.000112
+gallium_dri.so free 0x5571735d5d80 void 0.000113
+gallium_dri.so free 0x5571735d5c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000111
+gallium_dri.so free 0x5571735d5e40 void 0.000111
+gallium_dri.so free 0x5571735d5dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e40 0.000186
+gallium_dri.so free 0x5571735d5f00 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e40 0.000122
+gallium_dri.so free 0x5571735d5f80 void 0.000116
+gallium_dri.so free 0x5571735d5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000121
+gallium_dri.so free 0x5571735d6000 void 0.000118
+gallium_dri.so free 0x5571735d5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000114
+gallium_dri.so free 0x5571735d6100 void 0.000122
+gallium_dri.so free 0x5571735d5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6140 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000112
+gallium_dri.so free 0x5571735d6140 void 0.000112
+gallium_dri.so malloc 72 0x5571735d61c0 0.000115
+gallium_dri.so free 0x5571735d6280 void 0.000114
+gallium_dri.so free 0x5571735d61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d61c0 0.000112
+gallium_dri.so free 0x5571735d6300 void 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d6380 void 0.000112
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000112
+gallium_dri.so free 0x5571735d6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6430 0.000112
+gallium_dri.so free 0x5571735d6540 void 0.000112
+gallium_dri.so free 0x5571735d6430 void 0.000111
+gallium_dri.so malloc 72 0x5571735d64f0 0.000110
+gallium_dri.so free 0x5571735d65c0 void 0.000112
+gallium_dri.so free 0x5571735d64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64f0 0.000113
+gallium_dri.so free 0x5571735d6680 void 0.000113
+gallium_dri.so free 0x5571735d64f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d64f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d64f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d66f0 0.000114
+gallium_dri.so free 0x5571735d67c0 void 0.000115
+gallium_dri.so free 0x5571735d66f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6810 0.000113
+gallium_dri.so free 0x5571735d6880 void 0.000114
+gallium_dri.so free 0x5571735d6810 void 0.000114
+gallium_dri.so malloc 72 0x5571735d68a0 0.000115
+gallium_dri.so free 0x5571735d6940 void 0.000114
+gallium_dri.so free 0x5571735d68a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d68f0 0.000115
+gallium_dri.so free 0x5571735d69c0 void 0.000114
+gallium_dri.so free 0x5571735d68f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69c0 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000116
+gallium_dri.so free 0x5571735d69c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69c0 0.000113
+gallium_dri.so free 0x5571735d6b00 void 0.000114
+gallium_dri.so free 0x5571735d69c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b00 0.000113
+gallium_dri.so free 0x5571735d6bc0 void 0.000116
+gallium_dri.so free 0x5571735d6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b00 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735d6b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f27f0 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so free 0x5571735f27f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f27f0 0.000113
+gallium_dri.so free 0x5571735f2940 void 0.000114
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000113
+gallium_dri.so free 0x5571735f2a00 void 0.000114
+gallium_dri.so free 0x5571735f28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f29b0 0.000112
+gallium_dri.so free 0x5571735f2a80 void 0.000113
+gallium_dri.so free 0x5571735f29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2aa0 0.000118
+gallium_dri.so free 0x5571735f2b40 void 0.000123
+gallium_dri.so free 0x5571735f2aa0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2af0 0.000124
+gallium_dri.so free 0x5571735f2bc0 void 0.000123
+gallium_dri.so free 0x5571735f2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2af0 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000113
+gallium_dri.so free 0x5571735f2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000112
+gallium_dri.so free 0x5571735f2d00 void 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000128
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e30 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e30 0.000113
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f30 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000114
+gallium_dri.so free 0x5571735f2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000112
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3180 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000114
+gallium_dri.so free 0x5571735f3180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3200 0.000114
+gallium_dri.so free 0x5571735f32c0 void 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3200 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33a0 0.000114
+gallium_dri.so free 0x5571735f3440 void 0.000156
+gallium_dri.so free 0x5571735f33a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33f0 0.000110
+gallium_dri.so free 0x5571735f34c0 void 0.000112
+gallium_dri.so free 0x5571735f33f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33f0 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000112
+gallium_dri.so free 0x5571735f33f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3540 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3540 0.000113
+gallium_dri.so free 0x5571735f36c0 void 0.000112
+gallium_dri.so free 0x5571735f3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3540 0.000113
+gallium_dri.so free 0x5571735f3780 void 0.000114
+gallium_dri.so free 0x5571735f3540 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3730 0.000117
+gallium_dri.so free 0x5571735f3840 void 0.000124
+gallium_dri.so free 0x5571735f3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735f37f0 0.000113
+gallium_dri.so free 0x5571735f38c0 void 0.000113
+gallium_dri.so free 0x5571735f37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3910 0.000112
+gallium_dri.so free 0x5571735f3980 void 0.000123
+gallium_dri.so free 0x5571735f3910 void 0.000132
+gallium_dri.so malloc 72 0x5571735f39a0 0.000126
+gallium_dri.so free 0x5571735f3a40 void 0.000132
+gallium_dri.so free 0x5571735f39a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f39f0 0.000129
+gallium_dri.so free 0x5571735f3ac0 void 0.000128
+gallium_dri.so free 0x5571735f39f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f39f0 0.000124
+gallium_dri.so free 0x5571735f3b40 void 0.000123
+gallium_dri.so free 0x5571735f39f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3b40 0.000123
+gallium_dri.so free 0x5571735f3c00 void 0.000161
+gallium_dri.so free 0x5571735f3b40 void 0.000168
+gallium_dri.so malloc 72 0x5571735f3b40 0.000123
+gallium_dri.so free 0x5571735f3d00 void 0.000124
+gallium_dri.so free 0x5571735f3b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000124
+gallium_dri.so free 0x5571735f3d40 void 0.000122
+gallium_dri.so free 0x5571735f3cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000116
+gallium_dri.so free 0x5571735f3e00 void 0.000119
+gallium_dri.so free 0x5571735f3cb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f3e40 0.000125
+gallium_dri.so free 0x5571735f3ec0 void 0.000125
+gallium_dri.so free 0x5571735f3e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000123
+gallium_dri.so free 0x5571735f3f80 void 0.000120
+gallium_dri.so free 0x5571735f3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000114
+gallium_dri.so free 0x5571735f4000 void 0.000115
+gallium_dri.so free 0x5571735f3ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4030 0.000124
+gallium_dri.so free 0x5571735f4080 void 0.000119
+gallium_dri.so free 0x5571735f4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4030 0.000114
+gallium_dri.so free 0x5571735f4180 void 0.000114
+gallium_dri.so free 0x5571735f4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f41c0 0.000118
+gallium_dri.so free 0x5571735f4240 void 0.000124
+gallium_dri.so free 0x5571735f41c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f4240 0.000131
+gallium_dri.so free 0x5571735f4300 void 0.000130
+gallium_dri.so free 0x5571735f4240 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4240 0.000129
+gallium_dri.so free 0x5571735f4380 void 0.000140
+gallium_dri.so free 0x5571735f4240 void 0.000131
+gallium_dri.so malloc 72 0x5571735f43b0 0.000129
+gallium_dri.so free 0x5571735f4400 void 0.000131
+gallium_dri.so free 0x5571735f43b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f43b0 0.000129
+gallium_dri.so free 0x5571735f4500 void 0.000163
+gallium_dri.so free 0x5571735f43b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f44b0 0.000167
+gallium_dri.so free 0x5571735f45c0 void 0.000130
+gallium_dri.so free 0x5571735f44b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4570 0.000129
+gallium_dri.so free 0x5571735f4640 void 0.000122
+gallium_dri.so free 0x5571735f4570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4570 0.000119
+gallium_dri.so free 0x5571735f4700 void 0.000118
+gallium_dri.so free 0x5571735f4570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4570 0.000120
+gallium_dri.so free 0x5571735f47c0 void 0.000119
+gallium_dri.so free 0x5571735f4570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4770 0.000123
+gallium_dri.so free 0x5571735f4840 void 0.000141
+gallium_dri.so free 0x5571735f4770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4890 0.000131
+gallium_dri.so free 0x5571735f4900 void 0.000131
+gallium_dri.so free 0x5571735f4890 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4920 0.000120
+gallium_dri.so free 0x5571735f49c0 void 0.000131
+gallium_dri.so free 0x5571735f4920 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4970 0.000126
+gallium_dri.so free 0x5571735f4a40 void 0.000130
+gallium_dri.so free 0x5571735f4970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4a40 0.000130
+gallium_dri.so free 0x5571735f4b00 void 0.000129
+gallium_dri.so free 0x5571735f4a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4a40 0.000129
+gallium_dri.so free 0x5571735f4b80 void 0.000131
+gallium_dri.so free 0x5571735f4a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4b80 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000132
+gallium_dri.so free 0x5571735f4b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4b80 0.000163
+gallium_dri.so free 0x5571735f4d00 void 0.000230
+gallium_dri.so free 0x5571735f4b80 void 0.000269
+gallium_dri.so malloc 72 0x5571735f4b80 0.000278
+gallium_dri.so free 0x5571735f4dc0 void 0.000131
+gallium_dri.so free 0x5571735f4b80 void 0.000165
+gallium_dri.so malloc 72 0x5571735f4d70 0.000162
+gallium_dri.so free 0x5571735f4e40 void 0.000130
+gallium_dri.so free 0x5571735f4d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4e90 0.000129
+gallium_dri.so free 0x5571735f4f00 void 0.000125
+gallium_dri.so free 0x5571735f4e90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f40 0.000125
+gallium_dri.so free 0x5571735f4fc0 void 0.000130
+gallium_dri.so free 0x5571735f4f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4f40 0.000121
+gallium_dri.so free 0x5571735f5040 void 0.000120
+gallium_dri.so free 0x5571735f4f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5070 0.000124
+gallium_dri.so free 0x5571735f50c0 void 0.000134
+gallium_dri.so free 0x5571735f5070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5070 0.000124
+gallium_dri.so free 0x5571735f51c0 void 0.000122
+gallium_dri.so free 0x5571735f5070 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5170 0.000161
+gallium_dri.so free 0x5571735f5280 void 0.000163
+gallium_dri.so free 0x5571735f5170 void 0.000170
+gallium_dri.so malloc 72 0x5571735f5230 0.000130
+gallium_dri.so free 0x5571735f52c0 void 0.000131
+gallium_dri.so free 0x5571735f5230 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5230 0.000124
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f5230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f53f0 0.000130
+gallium_dri.so free 0x5571735f5440 void 0.000132
+gallium_dri.so free 0x5571735f53f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f53f0 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so free 0x5571735f53f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f54f0 0.000128
+gallium_dri.so free 0x5571735f5600 void 0.000137
+gallium_dri.so free 0x5571735f54f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f55b0 0.000127
+gallium_dri.so free 0x5571735f5640 void 0.000130
+gallium_dri.so free 0x5571735f55b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f55b0 0.000123
+gallium_dri.so free 0x5571735f5700 void 0.000124
+gallium_dri.so free 0x5571735f55b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5740 0.000123
+gallium_dri.so free 0x5571735f57c0 void 0.000128
+gallium_dri.so free 0x5571735f5740 void 0.000129
+gallium_dri.so malloc 72 0x5571735f57c0 0.000128
+gallium_dri.so free 0x5571735f5880 void 0.000122
+gallium_dri.so free 0x5571735f57c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f57c0 0.000124
+gallium_dri.so free 0x5571735f5940 void 0.000124
+gallium_dri.so free 0x5571735f57c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5960 0.000128
+gallium_dri.so free 0x5571735f5a00 void 0.000122
+gallium_dri.so free 0x5571735f5960 void 0.000120
+gallium_dri.so malloc 72 0x5571735f59b0 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000119
+gallium_dri.so free 0x5571735f59b0 void 0.000204
+gallium_dri.so malloc 72 0x5571735f59b0 0.000132
+gallium_dri.so free 0x5571735f5b00 void 0.000179
+gallium_dri.so free 0x5571735f59b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735f5b00 0.000131
+gallium_dri.so free 0x5571735f5bc0 void 0.000135
+gallium_dri.so free 0x5571735f5b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5b00 0.000133
+gallium_dri.so free 0x5571735f5c80 void 0.000126
+gallium_dri.so free 0x5571735f5b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5b00 0.000122
+gallium_dri.so free 0x5571735f5d40 void 0.000126
+gallium_dri.so free 0x5571735f5b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000130
+gallium_dri.so free 0x5571735f5e00 void 0.000124
+gallium_dri.so free 0x5571735f5cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5db0 0.000125
+gallium_dri.so free 0x5571735f5e80 void 0.000129
+gallium_dri.so free 0x5571735f5db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000124
+gallium_dri.so free 0x5571735f5f40 void 0.000121
+gallium_dri.so free 0x5571735f5ed0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5f60 0.000130
+gallium_dri.so free 0x5571735f6000 void 0.000137
+gallium_dri.so free 0x5571735f5f60 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000128
+gallium_dri.so free 0x5571735f6080 void 0.000124
+gallium_dri.so free 0x5571735f5fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000131
+gallium_dri.so free 0x5571735f6100 void 0.000123
+gallium_dri.so free 0x5571735f5fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6100 0.000130
+gallium_dri.so free 0x5571735f61c0 void 0.000130
+gallium_dri.so free 0x5571735f6100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6100 0.000128
+gallium_dri.so free 0x5571735f62c0 void 0.000123
+gallium_dri.so free 0x5571735f6100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6270 0.000119
+gallium_dri.so free 0x5571735f6300 void 0.000124
+gallium_dri.so free 0x5571735f6270 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6270 0.000130
+gallium_dri.so free 0x5571735f63c0 void 0.000130
+gallium_dri.so free 0x5571735f6270 void 0.000182
+gallium_dri.so malloc 72 0x5571735f6400 0.000129
+gallium_dri.so free 0x5571735f6480 void 0.000124
+gallium_dri.so free 0x5571735f6400 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6480 0.000128
+gallium_dri.so free 0x5571735f6540 void 0.000137
+gallium_dri.so free 0x5571735f6480 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6480 0.000125
+gallium_dri.so free 0x5571735f65c0 void 0.000130
+gallium_dri.so free 0x5571735f6480 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65f0 0.000125
+gallium_dri.so free 0x5571735f6640 void 0.000123
+gallium_dri.so free 0x5571735f65f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f65f0 0.000130
+gallium_dri.so free 0x5571735f6740 void 0.000130
+gallium_dri.so free 0x5571735f65f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6780 0.000129
+gallium_dri.so free 0x5571735f6800 void 0.000221
+gallium_dri.so free 0x5571735f6780 void 0.000219
+gallium_dri.so malloc 72 0x5571735f6800 0.000219
+gallium_dri.so free 0x5571735f68c0 void 0.000127
+gallium_dri.so free 0x5571735f6800 void 0.000170
+gallium_dri.so malloc 72 0x5571735f6800 0.000123
+gallium_dri.so free 0x5571735f6940 void 0.000119
+gallium_dri.so free 0x5571735f6800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6970 0.000120
+gallium_dri.so free 0x5571735f69c0 void 0.000124
+gallium_dri.so free 0x5571735f6970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6970 0.000151
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so free 0x5571735f6970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6a70 0.000113
+gallium_dri.so free 0x5571735f6b80 void 0.000114
+gallium_dri.so free 0x5571735f6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000113
+gallium_dri.so free 0x5571735f6c00 void 0.000115
+gallium_dri.so free 0x5571735f6b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6b30 0.000112
+gallium_dri.so free 0x5571735f6cc0 void 0.000113
+gallium_dri.so free 0x5571735f6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000113
+gallium_dri.so free 0x5571735f6d80 void 0.000113
+gallium_dri.so free 0x5571735f6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d30 0.000115
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e50 0.000113
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so free 0x5571735f6e50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ee0 0.000112
+gallium_dri.so free 0x5571735f6f80 void 0.000114
+gallium_dri.so free 0x5571735f6ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f30 0.000116
+gallium_dri.so free 0x5571735f7000 void 0.000114
+gallium_dri.so free 0x5571735f6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7000 0.000114
+gallium_dri.so free 0x5571735f70c0 void 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7000 0.000114
+gallium_dri.so free 0x5571735f7140 void 0.000113
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7140 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000113
+gallium_dri.so free 0x5571735f7140 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7140 0.000113
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7140 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7140 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000113
+gallium_dri.so free 0x5571735f7140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7330 0.000112
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735f7330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7450 0.000112
+gallium_dri.so free 0x5571735f74c0 void 0.000113
+gallium_dri.so free 0x5571735f7450 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7500 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7500 0.000113
+gallium_dri.so free 0x5571735f7600 void 0.000113
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7630 0.000112
+gallium_dri.so free 0x5571735f7680 void 0.000122
+gallium_dri.so free 0x5571735f7630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7630 0.000112
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f7630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7730 0.000112
+gallium_dri.so free 0x5571735f7840 void 0.000113
+gallium_dri.so free 0x5571735f7730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77f0 0.000113
+gallium_dri.so free 0x5571735f7880 void 0.000114
+gallium_dri.so free 0x5571735f77f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77f0 0.000113
+gallium_dri.so free 0x5571735f7940 void 0.000113
+gallium_dri.so free 0x5571735f77f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f79b0 0.000113
+gallium_dri.so free 0x5571735f7a00 void 0.000119
+gallium_dri.so free 0x5571735f79b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f79b0 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so free 0x5571735f79b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7ab0 0.000115
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7b70 0.000113
+gallium_dri.so free 0x5571735f7c00 void 0.000113
+gallium_dri.so free 0x5571735f7b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7b70 0.000112
+gallium_dri.so free 0x5571735f7cc0 void 0.000113
+gallium_dri.so free 0x5571735f7b70 void 0.000160
+gallium_dri.so malloc 72 0x5571735f7d00 0.000114
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so free 0x5571735f7d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d80 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7d80 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000114
+gallium_dri.so free 0x5571735f7d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7f20 0.000112
+gallium_dri.so free 0x5571735f7fc0 void 0.000113
+gallium_dri.so free 0x5571735f7f20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f70 0.000114
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so free 0x5571735f7f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f70 0.000113
+gallium_dri.so free 0x5571735f80c0 void 0.000114
+gallium_dri.so free 0x5571735f7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f80c0 0.000113
+gallium_dri.so free 0x5571735f8180 void 0.000114
+gallium_dri.so free 0x5571735f80c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f80c0 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f80c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f80c0 0.000112
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so free 0x5571735f80c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f82b0 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so free 0x5571735f82b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8370 0.000112
+gallium_dri.so free 0x5571735f8440 void 0.000113
+gallium_dri.so free 0x5571735f8370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8490 0.000112
+gallium_dri.so free 0x5571735f8500 void 0.000113
+gallium_dri.so free 0x5571735f8490 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8520 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000113
+gallium_dri.so free 0x5571735f8520 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8570 0.000114
+gallium_dri.so free 0x5571735f8640 void 0.000113
+gallium_dri.so free 0x5571735f8570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8570 0.000112
+gallium_dri.so free 0x5571735f86c0 void 0.000113
+gallium_dri.so free 0x5571735f8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f86c0 0.000113
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so free 0x5571735f86c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f86c0 0.000112
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so free 0x5571735f86c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8830 0.000113
+gallium_dri.so free 0x5571735f88c0 void 0.000115
+gallium_dri.so free 0x5571735f8830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8830 0.000122
+gallium_dri.so free 0x5571735f8980 void 0.000115
+gallium_dri.so free 0x5571735f8830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f89c0 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000118
+gallium_dri.so free 0x5571735f89c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8a40 0.000112
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so free 0x5571735f8a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8a40 0.000112
+gallium_dri.so free 0x5571735f8b80 void 0.000113
+gallium_dri.so free 0x5571735f8a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8bb0 0.000115
+gallium_dri.so free 0x5571735f8c00 void 0.000113
+gallium_dri.so free 0x5571735f8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bb0 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000113
+gallium_dri.so free 0x5571735f8bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d40 0.000112
+gallium_dri.so free 0x5571735f8dc0 void 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8dc0 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so free 0x5571735f8dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8dc0 0.000112
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so free 0x5571735f8dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f30 0.000112
+gallium_dri.so free 0x5571735f8f80 void 0.000165
+gallium_dri.so free 0x5571735f8f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f30 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000112
+gallium_dri.so free 0x5571735f8f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9030 0.000115
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so free 0x5571735f9030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90f0 0.000113
+gallium_dri.so free 0x5571735f91c0 void 0.000113
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90f0 0.000113
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f90f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f90f0 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000113
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f92f0 0.000112
+gallium_dri.so free 0x5571735f93c0 void 0.000113
+gallium_dri.so free 0x5571735f92f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9410 0.000112
+gallium_dri.so free 0x5571735f9480 void 0.000113
+gallium_dri.so free 0x5571735f9410 void 0.000113
+gallium_dri.so malloc 72 0x5571735f94a0 0.000113
+gallium_dri.so free 0x5571735f9540 void 0.000113
+gallium_dri.so free 0x5571735f94a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f94f0 0.000112
+gallium_dri.so free 0x5571735f95c0 void 0.000121
+gallium_dri.so free 0x5571735f94f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95c0 0.000113
+gallium_dri.so free 0x5571735f9680 void 0.000112
+gallium_dri.so free 0x5571735f95c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f95c0 0.000112
+gallium_dri.so free 0x5571735f9700 void 0.000113
+gallium_dri.so free 0x5571735f95c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9700 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000113
+gallium_dri.so free 0x5571735f9700 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9700 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000113
+gallium_dri.so free 0x5571735f9700 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9700 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000112
+gallium_dri.so free 0x5571735f9700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98f0 0.000112
+gallium_dri.so free 0x5571735f99c0 void 0.000115
+gallium_dri.so free 0x5571735f98f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9a10 0.000114
+gallium_dri.so free 0x5571735f9a80 void 0.000117
+gallium_dri.so free 0x5571735f9a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000113
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so free 0x5571735f9ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000113
+gallium_dri.so free 0x5571735f9bc0 void 0.000112
+gallium_dri.so free 0x5571735f9ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000112
+gallium_dri.so free 0x5571735f9c40 void 0.000114
+gallium_dri.so free 0x5571735f9bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000113
+gallium_dri.so free 0x5571735f9d40 void 0.000113
+gallium_dri.so free 0x5571735f9bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9cf0 0.000112
+gallium_dri.so free 0x5571735f9e00 void 0.000114
+gallium_dri.so free 0x5571735f9cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9db0 0.000112
+gallium_dri.so free 0x5571735f9e40 void 0.000113
+gallium_dri.so free 0x5571735f9db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9db0 0.000112
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so free 0x5571735f9db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f70 0.000112
+gallium_dri.so free 0x5571735f9fc0 void 0.000113
+gallium_dri.so free 0x5571735f9f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f70 0.000112
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so free 0x5571735f9f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa070 0.000113
+gallium_dri.so free 0x5571735fa180 void 0.000112
+gallium_dri.so free 0x5571735fa070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa130 0.000112
+gallium_dri.so free 0x5571735fa1c0 void 0.000114
+gallium_dri.so free 0x5571735fa130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa130 0.000124
+gallium_dri.so free 0x5571735fa280 void 0.000114
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000113
+gallium_dri.so free 0x5571735fa2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa340 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa340 0.000114
+gallium_dri.so free 0x5571735fa4c0 void 0.000112
+gallium_dri.so free 0x5571735fa340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa4e0 0.000115
+gallium_dri.so free 0x5571735fa580 void 0.000115
+gallium_dri.so free 0x5571735fa4e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa530 0.000113
+gallium_dri.so free 0x5571735fa600 void 0.000114
+gallium_dri.so free 0x5571735fa530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa530 0.000112
+gallium_dri.so free 0x5571735fa680 void 0.000113
+gallium_dri.so free 0x5571735fa530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa680 0.000113
+gallium_dri.so free 0x5571735fa740 void 0.000113
+gallium_dri.so free 0x5571735fa680 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa680 0.000112
+gallium_dri.so free 0x5571735fa800 void 0.000115
+gallium_dri.so free 0x5571735fa680 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa680 0.000122
+gallium_dri.so free 0x5571735fa8c0 void 0.000115
+gallium_dri.so free 0x5571735fa680 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa870 0.000114
+gallium_dri.so free 0x5571735fa980 void 0.000113
+gallium_dri.so free 0x5571735fa870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa930 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so free 0x5571735fa930 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa50 0.000112
+gallium_dri.so free 0x5571735faac0 void 0.000114
+gallium_dri.so free 0x5571735faa50 void 0.000117
+gallium_dri.so malloc 72 0x5571735faae0 0.000114
+gallium_dri.so free 0x5571735fab80 void 0.000113
+gallium_dri.so free 0x5571735faae0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fab30 0.000112
+gallium_dri.so free 0x5571735fac00 void 0.000114
+gallium_dri.so free 0x5571735fab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fab30 0.000112
+gallium_dri.so free 0x5571735fac80 void 0.000114
+gallium_dri.so free 0x5571735fab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fac80 0.000113
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so free 0x5571735fac80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac80 0.000113
+gallium_dri.so free 0x5571735fae40 void 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fadf0 0.000112
+gallium_dri.so free 0x5571735fae80 void 0.000166
+gallium_dri.so free 0x5571735fadf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fadf0 0.000112
+gallium_dri.so free 0x5571735faf40 void 0.000113
+gallium_dri.so free 0x5571735fadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faf80 0.000113
+gallium_dri.so free 0x5571735fb000 void 0.000114
+gallium_dri.so free 0x5571735faf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb000 0.000113
+gallium_dri.so free 0x5571735fb0c0 void 0.000114
+gallium_dri.so free 0x5571735fb000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb000 0.000113
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb170 0.000113
+gallium_dri.so free 0x5571735fb1c0 void 0.000113
+gallium_dri.so free 0x5571735fb170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb170 0.000113
+gallium_dri.so free 0x5571735fb2c0 void 0.000113
+gallium_dri.so free 0x5571735fb170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb300 0.000112
+gallium_dri.so free 0x5571735fb380 void 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb380 0.000113
+gallium_dri.so free 0x5571735fb440 void 0.000113
+gallium_dri.so free 0x5571735fb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb380 0.000113
+gallium_dri.so free 0x5571735fb4c0 void 0.000119
+gallium_dri.so free 0x5571735fb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000113
+gallium_dri.so free 0x5571735fb540 void 0.000114
+gallium_dri.so free 0x5571735fb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000112
+gallium_dri.so free 0x5571735fb640 void 0.000116
+gallium_dri.so free 0x5571735fb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000112
+gallium_dri.so free 0x5571735fb5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000113
+gallium_dri.so free 0x5571735fb780 void 0.000176
+gallium_dri.so free 0x5571735fb6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000113
+gallium_dri.so free 0x5571735fb840 void 0.000113
+gallium_dri.so free 0x5571735fb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000114
+gallium_dri.so free 0x5571735fb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb8b0 0.000114
+gallium_dri.so free 0x5571735fb980 void 0.000113
+gallium_dri.so free 0x5571735fb8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb9d0 0.000113
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so free 0x5571735fb9d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fba60 0.000114
+gallium_dri.so free 0x5571735fbb00 void 0.000113
+gallium_dri.so free 0x5571735fba60 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbab0 0.000115
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571735fbab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb80 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000116
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb80 0.000114
+gallium_dri.so free 0x5571735fbcc0 void 0.000116
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000114
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so free 0x5571735fbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000116
+gallium_dri.so free 0x5571735fbe40 void 0.000116
+gallium_dri.so free 0x5571735fbcc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000113
+gallium_dri.so free 0x5571735fbf00 void 0.000115
+gallium_dri.so free 0x5571735fbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000114
+gallium_dri.so free 0x5571735fbf80 void 0.000114
+gallium_dri.so free 0x5571735fbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbfd0 0.000115
+gallium_dri.so free 0x5571735fc040 void 0.000115
+gallium_dri.so free 0x5571735fbfd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc080 0.000113
+gallium_dri.so free 0x5571735fc100 void 0.000115
+gallium_dri.so free 0x5571735fc080 void 0.000185
+gallium_dri.so malloc 72 0x5571735fc080 0.000115
+gallium_dri.so free 0x5571735fc180 void 0.000114
+gallium_dri.so free 0x5571735fc080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000113
+gallium_dri.so free 0x5571735fc200 void 0.000115
+gallium_dri.so free 0x5571735fc1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000112
+gallium_dri.so free 0x5571735fc300 void 0.000114
+gallium_dri.so free 0x5571735fc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc2b0 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735fc2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc370 0.000113
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so free 0x5571735fc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc370 0.000114
+gallium_dri.so free 0x5571735fc4c0 void 0.000114
+gallium_dri.so free 0x5571735fc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc530 0.000114
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so free 0x5571735fc530 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc530 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000113
+gallium_dri.so free 0x5571735fc530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc630 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc630 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000115
+gallium_dri.so free 0x5571735fc780 void 0.000113
+gallium_dri.so free 0x5571735fc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000112
+gallium_dri.so free 0x5571735fc840 void 0.000114
+gallium_dri.so free 0x5571735fc6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc880 0.000113
+gallium_dri.so free 0x5571735fc900 void 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc900 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000112
+gallium_dri.so free 0x5571735fc900 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc900 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000112
+gallium_dri.so free 0x5571735fc900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcaa0 0.000113
+gallium_dri.so free 0x5571735fcb40 void 0.000118
+gallium_dri.so free 0x5571735fcaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcaf0 0.000112
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so free 0x5571735fcaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcaf0 0.000113
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so free 0x5571735fcaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcc40 0.000113
+gallium_dri.so free 0x5571735fcd00 void 0.000113
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc40 0.000126
+gallium_dri.so free 0x5571735fcdc0 void 0.000115
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc40 0.000113
+gallium_dri.so free 0x5571735fce80 void 0.000114
+gallium_dri.so free 0x5571735fcc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce30 0.000113
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fce30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcef0 0.000113
+gallium_dri.so free 0x5571735fcfc0 void 0.000113
+gallium_dri.so free 0x5571735fcef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd010 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000114
+gallium_dri.so free 0x5571735fd010 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd0a0 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000113
+gallium_dri.so free 0x5571735fd1c0 void 0.000115
+gallium_dri.so free 0x5571735fd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000114
+gallium_dri.so free 0x5571735fd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd240 0.000113
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so free 0x5571735fd240 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd240 0.000155
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd240 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000113
+gallium_dri.so free 0x5571735fd500 void 0.000114
+gallium_dri.so free 0x5571735fd3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd540 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000114
+gallium_dri.so free 0x5571735fd540 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000113
+gallium_dri.so free 0x5571735fd680 void 0.000115
+gallium_dri.so free 0x5571735fd5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000117
+gallium_dri.so free 0x5571735fd700 void 0.000115
+gallium_dri.so free 0x5571735fd5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd730 0.000119
+gallium_dri.so free 0x5571735fd780 void 0.000115
+gallium_dri.so free 0x5571735fd730 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd730 0.000123
+gallium_dri.so free 0x5571735fd880 void 0.000118
+gallium_dri.so free 0x5571735fd730 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000116
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd940 0.000125
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd940 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd940 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdab0 0.000113
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so free 0x5571735fdab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdab0 0.000112
+gallium_dri.so free 0x5571735fdc00 void 0.000113
+gallium_dri.so free 0x5571735fdab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000114
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so free 0x5571735fdbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdc70 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000112
+gallium_dri.so free 0x5571735fdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc70 0.000112
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc70 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so free 0x5571735fdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fde70 0.000113
+gallium_dri.so free 0x5571735fdf40 void 0.000113
+gallium_dri.so free 0x5571735fde70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf90 0.000112
+gallium_dri.so free 0x5571735fe000 void 0.000116
+gallium_dri.so free 0x5571735fdf90 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe020 0.000114
+gallium_dri.so free 0x5571735fe0c0 void 0.000114
+gallium_dri.so free 0x5571735fe020 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe070 0.000114
+gallium_dri.so free 0x5571735fe140 void 0.000114
+gallium_dri.so free 0x5571735fe070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe140 0.000113
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe140 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735fe140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe280 0.000112
+gallium_dri.so free 0x5571735fe340 void 0.000115
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe280 0.000114
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe280 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe470 0.000119
+gallium_dri.so free 0x5571735fe540 void 0.000124
+gallium_dri.so free 0x5571735fe470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe590 0.000115
+gallium_dri.so free 0x5571735fe600 void 0.000117
+gallium_dri.so free 0x5571735fe590 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe640 0.000123
+gallium_dri.so free 0x5571735fe6c0 void 0.000123
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe640 0.000123
+gallium_dri.so free 0x5571735fe740 void 0.000118
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe770 0.000116
+gallium_dri.so free 0x5571735fe7c0 void 0.000113
+gallium_dri.so free 0x5571735fe770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe770 0.000113
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe770 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe870 0.000113
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe930 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so free 0x5571735fe930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe930 0.000115
+gallium_dri.so free 0x5571735fea80 void 0.000114
+gallium_dri.so free 0x5571735fe930 void 0.000118
+gallium_dri.so malloc 72 0x5571735feaf0 0.000113
+gallium_dri.so free 0x5571735feb40 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feaf0 0.000124
+gallium_dri.so free 0x5571735fec40 void 0.000113
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735febf0 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so free 0x5571735febf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fecb0 0.000112
+gallium_dri.so free 0x5571735fed40 void 0.000112
+gallium_dri.so free 0x5571735fecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecb0 0.000112
+gallium_dri.so free 0x5571735fee00 void 0.000113
+gallium_dri.so free 0x5571735fecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee40 0.000112
+gallium_dri.so free 0x5571735feec0 void 0.000113
+gallium_dri.so free 0x5571735fee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735feec0 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000116
+gallium_dri.so free 0x5571735feec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feec0 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000113
+gallium_dri.so free 0x5571735feec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff060 0.000113
+gallium_dri.so free 0x5571735ff100 void 0.000113
+gallium_dri.so free 0x5571735ff060 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0b0 0.000113
+gallium_dri.so free 0x5571735ff180 void 0.000115
+gallium_dri.so free 0x5571735ff0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff0b0 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735ff0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff200 0.000112
+gallium_dri.so free 0x5571735ff2c0 void 0.000115
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff200 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff200 0.000114
+gallium_dri.so free 0x5571735ff440 void 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3f0 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000114
+gallium_dri.so free 0x5571735ff580 void 0.000115
+gallium_dri.so free 0x5571735ff4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff5d0 0.000114
+gallium_dri.so free 0x5571735ff640 void 0.000116
+gallium_dri.so free 0x5571735ff5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff660 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff660 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000114
+gallium_dri.so free 0x5571735ff780 void 0.000114
+gallium_dri.so free 0x5571735ff6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000114
+gallium_dri.so free 0x5571735ff800 void 0.000165
+gallium_dri.so free 0x5571735ff6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff800 0.000114
+gallium_dri.so free 0x5571735ff8c0 void 0.000115
+gallium_dri.so free 0x5571735ff800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff800 0.000112
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff970 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff970 0.000113
+gallium_dri.so free 0x5571735ffac0 void 0.000114
+gallium_dri.so free 0x5571735ff970 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffb00 0.000114
+gallium_dri.so free 0x5571735ffb80 void 0.000115
+gallium_dri.so free 0x5571735ffb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb80 0.000113
+gallium_dri.so free 0x5571735ffc40 void 0.000113
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb80 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffcf0 0.000113
+gallium_dri.so free 0x5571735ffe40 void 0.000114
+gallium_dri.so free 0x5571735ffcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000113
+gallium_dri.so free 0x5571735fff00 void 0.000120
+gallium_dri.so free 0x5571735ffeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000119
+gallium_dri.so free 0x5571735ffeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173454440 void 0.000113
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735b4b80 void 0.000113
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000112
+gallium_dri.so free 0x5571735b3f80 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f30 0.000113
+gallium_dri.so free 0x5571735b4340 void 0.000114
+gallium_dri.so free 0x5571735b3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000113
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so free 0x5571735b42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b42f0 0.000112
+gallium_dri.so free 0x5571735b40c0 void 0.000121
+gallium_dri.so free 0x5571735b42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4100 0.000115
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x5571735b4100 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4650 0.000115
+gallium_dri.so free 0x5571735b46c0 void 0.000113
+gallium_dri.so free 0x5571735b4650 void 0.000115
+gallium_dri.so malloc 72 0x5571735b46e0 0.000113
+gallium_dri.so free 0x5571735b4780 void 0.000115
+gallium_dri.so free 0x5571735b46e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4730 0.000114
+gallium_dri.so free 0x5571735b4800 void 0.000115
+gallium_dri.so free 0x5571735b4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4800 0.000113
+gallium_dri.so free 0x5571735b48c0 void 0.000114
+gallium_dri.so free 0x5571735b4800 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4800 0.000117
+gallium_dri.so free 0x5571735b4940 void 0.000116
+gallium_dri.so free 0x5571735b4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4940 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000114
+gallium_dri.so free 0x5571735b4940 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e1500 void 0.000115
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e15c0 void 0.000115
+gallium_dri.so free 0x5571735e1470 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1600 0.000115
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1680 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000113
+gallium_dri.so free 0x5571735e17c0 void 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18f0 0.000113
+gallium_dri.so free 0x5571735e19c0 void 0.000116
+gallium_dri.so free 0x5571735e18f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a10 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000114
+gallium_dri.so free 0x5571735e1a10 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1aa0 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so free 0x5571735e1aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1af0 0.000113
+gallium_dri.so free 0x5571735e1bc0 void 0.000113
+gallium_dri.so free 0x5571735e1af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1af0 0.000117
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c70 0.000113
+gallium_dri.so free 0x5571735e1d40 void 0.000115
+gallium_dri.so free 0x5571735e1c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d90 0.000112
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so free 0x5571735e1d90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e20 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1e20 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e70 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e70 0.000113
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2230 0.000165
+gallium_dri.so free 0x5571735e2280 void 0.000116
+gallium_dri.so free 0x5571735e2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2230 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2330 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23f0 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000114
+gallium_dri.so free 0x5571735e23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23f0 0.000113
+gallium_dri.so free 0x5571735e2540 void 0.000114
+gallium_dri.so free 0x5571735e23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2590 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000113
+gallium_dri.so free 0x5571735e2590 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2640 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000122
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e26c0 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26c0 0.000114
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2830 0.000126
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2830 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e2830 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2930 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29f0 0.000114
+gallium_dri.so free 0x5571735e2ac0 void 0.000114
+gallium_dri.so free 0x5571735e29f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ae0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000115
+gallium_dri.so free 0x5571735e2ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2b30 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000114
+gallium_dri.so free 0x5571735e2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b30 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so free 0x5571735e2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c80 0.000121
+gallium_dri.so free 0x5571735e2d40 void 0.000116
+gallium_dri.so free 0x5571735e2c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2c80 0.000113
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c80 0.000127
+gallium_dri.so free 0x5571735e2ec0 void 0.000117
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e70 0.000115
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so free 0x5571735e2e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e70 0.000113
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f70 0.000114
+gallium_dri.so free 0x5571735e3080 void 0.000114
+gallium_dri.so free 0x5571735e2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000113
+gallium_dri.so free 0x5571735e30c0 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31c0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3240 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3240 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33e0 0.000113
+gallium_dri.so free 0x5571735e3480 void 0.000119
+gallium_dri.so free 0x5571735e33e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3430 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3430 0.000117
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so free 0x5571735e3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000113
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3d40 0.000116
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3770 0.000113
+gallium_dri.so free 0x5571735e3e00 void 0.000115
+gallium_dri.so free 0x5571735e3770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3e00 0.000113
+gallium_dri.so free 0x5571735e3ec0 void 0.000114
+gallium_dri.so free 0x5571735e3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3e00 0.000113
+gallium_dri.so free 0x5571735e3f40 void 0.000120
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3f70 0.000113
+gallium_dri.so free 0x5571735e3fc0 void 0.000119
+gallium_dri.so free 0x5571735e3f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3f70 0.000119
+gallium_dri.so free 0x5571735e40c0 void 0.000115
+gallium_dri.so free 0x5571735e3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4070 0.000118
+gallium_dri.so free 0x5571735e4180 void 0.000114
+gallium_dri.so free 0x5571735e4070 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4130 0.000114
+gallium_dri.so free 0x5571735e4200 void 0.000114
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4220 0.000114
+gallium_dri.so free 0x5571735e42c0 void 0.000114
+gallium_dri.so free 0x5571735e4220 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4270 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so free 0x5571735e4270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4270 0.000112
+gallium_dri.so free 0x5571735e43c0 void 0.000115
+gallium_dri.so free 0x5571735e4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e43c0 0.000113
+gallium_dri.so free 0x5571735e4480 void 0.000115
+gallium_dri.so free 0x5571735e43c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e43c0 0.000127
+gallium_dri.so free 0x5571735e4540 void 0.000117
+gallium_dri.so free 0x5571735e43c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e43c0 0.000114
+gallium_dri.so free 0x5571735e4600 void 0.000115
+gallium_dri.so free 0x5571735e43c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e45b0 0.000114
+gallium_dri.so free 0x5571735e4600 void 0.000114
+gallium_dri.so free 0x5571735e45b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e45b0 0.000114
+gallium_dri.so free 0x5571735e4700 void 0.000114
+gallium_dri.so free 0x5571735e45b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e46b0 0.000114
+gallium_dri.so free 0x5571735e47c0 void 0.000114
+gallium_dri.so free 0x5571735e46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4770 0.000112
+gallium_dri.so free 0x5571735e4800 void 0.000113
+gallium_dri.so free 0x5571735e4770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4770 0.000112
+gallium_dri.so free 0x5571735e48c0 void 0.000115
+gallium_dri.so free 0x5571735e4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4900 0.000114
+gallium_dri.so free 0x5571735e4980 void 0.000117
+gallium_dri.so free 0x5571735e4900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4980 0.000113
+gallium_dri.so free 0x5571735e4a40 void 0.000114
+gallium_dri.so free 0x5571735e4980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4980 0.000117
+gallium_dri.so free 0x5571735e4b00 void 0.000114
+gallium_dri.so free 0x5571735e4980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b20 0.000112
+gallium_dri.so free 0x5571735e4bc0 void 0.000114
+gallium_dri.so free 0x5571735e4b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4b70 0.000112
+gallium_dri.so free 0x5571735e4c40 void 0.000114
+gallium_dri.so free 0x5571735e4b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4b70 0.000110
+gallium_dri.so free 0x5571735e4cc0 void 0.000111
+gallium_dri.so free 0x5571735e4b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4cc0 0.000124
+gallium_dri.so free 0x5571735e4d80 void 0.000119
+gallium_dri.so free 0x5571735e4cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4cc0 0.000112
+gallium_dri.so free 0x5571735e4e40 void 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4cc0 0.000114
+gallium_dri.so free 0x5571735e4f00 void 0.000118
+gallium_dri.so free 0x5571735e4cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000115
+gallium_dri.so free 0x5571735e4fc0 void 0.000114
+gallium_dri.so free 0x5571735e4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4f70 0.000113
+gallium_dri.so free 0x5571735e5040 void 0.000115
+gallium_dri.so free 0x5571735e4f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5090 0.000123
+gallium_dri.so free 0x5571735e5100 void 0.000115
+gallium_dri.so free 0x5571735e5090 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5120 0.000112
+gallium_dri.so free 0x5571735e51c0 void 0.000113
+gallium_dri.so free 0x5571735e5120 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5170 0.000113
+gallium_dri.so free 0x5571735e5240 void 0.000112
+gallium_dri.so free 0x5571735e5170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5170 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000112
+gallium_dri.so free 0x5571735e5170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e52c0 0.000112
+gallium_dri.so free 0x5571735e5380 void 0.000113
+gallium_dri.so free 0x5571735e52c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e52c0 0.000113
+gallium_dri.so free 0x5571735e5480 void 0.000114
+gallium_dri.so free 0x5571735e52c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5430 0.000112
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so free 0x5571735e5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5430 0.000114
+gallium_dri.so free 0x5571735e5580 void 0.000112
+gallium_dri.so free 0x5571735e5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e55c0 0.000111
+gallium_dri.so free 0x5571735e5640 void 0.000111
+gallium_dri.so free 0x5571735e55c0 void 0.000213
+gallium_dri.so malloc 72 0x5571735e5640 0.000253
+gallium_dri.so free 0x5571735e5700 void 0.000268
+gallium_dri.so free 0x5571735e5640 void 0.000155
+gallium_dri.so malloc 72 0x5571735e5640 0.000118
+gallium_dri.so free 0x5571735e5780 void 0.000117
+gallium_dri.so free 0x5571735e5640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e57b0 0.000116
+gallium_dri.so free 0x5571735e5800 void 0.000116
+gallium_dri.so free 0x5571735e57b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e57b0 0.000116
+gallium_dri.so free 0x5571735e5900 void 0.000114
+gallium_dri.so free 0x5571735e57b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5940 0.000113
+gallium_dri.so free 0x5571735e59c0 void 0.000115
+gallium_dri.so free 0x5571735e5940 void 0.000120
+gallium_dri.so malloc 72 0x5571735e59c0 0.000114
+gallium_dri.so free 0x5571735e5a80 void 0.000115
+gallium_dri.so free 0x5571735e59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e59c0 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so free 0x5571735e59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b30 0.000115
+gallium_dri.so free 0x5571735e5b80 void 0.000114
+gallium_dri.so free 0x5571735e5b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b30 0.000113
+gallium_dri.so free 0x5571735e5c80 void 0.000123
+gallium_dri.so free 0x5571735e5b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c30 0.000112
+gallium_dri.so free 0x5571735e5d40 void 0.000114
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000112
+gallium_dri.so free 0x5571735e5dc0 void 0.000112
+gallium_dri.so free 0x5571735e5cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000113
+gallium_dri.so free 0x5571735e5cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000112
+gallium_dri.so free 0x5571735e5f40 void 0.000113
+gallium_dri.so free 0x5571735e5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000112
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e5ef0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e6010 0.000159
+gallium_dri.so free 0x5571735e6080 void 0.000247
+gallium_dri.so free 0x5571735e6010 void 0.000240
+gallium_dri.so malloc 72 0x5571735e60a0 0.000241
+gallium_dri.so free 0x5571735e6140 void 0.000239
+gallium_dri.so free 0x5571735e60a0 void 0.000168
+gallium_dri.so malloc 72 0x5571735e60f0 0.000131
+gallium_dri.so free 0x557173455400 void 0.000132
+gallium_dri.so free 0x5571735e60f0 void 0.000116
+gallium_dri.so malloc 72 0x557173455450 0.000115
+gallium_dri.so free 0x5571735e61c0 void 0.000114
+gallium_dri.so free 0x557173455450 void 0.000114
+gallium_dri.so malloc 72 0x557173455450 0.000114
+gallium_dri.so free 0x5571734554c0 void 0.000115
+gallium_dri.so free 0x557173455450 void 0.000113
+gallium_dri.so malloc 72 0x557173455510 0.000113
+gallium_dri.so free 0x557173455580 void 0.000114
+gallium_dri.so free 0x557173455510 void 0.000113
+gallium_dri.so malloc 72 0x5571734555a0 0.000115
+gallium_dri.so free 0x557173455640 void 0.000115
+gallium_dri.so free 0x5571734555a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734555f0 0.000114
+gallium_dri.so free 0x5571734556c0 void 0.000114
+gallium_dri.so free 0x5571734555f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734555f0 0.000114
+gallium_dri.so free 0x557173455740 void 0.000113
+gallium_dri.so free 0x5571734555f0 void 0.000114
+gallium_dri.so malloc 72 0x557173455740 0.000114
+gallium_dri.so free 0x557173455800 void 0.000114
+gallium_dri.so free 0x557173455740 void 0.000113
+gallium_dri.so malloc 72 0x557173455740 0.000114
+gallium_dri.so free 0x557173455900 void 0.000115
+gallium_dri.so free 0x557173455740 void 0.000122
+gallium_dri.so malloc 72 0x5571734558b0 0.000116
+gallium_dri.so free 0x557173455940 void 0.000113
+gallium_dri.so free 0x5571734558b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734558b0 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000114
+gallium_dri.so free 0x5571734558b0 void 0.000115
+gallium_dri.so malloc 72 0x557173455a40 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x557173455a40 void 0.000114
+gallium_dri.so malloc 72 0x557173455ac0 0.000112
+gallium_dri.so free 0x557173455b80 void 0.000113
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173455ac0 0.000112
+gallium_dri.so free 0x557173455c00 void 0.000115
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173455c30 0.000115
+gallium_dri.so free 0x557173455c80 void 0.000114
+gallium_dri.so free 0x557173455c30 void 0.000114
+gallium_dri.so malloc 72 0x557173455c30 0.000111
+gallium_dri.so free 0x557173455d80 void 0.000112
+gallium_dri.so free 0x557173455c30 void 0.000115
+gallium_dri.so malloc 72 0x557173455dc0 0.000113
+gallium_dri.so free 0x557173455e40 void 0.000113
+gallium_dri.so free 0x557173455dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173455e40 0.000119
+gallium_dri.so free 0x557173455f00 void 0.000118
+gallium_dri.so free 0x557173455e40 void 0.000114
+gallium_dri.so malloc 72 0x557173455e40 0.000150
+gallium_dri.so free 0x557173455f80 void 0.000164
+gallium_dri.so free 0x557173455e40 void 0.000191
+gallium_dri.so malloc 72 0x557173455fb0 0.000192
+gallium_dri.so free 0x557173456000 void 0.000189
+gallium_dri.so free 0x557173455fb0 void 0.000132
+gallium_dri.so malloc 72 0x557173455fb0 0.000126
+gallium_dri.so free 0x557173456100 void 0.000122
+gallium_dri.so free 0x557173455fb0 void 0.000127
+gallium_dri.so malloc 72 0x5571734560b0 0.000130
+gallium_dri.so free 0x5571734561c0 void 0.000133
+gallium_dri.so free 0x5571734560b0 void 0.000148
+gallium_dri.so malloc 72 0x557173456170 0.000132
+gallium_dri.so free 0x557173456240 void 0.000131
+gallium_dri.so free 0x557173456170 void 0.000131
+gallium_dri.so malloc 72 0x557173456170 0.000132
+gallium_dri.so free 0x557173456300 void 0.000132
+gallium_dri.so free 0x557173456170 void 0.000130
+gallium_dri.so malloc 72 0x557173456170 0.000130
+gallium_dri.so free 0x5571734563c0 void 0.000143
+gallium_dri.so free 0x557173456170 void 0.000133
+gallium_dri.so malloc 72 0x557173456370 0.000129
+gallium_dri.so free 0x557173456440 void 0.000131
+gallium_dri.so free 0x557173456370 void 0.000130
+gallium_dri.so malloc 72 0x557173456490 0.000126
+gallium_dri.so free 0x557173456500 void 0.000127
+gallium_dri.so free 0x557173456490 void 0.000130
+gallium_dri.so malloc 72 0x557173456520 0.000130
+gallium_dri.so free 0x5571734565c0 void 0.000130
+gallium_dri.so free 0x557173456520 void 0.000130
+gallium_dri.so malloc 72 0x557173456570 0.000130
+gallium_dri.so free 0x557173456640 void 0.000130
+gallium_dri.so free 0x557173456570 void 0.000131
+gallium_dri.so malloc 72 0x557173456640 0.000130
+gallium_dri.so free 0x557173456700 void 0.000140
+gallium_dri.so free 0x557173456640 void 0.000132
+gallium_dri.so malloc 72 0x557173456640 0.000131
+gallium_dri.so free 0x557173456780 void 0.000126
+gallium_dri.so free 0x557173456640 void 0.000120
+gallium_dri.so malloc 72 0x557173456780 0.000140
+gallium_dri.so free 0x557173456840 void 0.000131
+gallium_dri.so free 0x557173456780 void 0.000127
+gallium_dri.so malloc 72 0x557173456780 0.000125
+gallium_dri.so free 0x557173456900 void 0.000131
+gallium_dri.so free 0x557173456780 void 0.000126
+gallium_dri.so malloc 72 0x557173456780 0.000127
+gallium_dri.so free 0x5571734569c0 void 0.000132
+gallium_dri.so free 0x557173456780 void 0.000126
+gallium_dri.so malloc 72 0x557173456970 0.000125
+gallium_dri.so free 0x557173456a40 void 0.000130
+gallium_dri.so free 0x557173456970 void 0.000163
+gallium_dri.so malloc 72 0x557173456a90 0.000132
+gallium_dri.so free 0x557173456b00 void 0.000130
+gallium_dri.so free 0x557173456a90 void 0.000130
+gallium_dri.so malloc 72 0x557173456b40 0.000125
+gallium_dri.so free 0x557173456bc0 void 0.000122
+gallium_dri.so free 0x557173456b40 void 0.000126
+gallium_dri.so malloc 72 0x557173456b40 0.000136
+gallium_dri.so free 0x557173456c40 void 0.000131
+gallium_dri.so free 0x557173456b40 void 0.000143
+gallium_dri.so malloc 72 0x557173456c70 0.000128
+gallium_dri.so free 0x557173456cc0 void 0.000132
+gallium_dri.so free 0x557173456c70 void 0.000135
+gallium_dri.so malloc 72 0x557173456c70 0.000130
+gallium_dri.so free 0x557173456dc0 void 0.000129
+gallium_dri.so free 0x557173456c70 void 0.000125
+gallium_dri.so malloc 72 0x557173456d70 0.000121
+gallium_dri.so free 0x557173456e80 void 0.000128
+gallium_dri.so free 0x557173456d70 void 0.000131
+gallium_dri.so malloc 72 0x557173456e30 0.000131
+gallium_dri.so free 0x557173456ec0 void 0.000131
+gallium_dri.so free 0x557173456e30 void 0.000131
+gallium_dri.so malloc 72 0x557173456e30 0.000125
+gallium_dri.so free 0x557173456f80 void 0.000127
+gallium_dri.so free 0x557173456e30 void 0.000131
+gallium_dri.so malloc 72 0x557173456ff0 0.000130
+gallium_dri.so free 0x557173457040 void 0.000129
+gallium_dri.so free 0x557173456ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173456ff0 0.000131
+gallium_dri.so free 0x557173457140 void 0.000165
+gallium_dri.so free 0x557173456ff0 void 0.000166
+gallium_dri.so malloc 72 0x5571734570f0 0.000167
+gallium_dri.so free 0x557173457200 void 0.000166
+gallium_dri.so free 0x5571734570f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734571b0 0.000126
+gallium_dri.so free 0x557173457240 void 0.000121
+gallium_dri.so free 0x5571734571b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734571b0 0.000126
+gallium_dri.so free 0x557173457300 void 0.000130
+gallium_dri.so free 0x5571734571b0 void 0.000131
+gallium_dri.so malloc 72 0x557173457340 0.000126
+gallium_dri.so free 0x5571734573c0 void 0.000128
+gallium_dri.so free 0x557173457340 void 0.000126
+gallium_dri.so malloc 72 0x5571734573c0 0.000127
+gallium_dri.so free 0x557173457480 void 0.000126
+gallium_dri.so free 0x5571734573c0 void 0.000126
+gallium_dri.so malloc 72 0x5571734573c0 0.000125
+gallium_dri.so free 0x557173457540 void 0.000121
+gallium_dri.so free 0x5571734573c0 void 0.000125
+gallium_dri.so malloc 72 0x557173457560 0.000131
+gallium_dri.so free 0x557173457600 void 0.000131
+gallium_dri.so free 0x557173457560 void 0.000133
+gallium_dri.so malloc 72 0x5571734575b0 0.000139
+gallium_dri.so free 0x557173457680 void 0.000131
+gallium_dri.so free 0x5571734575b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734575b0 0.000131
+gallium_dri.so free 0x557173457700 void 0.000126
+gallium_dri.so free 0x5571734575b0 void 0.000126
+gallium_dri.so malloc 72 0x557173457700 0.000124
+gallium_dri.so free 0x5571734577c0 void 0.000122
+gallium_dri.so free 0x557173457700 void 0.000120
+gallium_dri.so malloc 72 0x557173457700 0.000190
+gallium_dri.so free 0x557173457880 void 0.000196
+gallium_dri.so free 0x557173457700 void 0.000165
+gallium_dri.so malloc 72 0x557173457700 0.000166
+gallium_dri.so free 0x557173457940 void 0.000131
+gallium_dri.so free 0x557173457700 void 0.000140
+gallium_dri.so malloc 72 0x5571734578f0 0.000126
+gallium_dri.so free 0x557173457a00 void 0.000127
+gallium_dri.so free 0x5571734578f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734579b0 0.000127
+gallium_dri.so free 0x557173457a80 void 0.000134
+gallium_dri.so free 0x5571734579b0 void 0.000131
+gallium_dri.so malloc 72 0x557173457ad0 0.000130
+gallium_dri.so free 0x557173457b40 void 0.000125
+gallium_dri.so free 0x557173457ad0 void 0.000121
+gallium_dri.so malloc 72 0x557173457b60 0.000127
+gallium_dri.so free 0x557173457c00 void 0.000132
+gallium_dri.so free 0x557173457b60 void 0.000130
+gallium_dri.so malloc 72 0x557173457bb0 0.000130
+gallium_dri.so free 0x557173457c80 void 0.000125
+gallium_dri.so free 0x557173457bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173457bb0 0.000122
+gallium_dri.so free 0x557173457d00 void 0.000127
+gallium_dri.so free 0x557173457bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173457d00 0.000123
+gallium_dri.so free 0x557173457dc0 void 0.000126
+gallium_dri.so free 0x557173457d00 void 0.000126
+gallium_dri.so malloc 72 0x557173457d00 0.000121
+gallium_dri.so free 0x557173457ec0 void 0.000126
+gallium_dri.so free 0x557173457d00 void 0.000130
+gallium_dri.so malloc 72 0x557173457e70 0.000130
+gallium_dri.so free 0x557173457f00 void 0.000139
+gallium_dri.so free 0x557173457e70 void 0.000132
+gallium_dri.so malloc 72 0x557173457e70 0.000126
+gallium_dri.so free 0x557173457fc0 void 0.000127
+gallium_dri.so free 0x557173457e70 void 0.000131
+gallium_dri.so malloc 72 0x557173458000 0.000131
+gallium_dri.so free 0x557173458080 void 0.000131
+gallium_dri.so free 0x557173458000 void 0.000130
+gallium_dri.so malloc 72 0x557173458080 0.000130
+gallium_dri.so free 0x557173458140 void 0.000131
+gallium_dri.so free 0x557173458080 void 0.000132
+gallium_dri.so malloc 72 0x557173458080 0.000126
+gallium_dri.so free 0x5571734581c0 void 0.000128
+gallium_dri.so free 0x557173458080 void 0.000132
+gallium_dri.so malloc 72 0x5571734581f0 0.000131
+gallium_dri.so free 0x557173458240 void 0.000130
+gallium_dri.so free 0x5571734581f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734581f0 0.000130
+gallium_dri.so free 0x557173458340 void 0.000133
+gallium_dri.so free 0x5571734581f0 void 0.000130
+gallium_dri.so malloc 72 0x557173458380 0.000129
+gallium_dri.so free 0x557173458400 void 0.000174
+gallium_dri.so free 0x557173458380 void 0.000167
+gallium_dri.so malloc 72 0x557173458400 0.000166
+gallium_dri.so free 0x5571734584c0 void 0.000161
+gallium_dri.so free 0x557173458400 void 0.000159
+gallium_dri.so malloc 72 0x557173458400 0.000167
+gallium_dri.so free 0x557173458540 void 0.000175
+gallium_dri.so free 0x557173458400 void 0.000134
+gallium_dri.so malloc 72 0x557173458570 0.000130
+gallium_dri.so free 0x5571734585c0 void 0.000131
+gallium_dri.so free 0x557173458570 void 0.000130
+gallium_dri.so malloc 72 0x557173458570 0.000131
+gallium_dri.so free 0x5571734586c0 void 0.000130
+gallium_dri.so free 0x557173458570 void 0.000127
+gallium_dri.so malloc 72 0x557173458670 0.000127
+gallium_dri.so free 0x557173458780 void 0.000130
+gallium_dri.so free 0x557173458670 void 0.000133
+gallium_dri.so malloc 72 0x557173458730 0.000132
+gallium_dri.so free 0x557173458800 void 0.000141
+gallium_dri.so free 0x557173458730 void 0.000133
+gallium_dri.so malloc 72 0x557173458730 0.000132
+gallium_dri.so free 0x5571734588c0 void 0.000130
+gallium_dri.so free 0x557173458730 void 0.000130
+gallium_dri.so malloc 72 0x557173458730 0.000130
+gallium_dri.so free 0x557173458980 void 0.000131
+gallium_dri.so free 0x557173458730 void 0.000130
+gallium_dri.so malloc 72 0x557173458930 0.000131
+gallium_dri.so free 0x557173458a00 void 0.000126
+gallium_dri.so free 0x557173458930 void 0.000121
+gallium_dri.so malloc 72 0x557173458a50 0.000122
+gallium_dri.so free 0x557173458ac0 void 0.000122
+gallium_dri.so free 0x557173458a50 void 0.000125
+gallium_dri.so malloc 72 0x557173458ae0 0.000131
+gallium_dri.so free 0x557173458b80 void 0.000131
+gallium_dri.so free 0x557173458ae0 void 0.000131
+gallium_dri.so malloc 72 0x557173458b30 0.000134
+gallium_dri.so free 0x557173459c40 void 0.000133
+gallium_dri.so free 0x557173458b30 void 0.000130
+gallium_dri.so malloc 72 0x557173459bf0 0.000132
+gallium_dri.so free 0x557173459d00 void 0.000135
+gallium_dri.so free 0x557173459bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173459cb0 0.000130
+gallium_dri.so free 0x557173459d80 void 0.000130
+gallium_dri.so free 0x557173459cb0 void 0.000126
+gallium_dri.so malloc 72 0x557173459dd0 0.000121
+gallium_dri.so free 0x557173459e40 void 0.000122
+gallium_dri.so free 0x557173459dd0 void 0.000126
+gallium_dri.so malloc 72 0x557173459e60 0.000127
+gallium_dri.so free 0x557173459f00 void 0.000123
+gallium_dri.so free 0x557173459e60 void 0.000125
+gallium_dri.so malloc 72 0x557173459eb0 0.000130
+gallium_dri.so free 0x557173459f80 void 0.000123
+gallium_dri.so free 0x557173459eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173459eb0 0.000127
+gallium_dri.so free 0x55717345a000 void 0.000125
+gallium_dri.so free 0x557173459eb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a000 0.000121
+gallium_dri.so free 0x55717345a0c0 void 0.000127
+gallium_dri.so free 0x55717345a000 void 0.000126
+gallium_dri.so malloc 72 0x55717345a000 0.000122
+gallium_dri.so free 0x55717345a1c0 void 0.000123
+gallium_dri.so free 0x55717345a000 void 0.000126
+gallium_dri.so malloc 72 0x55717345a170 0.000134
+gallium_dri.so free 0x55717345a200 void 0.000126
+gallium_dri.so free 0x55717345a170 void 0.000119
+gallium_dri.so malloc 72 0x55717345a170 0.000120
+gallium_dri.so free 0x55717345a2c0 void 0.000127
+gallium_dri.so free 0x55717345a170 void 0.000130
+gallium_dri.so malloc 72 0x55717345a300 0.000131
+gallium_dri.so free 0x55717345a380 void 0.000132
+gallium_dri.so free 0x55717345a300 void 0.000126
+gallium_dri.so malloc 72 0x55717345a380 0.000122
+gallium_dri.so free 0x55717345a440 void 0.000128
+gallium_dri.so free 0x55717345a380 void 0.000131
+gallium_dri.so malloc 72 0x55717345a380 0.000127
+gallium_dri.so free 0x55717345a4c0 void 0.000122
+gallium_dri.so free 0x55717345a380 void 0.000125
+gallium_dri.so malloc 72 0x55717345a4f0 0.000125
+gallium_dri.so free 0x55717345a540 void 0.000121
+gallium_dri.so free 0x55717345a4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a4f0 0.000128
+gallium_dri.so free 0x55717345a640 void 0.000125
+gallium_dri.so free 0x55717345a4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717345a680 0.000130
+gallium_dri.so free 0x55717345a700 void 0.000132
+gallium_dri.so free 0x55717345a680 void 0.000131
+gallium_dri.so malloc 72 0x55717345a700 0.000131
+gallium_dri.so free 0x55717345a7c0 void 0.000130
+gallium_dri.so free 0x55717345a700 void 0.000132
+gallium_dri.so malloc 72 0x55717345a700 0.000130
+gallium_dri.so free 0x55717345a840 void 0.000127
+gallium_dri.so free 0x55717345a700 void 0.000125
+gallium_dri.so malloc 72 0x55717345a870 0.000125
+gallium_dri.so free 0x55717345a8c0 void 0.000120
+gallium_dri.so free 0x55717345a870 void 0.000125
+gallium_dri.so malloc 72 0x55717345a870 0.000131
+gallium_dri.so free 0x55717345a9c0 void 0.000132
+gallium_dri.so free 0x55717345a870 void 0.000125
+gallium_dri.so malloc 72 0x55717345a970 0.000127
+gallium_dri.so free 0x55717345aa80 void 0.000130
+gallium_dri.so free 0x55717345a970 void 0.000126
+gallium_dri.so malloc 72 0x55717345aa30 0.000122
+gallium_dri.so free 0x55717345ab00 void 0.000127
+gallium_dri.so free 0x55717345aa30 void 0.000131
+gallium_dri.so malloc 72 0x55717345aa30 0.000132
+gallium_dri.so free 0x55717345abc0 void 0.000167
+gallium_dri.so free 0x55717345aa30 void 0.000166
+gallium_dri.so malloc 72 0x55717345aa30 0.000161
+gallium_dri.so free 0x55717345ac80 void 0.000131
+gallium_dri.so free 0x55717345aa30 void 0.000131
+gallium_dri.so malloc 72 0x55717345ac30 0.000131
+gallium_dri.so free 0x55717345ad00 void 0.000126
+gallium_dri.so free 0x55717345ac30 void 0.000121
+gallium_dri.so malloc 72 0x55717345ad50 0.000122
+gallium_dri.so free 0x55717345adc0 void 0.000121
+gallium_dri.so free 0x55717345ad50 void 0.000124
+gallium_dri.so malloc 72 0x55717345ade0 0.000131
+gallium_dri.so free 0x55717345ae80 void 0.000130
+gallium_dri.so free 0x55717345ade0 void 0.000131
+gallium_dri.so malloc 72 0x55717345ae30 0.000126
+gallium_dri.so free 0x55717345af00 void 0.000122
+gallium_dri.so free 0x55717345ae30 void 0.000127
+gallium_dri.so malloc 72 0x55717345af00 0.000126
+gallium_dri.so free 0x55717345afc0 void 0.000126
+gallium_dri.so free 0x55717345af00 void 0.000126
+gallium_dri.so malloc 72 0x55717345af00 0.000131
+gallium_dri.so free 0x55717345b040 void 0.000169
+gallium_dri.so free 0x55717345af00 void 0.000161
+gallium_dri.so malloc 72 0x55717345b040 0.000164
+gallium_dri.so free 0x55717345b100 void 0.000131
+gallium_dri.so free 0x55717345b040 void 0.000130
+gallium_dri.so malloc 72 0x55717345b040 0.000131
+gallium_dri.so free 0x55717345b1c0 void 0.000130
+gallium_dri.so free 0x55717345b040 void 0.000132
+gallium_dri.so malloc 72 0x55717345b040 0.000130
+gallium_dri.so free 0x55717345b280 void 0.000130
+gallium_dri.so free 0x55717345b040 void 0.000127
+gallium_dri.so malloc 72 0x55717345b230 0.000126
+gallium_dri.so free 0x55717345b300 void 0.000127
+gallium_dri.so free 0x55717345b230 void 0.000125
+gallium_dri.so malloc 72 0x55717345b350 0.000131
+gallium_dri.so free 0x55717345b3c0 void 0.000131
+gallium_dri.so free 0x55717345b350 void 0.000133
+gallium_dri.so malloc 72 0x55717345b400 0.000131
+gallium_dri.so free 0x55717345b480 void 0.000131
+gallium_dri.so free 0x55717345b400 void 0.000134
+gallium_dri.so malloc 72 0x55717345b400 0.000127
+gallium_dri.so free 0x55717345b500 void 0.000127
+gallium_dri.so free 0x55717345b400 void 0.000131
+gallium_dri.so malloc 72 0x55717345b530 0.000127
+gallium_dri.so free 0x55717345b580 void 0.000128
+gallium_dri.so free 0x55717345b530 void 0.000130
+gallium_dri.so malloc 72 0x55717345b530 0.000129
+gallium_dri.so free 0x55717345b680 void 0.000131
+gallium_dri.so free 0x55717345b530 void 0.000130
+gallium_dri.so malloc 72 0x55717345b630 0.000126
+gallium_dri.so free 0x55717345b740 void 0.000121
+gallium_dri.so free 0x55717345b630 void 0.000120
+gallium_dri.so malloc 72 0x55717345b6f0 0.000125
+gallium_dri.so free 0x55717345b780 void 0.000131
+gallium_dri.so free 0x55717345b6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345b6f0 0.000130
+gallium_dri.so free 0x55717345b840 void 0.000131
+gallium_dri.so free 0x55717345b6f0 void 0.000126
+gallium_dri.so malloc 72 0x55717345b8b0 0.000127
+gallium_dri.so free 0x55717345b900 void 0.000129
+gallium_dri.so free 0x55717345b8b0 void 0.000169
+gallium_dri.so malloc 72 0x55717345b8b0 0.000130
+gallium_dri.so free 0x55717345ba00 void 0.000130
+gallium_dri.so free 0x55717345b8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345b9b0 0.000130
+gallium_dri.so free 0x55717345bac0 void 0.000131
+gallium_dri.so free 0x55717345b9b0 void 0.000132
+gallium_dri.so malloc 72 0x55717345ba70 0.000130
+gallium_dri.so free 0x55717345bb00 void 0.000125
+gallium_dri.so free 0x55717345ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717345ba70 0.000126
+gallium_dri.so free 0x55717345bbc0 void 0.000132
+gallium_dri.so free 0x55717345ba70 void 0.000126
+gallium_dri.so malloc 72 0x55717345bc00 0.000127
+gallium_dri.so free 0x55717345bc80 void 0.000131
+gallium_dri.so free 0x55717345bc00 void 0.000131
+gallium_dri.so malloc 72 0x55717345bc80 0.000132
+gallium_dri.so free 0x55717345bd40 void 0.000131
+gallium_dri.so free 0x55717345bc80 void 0.000127
+gallium_dri.so malloc 72 0x55717345bc80 0.000122
+gallium_dri.so free 0x55717345be00 void 0.000126
+gallium_dri.so free 0x55717345bc80 void 0.000139
+gallium_dri.so malloc 72 0x55717345be20 0.000126
+gallium_dri.so free 0x55717345bec0 void 0.000128
+gallium_dri.so free 0x55717345be20 void 0.000126
+gallium_dri.so malloc 72 0x55717345be70 0.000122
+gallium_dri.so free 0x55717345bf40 void 0.000122
+gallium_dri.so free 0x55717345be70 void 0.000128
+gallium_dri.so malloc 72 0x55717345be70 0.000132
+gallium_dri.so free 0x55717345bfc0 void 0.000126
+gallium_dri.so free 0x55717345be70 void 0.000122
+gallium_dri.so malloc 72 0x55717345bfc0 0.000121
+gallium_dri.so free 0x55717345c080 void 0.000121
+gallium_dri.so free 0x55717345bfc0 void 0.000125
+gallium_dri.so malloc 72 0x55717345bfc0 0.000131
+gallium_dri.so free 0x55717345c140 void 0.000131
+gallium_dri.so free 0x55717345bfc0 void 0.000126
+gallium_dri.so malloc 72 0x55717345bfc0 0.000121
+gallium_dri.so free 0x55717345c200 void 0.000123
+gallium_dri.so free 0x55717345bfc0 void 0.000122
+gallium_dri.so malloc 72 0x55717345c1b0 0.000121
+gallium_dri.so free 0x55717345c2c0 void 0.000123
+gallium_dri.so free 0x55717345c1b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345c270 0.000138
+gallium_dri.so free 0x55717345c340 void 0.000130
+gallium_dri.so free 0x55717345c270 void 0.000131
+gallium_dri.so malloc 72 0x55717345c390 0.000128
+gallium_dri.so free 0x55717345c400 void 0.000130
+gallium_dri.so free 0x55717345c390 void 0.000129
+gallium_dri.so malloc 72 0x55717345c420 0.000126
+gallium_dri.so free 0x55717345c4c0 void 0.000126
+gallium_dri.so free 0x55717345c420 void 0.000125
+gallium_dri.so malloc 72 0x55717345c470 0.000124
+gallium_dri.so free 0x55717345c540 void 0.000128
+gallium_dri.so free 0x55717345c470 void 0.000131
+gallium_dri.so malloc 72 0x55717345c470 0.000128
+gallium_dri.so free 0x55717345c5c0 void 0.000129
+gallium_dri.so free 0x55717345c470 void 0.000129
+gallium_dri.so malloc 72 0x55717345c5c0 0.000130
+gallium_dri.so free 0x55717345c680 void 0.000184
+gallium_dri.so free 0x55717345c5c0 void 0.000170
+gallium_dri.so malloc 72 0x55717345c5c0 0.000129
+gallium_dri.so free 0x55717345c780 void 0.000129
+gallium_dri.so free 0x55717345c5c0 void 0.000151
+gallium_dri.so malloc 72 0x55717345c730 0.000134
+gallium_dri.so free 0x55717345c7c0 void 0.000132
+gallium_dri.so free 0x55717345c730 void 0.000286
+gallium_dri.so malloc 72 0x55717345c730 0.000218
+gallium_dri.so free 0x55717345c880 void 0.000172
+gallium_dri.so free 0x55717345c730 void 0.000164
+gallium_dri.so malloc 72 0x55717345c8c0 0.000131
+gallium_dri.so free 0x55717345c940 void 0.000126
+gallium_dri.so free 0x55717345c8c0 void 0.000125
+gallium_dri.so malloc 72 0x55717345c940 0.000130
+gallium_dri.so free 0x55717345ca00 void 0.000130
+gallium_dri.so free 0x55717345c940 void 0.000135
+gallium_dri.so malloc 72 0x55717345c940 0.000218
+gallium_dri.so free 0x55717345ca80 void 0.000255
+gallium_dri.so free 0x55717345c940 void 0.000253
+gallium_dri.so malloc 72 0x55717345cab0 0.000267
+gallium_dri.so free 0x55717345cb00 void 0.000175
+gallium_dri.so free 0x55717345cab0 void 0.000270
+gallium_dri.so malloc 72 0x55717345cab0 0.000268
+gallium_dri.so free 0x55717345cc00 void 0.000246
+gallium_dri.so free 0x55717345cab0 void 0.000210
+gallium_dri.so malloc 72 0x55717345cc40 0.000274
+gallium_dri.so free 0x55717345ccc0 void 0.000272
+gallium_dri.so free 0x55717345cc40 void 0.000285
+gallium_dri.so malloc 72 0x55717345ccc0 0.000255
+gallium_dri.so free 0x55717345cd80 void 0.000263
+gallium_dri.so free 0x55717345ccc0 void 0.000271
+gallium_dri.so malloc 72 0x55717345ccc0 0.000318
+gallium_dri.so free 0x55717345ce00 void 0.000319
+gallium_dri.so free 0x55717345ccc0 void 0.000321
+gallium_dri.so malloc 72 0x55717345ce30 0.000266
+gallium_dri.so free 0x55717345ce80 void 0.000235
+gallium_dri.so free 0x55717345ce30 void 0.000268
+gallium_dri.so malloc 72 0x55717345ce30 0.000288
+gallium_dri.so free 0x55717345cf80 void 0.000265
+gallium_dri.so free 0x55717345ce30 void 0.000264
+gallium_dri.so malloc 72 0x55717345cf30 0.000270
+gallium_dri.so free 0x55717345d040 void 0.000285
+gallium_dri.so free 0x55717345cf30 void 0.000281
+gallium_dri.so malloc 72 0x55717345cff0 0.000301
+gallium_dri.so free 0x55717345d0c0 void 0.000268
+gallium_dri.so free 0x55717345cff0 void 0.000267
+gallium_dri.so malloc 72 0x55717345cff0 0.000264
+gallium_dri.so free 0x55717345d180 void 0.000333
+gallium_dri.so free 0x55717345cff0 void 0.000421
+gallium_dri.so malloc 72 0x55717345cff0 0.000225
+gallium_dri.so free 0x55717345d240 void 0.000278
+gallium_dri.so free 0x55717345cff0 void 0.000234
+gallium_dri.so malloc 72 0x55717345d1f0 0.000232
+gallium_dri.so free 0x55717345d2c0 void 0.000209
+gallium_dri.so free 0x55717345d1f0 void 0.000245
+gallium_dri.so malloc 72 0x55717345d310 0.000244
+gallium_dri.so free 0x55717345d380 void 0.000250
+gallium_dri.so free 0x55717345d310 void 0.000211
+gallium_dri.so malloc 72 0x55717345d3a0 0.000232
+gallium_dri.so free 0x55717345d440 void 0.000208
+gallium_dri.so free 0x55717345d3a0 void 0.000209
+gallium_dri.so malloc 72 0x55717345d3f0 0.000223
+gallium_dri.so free 0x55717345d4c0 void 0.000232
+gallium_dri.so free 0x55717345d3f0 void 0.000210
+gallium_dri.so malloc 72 0x55717345d4c0 0.000224
+gallium_dri.so free 0x55717345d580 void 0.000192
+gallium_dri.so free 0x55717345d4c0 void 0.000233
+gallium_dri.so malloc 72 0x55717345d4c0 0.000233
+gallium_dri.so free 0x55717345d600 void 0.000232
+gallium_dri.so free 0x55717345d4c0 void 0.000211
+gallium_dri.so malloc 72 0x55717345d600 0.000197
+gallium_dri.so free 0x55717345d6c0 void 0.000140
+gallium_dri.so free 0x55717345d600 void 0.000133
+gallium_dri.so malloc 72 0x55717345d600 0.000167
+gallium_dri.so free 0x55717345d780 void 0.000288
+gallium_dri.so free 0x55717345d600 void 0.000288
+gallium_dri.so malloc 72 0x55717345d600 0.000280
+gallium_dri.so free 0x55717345d840 void 0.000253
+gallium_dri.so free 0x55717345d600 void 0.000194
+gallium_dri.so malloc 72 0x55717345d7f0 0.000307
+gallium_dri.so free 0x55717345d8c0 void 0.000268
+gallium_dri.so free 0x55717345d7f0 void 0.000214
+gallium_dri.so malloc 72 0x55717345d910 0.000223
+gallium_dri.so free 0x55717345d980 void 0.000205
+gallium_dri.so free 0x55717345d910 void 0.000119
+gallium_dri.so malloc 72 0x55717345d9c0 0.000203
+gallium_dri.so free 0x55717345da40 void 0.000119
+gallium_dri.so free 0x55717345d9c0 void 0.000173
+gallium_dri.so malloc 72 0x55717345d9c0 0.000208
+gallium_dri.so free 0x55717345dac0 void 0.000129
+gallium_dri.so free 0x55717345d9c0 void 0.000125
+gallium_dri.so malloc 72 0x55717345daf0 0.000128
+gallium_dri.so free 0x55717345db40 void 0.000127
+gallium_dri.so free 0x55717345daf0 void 0.000127
+gallium_dri.so malloc 72 0x55717345daf0 0.000127
+gallium_dri.so free 0x55717345dc40 void 0.000127
+gallium_dri.so free 0x55717345daf0 void 0.000126
+gallium_dri.so malloc 72 0x55717345dbf0 0.000127
+gallium_dri.so free 0x55717345dd00 void 0.000128
+gallium_dri.so free 0x55717345dbf0 void 0.000128
+gallium_dri.so malloc 72 0x55717345dcb0 0.000126
+gallium_dri.so free 0x55717345dd40 void 0.000128
+gallium_dri.so free 0x55717345dcb0 void 0.000127
+gallium_dri.so malloc 72 0x55717345dcb0 0.000126
+gallium_dri.so free 0x55717345de00 void 0.000127
+gallium_dri.so free 0x55717345dcb0 void 0.000128
+gallium_dri.so malloc 72 0x55717345de70 0.000128
+gallium_dri.so free 0x55717345dec0 void 0.000127
+gallium_dri.so free 0x55717345de70 void 0.000126
+gallium_dri.so malloc 72 0x55717345de70 0.000139
+gallium_dri.so free 0x55717345dfc0 void 0.000127
+gallium_dri.so free 0x55717345de70 void 0.000126
+gallium_dri.so malloc 72 0x55717345df70 0.000126
+gallium_dri.so free 0x55717345e080 void 0.000127
+gallium_dri.so free 0x55717345df70 void 0.000125
+gallium_dri.so malloc 72 0x55717345e030 0.000125
+gallium_dri.so free 0x55717345e0c0 void 0.000126
+gallium_dri.so free 0x55717345e030 void 0.000126
+gallium_dri.so malloc 72 0x55717345e030 0.000126
+gallium_dri.so free 0x55717345e180 void 0.000127
+gallium_dri.so free 0x55717345e030 void 0.000126
+gallium_dri.so malloc 72 0x55717345e1c0 0.000125
+gallium_dri.so free 0x55717345e240 void 0.000128
+gallium_dri.so free 0x55717345e1c0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e240 0.000125
+gallium_dri.so free 0x55717345e300 void 0.000126
+gallium_dri.so free 0x55717345e240 void 0.000126
+gallium_dri.so malloc 72 0x55717345e240 0.000127
+gallium_dri.so free 0x55717345e3c0 void 0.000128
+gallium_dri.so free 0x55717345e240 void 0.000126
+gallium_dri.so malloc 72 0x55717345e3e0 0.000125
+gallium_dri.so free 0x55717345e480 void 0.000127
+gallium_dri.so free 0x55717345e3e0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e430 0.000126
+gallium_dri.so free 0x55717345e500 void 0.000141
+gallium_dri.so free 0x55717345e430 void 0.000126
+gallium_dri.so malloc 72 0x55717345e430 0.000126
+gallium_dri.so free 0x55717345e580 void 0.000127
+gallium_dri.so free 0x55717345e430 void 0.000126
+gallium_dri.so malloc 72 0x55717345e580 0.000126
+gallium_dri.so free 0x55717345e640 void 0.000132
+gallium_dri.so free 0x55717345e580 void 0.000123
+gallium_dri.so malloc 72 0x55717345e580 0.000113
+gallium_dri.so free 0x55717345e700 void 0.000115
+gallium_dri.so free 0x55717345e580 void 0.000114
+gallium_dri.so malloc 72 0x55717345e580 0.000114
+gallium_dri.so free 0x55717345e7c0 void 0.000116
+gallium_dri.so free 0x55717345e580 void 0.000113
+gallium_dri.so malloc 72 0x55717345e770 0.000114
+gallium_dri.so free 0x55717345e880 void 0.000116
+gallium_dri.so free 0x55717345e770 void 0.000114
+gallium_dri.so malloc 72 0x55717345e830 0.000113
+gallium_dri.so free 0x55717345e900 void 0.000115
+gallium_dri.so free 0x55717345e830 void 0.000114
+gallium_dri.so malloc 72 0x55717345e950 0.000113
+gallium_dri.so free 0x55717345e9c0 void 0.000115
+gallium_dri.so free 0x55717345e950 void 0.000113
+gallium_dri.so malloc 72 0x55717345e9e0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x55717345e9e0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e9e0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x55717345e9e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da930 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da930 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa50 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab00 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab00 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac30 0.000113
+gallium_dri.so free 0x5571735dac80 void 0.000114
+gallium_dri.so free 0x5571735dac30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac30 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dac30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dad30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadf0 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dadf0 0.000116
+gallium_dri.so free 0x5571735daf40 void 0.000130
+gallium_dri.so free 0x5571735dadf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dafb0 0.000115
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so free 0x5571735dafb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafb0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735dafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db0b0 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db170 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db170 void 0.000115
+gallium_dri.so malloc 72 0x5571735db170 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db170 void 0.000113
+gallium_dri.so malloc 72 0x5571735db300 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000113
+gallium_dri.so malloc 72 0x5571735db380 0.000114
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db380 void 0.000113
+gallium_dri.so malloc 72 0x5571735db380 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000113
+gallium_dri.so malloc 72 0x5571735db520 0.000113
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so free 0x5571735db520 void 0.000114
+gallium_dri.so malloc 72 0x5571735db570 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so free 0x5571735db570 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db570 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6c0 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6c0 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6c0 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8b0 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000113
+gallium_dri.so free 0x5571735db8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db970 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba90 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000117
+gallium_dri.so free 0x5571735dba90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb20 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbb20 void 0.000185
+gallium_dri.so malloc 72 0x5571735dbb70 0.000116
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbe80 void 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe30 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000116
+gallium_dri.so free 0x5571735dbe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe30 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000114
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc040 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc040 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000117
+gallium_dri.so free 0x5571735dc040 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000115
+gallium_dri.so free 0x5571735dc200 void 0.000116
+gallium_dri.so free 0x5571735dc1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so free 0x5571735dc1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc340 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000117
+gallium_dri.so free 0x5571735dc3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000115
+gallium_dri.so free 0x5571735dc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc630 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc630 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000115
+gallium_dri.so free 0x5571735dc7c0 void 0.000115
+gallium_dri.so free 0x5571735dc6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so free 0x5571735dc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca10 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dca10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcaa0 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dcaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000116
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000113
+gallium_dri.so free 0x5571735dcd00 void 0.000116
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd00 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd00 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735dcd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcd00 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dcd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcef0 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd010 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000114
+gallium_dri.so free 0x5571735dd010 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000113
+gallium_dri.so free 0x5571735dd1c0 void 0.000115
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000114
+gallium_dri.so free 0x5571735dd240 void 0.000115
+gallium_dri.so free 0x5571735dd1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000125
+gallium_dri.so free 0x5571735dd440 void 0.000119
+gallium_dri.so free 0x5571735dd3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000118
+gallium_dri.so free 0x5571735dd500 void 0.000117
+gallium_dri.so free 0x5571735dd3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd570 0.000115
+gallium_dri.so free 0x5571735dd5c0 void 0.000115
+gallium_dri.so free 0x5571735dd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd570 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd570 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd670 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd880 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000116
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd940 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd940 0.000165
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddae0 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb30 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb30 0.000113
+gallium_dri.so free 0x5571735ddc80 void 0.000115
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc80 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc80 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddc80 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735ddc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde70 0.000113
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so free 0x5571735dde70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000113
+gallium_dri.so free 0x5571735ddf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735de050 0.000127
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735de050 void 0.000113
+gallium_dri.so malloc 72 0x5571735de0e0 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735de0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000113
+gallium_dri.so free 0x5571735de200 void 0.000114
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de280 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000116
+gallium_dri.so free 0x5571735de280 void 0.000113
+gallium_dri.so malloc 72 0x5571735de280 0.000117
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de280 void 0.000114
+gallium_dri.so malloc 72 0x5571735de3f0 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000115
+gallium_dri.so free 0x5571735de3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3f0 0.000117
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de580 0.000112
+gallium_dri.so free 0x5571735de600 void 0.000116
+gallium_dri.so free 0x5571735de580 void 0.000113
+gallium_dri.so malloc 72 0x5571735de600 0.000124
+gallium_dri.so free 0x5571735de6c0 void 0.000121
+gallium_dri.so free 0x5571735de600 void 0.000113
+gallium_dri.so malloc 72 0x5571735de600 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000115
+gallium_dri.so free 0x5571735de600 void 0.000114
+gallium_dri.so malloc 72 0x5571735de770 0.000115
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so free 0x5571735de770 void 0.000115
+gallium_dri.so malloc 72 0x5571735de770 0.000115
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de770 void 0.000115
+gallium_dri.so malloc 72 0x5571735de900 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so free 0x5571735de900 void 0.000113
+gallium_dri.so malloc 72 0x5571735de980 0.000115
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so malloc 72 0x5571735de980 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so malloc 72 0x5571735deaf0 0.000112
+gallium_dri.so free 0x5571735deb40 void 0.000114
+gallium_dri.so free 0x5571735deaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deaf0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debf0 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so free 0x5571735debf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735decb0 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000116
+gallium_dri.so free 0x5571735decb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735decb0 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decb0 0.000115
+gallium_dri.so free 0x5571735def00 void 0.000116
+gallium_dri.so free 0x5571735decb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deeb0 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735defd0 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735defd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df060 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df060 void 0.000115
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df180 0.000115
+gallium_dri.so free 0x5571735df240 void 0.000116
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so malloc 72 0x5571735df180 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000116
+gallium_dri.so free 0x5571735df180 void 0.000116
+gallium_dri.so malloc 72 0x5571735df2c0 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df2c0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2c0 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4b0 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5d0 0.000115
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so free 0x5571735df5d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df680 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so malloc 72 0x5571735df680 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7b0 0.000113
+gallium_dri.so free 0x5571735df800 void 0.000115
+gallium_dri.so free 0x5571735df7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df7b0 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000128
+gallium_dri.so free 0x5571735df7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8b0 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df970 0.000115
+gallium_dri.so free 0x5571735dfa00 void 0.000116
+gallium_dri.so free 0x5571735df970 void 0.000115
+gallium_dri.so malloc 72 0x5571735df970 0.000115
+gallium_dri.so free 0x5571735dfac0 void 0.000115
+gallium_dri.so free 0x5571735df970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb30 0.000115
+gallium_dri.so free 0x5571735dfb80 void 0.000115
+gallium_dri.so free 0x5571735dfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb30 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc30 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe80 0.000115
+gallium_dri.so free 0x5571735dff00 void 0.000168
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dff00 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dff00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dff00 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00a0 0.000116
+gallium_dri.so free 0x5571735e0140 void 0.000116
+gallium_dri.so free 0x5571735e00a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e00f0 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000116
+gallium_dri.so free 0x5571735e00f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0240 0.000116
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0240 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0240 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0430 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000117
+gallium_dri.so free 0x5571735e0430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e04f0 0.000114
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0610 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000116
+gallium_dri.so free 0x5571735e0610 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06a0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e07c0 void 0.000116
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0840 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e0a00 void 0.000115
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000128
+gallium_dri.so free 0x5571735e09b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b40 0.000113
+gallium_dri.so free 0x5571735e0bc0 void 0.000114
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000113
+gallium_dri.so free 0x5571735e0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000115
+gallium_dri.so free 0x5571735e0d00 void 0.000112
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000112
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so free 0x5571735e0d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d30 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f40 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f40 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e10b0 0.000119
+gallium_dri.so free 0x5571735e1100 void 0.000168
+gallium_dri.so free 0x5571735e10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e10b0 0.000116
+gallium_dri.so free 0x5571735e1200 void 0.000126
+gallium_dri.so free 0x5571735e10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735eb440 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb480 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so free 0x5571735eb480 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb500 0.000112
+gallium_dri.so free 0x5571735eb5c0 void 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb670 0.000124
+gallium_dri.so free 0x5571735eb6c0 void 0.000135
+gallium_dri.so free 0x5571735eb670 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000125
+gallium_dri.so free 0x5571735eb780 void 0.000121
+gallium_dri.so free 0x5571735eb6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000119
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so free 0x5571735eb6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb830 0.000119
+gallium_dri.so free 0x5571735eb940 void 0.000118
+gallium_dri.so free 0x5571735eb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000118
+gallium_dri.so free 0x5571735eb980 void 0.000118
+gallium_dri.so free 0x5571735eb8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so free 0x5571735eb8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba80 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so free 0x5571735eba80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebb00 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebb00 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebb00 0.000127
+gallium_dri.so free 0x5571735ebd00 void 0.000112
+gallium_dri.so free 0x5571735ebb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebb00 0.000112
+gallium_dri.so free 0x5571735ebdc0 void 0.000110
+gallium_dri.so free 0x5571735ebb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebd70 0.000110
+gallium_dri.so free 0x5571735ebe40 void 0.000110
+gallium_dri.so free 0x5571735ebd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebe90 0.000110
+gallium_dri.so free 0x5571735ebf00 void 0.000111
+gallium_dri.so free 0x5571735ebe90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf20 0.000110
+gallium_dri.so free 0x5571735ebfc0 void 0.000110
+gallium_dri.so free 0x5571735ebf20 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf70 0.000110
+gallium_dri.so free 0x5571735ec040 void 0.000109
+gallium_dri.so free 0x5571735ebf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebf70 0.000112
+gallium_dri.so free 0x5571735ec140 void 0.000110
+gallium_dri.so free 0x5571735ebf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so free 0x5571735ec0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec210 0.000116
+gallium_dri.so free 0x5571735ec280 void 0.000111
+gallium_dri.so free 0x5571735ec210 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec2a0 0.000112
+gallium_dri.so free 0x5571735ec340 void 0.000168
+gallium_dri.so free 0x5571735ec2a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000120
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000113
+gallium_dri.so free 0x5571735ec440 void 0.000120
+gallium_dri.so free 0x5571735ec2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec440 0.000114
+gallium_dri.so free 0x5571735ec500 void 0.000115
+gallium_dri.so free 0x5571735ec440 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec440 0.000116
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec440 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000115
+gallium_dri.so free 0x5571735ec6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec870 0.000112
+gallium_dri.so free 0x5571735ec900 void 0.000123
+gallium_dri.so free 0x5571735ec870 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec870 0.000113
+gallium_dri.so free 0x5571735ec9c0 void 0.000114
+gallium_dri.so free 0x5571735ec870 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca10 0.000112
+gallium_dri.so free 0x5571735eca80 void 0.000114
+gallium_dri.so free 0x5571735eca10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecac0 0.000111
+gallium_dri.so free 0x5571735ecb40 void 0.000111
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecb40 0.000112
+gallium_dri.so free 0x5571735ecc00 void 0.000111
+gallium_dri.so free 0x5571735ecb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb40 0.000112
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so free 0x5571735ecb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccb0 0.000113
+gallium_dri.so free 0x5571735ecd00 void 0.000117
+gallium_dri.so free 0x5571735eccb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eccb0 0.000118
+gallium_dri.so free 0x5571735ece00 void 0.000113
+gallium_dri.so free 0x5571735eccb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000112
+gallium_dri.so free 0x5571735ecdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece70 0.000123
+gallium_dri.so free 0x5571735ecf40 void 0.000134
+gallium_dri.so free 0x5571735ece70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecf60 0.000123
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ecf60 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000114
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000125
+gallium_dri.so free 0x5571735ed100 void 0.000124
+gallium_dri.so free 0x5571735ecfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed100 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed100 0.000121
+gallium_dri.so free 0x5571735ed280 void 0.000115
+gallium_dri.so free 0x5571735ed100 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed100 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000116
+gallium_dri.so free 0x5571735ed100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000126
+gallium_dri.so free 0x5571735ed2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000158
+gallium_dri.so free 0x5571735ed440 void 0.000159
+gallium_dri.so free 0x5571735ed2f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000154
+gallium_dri.so free 0x5571735ed500 void 0.000124
+gallium_dri.so free 0x5571735ed3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000115
+gallium_dri.so free 0x5571735ed540 void 0.000120
+gallium_dri.so free 0x5571735ed4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000125
+gallium_dri.so free 0x5571735ed600 void 0.000123
+gallium_dri.so free 0x5571735ed4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed640 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed640 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000122
+gallium_dri.so free 0x5571735ed780 void 0.000123
+gallium_dri.so free 0x5571735ed6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000124
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed860 0.000118
+gallium_dri.so free 0x5571735ed900 void 0.000121
+gallium_dri.so free 0x5571735ed860 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735ed980 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000116
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda00 0.000118
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda00 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000124
+gallium_dri.so free 0x5571735eda00 void 0.000127
+gallium_dri.so malloc 72 0x5571735eda00 0.000125
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735eda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edbf0 0.000124
+gallium_dri.so free 0x5571735edd00 void 0.000123
+gallium_dri.so free 0x5571735edbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcb0 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eddd0 0.000124
+gallium_dri.so free 0x5571735ede40 void 0.000128
+gallium_dri.so free 0x5571735eddd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ede60 0.000122
+gallium_dri.so free 0x5571735edf00 void 0.000125
+gallium_dri.so free 0x5571735ede60 void 0.000121
+gallium_dri.so malloc 72 0x5571735edeb0 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000124
+gallium_dri.so free 0x5571735edeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edeb0 0.000114
+gallium_dri.so free 0x5571735ee000 void 0.000116
+gallium_dri.so free 0x5571735edeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee000 0.000128
+gallium_dri.so free 0x5571735ee0c0 void 0.000124
+gallium_dri.so free 0x5571735ee000 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee000 0.000123
+gallium_dri.so free 0x5571735ee1c0 void 0.000122
+gallium_dri.so free 0x5571735ee000 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee170 0.000132
+gallium_dri.so free 0x5571735ee200 void 0.000130
+gallium_dri.so free 0x5571735ee170 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee170 0.000130
+gallium_dri.so free 0x5571735ee2c0 void 0.000182
+gallium_dri.so free 0x5571735ee170 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee300 0.000129
+gallium_dri.so free 0x5571735ee380 void 0.000130
+gallium_dri.so free 0x5571735ee300 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee380 0.000129
+gallium_dri.so free 0x5571735ee440 void 0.000130
+gallium_dri.so free 0x5571735ee380 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee380 0.000130
+gallium_dri.so free 0x5571735ee4c0 void 0.000129
+gallium_dri.so free 0x5571735ee380 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000130
+gallium_dri.so free 0x5571735ee540 void 0.000129
+gallium_dri.so free 0x5571735ee4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000126
+gallium_dri.so free 0x5571735ee4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee680 0.000125
+gallium_dri.so free 0x5571735ee700 void 0.000129
+gallium_dri.so free 0x5571735ee680 void 0.000134
+gallium_dri.so malloc 72 0x5571735ee700 0.000125
+gallium_dri.so free 0x5571735ee7c0 void 0.000130
+gallium_dri.so free 0x5571735ee700 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee700 0.000129
+gallium_dri.so free 0x5571735ee840 void 0.000130
+gallium_dri.so free 0x5571735ee700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee870 0.000126
+gallium_dri.so free 0x5571735ee8c0 void 0.000129
+gallium_dri.so free 0x5571735ee870 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee870 0.000130
+gallium_dri.so free 0x5571735ee9c0 void 0.000130
+gallium_dri.so free 0x5571735ee870 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee970 0.000130
+gallium_dri.so free 0x5571735eea80 void 0.000125
+gallium_dri.so free 0x5571735ee970 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea30 0.000126
+gallium_dri.so free 0x5571735eeb00 void 0.000131
+gallium_dri.so free 0x5571735eea30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eea30 0.000126
+gallium_dri.so free 0x5571735eebc0 void 0.000130
+gallium_dri.so free 0x5571735eea30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eea30 0.000135
+gallium_dri.so free 0x5571735eec80 void 0.000127
+gallium_dri.so free 0x5571735eea30 void 0.000130
+gallium_dri.so malloc 72 0x5571735eec30 0.000129
+gallium_dri.so free 0x5571735eed00 void 0.000130
+gallium_dri.so free 0x5571735eec30 void 0.000130
+gallium_dri.so malloc 72 0x5571735eed50 0.000132
+gallium_dri.so free 0x5571735eedc0 void 0.000129
+gallium_dri.so free 0x5571735eed50 void 0.000134
+gallium_dri.so malloc 72 0x5571735eede0 0.000129
+gallium_dri.so free 0x5571735eee80 void 0.000137
+gallium_dri.so free 0x5571735eede0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eee30 0.000131
+gallium_dri.so free 0x5571735eef00 void 0.000136
+gallium_dri.so free 0x5571735eee30 void 0.000130
+gallium_dri.so malloc 72 0x5571735eef00 0.000129
+gallium_dri.so free 0x5571735eefc0 void 0.000125
+gallium_dri.so free 0x5571735eef00 void 0.000122
+gallium_dri.so malloc 72 0x5571735eef00 0.000119
+gallium_dri.so free 0x5571735ef040 void 0.000126
+gallium_dri.so free 0x5571735eef00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef040 0.000126
+gallium_dri.so free 0x5571735ef100 void 0.000159
+gallium_dri.so free 0x5571735ef040 void 0.000171
+gallium_dri.so malloc 72 0x5571735ef040 0.000384
+gallium_dri.so free 0x5571735ef1c0 void 0.000283
+gallium_dri.so free 0x5571735ef040 void 0.000307
+gallium_dri.so malloc 72 0x5571735ef040 0.000288
+gallium_dri.so free 0x5571735ef280 void 0.000290
+gallium_dri.so free 0x5571735ef040 void 0.000271
+gallium_dri.so malloc 72 0x5571735ef230 0.000285
+gallium_dri.so free 0x5571735ef300 void 0.000285
+gallium_dri.so free 0x5571735ef230 void 0.000271
+gallium_dri.so malloc 72 0x5571735ef350 0.000283
+gallium_dri.so free 0x5571735ef3c0 void 0.000277
+gallium_dri.so free 0x5571735ef350 void 0.000286
+gallium_dri.so malloc 72 0x5571735ef400 0.000268
+gallium_dri.so free 0x5571735ef480 void 0.000243
+gallium_dri.so free 0x5571735ef400 void 0.000203
+gallium_dri.so malloc 72 0x5571735ef400 0.000204
+gallium_dri.so free 0x5571735ef500 void 0.000128
+gallium_dri.so free 0x5571735ef400 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef530 0.000120
+gallium_dri.so free 0x5571735ef580 void 0.000125
+gallium_dri.so free 0x5571735ef530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef530 0.000131
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so free 0x5571735ef530 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef630 0.000128
+gallium_dri.so free 0x5571735ef740 void 0.000131
+gallium_dri.so free 0x5571735ef630 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000169
+gallium_dri.so free 0x5571735ef780 void 0.000231
+gallium_dri.so free 0x5571735ef6f0 void 0.000223
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000198
+gallium_dri.so free 0x5571735ef840 void 0.000207
+gallium_dri.so free 0x5571735ef6f0 void 0.000235
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000245
+gallium_dri.so free 0x5571735ef900 void 0.000288
+gallium_dri.so free 0x5571735ef8b0 void 0.000271
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000284
+gallium_dri.so free 0x5571735efa00 void 0.000272
+gallium_dri.so free 0x5571735ef8b0 void 0.000224
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000284
+gallium_dri.so free 0x5571735efac0 void 0.000296
+gallium_dri.so free 0x5571735ef9b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735efa70 0.000284
+gallium_dri.so free 0x5571735efb00 void 0.000286
+gallium_dri.so free 0x5571735efa70 void 0.000255
+gallium_dri.so malloc 72 0x5571735efa70 0.000300
+gallium_dri.so free 0x5571735efbc0 void 0.000322
+gallium_dri.so free 0x5571735efa70 void 0.000284
+gallium_dri.so malloc 72 0x5571735efc00 0.000283
+gallium_dri.so free 0x5571735efc80 void 0.000282
+gallium_dri.so free 0x5571735efc00 void 0.000279
+gallium_dri.so malloc 72 0x5571735efc80 0.000273
+gallium_dri.so free 0x5571735efd40 void 0.000232
+gallium_dri.so free 0x5571735efc80 void 0.000244
+gallium_dri.so malloc 72 0x5571735efc80 0.000245
+gallium_dri.so free 0x5571735efe00 void 0.000231
+gallium_dri.so free 0x5571735efc80 void 0.000246
+gallium_dri.so malloc 72 0x5571735efe20 0.000211
+gallium_dri.so free 0x5571735efec0 void 0.000284
+gallium_dri.so free 0x5571735efe20 void 0.000283
+gallium_dri.so malloc 72 0x5571735efe70 0.000276
+gallium_dri.so free 0x5571735eff40 void 0.000282
+gallium_dri.so free 0x5571735efe70 void 0.000278
+gallium_dri.so malloc 72 0x5571735efe70 0.000284
+gallium_dri.so free 0x5571735effc0 void 0.000246
+gallium_dri.so free 0x5571735efe70 void 0.000275
+gallium_dri.so malloc 72 0x5571735effc0 0.000211
+gallium_dri.so free 0x5571735f0080 void 0.000188
+gallium_dri.so free 0x5571735effc0 void 0.000232
+gallium_dri.so malloc 72 0x5571735effc0 0.000245
+gallium_dri.so free 0x5571735f0140 void 0.000234
+gallium_dri.so free 0x5571735effc0 void 0.000233
+gallium_dri.so malloc 72 0x5571735effc0 0.000209
+gallium_dri.so free 0x5571735f0200 void 0.000218
+gallium_dri.so free 0x5571735effc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f01b0 0.000136
+gallium_dri.so free 0x5571735f02c0 void 0.000138
+gallium_dri.so free 0x5571735f01b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f0270 0.000169
+gallium_dri.so free 0x5571735f0340 void 0.000134
+gallium_dri.so free 0x5571735f0270 void 0.000200
+gallium_dri.so malloc 72 0x5571735f0390 0.000165
+gallium_dri.so free 0x5571735f0400 void 0.000135
+gallium_dri.so free 0x5571735f0390 void 0.000220
+gallium_dri.so malloc 72 0x5571735f0420 0.000236
+gallium_dri.so free 0x5571735f04c0 void 0.000234
+gallium_dri.so free 0x5571735f0420 void 0.000191
+gallium_dri.so malloc 72 0x5571735f0470 0.000210
+gallium_dri.so free 0x5571735f0540 void 0.000190
+gallium_dri.so free 0x5571735f0470 void 0.000188
+gallium_dri.so malloc 72 0x5571735f0470 0.000170
+gallium_dri.so free 0x5571735f05c0 void 0.000128
+gallium_dri.so free 0x5571735f0470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f05c0 0.000135
+gallium_dri.so free 0x5571735f0680 void 0.000137
+gallium_dri.so free 0x5571735f05c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f05c0 0.000213
+gallium_dri.so free 0x5571735f0780 void 0.000169
+gallium_dri.so free 0x5571735f05c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0730 0.000137
+gallium_dri.so free 0x5571735f07c0 void 0.000137
+gallium_dri.so free 0x5571735f0730 void 0.000189
+gallium_dri.so malloc 72 0x5571735f0730 0.000189
+gallium_dri.so free 0x5571735f0880 void 0.000186
+gallium_dri.so free 0x5571735f0730 void 0.000187
+gallium_dri.so malloc 72 0x5571735f08c0 0.000209
+gallium_dri.so free 0x5571735f0940 void 0.000189
+gallium_dri.so free 0x5571735f08c0 void 0.000187
+gallium_dri.so malloc 72 0x5571735f0940 0.000169
+gallium_dri.so free 0x5571735f0a00 void 0.000133
+gallium_dri.so free 0x5571735f0940 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0940 0.000131
+gallium_dri.so free 0x5571735f0a80 void 0.000136
+gallium_dri.so free 0x5571735f0940 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000234
+gallium_dri.so free 0x5571735f0b00 void 0.000192
+gallium_dri.so free 0x5571735f0ab0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000190
+gallium_dri.so free 0x5571735f0c00 void 0.000189
+gallium_dri.so free 0x5571735f0ab0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0c40 0.000163
+gallium_dri.so free 0x5571735f0cc0 void 0.000131
+gallium_dri.so free 0x5571735f0c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000137
+gallium_dri.so free 0x5571735f0d80 void 0.000137
+gallium_dri.so free 0x5571735f0cc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000138
+gallium_dri.so free 0x5571735f0e00 void 0.000165
+gallium_dri.so free 0x5571735f0cc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0e30 0.000137
+gallium_dri.so free 0x5571735f0e80 void 0.000137
+gallium_dri.so free 0x5571735f0e30 void 0.000147
+gallium_dri.so malloc 72 0x5571735f0e30 0.000133
+gallium_dri.so free 0x5571735f0f80 void 0.000136
+gallium_dri.so free 0x5571735f0e30 void 0.000136
+gallium_dri.so malloc 72 0x5571735f0f30 0.000131
+gallium_dri.so free 0x5571735f1040 void 0.000127
+gallium_dri.so free 0x5571735f0f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000138
+gallium_dri.so free 0x5571735f10c0 void 0.000136
+gallium_dri.so free 0x5571735f0ff0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000136
+gallium_dri.so free 0x5571735f1180 void 0.000136
+gallium_dri.so free 0x5571735f0ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000126
+gallium_dri.so free 0x5571735f1240 void 0.000125
+gallium_dri.so free 0x5571735f0ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f11f0 0.000136
+gallium_dri.so free 0x5571735f12c0 void 0.000130
+gallium_dri.so free 0x5571735f11f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1310 0.000130
+gallium_dri.so free 0x5571735f1380 void 0.000134
+gallium_dri.so free 0x5571735f1310 void 0.000140
+gallium_dri.so malloc 72 0x5571735f13a0 0.000133
+gallium_dri.so free 0x5571735f1440 void 0.000128
+gallium_dri.so free 0x5571735f13a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f13f0 0.000131
+gallium_dri.so free 0x5571735f14c0 void 0.000127
+gallium_dri.so free 0x5571735f13f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f14c0 0.000134
+gallium_dri.so free 0x5571735f1580 void 0.000131
+gallium_dri.so free 0x5571735f14c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f14c0 0.000132
+gallium_dri.so free 0x5571735f1600 void 0.000127
+gallium_dri.so free 0x5571735f14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1600 0.000136
+gallium_dri.so free 0x5571735f16c0 void 0.000138
+gallium_dri.so free 0x5571735f1600 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1600 0.000137
+gallium_dri.so free 0x5571735f1780 void 0.000136
+gallium_dri.so free 0x5571735f1600 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1600 0.000137
+gallium_dri.so free 0x5571735f1840 void 0.000195
+gallium_dri.so free 0x5571735f1600 void 0.000137
+gallium_dri.so malloc 72 0x5571735f17f0 0.000137
+gallium_dri.so free 0x5571735f18c0 void 0.000132
+gallium_dri.so free 0x5571735f17f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1910 0.000132
+gallium_dri.so free 0x5571735f1980 void 0.000132
+gallium_dri.so free 0x5571735f1910 void 0.000132
+gallium_dri.so malloc 72 0x5571735f19c0 0.000132
+gallium_dri.so free 0x5571735f1a40 void 0.000134
+gallium_dri.so free 0x5571735f19c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f19c0 0.000130
+gallium_dri.so free 0x5571735f1ac0 void 0.000125
+gallium_dri.so free 0x5571735f19c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1af0 0.000120
+gallium_dri.so free 0x5571735f1b40 void 0.000121
+gallium_dri.so free 0x5571735f1af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1af0 0.000130
+gallium_dri.so free 0x5571735f1c40 void 0.000130
+gallium_dri.so free 0x5571735f1af0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000124
+gallium_dri.so free 0x5571735f1d00 void 0.000121
+gallium_dri.so free 0x5571735f1bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000124
+gallium_dri.so free 0x5571735f1d40 void 0.000126
+gallium_dri.so free 0x5571735f1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000130
+gallium_dri.so free 0x5571735f1e00 void 0.000128
+gallium_dri.so free 0x5571735f1cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1e70 0.000128
+gallium_dri.so free 0x5571735f1ec0 void 0.000129
+gallium_dri.so free 0x5571735f1e70 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1e70 0.000119
+gallium_dri.so free 0x5571735f1fc0 void 0.000119
+gallium_dri.so free 0x5571735f1e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1f70 0.000129
+gallium_dri.so free 0x5571735f2080 void 0.000128
+gallium_dri.so free 0x5571735f1f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2030 0.000130
+gallium_dri.so free 0x5571735f20c0 void 0.000130
+gallium_dri.so free 0x5571735f2030 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2030 0.000157
+gallium_dri.so free 0x5571735f2180 void 0.000141
+gallium_dri.so free 0x5571735f2030 void 0.000129
+gallium_dri.so malloc 72 0x5571735f21c0 0.000128
+gallium_dri.so free 0x5571735f2240 void 0.000123
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2240 0.000125
+gallium_dri.so free 0x5571735f2300 void 0.000131
+gallium_dri.so free 0x5571735f2240 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2240 0.000124
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23e0 0.000124
+gallium_dri.so free 0x5571735f2480 void 0.000131
+gallium_dri.so free 0x5571735f23e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2430 0.000129
+gallium_dri.so free 0x5571735f2500 void 0.000128
+gallium_dri.so free 0x5571735f2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2430 0.000130
+gallium_dri.so free 0x5571735f2580 void 0.000123
+gallium_dri.so free 0x5571735f2430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2580 0.000124
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f2580 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2580 0.000127
+gallium_dri.so free 0x5571735883c0 void 0.000133
+gallium_dri.so free 0x5571735f2580 void 0.000125
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588440 void 0.000125
+gallium_dri.so free 0x557173588370 void 0.000132
+gallium_dri.so malloc 72 0x557173588440 0.000123
+gallium_dri.so free 0x557173588500 void 0.000126
+gallium_dri.so free 0x557173588440 void 0.000128
+gallium_dri.so malloc 72 0x557173588440 0.000125
+gallium_dri.so free 0x557173588580 void 0.000121
+gallium_dri.so free 0x557173588440 void 0.000125
+gallium_dri.so malloc 72 0x557173588580 0.000131
+gallium_dri.so free 0x5571735f2700 void 0.000129
+gallium_dri.so free 0x557173588580 void 0.000125
+gallium_dri.so malloc 72 0x557173588580 0.000120
+gallium_dri.so free 0x557173588640 void 0.000125
+gallium_dri.so free 0x557173588580 void 0.000130
+gallium_dri.so malloc 72 0x557173588580 0.000131
+gallium_dri.so free 0x557173588700 void 0.000129
+gallium_dri.so free 0x557173588580 void 0.000124
+gallium_dri.so malloc 72 0x557173588740 0.000124
+gallium_dri.so free 0x5571735887c0 void 0.000139
+gallium_dri.so free 0x557173588740 void 0.000131
+gallium_dri.so malloc 72 0x5571735887c0 0.000130
+gallium_dri.so free 0x557173588880 void 0.000129
+gallium_dri.so free 0x5571735887c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735887c0 0.000121
+gallium_dri.so free 0x557173588900 void 0.000124
+gallium_dri.so free 0x5571735887c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735887c0 0.000129
+gallium_dri.so free 0x5571735889c0 void 0.000124
+gallium_dri.so free 0x5571735887c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735887c0 0.000130
+gallium_dri.so free 0x557173588a80 void 0.000128
+gallium_dri.so free 0x5571735887c0 void 0.000124
+gallium_dri.so malloc 72 0x557173588a30 0.000124
+gallium_dri.so free 0x557173588b00 void 0.000130
+gallium_dri.so free 0x557173588a30 void 0.000129
+gallium_dri.so malloc 72 0x557173588b50 0.000124
+gallium_dri.so free 0x557173588bc0 void 0.000120
+gallium_dri.so free 0x557173588b50 void 0.000124
+gallium_dri.so malloc 72 0x557173588be0 0.000130
+gallium_dri.so free 0x557173588c80 void 0.000129
+gallium_dri.so free 0x557173588be0 void 0.000131
+gallium_dri.so malloc 72 0x557173588c30 0.000124
+gallium_dri.so free 0x557173588d00 void 0.000121
+gallium_dri.so free 0x557173588c30 void 0.000147
+gallium_dri.so malloc 72 0x557173588c30 0.000131
+gallium_dri.so free 0x557173588e00 void 0.000131
+gallium_dri.so free 0x557173588c30 void 0.000131
+gallium_dri.so malloc 72 0x557173588db0 0.000129
+gallium_dri.so free 0x557173588e80 void 0.000124
+gallium_dri.so free 0x557173588db0 void 0.000125
+gallium_dri.so malloc 72 0x557173588ed0 0.000131
+gallium_dri.so free 0x557173588f40 void 0.000130
+gallium_dri.so free 0x557173588ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173588f60 0.000125
+gallium_dri.so free 0x557173589000 void 0.000126
+gallium_dri.so free 0x557173588f60 void 0.000129
+gallium_dri.so malloc 72 0x557173588fb0 0.000129
+gallium_dri.so free 0x557173589080 void 0.000129
+gallium_dri.so free 0x557173588fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173588fb0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000126
+gallium_dri.so free 0x557173588fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173589100 0.000127
+gallium_dri.so free 0x5571735891c0 void 0.000129
+gallium_dri.so free 0x557173589100 void 0.000130
+gallium_dri.so malloc 72 0x557173589100 0.000135
+gallium_dri.so free 0x5571735892c0 void 0.000127
+gallium_dri.so free 0x557173589100 void 0.000129
+gallium_dri.so malloc 72 0x557173589100 0.000124
+gallium_dri.so free 0x557173589340 void 0.000150
+gallium_dri.so free 0x557173589100 void 0.000120
+gallium_dri.so malloc 72 0x557173589370 0.000121
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589370 void 0.000118
+gallium_dri.so malloc 72 0x557173589370 0.000119
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589370 void 0.000114
+gallium_dri.so malloc 72 0x557173589470 0.000113
+gallium_dri.so free 0x557173589580 void 0.000115
+gallium_dri.so free 0x557173589470 void 0.000113
+gallium_dri.so malloc 72 0x557173589530 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589530 void 0.000112
+gallium_dri.so malloc 72 0x557173589530 0.000113
+gallium_dri.so free 0x557173589680 void 0.000113
+gallium_dri.so free 0x557173589530 void 0.000113
+gallium_dri.so malloc 72 0x5571735896d0 0.000112
+gallium_dri.so free 0x557173589740 void 0.000114
+gallium_dri.so free 0x5571735896d0 void 0.000112
+gallium_dri.so malloc 72 0x557173589780 0.000113
+gallium_dri.so free 0x557173589800 void 0.000114
+gallium_dri.so free 0x557173589780 void 0.000119
+gallium_dri.so malloc 72 0x557173589800 0.000113
+gallium_dri.so free 0x5571735898c0 void 0.000125
+gallium_dri.so free 0x557173589800 void 0.000115
+gallium_dri.so malloc 72 0x557173589800 0.000115
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so free 0x557173589800 void 0.000114
+gallium_dri.so malloc 72 0x557173589970 0.000113
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so free 0x557173589970 void 0.000115
+gallium_dri.so malloc 72 0x557173589970 0.000113
+gallium_dri.so free 0x557173589ac0 void 0.000112
+gallium_dri.so free 0x557173589970 void 0.000113
+gallium_dri.so malloc 72 0x557173589a70 0.000112
+gallium_dri.so free 0x557173589b80 void 0.000113
+gallium_dri.so free 0x557173589a70 void 0.000113
+gallium_dri.so malloc 72 0x557173589b30 0.000113
+gallium_dri.so free 0x557173589c00 void 0.000113
+gallium_dri.so free 0x557173589b30 void 0.000112
+gallium_dri.so malloc 72 0x557173589c20 0.000112
+gallium_dri.so free 0x557173589cc0 void 0.000114
+gallium_dri.so free 0x557173589c20 void 0.000113
+gallium_dri.so malloc 72 0x557173589c70 0.000112
+gallium_dri.so free 0x557173589d40 void 0.000114
+gallium_dri.so free 0x557173589c70 void 0.000112
+gallium_dri.so malloc 72 0x557173589c70 0.000113
+gallium_dri.so free 0x557173589dc0 void 0.000113
+gallium_dri.so free 0x557173589c70 void 0.000113
+gallium_dri.so malloc 72 0x557173589dc0 0.000112
+gallium_dri.so free 0x557173589e80 void 0.000114
+gallium_dri.so free 0x557173589dc0 void 0.000127
+gallium_dri.so malloc 72 0x557173589dc0 0.000114
+gallium_dri.so free 0x557173589f40 void 0.000114
+gallium_dri.so free 0x557173589dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173589dc0 0.000115
+gallium_dri.so free 0x55717358a000 void 0.000114
+gallium_dri.so free 0x557173589dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173589fb0 0.000113
+gallium_dri.so free 0x55717358a000 void 0.000115
+gallium_dri.so free 0x557173589fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173589fb0 0.000113
+gallium_dri.so free 0x55717358a100 void 0.000113
+gallium_dri.so free 0x557173589fb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a1c0 void 0.000113
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a170 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a170 void 0.000116
+gallium_dri.so malloc 72 0x55717358a170 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a170 void 0.000113
+gallium_dri.so malloc 72 0x55717358a300 0.000113
+gallium_dri.so free 0x55717358a380 void 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000112
+gallium_dri.so malloc 72 0x55717358a380 0.000112
+gallium_dri.so free 0x55717358a440 void 0.000112
+gallium_dri.so free 0x55717358a380 void 0.000149
+gallium_dri.so malloc 72 0x55717358a380 0.000117
+gallium_dri.so free 0x55717358a500 void 0.000116
+gallium_dri.so free 0x55717358a380 void 0.000112
+gallium_dri.so malloc 72 0x55717358a520 0.000112
+gallium_dri.so free 0x55717358a5c0 void 0.000114
+gallium_dri.so free 0x55717358a520 void 0.000112
+gallium_dri.so malloc 72 0x55717358a570 0.000112
+gallium_dri.so free 0x55717358a640 void 0.000114
+gallium_dri.so free 0x55717358a570 void 0.000112
+gallium_dri.so malloc 72 0x55717358a570 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so free 0x55717358a570 void 0.000111
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a780 void 0.000112
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a6c0 0.000113
+gallium_dri.so free 0x55717358a840 void 0.000114
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a900 void 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a8b0 0.000113
+gallium_dri.so free 0x55717358a9c0 void 0.000113
+gallium_dri.so free 0x55717358a8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a970 0.000113
+gallium_dri.so free 0x55717358aa40 void 0.000114
+gallium_dri.so free 0x55717358a970 void 0.000111
+gallium_dri.so malloc 72 0x55717358aa90 0.000127
+gallium_dri.so free 0x55717358ab00 void 0.000115
+gallium_dri.so free 0x55717358aa90 void 0.000112
+gallium_dri.so malloc 72 0x55717358ab20 0.000113
+gallium_dri.so free 0x55717358abc0 void 0.000113
+gallium_dri.so free 0x55717358ab20 void 0.000112
+gallium_dri.so malloc 72 0x55717358ab70 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000143
+gallium_dri.so free 0x55717358ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ab70 0.000114
+gallium_dri.so free 0x55717358acc0 void 0.000115
+gallium_dri.so free 0x55717358ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717358acc0 0.000113
+gallium_dri.so free 0x55717358ad80 void 0.000114
+gallium_dri.so free 0x55717358acc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358acc0 0.000113
+gallium_dri.so free 0x55717358ae80 void 0.000114
+gallium_dri.so free 0x55717358acc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ae30 0.000114
+gallium_dri.so free 0x55717358aec0 void 0.000116
+gallium_dri.so free 0x55717358ae30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ae30 0.000114
+gallium_dri.so free 0x55717358af80 void 0.000114
+gallium_dri.so free 0x55717358ae30 void 0.000114
+gallium_dri.so malloc 72 0x55717358afc0 0.000113
+gallium_dri.so free 0x55717358b040 void 0.000116
+gallium_dri.so free 0x55717358afc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b040 0.000125
+gallium_dri.so free 0x55717358b100 void 0.000116
+gallium_dri.so free 0x55717358b040 void 0.000114
+gallium_dri.so malloc 72 0x55717358b040 0.000112
+gallium_dri.so free 0x55717358b180 void 0.000114
+gallium_dri.so free 0x55717358b040 void 0.000117
+gallium_dri.so malloc 72 0x55717358b1b0 0.000113
+gallium_dri.so free 0x55717358b200 void 0.000114
+gallium_dri.so free 0x55717358b1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b1b0 0.000113
+gallium_dri.so free 0x55717358b300 void 0.000113
+gallium_dri.so free 0x55717358b1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b340 0.000114
+gallium_dri.so free 0x55717358b3c0 void 0.000113
+gallium_dri.so free 0x55717358b340 void 0.000112
+gallium_dri.so malloc 72 0x55717358b3c0 0.000113
+gallium_dri.so free 0x55717358b480 void 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358b3c0 0.000113
+gallium_dri.so free 0x55717358b500 void 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b530 0.000113
+gallium_dri.so free 0x55717358b580 void 0.000114
+gallium_dri.so free 0x55717358b530 void 0.000112
+gallium_dri.so malloc 72 0x55717358b530 0.000116
+gallium_dri.so free 0x55717358b680 void 0.000114
+gallium_dri.so free 0x55717358b530 void 0.000113
+gallium_dri.so malloc 72 0x55717358b630 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000168
+gallium_dri.so free 0x55717358b630 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6f0 0.000113
+gallium_dri.so free 0x55717358b7c0 void 0.000113
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6f0 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6f0 0.000112
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8f0 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ba10 0.000114
+gallium_dri.so free 0x55717358ba80 void 0.000113
+gallium_dri.so free 0x55717358ba10 void 0.000112
+gallium_dri.so malloc 72 0x55717358baa0 0.000111
+gallium_dri.so free 0x55717358bb40 void 0.000114
+gallium_dri.so free 0x55717358baa0 void 0.000112
+gallium_dri.so malloc 72 0x55717358baf0 0.000113
+gallium_dri.so free 0x55717358bbc0 void 0.000114
+gallium_dri.so free 0x55717358baf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358bbc0 0.000113
+gallium_dri.so free 0x55717358bc80 void 0.000113
+gallium_dri.so free 0x55717358bbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bbc0 0.000112
+gallium_dri.so free 0x55717358bd00 void 0.000145
+gallium_dri.so free 0x55717358bbc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358bd00 0.000114
+gallium_dri.so free 0x55717358bdc0 void 0.000114
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so malloc 72 0x55717358bd00 0.000116
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so malloc 72 0x55717358bd00 0.000113
+gallium_dri.so free 0x55717358bf40 void 0.000112
+gallium_dri.so free 0x55717358bd00 void 0.000111
+gallium_dri.so malloc 72 0x55717358bef0 0.000114
+gallium_dri.so free 0x55717358bfc0 void 0.000113
+gallium_dri.so free 0x55717358bef0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c010 0.000113
+gallium_dri.so free 0x55717358c080 void 0.000115
+gallium_dri.so free 0x55717358c010 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0c0 0.000113
+gallium_dri.so free 0x55717358c140 void 0.000114
+gallium_dri.so free 0x55717358c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0c0 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000113
+gallium_dri.so free 0x55717358c0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c1f0 0.000113
+gallium_dri.so free 0x55717358c240 void 0.000114
+gallium_dri.so free 0x55717358c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c1f0 0.000113
+gallium_dri.so free 0x55717358c340 void 0.000114
+gallium_dri.so free 0x55717358c1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c2f0 0.000115
+gallium_dri.so free 0x55717358c400 void 0.000113
+gallium_dri.so free 0x55717358c2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c3b0 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000114
+gallium_dri.so free 0x55717358c3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c3b0 0.000113
+gallium_dri.so free 0x55717358c500 void 0.000114
+gallium_dri.so free 0x55717358c3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c570 0.000113
+gallium_dri.so free 0x55717358c5c0 void 0.000140
+gallium_dri.so free 0x55717358c570 void 0.000115
+gallium_dri.so malloc 72 0x55717358c570 0.000113
+gallium_dri.so free 0x55717358c6c0 void 0.000114
+gallium_dri.so free 0x55717358c570 void 0.000113
+gallium_dri.so malloc 72 0x55717358c670 0.000113
+gallium_dri.so free 0x55717358c780 void 0.000113
+gallium_dri.so free 0x55717358c670 void 0.000112
+gallium_dri.so malloc 72 0x55717358c730 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so free 0x55717358c730 void 0.000113
+gallium_dri.so malloc 72 0x55717358c730 0.000113
+gallium_dri.so free 0x55717358c880 void 0.000115
+gallium_dri.so free 0x55717358c730 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8c0 0.000112
+gallium_dri.so free 0x55717358c940 void 0.000112
+gallium_dri.so free 0x55717358c8c0 void 0.000169
+gallium_dri.so malloc 72 0x55717358c940 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so free 0x55717358c940 void 0.000116
+gallium_dri.so malloc 72 0x55717358c940 0.000114
+gallium_dri.so free 0x55717358cac0 void 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so malloc 72 0x55717358cae0 0.000112
+gallium_dri.so free 0x55717358cb80 void 0.000113
+gallium_dri.so free 0x55717358cae0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cb30 0.000114
+gallium_dri.so free 0x55717358cc00 void 0.000114
+gallium_dri.so free 0x55717358cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358cb30 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so free 0x55717358cb30 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000114
+gallium_dri.so free 0x55717358cc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc80 0.000116
+gallium_dri.so free 0x55717358ce00 void 0.000115
+gallium_dri.so free 0x55717358cc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358cec0 void 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ce70 0.000113
+gallium_dri.so free 0x55717358cf80 void 0.000119
+gallium_dri.so free 0x55717358ce70 void 0.000122
+gallium_dri.so malloc 72 0x55717358cf30 0.000115
+gallium_dri.so free 0x55717358d000 void 0.000114
+gallium_dri.so free 0x55717358cf30 void 0.000113
+gallium_dri.so malloc 72 0x55717358d050 0.000113
+gallium_dri.so free 0x55717358d0c0 void 0.000113
+gallium_dri.so free 0x55717358d050 void 0.000112
+gallium_dri.so malloc 72 0x55717358d0e0 0.000112
+gallium_dri.so free 0x55717358d180 void 0.000113
+gallium_dri.so free 0x55717358d0e0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d130 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000114
+gallium_dri.so free 0x55717358d130 void 0.000117
+gallium_dri.so malloc 72 0x55717358d130 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so free 0x55717358d130 void 0.000114
+gallium_dri.so malloc 72 0x55717358d280 0.000112
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so malloc 72 0x55717358d280 0.000114
+gallium_dri.so free 0x55717358d440 void 0.000116
+gallium_dri.so free 0x55717358d280 void 0.000112
+gallium_dri.so malloc 72 0x55717358d3f0 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so free 0x55717358d3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d3f0 0.000114
+gallium_dri.so free 0x55717358d540 void 0.000114
+gallium_dri.so free 0x55717358d3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d580 0.000124
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so free 0x55717358d580 void 0.000114
+gallium_dri.so malloc 72 0x55717358d600 0.000112
+gallium_dri.so free 0x55717358d6c0 void 0.000113
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so malloc 72 0x55717358d600 0.000112
+gallium_dri.so free 0x55717358d740 void 0.000113
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d770 0.000112
+gallium_dri.so free 0x55717358d7c0 void 0.000113
+gallium_dri.so free 0x55717358d770 void 0.000112
+gallium_dri.so malloc 72 0x55717358d770 0.000112
+gallium_dri.so free 0x55717358d8c0 void 0.000114
+gallium_dri.so free 0x55717358d770 void 0.000113
+gallium_dri.so malloc 72 0x55717358d900 0.000144
+gallium_dri.so free 0x55717358d980 void 0.000115
+gallium_dri.so free 0x55717358d900 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000112
+gallium_dri.so free 0x55717358da40 void 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000113
+gallium_dri.so malloc 72 0x55717358daf0 0.000112
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so free 0x55717358daf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358daf0 0.000114
+gallium_dri.so free 0x55717358dc40 void 0.000118
+gallium_dri.so free 0x55717358daf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dbf0 0.000113
+gallium_dri.so free 0x55717358dd00 void 0.000112
+gallium_dri.so free 0x55717358dbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358dd80 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000111
+gallium_dri.so malloc 72 0x55717358dcb0 0.000115
+gallium_dri.so free 0x55717358de40 void 0.000113
+gallium_dri.so free 0x55717358dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcb0 0.000112
+gallium_dri.so free 0x55717358df00 void 0.000117
+gallium_dri.so free 0x55717358dcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000139
+gallium_dri.so free 0x55717358deb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dfd0 0.000112
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358dfd0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e060 0.000113
+gallium_dri.so free 0x55717358e100 void 0.000113
+gallium_dri.so free 0x55717358e060 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0b0 0.000113
+gallium_dri.so free 0x55717358e180 void 0.000113
+gallium_dri.so free 0x55717358e0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e180 0.000112
+gallium_dri.so free 0x55717358e240 void 0.000120
+gallium_dri.so free 0x55717358e180 void 0.000117
+gallium_dri.so malloc 72 0x55717358e180 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e180 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2c0 0.000113
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2c0 0.000113
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e2c0 0.000113
+gallium_dri.so free 0x55717358e500 void 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e4b0 0.000112
+gallium_dri.so free 0x55717358e580 void 0.000115
+gallium_dri.so free 0x55717358e4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e5d0 0.000117
+gallium_dri.so free 0x55717358e640 void 0.000114
+gallium_dri.so free 0x55717358e5d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e680 0.000113
+gallium_dri.so free 0x55717358e700 void 0.000113
+gallium_dri.so free 0x55717358e680 void 0.000114
+gallium_dri.so malloc 72 0x55717358e680 0.000113
+gallium_dri.so free 0x55717358e780 void 0.000114
+gallium_dri.so free 0x55717358e680 void 0.000115
+gallium_dri.so malloc 72 0x55717358e7b0 0.000114
+gallium_dri.so free 0x55717358e800 void 0.000125
+gallium_dri.so free 0x55717358e7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e7b0 0.000113
+gallium_dri.so free 0x55717358e900 void 0.000114
+gallium_dri.so free 0x55717358e7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8b0 0.000112
+gallium_dri.so free 0x55717358e9c0 void 0.000116
+gallium_dri.so free 0x55717358e8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e970 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000113
+gallium_dri.so free 0x55717358e970 void 0.000113
+gallium_dri.so malloc 72 0x55717358e970 0.000113
+gallium_dri.so free 0x55717358eac0 void 0.000114
+gallium_dri.so free 0x55717358e970 void 0.000112
+gallium_dri.so malloc 72 0x55717358eb30 0.000113
+gallium_dri.so free 0x55717358eb80 void 0.000113
+gallium_dri.so free 0x55717358eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb30 0.000113
+gallium_dri.so free 0x55717358ec80 void 0.000113
+gallium_dri.so free 0x55717358eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec30 0.000113
+gallium_dri.so free 0x55717358ed40 void 0.000114
+gallium_dri.so free 0x55717358ec30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecf0 0.000112
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so free 0x55717358ecf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ecf0 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so free 0x55717358ecf0 void 0.000165
+gallium_dri.so malloc 72 0x55717358ee80 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000112
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000112
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef00 0.000113
+gallium_dri.so free 0x55717358f080 void 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0a0 0.000114
+gallium_dri.so free 0x55717358f140 void 0.000113
+gallium_dri.so free 0x55717358f0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0f0 0.000112
+gallium_dri.so free 0x55717358f1c0 void 0.000115
+gallium_dri.so free 0x55717358f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0f0 0.000114
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so free 0x55717358f0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f240 0.000113
+gallium_dri.so free 0x55717358f300 void 0.000113
+gallium_dri.so free 0x55717358f240 void 0.000114
+gallium_dri.so malloc 72 0x55717358f240 0.000112
+gallium_dri.so free 0x55717358f3c0 void 0.000113
+gallium_dri.so free 0x55717358f240 void 0.000124
+gallium_dri.so malloc 72 0x55717358f240 0.000116
+gallium_dri.so free 0x55717358f480 void 0.000114
+gallium_dri.so free 0x55717358f240 void 0.000127
+gallium_dri.so malloc 72 0x55717358f430 0.000115
+gallium_dri.so free 0x55717358f540 void 0.000114
+gallium_dri.so free 0x55717358f430 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4f0 0.000112
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so free 0x55717358f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f610 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000117
+gallium_dri.so free 0x55717358f610 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6a0 0.000112
+gallium_dri.so free 0x55717358f740 void 0.000113
+gallium_dri.so free 0x55717358f6a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f840 void 0.000114
+gallium_dri.so free 0x55717358f6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f840 0.000112
+gallium_dri.so free 0x55717358f900 void 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000140
+gallium_dri.so malloc 72 0x55717358f840 0.000113
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9b0 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000114
+gallium_dri.so free 0x55717358f9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f9b0 0.000115
+gallium_dri.so free 0x55717358fb00 void 0.000114
+gallium_dri.so free 0x55717358f9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fb40 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000115
+gallium_dri.so free 0x55717358fb40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000116
+gallium_dri.so free 0x55717358fc80 void 0.000115
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000114
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd30 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000116
+gallium_dri.so free 0x55717358fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd30 0.000112
+gallium_dri.so free 0x55717358fe80 void 0.000114
+gallium_dri.so free 0x55717358fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fec0 0.000113
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff40 0.000113
+gallium_dri.so free 0x557173590000 void 0.000112
+gallium_dri.so free 0x55717358ff40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff40 0.000112
+gallium_dri.so free 0x557173590080 void 0.000113
+gallium_dri.so free 0x55717358ff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735900b0 0.000165
+gallium_dri.so free 0x557173590100 void 0.000115
+gallium_dri.so free 0x5571735900b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735900b0 0.000113
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so free 0x5571735900b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901b0 0.000113
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so free 0x5571735901b0 void 0.000112
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x557173590340 void 0.000114
+gallium_dri.so free 0x557173590270 void 0.000179
+gallium_dri.so malloc 72 0x557173590270 0.000214
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x557173590270 void 0.000117
+gallium_dri.so malloc 72 0x557173590270 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000112
+gallium_dri.so free 0x557173590270 void 0.000112
+gallium_dri.so malloc 72 0x557173590470 0.000114
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x557173590590 0.000117
+gallium_dri.so free 0x557173590600 void 0.000115
+gallium_dri.so free 0x557173590590 void 0.000112
+gallium_dri.so malloc 72 0x557173590620 0.000113
+gallium_dri.so free 0x5571735906c0 void 0.000113
+gallium_dri.so free 0x557173590620 void 0.000126
+gallium_dri.so malloc 72 0x557173590670 0.000115
+gallium_dri.so free 0x557173590740 void 0.000116
+gallium_dri.so free 0x557173590670 void 0.000112
+gallium_dri.so malloc 72 0x557173590740 0.000114
+gallium_dri.so free 0x557173590800 void 0.000114
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so malloc 72 0x557173590740 0.000112
+gallium_dri.so free 0x557173590880 void 0.000114
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000113
+gallium_dri.so free 0x557173590940 void 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000113
+gallium_dri.so free 0x557173590a00 void 0.000113
+gallium_dri.so free 0x557173590880 void 0.000112
+gallium_dri.so malloc 72 0x557173590880 0.000113
+gallium_dri.so free 0x557173590ac0 void 0.000118
+gallium_dri.so free 0x557173590880 void 0.000119
+gallium_dri.so malloc 72 0x557173590a70 0.000114
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173590a70 void 0.000113
+gallium_dri.so malloc 72 0x557173590b90 0.000113
+gallium_dri.so free 0x557173590c00 void 0.000115
+gallium_dri.so free 0x557173590b90 void 0.000114
+gallium_dri.so malloc 72 0x557173590c40 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000112
+gallium_dri.so malloc 72 0x557173590c40 0.000119
+gallium_dri.so free 0x557173590d40 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590d70 0.000113
+gallium_dri.so free 0x557173590dc0 void 0.000113
+gallium_dri.so free 0x557173590d70 void 0.000113
+gallium_dri.so malloc 72 0x557173590d70 0.000111
+gallium_dri.so free 0x557173590ec0 void 0.000112
+gallium_dri.so free 0x557173590d70 void 0.000112
+gallium_dri.so malloc 72 0x557173590e70 0.000112
+gallium_dri.so free 0x557173590f80 void 0.000115
+gallium_dri.so free 0x557173590e70 void 0.000119
+gallium_dri.so malloc 72 0x557173590f30 0.000123
+gallium_dri.so free 0x557173590fc0 void 0.000118
+gallium_dri.so free 0x557173590f30 void 0.000112
+gallium_dri.so malloc 72 0x557173590f30 0.000113
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so free 0x557173590f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735910f0 0.000114
+gallium_dri.so free 0x557173591140 void 0.000120
+gallium_dri.so free 0x5571735910f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735910f0 0.000119
+gallium_dri.so free 0x557173591240 void 0.000116
+gallium_dri.so free 0x5571735910f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000145
+gallium_dri.so free 0x557173591300 void 0.000119
+gallium_dri.so free 0x5571735911f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735912b0 0.000114
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735912b0 0.000117
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so free 0x5571735912b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591440 0.000111
+gallium_dri.so free 0x5571735914c0 void 0.000112
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x5571735914c0 0.000112
+gallium_dri.so free 0x557173591580 void 0.000113
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914c0 0.000113
+gallium_dri.so free 0x557173591640 void 0.000112
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591660 0.000111
+gallium_dri.so free 0x557173591700 void 0.000112
+gallium_dri.so free 0x557173591660 void 0.000113
+gallium_dri.so malloc 72 0x5571735916b0 0.000119
+gallium_dri.so free 0x557173591780 void 0.000123
+gallium_dri.so free 0x5571735916b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735916b0 0.000113
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x5571735916b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591800 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000128
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so malloc 72 0x557173591800 0.000115
+gallium_dri.so free 0x557173591980 void 0.000119
+gallium_dri.so free 0x557173591800 void 0.000124
+gallium_dri.so malloc 72 0x557173591800 0.000118
+gallium_dri.so free 0x557173591a40 void 0.000121
+gallium_dri.so free 0x557173591800 void 0.000120
+gallium_dri.so malloc 72 0x5571735919f0 0.000121
+gallium_dri.so free 0x557173591b00 void 0.000123
+gallium_dri.so free 0x5571735919f0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ab0 0.000124
+gallium_dri.so free 0x557173591b80 void 0.000123
+gallium_dri.so free 0x557173591ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173591bd0 0.000118
+gallium_dri.so free 0x557173591c40 void 0.000121
+gallium_dri.so free 0x557173591bd0 void 0.000123
+gallium_dri.so malloc 72 0x557173591c60 0.000125
+gallium_dri.so free 0x557173591d00 void 0.000160
+gallium_dri.so free 0x557173591c60 void 0.000170
+gallium_dri.so malloc 72 0x557173591cb0 0.000226
+gallium_dri.so free 0x557173591d80 void 0.000257
+gallium_dri.so free 0x557173591cb0 void 0.000287
+gallium_dri.so malloc 72 0x557173591cb0 0.000272
+gallium_dri.so free 0x557173591e00 void 0.000282
+gallium_dri.so free 0x557173591cb0 void 0.000265
+gallium_dri.so malloc 72 0x557173591e00 0.000272
+gallium_dri.so free 0x557173591ec0 void 0.000271
+gallium_dri.so free 0x557173591e00 void 0.000279
+gallium_dri.so malloc 72 0x557173591e00 0.000270
+gallium_dri.so free 0x5571735cae40 void 0.000273
+gallium_dri.so free 0x557173591e00 void 0.000163
+gallium_dri.so malloc 72 0x557173591e00 0.000160
+gallium_dri.so free 0x5571735caf00 void 0.000123
+gallium_dri.so free 0x557173591e00 void 0.000119
+gallium_dri.so malloc 72 0x557173591e00 0.000113
+gallium_dri.so free 0x5571735cafc0 void 0.000114
+gallium_dri.so free 0x557173591e00 void 0.000163
+gallium_dri.so malloc 72 0x5571735caf70 0.000141
+gallium_dri.so free 0x5571735cb040 void 0.000145
+gallium_dri.so free 0x5571735caf70 void 0.000144
+gallium_dri.so malloc 72 0x5571735cb090 0.000145
+gallium_dri.so free 0x5571735cb100 void 0.000147
+gallium_dri.so free 0x5571735cb090 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb120 0.000141
+gallium_dri.so free 0x5571735cb1c0 void 0.000139
+gallium_dri.so free 0x5571735cb120 void 0.000139
+gallium_dri.so malloc 72 0x5571735cb170 0.000147
+gallium_dri.so free 0x5571735cb240 void 0.000145
+gallium_dri.so free 0x5571735cb170 void 0.000139
+gallium_dri.so malloc 72 0x5571735cb170 0.000134
+gallium_dri.so free 0x5571735cb340 void 0.000140
+gallium_dri.so free 0x5571735cb170 void 0.000139
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000140
+gallium_dri.so free 0x5571735cb3c0 void 0.000144
+gallium_dri.so free 0x5571735cb2f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735cb410 0.000183
+gallium_dri.so free 0x5571735cb480 void 0.000219
+gallium_dri.so free 0x5571735cb410 void 0.000213
+gallium_dri.so malloc 72 0x5571735cb4a0 0.000175
+gallium_dri.so free 0x5571735cb540 void 0.000211
+gallium_dri.so free 0x5571735cb4a0 void 0.000212
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000213
+gallium_dri.so free 0x5571735cb5c0 void 0.000215
+gallium_dri.so free 0x5571735cb4f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000228
+gallium_dri.so free 0x5571735cb640 void 0.000178
+gallium_dri.so free 0x5571735cb4f0 void 0.000177
+gallium_dri.so malloc 72 0x5571735cb640 0.000198
+gallium_dri.so free 0x5571735cb700 void 0.000193
+gallium_dri.so free 0x5571735cb640 void 0.000304
+gallium_dri.so malloc 72 0x5571735cb640 0.000362
+gallium_dri.so free 0x5571735cb800 void 0.000274
+gallium_dri.so free 0x5571735cb640 void 0.000279
+gallium_dri.so malloc 72 0x5571735cb640 0.000278
+gallium_dri.so free 0x5571735cb880 void 0.000274
+gallium_dri.so free 0x5571735cb640 void 0.000284
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000272
+gallium_dri.so free 0x5571735cb900 void 0.000282
+gallium_dri.so free 0x5571735cb8b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000271
+gallium_dri.so free 0x5571735cba00 void 0.000288
+gallium_dri.so free 0x5571735cb8b0 void 0.000272
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000276
+gallium_dri.so free 0x5571735cbac0 void 0.000282
+gallium_dri.so free 0x5571735cb9b0 void 0.000286
+gallium_dri.so malloc 72 0x5571735cba70 0.000280
+gallium_dri.so free 0x5571735cbb00 void 0.000261
+gallium_dri.so free 0x5571735cba70 void 0.000268
+gallium_dri.so malloc 72 0x5571735cba70 0.000269
+gallium_dri.so free 0x5571735cbbc0 void 0.000285
+gallium_dri.so free 0x5571735cba70 void 0.000275
+gallium_dri.so malloc 72 0x5571735cbc10 0.000270
+gallium_dri.so free 0x5571735cbc80 void 0.000272
+gallium_dri.so free 0x5571735cbc10 void 0.000271
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000272
+gallium_dri.so free 0x5571735cbd40 void 0.000274
+gallium_dri.so free 0x5571735cbcc0 void 0.000275
+gallium_dri.so malloc 72 0x5571735cbd40 0.000221
+gallium_dri.so free 0x5571735cbe00 void 0.000228
+gallium_dri.so free 0x5571735cbd40 void 0.000226
+gallium_dri.so malloc 72 0x5571735cbd40 0.000222
+gallium_dri.so free 0x5571735cbe80 void 0.000221
+gallium_dri.so free 0x5571735cbd40 void 0.000225
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000225
+gallium_dri.so free 0x5571735cbf00 void 0.000209
+gallium_dri.so free 0x5571735cbeb0 void 0.000207
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000137
+gallium_dri.so free 0x5571735cc000 void 0.000192
+gallium_dri.so free 0x5571735cbeb0 void 0.000209
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000243
+gallium_dri.so free 0x5571735cc0c0 void 0.000231
+gallium_dri.so free 0x5571735cbfb0 void 0.000230
+gallium_dri.so malloc 72 0x5571735cc070 0.000232
+gallium_dri.so free 0x5571735cc140 void 0.000234
+gallium_dri.so free 0x5571735cc070 void 0.000232
+gallium_dri.so malloc 72 0x5571735cc160 0.000230
+gallium_dri.so free 0x5571735cc200 void 0.000230
+gallium_dri.so free 0x5571735cc160 void 0.000231
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000231
+gallium_dri.so free 0x5571735cc280 void 0.000207
+gallium_dri.so free 0x5571735cc1b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000232
+gallium_dri.so free 0x5571735cc300 void 0.000192
+gallium_dri.so free 0x5571735cc1b0 void 0.000251
+gallium_dri.so malloc 72 0x5571735cc300 0.000235
+gallium_dri.so free 0x5571735cc3c0 void 0.000235
+gallium_dri.so free 0x5571735cc300 void 0.000233
+gallium_dri.so malloc 72 0x5571735cc300 0.000205
+gallium_dri.so free 0x5571735cc480 void 0.000244
+gallium_dri.so free 0x5571735cc300 void 0.000232
+gallium_dri.so malloc 72 0x5571735cc300 0.000230
+gallium_dri.so free 0x5571735cc540 void 0.000231
+gallium_dri.so free 0x5571735cc300 void 0.000232
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000208
+gallium_dri.so free 0x5571735cc540 void 0.000229
+gallium_dri.so free 0x5571735cc4f0 void 0.000235
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000206
+gallium_dri.so free 0x5571735cc640 void 0.000189
+gallium_dri.so free 0x5571735cc4f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000194
+gallium_dri.so free 0x5571735cc700 void 0.000236
+gallium_dri.so free 0x5571735cc5f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000166
+gallium_dri.so free 0x5571735cc740 void 0.000127
+gallium_dri.so free 0x5571735cc6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000131
+gallium_dri.so free 0x5571735cc800 void 0.000121
+gallium_dri.so free 0x5571735cc6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc840 0.000118
+gallium_dri.so free 0x5571735cc8c0 void 0.000120
+gallium_dri.so free 0x5571735cc840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000119
+gallium_dri.so free 0x5571735cc980 void 0.000120
+gallium_dri.so free 0x5571735cc8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000118
+gallium_dri.so free 0x5571735cca40 void 0.000119
+gallium_dri.so free 0x5571735cc8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cca60 0.000118
+gallium_dri.so free 0x5571735ccb00 void 0.000120
+gallium_dri.so free 0x5571735cca60 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccab0 0.000119
+gallium_dri.so free 0x5571735ccb80 void 0.000119
+gallium_dri.so free 0x5571735ccab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccab0 0.000118
+gallium_dri.so free 0x5571735ccc00 void 0.000120
+gallium_dri.so free 0x5571735ccab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc00 0.000119
+gallium_dri.so free 0x5571735cccc0 void 0.000119
+gallium_dri.so free 0x5571735ccc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccc00 0.000120
+gallium_dri.so free 0x5571735ccd80 void 0.000119
+gallium_dri.so free 0x5571735ccc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc00 0.000118
+gallium_dri.so free 0x5571735cce40 void 0.000120
+gallium_dri.so free 0x5571735ccc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000119
+gallium_dri.so free 0x5571735ccf00 void 0.000119
+gallium_dri.so free 0x5571735ccdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cceb0 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so free 0x5571735cceb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccfd0 0.000119
+gallium_dri.so free 0x5571735cd040 void 0.000119
+gallium_dri.so free 0x5571735ccfd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd060 0.000118
+gallium_dri.so free 0x5571735cd100 void 0.000119
+gallium_dri.so free 0x5571735cd060 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000120
+gallium_dri.so free 0x5571735cd180 void 0.000133
+gallium_dri.so free 0x5571735cd0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000119
+gallium_dri.so free 0x5571735cd200 void 0.000118
+gallium_dri.so free 0x5571735cd0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd200 0.000118
+gallium_dri.so free 0x5571735cd2c0 void 0.000121
+gallium_dri.so free 0x5571735cd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd200 0.000118
+gallium_dri.so free 0x5571735cd3c0 void 0.000119
+gallium_dri.so free 0x5571735cd200 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd370 0.000132
+gallium_dri.so free 0x5571735cd400 void 0.000121
+gallium_dri.so free 0x5571735cd370 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd370 0.000118
+gallium_dri.so free 0x5571735cd4c0 void 0.000119
+gallium_dri.so free 0x5571735cd370 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd500 0.000118
+gallium_dri.so free 0x5571735cd580 void 0.000119
+gallium_dri.so free 0x5571735cd500 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd580 0.000119
+gallium_dri.so free 0x5571735cd640 void 0.000118
+gallium_dri.so free 0x5571735cd580 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd580 0.000118
+gallium_dri.so free 0x5571735cd6c0 void 0.000120
+gallium_dri.so free 0x5571735cd580 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000193
+gallium_dri.so free 0x5571735cd740 void 0.000116
+gallium_dri.so free 0x5571735cd6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000112
+gallium_dri.so free 0x5571735cd840 void 0.000113
+gallium_dri.so free 0x5571735cd6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd880 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so free 0x5571735cd880 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd900 0.000116
+gallium_dri.so free 0x5571735cd9c0 void 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd900 0.000112
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda70 0.000113
+gallium_dri.so free 0x5571735cdac0 void 0.000113
+gallium_dri.so free 0x5571735cda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda70 0.000113
+gallium_dri.so free 0x5571735cdbc0 void 0.000113
+gallium_dri.so free 0x5571735cda70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdb70 0.000113
+gallium_dri.so free 0x5571735cdc80 void 0.000113
+gallium_dri.so free 0x5571735cdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc30 0.000113
+gallium_dri.so free 0x5571735cdd00 void 0.000112
+gallium_dri.so free 0x5571735cdc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdc30 0.000125
+gallium_dri.so free 0x5571735cddc0 void 0.000116
+gallium_dri.so free 0x5571735cdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc30 0.000114
+gallium_dri.so free 0x5571735cde80 void 0.000113
+gallium_dri.so free 0x5571735cdc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde30 0.000112
+gallium_dri.so free 0x5571735cdf00 void 0.000113
+gallium_dri.so free 0x5571735cde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdf50 0.000114
+gallium_dri.so free 0x5571735cdfc0 void 0.000113
+gallium_dri.so free 0x5571735cdf50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdfe0 0.000114
+gallium_dri.so free 0x5571735ce080 void 0.000113
+gallium_dri.so free 0x5571735cdfe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce030 0.000113
+gallium_dri.so free 0x5571735ce100 void 0.000115
+gallium_dri.so free 0x5571735ce030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce100 0.000112
+gallium_dri.so free 0x5571735ce1c0 void 0.000114
+gallium_dri.so free 0x5571735ce100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce100 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so free 0x5571735ce100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000113
+gallium_dri.so free 0x5571735ce300 void 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce240 0.000114
+gallium_dri.so free 0x5571735ce3c0 void 0.000126
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce240 0.000113
+gallium_dri.so free 0x5571735ce480 void 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce430 0.000113
+gallium_dri.so free 0x5571735ce500 void 0.000114
+gallium_dri.so free 0x5571735ce430 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce550 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000114
+gallium_dri.so free 0x5571735ce550 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce600 0.000114
+gallium_dri.so free 0x5571735ce680 void 0.000114
+gallium_dri.so free 0x5571735ce600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce600 0.000124
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so free 0x5571735ce600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce730 0.000117
+gallium_dri.so free 0x5571735ce780 void 0.000119
+gallium_dri.so free 0x5571735ce730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000112
+gallium_dri.so free 0x5571735ce730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce830 0.000112
+gallium_dri.so free 0x5571735ce940 void 0.000114
+gallium_dri.so free 0x5571735ce830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000114
+gallium_dri.so free 0x5571735ce980 void 0.000167
+gallium_dri.so free 0x5571735ce8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000114
+gallium_dri.so free 0x5571735cea40 void 0.000113
+gallium_dri.so free 0x5571735ce8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000114
+gallium_dri.so free 0x5571735ceb00 void 0.000113
+gallium_dri.so free 0x5571735ceab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceab0 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000113
+gallium_dri.so free 0x5571735ceab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cec70 0.000113
+gallium_dri.so free 0x5571735ced00 void 0.000113
+gallium_dri.so free 0x5571735cec70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cec70 0.000113
+gallium_dri.so free 0x5571735cedc0 void 0.000115
+gallium_dri.so free 0x5571735cec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee00 0.000113
+gallium_dri.so free 0x5571735cee80 void 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee80 0.000113
+gallium_dri.so free 0x5571735cef40 void 0.000113
+gallium_dri.so free 0x5571735cee80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cee80 0.000113
+gallium_dri.so free 0x5571735cf000 void 0.000142
+gallium_dri.so free 0x5571735cee80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf020 0.000114
+gallium_dri.so free 0x5571735cf0c0 void 0.000114
+gallium_dri.so free 0x5571735cf020 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf070 0.000113
+gallium_dri.so free 0x5571735cf140 void 0.000114
+gallium_dri.so free 0x5571735cf070 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf070 0.000113
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000114
+gallium_dri.so free 0x5571735cf280 void 0.000114
+gallium_dri.so free 0x5571735cf1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000112
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000115
+gallium_dri.so free 0x5571735cf400 void 0.000115
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf470 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000118
+gallium_dri.so free 0x5571735cf470 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf590 0.000112
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf590 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf620 0.000115
+gallium_dri.so free 0x5571735cf6c0 void 0.000115
+gallium_dri.so free 0x5571735cf620 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf670 0.000113
+gallium_dri.so free 0x5571735cf740 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf670 0.000116
+gallium_dri.so free 0x5571735cf7c0 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000114
+gallium_dri.so free 0x5571735cf880 void 0.000116
+gallium_dri.so free 0x5571735cf7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000115
+gallium_dri.so free 0x5571735cf980 void 0.000114
+gallium_dri.so free 0x5571735cf7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cf9c0 void 0.000114
+gallium_dri.so free 0x5571735cf930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so free 0x5571735cf930 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfac0 0.000112
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so free 0x5571735cfac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfb40 0.000114
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000115
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000113
+gallium_dri.so free 0x5571735cff80 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfec0 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0030 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735d0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0030 0.000115
+gallium_dri.so free 0x5571735d0180 void 0.000115
+gallium_dri.so free 0x5571735d0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0130 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000114
+gallium_dri.so free 0x5571735d0130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d01f0 0.000116
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d01f0 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01f0 0.000112
+gallium_dri.so free 0x5571735d0440 void 0.000114
+gallium_dri.so free 0x5571735d01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03f0 0.000113
+gallium_dri.so free 0x5571735d04c0 void 0.000114
+gallium_dri.so free 0x5571735d03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0510 0.000113
+gallium_dri.so free 0x5571735d0580 void 0.000115
+gallium_dri.so free 0x5571735d0510 void 0.000112
+gallium_dri.so malloc 72 0x5571735d05a0 0.000113
+gallium_dri.so free 0x5571735d0640 void 0.000115
+gallium_dri.so free 0x5571735d05a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d05f0 0.000114
+gallium_dri.so free 0x5571735d06c0 void 0.000115
+gallium_dri.so free 0x5571735d05f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d06c0 0.000116
+gallium_dri.so free 0x5571735d0780 void 0.000114
+gallium_dri.so free 0x5571735d06c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d06c0 0.000113
+gallium_dri.so free 0x5571735d0800 void 0.000116
+gallium_dri.so free 0x5571735d06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0800 0.000117
+gallium_dri.so free 0x5571735d08c0 void 0.000115
+gallium_dri.so free 0x5571735d0800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0800 0.000113
+gallium_dri.so free 0x5571735d0980 void 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000114
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d09f0 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d09f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b10 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000134
+gallium_dri.so free 0x5571735d0b10 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000112
+gallium_dri.so free 0x5571735d0d40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000112
+gallium_dri.so free 0x5571735d0cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0df0 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000116
+gallium_dri.so free 0x5571735d0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000114
+gallium_dri.so free 0x5571735d0f40 void 0.000115
+gallium_dri.so free 0x5571735d0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000114
+gallium_dri.so free 0x5571735d1000 void 0.000116
+gallium_dri.so free 0x5571735d0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d10c0 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000114
+gallium_dri.so free 0x5571735d1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1170 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000115
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1230 0.000112
+gallium_dri.so free 0x5571735d1380 void 0.000114
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d13c0 0.000113
+gallium_dri.so free 0x5571735d1440 void 0.000115
+gallium_dri.so free 0x5571735d13c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1440 0.000126
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1440 0.000114
+gallium_dri.so free 0x5571735d15c0 void 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15e0 0.000114
+gallium_dri.so free 0x5571735d1680 void 0.000114
+gallium_dri.so free 0x5571735d15e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1630 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so free 0x5571735d1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1630 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000118
+gallium_dri.so free 0x5571735d1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000115
+gallium_dri.so free 0x5571735d1780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1780 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1970 0.000113
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a30 0.000177
+gallium_dri.so free 0x5571735d1b00 void 0.000118
+gallium_dri.so free 0x5571735d1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b50 0.000114
+gallium_dri.so free 0x5571735d1bc0 void 0.000115
+gallium_dri.so free 0x5571735d1b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1be0 0.000148
+gallium_dri.so free 0x5571735d1c80 void 0.000116
+gallium_dri.so free 0x5571735d1be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d00 void 0.000116
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d80 void 0.000116
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d80 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so free 0x5571735d1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d80 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000112
+gallium_dri.so free 0x5571735d1f80 void 0.000117
+gallium_dri.so free 0x5571735d1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000126
+gallium_dri.so free 0x5571735d1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2080 0.000128
+gallium_dri.so free 0x5571735d2100 void 0.000116
+gallium_dri.so free 0x5571735d2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2100 0.000113
+gallium_dri.so free 0x5571735d21c0 void 0.000115
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2100 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2270 0.000114
+gallium_dri.so free 0x5571735d22c0 void 0.000116
+gallium_dri.so free 0x5571735d2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2270 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2400 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d25f0 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25f0 0.000122
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26f0 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000116
+gallium_dri.so free 0x5571735d26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27b0 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000112
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27b0 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2a00 void 0.000113
+gallium_dri.so free 0x5571735d27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d29b0 0.000118
+gallium_dri.so free 0x5571735d2a80 void 0.000115
+gallium_dri.so free 0x5571735d29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ad0 0.000114
+gallium_dri.so free 0x5571735d2b40 void 0.000114
+gallium_dri.so free 0x5571735d2ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b60 0.000113
+gallium_dri.so free 0x5571735d2c00 void 0.000115
+gallium_dri.so free 0x5571735d2b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000112
+gallium_dri.so free 0x5571735d2c80 void 0.000115
+gallium_dri.so free 0x5571735d2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c80 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000124
+gallium_dri.so free 0x5571735d2c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c80 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000114
+gallium_dri.so free 0x5571735d2e80 void 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000113
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2fb0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30d0 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so free 0x5571735d30d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3180 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3180 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x5571735d3180 void 0.000117
+gallium_dri.so malloc 72 0x5571735d32b0 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000131
+gallium_dri.so free 0x5571735d32b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d32b0 0.000128
+gallium_dri.so free 0x5571735d3400 void 0.000155
+gallium_dri.so free 0x5571735d32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d33b0 0.000123
+gallium_dri.so free 0x5571735d34c0 void 0.000119
+gallium_dri.so free 0x5571735d33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3470 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000119
+gallium_dri.so free 0x5571735d3470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3470 0.000119
+gallium_dri.so free 0x5571735d35c0 void 0.000117
+gallium_dri.so free 0x5571735d3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3630 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000115
+gallium_dri.so free 0x5571735d3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3630 0.000120
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3840 void 0.000117
+gallium_dri.so free 0x5571735d3730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37f0 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000125
+gallium_dri.so free 0x5571735d37f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d37f0 0.000123
+gallium_dri.so free 0x5571735d3940 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3980 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3a00 0.000115
+gallium_dri.so free 0x5571735d3ac0 void 0.000115
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3a00 0.000115
+gallium_dri.so free 0x5571735d3b80 void 0.000114
+gallium_dri.so free 0x5571735d3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000114
+gallium_dri.so free 0x5571735d3c40 void 0.000116
+gallium_dri.so free 0x5571735d3ba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3cc0 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d40 0.000112
+gallium_dri.so free 0x5571735d3e00 void 0.000115
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d40 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3d40 0.000115
+gallium_dri.so free 0x5571735d3f80 void 0.000112
+gallium_dri.so free 0x5571735d3d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3f30 0.000111
+gallium_dri.so free 0x5571735d4040 void 0.000112
+gallium_dri.so free 0x5571735d3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000111
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so free 0x5571735d3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4110 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000112
+gallium_dri.so free 0x5571735d4110 void 0.000111
+gallium_dri.so malloc 72 0x5571735d41a0 0.000112
+gallium_dri.so free 0x5571735d4240 void 0.000163
+gallium_dri.so free 0x5571735d41a0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d41f0 0.000157
+gallium_dri.so free 0x5571735d42c0 void 0.000121
+gallium_dri.so free 0x5571735d41f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d41f0 0.000116
+gallium_dri.so free 0x5571735d4340 void 0.000119
+gallium_dri.so free 0x5571735d41f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4340 0.000115
+gallium_dri.so free 0x5571735d4400 void 0.000113
+gallium_dri.so free 0x5571735d4340 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4340 0.000124
+gallium_dri.so free 0x5571735d4500 void 0.000124
+gallium_dri.so free 0x5571735d4340 void 0.000124
+gallium_dri.so malloc 72 0x5571735d44b0 0.000118
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000117
+gallium_dri.so free 0x5571735d4600 void 0.000124
+gallium_dri.so free 0x5571735d44b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4640 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d46c0 0.000158
+gallium_dri.so free 0x5571735d4780 void 0.000122
+gallium_dri.so free 0x5571735d46c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d46c0 0.000125
+gallium_dri.so free 0x5571735d4800 void 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4830 0.000117
+gallium_dri.so free 0x5571735d4880 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4830 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d49c0 0.000167
+gallium_dri.so free 0x5571735d4a40 void 0.000119
+gallium_dri.so free 0x5571735d49c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4a40 0.000118
+gallium_dri.so free 0x5571735d4b00 void 0.000118
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a40 0.000118
+gallium_dri.so free 0x5571735d4b80 void 0.000119
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000118
+gallium_dri.so free 0x5571735d4c00 void 0.000118
+gallium_dri.so free 0x5571735d4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000118
+gallium_dri.so free 0x5571735d4d00 void 0.000118
+gallium_dri.so free 0x5571735d4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000118
+gallium_dri.so free 0x5571735d4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d70 0.000117
+gallium_dri.so free 0x5571735d4e40 void 0.000118
+gallium_dri.so free 0x5571735d4d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4d70 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000117
+gallium_dri.so free 0x5571735d4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d70 0.000117
+gallium_dri.so free 0x5571735d4fc0 void 0.000119
+gallium_dri.so free 0x5571735d4d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4f70 0.000112
+gallium_dri.so free 0x5571735d5040 void 0.000110
+gallium_dri.so free 0x5571735d4f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5090 0.000112
+gallium_dri.so free 0x5571735d5100 void 0.000110
+gallium_dri.so free 0x5571735d5090 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5120 0.000125
+gallium_dri.so free 0x5571735d51c0 void 0.000111
+gallium_dri.so free 0x5571735d5120 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5170 0.000109
+gallium_dri.so free 0x5571735d5240 void 0.000110
+gallium_dri.so free 0x5571735d5170 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5240 0.000112
+gallium_dri.so free 0x5571735d5300 void 0.000109
+gallium_dri.so free 0x5571735d5240 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5240 0.000109
+gallium_dri.so free 0x5571735d5380 void 0.000109
+gallium_dri.so free 0x5571735d5240 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5380 0.000110
+gallium_dri.so free 0x5571735d5440 void 0.000111
+gallium_dri.so free 0x5571735d5380 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5380 0.000115
+gallium_dri.so free 0x5571735d5500 void 0.000115
+gallium_dri.so free 0x5571735d5380 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5380 0.000110
+gallium_dri.so free 0x5571735d55c0 void 0.000110
+gallium_dri.so free 0x5571735d5380 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5570 0.000121
+gallium_dri.so free 0x5571735d5640 void 0.000122
+gallium_dri.so free 0x5571735d5570 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5690 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d5690 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5740 0.000111
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d5740 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5740 0.000125
+gallium_dri.so free 0x5571735d5840 void 0.000160
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5870 0.000118
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5870 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d5870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5970 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5a30 0.000114
+gallium_dri.so free 0x5571735d5ac0 void 0.000112
+gallium_dri.so free 0x5571735d5a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5a30 0.000115
+gallium_dri.so free 0x5571735d5b80 void 0.000115
+gallium_dri.so free 0x5571735d5a30 void 0.000182
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000115
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000113
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5f40 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000115
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000114
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000114
+gallium_dri.so free 0x5571735d6140 void 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6160 0.000112
+gallium_dri.so free 0x5571735d6200 void 0.000115
+gallium_dri.so free 0x5571735d6160 void 0.000122
+gallium_dri.so malloc 72 0x5571735d61b0 0.000110
+gallium_dri.so free 0x5571735d6280 void 0.000111
+gallium_dri.so free 0x5571735d61b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d61b0 0.000110
+gallium_dri.so free 0x5571735d6300 void 0.000111
+gallium_dri.so free 0x5571735d61b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d6300 0.000109
+gallium_dri.so free 0x5571735d63c0 void 0.000110
+gallium_dri.so free 0x5571735d6300 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6300 0.000116
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6300 0.000109
+gallium_dri.so free 0x5571735d6540 void 0.000110
+gallium_dri.so free 0x5571735d6300 void 0.000124
+gallium_dri.so malloc 72 0x5571735d64f0 0.000132
+gallium_dri.so free 0x5571735d6600 void 0.000117
+gallium_dri.so free 0x5571735d64f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d65b0 0.000116
+gallium_dri.so free 0x5571735d6680 void 0.000118
+gallium_dri.so free 0x5571735d65b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d66d0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000118
+gallium_dri.so free 0x5571735d66d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6760 0.000114
+gallium_dri.so free 0x5571735d6800 void 0.000116
+gallium_dri.so free 0x5571735d6760 void 0.000126
+gallium_dri.so malloc 72 0x5571735d67b0 0.000115
+gallium_dri.so free 0x5571735d6880 void 0.000115
+gallium_dri.so free 0x5571735d67b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67b0 0.000113
+gallium_dri.so free 0x5571735d6900 void 0.000116
+gallium_dri.so free 0x5571735d67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6900 0.000113
+gallium_dri.so free 0x5571735d69c0 void 0.000115
+gallium_dri.so free 0x5571735d6900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6900 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000126
+gallium_dri.so free 0x5571735d6900 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6a70 0.000113
+gallium_dri.so free 0x5571735d6b00 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a70 0.000112
+gallium_dri.so free 0x5571735d6bc0 void 0.000113
+gallium_dri.so free 0x5571735d6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c00 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735d6c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2810 0.000113
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2810 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28a0 0.000113
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f28a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000120
+gallium_dri.so free 0x5571735f28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000116
+gallium_dri.so free 0x5571735f28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a70 0.000114
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so free 0x5571735f2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b90 0.000116
+gallium_dri.so free 0x5571735f2c00 void 0.000116
+gallium_dri.so free 0x5571735f2b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c20 0.000113
+gallium_dri.so free 0x5571735f2cc0 void 0.000115
+gallium_dri.so free 0x5571735f2c20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000114
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so free 0x5571735f2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so free 0x5571735f2dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000113
+gallium_dri.so free 0x5571735f2f80 void 0.000114
+gallium_dri.so free 0x5571735f2dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000115
+gallium_dri.so free 0x5571735f3000 void 0.000115
+gallium_dri.so free 0x5571735f2dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3030 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3030 0.000113
+gallium_dri.so free 0x5571735f3180 void 0.000115
+gallium_dri.so free 0x5571735f3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3130 0.000113
+gallium_dri.so free 0x5571735f3240 void 0.000114
+gallium_dri.so free 0x5571735f3130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31f0 0.000114
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f31f0 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f31f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3390 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000113
+gallium_dri.so free 0x5571735f3390 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3440 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000115
+gallium_dri.so free 0x5571735f3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735f34c0 0.000112
+gallium_dri.so free 0x5571735f3580 void 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34c0 0.000124
+gallium_dri.so free 0x5571735f3600 void 0.000112
+gallium_dri.so free 0x5571735f34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3630 0.000112
+gallium_dri.so free 0x5571735f3680 void 0.000112
+gallium_dri.so free 0x5571735f3630 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3630 0.000111
+gallium_dri.so free 0x5571735f3780 void 0.000113
+gallium_dri.so free 0x5571735f3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3730 0.000115
+gallium_dri.so free 0x5571735e1430 void 0.000114
+gallium_dri.so free 0x5571735f3840 void 0.000114
+gallium_dri.so free 0x5571735f3730 void 0.000111
+gallium_dri.so malloc 72 0x5571735f37f0 0.000112
+gallium_dri.so free 0x5571735f38c0 void 0.000164
+gallium_dri.so free 0x5571735f37f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f38e0 0.000159
+gallium_dri.so free 0x5571735f3980 void 0.000123
+gallium_dri.so free 0x5571735f38e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3930 0.000125
+gallium_dri.so free 0x5571735f3a00 void 0.000122
+gallium_dri.so free 0x5571735f3930 void 0.000157
+gallium_dri.so malloc 72 0x5571735f3930 0.000119
+gallium_dri.so free 0x5571735f3a80 void 0.000153
+gallium_dri.so free 0x5571735f3930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3a80 0.000113
+gallium_dri.so free 0x5571735f3b40 void 0.000112
+gallium_dri.so free 0x5571735f3a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a80 0.000109
+gallium_dri.so free 0x5571735f3c00 void 0.000111
+gallium_dri.so free 0x5571735f3a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3a80 0.000112
+gallium_dri.so free 0x5571735f3cc0 void 0.000112
+gallium_dri.so free 0x5571735f3a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c70 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000114
+gallium_dri.so free 0x5571735f3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c70 0.000111
+gallium_dri.so free 0x5571735f3dc0 void 0.000113
+gallium_dri.so free 0x5571735f3c70 void 0.000133
+gallium_dri.so malloc 72 0x5571735f3d70 0.000128
+gallium_dri.so free 0x5571735f3e80 void 0.000119
+gallium_dri.so free 0x5571735f3d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3e30 0.000115
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so free 0x5571735f3e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e30 0.000114
+gallium_dri.so free 0x5571735f3f80 void 0.000113
+gallium_dri.so free 0x5571735f3e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000117
+gallium_dri.so free 0x5571735f4040 void 0.000114
+gallium_dri.so free 0x5571735f3fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4040 0.000114
+gallium_dri.so free 0x5571735f4100 void 0.000121
+gallium_dri.so free 0x5571735f4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4040 0.000114
+gallium_dri.so free 0x5571735f41c0 void 0.000115
+gallium_dri.so free 0x5571735f4040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f41e0 0.000112
+gallium_dri.so free 0x5571735f4280 void 0.000113
+gallium_dri.so free 0x5571735f41e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4230 0.000113
+gallium_dri.so free 0x5571735f4300 void 0.000116
+gallium_dri.so free 0x5571735f4230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4230 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000115
+gallium_dri.so free 0x5571735f4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4380 0.000112
+gallium_dri.so free 0x5571735f4440 void 0.000113
+gallium_dri.so free 0x5571735f4380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4380 0.000117
+gallium_dri.so free 0x5571735f4500 void 0.000117
+gallium_dri.so free 0x5571735f4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4380 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000116
+gallium_dri.so free 0x5571735f4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4570 0.000115
+gallium_dri.so free 0x5571735f4680 void 0.000114
+gallium_dri.so free 0x5571735f4570 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4630 0.000115
+gallium_dri.so free 0x5571735f4700 void 0.000114
+gallium_dri.so free 0x5571735f4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4750 0.000111
+gallium_dri.so free 0x5571735f47c0 void 0.000111
+gallium_dri.so free 0x5571735f4750 void 0.000112
+gallium_dri.so malloc 72 0x5571735f47e0 0.000111
+gallium_dri.so free 0x5571735f4880 void 0.000119
+gallium_dri.so free 0x5571735f47e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4830 0.000119
+gallium_dri.so free 0x5571735f4900 void 0.000119
+gallium_dri.so free 0x5571735f4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4830 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735f4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4980 0.000119
+gallium_dri.so free 0x5571735f4a40 void 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4980 0.000118
+gallium_dri.so free 0x5571735f4b40 void 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4af0 0.000117
+gallium_dri.so free 0x5571735f4b80 void 0.000117
+gallium_dri.so free 0x5571735f4af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4af0 0.000119
+gallium_dri.so free 0x5571735f4c40 void 0.000117
+gallium_dri.so free 0x5571735f4af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c80 0.000118
+gallium_dri.so free 0x5571735f4d00 void 0.000119
+gallium_dri.so free 0x5571735f4c80 void 0.000133
+gallium_dri.so malloc 72 0x5571735f4d00 0.000119
+gallium_dri.so free 0x5571735f4dc0 void 0.000119
+gallium_dri.so free 0x5571735f4d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4d00 0.000118
+gallium_dri.so free 0x5571735f4e40 void 0.000117
+gallium_dri.so free 0x5571735f4d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4e70 0.000118
+gallium_dri.so free 0x5571735f4ec0 void 0.000118
+gallium_dri.so free 0x5571735f4e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4e70 0.000118
+gallium_dri.so free 0x5571735f4fc0 void 0.000117
+gallium_dri.so free 0x5571735f4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5000 0.000117
+gallium_dri.so free 0x5571735f5080 void 0.000118
+gallium_dri.so free 0x5571735f5000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5080 0.000120
+gallium_dri.so free 0x5571735f5140 void 0.000118
+gallium_dri.so free 0x5571735f5080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5080 0.000117
+gallium_dri.so free 0x5571735f51c0 void 0.000117
+gallium_dri.so free 0x5571735f5080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51f0 0.000119
+gallium_dri.so free 0x5571735f5240 void 0.000127
+gallium_dri.so free 0x5571735f51f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f51f0 0.000118
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so free 0x5571735f51f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52f0 0.000118
+gallium_dri.so free 0x5571735f5400 void 0.000119
+gallium_dri.so free 0x5571735f52f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f53b0 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000117
+gallium_dri.so free 0x5571735f53b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f53b0 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so free 0x5571735f53b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f53b0 0.000118
+gallium_dri.so free 0x5571735f5600 void 0.000120
+gallium_dri.so free 0x5571735f53b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55b0 0.000118
+gallium_dri.so free 0x5571735f5680 void 0.000117
+gallium_dri.so free 0x5571735f55b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f56d0 0.000120
+gallium_dri.so free 0x5571735f5740 void 0.000118
+gallium_dri.so free 0x5571735f56d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5760 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000117
+gallium_dri.so free 0x5571735f5760 void 0.000115
+gallium_dri.so malloc 72 0x5571735f57b0 0.000167
+gallium_dri.so free 0x5571735f5880 void 0.000119
+gallium_dri.so free 0x5571735f57b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5880 0.000116
+gallium_dri.so free 0x5571735f5940 void 0.000118
+gallium_dri.so free 0x5571735f5880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5880 0.000118
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so free 0x5571735f5880 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59c0 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f59c0 0.000117
+gallium_dri.so free 0x5571735f5b40 void 0.000118
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000119
+gallium_dri.so free 0x5571735f5c00 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000120
+gallium_dri.so free 0x5571735f5c80 void 0.000118
+gallium_dri.so free 0x5571735f5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5cd0 0.000117
+gallium_dri.so free 0x5571735f5d40 void 0.000119
+gallium_dri.so free 0x5571735f5cd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5d80 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735f5d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5d80 0.000112
+gallium_dri.so free 0x5571735f5e80 void 0.000110
+gallium_dri.so free 0x5571735f5d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000109
+gallium_dri.so free 0x5571735f5f00 void 0.000110
+gallium_dri.so free 0x5571735f5eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000110
+gallium_dri.so free 0x5571735f6000 void 0.000110
+gallium_dri.so free 0x5571735f5eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000115
+gallium_dri.so free 0x5571735f60c0 void 0.000110
+gallium_dri.so free 0x5571735f5fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6070 0.000110
+gallium_dri.so free 0x5571735f6100 void 0.000109
+gallium_dri.so free 0x5571735f6070 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6070 0.000111
+gallium_dri.so free 0x5571735f61c0 void 0.000110
+gallium_dri.so free 0x5571735f6070 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6230 0.000110
+gallium_dri.so free 0x5571735f6280 void 0.000109
+gallium_dri.so free 0x5571735f6230 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6230 0.000112
+gallium_dri.so free 0x5571735f6380 void 0.000115
+gallium_dri.so free 0x5571735f6230 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6330 0.000110
+gallium_dri.so free 0x5571735f6440 void 0.000111
+gallium_dri.so free 0x5571735f6330 void 0.000110
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735f6480 void 0.000126
+gallium_dri.so free 0x5571735f63f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f63f0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000119
+gallium_dri.so free 0x5571735f63f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6580 0.000117
+gallium_dri.so free 0x5571735f6600 void 0.000117
+gallium_dri.so free 0x5571735f6580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6600 0.000117
+gallium_dri.so free 0x5571735f66c0 void 0.000119
+gallium_dri.so free 0x5571735f6600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6600 0.000117
+gallium_dri.so free 0x5571735f6780 void 0.000116
+gallium_dri.so free 0x5571735f6600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f67a0 0.000118
+gallium_dri.so free 0x5571735f6840 void 0.000118
+gallium_dri.so free 0x5571735f67a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f67f0 0.000118
+gallium_dri.so free 0x5571735f68c0 void 0.000117
+gallium_dri.so free 0x5571735f67f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f67f0 0.000118
+gallium_dri.so free 0x5571735f6940 void 0.000117
+gallium_dri.so free 0x5571735f67f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6940 0.000118
+gallium_dri.so free 0x5571735f6a00 void 0.000119
+gallium_dri.so free 0x5571735f6940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6940 0.000124
+gallium_dri.so free 0x5571735f6ac0 void 0.000111
+gallium_dri.so free 0x5571735f6940 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6940 0.000109
+gallium_dri.so free 0x5571735f6b80 void 0.000110
+gallium_dri.so free 0x5571735f6940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b30 0.000110
+gallium_dri.so free 0x5571735f6c40 void 0.000110
+gallium_dri.so free 0x5571735f6b30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000110
+gallium_dri.so free 0x5571735f6cc0 void 0.000111
+gallium_dri.so free 0x5571735f6bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6d10 0.000111
+gallium_dri.so free 0x5571735f6d80 void 0.000110
+gallium_dri.so free 0x5571735f6d10 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6da0 0.000110
+gallium_dri.so free 0x5571735f6e40 void 0.000110
+gallium_dri.so free 0x5571735f6da0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6df0 0.000111
+gallium_dri.so free 0x5571735f6ec0 void 0.000110
+gallium_dri.so free 0x5571735f6df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6df0 0.000110
+gallium_dri.so free 0x5571735f6f40 void 0.000109
+gallium_dri.so free 0x5571735f6df0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6f40 0.000110
+gallium_dri.so free 0x5571735f7000 void 0.000121
+gallium_dri.so free 0x5571735f6f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6f40 0.000116
+gallium_dri.so free 0x5571735f7100 void 0.000123
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000112
+gallium_dri.so free 0x5571735f7140 void 0.000113
+gallium_dri.so free 0x5571735f70b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000113
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so free 0x5571735f70b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7240 0.000112
+gallium_dri.so free 0x5571735f72c0 void 0.000115
+gallium_dri.so free 0x5571735f7240 void 0.000112
+gallium_dri.so malloc 72 0x5571735f72c0 0.000112
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f72c0 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7430 0.000113
+gallium_dri.so free 0x5571735f7480 void 0.000113
+gallium_dri.so free 0x5571735f7430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so free 0x5571735f7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000112
+gallium_dri.so free 0x5571735f7700 void 0.000186
+gallium_dri.so free 0x5571735f7640 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7640 0.000119
+gallium_dri.so free 0x5571735f7780 void 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77b0 0.000118
+gallium_dri.so free 0x5571735f7800 void 0.000118
+gallium_dri.so free 0x5571735f77b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f77b0 0.000118
+gallium_dri.so free 0x5571735f7900 void 0.000118
+gallium_dri.so free 0x5571735f77b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f78b0 0.000118
+gallium_dri.so free 0x5571735f79c0 void 0.000117
+gallium_dri.so free 0x5571735f78b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7970 0.000118
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so free 0x5571735f7970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7970 0.000118
+gallium_dri.so free 0x5571735f7b00 void 0.000134
+gallium_dri.so free 0x5571735f7970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7970 0.000117
+gallium_dri.so free 0x5571735f7bc0 void 0.000120
+gallium_dri.so free 0x5571735f7970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b70 0.000118
+gallium_dri.so free 0x5571735f7c40 void 0.000118
+gallium_dri.so free 0x5571735f7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c90 0.000124
+gallium_dri.so free 0x5571735f7d00 void 0.000112
+gallium_dri.so free 0x5571735f7c90 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7d20 0.000113
+gallium_dri.so free 0x5571735f7dc0 void 0.000111
+gallium_dri.so free 0x5571735f7d20 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7d70 0.000110
+gallium_dri.so free 0x5571735f7e40 void 0.000111
+gallium_dri.so free 0x5571735f7d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7e40 0.000109
+gallium_dri.so free 0x5571735f7f00 void 0.000110
+gallium_dri.so free 0x5571735f7e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7e40 0.000110
+gallium_dri.so free 0x5571735f7f80 void 0.000110
+gallium_dri.so free 0x5571735f7e40 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7f80 0.000109
+gallium_dri.so free 0x5571735f8040 void 0.000110
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000111
+gallium_dri.so free 0x5571735f8100 void 0.000109
+gallium_dri.so free 0x5571735f7f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7f80 0.000109
+gallium_dri.so free 0x5571735f81c0 void 0.000109
+gallium_dri.so free 0x5571735f7f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8170 0.000110
+gallium_dri.so free 0x5571735f8240 void 0.000112
+gallium_dri.so free 0x5571735f8170 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8290 0.000110
+gallium_dri.so free 0x5571735f8300 void 0.000110
+gallium_dri.so free 0x5571735f8290 void 0.000173
+gallium_dri.so malloc 72 0x5571735f8340 0.000162
+gallium_dri.so free 0x5571735f83c0 void 0.000160
+gallium_dri.so free 0x5571735f8340 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8340 0.000122
+gallium_dri.so free 0x5571735f8440 void 0.000123
+gallium_dri.so free 0x5571735f8340 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8470 0.000119
+gallium_dri.so free 0x5571735f84c0 void 0.000114
+gallium_dri.so free 0x5571735f8470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8470 0.000120
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8570 0.000115
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x5571735f8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8630 0.000112
+gallium_dri.so free 0x5571735f86c0 void 0.000114
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8630 0.000115
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87f0 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x5571735f8940 void 0.000115
+gallium_dri.so free 0x5571735f87f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f88f0 0.000120
+gallium_dri.so free 0x5571735f8a00 void 0.000119
+gallium_dri.so free 0x5571735f88f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f89b0 0.000123
+gallium_dri.so free 0x5571735f8a40 void 0.000120
+gallium_dri.so free 0x5571735f89b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b40 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000113
+gallium_dri.so free 0x5571735f8b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000114
+gallium_dri.so free 0x5571735f8c80 void 0.000114
+gallium_dri.so free 0x5571735f8bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000115
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d60 0.000113
+gallium_dri.so free 0x5571735f8e00 void 0.000112
+gallium_dri.so free 0x5571735f8d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8db0 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000128
+gallium_dri.so free 0x5571735f8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8db0 0.000112
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so free 0x5571735f8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f00 0.000112
+gallium_dri.so free 0x5571735f8fc0 void 0.000121
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f00 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000114
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f00 0.000112
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f90f0 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000112
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f92d0 0.000114
+gallium_dri.so free 0x5571735f9340 void 0.000113
+gallium_dri.so free 0x5571735f92d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9360 0.000113
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so free 0x5571735f9360 void 0.000114
+gallium_dri.so malloc 72 0x5571735f93b0 0.000113
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so free 0x5571735f93b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f93b0 0.000112
+gallium_dri.so free 0x5571735f9500 void 0.000112
+gallium_dri.so free 0x5571735f93b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9500 0.000112
+gallium_dri.so free 0x5571735f95c0 void 0.000112
+gallium_dri.so free 0x5571735f9500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000114
+gallium_dri.so free 0x5571735f96c0 void 0.000111
+gallium_dri.so free 0x5571735f9500 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9670 0.000110
+gallium_dri.so free 0x5571735f9700 void 0.000112
+gallium_dri.so free 0x5571735f9670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9670 0.000111
+gallium_dri.so free 0x5571735f97c0 void 0.000111
+gallium_dri.so free 0x5571735f9670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9800 0.000111
+gallium_dri.so free 0x5571735f9880 void 0.000112
+gallium_dri.so free 0x5571735f9800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9880 0.000117
+gallium_dri.so free 0x5571735f9940 void 0.000129
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9880 0.000114
+gallium_dri.so free 0x5571735f99c0 void 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f99f0 0.000114
+gallium_dri.so free 0x5571735f9a40 void 0.000115
+gallium_dri.so free 0x5571735f99f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f99f0 0.000114
+gallium_dri.so free 0x5571735f9b40 void 0.000115
+gallium_dri.so free 0x5571735f99f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b80 0.000113
+gallium_dri.so free 0x5571735f9c00 void 0.000115
+gallium_dri.so free 0x5571735f9b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c00 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000112
+gallium_dri.so free 0x5571735f9d40 void 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d70 0.000113
+gallium_dri.so free 0x5571735f9dc0 void 0.000116
+gallium_dri.so free 0x5571735f9d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d70 0.000113
+gallium_dri.so free 0x5571735f9ec0 void 0.000115
+gallium_dri.so free 0x5571735f9d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9e70 0.000113
+gallium_dri.so free 0x5571735f9f80 void 0.000114
+gallium_dri.so free 0x5571735f9e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571735fa000 void 0.000121
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x5571735fa0c0 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000106
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa130 0.000113
+gallium_dri.so free 0x5571735fa200 void 0.000114
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa250 0.000123
+gallium_dri.so free 0x5571735fa2c0 void 0.000113
+gallium_dri.so free 0x5571735fa250 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000112
+gallium_dri.so free 0x5571735fa380 void 0.000112
+gallium_dri.so free 0x5571735fa2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa330 0.000112
+gallium_dri.so free 0x5571735fa400 void 0.000114
+gallium_dri.so free 0x5571735fa330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa400 0.000114
+gallium_dri.so free 0x5571735fa4c0 void 0.000114
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa400 0.000113
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa540 0.000113
+gallium_dri.so free 0x5571735fa600 void 0.000113
+gallium_dri.so free 0x5571735fa540 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa540 0.000114
+gallium_dri.so free 0x5571735fa6c0 void 0.000120
+gallium_dri.so free 0x5571735fa540 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa540 0.000163
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000111
+gallium_dri.so free 0x5571735fa800 void 0.000123
+gallium_dri.so free 0x5571735fa730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa850 0.000137
+gallium_dri.so free 0x5571735fa8c0 void 0.000119
+gallium_dri.so free 0x5571735fa850 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa900 0.000119
+gallium_dri.so free 0x5571735fa980 void 0.000120
+gallium_dri.so free 0x5571735fa900 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa900 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000120
+gallium_dri.so free 0x5571735fa900 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa30 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000117
+gallium_dri.so free 0x5571735faa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa30 0.000117
+gallium_dri.so free 0x5571735fab80 void 0.000119
+gallium_dri.so free 0x5571735faa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fab30 0.000118
+gallium_dri.so free 0x5571735fac40 void 0.000118
+gallium_dri.so free 0x5571735fab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fabf0 0.000119
+gallium_dri.so free 0x5571735fac80 void 0.000118
+gallium_dri.so free 0x5571735fabf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fabf0 0.000112
+gallium_dri.so free 0x5571735fad40 void 0.000109
+gallium_dri.so free 0x5571735fabf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fadb0 0.000111
+gallium_dri.so free 0x5571735fae00 void 0.000109
+gallium_dri.so free 0x5571735fadb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fadb0 0.000110
+gallium_dri.so free 0x5571735faf00 void 0.000111
+gallium_dri.so free 0x5571735fadb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735faeb0 0.000109
+gallium_dri.so free 0x5571735fafc0 void 0.000111
+gallium_dri.so free 0x5571735faeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735faf70 0.000116
+gallium_dri.so free 0x5571735fb000 void 0.000111
+gallium_dri.so free 0x5571735faf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735faf70 0.000110
+gallium_dri.so free 0x5571735fb0c0 void 0.000110
+gallium_dri.so free 0x5571735faf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb100 0.000111
+gallium_dri.so free 0x5571735fb180 void 0.000110
+gallium_dri.so free 0x5571735fb100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb180 0.000113
+gallium_dri.so free 0x5571735fb240 void 0.000113
+gallium_dri.so free 0x5571735fb180 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb180 0.000110
+gallium_dri.so free 0x5571735fb300 void 0.000110
+gallium_dri.so free 0x5571735fb180 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb320 0.000123
+gallium_dri.so free 0x5571735fb3c0 void 0.000116
+gallium_dri.so free 0x5571735fb320 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb370 0.000116
+gallium_dri.so free 0x5571735fb440 void 0.000116
+gallium_dri.so free 0x5571735fb370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb370 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so free 0x5571735fb370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000114
+gallium_dri.so free 0x5571735fb580 void 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000113
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb770 0.000132
+gallium_dri.so free 0x5571735fb840 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb890 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000115
+gallium_dri.so free 0x5571735fb890 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb920 0.000113
+gallium_dri.so free 0x5571735fb9c0 void 0.000124
+gallium_dri.so free 0x5571735fb920 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb970 0.000119
+gallium_dri.so free 0x5571735fba40 void 0.000119
+gallium_dri.so free 0x5571735fb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb970 0.000116
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so free 0x5571735fb970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbac0 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fbac0 0.000118
+gallium_dri.so free 0x5571735fbc80 void 0.000117
+gallium_dri.so free 0x5571735fbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbc30 0.000119
+gallium_dri.so free 0x5571735fbcc0 void 0.000118
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbc30 0.000120
+gallium_dri.so free 0x5571735fbd80 void 0.000118
+gallium_dri.so free 0x5571735fbc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000119
+gallium_dri.so free 0x5571735fbe40 void 0.000119
+gallium_dri.so free 0x5571735fbdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbe40 0.000118
+gallium_dri.so free 0x5571735fbf00 void 0.000118
+gallium_dri.so free 0x5571735fbe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbe40 0.000116
+gallium_dri.so free 0x5571735fbf80 void 0.000111
+gallium_dri.so free 0x5571735fbe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000111
+gallium_dri.so free 0x5571735fc000 void 0.000110
+gallium_dri.so free 0x5571735fbfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000110
+gallium_dri.so free 0x5571735fc100 void 0.000110
+gallium_dri.so free 0x5571735fbfb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc140 0.000111
+gallium_dri.so free 0x5571735fc1c0 void 0.000111
+gallium_dri.so free 0x5571735fc140 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000111
+gallium_dri.so free 0x5571735fc280 void 0.000109
+gallium_dri.so free 0x5571735fc1c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000110
+gallium_dri.so free 0x5571735fc300 void 0.000109
+gallium_dri.so free 0x5571735fc1c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc330 0.000110
+gallium_dri.so free 0x5571735fc380 void 0.000109
+gallium_dri.so free 0x5571735fc330 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc330 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000111
+gallium_dri.so free 0x5571735fc330 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc430 0.000112
+gallium_dri.so free 0x5571735fc540 void 0.000108
+gallium_dri.so free 0x5571735fc430 void 0.000108
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000111
+gallium_dri.so free 0x5571735fc5c0 void 0.000126
+gallium_dri.so free 0x5571735fc4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000115
+gallium_dri.so free 0x5571735fc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000118
+gallium_dri.so free 0x5571735fc7c0 void 0.000115
+gallium_dri.so free 0x5571735fc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc810 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so free 0x5571735fc810 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc8a0 0.000112
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc8f0 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000115
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000113
+gallium_dri.so free 0x5571735fcb00 void 0.000115
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb00 0.000112
+gallium_dri.so free 0x5571735fcbc0 void 0.000161
+gallium_dri.so free 0x5571735fcb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcb00 0.000112
+gallium_dri.so free 0x5571735fcc80 void 0.000112
+gallium_dri.so free 0x5571735fcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb00 0.000112
+gallium_dri.so free 0x5571735fcd40 void 0.000112
+gallium_dri.so free 0x5571735fcb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fccf0 0.000112
+gallium_dri.so free 0x5571735fcdc0 void 0.000112
+gallium_dri.so free 0x5571735fccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce10 0.000112
+gallium_dri.so free 0x5571735fce80 void 0.000112
+gallium_dri.so free 0x5571735fce10 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcec0 0.000110
+gallium_dri.so free 0x5571735fcf40 void 0.000160
+gallium_dri.so free 0x5571735fcec0 void 0.000245
+gallium_dri.so malloc 72 0x5571735fcec0 0.000278
+gallium_dri.so free 0x5571735fcfc0 void 0.000214
+gallium_dri.so free 0x5571735fcec0 void 0.000276
+gallium_dri.so malloc 72 0x5571735fcff0 0.000264
+gallium_dri.so free 0x5571735fd040 void 0.000276
+gallium_dri.so free 0x5571735fcff0 void 0.000271
+gallium_dri.so malloc 72 0x5571735fcff0 0.000218
+gallium_dri.so free 0x5571735fd140 void 0.000197
+gallium_dri.so free 0x5571735fcff0 void 0.000194
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000160
+gallium_dri.so free 0x5571735fd200 void 0.000111
+gallium_dri.so free 0x5571735fd0f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000109
+gallium_dri.so free 0x5571735fd240 void 0.000110
+gallium_dri.so free 0x5571735fd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000111
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so free 0x5571735fd1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd370 0.000111
+gallium_dri.so free 0x5571735fd3c0 void 0.000109
+gallium_dri.so free 0x5571735fd370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd370 0.000118
+gallium_dri.so free 0x5571735fd4c0 void 0.000126
+gallium_dri.so free 0x5571735fd370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd470 0.000113
+gallium_dri.so free 0x5571735fd580 void 0.000116
+gallium_dri.so free 0x5571735fd470 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd530 0.000121
+gallium_dri.so free 0x5571735fd5c0 void 0.000115
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd530 0.000112
+gallium_dri.so free 0x5571735fd680 void 0.000115
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000111
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd740 0.000114
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd740 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd740 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8e0 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so free 0x5571735fd8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd930 0.000118
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd930 0.000112
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000112
+gallium_dri.so free 0x5571735fdb40 void 0.000114
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000115
+gallium_dri.so free 0x5571735fdc00 void 0.000165
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fda80 0.000112
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc70 0.000111
+gallium_dri.so free 0x5571735fdd80 void 0.000112
+gallium_dri.so free 0x5571735fdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdd30 0.000117
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde50 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000116
+gallium_dri.so free 0x5571735fde50 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdee0 0.000115
+gallium_dri.so free 0x5571735fdf80 void 0.000116
+gallium_dri.so free 0x5571735fdee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf30 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000114
+gallium_dri.so free 0x5571735fdf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf30 0.000112
+gallium_dri.so free 0x5571735fe080 void 0.000116
+gallium_dri.so free 0x5571735fdf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe080 0.000115
+gallium_dri.so free 0x5571735fe140 void 0.000115
+gallium_dri.so free 0x5571735fe080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe080 0.000115
+gallium_dri.so free 0x5571735fe240 void 0.000128
+gallium_dri.so free 0x5571735fe080 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000112
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe380 0.000116
+gallium_dri.so free 0x5571735fe400 void 0.000116
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe400 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so free 0x5571735fe400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe400 0.000113
+gallium_dri.so free 0x5571735fe540 void 0.000115
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe570 0.000114
+gallium_dri.so free 0x5571735fe5c0 void 0.000114
+gallium_dri.so free 0x5571735fe570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe570 0.000113
+gallium_dri.so free 0x5571735fe6c0 void 0.000113
+gallium_dri.so free 0x5571735fe570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe700 0.000112
+gallium_dri.so free 0x5571735fe780 void 0.000115
+gallium_dri.so free 0x5571735fe700 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe780 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000123
+gallium_dri.so free 0x5571735fe780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe780 0.000114
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000112
+gallium_dri.so free 0x5571735fe940 void 0.000114
+gallium_dri.so free 0x5571735fe8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000113
+gallium_dri.so free 0x5571735fea40 void 0.000114
+gallium_dri.so free 0x5571735fe8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000113
+gallium_dri.so free 0x5571735feb00 void 0.000114
+gallium_dri.so free 0x5571735fe9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feab0 0.000114
+gallium_dri.so free 0x5571735feb80 void 0.000115
+gallium_dri.so free 0x5571735feab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feab0 0.000112
+gallium_dri.so free 0x5571735fec40 void 0.000113
+gallium_dri.so free 0x5571735feab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feab0 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000116
+gallium_dri.so free 0x5571735feab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecb0 0.000112
+gallium_dri.so free 0x5571735fed80 void 0.000115
+gallium_dri.so free 0x5571735fecb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedd0 0.000113
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so free 0x5571735fedd0 void 0.000160
+gallium_dri.so malloc 72 0x5571735fee60 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so free 0x5571735fee60 void 0.000112
+gallium_dri.so malloc 72 0x5571735feeb0 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000116
+gallium_dri.so free 0x5571735feeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fef80 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000114
+gallium_dri.so free 0x5571735fef80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fef80 0.000113
+gallium_dri.so free 0x5571735ff0c0 void 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000114
+gallium_dri.so free 0x5571735ff180 void 0.000115
+gallium_dri.so free 0x5571735ff0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000112
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so free 0x5571735ff0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000113
+gallium_dri.so free 0x5571735ff300 void 0.000114
+gallium_dri.so free 0x5571735ff0c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000125
+gallium_dri.so free 0x5571735ff380 void 0.000171
+gallium_dri.so free 0x5571735ff2b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff3d0 0.000117
+gallium_dri.so free 0x5571735ff440 void 0.000120
+gallium_dri.so free 0x5571735ff3d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff480 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff480 0.000113
+gallium_dri.so free 0x5571735ff580 void 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000113
+gallium_dri.so free 0x5571735ff600 void 0.000115
+gallium_dri.so free 0x5571735ff5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000115
+gallium_dri.so free 0x5571735ff5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000116
+gallium_dri.so free 0x5571735ff6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff770 0.000114
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so free 0x5571735ff770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff770 0.000115
+gallium_dri.so free 0x5571735ff8c0 void 0.000114
+gallium_dri.so free 0x5571735ff770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff930 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000114
+gallium_dri.so free 0x5571735ff930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff930 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff930 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffa30 0.000116
+gallium_dri.so free 0x5571735ffb40 void 0.000187
+gallium_dri.so free 0x5571735ffa30 void 0.000179
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000127
+gallium_dri.so free 0x5571735ffb80 void 0.000127
+gallium_dri.so free 0x5571735ffaf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000125
+gallium_dri.so free 0x5571735ffc40 void 0.000127
+gallium_dri.so free 0x5571735ffaf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ffc80 0.000127
+gallium_dri.so free 0x5571735ffd00 void 0.000127
+gallium_dri.so free 0x5571735ffc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffd00 0.000127
+gallium_dri.so free 0x5571735ffdc0 void 0.000125
+gallium_dri.so free 0x5571735ffd00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ffd00 0.000125
+gallium_dri.so free 0x5571735fff00 void 0.000126
+gallium_dri.so free 0x5571735ffd00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffd00 0.000126
+gallium_dri.so free 0x5571735b4500 void 0.000127
+gallium_dri.so free 0x5571735ffd00 void 0.000125
+gallium_dri.so malloc 72 0x5571735b44b0 0.000126
+gallium_dri.so free 0x557173454440 void 0.000129
+gallium_dri.so free 0x5571735b44b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734543f0 0.000175
+gallium_dri.so free 0x5571735b4b80 void 0.000128
+gallium_dri.so free 0x5571734543f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4b80 0.000124
+gallium_dri.so free 0x5571735b4280 void 0.000124
+gallium_dri.so free 0x5571735b4b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4b80 0.000175
+gallium_dri.so free 0x5571735b4300 void 0.000153
+gallium_dri.so free 0x5571735b4b80 void 0.000143
+gallium_dri.so malloc 72 0x5571735b4330 0.000140
+gallium_dri.so free 0x5571735b3ec0 void 0.000124
+gallium_dri.so free 0x5571735b4330 void 0.000126
+gallium_dri.so malloc 72 0x5571735b3e70 0.000125
+gallium_dri.so free 0x5571735b3f80 void 0.000123
+gallium_dri.so free 0x5571735b3e70 void 0.000127
+gallium_dri.so malloc 72 0x5571735b3f30 0.000128
+gallium_dri.so free 0x5571735b4000 void 0.000127
+gallium_dri.so free 0x5571735b3f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4050 0.000126
+gallium_dri.so free 0x5571735b40c0 void 0.000128
+gallium_dri.so free 0x5571735b4050 void 0.000124
+gallium_dri.so malloc 72 0x5571735b40e0 0.000137
+gallium_dri.so free 0x5571735b4600 void 0.000125
+gallium_dri.so free 0x5571735b40e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4630 0.000125
+gallium_dri.so free 0x5571735b4680 void 0.000125
+gallium_dri.so free 0x5571735b4630 void 0.000126
+gallium_dri.so malloc 72 0x5571735b4630 0.000129
+gallium_dri.so free 0x5571735b4780 void 0.000194
+gallium_dri.so free 0x5571735b4630 void 0.000231
+gallium_dri.so malloc 72 0x5571735b4730 0.000222
+gallium_dri.so free 0x5571735b4840 void 0.000219
+gallium_dri.so free 0x5571735b4730 void 0.000129
+gallium_dri.so malloc 72 0x5571735b47f0 0.000122
+gallium_dri.so free 0x5571735b48c0 void 0.000124
+gallium_dri.so free 0x5571735b47f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b48e0 0.000123
+gallium_dri.so free 0x5571735b4980 void 0.000123
+gallium_dri.so free 0x5571735b48e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4930 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000123
+gallium_dri.so free 0x5571735b4930 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2800 0.000123
+gallium_dri.so free 0x5571735f2880 void 0.000135
+gallium_dri.so free 0x5571735f2800 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2880 0.000124
+gallium_dri.so free 0x5571735f2940 void 0.000125
+gallium_dri.so free 0x5571735f2880 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2880 0.000123
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x5571735f2880 void 0.000124
+gallium_dri.so malloc 72 0x5571735f29f0 0.000123
+gallium_dri.so free 0x5571735f2a40 void 0.000124
+gallium_dri.so free 0x5571735f29f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f29f0 0.000124
+gallium_dri.so free 0x5571735f2b40 void 0.000124
+gallium_dri.so free 0x5571735f29f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b80 0.000124
+gallium_dri.so free 0x5571735f2c00 void 0.000123
+gallium_dri.so free 0x5571735f2b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2c00 0.000130
+gallium_dri.so free 0x5571735f2cc0 void 0.000126
+gallium_dri.so free 0x5571735f2c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2c00 0.000133
+gallium_dri.so free 0x5571735f2d40 void 0.000129
+gallium_dri.so free 0x5571735f2c00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2d70 0.000126
+gallium_dri.so free 0x5571735f2dc0 void 0.000135
+gallium_dri.so free 0x5571735f2d70 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2d70 0.000126
+gallium_dri.so free 0x5571735f2ec0 void 0.000127
+gallium_dri.so free 0x5571735f2d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2e70 0.000125
+gallium_dri.so free 0x5571735f2f80 void 0.000204
+gallium_dri.so free 0x5571735f2e70 void 0.000237
+gallium_dri.so malloc 72 0x5571735f2f30 0.000183
+gallium_dri.so free 0x5571735f3000 void 0.000125
+gallium_dri.so free 0x5571735f2f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2f30 0.000130
+gallium_dri.so free 0x5571735f30c0 void 0.000126
+gallium_dri.so free 0x5571735f2f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2f30 0.000126
+gallium_dri.so free 0x5571735f3180 void 0.000126
+gallium_dri.so free 0x5571735f2f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3130 0.000126
+gallium_dri.so free 0x5571735f3200 void 0.000129
+gallium_dri.so free 0x5571735f3130 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3250 0.000123
+gallium_dri.so free 0x5571735f32c0 void 0.000126
+gallium_dri.so free 0x5571735f3250 void 0.000125
+gallium_dri.so malloc 72 0x5571735f32e0 0.000144
+gallium_dri.so free 0x5571735f3380 void 0.000126
+gallium_dri.so free 0x5571735f32e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3330 0.000127
+gallium_dri.so free 0x5571735f3400 void 0.000128
+gallium_dri.so free 0x5571735f3330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3400 0.000124
+gallium_dri.so free 0x5571735f34c0 void 0.000126
+gallium_dri.so free 0x5571735f3400 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3400 0.000128
+gallium_dri.so free 0x5571735f3540 void 0.000127
+gallium_dri.so free 0x5571735f3400 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3540 0.000127
+gallium_dri.so free 0x5571735e3d40 void 0.000129
+gallium_dri.so free 0x5571735f3540 void 0.000201
+gallium_dri.so malloc 72 0x5571735f3540 0.000212
+gallium_dri.so free 0x5571735e3dc0 void 0.000173
+gallium_dri.so free 0x5571735f3540 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3df0 0.000130
+gallium_dri.so free 0x5571735e3e40 void 0.000128
+gallium_dri.so free 0x5571735e3df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3df0 0.000128
+gallium_dri.so free 0x5571735e3f40 void 0.000128
+gallium_dri.so free 0x5571735e3df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3ef0 0.000142
+gallium_dri.so free 0x5571735e4000 void 0.000131
+gallium_dri.so free 0x5571735e3ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000174
+gallium_dri.so free 0x5571735e4080 void 0.000135
+gallium_dri.so free 0x5571735e3fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e40a0 0.000129
+gallium_dri.so free 0x5571735e4140 void 0.000129
+gallium_dri.so free 0x5571735e40a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e40f0 0.000128
+gallium_dri.so free 0x5571735e41c0 void 0.000129
+gallium_dri.so free 0x5571735e40f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e40f0 0.000128
+gallium_dri.so free 0x5571735e4240 void 0.000129
+gallium_dri.so free 0x5571735e40f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4240 0.000128
+gallium_dri.so free 0x5571735e4300 void 0.000128
+gallium_dri.so free 0x5571735e4240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4240 0.000129
+gallium_dri.so free 0x5571735e43c0 void 0.000137
+gallium_dri.so free 0x5571735e4240 void 0.000134
+gallium_dri.so malloc 72 0x5571735e4240 0.000125
+gallium_dri.so free 0x5571735e4480 void 0.000139
+gallium_dri.so free 0x5571735e4240 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4430 0.000124
+gallium_dri.so free 0x5571735e4480 void 0.000132
+gallium_dri.so free 0x5571735e4430 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4430 0.000125
+gallium_dri.so free 0x5571735e4580 void 0.000125
+gallium_dri.so free 0x5571735e4430 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4530 0.000123
+gallium_dri.so free 0x5571735e4640 void 0.000125
+gallium_dri.so free 0x5571735e4530 void 0.000125
+gallium_dri.so malloc 72 0x5571735e45f0 0.000125
+gallium_dri.so free 0x5571735e4680 void 0.000126
+gallium_dri.so free 0x5571735e45f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e45f0 0.000125
+gallium_dri.so free 0x5571735e4740 void 0.000125
+gallium_dri.so free 0x5571735e45f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4780 0.000123
+gallium_dri.so free 0x5571735e4800 void 0.000126
+gallium_dri.so free 0x5571735e4780 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4800 0.000124
+gallium_dri.so free 0x5571735e48c0 void 0.000127
+gallium_dri.so free 0x5571735e4800 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4800 0.000125
+gallium_dri.so free 0x5571735e4980 void 0.000125
+gallium_dri.so free 0x5571735e4800 void 0.000131
+gallium_dri.so malloc 72 0x5571735e49a0 0.000125
+gallium_dri.so free 0x5571735e4a40 void 0.000125
+gallium_dri.so free 0x5571735e49a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e49f0 0.000125
+gallium_dri.so free 0x5571735e4ac0 void 0.000124
+gallium_dri.so free 0x5571735e49f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e49f0 0.000124
+gallium_dri.so free 0x5571735e4b40 void 0.000124
+gallium_dri.so free 0x5571735e49f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4b40 0.000125
+gallium_dri.so free 0x5571735e4c00 void 0.000126
+gallium_dri.so free 0x5571735e4b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4b40 0.000124
+gallium_dri.so free 0x5571735e4cc0 void 0.000125
+gallium_dri.so free 0x5571735e4b40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4b40 0.000124
+gallium_dri.so free 0x5571735e4d80 void 0.000127
+gallium_dri.so free 0x5571735e4b40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e4d30 0.000128
+gallium_dri.so free 0x5571735e4e40 void 0.000125
+gallium_dri.so free 0x5571735e4d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4df0 0.000123
+gallium_dri.so free 0x5571735e4ec0 void 0.000126
+gallium_dri.so free 0x5571735e4df0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e4f10 0.000124
+gallium_dri.so free 0x5571735e4f80 void 0.000125
+gallium_dri.so free 0x5571735e4f10 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4fa0 0.000124
+gallium_dri.so free 0x5571735e5040 void 0.000126
+gallium_dri.so free 0x5571735e4fa0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000123
+gallium_dri.so free 0x5571735e50c0 void 0.000126
+gallium_dri.so free 0x5571735e4ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000124
+gallium_dri.so free 0x5571735e5140 void 0.000125
+gallium_dri.so free 0x5571735e4ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5140 0.000124
+gallium_dri.so free 0x5571735e5200 void 0.000125
+gallium_dri.so free 0x5571735e5140 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5140 0.000124
+gallium_dri.so free 0x5571735e5300 void 0.000124
+gallium_dri.so free 0x5571735e5140 void 0.000135
+gallium_dri.so malloc 72 0x5571735e52b0 0.000129
+gallium_dri.so free 0x5571735e5340 void 0.000126
+gallium_dri.so free 0x5571735e52b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e52b0 0.000125
+gallium_dri.so free 0x5571735e5400 void 0.000125
+gallium_dri.so free 0x5571735e52b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e5440 0.000206
+gallium_dri.so free 0x5571735e54c0 void 0.000284
+gallium_dri.so free 0x5571735e5440 void 0.000157
+gallium_dri.so malloc 72 0x5571735e54c0 0.000116
+gallium_dri.so free 0x5571735e5580 void 0.000114
+gallium_dri.so free 0x5571735e54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e54c0 0.000114
+gallium_dri.so free 0x5571735e5600 void 0.000115
+gallium_dri.so free 0x5571735e54c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e5630 0.000123
+gallium_dri.so free 0x5571735e5680 void 0.000121
+gallium_dri.so free 0x5571735e5630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5630 0.000119
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so free 0x5571735e5630 void 0.000119
+gallium_dri.so malloc 72 0x5571735e57c0 0.000118
+gallium_dri.so free 0x5571735e5840 void 0.000120
+gallium_dri.so free 0x5571735e57c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5840 0.000118
+gallium_dri.so free 0x5571735e5900 void 0.000118
+gallium_dri.so free 0x5571735e5840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5840 0.000118
+gallium_dri.so free 0x5571735e5980 void 0.000135
+gallium_dri.so free 0x5571735e5840 void 0.000122
+gallium_dri.so malloc 72 0x5571735e59b0 0.000119
+gallium_dri.so free 0x5571735e5a00 void 0.000120
+gallium_dri.so free 0x5571735e59b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e59b0 0.000119
+gallium_dri.so free 0x5571735e5b00 void 0.000120
+gallium_dri.so free 0x5571735e59b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000120
+gallium_dri.so free 0x5571735e5bc0 void 0.000118
+gallium_dri.so free 0x5571735e5ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5b70 0.000118
+gallium_dri.so free 0x5571735e5c40 void 0.000118
+gallium_dri.so free 0x5571735e5b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5b70 0.000117
+gallium_dri.so free 0x5571735e5d00 void 0.000119
+gallium_dri.so free 0x5571735e5b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5b70 0.000118
+gallium_dri.so free 0x5571735e5dc0 void 0.000119
+gallium_dri.so free 0x5571735e5b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5d70 0.000119
+gallium_dri.so free 0x5571735e5e40 void 0.000118
+gallium_dri.so free 0x5571735e5d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5e90 0.000118
+gallium_dri.so free 0x5571735e5f00 void 0.000118
+gallium_dri.so free 0x5571735e5e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5f20 0.000117
+gallium_dri.so free 0x5571735e5fc0 void 0.000122
+gallium_dri.so free 0x5571735e5f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5f70 0.000119
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x5571735e5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e6040 0.000119
+gallium_dri.so free 0x5571735e6100 void 0.000118
+gallium_dri.so free 0x5571735e6040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e6040 0.000116
+gallium_dri.so free 0x5571735e6180 void 0.000126
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6180 0.000118
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571735e6180 void 0.000118
+gallium_dri.so malloc 72 0x557173455420 0.000118
+gallium_dri.so free 0x5571734554c0 void 0.000119
+gallium_dri.so free 0x557173455420 void 0.000118
+gallium_dri.so malloc 72 0x557173455470 0.000120
+gallium_dri.so free 0x557173455540 void 0.000118
+gallium_dri.so free 0x557173455470 void 0.000117
+gallium_dri.so malloc 72 0x557173455470 0.000118
+gallium_dri.so free 0x5571734555c0 void 0.000120
+gallium_dri.so free 0x557173455470 void 0.000119
+gallium_dri.so malloc 72 0x5571734555c0 0.000118
+gallium_dri.so free 0x557173455680 void 0.000117
+gallium_dri.so free 0x5571734555c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734555c0 0.000122
+gallium_dri.so free 0x557173455780 void 0.000119
+gallium_dri.so free 0x5571734555c0 void 0.000118
+gallium_dri.so malloc 72 0x557173455730 0.000120
+gallium_dri.so free 0x5571734557c0 void 0.000118
+gallium_dri.so free 0x557173455730 void 0.000118
+gallium_dri.so malloc 72 0x557173455730 0.000119
+gallium_dri.so free 0x557173455880 void 0.000118
+gallium_dri.so free 0x557173455730 void 0.000116
+gallium_dri.so malloc 72 0x5571734558c0 0.000118
+gallium_dri.so free 0x557173455940 void 0.000119
+gallium_dri.so free 0x5571734558c0 void 0.000119
+gallium_dri.so malloc 72 0x557173455940 0.000119
+gallium_dri.so free 0x557173455a00 void 0.000119
+gallium_dri.so free 0x557173455940 void 0.000118
+gallium_dri.so malloc 72 0x557173455940 0.000118
+gallium_dri.so free 0x557173455a80 void 0.000120
+gallium_dri.so free 0x557173455940 void 0.000120
+gallium_dri.so malloc 72 0x557173455ab0 0.000120
+gallium_dri.so free 0x557173455b00 void 0.000119
+gallium_dri.so free 0x557173455ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173455ab0 0.000118
+gallium_dri.so free 0x557173455c00 void 0.000118
+gallium_dri.so free 0x557173455ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173455c40 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000119
+gallium_dri.so free 0x557173455c40 void 0.000131
+gallium_dri.so malloc 72 0x557173455cc0 0.000119
+gallium_dri.so free 0x557173455d80 void 0.000119
+gallium_dri.so free 0x557173455cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173455cc0 0.000119
+gallium_dri.so free 0x557173455e00 void 0.000120
+gallium_dri.so free 0x557173455cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173455e30 0.000118
+gallium_dri.so free 0x557173455e80 void 0.000118
+gallium_dri.so free 0x557173455e30 void 0.000117
+gallium_dri.so malloc 72 0x557173455e30 0.000118
+gallium_dri.so free 0x557173455f80 void 0.000119
+gallium_dri.so free 0x557173455e30 void 0.000119
+gallium_dri.so malloc 72 0x557173455f30 0.000127
+gallium_dri.so free 0x557173456040 void 0.000119
+gallium_dri.so free 0x557173455f30 void 0.000118
+gallium_dri.so malloc 72 0x557173455ff0 0.000120
+gallium_dri.so free 0x5571734560c0 void 0.000119
+gallium_dri.so free 0x557173455ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173455ff0 0.000120
+gallium_dri.so free 0x557173456180 void 0.000117
+gallium_dri.so free 0x557173455ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173455ff0 0.000118
+gallium_dri.so free 0x557173456240 void 0.000118
+gallium_dri.so free 0x557173455ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571734561f0 0.000119
+gallium_dri.so free 0x5571734562c0 void 0.000182
+gallium_dri.so free 0x5571734561f0 void 0.000113
+gallium_dri.so malloc 72 0x557173456310 0.000110
+gallium_dri.so free 0x557173456380 void 0.000111
+gallium_dri.so free 0x557173456310 void 0.000110
+gallium_dri.so malloc 72 0x5571734563a0 0.000111
+gallium_dri.so free 0x557173456440 void 0.000111
+gallium_dri.so free 0x5571734563a0 void 0.000111
+gallium_dri.so malloc 72 0x5571734563f0 0.000112
+gallium_dri.so free 0x5571734564c0 void 0.000109
+gallium_dri.so free 0x5571734563f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734564c0 0.000111
+gallium_dri.so free 0x557173456580 void 0.000111
+gallium_dri.so free 0x5571734564c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734564c0 0.000111
+gallium_dri.so free 0x557173456600 void 0.000112
+gallium_dri.so free 0x5571734564c0 void 0.000110
+gallium_dri.so malloc 72 0x557173456600 0.000111
+gallium_dri.so free 0x5571734566c0 void 0.000110
+gallium_dri.so free 0x557173456600 void 0.000109
+gallium_dri.so malloc 72 0x557173456600 0.000112
+gallium_dri.so free 0x557173456780 void 0.000110
+gallium_dri.so free 0x557173456600 void 0.000111
+gallium_dri.so malloc 72 0x557173456600 0.000110
+gallium_dri.so free 0x557173456840 void 0.000109
+gallium_dri.so free 0x557173456600 void 0.000111
+gallium_dri.so malloc 72 0x5571734567f0 0.000110
+gallium_dri.so free 0x5571734568c0 void 0.000111
+gallium_dri.so free 0x5571734567f0 void 0.000130
+gallium_dri.so malloc 72 0x557173456910 0.000116
+gallium_dri.so free 0x557173456980 void 0.000116
+gallium_dri.so free 0x557173456910 void 0.000114
+gallium_dri.so malloc 72 0x5571734569c0 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000115
+gallium_dri.so free 0x5571734569c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734569c0 0.000113
+gallium_dri.so free 0x557173456ac0 void 0.000115
+gallium_dri.so free 0x5571734569c0 void 0.000113
+gallium_dri.so malloc 72 0x557173456af0 0.000113
+gallium_dri.so free 0x557173456b40 void 0.000114
+gallium_dri.so free 0x557173456af0 void 0.000113
+gallium_dri.so malloc 72 0x557173456af0 0.000112
+gallium_dri.so free 0x557173456c40 void 0.000114
+gallium_dri.so free 0x557173456af0 void 0.000113
+gallium_dri.so malloc 72 0x557173456bf0 0.000113
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so free 0x557173456bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173456cb0 0.000113
+gallium_dri.so free 0x557173456d40 void 0.000116
+gallium_dri.so free 0x557173456cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173456cb0 0.000114
+gallium_dri.so free 0x557173456e00 void 0.000116
+gallium_dri.so free 0x557173456cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173456e70 0.000113
+gallium_dri.so free 0x557173456ec0 void 0.000115
+gallium_dri.so free 0x557173456e70 void 0.000113
+gallium_dri.so malloc 72 0x557173456e70 0.000114
+gallium_dri.so free 0x557173456fc0 void 0.000115
+gallium_dri.so free 0x557173456e70 void 0.000114
+gallium_dri.so malloc 72 0x557173456f70 0.000113
+gallium_dri.so free 0x557173457080 void 0.000115
+gallium_dri.so free 0x557173456f70 void 0.000113
+gallium_dri.so malloc 72 0x557173457030 0.000113
+gallium_dri.so free 0x5571734570c0 void 0.000115
+gallium_dri.so free 0x557173457030 void 0.000114
+gallium_dri.so malloc 72 0x557173457030 0.000113
+gallium_dri.so free 0x557173457180 void 0.000115
+gallium_dri.so free 0x557173457030 void 0.000113
+gallium_dri.so malloc 72 0x5571734571c0 0.000113
+gallium_dri.so free 0x557173457240 void 0.000115
+gallium_dri.so free 0x5571734571c0 void 0.000157
+gallium_dri.so malloc 72 0x557173457240 0.000116
+gallium_dri.so free 0x557173457300 void 0.000116
+gallium_dri.so free 0x557173457240 void 0.000114
+gallium_dri.so malloc 72 0x557173457240 0.000115
+gallium_dri.so free 0x5571734573c0 void 0.000115
+gallium_dri.so free 0x557173457240 void 0.000114
+gallium_dri.so malloc 72 0x5571734573e0 0.000113
+gallium_dri.so free 0x557173457480 void 0.000115
+gallium_dri.so free 0x5571734573e0 void 0.000115
+gallium_dri.so malloc 72 0x557173457430 0.000115
+gallium_dri.so free 0x557173457500 void 0.000114
+gallium_dri.so free 0x557173457430 void 0.000152
+gallium_dri.so malloc 72 0x557173457430 0.000117
+gallium_dri.so free 0x557173457580 void 0.000115
+gallium_dri.so free 0x557173457430 void 0.000114
+gallium_dri.so malloc 72 0x557173457580 0.000114
+gallium_dri.so free 0x557173457640 void 0.000115
+gallium_dri.so free 0x557173457580 void 0.000113
+gallium_dri.so malloc 72 0x557173457580 0.000113
+gallium_dri.so free 0x557173457700 void 0.000115
+gallium_dri.so free 0x557173457580 void 0.000113
+gallium_dri.so malloc 72 0x557173457580 0.000115
+gallium_dri.so free 0x5571734577c0 void 0.000115
+gallium_dri.so free 0x557173457580 void 0.000113
+gallium_dri.so malloc 72 0x557173457770 0.000115
+gallium_dri.so free 0x557173457880 void 0.000116
+gallium_dri.so free 0x557173457770 void 0.000123
+gallium_dri.so malloc 72 0x557173457830 0.000116
+gallium_dri.so free 0x557173457900 void 0.000115
+gallium_dri.so free 0x557173457830 void 0.000114
+gallium_dri.so malloc 72 0x557173457950 0.000114
+gallium_dri.so free 0x5571734579c0 void 0.000117
+gallium_dri.so free 0x557173457950 void 0.000114
+gallium_dri.so malloc 72 0x5571734579e0 0.000113
+gallium_dri.so free 0x557173457a80 void 0.000115
+gallium_dri.so free 0x5571734579e0 void 0.000114
+gallium_dri.so malloc 72 0x557173457a30 0.000115
+gallium_dri.so free 0x557173457b00 void 0.000114
+gallium_dri.so free 0x557173457a30 void 0.000150
+gallium_dri.so malloc 72 0x557173457a30 0.000115
+gallium_dri.so free 0x557173457b80 void 0.000115
+gallium_dri.so free 0x557173457a30 void 0.000114
+gallium_dri.so malloc 72 0x557173457b80 0.000115
+gallium_dri.so free 0x557173457c40 void 0.000116
+gallium_dri.so free 0x557173457b80 void 0.000114
+gallium_dri.so malloc 72 0x557173457b80 0.000114
+gallium_dri.so free 0x557173457d40 void 0.000115
+gallium_dri.so free 0x557173457b80 void 0.000113
+gallium_dri.so malloc 72 0x557173457cf0 0.000114
+gallium_dri.so free 0x557173457d80 void 0.000115
+gallium_dri.so free 0x557173457cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173457cf0 0.000112
+gallium_dri.so free 0x557173457e40 void 0.000115
+gallium_dri.so free 0x557173457cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173457e80 0.000112
+gallium_dri.so free 0x557173457f00 void 0.000115
+gallium_dri.so free 0x557173457e80 void 0.000113
+gallium_dri.so malloc 72 0x557173457f00 0.000113
+gallium_dri.so free 0x557173457fc0 void 0.000114
+gallium_dri.so free 0x557173457f00 void 0.000114
+gallium_dri.so malloc 72 0x557173457f00 0.000113
+gallium_dri.so free 0x557173458040 void 0.000114
+gallium_dri.so free 0x557173457f00 void 0.000114
+gallium_dri.so malloc 72 0x557173458070 0.000114
+gallium_dri.so free 0x5571734580c0 void 0.000113
+gallium_dri.so free 0x557173458070 void 0.000112
+gallium_dri.so malloc 72 0x557173458070 0.000122
+gallium_dri.so free 0x5571734581c0 void 0.000112
+gallium_dri.so free 0x557173458070 void 0.000118
+gallium_dri.so malloc 72 0x557173458200 0.000119
+gallium_dri.so free 0x557173458280 void 0.000115
+gallium_dri.so free 0x557173458200 void 0.000111
+gallium_dri.so malloc 72 0x557173458280 0.000117
+gallium_dri.so free 0x557173458340 void 0.000113
+gallium_dri.so free 0x557173458280 void 0.000112
+gallium_dri.so malloc 72 0x557173458280 0.000212
+gallium_dri.so free 0x5571734583c0 void 0.000212
+gallium_dri.so free 0x557173458280 void 0.000182
+gallium_dri.so malloc 72 0x5571734583f0 0.000118
+gallium_dri.so free 0x557173458440 void 0.000120
+gallium_dri.so free 0x5571734583f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734583f0 0.000119
+gallium_dri.so free 0x557173458540 void 0.000116
+gallium_dri.so free 0x5571734583f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734584f0 0.000120
+gallium_dri.so free 0x557173458600 void 0.000124
+gallium_dri.so free 0x5571734584f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734585b0 0.000115
+gallium_dri.so free 0x557173458680 void 0.000155
+gallium_dri.so free 0x5571734585b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734585b0 0.000114
+gallium_dri.so free 0x557173458740 void 0.000114
+gallium_dri.so free 0x5571734585b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734585b0 0.000113
+gallium_dri.so free 0x557173458800 void 0.000114
+gallium_dri.so free 0x5571734585b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734587b0 0.000113
+gallium_dri.so free 0x557173458880 void 0.000115
+gallium_dri.so free 0x5571734587b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734588d0 0.000113
+gallium_dri.so free 0x557173458940 void 0.000114
+gallium_dri.so free 0x5571734588d0 void 0.000113
+gallium_dri.so malloc 72 0x557173458960 0.000113
+gallium_dri.so free 0x557173458a00 void 0.000120
+gallium_dri.so free 0x557173458960 void 0.000114
+gallium_dri.so malloc 72 0x5571734589b0 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000115
+gallium_dri.so free 0x5571734589b0 void 0.000114
+gallium_dri.so malloc 72 0x557173458a80 0.000115
+gallium_dri.so free 0x557173458b40 void 0.000116
+gallium_dri.so free 0x557173458a80 void 0.000113
+gallium_dri.so malloc 72 0x557173458a80 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000113
+gallium_dri.so free 0x557173459d00 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000211
+gallium_dri.so malloc 72 0x557173459cb0 0.000160
+gallium_dri.so free 0x557173459d40 void 0.000158
+gallium_dri.so free 0x557173459cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173459cb0 0.000119
+gallium_dri.so free 0x557173459e00 void 0.000118
+gallium_dri.so free 0x557173459cb0 void 0.000124
+gallium_dri.so malloc 72 0x557173459e40 0.000119
+gallium_dri.so free 0x557173459ec0 void 0.000119
+gallium_dri.so free 0x557173459e40 void 0.000117
+gallium_dri.so malloc 72 0x557173459ec0 0.000118
+gallium_dri.so free 0x557173459f80 void 0.000117
+gallium_dri.so free 0x557173459ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173459ec0 0.000121
+gallium_dri.so free 0x55717345a000 void 0.000119
+gallium_dri.so free 0x557173459ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173459ec0 0.000117
+gallium_dri.so free 0x55717345a0c0 void 0.000117
+gallium_dri.so free 0x557173459ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173459ec0 0.000118
+gallium_dri.so free 0x55717345a180 void 0.000118
+gallium_dri.so free 0x557173459ec0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a130 0.000118
+gallium_dri.so free 0x55717345a200 void 0.000118
+gallium_dri.so free 0x55717345a130 void 0.000120
+gallium_dri.so malloc 72 0x55717345a250 0.000118
+gallium_dri.so free 0x55717345a2c0 void 0.000130
+gallium_dri.so free 0x55717345a250 void 0.000121
+gallium_dri.so malloc 72 0x55717345a2e0 0.000124
+gallium_dri.so free 0x55717345a380 void 0.000125
+gallium_dri.so free 0x55717345a2e0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a330 0.000124
+gallium_dri.so free 0x55717345a400 void 0.000125
+gallium_dri.so free 0x55717345a330 void 0.000124
+gallium_dri.so malloc 72 0x55717345a330 0.000124
+gallium_dri.so free 0x55717345a500 void 0.000124
+gallium_dri.so free 0x55717345a330 void 0.000124
+gallium_dri.so malloc 72 0x55717345a4b0 0.000124
+gallium_dri.so free 0x55717345a580 void 0.000124
+gallium_dri.so free 0x55717345a4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345a5d0 0.000124
+gallium_dri.so free 0x55717345a640 void 0.000124
+gallium_dri.so free 0x55717345a5d0 void 0.000120
+gallium_dri.so malloc 72 0x55717345a660 0.000124
+gallium_dri.so free 0x55717345a700 void 0.000124
+gallium_dri.so free 0x55717345a660 void 0.000124
+gallium_dri.so malloc 72 0x55717345a6b0 0.000124
+gallium_dri.so free 0x55717345a780 void 0.000125
+gallium_dri.so free 0x55717345a6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345a6b0 0.000173
+gallium_dri.so free 0x55717345a800 void 0.000124
+gallium_dri.so free 0x55717345a6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a800 0.000124
+gallium_dri.so free 0x55717345a8c0 void 0.000124
+gallium_dri.so free 0x55717345a800 void 0.000121
+gallium_dri.so malloc 72 0x55717345a800 0.000124
+gallium_dri.so free 0x55717345a9c0 void 0.000125
+gallium_dri.so free 0x55717345a800 void 0.000123
+gallium_dri.so malloc 72 0x55717345a800 0.000124
+gallium_dri.so free 0x55717345aa40 void 0.000126
+gallium_dri.so free 0x55717345a800 void 0.000123
+gallium_dri.so malloc 72 0x55717345aa70 0.000124
+gallium_dri.so free 0x55717345aac0 void 0.000123
+gallium_dri.so free 0x55717345aa70 void 0.000122
+gallium_dri.so malloc 72 0x55717345aa70 0.000124
+gallium_dri.so free 0x55717345abc0 void 0.000125
+gallium_dri.so free 0x55717345aa70 void 0.000124
+gallium_dri.so malloc 72 0x55717345ab70 0.000124
+gallium_dri.so free 0x55717345ac80 void 0.000124
+gallium_dri.so free 0x55717345ab70 void 0.000122
+gallium_dri.so malloc 72 0x55717345ac30 0.000123
+gallium_dri.so free 0x55717345acc0 void 0.000124
+gallium_dri.so free 0x55717345ac30 void 0.000123
+gallium_dri.so malloc 72 0x55717345ac30 0.000123
+gallium_dri.so free 0x55717345ad80 void 0.000133
+gallium_dri.so free 0x55717345ac30 void 0.000121
+gallium_dri.so malloc 72 0x55717345add0 0.000123
+gallium_dri.so free 0x55717345ae40 void 0.000123
+gallium_dri.so free 0x55717345add0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ae80 0.000126
+gallium_dri.so free 0x55717345af00 void 0.000124
+gallium_dri.so free 0x55717345ae80 void 0.000123
+gallium_dri.so malloc 72 0x55717345af00 0.000123
+gallium_dri.so free 0x55717345afc0 void 0.000125
+gallium_dri.so free 0x55717345af00 void 0.000123
+gallium_dri.so malloc 72 0x55717345af00 0.000123
+gallium_dri.so free 0x55717345b040 void 0.000124
+gallium_dri.so free 0x55717345af00 void 0.000123
+gallium_dri.so malloc 72 0x55717345b070 0.000125
+gallium_dri.so free 0x55717345b0c0 void 0.000123
+gallium_dri.so free 0x55717345b070 void 0.000124
+gallium_dri.so malloc 72 0x55717345b070 0.000123
+gallium_dri.so free 0x55717345b1c0 void 0.000132
+gallium_dri.so free 0x55717345b070 void 0.000120
+gallium_dri.so malloc 72 0x55717345b170 0.000118
+gallium_dri.so free 0x55717345b280 void 0.000118
+gallium_dri.so free 0x55717345b170 void 0.000118
+gallium_dri.so malloc 72 0x55717345b230 0.000118
+gallium_dri.so free 0x55717345b300 void 0.000118
+gallium_dri.so free 0x55717345b230 void 0.000122
+gallium_dri.so malloc 72 0x55717345b320 0.000120
+gallium_dri.so free 0x55717345b3c0 void 0.000118
+gallium_dri.so free 0x55717345b320 void 0.000118
+gallium_dri.so malloc 72 0x55717345b370 0.000119
+gallium_dri.so free 0x55717345b440 void 0.000117
+gallium_dri.so free 0x55717345b370 void 0.000116
+gallium_dri.so malloc 72 0x55717345b370 0.000121
+gallium_dri.so free 0x55717345b4c0 void 0.000118
+gallium_dri.so free 0x55717345b370 void 0.000117
+gallium_dri.so malloc 72 0x55717345b4c0 0.000117
+gallium_dri.so free 0x55717345b580 void 0.000119
+gallium_dri.so free 0x55717345b4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b4c0 0.000118
+gallium_dri.so free 0x55717345b640 void 0.000119
+gallium_dri.so free 0x55717345b4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b4c0 0.000119
+gallium_dri.so free 0x55717345b700 void 0.000123
+gallium_dri.so free 0x55717345b4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345b6b0 0.000129
+gallium_dri.so free 0x55717345b700 void 0.000124
+gallium_dri.so free 0x55717345b6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345b6b0 0.000117
+gallium_dri.so free 0x55717345b800 void 0.000118
+gallium_dri.so free 0x55717345b6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345b7b0 0.000117
+gallium_dri.so free 0x55717345b8c0 void 0.000119
+gallium_dri.so free 0x55717345b7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717345b870 0.000121
+gallium_dri.so free 0x55717345b900 void 0.000118
+gallium_dri.so free 0x55717345b870 void 0.000118
+gallium_dri.so malloc 72 0x55717345b870 0.000126
+gallium_dri.so free 0x55717345b9c0 void 0.000118
+gallium_dri.so free 0x55717345b870 void 0.000119
+gallium_dri.so malloc 72 0x55717345ba00 0.000117
+gallium_dri.so free 0x55717345ba80 void 0.000118
+gallium_dri.so free 0x55717345ba00 void 0.000117
+gallium_dri.so malloc 72 0x55717345ba80 0.000117
+gallium_dri.so free 0x55717345bb40 void 0.000118
+gallium_dri.so free 0x55717345ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717345ba80 0.000118
+gallium_dri.so free 0x55717345bc00 void 0.000118
+gallium_dri.so free 0x55717345ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717345bc20 0.000116
+gallium_dri.so free 0x55717345bcc0 void 0.000118
+gallium_dri.so free 0x55717345bc20 void 0.000119
+gallium_dri.so malloc 72 0x55717345bc70 0.000117
+gallium_dri.so free 0x55717345bd40 void 0.000118
+gallium_dri.so free 0x55717345bc70 void 0.000117
+gallium_dri.so malloc 72 0x55717345bc70 0.000117
+gallium_dri.so free 0x55717345bdc0 void 0.000118
+gallium_dri.so free 0x55717345bc70 void 0.000118
+gallium_dri.so malloc 72 0x55717345bdc0 0.000118
+gallium_dri.so free 0x55717345be80 void 0.000136
+gallium_dri.so free 0x55717345bdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717345bdc0 0.000121
+gallium_dri.so free 0x55717345bf40 void 0.000119
+gallium_dri.so free 0x55717345bdc0 void 0.000118
+gallium_dri.so malloc 72 0x55717345bdc0 0.000118
+gallium_dri.so free 0x55717345c000 void 0.000118
+gallium_dri.so free 0x55717345bdc0 void 0.000117
+gallium_dri.so malloc 72 0x55717345bfb0 0.000118
+gallium_dri.so free 0x55717345c0c0 void 0.000122
+gallium_dri.so free 0x55717345bfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717345c070 0.000117
+gallium_dri.so free 0x55717345c140 void 0.000118
+gallium_dri.so free 0x55717345c070 void 0.000117
+gallium_dri.so malloc 72 0x55717345c190 0.000118
+gallium_dri.so free 0x55717345c200 void 0.000119
+gallium_dri.so free 0x55717345c190 void 0.000119
+gallium_dri.so malloc 72 0x55717345c220 0.000117
+gallium_dri.so free 0x55717345c2c0 void 0.000117
+gallium_dri.so free 0x55717345c220 void 0.000118
+gallium_dri.so malloc 72 0x55717345c270 0.000118
+gallium_dri.so free 0x55717345c340 void 0.000117
+gallium_dri.so free 0x55717345c270 void 0.000117
+gallium_dri.so malloc 72 0x55717345c270 0.000118
+gallium_dri.so free 0x55717345c3c0 void 0.000119
+gallium_dri.so free 0x55717345c270 void 0.000118
+gallium_dri.so malloc 72 0x55717345c3c0 0.000116
+gallium_dri.so free 0x55717345c480 void 0.000119
+gallium_dri.so free 0x55717345c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c3c0 0.000119
+gallium_dri.so free 0x55717345c580 void 0.000119
+gallium_dri.so free 0x55717345c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c530 0.000118
+gallium_dri.so free 0x55717345c5c0 void 0.000119
+gallium_dri.so free 0x55717345c530 void 0.000117
+gallium_dri.so malloc 72 0x55717345c530 0.000117
+gallium_dri.so free 0x55717345c680 void 0.000117
+gallium_dri.so free 0x55717345c530 void 0.000119
+gallium_dri.so malloc 72 0x55717345c6c0 0.000118
+gallium_dri.so free 0x55717345c740 void 0.000117
+gallium_dri.so free 0x55717345c6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345c740 0.000118
+gallium_dri.so free 0x55717345c800 void 0.000119
+gallium_dri.so free 0x55717345c740 void 0.000118
+gallium_dri.so malloc 72 0x55717345c740 0.000118
+gallium_dri.so free 0x55717345c880 void 0.000118
+gallium_dri.so free 0x55717345c740 void 0.000119
+gallium_dri.so malloc 72 0x55717345c8b0 0.000118
+gallium_dri.so free 0x55717345c900 void 0.000118
+gallium_dri.so free 0x55717345c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c8b0 0.000117
+gallium_dri.so free 0x55717345ca00 void 0.000119
+gallium_dri.so free 0x55717345c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345ca40 0.000129
+gallium_dri.so free 0x55717345cac0 void 0.000143
+gallium_dri.so free 0x55717345ca40 void 0.000120
+gallium_dri.so malloc 72 0x55717345cac0 0.000119
+gallium_dri.so free 0x55717345cb80 void 0.000118
+gallium_dri.so free 0x55717345cac0 void 0.000117
+gallium_dri.so malloc 72 0x55717345cac0 0.000117
+gallium_dri.so free 0x55717345cc00 void 0.000118
+gallium_dri.so free 0x55717345cac0 void 0.000118
+gallium_dri.so malloc 72 0x55717345cc30 0.000118
+gallium_dri.so free 0x55717345cc80 void 0.000118
+gallium_dri.so free 0x55717345cc30 void 0.000117
+gallium_dri.so malloc 72 0x55717345cc30 0.000119
+gallium_dri.so free 0x55717345cd80 void 0.000118
+gallium_dri.so free 0x55717345cc30 void 0.000119
+gallium_dri.so malloc 72 0x55717345cd30 0.000118
+gallium_dri.so free 0x55717345ce40 void 0.000118
+gallium_dri.so free 0x55717345cd30 void 0.000125
+gallium_dri.so malloc 72 0x55717345cdf0 0.000119
+gallium_dri.so free 0x55717345cec0 void 0.000118
+gallium_dri.so free 0x55717345cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717345cdf0 0.000117
+gallium_dri.so free 0x55717345cf80 void 0.000118
+gallium_dri.so free 0x55717345cdf0 void 0.000117
+gallium_dri.so malloc 72 0x55717345cdf0 0.000119
+gallium_dri.so free 0x55717345d040 void 0.000123
+gallium_dri.so free 0x55717345cdf0 void 0.000188
+gallium_dri.so malloc 72 0x55717345cff0 0.000119
+gallium_dri.so free 0x55717345d0c0 void 0.000119
+gallium_dri.so free 0x55717345cff0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d110 0.000118
+gallium_dri.so free 0x55717345d180 void 0.000119
+gallium_dri.so free 0x55717345d110 void 0.000120
+gallium_dri.so malloc 72 0x55717345d1a0 0.000118
+gallium_dri.so free 0x55717345d240 void 0.000117
+gallium_dri.so free 0x55717345d1a0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d1f0 0.000118
+gallium_dri.so free 0x55717345d2c0 void 0.000120
+gallium_dri.so free 0x55717345d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d2c0 0.000118
+gallium_dri.so free 0x55717345d380 void 0.000119
+gallium_dri.so free 0x55717345d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d2c0 0.000117
+gallium_dri.so free 0x55717345d400 void 0.000118
+gallium_dri.so free 0x55717345d2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d400 0.000118
+gallium_dri.so free 0x55717345d4c0 void 0.000119
+gallium_dri.so free 0x55717345d400 void 0.000117
+gallium_dri.so malloc 72 0x55717345d400 0.000117
+gallium_dri.so free 0x55717345d580 void 0.000118
+gallium_dri.so free 0x55717345d400 void 0.000117
+gallium_dri.so malloc 72 0x55717345d400 0.000117
+gallium_dri.so free 0x55717345d640 void 0.000127
+gallium_dri.so free 0x55717345d400 void 0.000116
+gallium_dri.so malloc 72 0x55717345d5f0 0.000118
+gallium_dri.so free 0x55717345d6c0 void 0.000117
+gallium_dri.so free 0x55717345d5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345d710 0.000117
+gallium_dri.so free 0x55717345d780 void 0.000118
+gallium_dri.so free 0x55717345d710 void 0.000117
+gallium_dri.so malloc 72 0x55717345d7c0 0.000117
+gallium_dri.so free 0x55717345d840 void 0.000118
+gallium_dri.so free 0x55717345d7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d7c0 0.000117
+gallium_dri.so free 0x55717345d8c0 void 0.000118
+gallium_dri.so free 0x55717345d7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d8f0 0.000119
+gallium_dri.so free 0x55717345d940 void 0.000196
+gallium_dri.so free 0x55717345d8f0 void 0.000216
+gallium_dri.so malloc 72 0x55717345d8f0 0.000159
+gallium_dri.so free 0x55717345da40 void 0.000117
+gallium_dri.so free 0x55717345d8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d9f0 0.000119
+gallium_dri.so free 0x55717345db00 void 0.000115
+gallium_dri.so free 0x55717345d9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345dab0 0.000115
+gallium_dri.so free 0x55717345db40 void 0.000113
+gallium_dri.so free 0x55717345dab0 void 0.000125
+gallium_dri.so malloc 72 0x55717345dab0 0.000115
+gallium_dri.so free 0x55717345dc00 void 0.000114
+gallium_dri.so free 0x55717345dab0 void 0.000114
+gallium_dri.so malloc 72 0x55717345dc70 0.000114
+gallium_dri.so free 0x55717345dcc0 void 0.000113
+gallium_dri.so free 0x55717345dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717345dc70 0.000113
+gallium_dri.so free 0x55717345ddc0 void 0.000112
+gallium_dri.so free 0x55717345dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717345dd70 0.000112
+gallium_dri.so free 0x55717345de80 void 0.000113
+gallium_dri.so free 0x55717345dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717345de30 0.000112
+gallium_dri.so free 0x55717345dec0 void 0.000115
+gallium_dri.so free 0x55717345de30 void 0.000113
+gallium_dri.so malloc 72 0x55717345de30 0.000113
+gallium_dri.so free 0x55717345df80 void 0.000113
+gallium_dri.so free 0x55717345de30 void 0.000112
+gallium_dri.so malloc 72 0x55717345dfc0 0.000113
+gallium_dri.so free 0x55717345e040 void 0.000157
+gallium_dri.so free 0x55717345dfc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e040 0.000114
+gallium_dri.so free 0x55717345e100 void 0.000114
+gallium_dri.so free 0x55717345e040 void 0.000113
+gallium_dri.so malloc 72 0x55717345e040 0.000114
+gallium_dri.so free 0x55717345e1c0 void 0.000115
+gallium_dri.so free 0x55717345e040 void 0.000112
+gallium_dri.so malloc 72 0x55717345e1e0 0.000136
+gallium_dri.so free 0x55717345e280 void 0.000134
+gallium_dri.so free 0x55717345e1e0 void 0.000132
+gallium_dri.so malloc 72 0x55717345e230 0.000134
+gallium_dri.so free 0x55717345e300 void 0.000135
+gallium_dri.so free 0x55717345e230 void 0.000134
+gallium_dri.so malloc 72 0x55717345e230 0.000132
+gallium_dri.so free 0x55717345e380 void 0.000134
+gallium_dri.so free 0x55717345e230 void 0.000135
+gallium_dri.so malloc 72 0x55717345e380 0.000134
+gallium_dri.so free 0x55717345e440 void 0.000133
+gallium_dri.so free 0x55717345e380 void 0.000132
+gallium_dri.so malloc 72 0x55717345e380 0.000132
+gallium_dri.so free 0x55717345e500 void 0.000134
+gallium_dri.so free 0x55717345e380 void 0.000132
+gallium_dri.so malloc 72 0x55717345e380 0.000134
+gallium_dri.so free 0x55717345e5c0 void 0.000179
+gallium_dri.so free 0x55717345e380 void 0.000139
+gallium_dri.so malloc 72 0x55717345e570 0.000135
+gallium_dri.so free 0x55717345e680 void 0.000136
+gallium_dri.so free 0x55717345e570 void 0.000137
+gallium_dri.so malloc 72 0x55717345e630 0.000135
+gallium_dri.so free 0x55717345e700 void 0.000135
+gallium_dri.so free 0x55717345e630 void 0.000158
+gallium_dri.so malloc 72 0x55717345e750 0.000154
+gallium_dri.so free 0x55717345e7c0 void 0.000155
+gallium_dri.so free 0x55717345e750 void 0.000155
+gallium_dri.so malloc 72 0x55717345e7e0 0.000155
+gallium_dri.so free 0x55717345e880 void 0.000154
+gallium_dri.so free 0x55717345e7e0 void 0.000153
+gallium_dri.so malloc 72 0x55717345e830 0.000153
+gallium_dri.so free 0x55717345e900 void 0.000162
+gallium_dri.so free 0x55717345e830 void 0.000130
+gallium_dri.so malloc 72 0x55717345e830 0.000115
+gallium_dri.so free 0x55717345e980 void 0.000116
+gallium_dri.so free 0x55717345e830 void 0.000113
+gallium_dri.so malloc 72 0x55717345e980 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so free 0x55717345e980 void 0.000114
+gallium_dri.so malloc 72 0x55717345e980 0.000115
+gallium_dri.so free 0x5571735eb480 void 0.000117
+gallium_dri.so free 0x55717345e980 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb430 0.000115
+gallium_dri.so free 0x5571735eb4c0 void 0.000116
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb430 0.000115
+gallium_dri.so free 0x5571735eb580 void 0.000116
+gallium_dri.so free 0x5571735eb430 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000112
+gallium_dri.so free 0x5571735eb5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb640 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so free 0x5571735eb640 void 0.000212
+gallium_dri.so malloc 72 0x5571735eb640 0.000212
+gallium_dri.so free 0x5571735eb780 void 0.000159
+gallium_dri.so free 0x5571735eb640 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000121
+gallium_dri.so free 0x5571735eb800 void 0.000123
+gallium_dri.so free 0x5571735eb7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000121
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb940 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb940 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ebb30 0.000116
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb30 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc30 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000115
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so free 0x5571735ebcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so free 0x5571735ebcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000113
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebef0 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000115
+gallium_dri.so free 0x5571735ebef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec010 0.000115
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ec010 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so free 0x5571735ec0a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000122
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so free 0x5571735ec0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000113
+gallium_dri.so free 0x5571735ec280 void 0.000114
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000112
+gallium_dri.so free 0x5571735ec300 void 0.000114
+gallium_dri.so free 0x5571735ec1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec300 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec300 0.000114
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec300 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000114
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000128
+gallium_dri.so free 0x5571735ec4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec610 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec610 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000114
+gallium_dri.so free 0x5571735ec7c0 void 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so free 0x5571735ec7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000116
+gallium_dri.so free 0x5571735ec7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec8f0 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000112
+gallium_dri.so free 0x5571735eca40 void 0.000115
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735ecb00 void 0.000115
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb70 0.000113
+gallium_dri.so free 0x5571735ecbc0 void 0.000113
+gallium_dri.so free 0x5571735ecb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb70 0.000112
+gallium_dri.so free 0x5571735eccc0 void 0.000116
+gallium_dri.so free 0x5571735ecb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecd30 0.000125
+gallium_dri.so free 0x5571735ecdc0 void 0.000116
+gallium_dri.so free 0x5571735ecd30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecd30 0.000129
+gallium_dri.so free 0x5571735ece80 void 0.000121
+gallium_dri.so free 0x5571735ecd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecec0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf40 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000124
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecf40 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed0e0 0.000115
+gallium_dri.so free 0x5571735ed180 void 0.000121
+gallium_dri.so free 0x5571735ed0e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed130 0.000115
+gallium_dri.so free 0x5571735ed200 void 0.000115
+gallium_dri.so free 0x5571735ed130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed130 0.000114
+gallium_dri.so free 0x5571735ed280 void 0.000114
+gallium_dri.so free 0x5571735ed130 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed280 0.000114
+gallium_dri.so free 0x5571735ed340 void 0.000125
+gallium_dri.so free 0x5571735ed280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed280 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so free 0x5571735ed280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed280 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000113
+gallium_dri.so free 0x5571735ed280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed470 0.000113
+gallium_dri.so free 0x5571735ed580 void 0.000113
+gallium_dri.so free 0x5571735ed470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed530 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000112
+gallium_dri.so free 0x5571735ed530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed650 0.000112
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed650 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed730 0.000114
+gallium_dri.so free 0x5571735ed800 void 0.000114
+gallium_dri.so free 0x5571735ed730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed730 0.000114
+gallium_dri.so free 0x5571735ed880 void 0.000112
+gallium_dri.so free 0x5571735ed730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed880 0.000113
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so free 0x5571735ed880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed880 0.000112
+gallium_dri.so free 0x5571735eda40 void 0.000112
+gallium_dri.so free 0x5571735ed880 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000112
+gallium_dri.so free 0x5571735eda80 void 0.000113
+gallium_dri.so free 0x5571735ed9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000113
+gallium_dri.so free 0x5571735edb40 void 0.000113
+gallium_dri.so free 0x5571735ed9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb80 0.000118
+gallium_dri.so free 0x5571735edc00 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735edc00 0.000111
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc00 0.000116
+gallium_dri.so free 0x5571735edd40 void 0.000114
+gallium_dri.so free 0x5571735edc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd70 0.000115
+gallium_dri.so free 0x5571735eddc0 void 0.000117
+gallium_dri.so free 0x5571735edd70 void 0.000151
+gallium_dri.so malloc 72 0x5571735edd70 0.000115
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf00 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000122
+gallium_dri.so malloc 72 0x5571735edf80 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edf80 0.000113
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000118
+gallium_dri.so free 0x5571735ee140 void 0.000116
+gallium_dri.so free 0x5571735ee0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000113
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000112
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000122
+gallium_dri.so free 0x5571735ee2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000117
+gallium_dri.so free 0x5571735ee500 void 0.000117
+gallium_dri.so free 0x5571735ee2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000116
+gallium_dri.so free 0x5571735ee580 void 0.000116
+gallium_dri.so free 0x5571735ee4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee5d0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so free 0x5571735ee5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee660 0.000113
+gallium_dri.so free 0x5571735ee700 void 0.000114
+gallium_dri.so free 0x5571735ee660 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000113
+gallium_dri.so free 0x5571735ee6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000112
+gallium_dri.so free 0x5571735ee780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000114
+gallium_dri.so free 0x5571735ee980 void 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000112
+gallium_dri.so free 0x5571735eea40 void 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeab0 0.000112
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eebd0 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so free 0x5571735eebd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec80 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec80 0.000114
+gallium_dri.so free 0x5571735eed80 void 0.000114
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000122
+gallium_dri.so free 0x5571735eee00 void 0.000117
+gallium_dri.so free 0x5571735eedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eef00 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000112
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eeeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eef70 0.000114
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef70 0.000114
+gallium_dri.so free 0x5571735ef0c0 void 0.000116
+gallium_dri.so free 0x5571735eef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef130 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000117
+gallium_dri.so free 0x5571735ef130 void 0.000152
+gallium_dri.so malloc 72 0x5571735ef130 0.000117
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so free 0x5571735ef130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef230 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so free 0x5571735ef230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000121
+gallium_dri.so free 0x5571735ef380 void 0.000116
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef480 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef500 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef500 0.000116
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef6a0 0.000155
+gallium_dri.so free 0x5571735ef740 void 0.000118
+gallium_dri.so free 0x5571735ef6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000122
+gallium_dri.so free 0x5571735ef7c0 void 0.000125
+gallium_dri.so free 0x5571735ef6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000118
+gallium_dri.so free 0x5571735ef840 void 0.000123
+gallium_dri.so free 0x5571735ef6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef840 0.000115
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef840 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef840 0.000112
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef840 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa30 0.000113
+gallium_dri.so free 0x5571735efb40 void 0.000113
+gallium_dri.so free 0x5571735efa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efaf0 0.000113
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so free 0x5571735efaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc10 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so free 0x5571735efc10 void 0.000112
+gallium_dri.so malloc 72 0x5571735efca0 0.000112
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efcf0 0.000113
+gallium_dri.so free 0x5571735efdc0 void 0.000113
+gallium_dri.so free 0x5571735efcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efcf0 0.000114
+gallium_dri.so free 0x5571735efe40 void 0.000116
+gallium_dri.so free 0x5571735efcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe40 0.000114
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe40 0.000116
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735effb0 0.000121
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so free 0x5571735effb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735effb0 0.000118
+gallium_dri.so free 0x5571735f0100 void 0.000125
+gallium_dri.so free 0x5571735effb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0140 0.000114
+gallium_dri.so free 0x5571735f01c0 void 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01c0 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01c0 0.000114
+gallium_dri.so free 0x5571735f0300 void 0.000115
+gallium_dri.so free 0x5571735f01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0330 0.000116
+gallium_dri.so free 0x5571735f0380 void 0.000160
+gallium_dri.so free 0x5571735f0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000116
+gallium_dri.so free 0x5571735f0480 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f04c0 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000116
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0540 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0540 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06b0 0.000114
+gallium_dri.so free 0x5571735f0700 void 0.000116
+gallium_dri.so free 0x5571735f06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f06b0 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f06b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f07b0 0.000116
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000117
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so free 0x5571735f0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0870 0.000115
+gallium_dri.so free 0x5571735f0a00 void 0.000124
+gallium_dri.so free 0x5571735f0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0870 0.000112
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0a70 0.000112
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b90 0.000112
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c20 0.000112
+gallium_dri.so free 0x5571735f0cc0 void 0.000112
+gallium_dri.so free 0x5571735f0c20 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0c70 0.000112
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so free 0x5571735f0c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d40 0.000124
+gallium_dri.so free 0x5571735f0e00 void 0.000118
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d40 0.000113
+gallium_dri.so free 0x5571735f0e80 void 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e80 0.000148
+gallium_dri.so free 0x5571735f0f40 void 0.000121
+gallium_dri.so free 0x5571735f0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0e80 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000125
+gallium_dri.so free 0x5571735f0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e80 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f0e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1070 0.000113
+gallium_dri.so free 0x5571735f1140 void 0.000112
+gallium_dri.so free 0x5571735f1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1190 0.000115
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so free 0x5571735f1190 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1240 0.000119
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1240 0.000114
+gallium_dri.so free 0x5571735f1340 void 0.000115
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1370 0.000112
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1370 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000116
+gallium_dri.so free 0x5571735f1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1470 0.000115
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1530 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000164
+gallium_dri.so free 0x5571735f1530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1530 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000116
+gallium_dri.so free 0x5571735f1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16f0 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000116
+gallium_dri.so free 0x5571735f16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16f0 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000115
+gallium_dri.so free 0x5571735f16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000115
+gallium_dri.so free 0x5571735f17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f18b0 0.000118
+gallium_dri.so free 0x5571735f1940 void 0.000117
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f18b0 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a40 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000116
+gallium_dri.so free 0x5571735f1a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000122
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c60 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000112
+gallium_dri.so free 0x5571735f1c60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000114
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000112
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e00 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1e00 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so free 0x5571735f1e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e00 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f20b0 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000114
+gallium_dri.so free 0x5571735f20b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f21d0 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000122
+gallium_dri.so free 0x5571735f21d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2260 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000112
+gallium_dri.so free 0x5571735f2260 void 0.000111
+gallium_dri.so malloc 72 0x5571735f22b0 0.000113
+gallium_dri.so free 0x5571735f2380 void 0.000111
+gallium_dri.so free 0x5571735f22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f22b0 0.000112
+gallium_dri.so free 0x5571735f2400 void 0.000114
+gallium_dri.so free 0x5571735f22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2400 0.000112
+gallium_dri.so free 0x5571735f24c0 void 0.000112
+gallium_dri.so free 0x5571735f2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2400 0.000112
+gallium_dri.so free 0x5571735f25c0 void 0.000112
+gallium_dri.so free 0x5571735f2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2570 0.000112
+gallium_dri.so free 0x5571735f2600 void 0.000111
+gallium_dri.so free 0x5571735f2570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2570 0.000111
+gallium_dri.so free 0x5571735f26c0 void 0.000112
+gallium_dri.so free 0x5571735f2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2570 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000126
+gallium_dri.so free 0x5571735f2570 void 0.000123
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000113
+gallium_dri.so free 0x5571735daa80 void 0.000116
+gallium_dri.so free 0x5571735daa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735daa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabc0 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so free 0x5571735dabc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dac40 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000115
+gallium_dri.so free 0x5571735dac40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac40 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000112
+gallium_dri.so free 0x5571735dac40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadb0 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000115
+gallium_dri.so free 0x5571735dadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadb0 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daeb0 0.000115
+gallium_dri.so free 0x5571735dafc0 void 0.000115
+gallium_dri.so free 0x5571735daeb0 void 0.000163
+gallium_dri.so malloc 72 0x5571735daf70 0.000116
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf70 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735daf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf70 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000116
+gallium_dri.so free 0x5571735daf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735db170 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000119
+gallium_dri.so free 0x5571735db170 void 0.000114
+gallium_dri.so malloc 72 0x5571735db290 0.000115
+gallium_dri.so free 0x5571735db300 void 0.000116
+gallium_dri.so free 0x5571735db290 void 0.000115
+gallium_dri.so malloc 72 0x5571735db320 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db320 void 0.000115
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db440 0.000115
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so malloc 72 0x5571735db440 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db440 void 0.000123
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000111
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000112
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db890 0.000112
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db890 void 0.000112
+gallium_dri.so malloc 72 0x5571735db940 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000111
+gallium_dri.so malloc 72 0x5571735db940 0.000112
+gallium_dri.so free 0x5571735dba40 void 0.000114
+gallium_dri.so free 0x5571735db940 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000111
+gallium_dri.so free 0x5571735dbac0 void 0.000113
+gallium_dri.so free 0x5571735dba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735dba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000125
+gallium_dri.so free 0x5571735dbc80 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000115
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000114
+gallium_dri.so free 0x5571735dbf40 void 0.000114
+gallium_dri.so free 0x5571735dbdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbef0 0.000113
+gallium_dri.so free 0x5571735dc000 void 0.000115
+gallium_dri.so free 0x5571735dbef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dbfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc140 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000129
+gallium_dri.so free 0x5571735dc140 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000179
+gallium_dri.so free 0x5571735dc280 void 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000115
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc360 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so free 0x5571735dc360 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000116
+gallium_dri.so free 0x5571735dc3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000116
+gallium_dri.so free 0x5571735dc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc500 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc500 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000116
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc500 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000120
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000116
+gallium_dri.so free 0x5571735dc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000126
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8d0 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc8d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc960 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc960 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so free 0x5571735dc9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000112
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc70 0.000112
+gallium_dri.so free 0x5571735dcd00 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000112
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce00 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce80 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcff0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd180 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd180 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd200 0.000116
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd200 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd370 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000125
+gallium_dri.so free 0x5571735dd370 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd370 0.000124
+gallium_dri.so free 0x5571735dd4c0 void 0.000114
+gallium_dri.so free 0x5571735dd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd470 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so free 0x5571735dd530 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd530 0.000112
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000112
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd850 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd850 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000113
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000160
+gallium_dri.so malloc 72 0x5571735dda00 0.000127
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda00 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb40 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb40 0.000112
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb40 0.000112
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde50 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735dde50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000113
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000112
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735de030 0.000112
+gallium_dri.so free 0x5571735de080 void 0.000117
+gallium_dri.so free 0x5571735de030 void 0.000113
+gallium_dri.so malloc 72 0x5571735de030 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de030 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de280 void 0.000116
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000112
+gallium_dri.so free 0x5571735de340 void 0.000114
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3b0 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de3b0 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000114
+gallium_dri.so free 0x5571735de4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de570 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000113
+gallium_dri.so free 0x5571735de570 void 0.000112
+gallium_dri.so malloc 72 0x5571735de570 0.000112
+gallium_dri.so free 0x5571735de6c0 void 0.000124
+gallium_dri.so free 0x5571735de570 void 0.000115
+gallium_dri.so malloc 72 0x5571735de700 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so malloc 72 0x5571735de780 0.000113
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de900 void 0.000116
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so malloc 72 0x5571735de920 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de920 void 0.000112
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de970 void 0.000112
+gallium_dri.so malloc 72 0x5571735deac0 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000112
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deac0 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735decb0 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000114
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee90 0.000111
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735dee90 void 0.000112
+gallium_dri.so malloc 72 0x5571735def20 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735def20 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000112
+gallium_dri.so malloc 72 0x5571735df0c0 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000225
+gallium_dri.so malloc 72 0x5571735df230 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3c0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000113
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000112
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000111
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df600 void 0.000117
+gallium_dri.so free 0x5571735df5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df5b0 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df740 0.000112
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df740 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7c0 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7c0 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df930 0.000112
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df930 void 0.000112
+gallium_dri.so malloc 72 0x5571735df930 0.000112
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735dfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfdc0 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfe10 0.000113
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfe10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfea0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so free 0x5571735dfea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0100 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0100 0.000112
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0100 0.000112
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e02f0 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0410 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e0410 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e04c0 0.000165
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so free 0x5571735e05f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e05f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06f0 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0970 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000123
+gallium_dri.so free 0x5571735e0970 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0970 0.000121
+gallium_dri.so free 0x5571735e0ac0 void 0.000121
+gallium_dri.so free 0x5571735e0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a70 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000121
+gallium_dri.so free 0x5571735e0a70 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0b30 0.000141
+gallium_dri.so free 0x5571735e0bc0 void 0.000130
+gallium_dri.so free 0x5571735e0b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b30 0.000123
+gallium_dri.so free 0x5571735e0c80 void 0.000125
+gallium_dri.so free 0x5571735e0b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000122
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so free 0x5571735e0cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d40 0.000121
+gallium_dri.so free 0x5571735e0e00 void 0.000121
+gallium_dri.so free 0x5571735e0d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0d40 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000123
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0ee0 0.000123
+gallium_dri.so free 0x5571735e0f80 void 0.000123
+gallium_dri.so free 0x5571735e0ee0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0f30 0.000124
+gallium_dri.so free 0x5571735e1000 void 0.000122
+gallium_dri.so free 0x5571735e0f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0f30 0.000115
+gallium_dri.so free 0x5571735e1080 void 0.000116
+gallium_dri.so free 0x5571735e0f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1080 0.000112
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1080 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1080 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000115
+gallium_dri.so free 0x5571735e1380 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1400 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1450 0.000114
+gallium_dri.so free 0x5571735e14c0 void 0.000114
+gallium_dri.so free 0x5571735e1450 void 0.000112
+gallium_dri.so malloc 72 0x5571735e14e0 0.000112
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e14e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000167
+gallium_dri.so free 0x5571735e1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1680 0.000113
+gallium_dri.so free 0x5571735e1840 void 0.000112
+gallium_dri.so free 0x5571735e1680 void 0.000111
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e17f0 0.000111
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1980 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a00 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a00 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b70 0.000111
+gallium_dri.so free 0x5571735e1bc0 void 0.000112
+gallium_dri.so free 0x5571735e1b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b70 0.000114
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1d00 0.000116
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1d80 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d80 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000121
+gallium_dri.so free 0x5571735e1d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22b0 0.000127
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735e22b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735e23d0 0.000117
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e23d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2460 0.000112
+gallium_dri.so free 0x5571735e2500 void 0.000116
+gallium_dri.so free 0x5571735e2460 void 0.000112
+gallium_dri.so malloc 72 0x5571735e24b0 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2580 0.000112
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2580 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26c0 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e26c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e26c0 0.000111
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e26c0 0.000112
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000111
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29d0 0.000111
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so free 0x5571735e29d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a80 0.000112
+gallium_dri.so free 0x5571735e2b00 void 0.000111
+gallium_dri.so free 0x5571735e2a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a80 0.000113
+gallium_dri.so free 0x5571735e2b80 void 0.000113
+gallium_dri.so free 0x5571735e2a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000111
+gallium_dri.so free 0x5571735e2c00 void 0.000112
+gallium_dri.so free 0x5571735e2bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000112
+gallium_dri.so free 0x5571735e2d00 void 0.000112
+gallium_dri.so free 0x5571735e2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000111
+gallium_dri.so free 0x5571735e2dc0 void 0.000111
+gallium_dri.so free 0x5571735e2cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e00 void 0.000116
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f30 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000126
+gallium_dri.so free 0x5571735e2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f30 0.000111
+gallium_dri.so free 0x5571735e3080 void 0.000112
+gallium_dri.so free 0x5571735e2f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735e3140 void 0.000209
+gallium_dri.so free 0x5571735e3030 void 0.000185
+gallium_dri.so malloc 72 0x5571735e30f0 0.000160
+gallium_dri.so free 0x5571735e3180 void 0.000124
+gallium_dri.so free 0x5571735e30f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e30f0 0.000157
+gallium_dri.so free 0x5571735e3240 void 0.000159
+gallium_dri.so free 0x5571735e30f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3280 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3300 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so malloc 72 0x5571735e34a0 0.000115
+gallium_dri.so free 0x5571735e3540 void 0.000112
+gallium_dri.so free 0x5571735e34a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34f0 0.000111
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so free 0x5571735e34f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34f0 0.000112
+gallium_dri.so free 0x5571735e3640 void 0.000113
+gallium_dri.so free 0x5571735e34f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3640 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000111
+gallium_dri.so free 0x5571735e3640 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3640 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000112
+gallium_dri.so free 0x5571735e3640 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000111
+gallium_dri.so free 0x557173588370 void 0.000110
+gallium_dri.so malloc 72 0x557173588440 0.000115
+gallium_dri.so free 0x557173588500 void 0.000123
+gallium_dri.so free 0x557173588440 void 0.000116
+gallium_dri.so malloc 72 0x557173588440 0.000115
+gallium_dri.so free 0x557173588580 void 0.000113
+gallium_dri.so free 0x557173588440 void 0.000113
+gallium_dri.so malloc 72 0x557173588580 0.000125
+gallium_dri.so free 0x5571735e37c0 void 0.000162
+gallium_dri.so free 0x557173588580 void 0.000167
+gallium_dri.so malloc 72 0x557173588580 0.000123
+gallium_dri.so free 0x557173588640 void 0.000154
+gallium_dri.so free 0x557173588580 void 0.000127
+gallium_dri.so malloc 72 0x557173588580 0.000130
+gallium_dri.so free 0x557173588700 void 0.000124
+gallium_dri.so free 0x557173588580 void 0.000123
+gallium_dri.so malloc 72 0x557173588740 0.000123
+gallium_dri.so free 0x5571735887c0 void 0.000118
+gallium_dri.so free 0x557173588740 void 0.000118
+gallium_dri.so malloc 72 0x5571735887c0 0.000124
+gallium_dri.so free 0x557173588880 void 0.000123
+gallium_dri.so free 0x5571735887c0 void 0.000157
+gallium_dri.so malloc 72 0x5571735887c0 0.000124
+gallium_dri.so free 0x557173588900 void 0.000123
+gallium_dri.so free 0x5571735887c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735887c0 0.000125
+gallium_dri.so free 0x5571735889c0 void 0.000124
+gallium_dri.so free 0x5571735887c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735887c0 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000112
+gallium_dri.so free 0x5571735887c0 void 0.000147
+gallium_dri.so malloc 72 0x557173588a30 0.000132
+gallium_dri.so free 0x557173588b00 void 0.000132
+gallium_dri.so free 0x557173588a30 void 0.000127
+gallium_dri.so malloc 72 0x557173588b50 0.000121
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so free 0x557173588b50 void 0.000121
+gallium_dri.so malloc 72 0x557173588be0 0.000124
+gallium_dri.so free 0x557173588c80 void 0.000130
+gallium_dri.so free 0x557173588be0 void 0.000129
+gallium_dri.so malloc 72 0x557173588c30 0.000125
+gallium_dri.so free 0x557173588d00 void 0.000120
+gallium_dri.so free 0x557173588c30 void 0.000120
+gallium_dri.so malloc 72 0x557173588c30 0.000120
+gallium_dri.so free 0x557173588e00 void 0.000126
+gallium_dri.so free 0x557173588c30 void 0.000126
+gallium_dri.so malloc 72 0x557173588db0 0.000125
+gallium_dri.so free 0x557173588e80 void 0.000129
+gallium_dri.so free 0x557173588db0 void 0.000131
+gallium_dri.so malloc 72 0x557173588ed0 0.000128
+gallium_dri.so free 0x557173588f40 void 0.000128
+gallium_dri.so free 0x557173588ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173588f60 0.000180
+gallium_dri.so free 0x557173589000 void 0.000125
+gallium_dri.so free 0x557173588f60 void 0.000124
+gallium_dri.so malloc 72 0x557173588fb0 0.000128
+gallium_dri.so free 0x557173589080 void 0.000129
+gallium_dri.so free 0x557173588fb0 void 0.000129
+gallium_dri.so malloc 72 0x557173588fb0 0.000125
+gallium_dri.so free 0x557173589100 void 0.000125
+gallium_dri.so free 0x557173588fb0 void 0.000128
+gallium_dri.so malloc 72 0x557173589100 0.000124
+gallium_dri.so free 0x5571735891c0 void 0.000120
+gallium_dri.so free 0x557173589100 void 0.000123
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x5571735892c0 void 0.000130
+gallium_dri.so free 0x557173589100 void 0.000125
+gallium_dri.so malloc 72 0x557173589100 0.000125
+gallium_dri.so free 0x557173589340 void 0.000124
+gallium_dri.so free 0x557173589100 void 0.000118
+gallium_dri.so malloc 72 0x557173589370 0.000120
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589370 void 0.000124
+gallium_dri.so malloc 72 0x557173589370 0.000131
+gallium_dri.so free 0x5571735894c0 void 0.000145
+gallium_dri.so free 0x557173589370 void 0.000132
+gallium_dri.so malloc 72 0x557173589470 0.000128
+gallium_dri.so free 0x557173589580 void 0.000126
+gallium_dri.so free 0x557173589470 void 0.000126
+gallium_dri.so malloc 72 0x557173589530 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000122
+gallium_dri.so free 0x557173589530 void 0.000124
+gallium_dri.so malloc 72 0x557173589530 0.000129
+gallium_dri.so free 0x557173589680 void 0.000130
+gallium_dri.so free 0x557173589530 void 0.000124
+gallium_dri.so malloc 72 0x5571735896d0 0.000125
+gallium_dri.so free 0x557173589740 void 0.000124
+gallium_dri.so free 0x5571735896d0 void 0.000120
+gallium_dri.so malloc 72 0x557173589780 0.000125
+gallium_dri.so free 0x557173589800 void 0.000127
+gallium_dri.so free 0x557173589780 void 0.000126
+gallium_dri.so malloc 72 0x557173589800 0.000122
+gallium_dri.so free 0x5571735898c0 void 0.000125
+gallium_dri.so free 0x557173589800 void 0.000125
+gallium_dri.so malloc 72 0x557173589800 0.000119
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x557173589800 void 0.000124
+gallium_dri.so malloc 72 0x557173589970 0.000144
+gallium_dri.so free 0x5571735899c0 void 0.000131
+gallium_dri.so free 0x557173589970 void 0.000130
+gallium_dri.so malloc 72 0x557173589970 0.000203
+gallium_dri.so free 0x557173589ac0 void 0.000169
+gallium_dri.so free 0x557173589970 void 0.000164
+gallium_dri.so malloc 72 0x557173589a70 0.000130
+gallium_dri.so free 0x557173589b80 void 0.000127
+gallium_dri.so free 0x557173589a70 void 0.000124
+gallium_dri.so malloc 72 0x557173589b30 0.000130
+gallium_dri.so free 0x557173589c00 void 0.000129
+gallium_dri.so free 0x557173589b30 void 0.000125
+gallium_dri.so malloc 72 0x557173589c20 0.000127
+gallium_dri.so free 0x557173589cc0 void 0.000131
+gallium_dri.so free 0x557173589c20 void 0.000130
+gallium_dri.so malloc 72 0x557173589c70 0.000129
+gallium_dri.so free 0x557173589d40 void 0.000124
+gallium_dri.so free 0x557173589c70 void 0.000119
+gallium_dri.so malloc 72 0x557173589c70 0.000125
+gallium_dri.so free 0x557173589dc0 void 0.000130
+gallium_dri.so free 0x557173589c70 void 0.000198
+gallium_dri.so malloc 72 0x557173589dc0 0.000130
+gallium_dri.so free 0x557173589e80 void 0.000128
+gallium_dri.so free 0x557173589dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173589dc0 0.000198
+gallium_dri.so free 0x557173589f40 void 0.000168
+gallium_dri.so free 0x557173589dc0 void 0.000128
+gallium_dri.so malloc 72 0x557173589dc0 0.000158
+gallium_dri.so free 0x55717358a000 void 0.000129
+gallium_dri.so free 0x557173589dc0 void 0.000129
+gallium_dri.so malloc 72 0x557173589fb0 0.000130
+gallium_dri.so free 0x55717358a000 void 0.000124
+gallium_dri.so free 0x557173589fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589fb0 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000125
+gallium_dri.so free 0x557173589fb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a0b0 0.000129
+gallium_dri.so free 0x55717358a1c0 void 0.000129
+gallium_dri.so free 0x55717358a0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a170 0.000130
+gallium_dri.so free 0x55717358a200 void 0.000132
+gallium_dri.so free 0x55717358a170 void 0.000125
+gallium_dri.so malloc 72 0x55717358a170 0.000125
+gallium_dri.so free 0x55717358a2c0 void 0.000128
+gallium_dri.so free 0x55717358a170 void 0.000130
+gallium_dri.so malloc 72 0x55717358a300 0.000131
+gallium_dri.so free 0x55717358a380 void 0.000129
+gallium_dri.so free 0x55717358a300 void 0.000129
+gallium_dri.so malloc 72 0x55717358a380 0.000128
+gallium_dri.so free 0x55717358a440 void 0.000124
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so malloc 72 0x55717358a380 0.000119
+gallium_dri.so free 0x55717358a500 void 0.000125
+gallium_dri.so free 0x55717358a380 void 0.000129
+gallium_dri.so malloc 72 0x55717358a520 0.000123
+gallium_dri.so free 0x55717358a5c0 void 0.000125
+gallium_dri.so free 0x55717358a520 void 0.000130
+gallium_dri.so malloc 72 0x55717358a570 0.000126
+gallium_dri.so free 0x55717358a640 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000125
+gallium_dri.so malloc 72 0x55717358a570 0.000129
+gallium_dri.so free 0x55717358a6c0 void 0.000140
+gallium_dri.so free 0x55717358a570 void 0.000130
+gallium_dri.so malloc 72 0x55717358a6c0 0.000129
+gallium_dri.so free 0x55717358a780 void 0.000129
+gallium_dri.so free 0x55717358a6c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a6c0 0.000124
+gallium_dri.so free 0x55717358a840 void 0.000130
+gallium_dri.so free 0x55717358a6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a6c0 0.000126
+gallium_dri.so free 0x55717358a900 void 0.000124
+gallium_dri.so free 0x55717358a6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a8b0 0.000124
+gallium_dri.so free 0x55717358a9c0 void 0.000119
+gallium_dri.so free 0x55717358a8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a970 0.000124
+gallium_dri.so free 0x55717358aa40 void 0.000120
+gallium_dri.so free 0x55717358a970 void 0.000123
+gallium_dri.so malloc 72 0x55717358aa90 0.000129
+gallium_dri.so free 0x55717358ab00 void 0.000130
+gallium_dri.so free 0x55717358aa90 void 0.000129
+gallium_dri.so malloc 72 0x55717358ab20 0.000124
+gallium_dri.so free 0x55717358abc0 void 0.000121
+gallium_dri.so free 0x55717358ab20 void 0.000167
+gallium_dri.so malloc 72 0x55717358ab70 0.000241
+gallium_dri.so free 0x55717358ac40 void 0.000279
+gallium_dri.so free 0x55717358ab70 void 0.000242
+gallium_dri.so malloc 72 0x55717358ab70 0.000222
+gallium_dri.so free 0x55717358acc0 void 0.000130
+gallium_dri.so free 0x55717358ab70 void 0.000129
+gallium_dri.so malloc 72 0x55717358acc0 0.000128
+gallium_dri.so free 0x55717358ad80 void 0.000129
+gallium_dri.so free 0x55717358acc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358acc0 0.000124
+gallium_dri.so free 0x55717358ae80 void 0.000126
+gallium_dri.so free 0x55717358acc0 void 0.000125
+gallium_dri.so malloc 72 0x55717358ae30 0.000126
+gallium_dri.so free 0x55717358aec0 void 0.000129
+gallium_dri.so free 0x55717358ae30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ae30 0.000130
+gallium_dri.so free 0x55717358af80 void 0.000141
+gallium_dri.so free 0x55717358ae30 void 0.000132
+gallium_dri.so malloc 72 0x55717358afc0 0.000128
+gallium_dri.so free 0x55717358b040 void 0.000130
+gallium_dri.so free 0x55717358afc0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b040 0.000124
+gallium_dri.so free 0x55717358b100 void 0.000129
+gallium_dri.so free 0x55717358b040 void 0.000131
+gallium_dri.so malloc 72 0x55717358b040 0.000131
+gallium_dri.so free 0x55717358b180 void 0.000129
+gallium_dri.so free 0x55717358b040 void 0.000129
+gallium_dri.so malloc 72 0x55717358b1b0 0.000130
+gallium_dri.so free 0x55717358b200 void 0.000125
+gallium_dri.so free 0x55717358b1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b1b0 0.000172
+gallium_dri.so free 0x55717358b300 void 0.000164
+gallium_dri.so free 0x55717358b1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b340 0.000124
+gallium_dri.so free 0x55717358b3c0 void 0.000119
+gallium_dri.so free 0x55717358b340 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3c0 0.000117
+gallium_dri.so free 0x55717358b480 void 0.000128
+gallium_dri.so free 0x55717358b3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3c0 0.000119
+gallium_dri.so free 0x55717358b500 void 0.000123
+gallium_dri.so free 0x55717358b3c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b530 0.000129
+gallium_dri.so free 0x55717358b580 void 0.000184
+gallium_dri.so free 0x55717358b530 void 0.000223
+gallium_dri.so malloc 72 0x55717358b530 0.000129
+gallium_dri.so free 0x55717358b680 void 0.000129
+gallium_dri.so free 0x55717358b530 void 0.000124
+gallium_dri.so malloc 72 0x55717358b630 0.000121
+gallium_dri.so free 0x55717358b740 void 0.000121
+gallium_dri.so free 0x55717358b630 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6f0 0.000121
+gallium_dri.so free 0x55717358b7c0 void 0.000120
+gallium_dri.so free 0x55717358b6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6f0 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000120
+gallium_dri.so free 0x55717358b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6f0 0.000119
+gallium_dri.so free 0x55717358b940 void 0.000120
+gallium_dri.so free 0x55717358b6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b8f0 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000127
+gallium_dri.so free 0x55717358b8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ba10 0.000120
+gallium_dri.so free 0x55717358ba80 void 0.000121
+gallium_dri.so free 0x55717358ba10 void 0.000120
+gallium_dri.so malloc 72 0x55717358baa0 0.000120
+gallium_dri.so free 0x55717358bb40 void 0.000119
+gallium_dri.so free 0x55717358baa0 void 0.000119
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000121
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bbc0 0.000120
+gallium_dri.so free 0x55717358bc80 void 0.000124
+gallium_dri.so free 0x55717358bbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bbc0 0.000119
+gallium_dri.so free 0x55717358bd00 void 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bd00 0.000118
+gallium_dri.so free 0x55717358bdc0 void 0.000121
+gallium_dri.so free 0x55717358bd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358bd00 0.000118
+gallium_dri.so free 0x55717358be80 void 0.000120
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so malloc 72 0x55717358bd00 0.000118
+gallium_dri.so free 0x55717358bf40 void 0.000120
+gallium_dri.so free 0x55717358bd00 void 0.000119
+gallium_dri.so malloc 72 0x55717358bef0 0.000141
+gallium_dri.so free 0x55717358bfc0 void 0.000125
+gallium_dri.so free 0x55717358bef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c010 0.000119
+gallium_dri.so free 0x55717358c080 void 0.000119
+gallium_dri.so free 0x55717358c010 void 0.000143
+gallium_dri.so malloc 72 0x55717358c0c0 0.000184
+gallium_dri.so free 0x55717358c140 void 0.000173
+gallium_dri.so free 0x55717358c0c0 void 0.000175
+gallium_dri.so malloc 72 0x55717358c0c0 0.000175
+gallium_dri.so free 0x55717358c1c0 void 0.000163
+gallium_dri.so free 0x55717358c0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c1f0 0.000121
+gallium_dri.so free 0x55717358c240 void 0.000125
+gallium_dri.so free 0x55717358c1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c1f0 0.000125
+gallium_dri.so free 0x55717358c340 void 0.000120
+gallium_dri.so free 0x55717358c1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c2f0 0.000119
+gallium_dri.so free 0x55717358c400 void 0.000119
+gallium_dri.so free 0x55717358c2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c3b0 0.000118
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so free 0x55717358c3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c3b0 0.000121
+gallium_dri.so free 0x55717358c500 void 0.000118
+gallium_dri.so free 0x55717358c3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c570 0.000120
+gallium_dri.so free 0x55717358c5c0 void 0.000119
+gallium_dri.so free 0x55717358c570 void 0.000118
+gallium_dri.so malloc 72 0x55717358c570 0.000118
+gallium_dri.so free 0x55717358c6c0 void 0.000118
+gallium_dri.so free 0x55717358c570 void 0.000118
+gallium_dri.so malloc 72 0x55717358c670 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000120
+gallium_dri.so free 0x55717358c670 void 0.000117
+gallium_dri.so malloc 72 0x55717358c730 0.000120
+gallium_dri.so free 0x55717358c7c0 void 0.000182
+gallium_dri.so free 0x55717358c730 void 0.000121
+gallium_dri.so malloc 72 0x55717358c730 0.000120
+gallium_dri.so free 0x55717358c880 void 0.000121
+gallium_dri.so free 0x55717358c730 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8c0 0.000120
+gallium_dri.so free 0x55717358c940 void 0.000120
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c940 0.000118
+gallium_dri.so free 0x55717358ca00 void 0.000121
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so malloc 72 0x55717358c940 0.000129
+gallium_dri.so free 0x55717358cac0 void 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000118
+gallium_dri.so malloc 72 0x55717358cae0 0.000122
+gallium_dri.so free 0x55717358cb80 void 0.000113
+gallium_dri.so free 0x55717358cae0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cb30 0.000112
+gallium_dri.so free 0x55717358cc00 void 0.000112
+gallium_dri.so free 0x55717358cb30 void 0.000112
+gallium_dri.so malloc 72 0x55717358cb30 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000114
+gallium_dri.so free 0x55717358cb30 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc80 0.000112
+gallium_dri.so free 0x55717358cd40 void 0.000111
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358ce00 void 0.000111
+gallium_dri.so free 0x55717358cc80 void 0.000111
+gallium_dri.so malloc 72 0x55717358cc80 0.000112
+gallium_dri.so free 0x55717358cec0 void 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce70 0.000117
+gallium_dri.so free 0x55717358cf80 void 0.000123
+gallium_dri.so free 0x55717358ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717358cf30 0.000113
+gallium_dri.so free 0x55717358d000 void 0.000112
+gallium_dri.so free 0x55717358cf30 void 0.000112
+gallium_dri.so malloc 72 0x55717358d050 0.000174
+gallium_dri.so free 0x55717358d0c0 void 0.000115
+gallium_dri.so free 0x55717358d050 void 0.000113
+gallium_dri.so malloc 72 0x55717358d0e0 0.000113
+gallium_dri.so free 0x55717358d180 void 0.000115
+gallium_dri.so free 0x55717358d0e0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d130 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x55717358d130 void 0.000112
+gallium_dri.so malloc 72 0x55717358d130 0.000112
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so free 0x55717358d130 void 0.000113
+gallium_dri.so malloc 72 0x55717358d280 0.000113
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000111
+gallium_dri.so malloc 72 0x55717358d280 0.000114
+gallium_dri.so free 0x55717358d440 void 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so malloc 72 0x55717358d3f0 0.000114
+gallium_dri.so free 0x55717358d480 void 0.000115
+gallium_dri.so free 0x55717358d3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d3f0 0.000113
+gallium_dri.so free 0x55717358d540 void 0.000115
+gallium_dri.so free 0x55717358d3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d580 0.000114
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so free 0x55717358d580 void 0.000114
+gallium_dri.so malloc 72 0x55717358d600 0.000121
+gallium_dri.so free 0x55717358d6c0 void 0.000113
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so malloc 72 0x55717358d600 0.000113
+gallium_dri.so free 0x55717358d740 void 0.000112
+gallium_dri.so free 0x55717358d600 void 0.000118
+gallium_dri.so malloc 72 0x55717358d770 0.000124
+gallium_dri.so free 0x55717358d7c0 void 0.000119
+gallium_dri.so free 0x55717358d770 void 0.000113
+gallium_dri.so malloc 72 0x55717358d770 0.000112
+gallium_dri.so free 0x55717358d8c0 void 0.000112
+gallium_dri.so free 0x55717358d770 void 0.000111
+gallium_dri.so malloc 72 0x55717358d900 0.000120
+gallium_dri.so free 0x55717358d980 void 0.000119
+gallium_dri.so free 0x55717358d900 void 0.000112
+gallium_dri.so malloc 72 0x55717358d980 0.000115
+gallium_dri.so free 0x55717358da40 void 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000111
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358d980 void 0.000113
+gallium_dri.so malloc 72 0x55717358daf0 0.000113
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so free 0x55717358daf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358daf0 0.000112
+gallium_dri.so free 0x55717358dc40 void 0.000114
+gallium_dri.so free 0x55717358daf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358dbf0 0.000124
+gallium_dri.so free 0x55717358dd00 void 0.000113
+gallium_dri.so free 0x55717358dbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000111
+gallium_dri.so free 0x55717358dd80 void 0.000111
+gallium_dri.so free 0x55717358dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcb0 0.000112
+gallium_dri.so free 0x55717358de40 void 0.000112
+gallium_dri.so free 0x55717358dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dcb0 0.000118
+gallium_dri.so free 0x55717358df00 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000111
+gallium_dri.so malloc 72 0x55717358deb0 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000111
+gallium_dri.so free 0x55717358deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dfd0 0.000115
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358dfd0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e060 0.000123
+gallium_dri.so free 0x55717358e100 void 0.000118
+gallium_dri.so free 0x55717358e060 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0b0 0.000116
+gallium_dri.so free 0x55717358e180 void 0.000116
+gallium_dri.so free 0x55717358e0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e180 0.000115
+gallium_dri.so free 0x55717358e240 void 0.000114
+gallium_dri.so free 0x55717358e180 void 0.000112
+gallium_dri.so malloc 72 0x55717358e180 0.000159
+gallium_dri.so free 0x55717358e2c0 void 0.000116
+gallium_dri.so free 0x55717358e180 void 0.000115
+gallium_dri.so malloc 72 0x55717358e2c0 0.000113
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e2c0 0.000113
+gallium_dri.so free 0x55717358e440 void 0.000116
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e2c0 0.000114
+gallium_dri.so free 0x55717358e500 void 0.000115
+gallium_dri.so free 0x55717358e2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4b0 0.000114
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x55717358e4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e5d0 0.000115
+gallium_dri.so free 0x55717358e640 void 0.000114
+gallium_dri.so free 0x55717358e5d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e680 0.000113
+gallium_dri.so free 0x55717358e700 void 0.000115
+gallium_dri.so free 0x55717358e680 void 0.000113
+gallium_dri.so malloc 72 0x55717358e680 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000116
+gallium_dri.so free 0x55717358e680 void 0.000114
+gallium_dri.so malloc 72 0x55717358e7b0 0.000113
+gallium_dri.so free 0x55717358e800 void 0.000116
+gallium_dri.so free 0x55717358e7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e7b0 0.000122
+gallium_dri.so free 0x55717358e900 void 0.000113
+gallium_dri.so free 0x55717358e7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e8b0 0.000111
+gallium_dri.so free 0x55717358e9c0 void 0.000112
+gallium_dri.so free 0x55717358e8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e970 0.000112
+gallium_dri.so free 0x55717358ea00 void 0.000112
+gallium_dri.so free 0x55717358e970 void 0.000112
+gallium_dri.so malloc 72 0x55717358e970 0.000111
+gallium_dri.so free 0x55717358eac0 void 0.000115
+gallium_dri.so free 0x55717358e970 void 0.000112
+gallium_dri.so malloc 72 0x55717358eb30 0.000113
+gallium_dri.so free 0x55717358eb80 void 0.000113
+gallium_dri.so free 0x55717358eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb30 0.000111
+gallium_dri.so free 0x55717358ec80 void 0.000111
+gallium_dri.so free 0x55717358eb30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000111
+gallium_dri.so free 0x55717358ed40 void 0.000112
+gallium_dri.so free 0x55717358ec30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ecf0 0.000123
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ecf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358ecf0 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000112
+gallium_dri.so free 0x55717358ecf0 void 0.000182
+gallium_dri.so malloc 72 0x55717358ee80 0.000160
+gallium_dri.so free 0x55717358ef00 void 0.000158
+gallium_dri.so free 0x55717358ee80 void 0.000156
+gallium_dri.so malloc 72 0x55717358ef00 0.000123
+gallium_dri.so free 0x55717358efc0 void 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef00 0.000118
+gallium_dri.so free 0x55717358f080 void 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000117
+gallium_dri.so malloc 72 0x55717358f0a0 0.000123
+gallium_dri.so free 0x55717358f140 void 0.000121
+gallium_dri.so free 0x55717358f0a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f0f0 0.000114
+gallium_dri.so free 0x55717358f1c0 void 0.000120
+gallium_dri.so free 0x55717358f0f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f0f0 0.000119
+gallium_dri.so free 0x55717358f240 void 0.000115
+gallium_dri.so free 0x55717358f0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f240 0.000123
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x55717358f240 void 0.000118
+gallium_dri.so malloc 72 0x55717358f240 0.000114
+gallium_dri.so free 0x55717358f3c0 void 0.000113
+gallium_dri.so free 0x55717358f240 void 0.000117
+gallium_dri.so malloc 72 0x55717358f240 0.000116
+gallium_dri.so free 0x55717358f480 void 0.000117
+gallium_dri.so free 0x55717358f240 void 0.000118
+gallium_dri.so malloc 72 0x55717358f430 0.000123
+gallium_dri.so free 0x55717358f540 void 0.000118
+gallium_dri.so free 0x55717358f430 void 0.000115
+gallium_dri.so malloc 72 0x55717358f4f0 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so free 0x55717358f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f610 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000115
+gallium_dri.so free 0x55717358f610 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6a0 0.000112
+gallium_dri.so free 0x55717358f740 void 0.000113
+gallium_dri.so free 0x55717358f6a0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6f0 0.000112
+gallium_dri.so free 0x55717358f840 void 0.000114
+gallium_dri.so free 0x55717358f6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f840 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so free 0x55717358f840 void 0.000112
+gallium_dri.so malloc 72 0x55717358f840 0.000114
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9b0 0.000119
+gallium_dri.so free 0x55717358fa40 void 0.000128
+gallium_dri.so free 0x55717358f9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f9b0 0.000114
+gallium_dri.so free 0x55717358fb00 void 0.000114
+gallium_dri.so free 0x55717358f9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fb40 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000115
+gallium_dri.so free 0x55717358fb40 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbc0 0.000114
+gallium_dri.so free 0x55717358fc80 void 0.000115
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbc0 0.000112
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fd30 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000115
+gallium_dri.so free 0x55717358fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd30 0.000112
+gallium_dri.so free 0x55717358fe80 void 0.000115
+gallium_dri.so free 0x55717358fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fec0 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000113
+gallium_dri.so free 0x55717358fec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff40 0.000112
+gallium_dri.so free 0x557173590000 void 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff40 0.000113
+gallium_dri.so free 0x557173590080 void 0.000184
+gallium_dri.so free 0x55717358ff40 void 0.000121
+gallium_dri.so malloc 72 0x5571735900b0 0.000115
+gallium_dri.so free 0x557173590100 void 0.000114
+gallium_dri.so free 0x5571735900b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735900b0 0.000112
+gallium_dri.so free 0x557173590200 void 0.000113
+gallium_dri.so free 0x5571735900b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901b0 0.000114
+gallium_dri.so free 0x5571735902c0 void 0.000115
+gallium_dri.so free 0x5571735901b0 void 0.000112
+gallium_dri.so malloc 72 0x557173590270 0.000114
+gallium_dri.so free 0x557173590340 void 0.000114
+gallium_dri.so free 0x557173590270 void 0.000113
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x557173590270 void 0.000113
+gallium_dri.so malloc 72 0x557173590270 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000115
+gallium_dri.so free 0x557173590270 void 0.000112
+gallium_dri.so malloc 72 0x557173590470 0.000112
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x557173590590 0.000111
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so free 0x557173590590 void 0.000112
+gallium_dri.so malloc 72 0x557173590620 0.000113
+gallium_dri.so free 0x5571735906c0 void 0.000120
+gallium_dri.so free 0x557173590620 void 0.000114
+gallium_dri.so malloc 72 0x557173590670 0.000114
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so free 0x557173590670 void 0.000113
+gallium_dri.so malloc 72 0x557173590740 0.000114
+gallium_dri.so free 0x557173590800 void 0.000115
+gallium_dri.so free 0x557173590740 void 0.000112
+gallium_dri.so malloc 72 0x557173590740 0.000113
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so free 0x557173590740 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000112
+gallium_dri.so free 0x557173590940 void 0.000115
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000113
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so malloc 72 0x557173590880 0.000118
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so malloc 72 0x557173590a70 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000113
+gallium_dri.so free 0x557173590a70 void 0.000112
+gallium_dri.so malloc 72 0x557173590b90 0.000112
+gallium_dri.so free 0x557173590c00 void 0.000114
+gallium_dri.so free 0x557173590b90 void 0.000112
+gallium_dri.so malloc 72 0x557173590c40 0.000115
+gallium_dri.so free 0x557173590cc0 void 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000123
+gallium_dri.so malloc 72 0x557173590c40 0.000113
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000114
+gallium_dri.so malloc 72 0x557173590d70 0.000112
+gallium_dri.so free 0x557173590dc0 void 0.000114
+gallium_dri.so free 0x557173590d70 void 0.000112
+gallium_dri.so malloc 72 0x557173590d70 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000113
+gallium_dri.so free 0x557173590d70 void 0.000112
+gallium_dri.so malloc 72 0x557173590e70 0.000113
+gallium_dri.so free 0x557173590f80 void 0.000113
+gallium_dri.so free 0x557173590e70 void 0.000112
+gallium_dri.so malloc 72 0x557173590f30 0.000111
+gallium_dri.so free 0x557173590fc0 void 0.000111
+gallium_dri.so free 0x557173590f30 void 0.000111
+gallium_dri.so malloc 72 0x557173590f30 0.000114
+gallium_dri.so free 0x557173591080 void 0.000114
+gallium_dri.so free 0x557173590f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735910f0 0.000112
+gallium_dri.so free 0x557173591140 void 0.000115
+gallium_dri.so free 0x5571735910f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735910f0 0.000112
+gallium_dri.so free 0x557173591240 void 0.000115
+gallium_dri.so free 0x5571735910f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591300 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912b0 0.000121
+gallium_dri.so free 0x557173591340 void 0.000116
+gallium_dri.so free 0x5571735912b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912b0 0.000112
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x5571735912b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591440 0.000112
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x5571735914c0 0.000112
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914c0 0.000113
+gallium_dri.so free 0x557173591640 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591660 0.000113
+gallium_dri.so free 0x557173591700 void 0.000114
+gallium_dri.so free 0x557173591660 void 0.000112
+gallium_dri.so malloc 72 0x5571735916b0 0.000112
+gallium_dri.so free 0x557173591780 void 0.000114
+gallium_dri.so free 0x5571735916b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916b0 0.000113
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x5571735916b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591800 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000113
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so malloc 72 0x557173591800 0.000122
+gallium_dri.so free 0x557173591980 void 0.000117
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so malloc 72 0x557173591800 0.000114
+gallium_dri.so free 0x557173591a40 void 0.000115
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so malloc 72 0x5571735919f0 0.000113
+gallium_dri.so free 0x557173591b00 void 0.000115
+gallium_dri.so free 0x5571735919f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ab0 0.000113
+gallium_dri.so free 0x557173591b80 void 0.000114
+gallium_dri.so free 0x557173591ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173591bd0 0.000114
+gallium_dri.so free 0x557173591c40 void 0.000115
+gallium_dri.so free 0x557173591bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173591c60 0.000112
+gallium_dri.so free 0x557173591d00 void 0.000115
+gallium_dri.so free 0x557173591c60 void 0.000114
+gallium_dri.so malloc 72 0x557173591cb0 0.000112
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173591cb0 0.000114
+gallium_dri.so free 0x557173591e00 void 0.000117
+gallium_dri.so free 0x557173591cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173591e00 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000114
+gallium_dri.so free 0x557173591e00 void 0.000113
+gallium_dri.so malloc 72 0x557173591e00 0.000127
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so free 0x557173591e00 void 0.000112
+gallium_dri.so malloc 72 0x557173591e00 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000115
+gallium_dri.so free 0x557173591e00 void 0.000113
+gallium_dri.so malloc 72 0x557173591e00 0.000112
+gallium_dri.so free 0x5571735cafc0 void 0.000113
+gallium_dri.so free 0x557173591e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735caf70 0.000112
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735caf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb090 0.000112
+gallium_dri.so free 0x5571735cb100 void 0.000114
+gallium_dri.so free 0x5571735cb090 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb120 0.000113
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so free 0x5571735cb120 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb170 0.000113
+gallium_dri.so free 0x5571735cb240 void 0.000114
+gallium_dri.so free 0x5571735cb170 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb170 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb170 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000112
+gallium_dri.so free 0x5571735cb3c0 void 0.000115
+gallium_dri.so free 0x5571735cb2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb410 0.000113
+gallium_dri.so free 0x5571735cb480 void 0.000163
+gallium_dri.so free 0x5571735cb410 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb4a0 0.000113
+gallium_dri.so free 0x5571735cb540 void 0.000115
+gallium_dri.so free 0x5571735cb4a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000112
+gallium_dri.so free 0x5571735cb5c0 void 0.000113
+gallium_dri.so free 0x5571735cb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000113
+gallium_dri.so free 0x5571735cb640 void 0.000112
+gallium_dri.so free 0x5571735cb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb640 0.000112
+gallium_dri.so free 0x5571735cb700 void 0.000115
+gallium_dri.so free 0x5571735cb640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb640 0.000115
+gallium_dri.so free 0x5571735cb800 void 0.000114
+gallium_dri.so free 0x5571735cb640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb640 0.000113
+gallium_dri.so free 0x5571735cb880 void 0.000114
+gallium_dri.so free 0x5571735cb640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000112
+gallium_dri.so free 0x5571735cb900 void 0.000114
+gallium_dri.so free 0x5571735cb8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb8b0 0.000111
+gallium_dri.so free 0x5571735cba00 void 0.000114
+gallium_dri.so free 0x5571735cb8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000114
+gallium_dri.so free 0x5571735cbac0 void 0.000126
+gallium_dri.so free 0x5571735cb9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba70 0.000112
+gallium_dri.so free 0x5571735cbb00 void 0.000113
+gallium_dri.so free 0x5571735cba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cba70 0.000113
+gallium_dri.so free 0x5571735cbbc0 void 0.000113
+gallium_dri.so free 0x5571735cba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbc10 0.000114
+gallium_dri.so free 0x5571735cbc80 void 0.000113
+gallium_dri.so free 0x5571735cbc10 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbcc0 0.000113
+gallium_dri.so free 0x5571735cbd40 void 0.000114
+gallium_dri.so free 0x5571735cbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbd40 0.000112
+gallium_dri.so free 0x5571735cbe00 void 0.000114
+gallium_dri.so free 0x5571735cbd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbd40 0.000114
+gallium_dri.so free 0x5571735cbe80 void 0.000115
+gallium_dri.so free 0x5571735cbd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000113
+gallium_dri.so free 0x5571735cbf00 void 0.000115
+gallium_dri.so free 0x5571735cbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000114
+gallium_dri.so free 0x5571735cc000 void 0.000115
+gallium_dri.so free 0x5571735cbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbfb0 0.000111
+gallium_dri.so free 0x5571735cc0c0 void 0.000115
+gallium_dri.so free 0x5571735cbfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc070 0.000115
+gallium_dri.so free 0x5571735cc140 void 0.000115
+gallium_dri.so free 0x5571735cc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc160 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000113
+gallium_dri.so free 0x5571735cc160 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000112
+gallium_dri.so free 0x5571735cc280 void 0.000115
+gallium_dri.so free 0x5571735cc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000113
+gallium_dri.so free 0x5571735cc300 void 0.000115
+gallium_dri.so free 0x5571735cc1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc300 0.000113
+gallium_dri.so free 0x5571735cc3c0 void 0.000114
+gallium_dri.so free 0x5571735cc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc300 0.000114
+gallium_dri.so free 0x5571735cc480 void 0.000115
+gallium_dri.so free 0x5571735cc300 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc300 0.000112
+gallium_dri.so free 0x5571735cc540 void 0.000114
+gallium_dri.so free 0x5571735cc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000115
+gallium_dri.so free 0x5571735cc540 void 0.000115
+gallium_dri.so free 0x5571735cc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000112
+gallium_dri.so free 0x5571735cc640 void 0.000114
+gallium_dri.so free 0x5571735cc4f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000115
+gallium_dri.so free 0x5571735cc700 void 0.000114
+gallium_dri.so free 0x5571735cc5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000112
+gallium_dri.so free 0x5571735cc740 void 0.000114
+gallium_dri.so free 0x5571735cc6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000112
+gallium_dri.so free 0x5571735cc800 void 0.000115
+gallium_dri.so free 0x5571735cc6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc840 0.000113
+gallium_dri.so free 0x5571735cc8c0 void 0.000113
+gallium_dri.so free 0x5571735cc840 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000114
+gallium_dri.so free 0x5571735cc980 void 0.000114
+gallium_dri.so free 0x5571735cc8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8c0 0.000113
+gallium_dri.so free 0x5571735cca40 void 0.000113
+gallium_dri.so free 0x5571735cc8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca60 0.000113
+gallium_dri.so free 0x5571735ccb00 void 0.000114
+gallium_dri.so free 0x5571735cca60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccab0 0.000112
+gallium_dri.so free 0x5571735ccb80 void 0.000114
+gallium_dri.so free 0x5571735ccab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccab0 0.000112
+gallium_dri.so free 0x5571735ccc00 void 0.000114
+gallium_dri.so free 0x5571735ccab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ccc00 0.000116
+gallium_dri.so free 0x5571735cccc0 void 0.000113
+gallium_dri.so free 0x5571735ccc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccc00 0.000114
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so free 0x5571735ccc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc00 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000113
+gallium_dri.so free 0x5571735ccc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000113
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so free 0x5571735ccdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cceb0 0.000112
+gallium_dri.so free 0x5571735ccf80 void 0.000114
+gallium_dri.so free 0x5571735cceb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccfd0 0.000112
+gallium_dri.so free 0x5571735cd040 void 0.000115
+gallium_dri.so free 0x5571735ccfd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd060 0.000113
+gallium_dri.so free 0x5571735cd100 void 0.000114
+gallium_dri.so free 0x5571735cd060 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000112
+gallium_dri.so free 0x5571735cd180 void 0.000114
+gallium_dri.so free 0x5571735cd0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000112
+gallium_dri.so free 0x5571735cd200 void 0.000115
+gallium_dri.so free 0x5571735cd0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd200 0.000127
+gallium_dri.so free 0x5571735cd2c0 void 0.000115
+gallium_dri.so free 0x5571735cd200 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd200 0.000113
+gallium_dri.so free 0x5571735cd3c0 void 0.000114
+gallium_dri.so free 0x5571735cd200 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd370 0.000113
+gallium_dri.so free 0x5571735cd400 void 0.000113
+gallium_dri.so free 0x5571735cd370 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd370 0.000113
+gallium_dri.so free 0x5571735cd4c0 void 0.000113
+gallium_dri.so free 0x5571735cd370 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd500 0.000112
+gallium_dri.so free 0x5571735cd580 void 0.000113
+gallium_dri.so free 0x5571735cd500 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd580 0.000112
+gallium_dri.so free 0x5571735cd640 void 0.000113
+gallium_dri.so free 0x5571735cd580 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd580 0.000111
+gallium_dri.so free 0x5571735cd6c0 void 0.000113
+gallium_dri.so free 0x5571735cd580 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000113
+gallium_dri.so free 0x5571735cd740 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000112
+gallium_dri.so free 0x5571735cd840 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd880 0.000112
+gallium_dri.so free 0x5571735cd900 void 0.000162
+gallium_dri.so free 0x5571735cd880 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd900 0.000114
+gallium_dri.so free 0x5571735cd9c0 void 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd900 0.000113
+gallium_dri.so free 0x5571735cda40 void 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda70 0.000112
+gallium_dri.so free 0x5571735cdac0 void 0.000125
+gallium_dri.so free 0x5571735cda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda70 0.000112
+gallium_dri.so free 0x5571735cdbc0 void 0.000113
+gallium_dri.so free 0x5571735cda70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdb70 0.000112
+gallium_dri.so free 0x5571735cdc80 void 0.000113
+gallium_dri.so free 0x5571735cdb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdc30 0.000114
+gallium_dri.so free 0x5571735cdd00 void 0.000113
+gallium_dri.so free 0x5571735cdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc30 0.000112
+gallium_dri.so free 0x5571735cddc0 void 0.000113
+gallium_dri.so free 0x5571735cdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdc30 0.000112
+gallium_dri.so free 0x5571735cde80 void 0.000113
+gallium_dri.so free 0x5571735cdc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cde30 0.000112
+gallium_dri.so free 0x5571735cdf00 void 0.000129
+gallium_dri.so free 0x5571735cde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdf50 0.000112
+gallium_dri.so free 0x5571735cdfc0 void 0.000114
+gallium_dri.so free 0x5571735cdf50 void 0.000111
+gallium_dri.so malloc 72 0x5571735cdfe0 0.000112
+gallium_dri.so free 0x5571735ce080 void 0.000114
+gallium_dri.so free 0x5571735cdfe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce030 0.000114
+gallium_dri.so free 0x5571735ce100 void 0.000114
+gallium_dri.so free 0x5571735ce030 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce100 0.000113
+gallium_dri.so free 0x5571735ce1c0 void 0.000114
+gallium_dri.so free 0x5571735ce100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce100 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so free 0x5571735ce100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce240 0.000112
+gallium_dri.so free 0x5571735ce300 void 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000113
+gallium_dri.so free 0x5571735ce3c0 void 0.000115
+gallium_dri.so free 0x5571735ce240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce240 0.000114
+gallium_dri.so free 0x5571735ce480 void 0.000114
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce430 0.000113
+gallium_dri.so free 0x5571735ce500 void 0.000115
+gallium_dri.so free 0x5571735ce430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce550 0.000114
+gallium_dri.so free 0x5571735ce5c0 void 0.000113
+gallium_dri.so free 0x5571735ce550 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce600 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000114
+gallium_dri.so free 0x5571735ce600 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce600 0.000113
+gallium_dri.so free 0x5571735ce700 void 0.000115
+gallium_dri.so free 0x5571735ce600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce730 0.000112
+gallium_dri.so free 0x5571735ce780 void 0.000115
+gallium_dri.so free 0x5571735ce730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce730 0.000112
+gallium_dri.so free 0x5571735ce880 void 0.000113
+gallium_dri.so free 0x5571735ce730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce830 0.000114
+gallium_dri.so free 0x5571735ce940 void 0.000114
+gallium_dri.so free 0x5571735ce830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000114
+gallium_dri.so free 0x5571735ce980 void 0.000113
+gallium_dri.so free 0x5571735ce8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000113
+gallium_dri.so free 0x5571735cea40 void 0.000114
+gallium_dri.so free 0x5571735ce8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceab0 0.000114
+gallium_dri.so free 0x5571735ceb00 void 0.000114
+gallium_dri.so free 0x5571735ceab0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ceab0 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000113
+gallium_dri.so free 0x5571735ceab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cec70 0.000112
+gallium_dri.so free 0x5571735ced00 void 0.000113
+gallium_dri.so free 0x5571735cec70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cec70 0.000112
+gallium_dri.so free 0x5571735cedc0 void 0.000113
+gallium_dri.so free 0x5571735cec70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cee00 0.000112
+gallium_dri.so free 0x5571735cee80 void 0.000178
+gallium_dri.so free 0x5571735cee00 void 0.000245
+gallium_dri.so malloc 72 0x5571735cee80 0.000116
+gallium_dri.so free 0x5571735cef40 void 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee80 0.000114
+gallium_dri.so free 0x5571735cf000 void 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf020 0.000112
+gallium_dri.so free 0x5571735cf0c0 void 0.000113
+gallium_dri.so free 0x5571735cf020 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf070 0.000122
+gallium_dri.so free 0x5571735cf140 void 0.000138
+gallium_dri.so free 0x5571735cf070 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf070 0.000122
+gallium_dri.so free 0x5571735cf1c0 void 0.000118
+gallium_dri.so free 0x5571735cf070 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000122
+gallium_dri.so free 0x5571735cf280 void 0.000124
+gallium_dri.so free 0x5571735cf1c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000119
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000114
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf470 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so free 0x5571735cf470 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf590 0.000113
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf590 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf620 0.000112
+gallium_dri.so free 0x5571735cf6c0 void 0.000113
+gallium_dri.so free 0x5571735cf620 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf670 0.000114
+gallium_dri.so free 0x5571735cf740 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf670 0.000113
+gallium_dri.so free 0x5571735cf7c0 void 0.000113
+gallium_dri.so free 0x5571735cf670 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000112
+gallium_dri.so free 0x5571735cf880 void 0.000113
+gallium_dri.so free 0x5571735cf7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf7c0 0.000112
+gallium_dri.so free 0x5571735cf980 void 0.000113
+gallium_dri.so free 0x5571735cf7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf930 0.000112
+gallium_dri.so free 0x5571735cf9c0 void 0.000113
+gallium_dri.so free 0x5571735cf930 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so free 0x5571735cf930 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfac0 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x5571735cfac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000112
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000161
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000111
+gallium_dri.so free 0x5571735cfd00 void 0.000112
+gallium_dri.so free 0x5571735cfcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000112
+gallium_dri.so free 0x5571735cfe00 void 0.000110
+gallium_dri.so free 0x5571735cfcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe40 0.000111
+gallium_dri.so free 0x5571735cfec0 void 0.000111
+gallium_dri.so free 0x5571735cfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfec0 0.000112
+gallium_dri.so free 0x5571735cff80 void 0.000112
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000116
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0030 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so free 0x5571735d0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0030 0.000112
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so free 0x5571735d0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0130 0.000111
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so free 0x5571735d0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d01f0 0.000112
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d01f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d01f0 0.000119
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d01f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d01f0 0.000113
+gallium_dri.so free 0x5571735d0440 void 0.000115
+gallium_dri.so free 0x5571735d01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03f0 0.000114
+gallium_dri.so free 0x5571735d04c0 void 0.000114
+gallium_dri.so free 0x5571735d03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0510 0.000113
+gallium_dri.so free 0x5571735d0580 void 0.000114
+gallium_dri.so free 0x5571735d0510 void 0.000115
+gallium_dri.so malloc 72 0x5571735d05a0 0.000113
+gallium_dri.so free 0x5571735d0640 void 0.000113
+gallium_dri.so free 0x5571735d05a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d05f0 0.000112
+gallium_dri.so free 0x5571735d06c0 void 0.000118
+gallium_dri.so free 0x5571735d05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06c0 0.000115
+gallium_dri.so free 0x5571735d0780 void 0.000115
+gallium_dri.so free 0x5571735d06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d06c0 0.000112
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so free 0x5571735d06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000114
+gallium_dri.so free 0x5571735d08c0 void 0.000116
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0800 0.000126
+gallium_dri.so free 0x5571735d0980 void 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0800 0.000111
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so free 0x5571735d0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d09f0 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b10 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000116
+gallium_dri.so free 0x5571735d0b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000120
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000115
+gallium_dri.so free 0x5571735d0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000113
+gallium_dri.so free 0x5571735d0d40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0df0 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000115
+gallium_dri.so free 0x5571735d0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000113
+gallium_dri.so free 0x5571735d0f40 void 0.000119
+gallium_dri.so free 0x5571735d0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000114
+gallium_dri.so free 0x5571735d1000 void 0.000114
+gallium_dri.so free 0x5571735d0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000112
+gallium_dri.so free 0x5571735d10c0 void 0.000113
+gallium_dri.so free 0x5571735d1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1070 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000115
+gallium_dri.so free 0x5571735d1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1170 0.000113
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000112
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1230 0.000113
+gallium_dri.so free 0x5571735d1380 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d13c0 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000117
+gallium_dri.so free 0x5571735d13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1440 0.000114
+gallium_dri.so free 0x5571735d1500 void 0.000116
+gallium_dri.so free 0x5571735d1440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1440 0.000113
+gallium_dri.so free 0x5571735d15c0 void 0.000125
+gallium_dri.so free 0x5571735d1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15e0 0.000112
+gallium_dri.so free 0x5571735d1680 void 0.000113
+gallium_dri.so free 0x5571735d15e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1630 0.000112
+gallium_dri.so free 0x5571735d1700 void 0.000112
+gallium_dri.so free 0x5571735d1630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1630 0.000123
+gallium_dri.so free 0x5571735d1780 void 0.000123
+gallium_dri.so free 0x5571735d1630 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1780 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000245
+gallium_dri.so free 0x5571735d1780 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1970 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d1970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a30 0.000113
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d1a30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1b50 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000120
+gallium_dri.so free 0x5571735d1b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1be0 0.000112
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so free 0x5571735d1be0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c30 0.000113
+gallium_dri.so free 0x5571735d1d00 void 0.000115
+gallium_dri.so free 0x5571735d1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c30 0.000112
+gallium_dri.so free 0x5571735d1d80 void 0.000114
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d80 0.000113
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so free 0x5571735d1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d80 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000113
+gallium_dri.so free 0x5571735d1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000112
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so free 0x5571735d1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x5571735d1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2080 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2100 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000112
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2100 0.000112
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2270 0.000111
+gallium_dri.so free 0x5571735d22c0 void 0.000111
+gallium_dri.so free 0x5571735d2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2270 0.000111
+gallium_dri.so free 0x5571735d23c0 void 0.000111
+gallium_dri.so free 0x5571735d2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2400 0.000112
+gallium_dri.so free 0x5571735d2480 void 0.000112
+gallium_dri.so free 0x5571735d2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2480 0.000119
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2480 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25f0 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so free 0x5571735d25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25f0 0.000112
+gallium_dri.so free 0x5571735d2740 void 0.000113
+gallium_dri.so free 0x5571735d25f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d26f0 0.000128
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so free 0x5571735d26f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d27b0 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d27b0 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000116
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27b0 0.000114
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000113
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ad0 0.000114
+gallium_dri.so free 0x5571735d2b40 void 0.000115
+gallium_dri.so free 0x5571735d2ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2b60 0.000111
+gallium_dri.so free 0x5571735d2c00 void 0.000120
+gallium_dri.so free 0x5571735d2b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000115
+gallium_dri.so free 0x5571735d2c80 void 0.000115
+gallium_dri.so free 0x5571735d2bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2c80 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000115
+gallium_dri.so free 0x5571735d2c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c80 0.000138
+gallium_dri.so free 0x5571735d2dc0 void 0.000119
+gallium_dri.so free 0x5571735d2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000119
+gallium_dri.so free 0x5571735d2e80 void 0.000120
+gallium_dri.so free 0x5571735d2dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000119
+gallium_dri.so free 0x5571735d2f40 void 0.000116
+gallium_dri.so free 0x5571735d2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2fb0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so free 0x5571735d2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30d0 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so free 0x5571735d30d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3180 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3180 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3180 0.000111
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000112
+gallium_dri.so malloc 72 0x5571735d32b0 0.000112
+gallium_dri.so free 0x5571735d3300 void 0.000113
+gallium_dri.so free 0x5571735d32b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d32b0 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000113
+gallium_dri.so free 0x5571735d32b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d33b0 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d33b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3470 0.000112
+gallium_dri.so free 0x5571735d3500 void 0.000113
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3470 0.000115
+gallium_dri.so free 0x5571735d35c0 void 0.000114
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3630 0.000113
+gallium_dri.so free 0x5571735d3680 void 0.000114
+gallium_dri.so free 0x5571735d3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3630 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000113
+gallium_dri.so free 0x5571735d3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3840 void 0.000115
+gallium_dri.so free 0x5571735d3730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37f0 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so free 0x5571735d37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37f0 0.000112
+gallium_dri.so free 0x5571735d3940 void 0.000115
+gallium_dri.so free 0x5571735d37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3980 0.000105
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000115
+gallium_dri.so free 0x5571735d3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a00 0.000113
+gallium_dri.so free 0x5571735d3b80 void 0.000114
+gallium_dri.so free 0x5571735d3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000116
+gallium_dri.so free 0x5571735d3c40 void 0.000113
+gallium_dri.so free 0x5571735d3ba0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3cc0 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000112
+gallium_dri.so free 0x5571735d3d40 void 0.000115
+gallium_dri.so free 0x5571735d3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d40 0.000111
+gallium_dri.so free 0x5571735d3e00 void 0.000115
+gallium_dri.so free 0x5571735d3d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d40 0.000112
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d40 0.000113
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f30 0.000159
+gallium_dri.so free 0x5571735d4040 void 0.000117
+gallium_dri.so free 0x5571735d3f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so free 0x5571735d3ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4110 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000113
+gallium_dri.so free 0x5571735d4110 void 0.000112
+gallium_dri.so malloc 72 0x5571735d41a0 0.000112
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so free 0x5571735d41a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d41f0 0.000112
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so free 0x5571735d41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d41f0 0.000113
+gallium_dri.so free 0x5571735d4340 void 0.000114
+gallium_dri.so free 0x5571735d41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4340 0.000116
+gallium_dri.so free 0x5571735d4400 void 0.000115
+gallium_dri.so free 0x5571735d4340 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4340 0.000114
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d4340 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000115
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000130
+gallium_dri.so free 0x5571735d4600 void 0.000116
+gallium_dri.so free 0x5571735d44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4640 0.000112
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so free 0x5571735d4640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d46c0 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d46c0 0.000111
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4830 0.000113
+gallium_dri.so free 0x5571735d4880 void 0.000120
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4830 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d49c0 0.000112
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000111
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000112
+gallium_dri.so free 0x5571735d4b80 void 0.000115
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000117
+gallium_dri.so free 0x5571735d4c00 void 0.000126
+gallium_dri.so free 0x5571735d4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000113
+gallium_dri.so free 0x5571735d4d00 void 0.000114
+gallium_dri.so free 0x5571735d4bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000112
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so free 0x5571735d4cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4d70 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000114
+gallium_dri.so free 0x5571735d4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d70 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d70 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000113
+gallium_dri.so free 0x5571735d4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f70 0.000113
+gallium_dri.so free 0x5571735d5040 void 0.000115
+gallium_dri.so free 0x5571735d4f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5090 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000114
+gallium_dri.so free 0x5571735d5090 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5120 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5120 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5170 0.000112
+gallium_dri.so free 0x5571735d5240 void 0.000115
+gallium_dri.so free 0x5571735d5170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5240 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so free 0x5571735d5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5240 0.000113
+gallium_dri.so free 0x5571735d5380 void 0.000115
+gallium_dri.so free 0x5571735d5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000116
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000114
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5380 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000115
+gallium_dri.so free 0x5571735d5380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5570 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d5570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5690 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5690 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5740 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000112
+gallium_dri.so free 0x5571735d5740 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5740 0.000113
+gallium_dri.so free 0x5571735d5840 void 0.000115
+gallium_dri.so free 0x5571735d5740 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d58c0 void 0.000116
+gallium_dri.so free 0x5571735d5870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5970 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000114
+gallium_dri.so free 0x5571735d5970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a30 0.000112
+gallium_dri.so free 0x5571735d5ac0 void 0.000114
+gallium_dri.so free 0x5571735d5a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a30 0.000112
+gallium_dri.so free 0x5571735d5b80 void 0.000115
+gallium_dri.so free 0x5571735d5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000112
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000118
+gallium_dri.so free 0x5571735d5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so free 0x5571735d5db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5db0 0.000113
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5f40 0.000112
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000112
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000112
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x5571735d5fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6160 0.000112
+gallium_dri.so free 0x5571735d6200 void 0.000114
+gallium_dri.so free 0x5571735d6160 void 0.000112
+gallium_dri.so malloc 72 0x5571735d61b0 0.000112
+gallium_dri.so free 0x5571735d6280 void 0.000115
+gallium_dri.so free 0x5571735d61b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d61b0 0.000105
+gallium_dri.so free 0x5571735d6300 void 0.000234
+gallium_dri.so free 0x5571735d61b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735d6300 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000115
+gallium_dri.so free 0x5571735d6300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6300 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6300 0.000112
+gallium_dri.so free 0x5571735d6540 void 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64f0 0.000112
+gallium_dri.so free 0x5571735d6600 void 0.000114
+gallium_dri.so free 0x5571735d64f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d65b0 0.000112
+gallium_dri.so free 0x5571735d6680 void 0.000116
+gallium_dri.so free 0x5571735d65b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d66d0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so free 0x5571735d66d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6760 0.000112
+gallium_dri.so free 0x5571735d6800 void 0.000114
+gallium_dri.so free 0x5571735d6760 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67b0 0.000113
+gallium_dri.so free 0x5571735d6880 void 0.000116
+gallium_dri.so free 0x5571735d67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d67b0 0.000113
+gallium_dri.so free 0x5571735d6900 void 0.000115
+gallium_dri.so free 0x5571735d67b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6900 0.000114
+gallium_dri.so free 0x5571735d69c0 void 0.000113
+gallium_dri.so free 0x5571735d6900 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6900 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so free 0x5571735d6900 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6b00 void 0.000114
+gallium_dri.so free 0x5571735d6a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6a70 0.000113
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6c00 0.000112
+gallium_dri.so free 0x5571735f36c0 void 0.000114
+gallium_dri.so free 0x5571735d6c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f36c0 0.000113
+gallium_dri.so free 0x5571735f3780 void 0.000115
+gallium_dri.so free 0x5571735f36c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f36c0 0.000113
+gallium_dri.so free 0x5571735f3840 void 0.000114
+gallium_dri.so free 0x5571735f36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f36c0 0.000114
+gallium_dri.so free 0x5571735f3900 void 0.000115
+gallium_dri.so free 0x5571735f36c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f38b0 0.000113
+gallium_dri.so free 0x5571735f3900 void 0.000114
+gallium_dri.so free 0x5571735f38b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f38b0 0.000113
+gallium_dri.so free 0x5571735f3a00 void 0.000114
+gallium_dri.so free 0x5571735f38b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39b0 0.000112
+gallium_dri.so free 0x5571735f3ac0 void 0.000114
+gallium_dri.so free 0x5571735f39b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3a70 0.000119
+gallium_dri.so free 0x5571735f3b00 void 0.000115
+gallium_dri.so free 0x5571735f3a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a70 0.000113
+gallium_dri.so free 0x5571735f3bc0 void 0.000114
+gallium_dri.so free 0x5571735f3a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c00 0.000114
+gallium_dri.so free 0x5571735f3c80 void 0.000114
+gallium_dri.so free 0x5571735f3c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3c80 0.000113
+gallium_dri.so free 0x5571735f3d40 void 0.000113
+gallium_dri.so free 0x5571735f3c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3c80 0.000114
+gallium_dri.so free 0x5571735f3e00 void 0.000114
+gallium_dri.so free 0x5571735f3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e20 0.000112
+gallium_dri.so free 0x5571735f3ec0 void 0.000113
+gallium_dri.so free 0x5571735f3e20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3e70 0.000111
+gallium_dri.so free 0x5571735f3f40 void 0.000114
+gallium_dri.so free 0x5571735f3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e70 0.000113
+gallium_dri.so free 0x5571735f3fc0 void 0.000116
+gallium_dri.so free 0x5571735f3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000114
+gallium_dri.so free 0x5571735f4080 void 0.000114
+gallium_dri.so free 0x5571735f3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000125
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so free 0x5571735f3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3fc0 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000115
+gallium_dri.so free 0x5571735f3fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f41b0 0.000114
+gallium_dri.so free 0x5571735f42c0 void 0.000114
+gallium_dri.so free 0x5571735f41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4270 0.000112
+gallium_dri.so free 0x5571735f4340 void 0.000114
+gallium_dri.so free 0x5571735f4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4390 0.000112
+gallium_dri.so free 0x5571735f4400 void 0.000115
+gallium_dri.so free 0x5571735f4390 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4420 0.000114
+gallium_dri.so free 0x5571735f44c0 void 0.000114
+gallium_dri.so free 0x5571735f4420 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4470 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so free 0x5571735f4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4470 0.000113
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so free 0x5571735f4470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f45c0 0.000112
+gallium_dri.so free 0x5571735f4680 void 0.000113
+gallium_dri.so free 0x5571735f45c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f45c0 0.000123
+gallium_dri.so free 0x5571735f4780 void 0.000115
+gallium_dri.so free 0x5571735f45c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4730 0.000114
+gallium_dri.so free 0x5571735f47c0 void 0.000115
+gallium_dri.so free 0x5571735f4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4730 0.000112
+gallium_dri.so free 0x5571735f4880 void 0.000114
+gallium_dri.so free 0x5571735f4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f48c0 0.000112
+gallium_dri.so free 0x5571735f4940 void 0.000114
+gallium_dri.so free 0x5571735f48c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4940 0.000112
+gallium_dri.so free 0x5571735f4a00 void 0.000114
+gallium_dri.so free 0x5571735f4940 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4940 0.000113
+gallium_dri.so free 0x5571735f4a80 void 0.000115
+gallium_dri.so free 0x5571735f4940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000113
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000115
+gallium_dri.so free 0x5571735f4c00 void 0.000115
+gallium_dri.so free 0x5571735f4ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4c40 0.000115
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000111
+gallium_dri.so free 0x5571735f4d80 void 0.000162
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000113
+gallium_dri.so free 0x5571735f4e00 void 0.000114
+gallium_dri.so free 0x5571735f4cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e30 0.000112
+gallium_dri.so free 0x5571735f4e80 void 0.000113
+gallium_dri.so free 0x5571735f4e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e30 0.000112
+gallium_dri.so free 0x5571735f4f80 void 0.000114
+gallium_dri.so free 0x5571735f4e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4f30 0.000112
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x5571735f4f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000247
+gallium_dri.so free 0x5571735f50c0 void 0.000246
+gallium_dri.so free 0x5571735f4ff0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so free 0x5571735f4ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f51f0 0.000114
+gallium_dri.so free 0x5571735f52c0 void 0.000116
+gallium_dri.so free 0x5571735f51f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5310 0.000121
+gallium_dri.so free 0x5571735f5380 void 0.000123
+gallium_dri.so free 0x5571735f5310 void 0.000123
+gallium_dri.so malloc 72 0x5571735f53a0 0.000122
+gallium_dri.so free 0x5571735f5440 void 0.000118
+gallium_dri.so free 0x5571735f53a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f53f0 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000112
+gallium_dri.so free 0x5571735f53f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f54c0 0.000113
+gallium_dri.so free 0x5571735f5580 void 0.000112
+gallium_dri.so free 0x5571735f54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f54c0 0.000112
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5600 0.000111
+gallium_dri.so free 0x5571735f56c0 void 0.000120
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5600 0.000112
+gallium_dri.so free 0x5571735f5780 void 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5600 0.000113
+gallium_dri.so free 0x5571735f5840 void 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57f0 0.000112
+gallium_dri.so free 0x5571735f58c0 void 0.000115
+gallium_dri.so free 0x5571735f57f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5910 0.000113
+gallium_dri.so free 0x5571735f5980 void 0.000117
+gallium_dri.so free 0x5571735f5910 void 0.000115
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5a40 void 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x5571735f5ac0 void 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5af0 0.000112
+gallium_dri.so free 0x5571735f5b40 void 0.000115
+gallium_dri.so free 0x5571735f5af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5af0 0.000114
+gallium_dri.so free 0x5571735f5c40 void 0.000113
+gallium_dri.so free 0x5571735f5af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000113
+gallium_dri.so free 0x5571735f5d00 void 0.000114
+gallium_dri.so free 0x5571735f5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000113
+gallium_dri.so free 0x5571735f5d40 void 0.000115
+gallium_dri.so free 0x5571735f5cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5cb0 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e70 0.000112
+gallium_dri.so free 0x5571735f5ec0 void 0.000185
+gallium_dri.so free 0x5571735f5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e70 0.000112
+gallium_dri.so free 0x5571735f5fc0 void 0.000112
+gallium_dri.so free 0x5571735f5e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f70 0.000111
+gallium_dri.so free 0x5571735f6080 void 0.000112
+gallium_dri.so free 0x5571735f5f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6030 0.000123
+gallium_dri.so free 0x5571735f60c0 void 0.000119
+gallium_dri.so free 0x5571735f6030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6030 0.000114
+gallium_dri.so free 0x5571735f6180 void 0.000114
+gallium_dri.so free 0x5571735f6030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f61c0 0.000115
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6240 0.000112
+gallium_dri.so free 0x5571735f6300 void 0.000114
+gallium_dri.so free 0x5571735f6240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6240 0.000114
+gallium_dri.so free 0x5571735f63c0 void 0.000115
+gallium_dri.so free 0x5571735f6240 void 0.000111
+gallium_dri.so malloc 72 0x5571735f63e0 0.000112
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f63e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6430 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000112
+gallium_dri.so free 0x5571735f6430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6430 0.000110
+gallium_dri.so free 0x5571735f6580 void 0.000110
+gallium_dri.so free 0x5571735f6430 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6580 0.000110
+gallium_dri.so free 0x5571735f6640 void 0.000110
+gallium_dri.so free 0x5571735f6580 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6580 0.000115
+gallium_dri.so free 0x5571735f6700 void 0.000111
+gallium_dri.so free 0x5571735f6580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6580 0.000112
+gallium_dri.so free 0x5571735f67c0 void 0.000112
+gallium_dri.so free 0x5571735f6580 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6770 0.000109
+gallium_dri.so free 0x5571735f6880 void 0.000109
+gallium_dri.so free 0x5571735f6770 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6830 0.000109
+gallium_dri.so free 0x5571735f6900 void 0.000118
+gallium_dri.so free 0x5571735f6830 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6950 0.000111
+gallium_dri.so free 0x5571735f69c0 void 0.000114
+gallium_dri.so free 0x5571735f6950 void 0.000113
+gallium_dri.so malloc 72 0x5571735f69e0 0.000110
+gallium_dri.so free 0x5571735f6a80 void 0.000111
+gallium_dri.so free 0x5571735f69e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6a30 0.000109
+gallium_dri.so free 0x5571735f6b00 void 0.000110
+gallium_dri.so free 0x5571735f6a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6a30 0.000116
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6b80 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b80 0.000114
+gallium_dri.so free 0x5571735f6d40 void 0.000115
+gallium_dri.so free 0x5571735f6b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000112
+gallium_dri.so free 0x5571735f6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000111
+gallium_dri.so free 0x5571735f6e40 void 0.000115
+gallium_dri.so free 0x5571735f6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e80 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000115
+gallium_dri.so free 0x5571735f6e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f00 0.000115
+gallium_dri.so free 0x5571735f6fc0 void 0.000115
+gallium_dri.so free 0x5571735f6f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f00 0.000113
+gallium_dri.so free 0x5571735f7040 void 0.000114
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7070 0.000112
+gallium_dri.so free 0x5571735f70c0 void 0.000115
+gallium_dri.so free 0x5571735f7070 void 0.000159
+gallium_dri.so malloc 72 0x5571735f7070 0.000114
+gallium_dri.so free 0x5571735f71c0 void 0.000115
+gallium_dri.so free 0x5571735f7070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7200 0.000113
+gallium_dri.so free 0x5571735f7280 void 0.000113
+gallium_dri.so free 0x5571735f7200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7280 0.000113
+gallium_dri.so free 0x5571735f7340 void 0.000115
+gallium_dri.so free 0x5571735f7280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7280 0.000111
+gallium_dri.so free 0x5571735f73c0 void 0.000114
+gallium_dri.so free 0x5571735f7280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f73f0 0.000112
+gallium_dri.so free 0x5571735f7440 void 0.000115
+gallium_dri.so free 0x5571735f73f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f73f0 0.000111
+gallium_dri.so free 0x5571735f7540 void 0.000115
+gallium_dri.so free 0x5571735f73f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f74f0 0.000113
+gallium_dri.so free 0x5571735f7600 void 0.000114
+gallium_dri.so free 0x5571735f74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f75b0 0.000113
+gallium_dri.so free 0x5571735f7680 void 0.000114
+gallium_dri.so free 0x5571735f75b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75b0 0.000112
+gallium_dri.so free 0x5571735f7740 void 0.000121
+gallium_dri.so free 0x5571735f75b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f75b0 0.000114
+gallium_dri.so free 0x5571735f7800 void 0.000111
+gallium_dri.so free 0x5571735f75b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f77b0 0.000111
+gallium_dri.so free 0x5571735f7880 void 0.000153
+gallium_dri.so free 0x5571735f77b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f78d0 0.000196
+gallium_dri.so free 0x5571735f7940 void 0.000199
+gallium_dri.so free 0x5571735f78d0 void 0.000220
+gallium_dri.so malloc 72 0x5571735f7960 0.000123
+gallium_dri.so free 0x5571735f7a00 void 0.000124
+gallium_dri.so free 0x5571735f7960 void 0.000123
+gallium_dri.so malloc 72 0x5571735f79b0 0.000122
+gallium_dri.so free 0x5571735f7a80 void 0.000119
+gallium_dri.so free 0x5571735f79b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7a80 0.000123
+gallium_dri.so free 0x5571735f7b40 void 0.000123
+gallium_dri.so free 0x5571735f7a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a80 0.000119
+gallium_dri.so free 0x5571735f7bc0 void 0.000118
+gallium_dri.so free 0x5571735f7a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000122
+gallium_dri.so free 0x5571735f7c80 void 0.000123
+gallium_dri.so free 0x5571735f7bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000122
+gallium_dri.so free 0x5571735f7d40 void 0.000123
+gallium_dri.so free 0x5571735f7bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000123
+gallium_dri.so free 0x5571735f7e00 void 0.000119
+gallium_dri.so free 0x5571735f7bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7db0 0.000116
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ed0 0.000115
+gallium_dri.so free 0x5571735f7f40 void 0.000114
+gallium_dri.so free 0x5571735f7ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f80 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000113
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f8080 void 0.000115
+gallium_dri.so free 0x5571735f7f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f80b0 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000113
+gallium_dri.so free 0x5571735f80b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f80b0 0.000113
+gallium_dri.so free 0x5571735f8200 void 0.000114
+gallium_dri.so free 0x5571735f80b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f81b0 0.000113
+gallium_dri.so free 0x5571735f82c0 void 0.000114
+gallium_dri.so free 0x5571735f81b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8270 0.000105
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f8270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8270 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so free 0x5571735f8270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8430 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so free 0x5571735f8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8430 0.000113
+gallium_dri.so free 0x5571735f8580 void 0.000114
+gallium_dri.so free 0x5571735f8430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8530 0.000112
+gallium_dri.so free 0x5571735f8640 void 0.000113
+gallium_dri.so free 0x5571735f8530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f85f0 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x5571735f85f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f85f0 0.000112
+gallium_dri.so free 0x5571735f8740 void 0.000113
+gallium_dri.so free 0x5571735f85f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8780 0.000113
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8800 0.000113
+gallium_dri.so free 0x5571735f88c0 void 0.000114
+gallium_dri.so free 0x5571735f8800 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8800 0.000121
+gallium_dri.so free 0x5571735f8980 void 0.000116
+gallium_dri.so free 0x5571735f8800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f89a0 0.000114
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so free 0x5571735f89a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f89f0 0.000112
+gallium_dri.so free 0x5571735f8ac0 void 0.000113
+gallium_dri.so free 0x5571735f89f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f89f0 0.000112
+gallium_dri.so free 0x5571735f8b40 void 0.000115
+gallium_dri.so free 0x5571735f89f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8b40 0.000113
+gallium_dri.so free 0x5571735f8c00 void 0.000114
+gallium_dri.so free 0x5571735f8b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b40 0.000111
+gallium_dri.so free 0x5571735f8cc0 void 0.000114
+gallium_dri.so free 0x5571735f8b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b40 0.000114
+gallium_dri.so free 0x5571735f8d80 void 0.000115
+gallium_dri.so free 0x5571735f8b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8d30 0.000114
+gallium_dri.so free 0x5571735f8e40 void 0.000116
+gallium_dri.so free 0x5571735f8d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8df0 0.000112
+gallium_dri.so free 0x5571735f8ec0 void 0.000115
+gallium_dri.so free 0x5571735f8df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f10 0.000114
+gallium_dri.so free 0x5571735f8f80 void 0.000123
+gallium_dri.so free 0x5571735f8f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8fa0 0.000113
+gallium_dri.so free 0x5571735f9040 void 0.000113
+gallium_dri.so free 0x5571735f8fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000112
+gallium_dri.so free 0x5571735f90c0 void 0.000114
+gallium_dri.so free 0x5571735f8ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000112
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so free 0x5571735f8ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9140 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9140 0.000112
+gallium_dri.so free 0x5571735f9300 void 0.000113
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f92b0 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f92b0 0.000111
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so free 0x5571735f92b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9440 0.000113
+gallium_dri.so free 0x5571735f94c0 void 0.000114
+gallium_dri.so free 0x5571735f9440 void 0.000112
+gallium_dri.so malloc 72 0x5571735f94c0 0.000114
+gallium_dri.so free 0x5571735f9580 void 0.000114
+gallium_dri.so free 0x5571735f94c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f94c0 0.000112
+gallium_dri.so free 0x5571735f9600 void 0.000112
+gallium_dri.so free 0x5571735f94c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9630 0.000119
+gallium_dri.so free 0x5571735f9680 void 0.000115
+gallium_dri.so free 0x5571735f9630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9630 0.000112
+gallium_dri.so free 0x5571735f9780 void 0.000112
+gallium_dri.so free 0x5571735f9630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f97c0 0.000111
+gallium_dri.so free 0x5571735f9840 void 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9840 0.000111
+gallium_dri.so free 0x5571735f9900 void 0.000112
+gallium_dri.so free 0x5571735f9840 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9840 0.000111
+gallium_dri.so free 0x5571735f9980 void 0.000112
+gallium_dri.so free 0x5571735f9840 void 0.000111
+gallium_dri.so malloc 72 0x5571735f99b0 0.000113
+gallium_dri.so free 0x5571735f9a00 void 0.000113
+gallium_dri.so free 0x5571735f99b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f99b0 0.000112
+gallium_dri.so free 0x5571735f9b00 void 0.000114
+gallium_dri.so free 0x5571735f99b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000114
+gallium_dri.so free 0x5571735f9ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9b70 0.000115
+gallium_dri.so free 0x5571735f9c40 void 0.000115
+gallium_dri.so free 0x5571735f9b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b70 0.000112
+gallium_dri.so free 0x5571735f9d00 void 0.000112
+gallium_dri.so free 0x5571735f9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b70 0.000112
+gallium_dri.so free 0x5571735f9dc0 void 0.000114
+gallium_dri.so free 0x5571735f9b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9d70 0.000113
+gallium_dri.so free 0x5571735f9e40 void 0.000112
+gallium_dri.so free 0x5571735f9d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9e90 0.000112
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so free 0x5571735f9e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f20 0.000112
+gallium_dri.so free 0x5571735f9fc0 void 0.000112
+gallium_dri.so free 0x5571735f9f20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f70 0.000112
+gallium_dri.so free 0x5571735fa040 void 0.000112
+gallium_dri.so free 0x5571735f9f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa040 0.000113
+gallium_dri.so free 0x5571735fa100 void 0.000113
+gallium_dri.so free 0x5571735fa040 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa040 0.000113
+gallium_dri.so free 0x5571735fa180 void 0.000112
+gallium_dri.so free 0x5571735fa040 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa180 0.000126
+gallium_dri.so free 0x5571735fa240 void 0.000114
+gallium_dri.so free 0x5571735fa180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa180 0.000113
+gallium_dri.so free 0x5571735fa300 void 0.000112
+gallium_dri.so free 0x5571735fa180 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa180 0.000111
+gallium_dri.so free 0x5571735fa3c0 void 0.000113
+gallium_dri.so free 0x5571735fa180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa370 0.000112
+gallium_dri.so free 0x5571735fa440 void 0.000112
+gallium_dri.so free 0x5571735fa370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa490 0.000112
+gallium_dri.so free 0x5571735fa500 void 0.000113
+gallium_dri.so free 0x5571735fa490 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa540 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000112
+gallium_dri.so free 0x5571735fa540 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa540 0.000114
+gallium_dri.so free 0x5571735fa640 void 0.000116
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa670 0.000113
+gallium_dri.so free 0x5571735fa6c0 void 0.000116
+gallium_dri.so free 0x5571735fa670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa670 0.000112
+gallium_dri.so free 0x5571735fa7c0 void 0.000114
+gallium_dri.so free 0x5571735fa670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa770 0.000113
+gallium_dri.so free 0x5571735fa880 void 0.000117
+gallium_dri.so free 0x5571735fa770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa830 0.000111
+gallium_dri.so free 0x5571735fa8c0 void 0.000114
+gallium_dri.so free 0x5571735fa830 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa830 0.000113
+gallium_dri.so free 0x5571735fa980 void 0.000113
+gallium_dri.so free 0x5571735fa830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000113
+gallium_dri.so free 0x5571735faa40 void 0.000113
+gallium_dri.so free 0x5571735fa9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000114
+gallium_dri.so free 0x5571735fab40 void 0.000115
+gallium_dri.so free 0x5571735fa9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faaf0 0.000113
+gallium_dri.so free 0x5571735fac00 void 0.000116
+gallium_dri.so free 0x5571735faaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabb0 0.000115
+gallium_dri.so free 0x5571735fac40 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabb0 0.000113
+gallium_dri.so free 0x5571735fad00 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad40 0.000113
+gallium_dri.so free 0x5571735fadc0 void 0.000114
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fadc0 0.000113
+gallium_dri.so free 0x5571735fae80 void 0.000117
+gallium_dri.so free 0x5571735fadc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fadc0 0.000114
+gallium_dri.so free 0x5571735faf40 void 0.000114
+gallium_dri.so free 0x5571735fadc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faf60 0.000114
+gallium_dri.so free 0x5571735fb000 void 0.000116
+gallium_dri.so free 0x5571735faf60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fafb0 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so free 0x5571735fafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fafb0 0.000114
+gallium_dri.so free 0x5571735fb100 void 0.000114
+gallium_dri.so free 0x5571735fafb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb100 0.000114
+gallium_dri.so free 0x5571735fb1c0 void 0.000116
+gallium_dri.so free 0x5571735fb100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb100 0.000115
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so free 0x5571735fb100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb100 0.000116
+gallium_dri.so free 0x5571735fb340 void 0.000117
+gallium_dri.so free 0x5571735fb100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000115
+gallium_dri.so free 0x5571735fb400 void 0.000114
+gallium_dri.so free 0x5571735fb2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000125
+gallium_dri.so free 0x5571735fb3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000114
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735fb4d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb560 0.000114
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so free 0x5571735fb560 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000116
+gallium_dri.so free 0x5571735fb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000118
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so free 0x5571735fb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb700 0.000114
+gallium_dri.so free 0x5571735fb7c0 void 0.000116
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb700 0.000115
+gallium_dri.so free 0x5571735fb8c0 void 0.000117
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb870 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000114
+gallium_dri.so free 0x5571735fb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb870 0.000113
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so free 0x5571735fb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fba00 0.000114
+gallium_dri.so free 0x5571735fba80 void 0.000162
+gallium_dri.so free 0x5571735fba00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba80 0.000112
+gallium_dri.so free 0x5571735fbb40 void 0.000112
+gallium_dri.so free 0x5571735fba80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fba80 0.000112
+gallium_dri.so free 0x5571735fbbc0 void 0.000114
+gallium_dri.so free 0x5571735fba80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000111
+gallium_dri.so free 0x5571735fbc40 void 0.000113
+gallium_dri.so free 0x5571735fbbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000113
+gallium_dri.so free 0x5571735fbd40 void 0.000113
+gallium_dri.so free 0x5571735fbbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbd80 0.000111
+gallium_dri.so free 0x5571735fbe00 void 0.000113
+gallium_dri.so free 0x5571735fbd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbe00 0.000112
+gallium_dri.so free 0x5571735fbec0 void 0.000114
+gallium_dri.so free 0x5571735fbe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbe00 0.000113
+gallium_dri.so free 0x5571735fbf40 void 0.000113
+gallium_dri.so free 0x5571735fbe00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbf70 0.000112
+gallium_dri.so free 0x5571735fbfc0 void 0.000112
+gallium_dri.so free 0x5571735fbf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbf70 0.000111
+gallium_dri.so free 0x5571735fc0c0 void 0.000112
+gallium_dri.so free 0x5571735fbf70 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc070 0.000115
+gallium_dri.so free 0x5571735fc180 void 0.000113
+gallium_dri.so free 0x5571735fc070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc130 0.000114
+gallium_dri.so free 0x5571735fc200 void 0.000114
+gallium_dri.so free 0x5571735fc130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc130 0.000114
+gallium_dri.so free 0x5571735fc2c0 void 0.000114
+gallium_dri.so free 0x5571735fc130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc130 0.000113
+gallium_dri.so free 0x5571735fc380 void 0.000114
+gallium_dri.so free 0x5571735fc130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc330 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735fc330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc450 0.000112
+gallium_dri.so free 0x5571735fc4c0 void 0.000115
+gallium_dri.so free 0x5571735fc450 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc4e0 0.000114
+gallium_dri.so free 0x5571735fc580 void 0.000115
+gallium_dri.so free 0x5571735fc4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc530 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735fc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc600 0.000115
+gallium_dri.so free 0x5571735fc6c0 void 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc600 0.000118
+gallium_dri.so free 0x5571735fc740 void 0.000116
+gallium_dri.so free 0x5571735fc600 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc740 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc740 0.000113
+gallium_dri.so free 0x5571735fc8c0 void 0.000115
+gallium_dri.so free 0x5571735fc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc740 0.000113
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000112
+gallium_dri.so free 0x5571735fc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca50 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fca50 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb00 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb00 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc30 0.000113
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcc30 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000113
+gallium_dri.so free 0x5571735fcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000113
+gallium_dri.so free 0x5571735fce80 void 0.000115
+gallium_dri.so free 0x5571735fcdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000114
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fcdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000114
+gallium_dri.so free 0x5571735fcfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000112
+gallium_dri.so free 0x5571735fd100 void 0.000115
+gallium_dri.so free 0x5571735fcfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000112
+gallium_dri.so free 0x5571735fd1c0 void 0.000115
+gallium_dri.so free 0x5571735fd0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd170 0.000112
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd170 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd300 0.000124
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd380 0.000115
+gallium_dri.so free 0x5571735fd440 void 0.000115
+gallium_dri.so free 0x5571735fd380 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd380 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd520 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000115
+gallium_dri.so free 0x5571735fd520 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd570 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so free 0x5571735fd570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd570 0.000113
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so free 0x5571735fd570 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000116
+gallium_dri.so free 0x5571735fd780 void 0.000116
+gallium_dri.so free 0x5571735fd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000113
+gallium_dri.so free 0x5571735fd900 void 0.000115
+gallium_dri.so free 0x5571735fd6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000124
+gallium_dri.so free 0x5571735fd9c0 void 0.000115
+gallium_dri.so free 0x5571735fd8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd970 0.000114
+gallium_dri.so free 0x5571735fda40 void 0.000114
+gallium_dri.so free 0x5571735fd970 void 0.000111
+gallium_dri.so malloc 72 0x5571735fda90 0.000115
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so free 0x5571735fda90 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdb20 0.000113
+gallium_dri.so free 0x5571735fdbc0 void 0.000114
+gallium_dri.so free 0x5571735fdb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000112
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so free 0x5571735fdb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdb70 0.000112
+gallium_dri.so free 0x5571735fdcc0 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000116
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000115
+gallium_dri.so free 0x5571735fde80 void 0.000114
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdec0 void 0.000115
+gallium_dri.so free 0x5571735fde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000126
+gallium_dri.so free 0x5571735fde30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000112
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000114
+gallium_dri.so free 0x5571735fe200 void 0.000113
+gallium_dri.so free 0x5571735fe1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe340 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000114
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000114
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe530 0.000112
+gallium_dri.so free 0x5571735fe580 void 0.000121
+gallium_dri.so free 0x5571735fe530 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe530 0.000114
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so free 0x5571735fe530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe630 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000112
+gallium_dri.so free 0x5571735fe630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000116
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000112
+gallium_dri.so free 0x5571735fe880 void 0.000113
+gallium_dri.so free 0x5571735fe6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000111
+gallium_dri.so free 0x5571735fe940 void 0.000247
+gallium_dri.so free 0x5571735fe6f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fea10 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000115
+gallium_dri.so free 0x5571735fea10 void 0.000112
+gallium_dri.so malloc 72 0x5571735feaa0 0.000111
+gallium_dri.so free 0x5571735feb40 void 0.000114
+gallium_dri.so free 0x5571735feaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feaf0 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000123
+gallium_dri.so free 0x5571735feaf0 void 0.000158
+gallium_dri.so malloc 72 0x5571735febc0 0.000158
+gallium_dri.so free 0x5571735fec80 void 0.000123
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735febc0 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed00 0.000111
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed00 0.000112
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fed00 0.000112
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000112
+gallium_dri.so malloc 72 0x5571735feef0 0.000114
+gallium_dri.so free 0x5571735fefc0 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff010 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so free 0x5571735ff010 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000115
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735ff0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000113
+gallium_dri.so free 0x5571735ff0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000113
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so free 0x5571735ff1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000112
+gallium_dri.so free 0x5571735ff400 void 0.000113
+gallium_dri.so free 0x5571735ff2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000113
+gallium_dri.so free 0x5571735ff440 void 0.000112
+gallium_dri.so free 0x5571735ff3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000112
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so free 0x5571735ff3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff570 0.000113
+gallium_dri.so free 0x5571735ff5c0 void 0.000112
+gallium_dri.so free 0x5571735ff570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff570 0.000111
+gallium_dri.so free 0x5571735ff6c0 void 0.000113
+gallium_dri.so free 0x5571735ff570 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff670 0.000111
+gallium_dri.so free 0x5571735ff780 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff730 0.000122
+gallium_dri.so free 0x5571735ff7c0 void 0.000113
+gallium_dri.so free 0x5571735ff730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff730 0.000112
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so free 0x5571735ff730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000112
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so free 0x5571735ff8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff940 0.000123
+gallium_dri.so free 0x5571735ffa00 void 0.000118
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff940 0.000112
+gallium_dri.so free 0x5571735ffac0 void 0.000111
+gallium_dri.so free 0x5571735ff940 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffae0 0.000114
+gallium_dri.so free 0x5571735ffb80 void 0.000115
+gallium_dri.so free 0x5571735ffae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb30 0.000112
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ffb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb30 0.000113
+gallium_dri.so free 0x5571735ffd80 void 0.000115
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd80 0.000113
+gallium_dri.so free 0x5571735ffe40 void 0.000115
+gallium_dri.so free 0x5571735ffd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd80 0.000187
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so free 0x5571735ffd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffef0 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000117
+gallium_dri.so free 0x5571735ffef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173454440 void 0.000112
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000112
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4280 0.000114
+gallium_dri.so free 0x5571735b4b80 void 0.000113
+gallium_dri.so free 0x5571735b4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4280 0.000112
+gallium_dri.so free 0x5571735b4c00 void 0.000113
+gallium_dri.so free 0x5571735b4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4c30 0.000112
+gallium_dri.so free 0x5571735b3ec0 void 0.000112
+gallium_dri.so free 0x5571735b4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000115
+gallium_dri.so free 0x5571735b3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f90 0.000113
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b3f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4040 0.000115
+gallium_dri.so free 0x5571735b40c0 void 0.000115
+gallium_dri.so free 0x5571735b4040 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4040 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000115
+gallium_dri.so free 0x5571735b4040 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4630 0.000113
+gallium_dri.so free 0x5571735b4680 void 0.000114
+gallium_dri.so free 0x5571735b4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4630 0.000112
+gallium_dri.so free 0x5571735b4780 void 0.000115
+gallium_dri.so free 0x5571735b4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4730 0.000112
+gallium_dri.so free 0x5571735b4840 void 0.000113
+gallium_dri.so free 0x5571735b4730 void 0.000119
+gallium_dri.so malloc 72 0x5571735b47f0 0.000113
+gallium_dri.so free 0x5571735b4880 void 0.000112
+gallium_dri.so free 0x5571735b47f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b47f0 0.000113
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b49b0 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000113
+gallium_dri.so free 0x5571735b49b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2800 0.000112
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2880 0.000125
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2880 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x5571735f2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29f0 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f29f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f29f0 0.000113
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so free 0x5571735f29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2af0 0.000112
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so free 0x5571735f2af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000114
+gallium_dri.so free 0x5571735f2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000112
+gallium_dri.so free 0x5571735f2e00 void 0.000115
+gallium_dri.so free 0x5571735f2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2db0 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so free 0x5571735f2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ed0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000164
+gallium_dri.so free 0x5571735f2ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f60 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000115
+gallium_dri.so free 0x5571735f2f60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000120
+gallium_dri.so free 0x5571735f2fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3080 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3080 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000112
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31c0 0.000112
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000112
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33b0 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so free 0x5571735f33b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f34d0 0.000114
+gallium_dri.so free 0x5571735f3540 void 0.000118
+gallium_dri.so free 0x5571735f34d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3580 0.000115
+gallium_dri.so free 0x5571735f3600 void 0.000114
+gallium_dri.so free 0x5571735f3580 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3580 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735f3580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3580 0.000113
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735f3580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3db0 0.000112
+gallium_dri.so free 0x5571735e3e80 void 0.000113
+gallium_dri.so free 0x5571735e3db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3ed0 0.000112
+gallium_dri.so free 0x5571735e3f40 void 0.000115
+gallium_dri.so free 0x5571735e3ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3f60 0.000111
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so free 0x5571735e3f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000112
+gallium_dri.so free 0x5571735e4080 void 0.000115
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000114
+gallium_dri.so free 0x5571735e4180 void 0.000115
+gallium_dri.so free 0x5571735e3fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4130 0.000114
+gallium_dri.so free 0x5571735e4200 void 0.000122
+gallium_dri.so free 0x5571735e4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4250 0.000111
+gallium_dri.so free 0x5571735e42c0 void 0.000112
+gallium_dri.so free 0x5571735e4250 void 0.000112
+gallium_dri.so malloc 72 0x5571735e42e0 0.000112
+gallium_dri.so free 0x5571735e4380 void 0.000114
+gallium_dri.so free 0x5571735e42e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4330 0.000110
+gallium_dri.so free 0x5571735e4400 void 0.000111
+gallium_dri.so free 0x5571735e4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4330 0.000112
+gallium_dri.so free 0x5571735e4480 void 0.000113
+gallium_dri.so free 0x5571735e4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4480 0.000111
+gallium_dri.so free 0x5571735e4540 void 0.000116
+gallium_dri.so free 0x5571735e4480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4480 0.000113
+gallium_dri.so free 0x5571735e4640 void 0.000115
+gallium_dri.so free 0x5571735e4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4480 0.000119
+gallium_dri.so free 0x5571735e46c0 void 0.000114
+gallium_dri.so free 0x5571735e4480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735e46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x5571735e4840 void 0.000161
+gallium_dri.so free 0x5571735e46f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e47f0 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000113
+gallium_dri.so free 0x5571735e47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e48b0 0.000112
+gallium_dri.so free 0x5571735e4940 void 0.000121
+gallium_dri.so free 0x5571735e48b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e48b0 0.000123
+gallium_dri.so free 0x5571735e4a00 void 0.000122
+gallium_dri.so free 0x5571735e48b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4a50 0.000118
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so free 0x5571735e4a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4b00 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4b80 0.000112
+gallium_dri.so free 0x5571735e4c40 void 0.000114
+gallium_dri.so free 0x5571735e4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b80 0.000117
+gallium_dri.so free 0x5571735e4cc0 void 0.000115
+gallium_dri.so free 0x5571735e4b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000112
+gallium_dri.so free 0x5571735e4d40 void 0.000113
+gallium_dri.so free 0x5571735e4cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000125
+gallium_dri.so free 0x5571735e4e40 void 0.000117
+gallium_dri.so free 0x5571735e4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4df0 0.000113
+gallium_dri.so free 0x5571735e4f00 void 0.000114
+gallium_dri.so free 0x5571735e4df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4eb0 0.000114
+gallium_dri.so free 0x5571735e4f80 void 0.000114
+gallium_dri.so free 0x5571735e4eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4fa0 0.000116
+gallium_dri.so free 0x5571735e5040 void 0.000114
+gallium_dri.so free 0x5571735e4fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000113
+gallium_dri.so free 0x5571735e50c0 void 0.000114
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000113
+gallium_dri.so free 0x5571735e5140 void 0.000114
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5140 0.000111
+gallium_dri.so free 0x5571735e5200 void 0.000113
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5140 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5140 0.000114
+gallium_dri.so free 0x5571735e5380 void 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5330 0.000115
+gallium_dri.so free 0x5571735e5380 void 0.000105
+gallium_dri.so free 0x5571735e5330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5330 0.000114
+gallium_dri.so free 0x5571735e5480 void 0.000113
+gallium_dri.so free 0x5571735e5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5430 0.000112
+gallium_dri.so free 0x5571735e5540 void 0.000114
+gallium_dri.so free 0x5571735e5430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e54f0 0.000113
+gallium_dri.so free 0x5571735e5580 void 0.000115
+gallium_dri.so free 0x5571735e54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e54f0 0.000114
+gallium_dri.so free 0x5571735e5640 void 0.000114
+gallium_dri.so free 0x5571735e54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5680 0.000113
+gallium_dri.so free 0x5571735e5700 void 0.000115
+gallium_dri.so free 0x5571735e5680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5700 0.000114
+gallium_dri.so free 0x5571735e57c0 void 0.000113
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5700 0.000114
+gallium_dri.so free 0x5571735e5880 void 0.000113
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58a0 0.000112
+gallium_dri.so free 0x5571735e5940 void 0.000115
+gallium_dri.so free 0x5571735e58a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e58f0 0.000113
+gallium_dri.so free 0x5571735e59c0 void 0.000156
+gallium_dri.so free 0x5571735e58f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e58f0 0.000244
+gallium_dri.so free 0x5571735e5a40 void 0.000118
+gallium_dri.so free 0x5571735e58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a40 0.000113
+gallium_dri.so free 0x5571735e5b00 void 0.000115
+gallium_dri.so free 0x5571735e5a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a40 0.000115
+gallium_dri.so free 0x5571735e5bc0 void 0.000115
+gallium_dri.so free 0x5571735e5a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5a40 0.000114
+gallium_dri.so free 0x5571735e5c80 void 0.000115
+gallium_dri.so free 0x5571735e5a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c30 0.000114
+gallium_dri.so free 0x5571735e5d40 void 0.000115
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5cf0 0.000114
+gallium_dri.so free 0x5571735e5dc0 void 0.000114
+gallium_dri.so free 0x5571735e5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e10 0.000112
+gallium_dri.so free 0x5571735e5e80 void 0.000114
+gallium_dri.so free 0x5571735e5e10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ea0 0.000114
+gallium_dri.so free 0x5571735e5f40 void 0.000113
+gallium_dri.so free 0x5571735e5ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000125
+gallium_dri.so free 0x5571735e5fc0 void 0.000114
+gallium_dri.so free 0x5571735e5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ef0 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so free 0x5571735e5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6040 0.000112
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000114
+gallium_dri.so free 0x5571735e6200 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e61b0 0.000113
+gallium_dri.so free 0x557173455400 void 0.000114
+gallium_dri.so free 0x5571735e61b0 void 0.000111
+gallium_dri.so malloc 72 0x557173455430 0.000112
+gallium_dri.so free 0x557173455480 void 0.000113
+gallium_dri.so free 0x557173455430 void 0.000112
+gallium_dri.so malloc 72 0x557173455430 0.000112
+gallium_dri.so free 0x557173455580 void 0.000112
+gallium_dri.so free 0x557173455430 void 0.000113
+gallium_dri.so malloc 72 0x557173455530 0.000112
+gallium_dri.so free 0x557173455640 void 0.000114
+gallium_dri.so free 0x557173455530 void 0.000114
+gallium_dri.so malloc 72 0x5571734555f0 0.000114
+gallium_dri.so free 0x557173455680 void 0.000115
+gallium_dri.so free 0x5571734555f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734555f0 0.000113
+gallium_dri.so free 0x557173455740 void 0.000125
+gallium_dri.so free 0x5571734555f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734557b0 0.000115
+gallium_dri.so free 0x557173455800 void 0.000115
+gallium_dri.so free 0x5571734557b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734557b0 0.000112
+gallium_dri.so free 0x557173455900 void 0.000114
+gallium_dri.so free 0x5571734557b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734558b0 0.000113
+gallium_dri.so free 0x5571734559c0 void 0.000114
+gallium_dri.so free 0x5571734558b0 void 0.000114
+gallium_dri.so malloc 72 0x557173455970 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000114
+gallium_dri.so free 0x557173455970 void 0.000113
+gallium_dri.so malloc 72 0x557173455970 0.000112
+gallium_dri.so free 0x557173455ac0 void 0.000113
+gallium_dri.so free 0x557173455970 void 0.000114
+gallium_dri.so malloc 72 0x557173455b00 0.000112
+gallium_dri.so free 0x557173455b80 void 0.000115
+gallium_dri.so free 0x557173455b00 void 0.000114
+gallium_dri.so malloc 72 0x557173455b80 0.000112
+gallium_dri.so free 0x557173455c40 void 0.000114
+gallium_dri.so free 0x557173455b80 void 0.000113
+gallium_dri.so malloc 72 0x557173455b80 0.000113
+gallium_dri.so free 0x557173455d00 void 0.000114
+gallium_dri.so free 0x557173455b80 void 0.000111
+gallium_dri.so malloc 72 0x557173455d20 0.000113
+gallium_dri.so free 0x557173455dc0 void 0.000162
+gallium_dri.so free 0x557173455d20 void 0.000114
+gallium_dri.so malloc 72 0x557173455d70 0.000113
+gallium_dri.so free 0x557173455e40 void 0.000113
+gallium_dri.so free 0x557173455d70 void 0.000113
+gallium_dri.so malloc 72 0x557173455d70 0.000115
+gallium_dri.so free 0x557173455ec0 void 0.000115
+gallium_dri.so free 0x557173455d70 void 0.000113
+gallium_dri.so malloc 72 0x557173455ec0 0.000113
+gallium_dri.so free 0x557173455f80 void 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173455ec0 0.000114
+gallium_dri.so free 0x557173456040 void 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173455ec0 0.000113
+gallium_dri.so free 0x557173456100 void 0.000115
+gallium_dri.so free 0x557173455ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x5571734561c0 void 0.000113
+gallium_dri.so free 0x5571734560b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456170 0.000112
+gallium_dri.so free 0x557173456240 void 0.000115
+gallium_dri.so free 0x557173456170 void 0.000113
+gallium_dri.so malloc 72 0x557173456290 0.000113
+gallium_dri.so free 0x557173456300 void 0.000114
+gallium_dri.so free 0x557173456290 void 0.000113
+gallium_dri.so malloc 72 0x557173456320 0.000112
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so free 0x557173456320 void 0.000115
+gallium_dri.so malloc 72 0x557173456370 0.000113
+gallium_dri.so free 0x557173456440 void 0.000112
+gallium_dri.so free 0x557173456370 void 0.000113
+gallium_dri.so malloc 72 0x557173456370 0.000113
+gallium_dri.so free 0x5571734564c0 void 0.000114
+gallium_dri.so free 0x557173456370 void 0.000113
+gallium_dri.so malloc 72 0x5571734564c0 0.000111
+gallium_dri.so free 0x557173456580 void 0.000116
+gallium_dri.so free 0x5571734564c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734564c0 0.000114
+gallium_dri.so free 0x557173456680 void 0.000115
+gallium_dri.so free 0x5571734564c0 void 0.000112
+gallium_dri.so malloc 72 0x557173456630 0.000112
+gallium_dri.so free 0x5571734566c0 void 0.000116
+gallium_dri.so free 0x557173456630 void 0.000113
+gallium_dri.so malloc 72 0x557173456630 0.000114
+gallium_dri.so free 0x557173456780 void 0.000114
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571734567c0 0.000112
+gallium_dri.so free 0x557173456840 void 0.000114
+gallium_dri.so free 0x5571734567c0 void 0.000114
+gallium_dri.so malloc 72 0x557173456840 0.000116
+gallium_dri.so free 0x557173456900 void 0.000113
+gallium_dri.so free 0x557173456840 void 0.000112
+gallium_dri.so malloc 72 0x557173456840 0.000114
+gallium_dri.so free 0x557173456980 void 0.000126
+gallium_dri.so free 0x557173456840 void 0.000114
+gallium_dri.so malloc 72 0x5571734569b0 0.000113
+gallium_dri.so free 0x557173456a00 void 0.000115
+gallium_dri.so free 0x5571734569b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734569b0 0.000114
+gallium_dri.so free 0x557173456b00 void 0.000115
+gallium_dri.so free 0x5571734569b0 void 0.000112
+gallium_dri.so malloc 72 0x557173456b40 0.000112
+gallium_dri.so free 0x557173456bc0 void 0.000113
+gallium_dri.so free 0x557173456b40 void 0.000112
+gallium_dri.so malloc 72 0x557173456bc0 0.000114
+gallium_dri.so free 0x557173456c80 void 0.000115
+gallium_dri.so free 0x557173456bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173456bc0 0.000113
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so free 0x557173456bc0 void 0.000111
+gallium_dri.so malloc 72 0x557173456d30 0.000112
+gallium_dri.so free 0x557173456d80 void 0.000115
+gallium_dri.so free 0x557173456d30 void 0.000113
+gallium_dri.so malloc 72 0x557173456d30 0.000112
+gallium_dri.so free 0x557173456e80 void 0.000115
+gallium_dri.so free 0x557173456d30 void 0.000112
+gallium_dri.so malloc 72 0x557173456e30 0.000113
+gallium_dri.so free 0x557173456f40 void 0.000114
+gallium_dri.so free 0x557173456e30 void 0.000113
+gallium_dri.so malloc 72 0x557173456ef0 0.000113
+gallium_dri.so free 0x557173456fc0 void 0.000154
+gallium_dri.so free 0x557173456ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173456ef0 0.000114
+gallium_dri.so free 0x557173457080 void 0.000114
+gallium_dri.so free 0x557173456ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173456ef0 0.000112
+gallium_dri.so free 0x557173457140 void 0.000113
+gallium_dri.so free 0x557173456ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571734570f0 0.000127
+gallium_dri.so free 0x5571734571c0 void 0.000114
+gallium_dri.so free 0x5571734570f0 void 0.000113
+gallium_dri.so malloc 72 0x557173457210 0.000112
+gallium_dri.so free 0x557173457280 void 0.000118
+gallium_dri.so free 0x557173457210 void 0.000114
+gallium_dri.so malloc 72 0x5571734572a0 0.000114
+gallium_dri.so free 0x557173457340 void 0.000114
+gallium_dri.so free 0x5571734572a0 void 0.000111
+gallium_dri.so malloc 72 0x5571734572f0 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so free 0x5571734572f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734573c0 0.000113
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so free 0x5571734573c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734573c0 0.000113
+gallium_dri.so free 0x557173457500 void 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000112
+gallium_dri.so malloc 72 0x557173457500 0.000113
+gallium_dri.so free 0x5571734575c0 void 0.000114
+gallium_dri.so free 0x557173457500 void 0.000115
+gallium_dri.so malloc 72 0x557173457500 0.000112
+gallium_dri.so free 0x557173457680 void 0.000115
+gallium_dri.so free 0x557173457500 void 0.000112
+gallium_dri.so malloc 72 0x557173457500 0.000112
+gallium_dri.so free 0x557173457740 void 0.000113
+gallium_dri.so free 0x557173457500 void 0.000111
+gallium_dri.so malloc 72 0x5571734576f0 0.000148
+gallium_dri.so free 0x5571734577c0 void 0.000115
+gallium_dri.so free 0x5571734576f0 void 0.000113
+gallium_dri.so malloc 72 0x557173457810 0.000113
+gallium_dri.so free 0x557173457880 void 0.000113
+gallium_dri.so free 0x557173457810 void 0.000149
+gallium_dri.so malloc 72 0x5571734578c0 0.000115
+gallium_dri.so free 0x557173457940 void 0.000115
+gallium_dri.so free 0x5571734578c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734578c0 0.000114
+gallium_dri.so free 0x5571734579c0 void 0.000114
+gallium_dri.so free 0x5571734578c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734579f0 0.000114
+gallium_dri.so free 0x557173457a40 void 0.000114
+gallium_dri.so free 0x5571734579f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734579f0 0.000113
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so free 0x5571734579f0 void 0.000112
+gallium_dri.so malloc 72 0x557173457af0 0.000113
+gallium_dri.so free 0x557173457c00 void 0.000113
+gallium_dri.so free 0x557173457af0 void 0.000120
+gallium_dri.so malloc 72 0x557173457bb0 0.000114
+gallium_dri.so free 0x557173457c40 void 0.000115
+gallium_dri.so free 0x557173457bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173457bb0 0.000114
+gallium_dri.so free 0x557173457d00 void 0.000114
+gallium_dri.so free 0x557173457bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457d70 0.000118
+gallium_dri.so free 0x557173457dc0 void 0.000114
+gallium_dri.so free 0x557173457d70 void 0.000114
+gallium_dri.so malloc 72 0x557173457d70 0.000113
+gallium_dri.so free 0x557173457ec0 void 0.000115
+gallium_dri.so free 0x557173457d70 void 0.000142
+gallium_dri.so malloc 72 0x557173457e70 0.000115
+gallium_dri.so free 0x557173457f80 void 0.000114
+gallium_dri.so free 0x557173457e70 void 0.000112
+gallium_dri.so malloc 72 0x557173457f30 0.000114
+gallium_dri.so free 0x557173457fc0 void 0.000115
+gallium_dri.so free 0x557173457f30 void 0.000112
+gallium_dri.so malloc 72 0x557173457f30 0.000114
+gallium_dri.so free 0x557173458080 void 0.000114
+gallium_dri.so free 0x557173457f30 void 0.000113
+gallium_dri.so malloc 72 0x5571734580c0 0.000113
+gallium_dri.so free 0x557173458140 void 0.000115
+gallium_dri.so free 0x5571734580c0 void 0.000112
+gallium_dri.so malloc 72 0x557173458140 0.000114
+gallium_dri.so free 0x557173458200 void 0.000114
+gallium_dri.so free 0x557173458140 void 0.000122
+gallium_dri.so malloc 72 0x557173458140 0.000115
+gallium_dri.so free 0x5571734582c0 void 0.000112
+gallium_dri.so free 0x557173458140 void 0.000111
+gallium_dri.so malloc 72 0x5571734582e0 0.000112
+gallium_dri.so free 0x557173458380 void 0.000114
+gallium_dri.so free 0x5571734582e0 void 0.000113
+gallium_dri.so malloc 72 0x557173458330 0.000112
+gallium_dri.so free 0x557173458400 void 0.000115
+gallium_dri.so free 0x557173458330 void 0.000187
+gallium_dri.so malloc 72 0x557173458330 0.000188
+gallium_dri.so free 0x557173458480 void 0.000117
+gallium_dri.so free 0x557173458330 void 0.000121
+gallium_dri.so malloc 72 0x557173458480 0.000122
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000112
+gallium_dri.so malloc 72 0x557173458480 0.000113
+gallium_dri.so free 0x557173458600 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000114
+gallium_dri.so malloc 72 0x557173458480 0.000114
+gallium_dri.so free 0x5571734586c0 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000113
+gallium_dri.so malloc 72 0x557173458670 0.000112
+gallium_dri.so free 0x557173458780 void 0.000114
+gallium_dri.so free 0x557173458670 void 0.000112
+gallium_dri.so malloc 72 0x557173458730 0.000112
+gallium_dri.so free 0x557173458800 void 0.000126
+gallium_dri.so free 0x557173458730 void 0.000113
+gallium_dri.so malloc 72 0x557173458850 0.000112
+gallium_dri.so free 0x5571734588c0 void 0.000114
+gallium_dri.so free 0x557173458850 void 0.000112
+gallium_dri.so malloc 72 0x5571734588e0 0.000111
+gallium_dri.so free 0x557173458980 void 0.000114
+gallium_dri.so free 0x5571734588e0 void 0.000112
+gallium_dri.so malloc 72 0x557173458930 0.000113
+gallium_dri.so free 0x557173458a00 void 0.000114
+gallium_dri.so free 0x557173458930 void 0.000114
+gallium_dri.so malloc 72 0x557173458930 0.000113
+gallium_dri.so free 0x557173458a80 void 0.000114
+gallium_dri.so free 0x557173458930 void 0.000114
+gallium_dri.so malloc 72 0x557173458a80 0.000141
+gallium_dri.so free 0x557173459c40 void 0.000116
+gallium_dri.so free 0x557173458a80 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000115
+gallium_dri.so free 0x557173459cc0 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173459ce0 0.000113
+gallium_dri.so free 0x557173458b40 void 0.000115
+gallium_dri.so free 0x557173459ce0 void 0.000112
+gallium_dri.so malloc 72 0x557173459ce0 0.000113
+gallium_dri.so free 0x557173459d80 void 0.000118
+gallium_dri.so free 0x557173459ce0 void 0.000114
+gallium_dri.so malloc 72 0x557173459d30 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000159
+gallium_dri.so free 0x557173459d30 void 0.000114
+gallium_dri.so malloc 72 0x557173459e50 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000114
+gallium_dri.so free 0x557173459e50 void 0.000113
+gallium_dri.so malloc 72 0x557173459ee0 0.000126
+gallium_dri.so free 0x557173459f80 void 0.000114
+gallium_dri.so free 0x557173459ee0 void 0.000113
+gallium_dri.so malloc 72 0x557173459f30 0.000111
+gallium_dri.so free 0x55717345a000 void 0.000115
+gallium_dri.so free 0x557173459f30 void 0.000113
+gallium_dri.so malloc 72 0x557173459f30 0.000113
+gallium_dri.so free 0x55717345a100 void 0.000114
+gallium_dri.so free 0x557173459f30 void 0.000112
+gallium_dri.so malloc 72 0x55717345a0b0 0.000112
+gallium_dri.so free 0x55717345a180 void 0.000126
+gallium_dri.so free 0x55717345a0b0 void 0.000122
+gallium_dri.so malloc 72 0x55717345a1d0 0.000114
+gallium_dri.so free 0x55717345a240 void 0.000115
+gallium_dri.so free 0x55717345a1d0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a260 0.000112
+gallium_dri.so free 0x55717345a300 void 0.000113
+gallium_dri.so free 0x55717345a260 void 0.000112
+gallium_dri.so malloc 72 0x55717345a2b0 0.000111
+gallium_dri.so free 0x55717345a380 void 0.000113
+gallium_dri.so free 0x55717345a2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a2b0 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000134
+gallium_dri.so free 0x55717345a2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a400 0.000113
+gallium_dri.so free 0x55717345a4c0 void 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000112
+gallium_dri.so malloc 72 0x55717345a400 0.000112
+gallium_dri.so free 0x55717345a5c0 void 0.000113
+gallium_dri.so free 0x55717345a400 void 0.000119
+gallium_dri.so malloc 72 0x55717345a400 0.000113
+gallium_dri.so free 0x55717345a640 void 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000114
+gallium_dri.so malloc 72 0x55717345a670 0.000112
+gallium_dri.so free 0x55717345a6c0 void 0.000113
+gallium_dri.so free 0x55717345a670 void 0.000114
+gallium_dri.so malloc 72 0x55717345a670 0.000112
+gallium_dri.so free 0x55717345a7c0 void 0.000115
+gallium_dri.so free 0x55717345a670 void 0.000112
+gallium_dri.so malloc 72 0x55717345a770 0.000147
+gallium_dri.so free 0x55717345a880 void 0.000115
+gallium_dri.so free 0x55717345a770 void 0.000112
+gallium_dri.so malloc 72 0x55717345a830 0.000115
+gallium_dri.so free 0x55717345a8c0 void 0.000113
+gallium_dri.so free 0x55717345a830 void 0.000111
+gallium_dri.so malloc 72 0x55717345a830 0.000113
+gallium_dri.so free 0x55717345a980 void 0.000113
+gallium_dri.so free 0x55717345a830 void 0.000112
+gallium_dri.so malloc 72 0x55717345a9d0 0.000113
+gallium_dri.so free 0x55717345aa40 void 0.000114
+gallium_dri.so free 0x55717345a9d0 void 0.000118
+gallium_dri.so malloc 72 0x55717345aa80 0.000118
+gallium_dri.so free 0x55717345ab00 void 0.000124
+gallium_dri.so free 0x55717345aa80 void 0.000123
+gallium_dri.so malloc 72 0x55717345ab00 0.000122
+gallium_dri.so free 0x55717345abc0 void 0.000137
+gallium_dri.so free 0x55717345ab00 void 0.000120
+gallium_dri.so malloc 72 0x55717345ab00 0.000114
+gallium_dri.so free 0x55717345ac40 void 0.000114
+gallium_dri.so free 0x55717345ab00 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac70 0.000112
+gallium_dri.so free 0x55717345acc0 void 0.000133
+gallium_dri.so free 0x55717345ac70 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac70 0.000114
+gallium_dri.so free 0x55717345adc0 void 0.000113
+gallium_dri.so free 0x55717345ac70 void 0.000121
+gallium_dri.so malloc 72 0x55717345ad70 0.000124
+gallium_dri.so free 0x55717345ae80 void 0.000115
+gallium_dri.so free 0x55717345ad70 void 0.000113
+gallium_dri.so malloc 72 0x55717345ae30 0.000113
+gallium_dri.so free 0x55717345af00 void 0.000113
+gallium_dri.so free 0x55717345ae30 void 0.000113
+gallium_dri.so malloc 72 0x55717345af20 0.000112
+gallium_dri.so free 0x55717345afc0 void 0.000114
+gallium_dri.so free 0x55717345af20 void 0.000112
+gallium_dri.so malloc 72 0x55717345af70 0.000126
+gallium_dri.so free 0x55717345b040 void 0.000114
+gallium_dri.so free 0x55717345af70 void 0.000113
+gallium_dri.so malloc 72 0x55717345af70 0.000112
+gallium_dri.so free 0x55717345b0c0 void 0.000114
+gallium_dri.so free 0x55717345af70 void 0.000113
+gallium_dri.so malloc 72 0x55717345b0c0 0.000113
+gallium_dri.so free 0x55717345b180 void 0.000113
+gallium_dri.so free 0x55717345b0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b0c0 0.000117
+gallium_dri.so free 0x55717345b240 void 0.000115
+gallium_dri.so free 0x55717345b0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b0c0 0.000114
+gallium_dri.so free 0x55717345b300 void 0.000114
+gallium_dri.so free 0x55717345b0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b2b0 0.000113
+gallium_dri.so free 0x55717345b300 void 0.000114
+gallium_dri.so free 0x55717345b2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345b2b0 0.000112
+gallium_dri.so free 0x55717345b400 void 0.000116
+gallium_dri.so free 0x55717345b2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b3b0 0.000113
+gallium_dri.so free 0x55717345b4c0 void 0.000115
+gallium_dri.so free 0x55717345b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345b470 0.000114
+gallium_dri.so free 0x55717345b500 void 0.000112
+gallium_dri.so free 0x55717345b470 void 0.000112
+gallium_dri.so malloc 72 0x55717345b470 0.000117
+gallium_dri.so free 0x55717345b5c0 void 0.000116
+gallium_dri.so free 0x55717345b470 void 0.000112
+gallium_dri.so malloc 72 0x55717345b600 0.000113
+gallium_dri.so free 0x55717345b680 void 0.000112
+gallium_dri.so free 0x55717345b600 void 0.000112
+gallium_dri.so malloc 72 0x55717345b680 0.000113
+gallium_dri.so free 0x55717345b740 void 0.000113
+gallium_dri.so free 0x55717345b680 void 0.000111
+gallium_dri.so malloc 72 0x55717345b680 0.000113
+gallium_dri.so free 0x55717345b800 void 0.000112
+gallium_dri.so free 0x55717345b680 void 0.000149
+gallium_dri.so malloc 72 0x55717345b820 0.000114
+gallium_dri.so free 0x55717345b8c0 void 0.000113
+gallium_dri.so free 0x55717345b820 void 0.000112
+gallium_dri.so malloc 72 0x55717345b870 0.000112
+gallium_dri.so free 0x55717345b940 void 0.000124
+gallium_dri.so free 0x55717345b870 void 0.000125
+gallium_dri.so malloc 72 0x55717345b870 0.000122
+gallium_dri.so free 0x55717345b9c0 void 0.000119
+gallium_dri.so free 0x55717345b870 void 0.000118
+gallium_dri.so malloc 72 0x55717345b9c0 0.000138
+gallium_dri.so free 0x55717345ba80 void 0.000127
+gallium_dri.so free 0x55717345b9c0 void 0.000125
+gallium_dri.so malloc 72 0x55717345b9c0 0.000123
+gallium_dri.so free 0x55717345bb40 void 0.000214
+gallium_dri.so free 0x55717345b9c0 void 0.000157
+gallium_dri.so malloc 72 0x55717345b9c0 0.000159
+gallium_dri.so free 0x55717345bc00 void 0.000160
+gallium_dri.so free 0x55717345b9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717345bbb0 0.000123
+gallium_dri.so free 0x55717345bcc0 void 0.000119
+gallium_dri.so free 0x55717345bbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345bc70 0.000114
+gallium_dri.so free 0x55717345bd40 void 0.000114
+gallium_dri.so free 0x55717345bc70 void 0.000118
+gallium_dri.so malloc 72 0x55717345bd90 0.000130
+gallium_dri.so free 0x55717345be00 void 0.000125
+gallium_dri.so free 0x55717345bd90 void 0.000123
+gallium_dri.so malloc 72 0x55717345be20 0.000124
+gallium_dri.so free 0x55717345bec0 void 0.000124
+gallium_dri.so free 0x55717345be20 void 0.000119
+gallium_dri.so malloc 72 0x55717345be70 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000119
+gallium_dri.so free 0x55717345be70 void 0.000118
+gallium_dri.so malloc 72 0x55717345be70 0.000115
+gallium_dri.so free 0x55717345bfc0 void 0.000113
+gallium_dri.so free 0x55717345be70 void 0.000117
+gallium_dri.so malloc 72 0x55717345bfc0 0.000154
+gallium_dri.so free 0x55717345c080 void 0.000124
+gallium_dri.so free 0x55717345bfc0 void 0.000123
+gallium_dri.so malloc 72 0x55717345bfc0 0.000125
+gallium_dri.so free 0x55717345c180 void 0.000119
+gallium_dri.so free 0x55717345bfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717345c130 0.000124
+gallium_dri.so free 0x55717345c1c0 void 0.000123
+gallium_dri.so free 0x55717345c130 void 0.000118
+gallium_dri.so malloc 72 0x55717345c130 0.000120
+gallium_dri.so free 0x55717345c280 void 0.000122
+gallium_dri.so free 0x55717345c130 void 0.000124
+gallium_dri.so malloc 72 0x55717345c2c0 0.000123
+gallium_dri.so free 0x55717345c340 void 0.000123
+gallium_dri.so free 0x55717345c2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717345c340 0.000135
+gallium_dri.so free 0x55717345c400 void 0.000125
+gallium_dri.so free 0x55717345c340 void 0.000119
+gallium_dri.so malloc 72 0x55717345c340 0.000118
+gallium_dri.so free 0x55717345c480 void 0.000117
+gallium_dri.so free 0x55717345c340 void 0.000118
+gallium_dri.so malloc 72 0x55717345c4b0 0.000123
+gallium_dri.so free 0x55717345c500 void 0.000122
+gallium_dri.so free 0x55717345c4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345c4b0 0.000127
+gallium_dri.so free 0x55717345c600 void 0.000123
+gallium_dri.so free 0x55717345c4b0 void 0.000137
+gallium_dri.so malloc 72 0x55717345c640 0.000127
+gallium_dri.so free 0x55717345c6c0 void 0.000124
+gallium_dri.so free 0x55717345c640 void 0.000125
+gallium_dri.so malloc 72 0x55717345c6c0 0.000118
+gallium_dri.so free 0x55717345c780 void 0.000115
+gallium_dri.so free 0x55717345c6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717345c6c0 0.000119
+gallium_dri.so free 0x55717345c800 void 0.000123
+gallium_dri.so free 0x55717345c6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717345c830 0.000119
+gallium_dri.so free 0x55717345c880 void 0.000115
+gallium_dri.so free 0x55717345c830 void 0.000119
+gallium_dri.so malloc 72 0x55717345c830 0.000118
+gallium_dri.so free 0x55717345c980 void 0.000115
+gallium_dri.so free 0x55717345c830 void 0.000118
+gallium_dri.so malloc 72 0x55717345c930 0.000124
+gallium_dri.so free 0x55717345ca40 void 0.000124
+gallium_dri.so free 0x55717345c930 void 0.000131
+gallium_dri.so malloc 72 0x55717345c9f0 0.000124
+gallium_dri.so free 0x55717345cac0 void 0.000119
+gallium_dri.so free 0x55717345c9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345c9f0 0.000118
+gallium_dri.so free 0x55717345cb80 void 0.000204
+gallium_dri.so free 0x55717345c9f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c9f0 0.000125
+gallium_dri.so free 0x55717345cc40 void 0.000120
+gallium_dri.so free 0x55717345c9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717345cbf0 0.000159
+gallium_dri.so free 0x55717345ccc0 void 0.000131
+gallium_dri.so free 0x55717345cbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717345cd10 0.000125
+gallium_dri.so free 0x55717345cd80 void 0.000130
+gallium_dri.so free 0x55717345cd10 void 0.000130
+gallium_dri.so malloc 72 0x55717345cda0 0.000124
+gallium_dri.so free 0x55717345ce40 void 0.000120
+gallium_dri.so free 0x55717345cda0 void 0.000125
+gallium_dri.so malloc 72 0x55717345cdf0 0.000123
+gallium_dri.so free 0x55717345cec0 void 0.000120
+gallium_dri.so free 0x55717345cdf0 void 0.000124
+gallium_dri.so malloc 72 0x55717345cec0 0.000130
+gallium_dri.so free 0x55717345cf80 void 0.000129
+gallium_dri.so free 0x55717345cec0 void 0.000126
+gallium_dri.so malloc 72 0x55717345cec0 0.000125
+gallium_dri.so free 0x55717345d000 void 0.000124
+gallium_dri.so free 0x55717345cec0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d000 0.000119
+gallium_dri.so free 0x55717345d0c0 void 0.000128
+gallium_dri.so free 0x55717345d000 void 0.000121
+gallium_dri.so malloc 72 0x55717345d000 0.000125
+gallium_dri.so free 0x55717345d180 void 0.000131
+gallium_dri.so free 0x55717345d000 void 0.000131
+gallium_dri.so malloc 72 0x55717345d000 0.000129
+gallium_dri.so free 0x55717345d240 void 0.000125
+gallium_dri.so free 0x55717345d000 void 0.000118
+gallium_dri.so malloc 72 0x55717345d1f0 0.000121
+gallium_dri.so free 0x55717345d2c0 void 0.000119
+gallium_dri.so free 0x55717345d1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d310 0.000118
+gallium_dri.so free 0x55717345d380 void 0.000119
+gallium_dri.so free 0x55717345d310 void 0.000118
+gallium_dri.so malloc 72 0x55717345d3c0 0.000120
+gallium_dri.so free 0x55717345d440 void 0.000120
+gallium_dri.so free 0x55717345d3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d3c0 0.000118
+gallium_dri.so free 0x55717345d4c0 void 0.000120
+gallium_dri.so free 0x55717345d3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345d4f0 0.000118
+gallium_dri.so free 0x55717345d540 void 0.000129
+gallium_dri.so free 0x55717345d4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d4f0 0.000119
+gallium_dri.so free 0x55717345d640 void 0.000119
+gallium_dri.so free 0x55717345d4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345d5f0 0.000133
+gallium_dri.so free 0x55717345d700 void 0.000122
+gallium_dri.so free 0x55717345d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d6b0 0.000120
+gallium_dri.so free 0x55717345d740 void 0.000118
+gallium_dri.so free 0x55717345d6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345d6b0 0.000120
+gallium_dri.so free 0x55717345d800 void 0.000118
+gallium_dri.so free 0x55717345d6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d870 0.000119
+gallium_dri.so free 0x55717345d8c0 void 0.000121
+gallium_dri.so free 0x55717345d870 void 0.000118
+gallium_dri.so malloc 72 0x55717345d870 0.000118
+gallium_dri.so free 0x55717345d9c0 void 0.000153
+gallium_dri.so free 0x55717345d870 void 0.000120
+gallium_dri.so malloc 72 0x55717345d970 0.000118
+gallium_dri.so free 0x55717345da80 void 0.000127
+gallium_dri.so free 0x55717345d970 void 0.000115
+gallium_dri.so malloc 72 0x55717345da30 0.000113
+gallium_dri.so free 0x55717345dac0 void 0.000112
+gallium_dri.so free 0x55717345da30 void 0.000113
+gallium_dri.so malloc 72 0x55717345da30 0.000113
+gallium_dri.so free 0x55717345db80 void 0.000115
+gallium_dri.so free 0x55717345da30 void 0.000112
+gallium_dri.so malloc 72 0x55717345dbc0 0.000113
+gallium_dri.so free 0x55717345dc40 void 0.000114
+gallium_dri.so free 0x55717345dbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717345dc40 0.000117
+gallium_dri.so free 0x55717345dd00 void 0.000114
+gallium_dri.so free 0x55717345dc40 void 0.000113
+gallium_dri.so malloc 72 0x55717345dc40 0.000113
+gallium_dri.so free 0x55717345ddc0 void 0.000114
+gallium_dri.so free 0x55717345dc40 void 0.000113
+gallium_dri.so malloc 72 0x55717345dde0 0.000112
+gallium_dri.so free 0x55717345de80 void 0.000113
+gallium_dri.so free 0x55717345dde0 void 0.000113
+gallium_dri.so malloc 72 0x55717345de30 0.000112
+gallium_dri.so free 0x55717345df00 void 0.000115
+gallium_dri.so free 0x55717345de30 void 0.000113
+gallium_dri.so malloc 72 0x55717345de30 0.000113
+gallium_dri.so free 0x55717345df80 void 0.000112
+gallium_dri.so free 0x55717345de30 void 0.000112
+gallium_dri.so malloc 72 0x55717345df80 0.000112
+gallium_dri.so free 0x55717345e040 void 0.000113
+gallium_dri.so free 0x55717345df80 void 0.000113
+gallium_dri.so malloc 72 0x55717345df80 0.000113
+gallium_dri.so free 0x55717345e100 void 0.000113
+gallium_dri.so free 0x55717345df80 void 0.000112
+gallium_dri.so malloc 72 0x55717345df80 0.000112
+gallium_dri.so free 0x55717345e1c0 void 0.000113
+gallium_dri.so free 0x55717345df80 void 0.000112
+gallium_dri.so malloc 72 0x55717345e170 0.000113
+gallium_dri.so free 0x55717345e280 void 0.000113
+gallium_dri.so free 0x55717345e170 void 0.000113
+gallium_dri.so malloc 72 0x55717345e230 0.000127
+gallium_dri.so free 0x55717345e300 void 0.000114
+gallium_dri.so free 0x55717345e230 void 0.000114
+gallium_dri.so malloc 72 0x55717345e350 0.000113
+gallium_dri.so free 0x55717345e3c0 void 0.000115
+gallium_dri.so free 0x55717345e350 void 0.000116
+gallium_dri.so malloc 72 0x55717345e3e0 0.000115
+gallium_dri.so free 0x55717345e480 void 0.000114
+gallium_dri.so free 0x55717345e3e0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e430 0.000113
+gallium_dri.so free 0x55717345e500 void 0.000113
+gallium_dri.so free 0x55717345e430 void 0.000112
+gallium_dri.so malloc 72 0x55717345e430 0.000115
+gallium_dri.so free 0x55717345e580 void 0.000113
+gallium_dri.so free 0x55717345e430 void 0.000112
+gallium_dri.so malloc 72 0x55717345e580 0.000113
+gallium_dri.so free 0x55717345e640 void 0.000114
+gallium_dri.so free 0x55717345e580 void 0.000113
+gallium_dri.so malloc 72 0x55717345e580 0.000138
+gallium_dri.so free 0x55717345e740 void 0.000116
+gallium_dri.so free 0x55717345e580 void 0.000115
+gallium_dri.so malloc 72 0x55717345e6f0 0.000114
+gallium_dri.so free 0x55717345e780 void 0.000114
+gallium_dri.so free 0x55717345e6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e6f0 0.000113
+gallium_dri.so free 0x55717345e840 void 0.000112
+gallium_dri.so free 0x55717345e6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e880 0.000121
+gallium_dri.so free 0x55717345e900 void 0.000118
+gallium_dri.so free 0x55717345e880 void 0.000113
+gallium_dri.so malloc 72 0x55717345e900 0.000112
+gallium_dri.so free 0x55717345e9c0 void 0.000113
+gallium_dri.so free 0x55717345e900 void 0.000113
+gallium_dri.so malloc 72 0x55717345e900 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x55717345e900 void 0.000113
+gallium_dri.so malloc 72 0x55717345e900 0.000114
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x55717345e900 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000112
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so free 0x5571735eb4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000113
+gallium_dri.so free 0x5571735eb4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x55717345ea40 void 0.000113
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ea60 0.000112
+gallium_dri.so free 0x5571735eb6c0 void 0.000114
+gallium_dri.so free 0x55717345ea60 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb670 0.000112
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so free 0x5571735eb670 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb670 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so free 0x5571735eb670 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb980 void 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735eba00 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000113
+gallium_dri.so free 0x5571735eba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000112
+gallium_dri.so free 0x5571735eba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb30 0.000113
+gallium_dri.so free 0x5571735ebc40 void 0.000113
+gallium_dri.so free 0x5571735ebb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000112
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd90 0.000114
+gallium_dri.so free 0x5571735ebe00 void 0.000113
+gallium_dri.so free 0x5571735ebd90 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebe40 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000116
+gallium_dri.so free 0x5571735ebe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebec0 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so free 0x5571735ebec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebec0 0.000112
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec030 0.000113
+gallium_dri.so free 0x5571735ec080 void 0.000113
+gallium_dri.so free 0x5571735ec030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec030 0.000112
+gallium_dri.so free 0x5571735ec180 void 0.000114
+gallium_dri.so free 0x5571735ec030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec130 0.000112
+gallium_dri.so free 0x5571735ec240 void 0.000117
+gallium_dri.so free 0x5571735ec130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735ec1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec2e0 0.000113
+gallium_dri.so free 0x5571735ec380 void 0.000113
+gallium_dri.so free 0x5571735ec2e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec400 void 0.000113
+gallium_dri.so free 0x5571735ec330 void 0.000154
+gallium_dri.so malloc 72 0x5571735ec330 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec480 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000114
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec480 0.000112
+gallium_dri.so free 0x5571735ec600 void 0.000113
+gallium_dri.so free 0x5571735ec480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec480 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec670 0.000113
+gallium_dri.so free 0x5571735ec6c0 void 0.000113
+gallium_dri.so free 0x5571735ec670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec670 0.000112
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so free 0x5571735ec670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec770 0.000113
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec830 0.000113
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec830 0.000112
+gallium_dri.so free 0x5571735ec980 void 0.000114
+gallium_dri.so free 0x5571735ec830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735eca40 void 0.000114
+gallium_dri.so free 0x5571735ec9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca40 0.000113
+gallium_dri.so free 0x5571735ecb00 void 0.000113
+gallium_dri.so free 0x5571735eca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca40 0.000115
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecbe0 0.000112
+gallium_dri.so free 0x5571735ecc80 void 0.000113
+gallium_dri.so free 0x5571735ecbe0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc30 0.000113
+gallium_dri.so free 0x5571735ecd00 void 0.000113
+gallium_dri.so free 0x5571735ecc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc30 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so free 0x5571735ecc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd80 0.000113
+gallium_dri.so free 0x5571735ece40 void 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd80 0.000113
+gallium_dri.so free 0x5571735ecf00 void 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd80 0.000112
+gallium_dri.so free 0x5571735ecfc0 void 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf70 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000115
+gallium_dri.so free 0x5571735ecf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed030 0.000111
+gallium_dri.so free 0x5571735ed100 void 0.000113
+gallium_dri.so free 0x5571735ed030 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed150 0.000112
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x5571735ed150 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed1e0 0.000112
+gallium_dri.so free 0x5571735ed280 void 0.000114
+gallium_dri.so free 0x5571735ed1e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed230 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so free 0x5571735ed230 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed230 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000115
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000114
+gallium_dri.so free 0x5571735ed640 void 0.000185
+gallium_dri.so free 0x5571735ed4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed680 0.000112
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so free 0x5571735ed680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed700 0.000112
+gallium_dri.so free 0x5571735ed7c0 void 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed700 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed870 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000113
+gallium_dri.so free 0x5571735ed870 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed870 0.000112
+gallium_dri.so free 0x5571735ed9c0 void 0.000114
+gallium_dri.so free 0x5571735ed870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda00 0.000112
+gallium_dri.so free 0x5571735eda80 void 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda80 0.000113
+gallium_dri.so free 0x5571735edb40 void 0.000114
+gallium_dri.so free 0x5571735eda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda80 0.000112
+gallium_dri.so free 0x5571735edbc0 void 0.000113
+gallium_dri.so free 0x5571735eda80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edbf0 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735edbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edbf0 0.000113
+gallium_dri.so free 0x5571735edd40 void 0.000114
+gallium_dri.so free 0x5571735edbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcf0 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000113
+gallium_dri.so free 0x5571735edcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eddb0 0.000112
+gallium_dri.so free 0x5571735ede80 void 0.000113
+gallium_dri.so free 0x5571735eddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eddb0 0.000113
+gallium_dri.so free 0x5571735edf40 void 0.000114
+gallium_dri.so free 0x5571735eddb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eddb0 0.000113
+gallium_dri.so free 0x5571735ee000 void 0.000114
+gallium_dri.so free 0x5571735eddb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edfb0 0.000115
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so free 0x5571735edfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee0d0 0.000114
+gallium_dri.so free 0x5571735ee140 void 0.000115
+gallium_dri.so free 0x5571735ee0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee160 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000115
+gallium_dri.so free 0x5571735ee160 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000112
+gallium_dri.so free 0x5571735ee280 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee280 0.000115
+gallium_dri.so free 0x5571735ee340 void 0.000114
+gallium_dri.so free 0x5571735ee280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee280 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000112
+gallium_dri.so free 0x5571735ee480 void 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735ee540 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735ee600 void 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000113
+gallium_dri.so free 0x5571735ee680 void 0.000113
+gallium_dri.so free 0x5571735ee5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee6d0 0.000112
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee780 0.000113
+gallium_dri.so free 0x5571735ee800 void 0.000113
+gallium_dri.so free 0x5571735ee780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee880 void 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000117
+gallium_dri.so free 0x5571735ee900 void 0.000116
+gallium_dri.so free 0x5571735ee8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000113
+gallium_dri.so free 0x5571735eea00 void 0.000114
+gallium_dri.so free 0x5571735ee8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000113
+gallium_dri.so free 0x5571735eeac0 void 0.000113
+gallium_dri.so free 0x5571735ee9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea70 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735eea70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea70 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eea70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec30 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so free 0x5571735eec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec30 0.000114
+gallium_dri.so free 0x5571735eed80 void 0.000114
+gallium_dri.so free 0x5571735eec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed30 0.000113
+gallium_dri.so free 0x5571735eee40 void 0.000112
+gallium_dri.so free 0x5571735eed30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eedf0 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedf0 0.000127
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eedf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eef80 0.000112
+gallium_dri.so free 0x5571735ef000 void 0.000113
+gallium_dri.so free 0x5571735eef80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef000 0.000114
+gallium_dri.so free 0x5571735ef0c0 void 0.000113
+gallium_dri.so free 0x5571735ef000 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef000 0.000113
+gallium_dri.so free 0x5571735ef180 void 0.000113
+gallium_dri.so free 0x5571735ef000 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef1a0 0.000112
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so free 0x5571735ef1a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000112
+gallium_dri.so free 0x5571735ef2c0 void 0.000112
+gallium_dri.so free 0x5571735ef1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so free 0x5571735ef1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef340 0.000114
+gallium_dri.so free 0x5571735ef400 void 0.000144
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef340 0.000113
+gallium_dri.so free 0x5571735ef4c0 void 0.000112
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef340 0.000120
+gallium_dri.so free 0x5571735ef580 void 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef530 0.000112
+gallium_dri.so free 0x5571735ef640 void 0.000115
+gallium_dri.so free 0x5571735ef530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000113
+gallium_dri.so free 0x5571735ef6c0 void 0.000113
+gallium_dri.so free 0x5571735ef5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef710 0.000113
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so free 0x5571735ef710 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7a0 0.000113
+gallium_dri.so free 0x5571735ef840 void 0.000112
+gallium_dri.so free 0x5571735ef7a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000112
+gallium_dri.so free 0x5571735ef7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so free 0x5571735ef7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000111
+gallium_dri.so free 0x5571735efb00 void 0.000135
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735efab0 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000166
+gallium_dri.so free 0x5571735efab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efc00 void 0.000114
+gallium_dri.so free 0x5571735efab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc40 0.000112
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so free 0x5571735efc40 void 0.000116
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe30 0.000113
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe30 0.000113
+gallium_dri.so free 0x5571735eff80 void 0.000113
+gallium_dri.so free 0x5571735efe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735effc0 0.000113
+gallium_dri.so free 0x5571735f0040 void 0.000114
+gallium_dri.so free 0x5571735effc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0040 0.000150
+gallium_dri.so free 0x5571735f0100 void 0.000115
+gallium_dri.so free 0x5571735f0040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0040 0.000113
+gallium_dri.so free 0x5571735f0180 void 0.000127
+gallium_dri.so free 0x5571735f0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01b0 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f01b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f01b0 0.000113
+gallium_dri.so free 0x5571735f0300 void 0.000113
+gallium_dri.so free 0x5571735f01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02b0 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so free 0x5571735f02b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0370 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000113
+gallium_dri.so free 0x5571735f0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0370 0.000112
+gallium_dri.so free 0x5571735f0500 void 0.000177
+gallium_dri.so free 0x5571735f0370 void 0.000150
+gallium_dri.so malloc 72 0x5571735f0370 0.000114
+gallium_dri.so free 0x5571735f05c0 void 0.000114
+gallium_dri.so free 0x5571735f0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0570 0.000112
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so free 0x5571735f0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0690 0.000112
+gallium_dri.so free 0x5571735f0700 void 0.000114
+gallium_dri.so free 0x5571735f0690 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0720 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000128
+gallium_dri.so free 0x5571735f0720 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000123
+gallium_dri.so free 0x5571735f0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0840 0.000118
+gallium_dri.so free 0x5571735f0900 void 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0840 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0980 0.000112
+gallium_dri.so free 0x5571735f0a40 void 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000112
+gallium_dri.so free 0x5571735f0b00 void 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0980 0.000113
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b70 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000115
+gallium_dri.so free 0x5571735f0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c90 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000123
+gallium_dri.so free 0x5571735f0c90 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0d40 0.000162
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d40 0.000113
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e70 0.000112
+gallium_dri.so free 0x5571735f0ec0 void 0.000112
+gallium_dri.so free 0x5571735f0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000112
+gallium_dri.so free 0x5571735f0fc0 void 0.000112
+gallium_dri.so free 0x5571735f0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f70 0.000113
+gallium_dri.so free 0x5571735f1080 void 0.000117
+gallium_dri.so free 0x5571735f0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1030 0.000112
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f1030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1030 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so free 0x5571735f1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f11f0 0.000116
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so free 0x5571735f11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f11f0 0.000112
+gallium_dri.so free 0x5571735f1340 void 0.000114
+gallium_dri.so free 0x5571735f11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12f0 0.000124
+gallium_dri.so free 0x5571735f1400 void 0.000113
+gallium_dri.so free 0x5571735f12f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f13b0 0.000112
+gallium_dri.so free 0x5571735f1440 void 0.000111
+gallium_dri.so free 0x5571735f13b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13b0 0.000110
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so free 0x5571735f13b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1540 0.000111
+gallium_dri.so free 0x5571735f15c0 void 0.000116
+gallium_dri.so free 0x5571735f1540 void 0.000122
+gallium_dri.so malloc 72 0x5571735f15c0 0.000117
+gallium_dri.so free 0x5571735f1680 void 0.000112
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15c0 0.000113
+gallium_dri.so free 0x5571735f1740 void 0.000115
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1760 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f1760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1880 void 0.000115
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1900 0.000112
+gallium_dri.so free 0x5571735f19c0 void 0.000125
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1900 0.000113
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1900 0.000115
+gallium_dri.so free 0x5571735f1b40 void 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1af0 0.000114
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so free 0x5571735f1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000112
+gallium_dri.so free 0x5571735f1c80 void 0.000114
+gallium_dri.so free 0x5571735f1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cd0 0.000113
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d60 0.000112
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1d60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1db0 0.000112
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so free 0x5571735f1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1db0 0.000112
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f00 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000116
+gallium_dri.so free 0x5571735f1f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1f00 0.000115
+gallium_dri.so free 0x5571735f20c0 void 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2070 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f2070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2070 0.000114
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2200 0.000114
+gallium_dri.so free 0x5571735f2280 void 0.000115
+gallium_dri.so free 0x5571735f2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000113
+gallium_dri.so free 0x5571735f2340 void 0.000114
+gallium_dri.so free 0x5571735f2280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2280 0.000117
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f23f0 0.000113
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so free 0x5571735f23f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f23f0 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000116
+gallium_dri.so free 0x5571735f23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2580 0.000115
+gallium_dri.so free 0x5571735f2600 void 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2600 0.000114
+gallium_dri.so free 0x5571735f26c0 void 0.000113
+gallium_dri.so free 0x5571735f2600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2600 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735f2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2600 0.000112
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x5571735f2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735da930 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da930 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa50 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab20 0.000113
+gallium_dri.so free 0x5571735dabc0 void 0.000114
+gallium_dri.so free 0x5571735dab20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab70 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dab70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab70 0.000112
+gallium_dri.so free 0x5571735dacc0 void 0.000112
+gallium_dri.so free 0x5571735dab70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad00 0.000114
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dad00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dad80 0.000139
+gallium_dri.so free 0x5571735dae40 void 0.000134
+gallium_dri.so free 0x5571735dad80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dad80 0.000129
+gallium_dri.so free 0x5571735daec0 void 0.000128
+gallium_dri.so free 0x5571735dad80 void 0.000134
+gallium_dri.so malloc 72 0x5571735daef0 0.000136
+gallium_dri.so free 0x5571735daf40 void 0.000136
+gallium_dri.so free 0x5571735daef0 void 0.000137
+gallium_dri.so malloc 72 0x5571735daf40 0.000131
+gallium_dri.so free 0x5571735db000 void 0.000129
+gallium_dri.so free 0x5571735daf40 void 0.000128
+gallium_dri.so malloc 72 0x5571735daf40 0.000130
+gallium_dri.so free 0x5571735db100 void 0.000128
+gallium_dri.so free 0x5571735daf40 void 0.000129
+gallium_dri.so malloc 72 0x5571735db0b0 0.000128
+gallium_dri.so free 0x5571735db1c0 void 0.000130
+gallium_dri.so free 0x5571735db0b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db170 0.000127
+gallium_dri.so free 0x5571735db200 void 0.000129
+gallium_dri.so free 0x5571735db170 void 0.000128
+gallium_dri.so malloc 72 0x5571735db170 0.000128
+gallium_dri.so free 0x5571735db2c0 void 0.000131
+gallium_dri.so free 0x5571735db170 void 0.000132
+gallium_dri.so malloc 72 0x5571735db300 0.000128
+gallium_dri.so free 0x5571735db380 void 0.000128
+gallium_dri.so free 0x5571735db300 void 0.000127
+gallium_dri.so malloc 72 0x5571735db380 0.000129
+gallium_dri.so free 0x5571735db440 void 0.000136
+gallium_dri.so free 0x5571735db380 void 0.000125
+gallium_dri.so malloc 72 0x5571735db380 0.000115
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so malloc 72 0x5571735db380 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so malloc 72 0x5571735db380 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000128
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5f0 0.000116
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db710 0.000120
+gallium_dri.so free 0x5571735db780 void 0.000124
+gallium_dri.so free 0x5571735db710 void 0.000116
+gallium_dri.so malloc 72 0x5571735db7a0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db7a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7f0 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000119
+gallium_dri.so free 0x5571735db7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7f0 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000112
+gallium_dri.so free 0x5571735db7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db970 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba90 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735dba90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb20 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbb20 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000111
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000115
+gallium_dri.so free 0x5571735dbd80 void 0.000117
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000115
+gallium_dri.so free 0x5571735dbe80 void 0.000116
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000143
+gallium_dri.so free 0x5571735dbf00 void 0.000168
+gallium_dri.so free 0x5571735dbcc0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dbf30 0.000159
+gallium_dri.so free 0x5571735dbf80 void 0.000154
+gallium_dri.so free 0x5571735dbf30 void 0.000174
+gallium_dri.so malloc 72 0x5571735dbf30 0.000165
+gallium_dri.so free 0x5571735dc080 void 0.000167
+gallium_dri.so free 0x5571735dbf30 void 0.000165
+gallium_dri.so malloc 72 0x5571735dc030 0.000166
+gallium_dri.so free 0x5571735dc140 void 0.000163
+gallium_dri.so free 0x5571735dc030 void 0.000160
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000156
+gallium_dri.so free 0x5571735dc180 void 0.000155
+gallium_dri.so free 0x5571735dc0f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000154
+gallium_dri.so free 0x5571735dc240 void 0.000154
+gallium_dri.so free 0x5571735dc0f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735dc290 0.000154
+gallium_dri.so free 0x5571735dc300 void 0.000155
+gallium_dri.so free 0x5571735dc290 void 0.000180
+gallium_dri.so malloc 72 0x5571735dc340 0.000162
+gallium_dri.so free 0x5571735dc3c0 void 0.000156
+gallium_dri.so free 0x5571735dc340 void 0.000153
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000154
+gallium_dri.so free 0x5571735dc480 void 0.000153
+gallium_dri.so free 0x5571735dc3c0 void 0.000152
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000161
+gallium_dri.so free 0x5571735dc500 void 0.000126
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x5571735dc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc630 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc630 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000114
+gallium_dri.so free 0x5571735dc7c0 void 0.000116
+gallium_dri.so free 0x5571735dc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7e0 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc7e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc830 0.000116
+gallium_dri.so free 0x5571735dc900 void 0.000114
+gallium_dri.so free 0x5571735dc830 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc980 void 0.000115
+gallium_dri.so free 0x5571735dc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc980 0.000113
+gallium_dri.so free 0x5571735dca40 void 0.000116
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc980 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dc980 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc980 0.000128
+gallium_dri.so free 0x5571735dcbc0 void 0.000118
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb70 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000115
+gallium_dri.so free 0x5571735dcb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb70 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000113
+gallium_dri.so free 0x5571735dcb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd30 0.000124
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcec0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dcec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf40 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf40 0.000113
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd0e0 0.000113
+gallium_dri.so free 0x5571735dd180 void 0.000114
+gallium_dri.so free 0x5571735dd0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd130 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000119
+gallium_dri.so free 0x5571735dd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd130 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd130 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd280 0.000111
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd280 0.000178
+gallium_dri.so free 0x5571735dd4c0 void 0.000115
+gallium_dri.so free 0x5571735dd280 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd470 0.000115
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd650 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd650 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6e0 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd6e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000118
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd880 0.000113
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd880 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000137
+gallium_dri.so free 0x5571735dda80 void 0.000117
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000112
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd70 0.000114
+gallium_dri.so free 0x5571735dddc0 void 0.000114
+gallium_dri.so free 0x5571735ddd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd70 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735ddd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf00 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf80 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf80 0.000131
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735de0f0 0.000118
+gallium_dri.so free 0x5571735de140 void 0.000117
+gallium_dri.so free 0x5571735de0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de0f0 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2b0 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2b0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2b0 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000115
+gallium_dri.so free 0x5571735de2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4b0 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5d0 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de5d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de660 0.000160
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so free 0x5571735de660 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8c0 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de8c0 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8c0 0.000114
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debd0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735debd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec80 0.000123
+gallium_dri.so free 0x5571735ded00 void 0.000116
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec80 0.000112
+gallium_dri.so free 0x5571735ded80 void 0.000116
+gallium_dri.so free 0x5571735dec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedb0 0.000112
+gallium_dri.so free 0x5571735dee00 void 0.000114
+gallium_dri.so free 0x5571735dedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedb0 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000116
+gallium_dri.so free 0x5571735dedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000121
+gallium_dri.so malloc 72 0x5571735def70 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735df130 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df130 void 0.000113
+gallium_dri.so malloc 72 0x5571735df130 0.000112
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df130 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df340 void 0.000112
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df480 0.000112
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so malloc 72 0x5571735df500 0.000112
+gallium_dri.so free 0x5571735df5c0 void 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000113
+gallium_dri.so malloc 72 0x5571735df500 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6a0 0.000112
+gallium_dri.so free 0x5571735df740 void 0.000116
+gallium_dri.so free 0x5571735df6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6f0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6f0 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so free 0x5571735df6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df840 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000194
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so malloc 72 0x5571735df840 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000112
+gallium_dri.so malloc 72 0x5571735df840 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000112
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735dfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc10 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfca0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000112
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfe40 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000128
+gallium_dri.so free 0x5571735dfe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe40 0.000130
+gallium_dri.so free 0x5571735e0000 void 0.000117
+gallium_dri.so free 0x5571735dfe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffb0 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000112
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0140 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e01c0 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0330 0.000114
+gallium_dri.so free 0x5571735e0380 void 0.000118
+gallium_dri.so free 0x5571735e0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000119
+gallium_dri.so free 0x5571735e0480 void 0.000116
+gallium_dri.so free 0x5571735e0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000128
+gallium_dri.so free 0x5571735e04c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0540 0.000113
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0540 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06b0 0.000112
+gallium_dri.so free 0x5571735e0700 void 0.000114
+gallium_dri.so free 0x5571735e06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e06b0 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000117
+gallium_dri.so free 0x5571735e08c0 void 0.000120
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0870 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0870 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0870 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000114
+gallium_dri.so free 0x5571735e0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0b90 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c20 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0c20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d40 0.000114
+gallium_dri.so free 0x5571735e0e00 void 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d40 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e80 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e80 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0e80 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000112
+gallium_dri.so free 0x5571735e1140 void 0.000116
+gallium_dri.so free 0x5571735e1070 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1190 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1240 0.000115
+gallium_dri.so free 0x5571735e12c0 void 0.000117
+gallium_dri.so free 0x5571735e1240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1240 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1370 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000116
+gallium_dri.so free 0x5571735e1370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1370 0.000117
+gallium_dri.so free 0x5571735e14c0 void 0.000117
+gallium_dri.so free 0x5571735e1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e15c0 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000116
+gallium_dri.so free 0x5571735e1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16f0 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e16f0 0.000127
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17f0 0.000114
+gallium_dri.so free 0x5571735e1900 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a40 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c60 0.000112
+gallium_dri.so free 0x5571735e1d00 void 0.000115
+gallium_dri.so free 0x5571735e1c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1cb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571735e1cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e00 0.000125
+gallium_dri.so free 0x5571735e1ec0 void 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1e00 0.000124
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e00 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2100 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e21d0 0.000112
+gallium_dri.so free 0x5571735e2240 void 0.000114
+gallium_dri.so free 0x5571735e21d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2260 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000121
+gallium_dri.so free 0x5571735e22b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e2400 void 0.000115
+gallium_dri.so free 0x5571735e22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2400 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so free 0x5571735e2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2400 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2570 0.000112
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000111
+gallium_dri.so malloc 72 0x5571735e28f0 0.000115
+gallium_dri.so free 0x5571735e2940 void 0.000127
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a80 0.000112
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b00 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000111
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b00 0.000125
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2cc0 void 0.000113
+gallium_dri.so free 0x5571735e2c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000118
+gallium_dri.so free 0x5571735e2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e30 0.000115
+gallium_dri.so free 0x5571735e2f00 void 0.000116
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000119
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000113
+gallium_dri.so free 0x5571735e3080 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3150 0.000112
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e3150 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31e0 0.000113
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so free 0x5571735e31e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3230 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3300 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e3440 void 0.000116
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000146
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3750 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x5571735e3750 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588460 0.000113
+gallium_dri.so free 0x557173588500 void 0.000115
+gallium_dri.so free 0x557173588460 void 0.000114
+gallium_dri.so malloc 72 0x5571735884b0 0.000113
+gallium_dri.so free 0x557173588580 void 0.000113
+gallium_dri.so free 0x5571735884b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735884b0 0.000113
+gallium_dri.so free 0x557173588600 void 0.000114
+gallium_dri.so free 0x5571735884b0 void 0.000115
+gallium_dri.so malloc 72 0x557173588600 0.000111
+gallium_dri.so free 0x5571735886c0 void 0.000115
+gallium_dri.so free 0x557173588600 void 0.000113
+gallium_dri.so malloc 72 0x557173588600 0.000112
+gallium_dri.so free 0x557173588780 void 0.000128
+gallium_dri.so free 0x557173588600 void 0.000115
+gallium_dri.so malloc 72 0x557173588600 0.000115
+gallium_dri.so free 0x557173588840 void 0.000114
+gallium_dri.so free 0x557173588600 void 0.000113
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x557173588840 void 0.000115
+gallium_dri.so free 0x5571735887f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735887f0 0.000113
+gallium_dri.so free 0x557173588940 void 0.000114
+gallium_dri.so free 0x5571735887f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735888f0 0.000114
+gallium_dri.so free 0x557173588a00 void 0.000115
+gallium_dri.so free 0x5571735888f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735889b0 0.000113
+gallium_dri.so free 0x557173588a40 void 0.000114
+gallium_dri.so free 0x5571735889b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735889b0 0.000114
+gallium_dri.so free 0x557173588b00 void 0.000115
+gallium_dri.so free 0x5571735889b0 void 0.000113
+gallium_dri.so malloc 72 0x557173588b40 0.000113
+gallium_dri.so free 0x557173588bc0 void 0.000115
+gallium_dri.so free 0x557173588b40 void 0.000114
+gallium_dri.so malloc 72 0x557173588bc0 0.000114
+gallium_dri.so free 0x557173588c80 void 0.000115
+gallium_dri.so free 0x557173588bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173588bc0 0.000113
+gallium_dri.so free 0x557173588d40 void 0.000125
+gallium_dri.so free 0x557173588bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173588d60 0.000114
+gallium_dri.so free 0x557173588e00 void 0.000116
+gallium_dri.so free 0x557173588d60 void 0.000113
+gallium_dri.so malloc 72 0x557173588db0 0.000113
+gallium_dri.so free 0x557173588e80 void 0.000114
+gallium_dri.so free 0x557173588db0 void 0.000112
+gallium_dri.so malloc 72 0x557173588db0 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000115
+gallium_dri.so free 0x557173588db0 void 0.000119
+gallium_dri.so malloc 72 0x557173588f00 0.000115
+gallium_dri.so free 0x557173588fc0 void 0.000114
+gallium_dri.so free 0x557173588f00 void 0.000113
+gallium_dri.so malloc 72 0x557173588f00 0.000112
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000127
+gallium_dri.so malloc 72 0x557173588f00 0.000115
+gallium_dri.so free 0x557173589140 void 0.000114
+gallium_dri.so free 0x557173588f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735890f0 0.000115
+gallium_dri.so free 0x557173589200 void 0.000115
+gallium_dri.so free 0x5571735890f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891b0 0.000112
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x5571735891b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735892d0 0.000112
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x5571735892d0 void 0.000116
+gallium_dri.so malloc 72 0x557173589360 0.000115
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so free 0x557173589360 void 0.000114
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735893b0 0.000113
+gallium_dri.so free 0x557173589500 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589500 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589500 void 0.000113
+gallium_dri.so malloc 72 0x557173589500 0.000115
+gallium_dri.so free 0x5571735896c0 void 0.000113
+gallium_dri.so free 0x557173589500 void 0.000113
+gallium_dri.so malloc 72 0x557173589670 0.000113
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so free 0x557173589670 void 0.000114
+gallium_dri.so malloc 72 0x557173589670 0.000116
+gallium_dri.so free 0x5571735897c0 void 0.000116
+gallium_dri.so free 0x557173589670 void 0.000112
+gallium_dri.so malloc 72 0x557173589800 0.000116
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so free 0x557173589800 void 0.000113
+gallium_dri.so malloc 72 0x557173589880 0.000115
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x557173589880 void 0.000166
+gallium_dri.so malloc 72 0x557173589880 0.000114
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so malloc 72 0x5571735899f0 0.000113
+gallium_dri.so free 0x557173589a40 void 0.000116
+gallium_dri.so free 0x5571735899f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735899f0 0.000114
+gallium_dri.so free 0x557173589b40 void 0.000115
+gallium_dri.so free 0x5571735899f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589b80 0.000112
+gallium_dri.so free 0x557173589c00 void 0.000115
+gallium_dri.so free 0x557173589b80 void 0.000113
+gallium_dri.so malloc 72 0x557173589c00 0.000113
+gallium_dri.so free 0x557173589cc0 void 0.000116
+gallium_dri.so free 0x557173589c00 void 0.000114
+gallium_dri.so malloc 72 0x557173589c00 0.000113
+gallium_dri.so free 0x557173589d40 void 0.000115
+gallium_dri.so free 0x557173589c00 void 0.000113
+gallium_dri.so malloc 72 0x557173589d70 0.000113
+gallium_dri.so free 0x557173589dc0 void 0.000114
+gallium_dri.so free 0x557173589d70 void 0.000113
+gallium_dri.so malloc 72 0x557173589d70 0.000112
+gallium_dri.so free 0x557173589ec0 void 0.000114
+gallium_dri.so free 0x557173589d70 void 0.000113
+gallium_dri.so malloc 72 0x557173589e70 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000119
+gallium_dri.so free 0x557173589e70 void 0.000130
+gallium_dri.so malloc 72 0x557173589f30 0.000114
+gallium_dri.so free 0x55717358a000 void 0.000139
+gallium_dri.so free 0x557173589f30 void 0.000113
+gallium_dri.so malloc 72 0x557173589f30 0.000116
+gallium_dri.so free 0x55717358a0c0 void 0.000114
+gallium_dri.so free 0x557173589f30 void 0.000113
+gallium_dri.so malloc 72 0x557173589f30 0.000143
+gallium_dri.so free 0x55717358a180 void 0.000120
+gallium_dri.so free 0x557173589f30 void 0.000183
+gallium_dri.so malloc 72 0x55717358a130 0.000263
+gallium_dri.so free 0x55717358a200 void 0.000218
+gallium_dri.so free 0x55717358a130 void 0.000131
+gallium_dri.so malloc 72 0x55717358a250 0.000137
+gallium_dri.so free 0x55717358a2c0 void 0.000124
+gallium_dri.so free 0x55717358a250 void 0.000128
+gallium_dri.so malloc 72 0x55717358a2e0 0.000127
+gallium_dri.so free 0x55717358a380 void 0.000125
+gallium_dri.so free 0x55717358a2e0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a330 0.000123
+gallium_dri.so free 0x55717358a400 void 0.000125
+gallium_dri.so free 0x55717358a330 void 0.000125
+gallium_dri.so malloc 72 0x55717358a400 0.000133
+gallium_dri.so free 0x55717358a4c0 void 0.000128
+gallium_dri.so free 0x55717358a400 void 0.000123
+gallium_dri.so malloc 72 0x55717358a400 0.000118
+gallium_dri.so free 0x55717358a540 void 0.000115
+gallium_dri.so free 0x55717358a400 void 0.000112
+gallium_dri.so malloc 72 0x55717358a540 0.000116
+gallium_dri.so free 0x55717358a600 void 0.000115
+gallium_dri.so free 0x55717358a540 void 0.000115
+gallium_dri.so malloc 72 0x55717358a540 0.000114
+gallium_dri.so free 0x55717358a6c0 void 0.000116
+gallium_dri.so free 0x55717358a540 void 0.000114
+gallium_dri.so malloc 72 0x55717358a540 0.000115
+gallium_dri.so free 0x55717358a780 void 0.000116
+gallium_dri.so free 0x55717358a540 void 0.000116
+gallium_dri.so malloc 72 0x55717358a730 0.000115
+gallium_dri.so free 0x55717358a800 void 0.000115
+gallium_dri.so free 0x55717358a730 void 0.000113
+gallium_dri.so malloc 72 0x55717358a850 0.000115
+gallium_dri.so free 0x55717358a8c0 void 0.000116
+gallium_dri.so free 0x55717358a850 void 0.000115
+gallium_dri.so malloc 72 0x55717358a900 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000116
+gallium_dri.so free 0x55717358a900 void 0.000114
+gallium_dri.so malloc 72 0x55717358a900 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000115
+gallium_dri.so free 0x55717358a900 void 0.000114
+gallium_dri.so malloc 72 0x55717358aa30 0.000127
+gallium_dri.so free 0x55717358aa80 void 0.000116
+gallium_dri.so free 0x55717358aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717358aa30 0.000113
+gallium_dri.so free 0x55717358ab80 void 0.000113
+gallium_dri.so free 0x55717358aa30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ab30 0.000112
+gallium_dri.so free 0x55717358ac40 void 0.000115
+gallium_dri.so free 0x55717358ab30 void 0.000114
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358ac80 void 0.000115
+gallium_dri.so free 0x55717358abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358abf0 0.000113
+gallium_dri.so free 0x55717358ad40 void 0.000114
+gallium_dri.so free 0x55717358abf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358adb0 0.000115
+gallium_dri.so free 0x55717358ae00 void 0.000153
+gallium_dri.so free 0x55717358adb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358adb0 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000114
+gallium_dri.so free 0x55717358adb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aeb0 0.000112
+gallium_dri.so free 0x55717358afc0 void 0.000113
+gallium_dri.so free 0x55717358aeb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358af70 0.000112
+gallium_dri.so free 0x55717358b000 void 0.000113
+gallium_dri.so free 0x55717358af70 void 0.000113
+gallium_dri.so malloc 72 0x55717358af70 0.000125
+gallium_dri.so free 0x55717358b0c0 void 0.000122
+gallium_dri.so free 0x55717358af70 void 0.000114
+gallium_dri.so malloc 72 0x55717358b100 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so free 0x55717358b100 void 0.000113
+gallium_dri.so malloc 72 0x55717358b180 0.000114
+gallium_dri.so free 0x55717358b240 void 0.000114
+gallium_dri.so free 0x55717358b180 void 0.000113
+gallium_dri.so malloc 72 0x55717358b180 0.000114
+gallium_dri.so free 0x55717358b300 void 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000113
+gallium_dri.so malloc 72 0x55717358b320 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000116
+gallium_dri.so free 0x55717358b320 void 0.000113
+gallium_dri.so malloc 72 0x55717358b370 0.000114
+gallium_dri.so free 0x55717358b440 void 0.000114
+gallium_dri.so free 0x55717358b370 void 0.000113
+gallium_dri.so malloc 72 0x55717358b370 0.000114
+gallium_dri.so free 0x55717358b4c0 void 0.000114
+gallium_dri.so free 0x55717358b370 void 0.000112
+gallium_dri.so malloc 72 0x55717358b4c0 0.000125
+gallium_dri.so free 0x55717358b580 void 0.000129
+gallium_dri.so free 0x55717358b4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b4c0 0.000128
+gallium_dri.so free 0x55717358b640 void 0.000129
+gallium_dri.so free 0x55717358b4c0 void 0.000170
+gallium_dri.so malloc 72 0x55717358b4c0 0.000273
+gallium_dri.so free 0x55717358b700 void 0.000240
+gallium_dri.so free 0x55717358b4c0 void 0.000167
+gallium_dri.so malloc 72 0x55717358b6b0 0.000128
+gallium_dri.so free 0x55717358b7c0 void 0.000131
+gallium_dri.so free 0x55717358b6b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b770 0.000129
+gallium_dri.so free 0x55717358b840 void 0.000124
+gallium_dri.so free 0x55717358b770 void 0.000126
+gallium_dri.so malloc 72 0x55717358b890 0.000125
+gallium_dri.so free 0x55717358b900 void 0.000125
+gallium_dri.so free 0x55717358b890 void 0.000126
+gallium_dri.so malloc 72 0x55717358b920 0.000126
+gallium_dri.so free 0x55717358b9c0 void 0.000128
+gallium_dri.so free 0x55717358b920 void 0.000123
+gallium_dri.so malloc 72 0x55717358b970 0.000116
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358bac0 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x55717358bac0 0.000129
+gallium_dri.so free 0x55717358bb80 void 0.000117
+gallium_dri.so free 0x55717358bac0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bac0 0.000115
+gallium_dri.so free 0x55717358bc80 void 0.000116
+gallium_dri.so free 0x55717358bac0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bc30 0.000115
+gallium_dri.so free 0x55717358bcc0 void 0.000115
+gallium_dri.so free 0x55717358bc30 void 0.000115
+gallium_dri.so malloc 72 0x55717358bc30 0.000113
+gallium_dri.so free 0x55717358bd80 void 0.000116
+gallium_dri.so free 0x55717358bc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bdc0 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000116
+gallium_dri.so free 0x55717358bdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358be40 0.000115
+gallium_dri.so free 0x55717358bf00 void 0.000115
+gallium_dri.so free 0x55717358be40 void 0.000115
+gallium_dri.so malloc 72 0x55717358be40 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000116
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so malloc 72 0x55717358bfb0 0.000116
+gallium_dri.so free 0x55717358c000 void 0.000115
+gallium_dri.so free 0x55717358bfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bfb0 0.000114
+gallium_dri.so free 0x55717358c100 void 0.000116
+gallium_dri.so free 0x55717358bfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c140 0.000121
+gallium_dri.so free 0x55717358c1c0 void 0.000153
+gallium_dri.so free 0x55717358c140 void 0.000156
+gallium_dri.so malloc 72 0x55717358c1c0 0.000253
+gallium_dri.so free 0x55717358c280 void 0.000240
+gallium_dri.so free 0x55717358c1c0 void 0.000235
+gallium_dri.so malloc 72 0x55717358c1c0 0.000235
+gallium_dri.so free 0x55717358c300 void 0.000231
+gallium_dri.so free 0x55717358c1c0 void 0.000194
+gallium_dri.so malloc 72 0x55717358c330 0.000145
+gallium_dri.so free 0x55717358c380 void 0.000145
+gallium_dri.so free 0x55717358c330 void 0.000146
+gallium_dri.so malloc 72 0x55717358c330 0.000144
+gallium_dri.so free 0x55717358c480 void 0.000145
+gallium_dri.so free 0x55717358c330 void 0.000152
+gallium_dri.so malloc 72 0x55717358c430 0.000125
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so free 0x55717358c430 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000115
+gallium_dri.so free 0x55717358c5c0 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c4f0 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000113
+gallium_dri.so free 0x55717358c4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000112
+gallium_dri.so free 0x55717358c740 void 0.000113
+gallium_dri.so free 0x55717358c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6f0 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so free 0x55717358c6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c810 0.000117
+gallium_dri.so free 0x55717358c880 void 0.000123
+gallium_dri.so free 0x55717358c810 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8a0 0.000114
+gallium_dri.so free 0x55717358c940 void 0.000115
+gallium_dri.so free 0x55717358c8a0 void 0.000133
+gallium_dri.so malloc 72 0x55717358c8f0 0.000123
+gallium_dri.so free 0x55717358c9c0 void 0.000123
+gallium_dri.so free 0x55717358c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9c0 0.000121
+gallium_dri.so free 0x55717358ca80 void 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c9c0 0.000122
+gallium_dri.so free 0x55717358cb00 void 0.000123
+gallium_dri.so free 0x55717358c9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb00 0.000157
+gallium_dri.so free 0x55717358cbc0 void 0.000123
+gallium_dri.so free 0x55717358cb00 void 0.000117
+gallium_dri.so malloc 72 0x55717358cb00 0.000122
+gallium_dri.so free 0x55717358cc80 void 0.000122
+gallium_dri.so free 0x55717358cb00 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb00 0.000121
+gallium_dri.so free 0x55717358cd40 void 0.000120
+gallium_dri.so free 0x55717358cb00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ccf0 0.000119
+gallium_dri.so free 0x55717358cdc0 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ce10 0.000118
+gallium_dri.so free 0x55717358ce80 void 0.000120
+gallium_dri.so free 0x55717358ce10 void 0.000119
+gallium_dri.so malloc 72 0x55717358cec0 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000121
+gallium_dri.so free 0x55717358cec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cec0 0.000119
+gallium_dri.so free 0x55717358cfc0 void 0.000118
+gallium_dri.so free 0x55717358cec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cff0 0.000121
+gallium_dri.so free 0x55717358d040 void 0.000120
+gallium_dri.so free 0x55717358cff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358cff0 0.000120
+gallium_dri.so free 0x55717358d140 void 0.000119
+gallium_dri.so free 0x55717358cff0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d0f0 0.000121
+gallium_dri.so free 0x55717358d200 void 0.000120
+gallium_dri.so free 0x55717358d0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d1b0 0.000122
+gallium_dri.so free 0x55717358d240 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d1b0 0.000118
+gallium_dri.so free 0x55717358d300 void 0.000120
+gallium_dri.so free 0x55717358d1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d370 0.000121
+gallium_dri.so free 0x55717358d3c0 void 0.000122
+gallium_dri.so free 0x55717358d370 void 0.000118
+gallium_dri.so malloc 72 0x55717358d370 0.000121
+gallium_dri.so free 0x55717358d4c0 void 0.000119
+gallium_dri.so free 0x55717358d370 void 0.000117
+gallium_dri.so malloc 72 0x55717358d470 0.000120
+gallium_dri.so free 0x55717358d580 void 0.000119
+gallium_dri.so free 0x55717358d470 void 0.000123
+gallium_dri.so malloc 72 0x55717358d530 0.000120
+gallium_dri.so free 0x55717358d5c0 void 0.000122
+gallium_dri.so free 0x55717358d530 void 0.000119
+gallium_dri.so malloc 72 0x55717358d530 0.000121
+gallium_dri.so free 0x55717358d680 void 0.000121
+gallium_dri.so free 0x55717358d530 void 0.000118
+gallium_dri.so malloc 72 0x55717358d6c0 0.000120
+gallium_dri.so free 0x55717358d740 void 0.000132
+gallium_dri.so free 0x55717358d6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d740 0.000122
+gallium_dri.so free 0x55717358d800 void 0.000122
+gallium_dri.so free 0x55717358d740 void 0.000121
+gallium_dri.so malloc 72 0x55717358d740 0.000122
+gallium_dri.so free 0x55717358d8c0 void 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so malloc 72 0x55717358d8e0 0.000121
+gallium_dri.so free 0x55717358d980 void 0.000121
+gallium_dri.so free 0x55717358d8e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d930 0.000121
+gallium_dri.so free 0x55717358da00 void 0.000123
+gallium_dri.so free 0x55717358d930 void 0.000117
+gallium_dri.so malloc 72 0x55717358d930 0.000120
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so free 0x55717358d930 void 0.000118
+gallium_dri.so malloc 72 0x55717358da80 0.000120
+gallium_dri.so free 0x55717358db40 void 0.000118
+gallium_dri.so free 0x55717358da80 void 0.000121
+gallium_dri.so malloc 72 0x55717358da80 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so free 0x55717358da80 void 0.000120
+gallium_dri.so malloc 72 0x55717358da80 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000120
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc70 0.000129
+gallium_dri.so free 0x55717358dd80 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd30 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000117
+gallium_dri.so free 0x55717358dd30 void 0.000116
+gallium_dri.so malloc 72 0x55717358de50 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358de50 void 0.000117
+gallium_dri.so malloc 72 0x55717358dee0 0.000117
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358dee0 void 0.000117
+gallium_dri.so malloc 72 0x55717358df30 0.000116
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358df30 void 0.000116
+gallium_dri.so malloc 72 0x55717358df30 0.000115
+gallium_dri.so free 0x55717358e080 void 0.000117
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358e080 0.000118
+gallium_dri.so free 0x55717358e140 void 0.000118
+gallium_dri.so free 0x55717358e080 void 0.000117
+gallium_dri.so malloc 72 0x55717358e080 0.000116
+gallium_dri.so free 0x55717358e240 void 0.000116
+gallium_dri.so free 0x55717358e080 void 0.000116
+gallium_dri.so malloc 72 0x55717358e1f0 0.000167
+gallium_dri.so free 0x55717358e280 void 0.000278
+gallium_dri.so free 0x55717358e1f0 void 0.000227
+gallium_dri.so malloc 72 0x55717358e1f0 0.000226
+gallium_dri.so free 0x55717358e340 void 0.000230
+gallium_dri.so free 0x55717358e1f0 void 0.000224
+gallium_dri.so malloc 72 0x55717358e380 0.000153
+gallium_dri.so free 0x55717358e400 void 0.000114
+gallium_dri.so free 0x55717358e380 void 0.000112
+gallium_dri.so malloc 72 0x55717358e400 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000124
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so malloc 72 0x55717358e400 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000114
+gallium_dri.so free 0x55717358e400 void 0.000112
+gallium_dri.so malloc 72 0x55717358e570 0.000113
+gallium_dri.so free 0x55717358e5c0 void 0.000130
+gallium_dri.so free 0x55717358e570 void 0.000125
+gallium_dri.so malloc 72 0x55717358e570 0.000124
+gallium_dri.so free 0x55717358e6c0 void 0.000123
+gallium_dri.so free 0x55717358e570 void 0.000119
+gallium_dri.so malloc 72 0x55717358e700 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000114
+gallium_dri.so free 0x55717358e700 void 0.000127
+gallium_dri.so malloc 72 0x55717358e780 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000115
+gallium_dri.so free 0x55717358e780 void 0.000112
+gallium_dri.so malloc 72 0x55717358e780 0.000114
+gallium_dri.so free 0x55717358e8c0 void 0.000113
+gallium_dri.so free 0x55717358e780 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8f0 0.000116
+gallium_dri.so free 0x55717358e940 void 0.000113
+gallium_dri.so free 0x55717358e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e8f0 0.000113
+gallium_dri.so free 0x55717358ea40 void 0.000112
+gallium_dri.so free 0x55717358e8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e9f0 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so free 0x55717358e9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eab0 0.000113
+gallium_dri.so free 0x55717358eb80 void 0.000115
+gallium_dri.so free 0x55717358eab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000112
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000112
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ecb0 0.000113
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so free 0x55717358ecb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358edd0 0.000123
+gallium_dri.so free 0x55717358ee40 void 0.000112
+gallium_dri.so free 0x55717358edd0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee60 0.000124
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so free 0x55717358ee60 void 0.000113
+gallium_dri.so malloc 72 0x55717358eeb0 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358eeb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000117
+gallium_dri.so free 0x55717358f040 void 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ef80 0.000118
+gallium_dri.so free 0x55717358f0c0 void 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000115
+gallium_dri.so malloc 72 0x55717358f0c0 0.000118
+gallium_dri.so free 0x55717358f180 void 0.000123
+gallium_dri.so free 0x55717358f0c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f0c0 0.000124
+gallium_dri.so free 0x55717358f240 void 0.000125
+gallium_dri.so free 0x55717358f0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f0c0 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000123
+gallium_dri.so free 0x55717358f0c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358f2b0 0.000126
+gallium_dri.so free 0x55717358f380 void 0.000131
+gallium_dri.so free 0x55717358f2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f3d0 0.000116
+gallium_dri.so free 0x55717358f440 void 0.000115
+gallium_dri.so free 0x55717358f3d0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f480 0.000116
+gallium_dri.so free 0x55717358f500 void 0.000116
+gallium_dri.so free 0x55717358f480 void 0.000115
+gallium_dri.so malloc 72 0x55717358f480 0.000116
+gallium_dri.so free 0x55717358f580 void 0.000115
+gallium_dri.so free 0x55717358f480 void 0.000115
+gallium_dri.so malloc 72 0x55717358f5b0 0.000116
+gallium_dri.so free 0x55717358f600 void 0.000117
+gallium_dri.so free 0x55717358f5b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f5b0 0.000116
+gallium_dri.so free 0x55717358f700 void 0.000115
+gallium_dri.so free 0x55717358f5b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6b0 0.000115
+gallium_dri.so free 0x55717358f7c0 void 0.000116
+gallium_dri.so free 0x55717358f6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f770 0.000116
+gallium_dri.so free 0x55717358f800 void 0.000121
+gallium_dri.so free 0x55717358f770 void 0.000127
+gallium_dri.so malloc 72 0x55717358f770 0.000121
+gallium_dri.so free 0x55717358f8c0 void 0.000119
+gallium_dri.so free 0x55717358f770 void 0.000116
+gallium_dri.so malloc 72 0x55717358f930 0.000116
+gallium_dri.so free 0x55717358f980 void 0.000142
+gallium_dri.so free 0x55717358f930 void 0.000130
+gallium_dri.so malloc 72 0x55717358f930 0.000125
+gallium_dri.so free 0x55717358fa80 void 0.000119
+gallium_dri.so free 0x55717358f930 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa30 0.000118
+gallium_dri.so free 0x55717358fb40 void 0.000119
+gallium_dri.so free 0x55717358fa30 void 0.000117
+gallium_dri.so malloc 72 0x55717358faf0 0.000117
+gallium_dri.so free 0x55717358fb80 void 0.000117
+gallium_dri.so free 0x55717358faf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358faf0 0.000118
+gallium_dri.so free 0x55717358fc40 void 0.000119
+gallium_dri.so free 0x55717358faf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fc80 0.000117
+gallium_dri.so free 0x55717358fd00 void 0.000117
+gallium_dri.so free 0x55717358fc80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000118
+gallium_dri.so free 0x55717358fdc0 void 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000125
+gallium_dri.so malloc 72 0x55717358fea0 0.000120
+gallium_dri.so free 0x55717358ff40 void 0.000119
+gallium_dri.so free 0x55717358fea0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fef0 0.000176
+gallium_dri.so free 0x55717358ffc0 void 0.000124
+gallium_dri.so free 0x55717358fef0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fef0 0.000124
+gallium_dri.so free 0x557173590040 void 0.000124
+gallium_dri.so free 0x55717358fef0 void 0.000124
+gallium_dri.so malloc 72 0x557173590040 0.000128
+gallium_dri.so free 0x557173590100 void 0.000119
+gallium_dri.so free 0x557173590040 void 0.000118
+gallium_dri.so malloc 72 0x557173590040 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so free 0x557173590040 void 0.000119
+gallium_dri.so malloc 72 0x557173590040 0.000118
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x557173590040 void 0.000118
+gallium_dri.so malloc 72 0x557173590230 0.000119
+gallium_dri.so free 0x557173590340 void 0.000119
+gallium_dri.so free 0x557173590230 void 0.000119
+gallium_dri.so malloc 72 0x5571735902f0 0.000117
+gallium_dri.so free 0x5571735903c0 void 0.000119
+gallium_dri.so free 0x5571735902f0 void 0.000118
+gallium_dri.so malloc 72 0x557173590410 0.000118
+gallium_dri.so free 0x557173590480 void 0.000119
+gallium_dri.so free 0x557173590410 void 0.000117
+gallium_dri.so malloc 72 0x5571735904a0 0.000118
+gallium_dri.so free 0x557173590540 void 0.000118
+gallium_dri.so free 0x5571735904a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735904f0 0.000111
+gallium_dri.so free 0x5571735905c0 void 0.000110
+gallium_dri.so free 0x5571735904f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735904f0 0.000109
+gallium_dri.so free 0x557173590640 void 0.000110
+gallium_dri.so free 0x5571735904f0 void 0.000110
+gallium_dri.so malloc 72 0x557173590640 0.000110
+gallium_dri.so free 0x557173590700 void 0.000112
+gallium_dri.so free 0x557173590640 void 0.000111
+gallium_dri.so malloc 72 0x557173590640 0.000110
+gallium_dri.so free 0x557173590800 void 0.000110
+gallium_dri.so free 0x557173590640 void 0.000111
+gallium_dri.so malloc 72 0x5571735907b0 0.000110
+gallium_dri.so free 0x557173590840 void 0.000110
+gallium_dri.so free 0x5571735907b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735907b0 0.000111
+gallium_dri.so free 0x557173590900 void 0.000110
+gallium_dri.so free 0x5571735907b0 void 0.000109
+gallium_dri.so malloc 72 0x557173590940 0.000109
+gallium_dri.so free 0x5571735909c0 void 0.000110
+gallium_dri.so free 0x557173590940 void 0.000110
+gallium_dri.so malloc 72 0x5571735909c0 0.000109
+gallium_dri.so free 0x557173590a80 void 0.000110
+gallium_dri.so free 0x5571735909c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735909c0 0.000111
+gallium_dri.so free 0x557173590b00 void 0.000110
+gallium_dri.so free 0x5571735909c0 void 0.000111
+gallium_dri.so malloc 72 0x557173590b30 0.000119
+gallium_dri.so free 0x557173590b80 void 0.000114
+gallium_dri.so free 0x557173590b30 void 0.000113
+gallium_dri.so malloc 72 0x557173590b30 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000117
+gallium_dri.so free 0x557173590b30 void 0.000119
+gallium_dri.so malloc 72 0x557173590cc0 0.000113
+gallium_dri.so free 0x557173590d40 void 0.000113
+gallium_dri.so free 0x557173590cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590d40 0.000150
+gallium_dri.so free 0x557173590e00 void 0.000120
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so malloc 72 0x557173590d40 0.000119
+gallium_dri.so free 0x557173590e80 void 0.000119
+gallium_dri.so free 0x557173590d40 void 0.000118
+gallium_dri.so malloc 72 0x557173590eb0 0.000117
+gallium_dri.so free 0x557173590f00 void 0.000118
+gallium_dri.so free 0x557173590eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173590eb0 0.000118
+gallium_dri.so free 0x557173591000 void 0.000118
+gallium_dri.so free 0x557173590eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173590fb0 0.000117
+gallium_dri.so free 0x5571735910c0 void 0.000117
+gallium_dri.so free 0x557173590fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173591070 0.000121
+gallium_dri.so free 0x557173591140 void 0.000119
+gallium_dri.so free 0x557173591070 void 0.000149
+gallium_dri.so malloc 72 0x557173591070 0.000111
+gallium_dri.so free 0x557173591200 void 0.000111
+gallium_dri.so free 0x557173591070 void 0.000110
+gallium_dri.so malloc 72 0x557173591070 0.000111
+gallium_dri.so free 0x5571735912c0 void 0.000109
+gallium_dri.so free 0x557173591070 void 0.000109
+gallium_dri.so malloc 72 0x557173591270 0.000109
+gallium_dri.so free 0x557173591340 void 0.000109
+gallium_dri.so free 0x557173591270 void 0.000110
+gallium_dri.so malloc 72 0x557173591390 0.000110
+gallium_dri.so free 0x557173591400 void 0.000111
+gallium_dri.so free 0x557173591390 void 0.000111
+gallium_dri.so malloc 72 0x557173591420 0.000109
+gallium_dri.so free 0x5571735914c0 void 0.000109
+gallium_dri.so free 0x557173591420 void 0.000111
+gallium_dri.so malloc 72 0x557173591470 0.000109
+gallium_dri.so free 0x557173591540 void 0.000109
+gallium_dri.so free 0x557173591470 void 0.000110
+gallium_dri.so malloc 72 0x557173591540 0.000111
+gallium_dri.so free 0x557173591600 void 0.000111
+gallium_dri.so free 0x557173591540 void 0.000111
+gallium_dri.so malloc 72 0x557173591540 0.000114
+gallium_dri.so free 0x557173591680 void 0.000122
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so malloc 72 0x557173591680 0.000113
+gallium_dri.so free 0x557173591740 void 0.000112
+gallium_dri.so free 0x557173591680 void 0.000110
+gallium_dri.so malloc 72 0x557173591680 0.000122
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x557173591680 void 0.000113
+gallium_dri.so malloc 72 0x557173591680 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000112
+gallium_dri.so free 0x557173591680 void 0.000114
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so free 0x557173591870 void 0.000113
+gallium_dri.so malloc 72 0x557173591990 0.000111
+gallium_dri.so free 0x557173591a00 void 0.000111
+gallium_dri.so free 0x557173591990 void 0.000112
+gallium_dri.so malloc 72 0x557173591a40 0.000111
+gallium_dri.so free 0x557173591ac0 void 0.000114
+gallium_dri.so free 0x557173591a40 void 0.000115
+gallium_dri.so malloc 72 0x557173591a40 0.000111
+gallium_dri.so free 0x557173591b40 void 0.000111
+gallium_dri.so free 0x557173591a40 void 0.000116
+gallium_dri.so malloc 72 0x557173591b70 0.000122
+gallium_dri.so free 0x557173591bc0 void 0.000119
+gallium_dri.so free 0x557173591b70 void 0.000113
+gallium_dri.so malloc 72 0x557173591b70 0.000114
+gallium_dri.so free 0x557173591cc0 void 0.000112
+gallium_dri.so free 0x557173591b70 void 0.000118
+gallium_dri.so malloc 72 0x557173591c70 0.000114
+gallium_dri.so free 0x557173591d80 void 0.000114
+gallium_dri.so free 0x557173591c70 void 0.000118
+gallium_dri.so malloc 72 0x557173591d30 0.000187
+gallium_dri.so free 0x557173591dc0 void 0.000119
+gallium_dri.so free 0x557173591d30 void 0.000114
+gallium_dri.so malloc 72 0x557173591d30 0.000113
+gallium_dri.so free 0x557173591e80 void 0.000113
+gallium_dri.so free 0x557173591d30 void 0.000112
+gallium_dri.so malloc 72 0x557173591ef0 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000113
+gallium_dri.so free 0x557173591ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173591ef0 0.000112
+gallium_dri.so free 0x5571735caf40 void 0.000114
+gallium_dri.so free 0x557173591ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735caef0 0.000113
+gallium_dri.so free 0x5571735cb000 void 0.000119
+gallium_dri.so free 0x5571735caef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafb0 0.000114
+gallium_dri.so free 0x5571735cb100 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb140 0.000113
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so free 0x5571735cb140 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000114
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000126
+gallium_dri.so free 0x5571735cb340 void 0.000115
+gallium_dri.so free 0x5571735cb1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb360 0.000113
+gallium_dri.so free 0x5571735cb400 void 0.000115
+gallium_dri.so free 0x5571735cb360 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000113
+gallium_dri.so free 0x5571735cb480 void 0.000114
+gallium_dri.so free 0x5571735cb3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000113
+gallium_dri.so free 0x5571735cb500 void 0.000113
+gallium_dri.so free 0x5571735cb3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb500 0.000113
+gallium_dri.so free 0x5571735cb5c0 void 0.000114
+gallium_dri.so free 0x5571735cb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb500 0.000115
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so free 0x5571735cb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb500 0.000113
+gallium_dri.so free 0x5571735cb740 void 0.000113
+gallium_dri.so free 0x5571735cb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000112
+gallium_dri.so free 0x5571735cb800 void 0.000115
+gallium_dri.so free 0x5571735cb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000113
+gallium_dri.so free 0x5571735cb880 void 0.000114
+gallium_dri.so free 0x5571735cb7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb8d0 0.000120
+gallium_dri.so free 0x5571735cb940 void 0.000115
+gallium_dri.so free 0x5571735cb8d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb960 0.000113
+gallium_dri.so free 0x5571735cba00 void 0.000117
+gallium_dri.so free 0x5571735cb960 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000113
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cb9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000113
+gallium_dri.so free 0x5571735cbb00 void 0.000119
+gallium_dri.so free 0x5571735cb9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbb00 0.000114
+gallium_dri.so free 0x5571735cbbc0 void 0.000113
+gallium_dri.so free 0x5571735cbb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbb00 0.000114
+gallium_dri.so free 0x5571735cbcc0 void 0.000114
+gallium_dri.so free 0x5571735cbb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbc70 0.000113
+gallium_dri.so free 0x5571735cbd00 void 0.000113
+gallium_dri.so free 0x5571735cbc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbc70 0.000114
+gallium_dri.so free 0x5571735cbdc0 void 0.000116
+gallium_dri.so free 0x5571735cbc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbe00 0.000118
+gallium_dri.so free 0x5571735cbe80 void 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbe80 0.000112
+gallium_dri.so free 0x5571735cbf40 void 0.000122
+gallium_dri.so free 0x5571735cbe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbe80 0.000112
+gallium_dri.so free 0x5571735cbfc0 void 0.000117
+gallium_dri.so free 0x5571735cbe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbff0 0.000112
+gallium_dri.so free 0x5571735cc040 void 0.000111
+gallium_dri.so free 0x5571735cbff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbff0 0.000123
+gallium_dri.so free 0x5571735cc140 void 0.000119
+gallium_dri.so free 0x5571735cbff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc180 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000113
+gallium_dri.so free 0x5571735cc180 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc200 0.000113
+gallium_dri.so free 0x5571735cc2c0 void 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc200 0.000114
+gallium_dri.so free 0x5571735cc340 void 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc370 0.000112
+gallium_dri.so free 0x5571735cc3c0 void 0.000113
+gallium_dri.so free 0x5571735cc370 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc370 0.000113
+gallium_dri.so free 0x5571735cc4c0 void 0.000114
+gallium_dri.so free 0x5571735cc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc470 0.000112
+gallium_dri.so free 0x5571735cc580 void 0.000125
+gallium_dri.so free 0x5571735cc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc530 0.000113
+gallium_dri.so free 0x5571735cc600 void 0.000114
+gallium_dri.so free 0x5571735cc530 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc530 0.000114
+gallium_dri.so free 0x5571735cc6c0 void 0.000113
+gallium_dri.so free 0x5571735cc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc530 0.000113
+gallium_dri.so free 0x5571735cc780 void 0.000114
+gallium_dri.so free 0x5571735cc530 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc730 0.000115
+gallium_dri.so free 0x5571735cc800 void 0.000115
+gallium_dri.so free 0x5571735cc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc850 0.000113
+gallium_dri.so free 0x5571735cc8c0 void 0.000114
+gallium_dri.so free 0x5571735cc850 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc8e0 0.000113
+gallium_dri.so free 0x5571735cc980 void 0.000113
+gallium_dri.so free 0x5571735cc8e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc930 0.000113
+gallium_dri.so free 0x5571735cca00 void 0.000112
+gallium_dri.so free 0x5571735cc930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca00 0.000112
+gallium_dri.so free 0x5571735ccac0 void 0.000115
+gallium_dri.so free 0x5571735cca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cca00 0.000113
+gallium_dri.so free 0x5571735ccb40 void 0.000114
+gallium_dri.so free 0x5571735cca00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccb40 0.000113
+gallium_dri.so free 0x5571735ccc00 void 0.000112
+gallium_dri.so free 0x5571735ccb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccb40 0.000112
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so free 0x5571735ccb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccb40 0.000112
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so free 0x5571735ccb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd30 0.000113
+gallium_dri.so free 0x5571735cce00 void 0.000114
+gallium_dri.so free 0x5571735ccd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cce50 0.000113
+gallium_dri.so free 0x5571735ccec0 void 0.000114
+gallium_dri.so free 0x5571735cce50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccf00 0.000113
+gallium_dri.so free 0x5571735ccf80 void 0.000114
+gallium_dri.so free 0x5571735ccf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccf00 0.000113
+gallium_dri.so free 0x5571735cd000 void 0.000118
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd030 0.000113
+gallium_dri.so free 0x5571735cd080 void 0.000113
+gallium_dri.so free 0x5571735cd030 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd030 0.000112
+gallium_dri.so free 0x5571735cd180 void 0.000114
+gallium_dri.so free 0x5571735cd030 void 0.000109
+gallium_dri.so malloc 72 0x5571735cd130 0.000115
+gallium_dri.so free 0x5571735cd240 void 0.000114
+gallium_dri.so free 0x5571735cd130 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000112
+gallium_dri.so free 0x5571735cd280 void 0.000114
+gallium_dri.so free 0x5571735cd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd1f0 0.000114
+gallium_dri.so free 0x5571735cd340 void 0.000113
+gallium_dri.so free 0x5571735cd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000114
+gallium_dri.so free 0x5571735cd400 void 0.000113
+gallium_dri.so free 0x5571735cd3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000114
+gallium_dri.so free 0x5571735cd500 void 0.000113
+gallium_dri.so free 0x5571735cd3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000112
+gallium_dri.so free 0x5571735cd5c0 void 0.000113
+gallium_dri.so free 0x5571735cd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd570 0.000113
+gallium_dri.so free 0x5571735cd600 void 0.000114
+gallium_dri.so free 0x5571735cd570 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd570 0.000113
+gallium_dri.so free 0x5571735cd6c0 void 0.000114
+gallium_dri.so free 0x5571735cd570 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd700 0.000117
+gallium_dri.so free 0x5571735cd780 void 0.000115
+gallium_dri.so free 0x5571735cd700 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd780 0.000116
+gallium_dri.so free 0x5571735cd840 void 0.000115
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd780 0.000114
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd920 0.000113
+gallium_dri.so free 0x5571735cd9c0 void 0.000114
+gallium_dri.so free 0x5571735cd920 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd970 0.000114
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so free 0x5571735cd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd970 0.000113
+gallium_dri.so free 0x5571735cdac0 void 0.000114
+gallium_dri.so free 0x5571735cd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdac0 0.000114
+gallium_dri.so free 0x5571735cdb80 void 0.000116
+gallium_dri.so free 0x5571735cdac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdac0 0.000112
+gallium_dri.so free 0x5571735cdc40 void 0.000115
+gallium_dri.so free 0x5571735cdac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdac0 0.000113
+gallium_dri.so free 0x5571735cdd00 void 0.000116
+gallium_dri.so free 0x5571735cdac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdcb0 0.000114
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd70 0.000132
+gallium_dri.so free 0x5571735cde40 void 0.000117
+gallium_dri.so free 0x5571735cdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde90 0.000115
+gallium_dri.so free 0x5571735cdf00 void 0.000114
+gallium_dri.so free 0x5571735cde90 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf20 0.000112
+gallium_dri.so free 0x5571735cdfc0 void 0.000113
+gallium_dri.so free 0x5571735cdf20 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf70 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000119
+gallium_dri.so free 0x5571735cdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf70 0.000113
+gallium_dri.so free 0x5571735ce0c0 void 0.000114
+gallium_dri.so free 0x5571735cdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce0c0 0.000112
+gallium_dri.so free 0x5571735ce180 void 0.000115
+gallium_dri.so free 0x5571735ce0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0c0 0.000114
+gallium_dri.so free 0x5571735ce280 void 0.000117
+gallium_dri.so free 0x5571735ce0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce230 0.000122
+gallium_dri.so free 0x5571735ce2c0 void 0.000117
+gallium_dri.so free 0x5571735ce230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce230 0.000115
+gallium_dri.so free 0x5571735ce380 void 0.000113
+gallium_dri.so free 0x5571735ce230 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000122
+gallium_dri.so free 0x5571735ce440 void 0.000113
+gallium_dri.so free 0x5571735ce3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce440 0.000113
+gallium_dri.so free 0x5571735ce500 void 0.000114
+gallium_dri.so free 0x5571735ce440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce440 0.000112
+gallium_dri.so free 0x5571735ce580 void 0.000116
+gallium_dri.so free 0x5571735ce440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000113
+gallium_dri.so free 0x5571735ce600 void 0.000113
+gallium_dri.so free 0x5571735ce5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000114
+gallium_dri.so free 0x5571735ce700 void 0.000112
+gallium_dri.so free 0x5571735ce5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce740 0.000112
+gallium_dri.so free 0x5571735ce7c0 void 0.000113
+gallium_dri.so free 0x5571735ce740 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000114
+gallium_dri.so free 0x5571735ce880 void 0.000116
+gallium_dri.so free 0x5571735ce7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000112
+gallium_dri.so free 0x5571735ce900 void 0.000114
+gallium_dri.so free 0x5571735ce7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce930 0.000113
+gallium_dri.so free 0x5571735ce980 void 0.000114
+gallium_dri.so free 0x5571735ce930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce930 0.000113
+gallium_dri.so free 0x5571735cea80 void 0.000119
+gallium_dri.so free 0x5571735ce930 void 0.000113
+gallium_dri.so malloc 72 0x5571735cea30 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000115
+gallium_dri.so free 0x5571735cea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cebc0 void 0.000114
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000114
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735ceaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000115
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cecf0 0.000114
+gallium_dri.so free 0x5571735cedc0 void 0.000115
+gallium_dri.so free 0x5571735cecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee10 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000116
+gallium_dri.so free 0x5571735cee10 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceea0 0.000114
+gallium_dri.so free 0x5571735cef40 void 0.000114
+gallium_dri.so free 0x5571735ceea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceef0 0.000115
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so free 0x5571735ceef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefc0 0.000122
+gallium_dri.so free 0x5571735cf080 void 0.000121
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000114
+gallium_dri.so free 0x5571735cf100 void 0.000116
+gallium_dri.so free 0x5571735cefc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf100 0.000113
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf100 0.000113
+gallium_dri.so free 0x5571735cf280 void 0.000114
+gallium_dri.so free 0x5571735cf100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf100 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000113
+gallium_dri.so free 0x5571735cf100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000114
+gallium_dri.so free 0x5571735cf3c0 void 0.000113
+gallium_dri.so free 0x5571735cf2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf410 0.000112
+gallium_dri.so free 0x5571735cf480 void 0.000113
+gallium_dri.so free 0x5571735cf410 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000112
+gallium_dri.so free 0x5571735cf5c0 void 0.000113
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000113
+gallium_dri.so free 0x5571735cf640 void 0.000126
+gallium_dri.so free 0x5571735cf5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000117
+gallium_dri.so free 0x5571735cf740 void 0.000114
+gallium_dri.so free 0x5571735cf5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000113
+gallium_dri.so free 0x5571735cf800 void 0.000113
+gallium_dri.so free 0x5571735cf6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000114
+gallium_dri.so free 0x5571735cf840 void 0.000114
+gallium_dri.so free 0x5571735cf7b0 void 0.000105
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000256
+gallium_dri.so free 0x5571735cf900 void 0.000181
+gallium_dri.so free 0x5571735cf7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf970 0.000114
+gallium_dri.so free 0x5571735cf9c0 void 0.000113
+gallium_dri.so free 0x5571735cf970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf970 0.000113
+gallium_dri.so free 0x5571735cfac0 void 0.000113
+gallium_dri.so free 0x5571735cf970 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa70 0.000112
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cfa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb30 0.000113
+gallium_dri.so free 0x5571735cfbc0 void 0.000113
+gallium_dri.so free 0x5571735cfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb30 0.000183
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so free 0x5571735cfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfd40 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd40 0.000113
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfee0 0.000113
+gallium_dri.so free 0x5571735cff80 void 0.000113
+gallium_dri.so free 0x5571735cfee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cff30 0.000112
+gallium_dri.so free 0x5571735d0000 void 0.000116
+gallium_dri.so free 0x5571735cff30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cff30 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000112
+gallium_dri.so free 0x5571735cff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d0140 void 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0080 0.000122
+gallium_dri.so free 0x5571735d02c0 void 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0270 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000116
+gallium_dri.so free 0x5571735d0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0330 0.000113
+gallium_dri.so free 0x5571735d0400 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0450 0.000113
+gallium_dri.so free 0x5571735d04c0 void 0.000112
+gallium_dri.so free 0x5571735d0450 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04e0 0.000114
+gallium_dri.so free 0x5571735d0580 void 0.000114
+gallium_dri.so free 0x5571735d04e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0530 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000114
+gallium_dri.so free 0x5571735d0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0530 0.000114
+gallium_dri.so free 0x5571735d0680 void 0.000113
+gallium_dri.so free 0x5571735d0530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0680 0.000113
+gallium_dri.so free 0x5571735d0740 void 0.000113
+gallium_dri.so free 0x5571735d0680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0680 0.000113
+gallium_dri.so free 0x5571735d0840 void 0.000113
+gallium_dri.so free 0x5571735d0680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d07f0 0.000119
+gallium_dri.so free 0x5571735d0880 void 0.000127
+gallium_dri.so free 0x5571735d07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d07f0 0.000114
+gallium_dri.so free 0x5571735d0940 void 0.000113
+gallium_dri.so free 0x5571735d07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0980 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000113
+gallium_dri.so free 0x5571735d0980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a00 0.000112
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a00 0.000112
+gallium_dri.so free 0x5571735d0b40 void 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b70 0.000112
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so free 0x5571735d0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b70 0.000112
+gallium_dri.so free 0x5571735d0cc0 void 0.000112
+gallium_dri.so free 0x5571735d0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d00 0.000116
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0d80 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d80 0.000113
+gallium_dri.so free 0x5571735d0ec0 void 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000113
+gallium_dri.so free 0x5571735d0f40 void 0.000114
+gallium_dri.so free 0x5571735d0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000112
+gallium_dri.so free 0x5571735d1040 void 0.000114
+gallium_dri.so free 0x5571735d0ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000114
+gallium_dri.so free 0x5571735d0ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d10b0 0.000113
+gallium_dri.so free 0x5571735d1180 void 0.000115
+gallium_dri.so free 0x5571735d10b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d10b0 0.000113
+gallium_dri.so free 0x5571735d1240 void 0.000113
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000112
+gallium_dri.so free 0x5571735d1300 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d12b0 0.000113
+gallium_dri.so free 0x5571735d1380 void 0.000115
+gallium_dri.so free 0x5571735d12b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13d0 0.000112
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so free 0x5571735d13d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1460 0.000112
+gallium_dri.so free 0x5571735d1500 void 0.000114
+gallium_dri.so free 0x5571735d1460 void 0.000123
+gallium_dri.so malloc 72 0x5571735d14b0 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so free 0x5571735d14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1580 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1580 0.000112
+gallium_dri.so free 0x5571735d16c0 void 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16c0 0.000115
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16c0 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000113
+gallium_dri.so free 0x5571735d16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16c0 0.000112
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d16c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d18b0 0.000114
+gallium_dri.so free 0x5571735d1980 void 0.000114
+gallium_dri.so free 0x5571735d18b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d19d0 0.000113
+gallium_dri.so free 0x5571735d1a40 void 0.000114
+gallium_dri.so free 0x5571735d19d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a80 0.000113
+gallium_dri.so free 0x5571735d1b00 void 0.000112
+gallium_dri.so free 0x5571735d1a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a80 0.000124
+gallium_dri.so free 0x5571735d1b80 void 0.000114
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000113
+gallium_dri.so free 0x5571735d1c00 void 0.000113
+gallium_dri.so free 0x5571735d1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000112
+gallium_dri.so free 0x5571735d1d00 void 0.000113
+gallium_dri.so free 0x5571735d1bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1d70 0.000113
+gallium_dri.so free 0x5571735d1e00 void 0.000113
+gallium_dri.so free 0x5571735d1d70 void 0.000176
+gallium_dri.so malloc 72 0x5571735d1d70 0.000215
+gallium_dri.so free 0x5571735d1ec0 void 0.000184
+gallium_dri.so free 0x5571735d1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1f30 0.000113
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so free 0x5571735d1f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1f30 0.000113
+gallium_dri.so free 0x5571735d2080 void 0.000119
+gallium_dri.so free 0x5571735d1f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2030 0.000112
+gallium_dri.so free 0x5571735d2140 void 0.000113
+gallium_dri.so free 0x5571735d2030 void 0.000165
+gallium_dri.so malloc 72 0x5571735d20f0 0.000115
+gallium_dri.so free 0x5571735d2180 void 0.000113
+gallium_dri.so free 0x5571735d20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20f0 0.000113
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so free 0x5571735d20f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2280 0.000117
+gallium_dri.so free 0x5571735d2300 void 0.000124
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2300 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d24a0 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d24a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d24f0 0.000112
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x5571735d24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d24f0 0.000111
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so free 0x5571735d24f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000122
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2640 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2830 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d28f0 0.000112
+gallium_dri.so free 0x5571735d29c0 void 0.000113
+gallium_dri.so free 0x5571735d28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2a10 0.000112
+gallium_dri.so free 0x5571735d2a80 void 0.000113
+gallium_dri.so free 0x5571735d2a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2aa0 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000115
+gallium_dri.so free 0x5571735d2aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2af0 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2af0 0.000112
+gallium_dri.so free 0x5571735d2c40 void 0.000113
+gallium_dri.so free 0x5571735d2af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c40 0.000113
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x5571735d2c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2c40 0.000111
+gallium_dri.so free 0x5571735d2e00 void 0.000112
+gallium_dri.so free 0x5571735d2c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2db0 0.000111
+gallium_dri.so free 0x5571735d2e40 void 0.000112
+gallium_dri.so free 0x5571735d2db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2db0 0.000112
+gallium_dri.so free 0x5571735d2f00 void 0.000112
+gallium_dri.so free 0x5571735d2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f40 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000112
+gallium_dri.so free 0x5571735d2f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000111
+gallium_dri.so free 0x5571735d3080 void 0.000116
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000112
+gallium_dri.so free 0x5571735d3100 void 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000125
+gallium_dri.so free 0x5571735d3130 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3130 0.000122
+gallium_dri.so free 0x5571735d3280 void 0.000123
+gallium_dri.so free 0x5571735d3130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d32c0 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so free 0x5571735d32c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d3340 0.000116
+gallium_dri.so free 0x5571735d3400 void 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3340 0.000112
+gallium_dri.so free 0x5571735d3480 void 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000112
+gallium_dri.so malloc 72 0x5571735d34b0 0.000116
+gallium_dri.so free 0x5571735d3500 void 0.000114
+gallium_dri.so free 0x5571735d34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d34b0 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d35b0 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000115
+gallium_dri.so free 0x5571735d35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3670 0.000114
+gallium_dri.so free 0x5571735d3740 void 0.000115
+gallium_dri.so free 0x5571735d3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3670 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000114
+gallium_dri.so free 0x5571735d3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3670 0.000112
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3870 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000115
+gallium_dri.so free 0x5571735d3870 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3990 0.000118
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so free 0x5571735d3990 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3a20 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000114
+gallium_dri.so free 0x5571735d3a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3a70 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so free 0x5571735d3a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000113
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3c80 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3c80 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c80 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3e70 0.000114
+gallium_dri.so free 0x5571735d3f40 void 0.000114
+gallium_dri.so free 0x5571735d3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f90 0.000108
+gallium_dri.so free 0x5571735d4000 void 0.000115
+gallium_dri.so free 0x5571735d3f90 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4040 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4040 0.000113
+gallium_dri.so free 0x5571735d4140 void 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4170 0.000112
+gallium_dri.so free 0x5571735d41c0 void 0.000113
+gallium_dri.so free 0x5571735d4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4170 0.000112
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so free 0x5571735d4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4270 0.000113
+gallium_dri.so free 0x5571735d4380 void 0.000114
+gallium_dri.so free 0x5571735d4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4330 0.000113
+gallium_dri.so free 0x5571735d43c0 void 0.000113
+gallium_dri.so free 0x5571735d4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4330 0.000112
+gallium_dri.so free 0x5571735d4480 void 0.000114
+gallium_dri.so free 0x5571735d4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44f0 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000115
+gallium_dri.so free 0x5571735d44f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44f0 0.000159
+gallium_dri.so free 0x5571735d4640 void 0.000117
+gallium_dri.so free 0x5571735d44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d45f0 0.000112
+gallium_dri.so free 0x5571735d4700 void 0.000115
+gallium_dri.so free 0x5571735d45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46b0 0.000112
+gallium_dri.so free 0x5571735d4740 void 0.000113
+gallium_dri.so free 0x5571735d46b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d46b0 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000113
+gallium_dri.so free 0x5571735d46b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4840 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48c0 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48c0 0.000112
+gallium_dri.so free 0x5571735d4a40 void 0.000116
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a60 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000113
+gallium_dri.so free 0x5571735d4a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000112
+gallium_dri.so free 0x5571735d4b80 void 0.000117
+gallium_dri.so free 0x5571735d4ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000126
+gallium_dri.so free 0x5571735d4ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4c00 0.000112
+gallium_dri.so free 0x5571735d4cc0 void 0.000112
+gallium_dri.so free 0x5571735d4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c00 0.000113
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4c00 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4df0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000112
+gallium_dri.so free 0x5571735d4f80 void 0.000112
+gallium_dri.so free 0x5571735d4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4fd0 0.000113
+gallium_dri.so free 0x5571735d5040 void 0.000114
+gallium_dri.so free 0x5571735d4fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5060 0.000117
+gallium_dri.so free 0x5571735d5100 void 0.000115
+gallium_dri.so free 0x5571735d5060 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50b0 0.000112
+gallium_dri.so free 0x5571735d5180 void 0.000113
+gallium_dri.so free 0x5571735d50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50b0 0.000113
+gallium_dri.so free 0x5571735d5200 void 0.000122
+gallium_dri.so free 0x5571735d50b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5200 0.000119
+gallium_dri.so free 0x5571735d52c0 void 0.000118
+gallium_dri.so free 0x5571735d5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5200 0.000113
+gallium_dri.so free 0x5571735d53c0 void 0.000116
+gallium_dri.so free 0x5571735d5200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5370 0.000113
+gallium_dri.so free 0x5571735d5400 void 0.000114
+gallium_dri.so free 0x5571735d5370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5370 0.000115
+gallium_dri.so free 0x5571735d54c0 void 0.000115
+gallium_dri.so free 0x5571735d5370 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5500 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5580 0.000113
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5580 0.000112
+gallium_dri.so free 0x5571735d56c0 void 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56f0 0.000112
+gallium_dri.so free 0x5571735d5740 void 0.000115
+gallium_dri.so free 0x5571735d56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56f0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so free 0x5571735d56f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d5880 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so free 0x5571735d5880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5900 0.000112
+gallium_dri.so free 0x5571735d59c0 void 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5900 0.000112
+gallium_dri.so free 0x5571735d5a40 void 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5a70 0.000113
+gallium_dri.so free 0x5571735d5ac0 void 0.000113
+gallium_dri.so free 0x5571735d5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5a70 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b70 0.000114
+gallium_dri.so free 0x5571735d5c80 void 0.000113
+gallium_dri.so free 0x5571735d5b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c30 0.000115
+gallium_dri.so free 0x5571735d5d00 void 0.000113
+gallium_dri.so free 0x5571735d5c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c30 0.000113
+gallium_dri.so free 0x5571735d5dc0 void 0.000113
+gallium_dri.so free 0x5571735d5c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c30 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5e30 0.000114
+gallium_dri.so free 0x5571735d5f00 void 0.000113
+gallium_dri.so free 0x5571735d5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5f50 0.000113
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f50 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5fe0 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000113
+gallium_dri.so free 0x5571735d5fe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6030 0.000117
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d6030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6100 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000113
+gallium_dri.so free 0x5571735d6100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6100 0.000114
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so free 0x5571735d6100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6240 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000112
+gallium_dri.so free 0x5571735d6240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6240 0.000112
+gallium_dri.so free 0x5571735d63c0 void 0.000113
+gallium_dri.so free 0x5571735d6240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6240 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6430 0.000126
+gallium_dri.so free 0x5571735d6500 void 0.000113
+gallium_dri.so free 0x5571735d6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6550 0.000113
+gallium_dri.so free 0x5571735d65c0 void 0.000115
+gallium_dri.so free 0x5571735d6550 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6600 0.000114
+gallium_dri.so free 0x5571735d6680 void 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6600 0.000113
+gallium_dri.so free 0x5571735d6700 void 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6730 0.000112
+gallium_dri.so free 0x5571735d6780 void 0.000114
+gallium_dri.so free 0x5571735d6730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6730 0.000112
+gallium_dri.so free 0x5571735d6880 void 0.000114
+gallium_dri.so free 0x5571735d6730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6830 0.000115
+gallium_dri.so free 0x5571735d6940 void 0.000113
+gallium_dri.so free 0x5571735d6830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d68f0 0.000113
+gallium_dri.so free 0x5571735d6980 void 0.000114
+gallium_dri.so free 0x5571735d68f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d68f0 0.000112
+gallium_dri.so free 0x5571735d6a40 void 0.000114
+gallium_dri.so free 0x5571735d68f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000113
+gallium_dri.so free 0x5571735d6b00 void 0.000161
+gallium_dri.so free 0x5571735d6ab0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000154
+gallium_dri.so free 0x5571735d6c00 void 0.000115
+gallium_dri.so free 0x5571735d6ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000112
+gallium_dri.so free 0x5571735f36c0 void 0.000114
+gallium_dri.so free 0x5571735d6bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000112
+gallium_dri.so free 0x5571735f3780 void 0.000113
+gallium_dri.so free 0x5571735d6bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000114
+gallium_dri.so free 0x5571735f3840 void 0.000113
+gallium_dri.so free 0x5571735d6bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f37f0 0.000112
+gallium_dri.so free 0x5571735f38c0 void 0.000114
+gallium_dri.so free 0x5571735f37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3910 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000114
+gallium_dri.so free 0x5571735f3910 void 0.000112
+gallium_dri.so malloc 72 0x5571735f39e0 0.000112
+gallium_dri.so free 0x5571735f3a80 void 0.000113
+gallium_dri.so free 0x5571735f39e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a30 0.000113
+gallium_dri.so free 0x5571735f3ac0 void 0.000115
+gallium_dri.so free 0x5571735f3a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3a30 0.000125
+gallium_dri.so free 0x5571735f3b80 void 0.000114
+gallium_dri.so free 0x5571735f3a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3bc0 0.000113
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so free 0x5571735f3bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c40 0.000113
+gallium_dri.so free 0x5571735f3d00 void 0.000113
+gallium_dri.so free 0x5571735f3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3c40 0.000112
+gallium_dri.so free 0x5571735f3d80 void 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3db0 0.000113
+gallium_dri.so free 0x5571735f3e00 void 0.000113
+gallium_dri.so free 0x5571735f3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e00 0.000114
+gallium_dri.so free 0x5571735f3ec0 void 0.000114
+gallium_dri.so free 0x5571735f3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e00 0.000112
+gallium_dri.so free 0x5571735f3fc0 void 0.000113
+gallium_dri.so free 0x5571735f3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3f70 0.000114
+gallium_dri.so free 0x5571735f4080 void 0.000112
+gallium_dri.so free 0x5571735f3f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4030 0.000113
+gallium_dri.so free 0x5571735f40c0 void 0.000114
+gallium_dri.so free 0x5571735f4030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4030 0.000112
+gallium_dri.so free 0x5571735f4180 void 0.000127
+gallium_dri.so free 0x5571735f4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f41c0 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000114
+gallium_dri.so free 0x5571735f41c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4240 0.000112
+gallium_dri.so free 0x5571735f4300 void 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4240 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4240 0.000114
+gallium_dri.so free 0x5571735f4440 void 0.000114
+gallium_dri.so free 0x5571735f4240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4240 0.000113
+gallium_dri.so free 0x5571735f4500 void 0.000116
+gallium_dri.so free 0x5571735f4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f44b0 0.000112
+gallium_dri.so free 0x5571735f4580 void 0.000113
+gallium_dri.so free 0x5571735f44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f45d0 0.000112
+gallium_dri.so free 0x5571735f4640 void 0.000112
+gallium_dri.so free 0x5571735f45d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4660 0.000113
+gallium_dri.so free 0x5571735f4700 void 0.000114
+gallium_dri.so free 0x5571735f4660 void 0.000113
+gallium_dri.so malloc 72 0x5571735f46b0 0.000114
+gallium_dri.so free 0x5571735f4780 void 0.000152
+gallium_dri.so free 0x5571735f46b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f46b0 0.000114
+gallium_dri.so free 0x5571735f4880 void 0.000114
+gallium_dri.so free 0x5571735f46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4830 0.000113
+gallium_dri.so free 0x5571735f4900 void 0.000113
+gallium_dri.so free 0x5571735f4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4950 0.000112
+gallium_dri.so free 0x5571735f49c0 void 0.000115
+gallium_dri.so free 0x5571735f4950 void 0.000112
+gallium_dri.so malloc 72 0x5571735f49e0 0.000112
+gallium_dri.so free 0x5571735f4a80 void 0.000113
+gallium_dri.so free 0x5571735f49e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a30 0.000112
+gallium_dri.so free 0x5571735f4b00 void 0.000113
+gallium_dri.so free 0x5571735f4a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a30 0.000115
+gallium_dri.so free 0x5571735f4b80 void 0.000114
+gallium_dri.so free 0x5571735f4a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4b80 0.000112
+gallium_dri.so free 0x5571735f4c40 void 0.000112
+gallium_dri.so free 0x5571735f4b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4b80 0.000113
+gallium_dri.so free 0x5571735f4d40 void 0.000117
+gallium_dri.so free 0x5571735f4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4b80 0.000114
+gallium_dri.so free 0x5571735f4dc0 void 0.000115
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4df0 0.000114
+gallium_dri.so free 0x5571735f4e40 void 0.000114
+gallium_dri.so free 0x5571735f4df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4df0 0.000115
+gallium_dri.so free 0x5571735f4f40 void 0.000114
+gallium_dri.so free 0x5571735f4df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000112
+gallium_dri.so free 0x5571735f5000 void 0.000113
+gallium_dri.so free 0x5571735f4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4fb0 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000115
+gallium_dri.so free 0x5571735f4fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4fb0 0.000113
+gallium_dri.so free 0x5571735f5100 void 0.000114
+gallium_dri.so free 0x5571735f4fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5150 0.000113
+gallium_dri.so free 0x5571735f51c0 void 0.000115
+gallium_dri.so free 0x5571735f5150 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5200 0.000117
+gallium_dri.so free 0x5571735f5280 void 0.000124
+gallium_dri.so free 0x5571735f5200 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5280 0.000117
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so free 0x5571735f5280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5280 0.000113
+gallium_dri.so free 0x5571735f53c0 void 0.000113
+gallium_dri.so free 0x5571735f5280 void 0.000116
+gallium_dri.so malloc 72 0x5571735f53f0 0.000112
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f53f0 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so free 0x5571735f53f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f54f0 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x5571735f54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55b0 0.000114
+gallium_dri.so free 0x5571735f5680 void 0.000113
+gallium_dri.so free 0x5571735f55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f56a0 0.000113
+gallium_dri.so free 0x5571735f5740 void 0.000113
+gallium_dri.so free 0x5571735f56a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56f0 0.000113
+gallium_dri.so free 0x5571735f57c0 void 0.000113
+gallium_dri.so free 0x5571735f56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f56f0 0.000113
+gallium_dri.so free 0x5571735f5840 void 0.000113
+gallium_dri.so free 0x5571735f56f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5840 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000114
+gallium_dri.so free 0x5571735f5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5840 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so free 0x5571735f5840 void 0.000158
+gallium_dri.so malloc 72 0x5571735f5840 0.000115
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so free 0x5571735f5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a30 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so free 0x5571735f5a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5a30 0.000113
+gallium_dri.so free 0x5571735f5b80 void 0.000113
+gallium_dri.so free 0x5571735f5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b30 0.000114
+gallium_dri.so free 0x5571735f5c40 void 0.000114
+gallium_dri.so free 0x5571735f5b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000115
+gallium_dri.so free 0x5571735f5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000113
+gallium_dri.so free 0x5571735f5d40 void 0.000113
+gallium_dri.so free 0x5571735f5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5d80 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735f5d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e00 0.000113
+gallium_dri.so free 0x5571735f5ec0 void 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5e00 0.000113
+gallium_dri.so free 0x5571735f5f80 void 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fa0 0.000115
+gallium_dri.so free 0x5571735f6040 void 0.000112
+gallium_dri.so free 0x5571735f5fa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000118
+gallium_dri.so free 0x5571735f60c0 void 0.000115
+gallium_dri.so free 0x5571735f5ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000114
+gallium_dri.so free 0x5571735f6140 void 0.000113
+gallium_dri.so free 0x5571735f5ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6140 0.000113
+gallium_dri.so free 0x5571735f6200 void 0.000116
+gallium_dri.so free 0x5571735f6140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6140 0.000113
+gallium_dri.so free 0x5571735f62c0 void 0.000113
+gallium_dri.so free 0x5571735f6140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6140 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000113
+gallium_dri.so free 0x5571735f6140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6330 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000114
+gallium_dri.so free 0x5571735f6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f64c0 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6510 0.000113
+gallium_dri.so free 0x5571735f6580 void 0.000114
+gallium_dri.so free 0x5571735f6510 void 0.000112
+gallium_dri.so malloc 72 0x5571735f65a0 0.000123
+gallium_dri.so free 0x5571735f6640 void 0.000115
+gallium_dri.so free 0x5571735f65a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f65f0 0.000112
+gallium_dri.so free 0x5571735f66c0 void 0.000126
+gallium_dri.so free 0x5571735f65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f65f0 0.000112
+gallium_dri.so free 0x5571735f6740 void 0.000113
+gallium_dri.so free 0x5571735f65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6740 0.000114
+gallium_dri.so free 0x5571735f6800 void 0.000114
+gallium_dri.so free 0x5571735f6740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6740 0.000114
+gallium_dri.so free 0x5571735f6900 void 0.000114
+gallium_dri.so free 0x5571735f6740 void 0.000112
+gallium_dri.so malloc 72 0x5571735f68b0 0.000114
+gallium_dri.so free 0x5571735f6940 void 0.000114
+gallium_dri.so free 0x5571735f68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68b0 0.000112
+gallium_dri.so free 0x5571735f6a00 void 0.000112
+gallium_dri.so free 0x5571735f68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a40 0.000112
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735f6a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000114
+gallium_dri.so free 0x5571735f6b80 void 0.000113
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000116
+gallium_dri.so free 0x5571735f6c00 void 0.000123
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c30 0.000114
+gallium_dri.so free 0x5571735f6c80 void 0.000114
+gallium_dri.so free 0x5571735f6c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c30 0.000113
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so free 0x5571735f6c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6dc0 0.000112
+gallium_dri.so free 0x5571735f6e40 void 0.000113
+gallium_dri.so free 0x5571735f6dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e40 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e40 0.000112
+gallium_dri.so free 0x5571735f6f80 void 0.000114
+gallium_dri.so free 0x5571735f6e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000112
+gallium_dri.so free 0x5571735f7000 void 0.000115
+gallium_dri.so free 0x5571735f6fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000112
+gallium_dri.so free 0x5571735f7100 void 0.000114
+gallium_dri.so free 0x5571735f6fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000114
+gallium_dri.so free 0x5571735f71c0 void 0.000114
+gallium_dri.so free 0x5571735f70b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7170 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000127
+gallium_dri.so free 0x5571735f7170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7170 0.000113
+gallium_dri.so free 0x5571735f7300 void 0.000114
+gallium_dri.so free 0x5571735f7170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7170 0.000112
+gallium_dri.so free 0x5571735f73c0 void 0.000113
+gallium_dri.so free 0x5571735f7170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7370 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000113
+gallium_dri.so free 0x5571735f7370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7490 0.000113
+gallium_dri.so free 0x5571735f7500 void 0.000114
+gallium_dri.so free 0x5571735f7490 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7520 0.000112
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so free 0x5571735f7520 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7570 0.000115
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f7570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7780 0.000113
+gallium_dri.so free 0x5571735f7840 void 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7780 0.000113
+gallium_dri.so free 0x5571735f7900 void 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7780 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735f7a40 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7a90 0.000113
+gallium_dri.so free 0x5571735f7b00 void 0.000113
+gallium_dri.so free 0x5571735f7a90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b40 0.000114
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b40 0.000112
+gallium_dri.so free 0x5571735f7c40 void 0.000113
+gallium_dri.so free 0x5571735f7b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7c70 0.000114
+gallium_dri.so free 0x5571735f7cc0 void 0.000114
+gallium_dri.so free 0x5571735f7c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c70 0.000113
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so free 0x5571735f7c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7d70 0.000112
+gallium_dri.so free 0x5571735f7e80 void 0.000113
+gallium_dri.so free 0x5571735f7d70 void 0.000159
+gallium_dri.so malloc 72 0x5571735f7e30 0.000116
+gallium_dri.so free 0x5571735f7ec0 void 0.000114
+gallium_dri.so free 0x5571735f7e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e30 0.000112
+gallium_dri.so free 0x5571735f7f80 void 0.000121
+gallium_dri.so free 0x5571735f7e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000114
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so free 0x5571735f7ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000113
+gallium_dri.so free 0x5571735f8140 void 0.000114
+gallium_dri.so free 0x5571735f7ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f80f0 0.000113
+gallium_dri.so free 0x5571735f8200 void 0.000181
+gallium_dri.so free 0x5571735f80f0 void 0.000212
+gallium_dri.so malloc 72 0x5571735f81b0 0.000185
+gallium_dri.so free 0x5571735f8240 void 0.000115
+gallium_dri.so free 0x5571735f81b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f81b0 0.000113
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so free 0x5571735f81b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8340 0.000113
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so free 0x5571735f8340 void 0.000112
+gallium_dri.so malloc 72 0x5571735f83c0 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000125
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f83c0 0.000115
+gallium_dri.so free 0x5571735f8540 void 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8560 0.000114
+gallium_dri.so free 0x5571735f8600 void 0.000114
+gallium_dri.so free 0x5571735f8560 void 0.000114
+gallium_dri.so malloc 72 0x5571735f85b0 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x5571735f85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f85b0 0.000113
+gallium_dri.so free 0x5571735f8700 void 0.000113
+gallium_dri.so free 0x5571735f85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8700 0.000113
+gallium_dri.so free 0x5571735f87c0 void 0.000113
+gallium_dri.so free 0x5571735f8700 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8700 0.000112
+gallium_dri.so free 0x5571735f8880 void 0.000113
+gallium_dri.so free 0x5571735f8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8700 0.000113
+gallium_dri.so free 0x5571735f8940 void 0.000112
+gallium_dri.so free 0x5571735f8700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f88f0 0.000116
+gallium_dri.so free 0x5571735f8a00 void 0.000116
+gallium_dri.so free 0x5571735f88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735f8a80 void 0.000121
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ad0 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000113
+gallium_dri.so free 0x5571735f8ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b60 0.000113
+gallium_dri.so free 0x5571735f8c00 void 0.000114
+gallium_dri.so free 0x5571735f8b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bb0 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000114
+gallium_dri.so free 0x5571735f8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bb0 0.000112
+gallium_dri.so free 0x5571735f8d00 void 0.000115
+gallium_dri.so free 0x5571735f8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d00 0.000114
+gallium_dri.so free 0x5571735f8dc0 void 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d00 0.000115
+gallium_dri.so free 0x5571735f8ec0 void 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e70 0.000113
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so free 0x5571735f8e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8e70 0.000114
+gallium_dri.so free 0x5571735f8fc0 void 0.000115
+gallium_dri.so free 0x5571735f8e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9000 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so free 0x5571735f9000 void 0.000163
+gallium_dri.so malloc 72 0x5571735f9080 0.000112
+gallium_dri.so free 0x5571735f9140 void 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9080 0.000112
+gallium_dri.so free 0x5571735f91c0 void 0.000112
+gallium_dri.so free 0x5571735f9080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f91f0 0.000112
+gallium_dri.so free 0x5571735f9240 void 0.000111
+gallium_dri.so free 0x5571735f91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f91f0 0.000112
+gallium_dri.so free 0x5571735f9340 void 0.000112
+gallium_dri.so free 0x5571735f91f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9380 0.000115
+gallium_dri.so free 0x5571735f9400 void 0.000112
+gallium_dri.so free 0x5571735f9380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9400 0.000112
+gallium_dri.so free 0x5571735f94c0 void 0.000112
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9400 0.000117
+gallium_dri.so free 0x5571735f9540 void 0.000115
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9570 0.000114
+gallium_dri.so free 0x5571735f95c0 void 0.000115
+gallium_dri.so free 0x5571735f9570 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9570 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000115
+gallium_dri.so free 0x5571735f9570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000116
+gallium_dri.so free 0x5571735f9780 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9730 0.000113
+gallium_dri.so free 0x5571735f9800 void 0.000114
+gallium_dri.so free 0x5571735f9730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9730 0.000121
+gallium_dri.so free 0x5571735f98c0 void 0.000116
+gallium_dri.so free 0x5571735f9730 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9730 0.000114
+gallium_dri.so free 0x5571735f9980 void 0.000113
+gallium_dri.so free 0x5571735f9730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9930 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so free 0x5571735f9930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9a50 0.000114
+gallium_dri.so free 0x5571735f9ac0 void 0.000114
+gallium_dri.so free 0x5571735f9a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ae0 0.000116
+gallium_dri.so free 0x5571735f9b80 void 0.000114
+gallium_dri.so free 0x5571735f9ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b30 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000115
+gallium_dri.so free 0x5571735f9b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000125
+gallium_dri.so free 0x5571735f9d40 void 0.000116
+gallium_dri.so free 0x5571735f9c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9d40 0.000115
+gallium_dri.so free 0x5571735f9e00 void 0.000116
+gallium_dri.so free 0x5571735f9d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9d40 0.000115
+gallium_dri.so free 0x5571735f9ec0 void 0.000114
+gallium_dri.so free 0x5571735f9d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d40 0.000115
+gallium_dri.so free 0x5571735f9f80 void 0.000114
+gallium_dri.so free 0x5571735f9d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9f30 0.000112
+gallium_dri.so free 0x5571735fa000 void 0.000115
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa050 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000115
+gallium_dri.so free 0x5571735fa050 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa100 0.000114
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735fa100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa100 0.000115
+gallium_dri.so free 0x5571735fa200 void 0.000115
+gallium_dri.so free 0x5571735fa100 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa230 0.000114
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so free 0x5571735fa230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa230 0.000166
+gallium_dri.so free 0x5571735fa380 void 0.000116
+gallium_dri.so free 0x5571735fa230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa330 0.000113
+gallium_dri.so free 0x5571735fa440 void 0.000114
+gallium_dri.so free 0x5571735fa330 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000113
+gallium_dri.so free 0x5571735fa480 void 0.000115
+gallium_dri.so free 0x5571735fa3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000114
+gallium_dri.so free 0x5571735fa540 void 0.000113
+gallium_dri.so free 0x5571735fa3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000112
+gallium_dri.so free 0x5571735fa600 void 0.000114
+gallium_dri.so free 0x5571735fa5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000114
+gallium_dri.so free 0x5571735fa700 void 0.000115
+gallium_dri.so free 0x5571735fa5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa6b0 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000114
+gallium_dri.so free 0x5571735fa6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa770 0.000115
+gallium_dri.so free 0x5571735fa800 void 0.000115
+gallium_dri.so free 0x5571735fa770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa770 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000115
+gallium_dri.so free 0x5571735fa770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa900 0.000124
+gallium_dri.so free 0x5571735fa980 void 0.000116
+gallium_dri.so free 0x5571735fa900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa980 0.000114
+gallium_dri.so free 0x5571735faa40 void 0.000115
+gallium_dri.so free 0x5571735fa980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa980 0.000113
+gallium_dri.so free 0x5571735fab00 void 0.000114
+gallium_dri.so free 0x5571735fa980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab20 0.000119
+gallium_dri.so free 0x5571735fabc0 void 0.000115
+gallium_dri.so free 0x5571735fab20 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab70 0.000114
+gallium_dri.so free 0x5571735fac40 void 0.000114
+gallium_dri.so free 0x5571735fab70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fab70 0.000112
+gallium_dri.so free 0x5571735facc0 void 0.000116
+gallium_dri.so free 0x5571735fab70 void 0.000113
+gallium_dri.so malloc 72 0x5571735facc0 0.000114
+gallium_dri.so free 0x5571735fad80 void 0.000115
+gallium_dri.so free 0x5571735facc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735facc0 0.000115
+gallium_dri.so free 0x5571735fae40 void 0.000115
+gallium_dri.so free 0x5571735facc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735facc0 0.000114
+gallium_dri.so free 0x5571735faf00 void 0.000113
+gallium_dri.so free 0x5571735facc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faeb0 0.000124
+gallium_dri.so free 0x5571735fafc0 void 0.000118
+gallium_dri.so free 0x5571735faeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faf70 0.000115
+gallium_dri.so free 0x5571735fb040 void 0.000114
+gallium_dri.so free 0x5571735faf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb090 0.000121
+gallium_dri.so free 0x5571735fb100 void 0.000120
+gallium_dri.so free 0x5571735fb090 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb120 0.000113
+gallium_dri.so free 0x5571735fb1c0 void 0.000117
+gallium_dri.so free 0x5571735fb120 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb170 0.000113
+gallium_dri.so free 0x5571735fb240 void 0.000114
+gallium_dri.so free 0x5571735fb170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb170 0.000112
+gallium_dri.so free 0x5571735fb2c0 void 0.000114
+gallium_dri.so free 0x5571735fb170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb2c0 0.000114
+gallium_dri.so free 0x5571735fb380 void 0.000114
+gallium_dri.so free 0x5571735fb2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb2c0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000113
+gallium_dri.so free 0x5571735fb2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb430 0.000113
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so free 0x5571735fb430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb430 0.000112
+gallium_dri.so free 0x5571735fb580 void 0.000123
+gallium_dri.so free 0x5571735fb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000114
+gallium_dri.so free 0x5571735fb5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb640 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb640 0.000112
+gallium_dri.so free 0x5571735fb780 void 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000114
+gallium_dri.so free 0x5571735fb800 void 0.000114
+gallium_dri.so free 0x5571735fb7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000113
+gallium_dri.so free 0x5571735fb7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb940 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so free 0x5571735fb940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000112
+gallium_dri.so free 0x5571735fba80 void 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000112
+gallium_dri.so free 0x5571735fbb00 void 0.000115
+gallium_dri.so free 0x5571735fb9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbb30 0.000116
+gallium_dri.so free 0x5571735fbb80 void 0.000126
+gallium_dri.so free 0x5571735fbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb30 0.000114
+gallium_dri.so free 0x5571735fbc80 void 0.000113
+gallium_dri.so free 0x5571735fbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735fbd40 void 0.000114
+gallium_dri.so free 0x5571735fbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000113
+gallium_dri.so free 0x5571735fbdc0 void 0.000113
+gallium_dri.so free 0x5571735fbcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000112
+gallium_dri.so free 0x5571735fbe80 void 0.000114
+gallium_dri.so free 0x5571735fbcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000112
+gallium_dri.so free 0x5571735fbf40 void 0.000113
+gallium_dri.so free 0x5571735fbcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbef0 0.000113
+gallium_dri.so free 0x5571735fbfc0 void 0.000114
+gallium_dri.so free 0x5571735fbef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc010 0.000114
+gallium_dri.so free 0x5571735fc080 void 0.000113
+gallium_dri.so free 0x5571735fc010 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc0a0 0.000112
+gallium_dri.so free 0x5571735fc140 void 0.000113
+gallium_dri.so free 0x5571735fc0a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc0f0 0.000113
+gallium_dri.so free 0x5571735fc1c0 void 0.000114
+gallium_dri.so free 0x5571735fc0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000114
+gallium_dri.so free 0x5571735fc280 void 0.000113
+gallium_dri.so free 0x5571735fc1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000113
+gallium_dri.so free 0x5571735fc300 void 0.000113
+gallium_dri.so free 0x5571735fc1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc300 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735fc300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc300 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so free 0x5571735fc300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc300 0.000113
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000112
+gallium_dri.so free 0x5571735fc5c0 void 0.000112
+gallium_dri.so free 0x5571735fc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc610 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000113
+gallium_dri.so free 0x5571735fc610 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x5571735fc7c0 void 0.000113
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000113
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc8f0 0.000123
+gallium_dri.so free 0x5571735fca00 void 0.000119
+gallium_dri.so free 0x5571735fc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x5571735fc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000113
+gallium_dri.so free 0x5571735fcb00 void 0.000113
+gallium_dri.so free 0x5571735fc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb70 0.000117
+gallium_dri.so free 0x5571735fcbc0 void 0.000114
+gallium_dri.so free 0x5571735fcb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb70 0.000112
+gallium_dri.so free 0x5571735fccc0 void 0.000113
+gallium_dri.so free 0x5571735fcb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcc70 0.000112
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd30 0.000112
+gallium_dri.so free 0x5571735fcdc0 void 0.000113
+gallium_dri.so free 0x5571735fcd30 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcd30 0.000122
+gallium_dri.so free 0x5571735fce80 void 0.000176
+gallium_dri.so free 0x5571735fcd30 void 0.000246
+gallium_dri.so malloc 72 0x5571735fcec0 0.000114
+gallium_dri.so free 0x5571735fcf40 void 0.000116
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf40 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000112
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf40 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000114
+gallium_dri.so free 0x5571735fcf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd0e0 0.000112
+gallium_dri.so free 0x5571735fd180 void 0.000112
+gallium_dri.so free 0x5571735fd0e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd130 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd130 0.000112
+gallium_dri.so free 0x5571735fd280 void 0.000114
+gallium_dri.so free 0x5571735fd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd280 0.000112
+gallium_dri.so free 0x5571735fd340 void 0.000115
+gallium_dri.so free 0x5571735fd280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd280 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so free 0x5571735fd280 void 0.000163
+gallium_dri.so malloc 72 0x5571735fd280 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd280 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd470 0.000112
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd530 0.000113
+gallium_dri.so free 0x5571735fd600 void 0.000113
+gallium_dri.so free 0x5571735fd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd650 0.000112
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so free 0x5571735fd650 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6e0 0.000115
+gallium_dri.so free 0x5571735fd780 void 0.000114
+gallium_dri.so free 0x5571735fd6e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd730 0.000113
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd730 0.000113
+gallium_dri.so free 0x5571735fd880 void 0.000114
+gallium_dri.so free 0x5571735fd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd880 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000115
+gallium_dri.so free 0x5571735fd880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd880 0.000114
+gallium_dri.so free 0x5571735fda40 void 0.000114
+gallium_dri.so free 0x5571735fd880 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000118
+gallium_dri.so free 0x5571735fda80 void 0.000117
+gallium_dri.so free 0x5571735fd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000113
+gallium_dri.so free 0x5571735fdb40 void 0.000118
+gallium_dri.so free 0x5571735fd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb80 0.000112
+gallium_dri.so free 0x5571735fdc00 void 0.000114
+gallium_dri.so free 0x5571735fdb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc00 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc00 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000113
+gallium_dri.so free 0x5571735fdc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000113
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so free 0x5571735fdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000113
+gallium_dri.so free 0x5571735fdec0 void 0.000115
+gallium_dri.so free 0x5571735fdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf00 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fdf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf80 0.000112
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000124
+gallium_dri.so free 0x5571735fe0c0 void 0.000115
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000112
+gallium_dri.so free 0x5571735fe140 void 0.000112
+gallium_dri.so free 0x5571735fe0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000113
+gallium_dri.so free 0x5571735fe240 void 0.000115
+gallium_dri.so free 0x5571735fe0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000116
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so free 0x5571735fe4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe5d0 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so free 0x5571735fe5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe660 0.000113
+gallium_dri.so free 0x5571735fe700 void 0.000118
+gallium_dri.so free 0x5571735fe660 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6b0 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000113
+gallium_dri.so free 0x5571735fe6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe780 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x5571735fe780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe780 0.000113
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000113
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000113
+gallium_dri.so free 0x5571735fea40 void 0.000113
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000112
+gallium_dri.so free 0x5571735feb00 void 0.000113
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feab0 0.000113
+gallium_dri.so free 0x5571735feb80 void 0.000114
+gallium_dri.so free 0x5571735feab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735febd0 0.000114
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so free 0x5571735febd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec80 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000185
+gallium_dri.so free 0x5571735fec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec80 0.000114
+gallium_dri.so free 0x5571735fed80 void 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735fee00 void 0.000114
+gallium_dri.so free 0x5571735fedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so free 0x5571735fedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feeb0 0.000112
+gallium_dri.so free 0x5571735fefc0 void 0.000114
+gallium_dri.so free 0x5571735feeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef70 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000113
+gallium_dri.so free 0x5571735fef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fef70 0.000113
+gallium_dri.so free 0x5571735ff0c0 void 0.000114
+gallium_dri.so free 0x5571735fef70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff130 0.000113
+gallium_dri.so free 0x5571735ff180 void 0.000114
+gallium_dri.so free 0x5571735ff130 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff130 0.000113
+gallium_dri.so free 0x5571735ff280 void 0.000114
+gallium_dri.so free 0x5571735ff130 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff230 0.000113
+gallium_dri.so free 0x5571735ff340 void 0.000124
+gallium_dri.so free 0x5571735ff230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000113
+gallium_dri.so free 0x5571735ff440 void 0.000114
+gallium_dri.so free 0x5571735ff2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff480 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff500 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff500 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6a0 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000117
+gallium_dri.so free 0x5571735ff6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000112
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so free 0x5571735ff6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000113
+gallium_dri.so free 0x5571735ff840 void 0.000113
+gallium_dri.so free 0x5571735ff6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff840 0.000113
+gallium_dri.so free 0x5571735ff900 void 0.000113
+gallium_dri.so free 0x5571735ff840 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff840 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000114
+gallium_dri.so free 0x5571735ff840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff840 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa30 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000123
+gallium_dri.so free 0x5571735ffa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000114
+gallium_dri.so free 0x5571735ffbc0 void 0.000118
+gallium_dri.so free 0x5571735ffaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc10 0.000113
+gallium_dri.so free 0x5571735ffc80 void 0.000114
+gallium_dri.so free 0x5571735ffc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffca0 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffcf0 0.000114
+gallium_dri.so free 0x5571735ffdc0 void 0.000113
+gallium_dri.so free 0x5571735ffcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffcf0 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x5571735ffcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44b0 0.000114
+gallium_dri.so free 0x557173454440 void 0.000115
+gallium_dri.so free 0x5571735b44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x5571735b4b80 void 0.000113
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735b4c00 void 0.000115
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4c30 0.000115
+gallium_dri.so free 0x5571735b4280 void 0.000114
+gallium_dri.so free 0x5571735b4c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4c30 0.000112
+gallium_dri.so free 0x5571735b3ec0 void 0.000113
+gallium_dri.so free 0x5571735b4c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3e70 0.000113
+gallium_dri.so free 0x5571735b3f80 void 0.000115
+gallium_dri.so free 0x5571735b3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f30 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f30 0.000126
+gallium_dri.so free 0x5571735b4080 void 0.000166
+gallium_dri.so free 0x5571735b3f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735b3f30 0.000116
+gallium_dri.so free 0x5571735b4600 void 0.000115
+gallium_dri.so free 0x5571735b3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4640 0.000192
+gallium_dri.so free 0x5571735b46c0 void 0.000123
+gallium_dri.so free 0x5571735b4640 void 0.000121
+gallium_dri.so malloc 72 0x5571735b46c0 0.000120
+gallium_dri.so free 0x5571735b4780 void 0.000120
+gallium_dri.so free 0x5571735b46c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b46c0 0.000159
+gallium_dri.so free 0x5571735b4800 void 0.000118
+gallium_dri.so free 0x5571735b46c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4830 0.000110
+gallium_dri.so free 0x5571735b4880 void 0.000111
+gallium_dri.so free 0x5571735b4830 void 0.000109
+gallium_dri.so malloc 72 0x5571735b4830 0.000112
+gallium_dri.so free 0x5571735b4980 void 0.000110
+gallium_dri.so free 0x5571735b4830 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4930 0.000109
+gallium_dri.so free 0x5571735f27c0 void 0.000113
+gallium_dri.so free 0x5571735b4930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2820 0.000110
+gallium_dri.so free 0x5571735f28c0 void 0.000114
+gallium_dri.so free 0x5571735f2820 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2870 0.000113
+gallium_dri.so free 0x5571735f2900 void 0.000113
+gallium_dri.so free 0x5571735f2870 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2870 0.000111
+gallium_dri.so free 0x5571735f29c0 void 0.000137
+gallium_dri.so free 0x5571735f2870 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2a00 0.000235
+gallium_dri.so free 0x5571735f2a80 void 0.000219
+gallium_dri.so free 0x5571735f2a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a80 0.000113
+gallium_dri.so free 0x5571735f2b40 void 0.000115
+gallium_dri.so free 0x5571735f2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a80 0.000112
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so free 0x5571735f2a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2bf0 0.000112
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2d00 void 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c40 0.000113
+gallium_dri.so free 0x5571735f2e00 void 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2db0 0.000113
+gallium_dri.so free 0x5571735f2ec0 void 0.000114
+gallium_dri.so free 0x5571735f2db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e70 0.000113
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so free 0x5571735f2e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2e70 0.000160
+gallium_dri.so free 0x5571735f2fc0 void 0.000112
+gallium_dri.so free 0x5571735f2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3000 0.000110
+gallium_dri.so free 0x5571735f3080 void 0.000111
+gallium_dri.so free 0x5571735f3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3080 0.000112
+gallium_dri.so free 0x5571735f3140 void 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3080 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3080 0.000112
+gallium_dri.so free 0x5571735f3280 void 0.000182
+gallium_dri.so free 0x5571735f3080 void 0.000157
+gallium_dri.so malloc 72 0x5571735f3080 0.000152
+gallium_dri.so free 0x5571735f3340 void 0.000122
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f32f0 0.000113
+gallium_dri.so free 0x5571735f33c0 void 0.000116
+gallium_dri.so free 0x5571735f32f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3410 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000112
+gallium_dri.so free 0x5571735f3410 void 0.000110
+gallium_dri.so malloc 72 0x5571735f34a0 0.000109
+gallium_dri.so free 0x5571735f3540 void 0.000125
+gallium_dri.so free 0x5571735f34a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f34f0 0.000120
+gallium_dri.so free 0x5571735f35c0 void 0.000120
+gallium_dri.so free 0x5571735f34f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3630 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000112
+gallium_dri.so free 0x5571735f3630 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3630 0.000110
+gallium_dri.so free 0x5571735e3dc0 void 0.000111
+gallium_dri.so free 0x5571735f3630 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000110
+gallium_dri.so free 0x5571735e3e80 void 0.000109
+gallium_dri.so free 0x5571735e3dc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000161
+gallium_dri.so free 0x5571735e3f40 void 0.000113
+gallium_dri.so free 0x5571735e3dc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000115
+gallium_dri.so free 0x5571735e4000 void 0.000110
+gallium_dri.so free 0x5571735e3dc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3fb0 0.000114
+gallium_dri.so free 0x5571735e4080 void 0.000120
+gallium_dri.so free 0x5571735e3fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e40d0 0.000112
+gallium_dri.so free 0x5571735e4140 void 0.000112
+gallium_dri.so free 0x5571735e40d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e41a0 0.000136
+gallium_dri.so free 0x5571735e4240 void 0.000125
+gallium_dri.so free 0x5571735e41a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e41f0 0.000120
+gallium_dri.so free 0x5571735e4280 void 0.000118
+gallium_dri.so free 0x5571735e41f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e41f0 0.000116
+gallium_dri.so free 0x5571735e4340 void 0.000117
+gallium_dri.so free 0x5571735e41f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4380 0.000117
+gallium_dri.so free 0x5571735e4400 void 0.000118
+gallium_dri.so free 0x5571735e4380 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4400 0.000119
+gallium_dri.so free 0x5571735e44c0 void 0.000120
+gallium_dri.so free 0x5571735e4400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4400 0.000117
+gallium_dri.so free 0x5571735e4540 void 0.000117
+gallium_dri.so free 0x5571735e4400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4570 0.000117
+gallium_dri.so free 0x5571735e45c0 void 0.000118
+gallium_dri.so free 0x5571735e4570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e45c0 0.000117
+gallium_dri.so free 0x5571735e4680 void 0.000117
+gallium_dri.so free 0x5571735e45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e45c0 0.000117
+gallium_dri.so free 0x5571735e4780 void 0.000117
+gallium_dri.so free 0x5571735e45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4730 0.000114
+gallium_dri.so free 0x5571735e4840 void 0.000112
+gallium_dri.so free 0x5571735e4730 void 0.000111
+gallium_dri.so malloc 72 0x5571735e47f0 0.000110
+gallium_dri.so free 0x5571735e4880 void 0.000111
+gallium_dri.so free 0x5571735e47f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e47f0 0.000110
+gallium_dri.so free 0x5571735e4940 void 0.000111
+gallium_dri.so free 0x5571735e47f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4980 0.000111
+gallium_dri.so free 0x5571735e4a00 void 0.000110
+gallium_dri.so free 0x5571735e4980 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4a00 0.000111
+gallium_dri.so free 0x5571735e4ac0 void 0.000110
+gallium_dri.so free 0x5571735e4a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4a00 0.000110
+gallium_dri.so free 0x5571735e4b40 void 0.000111
+gallium_dri.so free 0x5571735e4a00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4a00 0.000111
+gallium_dri.so free 0x5571735e4c00 void 0.000111
+gallium_dri.so free 0x5571735e4a00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4a00 0.000111
+gallium_dri.so free 0x5571735e4cc0 void 0.000112
+gallium_dri.so free 0x5571735e4a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4c70 0.000111
+gallium_dri.so free 0x5571735e4d40 void 0.000110
+gallium_dri.so free 0x5571735e4c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4d90 0.000112
+gallium_dri.so free 0x5571735e4e00 void 0.000123
+gallium_dri.so free 0x5571735e4d90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e20 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000114
+gallium_dri.so free 0x5571735e4e20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e70 0.000112
+gallium_dri.so free 0x5571735e4f40 void 0.000114
+gallium_dri.so free 0x5571735e4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e70 0.000117
+gallium_dri.so free 0x5571735e5040 void 0.000113
+gallium_dri.so free 0x5571735e4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000120
+gallium_dri.so free 0x5571735e50c0 void 0.000113
+gallium_dri.so free 0x5571735e4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5110 0.000114
+gallium_dri.so free 0x5571735e5180 void 0.000114
+gallium_dri.so free 0x5571735e5110 void 0.000113
+gallium_dri.so malloc 72 0x5571735e51a0 0.000112
+gallium_dri.so free 0x5571735e5240 void 0.000114
+gallium_dri.so free 0x5571735e51a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e51f0 0.000120
+gallium_dri.so free 0x5571735e52c0 void 0.000120
+gallium_dri.so free 0x5571735e51f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e51f0 0.000120
+gallium_dri.so free 0x5571735e5340 void 0.000115
+gallium_dri.so free 0x5571735e51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5340 0.000115
+gallium_dri.so free 0x5571735e5400 void 0.000117
+gallium_dri.so free 0x5571735e5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5340 0.000112
+gallium_dri.so free 0x5571735e5500 void 0.000113
+gallium_dri.so free 0x5571735e5340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5340 0.000112
+gallium_dri.so free 0x5571735e5580 void 0.000111
+gallium_dri.so free 0x5571735e5340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e55b0 0.000118
+gallium_dri.so free 0x5571735e5600 void 0.000112
+gallium_dri.so free 0x5571735e55b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e55b0 0.000115
+gallium_dri.so free 0x5571735e5700 void 0.000112
+gallium_dri.so free 0x5571735e55b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e56b0 0.000157
+gallium_dri.so free 0x5571735e57c0 void 0.000161
+gallium_dri.so free 0x5571735e56b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5770 0.000119
+gallium_dri.so free 0x5571735e5800 void 0.000117
+gallium_dri.so free 0x5571735e5770 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5770 0.000116
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so free 0x5571735e5770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5910 0.000117
+gallium_dri.so free 0x5571735e5980 void 0.000117
+gallium_dri.so free 0x5571735e5910 void 0.000116
+gallium_dri.so malloc 72 0x5571735e59c0 0.000111
+gallium_dri.so free 0x5571735e5a40 void 0.000112
+gallium_dri.so free 0x5571735e59c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5a40 0.000111
+gallium_dri.so free 0x5571735e5b00 void 0.000110
+gallium_dri.so free 0x5571735e5a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5a40 0.000110
+gallium_dri.so free 0x5571735e5b80 void 0.000110
+gallium_dri.so free 0x5571735e5a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000110
+gallium_dri.so free 0x5571735e5c00 void 0.000111
+gallium_dri.so free 0x5571735e5bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000110
+gallium_dri.so free 0x5571735e5d00 void 0.000110
+gallium_dri.so free 0x5571735e5bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000109
+gallium_dri.so free 0x5571735e5dc0 void 0.000110
+gallium_dri.so free 0x5571735e5cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5d70 0.000110
+gallium_dri.so free 0x5571735e5e40 void 0.000109
+gallium_dri.so free 0x5571735e5d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5e60 0.000119
+gallium_dri.so free 0x5571735e5f00 void 0.000116
+gallium_dri.so free 0x5571735e5e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000117
+gallium_dri.so free 0x5571735e5f80 void 0.000112
+gallium_dri.so free 0x5571735e5eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5eb0 0.000119
+gallium_dri.so free 0x5571735e6000 void 0.000117
+gallium_dri.so free 0x5571735e5eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e6000 0.000125
+gallium_dri.so free 0x5571735e60c0 void 0.000124
+gallium_dri.so free 0x5571735e6000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6000 0.000118
+gallium_dri.so free 0x5571735e6180 void 0.000124
+gallium_dri.so free 0x5571735e6000 void 0.000124
+gallium_dri.so malloc 72 0x5571735e6000 0.000120
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571735e6000 void 0.000121
+gallium_dri.so malloc 72 0x557173455470 0.000119
+gallium_dri.so free 0x5571734554c0 void 0.000118
+gallium_dri.so free 0x557173455470 void 0.000122
+gallium_dri.so malloc 72 0x557173455470 0.000123
+gallium_dri.so free 0x5571734555c0 void 0.000119
+gallium_dri.so free 0x557173455470 void 0.000117
+gallium_dri.so malloc 72 0x557173455570 0.000117
+gallium_dri.so free 0x557173455680 void 0.000118
+gallium_dri.so free 0x557173455570 void 0.000117
+gallium_dri.so malloc 72 0x557173455630 0.000117
+gallium_dri.so free 0x5571734556c0 void 0.000118
+gallium_dri.so free 0x557173455630 void 0.000117
+gallium_dri.so malloc 72 0x557173455630 0.000119
+gallium_dri.so free 0x557173455780 void 0.000169
+gallium_dri.so free 0x557173455630 void 0.000119
+gallium_dri.so malloc 72 0x5571734557c0 0.000122
+gallium_dri.so free 0x557173455840 void 0.000121
+gallium_dri.so free 0x5571734557c0 void 0.000118
+gallium_dri.so malloc 72 0x557173455840 0.000118
+gallium_dri.so free 0x557173455900 void 0.000117
+gallium_dri.so free 0x557173455840 void 0.000117
+gallium_dri.so malloc 72 0x557173455840 0.000117
+gallium_dri.so free 0x5571734559c0 void 0.000119
+gallium_dri.so free 0x557173455840 void 0.000118
+gallium_dri.so malloc 72 0x5571734559e0 0.000118
+gallium_dri.so free 0x557173455a80 void 0.000119
+gallium_dri.so free 0x5571734559e0 void 0.000117
+gallium_dri.so malloc 72 0x557173455a30 0.000117
+gallium_dri.so free 0x557173455b00 void 0.000118
+gallium_dri.so free 0x557173455a30 void 0.000117
+gallium_dri.so malloc 72 0x557173455a30 0.000116
+gallium_dri.so free 0x557173455b80 void 0.000118
+gallium_dri.so free 0x557173455a30 void 0.000118
+gallium_dri.so malloc 72 0x557173455b80 0.000117
+gallium_dri.so free 0x557173455c40 void 0.000118
+gallium_dri.so free 0x557173455b80 void 0.000118
+gallium_dri.so malloc 72 0x557173455b80 0.000116
+gallium_dri.so free 0x557173455d00 void 0.000119
+gallium_dri.so free 0x557173455b80 void 0.000117
+gallium_dri.so malloc 72 0x557173455b80 0.000118
+gallium_dri.so free 0x557173455dc0 void 0.000111
+gallium_dri.so free 0x557173455b80 void 0.000110
+gallium_dri.so malloc 72 0x557173455d70 0.000110
+gallium_dri.so free 0x557173455e80 void 0.000113
+gallium_dri.so free 0x557173455d70 void 0.000111
+gallium_dri.so malloc 72 0x557173455e30 0.000110
+gallium_dri.so free 0x557173455f00 void 0.000112
+gallium_dri.so free 0x557173455e30 void 0.000110
+gallium_dri.so malloc 72 0x557173455f50 0.000109
+gallium_dri.so free 0x557173455fc0 void 0.000111
+gallium_dri.so free 0x557173455f50 void 0.000110
+gallium_dri.so malloc 72 0x557173455fe0 0.000110
+gallium_dri.so free 0x557173456080 void 0.000109
+gallium_dri.so free 0x557173455fe0 void 0.000109
+gallium_dri.so malloc 72 0x557173456030 0.000116
+gallium_dri.so free 0x557173456100 void 0.000111
+gallium_dri.so free 0x557173456030 void 0.000111
+gallium_dri.so malloc 72 0x557173456030 0.000111
+gallium_dri.so free 0x557173456180 void 0.000110
+gallium_dri.so free 0x557173456030 void 0.000109
+gallium_dri.so malloc 72 0x557173456180 0.000109
+gallium_dri.so free 0x557173456240 void 0.000111
+gallium_dri.so free 0x557173456180 void 0.000109
+gallium_dri.so malloc 72 0x557173456180 0.000109
+gallium_dri.so free 0x557173456340 void 0.000110
+gallium_dri.so free 0x557173456180 void 0.000109
+gallium_dri.so malloc 72 0x5571734562f0 0.000109
+gallium_dri.so free 0x557173456380 void 0.000125
+gallium_dri.so free 0x5571734562f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734562f0 0.000118
+gallium_dri.so free 0x557173456440 void 0.000118
+gallium_dri.so free 0x5571734562f0 void 0.000117
+gallium_dri.so malloc 72 0x557173456480 0.000117
+gallium_dri.so free 0x557173456500 void 0.000117
+gallium_dri.so free 0x557173456480 void 0.000118
+gallium_dri.so malloc 72 0x557173456500 0.000117
+gallium_dri.so free 0x5571734565c0 void 0.000119
+gallium_dri.so free 0x557173456500 void 0.000118
+gallium_dri.so malloc 72 0x557173456500 0.000118
+gallium_dri.so free 0x557173456640 void 0.000118
+gallium_dri.so free 0x557173456500 void 0.000119
+gallium_dri.so malloc 72 0x557173456670 0.000118
+gallium_dri.so free 0x5571734566c0 void 0.000118
+gallium_dri.so free 0x557173456670 void 0.000119
+gallium_dri.so malloc 72 0x557173456670 0.000119
+gallium_dri.so free 0x5571734567c0 void 0.000119
+gallium_dri.so free 0x557173456670 void 0.000119
+gallium_dri.so malloc 72 0x557173456800 0.000120
+gallium_dri.so free 0x557173456880 void 0.000121
+gallium_dri.so free 0x557173456800 void 0.000113
+gallium_dri.so malloc 72 0x557173456880 0.000114
+gallium_dri.so free 0x557173456940 void 0.000115
+gallium_dri.so free 0x557173456880 void 0.000113
+gallium_dri.so malloc 72 0x557173456880 0.000112
+gallium_dri.so free 0x5571734569c0 void 0.000170
+gallium_dri.so free 0x557173456880 void 0.000125
+gallium_dri.so malloc 72 0x5571734569f0 0.000123
+gallium_dri.so free 0x557173456a40 void 0.000124
+gallium_dri.so free 0x5571734569f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734569f0 0.000120
+gallium_dri.so free 0x557173456b40 void 0.000118
+gallium_dri.so free 0x5571734569f0 void 0.000118
+gallium_dri.so malloc 72 0x557173456af0 0.000118
+gallium_dri.so free 0x557173456c00 void 0.000118
+gallium_dri.so free 0x557173456af0 void 0.000118
+gallium_dri.so malloc 72 0x557173456bb0 0.000118
+gallium_dri.so free 0x557173456c80 void 0.000118
+gallium_dri.so free 0x557173456bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173456bb0 0.000119
+gallium_dri.so free 0x557173456d40 void 0.000118
+gallium_dri.so free 0x557173456bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173456bb0 0.000117
+gallium_dri.so free 0x557173456e00 void 0.000118
+gallium_dri.so free 0x557173456bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173456db0 0.000118
+gallium_dri.so free 0x557173456e80 void 0.000117
+gallium_dri.so free 0x557173456db0 void 0.000118
+gallium_dri.so malloc 72 0x557173456ed0 0.000118
+gallium_dri.so free 0x557173456f40 void 0.000117
+gallium_dri.so free 0x557173456ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173456f60 0.000113
+gallium_dri.so free 0x557173457000 void 0.000111
+gallium_dri.so free 0x557173456f60 void 0.000109
+gallium_dri.so malloc 72 0x557173456fb0 0.000114
+gallium_dri.so free 0x557173457080 void 0.000111
+gallium_dri.so free 0x557173456fb0 void 0.000110
+gallium_dri.so malloc 72 0x557173457080 0.000111
+gallium_dri.so free 0x557173457140 void 0.000109
+gallium_dri.so free 0x557173457080 void 0.000108
+gallium_dri.so malloc 72 0x557173457080 0.000111
+gallium_dri.so free 0x5571734571c0 void 0.000109
+gallium_dri.so free 0x557173457080 void 0.000114
+gallium_dri.so malloc 72 0x5571734571c0 0.000110
+gallium_dri.so free 0x557173457280 void 0.000110
+gallium_dri.so free 0x5571734571c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734571c0 0.000110
+gallium_dri.so free 0x557173457340 void 0.000109
+gallium_dri.so free 0x5571734571c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734571c0 0.000110
+gallium_dri.so free 0x557173457400 void 0.000110
+gallium_dri.so free 0x5571734571c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734573b0 0.000116
+gallium_dri.so free 0x557173457480 void 0.000117
+gallium_dri.so free 0x5571734573b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734574d0 0.000113
+gallium_dri.so free 0x557173457540 void 0.000111
+gallium_dri.so free 0x5571734574d0 void 0.000111
+gallium_dri.so malloc 72 0x557173457580 0.000126
+gallium_dri.so free 0x557173457600 void 0.000115
+gallium_dri.so free 0x557173457580 void 0.000114
+gallium_dri.so malloc 72 0x557173457580 0.000113
+gallium_dri.so free 0x557173457680 void 0.000113
+gallium_dri.so free 0x557173457580 void 0.000113
+gallium_dri.so malloc 72 0x5571734576b0 0.000113
+gallium_dri.so free 0x557173457700 void 0.000115
+gallium_dri.so free 0x5571734576b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734576b0 0.000113
+gallium_dri.so free 0x557173457800 void 0.000114
+gallium_dri.so free 0x5571734576b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734577b0 0.000112
+gallium_dri.so free 0x5571734578c0 void 0.000113
+gallium_dri.so free 0x5571734577b0 void 0.000113
+gallium_dri.so malloc 72 0x557173457870 0.000112
+gallium_dri.so free 0x557173457900 void 0.000113
+gallium_dri.so free 0x557173457870 void 0.000112
+gallium_dri.so malloc 72 0x557173457870 0.000114
+gallium_dri.so free 0x5571734579c0 void 0.000113
+gallium_dri.so free 0x557173457870 void 0.000114
+gallium_dri.so malloc 72 0x557173457a30 0.000113
+gallium_dri.so free 0x557173457a80 void 0.000113
+gallium_dri.so free 0x557173457a30 void 0.000114
+gallium_dri.so malloc 72 0x557173457a30 0.000112
+gallium_dri.so free 0x557173457b80 void 0.000113
+gallium_dri.so free 0x557173457a30 void 0.000112
+gallium_dri.so malloc 72 0x557173457b30 0.000112
+gallium_dri.so free 0x557173457c40 void 0.000278
+gallium_dri.so free 0x557173457b30 void 0.000325
+gallium_dri.so malloc 72 0x557173457bf0 0.000320
+gallium_dri.so free 0x557173457c80 void 0.000272
+gallium_dri.so free 0x557173457bf0 void 0.000267
+gallium_dri.so malloc 72 0x557173457bf0 0.000277
+gallium_dri.so free 0x557173457d40 void 0.000204
+gallium_dri.so free 0x557173457bf0 void 0.000190
+gallium_dri.so malloc 72 0x557173457d80 0.000162
+gallium_dri.so free 0x557173457e00 void 0.000119
+gallium_dri.so free 0x557173457d80 void 0.000117
+gallium_dri.so malloc 72 0x557173457e00 0.000118
+gallium_dri.so free 0x557173457ec0 void 0.000130
+gallium_dri.so free 0x557173457e00 void 0.000124
+gallium_dri.so malloc 72 0x557173457e00 0.000124
+gallium_dri.so free 0x557173457f80 void 0.000123
+gallium_dri.so free 0x557173457e00 void 0.000123
+gallium_dri.so malloc 72 0x557173457fa0 0.000129
+gallium_dri.so free 0x557173458040 void 0.000118
+gallium_dri.so free 0x557173457fa0 void 0.000116
+gallium_dri.so malloc 72 0x557173457ff0 0.000115
+gallium_dri.so free 0x5571734580c0 void 0.000115
+gallium_dri.so free 0x557173457ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173457ff0 0.000115
+gallium_dri.so free 0x557173458140 void 0.000116
+gallium_dri.so free 0x557173457ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173458140 0.000115
+gallium_dri.so free 0x557173458200 void 0.000115
+gallium_dri.so free 0x557173458140 void 0.000116
+gallium_dri.so malloc 72 0x557173458140 0.000115
+gallium_dri.so free 0x5571734582c0 void 0.000114
+gallium_dri.so free 0x557173458140 void 0.000115
+gallium_dri.so malloc 72 0x557173458140 0.000115
+gallium_dri.so free 0x557173458380 void 0.000119
+gallium_dri.so free 0x557173458140 void 0.000117
+gallium_dri.so malloc 72 0x557173458330 0.000117
+gallium_dri.so free 0x557173458440 void 0.000115
+gallium_dri.so free 0x557173458330 void 0.000115
+gallium_dri.so malloc 72 0x5571734583f0 0.000121
+gallium_dri.so free 0x5571734584c0 void 0.000122
+gallium_dri.so free 0x5571734583f0 void 0.000116
+gallium_dri.so malloc 72 0x557173458510 0.000117
+gallium_dri.so free 0x557173458580 void 0.000119
+gallium_dri.so free 0x557173458510 void 0.000116
+gallium_dri.so malloc 72 0x5571734585a0 0.000132
+gallium_dri.so free 0x557173458640 void 0.000123
+gallium_dri.so free 0x5571734585a0 void 0.000122
+gallium_dri.so malloc 72 0x5571734585f0 0.000119
+gallium_dri.so free 0x5571734586c0 void 0.000120
+gallium_dri.so free 0x5571734585f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734585f0 0.000119
+gallium_dri.so free 0x557173458740 void 0.000119
+gallium_dri.so free 0x5571734585f0 void 0.000118
+gallium_dri.so malloc 72 0x557173458740 0.000119
+gallium_dri.so free 0x557173458800 void 0.000119
+gallium_dri.so free 0x557173458740 void 0.000119
+gallium_dri.so malloc 72 0x557173458740 0.000118
+gallium_dri.so free 0x557173458900 void 0.000119
+gallium_dri.so free 0x557173458740 void 0.000118
+gallium_dri.so malloc 72 0x5571734588b0 0.000119
+gallium_dri.so free 0x557173458940 void 0.000120
+gallium_dri.so free 0x5571734588b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734588b0 0.000118
+gallium_dri.so free 0x557173458a00 void 0.000120
+gallium_dri.so free 0x5571734588b0 void 0.000119
+gallium_dri.so malloc 72 0x557173458a40 0.000118
+gallium_dri.so free 0x557173458ac0 void 0.000120
+gallium_dri.so free 0x557173458a40 void 0.000120
+gallium_dri.so malloc 72 0x557173458ac0 0.000119
+gallium_dri.so free 0x557173458b80 void 0.000119
+gallium_dri.so free 0x557173458ac0 void 0.000167
+gallium_dri.so malloc 72 0x557173458ac0 0.000131
+gallium_dri.so free 0x557173459c40 void 0.000131
+gallium_dri.so free 0x557173458ac0 void 0.000130
+gallium_dri.so malloc 72 0x557173459bf0 0.000130
+gallium_dri.so free 0x557173459cc0 void 0.000125
+gallium_dri.so free 0x557173459bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173459bf0 0.000123
+gallium_dri.so free 0x557173459dc0 void 0.000124
+gallium_dri.so free 0x557173459bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173459d70 0.000130
+gallium_dri.so free 0x557173459e40 void 0.000119
+gallium_dri.so free 0x557173459d70 void 0.000117
+gallium_dri.so malloc 72 0x557173459e90 0.000118
+gallium_dri.so free 0x557173459f00 void 0.000118
+gallium_dri.so free 0x557173459e90 void 0.000118
+gallium_dri.so malloc 72 0x557173459f20 0.000117
+gallium_dri.so free 0x557173459fc0 void 0.000118
+gallium_dri.so free 0x557173459f20 void 0.000117
+gallium_dri.so malloc 72 0x557173459f70 0.000118
+gallium_dri.so free 0x55717345a040 void 0.000117
+gallium_dri.so free 0x557173459f70 void 0.000118
+gallium_dri.so malloc 72 0x557173459f70 0.000118
+gallium_dri.so free 0x55717345a0c0 void 0.000118
+gallium_dri.so free 0x557173459f70 void 0.000118
+gallium_dri.so malloc 72 0x55717345a0c0 0.000118
+gallium_dri.so free 0x55717345a180 void 0.000119
+gallium_dri.so free 0x55717345a0c0 void 0.000111
+gallium_dri.so malloc 72 0x55717345a0c0 0.000112
+gallium_dri.so free 0x55717345a280 void 0.000110
+gallium_dri.so free 0x55717345a0c0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a0c0 0.000110
+gallium_dri.so free 0x55717345a300 void 0.000111
+gallium_dri.so free 0x55717345a0c0 void 0.000109
+gallium_dri.so malloc 72 0x55717345a330 0.000109
+gallium_dri.so free 0x55717345a380 void 0.000111
+gallium_dri.so free 0x55717345a330 void 0.000109
+gallium_dri.so malloc 72 0x55717345a330 0.000110
+gallium_dri.so free 0x55717345a480 void 0.000110
+gallium_dri.so free 0x55717345a330 void 0.000110
+gallium_dri.so malloc 72 0x55717345a430 0.000110
+gallium_dri.so free 0x55717345a540 void 0.000110
+gallium_dri.so free 0x55717345a430 void 0.000109
+gallium_dri.so malloc 72 0x55717345a4f0 0.000111
+gallium_dri.so free 0x55717345a580 void 0.000109
+gallium_dri.so free 0x55717345a4f0 void 0.000109
+gallium_dri.so malloc 72 0x55717345a4f0 0.000111
+gallium_dri.so free 0x55717345a640 void 0.000110
+gallium_dri.so free 0x55717345a4f0 void 0.000109
+gallium_dri.so malloc 72 0x55717345a690 0.000110
+gallium_dri.so free 0x55717345a700 void 0.000109
+gallium_dri.so free 0x55717345a690 void 0.000110
+gallium_dri.so malloc 72 0x55717345a740 0.000110
+gallium_dri.so free 0x55717345a7c0 void 0.000110
+gallium_dri.so free 0x55717345a740 void 0.000124
+gallium_dri.so malloc 72 0x55717345a7c0 0.000114
+gallium_dri.so free 0x55717345a880 void 0.000113
+gallium_dri.so free 0x55717345a7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a7c0 0.000112
+gallium_dri.so free 0x55717345a900 void 0.000113
+gallium_dri.so free 0x55717345a7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a930 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000114
+gallium_dri.so free 0x55717345a930 void 0.000115
+gallium_dri.so malloc 72 0x55717345a930 0.000114
+gallium_dri.so free 0x55717345aa80 void 0.000114
+gallium_dri.so free 0x55717345a930 void 0.000112
+gallium_dri.so malloc 72 0x55717345aa30 0.000113
+gallium_dri.so free 0x55717345ab40 void 0.000114
+gallium_dri.so free 0x55717345aa30 void 0.000112
+gallium_dri.so malloc 72 0x55717345aaf0 0.000113
+gallium_dri.so free 0x55717345abc0 void 0.000114
+gallium_dri.so free 0x55717345aaf0 void 0.000112
+gallium_dri.so malloc 72 0x55717345abe0 0.000112
+gallium_dri.so free 0x55717345ac80 void 0.000113
+gallium_dri.so free 0x55717345abe0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac30 0.000113
+gallium_dri.so free 0x55717345ad00 void 0.000113
+gallium_dri.so free 0x55717345ac30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ac30 0.000112
+gallium_dri.so free 0x55717345ad80 void 0.000113
+gallium_dri.so free 0x55717345ac30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ad80 0.000172
+gallium_dri.so free 0x55717345ae40 void 0.000126
+gallium_dri.so free 0x55717345ad80 void 0.000125
+gallium_dri.so malloc 72 0x55717345ad80 0.000125
+gallium_dri.so free 0x55717345af00 void 0.000120
+gallium_dri.so free 0x55717345ad80 void 0.000118
+gallium_dri.so malloc 72 0x55717345ad80 0.000118
+gallium_dri.so free 0x55717345afc0 void 0.000117
+gallium_dri.so free 0x55717345ad80 void 0.000117
+gallium_dri.so malloc 72 0x55717345af70 0.000117
+gallium_dri.so free 0x55717345afc0 void 0.000117
+gallium_dri.so free 0x55717345af70 void 0.000117
+gallium_dri.so malloc 72 0x55717345af70 0.000116
+gallium_dri.so free 0x55717345b0c0 void 0.000120
+gallium_dri.so free 0x55717345af70 void 0.000120
+gallium_dri.so malloc 72 0x55717345b070 0.000119
+gallium_dri.so free 0x55717345b180 void 0.000118
+gallium_dri.so free 0x55717345b070 void 0.000118
+gallium_dri.so malloc 72 0x55717345b130 0.000117
+gallium_dri.so free 0x55717345b1c0 void 0.000119
+gallium_dri.so free 0x55717345b130 void 0.000118
+gallium_dri.so malloc 72 0x55717345b130 0.000117
+gallium_dri.so free 0x55717345b280 void 0.000119
+gallium_dri.so free 0x55717345b130 void 0.000116
+gallium_dri.so malloc 72 0x55717345b2c0 0.000118
+gallium_dri.so free 0x55717345b340 void 0.000125
+gallium_dri.so free 0x55717345b2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345b340 0.000111
+gallium_dri.so free 0x55717345b400 void 0.000110
+gallium_dri.so free 0x55717345b340 void 0.000110
+gallium_dri.so malloc 72 0x55717345b340 0.000111
+gallium_dri.so free 0x55717345b4c0 void 0.000110
+gallium_dri.so free 0x55717345b340 void 0.000110
+gallium_dri.so malloc 72 0x55717345b4e0 0.000109
+gallium_dri.so free 0x55717345b580 void 0.000110
+gallium_dri.so free 0x55717345b4e0 void 0.000111
+gallium_dri.so malloc 72 0x55717345b530 0.000109
+gallium_dri.so free 0x55717345b600 void 0.000109
+gallium_dri.so free 0x55717345b530 void 0.000109
+gallium_dri.so malloc 72 0x55717345b530 0.000111
+gallium_dri.so free 0x55717345b680 void 0.000110
+gallium_dri.so free 0x55717345b530 void 0.000109
+gallium_dri.so malloc 72 0x55717345b680 0.000111
+gallium_dri.so free 0x55717345b740 void 0.000110
+gallium_dri.so free 0x55717345b680 void 0.000110
+gallium_dri.so malloc 72 0x55717345b680 0.000109
+gallium_dri.so free 0x55717345b800 void 0.000110
+gallium_dri.so free 0x55717345b680 void 0.000109
+gallium_dri.so malloc 72 0x55717345b680 0.000109
+gallium_dri.so free 0x55717345b8c0 void 0.000109
+gallium_dri.so free 0x55717345b680 void 0.000110
+gallium_dri.so malloc 72 0x55717345b870 0.000111
+gallium_dri.so free 0x55717345b980 void 0.000109
+gallium_dri.so free 0x55717345b870 void 0.000110
+gallium_dri.so malloc 72 0x55717345b930 0.000122
+gallium_dri.so free 0x55717345ba00 void 0.000111
+gallium_dri.so free 0x55717345b930 void 0.000110
+gallium_dri.so malloc 72 0x55717345ba50 0.000110
+gallium_dri.so free 0x55717345bac0 void 0.000111
+gallium_dri.so free 0x55717345ba50 void 0.000109
+gallium_dri.so malloc 72 0x55717345bae0 0.000111
+gallium_dri.so free 0x55717345bb80 void 0.000110
+gallium_dri.so free 0x55717345bae0 void 0.000110
+gallium_dri.so malloc 72 0x55717345bb30 0.000109
+gallium_dri.so free 0x55717345bc00 void 0.000109
+gallium_dri.so free 0x55717345bb30 void 0.000111
+gallium_dri.so malloc 72 0x55717345bb30 0.000112
+gallium_dri.so free 0x55717345bc80 void 0.000111
+gallium_dri.so free 0x55717345bb30 void 0.000110
+gallium_dri.so malloc 72 0x55717345bc80 0.000111
+gallium_dri.so free 0x55717345bd40 void 0.000110
+gallium_dri.so free 0x55717345bc80 void 0.000111
+gallium_dri.so malloc 72 0x55717345bc80 0.000114
+gallium_dri.so free 0x55717345be40 void 0.000111
+gallium_dri.so free 0x55717345bc80 void 0.000110
+gallium_dri.so malloc 72 0x55717345bdf0 0.000109
+gallium_dri.so free 0x55717345be80 void 0.000121
+gallium_dri.so free 0x55717345bdf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345bdf0 0.000113
+gallium_dri.so free 0x55717345bf40 void 0.000112
+gallium_dri.so free 0x55717345bdf0 void 0.000110
+gallium_dri.so malloc 72 0x55717345bf80 0.000109
+gallium_dri.so free 0x55717345c000 void 0.000125
+gallium_dri.so free 0x55717345bf80 void 0.000117
+gallium_dri.so malloc 72 0x55717345c000 0.000115
+gallium_dri.so free 0x55717345c0c0 void 0.000114
+gallium_dri.so free 0x55717345c000 void 0.000113
+gallium_dri.so malloc 72 0x55717345c000 0.000113
+gallium_dri.so free 0x55717345c140 void 0.000113
+gallium_dri.so free 0x55717345c000 void 0.000113
+gallium_dri.so malloc 72 0x55717345c170 0.000113
+gallium_dri.so free 0x55717345c1c0 void 0.000113
+gallium_dri.so free 0x55717345c170 void 0.000113
+gallium_dri.so malloc 72 0x55717345c170 0.000113
+gallium_dri.so free 0x55717345c2c0 void 0.000115
+gallium_dri.so free 0x55717345c170 void 0.000113
+gallium_dri.so malloc 72 0x55717345c300 0.000113
+gallium_dri.so free 0x55717345c380 void 0.000114
+gallium_dri.so free 0x55717345c300 void 0.000113
+gallium_dri.so malloc 72 0x55717345c380 0.000114
+gallium_dri.so free 0x55717345c440 void 0.000113
+gallium_dri.so free 0x55717345c380 void 0.000114
+gallium_dri.so malloc 72 0x55717345c380 0.000114
+gallium_dri.so free 0x55717345c4c0 void 0.000113
+gallium_dri.so free 0x55717345c380 void 0.000112
+gallium_dri.so malloc 72 0x55717345c4f0 0.000112
+gallium_dri.so free 0x55717345c540 void 0.000113
+gallium_dri.so free 0x55717345c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345c4f0 0.000115
+gallium_dri.so free 0x55717345c640 void 0.000113
+gallium_dri.so free 0x55717345c4f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345c5f0 0.000126
+gallium_dri.so free 0x55717345c700 void 0.000124
+gallium_dri.so free 0x55717345c5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345c6b0 0.000120
+gallium_dri.so free 0x55717345c780 void 0.000119
+gallium_dri.so free 0x55717345c6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345c6b0 0.000117
+gallium_dri.so free 0x55717345c840 void 0.000117
+gallium_dri.so free 0x55717345c6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c6b0 0.000118
+gallium_dri.so free 0x55717345c900 void 0.000118
+gallium_dri.so free 0x55717345c6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345c8b0 0.000118
+gallium_dri.so free 0x55717345c980 void 0.000117
+gallium_dri.so free 0x55717345c8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345c9d0 0.000117
+gallium_dri.so free 0x55717345ca40 void 0.000118
+gallium_dri.so free 0x55717345c9d0 void 0.000118
+gallium_dri.so malloc 72 0x55717345ca60 0.000117
+gallium_dri.so free 0x55717345cb00 void 0.000117
+gallium_dri.so free 0x55717345ca60 void 0.000118
+gallium_dri.so malloc 72 0x55717345cab0 0.000118
+gallium_dri.so free 0x55717345cb80 void 0.000118
+gallium_dri.so free 0x55717345cab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345cb80 0.000124
+gallium_dri.so free 0x55717345cc40 void 0.000111
+gallium_dri.so free 0x55717345cb80 void 0.000109
+gallium_dri.so malloc 72 0x55717345cb80 0.000110
+gallium_dri.so free 0x55717345ccc0 void 0.000109
+gallium_dri.so free 0x55717345cb80 void 0.000109
+gallium_dri.so malloc 72 0x55717345ccc0 0.000110
+gallium_dri.so free 0x55717345cd80 void 0.000109
+gallium_dri.so free 0x55717345ccc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ccc0 0.000110
+gallium_dri.so free 0x55717345ce40 void 0.000109
+gallium_dri.so free 0x55717345ccc0 void 0.000110
+gallium_dri.so malloc 72 0x55717345ccc0 0.000110
+gallium_dri.so free 0x55717345cf00 void 0.000109
+gallium_dri.so free 0x55717345ccc0 void 0.000111
+gallium_dri.so malloc 72 0x55717345ceb0 0.000110
+gallium_dri.so free 0x55717345cf80 void 0.000109
+gallium_dri.so free 0x55717345ceb0 void 0.000111
+gallium_dri.so malloc 72 0x55717345cfd0 0.000110
+gallium_dri.so free 0x55717345d040 void 0.000109
+gallium_dri.so free 0x55717345cfd0 void 0.000110
+gallium_dri.so malloc 72 0x55717345d080 0.000111
+gallium_dri.so free 0x55717345d100 void 0.000110
+gallium_dri.so free 0x55717345d080 void 0.000119
+gallium_dri.so malloc 72 0x55717345d080 0.000116
+gallium_dri.so free 0x55717345d180 void 0.000112
+gallium_dri.so free 0x55717345d080 void 0.000111
+gallium_dri.so malloc 72 0x55717345d1b0 0.000110
+gallium_dri.so free 0x55717345d200 void 0.000110
+gallium_dri.so free 0x55717345d1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345d1b0 0.000115
+gallium_dri.so free 0x55717345d300 void 0.000114
+gallium_dri.so free 0x55717345d1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d2b0 0.000112
+gallium_dri.so free 0x55717345d3c0 void 0.000114
+gallium_dri.so free 0x55717345d2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345d370 0.000113
+gallium_dri.so free 0x55717345d400 void 0.000114
+gallium_dri.so free 0x55717345d370 void 0.000112
+gallium_dri.so malloc 72 0x55717345d370 0.000113
+gallium_dri.so free 0x55717345d4c0 void 0.000114
+gallium_dri.so free 0x55717345d370 void 0.000113
+gallium_dri.so malloc 72 0x55717345d530 0.000113
+gallium_dri.so free 0x55717345d580 void 0.000118
+gallium_dri.so free 0x55717345d530 void 0.000175
+gallium_dri.so malloc 72 0x55717345d530 0.000155
+gallium_dri.so free 0x55717345d680 void 0.000114
+gallium_dri.so free 0x55717345d530 void 0.000112
+gallium_dri.so malloc 72 0x55717345d630 0.000113
+gallium_dri.so free 0x55717345d740 void 0.000113
+gallium_dri.so free 0x55717345d630 void 0.000112
+gallium_dri.so malloc 72 0x55717345d6f0 0.000113
+gallium_dri.so free 0x55717345d780 void 0.000113
+gallium_dri.so free 0x55717345d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345d6f0 0.000112
+gallium_dri.so free 0x55717345d840 void 0.000114
+gallium_dri.so free 0x55717345d6f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345d880 0.000120
+gallium_dri.so free 0x55717345d900 void 0.000123
+gallium_dri.so free 0x55717345d880 void 0.000123
+gallium_dri.so malloc 72 0x55717345d900 0.000119
+gallium_dri.so free 0x55717345d9c0 void 0.000118
+gallium_dri.so free 0x55717345d900 void 0.000117
+gallium_dri.so malloc 72 0x55717345d900 0.000118
+gallium_dri.so free 0x55717345da80 void 0.000118
+gallium_dri.so free 0x55717345d900 void 0.000117
+gallium_dri.so malloc 72 0x55717345daa0 0.000118
+gallium_dri.so free 0x55717345db40 void 0.000120
+gallium_dri.so free 0x55717345daa0 void 0.000117
+gallium_dri.so malloc 72 0x55717345daf0 0.000119
+gallium_dri.so free 0x55717345dbc0 void 0.000118
+gallium_dri.so free 0x55717345daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345daf0 0.000119
+gallium_dri.so free 0x55717345dc40 void 0.000117
+gallium_dri.so free 0x55717345daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345dc40 0.000117
+gallium_dri.so free 0x55717345dd00 void 0.000118
+gallium_dri.so free 0x55717345dc40 void 0.000117
+gallium_dri.so malloc 72 0x55717345dc40 0.000123
+gallium_dri.so free 0x55717345ddc0 void 0.000118
+gallium_dri.so free 0x55717345dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717345dc40 0.000126
+gallium_dri.so free 0x55717345de80 void 0.000111
+gallium_dri.so free 0x55717345dc40 void 0.000111
+gallium_dri.so malloc 72 0x55717345de30 0.000111
+gallium_dri.so free 0x55717345df40 void 0.000111
+gallium_dri.so free 0x55717345de30 void 0.000110
+gallium_dri.so malloc 72 0x55717345def0 0.000109
+gallium_dri.so free 0x55717345dfc0 void 0.000110
+gallium_dri.so free 0x55717345def0 void 0.000109
+gallium_dri.so malloc 72 0x55717345e010 0.000109
+gallium_dri.so free 0x55717345e080 void 0.000109
+gallium_dri.so free 0x55717345e010 void 0.000112
+gallium_dri.so malloc 72 0x55717345e0a0 0.000110
+gallium_dri.so free 0x55717345e140 void 0.000110
+gallium_dri.so free 0x55717345e0a0 void 0.000109
+gallium_dri.so malloc 72 0x55717345e0f0 0.000110
+gallium_dri.so free 0x55717345e1c0 void 0.000109
+gallium_dri.so free 0x55717345e0f0 void 0.000110
+gallium_dri.so malloc 72 0x55717345e0f0 0.000109
+gallium_dri.so free 0x55717345e240 void 0.000110
+gallium_dri.so free 0x55717345e0f0 void 0.000111
+gallium_dri.so malloc 72 0x55717345e240 0.000110
+gallium_dri.so free 0x55717345e300 void 0.000110
+gallium_dri.so free 0x55717345e240 void 0.000110
+gallium_dri.so malloc 72 0x55717345e240 0.000109
+gallium_dri.so free 0x55717345e400 void 0.000110
+gallium_dri.so free 0x55717345e240 void 0.000109
+gallium_dri.so malloc 72 0x55717345e3b0 0.000110
+gallium_dri.so free 0x55717345e440 void 0.000110
+gallium_dri.so free 0x55717345e3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e3b0 0.000120
+gallium_dri.so free 0x55717345e500 void 0.000115
+gallium_dri.so free 0x55717345e3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e540 0.000112
+gallium_dri.so free 0x55717345e5c0 void 0.000113
+gallium_dri.so free 0x55717345e540 void 0.000112
+gallium_dri.so malloc 72 0x55717345e5c0 0.000111
+gallium_dri.so free 0x55717345e680 void 0.000112
+gallium_dri.so free 0x55717345e5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e5c0 0.000112
+gallium_dri.so free 0x55717345e700 void 0.000112
+gallium_dri.so free 0x55717345e5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e730 0.000112
+gallium_dri.so free 0x55717345e780 void 0.000111
+gallium_dri.so free 0x55717345e730 void 0.000112
+gallium_dri.so malloc 72 0x55717345e730 0.000111
+gallium_dri.so free 0x55717345e880 void 0.000111
+gallium_dri.so free 0x55717345e730 void 0.000111
+gallium_dri.so malloc 72 0x55717345e8c0 0.000111
+gallium_dri.so free 0x55717345e940 void 0.000118
+gallium_dri.so free 0x55717345e8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e940 0.000114
+gallium_dri.so free 0x55717345ea00 void 0.000118
+gallium_dri.so free 0x55717345e940 void 0.000123
+gallium_dri.so malloc 72 0x55717345e940 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000152
+gallium_dri.so free 0x55717345e940 void 0.000162
+gallium_dri.so malloc 72 0x55717345e940 0.000161
+gallium_dri.so free 0x5571735eb440 void 0.000158
+gallium_dri.so free 0x55717345e940 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb480 0.000122
+gallium_dri.so free 0x5571735eb500 void 0.000157
+gallium_dri.so free 0x5571735eb480 void 0.000166
+gallium_dri.so malloc 72 0x5571735eb500 0.000123
+gallium_dri.so free 0x5571735eb5c0 void 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000129
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000113
+gallium_dri.so free 0x5571735eb740 void 0.000119
+gallium_dri.so free 0x5571735eb6a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000113
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb840 0.000121
+gallium_dri.so free 0x5571735eb900 void 0.000126
+gallium_dri.so free 0x5571735eb840 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb840 0.000123
+gallium_dri.so free 0x5571735eb9c0 void 0.000123
+gallium_dri.so free 0x5571735eb840 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb840 0.000118
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so free 0x5571735eb840 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba30 0.000123
+gallium_dri.so free 0x5571735ebb40 void 0.000129
+gallium_dri.so free 0x5571735eba30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so free 0x5571735ebaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc10 0.000122
+gallium_dri.so free 0x5571735ebc80 void 0.000124
+gallium_dri.so free 0x5571735ebc10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebca0 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000123
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735ebcf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000132
+gallium_dri.so free 0x5571735ebe40 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe40 0.000117
+gallium_dri.so free 0x5571735ebf00 void 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe40 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000123
+gallium_dri.so free 0x5571735ec040 void 0.000123
+gallium_dri.so free 0x5571735ebfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000119
+gallium_dri.so free 0x5571735ebfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec140 0.000123
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000114
+gallium_dri.so free 0x5571735ec280 void 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000123
+gallium_dri.so free 0x5571735ec300 void 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000117
+gallium_dri.so free 0x5571735ec380 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000177
+gallium_dri.so malloc 72 0x5571735ec330 0.000126
+gallium_dri.so free 0x5571735ec480 void 0.000124
+gallium_dri.so free 0x5571735ec330 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000119
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so free 0x5571735ec4c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec540 0.000118
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec540 0.000123
+gallium_dri.so free 0x5571735ec680 void 0.000123
+gallium_dri.so free 0x5571735ec540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000113
+gallium_dri.so free 0x5571735ec6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000123
+gallium_dri.so free 0x5571735ec800 void 0.000124
+gallium_dri.so free 0x5571735ec6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000118
+gallium_dri.so free 0x5571735ec8c0 void 0.000124
+gallium_dri.so free 0x5571735ec7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec870 0.000122
+gallium_dri.so free 0x5571735ec940 void 0.000118
+gallium_dri.so free 0x5571735ec870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec870 0.000122
+gallium_dri.so free 0x5571735eca00 void 0.000131
+gallium_dri.so free 0x5571735ec870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec870 0.000123
+gallium_dri.so free 0x5571735ecac0 void 0.000119
+gallium_dri.so free 0x5571735ec870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca70 0.000124
+gallium_dri.so free 0x5571735ecb40 void 0.000118
+gallium_dri.so free 0x5571735eca70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb90 0.000123
+gallium_dri.so free 0x5571735ecc00 void 0.000124
+gallium_dri.so free 0x5571735ecb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc20 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so free 0x5571735ecc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecd40 void 0.000112
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd40 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd40 0.000112
+gallium_dri.so free 0x5571735ece80 void 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ece80 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ece80 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ece80 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed070 0.000113
+gallium_dri.so free 0x5571735ed140 void 0.000113
+gallium_dri.so free 0x5571735ed070 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed190 0.000116
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed190 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed240 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed240 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000113
+gallium_dri.so free 0x5571735ed240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed370 0.000114
+gallium_dri.so free 0x5571735ed3c0 void 0.000114
+gallium_dri.so free 0x5571735ed370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed370 0.000120
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so free 0x5571735ed370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed470 0.000112
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed530 0.000115
+gallium_dri.so free 0x5571735ed5c0 void 0.000123
+gallium_dri.so free 0x5571735ed530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed530 0.000112
+gallium_dri.so free 0x5571735ed680 void 0.000113
+gallium_dri.so free 0x5571735ed530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000113
+gallium_dri.so free 0x5571735ed6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000291
+gallium_dri.so free 0x5571735ed840 void 0.000287
+gallium_dri.so free 0x5571735ed6f0 void 0.000292
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000204
+gallium_dri.so free 0x5571735ed900 void 0.000189
+gallium_dri.so free 0x5571735ed7f0 void 0.000201
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000193
+gallium_dri.so free 0x5571735ed940 void 0.000155
+gallium_dri.so free 0x5571735ed8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735eda00 void 0.000113
+gallium_dri.so free 0x5571735ed8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda40 0.000112
+gallium_dri.so free 0x5571735edac0 void 0.000126
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edac0 0.000113
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so free 0x5571735edac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000112
+gallium_dri.so free 0x5571735edac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edc60 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000113
+gallium_dri.so free 0x5571735edc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcb0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edcb0 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000114
+gallium_dri.so free 0x5571735edcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede00 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede00 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735ede00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ede00 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so free 0x5571735ede00 void 0.000112
+gallium_dri.so malloc 72 0x5571735edff0 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000156
+gallium_dri.so free 0x5571735edff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000113
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee1d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee260 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee260 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000112
+gallium_dri.so free 0x5571735ee400 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee400 0.000113
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee400 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee400 0.000112
+gallium_dri.so free 0x5571735ee5c0 void 0.000113
+gallium_dri.so free 0x5571735ee400 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee570 0.000113
+gallium_dri.so free 0x5571735ee600 void 0.000113
+gallium_dri.so free 0x5571735ee570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee570 0.000112
+gallium_dri.so free 0x5571735ee6c0 void 0.000114
+gallium_dri.so free 0x5571735ee570 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee700 0.000115
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000113
+gallium_dri.so free 0x5571735ee940 void 0.000116
+gallium_dri.so free 0x5571735ee8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000113
+gallium_dri.so free 0x5571735eea40 void 0.000114
+gallium_dri.so free 0x5571735ee8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea80 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeb00 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec70 0.000113
+gallium_dri.so free 0x5571735eecc0 void 0.000114
+gallium_dri.so free 0x5571735eec70 void 0.000125
+gallium_dri.so malloc 72 0x5571735eec70 0.000115
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed70 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eed70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee30 0.000114
+gallium_dri.so free 0x5571735eef00 void 0.000114
+gallium_dri.so free 0x5571735eee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee30 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee30 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000112
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef150 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1e0 0.000113
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so free 0x5571735ef1e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef230 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef300 0.000124
+gallium_dri.so free 0x5571735ef3c0 void 0.000123
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef300 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000124
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef440 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000112
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef630 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000116
+gallium_dri.so free 0x5571735ef630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef750 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000115
+gallium_dri.so free 0x5571735ef750 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef800 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef800 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000115
+gallium_dri.so free 0x5571735ef980 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef930 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa30 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efaf0 0.000115
+gallium_dri.so free 0x5571735efb80 void 0.000114
+gallium_dri.so free 0x5571735efaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efaf0 0.000115
+gallium_dri.so free 0x5571735efc40 void 0.000116
+gallium_dri.so free 0x5571735efaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcb0 0.000114
+gallium_dri.so free 0x5571735efd00 void 0.000114
+gallium_dri.so free 0x5571735efcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcb0 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efdb0 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000126
+gallium_dri.so free 0x5571735effc0 void 0.000116
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000112
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0080 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0080 0.000115
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0220 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f0220 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0270 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0270 0.000113
+gallium_dri.so free 0x5571735f03c0 void 0.000115
+gallium_dri.so free 0x5571735f0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03c0 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03c0 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03c0 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05b0 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0670 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so free 0x5571735f0670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0790 0.000113
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f0790 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0820 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0820 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000115
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000115
+gallium_dri.so free 0x5571735f09c0 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09c0 0.000113
+gallium_dri.so free 0x5571735f0a80 void 0.000115
+gallium_dri.so free 0x5571735f09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09c0 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000120
+gallium_dri.so free 0x5571735f0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b30 0.000114
+gallium_dri.so free 0x5571735f0c80 void 0.000117
+gallium_dri.so free 0x5571735f0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d40 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d40 0.000117
+gallium_dri.so free 0x5571735f0e80 void 0.000117
+gallium_dri.so free 0x5571735f0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000116
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1040 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10c0 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10c0 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000126
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1230 0.000113
+gallium_dri.so free 0x5571735f1280 void 0.000114
+gallium_dri.so free 0x5571735f1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1230 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000117
+gallium_dri.so free 0x5571735f1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1330 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13f0 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13f0 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13f0 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1710 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1710 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17a0 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so free 0x5571735f17a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f18c0 void 0.000115
+gallium_dri.so free 0x5571735f17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f18c0 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f18c0 0.000114
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a00 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a00 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a00 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000115
+gallium_dri.so free 0x5571735f1bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d10 0.000115
+gallium_dri.so free 0x5571735f1d80 void 0.000115
+gallium_dri.so free 0x5571735f1d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000115
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000114
+gallium_dri.so free 0x5571735f1f40 void 0.000116
+gallium_dri.so free 0x5571735f1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000115
+gallium_dri.so free 0x5571735f1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f20b0 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000115
+gallium_dri.so free 0x5571735f20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20b0 0.000114
+gallium_dri.so free 0x5571735f2200 void 0.000114
+gallium_dri.so free 0x5571735f20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2270 0.000115
+gallium_dri.so free 0x5571735f22c0 void 0.000113
+gallium_dri.so free 0x5571735f2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2270 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000118
+gallium_dri.so free 0x5571735f2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2370 0.000113
+gallium_dri.so free 0x5571735f2480 void 0.000113
+gallium_dri.so free 0x5571735f2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2430 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000113
+gallium_dri.so free 0x5571735f2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2430 0.000114
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f25c0 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735da9b0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da9b0 0.000113
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so free 0x5571735da9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daab0 0.000113
+gallium_dri.so free 0x5571735dabc0 void 0.000116
+gallium_dri.so free 0x5571735daab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab70 0.000163
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab70 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dab70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad10 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dad10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadc0 0.000112
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae40 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000115
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae40 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735dae40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafb0 0.000114
+gallium_dri.so free 0x5571735db000 void 0.000117
+gallium_dri.so free 0x5571735dafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dafb0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735dafb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db170 0.000127
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x5571735db170 void 0.000112
+gallium_dri.so malloc 72 0x5571735db260 0.000113
+gallium_dri.so free 0x5571735db300 void 0.000115
+gallium_dri.so free 0x5571735db260 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2b0 0.000113
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db2b0 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000115
+gallium_dri.so free 0x5571735db2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db400 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000118
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so malloc 72 0x5571735db400 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so malloc 72 0x5571735db400 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000115
+gallium_dri.so free 0x5571735db5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6f0 0.000113
+gallium_dri.so free 0x5571735db800 void 0.000107
+gallium_dri.so free 0x5571735db6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7b0 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7b0 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db940 0.000123
+gallium_dri.so free 0x5571735db9c0 void 0.000126
+gallium_dri.so free 0x5571735db940 void 0.000124
+gallium_dri.so malloc 72 0x5571735db9c0 0.000123
+gallium_dri.so free 0x5571735dba80 void 0.000125
+gallium_dri.so free 0x5571735db9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db9c0 0.000116
+gallium_dri.so free 0x5571735dbb40 void 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb60 0.000113
+gallium_dri.so free 0x5571735dbc00 void 0.000113
+gallium_dri.so free 0x5571735dbb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbbb0 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbbb0 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbbb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735dbd00 0.000117
+gallium_dri.so free 0x5571735dbdc0 void 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd00 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd00 0.000115
+gallium_dri.so free 0x5571735dbf40 void 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbef0 0.000114
+gallium_dri.so free 0x5571735dc000 void 0.000113
+gallium_dri.so free 0x5571735dbef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so free 0x5571735dbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0d0 0.000114
+gallium_dri.so free 0x5571735dc140 void 0.000114
+gallium_dri.so free 0x5571735dc0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc160 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so free 0x5571735dc160 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000112
+gallium_dri.so free 0x5571735dc280 void 0.000115
+gallium_dri.so free 0x5571735dc1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so free 0x5571735dc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc300 0.000123
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc300 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000112
+gallium_dri.so free 0x5571735dc500 void 0.000112
+gallium_dri.so free 0x5571735dc470 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc470 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc600 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000113
+gallium_dri.so free 0x5571735dc600 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc680 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000113
+gallium_dri.so free 0x5571735dc7c0 void 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000117
+gallium_dri.so free 0x5571735dc840 void 0.000115
+gallium_dri.so free 0x5571735dc7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000124
+gallium_dri.so free 0x5571735dc7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc980 0.000126
+gallium_dri.so free 0x5571735dca00 void 0.000121
+gallium_dri.so free 0x5571735dc980 void 0.000124
+gallium_dri.so malloc 72 0x5571735dca00 0.000124
+gallium_dri.so free 0x5571735dcac0 void 0.000123
+gallium_dri.so free 0x5571735dca00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dca00 0.000123
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb70 0.000122
+gallium_dri.so free 0x5571735dcbc0 void 0.000119
+gallium_dri.so free 0x5571735dcb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb70 0.000118
+gallium_dri.so free 0x5571735dccc0 void 0.000118
+gallium_dri.so free 0x5571735dcb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcc70 0.000125
+gallium_dri.so free 0x5571735dcd80 void 0.000125
+gallium_dri.so free 0x5571735dcc70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735dce00 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd30 0.000123
+gallium_dri.so free 0x5571735dcec0 void 0.000173
+gallium_dri.so free 0x5571735dcd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcd30 0.000125
+gallium_dri.so free 0x5571735dcf80 void 0.000122
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf30 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd050 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so free 0x5571735dd050 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd0e0 0.000123
+gallium_dri.so free 0x5571735dd180 void 0.000124
+gallium_dri.so free 0x5571735dd0e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd130 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so free 0x5571735dd130 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd200 0.000134
+gallium_dri.so free 0x5571735dd2c0 void 0.000132
+gallium_dri.so free 0x5571735dd200 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd200 0.000124
+gallium_dri.so free 0x5571735dd340 void 0.000129
+gallium_dri.so free 0x5571735dd200 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd340 0.000124
+gallium_dri.so free 0x5571735dd400 void 0.000139
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd340 0.000131
+gallium_dri.so free 0x5571735dd4c0 void 0.000130
+gallium_dri.so free 0x5571735dd340 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd340 0.000130
+gallium_dri.so free 0x5571735dd580 void 0.000129
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd530 0.000129
+gallium_dri.so free 0x5571735dd600 void 0.000125
+gallium_dri.so free 0x5571735dd530 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd650 0.000129
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so free 0x5571735dd650 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd700 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000126
+gallium_dri.so free 0x5571735dd700 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd700 0.000130
+gallium_dri.so free 0x5571735dd800 void 0.000131
+gallium_dri.so free 0x5571735dd700 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd830 0.000124
+gallium_dri.so free 0x5571735dd880 void 0.000124
+gallium_dri.so free 0x5571735dd830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd830 0.000124
+gallium_dri.so free 0x5571735dd980 void 0.000141
+gallium_dri.so free 0x5571735dd830 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd930 0.000130
+gallium_dri.so free 0x5571735dda40 void 0.000129
+gallium_dri.so free 0x5571735dd930 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000129
+gallium_dri.so free 0x5571735dda80 void 0.000126
+gallium_dri.so free 0x5571735dd9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000130
+gallium_dri.so free 0x5571735ddb40 void 0.000124
+gallium_dri.so free 0x5571735dd9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddbb0 0.000129
+gallium_dri.so free 0x5571735ddc00 void 0.000130
+gallium_dri.so free 0x5571735ddbb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddbb0 0.000126
+gallium_dri.so free 0x5571735ddd00 void 0.000129
+gallium_dri.so free 0x5571735ddbb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000130
+gallium_dri.so free 0x5571735dddc0 void 0.000124
+gallium_dri.so free 0x5571735ddcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddd70 0.000130
+gallium_dri.so free 0x5571735dde00 void 0.000131
+gallium_dri.so free 0x5571735ddd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddd70 0.000125
+gallium_dri.so free 0x5571735ddec0 void 0.000162
+gallium_dri.so free 0x5571735ddd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddf00 0.000131
+gallium_dri.so free 0x5571735ddf80 void 0.000130
+gallium_dri.so free 0x5571735ddf00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddf80 0.000124
+gallium_dri.so free 0x5571735de040 void 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf80 0.000130
+gallium_dri.so free 0x5571735de100 void 0.000149
+gallium_dri.so free 0x5571735ddf80 void 0.000127
+gallium_dri.so malloc 72 0x5571735de120 0.000120
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so free 0x5571735de120 void 0.000113
+gallium_dri.so malloc 72 0x5571735de170 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000121
+gallium_dri.so free 0x5571735de170 void 0.000115
+gallium_dri.so malloc 72 0x5571735de170 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so free 0x5571735de170 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2c0 0.000112
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2c0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2c0 0.000129
+gallium_dri.so free 0x5571735de500 void 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4b0 0.000116
+gallium_dri.so free 0x5571735de5c0 void 0.000114
+gallium_dri.so free 0x5571735de4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de570 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de570 void 0.000113
+gallium_dri.so malloc 72 0x5571735de690 0.000112
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so free 0x5571735de690 void 0.000114
+gallium_dri.so malloc 72 0x5571735de720 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000116
+gallium_dri.so free 0x5571735de720 void 0.000113
+gallium_dri.so malloc 72 0x5571735de770 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de770 void 0.000113
+gallium_dri.so malloc 72 0x5571735de770 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de770 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8c0 0.000116
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8c0 0.000115
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735de8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea30 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000116
+gallium_dri.so free 0x5571735dea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735debc0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec40 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec40 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735dee00 void 0.000115
+gallium_dri.so free 0x5571735dedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735dedb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735def40 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735def40 void 0.000113
+gallium_dri.so malloc 72 0x5571735defc0 0.000114
+gallium_dri.so free 0x5571735df080 void 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735defc0 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000162
+gallium_dri.so free 0x5571735defc0 void 0.000153
+gallium_dri.so malloc 72 0x5571735df130 0.000152
+gallium_dri.so free 0x5571735df180 void 0.000154
+gallium_dri.so free 0x5571735df130 void 0.000159
+gallium_dri.so malloc 72 0x5571735df130 0.000126
+gallium_dri.so free 0x5571735df280 void 0.000116
+gallium_dri.so free 0x5571735df130 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df3c0 void 0.000114
+gallium_dri.so free 0x5571735df2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000115
+gallium_dri.so free 0x5571735df2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000115
+gallium_dri.so free 0x5571735df4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df610 0.000113
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df610 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6a0 0.000120
+gallium_dri.so free 0x5571735df740 void 0.000115
+gallium_dri.so free 0x5571735df6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df6f0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7c0 0.000112
+gallium_dri.so free 0x5571735df880 void 0.000116
+gallium_dri.so free 0x5571735df7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df7c0 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df900 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000116
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so malloc 72 0x5571735df900 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so malloc 72 0x5571735df900 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000112
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc10 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000128
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735dfdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0170 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0170 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0170 0.000113
+gallium_dri.so free 0x5571735e02c0 void 0.000115
+gallium_dri.so free 0x5571735e0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000122
+gallium_dri.so free 0x5571735e0380 void 0.000116
+gallium_dri.so free 0x5571735e0270 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e04c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0540 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000116
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0540 0.000115
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06e0 0.000113
+gallium_dri.so free 0x5571735e0780 void 0.000114
+gallium_dri.so free 0x5571735e06e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0730 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0730 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0730 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0880 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0880 0.000112
+gallium_dri.so free 0x5571735e0a00 void 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0880 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000116
+gallium_dri.so free 0x5571735e0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so free 0x5571735e0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b30 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c50 0.000112
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so free 0x5571735e0c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ce0 0.000113
+gallium_dri.so free 0x5571735e0d80 void 0.000114
+gallium_dri.so free 0x5571735e0ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000113
+gallium_dri.so free 0x5571735e0e00 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e80 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000185
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e80 0.000115
+gallium_dri.so free 0x5571735e1040 void 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000114
+gallium_dri.so free 0x5571735e1080 void 0.000115
+gallium_dri.so free 0x5571735e0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000115
+gallium_dri.so free 0x5571735e0ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1180 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so free 0x5571735e1180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000115
+gallium_dri.so free 0x5571735e1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000115
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1500 0.000112
+gallium_dri.so free 0x5571735e1580 void 0.000156
+gallium_dri.so free 0x5571735e1500 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1580 0.000115
+gallium_dri.so free 0x5571735e1640 void 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1580 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16f0 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000132
+gallium_dri.so free 0x5571735e16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16f0 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000114
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e1980 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000114
+gallium_dri.so free 0x5571735e18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1b00 void 0.000114
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000128
+gallium_dri.so free 0x5571735e1ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bd0 0.000113
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1bd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c60 0.000114
+gallium_dri.so free 0x5571735e1d00 void 0.000114
+gallium_dri.so free 0x5571735e1c60 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d80 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d80 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ec0 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ec0 0.000113
+gallium_dri.so free 0x5571735e2040 void 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ec0 0.000113
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2180 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21d0 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so free 0x5571735e21d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2280 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x5571735e2280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2280 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735e23b0 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000114
+gallium_dri.so free 0x5571735e23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23b0 0.000115
+gallium_dri.so free 0x5571735e2500 void 0.000115
+gallium_dri.so free 0x5571735e23b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e24b0 0.000114
+gallium_dri.so free 0x5571735e25c0 void 0.000117
+gallium_dri.so free 0x5571735e24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2570 0.000115
+gallium_dri.so free 0x5571735e2600 void 0.000115
+gallium_dri.so free 0x5571735e2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2570 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2730 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2730 void 0.000137
+gallium_dri.so malloc 72 0x5571735e2730 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000114
+gallium_dri.so free 0x5571735e2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2940 void 0.000116
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a80 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b00 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b00 0.000115
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ca0 0.000113
+gallium_dri.so free 0x5571735e2d40 void 0.000115
+gallium_dri.so free 0x5571735e2ca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000115
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so free 0x5571735e2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e40 0.000113
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e40 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e40 0.000114
+gallium_dri.so free 0x5571735e3080 void 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x5571735e3140 void 0.000115
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e31c0 void 0.000114
+gallium_dri.so free 0x5571735e30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3210 0.000117
+gallium_dri.so free 0x5571735e3280 void 0.000116
+gallium_dri.so free 0x5571735e3210 void 0.000113
+gallium_dri.so malloc 72 0x5571735e32a0 0.000112
+gallium_dri.so free 0x5571735e3340 void 0.000115
+gallium_dri.so free 0x5571735e32a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e32f0 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e32f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e32f0 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000113
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e35b0 0.000132
+gallium_dri.so free 0x5571735e3640 void 0.000115
+gallium_dri.so free 0x5571735e35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e35b0 0.000113
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so free 0x5571735e35b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3740 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735e3740 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588480 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000112
+gallium_dri.so malloc 72 0x557173588430 0.000113
+gallium_dri.so free 0x557173588500 void 0.000115
+gallium_dri.so free 0x557173588430 void 0.000126
+gallium_dri.so malloc 72 0x557173588430 0.000115
+gallium_dri.so free 0x557173588600 void 0.000114
+gallium_dri.so free 0x557173588430 void 0.000115
+gallium_dri.so malloc 72 0x5571735885b0 0.000114
+gallium_dri.so free 0x557173588680 void 0.000116
+gallium_dri.so free 0x5571735885b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735886d0 0.000112
+gallium_dri.so free 0x557173588740 void 0.000116
+gallium_dri.so free 0x5571735886d0 void 0.000113
+gallium_dri.so malloc 72 0x557173588760 0.000113
+gallium_dri.so free 0x557173588800 void 0.000114
+gallium_dri.so free 0x557173588760 void 0.000113
+gallium_dri.so malloc 72 0x5571735887b0 0.000114
+gallium_dri.so free 0x557173588880 void 0.000113
+gallium_dri.so free 0x5571735887b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735887b0 0.000113
+gallium_dri.so free 0x557173588900 void 0.000115
+gallium_dri.so free 0x5571735887b0 void 0.000113
+gallium_dri.so malloc 72 0x557173588900 0.000114
+gallium_dri.so free 0x5571735889c0 void 0.000114
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so malloc 72 0x557173588900 0.000114
+gallium_dri.so free 0x557173588ac0 void 0.000114
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so malloc 72 0x557173588900 0.000113
+gallium_dri.so free 0x557173588b40 void 0.000116
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so malloc 72 0x557173588b70 0.000127
+gallium_dri.so free 0x557173588bc0 void 0.000115
+gallium_dri.so free 0x557173588b70 void 0.000114
+gallium_dri.so malloc 72 0x557173588b70 0.000113
+gallium_dri.so free 0x557173588cc0 void 0.000115
+gallium_dri.so free 0x557173588b70 void 0.000113
+gallium_dri.so malloc 72 0x557173588c70 0.000114
+gallium_dri.so free 0x557173588d80 void 0.000115
+gallium_dri.so free 0x557173588c70 void 0.000113
+gallium_dri.so malloc 72 0x557173588d30 0.000116
+gallium_dri.so free 0x557173588dc0 void 0.000117
+gallium_dri.so free 0x557173588d30 void 0.000113
+gallium_dri.so malloc 72 0x557173588d30 0.000114
+gallium_dri.so free 0x557173588e80 void 0.000114
+gallium_dri.so free 0x557173588d30 void 0.000113
+gallium_dri.so malloc 72 0x557173588ed0 0.000113
+gallium_dri.so free 0x557173588f40 void 0.000115
+gallium_dri.so free 0x557173588ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173588f80 0.000112
+gallium_dri.so free 0x557173589000 void 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so malloc 72 0x557173589000 0.000112
+gallium_dri.so free 0x5571735890c0 void 0.000114
+gallium_dri.so free 0x557173589000 void 0.000114
+gallium_dri.so malloc 72 0x557173589000 0.000131
+gallium_dri.so free 0x557173589140 void 0.000115
+gallium_dri.so free 0x557173589000 void 0.000113
+gallium_dri.so malloc 72 0x557173589170 0.000168
+gallium_dri.so free 0x5571735891c0 void 0.000116
+gallium_dri.so free 0x557173589170 void 0.000113
+gallium_dri.so malloc 72 0x557173589170 0.000114
+gallium_dri.so free 0x5571735892c0 void 0.000115
+gallium_dri.so free 0x557173589170 void 0.000114
+gallium_dri.so malloc 72 0x557173589270 0.000113
+gallium_dri.so free 0x557173589380 void 0.000115
+gallium_dri.so free 0x557173589270 void 0.000113
+gallium_dri.so malloc 72 0x557173589330 0.000113
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so free 0x557173589330 void 0.000112
+gallium_dri.so malloc 72 0x557173589420 0.000112
+gallium_dri.so free 0x5571735894c0 void 0.000114
+gallium_dri.so free 0x557173589420 void 0.000115
+gallium_dri.so malloc 72 0x557173589470 0.000112
+gallium_dri.so free 0x557173589540 void 0.000115
+gallium_dri.so free 0x557173589470 void 0.000113
+gallium_dri.so malloc 72 0x557173589470 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589470 void 0.000113
+gallium_dri.so malloc 72 0x5571735895c0 0.000113
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so free 0x5571735895c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735895c0 0.000113
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735895c0 0.000144
+gallium_dri.so free 0x557173589800 void 0.000316
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735897b0 0.000116
+gallium_dri.so free 0x557173589800 void 0.000116
+gallium_dri.so free 0x5571735897b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735897b0 0.000112
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so free 0x5571735897b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735898b0 0.000112
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so free 0x5571735898b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589970 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173589970 void 0.000113
+gallium_dri.so malloc 72 0x557173589970 0.000112
+gallium_dri.so free 0x557173589ac0 void 0.000115
+gallium_dri.so free 0x557173589970 void 0.000115
+gallium_dri.so malloc 72 0x557173589b00 0.000113
+gallium_dri.so free 0x557173589b80 void 0.000115
+gallium_dri.so free 0x557173589b00 void 0.000113
+gallium_dri.so malloc 72 0x557173589b80 0.000114
+gallium_dri.so free 0x557173589c40 void 0.000116
+gallium_dri.so free 0x557173589b80 void 0.000113
+gallium_dri.so malloc 72 0x557173589b80 0.000118
+gallium_dri.so free 0x557173589d00 void 0.000116
+gallium_dri.so free 0x557173589b80 void 0.000121
+gallium_dri.so malloc 72 0x557173589d20 0.000116
+gallium_dri.so free 0x557173589dc0 void 0.000114
+gallium_dri.so free 0x557173589d20 void 0.000114
+gallium_dri.so malloc 72 0x557173589d70 0.000112
+gallium_dri.so free 0x557173589e40 void 0.000113
+gallium_dri.so free 0x557173589d70 void 0.000113
+gallium_dri.so malloc 72 0x557173589d70 0.000113
+gallium_dri.so free 0x557173589ec0 void 0.000117
+gallium_dri.so free 0x557173589d70 void 0.000114
+gallium_dri.so malloc 72 0x557173589ec0 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000121
+gallium_dri.so free 0x557173589ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173589ec0 0.000115
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so free 0x557173589ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ec0 0.000112
+gallium_dri.so free 0x55717358a100 void 0.000114
+gallium_dri.so free 0x557173589ec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000114
+gallium_dri.so free 0x55717358a1c0 void 0.000114
+gallium_dri.so free 0x55717358a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a170 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a170 void 0.000112
+gallium_dri.so malloc 72 0x55717358a290 0.000112
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so free 0x55717358a290 void 0.000167
+gallium_dri.so malloc 72 0x55717358a320 0.000116
+gallium_dri.so free 0x55717358a3c0 void 0.000115
+gallium_dri.so free 0x55717358a320 void 0.000114
+gallium_dri.so malloc 72 0x55717358a370 0.000112
+gallium_dri.so free 0x55717358a440 void 0.000116
+gallium_dri.so free 0x55717358a370 void 0.000113
+gallium_dri.so malloc 72 0x55717358a370 0.000114
+gallium_dri.so free 0x55717358a4c0 void 0.000114
+gallium_dri.so free 0x55717358a370 void 0.000112
+gallium_dri.so malloc 72 0x55717358a4c0 0.000114
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so free 0x55717358a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a4c0 0.000115
+gallium_dri.so free 0x55717358a680 void 0.000114
+gallium_dri.so free 0x55717358a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a630 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000115
+gallium_dri.so free 0x55717358a630 void 0.000113
+gallium_dri.so malloc 72 0x55717358a630 0.000114
+gallium_dri.so free 0x55717358a780 void 0.000115
+gallium_dri.so free 0x55717358a630 void 0.000114
+gallium_dri.so malloc 72 0x55717358a7c0 0.000112
+gallium_dri.so free 0x55717358a840 void 0.000114
+gallium_dri.so free 0x55717358a7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a840 0.000112
+gallium_dri.so free 0x55717358a900 void 0.000115
+gallium_dri.so free 0x55717358a840 void 0.000127
+gallium_dri.so malloc 72 0x55717358a840 0.000115
+gallium_dri.so free 0x55717358a980 void 0.000115
+gallium_dri.so free 0x55717358a840 void 0.000112
+gallium_dri.so malloc 72 0x55717358a9b0 0.000114
+gallium_dri.so free 0x55717358aa00 void 0.000115
+gallium_dri.so free 0x55717358a9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a9b0 0.000113
+gallium_dri.so free 0x55717358ab00 void 0.000115
+gallium_dri.so free 0x55717358a9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ab40 0.000115
+gallium_dri.so free 0x55717358abc0 void 0.000115
+gallium_dri.so free 0x55717358ab40 void 0.000114
+gallium_dri.so malloc 72 0x55717358abc0 0.000113
+gallium_dri.so free 0x55717358ac80 void 0.000115
+gallium_dri.so free 0x55717358abc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358abc0 0.000117
+gallium_dri.so free 0x55717358ad00 void 0.000116
+gallium_dri.so free 0x55717358abc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ad30 0.000114
+gallium_dri.so free 0x55717358ad80 void 0.000116
+gallium_dri.so free 0x55717358ad30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad30 0.000117
+gallium_dri.so free 0x55717358ae80 void 0.000116
+gallium_dri.so free 0x55717358ad30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ae30 0.000129
+gallium_dri.so free 0x55717358af40 void 0.000115
+gallium_dri.so free 0x55717358ae30 void 0.000129
+gallium_dri.so malloc 72 0x55717358aef0 0.000115
+gallium_dri.so free 0x55717358afc0 void 0.000115
+gallium_dri.so free 0x55717358aef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aef0 0.000113
+gallium_dri.so free 0x55717358b080 void 0.000114
+gallium_dri.so free 0x55717358aef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358aef0 0.000112
+gallium_dri.so free 0x55717358b140 void 0.000114
+gallium_dri.so free 0x55717358aef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b0f0 0.000114
+gallium_dri.so free 0x55717358b1c0 void 0.000115
+gallium_dri.so free 0x55717358b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b210 0.000111
+gallium_dri.so free 0x55717358b280 void 0.000115
+gallium_dri.so free 0x55717358b210 void 0.000135
+gallium_dri.so malloc 72 0x55717358b2a0 0.000116
+gallium_dri.so free 0x55717358b340 void 0.000114
+gallium_dri.so free 0x55717358b2a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b2f0 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000115
+gallium_dri.so free 0x55717358b2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b3c0 0.000113
+gallium_dri.so free 0x55717358b480 void 0.000115
+gallium_dri.so free 0x55717358b3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b3c0 0.000112
+gallium_dri.so free 0x55717358b500 void 0.000114
+gallium_dri.so free 0x55717358b3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b500 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000115
+gallium_dri.so free 0x55717358b500 void 0.000112
+gallium_dri.so malloc 72 0x55717358b500 0.000113
+gallium_dri.so free 0x55717358b680 void 0.000115
+gallium_dri.so free 0x55717358b500 void 0.000114
+gallium_dri.so malloc 72 0x55717358b500 0.000112
+gallium_dri.so free 0x55717358b740 void 0.000115
+gallium_dri.so free 0x55717358b500 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6f0 0.000113
+gallium_dri.so free 0x55717358b7c0 void 0.000115
+gallium_dri.so free 0x55717358b6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b810 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x55717358b810 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8c0 0.000115
+gallium_dri.so free 0x55717358b940 void 0.000115
+gallium_dri.so free 0x55717358b8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8c0 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b9f0 0.000113
+gallium_dri.so free 0x55717358ba40 void 0.000114
+gallium_dri.so free 0x55717358b9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b9f0 0.000112
+gallium_dri.so free 0x55717358bb40 void 0.000114
+gallium_dri.so free 0x55717358b9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358baf0 0.000129
+gallium_dri.so free 0x55717358bc00 void 0.000113
+gallium_dri.so free 0x55717358baf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bbb0 0.000112
+gallium_dri.so free 0x55717358bc40 void 0.000113
+gallium_dri.so free 0x55717358bbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bbb0 0.000114
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so free 0x55717358bbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bd70 0.000113
+gallium_dri.so free 0x55717358bdc0 void 0.000112
+gallium_dri.so free 0x55717358bd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358bd70 0.000125
+gallium_dri.so free 0x55717358bec0 void 0.000116
+gallium_dri.so free 0x55717358bd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358be70 0.000112
+gallium_dri.so free 0x55717358bf80 void 0.000113
+gallium_dri.so free 0x55717358be70 void 0.000112
+gallium_dri.so malloc 72 0x55717358bf30 0.000111
+gallium_dri.so free 0x55717358bfc0 void 0.000114
+gallium_dri.so free 0x55717358bf30 void 0.000112
+gallium_dri.so malloc 72 0x55717358bf30 0.000113
+gallium_dri.so free 0x55717358c080 void 0.000115
+gallium_dri.so free 0x55717358bf30 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0c0 0.000113
+gallium_dri.so free 0x55717358c140 void 0.000115
+gallium_dri.so free 0x55717358c0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c140 0.000133
+gallium_dri.so free 0x55717358c200 void 0.000117
+gallium_dri.so free 0x55717358c140 void 0.000114
+gallium_dri.so malloc 72 0x55717358c140 0.000113
+gallium_dri.so free 0x55717358c2c0 void 0.000114
+gallium_dri.so free 0x55717358c140 void 0.000113
+gallium_dri.so malloc 72 0x55717358c2e0 0.000112
+gallium_dri.so free 0x55717358c380 void 0.000114
+gallium_dri.so free 0x55717358c2e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c330 0.000112
+gallium_dri.so free 0x55717358c400 void 0.000115
+gallium_dri.so free 0x55717358c330 void 0.000114
+gallium_dri.so malloc 72 0x55717358c330 0.000112
+gallium_dri.so free 0x55717358c480 void 0.000115
+gallium_dri.so free 0x55717358c330 void 0.000113
+gallium_dri.so malloc 72 0x55717358c480 0.000114
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000115
+gallium_dri.so malloc 72 0x55717358c480 0.000113
+gallium_dri.so free 0x55717358c600 void 0.000116
+gallium_dri.so free 0x55717358c480 void 0.000112
+gallium_dri.so malloc 72 0x55717358c480 0.000114
+gallium_dri.so free 0x55717358c6c0 void 0.000115
+gallium_dri.so free 0x55717358c480 void 0.000113
+gallium_dri.so malloc 72 0x55717358c670 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so free 0x55717358c670 void 0.000113
+gallium_dri.so malloc 72 0x55717358c730 0.000112
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so free 0x55717358c730 void 0.000115
+gallium_dri.so malloc 72 0x55717358c850 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c850 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8e0 0.000113
+gallium_dri.so free 0x55717358c980 void 0.000114
+gallium_dri.so free 0x55717358c8e0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c930 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000115
+gallium_dri.so free 0x55717358c930 void 0.000114
+gallium_dri.so malloc 72 0x55717358c930 0.000114
+gallium_dri.so free 0x55717358ca80 void 0.000115
+gallium_dri.so free 0x55717358c930 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca80 0.000114
+gallium_dri.so free 0x55717358cb40 void 0.000114
+gallium_dri.so free 0x55717358ca80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca80 0.000114
+gallium_dri.so free 0x55717358cc40 void 0.000116
+gallium_dri.so free 0x55717358ca80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cbf0 0.000112
+gallium_dri.so free 0x55717358cc80 void 0.000116
+gallium_dri.so free 0x55717358cbf0 void 0.000123
+gallium_dri.so malloc 72 0x55717358cbf0 0.000115
+gallium_dri.so free 0x55717358cd40 void 0.000128
+gallium_dri.so free 0x55717358cbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cd80 0.000115
+gallium_dri.so free 0x55717358ce00 void 0.000117
+gallium_dri.so free 0x55717358cd80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ce00 0.000112
+gallium_dri.so free 0x55717358cec0 void 0.000115
+gallium_dri.so free 0x55717358ce00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce00 0.000113
+gallium_dri.so free 0x55717358cf40 void 0.000115
+gallium_dri.so free 0x55717358ce00 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf70 0.000122
+gallium_dri.so free 0x55717358cfc0 void 0.000115
+gallium_dri.so free 0x55717358cf70 void 0.000117
+gallium_dri.so malloc 72 0x55717358cf70 0.000118
+gallium_dri.so free 0x55717358d0c0 void 0.000119
+gallium_dri.so free 0x55717358cf70 void 0.000116
+gallium_dri.so malloc 72 0x55717358d100 0.000112
+gallium_dri.so free 0x55717358d180 void 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d180 0.000113
+gallium_dri.so free 0x55717358d240 void 0.000114
+gallium_dri.so free 0x55717358d180 void 0.000112
+gallium_dri.so malloc 72 0x55717358d180 0.000113
+gallium_dri.so free 0x55717358d2c0 void 0.000115
+gallium_dri.so free 0x55717358d180 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2f0 0.000114
+gallium_dri.so free 0x55717358d340 void 0.000115
+gallium_dri.so free 0x55717358d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2f0 0.000113
+gallium_dri.so free 0x55717358d440 void 0.000128
+gallium_dri.so free 0x55717358d2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d3f0 0.000116
+gallium_dri.so free 0x55717358d500 void 0.000115
+gallium_dri.so free 0x55717358d3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d4b0 0.000115
+gallium_dri.so free 0x55717358d580 void 0.000113
+gallium_dri.so free 0x55717358d4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d4b0 0.000112
+gallium_dri.so free 0x55717358d640 void 0.000115
+gallium_dri.so free 0x55717358d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4b0 0.000112
+gallium_dri.so free 0x55717358d700 void 0.000114
+gallium_dri.so free 0x55717358d4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d6b0 0.000112
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so free 0x55717358d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d7d0 0.000113
+gallium_dri.so free 0x55717358d840 void 0.000114
+gallium_dri.so free 0x55717358d7d0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d860 0.000113
+gallium_dri.so free 0x55717358d900 void 0.000115
+gallium_dri.so free 0x55717358d860 void 0.000112
+gallium_dri.so malloc 72 0x55717358d8b0 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d980 0.000117
+gallium_dri.so free 0x55717358da40 void 0.000167
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so malloc 72 0x55717358d980 0.000115
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000112
+gallium_dri.so malloc 72 0x55717358dac0 0.000113
+gallium_dri.so free 0x55717358db80 void 0.000116
+gallium_dri.so free 0x55717358dac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dac0 0.000114
+gallium_dri.so free 0x55717358dc40 void 0.000115
+gallium_dri.so free 0x55717358dac0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dac0 0.000112
+gallium_dri.so free 0x55717358dd00 void 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so malloc 72 0x55717358dcb0 0.000113
+gallium_dri.so free 0x55717358dd80 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ddd0 0.000124
+gallium_dri.so free 0x55717358de40 void 0.000125
+gallium_dri.so free 0x55717358ddd0 void 0.000124
+gallium_dri.so malloc 72 0x55717358de80 0.000117
+gallium_dri.so free 0x55717358df00 void 0.000115
+gallium_dri.so free 0x55717358de80 void 0.000113
+gallium_dri.so malloc 72 0x55717358de80 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358de80 void 0.000115
+gallium_dri.so malloc 72 0x55717358dfb0 0.000126
+gallium_dri.so free 0x55717358e000 void 0.000177
+gallium_dri.so free 0x55717358dfb0 void 0.000241
+gallium_dri.so malloc 72 0x55717358dfb0 0.000118
+gallium_dri.so free 0x55717358e100 void 0.000115
+gallium_dri.so free 0x55717358dfb0 void 0.000127
+gallium_dri.so malloc 72 0x55717358e0b0 0.000115
+gallium_dri.so free 0x55717358e1c0 void 0.000115
+gallium_dri.so free 0x55717358e0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e170 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x55717358e170 void 0.000113
+gallium_dri.so malloc 72 0x55717358e170 0.000115
+gallium_dri.so free 0x55717358e2c0 void 0.000116
+gallium_dri.so free 0x55717358e170 void 0.000114
+gallium_dri.so malloc 72 0x55717358e330 0.000115
+gallium_dri.so free 0x55717358e380 void 0.000116
+gallium_dri.so free 0x55717358e330 void 0.000115
+gallium_dri.so malloc 72 0x55717358e330 0.000114
+gallium_dri.so free 0x55717358e480 void 0.000117
+gallium_dri.so free 0x55717358e330 void 0.000114
+gallium_dri.so malloc 72 0x55717358e430 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000116
+gallium_dri.so free 0x55717358e430 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4f0 0.000115
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x55717358e4f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358e4f0 0.000116
+gallium_dri.so free 0x55717358e640 void 0.000115
+gallium_dri.so free 0x55717358e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e680 0.000114
+gallium_dri.so free 0x55717358e700 void 0.000116
+gallium_dri.so free 0x55717358e680 void 0.000113
+gallium_dri.so malloc 72 0x55717358e700 0.000117
+gallium_dri.so free 0x55717358e7c0 void 0.000117
+gallium_dri.so free 0x55717358e700 void 0.000112
+gallium_dri.so malloc 72 0x55717358e700 0.000116
+gallium_dri.so free 0x55717358e880 void 0.000116
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so malloc 72 0x55717358e8a0 0.000114
+gallium_dri.so free 0x55717358e940 void 0.000116
+gallium_dri.so free 0x55717358e8a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8f0 0.000113
+gallium_dri.so free 0x55717358e9c0 void 0.000116
+gallium_dri.so free 0x55717358e8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8f0 0.000114
+gallium_dri.so free 0x55717358ea40 void 0.000115
+gallium_dri.so free 0x55717358e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea40 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000115
+gallium_dri.so free 0x55717358ea40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ea40 0.000114
+gallium_dri.so free 0x55717358ebc0 void 0.000115
+gallium_dri.so free 0x55717358ea40 void 0.000171
+gallium_dri.so malloc 72 0x55717358ea40 0.000129
+gallium_dri.so free 0x55717358ec80 void 0.000125
+gallium_dri.so free 0x55717358ea40 void 0.000124
+gallium_dri.so malloc 72 0x55717358ec30 0.000158
+gallium_dri.so free 0x55717358ed40 void 0.000124
+gallium_dri.so free 0x55717358ec30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ecf0 0.000116
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so free 0x55717358ecf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ee10 0.000119
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ee10 void 0.000114
+gallium_dri.so malloc 72 0x55717358eea0 0.000115
+gallium_dri.so free 0x55717358ef40 void 0.000116
+gallium_dri.so free 0x55717358eea0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eef0 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so free 0x55717358eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eef0 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000115
+gallium_dri.so free 0x55717358eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f040 0.000114
+gallium_dri.so free 0x55717358f100 void 0.000115
+gallium_dri.so free 0x55717358f040 void 0.000113
+gallium_dri.so malloc 72 0x55717358f040 0.000121
+gallium_dri.so free 0x55717358f200 void 0.000116
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so malloc 72 0x55717358f1b0 0.000114
+gallium_dri.so free 0x55717358f240 void 0.000117
+gallium_dri.so free 0x55717358f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f1b0 0.000116
+gallium_dri.so free 0x55717358f300 void 0.000114
+gallium_dri.so free 0x55717358f1b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f340 0.000114
+gallium_dri.so free 0x55717358f3c0 void 0.000116
+gallium_dri.so free 0x55717358f340 void 0.000115
+gallium_dri.so malloc 72 0x55717358f3c0 0.000114
+gallium_dri.so free 0x55717358f480 void 0.000116
+gallium_dri.so free 0x55717358f3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f3c0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000116
+gallium_dri.so free 0x55717358f3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f530 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so free 0x55717358f530 void 0.000113
+gallium_dri.so malloc 72 0x55717358f530 0.000115
+gallium_dri.so free 0x55717358f680 void 0.000115
+gallium_dri.so free 0x55717358f530 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6c0 0.000115
+gallium_dri.so free 0x55717358f740 void 0.000116
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f740 0.000128
+gallium_dri.so free 0x55717358f800 void 0.000117
+gallium_dri.so free 0x55717358f740 void 0.000115
+gallium_dri.so malloc 72 0x55717358f740 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000117
+gallium_dri.so free 0x55717358f740 void 0.000113
+gallium_dri.so malloc 72 0x55717358f8b0 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000116
+gallium_dri.so free 0x55717358f8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f8b0 0.000115
+gallium_dri.so free 0x55717358fa00 void 0.000115
+gallium_dri.so free 0x55717358f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f9b0 0.000116
+gallium_dri.so free 0x55717358fac0 void 0.000122
+gallium_dri.so free 0x55717358f9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa70 0.000116
+gallium_dri.so free 0x55717358fb40 void 0.000116
+gallium_dri.so free 0x55717358fa70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa70 0.000118
+gallium_dri.so free 0x55717358fc00 void 0.000116
+gallium_dri.so free 0x55717358fa70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fcc0 void 0.000115
+gallium_dri.so free 0x55717358fa70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fc70 0.000115
+gallium_dri.so free 0x55717358fd40 void 0.000116
+gallium_dri.so free 0x55717358fc70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fd90 0.000161
+gallium_dri.so free 0x55717358fe00 void 0.000116
+gallium_dri.so free 0x55717358fd90 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe20 0.000114
+gallium_dri.so free 0x55717358fec0 void 0.000116
+gallium_dri.so free 0x55717358fe20 void 0.000115
+gallium_dri.so malloc 72 0x55717358fe70 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000117
+gallium_dri.so free 0x55717358fe70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff40 0.000114
+gallium_dri.so free 0x557173590000 void 0.000115
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff40 0.000114
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000115
+gallium_dri.so malloc 72 0x557173590080 0.000115
+gallium_dri.so free 0x557173590140 void 0.000116
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so malloc 72 0x557173590080 0.000114
+gallium_dri.so free 0x557173590200 void 0.000116
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so malloc 72 0x557173590080 0.000114
+gallium_dri.so free 0x5571735902c0 void 0.000115
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x557173590340 void 0.000115
+gallium_dri.so free 0x557173590270 void 0.000115
+gallium_dri.so malloc 72 0x557173590390 0.000125
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x557173590390 void 0.000115
+gallium_dri.so malloc 72 0x557173590440 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000115
+gallium_dri.so free 0x557173590440 void 0.000114
+gallium_dri.so malloc 72 0x557173590440 0.000114
+gallium_dri.so free 0x557173590540 void 0.000116
+gallium_dri.so free 0x557173590440 void 0.000113
+gallium_dri.so malloc 72 0x557173590570 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x557173590570 void 0.000114
+gallium_dri.so malloc 72 0x557173590570 0.000114
+gallium_dri.so free 0x5571735906c0 void 0.000115
+gallium_dri.so free 0x557173590570 void 0.000116
+gallium_dri.so malloc 72 0x557173590670 0.000115
+gallium_dri.so free 0x557173590780 void 0.000115
+gallium_dri.so free 0x557173590670 void 0.000114
+gallium_dri.so malloc 72 0x557173590730 0.000113
+gallium_dri.so free 0x5571735907c0 void 0.000115
+gallium_dri.so free 0x557173590730 void 0.000114
+gallium_dri.so malloc 72 0x557173590730 0.000115
+gallium_dri.so free 0x557173590880 void 0.000121
+gallium_dri.so free 0x557173590730 void 0.000114
+gallium_dri.so malloc 72 0x5571735908f0 0.000115
+gallium_dri.so free 0x557173590940 void 0.000115
+gallium_dri.so free 0x5571735908f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735908f0 0.000130
+gallium_dri.so free 0x557173590a40 void 0.000119
+gallium_dri.so free 0x5571735908f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735909f0 0.000114
+gallium_dri.so free 0x557173590b00 void 0.000114
+gallium_dri.so free 0x5571735909f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590ab0 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173590ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173590ab0 0.000115
+gallium_dri.so free 0x557173590c00 void 0.000116
+gallium_dri.so free 0x557173590ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173590c40 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000114
+gallium_dri.so malloc 72 0x557173590cc0 0.000115
+gallium_dri.so free 0x557173590d80 void 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000137
+gallium_dri.so malloc 72 0x557173590cc0 0.000116
+gallium_dri.so free 0x557173590e40 void 0.000115
+gallium_dri.so free 0x557173590cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173590e60 0.000115
+gallium_dri.so free 0x557173590f00 void 0.000116
+gallium_dri.so free 0x557173590e60 void 0.000113
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x557173590f80 void 0.000115
+gallium_dri.so free 0x557173590eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590eb0 0.000163
+gallium_dri.so free 0x557173591000 void 0.000115
+gallium_dri.so free 0x557173590eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173591000 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so malloc 72 0x557173591000 0.000114
+gallium_dri.so free 0x557173591180 void 0.000116
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so malloc 72 0x557173591000 0.000116
+gallium_dri.so free 0x557173591240 void 0.000115
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591300 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735912b0 0.000114
+gallium_dri.so free 0x557173591380 void 0.000116
+gallium_dri.so free 0x5571735912b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913d0 0.000114
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so free 0x5571735913d0 void 0.000114
+gallium_dri.so malloc 72 0x557173591460 0.000114
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so free 0x557173591460 void 0.000114
+gallium_dri.so malloc 72 0x5571735914b0 0.000114
+gallium_dri.so free 0x557173591580 void 0.000115
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914b0 0.000128
+gallium_dri.so free 0x557173591600 void 0.000116
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591600 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so malloc 72 0x557173591600 0.000114
+gallium_dri.so free 0x5571735917c0 void 0.000115
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so malloc 72 0x557173591770 0.000119
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x557173591770 void 0.000114
+gallium_dri.so malloc 72 0x557173591770 0.000115
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x557173591770 void 0.000116
+gallium_dri.so malloc 72 0x557173591900 0.000117
+gallium_dri.so free 0x557173591980 void 0.000116
+gallium_dri.so free 0x557173591900 void 0.000115
+gallium_dri.so malloc 72 0x557173591980 0.000115
+gallium_dri.so free 0x557173591a40 void 0.000115
+gallium_dri.so free 0x557173591980 void 0.000113
+gallium_dri.so malloc 72 0x557173591980 0.000114
+gallium_dri.so free 0x557173591ac0 void 0.000114
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so malloc 72 0x557173591af0 0.000114
+gallium_dri.so free 0x557173591b40 void 0.000119
+gallium_dri.so free 0x557173591af0 void 0.000113
+gallium_dri.so malloc 72 0x557173591af0 0.000141
+gallium_dri.so free 0x557173591c40 void 0.000120
+gallium_dri.so free 0x557173591af0 void 0.000124
+gallium_dri.so malloc 72 0x557173591c80 0.000119
+gallium_dri.so free 0x557173591d00 void 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000114
+gallium_dri.so malloc 72 0x557173591d00 0.000114
+gallium_dri.so free 0x557173591dc0 void 0.000116
+gallium_dri.so free 0x557173591d00 void 0.000114
+gallium_dri.so malloc 72 0x557173591d00 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000116
+gallium_dri.so free 0x557173591d00 void 0.000113
+gallium_dri.so malloc 72 0x557173591e70 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000116
+gallium_dri.so free 0x557173591e70 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000115
+gallium_dri.so free 0x5571735cae40 void 0.000116
+gallium_dri.so free 0x557173591e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cae40 0.000115
+gallium_dri.so free 0x5571735caf00 void 0.000115
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cae40 0.000115
+gallium_dri.so free 0x5571735cb000 void 0.000116
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cae40 0.000114
+gallium_dri.so free 0x5571735cb080 void 0.000116
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000117
+gallium_dri.so free 0x5571735cb100 void 0.000115
+gallium_dri.so free 0x5571735cb0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb0b0 0.000113
+gallium_dri.so free 0x5571735cb200 void 0.000115
+gallium_dri.so free 0x5571735cb0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000114
+gallium_dri.so free 0x5571735cb2c0 void 0.000115
+gallium_dri.so free 0x5571735cb1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb270 0.000114
+gallium_dri.so free 0x5571735cb300 void 0.000115
+gallium_dri.so free 0x5571735cb270 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb270 0.000115
+gallium_dri.so free 0x5571735cb3c0 void 0.000116
+gallium_dri.so free 0x5571735cb270 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb410 0.000114
+gallium_dri.so free 0x5571735cb480 void 0.000115
+gallium_dri.so free 0x5571735cb410 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb4c0 0.000114
+gallium_dri.so free 0x5571735cb540 void 0.000115
+gallium_dri.so free 0x5571735cb4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb540 0.000120
+gallium_dri.so free 0x5571735cb600 void 0.000115
+gallium_dri.so free 0x5571735cb540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb540 0.000115
+gallium_dri.so free 0x5571735cb680 void 0.000115
+gallium_dri.so free 0x5571735cb540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000123
+gallium_dri.so free 0x5571735cb700 void 0.000131
+gallium_dri.so free 0x5571735cb6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb6b0 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000113
+gallium_dri.so free 0x5571735cb6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000113
+gallium_dri.so free 0x5571735cb8c0 void 0.000119
+gallium_dri.so free 0x5571735cb7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb870 0.000114
+gallium_dri.so free 0x5571735cb940 void 0.000115
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb960 0.000113
+gallium_dri.so free 0x5571735cba00 void 0.000113
+gallium_dri.so free 0x5571735cb960 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000115
+gallium_dri.so free 0x5571735cba80 void 0.000115
+gallium_dri.so free 0x5571735cb9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000114
+gallium_dri.so free 0x5571735cbb00 void 0.000115
+gallium_dri.so free 0x5571735cb9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb00 0.000113
+gallium_dri.so free 0x5571735cbbc0 void 0.000118
+gallium_dri.so free 0x5571735cbb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb00 0.000115
+gallium_dri.so free 0x5571735cbc80 void 0.000116
+gallium_dri.so free 0x5571735cbb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbb00 0.000163
+gallium_dri.so free 0x5571735cbd40 void 0.000119
+gallium_dri.so free 0x5571735cbb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000114
+gallium_dri.so free 0x5571735cbd40 void 0.000116
+gallium_dri.so free 0x5571735cbcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000115
+gallium_dri.so free 0x5571735cbe40 void 0.000116
+gallium_dri.so free 0x5571735cbcf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000114
+gallium_dri.so free 0x5571735cbf00 void 0.000116
+gallium_dri.so free 0x5571735cbdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000114
+gallium_dri.so free 0x5571735cbf40 void 0.000116
+gallium_dri.so free 0x5571735cbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000113
+gallium_dri.so free 0x5571735cc000 void 0.000115
+gallium_dri.so free 0x5571735cbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc040 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000115
+gallium_dri.so free 0x5571735cc040 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000115
+gallium_dri.so free 0x5571735cc180 void 0.000116
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000115
+gallium_dri.so free 0x5571735cc240 void 0.000116
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc260 0.000125
+gallium_dri.so free 0x5571735cc300 void 0.000116
+gallium_dri.so free 0x5571735cc260 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000116
+gallium_dri.so free 0x5571735cc380 void 0.000116
+gallium_dri.so free 0x5571735cc2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000115
+gallium_dri.so free 0x5571735cc400 void 0.000115
+gallium_dri.so free 0x5571735cc2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc400 0.000116
+gallium_dri.so free 0x5571735cc4c0 void 0.000115
+gallium_dri.so free 0x5571735cc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc400 0.000114
+gallium_dri.so free 0x5571735cc580 void 0.000115
+gallium_dri.so free 0x5571735cc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc400 0.000132
+gallium_dri.so free 0x5571735cc640 void 0.000116
+gallium_dri.so free 0x5571735cc400 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000115
+gallium_dri.so free 0x5571735cc700 void 0.000115
+gallium_dri.so free 0x5571735cc5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000115
+gallium_dri.so free 0x5571735cc780 void 0.000116
+gallium_dri.so free 0x5571735cc6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc7d0 0.000115
+gallium_dri.so free 0x5571735cc840 void 0.000116
+gallium_dri.so free 0x5571735cc7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc860 0.000119
+gallium_dri.so free 0x5571735cc900 void 0.000116
+gallium_dri.so free 0x5571735cc860 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000114
+gallium_dri.so free 0x5571735cc980 void 0.000116
+gallium_dri.so free 0x5571735cc8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000114
+gallium_dri.so free 0x5571735cca00 void 0.000115
+gallium_dri.so free 0x5571735cc8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca00 0.000115
+gallium_dri.so free 0x5571735ccac0 void 0.000116
+gallium_dri.so free 0x5571735cca00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cca00 0.000115
+gallium_dri.so free 0x5571735ccbc0 void 0.000116
+gallium_dri.so free 0x5571735cca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccb70 0.000114
+gallium_dri.so free 0x5571735ccc00 void 0.000115
+gallium_dri.so free 0x5571735ccb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccb70 0.000115
+gallium_dri.so free 0x5571735cccc0 void 0.000114
+gallium_dri.so free 0x5571735ccb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccd00 0.000114
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so free 0x5571735ccd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccd80 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000115
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccd80 0.000185
+gallium_dri.so free 0x5571735ccec0 void 0.000117
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccef0 0.000114
+gallium_dri.so free 0x5571735ccf40 void 0.000117
+gallium_dri.so free 0x5571735ccef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccef0 0.000114
+gallium_dri.so free 0x5571735cd040 void 0.000114
+gallium_dri.so free 0x5571735ccef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd080 0.000113
+gallium_dri.so free 0x5571735cd100 void 0.000114
+gallium_dri.so free 0x5571735cd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd100 0.000114
+gallium_dri.so free 0x5571735cd1c0 void 0.000116
+gallium_dri.so free 0x5571735cd100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd100 0.000114
+gallium_dri.so free 0x5571735cd240 void 0.000115
+gallium_dri.so free 0x5571735cd100 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd270 0.000116
+gallium_dri.so free 0x5571735cd2c0 void 0.000115
+gallium_dri.so free 0x5571735cd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd270 0.000122
+gallium_dri.so free 0x5571735cd3c0 void 0.000118
+gallium_dri.so free 0x5571735cd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd480 void 0.000116
+gallium_dri.so free 0x5571735cd370 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd430 0.000126
+gallium_dri.so free 0x5571735cd500 void 0.000116
+gallium_dri.so free 0x5571735cd430 void 0.000132
+gallium_dri.so malloc 72 0x5571735cd430 0.000115
+gallium_dri.so free 0x5571735cd5c0 void 0.000113
+gallium_dri.so free 0x5571735cd430 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd430 0.000112
+gallium_dri.so free 0x5571735cd680 void 0.000114
+gallium_dri.so free 0x5571735cd430 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd630 0.000112
+gallium_dri.so free 0x5571735cd700 void 0.000114
+gallium_dri.so free 0x5571735cd630 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd750 0.000112
+gallium_dri.so free 0x5571735cd7c0 void 0.000113
+gallium_dri.so free 0x5571735cd750 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd7e0 0.000113
+gallium_dri.so free 0x5571735cd880 void 0.000114
+gallium_dri.so free 0x5571735cd7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd830 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so free 0x5571735cd830 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd900 0.000114
+gallium_dri.so free 0x5571735cd9c0 void 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd900 0.000113
+gallium_dri.so free 0x5571735cda40 void 0.000113
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda40 0.000129
+gallium_dri.so free 0x5571735cdb00 void 0.000121
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda40 0.000114
+gallium_dri.so free 0x5571735cdbc0 void 0.000115
+gallium_dri.so free 0x5571735cda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda40 0.000114
+gallium_dri.so free 0x5571735cdc80 void 0.000115
+gallium_dri.so free 0x5571735cda40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdc30 0.000113
+gallium_dri.so free 0x5571735cdd00 void 0.000115
+gallium_dri.so free 0x5571735cdc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdd50 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdd50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde00 0.000115
+gallium_dri.so free 0x5571735cde80 void 0.000116
+gallium_dri.so free 0x5571735cde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde00 0.000113
+gallium_dri.so free 0x5571735cdf00 void 0.000114
+gallium_dri.so free 0x5571735cde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdf30 0.000114
+gallium_dri.so free 0x5571735cdf80 void 0.000115
+gallium_dri.so free 0x5571735cdf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf30 0.000113
+gallium_dri.so free 0x5571735ce080 void 0.000114
+gallium_dri.so free 0x5571735cdf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce030 0.000114
+gallium_dri.so free 0x5571735ce140 void 0.000106
+gallium_dri.so free 0x5571735ce030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000113
+gallium_dri.so free 0x5571735ce180 void 0.000114
+gallium_dri.so free 0x5571735ce0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000114
+gallium_dri.so free 0x5571735ce0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000120
+gallium_dri.so free 0x5571735ce300 void 0.000116
+gallium_dri.so free 0x5571735ce2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000115
+gallium_dri.so free 0x5571735ce400 void 0.000115
+gallium_dri.so free 0x5571735ce2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000113
+gallium_dri.so free 0x5571735ce4c0 void 0.000115
+gallium_dri.so free 0x5571735ce3b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce470 0.000116
+gallium_dri.so free 0x5571735ce500 void 0.000115
+gallium_dri.so free 0x5571735ce470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce470 0.000114
+gallium_dri.so free 0x5571735ce5c0 void 0.000115
+gallium_dri.so free 0x5571735ce470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce600 0.000114
+gallium_dri.so free 0x5571735ce680 void 0.000114
+gallium_dri.so free 0x5571735ce600 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce680 0.000114
+gallium_dri.so free 0x5571735ce740 void 0.000128
+gallium_dri.so free 0x5571735ce680 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce680 0.000114
+gallium_dri.so free 0x5571735ce800 void 0.000116
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce820 0.000114
+gallium_dri.so free 0x5571735ce8c0 void 0.000115
+gallium_dri.so free 0x5571735ce820 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce870 0.000114
+gallium_dri.so free 0x5571735ce940 void 0.000115
+gallium_dri.so free 0x5571735ce870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce870 0.000114
+gallium_dri.so free 0x5571735ce9c0 void 0.000116
+gallium_dri.so free 0x5571735ce870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000114
+gallium_dri.so free 0x5571735cea80 void 0.000114
+gallium_dri.so free 0x5571735ce9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000112
+gallium_dri.so free 0x5571735ceb40 void 0.000119
+gallium_dri.so free 0x5571735ce9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000115
+gallium_dri.so free 0x5571735ce9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cebb0 0.000115
+gallium_dri.so free 0x5571735cecc0 void 0.000115
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec70 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000161
+gallium_dri.so free 0x5571735cec70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ced90 0.000114
+gallium_dri.so free 0x5571735cee00 void 0.000115
+gallium_dri.so free 0x5571735ced90 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee20 0.000116
+gallium_dri.so free 0x5571735ceec0 void 0.000116
+gallium_dri.so free 0x5571735cee20 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee70 0.000114
+gallium_dri.so free 0x5571735cef40 void 0.000114
+gallium_dri.so free 0x5571735cee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee70 0.000112
+gallium_dri.so free 0x5571735cefc0 void 0.000116
+gallium_dri.so free 0x5571735cee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000115
+gallium_dri.so free 0x5571735cf080 void 0.000116
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000114
+gallium_dri.so free 0x5571735cf180 void 0.000115
+gallium_dri.so free 0x5571735cefc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf130 0.000113
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf130 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf130 0.000117
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571735cf130 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so free 0x5571735cf2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf340 0.000113
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf340 0.000114
+gallium_dri.so free 0x5571735cf480 void 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000114
+gallium_dri.so free 0x5571735cf500 void 0.000116
+gallium_dri.so free 0x5571735cf4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000114
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf640 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000115
+gallium_dri.so free 0x5571735cf640 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000123
+gallium_dri.so free 0x5571735cf780 void 0.000119
+gallium_dri.so free 0x5571735cf6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000115
+gallium_dri.so free 0x5571735cf800 void 0.000115
+gallium_dri.so free 0x5571735cf6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf830 0.000114
+gallium_dri.so free 0x5571735cf880 void 0.000115
+gallium_dri.so free 0x5571735cf830 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf830 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000126
+gallium_dri.so free 0x5571735cf830 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf930 0.000115
+gallium_dri.so free 0x5571735cfa40 void 0.000115
+gallium_dri.so free 0x5571735cf930 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000114
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cf9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000118
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cf9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000116
+gallium_dri.so free 0x5571735cf9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd10 0.000113
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so free 0x5571735cfd10 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfda0 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so free 0x5571735cfda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000113
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfec0 0.000114
+gallium_dri.so free 0x5571735cff80 void 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfec0 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000114
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000114
+gallium_dri.so free 0x5571735d0180 void 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0000 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000116
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d01f0 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0310 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000124
+gallium_dri.so free 0x5571735d0310 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03c0 0.000115
+gallium_dri.so free 0x5571735d0440 void 0.000114
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03c0 0.000114
+gallium_dri.so free 0x5571735d04c0 void 0.000115
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04f0 0.000114
+gallium_dri.so free 0x5571735d0540 void 0.000123
+gallium_dri.so free 0x5571735d04f0 void 0.000192
+gallium_dri.so malloc 72 0x5571735d04f0 0.000162
+gallium_dri.so free 0x5571735d0640 void 0.000165
+gallium_dri.so free 0x5571735d04f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d05f0 0.000124
+gallium_dri.so free 0x5571735d0700 void 0.000120
+gallium_dri.so free 0x5571735d05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06b0 0.000124
+gallium_dri.so free 0x5571735d0740 void 0.000124
+gallium_dri.so free 0x5571735d06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06b0 0.000120
+gallium_dri.so free 0x5571735d0800 void 0.000123
+gallium_dri.so free 0x5571735d06b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0870 0.000119
+gallium_dri.so free 0x5571735d08c0 void 0.000117
+gallium_dri.so free 0x5571735d0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0870 0.000124
+gallium_dri.so free 0x5571735d09c0 void 0.000124
+gallium_dri.so free 0x5571735d0870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0970 0.000119
+gallium_dri.so free 0x5571735d0a80 void 0.000118
+gallium_dri.so free 0x5571735d0970 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a30 0.000137
+gallium_dri.so free 0x5571735d0ac0 void 0.000137
+gallium_dri.so free 0x5571735d0a30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0a30 0.000125
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000126
+gallium_dri.so free 0x5571735d0c40 void 0.000126
+gallium_dri.so free 0x5571735d0bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0c40 0.000124
+gallium_dri.so free 0x5571735d0d00 void 0.000121
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c40 0.000126
+gallium_dri.so free 0x5571735d0dc0 void 0.000125
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0de0 0.000116
+gallium_dri.so free 0x5571735d0e80 void 0.000117
+gallium_dri.so free 0x5571735d0de0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e30 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000116
+gallium_dri.so free 0x5571735d0e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0e30 0.000115
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so free 0x5571735d0e30 void 0.000171
+gallium_dri.so malloc 72 0x5571735d0f80 0.000115
+gallium_dri.so free 0x5571735d1040 void 0.000116
+gallium_dri.so free 0x5571735d0f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0f80 0.000128
+gallium_dri.so free 0x5571735d1100 void 0.000117
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f80 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000117
+gallium_dri.so free 0x5571735d0f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1170 0.000115
+gallium_dri.so free 0x5571735d1280 void 0.000116
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000114
+gallium_dri.so free 0x5571735d1300 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1350 0.000115
+gallium_dri.so free 0x5571735d13c0 void 0.000116
+gallium_dri.so free 0x5571735d1350 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13e0 0.000114
+gallium_dri.so free 0x5571735d1480 void 0.000116
+gallium_dri.so free 0x5571735d13e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1430 0.000114
+gallium_dri.so free 0x5571735d1500 void 0.000115
+gallium_dri.so free 0x5571735d1430 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1430 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000116
+gallium_dri.so free 0x5571735d1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1580 0.000116
+gallium_dri.so free 0x5571735d1640 void 0.000116
+gallium_dri.so free 0x5571735d1580 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1580 0.000141
+gallium_dri.so free 0x5571735d1740 void 0.000148
+gallium_dri.so free 0x5571735d1580 void 0.000144
+gallium_dri.so malloc 72 0x5571735d16f0 0.000145
+gallium_dri.so free 0x5571735d1780 void 0.000145
+gallium_dri.so free 0x5571735d16f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d16f0 0.000143
+gallium_dri.so free 0x5571735d1840 void 0.000143
+gallium_dri.so free 0x5571735d16f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1880 0.000143
+gallium_dri.so free 0x5571735d1900 void 0.000145
+gallium_dri.so free 0x5571735d1880 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1900 0.000145
+gallium_dri.so free 0x5571735d19c0 void 0.000145
+gallium_dri.so free 0x5571735d1900 void 0.000142
+gallium_dri.so malloc 72 0x5571735d1900 0.000143
+gallium_dri.so free 0x5571735d1a40 void 0.000144
+gallium_dri.so free 0x5571735d1900 void 0.000141
+gallium_dri.so malloc 72 0x5571735d1a70 0.000144
+gallium_dri.so free 0x5571735d1ac0 void 0.000146
+gallium_dri.so free 0x5571735d1a70 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1a70 0.000143
+gallium_dri.so free 0x5571735d1bc0 void 0.000162
+gallium_dri.so free 0x5571735d1a70 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1c00 0.000145
+gallium_dri.so free 0x5571735d1c80 void 0.000145
+gallium_dri.so free 0x5571735d1c00 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1c80 0.000142
+gallium_dri.so free 0x5571735d1d40 void 0.000145
+gallium_dri.so free 0x5571735d1c80 void 0.000199
+gallium_dri.so malloc 72 0x5571735d1c80 0.000118
+gallium_dri.so free 0x5571735d1dc0 void 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000116
+gallium_dri.so free 0x5571735d1df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1f40 void 0.000117
+gallium_dri.so free 0x5571735d1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000117
+gallium_dri.so free 0x5571735d2000 void 0.000116
+gallium_dri.so free 0x5571735d1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000116
+gallium_dri.so free 0x5571735d1fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000116
+gallium_dri.so free 0x5571735d1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000114
+gallium_dri.so free 0x5571735d2280 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22d0 0.000114
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so free 0x5571735d22d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2360 0.000115
+gallium_dri.so free 0x5571735d2400 void 0.000116
+gallium_dri.so free 0x5571735d2360 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23b0 0.000114
+gallium_dri.so free 0x5571735d2480 void 0.000117
+gallium_dri.so free 0x5571735d23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000115
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d25c0 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000116
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d25c0 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000117
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27b0 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28d0 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x5571735d28d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2980 0.000114
+gallium_dri.so free 0x5571735d2a00 void 0.000117
+gallium_dri.so free 0x5571735d2980 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2980 0.000113
+gallium_dri.so free 0x5571735d2a80 void 0.000115
+gallium_dri.so free 0x5571735d2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000114
+gallium_dri.so free 0x5571735d2b00 void 0.000115
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000114
+gallium_dri.so free 0x5571735d2c00 void 0.000115
+gallium_dri.so free 0x5571735d2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000167
+gallium_dri.so free 0x5571735d2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000115
+gallium_dri.so free 0x5571735d2d00 void 0.000115
+gallium_dri.so free 0x5571735d2c70 void 0.000177
+gallium_dri.so malloc 72 0x5571735d2c70 0.000120
+gallium_dri.so free 0x5571735d2dc0 void 0.000120
+gallium_dri.so free 0x5571735d2c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2e30 0.000116
+gallium_dri.so free 0x5571735d2e80 void 0.000116
+gallium_dri.so free 0x5571735d2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2e30 0.000114
+gallium_dri.so free 0x5571735d2f80 void 0.000115
+gallium_dri.so free 0x5571735d2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2f30 0.000114
+gallium_dri.so free 0x5571735d3040 void 0.000115
+gallium_dri.so free 0x5571735d2f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000116
+gallium_dri.so free 0x5571735d2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000116
+gallium_dri.so free 0x5571735d2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3180 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000116
+gallium_dri.so free 0x5571735d3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3200 0.000114
+gallium_dri.so free 0x5571735d32c0 void 0.000116
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3200 0.000115
+gallium_dri.so free 0x5571735d3380 void 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d33a0 0.000116
+gallium_dri.so free 0x5571735d3440 void 0.000115
+gallium_dri.so free 0x5571735d33a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d33f0 0.000115
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d33f0 0.000115
+gallium_dri.so free 0x5571735d3540 void 0.000115
+gallium_dri.so free 0x5571735d33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x5571735d36c0 void 0.000116
+gallium_dri.so free 0x5571735d3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000116
+gallium_dri.so free 0x5571735d3540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3730 0.000115
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so free 0x5571735d3730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d37f0 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3910 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000116
+gallium_dri.so free 0x5571735d3910 void 0.000128
+gallium_dri.so malloc 72 0x5571735d39a0 0.000117
+gallium_dri.so free 0x5571735d3a40 void 0.000116
+gallium_dri.so free 0x5571735d39a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000116
+gallium_dri.so free 0x5571735d39f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d39f0 0.000114
+gallium_dri.so free 0x5571735d3b40 void 0.000116
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000121
+gallium_dri.so free 0x5571735d3c00 void 0.000117
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000115
+gallium_dri.so free 0x5571735d3d40 void 0.000116
+gallium_dri.so free 0x5571735d3cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000115
+gallium_dri.so free 0x5571735d3e00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3e40 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000115
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000116
+gallium_dri.so free 0x5571735d4000 void 0.000117
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4030 0.000114
+gallium_dri.so free 0x5571735d4080 void 0.000115
+gallium_dri.so free 0x5571735d4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4030 0.000114
+gallium_dri.so free 0x5571735d4180 void 0.000116
+gallium_dri.so free 0x5571735d4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d41c0 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000117
+gallium_dri.so free 0x5571735d41c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4240 0.000115
+gallium_dri.so free 0x5571735d4300 void 0.000117
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4240 0.000115
+gallium_dri.so free 0x5571735d4380 void 0.000116
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d43b0 0.000115
+gallium_dri.so free 0x5571735d4400 void 0.000113
+gallium_dri.so free 0x5571735d43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43b0 0.000114
+gallium_dri.so free 0x5571735d4500 void 0.000116
+gallium_dri.so free 0x5571735d43b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d44b0 0.000115
+gallium_dri.so free 0x5571735d45c0 void 0.000117
+gallium_dri.so free 0x5571735d44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4570 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000117
+gallium_dri.so free 0x5571735d4570 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4570 0.000115
+gallium_dri.so free 0x5571735d4700 void 0.000116
+gallium_dri.so free 0x5571735d4570 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4570 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000116
+gallium_dri.so free 0x5571735d4570 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4770 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4890 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000116
+gallium_dri.so free 0x5571735d4890 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4920 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000115
+gallium_dri.so free 0x5571735d4920 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d4970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4a40 0.000115
+gallium_dri.so free 0x5571735d4b00 void 0.000167
+gallium_dri.so free 0x5571735d4a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4a40 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000123
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4b80 0.000114
+gallium_dri.so free 0x5571735d4c40 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4b80 0.000115
+gallium_dri.so free 0x5571735d4d00 void 0.000116
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b80 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000117
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d70 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000115
+gallium_dri.so free 0x5571735d4d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4e90 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000155
+gallium_dri.so free 0x5571735d4e90 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4f40 0.000115
+gallium_dri.so free 0x5571735d4fc0 void 0.000116
+gallium_dri.so free 0x5571735d4f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f40 0.000114
+gallium_dri.so free 0x5571735d5040 void 0.000117
+gallium_dri.so free 0x5571735d4f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000114
+gallium_dri.so free 0x5571735d50c0 void 0.000114
+gallium_dri.so free 0x5571735d5070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5070 0.000114
+gallium_dri.so free 0x5571735d51c0 void 0.000130
+gallium_dri.so free 0x5571735d5070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5170 0.000115
+gallium_dri.so free 0x5571735d5280 void 0.000116
+gallium_dri.so free 0x5571735d5170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d52c0 void 0.000116
+gallium_dri.so free 0x5571735d5230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d5380 void 0.000117
+gallium_dri.so free 0x5571735d5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d53f0 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000116
+gallium_dri.so free 0x5571735d53f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d53f0 0.000114
+gallium_dri.so free 0x5571735d5540 void 0.000115
+gallium_dri.so free 0x5571735d53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54f0 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000116
+gallium_dri.so free 0x5571735d54f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000116
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5740 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d57c0 0.000115
+gallium_dri.so free 0x5571735d5880 void 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d57c0 0.000115
+gallium_dri.so free 0x5571735d5940 void 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5960 0.000115
+gallium_dri.so free 0x5571735d5a00 void 0.000116
+gallium_dri.so free 0x5571735d5960 void 0.000115
+gallium_dri.so malloc 72 0x5571735d59b0 0.000111
+gallium_dri.so free 0x5571735d5a80 void 0.000117
+gallium_dri.so free 0x5571735d59b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d59b0 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000116
+gallium_dri.so free 0x5571735d59b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b00 0.000115
+gallium_dri.so free 0x5571735d5bc0 void 0.000115
+gallium_dri.so free 0x5571735d5b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b00 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000115
+gallium_dri.so free 0x5571735d5b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5b00 0.000116
+gallium_dri.so free 0x5571735d5d40 void 0.000116
+gallium_dri.so free 0x5571735d5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000116
+gallium_dri.so free 0x5571735d5e00 void 0.000161
+gallium_dri.so free 0x5571735d5cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5ed0 0.000112
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so free 0x5571735d5ed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5f60 0.000112
+gallium_dri.so free 0x5571735d6000 void 0.000114
+gallium_dri.so free 0x5571735d5f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000113
+gallium_dri.so free 0x5571735d5fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000112
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6100 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000115
+gallium_dri.so free 0x5571735d6100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6100 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000114
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6270 0.000112
+gallium_dri.so free 0x5571735d6300 void 0.000116
+gallium_dri.so free 0x5571735d6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000114
+gallium_dri.so free 0x5571735d6270 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6400 0.000116
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6480 0.000113
+gallium_dri.so free 0x5571735d6540 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6480 0.000114
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000114
+gallium_dri.so free 0x5571735d65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000114
+gallium_dri.so free 0x5571735d65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6780 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000116
+gallium_dri.so free 0x5571735d6780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6800 0.000114
+gallium_dri.so free 0x5571735d68c0 void 0.000115
+gallium_dri.so free 0x5571735d6800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6800 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000115
+gallium_dri.so free 0x5571735d6800 void 0.000162
+gallium_dri.so malloc 72 0x5571735d6970 0.000114
+gallium_dri.so free 0x5571735d69c0 void 0.000115
+gallium_dri.so free 0x5571735d6970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6970 0.000116
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d6970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6a70 0.000115
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b30 0.000115
+gallium_dri.so free 0x5571735d6c00 void 0.000114
+gallium_dri.so free 0x5571735d6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b30 0.000114
+gallium_dri.so free 0x5571735f36c0 void 0.000115
+gallium_dri.so free 0x5571735d6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b30 0.000113
+gallium_dri.so free 0x5571735f3780 void 0.000115
+gallium_dri.so free 0x5571735d6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f37c0 0.000114
+gallium_dri.so free 0x5571735f3840 void 0.000114
+gallium_dri.so free 0x5571735f37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3840 0.000114
+gallium_dri.so free 0x5571735f3900 void 0.000115
+gallium_dri.so free 0x5571735f3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3840 0.000112
+gallium_dri.so free 0x5571735f3980 void 0.000115
+gallium_dri.so free 0x5571735f3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39b0 0.000115
+gallium_dri.so free 0x5571735f3a00 void 0.000117
+gallium_dri.so free 0x5571735f39b0 void 0.000187
+gallium_dri.so malloc 72 0x5571735f3a00 0.000117
+gallium_dri.so free 0x5571735f3ac0 void 0.000115
+gallium_dri.so free 0x5571735f3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3a00 0.000114
+gallium_dri.so free 0x5571735f3bc0 void 0.000114
+gallium_dri.so free 0x5571735f3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3b70 0.000135
+gallium_dri.so free 0x5571735f3c80 void 0.000115
+gallium_dri.so free 0x5571735f3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3c30 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000115
+gallium_dri.so free 0x5571735f3c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3c30 0.000114
+gallium_dri.so free 0x5571735f3d80 void 0.000115
+gallium_dri.so free 0x5571735f3c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3dc0 0.000113
+gallium_dri.so free 0x5571735f3e40 void 0.000115
+gallium_dri.so free 0x5571735f3dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e40 0.000113
+gallium_dri.so free 0x5571735f3f00 void 0.000114
+gallium_dri.so free 0x5571735f3e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e40 0.000116
+gallium_dri.so free 0x5571735f3f80 void 0.000114
+gallium_dri.so free 0x5571735f3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e40 0.000113
+gallium_dri.so free 0x5571735f4040 void 0.000115
+gallium_dri.so free 0x5571735f3e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3e40 0.000114
+gallium_dri.so free 0x5571735f4100 void 0.000114
+gallium_dri.so free 0x5571735f3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f40b0 0.000114
+gallium_dri.so free 0x5571735f4180 void 0.000115
+gallium_dri.so free 0x5571735f40b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f41d0 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000115
+gallium_dri.so free 0x5571735f41d0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f4260 0.000120
+gallium_dri.so free 0x5571735f4300 void 0.000180
+gallium_dri.so free 0x5571735f4260 void 0.000222
+gallium_dri.so malloc 72 0x5571735f42b0 0.000217
+gallium_dri.so free 0x5571735f4380 void 0.000221
+gallium_dri.so free 0x5571735f42b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f42b0 0.000201
+gallium_dri.so free 0x5571735f4480 void 0.000189
+gallium_dri.so free 0x5571735f42b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f4430 0.000114
+gallium_dri.so free 0x5571735f4500 void 0.000114
+gallium_dri.so free 0x5571735f4430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4550 0.000116
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so free 0x5571735f4550 void 0.000113
+gallium_dri.so malloc 72 0x5571735f45e0 0.000113
+gallium_dri.so free 0x5571735f4680 void 0.000115
+gallium_dri.so free 0x5571735f45e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4630 0.000114
+gallium_dri.so free 0x5571735f4700 void 0.000115
+gallium_dri.so free 0x5571735f4630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4630 0.000113
+gallium_dri.so free 0x5571735f4780 void 0.000114
+gallium_dri.so free 0x5571735f4630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4780 0.000114
+gallium_dri.so free 0x5571735f4840 void 0.000114
+gallium_dri.so free 0x5571735f4780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4780 0.000114
+gallium_dri.so free 0x5571735f4940 void 0.000115
+gallium_dri.so free 0x5571735f4780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4780 0.000115
+gallium_dri.so free 0x5571735f49c0 void 0.000114
+gallium_dri.so free 0x5571735f4780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49f0 0.000114
+gallium_dri.so free 0x5571735f2760 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so free 0x5571735f49f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f49f0 0.000113
+gallium_dri.so free 0x5571735f4b40 void 0.000143
+gallium_dri.so free 0x5571735f49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4af0 0.000110
+gallium_dri.so free 0x5571735f4c00 void 0.000110
+gallium_dri.so free 0x5571735f4af0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000109
+gallium_dri.so free 0x5571735f4c40 void 0.000111
+gallium_dri.so free 0x5571735f4bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000111
+gallium_dri.so free 0x5571735f4d00 void 0.000112
+gallium_dri.so free 0x5571735f4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4d50 0.000111
+gallium_dri.so free 0x5571735f4dc0 void 0.000109
+gallium_dri.so free 0x5571735f4d50 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4e00 0.000111
+gallium_dri.so free 0x5571735f4e80 void 0.000109
+gallium_dri.so free 0x5571735f4e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4e80 0.000110
+gallium_dri.so free 0x5571735f4f40 void 0.000120
+gallium_dri.so free 0x5571735f4e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e80 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000112
+gallium_dri.so free 0x5571735f4e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000148
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so free 0x5571735f4ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000110
+gallium_dri.so free 0x5571735f5140 void 0.000121
+gallium_dri.so free 0x5571735f4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f50f0 0.000111
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f50f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f51b0 0.000113
+gallium_dri.so free 0x5571735f5280 void 0.000115
+gallium_dri.so free 0x5571735f51b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f52a0 0.000110
+gallium_dri.so free 0x5571735f5340 void 0.000117
+gallium_dri.so free 0x5571735f52a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f52f0 0.000112
+gallium_dri.so free 0x5571735f53c0 void 0.000111
+gallium_dri.so free 0x5571735f52f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f52f0 0.000111
+gallium_dri.so free 0x5571735f5440 void 0.000109
+gallium_dri.so free 0x5571735f52f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5440 0.000110
+gallium_dri.so free 0x5571735f5500 void 0.000111
+gallium_dri.so free 0x5571735f5440 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5440 0.000110
+gallium_dri.so free 0x5571735f55c0 void 0.000115
+gallium_dri.so free 0x5571735f5440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5440 0.000115
+gallium_dri.so free 0x5571735f5680 void 0.000114
+gallium_dri.so free 0x5571735f5440 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5630 0.000110
+gallium_dri.so free 0x5571735f5680 void 0.000167
+gallium_dri.so free 0x5571735f5630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5630 0.000116
+gallium_dri.so free 0x5571735f5780 void 0.000114
+gallium_dri.so free 0x5571735f5630 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5730 0.000112
+gallium_dri.so free 0x5571735f5840 void 0.000110
+gallium_dri.so free 0x5571735f5730 void 0.000110
+gallium_dri.so malloc 72 0x5571735f57f0 0.000110
+gallium_dri.so free 0x5571735f5880 void 0.000111
+gallium_dri.so free 0x5571735f57f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f57f0 0.000110
+gallium_dri.so free 0x5571735f5940 void 0.000110
+gallium_dri.so free 0x5571735f57f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5980 0.000110
+gallium_dri.so free 0x5571735f5a00 void 0.000111
+gallium_dri.so free 0x5571735f5980 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5a00 0.000110
+gallium_dri.so free 0x5571735f5ac0 void 0.000111
+gallium_dri.so free 0x5571735f5a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5a00 0.000111
+gallium_dri.so free 0x5571735f5b80 void 0.000116
+gallium_dri.so free 0x5571735f5a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5ba0 0.000113
+gallium_dri.so free 0x5571735f5c40 void 0.000113
+gallium_dri.so free 0x5571735f5ba0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000111
+gallium_dri.so free 0x5571735f5cc0 void 0.000111
+gallium_dri.so free 0x5571735f5bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000118
+gallium_dri.so free 0x5571735f5d40 void 0.000116
+gallium_dri.so free 0x5571735f5bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5d40 0.000109
+gallium_dri.so free 0x5571735f5e00 void 0.000111
+gallium_dri.so free 0x5571735f5d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5d40 0.000109
+gallium_dri.so free 0x5571735f5ec0 void 0.000112
+gallium_dri.so free 0x5571735f5d40 void 0.000155
+gallium_dri.so malloc 72 0x5571735f5d40 0.000111
+gallium_dri.so free 0x5571735f5f80 void 0.000109
+gallium_dri.so free 0x5571735f5d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5f30 0.000111
+gallium_dri.so free 0x5571735f6040 void 0.000110
+gallium_dri.so free 0x5571735f5f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000111
+gallium_dri.so free 0x5571735f60c0 void 0.000111
+gallium_dri.so free 0x5571735f5ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6110 0.000109
+gallium_dri.so free 0x5571735f6180 void 0.000122
+gallium_dri.so free 0x5571735f6110 void 0.000121
+gallium_dri.so malloc 72 0x5571735f61a0 0.000115
+gallium_dri.so free 0x5571735f6240 void 0.000111
+gallium_dri.so free 0x5571735f61a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f61f0 0.000109
+gallium_dri.so free 0x5571735f62c0 void 0.000131
+gallium_dri.so free 0x5571735f61f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f61f0 0.000117
+gallium_dri.so free 0x5571735f6340 void 0.000120
+gallium_dri.so free 0x5571735f61f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6340 0.000115
+gallium_dri.so free 0x5571735f6400 void 0.000116
+gallium_dri.so free 0x5571735f6340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6340 0.000116
+gallium_dri.so free 0x5571735f6500 void 0.000114
+gallium_dri.so free 0x5571735f6340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f64b0 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000116
+gallium_dri.so free 0x5571735f64b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f64b0 0.000114
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so free 0x5571735f64b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6640 0.000113
+gallium_dri.so free 0x5571735f66c0 void 0.000114
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f66c0 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000114
+gallium_dri.so free 0x5571735f66c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f66c0 0.000115
+gallium_dri.so free 0x5571735f6800 void 0.000114
+gallium_dri.so free 0x5571735f66c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6830 0.000112
+gallium_dri.so free 0x5571735f6880 void 0.000129
+gallium_dri.so free 0x5571735f6830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6830 0.000115
+gallium_dri.so free 0x5571735f6980 void 0.000114
+gallium_dri.so free 0x5571735f6830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f69c0 0.000113
+gallium_dri.so free 0x5571735f6a40 void 0.000115
+gallium_dri.so free 0x5571735f69c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a40 0.000114
+gallium_dri.so free 0x5571735f6b00 void 0.000114
+gallium_dri.so free 0x5571735f6a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6a40 0.000112
+gallium_dri.so free 0x5571735f6b80 void 0.000114
+gallium_dri.so free 0x5571735f6a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000113
+gallium_dri.so free 0x5571735f6c00 void 0.000114
+gallium_dri.so free 0x5571735f6bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000113
+gallium_dri.so free 0x5571735f6d00 void 0.000114
+gallium_dri.so free 0x5571735f6bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000112
+gallium_dri.so free 0x5571735f6dc0 void 0.000114
+gallium_dri.so free 0x5571735f6cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6d70 0.000119
+gallium_dri.so free 0x5571735f6e40 void 0.000166
+gallium_dri.so free 0x5571735f6d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d70 0.000114
+gallium_dri.so free 0x5571735f6f00 void 0.000124
+gallium_dri.so free 0x5571735f6d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d70 0.000130
+gallium_dri.so free 0x5571735f6fc0 void 0.000124
+gallium_dri.so free 0x5571735f6d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6f70 0.000119
+gallium_dri.so free 0x5571735f7040 void 0.000115
+gallium_dri.so free 0x5571735f6f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7090 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000116
+gallium_dri.so free 0x5571735f7090 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7120 0.000114
+gallium_dri.so free 0x5571735f71c0 void 0.000115
+gallium_dri.so free 0x5571735f7120 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7170 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000114
+gallium_dri.so free 0x5571735f7170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7240 0.000114
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7240 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7380 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000115
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7380 0.000112
+gallium_dri.so free 0x5571735f7500 void 0.000210
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7380 0.000113
+gallium_dri.so free 0x5571735f75c0 void 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7570 0.000112
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f7570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7690 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000114
+gallium_dri.so free 0x5571735f7690 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7740 0.000115
+gallium_dri.so free 0x5571735f77c0 void 0.000114
+gallium_dri.so free 0x5571735f7740 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7740 0.000113
+gallium_dri.so free 0x5571735f7840 void 0.000114
+gallium_dri.so free 0x5571735f7740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7870 0.000114
+gallium_dri.so free 0x5571735f78c0 void 0.000115
+gallium_dri.so free 0x5571735f7870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7870 0.000114
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x5571735f7870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x5571735f7a80 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7a30 0.000113
+gallium_dri.so free 0x5571735f7ac0 void 0.000128
+gallium_dri.so free 0x5571735f7a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7a30 0.000114
+gallium_dri.so free 0x5571735f7b80 void 0.000115
+gallium_dri.so free 0x5571735f7a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000113
+gallium_dri.so free 0x5571735f7c40 void 0.000115
+gallium_dri.so free 0x5571735f7bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000113
+gallium_dri.so free 0x5571735f7d40 void 0.000115
+gallium_dri.so free 0x5571735f7bf0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000115
+gallium_dri.so free 0x5571735f7e00 void 0.000114
+gallium_dri.so free 0x5571735f7cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7db0 0.000112
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7db0 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000115
+gallium_dri.so free 0x5571735f7db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7f40 0.000115
+gallium_dri.so free 0x5571735f7fc0 void 0.000114
+gallium_dri.so free 0x5571735f7f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000115
+gallium_dri.so free 0x5571735f8080 void 0.000114
+gallium_dri.so free 0x5571735f7fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7fc0 0.000113
+gallium_dri.so free 0x5571735f8140 void 0.000131
+gallium_dri.so free 0x5571735f7fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8160 0.000115
+gallium_dri.so free 0x5571735f8200 void 0.000115
+gallium_dri.so free 0x5571735f8160 void 0.000115
+gallium_dri.so malloc 72 0x5571735f81b0 0.000114
+gallium_dri.so free 0x5571735f8280 void 0.000115
+gallium_dri.so free 0x5571735f81b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f81b0 0.000114
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f81b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8300 0.000113
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8300 0.000114
+gallium_dri.so free 0x5571735f8480 void 0.000116
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8300 0.000115
+gallium_dri.so free 0x5571735f8540 void 0.000115
+gallium_dri.so free 0x5571735f8300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f84f0 0.000115
+gallium_dri.so free 0x5571735f8600 void 0.000116
+gallium_dri.so free 0x5571735f84f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f85b0 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x5571735f85b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f86d0 0.000115
+gallium_dri.so free 0x5571735f8740 void 0.000164
+gallium_dri.so free 0x5571735f86d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8760 0.000114
+gallium_dri.so free 0x5571735f8800 void 0.000115
+gallium_dri.so free 0x5571735f8760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87b0 0.000114
+gallium_dri.so free 0x5571735f8880 void 0.000115
+gallium_dri.so free 0x5571735f87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87b0 0.000114
+gallium_dri.so free 0x5571735f8900 void 0.000115
+gallium_dri.so free 0x5571735f87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8900 0.000112
+gallium_dri.so free 0x5571735f89c0 void 0.000115
+gallium_dri.so free 0x5571735f8900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8900 0.000114
+gallium_dri.so free 0x5571735f8ac0 void 0.000118
+gallium_dri.so free 0x5571735f8900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8a70 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735f8a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8a70 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000114
+gallium_dri.so free 0x5571735f8a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c00 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000161
+gallium_dri.so free 0x5571735f8c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c80 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000131
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c80 0.000113
+gallium_dri.so free 0x5571735f8dc0 void 0.000115
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8df0 0.000115
+gallium_dri.so free 0x5571735f8e40 void 0.000116
+gallium_dri.so free 0x5571735f8df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8df0 0.000114
+gallium_dri.so free 0x5571735f8f40 void 0.000115
+gallium_dri.so free 0x5571735f8df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f80 0.000112
+gallium_dri.so free 0x5571735f9000 void 0.000115
+gallium_dri.so free 0x5571735f8f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9000 0.000112
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so free 0x5571735f9000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9000 0.000118
+gallium_dri.so free 0x5571735f9140 void 0.000115
+gallium_dri.so free 0x5571735f9000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9170 0.000113
+gallium_dri.so free 0x5571735f91c0 void 0.000115
+gallium_dri.so free 0x5571735f9170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9170 0.000119
+gallium_dri.so free 0x5571735f92c0 void 0.000125
+gallium_dri.so free 0x5571735f9170 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9270 0.000127
+gallium_dri.so free 0x5571735f9380 void 0.000123
+gallium_dri.so free 0x5571735f9270 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9330 0.000120
+gallium_dri.so free 0x5571735f9400 void 0.000232
+gallium_dri.so free 0x5571735f9330 void 0.000329
+gallium_dri.so malloc 72 0x5571735f9330 0.000224
+gallium_dri.so free 0x5571735f94c0 void 0.000186
+gallium_dri.so free 0x5571735f9330 void 0.000238
+gallium_dri.so malloc 72 0x5571735f9330 0.000182
+gallium_dri.so free 0x5571735f9580 void 0.000169
+gallium_dri.so free 0x5571735f9330 void 0.000159
+gallium_dri.so malloc 72 0x5571735f9530 0.000166
+gallium_dri.so free 0x5571735f9600 void 0.000168
+gallium_dri.so free 0x5571735f9530 void 0.000172
+gallium_dri.so malloc 72 0x5571735f9650 0.000166
+gallium_dri.so free 0x5571735f96c0 void 0.000181
+gallium_dri.so free 0x5571735f9650 void 0.000196
+gallium_dri.so malloc 72 0x5571735f96e0 0.000188
+gallium_dri.so free 0x5571735f9780 void 0.000190
+gallium_dri.so free 0x5571735f96e0 void 0.000255
+gallium_dri.so malloc 72 0x5571735f9730 0.000212
+gallium_dri.so free 0x5571735f9800 void 0.000178
+gallium_dri.so free 0x5571735f9730 void 0.000176
+gallium_dri.so malloc 72 0x5571735f9800 0.000180
+gallium_dri.so free 0x5571735f98c0 void 0.000190
+gallium_dri.so free 0x5571735f9800 void 0.000227
+gallium_dri.so malloc 72 0x5571735f9800 0.000225
+gallium_dri.so free 0x5571735f9940 void 0.000323
+gallium_dri.so free 0x5571735f9800 void 0.000335
+gallium_dri.so malloc 72 0x5571735f9940 0.000220
+gallium_dri.so free 0x5571735f9a00 void 0.000290
+gallium_dri.so free 0x5571735f9940 void 0.000283
+gallium_dri.so malloc 72 0x5571735f9940 0.000254
+gallium_dri.so free 0x5571735f9ac0 void 0.000203
+gallium_dri.so free 0x5571735f9940 void 0.000190
+gallium_dri.so malloc 72 0x5571735f9940 0.000187
+gallium_dri.so free 0x5571735f9b80 void 0.000220
+gallium_dri.so free 0x5571735f9940 void 0.000190
+gallium_dri.so malloc 72 0x5571735f9b30 0.000193
+gallium_dri.so free 0x5571735f9c00 void 0.000191
+gallium_dri.so free 0x5571735f9b30 void 0.000338
+gallium_dri.so malloc 72 0x5571735f9c50 0.000232
+gallium_dri.so free 0x5571735f9cc0 void 0.000368
+gallium_dri.so free 0x5571735f9c50 void 0.000325
+gallium_dri.so malloc 72 0x5571735f9d00 0.000329
+gallium_dri.so free 0x5571735f9d80 void 0.000207
+gallium_dri.so free 0x5571735f9d00 void 0.000228
+gallium_dri.so malloc 72 0x5571735f9d00 0.000217
+gallium_dri.so free 0x5571735f9e00 void 0.000193
+gallium_dri.so free 0x5571735f9d00 void 0.000187
+gallium_dri.so malloc 72 0x5571735f9e30 0.000252
+gallium_dri.so free 0x5571735f9e80 void 0.000246
+gallium_dri.so free 0x5571735f9e30 void 0.000201
+gallium_dri.so malloc 72 0x5571735f9e30 0.000200
+gallium_dri.so free 0x5571735f9f80 void 0.000244
+gallium_dri.so free 0x5571735f9e30 void 0.000239
+gallium_dri.so malloc 72 0x5571735f9f30 0.000239
+gallium_dri.so free 0x5571735fa040 void 0.000195
+gallium_dri.so free 0x5571735f9f30 void 0.000194
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000194
+gallium_dri.so free 0x5571735fa080 void 0.000192
+gallium_dri.so free 0x5571735f9ff0 void 0.000199
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000198
+gallium_dri.so free 0x5571735fa140 void 0.000203
+gallium_dri.so free 0x5571735f9ff0 void 0.000235
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000307
+gallium_dri.so free 0x5571735fa200 void 0.000234
+gallium_dri.so free 0x5571735fa1b0 void 0.000239
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000294
+gallium_dri.so free 0x5571735fa300 void 0.000239
+gallium_dri.so free 0x5571735fa1b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000159
+gallium_dri.so free 0x5571735fa3c0 void 0.000157
+gallium_dri.so free 0x5571735fa2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa370 0.000120
+gallium_dri.so free 0x5571735fa400 void 0.000118
+gallium_dri.so free 0x5571735fa370 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa370 0.000127
+gallium_dri.so free 0x5571735fa4c0 void 0.000129
+gallium_dri.so free 0x5571735fa370 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa500 0.000160
+gallium_dri.so free 0x5571735fa580 void 0.000125
+gallium_dri.so free 0x5571735fa500 void 0.000238
+gallium_dri.so malloc 72 0x5571735fa580 0.000206
+gallium_dri.so free 0x5571735fa640 void 0.000161
+gallium_dri.so free 0x5571735fa580 void 0.000251
+gallium_dri.so malloc 72 0x5571735fa580 0.000236
+gallium_dri.so free 0x5571735fa700 void 0.000157
+gallium_dri.so free 0x5571735fa580 void 0.000148
+gallium_dri.so malloc 72 0x5571735fa720 0.000113
+gallium_dri.so free 0x5571735fa7c0 void 0.000112
+gallium_dri.so free 0x5571735fa720 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa770 0.000118
+gallium_dri.so free 0x5571735fa840 void 0.000119
+gallium_dri.so free 0x5571735fa770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa770 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000112
+gallium_dri.so free 0x5571735fa770 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa8c0 0.000111
+gallium_dri.so free 0x5571735fa980 void 0.000112
+gallium_dri.so free 0x5571735fa8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa8c0 0.000110
+gallium_dri.so free 0x5571735faa40 void 0.000112
+gallium_dri.so free 0x5571735fa8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa8c0 0.000111
+gallium_dri.so free 0x5571735fab00 void 0.000111
+gallium_dri.so free 0x5571735fa8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faab0 0.000110
+gallium_dri.so free 0x5571735fabc0 void 0.000112
+gallium_dri.so free 0x5571735faab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fab70 0.000114
+gallium_dri.so free 0x5571735fac40 void 0.000111
+gallium_dri.so free 0x5571735fab70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fac90 0.000112
+gallium_dri.so free 0x5571735fad00 void 0.000111
+gallium_dri.so free 0x5571735fac90 void 0.000111
+gallium_dri.so malloc 72 0x5571735fad20 0.000112
+gallium_dri.so free 0x5571735fadc0 void 0.000111
+gallium_dri.so free 0x5571735fad20 void 0.000111
+gallium_dri.so malloc 72 0x5571735fad70 0.000111
+gallium_dri.so free 0x5571735fae40 void 0.000110
+gallium_dri.so free 0x5571735fad70 void 0.000110
+gallium_dri.so malloc 72 0x5571735fad70 0.000111
+gallium_dri.so free 0x5571735faec0 void 0.000110
+gallium_dri.so free 0x5571735fad70 void 0.000109
+gallium_dri.so malloc 72 0x5571735faec0 0.000110
+gallium_dri.so free 0x5571735faf80 void 0.000110
+gallium_dri.so free 0x5571735faec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735faec0 0.000112
+gallium_dri.so free 0x5571735fb080 void 0.000110
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571735fb0c0 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb030 0.000123
+gallium_dri.so free 0x5571735fb180 void 0.000120
+gallium_dri.so free 0x5571735fb030 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000126
+gallium_dri.so free 0x5571735fb240 void 0.000125
+gallium_dri.so free 0x5571735fb1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb240 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000117
+gallium_dri.so free 0x5571735fb240 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb240 0.000117
+gallium_dri.so free 0x5571735fb380 void 0.000116
+gallium_dri.so free 0x5571735fb240 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000116
+gallium_dri.so free 0x5571735fb3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000116
+gallium_dri.so free 0x5571735fb500 void 0.000116
+gallium_dri.so free 0x5571735fb3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb540 0.000126
+gallium_dri.so free 0x5571735fb5c0 void 0.000127
+gallium_dri.so free 0x5571735fb540 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000126
+gallium_dri.so free 0x5571735fb680 void 0.000126
+gallium_dri.so free 0x5571735fb5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000119
+gallium_dri.so free 0x5571735fb700 void 0.000119
+gallium_dri.so free 0x5571735fb5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb730 0.000117
+gallium_dri.so free 0x5571735fb780 void 0.000167
+gallium_dri.so free 0x5571735fb730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb730 0.000116
+gallium_dri.so free 0x5571735fb880 void 0.000116
+gallium_dri.so free 0x5571735fb730 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb830 0.000116
+gallium_dri.so free 0x5571735fb940 void 0.000116
+gallium_dri.so free 0x5571735fb830 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000116
+gallium_dri.so free 0x5571735fb9c0 void 0.000116
+gallium_dri.so free 0x5571735fb8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000118
+gallium_dri.so free 0x5571735fba80 void 0.000116
+gallium_dri.so free 0x5571735fb8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000117
+gallium_dri.so free 0x5571735fbb40 void 0.000140
+gallium_dri.so free 0x5571735fb8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000126
+gallium_dri.so free 0x5571735fbbc0 void 0.000124
+gallium_dri.so free 0x5571735fbaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbc10 0.000124
+gallium_dri.so free 0x5571735fbc80 void 0.000126
+gallium_dri.so free 0x5571735fbc10 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbca0 0.000123
+gallium_dri.so free 0x5571735fbd40 void 0.000125
+gallium_dri.so free 0x5571735fbca0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000125
+gallium_dri.so free 0x5571735fbdc0 void 0.000127
+gallium_dri.so free 0x5571735fbcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000125
+gallium_dri.so free 0x5571735fbe80 void 0.000123
+gallium_dri.so free 0x5571735fbdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000124
+gallium_dri.so free 0x5571735fbf00 void 0.000124
+gallium_dri.so free 0x5571735fbdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbf00 0.000124
+gallium_dri.so free 0x5571735fbfc0 void 0.000124
+gallium_dri.so free 0x5571735fbf00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbf00 0.000123
+gallium_dri.so free 0x5571735fc080 void 0.000124
+gallium_dri.so free 0x5571735fbf00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbf00 0.000125
+gallium_dri.so free 0x5571735fc140 void 0.000126
+gallium_dri.so free 0x5571735fbf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc0f0 0.000124
+gallium_dri.so free 0x5571735fc1c0 void 0.000124
+gallium_dri.so free 0x5571735fc0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc210 0.000123
+gallium_dri.so free 0x5571735fc280 void 0.000124
+gallium_dri.so free 0x5571735fc210 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000124
+gallium_dri.so free 0x5571735fc340 void 0.000133
+gallium_dri.so free 0x5571735fc2c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000123
+gallium_dri.so free 0x5571735fc3c0 void 0.000125
+gallium_dri.so free 0x5571735fc2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000119
+gallium_dri.so free 0x5571735fc440 void 0.000117
+gallium_dri.so free 0x5571735fc3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000118
+gallium_dri.so free 0x5571735fc540 void 0.000119
+gallium_dri.so free 0x5571735fc3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000121
+gallium_dri.so free 0x5571735fc4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000119
+gallium_dri.so free 0x5571735fc640 void 0.000119
+gallium_dri.so free 0x5571735fc5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000118
+gallium_dri.so free 0x5571735fc700 void 0.000118
+gallium_dri.so free 0x5571735fc5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc770 0.000117
+gallium_dri.so free 0x5571735fc7c0 void 0.000117
+gallium_dri.so free 0x5571735fc770 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc770 0.000117
+gallium_dri.so free 0x5571735fc8c0 void 0.000117
+gallium_dri.so free 0x5571735fc770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc870 0.000166
+gallium_dri.so free 0x5571735fc980 void 0.000120
+gallium_dri.so free 0x5571735fc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc930 0.000118
+gallium_dri.so free 0x5571735fc9c0 void 0.000117
+gallium_dri.so free 0x5571735fc930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc930 0.000118
+gallium_dri.so free 0x5571735fca80 void 0.000118
+gallium_dri.so free 0x5571735fc930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcac0 0.000118
+gallium_dri.so free 0x5571735fcb40 void 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcb40 0.000116
+gallium_dri.so free 0x5571735fcc00 void 0.000117
+gallium_dri.so free 0x5571735fcb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcb40 0.000118
+gallium_dri.so free 0x5571735fccc0 void 0.000117
+gallium_dri.so free 0x5571735fcb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcce0 0.000118
+gallium_dri.so free 0x5571735fcd80 void 0.000117
+gallium_dri.so free 0x5571735fcce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd30 0.000117
+gallium_dri.so free 0x5571735fce00 void 0.000120
+gallium_dri.so free 0x5571735fcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd30 0.000118
+gallium_dri.so free 0x5571735fce80 void 0.000117
+gallium_dri.so free 0x5571735fcd30 void 0.000127
+gallium_dri.so malloc 72 0x5571735fce80 0.000120
+gallium_dri.so free 0x5571735fcf40 void 0.000117
+gallium_dri.so free 0x5571735fce80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fce80 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000117
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce80 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so free 0x5571735fce80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd070 0.000117
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so free 0x5571735fd070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd130 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000120
+gallium_dri.so free 0x5571735fd130 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd250 0.000117
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so free 0x5571735fd250 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd2e0 0.000123
+gallium_dri.so free 0x5571735fd380 void 0.000118
+gallium_dri.so free 0x5571735fd2e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd330 0.000119
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd330 0.000117
+gallium_dri.so free 0x5571735fd480 void 0.000119
+gallium_dri.so free 0x5571735fd330 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd480 0.000120
+gallium_dri.so free 0x5571735fd540 void 0.000117
+gallium_dri.so free 0x5571735fd480 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd480 0.000116
+gallium_dri.so free 0x5571735fd640 void 0.000117
+gallium_dri.so free 0x5571735fd480 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000116
+gallium_dri.so free 0x5571735fd680 void 0.000119
+gallium_dri.so free 0x5571735fd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000120
+gallium_dri.so free 0x5571735fd740 void 0.000136
+gallium_dri.so free 0x5571735fd5f0 void 0.000295
+gallium_dri.so malloc 72 0x5571735fd780 0.000212
+gallium_dri.so free 0x5571735fd800 void 0.000211
+gallium_dri.so free 0x5571735fd780 void 0.000213
+gallium_dri.so malloc 72 0x5571735fd800 0.000207
+gallium_dri.so free 0x5571735fd8c0 void 0.000175
+gallium_dri.so free 0x5571735fd800 void 0.000173
+gallium_dri.so malloc 72 0x5571735fd800 0.000172
+gallium_dri.so free 0x5571735fd940 void 0.000182
+gallium_dri.so free 0x5571735fd800 void 0.000174
+gallium_dri.so malloc 72 0x5571735fd970 0.000170
+gallium_dri.so free 0x5571735fd9c0 void 0.000171
+gallium_dri.so free 0x5571735fd970 void 0.000171
+gallium_dri.so malloc 72 0x5571735fd970 0.000170
+gallium_dri.so free 0x5571735fdac0 void 0.000173
+gallium_dri.so free 0x5571735fd970 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdb00 0.000170
+gallium_dri.so free 0x5571735fdb80 void 0.000172
+gallium_dri.so free 0x5571735fdb00 void 0.000171
+gallium_dri.so malloc 72 0x5571735fdb80 0.000171
+gallium_dri.so free 0x5571735fdc40 void 0.000173
+gallium_dri.so free 0x5571735fdb80 void 0.000171
+gallium_dri.so malloc 72 0x5571735fdb80 0.000167
+gallium_dri.so free 0x5571735fdcc0 void 0.000171
+gallium_dri.so free 0x5571735fdb80 void 0.000171
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000173
+gallium_dri.so free 0x5571735fdd40 void 0.000172
+gallium_dri.so free 0x5571735fdcf0 void 0.000188
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000176
+gallium_dri.so free 0x5571735fde40 void 0.000174
+gallium_dri.so free 0x5571735fdcf0 void 0.000178
+gallium_dri.so malloc 72 0x5571735fddf0 0.000208
+gallium_dri.so free 0x5571735fdf00 void 0.000174
+gallium_dri.so free 0x5571735fddf0 void 0.000171
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000180
+gallium_dri.so free 0x5571735fdf80 void 0.000173
+gallium_dri.so free 0x5571735fdeb0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000201
+gallium_dri.so free 0x5571735fe040 void 0.000211
+gallium_dri.so free 0x5571735fdeb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000178
+gallium_dri.so free 0x5571735fe100 void 0.000182
+gallium_dri.so free 0x5571735fdeb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000179
+gallium_dri.so free 0x5571735fe180 void 0.000180
+gallium_dri.so free 0x5571735fe0b0 void 0.000191
+gallium_dri.so malloc 72 0x5571735fe1d0 0.000179
+gallium_dri.so free 0x5571735fe240 void 0.000182
+gallium_dri.so free 0x5571735fe1d0 void 0.000183
+gallium_dri.so malloc 72 0x5571735fe260 0.000185
+gallium_dri.so free 0x5571735fe300 void 0.000181
+gallium_dri.so free 0x5571735fe260 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000183
+gallium_dri.so free 0x5571735fe380 void 0.000179
+gallium_dri.so free 0x5571735fe2b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fe380 0.000179
+gallium_dri.so free 0x5571735fe440 void 0.000181
+gallium_dri.so free 0x5571735fe380 void 0.000182
+gallium_dri.so malloc 72 0x5571735fe380 0.000179
+gallium_dri.so free 0x5571735fe4c0 void 0.000179
+gallium_dri.so free 0x5571735fe380 void 0.000181
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000181
+gallium_dri.so free 0x5571735fe580 void 0.000239
+gallium_dri.so free 0x5571735fe4c0 void 0.000184
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000180
+gallium_dri.so free 0x5571735fe640 void 0.000175
+gallium_dri.so free 0x5571735fe4c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000180
+gallium_dri.so free 0x5571735fe700 void 0.000179
+gallium_dri.so free 0x5571735fe4c0 void 0.000178
+gallium_dri.so malloc 72 0x5571735fe6b0 0.000176
+gallium_dri.so free 0x5571735fe780 void 0.000180
+gallium_dri.so free 0x5571735fe6b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fe7d0 0.000178
+gallium_dri.so free 0x5571735fe840 void 0.000213
+gallium_dri.so free 0x5571735fe7d0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fe880 0.000177
+gallium_dri.so free 0x5571735fe900 void 0.000179
+gallium_dri.so free 0x5571735fe880 void 0.000214
+gallium_dri.so malloc 72 0x5571735fe880 0.000221
+gallium_dri.so free 0x5571735fe980 void 0.000191
+gallium_dri.so free 0x5571735fe880 void 0.000191
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000185
+gallium_dri.so free 0x5571735fea00 void 0.000185
+gallium_dri.so free 0x5571735fe9b0 void 0.000190
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000185
+gallium_dri.so free 0x5571735feb00 void 0.000185
+gallium_dri.so free 0x5571735fe9b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735feab0 0.000189
+gallium_dri.so free 0x5571735febc0 void 0.000187
+gallium_dri.so free 0x5571735feab0 void 0.000184
+gallium_dri.so malloc 72 0x5571735feb70 0.000181
+gallium_dri.so free 0x5571735fec00 void 0.000180
+gallium_dri.so free 0x5571735feb70 void 0.000180
+gallium_dri.so malloc 72 0x5571735feb70 0.000180
+gallium_dri.so free 0x5571735fecc0 void 0.000179
+gallium_dri.so free 0x5571735feb70 void 0.000242
+gallium_dri.so malloc 72 0x5571735fed30 0.000185
+gallium_dri.so free 0x5571735fed80 void 0.000180
+gallium_dri.so free 0x5571735fed30 void 0.000178
+gallium_dri.so malloc 72 0x5571735fed30 0.000179
+gallium_dri.so free 0x5571735fee80 void 0.000180
+gallium_dri.so free 0x5571735fed30 void 0.000179
+gallium_dri.so malloc 72 0x5571735fee30 0.000180
+gallium_dri.so free 0x5571735fef40 void 0.000181
+gallium_dri.so free 0x5571735fee30 void 0.000179
+gallium_dri.so malloc 72 0x5571735feef0 0.000170
+gallium_dri.so free 0x5571735fef80 void 0.000173
+gallium_dri.so free 0x5571735feef0 void 0.000169
+gallium_dri.so malloc 72 0x5571735feef0 0.000166
+gallium_dri.so free 0x5571735ff040 void 0.000176
+gallium_dri.so free 0x5571735feef0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ff080 0.000174
+gallium_dri.so free 0x5571735ff100 void 0.000169
+gallium_dri.so free 0x5571735ff080 void 0.000186
+gallium_dri.so malloc 72 0x5571735ff100 0.000173
+gallium_dri.so free 0x5571735ff1c0 void 0.000172
+gallium_dri.so free 0x5571735ff100 void 0.000173
+gallium_dri.so malloc 72 0x5571735ff100 0.000171
+gallium_dri.so free 0x5571735ff280 void 0.000168
+gallium_dri.so free 0x5571735ff100 void 0.000171
+gallium_dri.so malloc 72 0x5571735ff2a0 0.000171
+gallium_dri.so free 0x5571735ff340 void 0.000171
+gallium_dri.so free 0x5571735ff2a0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000171
+gallium_dri.so free 0x5571735ff3c0 void 0.000171
+gallium_dri.so free 0x5571735ff2f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000171
+gallium_dri.so free 0x5571735ff440 void 0.000172
+gallium_dri.so free 0x5571735ff2f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735ff440 0.000171
+gallium_dri.so free 0x5571735ff500 void 0.000174
+gallium_dri.so free 0x5571735ff440 void 0.000171
+gallium_dri.so malloc 72 0x5571735ff440 0.000181
+gallium_dri.so free 0x5571735ff5c0 void 0.000172
+gallium_dri.so free 0x5571735ff440 void 0.000176
+gallium_dri.so malloc 72 0x5571735ff440 0.000178
+gallium_dri.so free 0x5571735ff680 void 0.000172
+gallium_dri.so free 0x5571735ff440 void 0.000238
+gallium_dri.so malloc 72 0x5571735ff630 0.000293
+gallium_dri.so free 0x5571735ff740 void 0.000233
+gallium_dri.so free 0x5571735ff630 void 0.000208
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000210
+gallium_dri.so free 0x5571735ff7c0 void 0.000173
+gallium_dri.so free 0x5571735ff6f0 void 0.000206
+gallium_dri.so malloc 72 0x5571735ff810 0.000211
+gallium_dri.so free 0x5571735ff880 void 0.000172
+gallium_dri.so free 0x5571735ff810 void 0.000163
+gallium_dri.so malloc 72 0x5571735ff8a0 0.000158
+gallium_dri.so free 0x5571735ff940 void 0.000159
+gallium_dri.so free 0x5571735ff8a0 void 0.000181
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000179
+gallium_dri.so free 0x5571735ff9c0 void 0.000181
+gallium_dri.so free 0x5571735ff8f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000180
+gallium_dri.so free 0x5571735ffa40 void 0.000181
+gallium_dri.so free 0x5571735ff8f0 void 0.000181
+gallium_dri.so malloc 72 0x5571735ffa40 0.000180
+gallium_dri.so free 0x5571735ffb00 void 0.000181
+gallium_dri.so free 0x5571735ffa40 void 0.000182
+gallium_dri.so malloc 72 0x5571735ffa40 0.000181
+gallium_dri.so free 0x5571735ffc00 void 0.000178
+gallium_dri.so free 0x5571735ffa40 void 0.000181
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000181
+gallium_dri.so free 0x5571735ffc40 void 0.000179
+gallium_dri.so free 0x5571735ffbb0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000178
+gallium_dri.so free 0x5571735ffd40 void 0.000190
+gallium_dri.so free 0x5571735ffbb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000181
+gallium_dri.so free 0x5571735ffe40 void 0.000180
+gallium_dri.so free 0x5571735ffbb0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000184
+gallium_dri.so free 0x5571735fff00 void 0.000187
+gallium_dri.so free 0x5571735ffdf0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000182
+gallium_dri.so free 0x5571735fff40 void 0.000177
+gallium_dri.so free 0x5571735ffeb0 void 0.000218
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000215
+gallium_dri.so free 0x5571735b4280 void 0.000184
+gallium_dri.so free 0x5571735ffeb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000183
+gallium_dri.so free 0x5571735b4500 void 0.000209
+gallium_dri.so free 0x5571735ffeb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735b44b0 0.000236
+gallium_dri.so free 0x557173454440 void 0.000179
+gallium_dri.so free 0x5571735b44b0 void 0.000179
+gallium_dri.so malloc 72 0x5571734543f0 0.000178
+gallium_dri.so free 0x5571735b4b80 void 0.000185
+gallium_dri.so free 0x5571734543f0 void 0.000186
+gallium_dri.so malloc 72 0x5571734543f0 0.000185
+gallium_dri.so free 0x5571735b4c00 void 0.000184
+gallium_dri.so free 0x5571734543f0 void 0.000184
+gallium_dri.so malloc 72 0x5571735b4c30 0.000192
+gallium_dri.so free 0x5571735b3ec0 void 0.000187
+gallium_dri.so free 0x5571735b4c30 void 0.000182
+gallium_dri.so malloc 72 0x5571735b3e70 0.000183
+gallium_dri.so free 0x5571735b3f40 void 0.000181
+gallium_dri.so free 0x5571735b3e70 void 0.000181
+gallium_dri.so malloc 72 0x5571735b3f90 0.000184
+gallium_dri.so free 0x5571735b4000 void 0.000187
+gallium_dri.so free 0x5571735b3f90 void 0.000186
+gallium_dri.so malloc 72 0x5571735b4060 0.000166
+gallium_dri.so free 0x5571735b4100 void 0.000182
+gallium_dri.so free 0x5571735b4060 void 0.000179
+gallium_dri.so malloc 72 0x5571735b40b0 0.000179
+gallium_dri.so free 0x5571735b4600 void 0.000181
+gallium_dri.so free 0x5571735b40b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735b4630 0.000174
+gallium_dri.so free 0x5571735b4680 void 0.000172
+gallium_dri.so free 0x5571735b4630 void 0.000241
+gallium_dri.so malloc 72 0x5571735b4630 0.000159
+gallium_dri.so free 0x5571735b4780 void 0.000315
+gallium_dri.so free 0x5571735b4630 void 0.000238
+gallium_dri.so malloc 72 0x5571735b4730 0.000172
+gallium_dri.so free 0x5571735b4840 void 0.000170
+gallium_dri.so free 0x5571735b4730 void 0.000162
+gallium_dri.so malloc 72 0x5571735b47f0 0.000163
+gallium_dri.so free 0x5571735b4880 void 0.000163
+gallium_dri.so free 0x5571735b47f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735b47f0 0.000125
+gallium_dri.so free 0x5571735b4940 void 0.000117
+gallium_dri.so free 0x5571735b47f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4990 0.000116
+gallium_dri.so free 0x5571735f36c0 void 0.000117
+gallium_dri.so free 0x5571735b4990 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4990 0.000115
+gallium_dri.so free 0x5571735f37c0 void 0.000116
+gallium_dri.so free 0x5571735b4990 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3770 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so free 0x5571735f3770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3830 0.000112
+gallium_dri.so free 0x5571735f38c0 void 0.000115
+gallium_dri.so free 0x5571735f3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3830 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000115
+gallium_dri.so free 0x5571735f3830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f39c0 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so free 0x5571735f39c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a40 0.000113
+gallium_dri.so free 0x5571735f3b00 void 0.000116
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3a40 0.000114
+gallium_dri.so free 0x5571735f3b80 void 0.000127
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3a40 0.000114
+gallium_dri.so free 0x5571735f3c40 void 0.000115
+gallium_dri.so free 0x5571735f3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a40 0.000114
+gallium_dri.so free 0x5571735f3d00 void 0.000115
+gallium_dri.so free 0x5571735f3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000112
+gallium_dri.so free 0x5571735f3d80 void 0.000114
+gallium_dri.so free 0x5571735f3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3dd0 0.000113
+gallium_dri.so free 0x5571735f3e40 void 0.000113
+gallium_dri.so free 0x5571735f3dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e60 0.000114
+gallium_dri.so free 0x5571735f3f00 void 0.000114
+gallium_dri.so free 0x5571735f3e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000113
+gallium_dri.so free 0x5571735f3f80 void 0.000115
+gallium_dri.so free 0x5571735f3eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000114
+gallium_dri.so free 0x5571735f4080 void 0.000116
+gallium_dri.so free 0x5571735f3eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4030 0.000113
+gallium_dri.so free 0x5571735f4100 void 0.000113
+gallium_dri.so free 0x5571735f4030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4150 0.000112
+gallium_dri.so free 0x5571735f41c0 void 0.000198
+gallium_dri.so free 0x5571735f4150 void 0.000195
+gallium_dri.so malloc 72 0x5571735f41e0 0.000159
+gallium_dri.so free 0x5571735f4280 void 0.000113
+gallium_dri.so free 0x5571735f41e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4230 0.000111
+gallium_dri.so free 0x5571735f4300 void 0.000114
+gallium_dri.so free 0x5571735f4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4230 0.000113
+gallium_dri.so free 0x5571735f4380 void 0.000113
+gallium_dri.so free 0x5571735f4230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4380 0.000112
+gallium_dri.so free 0x5571735f4440 void 0.000112
+gallium_dri.so free 0x5571735f4380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4380 0.000118
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4380 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f45f0 0.000114
+gallium_dri.so free 0x5571735f4640 void 0.000117
+gallium_dri.so free 0x5571735f45f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f45f0 0.000114
+gallium_dri.so free 0x5571735f4740 void 0.000115
+gallium_dri.so free 0x5571735f45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f46f0 0.000113
+gallium_dri.so free 0x5571735f4800 void 0.000173
+gallium_dri.so free 0x5571735f46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000113
+gallium_dri.so free 0x5571735f4840 void 0.000114
+gallium_dri.so free 0x5571735f47b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f47b0 0.000113
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so free 0x5571735f47b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3d40 0.000115
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3d40 0.000115
+gallium_dri.so free 0x5571735e3e80 void 0.000115
+gallium_dri.so free 0x5571735e3d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3e80 0.000113
+gallium_dri.so free 0x5571735e3f40 void 0.000114
+gallium_dri.so free 0x5571735e3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3e80 0.000112
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x5571735e3e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3e80 0.000114
+gallium_dri.so free 0x5571735e40c0 void 0.000116
+gallium_dri.so free 0x5571735e3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4070 0.000112
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so free 0x5571735e4070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4190 0.000115
+gallium_dri.so free 0x5571735e4200 void 0.000126
+gallium_dri.so free 0x5571735e4190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4240 0.000159
+gallium_dri.so free 0x5571735e42c0 void 0.000117
+gallium_dri.so free 0x5571735e4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4240 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000114
+gallium_dri.so free 0x5571735e4240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4370 0.000114
+gallium_dri.so free 0x5571735e43c0 void 0.000114
+gallium_dri.so free 0x5571735e4370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4370 0.000114
+gallium_dri.so free 0x5571735e44c0 void 0.000115
+gallium_dri.so free 0x5571735e4370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4470 0.000111
+gallium_dri.so free 0x5571735e4580 void 0.000114
+gallium_dri.so free 0x5571735e4470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4530 0.000115
+gallium_dri.so free 0x5571735e45c0 void 0.000116
+gallium_dri.so free 0x5571735e4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4530 0.000113
+gallium_dri.so free 0x5571735e4680 void 0.000115
+gallium_dri.so free 0x5571735e4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000116
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x5571735e4840 void 0.000125
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e47f0 0.000113
+gallium_dri.so free 0x5571735e4900 void 0.000119
+gallium_dri.so free 0x5571735e47f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e48b0 0.000115
+gallium_dri.so free 0x5571735e4940 void 0.000120
+gallium_dri.so free 0x5571735e48b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e48b0 0.000124
+gallium_dri.so free 0x5571735e4a00 void 0.000118
+gallium_dri.so free 0x5571735e48b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4a40 0.000115
+gallium_dri.so free 0x5571735e4ac0 void 0.000115
+gallium_dri.so free 0x5571735e4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000114
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000115
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c60 0.000112
+gallium_dri.so free 0x5571735e4d00 void 0.000115
+gallium_dri.so free 0x5571735e4c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000114
+gallium_dri.so free 0x5571735e4d80 void 0.000128
+gallium_dri.so free 0x5571735e4cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000113
+gallium_dri.so free 0x5571735e4e00 void 0.000120
+gallium_dri.so free 0x5571735e4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4e00 0.000113
+gallium_dri.so free 0x5571735e4ec0 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e00 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4e00 0.000113
+gallium_dri.so free 0x5571735e5040 void 0.000114
+gallium_dri.so free 0x5571735e4e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000114
+gallium_dri.so free 0x5571735e5100 void 0.000114
+gallium_dri.so free 0x5571735e4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e50b0 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000114
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e51d0 0.000115
+gallium_dri.so free 0x5571735e5240 void 0.000115
+gallium_dri.so free 0x5571735e51d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5260 0.000113
+gallium_dri.so free 0x5571735e5300 void 0.000114
+gallium_dri.so free 0x5571735e5260 void 0.000114
+gallium_dri.so malloc 72 0x5571735e52b0 0.000113
+gallium_dri.so free 0x5571735e5380 void 0.000115
+gallium_dri.so free 0x5571735e52b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e52b0 0.000113
+gallium_dri.so free 0x5571735e5400 void 0.000115
+gallium_dri.so free 0x5571735e52b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5400 0.000112
+gallium_dri.so free 0x5571735e54c0 void 0.000112
+gallium_dri.so free 0x5571735e5400 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5400 0.000112
+gallium_dri.so free 0x5571735e55c0 void 0.000112
+gallium_dri.so free 0x5571735e5400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5570 0.000112
+gallium_dri.so free 0x5571735e5600 void 0.000111
+gallium_dri.so free 0x5571735e5570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5570 0.000116
+gallium_dri.so free 0x5571735e56c0 void 0.000123
+gallium_dri.so free 0x5571735e5570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5700 0.000119
+gallium_dri.so free 0x5571735e5780 void 0.000113
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5780 0.000113
+gallium_dri.so free 0x5571735e5840 void 0.000120
+gallium_dri.so free 0x5571735e5780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5780 0.000116
+gallium_dri.so free 0x5571735e58c0 void 0.000118
+gallium_dri.so free 0x5571735e5780 void 0.000116
+gallium_dri.so malloc 72 0x5571735e58f0 0.000114
+gallium_dri.so free 0x5571735e5940 void 0.000111
+gallium_dri.so free 0x5571735e58f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e58f0 0.000111
+gallium_dri.so free 0x5571735e5a40 void 0.000118
+gallium_dri.so free 0x5571735e58f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a80 0.000131
+gallium_dri.so free 0x5571735e5b00 void 0.000180
+gallium_dri.so free 0x5571735e5a80 void 0.000193
+gallium_dri.so malloc 72 0x5571735e5b00 0.000115
+gallium_dri.so free 0x5571735e5bc0 void 0.000115
+gallium_dri.so free 0x5571735e5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b00 0.000114
+gallium_dri.so free 0x5571735e5c40 void 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c70 0.000114
+gallium_dri.so free 0x5571735e5cc0 void 0.000115
+gallium_dri.so free 0x5571735e5c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c70 0.000113
+gallium_dri.so free 0x5571735e5dc0 void 0.000116
+gallium_dri.so free 0x5571735e5c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5d70 0.000115
+gallium_dri.so free 0x5571735e5e80 void 0.000115
+gallium_dri.so free 0x5571735e5d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e30 0.000115
+gallium_dri.so free 0x5571735e5f00 void 0.000115
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e30 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000114
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e30 0.000163
+gallium_dri.so free 0x5571735e6080 void 0.000116
+gallium_dri.so free 0x5571735e5e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6030 0.000113
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so free 0x5571735e6030 void 0.000111
+gallium_dri.so malloc 72 0x5571735e6150 0.000112
+gallium_dri.so free 0x5571735e61c0 void 0.000114
+gallium_dri.so free 0x5571735e6150 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6150 0.000112
+gallium_dri.so free 0x557173455400 void 0.000115
+gallium_dri.so free 0x5571735e6150 void 0.000112
+gallium_dri.so malloc 72 0x557173455430 0.000113
+gallium_dri.so free 0x557173455480 void 0.000117
+gallium_dri.so free 0x557173455430 void 0.000114
+gallium_dri.so malloc 72 0x557173455480 0.000115
+gallium_dri.so free 0x557173455540 void 0.000114
+gallium_dri.so free 0x557173455480 void 0.000112
+gallium_dri.so malloc 72 0x557173455480 0.000114
+gallium_dri.so free 0x557173455640 void 0.000114
+gallium_dri.so free 0x557173455480 void 0.000112
+gallium_dri.so malloc 72 0x5571734555f0 0.000113
+gallium_dri.so free 0x557173455700 void 0.000113
+gallium_dri.so free 0x5571734555f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734556b0 0.000114
+gallium_dri.so free 0x557173455740 void 0.000115
+gallium_dri.so free 0x5571734556b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000122
+gallium_dri.so free 0x557173455800 void 0.000111
+gallium_dri.so free 0x5571734556b0 void 0.000110
+gallium_dri.so malloc 72 0x557173455840 0.000112
+gallium_dri.so free 0x5571734558c0 void 0.000116
+gallium_dri.so free 0x557173455840 void 0.000113
+gallium_dri.so malloc 72 0x5571734558c0 0.000114
+gallium_dri.so free 0x557173455980 void 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734558c0 0.000113
+gallium_dri.so free 0x557173455a00 void 0.000118
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734558c0 0.000112
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734558c0 0.000113
+gallium_dri.so free 0x557173455b80 void 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so malloc 72 0x557173455b30 0.000113
+gallium_dri.so free 0x557173455c00 void 0.000112
+gallium_dri.so free 0x557173455b30 void 0.000112
+gallium_dri.so malloc 72 0x557173455c50 0.000112
+gallium_dri.so free 0x557173455cc0 void 0.000114
+gallium_dri.so free 0x557173455c50 void 0.000113
+gallium_dri.so malloc 72 0x557173455ce0 0.000113
+gallium_dri.so free 0x557173455d80 void 0.000114
+gallium_dri.so free 0x557173455ce0 void 0.000113
+gallium_dri.so malloc 72 0x557173455d30 0.000114
+gallium_dri.so free 0x557173455e00 void 0.000115
+gallium_dri.so free 0x557173455d30 void 0.000113
+gallium_dri.so malloc 72 0x557173455d30 0.000114
+gallium_dri.so free 0x557173455f00 void 0.000112
+gallium_dri.so free 0x557173455d30 void 0.000114
+gallium_dri.so malloc 72 0x557173455eb0 0.000113
+gallium_dri.so free 0x557173455f80 void 0.000114
+gallium_dri.so free 0x557173455eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173455fd0 0.000112
+gallium_dri.so free 0x557173456040 void 0.000113
+gallium_dri.so free 0x557173455fd0 void 0.000112
+gallium_dri.so malloc 72 0x557173456060 0.000111
+gallium_dri.so free 0x557173456100 void 0.000114
+gallium_dri.so free 0x557173456060 void 0.000113
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456180 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734560b0 0.000113
+gallium_dri.so free 0x557173456200 void 0.000114
+gallium_dri.so free 0x5571734560b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456200 0.000113
+gallium_dri.so free 0x5571734562c0 void 0.000113
+gallium_dri.so free 0x557173456200 void 0.000113
+gallium_dri.so malloc 72 0x557173456200 0.000113
+gallium_dri.so free 0x5571734563c0 void 0.000118
+gallium_dri.so free 0x557173456200 void 0.000114
+gallium_dri.so malloc 72 0x557173456200 0.000115
+gallium_dri.so free 0x557173456440 void 0.000123
+gallium_dri.so free 0x557173456200 void 0.000112
+gallium_dri.so malloc 72 0x557173456470 0.000111
+gallium_dri.so free 0x5571734564c0 void 0.000110
+gallium_dri.so free 0x557173456470 void 0.000155
+gallium_dri.so malloc 72 0x557173456470 0.000114
+gallium_dri.so free 0x5571734565c0 void 0.000111
+gallium_dri.so free 0x557173456470 void 0.000110
+gallium_dri.so malloc 72 0x557173456570 0.000110
+gallium_dri.so free 0x557173456680 void 0.000113
+gallium_dri.so free 0x557173456570 void 0.000110
+gallium_dri.so malloc 72 0x557173456630 0.000111
+gallium_dri.so free 0x5571734566c0 void 0.000111
+gallium_dri.so free 0x557173456630 void 0.000110
+gallium_dri.so malloc 72 0x557173456630 0.000110
+gallium_dri.so free 0x557173456780 void 0.000110
+gallium_dri.so free 0x557173456630 void 0.000110
+gallium_dri.so malloc 72 0x5571734567d0 0.000110
+gallium_dri.so free 0x557173456840 void 0.000109
+gallium_dri.so free 0x5571734567d0 void 0.000111
+gallium_dri.so malloc 72 0x557173456880 0.000111
+gallium_dri.so free 0x557173456900 void 0.000113
+gallium_dri.so free 0x557173456880 void 0.000112
+gallium_dri.so malloc 72 0x557173456900 0.000112
+gallium_dri.so free 0x5571734569c0 void 0.000109
+gallium_dri.so free 0x557173456900 void 0.000109
+gallium_dri.so malloc 72 0x557173456900 0.000110
+gallium_dri.so free 0x557173456a40 void 0.000109
+gallium_dri.so free 0x557173456900 void 0.000170
+gallium_dri.so malloc 72 0x557173456a70 0.000118
+gallium_dri.so free 0x557173456ac0 void 0.000117
+gallium_dri.so free 0x557173456a70 void 0.000114
+gallium_dri.so malloc 72 0x557173456a70 0.000115
+gallium_dri.so free 0x557173456bc0 void 0.000116
+gallium_dri.so free 0x557173456a70 void 0.000116
+gallium_dri.so malloc 72 0x557173456b70 0.000116
+gallium_dri.so free 0x557173456c80 void 0.000116
+gallium_dri.so free 0x557173456b70 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000115
+gallium_dri.so free 0x557173456d00 void 0.000116
+gallium_dri.so free 0x557173456c30 void 0.000115
+gallium_dri.so malloc 72 0x557173456d20 0.000114
+gallium_dri.so free 0x557173456dc0 void 0.000116
+gallium_dri.so free 0x557173456d20 void 0.000115
+gallium_dri.so malloc 72 0x557173456d70 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so free 0x557173456d70 void 0.000115
+gallium_dri.so malloc 72 0x557173456d70 0.000114
+gallium_dri.so free 0x557173456ec0 void 0.000115
+gallium_dri.so free 0x557173456d70 void 0.000114
+gallium_dri.so malloc 72 0x557173456ec0 0.000115
+gallium_dri.so free 0x557173456f80 void 0.000114
+gallium_dri.so free 0x557173456ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173456ec0 0.000114
+gallium_dri.so free 0x557173457040 void 0.000116
+gallium_dri.so free 0x557173456ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173456ec0 0.000116
+gallium_dri.so free 0x557173457100 void 0.000114
+gallium_dri.so free 0x557173456ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570b0 0.000114
+gallium_dri.so free 0x557173457100 void 0.000112
+gallium_dri.so free 0x5571734570b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734570b0 0.000111
+gallium_dri.so free 0x557173457200 void 0.000114
+gallium_dri.so free 0x5571734570b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734571b0 0.000113
+gallium_dri.so free 0x5571734572c0 void 0.000113
+gallium_dri.so free 0x5571734571b0 void 0.000113
+gallium_dri.so malloc 72 0x557173457270 0.000113
+gallium_dri.so free 0x557173457300 void 0.000113
+gallium_dri.so free 0x557173457270 void 0.000111
+gallium_dri.so malloc 72 0x557173457270 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000112
+gallium_dri.so free 0x557173457270 void 0.000112
+gallium_dri.so malloc 72 0x557173457400 0.000113
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so free 0x557173457400 void 0.000113
+gallium_dri.so malloc 72 0x557173457480 0.000113
+gallium_dri.so free 0x557173457540 void 0.000117
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so malloc 72 0x557173457480 0.000115
+gallium_dri.so free 0x557173457600 void 0.000114
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so malloc 72 0x557173457620 0.000113
+gallium_dri.so free 0x5571734576c0 void 0.000113
+gallium_dri.so free 0x557173457620 void 0.000113
+gallium_dri.so malloc 72 0x557173457670 0.000113
+gallium_dri.so free 0x557173457740 void 0.000115
+gallium_dri.so free 0x557173457670 void 0.000104
+gallium_dri.so malloc 72 0x557173457670 0.000260
+gallium_dri.so free 0x5571734577c0 void 0.000159
+gallium_dri.so free 0x557173457670 void 0.000155
+gallium_dri.so malloc 72 0x5571734577c0 0.000155
+gallium_dri.so free 0x557173457880 void 0.000119
+gallium_dri.so free 0x5571734577c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734577c0 0.000125
+gallium_dri.so free 0x557173457940 void 0.000119
+gallium_dri.so free 0x5571734577c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734577c0 0.000121
+gallium_dri.so free 0x557173457a00 void 0.000118
+gallium_dri.so free 0x5571734577c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734579b0 0.000118
+gallium_dri.so free 0x557173457ac0 void 0.000117
+gallium_dri.so free 0x5571734579b0 void 0.000118
+gallium_dri.so malloc 72 0x557173457a70 0.000118
+gallium_dri.so free 0x557173457b40 void 0.000118
+gallium_dri.so free 0x557173457a70 void 0.000118
+gallium_dri.so malloc 72 0x557173457b90 0.000175
+gallium_dri.so free 0x557173457c00 void 0.000119
+gallium_dri.so free 0x557173457b90 void 0.000117
+gallium_dri.so malloc 72 0x557173457c20 0.000119
+gallium_dri.so free 0x557173457cc0 void 0.000156
+gallium_dri.so free 0x557173457c20 void 0.000120
+gallium_dri.so malloc 72 0x557173457c70 0.000117
+gallium_dri.so free 0x557173457d40 void 0.000118
+gallium_dri.so free 0x557173457c70 void 0.000117
+gallium_dri.so malloc 72 0x557173457c70 0.000118
+gallium_dri.so free 0x557173457dc0 void 0.000119
+gallium_dri.so free 0x557173457c70 void 0.000117
+gallium_dri.so malloc 72 0x557173457dc0 0.000117
+gallium_dri.so free 0x557173457e80 void 0.000117
+gallium_dri.so free 0x557173457dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173457dc0 0.000119
+gallium_dri.so free 0x557173457f80 void 0.000118
+gallium_dri.so free 0x557173457dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173457f30 0.000117
+gallium_dri.so free 0x557173457fc0 void 0.000117
+gallium_dri.so free 0x557173457f30 void 0.000116
+gallium_dri.so malloc 72 0x557173457f30 0.000117
+gallium_dri.so free 0x557173458080 void 0.000118
+gallium_dri.so free 0x557173457f30 void 0.000116
+gallium_dri.so malloc 72 0x5571734580c0 0.000117
+gallium_dri.so free 0x557173458140 void 0.000161
+gallium_dri.so free 0x5571734580c0 void 0.000113
+gallium_dri.so malloc 72 0x557173458140 0.000110
+gallium_dri.so free 0x557173458200 void 0.000109
+gallium_dri.so free 0x557173458140 void 0.000111
+gallium_dri.so malloc 72 0x557173458140 0.000109
+gallium_dri.so free 0x557173458280 void 0.000111
+gallium_dri.so free 0x557173458140 void 0.000110
+gallium_dri.so malloc 72 0x5571734582b0 0.000110
+gallium_dri.so free 0x557173458300 void 0.000112
+gallium_dri.so free 0x5571734582b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734582b0 0.000112
+gallium_dri.so free 0x557173458400 void 0.000109
+gallium_dri.so free 0x5571734582b0 void 0.000110
+gallium_dri.so malloc 72 0x557173458440 0.000110
+gallium_dri.so free 0x5571734584c0 void 0.000109
+gallium_dri.so free 0x557173458440 void 0.000110
+gallium_dri.so malloc 72 0x5571734584c0 0.000110
+gallium_dri.so free 0x557173458580 void 0.000109
+gallium_dri.so free 0x5571734584c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734584c0 0.000111
+gallium_dri.so free 0x557173458600 void 0.000111
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so malloc 72 0x557173458630 0.000164
+gallium_dri.so free 0x557173458680 void 0.000157
+gallium_dri.so free 0x557173458630 void 0.000113
+gallium_dri.so malloc 72 0x557173458630 0.000114
+gallium_dri.so free 0x557173458780 void 0.000111
+gallium_dri.so free 0x557173458630 void 0.000144
+gallium_dri.so malloc 72 0x557173458730 0.000115
+gallium_dri.so free 0x557173458840 void 0.000115
+gallium_dri.so free 0x557173458730 void 0.000118
+gallium_dri.so malloc 72 0x5571734587f0 0.000124
+gallium_dri.so free 0x5571734588c0 void 0.000127
+gallium_dri.so free 0x5571734587f0 void 0.000162
+gallium_dri.so malloc 72 0x5571734587f0 0.000124
+gallium_dri.so free 0x557173458980 void 0.000119
+gallium_dri.so free 0x5571734587f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734587f0 0.000114
+gallium_dri.so free 0x557173458a40 void 0.000115
+gallium_dri.so free 0x5571734587f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734589f0 0.000112
+gallium_dri.so free 0x557173458ac0 void 0.000115
+gallium_dri.so free 0x5571734589f0 void 0.000112
+gallium_dri.so malloc 72 0x557173458b10 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000114
+gallium_dri.so free 0x557173458b10 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000112
+gallium_dri.so free 0x557173459c80 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000115
+gallium_dri.so free 0x557173459d40 void 0.000116
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173459d90 0.000126
+gallium_dri.so free 0x557173459e00 void 0.000116
+gallium_dri.so free 0x557173459d90 void 0.000113
+gallium_dri.so malloc 72 0x557173459e40 0.000112
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so free 0x557173459e40 void 0.000113
+gallium_dri.so malloc 72 0x557173459ec0 0.000112
+gallium_dri.so free 0x557173459f80 void 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173459ec0 0.000113
+gallium_dri.so free 0x55717345a000 void 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a030 0.000114
+gallium_dri.so free 0x55717345a080 void 0.000114
+gallium_dri.so free 0x55717345a030 void 0.000152
+gallium_dri.so malloc 72 0x55717345a030 0.000190
+gallium_dri.so free 0x55717345a180 void 0.000116
+gallium_dri.so free 0x55717345a030 void 0.000113
+gallium_dri.so malloc 72 0x55717345a130 0.000113
+gallium_dri.so free 0x55717345a240 void 0.000113
+gallium_dri.so free 0x55717345a130 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a2e0 0.000113
+gallium_dri.so free 0x55717345a380 void 0.000120
+gallium_dri.so free 0x55717345a2e0 void 0.000129
+gallium_dri.so malloc 72 0x55717345a330 0.000120
+gallium_dri.so free 0x55717345a400 void 0.000113
+gallium_dri.so free 0x55717345a330 void 0.000112
+gallium_dri.so malloc 72 0x55717345a330 0.000111
+gallium_dri.so free 0x55717345a480 void 0.000126
+gallium_dri.so free 0x55717345a330 void 0.000124
+gallium_dri.so malloc 72 0x55717345a480 0.000114
+gallium_dri.so free 0x55717345a540 void 0.000120
+gallium_dri.so free 0x55717345a480 void 0.000124
+gallium_dri.so malloc 72 0x55717345a480 0.000122
+gallium_dri.so free 0x55717345a600 void 0.000119
+gallium_dri.so free 0x55717345a480 void 0.000114
+gallium_dri.so malloc 72 0x55717345a480 0.000113
+gallium_dri.so free 0x55717345a6c0 void 0.000116
+gallium_dri.so free 0x55717345a480 void 0.000114
+gallium_dri.so malloc 72 0x55717345a670 0.000115
+gallium_dri.so free 0x55717345a6c0 void 0.000115
+gallium_dri.so free 0x55717345a670 void 0.000113
+gallium_dri.so malloc 72 0x55717345a670 0.000113
+gallium_dri.so free 0x55717345a7c0 void 0.000114
+gallium_dri.so free 0x55717345a670 void 0.000113
+gallium_dri.so malloc 72 0x55717345a770 0.000113
+gallium_dri.so free 0x55717345a880 void 0.000117
+gallium_dri.so free 0x55717345a770 void 0.000114
+gallium_dri.so malloc 72 0x55717345a830 0.000114
+gallium_dri.so free 0x55717345a8c0 void 0.000164
+gallium_dri.so free 0x55717345a830 void 0.000115
+gallium_dri.so malloc 72 0x55717345a830 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000116
+gallium_dri.so free 0x55717345a830 void 0.000114
+gallium_dri.so malloc 72 0x55717345a9c0 0.000113
+gallium_dri.so free 0x55717345aa40 void 0.000115
+gallium_dri.so free 0x55717345a9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345aa40 0.000115
+gallium_dri.so free 0x55717345ab00 void 0.000115
+gallium_dri.so free 0x55717345aa40 void 0.000115
+gallium_dri.so malloc 72 0x55717345aa40 0.000114
+gallium_dri.so free 0x55717345abc0 void 0.000117
+gallium_dri.so free 0x55717345aa40 void 0.000114
+gallium_dri.so malloc 72 0x55717345abe0 0.000113
+gallium_dri.so free 0x55717345ac80 void 0.000116
+gallium_dri.so free 0x55717345abe0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac30 0.000116
+gallium_dri.so free 0x55717345ad00 void 0.000116
+gallium_dri.so free 0x55717345ac30 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac30 0.000115
+gallium_dri.so free 0x55717345ad80 void 0.000115
+gallium_dri.so free 0x55717345ac30 void 0.000114
+gallium_dri.so malloc 72 0x55717345ad80 0.000114
+gallium_dri.so free 0x55717345ae40 void 0.000116
+gallium_dri.so free 0x55717345ad80 void 0.000114
+gallium_dri.so malloc 72 0x55717345ad80 0.000114
+gallium_dri.so free 0x55717345af00 void 0.000122
+gallium_dri.so free 0x55717345ad80 void 0.000114
+gallium_dri.so free 0x5571735f3680 void 0.000115
+gallium_dri.so free 0x5571735e3820 void 0.000111
+libX11.so.6 malloc 24 0x55717357ee90 0.000115
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000115
+libxcb.so.1 malloc 16 0x55717357efb0 0.000110
+libX11.so.6 free 0x5571735aec40 void 0.000112
+libxcb.so.1 free 0x55717357efb0 void 0.000111
+libX11.so.6 free 0x5571735b6d10 void 0.000112
+particles malloc 96 0x5571735b4ae0 0.000114
+particles malloc 96 0x5571735b4a50 0.000113
+particles malloc 96 0x5571735b4570 0.000110
+particles malloc 96 0x5571735b4440 0.000109
+particles malloc 96 0x5571735b4380 0.000109
+particles malloc 96 0x5571735b41e0 0.000113
+particles malloc 96 0x5571735b4150 0.000115
+particles malloc 96 0x55717345ae60 0.000114
+particles malloc 96 0x55717345a180 0.000111
+particles malloc 96 0x55717345a4d0 0.000110
+particles malloc 96 0x55717345a560 0.000110
+particles malloc 96 0x55717345a700 0.000109
+particles malloc 96 0x55717345a7c0 0.000111
+particles malloc 96 0x55717345a8f0 0.000120
+particles malloc 96 0x55717345add0 0.000110
+particles malloc 96 0x55717345a0c0 0.000113
+particles malloc 96 0x557173457ff0 0.000111
+particles malloc 96 0x557173458370 0.000111
+particles malloc 96 0x557173458300 0.000111
+particles malloc 96 0x5571734586c0 0.000110
+particles malloc 96 0x557173458780 0.000111
+particles malloc 96 0x5571734588e0 0.000111
+particles malloc 96 0x557173459cb0 0.000111
+particles malloc 96 0x557173457ec0 0.000113
+particles malloc 96 0x557173457140 0.000111
+particles malloc 96 0x557173457200 0.000110
+particles malloc 96 0x557173457330 0.000110
+particles malloc 96 0x557173457810 0.000117
+particles malloc 96 0x5571734578a0 0.000111
+particles malloc 96 0x557173457a00 0.000111
+particles malloc 96 0x557173457e10 0.000110
+particles malloc 96 0x557173456fa0 0.000112
+particles malloc 96 0x557173456320 0.000111
+particles malloc 96 0x557173456500 0.000109
+particles malloc 96 0x5571734565c0 0.000116
+particles malloc 96 0x5571734566f0 0.000120
+particles malloc 96 0x557173456b00 0.000115
+particles malloc 96 0x557173456bc0 0.000110
+particles malloc 96 0x557173456f10 0.000109
+particles malloc 96 0x557173456250 0.000111
+particles malloc 96 0x5571735e5f20 0.000110
+particles malloc 96 0x5571734554d0 0.000123
+particles malloc 96 0x557173455580 0.000115
+particles malloc 96 0x557173455640 0.000112
+particles malloc 96 0x557173455770 0.000113
+particles malloc 96 0x557173455a20 0.000111
+particles malloc 96 0x557173455e00 0.000113
+particles malloc 96 0x5571735e5dc0 0.000140
+particles malloc 96 0x5571735e5040 0.000113
+particles malloc 96 0x5571735e5450 0.000111
+particles malloc 96 0x5571735e5500 0.000110
+particles malloc 96 0x5571735e5630 0.000111
+particles malloc 96 0x5571735e59b0 0.000110
+particles malloc 96 0x5571735e5940 0.000109
+particles malloc 96 0x5571735e5d00 0.000109
+particles malloc 96 0x5571735e4ee0 0.000112
+particles malloc 96 0x5571735e44c0 0.000110
+particles malloc 96 0x5571735e45f0 0.000110
+particles malloc 96 0x5571735e4680 0.000110
+particles malloc 96 0x5571735e4780 0.000110
+particles malloc 96 0x5571735e4840 0.000111
+particles malloc 96 0x5571735e4970 0.000110
+particles malloc 96 0x5571735e4e50 0.000110
+particles malloc 96 0x5571735e4400 0.000113
+particles malloc 96 0x5571735f43d0 0.000110
+particles malloc 96 0x5571735f44a0 0.000112
+particles malloc 96 0x5571735f4680 0.000110
+particles malloc 96 0x5571735f4740 0.000110
+particles malloc 96 0x5571735f4870 0.000202
+particles malloc 96 0x5571735e3ed0 0.000249
+particles malloc 96 0x5571735e3f60 0.000163
+particles malloc 96 0x5571735f3f80 0.000162
+particles malloc 96 0x5571735b46c0 0.000162
+particles malloc 96 0x5571735b4780 0.000125
+particles malloc 96 0x5571735b48b0 0.000125
+particles malloc 96 0x5571735f3700 0.000119
+particles malloc 96 0x5571735f37c0 0.000118
+particles malloc 96 0x5571735f38f0 0.000123
+particles malloc 96 0x5571735f3ba0 0.000123
+particles malloc 96 0x5571735b4280 0.000124
+particles malloc 96 0x5571735b49e0 0.000124
+particles malloc 96 0x55717345af70 0.000124
+particles malloc 96 0x55717345afe0 0.000123
+particles malloc 96 0x55717345b050 0.000124
+particles malloc 96 0x55717345b0c0 0.000118
+particles malloc 96 0x55717345b130 0.000120
+particles malloc 96 0x55717345b1a0 0.000123
+particles malloc 96 0x55717345b210 0.000119
+particles malloc 96 0x55717345b280 0.000120
+particles malloc 96 0x55717345b2f0 0.000125
+particles malloc 96 0x55717345b360 0.000124
+particles malloc 96 0x55717345b3d0 0.000125
+particles malloc 96 0x55717345b440 0.000124
+particles malloc 96 0x55717345b4b0 0.000124
+particles malloc 96 0x55717345b520 0.000123
+particles malloc 96 0x55717345b590 0.000132
+particles malloc 96 0x55717345b600 0.000137
+particles malloc 96 0x55717345b670 0.000132
+particles malloc 96 0x55717345b6e0 0.000129
+particles malloc 96 0x55717345b750 0.000129
+particles malloc 96 0x55717345b7c0 0.000125
+particles malloc 96 0x55717345b830 0.000119
+particles malloc 96 0x55717345b8a0 0.000124
+particles malloc 96 0x55717345b910 0.000130
+particles malloc 96 0x55717345b980 0.000131
+particles malloc 96 0x55717345b9f0 0.000133
+particles malloc 96 0x55717345ba60 0.000125
+particles malloc 96 0x55717345bad0 0.000126
+particles malloc 96 0x55717345bb40 0.000124
+particles malloc 96 0x55717345bbb0 0.000250
+particles malloc 96 0x55717345bc20 0.000161
+particles malloc 96 0x55717345bc90 0.000129
+particles malloc 96 0x55717345bd00 0.000129
+particles malloc 96 0x55717345bd70 0.000128
+particles malloc 96 0x55717345bde0 0.000127
+particles malloc 96 0x55717345be50 0.000129
+particles malloc 96 0x55717345bec0 0.000128
+particles malloc 96 0x55717345bf30 0.000128
+particles malloc 96 0x55717345bfa0 0.000130
+particles malloc 96 0x55717345c010 0.000129
+particles malloc 96 0x55717345c080 0.000127
+particles malloc 96 0x55717345c0f0 0.000134
+particles malloc 96 0x55717345c160 0.000127
+particles malloc 96 0x55717345c1d0 0.000131
+particles malloc 96 0x55717345c240 0.000129
+particles malloc 96 0x55717345c2b0 0.000130
+particles malloc 96 0x55717345c320 0.000129
+particles malloc 96 0x55717345c390 0.000132
+particles malloc 96 0x55717345c400 0.000128
+particles malloc 96 0x55717345c470 0.000130
+particles malloc 96 0x55717345c4e0 0.000130
+particles malloc 96 0x55717345c550 0.000130
+particles malloc 96 0x55717345c5c0 0.000143
+particles malloc 96 0x55717345c630 0.000132
+particles malloc 96 0x55717345c6a0 0.000131
+particles malloc 96 0x55717345c710 0.000130
+particles malloc 96 0x55717345c780 0.000130
+particles malloc 96 0x55717345c7f0 0.000132
+particles malloc 96 0x55717345c860 0.000144
+particles malloc 96 0x55717345c8d0 0.000137
+particles malloc 96 0x55717345c940 0.000129
+particles malloc 96 0x55717345c9b0 0.000137
+particles malloc 96 0x55717345ca20 0.000122
+particles malloc 96 0x55717345ca90 0.000120
+particles malloc 96 0x55717345cb00 0.000120
+particles malloc 96 0x55717345cb70 0.000118
+particles malloc 96 0x55717345cbe0 0.000120
+particles malloc 96 0x55717345cc50 0.000119
+particles malloc 96 0x55717345ccc0 0.000120
+particles malloc 96 0x55717345cd30 0.000119
+particles malloc 96 0x55717345cda0 0.000121
+particles malloc 96 0x55717345ce10 0.000121
+particles malloc 96 0x55717345ce80 0.000121
+particles malloc 96 0x55717345cef0 0.000121
+particles malloc 96 0x55717345cf60 0.000120
+particles malloc 96 0x55717345cfd0 0.000120
+particles malloc 96 0x55717345d040 0.000122
+particles malloc 96 0x55717345d0b0 0.000129
+particles malloc 96 0x55717345d120 0.000121
+particles malloc 96 0x55717345d190 0.000119
+particles malloc 96 0x55717345d200 0.000122
+particles malloc 96 0x55717345d270 0.000118
+particles malloc 96 0x55717345d2e0 0.000118
+particles malloc 96 0x55717345d350 0.000122
+particles malloc 96 0x55717345d3c0 0.000121
+particles malloc 96 0x55717345d430 0.000120
+particles malloc 96 0x55717345d4a0 0.000121
+particles malloc 96 0x55717345d510 0.000119
+particles malloc 96 0x55717345d580 0.000119
+particles malloc 96 0x55717345d5f0 0.000120
+particles malloc 96 0x55717345d660 0.000120
+particles malloc 96 0x55717345d6d0 0.000111
+particles malloc 96 0x55717345d740 0.000200
+particles malloc 96 0x55717345d7b0 0.000156
+particles malloc 96 0x55717345d820 0.000157
+particles malloc 96 0x55717345d890 0.000122
+particles malloc 96 0x55717345d900 0.000120
+particles malloc 96 0x55717345d970 0.000120
+particles malloc 96 0x55717345d9e0 0.000119
+particles malloc 96 0x55717345da50 0.000120
+particles malloc 96 0x55717345dac0 0.000121
+particles malloc 96 0x55717345db30 0.000159
+particles malloc 96 0x55717345dba0 0.000128
+particles malloc 96 0x55717345dc10 0.000120
+particles malloc 96 0x55717345dc80 0.000120
+particles malloc 96 0x55717345dcf0 0.000121
+particles malloc 96 0x55717345dd60 0.000121
+particles malloc 96 0x55717345ddd0 0.000121
+particles malloc 96 0x55717345de40 0.000122
+particles malloc 96 0x55717345deb0 0.000120
+particles malloc 96 0x55717345df20 0.000118
+particles malloc 96 0x55717345df90 0.000120
+particles malloc 96 0x55717345e000 0.000121
+particles malloc 96 0x55717345e070 0.000120
+particles malloc 96 0x55717345e0e0 0.000118
+particles malloc 96 0x55717345e150 0.000118
+particles malloc 96 0x55717345e1c0 0.000120
+particles malloc 96 0x55717345e230 0.000119
+particles malloc 96 0x55717345e2a0 0.000119
+particles malloc 96 0x55717345e310 0.000119
+particles malloc 96 0x55717345e380 0.000118
+particles malloc 96 0x55717345e3f0 0.000121
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000121
+libxcb.so.1 malloc 16 0x55717357efb0 0.000120
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000121
+libxcb.so.1 malloc 16 0x5571735aec40 0.000127
+libX11.so.6 malloc 24 0x5571735a6150 0.000128
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000124
+libxcb.so.1 malloc 16 0x5571735a6130 0.000121
+libX11.so.6 free 0x55717357ee90 void 0.000125
+libxcb.so.1 free 0x5571735a6130 void 0.000123
+libX11.so.6 free 0x5571735eb2d0 void 0.000159
+particles free 0x55717345eab0 void 0.000200
+particles free 0x55717345eb20 void 0.000157
+particles free 0x55717345eb90 void 0.000123
+particles free 0x55717345ec00 void 0.000121
+particles free 0x55717345ec70 void 0.000122
+particles free 0x55717345ece0 void 0.000120
+particles free 0x55717345ed50 void 0.000121
+particles free 0x55717345edc0 void 0.000120
+particles free 0x55717345ee30 void 0.000122
+particles free 0x55717345eea0 void 0.000126
+particles free 0x55717345ef10 void 0.000115
+particles free 0x55717345ef80 void 0.000115
+particles free 0x55717345eff0 void 0.000116
+particles free 0x55717345f060 void 0.000115
+particles free 0x55717345f0d0 void 0.000116
+particles free 0x55717345f140 void 0.000115
+particles free 0x55717345f1b0 void 0.000114
+particles free 0x55717345f220 void 0.000115
+particles free 0x55717345f290 void 0.000115
+particles free 0x55717345f300 void 0.000123
+particles free 0x55717345f370 void 0.000115
+particles free 0x55717345f3e0 void 0.000113
+particles free 0x55717345f450 void 0.000115
+particles free 0x55717345f4c0 void 0.000114
+particles free 0x55717345f530 void 0.000113
+particles free 0x55717345f5a0 void 0.000113
+particles free 0x55717345f610 void 0.000113
+particles free 0x55717345f680 void 0.000158
+particles free 0x55717345f6f0 void 0.000118
+particles free 0x55717345f760 void 0.000114
+particles free 0x55717345f7d0 void 0.000113
+particles free 0x55717345f840 void 0.000115
+particles free 0x55717345f8b0 void 0.000114
+particles free 0x55717345f920 void 0.000115
+particles free 0x55717345f990 void 0.000114
+particles free 0x55717345fa00 void 0.000115
+particles free 0x55717345fa70 void 0.000117
+particles free 0x55717345fae0 void 0.000114
+particles free 0x55717345fb50 void 0.000114
+particles free 0x55717345fbc0 void 0.000113
+particles free 0x55717345fc30 void 0.000118
+particles free 0x55717345fca0 void 0.000115
+particles free 0x55717345fd10 void 0.000116
+particles free 0x55717345fd80 void 0.000119
+particles free 0x55717345fdf0 void 0.000124
+particles free 0x55717345fe60 void 0.000170
+particles free 0x55717345fed0 void 0.000120
+particles free 0x55717345ff40 void 0.000116
+particles free 0x55717345ffb0 void 0.000115
+particles free 0x557173460020 void 0.000116
+particles free 0x557173460090 void 0.000115
+particles free 0x557173460100 void 0.000115
+particles free 0x557173460170 void 0.000115
+particles free 0x5571734601e0 void 0.000115
+particles free 0x557173460250 void 0.000115
+particles free 0x5571734602c0 void 0.000115
+particles free 0x557173460330 void 0.000115
+particles free 0x5571734603a0 void 0.000114
+particles free 0x557173458be0 void 0.000114
+particles free 0x557173458c50 void 0.000116
+particles free 0x557173458cc0 void 0.000114
+particles free 0x557173458d30 void 0.000115
+particles free 0x557173458da0 void 0.000115
+particles free 0x557173458e10 void 0.000115
+particles free 0x557173458e80 void 0.000115
+particles free 0x557173458ef0 void 0.000114
+particles free 0x557173458f60 void 0.000114
+particles free 0x557173458fd0 void 0.000115
+particles free 0x557173459040 void 0.000117
+particles free 0x5571734590b0 void 0.000114
+particles free 0x557173459120 void 0.000115
+particles free 0x557173459190 void 0.000128
+particles free 0x557173459200 void 0.000116
+particles free 0x557173459270 void 0.000115
+particles free 0x5571734592e0 void 0.000115
+particles free 0x557173459350 void 0.000114
+particles free 0x5571734593c0 void 0.000115
+particles free 0x557173459430 void 0.000120
+particles free 0x5571734594a0 void 0.000116
+particles realloc 0x5571735bee60|27408 0x5571735bee60 0.000120
+libX11.so.6 malloc 24 0x5571735a6130 0.000117
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000116
+libxcb.so.1 malloc 16 0x55717357ee90 0.000114
+libX11.so.6 free 0x5571735a6150 void 0.000116
+libxcb.so.1 free 0x55717357ee90 void 0.000113
+libX11.so.6 free 0x5571735eb2d0 void 0.000116
+libX11.so.6 malloc 24 0x55717357ee90 0.000115
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000116
+libxcb.so.1 malloc 16 0x5571735a6150 0.000114
+libX11.so.6 free 0x5571735a6130 void 0.000115
+libxcb.so.1 free 0x5571735a6150 void 0.000116
+libX11.so.6 free 0x5571735eb2d0 void 0.000116
+libX11.so.6 malloc 24 0x5571735a6150 0.000116
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000115
+libxcb.so.1 malloc 16 0x5571735a6130 0.000114
+libX11.so.6 free 0x55717357ee90 void 0.000115
+libxcb.so.1 free 0x5571735a6130 void 0.000124
+libX11.so.6 free 0x5571735eb2d0 void 0.000216
+particles free 0x557173459510 void 0.000273
+particles free 0x557173459580 void 0.000157
+particles free 0x5571734595f0 void 0.000121
+particles free 0x557173459660 void 0.000125
+particles free 0x5571734596d0 void 0.000124
+particles free 0x557173459740 void 0.000127
+particles free 0x5571734597b0 void 0.000181
+particles free 0x557173459820 void 0.000179
+particles free 0x557173459890 void 0.000154
+particles free 0x557173459900 void 0.000120
+particles free 0x557173459970 void 0.000120
+particles free 0x5571734599e0 void 0.000119
+particles free 0x557173459a50 void 0.000119
+particles free 0x557173459ac0 void 0.000120
+particles free 0x557173459b30 void 0.000121
+particles free 0x557173462420 void 0.000121
+particles free 0x557173462490 void 0.000120
+particles free 0x557173462500 void 0.000119
+particles free 0x557173462570 void 0.000119
+particles free 0x5571734625e0 void 0.000126
+particles free 0x557173462650 void 0.000112
+particles free 0x5571734626c0 void 0.000115
+particles free 0x557173462730 void 0.000111
+particles free 0x5571734627a0 void 0.000112
+particles free 0x557173462810 void 0.000114
+particles free 0x557173462880 void 0.000114
+particles free 0x5571734628f0 void 0.000111
+particles free 0x557173462960 void 0.000113
+particles free 0x5571734629d0 void 0.000154
+particles free 0x557173462a40 void 0.000117
+particles free 0x557173462ab0 void 0.000115
+particles free 0x557173462b20 void 0.000112
+particles free 0x557173462b90 void 0.000111
+particles free 0x557173462c00 void 0.000113
+particles free 0x557173462c70 void 0.000114
+particles free 0x557173462ce0 void 0.000113
+particles free 0x557173462d50 void 0.000113
+particles free 0x557173462dc0 void 0.000114
+particles free 0x557173462e30 void 0.000115
+particles free 0x557173462ea0 void 0.000112
+particles free 0x557173462f10 void 0.000114
+particles free 0x557173462f80 void 0.000115
+particles free 0x557173462ff0 void 0.000117
+particles free 0x557173463060 void 0.000120
+particles free 0x5571734630d0 void 0.000121
+particles free 0x557173463140 void 0.000132
+particles free 0x5571734631b0 void 0.000130
+particles free 0x557173463220 void 0.000122
+particles free 0x557173463290 void 0.000122
+particles free 0x557173463300 void 0.000127
+particles free 0x557173463370 void 0.000131
+particles free 0x5571734633e0 void 0.000126
+particles free 0x557173463450 void 0.000122
+particles free 0x5571734634c0 void 0.000121
+particles free 0x557173463530 void 0.000121
+particles free 0x5571734635a0 void 0.000121
+particles free 0x557173463610 void 0.000121
+particles free 0x557173463680 void 0.000122
+particles free 0x5571734636f0 void 0.000121
+particles free 0x557173463760 void 0.000120
+particles free 0x5571734637d0 void 0.000122
+particles free 0x557173463840 void 0.000121
+particles free 0x5571734638b0 void 0.000120
+particles free 0x557173463920 void 0.000121
+particles free 0x557173463990 void 0.000120
+particles free 0x557173463a00 void 0.000121
+particles free 0x557173463a70 void 0.000122
+particles free 0x557173463ae0 void 0.000120
+particles free 0x557173463b50 void 0.000121
+particles free 0x557173463bc0 void 0.000122
+particles free 0x557173463c30 void 0.000171
+particles free 0x557173463ca0 void 0.000122
+particles free 0x557173463d10 void 0.000121
+particles free 0x557173463d80 void 0.000122
+particles free 0x557173463df0 void 0.000120
+particles free 0x557173463e60 void 0.000121
+particles free 0x557173463ed0 void 0.000120
+particles free 0x557173463f40 void 0.000120
+particles free 0x557173463fb0 void 0.000121
+particles free 0x557173464020 void 0.000121
+particles free 0x557173464090 void 0.000121
+particles free 0x557173464100 void 0.000121
+particles free 0x557173464170 void 0.000120
+particles free 0x5571734641e0 void 0.000121
+particles free 0x557173464250 void 0.000121
+particles free 0x5571734642c0 void 0.000122
+particles free 0x557173464330 void 0.000120
+particles free 0x5571734643a0 void 0.000121
+particles free 0x557173464410 void 0.000122
+particles free 0x557173464480 void 0.000121
+particles free 0x5571734644f0 void 0.000120
+particles free 0x557173464560 void 0.000122
+particles free 0x5571734645d0 void 0.000121
+particles free 0x557173464640 void 0.000121
+particles free 0x5571734646b0 void 0.000122
+particles free 0x557173464720 void 0.000120
+particles free 0x557173464790 void 0.000119
+particles free 0x557173464800 void 0.000118
+particles free 0x557173464870 void 0.000118
+particles free 0x5571734648e0 void 0.000119
+particles free 0x557173464950 void 0.000121
+particles free 0x5571734649c0 void 0.000120
+particles free 0x557173464a30 void 0.000120
+particles free 0x557173464aa0 void 0.000118
+particles free 0x557173464b10 void 0.000119
+particles free 0x557173464b80 void 0.000117
+particles free 0x557173464bf0 void 0.000117
+particles free 0x557173464c60 void 0.000117
+particles free 0x557173464cd0 void 0.000123
+particles free 0x557173464d40 void 0.000120
+particles free 0x557173464db0 void 0.000115
+particles free 0x557173464e20 void 0.000113
+particles free 0x557173464e90 void 0.000114
+particles free 0x557173464f00 void 0.000113
+particles free 0x557173464f70 void 0.000112
+particles free 0x557173464fe0 void 0.000118
+particles free 0x557173465050 void 0.000116
+particles free 0x5571734650c0 void 0.000113
+particles free 0x557173465130 void 0.000113
+particles free 0x5571734651a0 void 0.000112
+particles free 0x557173465210 void 0.000112
+particles free 0x557173465280 void 0.000113
+particles free 0x5571734652f0 void 0.000126
+particles free 0x557173465360 void 0.000123
+particles free 0x5571734653d0 void 0.000119
+particles free 0x557173465440 void 0.000117
+particles free 0x5571734654b0 void 0.000115
+particles free 0x557173465520 void 0.000115
+particles free 0x557173465590 void 0.000116
+particles free 0x557173465600 void 0.000115
+particles free 0x557173465670 void 0.000114
+particles free 0x5571734656e0 void 0.000137
+particles free 0x557173465750 void 0.000119
+particles free 0x5571734657c0 void 0.000117
+particles free 0x557173465830 void 0.000115
+particles free 0x5571734658a0 void 0.000115
+particles free 0x557173465910 void 0.000114
+particles free 0x557173465980 void 0.000114
+particles free 0x5571734659f0 void 0.000116
+particles free 0x557173465a60 void 0.000113
+particles free 0x557173465ad0 void 0.000116
+particles free 0x557173465b40 void 0.000115
+particles free 0x557173465bb0 void 0.000115
+particles free 0x557173465c20 void 0.000114
+particles free 0x557173465c90 void 0.000120
+particles free 0x557173465d00 void 0.000116
+particles free 0x557173465d70 void 0.000116
+particles free 0x557173465de0 void 0.000115
+particles free 0x557173465e50 void 0.000181
+particles free 0x557173465ec0 void 0.000116
+particles free 0x557173465f30 void 0.000114
+particles free 0x557173465fa0 void 0.000117
+particles free 0x557173466010 void 0.000115
+particles free 0x557173466080 void 0.000115
+particles free 0x5571734660f0 void 0.000115
+particles free 0x557173466160 void 0.000115
+particles free 0x5571734661d0 void 0.000116
+particles free 0x557173466240 void 0.000115
+particles free 0x5571734662b0 void 0.000116
+particles free 0x557173466320 void 0.000115
+particles free 0x557173466390 void 0.000115
+particles free 0x557173466400 void 0.000115
+particles free 0x557173466470 void 0.000115
+particles free 0x5571734664e0 void 0.000114
+particles free 0x557173466550 void 0.000115
+particles free 0x5571734665c0 void 0.000116
+particles free 0x557173466630 void 0.000115
+particles free 0x5571734666a0 void 0.000115
+particles free 0x557173466710 void 0.000116
+particles free 0x557173466780 void 0.000115
+particles free 0x5571734667f0 void 0.000117
+particles free 0x557173466860 void 0.000115
+particles free 0x5571734668d0 void 0.000115
+particles free 0x557173466940 void 0.000115
+particles free 0x5571734669b0 void 0.000120
+particles free 0x557173466a20 void 0.000131
+particles free 0x557173466a90 void 0.000122
+particles free 0x557173466b00 void 0.000127
+particles free 0x557173466b70 void 0.000119
+particles free 0x557173466be0 void 0.000122
+particles free 0x557173466c50 void 0.000119
+particles free 0x557173466cc0 void 0.000118
+particles free 0x557173466d30 void 0.000121
+particles free 0x557173466da0 void 0.000122
+particles free 0x557173466e10 void 0.000122
+particles free 0x557173466e80 void 0.000122
+particles free 0x557173466ef0 void 0.000121
+particles free 0x557173466f60 void 0.000121
+particles free 0x557173466fd0 void 0.000123
+particles free 0x557173467040 void 0.000121
+particles free 0x5571734670b0 void 0.000122
+particles free 0x557173467120 void 0.000120
+particles free 0x557173467190 void 0.000121
+particles free 0x557173467200 void 0.000120
+particles free 0x557173467270 void 0.000118
+particles free 0x5571734672e0 void 0.000120
+particles free 0x557173467350 void 0.000119
+particles free 0x5571734673c0 void 0.000121
+particles free 0x557173467430 void 0.000123
+particles free 0x5571734674a0 void 0.000119
+particles free 0x557173467510 void 0.000124
+particles free 0x557173467580 void 0.000121
+particles free 0x5571734675f0 void 0.000119
+particles free 0x557173467660 void 0.000119
+particles free 0x5571734676d0 void 0.000121
+particles free 0x557173467740 void 0.000120
+particles free 0x5571734677b0 void 0.000118
+particles free 0x557173467820 void 0.000121
+particles free 0x557173467890 void 0.000121
+particles free 0x557173467900 void 0.000120
+particles free 0x557173467970 void 0.000123
+particles realloc 0x5571735bee60|25720 0x5571735bee60 0.000123
+libxcb.so.1 free 0x55717357efb0 void 0.000133
+libGL.so.1 free 0x5571735b6d10 void 0.000124
+libxcb.so.1 free 0x5571735aec40 void 0.000120
+libGL.so.1 free 0x5571735a2fb0 void 0.000123
+gallium_dri.so malloc 72 0x55717345ad80 0.000122
+gallium_dri.so free 0x55717345e480 void 0.000122
+gallium_dri.so free 0x55717345ad80 void 0.000121
+gallium_dri.so malloc 72 0x55717345e4c0 0.000120
+gallium_dri.so free 0x55717345e540 void 0.000121
+gallium_dri.so free 0x55717345e4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717345e4c0 0.000119
+gallium_dri.so free 0x55717345e5c0 void 0.000155
+gallium_dri.so free 0x55717345e4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e5f0 0.000119
+gallium_dri.so free 0x55717345e640 void 0.000121
+gallium_dri.so free 0x55717345e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e5f0 0.000120
+gallium_dri.so free 0x55717345e740 void 0.000122
+gallium_dri.so free 0x55717345e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e6f0 0.000133
+gallium_dri.so free 0x55717345e800 void 0.000124
+gallium_dri.so free 0x55717345e6f0 void 0.000126
+gallium_dri.so malloc 72 0x55717345e7b0 0.000126
+gallium_dri.so free 0x55717345e840 void 0.000128
+gallium_dri.so free 0x55717345e7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717345e7b0 0.000138
+gallium_dri.so free 0x55717345e900 void 0.000130
+gallium_dri.so free 0x55717345e7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717345e970 0.000125
+gallium_dri.so free 0x55717345e9c0 void 0.000129
+gallium_dri.so free 0x55717345e970 void 0.000126
+gallium_dri.so malloc 72 0x55717345e970 0.000127
+gallium_dri.so free 0x5571735c5300 void 0.000128
+gallium_dri.so free 0x55717345e970 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5350 0.000124
+gallium_dri.so free 0x5571735c53c0 void 0.000124
+gallium_dri.so free 0x5571735c5350 void 0.000126
+gallium_dri.so malloc 72 0x5571735c53e0 0.000127
+gallium_dri.so free 0x5571735c5480 void 0.000124
+gallium_dri.so free 0x5571735c53e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5430 0.000123
+gallium_dri.so free 0x5571735c5500 void 0.000126
+gallium_dri.so free 0x5571735c5430 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5430 0.000125
+gallium_dri.so free 0x5571735c5580 void 0.000126
+gallium_dri.so free 0x5571735c5430 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5580 0.000126
+gallium_dri.so free 0x5571735c5640 void 0.000127
+gallium_dri.so free 0x5571735c5580 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5580 0.000123
+gallium_dri.so free 0x5571735c5740 void 0.000181
+gallium_dri.so free 0x5571735c5580 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5580 0.000126
+gallium_dri.so free 0x5571735c57c0 void 0.000126
+gallium_dri.so free 0x5571735c5580 void 0.000124
+gallium_dri.so malloc 72 0x5571735c57f0 0.000127
+gallium_dri.so free 0x5571735c5840 void 0.000127
+gallium_dri.so free 0x5571735c57f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c57f0 0.000124
+gallium_dri.so free 0x5571735c5940 void 0.000125
+gallium_dri.so free 0x5571735c57f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c58f0 0.000127
+gallium_dri.so free 0x5571735c5a00 void 0.000127
+gallium_dri.so free 0x5571735c58f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c59b0 0.000127
+gallium_dri.so free 0x5571735c5a40 void 0.000127
+gallium_dri.so free 0x5571735c59b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c59b0 0.000122
+gallium_dri.so free 0x5571735c5b00 void 0.000124
+gallium_dri.so free 0x5571735c59b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5b50 0.000125
+gallium_dri.so free 0x5571735c5bc0 void 0.000127
+gallium_dri.so free 0x5571735c5b50 void 0.000127
+gallium_dri.so malloc 72 0x5571735c5c00 0.000127
+gallium_dri.so free 0x5571735c5c80 void 0.000138
+gallium_dri.so free 0x5571735c5c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5c80 0.000128
+gallium_dri.so free 0x5571735c5d40 void 0.000127
+gallium_dri.so free 0x5571735c5c80 void 0.000134
+gallium_dri.so malloc 72 0x5571735c5c80 0.000128
+gallium_dri.so free 0x5571735c5dc0 void 0.000128
+gallium_dri.so free 0x5571735c5c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5df0 0.000127
+gallium_dri.so free 0x5571735c5e40 void 0.000128
+gallium_dri.so free 0x5571735c5df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5df0 0.000121
+gallium_dri.so free 0x5571735c5f40 void 0.000121
+gallium_dri.so free 0x5571735c5df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000122
+gallium_dri.so free 0x5571735c6000 void 0.000119
+gallium_dri.so free 0x5571735c5ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000117
+gallium_dri.so free 0x5571735c6080 void 0.000119
+gallium_dri.so free 0x5571735c5fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c60a0 0.000121
+gallium_dri.so free 0x5571735c6140 void 0.000121
+gallium_dri.so free 0x5571735c60a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c60f0 0.000118
+gallium_dri.so free 0x5571735c61c0 void 0.000121
+gallium_dri.so free 0x5571735c60f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c60f0 0.000119
+gallium_dri.so free 0x5571735c6240 void 0.000122
+gallium_dri.so free 0x5571735c60f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6240 0.000122
+gallium_dri.so free 0x5571735c6300 void 0.000120
+gallium_dri.so free 0x5571735c6240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6240 0.000120
+gallium_dri.so free 0x5571735c63c0 void 0.000120
+gallium_dri.so free 0x5571735c6240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6240 0.000121
+gallium_dri.so free 0x5571735c6480 void 0.000122
+gallium_dri.so free 0x5571735c6240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6430 0.000131
+gallium_dri.so free 0x5571735c6480 void 0.000118
+gallium_dri.so free 0x5571735c6430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6430 0.000121
+gallium_dri.so free 0x5571735c6580 void 0.000121
+gallium_dri.so free 0x5571735c6430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6530 0.000120
+gallium_dri.so free 0x5571735c6640 void 0.000119
+gallium_dri.so free 0x5571735c6530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c65f0 0.000122
+gallium_dri.so free 0x5571735c6680 void 0.000120
+gallium_dri.so free 0x5571735c65f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c65f0 0.000120
+gallium_dri.so free 0x5571735c6740 void 0.000186
+gallium_dri.so free 0x5571735c65f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6780 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000120
+gallium_dri.so free 0x5571735c6780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6800 0.000120
+gallium_dri.so free 0x5571735c68c0 void 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6800 0.000120
+gallium_dri.so free 0x5571735c6980 void 0.000118
+gallium_dri.so free 0x5571735c6800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c69a0 0.000118
+gallium_dri.so free 0x5571735c6a40 void 0.000122
+gallium_dri.so free 0x5571735c69a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c69f0 0.000121
+gallium_dri.so free 0x5571735c6ac0 void 0.000118
+gallium_dri.so free 0x5571735c69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c69f0 0.000118
+gallium_dri.so free 0x5571735c6b40 void 0.000121
+gallium_dri.so free 0x5571735c69f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6b40 0.000118
+gallium_dri.so free 0x5571735c6c00 void 0.000120
+gallium_dri.so free 0x5571735c6b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6b40 0.000120
+gallium_dri.so free 0x5571735c6cc0 void 0.000117
+gallium_dri.so free 0x5571735c6b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c6b40 0.000124
+gallium_dri.so free 0x5571735c6d80 void 0.000121
+gallium_dri.so free 0x5571735c6b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6d30 0.000119
+gallium_dri.so free 0x5571735c6e40 void 0.000122
+gallium_dri.so free 0x5571735c6d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6df0 0.000119
+gallium_dri.so free 0x5571735c6ec0 void 0.000120
+gallium_dri.so free 0x5571735c6df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6f10 0.000120
+gallium_dri.so free 0x5571735c6f80 void 0.000118
+gallium_dri.so free 0x5571735c6f10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6fa0 0.000121
+gallium_dri.so free 0x5571735c7040 void 0.000121
+gallium_dri.so free 0x5571735c6fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000146
+gallium_dri.so free 0x5571735c70c0 void 0.000120
+gallium_dri.so free 0x5571735c6ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000118
+gallium_dri.so free 0x5571735c7140 void 0.000120
+gallium_dri.so free 0x5571735c6ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7140 0.000121
+gallium_dri.so free 0x5571735c7200 void 0.000118
+gallium_dri.so free 0x5571735c7140 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7140 0.000120
+gallium_dri.so free 0x5571735c7300 void 0.000132
+gallium_dri.so free 0x5571735c7140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c72b0 0.000118
+gallium_dri.so free 0x5571735c7340 void 0.000119
+gallium_dri.so free 0x5571735c72b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c72b0 0.000118
+gallium_dri.so free 0x5571735c7400 void 0.000118
+gallium_dri.so free 0x5571735c72b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7440 0.000117
+gallium_dri.so free 0x5571735c74c0 void 0.000117
+gallium_dri.so free 0x5571735c7440 void 0.000117
+gallium_dri.so malloc 72 0x5571735c74c0 0.000121
+gallium_dri.so free 0x5571735c7580 void 0.000119
+gallium_dri.so free 0x5571735c74c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c74c0 0.000118
+gallium_dri.so free 0x5571735c7600 void 0.000122
+gallium_dri.so free 0x5571735c74c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7630 0.000121
+gallium_dri.so free 0x5571735c7680 void 0.000119
+gallium_dri.so free 0x5571735c7630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7630 0.000120
+gallium_dri.so free 0x5571735c7780 void 0.000119
+gallium_dri.so free 0x5571735c7630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c77c0 0.000121
+gallium_dri.so free 0x5571735c7840 void 0.000121
+gallium_dri.so free 0x5571735c77c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7840 0.000129
+gallium_dri.so free 0x5571735c7900 void 0.000121
+gallium_dri.so free 0x5571735c7840 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7840 0.000120
+gallium_dri.so free 0x5571735c7980 void 0.000119
+gallium_dri.so free 0x5571735c7840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c79b0 0.000120
+gallium_dri.so free 0x5571735c7a00 void 0.000121
+gallium_dri.so free 0x5571735c79b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c79b0 0.000120
+gallium_dri.so free 0x5571735c7b00 void 0.000121
+gallium_dri.so free 0x5571735c79b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000118
+gallium_dri.so free 0x5571735c7bc0 void 0.000122
+gallium_dri.so free 0x5571735c7ab0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c7b70 0.000122
+gallium_dri.so free 0x5571735c7c40 void 0.000122
+gallium_dri.so free 0x5571735c7b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7b70 0.000116
+gallium_dri.so free 0x5571735c7d00 void 0.000121
+gallium_dri.so free 0x5571735c7b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7b70 0.000119
+gallium_dri.so free 0x5571735c7dc0 void 0.000118
+gallium_dri.so free 0x5571735c7b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7d70 0.000120
+gallium_dri.so free 0x5571735c7e40 void 0.000118
+gallium_dri.so free 0x5571735c7d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7e90 0.000121
+gallium_dri.so free 0x5571735c7f00 void 0.000119
+gallium_dri.so free 0x5571735c7e90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7f20 0.000119
+gallium_dri.so free 0x5571735c7fc0 void 0.000118
+gallium_dri.so free 0x5571735c7f20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7f70 0.000121
+gallium_dri.so free 0x5571735c8040 void 0.000119
+gallium_dri.so free 0x5571735c7f70 void 0.000141
+gallium_dri.so malloc 72 0x5571735c8040 0.000122
+gallium_dri.so free 0x5571735c8100 void 0.000119
+gallium_dri.so free 0x5571735c8040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8040 0.000120
+gallium_dri.so free 0x5571735c8180 void 0.000117
+gallium_dri.so free 0x5571735c8040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8180 0.000117
+gallium_dri.so free 0x5571735c8240 void 0.000118
+gallium_dri.so free 0x5571735c8180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8180 0.000120
+gallium_dri.so free 0x5571735c8300 void 0.000120
+gallium_dri.so free 0x5571735c8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8180 0.000118
+gallium_dri.so free 0x5571735c83c0 void 0.000120
+gallium_dri.so free 0x5571735c8180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8370 0.000120
+gallium_dri.so free 0x5571735c8440 void 0.000169
+gallium_dri.so free 0x5571735c8370 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8490 0.000118
+gallium_dri.so free 0x5571735c8500 void 0.000116
+gallium_dri.so free 0x5571735c8490 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8540 0.000119
+gallium_dri.so free 0x5571735c85c0 void 0.000119
+gallium_dri.so free 0x5571735c8540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8540 0.000120
+gallium_dri.so free 0x5571735c8640 void 0.000118
+gallium_dri.so free 0x5571735c8540 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8670 0.000120
+gallium_dri.so free 0x5571735c86c0 void 0.000119
+gallium_dri.so free 0x5571735c8670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8670 0.000119
+gallium_dri.so free 0x5571735c87c0 void 0.000119
+gallium_dri.so free 0x5571735c8670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8770 0.000120
+gallium_dri.so free 0x5571735c8880 void 0.000117
+gallium_dri.so free 0x5571735c8770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8830 0.000120
+gallium_dri.so free 0x5571735c88c0 void 0.000120
+gallium_dri.so free 0x5571735c8830 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8830 0.000118
+gallium_dri.so free 0x5571735c8980 void 0.000120
+gallium_dri.so free 0x5571735c8830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c89f0 0.000129
+gallium_dri.so free 0x5571735c8a40 void 0.000119
+gallium_dri.so free 0x5571735c89f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c89f0 0.000119
+gallium_dri.so free 0x5571735c8b40 void 0.000120
+gallium_dri.so free 0x5571735c89f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8af0 0.000118
+gallium_dri.so free 0x5571735c8c00 void 0.000120
+gallium_dri.so free 0x5571735c8af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000119
+gallium_dri.so free 0x5571735c8c40 void 0.000117
+gallium_dri.so free 0x5571735c8bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000117
+gallium_dri.so free 0x5571735c8d00 void 0.000118
+gallium_dri.so free 0x5571735c8bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8d40 0.000117
+gallium_dri.so free 0x5571735c8dc0 void 0.000120
+gallium_dri.so free 0x5571735c8d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8dc0 0.000120
+gallium_dri.so free 0x5571735c8e80 void 0.000119
+gallium_dri.so free 0x5571735c8dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8dc0 0.000119
+gallium_dri.so free 0x5571735c8f40 void 0.000120
+gallium_dri.so free 0x5571735c8dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8f60 0.000117
+gallium_dri.so free 0x5571735c9000 void 0.000119
+gallium_dri.so free 0x5571735c8f60 void 0.000138
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000121
+gallium_dri.so free 0x5571735c9080 void 0.000120
+gallium_dri.so free 0x5571735c8fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000119
+gallium_dri.so free 0x5571735c9100 void 0.000117
+gallium_dri.so free 0x5571735c8fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9100 0.000118
+gallium_dri.so free 0x5571735c91c0 void 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9100 0.000118
+gallium_dri.so free 0x5571735c9280 void 0.000120
+gallium_dri.so free 0x5571735c9100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9100 0.000120
+gallium_dri.so free 0x5571735c9340 void 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000144
+gallium_dri.so malloc 72 0x5571735c92f0 0.000119
+gallium_dri.so free 0x5571735c9400 void 0.000119
+gallium_dri.so free 0x5571735c92f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c93b0 0.000119
+gallium_dri.so free 0x5571735c9480 void 0.000116
+gallium_dri.so free 0x5571735c93b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c94d0 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735c94d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c94d0 0.000119
+gallium_dri.so free 0x5571735eb440 void 0.000126
+gallium_dri.so free 0x5571735c94d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c94d0 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so free 0x5571735c94d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000119
+gallium_dri.so free 0x5571735eb580 void 0.000117
+gallium_dri.so free 0x5571735eb4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000119
+gallium_dri.so free 0x5571735eb5d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb680 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb680 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb680 0.000119
+gallium_dri.so free 0x5571735eb780 void 0.000120
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000118
+gallium_dri.so free 0x5571735eb800 void 0.000119
+gallium_dri.so free 0x5571735eb7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000122
+gallium_dri.so free 0x5571735eb900 void 0.000118
+gallium_dri.so free 0x5571735eb7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb8b0 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000118
+gallium_dri.so free 0x5571735eb8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb970 0.000115
+gallium_dri.so free 0x5571735eba00 void 0.000120
+gallium_dri.so free 0x5571735eb970 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb970 0.000121
+gallium_dri.so free 0x5571735ebac0 void 0.000117
+gallium_dri.so free 0x5571735eb970 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebb30 0.000119
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebb30 0.000116
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so free 0x5571735ebb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc30 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000116
+gallium_dri.so free 0x5571735ebc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000117
+gallium_dri.so free 0x5571735ebd80 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so free 0x5571735ebcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebe80 0.000119
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf00 0.000117
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf00 0.000180
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000116
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735ec0a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000118
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so free 0x5571735ec0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000118
+gallium_dri.so free 0x5571735ec240 void 0.000119
+gallium_dri.so free 0x5571735ec0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec240 0.000118
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so free 0x5571735ec240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec240 0.000117
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec240 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so free 0x5571735ec240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec430 0.000116
+gallium_dri.so free 0x5571735ec540 void 0.000118
+gallium_dri.so free 0x5571735ec430 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000116
+gallium_dri.so free 0x5571735ec5c0 void 0.000117
+gallium_dri.so free 0x5571735ec4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec610 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec610 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000117
+gallium_dri.so free 0x5571735ec6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000117
+gallium_dri.so free 0x5571735ec6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec840 0.000121
+gallium_dri.so free 0x5571735ec900 void 0.000116
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec840 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000129
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000119
+gallium_dri.so free 0x5571735eca40 void 0.000119
+gallium_dri.so free 0x5571735ec9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000115
+gallium_dri.so free 0x5571735ecb00 void 0.000117
+gallium_dri.so free 0x5571735ec9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecb40 0.000119
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so free 0x5571735ecb40 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000117
+gallium_dri.so free 0x5571735ecc80 void 0.000117
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000118
+gallium_dri.so free 0x5571735ecd00 void 0.000118
+gallium_dri.so free 0x5571735ecbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecd30 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735ecd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecd30 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecec0 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf40 0.000116
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000140
+gallium_dri.so malloc 72 0x5571735ecf40 0.000116
+gallium_dri.so free 0x5571735ed080 void 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000115
+gallium_dri.so free 0x5571735ed100 void 0.000116
+gallium_dri.so free 0x5571735ed0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000118
+gallium_dri.so free 0x5571735ed0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000116
+gallium_dri.so free 0x5571735ed2c0 void 0.000118
+gallium_dri.so free 0x5571735ed1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed270 0.000119
+gallium_dri.so free 0x5571735ed340 void 0.000116
+gallium_dri.so free 0x5571735ed270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed270 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed270 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed470 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000117
+gallium_dri.so free 0x5571735ed470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed590 0.000116
+gallium_dri.so free 0x5571735ed600 void 0.000116
+gallium_dri.so free 0x5571735ed590 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed620 0.000116
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so free 0x5571735ed620 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed670 0.000116
+gallium_dri.so free 0x5571735ed740 void 0.000117
+gallium_dri.so free 0x5571735ed670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed740 0.000116
+gallium_dri.so free 0x5571735ed800 void 0.000190
+gallium_dri.so free 0x5571735ed740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed740 0.000123
+gallium_dri.so free 0x5571735ed880 void 0.000122
+gallium_dri.so free 0x5571735ed740 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed880 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed880 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed880 0.000121
+gallium_dri.so free 0x5571735eda00 void 0.000105
+gallium_dri.so free 0x5571735ed880 void 0.000254
+gallium_dri.so malloc 72 0x5571735ed880 0.000176
+gallium_dri.so free 0x5571735edac0 void 0.000116
+gallium_dri.so free 0x5571735ed880 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda70 0.000114
+gallium_dri.so free 0x5571735edb40 void 0.000115
+gallium_dri.so free 0x5571735eda70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb90 0.000114
+gallium_dri.so free 0x5571735edc00 void 0.000116
+gallium_dri.so free 0x5571735edb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc40 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc40 0.000113
+gallium_dri.so free 0x5571735edd40 void 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000125
+gallium_dri.so malloc 72 0x5571735edd70 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd70 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735edd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ede70 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so free 0x5571735ede70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edf30 0.000112
+gallium_dri.so free 0x5571735edfc0 void 0.000116
+gallium_dri.so free 0x5571735edf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edf30 0.000115
+gallium_dri.so free 0x5571735ee080 void 0.000115
+gallium_dri.so free 0x5571735edf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000114
+gallium_dri.so free 0x5571735ee140 void 0.000116
+gallium_dri.so free 0x5571735ee0f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000115
+gallium_dri.so free 0x5571735ee0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000112
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee340 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000115
+gallium_dri.so free 0x5571735ee400 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee440 0.000112
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000113
+gallium_dri.so free 0x5571735ee4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee660 0.000112
+gallium_dri.so free 0x5571735ee700 void 0.000112
+gallium_dri.so free 0x5571735ee660 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000113
+gallium_dri.so free 0x5571735ee780 void 0.000115
+gallium_dri.so free 0x5571735ee6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000114
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so free 0x5571735ee6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee800 0.000113
+gallium_dri.so free 0x5571735ee8c0 void 0.000114
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee800 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee800 0.000177
+gallium_dri.so free 0x5571735eea40 void 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000115
+gallium_dri.so free 0x5571735ee9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeab0 0.000113
+gallium_dri.so free 0x5571735eeb80 void 0.000114
+gallium_dri.so free 0x5571735eeab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebd0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eebd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eec60 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eec60 void 0.000114
+gallium_dri.so malloc 72 0x5571735eecb0 0.000112
+gallium_dri.so free 0x5571735eed80 void 0.000114
+gallium_dri.so free 0x5571735eecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecb0 0.000111
+gallium_dri.so free 0x5571735eee00 void 0.000112
+gallium_dri.so free 0x5571735eecb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee00 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so free 0x5571735eee00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee00 0.000112
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eee00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eef70 0.000123
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000112
+gallium_dri.so malloc 72 0x5571735eef70 0.000117
+gallium_dri.so free 0x5571735ef0c0 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef100 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef180 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000116
+gallium_dri.so free 0x5571735ef180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef180 0.000114
+gallium_dri.so free 0x5571735ef2c0 void 0.000116
+gallium_dri.so free 0x5571735ef180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000116
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef480 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef500 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef500 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef670 0.000113
+gallium_dri.so free 0x5571735ef6c0 void 0.000113
+gallium_dri.so free 0x5571735ef670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef670 0.000122
+gallium_dri.so free 0x5571735ef7c0 void 0.000118
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef770 0.000125
+gallium_dri.so free 0x5571735ef880 void 0.000123
+gallium_dri.so free 0x5571735ef770 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef830 0.000120
+gallium_dri.so free 0x5571735ef900 void 0.000122
+gallium_dri.so free 0x5571735ef830 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef830 0.000120
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so free 0x5571735ef830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef830 0.000159
+gallium_dri.so free 0x5571735efa80 void 0.000122
+gallium_dri.so free 0x5571735ef830 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa30 0.000121
+gallium_dri.so free 0x5571735efb00 void 0.000122
+gallium_dri.so free 0x5571735efa30 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb50 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000120
+gallium_dri.so free 0x5571735efb50 void 0.000163
+gallium_dri.so malloc 72 0x5571735efbe0 0.000123
+gallium_dri.so free 0x5571735efc80 void 0.000121
+gallium_dri.so free 0x5571735efbe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efc30 0.000121
+gallium_dri.so free 0x5571735efd00 void 0.000121
+gallium_dri.so free 0x5571735efc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd00 0.000121
+gallium_dri.so free 0x5571735efdc0 void 0.000118
+gallium_dri.so free 0x5571735efd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735efd00 0.000120
+gallium_dri.so free 0x5571735efe40 void 0.000121
+gallium_dri.so free 0x5571735efd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe40 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe40 0.000121
+gallium_dri.so free 0x5571735effc0 void 0.000121
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0030 0.000121
+gallium_dri.so free 0x5571735f0100 void 0.000122
+gallium_dri.so free 0x5571735f0030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0150 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000130
+gallium_dri.so free 0x5571735f0150 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0200 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0200 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0330 0.000117
+gallium_dri.so free 0x5571735f0380 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0330 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0430 0.000118
+gallium_dri.so free 0x5571735f0540 void 0.000118
+gallium_dri.so free 0x5571735f0430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04f0 0.000118
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so free 0x5571735f04f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04f0 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000118
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f06b0 0.000116
+gallium_dri.so free 0x5571735f0700 void 0.000116
+gallium_dri.so free 0x5571735f06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f06b0 0.000124
+gallium_dri.so free 0x5571735f0800 void 0.000122
+gallium_dri.so free 0x5571735f06b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07b0 0.000120
+gallium_dri.so free 0x5571735f08c0 void 0.000118
+gallium_dri.so free 0x5571735f07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0870 0.000121
+gallium_dri.so free 0x5571735f0900 void 0.000121
+gallium_dri.so free 0x5571735f0870 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0870 0.000122
+gallium_dri.so free 0x5571735f09c0 void 0.000123
+gallium_dri.so free 0x5571735f0870 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0a00 0.000122
+gallium_dri.so free 0x5571735f0a80 void 0.000122
+gallium_dri.so free 0x5571735f0a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0a80 0.000122
+gallium_dri.so free 0x5571735f0b40 void 0.000121
+gallium_dri.so free 0x5571735f0a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a80 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000123
+gallium_dri.so free 0x5571735f0a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c20 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000121
+gallium_dri.so free 0x5571735f0c20 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0c70 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000121
+gallium_dri.so free 0x5571735f0c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0c70 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000118
+gallium_dri.so free 0x5571735f0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000119
+gallium_dri.so free 0x5571735f0e80 void 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000119
+gallium_dri.so free 0x5571735f1000 void 0.000117
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000120
+gallium_dri.so free 0x5571735f0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1070 0.000116
+gallium_dri.so free 0x5571735f1140 void 0.000118
+gallium_dri.so free 0x5571735f1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1190 0.000140
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f1190 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1220 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000118
+gallium_dri.so free 0x5571735f1220 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1270 0.000117
+gallium_dri.so free 0x5571735f1340 void 0.000122
+gallium_dri.so free 0x5571735f1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1270 0.000116
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f13c0 0.000116
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f13c0 0.000117
+gallium_dri.so free 0x5571735f1580 void 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1530 0.000116
+gallium_dri.so free 0x5571735f15c0 void 0.000116
+gallium_dri.so free 0x5571735f1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1530 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000123
+gallium_dri.so free 0x5571735f1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16c0 0.000118
+gallium_dri.so free 0x5571735f1740 void 0.000118
+gallium_dri.so free 0x5571735f16c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1740 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000132
+gallium_dri.so free 0x5571735f1740 void 0.000175
+gallium_dri.so malloc 72 0x5571735f1740 0.000241
+gallium_dri.so free 0x5571735f1880 void 0.000161
+gallium_dri.so free 0x5571735f1740 void 0.000279
+gallium_dri.so malloc 72 0x5571735f18b0 0.000127
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f18b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f18b0 0.000113
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so free 0x5571735f18b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1a40 0.000112
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000112
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000112
+gallium_dri.so free 0x5571735f1c00 void 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c30 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000113
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000112
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d30 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000115
+gallium_dri.so free 0x5571735f1d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1df0 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000128
+gallium_dri.so free 0x5571735f1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1df0 0.000111
+gallium_dri.so free 0x5571735f1f80 void 0.000112
+gallium_dri.so free 0x5571735f1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1df0 0.000111
+gallium_dri.so free 0x5571735f2040 void 0.000112
+gallium_dri.so free 0x5571735f1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000112
+gallium_dri.so free 0x5571735f20c0 void 0.000112
+gallium_dri.so free 0x5571735f1ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2110 0.000112
+gallium_dri.so free 0x5571735f2180 void 0.000113
+gallium_dri.so free 0x5571735f2110 void 0.000116
+gallium_dri.so malloc 72 0x5571735f21a0 0.000117
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f21a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f21f0 0.000111
+gallium_dri.so free 0x5571735f22c0 void 0.000112
+gallium_dri.so free 0x5571735f21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22c0 0.000113
+gallium_dri.so free 0x5571735f2380 void 0.000114
+gallium_dri.so free 0x5571735f22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22c0 0.000118
+gallium_dri.so free 0x5571735f2400 void 0.000122
+gallium_dri.so free 0x5571735f22c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f24c0 void 0.000130
+gallium_dri.so free 0x5571735f2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f2580 void 0.000113
+gallium_dri.so free 0x5571735f2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2400 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735f25f0 0.000112
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f25f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2710 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2710 void 0.000112
+gallium_dri.so malloc 72 0x5571735f27c0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f27c0 0.000114
+gallium_dri.so free 0x5571735f28c0 void 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28f0 0.000157
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29f0 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000133
+gallium_dri.so free 0x5571735f29f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000112
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000114
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c70 0.000115
+gallium_dri.so free 0x5571735f2cc0 void 0.000114
+gallium_dri.so free 0x5571735f2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000113
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d70 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e30 0.000112
+gallium_dri.so free 0x5571735f2ec0 void 0.000113
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000113
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3040 0.000113
+gallium_dri.so free 0x5571735f3100 void 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3040 0.000111
+gallium_dri.so free 0x5571735f31c0 void 0.000110
+gallium_dri.so free 0x5571735f3040 void 0.000111
+gallium_dri.so malloc 72 0x5571735f31e0 0.000109
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f31e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000111
+gallium_dri.so free 0x5571735f3230 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3230 0.000110
+gallium_dri.so free 0x5571735f3380 void 0.000110
+gallium_dri.so free 0x5571735f3230 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3380 0.000112
+gallium_dri.so free 0x5571735f3440 void 0.000110
+gallium_dri.so free 0x5571735f3380 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3380 0.000110
+gallium_dri.so free 0x5571735f3500 void 0.000109
+gallium_dri.so free 0x5571735f3380 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3380 0.000109
+gallium_dri.so free 0x5571735f35c0 void 0.000109
+gallium_dri.so free 0x5571735f3380 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3570 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x5571735f3570 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3570 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000110
+gallium_dri.so free 0x5571735f3570 void 0.000110
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000109
+gallium_dri.so malloc 72 0x5571735da940 0.000110
+gallium_dri.so free 0x5571735dab80 void 0.000110
+gallium_dri.so free 0x5571735da940 void 0.000109
+gallium_dri.so malloc 72 0x5571735dab30 0.000110
+gallium_dri.so free 0x5571735dac00 void 0.000110
+gallium_dri.so free 0x5571735dab30 void 0.000109
+gallium_dri.so malloc 72 0x5571735dac50 0.000110
+gallium_dri.so free 0x5571735dacc0 void 0.000111
+gallium_dri.so free 0x5571735dac50 void 0.000110
+gallium_dri.so malloc 72 0x5571735dad00 0.000111
+gallium_dri.so free 0x5571735dad80 void 0.000111
+gallium_dri.so free 0x5571735dad00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad00 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000109
+gallium_dri.so free 0x5571735dad00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dae30 0.000111
+gallium_dri.so free 0x5571735dae80 void 0.000113
+gallium_dri.so free 0x5571735dae30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dae30 0.000110
+gallium_dri.so free 0x5571735daf80 void 0.000110
+gallium_dri.so free 0x5571735dae30 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf30 0.000110
+gallium_dri.so free 0x5571735db040 void 0.000193
+gallium_dri.so free 0x5571735daf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735daff0 0.000112
+gallium_dri.so free 0x5571735db080 void 0.000111
+gallium_dri.so free 0x5571735daff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735daff0 0.000112
+gallium_dri.so free 0x5571735db140 void 0.000111
+gallium_dri.so free 0x5571735daff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735db1b0 0.000110
+gallium_dri.so free 0x5571735db200 void 0.000110
+gallium_dri.so free 0x5571735db1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db1b0 0.000111
+gallium_dri.so free 0x5571735db300 void 0.000110
+gallium_dri.so free 0x5571735db1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db2b0 0.000111
+gallium_dri.so free 0x5571735db3c0 void 0.000109
+gallium_dri.so free 0x5571735db2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db370 0.000109
+gallium_dri.so free 0x5571735db400 void 0.000111
+gallium_dri.so free 0x5571735db370 void 0.000110
+gallium_dri.so malloc 72 0x5571735db370 0.000112
+gallium_dri.so free 0x5571735db4c0 void 0.000135
+gallium_dri.so free 0x5571735db370 void 0.000122
+gallium_dri.so malloc 72 0x5571735db500 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000111
+gallium_dri.so free 0x5571735db640 void 0.000111
+gallium_dri.so free 0x5571735db580 void 0.000134
+gallium_dri.so malloc 72 0x5571735db580 0.000115
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so malloc 72 0x5571735db720 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so free 0x5571735db720 void 0.000113
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db8c0 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so free 0x5571735db8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8c0 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8c0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735db8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbab0 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735dbab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc90 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd20 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000113
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000112
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dc030 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so free 0x5571735dc030 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc240 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc240 0.000112
+gallium_dri.so free 0x5571735dc380 void 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000119
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so free 0x5571735dc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc540 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc730 0.000113
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc730 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc830 0.000128
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so free 0x5571735dc830 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000116
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000115
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000114
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc10 0.000113
+gallium_dri.so free 0x5571735dcc80 void 0.000115
+gallium_dri.so free 0x5571735dcc10 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcca0 0.000114
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dccf0 0.000116
+gallium_dri.so free 0x5571735dcdc0 void 0.000165
+gallium_dri.so free 0x5571735dccf0 void 0.000156
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000161
+gallium_dri.so free 0x5571735dce80 void 0.000167
+gallium_dri.so free 0x5571735dcdc0 void 0.000175
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000153
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf00 0.000111
+gallium_dri.so free 0x5571735dcfc0 void 0.000112
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf00 0.000112
+gallium_dri.so free 0x5571735dd080 void 0.000112
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dcf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000111
+gallium_dri.so free 0x5571735dd1c0 void 0.000111
+gallium_dri.so free 0x5571735dd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd210 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000111
+gallium_dri.so free 0x5571735dd210 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000112
+gallium_dri.so free 0x5571735dd340 void 0.000117
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000113
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so free 0x5571735dd3f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000114
+gallium_dri.so free 0x5571735dd540 void 0.000115
+gallium_dri.so free 0x5571735dd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000112
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000111
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735dd5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000115
+gallium_dri.so free 0x5571735dd700 void 0.000116
+gallium_dri.so free 0x5571735dd5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd770 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so free 0x5571735dd770 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd770 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd770 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd870 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd870 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735dd9c0 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000134
+gallium_dri.so free 0x5571735dd930 void 0.000236
+gallium_dri.so malloc 72 0x5571735ddac0 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000116
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb40 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb40 0.000168
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddce0 0.000105
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735ddce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735dde80 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde80 0.000113
+gallium_dri.so free 0x5571735ddf40 void 0.000113
+gallium_dri.so free 0x5571735dde80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dde80 0.000112
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735dde80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dde80 0.000111
+gallium_dri.so free 0x5571735de0c0 void 0.000122
+gallium_dri.so free 0x5571735dde80 void 0.000118
+gallium_dri.so malloc 72 0x5571735de070 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000112
+gallium_dri.so free 0x5571735de070 void 0.000110
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de200 void 0.000112
+gallium_dri.so free 0x5571735de130 void 0.000178
+gallium_dri.so malloc 72 0x5571735de250 0.000122
+gallium_dri.so free 0x5571735de2c0 void 0.000122
+gallium_dri.so free 0x5571735de250 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2e0 0.000119
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so free 0x5571735de2e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de330 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000112
+gallium_dri.so malloc 72 0x5571735de330 0.000112
+gallium_dri.so free 0x5571735de480 void 0.000115
+gallium_dri.so free 0x5571735de330 void 0.000112
+gallium_dri.so malloc 72 0x5571735de480 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so malloc 72 0x5571735de480 0.000112
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000112
+gallium_dri.so malloc 72 0x5571735de5f0 0.000113
+gallium_dri.so free 0x5571735de680 void 0.000127
+gallium_dri.so free 0x5571735de5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000112
+gallium_dri.so free 0x5571735de740 void 0.000113
+gallium_dri.so free 0x5571735de5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000112
+gallium_dri.so free 0x5571735de800 void 0.000112
+gallium_dri.so free 0x5571735de780 void 0.000112
+gallium_dri.so malloc 72 0x5571735de800 0.000117
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000112
+gallium_dri.so malloc 72 0x5571735de800 0.000112
+gallium_dri.so free 0x5571735de940 void 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000112
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de970 void 0.000112
+gallium_dri.so malloc 72 0x5571735deb00 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb80 0.000111
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb80 0.000112
+gallium_dri.so free 0x5571735decc0 void 0.000156
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735decf0 0.000112
+gallium_dri.so free 0x5571735ded40 void 0.000112
+gallium_dri.so free 0x5571735decf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735decf0 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so free 0x5571735decf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000110
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dedf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735df040 void 0.000112
+gallium_dri.so free 0x5571735deeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000112
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0b0 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000112
+gallium_dri.so free 0x5571735df0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df1d0 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df1d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df260 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df260 void 0.000123
+gallium_dri.so malloc 72 0x5571735df2b0 0.000116
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df380 0.000112
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df380 0.000111
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4c0 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000112
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000113
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7d0 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df880 0.000119
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000124
+gallium_dri.so malloc 72 0x5571735df880 0.000116
+gallium_dri.so free 0x5571735df980 void 0.000115
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9b0 0.000114
+gallium_dri.so free 0x5571735dfa00 void 0.000115
+gallium_dri.so free 0x5571735df9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9b0 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735df9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb70 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd30 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd30 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe30 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735dff80 void 0.000116
+gallium_dri.so free 0x5571735dfef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfef0 0.000117
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so free 0x5571735dfef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0080 0.000111
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000102
+gallium_dri.so malloc 72 0x5571735e0100 0.000189
+gallium_dri.so free 0x5571735e01c0 void 0.000187
+gallium_dri.so free 0x5571735e0100 void 0.000191
+gallium_dri.so malloc 72 0x5571735e0100 0.000111
+gallium_dri.so free 0x5571735e0280 void 0.000111
+gallium_dri.so free 0x5571735e0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735e02a0 0.000111
+gallium_dri.so free 0x5571735e0340 void 0.000111
+gallium_dri.so free 0x5571735e02a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e02f0 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02f0 0.000111
+gallium_dri.so free 0x5571735e0440 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0440 0.000109
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so free 0x5571735e0440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0440 0.000115
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e0440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0440 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0630 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e0630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000115
+gallium_dri.so free 0x5571735e07c0 void 0.000114
+gallium_dri.so free 0x5571735e06f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0810 0.000112
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0810 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08a0 0.000112
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so free 0x5571735e08a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000113
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a40 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000193
+gallium_dri.so malloc 72 0x5571735e0a40 0.000125
+gallium_dri.so free 0x5571735e0c00 void 0.000125
+gallium_dri.so free 0x5571735e0a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so free 0x5571735e0bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d40 0.000117
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so free 0x5571735e0d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000118
+gallium_dri.so free 0x5571735e0e80 void 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0dc0 0.000118
+gallium_dri.so free 0x5571735e0f00 void 0.000117
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e0f80 void 0.000119
+gallium_dri.so free 0x5571735e0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f30 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000118
+gallium_dri.so free 0x5571735e0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e10c0 0.000117
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1140 0.000110
+gallium_dri.so free 0x5571735e1200 void 0.000110
+gallium_dri.so free 0x5571735e1140 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1140 0.000110
+gallium_dri.so free 0x5571735e1280 void 0.000111
+gallium_dri.so free 0x5571735e1140 void 0.000110
+gallium_dri.so malloc 72 0x5571735e12b0 0.000110
+gallium_dri.so free 0x5571735e1300 void 0.000109
+gallium_dri.so free 0x5571735e12b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e12b0 0.000109
+gallium_dri.so free 0x5571735e1400 void 0.000111
+gallium_dri.so free 0x5571735e12b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e13b0 0.000109
+gallium_dri.so free 0x5571735e14c0 void 0.000109
+gallium_dri.so free 0x5571735e13b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1470 0.000109
+gallium_dri.so free 0x5571735e1540 void 0.000110
+gallium_dri.so free 0x5571735e1470 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1470 0.000109
+gallium_dri.so free 0x5571735e1600 void 0.000110
+gallium_dri.so free 0x5571735e1470 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1470 0.000109
+gallium_dri.so free 0x5571735e16c0 void 0.000112
+gallium_dri.so free 0x5571735e1470 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1670 0.000109
+gallium_dri.so free 0x5571735e1740 void 0.000111
+gallium_dri.so free 0x5571735e1670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1790 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1790 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1820 0.000117
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e1820 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1870 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e1870 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1940 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1940 0.000113
+gallium_dri.so free 0x5571735e1a80 void 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a80 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so free 0x5571735e1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a80 0.000113
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a80 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c70 0.000114
+gallium_dri.so free 0x5571735e1d40 void 0.000115
+gallium_dri.so free 0x5571735e1c70 void 0.000153
+gallium_dri.so malloc 72 0x5571735e1d90 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735e1d90 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1e40 0.000125
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1e40 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000118
+gallium_dri.so free 0x5571735e1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f70 0.000120
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2070 0.000116
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so free 0x5571735e2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2130 0.000117
+gallium_dri.so free 0x5571735e21c0 void 0.000117
+gallium_dri.so free 0x5571735e2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2130 0.000118
+gallium_dri.so free 0x5571735e2280 void 0.000118
+gallium_dri.so free 0x5571735e2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000118
+gallium_dri.so free 0x5571735e2340 void 0.000125
+gallium_dri.so free 0x5571735e22f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22f0 0.000109
+gallium_dri.so free 0x5571735e2440 void 0.000111
+gallium_dri.so free 0x5571735e22f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e23f0 0.000116
+gallium_dri.so free 0x5571735e2500 void 0.000111
+gallium_dri.so free 0x5571735e23f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e24b0 0.000110
+gallium_dri.so free 0x5571735e2540 void 0.000112
+gallium_dri.so free 0x5571735e24b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e24b0 0.000109
+gallium_dri.so free 0x5571735e2600 void 0.000109
+gallium_dri.so free 0x5571735e24b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2640 0.000110
+gallium_dri.so free 0x5571735e26c0 void 0.000110
+gallium_dri.so free 0x5571735e2640 void 0.000109
+gallium_dri.so malloc 72 0x5571735e26c0 0.000109
+gallium_dri.so free 0x5571735e2780 void 0.000110
+gallium_dri.so free 0x5571735e26c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e26c0 0.000110
+gallium_dri.so free 0x5571735e2840 void 0.000111
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2860 0.000116
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e2860 void 0.000111
+gallium_dri.so malloc 72 0x5571735e28b0 0.000110
+gallium_dri.so free 0x5571735e2980 void 0.000110
+gallium_dri.so free 0x5571735e28b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e28b0 0.000115
+gallium_dri.so free 0x5571735e2a00 void 0.000114
+gallium_dri.so free 0x5571735e28b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a00 0.000112
+gallium_dri.so free 0x5571735e2ac0 void 0.000112
+gallium_dri.so free 0x5571735e2a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a00 0.000112
+gallium_dri.so free 0x5571735e2b80 void 0.000115
+gallium_dri.so free 0x5571735e2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a00 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000113
+gallium_dri.so free 0x5571735e2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2bf0 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000112
+gallium_dri.so free 0x5571735e2e40 void 0.000113
+gallium_dri.so free 0x5571735e2dd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e60 0.000112
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e60 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so free 0x5571735e2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000203
+gallium_dri.so free 0x5571735e3000 void 0.000162
+gallium_dri.so free 0x5571735e2eb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e3000 0.000124
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so free 0x5571735e3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3000 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000117
+gallium_dri.so free 0x5571735e3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3170 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000118
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3170 0.000118
+gallium_dri.so free 0x5571735e32c0 void 0.000118
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3300 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3380 0.000118
+gallium_dri.so free 0x5571735e3440 void 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000142
+gallium_dri.so malloc 72 0x5571735e3380 0.000118
+gallium_dri.so free 0x5571735e34c0 void 0.000118
+gallium_dri.so free 0x5571735e3380 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000117
+gallium_dri.so free 0x5571735e3540 void 0.000138
+gallium_dri.so free 0x5571735e34f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34f0 0.000112
+gallium_dri.so free 0x5571735e3640 void 0.000111
+gallium_dri.so free 0x5571735e34f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3680 0.000110
+gallium_dri.so free 0x5571735e3700 void 0.000110
+gallium_dri.so free 0x5571735e3680 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3700 0.000111
+gallium_dri.so free 0x5571735e37c0 void 0.000111
+gallium_dri.so free 0x5571735e3700 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3700 0.000115
+gallium_dri.so free 0x5571735883c0 void 0.000111
+gallium_dri.so free 0x5571735e3700 void 0.000111
+gallium_dri.so malloc 72 0x557173588370 0.000110
+gallium_dri.so free 0x557173588440 void 0.000109
+gallium_dri.so free 0x557173588370 void 0.000111
+gallium_dri.so malloc 72 0x557173588370 0.000110
+gallium_dri.so free 0x5571735884c0 void 0.000110
+gallium_dri.so free 0x557173588370 void 0.000109
+gallium_dri.so malloc 72 0x5571735884c0 0.000112
+gallium_dri.so free 0x557173588580 void 0.000116
+gallium_dri.so free 0x5571735884c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735884c0 0.000115
+gallium_dri.so free 0x557173588680 void 0.000113
+gallium_dri.so free 0x5571735884c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735884c0 0.000112
+gallium_dri.so free 0x557173588700 void 0.000124
+gallium_dri.so free 0x5571735884c0 void 0.000114
+gallium_dri.so malloc 72 0x557173588730 0.000112
+gallium_dri.so free 0x557173588780 void 0.000115
+gallium_dri.so free 0x557173588730 void 0.000112
+gallium_dri.so malloc 72 0x557173588730 0.000114
+gallium_dri.so free 0x557173588880 void 0.000115
+gallium_dri.so free 0x557173588730 void 0.000112
+gallium_dri.so malloc 72 0x557173588830 0.000112
+gallium_dri.so free 0x557173588940 void 0.000114
+gallium_dri.so free 0x557173588830 void 0.000118
+gallium_dri.so malloc 72 0x5571735888f0 0.000115
+gallium_dri.so free 0x557173588980 void 0.000115
+gallium_dri.so free 0x5571735888f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735888f0 0.000116
+gallium_dri.so free 0x557173588a40 void 0.000114
+gallium_dri.so free 0x5571735888f0 void 0.000112
+gallium_dri.so malloc 72 0x557173588a90 0.000115
+gallium_dri.so free 0x557173588b00 void 0.000114
+gallium_dri.so free 0x557173588a90 void 0.000115
+gallium_dri.so malloc 72 0x557173588b40 0.000114
+gallium_dri.so free 0x557173588bc0 void 0.000113
+gallium_dri.so free 0x557173588b40 void 0.000114
+gallium_dri.so malloc 72 0x557173588bc0 0.000113
+gallium_dri.so free 0x557173588c80 void 0.000116
+gallium_dri.so free 0x557173588bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173588bc0 0.000112
+gallium_dri.so free 0x557173588d00 void 0.000115
+gallium_dri.so free 0x557173588bc0 void 0.000128
+gallium_dri.so malloc 72 0x557173588d30 0.000124
+gallium_dri.so free 0x557173588d80 void 0.000120
+gallium_dri.so free 0x557173588d30 void 0.000123
+gallium_dri.so malloc 72 0x557173588d30 0.000120
+gallium_dri.so free 0x557173588e80 void 0.000119
+gallium_dri.so free 0x557173588d30 void 0.000117
+gallium_dri.so malloc 72 0x557173588e30 0.000118
+gallium_dri.so free 0x557173588f40 void 0.000117
+gallium_dri.so free 0x557173588e30 void 0.000118
+gallium_dri.so malloc 72 0x557173588ef0 0.000117
+gallium_dri.so free 0x557173588fc0 void 0.000119
+gallium_dri.so free 0x557173588ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173588fe0 0.000117
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588fe0 void 0.000118
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so free 0x557173589030 void 0.000117
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589180 void 0.000118
+gallium_dri.so free 0x557173589030 void 0.000118
+gallium_dri.so malloc 72 0x557173589180 0.000118
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so free 0x557173589180 void 0.000117
+gallium_dri.so malloc 72 0x557173589180 0.000118
+gallium_dri.so free 0x557173589300 void 0.000119
+gallium_dri.so free 0x557173589180 void 0.000111
+gallium_dri.so malloc 72 0x557173589180 0.000112
+gallium_dri.so free 0x5571735893c0 void 0.000113
+gallium_dri.so free 0x557173589180 void 0.000110
+gallium_dri.so malloc 72 0x557173589370 0.000110
+gallium_dri.so free 0x5571735893c0 void 0.000111
+gallium_dri.so free 0x557173589370 void 0.000112
+gallium_dri.so malloc 72 0x557173589370 0.000109
+gallium_dri.so free 0x5571735894c0 void 0.000112
+gallium_dri.so free 0x557173589370 void 0.000111
+gallium_dri.so malloc 72 0x557173589470 0.000110
+gallium_dri.so free 0x557173589580 void 0.000110
+gallium_dri.so free 0x557173589470 void 0.000110
+gallium_dri.so malloc 72 0x557173589530 0.000110
+gallium_dri.so free 0x5571735895c0 void 0.000112
+gallium_dri.so free 0x557173589530 void 0.000112
+gallium_dri.so malloc 72 0x557173589530 0.000113
+gallium_dri.so free 0x557173589680 void 0.000110
+gallium_dri.so free 0x557173589530 void 0.000110
+gallium_dri.so malloc 72 0x5571735896c0 0.000110
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x5571735896c0 void 0.000116
+gallium_dri.so malloc 72 0x557173589740 0.000112
+gallium_dri.so free 0x557173589800 void 0.000112
+gallium_dri.so free 0x557173589740 void 0.000112
+gallium_dri.so malloc 72 0x557173589740 0.000113
+gallium_dri.so free 0x5571735898c0 void 0.000111
+gallium_dri.so free 0x557173589740 void 0.000137
+gallium_dri.so malloc 72 0x5571735898e0 0.000120
+gallium_dri.so free 0x557173589980 void 0.000117
+gallium_dri.so free 0x5571735898e0 void 0.000113
+gallium_dri.so malloc 72 0x557173589930 0.000111
+gallium_dri.so free 0x557173589a00 void 0.000112
+gallium_dri.so free 0x557173589930 void 0.000111
+gallium_dri.so malloc 72 0x557173589930 0.000110
+gallium_dri.so free 0x557173589a80 void 0.000112
+gallium_dri.so free 0x557173589930 void 0.000110
+gallium_dri.so malloc 72 0x557173589a80 0.000110
+gallium_dri.so free 0x557173589b40 void 0.000111
+gallium_dri.so free 0x557173589a80 void 0.000111
+gallium_dri.so malloc 72 0x557173589a80 0.000110
+gallium_dri.so free 0x557173589c00 void 0.000111
+gallium_dri.so free 0x557173589a80 void 0.000112
+gallium_dri.so malloc 72 0x557173589a80 0.000111
+gallium_dri.so free 0x557173589cc0 void 0.000111
+gallium_dri.so free 0x557173589a80 void 0.000112
+gallium_dri.so malloc 72 0x557173589c70 0.000110
+gallium_dri.so free 0x557173589d80 void 0.000110
+gallium_dri.so free 0x557173589c70 void 0.000110
+gallium_dri.so malloc 72 0x557173589d30 0.000112
+gallium_dri.so free 0x557173589e00 void 0.000112
+gallium_dri.so free 0x557173589d30 void 0.000112
+gallium_dri.so malloc 72 0x557173589e50 0.000111
+gallium_dri.so free 0x557173589ec0 void 0.000112
+gallium_dri.so free 0x557173589e50 void 0.000129
+gallium_dri.so malloc 72 0x557173589ee0 0.000124
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589ee0 void 0.000114
+gallium_dri.so malloc 72 0x557173589f30 0.000114
+gallium_dri.so free 0x55717358a000 void 0.000114
+gallium_dri.so free 0x557173589f30 void 0.000114
+gallium_dri.so malloc 72 0x557173589f30 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000112
+gallium_dri.so free 0x557173589f30 void 0.000113
+gallium_dri.so malloc 72 0x55717358a080 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so malloc 72 0x55717358a080 0.000112
+gallium_dri.so free 0x55717358a240 void 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1f0 0.000125
+gallium_dri.so free 0x55717358a280 void 0.000124
+gallium_dri.so free 0x55717358a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a1f0 0.000114
+gallium_dri.so free 0x55717358a340 void 0.000112
+gallium_dri.so free 0x55717358a1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a380 0.000107
+gallium_dri.so free 0x55717358a400 void 0.000260
+gallium_dri.so free 0x55717358a380 void 0.000163
+gallium_dri.so malloc 72 0x55717358a400 0.000162
+gallium_dri.so free 0x55717358a4c0 void 0.000113
+gallium_dri.so free 0x55717358a400 void 0.000110
+gallium_dri.so malloc 72 0x55717358a400 0.000109
+gallium_dri.so free 0x55717358a540 void 0.000110
+gallium_dri.so free 0x55717358a400 void 0.000111
+gallium_dri.so malloc 72 0x55717358a570 0.000110
+gallium_dri.so free 0x55717358a5c0 void 0.000112
+gallium_dri.so free 0x55717358a570 void 0.000111
+gallium_dri.so malloc 72 0x55717358a570 0.000110
+gallium_dri.so free 0x55717358a6c0 void 0.000113
+gallium_dri.so free 0x55717358a570 void 0.000186
+gallium_dri.so malloc 72 0x55717358a700 0.000187
+gallium_dri.so free 0x55717358a780 void 0.000111
+gallium_dri.so free 0x55717358a700 void 0.000110
+gallium_dri.so malloc 72 0x55717358a780 0.000109
+gallium_dri.so free 0x55717358a840 void 0.000110
+gallium_dri.so free 0x55717358a780 void 0.000110
+gallium_dri.so malloc 72 0x55717358a780 0.000111
+gallium_dri.so free 0x55717358a8c0 void 0.000110
+gallium_dri.so free 0x55717358a780 void 0.000116
+gallium_dri.so malloc 72 0x55717358a8f0 0.000120
+gallium_dri.so free 0x55717358a940 void 0.000116
+gallium_dri.so free 0x55717358a8f0 void 0.000109
+gallium_dri.so malloc 72 0x55717358a8f0 0.000112
+gallium_dri.so free 0x55717358aa40 void 0.000112
+gallium_dri.so free 0x55717358a8f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a9f0 0.000134
+gallium_dri.so free 0x55717358ab00 void 0.000128
+gallium_dri.so free 0x55717358a9f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358aab0 0.000128
+gallium_dri.so free 0x55717358ab80 void 0.000120
+gallium_dri.so free 0x55717358aab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aab0 0.000125
+gallium_dri.so free 0x55717358ac40 void 0.000128
+gallium_dri.so free 0x55717358aab0 void 0.000125
+gallium_dri.so malloc 72 0x55717358aab0 0.000119
+gallium_dri.so free 0x55717358ad00 void 0.000125
+gallium_dri.so free 0x55717358aab0 void 0.000125
+gallium_dri.so malloc 72 0x55717358acb0 0.000125
+gallium_dri.so free 0x55717358ad80 void 0.000120
+gallium_dri.so free 0x55717358acb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358add0 0.000124
+gallium_dri.so free 0x55717358ae40 void 0.000125
+gallium_dri.so free 0x55717358add0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ae60 0.000116
+gallium_dri.so free 0x55717358af00 void 0.000123
+gallium_dri.so free 0x55717358ae60 void 0.000119
+gallium_dri.so malloc 72 0x55717358aeb0 0.000123
+gallium_dri.so free 0x55717358af80 void 0.000137
+gallium_dri.so free 0x55717358aeb0 void 0.000162
+gallium_dri.so malloc 72 0x55717358af80 0.000158
+gallium_dri.so free 0x55717358b040 void 0.000125
+gallium_dri.so free 0x55717358af80 void 0.000125
+gallium_dri.so malloc 72 0x55717358af80 0.000134
+gallium_dri.so free 0x55717358b0c0 void 0.000126
+gallium_dri.so free 0x55717358af80 void 0.000131
+gallium_dri.so malloc 72 0x55717358b0c0 0.000131
+gallium_dri.so free 0x55717358b180 void 0.000132
+gallium_dri.so free 0x55717358b0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b0c0 0.000131
+gallium_dri.so free 0x55717358b240 void 0.000131
+gallium_dri.so free 0x55717358b0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b0c0 0.000130
+gallium_dri.so free 0x55717358b300 void 0.000132
+gallium_dri.so free 0x55717358b0c0 void 0.000169
+gallium_dri.so malloc 72 0x55717358b2b0 0.000131
+gallium_dri.so free 0x55717358b380 void 0.000132
+gallium_dri.so free 0x55717358b2b0 void 0.000138
+gallium_dri.so malloc 72 0x55717358b3d0 0.000132
+gallium_dri.so free 0x55717358b440 void 0.000131
+gallium_dri.so free 0x55717358b3d0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b480 0.000123
+gallium_dri.so free 0x55717358b500 void 0.000130
+gallium_dri.so free 0x55717358b480 void 0.000131
+gallium_dri.so malloc 72 0x55717358b480 0.000133
+gallium_dri.so free 0x55717358b580 void 0.000131
+gallium_dri.so free 0x55717358b480 void 0.000133
+gallium_dri.so malloc 72 0x55717358b5b0 0.000132
+gallium_dri.so free 0x55717358b600 void 0.000125
+gallium_dri.so free 0x55717358b5b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358b5b0 0.000127
+gallium_dri.so free 0x55717358b700 void 0.000125
+gallium_dri.so free 0x55717358b5b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358b6b0 0.000127
+gallium_dri.so free 0x55717358b7c0 void 0.000132
+gallium_dri.so free 0x55717358b6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b770 0.000126
+gallium_dri.so free 0x55717358b800 void 0.000123
+gallium_dri.so free 0x55717358b770 void 0.000174
+gallium_dri.so malloc 72 0x55717358b770 0.000232
+gallium_dri.so free 0x55717358b8c0 void 0.000278
+gallium_dri.so free 0x55717358b770 void 0.000272
+gallium_dri.so malloc 72 0x55717358b930 0.000276
+gallium_dri.so free 0x55717358b980 void 0.000252
+gallium_dri.so free 0x55717358b930 void 0.000167
+gallium_dri.so malloc 72 0x55717358b930 0.000164
+gallium_dri.so free 0x55717358ba80 void 0.000131
+gallium_dri.so free 0x55717358b930 void 0.000132
+gallium_dri.so malloc 72 0x55717358ba30 0.000170
+gallium_dri.so free 0x55717358bb40 void 0.000166
+gallium_dri.so free 0x55717358ba30 void 0.000130
+gallium_dri.so malloc 72 0x55717358baf0 0.000126
+gallium_dri.so free 0x55717358bb80 void 0.000126
+gallium_dri.so free 0x55717358baf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358baf0 0.000131
+gallium_dri.so free 0x55717358bc40 void 0.000124
+gallium_dri.so free 0x55717358baf0 void 0.000128
+gallium_dri.so malloc 72 0x55717358bc80 0.000131
+gallium_dri.so free 0x55717358bd00 void 0.000132
+gallium_dri.so free 0x55717358bc80 void 0.000132
+gallium_dri.so malloc 72 0x55717358bd00 0.000131
+gallium_dri.so free 0x55717358bdc0 void 0.000131
+gallium_dri.so free 0x55717358bd00 void 0.000124
+gallium_dri.so malloc 72 0x55717358bd00 0.000123
+gallium_dri.so free 0x55717358be80 void 0.000130
+gallium_dri.so free 0x55717358bd00 void 0.000131
+gallium_dri.so malloc 72 0x55717358bea0 0.000131
+gallium_dri.so free 0x55717358bf40 void 0.000124
+gallium_dri.so free 0x55717358bea0 void 0.000122
+gallium_dri.so malloc 72 0x55717358bef0 0.000128
+gallium_dri.so free 0x55717358bfc0 void 0.000133
+gallium_dri.so free 0x55717358bef0 void 0.000125
+gallium_dri.so malloc 72 0x55717358bef0 0.000221
+gallium_dri.so free 0x55717358c040 void 0.000129
+gallium_dri.so free 0x55717358bef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c040 0.000124
+gallium_dri.so free 0x55717358c100 void 0.000129
+gallium_dri.so free 0x55717358c040 void 0.000131
+gallium_dri.so malloc 72 0x55717358c040 0.000131
+gallium_dri.so free 0x55717358c1c0 void 0.000129
+gallium_dri.so free 0x55717358c040 void 0.000132
+gallium_dri.so malloc 72 0x55717358c040 0.000129
+gallium_dri.so free 0x55717358c280 void 0.000129
+gallium_dri.so free 0x55717358c040 void 0.000127
+gallium_dri.so malloc 72 0x55717358c230 0.000129
+gallium_dri.so free 0x55717358c340 void 0.000129
+gallium_dri.so free 0x55717358c230 void 0.000130
+gallium_dri.so malloc 72 0x55717358c2f0 0.000125
+gallium_dri.so free 0x55717358c3c0 void 0.000128
+gallium_dri.so free 0x55717358c2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c410 0.000125
+gallium_dri.so free 0x55717358c480 void 0.000124
+gallium_dri.so free 0x55717358c410 void 0.000131
+gallium_dri.so malloc 72 0x55717358c4a0 0.000130
+gallium_dri.so free 0x55717358c540 void 0.000125
+gallium_dri.so free 0x55717358c4a0 void 0.000128
+gallium_dri.so malloc 72 0x55717358c4f0 0.000131
+gallium_dri.so free 0x55717358c5c0 void 0.000182
+gallium_dri.so free 0x55717358c4f0 void 0.000157
+gallium_dri.so malloc 72 0x55717358c4f0 0.000182
+gallium_dri.so free 0x55717358c640 void 0.000126
+gallium_dri.so free 0x55717358c4f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c640 0.000129
+gallium_dri.so free 0x55717358c700 void 0.000131
+gallium_dri.so free 0x55717358c640 void 0.000256
+gallium_dri.so malloc 72 0x55717358c640 0.000222
+gallium_dri.so free 0x55717358c800 void 0.000263
+gallium_dri.so free 0x55717358c640 void 0.000202
+gallium_dri.so malloc 72 0x55717358c7b0 0.000170
+gallium_dri.so free 0x55717358c840 void 0.000167
+gallium_dri.so free 0x55717358c7b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c7b0 0.000130
+gallium_dri.so free 0x55717358c900 void 0.000131
+gallium_dri.so free 0x55717358c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c940 0.000135
+gallium_dri.so free 0x55717358c9c0 void 0.000134
+gallium_dri.so free 0x55717358c940 void 0.000132
+gallium_dri.so malloc 72 0x55717358c9c0 0.000130
+gallium_dri.so free 0x55717358ca80 void 0.000125
+gallium_dri.so free 0x55717358c9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c9c0 0.000130
+gallium_dri.so free 0x55717358cb00 void 0.000132
+gallium_dri.so free 0x55717358c9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cb30 0.000131
+gallium_dri.so free 0x55717358cb80 void 0.000126
+gallium_dri.so free 0x55717358cb30 void 0.000124
+gallium_dri.so malloc 72 0x55717358cb30 0.000125
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so free 0x55717358cb30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ccc0 0.000130
+gallium_dri.so free 0x55717358cd40 void 0.000130
+gallium_dri.so free 0x55717358ccc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358cd40 0.000132
+gallium_dri.so free 0x55717358ce00 void 0.000130
+gallium_dri.so free 0x55717358cd40 void 0.000131
+gallium_dri.so malloc 72 0x55717358cd40 0.000130
+gallium_dri.so free 0x55717358ce80 void 0.000171
+gallium_dri.so free 0x55717358cd40 void 0.000166
+gallium_dri.so malloc 72 0x55717358ceb0 0.000134
+gallium_dri.so free 0x55717358cf00 void 0.000130
+gallium_dri.so free 0x55717358ceb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ceb0 0.000131
+gallium_dri.so free 0x55717358d000 void 0.000131
+gallium_dri.so free 0x55717358ceb0 void 0.000147
+gallium_dri.so malloc 72 0x55717358cfb0 0.000132
+gallium_dri.so free 0x55717358d0c0 void 0.000131
+gallium_dri.so free 0x55717358cfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d070 0.000126
+gallium_dri.so free 0x55717358d140 void 0.000174
+gallium_dri.so free 0x55717358d070 void 0.000130
+gallium_dri.so malloc 72 0x55717358d070 0.000130
+gallium_dri.so free 0x55717358d200 void 0.000130
+gallium_dri.so free 0x55717358d070 void 0.000132
+gallium_dri.so malloc 72 0x55717358d070 0.000130
+gallium_dri.so free 0x55717358d2c0 void 0.000130
+gallium_dri.so free 0x55717358d070 void 0.000150
+gallium_dri.so malloc 72 0x55717358d270 0.000137
+gallium_dri.so free 0x55717358d340 void 0.000137
+gallium_dri.so free 0x55717358d270 void 0.000139
+gallium_dri.so malloc 72 0x55717358d390 0.000140
+gallium_dri.so free 0x55717358d400 void 0.000233
+gallium_dri.so free 0x55717358d390 void 0.000180
+gallium_dri.so malloc 72 0x55717358d420 0.000139
+gallium_dri.so free 0x55717358d4c0 void 0.000232
+gallium_dri.so free 0x55717358d420 void 0.000231
+gallium_dri.so malloc 72 0x55717358d470 0.000229
+gallium_dri.so free 0x55717358d540 void 0.000134
+gallium_dri.so free 0x55717358d470 void 0.000233
+gallium_dri.so malloc 72 0x55717358d540 0.000233
+gallium_dri.so free 0x55717358d600 void 0.000210
+gallium_dri.so free 0x55717358d540 void 0.000140
+gallium_dri.so malloc 72 0x55717358d540 0.000138
+gallium_dri.so free 0x55717358d680 void 0.000203
+gallium_dri.so free 0x55717358d540 void 0.000233
+gallium_dri.so malloc 72 0x55717358d680 0.000233
+gallium_dri.so free 0x55717358d740 void 0.000237
+gallium_dri.so free 0x55717358d680 void 0.000235
+gallium_dri.so malloc 72 0x55717358d680 0.000210
+gallium_dri.so free 0x55717358d800 void 0.000138
+gallium_dri.so free 0x55717358d680 void 0.000139
+gallium_dri.so malloc 72 0x55717358d680 0.000139
+gallium_dri.so free 0x55717358d8c0 void 0.000192
+gallium_dri.so free 0x55717358d680 void 0.000191
+gallium_dri.so malloc 72 0x55717358d870 0.000191
+gallium_dri.so free 0x55717358d940 void 0.000171
+gallium_dri.so free 0x55717358d870 void 0.000137
+gallium_dri.so malloc 72 0x55717358d990 0.000138
+gallium_dri.so free 0x55717358da00 void 0.000194
+gallium_dri.so free 0x55717358d990 void 0.000191
+gallium_dri.so malloc 72 0x55717358da40 0.000193
+gallium_dri.so free 0x55717358dac0 void 0.000141
+gallium_dri.so free 0x55717358da40 void 0.000139
+gallium_dri.so malloc 72 0x55717358da40 0.000138
+gallium_dri.so free 0x55717358db40 void 0.000283
+gallium_dri.so free 0x55717358da40 void 0.000191
+gallium_dri.so malloc 72 0x55717358db70 0.000187
+gallium_dri.so free 0x55717358dbc0 void 0.000163
+gallium_dri.so free 0x55717358db70 void 0.000130
+gallium_dri.so malloc 72 0x55717358db70 0.000132
+gallium_dri.so free 0x55717358dcc0 void 0.000133
+gallium_dri.so free 0x55717358db70 void 0.000131
+gallium_dri.so malloc 72 0x55717358dc70 0.000127
+gallium_dri.so free 0x55717358dd80 void 0.000126
+gallium_dri.so free 0x55717358dc70 void 0.000126
+gallium_dri.so malloc 72 0x55717358dd30 0.000130
+gallium_dri.so free 0x55717358ddc0 void 0.000132
+gallium_dri.so free 0x55717358dd30 void 0.000127
+gallium_dri.so malloc 72 0x55717358dd30 0.000125
+gallium_dri.so free 0x55717358de80 void 0.000130
+gallium_dri.so free 0x55717358dd30 void 0.000125
+gallium_dri.so malloc 72 0x55717358def0 0.000131
+gallium_dri.so free 0x55717358df40 void 0.000157
+gallium_dri.so free 0x55717358def0 void 0.000132
+gallium_dri.so malloc 72 0x55717358def0 0.000130
+gallium_dri.so free 0x55717358e040 void 0.000132
+gallium_dri.so free 0x55717358def0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dff0 0.000126
+gallium_dri.so free 0x55717358e100 void 0.000126
+gallium_dri.so free 0x55717358dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e0b0 0.000130
+gallium_dri.so free 0x55717358e140 void 0.000130
+gallium_dri.so free 0x55717358e0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717358e0b0 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so free 0x55717358e0b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e240 0.000127
+gallium_dri.so free 0x55717358e2c0 void 0.000125
+gallium_dri.so free 0x55717358e240 void 0.000126
+gallium_dri.so malloc 72 0x55717358e2c0 0.000125
+gallium_dri.so free 0x55717358e380 void 0.000125
+gallium_dri.so free 0x55717358e2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e2c0 0.000126
+gallium_dri.so free 0x55717358e440 void 0.000125
+gallium_dri.so free 0x55717358e2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e460 0.000125
+gallium_dri.so free 0x55717358e500 void 0.000125
+gallium_dri.so free 0x55717358e460 void 0.000134
+gallium_dri.so malloc 72 0x55717358e4b0 0.000127
+gallium_dri.so free 0x55717358e580 void 0.000126
+gallium_dri.so free 0x55717358e4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e4b0 0.000125
+gallium_dri.so free 0x55717358e600 void 0.000125
+gallium_dri.so free 0x55717358e4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e600 0.000123
+gallium_dri.so free 0x55717358e6c0 void 0.000127
+gallium_dri.so free 0x55717358e600 void 0.000120
+gallium_dri.so malloc 72 0x55717358e600 0.000124
+gallium_dri.so free 0x55717358e780 void 0.000125
+gallium_dri.so free 0x55717358e600 void 0.000125
+gallium_dri.so malloc 72 0x55717358e600 0.000124
+gallium_dri.so free 0x55717358e840 void 0.000125
+gallium_dri.so free 0x55717358e600 void 0.000125
+gallium_dri.so malloc 72 0x55717358e7f0 0.000125
+gallium_dri.so free 0x55717358e900 void 0.000192
+gallium_dri.so free 0x55717358e7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e8b0 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000195
+gallium_dri.so free 0x55717358e8b0 void 0.000156
+gallium_dri.so malloc 72 0x55717358e9d0 0.000121
+gallium_dri.so free 0x55717358ea40 void 0.000118
+gallium_dri.so free 0x55717358e9d0 void 0.000129
+gallium_dri.so malloc 72 0x55717358ea60 0.000118
+gallium_dri.so free 0x55717358eb00 void 0.000115
+gallium_dri.so free 0x55717358ea60 void 0.000118
+gallium_dri.so malloc 72 0x55717358eab0 0.000117
+gallium_dri.so free 0x55717358eb80 void 0.000119
+gallium_dri.so free 0x55717358eab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x55717358eab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec00 0.000117
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec00 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so free 0x55717358ec00 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed70 0.000117
+gallium_dri.so free 0x55717358ee00 void 0.000118
+gallium_dri.so free 0x55717358ed70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed70 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000119
+gallium_dri.so free 0x55717358ed70 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef00 0.000117
+gallium_dri.so free 0x55717358ef80 void 0.000117
+gallium_dri.so free 0x55717358ef00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef80 0.000117
+gallium_dri.so free 0x55717358f040 void 0.000150
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x55717358f0c0 void 0.000117
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so malloc 72 0x55717358f0f0 0.000117
+gallium_dri.so free 0x55717358f140 void 0.000118
+gallium_dri.so free 0x55717358f0f0 void 0.000161
+gallium_dri.so malloc 72 0x55717358f0f0 0.000159
+gallium_dri.so free 0x55717358f240 void 0.000127
+gallium_dri.so free 0x55717358f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f280 0.000121
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x55717358f280 void 0.000120
+gallium_dri.so malloc 72 0x55717358f300 0.000121
+gallium_dri.so free 0x55717358f3c0 void 0.000121
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so malloc 72 0x55717358f300 0.000122
+gallium_dri.so free 0x55717358f440 void 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so malloc 72 0x55717358f470 0.000120
+gallium_dri.so free 0x55717358f4c0 void 0.000121
+gallium_dri.so free 0x55717358f470 void 0.000120
+gallium_dri.so malloc 72 0x55717358f470 0.000120
+gallium_dri.so free 0x55717358f5c0 void 0.000121
+gallium_dri.so free 0x55717358f470 void 0.000120
+gallium_dri.so malloc 72 0x55717358f570 0.000123
+gallium_dri.so free 0x55717358f680 void 0.000123
+gallium_dri.so free 0x55717358f570 void 0.000120
+gallium_dri.so malloc 72 0x55717358f630 0.000122
+gallium_dri.so free 0x55717358f700 void 0.000122
+gallium_dri.so free 0x55717358f630 void 0.000121
+gallium_dri.so malloc 72 0x55717358f630 0.000121
+gallium_dri.so free 0x55717358f7c0 void 0.000121
+gallium_dri.so free 0x55717358f630 void 0.000120
+gallium_dri.so malloc 72 0x55717358f630 0.000120
+gallium_dri.so free 0x55717358f880 void 0.000120
+gallium_dri.so free 0x55717358f630 void 0.000123
+gallium_dri.so malloc 72 0x55717358f830 0.000121
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so free 0x55717358f830 void 0.000120
+gallium_dri.so malloc 72 0x55717358f950 0.000120
+gallium_dri.so free 0x55717358f9c0 void 0.000120
+gallium_dri.so free 0x55717358f950 void 0.000120
+gallium_dri.so malloc 72 0x55717358f9e0 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000120
+gallium_dri.so free 0x55717358f9e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa30 0.000121
+gallium_dri.so free 0x55717358fb00 void 0.000122
+gallium_dri.so free 0x55717358fa30 void 0.000120
+gallium_dri.so malloc 72 0x55717358fb00 0.000121
+gallium_dri.so free 0x55717358fbc0 void 0.000131
+gallium_dri.so free 0x55717358fb00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fb00 0.000121
+gallium_dri.so free 0x55717358fc40 void 0.000119
+gallium_dri.so free 0x55717358fb00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc40 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so free 0x55717358fc40 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc40 0.000121
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fc40 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc40 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000121
+gallium_dri.so free 0x55717358fc40 void 0.000120
+gallium_dri.so malloc 72 0x55717358fe30 0.000121
+gallium_dri.so free 0x55717358ff00 void 0.000120
+gallium_dri.so free 0x55717358fe30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ff50 0.000120
+gallium_dri.so free 0x55717358ffc0 void 0.000120
+gallium_dri.so free 0x55717358ff50 void 0.000167
+gallium_dri.so malloc 72 0x557173590000 0.000123
+gallium_dri.so free 0x557173590080 void 0.000121
+gallium_dri.so free 0x557173590000 void 0.000120
+gallium_dri.so malloc 72 0x557173590000 0.000120
+gallium_dri.so free 0x557173590100 void 0.000121
+gallium_dri.so free 0x557173590000 void 0.000120
+gallium_dri.so malloc 72 0x557173590130 0.000124
+gallium_dri.so free 0x557173590180 void 0.000121
+gallium_dri.so free 0x557173590130 void 0.000120
+gallium_dri.so malloc 72 0x557173590130 0.000120
+gallium_dri.so free 0x557173590280 void 0.000120
+gallium_dri.so free 0x557173590130 void 0.000120
+gallium_dri.so malloc 72 0x557173590230 0.000119
+gallium_dri.so free 0x557173590340 void 0.000122
+gallium_dri.so free 0x557173590230 void 0.000120
+gallium_dri.so malloc 72 0x5571735902f0 0.000121
+gallium_dri.so free 0x557173590380 void 0.000120
+gallium_dri.so free 0x5571735902f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735902f0 0.000121
+gallium_dri.so free 0x557173590440 void 0.000163
+gallium_dri.so free 0x5571735902f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735904b0 0.000121
+gallium_dri.so free 0x557173590500 void 0.000120
+gallium_dri.so free 0x5571735904b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735904b0 0.000119
+gallium_dri.so free 0x557173590600 void 0.000120
+gallium_dri.so free 0x5571735904b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735905b0 0.000121
+gallium_dri.so free 0x5571735906c0 void 0.000122
+gallium_dri.so free 0x5571735905b0 void 0.000120
+gallium_dri.so malloc 72 0x557173590670 0.000121
+gallium_dri.so free 0x557173590700 void 0.000123
+gallium_dri.so free 0x557173590670 void 0.000121
+gallium_dri.so malloc 72 0x557173590670 0.000123
+gallium_dri.so free 0x5571735907c0 void 0.000121
+gallium_dri.so free 0x557173590670 void 0.000120
+gallium_dri.so malloc 72 0x557173590800 0.000120
+gallium_dri.so free 0x557173590880 void 0.000120
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so malloc 72 0x557173590880 0.000119
+gallium_dri.so free 0x557173590940 void 0.000121
+gallium_dri.so free 0x557173590880 void 0.000120
+gallium_dri.so malloc 72 0x557173590880 0.000119
+gallium_dri.so free 0x557173590a00 void 0.000121
+gallium_dri.so free 0x557173590880 void 0.000121
+gallium_dri.so malloc 72 0x557173590a20 0.000120
+gallium_dri.so free 0x557173590ac0 void 0.000123
+gallium_dri.so free 0x557173590a20 void 0.000121
+gallium_dri.so malloc 72 0x557173590a70 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000122
+gallium_dri.so free 0x557173590a70 void 0.000120
+gallium_dri.so malloc 72 0x557173590a70 0.000121
+gallium_dri.so free 0x557173590bc0 void 0.000120
+gallium_dri.so free 0x557173590a70 void 0.000122
+gallium_dri.so malloc 72 0x557173590bc0 0.000120
+gallium_dri.so free 0x557173590c80 void 0.000120
+gallium_dri.so free 0x557173590bc0 void 0.000168
+gallium_dri.so malloc 72 0x557173590bc0 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000120
+gallium_dri.so free 0x557173590bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173590bc0 0.000120
+gallium_dri.so free 0x557173590e00 void 0.000120
+gallium_dri.so free 0x557173590bc0 void 0.000158
+gallium_dri.so malloc 72 0x557173590db0 0.000124
+gallium_dri.so free 0x557173590ec0 void 0.000121
+gallium_dri.so free 0x557173590db0 void 0.000121
+gallium_dri.so malloc 72 0x557173590e70 0.000122
+gallium_dri.so free 0x557173590f40 void 0.000121
+gallium_dri.so free 0x557173590e70 void 0.000120
+gallium_dri.so malloc 72 0x557173590f90 0.000120
+gallium_dri.so free 0x557173591000 void 0.000121
+gallium_dri.so free 0x557173590f90 void 0.000120
+gallium_dri.so malloc 72 0x557173591020 0.000119
+gallium_dri.so free 0x5571735910c0 void 0.000123
+gallium_dri.so free 0x557173591020 void 0.000120
+gallium_dri.so malloc 72 0x557173591070 0.000121
+gallium_dri.so free 0x557173591140 void 0.000120
+gallium_dri.so free 0x557173591070 void 0.000121
+gallium_dri.so malloc 72 0x557173591070 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x557173591070 void 0.000120
+gallium_dri.so malloc 72 0x5571735911c0 0.000119
+gallium_dri.so free 0x557173591280 void 0.000122
+gallium_dri.so free 0x5571735911c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735911c0 0.000121
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000122
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x5571735913c0 void 0.000123
+gallium_dri.so free 0x557173591330 void 0.000120
+gallium_dri.so malloc 72 0x557173591330 0.000121
+gallium_dri.so free 0x557173591480 void 0.000121
+gallium_dri.so free 0x557173591330 void 0.000121
+gallium_dri.so malloc 72 0x5571735914c0 0.000125
+gallium_dri.so free 0x557173591540 void 0.000120
+gallium_dri.so free 0x5571735914c0 void 0.000119
+gallium_dri.so malloc 72 0x557173591540 0.000120
+gallium_dri.so free 0x557173591600 void 0.000120
+gallium_dri.so free 0x557173591540 void 0.000121
+gallium_dri.so malloc 72 0x557173591540 0.000120
+gallium_dri.so free 0x557173591680 void 0.000121
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so malloc 72 0x5571735916b0 0.000120
+gallium_dri.so free 0x557173591700 void 0.000122
+gallium_dri.so free 0x5571735916b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735916b0 0.000120
+gallium_dri.so free 0x557173591800 void 0.000119
+gallium_dri.so free 0x5571735916b0 void 0.000128
+gallium_dri.so malloc 72 0x557173591840 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000122
+gallium_dri.so free 0x557173591840 void 0.000119
+gallium_dri.so malloc 72 0x5571735918c0 0.000120
+gallium_dri.so free 0x557173591980 void 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735918c0 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so free 0x5571735918c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591a30 0.000119
+gallium_dri.so free 0x557173591a80 void 0.000120
+gallium_dri.so free 0x557173591a30 void 0.000120
+gallium_dri.so malloc 72 0x557173591a30 0.000120
+gallium_dri.so free 0x557173591b80 void 0.000120
+gallium_dri.so free 0x557173591a30 void 0.000120
+gallium_dri.so malloc 72 0x557173591b30 0.000120
+gallium_dri.so free 0x557173591c40 void 0.000119
+gallium_dri.so free 0x557173591b30 void 0.000119
+gallium_dri.so malloc 72 0x557173591bf0 0.000121
+gallium_dri.so free 0x557173591cc0 void 0.000127
+gallium_dri.so free 0x557173591bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173591bf0 0.000122
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so free 0x557173591bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173591bf0 0.000122
+gallium_dri.so free 0x557173591e40 void 0.000127
+gallium_dri.so free 0x557173591bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173591df0 0.000121
+gallium_dri.so free 0x557173591ec0 void 0.000120
+gallium_dri.so free 0x557173591df0 void 0.000119
+gallium_dri.so malloc 72 0x557173591f10 0.000120
+gallium_dri.so free 0x5571735f49c0 void 0.000121
+gallium_dri.so free 0x557173591f10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49e0 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000120
+gallium_dri.so free 0x5571735f49e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a30 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000121
+gallium_dri.so free 0x5571735f4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4b00 0.000121
+gallium_dri.so free 0x5571735f4bc0 void 0.000122
+gallium_dri.so free 0x5571735f4b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4b00 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so free 0x5571735f4b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4c40 0.000122
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c40 0.000120
+gallium_dri.so free 0x5571735f4dc0 void 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4c40 0.000122
+gallium_dri.so free 0x5571735f4e80 void 0.000127
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e30 0.000120
+gallium_dri.so free 0x5571735f4f00 void 0.000122
+gallium_dri.so free 0x5571735f4e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4f50 0.000121
+gallium_dri.so free 0x5571735f4fc0 void 0.000120
+gallium_dri.so free 0x5571735f4f50 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5000 0.000120
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f5000 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5000 0.000121
+gallium_dri.so free 0x5571735f5100 void 0.000121
+gallium_dri.so free 0x5571735f5000 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5130 0.000120
+gallium_dri.so free 0x5571735f5180 void 0.000120
+gallium_dri.so free 0x5571735f5130 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5130 0.000122
+gallium_dri.so free 0x5571735f5280 void 0.000120
+gallium_dri.so free 0x5571735f5130 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5230 0.000120
+gallium_dri.so free 0x5571735f5340 void 0.000121
+gallium_dri.so free 0x5571735f5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52f0 0.000119
+gallium_dri.so free 0x5571735f5380 void 0.000131
+gallium_dri.so free 0x5571735f52f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f52f0 0.000120
+gallium_dri.so free 0x5571735f5440 void 0.000121
+gallium_dri.so free 0x5571735f52f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f54b0 0.000119
+gallium_dri.so free 0x5571735f5500 void 0.000154
+gallium_dri.so free 0x5571735f54b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f54b0 0.000121
+gallium_dri.so free 0x5571735f5600 void 0.000121
+gallium_dri.so free 0x5571735f54b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f55b0 0.000119
+gallium_dri.so free 0x5571735f56c0 void 0.000120
+gallium_dri.so free 0x5571735f55b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5670 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000121
+gallium_dri.so free 0x5571735f5670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5670 0.000119
+gallium_dri.so free 0x5571735f57c0 void 0.000120
+gallium_dri.so free 0x5571735f5670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5800 0.000119
+gallium_dri.so free 0x5571735f5880 void 0.000120
+gallium_dri.so free 0x5571735f5800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5880 0.000122
+gallium_dri.so free 0x5571735f5940 void 0.000120
+gallium_dri.so free 0x5571735f5880 void 0.000183
+gallium_dri.so malloc 72 0x5571735f5880 0.000123
+gallium_dri.so free 0x5571735f5a00 void 0.000121
+gallium_dri.so free 0x5571735f5880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a20 0.000121
+gallium_dri.so free 0x5571735f5ac0 void 0.000120
+gallium_dri.so free 0x5571735f5a20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5a70 0.000120
+gallium_dri.so free 0x5571735f5b40 void 0.000120
+gallium_dri.so free 0x5571735f5a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5a70 0.000120
+gallium_dri.so free 0x5571735f5bc0 void 0.000121
+gallium_dri.so free 0x5571735f5a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5bc0 0.000120
+gallium_dri.so free 0x5571735f5c80 void 0.000120
+gallium_dri.so free 0x5571735f5bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5bc0 0.000121
+gallium_dri.so free 0x5571735f5d40 void 0.000121
+gallium_dri.so free 0x5571735f5bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5bc0 0.000122
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so free 0x5571735f5bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5db0 0.000121
+gallium_dri.so free 0x5571735f5ec0 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e70 0.000121
+gallium_dri.so free 0x5571735f5f40 void 0.000122
+gallium_dri.so free 0x5571735f5e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f90 0.000118
+gallium_dri.so free 0x5571735f6000 void 0.000121
+gallium_dri.so free 0x5571735f5f90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6020 0.000119
+gallium_dri.so free 0x5571735f60c0 void 0.000120
+gallium_dri.so free 0x5571735f6020 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6070 0.000120
+gallium_dri.so free 0x5571735f6140 void 0.000120
+gallium_dri.so free 0x5571735f6070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6070 0.000200
+gallium_dri.so free 0x5571735f61c0 void 0.000208
+gallium_dri.so free 0x5571735f6070 void 0.000126
+gallium_dri.so malloc 72 0x5571735f61c0 0.000121
+gallium_dri.so free 0x5571735f6280 void 0.000121
+gallium_dri.so free 0x5571735f61c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f61c0 0.000124
+gallium_dri.so free 0x5571735f6380 void 0.000166
+gallium_dri.so free 0x5571735f61c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6330 0.000123
+gallium_dri.so free 0x5571735f63c0 void 0.000122
+gallium_dri.so free 0x5571735f6330 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6330 0.000122
+gallium_dri.so free 0x5571735f6480 void 0.000135
+gallium_dri.so free 0x5571735f6330 void 0.000123
+gallium_dri.so malloc 72 0x5571735f64c0 0.000122
+gallium_dri.so free 0x5571735f6540 void 0.000123
+gallium_dri.so free 0x5571735f64c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6540 0.000123
+gallium_dri.so free 0x5571735f6600 void 0.000124
+gallium_dri.so free 0x5571735f6540 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6540 0.000122
+gallium_dri.so free 0x5571735f6680 void 0.000122
+gallium_dri.so free 0x5571735f6540 void 0.000122
+gallium_dri.so malloc 72 0x5571735f66b0 0.000122
+gallium_dri.so free 0x5571735f6700 void 0.000121
+gallium_dri.so free 0x5571735f66b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f66b0 0.000122
+gallium_dri.so free 0x5571735f6800 void 0.000123
+gallium_dri.so free 0x5571735f66b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6840 0.000123
+gallium_dri.so free 0x5571735f68c0 void 0.000123
+gallium_dri.so free 0x5571735f6840 void 0.000123
+gallium_dri.so malloc 72 0x5571735f68c0 0.000122
+gallium_dri.so free 0x5571735f6980 void 0.000123
+gallium_dri.so free 0x5571735f68c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f68c0 0.000123
+gallium_dri.so free 0x5571735f6a00 void 0.000123
+gallium_dri.so free 0x5571735f68c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6a30 0.000122
+gallium_dri.so free 0x5571735f6a80 void 0.000122
+gallium_dri.so free 0x5571735f6a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6a30 0.000121
+gallium_dri.so free 0x5571735f6b80 void 0.000121
+gallium_dri.so free 0x5571735f6a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6b30 0.000120
+gallium_dri.so free 0x5571735f6c40 void 0.000124
+gallium_dri.so free 0x5571735f6b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6cc0 void 0.000123
+gallium_dri.so free 0x5571735f6bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6d80 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000122
+gallium_dri.so free 0x5571735f6e40 void 0.000124
+gallium_dri.so free 0x5571735f6bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6df0 0.000122
+gallium_dri.so free 0x5571735f6ec0 void 0.000123
+gallium_dri.so free 0x5571735f6df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6f10 0.000122
+gallium_dri.so free 0x5571735f6f80 void 0.000122
+gallium_dri.so free 0x5571735f6f10 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6fa0 0.000187
+gallium_dri.so free 0x5571735f7040 void 0.000125
+gallium_dri.so free 0x5571735f6fa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000123
+gallium_dri.so free 0x5571735f70c0 void 0.000122
+gallium_dri.so free 0x5571735f6ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f70c0 0.000122
+gallium_dri.so free 0x5571735f7180 void 0.000128
+gallium_dri.so free 0x5571735f70c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f70c0 0.000122
+gallium_dri.so free 0x5571735f7200 void 0.000123
+gallium_dri.so free 0x5571735f70c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7200 0.000122
+gallium_dri.so free 0x5571735f72c0 void 0.000124
+gallium_dri.so free 0x5571735f7200 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7200 0.000123
+gallium_dri.so free 0x5571735f7380 void 0.000123
+gallium_dri.so free 0x5571735f7200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7200 0.000121
+gallium_dri.so free 0x5571735f7440 void 0.000123
+gallium_dri.so free 0x5571735f7200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f73f0 0.000121
+gallium_dri.so free 0x5571735f74c0 void 0.000122
+gallium_dri.so free 0x5571735f73f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7510 0.000120
+gallium_dri.so free 0x5571735f7580 void 0.000133
+gallium_dri.so free 0x5571735f7510 void 0.000141
+gallium_dri.so malloc 72 0x5571735f75c0 0.000125
+gallium_dri.so free 0x5571735f7640 void 0.000124
+gallium_dri.so free 0x5571735f75c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f75c0 0.000122
+gallium_dri.so free 0x5571735f76c0 void 0.000122
+gallium_dri.so free 0x5571735f75c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f76f0 0.000121
+gallium_dri.so free 0x5571735f7740 void 0.000123
+gallium_dri.so free 0x5571735f76f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f76f0 0.000123
+gallium_dri.so free 0x5571735f7840 void 0.000124
+gallium_dri.so free 0x5571735f76f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f77f0 0.000125
+gallium_dri.so free 0x5571735f7900 void 0.000124
+gallium_dri.so free 0x5571735f77f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f78b0 0.000127
+gallium_dri.so free 0x5571735f7940 void 0.000153
+gallium_dri.so free 0x5571735f78b0 void 0.000246
+gallium_dri.so malloc 72 0x5571735f78b0 0.000175
+gallium_dri.so free 0x5571735f7a00 void 0.000179
+gallium_dri.so free 0x5571735f78b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f7a70 0.000176
+gallium_dri.so free 0x5571735f7ac0 void 0.000173
+gallium_dri.so free 0x5571735f7a70 void 0.000175
+gallium_dri.so malloc 72 0x5571735f7a70 0.000127
+gallium_dri.so free 0x5571735f7bc0 void 0.000121
+gallium_dri.so free 0x5571735f7a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7b70 0.000112
+gallium_dri.so free 0x5571735f7c80 void 0.000111
+gallium_dri.so free 0x5571735f7b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7c30 0.000110
+gallium_dri.so free 0x5571735f7cc0 void 0.000110
+gallium_dri.so free 0x5571735f7c30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7c30 0.000111
+gallium_dri.so free 0x5571735f7d80 void 0.000110
+gallium_dri.so free 0x5571735f7c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000109
+gallium_dri.so free 0x5571735f7e40 void 0.000110
+gallium_dri.so free 0x5571735f7dc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7e40 0.000111
+gallium_dri.so free 0x5571735f7f00 void 0.000125
+gallium_dri.so free 0x5571735f7e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7e40 0.000112
+gallium_dri.so free 0x5571735f7fc0 void 0.000111
+gallium_dri.so free 0x5571735f7e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7fe0 0.000125
+gallium_dri.so free 0x5571735f8080 void 0.000111
+gallium_dri.so free 0x5571735f7fe0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8030 0.000110
+gallium_dri.so free 0x5571735f8100 void 0.000110
+gallium_dri.so free 0x5571735f8030 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8030 0.000111
+gallium_dri.so free 0x5571735f8180 void 0.000113
+gallium_dri.so free 0x5571735f8030 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8180 0.000110
+gallium_dri.so free 0x5571735f8240 void 0.000109
+gallium_dri.so free 0x5571735f8180 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8180 0.000111
+gallium_dri.so free 0x5571735f8300 void 0.000109
+gallium_dri.so free 0x5571735f8180 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8180 0.000110
+gallium_dri.so free 0x5571735f83c0 void 0.000110
+gallium_dri.so free 0x5571735f8180 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8370 0.000110
+gallium_dri.so free 0x5571735f8480 void 0.000111
+gallium_dri.so free 0x5571735f8370 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8430 0.000115
+gallium_dri.so free 0x5571735f8500 void 0.000125
+gallium_dri.so free 0x5571735f8430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8550 0.000113
+gallium_dri.so free 0x5571735f85c0 void 0.000113
+gallium_dri.so free 0x5571735f8550 void 0.000110
+gallium_dri.so malloc 72 0x5571735f85e0 0.000134
+gallium_dri.so free 0x5571735f8680 void 0.000121
+gallium_dri.so free 0x5571735f85e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8630 0.000113
+gallium_dri.so free 0x5571735f8700 void 0.000111
+gallium_dri.so free 0x5571735f8630 void 0.000109
+gallium_dri.so malloc 72 0x5571735f8630 0.000112
+gallium_dri.so free 0x5571735f8780 void 0.000109
+gallium_dri.so free 0x5571735f8630 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8780 0.000109
+gallium_dri.so free 0x5571735f8840 void 0.000109
+gallium_dri.so free 0x5571735f8780 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8780 0.000110
+gallium_dri.so free 0x5571735f8940 void 0.000110
+gallium_dri.so free 0x5571735f8780 void 0.000110
+gallium_dri.so malloc 72 0x5571735f88f0 0.000108
+gallium_dri.so free 0x5571735f8980 void 0.000117
+gallium_dri.so free 0x5571735f88f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f88f0 0.000111
+gallium_dri.so free 0x5571735f8a40 void 0.000111
+gallium_dri.so free 0x5571735f88f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f8a80 0.000111
+gallium_dri.so free 0x5571735f8b00 void 0.000111
+gallium_dri.so free 0x5571735f8a80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8b00 0.000111
+gallium_dri.so free 0x5571735f8bc0 void 0.000109
+gallium_dri.so free 0x5571735f8b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8b00 0.000110
+gallium_dri.so free 0x5571735f8c40 void 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000117
+gallium_dri.so free 0x5571735f8cc0 void 0.000116
+gallium_dri.so free 0x5571735f8c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8c70 0.000112
+gallium_dri.so free 0x5571735f8dc0 void 0.000112
+gallium_dri.so free 0x5571735f8c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8e00 0.000110
+gallium_dri.so free 0x5571735f8e80 void 0.000122
+gallium_dri.so free 0x5571735f8e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8e80 0.000111
+gallium_dri.so free 0x5571735f8f40 void 0.000110
+gallium_dri.so free 0x5571735f8e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8e80 0.000112
+gallium_dri.so free 0x5571735f8fc0 void 0.000110
+gallium_dri.so free 0x5571735f8e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000143
+gallium_dri.so free 0x5571735f9040 void 0.000172
+gallium_dri.so free 0x5571735f8ff0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000208
+gallium_dri.so free 0x5571735f9140 void 0.000168
+gallium_dri.so free 0x5571735f8ff0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f90f0 0.000168
+gallium_dri.so free 0x5571735f9200 void 0.000313
+gallium_dri.so free 0x5571735f90f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f91b0 0.000120
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f91b0 0.000109
+gallium_dri.so free 0x5571735f9340 void 0.000110
+gallium_dri.so free 0x5571735f91b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f91b0 0.000109
+gallium_dri.so free 0x5571735f9400 void 0.000109
+gallium_dri.so free 0x5571735f91b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f93b0 0.000109
+gallium_dri.so free 0x5571735f9480 void 0.000110
+gallium_dri.so free 0x5571735f93b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f94d0 0.000109
+gallium_dri.so free 0x5571735f9540 void 0.000109
+gallium_dri.so free 0x5571735f94d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9560 0.000109
+gallium_dri.so free 0x5571735f9600 void 0.000111
+gallium_dri.so free 0x5571735f9560 void 0.000110
+gallium_dri.so malloc 72 0x5571735f95b0 0.000109
+gallium_dri.so free 0x5571735f9680 void 0.000119
+gallium_dri.so free 0x5571735f95b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9680 0.000114
+gallium_dri.so free 0x5571735f9740 void 0.000113
+gallium_dri.so free 0x5571735f9680 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9680 0.000111
+gallium_dri.so free 0x5571735f97c0 void 0.000121
+gallium_dri.so free 0x5571735f9680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f97c0 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000110
+gallium_dri.so free 0x5571735f97c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f97c0 0.000113
+gallium_dri.so free 0x5571735f9940 void 0.000110
+gallium_dri.so free 0x5571735f97c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f97c0 0.000110
+gallium_dri.so free 0x5571735f9a00 void 0.000109
+gallium_dri.so free 0x5571735f97c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f99b0 0.000110
+gallium_dri.so free 0x5571735f9a80 void 0.000111
+gallium_dri.so free 0x5571735f99b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9ad0 0.000110
+gallium_dri.so free 0x5571735f9b40 void 0.000109
+gallium_dri.so free 0x5571735f9ad0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9b80 0.000109
+gallium_dri.so free 0x5571735f9c00 void 0.000109
+gallium_dri.so free 0x5571735f9b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9b80 0.000109
+gallium_dri.so free 0x5571735f9c80 void 0.000110
+gallium_dri.so free 0x5571735f9b80 void 0.000166
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000110
+gallium_dri.so free 0x5571735f9cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000110
+gallium_dri.so free 0x5571735f9e00 void 0.000162
+gallium_dri.so free 0x5571735f9cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9db0 0.000119
+gallium_dri.so free 0x5571735f9ec0 void 0.000120
+gallium_dri.so free 0x5571735f9db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9e70 0.000114
+gallium_dri.so free 0x5571735f9f00 void 0.000114
+gallium_dri.so free 0x5571735f9e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9e70 0.000115
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so free 0x5571735f9e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa030 0.000116
+gallium_dri.so free 0x5571735fa080 void 0.000115
+gallium_dri.so free 0x5571735fa030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa030 0.000112
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735fa030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa130 0.000118
+gallium_dri.so free 0x5571735fa240 void 0.000116
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000112
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa380 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000132
+gallium_dri.so free 0x5571735fa380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa400 0.000111
+gallium_dri.so free 0x5571735fa4c0 void 0.000110
+gallium_dri.so free 0x5571735fa400 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa400 0.000109
+gallium_dri.so free 0x5571735fa580 void 0.000110
+gallium_dri.so free 0x5571735fa400 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa5a0 0.000111
+gallium_dri.so free 0x5571735fa640 void 0.000111
+gallium_dri.so free 0x5571735fa5a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000109
+gallium_dri.so free 0x5571735fa6c0 void 0.000109
+gallium_dri.so free 0x5571735fa5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000110
+gallium_dri.so free 0x5571735fa740 void 0.000114
+gallium_dri.so free 0x5571735fa5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa740 0.000110
+gallium_dri.so free 0x5571735fa800 void 0.000111
+gallium_dri.so free 0x5571735fa740 void 0.000109
+gallium_dri.so malloc 72 0x5571735fa740 0.000112
+gallium_dri.so free 0x5571735fa8c0 void 0.000109
+gallium_dri.so free 0x5571735fa740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa740 0.000119
+gallium_dri.so free 0x5571735fa980 void 0.000117
+gallium_dri.so free 0x5571735fa740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa930 0.000111
+gallium_dri.so free 0x5571735faa40 void 0.000114
+gallium_dri.so free 0x5571735fa930 void 0.000177
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000126
+gallium_dri.so free 0x5571735faac0 void 0.000123
+gallium_dri.so free 0x5571735fa9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fab10 0.000118
+gallium_dri.so free 0x5571735fab80 void 0.000117
+gallium_dri.so free 0x5571735fab10 void 0.000113
+gallium_dri.so malloc 72 0x5571735faba0 0.000121
+gallium_dri.so free 0x5571735fac40 void 0.000114
+gallium_dri.so free 0x5571735faba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabf0 0.000113
+gallium_dri.so free 0x5571735facc0 void 0.000114
+gallium_dri.so free 0x5571735fabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabf0 0.000113
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so free 0x5571735fabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad40 0.000115
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad40 0.000115
+gallium_dri.so free 0x5571735faf00 void 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000113
+gallium_dri.so malloc 72 0x5571735faeb0 0.000113
+gallium_dri.so free 0x5571735faf40 void 0.000115
+gallium_dri.so free 0x5571735faeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faeb0 0.000112
+gallium_dri.so free 0x5571735fb000 void 0.000222
+gallium_dri.so free 0x5571735faeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb040 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000114
+gallium_dri.so free 0x5571735fb040 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000113
+gallium_dri.so free 0x5571735fb180 void 0.000116
+gallium_dri.so free 0x5571735fb0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000113
+gallium_dri.so free 0x5571735fb200 void 0.000115
+gallium_dri.so free 0x5571735fb0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb230 0.000112
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so free 0x5571735fb230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb230 0.000114
+gallium_dri.so free 0x5571735fb380 void 0.000114
+gallium_dri.so free 0x5571735fb230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000113
+gallium_dri.so free 0x5571735fb440 void 0.000116
+gallium_dri.so free 0x5571735fb3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb440 0.000113
+gallium_dri.so free 0x5571735fb500 void 0.000114
+gallium_dri.so free 0x5571735fb440 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb440 0.000113
+gallium_dri.so free 0x5571735fb580 void 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000112
+gallium_dri.so free 0x5571735fb600 void 0.000124
+gallium_dri.so free 0x5571735fb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000112
+gallium_dri.so free 0x5571735fb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000115
+gallium_dri.so free 0x5571735fb7c0 void 0.000119
+gallium_dri.so free 0x5571735fb6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb770 0.000115
+gallium_dri.so free 0x5571735fb840 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb770 0.000117
+gallium_dri.so free 0x5571735fb900 void 0.000116
+gallium_dri.so free 0x5571735fb770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb770 0.000113
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so free 0x5571735fb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb970 0.000115
+gallium_dri.so free 0x5571735fba40 void 0.000116
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fba90 0.000114
+gallium_dri.so free 0x5571735fbb00 void 0.000151
+gallium_dri.so free 0x5571735fba90 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbb20 0.000113
+gallium_dri.so free 0x5571735fbbc0 void 0.000115
+gallium_dri.so free 0x5571735fbb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb70 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000140
+gallium_dri.so free 0x5571735fbb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbc40 0.000115
+gallium_dri.so free 0x5571735fbd00 void 0.000114
+gallium_dri.so free 0x5571735fbc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc40 0.000113
+gallium_dri.so free 0x5571735fbd80 void 0.000118
+gallium_dri.so free 0x5571735fbc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd80 0.000113
+gallium_dri.so free 0x5571735fbe40 void 0.000114
+gallium_dri.so free 0x5571735fbd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd80 0.000114
+gallium_dri.so free 0x5571735fbf00 void 0.000115
+gallium_dri.so free 0x5571735fbd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd80 0.000114
+gallium_dri.so free 0x5571735fbfc0 void 0.000155
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbf70 0.000114
+gallium_dri.so free 0x5571735fc040 void 0.000115
+gallium_dri.so free 0x5571735fbf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc090 0.000113
+gallium_dri.so free 0x5571735fc100 void 0.000114
+gallium_dri.so free 0x5571735fc090 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc140 0.000114
+gallium_dri.so free 0x5571735fc1c0 void 0.000115
+gallium_dri.so free 0x5571735fc140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc140 0.000114
+gallium_dri.so free 0x5571735fc240 void 0.000179
+gallium_dri.so free 0x5571735fc140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc270 0.000112
+gallium_dri.so free 0x5571735fc2c0 void 0.000115
+gallium_dri.so free 0x5571735fc270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc270 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735fc270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc370 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc370 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc430 0.000112
+gallium_dri.so free 0x5571735fc4c0 void 0.000114
+gallium_dri.so free 0x5571735fc430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc430 0.000113
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so free 0x5571735fc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000113
+gallium_dri.so free 0x5571735fc640 void 0.000115
+gallium_dri.so free 0x5571735fc5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000113
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000111
+gallium_dri.so free 0x5571735fc840 void 0.000126
+gallium_dri.so free 0x5571735fc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000113
+gallium_dri.so free 0x5571735fc900 void 0.000115
+gallium_dri.so free 0x5571735fc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc940 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000161
+gallium_dri.so free 0x5571735fca80 void 0.000115
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000115
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb60 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcb60 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000113
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000112
+gallium_dri.so free 0x5571735fcd00 void 0.000115
+gallium_dri.so free 0x5571735fcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd00 0.000114
+gallium_dri.so free 0x5571735fcdc0 void 0.000114
+gallium_dri.so free 0x5571735fcd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd00 0.000114
+gallium_dri.so free 0x5571735fce80 void 0.000135
+gallium_dri.so free 0x5571735fcd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd00 0.000115
+gallium_dri.so free 0x5571735fcf40 void 0.000115
+gallium_dri.so free 0x5571735fcd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcef0 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000114
+gallium_dri.so free 0x5571735fcef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000112
+gallium_dri.so free 0x5571735fd080 void 0.000114
+gallium_dri.so free 0x5571735fcfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0d0 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so free 0x5571735fd0d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd160 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd160 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000115
+gallium_dri.so free 0x5571735fd280 void 0.000114
+gallium_dri.so free 0x5571735fd1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000112
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so free 0x5571735fd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd300 0.000113
+gallium_dri.so free 0x5571735fd3c0 void 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd300 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd300 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd470 0.000113
+gallium_dri.so free 0x5571735fd500 void 0.000114
+gallium_dri.so free 0x5571735fd470 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd470 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000114
+gallium_dri.so free 0x5571735fd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd600 0.000114
+gallium_dri.so free 0x5571735fd680 void 0.000115
+gallium_dri.so free 0x5571735fd600 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd680 0.000113
+gallium_dri.so free 0x5571735fd740 void 0.000112
+gallium_dri.so free 0x5571735fd680 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd680 0.000113
+gallium_dri.so free 0x5571735fd7c0 void 0.000115
+gallium_dri.so free 0x5571735fd680 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000115
+gallium_dri.so free 0x5571735fd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000114
+gallium_dri.so free 0x5571735fd7f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735fd980 0.000116
+gallium_dri.so free 0x5571735fda00 void 0.000120
+gallium_dri.so free 0x5571735fd980 void 0.000124
+gallium_dri.so malloc 72 0x5571735fda00 0.000122
+gallium_dri.so free 0x5571735fdac0 void 0.000122
+gallium_dri.so free 0x5571735fda00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda00 0.000114
+gallium_dri.so free 0x5571735fdb40 void 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000112
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc70 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000114
+gallium_dri.so free 0x5571735fdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd30 0.000115
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fdd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd30 0.000113
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so free 0x5571735fdd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd30 0.000112
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fdd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf30 0.000113
+gallium_dri.so free 0x5571735fe000 void 0.000115
+gallium_dri.so free 0x5571735fdf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe050 0.000113
+gallium_dri.so free 0x5571735fe0c0 void 0.000140
+gallium_dri.so free 0x5571735fe050 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe0e0 0.000114
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe130 0.000113
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe200 0.000113
+gallium_dri.so free 0x5571735fe2c0 void 0.000115
+gallium_dri.so free 0x5571735fe200 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe200 0.000113
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe200 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe340 0.000112
+gallium_dri.so free 0x5571735fe400 void 0.000115
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe340 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe340 0.000113
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe530 0.000113
+gallium_dri.so free 0x5571735fe600 void 0.000116
+gallium_dri.so free 0x5571735fe530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe650 0.000112
+gallium_dri.so free 0x5571735fe6c0 void 0.000160
+gallium_dri.so free 0x5571735fe650 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe700 0.000118
+gallium_dri.so free 0x5571735fe780 void 0.000125
+gallium_dri.so free 0x5571735fe700 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe700 0.000114
+gallium_dri.so free 0x5571735fe800 void 0.000114
+gallium_dri.so free 0x5571735fe700 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe830 0.000168
+gallium_dri.so free 0x5571735fe880 void 0.000214
+gallium_dri.so free 0x5571735fe830 void 0.000275
+gallium_dri.so malloc 72 0x5571735fe830 0.000311
+gallium_dri.so free 0x5571735fe980 void 0.000200
+gallium_dri.so free 0x5571735fe830 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe930 0.000115
+gallium_dri.so free 0x5571735fea40 void 0.000115
+gallium_dri.so free 0x5571735fe930 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000114
+gallium_dri.so free 0x5571735fea80 void 0.000114
+gallium_dri.so free 0x5571735fe9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000114
+gallium_dri.so free 0x5571735feb40 void 0.000123
+gallium_dri.so free 0x5571735fe9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735febb0 0.000115
+gallium_dri.so free 0x5571735fec00 void 0.000115
+gallium_dri.so free 0x5571735febb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735febb0 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000116
+gallium_dri.so free 0x5571735febb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecb0 0.000114
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed70 0.000113
+gallium_dri.so free 0x5571735fee00 void 0.000115
+gallium_dri.so free 0x5571735fed70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed70 0.000113
+gallium_dri.so free 0x5571735feec0 void 0.000115
+gallium_dri.so free 0x5571735fed70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef00 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef80 0.000114
+gallium_dri.so free 0x5571735ff040 void 0.000114
+gallium_dri.so free 0x5571735fef80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef80 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000115
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff120 0.000112
+gallium_dri.so free 0x5571735ff1c0 void 0.000115
+gallium_dri.so free 0x5571735ff120 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff170 0.000119
+gallium_dri.so free 0x5571735ff240 void 0.000123
+gallium_dri.so free 0x5571735ff170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff170 0.000113
+gallium_dri.so free 0x5571735ff2c0 void 0.000113
+gallium_dri.so free 0x5571735ff170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff2c0 0.000246
+gallium_dri.so free 0x5571735ff380 void 0.000215
+gallium_dri.so free 0x5571735ff2c0 void 0.000206
+gallium_dri.so malloc 72 0x5571735ff2c0 0.000120
+gallium_dri.so free 0x5571735ff440 void 0.000115
+gallium_dri.so free 0x5571735ff2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff2c0 0.000117
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so free 0x5571735ff4b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ff570 0.000120
+gallium_dri.so free 0x5571735ff640 void 0.000126
+gallium_dri.so free 0x5571735ff570 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff690 0.000293
+gallium_dri.so free 0x5571735ff700 void 0.000286
+gallium_dri.so free 0x5571735ff690 void 0.000280
+gallium_dri.so malloc 72 0x5571735ff720 0.000275
+gallium_dri.so free 0x5571735ff7c0 void 0.000276
+gallium_dri.so free 0x5571735ff720 void 0.000238
+gallium_dri.so malloc 72 0x5571735ff770 0.000166
+gallium_dri.so free 0x5571735ff840 void 0.000166
+gallium_dri.so free 0x5571735ff770 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff770 0.000128
+gallium_dri.so free 0x5571735ff8c0 void 0.000130
+gallium_dri.so free 0x5571735ff770 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000159
+gallium_dri.so free 0x5571735ff980 void 0.000169
+gallium_dri.so free 0x5571735ff8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000120
+gallium_dri.so free 0x5571735ff8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffa30 0.000119
+gallium_dri.so free 0x5571735ffac0 void 0.000120
+gallium_dri.so free 0x5571735ffa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa30 0.000117
+gallium_dri.so free 0x5571735ffb80 void 0.000116
+gallium_dri.so free 0x5571735ffa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbc0 0.000124
+gallium_dri.so free 0x5571735ffc40 void 0.000119
+gallium_dri.so free 0x5571735ffbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc40 0.000117
+gallium_dri.so free 0x5571735ffd00 void 0.000118
+gallium_dri.so free 0x5571735ffc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffc40 0.000117
+gallium_dri.so free 0x5571735ffd80 void 0.000122
+gallium_dri.so free 0x5571735ffc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000124
+gallium_dri.so free 0x5571735cae40 void 0.000120
+gallium_dri.so free 0x5571735ffdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000118
+gallium_dri.so free 0x5571735ffe00 void 0.000123
+gallium_dri.so free 0x5571735ffdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000121
+gallium_dri.so free 0x5571735caf40 void 0.000126
+gallium_dri.so free 0x5571735ffdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735caf90 0.000143
+gallium_dri.so free 0x5571735cb000 void 0.000125
+gallium_dri.so free 0x5571735caf90 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb020 0.000121
+gallium_dri.so free 0x5571735cb0c0 void 0.000120
+gallium_dri.so free 0x5571735cb020 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb070 0.000118
+gallium_dri.so free 0x5571735cb140 void 0.000125
+gallium_dri.so free 0x5571735cb070 void 0.000175
+gallium_dri.so malloc 72 0x5571735cb070 0.000120
+gallium_dri.so free 0x5571735cb1c0 void 0.000121
+gallium_dri.so free 0x5571735cb070 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000120
+gallium_dri.so free 0x5571735cb280 void 0.000119
+gallium_dri.so free 0x5571735cb1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000120
+gallium_dri.so free 0x5571735cb380 void 0.000122
+gallium_dri.so free 0x5571735cb1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000120
+gallium_dri.so free 0x5571735cb400 void 0.000120
+gallium_dri.so free 0x5571735cb1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb430 0.000120
+gallium_dri.so free 0x5571735cb480 void 0.000120
+gallium_dri.so free 0x5571735cb430 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb430 0.000119
+gallium_dri.so free 0x5571735cb580 void 0.000166
+gallium_dri.so free 0x5571735cb430 void 0.000163
+gallium_dri.so malloc 72 0x5571735cb530 0.000122
+gallium_dri.so free 0x5571735cb640 void 0.000120
+gallium_dri.so free 0x5571735cb530 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000119
+gallium_dri.so free 0x5571735cb680 void 0.000123
+gallium_dri.so free 0x5571735cb5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000124
+gallium_dri.so free 0x5571735cb740 void 0.000121
+gallium_dri.so free 0x5571735cb5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb790 0.000121
+gallium_dri.so free 0x5571735cb800 void 0.000121
+gallium_dri.so free 0x5571735cb790 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb840 0.000119
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so free 0x5571735cb840 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000118
+gallium_dri.so free 0x5571735cb980 void 0.000122
+gallium_dri.so free 0x5571735cb8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb8c0 0.000118
+gallium_dri.so free 0x5571735cba00 void 0.000127
+gallium_dri.so free 0x5571735cb8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cba30 0.000120
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so free 0x5571735cba30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cba30 0.000127
+gallium_dri.so free 0x5571735cbb80 void 0.000118
+gallium_dri.so free 0x5571735cba30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbb30 0.000125
+gallium_dri.so free 0x5571735cbc40 void 0.000120
+gallium_dri.so free 0x5571735cbb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000119
+gallium_dri.so free 0x5571735cbcc0 void 0.000119
+gallium_dri.so free 0x5571735cbbf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbce0 0.000131
+gallium_dri.so free 0x5571735cbd80 void 0.000124
+gallium_dri.so free 0x5571735cbce0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbd30 0.000131
+gallium_dri.so free 0x5571735cbe00 void 0.000126
+gallium_dri.so free 0x5571735cbd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd30 0.000119
+gallium_dri.so free 0x5571735cbe80 void 0.000120
+gallium_dri.so free 0x5571735cbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbe80 0.000119
+gallium_dri.so free 0x5571735cbf40 void 0.000121
+gallium_dri.so free 0x5571735cbe80 void 0.000179
+gallium_dri.so malloc 72 0x5571735cbe80 0.000115
+gallium_dri.so free 0x5571735cc000 void 0.000115
+gallium_dri.so free 0x5571735cbe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbe80 0.000128
+gallium_dri.so free 0x5571735cc0c0 void 0.000118
+gallium_dri.so free 0x5571735cbe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc070 0.000113
+gallium_dri.so free 0x5571735cc0c0 void 0.000115
+gallium_dri.so free 0x5571735cc070 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc070 0.000114
+gallium_dri.so free 0x5571735cc1c0 void 0.000115
+gallium_dri.so free 0x5571735cc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc170 0.000113
+gallium_dri.so free 0x5571735cc280 void 0.000114
+gallium_dri.so free 0x5571735cc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc230 0.000118
+gallium_dri.so free 0x5571735cc2c0 void 0.000115
+gallium_dri.so free 0x5571735cc230 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc230 0.000112
+gallium_dri.so free 0x5571735cc380 void 0.000115
+gallium_dri.so free 0x5571735cc230 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc3c0 0.000113
+gallium_dri.so free 0x5571735cc440 void 0.000115
+gallium_dri.so free 0x5571735cc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc440 0.000113
+gallium_dri.so free 0x5571735cc500 void 0.000115
+gallium_dri.so free 0x5571735cc440 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc440 0.000115
+gallium_dri.so free 0x5571735cc5c0 void 0.000115
+gallium_dri.so free 0x5571735cc440 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc5e0 0.000151
+gallium_dri.so free 0x5571735cc680 void 0.000114
+gallium_dri.so free 0x5571735cc5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc630 0.000112
+gallium_dri.so free 0x5571735cc700 void 0.000112
+gallium_dri.so free 0x5571735cc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc630 0.000113
+gallium_dri.so free 0x5571735cc780 void 0.000113
+gallium_dri.so free 0x5571735cc630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc780 0.000112
+gallium_dri.so free 0x5571735cc840 void 0.000112
+gallium_dri.so free 0x5571735cc780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc780 0.000112
+gallium_dri.so free 0x5571735cc900 void 0.000114
+gallium_dri.so free 0x5571735cc780 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc780 0.000112
+gallium_dri.so free 0x5571735cc9c0 void 0.000113
+gallium_dri.so free 0x5571735cc780 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc970 0.000111
+gallium_dri.so free 0x5571735cca80 void 0.000112
+gallium_dri.so free 0x5571735cc970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cca30 0.000111
+gallium_dri.so free 0x5571735ccb00 void 0.000112
+gallium_dri.so free 0x5571735cca30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccb50 0.000124
+gallium_dri.so free 0x5571735ccbc0 void 0.000125
+gallium_dri.so free 0x5571735ccb50 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccbe0 0.000123
+gallium_dri.so free 0x5571735ccc80 void 0.000127
+gallium_dri.so free 0x5571735ccbe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccc30 0.000114
+gallium_dri.so free 0x5571735ccd00 void 0.000115
+gallium_dri.so free 0x5571735ccc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc30 0.000112
+gallium_dri.so free 0x5571735ccd80 void 0.000114
+gallium_dri.so free 0x5571735ccc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd80 0.000157
+gallium_dri.so free 0x5571735cce40 void 0.000117
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd80 0.000115
+gallium_dri.so free 0x5571735ccf40 void 0.000115
+gallium_dri.so free 0x5571735ccd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccef0 0.000113
+gallium_dri.so free 0x5571735ccf80 void 0.000115
+gallium_dri.so free 0x5571735ccef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccef0 0.000112
+gallium_dri.so free 0x5571735cd040 void 0.000117
+gallium_dri.so free 0x5571735ccef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd080 0.000113
+gallium_dri.so free 0x5571735cd100 void 0.000114
+gallium_dri.so free 0x5571735cd080 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd100 0.000113
+gallium_dri.so free 0x5571735cd1c0 void 0.000114
+gallium_dri.so free 0x5571735cd100 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd100 0.000128
+gallium_dri.so free 0x5571735cd240 void 0.000115
+gallium_dri.so free 0x5571735cd100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd270 0.000114
+gallium_dri.so free 0x5571735cd2c0 void 0.000115
+gallium_dri.so free 0x5571735cd270 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd270 0.000115
+gallium_dri.so free 0x5571735cd3c0 void 0.000114
+gallium_dri.so free 0x5571735cd270 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd400 0.000114
+gallium_dri.so free 0x5571735cd480 void 0.000115
+gallium_dri.so free 0x5571735cd400 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd480 0.000113
+gallium_dri.so free 0x5571735cd540 void 0.000116
+gallium_dri.so free 0x5571735cd480 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd480 0.000114
+gallium_dri.so free 0x5571735cd5c0 void 0.000114
+gallium_dri.so free 0x5571735cd480 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000113
+gallium_dri.so free 0x5571735cd640 void 0.000115
+gallium_dri.so free 0x5571735cd5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd5f0 0.000112
+gallium_dri.so free 0x5571735cd740 void 0.000115
+gallium_dri.so free 0x5571735cd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd6f0 0.000112
+gallium_dri.so free 0x5571735cd800 void 0.000114
+gallium_dri.so free 0x5571735cd6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000114
+gallium_dri.so free 0x5571735cd880 void 0.000117
+gallium_dri.so free 0x5571735cd7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000110
+gallium_dri.so free 0x5571735cd940 void 0.000112
+gallium_dri.so free 0x5571735cd7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd7b0 0.000111
+gallium_dri.so free 0x5571735cda00 void 0.000112
+gallium_dri.so free 0x5571735cd7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd9b0 0.000111
+gallium_dri.so free 0x5571735cda80 void 0.000119
+gallium_dri.so free 0x5571735cd9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdad0 0.000114
+gallium_dri.so free 0x5571735cdb40 void 0.000114
+gallium_dri.so free 0x5571735cdad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb60 0.000124
+gallium_dri.so free 0x5571735cdc00 void 0.000118
+gallium_dri.so free 0x5571735cdb60 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000114
+gallium_dri.so free 0x5571735cdc80 void 0.000115
+gallium_dri.so free 0x5571735cdbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdc80 0.000114
+gallium_dri.so free 0x5571735cdd40 void 0.000115
+gallium_dri.so free 0x5571735cdc80 void 0.000163
+gallium_dri.so malloc 72 0x5571735cdc80 0.000116
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cddc0 0.000125
+gallium_dri.so free 0x5571735cde80 void 0.000115
+gallium_dri.so free 0x5571735cddc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cddc0 0.000112
+gallium_dri.so free 0x5571735cdf40 void 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cddc0 0.000112
+gallium_dri.so free 0x5571735ce000 void 0.000114
+gallium_dri.so free 0x5571735cddc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000113
+gallium_dri.so free 0x5571735ce080 void 0.000115
+gallium_dri.so free 0x5571735cdfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0d0 0.000112
+gallium_dri.so free 0x5571735ce140 void 0.000114
+gallium_dri.so free 0x5571735ce0d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce180 0.000112
+gallium_dri.so free 0x5571735ce200 void 0.000115
+gallium_dri.so free 0x5571735ce180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce180 0.000114
+gallium_dri.so free 0x5571735ce280 void 0.000115
+gallium_dri.so free 0x5571735ce180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000112
+gallium_dri.so free 0x5571735ce300 void 0.000115
+gallium_dri.so free 0x5571735ce2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000113
+gallium_dri.so free 0x5571735ce400 void 0.000114
+gallium_dri.so free 0x5571735ce2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000112
+gallium_dri.so free 0x5571735ce4c0 void 0.000119
+gallium_dri.so free 0x5571735ce3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce470 0.000112
+gallium_dri.so free 0x5571735ce500 void 0.000112
+gallium_dri.so free 0x5571735ce470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ce470 0.000110
+gallium_dri.so free 0x5571735ce5c0 void 0.000112
+gallium_dri.so free 0x5571735ce470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce630 0.000112
+gallium_dri.so free 0x5571735ce680 void 0.000112
+gallium_dri.so free 0x5571735ce630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce630 0.000112
+gallium_dri.so free 0x5571735ce780 void 0.000113
+gallium_dri.so free 0x5571735ce630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce730 0.000112
+gallium_dri.so free 0x5571735ce840 void 0.000111
+gallium_dri.so free 0x5571735ce730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000123
+gallium_dri.so free 0x5571735ce880 void 0.000120
+gallium_dri.so free 0x5571735ce7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce7f0 0.000114
+gallium_dri.so free 0x5571735ce940 void 0.000113
+gallium_dri.so free 0x5571735ce7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce980 0.000121
+gallium_dri.so free 0x5571735cea00 void 0.000123
+gallium_dri.so free 0x5571735ce980 void 0.000125
+gallium_dri.so malloc 72 0x5571735cea00 0.000133
+gallium_dri.so free 0x5571735ceac0 void 0.000123
+gallium_dri.so free 0x5571735cea00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cea00 0.000136
+gallium_dri.so free 0x5571735ceb80 void 0.000116
+gallium_dri.so free 0x5571735cea00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceba0 0.000113
+gallium_dri.so free 0x5571735cec40 void 0.000114
+gallium_dri.so free 0x5571735ceba0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cebf0 0.000112
+gallium_dri.so free 0x5571735cecc0 void 0.000114
+gallium_dri.so free 0x5571735cebf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebf0 0.000117
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so free 0x5571735cebf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ced40 0.000112
+gallium_dri.so free 0x5571735cee00 void 0.000115
+gallium_dri.so free 0x5571735ced40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ced40 0.000113
+gallium_dri.so free 0x5571735ceec0 void 0.000115
+gallium_dri.so free 0x5571735ced40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ced40 0.000113
+gallium_dri.so free 0x5571735cef80 void 0.000113
+gallium_dri.so free 0x5571735ced40 void 0.000111
+gallium_dri.so malloc 72 0x5571735cef30 0.000114
+gallium_dri.so free 0x5571735cf040 void 0.000114
+gallium_dri.so free 0x5571735cef30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ceff0 0.000116
+gallium_dri.so free 0x5571735cf0c0 void 0.000113
+gallium_dri.so free 0x5571735ceff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf110 0.000112
+gallium_dri.so free 0x5571735cf180 void 0.000115
+gallium_dri.so free 0x5571735cf110 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf1a0 0.000112
+gallium_dri.so free 0x5571735cf240 void 0.000114
+gallium_dri.so free 0x5571735cf1a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000112
+gallium_dri.so free 0x5571735cf2c0 void 0.000115
+gallium_dri.so free 0x5571735cf1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000112
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf340 0.000113
+gallium_dri.so free 0x5571735cf400 void 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf340 0.000112
+gallium_dri.so free 0x5571735cf500 void 0.000118
+gallium_dri.so free 0x5571735cf340 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so free 0x5571735cf4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000113
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf640 0.000164
+gallium_dri.so free 0x5571735cf6c0 void 0.000113
+gallium_dri.so free 0x5571735cf640 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000116
+gallium_dri.so free 0x5571735cf780 void 0.000123
+gallium_dri.so free 0x5571735cf6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000115
+gallium_dri.so free 0x5571735cf800 void 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf830 0.000115
+gallium_dri.so free 0x5571735cf880 void 0.000115
+gallium_dri.so free 0x5571735cf830 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf830 0.000119
+gallium_dri.so free 0x5571735cf980 void 0.000125
+gallium_dri.so free 0x5571735cf830 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf9c0 0.000115
+gallium_dri.so free 0x5571735cfa40 void 0.000116
+gallium_dri.so free 0x5571735cf9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa40 0.000113
+gallium_dri.so free 0x5571735cfb00 void 0.000113
+gallium_dri.so free 0x5571735cfa40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfa40 0.000119
+gallium_dri.so free 0x5571735cfb80 void 0.000114
+gallium_dri.so free 0x5571735cfa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000127
+gallium_dri.so free 0x5571735cfbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000112
+gallium_dri.so free 0x5571735cfd00 void 0.000119
+gallium_dri.so free 0x5571735cfbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000114
+gallium_dri.so free 0x5571735cfdc0 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd70 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so free 0x5571735cfd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd70 0.000112
+gallium_dri.so free 0x5571735cff00 void 0.000113
+gallium_dri.so free 0x5571735cfd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd70 0.000112
+gallium_dri.so free 0x5571735cffc0 void 0.000156
+gallium_dri.so free 0x5571735cfd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cff70 0.000114
+gallium_dri.so free 0x5571735d0040 void 0.000114
+gallium_dri.so free 0x5571735cff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0090 0.000116
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so free 0x5571735d0090 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0120 0.000113
+gallium_dri.so free 0x5571735d01c0 void 0.000114
+gallium_dri.so free 0x5571735d0120 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0240 0.000113
+gallium_dri.so free 0x5571735d0300 void 0.000112
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0240 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0380 0.000111
+gallium_dri.so free 0x5571735d0440 void 0.000112
+gallium_dri.so free 0x5571735d0380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0380 0.000113
+gallium_dri.so free 0x5571735d0500 void 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0380 0.000110
+gallium_dri.so free 0x5571735d05c0 void 0.000111
+gallium_dri.so free 0x5571735d0380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0570 0.000112
+gallium_dri.so free 0x5571735d0640 void 0.000112
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0690 0.000112
+gallium_dri.so free 0x5571735d0700 void 0.000113
+gallium_dri.so free 0x5571735d0690 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0740 0.000111
+gallium_dri.so free 0x5571735d07c0 void 0.000112
+gallium_dri.so free 0x5571735d0740 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0740 0.000115
+gallium_dri.so free 0x5571735d0840 void 0.000117
+gallium_dri.so free 0x5571735d0740 void 0.000187
+gallium_dri.so malloc 72 0x5571735d0870 0.000124
+gallium_dri.so free 0x5571735d08c0 void 0.000192
+gallium_dri.so free 0x5571735d0870 void 0.000162
+gallium_dri.so malloc 72 0x5571735d0870 0.000117
+gallium_dri.so free 0x5571735d09c0 void 0.000115
+gallium_dri.so free 0x5571735d0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0970 0.000149
+gallium_dri.so free 0x5571735d0a80 void 0.000116
+gallium_dri.so free 0x5571735d0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000114
+gallium_dri.so free 0x5571735d0d40 void 0.000114
+gallium_dri.so free 0x5571735d0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000113
+gallium_dri.so free 0x5571735d0e00 void 0.000114
+gallium_dri.so free 0x5571735d0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0db0 0.000112
+gallium_dri.so free 0x5571735d0e40 void 0.000116
+gallium_dri.so free 0x5571735d0db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0db0 0.000113
+gallium_dri.so free 0x5571735d0f00 void 0.000113
+gallium_dri.so free 0x5571735d0db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0f40 0.000113
+gallium_dri.so free 0x5571735d0fc0 void 0.000114
+gallium_dri.so free 0x5571735d0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000114
+gallium_dri.so free 0x5571735d1080 void 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0fc0 0.000114
+gallium_dri.so free 0x5571735d1140 void 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1160 0.000113
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d1160 void 0.000112
+gallium_dri.so malloc 72 0x5571735d11b0 0.000113
+gallium_dri.so free 0x5571735d1280 void 0.000114
+gallium_dri.so free 0x5571735d11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d11b0 0.000113
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so free 0x5571735d11b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1300 0.000115
+gallium_dri.so free 0x5571735d13c0 void 0.000114
+gallium_dri.so free 0x5571735d1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1300 0.000119
+gallium_dri.so free 0x5571735d1480 void 0.000137
+gallium_dri.so free 0x5571735d1300 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1300 0.000116
+gallium_dri.so free 0x5571735d1540 void 0.000116
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d14f0 0.000129
+gallium_dri.so free 0x5571735d1600 void 0.000122
+gallium_dri.so free 0x5571735d14f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15b0 0.000112
+gallium_dri.so free 0x5571735d1680 void 0.000113
+gallium_dri.so free 0x5571735d15b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d16d0 0.000123
+gallium_dri.so free 0x5571735d1740 void 0.000126
+gallium_dri.so free 0x5571735d16d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1760 0.000125
+gallium_dri.so free 0x5571735d1800 void 0.000126
+gallium_dri.so free 0x5571735d1760 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17b0 0.000115
+gallium_dri.so free 0x5571735d1880 void 0.000115
+gallium_dri.so free 0x5571735d17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17b0 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000135
+gallium_dri.so free 0x5571735d17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1900 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1900 0.000116
+gallium_dri.so free 0x5571735d1ac0 void 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a70 0.000112
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a70 0.000114
+gallium_dri.so free 0x5571735d1bc0 void 0.000114
+gallium_dri.so free 0x5571735d1a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c00 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c80 0.000114
+gallium_dri.so free 0x5571735d1d40 void 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c80 0.000112
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1e40 void 0.000115
+gallium_dri.so free 0x5571735d1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1f40 void 0.000114
+gallium_dri.so free 0x5571735d1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1f80 0.000113
+gallium_dri.so free 0x5571735d2000 void 0.000115
+gallium_dri.so free 0x5571735d1f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2000 0.000172
+gallium_dri.so free 0x5571735d20c0 void 0.000199
+gallium_dri.so free 0x5571735d2000 void 0.000256
+gallium_dri.so malloc 72 0x5571735d2000 0.000210
+gallium_dri.so free 0x5571735d2140 void 0.000205
+gallium_dri.so free 0x5571735d2000 void 0.000165
+gallium_dri.so malloc 72 0x5571735d2170 0.000163
+gallium_dri.so free 0x5571735d21c0 void 0.000251
+gallium_dri.so free 0x5571735d2170 void 0.000255
+gallium_dri.so malloc 72 0x5571735d2170 0.000256
+gallium_dri.so free 0x5571735d22c0 void 0.000176
+gallium_dri.so free 0x5571735d2170 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2270 0.000114
+gallium_dri.so free 0x5571735d2380 void 0.000113
+gallium_dri.so free 0x5571735d2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2330 0.000112
+gallium_dri.so free 0x5571735d2400 void 0.000112
+gallium_dri.so free 0x5571735d2330 void 0.000209
+gallium_dri.so malloc 72 0x5571735d2330 0.000253
+gallium_dri.so free 0x5571735d24c0 void 0.000284
+gallium_dri.so free 0x5571735d2330 void 0.000227
+gallium_dri.so malloc 72 0x5571735d2330 0.000215
+gallium_dri.so free 0x5571735d2580 void 0.000225
+gallium_dri.so free 0x5571735d2330 void 0.000230
+gallium_dri.so malloc 72 0x5571735d2530 0.000226
+gallium_dri.so free 0x5571735d2600 void 0.000222
+gallium_dri.so free 0x5571735d2530 void 0.000197
+gallium_dri.so malloc 72 0x5571735d2650 0.000178
+gallium_dri.so free 0x5571735d26c0 void 0.000231
+gallium_dri.so free 0x5571735d2650 void 0.000235
+gallium_dri.so malloc 72 0x5571735d26e0 0.000271
+gallium_dri.so free 0x5571735d2780 void 0.000276
+gallium_dri.so free 0x5571735d26e0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d2730 0.000275
+gallium_dri.so free 0x5571735d2800 void 0.000265
+gallium_dri.so free 0x5571735d2730 void 0.000192
+gallium_dri.so malloc 72 0x5571735d2800 0.000197
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2800 0.000119
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2940 0.000118
+gallium_dri.so free 0x5571735d2a00 void 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2940 0.000117
+gallium_dri.so free 0x5571735d2ac0 void 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2940 0.000119
+gallium_dri.so free 0x5571735d2b80 void 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2c00 void 0.000116
+gallium_dri.so free 0x5571735d2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2c50 0.000128
+gallium_dri.so free 0x5571735d2cc0 void 0.000122
+gallium_dri.so free 0x5571735d2c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2d00 0.000118
+gallium_dri.so free 0x5571735d2d80 void 0.000118
+gallium_dri.so free 0x5571735d2d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2d00 0.000119
+gallium_dri.so free 0x5571735d2e00 void 0.000117
+gallium_dri.so free 0x5571735d2d00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2e30 0.000126
+gallium_dri.so free 0x5571735d2e80 void 0.000124
+gallium_dri.so free 0x5571735d2e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2e30 0.000123
+gallium_dri.so free 0x5571735d2f80 void 0.000124
+gallium_dri.so free 0x5571735d2e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2f30 0.000124
+gallium_dri.so free 0x5571735d3040 void 0.000124
+gallium_dri.so free 0x5571735d2f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000123
+gallium_dri.so free 0x5571735d3080 void 0.000124
+gallium_dri.so free 0x5571735d2ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000125
+gallium_dri.so free 0x5571735d3140 void 0.000131
+gallium_dri.so free 0x5571735d2ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d31b0 0.000125
+gallium_dri.so free 0x5571735d3200 void 0.000125
+gallium_dri.so free 0x5571735d31b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d31b0 0.000123
+gallium_dri.so free 0x5571735d3300 void 0.000124
+gallium_dri.so free 0x5571735d31b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d32b0 0.000125
+gallium_dri.so free 0x5571735d33c0 void 0.000124
+gallium_dri.so free 0x5571735d32b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3370 0.000124
+gallium_dri.so free 0x5571735d3400 void 0.000125
+gallium_dri.so free 0x5571735d3370 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3370 0.000124
+gallium_dri.so free 0x5571735d34c0 void 0.000125
+gallium_dri.so free 0x5571735d3370 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3500 0.000124
+gallium_dri.so free 0x5571735d3580 void 0.000123
+gallium_dri.so free 0x5571735d3500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3580 0.000123
+gallium_dri.so free 0x5571735d3640 void 0.000123
+gallium_dri.so free 0x5571735d3580 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3580 0.000124
+gallium_dri.so free 0x5571735d3700 void 0.000124
+gallium_dri.so free 0x5571735d3580 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3720 0.000124
+gallium_dri.so free 0x5571735d37c0 void 0.000124
+gallium_dri.so free 0x5571735d3720 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3770 0.000140
+gallium_dri.so free 0x5571735d3840 void 0.000125
+gallium_dri.so free 0x5571735d3770 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3770 0.000126
+gallium_dri.so free 0x5571735d38c0 void 0.000123
+gallium_dri.so free 0x5571735d3770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d38c0 0.000124
+gallium_dri.so free 0x5571735d3980 void 0.000124
+gallium_dri.so free 0x5571735d38c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d38c0 0.000124
+gallium_dri.so free 0x5571735d3a40 void 0.000125
+gallium_dri.so free 0x5571735d38c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d38c0 0.000123
+gallium_dri.so free 0x5571735d3b00 void 0.000125
+gallium_dri.so free 0x5571735d38c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000125
+gallium_dri.so free 0x5571735d3bc0 void 0.000126
+gallium_dri.so free 0x5571735d3ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3b70 0.000125
+gallium_dri.so free 0x5571735d3c40 void 0.000124
+gallium_dri.so free 0x5571735d3b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3c90 0.000124
+gallium_dri.so free 0x5571735d3d00 void 0.000123
+gallium_dri.so free 0x5571735d3c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d20 0.000119
+gallium_dri.so free 0x5571735d3dc0 void 0.000184
+gallium_dri.so free 0x5571735d3d20 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d70 0.000118
+gallium_dri.so free 0x5571735d3e40 void 0.000119
+gallium_dri.so free 0x5571735d3d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d70 0.000119
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x5571735d3d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000118
+gallium_dri.so free 0x5571735d3f80 void 0.000119
+gallium_dri.so free 0x5571735d3ec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000119
+gallium_dri.so free 0x5571735d4080 void 0.000118
+gallium_dri.so free 0x5571735d3ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4030 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so free 0x5571735d4030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4030 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000119
+gallium_dri.so free 0x5571735d4030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d41c0 0.000117
+gallium_dri.so free 0x5571735d4240 void 0.000118
+gallium_dri.so free 0x5571735d41c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4240 0.000118
+gallium_dri.so free 0x5571735d4300 void 0.000118
+gallium_dri.so free 0x5571735d4240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4240 0.000129
+gallium_dri.so free 0x5571735d4380 void 0.000125
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43b0 0.000115
+gallium_dri.so free 0x5571735d4400 void 0.000115
+gallium_dri.so free 0x5571735d43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43b0 0.000114
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4540 0.000114
+gallium_dri.so free 0x5571735d45c0 void 0.000115
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d45c0 0.000113
+gallium_dri.so free 0x5571735d4680 void 0.000115
+gallium_dri.so free 0x5571735d45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d45c0 0.000112
+gallium_dri.so free 0x5571735d4700 void 0.000113
+gallium_dri.so free 0x5571735d45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4730 0.000112
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so free 0x5571735d4730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4730 0.000113
+gallium_dri.so free 0x5571735d4880 void 0.000114
+gallium_dri.so free 0x5571735d4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4830 0.000115
+gallium_dri.so free 0x5571735d4940 void 0.000116
+gallium_dri.so free 0x5571735d4830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d48f0 0.000150
+gallium_dri.so free 0x5571735d49c0 void 0.000117
+gallium_dri.so free 0x5571735d48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48f0 0.000114
+gallium_dri.so free 0x5571735d4a80 void 0.000115
+gallium_dri.so free 0x5571735d48f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d48f0 0.000114
+gallium_dri.so free 0x5571735d4b40 void 0.000114
+gallium_dri.so free 0x5571735d48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4af0 0.000112
+gallium_dri.so free 0x5571735d4bc0 void 0.000115
+gallium_dri.so free 0x5571735d4af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4c10 0.000112
+gallium_dri.so free 0x5571735d4c80 void 0.000114
+gallium_dri.so free 0x5571735d4c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ca0 0.000117
+gallium_dri.so free 0x5571735d4d40 void 0.000113
+gallium_dri.so free 0x5571735d4ca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000115
+gallium_dri.so free 0x5571735d4e80 void 0.000117
+gallium_dri.so free 0x5571735d4dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000129
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f00 0.000117
+gallium_dri.so free 0x5571735d4fc0 void 0.000117
+gallium_dri.so free 0x5571735d4f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4f00 0.000114
+gallium_dri.so free 0x5571735d5080 void 0.000116
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f00 0.000112
+gallium_dri.so free 0x5571735d5140 void 0.000115
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50f0 0.000114
+gallium_dri.so free 0x5571735d51c0 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5210 0.000117
+gallium_dri.so free 0x5571735d5280 void 0.000115
+gallium_dri.so free 0x5571735d5210 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52c0 0.000114
+gallium_dri.so free 0x5571735d5340 void 0.000114
+gallium_dri.so free 0x5571735d52c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d52c0 0.000112
+gallium_dri.so free 0x5571735d53c0 void 0.000115
+gallium_dri.so free 0x5571735d52c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d53f0 0.000113
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so free 0x5571735d53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d53f0 0.000113
+gallium_dri.so free 0x5571735d5540 void 0.000115
+gallium_dri.so free 0x5571735d53f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54f0 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000127
+gallium_dri.so free 0x5571735d54f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5770 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5770 0.000113
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d5770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000114
+gallium_dri.so free 0x5571735d5980 void 0.000116
+gallium_dri.so free 0x5571735d5870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5930 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d5930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5930 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000114
+gallium_dri.so free 0x5571735d5b40 void 0.000117
+gallium_dri.so free 0x5571735d5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b40 0.000115
+gallium_dri.so free 0x5571735d5c00 void 0.000180
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b40 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000115
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ce0 0.000113
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d30 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5d30 0.000122
+gallium_dri.so free 0x5571735d5e80 void 0.000116
+gallium_dri.so free 0x5571735d5d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000116
+gallium_dri.so free 0x5571735d6000 void 0.000116
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000115
+gallium_dri.so free 0x5571735d60c0 void 0.000115
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6070 0.000115
+gallium_dri.so free 0x5571735d6180 void 0.000115
+gallium_dri.so free 0x5571735d6070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6130 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000126
+gallium_dri.so free 0x5571735d6130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6250 0.000113
+gallium_dri.so free 0x5571735d62c0 void 0.000116
+gallium_dri.so free 0x5571735d6250 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62e0 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000115
+gallium_dri.so free 0x5571735d62e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6330 0.000114
+gallium_dri.so free 0x5571735d6400 void 0.000115
+gallium_dri.so free 0x5571735d6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000116
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6480 0.000114
+gallium_dri.so free 0x5571735d6540 void 0.000116
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6480 0.000115
+gallium_dri.so free 0x5571735d6640 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so free 0x5571735d65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000116
+gallium_dri.so free 0x5571735d65f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6780 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000128
+gallium_dri.so free 0x5571735d6780 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6800 0.000115
+gallium_dri.so free 0x5571735d68c0 void 0.000116
+gallium_dri.so free 0x5571735d6800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6800 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000116
+gallium_dri.so free 0x5571735d6800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6970 0.000115
+gallium_dri.so free 0x5571735d69c0 void 0.000115
+gallium_dri.so free 0x5571735d6970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6970 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d6970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6b00 0.000115
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so free 0x5571735d6b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b80 0.000113
+gallium_dri.so free 0x5571735d6c40 void 0.000116
+gallium_dri.so free 0x5571735d6b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b80 0.000114
+gallium_dri.so free 0x5571735fff00 void 0.000119
+gallium_dri.so free 0x5571735d6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b80 0.000113
+gallium_dri.so free 0x55717345a880 void 0.000147
+gallium_dri.so free 0x5571735d6b80 void 0.000114
+gallium_dri.so malloc 72 0x55717345a830 0.000121
+gallium_dri.so free 0x557173459c40 void 0.000117
+gallium_dri.so free 0x55717345a830 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000116
+gallium_dri.so free 0x5571735d6c00 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173459bf0 0.000115
+gallium_dri.so free 0x5571735b4340 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b42f0 0.000113
+gallium_dri.so free 0x55717345af00 void 0.000115
+gallium_dri.so free 0x5571735b42f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b42f0 0.000126
+gallium_dri.so free 0x557173457f80 void 0.000127
+gallium_dri.so free 0x5571735b42f0 void 0.000121
+gallium_dri.so malloc 72 0x557173457f30 0.000114
+gallium_dri.so free 0x5571734572c0 void 0.000114
+gallium_dri.so free 0x557173457f30 void 0.000114
+gallium_dri.so malloc 72 0x557173457270 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x557173457270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x557173456680 void 0.000114
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x557173456630 0.000114
+gallium_dri.so free 0x557173455700 void 0.000115
+gallium_dri.so free 0x557173456630 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000128
+gallium_dri.so free 0x5571735e55c0 void 0.000116
+gallium_dri.so free 0x5571734556b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5570 0.000113
+gallium_dri.so free 0x5571735e4900 void 0.000114
+gallium_dri.so free 0x5571735e5570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48b0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000114
+gallium_dri.so free 0x5571735e48b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4530 0.000114
+gallium_dri.so free 0x5571735f4800 void 0.000116
+gallium_dri.so free 0x5571735e4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000113
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so free 0x5571735f47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3830 0.000113
+gallium_dri.so free 0x5571735b4840 void 0.000114
+gallium_dri.so free 0x5571735f3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47f0 0.000112
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47f0 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000115
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173454440 void 0.000115
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735b4600 void 0.000120
+gallium_dri.so free 0x5571734543f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4640 0.000114
+gallium_dri.so free 0x557173457940 void 0.000115
+gallium_dri.so free 0x5571735b4640 void 0.000112
+gallium_dri.so malloc 72 0x557173457940 0.000114
+gallium_dri.so free 0x557173455400 void 0.000114
+gallium_dri.so free 0x557173457940 void 0.000112
+gallium_dri.so malloc 72 0x557173455420 0.000114
+gallium_dri.so free 0x5571735e4f80 void 0.000115
+gallium_dri.so free 0x557173455420 void 0.000126
+gallium_dri.so malloc 72 0x557173455420 0.000120
+gallium_dri.so free 0x557173458840 void 0.000114
+gallium_dri.so free 0x557173455420 void 0.000113
+gallium_dri.so malloc 72 0x5571734587f0 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000115
+gallium_dri.so free 0x5571734587f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e30 0.000115
+gallium_dri.so free 0x55717345a600 void 0.000114
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x55717345a600 0.000113
+gallium_dri.so free 0x557173457040 void 0.000114
+gallium_dri.so free 0x55717345a600 void 0.000115
+gallium_dri.so malloc 72 0x55717345a600 0.000113
+gallium_dri.so free 0x5571734570c0 void 0.000115
+gallium_dri.so free 0x55717345a600 void 0.000113
+gallium_dri.so malloc 72 0x5571734570f0 0.000115
+gallium_dri.so free 0x5571735b4b80 void 0.000125
+gallium_dri.so free 0x5571734570f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734570f0 0.000124
+gallium_dri.so free 0x5571734563c0 void 0.000128
+gallium_dri.so free 0x5571734570f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734563c0 0.000116
+gallium_dri.so free 0x5571735f4540 void 0.000120
+gallium_dri.so free 0x5571734563c0 void 0.000123
+gallium_dri.so malloc 72 0x5571734563c0 0.000124
+gallium_dri.so free 0x5571735f4600 void 0.000125
+gallium_dri.so free 0x5571734563c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734563c0 0.000119
+gallium_dri.so free 0x557173456480 void 0.000119
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734564b0 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571734564b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734564b0 0.000112
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so free 0x5571734564b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000113
+gallium_dri.so free 0x557173455800 void 0.000115
+gallium_dri.so free 0x5571735e3dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173455820 0.000113
+gallium_dri.so free 0x5571734558c0 void 0.000117
+gallium_dri.so free 0x557173455820 void 0.000114
+gallium_dri.so malloc 72 0x557173455870 0.000115
+gallium_dri.so free 0x557173455940 void 0.000114
+gallium_dri.so free 0x557173455870 void 0.000113
+gallium_dri.so malloc 72 0x557173455940 0.000114
+gallium_dri.so free 0x5571735f3980 void 0.000115
+gallium_dri.so free 0x557173455940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39c0 0.000113
+gallium_dri.so free 0x5571735f3a40 void 0.000115
+gallium_dri.so free 0x5571735f39c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a40 0.000113
+gallium_dri.so free 0x5571735f3b00 void 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3a40 0.000114
+gallium_dri.so free 0x557173458080 void 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571734580b0 0.000112
+gallium_dri.so free 0x557173458100 void 0.000114
+gallium_dri.so free 0x5571734580b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734580b0 0.000113
+gallium_dri.so free 0x557173458200 void 0.000116
+gallium_dri.so free 0x5571734580b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734581b0 0.000113
+gallium_dri.so free 0x5571735e56c0 void 0.000114
+gallium_dri.so free 0x5571734581b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e5700 0.000115
+gallium_dri.so free 0x5571734582c0 void 0.000187
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so malloc 72 0x557173458270 0.000112
+gallium_dri.so free 0x5571735e5780 void 0.000112
+gallium_dri.so free 0x557173458270 void 0.000112
+gallium_dri.so malloc 72 0x557173458270 0.000111
+gallium_dri.so free 0x5571735e5840 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000111
+gallium_dri.so malloc 72 0x5571735e57f0 0.000112
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e57f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000111
+gallium_dri.so free 0x5571735e6080 void 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000248
+gallium_dri.so free 0x5571735e58c0 void 0.000208
+gallium_dri.so free 0x5571735e5fc0 void 0.000212
+gallium_dri.so malloc 72 0x5571735e58f0 0.000122
+gallium_dri.so free 0x5571735e6100 void 0.000120
+gallium_dri.so free 0x5571735e58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6170 0.000119
+gallium_dri.so free 0x557173458400 void 0.000119
+gallium_dri.so free 0x5571735e6170 void 0.000118
+gallium_dri.so malloc 72 0x557173458440 0.000124
+gallium_dri.so free 0x5571734584c0 void 0.000115
+gallium_dri.so free 0x557173458440 void 0.000111
+gallium_dri.so malloc 72 0x5571734584c0 0.000110
+gallium_dri.so free 0x557173458580 void 0.000109
+gallium_dri.so free 0x5571734584c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734584c0 0.000110
+gallium_dri.so free 0x557173458600 void 0.000109
+gallium_dri.so free 0x5571734584c0 void 0.000112
+gallium_dri.so malloc 72 0x557173458630 0.000110
+gallium_dri.so free 0x5571735e5a40 void 0.000111
+gallium_dri.so free 0x557173458630 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5a80 0.000110
+gallium_dri.so free 0x5571735e5b00 void 0.000110
+gallium_dri.so free 0x5571735e5a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5b00 0.000109
+gallium_dri.so free 0x5571735e5bc0 void 0.000110
+gallium_dri.so free 0x5571735e5b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5b00 0.000109
+gallium_dri.so free 0x5571735e5c80 void 0.000109
+gallium_dri.so free 0x5571735e5b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5b00 0.000109
+gallium_dri.so free 0x55717345a240 void 0.000109
+gallium_dri.so free 0x5571735e5b00 void 0.000111
+gallium_dri.so malloc 72 0x55717345a1f0 0.000110
+gallium_dri.so free 0x55717345a2c0 void 0.000110
+gallium_dri.so free 0x55717345a1f0 void 0.000110
+gallium_dri.so malloc 72 0x55717345a1f0 0.000109
+gallium_dri.so free 0x55717345a340 void 0.000110
+gallium_dri.so free 0x55717345a1f0 void 0.000127
+gallium_dri.so malloc 72 0x55717345a340 0.000116
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a340 void 0.000124
+gallium_dri.so malloc 72 0x55717345a340 0.000125
+gallium_dri.so free 0x557173456c80 void 0.000119
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000119
+gallium_dri.so free 0x557173456c30 void 0.000120
+gallium_dri.so malloc 72 0x557173456d00 0.000116
+gallium_dri.so free 0x557173456dc0 void 0.000122
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000112
+gallium_dri.so malloc 72 0x557173456e40 0.000118
+gallium_dri.so free 0x5571735b3ec0 void 0.000115
+gallium_dri.so free 0x557173456e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000112
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000115
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4000 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000125
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4080 0.000113
+gallium_dri.so free 0x557173455ac0 void 0.000115
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4080 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000115
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4080 0.000113
+gallium_dri.so free 0x557173455c00 void 0.000115
+gallium_dri.so free 0x5571735b4080 void 0.000112
+gallium_dri.so malloc 72 0x5571735b4080 0.000116
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000125
+gallium_dri.so malloc 72 0x557173455c70 0.000123
+gallium_dri.so free 0x557173455d40 void 0.000123
+gallium_dri.so free 0x557173455c70 void 0.000119
+gallium_dri.so malloc 72 0x557173455d90 0.000119
+gallium_dri.so free 0x5571735f3c40 void 0.000119
+gallium_dri.so free 0x557173455d90 void 0.000113
+gallium_dri.so malloc 72 0x557173455d90 0.000115
+gallium_dri.so free 0x5571735f3cc0 void 0.000114
+gallium_dri.so free 0x557173455d90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3cf0 0.000114
+gallium_dri.so free 0x5571735f3d40 void 0.000115
+gallium_dri.so free 0x5571735f3cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cf0 0.000125
+gallium_dri.so free 0x5571735f3e40 void 0.000115
+gallium_dri.so free 0x5571735f3cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e80 0.000114
+gallium_dri.so free 0x557173459d40 void 0.000115
+gallium_dri.so free 0x5571735f3e80 void 0.000116
+gallium_dri.so malloc 72 0x557173459d90 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000116
+gallium_dri.so free 0x557173459d90 void 0.000114
+gallium_dri.so malloc 72 0x557173459e20 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459e20 void 0.000115
+gallium_dri.so malloc 72 0x557173459e70 0.000113
+gallium_dri.so free 0x5571735f3f00 void 0.000114
+gallium_dri.so free 0x557173459e70 void 0.000112
+gallium_dri.so malloc 72 0x557173459e70 0.000114
+gallium_dri.so free 0x557173459f40 void 0.000115
+gallium_dri.so free 0x557173459e70 void 0.000113
+gallium_dri.so malloc 72 0x557173459f40 0.000117
+gallium_dri.so free 0x55717345a000 void 0.000116
+gallium_dri.so free 0x557173459f40 void 0.000113
+gallium_dri.so malloc 72 0x557173459f40 0.000115
+gallium_dri.so free 0x557173456780 void 0.000114
+gallium_dri.so free 0x557173459f40 void 0.000114
+gallium_dri.so malloc 72 0x5571734567a0 0.000113
+gallium_dri.so free 0x557173456840 void 0.000114
+gallium_dri.so free 0x5571734567a0 void 0.000137
+gallium_dri.so malloc 72 0x5571734567f0 0.000117
+gallium_dri.so free 0x5571734568c0 void 0.000117
+gallium_dri.so free 0x5571734567f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734567f0 0.000112
+gallium_dri.so free 0x557173456940 void 0.000112
+gallium_dri.so free 0x5571734567f0 void 0.000112
+gallium_dri.so malloc 72 0x557173456940 0.000111
+gallium_dri.so free 0x557173456a00 void 0.000118
+gallium_dri.so free 0x557173456940 void 0.000114
+gallium_dri.so malloc 72 0x557173456940 0.000113
+gallium_dri.so free 0x557173457ac0 void 0.000112
+gallium_dri.so free 0x557173456940 void 0.000114
+gallium_dri.so malloc 72 0x557173457a70 0.000112
+gallium_dri.so free 0x557173457b40 void 0.000122
+gallium_dri.so free 0x557173457a70 void 0.000114
+gallium_dri.so malloc 72 0x557173457b40 0.000112
+gallium_dri.so free 0x557173457c00 void 0.000112
+gallium_dri.so free 0x557173457b40 void 0.000112
+gallium_dri.so malloc 72 0x557173457b40 0.000111
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so free 0x557173457b40 void 0.000113
+gallium_dri.so malloc 72 0x557173457c80 0.000112
+gallium_dri.so free 0x557173457d40 void 0.000113
+gallium_dri.so free 0x557173457c80 void 0.000113
+gallium_dri.so malloc 72 0x557173457c80 0.000112
+gallium_dri.so free 0x5571735e5100 void 0.000113
+gallium_dri.so free 0x557173457c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e50b0 0.000121
+gallium_dri.so free 0x5571735e5180 void 0.000124
+gallium_dri.so free 0x5571735e50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e50b0 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000111
+gallium_dri.so free 0x5571735e50b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5200 0.000110
+gallium_dri.so free 0x5571735e52c0 void 0.000111
+gallium_dri.so free 0x5571735e5200 void 0.000109
+gallium_dri.so malloc 72 0x5571735e5200 0.000111
+gallium_dri.so free 0x5571735e53c0 void 0.000110
+gallium_dri.so free 0x5571735e5200 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5370 0.000109
+gallium_dri.so free 0x557173455ec0 void 0.000110
+gallium_dri.so free 0x5571735e5370 void 0.000111
+gallium_dri.so malloc 72 0x557173455e70 0.000110
+gallium_dri.so free 0x557173455f40 void 0.000109
+gallium_dri.so free 0x557173455e70 void 0.000110
+gallium_dri.so malloc 72 0x557173455e70 0.000111
+gallium_dri.so free 0x557173455fc0 void 0.000110
+gallium_dri.so free 0x557173455e70 void 0.000109
+gallium_dri.so malloc 72 0x557173455fc0 0.000110
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so free 0x557173455fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173455fc0 0.000116
+gallium_dri.so free 0x557173456140 void 0.000112
+gallium_dri.so free 0x557173455fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173455fc0 0.000109
+gallium_dri.so free 0x5571735f4040 void 0.000114
+gallium_dri.so free 0x557173455fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000113
+gallium_dri.so free 0x5571735f4040 void 0.000111
+gallium_dri.so free 0x5571735f3ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000114
+gallium_dri.so free 0x5571735f4140 void 0.000113
+gallium_dri.so free 0x5571735f3ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f40f0 0.000110
+gallium_dri.so free 0x5571735f4200 void 0.000111
+gallium_dri.so free 0x5571735f40f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f41b0 0.000111
+gallium_dri.so free 0x557173456200 void 0.000110
+gallium_dri.so free 0x5571735f41b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734561b0 0.000138
+gallium_dri.so free 0x5571735f4240 void 0.000111
+gallium_dri.so free 0x5571734561b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734561b0 0.000109
+gallium_dri.so free 0x5571735f4340 void 0.000111
+gallium_dri.so free 0x5571734561b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f42f0 0.000110
+gallium_dri.so free 0x5571735e4000 void 0.000110
+gallium_dri.so free 0x5571735f42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f42f0 0.000120
+gallium_dri.so free 0x5571735e40c0 void 0.000116
+gallium_dri.so free 0x5571735f42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e40e0 0.000113
+gallium_dri.so free 0x5571735e4180 void 0.000113
+gallium_dri.so free 0x5571735e40e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4130 0.000157
+gallium_dri.so free 0x5571735e4200 void 0.000156
+gallium_dri.so free 0x5571735e4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4130 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000112
+gallium_dri.so free 0x5571735e4130 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4280 0.000109
+gallium_dri.so free 0x5571735e4340 void 0.000110
+gallium_dri.so free 0x5571735e4280 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4280 0.000111
+gallium_dri.so free 0x5571734573c0 void 0.000112
+gallium_dri.so free 0x5571735e4280 void 0.000110
+gallium_dri.so malloc 72 0x5571734573f0 0.000110
+gallium_dri.so free 0x557173457440 void 0.000109
+gallium_dri.so free 0x5571734573f0 void 0.000111
+gallium_dri.so malloc 72 0x557173457440 0.000109
+gallium_dri.so free 0x557173457500 void 0.000109
+gallium_dri.so free 0x557173457440 void 0.000110
+gallium_dri.so malloc 72 0x557173457440 0.000111
+gallium_dri.so free 0x557173457600 void 0.000110
+gallium_dri.so free 0x557173457440 void 0.000110
+gallium_dri.so malloc 72 0x5571734575b0 0.000111
+gallium_dri.so free 0x5571734576c0 void 0.000110
+gallium_dri.so free 0x5571734575b0 void 0.000110
+gallium_dri.so malloc 72 0x557173457670 0.000110
+gallium_dri.so free 0x557173457700 void 0.000110
+gallium_dri.so free 0x557173457670 void 0.000110
+gallium_dri.so malloc 72 0x557173457670 0.000125
+gallium_dri.so free 0x5571735e4a00 void 0.000114
+gallium_dri.so free 0x557173457670 void 0.000109
+gallium_dri.so malloc 72 0x5571735e4a40 0.000112
+gallium_dri.so free 0x5571735e4ac0 void 0.000112
+gallium_dri.so free 0x5571735e4a40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000109
+gallium_dri.so free 0x5571735e4b80 void 0.000109
+gallium_dri.so free 0x5571735e4ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000109
+gallium_dri.so free 0x5571735e4c00 void 0.000110
+gallium_dri.so free 0x5571735e4ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000110
+gallium_dri.so free 0x5571735e4cc0 void 0.000110
+gallium_dri.so free 0x5571735e4ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000109
+gallium_dri.so free 0x5571735e4d80 void 0.000109
+gallium_dri.so free 0x5571735e4ac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e4d30 0.000113
+gallium_dri.so free 0x55717345a980 void 0.000115
+gallium_dri.so free 0x5571735e4d30 void 0.000112
+gallium_dri.so malloc 72 0x55717345a9d0 0.000115
+gallium_dri.so free 0x55717345aa40 void 0.000120
+gallium_dri.so free 0x55717345a9d0 void 0.000114
+gallium_dri.so malloc 72 0x55717345aa60 0.000111
+gallium_dri.so free 0x55717345ab00 void 0.000110
+gallium_dri.so free 0x55717345aa60 void 0.000121
+gallium_dri.so malloc 72 0x55717345aab0 0.000129
+gallium_dri.so free 0x55717345ab80 void 0.000111
+gallium_dri.so free 0x55717345aab0 void 0.000110
+gallium_dri.so malloc 72 0x55717345aab0 0.000109
+gallium_dri.so free 0x55717345ac80 void 0.000111
+gallium_dri.so free 0x55717345aab0 void 0.000110
+gallium_dri.so malloc 72 0x55717345ac30 0.000110
+gallium_dri.so free 0x55717345ad00 void 0.000111
+gallium_dri.so free 0x55717345ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717345ad50 0.000109
+gallium_dri.so free 0x55717345e480 void 0.000110
+gallium_dri.so free 0x55717345ad50 void 0.000110
+gallium_dri.so malloc 72 0x55717345e4a0 0.000102
+gallium_dri.so free 0x55717345e540 void 0.000228
+gallium_dri.so free 0x55717345e4a0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e4f0 0.000110
+gallium_dri.so free 0x55717345e5c0 void 0.000109
+gallium_dri.so free 0x55717345e4f0 void 0.000109
+gallium_dri.so malloc 72 0x55717345e4f0 0.000109
+gallium_dri.so free 0x55717345e640 void 0.000110
+gallium_dri.so free 0x55717345e4f0 void 0.000109
+gallium_dri.so malloc 72 0x55717345e640 0.000119
+gallium_dri.so free 0x55717345e700 void 0.000118
+gallium_dri.so free 0x55717345e640 void 0.000111
+gallium_dri.so malloc 72 0x55717345e640 0.000111
+gallium_dri.so free 0x55717345e800 void 0.000111
+gallium_dri.so free 0x55717345e640 void 0.000110
+gallium_dri.so malloc 72 0x55717345e640 0.000204
+gallium_dri.so free 0x55717345e880 void 0.000124
+gallium_dri.so free 0x55717345e640 void 0.000125
+gallium_dri.so malloc 72 0x55717345e8b0 0.000121
+gallium_dri.so free 0x55717345e900 void 0.000108
+gallium_dri.so free 0x55717345e8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e8b0 0.000206
+gallium_dri.so free 0x55717345ea00 void 0.000157
+gallium_dri.so free 0x55717345e8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345e9b0 0.000115
+gallium_dri.so free 0x557173458980 void 0.000116
+gallium_dri.so free 0x55717345e9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e9b0 0.000114
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so free 0x55717345e9b0 void 0.000115
+gallium_dri.so malloc 72 0x557173458a30 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000115
+gallium_dri.so free 0x557173458a30 void 0.000115
+gallium_dri.so malloc 72 0x557173458a80 0.000115
+gallium_dri.so free 0x557173458b40 void 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000113
+gallium_dri.so malloc 72 0x557173458a80 0.000114
+gallium_dri.so free 0x557173458c40 void 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000113
+gallium_dri.so malloc 72 0x557173458bf0 0.000114
+gallium_dri.so free 0x557173458d00 void 0.000116
+gallium_dri.so free 0x557173458bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173458cb0 0.000115
+gallium_dri.so free 0x557173458d40 void 0.000117
+gallium_dri.so free 0x557173458cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173458cb0 0.000118
+gallium_dri.so free 0x557173458e00 void 0.000116
+gallium_dri.so free 0x557173458cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173458e40 0.000114
+gallium_dri.so free 0x557173458ec0 void 0.000115
+gallium_dri.so free 0x557173458e40 void 0.000114
+gallium_dri.so malloc 72 0x557173458ec0 0.000113
+gallium_dri.so free 0x557173458f80 void 0.000115
+gallium_dri.so free 0x557173458ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173458ec0 0.000123
+gallium_dri.so free 0x557173459000 void 0.000116
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ec0 0.000114
+gallium_dri.so free 0x5571734590c0 void 0.000116
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ec0 0.000115
+gallium_dri.so free 0x557173459180 void 0.000115
+gallium_dri.so free 0x557173458ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173459130 0.000114
+gallium_dri.so free 0x557173459200 void 0.000115
+gallium_dri.so free 0x557173459130 void 0.000113
+gallium_dri.so malloc 72 0x557173459250 0.000113
+gallium_dri.so free 0x5571734592c0 void 0.000115
+gallium_dri.so free 0x557173459250 void 0.000122
+gallium_dri.so malloc 72 0x5571734592e0 0.000122
+gallium_dri.so free 0x557173459380 void 0.000116
+gallium_dri.so free 0x5571734592e0 void 0.000114
+gallium_dri.so malloc 72 0x557173459330 0.000114
+gallium_dri.so free 0x557173459400 void 0.000114
+gallium_dri.so free 0x557173459330 void 0.000113
+gallium_dri.so malloc 72 0x557173459330 0.000117
+gallium_dri.so free 0x557173459500 void 0.000122
+gallium_dri.so free 0x557173459330 void 0.000116
+gallium_dri.so malloc 72 0x5571734594b0 0.000113
+gallium_dri.so free 0x557173459580 void 0.000114
+gallium_dri.so free 0x5571734594b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734595d0 0.000116
+gallium_dri.so free 0x557173459640 void 0.000115
+gallium_dri.so free 0x5571734595d0 void 0.000114
+gallium_dri.so malloc 72 0x557173459660 0.000115
+gallium_dri.so free 0x557173459700 void 0.000115
+gallium_dri.so free 0x557173459660 void 0.000114
+gallium_dri.so malloc 72 0x5571734596b0 0.000115
+gallium_dri.so free 0x557173459780 void 0.000115
+gallium_dri.so free 0x5571734596b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734596b0 0.000113
+gallium_dri.so free 0x557173459800 void 0.000116
+gallium_dri.so free 0x5571734596b0 void 0.000114
+gallium_dri.so malloc 72 0x557173459800 0.000165
+gallium_dri.so free 0x5571734598c0 void 0.000117
+gallium_dri.so free 0x557173459800 void 0.000114
+gallium_dri.so malloc 72 0x557173459800 0.000116
+gallium_dri.so free 0x5571734599c0 void 0.000115
+gallium_dri.so free 0x557173459800 void 0.000114
+gallium_dri.so malloc 72 0x557173459800 0.000113
+gallium_dri.so free 0x557173459a40 void 0.000113
+gallium_dri.so free 0x557173459800 void 0.000115
+gallium_dri.so malloc 72 0x557173459a70 0.000115
+gallium_dri.so free 0x557173459ac0 void 0.000115
+gallium_dri.so free 0x557173459a70 void 0.000115
+gallium_dri.so malloc 72 0x557173459a70 0.000112
+gallium_dri.so free 0x55717345edc0 void 0.000114
+gallium_dri.so free 0x557173459a70 void 0.000114
+gallium_dri.so malloc 72 0x55717345edc0 0.000118
+gallium_dri.so free 0x55717345ee80 void 0.000116
+gallium_dri.so free 0x55717345edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345edc0 0.000114
+gallium_dri.so free 0x55717345ef40 void 0.000114
+gallium_dri.so free 0x55717345edc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345edc0 0.000113
+gallium_dri.so free 0x55717345f000 void 0.000115
+gallium_dri.so free 0x55717345edc0 void 0.000112
+gallium_dri.so malloc 72 0x55717345efb0 0.000115
+gallium_dri.so free 0x55717345f0c0 void 0.000114
+gallium_dri.so free 0x55717345efb0 void 0.000115
+gallium_dri.so malloc 72 0x55717345f070 0.000203
+gallium_dri.so free 0x55717345f140 void 0.000116
+gallium_dri.so free 0x55717345f070 void 0.000114
+gallium_dri.so malloc 72 0x55717345f190 0.000112
+gallium_dri.so free 0x55717345f200 void 0.000118
+gallium_dri.so free 0x55717345f190 void 0.000114
+gallium_dri.so malloc 72 0x55717345f220 0.000113
+gallium_dri.so free 0x55717345f2c0 void 0.000113
+gallium_dri.so free 0x55717345f220 void 0.000114
+gallium_dri.so malloc 72 0x55717345f270 0.000114
+gallium_dri.so free 0x55717345f340 void 0.000114
+gallium_dri.so free 0x55717345f270 void 0.000114
+gallium_dri.so malloc 72 0x55717345f270 0.000113
+gallium_dri.so free 0x55717345f3c0 void 0.000115
+gallium_dri.so free 0x55717345f270 void 0.000114
+gallium_dri.so malloc 72 0x55717345f3c0 0.000115
+gallium_dri.so free 0x55717345f480 void 0.000115
+gallium_dri.so free 0x55717345f3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717345f3c0 0.000114
+gallium_dri.so free 0x55717345f580 void 0.000115
+gallium_dri.so free 0x55717345f3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717345f530 0.000113
+gallium_dri.so free 0x55717345f5c0 void 0.000115
+gallium_dri.so free 0x55717345f530 void 0.000112
+gallium_dri.so malloc 72 0x55717345f530 0.000114
+gallium_dri.so free 0x55717345f680 void 0.000115
+gallium_dri.so free 0x55717345f530 void 0.000114
+gallium_dri.so malloc 72 0x55717345f6c0 0.000134
+gallium_dri.so free 0x55717345f740 void 0.000115
+gallium_dri.so free 0x55717345f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345f740 0.000111
+gallium_dri.so free 0x55717345f800 void 0.000118
+gallium_dri.so free 0x55717345f740 void 0.000117
+gallium_dri.so malloc 72 0x55717345f740 0.000115
+gallium_dri.so free 0x55717345f880 void 0.000115
+gallium_dri.so free 0x55717345f740 void 0.000113
+gallium_dri.so malloc 72 0x55717345f8b0 0.000114
+gallium_dri.so free 0x55717345f900 void 0.000116
+gallium_dri.so free 0x55717345f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345f8b0 0.000115
+gallium_dri.so free 0x55717345fa00 void 0.000115
+gallium_dri.so free 0x55717345f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fa40 0.000113
+gallium_dri.so free 0x55717345fac0 void 0.000114
+gallium_dri.so free 0x55717345fa40 void 0.000112
+gallium_dri.so malloc 72 0x55717345fac0 0.000113
+gallium_dri.so free 0x55717345fb80 void 0.000114
+gallium_dri.so free 0x55717345fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fac0 0.000113
+gallium_dri.so free 0x55717345fc00 void 0.000114
+gallium_dri.so free 0x55717345fac0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fc30 0.000113
+gallium_dri.so free 0x55717345fc80 void 0.000115
+gallium_dri.so free 0x55717345fc30 void 0.000115
+gallium_dri.so malloc 72 0x55717345fc30 0.000126
+gallium_dri.so free 0x55717345fd80 void 0.000116
+gallium_dri.so free 0x55717345fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717345fd30 0.000115
+gallium_dri.so free 0x55717345fe40 void 0.000114
+gallium_dri.so free 0x55717345fd30 void 0.000111
+gallium_dri.so malloc 72 0x55717345fdf0 0.000115
+gallium_dri.so free 0x55717345fec0 void 0.000115
+gallium_dri.so free 0x55717345fdf0 void 0.000115
+gallium_dri.so malloc 72 0x55717345fdf0 0.000116
+gallium_dri.so free 0x55717345ff80 void 0.000116
+gallium_dri.so free 0x55717345fdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fdf0 0.000113
+gallium_dri.so free 0x557173460040 void 0.000114
+gallium_dri.so free 0x55717345fdf0 void 0.000135
+gallium_dri.so malloc 72 0x55717345fff0 0.000113
+gallium_dri.so free 0x5571734600c0 void 0.000116
+gallium_dri.so free 0x55717345fff0 void 0.000114
+gallium_dri.so malloc 72 0x557173460110 0.000114
+gallium_dri.so free 0x557173460180 void 0.000115
+gallium_dri.so free 0x557173460110 void 0.000114
+gallium_dri.so malloc 72 0x5571734601a0 0.000114
+gallium_dri.so free 0x557173460240 void 0.000116
+gallium_dri.so free 0x5571734601a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734601f0 0.000115
+gallium_dri.so free 0x5571734602c0 void 0.000115
+gallium_dri.so free 0x5571734601f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734602c0 0.000128
+gallium_dri.so free 0x557173460380 void 0.000115
+gallium_dri.so free 0x5571734602c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734603c0 0.000115
+gallium_dri.so free 0x5571735c5300 void 0.000115
+gallium_dri.so free 0x5571734603c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5350 0.000114
+gallium_dri.so free 0x5571735c53c0 void 0.000118
+gallium_dri.so free 0x5571735c5350 void 0.000114
+gallium_dri.so malloc 72 0x5571735c53e0 0.000114
+gallium_dri.so free 0x5571735c5480 void 0.000116
+gallium_dri.so free 0x5571735c53e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5430 0.000112
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so free 0x5571735c5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5430 0.000113
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so free 0x5571735c5430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5580 0.000115
+gallium_dri.so free 0x5571735c5640 void 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5580 0.000115
+gallium_dri.so free 0x5571735c5740 void 0.000115
+gallium_dri.so free 0x5571735c5580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c56f0 0.000114
+gallium_dri.so free 0x5571735c5780 void 0.000114
+gallium_dri.so free 0x5571735c56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c56f0 0.000161
+gallium_dri.so free 0x5571735c5840 void 0.000116
+gallium_dri.so free 0x5571735c56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5880 0.000112
+gallium_dri.so free 0x5571735c5900 void 0.000115
+gallium_dri.so free 0x5571735c5880 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5900 0.000114
+gallium_dri.so free 0x5571735c59c0 void 0.000114
+gallium_dri.so free 0x5571735c5900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5900 0.000112
+gallium_dri.so free 0x5571735c5a40 void 0.000114
+gallium_dri.so free 0x5571735c5900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5a70 0.000114
+gallium_dri.so free 0x5571735c5ac0 void 0.000115
+gallium_dri.so free 0x5571735c5a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5a70 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000115
+gallium_dri.so free 0x5571735c5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5c00 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000116
+gallium_dri.so free 0x5571735c5c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c80 0.000113
+gallium_dri.so free 0x5571735c5d40 void 0.000116
+gallium_dri.so free 0x5571735c5c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c80 0.000114
+gallium_dri.so free 0x5571735c5dc0 void 0.000116
+gallium_dri.so free 0x5571735c5c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5df0 0.000173
+gallium_dri.so free 0x5571735c5e40 void 0.000121
+gallium_dri.so free 0x5571735c5df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5df0 0.000114
+gallium_dri.so free 0x5571735c5f40 void 0.000113
+gallium_dri.so free 0x5571735c5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000113
+gallium_dri.so free 0x5571735c6000 void 0.000115
+gallium_dri.so free 0x5571735c5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000114
+gallium_dri.so free 0x5571735c6080 void 0.000114
+gallium_dri.so free 0x5571735c5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000112
+gallium_dri.so free 0x5571735c6140 void 0.000114
+gallium_dri.so free 0x5571735c5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000112
+gallium_dri.so free 0x5571735c6200 void 0.000114
+gallium_dri.so free 0x5571735c5fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c61b0 0.000112
+gallium_dri.so free 0x5571735c6280 void 0.000114
+gallium_dri.so free 0x5571735c61b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c62d0 0.000112
+gallium_dri.so free 0x5571735c6340 void 0.000115
+gallium_dri.so free 0x5571735c62d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6360 0.000114
+gallium_dri.so free 0x5571735c6400 void 0.000114
+gallium_dri.so free 0x5571735c6360 void 0.000113
+gallium_dri.so malloc 72 0x5571735c63b0 0.000123
+gallium_dri.so free 0x5571735c6480 void 0.000116
+gallium_dri.so free 0x5571735c63b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6480 0.000115
+gallium_dri.so free 0x5571735c6540 void 0.000116
+gallium_dri.so free 0x5571735c6480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6480 0.000115
+gallium_dri.so free 0x5571735c65c0 void 0.000119
+gallium_dri.so free 0x5571735c6480 void 0.000115
+gallium_dri.so malloc 72 0x5571735c65c0 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000115
+gallium_dri.so free 0x5571735c65c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c65c0 0.000114
+gallium_dri.so free 0x5571735c6740 void 0.000116
+gallium_dri.so free 0x5571735c65c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c65c0 0.000114
+gallium_dri.so free 0x5571735c6800 void 0.000115
+gallium_dri.so free 0x5571735c65c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c67b0 0.000115
+gallium_dri.so free 0x5571735c6880 void 0.000116
+gallium_dri.so free 0x5571735c67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c68d0 0.000115
+gallium_dri.so free 0x5571735c6940 void 0.000115
+gallium_dri.so free 0x5571735c68d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6980 0.000115
+gallium_dri.so free 0x5571735c6a00 void 0.000116
+gallium_dri.so free 0x5571735c6980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6980 0.000114
+gallium_dri.so free 0x5571735c6a80 void 0.000117
+gallium_dri.so free 0x5571735c6980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000112
+gallium_dri.so free 0x5571735c6b00 void 0.000114
+gallium_dri.so free 0x5571735c6ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000114
+gallium_dri.so free 0x5571735c6ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000114
+gallium_dri.so free 0x5571735c6cc0 void 0.000114
+gallium_dri.so free 0x5571735c6bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6c70 0.000113
+gallium_dri.so free 0x5571735c6d00 void 0.000115
+gallium_dri.so free 0x5571735c6c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6c70 0.000145
+gallium_dri.so free 0x5571735c6dc0 void 0.000115
+gallium_dri.so free 0x5571735c6c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6e30 0.000113
+gallium_dri.so free 0x5571735c6e80 void 0.000113
+gallium_dri.so free 0x5571735c6e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e30 0.000112
+gallium_dri.so free 0x5571735c6f80 void 0.000114
+gallium_dri.so free 0x5571735c6e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f30 0.000113
+gallium_dri.so free 0x5571735c7040 void 0.000113
+gallium_dri.so free 0x5571735c6f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000113
+gallium_dri.so free 0x5571735c7080 void 0.000125
+gallium_dri.so free 0x5571735c6ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000115
+gallium_dri.so free 0x5571735c6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7180 0.000114
+gallium_dri.so free 0x5571735c7200 void 0.000116
+gallium_dri.so free 0x5571735c7180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7200 0.000114
+gallium_dri.so free 0x5571735c72c0 void 0.000114
+gallium_dri.so free 0x5571735c7200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7200 0.000115
+gallium_dri.so free 0x5571735c7380 void 0.000115
+gallium_dri.so free 0x5571735c7200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c73a0 0.000113
+gallium_dri.so free 0x5571735c7440 void 0.000114
+gallium_dri.so free 0x5571735c73a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c73f0 0.000112
+gallium_dri.so free 0x5571735c74c0 void 0.000114
+gallium_dri.so free 0x5571735c73f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c73f0 0.000114
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so free 0x5571735c73f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7540 0.000113
+gallium_dri.so free 0x5571735c7600 void 0.000114
+gallium_dri.so free 0x5571735c7540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7540 0.000113
+gallium_dri.so free 0x5571735c76c0 void 0.000183
+gallium_dri.so free 0x5571735c7540 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7540 0.000115
+gallium_dri.so free 0x5571735c7780 void 0.000116
+gallium_dri.so free 0x5571735c7540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7730 0.000115
+gallium_dri.so free 0x5571735c7840 void 0.000116
+gallium_dri.so free 0x5571735c7730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c77f0 0.000115
+gallium_dri.so free 0x5571735c78c0 void 0.000116
+gallium_dri.so free 0x5571735c77f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7910 0.000114
+gallium_dri.so free 0x5571735c7980 void 0.000117
+gallium_dri.so free 0x5571735c7910 void 0.000113
+gallium_dri.so malloc 72 0x5571735c79a0 0.000114
+gallium_dri.so free 0x5571735c7a40 void 0.000115
+gallium_dri.so free 0x5571735c79a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79f0 0.000114
+gallium_dri.so free 0x5571735c7ac0 void 0.000115
+gallium_dri.so free 0x5571735c79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79f0 0.000114
+gallium_dri.so free 0x5571735c7b40 void 0.000116
+gallium_dri.so free 0x5571735c79f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7b40 0.000114
+gallium_dri.so free 0x5571735c7c00 void 0.000116
+gallium_dri.so free 0x5571735c7b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7b40 0.000115
+gallium_dri.so free 0x5571735c7d00 void 0.000126
+gallium_dri.so free 0x5571735c7b40 void 0.000143
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7d40 void 0.000115
+gallium_dri.so free 0x5571735c7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7e00 void 0.000115
+gallium_dri.so free 0x5571735c7cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7e40 0.000113
+gallium_dri.so free 0x5571735c7ec0 void 0.000114
+gallium_dri.so free 0x5571735c7e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000114
+gallium_dri.so free 0x5571735c7f80 void 0.000115
+gallium_dri.so free 0x5571735c7ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000112
+gallium_dri.so free 0x5571735c8000 void 0.000113
+gallium_dri.so free 0x5571735c7ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8030 0.000113
+gallium_dri.so free 0x5571735c8080 void 0.000114
+gallium_dri.so free 0x5571735c8030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8030 0.000113
+gallium_dri.so free 0x5571735c8180 void 0.000114
+gallium_dri.so free 0x5571735c8030 void 0.000111
+gallium_dri.so malloc 72 0x5571735c81c0 0.000114
+gallium_dri.so free 0x5571735c8240 void 0.000114
+gallium_dri.so free 0x5571735c81c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8240 0.000115
+gallium_dri.so free 0x5571735c8300 void 0.000124
+gallium_dri.so free 0x5571735c8240 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8240 0.000114
+gallium_dri.so free 0x5571735c8380 void 0.000114
+gallium_dri.so free 0x5571735c8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735c83b0 0.000113
+gallium_dri.so free 0x5571735c8400 void 0.000115
+gallium_dri.so free 0x5571735c83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c83b0 0.000112
+gallium_dri.so free 0x5571735c8500 void 0.000114
+gallium_dri.so free 0x5571735c83b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c84b0 0.000114
+gallium_dri.so free 0x5571735c85c0 void 0.000115
+gallium_dri.so free 0x5571735c84b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8570 0.000118
+gallium_dri.so free 0x5571735c8640 void 0.000116
+gallium_dri.so free 0x5571735c8570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8570 0.000113
+gallium_dri.so free 0x5571735c8700 void 0.000114
+gallium_dri.so free 0x5571735c8570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8570 0.000114
+gallium_dri.so free 0x5571735c87c0 void 0.000115
+gallium_dri.so free 0x5571735c8570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8770 0.000114
+gallium_dri.so free 0x5571735c8840 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8890 0.000114
+gallium_dri.so free 0x5571735c8900 void 0.000114
+gallium_dri.so free 0x5571735c8890 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8920 0.000116
+gallium_dri.so free 0x5571735c89c0 void 0.000116
+gallium_dri.so free 0x5571735c8920 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8970 0.000113
+gallium_dri.so free 0x5571735c8a40 void 0.000117
+gallium_dri.so free 0x5571735c8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8a40 0.000116
+gallium_dri.so free 0x5571735c8b00 void 0.000113
+gallium_dri.so free 0x5571735c8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8a40 0.000113
+gallium_dri.so free 0x5571735c8b80 void 0.000115
+gallium_dri.so free 0x5571735c8a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8b80 0.000114
+gallium_dri.so free 0x5571735c8c40 void 0.000142
+gallium_dri.so free 0x5571735c8b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8b80 0.000114
+gallium_dri.so free 0x5571735c8d00 void 0.000117
+gallium_dri.so free 0x5571735c8b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8b80 0.000115
+gallium_dri.so free 0x5571735c8dc0 void 0.000116
+gallium_dri.so free 0x5571735c8b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8d70 0.000214
+gallium_dri.so free 0x5571735c8e40 void 0.000247
+gallium_dri.so free 0x5571735c8d70 void 0.000215
+gallium_dri.so malloc 72 0x5571735c8e90 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000116
+gallium_dri.so free 0x5571735c8e90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8f40 0.000113
+gallium_dri.so free 0x5571735c8fc0 void 0.000114
+gallium_dri.so free 0x5571735c8f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8f40 0.000116
+gallium_dri.so free 0x5571735c9040 void 0.000114
+gallium_dri.so free 0x5571735c8f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9070 0.000115
+gallium_dri.so free 0x5571735c90c0 void 0.000113
+gallium_dri.so free 0x5571735c9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9070 0.000112
+gallium_dri.so free 0x5571735c91c0 void 0.000115
+gallium_dri.so free 0x5571735c9070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9170 0.000113
+gallium_dri.so free 0x5571735c9280 void 0.000113
+gallium_dri.so free 0x5571735c9170 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9230 0.000112
+gallium_dri.so free 0x5571735c92c0 void 0.000113
+gallium_dri.so free 0x5571735c9230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9230 0.000114
+gallium_dri.so free 0x5571735c9380 void 0.000115
+gallium_dri.so free 0x5571735c9230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c93f0 0.000116
+gallium_dri.so free 0x5571735c9440 void 0.000127
+gallium_dri.so free 0x5571735c93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c93f0 0.000114
+gallium_dri.so free 0x557173462440 void 0.000120
+gallium_dri.so free 0x5571735c93f0 void 0.000113
+gallium_dri.so malloc 72 0x557173462490 0.000115
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so free 0x557173462490 void 0.000113
+gallium_dri.so malloc 72 0x557173462520 0.000115
+gallium_dri.so free 0x5571734625c0 void 0.000114
+gallium_dri.so free 0x557173462520 void 0.000115
+gallium_dri.so malloc 72 0x557173462570 0.000113
+gallium_dri.so free 0x557173462640 void 0.000114
+gallium_dri.so free 0x557173462570 void 0.000113
+gallium_dri.so malloc 72 0x557173462570 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000115
+gallium_dri.so free 0x557173462570 void 0.000114
+gallium_dri.so malloc 72 0x5571734626c0 0.000113
+gallium_dri.so free 0x557173462780 void 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734626c0 0.000114
+gallium_dri.so free 0x557173462880 void 0.000117
+gallium_dri.so free 0x5571734626c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734626c0 0.000114
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000112
+gallium_dri.so malloc 72 0x557173462930 0.000113
+gallium_dri.so free 0x557173462980 void 0.000167
+gallium_dri.so free 0x557173462930 void 0.000128
+gallium_dri.so malloc 72 0x557173462930 0.000121
+gallium_dri.so free 0x557173462a80 void 0.000116
+gallium_dri.so free 0x557173462930 void 0.000115
+gallium_dri.so malloc 72 0x557173462a30 0.000114
+gallium_dri.so free 0x557173462b40 void 0.000115
+gallium_dri.so free 0x557173462a30 void 0.000114
+gallium_dri.so malloc 72 0x557173462af0 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000116
+gallium_dri.so free 0x557173462af0 void 0.000116
+gallium_dri.so malloc 72 0x557173462af0 0.000115
+gallium_dri.so free 0x557173462c40 void 0.000118
+gallium_dri.so free 0x557173462af0 void 0.000114
+gallium_dri.so malloc 72 0x557173462c90 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000114
+gallium_dri.so free 0x557173462c90 void 0.000113
+gallium_dri.so malloc 72 0x557173462d40 0.000114
+gallium_dri.so free 0x557173462dc0 void 0.000116
+gallium_dri.so free 0x557173462d40 void 0.000115
+gallium_dri.so malloc 72 0x557173462dc0 0.000114
+gallium_dri.so free 0x557173462e80 void 0.000115
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173462dc0 0.000114
+gallium_dri.so free 0x557173462f00 void 0.000115
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173462f30 0.000114
+gallium_dri.so free 0x557173462f80 void 0.000126
+gallium_dri.so free 0x557173462f30 void 0.000114
+gallium_dri.so malloc 72 0x557173462f30 0.000113
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f30 void 0.000112
+gallium_dri.so malloc 72 0x557173463030 0.000112
+gallium_dri.so free 0x557173463140 void 0.000113
+gallium_dri.so free 0x557173463030 void 0.000112
+gallium_dri.so malloc 72 0x5571734630f0 0.000113
+gallium_dri.so free 0x5571734631c0 void 0.000114
+gallium_dri.so free 0x5571734630f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734631e0 0.000115
+gallium_dri.so free 0x557173463280 void 0.000114
+gallium_dri.so free 0x5571734631e0 void 0.000114
+gallium_dri.so malloc 72 0x557173463230 0.000112
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463230 void 0.000113
+gallium_dri.so malloc 72 0x557173463230 0.000112
+gallium_dri.so free 0x557173463380 void 0.000114
+gallium_dri.so free 0x557173463230 void 0.000112
+gallium_dri.so malloc 72 0x557173463380 0.000120
+gallium_dri.so free 0x557173463440 void 0.000115
+gallium_dri.so free 0x557173463380 void 0.000111
+gallium_dri.so malloc 72 0x557173463380 0.000113
+gallium_dri.so free 0x557173463500 void 0.000114
+gallium_dri.so free 0x557173463380 void 0.000113
+gallium_dri.so malloc 72 0x557173463380 0.000114
+gallium_dri.so free 0x5571734635c0 void 0.000123
+gallium_dri.so free 0x557173463380 void 0.000116
+gallium_dri.so malloc 72 0x557173463570 0.000116
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463570 void 0.000113
+gallium_dri.so malloc 72 0x557173463570 0.000113
+gallium_dri.so free 0x5571734636c0 void 0.000114
+gallium_dri.so free 0x557173463570 void 0.000115
+gallium_dri.so malloc 72 0x557173463670 0.000113
+gallium_dri.so free 0x557173463780 void 0.000115
+gallium_dri.so free 0x557173463670 void 0.000115
+gallium_dri.so malloc 72 0x557173463730 0.000113
+gallium_dri.so free 0x5571734637c0 void 0.000115
+gallium_dri.so free 0x557173463730 void 0.000114
+gallium_dri.so malloc 72 0x557173463730 0.000114
+gallium_dri.so free 0x557173463880 void 0.000116
+gallium_dri.so free 0x557173463730 void 0.000143
+gallium_dri.so malloc 72 0x5571734638c0 0.000116
+gallium_dri.so free 0x557173463940 void 0.000116
+gallium_dri.so free 0x5571734638c0 void 0.000115
+gallium_dri.so malloc 72 0x557173463940 0.000115
+gallium_dri.so free 0x557173463a00 void 0.000114
+gallium_dri.so free 0x557173463940 void 0.000113
+gallium_dri.so malloc 72 0x557173463940 0.000115
+gallium_dri.so free 0x557173463ac0 void 0.000116
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so malloc 72 0x557173463ae0 0.000114
+gallium_dri.so free 0x557173463b80 void 0.000158
+gallium_dri.so free 0x557173463ae0 void 0.000116
+gallium_dri.so malloc 72 0x557173463b30 0.000113
+gallium_dri.so free 0x557173463c00 void 0.000113
+gallium_dri.so free 0x557173463b30 void 0.000113
+gallium_dri.so malloc 72 0x557173463b30 0.000112
+gallium_dri.so free 0x557173463c80 void 0.000116
+gallium_dri.so free 0x557173463b30 void 0.000114
+gallium_dri.so malloc 72 0x557173463c80 0.000115
+gallium_dri.so free 0x557173463d40 void 0.000115
+gallium_dri.so free 0x557173463c80 void 0.000114
+gallium_dri.so malloc 72 0x557173463c80 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000114
+gallium_dri.so malloc 72 0x557173463c80 0.000115
+gallium_dri.so free 0x557173463ec0 void 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000113
+gallium_dri.so malloc 72 0x557173463e70 0.000113
+gallium_dri.so free 0x557173463f80 void 0.000113
+gallium_dri.so free 0x557173463e70 void 0.000111
+gallium_dri.so malloc 72 0x557173463f30 0.000114
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463f30 void 0.000112
+gallium_dri.so malloc 72 0x557173464050 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000115
+gallium_dri.so free 0x557173464050 void 0.000114
+gallium_dri.so malloc 72 0x5571734640e0 0.000113
+gallium_dri.so free 0x557173464180 void 0.000114
+gallium_dri.so free 0x5571734640e0 void 0.000114
+gallium_dri.so malloc 72 0x557173464130 0.000112
+gallium_dri.so free 0x557173464200 void 0.000113
+gallium_dri.so free 0x557173464130 void 0.000112
+gallium_dri.so malloc 72 0x557173464130 0.000111
+gallium_dri.so free 0x557173464280 void 0.000112
+gallium_dri.so free 0x557173464130 void 0.000112
+gallium_dri.so malloc 72 0x557173464280 0.000112
+gallium_dri.so free 0x557173464340 void 0.000113
+gallium_dri.so free 0x557173464280 void 0.000114
+gallium_dri.so malloc 72 0x557173464280 0.000113
+gallium_dri.so free 0x557173464440 void 0.000112
+gallium_dri.so free 0x557173464280 void 0.000112
+gallium_dri.so malloc 72 0x5571734643f0 0.000111
+gallium_dri.so free 0x557173464480 void 0.000112
+gallium_dri.so free 0x5571734643f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734643f0 0.000110
+gallium_dri.so free 0x557173464540 void 0.000112
+gallium_dri.so free 0x5571734643f0 void 0.000110
+gallium_dri.so malloc 72 0x557173464580 0.000110
+gallium_dri.so free 0x557173464600 void 0.000111
+gallium_dri.so free 0x557173464580 void 0.000113
+gallium_dri.so malloc 72 0x557173464600 0.000113
+gallium_dri.so free 0x5571734646c0 void 0.000113
+gallium_dri.so free 0x557173464600 void 0.000112
+gallium_dri.so malloc 72 0x557173464600 0.000112
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so free 0x557173464600 void 0.000114
+gallium_dri.so malloc 72 0x557173464770 0.000219
+gallium_dri.so free 0x5571734647c0 void 0.000282
+gallium_dri.so free 0x557173464770 void 0.000304
+gallium_dri.so malloc 72 0x557173464770 0.000193
+gallium_dri.so free 0x5571734648c0 void 0.000167
+gallium_dri.so free 0x557173464770 void 0.000120
+gallium_dri.so malloc 72 0x557173464900 0.000118
+gallium_dri.so free 0x557173464980 void 0.000120
+gallium_dri.so free 0x557173464900 void 0.000119
+gallium_dri.so malloc 72 0x557173464980 0.000118
+gallium_dri.so free 0x557173464a40 void 0.000120
+gallium_dri.so free 0x557173464980 void 0.000118
+gallium_dri.so malloc 72 0x557173464980 0.000118
+gallium_dri.so free 0x557173464ac0 void 0.000118
+gallium_dri.so free 0x557173464980 void 0.000118
+gallium_dri.so malloc 72 0x557173464af0 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000117
+gallium_dri.so free 0x557173464af0 void 0.000118
+gallium_dri.so malloc 72 0x557173464af0 0.000117
+gallium_dri.so free 0x557173464c40 void 0.000119
+gallium_dri.so free 0x557173464af0 void 0.000117
+gallium_dri.so malloc 72 0x557173464bf0 0.000136
+gallium_dri.so free 0x557173464d00 void 0.000118
+gallium_dri.so free 0x557173464bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173464cb0 0.000117
+gallium_dri.so free 0x557173464d80 void 0.000117
+gallium_dri.so free 0x557173464cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464cb0 0.000117
+gallium_dri.so free 0x557173464e40 void 0.000117
+gallium_dri.so free 0x557173464cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464cb0 0.000117
+gallium_dri.so free 0x557173464f00 void 0.000117
+gallium_dri.so free 0x557173464cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173464eb0 0.000119
+gallium_dri.so free 0x557173464f80 void 0.000117
+gallium_dri.so free 0x557173464eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464fd0 0.000118
+gallium_dri.so free 0x557173465040 void 0.000119
+gallium_dri.so free 0x557173464fd0 void 0.000118
+gallium_dri.so malloc 72 0x557173465060 0.000118
+gallium_dri.so free 0x557173465100 void 0.000119
+gallium_dri.so free 0x557173465060 void 0.000118
+gallium_dri.so malloc 72 0x5571734650b0 0.000118
+gallium_dri.so free 0x557173465180 void 0.000120
+gallium_dri.so free 0x5571734650b0 void 0.000118
+gallium_dri.so malloc 72 0x557173465180 0.000118
+gallium_dri.so free 0x557173465240 void 0.000119
+gallium_dri.so free 0x557173465180 void 0.000138
+gallium_dri.so malloc 72 0x557173465180 0.000121
+gallium_dri.so free 0x5571734652c0 void 0.000118
+gallium_dri.so free 0x557173465180 void 0.000118
+gallium_dri.so malloc 72 0x5571734652c0 0.000117
+gallium_dri.so free 0x557173465380 void 0.000119
+gallium_dri.so free 0x5571734652c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734652c0 0.000119
+gallium_dri.so free 0x557173465440 void 0.000118
+gallium_dri.so free 0x5571734652c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734652c0 0.000117
+gallium_dri.so free 0x557173465500 void 0.000117
+gallium_dri.so free 0x5571734652c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734654b0 0.000118
+gallium_dri.so free 0x557173465580 void 0.000118
+gallium_dri.so free 0x5571734654b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734655d0 0.000143
+gallium_dri.so free 0x557173465640 void 0.000119
+gallium_dri.so free 0x5571734655d0 void 0.000118
+gallium_dri.so malloc 72 0x557173465680 0.000118
+gallium_dri.so free 0x557173465700 void 0.000119
+gallium_dri.so free 0x557173465680 void 0.000118
+gallium_dri.so malloc 72 0x557173465680 0.000119
+gallium_dri.so free 0x557173465780 void 0.000118
+gallium_dri.so free 0x557173465680 void 0.000118
+gallium_dri.so malloc 72 0x5571734657b0 0.000117
+gallium_dri.so free 0x557173465800 void 0.000116
+gallium_dri.so free 0x5571734657b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734657b0 0.000118
+gallium_dri.so free 0x557173465900 void 0.000118
+gallium_dri.so free 0x5571734657b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734658b0 0.000118
+gallium_dri.so free 0x5571734659c0 void 0.000117
+gallium_dri.so free 0x5571734658b0 void 0.000118
+gallium_dri.so malloc 72 0x557173465970 0.000119
+gallium_dri.so free 0x557173465a00 void 0.000117
+gallium_dri.so free 0x557173465970 void 0.000118
+gallium_dri.so malloc 72 0x557173465970 0.000117
+gallium_dri.so free 0x557173465ac0 void 0.000118
+gallium_dri.so free 0x557173465970 void 0.000117
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000120
+gallium_dri.so free 0x557173465b30 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x557173465c80 void 0.000118
+gallium_dri.so free 0x557173465b30 void 0.000117
+gallium_dri.so malloc 72 0x557173465c30 0.000118
+gallium_dri.so free 0x557173465d40 void 0.000118
+gallium_dri.so free 0x557173465c30 void 0.000119
+gallium_dri.so malloc 72 0x557173465cf0 0.000119
+gallium_dri.so free 0x557173465d80 void 0.000117
+gallium_dri.so free 0x557173465cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173465cf0 0.000119
+gallium_dri.so free 0x557173465e40 void 0.000121
+gallium_dri.so free 0x557173465cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173465e80 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000118
+gallium_dri.so free 0x557173465e80 void 0.000118
+gallium_dri.so malloc 72 0x557173465f00 0.000119
+gallium_dri.so free 0x557173465fc0 void 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000117
+gallium_dri.so malloc 72 0x557173465f00 0.000118
+gallium_dri.so free 0x557173466080 void 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000118
+gallium_dri.so malloc 72 0x5571734660a0 0.000117
+gallium_dri.so free 0x557173466140 void 0.000118
+gallium_dri.so free 0x5571734660a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734660f0 0.000118
+gallium_dri.so free 0x5571734661c0 void 0.000125
+gallium_dri.so free 0x5571734660f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734660f0 0.000118
+gallium_dri.so free 0x557173466240 void 0.000119
+gallium_dri.so free 0x5571734660f0 void 0.000118
+gallium_dri.so malloc 72 0x557173466240 0.000118
+gallium_dri.so free 0x557173466300 void 0.000117
+gallium_dri.so free 0x557173466240 void 0.000120
+gallium_dri.so malloc 72 0x557173466240 0.000118
+gallium_dri.so free 0x5571734663c0 void 0.000118
+gallium_dri.so free 0x557173466240 void 0.000118
+gallium_dri.so malloc 72 0x557173466240 0.000127
+gallium_dri.so free 0x557173466480 void 0.000118
+gallium_dri.so free 0x557173466240 void 0.000142
+gallium_dri.so malloc 72 0x557173466430 0.000121
+gallium_dri.so free 0x557173466540 void 0.000120
+gallium_dri.so free 0x557173466430 void 0.000119
+gallium_dri.so malloc 72 0x5571734664f0 0.000117
+gallium_dri.so free 0x5571734665c0 void 0.000119
+gallium_dri.so free 0x5571734664f0 void 0.000117
+gallium_dri.so malloc 72 0x557173466610 0.000120
+gallium_dri.so free 0x557173466680 void 0.000119
+gallium_dri.so free 0x557173466610 void 0.000115
+gallium_dri.so malloc 72 0x5571734666a0 0.000117
+gallium_dri.so free 0x557173466740 void 0.000120
+gallium_dri.so free 0x5571734666a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734666f0 0.000119
+gallium_dri.so free 0x5571734667c0 void 0.000119
+gallium_dri.so free 0x5571734666f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734666f0 0.000118
+gallium_dri.so free 0x557173466840 void 0.000118
+gallium_dri.so free 0x5571734666f0 void 0.000118
+gallium_dri.so malloc 72 0x557173466840 0.000118
+gallium_dri.so free 0x557173466900 void 0.000118
+gallium_dri.so free 0x557173466840 void 0.000119
+gallium_dri.so malloc 72 0x557173466840 0.000118
+gallium_dri.so free 0x557173466a00 void 0.000115
+gallium_dri.so free 0x557173466840 void 0.000187
+gallium_dri.so malloc 72 0x5571734669b0 0.000119
+gallium_dri.so free 0x557173466a40 void 0.000117
+gallium_dri.so free 0x5571734669b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734669b0 0.000118
+gallium_dri.so free 0x557173466b00 void 0.000118
+gallium_dri.so free 0x5571734669b0 void 0.000118
+gallium_dri.so malloc 72 0x557173466b40 0.000118
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so free 0x557173466b40 void 0.000118
+gallium_dri.so malloc 72 0x557173466bc0 0.000117
+gallium_dri.so free 0x557173466c80 void 0.000119
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173466bc0 0.000119
+gallium_dri.so free 0x557173466d00 void 0.000121
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173466d30 0.000119
+gallium_dri.so free 0x557173466d80 void 0.000118
+gallium_dri.so free 0x557173466d30 void 0.000186
+gallium_dri.so malloc 72 0x557173466d30 0.000204
+gallium_dri.so free 0x557173466e80 void 0.000163
+gallium_dri.so free 0x557173466d30 void 0.000142
+gallium_dri.so malloc 72 0x557173466ec0 0.000135
+gallium_dri.so free 0x557173466f40 void 0.000152
+gallium_dri.so free 0x557173466ec0 void 0.000139
+gallium_dri.so malloc 72 0x557173466f40 0.000136
+gallium_dri.so free 0x557173467000 void 0.000133
+gallium_dri.so free 0x557173466f40 void 0.000136
+gallium_dri.so malloc 72 0x557173466f40 0.000143
+gallium_dri.so free 0x557173467080 void 0.000136
+gallium_dri.so free 0x557173466f40 void 0.000127
+gallium_dri.so malloc 72 0x5571734670b0 0.000124
+gallium_dri.so free 0x557173467100 void 0.000140
+gallium_dri.so free 0x5571734670b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734670b0 0.000126
+gallium_dri.so free 0x557173467200 void 0.000191
+gallium_dri.so free 0x5571734670b0 void 0.000191
+gallium_dri.so malloc 72 0x5571734671b0 0.000216
+gallium_dri.so free 0x5571734672c0 void 0.000175
+gallium_dri.so free 0x5571734671b0 void 0.000173
+gallium_dri.so malloc 72 0x557173467270 0.000207
+gallium_dri.so free 0x557173467340 void 0.000172
+gallium_dri.so free 0x557173467270 void 0.000168
+gallium_dri.so malloc 72 0x557173467270 0.000197
+gallium_dri.so free 0x557173467400 void 0.000218
+gallium_dri.so free 0x557173467270 void 0.000212
+gallium_dri.so malloc 72 0x557173467270 0.000163
+gallium_dri.so free 0x5571734674c0 void 0.000115
+gallium_dri.so free 0x557173467270 void 0.000114
+gallium_dri.so malloc 72 0x557173467470 0.000114
+gallium_dri.so free 0x557173467540 void 0.000117
+gallium_dri.so free 0x557173467470 void 0.000115
+gallium_dri.so malloc 72 0x557173467590 0.000114
+gallium_dri.so free 0x557173467600 void 0.000116
+gallium_dri.so free 0x557173467590 void 0.000115
+gallium_dri.so malloc 72 0x557173467620 0.000115
+gallium_dri.so free 0x5571734676c0 void 0.000116
+gallium_dri.so free 0x557173467620 void 0.000114
+gallium_dri.so malloc 72 0x557173467670 0.000115
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so free 0x557173467670 void 0.000114
+gallium_dri.so malloc 72 0x557173467740 0.000114
+gallium_dri.so free 0x557173467800 void 0.000116
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so malloc 72 0x557173467740 0.000113
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so malloc 72 0x557173467880 0.000113
+gallium_dri.so free 0x557173467940 void 0.000117
+gallium_dri.so free 0x557173467880 void 0.000119
+gallium_dri.so malloc 72 0x557173467880 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x557173467880 void 0.000114
+gallium_dri.so malloc 72 0x557173467880 0.000115
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x557173467880 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb480 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000115
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb770 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000116
+gallium_dri.so free 0x5571735eb770 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb890 0.000115
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb890 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb920 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000122
+gallium_dri.so free 0x5571735eb920 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb970 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000120
+gallium_dri.so free 0x5571735eb970 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb970 0.000122
+gallium_dri.so free 0x5571735ebb40 void 0.000120
+gallium_dri.so free 0x5571735eb970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000118
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so free 0x5571735ebaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc10 0.000120
+gallium_dri.so free 0x5571735ebc80 void 0.000121
+gallium_dri.so free 0x5571735ebc10 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebca0 0.000123
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so free 0x5571735ebca0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe40 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000135
+gallium_dri.so free 0x5571735ebe40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe40 0.000121
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe40 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000120
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ec0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so free 0x5571735ec0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000121
+gallium_dri.so free 0x5571735ec1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec270 0.000122
+gallium_dri.so free 0x5571735ec300 void 0.000121
+gallium_dri.so free 0x5571735ec270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec270 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec410 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so free 0x5571735ec410 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000132
+gallium_dri.so free 0x5571735ec540 void 0.000121
+gallium_dri.so free 0x5571735ec4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec540 0.000131
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec540 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec540 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000113
+gallium_dri.so free 0x5571735ec700 void 0.000128
+gallium_dri.so free 0x5571735ec6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000129
+gallium_dri.so free 0x5571735ec800 void 0.000128
+gallium_dri.so free 0x5571735ec6b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000129
+gallium_dri.so free 0x5571735ec8c0 void 0.000119
+gallium_dri.so free 0x5571735ec7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec870 0.000121
+gallium_dri.so free 0x5571735ec940 void 0.000130
+gallium_dri.so free 0x5571735ec870 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec960 0.000124
+gallium_dri.so free 0x5571735eca00 void 0.000127
+gallium_dri.so free 0x5571735ec960 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000126
+gallium_dri.so free 0x5571735eca80 void 0.000138
+gallium_dri.so free 0x5571735ec9b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000128
+gallium_dri.so free 0x5571735ecb00 void 0.000129
+gallium_dri.so free 0x5571735ec9b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecb00 0.000126
+gallium_dri.so free 0x5571735ecbc0 void 0.000165
+gallium_dri.so free 0x5571735ecb00 void 0.000199
+gallium_dri.so malloc 72 0x5571735ecb00 0.000197
+gallium_dri.so free 0x5571735ecc80 void 0.000193
+gallium_dri.so free 0x5571735ecb00 void 0.000187
+gallium_dri.so malloc 72 0x5571735ecb00 0.000176
+gallium_dri.so free 0x5571735ecd40 void 0.000172
+gallium_dri.so free 0x5571735ecb00 void 0.000181
+gallium_dri.so malloc 72 0x5571735eccf0 0.000178
+gallium_dri.so free 0x5571735ecd40 void 0.000179
+gallium_dri.so free 0x5571735eccf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eccf0 0.000114
+gallium_dri.so free 0x5571735ece40 void 0.000116
+gallium_dri.so free 0x5571735eccf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000120
+gallium_dri.so free 0x5571735ecf00 void 0.000117
+gallium_dri.so free 0x5571735ecdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eceb0 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735eceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eceb0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000117
+gallium_dri.so free 0x5571735eceb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed040 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000116
+gallium_dri.so free 0x5571735ed040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed240 void 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed260 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000115
+gallium_dri.so free 0x5571735ed260 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000116
+gallium_dri.so free 0x5571735ed2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed400 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000115
+gallium_dri.so free 0x5571735ed580 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000117
+gallium_dri.so free 0x5571735ed700 void 0.000125
+gallium_dri.so free 0x5571735ed5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000108
+gallium_dri.so free 0x5571735ed7d0 void 0.000265
+gallium_dri.so malloc 72 0x5571735ed860 0.000240
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed860 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000118
+gallium_dri.so free 0x5571735ed980 void 0.000118
+gallium_dri.so free 0x5571735ed8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735eda00 void 0.000118
+gallium_dri.so free 0x5571735ed8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eda00 0.000118
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735eda00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda00 0.000120
+gallium_dri.so free 0x5571735edbc0 void 0.000118
+gallium_dri.so free 0x5571735eda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb70 0.000128
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so free 0x5571735edb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb70 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edd00 0.000117
+gallium_dri.so free 0x5571735edd80 void 0.000117
+gallium_dri.so free 0x5571735edd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd80 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000126
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735edd80 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735edef0 0.000117
+gallium_dri.so free 0x5571735edf40 void 0.000119
+gallium_dri.so free 0x5571735edef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edef0 0.000116
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so free 0x5571735edef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee080 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000117
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee100 0.000117
+gallium_dri.so free 0x5571735ee1c0 void 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee100 0.000116
+gallium_dri.so free 0x5571735ee240 void 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee270 0.000137
+gallium_dri.so free 0x5571735ee2c0 void 0.000119
+gallium_dri.so free 0x5571735ee270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee270 0.000117
+gallium_dri.so free 0x5571735ee3c0 void 0.000117
+gallium_dri.so free 0x5571735ee270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee370 0.000126
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee430 0.000116
+gallium_dri.so free 0x5571735ee500 void 0.000116
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee430 0.000118
+gallium_dri.so free 0x5571735ee5c0 void 0.000117
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee430 0.000126
+gallium_dri.so free 0x5571735ee680 void 0.000120
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee630 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000118
+gallium_dri.so free 0x5571735ee630 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee750 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee750 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000118
+gallium_dri.so free 0x5571735ee880 void 0.000119
+gallium_dri.so free 0x5571735ee7e0 void 0.000152
+gallium_dri.so malloc 72 0x5571735ee830 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so free 0x5571735ee830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee900 0.000119
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee900 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea40 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eea40 0.000118
+gallium_dri.so free 0x5571735eebc0 void 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000192
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec30 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000118
+gallium_dri.so free 0x5571735eec30 void 0.000123
+gallium_dri.so malloc 72 0x5571735eed50 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000119
+gallium_dri.so free 0x5571735eed50 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee00 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee00 0.000118
+gallium_dri.so free 0x5571735eef00 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef30 0.000118
+gallium_dri.so free 0x5571735eef80 void 0.000119
+gallium_dri.so free 0x5571735eef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef30 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735eef30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef030 0.000118
+gallium_dri.so free 0x5571735ef140 void 0.000118
+gallium_dri.so free 0x5571735ef030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000131
+gallium_dri.so free 0x5571735ef180 void 0.000127
+gallium_dri.so free 0x5571735ef0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000117
+gallium_dri.so free 0x5571735ef0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000119
+gallium_dri.so free 0x5571735ef2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000117
+gallium_dri.so free 0x5571735ef4c0 void 0.000132
+gallium_dri.so free 0x5571735ef3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef470 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000119
+gallium_dri.so free 0x5571735ef470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef470 0.000118
+gallium_dri.so free 0x5571735ef5c0 void 0.000118
+gallium_dri.so free 0x5571735ef470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef600 0.000118
+gallium_dri.so free 0x5571735ef680 void 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef680 0.000120
+gallium_dri.so free 0x5571735ef740 void 0.000118
+gallium_dri.so free 0x5571735ef680 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef680 0.000135
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef820 0.000124
+gallium_dri.so free 0x5571735ef8c0 void 0.000124
+gallium_dri.so free 0x5571735ef820 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000121
+gallium_dri.so free 0x5571735ef940 void 0.000118
+gallium_dri.so free 0x5571735ef870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef870 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so free 0x5571735ef870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000112
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000112
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so free 0x5571735efbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd90 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000110
+gallium_dri.so free 0x5571735efd90 void 0.000110
+gallium_dri.so malloc 72 0x5571735efe20 0.000110
+gallium_dri.so free 0x5571735efec0 void 0.000110
+gallium_dri.so free 0x5571735efe20 void 0.000111
+gallium_dri.so malloc 72 0x5571735efe70 0.000110
+gallium_dri.so free 0x5571735eff40 void 0.000110
+gallium_dri.so free 0x5571735efe70 void 0.000110
+gallium_dri.so malloc 72 0x5571735efe70 0.000109
+gallium_dri.so free 0x5571735effc0 void 0.000110
+gallium_dri.so free 0x5571735efe70 void 0.000109
+gallium_dri.so malloc 72 0x5571735effc0 0.000111
+gallium_dri.so free 0x5571735f0080 void 0.000132
+gallium_dri.so free 0x5571735effc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735effc0 0.000114
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f01c0 void 0.000121
+gallium_dri.so free 0x5571735f0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0130 0.000111
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02c0 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000110
+gallium_dri.so free 0x5571735f02c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0340 0.000109
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0340 0.000122
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f04b0 0.000115
+gallium_dri.so free 0x5571735f0500 void 0.000114
+gallium_dri.so free 0x5571735f04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f04b0 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0640 0.000112
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f06c0 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f06c0 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0830 0.000113
+gallium_dri.so free 0x5571735f0880 void 0.000115
+gallium_dri.so free 0x5571735f0830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0830 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so free 0x5571735f0830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0930 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000122
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09f0 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f09f0 0.000112
+gallium_dri.so free 0x5571735f0b80 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09f0 0.000116
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d10 0.000115
+gallium_dri.so free 0x5571735f0d80 void 0.000114
+gallium_dri.so free 0x5571735f0d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0da0 0.000116
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000115
+gallium_dri.so free 0x5571735f0ec0 void 0.000115
+gallium_dri.so free 0x5571735f0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000118
+gallium_dri.so free 0x5571735f1000 void 0.000124
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1000 0.000112
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1000 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1000 0.000123
+gallium_dri.so free 0x5571735f1240 void 0.000126
+gallium_dri.so free 0x5571735f1000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f11f0 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f11f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1310 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so free 0x5571735f1310 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13c0 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000114
+gallium_dri.so free 0x5571735f13c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13c0 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000112
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14f0 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000113
+gallium_dri.so free 0x5571735f14f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f14f0 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f14f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15f0 0.000115
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16b0 0.000113
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16b0 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1870 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000113
+gallium_dri.so free 0x5571735f1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1870 0.000112
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so free 0x5571735f1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1a80 void 0.000113
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a30 0.000112
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so free 0x5571735f1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a30 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bc0 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000183
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1c40 0.000112
+gallium_dri.so free 0x5571735f1d00 void 0.000112
+gallium_dri.so free 0x5571735f1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c40 0.000112
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1de0 0.000111
+gallium_dri.so free 0x5571735f1e80 void 0.000112
+gallium_dri.so free 0x5571735f1de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e30 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so free 0x5571735f1e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e30 0.000132
+gallium_dri.so free 0x5571735f1f80 void 0.000116
+gallium_dri.so free 0x5571735f1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1f80 0.000119
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000118
+gallium_dri.so free 0x5571735f21c0 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2170 0.000118
+gallium_dri.so free 0x5571735f2280 void 0.000127
+gallium_dri.so free 0x5571735f2170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2230 0.000110
+gallium_dri.so free 0x5571735f2300 void 0.000110
+gallium_dri.so free 0x5571735f2230 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2350 0.000111
+gallium_dri.so free 0x5571735f23c0 void 0.000110
+gallium_dri.so free 0x5571735f2350 void 0.000110
+gallium_dri.so malloc 72 0x5571735f23e0 0.000110
+gallium_dri.so free 0x5571735f2480 void 0.000110
+gallium_dri.so free 0x5571735f23e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000111
+gallium_dri.so free 0x5571735f2500 void 0.000109
+gallium_dri.so free 0x5571735f2430 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2430 0.000109
+gallium_dri.so free 0x5571735f2580 void 0.000110
+gallium_dri.so free 0x5571735f2430 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2580 0.000110
+gallium_dri.so free 0x5571735f2640 void 0.000111
+gallium_dri.so free 0x5571735f2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2580 0.000112
+gallium_dri.so free 0x5571735f2740 void 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000126
+gallium_dri.so malloc 72 0x5571735f26f0 0.000115
+gallium_dri.so free 0x5571735f2780 void 0.000111
+gallium_dri.so free 0x5571735f26f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f26f0 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000111
+gallium_dri.so free 0x5571735f26f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2880 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000118
+gallium_dri.so free 0x5571735f2880 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2900 0.000121
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2900 0.000119
+gallium_dri.so free 0x5571735f2a40 void 0.000117
+gallium_dri.so free 0x5571735f2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2a70 0.000118
+gallium_dri.so free 0x5571735f2ac0 void 0.000118
+gallium_dri.so free 0x5571735f2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a70 0.000118
+gallium_dri.so free 0x5571735f2bc0 void 0.000118
+gallium_dri.so free 0x5571735f2a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c00 0.000119
+gallium_dri.so free 0x5571735f2c80 void 0.000118
+gallium_dri.so free 0x5571735f2c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c80 0.000119
+gallium_dri.so free 0x5571735f2d40 void 0.000119
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c80 0.000118
+gallium_dri.so free 0x5571735f2dc0 void 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2df0 0.000118
+gallium_dri.so free 0x5571735f2e40 void 0.000127
+gallium_dri.so free 0x5571735f2df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2df0 0.000111
+gallium_dri.so free 0x5571735f2f40 void 0.000110
+gallium_dri.so free 0x5571735f2df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000174
+gallium_dri.so free 0x5571735f2ef0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000110
+gallium_dri.so free 0x5571735f2fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000110
+gallium_dri.so free 0x5571735f3140 void 0.000110
+gallium_dri.so free 0x5571735f2fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000110
+gallium_dri.so free 0x5571735f2fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f31b0 0.000110
+gallium_dri.so free 0x5571735f3280 void 0.000110
+gallium_dri.so free 0x5571735f31b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f32d0 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000121
+gallium_dri.so free 0x5571735f32d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3360 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so free 0x5571735f3360 void 0.000115
+gallium_dri.so malloc 72 0x5571735f33b0 0.000133
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f33b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3480 0.000114
+gallium_dri.so free 0x5571735f3540 void 0.000111
+gallium_dri.so free 0x5571735f3480 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3480 0.000110
+gallium_dri.so free 0x5571735f35c0 void 0.000110
+gallium_dri.so free 0x5571735f3480 void 0.000109
+gallium_dri.so malloc 72 0x5571735f35c0 0.000111
+gallium_dri.so free 0x5571735da8c0 void 0.000110
+gallium_dri.so free 0x5571735f35c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f35c0 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000110
+gallium_dri.so free 0x5571735f35c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735da970 0.000109
+gallium_dri.so free 0x5571735da9c0 void 0.000109
+gallium_dri.so free 0x5571735da970 void 0.000112
+gallium_dri.so malloc 72 0x5571735da970 0.000110
+gallium_dri.so free 0x5571735daac0 void 0.000110
+gallium_dri.so free 0x5571735da970 void 0.000110
+gallium_dri.so malloc 72 0x5571735daa70 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x5571735daa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dac00 void 0.000111
+gallium_dri.so free 0x5571735dab30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dac20 0.000110
+gallium_dri.so free 0x5571735dacc0 void 0.000174
+gallium_dri.so free 0x5571735dac20 void 0.000125
+gallium_dri.so malloc 72 0x5571735dac70 0.000124
+gallium_dri.so free 0x5571735dad40 void 0.000128
+gallium_dri.so free 0x5571735dac70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000118
+gallium_dri.so free 0x5571735dac70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dadc0 0.000117
+gallium_dri.so free 0x5571735dae80 void 0.000119
+gallium_dri.so free 0x5571735dadc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadc0 0.000118
+gallium_dri.so free 0x5571735daf40 void 0.000119
+gallium_dri.so free 0x5571735dadc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dadc0 0.000120
+gallium_dri.so free 0x5571735db000 void 0.000119
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafb0 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000119
+gallium_dri.so free 0x5571735dafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dafb0 0.000120
+gallium_dri.so free 0x5571735db100 void 0.000118
+gallium_dri.so free 0x5571735dafb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db0b0 0.000119
+gallium_dri.so free 0x5571735db1c0 void 0.000135
+gallium_dri.so free 0x5571735db0b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db170 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000111
+gallium_dri.so free 0x5571735db170 void 0.000110
+gallium_dri.so malloc 72 0x5571735db170 0.000110
+gallium_dri.so free 0x5571735db2c0 void 0.000114
+gallium_dri.so free 0x5571735db170 void 0.000111
+gallium_dri.so malloc 72 0x5571735db300 0.000112
+gallium_dri.so free 0x5571735db380 void 0.000110
+gallium_dri.so free 0x5571735db300 void 0.000110
+gallium_dri.so malloc 72 0x5571735db380 0.000109
+gallium_dri.so free 0x5571735db440 void 0.000111
+gallium_dri.so free 0x5571735db380 void 0.000111
+gallium_dri.so malloc 72 0x5571735db380 0.000112
+gallium_dri.so free 0x5571735db500 void 0.000110
+gallium_dri.so free 0x5571735db380 void 0.000110
+gallium_dri.so malloc 72 0x5571735db520 0.000109
+gallium_dri.so free 0x5571735db5c0 void 0.000110
+gallium_dri.so free 0x5571735db520 void 0.000111
+gallium_dri.so malloc 72 0x5571735db570 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000111
+gallium_dri.so free 0x5571735db570 void 0.000111
+gallium_dri.so malloc 72 0x5571735db570 0.000110
+gallium_dri.so free 0x5571735db6c0 void 0.000111
+gallium_dri.so free 0x5571735db570 void 0.000110
+gallium_dri.so malloc 72 0x5571735db6c0 0.000110
+gallium_dri.so free 0x5571735db780 void 0.000110
+gallium_dri.so free 0x5571735db6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db6c0 0.000122
+gallium_dri.so free 0x5571735db840 void 0.000126
+gallium_dri.so free 0x5571735db6c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db6c0 0.000127
+gallium_dri.so free 0x5571735db900 void 0.000123
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db8b0 0.000126
+gallium_dri.so free 0x5571735db9c0 void 0.000130
+gallium_dri.so free 0x5571735db8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000120
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba90 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735dba90 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb20 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000124
+gallium_dri.so free 0x5571735dbb20 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000124
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000195
+gallium_dri.so free 0x5571735dbd80 void 0.000182
+gallium_dri.so free 0x5571735dbcc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000123
+gallium_dri.so free 0x5571735dbe80 void 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe30 0.000120
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe30 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000118
+gallium_dri.so free 0x5571735dc040 void 0.000118
+gallium_dri.so free 0x5571735dbfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc040 0.000117
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc040 0.000118
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc040 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000120
+gallium_dri.so free 0x5571735dc200 void 0.000120
+gallium_dri.so free 0x5571735dc1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000121
+gallium_dri.so free 0x5571735dc300 void 0.000126
+gallium_dri.so free 0x5571735dc1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc340 0.000110
+gallium_dri.so free 0x5571735dc3c0 void 0.000111
+gallium_dri.so free 0x5571735dc340 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000111
+gallium_dri.so free 0x5571735dc480 void 0.000110
+gallium_dri.so free 0x5571735dc3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000110
+gallium_dri.so free 0x5571735dc500 void 0.000112
+gallium_dri.so free 0x5571735dc3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc530 0.000110
+gallium_dri.so free 0x5571735dc580 void 0.000110
+gallium_dri.so free 0x5571735dc530 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc530 0.000110
+gallium_dri.so free 0x5571735dc680 void 0.000111
+gallium_dri.so free 0x5571735dc530 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc630 0.000110
+gallium_dri.so free 0x5571735dc740 void 0.000110
+gallium_dri.so free 0x5571735dc630 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000111
+gallium_dri.so free 0x5571735dc7c0 void 0.000115
+gallium_dri.so free 0x5571735dc6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000117
+gallium_dri.so free 0x5571735dc880 void 0.000112
+gallium_dri.so free 0x5571735dc6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000111
+gallium_dri.so free 0x5571735dc940 void 0.000186
+gallium_dri.so free 0x5571735dc6f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000237
+gallium_dri.so free 0x5571735dc9c0 void 0.000186
+gallium_dri.so free 0x5571735dc8f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735dca10 0.000162
+gallium_dri.so free 0x5571735dca80 void 0.000159
+gallium_dri.so free 0x5571735dca10 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcaa0 0.000123
+gallium_dri.so free 0x5571735dcb40 void 0.000123
+gallium_dri.so free 0x5571735dcaa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000135
+gallium_dri.so free 0x5571735dcbc0 void 0.000122
+gallium_dri.so free 0x5571735dcaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000131
+gallium_dri.so free 0x5571735dcc80 void 0.000181
+gallium_dri.so free 0x5571735dcbc0 void 0.000230
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000219
+gallium_dri.so free 0x5571735dcd00 void 0.000243
+gallium_dri.so free 0x5571735dcbc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcd00 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000124
+gallium_dri.so free 0x5571735dcd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so free 0x5571735dcd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dcd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcef0 0.000128
+gallium_dri.so free 0x5571735dcfc0 void 0.000125
+gallium_dri.so free 0x5571735dcef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd010 0.000125
+gallium_dri.so free 0x5571735dd080 void 0.000126
+gallium_dri.so free 0x5571735dd010 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000124
+gallium_dri.so free 0x5571735dd140 void 0.000124
+gallium_dri.so free 0x5571735dd0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000123
+gallium_dri.so free 0x5571735dd1c0 void 0.000125
+gallium_dri.so free 0x5571735dd0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000124
+gallium_dri.so free 0x5571735dd240 void 0.000125
+gallium_dri.so free 0x5571735dd1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000118
+gallium_dri.so free 0x5571735dd1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000116
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000116
+gallium_dri.so free 0x5571735dd440 void 0.000115
+gallium_dri.so free 0x5571735dd3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000115
+gallium_dri.so free 0x5571735dd500 void 0.000115
+gallium_dri.so free 0x5571735dd3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd570 0.000117
+gallium_dri.so free 0x5571735dd5c0 void 0.000115
+gallium_dri.so free 0x5571735dd570 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd570 0.000116
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so free 0x5571735dd570 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000116
+gallium_dri.so free 0x5571735dd670 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd730 0.000117
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so free 0x5571735dd730 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd730 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000117
+gallium_dri.so free 0x5571735dd730 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000123
+gallium_dri.so free 0x5571735dd940 void 0.000124
+gallium_dri.so free 0x5571735dd8c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dd940 0.000131
+gallium_dri.so free 0x5571735dda00 void 0.000131
+gallium_dri.so free 0x5571735dd940 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd940 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000127
+gallium_dri.so free 0x5571735dd940 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddae0 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000124
+gallium_dri.so free 0x5571735ddae0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddb30 0.000124
+gallium_dri.so free 0x5571735ddc00 void 0.000129
+gallium_dri.so free 0x5571735ddb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddb30 0.000129
+gallium_dri.so free 0x5571735ddc80 void 0.000124
+gallium_dri.so free 0x5571735ddb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddc80 0.000125
+gallium_dri.so free 0x5571735ddd40 void 0.000124
+gallium_dri.so free 0x5571735ddc80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddc80 0.000129
+gallium_dri.so free 0x5571735dde00 void 0.000149
+gallium_dri.so free 0x5571735ddc80 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddc80 0.000126
+gallium_dri.so free 0x5571735ddec0 void 0.000124
+gallium_dri.so free 0x5571735ddc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dde70 0.000124
+gallium_dri.so free 0x5571735ddf80 void 0.000125
+gallium_dri.so free 0x5571735dde70 void 0.000225
+gallium_dri.so malloc 72 0x5571735ddf30 0.000124
+gallium_dri.so free 0x5571735de000 void 0.000124
+gallium_dri.so free 0x5571735ddf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735de050 0.000116
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735de050 void 0.000120
+gallium_dri.so malloc 72 0x5571735de0e0 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de0e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000124
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000124
+gallium_dri.so free 0x5571735de280 void 0.000150
+gallium_dri.so free 0x5571735de130 void 0.000166
+gallium_dri.so malloc 72 0x5571735de280 0.000180
+gallium_dri.so free 0x5571735de340 void 0.000184
+gallium_dri.so free 0x5571735de280 void 0.000171
+gallium_dri.so malloc 72 0x5571735de280 0.000166
+gallium_dri.so free 0x5571735de440 void 0.000181
+gallium_dri.so free 0x5571735de280 void 0.000211
+gallium_dri.so malloc 72 0x5571735de3f0 0.000212
+gallium_dri.so free 0x5571735de480 void 0.000215
+gallium_dri.so free 0x5571735de3f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735de3f0 0.000207
+gallium_dri.so free 0x5571735de540 void 0.000206
+gallium_dri.so free 0x5571735de3f0 void 0.000202
+gallium_dri.so malloc 72 0x5571735de580 0.000199
+gallium_dri.so free 0x5571735de600 void 0.000151
+gallium_dri.so free 0x5571735de580 void 0.000145
+gallium_dri.so malloc 72 0x5571735de600 0.000147
+gallium_dri.so free 0x5571735de6c0 void 0.000145
+gallium_dri.so free 0x5571735de600 void 0.000145
+gallium_dri.so malloc 72 0x5571735de600 0.000145
+gallium_dri.so free 0x5571735de740 void 0.000139
+gallium_dri.so free 0x5571735de600 void 0.000133
+gallium_dri.so malloc 72 0x5571735de770 0.000142
+gallium_dri.so free 0x5571735de7c0 void 0.000144
+gallium_dri.so free 0x5571735de770 void 0.000146
+gallium_dri.so malloc 72 0x5571735de770 0.000144
+gallium_dri.so free 0x5571735de8c0 void 0.000146
+gallium_dri.so free 0x5571735de770 void 0.000146
+gallium_dri.so malloc 72 0x5571735de900 0.000140
+gallium_dri.so free 0x5571735de980 void 0.000140
+gallium_dri.so free 0x5571735de900 void 0.000145
+gallium_dri.so malloc 72 0x5571735de980 0.000146
+gallium_dri.so free 0x5571735dea40 void 0.000172
+gallium_dri.so free 0x5571735de980 void 0.000151
+gallium_dri.so malloc 72 0x5571735de980 0.000147
+gallium_dri.so free 0x5571735deac0 void 0.000146
+gallium_dri.so free 0x5571735de980 void 0.000158
+gallium_dri.so malloc 72 0x5571735deaf0 0.000144
+gallium_dri.so free 0x5571735deb40 void 0.000140
+gallium_dri.so free 0x5571735deaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735deaf0 0.000142
+gallium_dri.so free 0x5571735dec40 void 0.000144
+gallium_dri.so free 0x5571735deaf0 void 0.000145
+gallium_dri.so malloc 72 0x5571735debf0 0.000145
+gallium_dri.so free 0x5571735ded00 void 0.000139
+gallium_dri.so free 0x5571735debf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735decb0 0.000139
+gallium_dri.so free 0x5571735ded80 void 0.000145
+gallium_dri.so free 0x5571735decb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735decb0 0.000181
+gallium_dri.so free 0x5571735dee40 void 0.000199
+gallium_dri.so free 0x5571735decb0 void 0.000204
+gallium_dri.so malloc 72 0x5571735decb0 0.000187
+gallium_dri.so free 0x5571735def00 void 0.000177
+gallium_dri.so free 0x5571735decb0 void 0.000188
+gallium_dri.so malloc 72 0x5571735deeb0 0.000129
+gallium_dri.so free 0x5571735def80 void 0.000128
+gallium_dri.so free 0x5571735deeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735defd0 0.000126
+gallium_dri.so free 0x5571735df040 void 0.000127
+gallium_dri.so free 0x5571735defd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df060 0.000128
+gallium_dri.so free 0x5571735df100 void 0.000127
+gallium_dri.so free 0x5571735df060 void 0.000127
+gallium_dri.so malloc 72 0x5571735df0b0 0.000126
+gallium_dri.so free 0x5571735df180 void 0.000126
+gallium_dri.so free 0x5571735df0b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df180 0.000129
+gallium_dri.so free 0x5571735df240 void 0.000127
+gallium_dri.so free 0x5571735df180 void 0.000126
+gallium_dri.so malloc 72 0x5571735df180 0.000126
+gallium_dri.so free 0x5571735df2c0 void 0.000127
+gallium_dri.so free 0x5571735df180 void 0.000166
+gallium_dri.so malloc 72 0x5571735df2c0 0.000128
+gallium_dri.so free 0x5571735df380 void 0.000129
+gallium_dri.so free 0x5571735df2c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df2c0 0.000127
+gallium_dri.so free 0x5571735df440 void 0.000127
+gallium_dri.so free 0x5571735df2c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df2c0 0.000127
+gallium_dri.so free 0x5571735df500 void 0.000127
+gallium_dri.so free 0x5571735df2c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df4b0 0.000128
+gallium_dri.so free 0x5571735df580 void 0.000128
+gallium_dri.so free 0x5571735df4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df5d0 0.000128
+gallium_dri.so free 0x5571735df640 void 0.000127
+gallium_dri.so free 0x5571735df5d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df680 0.000128
+gallium_dri.so free 0x5571735df700 void 0.000127
+gallium_dri.so free 0x5571735df680 void 0.000126
+gallium_dri.so malloc 72 0x5571735df680 0.000129
+gallium_dri.so free 0x5571735df780 void 0.000128
+gallium_dri.so free 0x5571735df680 void 0.000127
+gallium_dri.so malloc 72 0x5571735df7b0 0.000126
+gallium_dri.so free 0x5571735df800 void 0.000128
+gallium_dri.so free 0x5571735df7b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735df7b0 0.000126
+gallium_dri.so free 0x5571735df900 void 0.000127
+gallium_dri.so free 0x5571735df7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df8b0 0.000127
+gallium_dri.so free 0x5571735df9c0 void 0.000127
+gallium_dri.so free 0x5571735df8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df970 0.000122
+gallium_dri.so free 0x5571735dfa00 void 0.000127
+gallium_dri.so free 0x5571735df970 void 0.000123
+gallium_dri.so malloc 72 0x5571735df970 0.000127
+gallium_dri.so free 0x5571735dfac0 void 0.000126
+gallium_dri.so free 0x5571735df970 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfb30 0.000125
+gallium_dri.so free 0x5571735dfb80 void 0.000127
+gallium_dri.so free 0x5571735dfb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfb30 0.000192
+gallium_dri.so free 0x5571735dfc80 void 0.000183
+gallium_dri.so free 0x5571735dfb30 void 0.000199
+gallium_dri.so malloc 72 0x5571735dfc30 0.000124
+gallium_dri.so free 0x5571735dfd40 void 0.000128
+gallium_dri.so free 0x5571735dfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfcf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000117
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe80 0.000114
+gallium_dri.so free 0x5571735dff00 void 0.000115
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dff00 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dff00 0.000117
+gallium_dri.so free 0x5571735e0080 void 0.000116
+gallium_dri.so free 0x5571735dff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00a0 0.000115
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e00a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000116
+gallium_dri.so free 0x5571735e00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0240 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000117
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0240 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000171
+gallium_dri.so malloc 72 0x5571735e0240 0.000117
+gallium_dri.so free 0x5571735e0480 void 0.000120
+gallium_dri.so free 0x5571735e0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0430 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000118
+gallium_dri.so free 0x5571735e0430 void 0.000116
+gallium_dri.so malloc 72 0x5571735e04f0 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0610 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000116
+gallium_dri.so free 0x5571735e0610 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06a0 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e06a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e06f0 0.000138
+gallium_dri.so free 0x5571735e07c0 void 0.000260
+gallium_dri.so free 0x5571735e06f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735e06f0 0.000123
+gallium_dri.so free 0x5571735e0840 void 0.000123
+gallium_dri.so free 0x5571735e06f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0840 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so free 0x5571735e0840 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0840 0.000121
+gallium_dri.so free 0x5571735e0a00 void 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735e09b0 0.000127
+gallium_dri.so free 0x5571735e0a40 void 0.000125
+gallium_dri.so free 0x5571735e09b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e09b0 0.000122
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so free 0x5571735e09b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0b40 0.000122
+gallium_dri.so free 0x5571735e0bc0 void 0.000123
+gallium_dri.so free 0x5571735e0b40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000124
+gallium_dri.so free 0x5571735e0c80 void 0.000124
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000124
+gallium_dri.so free 0x5571735e0d00 void 0.000121
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0d30 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000140
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f40 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f40 0.000114
+gallium_dri.so free 0x5571735e1080 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10b0 0.000113
+gallium_dri.so free 0x5571735e1100 void 0.000114
+gallium_dri.so free 0x5571735e10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10b0 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so free 0x5571735e11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000116
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1470 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000161
+gallium_dri.so free 0x5571735e1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1590 0.000112
+gallium_dri.so free 0x5571735e1600 void 0.000112
+gallium_dri.so free 0x5571735e1590 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1620 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so free 0x5571735e1620 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1670 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735e1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1740 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1880 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a70 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b90 0.000105
+gallium_dri.so free 0x5571735e1c00 void 0.000265
+gallium_dri.so free 0x5571735e1b90 void 0.000218
+gallium_dri.so malloc 72 0x5571735e1c40 0.000216
+gallium_dri.so free 0x5571735e1cc0 void 0.000266
+gallium_dri.so free 0x5571735e1c40 void 0.000218
+gallium_dri.so malloc 72 0x5571735e1c40 0.000119
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d70 0.000113
+gallium_dri.so free 0x5571735e1dc0 void 0.000115
+gallium_dri.so free 0x5571735e1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d70 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e70 0.000140
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f30 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f30 0.000126
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20f0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20f0 0.000112
+gallium_dri.so free 0x5571735e2240 void 0.000114
+gallium_dri.so free 0x5571735e20f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e21f0 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so free 0x5571735e21f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22b0 0.000112
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so free 0x5571735e22b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e22b0 0.000111
+gallium_dri.so free 0x5571735e2400 void 0.000113
+gallium_dri.so free 0x5571735e22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2440 0.000111
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so free 0x5571735e2440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e24c0 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e24c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24c0 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2660 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000165
+gallium_dri.so free 0x5571735e2660 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26b0 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000116
+gallium_dri.so free 0x5571735e26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26b0 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so free 0x5571735e26b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2800 0.000117
+gallium_dri.so free 0x5571735e28c0 void 0.000116
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2800 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000116
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2800 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29f0 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000115
+gallium_dri.so free 0x5571735e2b80 void 0.000116
+gallium_dri.so free 0x5571735e2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2bd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2c60 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000112
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e00 0.000112
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e00 0.000111
+gallium_dri.so free 0x5571735e2fc0 void 0.000113
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f70 0.000114
+gallium_dri.so free 0x5571735e3000 void 0.000113
+gallium_dri.so free 0x5571735e2f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2f70 0.000112
+gallium_dri.so free 0x5571735e30c0 void 0.000113
+gallium_dri.so free 0x5571735e2f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3100 0.000112
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3180 0.000112
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3180 0.000114
+gallium_dri.so free 0x5571735e32c0 void 0.000122
+gallium_dri.so free 0x5571735e3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735e32f0 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000112
+gallium_dri.so free 0x5571735e32f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e32f0 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so free 0x5571735e32f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3480 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000112
+gallium_dri.so free 0x5571735e3480 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3500 0.000111
+gallium_dri.so free 0x5571735e35c0 void 0.000112
+gallium_dri.so free 0x5571735e3500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3500 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3670 0.000111
+gallium_dri.so free 0x5571735e36c0 void 0.000112
+gallium_dri.so free 0x5571735e3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3670 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x5571735e3670 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x557173588480 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000139
+gallium_dri.so free 0x557173588500 void 0.000115
+gallium_dri.so free 0x557173588430 void 0.000162
+gallium_dri.so malloc 72 0x557173588430 0.000115
+gallium_dri.so free 0x5571735885c0 void 0.000115
+gallium_dri.so free 0x557173588430 void 0.000115
+gallium_dri.so malloc 72 0x557173588430 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000116
+gallium_dri.so free 0x557173588430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3770 0.000114
+gallium_dri.so free 0x557173588680 void 0.000117
+gallium_dri.so free 0x5571735e3770 void 0.000119
+gallium_dri.so malloc 72 0x557173588630 0.000114
+gallium_dri.so free 0x557173588740 void 0.000116
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x5571735886f0 0.000115
+gallium_dri.so free 0x557173588780 void 0.000116
+gallium_dri.so free 0x5571735886f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735886f0 0.000115
+gallium_dri.so free 0x557173588840 void 0.000115
+gallium_dri.so free 0x5571735886f0 void 0.000114
+gallium_dri.so malloc 72 0x557173588890 0.000118
+gallium_dri.so free 0x557173588900 void 0.000115
+gallium_dri.so free 0x557173588890 void 0.000114
+gallium_dri.so malloc 72 0x557173588940 0.000114
+gallium_dri.so free 0x5571735889c0 void 0.000116
+gallium_dri.so free 0x557173588940 void 0.000113
+gallium_dri.so malloc 72 0x5571735889c0 0.000113
+gallium_dri.so free 0x557173588a80 void 0.000115
+gallium_dri.so free 0x5571735889c0 void 0.000106
+gallium_dri.so malloc 72 0x5571735889c0 0.000115
+gallium_dri.so free 0x557173588b00 void 0.000113
+gallium_dri.so free 0x5571735889c0 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000113
+gallium_dri.so free 0x557173588b80 void 0.000113
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000113
+gallium_dri.so free 0x557173588c80 void 0.000113
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588c30 0.000114
+gallium_dri.so free 0x557173588d40 void 0.000114
+gallium_dri.so free 0x557173588c30 void 0.000112
+gallium_dri.so malloc 72 0x557173588cf0 0.000112
+gallium_dri.so free 0x557173588dc0 void 0.000113
+gallium_dri.so free 0x557173588cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173588de0 0.000112
+gallium_dri.so free 0x557173588e80 void 0.000115
+gallium_dri.so free 0x557173588de0 void 0.000114
+gallium_dri.so malloc 72 0x557173588e30 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000114
+gallium_dri.so free 0x557173588e30 void 0.000115
+gallium_dri.so malloc 72 0x557173588e30 0.000112
+gallium_dri.so free 0x557173588f80 void 0.000113
+gallium_dri.so free 0x557173588e30 void 0.000113
+gallium_dri.so malloc 72 0x557173588f80 0.000113
+gallium_dri.so free 0x557173589040 void 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000123
+gallium_dri.so malloc 72 0x557173588f80 0.000116
+gallium_dri.so free 0x557173589100 void 0.000113
+gallium_dri.so free 0x557173588f80 void 0.000113
+gallium_dri.so malloc 72 0x557173588f80 0.000114
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000115
+gallium_dri.so malloc 72 0x557173589170 0.000116
+gallium_dri.so free 0x5571735891c0 void 0.000116
+gallium_dri.so free 0x557173589170 void 0.000114
+gallium_dri.so malloc 72 0x557173589170 0.000115
+gallium_dri.so free 0x5571735892c0 void 0.000115
+gallium_dri.so free 0x557173589170 void 0.000116
+gallium_dri.so malloc 72 0x557173589270 0.000113
+gallium_dri.so free 0x557173589380 void 0.000115
+gallium_dri.so free 0x557173589270 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000113
+gallium_dri.so free 0x5571735893c0 void 0.000116
+gallium_dri.so free 0x557173589330 void 0.000113
+gallium_dri.so malloc 72 0x557173589330 0.000114
+gallium_dri.so free 0x557173589480 void 0.000116
+gallium_dri.so free 0x557173589330 void 0.000114
+gallium_dri.so malloc 72 0x5571735894c0 0.000113
+gallium_dri.so free 0x557173589540 void 0.000116
+gallium_dri.so free 0x5571735894c0 void 0.000114
+gallium_dri.so malloc 72 0x557173589540 0.000116
+gallium_dri.so free 0x557173589600 void 0.000116
+gallium_dri.so free 0x557173589540 void 0.000118
+gallium_dri.so malloc 72 0x557173589540 0.000116
+gallium_dri.so free 0x5571735896c0 void 0.000112
+gallium_dri.so free 0x557173589540 void 0.000113
+gallium_dri.so malloc 72 0x5571735896e0 0.000112
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so free 0x5571735896e0 void 0.000117
+gallium_dri.so malloc 72 0x557173589730 0.000114
+gallium_dri.so free 0x557173589800 void 0.000113
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x557173589730 0.000113
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so free 0x557173589730 void 0.000115
+gallium_dri.so malloc 72 0x557173589880 0.000115
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so malloc 72 0x557173589880 0.000112
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so free 0x557173589880 void 0.000112
+gallium_dri.so malloc 72 0x557173589880 0.000115
+gallium_dri.so free 0x557173589ac0 void 0.000112
+gallium_dri.so free 0x557173589880 void 0.000112
+gallium_dri.so malloc 72 0x557173589a70 0.000114
+gallium_dri.so free 0x557173589b80 void 0.000115
+gallium_dri.so free 0x557173589a70 void 0.000113
+gallium_dri.so malloc 72 0x557173589b30 0.000113
+gallium_dri.so free 0x557173589c00 void 0.000113
+gallium_dri.so free 0x557173589b30 void 0.000112
+gallium_dri.so malloc 72 0x557173589c50 0.000127
+gallium_dri.so free 0x557173589cc0 void 0.000114
+gallium_dri.so free 0x557173589c50 void 0.000111
+gallium_dri.so malloc 72 0x557173589ce0 0.000140
+gallium_dri.so free 0x557173589d80 void 0.000114
+gallium_dri.so free 0x557173589ce0 void 0.000113
+gallium_dri.so malloc 72 0x557173589d30 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000114
+gallium_dri.so free 0x557173589d30 void 0.000111
+gallium_dri.so malloc 72 0x557173589d30 0.000113
+gallium_dri.so free 0x557173589e80 void 0.000114
+gallium_dri.so free 0x557173589d30 void 0.000112
+gallium_dri.so malloc 72 0x557173589e80 0.000113
+gallium_dri.so free 0x557173589f40 void 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000113
+gallium_dri.so malloc 72 0x557173589e80 0.000112
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000113
+gallium_dri.so malloc 72 0x557173589ff0 0.000114
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173589ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173589ff0 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000117
+gallium_dri.so free 0x557173589ff0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a180 0.000115
+gallium_dri.so free 0x55717358a200 void 0.000115
+gallium_dri.so free 0x55717358a180 void 0.000114
+gallium_dri.so malloc 72 0x55717358a200 0.000154
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so free 0x55717358a200 void 0.000115
+gallium_dri.so malloc 72 0x55717358a200 0.000114
+gallium_dri.so free 0x55717358a340 void 0.000116
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so malloc 72 0x55717358a370 0.000115
+gallium_dri.so free 0x55717358a3c0 void 0.000116
+gallium_dri.so free 0x55717358a370 void 0.000114
+gallium_dri.so malloc 72 0x55717358a370 0.000116
+gallium_dri.so free 0x55717358a4c0 void 0.000115
+gallium_dri.so free 0x55717358a370 void 0.000114
+gallium_dri.so malloc 72 0x55717358a500 0.000114
+gallium_dri.so free 0x55717358a580 void 0.000116
+gallium_dri.so free 0x55717358a500 void 0.000114
+gallium_dri.so malloc 72 0x55717358a580 0.000115
+gallium_dri.so free 0x55717358a640 void 0.000118
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so malloc 72 0x55717358a580 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000115
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so malloc 72 0x55717358a6f0 0.000115
+gallium_dri.so free 0x55717358a740 void 0.000115
+gallium_dri.so free 0x55717358a6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a6f0 0.000114
+gallium_dri.so free 0x55717358a840 void 0.000116
+gallium_dri.so free 0x55717358a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a7f0 0.000115
+gallium_dri.so free 0x55717358a900 void 0.000114
+gallium_dri.so free 0x55717358a7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a8b0 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a8b0 0.000112
+gallium_dri.so free 0x55717358aa40 void 0.000114
+gallium_dri.so free 0x55717358a8b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a8b0 0.000113
+gallium_dri.so free 0x55717358ab00 void 0.000113
+gallium_dri.so free 0x55717358a8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aab0 0.000112
+gallium_dri.so free 0x55717358ab80 void 0.000113
+gallium_dri.so free 0x55717358aab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358abd0 0.000112
+gallium_dri.so free 0x55717358ac40 void 0.000113
+gallium_dri.so free 0x55717358abd0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ac60 0.000113
+gallium_dri.so free 0x55717358ad00 void 0.000114
+gallium_dri.so free 0x55717358ac60 void 0.000112
+gallium_dri.so malloc 72 0x55717358acb0 0.000113
+gallium_dri.so free 0x55717358ad80 void 0.000114
+gallium_dri.so free 0x55717358acb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ad80 0.000113
+gallium_dri.so free 0x55717358ae40 void 0.000115
+gallium_dri.so free 0x55717358ad80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ad80 0.000113
+gallium_dri.so free 0x55717358aec0 void 0.000125
+gallium_dri.so free 0x55717358ad80 void 0.000113
+gallium_dri.so malloc 72 0x55717358aec0 0.000111
+gallium_dri.so free 0x55717358af80 void 0.000112
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aec0 0.000112
+gallium_dri.so free 0x55717358b040 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aec0 0.000116
+gallium_dri.so free 0x55717358b100 void 0.000114
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b0b0 0.000114
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so free 0x55717358b0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b1d0 0.000115
+gallium_dri.so free 0x55717358b240 void 0.000116
+gallium_dri.so free 0x55717358b1d0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b280 0.000114
+gallium_dri.so free 0x55717358b300 void 0.000115
+gallium_dri.so free 0x55717358b280 void 0.000114
+gallium_dri.so malloc 72 0x55717358b280 0.000113
+gallium_dri.so free 0x55717358b380 void 0.000115
+gallium_dri.so free 0x55717358b280 void 0.000114
+gallium_dri.so malloc 72 0x55717358b3b0 0.000113
+gallium_dri.so free 0x55717358b400 void 0.000116
+gallium_dri.so free 0x55717358b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b3b0 0.000114
+gallium_dri.so free 0x55717358b500 void 0.000114
+gallium_dri.so free 0x55717358b3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b4b0 0.000114
+gallium_dri.so free 0x55717358b5c0 void 0.000115
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b570 0.000113
+gallium_dri.so free 0x55717358b600 void 0.000120
+gallium_dri.so free 0x55717358b570 void 0.000141
+gallium_dri.so malloc 72 0x55717358b570 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x55717358b570 void 0.000114
+gallium_dri.so malloc 72 0x55717358b730 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000116
+gallium_dri.so free 0x55717358b730 void 0.000115
+gallium_dri.so malloc 72 0x55717358b730 0.000115
+gallium_dri.so free 0x55717358b880 void 0.000117
+gallium_dri.so free 0x55717358b730 void 0.000114
+gallium_dri.so malloc 72 0x55717358b830 0.000114
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b830 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8f0 0.000115
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so free 0x55717358b8f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b8f0 0.000116
+gallium_dri.so free 0x55717358ba40 void 0.000115
+gallium_dri.so free 0x55717358b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ba80 0.000114
+gallium_dri.so free 0x55717358bb00 void 0.000129
+gallium_dri.so free 0x55717358ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bb00 0.000113
+gallium_dri.so free 0x55717358bbc0 void 0.000113
+gallium_dri.so free 0x55717358bb00 void 0.000112
+gallium_dri.so malloc 72 0x55717358bb00 0.000114
+gallium_dri.so free 0x55717358bc80 void 0.000112
+gallium_dri.so free 0x55717358bb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358bca0 0.000112
+gallium_dri.so free 0x55717358bd40 void 0.000115
+gallium_dri.so free 0x55717358bca0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bcf0 0.000112
+gallium_dri.so free 0x55717358bdc0 void 0.000113
+gallium_dri.so free 0x55717358bcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bcf0 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000113
+gallium_dri.so free 0x55717358bcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358be40 0.000112
+gallium_dri.so free 0x55717358bf00 void 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000112
+gallium_dri.so malloc 72 0x55717358be40 0.000112
+gallium_dri.so free 0x55717358bfc0 void 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000115
+gallium_dri.so malloc 72 0x55717358be40 0.000115
+gallium_dri.so free 0x55717358c080 void 0.000114
+gallium_dri.so free 0x55717358be40 void 0.000113
+gallium_dri.so malloc 72 0x55717358c030 0.000114
+gallium_dri.so free 0x55717358c140 void 0.000114
+gallium_dri.so free 0x55717358c030 void 0.000119
+gallium_dri.so malloc 72 0x55717358c0f0 0.000114
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x55717358c0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c210 0.000113
+gallium_dri.so free 0x55717358c280 void 0.000114
+gallium_dri.so free 0x55717358c210 void 0.000112
+gallium_dri.so malloc 72 0x55717358c2a0 0.000113
+gallium_dri.so free 0x55717358c340 void 0.000115
+gallium_dri.so free 0x55717358c2a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c2f0 0.000113
+gallium_dri.so free 0x55717358c3c0 void 0.000115
+gallium_dri.so free 0x55717358c2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c2f0 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000115
+gallium_dri.so free 0x55717358c2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c440 0.000115
+gallium_dri.so free 0x55717358c500 void 0.000115
+gallium_dri.so free 0x55717358c440 void 0.000113
+gallium_dri.so malloc 72 0x55717358c440 0.000113
+gallium_dri.so free 0x55717358c600 void 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000112
+gallium_dri.so malloc 72 0x55717358c5b0 0.000116
+gallium_dri.so free 0x55717358c640 void 0.000112
+gallium_dri.so free 0x55717358c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c5b0 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so free 0x55717358c5b0 void 0.000161
+gallium_dri.so malloc 72 0x55717358c740 0.000118
+gallium_dri.so free 0x55717358c7c0 void 0.000116
+gallium_dri.so free 0x55717358c740 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7c0 0.000112
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7c0 0.000140
+gallium_dri.so free 0x55717358c900 void 0.000137
+gallium_dri.so free 0x55717358c7c0 void 0.000134
+gallium_dri.so malloc 72 0x55717358c930 0.000135
+gallium_dri.so free 0x55717358c980 void 0.000132
+gallium_dri.so free 0x55717358c930 void 0.000134
+gallium_dri.so malloc 72 0x55717358c930 0.000133
+gallium_dri.so free 0x55717358ca80 void 0.000133
+gallium_dri.so free 0x55717358c930 void 0.000150
+gallium_dri.so malloc 72 0x55717358cac0 0.000136
+gallium_dri.so free 0x55717358cb40 void 0.000135
+gallium_dri.so free 0x55717358cac0 void 0.000132
+gallium_dri.so malloc 72 0x55717358cb40 0.000134
+gallium_dri.so free 0x55717358cc00 void 0.000132
+gallium_dri.so free 0x55717358cb40 void 0.000135
+gallium_dri.so malloc 72 0x55717358cb40 0.000133
+gallium_dri.so free 0x55717358cc80 void 0.000135
+gallium_dri.so free 0x55717358cb40 void 0.000191
+gallium_dri.so malloc 72 0x55717358ccb0 0.000131
+gallium_dri.so free 0x55717358cd00 void 0.000130
+gallium_dri.so free 0x55717358ccb0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ccb0 0.000129
+gallium_dri.so free 0x55717358ce00 void 0.000131
+gallium_dri.so free 0x55717358ccb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358cdb0 0.000134
+gallium_dri.so free 0x55717358cec0 void 0.000128
+gallium_dri.so free 0x55717358cdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ce70 0.000159
+gallium_dri.so free 0x55717358cf40 void 0.000131
+gallium_dri.so free 0x55717358ce70 void 0.000129
+gallium_dri.so malloc 72 0x55717358ce70 0.000130
+gallium_dri.so free 0x55717358d000 void 0.000130
+gallium_dri.so free 0x55717358ce70 void 0.000131
+gallium_dri.so malloc 72 0x55717358ce70 0.000131
+gallium_dri.so free 0x55717358d0c0 void 0.000131
+gallium_dri.so free 0x55717358ce70 void 0.000137
+gallium_dri.so malloc 72 0x55717358d070 0.000128
+gallium_dri.so free 0x55717358d140 void 0.000129
+gallium_dri.so free 0x55717358d070 void 0.000131
+gallium_dri.so malloc 72 0x55717358d190 0.000130
+gallium_dri.so free 0x55717358d200 void 0.000233
+gallium_dri.so free 0x55717358d190 void 0.000173
+gallium_dri.so malloc 72 0x55717358d220 0.000171
+gallium_dri.so free 0x55717358d2c0 void 0.000174
+gallium_dri.so free 0x55717358d220 void 0.000137
+gallium_dri.so malloc 72 0x55717358d270 0.000140
+gallium_dri.so free 0x55717358d340 void 0.000139
+gallium_dri.so free 0x55717358d270 void 0.000139
+gallium_dri.so malloc 72 0x55717358d340 0.000140
+gallium_dri.so free 0x55717358d400 void 0.000141
+gallium_dri.so free 0x55717358d340 void 0.000137
+gallium_dri.so malloc 72 0x55717358d340 0.000129
+gallium_dri.so free 0x55717358d480 void 0.000137
+gallium_dri.so free 0x55717358d340 void 0.000140
+gallium_dri.so malloc 72 0x55717358d480 0.000133
+gallium_dri.so free 0x55717358d540 void 0.000129
+gallium_dri.so free 0x55717358d480 void 0.000137
+gallium_dri.so malloc 72 0x55717358d480 0.000138
+gallium_dri.so free 0x55717358d600 void 0.000139
+gallium_dri.so free 0x55717358d480 void 0.000136
+gallium_dri.so malloc 72 0x55717358d480 0.000146
+gallium_dri.so free 0x55717358d6c0 void 0.000139
+gallium_dri.so free 0x55717358d480 void 0.000136
+gallium_dri.so malloc 72 0x55717358d670 0.000128
+gallium_dri.so free 0x55717358d740 void 0.000135
+gallium_dri.so free 0x55717358d670 void 0.000138
+gallium_dri.so malloc 72 0x55717358d790 0.000129
+gallium_dri.so free 0x55717358d800 void 0.000131
+gallium_dri.so free 0x55717358d790 void 0.000138
+gallium_dri.so malloc 72 0x55717358d840 0.000138
+gallium_dri.so free 0x55717358d8c0 void 0.000138
+gallium_dri.so free 0x55717358d840 void 0.000140
+gallium_dri.so malloc 72 0x55717358d840 0.000138
+gallium_dri.so free 0x55717358d940 void 0.000140
+gallium_dri.so free 0x55717358d840 void 0.000139
+gallium_dri.so malloc 72 0x55717358d970 0.000140
+gallium_dri.so free 0x55717358d9c0 void 0.000140
+gallium_dri.so free 0x55717358d970 void 0.000144
+gallium_dri.so malloc 72 0x55717358d970 0.000139
+gallium_dri.so free 0x55717358dac0 void 0.000139
+gallium_dri.so free 0x55717358d970 void 0.000139
+gallium_dri.so malloc 72 0x55717358da70 0.000148
+gallium_dri.so free 0x55717358db80 void 0.000140
+gallium_dri.so free 0x55717358da70 void 0.000135
+gallium_dri.so malloc 72 0x55717358db30 0.000129
+gallium_dri.so free 0x55717358dbc0 void 0.000134
+gallium_dri.so free 0x55717358db30 void 0.000139
+gallium_dri.so malloc 72 0x55717358db30 0.000140
+gallium_dri.so free 0x55717358dc80 void 0.000139
+gallium_dri.so free 0x55717358db30 void 0.000139
+gallium_dri.so malloc 72 0x55717358dcf0 0.000140
+gallium_dri.so free 0x55717358dd40 void 0.000140
+gallium_dri.so free 0x55717358dcf0 void 0.000141
+gallium_dri.so malloc 72 0x55717358dcf0 0.000140
+gallium_dri.so free 0x55717358de40 void 0.000139
+gallium_dri.so free 0x55717358dcf0 void 0.000139
+gallium_dri.so malloc 72 0x55717358ddf0 0.000140
+gallium_dri.so free 0x55717358df00 void 0.000136
+gallium_dri.so free 0x55717358ddf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358deb0 0.000136
+gallium_dri.so free 0x55717358df40 void 0.000140
+gallium_dri.so free 0x55717358deb0 void 0.000186
+gallium_dri.so malloc 72 0x55717358deb0 0.000193
+gallium_dri.so free 0x55717358e000 void 0.000267
+gallium_dri.so free 0x55717358deb0 void 0.000192
+gallium_dri.so malloc 72 0x55717358e040 0.000171
+gallium_dri.so free 0x55717358e0c0 void 0.000166
+gallium_dri.so free 0x55717358e040 void 0.000132
+gallium_dri.so malloc 72 0x55717358e0c0 0.000131
+gallium_dri.so free 0x55717358e180 void 0.000164
+gallium_dri.so free 0x55717358e0c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e0c0 0.000129
+gallium_dri.so free 0x55717358e240 void 0.000135
+gallium_dri.so free 0x55717358e0c0 void 0.000135
+gallium_dri.so malloc 72 0x55717358e260 0.000125
+gallium_dri.so free 0x55717358e300 void 0.000130
+gallium_dri.so free 0x55717358e260 void 0.000136
+gallium_dri.so malloc 72 0x55717358e2b0 0.000136
+gallium_dri.so free 0x55717358e380 void 0.000184
+gallium_dri.so free 0x55717358e2b0 void 0.000136
+gallium_dri.so malloc 72 0x55717358e2b0 0.000133
+gallium_dri.so free 0x55717358e400 void 0.000130
+gallium_dri.so free 0x55717358e2b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e400 0.000124
+gallium_dri.so free 0x55717358e4c0 void 0.000132
+gallium_dri.so free 0x55717358e400 void 0.000131
+gallium_dri.so malloc 72 0x55717358e400 0.000125
+gallium_dri.so free 0x55717358e580 void 0.000129
+gallium_dri.so free 0x55717358e400 void 0.000126
+gallium_dri.so malloc 72 0x55717358e400 0.000130
+gallium_dri.so free 0x55717358e640 void 0.000131
+gallium_dri.so free 0x55717358e400 void 0.000132
+gallium_dri.so malloc 72 0x55717358e5f0 0.000126
+gallium_dri.so free 0x55717358e700 void 0.000127
+gallium_dri.so free 0x55717358e5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e6b0 0.000125
+gallium_dri.so free 0x55717358e780 void 0.000120
+gallium_dri.so free 0x55717358e6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e7d0 0.000125
+gallium_dri.so free 0x55717358e840 void 0.000163
+gallium_dri.so free 0x55717358e7d0 void 0.000219
+gallium_dri.so malloc 72 0x55717358e860 0.000213
+gallium_dri.so free 0x55717358e900 void 0.000217
+gallium_dri.so free 0x55717358e860 void 0.000226
+gallium_dri.so malloc 72 0x55717358e8b0 0.000175
+gallium_dri.so free 0x55717358e980 void 0.000176
+gallium_dri.so free 0x55717358e8b0 void 0.000176
+gallium_dri.so malloc 72 0x55717358e8b0 0.000173
+gallium_dri.so free 0x55717358ea00 void 0.000176
+gallium_dri.so free 0x55717358e8b0 void 0.000165
+gallium_dri.so malloc 72 0x55717358ea00 0.000172
+gallium_dri.so free 0x55717358eac0 void 0.000137
+gallium_dri.so free 0x55717358ea00 void 0.000131
+gallium_dri.so malloc 72 0x55717358ea00 0.000129
+gallium_dri.so free 0x55717358ebc0 void 0.000124
+gallium_dri.so free 0x55717358ea00 void 0.000125
+gallium_dri.so malloc 72 0x55717358eb70 0.000131
+gallium_dri.so free 0x55717358ec00 void 0.000144
+gallium_dri.so free 0x55717358eb70 void 0.000126
+gallium_dri.so malloc 72 0x55717358eb70 0.000126
+gallium_dri.so free 0x55717358ecc0 void 0.000131
+gallium_dri.so free 0x55717358eb70 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed00 0.000126
+gallium_dri.so free 0x55717358ed80 void 0.000126
+gallium_dri.so free 0x55717358ed00 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed80 0.000155
+gallium_dri.so free 0x55717358ee40 void 0.000134
+gallium_dri.so free 0x55717358ed80 void 0.000132
+gallium_dri.so malloc 72 0x55717358ed80 0.000131
+gallium_dri.so free 0x55717358eec0 void 0.000131
+gallium_dri.so free 0x55717358ed80 void 0.000124
+gallium_dri.so malloc 72 0x55717358eef0 0.000121
+gallium_dri.so free 0x55717358ef40 void 0.000125
+gallium_dri.so free 0x55717358eef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358eef0 0.000131
+gallium_dri.so free 0x55717358f040 void 0.000131
+gallium_dri.so free 0x55717358eef0 void 0.000133
+gallium_dri.so malloc 72 0x55717358f080 0.000124
+gallium_dri.so free 0x55717358f100 void 0.000121
+gallium_dri.so free 0x55717358f080 void 0.000125
+gallium_dri.so malloc 72 0x55717358f100 0.000129
+gallium_dri.so free 0x55717358f1c0 void 0.000143
+gallium_dri.so free 0x55717358f100 void 0.000131
+gallium_dri.so malloc 72 0x55717358f100 0.000131
+gallium_dri.so free 0x55717358f240 void 0.000126
+gallium_dri.so free 0x55717358f100 void 0.000125
+gallium_dri.so malloc 72 0x55717358f270 0.000130
+gallium_dri.so free 0x55717358f2c0 void 0.000131
+gallium_dri.so free 0x55717358f270 void 0.000131
+gallium_dri.so malloc 72 0x55717358f270 0.000124
+gallium_dri.so free 0x55717358f3c0 void 0.000134
+gallium_dri.so free 0x55717358f270 void 0.000130
+gallium_dri.so malloc 72 0x55717358f370 0.000129
+gallium_dri.so free 0x55717358f480 void 0.000132
+gallium_dri.so free 0x55717358f370 void 0.000131
+gallium_dri.so malloc 72 0x55717358f430 0.000130
+gallium_dri.so free 0x55717358f500 void 0.000124
+gallium_dri.so free 0x55717358f430 void 0.000125
+gallium_dri.so malloc 72 0x55717358f430 0.000124
+gallium_dri.so free 0x55717358f5c0 void 0.000122
+gallium_dri.so free 0x55717358f430 void 0.000120
+gallium_dri.so malloc 72 0x55717358f430 0.000126
+gallium_dri.so free 0x55717358f680 void 0.000130
+gallium_dri.so free 0x55717358f430 void 0.000125
+gallium_dri.so malloc 72 0x55717358f630 0.000126
+gallium_dri.so free 0x55717358f700 void 0.000188
+gallium_dri.so free 0x55717358f630 void 0.000133
+gallium_dri.so malloc 72 0x55717358f750 0.000130
+gallium_dri.so free 0x55717358f7c0 void 0.000125
+gallium_dri.so free 0x55717358f750 void 0.000126
+gallium_dri.so malloc 72 0x55717358f7e0 0.000130
+gallium_dri.so free 0x55717358f880 void 0.000126
+gallium_dri.so free 0x55717358f7e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f830 0.000126
+gallium_dri.so free 0x55717358f900 void 0.000116
+gallium_dri.so free 0x55717358f830 void 0.000114
+gallium_dri.so malloc 72 0x55717358f900 0.000115
+gallium_dri.so free 0x55717358f9c0 void 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so malloc 72 0x55717358f900 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa40 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000116
+gallium_dri.so free 0x55717358fa40 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa40 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000118
+gallium_dri.so malloc 72 0x55717358fa40 0.000114
+gallium_dri.so free 0x55717358fc80 void 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so malloc 72 0x55717358fc30 0.000123
+gallium_dri.so free 0x55717358fd00 void 0.000117
+gallium_dri.so free 0x55717358fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358fd50 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so free 0x55717358fd50 void 0.000112
+gallium_dri.so malloc 72 0x55717358fe00 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000115
+gallium_dri.so free 0x55717358fe00 void 0.000122
+gallium_dri.so malloc 72 0x55717358fe00 0.000119
+gallium_dri.so free 0x55717358ff00 void 0.000117
+gallium_dri.so free 0x55717358fe00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x55717358ff80 void 0.000115
+gallium_dri.so free 0x55717358ff30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x557173590080 void 0.000115
+gallium_dri.so free 0x55717358ff30 void 0.000114
+gallium_dri.so malloc 72 0x557173590030 0.000114
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x557173590030 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000113
+gallium_dri.so free 0x557173590180 void 0.000116
+gallium_dri.so free 0x5571735900f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735900f0 0.000116
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so free 0x5571735900f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735902b0 0.000114
+gallium_dri.so free 0x557173590300 void 0.000119
+gallium_dri.so free 0x5571735902b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735902b0 0.000114
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x5571735902b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735903b0 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000114
+gallium_dri.so free 0x5571735903b0 void 0.000114
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000137
+gallium_dri.so malloc 72 0x557173590470 0.000118
+gallium_dri.so free 0x5571735905c0 void 0.000116
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x557173590600 0.000114
+gallium_dri.so free 0x557173590680 void 0.000114
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so malloc 72 0x557173590680 0.000114
+gallium_dri.so free 0x557173590740 void 0.000114
+gallium_dri.so free 0x557173590680 void 0.000112
+gallium_dri.so malloc 72 0x557173590680 0.000114
+gallium_dri.so free 0x557173590800 void 0.000114
+gallium_dri.so free 0x557173590680 void 0.000115
+gallium_dri.so malloc 72 0x557173590820 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so free 0x557173590820 void 0.000121
+gallium_dri.so malloc 72 0x557173590870 0.000115
+gallium_dri.so free 0x557173590940 void 0.000124
+gallium_dri.so free 0x557173590870 void 0.000116
+gallium_dri.so malloc 72 0x557173590870 0.000114
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x557173590870 void 0.000113
+gallium_dri.so malloc 72 0x5571735909c0 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000115
+gallium_dri.so free 0x5571735909c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735909c0 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x5571735909c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735909c0 0.000115
+gallium_dri.so free 0x557173590c00 void 0.000115
+gallium_dri.so free 0x5571735909c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590bb0 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000116
+gallium_dri.so free 0x557173590bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590c70 0.000115
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173590c70 void 0.000114
+gallium_dri.so malloc 72 0x557173590d90 0.000121
+gallium_dri.so free 0x557173590e00 void 0.000115
+gallium_dri.so free 0x557173590d90 void 0.000115
+gallium_dri.so malloc 72 0x557173590e20 0.000115
+gallium_dri.so free 0x557173590ec0 void 0.000114
+gallium_dri.so free 0x557173590e20 void 0.000113
+gallium_dri.so malloc 72 0x557173590e70 0.000114
+gallium_dri.so free 0x557173590f40 void 0.000127
+gallium_dri.so free 0x557173590e70 void 0.000115
+gallium_dri.so malloc 72 0x557173590e70 0.000116
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so free 0x557173590e70 void 0.000114
+gallium_dri.so malloc 72 0x557173590fc0 0.000114
+gallium_dri.so free 0x557173591080 void 0.000115
+gallium_dri.so free 0x557173590fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173590fc0 0.000116
+gallium_dri.so free 0x557173591180 void 0.000116
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173591130 0.000116
+gallium_dri.so free 0x5571735911c0 void 0.000115
+gallium_dri.so free 0x557173591130 void 0.000114
+gallium_dri.so malloc 72 0x557173591130 0.000112
+gallium_dri.so free 0x557173591280 void 0.000115
+gallium_dri.so free 0x557173591130 void 0.000114
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173591480 void 0.000114
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x5571735914b0 0.000113
+gallium_dri.so free 0x557173591500 void 0.000128
+gallium_dri.so free 0x5571735914b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735914b0 0.000114
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591640 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000116
+gallium_dri.so free 0x557173591640 void 0.000114
+gallium_dri.so malloc 72 0x5571735916c0 0.000115
+gallium_dri.so free 0x557173591780 void 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916c0 0.000113
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591830 0.000113
+gallium_dri.so free 0x557173591880 void 0.000118
+gallium_dri.so free 0x557173591830 void 0.000115
+gallium_dri.so malloc 72 0x557173591830 0.000113
+gallium_dri.so free 0x557173591980 void 0.000114
+gallium_dri.so free 0x557173591830 void 0.000114
+gallium_dri.so malloc 72 0x557173591930 0.000115
+gallium_dri.so free 0x557173591a40 void 0.000115
+gallium_dri.so free 0x557173591930 void 0.000115
+gallium_dri.so malloc 72 0x5571735919f0 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x5571735919f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735919f0 0.000112
+gallium_dri.so free 0x557173591b80 void 0.000114
+gallium_dri.so free 0x5571735919f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735919f0 0.000115
+gallium_dri.so free 0x557173591c40 void 0.000115
+gallium_dri.so free 0x5571735919f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591bf0 0.000113
+gallium_dri.so free 0x557173591cc0 void 0.000115
+gallium_dri.so free 0x557173591bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173591d10 0.000120
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591d10 void 0.000112
+gallium_dri.so malloc 72 0x557173591da0 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000142
+gallium_dri.so free 0x557173591da0 void 0.000116
+gallium_dri.so malloc 72 0x557173591df0 0.000116
+gallium_dri.so free 0x557173591ec0 void 0.000115
+gallium_dri.so free 0x557173591df0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ec0 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ec0 0.000114
+gallium_dri.so free 0x5571735caf40 void 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735caef0 0.000114
+gallium_dri.so free 0x5571735cb000 void 0.000115
+gallium_dri.so free 0x5571735caef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafb0 0.000114
+gallium_dri.so free 0x5571735cb040 void 0.000124
+gallium_dri.so free 0x5571735cafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cafb0 0.000112
+gallium_dri.so free 0x5571735cb100 void 0.000116
+gallium_dri.so free 0x5571735cafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb140 0.000114
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so free 0x5571735cb140 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000113
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000115
+gallium_dri.so free 0x5571735cb300 void 0.000115
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000114
+gallium_dri.so free 0x5571735cb3c0 void 0.000116
+gallium_dri.so free 0x5571735cb1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb1c0 0.000114
+gallium_dri.so free 0x5571735cb480 void 0.000115
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb430 0.000114
+gallium_dri.so free 0x5571735cb500 void 0.000115
+gallium_dri.so free 0x5571735cb430 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb550 0.000113
+gallium_dri.so free 0x5571735cb5c0 void 0.000114
+gallium_dri.so free 0x5571735cb550 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb5e0 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000113
+gallium_dri.so free 0x5571735cb5e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cb630 0.000113
+gallium_dri.so free 0x5571735cb700 void 0.000118
+gallium_dri.so free 0x5571735cb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb630 0.000118
+gallium_dri.so free 0x5571735cb800 void 0.000117
+gallium_dri.so free 0x5571735cb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000115
+gallium_dri.so free 0x5571735cb880 void 0.000115
+gallium_dri.so free 0x5571735cb7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb8d0 0.000113
+gallium_dri.so free 0x5571735cb940 void 0.000115
+gallium_dri.so free 0x5571735cb8d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb960 0.000113
+gallium_dri.so free 0x5571735cba00 void 0.000114
+gallium_dri.so free 0x5571735cb960 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000113
+gallium_dri.so free 0x5571735cba80 void 0.000114
+gallium_dri.so free 0x5571735cb9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb9b0 0.000114
+gallium_dri.so free 0x5571735cbb00 void 0.000115
+gallium_dri.so free 0x5571735cb9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbb00 0.000117
+gallium_dri.so free 0x5571735cbbc0 void 0.000116
+gallium_dri.so free 0x5571735cbb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbb00 0.000114
+gallium_dri.so free 0x5571735cbcc0 void 0.000117
+gallium_dri.so free 0x5571735cbb00 void 0.000167
+gallium_dri.so malloc 72 0x5571735cbb00 0.000114
+gallium_dri.so free 0x5571735cbd40 void 0.000114
+gallium_dri.so free 0x5571735cbb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd70 0.000115
+gallium_dri.so free 0x5571735cbdc0 void 0.000116
+gallium_dri.so free 0x5571735cbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbd70 0.000113
+gallium_dri.so free 0x5571735cbec0 void 0.000115
+gallium_dri.so free 0x5571735cbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbe70 0.000114
+gallium_dri.so free 0x5571735cbf80 void 0.000114
+gallium_dri.so free 0x5571735cbe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbf30 0.000114
+gallium_dri.so free 0x5571735cbfc0 void 0.000115
+gallium_dri.so free 0x5571735cbf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbf30 0.000113
+gallium_dri.so free 0x5571735cc080 void 0.000115
+gallium_dri.so free 0x5571735cbf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc0d0 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so free 0x5571735cc0d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc180 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000114
+gallium_dri.so free 0x5571735cc180 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc200 0.000114
+gallium_dri.so free 0x5571735cc2c0 void 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc200 0.000114
+gallium_dri.so free 0x5571735cc340 void 0.000115
+gallium_dri.so free 0x5571735cc200 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc370 0.000115
+gallium_dri.so free 0x5571735cc3c0 void 0.000113
+gallium_dri.so free 0x5571735cc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc370 0.000113
+gallium_dri.so free 0x5571735cc4c0 void 0.000115
+gallium_dri.so free 0x5571735cc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc470 0.000114
+gallium_dri.so free 0x5571735cc580 void 0.000114
+gallium_dri.so free 0x5571735cc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc530 0.000137
+gallium_dri.so free 0x5571735cc600 void 0.000127
+gallium_dri.so free 0x5571735cc530 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc620 0.000117
+gallium_dri.so free 0x5571735cc6c0 void 0.000115
+gallium_dri.so free 0x5571735cc620 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc670 0.000114
+gallium_dri.so free 0x5571735cc740 void 0.000115
+gallium_dri.so free 0x5571735cc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc670 0.000119
+gallium_dri.so free 0x5571735cc7c0 void 0.000116
+gallium_dri.so free 0x5571735cc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000114
+gallium_dri.so free 0x5571735cc880 void 0.000114
+gallium_dri.so free 0x5571735cc7c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000114
+gallium_dri.so free 0x5571735cc940 void 0.000116
+gallium_dri.so free 0x5571735cc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc7c0 0.000113
+gallium_dri.so free 0x5571735cca00 void 0.000113
+gallium_dri.so free 0x5571735cc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000112
+gallium_dri.so free 0x5571735cca00 void 0.000121
+gallium_dri.so free 0x5571735cc9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc9b0 0.000113
+gallium_dri.so free 0x5571735ccb00 void 0.000114
+gallium_dri.so free 0x5571735cc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccab0 0.000112
+gallium_dri.so free 0x5571735ccbc0 void 0.000112
+gallium_dri.so free 0x5571735ccab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccb70 0.000113
+gallium_dri.so free 0x5571735ccc00 void 0.000114
+gallium_dri.so free 0x5571735ccb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccb70 0.000113
+gallium_dri.so free 0x5571735cccc0 void 0.000113
+gallium_dri.so free 0x5571735ccb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccd00 0.000113
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so free 0x5571735ccd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd80 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000113
+gallium_dri.so free 0x5571735ccd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccd80 0.000174
+gallium_dri.so free 0x5571735ccf00 void 0.000117
+gallium_dri.so free 0x5571735ccd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccf20 0.000114
+gallium_dri.so free 0x5571735ccfc0 void 0.000115
+gallium_dri.so free 0x5571735ccf20 void 0.000116
+gallium_dri.so malloc 72 0x5571735ccf70 0.000112
+gallium_dri.so free 0x5571735cd040 void 0.000114
+gallium_dri.so free 0x5571735ccf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccf70 0.000112
+gallium_dri.so free 0x5571735cd0c0 void 0.000114
+gallium_dri.so free 0x5571735ccf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000112
+gallium_dri.so free 0x5571735cd180 void 0.000113
+gallium_dri.so free 0x5571735cd0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000112
+gallium_dri.so free 0x5571735cd240 void 0.000114
+gallium_dri.so free 0x5571735cd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000113
+gallium_dri.so free 0x5571735cd300 void 0.000114
+gallium_dri.so free 0x5571735cd0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000112
+gallium_dri.so free 0x5571735cd3c0 void 0.000115
+gallium_dri.so free 0x5571735cd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd370 0.000113
+gallium_dri.so free 0x5571735cd440 void 0.000114
+gallium_dri.so free 0x5571735cd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd490 0.000128
+gallium_dri.so free 0x5571735cd500 void 0.000115
+gallium_dri.so free 0x5571735cd490 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd520 0.000113
+gallium_dri.so free 0x5571735cd5c0 void 0.000114
+gallium_dri.so free 0x5571735cd520 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd570 0.000113
+gallium_dri.so free 0x5571735cd640 void 0.000114
+gallium_dri.so free 0x5571735cd570 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd570 0.000112
+gallium_dri.so free 0x5571735cd6c0 void 0.000114
+gallium_dri.so free 0x5571735cd570 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd6c0 0.000117
+gallium_dri.so free 0x5571735cd780 void 0.000114
+gallium_dri.so free 0x5571735cd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd6c0 0.000113
+gallium_dri.so free 0x5571735cd880 void 0.000114
+gallium_dri.so free 0x5571735cd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd830 0.000113
+gallium_dri.so free 0x5571735cd8c0 void 0.000115
+gallium_dri.so free 0x5571735cd830 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd830 0.000113
+gallium_dri.so free 0x5571735cd980 void 0.000120
+gallium_dri.so free 0x5571735cd830 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd9c0 0.000114
+gallium_dri.so free 0x5571735cda40 void 0.000113
+gallium_dri.so free 0x5571735cd9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda40 0.000113
+gallium_dri.so free 0x5571735cdb00 void 0.000116
+gallium_dri.so free 0x5571735cda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda40 0.000113
+gallium_dri.so free 0x5571735cdb80 void 0.000115
+gallium_dri.so free 0x5571735cda40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000114
+gallium_dri.so free 0x5571735cdc00 void 0.000115
+gallium_dri.so free 0x5571735cdbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdbb0 0.000113
+gallium_dri.so free 0x5571735cdd00 void 0.000113
+gallium_dri.so free 0x5571735cdbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdd40 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000115
+gallium_dri.so free 0x5571735cdd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cddc0 0.000138
+gallium_dri.so free 0x5571735cde80 void 0.000117
+gallium_dri.so free 0x5571735cddc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cddc0 0.000112
+gallium_dri.so free 0x5571735cdf00 void 0.000114
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdf30 0.000112
+gallium_dri.so free 0x5571735cdf80 void 0.000114
+gallium_dri.so free 0x5571735cdf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdf30 0.000112
+gallium_dri.so free 0x5571735ce080 void 0.000115
+gallium_dri.so free 0x5571735cdf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce030 0.000113
+gallium_dri.so free 0x5571735ce140 void 0.000165
+gallium_dri.so free 0x5571735ce030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000112
+gallium_dri.so free 0x5571735ce1c0 void 0.000113
+gallium_dri.so free 0x5571735ce0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000113
+gallium_dri.so free 0x5571735ce280 void 0.000113
+gallium_dri.so free 0x5571735ce0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000123
+gallium_dri.so free 0x5571735ce340 void 0.000115
+gallium_dri.so free 0x5571735ce0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000112
+gallium_dri.so free 0x5571735ce3c0 void 0.000115
+gallium_dri.so free 0x5571735ce2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce410 0.000113
+gallium_dri.so free 0x5571735ce480 void 0.000113
+gallium_dri.so free 0x5571735ce410 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce4a0 0.000113
+gallium_dri.so free 0x5571735ce540 void 0.000113
+gallium_dri.so free 0x5571735ce4a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000114
+gallium_dri.so free 0x5571735ce4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000113
+gallium_dri.so free 0x5571735ce5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000113
+gallium_dri.so free 0x5571735ce700 void 0.000122
+gallium_dri.so free 0x5571735ce5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce700 0.000113
+gallium_dri.so free 0x5571735ce7c0 void 0.000114
+gallium_dri.so free 0x5571735ce700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce700 0.000113
+gallium_dri.so free 0x5571735ce880 void 0.000132
+gallium_dri.so free 0x5571735ce700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce700 0.000115
+gallium_dri.so free 0x5571735ce940 void 0.000118
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000113
+gallium_dri.so free 0x5571735ce9c0 void 0.000114
+gallium_dri.so free 0x5571735ce8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cea10 0.000113
+gallium_dri.so free 0x5571735cea80 void 0.000114
+gallium_dri.so free 0x5571735cea10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceac0 0.000113
+gallium_dri.so free 0x5571735ceb40 void 0.000114
+gallium_dri.so free 0x5571735ceac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceac0 0.000112
+gallium_dri.so free 0x5571735cebc0 void 0.000114
+gallium_dri.so free 0x5571735ceac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebf0 0.000113
+gallium_dri.so free 0x5571735cec40 void 0.000114
+gallium_dri.so free 0x5571735cebf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cebf0 0.000113
+gallium_dri.so free 0x5571735ced40 void 0.000113
+gallium_dri.so free 0x5571735cebf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cecf0 0.000116
+gallium_dri.so free 0x5571735cee00 void 0.000115
+gallium_dri.so free 0x5571735cecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cedb0 0.000112
+gallium_dri.so free 0x5571735cee40 void 0.000113
+gallium_dri.so free 0x5571735cedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cedb0 0.000112
+gallium_dri.so free 0x5571735cef00 void 0.000113
+gallium_dri.so free 0x5571735cedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cef70 0.000114
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so free 0x5571735cef70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cef70 0.000113
+gallium_dri.so free 0x5571735cf0c0 void 0.000114
+gallium_dri.so free 0x5571735cef70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf070 0.000113
+gallium_dri.so free 0x5571735cf180 void 0.000115
+gallium_dri.so free 0x5571735cf070 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf130 0.000112
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf130 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf130 0.000112
+gallium_dri.so free 0x5571735cf280 void 0.000114
+gallium_dri.so free 0x5571735cf130 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000113
+gallium_dri.so free 0x5571735cf2c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735cf340 0.000115
+gallium_dri.so free 0x5571735cf400 void 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf340 0.000118
+gallium_dri.so free 0x5571735cf4c0 void 0.000119
+gallium_dri.so free 0x5571735cf340 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf4e0 0.000114
+gallium_dri.so free 0x5571735cf580 void 0.000114
+gallium_dri.so free 0x5571735cf4e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf530 0.000112
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so free 0x5571735cf530 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf530 0.000112
+gallium_dri.so free 0x5571735cf680 void 0.000117
+gallium_dri.so free 0x5571735cf530 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf680 0.000128
+gallium_dri.so free 0x5571735cf740 void 0.000118
+gallium_dri.so free 0x5571735cf680 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf680 0.000113
+gallium_dri.so free 0x5571735cf800 void 0.000113
+gallium_dri.so free 0x5571735cf680 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf680 0.000120
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x5571735cf680 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000112
+gallium_dri.so free 0x5571735cf870 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf930 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000174
+gallium_dri.so free 0x5571735cf930 void 0.000213
+gallium_dri.so malloc 72 0x5571735cfa50 0.000116
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa50 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfae0 0.000113
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cfae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb30 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb30 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfc80 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfc80 0.000114
+gallium_dri.so free 0x5571735cfe40 void 0.000114
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000112
+gallium_dri.so free 0x5571735cfe80 void 0.000115
+gallium_dri.so free 0x5571735cfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000115
+gallium_dri.so free 0x5571735cff40 void 0.000123
+gallium_dri.so free 0x5571735cfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cff80 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so free 0x5571735cff80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000112
+gallium_dri.so free 0x5571735d00c0 void 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0170 0.000118
+gallium_dri.so free 0x5571735d01c0 void 0.000113
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000134
+gallium_dri.so free 0x5571735d0170 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0300 0.000125
+gallium_dri.so free 0x5571735d0380 void 0.000119
+gallium_dri.so free 0x5571735d0300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0380 0.000123
+gallium_dri.so free 0x5571735d0440 void 0.000119
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0380 0.000115
+gallium_dri.so free 0x5571735d04c0 void 0.000119
+gallium_dri.so free 0x5571735d0380 void 0.000173
+gallium_dri.so malloc 72 0x5571735d04f0 0.000120
+gallium_dri.so free 0x5571735d0540 void 0.000124
+gallium_dri.so free 0x5571735d04f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d04f0 0.000119
+gallium_dri.so free 0x5571735d0640 void 0.000120
+gallium_dri.so free 0x5571735d04f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d05f0 0.000123
+gallium_dri.so free 0x5571735d0700 void 0.000120
+gallium_dri.so free 0x5571735d05f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d06b0 0.000123
+gallium_dri.so free 0x5571735d0780 void 0.000124
+gallium_dri.so free 0x5571735d06b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d06b0 0.000124
+gallium_dri.so free 0x5571735d0840 void 0.000119
+gallium_dri.so free 0x5571735d06b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d06b0 0.000119
+gallium_dri.so free 0x5571735d0900 void 0.000126
+gallium_dri.so free 0x5571735d06b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d08b0 0.000119
+gallium_dri.so free 0x5571735d0980 void 0.000115
+gallium_dri.so free 0x5571735d08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d09d0 0.000134
+gallium_dri.so free 0x5571735d0a40 void 0.000124
+gallium_dri.so free 0x5571735d09d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a60 0.000119
+gallium_dri.so free 0x5571735d0b00 void 0.000123
+gallium_dri.so free 0x5571735d0a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000127
+gallium_dri.so free 0x5571735d0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b80 0.000119
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000145
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000126
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000120
+gallium_dri.so free 0x5571735d0cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000121
+gallium_dri.so free 0x5571735d0f00 void 0.000135
+gallium_dri.so free 0x5571735d0cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000124
+gallium_dri.so free 0x5571735d0f80 void 0.000119
+gallium_dri.so free 0x5571735d0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0fd0 0.000115
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0fd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1080 0.000124
+gallium_dri.so free 0x5571735d1100 void 0.000119
+gallium_dri.so free 0x5571735d1080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1080 0.000123
+gallium_dri.so free 0x5571735d1180 void 0.000117
+gallium_dri.so free 0x5571735d1080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d11b0 0.000123
+gallium_dri.so free 0x5571735d1200 void 0.000119
+gallium_dri.so free 0x5571735d11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d11b0 0.000123
+gallium_dri.so free 0x5571735d1300 void 0.000123
+gallium_dri.so free 0x5571735d11b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d12b0 0.000115
+gallium_dri.so free 0x5571735d13c0 void 0.000125
+gallium_dri.so free 0x5571735d12b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1370 0.000129
+gallium_dri.so free 0x5571735d1400 void 0.000134
+gallium_dri.so free 0x5571735d1370 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1370 0.000125
+gallium_dri.so free 0x5571735d14c0 void 0.000123
+gallium_dri.so free 0x5571735d1370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1530 0.000132
+gallium_dri.so free 0x5571735d1580 void 0.000129
+gallium_dri.so free 0x5571735d1530 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1530 0.000129
+gallium_dri.so free 0x5571735d1680 void 0.000125
+gallium_dri.so free 0x5571735d1530 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1630 0.000130
+gallium_dri.so free 0x5571735d1740 void 0.000128
+gallium_dri.so free 0x5571735d1630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d16f0 0.000123
+gallium_dri.so free 0x5571735d1780 void 0.000120
+gallium_dri.so free 0x5571735d16f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d16f0 0.000130
+gallium_dri.so free 0x5571735d1840 void 0.000131
+gallium_dri.so free 0x5571735d16f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1880 0.000126
+gallium_dri.so free 0x5571735d1900 void 0.000124
+gallium_dri.so free 0x5571735d1880 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1900 0.000129
+gallium_dri.so free 0x5571735d19c0 void 0.000139
+gallium_dri.so free 0x5571735d1900 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1900 0.000128
+gallium_dri.so free 0x5571735d1a80 void 0.000124
+gallium_dri.so free 0x5571735d1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1aa0 0.000125
+gallium_dri.so free 0x5571735d1b40 void 0.000124
+gallium_dri.so free 0x5571735d1aa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1af0 0.000125
+gallium_dri.so free 0x5571735d1bc0 void 0.000129
+gallium_dri.so free 0x5571735d1af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1af0 0.000124
+gallium_dri.so free 0x5571735d1c40 void 0.000120
+gallium_dri.so free 0x5571735d1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c40 0.000120
+gallium_dri.so free 0x5571735d1d00 void 0.000125
+gallium_dri.so free 0x5571735d1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1c40 0.000128
+gallium_dri.so free 0x5571735d1dc0 void 0.000131
+gallium_dri.so free 0x5571735d1c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1c40 0.000125
+gallium_dri.so free 0x5571735d1e80 void 0.000120
+gallium_dri.so free 0x5571735d1c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1e30 0.000130
+gallium_dri.so free 0x5571735d1f40 void 0.000124
+gallium_dri.so free 0x5571735d1e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000130
+gallium_dri.so free 0x5571735d1fc0 void 0.000125
+gallium_dri.so free 0x5571735d1ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2010 0.000130
+gallium_dri.so free 0x5571735d2080 void 0.000130
+gallium_dri.so free 0x5571735d2010 void 0.000130
+gallium_dri.so malloc 72 0x5571735d20a0 0.000130
+gallium_dri.so free 0x5571735d2140 void 0.000133
+gallium_dri.so free 0x5571735d20a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d20f0 0.000126
+gallium_dri.so free 0x5571735d21c0 void 0.000131
+gallium_dri.so free 0x5571735d20f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d20f0 0.000117
+gallium_dri.so free 0x5571735d2240 void 0.000115
+gallium_dri.so free 0x5571735d20f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2240 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2240 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000114
+gallium_dri.so free 0x5571735d2440 void 0.000115
+gallium_dri.so free 0x5571735d23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000159
+gallium_dri.so free 0x5571735d2500 void 0.000116
+gallium_dri.so free 0x5571735d23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2540 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d2540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2730 0.000115
+gallium_dri.so free 0x5571735d2780 void 0.000115
+gallium_dri.so free 0x5571735d2730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2730 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000115
+gallium_dri.so free 0x5571735d2730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28c0 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000116
+gallium_dri.so free 0x5571735d28c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2940 0.000113
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2940 0.000114
+gallium_dri.so free 0x5571735d2a80 void 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000113
+gallium_dri.so free 0x5571735d2b00 void 0.000115
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000115
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000116
+gallium_dri.so free 0x5571735d2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000115
+gallium_dri.so free 0x5571735d2d40 void 0.000115
+gallium_dri.so free 0x5571735d2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000114
+gallium_dri.so free 0x5571735d2e00 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2ec0 void 0.000115
+gallium_dri.so free 0x5571735d2c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2e70 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000115
+gallium_dri.so free 0x5571735d2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f90 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2f90 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3020 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so free 0x5571735d3020 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000126
+gallium_dri.so free 0x5571735d3070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3140 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3280 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3280 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3280 0.000114
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3470 0.000113
+gallium_dri.so free 0x5571735d3540 void 0.000115
+gallium_dri.so free 0x5571735d3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3590 0.000112
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3590 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3640 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d3640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3640 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000156
+gallium_dri.so free 0x5571735d3640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3770 0.000113
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so free 0x5571735d3770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3770 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3870 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so free 0x5571735d3870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3930 0.000113
+gallium_dri.so free 0x5571735d39c0 void 0.000116
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3930 0.000114
+gallium_dri.so free 0x5571735d3a80 void 0.000115
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3af0 0.000114
+gallium_dri.so free 0x5571735d3b40 void 0.000115
+gallium_dri.so free 0x5571735d3af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3af0 0.000114
+gallium_dri.so free 0x5571735d3c40 void 0.000115
+gallium_dri.so free 0x5571735d3af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000116
+gallium_dri.so free 0x5571735d3d40 void 0.000116
+gallium_dri.so free 0x5571735d3cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e40 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571735d3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000113
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000116
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4060 0.000115
+gallium_dri.so free 0x5571735d4100 void 0.000115
+gallium_dri.so free 0x5571735d4060 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d40b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000119
+gallium_dri.so free 0x5571735d40b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4200 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4200 0.000113
+gallium_dri.so free 0x5571735d4380 void 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4200 0.000115
+gallium_dri.so free 0x5571735d4440 void 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000116
+gallium_dri.so free 0x5571735d43f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d45d0 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000115
+gallium_dri.so free 0x5571735d45d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4660 0.000113
+gallium_dri.so free 0x5571735d4700 void 0.000114
+gallium_dri.so free 0x5571735d4660 void 0.000116
+gallium_dri.so malloc 72 0x5571735d46b0 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000113
+gallium_dri.so free 0x5571735d46b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46b0 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000115
+gallium_dri.so free 0x5571735d46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4800 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4800 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4a00 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000115
+gallium_dri.so free 0x5571735d4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4b00 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b80 0.000114
+gallium_dri.so free 0x5571735d4c40 void 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b80 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000113
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4e80 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000113
+gallium_dri.so free 0x5571735d4e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4f00 0.000116
+gallium_dri.so free 0x5571735d4fc0 void 0.000115
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f00 0.000125
+gallium_dri.so free 0x5571735d5040 void 0.000115
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000114
+gallium_dri.so free 0x5571735d50c0 void 0.000115
+gallium_dri.so free 0x5571735d5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5070 0.000113
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5170 0.000116
+gallium_dri.so free 0x5571735d5280 void 0.000118
+gallium_dri.so free 0x5571735d5170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5230 0.000115
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d53c0 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d5480 void 0.000115
+gallium_dri.so free 0x5571735d5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5430 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000114
+gallium_dri.so free 0x5571735d5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5550 0.000114
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so free 0x5571735d5550 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55e0 0.000164
+gallium_dri.so free 0x5571735d5680 void 0.000116
+gallium_dri.so free 0x5571735d55e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5630 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5700 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5700 0.000113
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5840 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000115
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5840 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5840 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5a30 0.000116
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so free 0x5571735d5a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5b50 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000113
+gallium_dri.so free 0x5571735d5b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5c00 0.000116
+gallium_dri.so free 0x5571735d5c80 void 0.000116
+gallium_dri.so free 0x5571735d5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c00 0.000112
+gallium_dri.so free 0x5571735d5d00 void 0.000113
+gallium_dri.so free 0x5571735d5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d30 0.000113
+gallium_dri.so free 0x5571735d5d80 void 0.000114
+gallium_dri.so free 0x5571735d5d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d30 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so free 0x5571735d5d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e30 0.000115
+gallium_dri.so free 0x5571735d5f40 void 0.000116
+gallium_dri.so free 0x5571735d5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000115
+gallium_dri.so free 0x5571735d5f80 void 0.000115
+gallium_dri.so free 0x5571735d5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000113
+gallium_dri.so free 0x5571735d6040 void 0.000116
+gallium_dri.so free 0x5571735d5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d60b0 0.000115
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d60b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60b0 0.000114
+gallium_dri.so free 0x5571735d6200 void 0.000114
+gallium_dri.so free 0x5571735d60b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d61b0 0.000114
+gallium_dri.so free 0x5571735d62c0 void 0.000131
+gallium_dri.so free 0x5571735d61b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d6300 void 0.000114
+gallium_dri.so free 0x5571735d6270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6270 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000115
+gallium_dri.so free 0x5571735d6270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6400 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6480 0.000115
+gallium_dri.so free 0x5571735d6540 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6480 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6620 0.000114
+gallium_dri.so free 0x5571735d66c0 void 0.000116
+gallium_dri.so free 0x5571735d6620 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6670 0.000113
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d6670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6670 0.000114
+gallium_dri.so free 0x5571735d67c0 void 0.000114
+gallium_dri.so free 0x5571735d6670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67c0 0.000113
+gallium_dri.so free 0x5571735d6880 void 0.000182
+gallium_dri.so free 0x5571735d67c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d67c0 0.000114
+gallium_dri.so free 0x5571735d6940 void 0.000114
+gallium_dri.so free 0x5571735d67c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67c0 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x5571735d67c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69b0 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d69b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735f49c0 void 0.000116
+gallium_dri.so free 0x5571735d6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a10 0.000113
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f4a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4aa0 0.000115
+gallium_dri.so free 0x5571735f4b40 void 0.000115
+gallium_dri.so free 0x5571735f4aa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4af0 0.000114
+gallium_dri.so free 0x5571735f4bc0 void 0.000114
+gallium_dri.so free 0x5571735f4af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4af0 0.000113
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so free 0x5571735f4af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4c40 0.000115
+gallium_dri.so free 0x5571735f4d00 void 0.000128
+gallium_dri.so free 0x5571735f4c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4c40 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4db0 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000115
+gallium_dri.so free 0x5571735f4db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4db0 0.000114
+gallium_dri.so free 0x5571735f4f00 void 0.000114
+gallium_dri.so free 0x5571735f4db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4f40 0.000112
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so free 0x5571735f4f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000115
+gallium_dri.so free 0x5571735f4fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000115
+gallium_dri.so free 0x5571735f5100 void 0.000115
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5130 0.000113
+gallium_dri.so free 0x5571735f5180 void 0.000116
+gallium_dri.so free 0x5571735f5130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5130 0.000115
+gallium_dri.so free 0x5571735f5280 void 0.000114
+gallium_dri.so free 0x5571735f5130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f52c0 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000115
+gallium_dri.so free 0x5571735f52c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5340 0.000114
+gallium_dri.so free 0x5571735f5400 void 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5340 0.000114
+gallium_dri.so free 0x5571735f5480 void 0.000115
+gallium_dri.so free 0x5571735f5340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000115
+gallium_dri.so free 0x5571735f54b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f54b0 0.000115
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so free 0x5571735f54b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55b0 0.000115
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5670 0.000114
+gallium_dri.so free 0x5571735f5740 void 0.000115
+gallium_dri.so free 0x5571735f5670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5670 0.000112
+gallium_dri.so free 0x5571735f5800 void 0.000115
+gallium_dri.so free 0x5571735f5670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5670 0.000114
+gallium_dri.so free 0x5571735f58c0 void 0.000115
+gallium_dri.so free 0x5571735f5670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5870 0.000113
+gallium_dri.so free 0x5571735f5940 void 0.000114
+gallium_dri.so free 0x5571735f5870 void 0.000164
+gallium_dri.so malloc 72 0x5571735f5990 0.000114
+gallium_dri.so free 0x5571735f5a00 void 0.000115
+gallium_dri.so free 0x5571735f5990 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5a20 0.000114
+gallium_dri.so free 0x5571735f5ac0 void 0.000113
+gallium_dri.so free 0x5571735f5a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a70 0.000112
+gallium_dri.so free 0x5571735f5b40 void 0.000115
+gallium_dri.so free 0x5571735f5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5b40 0.000123
+gallium_dri.so free 0x5571735f5c00 void 0.000117
+gallium_dri.so free 0x5571735f5b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5b40 0.000114
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c80 0.000114
+gallium_dri.so free 0x5571735f5d40 void 0.000115
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c80 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c80 0.000115
+gallium_dri.so free 0x5571735f5ec0 void 0.000115
+gallium_dri.so free 0x5571735f5c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e70 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000116
+gallium_dri.so free 0x5571735f5e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5f90 0.000116
+gallium_dri.so free 0x5571735f6000 void 0.000115
+gallium_dri.so free 0x5571735f5f90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6040 0.000120
+gallium_dri.so free 0x5571735f60c0 void 0.000116
+gallium_dri.so free 0x5571735f6040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6040 0.000117
+gallium_dri.so free 0x5571735f6140 void 0.000115
+gallium_dri.so free 0x5571735f6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6170 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x5571735f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6170 0.000112
+gallium_dri.so free 0x5571735f62c0 void 0.000117
+gallium_dri.so free 0x5571735f6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6270 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000115
+gallium_dri.so free 0x5571735f6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6330 0.000113
+gallium_dri.so free 0x5571735f63c0 void 0.000115
+gallium_dri.so free 0x5571735f6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6330 0.000115
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f6330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f64f0 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735f64f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f64f0 0.000117
+gallium_dri.so free 0x5571735f6640 void 0.000116
+gallium_dri.so free 0x5571735f64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f65f0 0.000114
+gallium_dri.so free 0x5571735f6700 void 0.000114
+gallium_dri.so free 0x5571735f65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000113
+gallium_dri.so free 0x5571735f6740 void 0.000114
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000114
+gallium_dri.so free 0x5571735f6800 void 0.000114
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6840 0.000114
+gallium_dri.so free 0x5571735f68c0 void 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68c0 0.000114
+gallium_dri.so free 0x5571735f6980 void 0.000116
+gallium_dri.so free 0x5571735f68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68c0 0.000115
+gallium_dri.so free 0x5571735f6a40 void 0.000115
+gallium_dri.so free 0x5571735f68c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6a60 0.000114
+gallium_dri.so free 0x5571735f6b00 void 0.000114
+gallium_dri.so free 0x5571735f6a60 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000115
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000116
+gallium_dri.so free 0x5571735f6c00 void 0.000114
+gallium_dri.so free 0x5571735f6ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c00 0.000114
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c00 0.000115
+gallium_dri.so free 0x5571735f6d80 void 0.000115
+gallium_dri.so free 0x5571735f6c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6c00 0.000114
+gallium_dri.so free 0x5571735f6e40 void 0.000115
+gallium_dri.so free 0x5571735f6c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6df0 0.000125
+gallium_dri.so free 0x5571735f6f00 void 0.000123
+gallium_dri.so free 0x5571735f6df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000120
+gallium_dri.so free 0x5571735f6f80 void 0.000115
+gallium_dri.so free 0x5571735f6eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6fd0 0.000115
+gallium_dri.so free 0x5571735f7040 void 0.000115
+gallium_dri.so free 0x5571735f6fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7060 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f7060 void 0.000112
+gallium_dri.so malloc 72 0x5571735f70b0 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7200 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7200 0.000114
+gallium_dri.so free 0x5571735f73c0 void 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7370 0.000115
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735f7370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7370 0.000113
+gallium_dri.so free 0x5571735f74c0 void 0.000116
+gallium_dri.so free 0x5571735f7370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7500 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000116
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7580 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7580 0.000113
+gallium_dri.so free 0x5571735f76c0 void 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f76f0 0.000113
+gallium_dri.so free 0x5571735f7740 void 0.000115
+gallium_dri.so free 0x5571735f76f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f76f0 0.000113
+gallium_dri.so free 0x5571735f7840 void 0.000112
+gallium_dri.so free 0x5571735f76f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7880 0.000114
+gallium_dri.so free 0x5571735f7900 void 0.000113
+gallium_dri.so free 0x5571735f7880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7900 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000112
+gallium_dri.so free 0x5571735f7900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7900 0.000113
+gallium_dri.so free 0x5571735f7a40 void 0.000114
+gallium_dri.so free 0x5571735f7900 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7a70 0.000113
+gallium_dri.so free 0x5571735f7ac0 void 0.000113
+gallium_dri.so free 0x5571735f7a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7a70 0.000113
+gallium_dri.so free 0x5571735f7bc0 void 0.000113
+gallium_dri.so free 0x5571735f7a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b70 0.000115
+gallium_dri.so free 0x5571735f7c80 void 0.000113
+gallium_dri.so free 0x5571735f7b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7c30 0.000113
+gallium_dri.so free 0x5571735f7d00 void 0.000117
+gallium_dri.so free 0x5571735f7c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c30 0.000115
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so free 0x5571735f7c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7c30 0.000115
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so free 0x5571735f7c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e30 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000115
+gallium_dri.so free 0x5571735f7e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f50 0.000113
+gallium_dri.so free 0x5571735f7fc0 void 0.000115
+gallium_dri.so free 0x5571735f7f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fe0 0.000114
+gallium_dri.so free 0x5571735f8080 void 0.000114
+gallium_dri.so free 0x5571735f7fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8030 0.000115
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735f8030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000115
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8240 0.000114
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8240 0.000113
+gallium_dri.so free 0x5571735f83c0 void 0.000114
+gallium_dri.so free 0x5571735f8240 void 0.000176
+gallium_dri.so malloc 72 0x5571735f8240 0.000116
+gallium_dri.so free 0x5571735f8480 void 0.000115
+gallium_dri.so free 0x5571735f8240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8430 0.000113
+gallium_dri.so free 0x5571735f8500 void 0.000114
+gallium_dri.so free 0x5571735f8430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8550 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8550 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8600 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x5571735f8600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8600 0.000114
+gallium_dri.so free 0x5571735f8700 void 0.000114
+gallium_dri.so free 0x5571735f8600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8730 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000113
+gallium_dri.so free 0x5571735f8730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8730 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000119
+gallium_dri.so free 0x5571735f8730 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8830 0.000126
+gallium_dri.so free 0x5571735f8940 void 0.000128
+gallium_dri.so free 0x5571735f8830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88f0 0.000114
+gallium_dri.so free 0x5571735f8980 void 0.000127
+gallium_dri.so free 0x5571735f88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f88f0 0.000115
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so free 0x5571735f88f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000114
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f8ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000114
+gallium_dri.so free 0x5571735f8c00 void 0.000115
+gallium_dri.so free 0x5571735f8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8bb0 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so free 0x5571735f8bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000114
+gallium_dri.so free 0x5571735f8d00 void 0.000115
+gallium_dri.so free 0x5571735f8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c70 0.000113
+gallium_dri.so free 0x5571735f8dc0 void 0.000114
+gallium_dri.so free 0x5571735f8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e00 0.000117
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000116
+gallium_dri.so free 0x5571735f8f40 void 0.000114
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8e80 0.000114
+gallium_dri.so free 0x5571735f9000 void 0.000127
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9020 0.000114
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so free 0x5571735f9020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9070 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so free 0x5571735f9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9070 0.000114
+gallium_dri.so free 0x5571735f91c0 void 0.000114
+gallium_dri.so free 0x5571735f9070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f91c0 0.000113
+gallium_dri.so free 0x5571735f9280 void 0.000114
+gallium_dri.so free 0x5571735f91c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91c0 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f91c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f91c0 0.000114
+gallium_dri.so free 0x5571735f9400 void 0.000116
+gallium_dri.so free 0x5571735f91c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f93b0 0.000113
+gallium_dri.so free 0x5571735f94c0 void 0.000114
+gallium_dri.so free 0x5571735f93b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9470 0.000113
+gallium_dri.so free 0x5571735f9540 void 0.000115
+gallium_dri.so free 0x5571735f9470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9590 0.000113
+gallium_dri.so free 0x5571735f9600 void 0.000219
+gallium_dri.so free 0x5571735f9590 void 0.000160
+gallium_dri.so malloc 72 0x5571735f9620 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000113
+gallium_dri.so free 0x5571735f9620 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000131
+gallium_dri.so free 0x5571735f9740 void 0.000127
+gallium_dri.so free 0x5571735f9670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9670 0.000125
+gallium_dri.so free 0x5571735f97c0 void 0.000119
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97c0 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97c0 0.000114
+gallium_dri.so free 0x5571735f9980 void 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9930 0.000124
+gallium_dri.so free 0x5571735f99c0 void 0.000123
+gallium_dri.so free 0x5571735f9930 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9930 0.000123
+gallium_dri.so free 0x5571735f9a80 void 0.000118
+gallium_dri.so free 0x5571735f9930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000120
+gallium_dri.so free 0x5571735f9b40 void 0.000121
+gallium_dri.so free 0x5571735f9ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b40 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9b40 0.000124
+gallium_dri.so free 0x5571735f9c80 void 0.000126
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so free 0x5571735f9cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000123
+gallium_dri.so free 0x5571735f9e00 void 0.000123
+gallium_dri.so free 0x5571735f9cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9e40 0.000123
+gallium_dri.so free 0x5571735f9ec0 void 0.000157
+gallium_dri.so free 0x5571735f9e40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000175
+gallium_dri.so free 0x5571735f9f80 void 0.000153
+gallium_dri.so free 0x5571735f9ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000119
+gallium_dri.so free 0x5571735fa000 void 0.000130
+gallium_dri.so free 0x5571735f9ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa030 0.000118
+gallium_dri.so free 0x5571735fa080 void 0.000115
+gallium_dri.so free 0x5571735fa030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa030 0.000117
+gallium_dri.so free 0x5571735fa180 void 0.000114
+gallium_dri.so free 0x5571735fa030 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa130 0.000125
+gallium_dri.so free 0x5571735fa240 void 0.000131
+gallium_dri.so free 0x5571735fa130 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000162
+gallium_dri.so free 0x5571735fa2c0 void 0.000122
+gallium_dri.so free 0x5571735fa1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000129
+gallium_dri.so free 0x5571735fa380 void 0.000129
+gallium_dri.so free 0x5571735fa1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000129
+gallium_dri.so free 0x5571735fa440 void 0.000126
+gallium_dri.so free 0x5571735fa1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000147
+gallium_dri.so free 0x5571735fa4c0 void 0.000120
+gallium_dri.so free 0x5571735fa3f0 void 0.000198
+gallium_dri.so malloc 72 0x5571735fa510 0.000139
+gallium_dri.so free 0x5571735fa580 void 0.000173
+gallium_dri.so free 0x5571735fa510 void 0.000169
+gallium_dri.so malloc 72 0x5571735fa5a0 0.000132
+gallium_dri.so free 0x5571735fa640 void 0.000130
+gallium_dri.so free 0x5571735fa5a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa5f0 0.000123
+gallium_dri.so free 0x5571735fa6c0 void 0.000126
+gallium_dri.so free 0x5571735fa5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000125
+gallium_dri.so free 0x5571735fa780 void 0.000121
+gallium_dri.so free 0x5571735fa6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000126
+gallium_dri.so free 0x5571735fa800 void 0.000125
+gallium_dri.so free 0x5571735fa6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa800 0.000120
+gallium_dri.so free 0x5571735fa8c0 void 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa800 0.000125
+gallium_dri.so free 0x5571735fa980 void 0.000129
+gallium_dri.so free 0x5571735fa800 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa800 0.000128
+gallium_dri.so free 0x5571735faa40 void 0.000126
+gallium_dri.so free 0x5571735fa800 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000129
+gallium_dri.so free 0x5571735faac0 void 0.000131
+gallium_dri.so free 0x5571735fa9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fab10 0.000121
+gallium_dri.so free 0x5571735fab80 void 0.000122
+gallium_dri.so free 0x5571735fab10 void 0.000124
+gallium_dri.so malloc 72 0x5571735fabc0 0.000131
+gallium_dri.so free 0x5571735fac40 void 0.000130
+gallium_dri.so free 0x5571735fabc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fabc0 0.000129
+gallium_dri.so free 0x5571735facc0 void 0.000132
+gallium_dri.so free 0x5571735fabc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000129
+gallium_dri.so free 0x5571735fad40 void 0.000124
+gallium_dri.so free 0x5571735facf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735facf0 0.000126
+gallium_dri.so free 0x5571735fae40 void 0.000126
+gallium_dri.so free 0x5571735facf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fadf0 0.000179
+gallium_dri.so free 0x5571735faf00 void 0.000166
+gallium_dri.so free 0x5571735fadf0 void 0.000167
+gallium_dri.so malloc 72 0x5571735faeb0 0.000165
+gallium_dri.so free 0x5571735faf40 void 0.000166
+gallium_dri.so free 0x5571735faeb0 void 0.000167
+gallium_dri.so malloc 72 0x5571735faeb0 0.000159
+gallium_dri.so free 0x5571735fb000 void 0.000162
+gallium_dri.so free 0x5571735faeb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fb070 0.000167
+gallium_dri.so free 0x5571735fb0c0 void 0.000166
+gallium_dri.so free 0x5571735fb070 void 0.000160
+gallium_dri.so malloc 72 0x5571735fb070 0.000155
+gallium_dri.so free 0x5571735fb1c0 void 0.000154
+gallium_dri.so free 0x5571735fb070 void 0.000160
+gallium_dri.so malloc 72 0x5571735fb170 0.000166
+gallium_dri.so free 0x5571735fb280 void 0.000166
+gallium_dri.so free 0x5571735fb170 void 0.000346
+gallium_dri.so malloc 72 0x5571735fb230 0.000422
+gallium_dri.so free 0x5571735fb2c0 void 0.000287
+gallium_dri.so free 0x5571735fb230 void 0.000292
+gallium_dri.so malloc 72 0x5571735fb230 0.000293
+gallium_dri.so free 0x5571735fb380 void 0.000270
+gallium_dri.so free 0x5571735fb230 void 0.000280
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000168
+gallium_dri.so free 0x5571735fb440 void 0.000167
+gallium_dri.so free 0x5571735fb3c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fb440 0.000130
+gallium_dri.so free 0x5571735fb500 void 0.000130
+gallium_dri.so free 0x5571735fb440 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb440 0.000134
+gallium_dri.so free 0x5571735fb5c0 void 0.000128
+gallium_dri.so free 0x5571735fb440 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb5e0 0.000131
+gallium_dri.so free 0x5571735fb680 void 0.000166
+gallium_dri.so free 0x5571735fb5e0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fb630 0.000131
+gallium_dri.so free 0x5571735fb700 void 0.000166
+gallium_dri.so free 0x5571735fb630 void 0.000170
+gallium_dri.so malloc 72 0x5571735fb630 0.000164
+gallium_dri.so free 0x5571735fb780 void 0.000130
+gallium_dri.so free 0x5571735fb630 void 0.000167
+gallium_dri.so malloc 72 0x5571735fb780 0.000168
+gallium_dri.so free 0x5571735fb840 void 0.000131
+gallium_dri.so free 0x5571735fb780 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb780 0.000124
+gallium_dri.so free 0x5571735fb900 void 0.000126
+gallium_dri.so free 0x5571735fb780 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb780 0.000121
+gallium_dri.so free 0x5571735fb9c0 void 0.000129
+gallium_dri.so free 0x5571735fb780 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb970 0.000129
+gallium_dri.so free 0x5571735fba80 void 0.000131
+gallium_dri.so free 0x5571735fb970 void 0.000132
+gallium_dri.so malloc 72 0x5571735fba30 0.000135
+gallium_dri.so free 0x5571735fbb00 void 0.000127
+gallium_dri.so free 0x5571735fba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbb50 0.000126
+gallium_dri.so free 0x5571735fbbc0 void 0.000125
+gallium_dri.so free 0x5571735fbb50 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbbe0 0.000121
+gallium_dri.so free 0x5571735fbc80 void 0.000126
+gallium_dri.so free 0x5571735fbbe0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbc30 0.000129
+gallium_dri.so free 0x5571735fbd00 void 0.000130
+gallium_dri.so free 0x5571735fbc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbc30 0.000132
+gallium_dri.so free 0x5571735fbd80 void 0.000126
+gallium_dri.so free 0x5571735fbc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbd80 0.000125
+gallium_dri.so free 0x5571735fbe40 void 0.000167
+gallium_dri.so free 0x5571735fbd80 void 0.000284
+gallium_dri.so malloc 72 0x5571735fbd80 0.000232
+gallium_dri.so free 0x5571735fbf40 void 0.000237
+gallium_dri.so free 0x5571735fbd80 void 0.000162
+gallium_dri.so malloc 72 0x5571735fbef0 0.000163
+gallium_dri.so free 0x5571735fbf80 void 0.000164
+gallium_dri.so free 0x5571735fbef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbef0 0.000125
+gallium_dri.so free 0x5571735fc040 void 0.000121
+gallium_dri.so free 0x5571735fbef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc080 0.000131
+gallium_dri.so free 0x5571735fc100 void 0.000124
+gallium_dri.so free 0x5571735fc080 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc100 0.000121
+gallium_dri.so free 0x5571735fc1c0 void 0.000122
+gallium_dri.so free 0x5571735fc100 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc100 0.000125
+gallium_dri.so free 0x5571735fc240 void 0.000130
+gallium_dri.so free 0x5571735fc100 void 0.000139
+gallium_dri.so malloc 72 0x5571735fc270 0.000131
+gallium_dri.so free 0x5571735fc2c0 void 0.000130
+gallium_dri.so free 0x5571735fc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc270 0.000125
+gallium_dri.so free 0x5571735fc3c0 void 0.000128
+gallium_dri.so free 0x5571735fc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc400 0.000132
+gallium_dri.so free 0x5571735fc480 void 0.000132
+gallium_dri.so free 0x5571735fc400 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc480 0.000131
+gallium_dri.so free 0x5571735fc540 void 0.000159
+gallium_dri.so free 0x5571735fc480 void 0.000148
+gallium_dri.so malloc 72 0x5571735fc480 0.000147
+gallium_dri.so free 0x5571735fc5c0 void 0.000142
+gallium_dri.so free 0x5571735fc480 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000142
+gallium_dri.so free 0x5571735fc640 void 0.000141
+gallium_dri.so free 0x5571735fc5f0 void 0.000198
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000305
+gallium_dri.so free 0x5571735fc740 void 0.000277
+gallium_dri.so free 0x5571735fc5f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000169
+gallium_dri.so free 0x5571735fc800 void 0.000166
+gallium_dri.so free 0x5571735fc6f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000132
+gallium_dri.so free 0x5571735fc880 void 0.000130
+gallium_dri.so free 0x5571735fc7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000125
+gallium_dri.so free 0x5571735fc940 void 0.000127
+gallium_dri.so free 0x5571735fc7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000133
+gallium_dri.so free 0x5571735fca00 void 0.000131
+gallium_dri.so free 0x5571735fc7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000130
+gallium_dri.so free 0x5571735fca80 void 0.000131
+gallium_dri.so free 0x5571735fc9b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735fcad0 0.000151
+gallium_dri.so free 0x5571735fcb40 void 0.000151
+gallium_dri.so free 0x5571735fcad0 void 0.000157
+gallium_dri.so malloc 72 0x5571735fcb60 0.000155
+gallium_dri.so free 0x5571735fcc00 void 0.000157
+gallium_dri.so free 0x5571735fcb60 void 0.000150
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000145
+gallium_dri.so free 0x5571735fcc80 void 0.000144
+gallium_dri.so free 0x5571735fcbb0 void 0.000150
+gallium_dri.so malloc 72 0x5571735fcc80 0.000155
+gallium_dri.so free 0x5571735fcd40 void 0.000156
+gallium_dri.so free 0x5571735fcc80 void 0.000150
+gallium_dri.so malloc 72 0x5571735fcc80 0.000144
+gallium_dri.so free 0x5571735fcdc0 void 0.000152
+gallium_dri.so free 0x5571735fcc80 void 0.000156
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000158
+gallium_dri.so free 0x5571735fce80 void 0.000151
+gallium_dri.so free 0x5571735fcdc0 void 0.000149
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000171
+gallium_dri.so free 0x5571735fcf40 void 0.000168
+gallium_dri.so free 0x5571735fcdc0 void 0.000168
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000166
+gallium_dri.so free 0x5571735fd000 void 0.000167
+gallium_dri.so free 0x5571735fcdc0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000160
+gallium_dri.so free 0x5571735fd080 void 0.000163
+gallium_dri.so free 0x5571735fcfb0 void 0.000167
+gallium_dri.so malloc 72 0x5571735fd0d0 0.000166
+gallium_dri.so free 0x5571735fd140 void 0.000167
+gallium_dri.so free 0x5571735fd0d0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd180 0.000160
+gallium_dri.so free 0x5571735fd200 void 0.000161
+gallium_dri.so free 0x5571735fd180 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd180 0.000160
+gallium_dri.so free 0x5571735fd280 void 0.000154
+gallium_dri.so free 0x5571735fd180 void 0.000160
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000164
+gallium_dri.so free 0x5571735fd300 void 0.000183
+gallium_dri.so free 0x5571735fd2b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000156
+gallium_dri.so free 0x5571735fd400 void 0.000161
+gallium_dri.so free 0x5571735fd2b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000167
+gallium_dri.so free 0x5571735fd4c0 void 0.000167
+gallium_dri.so free 0x5571735fd3b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735fd470 0.000163
+gallium_dri.so free 0x5571735fd500 void 0.000138
+gallium_dri.so free 0x5571735fd470 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd470 0.000130
+gallium_dri.so free 0x5571735fd5c0 void 0.000155
+gallium_dri.so free 0x5571735fd470 void 0.000150
+gallium_dri.so malloc 72 0x5571735fd630 0.000147
+gallium_dri.so free 0x5571735fd680 void 0.000142
+gallium_dri.so free 0x5571735fd630 void 0.000136
+gallium_dri.so malloc 72 0x5571735fd630 0.000141
+gallium_dri.so free 0x5571735fd780 void 0.000139
+gallium_dri.so free 0x5571735fd630 void 0.000136
+gallium_dri.so malloc 72 0x5571735fd730 0.000142
+gallium_dri.so free 0x5571735fd840 void 0.000148
+gallium_dri.so free 0x5571735fd730 void 0.000149
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000147
+gallium_dri.so free 0x5571735fd880 void 0.000139
+gallium_dri.so free 0x5571735fd7f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000142
+gallium_dri.so free 0x5571735fd940 void 0.000139
+gallium_dri.so free 0x5571735fd7f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735fd980 0.000142
+gallium_dri.so free 0x5571735fda00 void 0.000140
+gallium_dri.so free 0x5571735fd980 void 0.000136
+gallium_dri.so malloc 72 0x5571735fda00 0.000134
+gallium_dri.so free 0x5571735fdac0 void 0.000135
+gallium_dri.so free 0x5571735fda00 void 0.000143
+gallium_dri.so malloc 72 0x5571735fda00 0.000139
+gallium_dri.so free 0x5571735fdb80 void 0.000136
+gallium_dri.so free 0x5571735fda00 void 0.000135
+gallium_dri.so malloc 72 0x5571735fdba0 0.000138
+gallium_dri.so free 0x5571735fdc40 void 0.000137
+gallium_dri.so free 0x5571735fdba0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000134
+gallium_dri.so free 0x5571735fdcc0 void 0.000138
+gallium_dri.so free 0x5571735fdbf0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000175
+gallium_dri.so free 0x5571735fdd40 void 0.000173
+gallium_dri.so free 0x5571735fdbf0 void 0.000175
+gallium_dri.so malloc 72 0x5571735fdd40 0.000173
+gallium_dri.so free 0x5571735fde00 void 0.000173
+gallium_dri.so free 0x5571735fdd40 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdd40 0.000199
+gallium_dri.so free 0x5571735fdec0 void 0.000176
+gallium_dri.so free 0x5571735fdd40 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdd40 0.000172
+gallium_dri.so free 0x5571735fdf80 void 0.000173
+gallium_dri.so free 0x5571735fdd40 void 0.000276
+gallium_dri.so malloc 72 0x5571735fdf30 0.000134
+gallium_dri.so free 0x5571735fe040 void 0.000123
+gallium_dri.so free 0x5571735fdf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdff0 0.000120
+gallium_dri.so free 0x5571735fe0c0 void 0.000121
+gallium_dri.so free 0x5571735fdff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe110 0.000164
+gallium_dri.so free 0x5571735fe180 void 0.000123
+gallium_dri.so free 0x5571735fe110 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe1a0 0.000120
+gallium_dri.so free 0x5571735fe240 void 0.000120
+gallium_dri.so free 0x5571735fe1a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000121
+gallium_dri.so free 0x5571735fe2c0 void 0.000123
+gallium_dri.so free 0x5571735fe1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000120
+gallium_dri.so free 0x5571735fe340 void 0.000121
+gallium_dri.so free 0x5571735fe1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe340 0.000120
+gallium_dri.so free 0x5571735fe400 void 0.000121
+gallium_dri.so free 0x5571735fe340 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe340 0.000120
+gallium_dri.so free 0x5571735fe500 void 0.000121
+gallium_dri.so free 0x5571735fe340 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000121
+gallium_dri.so free 0x5571735fe540 void 0.000120
+gallium_dri.so free 0x5571735fe4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000121
+gallium_dri.so free 0x5571735fe600 void 0.000129
+gallium_dri.so free 0x5571735fe4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe640 0.000121
+gallium_dri.so free 0x5571735fe6c0 void 0.000120
+gallium_dri.so free 0x5571735fe640 void 0.000143
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000132
+gallium_dri.so free 0x5571735fe780 void 0.000131
+gallium_dri.so free 0x5571735fe6c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe6c0 0.000126
+gallium_dri.so free 0x5571735fe800 void 0.000127
+gallium_dri.so free 0x5571735fe6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe830 0.000125
+gallium_dri.so free 0x5571735fe880 void 0.000126
+gallium_dri.so free 0x5571735fe830 void 0.000139
+gallium_dri.so malloc 72 0x5571735fe830 0.000127
+gallium_dri.so free 0x5571735fe980 void 0.000124
+gallium_dri.so free 0x5571735fe830 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000125
+gallium_dri.so free 0x5571735fea40 void 0.000125
+gallium_dri.so free 0x5571735fe9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fea40 0.000124
+gallium_dri.so free 0x5571735feb00 void 0.000125
+gallium_dri.so free 0x5571735fea40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fea40 0.000125
+gallium_dri.so free 0x5571735feb80 void 0.000124
+gallium_dri.so free 0x5571735fea40 void 0.000125
+gallium_dri.so malloc 72 0x5571735febb0 0.000124
+gallium_dri.so free 0x5571735fec00 void 0.000129
+gallium_dri.so free 0x5571735febb0 void 0.000151
+gallium_dri.so malloc 72 0x5571735febb0 0.000151
+gallium_dri.so free 0x5571735fed00 void 0.000149
+gallium_dri.so free 0x5571735febb0 void 0.000149
+gallium_dri.so malloc 72 0x5571735fecb0 0.000149
+gallium_dri.so free 0x5571735fedc0 void 0.000149
+gallium_dri.so free 0x5571735fecb0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fed70 0.000151
+gallium_dri.so free 0x5571735fee40 void 0.000150
+gallium_dri.so free 0x5571735fed70 void 0.000149
+gallium_dri.so malloc 72 0x5571735fed70 0.000149
+gallium_dri.so free 0x5571735fef00 void 0.000148
+gallium_dri.so free 0x5571735fed70 void 0.000157
+gallium_dri.so malloc 72 0x5571735fed70 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000111
+gallium_dri.so free 0x5571735fed70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fef70 0.000110
+gallium_dri.so free 0x5571735ff040 void 0.000116
+gallium_dri.so free 0x5571735fef70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff090 0.000117
+gallium_dri.so free 0x5571735ff100 void 0.000114
+gallium_dri.so free 0x5571735ff090 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff120 0.000112
+gallium_dri.so free 0x5571735ff1c0 void 0.000126
+gallium_dri.so free 0x5571735ff120 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff170 0.000115
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so free 0x5571735ff170 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff240 0.000115
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff240 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000113
+gallium_dri.so free 0x5571735ff240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff380 0.000118
+gallium_dri.so free 0x5571735ff440 void 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff380 0.000116
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff380 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff570 0.000115
+gallium_dri.so free 0x5571735ff640 void 0.000114
+gallium_dri.so free 0x5571735ff570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff690 0.000115
+gallium_dri.so free 0x5571735ff700 void 0.000116
+gallium_dri.so free 0x5571735ff690 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff740 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000140
+gallium_dri.so free 0x5571735ff740 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff740 0.000120
+gallium_dri.so free 0x5571735ff840 void 0.000123
+gallium_dri.so free 0x5571735ff740 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff870 0.000120
+gallium_dri.so free 0x5571735ff8c0 void 0.000119
+gallium_dri.so free 0x5571735ff870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff870 0.000118
+gallium_dri.so free 0x5571735ff9c0 void 0.000119
+gallium_dri.so free 0x5571735ff870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff970 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffa30 0.000118
+gallium_dri.so free 0x5571735ffac0 void 0.000118
+gallium_dri.so free 0x5571735ffa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa30 0.000118
+gallium_dri.so free 0x5571735ffb80 void 0.000119
+gallium_dri.so free 0x5571735ffa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000118
+gallium_dri.so free 0x5571735ffc40 void 0.000118
+gallium_dri.so free 0x5571735ffbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000120
+gallium_dri.so free 0x5571735ffd40 void 0.000120
+gallium_dri.so free 0x5571735ffbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffcf0 0.000127
+gallium_dri.so free 0x5571735ffe00 void 0.000112
+gallium_dri.so free 0x5571735ffcf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000109
+gallium_dri.so free 0x5571735ffe40 void 0.000110
+gallium_dri.so free 0x5571735ffdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000111
+gallium_dri.so free 0x5571735fff00 void 0.000111
+gallium_dri.so free 0x5571735ffdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fff40 0.000110
+gallium_dri.so free 0x5571735b4500 void 0.000113
+gallium_dri.so free 0x5571735fff40 void 0.000112
+gallium_dri.so malloc 72 0x5571735b44b0 0.000112
+gallium_dri.so free 0x557173454440 void 0.000110
+gallium_dri.so free 0x5571735b44b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734543f0 0.000110
+gallium_dri.so free 0x5571735e4740 void 0.000111
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e46f0 0.000110
+gallium_dri.so free 0x55717345af00 void 0.000110
+gallium_dri.so free 0x5571735e46f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e46f0 0.000110
+gallium_dri.so free 0x5571735f3880 void 0.000117
+gallium_dri.so free 0x5571735e46f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3830 0.000116
+gallium_dri.so free 0x5571735e4580 void 0.000111
+gallium_dri.so free 0x5571735f3830 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4530 0.000128
+gallium_dri.so free 0x5571735b4340 void 0.000119
+gallium_dri.so free 0x5571735e4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000113
+gallium_dri.so free 0x5571735f4800 void 0.000114
+gallium_dri.so free 0x5571735b42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000115
+gallium_dri.so free 0x5571735e55c0 void 0.000115
+gallium_dri.so free 0x5571735f47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5570 0.000115
+gallium_dri.so free 0x557173456680 void 0.000115
+gallium_dri.so free 0x5571735e5570 void 0.000114
+gallium_dri.so malloc 72 0x557173456630 0.000132
+gallium_dri.so free 0x557173457f80 void 0.000118
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x557173457f30 0.000114
+gallium_dri.so free 0x55717345a880 void 0.000115
+gallium_dri.so free 0x557173457f30 void 0.000113
+gallium_dri.so malloc 72 0x55717345a830 0.000114
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x55717345a830 void 0.000137
+gallium_dri.so malloc 72 0x5571735b4970 0.000115
+gallium_dri.so free 0x5571735b4840 void 0.000115
+gallium_dri.so free 0x5571735b4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47f0 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000116
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48b0 0.000123
+gallium_dri.so free 0x557173455700 void 0.000118
+gallium_dri.so free 0x5571735e48b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000113
+gallium_dri.so free 0x5571734572c0 void 0.000116
+gallium_dri.so free 0x5571734556b0 void 0.000114
+gallium_dri.so malloc 72 0x557173457270 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000114
+gallium_dri.so free 0x557173457270 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4640 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000115
+gallium_dri.so free 0x5571735b4640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4f80 0.000114
+gallium_dri.so free 0x557173455400 void 0.000115
+gallium_dri.so free 0x5571735e4f80 void 0.000114
+gallium_dri.so malloc 72 0x557173455420 0.000114
+gallium_dri.so free 0x557173457940 void 0.000116
+gallium_dri.so free 0x557173455420 void 0.000115
+gallium_dri.so malloc 72 0x557173455420 0.000114
+gallium_dri.so free 0x5571735e5e80 void 0.000119
+gallium_dri.so free 0x557173455420 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e30 0.000115
+gallium_dri.so free 0x557173458840 void 0.000115
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571734587f0 0.000114
+gallium_dri.so free 0x5571735b4b80 void 0.000126
+gallium_dri.so free 0x5571734587f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b4b80 0.000114
+gallium_dri.so free 0x557173457040 void 0.000116
+gallium_dri.so free 0x5571735b4b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4b80 0.000114
+gallium_dri.so free 0x5571734570c0 void 0.000115
+gallium_dri.so free 0x5571735b4b80 void 0.000114
+gallium_dri.so malloc 72 0x5571734570f0 0.000114
+gallium_dri.so free 0x55717345a600 void 0.000115
+gallium_dri.so free 0x5571734570f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734570f0 0.000116
+gallium_dri.so free 0x5571734563c0 void 0.000115
+gallium_dri.so free 0x5571734570f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734563c0 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000115
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734563c0 0.000114
+gallium_dri.so free 0x5571735f4600 void 0.000117
+gallium_dri.so free 0x5571734563c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734563c0 0.000113
+gallium_dri.so free 0x557173456480 void 0.000114
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734564b0 0.000113
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571734564b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734564b0 0.000126
+gallium_dri.so free 0x5571735e3dc0 void 0.000182
+gallium_dri.so free 0x5571734564b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3dc0 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000115
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f39a0 0.000113
+gallium_dri.so free 0x5571735f3a40 void 0.000115
+gallium_dri.so free 0x5571735f39a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39f0 0.000115
+gallium_dri.so free 0x5571735f3ac0 void 0.000114
+gallium_dri.so free 0x5571735f39f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3ac0 0.000114
+gallium_dri.so free 0x557173455800 void 0.000115
+gallium_dri.so free 0x5571735f3ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173455840 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000115
+gallium_dri.so free 0x557173455840 void 0.000115
+gallium_dri.so malloc 72 0x5571734558c0 0.000114
+gallium_dri.so free 0x557173455980 void 0.000116
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734558c0 0.000114
+gallium_dri.so free 0x5571735e56c0 void 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e56f0 0.000114
+gallium_dri.so free 0x5571735e5740 void 0.000115
+gallium_dri.so free 0x5571735e56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e56f0 0.000113
+gallium_dri.so free 0x5571735e5840 void 0.000124
+gallium_dri.so free 0x5571735e56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e57f0 0.000114
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x5571735e57f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734580c0 0.000114
+gallium_dri.so free 0x5571735e5900 void 0.000114
+gallium_dri.so free 0x5571734580c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000115
+gallium_dri.so free 0x557173458140 void 0.000115
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x557173458200 void 0.000118
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734581b0 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000115
+gallium_dri.so free 0x5571734581b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000113
+gallium_dri.so free 0x5571735e6080 void 0.000115
+gallium_dri.so free 0x5571735e5fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5fc0 0.000113
+gallium_dri.so free 0x557173458280 void 0.000116
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571734582b0 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000113
+gallium_dri.so free 0x5571734582b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6170 0.000115
+gallium_dri.so free 0x557173458400 void 0.000122
+gallium_dri.so free 0x5571735e6170 void 0.000116
+gallium_dri.so malloc 72 0x557173458440 0.000113
+gallium_dri.so free 0x5571734584c0 void 0.000113
+gallium_dri.so free 0x557173458440 void 0.000114
+gallium_dri.so malloc 72 0x5571734584c0 0.000112
+gallium_dri.so free 0x557173458580 void 0.000115
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734584c0 0.000114
+gallium_dri.so free 0x557173458600 void 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000113
+gallium_dri.so malloc 72 0x557173458630 0.000113
+gallium_dri.so free 0x5571735e5a40 void 0.000115
+gallium_dri.so free 0x557173458630 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5a80 0.000117
+gallium_dri.so free 0x5571735e5b00 void 0.000115
+gallium_dri.so free 0x5571735e5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b00 0.000115
+gallium_dri.so free 0x5571735e5bc0 void 0.000115
+gallium_dri.so free 0x5571735e5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b00 0.000115
+gallium_dri.so free 0x5571735e5c80 void 0.000115
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b00 0.000114
+gallium_dri.so free 0x5571735b3ec0 void 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3e70 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000115
+gallium_dri.so free 0x5571735b3e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000113
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a1f0 0.000112
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a2c0 0.000114
+gallium_dri.so free 0x55717345a380 void 0.000116
+gallium_dri.so free 0x55717345a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a2c0 0.000115
+gallium_dri.so free 0x55717345a400 void 0.000114
+gallium_dri.so free 0x55717345a2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a400 0.000113
+gallium_dri.so free 0x557173456c80 void 0.000115
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so malloc 72 0x557173456c30 0.000113
+gallium_dri.so free 0x557173456cc0 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000122
+gallium_dri.so malloc 72 0x557173456dc0 0.000119
+gallium_dri.so free 0x557173456e40 void 0.000116
+gallium_dri.so free 0x557173456dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173456e40 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so free 0x557173456e40 void 0.000115
+gallium_dri.so malloc 72 0x557173456e40 0.000114
+gallium_dri.so free 0x5571735f3cc0 void 0.000115
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so malloc 72 0x557173456e40 0.000113
+gallium_dri.so free 0x5571735f3d80 void 0.000120
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so malloc 72 0x557173456e40 0.000114
+gallium_dri.so free 0x5571735f3e40 void 0.000117
+gallium_dri.so free 0x557173456e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3df0 0.000114
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so free 0x5571735f3df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3f10 0.000115
+gallium_dri.so free 0x557173455ac0 void 0.000115
+gallium_dri.so free 0x5571735f3f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3f10 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000116
+gallium_dri.so free 0x5571735f3f10 void 0.000113
+gallium_dri.so malloc 72 0x557173455b70 0.000114
+gallium_dri.so free 0x557173455bc0 void 0.000115
+gallium_dri.so free 0x557173455b70 void 0.000135
+gallium_dri.so malloc 72 0x557173455b70 0.000116
+gallium_dri.so free 0x557173455cc0 void 0.000115
+gallium_dri.so free 0x557173455b70 void 0.000114
+gallium_dri.so malloc 72 0x557173455d00 0.000113
+gallium_dri.so free 0x557173459d40 void 0.000115
+gallium_dri.so free 0x557173455d00 void 0.000113
+gallium_dri.so malloc 72 0x557173459d90 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000115
+gallium_dri.so free 0x557173459d90 void 0.000114
+gallium_dri.so malloc 72 0x557173459e20 0.000114
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459e20 void 0.000116
+gallium_dri.so malloc 72 0x557173459e70 0.000115
+gallium_dri.so free 0x557173455d80 void 0.000115
+gallium_dri.so free 0x557173459e70 void 0.000113
+gallium_dri.so malloc 72 0x557173459e70 0.000114
+gallium_dri.so free 0x557173459f40 void 0.000115
+gallium_dri.so free 0x557173459e70 void 0.000114
+gallium_dri.so malloc 72 0x557173459f40 0.000114
+gallium_dri.so free 0x55717345a000 void 0.000115
+gallium_dri.so free 0x557173459f40 void 0.000113
+gallium_dri.so malloc 72 0x557173459f40 0.000114
+gallium_dri.so free 0x5571735e5100 void 0.000116
+gallium_dri.so free 0x557173459f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50b0 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000114
+gallium_dri.so free 0x5571735e50b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e50b0 0.000116
+gallium_dri.so free 0x5571735e5200 void 0.000116
+gallium_dri.so free 0x5571735e50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5240 0.000116
+gallium_dri.so free 0x5571735e52c0 void 0.000116
+gallium_dri.so free 0x5571735e5240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e52c0 0.000113
+gallium_dri.so free 0x5571735e5380 void 0.000115
+gallium_dri.so free 0x5571735e52c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e52c0 0.000114
+gallium_dri.so free 0x557173457ac0 void 0.000116
+gallium_dri.so free 0x5571735e52c0 void 0.000114
+gallium_dri.so malloc 72 0x557173457a70 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000114
+gallium_dri.so free 0x557173457a70 void 0.000115
+gallium_dri.so malloc 72 0x557173457b40 0.000114
+gallium_dri.so free 0x557173457c00 void 0.000114
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so malloc 72 0x557173457b40 0.000114
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so malloc 72 0x557173457c80 0.000114
+gallium_dri.so free 0x557173457d40 void 0.000116
+gallium_dri.so free 0x557173457c80 void 0.000113
+gallium_dri.so malloc 72 0x557173457c80 0.000118
+gallium_dri.so free 0x557173456780 void 0.000118
+gallium_dri.so free 0x557173457c80 void 0.000119
+gallium_dri.so malloc 72 0x5571734567b0 0.000116
+gallium_dri.so free 0x557173456800 void 0.000114
+gallium_dri.so free 0x5571734567b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734567b0 0.000114
+gallium_dri.so free 0x557173456900 void 0.000116
+gallium_dri.so free 0x5571734567b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734568b0 0.000115
+gallium_dri.so free 0x5571734569c0 void 0.000115
+gallium_dri.so free 0x5571734568b0 void 0.000115
+gallium_dri.so malloc 72 0x557173456970 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000114
+gallium_dri.so free 0x557173456970 void 0.000114
+gallium_dri.so malloc 72 0x557173456a60 0.000115
+gallium_dri.so free 0x5571735f4040 void 0.000135
+gallium_dri.so free 0x557173456a60 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000124
+gallium_dri.so free 0x5571735f40c0 void 0.000125
+gallium_dri.so free 0x5571735f3ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000115
+gallium_dri.so free 0x5571735f4140 void 0.000116
+gallium_dri.so free 0x5571735f3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4140 0.000116
+gallium_dri.so free 0x5571735f4200 void 0.000115
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4140 0.000114
+gallium_dri.so free 0x5571735f42c0 void 0.000167
+gallium_dri.so free 0x5571735f4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4140 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000116
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so malloc 72 0x557173455e70 0.000116
+gallium_dri.so free 0x557173455ec0 void 0.000115
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173455e70 0.000113
+gallium_dri.so free 0x557173455fc0 void 0.000115
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173455f70 0.000114
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so free 0x557173455f70 void 0.000115
+gallium_dri.so malloc 72 0x557173456030 0.000114
+gallium_dri.so free 0x5571735f4380 void 0.000115
+gallium_dri.so free 0x557173456030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4330 0.000112
+gallium_dri.so free 0x5571734560c0 void 0.000114
+gallium_dri.so free 0x5571735f4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4330 0.000114
+gallium_dri.so free 0x5571734561c0 void 0.000116
+gallium_dri.so free 0x5571735f4330 void 0.000115
+gallium_dri.so malloc 72 0x557173456170 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000116
+gallium_dri.so free 0x557173456170 void 0.000113
+gallium_dri.so malloc 72 0x557173456170 0.000114
+gallium_dri.so free 0x5571735e40c0 void 0.000123
+gallium_dri.so free 0x557173456170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e40e0 0.000112
+gallium_dri.so free 0x5571735e4180 void 0.000112
+gallium_dri.so free 0x5571735e40e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4130 0.000112
+gallium_dri.so free 0x5571735e4200 void 0.000113
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4130 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000112
+gallium_dri.so free 0x5571735e4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4280 0.000113
+gallium_dri.so free 0x5571735e4340 void 0.000117
+gallium_dri.so free 0x5571735e4280 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4280 0.000112
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so free 0x5571735e4280 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4a30 0.000114
+gallium_dri.so free 0x5571735e4a80 void 0.000112
+gallium_dri.so free 0x5571735e4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a80 0.000111
+gallium_dri.so free 0x5571735e4b40 void 0.000112
+gallium_dri.so free 0x5571735e4a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4a80 0.000114
+gallium_dri.so free 0x5571735e4c40 void 0.000112
+gallium_dri.so free 0x5571735e4a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4d00 void 0.000112
+gallium_dri.so free 0x5571735e4bf0 void 0.000192
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000126
+gallium_dri.so free 0x5571735e4d40 void 0.000121
+gallium_dri.so free 0x5571735e4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4cb0 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000115
+gallium_dri.so free 0x5571735e4cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173457400 0.000115
+gallium_dri.so free 0x557173457480 void 0.000116
+gallium_dri.so free 0x557173457400 void 0.000115
+gallium_dri.so malloc 72 0x557173457480 0.000115
+gallium_dri.so free 0x557173457540 void 0.000114
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so malloc 72 0x557173457480 0.000114
+gallium_dri.so free 0x5571734575c0 void 0.000115
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so malloc 72 0x557173457480 0.000114
+gallium_dri.so free 0x557173457680 void 0.000115
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so malloc 72 0x557173457480 0.000113
+gallium_dri.so free 0x557173457740 void 0.000116
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so malloc 72 0x5571734576f0 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000115
+gallium_dri.so free 0x5571734576f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a9d0 0.000113
+gallium_dri.so free 0x55717345aa40 void 0.000115
+gallium_dri.so free 0x55717345a9d0 void 0.000126
+gallium_dri.so malloc 72 0x55717345aa60 0.000115
+gallium_dri.so free 0x55717345ab00 void 0.000116
+gallium_dri.so free 0x55717345aa60 void 0.000114
+gallium_dri.so malloc 72 0x55717345aab0 0.000113
+gallium_dri.so free 0x55717345ab80 void 0.000114
+gallium_dri.so free 0x55717345aab0 void 0.000114
+gallium_dri.so malloc 72 0x55717345aab0 0.000113
+gallium_dri.so free 0x55717345ac80 void 0.000114
+gallium_dri.so free 0x55717345aab0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac30 0.000114
+gallium_dri.so free 0x55717345ad00 void 0.000114
+gallium_dri.so free 0x55717345ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717345ad50 0.000114
+gallium_dri.so free 0x55717345e480 void 0.000114
+gallium_dri.so free 0x55717345ad50 void 0.000114
+gallium_dri.so malloc 72 0x55717345e4a0 0.000112
+gallium_dri.so free 0x55717345e540 void 0.000114
+gallium_dri.so free 0x55717345e4a0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e4f0 0.000113
+gallium_dri.so free 0x55717345e5c0 void 0.000114
+gallium_dri.so free 0x55717345e4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e4f0 0.000113
+gallium_dri.so free 0x55717345e640 void 0.000114
+gallium_dri.so free 0x55717345e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e640 0.000118
+gallium_dri.so free 0x55717345e700 void 0.000118
+gallium_dri.so free 0x55717345e640 void 0.000123
+gallium_dri.so malloc 72 0x55717345e640 0.000115
+gallium_dri.so free 0x55717345e800 void 0.000117
+gallium_dri.so free 0x55717345e640 void 0.000114
+gallium_dri.so malloc 72 0x55717345e640 0.000114
+gallium_dri.so free 0x55717345e880 void 0.000117
+gallium_dri.so free 0x55717345e640 void 0.000114
+gallium_dri.so malloc 72 0x55717345e8b0 0.000113
+gallium_dri.so free 0x55717345e900 void 0.000116
+gallium_dri.so free 0x55717345e8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e8b0 0.000114
+gallium_dri.so free 0x55717345ea00 void 0.000115
+gallium_dri.so free 0x55717345e8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e9b0 0.000114
+gallium_dri.so free 0x557173458980 void 0.000115
+gallium_dri.so free 0x55717345e9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345e9b0 0.000115
+gallium_dri.so free 0x557173458a00 void 0.000116
+gallium_dri.so free 0x55717345e9b0 void 0.000114
+gallium_dri.so malloc 72 0x557173458a30 0.000117
+gallium_dri.so free 0x557173458a80 void 0.000116
+gallium_dri.so free 0x557173458a30 void 0.000113
+gallium_dri.so malloc 72 0x557173458a80 0.000115
+gallium_dri.so free 0x557173458b40 void 0.000116
+gallium_dri.so free 0x557173458a80 void 0.000113
+gallium_dri.so malloc 72 0x557173458a80 0.000114
+gallium_dri.so free 0x557173458c40 void 0.000115
+gallium_dri.so free 0x557173458a80 void 0.000115
+gallium_dri.so malloc 72 0x557173458bf0 0.000117
+gallium_dri.so free 0x557173458d00 void 0.000114
+gallium_dri.so free 0x557173458bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173458cb0 0.000114
+gallium_dri.so free 0x557173458d40 void 0.000116
+gallium_dri.so free 0x557173458cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173458cb0 0.000114
+gallium_dri.so free 0x557173458e00 void 0.000115
+gallium_dri.so free 0x557173458cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173458e40 0.000114
+gallium_dri.so free 0x557173458ec0 void 0.000122
+gallium_dri.so free 0x557173458e40 void 0.000115
+gallium_dri.so malloc 72 0x557173458ec0 0.000116
+gallium_dri.so free 0x557173458f80 void 0.000116
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ec0 0.000115
+gallium_dri.so free 0x557173459000 void 0.000114
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ec0 0.000113
+gallium_dri.so free 0x5571734590c0 void 0.000115
+gallium_dri.so free 0x557173458ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173458ec0 0.000114
+gallium_dri.so free 0x557173459180 void 0.000116
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173459130 0.000114
+gallium_dri.so free 0x557173459200 void 0.000115
+gallium_dri.so free 0x557173459130 void 0.000121
+gallium_dri.so malloc 72 0x557173459250 0.000121
+gallium_dri.so free 0x5571734592c0 void 0.000126
+gallium_dri.so free 0x557173459250 void 0.000124
+gallium_dri.so malloc 72 0x5571734592e0 0.000122
+gallium_dri.so free 0x557173459380 void 0.000124
+gallium_dri.so free 0x5571734592e0 void 0.000124
+gallium_dri.so malloc 72 0x557173459330 0.000117
+gallium_dri.so free 0x557173459400 void 0.000115
+gallium_dri.so free 0x557173459330 void 0.000117
+gallium_dri.so malloc 72 0x557173459330 0.000115
+gallium_dri.so free 0x557173459500 void 0.000117
+gallium_dri.so free 0x557173459330 void 0.000114
+gallium_dri.so malloc 72 0x5571734594b0 0.000114
+gallium_dri.so free 0x557173459580 void 0.000114
+gallium_dri.so free 0x5571734594b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734595d0 0.000114
+gallium_dri.so free 0x557173459640 void 0.000114
+gallium_dri.so free 0x5571734595d0 void 0.000113
+gallium_dri.so malloc 72 0x557173459660 0.000112
+gallium_dri.so free 0x557173459700 void 0.000120
+gallium_dri.so free 0x557173459660 void 0.000114
+gallium_dri.so malloc 72 0x5571734596b0 0.000114
+gallium_dri.so free 0x557173459780 void 0.000114
+gallium_dri.so free 0x5571734596b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734596b0 0.000113
+gallium_dri.so free 0x557173459800 void 0.000127
+gallium_dri.so free 0x5571734596b0 void 0.000123
+gallium_dri.so malloc 72 0x557173459800 0.000118
+gallium_dri.so free 0x5571734598c0 void 0.000116
+gallium_dri.so free 0x557173459800 void 0.000115
+gallium_dri.so malloc 72 0x557173459800 0.000126
+gallium_dri.so free 0x5571734599c0 void 0.000116
+gallium_dri.so free 0x557173459800 void 0.000114
+gallium_dri.so malloc 72 0x557173459800 0.000114
+gallium_dri.so free 0x557173459a40 void 0.000116
+gallium_dri.so free 0x557173459800 void 0.000114
+gallium_dri.so malloc 72 0x557173459a70 0.000113
+gallium_dri.so free 0x557173459ac0 void 0.000116
+gallium_dri.so free 0x557173459a70 void 0.000115
+gallium_dri.so malloc 72 0x557173459a70 0.000115
+gallium_dri.so free 0x55717345edc0 void 0.000114
+gallium_dri.so free 0x557173459a70 void 0.000114
+gallium_dri.so malloc 72 0x55717345edc0 0.000113
+gallium_dri.so free 0x55717345ee80 void 0.000116
+gallium_dri.so free 0x55717345edc0 void 0.000115
+gallium_dri.so malloc 72 0x55717345edc0 0.000115
+gallium_dri.so free 0x55717345ef40 void 0.000115
+gallium_dri.so free 0x55717345edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717345edc0 0.000115
+gallium_dri.so free 0x55717345f000 void 0.000115
+gallium_dri.so free 0x55717345edc0 void 0.000113
+gallium_dri.so malloc 72 0x55717345efb0 0.000114
+gallium_dri.so free 0x55717345f0c0 void 0.000187
+gallium_dri.so free 0x55717345efb0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f070 0.000114
+gallium_dri.so free 0x55717345f140 void 0.000112
+gallium_dri.so free 0x55717345f070 void 0.000114
+gallium_dri.so malloc 72 0x55717345f190 0.000113
+gallium_dri.so free 0x55717345f200 void 0.000114
+gallium_dri.so free 0x55717345f190 void 0.000115
+gallium_dri.so malloc 72 0x55717345f220 0.000113
+gallium_dri.so free 0x55717345f2c0 void 0.000114
+gallium_dri.so free 0x55717345f220 void 0.000114
+gallium_dri.so malloc 72 0x55717345f270 0.000113
+gallium_dri.so free 0x55717345f340 void 0.000114
+gallium_dri.so free 0x55717345f270 void 0.000113
+gallium_dri.so malloc 72 0x55717345f270 0.000115
+gallium_dri.so free 0x55717345f3c0 void 0.000124
+gallium_dri.so free 0x55717345f270 void 0.000124
+gallium_dri.so malloc 72 0x55717345f3c0 0.000124
+gallium_dri.so free 0x55717345f480 void 0.000121
+gallium_dri.so free 0x55717345f3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f3c0 0.000119
+gallium_dri.so free 0x55717345f580 void 0.000115
+gallium_dri.so free 0x55717345f3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f530 0.000124
+gallium_dri.so free 0x55717345f5c0 void 0.000127
+gallium_dri.so free 0x55717345f530 void 0.000115
+gallium_dri.so malloc 72 0x55717345f530 0.000122
+gallium_dri.so free 0x55717345f680 void 0.000124
+gallium_dri.so free 0x55717345f530 void 0.000125
+gallium_dri.so malloc 72 0x55717345f6c0 0.000117
+gallium_dri.so free 0x55717345f740 void 0.000120
+gallium_dri.so free 0x55717345f6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717345f740 0.000116
+gallium_dri.so free 0x55717345f800 void 0.000122
+gallium_dri.so free 0x55717345f740 void 0.000124
+gallium_dri.so malloc 72 0x55717345f740 0.000124
+gallium_dri.so free 0x55717345f880 void 0.000127
+gallium_dri.so free 0x55717345f740 void 0.000125
+gallium_dri.so malloc 72 0x55717345f8b0 0.000124
+gallium_dri.so free 0x55717345f900 void 0.000118
+gallium_dri.so free 0x55717345f8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345f8b0 0.000121
+gallium_dri.so free 0x55717345fa00 void 0.000119
+gallium_dri.so free 0x55717345f8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fa40 0.000124
+gallium_dri.so free 0x55717345fac0 void 0.000124
+gallium_dri.so free 0x55717345fa40 void 0.000125
+gallium_dri.so malloc 72 0x55717345fac0 0.000122
+gallium_dri.so free 0x55717345fb80 void 0.000125
+gallium_dri.so free 0x55717345fac0 void 0.000118
+gallium_dri.so malloc 72 0x55717345fac0 0.000114
+gallium_dri.so free 0x55717345fc00 void 0.000129
+gallium_dri.so free 0x55717345fac0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fc30 0.000118
+gallium_dri.so free 0x55717345fc80 void 0.000117
+gallium_dri.so free 0x55717345fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717345fc30 0.000116
+gallium_dri.so free 0x55717345fd80 void 0.000115
+gallium_dri.so free 0x55717345fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717345fd30 0.000115
+gallium_dri.so free 0x55717345fe40 void 0.000115
+gallium_dri.so free 0x55717345fd30 void 0.000114
+gallium_dri.so malloc 72 0x55717345fdf0 0.000114
+gallium_dri.so free 0x55717345fec0 void 0.000115
+gallium_dri.so free 0x55717345fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fdf0 0.000113
+gallium_dri.so free 0x55717345ff80 void 0.000132
+gallium_dri.so free 0x55717345fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fdf0 0.000112
+gallium_dri.so free 0x557173460040 void 0.000115
+gallium_dri.so free 0x55717345fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fff0 0.000115
+gallium_dri.so free 0x5571734600c0 void 0.000113
+gallium_dri.so free 0x55717345fff0 void 0.000114
+gallium_dri.so malloc 72 0x557173460110 0.000115
+gallium_dri.so free 0x557173460180 void 0.000115
+gallium_dri.so free 0x557173460110 void 0.000113
+gallium_dri.so malloc 72 0x5571734601a0 0.000113
+gallium_dri.so free 0x557173460240 void 0.000172
+gallium_dri.so free 0x5571734601a0 void 0.000116
+gallium_dri.so malloc 72 0x5571734601f0 0.000116
+gallium_dri.so free 0x5571734602c0 void 0.000115
+gallium_dri.so free 0x5571734601f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734602c0 0.000115
+gallium_dri.so free 0x557173460380 void 0.000114
+gallium_dri.so free 0x5571734602c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734603c0 0.000114
+gallium_dri.so free 0x5571735c5300 void 0.000115
+gallium_dri.so free 0x5571734603c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5350 0.000115
+gallium_dri.so free 0x5571735c53c0 void 0.000132
+gallium_dri.so free 0x5571735c5350 void 0.000116
+gallium_dri.so malloc 72 0x5571735c53e0 0.000115
+gallium_dri.so free 0x5571735c5480 void 0.000116
+gallium_dri.so free 0x5571735c53e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5430 0.000114
+gallium_dri.so free 0x5571735c5500 void 0.000115
+gallium_dri.so free 0x5571735c5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5430 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5580 0.000114
+gallium_dri.so free 0x5571735c5640 void 0.000116
+gallium_dri.so free 0x5571735c5580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5580 0.000114
+gallium_dri.so free 0x5571735c5740 void 0.000135
+gallium_dri.so free 0x5571735c5580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c56f0 0.000127
+gallium_dri.so free 0x5571735c5780 void 0.000117
+gallium_dri.so free 0x5571735c56f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c56f0 0.000115
+gallium_dri.so free 0x5571735c5840 void 0.000117
+gallium_dri.so free 0x5571735c56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5880 0.000115
+gallium_dri.so free 0x5571735c5900 void 0.000115
+gallium_dri.so free 0x5571735c5880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5900 0.000114
+gallium_dri.so free 0x5571735c59c0 void 0.000116
+gallium_dri.so free 0x5571735c5900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5900 0.000114
+gallium_dri.so free 0x5571735c5a40 void 0.000116
+gallium_dri.so free 0x5571735c5900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5a70 0.000115
+gallium_dri.so free 0x5571735c5ac0 void 0.000115
+gallium_dri.so free 0x5571735c5a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5a70 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000116
+gallium_dri.so free 0x5571735c5a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c00 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000116
+gallium_dri.so free 0x5571735c5c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5c80 0.000115
+gallium_dri.so free 0x5571735c5d40 void 0.000129
+gallium_dri.so free 0x5571735c5c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5c80 0.000116
+gallium_dri.so free 0x5571735c5dc0 void 0.000115
+gallium_dri.so free 0x5571735c5c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5df0 0.000114
+gallium_dri.so free 0x5571735c5e40 void 0.000115
+gallium_dri.so free 0x5571735c5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5df0 0.000115
+gallium_dri.so free 0x5571735c5f40 void 0.000116
+gallium_dri.so free 0x5571735c5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000114
+gallium_dri.so free 0x5571735c6000 void 0.000116
+gallium_dri.so free 0x5571735c5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000115
+gallium_dri.so free 0x5571735c6080 void 0.000115
+gallium_dri.so free 0x5571735c5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000114
+gallium_dri.so free 0x5571735c6140 void 0.000115
+gallium_dri.so free 0x5571735c5fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000114
+gallium_dri.so free 0x5571735c6200 void 0.000115
+gallium_dri.so free 0x5571735c5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c61b0 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000117
+gallium_dri.so free 0x5571735c61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c62d0 0.000121
+gallium_dri.so free 0x5571735c6340 void 0.000170
+gallium_dri.so free 0x5571735c62d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6360 0.000116
+gallium_dri.so free 0x5571735c6400 void 0.000115
+gallium_dri.so free 0x5571735c6360 void 0.000115
+gallium_dri.so malloc 72 0x5571735c63b0 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000114
+gallium_dri.so free 0x5571735c63b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6480 0.000114
+gallium_dri.so free 0x5571735c6540 void 0.000115
+gallium_dri.so free 0x5571735c6480 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6480 0.000116
+gallium_dri.so free 0x5571735c65c0 void 0.000115
+gallium_dri.so free 0x5571735c6480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c65c0 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000116
+gallium_dri.so free 0x5571735c65c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c65c0 0.000117
+gallium_dri.so free 0x5571735c6740 void 0.000120
+gallium_dri.so free 0x5571735c65c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c65c0 0.000114
+gallium_dri.so free 0x5571735c6800 void 0.000115
+gallium_dri.so free 0x5571735c65c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c67b0 0.000115
+gallium_dri.so free 0x5571735c6880 void 0.000116
+gallium_dri.so free 0x5571735c67b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c68d0 0.000115
+gallium_dri.so free 0x5571735c6940 void 0.000127
+gallium_dri.so free 0x5571735c68d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6980 0.000115
+gallium_dri.so free 0x5571735c6a00 void 0.000115
+gallium_dri.so free 0x5571735c6980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6980 0.000116
+gallium_dri.so free 0x5571735c6a80 void 0.000116
+gallium_dri.so free 0x5571735c6980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000114
+gallium_dri.so free 0x5571735c6b00 void 0.000115
+gallium_dri.so free 0x5571735c6ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000114
+gallium_dri.so free 0x5571735c6c00 void 0.000115
+gallium_dri.so free 0x5571735c6ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000113
+gallium_dri.so free 0x5571735c6cc0 void 0.000116
+gallium_dri.so free 0x5571735c6bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6c70 0.000114
+gallium_dri.so free 0x5571735c6d00 void 0.000116
+gallium_dri.so free 0x5571735c6c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6c70 0.000114
+gallium_dri.so free 0x5571735c6dc0 void 0.000116
+gallium_dri.so free 0x5571735c6c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6e30 0.000114
+gallium_dri.so free 0x5571735c6e80 void 0.000115
+gallium_dri.so free 0x5571735c6e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6e30 0.000114
+gallium_dri.so free 0x5571735c6f80 void 0.000129
+gallium_dri.so free 0x5571735c6e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6f30 0.000115
+gallium_dri.so free 0x5571735c7040 void 0.000115
+gallium_dri.so free 0x5571735c6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000114
+gallium_dri.so free 0x5571735c7080 void 0.000124
+gallium_dri.so free 0x5571735c6ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000115
+gallium_dri.so free 0x5571735c7140 void 0.000117
+gallium_dri.so free 0x5571735c6ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7180 0.000113
+gallium_dri.so free 0x5571735c7200 void 0.000114
+gallium_dri.so free 0x5571735c7180 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7200 0.000116
+gallium_dri.so free 0x5571735c72c0 void 0.000115
+gallium_dri.so free 0x5571735c7200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7200 0.000115
+gallium_dri.so free 0x5571735c7380 void 0.000116
+gallium_dri.so free 0x5571735c7200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c73a0 0.000113
+gallium_dri.so free 0x5571735c7440 void 0.000115
+gallium_dri.so free 0x5571735c73a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c73f0 0.000114
+gallium_dri.so free 0x5571735c74c0 void 0.000116
+gallium_dri.so free 0x5571735c73f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c73f0 0.000114
+gallium_dri.so free 0x5571735c7540 void 0.000171
+gallium_dri.so free 0x5571735c73f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7540 0.000114
+gallium_dri.so free 0x5571735c7600 void 0.000132
+gallium_dri.so free 0x5571735c7540 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7540 0.000114
+gallium_dri.so free 0x5571735c76c0 void 0.000114
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7540 0.000114
+gallium_dri.so free 0x5571735c7780 void 0.000115
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7730 0.000116
+gallium_dri.so free 0x5571735c7840 void 0.000114
+gallium_dri.so free 0x5571735c7730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c77f0 0.000115
+gallium_dri.so free 0x5571735c78c0 void 0.000119
+gallium_dri.so free 0x5571735c77f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7910 0.000115
+gallium_dri.so free 0x5571735c7980 void 0.000115
+gallium_dri.so free 0x5571735c7910 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79a0 0.000115
+gallium_dri.so free 0x5571735c7a40 void 0.000115
+gallium_dri.so free 0x5571735c79a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c79f0 0.000114
+gallium_dri.so free 0x5571735c7ac0 void 0.000116
+gallium_dri.so free 0x5571735c79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c79f0 0.000115
+gallium_dri.so free 0x5571735c7b40 void 0.000128
+gallium_dri.so free 0x5571735c79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7b40 0.000116
+gallium_dri.so free 0x5571735c7c00 void 0.000116
+gallium_dri.so free 0x5571735c7b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7b40 0.000115
+gallium_dri.so free 0x5571735c7d00 void 0.000116
+gallium_dri.so free 0x5571735c7b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7d40 void 0.000116
+gallium_dri.so free 0x5571735c7cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000115
+gallium_dri.so free 0x5571735c7e00 void 0.000116
+gallium_dri.so free 0x5571735c7cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7e40 0.000114
+gallium_dri.so free 0x5571735c7ec0 void 0.000116
+gallium_dri.so free 0x5571735c7e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000114
+gallium_dri.so free 0x5571735c7f80 void 0.000116
+gallium_dri.so free 0x5571735c7ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000115
+gallium_dri.so free 0x5571735c8000 void 0.000115
+gallium_dri.so free 0x5571735c7ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8030 0.000115
+gallium_dri.so free 0x5571735c8080 void 0.000122
+gallium_dri.so free 0x5571735c8030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8030 0.000118
+gallium_dri.so free 0x5571735c8180 void 0.000129
+gallium_dri.so free 0x5571735c8030 void 0.000116
+gallium_dri.so malloc 72 0x5571735c81c0 0.000115
+gallium_dri.so free 0x5571735c8240 void 0.000116
+gallium_dri.so free 0x5571735c81c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8240 0.000114
+gallium_dri.so free 0x5571735c8300 void 0.000115
+gallium_dri.so free 0x5571735c8240 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8240 0.000114
+gallium_dri.so free 0x5571735c8380 void 0.000116
+gallium_dri.so free 0x5571735c8240 void 0.000115
+gallium_dri.so malloc 72 0x5571735c83b0 0.000113
+gallium_dri.so free 0x5571735c8400 void 0.000114
+gallium_dri.so free 0x5571735c83b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c83b0 0.000113
+gallium_dri.so free 0x5571735c8500 void 0.000116
+gallium_dri.so free 0x5571735c83b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c84b0 0.000116
+gallium_dri.so free 0x5571735c85c0 void 0.000116
+gallium_dri.so free 0x5571735c84b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8570 0.000114
+gallium_dri.so free 0x5571735c8640 void 0.000116
+gallium_dri.so free 0x5571735c8570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8570 0.000114
+gallium_dri.so free 0x5571735c8700 void 0.000116
+gallium_dri.so free 0x5571735c8570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8570 0.000114
+gallium_dri.so free 0x5571735c87c0 void 0.000167
+gallium_dri.so free 0x5571735c8570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8770 0.000115
+gallium_dri.so free 0x5571735c8840 void 0.000115
+gallium_dri.so free 0x5571735c8770 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8890 0.000115
+gallium_dri.so free 0x5571735c8900 void 0.000116
+gallium_dri.so free 0x5571735c8890 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8920 0.000113
+gallium_dri.so free 0x5571735c89c0 void 0.000116
+gallium_dri.so free 0x5571735c8920 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8970 0.000113
+gallium_dri.so free 0x5571735c8a40 void 0.000114
+gallium_dri.so free 0x5571735c8970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8a40 0.000115
+gallium_dri.so free 0x5571735c8b00 void 0.000115
+gallium_dri.so free 0x5571735c8a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8a40 0.000113
+gallium_dri.so free 0x5571735c8b80 void 0.000114
+gallium_dri.so free 0x5571735c8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8b80 0.000113
+gallium_dri.so free 0x5571735c8c40 void 0.000115
+gallium_dri.so free 0x5571735c8b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8b80 0.000114
+gallium_dri.so free 0x5571735c8d00 void 0.000115
+gallium_dri.so free 0x5571735c8b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8b80 0.000114
+gallium_dri.so free 0x5571735c8dc0 void 0.000126
+gallium_dri.so free 0x5571735c8b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8d70 0.000114
+gallium_dri.so free 0x5571735c8e40 void 0.000117
+gallium_dri.so free 0x5571735c8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8e90 0.000115
+gallium_dri.so free 0x5571735c8f00 void 0.000116
+gallium_dri.so free 0x5571735c8e90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8f40 0.000114
+gallium_dri.so free 0x5571735c8fc0 void 0.000114
+gallium_dri.so free 0x5571735c8f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8f40 0.000113
+gallium_dri.so free 0x5571735c9040 void 0.000116
+gallium_dri.so free 0x5571735c8f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9070 0.000118
+gallium_dri.so free 0x5571735c90c0 void 0.000115
+gallium_dri.so free 0x5571735c9070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9070 0.000114
+gallium_dri.so free 0x5571735c91c0 void 0.000116
+gallium_dri.so free 0x5571735c9070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9170 0.000115
+gallium_dri.so free 0x5571735c9280 void 0.000114
+gallium_dri.so free 0x5571735c9170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9230 0.000114
+gallium_dri.so free 0x5571735c92c0 void 0.000115
+gallium_dri.so free 0x5571735c9230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9230 0.000114
+gallium_dri.so free 0x5571735c9380 void 0.000115
+gallium_dri.so free 0x5571735c9230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c93f0 0.000115
+gallium_dri.so free 0x5571735c9440 void 0.000115
+gallium_dri.so free 0x5571735c93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c93f0 0.000126
+gallium_dri.so free 0x557173462440 void 0.000117
+gallium_dri.so free 0x5571735c93f0 void 0.000113
+gallium_dri.so malloc 72 0x557173462490 0.000114
+gallium_dri.so free 0x557173462500 void 0.000115
+gallium_dri.so free 0x557173462490 void 0.000113
+gallium_dri.so malloc 72 0x557173462520 0.000113
+gallium_dri.so free 0x5571734625c0 void 0.000117
+gallium_dri.so free 0x557173462520 void 0.000114
+gallium_dri.so malloc 72 0x557173462570 0.000113
+gallium_dri.so free 0x557173462640 void 0.000115
+gallium_dri.so free 0x557173462570 void 0.000114
+gallium_dri.so malloc 72 0x557173462570 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000115
+gallium_dri.so free 0x557173462570 void 0.000114
+gallium_dri.so malloc 72 0x5571734626c0 0.000115
+gallium_dri.so free 0x557173462780 void 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734626c0 0.000116
+gallium_dri.so free 0x557173462880 void 0.000115
+gallium_dri.so free 0x5571734626c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734626c0 0.000115
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000120
+gallium_dri.so malloc 72 0x557173462930 0.000116
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so free 0x557173462930 void 0.000114
+gallium_dri.so malloc 72 0x557173462930 0.000114
+gallium_dri.so free 0x557173462a80 void 0.000114
+gallium_dri.so free 0x557173462930 void 0.000114
+gallium_dri.so malloc 72 0x557173462a30 0.000115
+gallium_dri.so free 0x557173462b40 void 0.000116
+gallium_dri.so free 0x557173462a30 void 0.000115
+gallium_dri.so malloc 72 0x557173462af0 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000115
+gallium_dri.so free 0x557173462af0 void 0.000114
+gallium_dri.so malloc 72 0x557173462af0 0.000115
+gallium_dri.so free 0x557173462c40 void 0.000115
+gallium_dri.so free 0x557173462af0 void 0.000115
+gallium_dri.so malloc 72 0x557173462c90 0.000115
+gallium_dri.so free 0x557173462d00 void 0.000115
+gallium_dri.so free 0x557173462c90 void 0.000115
+gallium_dri.so malloc 72 0x557173462d40 0.000113
+gallium_dri.so free 0x557173462dc0 void 0.000116
+gallium_dri.so free 0x557173462d40 void 0.000114
+gallium_dri.so malloc 72 0x557173462dc0 0.000115
+gallium_dri.so free 0x557173462e80 void 0.000115
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173462dc0 0.000113
+gallium_dri.so free 0x557173462f00 void 0.000118
+gallium_dri.so free 0x557173462dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173462f30 0.000115
+gallium_dri.so free 0x557173462f80 void 0.000116
+gallium_dri.so free 0x557173462f30 void 0.000114
+gallium_dri.so malloc 72 0x557173462f30 0.000113
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f30 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000114
+gallium_dri.so free 0x557173463140 void 0.000115
+gallium_dri.so free 0x557173463030 void 0.000115
+gallium_dri.so malloc 72 0x5571734630f0 0.000116
+gallium_dri.so free 0x5571734631c0 void 0.000115
+gallium_dri.so free 0x5571734630f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734631e0 0.000115
+gallium_dri.so free 0x557173463280 void 0.000116
+gallium_dri.so free 0x5571734631e0 void 0.000115
+gallium_dri.so malloc 72 0x557173463230 0.000115
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463230 void 0.000118
+gallium_dri.so malloc 72 0x557173463230 0.000114
+gallium_dri.so free 0x557173463380 void 0.000115
+gallium_dri.so free 0x557173463230 void 0.000114
+gallium_dri.so malloc 72 0x557173463380 0.000115
+gallium_dri.so free 0x557173463440 void 0.000115
+gallium_dri.so free 0x557173463380 void 0.000114
+gallium_dri.so malloc 72 0x557173463380 0.000114
+gallium_dri.so free 0x557173463500 void 0.000121
+gallium_dri.so free 0x557173463380 void 0.000115
+gallium_dri.so malloc 72 0x557173463380 0.000116
+gallium_dri.so free 0x5571734635c0 void 0.000116
+gallium_dri.so free 0x557173463380 void 0.000115
+gallium_dri.so malloc 72 0x557173463570 0.000114
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463570 void 0.000114
+gallium_dri.so malloc 72 0x557173463570 0.000113
+gallium_dri.so free 0x5571734636c0 void 0.000115
+gallium_dri.so free 0x557173463570 void 0.000114
+gallium_dri.so malloc 72 0x557173463670 0.000115
+gallium_dri.so free 0x557173463780 void 0.000116
+gallium_dri.so free 0x557173463670 void 0.000114
+gallium_dri.so malloc 72 0x557173463730 0.000115
+gallium_dri.so free 0x5571734637c0 void 0.000115
+gallium_dri.so free 0x557173463730 void 0.000115
+gallium_dri.so malloc 72 0x557173463730 0.000114
+gallium_dri.so free 0x557173463880 void 0.000115
+gallium_dri.so free 0x557173463730 void 0.000115
+gallium_dri.so malloc 72 0x5571734638c0 0.000114
+gallium_dri.so free 0x557173463940 void 0.000116
+gallium_dri.so free 0x5571734638c0 void 0.000115
+gallium_dri.so malloc 72 0x557173463940 0.000113
+gallium_dri.so free 0x557173463a00 void 0.000116
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so malloc 72 0x557173463940 0.000116
+gallium_dri.so free 0x557173463ac0 void 0.000115
+gallium_dri.so free 0x557173463940 void 0.000124
+gallium_dri.so malloc 72 0x557173463ae0 0.000115
+gallium_dri.so free 0x557173463b80 void 0.000115
+gallium_dri.so free 0x557173463ae0 void 0.000116
+gallium_dri.so malloc 72 0x557173463b30 0.000115
+gallium_dri.so free 0x557173463c00 void 0.000115
+gallium_dri.so free 0x557173463b30 void 0.000115
+gallium_dri.so malloc 72 0x557173463b30 0.000113
+gallium_dri.so free 0x557173463c80 void 0.000116
+gallium_dri.so free 0x557173463b30 void 0.000114
+gallium_dri.so malloc 72 0x557173463c80 0.000114
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000115
+gallium_dri.so malloc 72 0x557173463c80 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so free 0x557173463c80 void 0.000115
+gallium_dri.so malloc 72 0x557173463c80 0.000115
+gallium_dri.so free 0x557173463ec0 void 0.000117
+gallium_dri.so free 0x557173463c80 void 0.000113
+gallium_dri.so malloc 72 0x557173463e70 0.000115
+gallium_dri.so free 0x557173463f80 void 0.000114
+gallium_dri.so free 0x557173463e70 void 0.000115
+gallium_dri.so malloc 72 0x557173463f30 0.000114
+gallium_dri.so free 0x557173464000 void 0.000116
+gallium_dri.so free 0x557173463f30 void 0.000115
+gallium_dri.so malloc 72 0x557173464050 0.000114
+gallium_dri.so free 0x5571734640c0 void 0.000128
+gallium_dri.so free 0x557173464050 void 0.000116
+gallium_dri.so malloc 72 0x5571734640e0 0.000115
+gallium_dri.so free 0x557173464180 void 0.000116
+gallium_dri.so free 0x5571734640e0 void 0.000115
+gallium_dri.so malloc 72 0x557173464130 0.000115
+gallium_dri.so free 0x557173464200 void 0.000128
+gallium_dri.so free 0x557173464130 void 0.000117
+gallium_dri.so malloc 72 0x557173464130 0.000115
+gallium_dri.so free 0x557173464280 void 0.000115
+gallium_dri.so free 0x557173464130 void 0.000115
+gallium_dri.so malloc 72 0x557173464280 0.000114
+gallium_dri.so free 0x557173464340 void 0.000115
+gallium_dri.so free 0x557173464280 void 0.000115
+gallium_dri.so malloc 72 0x557173464280 0.000115
+gallium_dri.so free 0x557173464440 void 0.000114
+gallium_dri.so free 0x557173464280 void 0.000115
+gallium_dri.so malloc 72 0x5571734643f0 0.000115
+gallium_dri.so free 0x557173464480 void 0.000116
+gallium_dri.so free 0x5571734643f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734643f0 0.000113
+gallium_dri.so free 0x557173464540 void 0.000116
+gallium_dri.so free 0x5571734643f0 void 0.000114
+gallium_dri.so malloc 72 0x557173464580 0.000114
+gallium_dri.so free 0x557173464600 void 0.000115
+gallium_dri.so free 0x557173464580 void 0.000113
+gallium_dri.so malloc 72 0x557173464600 0.000119
+gallium_dri.so free 0x5571734646c0 void 0.000136
+gallium_dri.so free 0x557173464600 void 0.000129
+gallium_dri.so malloc 72 0x557173464600 0.000120
+gallium_dri.so free 0x557173464740 void 0.000116
+gallium_dri.so free 0x557173464600 void 0.000115
+gallium_dri.so malloc 72 0x557173464770 0.000115
+gallium_dri.so free 0x5571734647c0 void 0.000116
+gallium_dri.so free 0x557173464770 void 0.000114
+gallium_dri.so malloc 72 0x557173464770 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000116
+gallium_dri.so free 0x557173464770 void 0.000114
+gallium_dri.so malloc 72 0x557173464900 0.000115
+gallium_dri.so free 0x557173464980 void 0.000114
+gallium_dri.so free 0x557173464900 void 0.000114
+gallium_dri.so malloc 72 0x557173464980 0.000113
+gallium_dri.so free 0x557173464a40 void 0.000116
+gallium_dri.so free 0x557173464980 void 0.000113
+gallium_dri.so malloc 72 0x557173464980 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464980 void 0.000114
+gallium_dri.so malloc 72 0x557173464af0 0.000113
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so free 0x557173464af0 void 0.000114
+gallium_dri.so malloc 72 0x557173464af0 0.000113
+gallium_dri.so free 0x557173464c40 void 0.000114
+gallium_dri.so free 0x557173464af0 void 0.000112
+gallium_dri.so malloc 72 0x557173464bf0 0.000114
+gallium_dri.so free 0x557173464d00 void 0.000130
+gallium_dri.so free 0x557173464bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173464cb0 0.000115
+gallium_dri.so free 0x557173464d80 void 0.000114
+gallium_dri.so free 0x557173464cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464cb0 0.000115
+gallium_dri.so free 0x557173464e40 void 0.000115
+gallium_dri.so free 0x557173464cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464cb0 0.000113
+gallium_dri.so free 0x557173464f00 void 0.000116
+gallium_dri.so free 0x557173464cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464eb0 0.000116
+gallium_dri.so free 0x557173464f80 void 0.000115
+gallium_dri.so free 0x557173464eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464fd0 0.000113
+gallium_dri.so free 0x557173465040 void 0.000115
+gallium_dri.so free 0x557173464fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173465060 0.000115
+gallium_dri.so free 0x557173465100 void 0.000115
+gallium_dri.so free 0x557173465060 void 0.000114
+gallium_dri.so malloc 72 0x5571734650b0 0.000118
+gallium_dri.so free 0x557173465180 void 0.000114
+gallium_dri.so free 0x5571734650b0 void 0.000113
+gallium_dri.so malloc 72 0x557173465180 0.000115
+gallium_dri.so free 0x557173465240 void 0.000116
+gallium_dri.so free 0x557173465180 void 0.000114
+gallium_dri.so malloc 72 0x557173465180 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so free 0x557173465180 void 0.000114
+gallium_dri.so malloc 72 0x5571734652c0 0.000114
+gallium_dri.so free 0x557173465380 void 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734652c0 0.000118
+gallium_dri.so free 0x557173465440 void 0.000123
+gallium_dri.so free 0x5571734652c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734652c0 0.000114
+gallium_dri.so free 0x557173465500 void 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734654b0 0.000118
+gallium_dri.so free 0x557173465580 void 0.000115
+gallium_dri.so free 0x5571734654b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734655d0 0.000121
+gallium_dri.so free 0x557173465640 void 0.000124
+gallium_dri.so free 0x5571734655d0 void 0.000125
+gallium_dri.so malloc 72 0x557173465680 0.000125
+gallium_dri.so free 0x557173465700 void 0.000125
+gallium_dri.so free 0x557173465680 void 0.000123
+gallium_dri.so malloc 72 0x557173465680 0.000119
+gallium_dri.so free 0x557173465780 void 0.000116
+gallium_dri.so free 0x557173465680 void 0.000120
+gallium_dri.so malloc 72 0x5571734657b0 0.000124
+gallium_dri.so free 0x557173465800 void 0.000175
+gallium_dri.so free 0x5571734657b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734657b0 0.000123
+gallium_dri.so free 0x557173465900 void 0.000125
+gallium_dri.so free 0x5571734657b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734658b0 0.000125
+gallium_dri.so free 0x5571734659c0 void 0.000124
+gallium_dri.so free 0x5571734658b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465970 0.000124
+gallium_dri.so free 0x557173465a00 void 0.000122
+gallium_dri.so free 0x557173465970 void 0.000125
+gallium_dri.so malloc 72 0x557173465970 0.000127
+gallium_dri.so free 0x557173465ac0 void 0.000124
+gallium_dri.so free 0x557173465970 void 0.000124
+gallium_dri.so malloc 72 0x557173465b30 0.000120
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so free 0x557173465b30 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000119
+gallium_dri.so free 0x557173465c80 void 0.000115
+gallium_dri.so free 0x557173465b30 void 0.000114
+gallium_dri.so malloc 72 0x557173465c30 0.000119
+gallium_dri.so free 0x557173465d40 void 0.000125
+gallium_dri.so free 0x557173465c30 void 0.000126
+gallium_dri.so malloc 72 0x557173465cf0 0.000120
+gallium_dri.so free 0x557173465d80 void 0.000116
+gallium_dri.so free 0x557173465cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173465cf0 0.000123
+gallium_dri.so free 0x557173465e40 void 0.000145
+gallium_dri.so free 0x557173465cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173465e80 0.000124
+gallium_dri.so free 0x557173465f00 void 0.000120
+gallium_dri.so free 0x557173465e80 void 0.000119
+gallium_dri.so malloc 72 0x557173465f00 0.000124
+gallium_dri.so free 0x557173465fc0 void 0.000124
+gallium_dri.so free 0x557173465f00 void 0.000126
+gallium_dri.so malloc 72 0x557173465f00 0.000124
+gallium_dri.so free 0x557173466080 void 0.000125
+gallium_dri.so free 0x557173465f00 void 0.000119
+gallium_dri.so malloc 72 0x5571734660a0 0.000120
+gallium_dri.so free 0x557173466140 void 0.000124
+gallium_dri.so free 0x5571734660a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734660f0 0.000119
+gallium_dri.so free 0x5571734661c0 void 0.000122
+gallium_dri.so free 0x5571734660f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734660f0 0.000121
+gallium_dri.so free 0x557173466240 void 0.000119
+gallium_dri.so free 0x5571734660f0 void 0.000114
+gallium_dri.so malloc 72 0x557173466240 0.000122
+gallium_dri.so free 0x557173466300 void 0.000120
+gallium_dri.so free 0x557173466240 void 0.000126
+gallium_dri.so malloc 72 0x557173466240 0.000124
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so free 0x557173466240 void 0.000117
+gallium_dri.so malloc 72 0x557173466240 0.000120
+gallium_dri.so free 0x557173466480 void 0.000154
+gallium_dri.so free 0x557173466240 void 0.000127
+gallium_dri.so malloc 72 0x557173466430 0.000136
+gallium_dri.so free 0x557173466540 void 0.000133
+gallium_dri.so free 0x557173466430 void 0.000132
+gallium_dri.so malloc 72 0x5571734664f0 0.000132
+gallium_dri.so free 0x5571734665c0 void 0.000123
+gallium_dri.so free 0x5571734664f0 void 0.000130
+gallium_dri.so malloc 72 0x557173466610 0.000125
+gallium_dri.so free 0x557173466680 void 0.000123
+gallium_dri.so free 0x557173466610 void 0.000120
+gallium_dri.so malloc 72 0x5571734666a0 0.000121
+gallium_dri.so free 0x557173466740 void 0.000122
+gallium_dri.so free 0x5571734666a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734666f0 0.000125
+gallium_dri.so free 0x5571734667c0 void 0.000132
+gallium_dri.so free 0x5571734666f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734666f0 0.000141
+gallium_dri.so free 0x557173466840 void 0.000128
+gallium_dri.so free 0x5571734666f0 void 0.000125
+gallium_dri.so malloc 72 0x557173466840 0.000130
+gallium_dri.so free 0x557173466900 void 0.000132
+gallium_dri.so free 0x557173466840 void 0.000125
+gallium_dri.so malloc 72 0x557173466840 0.000126
+gallium_dri.so free 0x557173466a00 void 0.000125
+gallium_dri.so free 0x557173466840 void 0.000126
+gallium_dri.so malloc 72 0x5571734669b0 0.000130
+gallium_dri.so free 0x557173466a40 void 0.000130
+gallium_dri.so free 0x5571734669b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734669b0 0.000129
+gallium_dri.so free 0x557173466b00 void 0.000125
+gallium_dri.so free 0x5571734669b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466b40 0.000121
+gallium_dri.so free 0x557173466bc0 void 0.000121
+gallium_dri.so free 0x557173466b40 void 0.000120
+gallium_dri.so malloc 72 0x557173466bc0 0.000126
+gallium_dri.so free 0x557173466c80 void 0.000131
+gallium_dri.so free 0x557173466bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173466bc0 0.000125
+gallium_dri.so free 0x557173466d00 void 0.000124
+gallium_dri.so free 0x557173466bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173466d30 0.000132
+gallium_dri.so free 0x557173466d80 void 0.000158
+gallium_dri.so free 0x557173466d30 void 0.000154
+gallium_dri.so malloc 72 0x557173466d30 0.000155
+gallium_dri.so free 0x557173466e80 void 0.000155
+gallium_dri.so free 0x557173466d30 void 0.000154
+gallium_dri.so malloc 72 0x557173466ec0 0.000153
+gallium_dri.so free 0x557173466f40 void 0.000154
+gallium_dri.so free 0x557173466ec0 void 0.000154
+gallium_dri.so malloc 72 0x557173466f40 0.000152
+gallium_dri.so free 0x557173467000 void 0.000154
+gallium_dri.so free 0x557173466f40 void 0.000154
+gallium_dri.so malloc 72 0x557173466f40 0.000154
+gallium_dri.so free 0x557173467080 void 0.000156
+gallium_dri.so free 0x557173466f40 void 0.000153
+gallium_dri.so malloc 72 0x5571734670b0 0.000153
+gallium_dri.so free 0x557173467100 void 0.000156
+gallium_dri.so free 0x5571734670b0 void 0.000152
+gallium_dri.so malloc 72 0x5571734670b0 0.000153
+gallium_dri.so free 0x557173467200 void 0.000157
+gallium_dri.so free 0x5571734670b0 void 0.000153
+gallium_dri.so malloc 72 0x5571734671b0 0.000169
+gallium_dri.so free 0x5571734672c0 void 0.000155
+gallium_dri.so free 0x5571734671b0 void 0.000151
+gallium_dri.so malloc 72 0x557173467270 0.000161
+gallium_dri.so free 0x557173467340 void 0.000129
+gallium_dri.so free 0x557173467270 void 0.000115
+gallium_dri.so malloc 72 0x557173467270 0.000114
+gallium_dri.so free 0x557173467400 void 0.000117
+gallium_dri.so free 0x557173467270 void 0.000114
+gallium_dri.so malloc 72 0x557173467270 0.000115
+gallium_dri.so free 0x5571734674c0 void 0.000115
+gallium_dri.so free 0x557173467270 void 0.000113
+gallium_dri.so malloc 72 0x557173467470 0.000114
+gallium_dri.so free 0x557173467540 void 0.000118
+gallium_dri.so free 0x557173467470 void 0.000119
+gallium_dri.so malloc 72 0x557173467590 0.000114
+gallium_dri.so free 0x557173467600 void 0.000115
+gallium_dri.so free 0x557173467590 void 0.000116
+gallium_dri.so malloc 72 0x557173467620 0.000114
+gallium_dri.so free 0x5571734676c0 void 0.000115
+gallium_dri.so free 0x557173467620 void 0.000113
+gallium_dri.so malloc 72 0x557173467670 0.000116
+gallium_dri.so free 0x557173467740 void 0.000117
+gallium_dri.so free 0x557173467670 void 0.000113
+gallium_dri.so malloc 72 0x557173467740 0.000115
+gallium_dri.so free 0x557173467800 void 0.000115
+gallium_dri.so free 0x557173467740 void 0.000118
+gallium_dri.so malloc 72 0x557173467740 0.000114
+gallium_dri.so free 0x557173467880 void 0.000116
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so malloc 72 0x557173467880 0.000115
+gallium_dri.so free 0x557173467940 void 0.000116
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so malloc 72 0x557173467880 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so malloc 72 0x557173467880 0.000114
+gallium_dri.so free 0x5571735eb440 void 0.000115
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb480 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000116
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so free 0x5571735eb500 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb770 0.000115
+gallium_dri.so free 0x5571735eb840 void 0.000116
+gallium_dri.so free 0x5571735eb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb890 0.000114
+gallium_dri.so free 0x5571735eb900 void 0.000116
+gallium_dri.so free 0x5571735eb890 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb920 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb920 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb970 0.000116
+gallium_dri.so free 0x5571735eba40 void 0.000116
+gallium_dri.so free 0x5571735eb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb970 0.000114
+gallium_dri.so free 0x5571735ebb40 void 0.000115
+gallium_dri.so free 0x5571735eb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000115
+gallium_dri.so free 0x5571735ebbc0 void 0.000116
+gallium_dri.so free 0x5571735ebaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc10 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000116
+gallium_dri.so free 0x5571735ebc10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebca0 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000116
+gallium_dri.so free 0x5571735ebca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000127
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebe40 0.000115
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe40 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000116
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe40 0.000115
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000116
+gallium_dri.so free 0x5571735ec0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000114
+gallium_dri.so free 0x5571735ec200 void 0.000118
+gallium_dri.so free 0x5571735ec0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000114
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so free 0x5571735ec270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec270 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec270 void 0.000157
+gallium_dri.so malloc 72 0x5571735ec410 0.000116
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so free 0x5571735ec410 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec540 0.000114
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec540 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000114
+gallium_dri.so free 0x5571735ec6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000116
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000115
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec870 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000116
+gallium_dri.so free 0x5571735ec870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec960 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec960 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000116
+gallium_dri.so free 0x5571735eca80 void 0.000116
+gallium_dri.so free 0x5571735ec9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735ecb00 void 0.000115
+gallium_dri.so free 0x5571735ec9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb00 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000116
+gallium_dri.so free 0x5571735ecb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb00 0.000114
+gallium_dri.so free 0x5571735ecc80 void 0.000117
+gallium_dri.so free 0x5571735ecb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb00 0.000115
+gallium_dri.so free 0x5571735ecd40 void 0.000116
+gallium_dri.so free 0x5571735ecb00 void 0.000122
+gallium_dri.so malloc 72 0x5571735eccf0 0.000115
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735eccf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eccf0 0.000114
+gallium_dri.so free 0x5571735ece40 void 0.000116
+gallium_dri.so free 0x5571735eccf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000115
+gallium_dri.so free 0x5571735ecf00 void 0.000115
+gallium_dri.so free 0x5571735ecdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eceb0 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x5571735eceb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eceb0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735eceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed040 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000115
+gallium_dri.so free 0x5571735ed180 void 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000116
+gallium_dri.so free 0x5571735ed240 void 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed260 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000117
+gallium_dri.so free 0x5571735ed260 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed400 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000165
+gallium_dri.so malloc 72 0x5571735ed400 0.000115
+gallium_dri.so free 0x5571735ed640 void 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000115
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so free 0x5571735ed5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000115
+gallium_dri.so free 0x5571735ed7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed860 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed860 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed980 void 0.000113
+gallium_dri.so free 0x5571735ed8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000117
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda00 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735eda00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda00 0.000115
+gallium_dri.so free 0x5571735edbc0 void 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000131
+gallium_dri.so malloc 72 0x5571735edb70 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000121
+gallium_dri.so free 0x5571735edb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb70 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd00 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000116
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd80 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735edef0 0.000114
+gallium_dri.so free 0x5571735edf40 void 0.000118
+gallium_dri.so free 0x5571735edef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edef0 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so free 0x5571735edef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee080 0.000115
+gallium_dri.so free 0x5571735ee100 void 0.000116
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee100 0.000114
+gallium_dri.so free 0x5571735ee1c0 void 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee100 0.000115
+gallium_dri.so free 0x5571735ee240 void 0.000116
+gallium_dri.so free 0x5571735ee100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee270 0.000113
+gallium_dri.so free 0x5571735ee2c0 void 0.000115
+gallium_dri.so free 0x5571735ee270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee270 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000116
+gallium_dri.so free 0x5571735ee270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000114
+gallium_dri.so free 0x5571735ee480 void 0.000115
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee430 0.000116
+gallium_dri.so free 0x5571735ee500 void 0.000115
+gallium_dri.so free 0x5571735ee430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee430 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000115
+gallium_dri.so free 0x5571735ee430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee430 0.000115
+gallium_dri.so free 0x5571735ee680 void 0.000115
+gallium_dri.so free 0x5571735ee430 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee750 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000116
+gallium_dri.so free 0x5571735ee750 void 0.000166
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000116
+gallium_dri.so free 0x5571735ee880 void 0.000115
+gallium_dri.so free 0x5571735ee7e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee830 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000116
+gallium_dri.so free 0x5571735ee830 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee900 0.000114
+gallium_dri.so free 0x5571735ee9c0 void 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee900 0.000115
+gallium_dri.so free 0x5571735eea40 void 0.000115
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea40 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000115
+gallium_dri.so free 0x5571735eea40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea40 0.000116
+gallium_dri.so free 0x5571735eec80 void 0.000116
+gallium_dri.so free 0x5571735eea40 void 0.000174
+gallium_dri.so malloc 72 0x5571735eec30 0.000194
+gallium_dri.so free 0x5571735eed00 void 0.000158
+gallium_dri.so free 0x5571735eec30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed50 0.000129
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eed50 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee00 0.000115
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eee00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee00 0.000114
+gallium_dri.so free 0x5571735eef00 void 0.000117
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef30 0.000114
+gallium_dri.so free 0x5571735eef80 void 0.000115
+gallium_dri.so free 0x5571735eef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef30 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735ef030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000117
+gallium_dri.so free 0x5571735ef0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000114
+gallium_dri.so free 0x5571735ef400 void 0.000117
+gallium_dri.so free 0x5571735ef2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef4c0 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef470 0.000116
+gallium_dri.so free 0x5571735ef500 void 0.000117
+gallium_dri.so free 0x5571735ef470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef470 0.000116
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef600 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef680 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef680 0.000115
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef820 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000116
+gallium_dri.so free 0x5571735ef820 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef870 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef870 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000126
+gallium_dri.so free 0x5571735ef870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000115
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd90 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000116
+gallium_dri.so free 0x5571735efd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe20 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000116
+gallium_dri.so free 0x5571735efe20 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000115
+gallium_dri.so free 0x5571735eff40 void 0.000116
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000116
+gallium_dri.so free 0x5571735effc0 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735effc0 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so free 0x5571735effc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735effc0 0.000114
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f01c0 void 0.000113
+gallium_dri.so free 0x5571735f0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000112
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02c0 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0340 0.000112
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0340 0.000112
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000112
+gallium_dri.so malloc 72 0x5571735f04b0 0.000114
+gallium_dri.so free 0x5571735f0500 void 0.000113
+gallium_dri.so free 0x5571735f04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f04b0 0.000112
+gallium_dri.so free 0x5571735f0600 void 0.000149
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0640 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06c0 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f06c0 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0830 0.000114
+gallium_dri.so free 0x5571735f0880 void 0.000115
+gallium_dri.so free 0x5571735f0830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0830 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000117
+gallium_dri.so free 0x5571735f0830 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0930 0.000119
+gallium_dri.so free 0x5571735f0a40 void 0.000116
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09f0 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09f0 0.000114
+gallium_dri.so free 0x5571735f0b80 void 0.000117
+gallium_dri.so free 0x5571735f09f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f09f0 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000126
+gallium_dri.so free 0x5571735f09f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000116
+gallium_dri.so free 0x5571735f0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d10 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000116
+gallium_dri.so free 0x5571735f0d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0da0 0.000113
+gallium_dri.so free 0x5571735f0e40 void 0.000116
+gallium_dri.so free 0x5571735f0da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so free 0x5571735f0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000116
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000116
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1000 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1000 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000116
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1000 0.000115
+gallium_dri.so free 0x5571735f1240 void 0.000122
+gallium_dri.so free 0x5571735f1000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f11f0 0.000119
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so free 0x5571735f11f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1310 0.000116
+gallium_dri.so free 0x5571735f1380 void 0.000117
+gallium_dri.so free 0x5571735f1310 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13c0 0.000117
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13c0 0.000114
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14f0 0.000115
+gallium_dri.so free 0x5571735f1540 void 0.000113
+gallium_dri.so free 0x5571735f14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14f0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f16b0 0.000125
+gallium_dri.so free 0x5571735f1740 void 0.000123
+gallium_dri.so free 0x5571735f16b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f16b0 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000168
+gallium_dri.so free 0x5571735f16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1870 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1870 0.000116
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000116
+gallium_dri.so free 0x5571735f1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a30 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bc0 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c40 0.000115
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c40 0.000115
+gallium_dri.so free 0x5571735f1dc0 void 0.000116
+gallium_dri.so free 0x5571735f1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1de0 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000118
+gallium_dri.so free 0x5571735f1de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e30 0.000112
+gallium_dri.so free 0x5571735f1f00 void 0.000112
+gallium_dri.so free 0x5571735f1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e30 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000125
+gallium_dri.so free 0x5571735f1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1f80 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000115
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so free 0x5571735f1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1f80 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2170 0.000123
+gallium_dri.so free 0x5571735f2280 void 0.000123
+gallium_dri.so free 0x5571735f2170 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2230 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000123
+gallium_dri.so free 0x5571735f2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2350 0.000120
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2350 void 0.000118
+gallium_dri.so malloc 72 0x5571735f23e0 0.000122
+gallium_dri.so free 0x5571735f2480 void 0.000121
+gallium_dri.so free 0x5571735f23e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2580 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000122
+gallium_dri.so free 0x5571735f2580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2580 0.000121
+gallium_dri.so free 0x5571735f2740 void 0.000122
+gallium_dri.so free 0x5571735f2580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f26f0 0.000120
+gallium_dri.so free 0x5571735f2780 void 0.000121
+gallium_dri.so free 0x5571735f26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f26f0 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2880 0.000117
+gallium_dri.so free 0x5571735f2900 void 0.000122
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2900 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000186
+gallium_dri.so free 0x5571735f2900 void 0.000140
+gallium_dri.so malloc 72 0x5571735f2900 0.000137
+gallium_dri.so free 0x5571735f2a40 void 0.000143
+gallium_dri.so free 0x5571735f2900 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2a70 0.000119
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a70 0.000122
+gallium_dri.so free 0x5571735f2bc0 void 0.000120
+gallium_dri.so free 0x5571735f2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c00 0.000121
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c80 0.000122
+gallium_dri.so free 0x5571735f2d40 void 0.000121
+gallium_dri.so free 0x5571735f2c80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2c80 0.000122
+gallium_dri.so free 0x5571735f2dc0 void 0.000121
+gallium_dri.so free 0x5571735f2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2df0 0.000121
+gallium_dri.so free 0x5571735f2e40 void 0.000121
+gallium_dri.so free 0x5571735f2df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2df0 0.000122
+gallium_dri.so free 0x5571735f2f40 void 0.000122
+gallium_dri.so free 0x5571735f2df0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000134
+gallium_dri.so free 0x5571735f3000 void 0.000134
+gallium_dri.so free 0x5571735f2ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000137
+gallium_dri.so free 0x5571735f3080 void 0.000133
+gallium_dri.so free 0x5571735f2fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000131
+gallium_dri.so free 0x5571735f3140 void 0.000134
+gallium_dri.so free 0x5571735f2fb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000133
+gallium_dri.so free 0x5571735f3200 void 0.000134
+gallium_dri.so free 0x5571735f2fb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f31b0 0.000134
+gallium_dri.so free 0x5571735f3280 void 0.000134
+gallium_dri.so free 0x5571735f31b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f32d0 0.000134
+gallium_dri.so free 0x5571735f3340 void 0.000143
+gallium_dri.so free 0x5571735f32d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3360 0.000132
+gallium_dri.so free 0x5571735f3400 void 0.000128
+gallium_dri.so free 0x5571735f3360 void 0.000126
+gallium_dri.so malloc 72 0x5571735f33b0 0.000125
+gallium_dri.so free 0x5571735f3480 void 0.000124
+gallium_dri.so free 0x5571735f33b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f3480 0.000197
+gallium_dri.so free 0x5571735f3540 void 0.000157
+gallium_dri.so free 0x5571735f3480 void 0.000153
+gallium_dri.so malloc 72 0x5571735f3480 0.000158
+gallium_dri.so free 0x5571735f35c0 void 0.000189
+gallium_dri.so free 0x5571735f3480 void 0.000207
+gallium_dri.so malloc 72 0x5571735f35c0 0.000243
+gallium_dri.so free 0x5571735da8c0 void 0.000240
+gallium_dri.so free 0x5571735f35c0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f35c0 0.000238
+gallium_dri.so free 0x5571735da940 void 0.000204
+gallium_dri.so free 0x5571735f35c0 void 0.000187
+gallium_dri.so malloc 72 0x5571735da970 0.000238
+gallium_dri.so free 0x5571735da9c0 void 0.000209
+gallium_dri.so free 0x5571735da970 void 0.000184
+gallium_dri.so malloc 72 0x5571735da970 0.000241
+gallium_dri.so free 0x5571735daac0 void 0.000245
+gallium_dri.so free 0x5571735da970 void 0.000239
+gallium_dri.so malloc 72 0x5571735daa70 0.000206
+gallium_dri.so free 0x5571735dab80 void 0.000188
+gallium_dri.so free 0x5571735daa70 void 0.000290
+gallium_dri.so malloc 72 0x5571735dab30 0.000184
+gallium_dri.so free 0x5571735dac00 void 0.000183
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac20 0.000112
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac20 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac70 0.000111
+gallium_dri.so free 0x5571735dad40 void 0.000112
+gallium_dri.so free 0x5571735dac70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac70 0.000111
+gallium_dri.so free 0x5571735dadc0 void 0.000112
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadc0 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000111
+gallium_dri.so free 0x5571735dadc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dadc0 0.000111
+gallium_dri.so free 0x5571735daf40 void 0.000111
+gallium_dri.so free 0x5571735dadc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dadc0 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000112
+gallium_dri.so free 0x5571735dadc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafb0 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000111
+gallium_dri.so free 0x5571735dafb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafb0 0.000111
+gallium_dri.so free 0x5571735db100 void 0.000111
+gallium_dri.so free 0x5571735dafb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db0b0 0.000111
+gallium_dri.so free 0x5571735db1c0 void 0.000111
+gallium_dri.so free 0x5571735db0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db170 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so free 0x5571735db170 void 0.000111
+gallium_dri.so malloc 72 0x5571735db170 0.000208
+gallium_dri.so free 0x5571735db2c0 void 0.000209
+gallium_dri.so free 0x5571735db170 void 0.000294
+gallium_dri.so malloc 72 0x5571735db300 0.000159
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so free 0x5571735db300 void 0.000118
+gallium_dri.so malloc 72 0x5571735db380 0.000118
+gallium_dri.so free 0x5571735db440 void 0.000117
+gallium_dri.so free 0x5571735db380 void 0.000122
+gallium_dri.so malloc 72 0x5571735db380 0.000121
+gallium_dri.so free 0x5571735db500 void 0.000122
+gallium_dri.so free 0x5571735db380 void 0.000120
+gallium_dri.so malloc 72 0x5571735db520 0.000124
+gallium_dri.so free 0x5571735db5c0 void 0.000125
+gallium_dri.so free 0x5571735db520 void 0.000120
+gallium_dri.so malloc 72 0x5571735db570 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so free 0x5571735db570 void 0.000122
+gallium_dri.so malloc 72 0x5571735db570 0.000118
+gallium_dri.so free 0x5571735db6c0 void 0.000123
+gallium_dri.so free 0x5571735db570 void 0.000124
+gallium_dri.so malloc 72 0x5571735db6c0 0.000119
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6c0 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6c0 0.000121
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db8b0 0.000130
+gallium_dri.so free 0x5571735db9c0 void 0.000126
+gallium_dri.so free 0x5571735db8b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735db970 0.000126
+gallium_dri.so free 0x5571735dba40 void 0.000127
+gallium_dri.so free 0x5571735db970 void 0.000131
+gallium_dri.so malloc 72 0x5571735dba90 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000184
+gallium_dri.so free 0x5571735dba90 void 0.000188
+gallium_dri.so malloc 72 0x5571735dbb20 0.000188
+gallium_dri.so free 0x5571735dbbc0 void 0.000162
+gallium_dri.so free 0x5571735dbb20 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb70 0.000131
+gallium_dri.so free 0x5571735dbc40 void 0.000126
+gallium_dri.so free 0x5571735dbb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb70 0.000130
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000124
+gallium_dri.so free 0x5571735dbd80 void 0.000126
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000132
+gallium_dri.so free 0x5571735dbe80 void 0.000139
+gallium_dri.so free 0x5571735dbcc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbe30 0.000131
+gallium_dri.so free 0x5571735dbec0 void 0.000126
+gallium_dri.so free 0x5571735dbe30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbe30 0.000121
+gallium_dri.so free 0x5571735dbf80 void 0.000127
+gallium_dri.so free 0x5571735dbe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000126
+gallium_dri.so free 0x5571735dc040 void 0.000121
+gallium_dri.so free 0x5571735dbfc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc040 0.000131
+gallium_dri.so free 0x5571735dc100 void 0.000131
+gallium_dri.so free 0x5571735dc040 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc040 0.000121
+gallium_dri.so free 0x5571735dc180 void 0.000127
+gallium_dri.so free 0x5571735dc040 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000130
+gallium_dri.so free 0x5571735dc200 void 0.000131
+gallium_dri.so free 0x5571735dc1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000131
+gallium_dri.so free 0x5571735dc300 void 0.000143
+gallium_dri.so free 0x5571735dc1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc340 0.000131
+gallium_dri.so free 0x5571735dc3c0 void 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000131
+gallium_dri.so free 0x5571735dc480 void 0.000131
+gallium_dri.so free 0x5571735dc3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000127
+gallium_dri.so free 0x5571735dc500 void 0.000130
+gallium_dri.so free 0x5571735dc3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc530 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000127
+gallium_dri.so free 0x5571735dc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc530 0.000130
+gallium_dri.so free 0x5571735dc680 void 0.000131
+gallium_dri.so free 0x5571735dc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc630 0.000131
+gallium_dri.so free 0x5571735dc740 void 0.000131
+gallium_dri.so free 0x5571735dc630 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000123
+gallium_dri.so free 0x5571735dc7c0 void 0.000133
+gallium_dri.so free 0x5571735dc6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000126
+gallium_dri.so free 0x5571735dc880 void 0.000121
+gallium_dri.so free 0x5571735dc6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000129
+gallium_dri.so free 0x5571735dc940 void 0.000124
+gallium_dri.so free 0x5571735dc6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000129
+gallium_dri.so free 0x5571735dc9c0 void 0.000130
+gallium_dri.so free 0x5571735dc8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dca10 0.000125
+gallium_dri.so free 0x5571735dca80 void 0.000126
+gallium_dri.so free 0x5571735dca10 void 0.000170
+gallium_dri.so malloc 72 0x5571735dcaa0 0.000130
+gallium_dri.so free 0x5571735dcb40 void 0.000125
+gallium_dri.so free 0x5571735dcaa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000121
+gallium_dri.so free 0x5571735dcbc0 void 0.000126
+gallium_dri.so free 0x5571735dcaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000130
+gallium_dri.so free 0x5571735dcc80 void 0.000131
+gallium_dri.so free 0x5571735dcbc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000130
+gallium_dri.so free 0x5571735dcd00 void 0.000133
+gallium_dri.so free 0x5571735dcbc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcd00 0.000126
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dcd00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcd00 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so free 0x5571735dcd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcd00 0.000131
+gallium_dri.so free 0x5571735dcf40 void 0.000130
+gallium_dri.so free 0x5571735dcd00 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcef0 0.000127
+gallium_dri.so free 0x5571735dcfc0 void 0.000130
+gallium_dri.so free 0x5571735dcef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd010 0.000130
+gallium_dri.so free 0x5571735dd080 void 0.000130
+gallium_dri.so free 0x5571735dd010 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000131
+gallium_dri.so free 0x5571735dd140 void 0.000129
+gallium_dri.so free 0x5571735dd0c0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000131
+gallium_dri.so free 0x5571735dd1c0 void 0.000194
+gallium_dri.so free 0x5571735dd0c0 void 0.000195
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000167
+gallium_dri.so free 0x5571735dd240 void 0.000166
+gallium_dri.so free 0x5571735dd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000131
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so free 0x5571735dd1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000132
+gallium_dri.so free 0x5571735dd400 void 0.000131
+gallium_dri.so free 0x5571735dd2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000121
+gallium_dri.so free 0x5571735dd440 void 0.000128
+gallium_dri.so free 0x5571735dd3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000126
+gallium_dri.so free 0x5571735dd500 void 0.000139
+gallium_dri.so free 0x5571735dd3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd570 0.000141
+gallium_dri.so free 0x5571735dd5c0 void 0.000163
+gallium_dri.so free 0x5571735dd570 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd570 0.000131
+gallium_dri.so free 0x5571735dd6c0 void 0.000130
+gallium_dri.so free 0x5571735dd570 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd670 0.000130
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so free 0x5571735dd670 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd730 0.000130
+gallium_dri.so free 0x5571735dd7c0 void 0.000125
+gallium_dri.so free 0x5571735dd730 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd730 0.000126
+gallium_dri.so free 0x5571735dd880 void 0.000125
+gallium_dri.so free 0x5571735dd730 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000131
+gallium_dri.so free 0x5571735dd940 void 0.000130
+gallium_dri.so free 0x5571735dd8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd940 0.000122
+gallium_dri.so free 0x5571735dda00 void 0.000127
+gallium_dri.so free 0x5571735dd940 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd940 0.000128
+gallium_dri.so free 0x5571735ddac0 void 0.000145
+gallium_dri.so free 0x5571735dd940 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddae0 0.000131
+gallium_dri.so free 0x5571735ddb80 void 0.000133
+gallium_dri.so free 0x5571735ddae0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddb30 0.000128
+gallium_dri.so free 0x5571735ddc00 void 0.000131
+gallium_dri.so free 0x5571735ddb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddb30 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000125
+gallium_dri.so free 0x5571735ddb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddc80 0.000128
+gallium_dri.so free 0x5571735ddd40 void 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddc80 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddc80 0.000124
+gallium_dri.so free 0x5571735ddec0 void 0.000128
+gallium_dri.so free 0x5571735ddc80 void 0.000171
+gallium_dri.so malloc 72 0x5571735dde70 0.000165
+gallium_dri.so free 0x5571735ddf80 void 0.000167
+gallium_dri.so free 0x5571735dde70 void 0.000166
+gallium_dri.so malloc 72 0x5571735ddf30 0.000168
+gallium_dri.so free 0x5571735de000 void 0.000160
+gallium_dri.so free 0x5571735ddf30 void 0.000159
+gallium_dri.so malloc 72 0x5571735de050 0.000166
+gallium_dri.so free 0x5571735de0c0 void 0.000165
+gallium_dri.so free 0x5571735de050 void 0.000206
+gallium_dri.so malloc 72 0x5571735de0e0 0.000167
+gallium_dri.so free 0x5571735de180 void 0.000165
+gallium_dri.so free 0x5571735de0e0 void 0.000166
+gallium_dri.so malloc 72 0x5571735de130 0.000169
+gallium_dri.so free 0x5571735de200 void 0.000133
+gallium_dri.so free 0x5571735de130 void 0.000131
+gallium_dri.so malloc 72 0x5571735de130 0.000126
+gallium_dri.so free 0x5571735de280 void 0.000135
+gallium_dri.so free 0x5571735de130 void 0.000122
+gallium_dri.so malloc 72 0x5571735de280 0.000121
+gallium_dri.so free 0x5571735de340 void 0.000121
+gallium_dri.so free 0x5571735de280 void 0.000125
+gallium_dri.so malloc 72 0x5571735de280 0.000131
+gallium_dri.so free 0x5571735de440 void 0.000131
+gallium_dri.so free 0x5571735de280 void 0.000127
+gallium_dri.so malloc 72 0x5571735de3f0 0.000128
+gallium_dri.so free 0x5571735de480 void 0.000132
+gallium_dri.so free 0x5571735de3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de3f0 0.000123
+gallium_dri.so free 0x5571735de540 void 0.000121
+gallium_dri.so free 0x5571735de3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de580 0.000149
+gallium_dri.so free 0x5571735de600 void 0.000131
+gallium_dri.so free 0x5571735de580 void 0.000130
+gallium_dri.so malloc 72 0x5571735de600 0.000125
+gallium_dri.so free 0x5571735de6c0 void 0.000122
+gallium_dri.so free 0x5571735de600 void 0.000126
+gallium_dri.so malloc 72 0x5571735de600 0.000132
+gallium_dri.so free 0x5571735de740 void 0.000131
+gallium_dri.so free 0x5571735de600 void 0.000156
+gallium_dri.so malloc 72 0x5571735de770 0.000166
+gallium_dri.so free 0x5571735de7c0 void 0.000132
+gallium_dri.so free 0x5571735de770 void 0.000132
+gallium_dri.so malloc 72 0x5571735de770 0.000131
+gallium_dri.so free 0x5571735de8c0 void 0.000131
+gallium_dri.so free 0x5571735de770 void 0.000132
+gallium_dri.so malloc 72 0x5571735de900 0.000125
+gallium_dri.so free 0x5571735de980 void 0.000127
+gallium_dri.so free 0x5571735de900 void 0.000131
+gallium_dri.so malloc 72 0x5571735de980 0.000130
+gallium_dri.so free 0x5571735dea40 void 0.000124
+gallium_dri.so free 0x5571735de980 void 0.000127
+gallium_dri.so malloc 72 0x5571735de980 0.000127
+gallium_dri.so free 0x5571735deac0 void 0.000131
+gallium_dri.so free 0x5571735de980 void 0.000134
+gallium_dri.so malloc 72 0x5571735deaf0 0.000136
+gallium_dri.so free 0x5571735deb40 void 0.000136
+gallium_dri.so free 0x5571735deaf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735deaf0 0.000136
+gallium_dri.so free 0x5571735dec40 void 0.000132
+gallium_dri.so free 0x5571735deaf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735debf0 0.000131
+gallium_dri.so free 0x5571735ded00 void 0.000133
+gallium_dri.so free 0x5571735debf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735decb0 0.000127
+gallium_dri.so free 0x5571735ded80 void 0.000128
+gallium_dri.so free 0x5571735decb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735decb0 0.000125
+gallium_dri.so free 0x5571735dee40 void 0.000124
+gallium_dri.so free 0x5571735decb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735decb0 0.000131
+gallium_dri.so free 0x5571735def00 void 0.000131
+gallium_dri.so free 0x5571735decb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735deeb0 0.000132
+gallium_dri.so free 0x5571735def80 void 0.000131
+gallium_dri.so free 0x5571735deeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735defd0 0.000122
+gallium_dri.so free 0x5571735df040 void 0.000126
+gallium_dri.so free 0x5571735defd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df060 0.000144
+gallium_dri.so free 0x5571735df100 void 0.000132
+gallium_dri.so free 0x5571735df060 void 0.000133
+gallium_dri.so malloc 72 0x5571735df0b0 0.000135
+gallium_dri.so free 0x5571735df180 void 0.000167
+gallium_dri.so free 0x5571735df0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df180 0.000129
+gallium_dri.so free 0x5571735df240 void 0.000133
+gallium_dri.so free 0x5571735df180 void 0.000131
+gallium_dri.so malloc 72 0x5571735df180 0.000133
+gallium_dri.so free 0x5571735df2c0 void 0.000125
+gallium_dri.so free 0x5571735df180 void 0.000125
+gallium_dri.so malloc 72 0x5571735df2c0 0.000131
+gallium_dri.so free 0x5571735df380 void 0.000124
+gallium_dri.so free 0x5571735df2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df2c0 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000127
+gallium_dri.so free 0x5571735df2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df2c0 0.000129
+gallium_dri.so free 0x5571735df500 void 0.000131
+gallium_dri.so free 0x5571735df2c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df4b0 0.000130
+gallium_dri.so free 0x5571735df580 void 0.000174
+gallium_dri.so free 0x5571735df4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df5d0 0.000130
+gallium_dri.so free 0x5571735df640 void 0.000130
+gallium_dri.so free 0x5571735df5d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df680 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000127
+gallium_dri.so free 0x5571735df680 void 0.000130
+gallium_dri.so malloc 72 0x5571735df680 0.000124
+gallium_dri.so free 0x5571735df780 void 0.000122
+gallium_dri.so free 0x5571735df680 void 0.000125
+gallium_dri.so malloc 72 0x5571735df7b0 0.000130
+gallium_dri.so free 0x5571735df800 void 0.000130
+gallium_dri.so free 0x5571735df7b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735df7b0 0.000132
+gallium_dri.so free 0x5571735df900 void 0.000130
+gallium_dri.so free 0x5571735df7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8b0 0.000131
+gallium_dri.so free 0x5571735df9c0 void 0.000130
+gallium_dri.so free 0x5571735df8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df970 0.000131
+gallium_dri.so free 0x5571735dfa00 void 0.000130
+gallium_dri.so free 0x5571735df970 void 0.000130
+gallium_dri.so malloc 72 0x5571735df970 0.000125
+gallium_dri.so free 0x5571735dfac0 void 0.000133
+gallium_dri.so free 0x5571735df970 void 0.000137
+gallium_dri.so malloc 72 0x5571735dfb30 0.000127
+gallium_dri.so free 0x5571735dfb80 void 0.000127
+gallium_dri.so free 0x5571735dfb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfb30 0.000132
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so free 0x5571735dfb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfc30 0.000125
+gallium_dri.so free 0x5571735dfd40 void 0.000126
+gallium_dri.so free 0x5571735dfc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000129
+gallium_dri.so free 0x5571735dfd80 void 0.000124
+gallium_dri.so free 0x5571735dfcf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000141
+gallium_dri.so free 0x5571735dfe40 void 0.000156
+gallium_dri.so free 0x5571735dfcf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfe80 0.000125
+gallium_dri.so free 0x5571735dff00 void 0.000127
+gallium_dri.so free 0x5571735dfe80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dff00 0.000127
+gallium_dri.so free 0x5571735dffc0 void 0.000126
+gallium_dri.so free 0x5571735dff00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dff00 0.000126
+gallium_dri.so free 0x5571735e0080 void 0.000131
+gallium_dri.so free 0x5571735dff00 void 0.000127
+gallium_dri.so malloc 72 0x5571735e00a0 0.000128
+gallium_dri.so free 0x5571735e0140 void 0.000128
+gallium_dri.so free 0x5571735e00a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e00f0 0.000125
+gallium_dri.so free 0x5571735e01c0 void 0.000126
+gallium_dri.so free 0x5571735e00f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e00f0 0.000126
+gallium_dri.so free 0x5571735e0240 void 0.000126
+gallium_dri.so free 0x5571735e00f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0240 0.000125
+gallium_dri.so free 0x5571735e0300 void 0.000126
+gallium_dri.so free 0x5571735e0240 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0240 0.000127
+gallium_dri.so free 0x5571735e03c0 void 0.000128
+gallium_dri.so free 0x5571735e0240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0240 0.000127
+gallium_dri.so free 0x5571735e0480 void 0.000126
+gallium_dri.so free 0x5571735e0240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0430 0.000128
+gallium_dri.so free 0x5571735e0540 void 0.000126
+gallium_dri.so free 0x5571735e0430 void 0.000127
+gallium_dri.so malloc 72 0x5571735e04f0 0.000123
+gallium_dri.so free 0x5571735e05c0 void 0.000174
+gallium_dri.so free 0x5571735e04f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0610 0.000152
+gallium_dri.so free 0x5571735e0680 void 0.000125
+gallium_dri.so free 0x5571735e0610 void 0.000123
+gallium_dri.so malloc 72 0x5571735e06a0 0.000126
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so free 0x5571735e06a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e06f0 0.000127
+gallium_dri.so free 0x5571735e07c0 void 0.000128
+gallium_dri.so free 0x5571735e06f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e06f0 0.000128
+gallium_dri.so free 0x5571735e0840 void 0.000127
+gallium_dri.so free 0x5571735e06f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0840 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000126
+gallium_dri.so free 0x5571735e0840 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0840 0.000126
+gallium_dri.so free 0x5571735e0a00 void 0.000126
+gallium_dri.so free 0x5571735e0840 void 0.000127
+gallium_dri.so malloc 72 0x5571735e09b0 0.000126
+gallium_dri.so free 0x5571735e0a40 void 0.000128
+gallium_dri.so free 0x5571735e09b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e09b0 0.000133
+gallium_dri.so free 0x5571735e0b00 void 0.000123
+gallium_dri.so free 0x5571735e09b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0b40 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000129
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000117
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d30 0.000116
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so free 0x5571735e0d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d30 0.000120
+gallium_dri.so free 0x5571735e0e80 void 0.000119
+gallium_dri.so free 0x5571735e0d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0f40 0.000120
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f40 0.000116
+gallium_dri.so free 0x5571735e1080 void 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e10b0 0.000119
+gallium_dri.so free 0x5571735e1100 void 0.000131
+gallium_dri.so free 0x5571735e10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e10b0 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11b0 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1270 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so free 0x5571735e1270 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1270 0.000119
+gallium_dri.so free 0x5571735e1400 void 0.000117
+gallium_dri.so free 0x5571735e1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1270 0.000120
+gallium_dri.so free 0x5571735e14c0 void 0.000129
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1470 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000120
+gallium_dri.so free 0x5571735e1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1590 0.000121
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so free 0x5571735e1590 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1620 0.000120
+gallium_dri.so free 0x5571735e16c0 void 0.000117
+gallium_dri.so free 0x5571735e1620 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1670 0.000162
+gallium_dri.so free 0x5571735e1740 void 0.000121
+gallium_dri.so free 0x5571735e1670 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1740 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1880 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1880 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1880 0.000127
+gallium_dri.so free 0x5571735e1ac0 void 0.000123
+gallium_dri.so free 0x5571735e1880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a70 0.000126
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b90 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1b90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c40 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1c40 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1c40 0.000120
+gallium_dri.so free 0x5571735e1d40 void 0.000120
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1d70 0.000116
+gallium_dri.so free 0x5571735e1dc0 void 0.000116
+gallium_dri.so free 0x5571735e1d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d70 0.000115
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1e70 0.000116
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f30 0.000115
+gallium_dri.so free 0x5571735e1fc0 void 0.000118
+gallium_dri.so free 0x5571735e1f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1f30 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000116
+gallium_dri.so free 0x5571735e1f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20f0 0.000119
+gallium_dri.so free 0x5571735e2140 void 0.000117
+gallium_dri.so free 0x5571735e20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20f0 0.000116
+gallium_dri.so free 0x5571735e2240 void 0.000116
+gallium_dri.so free 0x5571735e20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21f0 0.000119
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735e21f0 void 0.000245
+gallium_dri.so malloc 72 0x5571735e22b0 0.000204
+gallium_dri.so free 0x5571735e2340 void 0.000119
+gallium_dri.so free 0x5571735e22b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22b0 0.000115
+gallium_dri.so free 0x5571735e2400 void 0.000116
+gallium_dri.so free 0x5571735e22b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2440 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000117
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e24c0 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000115
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e24c0 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2660 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so free 0x5571735e2660 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26b0 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e26b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26b0 0.000115
+gallium_dri.so free 0x5571735e2800 void 0.000116
+gallium_dri.so free 0x5571735e26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2800 0.000122
+gallium_dri.so free 0x5571735e28c0 void 0.000116
+gallium_dri.so free 0x5571735e2800 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2800 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000116
+gallium_dri.so free 0x5571735e2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2800 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29f0 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e29f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2bd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c60 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000116
+gallium_dri.so free 0x5571735e2cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e00 0.000115
+gallium_dri.so free 0x5571735e2ec0 void 0.000125
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e00 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000115
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f70 0.000114
+gallium_dri.so free 0x5571735e3000 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f70 0.000114
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3100 0.000114
+gallium_dri.so free 0x5571735e3180 void 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3180 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e3180 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3180 0.000115
+gallium_dri.so free 0x5571735e32c0 void 0.000116
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e32f0 0.000115
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so free 0x5571735e32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e32f0 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e32f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3480 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000167
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3500 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3500 0.000114
+gallium_dri.so free 0x5571735e3640 void 0.000115
+gallium_dri.so free 0x5571735e3500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3670 0.000113
+gallium_dri.so free 0x5571735e36c0 void 0.000114
+gallium_dri.so free 0x5571735e3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3670 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735e3670 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000115
+gallium_dri.so free 0x557173588480 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000114
+gallium_dri.so free 0x557173588500 void 0.000116
+gallium_dri.so free 0x557173588430 void 0.000130
+gallium_dri.so malloc 72 0x557173588430 0.000114
+gallium_dri.so free 0x5571735885c0 void 0.000117
+gallium_dri.so free 0x557173588430 void 0.000115
+gallium_dri.so malloc 72 0x557173588430 0.000115
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x557173588430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3770 0.000114
+gallium_dri.so free 0x557173588680 void 0.000127
+gallium_dri.so free 0x5571735e3770 void 0.000114
+gallium_dri.so malloc 72 0x557173588630 0.000115
+gallium_dri.so free 0x557173588740 void 0.000114
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x5571735886f0 0.000114
+gallium_dri.so free 0x557173588780 void 0.000115
+gallium_dri.so free 0x5571735886f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735886f0 0.000113
+gallium_dri.so free 0x557173588840 void 0.000116
+gallium_dri.so free 0x5571735886f0 void 0.000114
+gallium_dri.so malloc 72 0x557173588890 0.000115
+gallium_dri.so free 0x557173588900 void 0.000115
+gallium_dri.so free 0x557173588890 void 0.000114
+gallium_dri.so malloc 72 0x557173588940 0.000114
+gallium_dri.so free 0x5571735889c0 void 0.000115
+gallium_dri.so free 0x557173588940 void 0.000114
+gallium_dri.so malloc 72 0x5571735889c0 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000116
+gallium_dri.so free 0x5571735889c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735889c0 0.000112
+gallium_dri.so free 0x557173588b00 void 0.000116
+gallium_dri.so free 0x5571735889c0 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000114
+gallium_dri.so free 0x557173588b80 void 0.000115
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000113
+gallium_dri.so free 0x557173588c80 void 0.000127
+gallium_dri.so free 0x557173588b30 void 0.000117
+gallium_dri.so malloc 72 0x557173588c30 0.000116
+gallium_dri.so free 0x557173588d40 void 0.000143
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588cf0 0.000117
+gallium_dri.so free 0x557173588dc0 void 0.000116
+gallium_dri.so free 0x557173588cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173588de0 0.000116
+gallium_dri.so free 0x557173588e80 void 0.000116
+gallium_dri.so free 0x557173588de0 void 0.000114
+gallium_dri.so malloc 72 0x557173588e30 0.000115
+gallium_dri.so free 0x557173588f00 void 0.000114
+gallium_dri.so free 0x557173588e30 void 0.000114
+gallium_dri.so malloc 72 0x557173588e30 0.000115
+gallium_dri.so free 0x557173588f80 void 0.000115
+gallium_dri.so free 0x557173588e30 void 0.000115
+gallium_dri.so malloc 72 0x557173588f80 0.000113
+gallium_dri.so free 0x557173589040 void 0.000116
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so malloc 72 0x557173588f80 0.000113
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so malloc 72 0x557173588f80 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000115
+gallium_dri.so free 0x557173588f80 void 0.000115
+gallium_dri.so malloc 72 0x557173589170 0.000115
+gallium_dri.so free 0x5571735891c0 void 0.000183
+gallium_dri.so free 0x557173589170 void 0.000117
+gallium_dri.so malloc 72 0x557173589170 0.000114
+gallium_dri.so free 0x5571735892c0 void 0.000115
+gallium_dri.so free 0x557173589170 void 0.000115
+gallium_dri.so malloc 72 0x557173589270 0.000114
+gallium_dri.so free 0x557173589380 void 0.000131
+gallium_dri.so free 0x557173589270 void 0.000115
+gallium_dri.so malloc 72 0x557173589330 0.000114
+gallium_dri.so free 0x5571735893c0 void 0.000115
+gallium_dri.so free 0x557173589330 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000119
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so free 0x557173589330 void 0.000115
+gallium_dri.so malloc 72 0x5571735894c0 0.000114
+gallium_dri.so free 0x557173589540 void 0.000115
+gallium_dri.so free 0x5571735894c0 void 0.000114
+gallium_dri.so malloc 72 0x557173589540 0.000116
+gallium_dri.so free 0x557173589600 void 0.000115
+gallium_dri.so free 0x557173589540 void 0.000113
+gallium_dri.so malloc 72 0x557173589540 0.000116
+gallium_dri.so free 0x5571735896c0 void 0.000114
+gallium_dri.so free 0x557173589540 void 0.000113
+gallium_dri.so malloc 72 0x5571735896e0 0.000114
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so free 0x5571735896e0 void 0.000114
+gallium_dri.so malloc 72 0x557173589730 0.000114
+gallium_dri.so free 0x557173589800 void 0.000126
+gallium_dri.so free 0x557173589730 void 0.000114
+gallium_dri.so malloc 72 0x557173589730 0.000114
+gallium_dri.so free 0x557173589880 void 0.000114
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x557173589880 0.000113
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x557173589880 void 0.000114
+gallium_dri.so malloc 72 0x557173589880 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so malloc 72 0x557173589880 0.000114
+gallium_dri.so free 0x557173589ac0 void 0.000115
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so malloc 72 0x557173589a70 0.000114
+gallium_dri.so free 0x557173589b80 void 0.000116
+gallium_dri.so free 0x557173589a70 void 0.000113
+gallium_dri.so malloc 72 0x557173589b30 0.000137
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so free 0x557173589b30 void 0.000114
+gallium_dri.so malloc 72 0x557173589c50 0.000115
+gallium_dri.so free 0x557173589cc0 void 0.000116
+gallium_dri.so free 0x557173589c50 void 0.000114
+gallium_dri.so malloc 72 0x557173589ce0 0.000114
+gallium_dri.so free 0x557173589d80 void 0.000114
+gallium_dri.so free 0x557173589ce0 void 0.000114
+gallium_dri.so malloc 72 0x557173589d30 0.000114
+gallium_dri.so free 0x557173589e00 void 0.000126
+gallium_dri.so free 0x557173589d30 void 0.000117
+gallium_dri.so malloc 72 0x557173589d30 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000114
+gallium_dri.so free 0x557173589d30 void 0.000114
+gallium_dri.so malloc 72 0x557173589e80 0.000114
+gallium_dri.so free 0x557173589f40 void 0.000115
+gallium_dri.so free 0x557173589e80 void 0.000114
+gallium_dri.so malloc 72 0x557173589e80 0.000115
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000115
+gallium_dri.so malloc 72 0x557173589ff0 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173589ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ff0 0.000115
+gallium_dri.so free 0x55717358a140 void 0.000115
+gallium_dri.so free 0x557173589ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a180 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000117
+gallium_dri.so free 0x55717358a180 void 0.000136
+gallium_dri.so malloc 72 0x55717358a200 0.000139
+gallium_dri.so free 0x55717358a2c0 void 0.000120
+gallium_dri.so free 0x55717358a200 void 0.000117
+gallium_dri.so malloc 72 0x55717358a200 0.000117
+gallium_dri.so free 0x55717358a340 void 0.000117
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so malloc 72 0x55717358a370 0.000121
+gallium_dri.so free 0x55717358a3c0 void 0.000123
+gallium_dri.so free 0x55717358a370 void 0.000120
+gallium_dri.so malloc 72 0x55717358a370 0.000121
+gallium_dri.so free 0x55717358a4c0 void 0.000119
+gallium_dri.so free 0x55717358a370 void 0.000117
+gallium_dri.so malloc 72 0x55717358a500 0.000117
+gallium_dri.so free 0x55717358a580 void 0.000116
+gallium_dri.so free 0x55717358a500 void 0.000119
+gallium_dri.so malloc 72 0x55717358a580 0.000117
+gallium_dri.so free 0x55717358a640 void 0.000118
+gallium_dri.so free 0x55717358a580 void 0.000116
+gallium_dri.so malloc 72 0x55717358a580 0.000116
+gallium_dri.so free 0x55717358a6c0 void 0.000117
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so malloc 72 0x55717358a6f0 0.000116
+gallium_dri.so free 0x55717358a740 void 0.000116
+gallium_dri.so free 0x55717358a6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a6f0 0.000116
+gallium_dri.so free 0x55717358a840 void 0.000121
+gallium_dri.so free 0x55717358a6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a7f0 0.000121
+gallium_dri.so free 0x55717358a900 void 0.000125
+gallium_dri.so free 0x55717358a7f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a8b0 0.000122
+gallium_dri.so free 0x55717358a980 void 0.000124
+gallium_dri.so free 0x55717358a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a8b0 0.000124
+gallium_dri.so free 0x55717358aa40 void 0.000123
+gallium_dri.so free 0x55717358a8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8b0 0.000152
+gallium_dri.so free 0x55717358ab00 void 0.000121
+gallium_dri.so free 0x55717358a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358aab0 0.000120
+gallium_dri.so free 0x55717358ab80 void 0.000120
+gallium_dri.so free 0x55717358aab0 void 0.000121
+gallium_dri.so malloc 72 0x55717358abd0 0.000121
+gallium_dri.so free 0x55717358ac40 void 0.000121
+gallium_dri.so free 0x55717358abd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ac60 0.000120
+gallium_dri.so free 0x55717358ad00 void 0.000121
+gallium_dri.so free 0x55717358ac60 void 0.000118
+gallium_dri.so malloc 72 0x55717358acb0 0.000122
+gallium_dri.so free 0x55717358ad80 void 0.000121
+gallium_dri.so free 0x55717358acb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ad80 0.000119
+gallium_dri.so free 0x55717358ae40 void 0.000122
+gallium_dri.so free 0x55717358ad80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad80 0.000121
+gallium_dri.so free 0x55717358aec0 void 0.000122
+gallium_dri.so free 0x55717358ad80 void 0.000121
+gallium_dri.so malloc 72 0x55717358aec0 0.000121
+gallium_dri.so free 0x55717358af80 void 0.000133
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aec0 0.000120
+gallium_dri.so free 0x55717358b040 void 0.000122
+gallium_dri.so free 0x55717358aec0 void 0.000130
+gallium_dri.so malloc 72 0x55717358aec0 0.000130
+gallium_dri.so free 0x55717358b100 void 0.000126
+gallium_dri.so free 0x55717358aec0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b0b0 0.000127
+gallium_dri.so free 0x55717358b180 void 0.000125
+gallium_dri.so free 0x55717358b0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b1d0 0.000124
+gallium_dri.so free 0x55717358b240 void 0.000133
+gallium_dri.so free 0x55717358b1d0 void 0.000127
+gallium_dri.so malloc 72 0x55717358b280 0.000141
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000120
+gallium_dri.so malloc 72 0x55717358b280 0.000119
+gallium_dri.so free 0x55717358b380 void 0.000119
+gallium_dri.so free 0x55717358b280 void 0.000120
+gallium_dri.so malloc 72 0x55717358b3b0 0.000119
+gallium_dri.so free 0x55717358b400 void 0.000121
+gallium_dri.so free 0x55717358b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3b0 0.000125
+gallium_dri.so free 0x55717358b500 void 0.000121
+gallium_dri.so free 0x55717358b3b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b4b0 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000118
+gallium_dri.so free 0x55717358b4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b570 0.000117
+gallium_dri.so free 0x55717358b600 void 0.000118
+gallium_dri.so free 0x55717358b570 void 0.000117
+gallium_dri.so malloc 72 0x55717358b570 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000116
+gallium_dri.so free 0x55717358b570 void 0.000118
+gallium_dri.so malloc 72 0x55717358b730 0.000116
+gallium_dri.so free 0x55717358b780 void 0.000116
+gallium_dri.so free 0x55717358b730 void 0.000117
+gallium_dri.so malloc 72 0x55717358b730 0.000117
+gallium_dri.so free 0x55717358b880 void 0.000118
+gallium_dri.so free 0x55717358b730 void 0.000117
+gallium_dri.so malloc 72 0x55717358b830 0.000117
+gallium_dri.so free 0x55717358b940 void 0.000125
+gallium_dri.so free 0x55717358b830 void 0.000121
+gallium_dri.so malloc 72 0x55717358b8f0 0.000119
+gallium_dri.so free 0x55717358b980 void 0.000118
+gallium_dri.so free 0x55717358b8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8f0 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba80 0.000117
+gallium_dri.so free 0x55717358bb00 void 0.000119
+gallium_dri.so free 0x55717358ba80 void 0.000146
+gallium_dri.so malloc 72 0x55717358bb00 0.000126
+gallium_dri.so free 0x55717358bbc0 void 0.000204
+gallium_dri.so free 0x55717358bb00 void 0.000122
+gallium_dri.so malloc 72 0x55717358bb00 0.000122
+gallium_dri.so free 0x55717358bc80 void 0.000121
+gallium_dri.so free 0x55717358bb00 void 0.000117
+gallium_dri.so malloc 72 0x55717358bca0 0.000121
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so free 0x55717358bca0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcf0 0.000119
+gallium_dri.so free 0x55717358bdc0 void 0.000120
+gallium_dri.so free 0x55717358bcf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bcf0 0.000122
+gallium_dri.so free 0x55717358be40 void 0.000120
+gallium_dri.so free 0x55717358bcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358be40 0.000117
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000120
+gallium_dri.so malloc 72 0x55717358be40 0.000131
+gallium_dri.so free 0x55717358bfc0 void 0.000121
+gallium_dri.so free 0x55717358be40 void 0.000118
+gallium_dri.so malloc 72 0x55717358be40 0.000120
+gallium_dri.so free 0x55717358c080 void 0.000120
+gallium_dri.so free 0x55717358be40 void 0.000119
+gallium_dri.so malloc 72 0x55717358c030 0.000122
+gallium_dri.so free 0x55717358c140 void 0.000144
+gallium_dri.so free 0x55717358c030 void 0.000179
+gallium_dri.so malloc 72 0x55717358c0f0 0.000175
+gallium_dri.so free 0x55717358c1c0 void 0.000161
+gallium_dri.so free 0x55717358c0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c210 0.000116
+gallium_dri.so free 0x55717358c280 void 0.000116
+gallium_dri.so free 0x55717358c210 void 0.000118
+gallium_dri.so malloc 72 0x55717358c2a0 0.000117
+gallium_dri.so free 0x55717358c340 void 0.000118
+gallium_dri.so free 0x55717358c2a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c2f0 0.000122
+gallium_dri.so free 0x55717358c3c0 void 0.000138
+gallium_dri.so free 0x55717358c2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c2f0 0.000144
+gallium_dri.so free 0x55717358c440 void 0.000188
+gallium_dri.so free 0x55717358c2f0 void 0.000167
+gallium_dri.so malloc 72 0x55717358c440 0.000164
+gallium_dri.so free 0x55717358c500 void 0.000129
+gallium_dri.so free 0x55717358c440 void 0.000126
+gallium_dri.so malloc 72 0x55717358c440 0.000125
+gallium_dri.so free 0x55717358c600 void 0.000144
+gallium_dri.so free 0x55717358c440 void 0.000132
+gallium_dri.so malloc 72 0x55717358c5b0 0.000126
+gallium_dri.so free 0x55717358c640 void 0.000126
+gallium_dri.so free 0x55717358c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c5b0 0.000117
+gallium_dri.so free 0x55717358c700 void 0.000117
+gallium_dri.so free 0x55717358c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c740 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000117
+gallium_dri.so free 0x55717358c740 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7c0 0.000118
+gallium_dri.so free 0x55717358c880 void 0.000119
+gallium_dri.so free 0x55717358c7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c7c0 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c930 0.000118
+gallium_dri.so free 0x55717358c980 void 0.000117
+gallium_dri.so free 0x55717358c930 void 0.000116
+gallium_dri.so malloc 72 0x55717358c930 0.000117
+gallium_dri.so free 0x55717358ca80 void 0.000118
+gallium_dri.so free 0x55717358c930 void 0.000118
+gallium_dri.so malloc 72 0x55717358cac0 0.000116
+gallium_dri.so free 0x55717358cb40 void 0.000118
+gallium_dri.so free 0x55717358cac0 void 0.000129
+gallium_dri.so malloc 72 0x55717358cb40 0.000119
+gallium_dri.so free 0x55717358cc00 void 0.000119
+gallium_dri.so free 0x55717358cb40 void 0.000121
+gallium_dri.so malloc 72 0x55717358cb40 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cb40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccb0 0.000119
+gallium_dri.so free 0x55717358cd00 void 0.000123
+gallium_dri.so free 0x55717358ccb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccb0 0.000120
+gallium_dri.so free 0x55717358ce00 void 0.000118
+gallium_dri.so free 0x55717358ccb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cdb0 0.000119
+gallium_dri.so free 0x55717358cec0 void 0.000119
+gallium_dri.so free 0x55717358cdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ce70 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so free 0x55717358ce70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ce70 0.000118
+gallium_dri.so free 0x55717358d000 void 0.000119
+gallium_dri.so free 0x55717358ce70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ce70 0.000119
+gallium_dri.so free 0x55717358d0c0 void 0.000120
+gallium_dri.so free 0x55717358ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717358d070 0.000119
+gallium_dri.so free 0x55717358d140 void 0.000127
+gallium_dri.so free 0x55717358d070 void 0.000119
+gallium_dri.so malloc 72 0x55717358d190 0.000117
+gallium_dri.so free 0x55717358d200 void 0.000121
+gallium_dri.so free 0x55717358d190 void 0.000123
+gallium_dri.so malloc 72 0x55717358d220 0.000141
+gallium_dri.so free 0x55717358d2c0 void 0.000118
+gallium_dri.so free 0x55717358d220 void 0.000117
+gallium_dri.so malloc 72 0x55717358d270 0.000117
+gallium_dri.so free 0x55717358d340 void 0.000116
+gallium_dri.so free 0x55717358d270 void 0.000118
+gallium_dri.so malloc 72 0x55717358d340 0.000118
+gallium_dri.so free 0x55717358d400 void 0.000117
+gallium_dri.so free 0x55717358d340 void 0.000117
+gallium_dri.so malloc 72 0x55717358d340 0.000123
+gallium_dri.so free 0x55717358d480 void 0.000118
+gallium_dri.so free 0x55717358d340 void 0.000118
+gallium_dri.so malloc 72 0x55717358d480 0.000118
+gallium_dri.so free 0x55717358d540 void 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000117
+gallium_dri.so malloc 72 0x55717358d480 0.000116
+gallium_dri.so free 0x55717358d600 void 0.000117
+gallium_dri.so free 0x55717358d480 void 0.000116
+gallium_dri.so malloc 72 0x55717358d480 0.000118
+gallium_dri.so free 0x55717358d6c0 void 0.000117
+gallium_dri.so free 0x55717358d480 void 0.000119
+gallium_dri.so malloc 72 0x55717358d670 0.000126
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so free 0x55717358d670 void 0.000118
+gallium_dri.so malloc 72 0x55717358d790 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so free 0x55717358d790 void 0.000119
+gallium_dri.so malloc 72 0x55717358d840 0.000120
+gallium_dri.so free 0x55717358d8c0 void 0.000120
+gallium_dri.so free 0x55717358d840 void 0.000118
+gallium_dri.so malloc 72 0x55717358d840 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000118
+gallium_dri.so free 0x55717358d840 void 0.000119
+gallium_dri.so malloc 72 0x55717358d970 0.000118
+gallium_dri.so free 0x55717358d9c0 void 0.000119
+gallium_dri.so free 0x55717358d970 void 0.000119
+gallium_dri.so malloc 72 0x55717358d970 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358d970 void 0.000118
+gallium_dri.so malloc 72 0x55717358da70 0.000118
+gallium_dri.so free 0x55717358db80 void 0.000118
+gallium_dri.so free 0x55717358da70 void 0.000120
+gallium_dri.so malloc 72 0x55717358db30 0.000121
+gallium_dri.so free 0x55717358dbc0 void 0.000120
+gallium_dri.so free 0x55717358db30 void 0.000120
+gallium_dri.so malloc 72 0x55717358db30 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000119
+gallium_dri.so free 0x55717358db30 void 0.000117
+gallium_dri.so malloc 72 0x55717358dcf0 0.000124
+gallium_dri.so free 0x55717358dd40 void 0.000120
+gallium_dri.so free 0x55717358dcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dcf0 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so free 0x55717358dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ddf0 0.000120
+gallium_dri.so free 0x55717358df00 void 0.000119
+gallium_dri.so free 0x55717358ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358deb0 0.000119
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358deb0 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000120
+gallium_dri.so free 0x55717358deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e040 0.000119
+gallium_dri.so free 0x55717358e0c0 void 0.000121
+gallium_dri.so free 0x55717358e040 void 0.000125
+gallium_dri.so malloc 72 0x55717358e0c0 0.000124
+gallium_dri.so free 0x55717358e180 void 0.000121
+gallium_dri.so free 0x55717358e0c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e0c0 0.000120
+gallium_dri.so free 0x55717358e240 void 0.000118
+gallium_dri.so free 0x55717358e0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e260 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000129
+gallium_dri.so free 0x55717358e260 void 0.000117
+gallium_dri.so malloc 72 0x55717358e2b0 0.000118
+gallium_dri.so free 0x55717358e380 void 0.000118
+gallium_dri.so free 0x55717358e2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e2b0 0.000117
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so free 0x55717358e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e400 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000117
+gallium_dri.so malloc 72 0x55717358e400 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000117
+gallium_dri.so malloc 72 0x55717358e400 0.000118
+gallium_dri.so free 0x55717358e640 void 0.000117
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so malloc 72 0x55717358e5f0 0.000117
+gallium_dri.so free 0x55717358e700 void 0.000117
+gallium_dri.so free 0x55717358e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e6b0 0.000117
+gallium_dri.so free 0x55717358e780 void 0.000117
+gallium_dri.so free 0x55717358e6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e7d0 0.000116
+gallium_dri.so free 0x55717358e840 void 0.000118
+gallium_dri.so free 0x55717358e7d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e860 0.000117
+gallium_dri.so free 0x55717358e900 void 0.000128
+gallium_dri.so free 0x55717358e860 void 0.000118
+gallium_dri.so malloc 72 0x55717358e8b0 0.000117
+gallium_dri.so free 0x55717358e980 void 0.000117
+gallium_dri.so free 0x55717358e8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e8b0 0.000118
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so free 0x55717358e8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ea00 0.000119
+gallium_dri.so free 0x55717358eac0 void 0.000123
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ea00 0.000118
+gallium_dri.so free 0x55717358ebc0 void 0.000119
+gallium_dri.so free 0x55717358ea00 void 0.000119
+gallium_dri.so malloc 72 0x55717358eb70 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000119
+gallium_dri.so free 0x55717358eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717358eb70 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed00 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed80 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed80 0.000185
+gallium_dri.so free 0x55717358eec0 void 0.000117
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so malloc 72 0x55717358eef0 0.000118
+gallium_dri.so free 0x55717358ef40 void 0.000118
+gallium_dri.so free 0x55717358eef0 void 0.000143
+gallium_dri.so malloc 72 0x55717358eef0 0.000119
+gallium_dri.so free 0x55717358f040 void 0.000117
+gallium_dri.so free 0x55717358eef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f080 0.000125
+gallium_dri.so free 0x55717358f100 void 0.000120
+gallium_dri.so free 0x55717358f080 void 0.000117
+gallium_dri.so malloc 72 0x55717358f100 0.000118
+gallium_dri.so free 0x55717358f1c0 void 0.000117
+gallium_dri.so free 0x55717358f100 void 0.000117
+gallium_dri.so malloc 72 0x55717358f100 0.000117
+gallium_dri.so free 0x55717358f240 void 0.000116
+gallium_dri.so free 0x55717358f100 void 0.000117
+gallium_dri.so malloc 72 0x55717358f270 0.000117
+gallium_dri.so free 0x55717358f2c0 void 0.000117
+gallium_dri.so free 0x55717358f270 void 0.000117
+gallium_dri.so malloc 72 0x55717358f270 0.000117
+gallium_dri.so free 0x55717358f3c0 void 0.000117
+gallium_dri.so free 0x55717358f270 void 0.000117
+gallium_dri.so malloc 72 0x55717358f370 0.000117
+gallium_dri.so free 0x55717358f480 void 0.000118
+gallium_dri.so free 0x55717358f370 void 0.000128
+gallium_dri.so malloc 72 0x55717358f430 0.000119
+gallium_dri.so free 0x55717358f500 void 0.000119
+gallium_dri.so free 0x55717358f430 void 0.000119
+gallium_dri.so malloc 72 0x55717358f430 0.000118
+gallium_dri.so free 0x55717358f5c0 void 0.000119
+gallium_dri.so free 0x55717358f430 void 0.000119
+gallium_dri.so malloc 72 0x55717358f430 0.000119
+gallium_dri.so free 0x55717358f680 void 0.000117
+gallium_dri.so free 0x55717358f430 void 0.000137
+gallium_dri.so malloc 72 0x55717358f630 0.000119
+gallium_dri.so free 0x55717358f700 void 0.000118
+gallium_dri.so free 0x55717358f630 void 0.000119
+gallium_dri.so malloc 72 0x55717358f750 0.000118
+gallium_dri.so free 0x55717358f7c0 void 0.000119
+gallium_dri.so free 0x55717358f750 void 0.000118
+gallium_dri.so malloc 72 0x55717358f7e0 0.000118
+gallium_dri.so free 0x55717358f880 void 0.000118
+gallium_dri.so free 0x55717358f7e0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f830 0.000120
+gallium_dri.so free 0x55717358f900 void 0.000118
+gallium_dri.so free 0x55717358f830 void 0.000121
+gallium_dri.so malloc 72 0x55717358f900 0.000129
+gallium_dri.so free 0x55717358f9c0 void 0.000121
+gallium_dri.so free 0x55717358f900 void 0.000116
+gallium_dri.so malloc 72 0x55717358f900 0.000119
+gallium_dri.so free 0x55717358fa40 void 0.000141
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa40 0.000119
+gallium_dri.so free 0x55717358fb00 void 0.000118
+gallium_dri.so free 0x55717358fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717358fa40 0.000118
+gallium_dri.so free 0x55717358fbc0 void 0.000118
+gallium_dri.so free 0x55717358fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717358fa40 0.000118
+gallium_dri.so free 0x55717358fc80 void 0.000118
+gallium_dri.so free 0x55717358fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717358fc30 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so free 0x55717358fc30 void 0.000117
+gallium_dri.so malloc 72 0x55717358fd50 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fd50 void 0.000119
+gallium_dri.so malloc 72 0x55717358fe00 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000119
+gallium_dri.so free 0x55717358fe00 void 0.000143
+gallium_dri.so malloc 72 0x55717358fe00 0.000121
+gallium_dri.so free 0x55717358ff00 void 0.000119
+gallium_dri.so free 0x55717358fe00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff30 0.000118
+gallium_dri.so free 0x55717358ff80 void 0.000119
+gallium_dri.so free 0x55717358ff30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff30 0.000133
+gallium_dri.so free 0x557173590080 void 0.000124
+gallium_dri.so free 0x55717358ff30 void 0.000118
+gallium_dri.so malloc 72 0x557173590030 0.000117
+gallium_dri.so free 0x557173590140 void 0.000118
+gallium_dri.so free 0x557173590030 void 0.000117
+gallium_dri.so malloc 72 0x5571735900f0 0.000117
+gallium_dri.so free 0x557173590180 void 0.000118
+gallium_dri.so free 0x5571735900f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735900f0 0.000116
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so free 0x5571735900f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735902b0 0.000118
+gallium_dri.so free 0x557173590300 void 0.000117
+gallium_dri.so free 0x5571735902b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735902b0 0.000121
+gallium_dri.so free 0x557173590400 void 0.000118
+gallium_dri.so free 0x5571735902b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735903b0 0.000118
+gallium_dri.so free 0x5571735904c0 void 0.000117
+gallium_dri.so free 0x5571735903b0 void 0.000118
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x557173590470 void 0.000117
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000117
+gallium_dri.so free 0x557173590470 void 0.000118
+gallium_dri.so malloc 72 0x557173590600 0.000135
+gallium_dri.so free 0x557173590680 void 0.000120
+gallium_dri.so free 0x557173590600 void 0.000119
+gallium_dri.so malloc 72 0x557173590680 0.000118
+gallium_dri.so free 0x557173590740 void 0.000118
+gallium_dri.so free 0x557173590680 void 0.000117
+gallium_dri.so malloc 72 0x557173590680 0.000119
+gallium_dri.so free 0x557173590800 void 0.000118
+gallium_dri.so free 0x557173590680 void 0.000118
+gallium_dri.so malloc 72 0x557173590820 0.000132
+gallium_dri.so free 0x5571735908c0 void 0.000119
+gallium_dri.so free 0x557173590820 void 0.000120
+gallium_dri.so malloc 72 0x557173590870 0.000118
+gallium_dri.so free 0x557173590940 void 0.000123
+gallium_dri.so free 0x557173590870 void 0.000120
+gallium_dri.so malloc 72 0x557173590870 0.000118
+gallium_dri.so free 0x5571735909c0 void 0.000123
+gallium_dri.so free 0x557173590870 void 0.000120
+gallium_dri.so malloc 72 0x5571735909c0 0.000119
+gallium_dri.so free 0x557173590a80 void 0.000119
+gallium_dri.so free 0x5571735909c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735909c0 0.000118
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x5571735909c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735909c0 0.000118
+gallium_dri.so free 0x557173590c00 void 0.000119
+gallium_dri.so free 0x5571735909c0 void 0.000131
+gallium_dri.so malloc 72 0x557173590bb0 0.000119
+gallium_dri.so free 0x557173590cc0 void 0.000119
+gallium_dri.so free 0x557173590bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173590c70 0.000118
+gallium_dri.so free 0x557173590d40 void 0.000144
+gallium_dri.so free 0x557173590c70 void 0.000122
+gallium_dri.so malloc 72 0x557173590d90 0.000118
+gallium_dri.so free 0x557173590e00 void 0.000119
+gallium_dri.so free 0x557173590d90 void 0.000119
+gallium_dri.so malloc 72 0x557173590e20 0.000119
+gallium_dri.so free 0x557173590ec0 void 0.000118
+gallium_dri.so free 0x557173590e20 void 0.000119
+gallium_dri.so malloc 72 0x557173590e70 0.000119
+gallium_dri.so free 0x557173590f40 void 0.000118
+gallium_dri.so free 0x557173590e70 void 0.000119
+gallium_dri.so malloc 72 0x557173590e70 0.000123
+gallium_dri.so free 0x557173590fc0 void 0.000120
+gallium_dri.so free 0x557173590e70 void 0.000118
+gallium_dri.so malloc 72 0x557173590fc0 0.000118
+gallium_dri.so free 0x557173591080 void 0.000117
+gallium_dri.so free 0x557173590fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173590fc0 0.000118
+gallium_dri.so free 0x557173591180 void 0.000119
+gallium_dri.so free 0x557173590fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173591130 0.000123
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x557173591130 void 0.000110
+gallium_dri.so malloc 72 0x557173591130 0.000110
+gallium_dri.so free 0x557173591280 void 0.000109
+gallium_dri.so free 0x557173591130 void 0.000112
+gallium_dri.so malloc 72 0x5571735912c0 0.000110
+gallium_dri.so free 0x557173591340 void 0.000110
+gallium_dri.so free 0x5571735912c0 void 0.000110
+gallium_dri.so malloc 72 0x557173591340 0.000112
+gallium_dri.so free 0x557173591400 void 0.000111
+gallium_dri.so free 0x557173591340 void 0.000110
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173591480 void 0.000113
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x5571735914b0 0.000113
+gallium_dri.so free 0x557173591500 void 0.000113
+gallium_dri.so free 0x5571735914b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735914b0 0.000113
+gallium_dri.so free 0x557173591600 void 0.000113
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591640 0.000112
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x557173591640 void 0.000112
+gallium_dri.so malloc 72 0x5571735916c0 0.000113
+gallium_dri.so free 0x557173591780 void 0.000129
+gallium_dri.so free 0x5571735916c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735916c0 0.000114
+gallium_dri.so free 0x557173591800 void 0.000141
+gallium_dri.so free 0x5571735916c0 void 0.000122
+gallium_dri.so malloc 72 0x557173591830 0.000121
+gallium_dri.so free 0x557173591880 void 0.000123
+gallium_dri.so free 0x557173591830 void 0.000122
+gallium_dri.so malloc 72 0x557173591830 0.000120
+gallium_dri.so free 0x557173591980 void 0.000122
+gallium_dri.so free 0x557173591830 void 0.000121
+gallium_dri.so malloc 72 0x557173591930 0.000120
+gallium_dri.so free 0x557173591a40 void 0.000121
+gallium_dri.so free 0x557173591930 void 0.000120
+gallium_dri.so malloc 72 0x5571735919f0 0.000121
+gallium_dri.so free 0x557173591ac0 void 0.000121
+gallium_dri.so free 0x5571735919f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735919f0 0.000121
+gallium_dri.so free 0x557173591b80 void 0.000121
+gallium_dri.so free 0x5571735919f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735919f0 0.000120
+gallium_dri.so free 0x557173591c40 void 0.000123
+gallium_dri.so free 0x5571735919f0 void 0.000147
+gallium_dri.so malloc 72 0x557173591bf0 0.000123
+gallium_dri.so free 0x557173591cc0 void 0.000123
+gallium_dri.so free 0x557173591bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173591d10 0.000122
+gallium_dri.so free 0x557173591d80 void 0.000122
+gallium_dri.so free 0x557173591d10 void 0.000129
+gallium_dri.so malloc 72 0x557173591da0 0.000131
+gallium_dri.so free 0x557173591e40 void 0.000122
+gallium_dri.so free 0x557173591da0 void 0.000120
+gallium_dri.so malloc 72 0x557173591df0 0.000119
+gallium_dri.so free 0x557173591ec0 void 0.000119
+gallium_dri.so free 0x557173591df0 void 0.000119
+gallium_dri.so malloc 72 0x557173591ec0 0.000119
+gallium_dri.so free 0x5571735f49c0 void 0.000120
+gallium_dri.so free 0x557173591ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000119
+gallium_dri.so free 0x5571735f4a80 void 0.000124
+gallium_dri.so free 0x5571735f4a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a80 0.000117
+gallium_dri.so free 0x5571735f4b40 void 0.000123
+gallium_dri.so free 0x5571735f4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000120
+gallium_dri.so free 0x5571735f4bc0 void 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000135
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000118
+gallium_dri.so free 0x5571735f4c40 void 0.000118
+gallium_dri.so free 0x5571735f4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000119
+gallium_dri.so free 0x5571735f4d40 void 0.000118
+gallium_dri.so free 0x5571735f4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000120
+gallium_dri.so free 0x5571735f4e00 void 0.000141
+gallium_dri.so free 0x5571735f4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4db0 0.000120
+gallium_dri.so free 0x5571735f4e80 void 0.000119
+gallium_dri.so free 0x5571735f4db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000118
+gallium_dri.so free 0x5571735f4f40 void 0.000119
+gallium_dri.so free 0x5571735f4ea0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000118
+gallium_dri.so free 0x5571735f4fc0 void 0.000119
+gallium_dri.so free 0x5571735f4ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000123
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5040 0.000118
+gallium_dri.so free 0x5571735f5100 void 0.000118
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5040 0.000118
+gallium_dri.so free 0x5571735f51c0 void 0.000118
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5040 0.000119
+gallium_dri.so free 0x5571735f5280 void 0.000119
+gallium_dri.so free 0x5571735f5040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5230 0.000124
+gallium_dri.so free 0x5571735f5280 void 0.000125
+gallium_dri.so free 0x5571735f5230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5230 0.000179
+gallium_dri.so free 0x5571735f5380 void 0.000121
+gallium_dri.so free 0x5571735f5230 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5330 0.000125
+gallium_dri.so free 0x5571735f5440 void 0.000120
+gallium_dri.so free 0x5571735f5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f53f0 0.000130
+gallium_dri.so free 0x5571735f5480 void 0.000116
+gallium_dri.so free 0x5571735f53f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f53f0 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000111
+gallium_dri.so free 0x5571735f53f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5580 0.000110
+gallium_dri.so free 0x5571735f5600 void 0.000111
+gallium_dri.so free 0x5571735f5580 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5600 0.000111
+gallium_dri.so free 0x5571735f56c0 void 0.000112
+gallium_dri.so free 0x5571735f5600 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5600 0.000110
+gallium_dri.so free 0x5571735f5780 void 0.000116
+gallium_dri.so free 0x5571735f5600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f57a0 0.000111
+gallium_dri.so free 0x5571735f5840 void 0.000111
+gallium_dri.so free 0x5571735f57a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f57f0 0.000111
+gallium_dri.so free 0x5571735f58c0 void 0.000111
+gallium_dri.so free 0x5571735f57f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f57f0 0.000126
+gallium_dri.so free 0x5571735f5940 void 0.000121
+gallium_dri.so free 0x5571735f57f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5940 0.000118
+gallium_dri.so free 0x5571735f5a00 void 0.000112
+gallium_dri.so free 0x5571735f5940 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5940 0.000111
+gallium_dri.so free 0x5571735f5ac0 void 0.000110
+gallium_dri.so free 0x5571735f5940 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5940 0.000113
+gallium_dri.so free 0x5571735f5b80 void 0.000110
+gallium_dri.so free 0x5571735f5940 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5b30 0.000110
+gallium_dri.so free 0x5571735f5c40 void 0.000111
+gallium_dri.so free 0x5571735f5b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000111
+gallium_dri.so free 0x5571735f5cc0 void 0.000110
+gallium_dri.so free 0x5571735f5bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5d10 0.000111
+gallium_dri.so free 0x5571735f5d80 void 0.000110
+gallium_dri.so free 0x5571735f5d10 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5da0 0.000112
+gallium_dri.so free 0x5571735f5e40 void 0.000110
+gallium_dri.so free 0x5571735f5da0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5df0 0.000118
+gallium_dri.so free 0x5571735f5ec0 void 0.000114
+gallium_dri.so free 0x5571735f5df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5df0 0.000124
+gallium_dri.so free 0x5571735f5f40 void 0.000111
+gallium_dri.so free 0x5571735f5df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5f40 0.000110
+gallium_dri.so free 0x5571735f6000 void 0.000110
+gallium_dri.so free 0x5571735f5f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5f40 0.000111
+gallium_dri.so free 0x5571735f6100 void 0.000110
+gallium_dri.so free 0x5571735f5f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f60b0 0.000111
+gallium_dri.so free 0x5571735f6140 void 0.000112
+gallium_dri.so free 0x5571735f60b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f60b0 0.000110
+gallium_dri.so free 0x5571735f6200 void 0.000111
+gallium_dri.so free 0x5571735f60b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6240 0.000110
+gallium_dri.so free 0x5571735f62c0 void 0.000110
+gallium_dri.so free 0x5571735f6240 void 0.000111
+gallium_dri.so malloc 72 0x5571735f62c0 0.000110
+gallium_dri.so free 0x5571735f6380 void 0.000110
+gallium_dri.so free 0x5571735f62c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f62c0 0.000138
+gallium_dri.so free 0x5571735f6400 void 0.000117
+gallium_dri.so free 0x5571735f62c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6430 0.000113
+gallium_dri.so free 0x5571735f6480 void 0.000112
+gallium_dri.so free 0x5571735f6430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6430 0.000221
+gallium_dri.so free 0x5571735f6580 void 0.000152
+gallium_dri.so free 0x5571735f6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f65c0 0.000112
+gallium_dri.so free 0x5571735f6640 void 0.000111
+gallium_dri.so free 0x5571735f65c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6640 0.000111
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so free 0x5571735f6640 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6640 0.000110
+gallium_dri.so free 0x5571735f6780 void 0.000109
+gallium_dri.so free 0x5571735f6640 void 0.000109
+gallium_dri.so malloc 72 0x5571735f67b0 0.000110
+gallium_dri.so free 0x5571735f6800 void 0.000110
+gallium_dri.so free 0x5571735f67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67b0 0.000110
+gallium_dri.so free 0x5571735f6900 void 0.000112
+gallium_dri.so free 0x5571735f67b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f68b0 0.000111
+gallium_dri.so free 0x5571735f69c0 void 0.000111
+gallium_dri.so free 0x5571735f68b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6970 0.000121
+gallium_dri.so free 0x5571735f6a40 void 0.000116
+gallium_dri.so free 0x5571735f6970 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6970 0.000111
+gallium_dri.so free 0x5571735f6b00 void 0.000119
+gallium_dri.so free 0x5571735f6970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6970 0.000122
+gallium_dri.so free 0x5571735f6bc0 void 0.000112
+gallium_dri.so free 0x5571735f6970 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6b70 0.000110
+gallium_dri.so free 0x5571735f6c40 void 0.000111
+gallium_dri.so free 0x5571735f6b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6c90 0.000110
+gallium_dri.so free 0x5571735f6d00 void 0.000111
+gallium_dri.so free 0x5571735f6c90 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6d20 0.000112
+gallium_dri.so free 0x5571735f6dc0 void 0.000109
+gallium_dri.so free 0x5571735f6d20 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6d70 0.000125
+gallium_dri.so free 0x5571735f6e40 void 0.000113
+gallium_dri.so free 0x5571735f6d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6e40 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6e40 0.000109
+gallium_dri.so free 0x5571735f6f80 void 0.000109
+gallium_dri.so free 0x5571735f6e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6f80 0.000110
+gallium_dri.so free 0x5571735f7040 void 0.000116
+gallium_dri.so free 0x5571735f6f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f80 0.000112
+gallium_dri.so free 0x5571735f7100 void 0.000112
+gallium_dri.so free 0x5571735f6f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6f80 0.000110
+gallium_dri.so free 0x5571735f71c0 void 0.000134
+gallium_dri.so free 0x5571735f6f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7170 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000112
+gallium_dri.so free 0x5571735f7170 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7290 0.000111
+gallium_dri.so free 0x5571735f7300 void 0.000112
+gallium_dri.so free 0x5571735f7290 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7340 0.000121
+gallium_dri.so free 0x5571735f73c0 void 0.000111
+gallium_dri.so free 0x5571735f7340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7340 0.000110
+gallium_dri.so free 0x5571735f7440 void 0.000110
+gallium_dri.so free 0x5571735f7340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7470 0.000112
+gallium_dri.so free 0x5571735f74c0 void 0.000110
+gallium_dri.so free 0x5571735f7470 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7470 0.000110
+gallium_dri.so free 0x5571735f75c0 void 0.000111
+gallium_dri.so free 0x5571735f7470 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7570 0.000111
+gallium_dri.so free 0x5571735f7680 void 0.000110
+gallium_dri.so free 0x5571735f7570 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7630 0.000110
+gallium_dri.so free 0x5571735f76c0 void 0.000110
+gallium_dri.so free 0x5571735f7630 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7630 0.000109
+gallium_dri.so free 0x5571735f7780 void 0.000109
+gallium_dri.so free 0x5571735f7630 void 0.000197
+gallium_dri.so malloc 72 0x5571735f77f0 0.000129
+gallium_dri.so free 0x5571735f7840 void 0.000125
+gallium_dri.so free 0x5571735f77f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f77f0 0.000125
+gallium_dri.so free 0x5571735f7940 void 0.000120
+gallium_dri.so free 0x5571735f77f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f78f0 0.000119
+gallium_dri.so free 0x5571735f7a00 void 0.000118
+gallium_dri.so free 0x5571735f78f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f79b0 0.000118
+gallium_dri.so free 0x5571735f7a40 void 0.000124
+gallium_dri.so free 0x5571735f79b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f79b0 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so free 0x5571735f79b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7b40 0.000121
+gallium_dri.so free 0x5571735f7bc0 void 0.000118
+gallium_dri.so free 0x5571735f7b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000123
+gallium_dri.so free 0x5571735f7c80 void 0.000120
+gallium_dri.so free 0x5571735f7bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000144
+gallium_dri.so free 0x5571735f7d40 void 0.000161
+gallium_dri.so free 0x5571735f7bc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7d60 0.000126
+gallium_dri.so free 0x5571735f7e00 void 0.000125
+gallium_dri.so free 0x5571735f7d60 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7db0 0.000125
+gallium_dri.so free 0x5571735f7e80 void 0.000126
+gallium_dri.so free 0x5571735f7db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7db0 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000124
+gallium_dri.so free 0x5571735f7db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7f00 0.000125
+gallium_dri.so free 0x5571735f7fc0 void 0.000126
+gallium_dri.so free 0x5571735f7f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7f00 0.000126
+gallium_dri.so free 0x5571735f8080 void 0.000119
+gallium_dri.so free 0x5571735f7f00 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7f00 0.000124
+gallium_dri.so free 0x5571735f8140 void 0.000126
+gallium_dri.so free 0x5571735f7f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f80f0 0.000132
+gallium_dri.so free 0x5571735f8200 void 0.000128
+gallium_dri.so free 0x5571735f80f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f81b0 0.000124
+gallium_dri.so free 0x5571735f8280 void 0.000162
+gallium_dri.so free 0x5571735f81b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f82d0 0.000120
+gallium_dri.so free 0x5571735f8340 void 0.000120
+gallium_dri.so free 0x5571735f82d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8360 0.000125
+gallium_dri.so free 0x5571735f8400 void 0.000120
+gallium_dri.so free 0x5571735f8360 void 0.000119
+gallium_dri.so malloc 72 0x5571735f83b0 0.000118
+gallium_dri.so free 0x5571735f8480 void 0.000123
+gallium_dri.so free 0x5571735f83b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f83b0 0.000123
+gallium_dri.so free 0x5571735f8500 void 0.000124
+gallium_dri.so free 0x5571735f83b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8500 0.000125
+gallium_dri.so free 0x5571735f85c0 void 0.000121
+gallium_dri.so free 0x5571735f8500 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8500 0.000119
+gallium_dri.so free 0x5571735f86c0 void 0.000119
+gallium_dri.so free 0x5571735f8500 void 0.000178
+gallium_dri.so malloc 72 0x5571735f8670 0.000134
+gallium_dri.so free 0x5571735f8700 void 0.000251
+gallium_dri.so free 0x5571735f8670 void 0.000271
+gallium_dri.so malloc 72 0x5571735f8670 0.000260
+gallium_dri.so free 0x5571735f87c0 void 0.000274
+gallium_dri.so free 0x5571735f8670 void 0.000166
+gallium_dri.so malloc 72 0x5571735f8800 0.000140
+gallium_dri.so free 0x5571735f8880 void 0.000132
+gallium_dri.so free 0x5571735f8800 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8880 0.000126
+gallium_dri.so free 0x5571735f8940 void 0.000130
+gallium_dri.so free 0x5571735f8880 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8880 0.000130
+gallium_dri.so free 0x5571735f89c0 void 0.000133
+gallium_dri.so free 0x5571735f8880 void 0.000132
+gallium_dri.so malloc 72 0x5571735f89f0 0.000131
+gallium_dri.so free 0x5571735f8a40 void 0.000130
+gallium_dri.so free 0x5571735f89f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f89f0 0.000133
+gallium_dri.so free 0x5571735f8b40 void 0.000125
+gallium_dri.so free 0x5571735f89f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8b80 0.000130
+gallium_dri.so free 0x5571735f8c00 void 0.000127
+gallium_dri.so free 0x5571735f8b80 void 0.000134
+gallium_dri.so malloc 72 0x5571735f8c00 0.000132
+gallium_dri.so free 0x5571735f8cc0 void 0.000132
+gallium_dri.so free 0x5571735f8c00 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8c00 0.000133
+gallium_dri.so free 0x5571735f8d40 void 0.000133
+gallium_dri.so free 0x5571735f8c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8d70 0.000124
+gallium_dri.so free 0x5571735f8dc0 void 0.000130
+gallium_dri.so free 0x5571735f8d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8d70 0.000129
+gallium_dri.so free 0x5571735f8ec0 void 0.000133
+gallium_dri.so free 0x5571735f8d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8e70 0.000132
+gallium_dri.so free 0x5571735f8f80 void 0.000226
+gallium_dri.so free 0x5571735f8e70 void 0.000223
+gallium_dri.so malloc 72 0x5571735f8f30 0.000247
+gallium_dri.so free 0x5571735f9000 void 0.000228
+gallium_dri.so free 0x5571735f8f30 void 0.000223
+gallium_dri.so malloc 72 0x5571735f8f30 0.000131
+gallium_dri.so free 0x5571735f90c0 void 0.000133
+gallium_dri.so free 0x5571735f8f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8f30 0.000131
+gallium_dri.so free 0x5571735f9180 void 0.000131
+gallium_dri.so free 0x5571735f8f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9130 0.000127
+gallium_dri.so free 0x5571735f9200 void 0.000130
+gallium_dri.so free 0x5571735f9130 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9250 0.000130
+gallium_dri.so free 0x5571735f92c0 void 0.000131
+gallium_dri.so free 0x5571735f9250 void 0.000131
+gallium_dri.so malloc 72 0x5571735f92e0 0.000133
+gallium_dri.so free 0x5571735f9380 void 0.000152
+gallium_dri.so free 0x5571735f92e0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f9330 0.000132
+gallium_dri.so free 0x5571735f9400 void 0.000134
+gallium_dri.so free 0x5571735f9330 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9400 0.000126
+gallium_dri.so free 0x5571735f94c0 void 0.000124
+gallium_dri.so free 0x5571735f9400 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9400 0.000132
+gallium_dri.so free 0x5571735f9540 void 0.000134
+gallium_dri.so free 0x5571735f9400 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9540 0.000126
+gallium_dri.so free 0x5571735f9600 void 0.000124
+gallium_dri.so free 0x5571735f9540 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9540 0.000132
+gallium_dri.so free 0x5571735f96c0 void 0.000131
+gallium_dri.so free 0x5571735f9540 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9540 0.000131
+gallium_dri.so free 0x5571735f9780 void 0.000133
+gallium_dri.so free 0x5571735f9540 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9730 0.000142
+gallium_dri.so free 0x5571735f9800 void 0.000131
+gallium_dri.so free 0x5571735f9730 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9850 0.000131
+gallium_dri.so free 0x5571735f98c0 void 0.000126
+gallium_dri.so free 0x5571735f9850 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9900 0.000130
+gallium_dri.so free 0x5571735f9980 void 0.000130
+gallium_dri.so free 0x5571735f9900 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9900 0.000131
+gallium_dri.so free 0x5571735f9a00 void 0.000127
+gallium_dri.so free 0x5571735f9900 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9a30 0.000130
+gallium_dri.so free 0x5571735f9a80 void 0.000133
+gallium_dri.so free 0x5571735f9a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9a30 0.000131
+gallium_dri.so free 0x5571735f9b80 void 0.000131
+gallium_dri.so free 0x5571735f9a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9b30 0.000130
+gallium_dri.so free 0x5571735f9c40 void 0.000132
+gallium_dri.so free 0x5571735f9b30 void 0.000178
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000127
+gallium_dri.so free 0x5571735f9c80 void 0.000129
+gallium_dri.so free 0x5571735f9bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000131
+gallium_dri.so free 0x5571735f9d40 void 0.000126
+gallium_dri.so free 0x5571735f9bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9db0 0.000131
+gallium_dri.so free 0x5571735f9e00 void 0.000125
+gallium_dri.so free 0x5571735f9db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9db0 0.000145
+gallium_dri.so free 0x5571735f9f00 void 0.000188
+gallium_dri.so free 0x5571735f9db0 void 0.000224
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000222
+gallium_dri.so free 0x5571735f9fc0 void 0.000198
+gallium_dri.so free 0x5571735f9eb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f9f70 0.000133
+gallium_dri.so free 0x5571735fa000 void 0.000130
+gallium_dri.so free 0x5571735f9f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9f70 0.000123
+gallium_dri.so free 0x5571735fa0c0 void 0.000131
+gallium_dri.so free 0x5571735f9f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa100 0.000123
+gallium_dri.so free 0x5571735fa180 void 0.000124
+gallium_dri.so free 0x5571735fa100 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa180 0.000133
+gallium_dri.so free 0x5571735fa240 void 0.000149
+gallium_dri.so free 0x5571735fa180 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa180 0.000123
+gallium_dri.so free 0x5571735fa300 void 0.000124
+gallium_dri.so free 0x5571735fa180 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa320 0.000132
+gallium_dri.so free 0x5571735fa3c0 void 0.000132
+gallium_dri.so free 0x5571735fa320 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa370 0.000124
+gallium_dri.so free 0x5571735fa440 void 0.000124
+gallium_dri.so free 0x5571735fa370 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa370 0.000134
+gallium_dri.so free 0x5571735fa4c0 void 0.000134
+gallium_dri.so free 0x5571735fa370 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000122
+gallium_dri.so free 0x5571735fa580 void 0.000136
+gallium_dri.so free 0x5571735fa4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000128
+gallium_dri.so free 0x5571735fa640 void 0.000126
+gallium_dri.so free 0x5571735fa4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000130
+gallium_dri.so free 0x5571735fa700 void 0.000127
+gallium_dri.so free 0x5571735fa4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa6b0 0.000130
+gallium_dri.so free 0x5571735fa7c0 void 0.000131
+gallium_dri.so free 0x5571735fa6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa770 0.000126
+gallium_dri.so free 0x5571735fa840 void 0.000125
+gallium_dri.so free 0x5571735fa770 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa890 0.000127
+gallium_dri.so free 0x5571735fa900 void 0.000126
+gallium_dri.so free 0x5571735fa890 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa920 0.000129
+gallium_dri.so free 0x5571735fa9c0 void 0.000126
+gallium_dri.so free 0x5571735fa920 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa970 0.000124
+gallium_dri.so free 0x5571735faa40 void 0.000126
+gallium_dri.so free 0x5571735fa970 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa970 0.000212
+gallium_dri.so free 0x5571735faac0 void 0.000169
+gallium_dri.so free 0x5571735fa970 void 0.000252
+gallium_dri.so malloc 72 0x5571735faac0 0.000269
+gallium_dri.so free 0x5571735fab80 void 0.000275
+gallium_dri.so free 0x5571735faac0 void 0.000169
+gallium_dri.so malloc 72 0x5571735faac0 0.000166
+gallium_dri.so free 0x5571735fac80 void 0.000131
+gallium_dri.so free 0x5571735faac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fac30 0.000132
+gallium_dri.so free 0x5571735facc0 void 0.000130
+gallium_dri.so free 0x5571735fac30 void 0.000134
+gallium_dri.so malloc 72 0x5571735fac30 0.000132
+gallium_dri.so free 0x5571735fad80 void 0.000137
+gallium_dri.so free 0x5571735fac30 void 0.000174
+gallium_dri.so malloc 72 0x5571735fadc0 0.000165
+gallium_dri.so free 0x5571735fae40 void 0.000131
+gallium_dri.so free 0x5571735fadc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fae40 0.000133
+gallium_dri.so free 0x5571735faf00 void 0.000132
+gallium_dri.so free 0x5571735fae40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fae40 0.000125
+gallium_dri.so free 0x5571735faf80 void 0.000129
+gallium_dri.so free 0x5571735fae40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fafb0 0.000132
+gallium_dri.so free 0x5571735fb000 void 0.000131
+gallium_dri.so free 0x5571735fafb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fafb0 0.000132
+gallium_dri.so free 0x5571735fb100 void 0.000132
+gallium_dri.so free 0x5571735fafb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb140 0.000124
+gallium_dri.so free 0x5571735fb1c0 void 0.000131
+gallium_dri.so free 0x5571735fb140 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000123
+gallium_dri.so free 0x5571735fb280 void 0.000129
+gallium_dri.so free 0x5571735fb1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000123
+gallium_dri.so free 0x5571735fb300 void 0.000122
+gallium_dri.so free 0x5571735fb1c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb330 0.000133
+gallium_dri.so free 0x5571735fb380 void 0.000132
+gallium_dri.so free 0x5571735fb330 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb330 0.000131
+gallium_dri.so free 0x5571735fb480 void 0.000132
+gallium_dri.so free 0x5571735fb330 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb430 0.000127
+gallium_dri.so free 0x5571735fb540 void 0.000130
+gallium_dri.so free 0x5571735fb430 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000126
+gallium_dri.so free 0x5571735fb5c0 void 0.000147
+gallium_dri.so free 0x5571735fb4f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000131
+gallium_dri.so free 0x5571735fb680 void 0.000131
+gallium_dri.so free 0x5571735fb4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000125
+gallium_dri.so free 0x5571735fb740 void 0.000131
+gallium_dri.so free 0x5571735fb4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000129
+gallium_dri.so free 0x5571735fb7c0 void 0.000130
+gallium_dri.so free 0x5571735fb6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb810 0.000135
+gallium_dri.so free 0x5571735fb880 void 0.000129
+gallium_dri.so free 0x5571735fb810 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb8a0 0.000131
+gallium_dri.so free 0x5571735fb940 void 0.000126
+gallium_dri.so free 0x5571735fb8a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000150
+gallium_dri.so free 0x5571735fb9c0 void 0.000132
+gallium_dri.so free 0x5571735fb8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000132
+gallium_dri.so free 0x5571735fba80 void 0.000126
+gallium_dri.so free 0x5571735fb9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000129
+gallium_dri.so free 0x5571735fbb00 void 0.000132
+gallium_dri.so free 0x5571735fb9c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbb00 0.000124
+gallium_dri.so free 0x5571735fbbc0 void 0.000125
+gallium_dri.so free 0x5571735fbb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb00 0.000132
+gallium_dri.so free 0x5571735fbc80 void 0.000131
+gallium_dri.so free 0x5571735fbb00 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbb00 0.000135
+gallium_dri.so free 0x5571735fbd40 void 0.000131
+gallium_dri.so free 0x5571735fbb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000132
+gallium_dri.so free 0x5571735fbdc0 void 0.000131
+gallium_dri.so free 0x5571735fbcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbe10 0.000131
+gallium_dri.so free 0x5571735fbe80 void 0.000130
+gallium_dri.so free 0x5571735fbe10 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbec0 0.000131
+gallium_dri.so free 0x5571735fbf40 void 0.000131
+gallium_dri.so free 0x5571735fbec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbec0 0.000130
+gallium_dri.so free 0x5571735fbfc0 void 0.000132
+gallium_dri.so free 0x5571735fbec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbff0 0.000126
+gallium_dri.so free 0x5571735fc040 void 0.000130
+gallium_dri.so free 0x5571735fbff0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbff0 0.000129
+gallium_dri.so free 0x5571735fc140 void 0.000127
+gallium_dri.so free 0x5571735fbff0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc0f0 0.000135
+gallium_dri.so free 0x5571735fc200 void 0.000135
+gallium_dri.so free 0x5571735fc0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000132
+gallium_dri.so free 0x5571735fc240 void 0.000132
+gallium_dri.so free 0x5571735fc1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000132
+gallium_dri.so free 0x5571735fc300 void 0.000132
+gallium_dri.so free 0x5571735fc1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc370 0.000126
+gallium_dri.so free 0x5571735fc3c0 void 0.000130
+gallium_dri.so free 0x5571735fc370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc370 0.000131
+gallium_dri.so free 0x5571735fc4c0 void 0.000131
+gallium_dri.so free 0x5571735fc370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc470 0.000136
+gallium_dri.so free 0x5571735fc580 void 0.000137
+gallium_dri.so free 0x5571735fc470 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc530 0.000133
+gallium_dri.so free 0x5571735fc5c0 void 0.000142
+gallium_dri.so free 0x5571735fc530 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc530 0.000168
+gallium_dri.so free 0x5571735fc680 void 0.000132
+gallium_dri.so free 0x5571735fc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000130
+gallium_dri.so free 0x5571735fc740 void 0.000125
+gallium_dri.so free 0x5571735fc6c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc740 0.000125
+gallium_dri.so free 0x5571735fc800 void 0.000126
+gallium_dri.so free 0x5571735fc740 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc740 0.000131
+gallium_dri.so free 0x5571735fc8c0 void 0.000131
+gallium_dri.so free 0x5571735fc740 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc8e0 0.000127
+gallium_dri.so free 0x5571735fc980 void 0.000125
+gallium_dri.so free 0x5571735fc8e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc930 0.000130
+gallium_dri.so free 0x5571735fca00 void 0.000131
+gallium_dri.so free 0x5571735fc930 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc930 0.000125
+gallium_dri.so free 0x5571735fca80 void 0.000137
+gallium_dri.so free 0x5571735fc930 void 0.000124
+gallium_dri.so malloc 72 0x5571735fca80 0.000130
+gallium_dri.so free 0x5571735fcb40 void 0.000132
+gallium_dri.so free 0x5571735fca80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fca80 0.000124
+gallium_dri.so free 0x5571735fcc00 void 0.000131
+gallium_dri.so free 0x5571735fca80 void 0.000133
+gallium_dri.so malloc 72 0x5571735fca80 0.000132
+gallium_dri.so free 0x5571735fccc0 void 0.000131
+gallium_dri.so free 0x5571735fca80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcc70 0.000125
+gallium_dri.so free 0x5571735fcd80 void 0.000131
+gallium_dri.so free 0x5571735fcc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcd30 0.000130
+gallium_dri.so free 0x5571735fce00 void 0.000130
+gallium_dri.so free 0x5571735fcd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fce50 0.000127
+gallium_dri.so free 0x5571735fcec0 void 0.000125
+gallium_dri.so free 0x5571735fce50 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcee0 0.000131
+gallium_dri.so free 0x5571735fcf80 void 0.000126
+gallium_dri.so free 0x5571735fcee0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fcf30 0.000133
+gallium_dri.so free 0x5571735fd000 void 0.000221
+gallium_dri.so free 0x5571735fcf30 void 0.000185
+gallium_dri.so malloc 72 0x5571735fcf30 0.000127
+gallium_dri.so free 0x5571735fd080 void 0.000125
+gallium_dri.so free 0x5571735fcf30 void 0.000152
+gallium_dri.so malloc 72 0x5571735fd080 0.000133
+gallium_dri.so free 0x5571735fd140 void 0.000131
+gallium_dri.so free 0x5571735fd080 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd080 0.000131
+gallium_dri.so free 0x5571735fd240 void 0.000130
+gallium_dri.so free 0x5571735fd080 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000126
+gallium_dri.so free 0x5571735fd280 void 0.000126
+gallium_dri.so free 0x5571735fd1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000130
+gallium_dri.so free 0x5571735fd340 void 0.000132
+gallium_dri.so free 0x5571735fd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd380 0.000132
+gallium_dri.so free 0x5571735fd400 void 0.000142
+gallium_dri.so free 0x5571735fd380 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd400 0.000130
+gallium_dri.so free 0x5571735fd4c0 void 0.000126
+gallium_dri.so free 0x5571735fd400 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd400 0.000124
+gallium_dri.so free 0x5571735fd540 void 0.000129
+gallium_dri.so free 0x5571735fd400 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd570 0.000125
+gallium_dri.so free 0x5571735fd5c0 void 0.000132
+gallium_dri.so free 0x5571735fd570 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd570 0.000125
+gallium_dri.so free 0x5571735fd6c0 void 0.000130
+gallium_dri.so free 0x5571735fd570 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd700 0.000132
+gallium_dri.so free 0x5571735fd780 void 0.000132
+gallium_dri.so free 0x5571735fd700 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd780 0.000130
+gallium_dri.so free 0x5571735fd840 void 0.000132
+gallium_dri.so free 0x5571735fd780 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd780 0.000129
+gallium_dri.so free 0x5571735fd8c0 void 0.000127
+gallium_dri.so free 0x5571735fd780 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000136
+gallium_dri.so free 0x5571735fd940 void 0.000132
+gallium_dri.so free 0x5571735fd8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000132
+gallium_dri.so free 0x5571735fda40 void 0.000131
+gallium_dri.so free 0x5571735fd8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000126
+gallium_dri.so free 0x5571735fdb00 void 0.000129
+gallium_dri.so free 0x5571735fd9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdab0 0.000130
+gallium_dri.so free 0x5571735fdb80 void 0.000127
+gallium_dri.so free 0x5571735fdab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdab0 0.000124
+gallium_dri.so free 0x5571735fdc40 void 0.000131
+gallium_dri.so free 0x5571735fdab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdab0 0.000153
+gallium_dri.so free 0x5571735fdd00 void 0.000135
+gallium_dri.so free 0x5571735fdab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000223
+gallium_dri.so free 0x5571735fdd80 void 0.000189
+gallium_dri.so free 0x5571735fdcb0 void 0.000227
+gallium_dri.so malloc 72 0x5571735fddd0 0.000230
+gallium_dri.so free 0x5571735fde40 void 0.000201
+gallium_dri.so free 0x5571735fddd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fde60 0.000131
+gallium_dri.so free 0x5571735fdf00 void 0.000132
+gallium_dri.so free 0x5571735fde60 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000124
+gallium_dri.so free 0x5571735fdf80 void 0.000125
+gallium_dri.so free 0x5571735fdeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdf80 0.000131
+gallium_dri.so free 0x5571735fe040 void 0.000133
+gallium_dri.so free 0x5571735fdf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdf80 0.000132
+gallium_dri.so free 0x5571735fe0c0 void 0.000131
+gallium_dri.so free 0x5571735fdf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000133
+gallium_dri.so free 0x5571735fe180 void 0.000143
+gallium_dri.so free 0x5571735fe0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000129
+gallium_dri.so free 0x5571735fe240 void 0.000125
+gallium_dri.so free 0x5571735fe0c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000132
+gallium_dri.so free 0x5571735fe300 void 0.000132
+gallium_dri.so free 0x5571735fe0c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000132
+gallium_dri.so free 0x5571735fe380 void 0.000132
+gallium_dri.so free 0x5571735fe2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe3d0 0.000129
+gallium_dri.so free 0x5571735fe440 void 0.000150
+gallium_dri.so free 0x5571735fe3d0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe480 0.000131
+gallium_dri.so free 0x5571735fe500 void 0.000133
+gallium_dri.so free 0x5571735fe480 void 0.000224
+gallium_dri.so malloc 72 0x5571735fe480 0.000131
+gallium_dri.so free 0x5571735fe580 void 0.000125
+gallium_dri.so free 0x5571735fe480 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000140
+gallium_dri.so free 0x5571735fe600 void 0.000132
+gallium_dri.so free 0x5571735fe5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000126
+gallium_dri.so free 0x5571735fe700 void 0.000126
+gallium_dri.so free 0x5571735fe5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe6b0 0.000132
+gallium_dri.so free 0x5571735fe7c0 void 0.000149
+gallium_dri.so free 0x5571735fe6b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe770 0.000131
+gallium_dri.so free 0x5571735fe800 void 0.000131
+gallium_dri.so free 0x5571735fe770 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe770 0.000126
+gallium_dri.so free 0x5571735fe8c0 void 0.000130
+gallium_dri.so free 0x5571735fe770 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe930 0.000129
+gallium_dri.so free 0x5571735fe980 void 0.000132
+gallium_dri.so free 0x5571735fe930 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe930 0.000132
+gallium_dri.so free 0x5571735fea80 void 0.000130
+gallium_dri.so free 0x5571735fe930 void 0.000132
+gallium_dri.so malloc 72 0x5571735fea30 0.000172
+gallium_dri.so free 0x5571735feb40 void 0.000134
+gallium_dri.so free 0x5571735fea30 void 0.000132
+gallium_dri.so malloc 72 0x5571735feaf0 0.000125
+gallium_dri.so free 0x5571735feb80 void 0.000123
+gallium_dri.so free 0x5571735feaf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735feaf0 0.000132
+gallium_dri.so free 0x5571735fec40 void 0.000126
+gallium_dri.so free 0x5571735feaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fec80 0.000122
+gallium_dri.so free 0x5571735fed00 void 0.000130
+gallium_dri.so free 0x5571735fec80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fed00 0.000125
+gallium_dri.so free 0x5571735fedc0 void 0.000122
+gallium_dri.so free 0x5571735fed00 void 0.000127
+gallium_dri.so malloc 72 0x5571735fed00 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000133
+gallium_dri.so free 0x5571735fed00 void 0.000126
+gallium_dri.so malloc 72 0x5571735feea0 0.000128
+gallium_dri.so free 0x5571735fef40 void 0.000133
+gallium_dri.so free 0x5571735feea0 void 0.000125
+gallium_dri.so malloc 72 0x5571735feef0 0.000124
+gallium_dri.so free 0x5571735fefc0 void 0.000125
+gallium_dri.so free 0x5571735feef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735feef0 0.000123
+gallium_dri.so free 0x5571735ff040 void 0.000132
+gallium_dri.so free 0x5571735feef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff040 0.000126
+gallium_dri.so free 0x5571735ff100 void 0.000125
+gallium_dri.so free 0x5571735ff040 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff040 0.000124
+gallium_dri.so free 0x5571735ff1c0 void 0.000123
+gallium_dri.so free 0x5571735ff040 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff040 0.000124
+gallium_dri.so free 0x5571735ff280 void 0.000123
+gallium_dri.so free 0x5571735ff040 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff230 0.000122
+gallium_dri.so free 0x5571735ff340 void 0.000123
+gallium_dri.so free 0x5571735ff230 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000123
+gallium_dri.so free 0x5571735ff3c0 void 0.000123
+gallium_dri.so free 0x5571735ff2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff410 0.000126
+gallium_dri.so free 0x5571735ff480 void 0.000132
+gallium_dri.so free 0x5571735ff410 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000123
+gallium_dri.so free 0x5571735ff540 void 0.000132
+gallium_dri.so free 0x5571735ff4a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000123
+gallium_dri.so free 0x5571735ff5c0 void 0.000123
+gallium_dri.so free 0x5571735ff4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000124
+gallium_dri.so free 0x5571735ff640 void 0.000123
+gallium_dri.so free 0x5571735ff4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff640 0.000124
+gallium_dri.so free 0x5571735ff700 void 0.000123
+gallium_dri.so free 0x5571735ff640 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff640 0.000124
+gallium_dri.so free 0x5571735ff800 void 0.000124
+gallium_dri.so free 0x5571735ff640 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000122
+gallium_dri.so free 0x5571735ff840 void 0.000124
+gallium_dri.so free 0x5571735ff7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000130
+gallium_dri.so free 0x5571735ff900 void 0.000118
+gallium_dri.so free 0x5571735ff7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff940 0.000118
+gallium_dri.so free 0x5571735ff9c0 void 0.000117
+gallium_dri.so free 0x5571735ff940 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000117
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so free 0x5571735ff9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000128
+gallium_dri.so free 0x5571735ffb00 void 0.000119
+gallium_dri.so free 0x5571735ff9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffb30 0.000119
+gallium_dri.so free 0x5571735ffb80 void 0.000119
+gallium_dri.so free 0x5571735ffb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffb30 0.000118
+gallium_dri.so free 0x5571735ffc80 void 0.000118
+gallium_dri.so free 0x5571735ffb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffcc0 0.000120
+gallium_dri.so free 0x5571735ffd40 void 0.000119
+gallium_dri.so free 0x5571735ffcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd40 0.000119
+gallium_dri.so free 0x5571735ffe00 void 0.000121
+gallium_dri.so free 0x5571735ffd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd40 0.000119
+gallium_dri.so free 0x5571735ffe80 void 0.000124
+gallium_dri.so free 0x5571735ffd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000118
+gallium_dri.so free 0x5571735cae40 void 0.000119
+gallium_dri.so free 0x5571735ffeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000118
+gallium_dri.so free 0x5571735caf40 void 0.000118
+gallium_dri.so free 0x5571735ffeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735caef0 0.000118
+gallium_dri.so free 0x5571735cb000 void 0.000120
+gallium_dri.so free 0x5571735caef0 void 0.000161
+gallium_dri.so malloc 72 0x5571735cafb0 0.000119
+gallium_dri.so free 0x5571735cb080 void 0.000119
+gallium_dri.so free 0x5571735cafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafb0 0.000119
+gallium_dri.so free 0x5571735cb140 void 0.000118
+gallium_dri.so free 0x5571735cafb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cafb0 0.000117
+gallium_dri.so free 0x5571735cb200 void 0.000118
+gallium_dri.so free 0x5571735cafb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000120
+gallium_dri.so free 0x5571735cb280 void 0.000118
+gallium_dri.so free 0x5571735cb1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb2d0 0.000121
+gallium_dri.so free 0x5571735cb340 void 0.000127
+gallium_dri.so free 0x5571735cb2d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb360 0.000118
+gallium_dri.so free 0x5571735cb400 void 0.000119
+gallium_dri.so free 0x5571735cb360 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000126
+gallium_dri.so free 0x5571735cb480 void 0.000124
+gallium_dri.so free 0x5571735cb3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb480 0.000118
+gallium_dri.so free 0x5571735cb540 void 0.000124
+gallium_dri.so free 0x5571735cb480 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb480 0.000129
+gallium_dri.so free 0x5571735cb5c0 void 0.000118
+gallium_dri.so free 0x5571735cb480 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000125
+gallium_dri.so free 0x5571735cb680 void 0.000126
+gallium_dri.so free 0x5571735cb5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000122
+gallium_dri.so free 0x5571735cb740 void 0.000130
+gallium_dri.so free 0x5571735cb5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000125
+gallium_dri.so free 0x5571735cb800 void 0.000125
+gallium_dri.so free 0x5571735cb5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000125
+gallium_dri.so free 0x5571735cb880 void 0.000120
+gallium_dri.so free 0x5571735cb7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb8d0 0.000118
+gallium_dri.so free 0x5571735cb940 void 0.000117
+gallium_dri.so free 0x5571735cb8d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb980 0.000116
+gallium_dri.so free 0x5571735cba00 void 0.000118
+gallium_dri.so free 0x5571735cb980 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb980 0.000127
+gallium_dri.so free 0x5571735cba80 void 0.000126
+gallium_dri.so free 0x5571735cb980 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbab0 0.000117
+gallium_dri.so free 0x5571735cbb00 void 0.000131
+gallium_dri.so free 0x5571735cbab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbab0 0.000126
+gallium_dri.so free 0x5571735cbc00 void 0.000125
+gallium_dri.so free 0x5571735cbab0 void 0.000142
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000126
+gallium_dri.so free 0x5571735cbcc0 void 0.000127
+gallium_dri.so free 0x5571735cbbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbc70 0.000118
+gallium_dri.so free 0x5571735cbd00 void 0.000125
+gallium_dri.so free 0x5571735cbc70 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbc70 0.000126
+gallium_dri.so free 0x5571735cbdc0 void 0.000126
+gallium_dri.so free 0x5571735cbc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbe30 0.000119
+gallium_dri.so free 0x5571735cbe80 void 0.000124
+gallium_dri.so free 0x5571735cbe30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbe30 0.000125
+gallium_dri.so free 0x5571735cbf80 void 0.000120
+gallium_dri.so free 0x5571735cbe30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbf30 0.000125
+gallium_dri.so free 0x5571735cc040 void 0.000136
+gallium_dri.so free 0x5571735cbf30 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbff0 0.000125
+gallium_dri.so free 0x5571735cc080 void 0.000125
+gallium_dri.so free 0x5571735cbff0 void 0.000239
+gallium_dri.so malloc 72 0x5571735cbff0 0.000217
+gallium_dri.so free 0x5571735cc140 void 0.000125
+gallium_dri.so free 0x5571735cbff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc180 0.000124
+gallium_dri.so free 0x5571735cc200 void 0.000124
+gallium_dri.so free 0x5571735cc180 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc200 0.000117
+gallium_dri.so free 0x5571735cc2c0 void 0.000119
+gallium_dri.so free 0x5571735cc200 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc200 0.000118
+gallium_dri.so free 0x5571735cc380 void 0.000119
+gallium_dri.so free 0x5571735cc200 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc3a0 0.000125
+gallium_dri.so free 0x5571735cc440 void 0.000124
+gallium_dri.so free 0x5571735cc3a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000117
+gallium_dri.so free 0x5571735cc4c0 void 0.000117
+gallium_dri.so free 0x5571735cc3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000117
+gallium_dri.so free 0x5571735cc540 void 0.000118
+gallium_dri.so free 0x5571735cc3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc540 0.000124
+gallium_dri.so free 0x5571735cc600 void 0.000119
+gallium_dri.so free 0x5571735cc540 void 0.000168
+gallium_dri.so malloc 72 0x5571735cc540 0.000120
+gallium_dri.so free 0x5571735cc6c0 void 0.000118
+gallium_dri.so free 0x5571735cc540 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc540 0.000117
+gallium_dri.so free 0x5571735cc780 void 0.000117
+gallium_dri.so free 0x5571735cc540 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc730 0.000118
+gallium_dri.so free 0x5571735cc840 void 0.000117
+gallium_dri.so free 0x5571735cc730 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000116
+gallium_dri.so free 0x5571735cc8c0 void 0.000117
+gallium_dri.so free 0x5571735cc7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc910 0.000116
+gallium_dri.so free 0x5571735cc980 void 0.000118
+gallium_dri.so free 0x5571735cc910 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc9a0 0.000119
+gallium_dri.so free 0x5571735cca40 void 0.000120
+gallium_dri.so free 0x5571735cc9a0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000120
+gallium_dri.so free 0x5571735ccac0 void 0.000119
+gallium_dri.so free 0x5571735cc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000118
+gallium_dri.so free 0x5571735ccb40 void 0.000118
+gallium_dri.so free 0x5571735cc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccb40 0.000120
+gallium_dri.so free 0x5571735ccc00 void 0.000125
+gallium_dri.so free 0x5571735ccb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccb40 0.000116
+gallium_dri.so free 0x5571735ccd00 void 0.000116
+gallium_dri.so free 0x5571735ccb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cccb0 0.000118
+gallium_dri.so free 0x5571735ccd40 void 0.000119
+gallium_dri.so free 0x5571735cccb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cccb0 0.000120
+gallium_dri.so free 0x5571735cce00 void 0.000137
+gallium_dri.so free 0x5571735cccb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cce40 0.000118
+gallium_dri.so free 0x5571735ccec0 void 0.000118
+gallium_dri.so free 0x5571735cce40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccec0 0.000118
+gallium_dri.so free 0x5571735ccf80 void 0.000117
+gallium_dri.so free 0x5571735ccec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ccec0 0.000118
+gallium_dri.so free 0x5571735cd000 void 0.000118
+gallium_dri.so free 0x5571735ccec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd030 0.000117
+gallium_dri.so free 0x5571735cd080 void 0.000118
+gallium_dri.so free 0x5571735cd030 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd030 0.000118
+gallium_dri.so free 0x5571735cd180 void 0.000117
+gallium_dri.so free 0x5571735cd030 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd1c0 0.000117
+gallium_dri.so free 0x5571735cd240 void 0.000128
+gallium_dri.so free 0x5571735cd1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd240 0.000119
+gallium_dri.so free 0x5571735cd300 void 0.000118
+gallium_dri.so free 0x5571735cd240 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd240 0.000117
+gallium_dri.so free 0x5571735cd380 void 0.000118
+gallium_dri.so free 0x5571735cd240 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000118
+gallium_dri.so free 0x5571735cd400 void 0.000119
+gallium_dri.so free 0x5571735cd3b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000121
+gallium_dri.so free 0x5571735cd500 void 0.000121
+gallium_dri.so free 0x5571735cd3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000121
+gallium_dri.so free 0x5571735cd5c0 void 0.000118
+gallium_dri.so free 0x5571735cd4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd570 0.000119
+gallium_dri.so free 0x5571735cd640 void 0.000118
+gallium_dri.so free 0x5571735cd570 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd570 0.000118
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd570 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd570 0.000118
+gallium_dri.so free 0x5571735cd7c0 void 0.000118
+gallium_dri.so free 0x5571735cd570 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd770 0.000181
+gallium_dri.so free 0x5571735cd840 void 0.000121
+gallium_dri.so free 0x5571735cd770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd890 0.000118
+gallium_dri.so free 0x5571735cd900 void 0.000118
+gallium_dri.so free 0x5571735cd890 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd920 0.000118
+gallium_dri.so free 0x5571735cd9c0 void 0.000119
+gallium_dri.so free 0x5571735cd920 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd970 0.000119
+gallium_dri.so free 0x5571735cda40 void 0.000119
+gallium_dri.so free 0x5571735cd970 void 0.000119
+gallium_dri.so malloc 72 0x5571735cda40 0.000118
+gallium_dri.so free 0x5571735cdb00 void 0.000120
+gallium_dri.so free 0x5571735cda40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cda40 0.000120
+gallium_dri.so free 0x5571735cdb80 void 0.000120
+gallium_dri.so free 0x5571735cda40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb80 0.000118
+gallium_dri.so free 0x5571735cdc40 void 0.000121
+gallium_dri.so free 0x5571735cdb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdb80 0.000119
+gallium_dri.so free 0x5571735cdd00 void 0.000138
+gallium_dri.so free 0x5571735cdb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdb80 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000119
+gallium_dri.so free 0x5571735cdb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdd70 0.000117
+gallium_dri.so free 0x5571735cde40 void 0.000116
+gallium_dri.so free 0x5571735cdd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cde90 0.000118
+gallium_dri.so free 0x5571735cdf00 void 0.000119
+gallium_dri.so free 0x5571735cde90 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdf40 0.000117
+gallium_dri.so free 0x5571735cdfc0 void 0.000118
+gallium_dri.so free 0x5571735cdf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdf40 0.000117
+gallium_dri.so free 0x5571735ce040 void 0.000118
+gallium_dri.so free 0x5571735cdf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce070 0.000117
+gallium_dri.so free 0x5571735ce0c0 void 0.000117
+gallium_dri.so free 0x5571735ce070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce070 0.000116
+gallium_dri.so free 0x5571735ce1c0 void 0.000118
+gallium_dri.so free 0x5571735ce070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce170 0.000118
+gallium_dri.so free 0x5571735ce280 void 0.000117
+gallium_dri.so free 0x5571735ce170 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce230 0.000116
+gallium_dri.so free 0x5571735ce2c0 void 0.000117
+gallium_dri.so free 0x5571735ce230 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce230 0.000117
+gallium_dri.so free 0x5571735ce380 void 0.000129
+gallium_dri.so free 0x5571735ce230 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000118
+gallium_dri.so free 0x5571735ce440 void 0.000119
+gallium_dri.so free 0x5571735ce3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000119
+gallium_dri.so free 0x5571735ce540 void 0.000119
+gallium_dri.so free 0x5571735ce3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000118
+gallium_dri.so free 0x5571735ce600 void 0.000123
+gallium_dri.so free 0x5571735ce4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000120
+gallium_dri.so free 0x5571735ce640 void 0.000118
+gallium_dri.so free 0x5571735ce5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000118
+gallium_dri.so free 0x5571735ce700 void 0.000120
+gallium_dri.so free 0x5571735ce5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce740 0.000119
+gallium_dri.so free 0x5571735ce7c0 void 0.000119
+gallium_dri.so free 0x5571735ce740 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000120
+gallium_dri.so free 0x5571735ce880 void 0.000117
+gallium_dri.so free 0x5571735ce7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000121
+gallium_dri.so free 0x5571735ce940 void 0.000118
+gallium_dri.so free 0x5571735ce7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce960 0.000162
+gallium_dri.so free 0x5571735cea00 void 0.000132
+gallium_dri.so free 0x5571735ce960 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000120
+gallium_dri.so free 0x5571735cea80 void 0.000121
+gallium_dri.so free 0x5571735ce9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000119
+gallium_dri.so free 0x5571735ceb00 void 0.000122
+gallium_dri.so free 0x5571735ce9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb00 0.000141
+gallium_dri.so free 0x5571735cebc0 void 0.000123
+gallium_dri.so free 0x5571735ceb00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb00 0.000121
+gallium_dri.so free 0x5571735cec80 void 0.000120
+gallium_dri.so free 0x5571735ceb00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceb00 0.000119
+gallium_dri.so free 0x5571735ced40 void 0.000203
+gallium_dri.so free 0x5571735ceb00 void 0.000190
+gallium_dri.so malloc 72 0x5571735cecf0 0.000163
+gallium_dri.so free 0x5571735cee00 void 0.000119
+gallium_dri.so free 0x5571735cecf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cedb0 0.000117
+gallium_dri.so free 0x5571735cee80 void 0.000117
+gallium_dri.so free 0x5571735cedb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceed0 0.000120
+gallium_dri.so free 0x5571735cef40 void 0.000120
+gallium_dri.so free 0x5571735ceed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cef60 0.000117
+gallium_dri.so free 0x5571735cf000 void 0.000118
+gallium_dri.so free 0x5571735cef60 void 0.000117
+gallium_dri.so malloc 72 0x5571735cefb0 0.000117
+gallium_dri.so free 0x5571735cf080 void 0.000118
+gallium_dri.so free 0x5571735cefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefb0 0.000117
+gallium_dri.so free 0x5571735cf100 void 0.000119
+gallium_dri.so free 0x5571735cefb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf100 0.000118
+gallium_dri.so free 0x5571735cf1c0 void 0.000118
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf100 0.000119
+gallium_dri.so free 0x5571735cf2c0 void 0.000118
+gallium_dri.so free 0x5571735cf100 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf270 0.000118
+gallium_dri.so free 0x5571735cf300 void 0.000119
+gallium_dri.so free 0x5571735cf270 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf270 0.000123
+gallium_dri.so free 0x5571735cf3c0 void 0.000118
+gallium_dri.so free 0x5571735cf270 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf400 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000118
+gallium_dri.so free 0x5571735cf400 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf480 0.000139
+gallium_dri.so free 0x5571735cf540 void 0.000120
+gallium_dri.so free 0x5571735cf480 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf480 0.000119
+gallium_dri.so free 0x5571735cf5c0 void 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000132
+gallium_dri.so free 0x5571735cf640 void 0.000119
+gallium_dri.so free 0x5571735cf5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000118
+gallium_dri.so free 0x5571735cf740 void 0.000118
+gallium_dri.so free 0x5571735cf5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf780 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000119
+gallium_dri.so free 0x5571735cf780 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf800 0.000120
+gallium_dri.so free 0x5571735cf8c0 void 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf800 0.000118
+gallium_dri.so free 0x5571735cf940 void 0.000119
+gallium_dri.so free 0x5571735cf800 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf970 0.000118
+gallium_dri.so free 0x5571735cf9c0 void 0.000119
+gallium_dri.so free 0x5571735cf970 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf970 0.000119
+gallium_dri.so free 0x5571735cfac0 void 0.000118
+gallium_dri.so free 0x5571735cf970 void 0.000170
+gallium_dri.so malloc 72 0x5571735cfa70 0.000124
+gallium_dri.so free 0x5571735cfb80 void 0.000120
+gallium_dri.so free 0x5571735cfa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb30 0.000118
+gallium_dri.so free 0x5571735cfc00 void 0.000118
+gallium_dri.so free 0x5571735cfb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb30 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000120
+gallium_dri.so free 0x5571735cfb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfb30 0.000119
+gallium_dri.so free 0x5571735cfd80 void 0.000119
+gallium_dri.so free 0x5571735cfb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd30 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe50 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000119
+gallium_dri.so free 0x5571735cfe50 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfee0 0.000118
+gallium_dri.so free 0x5571735cff80 void 0.000119
+gallium_dri.so free 0x5571735cfee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cff30 0.000118
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so free 0x5571735cff30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571735d00c0 void 0.000127
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0000 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000118
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0140 0.000119
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0140 0.000118
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0140 0.000118
+gallium_dri.so free 0x5571735d0380 void 0.000119
+gallium_dri.so free 0x5571735d0140 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0330 0.000119
+gallium_dri.so free 0x5571735d0400 void 0.000119
+gallium_dri.so free 0x5571735d0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0450 0.000118
+gallium_dri.so free 0x5571735d04c0 void 0.000119
+gallium_dri.so free 0x5571735d0450 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0500 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000119
+gallium_dri.so free 0x5571735d0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0500 0.000117
+gallium_dri.so free 0x5571735d0600 void 0.000119
+gallium_dri.so free 0x5571735d0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0630 0.000132
+gallium_dri.so free 0x5571735d0680 void 0.000119
+gallium_dri.so free 0x5571735d0630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0630 0.000117
+gallium_dri.so free 0x5571735d0780 void 0.000117
+gallium_dri.so free 0x5571735d0630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0730 0.000117
+gallium_dri.so free 0x5571735d0840 void 0.000117
+gallium_dri.so free 0x5571735d0730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d07f0 0.000118
+gallium_dri.so free 0x5571735d0880 void 0.000136
+gallium_dri.so free 0x5571735d07f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d07f0 0.000120
+gallium_dri.so free 0x5571735d0940 void 0.000119
+gallium_dri.so free 0x5571735d07f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d09b0 0.000119
+gallium_dri.so free 0x5571735d0a00 void 0.000119
+gallium_dri.so free 0x5571735d09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d09b0 0.000119
+gallium_dri.so free 0x5571735d0b00 void 0.000120
+gallium_dri.so free 0x5571735d09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000118
+gallium_dri.so free 0x5571735d0ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b70 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b70 0.000120
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d00 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000119
+gallium_dri.so free 0x5571735d0d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d80 0.000119
+gallium_dri.so free 0x5571735d0e40 void 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d80 0.000117
+gallium_dri.so free 0x5571735d0f00 void 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0f20 0.000119
+gallium_dri.so free 0x5571735d0fc0 void 0.000120
+gallium_dri.so free 0x5571735d0f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f70 0.000119
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f70 0.000121
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so free 0x5571735d0f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10c0 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000118
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d10c0 0.000118
+gallium_dri.so free 0x5571735d1240 void 0.000118
+gallium_dri.so free 0x5571735d10c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d10c0 0.000120
+gallium_dri.so free 0x5571735d1300 void 0.000120
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d12b0 0.000118
+gallium_dri.so free 0x5571735d13c0 void 0.000120
+gallium_dri.so free 0x5571735d12b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1370 0.000124
+gallium_dri.so free 0x5571735d1440 void 0.000119
+gallium_dri.so free 0x5571735d1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1490 0.000121
+gallium_dri.so free 0x5571735d1500 void 0.000119
+gallium_dri.so free 0x5571735d1490 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1520 0.000120
+gallium_dri.so free 0x5571735d15c0 void 0.000120
+gallium_dri.so free 0x5571735d1520 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x5571735d1640 void 0.000118
+gallium_dri.so free 0x5571735d1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000118
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d16c0 0.000119
+gallium_dri.so free 0x5571735d1780 void 0.000140
+gallium_dri.so free 0x5571735d16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d16c0 0.000120
+gallium_dri.so free 0x5571735d1880 void 0.000176
+gallium_dri.so free 0x5571735d16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1830 0.000119
+gallium_dri.so free 0x5571735d18c0 void 0.000118
+gallium_dri.so free 0x5571735d1830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1830 0.000118
+gallium_dri.so free 0x5571735d1980 void 0.000119
+gallium_dri.so free 0x5571735d1830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d19c0 0.000119
+gallium_dri.so free 0x5571735d1a40 void 0.000119
+gallium_dri.so free 0x5571735d19c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a40 0.000119
+gallium_dri.so free 0x5571735d1b00 void 0.000119
+gallium_dri.so free 0x5571735d1a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a40 0.000118
+gallium_dri.so free 0x5571735d1b80 void 0.000120
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000118
+gallium_dri.so free 0x5571735d1c00 void 0.000119
+gallium_dri.so free 0x5571735d1bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000119
+gallium_dri.so free 0x5571735d1d00 void 0.000119
+gallium_dri.so free 0x5571735d1bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1d40 0.000119
+gallium_dri.so free 0x5571735d1dc0 void 0.000119
+gallium_dri.so free 0x5571735d1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000128
+gallium_dri.so free 0x5571735d1e80 void 0.000119
+gallium_dri.so free 0x5571735d1dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000118
+gallium_dri.so free 0x5571735d1f00 void 0.000119
+gallium_dri.so free 0x5571735d1dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1f30 0.000119
+gallium_dri.so free 0x5571735d1f80 void 0.000119
+gallium_dri.so free 0x5571735d1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1f30 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000120
+gallium_dri.so free 0x5571735d1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000119
+gallium_dri.so free 0x5571735d2140 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d20f0 0.000118
+gallium_dri.so free 0x5571735d21c0 void 0.000119
+gallium_dri.so free 0x5571735d20f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d20f0 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so free 0x5571735d20f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d20f0 0.000121
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d20f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d22f0 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000120
+gallium_dri.so free 0x5571735d22f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2410 0.000121
+gallium_dri.so free 0x5571735d2480 void 0.000121
+gallium_dri.so free 0x5571735d2410 void 0.000119
+gallium_dri.so malloc 72 0x5571735d24a0 0.000118
+gallium_dri.so free 0x5571735d2540 void 0.000119
+gallium_dri.so free 0x5571735d24a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d24f0 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d24f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d25c0 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000133
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25c0 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2700 0.000118
+gallium_dri.so free 0x5571735d27c0 void 0.000119
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2700 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2700 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000120
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28f0 0.000119
+gallium_dri.so free 0x5571735d29c0 void 0.000190
+gallium_dri.so free 0x5571735d28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2a10 0.000119
+gallium_dri.so free 0x5571735d2a80 void 0.000119
+gallium_dri.so free 0x5571735d2a10 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2ac0 0.000119
+gallium_dri.so free 0x5571735d2b40 void 0.000121
+gallium_dri.so free 0x5571735d2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2ac0 0.000119
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so free 0x5571735d2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000118
+gallium_dri.so free 0x5571735d2c40 void 0.000123
+gallium_dri.so free 0x5571735d2bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000120
+gallium_dri.so free 0x5571735d2d40 void 0.000124
+gallium_dri.so free 0x5571735d2bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000122
+gallium_dri.so free 0x5571735d2e00 void 0.000121
+gallium_dri.so free 0x5571735d2cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2db0 0.000122
+gallium_dri.so free 0x5571735d2e40 void 0.000119
+gallium_dri.so free 0x5571735d2db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2db0 0.000118
+gallium_dri.so free 0x5571735d2f00 void 0.000119
+gallium_dri.so free 0x5571735d2db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2f70 0.000122
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x5571735d2f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f70 0.000119
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d2f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3070 0.000119
+gallium_dri.so free 0x5571735d3180 void 0.000134
+gallium_dri.so free 0x5571735d3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3130 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000119
+gallium_dri.so free 0x5571735d3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3130 0.000118
+gallium_dri.so free 0x5571735d3280 void 0.000119
+gallium_dri.so free 0x5571735d3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d32c0 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3340 0.000119
+gallium_dri.so free 0x5571735d3400 void 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3340 0.000118
+gallium_dri.so free 0x5571735d34c0 void 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d34e0 0.000121
+gallium_dri.so free 0x5571735d3580 void 0.000119
+gallium_dri.so free 0x5571735d34e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d3530 0.000113
+gallium_dri.so free 0x5571735d3600 void 0.000110
+gallium_dri.so free 0x5571735d3530 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3530 0.000110
+gallium_dri.so free 0x5571735d3680 void 0.000110
+gallium_dri.so free 0x5571735d3530 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3680 0.000109
+gallium_dri.so free 0x5571735d3740 void 0.000110
+gallium_dri.so free 0x5571735d3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000110
+gallium_dri.so free 0x5571735d3800 void 0.000110
+gallium_dri.so free 0x5571735d3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000110
+gallium_dri.so free 0x5571735d38c0 void 0.000110
+gallium_dri.so free 0x5571735d3680 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3870 0.000111
+gallium_dri.so free 0x5571735d3980 void 0.000111
+gallium_dri.so free 0x5571735d3870 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3930 0.000109
+gallium_dri.so free 0x5571735d3a00 void 0.000111
+gallium_dri.so free 0x5571735d3930 void 0.000109
+gallium_dri.so malloc 72 0x5571735d3a50 0.000110
+gallium_dri.so free 0x5571735d3ac0 void 0.000110
+gallium_dri.so free 0x5571735d3a50 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3ae0 0.000110
+gallium_dri.so free 0x5571735d3b80 void 0.000111
+gallium_dri.so free 0x5571735d3ae0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d3b30 0.000181
+gallium_dri.so free 0x5571735d3c00 void 0.000126
+gallium_dri.so free 0x5571735d3b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3b30 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000118
+gallium_dri.so free 0x5571735d3b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3c80 0.000120
+gallium_dri.so free 0x5571735d3d40 void 0.000119
+gallium_dri.so free 0x5571735d3c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3c80 0.000123
+gallium_dri.so free 0x5571735d3e40 void 0.000125
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3df0 0.000118
+gallium_dri.so free 0x5571735d3e80 void 0.000119
+gallium_dri.so free 0x5571735d3df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3df0 0.000124
+gallium_dri.so free 0x5571735d3f40 void 0.000124
+gallium_dri.so free 0x5571735d3df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f80 0.000120
+gallium_dri.so free 0x5571735d4000 void 0.000127
+gallium_dri.so free 0x5571735d3f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4000 0.000128
+gallium_dri.so free 0x5571735d40c0 void 0.000126
+gallium_dri.so free 0x5571735d4000 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4000 0.000125
+gallium_dri.so free 0x5571735d4140 void 0.000124
+gallium_dri.so free 0x5571735d4000 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4170 0.000124
+gallium_dri.so free 0x5571735d41c0 void 0.000126
+gallium_dri.so free 0x5571735d4170 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4170 0.000125
+gallium_dri.so free 0x5571735d42c0 void 0.000120
+gallium_dri.so free 0x5571735d4170 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4300 0.000125
+gallium_dri.so free 0x5571735d4380 void 0.000125
+gallium_dri.so free 0x5571735d4300 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4380 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000124
+gallium_dri.so free 0x5571735d4380 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4380 0.000125
+gallium_dri.so free 0x5571735d44c0 void 0.000124
+gallium_dri.so free 0x5571735d4380 void 0.000124
+gallium_dri.so malloc 72 0x5571735d44f0 0.000124
+gallium_dri.so free 0x5571735d4540 void 0.000121
+gallium_dri.so free 0x5571735d44f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d44f0 0.000142
+gallium_dri.so free 0x5571735d4640 void 0.000126
+gallium_dri.so free 0x5571735d44f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d45f0 0.000125
+gallium_dri.so free 0x5571735d4700 void 0.000158
+gallium_dri.so free 0x5571735d45f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d46b0 0.000157
+gallium_dri.so free 0x5571735d4780 void 0.000125
+gallium_dri.so free 0x5571735d46b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d46b0 0.000126
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so free 0x5571735d46b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46b0 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000122
+gallium_dri.so free 0x5571735d46b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d48b0 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so free 0x5571735d48b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d49d0 0.000122
+gallium_dri.so free 0x5571735d4a40 void 0.000120
+gallium_dri.so free 0x5571735d49d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a60 0.000118
+gallium_dri.so free 0x5571735d4b00 void 0.000124
+gallium_dri.so free 0x5571735d4a60 void 0.000150
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000135
+gallium_dri.so free 0x5571735d4b80 void 0.000148
+gallium_dri.so free 0x5571735d4ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4b80 0.000163
+gallium_dri.so free 0x5571735d4c40 void 0.000163
+gallium_dri.so free 0x5571735d4b80 void 0.000163
+gallium_dri.so malloc 72 0x5571735d4b80 0.000125
+gallium_dri.so free 0x5571735d4cc0 void 0.000121
+gallium_dri.so free 0x5571735d4b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000118
+gallium_dri.so free 0x5571735d4d80 void 0.000120
+gallium_dri.so free 0x5571735d4cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000125
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so free 0x5571735d4cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000126
+gallium_dri.so free 0x5571735d4cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000124
+gallium_dri.so free 0x5571735d4f80 void 0.000145
+gallium_dri.so free 0x5571735d4eb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d4fd0 0.000146
+gallium_dri.so free 0x5571735d5040 void 0.000147
+gallium_dri.so free 0x5571735d4fd0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5080 0.000141
+gallium_dri.so free 0x5571735d5100 void 0.000146
+gallium_dri.so free 0x5571735d5080 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5080 0.000145
+gallium_dri.so free 0x5571735d5180 void 0.000148
+gallium_dri.so free 0x5571735d5080 void 0.000141
+gallium_dri.so malloc 72 0x5571735d51b0 0.000140
+gallium_dri.so free 0x5571735d5200 void 0.000139
+gallium_dri.so free 0x5571735d51b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d51b0 0.000146
+gallium_dri.so free 0x5571735d5300 void 0.000146
+gallium_dri.so free 0x5571735d51b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d52b0 0.000146
+gallium_dri.so free 0x5571735d53c0 void 0.000147
+gallium_dri.so free 0x5571735d52b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735d5370 0.000149
+gallium_dri.so free 0x5571735d5400 void 0.000148
+gallium_dri.so free 0x5571735d5370 void 0.000147
+gallium_dri.so malloc 72 0x5571735d5370 0.000148
+gallium_dri.so free 0x5571735d54c0 void 0.000141
+gallium_dri.so free 0x5571735d5370 void 0.000241
+gallium_dri.so malloc 72 0x5571735d5530 0.000140
+gallium_dri.so free 0x5571735d5580 void 0.000145
+gallium_dri.so free 0x5571735d5530 void 0.000145
+gallium_dri.so malloc 72 0x5571735d5530 0.000203
+gallium_dri.so free 0x5571735d5680 void 0.000244
+gallium_dri.so free 0x5571735d5530 void 0.000241
+gallium_dri.so malloc 72 0x5571735d5630 0.000248
+gallium_dri.so free 0x5571735d5740 void 0.000269
+gallium_dri.so free 0x5571735d5630 void 0.000228
+gallium_dri.so malloc 72 0x5571735d56f0 0.000231
+gallium_dri.so free 0x5571735d5780 void 0.000223
+gallium_dri.so free 0x5571735d56f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d56f0 0.000225
+gallium_dri.so free 0x5571735d5840 void 0.000226
+gallium_dri.so free 0x5571735d56f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735d5880 0.000223
+gallium_dri.so free 0x5571735d5900 void 0.000229
+gallium_dri.so free 0x5571735d5880 void 0.000224
+gallium_dri.so malloc 72 0x5571735d5900 0.000223
+gallium_dri.so free 0x5571735d59c0 void 0.000201
+gallium_dri.so free 0x5571735d5900 void 0.000224
+gallium_dri.so malloc 72 0x5571735d5900 0.000225
+gallium_dri.so free 0x5571735d5a80 void 0.000184
+gallium_dri.so free 0x5571735d5900 void 0.000225
+gallium_dri.so malloc 72 0x5571735d5aa0 0.000233
+gallium_dri.so free 0x5571735d5b40 void 0.000223
+gallium_dri.so free 0x5571735d5aa0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d5af0 0.000224
+gallium_dri.so free 0x5571735d5bc0 void 0.000225
+gallium_dri.so free 0x5571735d5af0 void 0.000225
+gallium_dri.so malloc 72 0x5571735d5af0 0.000186
+gallium_dri.so free 0x5571735d5c40 void 0.000190
+gallium_dri.so free 0x5571735d5af0 void 0.000188
+gallium_dri.so malloc 72 0x5571735d5c40 0.000161
+gallium_dri.so free 0x5571735d5d00 void 0.000124
+gallium_dri.so free 0x5571735d5c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5c40 0.000130
+gallium_dri.so free 0x5571735d5dc0 void 0.000131
+gallium_dri.so free 0x5571735d5c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5c40 0.000129
+gallium_dri.so free 0x5571735d5e80 void 0.000185
+gallium_dri.so free 0x5571735d5c40 void 0.000189
+gallium_dri.so malloc 72 0x5571735d5e30 0.000210
+gallium_dri.so free 0x5571735d5f40 void 0.000242
+gallium_dri.so free 0x5571735d5e30 void 0.000237
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000234
+gallium_dri.so free 0x5571735d5fc0 void 0.000234
+gallium_dri.so free 0x5571735d5ef0 void 0.000246
+gallium_dri.so malloc 72 0x5571735d6010 0.000243
+gallium_dri.so free 0x5571735d6080 void 0.000322
+gallium_dri.so free 0x5571735d6010 void 0.000274
+gallium_dri.so malloc 72 0x5571735d60a0 0.000268
+gallium_dri.so free 0x5571735d6140 void 0.000219
+gallium_dri.so free 0x5571735d60a0 void 0.000171
+gallium_dri.so malloc 72 0x5571735d60f0 0.000139
+gallium_dri.so free 0x5571735d61c0 void 0.000138
+gallium_dri.so free 0x5571735d60f0 void 0.000351
+gallium_dri.so malloc 72 0x5571735d60f0 0.000288
+gallium_dri.so free 0x5571735d6240 void 0.000292
+gallium_dri.so free 0x5571735d60f0 void 0.000292
+gallium_dri.so malloc 72 0x5571735d6240 0.000287
+gallium_dri.so free 0x5571735d6300 void 0.000292
+gallium_dri.so free 0x5571735d6240 void 0.000280
+gallium_dri.so malloc 72 0x5571735d6240 0.000177
+gallium_dri.so free 0x5571735d6400 void 0.000179
+gallium_dri.so free 0x5571735d6240 void 0.000141
+gallium_dri.so malloc 72 0x5571735d63b0 0.000143
+gallium_dri.so free 0x5571735d6440 void 0.000134
+gallium_dri.so free 0x5571735d63b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d63b0 0.000132
+gallium_dri.so free 0x5571735d6500 void 0.000131
+gallium_dri.so free 0x5571735d63b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d6540 0.000132
+gallium_dri.so free 0x5571735d65c0 void 0.000138
+gallium_dri.so free 0x5571735d6540 void 0.000139
+gallium_dri.so malloc 72 0x5571735d65c0 0.000139
+gallium_dri.so free 0x5571735d6680 void 0.000132
+gallium_dri.so free 0x5571735d65c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d65c0 0.000139
+gallium_dri.so free 0x5571735d6700 void 0.000139
+gallium_dri.so free 0x5571735d65c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6730 0.000137
+gallium_dri.so free 0x5571735d6780 void 0.000139
+gallium_dri.so free 0x5571735d6730 void 0.000139
+gallium_dri.so malloc 72 0x5571735d6730 0.000140
+gallium_dri.so free 0x5571735d6880 void 0.000139
+gallium_dri.so free 0x5571735d6730 void 0.000192
+gallium_dri.so malloc 72 0x5571735d68c0 0.000232
+gallium_dri.so free 0x5571735d6940 void 0.000138
+gallium_dri.so free 0x5571735d68c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6940 0.000142
+gallium_dri.so free 0x5571735d6a00 void 0.000139
+gallium_dri.so free 0x5571735d6940 void 0.000139
+gallium_dri.so malloc 72 0x5571735d6940 0.000138
+gallium_dri.so free 0x5571735d6a80 void 0.000139
+gallium_dri.so free 0x5571735d6940 void 0.000232
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000235
+gallium_dri.so free 0x5571735d6b00 void 0.000238
+gallium_dri.so free 0x5571735d6ab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000224
+gallium_dri.so free 0x5571735d6c00 void 0.000186
+gallium_dri.so free 0x5571735d6ab0 void 0.000225
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000224
+gallium_dri.so free 0x557173454440 void 0.000205
+gallium_dri.so free 0x5571735d6bb0 void 0.000183
+gallium_dri.so malloc 72 0x5571734543f0 0.000296
+gallium_dri.so free 0x5571735b4340 void 0.000335
+gallium_dri.so free 0x5571734543f0 void 0.000274
+gallium_dri.so malloc 72 0x5571735b42f0 0.000285
+gallium_dri.so free 0x55717345af00 void 0.000285
+gallium_dri.so free 0x5571735b42f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735b42f0 0.000167
+gallium_dri.so free 0x5571734572c0 void 0.000164
+gallium_dri.so free 0x5571735b42f0 void 0.000131
+gallium_dri.so malloc 72 0x557173457270 0.000130
+gallium_dri.so free 0x557173459c40 void 0.000130
+gallium_dri.so free 0x557173457270 void 0.000131
+gallium_dri.so malloc 72 0x557173459bf0 0.000131
+gallium_dri.so free 0x5571735e4740 void 0.000131
+gallium_dri.so free 0x557173459bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e46f0 0.000129
+gallium_dri.so free 0x5571735d6c00 void 0.000131
+gallium_dri.so free 0x5571735e46f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e46f0 0.000142
+gallium_dri.so free 0x557173455700 void 0.000125
+gallium_dri.so free 0x5571735e46f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734556b0 0.000132
+gallium_dri.so free 0x5571735b4840 void 0.000133
+gallium_dri.so free 0x5571734556b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b47f0 0.000132
+gallium_dri.so free 0x5571735b4940 void 0.000132
+gallium_dri.so free 0x5571735b47f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735b4990 0.000123
+gallium_dri.so free 0x55717345a880 void 0.000129
+gallium_dri.so free 0x5571735b4990 void 0.000130
+gallium_dri.so malloc 72 0x55717345a830 0.000132
+gallium_dri.so free 0x557173456680 void 0.000133
+gallium_dri.so free 0x55717345a830 void 0.000124
+gallium_dri.so malloc 72 0x557173456630 0.000123
+gallium_dri.so free 0x5571735f4800 void 0.000123
+gallium_dri.so free 0x557173456630 void 0.000128
+gallium_dri.so malloc 72 0x5571735f47b0 0.000131
+gallium_dri.so free 0x5571735f3880 void 0.000124
+gallium_dri.so free 0x5571735f47b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3830 0.000334
+gallium_dri.so free 0x5571735e4900 void 0.000326
+gallium_dri.so free 0x5571735f3830 void 0.000310
+gallium_dri.so malloc 72 0x5571735e48b0 0.000296
+gallium_dri.so free 0x557173457f80 void 0.000292
+gallium_dri.so free 0x5571735e48b0 void 0.000289
+gallium_dri.so malloc 72 0x557173457f30 0.000292
+gallium_dri.so free 0x5571735e55c0 void 0.000317
+gallium_dri.so free 0x557173457f30 void 0.000293
+gallium_dri.so malloc 72 0x5571735e5570 0.000291
+gallium_dri.so free 0x5571735e4580 void 0.000292
+gallium_dri.so free 0x5571735e5570 void 0.000277
+gallium_dri.so malloc 72 0x5571735e4530 0.000293
+gallium_dri.so free 0x5571735b4500 void 0.000291
+gallium_dri.so free 0x5571735e4530 void 0.000293
+gallium_dri.so malloc 72 0x5571735b44b0 0.000285
+gallium_dri.so free 0x5571735b4600 void 0.000292
+gallium_dri.so free 0x5571735b44b0 void 0.000296
+gallium_dri.so malloc 72 0x5571735b4620 0.000250
+gallium_dri.so free 0x557173457940 void 0.000251
+gallium_dri.so free 0x5571735b4620 void 0.000239
+gallium_dri.so malloc 72 0x5571735b4620 0.000254
+gallium_dri.so free 0x557173455400 void 0.000250
+gallium_dri.so free 0x5571735b4620 void 0.000242
+gallium_dri.so malloc 72 0x5571735b4620 0.000257
+gallium_dri.so free 0x5571735e4f80 void 0.000255
+gallium_dri.so free 0x5571735b4620 void 0.000252
+gallium_dri.so malloc 72 0x5571735b4620 0.000255
+gallium_dri.so free 0x557173458840 void 0.000254
+gallium_dri.so free 0x5571735b4620 void 0.000251
+gallium_dri.so malloc 72 0x5571734587f0 0.000254
+gallium_dri.so free 0x5571735e5e80 void 0.000172
+gallium_dri.so free 0x5571734587f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735e5e30 0.000173
+gallium_dri.so free 0x55717345a600 void 0.000138
+gallium_dri.so free 0x5571735e5e30 void 0.000137
+gallium_dri.so malloc 72 0x5571735e5e30 0.000139
+gallium_dri.so free 0x557173457040 void 0.000142
+gallium_dri.so free 0x5571735e5e30 void 0.000138
+gallium_dri.so malloc 72 0x5571735e5e30 0.000132
+gallium_dri.so free 0x5571735b4b80 void 0.000140
+gallium_dri.so free 0x5571735e5e30 void 0.000138
+gallium_dri.so malloc 72 0x5571735b4b80 0.000137
+gallium_dri.so free 0x5571734563c0 void 0.000138
+gallium_dri.so free 0x5571735b4b80 void 0.000136
+gallium_dri.so malloc 72 0x5571735b4b80 0.000138
+gallium_dri.so free 0x55717345a6c0 void 0.000137
+gallium_dri.so free 0x5571735b4b80 void 0.000139
+gallium_dri.so malloc 72 0x55717345a670 0.000138
+gallium_dri.so free 0x557173456480 void 0.000138
+gallium_dri.so free 0x55717345a670 void 0.000133
+gallium_dri.so malloc 72 0x5571734564b0 0.000131
+gallium_dri.so free 0x5571735f4540 void 0.000137
+gallium_dri.so free 0x5571734564b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734564b0 0.000135
+gallium_dri.so free 0x5571735f45c0 void 0.000137
+gallium_dri.so free 0x5571734564b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f45c0 0.000138
+gallium_dri.so free 0x5571735e3d40 void 0.000138
+gallium_dri.so free 0x5571735f45c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f45c0 0.000133
+gallium_dri.so free 0x5571735e3dc0 void 0.000135
+gallium_dri.so free 0x5571735f45c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3df0 0.000134
+gallium_dri.so free 0x557173455800 void 0.000137
+gallium_dri.so free 0x5571735e3df0 void 0.000137
+gallium_dri.so malloc 72 0x557173455850 0.000138
+gallium_dri.so free 0x5571734558c0 void 0.000138
+gallium_dri.so free 0x557173455850 void 0.000138
+gallium_dri.so malloc 72 0x557173455900 0.000131
+gallium_dri.so free 0x557173455980 void 0.000136
+gallium_dri.so free 0x557173455900 void 0.000136
+gallium_dri.so malloc 72 0x5571734559d0 0.000132
+gallium_dri.so free 0x5571735e3e40 void 0.000130
+gallium_dri.so free 0x5571734559d0 void 0.000135
+gallium_dri.so malloc 72 0x5571734559d0 0.000140
+gallium_dri.so free 0x5571735f3980 void 0.000137
+gallium_dri.so free 0x5571734559d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f39b0 0.000138
+gallium_dri.so free 0x5571735f3a00 void 0.000142
+gallium_dri.so free 0x5571735f39b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f39b0 0.000139
+gallium_dri.so free 0x5571735f3b00 void 0.000137
+gallium_dri.so free 0x5571735f39b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000139
+gallium_dri.so free 0x557173458080 void 0.000137
+gallium_dri.so free 0x5571735f3ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571734580c0 0.000132
+gallium_dri.so free 0x557173458140 void 0.000144
+gallium_dri.so free 0x5571734580c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734580c0 0.000131
+gallium_dri.so free 0x5571734581c0 void 0.000130
+gallium_dri.so free 0x5571734580c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734581f0 0.000130
+gallium_dri.so free 0x557173458240 void 0.000126
+gallium_dri.so free 0x5571734581f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734581f0 0.000128
+gallium_dri.so free 0x5571735e56c0 void 0.000125
+gallium_dri.so free 0x5571734581f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5710 0.000165
+gallium_dri.so free 0x5571735e5780 void 0.000130
+gallium_dri.so free 0x5571735e5710 void 0.000130
+gallium_dri.so malloc 72 0x5571735e57a0 0.000131
+gallium_dri.so free 0x5571735e5840 void 0.000131
+gallium_dri.so free 0x5571735e57a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e57f0 0.000261
+gallium_dri.so free 0x5571735e5fc0 void 0.000322
+gallium_dri.so free 0x5571735e57f0 void 0.000237
+gallium_dri.so malloc 72 0x5571735e57f0 0.000275
+gallium_dri.so free 0x5571735e58c0 void 0.000279
+gallium_dri.so free 0x5571735e57f0 void 0.000287
+gallium_dri.so malloc 72 0x5571735e57f0 0.000276
+gallium_dri.so free 0x5571735e60c0 void 0.000274
+gallium_dri.so free 0x5571735e57f0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e6070 0.000239
+gallium_dri.so free 0x5571735e6180 void 0.000235
+gallium_dri.so free 0x5571735e6070 void 0.000270
+gallium_dri.so malloc 72 0x5571735e6130 0.000287
+gallium_dri.so free 0x557173458400 void 0.000274
+gallium_dri.so free 0x5571735e6130 void 0.000276
+gallium_dri.so malloc 72 0x557173458430 0.000212
+gallium_dri.so free 0x557173458480 void 0.000293
+gallium_dri.so free 0x557173458430 void 0.000286
+gallium_dri.so malloc 72 0x557173458430 0.000280
+gallium_dri.so free 0x557173458580 void 0.000269
+gallium_dri.so free 0x557173458430 void 0.000276
+gallium_dri.so malloc 72 0x557173458530 0.000272
+gallium_dri.so free 0x557173458640 void 0.000280
+gallium_dri.so free 0x557173458530 void 0.000274
+gallium_dri.so malloc 72 0x5571734585f0 0.000271
+gallium_dri.so free 0x5571735e5a40 void 0.000278
+gallium_dri.so free 0x5571734585f0 void 0.000259
+gallium_dri.so malloc 72 0x5571735e5a60 0.000298
+gallium_dri.so free 0x5571735e5b00 void 0.000295
+gallium_dri.so free 0x5571735e5a60 void 0.000287
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000289
+gallium_dri.so free 0x5571735e5b80 void 0.000294
+gallium_dri.so free 0x5571735e5ab0 void 0.000291
+gallium_dri.so malloc 72 0x5571735e5ab0 0.000351
+gallium_dri.so free 0x5571735e5c00 void 0.000369
+gallium_dri.so free 0x5571735e5ab0 void 0.000301
+gallium_dri.so malloc 72 0x5571735e5c00 0.000290
+gallium_dri.so free 0x557173456c80 void 0.000280
+gallium_dri.so free 0x5571735e5c00 void 0.000276
+gallium_dri.so malloc 72 0x557173456c30 0.000298
+gallium_dri.so free 0x557173456cc0 void 0.000291
+gallium_dri.so free 0x557173456c30 void 0.000294
+gallium_dri.so malloc 72 0x557173456c30 0.000295
+gallium_dri.so free 0x557173456d80 void 0.000294
+gallium_dri.so free 0x557173456c30 void 0.000302
+gallium_dri.so malloc 72 0x557173456dd0 0.000313
+gallium_dri.so free 0x557173456e40 void 0.000297
+gallium_dri.so free 0x557173456dd0 void 0.000291
+gallium_dri.so malloc 72 0x557173456e80 0.000286
+gallium_dri.so free 0x5571735b3ec0 void 0.000282
+gallium_dri.so free 0x557173456e80 void 0.000294
+gallium_dri.so malloc 72 0x5571735b3e70 0.000297
+gallium_dri.so free 0x5571735b3f80 void 0.000291
+gallium_dri.so free 0x5571735b3e70 void 0.000289
+gallium_dri.so malloc 72 0x5571735b3f30 0.000297
+gallium_dri.so free 0x5571735b3fc0 void 0.000290
+gallium_dri.so free 0x5571735b3f30 void 0.000276
+gallium_dri.so malloc 72 0x5571735b3f30 0.000326
+gallium_dri.so free 0x5571735b4080 void 0.000271
+gallium_dri.so free 0x5571735b3f30 void 0.000272
+gallium_dri.so malloc 72 0x5571735b40c0 0.000220
+gallium_dri.so free 0x55717345a240 void 0.000219
+gallium_dri.so free 0x5571735b40c0 void 0.000217
+gallium_dri.so malloc 72 0x55717345a1f0 0.000221
+gallium_dri.so free 0x55717345a300 void 0.000196
+gallium_dri.so free 0x55717345a1f0 void 0.000165
+gallium_dri.so malloc 72 0x55717345a2b0 0.000169
+gallium_dri.so free 0x55717345a380 void 0.000166
+gallium_dri.so free 0x55717345a2b0 void 0.000166
+gallium_dri.so malloc 72 0x55717345a3a0 0.000162
+gallium_dri.so free 0x55717345a440 void 0.000174
+gallium_dri.so free 0x55717345a3a0 void 0.000168
+gallium_dri.so malloc 72 0x55717345a3f0 0.000166
+gallium_dri.so free 0x557173455ac0 void 0.000167
+gallium_dri.so free 0x55717345a3f0 void 0.000165
+gallium_dri.so malloc 72 0x55717345a3f0 0.000173
+gallium_dri.so free 0x557173455b40 void 0.000138
+gallium_dri.so free 0x55717345a3f0 void 0.000136
+gallium_dri.so malloc 72 0x557173455b40 0.000132
+gallium_dri.so free 0x557173455c00 void 0.000141
+gallium_dri.so free 0x557173455b40 void 0.000137
+gallium_dri.so malloc 72 0x557173455b40 0.000138
+gallium_dri.so free 0x557173455cc0 void 0.000138
+gallium_dri.so free 0x557173455b40 void 0.000138
+gallium_dri.so malloc 72 0x557173455b40 0.000137
+gallium_dri.so free 0x5571735f3c40 void 0.000133
+gallium_dri.so free 0x557173455b40 void 0.000131
+gallium_dri.so malloc 72 0x557173455b40 0.000136
+gallium_dri.so free 0x5571735f3d40 void 0.000148
+gallium_dri.so free 0x557173455b40 void 0.000139
+gallium_dri.so malloc 72 0x5571735f3cf0 0.000138
+gallium_dri.so free 0x5571735f3dc0 void 0.000161
+gallium_dri.so free 0x5571735f3cf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f3e10 0.000132
+gallium_dri.so free 0x5571735f3e80 void 0.000131
+gallium_dri.so free 0x5571735f3e10 void 0.000136
+gallium_dri.so malloc 72 0x5571735f3ea0 0.000138
+gallium_dri.so free 0x557173455d80 void 0.000137
+gallium_dri.so free 0x5571735f3ea0 void 0.000138
+gallium_dri.so malloc 72 0x557173455d30 0.000132
+gallium_dri.so free 0x557173459d40 void 0.000137
+gallium_dri.so free 0x557173455d30 void 0.000132
+gallium_dri.so malloc 72 0x557173459d80 0.000129
+gallium_dri.so free 0x557173459e00 void 0.000130
+gallium_dri.so free 0x557173459d80 void 0.000135
+gallium_dri.so malloc 72 0x557173459e00 0.000131
+gallium_dri.so free 0x557173459ec0 void 0.000132
+gallium_dri.so free 0x557173459e00 void 0.000136
+gallium_dri.so malloc 72 0x557173459e00 0.000139
+gallium_dri.so free 0x5571735f3f40 void 0.000176
+gallium_dri.so free 0x557173459e00 void 0.000172
+gallium_dri.so malloc 72 0x5571735f3ef0 0.000169
+gallium_dri.so free 0x557173459f80 void 0.000138
+gallium_dri.so free 0x5571735f3ef0 void 0.000132
+gallium_dri.so malloc 72 0x557173459fb0 0.000131
+gallium_dri.so free 0x55717345a000 void 0.000131
+gallium_dri.so free 0x557173459fb0 void 0.000136
+gallium_dri.so malloc 72 0x557173459fb0 0.000138
+gallium_dri.so free 0x557173456780 void 0.000138
+gallium_dri.so free 0x557173459fb0 void 0.000137
+gallium_dri.so malloc 72 0x5571734567d0 0.000137
+gallium_dri.so free 0x557173456840 void 0.000133
+gallium_dri.so free 0x5571734567d0 void 0.000131
+gallium_dri.so malloc 72 0x557173456860 0.000134
+gallium_dri.so free 0x557173456900 void 0.000138
+gallium_dri.so free 0x557173456860 void 0.000133
+gallium_dri.so malloc 72 0x5571734568b0 0.000135
+gallium_dri.so free 0x557173456980 void 0.000138
+gallium_dri.so free 0x5571734568b0 void 0.000133
+gallium_dri.so malloc 72 0x557173456980 0.000131
+gallium_dri.so free 0x557173456a40 void 0.000130
+gallium_dri.so free 0x557173456980 void 0.000130
+gallium_dri.so malloc 72 0x557173456980 0.000131
+gallium_dri.so free 0x557173457ac0 void 0.000130
+gallium_dri.so free 0x557173456980 void 0.000131
+gallium_dri.so malloc 72 0x557173457a70 0.000130
+gallium_dri.so free 0x557173457b80 void 0.000130
+gallium_dri.so free 0x557173457a70 void 0.000132
+gallium_dri.so malloc 72 0x557173457b30 0.000130
+gallium_dri.so free 0x557173457bc0 void 0.000129
+gallium_dri.so free 0x557173457b30 void 0.000132
+gallium_dri.so malloc 72 0x557173457b30 0.000124
+gallium_dri.so free 0x557173457c80 void 0.000129
+gallium_dri.so free 0x557173457b30 void 0.000131
+gallium_dri.so malloc 72 0x557173457cc0 0.000130
+gallium_dri.so free 0x557173457d40 void 0.000131
+gallium_dri.so free 0x557173457cc0 void 0.000130
+gallium_dri.so malloc 72 0x557173457d40 0.000140
+gallium_dri.so free 0x5571735e5100 void 0.000133
+gallium_dri.so free 0x557173457d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e50b0 0.000129
+gallium_dri.so free 0x5571735e5180 void 0.000132
+gallium_dri.so free 0x5571735e50b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e51a0 0.000130
+gallium_dri.so free 0x5571735e5240 void 0.000130
+gallium_dri.so free 0x5571735e51a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e51f0 0.000130
+gallium_dri.so free 0x5571735e52c0 void 0.000126
+gallium_dri.so free 0x5571735e51f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e51f0 0.000126
+gallium_dri.so free 0x5571735e5340 void 0.000131
+gallium_dri.so free 0x5571735e51f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5340 0.000126
+gallium_dri.so free 0x557173455ec0 void 0.000124
+gallium_dri.so free 0x5571735e5340 void 0.000130
+gallium_dri.so malloc 72 0x557173455e70 0.000130
+gallium_dri.so free 0x557173455f00 void 0.000130
+gallium_dri.so free 0x557173455e70 void 0.000130
+gallium_dri.so malloc 72 0x557173455e70 0.000185
+gallium_dri.so free 0x557173455fc0 void 0.000133
+gallium_dri.so free 0x557173455e70 void 0.000131
+gallium_dri.so malloc 72 0x557173456030 0.000130
+gallium_dri.so free 0x557173456080 void 0.000125
+gallium_dri.so free 0x557173456030 void 0.000128
+gallium_dri.so malloc 72 0x557173456030 0.000131
+gallium_dri.so free 0x557173456180 void 0.000131
+gallium_dri.so free 0x557173456030 void 0.000125
+gallium_dri.so malloc 72 0x557173456130 0.000123
+gallium_dri.so free 0x5571735f4040 void 0.000130
+gallium_dri.so free 0x557173456130 void 0.000153
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000159
+gallium_dri.so free 0x5571735f4080 void 0.000143
+gallium_dri.so free 0x5571735f3ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000138
+gallium_dri.so free 0x5571735f4140 void 0.000139
+gallium_dri.so free 0x5571735f3ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f4180 0.000139
+gallium_dri.so free 0x5571735f4200 void 0.000141
+gallium_dri.so free 0x5571735f4180 void 0.000138
+gallium_dri.so malloc 72 0x5571735f4200 0.000141
+gallium_dri.so free 0x5571735f42c0 void 0.000140
+gallium_dri.so free 0x5571735f4200 void 0.000139
+gallium_dri.so malloc 72 0x5571735f4200 0.000140
+gallium_dri.so free 0x5571735e4000 void 0.000139
+gallium_dri.so free 0x5571735f4200 void 0.000139
+gallium_dri.so malloc 72 0x5571735f4200 0.000139
+gallium_dri.so free 0x5571735e4080 void 0.000141
+gallium_dri.so free 0x5571735f4200 void 0.000139
+gallium_dri.so malloc 72 0x5571735e40b0 0.000141
+gallium_dri.so free 0x5571735e4100 void 0.000140
+gallium_dri.so free 0x5571735e40b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e40b0 0.000140
+gallium_dri.so free 0x5571735e4200 void 0.000163
+gallium_dri.so free 0x5571735e40b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e41b0 0.000128
+gallium_dri.so free 0x5571735e42c0 void 0.000127
+gallium_dri.so free 0x5571735e41b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e4270 0.000131
+gallium_dri.so free 0x5571735e4300 void 0.000126
+gallium_dri.so free 0x5571735e4270 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4270 0.000125
+gallium_dri.so free 0x5571734573c0 void 0.000117
+gallium_dri.so free 0x5571735e4270 void 0.000128
+gallium_dri.so malloc 72 0x557173457410 0.000162
+gallium_dri.so free 0x557173457480 void 0.000127
+gallium_dri.so free 0x557173457410 void 0.000126
+gallium_dri.so malloc 72 0x5571734574c0 0.000125
+gallium_dri.so free 0x557173457540 void 0.000125
+gallium_dri.so free 0x5571734574c0 void 0.000126
+gallium_dri.so malloc 72 0x557173457540 0.000124
+gallium_dri.so free 0x557173457600 void 0.000127
+gallium_dri.so free 0x557173457540 void 0.000125
+gallium_dri.so malloc 72 0x557173457540 0.000124
+gallium_dri.so free 0x557173457680 void 0.000127
+gallium_dri.so free 0x557173457540 void 0.000124
+gallium_dri.so malloc 72 0x5571734576b0 0.000126
+gallium_dri.so free 0x557173457700 void 0.000125
+gallium_dri.so free 0x5571734576b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734576b0 0.000125
+gallium_dri.so free 0x5571735e4a00 void 0.000126
+gallium_dri.so free 0x5571734576b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4a50 0.000126
+gallium_dri.so free 0x5571735e4ac0 void 0.000126
+gallium_dri.so free 0x5571735e4a50 void 0.000126
+gallium_dri.so malloc 72 0x5571735e4b00 0.000126
+gallium_dri.so free 0x5571735e4b80 void 0.000143
+gallium_dri.so free 0x5571735e4b00 void 0.000151
+gallium_dri.so malloc 72 0x5571735e4b00 0.000148
+gallium_dri.so free 0x5571735e4c00 void 0.000146
+gallium_dri.so free 0x5571735e4b00 void 0.000148
+gallium_dri.so malloc 72 0x5571735e4c30 0.000150
+gallium_dri.so free 0x5571735e4c80 void 0.000147
+gallium_dri.so free 0x5571735e4c30 void 0.000148
+gallium_dri.so malloc 72 0x5571735e4c30 0.000148
+gallium_dri.so free 0x5571735e4d80 void 0.000147
+gallium_dri.so free 0x5571735e4c30 void 0.000148
+gallium_dri.so malloc 72 0x5571735e4d30 0.000148
+gallium_dri.so free 0x55717345a980 void 0.000148
+gallium_dri.so free 0x5571735e4d30 void 0.000148
+gallium_dri.so malloc 72 0x55717345a9a0 0.000147
+gallium_dri.so free 0x55717345aa40 void 0.000149
+gallium_dri.so free 0x55717345a9a0 void 0.000147
+gallium_dri.so malloc 72 0x55717345a9f0 0.000147
+gallium_dri.so free 0x55717345aac0 void 0.000146
+gallium_dri.so free 0x55717345a9f0 void 0.000148
+gallium_dri.so malloc 72 0x55717345a9f0 0.000148
+gallium_dri.so free 0x55717345abc0 void 0.000158
+gallium_dri.so free 0x55717345a9f0 void 0.000255
+gallium_dri.so malloc 72 0x55717345ab70 0.000268
+gallium_dri.so free 0x55717345ac40 void 0.000197
+gallium_dri.so free 0x55717345ab70 void 0.000199
+gallium_dri.so malloc 72 0x55717345ac90 0.000199
+gallium_dri.so free 0x55717345ad00 void 0.000168
+gallium_dri.so free 0x55717345ac90 void 0.000184
+gallium_dri.so malloc 72 0x55717345ad20 0.000133
+gallium_dri.so free 0x55717345e480 void 0.000132
+gallium_dri.so free 0x55717345ad20 void 0.000132
+gallium_dri.so malloc 72 0x55717345e4b0 0.000132
+gallium_dri.so free 0x55717345e500 void 0.000159
+gallium_dri.so free 0x55717345e4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345e4b0 0.000131
+gallium_dri.so free 0x55717345e600 void 0.000124
+gallium_dri.so free 0x55717345e4b0 void 0.000129
+gallium_dri.so malloc 72 0x55717345e5b0 0.000151
+gallium_dri.so free 0x55717345e6c0 void 0.000224
+gallium_dri.so free 0x55717345e5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345e670 0.000126
+gallium_dri.so free 0x55717345e740 void 0.000124
+gallium_dri.so free 0x55717345e670 void 0.000128
+gallium_dri.so malloc 72 0x55717345e670 0.000131
+gallium_dri.so free 0x55717345e800 void 0.000131
+gallium_dri.so free 0x55717345e670 void 0.000125
+gallium_dri.so malloc 72 0x55717345e670 0.000123
+gallium_dri.so free 0x55717345e8c0 void 0.000124
+gallium_dri.so free 0x55717345e670 void 0.000135
+gallium_dri.so malloc 72 0x55717345e870 0.000133
+gallium_dri.so free 0x55717345e940 void 0.000132
+gallium_dri.so free 0x55717345e870 void 0.000222
+gallium_dri.so malloc 72 0x55717345e990 0.000130
+gallium_dri.so free 0x55717345ea00 void 0.000132
+gallium_dri.so free 0x55717345e990 void 0.000130
+gallium_dri.so malloc 72 0x55717345ea20 0.000126
+gallium_dri.so free 0x5571735f49c0 void 0.000130
+gallium_dri.so free 0x55717345ea20 void 0.000138
+gallium_dri.so malloc 72 0x5571735f49f0 0.000127
+gallium_dri.so free 0x5571735f4a40 void 0.000126
+gallium_dri.so free 0x5571735f49f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4a40 0.000125
+gallium_dri.so free 0x5571735f4b00 void 0.000125
+gallium_dri.so free 0x5571735f4a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4a40 0.000126
+gallium_dri.so free 0x5571735f4c00 void 0.000126
+gallium_dri.so free 0x5571735f4a40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000127
+gallium_dri.so free 0x5571735f4bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4c70 0.000129
+gallium_dri.so free 0x5571735f4d00 void 0.000132
+gallium_dri.so free 0x5571735f4c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4c70 0.000133
+gallium_dri.so free 0x5571735f4dc0 void 0.000222
+gallium_dri.so free 0x5571735f4c70 void 0.000206
+gallium_dri.so malloc 72 0x5571735f4e00 0.000213
+gallium_dri.so free 0x5571735f4e80 void 0.000179
+gallium_dri.so free 0x5571735f4e00 void 0.000140
+gallium_dri.so malloc 72 0x5571735f4e80 0.000132
+gallium_dri.so free 0x5571735f4f40 void 0.000137
+gallium_dri.so free 0x5571735f4e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4e80 0.000130
+gallium_dri.so free 0x5571735f4fc0 void 0.000134
+gallium_dri.so free 0x5571735f4e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4e80 0.000132
+gallium_dri.so free 0x5571735f5080 void 0.000223
+gallium_dri.so free 0x5571735f4e80 void 0.000239
+gallium_dri.so malloc 72 0x5571735f4e80 0.000212
+gallium_dri.so free 0x5571735f5140 void 0.000222
+gallium_dri.so free 0x5571735f4e80 void 0.000202
+gallium_dri.so malloc 72 0x5571735f50f0 0.000201
+gallium_dri.so free 0x5571735f51c0 void 0.000132
+gallium_dri.so free 0x5571735f50f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5210 0.000132
+gallium_dri.so free 0x5571735f5280 void 0.000174
+gallium_dri.so free 0x5571735f5210 void 0.000130
+gallium_dri.so malloc 72 0x5571735f52a0 0.000137
+gallium_dri.so free 0x5571735f5340 void 0.000132
+gallium_dri.so free 0x5571735f52a0 void 0.000227
+gallium_dri.so malloc 72 0x5571735f52f0 0.000224
+gallium_dri.so free 0x557173458980 void 0.000221
+gallium_dri.so free 0x5571735f52f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735f52f0 0.000200
+gallium_dri.so free 0x5571735f53c0 void 0.000198
+gallium_dri.so free 0x5571735f52f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735f52f0 0.000222
+gallium_dri.so free 0x557173458a80 void 0.000224
+gallium_dri.so free 0x5571735f52f0 void 0.000223
+gallium_dri.so malloc 72 0x557173458a30 0.000220
+gallium_dri.so free 0x557173458b40 void 0.000224
+gallium_dri.so free 0x557173458a30 void 0.000221
+gallium_dri.so malloc 72 0x557173458af0 0.000220
+gallium_dri.so free 0x557173458b80 void 0.000215
+gallium_dri.so free 0x557173458af0 void 0.000238
+gallium_dri.so malloc 72 0x557173458af0 0.000227
+gallium_dri.so free 0x557173458c40 void 0.000201
+gallium_dri.so free 0x557173458af0 void 0.000182
+gallium_dri.so malloc 72 0x557173458c80 0.000219
+gallium_dri.so free 0x557173458d00 void 0.000223
+gallium_dri.so free 0x557173458c80 void 0.000223
+gallium_dri.so malloc 72 0x557173458d00 0.000201
+gallium_dri.so free 0x557173458dc0 void 0.000199
+gallium_dri.so free 0x557173458d00 void 0.000183
+gallium_dri.so malloc 72 0x557173458d00 0.000182
+gallium_dri.so free 0x557173458e80 void 0.000386
+gallium_dri.so free 0x557173458d00 void 0.000231
+gallium_dri.so malloc 72 0x557173458ea0 0.000133
+gallium_dri.so free 0x557173458f40 void 0.000174
+gallium_dri.so free 0x557173458ea0 void 0.000149
+gallium_dri.so malloc 72 0x557173458ef0 0.000141
+gallium_dri.so free 0x557173458fc0 void 0.000130
+gallium_dri.so free 0x557173458ef0 void 0.000128
+gallium_dri.so malloc 72 0x557173458ef0 0.000129
+gallium_dri.so free 0x557173459040 void 0.000129
+gallium_dri.so free 0x557173458ef0 void 0.000127
+gallium_dri.so malloc 72 0x557173459040 0.000129
+gallium_dri.so free 0x557173459100 void 0.000134
+gallium_dri.so free 0x557173459040 void 0.000128
+gallium_dri.so malloc 72 0x557173459040 0.000126
+gallium_dri.so free 0x5571734591c0 void 0.000127
+gallium_dri.so free 0x557173459040 void 0.000126
+gallium_dri.so malloc 72 0x557173459040 0.000137
+gallium_dri.so free 0x557173459280 void 0.000131
+gallium_dri.so free 0x557173459040 void 0.000126
+gallium_dri.so malloc 72 0x557173459230 0.000125
+gallium_dri.so free 0x557173459340 void 0.000124
+gallium_dri.so free 0x557173459230 void 0.000126
+gallium_dri.so malloc 72 0x5571734592f0 0.000125
+gallium_dri.so free 0x5571734593c0 void 0.000125
+gallium_dri.so free 0x5571734592f0 void 0.000126
+gallium_dri.so malloc 72 0x557173459410 0.000124
+gallium_dri.so free 0x557173459480 void 0.000132
+gallium_dri.so free 0x557173459410 void 0.000127
+gallium_dri.so malloc 72 0x5571734594a0 0.000125
+gallium_dri.so free 0x557173459540 void 0.000126
+gallium_dri.so free 0x5571734594a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734594f0 0.000124
+gallium_dri.so free 0x5571734595c0 void 0.000126
+gallium_dri.so free 0x5571734594f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734594f0 0.000126
+gallium_dri.so free 0x557173459640 void 0.000126
+gallium_dri.so free 0x5571734594f0 void 0.000125
+gallium_dri.so malloc 72 0x557173459640 0.000125
+gallium_dri.so free 0x557173459700 void 0.000126
+gallium_dri.so free 0x557173459640 void 0.000125
+gallium_dri.so malloc 72 0x557173459640 0.000124
+gallium_dri.so free 0x557173459800 void 0.000126
+gallium_dri.so free 0x557173459640 void 0.000125
+gallium_dri.so malloc 72 0x5571734597b0 0.000125
+gallium_dri.so free 0x557173459840 void 0.000125
+gallium_dri.so free 0x5571734597b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734597b0 0.000125
+gallium_dri.so free 0x557173459900 void 0.000126
+gallium_dri.so free 0x5571734597b0 void 0.000125
+gallium_dri.so malloc 72 0x557173459940 0.000126
+gallium_dri.so free 0x5571734599c0 void 0.000124
+gallium_dri.so free 0x557173459940 void 0.000124
+gallium_dri.so malloc 72 0x5571734599c0 0.000162
+gallium_dri.so free 0x557173459a80 void 0.000162
+gallium_dri.so free 0x5571734599c0 void 0.000159
+gallium_dri.so malloc 72 0x5571734599c0 0.000161
+gallium_dri.so free 0x557173459b00 void 0.000158
+gallium_dri.so free 0x5571734599c0 void 0.000159
+gallium_dri.so malloc 72 0x557173459b30 0.000160
+gallium_dri.so free 0x55717345edc0 void 0.000160
+gallium_dri.so free 0x557173459b30 void 0.000159
+gallium_dri.so malloc 72 0x557173459b30 0.000159
+gallium_dri.so free 0x55717345eec0 void 0.000159
+gallium_dri.so free 0x557173459b30 void 0.000162
+gallium_dri.so malloc 72 0x55717345ef00 0.000169
+gallium_dri.so free 0x55717345ef80 void 0.000125
+gallium_dri.so free 0x55717345ef00 void 0.000120
+gallium_dri.so malloc 72 0x55717345ef80 0.000118
+gallium_dri.so free 0x55717345f040 void 0.000119
+gallium_dri.so free 0x55717345ef80 void 0.000119
+gallium_dri.so malloc 72 0x55717345ef80 0.000120
+gallium_dri.so free 0x55717345f0c0 void 0.000119
+gallium_dri.so free 0x55717345ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717345f0f0 0.000179
+gallium_dri.so free 0x55717345f140 void 0.000122
+gallium_dri.so free 0x55717345f0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f0f0 0.000135
+gallium_dri.so free 0x55717345f240 void 0.000120
+gallium_dri.so free 0x55717345f0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f1f0 0.000118
+gallium_dri.so free 0x55717345f300 void 0.000119
+gallium_dri.so free 0x55717345f1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f2b0 0.000119
+gallium_dri.so free 0x55717345f380 void 0.000120
+gallium_dri.so free 0x55717345f2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f2b0 0.000119
+gallium_dri.so free 0x55717345f440 void 0.000119
+gallium_dri.so free 0x55717345f2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f2b0 0.000121
+gallium_dri.so free 0x55717345f500 void 0.000119
+gallium_dri.so free 0x55717345f2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f4b0 0.000118
+gallium_dri.so free 0x55717345f580 void 0.000120
+gallium_dri.so free 0x55717345f4b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f5d0 0.000119
+gallium_dri.so free 0x55717345f640 void 0.000119
+gallium_dri.so free 0x55717345f5d0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f660 0.000120
+gallium_dri.so free 0x55717345f700 void 0.000119
+gallium_dri.so free 0x55717345f660 void 0.000134
+gallium_dri.so malloc 72 0x55717345f6b0 0.000119
+gallium_dri.so free 0x55717345f780 void 0.000119
+gallium_dri.so free 0x55717345f6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f780 0.000119
+gallium_dri.so free 0x55717345f840 void 0.000120
+gallium_dri.so free 0x55717345f780 void 0.000119
+gallium_dri.so malloc 72 0x55717345f780 0.000120
+gallium_dri.so free 0x55717345f8c0 void 0.000119
+gallium_dri.so free 0x55717345f780 void 0.000118
+gallium_dri.so malloc 72 0x55717345f8c0 0.000119
+gallium_dri.so free 0x55717345f980 void 0.000119
+gallium_dri.so free 0x55717345f8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f8c0 0.000116
+gallium_dri.so free 0x55717345fa40 void 0.000119
+gallium_dri.so free 0x55717345f8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345f8c0 0.000120
+gallium_dri.so free 0x55717345fb00 void 0.000120
+gallium_dri.so free 0x55717345f8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fab0 0.000121
+gallium_dri.so free 0x55717345fb80 void 0.000120
+gallium_dri.so free 0x55717345fab0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fbd0 0.000119
+gallium_dri.so free 0x55717345fc40 void 0.000119
+gallium_dri.so free 0x55717345fbd0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fc80 0.000118
+gallium_dri.so free 0x55717345fd00 void 0.000127
+gallium_dri.so free 0x55717345fc80 void 0.000120
+gallium_dri.so malloc 72 0x55717345fc80 0.000120
+gallium_dri.so free 0x55717345fd80 void 0.000124
+gallium_dri.so free 0x55717345fc80 void 0.000120
+gallium_dri.so malloc 72 0x55717345fdb0 0.000117
+gallium_dri.so free 0x55717345fe00 void 0.000122
+gallium_dri.so free 0x55717345fdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fdb0 0.000120
+gallium_dri.so free 0x55717345ff00 void 0.000119
+gallium_dri.so free 0x55717345fdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345feb0 0.000118
+gallium_dri.so free 0x55717345ffc0 void 0.000118
+gallium_dri.so free 0x55717345feb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ff70 0.000119
+gallium_dri.so free 0x557173460000 void 0.000119
+gallium_dri.so free 0x55717345ff70 void 0.000115
+gallium_dri.so malloc 72 0x55717345ff70 0.000130
+gallium_dri.so free 0x5571734600c0 void 0.000122
+gallium_dri.so free 0x55717345ff70 void 0.000119
+gallium_dri.so malloc 72 0x557173460130 0.000120
+gallium_dri.so free 0x557173460180 void 0.000120
+gallium_dri.so free 0x557173460130 void 0.000120
+gallium_dri.so malloc 72 0x557173460130 0.000119
+gallium_dri.so free 0x557173460280 void 0.000118
+gallium_dri.so free 0x557173460130 void 0.000118
+gallium_dri.so malloc 72 0x557173460230 0.000203
+gallium_dri.so free 0x557173460340 void 0.000121
+gallium_dri.so free 0x557173460230 void 0.000119
+gallium_dri.so malloc 72 0x5571734602f0 0.000119
+gallium_dri.so free 0x5571735c5300 void 0.000118
+gallium_dri.so free 0x5571734602f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5330 0.000119
+gallium_dri.so free 0x5571735c5380 void 0.000119
+gallium_dri.so free 0x5571735c5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5330 0.000118
+gallium_dri.so free 0x5571735c5480 void 0.000119
+gallium_dri.so free 0x5571735c5330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5430 0.000118
+gallium_dri.so free 0x5571735c5540 void 0.000119
+gallium_dri.so free 0x5571735c5430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c54f0 0.000119
+gallium_dri.so free 0x557173460380 void 0.000119
+gallium_dri.so free 0x5571735c54f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c54f0 0.000118
+gallium_dri.so free 0x5571735c55c0 void 0.000119
+gallium_dri.so free 0x5571735c54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c54f0 0.000119
+gallium_dri.so free 0x5571735c5680 void 0.000119
+gallium_dri.so free 0x5571735c54f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c56c0 0.000119
+gallium_dri.so free 0x5571735c5740 void 0.000119
+gallium_dri.so free 0x5571735c56c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5740 0.000119
+gallium_dri.so free 0x5571735c5800 void 0.000120
+gallium_dri.so free 0x5571735c5740 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5740 0.000118
+gallium_dri.so free 0x5571735c5880 void 0.000119
+gallium_dri.so free 0x5571735c5740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c58b0 0.000119
+gallium_dri.so free 0x5571735c5900 void 0.000119
+gallium_dri.so free 0x5571735c58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5900 0.000119
+gallium_dri.so free 0x5571735c59c0 void 0.000121
+gallium_dri.so free 0x5571735c5900 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5900 0.000118
+gallium_dri.so free 0x5571735c5ac0 void 0.000119
+gallium_dri.so free 0x5571735c5900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5a70 0.000119
+gallium_dri.so free 0x5571735c5b80 void 0.000133
+gallium_dri.so free 0x5571735c5a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5b30 0.000119
+gallium_dri.so free 0x5571735c5bc0 void 0.000118
+gallium_dri.so free 0x5571735c5b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5b30 0.000119
+gallium_dri.so free 0x5571735c5c80 void 0.000124
+gallium_dri.so free 0x5571735c5b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5cc0 0.000119
+gallium_dri.so free 0x5571735c5d40 void 0.000125
+gallium_dri.so free 0x5571735c5cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5d40 0.000118
+gallium_dri.so free 0x5571735c5e00 void 0.000118
+gallium_dri.so free 0x5571735c5d40 void 0.000138
+gallium_dri.so malloc 72 0x5571735c5d40 0.000120
+gallium_dri.so free 0x5571735c5e80 void 0.000119
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5d40 0.000119
+gallium_dri.so free 0x5571735c5f40 void 0.000119
+gallium_dri.so free 0x5571735c5d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5d40 0.000119
+gallium_dri.so free 0x5571735c6000 void 0.000118
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000119
+gallium_dri.so free 0x5571735c6080 void 0.000119
+gallium_dri.so free 0x5571735c5fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c60d0 0.000119
+gallium_dri.so free 0x5571735c6140 void 0.000119
+gallium_dri.so free 0x5571735c60d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6160 0.000119
+gallium_dri.so free 0x5571735c6200 void 0.000118
+gallium_dri.so free 0x5571735c6160 void 0.000119
+gallium_dri.so malloc 72 0x5571735c61b0 0.000119
+gallium_dri.so free 0x5571735c6280 void 0.000120
+gallium_dri.so free 0x5571735c61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c61b0 0.000119
+gallium_dri.so free 0x5571735c6380 void 0.000125
+gallium_dri.so free 0x5571735c61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6330 0.000120
+gallium_dri.so free 0x5571735c6400 void 0.000118
+gallium_dri.so free 0x5571735c6330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6450 0.000119
+gallium_dri.so free 0x5571735c64c0 void 0.000119
+gallium_dri.so free 0x5571735c6450 void 0.000119
+gallium_dri.so malloc 72 0x5571735c64e0 0.000118
+gallium_dri.so free 0x5571735c6580 void 0.000118
+gallium_dri.so free 0x5571735c64e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6530 0.000119
+gallium_dri.so free 0x5571735c6600 void 0.000118
+gallium_dri.so free 0x5571735c6530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6530 0.000118
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so free 0x5571735c6530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6680 0.000119
+gallium_dri.so free 0x5571735c6740 void 0.000120
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6680 0.000119
+gallium_dri.so free 0x5571735c6840 void 0.000119
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6680 0.000120
+gallium_dri.so free 0x5571735c68c0 void 0.000120
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c68f0 0.000129
+gallium_dri.so free 0x5571735c6940 void 0.000120
+gallium_dri.so free 0x5571735c68f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c68f0 0.000119
+gallium_dri.so free 0x5571735c6a40 void 0.000123
+gallium_dri.so free 0x5571735c68f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c69f0 0.000118
+gallium_dri.so free 0x5571735c6b00 void 0.000119
+gallium_dri.so free 0x5571735c69f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000119
+gallium_dri.so free 0x5571735c6b40 void 0.000119
+gallium_dri.so free 0x5571735c6ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000124
+gallium_dri.so free 0x5571735c6c00 void 0.000120
+gallium_dri.so free 0x5571735c6ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6c50 0.000118
+gallium_dri.so free 0x5571735c6cc0 void 0.000139
+gallium_dri.so free 0x5571735c6c50 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6d00 0.000119
+gallium_dri.so free 0x5571735c6d80 void 0.000121
+gallium_dri.so free 0x5571735c6d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6d80 0.000119
+gallium_dri.so free 0x5571735c6e40 void 0.000118
+gallium_dri.so free 0x5571735c6d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6d80 0.000119
+gallium_dri.so free 0x5571735c6ec0 void 0.000119
+gallium_dri.so free 0x5571735c6d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c6ef0 0.000119
+gallium_dri.so free 0x5571735c6f40 void 0.000119
+gallium_dri.so free 0x5571735c6ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ef0 0.000118
+gallium_dri.so free 0x5571735c7040 void 0.000119
+gallium_dri.so free 0x5571735c6ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000119
+gallium_dri.so free 0x5571735c7100 void 0.000118
+gallium_dri.so free 0x5571735c6ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c70b0 0.000119
+gallium_dri.so free 0x5571735c7180 void 0.000119
+gallium_dri.so free 0x5571735c70b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c71a0 0.000118
+gallium_dri.so free 0x5571735c7240 void 0.000119
+gallium_dri.so free 0x5571735c71a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71f0 0.000119
+gallium_dri.so free 0x5571735c72c0 void 0.000120
+gallium_dri.so free 0x5571735c71f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71f0 0.000117
+gallium_dri.so free 0x5571735c7340 void 0.000119
+gallium_dri.so free 0x5571735c71f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7340 0.000118
+gallium_dri.so free 0x5571735c7400 void 0.000120
+gallium_dri.so free 0x5571735c7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7340 0.000119
+gallium_dri.so free 0x5571735c74c0 void 0.000170
+gallium_dri.so free 0x5571735c7340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7340 0.000119
+gallium_dri.so free 0x5571735c7580 void 0.000119
+gallium_dri.so free 0x5571735c7340 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7530 0.000118
+gallium_dri.so free 0x5571735c7580 void 0.000119
+gallium_dri.so free 0x5571735c7530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7530 0.000119
+gallium_dri.so free 0x5571735c7680 void 0.000119
+gallium_dri.so free 0x5571735c7530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7630 0.000118
+gallium_dri.so free 0x5571735c7740 void 0.000121
+gallium_dri.so free 0x5571735c7630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c76f0 0.000118
+gallium_dri.so free 0x5571735c7780 void 0.000119
+gallium_dri.so free 0x5571735c76f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c76f0 0.000125
+gallium_dri.so free 0x5571735c7840 void 0.000121
+gallium_dri.so free 0x5571735c76f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7880 0.000119
+gallium_dri.so free 0x5571735c7900 void 0.000119
+gallium_dri.so free 0x5571735c7880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7900 0.000119
+gallium_dri.so free 0x5571735c79c0 void 0.000119
+gallium_dri.so free 0x5571735c7900 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7900 0.000129
+gallium_dri.so free 0x5571735c7a80 void 0.000119
+gallium_dri.so free 0x5571735c7900 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7aa0 0.000120
+gallium_dri.so free 0x5571735c7b40 void 0.000147
+gallium_dri.so free 0x5571735c7aa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7af0 0.000119
+gallium_dri.so free 0x5571735c7bc0 void 0.000119
+gallium_dri.so free 0x5571735c7af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7af0 0.000120
+gallium_dri.so free 0x5571735c7c40 void 0.000119
+gallium_dri.so free 0x5571735c7af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7c40 0.000118
+gallium_dri.so free 0x5571735c7d00 void 0.000120
+gallium_dri.so free 0x5571735c7c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7c40 0.000119
+gallium_dri.so free 0x5571735c7dc0 void 0.000119
+gallium_dri.so free 0x5571735c7c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7c40 0.000119
+gallium_dri.so free 0x5571735c7e80 void 0.000119
+gallium_dri.so free 0x5571735c7c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7e30 0.000120
+gallium_dri.so free 0x5571735c7f40 void 0.000118
+gallium_dri.so free 0x5571735c7e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000119
+gallium_dri.so free 0x5571735c7fc0 void 0.000120
+gallium_dri.so free 0x5571735c7ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8010 0.000120
+gallium_dri.so free 0x5571735c8080 void 0.000118
+gallium_dri.so free 0x5571735c8010 void 0.000119
+gallium_dri.so malloc 72 0x5571735c80a0 0.000122
+gallium_dri.so free 0x5571735c8140 void 0.000119
+gallium_dri.so free 0x5571735c80a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c80f0 0.000119
+gallium_dri.so free 0x5571735c81c0 void 0.000118
+gallium_dri.so free 0x5571735c80f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c80f0 0.000118
+gallium_dri.so free 0x5571735c8240 void 0.000119
+gallium_dri.so free 0x5571735c80f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8240 0.000120
+gallium_dri.so free 0x5571735c8300 void 0.000118
+gallium_dri.so free 0x5571735c8240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8240 0.000119
+gallium_dri.so free 0x5571735c8400 void 0.000120
+gallium_dri.so free 0x5571735c8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83b0 0.000118
+gallium_dri.so free 0x5571735c8440 void 0.000119
+gallium_dri.so free 0x5571735c83b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c83b0 0.000119
+gallium_dri.so free 0x5571735c8500 void 0.000120
+gallium_dri.so free 0x5571735c83b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8540 0.000119
+gallium_dri.so free 0x5571735c85c0 void 0.000207
+gallium_dri.so free 0x5571735c8540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c85c0 0.000119
+gallium_dri.so free 0x5571735c8680 void 0.000118
+gallium_dri.so free 0x5571735c85c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c85c0 0.000124
+gallium_dri.so free 0x5571735c8700 void 0.000119
+gallium_dri.so free 0x5571735c85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8730 0.000130
+gallium_dri.so free 0x5571735c8780 void 0.000119
+gallium_dri.so free 0x5571735c8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8730 0.000119
+gallium_dri.so free 0x5571735c8880 void 0.000120
+gallium_dri.so free 0x5571735c8730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c88c0 0.000118
+gallium_dri.so free 0x5571735c8940 void 0.000119
+gallium_dri.so free 0x5571735c88c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8940 0.000146
+gallium_dri.so free 0x5571735c8a00 void 0.000120
+gallium_dri.so free 0x5571735c8940 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8940 0.000121
+gallium_dri.so free 0x5571735c8a80 void 0.000120
+gallium_dri.so free 0x5571735c8940 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000121
+gallium_dri.so free 0x5571735c8b00 void 0.000119
+gallium_dri.so free 0x5571735c8ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000130
+gallium_dri.so free 0x5571735c8c00 void 0.000120
+gallium_dri.so free 0x5571735c8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000119
+gallium_dri.so free 0x5571735c8cc0 void 0.000119
+gallium_dri.so free 0x5571735c8bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8c70 0.000120
+gallium_dri.so free 0x5571735c8d40 void 0.000119
+gallium_dri.so free 0x5571735c8c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c70 0.000119
+gallium_dri.so free 0x5571735c8e00 void 0.000118
+gallium_dri.so free 0x5571735c8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8c70 0.000118
+gallium_dri.so free 0x5571735c8ec0 void 0.000121
+gallium_dri.so free 0x5571735c8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8e70 0.000119
+gallium_dri.so free 0x5571735c8f40 void 0.000119
+gallium_dri.so free 0x5571735c8e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8f90 0.000118
+gallium_dri.so free 0x5571735c9000 void 0.000119
+gallium_dri.so free 0x5571735c8f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9020 0.000119
+gallium_dri.so free 0x5571735c90c0 void 0.000118
+gallium_dri.so free 0x5571735c9020 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9070 0.000118
+gallium_dri.so free 0x5571735c9140 void 0.000119
+gallium_dri.so free 0x5571735c9070 void 0.000128
+gallium_dri.so malloc 72 0x5571735c9140 0.000121
+gallium_dri.so free 0x5571735c9200 void 0.000119
+gallium_dri.so free 0x5571735c9140 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9140 0.000118
+gallium_dri.so free 0x5571735c9280 void 0.000118
+gallium_dri.so free 0x5571735c9140 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9280 0.000119
+gallium_dri.so free 0x5571735c9340 void 0.000120
+gallium_dri.so free 0x5571735c9280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9280 0.000118
+gallium_dri.so free 0x5571735c9400 void 0.000119
+gallium_dri.so free 0x5571735c9280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9280 0.000118
+gallium_dri.so free 0x5571735c94c0 void 0.000119
+gallium_dri.so free 0x5571735c9280 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9470 0.000119
+gallium_dri.so free 0x557173462440 void 0.000120
+gallium_dri.so free 0x5571735c9470 void 0.000117
+gallium_dri.so malloc 72 0x557173462490 0.000121
+gallium_dri.so free 0x557173462500 void 0.000119
+gallium_dri.so free 0x557173462490 void 0.000119
+gallium_dri.so malloc 72 0x557173462540 0.000119
+gallium_dri.so free 0x5571734625c0 void 0.000119
+gallium_dri.so free 0x557173462540 void 0.000118
+gallium_dri.so malloc 72 0x557173462540 0.000118
+gallium_dri.so free 0x557173462640 void 0.000163
+gallium_dri.so free 0x557173462540 void 0.000120
+gallium_dri.so malloc 72 0x557173462670 0.000120
+gallium_dri.so free 0x5571734626c0 void 0.000119
+gallium_dri.so free 0x557173462670 void 0.000121
+gallium_dri.so malloc 72 0x557173462670 0.000130
+gallium_dri.so free 0x5571734627c0 void 0.000120
+gallium_dri.so free 0x557173462670 void 0.000118
+gallium_dri.so malloc 72 0x557173462770 0.000119
+gallium_dri.so free 0x557173462880 void 0.000125
+gallium_dri.so free 0x557173462770 void 0.000119
+gallium_dri.so malloc 72 0x557173462830 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so free 0x557173462830 void 0.000120
+gallium_dri.so malloc 72 0x557173462830 0.000121
+gallium_dri.so free 0x557173462980 void 0.000120
+gallium_dri.so free 0x557173462830 void 0.000121
+gallium_dri.so malloc 72 0x5571734629f0 0.000119
+gallium_dri.so free 0x557173462a40 void 0.000119
+gallium_dri.so free 0x5571734629f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734629f0 0.000119
+gallium_dri.so free 0x557173462b40 void 0.000119
+gallium_dri.so free 0x5571734629f0 void 0.000119
+gallium_dri.so malloc 72 0x557173462af0 0.000119
+gallium_dri.so free 0x557173462c00 void 0.000119
+gallium_dri.so free 0x557173462af0 void 0.000119
+gallium_dri.so malloc 72 0x557173462bb0 0.000130
+gallium_dri.so free 0x557173462c40 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173462bb0 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000118
+gallium_dri.so free 0x557173462bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173462d40 0.000119
+gallium_dri.so free 0x557173462dc0 void 0.000122
+gallium_dri.so free 0x557173462d40 void 0.000119
+gallium_dri.so malloc 72 0x557173462dc0 0.000119
+gallium_dri.so free 0x557173462e80 void 0.000121
+gallium_dri.so free 0x557173462dc0 void 0.000116
+gallium_dri.so malloc 72 0x557173462dc0 0.000119
+gallium_dri.so free 0x557173462f40 void 0.000118
+gallium_dri.so free 0x557173462dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173462f60 0.000120
+gallium_dri.so free 0x557173463000 void 0.000119
+gallium_dri.so free 0x557173462f60 void 0.000119
+gallium_dri.so malloc 72 0x557173462fb0 0.000118
+gallium_dri.so free 0x557173463080 void 0.000119
+gallium_dri.so free 0x557173462fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173462fb0 0.000120
+gallium_dri.so free 0x557173463100 void 0.000119
+gallium_dri.so free 0x557173462fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173463100 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000118
+gallium_dri.so free 0x557173463100 void 0.000171
+gallium_dri.so malloc 72 0x557173463100 0.000114
+gallium_dri.so free 0x557173463280 void 0.000111
+gallium_dri.so free 0x557173463100 void 0.000111
+gallium_dri.so malloc 72 0x557173463100 0.000110
+gallium_dri.so free 0x557173463340 void 0.000112
+gallium_dri.so free 0x557173463100 void 0.000124
+gallium_dri.so malloc 72 0x5571734632f0 0.000111
+gallium_dri.so free 0x557173463400 void 0.000111
+gallium_dri.so free 0x5571734632f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734633b0 0.000110
+gallium_dri.so free 0x557173463480 void 0.000110
+gallium_dri.so free 0x5571734633b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734634d0 0.000111
+gallium_dri.so free 0x557173463540 void 0.000110
+gallium_dri.so free 0x5571734634d0 void 0.000111
+gallium_dri.so malloc 72 0x557173463560 0.000110
+gallium_dri.so free 0x557173463600 void 0.000111
+gallium_dri.so free 0x557173463560 void 0.000110
+gallium_dri.so malloc 72 0x5571734635b0 0.000133
+gallium_dri.so free 0x557173463680 void 0.000115
+gallium_dri.so free 0x5571734635b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734635b0 0.000116
+gallium_dri.so free 0x557173463700 void 0.000112
+gallium_dri.so free 0x5571734635b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463700 0.000112
+gallium_dri.so free 0x5571734637c0 void 0.000110
+gallium_dri.so free 0x557173463700 void 0.000115
+gallium_dri.so malloc 72 0x557173463700 0.000125
+gallium_dri.so free 0x5571734638c0 void 0.000127
+gallium_dri.so free 0x557173463700 void 0.000119
+gallium_dri.so malloc 72 0x557173463870 0.000117
+gallium_dri.so free 0x557173463900 void 0.000124
+gallium_dri.so free 0x557173463870 void 0.000119
+gallium_dri.so malloc 72 0x557173463870 0.000116
+gallium_dri.so free 0x5571734639c0 void 0.000117
+gallium_dri.so free 0x557173463870 void 0.000123
+gallium_dri.so malloc 72 0x557173463a00 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so free 0x557173463a00 void 0.000118
+gallium_dri.so malloc 72 0x557173463a80 0.000122
+gallium_dri.so free 0x557173463b40 void 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000117
+gallium_dri.so malloc 72 0x557173463a80 0.000117
+gallium_dri.so free 0x557173463bc0 void 0.000124
+gallium_dri.so free 0x557173463a80 void 0.000119
+gallium_dri.so malloc 72 0x557173463bf0 0.000122
+gallium_dri.so free 0x557173463c40 void 0.000119
+gallium_dri.so free 0x557173463bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173463bf0 0.000117
+gallium_dri.so free 0x557173463d40 void 0.000124
+gallium_dri.so free 0x557173463bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173463d80 0.000119
+gallium_dri.so free 0x557173463e00 void 0.000124
+gallium_dri.so free 0x557173463d80 void 0.000121
+gallium_dri.so malloc 72 0x557173463e00 0.000118
+gallium_dri.so free 0x557173463ec0 void 0.000123
+gallium_dri.so free 0x557173463e00 void 0.000124
+gallium_dri.so malloc 72 0x557173463e00 0.000120
+gallium_dri.so free 0x557173463f40 void 0.000119
+gallium_dri.so free 0x557173463e00 void 0.000118
+gallium_dri.so malloc 72 0x557173463f70 0.000127
+gallium_dri.so free 0x557173463fc0 void 0.000120
+gallium_dri.so free 0x557173463f70 void 0.000122
+gallium_dri.so malloc 72 0x557173463f70 0.000124
+gallium_dri.so free 0x5571734640c0 void 0.000124
+gallium_dri.so free 0x557173463f70 void 0.000126
+gallium_dri.so malloc 72 0x557173464070 0.000123
+gallium_dri.so free 0x557173464180 void 0.000129
+gallium_dri.so free 0x557173464070 void 0.000126
+gallium_dri.so malloc 72 0x557173464130 0.000125
+gallium_dri.so free 0x557173464200 void 0.000121
+gallium_dri.so free 0x557173464130 void 0.000119
+gallium_dri.so malloc 72 0x557173464130 0.000123
+gallium_dri.so free 0x5571734642c0 void 0.000133
+gallium_dri.so free 0x557173464130 void 0.000125
+gallium_dri.so malloc 72 0x557173464130 0.000126
+gallium_dri.so free 0x557173464380 void 0.000126
+gallium_dri.so free 0x557173464130 void 0.000132
+gallium_dri.so malloc 72 0x557173464330 0.000126
+gallium_dri.so free 0x557173464400 void 0.000177
+gallium_dri.so free 0x557173464330 void 0.000176
+gallium_dri.so malloc 72 0x557173464450 0.000195
+gallium_dri.so free 0x5571734644c0 void 0.000155
+gallium_dri.so free 0x557173464450 void 0.000119
+gallium_dri.so malloc 72 0x5571734644e0 0.000129
+gallium_dri.so free 0x557173464580 void 0.000130
+gallium_dri.so free 0x5571734644e0 void 0.000132
+gallium_dri.so malloc 72 0x557173464530 0.000130
+gallium_dri.so free 0x557173464600 void 0.000183
+gallium_dri.so free 0x557173464530 void 0.000184
+gallium_dri.so malloc 72 0x557173464600 0.000185
+gallium_dri.so free 0x5571734646c0 void 0.000183
+gallium_dri.so free 0x557173464600 void 0.000192
+gallium_dri.so malloc 72 0x557173464600 0.000164
+gallium_dri.so free 0x557173464740 void 0.000131
+gallium_dri.so free 0x557173464600 void 0.000164
+gallium_dri.so malloc 72 0x557173464740 0.000129
+gallium_dri.so free 0x557173464800 void 0.000180
+gallium_dri.so free 0x557173464740 void 0.000183
+gallium_dri.so malloc 72 0x557173464740 0.000183
+gallium_dri.so free 0x5571734648c0 void 0.000162
+gallium_dri.so free 0x557173464740 void 0.000125
+gallium_dri.so malloc 72 0x557173464740 0.000123
+gallium_dri.so free 0x557173464980 void 0.000128
+gallium_dri.so free 0x557173464740 void 0.000132
+gallium_dri.so malloc 72 0x557173464930 0.000126
+gallium_dri.so free 0x557173464a00 void 0.000131
+gallium_dri.so free 0x557173464930 void 0.000130
+gallium_dri.so malloc 72 0x557173464a50 0.000130
+gallium_dri.so free 0x557173464ac0 void 0.000131
+gallium_dri.so free 0x557173464a50 void 0.000182
+gallium_dri.so malloc 72 0x557173464b00 0.000280
+gallium_dri.so free 0x557173464b80 void 0.000312
+gallium_dri.so free 0x557173464b00 void 0.000243
+gallium_dri.so malloc 72 0x557173464b00 0.000237
+gallium_dri.so free 0x557173464c00 void 0.000235
+gallium_dri.so free 0x557173464b00 void 0.000187
+gallium_dri.so malloc 72 0x557173464c30 0.000187
+gallium_dri.so free 0x557173464c80 void 0.000186
+gallium_dri.so free 0x557173464c30 void 0.000203
+gallium_dri.so malloc 72 0x557173464c30 0.000234
+gallium_dri.so free 0x557173464d80 void 0.000235
+gallium_dri.so free 0x557173464c30 void 0.000237
+gallium_dri.so malloc 72 0x557173464d30 0.000236
+gallium_dri.so free 0x557173464e40 void 0.000236
+gallium_dri.so free 0x557173464d30 void 0.000247
+gallium_dri.so malloc 72 0x557173464df0 0.000235
+gallium_dri.so free 0x557173464e80 void 0.000166
+gallium_dri.so free 0x557173464df0 void 0.000167
+gallium_dri.so malloc 72 0x557173464df0 0.000133
+gallium_dri.so free 0x557173464f40 void 0.000131
+gallium_dri.so free 0x557173464df0 void 0.000131
+gallium_dri.so malloc 72 0x557173464fb0 0.000129
+gallium_dri.so free 0x557173465000 void 0.000131
+gallium_dri.so free 0x557173464fb0 void 0.000132
+gallium_dri.so malloc 72 0x557173464fb0 0.000132
+gallium_dri.so free 0x557173465100 void 0.000130
+gallium_dri.so free 0x557173464fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571734650b0 0.000130
+gallium_dri.so free 0x5571734651c0 void 0.000131
+gallium_dri.so free 0x5571734650b0 void 0.000126
+gallium_dri.so malloc 72 0x557173465170 0.000124
+gallium_dri.so free 0x557173465200 void 0.000130
+gallium_dri.so free 0x557173465170 void 0.000126
+gallium_dri.so malloc 72 0x557173465170 0.000124
+gallium_dri.so free 0x5571734652c0 void 0.000157
+gallium_dri.so free 0x557173465170 void 0.000154
+gallium_dri.so malloc 72 0x557173465300 0.000149
+gallium_dri.so free 0x557173465380 void 0.000148
+gallium_dri.so free 0x557173465300 void 0.000148
+gallium_dri.so malloc 72 0x557173465380 0.000154
+gallium_dri.so free 0x557173465440 void 0.000155
+gallium_dri.so free 0x557173465380 void 0.000155
+gallium_dri.so malloc 72 0x557173465380 0.000149
+gallium_dri.so free 0x557173465500 void 0.000149
+gallium_dri.so free 0x557173465380 void 0.000154
+gallium_dri.so malloc 72 0x557173465520 0.000156
+gallium_dri.so free 0x5571734655c0 void 0.000156
+gallium_dri.so free 0x557173465520 void 0.000156
+gallium_dri.so malloc 72 0x557173465570 0.000151
+gallium_dri.so free 0x557173465640 void 0.000154
+gallium_dri.so free 0x557173465570 void 0.000154
+gallium_dri.so malloc 72 0x557173465570 0.000155
+gallium_dri.so free 0x5571734656c0 void 0.000166
+gallium_dri.so free 0x557173465570 void 0.000184
+gallium_dri.so malloc 72 0x5571734656c0 0.000182
+gallium_dri.so free 0x557173465780 void 0.000179
+gallium_dri.so free 0x5571734656c0 void 0.000182
+gallium_dri.so malloc 72 0x5571734656c0 0.000171
+gallium_dri.so free 0x557173465840 void 0.000170
+gallium_dri.so free 0x5571734656c0 void 0.000182
+gallium_dri.so malloc 72 0x5571734656c0 0.000180
+gallium_dri.so free 0x557173465900 void 0.000184
+gallium_dri.so free 0x5571734656c0 void 0.000182
+gallium_dri.so malloc 72 0x5571734658b0 0.000185
+gallium_dri.so free 0x5571734659c0 void 0.000180
+gallium_dri.so free 0x5571734658b0 void 0.000170
+gallium_dri.so malloc 72 0x557173465970 0.000147
+gallium_dri.so free 0x557173465a40 void 0.000131
+gallium_dri.so free 0x557173465970 void 0.000125
+gallium_dri.so malloc 72 0x557173465a90 0.000134
+gallium_dri.so free 0x557173465b00 void 0.000129
+gallium_dri.so free 0x557173465a90 void 0.000128
+gallium_dri.so malloc 72 0x557173465b20 0.000129
+gallium_dri.so free 0x557173465bc0 void 0.000130
+gallium_dri.so free 0x557173465b20 void 0.000131
+gallium_dri.so malloc 72 0x557173465b70 0.000125
+gallium_dri.so free 0x557173465c40 void 0.000129
+gallium_dri.so free 0x557173465b70 void 0.000131
+gallium_dri.so malloc 72 0x557173465b70 0.000130
+gallium_dri.so free 0x557173465cc0 void 0.000130
+gallium_dri.so free 0x557173465b70 void 0.000126
+gallium_dri.so malloc 72 0x557173465cc0 0.000129
+gallium_dri.so free 0x557173465d80 void 0.000128
+gallium_dri.so free 0x557173465cc0 void 0.000128
+gallium_dri.so malloc 72 0x557173465cc0 0.000132
+gallium_dri.so free 0x557173465e80 void 0.000125
+gallium_dri.so free 0x557173465cc0 void 0.000130
+gallium_dri.so malloc 72 0x557173465e30 0.000125
+gallium_dri.so free 0x557173465ec0 void 0.000131
+gallium_dri.so free 0x557173465e30 void 0.000130
+gallium_dri.so malloc 72 0x557173465e30 0.000138
+gallium_dri.so free 0x557173465f80 void 0.000131
+gallium_dri.so free 0x557173465e30 void 0.000129
+gallium_dri.so malloc 72 0x557173465fc0 0.000126
+gallium_dri.so free 0x557173466040 void 0.000125
+gallium_dri.so free 0x557173465fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173466040 0.000129
+gallium_dri.so free 0x557173466100 void 0.000165
+gallium_dri.so free 0x557173466040 void 0.000163
+gallium_dri.so malloc 72 0x557173466040 0.000168
+gallium_dri.so free 0x557173466180 void 0.000131
+gallium_dri.so free 0x557173466040 void 0.000131
+gallium_dri.so malloc 72 0x5571734661b0 0.000130
+gallium_dri.so free 0x557173466200 void 0.000131
+gallium_dri.so free 0x5571734661b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734661b0 0.000126
+gallium_dri.so free 0x557173466300 void 0.000125
+gallium_dri.so free 0x5571734661b0 void 0.000128
+gallium_dri.so malloc 72 0x557173466340 0.000126
+gallium_dri.so free 0x5571734663c0 void 0.000126
+gallium_dri.so free 0x557173466340 void 0.000125
+gallium_dri.so malloc 72 0x5571734663c0 0.000130
+gallium_dri.so free 0x557173466480 void 0.000132
+gallium_dri.so free 0x5571734663c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734663c0 0.000131
+gallium_dri.so free 0x557173466500 void 0.000130
+gallium_dri.so free 0x5571734663c0 void 0.000131
+gallium_dri.so malloc 72 0x557173466530 0.000131
+gallium_dri.so free 0x557173466580 void 0.000130
+gallium_dri.so free 0x557173466530 void 0.000126
+gallium_dri.so malloc 72 0x557173466530 0.000129
+gallium_dri.so free 0x557173466680 void 0.000131
+gallium_dri.so free 0x557173466530 void 0.000125
+gallium_dri.so malloc 72 0x557173466630 0.000124
+gallium_dri.so free 0x557173466740 void 0.000124
+gallium_dri.so free 0x557173466630 void 0.000129
+gallium_dri.so malloc 72 0x5571734666f0 0.000125
+gallium_dri.so free 0x5571734667c0 void 0.000127
+gallium_dri.so free 0x5571734666f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734666f0 0.000129
+gallium_dri.so free 0x557173466880 void 0.000126
+gallium_dri.so free 0x5571734666f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734666f0 0.000124
+gallium_dri.so free 0x557173466940 void 0.000179
+gallium_dri.so free 0x5571734666f0 void 0.000165
+gallium_dri.so malloc 72 0x5571734668f0 0.000165
+gallium_dri.so free 0x5571734669c0 void 0.000165
+gallium_dri.so free 0x5571734668f0 void 0.000130
+gallium_dri.so malloc 72 0x557173466a10 0.000131
+gallium_dri.so free 0x557173466a80 void 0.000130
+gallium_dri.so free 0x557173466a10 void 0.000130
+gallium_dri.so malloc 72 0x557173466aa0 0.000125
+gallium_dri.so free 0x557173466b40 void 0.000124
+gallium_dri.so free 0x557173466aa0 void 0.000123
+gallium_dri.so malloc 72 0x557173466af0 0.000129
+gallium_dri.so free 0x557173466bc0 void 0.000131
+gallium_dri.so free 0x557173466af0 void 0.000125
+gallium_dri.so malloc 72 0x557173466bc0 0.000125
+gallium_dri.so free 0x557173466c80 void 0.000129
+gallium_dri.so free 0x557173466bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173466bc0 0.000130
+gallium_dri.so free 0x557173466d00 void 0.000125
+gallium_dri.so free 0x557173466bc0 void 0.000124
+gallium_dri.so malloc 72 0x557173466d00 0.000124
+gallium_dri.so free 0x557173466dc0 void 0.000129
+gallium_dri.so free 0x557173466d00 void 0.000130
+gallium_dri.so malloc 72 0x557173466d00 0.000124
+gallium_dri.so free 0x557173466e80 void 0.000129
+gallium_dri.so free 0x557173466d00 void 0.000126
+gallium_dri.so malloc 72 0x557173466d00 0.000129
+gallium_dri.so free 0x557173466f40 void 0.000167
+gallium_dri.so free 0x557173466d00 void 0.000163
+gallium_dri.so malloc 72 0x557173466ef0 0.000167
+gallium_dri.so free 0x557173466fc0 void 0.000130
+gallium_dri.so free 0x557173466ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173467010 0.000125
+gallium_dri.so free 0x557173467080 void 0.000132
+gallium_dri.so free 0x557173467010 void 0.000130
+gallium_dri.so malloc 72 0x5571734670c0 0.000126
+gallium_dri.so free 0x557173467140 void 0.000124
+gallium_dri.so free 0x5571734670c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734670c0 0.000131
+gallium_dri.so free 0x5571734671c0 void 0.000131
+gallium_dri.so free 0x5571734670c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734671f0 0.000126
+gallium_dri.so free 0x557173467240 void 0.000124
+gallium_dri.so free 0x5571734671f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734671f0 0.000131
+gallium_dri.so free 0x557173467340 void 0.000133
+gallium_dri.so free 0x5571734671f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734672f0 0.000130
+gallium_dri.so free 0x557173467400 void 0.000126
+gallium_dri.so free 0x5571734672f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734673b0 0.000130
+gallium_dri.so free 0x557173467440 void 0.000131
+gallium_dri.so free 0x5571734673b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734673b0 0.000130
+gallium_dri.so free 0x557173467500 void 0.000131
+gallium_dri.so free 0x5571734673b0 void 0.000131
+gallium_dri.so malloc 72 0x557173467570 0.000130
+gallium_dri.so free 0x5571734675c0 void 0.000125
+gallium_dri.so free 0x557173467570 void 0.000125
+gallium_dri.so malloc 72 0x557173467570 0.000125
+gallium_dri.so free 0x5571734676c0 void 0.000128
+gallium_dri.so free 0x557173467570 void 0.000132
+gallium_dri.so malloc 72 0x557173467670 0.000130
+gallium_dri.so free 0x557173467780 void 0.000130
+gallium_dri.so free 0x557173467670 void 0.000162
+gallium_dri.so malloc 72 0x557173467730 0.000152
+gallium_dri.so free 0x5571734677c0 void 0.000147
+gallium_dri.so free 0x557173467730 void 0.000144
+gallium_dri.so malloc 72 0x557173467730 0.000145
+gallium_dri.so free 0x557173467880 void 0.000141
+gallium_dri.so free 0x557173467730 void 0.000142
+gallium_dri.so malloc 72 0x5571734678c0 0.000146
+gallium_dri.so free 0x557173467940 void 0.000143
+gallium_dri.so free 0x5571734678c0 void 0.000141
+gallium_dri.so malloc 72 0x557173467990 0.000143
+gallium_dri.so free 0x5571735eb380 void 0.000141
+gallium_dri.so free 0x557173467990 void 0.000146
+gallium_dri.so malloc 72 0x557173467990 0.000145
+gallium_dri.so free 0x5571735eb480 void 0.000141
+gallium_dri.so free 0x557173467990 void 0.000141
+gallium_dri.so malloc 72 0x557173467990 0.000141
+gallium_dri.so free 0x5571735eb500 void 0.000145
+gallium_dri.so free 0x557173467990 void 0.000145
+gallium_dri.so malloc 72 0x5571735eb530 0.000155
+gallium_dri.so free 0x5571735eb580 void 0.000141
+gallium_dri.so free 0x5571735eb530 void 0.000142
+gallium_dri.so malloc 72 0x5571735eb530 0.000142
+gallium_dri.so free 0x5571735eb680 void 0.000143
+gallium_dri.so free 0x5571735eb530 void 0.000145
+gallium_dri.so malloc 72 0x5571735eb630 0.000144
+gallium_dri.so free 0x5571735eb740 void 0.000146
+gallium_dri.so free 0x5571735eb630 void 0.000142
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000138
+gallium_dri.so free 0x5571735eb780 void 0.000142
+gallium_dri.so free 0x5571735eb6f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000145
+gallium_dri.so free 0x5571735eb840 void 0.000142
+gallium_dri.so free 0x5571735eb6f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735eb890 0.000141
+gallium_dri.so free 0x5571735eb900 void 0.000145
+gallium_dri.so free 0x5571735eb890 void 0.000144
+gallium_dri.so malloc 72 0x5571735eb940 0.000146
+gallium_dri.so free 0x5571735eb9c0 void 0.000244
+gallium_dri.so free 0x5571735eb940 void 0.000229
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000309
+gallium_dri.so free 0x5571735eba80 void 0.000309
+gallium_dri.so free 0x5571735eb9c0 void 0.000309
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000311
+gallium_dri.so free 0x5571735ebb00 void 0.000311
+gallium_dri.so free 0x5571735eb9c0 void 0.000307
+gallium_dri.so malloc 72 0x5571735ebb30 0.000315
+gallium_dri.so free 0x5571735ebb80 void 0.000190
+gallium_dri.so free 0x5571735ebb30 void 0.000191
+gallium_dri.so malloc 72 0x5571735ebb30 0.000191
+gallium_dri.so free 0x5571735ebc80 void 0.000304
+gallium_dri.so free 0x5571735ebb30 void 0.000273
+gallium_dri.so malloc 72 0x5571735ebc30 0.000276
+gallium_dri.so free 0x5571735ebd40 void 0.000275
+gallium_dri.so free 0x5571735ebc30 void 0.000280
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000273
+gallium_dri.so free 0x5571735ebdc0 void 0.000169
+gallium_dri.so free 0x5571735ebcf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ebde0 0.000131
+gallium_dri.so free 0x5571735ebe80 void 0.000130
+gallium_dri.so free 0x5571735ebde0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebe30 0.000125
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so free 0x5571735ebe30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebe30 0.000129
+gallium_dri.so free 0x5571735ebf80 void 0.000130
+gallium_dri.so free 0x5571735ebe30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebf80 0.000135
+gallium_dri.so free 0x5571735ec040 void 0.000133
+gallium_dri.so free 0x5571735ebf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebf80 0.000132
+gallium_dri.so free 0x5571735ec100 void 0.000130
+gallium_dri.so free 0x5571735ebf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebf80 0.000132
+gallium_dri.so free 0x5571735ec1c0 void 0.000130
+gallium_dri.so free 0x5571735ebf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec170 0.000131
+gallium_dri.so free 0x5571735ec1c0 void 0.000131
+gallium_dri.so free 0x5571735ec170 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec170 0.000126
+gallium_dri.so free 0x5571735ec2c0 void 0.000130
+gallium_dri.so free 0x5571735ec170 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec270 0.000131
+gallium_dri.so free 0x5571735ec380 void 0.000131
+gallium_dri.so free 0x5571735ec270 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec330 0.000129
+gallium_dri.so free 0x5571735ec3c0 void 0.000139
+gallium_dri.so free 0x5571735ec330 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec330 0.000130
+gallium_dri.so free 0x5571735ec480 void 0.000131
+gallium_dri.so free 0x5571735ec330 void 0.000292
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000351
+gallium_dri.so free 0x5571735ec540 void 0.000345
+gallium_dri.so free 0x5571735ec4c0 void 0.000271
+gallium_dri.so malloc 72 0x5571735ec540 0.000259
+gallium_dri.so free 0x5571735ec600 void 0.000269
+gallium_dri.so free 0x5571735ec540 void 0.000275
+gallium_dri.so malloc 72 0x5571735ec540 0.000230
+gallium_dri.so free 0x5571735ec6c0 void 0.000280
+gallium_dri.so free 0x5571735ec540 void 0.000167
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000167
+gallium_dri.so free 0x5571735ec780 void 0.000169
+gallium_dri.so free 0x5571735ec6e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec730 0.000129
+gallium_dri.so free 0x5571735ec800 void 0.000176
+gallium_dri.so free 0x5571735ec730 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec730 0.000138
+gallium_dri.so free 0x5571735ec880 void 0.000133
+gallium_dri.so free 0x5571735ec730 void 0.000136
+gallium_dri.so malloc 72 0x5571735ec880 0.000138
+gallium_dri.so free 0x5571735ec940 void 0.000138
+gallium_dri.so free 0x5571735ec880 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec880 0.000132
+gallium_dri.so free 0x5571735eca00 void 0.000136
+gallium_dri.so free 0x5571735ec880 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec880 0.000137
+gallium_dri.so free 0x5571735ecac0 void 0.000138
+gallium_dri.so free 0x5571735ec880 void 0.000138
+gallium_dri.so malloc 72 0x5571735eca70 0.000137
+gallium_dri.so free 0x5571735ecb80 void 0.000133
+gallium_dri.so free 0x5571735eca70 void 0.000143
+gallium_dri.so malloc 72 0x5571735ecb30 0.000135
+gallium_dri.so free 0x5571735ecc00 void 0.000137
+gallium_dri.so free 0x5571735ecb30 void 0.000139
+gallium_dri.so malloc 72 0x5571735ecc50 0.000131
+gallium_dri.so free 0x5571735eccc0 void 0.000130
+gallium_dri.so free 0x5571735ecc50 void 0.000135
+gallium_dri.so malloc 72 0x5571735ecce0 0.000137
+gallium_dri.so free 0x5571735ecd80 void 0.000134
+gallium_dri.so free 0x5571735ecce0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ecd30 0.000137
+gallium_dri.so free 0x5571735ece00 void 0.000137
+gallium_dri.so free 0x5571735ecd30 void 0.000282
+gallium_dri.so malloc 72 0x5571735ecd30 0.000297
+gallium_dri.so free 0x5571735ece80 void 0.000288
+gallium_dri.so free 0x5571735ecd30 void 0.000290
+gallium_dri.so malloc 72 0x5571735ece80 0.000301
+gallium_dri.so free 0x5571735ecf40 void 0.000351
+gallium_dri.so free 0x5571735ece80 void 0.000227
+gallium_dri.so malloc 72 0x5571735ece80 0.000171
+gallium_dri.so free 0x5571735ed040 void 0.000175
+gallium_dri.so free 0x5571735ece80 void 0.000138
+gallium_dri.so malloc 72 0x5571735ecff0 0.000138
+gallium_dri.so free 0x5571735ed080 void 0.000134
+gallium_dri.so free 0x5571735ecff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecff0 0.000136
+gallium_dri.so free 0x5571735ed140 void 0.000137
+gallium_dri.so free 0x5571735ecff0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ed180 0.000137
+gallium_dri.so free 0x5571735ed200 void 0.000137
+gallium_dri.so free 0x5571735ed180 void 0.000144
+gallium_dri.so malloc 72 0x5571735ed200 0.000132
+gallium_dri.so free 0x5571735ed2c0 void 0.000130
+gallium_dri.so free 0x5571735ed200 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed200 0.000126
+gallium_dri.so free 0x5571735ed340 void 0.000144
+gallium_dri.so free 0x5571735ed200 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed370 0.000130
+gallium_dri.so free 0x5571735ed3c0 void 0.000132
+gallium_dri.so free 0x5571735ed370 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed370 0.000130
+gallium_dri.so free 0x5571735ed4c0 void 0.000131
+gallium_dri.so free 0x5571735ed370 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed500 0.000129
+gallium_dri.so free 0x5571735ed580 void 0.000126
+gallium_dri.so free 0x5571735ed500 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed580 0.000130
+gallium_dri.so free 0x5571735ed640 void 0.000264
+gallium_dri.so free 0x5571735ed580 void 0.000305
+gallium_dri.so malloc 72 0x5571735ed580 0.000271
+gallium_dri.so free 0x5571735ed6c0 void 0.000274
+gallium_dri.so free 0x5571735ed580 void 0.000275
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000278
+gallium_dri.so free 0x5571735ed740 void 0.000290
+gallium_dri.so free 0x5571735ed6f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000164
+gallium_dri.so free 0x5571735ed840 void 0.000160
+gallium_dri.so free 0x5571735ed6f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000124
+gallium_dri.so free 0x5571735ed900 void 0.000123
+gallium_dri.so free 0x5571735ed7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000131
+gallium_dri.so free 0x5571735ed980 void 0.000124
+gallium_dri.so free 0x5571735ed8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000130
+gallium_dri.so free 0x5571735eda40 void 0.000132
+gallium_dri.so free 0x5571735ed8b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000132
+gallium_dri.so free 0x5571735edb00 void 0.000127
+gallium_dri.so free 0x5571735ed8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edab0 0.000132
+gallium_dri.so free 0x5571735edb80 void 0.000132
+gallium_dri.so free 0x5571735edab0 void 0.000134
+gallium_dri.so malloc 72 0x5571735edbd0 0.000126
+gallium_dri.so free 0x5571735edc40 void 0.000130
+gallium_dri.so free 0x5571735edbd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edc60 0.000225
+gallium_dri.so free 0x5571735edd00 void 0.000234
+gallium_dri.so free 0x5571735edc60 void 0.000226
+gallium_dri.so malloc 72 0x5571735edcb0 0.000224
+gallium_dri.so free 0x5571735edd80 void 0.000227
+gallium_dri.so free 0x5571735edcb0 void 0.000223
+gallium_dri.so malloc 72 0x5571735edd80 0.000382
+gallium_dri.so free 0x5571735ede40 void 0.000352
+gallium_dri.so free 0x5571735edd80 void 0.000283
+gallium_dri.so malloc 72 0x5571735edd80 0.000290
+gallium_dri.so free 0x5571735edec0 void 0.000275
+gallium_dri.so free 0x5571735edd80 void 0.000269
+gallium_dri.so malloc 72 0x5571735edec0 0.000279
+gallium_dri.so free 0x5571735edf80 void 0.000274
+gallium_dri.so free 0x5571735edec0 void 0.000270
+gallium_dri.so malloc 72 0x5571735edec0 0.000277
+gallium_dri.so free 0x5571735ee040 void 0.000276
+gallium_dri.so free 0x5571735edec0 void 0.000270
+gallium_dri.so malloc 72 0x5571735edec0 0.000283
+gallium_dri.so free 0x5571735ee100 void 0.000166
+gallium_dri.so free 0x5571735edec0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000167
+gallium_dri.so free 0x5571735ee180 void 0.000132
+gallium_dri.so free 0x5571735ee0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000135
+gallium_dri.so free 0x5571735ee240 void 0.000128
+gallium_dri.so free 0x5571735ee1d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee280 0.000132
+gallium_dri.so free 0x5571735ee300 void 0.000132
+gallium_dri.so free 0x5571735ee280 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee280 0.000125
+gallium_dri.so free 0x5571735ee380 void 0.000130
+gallium_dri.so free 0x5571735ee280 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000131
+gallium_dri.so free 0x5571735ee400 void 0.000131
+gallium_dri.so free 0x5571735ee3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000132
+gallium_dri.so free 0x5571735ee500 void 0.000146
+gallium_dri.so free 0x5571735ee3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000134
+gallium_dri.so free 0x5571735ee5c0 void 0.000125
+gallium_dri.so free 0x5571735ee4b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee570 0.000133
+gallium_dri.so free 0x5571735ee600 void 0.000132
+gallium_dri.so free 0x5571735ee570 void 0.000140
+gallium_dri.so malloc 72 0x5571735ee570 0.000133
+gallium_dri.so free 0x5571735ee6c0 void 0.000133
+gallium_dri.so free 0x5571735ee570 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee730 0.000132
+gallium_dri.so free 0x5571735ee780 void 0.000124
+gallium_dri.so free 0x5571735ee730 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee730 0.000132
+gallium_dri.so free 0x5571735ee880 void 0.000134
+gallium_dri.so free 0x5571735ee730 void 0.000140
+gallium_dri.so malloc 72 0x5571735ee830 0.000139
+gallium_dri.so free 0x5571735ee940 void 0.000140
+gallium_dri.so free 0x5571735ee830 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000136
+gallium_dri.so free 0x5571735ee980 void 0.000138
+gallium_dri.so free 0x5571735ee8f0 void 0.000194
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000235
+gallium_dri.so free 0x5571735eea40 void 0.000140
+gallium_dri.so free 0x5571735ee8f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735eea80 0.000183
+gallium_dri.so free 0x5571735eeb00 void 0.000195
+gallium_dri.so free 0x5571735eea80 void 0.000134
+gallium_dri.so malloc 72 0x5571735eeb00 0.000129
+gallium_dri.so free 0x5571735eebc0 void 0.000130
+gallium_dri.so free 0x5571735eeb00 void 0.000136
+gallium_dri.so malloc 72 0x5571735eeb00 0.000143
+gallium_dri.so free 0x5571735eec80 void 0.000142
+gallium_dri.so free 0x5571735eeb00 void 0.000139
+gallium_dri.so malloc 72 0x5571735eeca0 0.000137
+gallium_dri.so free 0x5571735eed40 void 0.000138
+gallium_dri.so free 0x5571735eeca0 void 0.000139
+gallium_dri.so malloc 72 0x5571735eecf0 0.000139
+gallium_dri.so free 0x5571735eedc0 void 0.000138
+gallium_dri.so free 0x5571735eecf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735eecf0 0.000141
+gallium_dri.so free 0x5571735eee40 void 0.000137
+gallium_dri.so free 0x5571735eecf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eee40 0.000130
+gallium_dri.so free 0x5571735eef00 void 0.000171
+gallium_dri.so free 0x5571735eee40 void 0.000172
+gallium_dri.so malloc 72 0x5571735eee40 0.000285
+gallium_dri.so free 0x5571735eefc0 void 0.000234
+gallium_dri.so free 0x5571735eee40 void 0.000166
+gallium_dri.so malloc 72 0x5571735eee40 0.000139
+gallium_dri.so free 0x5571735ef080 void 0.000132
+gallium_dri.so free 0x5571735eee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef030 0.000134
+gallium_dri.so free 0x5571735ef140 void 0.000133
+gallium_dri.so free 0x5571735ef030 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000138
+gallium_dri.so free 0x5571735ef1c0 void 0.000140
+gallium_dri.so free 0x5571735ef0f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef210 0.000192
+gallium_dri.so free 0x5571735ef280 void 0.000178
+gallium_dri.so free 0x5571735ef210 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000133
+gallium_dri.so free 0x5571735ef340 void 0.000139
+gallium_dri.so free 0x5571735ef2a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000128
+gallium_dri.so free 0x5571735ef3c0 void 0.000126
+gallium_dri.so free 0x5571735ef2f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000131
+gallium_dri.so free 0x5571735ef440 void 0.000131
+gallium_dri.so free 0x5571735ef2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef440 0.000130
+gallium_dri.so free 0x5571735ef500 void 0.000133
+gallium_dri.so free 0x5571735ef440 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef440 0.000129
+gallium_dri.so free 0x5571735ef600 void 0.000124
+gallium_dri.so free 0x5571735ef440 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000132
+gallium_dri.so free 0x5571735ef640 void 0.000126
+gallium_dri.so free 0x5571735ef5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000134
+gallium_dri.so free 0x5571735ef700 void 0.000130
+gallium_dri.so free 0x5571735ef5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef740 0.000124
+gallium_dri.so free 0x5571735ef7c0 void 0.000123
+gallium_dri.so free 0x5571735ef740 void 0.000184
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000130
+gallium_dri.so free 0x5571735ef880 void 0.000227
+gallium_dri.so free 0x5571735ef7c0 void 0.000221
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000131
+gallium_dri.so free 0x5571735ef900 void 0.000132
+gallium_dri.so free 0x5571735ef7c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef930 0.000126
+gallium_dri.so free 0x5571735ef980 void 0.000132
+gallium_dri.so free 0x5571735ef930 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef930 0.000129
+gallium_dri.so free 0x5571735efa80 void 0.000130
+gallium_dri.so free 0x5571735ef930 void 0.000130
+gallium_dri.so malloc 72 0x5571735efac0 0.000125
+gallium_dri.so free 0x5571735efb40 void 0.000131
+gallium_dri.so free 0x5571735efac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735efb40 0.000126
+gallium_dri.so free 0x5571735efc00 void 0.000125
+gallium_dri.so free 0x5571735efb40 void 0.000128
+gallium_dri.so malloc 72 0x5571735efb40 0.000132
+gallium_dri.so free 0x5571735efc80 void 0.000134
+gallium_dri.so free 0x5571735efb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735efcb0 0.000131
+gallium_dri.so free 0x5571735efd00 void 0.000133
+gallium_dri.so free 0x5571735efcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735efcb0 0.000132
+gallium_dri.so free 0x5571735efe00 void 0.000126
+gallium_dri.so free 0x5571735efcb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efdb0 0.000124
+gallium_dri.so free 0x5571735efec0 void 0.000125
+gallium_dri.so free 0x5571735efdb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735efe70 0.000129
+gallium_dri.so free 0x5571735eff40 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000125
+gallium_dri.so malloc 72 0x5571735efe70 0.000122
+gallium_dri.so free 0x5571735f0000 void 0.000124
+gallium_dri.so free 0x5571735efe70 void 0.000128
+gallium_dri.so malloc 72 0x5571735efe70 0.000133
+gallium_dri.so free 0x5571735f00c0 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0070 0.000125
+gallium_dri.so free 0x5571735f0140 void 0.000133
+gallium_dri.so free 0x5571735f0070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0190 0.000131
+gallium_dri.so free 0x5571735f0200 void 0.000127
+gallium_dri.so free 0x5571735f0190 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0220 0.000131
+gallium_dri.so free 0x5571735f02c0 void 0.000242
+gallium_dri.so free 0x5571735f0220 void 0.000269
+gallium_dri.so malloc 72 0x5571735f0270 0.000278
+gallium_dri.so free 0x5571735f0340 void 0.000236
+gallium_dri.so free 0x5571735f0270 void 0.000268
+gallium_dri.so malloc 72 0x5571735f0340 0.000266
+gallium_dri.so free 0x5571735f0400 void 0.000277
+gallium_dri.so free 0x5571735f0340 void 0.000276
+gallium_dri.so malloc 72 0x5571735f0340 0.000266
+gallium_dri.so free 0x5571735f0480 void 0.000302
+gallium_dri.so free 0x5571735f0340 void 0.000282
+gallium_dri.so malloc 72 0x5571735f0480 0.000280
+gallium_dri.so free 0x5571735f0540 void 0.000269
+gallium_dri.so free 0x5571735f0480 void 0.000269
+gallium_dri.so malloc 72 0x5571735f0480 0.000331
+gallium_dri.so free 0x5571735f0600 void 0.000334
+gallium_dri.so free 0x5571735f0480 void 0.000280
+gallium_dri.so malloc 72 0x5571735f0480 0.000283
+gallium_dri.so free 0x5571735f06c0 void 0.000275
+gallium_dri.so free 0x5571735f0480 void 0.000290
+gallium_dri.so malloc 72 0x5571735f0670 0.000274
+gallium_dri.so free 0x5571735f0740 void 0.000137
+gallium_dri.so free 0x5571735f0670 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0790 0.000165
+gallium_dri.so free 0x5571735f0800 void 0.000139
+gallium_dri.so free 0x5571735f0790 void 0.000140
+gallium_dri.so malloc 72 0x5571735f0840 0.000139
+gallium_dri.so free 0x5571735f08c0 void 0.000132
+gallium_dri.so free 0x5571735f0840 void 0.000136
+gallium_dri.so malloc 72 0x5571735f0840 0.000139
+gallium_dri.so free 0x5571735f0940 void 0.000132
+gallium_dri.so free 0x5571735f0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0970 0.000130
+gallium_dri.so free 0x5571735f09c0 void 0.000136
+gallium_dri.so free 0x5571735f0970 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0970 0.000138
+gallium_dri.so free 0x5571735f0ac0 void 0.000170
+gallium_dri.so free 0x5571735f0970 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0a70 0.000138
+gallium_dri.so free 0x5571735f0b80 void 0.000139
+gallium_dri.so free 0x5571735f0a70 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0b30 0.000188
+gallium_dri.so free 0x5571735f0bc0 void 0.000231
+gallium_dri.so free 0x5571735f0b30 void 0.000210
+gallium_dri.so malloc 72 0x5571735f0b30 0.000191
+gallium_dri.so free 0x5571735f0c80 void 0.000138
+gallium_dri.so free 0x5571735f0b30 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000133
+gallium_dri.so free 0x5571735f0d40 void 0.000137
+gallium_dri.so free 0x5571735f0cf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000137
+gallium_dri.so free 0x5571735f0e40 void 0.000139
+gallium_dri.so free 0x5571735f0cf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0df0 0.000137
+gallium_dri.so free 0x5571735f0f00 void 0.000139
+gallium_dri.so free 0x5571735f0df0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000173
+gallium_dri.so free 0x5571735f0f40 void 0.000175
+gallium_dri.so free 0x5571735f0eb0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000139
+gallium_dri.so free 0x5571735f1000 void 0.000138
+gallium_dri.so free 0x5571735f0eb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f1040 0.000138
+gallium_dri.so free 0x5571735f10c0 void 0.000136
+gallium_dri.so free 0x5571735f1040 void 0.000138
+gallium_dri.so malloc 72 0x5571735f10c0 0.000139
+gallium_dri.so free 0x5571735f1180 void 0.000132
+gallium_dri.so free 0x5571735f10c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f10c0 0.000139
+gallium_dri.so free 0x5571735f1240 void 0.000132
+gallium_dri.so free 0x5571735f10c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1260 0.000136
+gallium_dri.so free 0x5571735f1300 void 0.000131
+gallium_dri.so free 0x5571735f1260 void 0.000137
+gallium_dri.so malloc 72 0x5571735f12b0 0.000128
+gallium_dri.so free 0x5571735f1380 void 0.000130
+gallium_dri.so free 0x5571735f12b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f12b0 0.000124
+gallium_dri.so free 0x5571735f1400 void 0.000130
+gallium_dri.so free 0x5571735f12b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f1400 0.000134
+gallium_dri.so free 0x5571735f14c0 void 0.000225
+gallium_dri.so free 0x5571735f1400 void 0.000224
+gallium_dri.so malloc 72 0x5571735f1400 0.000219
+gallium_dri.so free 0x5571735f1580 void 0.000203
+gallium_dri.so free 0x5571735f1400 void 0.000219
+gallium_dri.so malloc 72 0x5571735f1400 0.000238
+gallium_dri.so free 0x5571735f1640 void 0.000222
+gallium_dri.so free 0x5571735f1400 void 0.000140
+gallium_dri.so malloc 72 0x5571735f15f0 0.000159
+gallium_dri.so free 0x5571735f1700 void 0.000126
+gallium_dri.so free 0x5571735f15f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f16b0 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000130
+gallium_dri.so free 0x5571735f16b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f17d0 0.000133
+gallium_dri.so free 0x5571735f1840 void 0.000132
+gallium_dri.so free 0x5571735f17d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1860 0.000171
+gallium_dri.so free 0x5571735f1900 void 0.000134
+gallium_dri.so free 0x5571735f1860 void 0.000133
+gallium_dri.so malloc 72 0x5571735f18b0 0.000137
+gallium_dri.so free 0x5571735f1980 void 0.000129
+gallium_dri.so free 0x5571735f18b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f18b0 0.000126
+gallium_dri.so free 0x5571735f1a00 void 0.000124
+gallium_dri.so free 0x5571735f18b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1a00 0.000130
+gallium_dri.so free 0x5571735f1ac0 void 0.000130
+gallium_dri.so free 0x5571735f1a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1a00 0.000124
+gallium_dri.so free 0x5571735f1bc0 void 0.000130
+gallium_dri.so free 0x5571735f1a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1b70 0.000127
+gallium_dri.so free 0x5571735f1c00 void 0.000129
+gallium_dri.so free 0x5571735f1b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1b70 0.000125
+gallium_dri.so free 0x5571735f1cc0 void 0.000130
+gallium_dri.so free 0x5571735f1b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1d00 0.000126
+gallium_dri.so free 0x5571735f1d80 void 0.000125
+gallium_dri.so free 0x5571735f1d00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1d80 0.000140
+gallium_dri.so free 0x5571735f1e40 void 0.000133
+gallium_dri.so free 0x5571735f1d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1d80 0.000124
+gallium_dri.so free 0x5571735f1ec0 void 0.000125
+gallium_dri.so free 0x5571735f1d80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000132
+gallium_dri.so free 0x5571735f1f40 void 0.000131
+gallium_dri.so free 0x5571735f1ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000132
+gallium_dri.so free 0x5571735f2040 void 0.000125
+gallium_dri.so free 0x5571735f1ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2080 0.000131
+gallium_dri.so free 0x5571735f2100 void 0.000131
+gallium_dri.so free 0x5571735f2080 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2100 0.000127
+gallium_dri.so free 0x5571735f21c0 void 0.000124
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2100 0.000124
+gallium_dri.so free 0x5571735f2240 void 0.000123
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2270 0.000123
+gallium_dri.so free 0x5571735f22c0 void 0.000125
+gallium_dri.so free 0x5571735f2270 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2270 0.000123
+gallium_dri.so free 0x5571735f23c0 void 0.000130
+gallium_dri.so free 0x5571735f2270 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2370 0.000125
+gallium_dri.so free 0x5571735f2480 void 0.000125
+gallium_dri.so free 0x5571735f2370 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2430 0.000124
+gallium_dri.so free 0x5571735f2500 void 0.000125
+gallium_dri.so free 0x5571735f2430 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2430 0.000125
+gallium_dri.so free 0x5571735f25c0 void 0.000124
+gallium_dri.so free 0x5571735f2430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2430 0.000125
+gallium_dri.so free 0x5571735f2680 void 0.000126
+gallium_dri.so free 0x5571735f2430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2630 0.000124
+gallium_dri.so free 0x5571735f2700 void 0.000124
+gallium_dri.so free 0x5571735f2630 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2750 0.000124
+gallium_dri.so free 0x5571735f27c0 void 0.000125
+gallium_dri.so free 0x5571735f2750 void 0.000124
+gallium_dri.so malloc 72 0x5571735f27e0 0.000124
+gallium_dri.so free 0x5571735f2880 void 0.000124
+gallium_dri.so free 0x5571735f27e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2830 0.000124
+gallium_dri.so free 0x5571735f2900 void 0.000132
+gallium_dri.so free 0x5571735f2830 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2900 0.000124
+gallium_dri.so free 0x5571735f29c0 void 0.000125
+gallium_dri.so free 0x5571735f2900 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2900 0.000125
+gallium_dri.so free 0x5571735f2a40 void 0.000126
+gallium_dri.so free 0x5571735f2900 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2a40 0.000124
+gallium_dri.so free 0x5571735f2b00 void 0.000124
+gallium_dri.so free 0x5571735f2a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2a40 0.000122
+gallium_dri.so free 0x5571735f2bc0 void 0.000126
+gallium_dri.so free 0x5571735f2a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2a40 0.000123
+gallium_dri.so free 0x5571735f2c80 void 0.000125
+gallium_dri.so free 0x5571735f2a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2c30 0.000124
+gallium_dri.so free 0x5571735f2d00 void 0.000126
+gallium_dri.so free 0x5571735f2c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2d50 0.000125
+gallium_dri.so free 0x5571735f2dc0 void 0.000125
+gallium_dri.so free 0x5571735f2d50 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2e00 0.000123
+gallium_dri.so free 0x5571735f2e80 void 0.000124
+gallium_dri.so free 0x5571735f2e00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2e00 0.000130
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so free 0x5571735f2e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f30 0.000117
+gallium_dri.so free 0x5571735f2f80 void 0.000118
+gallium_dri.so free 0x5571735f2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f30 0.000118
+gallium_dri.so free 0x5571735f3080 void 0.000141
+gallium_dri.so free 0x5571735f2f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3030 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000118
+gallium_dri.so free 0x5571735f3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735f30f0 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000118
+gallium_dri.so free 0x5571735f30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f30f0 0.000120
+gallium_dri.so free 0x5571735f3240 void 0.000118
+gallium_dri.so free 0x5571735f30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f32b0 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f32b0 0.000118
+gallium_dri.so free 0x5571735f3400 void 0.000120
+gallium_dri.so free 0x5571735f32b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33b0 0.000117
+gallium_dri.so free 0x5571735f34c0 void 0.000118
+gallium_dri.so free 0x5571735f33b0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f3470 0.000121
+gallium_dri.so free 0x5571735f3500 void 0.000118
+gallium_dri.so free 0x5571735f3470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3600 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa40 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa60 0.000117
+gallium_dri.so free 0x5571735dab00 void 0.000118
+gallium_dri.so free 0x5571735daa60 void 0.000118
+gallium_dri.so malloc 72 0x5571735daab0 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000120
+gallium_dri.so free 0x5571735daab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daab0 0.000120
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735daab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab80 0.000117
+gallium_dri.so free 0x5571735dac40 void 0.000128
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab80 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735dab80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dacf0 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dacf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad40 0.000119
+gallium_dri.so free 0x5571735dae00 void 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad40 0.000118
+gallium_dri.so free 0x5571735daf00 void 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so malloc 72 0x5571735daeb0 0.000119
+gallium_dri.so free 0x5571735dafc0 void 0.000118
+gallium_dri.so free 0x5571735daeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf70 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000118
+gallium_dri.so free 0x5571735daf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000119
+gallium_dri.so free 0x5571735db0c0 void 0.000119
+gallium_dri.so free 0x5571735daf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735db100 0.000119
+gallium_dri.so free 0x5571735db180 void 0.000118
+gallium_dri.so free 0x5571735db100 void 0.000120
+gallium_dri.so malloc 72 0x5571735db180 0.000128
+gallium_dri.so free 0x5571735db240 void 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000118
+gallium_dri.so malloc 72 0x5571735db180 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000123
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db180 0.000118
+gallium_dri.so free 0x5571735db380 void 0.000119
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db180 0.000122
+gallium_dri.so free 0x5571735db440 void 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db3f0 0.000119
+gallium_dri.so free 0x5571735db4c0 void 0.000118
+gallium_dri.so free 0x5571735db3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db510 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000119
+gallium_dri.so free 0x5571735db510 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5a0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so free 0x5571735db5a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5f0 0.000118
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5f0 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000120
+gallium_dri.so free 0x5571735db5f0 void 0.000219
+gallium_dri.so malloc 72 0x5571735db770 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so free 0x5571735db770 void 0.000118
+gallium_dri.so malloc 72 0x5571735db890 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db890 void 0.000120
+gallium_dri.so malloc 72 0x5571735db920 0.000118
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so free 0x5571735db920 void 0.000118
+gallium_dri.so malloc 72 0x5571735db970 0.000118
+gallium_dri.so free 0x5571735dba40 void 0.000118
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735db970 0.000117
+gallium_dri.so free 0x5571735dbac0 void 0.000118
+gallium_dri.so free 0x5571735db970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbac0 0.000118
+gallium_dri.so free 0x5571735dbb80 void 0.000118
+gallium_dri.so free 0x5571735dbac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbac0 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000118
+gallium_dri.so free 0x5571735dbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbac0 0.000118
+gallium_dri.so free 0x5571735dbd00 void 0.000121
+gallium_dri.so free 0x5571735dbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd30 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000131
+gallium_dri.so free 0x5571735dbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd30 0.000120
+gallium_dri.so free 0x5571735dbe80 void 0.000119
+gallium_dri.so free 0x5571735dbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe30 0.000118
+gallium_dri.so free 0x5571735dbf40 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbef0 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000119
+gallium_dri.so free 0x5571735dbef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbef0 0.000118
+gallium_dri.so free 0x5571735dc040 void 0.000118
+gallium_dri.so free 0x5571735dbef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc090 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000118
+gallium_dri.so free 0x5571735dc090 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc140 0.000120
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so free 0x5571735dc140 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000119
+gallium_dri.so free 0x5571735dc280 void 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000120
+gallium_dri.so free 0x5571735dc300 void 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc330 0.000118
+gallium_dri.so free 0x5571735dc380 void 0.000121
+gallium_dri.so free 0x5571735dc330 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc330 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000120
+gallium_dri.so free 0x5571735dc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc430 0.000118
+gallium_dri.so free 0x5571735dc540 void 0.000119
+gallium_dri.so free 0x5571735dc430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000118
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so free 0x5571735dc4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000119
+gallium_dri.so free 0x5571735dc5e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc700 void 0.000119
+gallium_dri.so free 0x5571735dc630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc630 0.000118
+gallium_dri.so free 0x5571735dc780 void 0.000118
+gallium_dri.so free 0x5571735dc630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc780 0.000118
+gallium_dri.so free 0x5571735dc840 void 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc780 0.000119
+gallium_dri.so free 0x5571735dc900 void 0.000118
+gallium_dri.so free 0x5571735dc780 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc780 0.000167
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc970 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so free 0x5571735dc970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc970 0.000117
+gallium_dri.so free 0x5571735dcac0 void 0.000118
+gallium_dri.so free 0x5571735dc970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca70 0.000118
+gallium_dri.so free 0x5571735dcb80 void 0.000118
+gallium_dri.so free 0x5571735dca70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb30 0.000118
+gallium_dri.so free 0x5571735dcbc0 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb30 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccc0 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dccc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd40 0.000118
+gallium_dri.so free 0x5571735dce00 void 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcd40 0.000120
+gallium_dri.so free 0x5571735dcec0 void 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcee0 0.000123
+gallium_dri.so free 0x5571735dcf80 void 0.000120
+gallium_dri.so free 0x5571735dcee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd080 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd080 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x5571735dd080 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd080 0.000123
+gallium_dri.so free 0x5571735dd2c0 void 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd270 0.000117
+gallium_dri.so free 0x5571735dd380 void 0.000118
+gallium_dri.so free 0x5571735dd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd330 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000119
+gallium_dri.so free 0x5571735dd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd450 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000129
+gallium_dri.so free 0x5571735dd450 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4e0 0.000119
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd4e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd530 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd530 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd530 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd530 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd680 0.000119
+gallium_dri.so free 0x5571735dd740 void 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd680 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd880 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd980 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000121
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda00 0.000119
+gallium_dri.so free 0x5571735ddb40 void 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb70 0.000118
+gallium_dri.so free 0x5571735ddbc0 void 0.000118
+gallium_dri.so free 0x5571735ddb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb70 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd00 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000125
+gallium_dri.so free 0x5571735ddd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd80 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd80 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddef0 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000120
+gallium_dri.so free 0x5571735ddef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddef0 0.000120
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddff0 0.000121
+gallium_dri.so free 0x5571735de100 void 0.000118
+gallium_dri.so free 0x5571735ddff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0b0 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de0b0 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000119
+gallium_dri.so free 0x5571735de0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0b0 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000119
+gallium_dri.so free 0x5571735de0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de2b0 0.000118
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so free 0x5571735de2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de3d0 0.000121
+gallium_dri.so free 0x5571735de440 void 0.000119
+gallium_dri.so free 0x5571735de3d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de460 0.000118
+gallium_dri.so free 0x5571735de500 void 0.000118
+gallium_dri.so free 0x5571735de460 void 0.000119
+gallium_dri.so malloc 72 0x5571735de4b0 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de580 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000129
+gallium_dri.so malloc 72 0x5571735de580 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so malloc 72 0x5571735de6c0 0.000119
+gallium_dri.so free 0x5571735de780 void 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de6c0 0.000118
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de6c0 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8b0 0.000118
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9d0 0.000116
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de9d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea80 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dea80 0.000117
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so free 0x5571735dea80 void 0.000118
+gallium_dri.so malloc 72 0x5571735debb0 0.000118
+gallium_dri.so free 0x5571735dec00 void 0.000117
+gallium_dri.so free 0x5571735debb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735debb0 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000123
+gallium_dri.so free 0x5571735debb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735decb0 0.000120
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735decb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000120
+gallium_dri.so free 0x5571735dee00 void 0.000122
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000118
+gallium_dri.so malloc 72 0x5571735def30 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so free 0x5571735def30 void 0.000118
+gallium_dri.so malloc 72 0x5571735def30 0.000120
+gallium_dri.so free 0x5571735df080 void 0.000119
+gallium_dri.so free 0x5571735def30 void 0.000118
+gallium_dri.so malloc 72 0x5571735df030 0.000118
+gallium_dri.so free 0x5571735df140 void 0.000118
+gallium_dri.so free 0x5571735df030 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so free 0x5571735df0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0f0 0.000118
+gallium_dri.so free 0x5571735df240 void 0.000129
+gallium_dri.so free 0x5571735df0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df280 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so free 0x5571735df280 void 0.000120
+gallium_dri.so malloc 72 0x5571735df300 0.000118
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so malloc 72 0x5571735df300 0.000119
+gallium_dri.so free 0x5571735df480 void 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4a0 0.000120
+gallium_dri.so free 0x5571735df540 void 0.000118
+gallium_dri.so free 0x5571735df4a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000118
+gallium_dri.so free 0x5571735df5c0 void 0.000119
+gallium_dri.so free 0x5571735df4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4f0 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df640 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so malloc 72 0x5571735df640 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so malloc 72 0x5571735df640 0.000165
+gallium_dri.so free 0x5571735df880 void 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so malloc 72 0x5571735df830 0.000119
+gallium_dri.so free 0x5571735df940 void 0.000119
+gallium_dri.so free 0x5571735df830 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8f0 0.000118
+gallium_dri.so free 0x5571735df9c0 void 0.000118
+gallium_dri.so free 0x5571735df8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfa10 0.000118
+gallium_dri.so free 0x5571735dfa80 void 0.000118
+gallium_dri.so free 0x5571735dfa10 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfaa0 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000123
+gallium_dri.so free 0x5571735dfaa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000124
+gallium_dri.so free 0x5571735dfaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000124
+gallium_dri.so free 0x5571735dfaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc40 0.000118
+gallium_dri.so free 0x5571735dfd00 void 0.000119
+gallium_dri.so free 0x5571735dfc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc40 0.000117
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000118
+gallium_dri.so free 0x5571735dff00 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff40 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so free 0x5571735dff40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000120
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0130 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000121
+gallium_dri.so free 0x5571735e0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0130 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so free 0x5571735e0130 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02c0 0.000115
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0340 0.000141
+gallium_dri.so free 0x5571735e0400 void 0.000127
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0340 0.000111
+gallium_dri.so free 0x5571735e0480 void 0.000111
+gallium_dri.so free 0x5571735e0340 void 0.000111
+gallium_dri.so malloc 72 0x5571735e04b0 0.000111
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so free 0x5571735e04b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e04b0 0.000111
+gallium_dri.so free 0x5571735e0600 void 0.000112
+gallium_dri.so free 0x5571735e04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e05b0 0.000110
+gallium_dri.so free 0x5571735e06c0 void 0.000111
+gallium_dri.so free 0x5571735e05b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0670 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000111
+gallium_dri.so free 0x5571735e0670 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0670 0.000110
+gallium_dri.so free 0x5571735e0800 void 0.000111
+gallium_dri.so free 0x5571735e0670 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0670 0.000111
+gallium_dri.so free 0x5571735e08c0 void 0.000112
+gallium_dri.so free 0x5571735e0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0870 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so free 0x5571735e0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0990 0.000111
+gallium_dri.so free 0x5571735e0a00 void 0.000110
+gallium_dri.so free 0x5571735e0990 void 0.000208
+gallium_dri.so malloc 72 0x5571735e0a20 0.000125
+gallium_dri.so free 0x5571735e0ac0 void 0.000122
+gallium_dri.so free 0x5571735e0a20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a70 0.000120
+gallium_dri.so free 0x5571735e0b40 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b40 0.000126
+gallium_dri.so free 0x5571735e0c00 void 0.000123
+gallium_dri.so free 0x5571735e0b40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0b40 0.000126
+gallium_dri.so free 0x5571735e0c80 void 0.000125
+gallium_dri.so free 0x5571735e0b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0c80 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000121
+gallium_dri.so free 0x5571735e0c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0c80 0.000125
+gallium_dri.so free 0x5571735e0e00 void 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c80 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000124
+gallium_dri.so free 0x5571735e0c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0e70 0.000123
+gallium_dri.so free 0x5571735e0f40 void 0.000128
+gallium_dri.so free 0x5571735e0e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0f90 0.000125
+gallium_dri.so free 0x5571735e1000 void 0.000125
+gallium_dri.so free 0x5571735e0f90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1040 0.000123
+gallium_dri.so free 0x5571735e10c0 void 0.000125
+gallium_dri.so free 0x5571735e1040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1040 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000124
+gallium_dri.so free 0x5571735e1040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1170 0.000125
+gallium_dri.so free 0x5571735e11c0 void 0.000125
+gallium_dri.so free 0x5571735e1170 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1170 0.000125
+gallium_dri.so free 0x5571735e12c0 void 0.000124
+gallium_dri.so free 0x5571735e1170 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1270 0.000120
+gallium_dri.so free 0x5571735e1380 void 0.000122
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e13c0 void 0.000125
+gallium_dri.so free 0x5571735e1330 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1330 0.000121
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e14f0 0.000125
+gallium_dri.so free 0x5571735e1540 void 0.000126
+gallium_dri.so free 0x5571735e14f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e14f0 0.000125
+gallium_dri.so free 0x5571735e1640 void 0.000125
+gallium_dri.so free 0x5571735e14f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e15f0 0.000124
+gallium_dri.so free 0x5571735e1700 void 0.000130
+gallium_dri.so free 0x5571735e15f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e16b0 0.000122
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735e16b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e16b0 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000124
+gallium_dri.so free 0x5571735e16b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1840 0.000120
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e18c0 0.000134
+gallium_dri.so free 0x5571735e1980 void 0.000121
+gallium_dri.so free 0x5571735e18c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e18c0 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a60 0.000130
+gallium_dri.so free 0x5571735e1b00 void 0.000132
+gallium_dri.so free 0x5571735e1a60 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000131
+gallium_dri.so free 0x5571735e1b80 void 0.000131
+gallium_dri.so free 0x5571735e1ab0 void 0.000237
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000242
+gallium_dri.so free 0x5571735e1c00 void 0.000267
+gallium_dri.so free 0x5571735e1ab0 void 0.000281
+gallium_dri.so malloc 72 0x5571735e1c00 0.000271
+gallium_dri.so free 0x5571735e1cc0 void 0.000277
+gallium_dri.so free 0x5571735e1c00 void 0.000316
+gallium_dri.so malloc 72 0x5571735e1c00 0.000265
+gallium_dri.so free 0x5571735e1d80 void 0.000266
+gallium_dri.so free 0x5571735e1c00 void 0.000226
+gallium_dri.so malloc 72 0x5571735e1c00 0.000218
+gallium_dri.so free 0x5571735e1e40 void 0.000223
+gallium_dri.so free 0x5571735e1c00 void 0.000226
+gallium_dri.so malloc 72 0x5571735e1df0 0.000218
+gallium_dri.so free 0x5571735e1f00 void 0.000203
+gallium_dri.so free 0x5571735e1df0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000238
+gallium_dri.so free 0x5571735e1f80 void 0.000242
+gallium_dri.so free 0x5571735e1eb0 void 0.000273
+gallium_dri.so malloc 72 0x5571735e1fd0 0.000274
+gallium_dri.so free 0x5571735e2040 void 0.000321
+gallium_dri.so free 0x5571735e1fd0 void 0.000270
+gallium_dri.so malloc 72 0x5571735e2060 0.000267
+gallium_dri.so free 0x5571735e2100 void 0.000228
+gallium_dri.so free 0x5571735e2060 void 0.000277
+gallium_dri.so malloc 72 0x5571735e20b0 0.000281
+gallium_dri.so free 0x5571735e2180 void 0.000264
+gallium_dri.so free 0x5571735e20b0 void 0.000281
+gallium_dri.so malloc 72 0x5571735e20b0 0.000271
+gallium_dri.so free 0x5571735e2200 void 0.000269
+gallium_dri.so free 0x5571735e20b0 void 0.000273
+gallium_dri.so malloc 72 0x5571735e2200 0.000289
+gallium_dri.so free 0x5571735e22c0 void 0.000286
+gallium_dri.so free 0x5571735e2200 void 0.000280
+gallium_dri.so malloc 72 0x5571735e2200 0.000273
+gallium_dri.so free 0x5571735e23c0 void 0.000229
+gallium_dri.so free 0x5571735e2200 void 0.000246
+gallium_dri.so malloc 72 0x5571735e2370 0.000248
+gallium_dri.so free 0x5571735e2400 void 0.000283
+gallium_dri.so free 0x5571735e2370 void 0.000286
+gallium_dri.so malloc 72 0x5571735e2370 0.000277
+gallium_dri.so free 0x5571735e24c0 void 0.000286
+gallium_dri.so free 0x5571735e2370 void 0.000238
+gallium_dri.so malloc 72 0x5571735e2500 0.000235
+gallium_dri.so free 0x5571735e2580 void 0.000139
+gallium_dri.so free 0x5571735e2500 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2580 0.000237
+gallium_dri.so free 0x5571735e2640 void 0.000340
+gallium_dri.so free 0x5571735e2580 void 0.000324
+gallium_dri.so malloc 72 0x5571735e2580 0.000269
+gallium_dri.so free 0x5571735e26c0 void 0.000277
+gallium_dri.so free 0x5571735e2580 void 0.000283
+gallium_dri.so malloc 72 0x5571735e26f0 0.000281
+gallium_dri.so free 0x5571735e2740 void 0.000287
+gallium_dri.so free 0x5571735e26f0 void 0.000283
+gallium_dri.so malloc 72 0x5571735e26f0 0.000180
+gallium_dri.so free 0x5571735e2840 void 0.000177
+gallium_dri.so free 0x5571735e26f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735e2880 0.000139
+gallium_dri.so free 0x5571735e2900 void 0.000259
+gallium_dri.so free 0x5571735e2880 void 0.000232
+gallium_dri.so malloc 72 0x5571735e2900 0.000138
+gallium_dri.so free 0x5571735e29c0 void 0.000141
+gallium_dri.so free 0x5571735e2900 void 0.000280
+gallium_dri.so malloc 72 0x5571735e2900 0.000285
+gallium_dri.so free 0x5571735e2a40 void 0.000287
+gallium_dri.so free 0x5571735e2900 void 0.000296
+gallium_dri.so malloc 72 0x5571735e2a70 0.000181
+gallium_dri.so free 0x5571735e2ac0 void 0.000245
+gallium_dri.so free 0x5571735e2a70 void 0.000292
+gallium_dri.so malloc 72 0x5571735e2a70 0.000281
+gallium_dri.so free 0x5571735e2bc0 void 0.000286
+gallium_dri.so free 0x5571735e2a70 void 0.000263
+gallium_dri.so malloc 72 0x5571735e2b70 0.000286
+gallium_dri.so free 0x5571735e2c80 void 0.000281
+gallium_dri.so free 0x5571735e2b70 void 0.000253
+gallium_dri.so malloc 72 0x5571735e2c30 0.000295
+gallium_dri.so free 0x5571735e2d00 void 0.000288
+gallium_dri.so free 0x5571735e2c30 void 0.000287
+gallium_dri.so malloc 72 0x5571735e2c30 0.000276
+gallium_dri.so free 0x5571735e2dc0 void 0.000279
+gallium_dri.so free 0x5571735e2c30 void 0.000290
+gallium_dri.so malloc 72 0x5571735e2c30 0.000228
+gallium_dri.so free 0x5571735e2e80 void 0.000291
+gallium_dri.so free 0x5571735e2c30 void 0.000279
+gallium_dri.so malloc 72 0x5571735e2e30 0.000249
+gallium_dri.so free 0x5571735e2f00 void 0.000229
+gallium_dri.so free 0x5571735e2e30 void 0.000230
+gallium_dri.so malloc 72 0x5571735e2f50 0.000211
+gallium_dri.so free 0x5571735e2fc0 void 0.000188
+gallium_dri.so free 0x5571735e2f50 void 0.000140
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000134
+gallium_dri.so free 0x5571735e3080 void 0.000138
+gallium_dri.so free 0x5571735e2fe0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3030 0.000138
+gallium_dri.so free 0x5571735e3100 void 0.000232
+gallium_dri.so free 0x5571735e3030 void 0.000230
+gallium_dri.so malloc 72 0x5571735e3100 0.000228
+gallium_dri.so free 0x5571735e31c0 void 0.000231
+gallium_dri.so free 0x5571735e3100 void 0.000230
+gallium_dri.so malloc 72 0x5571735e3100 0.000208
+gallium_dri.so free 0x5571735e3240 void 0.000232
+gallium_dri.so free 0x5571735e3100 void 0.000247
+gallium_dri.so malloc 72 0x5571735e3240 0.000247
+gallium_dri.so free 0x5571735e3300 void 0.000246
+gallium_dri.so free 0x5571735e3240 void 0.000273
+gallium_dri.so malloc 72 0x5571735e3240 0.000232
+gallium_dri.so free 0x5571735e33c0 void 0.000230
+gallium_dri.so free 0x5571735e3240 void 0.000229
+gallium_dri.so malloc 72 0x5571735e3240 0.000398
+gallium_dri.so free 0x5571735e3480 void 0.000361
+gallium_dri.so free 0x5571735e3240 void 0.000288
+gallium_dri.so malloc 72 0x5571735e3430 0.000171
+gallium_dri.so free 0x5571735e3500 void 0.000194
+gallium_dri.so free 0x5571735e3430 void 0.000179
+gallium_dri.so malloc 72 0x5571735e3550 0.000138
+gallium_dri.so free 0x5571735e35c0 void 0.000132
+gallium_dri.so free 0x5571735e3550 void 0.000173
+gallium_dri.so malloc 72 0x5571735e3600 0.000135
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so free 0x5571735e3600 void 0.000136
+gallium_dri.so malloc 72 0x5571735e3600 0.000139
+gallium_dri.so free 0x5571735e3700 void 0.000139
+gallium_dri.so free 0x5571735e3600 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3730 0.000132
+gallium_dri.so free 0x5571735883c0 void 0.000136
+gallium_dri.so free 0x5571735e3730 void 0.000135
+gallium_dri.so malloc 72 0x557173588370 0.000137
+gallium_dri.so free 0x557173588440 void 0.000134
+gallium_dri.so free 0x557173588370 void 0.000136
+gallium_dri.so malloc 72 0x557173588490 0.000147
+gallium_dri.so free 0x557173588500 void 0.000138
+gallium_dri.so free 0x557173588490 void 0.000133
+gallium_dri.so malloc 72 0x557173588520 0.000149
+gallium_dri.so free 0x5571735e3780 void 0.000137
+gallium_dri.so free 0x557173588520 void 0.000137
+gallium_dri.so malloc 72 0x557173588520 0.000133
+gallium_dri.so free 0x5571735885c0 void 0.000140
+gallium_dri.so free 0x557173588520 void 0.000132
+gallium_dri.so malloc 72 0x557173588570 0.000135
+gallium_dri.so free 0x5571735885c0 void 0.000137
+gallium_dri.so free 0x557173588570 void 0.000137
+gallium_dri.so malloc 72 0x557173588570 0.000134
+gallium_dri.so free 0x5571735886c0 void 0.000130
+gallium_dri.so free 0x557173588570 void 0.000136
+gallium_dri.so malloc 72 0x557173588670 0.000131
+gallium_dri.so free 0x557173588780 void 0.000130
+gallium_dri.so free 0x557173588670 void 0.000134
+gallium_dri.so malloc 72 0x557173588730 0.000138
+gallium_dri.so free 0x5571735887c0 void 0.000137
+gallium_dri.so free 0x557173588730 void 0.000178
+gallium_dri.so malloc 72 0x557173588730 0.000174
+gallium_dri.so free 0x557173588880 void 0.000232
+gallium_dri.so free 0x557173588730 void 0.000243
+gallium_dri.so malloc 72 0x5571735888c0 0.000238
+gallium_dri.so free 0x557173588940 void 0.000238
+gallium_dri.so free 0x5571735888c0 void 0.000239
+gallium_dri.so malloc 72 0x557173588940 0.000218
+gallium_dri.so free 0x557173588a00 void 0.000147
+gallium_dri.so free 0x557173588940 void 0.000145
+gallium_dri.so malloc 72 0x557173588940 0.000145
+gallium_dri.so free 0x557173588ac0 void 0.000145
+gallium_dri.so free 0x557173588940 void 0.000147
+gallium_dri.so malloc 72 0x557173588ae0 0.000145
+gallium_dri.so free 0x557173588b80 void 0.000140
+gallium_dri.so free 0x557173588ae0 void 0.000139
+gallium_dri.so malloc 72 0x557173588b30 0.000143
+gallium_dri.so free 0x557173588c00 void 0.000140
+gallium_dri.so free 0x557173588b30 void 0.000139
+gallium_dri.so malloc 72 0x557173588b30 0.000139
+gallium_dri.so free 0x557173588c80 void 0.000157
+gallium_dri.so free 0x557173588b30 void 0.000150
+gallium_dri.so malloc 72 0x557173588c80 0.000145
+gallium_dri.so free 0x557173588d40 void 0.000140
+gallium_dri.so free 0x557173588c80 void 0.000143
+gallium_dri.so malloc 72 0x557173588c80 0.000146
+gallium_dri.so free 0x557173588e00 void 0.000179
+gallium_dri.so free 0x557173588c80 void 0.000149
+gallium_dri.so malloc 72 0x557173588c80 0.000146
+gallium_dri.so free 0x557173588ec0 void 0.000149
+gallium_dri.so free 0x557173588c80 void 0.000141
+gallium_dri.so malloc 72 0x557173588e70 0.000151
+gallium_dri.so free 0x557173588f80 void 0.000145
+gallium_dri.so free 0x557173588e70 void 0.000146
+gallium_dri.so malloc 72 0x557173588f30 0.000145
+gallium_dri.so free 0x557173589000 void 0.000147
+gallium_dri.so free 0x557173588f30 void 0.000146
+gallium_dri.so malloc 72 0x557173589050 0.000142
+gallium_dri.so free 0x5571735890c0 void 0.000175
+gallium_dri.so free 0x557173589050 void 0.000143
+gallium_dri.so malloc 72 0x5571735890e0 0.000136
+gallium_dri.so free 0x557173589180 void 0.000128
+gallium_dri.so free 0x5571735890e0 void 0.000135
+gallium_dri.so malloc 72 0x557173589130 0.000127
+gallium_dri.so free 0x557173589200 void 0.000125
+gallium_dri.so free 0x557173589130 void 0.000128
+gallium_dri.so malloc 72 0x557173589130 0.000125
+gallium_dri.so free 0x557173589280 void 0.000134
+gallium_dri.so free 0x557173589130 void 0.000269
+gallium_dri.so malloc 72 0x557173589280 0.000262
+gallium_dri.so free 0x557173589340 void 0.000251
+gallium_dri.so free 0x557173589280 void 0.000139
+gallium_dri.so malloc 72 0x557173589280 0.000143
+gallium_dri.so free 0x557173589440 void 0.000141
+gallium_dri.so free 0x557173589280 void 0.000141
+gallium_dri.so malloc 72 0x5571735893f0 0.000140
+gallium_dri.so free 0x557173589480 void 0.000138
+gallium_dri.so free 0x5571735893f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735893f0 0.000136
+gallium_dri.so free 0x557173589540 void 0.000137
+gallium_dri.so free 0x5571735893f0 void 0.000135
+gallium_dri.so malloc 72 0x557173589580 0.000136
+gallium_dri.so free 0x557173589600 void 0.000136
+gallium_dri.so free 0x557173589580 void 0.000135
+gallium_dri.so malloc 72 0x557173589600 0.000136
+gallium_dri.so free 0x5571735896c0 void 0.000137
+gallium_dri.so free 0x557173589600 void 0.000139
+gallium_dri.so malloc 72 0x557173589600 0.000136
+gallium_dri.so free 0x557173589740 void 0.000137
+gallium_dri.so free 0x557173589600 void 0.000134
+gallium_dri.so malloc 72 0x557173589770 0.000136
+gallium_dri.so free 0x5571735897c0 void 0.000139
+gallium_dri.so free 0x557173589770 void 0.000139
+gallium_dri.so malloc 72 0x557173589770 0.000136
+gallium_dri.so free 0x5571735898c0 void 0.000135
+gallium_dri.so free 0x557173589770 void 0.000134
+gallium_dri.so malloc 72 0x557173589900 0.000150
+gallium_dri.so free 0x557173589980 void 0.000133
+gallium_dri.so free 0x557173589900 void 0.000123
+gallium_dri.so malloc 72 0x557173589980 0.000122
+gallium_dri.so free 0x557173589a40 void 0.000138
+gallium_dri.so free 0x557173589980 void 0.000123
+gallium_dri.so malloc 72 0x557173589980 0.000122
+gallium_dri.so free 0x557173589ac0 void 0.000124
+gallium_dri.so free 0x557173589980 void 0.000122
+gallium_dri.so malloc 72 0x557173589af0 0.000122
+gallium_dri.so free 0x557173589b40 void 0.000124
+gallium_dri.so free 0x557173589af0 void 0.000122
+gallium_dri.so malloc 72 0x557173589af0 0.000120
+gallium_dri.so free 0x557173589c40 void 0.000122
+gallium_dri.so free 0x557173589af0 void 0.000120
+gallium_dri.so malloc 72 0x557173589bf0 0.000122
+gallium_dri.so free 0x557173589d00 void 0.000121
+gallium_dri.so free 0x557173589bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000122
+gallium_dri.so free 0x557173589d80 void 0.000122
+gallium_dri.so free 0x557173589cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589e40 void 0.000128
+gallium_dri.so free 0x557173589cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173589cb0 0.000122
+gallium_dri.so free 0x557173589f00 void 0.000117
+gallium_dri.so free 0x557173589cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173589eb0 0.000115
+gallium_dri.so free 0x557173589f80 void 0.000117
+gallium_dri.so free 0x557173589eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173589fd0 0.000119
+gallium_dri.so free 0x55717358a040 void 0.000115
+gallium_dri.so free 0x557173589fd0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a060 0.000115
+gallium_dri.so free 0x55717358a100 void 0.000116
+gallium_dri.so free 0x55717358a060 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a180 void 0.000116
+gallium_dri.so free 0x55717358a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a180 0.000114
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so free 0x55717358a180 void 0.000115
+gallium_dri.so malloc 72 0x55717358a180 0.000115
+gallium_dri.so free 0x55717358a2c0 void 0.000116
+gallium_dri.so free 0x55717358a180 void 0.000114
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x55717358a500 void 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a4b0 0.000115
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so free 0x55717358a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a5d0 0.000119
+gallium_dri.so free 0x55717358a640 void 0.000115
+gallium_dri.so free 0x55717358a5d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a680 0.000114
+gallium_dri.so free 0x55717358a700 void 0.000115
+gallium_dri.so free 0x55717358a680 void 0.000116
+gallium_dri.so malloc 72 0x55717358a680 0.000114
+gallium_dri.so free 0x55717358a780 void 0.000115
+gallium_dri.so free 0x55717358a680 void 0.000112
+gallium_dri.so malloc 72 0x55717358a7b0 0.000114
+gallium_dri.so free 0x55717358a800 void 0.000133
+gallium_dri.so free 0x55717358a7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a7b0 0.000116
+gallium_dri.so free 0x55717358a900 void 0.000116
+gallium_dri.so free 0x55717358a7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a8b0 0.000116
+gallium_dri.so free 0x55717358a9c0 void 0.000115
+gallium_dri.so free 0x55717358a8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a970 0.000115
+gallium_dri.so free 0x55717358aa00 void 0.000115
+gallium_dri.so free 0x55717358a970 void 0.000115
+gallium_dri.so malloc 72 0x55717358a970 0.000116
+gallium_dri.so free 0x55717358aac0 void 0.000115
+gallium_dri.so free 0x55717358a970 void 0.000115
+gallium_dri.so malloc 72 0x55717358ab30 0.000114
+gallium_dri.so free 0x55717358ab80 void 0.000116
+gallium_dri.so free 0x55717358ab30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ab30 0.000118
+gallium_dri.so free 0x55717358ac80 void 0.000117
+gallium_dri.so free 0x55717358ab30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ac30 0.000116
+gallium_dri.so free 0x55717358ad40 void 0.000115
+gallium_dri.so free 0x55717358ac30 void 0.000116
+gallium_dri.so malloc 72 0x55717358acf0 0.000115
+gallium_dri.so free 0x55717358ad80 void 0.000117
+gallium_dri.so free 0x55717358acf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358acf0 0.000116
+gallium_dri.so free 0x55717358ae40 void 0.000116
+gallium_dri.so free 0x55717358acf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ae80 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000116
+gallium_dri.so free 0x55717358ae80 void 0.000115
+gallium_dri.so malloc 72 0x55717358af00 0.000114
+gallium_dri.so free 0x55717358afc0 void 0.000118
+gallium_dri.so free 0x55717358af00 void 0.000116
+gallium_dri.so malloc 72 0x55717358af00 0.000115
+gallium_dri.so free 0x55717358b080 void 0.000116
+gallium_dri.so free 0x55717358af00 void 0.000114
+gallium_dri.so malloc 72 0x55717358b0a0 0.000115
+gallium_dri.so free 0x55717358b140 void 0.000116
+gallium_dri.so free 0x55717358b0a0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b0f0 0.000114
+gallium_dri.so free 0x55717358b1c0 void 0.000116
+gallium_dri.so free 0x55717358b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b0f0 0.000117
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so free 0x55717358b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b240 0.000113
+gallium_dri.so free 0x55717358b300 void 0.000113
+gallium_dri.so free 0x55717358b240 void 0.000114
+gallium_dri.so malloc 72 0x55717358b240 0.000115
+gallium_dri.so free 0x55717358b3c0 void 0.000114
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so malloc 72 0x55717358b240 0.000113
+gallium_dri.so free 0x55717358b480 void 0.000116
+gallium_dri.so free 0x55717358b240 void 0.000114
+gallium_dri.so malloc 72 0x55717358b430 0.000114
+gallium_dri.so free 0x55717358b540 void 0.000113
+gallium_dri.so free 0x55717358b430 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4f0 0.000114
+gallium_dri.so free 0x55717358b5c0 void 0.000114
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b610 0.000114
+gallium_dri.so free 0x55717358b680 void 0.000113
+gallium_dri.so free 0x55717358b610 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6a0 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000114
+gallium_dri.so free 0x55717358b6a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6f0 0.000152
+gallium_dri.so free 0x55717358b7c0 void 0.000118
+gallium_dri.so free 0x55717358b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6f0 0.000131
+gallium_dri.so free 0x55717358b840 void 0.000120
+gallium_dri.so free 0x55717358b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b840 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so free 0x55717358b840 void 0.000118
+gallium_dri.so malloc 72 0x55717358b840 0.000117
+gallium_dri.so free 0x55717358ba00 void 0.000117
+gallium_dri.so free 0x55717358b840 void 0.000116
+gallium_dri.so malloc 72 0x55717358b9b0 0.000116
+gallium_dri.so free 0x55717358ba40 void 0.000116
+gallium_dri.so free 0x55717358b9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b9b0 0.000115
+gallium_dri.so free 0x55717358bb00 void 0.000116
+gallium_dri.so free 0x55717358b9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb40 0.000115
+gallium_dri.so free 0x55717358bbc0 void 0.000116
+gallium_dri.so free 0x55717358bb40 void 0.000115
+gallium_dri.so malloc 72 0x55717358bbc0 0.000115
+gallium_dri.so free 0x55717358bc80 void 0.000116
+gallium_dri.so free 0x55717358bbc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bbc0 0.000114
+gallium_dri.so free 0x55717358bd00 void 0.000117
+gallium_dri.so free 0x55717358bbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bd30 0.000116
+gallium_dri.so free 0x55717358bd80 void 0.000117
+gallium_dri.so free 0x55717358bd30 void 0.000116
+gallium_dri.so malloc 72 0x55717358bd30 0.000160
+gallium_dri.so free 0x55717358be80 void 0.000117
+gallium_dri.so free 0x55717358bd30 void 0.000115
+gallium_dri.so malloc 72 0x55717358bec0 0.000115
+gallium_dri.so free 0x55717358bf40 void 0.000117
+gallium_dri.so free 0x55717358bec0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf40 0.000115
+gallium_dri.so free 0x55717358c000 void 0.000116
+gallium_dri.so free 0x55717358bf40 void 0.000115
+gallium_dri.so malloc 72 0x55717358bf40 0.000114
+gallium_dri.so free 0x55717358c080 void 0.000115
+gallium_dri.so free 0x55717358bf40 void 0.000115
+gallium_dri.so malloc 72 0x55717358c0b0 0.000115
+gallium_dri.so free 0x55717358c100 void 0.000115
+gallium_dri.so free 0x55717358c0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c0b0 0.000114
+gallium_dri.so free 0x55717358c200 void 0.000120
+gallium_dri.so free 0x55717358c0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c1b0 0.000116
+gallium_dri.so free 0x55717358c2c0 void 0.000116
+gallium_dri.so free 0x55717358c1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c270 0.000115
+gallium_dri.so free 0x55717358c340 void 0.000116
+gallium_dri.so free 0x55717358c270 void 0.000115
+gallium_dri.so malloc 72 0x55717358c270 0.000116
+gallium_dri.so free 0x55717358c400 void 0.000116
+gallium_dri.so free 0x55717358c270 void 0.000115
+gallium_dri.so malloc 72 0x55717358c270 0.000118
+gallium_dri.so free 0x55717358c4c0 void 0.000116
+gallium_dri.so free 0x55717358c270 void 0.000117
+gallium_dri.so malloc 72 0x55717358c470 0.000114
+gallium_dri.so free 0x55717358c540 void 0.000116
+gallium_dri.so free 0x55717358c470 void 0.000115
+gallium_dri.so malloc 72 0x55717358c590 0.000114
+gallium_dri.so free 0x55717358c600 void 0.000116
+gallium_dri.so free 0x55717358c590 void 0.000114
+gallium_dri.so malloc 72 0x55717358c620 0.000115
+gallium_dri.so free 0x55717358c6c0 void 0.000146
+gallium_dri.so free 0x55717358c620 void 0.000117
+gallium_dri.so malloc 72 0x55717358c670 0.000115
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so free 0x55717358c670 void 0.000115
+gallium_dri.so malloc 72 0x55717358c740 0.000115
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so free 0x55717358c740 void 0.000116
+gallium_dri.so malloc 72 0x55717358c740 0.000114
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so malloc 72 0x55717358c880 0.000116
+gallium_dri.so free 0x55717358c940 void 0.000115
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so malloc 72 0x55717358c880 0.000114
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so malloc 72 0x55717358c880 0.000120
+gallium_dri.so free 0x55717358cac0 void 0.000116
+gallium_dri.so free 0x55717358c880 void 0.000115
+gallium_dri.so malloc 72 0x55717358ca70 0.000114
+gallium_dri.so free 0x55717358cb40 void 0.000116
+gallium_dri.so free 0x55717358ca70 void 0.000115
+gallium_dri.so malloc 72 0x55717358cb90 0.000114
+gallium_dri.so free 0x55717358cc00 void 0.000117
+gallium_dri.so free 0x55717358cb90 void 0.000115
+gallium_dri.so malloc 72 0x55717358cc40 0.000114
+gallium_dri.so free 0x55717358ccc0 void 0.000115
+gallium_dri.so free 0x55717358cc40 void 0.000115
+gallium_dri.so malloc 72 0x55717358cc40 0.000115
+gallium_dri.so free 0x55717358cd40 void 0.000116
+gallium_dri.so free 0x55717358cc40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd70 0.000118
+gallium_dri.so free 0x55717358cdc0 void 0.000115
+gallium_dri.so free 0x55717358cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd70 0.000113
+gallium_dri.so free 0x55717358cec0 void 0.000116
+gallium_dri.so free 0x55717358cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce70 0.000114
+gallium_dri.so free 0x55717358cf80 void 0.000120
+gallium_dri.so free 0x55717358ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf30 0.000115
+gallium_dri.so free 0x55717358cfc0 void 0.000117
+gallium_dri.so free 0x55717358cf30 void 0.000115
+gallium_dri.so malloc 72 0x55717358cf30 0.000126
+gallium_dri.so free 0x55717358d080 void 0.000116
+gallium_dri.so free 0x55717358cf30 void 0.000115
+gallium_dri.so malloc 72 0x55717358d0f0 0.000115
+gallium_dri.so free 0x55717358d140 void 0.000117
+gallium_dri.so free 0x55717358d0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d0f0 0.000115
+gallium_dri.so free 0x55717358d240 void 0.000117
+gallium_dri.so free 0x55717358d0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d1f0 0.000115
+gallium_dri.so free 0x55717358d300 void 0.000116
+gallium_dri.so free 0x55717358d1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d2b0 0.000115
+gallium_dri.so free 0x55717358d340 void 0.000116
+gallium_dri.so free 0x55717358d2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d2b0 0.000114
+gallium_dri.so free 0x55717358d400 void 0.000115
+gallium_dri.so free 0x55717358d2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d440 0.000114
+gallium_dri.so free 0x55717358d4c0 void 0.000115
+gallium_dri.so free 0x55717358d440 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4c0 0.000116
+gallium_dri.so free 0x55717358d580 void 0.000115
+gallium_dri.so free 0x55717358d4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4c0 0.000139
+gallium_dri.so free 0x55717358d640 void 0.000118
+gallium_dri.so free 0x55717358d4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d660 0.000128
+gallium_dri.so free 0x55717358d700 void 0.000118
+gallium_dri.so free 0x55717358d660 void 0.000115
+gallium_dri.so malloc 72 0x55717358d6b0 0.000114
+gallium_dri.so free 0x55717358d780 void 0.000115
+gallium_dri.so free 0x55717358d6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d6b0 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000116
+gallium_dri.so free 0x55717358d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d800 0.000115
+gallium_dri.so free 0x55717358d8c0 void 0.000116
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so malloc 72 0x55717358d800 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so malloc 72 0x55717358d800 0.000116
+gallium_dri.so free 0x55717358da40 void 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so malloc 72 0x55717358d9f0 0.000115
+gallium_dri.so free 0x55717358db00 void 0.000116
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000114
+gallium_dri.so free 0x55717358db80 void 0.000116
+gallium_dri.so free 0x55717358dab0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dbd0 0.000114
+gallium_dri.so free 0x55717358dc40 void 0.000116
+gallium_dri.so free 0x55717358dbd0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc60 0.000184
+gallium_dri.so free 0x55717358dd00 void 0.000116
+gallium_dri.so free 0x55717358dc60 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000115
+gallium_dri.so free 0x55717358dd80 void 0.000116
+gallium_dri.so free 0x55717358dcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dcb0 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000117
+gallium_dri.so free 0x55717358dcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358de00 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so malloc 72 0x55717358de00 0.000117
+gallium_dri.so free 0x55717358dfc0 void 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so malloc 72 0x55717358df70 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000116
+gallium_dri.so free 0x55717358df70 void 0.000114
+gallium_dri.so malloc 72 0x55717358df70 0.000114
+gallium_dri.so free 0x55717358e0c0 void 0.000116
+gallium_dri.so free 0x55717358df70 void 0.000115
+gallium_dri.so malloc 72 0x55717358e100 0.000114
+gallium_dri.so free 0x55717358e180 void 0.000117
+gallium_dri.so free 0x55717358e100 void 0.000115
+gallium_dri.so malloc 72 0x55717358e180 0.000114
+gallium_dri.so free 0x55717358e240 void 0.000115
+gallium_dri.so free 0x55717358e180 void 0.000115
+gallium_dri.so malloc 72 0x55717358e180 0.000117
+gallium_dri.so free 0x55717358e2c0 void 0.000115
+gallium_dri.so free 0x55717358e180 void 0.000115
+gallium_dri.so malloc 72 0x55717358e2f0 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e2f0 0.000116
+gallium_dri.so free 0x55717358e440 void 0.000116
+gallium_dri.so free 0x55717358e2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e480 0.000114
+gallium_dri.so free 0x55717358e500 void 0.000116
+gallium_dri.so free 0x55717358e480 void 0.000132
+gallium_dri.so malloc 72 0x55717358e500 0.000116
+gallium_dri.so free 0x55717358e5c0 void 0.000116
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x55717358e500 0.000114
+gallium_dri.so free 0x55717358e640 void 0.000116
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x55717358e670 0.000115
+gallium_dri.so free 0x55717358e6c0 void 0.000115
+gallium_dri.so free 0x55717358e670 void 0.000116
+gallium_dri.so malloc 72 0x55717358e670 0.000114
+gallium_dri.so free 0x55717358e7c0 void 0.000117
+gallium_dri.so free 0x55717358e670 void 0.000114
+gallium_dri.so malloc 72 0x55717358e770 0.000116
+gallium_dri.so free 0x55717358e880 void 0.000115
+gallium_dri.so free 0x55717358e770 void 0.000114
+gallium_dri.so malloc 72 0x55717358e830 0.000117
+gallium_dri.so free 0x55717358e900 void 0.000116
+gallium_dri.so free 0x55717358e830 void 0.000115
+gallium_dri.so malloc 72 0x55717358e830 0.000115
+gallium_dri.so free 0x55717358e9c0 void 0.000116
+gallium_dri.so free 0x55717358e830 void 0.000115
+gallium_dri.so malloc 72 0x55717358e830 0.000114
+gallium_dri.so free 0x55717358ea80 void 0.000115
+gallium_dri.so free 0x55717358e830 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea30 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so free 0x55717358ea30 void 0.000116
+gallium_dri.so malloc 72 0x55717358eb50 0.000116
+gallium_dri.so free 0x55717358ebc0 void 0.000115
+gallium_dri.so free 0x55717358eb50 void 0.000115
+gallium_dri.so malloc 72 0x55717358ebe0 0.000114
+gallium_dri.so free 0x55717358ec80 void 0.000115
+gallium_dri.so free 0x55717358ebe0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec30 0.000115
+gallium_dri.so free 0x55717358ed00 void 0.000115
+gallium_dri.so free 0x55717358ec30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed00 0.000116
+gallium_dri.so free 0x55717358edc0 void 0.000116
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed00 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so malloc 72 0x55717358ee40 0.000125
+gallium_dri.so free 0x55717358ef00 void 0.000120
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee40 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee40 0.000114
+gallium_dri.so free 0x55717358f080 void 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so malloc 72 0x55717358f030 0.000114
+gallium_dri.so free 0x55717358f100 void 0.000116
+gallium_dri.so free 0x55717358f030 void 0.000114
+gallium_dri.so malloc 72 0x55717358f150 0.000115
+gallium_dri.so free 0x55717358f1c0 void 0.000116
+gallium_dri.so free 0x55717358f150 void 0.000114
+gallium_dri.so malloc 72 0x55717358f200 0.000114
+gallium_dri.so free 0x55717358f280 void 0.000116
+gallium_dri.so free 0x55717358f200 void 0.000113
+gallium_dri.so malloc 72 0x55717358f200 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000116
+gallium_dri.so free 0x55717358f200 void 0.000114
+gallium_dri.so malloc 72 0x55717358f330 0.000114
+gallium_dri.so free 0x55717358f380 void 0.000116
+gallium_dri.so free 0x55717358f330 void 0.000147
+gallium_dri.so malloc 72 0x55717358f330 0.000115
+gallium_dri.so free 0x55717358f480 void 0.000115
+gallium_dri.so free 0x55717358f330 void 0.000127
+gallium_dri.so malloc 72 0x55717358f430 0.000115
+gallium_dri.so free 0x55717358f540 void 0.000116
+gallium_dri.so free 0x55717358f430 void 0.000117
+gallium_dri.so malloc 72 0x55717358f4f0 0.000115
+gallium_dri.so free 0x55717358f580 void 0.000116
+gallium_dri.so free 0x55717358f4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f4f0 0.000115
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6b0 0.000114
+gallium_dri.so free 0x55717358f700 void 0.000115
+gallium_dri.so free 0x55717358f6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6b0 0.000114
+gallium_dri.so free 0x55717358f800 void 0.000117
+gallium_dri.so free 0x55717358f6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f7b0 0.000113
+gallium_dri.so free 0x55717358f8c0 void 0.000115
+gallium_dri.so free 0x55717358f7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f870 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so free 0x55717358f870 void 0.000114
+gallium_dri.so malloc 72 0x55717358f870 0.000113
+gallium_dri.so free 0x55717358f9c0 void 0.000115
+gallium_dri.so free 0x55717358f870 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa00 0.000116
+gallium_dri.so free 0x55717358fa80 void 0.000115
+gallium_dri.so free 0x55717358fa00 void 0.000124
+gallium_dri.so malloc 72 0x55717358fa80 0.000117
+gallium_dri.so free 0x55717358fb40 void 0.000115
+gallium_dri.so free 0x55717358fa80 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa80 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000115
+gallium_dri.so free 0x55717358fa80 void 0.000114
+gallium_dri.so malloc 72 0x55717358fc20 0.000114
+gallium_dri.so free 0x55717358fcc0 void 0.000115
+gallium_dri.so free 0x55717358fc20 void 0.000114
+gallium_dri.so malloc 72 0x55717358fc70 0.000114
+gallium_dri.so free 0x55717358fd40 void 0.000115
+gallium_dri.so free 0x55717358fc70 void 0.000116
+gallium_dri.so malloc 72 0x55717358fc70 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so free 0x55717358fc70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fdc0 0.000114
+gallium_dri.so free 0x55717358fe80 void 0.000116
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fdc0 0.000118
+gallium_dri.so free 0x55717358ff40 void 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358fdc0 0.000114
+gallium_dri.so free 0x557173590000 void 0.000116
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ffb0 0.000115
+gallium_dri.so free 0x5571735900c0 void 0.000116
+gallium_dri.so free 0x55717358ffb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590070 0.000117
+gallium_dri.so free 0x557173590140 void 0.000116
+gallium_dri.so free 0x557173590070 void 0.000114
+gallium_dri.so malloc 72 0x557173590190 0.000114
+gallium_dri.so free 0x557173590200 void 0.000116
+gallium_dri.so free 0x557173590190 void 0.000116
+gallium_dri.so malloc 72 0x557173590220 0.000114
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so free 0x557173590220 void 0.000115
+gallium_dri.so malloc 72 0x557173590270 0.000115
+gallium_dri.so free 0x557173590340 void 0.000139
+gallium_dri.so free 0x557173590270 void 0.000115
+gallium_dri.so malloc 72 0x557173590270 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000117
+gallium_dri.so free 0x557173590270 void 0.000114
+gallium_dri.so malloc 72 0x5571735903c0 0.000113
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735903c0 0.000115
+gallium_dri.so free 0x557173590580 void 0.000117
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590530 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x557173590530 void 0.000114
+gallium_dri.so malloc 72 0x557173590530 0.000114
+gallium_dri.so free 0x557173590680 void 0.000114
+gallium_dri.so free 0x557173590530 void 0.000123
+gallium_dri.so malloc 72 0x5571735906c0 0.000117
+gallium_dri.so free 0x557173590740 void 0.000116
+gallium_dri.so free 0x5571735906c0 void 0.000115
+gallium_dri.so malloc 72 0x557173590740 0.000114
+gallium_dri.so free 0x557173590800 void 0.000115
+gallium_dri.so free 0x557173590740 void 0.000115
+gallium_dri.so malloc 72 0x557173590740 0.000115
+gallium_dri.so free 0x557173590880 void 0.000117
+gallium_dri.so free 0x557173590740 void 0.000115
+gallium_dri.so malloc 72 0x5571735908b0 0.000115
+gallium_dri.so free 0x557173590900 void 0.000116
+gallium_dri.so free 0x5571735908b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735908b0 0.000115
+gallium_dri.so free 0x557173590a00 void 0.000116
+gallium_dri.so free 0x5571735908b0 void 0.000116
+gallium_dri.so malloc 72 0x557173590a40 0.000116
+gallium_dri.so free 0x557173590ac0 void 0.000115
+gallium_dri.so free 0x557173590a40 void 0.000115
+gallium_dri.so malloc 72 0x557173590ac0 0.000114
+gallium_dri.so free 0x557173590b80 void 0.000116
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ac0 0.000116
+gallium_dri.so free 0x557173590c00 void 0.000116
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173590c30 0.000115
+gallium_dri.so free 0x557173590c80 void 0.000116
+gallium_dri.so free 0x557173590c30 void 0.000118
+gallium_dri.so malloc 72 0x557173590c30 0.000117
+gallium_dri.so free 0x557173590d80 void 0.000116
+gallium_dri.so free 0x557173590c30 void 0.000114
+gallium_dri.so malloc 72 0x557173590d30 0.000114
+gallium_dri.so free 0x557173590e40 void 0.000116
+gallium_dri.so free 0x557173590d30 void 0.000114
+gallium_dri.so malloc 72 0x557173590df0 0.000117
+gallium_dri.so free 0x557173590ec0 void 0.000116
+gallium_dri.so free 0x557173590df0 void 0.000118
+gallium_dri.so malloc 72 0x557173590df0 0.000116
+gallium_dri.so free 0x557173590f80 void 0.000116
+gallium_dri.so free 0x557173590df0 void 0.000114
+gallium_dri.so malloc 72 0x557173590df0 0.000115
+gallium_dri.so free 0x557173591040 void 0.000116
+gallium_dri.so free 0x557173590df0 void 0.000115
+gallium_dri.so malloc 72 0x557173590ff0 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173591110 0.000112
+gallium_dri.so free 0x557173591180 void 0.000115
+gallium_dri.so free 0x557173591110 void 0.000114
+gallium_dri.so malloc 72 0x5571735911a0 0.000118
+gallium_dri.so free 0x557173591240 void 0.000116
+gallium_dri.so free 0x5571735911a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735911f0 0.000143
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so free 0x5571735911f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735912c0 0.000121
+gallium_dri.so free 0x557173591380 void 0.000116
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735912c0 0.000114
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591400 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000115
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000115
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000114
+gallium_dri.so free 0x557173591640 void 0.000117
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so malloc 72 0x5571735915f0 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000113
+gallium_dri.so free 0x5571735915f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591710 0.000115
+gallium_dri.so free 0x557173591780 void 0.000116
+gallium_dri.so free 0x557173591710 void 0.000115
+gallium_dri.so malloc 72 0x5571735917c0 0.000115
+gallium_dri.so free 0x557173591840 void 0.000115
+gallium_dri.so free 0x5571735917c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735917c0 0.000115
+gallium_dri.so free 0x5571735918c0 void 0.000115
+gallium_dri.so free 0x5571735917c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735918f0 0.000118
+gallium_dri.so free 0x557173591940 void 0.000117
+gallium_dri.so free 0x5571735918f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735918f0 0.000115
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so free 0x5571735918f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735919f0 0.000113
+gallium_dri.so free 0x557173591b00 void 0.000117
+gallium_dri.so free 0x5571735919f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ab0 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so free 0x557173591ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173591ab0 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000115
+gallium_dri.so free 0x557173591ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173591c70 0.000114
+gallium_dri.so free 0x557173591cc0 void 0.000116
+gallium_dri.so free 0x557173591c70 void 0.000117
+gallium_dri.so malloc 72 0x557173591c70 0.000116
+gallium_dri.so free 0x557173591dc0 void 0.000116
+gallium_dri.so free 0x557173591c70 void 0.000114
+gallium_dri.so malloc 72 0x557173591d70 0.000114
+gallium_dri.so free 0x557173591e80 void 0.000116
+gallium_dri.so free 0x557173591d70 void 0.000113
+gallium_dri.so malloc 72 0x557173591e30 0.000114
+gallium_dri.so free 0x557173591ec0 void 0.000118
+gallium_dri.so free 0x557173591e30 void 0.000114
+gallium_dri.so malloc 72 0x557173591e30 0.000163
+gallium_dri.so free 0x5571735cae40 void 0.000116
+gallium_dri.so free 0x557173591e30 void 0.000114
+gallium_dri.so malloc 72 0x557173591e30 0.000114
+gallium_dri.so free 0x5571735caf40 void 0.000116
+gallium_dri.so free 0x557173591e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735caef0 0.000114
+gallium_dri.so free 0x5571735cb000 void 0.000116
+gallium_dri.so free 0x5571735caef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cafb0 0.000115
+gallium_dri.so free 0x5571735cb080 void 0.000116
+gallium_dri.so free 0x5571735cafb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cafb0 0.000116
+gallium_dri.so free 0x5571735cb140 void 0.000116
+gallium_dri.so free 0x5571735cafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cafb0 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000115
+gallium_dri.so free 0x5571735cb280 void 0.000116
+gallium_dri.so free 0x5571735cb1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb2d0 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000116
+gallium_dri.so free 0x5571735cb2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb360 0.000113
+gallium_dri.so free 0x5571735cb400 void 0.000115
+gallium_dri.so free 0x5571735cb360 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000123
+gallium_dri.so free 0x5571735cb480 void 0.000117
+gallium_dri.so free 0x5571735cb3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb480 0.000116
+gallium_dri.so free 0x5571735cb540 void 0.000116
+gallium_dri.so free 0x5571735cb480 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb480 0.000115
+gallium_dri.so free 0x5571735cb5c0 void 0.000116
+gallium_dri.so free 0x5571735cb480 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000114
+gallium_dri.so free 0x5571735cb680 void 0.000116
+gallium_dri.so free 0x5571735cb5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000115
+gallium_dri.so free 0x5571735cb740 void 0.000117
+gallium_dri.so free 0x5571735cb5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000116
+gallium_dri.so free 0x5571735cb5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000115
+gallium_dri.so free 0x5571735cb880 void 0.000115
+gallium_dri.so free 0x5571735cb7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb8d0 0.000114
+gallium_dri.so free 0x5571735cb940 void 0.000120
+gallium_dri.so free 0x5571735cb8d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb980 0.000114
+gallium_dri.so free 0x5571735cba00 void 0.000115
+gallium_dri.so free 0x5571735cb980 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb980 0.000114
+gallium_dri.so free 0x5571735cba80 void 0.000247
+gallium_dri.so free 0x5571735cb980 void 0.000207
+gallium_dri.so malloc 72 0x5571735cbab0 0.000159
+gallium_dri.so free 0x5571735cbb00 void 0.000123
+gallium_dri.so free 0x5571735cbab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbab0 0.000119
+gallium_dri.so free 0x5571735cbc00 void 0.000120
+gallium_dri.so free 0x5571735cbab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000119
+gallium_dri.so free 0x5571735cbcc0 void 0.000115
+gallium_dri.so free 0x5571735cbbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbc70 0.000114
+gallium_dri.so free 0x5571735cbd00 void 0.000115
+gallium_dri.so free 0x5571735cbc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbc70 0.000115
+gallium_dri.so free 0x5571735cbdc0 void 0.000114
+gallium_dri.so free 0x5571735cbc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbe30 0.000119
+gallium_dri.so free 0x5571735cbe80 void 0.000126
+gallium_dri.so free 0x5571735cbe30 void 0.000153
+gallium_dri.so malloc 72 0x5571735cbe30 0.000117
+gallium_dri.so free 0x5571735cbf80 void 0.000186
+gallium_dri.so free 0x5571735cbe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbf30 0.000126
+gallium_dri.so free 0x5571735cc040 void 0.000131
+gallium_dri.so free 0x5571735cbf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbff0 0.000125
+gallium_dri.so free 0x5571735cc080 void 0.000122
+gallium_dri.so free 0x5571735cbff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbff0 0.000121
+gallium_dri.so free 0x5571735cc140 void 0.000127
+gallium_dri.so free 0x5571735cbff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc180 0.000125
+gallium_dri.so free 0x5571735cc200 void 0.000125
+gallium_dri.so free 0x5571735cc180 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc200 0.000124
+gallium_dri.so free 0x5571735cc2c0 void 0.000125
+gallium_dri.so free 0x5571735cc200 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc200 0.000121
+gallium_dri.so free 0x5571735cc380 void 0.000124
+gallium_dri.so free 0x5571735cc200 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc3a0 0.000118
+gallium_dri.so free 0x5571735cc440 void 0.000118
+gallium_dri.so free 0x5571735cc3a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000120
+gallium_dri.so free 0x5571735cc4c0 void 0.000120
+gallium_dri.so free 0x5571735cc3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000118
+gallium_dri.so free 0x5571735cc540 void 0.000119
+gallium_dri.so free 0x5571735cc3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc540 0.000117
+gallium_dri.so free 0x5571735cc600 void 0.000120
+gallium_dri.so free 0x5571735cc540 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc540 0.000119
+gallium_dri.so free 0x5571735cc6c0 void 0.000119
+gallium_dri.so free 0x5571735cc540 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc540 0.000118
+gallium_dri.so free 0x5571735cc780 void 0.000118
+gallium_dri.so free 0x5571735cc540 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc730 0.000119
+gallium_dri.so free 0x5571735cc840 void 0.000120
+gallium_dri.so free 0x5571735cc730 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000119
+gallium_dri.so free 0x5571735cc8c0 void 0.000118
+gallium_dri.so free 0x5571735cc7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc910 0.000119
+gallium_dri.so free 0x5571735cc980 void 0.000118
+gallium_dri.so free 0x5571735cc910 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc9a0 0.000120
+gallium_dri.so free 0x5571735cca40 void 0.000129
+gallium_dri.so free 0x5571735cc9a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000116
+gallium_dri.so free 0x5571735ccac0 void 0.000119
+gallium_dri.so free 0x5571735cc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000132
+gallium_dri.so free 0x5571735ccb40 void 0.000124
+gallium_dri.so free 0x5571735cc9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccb40 0.000124
+gallium_dri.so free 0x5571735ccc00 void 0.000125
+gallium_dri.so free 0x5571735ccb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccb40 0.000153
+gallium_dri.so free 0x5571735ccd00 void 0.000126
+gallium_dri.so free 0x5571735ccb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cccb0 0.000125
+gallium_dri.so free 0x5571735ccd40 void 0.000125
+gallium_dri.so free 0x5571735cccb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cccb0 0.000124
+gallium_dri.so free 0x5571735cce00 void 0.000124
+gallium_dri.so free 0x5571735cccb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cce40 0.000126
+gallium_dri.so free 0x5571735ccec0 void 0.000126
+gallium_dri.so free 0x5571735cce40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ccec0 0.000124
+gallium_dri.so free 0x5571735ccf80 void 0.000125
+gallium_dri.so free 0x5571735ccec0 void 0.000173
+gallium_dri.so malloc 72 0x5571735ccec0 0.000125
+gallium_dri.so free 0x5571735cd000 void 0.000124
+gallium_dri.so free 0x5571735ccec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd030 0.000124
+gallium_dri.so free 0x5571735cd080 void 0.000124
+gallium_dri.so free 0x5571735cd030 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd030 0.000124
+gallium_dri.so free 0x5571735cd180 void 0.000125
+gallium_dri.so free 0x5571735cd030 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd1c0 0.000126
+gallium_dri.so free 0x5571735cd240 void 0.000125
+gallium_dri.so free 0x5571735cd1c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd240 0.000124
+gallium_dri.so free 0x5571735cd300 void 0.000125
+gallium_dri.so free 0x5571735cd240 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd240 0.000161
+gallium_dri.so free 0x5571735cd380 void 0.000176
+gallium_dri.so free 0x5571735cd240 void 0.000176
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000180
+gallium_dri.so free 0x5571735cd400 void 0.000182
+gallium_dri.so free 0x5571735cd3b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735cd3b0 0.000255
+gallium_dri.so free 0x5571735cd500 void 0.000192
+gallium_dri.so free 0x5571735cd3b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735cd4b0 0.000148
+gallium_dri.so free 0x5571735cd5c0 void 0.000146
+gallium_dri.so free 0x5571735cd4b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735cd570 0.000145
+gallium_dri.so free 0x5571735cd640 void 0.000144
+gallium_dri.so free 0x5571735cd570 void 0.000145
+gallium_dri.so malloc 72 0x5571735cd570 0.000145
+gallium_dri.so free 0x5571735cd700 void 0.000146
+gallium_dri.so free 0x5571735cd570 void 0.000144
+gallium_dri.so malloc 72 0x5571735cd570 0.000145
+gallium_dri.so free 0x5571735cd7c0 void 0.000143
+gallium_dri.so free 0x5571735cd570 void 0.000145
+gallium_dri.so malloc 72 0x5571735cd770 0.000143
+gallium_dri.so free 0x5571735cd840 void 0.000151
+gallium_dri.so free 0x5571735cd770 void 0.000139
+gallium_dri.so malloc 72 0x5571735cd890 0.000138
+gallium_dri.so free 0x5571735cd900 void 0.000238
+gallium_dri.so free 0x5571735cd890 void 0.000160
+gallium_dri.so malloc 72 0x5571735cd920 0.000126
+gallium_dri.so free 0x5571735cd9c0 void 0.000124
+gallium_dri.so free 0x5571735cd920 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd970 0.000125
+gallium_dri.so free 0x5571735cda40 void 0.000149
+gallium_dri.so free 0x5571735cd970 void 0.000123
+gallium_dri.so malloc 72 0x5571735cda40 0.000113
+gallium_dri.so free 0x5571735cdb00 void 0.000112
+gallium_dri.so free 0x5571735cda40 void 0.000109
+gallium_dri.so malloc 72 0x5571735cda40 0.000109
+gallium_dri.so free 0x5571735cdb80 void 0.000109
+gallium_dri.so free 0x5571735cda40 void 0.000109
+gallium_dri.so malloc 72 0x5571735cdb80 0.000110
+gallium_dri.so free 0x5571735cdc40 void 0.000109
+gallium_dri.so free 0x5571735cdb80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdb80 0.000109
+gallium_dri.so free 0x5571735cdd00 void 0.000110
+gallium_dri.so free 0x5571735cdb80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdb80 0.000110
+gallium_dri.so free 0x5571735cddc0 void 0.000117
+gallium_dri.so free 0x5571735cdb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cdd70 0.000115
+gallium_dri.so free 0x5571735cde40 void 0.000112
+gallium_dri.so free 0x5571735cdd70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cde90 0.000111
+gallium_dri.so free 0x5571735cdf00 void 0.000122
+gallium_dri.so free 0x5571735cde90 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdf40 0.000110
+gallium_dri.so free 0x5571735cdfc0 void 0.000111
+gallium_dri.so free 0x5571735cdf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cdf40 0.000110
+gallium_dri.so free 0x5571735ce040 void 0.000110
+gallium_dri.so free 0x5571735cdf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce070 0.000110
+gallium_dri.so free 0x5571735ce0c0 void 0.000109
+gallium_dri.so free 0x5571735ce070 void 0.000111
+gallium_dri.so malloc 72 0x5571735ce070 0.000110
+gallium_dri.so free 0x5571735ce1c0 void 0.000110
+gallium_dri.so free 0x5571735ce070 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce170 0.000109
+gallium_dri.so free 0x5571735ce280 void 0.000110
+gallium_dri.so free 0x5571735ce170 void 0.000109
+gallium_dri.so malloc 72 0x5571735ce230 0.000111
+gallium_dri.so free 0x5571735ce2c0 void 0.000110
+gallium_dri.so free 0x5571735ce230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce230 0.000110
+gallium_dri.so free 0x5571735ce380 void 0.000110
+gallium_dri.so free 0x5571735ce230 void 0.000110
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000110
+gallium_dri.so free 0x5571735ce440 void 0.000109
+gallium_dri.so free 0x5571735ce3f0 void 0.000259
+gallium_dri.so malloc 72 0x5571735ce3f0 0.000163
+gallium_dri.so free 0x5571735ce540 void 0.000138
+gallium_dri.so free 0x5571735ce3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000125
+gallium_dri.so free 0x5571735ce600 void 0.000123
+gallium_dri.so free 0x5571735ce4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000120
+gallium_dri.so free 0x5571735ce640 void 0.000124
+gallium_dri.so free 0x5571735ce5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000123
+gallium_dri.so free 0x5571735ce700 void 0.000124
+gallium_dri.so free 0x5571735ce5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce740 0.000154
+gallium_dri.so free 0x5571735ce7c0 void 0.000127
+gallium_dri.so free 0x5571735ce740 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000126
+gallium_dri.so free 0x5571735ce880 void 0.000125
+gallium_dri.so free 0x5571735ce7c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce7c0 0.000124
+gallium_dri.so free 0x5571735ce940 void 0.000124
+gallium_dri.so free 0x5571735ce7c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce960 0.000125
+gallium_dri.so free 0x5571735cea00 void 0.000124
+gallium_dri.so free 0x5571735ce960 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000124
+gallium_dri.so free 0x5571735cea80 void 0.000170
+gallium_dri.so free 0x5571735ce9b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000125
+gallium_dri.so free 0x5571735ceb00 void 0.000122
+gallium_dri.so free 0x5571735ce9b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ceb00 0.000127
+gallium_dri.so free 0x5571735cebc0 void 0.000115
+gallium_dri.so free 0x5571735ceb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceb00 0.000111
+gallium_dri.so free 0x5571735cec80 void 0.000112
+gallium_dri.so free 0x5571735ceb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ceb00 0.000111
+gallium_dri.so free 0x5571735ced40 void 0.000112
+gallium_dri.so free 0x5571735ceb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735cecf0 0.000111
+gallium_dri.so free 0x5571735cee00 void 0.000110
+gallium_dri.so free 0x5571735cecf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cedb0 0.000112
+gallium_dri.so free 0x5571735cee80 void 0.000110
+gallium_dri.so free 0x5571735cedb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ceed0 0.000111
+gallium_dri.so free 0x5571735cef40 void 0.000111
+gallium_dri.so free 0x5571735ceed0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cef60 0.000112
+gallium_dri.so free 0x5571735cf000 void 0.000111
+gallium_dri.so free 0x5571735cef60 void 0.000111
+gallium_dri.so malloc 72 0x5571735cefb0 0.000112
+gallium_dri.so free 0x5571735cf080 void 0.000111
+gallium_dri.so free 0x5571735cefb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cefb0 0.000112
+gallium_dri.so free 0x5571735cf100 void 0.000111
+gallium_dri.so free 0x5571735cefb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf100 0.000114
+gallium_dri.so free 0x5571735cf1c0 void 0.000110
+gallium_dri.so free 0x5571735cf100 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf100 0.000113
+gallium_dri.so free 0x5571735cf2c0 void 0.000111
+gallium_dri.so free 0x5571735cf100 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf270 0.000110
+gallium_dri.so free 0x5571735cf300 void 0.000111
+gallium_dri.so free 0x5571735cf270 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf270 0.000111
+gallium_dri.so free 0x5571735cf3c0 void 0.000110
+gallium_dri.so free 0x5571735cf270 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf400 0.000111
+gallium_dri.so free 0x5571735cf480 void 0.000111
+gallium_dri.so free 0x5571735cf400 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf480 0.000111
+gallium_dri.so free 0x5571735cf540 void 0.000111
+gallium_dri.so free 0x5571735cf480 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf480 0.000113
+gallium_dri.so free 0x5571735cf5c0 void 0.000110
+gallium_dri.so free 0x5571735cf480 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000112
+gallium_dri.so free 0x5571735cf640 void 0.000110
+gallium_dri.so free 0x5571735cf5f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000123
+gallium_dri.so free 0x5571735cf740 void 0.000120
+gallium_dri.so free 0x5571735cf5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf780 0.000112
+gallium_dri.so free 0x5571735cf800 void 0.000113
+gallium_dri.so free 0x5571735cf780 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf800 0.000110
+gallium_dri.so free 0x5571735cf8c0 void 0.000112
+gallium_dri.so free 0x5571735cf800 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf800 0.000111
+gallium_dri.so free 0x5571735cf940 void 0.000112
+gallium_dri.so free 0x5571735cf800 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf970 0.000112
+gallium_dri.so free 0x5571735cf9c0 void 0.000112
+gallium_dri.so free 0x5571735cf970 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf970 0.000111
+gallium_dri.so free 0x5571735cfac0 void 0.000112
+gallium_dri.so free 0x5571735cf970 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfa70 0.000110
+gallium_dri.so free 0x5571735cfb80 void 0.000111
+gallium_dri.so free 0x5571735cfa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfb30 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000111
+gallium_dri.so free 0x5571735cfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb30 0.000110
+gallium_dri.so free 0x5571735cfcc0 void 0.000112
+gallium_dri.so free 0x5571735cfb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfb30 0.000111
+gallium_dri.so free 0x5571735cfd80 void 0.000132
+gallium_dri.so free 0x5571735cfb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd30 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000124
+gallium_dri.so free 0x5571735cfd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfe50 0.000112
+gallium_dri.so free 0x5571735cfec0 void 0.000112
+gallium_dri.so free 0x5571735cfe50 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfee0 0.000110
+gallium_dri.so free 0x5571735cff80 void 0.000112
+gallium_dri.so free 0x5571735cfee0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cff30 0.000112
+gallium_dri.so free 0x5571735d0000 void 0.000110
+gallium_dri.so free 0x5571735cff30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0000 0.000111
+gallium_dri.so free 0x5571735d00c0 void 0.000111
+gallium_dri.so free 0x5571735d0000 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0000 0.000111
+gallium_dri.so free 0x5571735d0140 void 0.000111
+gallium_dri.so free 0x5571735d0000 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0140 0.000111
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0140 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0140 0.000110
+gallium_dri.so free 0x5571735d0380 void 0.000111
+gallium_dri.so free 0x5571735d0140 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0330 0.000118
+gallium_dri.so free 0x5571735d0400 void 0.000118
+gallium_dri.so free 0x5571735d0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0450 0.000119
+gallium_dri.so free 0x5571735d04c0 void 0.000120
+gallium_dri.so free 0x5571735d0450 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0500 0.000119
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so free 0x5571735d0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0500 0.000120
+gallium_dri.so free 0x5571735d0600 void 0.000119
+gallium_dri.so free 0x5571735d0500 void 0.000144
+gallium_dri.so malloc 72 0x5571735d0630 0.000120
+gallium_dri.so free 0x5571735d0680 void 0.000119
+gallium_dri.so free 0x5571735d0630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0630 0.000120
+gallium_dri.so free 0x5571735d0780 void 0.000125
+gallium_dri.so free 0x5571735d0630 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0730 0.000118
+gallium_dri.so free 0x5571735d0840 void 0.000118
+gallium_dri.so free 0x5571735d0730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d07f0 0.000118
+gallium_dri.so free 0x5571735d0880 void 0.000121
+gallium_dri.so free 0x5571735d07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d07f0 0.000115
+gallium_dri.so free 0x5571735d0940 void 0.000120
+gallium_dri.so free 0x5571735d07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d09b0 0.000117
+gallium_dri.so free 0x5571735d0a00 void 0.000119
+gallium_dri.so free 0x5571735d09b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d09b0 0.000118
+gallium_dri.so free 0x5571735d0b00 void 0.000117
+gallium_dri.so free 0x5571735d09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000118
+gallium_dri.so free 0x5571735d0bc0 void 0.000118
+gallium_dri.so free 0x5571735d0ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000119
+gallium_dri.so free 0x5571735d0c00 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b70 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d00 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000119
+gallium_dri.so free 0x5571735d0d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d80 0.000118
+gallium_dri.so free 0x5571735d0e40 void 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d80 0.000118
+gallium_dri.so free 0x5571735d0f00 void 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0f20 0.000129
+gallium_dri.so free 0x5571735d0fc0 void 0.000119
+gallium_dri.so free 0x5571735d0f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f70 0.000120
+gallium_dri.so free 0x5571735d1040 void 0.000118
+gallium_dri.so free 0x5571735d0f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0f70 0.000120
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so free 0x5571735d0f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d10c0 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000118
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d10c0 0.000119
+gallium_dri.so free 0x5571735d1240 void 0.000119
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d10c0 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000119
+gallium_dri.so free 0x5571735d10c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d12b0 0.000118
+gallium_dri.so free 0x5571735d13c0 void 0.000118
+gallium_dri.so free 0x5571735d12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1370 0.000118
+gallium_dri.so free 0x5571735d1440 void 0.000118
+gallium_dri.so free 0x5571735d1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1490 0.000119
+gallium_dri.so free 0x5571735d1500 void 0.000118
+gallium_dri.so free 0x5571735d1490 void 0.000148
+gallium_dri.so malloc 72 0x5571735d1520 0.000119
+gallium_dri.so free 0x5571735d15c0 void 0.000119
+gallium_dri.so free 0x5571735d1520 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x5571735d1640 void 0.000120
+gallium_dri.so free 0x5571735d1570 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1570 0.000119
+gallium_dri.so free 0x5571735d16c0 void 0.000119
+gallium_dri.so free 0x5571735d1570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d16c0 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d16c0 0.000119
+gallium_dri.so free 0x5571735d1880 void 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1830 0.000119
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so free 0x5571735d1830 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1830 0.000121
+gallium_dri.so free 0x5571735d1980 void 0.000119
+gallium_dri.so free 0x5571735d1830 void 0.000124
+gallium_dri.so malloc 72 0x5571735d19c0 0.000119
+gallium_dri.so free 0x5571735d1a40 void 0.000120
+gallium_dri.so free 0x5571735d19c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a40 0.000119
+gallium_dri.so free 0x5571735d1b00 void 0.000140
+gallium_dri.so free 0x5571735d1a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a40 0.000120
+gallium_dri.so free 0x5571735d1b80 void 0.000118
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000118
+gallium_dri.so free 0x5571735d1c00 void 0.000118
+gallium_dri.so free 0x5571735d1bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000119
+gallium_dri.so free 0x5571735d1d00 void 0.000120
+gallium_dri.so free 0x5571735d1bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1d40 0.000118
+gallium_dri.so free 0x5571735d1dc0 void 0.000119
+gallium_dri.so free 0x5571735d1d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000120
+gallium_dri.so free 0x5571735d1e80 void 0.000121
+gallium_dri.so free 0x5571735d1dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000124
+gallium_dri.so free 0x5571735d1f00 void 0.000120
+gallium_dri.so free 0x5571735d1dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1f30 0.000118
+gallium_dri.so free 0x5571735d1f80 void 0.000118
+gallium_dri.so free 0x5571735d1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1f30 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000122
+gallium_dri.so free 0x5571735d1f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2030 0.000226
+gallium_dri.so free 0x5571735d2140 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d20f0 0.000118
+gallium_dri.so free 0x5571735d21c0 void 0.000119
+gallium_dri.so free 0x5571735d20f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d20f0 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000119
+gallium_dri.so free 0x5571735d20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d20f0 0.000120
+gallium_dri.so free 0x5571735d2340 void 0.000118
+gallium_dri.so free 0x5571735d20f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d22f0 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2410 0.000117
+gallium_dri.so free 0x5571735d2480 void 0.000118
+gallium_dri.so free 0x5571735d2410 void 0.000119
+gallium_dri.so malloc 72 0x5571735d24a0 0.000119
+gallium_dri.so free 0x5571735d2540 void 0.000116
+gallium_dri.so free 0x5571735d24a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d24f0 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x5571735d24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25c0 0.000119
+gallium_dri.so free 0x5571735d2680 void 0.000126
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d25c0 0.000110
+gallium_dri.so free 0x5571735d2700 void 0.000111
+gallium_dri.so free 0x5571735d25c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2700 0.000111
+gallium_dri.so free 0x5571735d27c0 void 0.000110
+gallium_dri.so free 0x5571735d2700 void 0.000109
+gallium_dri.so malloc 72 0x5571735d2700 0.000109
+gallium_dri.so free 0x5571735d2880 void 0.000110
+gallium_dri.so free 0x5571735d2700 void 0.000109
+gallium_dri.so malloc 72 0x5571735d2700 0.000110
+gallium_dri.so free 0x5571735d2940 void 0.000110
+gallium_dri.so free 0x5571735d2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28f0 0.000109
+gallium_dri.so free 0x5571735d29c0 void 0.000110
+gallium_dri.so free 0x5571735d28f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2a10 0.000109
+gallium_dri.so free 0x5571735d2a80 void 0.000110
+gallium_dri.so free 0x5571735d2a10 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2ac0 0.000111
+gallium_dri.so free 0x5571735d2b40 void 0.000110
+gallium_dri.so free 0x5571735d2ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2ac0 0.000119
+gallium_dri.so free 0x5571735d2bc0 void 0.000117
+gallium_dri.so free 0x5571735d2ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000112
+gallium_dri.so free 0x5571735d2c40 void 0.000111
+gallium_dri.so free 0x5571735d2bf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d2bf0 0.000112
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so free 0x5571735d2bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2cf0 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000111
+gallium_dri.so free 0x5571735d2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2db0 0.000119
+gallium_dri.so free 0x5571735d2e40 void 0.000114
+gallium_dri.so free 0x5571735d2db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2db0 0.000119
+gallium_dri.so free 0x5571735d2f00 void 0.000114
+gallium_dri.so free 0x5571735d2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f70 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000111
+gallium_dri.so free 0x5571735d2f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2f70 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so free 0x5571735d2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000118
+gallium_dri.so free 0x5571735d3070 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3130 0.000116
+gallium_dri.so free 0x5571735d31c0 void 0.000117
+gallium_dri.so free 0x5571735d3130 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3130 0.000116
+gallium_dri.so free 0x5571735d3280 void 0.000135
+gallium_dri.so free 0x5571735d3130 void 0.000123
+gallium_dri.so malloc 72 0x5571735d32c0 0.000116
+gallium_dri.so free 0x5571735d3340 void 0.000116
+gallium_dri.so free 0x5571735d32c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3340 0.000117
+gallium_dri.so free 0x5571735d3400 void 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3340 0.000118
+gallium_dri.so free 0x5571735d34c0 void 0.000121
+gallium_dri.so free 0x5571735d3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735d34e0 0.000124
+gallium_dri.so free 0x5571735d3580 void 0.000121
+gallium_dri.so free 0x5571735d34e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3530 0.000105
+gallium_dri.so free 0x5571735d3600 void 0.000235
+gallium_dri.so free 0x5571735d3530 void 0.000184
+gallium_dri.so malloc 72 0x5571735d3530 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so free 0x5571735d3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3680 0.000115
+gallium_dri.so free 0x5571735d3740 void 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000140
+gallium_dri.so free 0x5571735d38c0 void 0.000121
+gallium_dri.so free 0x5571735d3680 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3870 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so free 0x5571735d3870 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3930 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a50 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so free 0x5571735d3a50 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ae0 0.000112
+gallium_dri.so free 0x5571735d3b80 void 0.000114
+gallium_dri.so free 0x5571735d3ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b30 0.000111
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3b30 0.000112
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so free 0x5571735d3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c80 0.000113
+gallium_dri.so free 0x5571735d3d40 void 0.000115
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3c80 0.000114
+gallium_dri.so free 0x5571735d3e40 void 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3df0 0.000121
+gallium_dri.so free 0x5571735d3e80 void 0.000114
+gallium_dri.so free 0x5571735d3df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3df0 0.000127
+gallium_dri.so free 0x5571735d3f40 void 0.000128
+gallium_dri.so free 0x5571735d3df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3f80 0.000126
+gallium_dri.so free 0x5571735d4000 void 0.000126
+gallium_dri.so free 0x5571735d3f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4000 0.000126
+gallium_dri.so free 0x5571735d40c0 void 0.000127
+gallium_dri.so free 0x5571735d4000 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4000 0.000153
+gallium_dri.so free 0x5571735d4140 void 0.000126
+gallium_dri.so free 0x5571735d4000 void 0.000152
+gallium_dri.so malloc 72 0x5571735d4170 0.000115
+gallium_dri.so free 0x5571735d41c0 void 0.000113
+gallium_dri.so free 0x5571735d4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4170 0.000120
+gallium_dri.so free 0x5571735d42c0 void 0.000123
+gallium_dri.so free 0x5571735d4170 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4300 0.000118
+gallium_dri.so free 0x5571735d4380 void 0.000120
+gallium_dri.so free 0x5571735d4300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4380 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000117
+gallium_dri.so free 0x5571735d4380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4380 0.000113
+gallium_dri.so free 0x5571735d44c0 void 0.000114
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44f0 0.000113
+gallium_dri.so free 0x5571735d4540 void 0.000113
+gallium_dri.so free 0x5571735d44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44f0 0.000138
+gallium_dri.so free 0x5571735d4640 void 0.000132
+gallium_dri.so free 0x5571735d44f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d45f0 0.000128
+gallium_dri.so free 0x5571735d4700 void 0.000128
+gallium_dri.so free 0x5571735d45f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d46b0 0.000128
+gallium_dri.so free 0x5571735d4780 void 0.000128
+gallium_dri.so free 0x5571735d46b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d46b0 0.000132
+gallium_dri.so free 0x5571735d4840 void 0.000128
+gallium_dri.so free 0x5571735d46b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d46b0 0.000129
+gallium_dri.so free 0x5571735d4900 void 0.000129
+gallium_dri.so free 0x5571735d46b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d48b0 0.000128
+gallium_dri.so free 0x5571735d4980 void 0.000128
+gallium_dri.so free 0x5571735d48b0 void 0.000203
+gallium_dri.so malloc 72 0x5571735d49d0 0.000129
+gallium_dri.so free 0x5571735d4a40 void 0.000126
+gallium_dri.so free 0x5571735d49d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4a60 0.000126
+gallium_dri.so free 0x5571735d4b00 void 0.000128
+gallium_dri.so free 0x5571735d4a60 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000126
+gallium_dri.so free 0x5571735d4b80 void 0.000126
+gallium_dri.so free 0x5571735d4ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4b80 0.000129
+gallium_dri.so free 0x5571735d4c40 void 0.000129
+gallium_dri.so free 0x5571735d4b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4b80 0.000128
+gallium_dri.so free 0x5571735d4cc0 void 0.000126
+gallium_dri.so free 0x5571735d4b80 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000126
+gallium_dri.so free 0x5571735d4d80 void 0.000130
+gallium_dri.so free 0x5571735d4cc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000125
+gallium_dri.so free 0x5571735d4e40 void 0.000126
+gallium_dri.so free 0x5571735d4cc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4cc0 0.000134
+gallium_dri.so free 0x5571735d4f00 void 0.000155
+gallium_dri.so free 0x5571735d4cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000128
+gallium_dri.so free 0x5571735d4f80 void 0.000131
+gallium_dri.so free 0x5571735d4eb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d4fd0 0.000140
+gallium_dri.so free 0x5571735d5040 void 0.000142
+gallium_dri.so free 0x5571735d4fd0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d5080 0.000139
+gallium_dri.so free 0x5571735d5100 void 0.000137
+gallium_dri.so free 0x5571735d5080 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5080 0.000138
+gallium_dri.so free 0x5571735d5180 void 0.000142
+gallium_dri.so free 0x5571735d5080 void 0.000140
+gallium_dri.so malloc 72 0x5571735d51b0 0.000138
+gallium_dri.so free 0x5571735d5200 void 0.000139
+gallium_dri.so free 0x5571735d51b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d51b0 0.000139
+gallium_dri.so free 0x5571735d5300 void 0.000139
+gallium_dri.so free 0x5571735d51b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d52b0 0.000137
+gallium_dri.so free 0x5571735d53c0 void 0.000140
+gallium_dri.so free 0x5571735d52b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5370 0.000142
+gallium_dri.so free 0x5571735d5400 void 0.000138
+gallium_dri.so free 0x5571735d5370 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5370 0.000140
+gallium_dri.so free 0x5571735d54c0 void 0.000140
+gallium_dri.so free 0x5571735d5370 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5530 0.000186
+gallium_dri.so free 0x5571735d5580 void 0.000150
+gallium_dri.so free 0x5571735d5530 void 0.000154
+gallium_dri.so malloc 72 0x5571735d5530 0.000128
+gallium_dri.so free 0x5571735d5680 void 0.000124
+gallium_dri.so free 0x5571735d5530 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5630 0.000125
+gallium_dri.so free 0x5571735d5740 void 0.000123
+gallium_dri.so free 0x5571735d5630 void 0.000123
+gallium_dri.so malloc 72 0x5571735d56f0 0.000123
+gallium_dri.so free 0x5571735d5780 void 0.000123
+gallium_dri.so free 0x5571735d56f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d56f0 0.000124
+gallium_dri.so free 0x5571735d5840 void 0.000124
+gallium_dri.so free 0x5571735d56f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5880 0.000124
+gallium_dri.so free 0x5571735d5900 void 0.000124
+gallium_dri.so free 0x5571735d5880 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5900 0.000123
+gallium_dri.so free 0x5571735d59c0 void 0.000123
+gallium_dri.so free 0x5571735d5900 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5900 0.000123
+gallium_dri.so free 0x5571735d5a80 void 0.000125
+gallium_dri.so free 0x5571735d5900 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5aa0 0.000122
+gallium_dri.so free 0x5571735d5b40 void 0.000157
+gallium_dri.so free 0x5571735d5aa0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5af0 0.000123
+gallium_dri.so free 0x5571735d5bc0 void 0.000168
+gallium_dri.so free 0x5571735d5af0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d5af0 0.000122
+gallium_dri.so free 0x5571735d5c40 void 0.000124
+gallium_dri.so free 0x5571735d5af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5c40 0.000123
+gallium_dri.so free 0x5571735d5d00 void 0.000128
+gallium_dri.so free 0x5571735d5c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5c40 0.000120
+gallium_dri.so free 0x5571735d5dc0 void 0.000122
+gallium_dri.so free 0x5571735d5c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5c40 0.000124
+gallium_dri.so free 0x5571735d5e80 void 0.000123
+gallium_dri.so free 0x5571735d5c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5e30 0.000126
+gallium_dri.so free 0x5571735d5f40 void 0.000124
+gallium_dri.so free 0x5571735d5e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000124
+gallium_dri.so free 0x5571735d5fc0 void 0.000124
+gallium_dri.so free 0x5571735d5ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6010 0.000125
+gallium_dri.so free 0x5571735d6080 void 0.000124
+gallium_dri.so free 0x5571735d6010 void 0.000125
+gallium_dri.so malloc 72 0x5571735d60a0 0.000122
+gallium_dri.so free 0x5571735d6140 void 0.000123
+gallium_dri.so free 0x5571735d60a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60f0 0.000123
+gallium_dri.so free 0x5571735d61c0 void 0.000125
+gallium_dri.so free 0x5571735d60f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60f0 0.000140
+gallium_dri.so free 0x5571735d6240 void 0.000136
+gallium_dri.so free 0x5571735d60f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6240 0.000124
+gallium_dri.so free 0x5571735d6300 void 0.000126
+gallium_dri.so free 0x5571735d6240 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6240 0.000125
+gallium_dri.so free 0x5571735d6400 void 0.000125
+gallium_dri.so free 0x5571735d6240 void 0.000139
+gallium_dri.so malloc 72 0x5571735d63b0 0.000124
+gallium_dri.so free 0x5571735d6440 void 0.000125
+gallium_dri.so free 0x5571735d63b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d63b0 0.000123
+gallium_dri.so free 0x5571735d6500 void 0.000124
+gallium_dri.so free 0x5571735d63b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6540 0.000122
+gallium_dri.so free 0x5571735d65c0 void 0.000123
+gallium_dri.so free 0x5571735d6540 void 0.000124
+gallium_dri.so malloc 72 0x5571735d65c0 0.000123
+gallium_dri.so free 0x5571735d6680 void 0.000124
+gallium_dri.so free 0x5571735d65c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d65c0 0.000122
+gallium_dri.so free 0x5571735d6700 void 0.000123
+gallium_dri.so free 0x5571735d65c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6730 0.000122
+gallium_dri.so free 0x5571735d6780 void 0.000124
+gallium_dri.so free 0x5571735d6730 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6730 0.000122
+gallium_dri.so free 0x5571735d6880 void 0.000124
+gallium_dri.so free 0x5571735d6730 void 0.000124
+gallium_dri.so malloc 72 0x5571735d68c0 0.000123
+gallium_dri.so free 0x5571735d6940 void 0.000123
+gallium_dri.so free 0x5571735d68c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6940 0.000135
+gallium_dri.so free 0x5571735d6a00 void 0.000126
+gallium_dri.so free 0x5571735d6940 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6940 0.000124
+gallium_dri.so free 0x5571735d6a80 void 0.000124
+gallium_dri.so free 0x5571735d6940 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000122
+gallium_dri.so free 0x5571735d6b00 void 0.000126
+gallium_dri.so free 0x5571735d6ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000124
+gallium_dri.so free 0x5571735f5480 void 0.000125
+gallium_dri.so free 0x5571735d6ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5480 0.000122
+gallium_dri.so free 0x5571735f5540 void 0.000124
+gallium_dri.so free 0x5571735f5480 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5480 0.000123
+gallium_dri.so free 0x5571735f5640 void 0.000126
+gallium_dri.so free 0x5571735f5480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5480 0.000123
+gallium_dri.so free 0x5571735f56c0 void 0.000125
+gallium_dri.so free 0x5571735f5480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f56f0 0.000123
+gallium_dri.so free 0x5571735f5740 void 0.000125
+gallium_dri.so free 0x5571735f56f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f56f0 0.000124
+gallium_dri.so free 0x5571735f5840 void 0.000128
+gallium_dri.so free 0x5571735f56f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f57f0 0.000124
+gallium_dri.so free 0x5571735f5900 void 0.000124
+gallium_dri.so free 0x5571735f57f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f58b0 0.000124
+gallium_dri.so free 0x5571735f5940 void 0.000125
+gallium_dri.so free 0x5571735f58b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f58b0 0.000123
+gallium_dri.so free 0x5571735f5a00 void 0.000126
+gallium_dri.so free 0x5571735f58b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5a50 0.000123
+gallium_dri.so free 0x5571735f5ac0 void 0.000124
+gallium_dri.so free 0x5571735f5a50 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5b00 0.000123
+gallium_dri.so free 0x5571735f5b80 void 0.000125
+gallium_dri.so free 0x5571735f5b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5b80 0.000123
+gallium_dri.so free 0x5571735f5c40 void 0.000124
+gallium_dri.so free 0x5571735f5b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5b80 0.000123
+gallium_dri.so free 0x5571735f5cc0 void 0.000126
+gallium_dri.so free 0x5571735f5b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000124
+gallium_dri.so free 0x5571735f5d40 void 0.000133
+gallium_dri.so free 0x5571735f5cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000124
+gallium_dri.so free 0x5571735f5e40 void 0.000125
+gallium_dri.so free 0x5571735f5cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5df0 0.000123
+gallium_dri.so free 0x5571735f5f00 void 0.000123
+gallium_dri.so free 0x5571735f5df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000123
+gallium_dri.so free 0x5571735f5f80 void 0.000273
+gallium_dri.so free 0x5571735f5eb0 void 0.000195
+gallium_dri.so malloc 72 0x5571735f5fa0 0.000121
+gallium_dri.so free 0x5571735f6040 void 0.000168
+gallium_dri.so free 0x5571735f5fa0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000131
+gallium_dri.so free 0x5571735f60c0 void 0.000124
+gallium_dri.so free 0x5571735f5ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000124
+gallium_dri.so free 0x5571735f6140 void 0.000134
+gallium_dri.so free 0x5571735f5ff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6140 0.000125
+gallium_dri.so free 0x5571735f6200 void 0.000123
+gallium_dri.so free 0x5571735f6140 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6140 0.000173
+gallium_dri.so free 0x5571735f62c0 void 0.000126
+gallium_dri.so free 0x5571735f6140 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6140 0.000124
+gallium_dri.so free 0x5571735f6380 void 0.000123
+gallium_dri.so free 0x5571735f6140 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6330 0.000122
+gallium_dri.so free 0x5571735f6380 void 0.000123
+gallium_dri.so free 0x5571735f6330 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6330 0.000124
+gallium_dri.so free 0x5571735f6480 void 0.000124
+gallium_dri.so free 0x5571735f6330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6430 0.000125
+gallium_dri.so free 0x5571735f6540 void 0.000123
+gallium_dri.so free 0x5571735f6430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f64f0 0.000123
+gallium_dri.so free 0x5571735f6580 void 0.000124
+gallium_dri.so free 0x5571735f64f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f64f0 0.000123
+gallium_dri.so free 0x5571735f6640 void 0.000123
+gallium_dri.so free 0x5571735f64f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6680 0.000124
+gallium_dri.so free 0x5571735f6700 void 0.000123
+gallium_dri.so free 0x5571735f6680 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6700 0.000124
+gallium_dri.so free 0x5571735f67c0 void 0.000140
+gallium_dri.so free 0x5571735f6700 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6700 0.000125
+gallium_dri.so free 0x5571735f6880 void 0.000123
+gallium_dri.so free 0x5571735f6700 void 0.000126
+gallium_dri.so malloc 72 0x5571735f68a0 0.000124
+gallium_dri.so free 0x5571735f6940 void 0.000124
+gallium_dri.so free 0x5571735f68a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f68f0 0.000124
+gallium_dri.so free 0x5571735f69c0 void 0.000122
+gallium_dri.so free 0x5571735f68f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f68f0 0.000123
+gallium_dri.so free 0x5571735f6a40 void 0.000125
+gallium_dri.so free 0x5571735f68f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6a40 0.000123
+gallium_dri.so free 0x5571735f6b00 void 0.000122
+gallium_dri.so free 0x5571735f6a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6a40 0.000142
+gallium_dri.so free 0x5571735f6bc0 void 0.000148
+gallium_dri.so free 0x5571735f6a40 void 0.000142
+gallium_dri.so malloc 72 0x5571735f6a40 0.000139
+gallium_dri.so free 0x5571735f6c80 void 0.000140
+gallium_dri.so free 0x5571735f6a40 void 0.000141
+gallium_dri.so malloc 72 0x5571735f6c30 0.000140
+gallium_dri.so free 0x5571735f6d40 void 0.000144
+gallium_dri.so free 0x5571735f6c30 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000139
+gallium_dri.so free 0x5571735f6dc0 void 0.000140
+gallium_dri.so free 0x5571735f6cf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f6e10 0.000139
+gallium_dri.so free 0x5571735f6e80 void 0.000141
+gallium_dri.so free 0x5571735f6e10 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6ea0 0.000140
+gallium_dri.so free 0x5571735f6f40 void 0.000173
+gallium_dri.so free 0x5571735f6ea0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f6ef0 0.000141
+gallium_dri.so free 0x5571735f6fc0 void 0.000140
+gallium_dri.so free 0x5571735f6ef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6ef0 0.000139
+gallium_dri.so free 0x5571735f7040 void 0.000141
+gallium_dri.so free 0x5571735f6ef0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7040 0.000137
+gallium_dri.so free 0x5571735f7100 void 0.000139
+gallium_dri.so free 0x5571735f7040 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7040 0.000139
+gallium_dri.so free 0x5571735f7200 void 0.000138
+gallium_dri.so free 0x5571735f7040 void 0.000145
+gallium_dri.so malloc 72 0x5571735f71b0 0.000138
+gallium_dri.so free 0x5571735f7240 void 0.000139
+gallium_dri.so free 0x5571735f71b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f71b0 0.000138
+gallium_dri.so free 0x5571735f7300 void 0.000141
+gallium_dri.so free 0x5571735f71b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f7340 0.000138
+gallium_dri.so free 0x5571735f73c0 void 0.000141
+gallium_dri.so free 0x5571735f7340 void 0.000139
+gallium_dri.so malloc 72 0x5571735f73c0 0.000139
+gallium_dri.so free 0x5571735f7480 void 0.000144
+gallium_dri.so free 0x5571735f73c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f73c0 0.000139
+gallium_dri.so free 0x5571735f7500 void 0.000139
+gallium_dri.so free 0x5571735f73c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f7530 0.000140
+gallium_dri.so free 0x5571735f7580 void 0.000141
+gallium_dri.so free 0x5571735f7530 void 0.000139
+gallium_dri.so malloc 72 0x5571735f7530 0.000141
+gallium_dri.so free 0x5571735f7680 void 0.000140
+gallium_dri.so free 0x5571735f7530 void 0.000140
+gallium_dri.so malloc 72 0x5571735f76c0 0.000138
+gallium_dri.so free 0x5571735f7740 void 0.000137
+gallium_dri.so free 0x5571735f76c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f7740 0.000136
+gallium_dri.so free 0x5571735f7800 void 0.000135
+gallium_dri.so free 0x5571735f7740 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7740 0.000134
+gallium_dri.so free 0x5571735f7880 void 0.000133
+gallium_dri.so free 0x5571735f7740 void 0.000139
+gallium_dri.so malloc 72 0x5571735f78b0 0.000135
+gallium_dri.so free 0x5571735f7900 void 0.000137
+gallium_dri.so free 0x5571735f78b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f78b0 0.000131
+gallium_dri.so free 0x5571735f7a00 void 0.000142
+gallium_dri.so free 0x5571735f78b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f79b0 0.000136
+gallium_dri.so free 0x5571735f7ac0 void 0.000136
+gallium_dri.so free 0x5571735f79b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f7a70 0.000136
+gallium_dri.so free 0x5571735f7b40 void 0.000137
+gallium_dri.so free 0x5571735f7a70 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7a70 0.000135
+gallium_dri.so free 0x5571735f7c00 void 0.000134
+gallium_dri.so free 0x5571735f7a70 void 0.000139
+gallium_dri.so malloc 72 0x5571735f7a70 0.000137
+gallium_dri.so free 0x5571735f7cc0 void 0.000136
+gallium_dri.so free 0x5571735f7a70 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7c70 0.000137
+gallium_dri.so free 0x5571735f7d40 void 0.000135
+gallium_dri.so free 0x5571735f7c70 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7d90 0.000136
+gallium_dri.so free 0x5571735f7e00 void 0.000135
+gallium_dri.so free 0x5571735f7d90 void 0.000139
+gallium_dri.so malloc 72 0x5571735f7e20 0.000135
+gallium_dri.so free 0x5571735f7ec0 void 0.000136
+gallium_dri.so free 0x5571735f7e20 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7e70 0.000135
+gallium_dri.so free 0x5571735f7f40 void 0.000136
+gallium_dri.so free 0x5571735f7e70 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7f40 0.000135
+gallium_dri.so free 0x5571735f8000 void 0.000135
+gallium_dri.so free 0x5571735f7f40 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7f40 0.000135
+gallium_dri.so free 0x5571735f8080 void 0.000137
+gallium_dri.so free 0x5571735f7f40 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8080 0.000212
+gallium_dri.so free 0x5571735f8140 void 0.000142
+gallium_dri.so free 0x5571735f8080 void 0.000139
+gallium_dri.so malloc 72 0x5571735f8080 0.000140
+gallium_dri.so free 0x5571735f8200 void 0.000139
+gallium_dri.so free 0x5571735f8080 void 0.000138
+gallium_dri.so malloc 72 0x5571735f8080 0.000139
+gallium_dri.so free 0x5571735f82c0 void 0.000142
+gallium_dri.so free 0x5571735f8080 void 0.000138
+gallium_dri.so malloc 72 0x5571735f8270 0.000140
+gallium_dri.so free 0x5571735f8340 void 0.000286
+gallium_dri.so free 0x5571735f8270 void 0.000190
+gallium_dri.so malloc 72 0x5571735f8390 0.000183
+gallium_dri.so free 0x5571735f8400 void 0.000119
+gallium_dri.so free 0x5571735f8390 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8440 0.000129
+gallium_dri.so free 0x5571735f84c0 void 0.000123
+gallium_dri.so free 0x5571735f8440 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8440 0.000122
+gallium_dri.so free 0x5571735f8540 void 0.000122
+gallium_dri.so free 0x5571735f8440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8570 0.000122
+gallium_dri.so free 0x5571735f85c0 void 0.000132
+gallium_dri.so free 0x5571735f8570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8570 0.000119
+gallium_dri.so free 0x5571735f86c0 void 0.000119
+gallium_dri.so free 0x5571735f8570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8670 0.000124
+gallium_dri.so free 0x5571735f8780 void 0.000119
+gallium_dri.so free 0x5571735f8670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8730 0.000119
+gallium_dri.so free 0x5571735f87c0 void 0.000120
+gallium_dri.so free 0x5571735f8730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8730 0.000119
+gallium_dri.so free 0x5571735f8880 void 0.000119
+gallium_dri.so free 0x5571735f8730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f88f0 0.000119
+gallium_dri.so free 0x5571735f8940 void 0.000119
+gallium_dri.so free 0x5571735f88f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88f0 0.000119
+gallium_dri.so free 0x5571735f8a40 void 0.000119
+gallium_dri.so free 0x5571735f88f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f89f0 0.000118
+gallium_dri.so free 0x5571735f8b00 void 0.000120
+gallium_dri.so free 0x5571735f89f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000119
+gallium_dri.so free 0x5571735f8b40 void 0.000119
+gallium_dri.so free 0x5571735f8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8ab0 0.000199
+gallium_dri.so free 0x5571735f8c00 void 0.000121
+gallium_dri.so free 0x5571735f8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c40 0.000121
+gallium_dri.so free 0x5571735f8cc0 void 0.000119
+gallium_dri.so free 0x5571735f8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000119
+gallium_dri.so free 0x5571735f8d80 void 0.000118
+gallium_dri.so free 0x5571735f8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000117
+gallium_dri.so free 0x5571735f8e40 void 0.000118
+gallium_dri.so free 0x5571735f8cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e60 0.000118
+gallium_dri.so free 0x5571735f8f00 void 0.000119
+gallium_dri.so free 0x5571735f8e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000117
+gallium_dri.so free 0x5571735f8f80 void 0.000117
+gallium_dri.so free 0x5571735f8eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000118
+gallium_dri.so free 0x5571735f9000 void 0.000119
+gallium_dri.so free 0x5571735f8eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9000 0.000119
+gallium_dri.so free 0x5571735f90c0 void 0.000120
+gallium_dri.so free 0x5571735f9000 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9000 0.000117
+gallium_dri.so free 0x5571735f9180 void 0.000129
+gallium_dri.so free 0x5571735f9000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9000 0.000118
+gallium_dri.so free 0x5571735f9240 void 0.000118
+gallium_dri.so free 0x5571735f9000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91f0 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000118
+gallium_dri.so free 0x5571735f91f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f92b0 0.000120
+gallium_dri.so free 0x5571735f9380 void 0.000119
+gallium_dri.so free 0x5571735f92b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93d0 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000117
+gallium_dri.so free 0x5571735f93d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9460 0.000118
+gallium_dri.so free 0x5571735f9500 void 0.000120
+gallium_dri.so free 0x5571735f9460 void 0.000119
+gallium_dri.so malloc 72 0x5571735f94b0 0.000117
+gallium_dri.so free 0x5571735f9580 void 0.000118
+gallium_dri.so free 0x5571735f94b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f94b0 0.000117
+gallium_dri.so free 0x5571735f9600 void 0.000117
+gallium_dri.so free 0x5571735f94b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9600 0.000119
+gallium_dri.so free 0x5571735f96c0 void 0.000118
+gallium_dri.so free 0x5571735f9600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9600 0.000116
+gallium_dri.so free 0x5571735f97c0 void 0.000121
+gallium_dri.so free 0x5571735f9600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9770 0.000120
+gallium_dri.so free 0x5571735f9800 void 0.000120
+gallium_dri.so free 0x5571735f9770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9770 0.000118
+gallium_dri.so free 0x5571735f98c0 void 0.000118
+gallium_dri.so free 0x5571735f9770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9900 0.000117
+gallium_dri.so free 0x5571735f9980 void 0.000118
+gallium_dri.so free 0x5571735f9900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9980 0.000118
+gallium_dri.so free 0x5571735f9a40 void 0.000118
+gallium_dri.so free 0x5571735f9980 void 0.000135
+gallium_dri.so malloc 72 0x5571735f9980 0.000120
+gallium_dri.so free 0x5571735f9ac0 void 0.000120
+gallium_dri.so free 0x5571735f9980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9af0 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000119
+gallium_dri.so free 0x5571735f9af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9af0 0.000119
+gallium_dri.so free 0x5571735f9c40 void 0.000118
+gallium_dri.so free 0x5571735f9af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c80 0.000119
+gallium_dri.so free 0x5571735f9d00 void 0.000118
+gallium_dri.so free 0x5571735f9c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9d00 0.000124
+gallium_dri.so free 0x5571735f9dc0 void 0.000118
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d00 0.000119
+gallium_dri.so free 0x5571735f9e40 void 0.000119
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e70 0.000118
+gallium_dri.so free 0x5571735f9ec0 void 0.000118
+gallium_dri.so free 0x5571735f9e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9e70 0.000117
+gallium_dri.so free 0x5571735f9fc0 void 0.000117
+gallium_dri.so free 0x5571735f9e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9f70 0.000118
+gallium_dri.so free 0x5571735fa080 void 0.000118
+gallium_dri.so free 0x5571735f9f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa030 0.000117
+gallium_dri.so free 0x5571735fa100 void 0.000118
+gallium_dri.so free 0x5571735fa030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa030 0.000119
+gallium_dri.so free 0x5571735fa1c0 void 0.000120
+gallium_dri.so free 0x5571735fa030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa030 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so free 0x5571735fa030 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa230 0.000118
+gallium_dri.so free 0x5571735fa300 void 0.000117
+gallium_dri.so free 0x5571735fa230 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa350 0.000119
+gallium_dri.so free 0x5571735fa3c0 void 0.000118
+gallium_dri.so free 0x5571735fa350 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa3e0 0.000119
+gallium_dri.so free 0x5571735fa480 void 0.000118
+gallium_dri.so free 0x5571735fa3e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa430 0.000118
+gallium_dri.so free 0x5571735fa500 void 0.000118
+gallium_dri.so free 0x5571735fa430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa500 0.000119
+gallium_dri.so free 0x5571735fa5c0 void 0.000123
+gallium_dri.so free 0x5571735fa500 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa500 0.000118
+gallium_dri.so free 0x5571735fa640 void 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa640 0.000117
+gallium_dri.so free 0x5571735fa700 void 0.000120
+gallium_dri.so free 0x5571735fa640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa640 0.000118
+gallium_dri.so free 0x5571735fa7c0 void 0.000119
+gallium_dri.so free 0x5571735fa640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa640 0.000118
+gallium_dri.so free 0x5571735fa880 void 0.000120
+gallium_dri.so free 0x5571735fa640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa830 0.000118
+gallium_dri.so free 0x5571735fa900 void 0.000129
+gallium_dri.so free 0x5571735fa830 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa950 0.000118
+gallium_dri.so free 0x5571735fa9c0 void 0.000119
+gallium_dri.so free 0x5571735fa950 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa00 0.000120
+gallium_dri.so free 0x5571735faa80 void 0.000121
+gallium_dri.so free 0x5571735faa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa00 0.000118
+gallium_dri.so free 0x5571735fab00 void 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fab30 0.000118
+gallium_dri.so free 0x5571735fab80 void 0.000118
+gallium_dri.so free 0x5571735fab30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fab30 0.000118
+gallium_dri.so free 0x5571735fac80 void 0.000118
+gallium_dri.so free 0x5571735fab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fac30 0.000118
+gallium_dri.so free 0x5571735fad40 void 0.000118
+gallium_dri.so free 0x5571735fac30 void 0.000118
+gallium_dri.so malloc 72 0x5571735facf0 0.000118
+gallium_dri.so free 0x5571735fad80 void 0.000118
+gallium_dri.so free 0x5571735facf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735facf0 0.000117
+gallium_dri.so free 0x5571735fae40 void 0.000118
+gallium_dri.so free 0x5571735facf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735faeb0 0.000183
+gallium_dri.so free 0x5571735faf00 void 0.000129
+gallium_dri.so free 0x5571735faeb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735faeb0 0.000236
+gallium_dri.so free 0x5571735fb000 void 0.000269
+gallium_dri.so free 0x5571735faeb0 void 0.000235
+gallium_dri.so malloc 72 0x5571735fafb0 0.000235
+gallium_dri.so free 0x5571735fb0c0 void 0.000232
+gallium_dri.so free 0x5571735fafb0 void 0.000254
+gallium_dri.so malloc 72 0x5571735fb070 0.000271
+gallium_dri.so free 0x5571735fb100 void 0.000121
+gallium_dri.so free 0x5571735fb070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb070 0.000121
+gallium_dri.so free 0x5571735fb1c0 void 0.000123
+gallium_dri.so free 0x5571735fb070 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb200 0.000121
+gallium_dri.so free 0x5571735fb280 void 0.000121
+gallium_dri.so free 0x5571735fb200 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb280 0.000120
+gallium_dri.so free 0x5571735fb340 void 0.000123
+gallium_dri.so free 0x5571735fb280 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb280 0.000127
+gallium_dri.so free 0x5571735fb400 void 0.000126
+gallium_dri.so free 0x5571735fb280 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb420 0.000128
+gallium_dri.so free 0x5571735fb4c0 void 0.000126
+gallium_dri.so free 0x5571735fb420 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb470 0.000127
+gallium_dri.so free 0x5571735fb540 void 0.000126
+gallium_dri.so free 0x5571735fb470 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb470 0.000122
+gallium_dri.so free 0x5571735fb5c0 void 0.000128
+gallium_dri.so free 0x5571735fb470 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000128
+gallium_dri.so free 0x5571735fb680 void 0.000127
+gallium_dri.so free 0x5571735fb5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000125
+gallium_dri.so free 0x5571735fb740 void 0.000127
+gallium_dri.so free 0x5571735fb5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000126
+gallium_dri.so free 0x5571735fb800 void 0.000128
+gallium_dri.so free 0x5571735fb5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000124
+gallium_dri.so free 0x5571735fb8c0 void 0.000126
+gallium_dri.so free 0x5571735fb7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb870 0.000126
+gallium_dri.so free 0x5571735fb940 void 0.000129
+gallium_dri.so free 0x5571735fb870 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb990 0.000127
+gallium_dri.so free 0x5571735fba00 void 0.000126
+gallium_dri.so free 0x5571735fb990 void 0.000126
+gallium_dri.so malloc 72 0x5571735fba20 0.000128
+gallium_dri.so free 0x5571735fbac0 void 0.000127
+gallium_dri.so free 0x5571735fba20 void 0.000126
+gallium_dri.so malloc 72 0x5571735fba70 0.000126
+gallium_dri.so free 0x5571735fbb40 void 0.000128
+gallium_dri.so free 0x5571735fba70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fba70 0.000126
+gallium_dri.so free 0x5571735fbbc0 void 0.000128
+gallium_dri.so free 0x5571735fba70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000125
+gallium_dri.so free 0x5571735fbc80 void 0.000126
+gallium_dri.so free 0x5571735fbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000126
+gallium_dri.so free 0x5571735fbd80 void 0.000128
+gallium_dri.so free 0x5571735fbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbd30 0.000124
+gallium_dri.so free 0x5571735fbdc0 void 0.000125
+gallium_dri.so free 0x5571735fbd30 void 0.000206
+gallium_dri.so malloc 72 0x5571735fbd30 0.000127
+gallium_dri.so free 0x5571735fbe80 void 0.000126
+gallium_dri.so free 0x5571735fbd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbec0 0.000126
+gallium_dri.so free 0x5571735fbf40 void 0.000126
+gallium_dri.so free 0x5571735fbec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbf40 0.000127
+gallium_dri.so free 0x5571735fc000 void 0.000124
+gallium_dri.so free 0x5571735fbf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbf40 0.000128
+gallium_dri.so free 0x5571735fc080 void 0.000124
+gallium_dri.so free 0x5571735fbf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000124
+gallium_dri.so free 0x5571735fc100 void 0.000123
+gallium_dri.so free 0x5571735fc0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000126
+gallium_dri.so free 0x5571735fc200 void 0.000127
+gallium_dri.so free 0x5571735fc0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc240 0.000123
+gallium_dri.so free 0x5571735fc2c0 void 0.000126
+gallium_dri.so free 0x5571735fc240 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000123
+gallium_dri.so free 0x5571735fc380 void 0.000128
+gallium_dri.so free 0x5571735fc2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000126
+gallium_dri.so free 0x5571735fc400 void 0.000118
+gallium_dri.so free 0x5571735fc2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc430 0.000115
+gallium_dri.so free 0x5571735fc480 void 0.000117
+gallium_dri.so free 0x5571735fc430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc430 0.000115
+gallium_dri.so free 0x5571735fc580 void 0.000116
+gallium_dri.so free 0x5571735fc430 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc530 0.000117
+gallium_dri.so free 0x5571735fc640 void 0.000117
+gallium_dri.so free 0x5571735fc530 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000117
+gallium_dri.so free 0x5571735fc6c0 void 0.000116
+gallium_dri.so free 0x5571735fc5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000145
+gallium_dri.so free 0x5571735fc780 void 0.000122
+gallium_dri.so free 0x5571735fc5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000118
+gallium_dri.so free 0x5571735fc840 void 0.000119
+gallium_dri.so free 0x5571735fc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000116
+gallium_dri.so free 0x5571735fc8c0 void 0.000118
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc910 0.000120
+gallium_dri.so free 0x5571735fc980 void 0.000118
+gallium_dri.so free 0x5571735fc910 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc9a0 0.000120
+gallium_dri.so free 0x5571735fca40 void 0.000120
+gallium_dri.so free 0x5571735fc9a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcac0 0.000120
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x5571735fcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcac0 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcc00 0.000120
+gallium_dri.so free 0x5571735fccc0 void 0.000120
+gallium_dri.so free 0x5571735fcc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc00 0.000120
+gallium_dri.so free 0x5571735fcd80 void 0.000120
+gallium_dri.so free 0x5571735fcc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc00 0.000120
+gallium_dri.so free 0x5571735fce40 void 0.000120
+gallium_dri.so free 0x5571735fcc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000119
+gallium_dri.so free 0x5571735fcec0 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf10 0.000120
+gallium_dri.so free 0x5571735fcf80 void 0.000165
+gallium_dri.so free 0x5571735fcf10 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000121
+gallium_dri.so free 0x5571735fd040 void 0.000120
+gallium_dri.so free 0x5571735fcfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000122
+gallium_dri.so free 0x5571735fd0c0 void 0.000121
+gallium_dri.so free 0x5571735fcfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000120
+gallium_dri.so free 0x5571735fd140 void 0.000120
+gallium_dri.so free 0x5571735fd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000117
+gallium_dri.so free 0x5571735fd240 void 0.000122
+gallium_dri.so free 0x5571735fd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000123
+gallium_dri.so free 0x5571735fd300 void 0.000119
+gallium_dri.so free 0x5571735fd1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000119
+gallium_dri.so free 0x5571735fd340 void 0.000120
+gallium_dri.so free 0x5571735fd2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd470 0.000119
+gallium_dri.so free 0x5571735fd4c0 void 0.000121
+gallium_dri.so free 0x5571735fd470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd470 0.000130
+gallium_dri.so free 0x5571735fd5c0 void 0.000121
+gallium_dri.so free 0x5571735fd470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd570 0.000117
+gallium_dri.so free 0x5571735fd680 void 0.000118
+gallium_dri.so free 0x5571735fd570 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd630 0.000119
+gallium_dri.so free 0x5571735fd6c0 void 0.000121
+gallium_dri.so free 0x5571735fd630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd630 0.000122
+gallium_dri.so free 0x5571735fd780 void 0.000120
+gallium_dri.so free 0x5571735fd630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000120
+gallium_dri.so free 0x5571735fd840 void 0.000121
+gallium_dri.so free 0x5571735fd7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd840 0.000117
+gallium_dri.so free 0x5571735fd900 void 0.000122
+gallium_dri.so free 0x5571735fd840 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd840 0.000119
+gallium_dri.so free 0x5571735fd9c0 void 0.000117
+gallium_dri.so free 0x5571735fd840 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd9e0 0.000116
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so free 0x5571735fd9e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x5571735fdb00 void 0.000121
+gallium_dri.so free 0x5571735fda30 void 0.000128
+gallium_dri.so malloc 72 0x5571735fda30 0.000116
+gallium_dri.so free 0x5571735fdb80 void 0.000116
+gallium_dri.so free 0x5571735fda30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdb80 0.000116
+gallium_dri.so free 0x5571735fdc40 void 0.000116
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdb80 0.000115
+gallium_dri.so free 0x5571735fdd00 void 0.000116
+gallium_dri.so free 0x5571735fdb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdb80 0.000116
+gallium_dri.so free 0x5571735fddc0 void 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdd70 0.000116
+gallium_dri.so free 0x5571735fde80 void 0.000116
+gallium_dri.so free 0x5571735fdd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fde30 0.000152
+gallium_dri.so free 0x5571735fdf00 void 0.000122
+gallium_dri.so free 0x5571735fde30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdf50 0.000120
+gallium_dri.so free 0x5571735fdfc0 void 0.000120
+gallium_dri.so free 0x5571735fdf50 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdfe0 0.000116
+gallium_dri.so free 0x5571735fe080 void 0.000119
+gallium_dri.so free 0x5571735fdfe0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fe030 0.000116
+gallium_dri.so free 0x5571735fe100 void 0.000172
+gallium_dri.so free 0x5571735fe030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe030 0.000117
+gallium_dri.so free 0x5571735fe180 void 0.000120
+gallium_dri.so free 0x5571735fe030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe180 0.000118
+gallium_dri.so free 0x5571735fe240 void 0.000120
+gallium_dri.so free 0x5571735fe180 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe180 0.000120
+gallium_dri.so free 0x5571735fe340 void 0.000117
+gallium_dri.so free 0x5571735fe180 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000117
+gallium_dri.so free 0x5571735fe380 void 0.000120
+gallium_dri.so free 0x5571735fe2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000119
+gallium_dri.so free 0x5571735fe440 void 0.000117
+gallium_dri.so free 0x5571735fe2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe480 0.000117
+gallium_dri.so free 0x5571735fe500 void 0.000120
+gallium_dri.so free 0x5571735fe480 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe500 0.000121
+gallium_dri.so free 0x5571735fe5c0 void 0.000121
+gallium_dri.so free 0x5571735fe500 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe500 0.000120
+gallium_dri.so free 0x5571735fe640 void 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe670 0.000132
+gallium_dri.so free 0x5571735fe6c0 void 0.000122
+gallium_dri.so free 0x5571735fe670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe670 0.000121
+gallium_dri.so free 0x5571735fe7c0 void 0.000122
+gallium_dri.so free 0x5571735fe670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe800 0.000121
+gallium_dri.so free 0x5571735fe880 void 0.000121
+gallium_dri.so free 0x5571735fe800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe880 0.000120
+gallium_dri.so free 0x5571735fe940 void 0.000117
+gallium_dri.so free 0x5571735fe880 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe880 0.000120
+gallium_dri.so free 0x5571735fe9c0 void 0.000118
+gallium_dri.so free 0x5571735fe880 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000119
+gallium_dri.so free 0x5571735fea40 void 0.000121
+gallium_dri.so free 0x5571735fe9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000119
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so free 0x5571735fe9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735feaf0 0.000120
+gallium_dri.so free 0x5571735fec00 void 0.000117
+gallium_dri.so free 0x5571735feaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735febb0 0.000120
+gallium_dri.so free 0x5571735fec80 void 0.000119
+gallium_dri.so free 0x5571735febb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735febb0 0.000118
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so free 0x5571735febb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735febb0 0.000120
+gallium_dri.so free 0x5571735fee00 void 0.000118
+gallium_dri.so free 0x5571735febb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fedb0 0.000120
+gallium_dri.so free 0x5571735fee80 void 0.000119
+gallium_dri.so free 0x5571735fedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735feed0 0.000121
+gallium_dri.so free 0x5571735fef40 void 0.000121
+gallium_dri.so free 0x5571735feed0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fef60 0.000118
+gallium_dri.so free 0x5571735ff000 void 0.000123
+gallium_dri.so free 0x5571735fef60 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so free 0x5571735fefb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff080 0.000120
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so free 0x5571735ff080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff080 0.000121
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000116
+gallium_dri.so free 0x5571735ff280 void 0.000126
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000116
+gallium_dri.so free 0x5571735ff340 void 0.000116
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000115
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000116
+gallium_dri.so free 0x5571735ff3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000116
+gallium_dri.so free 0x5571735ff4d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff580 0.000115
+gallium_dri.so free 0x5571735ff600 void 0.000248
+gallium_dri.so free 0x5571735ff580 void 0.000202
+gallium_dri.so malloc 72 0x5571735ff580 0.000284
+gallium_dri.so free 0x5571735ff680 void 0.000279
+gallium_dri.so free 0x5571735ff580 void 0.000290
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000200
+gallium_dri.so free 0x5571735ff700 void 0.000129
+gallium_dri.so free 0x5571735ff6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000114
+gallium_dri.so free 0x5571735ff800 void 0.000151
+gallium_dri.so free 0x5571735ff6b0 void 0.000222
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000226
+gallium_dri.so free 0x5571735ff8c0 void 0.000220
+gallium_dri.so free 0x5571735ff7b0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ff870 0.000196
+gallium_dri.so free 0x5571735ff900 void 0.000122
+gallium_dri.so free 0x5571735ff870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff870 0.000124
+gallium_dri.so free 0x5571735ff9c0 void 0.000121
+gallium_dri.so free 0x5571735ff870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa30 0.000115
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ffa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa30 0.000113
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so free 0x5571735ffa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb30 0.000114
+gallium_dri.so free 0x5571735ffc40 void 0.000114
+gallium_dri.so free 0x5571735ffb30 void 0.000173
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000130
+gallium_dri.so free 0x5571735ffc80 void 0.000129
+gallium_dri.so free 0x5571735ffbf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffbf0 0.000125
+gallium_dri.so free 0x5571735ffd40 void 0.000124
+gallium_dri.so free 0x5571735ffbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd80 0.000118
+gallium_dri.so free 0x5571735ffe00 void 0.000124
+gallium_dri.so free 0x5571735ffd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffe00 0.000130
+gallium_dri.so free 0x5571735ffec0 void 0.000124
+gallium_dri.so free 0x5571735ffe00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffe00 0.000125
+gallium_dri.so free 0x5571735fff80 void 0.000124
+gallium_dri.so free 0x5571735ffe00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fffa0 0.000125
+gallium_dri.so free 0x55717345af00 void 0.000124
+gallium_dri.so free 0x5571735fffa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fffa0 0.000123
+gallium_dri.so free 0x5571735e4580 void 0.000125
+gallium_dri.so free 0x5571735fffa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e4530 0.000124
+gallium_dri.so free 0x557173457f80 void 0.000134
+gallium_dri.so free 0x5571735e4530 void 0.000117
+gallium_dri.so malloc 72 0x557173457f30 0.000115
+gallium_dri.so free 0x5571735e4740 void 0.000116
+gallium_dri.so free 0x557173457f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e46f0 0.000116
+gallium_dri.so free 0x5571735e55c0 void 0.000117
+gallium_dri.so free 0x5571735e46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5570 0.000116
+gallium_dri.so free 0x5571735e4900 void 0.000116
+gallium_dri.so free 0x5571735e5570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e48b0 0.000117
+gallium_dri.so free 0x5571735f4800 void 0.000115
+gallium_dri.so free 0x5571735e48b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f47b0 0.000115
+gallium_dri.so free 0x55717345a880 void 0.000115
+gallium_dri.so free 0x5571735f47b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a830 0.000115
+gallium_dri.so free 0x5571735b4340 void 0.000115
+gallium_dri.so free 0x55717345a830 void 0.000116
+gallium_dri.so malloc 72 0x5571735b42f0 0.000116
+gallium_dri.so free 0x557173456680 void 0.000120
+gallium_dri.so free 0x5571735b42f0 void 0.000127
+gallium_dri.so malloc 72 0x557173456630 0.000124
+gallium_dri.so free 0x5571735b4840 void 0.000119
+gallium_dri.so free 0x557173456630 void 0.000115
+gallium_dri.so malloc 72 0x5571735b47f0 0.000115
+gallium_dri.so free 0x5571735b4940 void 0.000137
+gallium_dri.so free 0x5571735b47f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4990 0.000124
+gallium_dri.so free 0x5571734572c0 void 0.000122
+gallium_dri.so free 0x5571735b4990 void 0.000119
+gallium_dri.so malloc 72 0x557173457270 0.000119
+gallium_dri.so free 0x5571735b4500 void 0.000119
+gallium_dri.so free 0x557173457270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000119
+gallium_dri.so free 0x5571735f3880 void 0.000119
+gallium_dri.so free 0x5571735b44b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3830 0.000119
+gallium_dri.so free 0x557173455700 void 0.000120
+gallium_dri.so free 0x5571735f3830 void 0.000118
+gallium_dri.so malloc 72 0x5571734556b0 0.000119
+gallium_dri.so free 0x557173459c40 void 0.000119
+gallium_dri.so free 0x5571734556b0 void 0.000119
+gallium_dri.so malloc 72 0x557173459bf0 0.000161
+gallium_dri.so free 0x557173454440 void 0.000123
+gallium_dri.so free 0x557173459bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571734543f0 0.000120
+gallium_dri.so free 0x5571735b4600 void 0.000121
+gallium_dri.so free 0x5571734543f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4630 0.000119
+gallium_dri.so free 0x5571735e4f80 void 0.000120
+gallium_dri.so free 0x5571735b4630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000142
+gallium_dri.so free 0x557173457940 void 0.000120
+gallium_dri.so free 0x5571735e4ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ff0 0.000124
+gallium_dri.so free 0x5571735e5e80 void 0.000120
+gallium_dri.so free 0x5571735e4ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5e30 0.000119
+gallium_dri.so free 0x557173458840 void 0.000119
+gallium_dri.so free 0x5571735e5e30 void 0.000118
+gallium_dri.so malloc 72 0x5571734587f0 0.000118
+gallium_dri.so free 0x557173455400 void 0.000118
+gallium_dri.so free 0x5571734587f0 void 0.000118
+gallium_dri.so malloc 72 0x557173455430 0.000118
+gallium_dri.so free 0x557173457040 void 0.000117
+gallium_dri.so free 0x557173455430 void 0.000118
+gallium_dri.so malloc 72 0x557173455430 0.000119
+gallium_dri.so free 0x55717345a600 void 0.000118
+gallium_dri.so free 0x557173455430 void 0.000117
+gallium_dri.so malloc 72 0x55717345a600 0.000117
+gallium_dri.so free 0x5571735b4b80 void 0.000117
+gallium_dri.so free 0x55717345a600 void 0.000117
+gallium_dri.so malloc 72 0x55717345a600 0.000119
+gallium_dri.so free 0x5571734563c0 void 0.000119
+gallium_dri.so free 0x55717345a600 void 0.000119
+gallium_dri.so malloc 72 0x55717345a600 0.000117
+gallium_dri.so free 0x557173456440 void 0.000127
+gallium_dri.so free 0x55717345a600 void 0.000112
+gallium_dri.so malloc 72 0x557173456470 0.000111
+gallium_dri.so free 0x5571735f4540 void 0.000111
+gallium_dri.so free 0x557173456470 void 0.000111
+gallium_dri.so malloc 72 0x557173456470 0.000110
+gallium_dri.so free 0x5571735f45c0 void 0.000111
+gallium_dri.so free 0x557173456470 void 0.000111
+gallium_dri.so malloc 72 0x5571735f45c0 0.000110
+gallium_dri.so free 0x5571735e3d40 void 0.000112
+gallium_dri.so free 0x5571735f45c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f45c0 0.000111
+gallium_dri.so free 0x5571735e3dc0 void 0.000110
+gallium_dri.so free 0x5571735f45c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3df0 0.000110
+gallium_dri.so free 0x557173455800 void 0.000110
+gallium_dri.so free 0x5571735e3df0 void 0.000110
+gallium_dri.so malloc 72 0x557173455850 0.000110
+gallium_dri.so free 0x5571734558c0 void 0.000111
+gallium_dri.so free 0x557173455850 void 0.000109
+gallium_dri.so malloc 72 0x557173455900 0.000111
+gallium_dri.so free 0x557173455980 void 0.000113
+gallium_dri.so free 0x557173455900 void 0.000116
+gallium_dri.so malloc 72 0x5571734559d0 0.000115
+gallium_dri.so free 0x5571735e3e40 void 0.000112
+gallium_dri.so free 0x5571734559d0 void 0.000110
+gallium_dri.so malloc 72 0x5571734559d0 0.000111
+gallium_dri.so free 0x5571735f3980 void 0.000113
+gallium_dri.so free 0x5571734559d0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f39b0 0.000126
+gallium_dri.so free 0x5571735f3a00 void 0.000124
+gallium_dri.so free 0x5571735f39b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f39b0 0.000121
+gallium_dri.so free 0x5571735f3b00 void 0.000119
+gallium_dri.so free 0x5571735f39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000119
+gallium_dri.so free 0x5571735e56c0 void 0.000118
+gallium_dri.so free 0x5571735f3ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5700 0.000119
+gallium_dri.so free 0x5571735e5780 void 0.000119
+gallium_dri.so free 0x5571735e5700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5700 0.000118
+gallium_dri.so free 0x5571735e5800 void 0.000119
+gallium_dri.so free 0x5571735e5700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5830 0.000118
+gallium_dri.so free 0x5571735e5880 void 0.000123
+gallium_dri.so free 0x5571735e5830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5830 0.000118
+gallium_dri.so free 0x557173458080 void 0.000119
+gallium_dri.so free 0x5571735e5830 void 0.000118
+gallium_dri.so malloc 72 0x5571734580d0 0.000117
+gallium_dri.so free 0x557173458140 void 0.000118
+gallium_dri.so free 0x5571734580d0 void 0.000119
+gallium_dri.so malloc 72 0x557173458160 0.000118
+gallium_dri.so free 0x557173458200 void 0.000133
+gallium_dri.so free 0x557173458160 void 0.000119
+gallium_dri.so malloc 72 0x5571734581b0 0.000114
+gallium_dri.so free 0x5571735e5fc0 void 0.000114
+gallium_dri.so free 0x5571734581b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734581b0 0.000114
+gallium_dri.so free 0x557173458280 void 0.000114
+gallium_dri.so free 0x5571734581b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734581b0 0.000113
+gallium_dri.so free 0x5571735e60c0 void 0.000114
+gallium_dri.so free 0x5571734581b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6070 0.000114
+gallium_dri.so free 0x5571735e6180 void 0.000116
+gallium_dri.so free 0x5571735e6070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6130 0.000113
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so free 0x5571735e6130 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000113
+gallium_dri.so free 0x55717345a1f0 void 0.000154
+gallium_dri.so malloc 72 0x55717345a1f0 0.000116
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a340 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so malloc 72 0x55717345a340 0.000114
+gallium_dri.so free 0x5571735b3ec0 void 0.000162
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3f00 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000113
+gallium_dri.so free 0x5571735b3fc0 void 0.000116
+gallium_dri.so free 0x5571735b3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4000 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4080 0.000115
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000113
+gallium_dri.so free 0x557173456cc0 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000113
+gallium_dri.so malloc 72 0x557173456c30 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000114
+gallium_dri.so malloc 72 0x557173456dd0 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000117
+gallium_dri.so free 0x557173456dd0 void 0.000114
+gallium_dri.so malloc 72 0x557173456e80 0.000113
+gallium_dri.so free 0x5571735e5a40 void 0.000113
+gallium_dri.so free 0x557173456e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a90 0.000112
+gallium_dri.so free 0x5571735e5b00 void 0.000124
+gallium_dri.so free 0x5571735e5a90 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5b20 0.000125
+gallium_dri.so free 0x5571735e5bc0 void 0.000125
+gallium_dri.so free 0x5571735e5b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b70 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000113
+gallium_dri.so free 0x5571735e5b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5b70 0.000114
+gallium_dri.so free 0x557173458400 void 0.000114
+gallium_dri.so free 0x5571735e5b70 void 0.000118
+gallium_dri.so malloc 72 0x557173458450 0.000118
+gallium_dri.so free 0x5571734584c0 void 0.000115
+gallium_dri.so free 0x557173458450 void 0.000113
+gallium_dri.so malloc 72 0x557173458500 0.000121
+gallium_dri.so free 0x557173458580 void 0.000128
+gallium_dri.so free 0x557173458500 void 0.000120
+gallium_dri.so malloc 72 0x557173458500 0.000119
+gallium_dri.so free 0x557173458600 void 0.000119
+gallium_dri.so free 0x557173458500 void 0.000114
+gallium_dri.so malloc 72 0x557173458630 0.000114
+gallium_dri.so free 0x5571735f3c40 void 0.000113
+gallium_dri.so free 0x557173458630 void 0.000114
+gallium_dri.so malloc 72 0x557173458630 0.000118
+gallium_dri.so free 0x5571735f3cc0 void 0.000125
+gallium_dri.so free 0x557173458630 void 0.000136
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000120
+gallium_dri.so free 0x5571735f3d80 void 0.000122
+gallium_dri.so free 0x5571735f3cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000123
+gallium_dri.so free 0x5571735f3e40 void 0.000123
+gallium_dri.so free 0x5571735f3cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000125
+gallium_dri.so free 0x557173455ac0 void 0.000123
+gallium_dri.so free 0x5571735f3cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000119
+gallium_dri.so free 0x557173455bc0 void 0.000124
+gallium_dri.so free 0x5571735f3cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173455b70 0.000120
+gallium_dri.so free 0x557173455c40 void 0.000119
+gallium_dri.so free 0x557173455b70 void 0.000124
+gallium_dri.so malloc 72 0x557173455c90 0.000118
+gallium_dri.so free 0x557173455d00 void 0.000113
+gallium_dri.so free 0x557173455c90 void 0.000113
+gallium_dri.so malloc 72 0x557173455d20 0.000114
+gallium_dri.so free 0x5571735f3f00 void 0.000114
+gallium_dri.so free 0x557173455d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000118
+gallium_dri.so free 0x557173456780 void 0.000124
+gallium_dri.so free 0x5571735f3eb0 void 0.000133
+gallium_dri.so malloc 72 0x5571734567c0 0.000125
+gallium_dri.so free 0x557173456840 void 0.000123
+gallium_dri.so free 0x5571734567c0 void 0.000126
+gallium_dri.so malloc 72 0x557173456840 0.000124
+gallium_dri.so free 0x557173456900 void 0.000119
+gallium_dri.so free 0x557173456840 void 0.000119
+gallium_dri.so malloc 72 0x557173456840 0.000124
+gallium_dri.so free 0x557173455dc0 void 0.000124
+gallium_dri.so free 0x557173456840 void 0.000120
+gallium_dri.so malloc 72 0x557173455d70 0.000120
+gallium_dri.so free 0x5571734569c0 void 0.000118
+gallium_dri.so free 0x557173455d70 void 0.000114
+gallium_dri.so malloc 72 0x5571734569f0 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000113
+gallium_dri.so free 0x5571734569f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734569f0 0.000123
+gallium_dri.so free 0x5571735e5100 void 0.000125
+gallium_dri.so free 0x5571734569f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e50b0 0.000135
+gallium_dri.so free 0x5571735e51c0 void 0.000116
+gallium_dri.so free 0x5571735e50b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5170 0.000118
+gallium_dri.so free 0x5571735e5200 void 0.000121
+gallium_dri.so free 0x5571735e5170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5170 0.000138
+gallium_dri.so free 0x5571735e52c0 void 0.000145
+gallium_dri.so free 0x5571735e5170 void 0.000142
+gallium_dri.so malloc 72 0x5571735e5310 0.000129
+gallium_dri.so free 0x5571735e5380 void 0.000128
+gallium_dri.so free 0x5571735e5310 void 0.000124
+gallium_dri.so malloc 72 0x5571735e53c0 0.000127
+gallium_dri.so free 0x557173457ac0 void 0.000128
+gallium_dri.so free 0x5571735e53c0 void 0.000127
+gallium_dri.so malloc 72 0x557173457a70 0.000127
+gallium_dri.so free 0x557173457b80 void 0.000128
+gallium_dri.so free 0x557173457a70 void 0.000128
+gallium_dri.so malloc 72 0x557173457b30 0.000126
+gallium_dri.so free 0x557173457bc0 void 0.000126
+gallium_dri.so free 0x557173457b30 void 0.000126
+gallium_dri.so malloc 72 0x557173457b30 0.000126
+gallium_dri.so free 0x557173457c80 void 0.000126
+gallium_dri.so free 0x557173457b30 void 0.000128
+gallium_dri.so malloc 72 0x557173457cc0 0.000126
+gallium_dri.so free 0x557173457d40 void 0.000127
+gallium_dri.so free 0x557173457cc0 void 0.000126
+gallium_dri.so malloc 72 0x557173457d40 0.000126
+gallium_dri.so free 0x557173459d40 void 0.000129
+gallium_dri.so free 0x557173457d40 void 0.000127
+gallium_dri.so malloc 72 0x557173459d80 0.000128
+gallium_dri.so free 0x557173459e00 void 0.000127
+gallium_dri.so free 0x557173459d80 void 0.000125
+gallium_dri.so malloc 72 0x557173459d80 0.000126
+gallium_dri.so free 0x557173459e80 void 0.000127
+gallium_dri.so free 0x557173459d80 void 0.000126
+gallium_dri.so malloc 72 0x557173459eb0 0.000128
+gallium_dri.so free 0x557173459f00 void 0.000128
+gallium_dri.so free 0x557173459eb0 void 0.000127
+gallium_dri.so malloc 72 0x557173459eb0 0.000127
+gallium_dri.so free 0x55717345a000 void 0.000126
+gallium_dri.so free 0x557173459eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173459fb0 0.000126
+gallium_dri.so free 0x5571735f4040 void 0.000126
+gallium_dri.so free 0x557173459fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000125
+gallium_dri.so free 0x5571735f4080 void 0.000126
+gallium_dri.so free 0x5571735f3ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000126
+gallium_dri.so free 0x5571735f4140 void 0.000128
+gallium_dri.so free 0x5571735f3ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f41b0 0.000126
+gallium_dri.so free 0x5571735f4200 void 0.000127
+gallium_dri.so free 0x5571735f41b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f41b0 0.000125
+gallium_dri.so free 0x5571735f4300 void 0.000161
+gallium_dri.so free 0x5571735f41b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f42b0 0.000126
+gallium_dri.so free 0x557173455ec0 void 0.000126
+gallium_dri.so free 0x5571735f42b0 void 0.000125
+gallium_dri.so malloc 72 0x557173455e70 0.000124
+gallium_dri.so free 0x557173455f00 void 0.000126
+gallium_dri.so free 0x557173455e70 void 0.000126
+gallium_dri.so malloc 72 0x557173455e70 0.000125
+gallium_dri.so free 0x557173455fc0 void 0.000128
+gallium_dri.so free 0x557173455e70 void 0.000123
+gallium_dri.so malloc 72 0x557173456000 0.000125
+gallium_dri.so free 0x557173456080 void 0.000128
+gallium_dri.so free 0x557173456000 void 0.000126
+gallium_dri.so malloc 72 0x557173456080 0.000127
+gallium_dri.so free 0x557173456140 void 0.000118
+gallium_dri.so free 0x557173456080 void 0.000120
+gallium_dri.so malloc 72 0x557173456080 0.000120
+gallium_dri.so free 0x5571735e4000 void 0.000119
+gallium_dri.so free 0x557173456080 void 0.000120
+gallium_dri.so malloc 72 0x557173456080 0.000122
+gallium_dri.so free 0x5571735e4080 void 0.000122
+gallium_dri.so free 0x557173456080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e40b0 0.000122
+gallium_dri.so free 0x5571735e4100 void 0.000118
+gallium_dri.so free 0x5571735e40b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e40b0 0.000122
+gallium_dri.so free 0x5571735e4200 void 0.000121
+gallium_dri.so free 0x5571735e40b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e41b0 0.000118
+gallium_dri.so free 0x5571735e42c0 void 0.000119
+gallium_dri.so free 0x5571735e41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4270 0.000121
+gallium_dri.so free 0x5571735e4300 void 0.000118
+gallium_dri.so free 0x5571735e4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4270 0.000121
+gallium_dri.so free 0x5571735e4a00 void 0.000122
+gallium_dri.so free 0x5571735e4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4a50 0.000122
+gallium_dri.so free 0x5571735e4ac0 void 0.000120
+gallium_dri.so free 0x5571735e4a50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4b00 0.000120
+gallium_dri.so free 0x5571735e4b80 void 0.000117
+gallium_dri.so free 0x5571735e4b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b80 0.000121
+gallium_dri.so free 0x5571735e4c40 void 0.000124
+gallium_dri.so free 0x5571735e4b80 void 0.000128
+gallium_dri.so malloc 72 0x5571735e4b80 0.000118
+gallium_dri.so free 0x5571735e4cc0 void 0.000121
+gallium_dri.so free 0x5571735e4b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000122
+gallium_dri.so free 0x5571735e4d40 void 0.000132
+gallium_dri.so free 0x5571735e4cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4cf0 0.000120
+gallium_dri.so free 0x5571734573c0 void 0.000120
+gallium_dri.so free 0x5571735e4cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173457410 0.000120
+gallium_dri.so free 0x557173457480 void 0.000120
+gallium_dri.so free 0x557173457410 void 0.000118
+gallium_dri.so malloc 72 0x5571734574c0 0.000121
+gallium_dri.so free 0x557173457540 void 0.000121
+gallium_dri.so free 0x5571734574c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734574c0 0.000120
+gallium_dri.so free 0x5571734575c0 void 0.000121
+gallium_dri.so free 0x5571734574c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734575f0 0.000118
+gallium_dri.so free 0x557173457640 void 0.000120
+gallium_dri.so free 0x5571734575f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734575f0 0.000120
+gallium_dri.so free 0x557173457740 void 0.000121
+gallium_dri.so free 0x5571734575f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734576f0 0.000120
+gallium_dri.so free 0x55717345a980 void 0.000120
+gallium_dri.so free 0x5571734576f0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a9a0 0.000120
+gallium_dri.so free 0x55717345aa40 void 0.000120
+gallium_dri.so free 0x55717345a9a0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a9f0 0.000132
+gallium_dri.so free 0x55717345aac0 void 0.000118
+gallium_dri.so free 0x55717345a9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a9f0 0.000121
+gallium_dri.so free 0x55717345abc0 void 0.000126
+gallium_dri.so free 0x55717345a9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ab70 0.000120
+gallium_dri.so free 0x55717345ac40 void 0.000120
+gallium_dri.so free 0x55717345ab70 void 0.000121
+gallium_dri.so malloc 72 0x55717345ac90 0.000121
+gallium_dri.so free 0x55717345ad00 void 0.000121
+gallium_dri.so free 0x55717345ac90 void 0.000121
+gallium_dri.so malloc 72 0x55717345ad20 0.000117
+gallium_dri.so free 0x55717345e480 void 0.000120
+gallium_dri.so free 0x55717345ad20 void 0.000120
+gallium_dri.so malloc 72 0x55717345e4b0 0.000119
+gallium_dri.so free 0x55717345e500 void 0.000117
+gallium_dri.so free 0x55717345e4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e4b0 0.000122
+gallium_dri.so free 0x55717345e600 void 0.000120
+gallium_dri.so free 0x55717345e4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e5b0 0.000120
+gallium_dri.so free 0x55717345e6c0 void 0.000120
+gallium_dri.so free 0x55717345e5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e670 0.000118
+gallium_dri.so free 0x55717345e740 void 0.000121
+gallium_dri.so free 0x55717345e670 void 0.000190
+gallium_dri.so malloc 72 0x55717345e670 0.000121
+gallium_dri.so free 0x55717345e800 void 0.000119
+gallium_dri.so free 0x55717345e670 void 0.000121
+gallium_dri.so malloc 72 0x55717345e670 0.000117
+gallium_dri.so free 0x55717345e8c0 void 0.000122
+gallium_dri.so free 0x55717345e670 void 0.000120
+gallium_dri.so malloc 72 0x55717345e870 0.000120
+gallium_dri.so free 0x55717345e940 void 0.000119
+gallium_dri.so free 0x55717345e870 void 0.000121
+gallium_dri.so malloc 72 0x55717345e990 0.000120
+gallium_dri.so free 0x55717345ea00 void 0.000119
+gallium_dri.so free 0x55717345e990 void 0.000121
+gallium_dri.so malloc 72 0x55717345ea20 0.000121
+gallium_dri.so free 0x5571735f49c0 void 0.000118
+gallium_dri.so free 0x55717345ea20 void 0.000121
+gallium_dri.so malloc 72 0x5571735f49f0 0.000119
+gallium_dri.so free 0x5571735f4a40 void 0.000120
+gallium_dri.so free 0x5571735f49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4a40 0.000121
+gallium_dri.so free 0x5571735f4b00 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000120
+gallium_dri.so free 0x5571735f4c00 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000121
+gallium_dri.so free 0x5571735f4cc0 void 0.000124
+gallium_dri.so free 0x5571735f4bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4c70 0.000121
+gallium_dri.so free 0x5571735f4d00 void 0.000118
+gallium_dri.so free 0x5571735f4c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c70 0.000120
+gallium_dri.so free 0x5571735f4dc0 void 0.000119
+gallium_dri.so free 0x5571735f4c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e00 0.000121
+gallium_dri.so free 0x5571735f4e80 void 0.000118
+gallium_dri.so free 0x5571735f4e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e80 0.000120
+gallium_dri.so free 0x5571735f4f40 void 0.000121
+gallium_dri.so free 0x5571735f4e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e80 0.000120
+gallium_dri.so free 0x5571735f4fc0 void 0.000123
+gallium_dri.so free 0x5571735f4e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e80 0.000121
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f4e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4e80 0.000125
+gallium_dri.so free 0x5571735f5140 void 0.000161
+gallium_dri.so free 0x5571735f4e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f50f0 0.000121
+gallium_dri.so free 0x5571735f51c0 void 0.000121
+gallium_dri.so free 0x5571735f50f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5210 0.000117
+gallium_dri.so free 0x5571735f5280 void 0.000119
+gallium_dri.so free 0x5571735f5210 void 0.000115
+gallium_dri.so malloc 72 0x5571735f52a0 0.000119
+gallium_dri.so free 0x5571735f5340 void 0.000117
+gallium_dri.so free 0x5571735f52a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52f0 0.000120
+gallium_dri.so free 0x557173458980 void 0.000120
+gallium_dri.so free 0x5571735f52f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f52f0 0.000117
+gallium_dri.so free 0x5571735f53c0 void 0.000117
+gallium_dri.so free 0x5571735f52f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52f0 0.000119
+gallium_dri.so free 0x557173458a80 void 0.000119
+gallium_dri.so free 0x5571735f52f0 void 0.000116
+gallium_dri.so malloc 72 0x557173458a30 0.000115
+gallium_dri.so free 0x557173458b40 void 0.000117
+gallium_dri.so free 0x557173458a30 void 0.000117
+gallium_dri.so malloc 72 0x557173458af0 0.000115
+gallium_dri.so free 0x557173458b80 void 0.000118
+gallium_dri.so free 0x557173458af0 void 0.000117
+gallium_dri.so malloc 72 0x557173458af0 0.000119
+gallium_dri.so free 0x557173458c40 void 0.000120
+gallium_dri.so free 0x557173458af0 void 0.000115
+gallium_dri.so malloc 72 0x557173458c80 0.000118
+gallium_dri.so free 0x557173458d00 void 0.000119
+gallium_dri.so free 0x557173458c80 void 0.000124
+gallium_dri.so malloc 72 0x557173458d00 0.000120
+gallium_dri.so free 0x557173458dc0 void 0.000119
+gallium_dri.so free 0x557173458d00 void 0.000120
+gallium_dri.so malloc 72 0x557173458d00 0.000120
+gallium_dri.so free 0x557173458e80 void 0.000121
+gallium_dri.so free 0x557173458d00 void 0.000120
+gallium_dri.so malloc 72 0x557173458ea0 0.000118
+gallium_dri.so free 0x557173458f40 void 0.000121
+gallium_dri.so free 0x557173458ea0 void 0.000120
+gallium_dri.so malloc 72 0x557173458ef0 0.000119
+gallium_dri.so free 0x557173458fc0 void 0.000119
+gallium_dri.so free 0x557173458ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173458ef0 0.000120
+gallium_dri.so free 0x557173459040 void 0.000119
+gallium_dri.so free 0x557173458ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173459040 0.000119
+gallium_dri.so free 0x557173459100 void 0.000120
+gallium_dri.so free 0x557173459040 void 0.000116
+gallium_dri.so malloc 72 0x557173459040 0.000120
+gallium_dri.so free 0x5571734591c0 void 0.000117
+gallium_dri.so free 0x557173459040 void 0.000119
+gallium_dri.so malloc 72 0x557173459040 0.000117
+gallium_dri.so free 0x557173459280 void 0.000117
+gallium_dri.so free 0x557173459040 void 0.000120
+gallium_dri.so malloc 72 0x557173459230 0.000176
+gallium_dri.so free 0x557173459340 void 0.000122
+gallium_dri.so free 0x557173459230 void 0.000120
+gallium_dri.so malloc 72 0x5571734592f0 0.000119
+gallium_dri.so free 0x5571734593c0 void 0.000121
+gallium_dri.so free 0x5571734592f0 void 0.000117
+gallium_dri.so malloc 72 0x557173459410 0.000119
+gallium_dri.so free 0x557173459480 void 0.000119
+gallium_dri.so free 0x557173459410 void 0.000119
+gallium_dri.so malloc 72 0x5571734594a0 0.000120
+gallium_dri.so free 0x557173459540 void 0.000123
+gallium_dri.so free 0x5571734594a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734594f0 0.000120
+gallium_dri.so free 0x5571734595c0 void 0.000120
+gallium_dri.so free 0x5571734594f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734594f0 0.000119
+gallium_dri.so free 0x557173459640 void 0.000120
+gallium_dri.so free 0x5571734594f0 void 0.000121
+gallium_dri.so malloc 72 0x557173459640 0.000122
+gallium_dri.so free 0x557173459700 void 0.000117
+gallium_dri.so free 0x557173459640 void 0.000120
+gallium_dri.so malloc 72 0x557173459640 0.000120
+gallium_dri.so free 0x557173459800 void 0.000121
+gallium_dri.so free 0x557173459640 void 0.000118
+gallium_dri.so malloc 72 0x5571734597b0 0.000122
+gallium_dri.so free 0x557173459840 void 0.000121
+gallium_dri.so free 0x5571734597b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734597b0 0.000121
+gallium_dri.so free 0x557173459900 void 0.000120
+gallium_dri.so free 0x5571734597b0 void 0.000119
+gallium_dri.so malloc 72 0x557173459940 0.000120
+gallium_dri.so free 0x5571734599c0 void 0.000118
+gallium_dri.so free 0x557173459940 void 0.000119
+gallium_dri.so malloc 72 0x5571734599c0 0.000117
+gallium_dri.so free 0x557173459a80 void 0.000119
+gallium_dri.so free 0x5571734599c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734599c0 0.000120
+gallium_dri.so free 0x557173459b00 void 0.000120
+gallium_dri.so free 0x5571734599c0 void 0.000121
+gallium_dri.so malloc 72 0x557173459b30 0.000116
+gallium_dri.so free 0x55717345edc0 void 0.000120
+gallium_dri.so free 0x557173459b30 void 0.000116
+gallium_dri.so malloc 72 0x557173459b30 0.000120
+gallium_dri.so free 0x55717345eec0 void 0.000116
+gallium_dri.so free 0x557173459b30 void 0.000117
+gallium_dri.so malloc 72 0x55717345ef00 0.000121
+gallium_dri.so free 0x55717345ef80 void 0.000117
+gallium_dri.so free 0x55717345ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717345ef80 0.000119
+gallium_dri.so free 0x55717345f040 void 0.000157
+gallium_dri.so free 0x55717345ef80 void 0.000118
+gallium_dri.so malloc 72 0x55717345ef80 0.000120
+gallium_dri.so free 0x55717345f0c0 void 0.000171
+gallium_dri.so free 0x55717345ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717345f0f0 0.000116
+gallium_dri.so free 0x55717345f140 void 0.000121
+gallium_dri.so free 0x55717345f0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f0f0 0.000119
+gallium_dri.so free 0x55717345f240 void 0.000121
+gallium_dri.so free 0x55717345f0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f1f0 0.000119
+gallium_dri.so free 0x55717345f300 void 0.000119
+gallium_dri.so free 0x55717345f1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f2b0 0.000119
+gallium_dri.so free 0x55717345f380 void 0.000119
+gallium_dri.so free 0x55717345f2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345f2b0 0.000120
+gallium_dri.so free 0x55717345f440 void 0.000120
+gallium_dri.so free 0x55717345f2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345f2b0 0.000120
+gallium_dri.so free 0x55717345f500 void 0.000119
+gallium_dri.so free 0x55717345f2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f4b0 0.000120
+gallium_dri.so free 0x55717345f580 void 0.000116
+gallium_dri.so free 0x55717345f4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345f5d0 0.000119
+gallium_dri.so free 0x55717345f640 void 0.000119
+gallium_dri.so free 0x55717345f5d0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f660 0.000134
+gallium_dri.so free 0x55717345f700 void 0.000117
+gallium_dri.so free 0x55717345f660 void 0.000120
+gallium_dri.so malloc 72 0x55717345f6b0 0.000117
+gallium_dri.so free 0x55717345f780 void 0.000120
+gallium_dri.so free 0x55717345f6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345f780 0.000117
+gallium_dri.so free 0x55717345f840 void 0.000121
+gallium_dri.so free 0x55717345f780 void 0.000117
+gallium_dri.so malloc 72 0x55717345f780 0.000120
+gallium_dri.so free 0x55717345f8c0 void 0.000120
+gallium_dri.so free 0x55717345f780 void 0.000117
+gallium_dri.so malloc 72 0x55717345f8c0 0.000119
+gallium_dri.so free 0x55717345f980 void 0.000119
+gallium_dri.so free 0x55717345f8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f8c0 0.000118
+gallium_dri.so free 0x55717345fa40 void 0.000119
+gallium_dri.so free 0x55717345f8c0 void 0.000116
+gallium_dri.so malloc 72 0x55717345f8c0 0.000120
+gallium_dri.so free 0x55717345fb00 void 0.000117
+gallium_dri.so free 0x55717345f8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717345fab0 0.000121
+gallium_dri.so free 0x55717345fb80 void 0.000118
+gallium_dri.so free 0x55717345fab0 void 0.000117
+gallium_dri.so malloc 72 0x55717345fbd0 0.000120
+gallium_dri.so free 0x55717345fc40 void 0.000117
+gallium_dri.so free 0x55717345fbd0 void 0.000129
+gallium_dri.so malloc 72 0x55717345fc80 0.000117
+gallium_dri.so free 0x55717345fd00 void 0.000120
+gallium_dri.so free 0x55717345fc80 void 0.000119
+gallium_dri.so malloc 72 0x55717345fc80 0.000120
+gallium_dri.so free 0x55717345fd80 void 0.000119
+gallium_dri.so free 0x55717345fc80 void 0.000119
+gallium_dri.so malloc 72 0x55717345fdb0 0.000120
+gallium_dri.so free 0x55717345fe00 void 0.000117
+gallium_dri.so free 0x55717345fdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345fdb0 0.000119
+gallium_dri.so free 0x55717345ff00 void 0.000119
+gallium_dri.so free 0x55717345fdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345feb0 0.000120
+gallium_dri.so free 0x55717345ffc0 void 0.000120
+gallium_dri.so free 0x55717345feb0 void 0.000116
+gallium_dri.so malloc 72 0x55717345ff70 0.000120
+gallium_dri.so free 0x557173460000 void 0.000117
+gallium_dri.so free 0x55717345ff70 void 0.000116
+gallium_dri.so malloc 72 0x55717345ff70 0.000117
+gallium_dri.so free 0x5571734600c0 void 0.000119
+gallium_dri.so free 0x55717345ff70 void 0.000119
+gallium_dri.so malloc 72 0x557173460130 0.000120
+gallium_dri.so free 0x557173460180 void 0.000118
+gallium_dri.so free 0x557173460130 void 0.000117
+gallium_dri.so malloc 72 0x557173460130 0.000119
+gallium_dri.so free 0x557173460280 void 0.000130
+gallium_dri.so free 0x557173460130 void 0.000119
+gallium_dri.so malloc 72 0x557173460230 0.000120
+gallium_dri.so free 0x557173460340 void 0.000118
+gallium_dri.so free 0x557173460230 void 0.000120
+gallium_dri.so malloc 72 0x5571734602f0 0.000118
+gallium_dri.so free 0x5571735c5300 void 0.000120
+gallium_dri.so free 0x5571734602f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5330 0.000118
+gallium_dri.so free 0x5571735c5380 void 0.000120
+gallium_dri.so free 0x5571735c5330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5330 0.000119
+gallium_dri.so free 0x5571735c5480 void 0.000120
+gallium_dri.so free 0x5571735c5330 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5430 0.000117
+gallium_dri.so free 0x5571735c5540 void 0.000117
+gallium_dri.so free 0x5571735c5430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c54f0 0.000124
+gallium_dri.so free 0x557173460380 void 0.000121
+gallium_dri.so free 0x5571735c54f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c54f0 0.000119
+gallium_dri.so free 0x5571735c55c0 void 0.000120
+gallium_dri.so free 0x5571735c54f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c54f0 0.000120
+gallium_dri.so free 0x5571735c5680 void 0.000127
+gallium_dri.so free 0x5571735c54f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c56c0 0.000132
+gallium_dri.so free 0x5571735c5740 void 0.000121
+gallium_dri.so free 0x5571735c56c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5740 0.000122
+gallium_dri.so free 0x5571735c5800 void 0.000118
+gallium_dri.so free 0x5571735c5740 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5740 0.000118
+gallium_dri.so free 0x5571735c5880 void 0.000121
+gallium_dri.so free 0x5571735c5740 void 0.000116
+gallium_dri.so malloc 72 0x5571735c58b0 0.000120
+gallium_dri.so free 0x5571735c5900 void 0.000118
+gallium_dri.so free 0x5571735c58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5900 0.000121
+gallium_dri.so free 0x5571735c59c0 void 0.000121
+gallium_dri.so free 0x5571735c5900 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5900 0.000116
+gallium_dri.so free 0x5571735c5ac0 void 0.000117
+gallium_dri.so free 0x5571735c5900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5a70 0.000120
+gallium_dri.so free 0x5571735c5b80 void 0.000120
+gallium_dri.so free 0x5571735c5a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b30 0.000119
+gallium_dri.so free 0x5571735c5bc0 void 0.000120
+gallium_dri.so free 0x5571735c5b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b30 0.000119
+gallium_dri.so free 0x5571735c5c80 void 0.000121
+gallium_dri.so free 0x5571735c5b30 void 0.000165
+gallium_dri.so malloc 72 0x5571735c5cc0 0.000122
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so free 0x5571735c5cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5d40 0.000120
+gallium_dri.so free 0x5571735c5e00 void 0.000117
+gallium_dri.so free 0x5571735c5d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5d40 0.000116
+gallium_dri.so free 0x5571735c5e80 void 0.000120
+gallium_dri.so free 0x5571735c5d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5d40 0.000119
+gallium_dri.so free 0x5571735c5f40 void 0.000120
+gallium_dri.so free 0x5571735c5d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5d40 0.000120
+gallium_dri.so free 0x5571735c6000 void 0.000120
+gallium_dri.so free 0x5571735c5d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000117
+gallium_dri.so free 0x5571735c6080 void 0.000120
+gallium_dri.so free 0x5571735c5fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c60d0 0.000120
+gallium_dri.so free 0x5571735c6140 void 0.000119
+gallium_dri.so free 0x5571735c60d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6160 0.000120
+gallium_dri.so free 0x5571735c6200 void 0.000117
+gallium_dri.so free 0x5571735c6160 void 0.000119
+gallium_dri.so malloc 72 0x5571735c61b0 0.000120
+gallium_dri.so free 0x5571735c6280 void 0.000132
+gallium_dri.so free 0x5571735c61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c61b0 0.000117
+gallium_dri.so free 0x5571735c6380 void 0.000120
+gallium_dri.so free 0x5571735c61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6330 0.000119
+gallium_dri.so free 0x5571735c6400 void 0.000117
+gallium_dri.so free 0x5571735c6330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6450 0.000117
+gallium_dri.so free 0x5571735c64c0 void 0.000121
+gallium_dri.so free 0x5571735c6450 void 0.000120
+gallium_dri.so malloc 72 0x5571735c64e0 0.000120
+gallium_dri.so free 0x5571735c6580 void 0.000120
+gallium_dri.so free 0x5571735c64e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6530 0.000121
+gallium_dri.so free 0x5571735c6600 void 0.000120
+gallium_dri.so free 0x5571735c6530 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6530 0.000118
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so free 0x5571735c6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6680 0.000117
+gallium_dri.so free 0x5571735c6740 void 0.000118
+gallium_dri.so free 0x5571735c6680 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6680 0.000117
+gallium_dri.so free 0x5571735c6840 void 0.000118
+gallium_dri.so free 0x5571735c6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6680 0.000177
+gallium_dri.so free 0x5571735c68c0 void 0.000122
+gallium_dri.so free 0x5571735c6680 void 0.000116
+gallium_dri.so malloc 72 0x5571735c68f0 0.000121
+gallium_dri.so free 0x5571735c6940 void 0.000116
+gallium_dri.so free 0x5571735c68f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c68f0 0.000120
+gallium_dri.so free 0x5571735c6a40 void 0.000118
+gallium_dri.so free 0x5571735c68f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c69f0 0.000121
+gallium_dri.so free 0x5571735c6b00 void 0.000118
+gallium_dri.so free 0x5571735c69f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000119
+gallium_dri.so free 0x5571735c6b40 void 0.000123
+gallium_dri.so free 0x5571735c6ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6ab0 0.000120
+gallium_dri.so free 0x5571735c6c00 void 0.000120
+gallium_dri.so free 0x5571735c6ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6c50 0.000120
+gallium_dri.so free 0x5571735c6cc0 void 0.000117
+gallium_dri.so free 0x5571735c6c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6d00 0.000120
+gallium_dri.so free 0x5571735c6d80 void 0.000121
+gallium_dri.so free 0x5571735c6d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6d80 0.000119
+gallium_dri.so free 0x5571735c6e40 void 0.000131
+gallium_dri.so free 0x5571735c6d80 void 0.000194
+gallium_dri.so malloc 72 0x5571735c6d80 0.000122
+gallium_dri.so free 0x5571735c6ec0 void 0.000122
+gallium_dri.so free 0x5571735c6d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6ef0 0.000120
+gallium_dri.so free 0x5571735c6f40 void 0.000120
+gallium_dri.so free 0x5571735c6ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6ef0 0.000117
+gallium_dri.so free 0x5571735c7040 void 0.000120
+gallium_dri.so free 0x5571735c6ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000117
+gallium_dri.so free 0x5571735c7100 void 0.000117
+gallium_dri.so free 0x5571735c6ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c70b0 0.000119
+gallium_dri.so free 0x5571735c7180 void 0.000117
+gallium_dri.so free 0x5571735c70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71a0 0.000120
+gallium_dri.so free 0x5571735c7240 void 0.000120
+gallium_dri.so free 0x5571735c71a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c71f0 0.000120
+gallium_dri.so free 0x5571735c72c0 void 0.000121
+gallium_dri.so free 0x5571735c71f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71f0 0.000120
+gallium_dri.so free 0x5571735c7340 void 0.000122
+gallium_dri.so free 0x5571735c71f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7340 0.000117
+gallium_dri.so free 0x5571735c7400 void 0.000108
+gallium_dri.so free 0x5571735c7340 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7340 0.000116
+gallium_dri.so free 0x5571735c74c0 void 0.000116
+gallium_dri.so free 0x5571735c7340 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7340 0.000116
+gallium_dri.so free 0x5571735c7580 void 0.000116
+gallium_dri.so free 0x5571735c7340 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7530 0.000116
+gallium_dri.so free 0x5571735c7580 void 0.000116
+gallium_dri.so free 0x5571735c7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7530 0.000115
+gallium_dri.so free 0x5571735c7680 void 0.000116
+gallium_dri.so free 0x5571735c7530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7630 0.000114
+gallium_dri.so free 0x5571735c7740 void 0.000118
+gallium_dri.so free 0x5571735c7630 void 0.000116
+gallium_dri.so malloc 72 0x5571735c76f0 0.000116
+gallium_dri.so free 0x5571735c7780 void 0.000116
+gallium_dri.so free 0x5571735c76f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c76f0 0.000115
+gallium_dri.so free 0x5571735c7840 void 0.000116
+gallium_dri.so free 0x5571735c76f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7880 0.000120
+gallium_dri.so free 0x5571735c7900 void 0.000120
+gallium_dri.so free 0x5571735c7880 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7900 0.000129
+gallium_dri.so free 0x5571735c79c0 void 0.000123
+gallium_dri.so free 0x5571735c7900 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7900 0.000120
+gallium_dri.so free 0x5571735c7a80 void 0.000121
+gallium_dri.so free 0x5571735c7900 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7aa0 0.000120
+gallium_dri.so free 0x5571735c7b40 void 0.000120
+gallium_dri.so free 0x5571735c7aa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7af0 0.000121
+gallium_dri.so free 0x5571735c7bc0 void 0.000120
+gallium_dri.so free 0x5571735c7af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7af0 0.000120
+gallium_dri.so free 0x5571735c7c40 void 0.000117
+gallium_dri.so free 0x5571735c7af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7c40 0.000118
+gallium_dri.so free 0x5571735c7d00 void 0.000122
+gallium_dri.so free 0x5571735c7c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7c40 0.000120
+gallium_dri.so free 0x5571735c7dc0 void 0.000123
+gallium_dri.so free 0x5571735c7c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7c40 0.000121
+gallium_dri.so free 0x5571735c7e80 void 0.000122
+gallium_dri.so free 0x5571735c7c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7e30 0.000119
+gallium_dri.so free 0x5571735c7f40 void 0.000120
+gallium_dri.so free 0x5571735c7e30 void 0.000171
+gallium_dri.so malloc 72 0x5571735c7ef0 0.000120
+gallium_dri.so free 0x5571735c7fc0 void 0.000119
+gallium_dri.so free 0x5571735c7ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8010 0.000121
+gallium_dri.so free 0x5571735c8080 void 0.000121
+gallium_dri.so free 0x5571735c8010 void 0.000121
+gallium_dri.so malloc 72 0x5571735c80a0 0.000121
+gallium_dri.so free 0x5571735c8140 void 0.000118
+gallium_dri.so free 0x5571735c80a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c80f0 0.000119
+gallium_dri.so free 0x5571735c81c0 void 0.000120
+gallium_dri.so free 0x5571735c80f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c80f0 0.000123
+gallium_dri.so free 0x5571735c8240 void 0.000121
+gallium_dri.so free 0x5571735c80f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8240 0.000117
+gallium_dri.so free 0x5571735c8300 void 0.000121
+gallium_dri.so free 0x5571735c8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8240 0.000121
+gallium_dri.so free 0x5571735c8400 void 0.000123
+gallium_dri.so free 0x5571735c8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83b0 0.000122
+gallium_dri.so free 0x5571735c8440 void 0.000122
+gallium_dri.so free 0x5571735c83b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83b0 0.000120
+gallium_dri.so free 0x5571735c8500 void 0.000167
+gallium_dri.so free 0x5571735c83b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c8540 0.000118
+gallium_dri.so free 0x5571735c85c0 void 0.000123
+gallium_dri.so free 0x5571735c8540 void 0.000122
+gallium_dri.so malloc 72 0x5571735c85c0 0.000117
+gallium_dri.so free 0x5571735c8680 void 0.000122
+gallium_dri.so free 0x5571735c85c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c85c0 0.000119
+gallium_dri.so free 0x5571735c8700 void 0.000122
+gallium_dri.so free 0x5571735c85c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8730 0.000122
+gallium_dri.so free 0x5571735c8780 void 0.000119
+gallium_dri.so free 0x5571735c8730 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8730 0.000120
+gallium_dri.so free 0x5571735c8880 void 0.000118
+gallium_dri.so free 0x5571735c8730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c88c0 0.000121
+gallium_dri.so free 0x5571735c8940 void 0.000120
+gallium_dri.so free 0x5571735c88c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8940 0.000121
+gallium_dri.so free 0x5571735c8a00 void 0.000121
+gallium_dri.so free 0x5571735c8940 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8940 0.000120
+gallium_dri.so free 0x5571735c8a80 void 0.000120
+gallium_dri.so free 0x5571735c8940 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000120
+gallium_dri.so free 0x5571735c8b00 void 0.000123
+gallium_dri.so free 0x5571735c8ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8ab0 0.000120
+gallium_dri.so free 0x5571735c8c00 void 0.000121
+gallium_dri.so free 0x5571735c8ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8bb0 0.000119
+gallium_dri.so free 0x5571735c8cc0 void 0.000120
+gallium_dri.so free 0x5571735c8bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c70 0.000120
+gallium_dri.so free 0x5571735c8d40 void 0.000117
+gallium_dri.so free 0x5571735c8c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c70 0.000118
+gallium_dri.so free 0x5571735c8e00 void 0.000118
+gallium_dri.so free 0x5571735c8c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c70 0.000118
+gallium_dri.so free 0x5571735c8ec0 void 0.000119
+gallium_dri.so free 0x5571735c8c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e70 0.000116
+gallium_dri.so free 0x5571735c8f40 void 0.000122
+gallium_dri.so free 0x5571735c8e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8f90 0.000121
+gallium_dri.so free 0x5571735c9000 void 0.000122
+gallium_dri.so free 0x5571735c8f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9020 0.000120
+gallium_dri.so free 0x5571735c90c0 void 0.000134
+gallium_dri.so free 0x5571735c9020 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9070 0.000118
+gallium_dri.so free 0x5571735c9140 void 0.000129
+gallium_dri.so free 0x5571735c9070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9140 0.000120
+gallium_dri.so free 0x5571735c9200 void 0.000122
+gallium_dri.so free 0x5571735c9140 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9140 0.000120
+gallium_dri.so free 0x5571735c9280 void 0.000123
+gallium_dri.so free 0x5571735c9140 void 0.000123
+gallium_dri.so malloc 72 0x5571735c9280 0.000117
+gallium_dri.so free 0x5571735c9340 void 0.000123
+gallium_dri.so free 0x5571735c9280 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9280 0.000119
+gallium_dri.so free 0x5571735c9400 void 0.000120
+gallium_dri.so free 0x5571735c9280 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9280 0.000119
+gallium_dri.so free 0x5571735c94c0 void 0.000121
+gallium_dri.so free 0x5571735c9280 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9470 0.000120
+gallium_dri.so free 0x557173462440 void 0.000121
+gallium_dri.so free 0x5571735c9470 void 0.000119
+gallium_dri.so malloc 72 0x557173462490 0.000121
+gallium_dri.so free 0x557173462500 void 0.000123
+gallium_dri.so free 0x557173462490 void 0.000120
+gallium_dri.so malloc 72 0x557173462540 0.000130
+gallium_dri.so free 0x5571734625c0 void 0.000121
+gallium_dri.so free 0x557173462540 void 0.000119
+gallium_dri.so malloc 72 0x557173462540 0.000119
+gallium_dri.so free 0x557173462640 void 0.000116
+gallium_dri.so free 0x557173462540 void 0.000120
+gallium_dri.so malloc 72 0x557173462670 0.000119
+gallium_dri.so free 0x5571734626c0 void 0.000121
+gallium_dri.so free 0x557173462670 void 0.000116
+gallium_dri.so malloc 72 0x557173462670 0.000119
+gallium_dri.so free 0x5571734627c0 void 0.000120
+gallium_dri.so free 0x557173462670 void 0.000118
+gallium_dri.so malloc 72 0x557173462770 0.000116
+gallium_dri.so free 0x557173462880 void 0.000119
+gallium_dri.so free 0x557173462770 void 0.000119
+gallium_dri.so malloc 72 0x557173462830 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so free 0x557173462830 void 0.000116
+gallium_dri.so malloc 72 0x557173462830 0.000121
+gallium_dri.so free 0x557173462980 void 0.000121
+gallium_dri.so free 0x557173462830 void 0.000118
+gallium_dri.so malloc 72 0x5571734629f0 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000116
+gallium_dri.so free 0x5571734629f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734629f0 0.000120
+gallium_dri.so free 0x557173462b40 void 0.000121
+gallium_dri.so free 0x5571734629f0 void 0.000171
+gallium_dri.so malloc 72 0x557173462af0 0.000123
+gallium_dri.so free 0x557173462c00 void 0.000121
+gallium_dri.so free 0x557173462af0 void 0.000119
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x557173462c40 void 0.000120
+gallium_dri.so free 0x557173462bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x557173462d00 void 0.000121
+gallium_dri.so free 0x557173462bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173462d40 0.000120
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x557173462d40 void 0.000120
+gallium_dri.so malloc 72 0x557173462dc0 0.000120
+gallium_dri.so free 0x557173462e80 void 0.000120
+gallium_dri.so free 0x557173462dc0 void 0.000116
+gallium_dri.so malloc 72 0x557173462dc0 0.000121
+gallium_dri.so free 0x557173462f40 void 0.000120
+gallium_dri.so free 0x557173462dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173462f60 0.000126
+gallium_dri.so free 0x557173463000 void 0.000121
+gallium_dri.so free 0x557173462f60 void 0.000119
+gallium_dri.so malloc 72 0x557173462fb0 0.000117
+gallium_dri.so free 0x557173463080 void 0.000119
+gallium_dri.so free 0x557173462fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173462fb0 0.000119
+gallium_dri.so free 0x557173463100 void 0.000132
+gallium_dri.so free 0x557173462fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173463100 0.000120
+gallium_dri.so free 0x5571734631c0 void 0.000117
+gallium_dri.so free 0x557173463100 void 0.000118
+gallium_dri.so malloc 72 0x557173463100 0.000118
+gallium_dri.so free 0x557173463280 void 0.000120
+gallium_dri.so free 0x557173463100 void 0.000121
+gallium_dri.so malloc 72 0x557173463100 0.000117
+gallium_dri.so free 0x557173463340 void 0.000118
+gallium_dri.so free 0x557173463100 void 0.000119
+gallium_dri.so malloc 72 0x5571734632f0 0.000119
+gallium_dri.so free 0x557173463400 void 0.000120
+gallium_dri.so free 0x5571734632f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000121
+gallium_dri.so free 0x557173463480 void 0.000120
+gallium_dri.so free 0x5571734633b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734634d0 0.000120
+gallium_dri.so free 0x557173463540 void 0.000121
+gallium_dri.so free 0x5571734634d0 void 0.000121
+gallium_dri.so malloc 72 0x557173463560 0.000118
+gallium_dri.so free 0x557173463600 void 0.000122
+gallium_dri.so free 0x557173463560 void 0.000119
+gallium_dri.so malloc 72 0x5571734635b0 0.000120
+gallium_dri.so free 0x557173463680 void 0.000121
+gallium_dri.so free 0x5571734635b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734635b0 0.000129
+gallium_dri.so free 0x557173463700 void 0.000121
+gallium_dri.so free 0x5571734635b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463700 0.000120
+gallium_dri.so free 0x5571734637c0 void 0.000121
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so malloc 72 0x557173463700 0.000119
+gallium_dri.so free 0x5571734638c0 void 0.000120
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so malloc 72 0x557173463870 0.000117
+gallium_dri.so free 0x557173463900 void 0.000120
+gallium_dri.so free 0x557173463870 void 0.000119
+gallium_dri.so malloc 72 0x557173463870 0.000120
+gallium_dri.so free 0x5571734639c0 void 0.000120
+gallium_dri.so free 0x557173463870 void 0.000119
+gallium_dri.so malloc 72 0x557173463a00 0.000121
+gallium_dri.so free 0x557173463a80 void 0.000120
+gallium_dri.so free 0x557173463a00 void 0.000118
+gallium_dri.so malloc 72 0x557173463a80 0.000121
+gallium_dri.so free 0x557173463b40 void 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000119
+gallium_dri.so malloc 72 0x557173463a80 0.000119
+gallium_dri.so free 0x557173463bc0 void 0.000123
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so malloc 72 0x557173463bf0 0.000119
+gallium_dri.so free 0x557173463c40 void 0.000120
+gallium_dri.so free 0x557173463bf0 void 0.000189
+gallium_dri.so malloc 72 0x557173463bf0 0.000118
+gallium_dri.so free 0x557173463d40 void 0.000121
+gallium_dri.so free 0x557173463bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173463d80 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so free 0x557173463d80 void 0.000118
+gallium_dri.so malloc 72 0x557173463e00 0.000119
+gallium_dri.so free 0x557173463ec0 void 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000124
+gallium_dri.so malloc 72 0x557173463e00 0.000120
+gallium_dri.so free 0x557173463f40 void 0.000122
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so malloc 72 0x557173463f70 0.000120
+gallium_dri.so free 0x557173463fc0 void 0.000120
+gallium_dri.so free 0x557173463f70 void 0.000119
+gallium_dri.so malloc 72 0x557173463f70 0.000120
+gallium_dri.so free 0x5571734640c0 void 0.000120
+gallium_dri.so free 0x557173463f70 void 0.000116
+gallium_dri.so malloc 72 0x557173464070 0.000121
+gallium_dri.so free 0x557173464180 void 0.000118
+gallium_dri.so free 0x557173464070 void 0.000117
+gallium_dri.so malloc 72 0x557173464130 0.000120
+gallium_dri.so free 0x557173464200 void 0.000121
+gallium_dri.so free 0x557173464130 void 0.000120
+gallium_dri.so malloc 72 0x557173464130 0.000119
+gallium_dri.so free 0x5571734642c0 void 0.000123
+gallium_dri.so free 0x557173464130 void 0.000120
+gallium_dri.so malloc 72 0x557173464130 0.000121
+gallium_dri.so free 0x557173464380 void 0.000120
+gallium_dri.so free 0x557173464130 void 0.000120
+gallium_dri.so malloc 72 0x557173464330 0.000120
+gallium_dri.so free 0x557173464400 void 0.000121
+gallium_dri.so free 0x557173464330 void 0.000117
+gallium_dri.so malloc 72 0x557173464450 0.000119
+gallium_dri.so free 0x5571734644c0 void 0.000120
+gallium_dri.so free 0x557173464450 void 0.000120
+gallium_dri.so malloc 72 0x5571734644e0 0.000120
+gallium_dri.so free 0x557173464580 void 0.000120
+gallium_dri.so free 0x5571734644e0 void 0.000119
+gallium_dri.so malloc 72 0x557173464530 0.000119
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so free 0x557173464530 void 0.000116
+gallium_dri.so malloc 72 0x557173464600 0.000120
+gallium_dri.so free 0x5571734646c0 void 0.000117
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so malloc 72 0x557173464600 0.000117
+gallium_dri.so free 0x557173464740 void 0.000120
+gallium_dri.so free 0x557173464600 void 0.000119
+gallium_dri.so malloc 72 0x557173464740 0.000119
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so free 0x557173464740 void 0.000119
+gallium_dri.so malloc 72 0x557173464740 0.000129
+gallium_dri.so free 0x5571734648c0 void 0.000121
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so malloc 72 0x557173464740 0.000118
+gallium_dri.so free 0x557173464980 void 0.000119
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so malloc 72 0x557173464930 0.000120
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x557173464930 void 0.000120
+gallium_dri.so malloc 72 0x557173464a50 0.000120
+gallium_dri.so free 0x557173464ac0 void 0.000120
+gallium_dri.so free 0x557173464a50 void 0.000120
+gallium_dri.so malloc 72 0x557173464b00 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x557173464b00 void 0.000116
+gallium_dri.so malloc 72 0x557173464b00 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000120
+gallium_dri.so free 0x557173464b00 void 0.000119
+gallium_dri.so malloc 72 0x557173464c30 0.000119
+gallium_dri.so free 0x557173464c80 void 0.000121
+gallium_dri.so free 0x557173464c30 void 0.000116
+gallium_dri.so malloc 72 0x557173464c30 0.000120
+gallium_dri.so free 0x557173464d80 void 0.000119
+gallium_dri.so free 0x557173464c30 void 0.000118
+gallium_dri.so malloc 72 0x557173464d30 0.000120
+gallium_dri.so free 0x557173464e40 void 0.000119
+gallium_dri.so free 0x557173464d30 void 0.000135
+gallium_dri.so malloc 72 0x557173464df0 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x557173464df0 void 0.000120
+gallium_dri.so malloc 72 0x557173464df0 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000120
+gallium_dri.so free 0x557173464df0 void 0.000120
+gallium_dri.so malloc 72 0x557173464fb0 0.000119
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173464fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173464fb0 0.000119
+gallium_dri.so free 0x557173465100 void 0.000121
+gallium_dri.so free 0x557173464fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734650b0 0.000121
+gallium_dri.so free 0x5571734651c0 void 0.000120
+gallium_dri.so free 0x5571734650b0 void 0.000120
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x557173465200 void 0.000118
+gallium_dri.so free 0x557173465170 void 0.000119
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so free 0x557173465170 void 0.000119
+gallium_dri.so malloc 72 0x557173465300 0.000117
+gallium_dri.so free 0x557173465380 void 0.000118
+gallium_dri.so free 0x557173465300 void 0.000119
+gallium_dri.so malloc 72 0x557173465380 0.000116
+gallium_dri.so free 0x557173465440 void 0.000131
+gallium_dri.so free 0x557173465380 void 0.000121
+gallium_dri.so malloc 72 0x557173465380 0.000121
+gallium_dri.so free 0x557173465500 void 0.000117
+gallium_dri.so free 0x557173465380 void 0.000117
+gallium_dri.so malloc 72 0x557173465520 0.000119
+gallium_dri.so free 0x5571734655c0 void 0.000118
+gallium_dri.so free 0x557173465520 void 0.000116
+gallium_dri.so malloc 72 0x557173465570 0.000121
+gallium_dri.so free 0x557173465640 void 0.000116
+gallium_dri.so free 0x557173465570 void 0.000117
+gallium_dri.so malloc 72 0x557173465570 0.000120
+gallium_dri.so free 0x5571734656c0 void 0.000117
+gallium_dri.so free 0x557173465570 void 0.000117
+gallium_dri.so malloc 72 0x5571734656c0 0.000119
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so free 0x5571734656c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656c0 0.000117
+gallium_dri.so free 0x557173465840 void 0.000121
+gallium_dri.so free 0x5571734656c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734656c0 0.000120
+gallium_dri.so free 0x557173465900 void 0.000116
+gallium_dri.so free 0x5571734656c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734658b0 0.000116
+gallium_dri.so free 0x5571734659c0 void 0.000116
+gallium_dri.so free 0x5571734658b0 void 0.000120
+gallium_dri.so malloc 72 0x557173465970 0.000171
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so free 0x557173465970 void 0.000121
+gallium_dri.so malloc 72 0x557173465a90 0.000118
+gallium_dri.so free 0x557173465b00 void 0.000118
+gallium_dri.so free 0x557173465a90 void 0.000116
+gallium_dri.so malloc 72 0x557173465b20 0.000120
+gallium_dri.so free 0x557173465bc0 void 0.000118
+gallium_dri.so free 0x557173465b20 void 0.000117
+gallium_dri.so malloc 72 0x557173465b70 0.000116
+gallium_dri.so free 0x557173465c40 void 0.000117
+gallium_dri.so free 0x557173465b70 void 0.000119
+gallium_dri.so malloc 72 0x557173465b70 0.000117
+gallium_dri.so free 0x557173465cc0 void 0.000120
+gallium_dri.so free 0x557173465b70 void 0.000122
+gallium_dri.so malloc 72 0x557173465cc0 0.000119
+gallium_dri.so free 0x557173465d80 void 0.000125
+gallium_dri.so free 0x557173465cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173465cc0 0.000120
+gallium_dri.so free 0x557173465e80 void 0.000120
+gallium_dri.so free 0x557173465cc0 void 0.000116
+gallium_dri.so malloc 72 0x557173465e30 0.000117
+gallium_dri.so free 0x557173465ec0 void 0.000120
+gallium_dri.so free 0x557173465e30 void 0.000120
+gallium_dri.so malloc 72 0x557173465e30 0.000121
+gallium_dri.so free 0x557173465f80 void 0.000120
+gallium_dri.so free 0x557173465e30 void 0.000130
+gallium_dri.so malloc 72 0x557173465fc0 0.000121
+gallium_dri.so free 0x557173466040 void 0.000119
+gallium_dri.so free 0x557173465fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x557173466100 void 0.000120
+gallium_dri.so free 0x557173466040 void 0.000118
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so free 0x557173466040 void 0.000118
+gallium_dri.so malloc 72 0x5571734661b0 0.000121
+gallium_dri.so free 0x557173466200 void 0.000120
+gallium_dri.so free 0x5571734661b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734661b0 0.000119
+gallium_dri.so free 0x557173466300 void 0.000119
+gallium_dri.so free 0x5571734661b0 void 0.000116
+gallium_dri.so malloc 72 0x557173466340 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000121
+gallium_dri.so free 0x557173466340 void 0.000120
+gallium_dri.so malloc 72 0x5571734663c0 0.000120
+gallium_dri.so free 0x557173466480 void 0.000121
+gallium_dri.so free 0x5571734663c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734663c0 0.000120
+gallium_dri.so free 0x557173466500 void 0.000117
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so malloc 72 0x557173466530 0.000116
+gallium_dri.so free 0x557173466580 void 0.000131
+gallium_dri.so free 0x557173466530 void 0.000116
+gallium_dri.so malloc 72 0x557173466530 0.000120
+gallium_dri.so free 0x557173466680 void 0.000120
+gallium_dri.so free 0x557173466530 void 0.000120
+gallium_dri.so malloc 72 0x557173466630 0.000118
+gallium_dri.so free 0x557173466740 void 0.000123
+gallium_dri.so free 0x557173466630 void 0.000121
+gallium_dri.so malloc 72 0x5571734666f0 0.000120
+gallium_dri.so free 0x5571734667c0 void 0.000120
+gallium_dri.so free 0x5571734666f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734666f0 0.000121
+gallium_dri.so free 0x557173466880 void 0.000121
+gallium_dri.so free 0x5571734666f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734666f0 0.000119
+gallium_dri.so free 0x557173466940 void 0.000117
+gallium_dri.so free 0x5571734666f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734668f0 0.000117
+gallium_dri.so free 0x5571734669c0 void 0.000118
+gallium_dri.so free 0x5571734668f0 void 0.000120
+gallium_dri.so malloc 72 0x557173466a10 0.000119
+gallium_dri.so free 0x557173466a80 void 0.000119
+gallium_dri.so free 0x557173466a10 void 0.000117
+gallium_dri.so malloc 72 0x557173466aa0 0.000119
+gallium_dri.so free 0x557173466b40 void 0.000120
+gallium_dri.so free 0x557173466aa0 void 0.000119
+gallium_dri.so malloc 72 0x557173466af0 0.000130
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so free 0x557173466af0 void 0.000119
+gallium_dri.so malloc 72 0x557173466bc0 0.000119
+gallium_dri.so free 0x557173466c80 void 0.000122
+gallium_dri.so free 0x557173466bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466bc0 0.000125
+gallium_dri.so free 0x557173466d00 void 0.000121
+gallium_dri.so free 0x557173466bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466d00 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000121
+gallium_dri.so free 0x557173466d00 void 0.000119
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466e80 void 0.000121
+gallium_dri.so free 0x557173466d00 void 0.000119
+gallium_dri.so malloc 72 0x557173466d00 0.000119
+gallium_dri.so free 0x557173466f40 void 0.000120
+gallium_dri.so free 0x557173466d00 void 0.000119
+gallium_dri.so malloc 72 0x557173466ef0 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000118
+gallium_dri.so free 0x557173466ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173467010 0.000117
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173467010 void 0.000120
+gallium_dri.so malloc 72 0x5571734670c0 0.000120
+gallium_dri.so free 0x557173467140 void 0.000118
+gallium_dri.so free 0x5571734670c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734670c0 0.000122
+gallium_dri.so free 0x5571734671c0 void 0.000121
+gallium_dri.so free 0x5571734670c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734671f0 0.000119
+gallium_dri.so free 0x557173467240 void 0.000120
+gallium_dri.so free 0x5571734671f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734671f0 0.000119
+gallium_dri.so free 0x557173467340 void 0.000122
+gallium_dri.so free 0x5571734671f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734672f0 0.000117
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so free 0x5571734672f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673b0 0.000120
+gallium_dri.so free 0x557173467440 void 0.000121
+gallium_dri.so free 0x5571734673b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734673b0 0.000120
+gallium_dri.so free 0x557173467500 void 0.000118
+gallium_dri.so free 0x5571734673b0 void 0.000119
+gallium_dri.so malloc 72 0x557173467570 0.000118
+gallium_dri.so free 0x5571734675c0 void 0.000116
+gallium_dri.so free 0x557173467570 void 0.000121
+gallium_dri.so malloc 72 0x557173467570 0.000119
+gallium_dri.so free 0x5571734676c0 void 0.000119
+gallium_dri.so free 0x557173467570 void 0.000119
+gallium_dri.so malloc 72 0x557173467670 0.000120
+gallium_dri.so free 0x557173467780 void 0.000253
+gallium_dri.so free 0x557173467670 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000121
+gallium_dri.so free 0x5571734677c0 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000117
+gallium_dri.so malloc 72 0x557173467730 0.000120
+gallium_dri.so free 0x557173467880 void 0.000118
+gallium_dri.so free 0x557173467730 void 0.000116
+gallium_dri.so malloc 72 0x5571734678c0 0.000122
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571734678c0 void 0.000119
+gallium_dri.so malloc 72 0x557173467990 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x557173467990 void 0.000117
+gallium_dri.so malloc 72 0x557173467990 0.000117
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x557173467990 void 0.000120
+gallium_dri.so malloc 72 0x557173467990 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000121
+gallium_dri.so free 0x557173467990 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb530 0.000118
+gallium_dri.so free 0x5571735eb580 void 0.000117
+gallium_dri.so free 0x5571735eb530 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb530 0.000118
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so free 0x5571735eb530 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb630 0.000123
+gallium_dri.so free 0x5571735eb740 void 0.000117
+gallium_dri.so free 0x5571735eb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000122
+gallium_dri.so free 0x5571735eb780 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000120
+gallium_dri.so free 0x5571735eb840 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb890 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000122
+gallium_dri.so free 0x5571735eb890 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb940 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571735eb940 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000117
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebb30 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000119
+gallium_dri.so free 0x5571735ebb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebb30 0.000117
+gallium_dri.so free 0x5571735ebc80 void 0.000121
+gallium_dri.so free 0x5571735ebb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebc30 0.000117
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so free 0x5571735ebc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebde0 0.000121
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so free 0x5571735ebde0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebe30 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000122
+gallium_dri.so free 0x5571735ebe30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe30 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000121
+gallium_dri.so free 0x5571735ebe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf80 0.000119
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf80 0.000119
+gallium_dri.so free 0x5571735ec100 void 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf80 0.000116
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ebf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec170 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000192
+gallium_dri.so free 0x5571735ec170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec170 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so free 0x5571735ec170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec270 0.000117
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so free 0x5571735ec270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec330 0.000120
+gallium_dri.so free 0x5571735ec3c0 void 0.000120
+gallium_dri.so free 0x5571735ec330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec330 0.000121
+gallium_dri.so free 0x5571735ec480 void 0.000125
+gallium_dri.so free 0x5571735ec330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000122
+gallium_dri.so free 0x5571735ec4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec540 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec540 0.000119
+gallium_dri.so free 0x5571735ec6c0 void 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000120
+gallium_dri.so free 0x5571735ec780 void 0.000117
+gallium_dri.so free 0x5571735ec6e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec730 0.000123
+gallium_dri.so free 0x5571735ec800 void 0.000122
+gallium_dri.so free 0x5571735ec730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec730 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec880 0.000122
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec880 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec880 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca70 0.000119
+gallium_dri.so free 0x5571735ecb80 void 0.000119
+gallium_dri.so free 0x5571735eca70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecb30 0.000117
+gallium_dri.so free 0x5571735ecc00 void 0.000120
+gallium_dri.so free 0x5571735ecb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc50 0.000117
+gallium_dri.so free 0x5571735eccc0 void 0.000117
+gallium_dri.so free 0x5571735ecc50 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecce0 0.000119
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735ecce0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecd30 0.000118
+gallium_dri.so free 0x5571735ece00 void 0.000118
+gallium_dri.so free 0x5571735ecd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd30 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000116
+gallium_dri.so free 0x5571735ecd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ece80 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ece80 0.000119
+gallium_dri.so free 0x5571735ed040 void 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecff0 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000122
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecff0 0.000118
+gallium_dri.so free 0x5571735ed140 void 0.000121
+gallium_dri.so free 0x5571735ecff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed180 0.000118
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed200 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed200 0.000118
+gallium_dri.so free 0x5571735ed340 void 0.000126
+gallium_dri.so free 0x5571735ed200 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed370 0.000116
+gallium_dri.so free 0x5571735ed3c0 void 0.000119
+gallium_dri.so free 0x5571735ed370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed370 0.000117
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed500 0.000119
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so free 0x5571735ed500 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed580 0.000120
+gallium_dri.so free 0x5571735ed640 void 0.000122
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed580 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735ed740 void 0.000121
+gallium_dri.so free 0x5571735ed6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000122
+gallium_dri.so free 0x5571735ed900 void 0.000121
+gallium_dri.so free 0x5571735ed7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000131
+gallium_dri.so free 0x5571735ed980 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735edb00 void 0.000119
+gallium_dri.so free 0x5571735ed8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edab0 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edbd0 0.000122
+gallium_dri.so free 0x5571735edc40 void 0.000123
+gallium_dri.so free 0x5571735edbd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc60 0.000120
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edc60 void 0.000120
+gallium_dri.so malloc 72 0x5571735edcb0 0.000117
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd80 0.000122
+gallium_dri.so free 0x5571735ede40 void 0.000122
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd80 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000122
+gallium_dri.so free 0x5571735edd80 void 0.000167
+gallium_dri.so malloc 72 0x5571735edec0 0.000118
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edec0 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edec0 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000118
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000121
+gallium_dri.so free 0x5571735ee240 void 0.000123
+gallium_dri.so free 0x5571735ee1d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee280 0.000122
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee280 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee280 0.000120
+gallium_dri.so free 0x5571735ee380 void 0.000122
+gallium_dri.so free 0x5571735ee280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000121
+gallium_dri.so free 0x5571735ee400 void 0.000121
+gallium_dri.so free 0x5571735ee3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000131
+gallium_dri.so free 0x5571735ee500 void 0.000124
+gallium_dri.so free 0x5571735ee3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000122
+gallium_dri.so free 0x5571735ee5c0 void 0.000120
+gallium_dri.so free 0x5571735ee4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee570 0.000121
+gallium_dri.so free 0x5571735ee600 void 0.000122
+gallium_dri.so free 0x5571735ee570 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee570 0.000120
+gallium_dri.so free 0x5571735ee6c0 void 0.000118
+gallium_dri.so free 0x5571735ee570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee730 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000121
+gallium_dri.so free 0x5571735ee730 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee730 0.000120
+gallium_dri.so free 0x5571735ee880 void 0.000119
+gallium_dri.so free 0x5571735ee730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee830 0.000118
+gallium_dri.so free 0x5571735ee940 void 0.000118
+gallium_dri.so free 0x5571735ee830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000119
+gallium_dri.so free 0x5571735eea40 void 0.000122
+gallium_dri.so free 0x5571735ee8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eea80 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000121
+gallium_dri.so free 0x5571735eea80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeb00 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeb00 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000117
+gallium_dri.so free 0x5571735eeb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeca0 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000121
+gallium_dri.so free 0x5571735eeca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eecf0 0.000117
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eecf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eecf0 0.000122
+gallium_dri.so free 0x5571735eee40 void 0.000121
+gallium_dri.so free 0x5571735eecf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee40 0.000121
+gallium_dri.so free 0x5571735eef00 void 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee40 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee40 0.000121
+gallium_dri.so free 0x5571735ef080 void 0.000130
+gallium_dri.so free 0x5571735eee40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef030 0.000120
+gallium_dri.so free 0x5571735ef140 void 0.000120
+gallium_dri.so free 0x5571735ef030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000196
+gallium_dri.so free 0x5571735ef1c0 void 0.000174
+gallium_dri.so free 0x5571735ef0f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735ef210 0.000168
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so free 0x5571735ef210 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so free 0x5571735ef2a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000116
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000113
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000115
+gallium_dri.so free 0x5571735ef5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000115
+gallium_dri.so free 0x5571735ef700 void 0.000115
+gallium_dri.so free 0x5571735ef5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef740 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000115
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000249
+gallium_dri.so free 0x5571735ef980 void 0.000187
+gallium_dri.so free 0x5571735ef930 void 0.000186
+gallium_dri.so malloc 72 0x5571735ef930 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735efac0 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb40 0.000184
+gallium_dri.so free 0x5571735efc00 void 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb40 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcb0 0.000114
+gallium_dri.so free 0x5571735efd00 void 0.000115
+gallium_dri.so free 0x5571735efcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcb0 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efdb0 0.000115
+gallium_dri.so free 0x5571735efec0 void 0.000116
+gallium_dri.so free 0x5571735efdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so free 0x5571735efe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe70 0.000115
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000116
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0190 0.000127
+gallium_dri.so free 0x5571735f0200 void 0.000116
+gallium_dri.so free 0x5571735f0190 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0220 0.000116
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f0220 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0270 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f0270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0340 0.000117
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000116
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0480 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0670 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0790 0.000128
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f0790 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0840 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0840 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000115
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0970 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000115
+gallium_dri.so free 0x5571735f0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0970 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000113
+gallium_dri.so free 0x5571735f0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a70 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000116
+gallium_dri.so free 0x5571735f0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000114
+gallium_dri.so free 0x5571735f0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0c80 void 0.000116
+gallium_dri.so free 0x5571735f0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so free 0x5571735f0cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000182
+gallium_dri.so free 0x5571735f0e40 void 0.000116
+gallium_dri.so free 0x5571735f0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0df0 0.000115
+gallium_dri.so free 0x5571735f0f00 void 0.000114
+gallium_dri.so free 0x5571735f0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1040 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10c0 0.000120
+gallium_dri.so free 0x5571735f1180 void 0.000116
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10c0 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1260 0.000118
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f1260 void 0.000115
+gallium_dri.so malloc 72 0x5571735f12b0 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f12b0 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000116
+gallium_dri.so free 0x5571735f12b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1400 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1400 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000116
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1400 0.000115
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f15f0 0.000117
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16b0 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000117
+gallium_dri.so free 0x5571735f16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17d0 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000123
+gallium_dri.so free 0x5571735f17d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1860 0.000123
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so free 0x5571735f1860 void 0.000115
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000132
+gallium_dri.so free 0x5571735f18b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f18b0 0.000125
+gallium_dri.so free 0x5571735f1a00 void 0.000119
+gallium_dri.so free 0x5571735f18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a00 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000123
+gallium_dri.so free 0x5571735f1a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1a00 0.000122
+gallium_dri.so free 0x5571735f1bc0 void 0.000124
+gallium_dri.so free 0x5571735f1a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so free 0x5571735f1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so free 0x5571735f1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1d00 0.000124
+gallium_dri.so free 0x5571735f1d80 void 0.000124
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1d80 0.000123
+gallium_dri.so free 0x5571735f1e40 void 0.000124
+gallium_dri.so free 0x5571735f1d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1d80 0.000134
+gallium_dri.so free 0x5571735f1ec0 void 0.000124
+gallium_dri.so free 0x5571735f1d80 void 0.000146
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000175
+gallium_dri.so free 0x5571735f1f40 void 0.000138
+gallium_dri.so free 0x5571735f1ef0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000224
+gallium_dri.so free 0x5571735f2040 void 0.000221
+gallium_dri.so free 0x5571735f1ef0 void 0.000198
+gallium_dri.so malloc 72 0x5571735f2080 0.000225
+gallium_dri.so free 0x5571735f2100 void 0.000219
+gallium_dri.so free 0x5571735f2080 void 0.000198
+gallium_dri.so malloc 72 0x5571735f2100 0.000126
+gallium_dri.so free 0x5571735f21c0 void 0.000130
+gallium_dri.so free 0x5571735f2100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2100 0.000126
+gallium_dri.so free 0x5571735f2240 void 0.000125
+gallium_dri.so free 0x5571735f2100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2270 0.000142
+gallium_dri.so free 0x5571735f22c0 void 0.000125
+gallium_dri.so free 0x5571735f2270 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2270 0.000131
+gallium_dri.so free 0x5571735f23c0 void 0.000129
+gallium_dri.so free 0x5571735f2270 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2370 0.000145
+gallium_dri.so free 0x5571735f2480 void 0.000142
+gallium_dri.so free 0x5571735f2370 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2430 0.000128
+gallium_dri.so free 0x5571735f2500 void 0.000129
+gallium_dri.so free 0x5571735f2430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2430 0.000127
+gallium_dri.so free 0x5571735f25c0 void 0.000125
+gallium_dri.so free 0x5571735f2430 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2430 0.000127
+gallium_dri.so free 0x5571735f2680 void 0.000128
+gallium_dri.so free 0x5571735f2430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2630 0.000130
+gallium_dri.so free 0x5571735f2700 void 0.000126
+gallium_dri.so free 0x5571735f2630 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2750 0.000127
+gallium_dri.so free 0x5571735f27c0 void 0.000127
+gallium_dri.so free 0x5571735f2750 void 0.000171
+gallium_dri.so malloc 72 0x5571735f27e0 0.000128
+gallium_dri.so free 0x5571735f2880 void 0.000125
+gallium_dri.so free 0x5571735f27e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2830 0.000128
+gallium_dri.so free 0x5571735f2900 void 0.000125
+gallium_dri.so free 0x5571735f2830 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2900 0.000126
+gallium_dri.so free 0x5571735f29c0 void 0.000126
+gallium_dri.so free 0x5571735f2900 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2900 0.000127
+gallium_dri.so free 0x5571735f2a40 void 0.000129
+gallium_dri.so free 0x5571735f2900 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2a40 0.000129
+gallium_dri.so free 0x5571735f2b00 void 0.000129
+gallium_dri.so free 0x5571735f2a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2a40 0.000127
+gallium_dri.so free 0x5571735f2bc0 void 0.000129
+gallium_dri.so free 0x5571735f2a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2a40 0.000128
+gallium_dri.so free 0x5571735f2c80 void 0.000128
+gallium_dri.so free 0x5571735f2a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2c30 0.000128
+gallium_dri.so free 0x5571735f2d00 void 0.000127
+gallium_dri.so free 0x5571735f2c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2d50 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000127
+gallium_dri.so free 0x5571735f2d50 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2e00 0.000128
+gallium_dri.so free 0x5571735f2e80 void 0.000128
+gallium_dri.so free 0x5571735f2e00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2e00 0.000124
+gallium_dri.so free 0x5571735f2f00 void 0.000124
+gallium_dri.so free 0x5571735f2e00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2f30 0.000128
+gallium_dri.so free 0x5571735f2f80 void 0.000127
+gallium_dri.so free 0x5571735f2f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2f30 0.000128
+gallium_dri.so free 0x5571735f3080 void 0.000128
+gallium_dri.so free 0x5571735f2f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3030 0.000127
+gallium_dri.so free 0x5571735f3140 void 0.000127
+gallium_dri.so free 0x5571735f3030 void 0.000127
+gallium_dri.so malloc 72 0x5571735f30f0 0.000126
+gallium_dri.so free 0x5571735f3180 void 0.000125
+gallium_dri.so free 0x5571735f30f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f30f0 0.000129
+gallium_dri.so free 0x5571735f3240 void 0.000127
+gallium_dri.so free 0x5571735f30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f32b0 0.000137
+gallium_dri.so free 0x5571735f3300 void 0.000130
+gallium_dri.so free 0x5571735f32b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f32b0 0.000126
+gallium_dri.so free 0x5571735f3400 void 0.000127
+gallium_dri.so free 0x5571735f32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f33b0 0.000126
+gallium_dri.so free 0x5571735f34c0 void 0.000126
+gallium_dri.so free 0x5571735f33b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3470 0.000127
+gallium_dri.so free 0x5571735f3500 void 0.000131
+gallium_dri.so free 0x5571735f3470 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3470 0.000125
+gallium_dri.so free 0x5571735f35c0 void 0.000128
+gallium_dri.so free 0x5571735f3470 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3600 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000128
+gallium_dri.so free 0x5571735f3600 void 0.000127
+gallium_dri.so malloc 72 0x5571735da8c0 0.000127
+gallium_dri.so free 0x5571735da980 void 0.000128
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735da8c0 0.000127
+gallium_dri.so free 0x5571735daa40 void 0.000127
+gallium_dri.so free 0x5571735da8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735daa60 0.000126
+gallium_dri.so free 0x5571735dab00 void 0.000132
+gallium_dri.so free 0x5571735daa60 void 0.000128
+gallium_dri.so malloc 72 0x5571735daab0 0.000127
+gallium_dri.so free 0x5571735f3680 void 0.000126
+gallium_dri.so free 0x5571735daab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735daab0 0.000126
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735daab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dab80 0.000128
+gallium_dri.so free 0x5571735dac40 void 0.000128
+gallium_dri.so free 0x5571735dab80 void 0.000135
+gallium_dri.so malloc 72 0x5571735dab80 0.000123
+gallium_dri.so free 0x5571735dacc0 void 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dacf0 0.000120
+gallium_dri.so free 0x5571735dad40 void 0.000122
+gallium_dri.so free 0x5571735dacf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad40 0.000119
+gallium_dri.so free 0x5571735dae00 void 0.000122
+gallium_dri.so free 0x5571735dad40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad40 0.000120
+gallium_dri.so free 0x5571735daf00 void 0.000120
+gallium_dri.so free 0x5571735dad40 void 0.000120
+gallium_dri.so malloc 72 0x5571735daeb0 0.000120
+gallium_dri.so free 0x5571735dafc0 void 0.000129
+gallium_dri.so free 0x5571735daeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daf70 0.000120
+gallium_dri.so free 0x5571735db000 void 0.000122
+gallium_dri.so free 0x5571735daf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735daf70 0.000120
+gallium_dri.so free 0x5571735db0c0 void 0.000121
+gallium_dri.so free 0x5571735daf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735db100 0.000122
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so free 0x5571735db100 void 0.000120
+gallium_dri.so malloc 72 0x5571735db180 0.000120
+gallium_dri.so free 0x5571735db240 void 0.000121
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db180 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000121
+gallium_dri.so free 0x5571735db180 void 0.000120
+gallium_dri.so malloc 72 0x5571735db180 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db180 0.000122
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so malloc 72 0x5571735db3f0 0.000121
+gallium_dri.so free 0x5571735db4c0 void 0.000123
+gallium_dri.so free 0x5571735db3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db510 0.000133
+gallium_dri.so free 0x5571735db580 void 0.000123
+gallium_dri.so free 0x5571735db510 void 0.000121
+gallium_dri.so malloc 72 0x5571735db5a0 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so free 0x5571735db5a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5f0 0.000122
+gallium_dri.so free 0x5571735db6c0 void 0.000123
+gallium_dri.so free 0x5571735db5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5f0 0.000121
+gallium_dri.so free 0x5571735db7c0 void 0.000119
+gallium_dri.so free 0x5571735db5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db770 0.000121
+gallium_dri.so free 0x5571735db840 void 0.000121
+gallium_dri.so free 0x5571735db770 void 0.000122
+gallium_dri.so malloc 72 0x5571735db890 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000122
+gallium_dri.so free 0x5571735db890 void 0.000121
+gallium_dri.so malloc 72 0x5571735db920 0.000121
+gallium_dri.so free 0x5571735db9c0 void 0.000122
+gallium_dri.so free 0x5571735db920 void 0.000121
+gallium_dri.so malloc 72 0x5571735db970 0.000121
+gallium_dri.so free 0x5571735dba40 void 0.000120
+gallium_dri.so free 0x5571735db970 void 0.000120
+gallium_dri.so malloc 72 0x5571735db970 0.000121
+gallium_dri.so free 0x5571735dbac0 void 0.000117
+gallium_dri.so free 0x5571735db970 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbac0 0.000123
+gallium_dri.so free 0x5571735dbb80 void 0.000120
+gallium_dri.so free 0x5571735dbac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbac0 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so free 0x5571735dbac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbac0 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000122
+gallium_dri.so free 0x5571735dbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd30 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000120
+gallium_dri.so free 0x5571735dbd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd30 0.000121
+gallium_dri.so free 0x5571735dbe80 void 0.000119
+gallium_dri.so free 0x5571735dbd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbe30 0.000120
+gallium_dri.so free 0x5571735dbf40 void 0.000119
+gallium_dri.so free 0x5571735dbe30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbef0 0.000120
+gallium_dri.so free 0x5571735dbf80 void 0.000120
+gallium_dri.so free 0x5571735dbef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbef0 0.000121
+gallium_dri.so free 0x5571735dc040 void 0.000123
+gallium_dri.so free 0x5571735dbef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc090 0.000132
+gallium_dri.so free 0x5571735dc100 void 0.000122
+gallium_dri.so free 0x5571735dc090 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc140 0.000124
+gallium_dri.so free 0x5571735dc1c0 void 0.000122
+gallium_dri.so free 0x5571735dc140 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000119
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000119
+gallium_dri.so free 0x5571735dc300 void 0.000123
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc330 0.000119
+gallium_dri.so free 0x5571735dc380 void 0.000120
+gallium_dri.so free 0x5571735dc330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc330 0.000122
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so free 0x5571735dc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc430 0.000120
+gallium_dri.so free 0x5571735dc540 void 0.000120
+gallium_dri.so free 0x5571735dc430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000122
+gallium_dri.so free 0x5571735dc5c0 void 0.000122
+gallium_dri.so free 0x5571735dc4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000120
+gallium_dri.so free 0x5571735dc680 void 0.000122
+gallium_dri.so free 0x5571735dc5e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc700 void 0.000117
+gallium_dri.so free 0x5571735dc630 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc630 0.000116
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so free 0x5571735dc630 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc780 0.000120
+gallium_dri.so free 0x5571735dc840 void 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc780 0.000115
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc780 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000117
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc970 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so free 0x5571735dc970 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc970 0.000120
+gallium_dri.so free 0x5571735dcac0 void 0.000116
+gallium_dri.so free 0x5571735dc970 void 0.000116
+gallium_dri.so malloc 72 0x5571735dca70 0.000115
+gallium_dri.so free 0x5571735dcb80 void 0.000116
+gallium_dri.so free 0x5571735dca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcbc0 void 0.000141
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb30 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000122
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dccc0 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dccc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd40 0.000119
+gallium_dri.so free 0x5571735dce00 void 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd40 0.000122
+gallium_dri.so free 0x5571735dcec0 void 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcee0 0.000120
+gallium_dri.so free 0x5571735dcf80 void 0.000117
+gallium_dri.so free 0x5571735dcee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf30 0.000121
+gallium_dri.so free 0x5571735dd000 void 0.000121
+gallium_dri.so free 0x5571735dcf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf30 0.000121
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd080 0.000121
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd080 0.000124
+gallium_dri.so free 0x5571735dd200 void 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd080 0.000121
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd270 0.000122
+gallium_dri.so free 0x5571735dd380 void 0.000121
+gallium_dri.so free 0x5571735dd270 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd330 0.000120
+gallium_dri.so free 0x5571735dd400 void 0.000120
+gallium_dri.so free 0x5571735dd330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd450 0.000120
+gallium_dri.so free 0x5571735dd4c0 void 0.000121
+gallium_dri.so free 0x5571735dd450 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd4e0 0.000121
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd4e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd530 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000121
+gallium_dri.so free 0x5571735dd530 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd530 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000120
+gallium_dri.so free 0x5571735dd530 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd680 0.000120
+gallium_dri.so free 0x5571735dd740 void 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd680 0.000124
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd680 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so free 0x5571735dd7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000120
+gallium_dri.so free 0x5571735dd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd980 0.000116
+gallium_dri.so free 0x5571735dda00 void 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda00 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dda00 0.000121
+gallium_dri.so free 0x5571735ddb40 void 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddb70 0.000121
+gallium_dri.so free 0x5571735ddbc0 void 0.000117
+gallium_dri.so free 0x5571735ddb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb70 0.000122
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddd00 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddd80 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddd80 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddef0 0.000121
+gallium_dri.so free 0x5571735ddf40 void 0.000120
+gallium_dri.so free 0x5571735ddef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddef0 0.000121
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddff0 0.000119
+gallium_dri.so free 0x5571735de100 void 0.000120
+gallium_dri.so free 0x5571735ddff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de0b0 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de0b0 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000120
+gallium_dri.so free 0x5571735de0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0b0 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000120
+gallium_dri.so free 0x5571735de0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de2b0 0.000119
+gallium_dri.so free 0x5571735de380 void 0.000129
+gallium_dri.so free 0x5571735de2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de3d0 0.000117
+gallium_dri.so free 0x5571735de440 void 0.000120
+gallium_dri.so free 0x5571735de3d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de460 0.000119
+gallium_dri.so free 0x5571735de500 void 0.000117
+gallium_dri.so free 0x5571735de460 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de580 0.000120
+gallium_dri.so free 0x5571735de640 void 0.000120
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so malloc 72 0x5571735de580 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so malloc 72 0x5571735de6c0 0.000119
+gallium_dri.so free 0x5571735de780 void 0.000121
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de6c0 0.000120
+gallium_dri.so free 0x5571735de840 void 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de6c0 0.000119
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8b0 0.000188
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de9d0 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000120
+gallium_dri.so free 0x5571735de9d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dea80 0.000120
+gallium_dri.so free 0x5571735deb00 void 0.000120
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea80 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so free 0x5571735dea80 void 0.000123
+gallium_dri.so malloc 72 0x5571735debb0 0.000117
+gallium_dri.so free 0x5571735dec00 void 0.000121
+gallium_dri.so free 0x5571735debb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735debb0 0.000120
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so free 0x5571735debb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735decb0 0.000121
+gallium_dri.so free 0x5571735dedc0 void 0.000116
+gallium_dri.so free 0x5571735decb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000117
+gallium_dri.so free 0x5571735dee00 void 0.000120
+gallium_dri.so free 0x5571735ded70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735deec0 void 0.000117
+gallium_dri.so free 0x5571735ded70 void 0.000123
+gallium_dri.so malloc 72 0x5571735def30 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000122
+gallium_dri.so free 0x5571735def30 void 0.000119
+gallium_dri.so malloc 72 0x5571735def30 0.000120
+gallium_dri.so free 0x5571735df080 void 0.000121
+gallium_dri.so free 0x5571735def30 void 0.000116
+gallium_dri.so malloc 72 0x5571735df030 0.000116
+gallium_dri.so free 0x5571735df140 void 0.000119
+gallium_dri.so free 0x5571735df030 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df180 void 0.000117
+gallium_dri.so free 0x5571735df0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df0f0 0.000120
+gallium_dri.so free 0x5571735df240 void 0.000121
+gallium_dri.so free 0x5571735df0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df280 0.000120
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so malloc 72 0x5571735df300 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000120
+gallium_dri.so free 0x5571735df300 void 0.000115
+gallium_dri.so malloc 72 0x5571735df300 0.000120
+gallium_dri.so free 0x5571735df480 void 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4a0 0.000172
+gallium_dri.so free 0x5571735df540 void 0.000122
+gallium_dri.so free 0x5571735df4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df4f0 0.000120
+gallium_dri.so free 0x5571735df5c0 void 0.000119
+gallium_dri.so free 0x5571735df4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df4f0 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df640 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so malloc 72 0x5571735df640 0.000121
+gallium_dri.so free 0x5571735df7c0 void 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so malloc 72 0x5571735df640 0.000120
+gallium_dri.so free 0x5571735df880 void 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so malloc 72 0x5571735df830 0.000118
+gallium_dri.so free 0x5571735df940 void 0.000119
+gallium_dri.so free 0x5571735df830 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8f0 0.000122
+gallium_dri.so free 0x5571735df9c0 void 0.000121
+gallium_dri.so free 0x5571735df8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa10 0.000117
+gallium_dri.so free 0x5571735dfa80 void 0.000120
+gallium_dri.so free 0x5571735dfa10 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfaa0 0.000120
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735dfaa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000120
+gallium_dri.so free 0x5571735dfbc0 void 0.000120
+gallium_dri.so free 0x5571735dfaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000121
+gallium_dri.so free 0x5571735dfc40 void 0.000116
+gallium_dri.so free 0x5571735dfaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfc40 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc40 0.000119
+gallium_dri.so free 0x5571735dfe00 void 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000119
+gallium_dri.so free 0x5571735dff00 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff40 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dffc0 0.000117
+gallium_dri.so free 0x5571735e0080 void 0.000127
+gallium_dri.so free 0x5571735dffc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffc0 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0130 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000119
+gallium_dri.so free 0x5571735e0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0130 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e0130 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02c0 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e02c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0340 0.000120
+gallium_dri.so free 0x5571735e0400 void 0.000119
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0340 0.000121
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000116
+gallium_dri.so malloc 72 0x5571735e04b0 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e04b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e04b0 0.000119
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735e04b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05b0 0.000120
+gallium_dri.so free 0x5571735e06c0 void 0.000121
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0670 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0670 0.000119
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0670 0.000120
+gallium_dri.so free 0x5571735e08c0 void 0.000120
+gallium_dri.so free 0x5571735e0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0870 0.000125
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so free 0x5571735e0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0990 0.000116
+gallium_dri.so free 0x5571735e0a00 void 0.000120
+gallium_dri.so free 0x5571735e0990 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0a20 0.000121
+gallium_dri.so free 0x5571735e0ac0 void 0.000117
+gallium_dri.so free 0x5571735e0a20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a70 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000121
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0b40 0.000119
+gallium_dri.so free 0x5571735e0c00 void 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0b40 0.000119
+gallium_dri.so free 0x5571735e0c80 void 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c80 0.000121
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c80 0.000118
+gallium_dri.so free 0x5571735e0e00 void 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0c80 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e70 0.000121
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f90 0.000120
+gallium_dri.so free 0x5571735e1000 void 0.000117
+gallium_dri.so free 0x5571735e0f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1040 0.000119
+gallium_dri.so free 0x5571735e10c0 void 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1040 0.000116
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1170 0.000120
+gallium_dri.so free 0x5571735e11c0 void 0.000120
+gallium_dri.so free 0x5571735e1170 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1170 0.000116
+gallium_dri.so free 0x5571735e12c0 void 0.000117
+gallium_dri.so free 0x5571735e1170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1270 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000120
+gallium_dri.so free 0x5571735e1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1330 0.000121
+gallium_dri.so free 0x5571735e13c0 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e14f0 0.000121
+gallium_dri.so free 0x5571735e1540 void 0.000120
+gallium_dri.so free 0x5571735e14f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e14f0 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so free 0x5571735e14f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15f0 0.000121
+gallium_dri.so free 0x5571735e1700 void 0.000119
+gallium_dri.so free 0x5571735e15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e16b0 0.000117
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e16b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e16b0 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000188
+gallium_dri.so free 0x5571735e16b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1840 0.000120
+gallium_dri.so free 0x5571735e18c0 void 0.000120
+gallium_dri.so free 0x5571735e1840 void 0.000116
+gallium_dri.so malloc 72 0x5571735e18c0 0.000120
+gallium_dri.so free 0x5571735e1980 void 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e18c0 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000121
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1a60 0.000120
+gallium_dri.so free 0x5571735e1b00 void 0.000120
+gallium_dri.so free 0x5571735e1a60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1b80 void 0.000122
+gallium_dri.so free 0x5571735e1ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000120
+gallium_dri.so free 0x5571735e1c00 void 0.000117
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c00 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c00 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000122
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c00 0.000122
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1df0 0.000119
+gallium_dri.so free 0x5571735e1f00 void 0.000120
+gallium_dri.so free 0x5571735e1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000121
+gallium_dri.so free 0x5571735e1f80 void 0.000120
+gallium_dri.so free 0x5571735e1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1fd0 0.000118
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so free 0x5571735e1fd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2060 0.000119
+gallium_dri.so free 0x5571735e2100 void 0.000116
+gallium_dri.so free 0x5571735e2060 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20b0 0.000119
+gallium_dri.so free 0x5571735e2200 void 0.000119
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2200 0.000120
+gallium_dri.so free 0x5571735e22c0 void 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2200 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x5571735e2200 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2370 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2370 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000117
+gallium_dri.so free 0x5571735e2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2500 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000121
+gallium_dri.so free 0x5571735e2500 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000122
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2580 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26f0 0.000120
+gallium_dri.so free 0x5571735e2740 void 0.000118
+gallium_dri.so free 0x5571735e26f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2880 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2900 0.000118
+gallium_dri.so free 0x5571735e29c0 void 0.000168
+gallium_dri.so free 0x5571735e2900 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2900 0.000120
+gallium_dri.so free 0x5571735e2a40 void 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2a70 0.000120
+gallium_dri.so free 0x5571735e2ac0 void 0.000119
+gallium_dri.so free 0x5571735e2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a70 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000117
+gallium_dri.so free 0x5571735e2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b70 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2c30 0.000116
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2c30 0.000115
+gallium_dri.so free 0x5571735e2dc0 void 0.000120
+gallium_dri.so free 0x5571735e2c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2c30 0.000120
+gallium_dri.so free 0x5571735e2e80 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e30 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000119
+gallium_dri.so free 0x5571735e2e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f50 0.000130
+gallium_dri.so free 0x5571735e2fc0 void 0.000117
+gallium_dri.so free 0x5571735e2f50 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000120
+gallium_dri.so free 0x5571735e3080 void 0.000118
+gallium_dri.so free 0x5571735e2fe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3030 0.000119
+gallium_dri.so free 0x5571735e3100 void 0.000122
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3100 0.000121
+gallium_dri.so free 0x5571735e31c0 void 0.000117
+gallium_dri.so free 0x5571735e3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3100 0.000120
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3240 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000120
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3240 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3240 0.000119
+gallium_dri.so free 0x5571735e3480 void 0.000117
+gallium_dri.so free 0x5571735e3240 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3430 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000120
+gallium_dri.so free 0x5571735e3430 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3550 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3550 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3600 0.000120
+gallium_dri.so free 0x5571735e3680 void 0.000121
+gallium_dri.so free 0x5571735e3600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3600 0.000119
+gallium_dri.so free 0x5571735e3700 void 0.000126
+gallium_dri.so free 0x5571735e3600 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3730 0.000121
+gallium_dri.so free 0x5571735883c0 void 0.000117
+gallium_dri.so free 0x5571735e3730 void 0.000120
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x557173588440 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588490 0.000117
+gallium_dri.so free 0x557173588500 void 0.000117
+gallium_dri.so free 0x557173588490 void 0.000117
+gallium_dri.so malloc 72 0x557173588520 0.000116
+gallium_dri.so free 0x5571735e3780 void 0.000116
+gallium_dri.so free 0x557173588520 void 0.000120
+gallium_dri.so malloc 72 0x557173588520 0.000121
+gallium_dri.so free 0x5571735885c0 void 0.000118
+gallium_dri.so free 0x557173588520 void 0.000119
+gallium_dri.so malloc 72 0x557173588570 0.000120
+gallium_dri.so free 0x5571735885c0 void 0.000178
+gallium_dri.so free 0x557173588570 void 0.000120
+gallium_dri.so malloc 72 0x557173588570 0.000120
+gallium_dri.so free 0x5571735886c0 void 0.000121
+gallium_dri.so free 0x557173588570 void 0.000121
+gallium_dri.so malloc 72 0x557173588670 0.000118
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so free 0x557173588670 void 0.000120
+gallium_dri.so malloc 72 0x557173588730 0.000117
+gallium_dri.so free 0x5571735887c0 void 0.000121
+gallium_dri.so free 0x557173588730 void 0.000118
+gallium_dri.so malloc 72 0x557173588730 0.000120
+gallium_dri.so free 0x557173588880 void 0.000120
+gallium_dri.so free 0x557173588730 void 0.000119
+gallium_dri.so malloc 72 0x5571735888c0 0.000119
+gallium_dri.so free 0x557173588940 void 0.000118
+gallium_dri.so free 0x5571735888c0 void 0.000115
+gallium_dri.so malloc 72 0x557173588940 0.000118
+gallium_dri.so free 0x557173588a00 void 0.000119
+gallium_dri.so free 0x557173588940 void 0.000116
+gallium_dri.so malloc 72 0x557173588940 0.000120
+gallium_dri.so free 0x557173588ac0 void 0.000119
+gallium_dri.so free 0x557173588940 void 0.000116
+gallium_dri.so malloc 72 0x557173588ae0 0.000119
+gallium_dri.so free 0x557173588b80 void 0.000116
+gallium_dri.so free 0x557173588ae0 void 0.000119
+gallium_dri.so malloc 72 0x557173588b30 0.000127
+gallium_dri.so free 0x557173588c00 void 0.000117
+gallium_dri.so free 0x557173588b30 void 0.000119
+gallium_dri.so malloc 72 0x557173588b30 0.000117
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so free 0x557173588b30 void 0.000119
+gallium_dri.so malloc 72 0x557173588c80 0.000118
+gallium_dri.so free 0x557173588d40 void 0.000119
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so malloc 72 0x557173588c80 0.000117
+gallium_dri.so free 0x557173588e00 void 0.000118
+gallium_dri.so free 0x557173588c80 void 0.000117
+gallium_dri.so malloc 72 0x557173588c80 0.000119
+gallium_dri.so free 0x557173588ec0 void 0.000118
+gallium_dri.so free 0x557173588c80 void 0.000117
+gallium_dri.so malloc 72 0x557173588e70 0.000116
+gallium_dri.so free 0x557173588f80 void 0.000121
+gallium_dri.so free 0x557173588e70 void 0.000116
+gallium_dri.so malloc 72 0x557173588f30 0.000120
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so free 0x557173588f30 void 0.000120
+gallium_dri.so malloc 72 0x557173589050 0.000119
+gallium_dri.so free 0x5571735890c0 void 0.000119
+gallium_dri.so free 0x557173589050 void 0.000119
+gallium_dri.so malloc 72 0x5571735890e0 0.000119
+gallium_dri.so free 0x557173589180 void 0.000119
+gallium_dri.so free 0x5571735890e0 void 0.000116
+gallium_dri.so malloc 72 0x557173589130 0.000118
+gallium_dri.so free 0x557173589200 void 0.000114
+gallium_dri.so free 0x557173589130 void 0.000116
+gallium_dri.so malloc 72 0x557173589130 0.000115
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x557173589130 void 0.000115
+gallium_dri.so malloc 72 0x557173589280 0.000114
+gallium_dri.so free 0x557173589340 void 0.000116
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so malloc 72 0x557173589280 0.000115
+gallium_dri.so free 0x557173589440 void 0.000116
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so malloc 72 0x5571735893f0 0.000115
+gallium_dri.so free 0x557173589480 void 0.000116
+gallium_dri.so free 0x5571735893f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735893f0 0.000114
+gallium_dri.so free 0x557173589540 void 0.000121
+gallium_dri.so free 0x5571735893f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589580 0.000119
+gallium_dri.so free 0x557173589600 void 0.000119
+gallium_dri.so free 0x557173589580 void 0.000119
+gallium_dri.so malloc 72 0x557173589600 0.000120
+gallium_dri.so free 0x5571735896c0 void 0.000121
+gallium_dri.so free 0x557173589600 void 0.000120
+gallium_dri.so malloc 72 0x557173589600 0.000121
+gallium_dri.so free 0x557173589740 void 0.000119
+gallium_dri.so free 0x557173589600 void 0.000170
+gallium_dri.so malloc 72 0x557173589770 0.000120
+gallium_dri.so free 0x5571735897c0 void 0.000121
+gallium_dri.so free 0x557173589770 void 0.000120
+gallium_dri.so malloc 72 0x557173589770 0.000121
+gallium_dri.so free 0x5571735898c0 void 0.000119
+gallium_dri.so free 0x557173589770 void 0.000122
+gallium_dri.so malloc 72 0x557173589900 0.000120
+gallium_dri.so free 0x557173589980 void 0.000117
+gallium_dri.so free 0x557173589900 void 0.000121
+gallium_dri.so malloc 72 0x557173589980 0.000122
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x557173589980 void 0.000121
+gallium_dri.so malloc 72 0x557173589980 0.000120
+gallium_dri.so free 0x557173589ac0 void 0.000121
+gallium_dri.so free 0x557173589980 void 0.000121
+gallium_dri.so malloc 72 0x557173589af0 0.000118
+gallium_dri.so free 0x557173589b40 void 0.000122
+gallium_dri.so free 0x557173589af0 void 0.000118
+gallium_dri.so malloc 72 0x557173589af0 0.000121
+gallium_dri.so free 0x557173589c40 void 0.000121
+gallium_dri.so free 0x557173589af0 void 0.000117
+gallium_dri.so malloc 72 0x557173589bf0 0.000120
+gallium_dri.so free 0x557173589d00 void 0.000121
+gallium_dri.so free 0x557173589bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589d80 void 0.000120
+gallium_dri.so free 0x557173589cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000123
+gallium_dri.so free 0x557173589e40 void 0.000122
+gallium_dri.so free 0x557173589cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589f00 void 0.000119
+gallium_dri.so free 0x557173589cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589eb0 0.000121
+gallium_dri.so free 0x557173589f80 void 0.000120
+gallium_dri.so free 0x557173589eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589fd0 0.000141
+gallium_dri.so free 0x55717358a040 void 0.000120
+gallium_dri.so free 0x557173589fd0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a060 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000127
+gallium_dri.so free 0x55717358a060 void 0.000121
+gallium_dri.so malloc 72 0x55717358a0b0 0.000122
+gallium_dri.so free 0x55717358a180 void 0.000121
+gallium_dri.so free 0x55717358a0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a180 0.000122
+gallium_dri.so free 0x55717358a240 void 0.000118
+gallium_dri.so free 0x55717358a180 void 0.000120
+gallium_dri.so malloc 72 0x55717358a180 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000121
+gallium_dri.so free 0x55717358a180 void 0.000130
+gallium_dri.so malloc 72 0x55717358a2c0 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a2c0 0.000122
+gallium_dri.so free 0x55717358a440 void 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2c0 0.000119
+gallium_dri.so free 0x55717358a500 void 0.000121
+gallium_dri.so free 0x55717358a2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a4b0 0.000117
+gallium_dri.so free 0x55717358a580 void 0.000118
+gallium_dri.so free 0x55717358a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a5d0 0.000120
+gallium_dri.so free 0x55717358a640 void 0.000121
+gallium_dri.so free 0x55717358a5d0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a680 0.000120
+gallium_dri.so free 0x55717358a700 void 0.000119
+gallium_dri.so free 0x55717358a680 void 0.000121
+gallium_dri.so malloc 72 0x55717358a680 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000118
+gallium_dri.so free 0x55717358a680 void 0.000121
+gallium_dri.so malloc 72 0x55717358a7b0 0.000120
+gallium_dri.so free 0x55717358a800 void 0.000120
+gallium_dri.so free 0x55717358a7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a7b0 0.000120
+gallium_dri.so free 0x55717358a900 void 0.000130
+gallium_dri.so free 0x55717358a7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a8b0 0.000121
+gallium_dri.so free 0x55717358a9c0 void 0.000123
+gallium_dri.so free 0x55717358a8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a970 0.000122
+gallium_dri.so free 0x55717358aa00 void 0.000120
+gallium_dri.so free 0x55717358a970 void 0.000117
+gallium_dri.so malloc 72 0x55717358a970 0.000122
+gallium_dri.so free 0x55717358aac0 void 0.000121
+gallium_dri.so free 0x55717358a970 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab30 0.000119
+gallium_dri.so free 0x55717358ab80 void 0.000123
+gallium_dri.so free 0x55717358ab30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab30 0.000118
+gallium_dri.so free 0x55717358ac80 void 0.000118
+gallium_dri.so free 0x55717358ab30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ac30 0.000120
+gallium_dri.so free 0x55717358ad40 void 0.000120
+gallium_dri.so free 0x55717358ac30 void 0.000120
+gallium_dri.so malloc 72 0x55717358acf0 0.000117
+gallium_dri.so free 0x55717358ad80 void 0.000121
+gallium_dri.so free 0x55717358acf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358acf0 0.000122
+gallium_dri.so free 0x55717358ae40 void 0.000122
+gallium_dri.so free 0x55717358acf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ae80 0.000123
+gallium_dri.so free 0x55717358af00 void 0.000119
+gallium_dri.so free 0x55717358ae80 void 0.000120
+gallium_dri.so malloc 72 0x55717358af00 0.000116
+gallium_dri.so free 0x55717358afc0 void 0.000127
+gallium_dri.so free 0x55717358af00 void 0.000116
+gallium_dri.so malloc 72 0x55717358af00 0.000121
+gallium_dri.so free 0x55717358b080 void 0.000120
+gallium_dri.so free 0x55717358af00 void 0.000117
+gallium_dri.so malloc 72 0x55717358b0a0 0.000120
+gallium_dri.so free 0x55717358b140 void 0.000118
+gallium_dri.so free 0x55717358b0a0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b0f0 0.000117
+gallium_dri.so free 0x55717358b1c0 void 0.000120
+gallium_dri.so free 0x55717358b0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b0f0 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000119
+gallium_dri.so free 0x55717358b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b240 0.000122
+gallium_dri.so free 0x55717358b300 void 0.000122
+gallium_dri.so free 0x55717358b240 void 0.000118
+gallium_dri.so malloc 72 0x55717358b240 0.000119
+gallium_dri.so free 0x55717358b3c0 void 0.000117
+gallium_dri.so free 0x55717358b240 void 0.000120
+gallium_dri.so malloc 72 0x55717358b240 0.000120
+gallium_dri.so free 0x55717358b480 void 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000162
+gallium_dri.so malloc 72 0x55717358b430 0.000118
+gallium_dri.so free 0x55717358b540 void 0.000120
+gallium_dri.so free 0x55717358b430 void 0.000119
+gallium_dri.so malloc 72 0x55717358b4f0 0.000118
+gallium_dri.so free 0x55717358b5c0 void 0.000120
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b610 0.000117
+gallium_dri.so free 0x55717358b680 void 0.000120
+gallium_dri.so free 0x55717358b610 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6a0 0.000120
+gallium_dri.so free 0x55717358b740 void 0.000121
+gallium_dri.so free 0x55717358b6a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6f0 0.000126
+gallium_dri.so free 0x55717358b7c0 void 0.000121
+gallium_dri.so free 0x55717358b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6f0 0.000121
+gallium_dri.so free 0x55717358b840 void 0.000121
+gallium_dri.so free 0x55717358b6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b840 0.000122
+gallium_dri.so free 0x55717358b900 void 0.000120
+gallium_dri.so free 0x55717358b840 void 0.000120
+gallium_dri.so malloc 72 0x55717358b840 0.000139
+gallium_dri.so free 0x55717358ba00 void 0.000203
+gallium_dri.so free 0x55717358b840 void 0.000212
+gallium_dri.so malloc 72 0x55717358b9b0 0.000123
+gallium_dri.so free 0x55717358ba40 void 0.000122
+gallium_dri.so free 0x55717358b9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b9b0 0.000120
+gallium_dri.so free 0x55717358bb00 void 0.000118
+gallium_dri.so free 0x55717358b9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bb40 0.000122
+gallium_dri.so free 0x55717358bbc0 void 0.000122
+gallium_dri.so free 0x55717358bb40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bbc0 0.000120
+gallium_dri.so free 0x55717358bc80 void 0.000118
+gallium_dri.so free 0x55717358bbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bbc0 0.000119
+gallium_dri.so free 0x55717358bd00 void 0.000121
+gallium_dri.so free 0x55717358bbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bd30 0.000120
+gallium_dri.so free 0x55717358bd80 void 0.000117
+gallium_dri.so free 0x55717358bd30 void 0.000117
+gallium_dri.so malloc 72 0x55717358bd30 0.000119
+gallium_dri.so free 0x55717358be80 void 0.000117
+gallium_dri.so free 0x55717358bd30 void 0.000127
+gallium_dri.so malloc 72 0x55717358bec0 0.000121
+gallium_dri.so free 0x55717358bf40 void 0.000120
+gallium_dri.so free 0x55717358bec0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf40 0.000119
+gallium_dri.so free 0x55717358c000 void 0.000160
+gallium_dri.so free 0x55717358bf40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bf40 0.000119
+gallium_dri.so free 0x55717358c080 void 0.000120
+gallium_dri.so free 0x55717358bf40 void 0.000119
+gallium_dri.so malloc 72 0x55717358c0b0 0.000116
+gallium_dri.so free 0x55717358c100 void 0.000119
+gallium_dri.so free 0x55717358c0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c0b0 0.000122
+gallium_dri.so free 0x55717358c200 void 0.000120
+gallium_dri.so free 0x55717358c0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c1b0 0.000117
+gallium_dri.so free 0x55717358c2c0 void 0.000119
+gallium_dri.so free 0x55717358c1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c270 0.000119
+gallium_dri.so free 0x55717358c340 void 0.000121
+gallium_dri.so free 0x55717358c270 void 0.000119
+gallium_dri.so malloc 72 0x55717358c270 0.000117
+gallium_dri.so free 0x55717358c400 void 0.000117
+gallium_dri.so free 0x55717358c270 void 0.000119
+gallium_dri.so malloc 72 0x55717358c270 0.000119
+gallium_dri.so free 0x55717358c4c0 void 0.000117
+gallium_dri.so free 0x55717358c270 void 0.000117
+gallium_dri.so malloc 72 0x55717358c470 0.000119
+gallium_dri.so free 0x55717358c540 void 0.000119
+gallium_dri.so free 0x55717358c470 void 0.000116
+gallium_dri.so malloc 72 0x55717358c590 0.000126
+gallium_dri.so free 0x55717358c600 void 0.000121
+gallium_dri.so free 0x55717358c590 void 0.000116
+gallium_dri.so malloc 72 0x55717358c620 0.000120
+gallium_dri.so free 0x55717358c6c0 void 0.000120
+gallium_dri.so free 0x55717358c620 void 0.000120
+gallium_dri.so malloc 72 0x55717358c670 0.000119
+gallium_dri.so free 0x55717358c740 void 0.000117
+gallium_dri.so free 0x55717358c670 void 0.000117
+gallium_dri.so malloc 72 0x55717358c740 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000121
+gallium_dri.so free 0x55717358c740 void 0.000116
+gallium_dri.so malloc 72 0x55717358c740 0.000120
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so free 0x55717358c740 void 0.000119
+gallium_dri.so malloc 72 0x55717358c880 0.000118
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so free 0x55717358c880 void 0.000120
+gallium_dri.so malloc 72 0x55717358c880 0.000119
+gallium_dri.so free 0x55717358ca00 void 0.000120
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so malloc 72 0x55717358c880 0.000119
+gallium_dri.so free 0x55717358cac0 void 0.000119
+gallium_dri.so free 0x55717358c880 void 0.000116
+gallium_dri.so malloc 72 0x55717358ca70 0.000120
+gallium_dri.so free 0x55717358cb40 void 0.000116
+gallium_dri.so free 0x55717358ca70 void 0.000116
+gallium_dri.so malloc 72 0x55717358cb90 0.000118
+gallium_dri.so free 0x55717358cc00 void 0.000121
+gallium_dri.so free 0x55717358cb90 void 0.000115
+gallium_dri.so malloc 72 0x55717358cc40 0.000118
+gallium_dri.so free 0x55717358ccc0 void 0.000116
+gallium_dri.so free 0x55717358cc40 void 0.000118
+gallium_dri.so malloc 72 0x55717358cc40 0.000116
+gallium_dri.so free 0x55717358cd40 void 0.000120
+gallium_dri.so free 0x55717358cc40 void 0.000118
+gallium_dri.so malloc 72 0x55717358cd70 0.000115
+gallium_dri.so free 0x55717358cdc0 void 0.000123
+gallium_dri.so free 0x55717358cd70 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd70 0.000118
+gallium_dri.so free 0x55717358cec0 void 0.000119
+gallium_dri.so free 0x55717358cd70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ce70 0.000120
+gallium_dri.so free 0x55717358cf80 void 0.000120
+gallium_dri.so free 0x55717358ce70 void 0.000118
+gallium_dri.so malloc 72 0x55717358cf30 0.000119
+gallium_dri.so free 0x55717358cfc0 void 0.000121
+gallium_dri.so free 0x55717358cf30 void 0.000117
+gallium_dri.so malloc 72 0x55717358cf30 0.000121
+gallium_dri.so free 0x55717358d080 void 0.000120
+gallium_dri.so free 0x55717358cf30 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0f0 0.000121
+gallium_dri.so free 0x55717358d140 void 0.000120
+gallium_dri.so free 0x55717358d0f0 void 0.000191
+gallium_dri.so malloc 72 0x55717358d0f0 0.000122
+gallium_dri.so free 0x55717358d240 void 0.000120
+gallium_dri.so free 0x55717358d0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d1f0 0.000117
+gallium_dri.so free 0x55717358d300 void 0.000121
+gallium_dri.so free 0x55717358d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d2b0 0.000118
+gallium_dri.so free 0x55717358d340 void 0.000121
+gallium_dri.so free 0x55717358d2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d2b0 0.000121
+gallium_dri.so free 0x55717358d400 void 0.000120
+gallium_dri.so free 0x55717358d2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d440 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000122
+gallium_dri.so free 0x55717358d440 void 0.000119
+gallium_dri.so malloc 72 0x55717358d4c0 0.000121
+gallium_dri.so free 0x55717358d580 void 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d4c0 0.000120
+gallium_dri.so free 0x55717358d640 void 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d660 0.000117
+gallium_dri.so free 0x55717358d700 void 0.000121
+gallium_dri.so free 0x55717358d660 void 0.000117
+gallium_dri.so malloc 72 0x55717358d6b0 0.000177
+gallium_dri.so free 0x55717358d780 void 0.000122
+gallium_dri.so free 0x55717358d6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d6b0 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so free 0x55717358d6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d800 0.000121
+gallium_dri.so free 0x55717358d8c0 void 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000120
+gallium_dri.so malloc 72 0x55717358d800 0.000121
+gallium_dri.so free 0x55717358d980 void 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000117
+gallium_dri.so malloc 72 0x55717358d800 0.000120
+gallium_dri.so free 0x55717358da40 void 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so malloc 72 0x55717358d9f0 0.000120
+gallium_dri.so free 0x55717358db00 void 0.000119
+gallium_dri.so free 0x55717358d9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dab0 0.000117
+gallium_dri.so free 0x55717358db80 void 0.000119
+gallium_dri.so free 0x55717358dab0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dbd0 0.000121
+gallium_dri.so free 0x55717358dc40 void 0.000118
+gallium_dri.so free 0x55717358dbd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dc60 0.000118
+gallium_dri.so free 0x55717358dd00 void 0.000119
+gallium_dri.so free 0x55717358dc60 void 0.000185
+gallium_dri.so malloc 72 0x55717358dcb0 0.000127
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so free 0x55717358dcb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358dcb0 0.000121
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x55717358dcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358de00 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358de00 void 0.000119
+gallium_dri.so malloc 72 0x55717358de00 0.000122
+gallium_dri.so free 0x55717358dfc0 void 0.000117
+gallium_dri.so free 0x55717358de00 void 0.000119
+gallium_dri.so malloc 72 0x55717358df70 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000122
+gallium_dri.so free 0x55717358df70 void 0.000121
+gallium_dri.so malloc 72 0x55717358df70 0.000118
+gallium_dri.so free 0x55717358e0c0 void 0.000121
+gallium_dri.so free 0x55717358df70 void 0.000121
+gallium_dri.so malloc 72 0x55717358e100 0.000119
+gallium_dri.so free 0x55717358e180 void 0.000121
+gallium_dri.so free 0x55717358e100 void 0.000121
+gallium_dri.so malloc 72 0x55717358e180 0.000121
+gallium_dri.so free 0x55717358e240 void 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000120
+gallium_dri.so malloc 72 0x55717358e180 0.000120
+gallium_dri.so free 0x55717358e2c0 void 0.000170
+gallium_dri.so free 0x55717358e180 void 0.000121
+gallium_dri.so malloc 72 0x55717358e2f0 0.000121
+gallium_dri.so free 0x55717358e340 void 0.000120
+gallium_dri.so free 0x55717358e2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e2f0 0.000117
+gallium_dri.so free 0x55717358e440 void 0.000117
+gallium_dri.so free 0x55717358e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e480 0.000118
+gallium_dri.so free 0x55717358e500 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000117
+gallium_dri.so malloc 72 0x55717358e500 0.000118
+gallium_dri.so free 0x55717358e5c0 void 0.000120
+gallium_dri.so free 0x55717358e500 void 0.000117
+gallium_dri.so malloc 72 0x55717358e500 0.000121
+gallium_dri.so free 0x55717358e640 void 0.000120
+gallium_dri.so free 0x55717358e500 void 0.000121
+gallium_dri.so malloc 72 0x55717358e670 0.000120
+gallium_dri.so free 0x55717358e6c0 void 0.000120
+gallium_dri.so free 0x55717358e670 void 0.000120
+gallium_dri.so malloc 72 0x55717358e670 0.000118
+gallium_dri.so free 0x55717358e7c0 void 0.000118
+gallium_dri.so free 0x55717358e670 void 0.000120
+gallium_dri.so malloc 72 0x55717358e770 0.000117
+gallium_dri.so free 0x55717358e880 void 0.000120
+gallium_dri.so free 0x55717358e770 void 0.000120
+gallium_dri.so malloc 72 0x55717358e830 0.000129
+gallium_dri.so free 0x55717358e900 void 0.000120
+gallium_dri.so free 0x55717358e830 void 0.000121
+gallium_dri.so malloc 72 0x55717358e830 0.000122
+gallium_dri.so free 0x55717358e9c0 void 0.000119
+gallium_dri.so free 0x55717358e830 void 0.000116
+gallium_dri.so malloc 72 0x55717358e830 0.000121
+gallium_dri.so free 0x55717358ea80 void 0.000118
+gallium_dri.so free 0x55717358e830 void 0.000118
+gallium_dri.so malloc 72 0x55717358ea30 0.000118
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so free 0x55717358ea30 void 0.000120
+gallium_dri.so malloc 72 0x55717358eb50 0.000119
+gallium_dri.so free 0x55717358ebc0 void 0.000118
+gallium_dri.so free 0x55717358eb50 void 0.000117
+gallium_dri.so malloc 72 0x55717358ebe0 0.000120
+gallium_dri.so free 0x55717358ec80 void 0.000121
+gallium_dri.so free 0x55717358ebe0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ec30 0.000122
+gallium_dri.so free 0x55717358ed00 void 0.000121
+gallium_dri.so free 0x55717358ec30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed00 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so free 0x55717358ed00 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed00 0.000122
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so free 0x55717358ed00 void 0.000129
+gallium_dri.so malloc 72 0x55717358ee40 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000121
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee40 0.000121
+gallium_dri.so free 0x55717358efc0 void 0.000121
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee40 0.000121
+gallium_dri.so free 0x55717358f080 void 0.000121
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so malloc 72 0x55717358f030 0.000119
+gallium_dri.so free 0x55717358f100 void 0.000122
+gallium_dri.so free 0x55717358f030 void 0.000120
+gallium_dri.so malloc 72 0x55717358f150 0.000119
+gallium_dri.so free 0x55717358f1c0 void 0.000121
+gallium_dri.so free 0x55717358f150 void 0.000120
+gallium_dri.so malloc 72 0x55717358f200 0.000119
+gallium_dri.so free 0x55717358f280 void 0.000121
+gallium_dri.so free 0x55717358f200 void 0.000120
+gallium_dri.so malloc 72 0x55717358f200 0.000119
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x55717358f200 void 0.000118
+gallium_dri.so malloc 72 0x55717358f330 0.000119
+gallium_dri.so free 0x55717358f380 void 0.000120
+gallium_dri.so free 0x55717358f330 void 0.000117
+gallium_dri.so malloc 72 0x55717358f330 0.000117
+gallium_dri.so free 0x55717358f480 void 0.000130
+gallium_dri.so free 0x55717358f330 void 0.000121
+gallium_dri.so malloc 72 0x55717358f430 0.000121
+gallium_dri.so free 0x55717358f540 void 0.000119
+gallium_dri.so free 0x55717358f430 void 0.000120
+gallium_dri.so malloc 72 0x55717358f4f0 0.000120
+gallium_dri.so free 0x55717358f580 void 0.000119
+gallium_dri.so free 0x55717358f4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f4f0 0.000120
+gallium_dri.so free 0x55717358f640 void 0.000120
+gallium_dri.so free 0x55717358f4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f6b0 0.000121
+gallium_dri.so free 0x55717358f700 void 0.000118
+gallium_dri.so free 0x55717358f6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f6b0 0.000119
+gallium_dri.so free 0x55717358f800 void 0.000118
+gallium_dri.so free 0x55717358f6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f7b0 0.000119
+gallium_dri.so free 0x55717358f8c0 void 0.000119
+gallium_dri.so free 0x55717358f7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f870 0.000119
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so free 0x55717358f870 void 0.000119
+gallium_dri.so malloc 72 0x55717358f870 0.000120
+gallium_dri.so free 0x55717358f9c0 void 0.000119
+gallium_dri.so free 0x55717358f870 void 0.000116
+gallium_dri.so malloc 72 0x55717358fa00 0.000130
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so free 0x55717358fa00 void 0.000117
+gallium_dri.so malloc 72 0x55717358fa80 0.000120
+gallium_dri.so free 0x55717358fb40 void 0.000119
+gallium_dri.so free 0x55717358fa80 void 0.000119
+gallium_dri.so malloc 72 0x55717358fa80 0.000121
+gallium_dri.so free 0x55717358fc00 void 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc20 0.000120
+gallium_dri.so free 0x55717358fcc0 void 0.000117
+gallium_dri.so free 0x55717358fc20 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc70 0.000117
+gallium_dri.so free 0x55717358fd40 void 0.000121
+gallium_dri.so free 0x55717358fc70 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc70 0.000117
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fc70 void 0.000118
+gallium_dri.so malloc 72 0x55717358fdc0 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000121
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fdc0 0.000122
+gallium_dri.so free 0x55717358ff40 void 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fdc0 0.000121
+gallium_dri.so free 0x557173590000 void 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000168
+gallium_dri.so malloc 72 0x55717358ffb0 0.000118
+gallium_dri.so free 0x5571735900c0 void 0.000121
+gallium_dri.so free 0x55717358ffb0 void 0.000119
+gallium_dri.so malloc 72 0x557173590070 0.000120
+gallium_dri.so free 0x557173590140 void 0.000118
+gallium_dri.so free 0x557173590070 void 0.000118
+gallium_dri.so malloc 72 0x557173590190 0.000120
+gallium_dri.so free 0x557173590200 void 0.000119
+gallium_dri.so free 0x557173590190 void 0.000119
+gallium_dri.so malloc 72 0x557173590220 0.000120
+gallium_dri.so free 0x5571735902c0 void 0.000120
+gallium_dri.so free 0x557173590220 void 0.000119
+gallium_dri.so malloc 72 0x557173590270 0.000118
+gallium_dri.so free 0x557173590340 void 0.000121
+gallium_dri.so free 0x557173590270 void 0.000120
+gallium_dri.so malloc 72 0x557173590270 0.000118
+gallium_dri.so free 0x5571735903c0 void 0.000118
+gallium_dri.so free 0x557173590270 void 0.000120
+gallium_dri.so malloc 72 0x5571735903c0 0.000119
+gallium_dri.so free 0x557173590480 void 0.000122
+gallium_dri.so free 0x5571735903c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735903c0 0.000121
+gallium_dri.so free 0x557173590580 void 0.000118
+gallium_dri.so free 0x5571735903c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590530 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000130
+gallium_dri.so free 0x557173590530 void 0.000121
+gallium_dri.so malloc 72 0x557173590530 0.000120
+gallium_dri.so free 0x557173590680 void 0.000119
+gallium_dri.so free 0x557173590530 void 0.000121
+gallium_dri.so malloc 72 0x5571735906c0 0.000122
+gallium_dri.so free 0x557173590740 void 0.000117
+gallium_dri.so free 0x5571735906c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590740 0.000116
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so free 0x557173590740 void 0.000118
+gallium_dri.so malloc 72 0x557173590740 0.000120
+gallium_dri.so free 0x557173590880 void 0.000117
+gallium_dri.so free 0x557173590740 void 0.000118
+gallium_dri.so malloc 72 0x5571735908b0 0.000120
+gallium_dri.so free 0x557173590900 void 0.000120
+gallium_dri.so free 0x5571735908b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735908b0 0.000121
+gallium_dri.so free 0x557173590a00 void 0.000119
+gallium_dri.so free 0x5571735908b0 void 0.000119
+gallium_dri.so malloc 72 0x557173590a40 0.000118
+gallium_dri.so free 0x557173590ac0 void 0.000119
+gallium_dri.so free 0x557173590a40 void 0.000118
+gallium_dri.so malloc 72 0x557173590ac0 0.000121
+gallium_dri.so free 0x557173590b80 void 0.000119
+gallium_dri.so free 0x557173590ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173590ac0 0.000129
+gallium_dri.so free 0x557173590c00 void 0.000120
+gallium_dri.so free 0x557173590ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173590c30 0.000121
+gallium_dri.so free 0x557173590c80 void 0.000121
+gallium_dri.so free 0x557173590c30 void 0.000117
+gallium_dri.so malloc 72 0x557173590c30 0.000121
+gallium_dri.so free 0x557173590d80 void 0.000119
+gallium_dri.so free 0x557173590c30 void 0.000121
+gallium_dri.so malloc 72 0x557173590d30 0.000118
+gallium_dri.so free 0x557173590e40 void 0.000118
+gallium_dri.so free 0x557173590d30 void 0.000117
+gallium_dri.so malloc 72 0x557173590df0 0.000119
+gallium_dri.so free 0x557173590ec0 void 0.000117
+gallium_dri.so free 0x557173590df0 void 0.000120
+gallium_dri.so malloc 72 0x557173590df0 0.000118
+gallium_dri.so free 0x557173590f80 void 0.000121
+gallium_dri.so free 0x557173590df0 void 0.000121
+gallium_dri.so malloc 72 0x557173590df0 0.000121
+gallium_dri.so free 0x557173591040 void 0.000120
+gallium_dri.so free 0x557173590df0 void 0.000118
+gallium_dri.so malloc 72 0x557173590ff0 0.000120
+gallium_dri.so free 0x5571735910c0 void 0.000120
+gallium_dri.so free 0x557173590ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173591110 0.000121
+gallium_dri.so free 0x557173591180 void 0.000119
+gallium_dri.so free 0x557173591110 void 0.000123
+gallium_dri.so malloc 72 0x5571735911a0 0.000119
+gallium_dri.so free 0x557173591240 void 0.000121
+gallium_dri.so free 0x5571735911a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735911f0 0.000120
+gallium_dri.so free 0x5571735912c0 void 0.000119
+gallium_dri.so free 0x5571735911f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735912c0 0.000120
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x5571735912c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735912c0 0.000119
+gallium_dri.so free 0x557173591400 void 0.000121
+gallium_dri.so free 0x5571735912c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591400 0.000120
+gallium_dri.so free 0x5571735914c0 void 0.000121
+gallium_dri.so free 0x557173591400 void 0.000119
+gallium_dri.so malloc 72 0x557173591400 0.000119
+gallium_dri.so free 0x557173591580 void 0.000120
+gallium_dri.so free 0x557173591400 void 0.000118
+gallium_dri.so malloc 72 0x557173591400 0.000121
+gallium_dri.so free 0x557173591640 void 0.000120
+gallium_dri.so free 0x557173591400 void 0.000120
+gallium_dri.so malloc 72 0x5571735915f0 0.000121
+gallium_dri.so free 0x5571735916c0 void 0.000121
+gallium_dri.so free 0x5571735915f0 void 0.000119
+gallium_dri.so malloc 72 0x557173591710 0.000121
+gallium_dri.so free 0x557173591780 void 0.000125
+gallium_dri.so free 0x557173591710 void 0.000118
+gallium_dri.so malloc 72 0x5571735917c0 0.000120
+gallium_dri.so free 0x557173591840 void 0.000120
+gallium_dri.so free 0x5571735917c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735917c0 0.000120
+gallium_dri.so free 0x5571735918c0 void 0.000121
+gallium_dri.so free 0x5571735917c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735918f0 0.000121
+gallium_dri.so free 0x557173591940 void 0.000118
+gallium_dri.so free 0x5571735918f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735918f0 0.000120
+gallium_dri.so free 0x557173591a40 void 0.000121
+gallium_dri.so free 0x5571735918f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735919f0 0.000125
+gallium_dri.so free 0x557173591b00 void 0.000122
+gallium_dri.so free 0x5571735919f0 void 0.000121
+gallium_dri.so malloc 72 0x557173591ab0 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000120
+gallium_dri.so free 0x557173591ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173591ab0 0.000121
+gallium_dri.so free 0x557173591c00 void 0.000118
+gallium_dri.so free 0x557173591ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173591c70 0.000121
+gallium_dri.so free 0x557173591cc0 void 0.000117
+gallium_dri.so free 0x557173591c70 void 0.000119
+gallium_dri.so malloc 72 0x557173591c70 0.000121
+gallium_dri.so free 0x557173591dc0 void 0.000121
+gallium_dri.so free 0x557173591c70 void 0.000117
+gallium_dri.so malloc 72 0x557173591d70 0.000118
+gallium_dri.so free 0x557173591e80 void 0.000121
+gallium_dri.so free 0x557173591d70 void 0.000118
+gallium_dri.so malloc 72 0x557173591e30 0.000119
+gallium_dri.so free 0x557173591ec0 void 0.000119
+gallium_dri.so free 0x557173591e30 void 0.000117
+gallium_dri.so malloc 72 0x557173591e30 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so free 0x557173591e30 void 0.000119
+gallium_dri.so malloc 72 0x557173591e30 0.000120
+gallium_dri.so free 0x5571735f5580 void 0.000118
+gallium_dri.so free 0x557173591e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5530 0.000121
+gallium_dri.so free 0x5571735f5640 void 0.000118
+gallium_dri.so free 0x5571735f5530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f55f0 0.000118
+gallium_dri.so free 0x5571735f56c0 void 0.000120
+gallium_dri.so free 0x5571735f55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55f0 0.000120
+gallium_dri.so free 0x5571735f5780 void 0.000119
+gallium_dri.so free 0x5571735f55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55f0 0.000117
+gallium_dri.so free 0x5571735f5840 void 0.000119
+gallium_dri.so free 0x5571735f55f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f57f0 0.000119
+gallium_dri.so free 0x5571735f58c0 void 0.000120
+gallium_dri.so free 0x5571735f57f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5910 0.000120
+gallium_dri.so free 0x5571735f5980 void 0.000119
+gallium_dri.so free 0x5571735f5910 void 0.000120
+gallium_dri.so malloc 72 0x5571735f59a0 0.000118
+gallium_dri.so free 0x5571735f5a40 void 0.000119
+gallium_dri.so free 0x5571735f59a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f59f0 0.000120
+gallium_dri.so free 0x5571735f5ac0 void 0.000118
+gallium_dri.so free 0x5571735f59f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000121
+gallium_dri.so free 0x5571735f5b80 void 0.000119
+gallium_dri.so free 0x5571735f5ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000118
+gallium_dri.so free 0x5571735f5c00 void 0.000122
+gallium_dri.so free 0x5571735f5ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5c00 0.000122
+gallium_dri.so free 0x5571735f5cc0 void 0.000120
+gallium_dri.so free 0x5571735f5c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5c00 0.000120
+gallium_dri.so free 0x5571735f5d80 void 0.000122
+gallium_dri.so free 0x5571735f5c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5c00 0.000120
+gallium_dri.so free 0x5571735f5e40 void 0.000131
+gallium_dri.so free 0x5571735f5c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5df0 0.000117
+gallium_dri.so free 0x5571735f5ec0 void 0.000121
+gallium_dri.so free 0x5571735f5df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5f10 0.000120
+gallium_dri.so free 0x5571735f5f80 void 0.000120
+gallium_dri.so free 0x5571735f5f10 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000121
+gallium_dri.so free 0x5571735f6040 void 0.000121
+gallium_dri.so free 0x5571735f5fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000121
+gallium_dri.so free 0x5571735f60c0 void 0.000121
+gallium_dri.so free 0x5571735f5fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f60f0 0.000121
+gallium_dri.so free 0x5571735f6140 void 0.000118
+gallium_dri.so free 0x5571735f60f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f60f0 0.000120
+gallium_dri.so free 0x5571735f6240 void 0.000121
+gallium_dri.so free 0x5571735f60f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f61f0 0.000120
+gallium_dri.so free 0x5571735f6300 void 0.000119
+gallium_dri.so free 0x5571735f61f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62b0 0.000121
+gallium_dri.so free 0x5571735f6340 void 0.000120
+gallium_dri.so free 0x5571735f62b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62b0 0.000175
+gallium_dri.so free 0x5571735f6400 void 0.000120
+gallium_dri.so free 0x5571735f62b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6470 0.000121
+gallium_dri.so free 0x5571735f64c0 void 0.000120
+gallium_dri.so free 0x5571735f6470 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6470 0.000120
+gallium_dri.so free 0x5571735f65c0 void 0.000117
+gallium_dri.so free 0x5571735f6470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6570 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so free 0x5571735f6570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6630 0.000121
+gallium_dri.so free 0x5571735f66c0 void 0.000119
+gallium_dri.so free 0x5571735f6630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6630 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000121
+gallium_dri.so free 0x5571735f6630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f67c0 0.000120
+gallium_dri.so free 0x5571735f6840 void 0.000122
+gallium_dri.so free 0x5571735f67c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6840 0.000121
+gallium_dri.so free 0x5571735f6900 void 0.000121
+gallium_dri.so free 0x5571735f6840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6840 0.000120
+gallium_dri.so free 0x5571735f69c0 void 0.000121
+gallium_dri.so free 0x5571735f6840 void 0.000183
+gallium_dri.so malloc 72 0x5571735f69e0 0.000209
+gallium_dri.so free 0x5571735f6a80 void 0.000129
+gallium_dri.so free 0x5571735f69e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6a30 0.000125
+gallium_dri.so free 0x5571735f6b00 void 0.000126
+gallium_dri.so free 0x5571735f6a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6a30 0.000120
+gallium_dri.so free 0x5571735f6b80 void 0.000119
+gallium_dri.so free 0x5571735f6a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6b80 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000124
+gallium_dri.so free 0x5571735f6b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b80 0.000115
+gallium_dri.so free 0x5571735f6d00 void 0.000116
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6b80 0.000120
+gallium_dri.so free 0x5571735f6dc0 void 0.000135
+gallium_dri.so free 0x5571735f6b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6d70 0.000125
+gallium_dri.so free 0x5571735f6e80 void 0.000126
+gallium_dri.so free 0x5571735f6d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e30 0.000121
+gallium_dri.so free 0x5571735f6f00 void 0.000142
+gallium_dri.so free 0x5571735f6e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6f50 0.000122
+gallium_dri.so free 0x5571735f6fc0 void 0.000126
+gallium_dri.so free 0x5571735f6f50 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6fe0 0.000125
+gallium_dri.so free 0x5571735f7080 void 0.000127
+gallium_dri.so free 0x5571735f6fe0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7030 0.000126
+gallium_dri.so free 0x5571735f7100 void 0.000128
+gallium_dri.so free 0x5571735f7030 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7030 0.000122
+gallium_dri.so free 0x5571735f7180 void 0.000120
+gallium_dri.so free 0x5571735f7030 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7180 0.000130
+gallium_dri.so free 0x5571735f7240 void 0.000130
+gallium_dri.so free 0x5571735f7180 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7180 0.000125
+gallium_dri.so free 0x5571735f7340 void 0.000131
+gallium_dri.so free 0x5571735f7180 void 0.000131
+gallium_dri.so malloc 72 0x5571735f72f0 0.000125
+gallium_dri.so free 0x5571735f7380 void 0.000122
+gallium_dri.so free 0x5571735f72f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f72f0 0.000131
+gallium_dri.so free 0x5571735f7440 void 0.000129
+gallium_dri.so free 0x5571735f72f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7480 0.000132
+gallium_dri.so free 0x5571735f7500 void 0.000130
+gallium_dri.so free 0x5571735f7480 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7500 0.000125
+gallium_dri.so free 0x5571735f75c0 void 0.000122
+gallium_dri.so free 0x5571735f7500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7500 0.000120
+gallium_dri.so free 0x5571735f7640 void 0.000121
+gallium_dri.so free 0x5571735f7500 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7670 0.000130
+gallium_dri.so free 0x5571735f76c0 void 0.000130
+gallium_dri.so free 0x5571735f7670 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7670 0.000127
+gallium_dri.so free 0x5571735f77c0 void 0.000128
+gallium_dri.so free 0x5571735f7670 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7800 0.000124
+gallium_dri.so free 0x5571735f7880 void 0.000121
+gallium_dri.so free 0x5571735f7800 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7880 0.000130
+gallium_dri.so free 0x5571735f7940 void 0.000130
+gallium_dri.so free 0x5571735f7880 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7880 0.000121
+gallium_dri.so free 0x5571735f79c0 void 0.000121
+gallium_dri.so free 0x5571735f7880 void 0.000138
+gallium_dri.so malloc 72 0x5571735f79f0 0.000121
+gallium_dri.so free 0x5571735f7a40 void 0.000122
+gallium_dri.so free 0x5571735f79f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f79f0 0.000119
+gallium_dri.so free 0x5571735f7b40 void 0.000121
+gallium_dri.so free 0x5571735f79f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7af0 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so free 0x5571735f7af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000124
+gallium_dri.so free 0x5571735f7c80 void 0.000116
+gallium_dri.so free 0x5571735f7bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000114
+gallium_dri.so free 0x5571735f7d40 void 0.000115
+gallium_dri.so free 0x5571735f7bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000115
+gallium_dri.so free 0x5571735f7e00 void 0.000115
+gallium_dri.so free 0x5571735f7bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7db0 0.000114
+gallium_dri.so free 0x5571735f7e80 void 0.000115
+gallium_dri.so free 0x5571735f7db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7ed0 0.000115
+gallium_dri.so free 0x5571735f7f40 void 0.000116
+gallium_dri.so free 0x5571735f7ed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7f60 0.000114
+gallium_dri.so free 0x5571735f8000 void 0.000115
+gallium_dri.so free 0x5571735f7f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000116
+gallium_dri.so free 0x5571735f8080 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8080 0.000116
+gallium_dri.so free 0x5571735f8140 void 0.000116
+gallium_dri.so free 0x5571735f8080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8080 0.000115
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f8080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f81c0 0.000115
+gallium_dri.so free 0x5571735f8280 void 0.000116
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f81c0 0.000114
+gallium_dri.so free 0x5571735f8340 void 0.000117
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f81c0 0.000113
+gallium_dri.so free 0x5571735f8400 void 0.000117
+gallium_dri.so free 0x5571735f81c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f83b0 0.000114
+gallium_dri.so free 0x5571735f8480 void 0.000115
+gallium_dri.so free 0x5571735f83b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f84d0 0.000114
+gallium_dri.so free 0x5571735f8540 void 0.000116
+gallium_dri.so free 0x5571735f84d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8580 0.000119
+gallium_dri.so free 0x5571735f8600 void 0.000115
+gallium_dri.so free 0x5571735f8580 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8580 0.000119
+gallium_dri.so free 0x5571735f8680 void 0.000116
+gallium_dri.so free 0x5571735f8580 void 0.000115
+gallium_dri.so malloc 72 0x5571735f86b0 0.000116
+gallium_dri.so free 0x5571735f8700 void 0.000116
+gallium_dri.so free 0x5571735f86b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f86b0 0.000115
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f86b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f87b0 0.000115
+gallium_dri.so free 0x5571735f88c0 void 0.000115
+gallium_dri.so free 0x5571735f87b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8870 0.000119
+gallium_dri.so free 0x5571735f8900 void 0.000116
+gallium_dri.so free 0x5571735f8870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8870 0.000116
+gallium_dri.so free 0x5571735f89c0 void 0.000115
+gallium_dri.so free 0x5571735f8870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8a30 0.000115
+gallium_dri.so free 0x5571735f8a80 void 0.000116
+gallium_dri.so free 0x5571735f8a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8a30 0.000114
+gallium_dri.so free 0x5571735f8b80 void 0.000116
+gallium_dri.so free 0x5571735f8a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b30 0.000116
+gallium_dri.so free 0x5571735f8c40 void 0.000133
+gallium_dri.so free 0x5571735f8b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000114
+gallium_dri.so free 0x5571735f8c80 void 0.000115
+gallium_dri.so free 0x5571735f8bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000115
+gallium_dri.so free 0x5571735f8bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8d80 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000116
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e00 0.000114
+gallium_dri.so free 0x5571735f8ec0 void 0.000115
+gallium_dri.so free 0x5571735f8e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8e00 0.000115
+gallium_dri.so free 0x5571735f8f80 void 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8fa0 0.000115
+gallium_dri.so free 0x5571735f9040 void 0.000116
+gallium_dri.so free 0x5571735f8fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000114
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so free 0x5571735f8ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000117
+gallium_dri.so free 0x5571735f8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9140 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000127
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9140 0.000115
+gallium_dri.so free 0x5571735f92c0 void 0.000116
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9140 0.000115
+gallium_dri.so free 0x5571735f9380 void 0.000117
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9330 0.000114
+gallium_dri.so free 0x5571735f9440 void 0.000117
+gallium_dri.so free 0x5571735f9330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f93f0 0.000114
+gallium_dri.so free 0x5571735f94c0 void 0.000115
+gallium_dri.so free 0x5571735f93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9510 0.000113
+gallium_dri.so free 0x5571735f9580 void 0.000117
+gallium_dri.so free 0x5571735f9510 void 0.000116
+gallium_dri.so malloc 72 0x5571735f95a0 0.000115
+gallium_dri.so free 0x5571735f9640 void 0.000115
+gallium_dri.so free 0x5571735f95a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f95f0 0.000114
+gallium_dri.so free 0x5571735f96c0 void 0.000116
+gallium_dri.so free 0x5571735f95f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f95f0 0.000116
+gallium_dri.so free 0x5571735f9740 void 0.000116
+gallium_dri.so free 0x5571735f95f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9740 0.000113
+gallium_dri.so free 0x5571735f9800 void 0.000158
+gallium_dri.so free 0x5571735f9740 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9740 0.000118
+gallium_dri.so free 0x5571735f9900 void 0.000116
+gallium_dri.so free 0x5571735f9740 void 0.000115
+gallium_dri.so malloc 72 0x5571735f98b0 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000115
+gallium_dri.so free 0x5571735f98b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98b0 0.000115
+gallium_dri.so free 0x5571735f9a00 void 0.000115
+gallium_dri.so free 0x5571735f98b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9a40 0.000114
+gallium_dri.so free 0x5571735f9ac0 void 0.000116
+gallium_dri.so free 0x5571735f9a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000114
+gallium_dri.so free 0x5571735f9b80 void 0.000114
+gallium_dri.so free 0x5571735f9ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ac0 0.000116
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so free 0x5571735f9ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9c30 0.000114
+gallium_dri.so free 0x5571735f9c80 void 0.000116
+gallium_dri.so free 0x5571735f9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c30 0.000115
+gallium_dri.so free 0x5571735f9d80 void 0.000115
+gallium_dri.so free 0x5571735f9c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9dc0 0.000114
+gallium_dri.so free 0x5571735f9e40 void 0.000171
+gallium_dri.so free 0x5571735f9dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9e40 0.000114
+gallium_dri.so free 0x5571735f9f00 void 0.000115
+gallium_dri.so free 0x5571735f9e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9e40 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000116
+gallium_dri.so free 0x5571735f9e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9fb0 0.000113
+gallium_dri.so free 0x5571735fa000 void 0.000115
+gallium_dri.so free 0x5571735f9fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9fb0 0.000115
+gallium_dri.so free 0x5571735fa100 void 0.000114
+gallium_dri.so free 0x5571735f9fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000113
+gallium_dri.so free 0x5571735fa1c0 void 0.000114
+gallium_dri.so free 0x5571735fa0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa170 0.000115
+gallium_dri.so free 0x5571735fa240 void 0.000117
+gallium_dri.so free 0x5571735fa170 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa170 0.000114
+gallium_dri.so free 0x5571735fa300 void 0.000116
+gallium_dri.so free 0x5571735fa170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa170 0.000114
+gallium_dri.so free 0x5571735fa3c0 void 0.000115
+gallium_dri.so free 0x5571735fa170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa370 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000123
+gallium_dri.so free 0x5571735fa370 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa490 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000116
+gallium_dri.so free 0x5571735fa490 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa520 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so free 0x5571735fa520 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa570 0.000115
+gallium_dri.so free 0x5571735fa640 void 0.000116
+gallium_dri.so free 0x5571735fa570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa640 0.000115
+gallium_dri.so free 0x5571735fa700 void 0.000115
+gallium_dri.so free 0x5571735fa640 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa640 0.000114
+gallium_dri.so free 0x5571735fa780 void 0.000121
+gallium_dri.so free 0x5571735fa640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa780 0.000116
+gallium_dri.so free 0x5571735fa840 void 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa780 0.000116
+gallium_dri.so free 0x5571735fa900 void 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa780 0.000116
+gallium_dri.so free 0x5571735fa9c0 void 0.000116
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa970 0.000114
+gallium_dri.so free 0x5571735faa40 void 0.000157
+gallium_dri.so free 0x5571735fa970 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa90 0.000115
+gallium_dri.so free 0x5571735fab00 void 0.000115
+gallium_dri.so free 0x5571735faa90 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab40 0.000114
+gallium_dri.so free 0x5571735fabc0 void 0.000116
+gallium_dri.so free 0x5571735fab40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab40 0.000114
+gallium_dri.so free 0x5571735fac40 void 0.000115
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fac70 0.000114
+gallium_dri.so free 0x5571735facc0 void 0.000116
+gallium_dri.so free 0x5571735fac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fac70 0.000115
+gallium_dri.so free 0x5571735fadc0 void 0.000115
+gallium_dri.so free 0x5571735fac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad70 0.000113
+gallium_dri.so free 0x5571735fae80 void 0.000116
+gallium_dri.so free 0x5571735fad70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae30 0.000113
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x5571735fae30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae30 0.000115
+gallium_dri.so free 0x5571735faf80 void 0.000115
+gallium_dri.so free 0x5571735fae30 void 0.000114
+gallium_dri.so malloc 72 0x5571735faff0 0.000114
+gallium_dri.so free 0x5571735fb040 void 0.000166
+gallium_dri.so free 0x5571735faff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faff0 0.000113
+gallium_dri.so free 0x5571735fb140 void 0.000113
+gallium_dri.so free 0x5571735faff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000112
+gallium_dri.so free 0x5571735fb200 void 0.000114
+gallium_dri.so free 0x5571735fb0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000114
+gallium_dri.so free 0x5571735fb240 void 0.000113
+gallium_dri.so free 0x5571735fb1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000111
+gallium_dri.so free 0x5571735fb300 void 0.000114
+gallium_dri.so free 0x5571735fb1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb340 0.000112
+gallium_dri.so free 0x5571735fb3c0 void 0.000114
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3c0 0.000113
+gallium_dri.so free 0x5571735fb540 void 0.000113
+gallium_dri.so free 0x5571735fb3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb560 0.000115
+gallium_dri.so free 0x5571735fb600 void 0.000113
+gallium_dri.so free 0x5571735fb560 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000112
+gallium_dri.so free 0x5571735fb680 void 0.000114
+gallium_dri.so free 0x5571735fb5b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000120
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so free 0x5571735fb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb700 0.000113
+gallium_dri.so free 0x5571735fb7c0 void 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb700 0.000114
+gallium_dri.so free 0x5571735fb880 void 0.000115
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb700 0.000113
+gallium_dri.so free 0x5571735fb940 void 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000113
+gallium_dri.so free 0x5571735fba00 void 0.000114
+gallium_dri.so free 0x5571735fb8f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000194
+gallium_dri.so free 0x5571735fba80 void 0.000201
+gallium_dri.so free 0x5571735fb9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbad0 0.000112
+gallium_dri.so free 0x5571735fbb40 void 0.000114
+gallium_dri.so free 0x5571735fbad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb60 0.000117
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so free 0x5571735fbb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000152
+gallium_dri.so free 0x5571735fbc80 void 0.000117
+gallium_dri.so free 0x5571735fbbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000113
+gallium_dri.so free 0x5571735fbd00 void 0.000114
+gallium_dri.so free 0x5571735fbbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbd00 0.000114
+gallium_dri.so free 0x5571735fbdc0 void 0.000114
+gallium_dri.so free 0x5571735fbd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd00 0.000114
+gallium_dri.so free 0x5571735fbec0 void 0.000115
+gallium_dri.so free 0x5571735fbd00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbe70 0.000113
+gallium_dri.so free 0x5571735fbf00 void 0.000114
+gallium_dri.so free 0x5571735fbe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbe70 0.000113
+gallium_dri.so free 0x5571735fbfc0 void 0.000114
+gallium_dri.so free 0x5571735fbe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc000 0.000113
+gallium_dri.so free 0x5571735fc080 void 0.000115
+gallium_dri.so free 0x5571735fc000 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc080 0.000113
+gallium_dri.so free 0x5571735fc140 void 0.000115
+gallium_dri.so free 0x5571735fc080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc080 0.000115
+gallium_dri.so free 0x5571735fc1c0 void 0.000116
+gallium_dri.so free 0x5571735fc080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000115
+gallium_dri.so free 0x5571735fc240 void 0.000116
+gallium_dri.so free 0x5571735fc1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc1f0 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735fc1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc380 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000122
+gallium_dri.so free 0x5571735fc380 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc400 0.000115
+gallium_dri.so free 0x5571735fc4c0 void 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc400 0.000113
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc570 0.000112
+gallium_dri.so free 0x5571735fc5c0 void 0.000119
+gallium_dri.so free 0x5571735fc570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc570 0.000116
+gallium_dri.so free 0x5571735fc6c0 void 0.000115
+gallium_dri.so free 0x5571735fc570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc670 0.000114
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc670 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc730 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc730 0.000115
+gallium_dri.so free 0x5571735fc8c0 void 0.000126
+gallium_dri.so free 0x5571735fc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc730 0.000115
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so free 0x5571735fc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fca50 0.000112
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fca50 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcae0 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x5571735fcae0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcb30 0.000115
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc00 0.000115
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcc00 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000116
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd40 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fcd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd40 0.000112
+gallium_dri.so free 0x5571735fcec0 void 0.000161
+gallium_dri.so free 0x5571735fcd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcd40 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fcd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000115
+gallium_dri.so free 0x5571735fcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd050 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fd050 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd100 0.000113
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735fd100 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd100 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd230 0.000118
+gallium_dri.so free 0x5571735fd280 void 0.000115
+gallium_dri.so free 0x5571735fd230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd230 0.000114
+gallium_dri.so free 0x5571735fd380 void 0.000115
+gallium_dri.so free 0x5571735fd230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd330 0.000112
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000113
+gallium_dri.so free 0x5571735fd480 void 0.000119
+gallium_dri.so free 0x5571735fd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000120
+gallium_dri.so free 0x5571735fd540 void 0.000114
+gallium_dri.so free 0x5571735fd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000114
+gallium_dri.so free 0x5571735fd600 void 0.000115
+gallium_dri.so free 0x5571735fd5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fd5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000113
+gallium_dri.so free 0x5571735fd7c0 void 0.000114
+gallium_dri.so free 0x5571735fd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd770 0.000113
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd770 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so free 0x5571735fd770 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd900 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000115
+gallium_dri.so free 0x5571735fd900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd980 0.000114
+gallium_dri.so free 0x5571735fda40 void 0.000115
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd980 0.000114
+gallium_dri.so free 0x5571735fdb00 void 0.000116
+gallium_dri.so free 0x5571735fd980 void 0.000110
+gallium_dri.so malloc 72 0x5571735fdb20 0.000116
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so free 0x5571735fdb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000115
+gallium_dri.so free 0x5571735fdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000113
+gallium_dri.so free 0x5571735fdd80 void 0.000114
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000113
+gallium_dri.so free 0x5571735fde40 void 0.000115
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000112
+gallium_dri.so free 0x5571735fdf00 void 0.000114
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so free 0x5571735fdeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf70 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so free 0x5571735fdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe090 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000136
+gallium_dri.so free 0x5571735fe090 void 0.000169
+gallium_dri.so malloc 72 0x5571735fe120 0.000115
+gallium_dri.so free 0x5571735fe1c0 void 0.000115
+gallium_dri.so free 0x5571735fe120 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe170 0.000114
+gallium_dri.so free 0x5571735fe240 void 0.000114
+gallium_dri.so free 0x5571735fe170 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe170 0.000112
+gallium_dri.so free 0x5571735fe2c0 void 0.000114
+gallium_dri.so free 0x5571735fe170 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe2c0 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000115
+gallium_dri.so free 0x5571735fe2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2c0 0.000114
+gallium_dri.so free 0x5571735fe480 void 0.000115
+gallium_dri.so free 0x5571735fe2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe430 0.000117
+gallium_dri.so free 0x5571735fe4c0 void 0.000116
+gallium_dri.so free 0x5571735fe430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe430 0.000112
+gallium_dri.so free 0x5571735fe580 void 0.000115
+gallium_dri.so free 0x5571735fe430 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe5c0 0.000129
+gallium_dri.so free 0x5571735fe640 void 0.000121
+gallium_dri.so free 0x5571735fe5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe640 0.000125
+gallium_dri.so free 0x5571735fe700 void 0.000131
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe640 0.000118
+gallium_dri.so free 0x5571735fe780 void 0.000120
+gallium_dri.so free 0x5571735fe640 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000124
+gallium_dri.so free 0x5571735fe800 void 0.000124
+gallium_dri.so free 0x5571735fe7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so free 0x5571735fe7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe940 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000119
+gallium_dri.so free 0x5571735feb00 void 0.000116
+gallium_dri.so free 0x5571735fe9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feb30 0.000113
+gallium_dri.so free 0x5571735feb80 void 0.000114
+gallium_dri.so free 0x5571735feb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb30 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000127
+gallium_dri.so free 0x5571735feb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec30 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735fec30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fecf0 0.000112
+gallium_dri.so free 0x5571735fedc0 void 0.000116
+gallium_dri.so free 0x5571735fecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000114
+gallium_dri.so free 0x5571735fef40 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feef0 0.000114
+gallium_dri.so free 0x5571735fefc0 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff010 0.000112
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so free 0x5571735ff010 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0a0 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735ff0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000115
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000115
+gallium_dri.so free 0x5571735ff280 void 0.000116
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000123
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff300 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff300 0.000119
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff300 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff300 0.000112
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000113
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff610 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff610 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6c0 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571735ff6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6c0 0.000115
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000121
+gallium_dri.so free 0x5571735ff840 void 0.000177
+gallium_dri.so free 0x5571735ff7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000118
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000112
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000114
+gallium_dri.so free 0x5571735ffa40 void 0.000116
+gallium_dri.so free 0x5571735ff9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000114
+gallium_dri.so free 0x5571735ffb00 void 0.000114
+gallium_dri.so free 0x5571735ff9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb70 0.000114
+gallium_dri.so free 0x5571735ffbc0 void 0.000115
+gallium_dri.so free 0x5571735ffb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb70 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000116
+gallium_dri.so free 0x5571735ffb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffd80 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd30 0.000261
+gallium_dri.so free 0x5571735ffdc0 void 0.000158
+gallium_dri.so free 0x5571735ffd30 void 0.000156
+gallium_dri.so malloc 72 0x5571735ffd30 0.000160
+gallium_dri.so free 0x5571735ffe80 void 0.000155
+gallium_dri.so free 0x5571735ffd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffec0 0.000115
+gallium_dri.so free 0x5571735cae40 void 0.000116
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cae40 0.000114
+gallium_dri.so free 0x5571735caf00 void 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cae40 0.000117
+gallium_dri.so free 0x5571735fff40 void 0.000115
+gallium_dri.so free 0x5571735cae40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cae40 0.000114
+gallium_dri.so free 0x5571735cb000 void 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cae40 0.000114
+gallium_dri.so free 0x5571735cb0c0 void 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb070 0.000112
+gallium_dri.so free 0x5571735cb140 void 0.000114
+gallium_dri.so free 0x5571735cb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb190 0.000112
+gallium_dri.so free 0x5571735cb200 void 0.000116
+gallium_dri.so free 0x5571735cb190 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb220 0.000114
+gallium_dri.so free 0x5571735cb2c0 void 0.000171
+gallium_dri.so free 0x5571735cb220 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb270 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb270 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb340 0.000114
+gallium_dri.so free 0x5571735cb400 void 0.000116
+gallium_dri.so free 0x5571735cb340 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb340 0.000115
+gallium_dri.so free 0x5571735cb480 void 0.000114
+gallium_dri.so free 0x5571735cb340 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb480 0.000112
+gallium_dri.so free 0x5571735cb540 void 0.000114
+gallium_dri.so free 0x5571735cb480 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb480 0.000113
+gallium_dri.so free 0x5571735cb600 void 0.000116
+gallium_dri.so free 0x5571735cb480 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb480 0.000113
+gallium_dri.so free 0x5571735cb6c0 void 0.000115
+gallium_dri.so free 0x5571735cb480 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb670 0.000113
+gallium_dri.so free 0x5571735cb740 void 0.000115
+gallium_dri.so free 0x5571735cb670 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb790 0.000114
+gallium_dri.so free 0x5571735cb800 void 0.000115
+gallium_dri.so free 0x5571735cb790 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb840 0.000115
+gallium_dri.so free 0x5571735cb8c0 void 0.000178
+gallium_dri.so free 0x5571735cb840 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb840 0.000114
+gallium_dri.so free 0x5571735cb940 void 0.000113
+gallium_dri.so free 0x5571735cb840 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb970 0.000110
+gallium_dri.so free 0x5571735cb9c0 void 0.000112
+gallium_dri.so free 0x5571735cb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb970 0.000111
+gallium_dri.so free 0x5571735cbac0 void 0.000111
+gallium_dri.so free 0x5571735cb970 void 0.000116
+gallium_dri.so malloc 72 0x5571735cba70 0.000125
+gallium_dri.so free 0x5571735cbb80 void 0.000115
+gallium_dri.so free 0x5571735cba70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cbb30 0.000125
+gallium_dri.so free 0x5571735cbbc0 void 0.000124
+gallium_dri.so free 0x5571735cbb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbb30 0.000120
+gallium_dri.so free 0x5571735cbc80 void 0.000115
+gallium_dri.so free 0x5571735cbb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000120
+gallium_dri.so free 0x5571735cbd40 void 0.000119
+gallium_dri.so free 0x5571735cbcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000123
+gallium_dri.so free 0x5571735cbe40 void 0.000124
+gallium_dri.so free 0x5571735cbcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000120
+gallium_dri.so free 0x5571735cbf00 void 0.000125
+gallium_dri.so free 0x5571735cbdf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000118
+gallium_dri.so free 0x5571735cbf40 void 0.000120
+gallium_dri.so free 0x5571735cbeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbeb0 0.000119
+gallium_dri.so free 0x5571735cc000 void 0.000118
+gallium_dri.so free 0x5571735cbeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc040 0.000124
+gallium_dri.so free 0x5571735cc0c0 void 0.000123
+gallium_dri.so free 0x5571735cc040 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000124
+gallium_dri.so free 0x5571735cc180 void 0.000118
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc0c0 0.000114
+gallium_dri.so free 0x5571735cc240 void 0.000119
+gallium_dri.so free 0x5571735cc0c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc260 0.000125
+gallium_dri.so free 0x5571735cc300 void 0.000123
+gallium_dri.so free 0x5571735cc260 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000123
+gallium_dri.so free 0x5571735cc380 void 0.000126
+gallium_dri.so free 0x5571735cc2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc2b0 0.000123
+gallium_dri.so free 0x5571735cc400 void 0.000124
+gallium_dri.so free 0x5571735cc2b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc400 0.000122
+gallium_dri.so free 0x5571735cc4c0 void 0.000124
+gallium_dri.so free 0x5571735cc400 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc400 0.000124
+gallium_dri.so free 0x5571735cc580 void 0.000123
+gallium_dri.so free 0x5571735cc400 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc400 0.000124
+gallium_dri.so free 0x5571735cc640 void 0.000134
+gallium_dri.so free 0x5571735cc400 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000125
+gallium_dri.so free 0x5571735cc700 void 0.000129
+gallium_dri.so free 0x5571735cc5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc6b0 0.000125
+gallium_dri.so free 0x5571735cc780 void 0.000120
+gallium_dri.so free 0x5571735cc6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cc7d0 0.000129
+gallium_dri.so free 0x5571735cc840 void 0.000133
+gallium_dri.so free 0x5571735cc7d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc860 0.000132
+gallium_dri.so free 0x5571735cc900 void 0.000130
+gallium_dri.so free 0x5571735cc860 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000121
+gallium_dri.so free 0x5571735cc980 void 0.000126
+gallium_dri.so free 0x5571735cc8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000129
+gallium_dri.so free 0x5571735cca00 void 0.000130
+gallium_dri.so free 0x5571735cc8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cca00 0.000163
+gallium_dri.so free 0x5571735ccac0 void 0.000170
+gallium_dri.so free 0x5571735cca00 void 0.000163
+gallium_dri.so malloc 72 0x5571735cca00 0.000128
+gallium_dri.so free 0x5571735ccbc0 void 0.000131
+gallium_dri.so free 0x5571735cca00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccb70 0.000130
+gallium_dri.so free 0x5571735ccc00 void 0.000129
+gallium_dri.so free 0x5571735ccb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccb70 0.000135
+gallium_dri.so free 0x5571735cccc0 void 0.000129
+gallium_dri.so free 0x5571735ccb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735ccd00 0.000130
+gallium_dri.so free 0x5571735ccd80 void 0.000124
+gallium_dri.so free 0x5571735ccd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccd80 0.000125
+gallium_dri.so free 0x5571735cce40 void 0.000125
+gallium_dri.so free 0x5571735ccd80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ccd80 0.000131
+gallium_dri.so free 0x5571735ccec0 void 0.000129
+gallium_dri.so free 0x5571735ccd80 void 0.000127
+gallium_dri.so malloc 72 0x5571735ccef0 0.000126
+gallium_dri.so free 0x5571735ccf40 void 0.000129
+gallium_dri.so free 0x5571735ccef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ccef0 0.000129
+gallium_dri.so free 0x5571735cd040 void 0.000125
+gallium_dri.so free 0x5571735ccef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd080 0.000125
+gallium_dri.so free 0x5571735cd100 void 0.000128
+gallium_dri.so free 0x5571735cd080 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd100 0.000159
+gallium_dri.so free 0x5571735cd1c0 void 0.000158
+gallium_dri.so free 0x5571735cd100 void 0.000281
+gallium_dri.so malloc 72 0x5571735cd100 0.000180
+gallium_dri.so free 0x5571735cd240 void 0.000167
+gallium_dri.so free 0x5571735cd100 void 0.000240
+gallium_dri.so malloc 72 0x5571735cd270 0.000279
+gallium_dri.so free 0x5571735cd2c0 void 0.000281
+gallium_dri.so free 0x5571735cd270 void 0.000288
+gallium_dri.so malloc 72 0x5571735cd270 0.000292
+gallium_dri.so free 0x5571735cd3c0 void 0.000282
+gallium_dri.so free 0x5571735cd270 void 0.000278
+gallium_dri.so malloc 72 0x5571735cd370 0.000316
+gallium_dri.so free 0x5571735cd480 void 0.000189
+gallium_dri.so free 0x5571735cd370 void 0.000183
+gallium_dri.so malloc 72 0x5571735cd430 0.000183
+gallium_dri.so free 0x5571735cd500 void 0.000147
+gallium_dri.so free 0x5571735cd430 void 0.000148
+gallium_dri.so malloc 72 0x5571735cd430 0.000147
+gallium_dri.so free 0x5571735cd5c0 void 0.000141
+gallium_dri.so free 0x5571735cd430 void 0.000135
+gallium_dri.so malloc 72 0x5571735cd430 0.000141
+gallium_dri.so free 0x5571735cd680 void 0.000142
+gallium_dri.so free 0x5571735cd430 void 0.000140
+gallium_dri.so malloc 72 0x5571735cd630 0.000147
+gallium_dri.so free 0x5571735cd700 void 0.000145
+gallium_dri.so free 0x5571735cd630 void 0.000145
+gallium_dri.so malloc 72 0x5571735cd750 0.000147
+gallium_dri.so free 0x5571735cd7c0 void 0.000146
+gallium_dri.so free 0x5571735cd750 void 0.000146
+gallium_dri.so malloc 72 0x5571735cd7e0 0.000158
+gallium_dri.so free 0x5571735cd880 void 0.000143
+gallium_dri.so free 0x5571735cd7e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cd830 0.000147
+gallium_dri.so free 0x5571735cd900 void 0.000144
+gallium_dri.so free 0x5571735cd830 void 0.000147
+gallium_dri.so malloc 72 0x5571735cd900 0.000149
+gallium_dri.so free 0x5571735cd9c0 void 0.000141
+gallium_dri.so free 0x5571735cd900 void 0.000136
+gallium_dri.so malloc 72 0x5571735cd900 0.000141
+gallium_dri.so free 0x5571735cda40 void 0.000141
+gallium_dri.so free 0x5571735cd900 void 0.000136
+gallium_dri.so malloc 72 0x5571735cda40 0.000135
+gallium_dri.so free 0x5571735cdb00 void 0.000136
+gallium_dri.so free 0x5571735cda40 void 0.000151
+gallium_dri.so malloc 72 0x5571735cda40 0.000140
+gallium_dri.so free 0x5571735cdbc0 void 0.000146
+gallium_dri.so free 0x5571735cda40 void 0.000148
+gallium_dri.so malloc 72 0x5571735cda40 0.000146
+gallium_dri.so free 0x5571735cdc80 void 0.000195
+gallium_dri.so free 0x5571735cda40 void 0.000160
+gallium_dri.so malloc 72 0x5571735cdc30 0.000181
+gallium_dri.so free 0x5571735cdd00 void 0.000135
+gallium_dri.so free 0x5571735cdc30 void 0.000133
+gallium_dri.so malloc 72 0x5571735cdd50 0.000131
+gallium_dri.so free 0x5571735cddc0 void 0.000128
+gallium_dri.so free 0x5571735cdd50 void 0.000127
+gallium_dri.so malloc 72 0x5571735cde00 0.000126
+gallium_dri.so free 0x5571735cde80 void 0.000122
+gallium_dri.so free 0x5571735cde00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cde00 0.000126
+gallium_dri.so free 0x5571735cdf00 void 0.000128
+gallium_dri.so free 0x5571735cde00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdf30 0.000132
+gallium_dri.so free 0x5571735cdf80 void 0.000132
+gallium_dri.so free 0x5571735cdf30 void 0.000128
+gallium_dri.so malloc 72 0x5571735cdf30 0.000121
+gallium_dri.so free 0x5571735ce080 void 0.000120
+gallium_dri.so free 0x5571735cdf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce030 0.000125
+gallium_dri.so free 0x5571735ce140 void 0.000140
+gallium_dri.so free 0x5571735ce030 void 0.000189
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000272
+gallium_dri.so free 0x5571735ce180 void 0.000282
+gallium_dri.so free 0x5571735ce0f0 void 0.000256
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000283
+gallium_dri.so free 0x5571735ce240 void 0.000285
+gallium_dri.so free 0x5571735ce0f0 void 0.000281
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000273
+gallium_dri.so free 0x5571735ce300 void 0.000278
+gallium_dri.so free 0x5571735ce2b0 void 0.000255
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000224
+gallium_dri.so free 0x5571735ce400 void 0.000222
+gallium_dri.so free 0x5571735ce2b0 void 0.000224
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000321
+gallium_dri.so free 0x5571735ce4c0 void 0.000319
+gallium_dri.so free 0x5571735ce3b0 void 0.000349
+gallium_dri.so malloc 72 0x5571735ce470 0.000325
+gallium_dri.so free 0x5571735ce500 void 0.000297
+gallium_dri.so free 0x5571735ce470 void 0.000267
+gallium_dri.so malloc 72 0x5571735ce470 0.000248
+gallium_dri.so free 0x5571735ce5c0 void 0.000267
+gallium_dri.so free 0x5571735ce470 void 0.000250
+gallium_dri.so malloc 72 0x5571735ce600 0.000244
+gallium_dri.so free 0x5571735ce680 void 0.000297
+gallium_dri.so free 0x5571735ce600 void 0.000342
+gallium_dri.so malloc 72 0x5571735ce680 0.000324
+gallium_dri.so free 0x5571735ce740 void 0.000338
+gallium_dri.so free 0x5571735ce680 void 0.000382
+gallium_dri.so malloc 72 0x5571735ce680 0.000332
+gallium_dri.so free 0x5571735ce800 void 0.000267
+gallium_dri.so free 0x5571735ce680 void 0.000298
+gallium_dri.so malloc 72 0x5571735ce820 0.000289
+gallium_dri.so free 0x5571735ce8c0 void 0.000294
+gallium_dri.so free 0x5571735ce820 void 0.000294
+gallium_dri.so malloc 72 0x5571735ce870 0.000326
+gallium_dri.so free 0x5571735ce940 void 0.000298
+gallium_dri.so free 0x5571735ce870 void 0.000297
+gallium_dri.so malloc 72 0x5571735ce870 0.000291
+gallium_dri.so free 0x5571735ce9c0 void 0.000294
+gallium_dri.so free 0x5571735ce870 void 0.000298
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000296
+gallium_dri.so free 0x5571735cea80 void 0.000300
+gallium_dri.so free 0x5571735ce9c0 void 0.000291
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000287
+gallium_dri.so free 0x5571735ceb40 void 0.000298
+gallium_dri.so free 0x5571735ce9c0 void 0.000292
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000295
+gallium_dri.so free 0x5571735cec00 void 0.000267
+gallium_dri.so free 0x5571735ce9c0 void 0.000266
+gallium_dri.so malloc 72 0x5571735cebb0 0.000279
+gallium_dri.so free 0x5571735cecc0 void 0.000290
+gallium_dri.so free 0x5571735cebb0 void 0.000289
+gallium_dri.so malloc 72 0x5571735cec70 0.000297
+gallium_dri.so free 0x5571735ced40 void 0.000243
+gallium_dri.so free 0x5571735cec70 void 0.000292
+gallium_dri.so malloc 72 0x5571735ced90 0.000287
+gallium_dri.so free 0x5571735cee00 void 0.000288
+gallium_dri.so free 0x5571735ced90 void 0.000297
+gallium_dri.so malloc 72 0x5571735cee20 0.000283
+gallium_dri.so free 0x5571735ceec0 void 0.000297
+gallium_dri.so free 0x5571735cee20 void 0.000336
+gallium_dri.so malloc 72 0x5571735cee70 0.000329
+gallium_dri.so free 0x5571735cef40 void 0.000319
+gallium_dri.so free 0x5571735cee70 void 0.000335
+gallium_dri.so malloc 72 0x5571735cee70 0.000328
+gallium_dri.so free 0x5571735cefc0 void 0.000317
+gallium_dri.so free 0x5571735cee70 void 0.000328
+gallium_dri.so malloc 72 0x5571735cefc0 0.000323
+gallium_dri.so free 0x5571735cf080 void 0.000326
+gallium_dri.so free 0x5571735cefc0 void 0.000273
+gallium_dri.so malloc 72 0x5571735cefc0 0.000350
+gallium_dri.so free 0x5571735cf180 void 0.000279
+gallium_dri.so free 0x5571735cefc0 void 0.000321
+gallium_dri.so malloc 72 0x5571735cf130 0.000292
+gallium_dri.so free 0x5571735cf1c0 void 0.000293
+gallium_dri.so free 0x5571735cf130 void 0.000304
+gallium_dri.so malloc 72 0x5571735cf130 0.000295
+gallium_dri.so free 0x5571735cf280 void 0.000289
+gallium_dri.so free 0x5571735cf130 void 0.000291
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000271
+gallium_dri.so free 0x5571735cf340 void 0.000272
+gallium_dri.so free 0x5571735cf2c0 void 0.000289
+gallium_dri.so malloc 72 0x5571735cf340 0.000290
+gallium_dri.so free 0x5571735cf400 void 0.000294
+gallium_dri.so free 0x5571735cf340 void 0.000306
+gallium_dri.so malloc 72 0x5571735cf340 0.000290
+gallium_dri.so free 0x5571735cf480 void 0.000291
+gallium_dri.so free 0x5571735cf340 void 0.000288
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000283
+gallium_dri.so free 0x5571735cf500 void 0.000265
+gallium_dri.so free 0x5571735cf4b0 void 0.000300
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000273
+gallium_dri.so free 0x5571735cf600 void 0.000288
+gallium_dri.so free 0x5571735cf4b0 void 0.000291
+gallium_dri.so malloc 72 0x5571735cf640 0.000287
+gallium_dri.so free 0x5571735cf6c0 void 0.000292
+gallium_dri.so free 0x5571735cf640 void 0.000295
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000302
+gallium_dri.so free 0x5571735cf780 void 0.000290
+gallium_dri.so free 0x5571735cf6c0 void 0.000288
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000304
+gallium_dri.so free 0x5571735cf800 void 0.000268
+gallium_dri.so free 0x5571735cf6c0 void 0.000292
+gallium_dri.so malloc 72 0x5571735cf830 0.000293
+gallium_dri.so free 0x5571735cf880 void 0.000266
+gallium_dri.so free 0x5571735cf830 void 0.000287
+gallium_dri.so malloc 72 0x5571735cf830 0.000292
+gallium_dri.so free 0x5571735cf980 void 0.000289
+gallium_dri.so free 0x5571735cf830 void 0.000287
+gallium_dri.so malloc 72 0x5571735cf930 0.000296
+gallium_dri.so free 0x5571735cfa40 void 0.000260
+gallium_dri.so free 0x5571735cf930 void 0.000269
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000255
+gallium_dri.so free 0x5571735cfac0 void 0.000187
+gallium_dri.so free 0x5571735cf9f0 void 0.000231
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000253
+gallium_dri.so free 0x5571735cfb80 void 0.000209
+gallium_dri.so free 0x5571735cf9f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000205
+gallium_dri.so free 0x5571735cfc40 void 0.000208
+gallium_dri.so free 0x5571735cf9f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000242
+gallium_dri.so free 0x5571735cfcc0 void 0.000236
+gallium_dri.so free 0x5571735cfbf0 void 0.000209
+gallium_dri.so malloc 72 0x5571735cfd10 0.000204
+gallium_dri.so free 0x5571735cfd80 void 0.000192
+gallium_dri.so free 0x5571735cfd10 void 0.000133
+gallium_dri.so malloc 72 0x5571735cfda0 0.000164
+gallium_dri.so free 0x5571735cfe40 void 0.000128
+gallium_dri.so free 0x5571735cfda0 void 0.000182
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000137
+gallium_dri.so free 0x5571735cfec0 void 0.000192
+gallium_dri.so free 0x5571735cfdf0 void 0.000280
+gallium_dri.so malloc 72 0x5571735cfec0 0.000229
+gallium_dri.so free 0x5571735cff80 void 0.000250
+gallium_dri.so free 0x5571735cfec0 void 0.000258
+gallium_dri.so malloc 72 0x5571735cfec0 0.000230
+gallium_dri.so free 0x5571735d0000 void 0.000234
+gallium_dri.so free 0x5571735cfec0 void 0.000233
+gallium_dri.so malloc 72 0x5571735d0000 0.000230
+gallium_dri.so free 0x5571735d00c0 void 0.000231
+gallium_dri.so free 0x5571735d0000 void 0.000260
+gallium_dri.so malloc 72 0x5571735d0000 0.000296
+gallium_dri.so free 0x5571735d0180 void 0.000249
+gallium_dri.so free 0x5571735d0000 void 0.000274
+gallium_dri.so malloc 72 0x5571735d0000 0.000246
+gallium_dri.so free 0x5571735d0240 void 0.000246
+gallium_dri.so free 0x5571735d0000 void 0.000232
+gallium_dri.so malloc 72 0x5571735d01f0 0.000242
+gallium_dri.so free 0x5571735d02c0 void 0.000234
+gallium_dri.so free 0x5571735d01f0 void 0.000210
+gallium_dri.so malloc 72 0x5571735d0310 0.000221
+gallium_dri.so free 0x5571735d0380 void 0.000135
+gallium_dri.so free 0x5571735d0310 void 0.000139
+gallium_dri.so malloc 72 0x5571735d03c0 0.000138
+gallium_dri.so free 0x5571735d0440 void 0.000236
+gallium_dri.so free 0x5571735d03c0 void 0.000234
+gallium_dri.so malloc 72 0x5571735d03c0 0.000208
+gallium_dri.so free 0x5571735d04c0 void 0.000230
+gallium_dri.so free 0x5571735d03c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735d04f0 0.000232
+gallium_dri.so free 0x5571735d0540 void 0.000263
+gallium_dri.so free 0x5571735d04f0 void 0.000236
+gallium_dri.so malloc 72 0x5571735d04f0 0.000230
+gallium_dri.so free 0x5571735d0640 void 0.000231
+gallium_dri.so free 0x5571735d04f0 void 0.000232
+gallium_dri.so malloc 72 0x5571735d05f0 0.000230
+gallium_dri.so free 0x5571735d0700 void 0.000213
+gallium_dri.so free 0x5571735d05f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735d06b0 0.000231
+gallium_dri.so free 0x5571735d0740 void 0.000230
+gallium_dri.so free 0x5571735d06b0 void 0.000206
+gallium_dri.so malloc 72 0x5571735d06b0 0.000204
+gallium_dri.so free 0x5571735d0800 void 0.000206
+gallium_dri.so free 0x5571735d06b0 void 0.000207
+gallium_dri.so malloc 72 0x5571735d0870 0.000205
+gallium_dri.so free 0x5571735d08c0 void 0.000134
+gallium_dri.so free 0x5571735d0870 void 0.000255
+gallium_dri.so malloc 72 0x5571735d0870 0.000287
+gallium_dri.so free 0x5571735d09c0 void 0.000299
+gallium_dri.so free 0x5571735d0870 void 0.000292
+gallium_dri.so malloc 72 0x5571735d0970 0.000294
+gallium_dri.so free 0x5571735d0a80 void 0.000269
+gallium_dri.so free 0x5571735d0970 void 0.000295
+gallium_dri.so malloc 72 0x5571735d0a30 0.000290
+gallium_dri.so free 0x5571735d0ac0 void 0.000296
+gallium_dri.so free 0x5571735d0a30 void 0.000286
+gallium_dri.so malloc 72 0x5571735d0a30 0.000296
+gallium_dri.so free 0x5571735d0b80 void 0.000270
+gallium_dri.so free 0x5571735d0a30 void 0.000269
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000296
+gallium_dri.so free 0x5571735d0c40 void 0.000269
+gallium_dri.so free 0x5571735d0bc0 void 0.000299
+gallium_dri.so malloc 72 0x5571735d0c40 0.000319
+gallium_dri.so free 0x5571735d0d00 void 0.000290
+gallium_dri.so free 0x5571735d0c40 void 0.000288
+gallium_dri.so malloc 72 0x5571735d0c40 0.000296
+gallium_dri.so free 0x5571735d0dc0 void 0.000292
+gallium_dri.so free 0x5571735d0c40 void 0.000288
+gallium_dri.so malloc 72 0x5571735d0de0 0.000297
+gallium_dri.so free 0x5571735d0e80 void 0.000282
+gallium_dri.so free 0x5571735d0de0 void 0.000294
+gallium_dri.so malloc 72 0x5571735d0e30 0.000291
+gallium_dri.so free 0x5571735d0f00 void 0.000269
+gallium_dri.so free 0x5571735d0e30 void 0.000296
+gallium_dri.so malloc 72 0x5571735d0e30 0.000290
+gallium_dri.so free 0x5571735d0f80 void 0.000290
+gallium_dri.so free 0x5571735d0e30 void 0.000304
+gallium_dri.so malloc 72 0x5571735d0f80 0.000296
+gallium_dri.so free 0x5571735d1040 void 0.000295
+gallium_dri.so free 0x5571735d0f80 void 0.000294
+gallium_dri.so malloc 72 0x5571735d0f80 0.000295
+gallium_dri.so free 0x5571735d1100 void 0.000468
+gallium_dri.so free 0x5571735d0f80 void 0.000374
+gallium_dri.so malloc 72 0x5571735d0f80 0.000347
+gallium_dri.so free 0x5571735d11c0 void 0.000334
+gallium_dri.so free 0x5571735d0f80 void 0.000304
+gallium_dri.so malloc 72 0x5571735d1170 0.000286
+gallium_dri.so free 0x5571735d1280 void 0.000312
+gallium_dri.so free 0x5571735d1170 void 0.000305
+gallium_dri.so malloc 72 0x5571735d1230 0.000248
+gallium_dri.so free 0x5571735d1300 void 0.000289
+gallium_dri.so free 0x5571735d1230 void 0.000173
+gallium_dri.so malloc 72 0x5571735d1350 0.000183
+gallium_dri.so free 0x5571735d13c0 void 0.000184
+gallium_dri.so free 0x5571735d1350 void 0.000197
+gallium_dri.so malloc 72 0x5571735d13e0 0.000245
+gallium_dri.so free 0x5571735d1480 void 0.000145
+gallium_dri.so free 0x5571735d13e0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1430 0.000144
+gallium_dri.so free 0x5571735d1500 void 0.000145
+gallium_dri.so free 0x5571735d1430 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1430 0.000143
+gallium_dri.so free 0x5571735d1580 void 0.000145
+gallium_dri.so free 0x5571735d1430 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1580 0.000146
+gallium_dri.so free 0x5571735d1640 void 0.000138
+gallium_dri.so free 0x5571735d1580 void 0.000141
+gallium_dri.so malloc 72 0x5571735d1580 0.000199
+gallium_dri.so free 0x5571735d1740 void 0.000243
+gallium_dri.so free 0x5571735d1580 void 0.000144
+gallium_dri.so malloc 72 0x5571735d16f0 0.000146
+gallium_dri.so free 0x5571735d1780 void 0.000145
+gallium_dri.so free 0x5571735d16f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735d16f0 0.000154
+gallium_dri.so free 0x5571735d1840 void 0.000144
+gallium_dri.so free 0x5571735d16f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1880 0.000139
+gallium_dri.so free 0x5571735d1900 void 0.000146
+gallium_dri.so free 0x5571735d1880 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1900 0.000136
+gallium_dri.so free 0x5571735d19c0 void 0.000146
+gallium_dri.so free 0x5571735d1900 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1900 0.000137
+gallium_dri.so free 0x5571735d1a40 void 0.000172
+gallium_dri.so free 0x5571735d1900 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1a70 0.000145
+gallium_dri.so free 0x5571735d1ac0 void 0.000138
+gallium_dri.so free 0x5571735d1a70 void 0.000144
+gallium_dri.so malloc 72 0x5571735d1a70 0.000199
+gallium_dri.so free 0x5571735d1bc0 void 0.000190
+gallium_dri.so free 0x5571735d1a70 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1c00 0.000139
+gallium_dri.so free 0x5571735d1c80 void 0.000177
+gallium_dri.so free 0x5571735d1c00 void 0.000145
+gallium_dri.so malloc 72 0x5571735d1c80 0.000146
+gallium_dri.so free 0x5571735d1d40 void 0.000144
+gallium_dri.so free 0x5571735d1c80 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1c80 0.000146
+gallium_dri.so free 0x5571735d1dc0 void 0.000138
+gallium_dri.so free 0x5571735d1c80 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1df0 0.000146
+gallium_dri.so free 0x5571735d1e40 void 0.000143
+gallium_dri.so free 0x5571735d1df0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d1df0 0.000137
+gallium_dri.so free 0x5571735d1f40 void 0.000141
+gallium_dri.so free 0x5571735d1df0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000131
+gallium_dri.so free 0x5571735d2000 void 0.000130
+gallium_dri.so free 0x5571735d1ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000124
+gallium_dri.so free 0x5571735d2080 void 0.000120
+gallium_dri.so free 0x5571735d1fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000120
+gallium_dri.so free 0x5571735d2140 void 0.000126
+gallium_dri.so free 0x5571735d1fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000133
+gallium_dri.so free 0x5571735d2200 void 0.000121
+gallium_dri.so free 0x5571735d1fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x5571735d2280 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d22d0 0.000120
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d22d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2360 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000121
+gallium_dri.so free 0x5571735d2360 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23b0 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000120
+gallium_dri.so free 0x5571735d23b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2480 0.000120
+gallium_dri.so free 0x5571735d2540 void 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2480 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25c0 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25c0 0.000122
+gallium_dri.so free 0x5571735d2740 void 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d25c0 0.000133
+gallium_dri.so free 0x5571735d2800 void 0.000126
+gallium_dri.so free 0x5571735d25c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d27b0 0.000131
+gallium_dri.so free 0x5571735d2880 void 0.000305
+gallium_dri.so free 0x5571735d27b0 void 0.000295
+gallium_dri.so malloc 72 0x5571735d28d0 0.000205
+gallium_dri.so free 0x5571735d2940 void 0.000207
+gallium_dri.so free 0x5571735d28d0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d2980 0.000124
+gallium_dri.so free 0x5571735d2a00 void 0.000123
+gallium_dri.so free 0x5571735d2980 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2980 0.000124
+gallium_dri.so free 0x5571735d2a80 void 0.000125
+gallium_dri.so free 0x5571735d2980 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000124
+gallium_dri.so free 0x5571735d2b00 void 0.000123
+gallium_dri.so free 0x5571735d2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000123
+gallium_dri.so free 0x5571735d2c00 void 0.000123
+gallium_dri.so free 0x5571735d2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000121
+gallium_dri.so free 0x5571735d2cc0 void 0.000117
+gallium_dri.so free 0x5571735d2bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2c70 0.000115
+gallium_dri.so free 0x5571735d2d00 void 0.000116
+gallium_dri.so free 0x5571735d2c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2c70 0.000112
+gallium_dri.so free 0x5571735d2dc0 void 0.000110
+gallium_dri.so free 0x5571735d2c70 void 0.000109
+gallium_dri.so malloc 72 0x5571735d2e30 0.000110
+gallium_dri.so free 0x5571735d2e80 void 0.000109
+gallium_dri.so free 0x5571735d2e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2e30 0.000109
+gallium_dri.so free 0x5571735d2f80 void 0.000111
+gallium_dri.so free 0x5571735d2e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2f30 0.000109
+gallium_dri.so free 0x5571735d3040 void 0.000111
+gallium_dri.so free 0x5571735d2f30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000110
+gallium_dri.so free 0x5571735d3080 void 0.000137
+gallium_dri.so free 0x5571735d2ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000117
+gallium_dri.so free 0x5571735d2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3180 0.000109
+gallium_dri.so free 0x5571735d3200 void 0.000111
+gallium_dri.so free 0x5571735d3180 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3200 0.000113
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3200 0.000114
+gallium_dri.so free 0x5571735d3380 void 0.000111
+gallium_dri.so free 0x5571735d3200 void 0.000111
+gallium_dri.so malloc 72 0x5571735d33a0 0.000109
+gallium_dri.so free 0x5571735d3440 void 0.000110
+gallium_dri.so free 0x5571735d33a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d33f0 0.000110
+gallium_dri.so free 0x5571735d34c0 void 0.000110
+gallium_dri.so free 0x5571735d33f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d33f0 0.000112
+gallium_dri.so free 0x5571735d3540 void 0.000109
+gallium_dri.so free 0x5571735d33f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3540 0.000109
+gallium_dri.so free 0x5571735d3600 void 0.000111
+gallium_dri.so free 0x5571735d3540 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3540 0.000109
+gallium_dri.so free 0x5571735d36c0 void 0.000119
+gallium_dri.so free 0x5571735d3540 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3540 0.000123
+gallium_dri.so free 0x5571735d3780 void 0.000116
+gallium_dri.so free 0x5571735d3540 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3730 0.000112
+gallium_dri.so free 0x5571735d3840 void 0.000110
+gallium_dri.so free 0x5571735d3730 void 0.000111
+gallium_dri.so malloc 72 0x5571735d37f0 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3910 0.000112
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so free 0x5571735d3910 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39a0 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so free 0x5571735d39a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000118
+gallium_dri.so free 0x5571735d3d40 void 0.000142
+gallium_dri.so free 0x5571735d3cb0 void 0.000240
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000134
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3e40 0.000127
+gallium_dri.so free 0x5571735d3ec0 void 0.000135
+gallium_dri.so free 0x5571735d3e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000123
+gallium_dri.so free 0x5571735d3f80 void 0.000121
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000120
+gallium_dri.so free 0x5571735d4000 void 0.000122
+gallium_dri.so free 0x5571735d3ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4030 0.000122
+gallium_dri.so free 0x5571735d4080 void 0.000122
+gallium_dri.so free 0x5571735d4030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4030 0.000122
+gallium_dri.so free 0x5571735d4180 void 0.000122
+gallium_dri.so free 0x5571735d4030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d41c0 0.000123
+gallium_dri.so free 0x5571735d4240 void 0.000122
+gallium_dri.so free 0x5571735d41c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4240 0.000121
+gallium_dri.so free 0x5571735d4300 void 0.000121
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4240 0.000122
+gallium_dri.so free 0x5571735d4380 void 0.000122
+gallium_dri.so free 0x5571735d4240 void 0.000122
+gallium_dri.so malloc 72 0x5571735d43b0 0.000129
+gallium_dri.so free 0x5571735d4400 void 0.000116
+gallium_dri.so free 0x5571735d43b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d43b0 0.000124
+gallium_dri.so free 0x5571735d4500 void 0.000118
+gallium_dri.so free 0x5571735d43b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d44b0 0.000116
+gallium_dri.so free 0x5571735d45c0 void 0.000117
+gallium_dri.so free 0x5571735d44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4570 0.000135
+gallium_dri.so free 0x5571735d4640 void 0.000158
+gallium_dri.so free 0x5571735d4570 void 0.000158
+gallium_dri.so malloc 72 0x5571735d4570 0.000155
+gallium_dri.so free 0x5571735d4700 void 0.000157
+gallium_dri.so free 0x5571735d4570 void 0.000157
+gallium_dri.so malloc 72 0x5571735d4570 0.000155
+gallium_dri.so free 0x5571735d47c0 void 0.000156
+gallium_dri.so free 0x5571735d4570 void 0.000157
+gallium_dri.so malloc 72 0x5571735d4770 0.000161
+gallium_dri.so free 0x5571735d4840 void 0.000159
+gallium_dri.so free 0x5571735d4770 void 0.000151
+gallium_dri.so malloc 72 0x5571735d4890 0.000117
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so free 0x5571735d4890 void 0.000145
+gallium_dri.so malloc 72 0x5571735d4920 0.000157
+gallium_dri.so free 0x5571735d49c0 void 0.000157
+gallium_dri.so free 0x5571735d4920 void 0.000155
+gallium_dri.so malloc 72 0x5571735d4970 0.000157
+gallium_dri.so free 0x5571735d4a40 void 0.000156
+gallium_dri.so free 0x5571735d4970 void 0.000156
+gallium_dri.so malloc 72 0x5571735d4a40 0.000156
+gallium_dri.so free 0x5571735d4b00 void 0.000158
+gallium_dri.so free 0x5571735d4a40 void 0.000156
+gallium_dri.so malloc 72 0x5571735d4a40 0.000157
+gallium_dri.so free 0x5571735d4b80 void 0.000156
+gallium_dri.so free 0x5571735d4a40 void 0.000156
+gallium_dri.so malloc 72 0x5571735d4b80 0.000154
+gallium_dri.so free 0x5571735d4c40 void 0.000154
+gallium_dri.so free 0x5571735d4b80 void 0.000226
+gallium_dri.so malloc 72 0x5571735d4b80 0.000142
+gallium_dri.so free 0x5571735d4d00 void 0.000160
+gallium_dri.so free 0x5571735d4b80 void 0.000176
+gallium_dri.so malloc 72 0x5571735d4b80 0.000181
+gallium_dri.so free 0x5571735d4dc0 void 0.000197
+gallium_dri.so free 0x5571735d4b80 void 0.000182
+gallium_dri.so malloc 72 0x5571735d4d70 0.000182
+gallium_dri.so free 0x5571735d4e40 void 0.000182
+gallium_dri.so free 0x5571735d4d70 void 0.000184
+gallium_dri.so malloc 72 0x5571735d4e90 0.000168
+gallium_dri.so free 0x5571735d4f00 void 0.000170
+gallium_dri.so free 0x5571735d4e90 void 0.000182
+gallium_dri.so malloc 72 0x5571735d4f40 0.000177
+gallium_dri.so free 0x5571735d4fc0 void 0.000168
+gallium_dri.so free 0x5571735d4f40 void 0.000157
+gallium_dri.so malloc 72 0x5571735d4f40 0.000158
+gallium_dri.so free 0x5571735d5040 void 0.000163
+gallium_dri.so free 0x5571735d4f40 void 0.000168
+gallium_dri.so malloc 72 0x5571735d5070 0.000167
+gallium_dri.so free 0x5571735d50c0 void 0.000138
+gallium_dri.so free 0x5571735d5070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5070 0.000116
+gallium_dri.so free 0x5571735d51c0 void 0.000117
+gallium_dri.so free 0x5571735d5070 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5170 0.000117
+gallium_dri.so free 0x5571735d5280 void 0.000116
+gallium_dri.so free 0x5571735d5170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5230 0.000132
+gallium_dri.so free 0x5571735d52c0 void 0.000140
+gallium_dri.so free 0x5571735d5230 void 0.000217
+gallium_dri.so malloc 72 0x5571735d5230 0.000151
+gallium_dri.so free 0x5571735d5380 void 0.000138
+gallium_dri.so free 0x5571735d5230 void 0.000151
+gallium_dri.so malloc 72 0x5571735d53f0 0.000129
+gallium_dri.so free 0x5571735d5440 void 0.000129
+gallium_dri.so free 0x5571735d53f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d53f0 0.000129
+gallium_dri.so free 0x5571735d5540 void 0.000129
+gallium_dri.so free 0x5571735d53f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d54f0 0.000125
+gallium_dri.so free 0x5571735d5600 void 0.000124
+gallium_dri.so free 0x5571735d54f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d55b0 0.000125
+gallium_dri.so free 0x5571735d5640 void 0.000124
+gallium_dri.so free 0x5571735d55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55b0 0.000124
+gallium_dri.so free 0x5571735d5700 void 0.000157
+gallium_dri.so free 0x5571735d55b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5740 0.000125
+gallium_dri.so free 0x5571735d57c0 void 0.000125
+gallium_dri.so free 0x5571735d5740 void 0.000124
+gallium_dri.so malloc 72 0x5571735d57c0 0.000124
+gallium_dri.so free 0x5571735d5880 void 0.000124
+gallium_dri.so free 0x5571735d57c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d57c0 0.000124
+gallium_dri.so free 0x5571735d5940 void 0.000125
+gallium_dri.so free 0x5571735d57c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5960 0.000123
+gallium_dri.so free 0x5571735d5a00 void 0.000124
+gallium_dri.so free 0x5571735d5960 void 0.000204
+gallium_dri.so malloc 72 0x5571735d59b0 0.000128
+gallium_dri.so free 0x5571735d5a80 void 0.000177
+gallium_dri.so free 0x5571735d59b0 void 0.000211
+gallium_dri.so malloc 72 0x5571735d59b0 0.000159
+gallium_dri.so free 0x5571735d5b00 void 0.000124
+gallium_dri.so free 0x5571735d59b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5b00 0.000144
+gallium_dri.so free 0x5571735d5bc0 void 0.000142
+gallium_dri.so free 0x5571735d5b00 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5b00 0.000131
+gallium_dri.so free 0x5571735d5c80 void 0.000129
+gallium_dri.so free 0x5571735d5b00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5b00 0.000140
+gallium_dri.so free 0x5571735d5d40 void 0.000133
+gallium_dri.so free 0x5571735d5b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000128
+gallium_dri.so free 0x5571735d5e00 void 0.000129
+gallium_dri.so free 0x5571735d5cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5db0 0.000143
+gallium_dri.so free 0x5571735d5e80 void 0.000136
+gallium_dri.so free 0x5571735d5db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5ed0 0.000126
+gallium_dri.so free 0x5571735d5f40 void 0.000126
+gallium_dri.so free 0x5571735d5ed0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5f60 0.000127
+gallium_dri.so free 0x5571735d6000 void 0.000127
+gallium_dri.so free 0x5571735d5f60 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000128
+gallium_dri.so free 0x5571735d6080 void 0.000127
+gallium_dri.so free 0x5571735d5fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000126
+gallium_dri.so free 0x5571735d6100 void 0.000126
+gallium_dri.so free 0x5571735d5fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6100 0.000129
+gallium_dri.so free 0x5571735d61c0 void 0.000126
+gallium_dri.so free 0x5571735d6100 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6100 0.000125
+gallium_dri.so free 0x5571735d62c0 void 0.000124
+gallium_dri.so free 0x5571735d6100 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6270 0.000122
+gallium_dri.so free 0x5571735d6300 void 0.000124
+gallium_dri.so free 0x5571735d6270 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6270 0.000129
+gallium_dri.so free 0x5571735d63c0 void 0.000126
+gallium_dri.so free 0x5571735d6270 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6400 0.000129
+gallium_dri.so free 0x5571735d6480 void 0.000128
+gallium_dri.so free 0x5571735d6400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6480 0.000128
+gallium_dri.so free 0x5571735d6540 void 0.000128
+gallium_dri.so free 0x5571735d6480 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6480 0.000128
+gallium_dri.so free 0x5571735d65c0 void 0.000127
+gallium_dri.so free 0x5571735d6480 void 0.000127
+gallium_dri.so malloc 72 0x5571735d65f0 0.000128
+gallium_dri.so free 0x5571735d6640 void 0.000132
+gallium_dri.so free 0x5571735d65f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d65f0 0.000133
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d65f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6780 0.000117
+gallium_dri.so free 0x5571735d6800 void 0.000118
+gallium_dri.so free 0x5571735d6780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6800 0.000118
+gallium_dri.so free 0x5571735d68c0 void 0.000117
+gallium_dri.so free 0x5571735d6800 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6800 0.000123
+gallium_dri.so free 0x5571735d6940 void 0.000122
+gallium_dri.so free 0x5571735d6800 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6970 0.000130
+gallium_dri.so free 0x5571735d69c0 void 0.000125
+gallium_dri.so free 0x5571735d6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6970 0.000118
+gallium_dri.so free 0x5571735d6ac0 void 0.000117
+gallium_dri.so free 0x5571735d6970 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6a70 0.000118
+gallium_dri.so free 0x5571735d6b80 void 0.000120
+gallium_dri.so free 0x5571735d6a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b30 0.000117
+gallium_dri.so free 0x5571735d6c00 void 0.000118
+gallium_dri.so free 0x5571735d6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b30 0.000117
+gallium_dri.so free 0x55717345af00 void 0.000162
+gallium_dri.so free 0x5571735d6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6b30 0.000118
+gallium_dri.so free 0x557173455700 void 0.000119
+gallium_dri.so free 0x5571735d6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571734556b0 0.000117
+gallium_dri.so free 0x5571735b4500 void 0.000118
+gallium_dri.so free 0x5571734556b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735b44b0 0.000117
+gallium_dri.so free 0x5571735b4340 void 0.000118
+gallium_dri.so free 0x5571735b44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b42f0 0.000118
+gallium_dri.so free 0x5571735f3880 void 0.000117
+gallium_dri.so free 0x5571735b42f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3830 0.000118
+gallium_dri.so free 0x5571734572c0 void 0.000119
+gallium_dri.so free 0x5571735f3830 void 0.000117
+gallium_dri.so malloc 72 0x557173457270 0.000117
+gallium_dri.so free 0x5571735b4840 void 0.000118
+gallium_dri.so free 0x557173457270 void 0.000117
+gallium_dri.so malloc 72 0x5571735b47f0 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000118
+gallium_dri.so free 0x5571735b47f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4990 0.000117
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so free 0x5571735b4990 void 0.000117
+gallium_dri.so malloc 72 0x5571735e46f0 0.000123
+gallium_dri.so free 0x557173456680 void 0.000119
+gallium_dri.so free 0x5571735e46f0 void 0.000117
+gallium_dri.so malloc 72 0x557173456630 0.000119
+gallium_dri.so free 0x5571735f4800 void 0.000119
+gallium_dri.so free 0x557173456630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f47b0 0.000118
+gallium_dri.so free 0x5571735e55c0 void 0.000118
+gallium_dri.so free 0x5571735f47b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5570 0.000117
+gallium_dri.so free 0x5571735e4580 void 0.000119
+gallium_dri.so free 0x5571735e5570 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4530 0.000118
+gallium_dri.so free 0x557173459c40 void 0.000121
+gallium_dri.so free 0x5571735e4530 void 0.000119
+gallium_dri.so malloc 72 0x557173459bf0 0.000119
+gallium_dri.so free 0x55717345a880 void 0.000119
+gallium_dri.so free 0x557173459bf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a830 0.000117
+gallium_dri.so free 0x5571735e4900 void 0.000117
+gallium_dri.so free 0x55717345a830 void 0.000117
+gallium_dri.so malloc 72 0x5571735e48b0 0.000117
+gallium_dri.so free 0x557173457f80 void 0.000125
+gallium_dri.so free 0x5571735e48b0 void 0.000120
+gallium_dri.so malloc 72 0x557173457f30 0.000119
+gallium_dri.so free 0x557173454440 void 0.000120
+gallium_dri.so free 0x557173457f30 void 0.000135
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x5571735b4600 void 0.000118
+gallium_dri.so free 0x5571734543f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4630 0.000117
+gallium_dri.so free 0x557173457940 void 0.000142
+gallium_dri.so free 0x5571735b4630 void 0.000119
+gallium_dri.so malloc 72 0x5571734579b0 0.000118
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571734579b0 void 0.000118
+gallium_dri.so malloc 72 0x557173455440 0.000119
+gallium_dri.so free 0x557173458840 void 0.000119
+gallium_dri.so free 0x557173455440 void 0.000118
+gallium_dri.so malloc 72 0x5571734587f0 0.000119
+gallium_dri.so free 0x5571735e5e80 void 0.000119
+gallium_dri.so free 0x5571734587f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5e30 0.000117
+gallium_dri.so free 0x5571735e4f80 void 0.000118
+gallium_dri.so free 0x5571735e5e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5e30 0.000119
+gallium_dri.so free 0x5571735d6b80 void 0.000118
+gallium_dri.so free 0x5571735e5e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5e30 0.000119
+gallium_dri.so free 0x557173457040 void 0.000118
+gallium_dri.so free 0x5571735e5e30 void 0.000119
+gallium_dri.so malloc 72 0x557173457040 0.000119
+gallium_dri.so free 0x55717345a600 void 0.000144
+gallium_dri.so free 0x557173457040 void 0.000117
+gallium_dri.so malloc 72 0x557173457040 0.000110
+gallium_dri.so free 0x5571735b4b80 void 0.000111
+gallium_dri.so free 0x557173457040 void 0.000111
+gallium_dri.so malloc 72 0x557173457040 0.000111
+gallium_dri.so free 0x5571735b4c00 void 0.000112
+gallium_dri.so free 0x557173457040 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4c30 0.000110
+gallium_dri.so free 0x5571734563c0 void 0.000110
+gallium_dri.so free 0x5571735b4c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735b4c30 0.000110
+gallium_dri.so free 0x557173456440 void 0.000111
+gallium_dri.so free 0x5571735b4c30 void 0.000111
+gallium_dri.so malloc 72 0x557173456440 0.000120
+gallium_dri.so free 0x5571735f4540 void 0.000102
+gallium_dri.so free 0x557173456440 void 0.000226
+gallium_dri.so malloc 72 0x557173456440 0.000151
+gallium_dri.so free 0x5571735f45c0 void 0.000112
+gallium_dri.so free 0x557173456440 void 0.000110
+gallium_dri.so malloc 72 0x5571735f45f0 0.000111
+gallium_dri.so free 0x5571735e3d40 void 0.000110
+gallium_dri.so free 0x5571735f45f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3d40 0.000110
+gallium_dri.so free 0x5571735e3e00 void 0.000110
+gallium_dri.so free 0x5571735e3d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e3d40 0.000112
+gallium_dri.so free 0x557173455800 void 0.000132
+gallium_dri.so free 0x5571735e3d40 void 0.000120
+gallium_dri.so malloc 72 0x557173455850 0.000115
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so free 0x557173455850 void 0.000111
+gallium_dri.so malloc 72 0x5571734558e0 0.000111
+gallium_dri.so free 0x557173455980 void 0.000111
+gallium_dri.so free 0x5571734558e0 void 0.000110
+gallium_dri.so malloc 72 0x557173455930 0.000110
+gallium_dri.so free 0x5571735f3980 void 0.000109
+gallium_dri.so free 0x557173455930 void 0.000109
+gallium_dri.so malloc 72 0x5571735f39c0 0.000110
+gallium_dri.so free 0x5571735f3a40 void 0.000110
+gallium_dri.so free 0x5571735f39c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3a40 0.000117
+gallium_dri.so free 0x5571735f3b00 void 0.000110
+gallium_dri.so free 0x5571735f3a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3a40 0.000110
+gallium_dri.so free 0x557173458080 void 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000117
+gallium_dri.so malloc 72 0x5571734580a0 0.000111
+gallium_dri.so free 0x557173458140 void 0.000111
+gallium_dri.so free 0x5571734580a0 void 0.000109
+gallium_dri.so malloc 72 0x5571734580f0 0.000112
+gallium_dri.so free 0x5571734581c0 void 0.000110
+gallium_dri.so free 0x5571734580f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734580f0 0.000111
+gallium_dri.so free 0x557173458240 void 0.000111
+gallium_dri.so free 0x5571734580f0 void 0.000158
+gallium_dri.so malloc 72 0x557173458240 0.000125
+gallium_dri.so free 0x5571735e56c0 void 0.000123
+gallium_dri.so free 0x557173458240 void 0.000119
+gallium_dri.so malloc 72 0x5571735e56e0 0.000114
+gallium_dri.so free 0x5571735e5780 void 0.000115
+gallium_dri.so free 0x5571735e56e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5730 0.000115
+gallium_dri.so free 0x5571735e5800 void 0.000114
+gallium_dri.so free 0x5571735e5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5730 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x5571735e5730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5730 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x5571735e5730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6040 0.000113
+gallium_dri.so free 0x5571735e5900 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58b0 0.000114
+gallium_dri.so free 0x557173458400 void 0.000114
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x557173458440 0.000112
+gallium_dri.so free 0x5571734584c0 void 0.000119
+gallium_dri.so free 0x557173458440 void 0.000123
+gallium_dri.so malloc 72 0x5571734584c0 0.000113
+gallium_dri.so free 0x557173458580 void 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734584c0 0.000113
+gallium_dri.so free 0x5571735e61c0 void 0.000119
+gallium_dri.so free 0x5571734584c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734584c0 0.000115
+gallium_dri.so free 0x557173458640 void 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000112
+gallium_dri.so malloc 72 0x557173458670 0.000113
+gallium_dri.so free 0x5571735e5a40 void 0.000114
+gallium_dri.so free 0x557173458670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a80 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000114
+gallium_dri.so free 0x5571735e5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5b00 0.000113
+gallium_dri.so free 0x5571735e5bc0 void 0.000113
+gallium_dri.so free 0x5571735e5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b00 0.000114
+gallium_dri.so free 0x5571735e5c40 void 0.000114
+gallium_dri.so free 0x5571735e5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c70 0.000114
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so free 0x5571735e5c70 void 0.000115
+gallium_dri.so malloc 72 0x557173456c30 0.000113
+gallium_dri.so free 0x557173456d40 void 0.000114
+gallium_dri.so free 0x557173456c30 void 0.000133
+gallium_dri.so malloc 72 0x557173456cf0 0.000115
+gallium_dri.so free 0x557173456dc0 void 0.000114
+gallium_dri.so free 0x557173456cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173456e10 0.000116
+gallium_dri.so free 0x557173456e80 void 0.000120
+gallium_dri.so free 0x557173456e10 void 0.000115
+gallium_dri.so malloc 72 0x557173456ea0 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000115
+gallium_dri.so free 0x557173456ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000117
+gallium_dri.so free 0x5571735b3f40 void 0.000115
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000113
+gallium_dri.so free 0x5571735b3fc0 void 0.000119
+gallium_dri.so free 0x5571735b3e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000119
+gallium_dri.so free 0x5571735b4080 void 0.000115
+gallium_dri.so free 0x5571735b3fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000114
+gallium_dri.so free 0x55717345a240 void 0.000116
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000114
+gallium_dri.so free 0x55717345a280 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000114
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000134
+gallium_dri.so malloc 72 0x55717345a380 0.000115
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000114
+gallium_dri.so malloc 72 0x55717345a400 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000116
+gallium_dri.so free 0x55717345a400 void 0.000114
+gallium_dri.so malloc 72 0x55717345a400 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000113
+gallium_dri.so malloc 72 0x557173455b70 0.000115
+gallium_dri.so free 0x557173455bc0 void 0.000115
+gallium_dri.so free 0x557173455b70 void 0.000113
+gallium_dri.so malloc 72 0x557173455b70 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000116
+gallium_dri.so free 0x557173455b70 void 0.000113
+gallium_dri.so malloc 72 0x557173455d00 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000115
+gallium_dri.so free 0x557173455d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3c40 0.000113
+gallium_dri.so free 0x5571735f3d00 void 0.000116
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3c40 0.000114
+gallium_dri.so free 0x5571735f3d80 void 0.000114
+gallium_dri.so free 0x5571735f3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3db0 0.000119
+gallium_dri.so free 0x557173455d80 void 0.000125
+gallium_dri.so free 0x5571735f3db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3db0 0.000120
+gallium_dri.so free 0x5571735f3e00 void 0.000115
+gallium_dri.so free 0x5571735f3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e00 0.000116
+gallium_dri.so free 0x557173459d40 void 0.000114
+gallium_dri.so free 0x5571735f3e00 void 0.000114
+gallium_dri.so malloc 72 0x557173459da0 0.000115
+gallium_dri.so free 0x557173459e40 void 0.000114
+gallium_dri.so free 0x557173459da0 void 0.000113
+gallium_dri.so malloc 72 0x557173459df0 0.000115
+gallium_dri.so free 0x557173459e80 void 0.000116
+gallium_dri.so free 0x557173459df0 void 0.000113
+gallium_dri.so malloc 72 0x557173459df0 0.000114
+gallium_dri.so free 0x557173459f40 void 0.000115
+gallium_dri.so free 0x557173459df0 void 0.000114
+gallium_dri.so malloc 72 0x557173459f80 0.000117
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so free 0x557173459f80 void 0.000142
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000115
+gallium_dri.so free 0x55717345a000 void 0.000115
+gallium_dri.so free 0x5571735f3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ec0 0.000113
+gallium_dri.so free 0x557173457ac0 void 0.000116
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173457a70 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000119
+gallium_dri.so free 0x557173457a70 void 0.000122
+gallium_dri.so malloc 72 0x557173457b40 0.000115
+gallium_dri.so free 0x557173457c00 void 0.000116
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so malloc 72 0x557173457b40 0.000115
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457b40 void 0.000115
+gallium_dri.so malloc 72 0x557173457c80 0.000115
+gallium_dri.so free 0x557173457d40 void 0.000116
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so malloc 72 0x557173457c80 0.000114
+gallium_dri.so free 0x5571735e5100 void 0.000114
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50b0 0.000113
+gallium_dri.so free 0x5571735e5180 void 0.000114
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50b0 0.000114
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5200 0.000114
+gallium_dri.so free 0x5571735e52c0 void 0.000115
+gallium_dri.so free 0x5571735e5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5200 0.000115
+gallium_dri.so free 0x5571735e53c0 void 0.000115
+gallium_dri.so free 0x5571735e5200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5370 0.000113
+gallium_dri.so free 0x557173456780 void 0.000122
+gallium_dri.so free 0x5571735e5370 void 0.000116
+gallium_dri.so malloc 72 0x5571734567b0 0.000113
+gallium_dri.so free 0x557173456800 void 0.000112
+gallium_dri.so free 0x5571734567b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734567b0 0.000110
+gallium_dri.so free 0x557173456900 void 0.000113
+gallium_dri.so free 0x5571734567b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734568b0 0.000111
+gallium_dri.so free 0x5571734569c0 void 0.000114
+gallium_dri.so free 0x5571734568b0 void 0.000112
+gallium_dri.so malloc 72 0x557173456970 0.000113
+gallium_dri.so free 0x557173456a00 void 0.000127
+gallium_dri.so free 0x557173456970 void 0.000125
+gallium_dri.so malloc 72 0x557173456970 0.000124
+gallium_dri.so free 0x557173455ec0 void 0.000125
+gallium_dri.so free 0x557173456970 void 0.000128
+gallium_dri.so malloc 72 0x557173455e70 0.000123
+gallium_dri.so free 0x557173455ec0 void 0.000121
+gallium_dri.so free 0x557173455e70 void 0.000118
+gallium_dri.so malloc 72 0x557173455e70 0.000119
+gallium_dri.so free 0x557173455fc0 void 0.000118
+gallium_dri.so free 0x557173455e70 void 0.000122
+gallium_dri.so malloc 72 0x557173455f70 0.000119
+gallium_dri.so free 0x557173456080 void 0.000119
+gallium_dri.so free 0x557173455f70 void 0.000118
+gallium_dri.so malloc 72 0x557173456030 0.000123
+gallium_dri.so free 0x5571734560c0 void 0.000120
+gallium_dri.so free 0x557173456030 void 0.000120
+gallium_dri.so malloc 72 0x557173456030 0.000120
+gallium_dri.so free 0x557173456180 void 0.000118
+gallium_dri.so free 0x557173456030 void 0.000138
+gallium_dri.so malloc 72 0x5571734561c0 0.000122
+gallium_dri.so free 0x5571735f4040 void 0.000125
+gallium_dri.so free 0x5571734561c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000123
+gallium_dri.so free 0x5571735f4100 void 0.000123
+gallium_dri.so free 0x5571735f3ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f40b0 0.000122
+gallium_dri.so free 0x5571735f4180 void 0.000123
+gallium_dri.so free 0x5571735f40b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f40b0 0.000123
+gallium_dri.so free 0x5571735f4240 void 0.000122
+gallium_dri.so free 0x5571735f40b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f40b0 0.000121
+gallium_dri.so free 0x5571735f4300 void 0.000119
+gallium_dri.so free 0x5571735f40b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f42b0 0.000119
+gallium_dri.so free 0x5571735e4000 void 0.000123
+gallium_dri.so free 0x5571735f42b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4000 0.000119
+gallium_dri.so free 0x5571735e40c0 void 0.000122
+gallium_dri.so free 0x5571735e4000 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4000 0.000119
+gallium_dri.so free 0x5571735e4140 void 0.000123
+gallium_dri.so free 0x5571735e4000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4170 0.000123
+gallium_dri.so free 0x5571735e41c0 void 0.000123
+gallium_dri.so free 0x5571735e4170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e41c0 0.000123
+gallium_dri.so free 0x5571735e4280 void 0.000122
+gallium_dri.so free 0x5571735e41c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e41c0 0.000121
+gallium_dri.so free 0x5571735e4380 void 0.000123
+gallium_dri.so free 0x5571735e41c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4330 0.000123
+gallium_dri.so free 0x5571734573c0 void 0.000119
+gallium_dri.so free 0x5571735e4330 void 0.000121
+gallium_dri.so malloc 72 0x5571734573e0 0.000119
+gallium_dri.so free 0x557173457480 void 0.000121
+gallium_dri.so free 0x5571734573e0 void 0.000120
+gallium_dri.so malloc 72 0x557173457430 0.000119
+gallium_dri.so free 0x557173457500 void 0.000120
+gallium_dri.so free 0x557173457430 void 0.000122
+gallium_dri.so malloc 72 0x557173457430 0.000121
+gallium_dri.so free 0x557173457580 void 0.000122
+gallium_dri.so free 0x557173457430 void 0.000118
+gallium_dri.so malloc 72 0x557173457580 0.000128
+gallium_dri.so free 0x557173457640 void 0.000122
+gallium_dri.so free 0x557173457580 void 0.000120
+gallium_dri.so malloc 72 0x557173457580 0.000122
+gallium_dri.so free 0x557173457740 void 0.000121
+gallium_dri.so free 0x557173457580 void 0.000121
+gallium_dri.so malloc 72 0x5571734576f0 0.000120
+gallium_dri.so free 0x5571735e4a00 void 0.000122
+gallium_dri.so free 0x5571734576f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4a30 0.000120
+gallium_dri.so free 0x5571735e4a80 void 0.000119
+gallium_dri.so free 0x5571735e4a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4a30 0.000120
+gallium_dri.so free 0x5571735e4b80 void 0.000122
+gallium_dri.so free 0x5571735e4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b30 0.000119
+gallium_dri.so free 0x557173457780 void 0.000121
+gallium_dri.so free 0x5571735e4b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4b30 0.000125
+gallium_dri.so free 0x5571735e4c40 void 0.000128
+gallium_dri.so free 0x5571735e4b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000120
+gallium_dri.so free 0x5571735e4cc0 void 0.000122
+gallium_dri.so free 0x5571735e4bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000119
+gallium_dri.so free 0x5571735e4dc0 void 0.000120
+gallium_dri.so free 0x5571735e4bf0 void 0.000194
+gallium_dri.so malloc 72 0x5571735e4d70 0.000122
+gallium_dri.so free 0x55717345a980 void 0.000120
+gallium_dri.so free 0x5571735e4d70 void 0.000118
+gallium_dri.so malloc 72 0x55717345a9d0 0.000119
+gallium_dri.so free 0x55717345aa40 void 0.000128
+gallium_dri.so free 0x55717345a9d0 void 0.000123
+gallium_dri.so malloc 72 0x55717345aa60 0.000119
+gallium_dri.so free 0x55717345ab00 void 0.000122
+gallium_dri.so free 0x55717345aa60 void 0.000120
+gallium_dri.so malloc 72 0x55717345aab0 0.000120
+gallium_dri.so free 0x55717345ab80 void 0.000123
+gallium_dri.so free 0x55717345aab0 void 0.000123
+gallium_dri.so malloc 72 0x55717345aab0 0.000122
+gallium_dri.so free 0x55717345ac00 void 0.000118
+gallium_dri.so free 0x55717345aab0 void 0.000119
+gallium_dri.so malloc 72 0x55717345ac00 0.000122
+gallium_dri.so free 0x55717345acc0 void 0.000121
+gallium_dri.so free 0x55717345ac00 void 0.000120
+gallium_dri.so malloc 72 0x55717345ac00 0.000122
+gallium_dri.so free 0x55717345e480 void 0.000122
+gallium_dri.so free 0x55717345ac00 void 0.000122
+gallium_dri.so malloc 72 0x55717345e4a0 0.000121
+gallium_dri.so free 0x55717345e540 void 0.000121
+gallium_dri.so free 0x55717345e4a0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e4f0 0.000132
+gallium_dri.so free 0x55717345e5c0 void 0.000123
+gallium_dri.so free 0x55717345e4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e4f0 0.000122
+gallium_dri.so free 0x55717345e640 void 0.000122
+gallium_dri.so free 0x55717345e4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e640 0.000124
+gallium_dri.so free 0x55717345e700 void 0.000125
+gallium_dri.so free 0x55717345e640 void 0.000119
+gallium_dri.so malloc 72 0x55717345e640 0.000122
+gallium_dri.so free 0x55717345e7c0 void 0.000123
+gallium_dri.so free 0x55717345e640 void 0.000123
+gallium_dri.so malloc 72 0x55717345e640 0.000121
+gallium_dri.so free 0x55717345e880 void 0.000123
+gallium_dri.so free 0x55717345e640 void 0.000120
+gallium_dri.so malloc 72 0x55717345e830 0.000120
+gallium_dri.so free 0x55717345e940 void 0.000120
+gallium_dri.so free 0x55717345e830 void 0.000118
+gallium_dri.so malloc 72 0x55717345e8f0 0.000119
+gallium_dri.so free 0x55717345e9c0 void 0.000121
+gallium_dri.so free 0x55717345e8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345ea10 0.000121
+gallium_dri.so free 0x5571735f49c0 void 0.000121
+gallium_dri.so free 0x55717345ea10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49e0 0.000119
+gallium_dri.so free 0x5571735f4a80 void 0.000121
+gallium_dri.so free 0x5571735f49e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4a30 0.000121
+gallium_dri.so free 0x5571735f4b00 void 0.000122
+gallium_dri.so free 0x5571735f4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4a30 0.000120
+gallium_dri.so free 0x5571735f4b80 void 0.000149
+gallium_dri.so free 0x5571735f4a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4b80 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000122
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4b80 0.000122
+gallium_dri.so free 0x5571735f4d40 void 0.000119
+gallium_dri.so free 0x5571735f4b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000121
+gallium_dri.so free 0x5571735f4d80 void 0.000125
+gallium_dri.so free 0x5571735f4cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000123
+gallium_dri.so free 0x5571735f4e40 void 0.000122
+gallium_dri.so free 0x5571735f4cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e80 0.000122
+gallium_dri.so free 0x5571735f4f00 void 0.000122
+gallium_dri.so free 0x5571735f4e80 void 0.000142
+gallium_dri.so malloc 72 0x5571735f4f00 0.000119
+gallium_dri.so free 0x5571735f4fc0 void 0.000120
+gallium_dri.so free 0x5571735f4f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4f00 0.000190
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5070 0.000121
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so free 0x5571735f5070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5070 0.000120
+gallium_dri.so free 0x5571735f51c0 void 0.000122
+gallium_dri.so free 0x5571735f5070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5200 0.000122
+gallium_dri.so free 0x5571735f5280 void 0.000123
+gallium_dri.so free 0x5571735f5200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5280 0.000122
+gallium_dri.so free 0x5571735f5340 void 0.000120
+gallium_dri.so free 0x5571735f5280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5280 0.000118
+gallium_dri.so free 0x5571735f53c0 void 0.000119
+gallium_dri.so free 0x5571735f5280 void 0.000121
+gallium_dri.so malloc 72 0x5571735f53f0 0.000120
+gallium_dri.so free 0x557173458980 void 0.000120
+gallium_dri.so free 0x5571735f53f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f53f0 0.000122
+gallium_dri.so free 0x557173458a00 void 0.000122
+gallium_dri.so free 0x5571735f53f0 void 0.000121
+gallium_dri.so malloc 72 0x557173458a00 0.000120
+gallium_dri.so free 0x557173458ac0 void 0.000129
+gallium_dri.so free 0x557173458a00 void 0.000120
+gallium_dri.so malloc 72 0x557173458a00 0.000120
+gallium_dri.so free 0x557173458bc0 void 0.000120
+gallium_dri.so free 0x557173458a00 void 0.000121
+gallium_dri.so malloc 72 0x557173458a00 0.000120
+gallium_dri.so free 0x557173458c40 void 0.000120
+gallium_dri.so free 0x557173458a00 void 0.000120
+gallium_dri.so malloc 72 0x557173458c70 0.000122
+gallium_dri.so free 0x557173458cc0 void 0.000122
+gallium_dri.so free 0x557173458c70 void 0.000122
+gallium_dri.so malloc 72 0x557173458c70 0.000119
+gallium_dri.so free 0x557173458dc0 void 0.000120
+gallium_dri.so free 0x557173458c70 void 0.000122
+gallium_dri.so malloc 72 0x557173458d70 0.000121
+gallium_dri.so free 0x557173458e80 void 0.000118
+gallium_dri.so free 0x557173458d70 void 0.000118
+gallium_dri.so malloc 72 0x557173458e30 0.000121
+gallium_dri.so free 0x557173458ec0 void 0.000123
+gallium_dri.so free 0x557173458e30 void 0.000150
+gallium_dri.so malloc 72 0x557173458e30 0.000121
+gallium_dri.so free 0x557173458f80 void 0.000120
+gallium_dri.so free 0x557173458e30 void 0.000121
+gallium_dri.so malloc 72 0x557173458fd0 0.000122
+gallium_dri.so free 0x557173459040 void 0.000121
+gallium_dri.so free 0x557173458fd0 void 0.000122
+gallium_dri.so malloc 72 0x557173459080 0.000132
+gallium_dri.so free 0x557173459100 void 0.000122
+gallium_dri.so free 0x557173459080 void 0.000122
+gallium_dri.so malloc 72 0x557173459100 0.000121
+gallium_dri.so free 0x5571734591c0 void 0.000123
+gallium_dri.so free 0x557173459100 void 0.000117
+gallium_dri.so malloc 72 0x557173459100 0.000122
+gallium_dri.so free 0x557173459240 void 0.000122
+gallium_dri.so free 0x557173459100 void 0.000120
+gallium_dri.so malloc 72 0x557173459270 0.000118
+gallium_dri.so free 0x5571734592c0 void 0.000121
+gallium_dri.so free 0x557173459270 void 0.000120
+gallium_dri.so malloc 72 0x557173459270 0.000125
+gallium_dri.so free 0x5571734593c0 void 0.000123
+gallium_dri.so free 0x557173459270 void 0.000119
+gallium_dri.so malloc 72 0x557173459370 0.000122
+gallium_dri.so free 0x557173459480 void 0.000120
+gallium_dri.so free 0x557173459370 void 0.000122
+gallium_dri.so malloc 72 0x557173459430 0.000118
+gallium_dri.so free 0x557173459500 void 0.000122
+gallium_dri.so free 0x557173459430 void 0.000118
+gallium_dri.so malloc 72 0x557173459520 0.000121
+gallium_dri.so free 0x5571734595c0 void 0.000121
+gallium_dri.so free 0x557173459520 void 0.000119
+gallium_dri.so malloc 72 0x557173459570 0.000119
+gallium_dri.so free 0x557173459640 void 0.000121
+gallium_dri.so free 0x557173459570 void 0.000131
+gallium_dri.so malloc 72 0x557173459570 0.000119
+gallium_dri.so free 0x5571734596c0 void 0.000121
+gallium_dri.so free 0x557173459570 void 0.000121
+gallium_dri.so malloc 72 0x5571734596c0 0.000121
+gallium_dri.so free 0x557173459780 void 0.000120
+gallium_dri.so free 0x5571734596c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734596c0 0.000120
+gallium_dri.so free 0x557173459840 void 0.000122
+gallium_dri.so free 0x5571734596c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734596c0 0.000119
+gallium_dri.so free 0x557173459900 void 0.000121
+gallium_dri.so free 0x5571734596c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734598b0 0.000121
+gallium_dri.so free 0x557173459900 void 0.000121
+gallium_dri.so free 0x5571734598b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734598b0 0.000118
+gallium_dri.so free 0x557173459a00 void 0.000120
+gallium_dri.so free 0x5571734598b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734599b0 0.000120
+gallium_dri.so free 0x557173459ac0 void 0.000120
+gallium_dri.so free 0x5571734599b0 void 0.000122
+gallium_dri.so malloc 72 0x557173459a70 0.000120
+gallium_dri.so free 0x557173459b00 void 0.000118
+gallium_dri.so free 0x557173459a70 void 0.000120
+gallium_dri.so malloc 72 0x557173459a70 0.000120
+gallium_dri.so free 0x55717345edc0 void 0.000130
+gallium_dri.so free 0x557173459a70 void 0.000122
+gallium_dri.so malloc 72 0x557173459a70 0.000118
+gallium_dri.so free 0x55717345eec0 void 0.000119
+gallium_dri.so free 0x557173459a70 void 0.000120
+gallium_dri.so malloc 72 0x55717345ee70 0.000120
+gallium_dri.so free 0x55717345ef80 void 0.000146
+gallium_dri.so free 0x55717345ee70 void 0.000122
+gallium_dri.so malloc 72 0x55717345ef30 0.000118
+gallium_dri.so free 0x55717345f000 void 0.000118
+gallium_dri.so free 0x55717345ef30 void 0.000121
+gallium_dri.so malloc 72 0x55717345ef30 0.000121
+gallium_dri.so free 0x55717345f0c0 void 0.000118
+gallium_dri.so free 0x55717345ef30 void 0.000119
+gallium_dri.so malloc 72 0x55717345ef30 0.000120
+gallium_dri.so free 0x55717345f180 void 0.000119
+gallium_dri.so free 0x55717345ef30 void 0.000120
+gallium_dri.so malloc 72 0x55717345f130 0.000118
+gallium_dri.so free 0x55717345f200 void 0.000119
+gallium_dri.so free 0x55717345f130 void 0.000120
+gallium_dri.so malloc 72 0x55717345f250 0.000120
+gallium_dri.so free 0x55717345f2c0 void 0.000117
+gallium_dri.so free 0x55717345f250 void 0.000120
+gallium_dri.so malloc 72 0x55717345f2e0 0.000117
+gallium_dri.so free 0x55717345f380 void 0.000122
+gallium_dri.so free 0x55717345f2e0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f330 0.000164
+gallium_dri.so free 0x55717345f400 void 0.000122
+gallium_dri.so free 0x55717345f330 void 0.000123
+gallium_dri.so malloc 72 0x55717345f400 0.000119
+gallium_dri.so free 0x55717345f4c0 void 0.000119
+gallium_dri.so free 0x55717345f400 void 0.000119
+gallium_dri.so malloc 72 0x55717345f400 0.000120
+gallium_dri.so free 0x55717345f540 void 0.000119
+gallium_dri.so free 0x55717345f400 void 0.000121
+gallium_dri.so malloc 72 0x55717345f540 0.000118
+gallium_dri.so free 0x55717345f600 void 0.000118
+gallium_dri.so free 0x55717345f540 void 0.000117
+gallium_dri.so malloc 72 0x55717345f540 0.000121
+gallium_dri.so free 0x55717345f6c0 void 0.000119
+gallium_dri.so free 0x55717345f540 void 0.000121
+gallium_dri.so malloc 72 0x55717345f540 0.000119
+gallium_dri.so free 0x55717345f780 void 0.000122
+gallium_dri.so free 0x55717345f540 void 0.000118
+gallium_dri.so malloc 72 0x55717345f730 0.000121
+gallium_dri.so free 0x55717345f800 void 0.000118
+gallium_dri.so free 0x55717345f730 void 0.000120
+gallium_dri.so malloc 72 0x55717345f850 0.000117
+gallium_dri.so free 0x55717345f8c0 void 0.000119
+gallium_dri.so free 0x55717345f850 void 0.000117
+gallium_dri.so malloc 72 0x55717345f900 0.000122
+gallium_dri.so free 0x55717345f980 void 0.000118
+gallium_dri.so free 0x55717345f900 void 0.000124
+gallium_dri.so malloc 72 0x55717345f900 0.000120
+gallium_dri.so free 0x55717345fa00 void 0.000118
+gallium_dri.so free 0x55717345f900 void 0.000118
+gallium_dri.so malloc 72 0x55717345fa30 0.000121
+gallium_dri.so free 0x55717345fa80 void 0.000119
+gallium_dri.so free 0x55717345fa30 void 0.000117
+gallium_dri.so malloc 72 0x55717345fa30 0.000120
+gallium_dri.so free 0x55717345fb80 void 0.000118
+gallium_dri.so free 0x55717345fa30 void 0.000120
+gallium_dri.so malloc 72 0x55717345fb30 0.000121
+gallium_dri.so free 0x55717345fc40 void 0.000118
+gallium_dri.so free 0x55717345fb30 void 0.000116
+gallium_dri.so malloc 72 0x55717345fbf0 0.000122
+gallium_dri.so free 0x55717345fc80 void 0.000120
+gallium_dri.so free 0x55717345fbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717345fbf0 0.000122
+gallium_dri.so free 0x55717345fd40 void 0.000119
+gallium_dri.so free 0x55717345fbf0 void 0.000121
+gallium_dri.so malloc 72 0x55717345fdb0 0.000149
+gallium_dri.so free 0x55717345fe00 void 0.000122
+gallium_dri.so free 0x55717345fdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fdb0 0.000120
+gallium_dri.so free 0x55717345ff00 void 0.000118
+gallium_dri.so free 0x55717345fdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717345feb0 0.000120
+gallium_dri.so free 0x55717345ffc0 void 0.000122
+gallium_dri.so free 0x55717345feb0 void 0.000122
+gallium_dri.so malloc 72 0x55717345ff70 0.000121
+gallium_dri.so free 0x557173460000 void 0.000120
+gallium_dri.so free 0x55717345ff70 void 0.000120
+gallium_dri.so malloc 72 0x55717345ff70 0.000119
+gallium_dri.so free 0x5571734600c0 void 0.000117
+gallium_dri.so free 0x55717345ff70 void 0.000118
+gallium_dri.so malloc 72 0x557173460100 0.000120
+gallium_dri.so free 0x557173460180 void 0.000120
+gallium_dri.so free 0x557173460100 void 0.000120
+gallium_dri.so malloc 72 0x557173460180 0.000120
+gallium_dri.so free 0x557173460240 void 0.000118
+gallium_dri.so free 0x557173460180 void 0.000119
+gallium_dri.so malloc 72 0x557173460180 0.000118
+gallium_dri.so free 0x557173460300 void 0.000120
+gallium_dri.so free 0x557173460180 void 0.000117
+gallium_dri.so malloc 72 0x557173460320 0.000118
+gallium_dri.so free 0x5571734603c0 void 0.000121
+gallium_dri.so free 0x557173460320 void 0.000117
+gallium_dri.so malloc 72 0x557173460370 0.000121
+gallium_dri.so free 0x5571735c5300 void 0.000118
+gallium_dri.so free 0x557173460370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5340 0.000121
+gallium_dri.so free 0x5571735c53c0 void 0.000121
+gallium_dri.so free 0x5571735c5340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c53c0 0.000110
+gallium_dri.so free 0x5571735c5480 void 0.000120
+gallium_dri.so free 0x5571735c53c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c53c0 0.000118
+gallium_dri.so free 0x5571735c5500 void 0.000120
+gallium_dri.so free 0x5571735c53c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5530 0.000121
+gallium_dri.so free 0x5571735c5580 void 0.000118
+gallium_dri.so free 0x5571735c5530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5580 0.000120
+gallium_dri.so free 0x5571735c5640 void 0.000121
+gallium_dri.so free 0x5571735c5580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5580 0.000119
+gallium_dri.so free 0x5571735c5740 void 0.000118
+gallium_dri.so free 0x5571735c5580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c56f0 0.000121
+gallium_dri.so free 0x5571735c5800 void 0.000120
+gallium_dri.so free 0x5571735c56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c57b0 0.000119
+gallium_dri.so free 0x5571735c5840 void 0.000117
+gallium_dri.so free 0x5571735c57b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c57b0 0.000120
+gallium_dri.so free 0x5571735c5900 void 0.000120
+gallium_dri.so free 0x5571735c57b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5940 0.000119
+gallium_dri.so free 0x5571735c59c0 void 0.000121
+gallium_dri.so free 0x5571735c5940 void 0.000125
+gallium_dri.so malloc 72 0x5571735c59c0 0.000120
+gallium_dri.so free 0x5571735c5a80 void 0.000120
+gallium_dri.so free 0x5571735c59c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c59c0 0.000120
+gallium_dri.so free 0x5571735c5b00 void 0.000118
+gallium_dri.so free 0x5571735c59c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c59c0 0.000123
+gallium_dri.so free 0x5571735c5bc0 void 0.000121
+gallium_dri.so free 0x5571735c59c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c59c0 0.000121
+gallium_dri.so free 0x5571735c5c80 void 0.000118
+gallium_dri.so free 0x5571735c59c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5c30 0.000118
+gallium_dri.so free 0x5571735c5d00 void 0.000121
+gallium_dri.so free 0x5571735c5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5d50 0.000118
+gallium_dri.so free 0x5571735c5dc0 void 0.000117
+gallium_dri.so free 0x5571735c5d50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5de0 0.000118
+gallium_dri.so free 0x5571735c5e80 void 0.000122
+gallium_dri.so free 0x5571735c5de0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5e30 0.000118
+gallium_dri.so free 0x5571735c5f00 void 0.000121
+gallium_dri.so free 0x5571735c5e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5e30 0.000127
+gallium_dri.so free 0x5571735c6000 void 0.000123
+gallium_dri.so free 0x5571735c5e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000120
+gallium_dri.so free 0x5571735c6080 void 0.000119
+gallium_dri.so free 0x5571735c5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c60d0 0.000119
+gallium_dri.so free 0x5571735c6140 void 0.000122
+gallium_dri.so free 0x5571735c60d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6160 0.000125
+gallium_dri.so free 0x5571735c6200 void 0.000122
+gallium_dri.so free 0x5571735c6160 void 0.000119
+gallium_dri.so malloc 72 0x5571735c61b0 0.000121
+gallium_dri.so free 0x5571735c6280 void 0.000121
+gallium_dri.so free 0x5571735c61b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c61b0 0.000120
+gallium_dri.so free 0x5571735c6300 void 0.000121
+gallium_dri.so free 0x5571735c61b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6300 0.000118
+gallium_dri.so free 0x5571735c63c0 void 0.000119
+gallium_dri.so free 0x5571735c6300 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6300 0.000120
+gallium_dri.so free 0x5571735c64c0 void 0.000120
+gallium_dri.so free 0x5571735c6300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6300 0.000117
+gallium_dri.so free 0x5571735c6540 void 0.000119
+gallium_dri.so free 0x5571735c6300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6570 0.000125
+gallium_dri.so free 0x5571735c65c0 void 0.000120
+gallium_dri.so free 0x5571735c6570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6570 0.000117
+gallium_dri.so free 0x5571735c66c0 void 0.000120
+gallium_dri.so free 0x5571735c6570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6670 0.000120
+gallium_dri.so free 0x5571735c6780 void 0.000120
+gallium_dri.so free 0x5571735c6670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6730 0.000119
+gallium_dri.so free 0x5571735c67c0 void 0.000117
+gallium_dri.so free 0x5571735c6730 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6730 0.000118
+gallium_dri.so free 0x5571735c6880 void 0.000121
+gallium_dri.so free 0x5571735c6730 void 0.000117
+gallium_dri.so malloc 72 0x5571735c68d0 0.000120
+gallium_dri.so free 0x5571735c6940 void 0.000120
+gallium_dri.so free 0x5571735c68d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6980 0.000118
+gallium_dri.so free 0x5571735c6a00 void 0.000117
+gallium_dri.so free 0x5571735c6980 void 0.000127
+gallium_dri.so malloc 72 0x5571735c6a00 0.000118
+gallium_dri.so free 0x5571735c6ac0 void 0.000118
+gallium_dri.so free 0x5571735c6a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6a00 0.000120
+gallium_dri.so free 0x5571735c6b40 void 0.000119
+gallium_dri.so free 0x5571735c6a00 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6b70 0.000120
+gallium_dri.so free 0x5571735c6bc0 void 0.000119
+gallium_dri.so free 0x5571735c6b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6b70 0.000121
+gallium_dri.so free 0x5571735c6cc0 void 0.000118
+gallium_dri.so free 0x5571735c6b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6c70 0.000121
+gallium_dri.so free 0x5571735c6d80 void 0.000120
+gallium_dri.so free 0x5571735c6c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6d30 0.000120
+gallium_dri.so free 0x5571735c6e00 void 0.000121
+gallium_dri.so free 0x5571735c6d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6e20 0.000121
+gallium_dri.so free 0x5571735c6ec0 void 0.000120
+gallium_dri.so free 0x5571735c6e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6e70 0.000119
+gallium_dri.so free 0x5571735c6f40 void 0.000122
+gallium_dri.so free 0x5571735c6e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c6e70 0.000119
+gallium_dri.so free 0x5571735c6fc0 void 0.000119
+gallium_dri.so free 0x5571735c6e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6fc0 0.000121
+gallium_dri.so free 0x5571735c7080 void 0.000121
+gallium_dri.so free 0x5571735c6fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6fc0 0.000120
+gallium_dri.so free 0x5571735c7140 void 0.000127
+gallium_dri.so free 0x5571735c6fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6fc0 0.000120
+gallium_dri.so free 0x5571735c7200 void 0.000122
+gallium_dri.so free 0x5571735c6fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c71b0 0.000119
+gallium_dri.so free 0x5571735c7200 void 0.000119
+gallium_dri.so free 0x5571735c71b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c71b0 0.000121
+gallium_dri.so free 0x5571735c7300 void 0.000118
+gallium_dri.so free 0x5571735c71b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c72b0 0.000119
+gallium_dri.so free 0x5571735c73c0 void 0.000120
+gallium_dri.so free 0x5571735c72b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7370 0.000117
+gallium_dri.so free 0x5571735c7400 void 0.000120
+gallium_dri.so free 0x5571735c7370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7370 0.000117
+gallium_dri.so free 0x5571735c74c0 void 0.000120
+gallium_dri.so free 0x5571735c7370 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7500 0.000120
+gallium_dri.so free 0x5571735c7580 void 0.000121
+gallium_dri.so free 0x5571735c7500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7580 0.000120
+gallium_dri.so free 0x5571735c7640 void 0.000121
+gallium_dri.so free 0x5571735c7580 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7580 0.000121
+gallium_dri.so free 0x5571735c7700 void 0.000119
+gallium_dri.so free 0x5571735c7580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7720 0.000120
+gallium_dri.so free 0x5571735c77c0 void 0.000120
+gallium_dri.so free 0x5571735c7720 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7770 0.000117
+gallium_dri.so free 0x5571735c7840 void 0.000137
+gallium_dri.so free 0x5571735c7770 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7770 0.000119
+gallium_dri.so free 0x5571735c78c0 void 0.000121
+gallium_dri.so free 0x5571735c7770 void 0.000122
+gallium_dri.so malloc 72 0x5571735c78c0 0.000121
+gallium_dri.so free 0x5571735c7980 void 0.000122
+gallium_dri.so free 0x5571735c78c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c78c0 0.000117
+gallium_dri.so free 0x5571735c7a40 void 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c78c0 0.000117
+gallium_dri.so free 0x5571735c7b00 void 0.000120
+gallium_dri.so free 0x5571735c78c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7ab0 0.000119
+gallium_dri.so free 0x5571735c7bc0 void 0.000118
+gallium_dri.so free 0x5571735c7ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7b70 0.000120
+gallium_dri.so free 0x5571735c7c40 void 0.000120
+gallium_dri.so free 0x5571735c7b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7c90 0.000122
+gallium_dri.so free 0x5571735c7d00 void 0.000121
+gallium_dri.so free 0x5571735c7c90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7d20 0.000120
+gallium_dri.so free 0x5571735c7dc0 void 0.000121
+gallium_dri.so free 0x5571735c7d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7d70 0.000119
+gallium_dri.so free 0x5571735c7e40 void 0.000122
+gallium_dri.so free 0x5571735c7d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7d70 0.000121
+gallium_dri.so free 0x5571735c7ec0 void 0.000118
+gallium_dri.so free 0x5571735c7d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000117
+gallium_dri.so free 0x5571735c7f80 void 0.000118
+gallium_dri.so free 0x5571735c7ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7ec0 0.000120
+gallium_dri.so free 0x5571735c8080 void 0.000119
+gallium_dri.so free 0x5571735c7ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8030 0.000121
+gallium_dri.so free 0x5571735c80c0 void 0.000118
+gallium_dri.so free 0x5571735c8030 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8030 0.000121
+gallium_dri.so free 0x5571735c8180 void 0.000121
+gallium_dri.so free 0x5571735c8030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c81c0 0.000120
+gallium_dri.so free 0x5571735c8240 void 0.000127
+gallium_dri.so free 0x5571735c81c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8240 0.000126
+gallium_dri.so free 0x5571735c8300 void 0.000119
+gallium_dri.so free 0x5571735c8240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8240 0.000118
+gallium_dri.so free 0x5571735c8380 void 0.000118
+gallium_dri.so free 0x5571735c8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83b0 0.000120
+gallium_dri.so free 0x5571735c8400 void 0.000120
+gallium_dri.so free 0x5571735c83b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83b0 0.000118
+gallium_dri.so free 0x5571735c8500 void 0.000120
+gallium_dri.so free 0x5571735c83b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8540 0.000120
+gallium_dri.so free 0x5571735c85c0 void 0.000118
+gallium_dri.so free 0x5571735c8540 void 0.000118
+gallium_dri.so malloc 72 0x5571735c85c0 0.000120
+gallium_dri.so free 0x5571735c8680 void 0.000121
+gallium_dri.so free 0x5571735c85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c85c0 0.000145
+gallium_dri.so free 0x5571735c8700 void 0.000120
+gallium_dri.so free 0x5571735c85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8730 0.000118
+gallium_dri.so free 0x5571735c8780 void 0.000118
+gallium_dri.so free 0x5571735c8730 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8730 0.000119
+gallium_dri.so free 0x5571735c8880 void 0.000118
+gallium_dri.so free 0x5571735c8730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8830 0.000118
+gallium_dri.so free 0x5571735c8940 void 0.000121
+gallium_dri.so free 0x5571735c8830 void 0.000120
+gallium_dri.so malloc 72 0x5571735c88f0 0.000120
+gallium_dri.so free 0x5571735c89c0 void 0.000117
+gallium_dri.so free 0x5571735c88f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c88f0 0.000119
+gallium_dri.so free 0x5571735c8a80 void 0.000121
+gallium_dri.so free 0x5571735c88f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c88f0 0.000121
+gallium_dri.so free 0x5571735c8b40 void 0.000118
+gallium_dri.so free 0x5571735c88f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8af0 0.000119
+gallium_dri.so free 0x5571735c8bc0 void 0.000120
+gallium_dri.so free 0x5571735c8af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c10 0.000118
+gallium_dri.so free 0x5571735c8c80 void 0.000120
+gallium_dri.so free 0x5571735c8c10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8ca0 0.000123
+gallium_dri.so free 0x5571735c8d40 void 0.000120
+gallium_dri.so free 0x5571735c8ca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000119
+gallium_dri.so free 0x5571735c8dc0 void 0.000130
+gallium_dri.so free 0x5571735c8cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8dc0 0.000118
+gallium_dri.so free 0x5571735c8e80 void 0.000120
+gallium_dri.so free 0x5571735c8dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8dc0 0.000122
+gallium_dri.so free 0x5571735c8f00 void 0.000118
+gallium_dri.so free 0x5571735c8dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f00 0.000120
+gallium_dri.so free 0x5571735c8fc0 void 0.000122
+gallium_dri.so free 0x5571735c8f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f00 0.000121
+gallium_dri.so free 0x5571735c9080 void 0.000122
+gallium_dri.so free 0x5571735c8f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8f00 0.000119
+gallium_dri.so free 0x5571735c9140 void 0.000118
+gallium_dri.so free 0x5571735c8f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c90f0 0.000119
+gallium_dri.so free 0x5571735c91c0 void 0.000122
+gallium_dri.so free 0x5571735c90f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c9210 0.000118
+gallium_dri.so free 0x5571735c9280 void 0.000119
+gallium_dri.so free 0x5571735c9210 void 0.000119
+gallium_dri.so malloc 72 0x5571735c92c0 0.000118
+gallium_dri.so free 0x5571735c9340 void 0.000119
+gallium_dri.so free 0x5571735c92c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c92c0 0.000163
+gallium_dri.so free 0x5571735c93c0 void 0.000124
+gallium_dri.so free 0x5571735c92c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c93f0 0.000120
+gallium_dri.so free 0x5571735c9440 void 0.000121
+gallium_dri.so free 0x5571735c93f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c93f0 0.000118
+gallium_dri.so free 0x557173462440 void 0.000117
+gallium_dri.so free 0x5571735c93f0 void 0.000144
+gallium_dri.so malloc 72 0x557173462490 0.000119
+gallium_dri.so free 0x557173462500 void 0.000118
+gallium_dri.so free 0x557173462490 void 0.000118
+gallium_dri.so malloc 72 0x557173462520 0.000119
+gallium_dri.so free 0x5571734625c0 void 0.000122
+gallium_dri.so free 0x557173462520 void 0.000118
+gallium_dri.so malloc 72 0x557173462570 0.000120
+gallium_dri.so free 0x557173462640 void 0.000117
+gallium_dri.so free 0x557173462570 void 0.000117
+gallium_dri.so malloc 72 0x557173462570 0.000117
+gallium_dri.so free 0x557173462740 void 0.000119
+gallium_dri.so free 0x557173462570 void 0.000122
+gallium_dri.so malloc 72 0x5571734626f0 0.000121
+gallium_dri.so free 0x5571734627c0 void 0.000121
+gallium_dri.so free 0x5571734626f0 void 0.000120
+gallium_dri.so malloc 72 0x557173462810 0.000120
+gallium_dri.so free 0x557173462880 void 0.000120
+gallium_dri.so free 0x557173462810 void 0.000131
+gallium_dri.so malloc 72 0x5571734628a0 0.000119
+gallium_dri.so free 0x557173462940 void 0.000118
+gallium_dri.so free 0x5571734628a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628f0 0.000121
+gallium_dri.so free 0x5571734629c0 void 0.000121
+gallium_dri.so free 0x5571734628f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628f0 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000122
+gallium_dri.so free 0x5571734628f0 void 0.000117
+gallium_dri.so malloc 72 0x557173462a40 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000117
+gallium_dri.so malloc 72 0x557173462a40 0.000119
+gallium_dri.so free 0x557173462c00 void 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000117
+gallium_dri.so malloc 72 0x557173462a40 0.000121
+gallium_dri.so free 0x557173462c80 void 0.000118
+gallium_dri.so free 0x557173462a40 void 0.000117
+gallium_dri.so malloc 72 0x557173462cb0 0.000122
+gallium_dri.so free 0x557173462d00 void 0.000122
+gallium_dri.so free 0x557173462cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173462cb0 0.000120
+gallium_dri.so free 0x557173462e00 void 0.000123
+gallium_dri.so free 0x557173462cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173462db0 0.000121
+gallium_dri.so free 0x557173462ec0 void 0.000132
+gallium_dri.so free 0x557173462db0 void 0.000119
+gallium_dri.so malloc 72 0x557173462e70 0.000122
+gallium_dri.so free 0x557173462f00 void 0.000122
+gallium_dri.so free 0x557173462e70 void 0.000117
+gallium_dri.so malloc 72 0x557173462e70 0.000121
+gallium_dri.so free 0x557173462fc0 void 0.000119
+gallium_dri.so free 0x557173462e70 void 0.000120
+gallium_dri.so malloc 72 0x557173463010 0.000121
+gallium_dri.so free 0x557173463080 void 0.000127
+gallium_dri.so free 0x557173463010 void 0.000118
+gallium_dri.so malloc 72 0x5571734630c0 0.000120
+gallium_dri.so free 0x557173463140 void 0.000120
+gallium_dri.so free 0x5571734630c0 void 0.000121
+gallium_dri.so malloc 72 0x557173463140 0.000117
+gallium_dri.so free 0x557173463200 void 0.000118
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so malloc 72 0x557173463140 0.000120
+gallium_dri.so free 0x557173463280 void 0.000118
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so malloc 72 0x5571734632b0 0.000117
+gallium_dri.so free 0x557173463300 void 0.000151
+gallium_dri.so free 0x5571734632b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734632b0 0.000121
+gallium_dri.so free 0x557173463400 void 0.000119
+gallium_dri.so free 0x5571734632b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734633b0 0.000130
+gallium_dri.so free 0x5571734634c0 void 0.000121
+gallium_dri.so free 0x5571734633b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463470 0.000121
+gallium_dri.so free 0x557173463540 void 0.000121
+gallium_dri.so free 0x557173463470 void 0.000120
+gallium_dri.so malloc 72 0x557173463560 0.000119
+gallium_dri.so free 0x557173463600 void 0.000121
+gallium_dri.so free 0x557173463560 void 0.000120
+gallium_dri.so malloc 72 0x5571734635b0 0.000120
+gallium_dri.so free 0x557173463680 void 0.000118
+gallium_dri.so free 0x5571734635b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734635b0 0.000120
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so free 0x5571734635b0 void 0.000116
+gallium_dri.so malloc 72 0x557173463700 0.000121
+gallium_dri.so free 0x5571734637c0 void 0.000120
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so malloc 72 0x557173463700 0.000121
+gallium_dri.so free 0x557173463880 void 0.000118
+gallium_dri.so free 0x557173463700 void 0.000118
+gallium_dri.so malloc 72 0x557173463700 0.000120
+gallium_dri.so free 0x557173463940 void 0.000120
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so malloc 72 0x5571734638f0 0.000118
+gallium_dri.so free 0x557173463940 void 0.000123
+gallium_dri.so free 0x5571734638f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734638f0 0.000116
+gallium_dri.so free 0x557173463a40 void 0.000117
+gallium_dri.so free 0x5571734638f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734639f0 0.000116
+gallium_dri.so free 0x557173463b00 void 0.000213
+gallium_dri.so free 0x5571734639f0 void 0.000241
+gallium_dri.so malloc 72 0x557173463ab0 0.000179
+gallium_dri.so free 0x557173463b40 void 0.000121
+gallium_dri.so free 0x557173463ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173463ab0 0.000115
+gallium_dri.so free 0x557173463c00 void 0.000118
+gallium_dri.so free 0x557173463ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173463c40 0.000115
+gallium_dri.so free 0x557173463cc0 void 0.000116
+gallium_dri.so free 0x557173463c40 void 0.000116
+gallium_dri.so malloc 72 0x557173463cc0 0.000116
+gallium_dri.so free 0x557173463d80 void 0.000117
+gallium_dri.so free 0x557173463cc0 void 0.000116
+gallium_dri.so malloc 72 0x557173463cc0 0.000115
+gallium_dri.so free 0x557173463e40 void 0.000115
+gallium_dri.so free 0x557173463cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173463e60 0.000115
+gallium_dri.so free 0x557173463f00 void 0.000119
+gallium_dri.so free 0x557173463e60 void 0.000168
+gallium_dri.so malloc 72 0x557173463eb0 0.000115
+gallium_dri.so free 0x557173463f80 void 0.000115
+gallium_dri.so free 0x557173463eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173463eb0 0.000115
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464000 0.000113
+gallium_dri.so free 0x5571734640c0 void 0.000127
+gallium_dri.so free 0x557173464000 void 0.000118
+gallium_dri.so malloc 72 0x557173464000 0.000116
+gallium_dri.so free 0x557173464180 void 0.000115
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so malloc 72 0x557173464000 0.000114
+gallium_dri.so free 0x557173464240 void 0.000113
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so malloc 72 0x5571734641f0 0.000115
+gallium_dri.so free 0x557173464300 void 0.000116
+gallium_dri.so free 0x5571734641f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734642b0 0.000116
+gallium_dri.so free 0x557173464380 void 0.000117
+gallium_dri.so free 0x5571734642b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734643d0 0.000113
+gallium_dri.so free 0x557173464440 void 0.000117
+gallium_dri.so free 0x5571734643d0 void 0.000113
+gallium_dri.so malloc 72 0x557173464460 0.000114
+gallium_dri.so free 0x557173464500 void 0.000115
+gallium_dri.so free 0x557173464460 void 0.000131
+gallium_dri.so malloc 72 0x5571734644b0 0.000115
+gallium_dri.so free 0x557173464580 void 0.000113
+gallium_dri.so free 0x5571734644b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734644b0 0.000113
+gallium_dri.so free 0x557173464600 void 0.000114
+gallium_dri.so free 0x5571734644b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464600 0.000115
+gallium_dri.so free 0x5571734646c0 void 0.000114
+gallium_dri.so free 0x557173464600 void 0.000113
+gallium_dri.so malloc 72 0x557173464600 0.000113
+gallium_dri.so free 0x5571734647c0 void 0.000113
+gallium_dri.so free 0x557173464600 void 0.000113
+gallium_dri.so malloc 72 0x557173464770 0.000113
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so free 0x557173464770 void 0.000115
+gallium_dri.so malloc 72 0x557173464770 0.000113
+gallium_dri.so free 0x5571734648c0 void 0.000115
+gallium_dri.so free 0x557173464770 void 0.000114
+gallium_dri.so malloc 72 0x557173464900 0.000111
+gallium_dri.so free 0x557173464980 void 0.000113
+gallium_dri.so free 0x557173464900 void 0.000118
+gallium_dri.so malloc 72 0x557173464980 0.000125
+gallium_dri.so free 0x557173464a40 void 0.000120
+gallium_dri.so free 0x557173464980 void 0.000113
+gallium_dri.so malloc 72 0x557173464980 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464980 void 0.000133
+gallium_dri.so malloc 72 0x557173464af0 0.000125
+gallium_dri.so free 0x557173464b40 void 0.000119
+gallium_dri.so free 0x557173464af0 void 0.000119
+gallium_dri.so malloc 72 0x557173464af0 0.000117
+gallium_dri.so free 0x557173464c40 void 0.000118
+gallium_dri.so free 0x557173464af0 void 0.000118
+gallium_dri.so malloc 72 0x557173464c80 0.000118
+gallium_dri.so free 0x557173464d00 void 0.000120
+gallium_dri.so free 0x557173464c80 void 0.000120
+gallium_dri.so malloc 72 0x557173464d00 0.000118
+gallium_dri.so free 0x557173464dc0 void 0.000118
+gallium_dri.so free 0x557173464d00 void 0.000119
+gallium_dri.so malloc 72 0x557173464d00 0.000117
+gallium_dri.so free 0x557173464e40 void 0.000117
+gallium_dri.so free 0x557173464d00 void 0.000123
+gallium_dri.so malloc 72 0x557173464e70 0.000119
+gallium_dri.so free 0x557173464ec0 void 0.000117
+gallium_dri.so free 0x557173464e70 void 0.000118
+gallium_dri.so malloc 72 0x557173464e70 0.000118
+gallium_dri.so free 0x557173464fc0 void 0.000118
+gallium_dri.so free 0x557173464e70 void 0.000119
+gallium_dri.so malloc 72 0x557173464f70 0.000132
+gallium_dri.so free 0x557173465080 void 0.000119
+gallium_dri.so free 0x557173464f70 void 0.000118
+gallium_dri.so malloc 72 0x557173465030 0.000118
+gallium_dri.so free 0x557173465100 void 0.000126
+gallium_dri.so free 0x557173465030 void 0.000112
+gallium_dri.so malloc 72 0x557173465030 0.000110
+gallium_dri.so free 0x5571734651c0 void 0.000110
+gallium_dri.so free 0x557173465030 void 0.000110
+gallium_dri.so malloc 72 0x557173465030 0.000109
+gallium_dri.so free 0x557173465280 void 0.000110
+gallium_dri.so free 0x557173465030 void 0.000109
+gallium_dri.so malloc 72 0x557173465230 0.000111
+gallium_dri.so free 0x557173465300 void 0.000110
+gallium_dri.so free 0x557173465230 void 0.000110
+gallium_dri.so malloc 72 0x557173465350 0.000110
+gallium_dri.so free 0x5571734653c0 void 0.000110
+gallium_dri.so free 0x557173465350 void 0.000110
+gallium_dri.so malloc 72 0x5571734653e0 0.000110
+gallium_dri.so free 0x557173465480 void 0.000110
+gallium_dri.so free 0x5571734653e0 void 0.000109
+gallium_dri.so malloc 72 0x557173465430 0.000111
+gallium_dri.so free 0x557173465500 void 0.000111
+gallium_dri.so free 0x557173465430 void 0.000109
+gallium_dri.so malloc 72 0x557173465500 0.000109
+gallium_dri.so free 0x5571734655c0 void 0.000110
+gallium_dri.so free 0x557173465500 void 0.000110
+gallium_dri.so malloc 72 0x557173465500 0.000109
+gallium_dri.so free 0x557173465640 void 0.000110
+gallium_dri.so free 0x557173465500 void 0.000110
+gallium_dri.so malloc 72 0x557173465640 0.000111
+gallium_dri.so free 0x557173465700 void 0.000113
+gallium_dri.so free 0x557173465640 void 0.000120
+gallium_dri.so malloc 72 0x557173465640 0.000120
+gallium_dri.so free 0x5571734657c0 void 0.000117
+gallium_dri.so free 0x557173465640 void 0.000118
+gallium_dri.so malloc 72 0x557173465640 0.000117
+gallium_dri.so free 0x557173465880 void 0.000119
+gallium_dri.so free 0x557173465640 void 0.000116
+gallium_dri.so malloc 72 0x557173465830 0.000116
+gallium_dri.so free 0x557173465900 void 0.000118
+gallium_dri.so free 0x557173465830 void 0.000115
+gallium_dri.so malloc 72 0x557173465950 0.000117
+gallium_dri.so free 0x5571734659c0 void 0.000118
+gallium_dri.so free 0x557173465950 void 0.000116
+gallium_dri.so malloc 72 0x557173465a00 0.000119
+gallium_dri.so free 0x557173465a80 void 0.000119
+gallium_dri.so free 0x557173465a00 void 0.000117
+gallium_dri.so malloc 72 0x557173465a00 0.000119
+gallium_dri.so free 0x557173465b00 void 0.000117
+gallium_dri.so free 0x557173465a00 void 0.000117
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000119
+gallium_dri.so free 0x557173465b30 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x557173465c80 void 0.000118
+gallium_dri.so free 0x557173465b30 void 0.000117
+gallium_dri.so malloc 72 0x557173465c30 0.000117
+gallium_dri.so free 0x557173465d40 void 0.000118
+gallium_dri.so free 0x557173465c30 void 0.000185
+gallium_dri.so malloc 72 0x557173465cf0 0.000123
+gallium_dri.so free 0x557173465d80 void 0.000125
+gallium_dri.so free 0x557173465cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173465cf0 0.000118
+gallium_dri.so free 0x557173465e40 void 0.000123
+gallium_dri.so free 0x557173465cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173465eb0 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000135
+gallium_dri.so free 0x557173465eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173465eb0 0.000118
+gallium_dri.so free 0x557173466000 void 0.000119
+gallium_dri.so free 0x557173465eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173465fb0 0.000119
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so free 0x557173465fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173466070 0.000117
+gallium_dri.so free 0x557173466100 void 0.000120
+gallium_dri.so free 0x557173466070 void 0.000118
+gallium_dri.so malloc 72 0x557173466070 0.000118
+gallium_dri.so free 0x5571734661c0 void 0.000119
+gallium_dri.so free 0x557173466070 void 0.000119
+gallium_dri.so malloc 72 0x557173466200 0.000117
+gallium_dri.so free 0x557173466280 void 0.000118
+gallium_dri.so free 0x557173466200 void 0.000118
+gallium_dri.so malloc 72 0x557173466280 0.000118
+gallium_dri.so free 0x557173466340 void 0.000114
+gallium_dri.so free 0x557173466280 void 0.000112
+gallium_dri.so malloc 72 0x557173466280 0.000111
+gallium_dri.so free 0x557173466400 void 0.000110
+gallium_dri.so free 0x557173466280 void 0.000110
+gallium_dri.so malloc 72 0x557173466420 0.000110
+gallium_dri.so free 0x5571734664c0 void 0.000109
+gallium_dri.so free 0x557173466420 void 0.000111
+gallium_dri.so malloc 72 0x557173466470 0.000110
+gallium_dri.so free 0x557173466540 void 0.000111
+gallium_dri.so free 0x557173466470 void 0.000111
+gallium_dri.so malloc 72 0x557173466470 0.000110
+gallium_dri.so free 0x5571734665c0 void 0.000111
+gallium_dri.so free 0x557173466470 void 0.000109
+gallium_dri.so malloc 72 0x5571734665c0 0.000110
+gallium_dri.so free 0x557173466680 void 0.000110
+gallium_dri.so free 0x5571734665c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734665c0 0.000111
+gallium_dri.so free 0x557173466740 void 0.000109
+gallium_dri.so free 0x5571734665c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734665c0 0.000110
+gallium_dri.so free 0x557173466800 void 0.000114
+gallium_dri.so free 0x5571734665c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734667b0 0.000113
+gallium_dri.so free 0x5571734668c0 void 0.000111
+gallium_dri.so free 0x5571734667b0 void 0.000110
+gallium_dri.so malloc 72 0x557173466870 0.000109
+gallium_dri.so free 0x557173466940 void 0.000109
+gallium_dri.so free 0x557173466870 void 0.000121
+gallium_dri.so malloc 72 0x557173466990 0.000119
+gallium_dri.so free 0x557173466a00 void 0.000118
+gallium_dri.so free 0x557173466990 void 0.000119
+gallium_dri.so malloc 72 0x557173466a20 0.000118
+gallium_dri.so free 0x557173466ac0 void 0.000119
+gallium_dri.so free 0x557173466a20 void 0.000118
+gallium_dri.so malloc 72 0x557173466a70 0.000120
+gallium_dri.so free 0x557173466b40 void 0.000119
+gallium_dri.so free 0x557173466a70 void 0.000117
+gallium_dri.so malloc 72 0x557173466a70 0.000118
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so free 0x557173466a70 void 0.000119
+gallium_dri.so malloc 72 0x557173466bc0 0.000117
+gallium_dri.so free 0x557173466c80 void 0.000118
+gallium_dri.so free 0x557173466bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466bc0 0.000118
+gallium_dri.so free 0x557173466d80 void 0.000118
+gallium_dri.so free 0x557173466bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466d30 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x557173466d30 void 0.000117
+gallium_dri.so malloc 72 0x557173466d30 0.000145
+gallium_dri.so free 0x557173466e80 void 0.000120
+gallium_dri.so free 0x557173466d30 void 0.000118
+gallium_dri.so malloc 72 0x557173466ec0 0.000119
+gallium_dri.so free 0x557173466f40 void 0.000193
+gallium_dri.so free 0x557173466ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173466f40 0.000124
+gallium_dri.so free 0x557173467000 void 0.000125
+gallium_dri.so free 0x557173466f40 void 0.000120
+gallium_dri.so malloc 72 0x557173466f40 0.000118
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173466f40 void 0.000117
+gallium_dri.so malloc 72 0x5571734670b0 0.000120
+gallium_dri.so free 0x557173467100 void 0.000119
+gallium_dri.so free 0x5571734670b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734670b0 0.000117
+gallium_dri.so free 0x557173467200 void 0.000117
+gallium_dri.so free 0x5571734670b0 void 0.000117
+gallium_dri.so malloc 72 0x557173467240 0.000119
+gallium_dri.so free 0x5571734672c0 void 0.000119
+gallium_dri.so free 0x557173467240 void 0.000117
+gallium_dri.so malloc 72 0x5571734672c0 0.000118
+gallium_dri.so free 0x557173467380 void 0.000118
+gallium_dri.so free 0x5571734672c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734672c0 0.000117
+gallium_dri.so free 0x557173467400 void 0.000119
+gallium_dri.so free 0x5571734672c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467430 0.000117
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x557173467430 void 0.000126
+gallium_dri.so malloc 72 0x557173467430 0.000112
+gallium_dri.so free 0x557173467580 void 0.000110
+gallium_dri.so free 0x557173467430 void 0.000111
+gallium_dri.so malloc 72 0x557173467530 0.000111
+gallium_dri.so free 0x557173467640 void 0.000110
+gallium_dri.so free 0x557173467530 void 0.000109
+gallium_dri.so malloc 72 0x5571734675f0 0.000111
+gallium_dri.so free 0x5571734676c0 void 0.000112
+gallium_dri.so free 0x5571734675f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734675f0 0.000110
+gallium_dri.so free 0x557173467780 void 0.000109
+gallium_dri.so free 0x5571734675f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734675f0 0.000110
+gallium_dri.so free 0x557173467840 void 0.000111
+gallium_dri.so free 0x5571734675f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734677f0 0.000110
+gallium_dri.so free 0x5571734678c0 void 0.000110
+gallium_dri.so free 0x5571734677f0 void 0.000110
+gallium_dri.so malloc 72 0x557173467910 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000109
+gallium_dri.so free 0x557173467910 void 0.000110
+gallium_dri.so malloc 72 0x557173467910 0.000109
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x557173467910 void 0.000115
+gallium_dri.so malloc 72 0x557173467910 0.000112
+gallium_dri.so free 0x5571735eb500 void 0.000112
+gallium_dri.so free 0x557173467910 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000125
+gallium_dri.so free 0x5571735eb5c0 void 0.000119
+gallium_dri.so free 0x5571735eb4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb570 0.000120
+gallium_dri.so free 0x5571735eb640 void 0.000118
+gallium_dri.so free 0x5571735eb570 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb690 0.000118
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so free 0x5571735eb690 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb720 0.000118
+gallium_dri.so free 0x5571735eb7c0 void 0.000140
+gallium_dri.so free 0x5571735eb720 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb770 0.000125
+gallium_dri.so free 0x5571735eb840 void 0.000124
+gallium_dri.so free 0x5571735eb770 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb770 0.000124
+gallium_dri.so free 0x5571735eb8c0 void 0.000127
+gallium_dri.so free 0x5571735eb770 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000119
+gallium_dri.so free 0x5571735eb980 void 0.000118
+gallium_dri.so free 0x5571735eb8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000117
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so free 0x5571735eb8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba30 0.000118
+gallium_dri.so free 0x5571735ebac0 void 0.000168
+gallium_dri.so free 0x5571735eba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba30 0.000135
+gallium_dri.so free 0x5571735ebb80 void 0.000119
+gallium_dri.so free 0x5571735eba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc40 0.000119
+gallium_dri.so free 0x5571735ebd00 void 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc40 0.000118
+gallium_dri.so free 0x5571735ebd80 void 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000118
+gallium_dri.so free 0x5571735ebe00 void 0.000118
+gallium_dri.so free 0x5571735ebdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000117
+gallium_dri.so free 0x5571735ebdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf40 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000134
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec130 0.000111
+gallium_dri.so free 0x5571735ec180 void 0.000110
+gallium_dri.so free 0x5571735ec130 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec130 0.000110
+gallium_dri.so free 0x5571735ec280 void 0.000110
+gallium_dri.so free 0x5571735ec130 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec230 0.000112
+gallium_dri.so free 0x5571735ec340 void 0.000110
+gallium_dri.so free 0x5571735ec230 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000110
+gallium_dri.so free 0x5571735ec3c0 void 0.000110
+gallium_dri.so free 0x5571735ec2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000109
+gallium_dri.so free 0x5571735ec480 void 0.000111
+gallium_dri.so free 0x5571735ec2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000110
+gallium_dri.so free 0x5571735ec540 void 0.000109
+gallium_dri.so free 0x5571735ec2f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000110
+gallium_dri.so free 0x5571735ec5c0 void 0.000111
+gallium_dri.so free 0x5571735ec4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec610 0.000110
+gallium_dri.so free 0x5571735ec680 void 0.000137
+gallium_dri.so free 0x5571735ec610 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000111
+gallium_dri.so free 0x5571735ec740 void 0.000140
+gallium_dri.so free 0x5571735ec6a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000128
+gallium_dri.so free 0x5571735ec7c0 void 0.000119
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000115
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec900 0.000114
+gallium_dri.so free 0x5571735ec9c0 void 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec900 0.000113
+gallium_dri.so free 0x5571735eca80 void 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec900 0.000113
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecaf0 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000113
+gallium_dri.so free 0x5571735ecaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc10 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecc10 void 0.000117
+gallium_dri.so malloc 72 0x5571735eccc0 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000159
+gallium_dri.so free 0x5571735eccc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eccc0 0.000112
+gallium_dri.so free 0x5571735ecdc0 void 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000113
+gallium_dri.so free 0x5571735ece40 void 0.000112
+gallium_dri.so free 0x5571735ecdf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000111
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecef0 0.000122
+gallium_dri.so free 0x5571735ed000 void 0.000125
+gallium_dri.so free 0x5571735ecef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000124
+gallium_dri.so free 0x5571735ed040 void 0.000118
+gallium_dri.so free 0x5571735ecfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000118
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so free 0x5571735ecfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed270 0.000118
+gallium_dri.so free 0x5571735ed380 void 0.000130
+gallium_dri.so free 0x5571735ed270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed330 0.000111
+gallium_dri.so free 0x5571735ed3c0 void 0.000110
+gallium_dri.so free 0x5571735ed330 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed330 0.000110
+gallium_dri.so free 0x5571735ed480 void 0.000111
+gallium_dri.so free 0x5571735ed330 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000111
+gallium_dri.so free 0x5571735ed540 void 0.000110
+gallium_dri.so free 0x5571735ed4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed540 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000112
+gallium_dri.so free 0x5571735ed540 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed540 0.000111
+gallium_dri.so free 0x5571735ed6c0 void 0.000110
+gallium_dri.so free 0x5571735ed540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000111
+gallium_dri.so free 0x5571735ed6e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed730 0.000112
+gallium_dri.so free 0x5571735ed800 void 0.000115
+gallium_dri.so free 0x5571735ed730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed730 0.000116
+gallium_dri.so free 0x5571735ed880 void 0.000114
+gallium_dri.so free 0x5571735ed730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed880 0.000111
+gallium_dri.so free 0x5571735ed940 void 0.000159
+gallium_dri.so free 0x5571735ed880 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed880 0.000125
+gallium_dri.so free 0x5571735eda00 void 0.000120
+gallium_dri.so free 0x5571735ed880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed880 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000117
+gallium_dri.so malloc 72 0x5571735eda70 0.000116
+gallium_dri.so free 0x5571735edb80 void 0.000118
+gallium_dri.so free 0x5571735eda70 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb30 0.000118
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so free 0x5571735edb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc50 0.000117
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edc50 void 0.000118
+gallium_dri.so malloc 72 0x5571735edce0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000117
+gallium_dri.so free 0x5571735edce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd30 0.000119
+gallium_dri.so free 0x5571735ede00 void 0.000119
+gallium_dri.so free 0x5571735edd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd30 0.000118
+gallium_dri.so free 0x5571735ede80 void 0.000119
+gallium_dri.so free 0x5571735edd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede80 0.000168
+gallium_dri.so free 0x5571735edf40 void 0.000121
+gallium_dri.so free 0x5571735ede80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede80 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edff0 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000122
+gallium_dri.so free 0x5571735edff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edff0 0.000119
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735edff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee180 0.000119
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee200 0.000119
+gallium_dri.so free 0x5571735ee2c0 void 0.000118
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee200 0.000119
+gallium_dri.so free 0x5571735ee340 void 0.000118
+gallium_dri.so free 0x5571735ee200 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee370 0.000118
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so free 0x5571735ee370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee370 0.000129
+gallium_dri.so free 0x5571735ee4c0 void 0.000120
+gallium_dri.so free 0x5571735ee370 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee500 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000119
+gallium_dri.so free 0x5571735ee500 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee580 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee580 0.000119
+gallium_dri.so free 0x5571735ee6c0 void 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000118
+gallium_dri.so free 0x5571735ee740 void 0.000119
+gallium_dri.so free 0x5571735ee6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000119
+gallium_dri.so free 0x5571735ee840 void 0.000118
+gallium_dri.so free 0x5571735ee6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so free 0x5571735ee7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000119
+gallium_dri.so free 0x5571735ee8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000116
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so free 0x5571735ee8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000118
+gallium_dri.so free 0x5571735ee8b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eeab0 0.000119
+gallium_dri.so free 0x5571735eeb80 void 0.000119
+gallium_dri.so free 0x5571735eeab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eebd0 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eebd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec60 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eec60 void 0.000116
+gallium_dri.so malloc 72 0x5571735eecb0 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000119
+gallium_dri.so free 0x5571735eecb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed80 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed80 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeec0 0.000118
+gallium_dri.so free 0x5571735eef80 void 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeec0 0.000118
+gallium_dri.so free 0x5571735ef040 void 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeec0 0.000120
+gallium_dri.so free 0x5571735ef100 void 0.000129
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef0b0 0.000118
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so free 0x5571735ef0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef1d0 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef1d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef280 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000118
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef280 0.000129
+gallium_dri.so free 0x5571735ef380 void 0.000118
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000119
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000118
+gallium_dri.so free 0x5571735ef5c0 void 0.000119
+gallium_dri.so free 0x5571735ef4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef570 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000118
+gallium_dri.so free 0x5571735ef570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef570 0.000136
+gallium_dri.so free 0x5571735ef6c0 void 0.000122
+gallium_dri.so free 0x5571735ef570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef730 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000118
+gallium_dri.so free 0x5571735ef730 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef730 0.000119
+gallium_dri.so free 0x5571735ef880 void 0.000118
+gallium_dri.so free 0x5571735ef730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef830 0.000117
+gallium_dri.so free 0x5571735ef940 void 0.000117
+gallium_dri.so free 0x5571735ef830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000124
+gallium_dri.so free 0x5571735ef8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000124
+gallium_dri.so free 0x5571735efa40 void 0.000124
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa80 0.000119
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb00 0.000118
+gallium_dri.so free 0x5571735efbc0 void 0.000120
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb00 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000179
+gallium_dri.so free 0x5571735efb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efca0 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000120
+gallium_dri.so free 0x5571735efca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efcf0 0.000119
+gallium_dri.so free 0x5571735efdc0 void 0.000120
+gallium_dri.so free 0x5571735efcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efcf0 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000121
+gallium_dri.so free 0x5571735efcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000119
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0030 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735f0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f00f0 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000144
+gallium_dri.so free 0x5571735f00f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0210 0.000124
+gallium_dri.so free 0x5571735f0280 void 0.000112
+gallium_dri.so free 0x5571735f0210 void 0.000109
+gallium_dri.so malloc 72 0x5571735f02a0 0.000110
+gallium_dri.so free 0x5571735f0340 void 0.000110
+gallium_dri.so free 0x5571735f02a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f02f0 0.000110
+gallium_dri.so free 0x5571735f03c0 void 0.000109
+gallium_dri.so free 0x5571735f02f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f02f0 0.000109
+gallium_dri.so free 0x5571735f0440 void 0.000110
+gallium_dri.so free 0x5571735f02f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0440 0.000110
+gallium_dri.so free 0x5571735f0500 void 0.000111
+gallium_dri.so free 0x5571735f0440 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0440 0.000111
+gallium_dri.so free 0x5571735f0600 void 0.000111
+gallium_dri.so free 0x5571735f0440 void 0.000110
+gallium_dri.so malloc 72 0x5571735f05b0 0.000110
+gallium_dri.so free 0x5571735f0640 void 0.000109
+gallium_dri.so free 0x5571735f05b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f05b0 0.000109
+gallium_dri.so free 0x5571735f0700 void 0.000109
+gallium_dri.so free 0x5571735f05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0740 0.000110
+gallium_dri.so free 0x5571735f07c0 void 0.000110
+gallium_dri.so free 0x5571735f0740 void 0.000111
+gallium_dri.so malloc 72 0x5571735f07c0 0.000110
+gallium_dri.so free 0x5571735f0880 void 0.000148
+gallium_dri.so free 0x5571735f07c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f07c0 0.000125
+gallium_dri.so free 0x5571735f0900 void 0.000124
+gallium_dri.so free 0x5571735f07c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0930 0.000118
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0930 0.000120
+gallium_dri.so free 0x5571735f0a80 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000115
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so free 0x5571735f0ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0b40 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b40 0.000123
+gallium_dri.so free 0x5571735f0c80 void 0.000124
+gallium_dri.so free 0x5571735f0b40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000118
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000160
+gallium_dri.so free 0x5571735f0e00 void 0.000157
+gallium_dri.so free 0x5571735f0cb0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f0db0 0.000123
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so free 0x5571735f0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e70 0.000145
+gallium_dri.so free 0x5571735f1000 void 0.000125
+gallium_dri.so free 0x5571735f0e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e70 0.000120
+gallium_dri.so free 0x5571735f10c0 void 0.000119
+gallium_dri.so free 0x5571735f0e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1070 0.000118
+gallium_dri.so free 0x5571735f1140 void 0.000116
+gallium_dri.so free 0x5571735f1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1190 0.000124
+gallium_dri.so free 0x5571735f1200 void 0.000123
+gallium_dri.so free 0x5571735f1190 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1220 0.000124
+gallium_dri.so free 0x5571735f12c0 void 0.000127
+gallium_dri.so free 0x5571735f1220 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1270 0.000118
+gallium_dri.so free 0x5571735f1340 void 0.000117
+gallium_dri.so free 0x5571735f1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1340 0.000124
+gallium_dri.so free 0x5571735f1400 void 0.000125
+gallium_dri.so free 0x5571735f1340 void 0.000156
+gallium_dri.so malloc 72 0x5571735f1340 0.000156
+gallium_dri.so free 0x5571735f1480 void 0.000131
+gallium_dri.so free 0x5571735f1340 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1480 0.000124
+gallium_dri.so free 0x5571735f1540 void 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1480 0.000130
+gallium_dri.so free 0x5571735f1600 void 0.000129
+gallium_dri.so free 0x5571735f1480 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1480 0.000129
+gallium_dri.so free 0x5571735f16c0 void 0.000124
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1670 0.000126
+gallium_dri.so free 0x5571735f1740 void 0.000203
+gallium_dri.so free 0x5571735f1670 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1790 0.000130
+gallium_dri.so free 0x5571735f1800 void 0.000170
+gallium_dri.so free 0x5571735f1790 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1840 0.000124
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1840 0.000129
+gallium_dri.so free 0x5571735f1940 void 0.000129
+gallium_dri.so free 0x5571735f1840 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1970 0.000124
+gallium_dri.so free 0x5571735f19c0 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1970 0.000128
+gallium_dri.so free 0x5571735f1ac0 void 0.000130
+gallium_dri.so free 0x5571735f1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1a70 0.000123
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so free 0x5571735f1a70 void 0.000155
+gallium_dri.so malloc 72 0x5571735f1b30 0.000143
+gallium_dri.so free 0x5571735f1bc0 void 0.000131
+gallium_dri.so free 0x5571735f1b30 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1b30 0.000130
+gallium_dri.so free 0x5571735f1c80 void 0.000130
+gallium_dri.so free 0x5571735f1b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000120
+gallium_dri.so free 0x5571735f1d40 void 0.000126
+gallium_dri.so free 0x5571735f1cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000125
+gallium_dri.so free 0x5571735f1e40 void 0.000123
+gallium_dri.so free 0x5571735f1cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1df0 0.000130
+gallium_dri.so free 0x5571735f1f00 void 0.000130
+gallium_dri.so free 0x5571735f1df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000124
+gallium_dri.so free 0x5571735f1f40 void 0.000120
+gallium_dri.so free 0x5571735f1eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000129
+gallium_dri.so free 0x5571735f2000 void 0.000129
+gallium_dri.so free 0x5571735f1eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2040 0.000150
+gallium_dri.so free 0x5571735f20c0 void 0.000135
+gallium_dri.so free 0x5571735f2040 void 0.000132
+gallium_dri.so malloc 72 0x5571735f20c0 0.000124
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so free 0x5571735f20c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f20c0 0.000129
+gallium_dri.so free 0x5571735f2240 void 0.000132
+gallium_dri.so free 0x5571735f20c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2260 0.000124
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2260 void 0.000124
+gallium_dri.so malloc 72 0x5571735f22b0 0.000130
+gallium_dri.so free 0x5571735f2380 void 0.000129
+gallium_dri.so free 0x5571735f22b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f22b0 0.000124
+gallium_dri.so free 0x5571735f2400 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2400 0.000130
+gallium_dri.so free 0x5571735f24c0 void 0.000130
+gallium_dri.so free 0x5571735f2400 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2400 0.000202
+gallium_dri.so free 0x5571735f2580 void 0.000128
+gallium_dri.so free 0x5571735f2400 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2400 0.000130
+gallium_dri.so free 0x5571735f2640 void 0.000131
+gallium_dri.so free 0x5571735f2400 void 0.000130
+gallium_dri.so malloc 72 0x5571735f25f0 0.000130
+gallium_dri.so free 0x5571735f2700 void 0.000130
+gallium_dri.so free 0x5571735f25f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f26b0 0.000148
+gallium_dri.so free 0x5571735f2780 void 0.000132
+gallium_dri.so free 0x5571735f26b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f27d0 0.000126
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f27d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2860 0.000130
+gallium_dri.so free 0x5571735f2900 void 0.000124
+gallium_dri.so free 0x5571735f2860 void 0.000120
+gallium_dri.so malloc 72 0x5571735f28b0 0.000119
+gallium_dri.so free 0x5571735f2980 void 0.000120
+gallium_dri.so free 0x5571735f28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f28b0 0.000141
+gallium_dri.so free 0x5571735f2a00 void 0.000130
+gallium_dri.so free 0x5571735f28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2a00 0.000129
+gallium_dri.so free 0x5571735f2ac0 void 0.000131
+gallium_dri.so free 0x5571735f2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2a00 0.000125
+gallium_dri.so free 0x5571735f2bc0 void 0.000120
+gallium_dri.so free 0x5571735f2a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b70 0.000129
+gallium_dri.so free 0x5571735f2c00 void 0.000130
+gallium_dri.so free 0x5571735f2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b70 0.000129
+gallium_dri.so free 0x5571735f2cc0 void 0.000124
+gallium_dri.so free 0x5571735f2b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2d00 0.000125
+gallium_dri.so free 0x5571735f2d80 void 0.000124
+gallium_dri.so free 0x5571735f2d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2d80 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000120
+gallium_dri.so free 0x5571735f2d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2d80 0.000141
+gallium_dri.so free 0x5571735f2ec0 void 0.000133
+gallium_dri.so free 0x5571735f2d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000124
+gallium_dri.so free 0x5571735f2f40 void 0.000119
+gallium_dri.so free 0x5571735f2ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000123
+gallium_dri.so free 0x5571735f3040 void 0.000123
+gallium_dri.so free 0x5571735f2ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3080 0.000131
+gallium_dri.so free 0x5571735f3100 void 0.000130
+gallium_dri.so free 0x5571735f3080 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3100 0.000130
+gallium_dri.so free 0x5571735f31c0 void 0.000123
+gallium_dri.so free 0x5571735f3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3100 0.000124
+gallium_dri.so free 0x5571735f3240 void 0.000125
+gallium_dri.so free 0x5571735f3100 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3270 0.000130
+gallium_dri.so free 0x5571735f32c0 void 0.000129
+gallium_dri.so free 0x5571735f3270 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3270 0.000146
+gallium_dri.so free 0x5571735f33c0 void 0.000131
+gallium_dri.so free 0x5571735f3270 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3370 0.000129
+gallium_dri.so free 0x5571735f3480 void 0.000130
+gallium_dri.so free 0x5571735f3370 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3430 0.000130
+gallium_dri.so free 0x5571735f3500 void 0.000130
+gallium_dri.so free 0x5571735f3430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3430 0.000128
+gallium_dri.so free 0x5571735f35c0 void 0.000124
+gallium_dri.so free 0x5571735f3430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3430 0.000125
+gallium_dri.so free 0x5571735f3680 void 0.000124
+gallium_dri.so free 0x5571735f3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3630 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735f3630 void 0.000119
+gallium_dri.so malloc 72 0x5571735da8c0 0.000125
+gallium_dri.so free 0x5571735da980 void 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da8c0 0.000129
+gallium_dri.so free 0x5571735daa00 void 0.000152
+gallium_dri.so free 0x5571735da8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735daa30 0.000129
+gallium_dri.so free 0x5571735daa80 void 0.000130
+gallium_dri.so free 0x5571735daa30 void 0.000130
+gallium_dri.so malloc 72 0x5571735daa80 0.000129
+gallium_dri.so free 0x5571735dab40 void 0.000123
+gallium_dri.so free 0x5571735daa80 void 0.000127
+gallium_dri.so malloc 72 0x5571735daa80 0.000131
+gallium_dri.so free 0x5571735dac40 void 0.000123
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dabf0 0.000120
+gallium_dri.so free 0x5571735dad00 void 0.000130
+gallium_dri.so free 0x5571735dabf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dacb0 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000128
+gallium_dri.so free 0x5571735dacb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dacb0 0.000131
+gallium_dri.so free 0x5571735dae00 void 0.000130
+gallium_dri.so free 0x5571735dacb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dae40 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000165
+gallium_dri.so free 0x5571735dae40 void 0.000164
+gallium_dri.so malloc 72 0x5571735daec0 0.000164
+gallium_dri.so free 0x5571735daf80 void 0.000129
+gallium_dri.so free 0x5571735daec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daec0 0.000120
+gallium_dri.so free 0x5571735db000 void 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daec0 0.000124
+gallium_dri.so free 0x5571735db0c0 void 0.000153
+gallium_dri.so free 0x5571735daec0 void 0.000133
+gallium_dri.so malloc 72 0x5571735daec0 0.000130
+gallium_dri.so free 0x5571735db180 void 0.000131
+gallium_dri.so free 0x5571735daec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db130 0.000129
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so free 0x5571735db130 void 0.000118
+gallium_dri.so malloc 72 0x5571735db250 0.000126
+gallium_dri.so free 0x5571735db2c0 void 0.000129
+gallium_dri.so free 0x5571735db250 void 0.000130
+gallium_dri.so malloc 72 0x5571735db2e0 0.000133
+gallium_dri.so free 0x5571735db380 void 0.000131
+gallium_dri.so free 0x5571735db2e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db330 0.000129
+gallium_dri.so free 0x5571735db400 void 0.000125
+gallium_dri.so free 0x5571735db330 void 0.000119
+gallium_dri.so malloc 72 0x5571735db330 0.000127
+gallium_dri.so free 0x5571735db500 void 0.000123
+gallium_dri.so free 0x5571735db330 void 0.000127
+gallium_dri.so malloc 72 0x5571735db4b0 0.000130
+gallium_dri.so free 0x5571735db580 void 0.000129
+gallium_dri.so free 0x5571735db4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db5d0 0.000128
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so free 0x5571735db5d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db660 0.000124
+gallium_dri.so free 0x5571735db700 void 0.000131
+gallium_dri.so free 0x5571735db660 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6b0 0.000129
+gallium_dri.so free 0x5571735db780 void 0.000132
+gallium_dri.so free 0x5571735db6b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735db6b0 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db800 0.000131
+gallium_dri.so free 0x5571735db8c0 void 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so malloc 72 0x5571735db800 0.000120
+gallium_dri.so free 0x5571735db9c0 void 0.000124
+gallium_dri.so free 0x5571735db800 void 0.000130
+gallium_dri.so malloc 72 0x5571735db800 0.000133
+gallium_dri.so free 0x5571735dba40 void 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so malloc 72 0x5571735dba70 0.000119
+gallium_dri.so free 0x5571735dbac0 void 0.000125
+gallium_dri.so free 0x5571735dba70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dba70 0.000128
+gallium_dri.so free 0x5571735dbbc0 void 0.000130
+gallium_dri.so free 0x5571735dba70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc30 0.000169
+gallium_dri.so free 0x5571735dbcc0 void 0.000131
+gallium_dri.so free 0x5571735dbc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbc30 0.000130
+gallium_dri.so free 0x5571735dbd80 void 0.000130
+gallium_dri.so free 0x5571735dbc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000132
+gallium_dri.so free 0x5571735dbe40 void 0.000129
+gallium_dri.so free 0x5571735dbdd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbe80 0.000130
+gallium_dri.so free 0x5571735dbf00 void 0.000125
+gallium_dri.so free 0x5571735dbe80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf00 0.000124
+gallium_dri.so free 0x5571735dbfc0 void 0.000132
+gallium_dri.so free 0x5571735dbf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbf00 0.000169
+gallium_dri.so free 0x5571735dc040 void 0.000222
+gallium_dri.so free 0x5571735dbf00 void 0.000169
+gallium_dri.so malloc 72 0x5571735dc070 0.000130
+gallium_dri.so free 0x5571735dc0c0 void 0.000123
+gallium_dri.so free 0x5571735dc070 void 0.000142
+gallium_dri.so malloc 72 0x5571735dc070 0.000126
+gallium_dri.so free 0x5571735dc1c0 void 0.000131
+gallium_dri.so free 0x5571735dc070 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc170 0.000128
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so free 0x5571735dc170 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc230 0.000128
+gallium_dri.so free 0x5571735dc300 void 0.000124
+gallium_dri.so free 0x5571735dc230 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc320 0.000125
+gallium_dri.so free 0x5571735dc3c0 void 0.000130
+gallium_dri.so free 0x5571735dc320 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc370 0.000120
+gallium_dri.so free 0x5571735dc440 void 0.000128
+gallium_dri.so free 0x5571735dc370 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc370 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000120
+gallium_dri.so free 0x5571735dc370 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000128
+gallium_dri.so free 0x5571735dc580 void 0.000128
+gallium_dri.so free 0x5571735dc4c0 void 0.000200
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000407
+gallium_dri.so free 0x5571735dc640 void 0.000364
+gallium_dri.so free 0x5571735dc4c0 void 0.000329
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000328
+gallium_dri.so free 0x5571735dc700 void 0.000278
+gallium_dri.so free 0x5571735dc4c0 void 0.000295
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000282
+gallium_dri.so free 0x5571735dc700 void 0.000270
+gallium_dri.so free 0x5571735dc6b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000272
+gallium_dri.so free 0x5571735dc800 void 0.000250
+gallium_dri.so free 0x5571735dc6b0 void 0.000270
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000166
+gallium_dri.so free 0x5571735dc8c0 void 0.000128
+gallium_dri.so free 0x5571735dc7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc870 0.000128
+gallium_dri.so free 0x5571735dc900 void 0.000129
+gallium_dri.so free 0x5571735dc870 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc870 0.000125
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so free 0x5571735dc870 void 0.000125
+gallium_dri.so malloc 72 0x5571735dca00 0.000130
+gallium_dri.so free 0x5571735dca80 void 0.000124
+gallium_dri.so free 0x5571735dca00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dca80 0.000149
+gallium_dri.so free 0x5571735dcb40 void 0.000132
+gallium_dri.so free 0x5571735dca80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dca80 0.000126
+gallium_dri.so free 0x5571735dcc00 void 0.000129
+gallium_dri.so free 0x5571735dca80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcc20 0.000131
+gallium_dri.so free 0x5571735dccc0 void 0.000125
+gallium_dri.so free 0x5571735dcc20 void 0.000136
+gallium_dri.so malloc 72 0x5571735dcc70 0.000121
+gallium_dri.so free 0x5571735dcd40 void 0.000125
+gallium_dri.so free 0x5571735dcc70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcc70 0.000130
+gallium_dri.so free 0x5571735dcdc0 void 0.000130
+gallium_dri.so free 0x5571735dcc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000125
+gallium_dri.so free 0x5571735dcf40 void 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000186
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000179
+gallium_dri.so free 0x5571735dd000 void 0.000189
+gallium_dri.so free 0x5571735dcdc0 void 0.000179
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000182
+gallium_dri.so free 0x5571735dd0c0 void 0.000132
+gallium_dri.so free 0x5571735dcfb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd070 0.000125
+gallium_dri.so free 0x5571735dd140 void 0.000130
+gallium_dri.so free 0x5571735dd070 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd190 0.000153
+gallium_dri.so free 0x5571735dd200 void 0.000157
+gallium_dri.so free 0x5571735dd190 void 0.000142
+gallium_dri.so malloc 72 0x5571735dd220 0.000141
+gallium_dri.so free 0x5571735dd2c0 void 0.000140
+gallium_dri.so free 0x5571735dd220 void 0.000141
+gallium_dri.so malloc 72 0x5571735dd270 0.000142
+gallium_dri.so free 0x5571735dd340 void 0.000141
+gallium_dri.so free 0x5571735dd270 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd270 0.000152
+gallium_dri.so free 0x5571735dd3c0 void 0.000141
+gallium_dri.so free 0x5571735dd270 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000140
+gallium_dri.so free 0x5571735e3820 void 0.000141
+gallium_dri.so free 0x5571735dd480 void 0.000137
+gallium_dri.so free 0x5571735dd3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000135
+gallium_dri.so free 0x5571735dd580 void 0.000134
+gallium_dri.so free 0x5571735dd3c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd530 0.000134
+gallium_dri.so free 0x5571735dd5c0 void 0.000133
+gallium_dri.so free 0x5571735dd530 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd530 0.000140
+gallium_dri.so free 0x5571735dd680 void 0.000137
+gallium_dri.so free 0x5571735dd530 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000133
+gallium_dri.so free 0x5571735dd740 void 0.000134
+gallium_dri.so free 0x5571735dd6c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd740 0.000133
+gallium_dri.so free 0x5571735dd800 void 0.000134
+gallium_dri.so free 0x5571735dd740 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd740 0.000133
+gallium_dri.so free 0x5571735dd880 void 0.000134
+gallium_dri.so free 0x5571735dd740 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000133
+gallium_dri.so free 0x5571735dd900 void 0.000133
+gallium_dri.so free 0x5571735dd8b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000134
+gallium_dri.so free 0x5571735dda00 void 0.000133
+gallium_dri.so free 0x5571735dd8b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dda40 0.000135
+gallium_dri.so free 0x5571735ddac0 void 0.000137
+gallium_dri.so free 0x5571735dda40 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddac0 0.000132
+gallium_dri.so free 0x5571735ddb80 void 0.000133
+gallium_dri.so free 0x5571735ddac0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddac0 0.000151
+gallium_dri.so free 0x5571735ddc00 void 0.000138
+gallium_dri.so free 0x5571735ddac0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ddc30 0.000136
+gallium_dri.so free 0x5571735ddc80 void 0.000137
+gallium_dri.so free 0x5571735ddc30 void 0.000135
+gallium_dri.so malloc 72 0x5571735ddc30 0.000134
+gallium_dri.so free 0x5571735ddd80 void 0.000136
+gallium_dri.so free 0x5571735ddc30 void 0.000135
+gallium_dri.so malloc 72 0x5571735ddd30 0.000136
+gallium_dri.so free 0x5571735dde40 void 0.000135
+gallium_dri.so free 0x5571735ddd30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dddf0 0.000135
+gallium_dri.so free 0x5571735ddec0 void 0.000140
+gallium_dri.so free 0x5571735dddf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dddf0 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dddf0 0.000115
+gallium_dri.so free 0x5571735de040 void 0.000116
+gallium_dri.so free 0x5571735dddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddff0 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000135
+gallium_dri.so free 0x5571735ddff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1a0 0.000115
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de1a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000116
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2c0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000116
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000115
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de5f0 0.000116
+gallium_dri.so free 0x5571735de6c0 void 0.000116
+gallium_dri.so free 0x5571735de5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de710 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000125
+gallium_dri.so free 0x5571735de710 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7c0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000116
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7c0 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so free 0x5571735de8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so free 0x5571735de9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000116
+gallium_dri.so free 0x5571735deab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735dec00 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec70 0.000114
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000116
+gallium_dri.so free 0x5571735dedc0 void 0.000117
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded70 0.000115
+gallium_dri.so free 0x5571735dee80 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000119
+gallium_dri.so free 0x5571735dee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee30 0.000115
+gallium_dri.so free 0x5571735def80 void 0.000114
+gallium_dri.so free 0x5571735dee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735defc0 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000131
+gallium_dri.so free 0x5571735defc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df040 0.000116
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1e0 0.000116
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df1e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df230 0.000116
+gallium_dri.so free 0x5571735df300 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df380 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so malloc 72 0x5571735df380 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so malloc 72 0x5571735df380 0.000115
+gallium_dri.so free 0x5571735df5c0 void 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so malloc 72 0x5571735df570 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so free 0x5571735df570 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df630 void 0.000114
+gallium_dri.so malloc 72 0x5571735df750 0.000115
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df750 void 0.000116
+gallium_dri.so malloc 72 0x5571735df7e0 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000115
+gallium_dri.so free 0x5571735df7e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df830 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so free 0x5571735df830 void 0.000114
+gallium_dri.so malloc 72 0x5571735df830 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000114
+gallium_dri.so free 0x5571735df830 void 0.000151
+gallium_dri.so malloc 72 0x5571735df980 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000121
+gallium_dri.so free 0x5571735df980 void 0.000117
+gallium_dri.so malloc 72 0x5571735df980 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000121
+gallium_dri.so free 0x5571735df980 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000119
+gallium_dri.so free 0x5571735dfb80 void 0.000121
+gallium_dri.so free 0x5571735dfaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so free 0x5571735dfaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc80 0.000119
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfd00 0.000120
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd00 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000155
+gallium_dri.so malloc 72 0x5571735dfe70 0.000121
+gallium_dri.so free 0x5571735dfec0 void 0.000121
+gallium_dri.so free 0x5571735dfe70 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfe70 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000121
+gallium_dri.so free 0x5571735dfe70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0000 0.000121
+gallium_dri.so free 0x5571735e0080 void 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0080 0.000120
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0080 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e01f0 0.000119
+gallium_dri.so free 0x5571735e0240 void 0.000118
+gallium_dri.so free 0x5571735e01f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01f0 0.000116
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02f0 0.000119
+gallium_dri.so free 0x5571735e0400 void 0.000120
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03b0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000122
+gallium_dri.so free 0x5571735e03b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03b0 0.000120
+gallium_dri.so free 0x5571735e0540 void 0.000120
+gallium_dri.so free 0x5571735e03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03b0 0.000133
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735e03b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e05b0 0.000120
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06d0 0.000117
+gallium_dri.so free 0x5571735e0740 void 0.000121
+gallium_dri.so free 0x5571735e06d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0760 0.000119
+gallium_dri.so free 0x5571735e0800 void 0.000119
+gallium_dri.so free 0x5571735e0760 void 0.000118
+gallium_dri.so malloc 72 0x5571735e07b0 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000119
+gallium_dri.so free 0x5571735e07b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0880 0.000119
+gallium_dri.so free 0x5571735e0940 void 0.000120
+gallium_dri.so free 0x5571735e0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0880 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e09c0 0.000120
+gallium_dri.so free 0x5571735e0a80 void 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09c0 0.000120
+gallium_dri.so free 0x5571735e0b40 void 0.000117
+gallium_dri.so free 0x5571735e09c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e09c0 0.000121
+gallium_dri.so free 0x5571735e0c00 void 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000121
+gallium_dri.so free 0x5571735e0bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000117
+gallium_dri.so free 0x5571735e0d40 void 0.000116
+gallium_dri.so free 0x5571735e0cd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d80 0.000117
+gallium_dri.so free 0x5571735e0e00 void 0.000120
+gallium_dri.so free 0x5571735e0d80 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0d80 0.000123
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x5571735e0d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000121
+gallium_dri.so free 0x5571735e0f00 void 0.000119
+gallium_dri.so free 0x5571735e0eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000119
+gallium_dri.so free 0x5571735e0eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000117
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1070 0.000120
+gallium_dri.so free 0x5571735e1100 void 0.000128
+gallium_dri.so free 0x5571735e1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1070 0.000120
+gallium_dri.so free 0x5571735e11c0 void 0.000120
+gallium_dri.so free 0x5571735e1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1230 0.000120
+gallium_dri.so free 0x5571735e1280 void 0.000118
+gallium_dri.so free 0x5571735e1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1230 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000117
+gallium_dri.so free 0x5571735e1230 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735e1440 void 0.000121
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e13f0 0.000121
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e13f0 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000117
+gallium_dri.so free 0x5571735e13f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1580 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000119
+gallium_dri.so free 0x5571735e1580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1600 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1600 0.000118
+gallium_dri.so free 0x5571735e1780 void 0.000124
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17a0 0.000120
+gallium_dri.so free 0x5571735e1840 void 0.000120
+gallium_dri.so free 0x5571735e17a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1940 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1940 0.000117
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1940 0.000120
+gallium_dri.so free 0x5571735e1b80 void 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1b30 0.000118
+gallium_dri.so free 0x5571735e1c40 void 0.000120
+gallium_dri.so free 0x5571735e1b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e1d10 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000121
+gallium_dri.so free 0x5571735e1d10 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1da0 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1df0 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1df0 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f40 0.000120
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so free 0x5571735e1f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f40 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000117
+gallium_dri.so free 0x5571735e1f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20b0 0.000119
+gallium_dri.so free 0x5571735e2140 void 0.000116
+gallium_dri.so free 0x5571735e20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20b0 0.000122
+gallium_dri.so free 0x5571735e2200 void 0.000121
+gallium_dri.so free 0x5571735e20b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2240 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000129
+gallium_dri.so free 0x5571735e2240 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22c0 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22c0 0.000119
+gallium_dri.so free 0x5571735e2400 void 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2430 0.000120
+gallium_dri.so free 0x5571735e2480 void 0.000120
+gallium_dri.so free 0x5571735e2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2430 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so free 0x5571735e2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e25c0 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2640 0.000121
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so free 0x5571735e2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2640 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27b0 0.000118
+gallium_dri.so free 0x5571735e2800 void 0.000118
+gallium_dri.so free 0x5571735e27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e27b0 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e27b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e29c0 void 0.000121
+gallium_dri.so free 0x5571735e28b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2970 0.000117
+gallium_dri.so free 0x5571735e2a40 void 0.000120
+gallium_dri.so free 0x5571735e2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2970 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000121
+gallium_dri.so free 0x5571735e2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2970 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000134
+gallium_dri.so free 0x5571735e2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2b70 0.000120
+gallium_dri.so free 0x5571735e2c40 void 0.000118
+gallium_dri.so free 0x5571735e2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2c90 0.000125
+gallium_dri.so free 0x5571735e2d00 void 0.000118
+gallium_dri.so free 0x5571735e2c90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d20 0.000120
+gallium_dri.so free 0x5571735e2dc0 void 0.000119
+gallium_dri.so free 0x5571735e2d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d70 0.000120
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2e40 0.000120
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2e40 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so free 0x5571735e2e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e3100 void 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f80 0.000120
+gallium_dri.so free 0x5571735e31c0 void 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3170 0.000120
+gallium_dri.so free 0x5571735e3240 void 0.000120
+gallium_dri.so free 0x5571735e3170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3290 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so free 0x5571735e3290 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3340 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3340 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000126
+gallium_dri.so free 0x5571735e3340 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3470 0.000119
+gallium_dri.so free 0x5571735e34c0 void 0.000120
+gallium_dri.so free 0x5571735e3470 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3470 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3570 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000119
+gallium_dri.so free 0x5571735e3570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3630 0.000119
+gallium_dri.so free 0x5571735e36c0 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3630 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so free 0x5571735e3630 void 0.000115
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x5571735e3780 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x5571735883c0 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000116
+gallium_dri.so malloc 72 0x5571735883c0 0.000117
+gallium_dri.so free 0x557173588480 void 0.000120
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735883c0 0.000120
+gallium_dri.so free 0x557173588540 void 0.000128
+gallium_dri.so free 0x5571735883c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735883c0 0.000117
+gallium_dri.so free 0x557173588600 void 0.000118
+gallium_dri.so free 0x5571735883c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735885b0 0.000120
+gallium_dri.so free 0x557173588680 void 0.000120
+gallium_dri.so free 0x5571735885b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735886d0 0.000120
+gallium_dri.so free 0x557173588740 void 0.000119
+gallium_dri.so free 0x5571735886d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735887a0 0.000117
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so free 0x5571735887a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x557173588880 void 0.000117
+gallium_dri.so free 0x5571735887f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x557173588940 void 0.000120
+gallium_dri.so free 0x5571735887f0 void 0.000119
+gallium_dri.so malloc 72 0x557173588980 0.000120
+gallium_dri.so free 0x557173588a00 void 0.000118
+gallium_dri.so free 0x557173588980 void 0.000119
+gallium_dri.so malloc 72 0x557173588a00 0.000119
+gallium_dri.so free 0x557173588ac0 void 0.000117
+gallium_dri.so free 0x557173588a00 void 0.000131
+gallium_dri.so malloc 72 0x557173588a00 0.000123
+gallium_dri.so free 0x557173588b40 void 0.000121
+gallium_dri.so free 0x557173588a00 void 0.000118
+gallium_dri.so malloc 72 0x557173588b70 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000120
+gallium_dri.so free 0x557173588b70 void 0.000117
+gallium_dri.so malloc 72 0x557173588bc0 0.000117
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173588bc0 0.000119
+gallium_dri.so free 0x557173588d80 void 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173588d30 0.000119
+gallium_dri.so free 0x557173588e40 void 0.000119
+gallium_dri.so free 0x557173588d30 void 0.000118
+gallium_dri.so malloc 72 0x557173588df0 0.000118
+gallium_dri.so free 0x557173588e80 void 0.000119
+gallium_dri.so free 0x557173588df0 void 0.000119
+gallium_dri.so malloc 72 0x557173588df0 0.000120
+gallium_dri.so free 0x557173588f40 void 0.000117
+gallium_dri.so free 0x557173588df0 void 0.000119
+gallium_dri.so malloc 72 0x557173588f80 0.000119
+gallium_dri.so free 0x557173589000 void 0.000120
+gallium_dri.so free 0x557173588f80 void 0.000116
+gallium_dri.so malloc 72 0x557173589000 0.000120
+gallium_dri.so free 0x5571735890c0 void 0.000174
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so malloc 72 0x557173589000 0.000119
+gallium_dri.so free 0x557173589140 void 0.000117
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so malloc 72 0x557173589000 0.000117
+gallium_dri.so free 0x557173589200 void 0.000121
+gallium_dri.so free 0x557173589000 void 0.000116
+gallium_dri.so malloc 72 0x557173589000 0.000117
+gallium_dri.so free 0x5571735892c0 void 0.000119
+gallium_dri.so free 0x557173589000 void 0.000118
+gallium_dri.so malloc 72 0x557173589270 0.000116
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x557173589270 void 0.000116
+gallium_dri.so malloc 72 0x557173589390 0.000134
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x557173589390 void 0.000115
+gallium_dri.so malloc 72 0x557173589420 0.000120
+gallium_dri.so free 0x5571735894c0 void 0.000121
+gallium_dri.so free 0x557173589420 void 0.000117
+gallium_dri.so malloc 72 0x557173589470 0.000120
+gallium_dri.so free 0x557173589540 void 0.000120
+gallium_dri.so free 0x557173589470 void 0.000116
+gallium_dri.so malloc 72 0x557173589470 0.000119
+gallium_dri.so free 0x557173589640 void 0.000122
+gallium_dri.so free 0x557173589470 void 0.000117
+gallium_dri.so malloc 72 0x5571735895f0 0.000125
+gallium_dri.so free 0x5571735896c0 void 0.000117
+gallium_dri.so free 0x5571735895f0 void 0.000115
+gallium_dri.so malloc 72 0x557173589710 0.000115
+gallium_dri.so free 0x557173589780 void 0.000117
+gallium_dri.so free 0x557173589710 void 0.000118
+gallium_dri.so malloc 72 0x5571735897a0 0.000116
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so free 0x5571735897a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735897f0 0.000115
+gallium_dri.so free 0x5571735898c0 void 0.000116
+gallium_dri.so free 0x5571735897f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735897f0 0.000121
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x5571735897f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589940 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000122
+gallium_dri.so free 0x557173589940 void 0.000121
+gallium_dri.so malloc 72 0x557173589940 0.000121
+gallium_dri.so free 0x557173589b00 void 0.000122
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so malloc 72 0x557173589940 0.000121
+gallium_dri.so free 0x557173589b80 void 0.000122
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so malloc 72 0x557173589bb0 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000120
+gallium_dri.so free 0x557173589bb0 void 0.000176
+gallium_dri.so malloc 72 0x557173589bb0 0.000123
+gallium_dri.so free 0x557173589d00 void 0.000122
+gallium_dri.so free 0x557173589bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589dc0 void 0.000122
+gallium_dri.so free 0x557173589cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173589e00 void 0.000119
+gallium_dri.so free 0x557173589d70 void 0.000120
+gallium_dri.so malloc 72 0x557173589d70 0.000122
+gallium_dri.so free 0x557173589ec0 void 0.000122
+gallium_dri.so free 0x557173589d70 void 0.000121
+gallium_dri.so malloc 72 0x557173589f10 0.000122
+gallium_dri.so free 0x557173589f80 void 0.000122
+gallium_dri.so free 0x557173589f10 void 0.000121
+gallium_dri.so malloc 72 0x557173589fc0 0.000120
+gallium_dri.so free 0x55717358a040 void 0.000119
+gallium_dri.so free 0x557173589fc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a040 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000121
+gallium_dri.so free 0x55717358a040 void 0.000120
+gallium_dri.so malloc 72 0x55717358a040 0.000121
+gallium_dri.so free 0x55717358a180 void 0.000121
+gallium_dri.so free 0x55717358a040 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000165
+gallium_dri.so free 0x55717358a1b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a1b0 0.000121
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so free 0x55717358a1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a2b0 0.000121
+gallium_dri.so free 0x55717358a3c0 void 0.000121
+gallium_dri.so free 0x55717358a2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a370 0.000121
+gallium_dri.so free 0x55717358a440 void 0.000120
+gallium_dri.so free 0x55717358a370 void 0.000121
+gallium_dri.so malloc 72 0x55717358a460 0.000120
+gallium_dri.so free 0x55717358a500 void 0.000120
+gallium_dri.so free 0x55717358a460 void 0.000120
+gallium_dri.so malloc 72 0x55717358a4b0 0.000121
+gallium_dri.so free 0x55717358a580 void 0.000121
+gallium_dri.so free 0x55717358a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a4b0 0.000120
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358a4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a600 0.000122
+gallium_dri.so free 0x55717358a6c0 void 0.000120
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so malloc 72 0x55717358a600 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x55717358a600 void 0.000129
+gallium_dri.so malloc 72 0x55717358a600 0.000121
+gallium_dri.so free 0x55717358a840 void 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so malloc 72 0x55717358a7f0 0.000121
+gallium_dri.so free 0x55717358a840 void 0.000119
+gallium_dri.so free 0x55717358a7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a7f0 0.000118
+gallium_dri.so free 0x55717358a940 void 0.000121
+gallium_dri.so free 0x55717358a7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8f0 0.000119
+gallium_dri.so free 0x55717358aa00 void 0.000121
+gallium_dri.so free 0x55717358a8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a9b0 0.000119
+gallium_dri.so free 0x55717358aa40 void 0.000120
+gallium_dri.so free 0x55717358a9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a9b0 0.000118
+gallium_dri.so free 0x55717358ab00 void 0.000120
+gallium_dri.so free 0x55717358a9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ab40 0.000120
+gallium_dri.so free 0x55717358abc0 void 0.000121
+gallium_dri.so free 0x55717358ab40 void 0.000119
+gallium_dri.so malloc 72 0x55717358abc0 0.000121
+gallium_dri.so free 0x55717358ac80 void 0.000120
+gallium_dri.so free 0x55717358abc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358abc0 0.000120
+gallium_dri.so free 0x55717358ad40 void 0.000130
+gallium_dri.so free 0x55717358abc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ad60 0.000120
+gallium_dri.so free 0x55717358ae00 void 0.000120
+gallium_dri.so free 0x55717358ad60 void 0.000120
+gallium_dri.so malloc 72 0x55717358adb0 0.000120
+gallium_dri.so free 0x55717358ae80 void 0.000121
+gallium_dri.so free 0x55717358adb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358adb0 0.000119
+gallium_dri.so free 0x55717358af00 void 0.000120
+gallium_dri.so free 0x55717358adb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358af00 0.000120
+gallium_dri.so free 0x55717358afc0 void 0.000122
+gallium_dri.so free 0x55717358af00 void 0.000120
+gallium_dri.so malloc 72 0x55717358af00 0.000121
+gallium_dri.so free 0x55717358b080 void 0.000124
+gallium_dri.so free 0x55717358af00 void 0.000120
+gallium_dri.so malloc 72 0x55717358af00 0.000120
+gallium_dri.so free 0x55717358b140 void 0.000119
+gallium_dri.so free 0x55717358af00 void 0.000119
+gallium_dri.so malloc 72 0x55717358b0f0 0.000121
+gallium_dri.so free 0x55717358b200 void 0.000121
+gallium_dri.so free 0x55717358b0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b1b0 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000120
+gallium_dri.so free 0x55717358b1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b2d0 0.000129
+gallium_dri.so free 0x55717358b340 void 0.000121
+gallium_dri.so free 0x55717358b2d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b360 0.000120
+gallium_dri.so free 0x55717358b400 void 0.000125
+gallium_dri.so free 0x55717358b360 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3b0 0.000121
+gallium_dri.so free 0x55717358b480 void 0.000121
+gallium_dri.so free 0x55717358b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3b0 0.000119
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so free 0x55717358b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b500 0.000122
+gallium_dri.so free 0x55717358b5c0 void 0.000120
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so malloc 72 0x55717358b500 0.000120
+gallium_dri.so free 0x55717358b6c0 void 0.000119
+gallium_dri.so free 0x55717358b500 void 0.000122
+gallium_dri.so malloc 72 0x55717358b670 0.000120
+gallium_dri.so free 0x55717358b700 void 0.000120
+gallium_dri.so free 0x55717358b670 void 0.000120
+gallium_dri.so malloc 72 0x55717358b670 0.000120
+gallium_dri.so free 0x55717358b7c0 void 0.000119
+gallium_dri.so free 0x55717358b670 void 0.000119
+gallium_dri.so malloc 72 0x55717358b800 0.000120
+gallium_dri.so free 0x55717358b880 void 0.000132
+gallium_dri.so free 0x55717358b800 void 0.000124
+gallium_dri.so malloc 72 0x55717358b880 0.000120
+gallium_dri.so free 0x55717358b940 void 0.000121
+gallium_dri.so free 0x55717358b880 void 0.000120
+gallium_dri.so malloc 72 0x55717358b880 0.000122
+gallium_dri.so free 0x55717358b9c0 void 0.000122
+gallium_dri.so free 0x55717358b880 void 0.000120
+gallium_dri.so malloc 72 0x55717358b9f0 0.000120
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b9f0 0.000120
+gallium_dri.so free 0x55717358bb40 void 0.000121
+gallium_dri.so free 0x55717358b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bb80 0.000120
+gallium_dri.so free 0x55717358bc00 void 0.000123
+gallium_dri.so free 0x55717358bb80 void 0.000121
+gallium_dri.so malloc 72 0x55717358bc00 0.000120
+gallium_dri.so free 0x55717358bcc0 void 0.000120
+gallium_dri.so free 0x55717358bc00 void 0.000120
+gallium_dri.so malloc 72 0x55717358bc00 0.000120
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so free 0x55717358bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717358bd70 0.000120
+gallium_dri.so free 0x55717358bdc0 void 0.000121
+gallium_dri.so free 0x55717358bd70 void 0.000120
+gallium_dri.so malloc 72 0x55717358bd70 0.000131
+gallium_dri.so free 0x55717358bec0 void 0.000123
+gallium_dri.so free 0x55717358bd70 void 0.000139
+gallium_dri.so malloc 72 0x55717358be70 0.000121
+gallium_dri.so free 0x55717358bf80 void 0.000122
+gallium_dri.so free 0x55717358be70 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf30 0.000120
+gallium_dri.so free 0x55717358c000 void 0.000121
+gallium_dri.so free 0x55717358bf30 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf30 0.000120
+gallium_dri.so free 0x55717358c0c0 void 0.000121
+gallium_dri.so free 0x55717358bf30 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf30 0.000119
+gallium_dri.so free 0x55717358c180 void 0.000120
+gallium_dri.so free 0x55717358bf30 void 0.000120
+gallium_dri.so malloc 72 0x55717358c130 0.000119
+gallium_dri.so free 0x55717358c200 void 0.000120
+gallium_dri.so free 0x55717358c130 void 0.000120
+gallium_dri.so malloc 72 0x55717358c250 0.000120
+gallium_dri.so free 0x55717358c2c0 void 0.000121
+gallium_dri.so free 0x55717358c250 void 0.000125
+gallium_dri.so malloc 72 0x55717358c2e0 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000121
+gallium_dri.so free 0x55717358c2e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c330 0.000120
+gallium_dri.so free 0x55717358c400 void 0.000121
+gallium_dri.so free 0x55717358c330 void 0.000124
+gallium_dri.so malloc 72 0x55717358c400 0.000122
+gallium_dri.so free 0x55717358c4c0 void 0.000121
+gallium_dri.so free 0x55717358c400 void 0.000119
+gallium_dri.so malloc 72 0x55717358c400 0.000119
+gallium_dri.so free 0x55717358c540 void 0.000121
+gallium_dri.so free 0x55717358c400 void 0.000120
+gallium_dri.so malloc 72 0x55717358c540 0.000120
+gallium_dri.so free 0x55717358c600 void 0.000123
+gallium_dri.so free 0x55717358c540 void 0.000118
+gallium_dri.so malloc 72 0x55717358c540 0.000120
+gallium_dri.so free 0x55717358c6c0 void 0.000120
+gallium_dri.so free 0x55717358c540 void 0.000119
+gallium_dri.so malloc 72 0x55717358c540 0.000120
+gallium_dri.so free 0x55717358c780 void 0.000120
+gallium_dri.so free 0x55717358c540 void 0.000120
+gallium_dri.so malloc 72 0x55717358c730 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000121
+gallium_dri.so free 0x55717358c730 void 0.000120
+gallium_dri.so malloc 72 0x55717358c850 0.000120
+gallium_dri.so free 0x55717358c8c0 void 0.000120
+gallium_dri.so free 0x55717358c850 void 0.000120
+gallium_dri.so malloc 72 0x55717358c900 0.000119
+gallium_dri.so free 0x55717358c980 void 0.000121
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so malloc 72 0x55717358c900 0.000188
+gallium_dri.so free 0x55717358ca00 void 0.000141
+gallium_dri.so free 0x55717358c900 void 0.000130
+gallium_dri.so malloc 72 0x55717358ca30 0.000126
+gallium_dri.so free 0x55717358ca80 void 0.000123
+gallium_dri.so free 0x55717358ca30 void 0.000122
+gallium_dri.so malloc 72 0x55717358ca30 0.000121
+gallium_dri.so free 0x55717358cb80 void 0.000122
+gallium_dri.so free 0x55717358ca30 void 0.000121
+gallium_dri.so malloc 72 0x55717358cb30 0.000126
+gallium_dri.so free 0x55717358cc40 void 0.000122
+gallium_dri.so free 0x55717358cb30 void 0.000121
+gallium_dri.so malloc 72 0x55717358cbf0 0.000121
+gallium_dri.so free 0x55717358cc80 void 0.000121
+gallium_dri.so free 0x55717358cbf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cbf0 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000122
+gallium_dri.so free 0x55717358cbf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cdb0 0.000121
+gallium_dri.so free 0x55717358ce00 void 0.000120
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358cf00 void 0.000121
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ceb0 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000132
+gallium_dri.so free 0x55717358ceb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cf70 0.000120
+gallium_dri.so free 0x55717358d000 void 0.000122
+gallium_dri.so free 0x55717358cf70 void 0.000122
+gallium_dri.so malloc 72 0x55717358cf70 0.000119
+gallium_dri.so free 0x55717358d0c0 void 0.000121
+gallium_dri.so free 0x55717358cf70 void 0.000120
+gallium_dri.so malloc 72 0x55717358d100 0.000120
+gallium_dri.so free 0x55717358d180 void 0.000121
+gallium_dri.so free 0x55717358d100 void 0.000121
+gallium_dri.so malloc 72 0x55717358d180 0.000122
+gallium_dri.so free 0x55717358d240 void 0.000122
+gallium_dri.so free 0x55717358d180 void 0.000120
+gallium_dri.so malloc 72 0x55717358d180 0.000122
+gallium_dri.so free 0x55717358d300 void 0.000121
+gallium_dri.so free 0x55717358d180 void 0.000120
+gallium_dri.so malloc 72 0x55717358d320 0.000119
+gallium_dri.so free 0x55717358d3c0 void 0.000121
+gallium_dri.so free 0x55717358d320 void 0.000120
+gallium_dri.so malloc 72 0x55717358d370 0.000121
+gallium_dri.so free 0x55717358d440 void 0.000121
+gallium_dri.so free 0x55717358d370 void 0.000120
+gallium_dri.so malloc 72 0x55717358d370 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000121
+gallium_dri.so free 0x55717358d370 void 0.000119
+gallium_dri.so malloc 72 0x55717358d4c0 0.000148
+gallium_dri.so free 0x55717358d580 void 0.000152
+gallium_dri.so free 0x55717358d4c0 void 0.000151
+gallium_dri.so malloc 72 0x55717358d4c0 0.000150
+gallium_dri.so free 0x55717358d640 void 0.000153
+gallium_dri.so free 0x55717358d4c0 void 0.000151
+gallium_dri.so malloc 72 0x55717358d4c0 0.000152
+gallium_dri.so free 0x55717358d700 void 0.000151
+gallium_dri.so free 0x55717358d4c0 void 0.000150
+gallium_dri.so malloc 72 0x55717358d6b0 0.000150
+gallium_dri.so free 0x55717358d7c0 void 0.000150
+gallium_dri.so free 0x55717358d6b0 void 0.000151
+gallium_dri.so malloc 72 0x55717358d770 0.000150
+gallium_dri.so free 0x55717358d840 void 0.000151
+gallium_dri.so free 0x55717358d770 void 0.000150
+gallium_dri.so malloc 72 0x55717358d890 0.000153
+gallium_dri.so free 0x55717358d900 void 0.000152
+gallium_dri.so free 0x55717358d890 void 0.000178
+gallium_dri.so malloc 72 0x55717358d920 0.000150
+gallium_dri.so free 0x55717358d9c0 void 0.000153
+gallium_dri.so free 0x55717358d920 void 0.000163
+gallium_dri.so malloc 72 0x55717358d970 0.000122
+gallium_dri.so free 0x55717358da40 void 0.000121
+gallium_dri.so free 0x55717358d970 void 0.000120
+gallium_dri.so malloc 72 0x55717358d970 0.000120
+gallium_dri.so free 0x55717358dac0 void 0.000120
+gallium_dri.so free 0x55717358d970 void 0.000121
+gallium_dri.so malloc 72 0x55717358dac0 0.000121
+gallium_dri.so free 0x55717358db80 void 0.000120
+gallium_dri.so free 0x55717358dac0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dac0 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dc30 0.000119
+gallium_dri.so free 0x55717358dcc0 void 0.000121
+gallium_dri.so free 0x55717358dc30 void 0.000121
+gallium_dri.so malloc 72 0x55717358dc30 0.000121
+gallium_dri.so free 0x55717358dd80 void 0.000122
+gallium_dri.so free 0x55717358dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ddc0 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000122
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358de40 0.000122
+gallium_dri.so free 0x55717358df00 void 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so malloc 72 0x55717358de40 0.000120
+gallium_dri.so free 0x55717358df80 void 0.000131
+gallium_dri.so free 0x55717358de40 void 0.000121
+gallium_dri.so malloc 72 0x55717358dfb0 0.000122
+gallium_dri.so free 0x55717358e000 void 0.000121
+gallium_dri.so free 0x55717358dfb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358dfb0 0.000119
+gallium_dri.so free 0x55717358e100 void 0.000121
+gallium_dri.so free 0x55717358dfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e140 0.000120
+gallium_dri.so free 0x55717358e1c0 void 0.000121
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so malloc 72 0x55717358e1c0 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x55717358e1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e1c0 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000121
+gallium_dri.so free 0x55717358e1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e330 0.000119
+gallium_dri.so free 0x55717358e380 void 0.000122
+gallium_dri.so free 0x55717358e330 void 0.000120
+gallium_dri.so malloc 72 0x55717358e330 0.000121
+gallium_dri.so free 0x55717358e480 void 0.000138
+gallium_dri.so free 0x55717358e330 void 0.000124
+gallium_dri.so malloc 72 0x55717358e430 0.000121
+gallium_dri.so free 0x55717358e540 void 0.000120
+gallium_dri.so free 0x55717358e430 void 0.000119
+gallium_dri.so malloc 72 0x55717358e4f0 0.000130
+gallium_dri.so free 0x55717358e5c0 void 0.000122
+gallium_dri.so free 0x55717358e4f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e4f0 0.000121
+gallium_dri.so free 0x55717358e680 void 0.000121
+gallium_dri.so free 0x55717358e4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e4f0 0.000120
+gallium_dri.so free 0x55717358e740 void 0.000121
+gallium_dri.so free 0x55717358e4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e6f0 0.000122
+gallium_dri.so free 0x55717358e7c0 void 0.000120
+gallium_dri.so free 0x55717358e6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e810 0.000121
+gallium_dri.so free 0x55717358e880 void 0.000121
+gallium_dri.so free 0x55717358e810 void 0.000121
+gallium_dri.so malloc 72 0x55717358e8a0 0.000125
+gallium_dri.so free 0x55717358e940 void 0.000121
+gallium_dri.so free 0x55717358e8a0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e8f0 0.000121
+gallium_dri.so free 0x55717358e9c0 void 0.000122
+gallium_dri.so free 0x55717358e8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e9c0 0.000120
+gallium_dri.so free 0x55717358ea80 void 0.000122
+gallium_dri.so free 0x55717358e9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e9c0 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000163
+gallium_dri.so free 0x55717358e9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358eb00 0.000121
+gallium_dri.so free 0x55717358ebc0 void 0.000121
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so malloc 72 0x55717358eb00 0.000121
+gallium_dri.so free 0x55717358ec80 void 0.000121
+gallium_dri.so free 0x55717358eb00 void 0.000120
+gallium_dri.so malloc 72 0x55717358eb00 0.000120
+gallium_dri.so free 0x55717358ed40 void 0.000121
+gallium_dri.so free 0x55717358eb00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ecf0 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000122
+gallium_dri.so free 0x55717358ecf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ee10 0.000158
+gallium_dri.so free 0x55717358ee80 void 0.000124
+gallium_dri.so free 0x55717358ee10 void 0.000121
+gallium_dri.so malloc 72 0x55717358eec0 0.000121
+gallium_dri.so free 0x55717358ef40 void 0.000120
+gallium_dri.so free 0x55717358eec0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eec0 0.000120
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so free 0x55717358eec0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eff0 0.000123
+gallium_dri.so free 0x55717358f040 void 0.000120
+gallium_dri.so free 0x55717358eff0 void 0.000163
+gallium_dri.so malloc 72 0x55717358eff0 0.000123
+gallium_dri.so free 0x55717358f140 void 0.000122
+gallium_dri.so free 0x55717358eff0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f0f0 0.000119
+gallium_dri.so free 0x55717358f200 void 0.000122
+gallium_dri.so free 0x55717358f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f1b0 0.000121
+gallium_dri.so free 0x55717358f240 void 0.000120
+gallium_dri.so free 0x55717358f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f1b0 0.000121
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x55717358f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f370 0.000122
+gallium_dri.so free 0x55717358f3c0 void 0.000121
+gallium_dri.so free 0x55717358f370 void 0.000121
+gallium_dri.so malloc 72 0x55717358f370 0.000121
+gallium_dri.so free 0x55717358f4c0 void 0.000121
+gallium_dri.so free 0x55717358f370 void 0.000120
+gallium_dri.so malloc 72 0x55717358f470 0.000120
+gallium_dri.so free 0x55717358f580 void 0.000120
+gallium_dri.so free 0x55717358f470 void 0.000120
+gallium_dri.so malloc 72 0x55717358f530 0.000121
+gallium_dri.so free 0x55717358f5c0 void 0.000122
+gallium_dri.so free 0x55717358f530 void 0.000120
+gallium_dri.so malloc 72 0x55717358f530 0.000121
+gallium_dri.so free 0x55717358f680 void 0.000131
+gallium_dri.so free 0x55717358f530 void 0.000121
+gallium_dri.so malloc 72 0x55717358f6c0 0.000120
+gallium_dri.so free 0x55717358f740 void 0.000121
+gallium_dri.so free 0x55717358f6c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f740 0.000121
+gallium_dri.so free 0x55717358f800 void 0.000127
+gallium_dri.so free 0x55717358f740 void 0.000122
+gallium_dri.so malloc 72 0x55717358f740 0.000121
+gallium_dri.so free 0x55717358f8c0 void 0.000122
+gallium_dri.so free 0x55717358f740 void 0.000120
+gallium_dri.so malloc 72 0x55717358f8e0 0.000120
+gallium_dri.so free 0x55717358f980 void 0.000122
+gallium_dri.so free 0x55717358f8e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f930 0.000120
+gallium_dri.so free 0x55717358fa00 void 0.000120
+gallium_dri.so free 0x55717358f930 void 0.000119
+gallium_dri.so malloc 72 0x55717358f930 0.000119
+gallium_dri.so free 0x55717358fa80 void 0.000119
+gallium_dri.so free 0x55717358f930 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa80 0.000119
+gallium_dri.so free 0x55717358fb40 void 0.000120
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa80 0.000120
+gallium_dri.so free 0x55717358fc00 void 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa80 0.000126
+gallium_dri.so free 0x55717358fcc0 void 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc70 0.000121
+gallium_dri.so free 0x55717358fd80 void 0.000120
+gallium_dri.so free 0x55717358fc70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd30 0.000120
+gallium_dri.so free 0x55717358fe00 void 0.000121
+gallium_dri.so free 0x55717358fd30 void 0.000120
+gallium_dri.so malloc 72 0x55717358fe50 0.000120
+gallium_dri.so free 0x55717358fec0 void 0.000121
+gallium_dri.so free 0x55717358fe50 void 0.000119
+gallium_dri.so malloc 72 0x55717358fee0 0.000121
+gallium_dri.so free 0x55717358ff80 void 0.000122
+gallium_dri.so free 0x55717358fee0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff30 0.000120
+gallium_dri.so free 0x557173590000 void 0.000121
+gallium_dri.so free 0x55717358ff30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ff30 0.000119
+gallium_dri.so free 0x557173590080 void 0.000120
+gallium_dri.so free 0x55717358ff30 void 0.000122
+gallium_dri.so malloc 72 0x557173590080 0.000120
+gallium_dri.so free 0x557173590140 void 0.000122
+gallium_dri.so free 0x557173590080 void 0.000121
+gallium_dri.so malloc 72 0x557173590080 0.000120
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so free 0x557173590080 void 0.000122
+gallium_dri.so malloc 72 0x5571735901f0 0.000120
+gallium_dri.so free 0x557173590280 void 0.000120
+gallium_dri.so free 0x5571735901f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735901f0 0.000120
+gallium_dri.so free 0x557173590340 void 0.000121
+gallium_dri.so free 0x5571735901f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590380 0.000120
+gallium_dri.so free 0x557173590400 void 0.000122
+gallium_dri.so free 0x557173590380 void 0.000120
+gallium_dri.so malloc 72 0x557173590400 0.000119
+gallium_dri.so free 0x5571735904c0 void 0.000121
+gallium_dri.so free 0x557173590400 void 0.000120
+gallium_dri.so malloc 72 0x557173590400 0.000119
+gallium_dri.so free 0x557173590540 void 0.000122
+gallium_dri.so free 0x557173590400 void 0.000121
+gallium_dri.so malloc 72 0x557173590570 0.000123
+gallium_dri.so free 0x5571735905c0 void 0.000121
+gallium_dri.so free 0x557173590570 void 0.000120
+gallium_dri.so malloc 72 0x557173590570 0.000121
+gallium_dri.so free 0x5571735906c0 void 0.000121
+gallium_dri.so free 0x557173590570 void 0.000126
+gallium_dri.so malloc 72 0x557173590700 0.000121
+gallium_dri.so free 0x557173590780 void 0.000121
+gallium_dri.so free 0x557173590700 void 0.000120
+gallium_dri.so malloc 72 0x557173590780 0.000129
+gallium_dri.so free 0x557173590840 void 0.000121
+gallium_dri.so free 0x557173590780 void 0.000119
+gallium_dri.so malloc 72 0x557173590780 0.000141
+gallium_dri.so free 0x5571735908c0 void 0.000121
+gallium_dri.so free 0x557173590780 void 0.000121
+gallium_dri.so malloc 72 0x5571735908f0 0.000120
+gallium_dri.so free 0x557173590940 void 0.000121
+gallium_dri.so free 0x5571735908f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735908f0 0.000126
+gallium_dri.so free 0x557173590a40 void 0.000121
+gallium_dri.so free 0x5571735908f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735909f0 0.000120
+gallium_dri.so free 0x557173590b00 void 0.000120
+gallium_dri.so free 0x5571735909f0 void 0.000121
+gallium_dri.so malloc 72 0x557173590ab0 0.000122
+gallium_dri.so free 0x557173590b80 void 0.000123
+gallium_dri.so free 0x557173590ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173590ab0 0.000120
+gallium_dri.so free 0x557173590c40 void 0.000121
+gallium_dri.so free 0x557173590ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173590ab0 0.000121
+gallium_dri.so free 0x557173590d00 void 0.000121
+gallium_dri.so free 0x557173590ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173590cb0 0.000120
+gallium_dri.so free 0x557173590d80 void 0.000162
+gallium_dri.so free 0x557173590cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173590dd0 0.000114
+gallium_dri.so free 0x557173590e40 void 0.000114
+gallium_dri.so free 0x557173590dd0 void 0.000115
+gallium_dri.so malloc 72 0x557173590e60 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000114
+gallium_dri.so free 0x557173590e60 void 0.000115
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x557173590f80 void 0.000116
+gallium_dri.so free 0x557173590eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590f80 0.000115
+gallium_dri.so free 0x557173591040 void 0.000115
+gallium_dri.so free 0x557173590f80 void 0.000114
+gallium_dri.so malloc 72 0x557173590f80 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so free 0x557173590f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735910c0 0.000113
+gallium_dri.so free 0x557173591180 void 0.000113
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735910c0 0.000115
+gallium_dri.so free 0x557173591240 void 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735910c0 0.000114
+gallium_dri.so free 0x557173591300 void 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735912b0 0.000113
+gallium_dri.so free 0x557173591380 void 0.000135
+gallium_dri.so free 0x5571735912b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735913d0 0.000120
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so free 0x5571735913d0 void 0.000119
+gallium_dri.so malloc 72 0x557173591480 0.000120
+gallium_dri.so free 0x557173591500 void 0.000122
+gallium_dri.so free 0x557173591480 void 0.000119
+gallium_dri.so malloc 72 0x557173591480 0.000120
+gallium_dri.so free 0x557173591580 void 0.000122
+gallium_dri.so free 0x557173591480 void 0.000121
+gallium_dri.so malloc 72 0x5571735915b0 0.000120
+gallium_dri.so free 0x557173591600 void 0.000117
+gallium_dri.so free 0x5571735915b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735915b0 0.000118
+gallium_dri.so free 0x557173591700 void 0.000119
+gallium_dri.so free 0x5571735915b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735916b0 0.000118
+gallium_dri.so free 0x5571735917c0 void 0.000121
+gallium_dri.so free 0x5571735916b0 void 0.000127
+gallium_dri.so malloc 72 0x557173591770 0.000119
+gallium_dri.so free 0x557173591800 void 0.000123
+gallium_dri.so free 0x557173591770 void 0.000117
+gallium_dri.so malloc 72 0x557173591770 0.000120
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x557173591770 void 0.000120
+gallium_dri.so malloc 72 0x557173591930 0.000129
+gallium_dri.so free 0x557173591980 void 0.000121
+gallium_dri.so free 0x557173591930 void 0.000119
+gallium_dri.so malloc 72 0x557173591930 0.000118
+gallium_dri.so free 0x557173591a80 void 0.000121
+gallium_dri.so free 0x557173591930 void 0.000120
+gallium_dri.so malloc 72 0x557173591a30 0.000118
+gallium_dri.so free 0x557173591b40 void 0.000122
+gallium_dri.so free 0x557173591a30 void 0.000120
+gallium_dri.so malloc 72 0x557173591af0 0.000118
+gallium_dri.so free 0x557173591b80 void 0.000119
+gallium_dri.so free 0x557173591af0 void 0.000120
+gallium_dri.so malloc 72 0x557173591af0 0.000117
+gallium_dri.so free 0x557173591c40 void 0.000120
+gallium_dri.so free 0x557173591af0 void 0.000118
+gallium_dri.so malloc 72 0x557173591c80 0.000120
+gallium_dri.so free 0x557173591d00 void 0.000117
+gallium_dri.so free 0x557173591c80 void 0.000118
+gallium_dri.so malloc 72 0x557173591d00 0.000121
+gallium_dri.so free 0x557173591dc0 void 0.000122
+gallium_dri.so free 0x557173591d00 void 0.000119
+gallium_dri.so malloc 72 0x557173591d00 0.000118
+gallium_dri.so free 0x557173591e80 void 0.000122
+gallium_dri.so free 0x557173591d00 void 0.000121
+gallium_dri.so malloc 72 0x557173591ea0 0.000117
+gallium_dri.so free 0x557173591f40 void 0.000120
+gallium_dri.so free 0x557173591ea0 void 0.000170
+gallium_dri.so malloc 72 0x557173591ef0 0.000121
+gallium_dri.so free 0x5571735cae40 void 0.000121
+gallium_dri.so free 0x557173591ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173591ef0 0.000119
+gallium_dri.so free 0x5571735caf40 void 0.000119
+gallium_dri.so free 0x557173591ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735caef0 0.000120
+gallium_dri.so free 0x5571735cb000 void 0.000146
+gallium_dri.so free 0x5571735caef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cafb0 0.000120
+gallium_dri.so free 0x5571735cb040 void 0.000120
+gallium_dri.so free 0x5571735cafb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cafb0 0.000119
+gallium_dri.so free 0x5571735cb100 void 0.000120
+gallium_dri.so free 0x5571735cafb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb150 0.000122
+gallium_dri.so free 0x5571735cb1c0 void 0.000119
+gallium_dri.so free 0x5571735cb150 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb200 0.000120
+gallium_dri.so free 0x5571735cb280 void 0.000121
+gallium_dri.so free 0x5571735cb200 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb280 0.000120
+gallium_dri.so free 0x5571735cb340 void 0.000120
+gallium_dri.so free 0x5571735cb280 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb280 0.000120
+gallium_dri.so free 0x5571735cb3c0 void 0.000124
+gallium_dri.so free 0x5571735cb280 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000121
+gallium_dri.so free 0x5571735cb440 void 0.000122
+gallium_dri.so free 0x5571735cb3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000121
+gallium_dri.so free 0x5571735cb540 void 0.000119
+gallium_dri.so free 0x5571735cb3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000120
+gallium_dri.so free 0x5571735cb600 void 0.000123
+gallium_dri.so free 0x5571735cb4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb5b0 0.000121
+gallium_dri.so free 0x5571735cb680 void 0.000122
+gallium_dri.so free 0x5571735cb5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb6a0 0.000120
+gallium_dri.so free 0x5571735cb740 void 0.000122
+gallium_dri.so free 0x5571735cb6a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000116
+gallium_dri.so free 0x5571735cb7c0 void 0.000122
+gallium_dri.so free 0x5571735cb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000120
+gallium_dri.so free 0x5571735cb840 void 0.000122
+gallium_dri.so free 0x5571735cb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cb840 0.000121
+gallium_dri.so free 0x5571735cb900 void 0.000121
+gallium_dri.so free 0x5571735cb840 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb840 0.000118
+gallium_dri.so free 0x5571735cb9c0 void 0.000119
+gallium_dri.so free 0x5571735cb840 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb840 0.000122
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so free 0x5571735cb840 void 0.000118
+gallium_dri.so malloc 72 0x5571735cba30 0.000122
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so free 0x5571735cba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cba30 0.000120
+gallium_dri.so free 0x5571735cbb80 void 0.000121
+gallium_dri.so free 0x5571735cba30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbb30 0.000121
+gallium_dri.so free 0x5571735cbc40 void 0.000118
+gallium_dri.so free 0x5571735cbb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000118
+gallium_dri.so free 0x5571735cbc80 void 0.000122
+gallium_dri.so free 0x5571735cbbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000120
+gallium_dri.so free 0x5571735cbd40 void 0.000121
+gallium_dri.so free 0x5571735cbbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd80 0.000118
+gallium_dri.so free 0x5571735cbe00 void 0.000120
+gallium_dri.so free 0x5571735cbd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbe00 0.000119
+gallium_dri.so free 0x5571735cbec0 void 0.000171
+gallium_dri.so free 0x5571735cbe00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbe00 0.000118
+gallium_dri.so free 0x5571735cbf80 void 0.000118
+gallium_dri.so free 0x5571735cbe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbfa0 0.000120
+gallium_dri.so free 0x5571735cc040 void 0.000121
+gallium_dri.so free 0x5571735cbfa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbff0 0.000121
+gallium_dri.so free 0x5571735cc0c0 void 0.000122
+gallium_dri.so free 0x5571735cbff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbff0 0.000120
+gallium_dri.so free 0x5571735cc140 void 0.000122
+gallium_dri.so free 0x5571735cbff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc140 0.000120
+gallium_dri.so free 0x5571735cc200 void 0.000120
+gallium_dri.so free 0x5571735cc140 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc140 0.000120
+gallium_dri.so free 0x5571735cc2c0 void 0.000123
+gallium_dri.so free 0x5571735cc140 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc140 0.000121
+gallium_dri.so free 0x5571735cc380 void 0.000121
+gallium_dri.so free 0x5571735cc140 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc330 0.000118
+gallium_dri.so free 0x5571735cc440 void 0.000121
+gallium_dri.so free 0x5571735cc330 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000130
+gallium_dri.so free 0x5571735cc4c0 void 0.000159
+gallium_dri.so free 0x5571735cc3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc510 0.000118
+gallium_dri.so free 0x5571735cc580 void 0.000117
+gallium_dri.so free 0x5571735cc510 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000121
+gallium_dri.so free 0x5571735cc640 void 0.000121
+gallium_dri.so free 0x5571735cc5a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000117
+gallium_dri.so free 0x5571735cc6c0 void 0.000117
+gallium_dri.so free 0x5571735cc5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000148
+gallium_dri.so free 0x5571735cc740 void 0.000121
+gallium_dri.so free 0x5571735cc5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc740 0.000121
+gallium_dri.so free 0x5571735cc800 void 0.000121
+gallium_dri.so free 0x5571735cc740 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc740 0.000118
+gallium_dri.so free 0x5571735cc900 void 0.000121
+gallium_dri.so free 0x5571735cc740 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000120
+gallium_dri.so free 0x5571735cc940 void 0.000121
+gallium_dri.so free 0x5571735cc8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000119
+gallium_dri.so free 0x5571735cca00 void 0.000131
+gallium_dri.so free 0x5571735cc8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cca40 0.000119
+gallium_dri.so free 0x5571735ccac0 void 0.000118
+gallium_dri.so free 0x5571735cca40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccac0 0.000120
+gallium_dri.so free 0x5571735ccb80 void 0.000117
+gallium_dri.so free 0x5571735ccac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccac0 0.000121
+gallium_dri.so free 0x5571735ccc00 void 0.000121
+gallium_dri.so free 0x5571735ccac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccc30 0.000116
+gallium_dri.so free 0x5571735ccc80 void 0.000117
+gallium_dri.so free 0x5571735ccc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccc30 0.000117
+gallium_dri.so free 0x5571735ccd80 void 0.000121
+gallium_dri.so free 0x5571735ccc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000119
+gallium_dri.so free 0x5571735cce40 void 0.000118
+gallium_dri.so free 0x5571735ccdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cce40 0.000119
+gallium_dri.so free 0x5571735ccf00 void 0.000121
+gallium_dri.so free 0x5571735cce40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cce40 0.000120
+gallium_dri.so free 0x5571735ccf80 void 0.000120
+gallium_dri.so free 0x5571735cce40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000117
+gallium_dri.so free 0x5571735cd000 void 0.000122
+gallium_dri.so free 0x5571735ccfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000117
+gallium_dri.so free 0x5571735cd100 void 0.000117
+gallium_dri.so free 0x5571735ccfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000119
+gallium_dri.so free 0x5571735cd1c0 void 0.000119
+gallium_dri.so free 0x5571735cd0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd170 0.000120
+gallium_dri.so free 0x5571735cd240 void 0.000116
+gallium_dri.so free 0x5571735cd170 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd170 0.000119
+gallium_dri.so free 0x5571735cd300 void 0.000120
+gallium_dri.so free 0x5571735cd170 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd170 0.000120
+gallium_dri.so free 0x5571735cd3c0 void 0.000122
+gallium_dri.so free 0x5571735cd170 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd370 0.000120
+gallium_dri.so free 0x5571735cd440 void 0.000119
+gallium_dri.so free 0x5571735cd370 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd490 0.000119
+gallium_dri.so free 0x5571735cd500 void 0.000120
+gallium_dri.so free 0x5571735cd490 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd520 0.000119
+gallium_dri.so free 0x5571735cd5c0 void 0.000120
+gallium_dri.so free 0x5571735cd520 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd570 0.000127
+gallium_dri.so free 0x5571735cd640 void 0.000121
+gallium_dri.so free 0x5571735cd570 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd640 0.000118
+gallium_dri.so free 0x5571735cd700 void 0.000120
+gallium_dri.so free 0x5571735cd640 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd640 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000120
+gallium_dri.so free 0x5571735cd640 void 0.000117
+gallium_dri.so malloc 72 0x5571735cd780 0.000120
+gallium_dri.so free 0x5571735cd840 void 0.000117
+gallium_dri.so free 0x5571735cd780 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd780 0.000119
+gallium_dri.so free 0x5571735cd900 void 0.000119
+gallium_dri.so free 0x5571735cd780 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd780 0.000120
+gallium_dri.so free 0x5571735cd9c0 void 0.000120
+gallium_dri.so free 0x5571735cd780 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd970 0.000119
+gallium_dri.so free 0x5571735cda40 void 0.000117
+gallium_dri.so free 0x5571735cd970 void 0.000119
+gallium_dri.so malloc 72 0x5571735cda90 0.000120
+gallium_dri.so free 0x5571735cdb00 void 0.000120
+gallium_dri.so free 0x5571735cda90 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdb40 0.000120
+gallium_dri.so free 0x5571735cdbc0 void 0.000117
+gallium_dri.so free 0x5571735cdb40 void 0.000169
+gallium_dri.so malloc 72 0x5571735cdb40 0.000120
+gallium_dri.so free 0x5571735cdc40 void 0.000117
+gallium_dri.so free 0x5571735cdb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdc70 0.000118
+gallium_dri.so free 0x5571735cdcc0 void 0.000117
+gallium_dri.so free 0x5571735cdc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdc70 0.000119
+gallium_dri.so free 0x5571735cddc0 void 0.000117
+gallium_dri.so free 0x5571735cdc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cdd70 0.000119
+gallium_dri.so free 0x5571735cde80 void 0.000118
+gallium_dri.so free 0x5571735cdd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cde30 0.000119
+gallium_dri.so free 0x5571735cdec0 void 0.000118
+gallium_dri.so free 0x5571735cde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cde30 0.000121
+gallium_dri.so free 0x5571735cdf80 void 0.000119
+gallium_dri.so free 0x5571735cde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cdff0 0.000120
+gallium_dri.so free 0x5571735ce040 void 0.000116
+gallium_dri.so free 0x5571735cdff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cdff0 0.000117
+gallium_dri.so free 0x5571735ce140 void 0.000117
+gallium_dri.so free 0x5571735cdff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000122
+gallium_dri.so free 0x5571735ce200 void 0.000130
+gallium_dri.so free 0x5571735ce0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000118
+gallium_dri.so free 0x5571735ce240 void 0.000120
+gallium_dri.so free 0x5571735ce1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000119
+gallium_dri.so free 0x5571735ce300 void 0.000120
+gallium_dri.so free 0x5571735ce1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce340 0.000117
+gallium_dri.so free 0x5571735ce3c0 void 0.000119
+gallium_dri.so free 0x5571735ce340 void 0.000118
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000119
+gallium_dri.so free 0x5571735ce480 void 0.000119
+gallium_dri.so free 0x5571735ce3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000119
+gallium_dri.so free 0x5571735ce540 void 0.000117
+gallium_dri.so free 0x5571735ce3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce560 0.000119
+gallium_dri.so free 0x5571735ce600 void 0.000117
+gallium_dri.so free 0x5571735ce560 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000119
+gallium_dri.so free 0x5571735ce680 void 0.000118
+gallium_dri.so free 0x5571735ce5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000120
+gallium_dri.so free 0x5571735ce700 void 0.000118
+gallium_dri.so free 0x5571735ce5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce700 0.000130
+gallium_dri.so free 0x5571735ce7c0 void 0.000120
+gallium_dri.so free 0x5571735ce700 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce700 0.000119
+gallium_dri.so free 0x5571735ce880 void 0.000120
+gallium_dri.so free 0x5571735ce700 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce700 0.000121
+gallium_dri.so free 0x5571735ce940 void 0.000121
+gallium_dri.so free 0x5571735ce700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000118
+gallium_dri.so free 0x5571735cea00 void 0.000119
+gallium_dri.so free 0x5571735ce8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000120
+gallium_dri.so free 0x5571735cea80 void 0.000116
+gallium_dri.so free 0x5571735ce9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cead0 0.000117
+gallium_dri.so free 0x5571735ceb40 void 0.000120
+gallium_dri.so free 0x5571735cead0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceb60 0.000120
+gallium_dri.so free 0x5571735cec00 void 0.000120
+gallium_dri.so free 0x5571735ceb60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cebb0 0.000117
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so free 0x5571735cebb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cebb0 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so free 0x5571735cebb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735ced00 0.000120
+gallium_dri.so free 0x5571735cedc0 void 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ced00 0.000118
+gallium_dri.so free 0x5571735ceec0 void 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee70 0.000117
+gallium_dri.so free 0x5571735cef00 void 0.000120
+gallium_dri.so free 0x5571735cee70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cee70 0.000120
+gallium_dri.so free 0x5571735cefc0 void 0.000120
+gallium_dri.so free 0x5571735cee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf000 0.000120
+gallium_dri.so free 0x5571735cf080 void 0.000117
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf080 0.000116
+gallium_dri.so free 0x5571735cf140 void 0.000117
+gallium_dri.so free 0x5571735cf080 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf080 0.000120
+gallium_dri.so free 0x5571735cf1c0 void 0.000120
+gallium_dri.so free 0x5571735cf080 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000125
+gallium_dri.so free 0x5571735cf240 void 0.000118
+gallium_dri.so free 0x5571735cf1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000117
+gallium_dri.so free 0x5571735cf340 void 0.000128
+gallium_dri.so free 0x5571735cf1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf380 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000121
+gallium_dri.so free 0x5571735cf380 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf400 0.000119
+gallium_dri.so free 0x5571735cf4c0 void 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf400 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000118
+gallium_dri.so free 0x5571735cf400 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf570 0.000120
+gallium_dri.so free 0x5571735cf5c0 void 0.000120
+gallium_dri.so free 0x5571735cf570 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf570 0.000119
+gallium_dri.so free 0x5571735cf6c0 void 0.000120
+gallium_dri.so free 0x5571735cf570 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf670 0.000120
+gallium_dri.so free 0x5571735cf780 void 0.000121
+gallium_dri.so free 0x5571735cf670 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf730 0.000119
+gallium_dri.so free 0x5571735cf800 void 0.000145
+gallium_dri.so free 0x5571735cf730 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf730 0.000121
+gallium_dri.so free 0x5571735cf8c0 void 0.000117
+gallium_dri.so free 0x5571735cf730 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf730 0.000127
+gallium_dri.so free 0x5571735cf980 void 0.000118
+gallium_dri.so free 0x5571735cf730 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf930 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so free 0x5571735cf930 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfa50 0.000119
+gallium_dri.so free 0x5571735cfac0 void 0.000119
+gallium_dri.so free 0x5571735cfa50 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfae0 0.000119
+gallium_dri.so free 0x5571735cfb80 void 0.000120
+gallium_dri.so free 0x5571735cfae0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb30 0.000118
+gallium_dri.so free 0x5571735cfc00 void 0.000118
+gallium_dri.so free 0x5571735cfb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc00 0.000120
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfc00 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so free 0x5571735cfc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd40 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd40 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd40 0.000121
+gallium_dri.so free 0x5571735cff80 void 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cff30 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x5571735cff30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0050 0.000119
+gallium_dri.so free 0x5571735d00c0 void 0.000120
+gallium_dri.so free 0x5571735d0050 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0100 0.000120
+gallium_dri.so free 0x5571735d0180 void 0.000120
+gallium_dri.so free 0x5571735d0100 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0100 0.000121
+gallium_dri.so free 0x5571735d0200 void 0.000117
+gallium_dri.so free 0x5571735d0100 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0230 0.000119
+gallium_dri.so free 0x5571735d0280 void 0.000118
+gallium_dri.so free 0x5571735d0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0230 0.000117
+gallium_dri.so free 0x5571735d0380 void 0.000119
+gallium_dri.so free 0x5571735d0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0330 0.000119
+gallium_dri.so free 0x5571735d0440 void 0.000120
+gallium_dri.so free 0x5571735d0330 void 0.000117
+gallium_dri.so malloc 72 0x5571735d03f0 0.000119
+gallium_dri.so free 0x5571735d0480 void 0.000120
+gallium_dri.so free 0x5571735d03f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d03f0 0.000120
+gallium_dri.so free 0x5571735d0540 void 0.000119
+gallium_dri.so free 0x5571735d03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d05b0 0.000120
+gallium_dri.so free 0x5571735d0600 void 0.000120
+gallium_dri.so free 0x5571735d05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d05b0 0.000117
+gallium_dri.so free 0x5571735d0700 void 0.000122
+gallium_dri.so free 0x5571735d05b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d06b0 0.000120
+gallium_dri.so free 0x5571735d07c0 void 0.000135
+gallium_dri.so free 0x5571735d06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0770 0.000121
+gallium_dri.so free 0x5571735d0800 void 0.000117
+gallium_dri.so free 0x5571735d0770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0770 0.000119
+gallium_dri.so free 0x5571735d08c0 void 0.000119
+gallium_dri.so free 0x5571735d0770 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0900 0.000116
+gallium_dri.so free 0x5571735d0980 void 0.000121
+gallium_dri.so free 0x5571735d0900 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0980 0.000119
+gallium_dri.so free 0x5571735d0a40 void 0.000119
+gallium_dri.so free 0x5571735d0980 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0980 0.000116
+gallium_dri.so free 0x5571735d0b00 void 0.000170
+gallium_dri.so free 0x5571735d0980 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b20 0.000120
+gallium_dri.so free 0x5571735d0bc0 void 0.000119
+gallium_dri.so free 0x5571735d0b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000120
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b70 0.000117
+gallium_dri.so free 0x5571735d0cc0 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000120
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000152
+gallium_dri.so free 0x5571735d0e40 void 0.000122
+gallium_dri.so free 0x5571735d0cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000120
+gallium_dri.so free 0x5571735d0cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000118
+gallium_dri.so free 0x5571735d0fc0 void 0.000118
+gallium_dri.so free 0x5571735d0eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0f70 0.000121
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1090 0.000123
+gallium_dri.so free 0x5571735d1100 void 0.000126
+gallium_dri.so free 0x5571735d1090 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1120 0.000121
+gallium_dri.so free 0x5571735d11c0 void 0.000270
+gallium_dri.so free 0x5571735d1120 void 0.000170
+gallium_dri.so malloc 72 0x5571735d1170 0.000116
+gallium_dri.so free 0x5571735d1240 void 0.000115
+gallium_dri.so free 0x5571735d1170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1170 0.000112
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d12c0 0.000113
+gallium_dri.so free 0x5571735d1380 void 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d12c0 0.000114
+gallium_dri.so free 0x5571735d1480 void 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1430 0.000113
+gallium_dri.so free 0x5571735d14c0 void 0.000113
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1430 0.000113
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so free 0x5571735d1430 void 0.000112
+gallium_dri.so malloc 72 0x5571735d15c0 0.000111
+gallium_dri.so free 0x5571735d1640 void 0.000127
+gallium_dri.so free 0x5571735d15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1640 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1640 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17b0 0.000112
+gallium_dri.so free 0x5571735d1800 void 0.000114
+gallium_dri.so free 0x5571735d17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17b0 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1940 0.000112
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d19c0 0.000112
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d19c0 0.000113
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1b30 0.000112
+gallium_dri.so free 0x5571735d1b80 void 0.000114
+gallium_dri.so free 0x5571735d1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b30 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so free 0x5571735d1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d40 void 0.000114
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000114
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000112
+gallium_dri.so free 0x5571735d1e80 void 0.000113
+gallium_dri.so free 0x5571735d1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735d1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2010 0.000113
+gallium_dri.so free 0x5571735d2080 void 0.000113
+gallium_dri.so free 0x5571735d2010 void 0.000112
+gallium_dri.so malloc 72 0x5571735d20a0 0.000116
+gallium_dri.so free 0x5571735d2140 void 0.000114
+gallium_dri.so free 0x5571735d20a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d20f0 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000113
+gallium_dri.so free 0x5571735d20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21c0 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d21c0 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d24f0 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so free 0x5571735d24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2610 0.000112
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x5571735d2610 void 0.000112
+gallium_dri.so malloc 72 0x5571735d26c0 0.000114
+gallium_dri.so free 0x5571735d2740 void 0.000112
+gallium_dri.so free 0x5571735d26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26c0 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d26c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27f0 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000112
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28f0 0.000140
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d29b0 0.000112
+gallium_dri.so free 0x5571735d2a40 void 0.000116
+gallium_dri.so free 0x5571735d29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000113
+gallium_dri.so free 0x5571735d2b00 void 0.000119
+gallium_dri.so free 0x5571735d29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2b70 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000112
+gallium_dri.so free 0x5571735d2d80 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000113
+gallium_dri.so free 0x5571735d2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000115
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so free 0x5571735d2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ec0 0.000162
+gallium_dri.so free 0x5571735d2f40 void 0.000116
+gallium_dri.so free 0x5571735d2ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f40 0.000113
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f40 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000112
+gallium_dri.so free 0x5571735d2f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30e0 0.000118
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3130 0.000112
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3280 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3280 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3280 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3470 0.000125
+gallium_dri.so free 0x5571735d3580 void 0.000114
+gallium_dri.so free 0x5571735d3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3530 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3650 0.000113
+gallium_dri.so free 0x5571735d36c0 void 0.000113
+gallium_dri.so free 0x5571735d3650 void 0.000113
+gallium_dri.so malloc 72 0x5571735d36e0 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000112
+gallium_dri.so free 0x5571735d36e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000116
+gallium_dri.so free 0x5571735d3730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3730 0.000115
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d3730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3880 0.000125
+gallium_dri.so free 0x5571735d3940 void 0.000116
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3880 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000112
+gallium_dri.so free 0x5571735d3a80 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d39f0 0.000114
+gallium_dri.so free 0x5571735d3b40 void 0.000117
+gallium_dri.so free 0x5571735d39f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3b80 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so free 0x5571735d3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c00 0.000111
+gallium_dri.so free 0x5571735d3cc0 void 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3c00 0.000112
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000115
+gallium_dri.so free 0x5571735d3dc0 void 0.000113
+gallium_dri.so free 0x5571735d3d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d70 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f00 0.000113
+gallium_dri.so free 0x5571735d3f80 void 0.000115
+gallium_dri.so free 0x5571735d3f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f80 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3f80 0.000112
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d3f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d40f0 0.000117
+gallium_dri.so free 0x5571735d4140 void 0.000165
+gallium_dri.so free 0x5571735d40f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40f0 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000112
+gallium_dri.so free 0x5571735d40f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d41f0 0.000113
+gallium_dri.so free 0x5571735d4300 void 0.000113
+gallium_dri.so free 0x5571735d41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42b0 0.000141
+gallium_dri.so free 0x5571735d4380 void 0.000114
+gallium_dri.so free 0x5571735d42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42b0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000114
+gallium_dri.so free 0x5571735d42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42b0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d42b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d45d0 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000113
+gallium_dri.so free 0x5571735d45d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4660 0.000113
+gallium_dri.so free 0x5571735d4700 void 0.000113
+gallium_dri.so free 0x5571735d4660 void 0.000112
+gallium_dri.so malloc 72 0x5571735d46b0 0.000112
+gallium_dri.so free 0x5571735d4780 void 0.000123
+gallium_dri.so free 0x5571735d46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4780 0.000112
+gallium_dri.so free 0x5571735d4840 void 0.000111
+gallium_dri.so free 0x5571735d4780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4780 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d48c0 0.000123
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d48c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48c0 0.000115
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48c0 0.000114
+gallium_dri.so free 0x5571735d4b00 void 0.000115
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x5571735d4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bd0 0.000112
+gallium_dri.so free 0x5571735d4c40 void 0.000120
+gallium_dri.so free 0x5571735d4bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4c80 0.000114
+gallium_dri.so free 0x5571735d4d00 void 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c80 0.000113
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4e00 void 0.000114
+gallium_dri.so free 0x5571735d4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000115
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f70 0.000112
+gallium_dri.so free 0x5571735d5000 void 0.000114
+gallium_dri.so free 0x5571735d4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f70 0.000114
+gallium_dri.so free 0x5571735d50c0 void 0.000112
+gallium_dri.so free 0x5571735d4f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5130 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000113
+gallium_dri.so free 0x5571735d5130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5130 0.000114
+gallium_dri.so free 0x5571735d5280 void 0.000113
+gallium_dri.so free 0x5571735d5130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000113
+gallium_dri.so free 0x5571735d5340 void 0.000113
+gallium_dri.so free 0x5571735d5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52f0 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d52f0 0.000116
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5480 0.000112
+gallium_dri.so free 0x5571735d5500 void 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5500 0.000121
+gallium_dri.so free 0x5571735d55c0 void 0.000125
+gallium_dri.so free 0x5571735d5500 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5500 0.000122
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so free 0x5571735d5500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56a0 0.000114
+gallium_dri.so free 0x5571735d5740 void 0.000114
+gallium_dri.so free 0x5571735d56a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56f0 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d56f0 0.000112
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so free 0x5571735d56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5840 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5840 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5840 0.000116
+gallium_dri.so free 0x5571735d5a80 void 0.000132
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a30 0.000113
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so free 0x5571735d5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5af0 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c10 0.000112
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735d5c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000141
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5ca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000113
+gallium_dri.so free 0x5571735d5dc0 void 0.000114
+gallium_dri.so free 0x5571735d5cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so free 0x5571735d5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e40 0.000115
+gallium_dri.so free 0x5571735d5f00 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000114
+gallium_dri.so free 0x5571735d6000 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000182
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000115
+gallium_dri.so free 0x5571735d6040 void 0.000113
+gallium_dri.so free 0x5571735d5fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000111
+gallium_dri.so free 0x5571735d6100 void 0.000118
+gallium_dri.so free 0x5571735d5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6140 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000114
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d61c0 0.000112
+gallium_dri.so free 0x5571735d6280 void 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d61c0 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6330 0.000111
+gallium_dri.so free 0x5571735d6380 void 0.000113
+gallium_dri.so free 0x5571735d6330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6330 0.000111
+gallium_dri.so free 0x5571735d6480 void 0.000114
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64c0 0.000112
+gallium_dri.so free 0x5571735d6540 void 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6540 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000113
+gallium_dri.so free 0x5571735d6540 void 0.000260
+gallium_dri.so malloc 72 0x5571735d6540 0.000153
+gallium_dri.so free 0x5571735d6680 void 0.000190
+gallium_dri.so free 0x5571735d6540 void 0.000153
+gallium_dri.so malloc 72 0x5571735d66b0 0.000162
+gallium_dri.so free 0x5571735d6700 void 0.000115
+gallium_dri.so free 0x5571735d66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66b0 0.000112
+gallium_dri.so free 0x5571735d6800 void 0.000116
+gallium_dri.so free 0x5571735d66b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d67b0 0.000114
+gallium_dri.so free 0x5571735d68c0 void 0.000115
+gallium_dri.so free 0x5571735d67b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6870 0.000116
+gallium_dri.so free 0x5571735d6940 void 0.000114
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6870 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6870 0.000113
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a70 0.000113
+gallium_dri.so free 0x5571735f5480 void 0.000114
+gallium_dri.so free 0x5571735d6a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5480 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000128
+gallium_dri.so free 0x5571735f5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5480 0.000112
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5480 0.000114
+gallium_dri.so free 0x5571735f56c0 void 0.000113
+gallium_dri.so free 0x5571735f5480 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5670 0.000114
+gallium_dri.so free 0x5571735f5780 void 0.000115
+gallium_dri.so free 0x5571735f5670 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5730 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f5730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5850 0.000113
+gallium_dri.so free 0x5571735f58c0 void 0.000115
+gallium_dri.so free 0x5571735f5850 void 0.000114
+gallium_dri.so malloc 72 0x5571735f58e0 0.000114
+gallium_dri.so free 0x5571735f5980 void 0.000114
+gallium_dri.so free 0x5571735f58e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5930 0.000113
+gallium_dri.so free 0x5571735f5a00 void 0.000115
+gallium_dri.so free 0x5571735f5930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5930 0.000114
+gallium_dri.so free 0x5571735f5a80 void 0.000115
+gallium_dri.so free 0x5571735f5930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a80 0.000113
+gallium_dri.so free 0x5571735f5b40 void 0.000162
+gallium_dri.so free 0x5571735f5a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5a80 0.000113
+gallium_dri.so free 0x5571735f5c40 void 0.000114
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000114
+gallium_dri.so free 0x5571735f5c80 void 0.000116
+gallium_dri.so free 0x5571735f5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000115
+gallium_dri.so free 0x5571735f5d40 void 0.000116
+gallium_dri.so free 0x5571735f5bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5d80 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e00 0.000112
+gallium_dri.so free 0x5571735f5ec0 void 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e00 0.000138
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f70 0.000114
+gallium_dri.so free 0x5571735f5fc0 void 0.000115
+gallium_dri.so free 0x5571735f5f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5f70 0.000114
+gallium_dri.so free 0x5571735f60c0 void 0.000113
+gallium_dri.so free 0x5571735f5f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6100 0.000113
+gallium_dri.so free 0x5571735f6180 void 0.000124
+gallium_dri.so free 0x5571735f6100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6180 0.000114
+gallium_dri.so free 0x5571735f6240 void 0.000119
+gallium_dri.so free 0x5571735f6180 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6180 0.000123
+gallium_dri.so free 0x5571735f62c0 void 0.000123
+gallium_dri.so free 0x5571735f6180 void 0.000125
+gallium_dri.so malloc 72 0x5571735f62f0 0.000119
+gallium_dri.so free 0x5571735f6340 void 0.000116
+gallium_dri.so free 0x5571735f62f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f62f0 0.000116
+gallium_dri.so free 0x5571735f6440 void 0.000114
+gallium_dri.so free 0x5571735f62f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f6500 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f64b0 0.000114
+gallium_dri.so free 0x5571735f6580 void 0.000114
+gallium_dri.so free 0x5571735f64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f64b0 0.000112
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so free 0x5571735f64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f64b0 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000115
+gallium_dri.so free 0x5571735f64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f66b0 0.000127
+gallium_dri.so free 0x5571735f6780 void 0.000115
+gallium_dri.so free 0x5571735f66b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67d0 0.000112
+gallium_dri.so free 0x5571735f6840 void 0.000114
+gallium_dri.so free 0x5571735f67d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6860 0.000111
+gallium_dri.so free 0x5571735f6900 void 0.000116
+gallium_dri.so free 0x5571735f6860 void 0.000114
+gallium_dri.so malloc 72 0x5571735f68b0 0.000113
+gallium_dri.so free 0x5571735f6980 void 0.000114
+gallium_dri.so free 0x5571735f68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6980 0.000119
+gallium_dri.so free 0x5571735f6a40 void 0.000114
+gallium_dri.so free 0x5571735f6980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6980 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735f6980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000113
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000114
+gallium_dri.so free 0x5571735f6d00 void 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000165
+gallium_dri.so free 0x5571735f6d80 void 0.000116
+gallium_dri.so free 0x5571735f6cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6dd0 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000113
+gallium_dri.so free 0x5571735f6dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e80 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000113
+gallium_dri.so free 0x5571735f6e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e80 0.000111
+gallium_dri.so free 0x5571735f6f80 void 0.000111
+gallium_dri.so free 0x5571735f6e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000111
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so free 0x5571735f6fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000112
+gallium_dri.so free 0x5571735f7100 void 0.000112
+gallium_dri.so free 0x5571735f6fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f70b0 0.000118
+gallium_dri.so free 0x5571735f71c0 void 0.000157
+gallium_dri.so free 0x5571735f70b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f7170 0.000118
+gallium_dri.so free 0x5571735f7200 void 0.000117
+gallium_dri.so free 0x5571735f7170 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7170 0.000117
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7330 0.000139
+gallium_dri.so free 0x5571735f7380 void 0.000120
+gallium_dri.so free 0x5571735f7330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735f7480 void 0.000119
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7430 0.000118
+gallium_dri.so free 0x5571735f7540 void 0.000120
+gallium_dri.so free 0x5571735f7430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000118
+gallium_dri.so free 0x5571735f7580 void 0.000118
+gallium_dri.so free 0x5571735f74f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000117
+gallium_dri.so free 0x5571735f7640 void 0.000117
+gallium_dri.so free 0x5571735f74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7680 0.000118
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7700 0.000118
+gallium_dri.so free 0x5571735f77c0 void 0.000118
+gallium_dri.so free 0x5571735f7700 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7700 0.000146
+gallium_dri.so free 0x5571735f7880 void 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so malloc 72 0x5571735f78a0 0.000117
+gallium_dri.so free 0x5571735f7940 void 0.000119
+gallium_dri.so free 0x5571735f78a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f78f0 0.000119
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735f78f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f78f0 0.000117
+gallium_dri.so free 0x5571735f7a40 void 0.000117
+gallium_dri.so free 0x5571735f78f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7a40 0.000116
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7a40 0.000116
+gallium_dri.so free 0x5571735f7bc0 void 0.000117
+gallium_dri.so free 0x5571735f7a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7a40 0.000118
+gallium_dri.so free 0x5571735f7c80 void 0.000118
+gallium_dri.so free 0x5571735f7a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7c30 0.000118
+gallium_dri.so free 0x5571735f7d40 void 0.000118
+gallium_dri.so free 0x5571735f7c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000118
+gallium_dri.so free 0x5571735f7dc0 void 0.000117
+gallium_dri.so free 0x5571735f7cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7e10 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000117
+gallium_dri.so free 0x5571735f7e10 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ea0 0.000117
+gallium_dri.so free 0x5571735f7f40 void 0.000117
+gallium_dri.so free 0x5571735f7ea0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000119
+gallium_dri.so free 0x5571735f7fc0 void 0.000119
+gallium_dri.so free 0x5571735f7ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000118
+gallium_dri.so free 0x5571735f8040 void 0.000119
+gallium_dri.so free 0x5571735f7ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8040 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so free 0x5571735f8040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8040 0.000118
+gallium_dri.so free 0x5571735f8200 void 0.000118
+gallium_dri.so free 0x5571735f8040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f81b0 0.000119
+gallium_dri.so free 0x5571735f8240 void 0.000117
+gallium_dri.so free 0x5571735f81b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f81b0 0.000118
+gallium_dri.so free 0x5571735f8300 void 0.000119
+gallium_dri.so free 0x5571735f81b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8340 0.000118
+gallium_dri.so free 0x5571735f83c0 void 0.000118
+gallium_dri.so free 0x5571735f8340 void 0.000117
+gallium_dri.so malloc 72 0x5571735f83c0 0.000117
+gallium_dri.so free 0x5571735f8480 void 0.000118
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f83c0 0.000118
+gallium_dri.so free 0x5571735f8500 void 0.000128
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8530 0.000117
+gallium_dri.so free 0x5571735f8580 void 0.000119
+gallium_dri.so free 0x5571735f8530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8530 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000117
+gallium_dri.so free 0x5571735f8530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f86c0 0.000118
+gallium_dri.so free 0x5571735f8740 void 0.000118
+gallium_dri.so free 0x5571735f86c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8740 0.000119
+gallium_dri.so free 0x5571735f8800 void 0.000118
+gallium_dri.so free 0x5571735f8740 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8740 0.000118
+gallium_dri.so free 0x5571735f8880 void 0.000118
+gallium_dri.so free 0x5571735f8740 void 0.000117
+gallium_dri.so malloc 72 0x5571735f88b0 0.000117
+gallium_dri.so free 0x5571735f8900 void 0.000122
+gallium_dri.so free 0x5571735f88b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f88b0 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000118
+gallium_dri.so free 0x5571735f88b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f89b0 0.000117
+gallium_dri.so free 0x5571735f8ac0 void 0.000117
+gallium_dri.so free 0x5571735f89b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8a70 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000145
+gallium_dri.so free 0x5571735f8a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8c00 void 0.000118
+gallium_dri.so free 0x5571735f8a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a70 0.000117
+gallium_dri.so free 0x5571735f8cc0 void 0.000118
+gallium_dri.so free 0x5571735f8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c70 0.000117
+gallium_dri.so free 0x5571735f8d40 void 0.000118
+gallium_dri.so free 0x5571735f8c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8d90 0.000118
+gallium_dri.so free 0x5571735f8e00 void 0.000119
+gallium_dri.so free 0x5571735f8d90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8e20 0.000148
+gallium_dri.so free 0x5571735f8ec0 void 0.000119
+gallium_dri.so free 0x5571735f8e20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e70 0.000119
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so free 0x5571735f8e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8f40 0.000117
+gallium_dri.so free 0x5571735f9000 void 0.000119
+gallium_dri.so free 0x5571735f8f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8f40 0.000117
+gallium_dri.so free 0x5571735f9080 void 0.000141
+gallium_dri.so free 0x5571735f8f40 void 0.000169
+gallium_dri.so malloc 72 0x5571735f9080 0.000121
+gallium_dri.so free 0x5571735f9140 void 0.000118
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9080 0.000118
+gallium_dri.so free 0x5571735f9200 void 0.000119
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9080 0.000119
+gallium_dri.so free 0x5571735f92c0 void 0.000118
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9270 0.000118
+gallium_dri.so free 0x5571735f9340 void 0.000118
+gallium_dri.so free 0x5571735f9270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9390 0.000122
+gallium_dri.so free 0x5571735f9400 void 0.000124
+gallium_dri.so free 0x5571735f9390 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9440 0.000119
+gallium_dri.so free 0x5571735f94c0 void 0.000122
+gallium_dri.so free 0x5571735f9440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9440 0.000119
+gallium_dri.so free 0x5571735f9540 void 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9570 0.000118
+gallium_dri.so free 0x5571735f95c0 void 0.000118
+gallium_dri.so free 0x5571735f9570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9570 0.000127
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so free 0x5571735f9570 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9670 0.000118
+gallium_dri.so free 0x5571735f9780 void 0.000117
+gallium_dri.so free 0x5571735f9670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9730 0.000117
+gallium_dri.so free 0x5571735f97c0 void 0.000117
+gallium_dri.so free 0x5571735f9730 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9730 0.000118
+gallium_dri.so free 0x5571735f9880 void 0.000117
+gallium_dri.so free 0x5571735f9730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f98f0 0.000117
+gallium_dri.so free 0x5571735f9940 void 0.000118
+gallium_dri.so free 0x5571735f98f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f98f0 0.000119
+gallium_dri.so free 0x5571735f9a40 void 0.000119
+gallium_dri.so free 0x5571735f98f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f99f0 0.000118
+gallium_dri.so free 0x5571735f9b00 void 0.000118
+gallium_dri.so free 0x5571735f99f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000117
+gallium_dri.so free 0x5571735f9b40 void 0.000118
+gallium_dri.so free 0x5571735f9ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so free 0x5571735f9ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c40 0.000114
+gallium_dri.so free 0x5571735f9cc0 void 0.000111
+gallium_dri.so free 0x5571735f9c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000109
+gallium_dri.so free 0x5571735f9d80 void 0.000110
+gallium_dri.so free 0x5571735f9cc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000110
+gallium_dri.so free 0x5571735f9e40 void 0.000110
+gallium_dri.so free 0x5571735f9cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9e60 0.000111
+gallium_dri.so free 0x5571735f9f00 void 0.000110
+gallium_dri.so free 0x5571735f9e60 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000109
+gallium_dri.so free 0x5571735f9f80 void 0.000110
+gallium_dri.so free 0x5571735f9eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000111
+gallium_dri.so free 0x5571735fa000 void 0.000109
+gallium_dri.so free 0x5571735f9eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa000 0.000109
+gallium_dri.so free 0x5571735fa0c0 void 0.000110
+gallium_dri.so free 0x5571735fa000 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa000 0.000116
+gallium_dri.so free 0x5571735fa180 void 0.000122
+gallium_dri.so free 0x5571735fa000 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa000 0.000112
+gallium_dri.so free 0x5571735fa240 void 0.000111
+gallium_dri.so free 0x5571735fa000 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000110
+gallium_dri.so free 0x5571735fa300 void 0.000134
+gallium_dri.so free 0x5571735fa1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000131
+gallium_dri.so free 0x5571735fa380 void 0.000126
+gallium_dri.so free 0x5571735fa2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa3d0 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000118
+gallium_dri.so free 0x5571735fa3d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa460 0.000118
+gallium_dri.so free 0x5571735fa500 void 0.000124
+gallium_dri.so free 0x5571735fa460 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000119
+gallium_dri.so free 0x5571735fa580 void 0.000119
+gallium_dri.so free 0x5571735fa4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000118
+gallium_dri.so free 0x5571735fa600 void 0.000119
+gallium_dri.so free 0x5571735fa4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa600 0.000117
+gallium_dri.so free 0x5571735fa6c0 void 0.000118
+gallium_dri.so free 0x5571735fa600 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa600 0.000119
+gallium_dri.so free 0x5571735fa7c0 void 0.000120
+gallium_dri.so free 0x5571735fa600 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa770 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so free 0x5571735fa770 void 0.000150
+gallium_dri.so malloc 72 0x5571735fa770 0.000132
+gallium_dri.so free 0x5571735fa8c0 void 0.000133
+gallium_dri.so free 0x5571735fa770 void 0.000142
+gallium_dri.so malloc 72 0x5571735fa900 0.000132
+gallium_dri.so free 0x5571735fa980 void 0.000132
+gallium_dri.so free 0x5571735fa900 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa980 0.000131
+gallium_dri.so free 0x5571735faa40 void 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa980 0.000133
+gallium_dri.so free 0x5571735faac0 void 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000131
+gallium_dri.so malloc 72 0x5571735faaf0 0.000131
+gallium_dri.so free 0x5571735fab40 void 0.000132
+gallium_dri.so free 0x5571735faaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735faaf0 0.000131
+gallium_dri.so free 0x5571735fac40 void 0.000132
+gallium_dri.so free 0x5571735faaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fac80 0.000134
+gallium_dri.so free 0x5571735fad00 void 0.000132
+gallium_dri.so free 0x5571735fac80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fad00 0.000131
+gallium_dri.so free 0x5571735fadc0 void 0.000132
+gallium_dri.so free 0x5571735fad00 void 0.000163
+gallium_dri.so malloc 72 0x5571735fad00 0.000160
+gallium_dri.so free 0x5571735fae40 void 0.000159
+gallium_dri.so free 0x5571735fad00 void 0.000158
+gallium_dri.so malloc 72 0x5571735fae70 0.000161
+gallium_dri.so free 0x5571735faec0 void 0.000159
+gallium_dri.so free 0x5571735fae70 void 0.000159
+gallium_dri.so malloc 72 0x5571735fae70 0.000160
+gallium_dri.so free 0x5571735fafc0 void 0.000159
+gallium_dri.so free 0x5571735fae70 void 0.000158
+gallium_dri.so malloc 72 0x5571735faf70 0.000158
+gallium_dri.so free 0x5571735fb080 void 0.000158
+gallium_dri.so free 0x5571735faf70 void 0.000158
+gallium_dri.so malloc 72 0x5571735fb030 0.000159
+gallium_dri.so free 0x5571735fb100 void 0.000159
+gallium_dri.so free 0x5571735fb030 void 0.000159
+gallium_dri.so malloc 72 0x5571735fb030 0.000159
+gallium_dri.so free 0x5571735fb1c0 void 0.000160
+gallium_dri.so free 0x5571735fb030 void 0.000158
+gallium_dri.so malloc 72 0x5571735fb030 0.000176
+gallium_dri.so free 0x5571735fb280 void 0.000171
+gallium_dri.so free 0x5571735fb030 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb230 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735fb230 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb350 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000119
+gallium_dri.so free 0x5571735fb350 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb3e0 0.000116
+gallium_dri.so free 0x5571735fb480 void 0.000117
+gallium_dri.so free 0x5571735fb3e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb430 0.000117
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb500 0.000118
+gallium_dri.so free 0x5571735fb5c0 void 0.000119
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb500 0.000118
+gallium_dri.so free 0x5571735fb640 void 0.000119
+gallium_dri.so free 0x5571735fb500 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb640 0.000122
+gallium_dri.so free 0x5571735fb700 void 0.000119
+gallium_dri.so free 0x5571735fb640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb640 0.000118
+gallium_dri.so free 0x5571735fb7c0 void 0.000118
+gallium_dri.so free 0x5571735fb640 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb640 0.000119
+gallium_dri.so free 0x5571735fb880 void 0.000119
+gallium_dri.so free 0x5571735fb640 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb830 0.000119
+gallium_dri.so free 0x5571735fb900 void 0.000118
+gallium_dri.so free 0x5571735fb830 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb950 0.000117
+gallium_dri.so free 0x5571735fb9c0 void 0.000117
+gallium_dri.so free 0x5571735fb950 void 0.000116
+gallium_dri.so malloc 72 0x5571735fba00 0.000120
+gallium_dri.so free 0x5571735fba80 void 0.000119
+gallium_dri.so free 0x5571735fba00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fba00 0.000118
+gallium_dri.so free 0x5571735fbb00 void 0.000118
+gallium_dri.so free 0x5571735fba00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbb30 0.000120
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735fbb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb30 0.000118
+gallium_dri.so free 0x5571735fbc80 void 0.000118
+gallium_dri.so free 0x5571735fbb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbc30 0.000118
+gallium_dri.so free 0x5571735fbd40 void 0.000118
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000116
+gallium_dri.so free 0x5571735fbd80 void 0.000117
+gallium_dri.so free 0x5571735fbcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000118
+gallium_dri.so free 0x5571735fbe40 void 0.000117
+gallium_dri.so free 0x5571735fbcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000117
+gallium_dri.so free 0x5571735fbf00 void 0.000118
+gallium_dri.so free 0x5571735fbeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000127
+gallium_dri.so free 0x5571735fc000 void 0.000121
+gallium_dri.so free 0x5571735fbeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000117
+gallium_dri.so free 0x5571735fc0c0 void 0.000118
+gallium_dri.so free 0x5571735fbfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc070 0.000119
+gallium_dri.so free 0x5571735fc100 void 0.000119
+gallium_dri.so free 0x5571735fc070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc070 0.000123
+gallium_dri.so free 0x5571735fc1c0 void 0.000120
+gallium_dri.so free 0x5571735fc070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc200 0.000118
+gallium_dri.so free 0x5571735fc280 void 0.000118
+gallium_dri.so free 0x5571735fc200 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc280 0.000117
+gallium_dri.so free 0x5571735fc340 void 0.000119
+gallium_dri.so free 0x5571735fc280 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc280 0.000118
+gallium_dri.so free 0x5571735fc400 void 0.000164
+gallium_dri.so free 0x5571735fc280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc420 0.000119
+gallium_dri.so free 0x5571735fc4c0 void 0.000119
+gallium_dri.so free 0x5571735fc420 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc470 0.000117
+gallium_dri.so free 0x5571735fc540 void 0.000117
+gallium_dri.so free 0x5571735fc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc470 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000119
+gallium_dri.so free 0x5571735fc470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000118
+gallium_dri.so free 0x5571735fc680 void 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000118
+gallium_dri.so free 0x5571735fc740 void 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000118
+gallium_dri.so free 0x5571735fc800 void 0.000120
+gallium_dri.so free 0x5571735fc5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000119
+gallium_dri.so free 0x5571735fc8c0 void 0.000119
+gallium_dri.so free 0x5571735fc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc870 0.000118
+gallium_dri.so free 0x5571735fc940 void 0.000117
+gallium_dri.so free 0x5571735fc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc990 0.000126
+gallium_dri.so free 0x5571735fca00 void 0.000118
+gallium_dri.so free 0x5571735fc990 void 0.000117
+gallium_dri.so malloc 72 0x5571735fca20 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000120
+gallium_dri.so free 0x5571735fca20 void 0.000118
+gallium_dri.so malloc 72 0x5571735fca70 0.000118
+gallium_dri.so free 0x5571735fcb40 void 0.000118
+gallium_dri.so free 0x5571735fca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fca70 0.000119
+gallium_dri.so free 0x5571735fcbc0 void 0.000119
+gallium_dri.so free 0x5571735fca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000118
+gallium_dri.so free 0x5571735fcc80 void 0.000119
+gallium_dri.so free 0x5571735fcbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000118
+gallium_dri.so free 0x5571735fcd80 void 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd30 0.000118
+gallium_dri.so free 0x5571735fcdc0 void 0.000120
+gallium_dri.so free 0x5571735fcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd30 0.000117
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so free 0x5571735fcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcec0 0.000118
+gallium_dri.so free 0x5571735fcf40 void 0.000118
+gallium_dri.so free 0x5571735fcec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcf40 0.000119
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so free 0x5571735fcf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf40 0.000116
+gallium_dri.so free 0x5571735fd080 void 0.000118
+gallium_dri.so free 0x5571735fcf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000122
+gallium_dri.so free 0x5571735fd100 void 0.000118
+gallium_dri.so free 0x5571735fd0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so free 0x5571735fd0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd240 0.000117
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so free 0x5571735fd240 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000124
+gallium_dri.so free 0x5571735fd380 void 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000117
+gallium_dri.so free 0x5571735fd400 void 0.000119
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd430 0.000120
+gallium_dri.so free 0x5571735fd480 void 0.000119
+gallium_dri.so free 0x5571735fd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd430 0.000119
+gallium_dri.so free 0x5571735fd580 void 0.000119
+gallium_dri.so free 0x5571735fd430 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd530 0.000123
+gallium_dri.so free 0x5571735fd640 void 0.000117
+gallium_dri.so free 0x5571735fd530 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000117
+gallium_dri.so free 0x5571735fd6c0 void 0.000118
+gallium_dri.so free 0x5571735fd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000117
+gallium_dri.so free 0x5571735fd780 void 0.000117
+gallium_dri.so free 0x5571735fd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000118
+gallium_dri.so free 0x5571735fd840 void 0.000117
+gallium_dri.so free 0x5571735fd5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000117
+gallium_dri.so free 0x5571735fd8c0 void 0.000117
+gallium_dri.so free 0x5571735fd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd910 0.000116
+gallium_dri.so free 0x5571735fd980 void 0.000117
+gallium_dri.so free 0x5571735fd910 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000117
+gallium_dri.so free 0x5571735fda40 void 0.000116
+gallium_dri.so free 0x5571735fd9a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000117
+gallium_dri.so free 0x5571735fdac0 void 0.000116
+gallium_dri.so free 0x5571735fd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdac0 0.000116
+gallium_dri.so free 0x5571735fdb80 void 0.000123
+gallium_dri.so free 0x5571735fdac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdac0 0.000117
+gallium_dri.so free 0x5571735fdc00 void 0.000118
+gallium_dri.so free 0x5571735fdac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdc00 0.000116
+gallium_dri.so free 0x5571735fdcc0 void 0.000117
+gallium_dri.so free 0x5571735fdc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdc00 0.000118
+gallium_dri.so free 0x5571735fdd80 void 0.000117
+gallium_dri.so free 0x5571735fdc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdc00 0.000117
+gallium_dri.so free 0x5571735fde40 void 0.000117
+gallium_dri.so free 0x5571735fdc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fddf0 0.000117
+gallium_dri.so free 0x5571735fdec0 void 0.000117
+gallium_dri.so free 0x5571735fddf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdf10 0.000120
+gallium_dri.so free 0x5571735fdf80 void 0.000118
+gallium_dri.so free 0x5571735fdf10 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000118
+gallium_dri.so free 0x5571735fe040 void 0.000119
+gallium_dri.so free 0x5571735fdfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000118
+gallium_dri.so free 0x5571735fe0c0 void 0.000124
+gallium_dri.so free 0x5571735fdfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000119
+gallium_dri.so free 0x5571735fe140 void 0.000164
+gallium_dri.so free 0x5571735fe0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000119
+gallium_dri.so free 0x5571735fe240 void 0.000121
+gallium_dri.so free 0x5571735fe0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000118
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000118
+gallium_dri.so free 0x5571735fe340 void 0.000119
+gallium_dri.so free 0x5571735fe2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000119
+gallium_dri.so free 0x5571735fe400 void 0.000119
+gallium_dri.so free 0x5571735fe2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe470 0.000120
+gallium_dri.so free 0x5571735fe4c0 void 0.000119
+gallium_dri.so free 0x5571735fe470 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe470 0.000119
+gallium_dri.so free 0x5571735fe5c0 void 0.000119
+gallium_dri.so free 0x5571735fe470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe570 0.000117
+gallium_dri.so free 0x5571735fe680 void 0.000117
+gallium_dri.so free 0x5571735fe570 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe630 0.000118
+gallium_dri.so free 0x5571735fe6c0 void 0.000119
+gallium_dri.so free 0x5571735fe630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe630 0.000128
+gallium_dri.so free 0x5571735fe780 void 0.000120
+gallium_dri.so free 0x5571735fe630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735fe7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe840 0.000118
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe840 0.000118
+gallium_dri.so free 0x5571735fe9c0 void 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000120
+gallium_dri.so free 0x5571735fea80 void 0.000124
+gallium_dri.so free 0x5571735fe9e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fea30 0.000124
+gallium_dri.so free 0x5571735feb00 void 0.000125
+gallium_dri.so free 0x5571735fea30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fea30 0.000122
+gallium_dri.so free 0x5571735feb80 void 0.000119
+gallium_dri.so free 0x5571735fea30 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb80 0.000119
+gallium_dri.so free 0x5571735fec40 void 0.000118
+gallium_dri.so free 0x5571735feb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb80 0.000118
+gallium_dri.so free 0x5571735fed00 void 0.000129
+gallium_dri.so free 0x5571735feb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb80 0.000119
+gallium_dri.so free 0x5571735fedc0 void 0.000119
+gallium_dri.so free 0x5571735feb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fed70 0.000119
+gallium_dri.so free 0x5571735fee80 void 0.000120
+gallium_dri.so free 0x5571735fed70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee30 0.000119
+gallium_dri.so free 0x5571735fef00 void 0.000119
+gallium_dri.so free 0x5571735fee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef50 0.000118
+gallium_dri.so free 0x5571735fefc0 void 0.000119
+gallium_dri.so free 0x5571735fef50 void 0.000125
+gallium_dri.so malloc 72 0x5571735fefe0 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000119
+gallium_dri.so free 0x5571735fefe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff030 0.000120
+gallium_dri.so free 0x5571735ff100 void 0.000119
+gallium_dri.so free 0x5571735ff030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff030 0.000119
+gallium_dri.so free 0x5571735ff180 void 0.000118
+gallium_dri.so free 0x5571735ff030 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff180 0.000118
+gallium_dri.so free 0x5571735ff240 void 0.000119
+gallium_dri.so free 0x5571735ff180 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff180 0.000178
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000111
+gallium_dri.so free 0x5571735ff380 void 0.000111
+gallium_dri.so free 0x5571735ff2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000110
+gallium_dri.so free 0x5571735ff440 void 0.000111
+gallium_dri.so free 0x5571735ff2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff480 0.000111
+gallium_dri.so free 0x5571735ff500 void 0.000110
+gallium_dri.so free 0x5571735ff480 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff500 0.000110
+gallium_dri.so free 0x5571735ff5c0 void 0.000109
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff500 0.000109
+gallium_dri.so free 0x5571735ff640 void 0.000110
+gallium_dri.so free 0x5571735ff500 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff670 0.000111
+gallium_dri.so free 0x5571735ff6c0 void 0.000111
+gallium_dri.so free 0x5571735ff670 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff670 0.000111
+gallium_dri.so free 0x5571735ff7c0 void 0.000117
+gallium_dri.so free 0x5571735ff670 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff800 0.000111
+gallium_dri.so free 0x5571735ff880 void 0.000110
+gallium_dri.so free 0x5571735ff800 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff880 0.000109
+gallium_dri.so free 0x5571735ff940 void 0.000156
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000119
+gallium_dri.so free 0x5571735ff9c0 void 0.000124
+gallium_dri.so free 0x5571735ff880 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000123
+gallium_dri.so free 0x5571735ffa40 void 0.000119
+gallium_dri.so free 0x5571735ff9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000114
+gallium_dri.so free 0x5571735ff9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000121
+gallium_dri.so free 0x5571735ffc80 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000123
+gallium_dri.so free 0x5571735ffd40 void 0.000118
+gallium_dri.so free 0x5571735ffbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000124
+gallium_dri.so free 0x5571735ffe00 void 0.000120
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000127
+gallium_dri.so free 0x5571735ffdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffed0 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so free 0x5571735ffed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fff60 0.000115
+gallium_dri.so free 0x55717345af00 void 0.000119
+gallium_dri.so free 0x5571735fff60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff60 0.000118
+gallium_dri.so free 0x5571735e4900 void 0.000124
+gallium_dri.so free 0x5571735fff60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e48b0 0.000119
+gallium_dri.so free 0x557173459c40 void 0.000115
+gallium_dri.so free 0x5571735e48b0 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x55717345a880 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a830 0.000124
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so free 0x55717345a830 void 0.000112
+gallium_dri.so malloc 72 0x5571735e46f0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000113
+gallium_dri.so free 0x5571735e46f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4530 0.000125
+gallium_dri.so free 0x5571735f4800 void 0.000123
+gallium_dri.so free 0x5571735e4530 void 0.000172
+gallium_dri.so malloc 72 0x5571735f47b0 0.000125
+gallium_dri.so free 0x557173456680 void 0.000123
+gallium_dri.so free 0x5571735f47b0 void 0.000123
+gallium_dri.so malloc 72 0x557173456630 0.000123
+gallium_dri.so free 0x5571735b4840 void 0.000119
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571735b47f0 0.000120
+gallium_dri.so free 0x5571735b4340 void 0.000124
+gallium_dri.so free 0x5571735b47f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735b42f0 0.000118
+gallium_dri.so free 0x5571735b4940 void 0.000114
+gallium_dri.so free 0x5571735b42f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b4970 0.000118
+gallium_dri.so free 0x5571735f3880 void 0.000114
+gallium_dri.so free 0x5571735b4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3830 0.000118
+gallium_dri.so free 0x557173455700 void 0.000127
+gallium_dri.so free 0x5571735f3830 void 0.000121
+gallium_dri.so malloc 72 0x5571734556b0 0.000113
+gallium_dri.so free 0x557173457f80 void 0.000114
+gallium_dri.so free 0x5571734556b0 void 0.000118
+gallium_dri.so malloc 72 0x557173457f30 0.000124
+gallium_dri.so free 0x5571735e55c0 void 0.000127
+gallium_dri.so free 0x557173457f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5570 0.000126
+gallium_dri.so free 0x5571735b4600 void 0.000123
+gallium_dri.so free 0x5571735e5570 void 0.000124
+gallium_dri.so malloc 72 0x5571735b4670 0.000124
+gallium_dri.so free 0x5571734572c0 void 0.000124
+gallium_dri.so free 0x5571735b4670 void 0.000123
+gallium_dri.so malloc 72 0x557173457270 0.000120
+gallium_dri.so free 0x5571735b4500 void 0.000120
+gallium_dri.so free 0x557173457270 void 0.000121
+gallium_dri.so malloc 72 0x5571735b44b0 0.000120
+gallium_dri.so free 0x557173454440 void 0.000123
+gallium_dri.so free 0x5571735b44b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734543f0 0.000123
+gallium_dri.so free 0x5571735e4f80 void 0.000124
+gallium_dri.so free 0x5571734543f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734543f0 0.000131
+gallium_dri.so free 0x5571735e5e80 void 0.000130
+gallium_dri.so free 0x5571734543f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5e30 0.000124
+gallium_dri.so free 0x557173455400 void 0.000121
+gallium_dri.so free 0x5571735e5e30 void 0.000135
+gallium_dri.so malloc 72 0x557173455450 0.000120
+gallium_dri.so free 0x557173458840 void 0.000125
+gallium_dri.so free 0x557173455450 void 0.000130
+gallium_dri.so malloc 72 0x5571734587f0 0.000130
+gallium_dri.so free 0x557173457940 void 0.000125
+gallium_dri.so free 0x5571734587f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734587f0 0.000130
+gallium_dri.so free 0x5571735b4b80 void 0.000131
+gallium_dri.so free 0x5571734587f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734587f0 0.000124
+gallium_dri.so free 0x557173457040 void 0.000124
+gallium_dri.so free 0x5571734587f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734587f0 0.000131
+gallium_dri.so free 0x55717345a600 void 0.000130
+gallium_dri.so free 0x5571734587f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345a600 0.000129
+gallium_dri.so free 0x5571735b4c40 void 0.000130
+gallium_dri.so free 0x55717345a600 void 0.000130
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000125
+gallium_dri.so free 0x5571735f4540 void 0.000125
+gallium_dri.so free 0x5571735b4bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735b4bf0 0.000129
+gallium_dri.so free 0x5571735f4600 void 0.000129
+gallium_dri.so free 0x5571735b4bf0 void 0.000200
+gallium_dri.so malloc 72 0x5571735f45b0 0.000132
+gallium_dri.so free 0x5571734563c0 void 0.000130
+gallium_dri.so free 0x5571735f45b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f45b0 0.000120
+gallium_dri.so free 0x557173456440 void 0.000124
+gallium_dri.so free 0x5571735f45b0 void 0.000124
+gallium_dri.so malloc 72 0x557173456440 0.000124
+gallium_dri.so free 0x5571735e3d40 void 0.000130
+gallium_dri.so free 0x557173456440 void 0.000130
+gallium_dri.so malloc 72 0x557173456440 0.000130
+gallium_dri.so free 0x5571735e3dc0 void 0.000129
+gallium_dri.so free 0x557173456440 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3df0 0.000130
+gallium_dri.so free 0x5571735f3980 void 0.000125
+gallium_dri.so free 0x5571735e3df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f39c0 0.000128
+gallium_dri.so free 0x5571735f3a40 void 0.000129
+gallium_dri.so free 0x5571735f39c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3a40 0.000119
+gallium_dri.so free 0x5571735f3b00 void 0.000126
+gallium_dri.so free 0x5571735f3a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3a40 0.000126
+gallium_dri.so free 0x5571735e3e40 void 0.000120
+gallium_dri.so free 0x5571735f3a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3a40 0.000130
+gallium_dri.so free 0x557173455800 void 0.000129
+gallium_dri.so free 0x5571735f3a40 void 0.000130
+gallium_dri.so malloc 72 0x557173455830 0.000128
+gallium_dri.so free 0x557173455880 void 0.000130
+gallium_dri.so free 0x557173455830 void 0.000131
+gallium_dri.so malloc 72 0x557173455830 0.000130
+gallium_dri.so free 0x557173455980 void 0.000124
+gallium_dri.so free 0x557173455830 void 0.000129
+gallium_dri.so malloc 72 0x557173455930 0.000130
+gallium_dri.so free 0x5571735e56c0 void 0.000124
+gallium_dri.so free 0x557173455930 void 0.000123
+gallium_dri.so malloc 72 0x5571735e56e0 0.000123
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so free 0x5571735e56e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5730 0.000128
+gallium_dri.so free 0x5571735e5800 void 0.000119
+gallium_dri.so free 0x5571735e5730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5730 0.000113
+gallium_dri.so free 0x557173458080 void 0.000113
+gallium_dri.so free 0x5571735e5730 void 0.000113
+gallium_dri.so malloc 72 0x5571734580c0 0.000113
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so free 0x5571734580c0 void 0.000113
+gallium_dri.so malloc 72 0x557173458140 0.000117
+gallium_dri.so free 0x5571735e5900 void 0.000127
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x557173458200 void 0.000113
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000115
+gallium_dri.so free 0x5571735e58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000114
+gallium_dri.so free 0x5571735e58b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e6040 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000113
+gallium_dri.so free 0x5571734582c0 void 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x557173458270 0.000114
+gallium_dri.so free 0x5571735e5a40 void 0.000115
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5a70 0.000113
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so free 0x5571735e5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a70 0.000115
+gallium_dri.so free 0x5571735e5bc0 void 0.000114
+gallium_dri.so free 0x5571735e5a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5b70 0.000118
+gallium_dri.so free 0x5571735e5c80 void 0.000157
+gallium_dri.so free 0x5571735e5b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5c30 0.000112
+gallium_dri.so free 0x557173458400 void 0.000112
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x557173458430 0.000113
+gallium_dri.so free 0x557173458480 void 0.000113
+gallium_dri.so free 0x557173458430 void 0.000112
+gallium_dri.so malloc 72 0x557173458480 0.000114
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458480 void 0.000112
+gallium_dri.so malloc 72 0x557173458480 0.000113
+gallium_dri.so free 0x557173458640 void 0.000113
+gallium_dri.so free 0x557173458480 void 0.000113
+gallium_dri.so malloc 72 0x5571734585f0 0.000113
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so free 0x5571734585f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a280 void 0.000112
+gallium_dri.so free 0x55717345a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a340 void 0.000113
+gallium_dri.so free 0x55717345a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a380 0.000112
+gallium_dri.so free 0x55717345a400 void 0.000113
+gallium_dri.so free 0x55717345a380 void 0.000113
+gallium_dri.so malloc 72 0x55717345a400 0.000112
+gallium_dri.so free 0x5571735b3ec0 void 0.000122
+gallium_dri.so free 0x55717345a400 void 0.000120
+gallium_dri.so malloc 72 0x5571735b3e70 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000113
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3f60 0.000112
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b3f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b3fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3fb0 0.000113
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so free 0x5571735b3fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173456c30 0.000113
+gallium_dri.so free 0x557173456d40 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000113
+gallium_dri.so malloc 72 0x557173456cf0 0.000112
+gallium_dri.so free 0x557173456d80 void 0.000115
+gallium_dri.so free 0x557173456cf0 void 0.000111
+gallium_dri.so malloc 72 0x557173456cf0 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000113
+gallium_dri.so free 0x557173456cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173456cf0 0.000112
+gallium_dri.so free 0x5571735f3c40 void 0.000113
+gallium_dri.so free 0x557173456cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173456cf0 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so free 0x557173456cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000114
+gallium_dri.so free 0x5571735f3d80 void 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000112
+gallium_dri.so free 0x5571735f3e40 void 0.000114
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000112
+gallium_dri.so free 0x5571735f3f00 void 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000112
+gallium_dri.so free 0x557173455ac0 void 0.000113
+gallium_dri.so free 0x5571735f3eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173455ac0 0.000113
+gallium_dri.so free 0x557173455b80 void 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173455ac0 0.000114
+gallium_dri.so free 0x557173455c40 void 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173455c60 0.000112
+gallium_dri.so free 0x557173455d00 void 0.000113
+gallium_dri.so free 0x557173455c60 void 0.000112
+gallium_dri.so malloc 72 0x557173455cb0 0.000112
+gallium_dri.so free 0x557173455d80 void 0.000115
+gallium_dri.so free 0x557173455cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173455cb0 0.000112
+gallium_dri.so free 0x557173456780 void 0.000113
+gallium_dri.so free 0x557173455cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571734567d0 0.000163
+gallium_dri.so free 0x557173456840 void 0.000115
+gallium_dri.so free 0x5571734567d0 void 0.000115
+gallium_dri.so malloc 72 0x557173456860 0.000124
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so free 0x557173456860 void 0.000114
+gallium_dri.so malloc 72 0x5571734568b0 0.000113
+gallium_dri.so free 0x557173456980 void 0.000113
+gallium_dri.so free 0x5571734568b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456980 0.000114
+gallium_dri.so free 0x557173456a40 void 0.000113
+gallium_dri.so free 0x557173456980 void 0.000120
+gallium_dri.so malloc 72 0x557173456980 0.000122
+gallium_dri.so free 0x5571735e5100 void 0.000120
+gallium_dri.so free 0x557173456980 void 0.000116
+gallium_dri.so malloc 72 0x5571735e50b0 0.000119
+gallium_dri.so free 0x5571735e51c0 void 0.000125
+gallium_dri.so free 0x5571735e50b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5170 0.000119
+gallium_dri.so free 0x5571735e5200 void 0.000119
+gallium_dri.so free 0x5571735e5170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5170 0.000119
+gallium_dri.so free 0x5571735e52c0 void 0.000118
+gallium_dri.so free 0x5571735e5170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5300 0.000120
+gallium_dri.so free 0x5571735e5380 void 0.000117
+gallium_dri.so free 0x5571735e5300 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5380 0.000118
+gallium_dri.so free 0x557173457ac0 void 0.000116
+gallium_dri.so free 0x5571735e5380 void 0.000116
+gallium_dri.so malloc 72 0x557173457a70 0.000120
+gallium_dri.so free 0x557173457b40 void 0.000120
+gallium_dri.so free 0x557173457a70 void 0.000115
+gallium_dri.so malloc 72 0x557173457b60 0.000118
+gallium_dri.so free 0x557173457c00 void 0.000123
+gallium_dri.so free 0x557173457b60 void 0.000116
+gallium_dri.so malloc 72 0x557173457bb0 0.000114
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so free 0x557173457bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457bb0 0.000112
+gallium_dri.so free 0x557173457d00 void 0.000113
+gallium_dri.so free 0x557173457bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173457d00 0.000113
+gallium_dri.so free 0x557173459d40 void 0.000113
+gallium_dri.so free 0x557173457d00 void 0.000113
+gallium_dri.so malloc 72 0x557173459d60 0.000116
+gallium_dri.so free 0x557173459e00 void 0.000114
+gallium_dri.so free 0x557173459d60 void 0.000114
+gallium_dri.so malloc 72 0x557173459db0 0.000113
+gallium_dri.so free 0x557173459e80 void 0.000114
+gallium_dri.so free 0x557173459db0 void 0.000111
+gallium_dri.so malloc 72 0x557173459db0 0.000113
+gallium_dri.so free 0x557173459f80 void 0.000113
+gallium_dri.so free 0x557173459db0 void 0.000112
+gallium_dri.so malloc 72 0x557173459f30 0.000115
+gallium_dri.so free 0x55717345a000 void 0.000114
+gallium_dri.so free 0x557173459f30 void 0.000114
+gallium_dri.so malloc 72 0x55717345a050 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so free 0x55717345a050 void 0.000113
+gallium_dri.so malloc 72 0x557173455e70 0.000111
+gallium_dri.so free 0x557173455f00 void 0.000114
+gallium_dri.so free 0x557173455e70 void 0.000112
+gallium_dri.so malloc 72 0x557173455e70 0.000114
+gallium_dri.so free 0x557173455fc0 void 0.000112
+gallium_dri.so free 0x557173455e70 void 0.000113
+gallium_dri.so malloc 72 0x557173456000 0.000114
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so free 0x557173456000 void 0.000113
+gallium_dri.so malloc 72 0x557173456080 0.000112
+gallium_dri.so free 0x557173456140 void 0.000113
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x557173456080 0.000113
+gallium_dri.so free 0x5571735f4040 void 0.000115
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000112
+gallium_dri.so free 0x5571735f4080 void 0.000114
+gallium_dri.so free 0x5571735f3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000118
+gallium_dri.so free 0x5571735f4140 void 0.000137
+gallium_dri.so free 0x5571735f3ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f4180 0.000174
+gallium_dri.so free 0x5571735f4200 void 0.000129
+gallium_dri.so free 0x5571735f4180 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4200 0.000127
+gallium_dri.so free 0x5571735f42c0 void 0.000129
+gallium_dri.so free 0x5571735f4200 void 0.000142
+gallium_dri.so malloc 72 0x5571735f4200 0.000127
+gallium_dri.so free 0x5571735f4340 void 0.000115
+gallium_dri.so free 0x5571735f4200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4200 0.000117
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4000 0.000115
+gallium_dri.so free 0x5571735e40c0 void 0.000115
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4000 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e4200 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e42c0 void 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000114
+gallium_dri.so free 0x5571735e4380 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000129
+gallium_dri.so malloc 72 0x5571735e4330 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000115
+gallium_dri.so free 0x5571735e4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a50 0.000114
+gallium_dri.so free 0x5571735e4ac0 void 0.000113
+gallium_dri.so free 0x5571735e4a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b00 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b00 0.000114
+gallium_dri.so free 0x5571735e4c00 void 0.000115
+gallium_dri.so free 0x5571735e4b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4c30 0.000114
+gallium_dri.so free 0x5571735e4c80 void 0.000115
+gallium_dri.so free 0x5571735e4c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c30 0.000114
+gallium_dri.so free 0x5571735e4d80 void 0.000114
+gallium_dri.so free 0x5571735e4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4d30 0.000113
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so free 0x5571735e4d30 void 0.000113
+gallium_dri.so malloc 72 0x5571734573e0 0.000115
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so free 0x5571734573e0 void 0.000113
+gallium_dri.so malloc 72 0x557173457430 0.000113
+gallium_dri.so free 0x557173457500 void 0.000114
+gallium_dri.so free 0x557173457430 void 0.000123
+gallium_dri.so malloc 72 0x557173457430 0.000115
+gallium_dri.so free 0x557173457600 void 0.000114
+gallium_dri.so free 0x557173457430 void 0.000113
+gallium_dri.so malloc 72 0x5571734575b0 0.000112
+gallium_dri.so free 0x557173457680 void 0.000114
+gallium_dri.so free 0x5571734575b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734576d0 0.000119
+gallium_dri.so free 0x557173457740 void 0.000115
+gallium_dri.so free 0x5571734576d0 void 0.000122
+gallium_dri.so malloc 72 0x557173457760 0.000114
+gallium_dri.so free 0x55717345a980 void 0.000113
+gallium_dri.so free 0x557173457760 void 0.000127
+gallium_dri.so malloc 72 0x55717345a9b0 0.000120
+gallium_dri.so free 0x55717345aa00 void 0.000121
+gallium_dri.so free 0x55717345a9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a9b0 0.000120
+gallium_dri.so free 0x55717345ab00 void 0.000120
+gallium_dri.so free 0x55717345a9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717345aab0 0.000119
+gallium_dri.so free 0x55717345abc0 void 0.000120
+gallium_dri.so free 0x55717345aab0 void 0.000120
+gallium_dri.so malloc 72 0x55717345ab70 0.000119
+gallium_dri.so free 0x55717345ac40 void 0.000121
+gallium_dri.so free 0x55717345ab70 void 0.000119
+gallium_dri.so malloc 72 0x55717345ab70 0.000119
+gallium_dri.so free 0x55717345ad00 void 0.000120
+gallium_dri.so free 0x55717345ab70 void 0.000129
+gallium_dri.so malloc 72 0x55717345ab70 0.000119
+gallium_dri.so free 0x55717345e480 void 0.000121
+gallium_dri.so free 0x55717345ab70 void 0.000120
+gallium_dri.so malloc 72 0x55717345e4c0 0.000119
+gallium_dri.so free 0x55717345e540 void 0.000120
+gallium_dri.so free 0x55717345e4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e540 0.000118
+gallium_dri.so free 0x55717345e600 void 0.000119
+gallium_dri.so free 0x55717345e540 void 0.000119
+gallium_dri.so malloc 72 0x55717345e540 0.000120
+gallium_dri.so free 0x55717345e680 void 0.000120
+gallium_dri.so free 0x55717345e540 void 0.000119
+gallium_dri.so malloc 72 0x55717345e6b0 0.000119
+gallium_dri.so free 0x55717345e700 void 0.000120
+gallium_dri.so free 0x55717345e6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345e700 0.000119
+gallium_dri.so free 0x55717345e7c0 void 0.000124
+gallium_dri.so free 0x55717345e700 void 0.000119
+gallium_dri.so malloc 72 0x55717345e700 0.000118
+gallium_dri.so free 0x55717345e8c0 void 0.000119
+gallium_dri.so free 0x55717345e700 void 0.000119
+gallium_dri.so malloc 72 0x55717345e870 0.000120
+gallium_dri.so free 0x55717345e980 void 0.000119
+gallium_dri.so free 0x55717345e870 void 0.000120
+gallium_dri.so malloc 72 0x55717345e930 0.000118
+gallium_dri.so free 0x55717345e9c0 void 0.000132
+gallium_dri.so free 0x55717345e930 void 0.000121
+gallium_dri.so malloc 72 0x55717345e930 0.000119
+gallium_dri.so free 0x5571735f49c0 void 0.000120
+gallium_dri.so free 0x55717345e930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a00 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000119
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000118
+gallium_dri.so free 0x5571735f4b40 void 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000119
+gallium_dri.so free 0x5571735f4bc0 void 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a80 0.000119
+gallium_dri.so free 0x5571735f4c80 void 0.000121
+gallium_dri.so free 0x5571735f4a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a80 0.000120
+gallium_dri.so free 0x5571735f4d40 void 0.000120
+gallium_dri.so free 0x5571735f4a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000119
+gallium_dri.so free 0x5571735f4dc0 void 0.000119
+gallium_dri.so free 0x5571735f4cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4e10 0.000118
+gallium_dri.so free 0x5571735f4e80 void 0.000119
+gallium_dri.so free 0x5571735f4e10 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000115
+gallium_dri.so free 0x5571735f4f40 void 0.000116
+gallium_dri.so free 0x5571735f4ea0 void 0.000149
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000115
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so free 0x5571735f4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000115
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f4ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5070 0.000115
+gallium_dri.so free 0x5571735f5140 void 0.000115
+gallium_dri.so free 0x5571735f5070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5190 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f5190 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5220 0.000113
+gallium_dri.so free 0x5571735f52c0 void 0.000113
+gallium_dri.so free 0x5571735f5220 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5270 0.000113
+gallium_dri.so free 0x5571735f5340 void 0.000118
+gallium_dri.so free 0x5571735f5270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5270 0.000114
+gallium_dri.so free 0x557173458980 void 0.000114
+gallium_dri.so free 0x5571735f5270 void 0.000113
+gallium_dri.so malloc 72 0x557173458980 0.000113
+gallium_dri.so free 0x557173458a40 void 0.000113
+gallium_dri.so free 0x557173458980 void 0.000113
+gallium_dri.so malloc 72 0x557173458980 0.000113
+gallium_dri.so free 0x557173458b00 void 0.000126
+gallium_dri.so free 0x557173458980 void 0.000114
+gallium_dri.so malloc 72 0x557173458b20 0.000113
+gallium_dri.so free 0x557173458bc0 void 0.000114
+gallium_dri.so free 0x557173458b20 void 0.000114
+gallium_dri.so malloc 72 0x557173458b70 0.000112
+gallium_dri.so free 0x557173458c40 void 0.000113
+gallium_dri.so free 0x557173458b70 void 0.000114
+gallium_dri.so malloc 72 0x557173458b70 0.000114
+gallium_dri.so free 0x557173458cc0 void 0.000114
+gallium_dri.so free 0x557173458b70 void 0.000114
+gallium_dri.so malloc 72 0x557173458cc0 0.000113
+gallium_dri.so free 0x557173458d80 void 0.000113
+gallium_dri.so free 0x557173458cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173458cc0 0.000114
+gallium_dri.so free 0x557173458e40 void 0.000114
+gallium_dri.so free 0x557173458cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173458cc0 0.000113
+gallium_dri.so free 0x557173458f00 void 0.000113
+gallium_dri.so free 0x557173458cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173458eb0 0.000114
+gallium_dri.so free 0x557173458fc0 void 0.000113
+gallium_dri.so free 0x557173458eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173458f70 0.000112
+gallium_dri.so free 0x557173459040 void 0.000114
+gallium_dri.so free 0x557173458f70 void 0.000115
+gallium_dri.so malloc 72 0x557173459090 0.000114
+gallium_dri.so free 0x557173459100 void 0.000122
+gallium_dri.so free 0x557173459090 void 0.000115
+gallium_dri.so malloc 72 0x557173459120 0.000114
+gallium_dri.so free 0x5571734591c0 void 0.000113
+gallium_dri.so free 0x557173459120 void 0.000113
+gallium_dri.so malloc 72 0x557173459170 0.000114
+gallium_dri.so free 0x557173459240 void 0.000114
+gallium_dri.so free 0x557173459170 void 0.000114
+gallium_dri.so malloc 72 0x557173459170 0.000113
+gallium_dri.so free 0x5571734592c0 void 0.000116
+gallium_dri.so free 0x557173459170 void 0.000113
+gallium_dri.so malloc 72 0x5571734592c0 0.000112
+gallium_dri.so free 0x557173459380 void 0.000114
+gallium_dri.so free 0x5571734592c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734592c0 0.000125
+gallium_dri.so free 0x557173459480 void 0.000115
+gallium_dri.so free 0x5571734592c0 void 0.000119
+gallium_dri.so malloc 72 0x557173459430 0.000114
+gallium_dri.so free 0x5571734594c0 void 0.000115
+gallium_dri.so free 0x557173459430 void 0.000112
+gallium_dri.so malloc 72 0x557173459430 0.000113
+gallium_dri.so free 0x557173459580 void 0.000114
+gallium_dri.so free 0x557173459430 void 0.000114
+gallium_dri.so malloc 72 0x5571734595c0 0.000113
+gallium_dri.so free 0x557173459640 void 0.000114
+gallium_dri.so free 0x5571734595c0 void 0.000112
+gallium_dri.so malloc 72 0x557173459640 0.000113
+gallium_dri.so free 0x557173459700 void 0.000113
+gallium_dri.so free 0x557173459640 void 0.000127
+gallium_dri.so malloc 72 0x557173459640 0.000114
+gallium_dri.so free 0x557173459780 void 0.000115
+gallium_dri.so free 0x557173459640 void 0.000114
+gallium_dri.so malloc 72 0x5571734597b0 0.000113
+gallium_dri.so free 0x557173459800 void 0.000114
+gallium_dri.so free 0x5571734597b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734597b0 0.000114
+gallium_dri.so free 0x557173459900 void 0.000113
+gallium_dri.so free 0x5571734597b0 void 0.000113
+gallium_dri.so malloc 72 0x557173459940 0.000114
+gallium_dri.so free 0x5571734599c0 void 0.000113
+gallium_dri.so free 0x557173459940 void 0.000112
+gallium_dri.so malloc 72 0x5571734599c0 0.000113
+gallium_dri.so free 0x557173459a80 void 0.000114
+gallium_dri.so free 0x5571734599c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734599c0 0.000114
+gallium_dri.so free 0x557173459b00 void 0.000115
+gallium_dri.so free 0x5571734599c0 void 0.000112
+gallium_dri.so malloc 72 0x557173459b30 0.000113
+gallium_dri.so free 0x55717345edc0 void 0.000113
+gallium_dri.so free 0x557173459b30 void 0.000114
+gallium_dri.so malloc 72 0x557173459b30 0.000113
+gallium_dri.so free 0x55717345eec0 void 0.000114
+gallium_dri.so free 0x557173459b30 void 0.000114
+gallium_dri.so malloc 72 0x55717345ee70 0.000113
+gallium_dri.so free 0x55717345ef80 void 0.000113
+gallium_dri.so free 0x55717345ee70 void 0.000186
+gallium_dri.so malloc 72 0x55717345ef30 0.000116
+gallium_dri.so free 0x55717345f000 void 0.000113
+gallium_dri.so free 0x55717345ef30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ef30 0.000113
+gallium_dri.so free 0x55717345f0c0 void 0.000115
+gallium_dri.so free 0x55717345ef30 void 0.000112
+gallium_dri.so malloc 72 0x55717345ef30 0.000113
+gallium_dri.so free 0x55717345f180 void 0.000113
+gallium_dri.so free 0x55717345ef30 void 0.000113
+gallium_dri.so malloc 72 0x55717345f130 0.000114
+gallium_dri.so free 0x55717345f200 void 0.000114
+gallium_dri.so free 0x55717345f130 void 0.000112
+gallium_dri.so malloc 72 0x55717345f250 0.000112
+gallium_dri.so free 0x55717345f2c0 void 0.000113
+gallium_dri.so free 0x55717345f250 void 0.000113
+gallium_dri.so malloc 72 0x55717345f2e0 0.000113
+gallium_dri.so free 0x55717345f380 void 0.000114
+gallium_dri.so free 0x55717345f2e0 void 0.000112
+gallium_dri.so malloc 72 0x55717345f330 0.000112
+gallium_dri.so free 0x55717345f400 void 0.000114
+gallium_dri.so free 0x55717345f330 void 0.000114
+gallium_dri.so malloc 72 0x55717345f400 0.000113
+gallium_dri.so free 0x55717345f4c0 void 0.000114
+gallium_dri.so free 0x55717345f400 void 0.000115
+gallium_dri.so malloc 72 0x55717345f400 0.000113
+gallium_dri.so free 0x55717345f540 void 0.000115
+gallium_dri.so free 0x55717345f400 void 0.000112
+gallium_dri.so malloc 72 0x55717345f540 0.000116
+gallium_dri.so free 0x55717345f600 void 0.000114
+gallium_dri.so free 0x55717345f540 void 0.000113
+gallium_dri.so malloc 72 0x55717345f540 0.000113
+gallium_dri.so free 0x55717345f6c0 void 0.000115
+gallium_dri.so free 0x55717345f540 void 0.000118
+gallium_dri.so malloc 72 0x55717345f540 0.000114
+gallium_dri.so free 0x55717345f780 void 0.000114
+gallium_dri.so free 0x55717345f540 void 0.000113
+gallium_dri.so malloc 72 0x55717345f730 0.000113
+gallium_dri.so free 0x55717345f800 void 0.000113
+gallium_dri.so free 0x55717345f730 void 0.000113
+gallium_dri.so malloc 72 0x55717345f850 0.000115
+gallium_dri.so free 0x55717345f8c0 void 0.000114
+gallium_dri.so free 0x55717345f850 void 0.000113
+gallium_dri.so malloc 72 0x55717345f900 0.000113
+gallium_dri.so free 0x55717345f980 void 0.000114
+gallium_dri.so free 0x55717345f900 void 0.000113
+gallium_dri.so malloc 72 0x55717345f900 0.000114
+gallium_dri.so free 0x55717345fa00 void 0.000114
+gallium_dri.so free 0x55717345f900 void 0.000114
+gallium_dri.so malloc 72 0x55717345fa30 0.000113
+gallium_dri.so free 0x55717345fa80 void 0.000113
+gallium_dri.so free 0x55717345fa30 void 0.000112
+gallium_dri.so malloc 72 0x55717345fa30 0.000113
+gallium_dri.so free 0x55717345fb80 void 0.000114
+gallium_dri.so free 0x55717345fa30 void 0.000112
+gallium_dri.so malloc 72 0x55717345fb30 0.000128
+gallium_dri.so free 0x55717345fc40 void 0.000119
+gallium_dri.so free 0x55717345fb30 void 0.000113
+gallium_dri.so malloc 72 0x55717345fbf0 0.000118
+gallium_dri.so free 0x55717345fc80 void 0.000113
+gallium_dri.so free 0x55717345fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fbf0 0.000114
+gallium_dri.so free 0x55717345fd40 void 0.000113
+gallium_dri.so free 0x55717345fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fdb0 0.000113
+gallium_dri.so free 0x55717345fe00 void 0.000114
+gallium_dri.so free 0x55717345fdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fdb0 0.000113
+gallium_dri.so free 0x55717345ff00 void 0.000114
+gallium_dri.so free 0x55717345fdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345feb0 0.000114
+gallium_dri.so free 0x55717345ffc0 void 0.000114
+gallium_dri.so free 0x55717345feb0 void 0.000112
+gallium_dri.so malloc 72 0x55717345ff70 0.000113
+gallium_dri.so free 0x557173460000 void 0.000113
+gallium_dri.so free 0x55717345ff70 void 0.000112
+gallium_dri.so malloc 72 0x55717345ff70 0.000117
+gallium_dri.so free 0x5571734600c0 void 0.000115
+gallium_dri.so free 0x55717345ff70 void 0.000112
+gallium_dri.so malloc 72 0x557173460100 0.000114
+gallium_dri.so free 0x557173460180 void 0.000119
+gallium_dri.so free 0x557173460100 void 0.000113
+gallium_dri.so malloc 72 0x557173460180 0.000113
+gallium_dri.so free 0x557173460240 void 0.000117
+gallium_dri.so free 0x557173460180 void 0.000114
+gallium_dri.so malloc 72 0x557173460180 0.000113
+gallium_dri.so free 0x557173460300 void 0.000114
+gallium_dri.so free 0x557173460180 void 0.000113
+gallium_dri.so malloc 72 0x557173460320 0.000113
+gallium_dri.so free 0x5571734603c0 void 0.000114
+gallium_dri.so free 0x557173460320 void 0.000113
+gallium_dri.so malloc 72 0x557173460370 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x557173460370 void 0.000112
+gallium_dri.so malloc 72 0x557173460370 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so free 0x557173460370 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735da940 void 0.000142
+gallium_dri.so malloc 72 0x5571735dab30 0.000140
+gallium_dri.so free 0x5571735dac40 void 0.000128
+gallium_dri.so free 0x5571735dab30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dabf0 0.000145
+gallium_dri.so free 0x5571735dacc0 void 0.000225
+gallium_dri.so free 0x5571735dabf0 void 0.000321
+gallium_dri.so malloc 72 0x5571735dad10 0.000130
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dad10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dada0 0.000116
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dada0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000111
+gallium_dri.so free 0x5571735daf40 void 0.000111
+gallium_dri.so free 0x5571735dadf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735daf40 0.000111
+gallium_dri.so free 0x5571735db000 void 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735daf40 0.000126
+gallium_dri.so free 0x5571735db100 void 0.000112
+gallium_dri.so free 0x5571735daf40 void 0.000111
+gallium_dri.so malloc 72 0x5571735db0b0 0.000110
+gallium_dri.so free 0x5571735db140 void 0.000110
+gallium_dri.so free 0x5571735db0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db0b0 0.000146
+gallium_dri.so free 0x5571735db200 void 0.000151
+gallium_dri.so free 0x5571735db0b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735db240 0.000159
+gallium_dri.so free 0x5571735db2c0 void 0.000155
+gallium_dri.so free 0x5571735db240 void 0.000153
+gallium_dri.so malloc 72 0x5571735db2c0 0.000152
+gallium_dri.so free 0x5571735db380 void 0.000152
+gallium_dri.so free 0x5571735db2c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735db2c0 0.000152
+gallium_dri.so free 0x5571735db400 void 0.000152
+gallium_dri.so free 0x5571735db2c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735db430 0.000152
+gallium_dri.so free 0x5571735db480 void 0.000154
+gallium_dri.so free 0x5571735db430 void 0.000152
+gallium_dri.so malloc 72 0x5571735db430 0.000153
+gallium_dri.so free 0x5571735db580 void 0.000153
+gallium_dri.so free 0x5571735db430 void 0.000152
+gallium_dri.so malloc 72 0x5571735db5c0 0.000152
+gallium_dri.so free 0x5571735db640 void 0.000154
+gallium_dri.so free 0x5571735db5c0 void 0.000152
+gallium_dri.so malloc 72 0x5571735db640 0.000172
+gallium_dri.so free 0x5571735db700 void 0.000172
+gallium_dri.so free 0x5571735db640 void 0.000171
+gallium_dri.so malloc 72 0x5571735db640 0.000164
+gallium_dri.so free 0x5571735db780 void 0.000158
+gallium_dri.so free 0x5571735db640 void 0.000152
+gallium_dri.so malloc 72 0x5571735db7b0 0.000152
+gallium_dri.so free 0x5571735db800 void 0.000162
+gallium_dri.so free 0x5571735db7b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735db7b0 0.000164
+gallium_dri.so free 0x5571735db900 void 0.000156
+gallium_dri.so free 0x5571735db7b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735db8b0 0.000152
+gallium_dri.so free 0x5571735db9c0 void 0.000153
+gallium_dri.so free 0x5571735db8b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735db970 0.000151
+gallium_dri.so free 0x5571735dba40 void 0.000151
+gallium_dri.so free 0x5571735db970 void 0.000160
+gallium_dri.so malloc 72 0x5571735db970 0.000128
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db970 void 0.000112
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735db970 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc90 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd20 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000115
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe40 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbf80 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbf80 0.000133
+gallium_dri.so free 0x5571735dc100 void 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000110
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc170 0.000111
+gallium_dri.so free 0x5571735dc240 void 0.000110
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc290 0.000118
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so free 0x5571735dc290 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc340 0.000112
+gallium_dri.so free 0x5571735dc3c0 void 0.000112
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc340 0.000122
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so free 0x5571735dc340 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc570 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000125
+gallium_dri.so free 0x5571735dc570 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc630 0.000121
+gallium_dri.so free 0x5571735dc6c0 void 0.000115
+gallium_dri.so free 0x5571735dc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc630 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000113
+gallium_dri.so free 0x5571735dc630 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000116
+gallium_dri.so free 0x5571735dc840 void 0.000113
+gallium_dri.so free 0x5571735dc7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000122
+gallium_dri.so free 0x5571735dca40 void 0.000116
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000112
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb40 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000112
+gallium_dri.so free 0x5571735dcc80 void 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000158
+gallium_dri.so free 0x5571735dcd40 void 0.000116
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd60 0.000113
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so free 0x5571735dcd60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so free 0x5571735dcdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000182
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000112
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000125
+gallium_dri.so free 0x5571735c5300 void 0.000124
+gallium_dri.so free 0x5571735dd2d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c5320 0.000119
+gallium_dri.so free 0x5571735c53c0 void 0.000115
+gallium_dri.so free 0x5571735c5320 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5370 0.000114
+gallium_dri.so free 0x5571735c5440 void 0.000114
+gallium_dri.so free 0x5571735c5370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5370 0.000114
+gallium_dri.so free 0x5571735c54c0 void 0.000114
+gallium_dri.so free 0x5571735c5370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54c0 0.000113
+gallium_dri.so free 0x5571735c5580 void 0.000114
+gallium_dri.so free 0x5571735c54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c54c0 0.000113
+gallium_dri.so free 0x5571735c5680 void 0.000116
+gallium_dri.so free 0x5571735c54c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5630 0.000114
+gallium_dri.so free 0x5571735c56c0 void 0.000113
+gallium_dri.so free 0x5571735c5630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5630 0.000114
+gallium_dri.so free 0x5571735c5780 void 0.000115
+gallium_dri.so free 0x5571735c5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c57c0 0.000113
+gallium_dri.so free 0x5571735c5840 void 0.000134
+gallium_dri.so free 0x5571735c57c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5840 0.000113
+gallium_dri.so free 0x5571735c5900 void 0.000113
+gallium_dri.so free 0x5571735c5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5840 0.000113
+gallium_dri.so free 0x5571735c5980 void 0.000115
+gallium_dri.so free 0x5571735c5840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c59b0 0.000113
+gallium_dri.so free 0x5571735c5a00 void 0.000114
+gallium_dri.so free 0x5571735c59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c59b0 0.000114
+gallium_dri.so free 0x5571735c5b00 void 0.000114
+gallium_dri.so free 0x5571735c59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b40 0.000113
+gallium_dri.so free 0x5571735c5bc0 void 0.000113
+gallium_dri.so free 0x5571735c5b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000114
+gallium_dri.so free 0x5571735c5d00 void 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5d30 0.000112
+gallium_dri.so free 0x5571735c5d80 void 0.000113
+gallium_dri.so free 0x5571735c5d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5d30 0.000114
+gallium_dri.so free 0x5571735c5e80 void 0.000137
+gallium_dri.so free 0x5571735c5d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5e30 0.000114
+gallium_dri.so free 0x5571735c5f40 void 0.000140
+gallium_dri.so free 0x5571735c5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000113
+gallium_dri.so free 0x5571735c5fc0 void 0.000117
+gallium_dri.so free 0x5571735c5ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000122
+gallium_dri.so free 0x5571735c6080 void 0.000117
+gallium_dri.so free 0x5571735c5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000114
+gallium_dri.so free 0x5571735c6140 void 0.000118
+gallium_dri.so free 0x5571735c5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c60f0 0.000114
+gallium_dri.so free 0x5571735c61c0 void 0.000114
+gallium_dri.so free 0x5571735c60f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6210 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000113
+gallium_dri.so free 0x5571735c6210 void 0.000113
+gallium_dri.so malloc 72 0x5571735c62a0 0.000112
+gallium_dri.so free 0x5571735c6340 void 0.000114
+gallium_dri.so free 0x5571735c62a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c62f0 0.000112
+gallium_dri.so free 0x5571735c63c0 void 0.000113
+gallium_dri.so free 0x5571735c62f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c63c0 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000133
+gallium_dri.so free 0x5571735c63c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c63c0 0.000115
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6500 0.000113
+gallium_dri.so free 0x5571735c65c0 void 0.000115
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6500 0.000116
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6500 0.000114
+gallium_dri.so free 0x5571735c6740 void 0.000114
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c66f0 0.000113
+gallium_dri.so free 0x5571735c67c0 void 0.000114
+gallium_dri.so free 0x5571735c66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6810 0.000112
+gallium_dri.so free 0x5571735c6880 void 0.000114
+gallium_dri.so free 0x5571735c6810 void 0.000112
+gallium_dri.so malloc 72 0x5571735c68c0 0.000114
+gallium_dri.so free 0x5571735c6940 void 0.000113
+gallium_dri.so free 0x5571735c68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c68c0 0.000114
+gallium_dri.so free 0x5571735c69c0 void 0.000115
+gallium_dri.so free 0x5571735c68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c69f0 0.000117
+gallium_dri.so free 0x5571735c6a40 void 0.000147
+gallium_dri.so free 0x5571735c69f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c69f0 0.000144
+gallium_dri.so free 0x5571735c6b40 void 0.000143
+gallium_dri.so free 0x5571735c69f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c6af0 0.000142
+gallium_dri.so free 0x5571735c6c00 void 0.000142
+gallium_dri.so free 0x5571735c6af0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000143
+gallium_dri.so free 0x5571735c6c40 void 0.000142
+gallium_dri.so free 0x5571735c6bb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000149
+gallium_dri.so free 0x5571735c6d00 void 0.000155
+gallium_dri.so free 0x5571735c6bb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c6d70 0.000125
+gallium_dri.so free 0x5571735c6dc0 void 0.000119
+gallium_dri.so free 0x5571735c6d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6d70 0.000114
+gallium_dri.so free 0x5571735c6ec0 void 0.000114
+gallium_dri.so free 0x5571735c6d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6e70 0.000114
+gallium_dri.so free 0x5571735c6f80 void 0.000115
+gallium_dri.so free 0x5571735c6e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f30 0.000133
+gallium_dri.so free 0x5571735c6fc0 void 0.000116
+gallium_dri.so free 0x5571735c6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6f30 0.000112
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so free 0x5571735c6f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c70c0 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000113
+gallium_dri.so free 0x5571735c70c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7140 0.000113
+gallium_dri.so free 0x5571735c7200 void 0.000113
+gallium_dri.so free 0x5571735c7140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7140 0.000113
+gallium_dri.so free 0x5571735c72c0 void 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c72e0 0.000113
+gallium_dri.so free 0x5571735c7380 void 0.000114
+gallium_dri.so free 0x5571735c72e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7330 0.000114
+gallium_dri.so free 0x5571735c7400 void 0.000115
+gallium_dri.so free 0x5571735c7330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7330 0.000115
+gallium_dri.so free 0x5571735c7480 void 0.000114
+gallium_dri.so free 0x5571735c7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7480 0.000113
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so free 0x5571735c7480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7480 0.000113
+gallium_dri.so free 0x5571735c7600 void 0.000117
+gallium_dri.so free 0x5571735c7480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7480 0.000114
+gallium_dri.so free 0x5571735c76c0 void 0.000114
+gallium_dri.so free 0x5571735c7480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7670 0.000113
+gallium_dri.so free 0x5571735c7780 void 0.000113
+gallium_dri.so free 0x5571735c7670 void 0.000140
+gallium_dri.so malloc 72 0x5571735c7730 0.000113
+gallium_dri.so free 0x5571735c7800 void 0.000113
+gallium_dri.so free 0x5571735c7730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7850 0.000112
+gallium_dri.so free 0x5571735c78c0 void 0.000113
+gallium_dri.so free 0x5571735c7850 void 0.000113
+gallium_dri.so malloc 72 0x5571735c78e0 0.000112
+gallium_dri.so free 0x5571735c7980 void 0.000112
+gallium_dri.so free 0x5571735c78e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7930 0.000113
+gallium_dri.so free 0x5571735c7a00 void 0.000112
+gallium_dri.so free 0x5571735c7930 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7930 0.000112
+gallium_dri.so free 0x5571735c7a80 void 0.000117
+gallium_dri.so free 0x5571735c7930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7a80 0.000112
+gallium_dri.so free 0x5571735c7b40 void 0.000113
+gallium_dri.so free 0x5571735c7a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7a80 0.000111
+gallium_dri.so free 0x5571735c7c40 void 0.000184
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000114
+gallium_dri.so free 0x5571735c7c80 void 0.000114
+gallium_dri.so free 0x5571735c7bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000112
+gallium_dri.so free 0x5571735c7d40 void 0.000118
+gallium_dri.so free 0x5571735c7bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7d80 0.000113
+gallium_dri.so free 0x5571735c7e00 void 0.000113
+gallium_dri.so free 0x5571735c7d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7e00 0.000113
+gallium_dri.so free 0x5571735c7ec0 void 0.000113
+gallium_dri.so free 0x5571735c7e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7e00 0.000118
+gallium_dri.so free 0x5571735c7f40 void 0.000124
+gallium_dri.so free 0x5571735c7e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7f70 0.000124
+gallium_dri.so free 0x5571735c7fc0 void 0.000119
+gallium_dri.so free 0x5571735c7f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7f70 0.000118
+gallium_dri.so free 0x5571735c80c0 void 0.000115
+gallium_dri.so free 0x5571735c7f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8100 0.000114
+gallium_dri.so free 0x5571735c8180 void 0.000114
+gallium_dri.so free 0x5571735c8100 void 0.000126
+gallium_dri.so malloc 72 0x5571735c8180 0.000115
+gallium_dri.so free 0x5571735c8240 void 0.000114
+gallium_dri.so free 0x5571735c8180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8180 0.000113
+gallium_dri.so free 0x5571735c82c0 void 0.000113
+gallium_dri.so free 0x5571735c8180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c82f0 0.000113
+gallium_dri.so free 0x5571735c8340 void 0.000115
+gallium_dri.so free 0x5571735c82f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c82f0 0.000113
+gallium_dri.so free 0x5571735c8440 void 0.000115
+gallium_dri.so free 0x5571735c82f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c83f0 0.000113
+gallium_dri.so free 0x5571735c8500 void 0.000114
+gallium_dri.so free 0x5571735c83f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c84b0 0.000113
+gallium_dri.so free 0x5571735c8580 void 0.000114
+gallium_dri.so free 0x5571735c84b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c84b0 0.000113
+gallium_dri.so free 0x5571735c8640 void 0.000114
+gallium_dri.so free 0x5571735c84b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c84b0 0.000115
+gallium_dri.so free 0x5571735c8700 void 0.000114
+gallium_dri.so free 0x5571735c84b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c86b0 0.000113
+gallium_dri.so free 0x5571735c8780 void 0.000115
+gallium_dri.so free 0x5571735c86b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c87d0 0.000132
+gallium_dri.so free 0x5571735c8840 void 0.000117
+gallium_dri.so free 0x5571735c87d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8860 0.000113
+gallium_dri.so free 0x5571735c8900 void 0.000117
+gallium_dri.so free 0x5571735c8860 void 0.000114
+gallium_dri.so malloc 72 0x5571735c88b0 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000114
+gallium_dri.so free 0x5571735c88b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8980 0.000113
+gallium_dri.so free 0x5571735c8a40 void 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8980 0.000113
+gallium_dri.so free 0x5571735c8ac0 void 0.000114
+gallium_dri.so free 0x5571735c8980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000113
+gallium_dri.so free 0x5571735c8b80 void 0.000114
+gallium_dri.so free 0x5571735c8ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000113
+gallium_dri.so free 0x5571735c8c40 void 0.000114
+gallium_dri.so free 0x5571735c8ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000114
+gallium_dri.so free 0x5571735c8d00 void 0.000124
+gallium_dri.so free 0x5571735c8ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8cb0 0.000114
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so free 0x5571735c8cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8dd0 0.000127
+gallium_dri.so free 0x5571735c8e40 void 0.000121
+gallium_dri.so free 0x5571735c8dd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8e80 0.000115
+gallium_dri.so free 0x5571735c8f00 void 0.000114
+gallium_dri.so free 0x5571735c8e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8e80 0.000113
+gallium_dri.so free 0x5571735c8f80 void 0.000113
+gallium_dri.so free 0x5571735c8e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000112
+gallium_dri.so free 0x5571735c9000 void 0.000116
+gallium_dri.so free 0x5571735c8fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000115
+gallium_dri.so free 0x5571735c9100 void 0.000115
+gallium_dri.so free 0x5571735c8fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c90b0 0.000113
+gallium_dri.so free 0x5571735c91c0 void 0.000114
+gallium_dri.so free 0x5571735c90b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9170 0.000116
+gallium_dri.so free 0x5571735c9200 void 0.000114
+gallium_dri.so free 0x5571735c9170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9170 0.000113
+gallium_dri.so free 0x5571735c92c0 void 0.000114
+gallium_dri.so free 0x5571735c9170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9330 0.000114
+gallium_dri.so free 0x5571735c9380 void 0.000114
+gallium_dri.so free 0x5571735c9330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c9330 0.000128
+gallium_dri.so free 0x5571735c9480 void 0.000115
+gallium_dri.so free 0x5571735c9330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9430 0.000113
+gallium_dri.so free 0x557173462440 void 0.000115
+gallium_dri.so free 0x5571735c9430 void 0.000114
+gallium_dri.so malloc 72 0x557173462460 0.000112
+gallium_dri.so free 0x557173462500 void 0.000115
+gallium_dri.so free 0x557173462460 void 0.000112
+gallium_dri.so malloc 72 0x5571734624b0 0.000113
+gallium_dri.so free 0x557173462580 void 0.000114
+gallium_dri.so free 0x5571734624b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734624b0 0.000114
+gallium_dri.so free 0x557173462600 void 0.000114
+gallium_dri.so free 0x5571734624b0 void 0.000113
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x5571734626c0 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000114
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x5571734627c0 void 0.000115
+gallium_dri.so free 0x557173462600 void 0.000112
+gallium_dri.so malloc 72 0x557173462600 0.000114
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000113
+gallium_dri.so malloc 72 0x557173462870 0.000112
+gallium_dri.so free 0x5571734628c0 void 0.000115
+gallium_dri.so free 0x557173462870 void 0.000113
+gallium_dri.so malloc 72 0x557173462870 0.000114
+gallium_dri.so free 0x5571734629c0 void 0.000120
+gallium_dri.so free 0x557173462870 void 0.000114
+gallium_dri.so malloc 72 0x557173462970 0.000113
+gallium_dri.so free 0x557173462a80 void 0.000113
+gallium_dri.so free 0x557173462970 void 0.000113
+gallium_dri.so malloc 72 0x557173462a30 0.000113
+gallium_dri.so free 0x557173462ac0 void 0.000113
+gallium_dri.so free 0x557173462a30 void 0.000117
+gallium_dri.so malloc 72 0x557173462a30 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so free 0x557173462a30 void 0.000114
+gallium_dri.so malloc 72 0x557173462bd0 0.000114
+gallium_dri.so free 0x557173462c40 void 0.000118
+gallium_dri.so free 0x557173462bd0 void 0.000115
+gallium_dri.so malloc 72 0x557173462c80 0.000113
+gallium_dri.so free 0x557173462d00 void 0.000115
+gallium_dri.so free 0x557173462c80 void 0.000114
+gallium_dri.so malloc 72 0x557173462d00 0.000113
+gallium_dri.so free 0x557173462dc0 void 0.000115
+gallium_dri.so free 0x557173462d00 void 0.000114
+gallium_dri.so malloc 72 0x557173462d00 0.000113
+gallium_dri.so free 0x557173462e40 void 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000112
+gallium_dri.so malloc 72 0x557173462e70 0.000114
+gallium_dri.so free 0x557173462ec0 void 0.000113
+gallium_dri.so free 0x557173462e70 void 0.000113
+gallium_dri.so malloc 72 0x557173462e70 0.000112
+gallium_dri.so free 0x557173462fc0 void 0.000124
+gallium_dri.so free 0x557173462e70 void 0.000114
+gallium_dri.so malloc 72 0x557173462f70 0.000113
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f70 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000112
+gallium_dri.so free 0x557173463100 void 0.000113
+gallium_dri.so free 0x557173463030 void 0.000114
+gallium_dri.so malloc 72 0x557173463120 0.000113
+gallium_dri.so free 0x5571734631c0 void 0.000115
+gallium_dri.so free 0x557173463120 void 0.000113
+gallium_dri.so malloc 72 0x557173463170 0.000113
+gallium_dri.so free 0x557173463240 void 0.000113
+gallium_dri.so free 0x557173463170 void 0.000113
+gallium_dri.so malloc 72 0x557173463170 0.000113
+gallium_dri.so free 0x5571734632c0 void 0.000113
+gallium_dri.so free 0x557173463170 void 0.000114
+gallium_dri.so malloc 72 0x5571734632c0 0.000113
+gallium_dri.so free 0x557173463380 void 0.000113
+gallium_dri.so free 0x5571734632c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734632c0 0.000113
+gallium_dri.so free 0x557173463440 void 0.000115
+gallium_dri.so free 0x5571734632c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734632c0 0.000114
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so free 0x5571734632c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634b0 0.000114
+gallium_dri.so free 0x557173463500 void 0.000130
+gallium_dri.so free 0x5571734634b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634b0 0.000116
+gallium_dri.so free 0x557173463600 void 0.000115
+gallium_dri.so free 0x5571734634b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734635b0 0.000113
+gallium_dri.so free 0x5571734636c0 void 0.000114
+gallium_dri.so free 0x5571734635b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463670 0.000114
+gallium_dri.so free 0x557173463700 void 0.000115
+gallium_dri.so free 0x557173463670 void 0.000114
+gallium_dri.so malloc 72 0x557173463670 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463670 void 0.000113
+gallium_dri.so malloc 72 0x557173463800 0.000114
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so free 0x557173463800 void 0.000115
+gallium_dri.so malloc 72 0x557173463880 0.000141
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so free 0x557173463880 void 0.000113
+gallium_dri.so malloc 72 0x557173463880 0.000113
+gallium_dri.so free 0x557173463a00 void 0.000114
+gallium_dri.so free 0x557173463880 void 0.000113
+gallium_dri.so malloc 72 0x557173463a20 0.000115
+gallium_dri.so free 0x557173463ac0 void 0.000114
+gallium_dri.so free 0x557173463a20 void 0.000115
+gallium_dri.so malloc 72 0x557173463a70 0.000113
+gallium_dri.so free 0x557173463b40 void 0.000115
+gallium_dri.so free 0x557173463a70 void 0.000118
+gallium_dri.so malloc 72 0x557173463a70 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000119
+gallium_dri.so free 0x557173463a70 void 0.000114
+gallium_dri.so malloc 72 0x557173463bc0 0.000112
+gallium_dri.so free 0x557173463c80 void 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173463bc0 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173463db0 0.000113
+gallium_dri.so free 0x557173463ec0 void 0.000116
+gallium_dri.so free 0x557173463db0 void 0.000113
+gallium_dri.so malloc 72 0x557173463e70 0.000114
+gallium_dri.so free 0x557173463f40 void 0.000114
+gallium_dri.so free 0x557173463e70 void 0.000112
+gallium_dri.so malloc 72 0x557173463f90 0.000114
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463f90 void 0.000114
+gallium_dri.so malloc 72 0x557173464020 0.000112
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so free 0x557173464020 void 0.000115
+gallium_dri.so malloc 72 0x557173464070 0.000114
+gallium_dri.so free 0x557173464140 void 0.000114
+gallium_dri.so free 0x557173464070 void 0.000126
+gallium_dri.so malloc 72 0x557173464070 0.000115
+gallium_dri.so free 0x5571734641c0 void 0.000113
+gallium_dri.so free 0x557173464070 void 0.000114
+gallium_dri.so malloc 72 0x5571734641c0 0.000114
+gallium_dri.so free 0x557173464280 void 0.000116
+gallium_dri.so free 0x5571734641c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734641c0 0.000114
+gallium_dri.so free 0x557173464380 void 0.000113
+gallium_dri.so free 0x5571734641c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464330 0.000118
+gallium_dri.so free 0x5571734643c0 void 0.000114
+gallium_dri.so free 0x557173464330 void 0.000119
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x557173464480 void 0.000114
+gallium_dri.so free 0x557173464330 void 0.000112
+gallium_dri.so malloc 72 0x5571734644c0 0.000113
+gallium_dri.so free 0x557173464540 void 0.000113
+gallium_dri.so free 0x5571734644c0 void 0.000113
+gallium_dri.so malloc 72 0x557173464540 0.000112
+gallium_dri.so free 0x557173464600 void 0.000114
+gallium_dri.so free 0x557173464540 void 0.000112
+gallium_dri.so malloc 72 0x557173464540 0.000113
+gallium_dri.so free 0x557173464680 void 0.000115
+gallium_dri.so free 0x557173464540 void 0.000112
+gallium_dri.so malloc 72 0x5571734646b0 0.000115
+gallium_dri.so free 0x557173464700 void 0.000113
+gallium_dri.so free 0x5571734646b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734646b0 0.000114
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so free 0x5571734646b0 void 0.000114
+gallium_dri.so malloc 72 0x557173464840 0.000116
+gallium_dri.so free 0x5571734648c0 void 0.000115
+gallium_dri.so free 0x557173464840 void 0.000113
+gallium_dri.so malloc 72 0x5571734648c0 0.000114
+gallium_dri.so free 0x557173464980 void 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648c0 0.000113
+gallium_dri.so free 0x557173464a00 void 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000114
+gallium_dri.so malloc 72 0x557173464a30 0.000114
+gallium_dri.so free 0x557173464a80 void 0.000113
+gallium_dri.so free 0x557173464a30 void 0.000112
+gallium_dri.so malloc 72 0x557173464a30 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000113
+gallium_dri.so free 0x557173464a30 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x557173464c40 void 0.000113
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x557173464cc0 void 0.000115
+gallium_dri.so free 0x557173464bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x557173464d80 void 0.000113
+gallium_dri.so free 0x557173464bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173464bf0 0.000112
+gallium_dri.so free 0x557173464e40 void 0.000113
+gallium_dri.so free 0x557173464bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464df0 0.000112
+gallium_dri.so free 0x557173464ec0 void 0.000112
+gallium_dri.so free 0x557173464df0 void 0.000112
+gallium_dri.so malloc 72 0x557173464f10 0.000111
+gallium_dri.so free 0x557173464f80 void 0.000112
+gallium_dri.so free 0x557173464f10 void 0.000111
+gallium_dri.so malloc 72 0x557173464fa0 0.000112
+gallium_dri.so free 0x557173465040 void 0.000112
+gallium_dri.so free 0x557173464fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ff0 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so free 0x557173464ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734650c0 0.000112
+gallium_dri.so free 0x557173465180 void 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650c0 0.000113
+gallium_dri.so free 0x557173465200 void 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so malloc 72 0x557173465200 0.000103
+gallium_dri.so free 0x5571734652c0 void 0.000112
+gallium_dri.so free 0x557173465200 void 0.000134
+gallium_dri.so malloc 72 0x557173465200 0.000164
+gallium_dri.so free 0x557173465380 void 0.000159
+gallium_dri.so free 0x557173465200 void 0.000126
+gallium_dri.so malloc 72 0x557173465200 0.000123
+gallium_dri.so free 0x557173465440 void 0.000123
+gallium_dri.so free 0x557173465200 void 0.000125
+gallium_dri.so malloc 72 0x5571734653f0 0.000119
+gallium_dri.so free 0x5571734654c0 void 0.000114
+gallium_dri.so free 0x5571734653f0 void 0.000115
+gallium_dri.so malloc 72 0x557173465510 0.000113
+gallium_dri.so free 0x557173465580 void 0.000113
+gallium_dri.so free 0x557173465510 void 0.000113
+gallium_dri.so malloc 72 0x5571734655c0 0.000113
+gallium_dri.so free 0x557173465640 void 0.000113
+gallium_dri.so free 0x5571734655c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734655c0 0.000113
+gallium_dri.so free 0x5571734656c0 void 0.000115
+gallium_dri.so free 0x5571734655c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656f0 0.000114
+gallium_dri.so free 0x557173465740 void 0.000115
+gallium_dri.so free 0x5571734656f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734656f0 0.000113
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so free 0x5571734656f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734657f0 0.000114
+gallium_dri.so free 0x557173465900 void 0.000113
+gallium_dri.so free 0x5571734657f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734658b0 0.000114
+gallium_dri.so free 0x557173465940 void 0.000121
+gallium_dri.so free 0x5571734658b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734658b0 0.000113
+gallium_dri.so free 0x557173465a00 void 0.000112
+gallium_dri.so free 0x5571734658b0 void 0.000120
+gallium_dri.so malloc 72 0x557173465a70 0.000124
+gallium_dri.so free 0x557173465ac0 void 0.000123
+gallium_dri.so free 0x557173465a70 void 0.000119
+gallium_dri.so malloc 72 0x557173465a70 0.000120
+gallium_dri.so free 0x557173465bc0 void 0.000120
+gallium_dri.so free 0x557173465a70 void 0.000114
+gallium_dri.so malloc 72 0x557173465b70 0.000113
+gallium_dri.so free 0x557173465c80 void 0.000115
+gallium_dri.so free 0x557173465b70 void 0.000163
+gallium_dri.so malloc 72 0x557173465c30 0.000119
+gallium_dri.so free 0x557173465cc0 void 0.000115
+gallium_dri.so free 0x557173465c30 void 0.000114
+gallium_dri.so malloc 72 0x557173465c30 0.000114
+gallium_dri.so free 0x557173465d80 void 0.000114
+gallium_dri.so free 0x557173465c30 void 0.000114
+gallium_dri.so malloc 72 0x557173465dc0 0.000112
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so free 0x557173465dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465e40 0.000113
+gallium_dri.so free 0x557173465f00 void 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000113
+gallium_dri.so malloc 72 0x557173465e40 0.000127
+gallium_dri.so free 0x557173465fc0 void 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so malloc 72 0x557173465fe0 0.000113
+gallium_dri.so free 0x557173466080 void 0.000115
+gallium_dri.so free 0x557173465fe0 void 0.000112
+gallium_dri.so malloc 72 0x557173466030 0.000112
+gallium_dri.so free 0x557173466100 void 0.000121
+gallium_dri.so free 0x557173466030 void 0.000118
+gallium_dri.so malloc 72 0x557173466030 0.000118
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so free 0x557173466030 void 0.000118
+gallium_dri.so malloc 72 0x557173466180 0.000118
+gallium_dri.so free 0x557173466240 void 0.000120
+gallium_dri.so free 0x557173466180 void 0.000118
+gallium_dri.so malloc 72 0x557173466180 0.000118
+gallium_dri.so free 0x557173466300 void 0.000120
+gallium_dri.so free 0x557173466180 void 0.000118
+gallium_dri.so malloc 72 0x557173466180 0.000188
+gallium_dri.so free 0x5571734663c0 void 0.000137
+gallium_dri.so free 0x557173466180 void 0.000138
+gallium_dri.so malloc 72 0x557173466370 0.000130
+gallium_dri.so free 0x557173466480 void 0.000129
+gallium_dri.so free 0x557173466370 void 0.000132
+gallium_dri.so malloc 72 0x557173466430 0.000130
+gallium_dri.so free 0x557173466500 void 0.000178
+gallium_dri.so free 0x557173466430 void 0.000130
+gallium_dri.so malloc 72 0x557173466550 0.000115
+gallium_dri.so free 0x5571734665c0 void 0.000115
+gallium_dri.so free 0x557173466550 void 0.000114
+gallium_dri.so malloc 72 0x5571734665e0 0.000114
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x5571734665e0 void 0.000115
+gallium_dri.so malloc 72 0x557173466630 0.000114
+gallium_dri.so free 0x557173466700 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000132
+gallium_dri.so malloc 72 0x557173466630 0.000157
+gallium_dri.so free 0x557173466780 void 0.000157
+gallium_dri.so free 0x557173466630 void 0.000130
+gallium_dri.so malloc 72 0x557173466780 0.000136
+gallium_dri.so free 0x557173466840 void 0.000113
+gallium_dri.so free 0x557173466780 void 0.000110
+gallium_dri.so malloc 72 0x557173466780 0.000119
+gallium_dri.so free 0x557173466940 void 0.000126
+gallium_dri.so free 0x557173466780 void 0.000125
+gallium_dri.so malloc 72 0x5571734668f0 0.000125
+gallium_dri.so free 0x557173466980 void 0.000126
+gallium_dri.so free 0x5571734668f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734668f0 0.000117
+gallium_dri.so free 0x557173466a40 void 0.000119
+gallium_dri.so free 0x5571734668f0 void 0.000138
+gallium_dri.so malloc 72 0x557173466a80 0.000121
+gallium_dri.so free 0x557173466b00 void 0.000114
+gallium_dri.so free 0x557173466a80 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000114
+gallium_dri.so free 0x557173466bc0 void 0.000120
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000113
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466c70 0.000112
+gallium_dri.so free 0x557173466cc0 void 0.000114
+gallium_dri.so free 0x557173466c70 void 0.000112
+gallium_dri.so malloc 72 0x557173466c70 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so free 0x557173466c70 void 0.000113
+gallium_dri.so malloc 72 0x557173466e00 0.000112
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so free 0x557173466e00 void 0.000113
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466f40 void 0.000114
+gallium_dri.so free 0x557173466e80 void 0.000114
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000112
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so malloc 72 0x557173466ff0 0.000116
+gallium_dri.so free 0x557173467040 void 0.000113
+gallium_dri.so free 0x557173466ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173466ff0 0.000114
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x557173467200 void 0.000114
+gallium_dri.so free 0x5571734670f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671b0 0.000114
+gallium_dri.so free 0x557173467280 void 0.000113
+gallium_dri.so free 0x5571734671b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734671b0 0.000112
+gallium_dri.so free 0x557173467340 void 0.000114
+gallium_dri.so free 0x5571734671b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734671b0 0.000113
+gallium_dri.so free 0x557173467400 void 0.000113
+gallium_dri.so free 0x5571734671b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734673b0 0.000112
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571734673b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734674d0 0.000112
+gallium_dri.so free 0x557173467540 void 0.000114
+gallium_dri.so free 0x5571734674d0 void 0.000113
+gallium_dri.so malloc 72 0x557173467560 0.000113
+gallium_dri.so free 0x557173467600 void 0.000114
+gallium_dri.so free 0x557173467560 void 0.000113
+gallium_dri.so malloc 72 0x5571734675b0 0.000119
+gallium_dri.so free 0x557173467680 void 0.000126
+gallium_dri.so free 0x5571734675b0 void 0.000133
+gallium_dri.so malloc 72 0x557173467680 0.000150
+gallium_dri.so free 0x557173467740 void 0.000118
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so malloc 72 0x557173467680 0.000119
+gallium_dri.so free 0x5571734677c0 void 0.000120
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so malloc 72 0x5571734677c0 0.000120
+gallium_dri.so free 0x557173467880 void 0.000123
+gallium_dri.so free 0x5571734677c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734677c0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000120
+gallium_dri.so free 0x5571734677c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734677c0 0.000119
+gallium_dri.so free 0x5571735dd380 void 0.000125
+gallium_dri.so free 0x5571734677c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734677c0 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so free 0x5571734677c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd430 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd430 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000120
+gallium_dri.so free 0x5571735dd5c0 void 0.000115
+gallium_dri.so free 0x5571735dd4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5e0 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000129
+gallium_dri.so free 0x5571735dd5e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd630 0.000112
+gallium_dri.so free 0x5571735dd700 void 0.000114
+gallium_dri.so free 0x5571735dd630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd630 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571735dd630 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd780 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd780 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000115
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd780 0.000113
+gallium_dri.so free 0x5571735dd9c0 void 0.000115
+gallium_dri.so free 0x5571735dd780 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd970 0.000123
+gallium_dri.so free 0x5571735dd9c0 void 0.000118
+gallium_dri.so free 0x5571735dd970 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd970 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dd970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda70 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so free 0x5571735dda70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb30 0.000112
+gallium_dri.so free 0x5571735ddbc0 void 0.000124
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb30 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000112
+gallium_dri.so free 0x5571735ddb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd40 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so free 0x5571735ddd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd40 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddee0 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000112
+gallium_dri.so free 0x5571735ddee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000112
+gallium_dri.so free 0x5571735ddf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf30 0.000119
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735de080 0.000115
+gallium_dri.so free 0x5571735de140 void 0.000114
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so malloc 72 0x5571735de080 0.000114
+gallium_dri.so free 0x5571735de200 void 0.000113
+gallium_dri.so free 0x5571735de080 void 0.000121
+gallium_dri.so malloc 72 0x5571735de080 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de080 void 0.000113
+gallium_dri.so malloc 72 0x5571735de270 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de270 void 0.000113
+gallium_dri.so malloc 72 0x5571735de330 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000113
+gallium_dri.so malloc 72 0x5571735de450 0.000112
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so free 0x5571735de450 void 0.000117
+gallium_dri.so malloc 72 0x5571735de4e0 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000113
+gallium_dri.so free 0x5571735de4e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de530 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000114
+gallium_dri.so free 0x5571735de530 void 0.000114
+gallium_dri.so malloc 72 0x5571735de530 0.000113
+gallium_dri.so free 0x5571735de680 void 0.000114
+gallium_dri.so free 0x5571735de530 void 0.000112
+gallium_dri.so malloc 72 0x5571735de680 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000115
+gallium_dri.so free 0x5571735de680 void 0.000113
+gallium_dri.so malloc 72 0x5571735de680 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de680 void 0.000126
+gallium_dri.so malloc 72 0x5571735de7f0 0.000113
+gallium_dri.so free 0x5571735de880 void 0.000115
+gallium_dri.so free 0x5571735de7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7f0 0.000112
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de980 0.000115
+gallium_dri.so free 0x5571735dea00 void 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea00 0.000118
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so free 0x5571735dea00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea00 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000114
+gallium_dri.so free 0x5571735dea00 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb70 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000113
+gallium_dri.so free 0x5571735deb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735deb70 0.000112
+gallium_dri.so free 0x5571735decc0 void 0.000112
+gallium_dri.so free 0x5571735deb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded00 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded80 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ded80 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so malloc 72 0x5571735deef0 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000112
+gallium_dri.so free 0x5571735deef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deef0 0.000124
+gallium_dri.so free 0x5571735df040 void 0.000130
+gallium_dri.so free 0x5571735deef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735deff0 0.000119
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735deff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df0b0 0.000116
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df0b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735df2b0 0.000116
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3d0 0.000112
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so free 0x5571735df3d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df460 0.000113
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df460 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4b0 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000112
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df580 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so malloc 72 0x5571735df580 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6c0 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6c0 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6c0 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df8b0 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so free 0x5571735df8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9d0 0.000113
+gallium_dri.so free 0x5571735dfa40 void 0.000112
+gallium_dri.so free 0x5571735df9d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa80 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa80 0.000112
+gallium_dri.so free 0x5571735dfb80 void 0.000111
+gallium_dri.so free 0x5571735dfa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000112
+gallium_dri.so free 0x5571735dfc00 void 0.000112
+gallium_dri.so free 0x5571735dfbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so free 0x5571735dfbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000111
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfcb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfd70 0.000111
+gallium_dri.so free 0x5571735dfe00 void 0.000113
+gallium_dri.so free 0x5571735dfd70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfd70 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000116
+gallium_dri.so free 0x5571735dfd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff30 0.000113
+gallium_dri.so free 0x5571735dff80 void 0.000118
+gallium_dri.so free 0x5571735dff30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dff30 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so free 0x5571735dff30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0030 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000121
+gallium_dri.so free 0x5571735e0030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e0180 void 0.000113
+gallium_dri.so free 0x5571735e00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so free 0x5571735e00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0280 0.000112
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04a0 0.000116
+gallium_dri.so free 0x5571735e0540 void 0.000120
+gallium_dri.so free 0x5571735e04a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04f0 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000113
+gallium_dri.so free 0x5571735e04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04f0 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so free 0x5571735e04f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0640 0.000118
+gallium_dri.so free 0x5571735e0700 void 0.000114
+gallium_dri.so free 0x5571735e0640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0640 0.000113
+gallium_dri.so free 0x5571735e07c0 void 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0640 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0830 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so free 0x5571735e0830 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000115
+gallium_dri.so free 0x5571735e08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a10 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000114
+gallium_dri.so free 0x5571735e0a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000112
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e0aa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0af0 0.000113
+gallium_dri.so free 0x5571735e0bc0 void 0.000146
+gallium_dri.so free 0x5571735e0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0af0 0.000113
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so free 0x5571735e0af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c40 0.000125
+gallium_dri.so free 0x5571735e0d00 void 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c40 0.000112
+gallium_dri.so free 0x5571735e0e00 void 0.000114
+gallium_dri.so free 0x5571735e0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0db0 0.000105
+gallium_dri.so free 0x5571735e0e40 void 0.000241
+gallium_dri.so free 0x5571735e0db0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e0db0 0.000115
+gallium_dri.so free 0x5571735e0f00 void 0.000117
+gallium_dri.so free 0x5571735e0db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f40 0.000111
+gallium_dri.so free 0x5571735e0fc0 void 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000111
+gallium_dri.so free 0x5571735e1080 void 0.000112
+gallium_dri.so free 0x5571735e0fc0 void 0.000210
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000160
+gallium_dri.so free 0x5571735e1100 void 0.000160
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1130 0.000125
+gallium_dri.so free 0x5571735e1180 void 0.000136
+gallium_dri.so free 0x5571735e1130 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1130 0.000116
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e12c0 0.000123
+gallium_dri.so free 0x5571735e1340 void 0.000123
+gallium_dri.so free 0x5571735e12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1340 0.000129
+gallium_dri.so free 0x5571735e1400 void 0.000121
+gallium_dri.so free 0x5571735e1340 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1340 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735e14b0 0.000120
+gallium_dri.so free 0x5571735e1500 void 0.000121
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e14b0 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000121
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15b0 0.000120
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e15b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1670 0.000120
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735e1670 void 0.000172
+gallium_dri.so malloc 72 0x5571735e1670 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so free 0x5571735e1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1670 0.000120
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1670 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1870 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e1870 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1990 0.000120
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1990 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a20 0.000127
+gallium_dri.so free 0x5571735e1ac0 void 0.000122
+gallium_dri.so free 0x5571735e1a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a70 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000121
+gallium_dri.so free 0x5571735e1a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b40 0.000123
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1b40 0.000129
+gallium_dri.so free 0x5571735e1c80 void 0.000126
+gallium_dri.so free 0x5571735e1b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c80 0.000130
+gallium_dri.so free 0x5571735e1d40 void 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1c80 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1c80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1c80 0.000130
+gallium_dri.so free 0x5571735e1ec0 void 0.000124
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e70 0.000127
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f90 0.000117
+gallium_dri.so free 0x5571735e2000 void 0.000117
+gallium_dri.so free 0x5571735e1f90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2040 0.000117
+gallium_dri.so free 0x5571735e20c0 void 0.000116
+gallium_dri.so free 0x5571735e2040 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2040 0.000118
+gallium_dri.so free 0x5571735e2140 void 0.000123
+gallium_dri.so free 0x5571735e2040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2170 0.000160
+gallium_dri.so free 0x5571735e21c0 void 0.000121
+gallium_dri.so free 0x5571735e2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2170 0.000122
+gallium_dri.so free 0x5571735e22c0 void 0.000130
+gallium_dri.so free 0x5571735e2170 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2270 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000129
+gallium_dri.so free 0x5571735e2270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2330 0.000130
+gallium_dri.so free 0x5571735e23c0 void 0.000129
+gallium_dri.so free 0x5571735e2330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2330 0.000116
+gallium_dri.so free 0x5571735e2480 void 0.000121
+gallium_dri.so free 0x5571735e2330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24f0 0.000114
+gallium_dri.so free 0x5571735e2540 void 0.000116
+gallium_dri.so free 0x5571735e24f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e24f0 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so free 0x5571735e24f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e25f0 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000125
+gallium_dri.so free 0x5571735e25f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e26b0 0.000118
+gallium_dri.so free 0x5571735e2740 void 0.000115
+gallium_dri.so free 0x5571735e26b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26b0 0.000123
+gallium_dri.so free 0x5571735e2800 void 0.000115
+gallium_dri.so free 0x5571735e26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2840 0.000124
+gallium_dri.so free 0x5571735e28c0 void 0.000124
+gallium_dri.so free 0x5571735e2840 void 0.000123
+gallium_dri.so malloc 72 0x5571735e28c0 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000116
+gallium_dri.so free 0x5571735e28c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e28c0 0.000125
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2a60 0.000125
+gallium_dri.so free 0x5571735e2b00 void 0.000123
+gallium_dri.so free 0x5571735e2a60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000125
+gallium_dri.so free 0x5571735e2ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000124
+gallium_dri.so free 0x5571735e2c00 void 0.000124
+gallium_dri.so free 0x5571735e2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2c00 0.000124
+gallium_dri.so free 0x5571735e2cc0 void 0.000225
+gallium_dri.so free 0x5571735e2c00 void 0.000221
+gallium_dri.so malloc 72 0x5571735e2c00 0.000211
+gallium_dri.so free 0x5571735e2d80 void 0.000212
+gallium_dri.so free 0x5571735e2c00 void 0.000215
+gallium_dri.so malloc 72 0x5571735e2c00 0.000199
+gallium_dri.so free 0x5571735e2e40 void 0.000198
+gallium_dri.so free 0x5571735e2c00 void 0.000157
+gallium_dri.so malloc 72 0x5571735e2df0 0.000227
+gallium_dri.so free 0x5571735e2f00 void 0.000231
+gallium_dri.so free 0x5571735e2df0 void 0.000238
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000221
+gallium_dri.so free 0x5571735e2f80 void 0.000221
+gallium_dri.so free 0x5571735e2eb0 void 0.000237
+gallium_dri.so malloc 72 0x5571735e2fd0 0.000197
+gallium_dri.so free 0x5571735e3040 void 0.000313
+gallium_dri.so free 0x5571735e2fd0 void 0.000307
+gallium_dri.so malloc 72 0x5571735e3060 0.000282
+gallium_dri.so free 0x5571735e3100 void 0.000314
+gallium_dri.so free 0x5571735e3060 void 0.000258
+gallium_dri.so malloc 72 0x5571735e30b0 0.000260
+gallium_dri.so free 0x5571735e3180 void 0.000209
+gallium_dri.so free 0x5571735e30b0 void 0.000210
+gallium_dri.so malloc 72 0x5571735e30b0 0.000255
+gallium_dri.so free 0x5571735e3200 void 0.000234
+gallium_dri.so free 0x5571735e30b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735e3200 0.000228
+gallium_dri.so free 0x5571735e32c0 void 0.000283
+gallium_dri.so free 0x5571735e3200 void 0.000294
+gallium_dri.so malloc 72 0x5571735e3200 0.000287
+gallium_dri.so free 0x5571735e33c0 void 0.000278
+gallium_dri.so free 0x5571735e3200 void 0.000276
+gallium_dri.so malloc 72 0x5571735e3370 0.000281
+gallium_dri.so free 0x5571735e3400 void 0.000280
+gallium_dri.so free 0x5571735e3370 void 0.000278
+gallium_dri.so malloc 72 0x5571735e3370 0.000275
+gallium_dri.so free 0x5571735e34c0 void 0.000284
+gallium_dri.so free 0x5571735e3370 void 0.000282
+gallium_dri.so malloc 72 0x5571735e3500 0.000287
+gallium_dri.so free 0x5571735e3580 void 0.000302
+gallium_dri.so free 0x5571735e3500 void 0.000227
+gallium_dri.so malloc 72 0x5571735e3580 0.000225
+gallium_dri.so free 0x5571735e3640 void 0.000202
+gallium_dri.so free 0x5571735e3580 void 0.000182
+gallium_dri.so malloc 72 0x5571735e3580 0.000232
+gallium_dri.so free 0x5571735e36c0 void 0.000230
+gallium_dri.so free 0x5571735e3580 void 0.000246
+gallium_dri.so malloc 72 0x5571735e36f0 0.000224
+gallium_dri.so free 0x5571735e3740 void 0.000222
+gallium_dri.so free 0x5571735e36f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735e36f0 0.000224
+gallium_dri.so free 0x5571735eb380 void 0.000167
+gallium_dri.so free 0x5571735e36f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e36f0 0.000128
+gallium_dri.so free 0x5571735eb480 void 0.000129
+gallium_dri.so free 0x5571735e36f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb430 0.000125
+gallium_dri.so free 0x5571735eb540 void 0.000128
+gallium_dri.so free 0x5571735eb430 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000123
+gallium_dri.so free 0x5571735eb4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000125
+gallium_dri.so free 0x5571735eb640 void 0.000123
+gallium_dri.so free 0x5571735eb4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb680 0.000130
+gallium_dri.so free 0x5571735eb700 void 0.000131
+gallium_dri.so free 0x5571735eb680 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb700 0.000126
+gallium_dri.so free 0x5571735eb7c0 void 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb700 0.000122
+gallium_dri.so free 0x5571735eb880 void 0.000143
+gallium_dri.so free 0x5571735eb700 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000126
+gallium_dri.so free 0x5571735eb940 void 0.000132
+gallium_dri.so free 0x5571735eb8a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000130
+gallium_dri.so free 0x5571735eb9c0 void 0.000130
+gallium_dri.so free 0x5571735eb8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000125
+gallium_dri.so free 0x5571735eba40 void 0.000142
+gallium_dri.so free 0x5571735eb8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eba40 0.000130
+gallium_dri.so free 0x5571735ebb00 void 0.000129
+gallium_dri.so free 0x5571735eba40 void 0.000131
+gallium_dri.so malloc 72 0x5571735eba40 0.000129
+gallium_dri.so free 0x5571735ebbc0 void 0.000124
+gallium_dri.so free 0x5571735eba40 void 0.000123
+gallium_dri.so malloc 72 0x5571735eba40 0.000120
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc30 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000129
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe10 0.000126
+gallium_dri.so free 0x5571735ebe80 void 0.000129
+gallium_dri.so free 0x5571735ebe10 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebea0 0.000129
+gallium_dri.so free 0x5571735ebf40 void 0.000128
+gallium_dri.so free 0x5571735ebea0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebef0 0.000126
+gallium_dri.so free 0x5571735ebfc0 void 0.000120
+gallium_dri.so free 0x5571735ebef0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebef0 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000122
+gallium_dri.so free 0x5571735ebef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec040 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec040 0.000120
+gallium_dri.so free 0x5571735ec200 void 0.000123
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000119
+gallium_dri.so free 0x5571735ec240 void 0.000123
+gallium_dri.so free 0x5571735ec1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000121
+gallium_dri.so free 0x5571735ec300 void 0.000158
+gallium_dri.so free 0x5571735ec1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec340 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000127
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000121
+gallium_dri.so free 0x5571735ec500 void 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000164
+gallium_dri.so free 0x5571735ec580 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000157
+gallium_dri.so free 0x5571735ec680 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000116
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec740 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000116
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec740 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000115
+gallium_dri.so free 0x5571735ec900 void 0.000117
+gallium_dri.so free 0x5571735ec8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so free 0x5571735ec9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000116
+gallium_dri.so free 0x5571735ecc00 void 0.000113
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca70 0.000112
+gallium_dri.so free 0x5571735eccc0 void 0.000116
+gallium_dri.so free 0x5571735eca70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735ecc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd90 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so free 0x5571735ecd90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece20 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so free 0x5571735ece20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ece70 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735ece70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf40 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed080 0.000112
+gallium_dri.so free 0x5571735ed140 void 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed080 0.000127
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed080 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x5571735ed080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed270 0.000116
+gallium_dri.so free 0x5571735ed340 void 0.000116
+gallium_dri.so free 0x5571735ed270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed390 0.000118
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed390 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed440 0.000116
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed440 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000117
+gallium_dri.so free 0x5571735ed440 void 0.000146
+gallium_dri.so malloc 72 0x5571735ed570 0.000116
+gallium_dri.so free 0x5571735ed5c0 void 0.000115
+gallium_dri.so free 0x5571735ed570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed570 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so free 0x5571735ed570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed670 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000116
+gallium_dri.so free 0x5571735ed670 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed730 0.000166
+gallium_dri.so free 0x5571735ed7c0 void 0.000116
+gallium_dri.so free 0x5571735ed730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed730 0.000115
+gallium_dri.so free 0x5571735ed880 void 0.000116
+gallium_dri.so free 0x5571735ed730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000115
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000117
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735ed9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edab0 0.000114
+gallium_dri.so free 0x5571735edb40 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edab0 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000114
+gallium_dri.so free 0x5571735edab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc40 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000117
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edcc0 0.000126
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000105
+gallium_dri.so malloc 72 0x5571735ede60 0.000247
+gallium_dri.so free 0x5571735edf00 void 0.000180
+gallium_dri.so free 0x5571735ede60 void 0.000116
+gallium_dri.so malloc 72 0x5571735edeb0 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735edeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000113
+gallium_dri.so free 0x5571735ee000 void 0.000114
+gallium_dri.so free 0x5571735edeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee000 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000116
+gallium_dri.so free 0x5571735ee000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee000 0.000114
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so free 0x5571735ee000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee000 0.000115
+gallium_dri.so free 0x5571735ee240 void 0.000115
+gallium_dri.so free 0x5571735ee000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000117
+gallium_dri.so free 0x5571735ee2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee3d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee460 0.000118
+gallium_dri.so free 0x5571735ee500 void 0.000113
+gallium_dri.so free 0x5571735ee460 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000119
+gallium_dri.so free 0x5571735ee600 void 0.000115
+gallium_dri.so free 0x5571735ee4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee600 0.000114
+gallium_dri.so free 0x5571735ee6c0 void 0.000113
+gallium_dri.so free 0x5571735ee600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee600 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000113
+gallium_dri.so free 0x5571735ee600 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee770 0.000114
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so free 0x5571735ee770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee770 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000114
+gallium_dri.so free 0x5571735ee770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee900 0.000112
+gallium_dri.so free 0x5571735ee980 void 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000162
+gallium_dri.so malloc 72 0x5571735ee980 0.000113
+gallium_dri.so free 0x5571735eea40 void 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee980 0.000114
+gallium_dri.so free 0x5571735eeac0 void 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec80 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed00 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee70 0.000114
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so free 0x5571735eee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee70 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so free 0x5571735eee70 void 0.000129
+gallium_dri.so malloc 72 0x5571735eef70 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000115
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000117
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef230 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef350 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef350 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef3e0 0.000115
+gallium_dri.so free 0x5571735ef480 void 0.000115
+gallium_dri.so free 0x5571735ef3e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef430 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef430 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef500 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef500 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef640 0.000112
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef640 0.000116
+gallium_dri.so free 0x5571735ef7c0 void 0.000115
+gallium_dri.so free 0x5571735ef640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef640 0.000112
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef830 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef950 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so free 0x5571735ef950 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa00 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735efa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735efa00 0.000116
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb30 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so free 0x5571735efb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc30 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000115
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcf0 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000114
+gallium_dri.so free 0x5571735efcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcf0 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000115
+gallium_dri.so free 0x5571735efcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735efeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735effb0 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000116
+gallium_dri.so free 0x5571735effb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000115
+gallium_dri.so free 0x5571735f0100 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0070 0.000115
+gallium_dri.so free 0x5571735f01c0 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0200 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0280 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000141
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0280 0.000115
+gallium_dri.so free 0x5571735f0400 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0420 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0420 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0470 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so free 0x5571735f0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05c0 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f05c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05c0 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000115
+gallium_dri.so free 0x5571735f05c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05c0 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f05c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07b0 0.000128
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so free 0x5571735f07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000117
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0990 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000116
+gallium_dri.so free 0x5571735f0990 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a20 0.000112
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a70 0.000116
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0a70 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000115
+gallium_dri.so free 0x5571735f0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000116
+gallium_dri.so free 0x5571735f0c80 void 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d30 0.000126
+gallium_dri.so free 0x5571735f0e80 void 0.000148
+gallium_dri.so free 0x5571735f0d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000116
+gallium_dri.so free 0x5571735f0ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f40 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000115
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f40 0.000114
+gallium_dri.so free 0x5571735f1080 void 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10b0 0.000115
+gallium_dri.so free 0x5571735f1100 void 0.000115
+gallium_dri.so free 0x5571735f10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10b0 0.000115
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1240 0.000140
+gallium_dri.so free 0x5571735f12c0 void 0.000115
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1430 0.000126
+gallium_dri.so free 0x5571735f1480 void 0.000117
+gallium_dri.so free 0x5571735f1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1430 0.000115
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1530 0.000117
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so free 0x5571735f1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f16c0 void 0.000115
+gallium_dri.so free 0x5571735f15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000116
+gallium_dri.so free 0x5571735f15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1910 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1910 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19a0 0.000114
+gallium_dri.so free 0x5571735f1a40 void 0.000115
+gallium_dri.so free 0x5571735f19a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f19f0 0.000165
+gallium_dri.so free 0x5571735f1ac0 void 0.000116
+gallium_dri.so free 0x5571735f19f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000112
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c00 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000116
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c00 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000115
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c00 0.000115
+gallium_dri.so free 0x5571735f1e40 void 0.000116
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1df0 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000114
+gallium_dri.so free 0x5571735f1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f10 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so free 0x5571735f1f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000124
+gallium_dri.so free 0x5571735f20c0 void 0.000122
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f20f0 0.000116
+gallium_dri.so free 0x5571735f2140 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f20f0 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000116
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f21f0 0.000116
+gallium_dri.so free 0x5571735f2300 void 0.000115
+gallium_dri.so free 0x5571735f21f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22b0 0.000113
+gallium_dri.so free 0x5571735f2340 void 0.000115
+gallium_dri.so free 0x5571735f22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22b0 0.000114
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so free 0x5571735f22b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2470 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2570 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000122
+gallium_dri.so free 0x5571735f26c0 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f27c0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000115
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2840 0.000115
+gallium_dri.so free 0x5571735f2900 void 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2840 0.000115
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29e0 0.000113
+gallium_dri.so free 0x5571735f2a80 void 0.000118
+gallium_dri.so free 0x5571735f29e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a30 0.000113
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so free 0x5571735f2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a30 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000123
+gallium_dri.so free 0x5571735f2a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b80 0.000125
+gallium_dri.so free 0x5571735f2c40 void 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000181
+gallium_dri.so malloc 72 0x5571735f2b80 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000116
+gallium_dri.so free 0x5571735f2b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b80 0.000116
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so free 0x5571735f2b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d70 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so free 0x5571735f2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f50 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000115
+gallium_dri.so free 0x5571735f2f50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fe0 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so free 0x5571735f2fe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3030 0.000131
+gallium_dri.so free 0x5571735f3100 void 0.000116
+gallium_dri.so free 0x5571735f3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3030 0.000113
+gallium_dri.so free 0x5571735f3180 void 0.000113
+gallium_dri.so free 0x5571735f3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3180 0.000112
+gallium_dri.so free 0x5571735f3240 void 0.000115
+gallium_dri.so free 0x5571735f3180 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3180 0.000115
+gallium_dri.so free 0x5571735f3340 void 0.000116
+gallium_dri.so free 0x5571735f3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735f32f0 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000116
+gallium_dri.so free 0x5571735f32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f32f0 0.000114
+gallium_dri.so free 0x5571735f3440 void 0.000115
+gallium_dri.so free 0x5571735f32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3480 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3500 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3500 0.000112
+gallium_dri.so free 0x5571735f3640 void 0.000116
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735f3670 void 0.000115
+gallium_dri.so malloc 72 0x557173588370 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x5571735884c0 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000125
+gallium_dri.so malloc 72 0x557173588470 0.000122
+gallium_dri.so free 0x557173588580 void 0.000124
+gallium_dri.so free 0x557173588470 void 0.000113
+gallium_dri.so malloc 72 0x557173588530 0.000114
+gallium_dri.so free 0x5571735885c0 void 0.000114
+gallium_dri.so free 0x557173588530 void 0.000127
+gallium_dri.so malloc 72 0x557173588530 0.000124
+gallium_dri.so free 0x557173588680 void 0.000124
+gallium_dri.so free 0x557173588530 void 0.000125
+gallium_dri.so malloc 72 0x5571735886c0 0.000123
+gallium_dri.so free 0x557173588740 void 0.000124
+gallium_dri.so free 0x5571735886c0 void 0.000118
+gallium_dri.so malloc 72 0x557173588740 0.000115
+gallium_dri.so free 0x557173588800 void 0.000115
+gallium_dri.so free 0x557173588740 void 0.000114
+gallium_dri.so malloc 72 0x557173588740 0.000114
+gallium_dri.so free 0x5571735888c0 void 0.000115
+gallium_dri.so free 0x557173588740 void 0.000113
+gallium_dri.so malloc 72 0x5571735888e0 0.000113
+gallium_dri.so free 0x557173588980 void 0.000116
+gallium_dri.so free 0x5571735888e0 void 0.000114
+gallium_dri.so malloc 72 0x557173588930 0.000113
+gallium_dri.so free 0x557173588a00 void 0.000115
+gallium_dri.so free 0x557173588930 void 0.000113
+gallium_dri.so malloc 72 0x557173588930 0.000115
+gallium_dri.so free 0x557173588a80 void 0.000162
+gallium_dri.so free 0x557173588930 void 0.000116
+gallium_dri.so malloc 72 0x557173588a80 0.000114
+gallium_dri.so free 0x557173588b40 void 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000114
+gallium_dri.so malloc 72 0x557173588a80 0.000121
+gallium_dri.so free 0x557173588c00 void 0.000120
+gallium_dri.so free 0x557173588a80 void 0.000114
+gallium_dri.so malloc 72 0x557173588a80 0.000114
+gallium_dri.so free 0x557173588cc0 void 0.000113
+gallium_dri.so free 0x557173588a80 void 0.000113
+gallium_dri.so malloc 72 0x557173588c70 0.000114
+gallium_dri.so free 0x557173588d80 void 0.000114
+gallium_dri.so free 0x557173588c70 void 0.000113
+gallium_dri.so malloc 72 0x557173588d30 0.000112
+gallium_dri.so free 0x557173588e00 void 0.000115
+gallium_dri.so free 0x557173588d30 void 0.000117
+gallium_dri.so malloc 72 0x557173588e50 0.000112
+gallium_dri.so free 0x557173588ec0 void 0.000114
+gallium_dri.so free 0x557173588e50 void 0.000113
+gallium_dri.so malloc 72 0x557173588ee0 0.000113
+gallium_dri.so free 0x557173588f80 void 0.000115
+gallium_dri.so free 0x557173588ee0 void 0.000113
+gallium_dri.so malloc 72 0x557173588f30 0.000113
+gallium_dri.so free 0x557173589000 void 0.000115
+gallium_dri.so free 0x557173588f30 void 0.000114
+gallium_dri.so malloc 72 0x557173588f30 0.000111
+gallium_dri.so free 0x557173589080 void 0.000121
+gallium_dri.so free 0x557173588f30 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x557173589080 void 0.000112
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589240 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000112
+gallium_dri.so malloc 72 0x5571735891f0 0.000112
+gallium_dri.so free 0x557173589280 void 0.000113
+gallium_dri.so free 0x5571735891f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735891f0 0.000114
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x5571735891f0 void 0.000112
+gallium_dri.so malloc 72 0x557173589380 0.000113
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589380 void 0.000114
+gallium_dri.so malloc 72 0x557173589400 0.000113
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so malloc 72 0x557173589400 0.000113
+gallium_dri.so free 0x557173589540 void 0.000114
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so malloc 72 0x557173589570 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000115
+gallium_dri.so free 0x557173589570 void 0.000114
+gallium_dri.so malloc 72 0x557173589570 0.000115
+gallium_dri.so free 0x5571735896c0 void 0.000115
+gallium_dri.so free 0x557173589570 void 0.000126
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so free 0x557173589700 void 0.000113
+gallium_dri.so malloc 72 0x557173589780 0.000113
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so free 0x557173589780 void 0.000113
+gallium_dri.so malloc 72 0x557173589780 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000115
+gallium_dri.so free 0x557173589780 void 0.000115
+gallium_dri.so malloc 72 0x5571735898f0 0.000112
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x5571735898f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735898f0 0.000114
+gallium_dri.so free 0x557173589a40 void 0.000113
+gallium_dri.so free 0x5571735898f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735899f0 0.000114
+gallium_dri.so free 0x557173589b00 void 0.000114
+gallium_dri.so free 0x5571735899f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ab0 0.000139
+gallium_dri.so free 0x557173589b80 void 0.000118
+gallium_dri.so free 0x557173589ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173589ab0 0.000114
+gallium_dri.so free 0x557173589c40 void 0.000115
+gallium_dri.so free 0x557173589ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173589ab0 0.000115
+gallium_dri.so free 0x557173589d00 void 0.000115
+gallium_dri.so free 0x557173589ab0 void 0.000166
+gallium_dri.so malloc 72 0x557173589cb0 0.000115
+gallium_dri.so free 0x557173589d80 void 0.000113
+gallium_dri.so free 0x557173589cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173589dd0 0.000117
+gallium_dri.so free 0x557173589e40 void 0.000115
+gallium_dri.so free 0x557173589dd0 void 0.000113
+gallium_dri.so malloc 72 0x557173589e60 0.000113
+gallium_dri.so free 0x557173589f00 void 0.000115
+gallium_dri.so free 0x557173589e60 void 0.000114
+gallium_dri.so malloc 72 0x557173589eb0 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000115
+gallium_dri.so free 0x557173589eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173589f80 0.000114
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000114
+gallium_dri.so malloc 72 0x557173589f80 0.000113
+gallium_dri.so free 0x55717358a0c0 void 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000116
+gallium_dri.so free 0x55717358a180 void 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0c0 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000116
+gallium_dri.so free 0x55717358a0c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a2b0 0.000115
+gallium_dri.so free 0x55717358a380 void 0.000114
+gallium_dri.so free 0x55717358a2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3d0 0.000113
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so free 0x55717358a3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a480 0.000113
+gallium_dri.so free 0x55717358a500 void 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000115
+gallium_dri.so malloc 72 0x55717358a480 0.000114
+gallium_dri.so free 0x55717358a580 void 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000112
+gallium_dri.so malloc 72 0x55717358a5b0 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000115
+gallium_dri.so free 0x55717358a5b0 void 0.000152
+gallium_dri.so malloc 72 0x55717358a5b0 0.000115
+gallium_dri.so free 0x55717358a700 void 0.000114
+gallium_dri.so free 0x55717358a5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a6b0 0.000113
+gallium_dri.so free 0x55717358a7c0 void 0.000114
+gallium_dri.so free 0x55717358a6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a770 0.000113
+gallium_dri.so free 0x55717358a800 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000114
+gallium_dri.so malloc 72 0x55717358a770 0.000114
+gallium_dri.so free 0x55717358a8c0 void 0.000118
+gallium_dri.so free 0x55717358a770 void 0.000125
+gallium_dri.so malloc 72 0x55717358a930 0.000117
+gallium_dri.so free 0x55717358a980 void 0.000115
+gallium_dri.so free 0x55717358a930 void 0.000114
+gallium_dri.so malloc 72 0x55717358a930 0.000114
+gallium_dri.so free 0x55717358aa80 void 0.000114
+gallium_dri.so free 0x55717358a930 void 0.000143
+gallium_dri.so malloc 72 0x55717358aa30 0.000114
+gallium_dri.so free 0x55717358ab40 void 0.000116
+gallium_dri.so free 0x55717358aa30 void 0.000114
+gallium_dri.so malloc 72 0x55717358aaf0 0.000115
+gallium_dri.so free 0x55717358ab80 void 0.000115
+gallium_dri.so free 0x55717358aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aaf0 0.000114
+gallium_dri.so free 0x55717358ac40 void 0.000114
+gallium_dri.so free 0x55717358aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ac80 0.000113
+gallium_dri.so free 0x55717358ad00 void 0.000115
+gallium_dri.so free 0x55717358ac80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad00 0.000114
+gallium_dri.so free 0x55717358adc0 void 0.000116
+gallium_dri.so free 0x55717358ad00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ad00 0.000116
+gallium_dri.so free 0x55717358ae80 void 0.000116
+gallium_dri.so free 0x55717358ad00 void 0.000115
+gallium_dri.so malloc 72 0x55717358aea0 0.000113
+gallium_dri.so free 0x55717358af40 void 0.000116
+gallium_dri.so free 0x55717358aea0 void 0.000127
+gallium_dri.so malloc 72 0x55717358aef0 0.000116
+gallium_dri.so free 0x55717358afc0 void 0.000114
+gallium_dri.so free 0x55717358aef0 void 0.000115
+gallium_dri.so malloc 72 0x55717358aef0 0.000114
+gallium_dri.so free 0x55717358b040 void 0.000115
+gallium_dri.so free 0x55717358aef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b040 0.000114
+gallium_dri.so free 0x55717358b100 void 0.000114
+gallium_dri.so free 0x55717358b040 void 0.000118
+gallium_dri.so malloc 72 0x55717358b040 0.000113
+gallium_dri.so free 0x55717358b1c0 void 0.000115
+gallium_dri.so free 0x55717358b040 void 0.000113
+gallium_dri.so malloc 72 0x55717358b040 0.000114
+gallium_dri.so free 0x55717358b280 void 0.000113
+gallium_dri.so free 0x55717358b040 void 0.000113
+gallium_dri.so malloc 72 0x55717358b230 0.000113
+gallium_dri.so free 0x55717358b340 void 0.000114
+gallium_dri.so free 0x55717358b230 void 0.000113
+gallium_dri.so malloc 72 0x55717358b2f0 0.000113
+gallium_dri.so free 0x55717358b3c0 void 0.000115
+gallium_dri.so free 0x55717358b2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b410 0.000115
+gallium_dri.so free 0x55717358b480 void 0.000116
+gallium_dri.so free 0x55717358b410 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4a0 0.000112
+gallium_dri.so free 0x55717358b540 void 0.000115
+gallium_dri.so free 0x55717358b4a0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b4f0 0.000116
+gallium_dri.so free 0x55717358b5c0 void 0.000116
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b4f0 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000124
+gallium_dri.so free 0x55717358b4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x55717358b800 void 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x55717358b7b0 0.000119
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b7b0 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b940 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000141
+gallium_dri.so free 0x55717358b940 void 0.000116
+gallium_dri.so malloc 72 0x55717358b9c0 0.000113
+gallium_dri.so free 0x55717358ba80 void 0.000116
+gallium_dri.so free 0x55717358b9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b9c0 0.000115
+gallium_dri.so free 0x55717358bb00 void 0.000116
+gallium_dri.so free 0x55717358b9c0 void 0.000164
+gallium_dri.so malloc 72 0x55717358bb30 0.000115
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358bb30 void 0.000115
+gallium_dri.so malloc 72 0x55717358bb30 0.000112
+gallium_dri.so free 0x55717358bc80 void 0.000114
+gallium_dri.so free 0x55717358bb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcc0 0.000113
+gallium_dri.so free 0x55717358bd40 void 0.000115
+gallium_dri.so free 0x55717358bcc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bd40 0.000113
+gallium_dri.so free 0x55717358be00 void 0.000115
+gallium_dri.so free 0x55717358bd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358bd40 0.000113
+gallium_dri.so free 0x55717358be80 void 0.000116
+gallium_dri.so free 0x55717358bd40 void 0.000114
+gallium_dri.so malloc 72 0x55717358beb0 0.000112
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so free 0x55717358beb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358beb0 0.000113
+gallium_dri.so free 0x55717358c000 void 0.000115
+gallium_dri.so free 0x55717358beb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bfb0 0.000115
+gallium_dri.so free 0x55717358c0c0 void 0.000115
+gallium_dri.so free 0x55717358bfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c070 0.000113
+gallium_dri.so free 0x55717358c140 void 0.000116
+gallium_dri.so free 0x55717358c070 void 0.000122
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c200 void 0.000114
+gallium_dri.so free 0x55717358c070 void 0.000114
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c2c0 void 0.000115
+gallium_dri.so free 0x55717358c070 void 0.000113
+gallium_dri.so malloc 72 0x55717358c270 0.000114
+gallium_dri.so free 0x55717358c340 void 0.000114
+gallium_dri.so free 0x55717358c270 void 0.000115
+gallium_dri.so malloc 72 0x55717358c390 0.000113
+gallium_dri.so free 0x55717358c400 void 0.000114
+gallium_dri.so free 0x55717358c390 void 0.000114
+gallium_dri.so malloc 72 0x55717358c420 0.000114
+gallium_dri.so free 0x55717358c4c0 void 0.000114
+gallium_dri.so free 0x55717358c420 void 0.000129
+gallium_dri.so malloc 72 0x55717358c470 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000115
+gallium_dri.so free 0x55717358c470 void 0.000114
+gallium_dri.so malloc 72 0x55717358c540 0.000114
+gallium_dri.so free 0x55717358c600 void 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so malloc 72 0x55717358c540 0.000112
+gallium_dri.so free 0x55717358c680 void 0.000116
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c740 void 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000110
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000113
+gallium_dri.so malloc 72 0x55717358c870 0.000133
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so free 0x55717358c870 void 0.000114
+gallium_dri.so malloc 72 0x55717358c990 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000115
+gallium_dri.so free 0x55717358c990 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cac0 void 0.000114
+gallium_dri.so free 0x55717358ca40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca40 0.000115
+gallium_dri.so free 0x55717358cb40 void 0.000115
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb70 0.000112
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so free 0x55717358cb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cb70 0.000115
+gallium_dri.so free 0x55717358ccc0 void 0.000114
+gallium_dri.so free 0x55717358cb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cc70 0.000113
+gallium_dri.so free 0x55717358cd80 void 0.000115
+gallium_dri.so free 0x55717358cc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cd30 0.000190
+gallium_dri.so free 0x55717358cdc0 void 0.000117
+gallium_dri.so free 0x55717358cd30 void 0.000115
+gallium_dri.so malloc 72 0x55717358cd30 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000116
+gallium_dri.so free 0x55717358cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717358cef0 0.000119
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cef0 0.000114
+gallium_dri.so free 0x55717358d040 void 0.000115
+gallium_dri.so free 0x55717358cef0 void 0.000139
+gallium_dri.so malloc 72 0x55717358cff0 0.000113
+gallium_dri.so free 0x55717358d100 void 0.000115
+gallium_dri.so free 0x55717358cff0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d0b0 0.000116
+gallium_dri.so free 0x55717358d140 void 0.000114
+gallium_dri.so free 0x55717358d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d0b0 0.000115
+gallium_dri.so free 0x55717358d200 void 0.000114
+gallium_dri.so free 0x55717358d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d240 0.000113
+gallium_dri.so free 0x55717358d2c0 void 0.000116
+gallium_dri.so free 0x55717358d240 void 0.000112
+gallium_dri.so malloc 72 0x55717358d2c0 0.000114
+gallium_dri.so free 0x55717358d380 void 0.000115
+gallium_dri.so free 0x55717358d2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d2c0 0.000117
+gallium_dri.so free 0x55717358d440 void 0.000114
+gallium_dri.so free 0x55717358d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d460 0.000114
+gallium_dri.so free 0x55717358d500 void 0.000115
+gallium_dri.so free 0x55717358d460 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4b0 0.000112
+gallium_dri.so free 0x55717358d580 void 0.000115
+gallium_dri.so free 0x55717358d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4b0 0.000112
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so free 0x55717358d4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d600 0.000113
+gallium_dri.so free 0x55717358d6c0 void 0.000115
+gallium_dri.so free 0x55717358d600 void 0.000118
+gallium_dri.so malloc 72 0x55717358d600 0.000113
+gallium_dri.so free 0x55717358d780 void 0.000116
+gallium_dri.so free 0x55717358d600 void 0.000115
+gallium_dri.so malloc 72 0x55717358d600 0.000115
+gallium_dri.so free 0x55717358d840 void 0.000115
+gallium_dri.so free 0x55717358d600 void 0.000143
+gallium_dri.so malloc 72 0x55717358d7f0 0.000116
+gallium_dri.so free 0x55717358d900 void 0.000116
+gallium_dri.so free 0x55717358d7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d8b0 0.000114
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9d0 0.000122
+gallium_dri.so free 0x55717358da40 void 0.000114
+gallium_dri.so free 0x55717358d9d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358da60 0.000114
+gallium_dri.so free 0x55717358db00 void 0.000114
+gallium_dri.so free 0x55717358da60 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000118
+gallium_dri.so free 0x55717358db80 void 0.000115
+gallium_dri.so free 0x55717358dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000112
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x55717358dab0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x55717358ddc0 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd70 0.000114
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd70 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358df00 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358df00 void 0.000113
+gallium_dri.so malloc 72 0x55717358df80 0.000169
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000112
+gallium_dri.so malloc 72 0x55717358df80 0.000113
+gallium_dri.so free 0x55717358e0c0 void 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000117
+gallium_dri.so malloc 72 0x55717358e0f0 0.000113
+gallium_dri.so free 0x55717358e140 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e0f0 0.000114
+gallium_dri.so free 0x55717358e240 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000115
+gallium_dri.so free 0x55717358e300 void 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000112
+gallium_dri.so malloc 72 0x55717358e300 0.000112
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000113
+gallium_dri.so malloc 72 0x55717358e300 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000113
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000115
+gallium_dri.so free 0x55717358e5c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000114
+gallium_dri.so malloc 72 0x55717358e570 0.000134
+gallium_dri.so free 0x55717358e680 void 0.000119
+gallium_dri.so free 0x55717358e570 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000115
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000119
+gallium_dri.so free 0x55717358e7c0 void 0.000155
+gallium_dri.so free 0x55717358e630 void 0.000125
+gallium_dri.so malloc 72 0x55717358e630 0.000124
+gallium_dri.so free 0x55717358e880 void 0.000119
+gallium_dri.so free 0x55717358e630 void 0.000115
+gallium_dri.so malloc 72 0x55717358e830 0.000116
+gallium_dri.so free 0x55717358e900 void 0.000116
+gallium_dri.so free 0x55717358e830 void 0.000115
+gallium_dri.so malloc 72 0x55717358e950 0.000116
+gallium_dri.so free 0x55717358e9c0 void 0.000116
+gallium_dri.so free 0x55717358e950 void 0.000115
+gallium_dri.so malloc 72 0x55717358e9e0 0.000124
+gallium_dri.so free 0x55717358ea80 void 0.000117
+gallium_dri.so free 0x55717358e9e0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ea30 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000117
+gallium_dri.so free 0x55717358ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717358eb00 0.000116
+gallium_dri.so free 0x55717358ebc0 void 0.000116
+gallium_dri.so free 0x55717358eb00 void 0.000131
+gallium_dri.so malloc 72 0x55717358eb00 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000116
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so malloc 72 0x55717358ec40 0.000115
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec40 0.000115
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec40 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee30 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef50 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so free 0x55717358ef50 void 0.000114
+gallium_dri.so malloc 72 0x55717358f000 0.000114
+gallium_dri.so free 0x55717358f080 void 0.000114
+gallium_dri.so free 0x55717358f000 void 0.000114
+gallium_dri.so malloc 72 0x55717358f000 0.000118
+gallium_dri.so free 0x55717358f100 void 0.000115
+gallium_dri.so free 0x55717358f000 void 0.000115
+gallium_dri.so malloc 72 0x55717358f130 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000116
+gallium_dri.so free 0x55717358f130 void 0.000171
+gallium_dri.so malloc 72 0x55717358f130 0.000151
+gallium_dri.so free 0x55717358f280 void 0.000116
+gallium_dri.so free 0x55717358f130 void 0.000115
+gallium_dri.so malloc 72 0x55717358f230 0.000114
+gallium_dri.so free 0x55717358f340 void 0.000114
+gallium_dri.so free 0x55717358f230 void 0.000114
+gallium_dri.so malloc 72 0x55717358f2f0 0.000112
+gallium_dri.so free 0x55717358f380 void 0.000112
+gallium_dri.so free 0x55717358f2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2f0 0.000113
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f600 void 0.000115
+gallium_dri.so free 0x55717358f4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f5b0 0.000117
+gallium_dri.so free 0x55717358f6c0 void 0.000121
+gallium_dri.so free 0x55717358f5b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358f670 0.000124
+gallium_dri.so free 0x55717358f700 void 0.000125
+gallium_dri.so free 0x55717358f670 void 0.000120
+gallium_dri.so malloc 72 0x55717358f670 0.000118
+gallium_dri.so free 0x55717358f7c0 void 0.000127
+gallium_dri.so free 0x55717358f670 void 0.000119
+gallium_dri.so malloc 72 0x55717358f800 0.000118
+gallium_dri.so free 0x55717358f880 void 0.000120
+gallium_dri.so free 0x55717358f800 void 0.000119
+gallium_dri.so malloc 72 0x55717358f880 0.000124
+gallium_dri.so free 0x55717358f940 void 0.000126
+gallium_dri.so free 0x55717358f880 void 0.000120
+gallium_dri.so malloc 72 0x55717358f880 0.000119
+gallium_dri.so free 0x55717358fa00 void 0.000124
+gallium_dri.so free 0x55717358f880 void 0.000125
+gallium_dri.so malloc 72 0x55717358fa20 0.000120
+gallium_dri.so free 0x55717358fac0 void 0.000119
+gallium_dri.so free 0x55717358fa20 void 0.000119
+gallium_dri.so malloc 72 0x55717358fa70 0.000123
+gallium_dri.so free 0x55717358fb40 void 0.000125
+gallium_dri.so free 0x55717358fa70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa70 0.000118
+gallium_dri.so free 0x55717358fbc0 void 0.000124
+gallium_dri.so free 0x55717358fa70 void 0.000125
+gallium_dri.so malloc 72 0x55717358fbc0 0.000124
+gallium_dri.so free 0x55717358fc80 void 0.000126
+gallium_dri.so free 0x55717358fbc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fbc0 0.000134
+gallium_dri.so free 0x55717358fd40 void 0.000126
+gallium_dri.so free 0x55717358fbc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358fbc0 0.000124
+gallium_dri.so free 0x55717358fe00 void 0.000125
+gallium_dri.so free 0x55717358fbc0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fdb0 0.000124
+gallium_dri.so free 0x55717358fec0 void 0.000125
+gallium_dri.so free 0x55717358fdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fe70 0.000119
+gallium_dri.so free 0x55717358ff40 void 0.000134
+gallium_dri.so free 0x55717358fe70 void 0.000133
+gallium_dri.so malloc 72 0x55717358ff90 0.000231
+gallium_dri.so free 0x557173590000 void 0.000229
+gallium_dri.so free 0x55717358ff90 void 0.000132
+gallium_dri.so malloc 72 0x557173590020 0.000133
+gallium_dri.so free 0x5571735900c0 void 0.000126
+gallium_dri.so free 0x557173590020 void 0.000129
+gallium_dri.so malloc 72 0x557173590070 0.000131
+gallium_dri.so free 0x557173590140 void 0.000127
+gallium_dri.so free 0x557173590070 void 0.000125
+gallium_dri.so malloc 72 0x557173590070 0.000169
+gallium_dri.so free 0x5571735901c0 void 0.000164
+gallium_dri.so free 0x557173590070 void 0.000163
+gallium_dri.so malloc 72 0x5571735901c0 0.000131
+gallium_dri.so free 0x557173590280 void 0.000132
+gallium_dri.so free 0x5571735901c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735901c0 0.000132
+gallium_dri.so free 0x557173590380 void 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000131
+gallium_dri.so malloc 72 0x557173590330 0.000132
+gallium_dri.so free 0x5571735903c0 void 0.000131
+gallium_dri.so free 0x557173590330 void 0.000126
+gallium_dri.so malloc 72 0x557173590330 0.000124
+gallium_dri.so free 0x557173590480 void 0.000129
+gallium_dri.so free 0x557173590330 void 0.000126
+gallium_dri.so malloc 72 0x5571735904c0 0.000129
+gallium_dri.so free 0x557173590540 void 0.000126
+gallium_dri.so free 0x5571735904c0 void 0.000130
+gallium_dri.so malloc 72 0x557173590540 0.000132
+gallium_dri.so free 0x557173590600 void 0.000125
+gallium_dri.so free 0x557173590540 void 0.000132
+gallium_dri.so malloc 72 0x557173590540 0.000132
+gallium_dri.so free 0x557173590680 void 0.000132
+gallium_dri.so free 0x557173590540 void 0.000124
+gallium_dri.so malloc 72 0x5571735906b0 0.000123
+gallium_dri.so free 0x557173590700 void 0.000131
+gallium_dri.so free 0x5571735906b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735906b0 0.000131
+gallium_dri.so free 0x557173590800 void 0.000133
+gallium_dri.so free 0x5571735906b0 void 0.000125
+gallium_dri.so malloc 72 0x557173590840 0.000125
+gallium_dri.so free 0x5571735908c0 void 0.000132
+gallium_dri.so free 0x557173590840 void 0.000133
+gallium_dri.so malloc 72 0x5571735908c0 0.000132
+gallium_dri.so free 0x557173590980 void 0.000132
+gallium_dri.so free 0x5571735908c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735908c0 0.000125
+gallium_dri.so free 0x557173590a00 void 0.000132
+gallium_dri.so free 0x5571735908c0 void 0.000132
+gallium_dri.so malloc 72 0x557173590a30 0.000132
+gallium_dri.so free 0x557173590a80 void 0.000145
+gallium_dri.so free 0x557173590a30 void 0.000131
+gallium_dri.so malloc 72 0x557173590a30 0.000128
+gallium_dri.so free 0x557173590b80 void 0.000124
+gallium_dri.so free 0x557173590a30 void 0.000124
+gallium_dri.so malloc 72 0x557173590b30 0.000129
+gallium_dri.so free 0x557173590c40 void 0.000127
+gallium_dri.so free 0x557173590b30 void 0.000127
+gallium_dri.so malloc 72 0x557173590bf0 0.000130
+gallium_dri.so free 0x557173590cc0 void 0.000130
+gallium_dri.so free 0x557173590bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173590bf0 0.000220
+gallium_dri.so free 0x557173590d80 void 0.000264
+gallium_dri.so free 0x557173590bf0 void 0.000225
+gallium_dri.so malloc 72 0x557173590bf0 0.000148
+gallium_dri.so free 0x557173590e40 void 0.000181
+gallium_dri.so free 0x557173590bf0 void 0.000148
+gallium_dri.so malloc 72 0x557173590df0 0.000146
+gallium_dri.so free 0x557173590ec0 void 0.000146
+gallium_dri.so free 0x557173590df0 void 0.000148
+gallium_dri.so malloc 72 0x557173590f10 0.000142
+gallium_dri.so free 0x557173590f80 void 0.000145
+gallium_dri.so free 0x557173590f10 void 0.000142
+gallium_dri.so malloc 72 0x557173590fa0 0.000141
+gallium_dri.so free 0x557173591040 void 0.000144
+gallium_dri.so free 0x557173590fa0 void 0.000144
+gallium_dri.so malloc 72 0x557173590ff0 0.000145
+gallium_dri.so free 0x5571735910c0 void 0.000145
+gallium_dri.so free 0x557173590ff0 void 0.000141
+gallium_dri.so malloc 72 0x5571735910c0 0.000143
+gallium_dri.so free 0x557173591180 void 0.000141
+gallium_dri.so free 0x5571735910c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735910c0 0.000145
+gallium_dri.so free 0x557173591200 void 0.000145
+gallium_dri.so free 0x5571735910c0 void 0.000144
+gallium_dri.so malloc 72 0x557173591200 0.000142
+gallium_dri.so free 0x5571735912c0 void 0.000141
+gallium_dri.so free 0x557173591200 void 0.000146
+gallium_dri.so malloc 72 0x557173591200 0.000145
+gallium_dri.so free 0x557173591380 void 0.000145
+gallium_dri.so free 0x557173591200 void 0.000145
+gallium_dri.so malloc 72 0x557173591200 0.000141
+gallium_dri.so free 0x557173591440 void 0.000144
+gallium_dri.so free 0x557173591200 void 0.000147
+gallium_dri.so malloc 72 0x5571735913f0 0.000144
+gallium_dri.so free 0x5571735914c0 void 0.000144
+gallium_dri.so free 0x5571735913f0 void 0.000144
+gallium_dri.so malloc 72 0x557173591510 0.000141
+gallium_dri.so free 0x557173591580 void 0.000144
+gallium_dri.so free 0x557173591510 void 0.000144
+gallium_dri.so malloc 72 0x5571735915c0 0.000144
+gallium_dri.so free 0x557173591640 void 0.000141
+gallium_dri.so free 0x5571735915c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735915c0 0.000143
+gallium_dri.so free 0x5571735916c0 void 0.000144
+gallium_dri.so free 0x5571735915c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735916f0 0.000141
+gallium_dri.so free 0x557173591740 void 0.000170
+gallium_dri.so free 0x5571735916f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735916f0 0.000155
+gallium_dri.so free 0x557173591840 void 0.000152
+gallium_dri.so free 0x5571735916f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735917f0 0.000146
+gallium_dri.so free 0x557173591900 void 0.000152
+gallium_dri.so free 0x5571735917f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735918b0 0.000153
+gallium_dri.so free 0x557173591940 void 0.000149
+gallium_dri.so free 0x5571735918b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735918b0 0.000148
+gallium_dri.so free 0x557173591a00 void 0.000153
+gallium_dri.so free 0x5571735918b0 void 0.000152
+gallium_dri.so malloc 72 0x557173591a70 0.000181
+gallium_dri.so free 0x557173591ac0 void 0.000153
+gallium_dri.so free 0x557173591a70 void 0.000150
+gallium_dri.so malloc 72 0x557173591a70 0.000151
+gallium_dri.so free 0x557173591bc0 void 0.000164
+gallium_dri.so free 0x557173591a70 void 0.000156
+gallium_dri.so malloc 72 0x557173591b70 0.000153
+gallium_dri.so free 0x557173591c80 void 0.000150
+gallium_dri.so free 0x557173591b70 void 0.000149
+gallium_dri.so malloc 72 0x557173591c30 0.000150
+gallium_dri.so free 0x557173591cc0 void 0.000153
+gallium_dri.so free 0x557173591c30 void 0.000153
+gallium_dri.so malloc 72 0x557173591c30 0.000153
+gallium_dri.so free 0x557173591d80 void 0.000149
+gallium_dri.so free 0x557173591c30 void 0.000149
+gallium_dri.so malloc 72 0x557173591dc0 0.000148
+gallium_dri.so free 0x557173591e40 void 0.000153
+gallium_dri.so free 0x557173591dc0 void 0.000152
+gallium_dri.so malloc 72 0x557173591e40 0.000152
+gallium_dri.so free 0x557173591f00 void 0.000150
+gallium_dri.so free 0x557173591e40 void 0.000144
+gallium_dri.so malloc 72 0x557173591e40 0.000151
+gallium_dri.so free 0x5571735f5480 void 0.000152
+gallium_dri.so free 0x557173591e40 void 0.000155
+gallium_dri.so malloc 72 0x557173591e40 0.000150
+gallium_dri.so free 0x5571735f5540 void 0.000150
+gallium_dri.so free 0x557173591e40 void 0.000152
+gallium_dri.so malloc 72 0x557173591e40 0.000150
+gallium_dri.so free 0x5571735f5600 void 0.000147
+gallium_dri.so free 0x557173591e40 void 0.000135
+gallium_dri.so malloc 72 0x5571735f55b0 0.000235
+gallium_dri.so free 0x5571735f5680 void 0.000341
+gallium_dri.so free 0x5571735f55b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735f56d0 0.000318
+gallium_dri.so free 0x5571735f5740 void 0.000298
+gallium_dri.so free 0x5571735f56d0 void 0.000278
+gallium_dri.so malloc 72 0x5571735f5760 0.000274
+gallium_dri.so free 0x5571735f5800 void 0.000338
+gallium_dri.so free 0x5571735f5760 void 0.000312
+gallium_dri.so malloc 72 0x5571735f57b0 0.000288
+gallium_dri.so free 0x5571735f5880 void 0.000283
+gallium_dri.so free 0x5571735f57b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735f5880 0.000267
+gallium_dri.so free 0x5571735f5940 void 0.000278
+gallium_dri.so free 0x5571735f5880 void 0.000282
+gallium_dri.so malloc 72 0x5571735f5880 0.000269
+gallium_dri.so free 0x5571735f59c0 void 0.000283
+gallium_dri.so free 0x5571735f5880 void 0.000165
+gallium_dri.so malloc 72 0x5571735f59c0 0.000164
+gallium_dri.so free 0x5571735f5a80 void 0.000162
+gallium_dri.so free 0x5571735f59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f59c0 0.000134
+gallium_dri.so free 0x5571735f5b40 void 0.000132
+gallium_dri.so free 0x5571735f59c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f59c0 0.000133
+gallium_dri.so free 0x5571735f5c00 void 0.000132
+gallium_dri.so free 0x5571735f59c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000123
+gallium_dri.so free 0x5571735f5c80 void 0.000124
+gallium_dri.so free 0x5571735f5bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5cd0 0.000125
+gallium_dri.so free 0x5571735f5d40 void 0.000131
+gallium_dri.so free 0x5571735f5cd0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5d80 0.000132
+gallium_dri.so free 0x5571735f5e00 void 0.000132
+gallium_dri.so free 0x5571735f5d80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5d80 0.000183
+gallium_dri.so free 0x5571735f5e80 void 0.000223
+gallium_dri.so free 0x5571735f5d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000134
+gallium_dri.so free 0x5571735f5f00 void 0.000126
+gallium_dri.so free 0x5571735f5eb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000131
+gallium_dri.so free 0x5571735f6000 void 0.000128
+gallium_dri.so free 0x5571735f5eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000130
+gallium_dri.so free 0x5571735f60c0 void 0.000126
+gallium_dri.so free 0x5571735f5fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6070 0.000123
+gallium_dri.so free 0x5571735f6100 void 0.000129
+gallium_dri.so free 0x5571735f6070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6070 0.000138
+gallium_dri.so free 0x5571735f61c0 void 0.000137
+gallium_dri.so free 0x5571735f6070 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6230 0.000133
+gallium_dri.so free 0x5571735f6280 void 0.000131
+gallium_dri.so free 0x5571735f6230 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6230 0.000137
+gallium_dri.so free 0x5571735f6380 void 0.000137
+gallium_dri.so free 0x5571735f6230 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6330 0.000132
+gallium_dri.so free 0x5571735f6440 void 0.000133
+gallium_dri.so free 0x5571735f6330 void 0.000139
+gallium_dri.so malloc 72 0x5571735f63f0 0.000138
+gallium_dri.so free 0x5571735f6480 void 0.000131
+gallium_dri.so free 0x5571735f63f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f63f0 0.000235
+gallium_dri.so free 0x5571735f6540 void 0.000138
+gallium_dri.so free 0x5571735f63f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6580 0.000203
+gallium_dri.so free 0x5571735f6600 void 0.000342
+gallium_dri.so free 0x5571735f6580 void 0.000168
+gallium_dri.so malloc 72 0x5571735f6600 0.000166
+gallium_dri.so free 0x5571735f66c0 void 0.000170
+gallium_dri.so free 0x5571735f6600 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6600 0.000187
+gallium_dri.so free 0x5571735f6780 void 0.000179
+gallium_dri.so free 0x5571735f6600 void 0.000139
+gallium_dri.so malloc 72 0x5571735f67a0 0.000138
+gallium_dri.so free 0x5571735f6840 void 0.000228
+gallium_dri.so free 0x5571735f67a0 void 0.000342
+gallium_dri.so malloc 72 0x5571735f67f0 0.000335
+gallium_dri.so free 0x5571735f68c0 void 0.000172
+gallium_dri.so free 0x5571735f67f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f67f0 0.000170
+gallium_dri.so free 0x5571735f6940 void 0.000136
+gallium_dri.so free 0x5571735f67f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6940 0.000131
+gallium_dri.so free 0x5571735f6a00 void 0.000130
+gallium_dri.so free 0x5571735f6940 void 0.000160
+gallium_dri.so malloc 72 0x5571735f6940 0.000136
+gallium_dri.so free 0x5571735f6ac0 void 0.000137
+gallium_dri.so free 0x5571735f6940 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6940 0.000137
+gallium_dri.so free 0x5571735f6b80 void 0.000141
+gallium_dri.so free 0x5571735f6940 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6b30 0.000136
+gallium_dri.so free 0x5571735f6c40 void 0.000177
+gallium_dri.so free 0x5571735f6b30 void 0.000174
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000167
+gallium_dri.so free 0x5571735f6cc0 void 0.000131
+gallium_dri.so free 0x5571735f6bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6d10 0.000126
+gallium_dri.so free 0x5571735f6d80 void 0.000126
+gallium_dri.so free 0x5571735f6d10 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6da0 0.000130
+gallium_dri.so free 0x5571735f6e40 void 0.000126
+gallium_dri.so free 0x5571735f6da0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6df0 0.000130
+gallium_dri.so free 0x5571735f6ec0 void 0.000130
+gallium_dri.so free 0x5571735f6df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6df0 0.000129
+gallium_dri.so free 0x5571735f6f40 void 0.000131
+gallium_dri.so free 0x5571735f6df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6f40 0.000132
+gallium_dri.so free 0x5571735f7000 void 0.000130
+gallium_dri.so free 0x5571735f6f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6f40 0.000140
+gallium_dri.so free 0x5571735f7100 void 0.000158
+gallium_dri.so free 0x5571735f6f40 void 0.000135
+gallium_dri.so malloc 72 0x5571735f70b0 0.000131
+gallium_dri.so free 0x5571735f7140 void 0.000131
+gallium_dri.so free 0x5571735f70b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f70b0 0.000132
+gallium_dri.so free 0x5571735f7200 void 0.000126
+gallium_dri.so free 0x5571735f70b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7240 0.000124
+gallium_dri.so free 0x5571735f72c0 void 0.000129
+gallium_dri.so free 0x5571735f7240 void 0.000127
+gallium_dri.so malloc 72 0x5571735f72c0 0.000124
+gallium_dri.so free 0x5571735f7380 void 0.000124
+gallium_dri.so free 0x5571735f72c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f72c0 0.000130
+gallium_dri.so free 0x5571735f7400 void 0.000126
+gallium_dri.so free 0x5571735f72c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7430 0.000126
+gallium_dri.so free 0x5571735f7480 void 0.000130
+gallium_dri.so free 0x5571735f7430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7430 0.000144
+gallium_dri.so free 0x5571735f7580 void 0.000133
+gallium_dri.so free 0x5571735f7430 void 0.000200
+gallium_dri.so malloc 72 0x5571735f75c0 0.000181
+gallium_dri.so free 0x5571735f7640 void 0.000238
+gallium_dri.so free 0x5571735f75c0 void 0.000243
+gallium_dri.so malloc 72 0x5571735f7640 0.000274
+gallium_dri.so free 0x5571735f7700 void 0.000247
+gallium_dri.so free 0x5571735f7640 void 0.000287
+gallium_dri.so malloc 72 0x5571735f7640 0.000288
+gallium_dri.so free 0x5571735f7780 void 0.000276
+gallium_dri.so free 0x5571735f7640 void 0.000274
+gallium_dri.so malloc 72 0x5571735f77b0 0.000270
+gallium_dri.so free 0x5571735f7800 void 0.000288
+gallium_dri.so free 0x5571735f77b0 void 0.000347
+gallium_dri.so malloc 72 0x5571735f77b0 0.000338
+gallium_dri.so free 0x5571735f7900 void 0.000306
+gallium_dri.so free 0x5571735f77b0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f78b0 0.000167
+gallium_dri.so free 0x5571735f79c0 void 0.000164
+gallium_dri.so free 0x5571735f78b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7970 0.000132
+gallium_dri.so free 0x5571735f7a40 void 0.000126
+gallium_dri.so free 0x5571735f7970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7970 0.000125
+gallium_dri.so free 0x5571735f7b00 void 0.000131
+gallium_dri.so free 0x5571735f7970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7970 0.000131
+gallium_dri.so free 0x5571735f7bc0 void 0.000127
+gallium_dri.so free 0x5571735f7970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7b70 0.000125
+gallium_dri.so free 0x5571735f7c40 void 0.000126
+gallium_dri.so free 0x5571735f7b70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7c90 0.000133
+gallium_dri.so free 0x5571735f7d00 void 0.000131
+gallium_dri.so free 0x5571735f7c90 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7d20 0.000132
+gallium_dri.so free 0x5571735f7dc0 void 0.000127
+gallium_dri.so free 0x5571735f7d20 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7d70 0.000129
+gallium_dri.so free 0x5571735f7e40 void 0.000131
+gallium_dri.so free 0x5571735f7d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e40 0.000131
+gallium_dri.so free 0x5571735f7f00 void 0.000126
+gallium_dri.so free 0x5571735f7e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7e40 0.000124
+gallium_dri.so free 0x5571735f7f80 void 0.000131
+gallium_dri.so free 0x5571735f7e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7f80 0.000127
+gallium_dri.so free 0x5571735f8040 void 0.000126
+gallium_dri.so free 0x5571735f7f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7f80 0.000132
+gallium_dri.so free 0x5571735f8100 void 0.000131
+gallium_dri.so free 0x5571735f7f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7f80 0.000135
+gallium_dri.so free 0x5571735f81c0 void 0.000165
+gallium_dri.so free 0x5571735f7f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8170 0.000131
+gallium_dri.so free 0x5571735f8240 void 0.000131
+gallium_dri.so free 0x5571735f8170 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8290 0.000131
+gallium_dri.so free 0x5571735f8300 void 0.000132
+gallium_dri.so free 0x5571735f8290 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8340 0.000131
+gallium_dri.so free 0x5571735f83c0 void 0.000131
+gallium_dri.so free 0x5571735f8340 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8340 0.000131
+gallium_dri.so free 0x5571735f8440 void 0.000126
+gallium_dri.so free 0x5571735f8340 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8470 0.000126
+gallium_dri.so free 0x5571735f84c0 void 0.000130
+gallium_dri.so free 0x5571735f8470 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8470 0.000129
+gallium_dri.so free 0x5571735f85c0 void 0.000130
+gallium_dri.so free 0x5571735f8470 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8570 0.000140
+gallium_dri.so free 0x5571735f8680 void 0.000231
+gallium_dri.so free 0x5571735f8570 void 0.000235
+gallium_dri.so malloc 72 0x5571735f8630 0.000209
+gallium_dri.so free 0x5571735f86c0 void 0.000238
+gallium_dri.so free 0x5571735f8630 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8630 0.000271
+gallium_dri.so free 0x5571735f8780 void 0.000295
+gallium_dri.so free 0x5571735f8630 void 0.000176
+gallium_dri.so malloc 72 0x5571735f87f0 0.000175
+gallium_dri.so free 0x5571735f8840 void 0.000176
+gallium_dri.so free 0x5571735f87f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f87f0 0.000139
+gallium_dri.so free 0x5571735f8940 void 0.000139
+gallium_dri.so free 0x5571735f87f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f88f0 0.000141
+gallium_dri.so free 0x5571735f8a00 void 0.000139
+gallium_dri.so free 0x5571735f88f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f89b0 0.000129
+gallium_dri.so free 0x5571735f8a40 void 0.000138
+gallium_dri.so free 0x5571735f89b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f89b0 0.000137
+gallium_dri.so free 0x5571735f8b00 void 0.000140
+gallium_dri.so free 0x5571735f89b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f8b40 0.000130
+gallium_dri.so free 0x5571735f8bc0 void 0.000137
+gallium_dri.so free 0x5571735f8b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000129
+gallium_dri.so free 0x5571735f8c80 void 0.000131
+gallium_dri.so free 0x5571735f8bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000138
+gallium_dri.so free 0x5571735f8d40 void 0.000140
+gallium_dri.so free 0x5571735f8bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8d60 0.000135
+gallium_dri.so free 0x5571735f8e00 void 0.000140
+gallium_dri.so free 0x5571735f8d60 void 0.000148
+gallium_dri.so malloc 72 0x5571735f8db0 0.000139
+gallium_dri.so free 0x5571735f8e80 void 0.000138
+gallium_dri.so free 0x5571735f8db0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f8db0 0.000138
+gallium_dri.so free 0x5571735f8f00 void 0.000138
+gallium_dri.so free 0x5571735f8db0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f8f00 0.000138
+gallium_dri.so free 0x5571735f8fc0 void 0.000138
+gallium_dri.so free 0x5571735f8f00 void 0.000144
+gallium_dri.so malloc 72 0x5571735f8f00 0.000132
+gallium_dri.so free 0x5571735f9080 void 0.000130
+gallium_dri.so free 0x5571735f8f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8f00 0.000125
+gallium_dri.so free 0x5571735f9140 void 0.000130
+gallium_dri.so free 0x5571735f8f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f90f0 0.000131
+gallium_dri.so free 0x5571735f9200 void 0.000127
+gallium_dri.so free 0x5571735f90f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f91b0 0.000129
+gallium_dri.so free 0x5571735f9280 void 0.000196
+gallium_dri.so free 0x5571735f91b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f92d0 0.000131
+gallium_dri.so free 0x5571735f9340 void 0.000131
+gallium_dri.so free 0x5571735f92d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9360 0.000131
+gallium_dri.so free 0x5571735f9400 void 0.000127
+gallium_dri.so free 0x5571735f9360 void 0.000130
+gallium_dri.so malloc 72 0x5571735f93b0 0.000131
+gallium_dri.so free 0x5571735f9480 void 0.000127
+gallium_dri.so free 0x5571735f93b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f93b0 0.000125
+gallium_dri.so free 0x5571735f9500 void 0.000129
+gallium_dri.so free 0x5571735f93b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9500 0.000127
+gallium_dri.so free 0x5571735f95c0 void 0.000127
+gallium_dri.so free 0x5571735f9500 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9500 0.000131
+gallium_dri.so free 0x5571735f96c0 void 0.000127
+gallium_dri.so free 0x5571735f9500 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9670 0.000127
+gallium_dri.so free 0x5571735f9700 void 0.000130
+gallium_dri.so free 0x5571735f9670 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9670 0.000124
+gallium_dri.so free 0x5571735f97c0 void 0.000131
+gallium_dri.so free 0x5571735f9670 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9800 0.000133
+gallium_dri.so free 0x5571735f9880 void 0.000134
+gallium_dri.so free 0x5571735f9800 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9880 0.000132
+gallium_dri.so free 0x5571735f9940 void 0.000125
+gallium_dri.so free 0x5571735f9880 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9880 0.000128
+gallium_dri.so free 0x5571735f99c0 void 0.000134
+gallium_dri.so free 0x5571735f9880 void 0.000133
+gallium_dri.so malloc 72 0x5571735f99f0 0.000131
+gallium_dri.so free 0x5571735f9a40 void 0.000132
+gallium_dri.so free 0x5571735f99f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f99f0 0.000123
+gallium_dri.so free 0x5571735f9b40 void 0.000125
+gallium_dri.so free 0x5571735f99f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9b80 0.000132
+gallium_dri.so free 0x5571735f9c00 void 0.000132
+gallium_dri.so free 0x5571735f9b80 void 0.000136
+gallium_dri.so malloc 72 0x5571735f9c00 0.000130
+gallium_dri.so free 0x5571735f9cc0 void 0.000185
+gallium_dri.so free 0x5571735f9c00 void 0.000182
+gallium_dri.so malloc 72 0x5571735f9c00 0.000181
+gallium_dri.so free 0x5571735f9d40 void 0.000163
+gallium_dri.so free 0x5571735f9c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9d70 0.000131
+gallium_dri.so free 0x5571735f9dc0 void 0.000130
+gallium_dri.so free 0x5571735f9d70 void 0.000160
+gallium_dri.so malloc 72 0x5571735f9d70 0.000125
+gallium_dri.so free 0x5571735f9ec0 void 0.000125
+gallium_dri.so free 0x5571735f9d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9e70 0.000130
+gallium_dri.so free 0x5571735f9f80 void 0.000132
+gallium_dri.so free 0x5571735f9e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9f30 0.000129
+gallium_dri.so free 0x5571735fa000 void 0.000129
+gallium_dri.so free 0x5571735f9f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9f30 0.000129
+gallium_dri.so free 0x5571735fa0c0 void 0.000132
+gallium_dri.so free 0x5571735f9f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9f30 0.000129
+gallium_dri.so free 0x5571735fa180 void 0.000223
+gallium_dri.so free 0x5571735f9f30 void 0.000238
+gallium_dri.so malloc 72 0x5571735fa130 0.000242
+gallium_dri.so free 0x5571735fa200 void 0.000207
+gallium_dri.so free 0x5571735fa130 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa250 0.000131
+gallium_dri.so free 0x5571735fa2c0 void 0.000133
+gallium_dri.so free 0x5571735fa250 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000131
+gallium_dri.so free 0x5571735fa380 void 0.000126
+gallium_dri.so free 0x5571735fa2e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa330 0.000131
+gallium_dri.so free 0x5571735fa400 void 0.000131
+gallium_dri.so free 0x5571735fa330 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa400 0.000130
+gallium_dri.so free 0x5571735fa4c0 void 0.000132
+gallium_dri.so free 0x5571735fa400 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa400 0.000124
+gallium_dri.so free 0x5571735fa540 void 0.000125
+gallium_dri.so free 0x5571735fa400 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa540 0.000132
+gallium_dri.so free 0x5571735fa600 void 0.000142
+gallium_dri.so free 0x5571735fa540 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa540 0.000124
+gallium_dri.so free 0x5571735fa6c0 void 0.000131
+gallium_dri.so free 0x5571735fa540 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa540 0.000132
+gallium_dri.so free 0x5571735fa780 void 0.000124
+gallium_dri.so free 0x5571735fa540 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa730 0.000123
+gallium_dri.so free 0x5571735fa800 void 0.000122
+gallium_dri.so free 0x5571735fa730 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa850 0.000122
+gallium_dri.so free 0x5571735fa8c0 void 0.000124
+gallium_dri.so free 0x5571735fa850 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa900 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000124
+gallium_dri.so free 0x5571735fa900 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa900 0.000123
+gallium_dri.so free 0x5571735faa00 void 0.000129
+gallium_dri.so free 0x5571735fa900 void 0.000124
+gallium_dri.so malloc 72 0x5571735faa30 0.000124
+gallium_dri.so free 0x5571735faa80 void 0.000121
+gallium_dri.so free 0x5571735faa30 void 0.000123
+gallium_dri.so malloc 72 0x5571735faa30 0.000122
+gallium_dri.so free 0x5571735fab80 void 0.000123
+gallium_dri.so free 0x5571735faa30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab30 0.000124
+gallium_dri.so free 0x5571735fac40 void 0.000123
+gallium_dri.so free 0x5571735fab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fabf0 0.000125
+gallium_dri.so free 0x5571735fac80 void 0.000125
+gallium_dri.so free 0x5571735fabf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fabf0 0.000122
+gallium_dri.so free 0x5571735fad40 void 0.000124
+gallium_dri.so free 0x5571735fabf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fadb0 0.000124
+gallium_dri.so free 0x5571735fae00 void 0.000123
+gallium_dri.so free 0x5571735fadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fadb0 0.000124
+gallium_dri.so free 0x5571735faf00 void 0.000122
+gallium_dri.so free 0x5571735fadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735faeb0 0.000123
+gallium_dri.so free 0x5571735fafc0 void 0.000122
+gallium_dri.so free 0x5571735faeb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735faf70 0.000122
+gallium_dri.so free 0x5571735fb000 void 0.000124
+gallium_dri.so free 0x5571735faf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735faf70 0.000123
+gallium_dri.so free 0x5571735fb0c0 void 0.000124
+gallium_dri.so free 0x5571735faf70 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb100 0.000123
+gallium_dri.so free 0x5571735fb180 void 0.000189
+gallium_dri.so free 0x5571735fb100 void 0.000290
+gallium_dri.so malloc 72 0x5571735fb180 0.000127
+gallium_dri.so free 0x5571735fb240 void 0.000125
+gallium_dri.so free 0x5571735fb180 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb180 0.000125
+gallium_dri.so free 0x5571735fb300 void 0.000126
+gallium_dri.so free 0x5571735fb180 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb320 0.000124
+gallium_dri.so free 0x5571735fb3c0 void 0.000124
+gallium_dri.so free 0x5571735fb320 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb370 0.000124
+gallium_dri.so free 0x5571735fb440 void 0.000124
+gallium_dri.so free 0x5571735fb370 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb370 0.000124
+gallium_dri.so free 0x5571735fb4c0 void 0.000125
+gallium_dri.so free 0x5571735fb370 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000124
+gallium_dri.so free 0x5571735fb580 void 0.000124
+gallium_dri.so free 0x5571735fb4c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000124
+gallium_dri.so free 0x5571735fb640 void 0.000124
+gallium_dri.so free 0x5571735fb4c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000131
+gallium_dri.so free 0x5571735fb700 void 0.000127
+gallium_dri.so free 0x5571735fb4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000123
+gallium_dri.so free 0x5571735fb7c0 void 0.000124
+gallium_dri.so free 0x5571735fb6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb770 0.000125
+gallium_dri.so free 0x5571735fb840 void 0.000125
+gallium_dri.so free 0x5571735fb770 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb890 0.000131
+gallium_dri.so free 0x5571735fb900 void 0.000119
+gallium_dri.so free 0x5571735fb890 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb920 0.000118
+gallium_dri.so free 0x5571735fb9c0 void 0.000119
+gallium_dri.so free 0x5571735fb920 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb970 0.000119
+gallium_dri.so free 0x5571735fba40 void 0.000119
+gallium_dri.so free 0x5571735fb970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb970 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000117
+gallium_dri.so free 0x5571735fb970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbac0 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbac0 0.000117
+gallium_dri.so free 0x5571735fbc80 void 0.000119
+gallium_dri.so free 0x5571735fbac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbc30 0.000120
+gallium_dri.so free 0x5571735fbcc0 void 0.000118
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbc30 0.000119
+gallium_dri.so free 0x5571735fbd80 void 0.000119
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000119
+gallium_dri.so free 0x5571735fbe40 void 0.000119
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbe40 0.000119
+gallium_dri.so free 0x5571735fbf00 void 0.000118
+gallium_dri.so free 0x5571735fbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbe40 0.000117
+gallium_dri.so free 0x5571735fbf80 void 0.000120
+gallium_dri.so free 0x5571735fbe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000119
+gallium_dri.so free 0x5571735fc000 void 0.000122
+gallium_dri.so free 0x5571735fbfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000118
+gallium_dri.so free 0x5571735fc100 void 0.000118
+gallium_dri.so free 0x5571735fbfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc140 0.000117
+gallium_dri.so free 0x5571735fc1c0 void 0.000119
+gallium_dri.so free 0x5571735fc140 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000117
+gallium_dri.so free 0x5571735fc280 void 0.000119
+gallium_dri.so free 0x5571735fc1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000119
+gallium_dri.so free 0x5571735fc300 void 0.000120
+gallium_dri.so free 0x5571735fc1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc330 0.000119
+gallium_dri.so free 0x5571735fc380 void 0.000118
+gallium_dri.so free 0x5571735fc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc330 0.000117
+gallium_dri.so free 0x5571735fc480 void 0.000118
+gallium_dri.so free 0x5571735fc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc430 0.000118
+gallium_dri.so free 0x5571735fc540 void 0.000120
+gallium_dri.so free 0x5571735fc430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000118
+gallium_dri.so free 0x5571735fc4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000119
+gallium_dri.so free 0x5571735fc680 void 0.000119
+gallium_dri.so free 0x5571735fc4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000119
+gallium_dri.so free 0x5571735fc740 void 0.000118
+gallium_dri.so free 0x5571735fc4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000118
+gallium_dri.so free 0x5571735fc7c0 void 0.000119
+gallium_dri.so free 0x5571735fc6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc810 0.000124
+gallium_dri.so free 0x5571735fc880 void 0.000129
+gallium_dri.so free 0x5571735fc810 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc8a0 0.000119
+gallium_dri.so free 0x5571735fc940 void 0.000119
+gallium_dri.so free 0x5571735fc8a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc8f0 0.000117
+gallium_dri.so free 0x5571735fc9c0 void 0.000119
+gallium_dri.so free 0x5571735fc8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000119
+gallium_dri.so free 0x5571735fca80 void 0.000119
+gallium_dri.so free 0x5571735fc9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000118
+gallium_dri.so free 0x5571735fcb00 void 0.000118
+gallium_dri.so free 0x5571735fc9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcb00 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000117
+gallium_dri.so free 0x5571735fcb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcb00 0.000117
+gallium_dri.so free 0x5571735fcc80 void 0.000117
+gallium_dri.so free 0x5571735fcb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcb00 0.000118
+gallium_dri.so free 0x5571735fcd40 void 0.000120
+gallium_dri.so free 0x5571735fcb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fccf0 0.000117
+gallium_dri.so free 0x5571735fcdc0 void 0.000118
+gallium_dri.so free 0x5571735fccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce10 0.000128
+gallium_dri.so free 0x5571735fce80 void 0.000120
+gallium_dri.so free 0x5571735fce10 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcec0 0.000118
+gallium_dri.so free 0x5571735fcf40 void 0.000118
+gallium_dri.so free 0x5571735fcec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcec0 0.000117
+gallium_dri.so free 0x5571735fcfc0 void 0.000119
+gallium_dri.so free 0x5571735fcec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcff0 0.000118
+gallium_dri.so free 0x5571735fd040 void 0.000119
+gallium_dri.so free 0x5571735fcff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcff0 0.000118
+gallium_dri.so free 0x5571735fd140 void 0.000117
+gallium_dri.so free 0x5571735fcff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so free 0x5571735fd0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000117
+gallium_dri.so free 0x5571735fd240 void 0.000118
+gallium_dri.so free 0x5571735fd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000119
+gallium_dri.so free 0x5571735fd300 void 0.000119
+gallium_dri.so free 0x5571735fd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd370 0.000119
+gallium_dri.so free 0x5571735fd3c0 void 0.000119
+gallium_dri.so free 0x5571735fd370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd370 0.000192
+gallium_dri.so free 0x5571735fd4c0 void 0.000120
+gallium_dri.so free 0x5571735fd370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd470 0.000118
+gallium_dri.so free 0x5571735fd580 void 0.000118
+gallium_dri.so free 0x5571735fd470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd530 0.000118
+gallium_dri.so free 0x5571735fd5c0 void 0.000120
+gallium_dri.so free 0x5571735fd530 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd530 0.000118
+gallium_dri.so free 0x5571735fd680 void 0.000117
+gallium_dri.so free 0x5571735fd530 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000120
+gallium_dri.so free 0x5571735fd6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd740 0.000120
+gallium_dri.so free 0x5571735fd800 void 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd740 0.000118
+gallium_dri.so free 0x5571735fd8c0 void 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd8e0 0.000118
+gallium_dri.so free 0x5571735fd980 void 0.000119
+gallium_dri.so free 0x5571735fd8e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd930 0.000118
+gallium_dri.so free 0x5571735fda00 void 0.000120
+gallium_dri.so free 0x5571735fd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd930 0.000118
+gallium_dri.so free 0x5571735fda80 void 0.000119
+gallium_dri.so free 0x5571735fd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fda80 0.000117
+gallium_dri.so free 0x5571735fdb40 void 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda80 0.000118
+gallium_dri.so free 0x5571735fdc00 void 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda80 0.000119
+gallium_dri.so free 0x5571735fdcc0 void 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdc70 0.000119
+gallium_dri.so free 0x5571735fdd80 void 0.000118
+gallium_dri.so free 0x5571735fdc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdd30 0.000119
+gallium_dri.so free 0x5571735fde00 void 0.000119
+gallium_dri.so free 0x5571735fdd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fde50 0.000117
+gallium_dri.so free 0x5571735fdec0 void 0.000117
+gallium_dri.so free 0x5571735fde50 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdee0 0.000118
+gallium_dri.so free 0x5571735fdf80 void 0.000120
+gallium_dri.so free 0x5571735fdee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdf30 0.000118
+gallium_dri.so free 0x5571735fe000 void 0.000127
+gallium_dri.so free 0x5571735fdf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf30 0.000118
+gallium_dri.so free 0x5571735fe080 void 0.000119
+gallium_dri.so free 0x5571735fdf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe080 0.000118
+gallium_dri.so free 0x5571735fe140 void 0.000118
+gallium_dri.so free 0x5571735fe080 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe080 0.000117
+gallium_dri.so free 0x5571735fe240 void 0.000119
+gallium_dri.so free 0x5571735fe080 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000119
+gallium_dri.so free 0x5571735fe280 void 0.000118
+gallium_dri.so free 0x5571735fe1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000118
+gallium_dri.so free 0x5571735fe340 void 0.000118
+gallium_dri.so free 0x5571735fe1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe380 0.000119
+gallium_dri.so free 0x5571735fe400 void 0.000118
+gallium_dri.so free 0x5571735fe380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe400 0.000118
+gallium_dri.so free 0x5571735fe4c0 void 0.000119
+gallium_dri.so free 0x5571735fe400 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe400 0.000118
+gallium_dri.so free 0x5571735fe540 void 0.000118
+gallium_dri.so free 0x5571735fe400 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe570 0.000116
+gallium_dri.so free 0x5571735fe5c0 void 0.000123
+gallium_dri.so free 0x5571735fe570 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe570 0.000118
+gallium_dri.so free 0x5571735fe6c0 void 0.000119
+gallium_dri.so free 0x5571735fe570 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe700 0.000120
+gallium_dri.so free 0x5571735fe780 void 0.000119
+gallium_dri.so free 0x5571735fe700 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe780 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so free 0x5571735fe780 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe780 0.000120
+gallium_dri.so free 0x5571735fe8c0 void 0.000119
+gallium_dri.so free 0x5571735fe780 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000119
+gallium_dri.so free 0x5571735fe940 void 0.000118
+gallium_dri.so free 0x5571735fe8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000117
+gallium_dri.so free 0x5571735fea40 void 0.000119
+gallium_dri.so free 0x5571735fe8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000120
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so free 0x5571735fe9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735feab0 0.000119
+gallium_dri.so free 0x5571735feb80 void 0.000118
+gallium_dri.so free 0x5571735feab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735feab0 0.000121
+gallium_dri.so free 0x5571735fec40 void 0.000120
+gallium_dri.so free 0x5571735feab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735feab0 0.000118
+gallium_dri.so free 0x5571735fed00 void 0.000118
+gallium_dri.so free 0x5571735feab0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fecb0 0.000121
+gallium_dri.so free 0x5571735fed80 void 0.000118
+gallium_dri.so free 0x5571735fecb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fedd0 0.000118
+gallium_dri.so free 0x5571735fee40 void 0.000117
+gallium_dri.so free 0x5571735fedd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee60 0.000119
+gallium_dri.so free 0x5571735fef00 void 0.000119
+gallium_dri.so free 0x5571735fee60 void 0.000227
+gallium_dri.so malloc 72 0x5571735feeb0 0.000154
+gallium_dri.so free 0x5571735fef80 void 0.000198
+gallium_dri.so free 0x5571735feeb0 void 0.000156
+gallium_dri.so malloc 72 0x5571735fef80 0.000200
+gallium_dri.so free 0x5571735ff040 void 0.000118
+gallium_dri.so free 0x5571735fef80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fef80 0.000116
+gallium_dri.so free 0x5571735ff0c0 void 0.000117
+gallium_dri.so free 0x5571735fef80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000127
+gallium_dri.so free 0x5571735ff180 void 0.000120
+gallium_dri.so free 0x5571735ff0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000120
+gallium_dri.so free 0x5571735ff240 void 0.000119
+gallium_dri.so free 0x5571735ff0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000117
+gallium_dri.so free 0x5571735ff300 void 0.000119
+gallium_dri.so free 0x5571735ff0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000117
+gallium_dri.so free 0x5571735ff380 void 0.000118
+gallium_dri.so free 0x5571735ff2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff3d0 0.000119
+gallium_dri.so free 0x5571735ff440 void 0.000119
+gallium_dri.so free 0x5571735ff3d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff480 0.000122
+gallium_dri.so free 0x5571735ff500 void 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff480 0.000120
+gallium_dri.so free 0x5571735ff580 void 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000127
+gallium_dri.so free 0x5571735ff600 void 0.000120
+gallium_dri.so free 0x5571735ff5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000119
+gallium_dri.so free 0x5571735ff700 void 0.000119
+gallium_dri.so free 0x5571735ff5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000119
+gallium_dri.so free 0x5571735ff6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff770 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000118
+gallium_dri.so free 0x5571735ff770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff770 0.000117
+gallium_dri.so free 0x5571735ff8c0 void 0.000119
+gallium_dri.so free 0x5571735ff770 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff930 0.000117
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so free 0x5571735ff930 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff930 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so free 0x5571735ff930 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa30 0.000119
+gallium_dri.so free 0x5571735ffb40 void 0.000119
+gallium_dri.so free 0x5571735ffa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000118
+gallium_dri.so free 0x5571735ffb80 void 0.000117
+gallium_dri.so free 0x5571735ffaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000118
+gallium_dri.so free 0x5571735ffc40 void 0.000119
+gallium_dri.so free 0x5571735ffaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc80 0.000118
+gallium_dri.so free 0x5571735ffd00 void 0.000157
+gallium_dri.so free 0x5571735ffc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd00 0.000118
+gallium_dri.so free 0x5571735ffdc0 void 0.000119
+gallium_dri.so free 0x5571735ffd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffd00 0.000117
+gallium_dri.so free 0x5571735ffe80 void 0.000117
+gallium_dri.so free 0x5571735ffd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffea0 0.000118
+gallium_dri.so free 0x5571735cae40 void 0.000118
+gallium_dri.so free 0x5571735ffea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffea0 0.000118
+gallium_dri.so free 0x5571735caf00 void 0.000118
+gallium_dri.so free 0x5571735ffea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735caf40 0.000118
+gallium_dri.so free 0x5571735cafc0 void 0.000120
+gallium_dri.so free 0x5571735caf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cafc0 0.000119
+gallium_dri.so free 0x5571735cb080 void 0.000119
+gallium_dri.so free 0x5571735cafc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cafc0 0.000118
+gallium_dri.so free 0x5571735cb100 void 0.000118
+gallium_dri.so free 0x5571735cafc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb130 0.000117
+gallium_dri.so free 0x5571735cb180 void 0.000118
+gallium_dri.so free 0x5571735cb130 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb180 0.000118
+gallium_dri.so free 0x5571735cb240 void 0.000119
+gallium_dri.so free 0x5571735cb180 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb180 0.000116
+gallium_dri.so free 0x5571735cb340 void 0.000117
+gallium_dri.so free 0x5571735cb180 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb2f0 0.000116
+gallium_dri.so free 0x5571735cb400 void 0.000116
+gallium_dri.so free 0x5571735cb2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000116
+gallium_dri.so free 0x5571735cb440 void 0.000116
+gallium_dri.so free 0x5571735cb3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb3b0 0.000125
+gallium_dri.so free 0x5571735cb500 void 0.000118
+gallium_dri.so free 0x5571735cb3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb540 0.000116
+gallium_dri.so free 0x5571735cb5c0 void 0.000117
+gallium_dri.so free 0x5571735cb540 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000116
+gallium_dri.so free 0x5571735cb680 void 0.000118
+gallium_dri.so free 0x5571735cb5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000116
+gallium_dri.so free 0x5571735cb700 void 0.000117
+gallium_dri.so free 0x5571735cb5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000117
+gallium_dri.so free 0x5571735cb7c0 void 0.000118
+gallium_dri.so free 0x5571735cb5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb5c0 0.000129
+gallium_dri.so free 0x5571735cb880 void 0.000118
+gallium_dri.so free 0x5571735cb5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cb830 0.000118
+gallium_dri.so free 0x5571735cb900 void 0.000119
+gallium_dri.so free 0x5571735cb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb950 0.000119
+gallium_dri.so free 0x5571735cb9c0 void 0.000118
+gallium_dri.so free 0x5571735cb950 void 0.000118
+gallium_dri.so malloc 72 0x5571735cb9e0 0.000118
+gallium_dri.so free 0x5571735cba80 void 0.000118
+gallium_dri.so free 0x5571735cb9e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cba30 0.000117
+gallium_dri.so free 0x5571735cbb00 void 0.000119
+gallium_dri.so free 0x5571735cba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cba30 0.000118
+gallium_dri.so free 0x5571735cbc00 void 0.000118
+gallium_dri.so free 0x5571735cba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbbb0 0.000117
+gallium_dri.so free 0x5571735cbc80 void 0.000118
+gallium_dri.so free 0x5571735cbbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbcd0 0.000117
+gallium_dri.so free 0x5571735cbd40 void 0.000117
+gallium_dri.so free 0x5571735cbcd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cbd60 0.000117
+gallium_dri.so free 0x5571735cbe00 void 0.000118
+gallium_dri.so free 0x5571735cbd60 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000120
+gallium_dri.so free 0x5571735cbe80 void 0.000118
+gallium_dri.so free 0x5571735cbdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000116
+gallium_dri.so free 0x5571735cbf00 void 0.000119
+gallium_dri.so free 0x5571735cbdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbf00 0.000117
+gallium_dri.so free 0x5571735cbfc0 void 0.000118
+gallium_dri.so free 0x5571735cbf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cbf00 0.000118
+gallium_dri.so free 0x5571735cc0c0 void 0.000116
+gallium_dri.so free 0x5571735cbf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735cbf00 0.000117
+gallium_dri.so free 0x5571735cc140 void 0.000123
+gallium_dri.so free 0x5571735cbf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc170 0.000116
+gallium_dri.so free 0x5571735cc1c0 void 0.000124
+gallium_dri.so free 0x5571735cc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc170 0.000117
+gallium_dri.so free 0x5571735cc2c0 void 0.000117
+gallium_dri.so free 0x5571735cc170 void 0.000116
+gallium_dri.so malloc 72 0x5571735cc270 0.000117
+gallium_dri.so free 0x5571735cc380 void 0.000116
+gallium_dri.so free 0x5571735cc270 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc330 0.000115
+gallium_dri.so free 0x5571735cc3c0 void 0.000108
+gallium_dri.so free 0x5571735cc330 void 0.000200
+gallium_dri.so malloc 72 0x5571735cc330 0.000124
+gallium_dri.so free 0x5571735cc480 void 0.000118
+gallium_dri.so free 0x5571735cc330 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc4d0 0.000117
+gallium_dri.so free 0x5571735cc540 void 0.000118
+gallium_dri.so free 0x5571735cc4d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc580 0.000117
+gallium_dri.so free 0x5571735cc600 void 0.000120
+gallium_dri.so free 0x5571735cc580 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc600 0.000118
+gallium_dri.so free 0x5571735cc6c0 void 0.000118
+gallium_dri.so free 0x5571735cc600 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc600 0.000118
+gallium_dri.so free 0x5571735cc740 void 0.000119
+gallium_dri.so free 0x5571735cc600 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc770 0.000118
+gallium_dri.so free 0x5571735cc7c0 void 0.000119
+gallium_dri.so free 0x5571735cc770 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc770 0.000118
+gallium_dri.so free 0x5571735cc8c0 void 0.000119
+gallium_dri.so free 0x5571735cc770 void 0.000117
+gallium_dri.so malloc 72 0x5571735cc870 0.000121
+gallium_dri.so free 0x5571735cc980 void 0.000119
+gallium_dri.so free 0x5571735cc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735cc930 0.000117
+gallium_dri.so free 0x5571735cca00 void 0.000175
+gallium_dri.so free 0x5571735cc930 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca20 0.000110
+gallium_dri.so free 0x5571735ccac0 void 0.000110
+gallium_dri.so free 0x5571735cca20 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca70 0.000109
+gallium_dri.so free 0x5571735ccb40 void 0.000110
+gallium_dri.so free 0x5571735cca70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cca70 0.000110
+gallium_dri.so free 0x5571735ccbc0 void 0.000110
+gallium_dri.so free 0x5571735cca70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000110
+gallium_dri.so free 0x5571735ccc80 void 0.000110
+gallium_dri.so free 0x5571735ccbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000109
+gallium_dri.so free 0x5571735ccd40 void 0.000110
+gallium_dri.so free 0x5571735ccbc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ccbc0 0.000110
+gallium_dri.so free 0x5571735cce00 void 0.000112
+gallium_dri.so free 0x5571735ccbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000112
+gallium_dri.so free 0x5571735cce00 void 0.000110
+gallium_dri.so free 0x5571735ccdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ccdb0 0.000110
+gallium_dri.so free 0x5571735ccf00 void 0.000110
+gallium_dri.so free 0x5571735ccdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cceb0 0.000109
+gallium_dri.so free 0x5571735ccfc0 void 0.000110
+gallium_dri.so free 0x5571735cceb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ccf70 0.000114
+gallium_dri.so free 0x5571735cd000 void 0.000113
+gallium_dri.so free 0x5571735ccf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccf70 0.000112
+gallium_dri.so free 0x5571735cd0c0 void 0.000112
+gallium_dri.so free 0x5571735ccf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd100 0.000113
+gallium_dri.so free 0x5571735cd180 void 0.000113
+gallium_dri.so free 0x5571735cd100 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd180 0.000113
+gallium_dri.so free 0x5571735cd240 void 0.000113
+gallium_dri.so free 0x5571735cd180 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd180 0.000118
+gallium_dri.so free 0x5571735cd300 void 0.000118
+gallium_dri.so free 0x5571735cd180 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd320 0.000112
+gallium_dri.so free 0x5571735cd3c0 void 0.000113
+gallium_dri.so free 0x5571735cd320 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd370 0.000116
+gallium_dri.so free 0x5571735cd440 void 0.000116
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000118
+gallium_dri.so free 0x5571735cd4c0 void 0.000125
+gallium_dri.so free 0x5571735cd370 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000119
+gallium_dri.so free 0x5571735cd580 void 0.000115
+gallium_dri.so free 0x5571735cd4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000123
+gallium_dri.so free 0x5571735cd640 void 0.000124
+gallium_dri.so free 0x5571735cd4c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd4c0 0.000124
+gallium_dri.so free 0x5571735cd700 void 0.000119
+gallium_dri.so free 0x5571735cd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000119
+gallium_dri.so free 0x5571735cd7c0 void 0.000118
+gallium_dri.so free 0x5571735cd6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd770 0.000124
+gallium_dri.so free 0x5571735cd840 void 0.000124
+gallium_dri.so free 0x5571735cd770 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd890 0.000114
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so free 0x5571735cd890 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd920 0.000124
+gallium_dri.so free 0x5571735cd9c0 void 0.000124
+gallium_dri.so free 0x5571735cd920 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd970 0.000119
+gallium_dri.so free 0x5571735cda40 void 0.000123
+gallium_dri.so free 0x5571735cd970 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd970 0.000179
+gallium_dri.so free 0x5571735cdac0 void 0.000160
+gallium_dri.so free 0x5571735cd970 void 0.000156
+gallium_dri.so malloc 72 0x5571735cdac0 0.000159
+gallium_dri.so free 0x5571735cdb80 void 0.000125
+gallium_dri.so free 0x5571735cdac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdac0 0.000124
+gallium_dri.so free 0x5571735cdc80 void 0.000125
+gallium_dri.so free 0x5571735cdac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cdc30 0.000121
+gallium_dri.so free 0x5571735cdcc0 void 0.000231
+gallium_dri.so free 0x5571735cdc30 void 0.000196
+gallium_dri.so malloc 72 0x5571735cdc30 0.000271
+gallium_dri.so free 0x5571735cdd80 void 0.000288
+gallium_dri.so free 0x5571735cdc30 void 0.000280
+gallium_dri.so malloc 72 0x5571735cddc0 0.000279
+gallium_dri.so free 0x5571735cde40 void 0.000288
+gallium_dri.so free 0x5571735cddc0 void 0.000277
+gallium_dri.so malloc 72 0x5571735cde40 0.000157
+gallium_dri.so free 0x5571735cdf00 void 0.000159
+gallium_dri.so free 0x5571735cde40 void 0.000155
+gallium_dri.so malloc 72 0x5571735cde40 0.000124
+gallium_dri.so free 0x5571735cdf80 void 0.000134
+gallium_dri.so free 0x5571735cde40 void 0.000165
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000164
+gallium_dri.so free 0x5571735ce000 void 0.000161
+gallium_dri.so free 0x5571735cdfb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdfb0 0.000125
+gallium_dri.so free 0x5571735ce100 void 0.000120
+gallium_dri.so free 0x5571735cdfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce140 0.000131
+gallium_dri.so free 0x5571735ce1c0 void 0.000130
+gallium_dri.so free 0x5571735ce140 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000129
+gallium_dri.so free 0x5571735ce280 void 0.000129
+gallium_dri.so free 0x5571735ce1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce1c0 0.000230
+gallium_dri.so free 0x5571735ce300 void 0.000338
+gallium_dri.so free 0x5571735ce1c0 void 0.000283
+gallium_dri.so malloc 72 0x5571735ce330 0.000273
+gallium_dri.so free 0x5571735ce380 void 0.000275
+gallium_dri.so free 0x5571735ce330 void 0.000286
+gallium_dri.so malloc 72 0x5571735ce330 0.000277
+gallium_dri.so free 0x5571735ce480 void 0.000285
+gallium_dri.so free 0x5571735ce330 void 0.000286
+gallium_dri.so malloc 72 0x5571735ce430 0.000273
+gallium_dri.so free 0x5571735ce540 void 0.000291
+gallium_dri.so free 0x5571735ce430 void 0.000281
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000252
+gallium_dri.so free 0x5571735ce5c0 void 0.000278
+gallium_dri.so free 0x5571735ce4f0 void 0.000225
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000221
+gallium_dri.so free 0x5571735ce680 void 0.000228
+gallium_dri.so free 0x5571735ce4f0 void 0.000228
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000229
+gallium_dri.so free 0x5571735ce740 void 0.000222
+gallium_dri.so free 0x5571735ce4f0 void 0.000225
+gallium_dri.so malloc 72 0x5571735ce6f0 0.000221
+gallium_dri.so free 0x5571735ce7c0 void 0.000224
+gallium_dri.so free 0x5571735ce6f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735ce810 0.000201
+gallium_dri.so free 0x5571735ce880 void 0.000239
+gallium_dri.so free 0x5571735ce810 void 0.000320
+gallium_dri.so malloc 72 0x5571735ce8a0 0.000304
+gallium_dri.so free 0x5571735ce940 void 0.000314
+gallium_dri.so free 0x5571735ce8a0 void 0.000306
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000312
+gallium_dri.so free 0x5571735ce9c0 void 0.000305
+gallium_dri.so free 0x5571735ce8f0 void 0.000309
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000310
+gallium_dri.so free 0x5571735cea80 void 0.000312
+gallium_dri.so free 0x5571735ce9c0 void 0.000308
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000311
+gallium_dri.so free 0x5571735ceb00 void 0.000278
+gallium_dri.so free 0x5571735ce9c0 void 0.000252
+gallium_dri.so malloc 72 0x5571735ceb00 0.000252
+gallium_dri.so free 0x5571735cebc0 void 0.000230
+gallium_dri.so free 0x5571735ceb00 void 0.000224
+gallium_dri.so malloc 72 0x5571735ceb00 0.000255
+gallium_dri.so free 0x5571735cec80 void 0.000208
+gallium_dri.so free 0x5571735ceb00 void 0.000273
+gallium_dri.so malloc 72 0x5571735ceb00 0.000257
+gallium_dri.so free 0x5571735ced40 void 0.000255
+gallium_dri.so free 0x5571735ceb00 void 0.000241
+gallium_dri.so malloc 72 0x5571735cecf0 0.000235
+gallium_dri.so free 0x5571735cedc0 void 0.000233
+gallium_dri.so free 0x5571735cecf0 void 0.000234
+gallium_dri.so malloc 72 0x5571735cee10 0.000211
+gallium_dri.so free 0x5571735cee80 void 0.000190
+gallium_dri.so free 0x5571735cee10 void 0.000250
+gallium_dri.so malloc 72 0x5571735ceec0 0.000231
+gallium_dri.so free 0x5571735cef40 void 0.000291
+gallium_dri.so free 0x5571735ceec0 void 0.000287
+gallium_dri.so malloc 72 0x5571735ceec0 0.000294
+gallium_dri.so free 0x5571735cefc0 void 0.000290
+gallium_dri.so free 0x5571735ceec0 void 0.000291
+gallium_dri.so malloc 72 0x5571735ceff0 0.000286
+gallium_dri.so free 0x5571735cf040 void 0.000283
+gallium_dri.so free 0x5571735ceff0 void 0.000314
+gallium_dri.so malloc 72 0x5571735ceff0 0.000291
+gallium_dri.so free 0x5571735cf140 void 0.000289
+gallium_dri.so free 0x5571735ceff0 void 0.000287
+gallium_dri.so malloc 72 0x5571735cf0f0 0.000286
+gallium_dri.so free 0x5571735cf200 void 0.000290
+gallium_dri.so free 0x5571735cf0f0 void 0.000287
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000290
+gallium_dri.so free 0x5571735cf240 void 0.000290
+gallium_dri.so free 0x5571735cf1b0 void 0.000290
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000291
+gallium_dri.so free 0x5571735cf300 void 0.000287
+gallium_dri.so free 0x5571735cf1b0 void 0.000361
+gallium_dri.so malloc 72 0x5571735cf370 0.000331
+gallium_dri.so free 0x5571735cf3c0 void 0.000333
+gallium_dri.so free 0x5571735cf370 void 0.000286
+gallium_dri.so malloc 72 0x5571735cf370 0.000258
+gallium_dri.so free 0x5571735cf4c0 void 0.000272
+gallium_dri.so free 0x5571735cf370 void 0.000285
+gallium_dri.so malloc 72 0x5571735cf470 0.000453
+gallium_dri.so free 0x5571735cf580 void 0.000330
+gallium_dri.so free 0x5571735cf470 void 0.000293
+gallium_dri.so malloc 72 0x5571735cf530 0.000297
+gallium_dri.so free 0x5571735cf5c0 void 0.000277
+gallium_dri.so free 0x5571735cf530 void 0.000290
+gallium_dri.so malloc 72 0x5571735cf530 0.000292
+gallium_dri.so free 0x5571735cf680 void 0.000280
+gallium_dri.so free 0x5571735cf530 void 0.000294
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000286
+gallium_dri.so free 0x5571735cf740 void 0.000295
+gallium_dri.so free 0x5571735cf6c0 void 0.000292
+gallium_dri.so malloc 72 0x5571735cf740 0.000294
+gallium_dri.so free 0x5571735cf800 void 0.000280
+gallium_dri.so free 0x5571735cf740 void 0.000293
+gallium_dri.so malloc 72 0x5571735cf740 0.000288
+gallium_dri.so free 0x5571735cf8c0 void 0.000287
+gallium_dri.so free 0x5571735cf740 void 0.000285
+gallium_dri.so malloc 72 0x5571735cf8e0 0.000284
+gallium_dri.so free 0x5571735cf980 void 0.000286
+gallium_dri.so free 0x5571735cf8e0 void 0.000287
+gallium_dri.so malloc 72 0x5571735cf930 0.000266
+gallium_dri.so free 0x5571735cfa00 void 0.000330
+gallium_dri.so free 0x5571735cf930 void 0.000319
+gallium_dri.so malloc 72 0x5571735cf930 0.000315
+gallium_dri.so free 0x5571735cfa80 void 0.000273
+gallium_dri.so free 0x5571735cf930 void 0.000278
+gallium_dri.so malloc 72 0x5571735cfa80 0.000227
+gallium_dri.so free 0x5571735cfb40 void 0.000272
+gallium_dri.so free 0x5571735cfa80 void 0.000197
+gallium_dri.so malloc 72 0x5571735cfa80 0.000176
+gallium_dri.so free 0x5571735cfc00 void 0.000181
+gallium_dri.so free 0x5571735cfa80 void 0.000276
+gallium_dri.so malloc 72 0x5571735cfa80 0.000274
+gallium_dri.so free 0x5571735cfcc0 void 0.000283
+gallium_dri.so free 0x5571735cfa80 void 0.000283
+gallium_dri.so malloc 72 0x5571735cfc70 0.000278
+gallium_dri.so free 0x5571735cfd80 void 0.000275
+gallium_dri.so free 0x5571735cfc70 void 0.000196
+gallium_dri.so malloc 72 0x5571735cfd30 0.000137
+gallium_dri.so free 0x5571735cfe00 void 0.000139
+gallium_dri.so free 0x5571735cfd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfe50 0.000131
+gallium_dri.so free 0x5571735cfec0 void 0.000138
+gallium_dri.so free 0x5571735cfe50 void 0.000133
+gallium_dri.so malloc 72 0x5571735cfee0 0.000126
+gallium_dri.so free 0x5571735cff80 void 0.000133
+gallium_dri.so free 0x5571735cfee0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cff30 0.000135
+gallium_dri.so free 0x5571735d0000 void 0.000137
+gallium_dri.so free 0x5571735cff30 void 0.000138
+gallium_dri.so malloc 72 0x5571735cff30 0.000136
+gallium_dri.so free 0x5571735d0080 void 0.000137
+gallium_dri.so free 0x5571735cff30 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0080 0.000179
+gallium_dri.so free 0x5571735d0140 void 0.000130
+gallium_dri.so free 0x5571735d0080 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0080 0.000148
+gallium_dri.so free 0x5571735d0240 void 0.000138
+gallium_dri.so free 0x5571735d0080 void 0.000138
+gallium_dri.so malloc 72 0x5571735d01f0 0.000138
+gallium_dri.so free 0x5571735d0280 void 0.000131
+gallium_dri.so free 0x5571735d01f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d01f0 0.000133
+gallium_dri.so free 0x5571735d0340 void 0.000139
+gallium_dri.so free 0x5571735d01f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0380 0.000130
+gallium_dri.so free 0x5571735d0400 void 0.000129
+gallium_dri.so free 0x5571735d0380 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0400 0.000137
+gallium_dri.so free 0x5571735d04c0 void 0.000131
+gallium_dri.so free 0x5571735d0400 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0400 0.000126
+gallium_dri.so free 0x5571735d0540 void 0.000126
+gallium_dri.so free 0x5571735d0400 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0570 0.000126
+gallium_dri.so free 0x5571735d05c0 void 0.000133
+gallium_dri.so free 0x5571735d0570 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0570 0.000134
+gallium_dri.so free 0x5571735d06c0 void 0.000144
+gallium_dri.so free 0x5571735d0570 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0700 0.000444
+gallium_dri.so free 0x5571735d0780 void 0.000410
+gallium_dri.so free 0x5571735d0700 void 0.000246
+gallium_dri.so malloc 72 0x5571735d0780 0.000237
+gallium_dri.so free 0x5571735d0840 void 0.000241
+gallium_dri.so free 0x5571735d0780 void 0.000208
+gallium_dri.so malloc 72 0x5571735d0780 0.000251
+gallium_dri.so free 0x5571735d08c0 void 0.000235
+gallium_dri.so free 0x5571735d0780 void 0.000249
+gallium_dri.so malloc 72 0x5571735d08f0 0.000241
+gallium_dri.so free 0x5571735d0940 void 0.000231
+gallium_dri.so free 0x5571735d08f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735d08f0 0.000183
+gallium_dri.so free 0x5571735d0a40 void 0.000183
+gallium_dri.so free 0x5571735d08f0 void 0.000203
+gallium_dri.so malloc 72 0x5571735d09f0 0.000269
+gallium_dri.so free 0x5571735d0b00 void 0.000271
+gallium_dri.so free 0x5571735d09f0 void 0.000273
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000145
+gallium_dri.so free 0x5571735d0b80 void 0.000132
+gallium_dri.so free 0x5571735d0ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000120
+gallium_dri.so free 0x5571735d0c40 void 0.000127
+gallium_dri.so free 0x5571735d0ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000130
+gallium_dri.so free 0x5571735d0d00 void 0.000131
+gallium_dri.so free 0x5571735d0ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000195
+gallium_dri.so free 0x5571735d0d80 void 0.000228
+gallium_dri.so free 0x5571735d0cb0 void 0.000230
+gallium_dri.so malloc 72 0x5571735d0dd0 0.000225
+gallium_dri.so free 0x5571735d0e40 void 0.000227
+gallium_dri.so free 0x5571735d0dd0 void 0.000250
+gallium_dri.so malloc 72 0x5571735d0e60 0.000130
+gallium_dri.so free 0x5571735d0f00 void 0.000170
+gallium_dri.so free 0x5571735d0e60 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000131
+gallium_dri.so free 0x5571735d0f80 void 0.000130
+gallium_dri.so free 0x5571735d0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0f80 0.000130
+gallium_dri.so free 0x5571735d1040 void 0.000130
+gallium_dri.so free 0x5571735d0f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0f80 0.000130
+gallium_dri.so free 0x5571735d10c0 void 0.000131
+gallium_dri.so free 0x5571735d0f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d10c0 0.000165
+gallium_dri.so free 0x5571735d1180 void 0.000203
+gallium_dri.so free 0x5571735d10c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d10c0 0.000217
+gallium_dri.so free 0x5571735d1240 void 0.000263
+gallium_dri.so free 0x5571735d10c0 void 0.000174
+gallium_dri.so malloc 72 0x5571735d10c0 0.000171
+gallium_dri.so free 0x5571735d1300 void 0.000169
+gallium_dri.so free 0x5571735d10c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d12b0 0.000138
+gallium_dri.so free 0x5571735d1380 void 0.000136
+gallium_dri.so free 0x5571735d12b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d13d0 0.000137
+gallium_dri.so free 0x5571735d1440 void 0.000138
+gallium_dri.so free 0x5571735d13d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1480 0.000127
+gallium_dri.so free 0x5571735d1500 void 0.000133
+gallium_dri.so free 0x5571735d1480 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1480 0.000139
+gallium_dri.so free 0x5571735d1580 void 0.000133
+gallium_dri.so free 0x5571735d1480 void 0.000126
+gallium_dri.so malloc 72 0x5571735d15b0 0.000132
+gallium_dri.so free 0x5571735d1600 void 0.000131
+gallium_dri.so free 0x5571735d15b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d15b0 0.000138
+gallium_dri.so free 0x5571735d1700 void 0.000137
+gallium_dri.so free 0x5571735d15b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d16b0 0.000137
+gallium_dri.so free 0x5571735d17c0 void 0.000135
+gallium_dri.so free 0x5571735d16b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1770 0.000138
+gallium_dri.so free 0x5571735d1800 void 0.000136
+gallium_dri.so free 0x5571735d1770 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1770 0.000136
+gallium_dri.so free 0x5571735d18c0 void 0.000138
+gallium_dri.so free 0x5571735d1770 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1930 0.000148
+gallium_dri.so free 0x5571735d1980 void 0.000133
+gallium_dri.so free 0x5571735d1930 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1930 0.000138
+gallium_dri.so free 0x5571735d1a80 void 0.000131
+gallium_dri.so free 0x5571735d1930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1a30 0.000131
+gallium_dri.so free 0x5571735d1b40 void 0.000137
+gallium_dri.so free 0x5571735d1a30 void 0.000137
+gallium_dri.so malloc 72 0x5571735d1af0 0.000138
+gallium_dri.so free 0x5571735d1b80 void 0.000136
+gallium_dri.so free 0x5571735d1af0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1af0 0.000137
+gallium_dri.so free 0x5571735d1c40 void 0.000138
+gallium_dri.so free 0x5571735d1af0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d1c80 0.000137
+gallium_dri.so free 0x5571735d1d00 void 0.000138
+gallium_dri.so free 0x5571735d1c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1d00 0.000132
+gallium_dri.so free 0x5571735d1dc0 void 0.000137
+gallium_dri.so free 0x5571735d1d00 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1d00 0.000143
+gallium_dri.so free 0x5571735d1e80 void 0.000131
+gallium_dri.so free 0x5571735d1d00 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1ea0 0.000131
+gallium_dri.so free 0x5571735d1f40 void 0.000130
+gallium_dri.so free 0x5571735d1ea0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000130
+gallium_dri.so free 0x5571735d1fc0 void 0.000125
+gallium_dri.so free 0x5571735d1ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000131
+gallium_dri.so free 0x5571735d2040 void 0.000130
+gallium_dri.so free 0x5571735d1ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2040 0.000125
+gallium_dri.so free 0x5571735d2100 void 0.000121
+gallium_dri.so free 0x5571735d2040 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2040 0.000129
+gallium_dri.so free 0x5571735d21c0 void 0.000125
+gallium_dri.so free 0x5571735d2040 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2040 0.000124
+gallium_dri.so free 0x5571735d2280 void 0.000126
+gallium_dri.so free 0x5571735d2040 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2230 0.000125
+gallium_dri.so free 0x5571735d2340 void 0.000125
+gallium_dri.so free 0x5571735d2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d22f0 0.000131
+gallium_dri.so free 0x5571735d23c0 void 0.000130
+gallium_dri.so free 0x5571735d22f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d2410 0.000124
+gallium_dri.so free 0x5571735d2480 void 0.000120
+gallium_dri.so free 0x5571735d2410 void 0.000125
+gallium_dri.so malloc 72 0x5571735d24a0 0.000130
+gallium_dri.so free 0x5571735d2540 void 0.000124
+gallium_dri.so free 0x5571735d24a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d24f0 0.000124
+gallium_dri.so free 0x5571735d25c0 void 0.000131
+gallium_dri.so free 0x5571735d24f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d24f0 0.000126
+gallium_dri.so free 0x5571735d2640 void 0.000126
+gallium_dri.so free 0x5571735d24f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2640 0.000130
+gallium_dri.so free 0x5571735d2700 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2640 0.000126
+gallium_dri.so free 0x5571735d2800 void 0.000124
+gallium_dri.so free 0x5571735d2640 void 0.000125
+gallium_dri.so malloc 72 0x5571735d27b0 0.000130
+gallium_dri.so free 0x5571735d2840 void 0.000130
+gallium_dri.so free 0x5571735d27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d27b0 0.000125
+gallium_dri.so free 0x5571735d2900 void 0.000124
+gallium_dri.so free 0x5571735d27b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2940 0.000136
+gallium_dri.so free 0x5571735d29c0 void 0.000131
+gallium_dri.so free 0x5571735d2940 void 0.000130
+gallium_dri.so malloc 72 0x5571735d29c0 0.000124
+gallium_dri.so free 0x5571735d2a80 void 0.000120
+gallium_dri.so free 0x5571735d29c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d29c0 0.000119
+gallium_dri.so free 0x5571735d2b00 void 0.000122
+gallium_dri.so free 0x5571735d29c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b30 0.000120
+gallium_dri.so free 0x5571735d2b80 void 0.000122
+gallium_dri.so free 0x5571735d2b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b30 0.000119
+gallium_dri.so free 0x5571735d2c80 void 0.000121
+gallium_dri.so free 0x5571735d2b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2cc0 0.000115
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d40 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d40 0.000115
+gallium_dri.so free 0x5571735d2e80 void 0.000114
+gallium_dri.so free 0x5571735d2d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000112
+gallium_dri.so free 0x5571735d2f00 void 0.000114
+gallium_dri.so free 0x5571735d2eb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2eb0 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so free 0x5571735d2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2fb0 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so free 0x5571735d2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000114
+gallium_dri.so free 0x5571735d3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d32c0 void 0.000115
+gallium_dri.so free 0x5571735d3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3270 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so free 0x5571735d3270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3390 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000113
+gallium_dri.so free 0x5571735d3390 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3420 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d3420 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3470 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000113
+gallium_dri.so free 0x5571735d3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3540 0.000120
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d3540 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3540 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3680 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3680 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000115
+gallium_dri.so free 0x5571735d3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3870 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d3870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3990 0.000113
+gallium_dri.so free 0x5571735d3a00 void 0.000115
+gallium_dri.so free 0x5571735d3990 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a40 0.000114
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a40 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b70 0.000126
+gallium_dri.so free 0x5571735d3bc0 void 0.000115
+gallium_dri.so free 0x5571735d3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b70 0.000114
+gallium_dri.so free 0x5571735d3cc0 void 0.000118
+gallium_dri.so free 0x5571735d3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c70 0.000112
+gallium_dri.so free 0x5571735d3d80 void 0.000113
+gallium_dri.so free 0x5571735d3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d30 0.000113
+gallium_dri.so free 0x5571735d3dc0 void 0.000113
+gallium_dri.so free 0x5571735d3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d30 0.000114
+gallium_dri.so free 0x5571735d3e80 void 0.000114
+gallium_dri.so free 0x5571735d3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000113
+gallium_dri.so free 0x5571735d3f40 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ef0 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000113
+gallium_dri.so free 0x5571735d4100 void 0.000113
+gallium_dri.so free 0x5571735d3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40b0 0.000114
+gallium_dri.so free 0x5571735d4140 void 0.000113
+gallium_dri.so free 0x5571735d40b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d40b0 0.000121
+gallium_dri.so free 0x5571735d4200 void 0.000116
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4240 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d42c0 0.000114
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d42c0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000114
+gallium_dri.so free 0x5571735d42c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4460 0.000112
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d4460 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000115
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x5571735d44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4600 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000189
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d47f0 0.000112
+gallium_dri.so free 0x5571735d4900 void 0.000114
+gallium_dri.so free 0x5571735d47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48b0 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d48b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49d0 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000114
+gallium_dri.so free 0x5571735d49d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a60 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000113
+gallium_dri.so free 0x5571735d4a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000114
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x5571735d4ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000114
+gallium_dri.so free 0x5571735d4c00 void 0.000115
+gallium_dri.so free 0x5571735d4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4c00 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000117
+gallium_dri.so free 0x5571735d4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c00 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000112
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d70 0.000113
+gallium_dri.so free 0x5571735d4e00 void 0.000125
+gallium_dri.so free 0x5571735d4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d70 0.000113
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f00 0.000113
+gallium_dri.so free 0x5571735d4f80 void 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f80 0.000112
+gallium_dri.so free 0x5571735d5040 void 0.000114
+gallium_dri.so free 0x5571735d4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f80 0.000113
+gallium_dri.so free 0x5571735d50c0 void 0.000114
+gallium_dri.so free 0x5571735d4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50f0 0.000112
+gallium_dri.so free 0x5571735d5140 void 0.000114
+gallium_dri.so free 0x5571735d50f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50f0 0.000114
+gallium_dri.so free 0x5571735d5240 void 0.000114
+gallium_dri.so free 0x5571735d50f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5280 0.000113
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so free 0x5571735d5280 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5300 0.000114
+gallium_dri.so free 0x5571735d53c0 void 0.000116
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5300 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5470 0.000114
+gallium_dri.so free 0x5571735d54c0 void 0.000114
+gallium_dri.so free 0x5571735d5470 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5470 0.000114
+gallium_dri.so free 0x5571735d55c0 void 0.000113
+gallium_dri.so free 0x5571735d5470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5570 0.000113
+gallium_dri.so free 0x5571735d5680 void 0.000114
+gallium_dri.so free 0x5571735d5570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5630 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so free 0x5571735d5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5630 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5630 0.000114
+gallium_dri.so free 0x5571735d5880 void 0.000115
+gallium_dri.so free 0x5571735d5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5830 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5950 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5950 void 0.000113
+gallium_dri.so malloc 72 0x5571735d59e0 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000114
+gallium_dri.so free 0x5571735d59e0 void 0.000156
+gallium_dri.so malloc 72 0x5571735d5a30 0.000116
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so free 0x5571735d5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b00 0.000114
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5b00 0.000113
+gallium_dri.so free 0x5571735d5c40 void 0.000113
+gallium_dri.so free 0x5571735d5b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c40 0.000113
+gallium_dri.so free 0x5571735d5d00 void 0.000117
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5c40 0.000115
+gallium_dri.so free 0x5571735d5dc0 void 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5c40 0.000116
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e30 0.000113
+gallium_dri.so free 0x5571735d5f00 void 0.000113
+gallium_dri.so free 0x5571735d5e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5f50 0.000113
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6000 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d6000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6000 0.000120
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d6000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6130 0.000113
+gallium_dri.so free 0x5571735d6180 void 0.000114
+gallium_dri.so free 0x5571735d6130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6130 0.000113
+gallium_dri.so free 0x5571735d6280 void 0.000113
+gallium_dri.so free 0x5571735d6130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6230 0.000112
+gallium_dri.so free 0x5571735d6340 void 0.000114
+gallium_dri.so free 0x5571735d6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d62f0 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000114
+gallium_dri.so free 0x5571735d62f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d62f0 0.000115
+gallium_dri.so free 0x5571735d6440 void 0.000115
+gallium_dri.so free 0x5571735d62f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d64b0 0.000115
+gallium_dri.so free 0x5571735d6500 void 0.000114
+gallium_dri.so free 0x5571735d64b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64b0 0.000112
+gallium_dri.so free 0x5571735d6600 void 0.000113
+gallium_dri.so free 0x5571735d64b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d65b0 0.000113
+gallium_dri.so free 0x5571735d66c0 void 0.000114
+gallium_dri.so free 0x5571735d65b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6670 0.000128
+gallium_dri.so free 0x5571735d6700 void 0.000114
+gallium_dri.so free 0x5571735d6670 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6670 0.000113
+gallium_dri.so free 0x5571735d67c0 void 0.000114
+gallium_dri.so free 0x5571735d6670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6800 0.000114
+gallium_dri.so free 0x5571735d6880 void 0.000114
+gallium_dri.so free 0x5571735d6800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6880 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000114
+gallium_dri.so free 0x5571735d6880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6880 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d6880 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a20 0.000112
+gallium_dri.so free 0x5571735d6ac0 void 0.000114
+gallium_dri.so free 0x5571735d6a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a70 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000114
+gallium_dri.so free 0x5571735d6a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6bc0 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000113
+gallium_dri.so free 0x5571735b4340 void 0.000120
+gallium_dri.so free 0x5571735d6bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000172
+gallium_dri.so free 0x55717345af00 void 0.000116
+gallium_dri.so free 0x5571735b42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000113
+gallium_dri.so free 0x5571734572c0 void 0.000114
+gallium_dri.so free 0x5571735b42f0 void 0.000113
+gallium_dri.so malloc 72 0x557173457270 0.000113
+gallium_dri.so free 0x557173457f80 void 0.000114
+gallium_dri.so free 0x557173457270 void 0.000114
+gallium_dri.so malloc 72 0x557173457f30 0.000113
+gallium_dri.so free 0x5571735e55c0 void 0.000114
+gallium_dri.so free 0x557173457f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5570 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735e5570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e46f0 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x5571735e46f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3830 0.000112
+gallium_dri.so free 0x5571735b4940 void 0.000117
+gallium_dri.so free 0x5571735f3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3830 0.000113
+gallium_dri.so free 0x5571735b4840 void 0.000114
+gallium_dri.so free 0x5571735f3830 void 0.000112
+gallium_dri.so malloc 72 0x5571735b47f0 0.000114
+gallium_dri.so free 0x5571735f4800 void 0.000113
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000122
+gallium_dri.so free 0x5571735d6c40 void 0.000116
+gallium_dri.so free 0x5571735f47b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f47b0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000119
+gallium_dri.so free 0x5571735f47b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4530 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000113
+gallium_dri.so free 0x5571735e4530 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000114
+gallium_dri.so free 0x5571735b4500 void 0.000115
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173455700 void 0.000114
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000113
+gallium_dri.so free 0x557173456680 void 0.000113
+gallium_dri.so free 0x5571734556b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456630 0.000112
+gallium_dri.so free 0x5571735b4600 void 0.000113
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4670 0.000113
+gallium_dri.so free 0x55717345a880 void 0.000114
+gallium_dri.so free 0x5571735b4670 void 0.000113
+gallium_dri.so malloc 72 0x55717345a830 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000113
+gallium_dri.so free 0x55717345a830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e48b0 0.000115
+gallium_dri.so free 0x557173454440 void 0.000128
+gallium_dri.so free 0x5571735e48b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x557173457940 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x5571735e4f80 void 0.000113
+gallium_dri.so free 0x5571734543f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734543f0 0.000113
+gallium_dri.so free 0x557173455400 void 0.000116
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x557173455450 0.000114
+gallium_dri.so free 0x5571735e5e80 void 0.000114
+gallium_dri.so free 0x557173455450 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e30 0.000114
+gallium_dri.so free 0x557173458840 void 0.000116
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571734587f0 0.000114
+gallium_dri.so free 0x557173457040 void 0.000115
+gallium_dri.so free 0x5571734587f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734587f0 0.000113
+gallium_dri.so free 0x5571735b4b80 void 0.000114
+gallium_dri.so free 0x5571734587f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734587f0 0.000113
+gallium_dri.so free 0x55717345a600 void 0.000113
+gallium_dri.so free 0x5571734587f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a600 0.000113
+gallium_dri.so free 0x557173457100 void 0.000151
+gallium_dri.so free 0x55717345a600 void 0.000116
+gallium_dri.so malloc 72 0x5571734570b0 0.000114
+gallium_dri.so free 0x5571735f4540 void 0.000114
+gallium_dri.so free 0x5571734570b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734570b0 0.000115
+gallium_dri.so free 0x5571735f4600 void 0.000114
+gallium_dri.so free 0x5571734570b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f45b0 0.000113
+gallium_dri.so free 0x5571734563c0 void 0.000113
+gallium_dri.so free 0x5571735f45b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f45b0 0.000112
+gallium_dri.so free 0x557173456440 void 0.000115
+gallium_dri.so free 0x5571735f45b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456440 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so free 0x557173456440 void 0.000115
+gallium_dri.so malloc 72 0x557173456440 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so free 0x557173456440 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3df0 0.000112
+gallium_dri.so free 0x5571735f3980 void 0.000114
+gallium_dri.so free 0x5571735e3df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f39c0 0.000112
+gallium_dri.so free 0x5571735f3a40 void 0.000114
+gallium_dri.so free 0x5571735f39c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a40 0.000115
+gallium_dri.so free 0x5571735f3b00 void 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3a40 0.000114
+gallium_dri.so free 0x5571735e3e40 void 0.000113
+gallium_dri.so free 0x5571735f3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3a40 0.000112
+gallium_dri.so free 0x557173455800 void 0.000114
+gallium_dri.so free 0x5571735f3a40 void 0.000115
+gallium_dri.so malloc 72 0x557173455830 0.000114
+gallium_dri.so free 0x557173455880 void 0.000112
+gallium_dri.so free 0x557173455830 void 0.000112
+gallium_dri.so malloc 72 0x557173455830 0.000114
+gallium_dri.so free 0x557173455980 void 0.000113
+gallium_dri.so free 0x557173455830 void 0.000114
+gallium_dri.so malloc 72 0x557173455930 0.000113
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x557173455930 void 0.000113
+gallium_dri.so malloc 72 0x5571734580a0 0.000113
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so free 0x5571734580a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734580f0 0.000114
+gallium_dri.so free 0x5571734581c0 void 0.000115
+gallium_dri.so free 0x5571734580f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734580f0 0.000114
+gallium_dri.so free 0x5571735e56c0 void 0.000113
+gallium_dri.so free 0x5571734580f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5700 0.000113
+gallium_dri.so free 0x5571735e5780 void 0.000115
+gallium_dri.so free 0x5571735e5700 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5780 0.000116
+gallium_dri.so free 0x5571734582c0 void 0.000114
+gallium_dri.so free 0x5571735e5780 void 0.000112
+gallium_dri.so malloc 72 0x557173458270 0.000112
+gallium_dri.so free 0x5571735e5840 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000115
+gallium_dri.so malloc 72 0x557173458270 0.000112
+gallium_dri.so free 0x5571735e5fc0 void 0.000119
+gallium_dri.so free 0x557173458270 void 0.000114
+gallium_dri.so malloc 72 0x557173458270 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000114
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000116
+gallium_dri.so malloc 72 0x5571735e6040 0.000113
+gallium_dri.so free 0x5571735e5900 void 0.000115
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000114
+gallium_dri.so free 0x5571735e58b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000115
+gallium_dri.so free 0x5571735b3f40 void 0.000115
+gallium_dri.so free 0x5571735b3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000166
+gallium_dri.so free 0x5571735b4080 void 0.000119
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000114
+gallium_dri.so free 0x557173456c80 void 0.000120
+gallium_dri.so free 0x5571735b3fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000114
+gallium_dri.so free 0x557173456c30 void 0.000114
+gallium_dri.so malloc 72 0x557173456d00 0.000113
+gallium_dri.so free 0x557173456dc0 void 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so malloc 72 0x557173456d00 0.000117
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so malloc 72 0x557173456e40 0.000114
+gallium_dri.so free 0x55717345a240 void 0.000114
+gallium_dri.so free 0x557173456e40 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a280 void 0.000115
+gallium_dri.so free 0x55717345a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a380 0.000113
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000113
+gallium_dri.so malloc 72 0x55717345a400 0.000133
+gallium_dri.so free 0x557173458400 void 0.000124
+gallium_dri.so free 0x55717345a400 void 0.000124
+gallium_dri.so malloc 72 0x557173458440 0.000125
+gallium_dri.so free 0x5571734584c0 void 0.000125
+gallium_dri.so free 0x557173458440 void 0.000120
+gallium_dri.so malloc 72 0x557173458440 0.000114
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458440 void 0.000114
+gallium_dri.so malloc 72 0x557173458570 0.000113
+gallium_dri.so free 0x5571734585c0 void 0.000139
+gallium_dri.so free 0x557173458570 void 0.000116
+gallium_dri.so malloc 72 0x557173458570 0.000113
+gallium_dri.so free 0x5571735e5a40 void 0.000113
+gallium_dri.so free 0x557173458570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5a90 0.000113
+gallium_dri.so free 0x5571735e5b00 void 0.000115
+gallium_dri.so free 0x5571735e5a90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5b20 0.000112
+gallium_dri.so free 0x5571735e5bc0 void 0.000115
+gallium_dri.so free 0x5571735e5b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b70 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000113
+gallium_dri.so free 0x5571735e5b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000115
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x5571735e5cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000114
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173455b40 0.000114
+gallium_dri.so free 0x557173455c00 void 0.000114
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so malloc 72 0x557173455b40 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000113
+gallium_dri.so malloc 72 0x557173455b40 0.000113
+gallium_dri.so free 0x557173455d80 void 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so malloc 72 0x557173455d30 0.000112
+gallium_dri.so free 0x5571735f3c40 void 0.000115
+gallium_dri.so free 0x557173455d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3c40 0.000114
+gallium_dri.so free 0x5571735f3d00 void 0.000113
+gallium_dri.so free 0x5571735f3c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3c40 0.000117
+gallium_dri.so free 0x5571735f3dc0 void 0.000114
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3de0 0.000115
+gallium_dri.so free 0x5571735f3e80 void 0.000118
+gallium_dri.so free 0x5571735f3de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e30 0.000112
+gallium_dri.so free 0x5571735f3f00 void 0.000115
+gallium_dri.so free 0x5571735f3e30 void 0.000158
+gallium_dri.so malloc 72 0x5571735f3e30 0.000114
+gallium_dri.so free 0x557173456780 void 0.000112
+gallium_dri.so free 0x5571735f3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571734567d0 0.000113
+gallium_dri.so free 0x557173456840 void 0.000113
+gallium_dri.so free 0x5571734567d0 void 0.000113
+gallium_dri.so malloc 72 0x557173456860 0.000110
+gallium_dri.so free 0x557173456900 void 0.000113
+gallium_dri.so free 0x557173456860 void 0.000113
+gallium_dri.so malloc 72 0x5571734568b0 0.000113
+gallium_dri.so free 0x557173456980 void 0.000112
+gallium_dri.so free 0x5571734568b0 void 0.000112
+gallium_dri.so malloc 72 0x557173456980 0.000113
+gallium_dri.so free 0x557173456a40 void 0.000115
+gallium_dri.so free 0x557173456980 void 0.000113
+gallium_dri.so malloc 72 0x557173456980 0.000114
+gallium_dri.so free 0x557173459d40 void 0.000113
+gallium_dri.so free 0x557173456980 void 0.000113
+gallium_dri.so malloc 72 0x557173459d90 0.000126
+gallium_dri.so free 0x557173459e00 void 0.000119
+gallium_dri.so free 0x557173459d90 void 0.000114
+gallium_dri.so malloc 72 0x557173459e20 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000113
+gallium_dri.so free 0x557173459e20 void 0.000114
+gallium_dri.so malloc 72 0x557173459e70 0.000113
+gallium_dri.so free 0x557173459f40 void 0.000113
+gallium_dri.so free 0x557173459e70 void 0.000112
+gallium_dri.so malloc 72 0x557173459e70 0.000127
+gallium_dri.so free 0x557173459fc0 void 0.000114
+gallium_dri.so free 0x557173459e70 void 0.000113
+gallium_dri.so malloc 72 0x557173459fc0 0.000114
+gallium_dri.so free 0x557173457ac0 void 0.000114
+gallium_dri.so free 0x557173459fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173457a70 0.000113
+gallium_dri.so free 0x557173457b40 void 0.000114
+gallium_dri.so free 0x557173457a70 void 0.000113
+gallium_dri.so malloc 72 0x557173457b60 0.000114
+gallium_dri.so free 0x557173457c00 void 0.000114
+gallium_dri.so free 0x557173457b60 void 0.000113
+gallium_dri.so malloc 72 0x557173457bb0 0.000117
+gallium_dri.so free 0x557173457c80 void 0.000114
+gallium_dri.so free 0x557173457bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173457bb0 0.000115
+gallium_dri.so free 0x557173457d00 void 0.000114
+gallium_dri.so free 0x557173457bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173457d00 0.000113
+gallium_dri.so free 0x5571735e5100 void 0.000114
+gallium_dri.so free 0x557173457d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e50b0 0.000114
+gallium_dri.so free 0x5571735e5140 void 0.000113
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e50b0 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000115
+gallium_dri.so free 0x5571735e50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5270 0.000125
+gallium_dri.so free 0x5571735e52c0 void 0.000115
+gallium_dri.so free 0x5571735e5270 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5270 0.000116
+gallium_dri.so free 0x5571735e53c0 void 0.000113
+gallium_dri.so free 0x5571735e5270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5370 0.000117
+gallium_dri.so free 0x5571735f4040 void 0.000114
+gallium_dri.so free 0x5571735e5370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000113
+gallium_dri.so free 0x5571735f4080 void 0.000113
+gallium_dri.so free 0x5571735f3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000113
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so free 0x5571735f3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4180 0.000113
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so free 0x5571735f4180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4200 0.000114
+gallium_dri.so free 0x5571735f42c0 void 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4200 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x557173455e70 0.000113
+gallium_dri.so free 0x557173455f00 void 0.000113
+gallium_dri.so free 0x557173455e70 void 0.000113
+gallium_dri.so malloc 72 0x557173455e70 0.000113
+gallium_dri.so free 0x557173455fc0 void 0.000126
+gallium_dri.so free 0x557173455e70 void 0.000115
+gallium_dri.so malloc 72 0x557173456000 0.000115
+gallium_dri.so free 0x557173456080 void 0.000119
+gallium_dri.so free 0x557173456000 void 0.000124
+gallium_dri.so malloc 72 0x557173456080 0.000122
+gallium_dri.so free 0x557173456140 void 0.000125
+gallium_dri.so free 0x557173456080 void 0.000124
+gallium_dri.so malloc 72 0x557173456080 0.000136
+gallium_dri.so free 0x5571734561c0 void 0.000119
+gallium_dri.so free 0x557173456080 void 0.000115
+gallium_dri.so malloc 72 0x557173456080 0.000124
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4000 0.000113
+gallium_dri.so free 0x5571735e40c0 void 0.000114
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4000 0.000113
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e4200 void 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e42c0 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4140 0.000115
+gallium_dri.so free 0x5571735e4380 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4330 0.000117
+gallium_dri.so free 0x5571735e4a00 void 0.000117
+gallium_dri.so free 0x5571735e4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a50 0.000113
+gallium_dri.so free 0x5571735e4ac0 void 0.000115
+gallium_dri.so free 0x5571735e4a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b00 0.000115
+gallium_dri.so free 0x5571735e4b80 void 0.000114
+gallium_dri.so free 0x5571735e4b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b00 0.000113
+gallium_dri.so free 0x5571735e4c00 void 0.000115
+gallium_dri.so free 0x5571735e4b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4c30 0.000117
+gallium_dri.so free 0x5571735e4c80 void 0.000115
+gallium_dri.so free 0x5571735e4c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4c30 0.000112
+gallium_dri.so free 0x5571735e4d80 void 0.000124
+gallium_dri.so free 0x5571735e4c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4d30 0.000115
+gallium_dri.so free 0x55717345a980 void 0.000115
+gallium_dri.so free 0x5571735e4d30 void 0.000115
+gallium_dri.so malloc 72 0x55717345a9a0 0.000114
+gallium_dri.so free 0x55717345aa40 void 0.000115
+gallium_dri.so free 0x55717345a9a0 void 0.000153
+gallium_dri.so malloc 72 0x55717345a9f0 0.000113
+gallium_dri.so free 0x55717345aac0 void 0.000112
+gallium_dri.so free 0x55717345a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a9f0 0.000112
+gallium_dri.so free 0x55717345abc0 void 0.000112
+gallium_dri.so free 0x55717345a9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345ab70 0.000112
+gallium_dri.so free 0x55717345ac40 void 0.000112
+gallium_dri.so free 0x55717345ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac90 0.000112
+gallium_dri.so free 0x55717345ad00 void 0.000117
+gallium_dri.so free 0x55717345ac90 void 0.000121
+gallium_dri.so malloc 72 0x55717345ad20 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so free 0x55717345ad20 void 0.000112
+gallium_dri.so malloc 72 0x5571734573f0 0.000113
+gallium_dri.so free 0x557173457440 void 0.000210
+gallium_dri.so free 0x5571734573f0 void 0.000188
+gallium_dri.so malloc 72 0x5571734573f0 0.000317
+gallium_dri.so free 0x557173457540 void 0.000210
+gallium_dri.so free 0x5571734573f0 void 0.000160
+gallium_dri.so malloc 72 0x5571734574f0 0.000121
+gallium_dri.so free 0x557173457600 void 0.000126
+gallium_dri.so free 0x5571734574f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734575b0 0.000114
+gallium_dri.so free 0x557173457680 void 0.000114
+gallium_dri.so free 0x5571734575b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734575b0 0.000111
+gallium_dri.so free 0x557173457740 void 0.000110
+gallium_dri.so free 0x5571734575b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734575b0 0.000111
+gallium_dri.so free 0x55717345e480 void 0.000110
+gallium_dri.so free 0x5571734575b0 void 0.000110
+gallium_dri.so malloc 72 0x55717345e4c0 0.000110
+gallium_dri.so free 0x55717345e540 void 0.000110
+gallium_dri.so free 0x55717345e4c0 void 0.000110
+gallium_dri.so malloc 72 0x55717345e540 0.000112
+gallium_dri.so free 0x55717345e600 void 0.000111
+gallium_dri.so free 0x55717345e540 void 0.000109
+gallium_dri.so malloc 72 0x55717345e540 0.000110
+gallium_dri.so free 0x55717345e680 void 0.000110
+gallium_dri.so free 0x55717345e540 void 0.000111
+gallium_dri.so malloc 72 0x55717345e6b0 0.000110
+gallium_dri.so free 0x55717345e700 void 0.000116
+gallium_dri.so free 0x55717345e6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e700 0.000109
+gallium_dri.so free 0x55717345e7c0 void 0.000109
+gallium_dri.so free 0x55717345e700 void 0.000110
+gallium_dri.so malloc 72 0x55717345e700 0.000110
+gallium_dri.so free 0x55717345e8c0 void 0.000111
+gallium_dri.so free 0x55717345e700 void 0.000127
+gallium_dri.so malloc 72 0x55717345e870 0.000116
+gallium_dri.so free 0x55717345e980 void 0.000118
+gallium_dri.so free 0x55717345e870 void 0.000115
+gallium_dri.so malloc 72 0x55717345e930 0.000115
+gallium_dri.so free 0x55717345e9c0 void 0.000115
+gallium_dri.so free 0x55717345e930 void 0.000115
+gallium_dri.so malloc 72 0x55717345e930 0.000114
+gallium_dri.so free 0x5571735f49c0 void 0.000115
+gallium_dri.so free 0x55717345e930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a00 0.000114
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f4a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a80 0.000114
+gallium_dri.so free 0x5571735f4b40 void 0.000116
+gallium_dri.so free 0x5571735f4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a80 0.000115
+gallium_dri.so free 0x5571735f4bc0 void 0.000115
+gallium_dri.so free 0x5571735f4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a80 0.000113
+gallium_dri.so free 0x5571735f4c80 void 0.000115
+gallium_dri.so free 0x5571735f4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a80 0.000114
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000115
+gallium_dri.so free 0x5571735f4cf0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f4e10 0.000120
+gallium_dri.so free 0x5571735f4e80 void 0.000118
+gallium_dri.so free 0x5571735f4e10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000118
+gallium_dri.so free 0x5571735f4f40 void 0.000118
+gallium_dri.so free 0x5571735f4ea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000117
+gallium_dri.so free 0x5571735f4fc0 void 0.000118
+gallium_dri.so free 0x5571735f4ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000119
+gallium_dri.so free 0x5571735f4ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5070 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000118
+gallium_dri.so free 0x5571735f5070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5190 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000118
+gallium_dri.so free 0x5571735f5190 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5220 0.000118
+gallium_dri.so free 0x5571735f52c0 void 0.000118
+gallium_dri.so free 0x5571735f5220 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5270 0.000119
+gallium_dri.so free 0x5571735f5340 void 0.000118
+gallium_dri.so free 0x5571735f5270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5270 0.000117
+gallium_dri.so free 0x557173458980 void 0.000126
+gallium_dri.so free 0x5571735f5270 void 0.000111
+gallium_dri.so malloc 72 0x557173458980 0.000111
+gallium_dri.so free 0x557173458a40 void 0.000111
+gallium_dri.so free 0x557173458980 void 0.000109
+gallium_dri.so malloc 72 0x557173458980 0.000110
+gallium_dri.so free 0x557173458b00 void 0.000111
+gallium_dri.so free 0x557173458980 void 0.000110
+gallium_dri.so malloc 72 0x557173458b20 0.000109
+gallium_dri.so free 0x557173458bc0 void 0.000110
+gallium_dri.so free 0x557173458b20 void 0.000110
+gallium_dri.so malloc 72 0x557173458b70 0.000115
+gallium_dri.so free 0x557173458c40 void 0.000110
+gallium_dri.so free 0x557173458b70 void 0.000110
+gallium_dri.so malloc 72 0x557173458b70 0.000110
+gallium_dri.so free 0x557173458cc0 void 0.000111
+gallium_dri.so free 0x557173458b70 void 0.000117
+gallium_dri.so malloc 72 0x557173458cc0 0.000111
+gallium_dri.so free 0x557173458d80 void 0.000111
+gallium_dri.so free 0x557173458cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173458cc0 0.000109
+gallium_dri.so free 0x557173458e40 void 0.000111
+gallium_dri.so free 0x557173458cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173458cc0 0.000113
+gallium_dri.so free 0x557173458f00 void 0.000111
+gallium_dri.so free 0x557173458cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173458eb0 0.000111
+gallium_dri.so free 0x557173458fc0 void 0.000112
+gallium_dri.so free 0x557173458eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173458f70 0.000118
+gallium_dri.so free 0x557173459040 void 0.000115
+gallium_dri.so free 0x557173458f70 void 0.000113
+gallium_dri.so malloc 72 0x557173459090 0.000113
+gallium_dri.so free 0x557173459100 void 0.000115
+gallium_dri.so free 0x557173459090 void 0.000114
+gallium_dri.so malloc 72 0x557173459120 0.000113
+gallium_dri.so free 0x5571734591c0 void 0.000114
+gallium_dri.so free 0x557173459120 void 0.000113
+gallium_dri.so malloc 72 0x557173459170 0.000113
+gallium_dri.so free 0x557173459240 void 0.000115
+gallium_dri.so free 0x557173459170 void 0.000114
+gallium_dri.so malloc 72 0x557173459170 0.000113
+gallium_dri.so free 0x5571734592c0 void 0.000115
+gallium_dri.so free 0x557173459170 void 0.000113
+gallium_dri.so malloc 72 0x5571734592c0 0.000113
+gallium_dri.so free 0x557173459380 void 0.000114
+gallium_dri.so free 0x5571734592c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734592c0 0.000114
+gallium_dri.so free 0x557173459480 void 0.000114
+gallium_dri.so free 0x5571734592c0 void 0.000113
+gallium_dri.so malloc 72 0x557173459430 0.000113
+gallium_dri.so free 0x5571734594c0 void 0.000115
+gallium_dri.so free 0x557173459430 void 0.000112
+gallium_dri.so malloc 72 0x557173459430 0.000113
+gallium_dri.so free 0x557173459580 void 0.000115
+gallium_dri.so free 0x557173459430 void 0.000118
+gallium_dri.so malloc 72 0x5571734595c0 0.000167
+gallium_dri.so free 0x557173459640 void 0.000120
+gallium_dri.so free 0x5571734595c0 void 0.000119
+gallium_dri.so malloc 72 0x557173459640 0.000118
+gallium_dri.so free 0x557173459700 void 0.000119
+gallium_dri.so free 0x557173459640 void 0.000114
+gallium_dri.so malloc 72 0x557173459640 0.000119
+gallium_dri.so free 0x557173459780 void 0.000118
+gallium_dri.so free 0x557173459640 void 0.000118
+gallium_dri.so malloc 72 0x5571734597b0 0.000118
+gallium_dri.so free 0x557173459800 void 0.000120
+gallium_dri.so free 0x5571734597b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734597b0 0.000119
+gallium_dri.so free 0x557173459900 void 0.000119
+gallium_dri.so free 0x5571734597b0 void 0.000118
+gallium_dri.so malloc 72 0x557173459940 0.000119
+gallium_dri.so free 0x5571734599c0 void 0.000118
+gallium_dri.so free 0x557173459940 void 0.000118
+gallium_dri.so malloc 72 0x5571734599c0 0.000118
+gallium_dri.so free 0x557173459a80 void 0.000119
+gallium_dri.so free 0x5571734599c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734599c0 0.000119
+gallium_dri.so free 0x557173459b00 void 0.000118
+gallium_dri.so free 0x5571734599c0 void 0.000119
+gallium_dri.so malloc 72 0x557173459b30 0.000118
+gallium_dri.so free 0x55717345edc0 void 0.000118
+gallium_dri.so free 0x557173459b30 void 0.000132
+gallium_dri.so malloc 72 0x557173459b30 0.000112
+gallium_dri.so free 0x55717345eec0 void 0.000112
+gallium_dri.so free 0x557173459b30 void 0.000110
+gallium_dri.so malloc 72 0x55717345ee70 0.000110
+gallium_dri.so free 0x55717345ef80 void 0.000109
+gallium_dri.so free 0x55717345ee70 void 0.000110
+gallium_dri.so malloc 72 0x55717345ef30 0.000109
+gallium_dri.so free 0x55717345f000 void 0.000111
+gallium_dri.so free 0x55717345ef30 void 0.000111
+gallium_dri.so malloc 72 0x55717345ef30 0.000109
+gallium_dri.so free 0x55717345f0c0 void 0.000110
+gallium_dri.so free 0x55717345ef30 void 0.000111
+gallium_dri.so malloc 72 0x55717345ef30 0.000109
+gallium_dri.so free 0x55717345f180 void 0.000111
+gallium_dri.so free 0x55717345ef30 void 0.000111
+gallium_dri.so malloc 72 0x55717345f130 0.000111
+gallium_dri.so free 0x55717345f200 void 0.000110
+gallium_dri.so free 0x55717345f130 void 0.000109
+gallium_dri.so malloc 72 0x55717345f250 0.000109
+gallium_dri.so free 0x55717345f2c0 void 0.000110
+gallium_dri.so free 0x55717345f250 void 0.000111
+gallium_dri.so malloc 72 0x55717345f2e0 0.000112
+gallium_dri.so free 0x55717345f380 void 0.000112
+gallium_dri.so free 0x55717345f2e0 void 0.000110
+gallium_dri.so malloc 72 0x55717345f330 0.000110
+gallium_dri.so free 0x55717345f400 void 0.000110
+gallium_dri.so free 0x55717345f330 void 0.000110
+gallium_dri.so malloc 72 0x55717345f400 0.000112
+gallium_dri.so free 0x55717345f4c0 void 0.000117
+gallium_dri.so free 0x55717345f400 void 0.000114
+gallium_dri.so malloc 72 0x55717345f400 0.000113
+gallium_dri.so free 0x55717345f540 void 0.000114
+gallium_dri.so free 0x55717345f400 void 0.000115
+gallium_dri.so malloc 72 0x55717345f540 0.000113
+gallium_dri.so free 0x55717345f600 void 0.000115
+gallium_dri.so free 0x55717345f540 void 0.000114
+gallium_dri.so malloc 72 0x55717345f540 0.000113
+gallium_dri.so free 0x55717345f6c0 void 0.000114
+gallium_dri.so free 0x55717345f540 void 0.000112
+gallium_dri.so malloc 72 0x55717345f540 0.000112
+gallium_dri.so free 0x55717345f780 void 0.000116
+gallium_dri.so free 0x55717345f540 void 0.000113
+gallium_dri.so malloc 72 0x55717345f730 0.000113
+gallium_dri.so free 0x55717345f800 void 0.000114
+gallium_dri.so free 0x55717345f730 void 0.000113
+gallium_dri.so malloc 72 0x55717345f850 0.000113
+gallium_dri.so free 0x55717345f8c0 void 0.000116
+gallium_dri.so free 0x55717345f850 void 0.000114
+gallium_dri.so malloc 72 0x55717345f900 0.000115
+gallium_dri.so free 0x55717345f980 void 0.000115
+gallium_dri.so free 0x55717345f900 void 0.000114
+gallium_dri.so malloc 72 0x55717345f900 0.000112
+gallium_dri.so free 0x55717345fa00 void 0.000115
+gallium_dri.so free 0x55717345f900 void 0.000113
+gallium_dri.so malloc 72 0x55717345fa30 0.000113
+gallium_dri.so free 0x55717345fa80 void 0.000166
+gallium_dri.so free 0x55717345fa30 void 0.000119
+gallium_dri.so malloc 72 0x55717345fa30 0.000119
+gallium_dri.so free 0x55717345fb80 void 0.000118
+gallium_dri.so free 0x55717345fa30 void 0.000119
+gallium_dri.so malloc 72 0x55717345fb30 0.000118
+gallium_dri.so free 0x55717345fc40 void 0.000117
+gallium_dri.so free 0x55717345fb30 void 0.000118
+gallium_dri.so malloc 72 0x55717345fbf0 0.000118
+gallium_dri.so free 0x55717345fc80 void 0.000119
+gallium_dri.so free 0x55717345fbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717345fbf0 0.000118
+gallium_dri.so free 0x55717345fd40 void 0.000118
+gallium_dri.so free 0x55717345fbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717345fdb0 0.000118
+gallium_dri.so free 0x55717345fe00 void 0.000123
+gallium_dri.so free 0x55717345fdb0 void 0.000125
+gallium_dri.so malloc 72 0x55717345fdb0 0.000118
+gallium_dri.so free 0x55717345ff00 void 0.000118
+gallium_dri.so free 0x55717345fdb0 void 0.000117
+gallium_dri.so malloc 72 0x55717345feb0 0.000117
+gallium_dri.so free 0x55717345ffc0 void 0.000118
+gallium_dri.so free 0x55717345feb0 void 0.000118
+gallium_dri.so malloc 72 0x55717345ff70 0.000118
+gallium_dri.so free 0x557173460000 void 0.000119
+gallium_dri.so free 0x55717345ff70 void 0.000117
+gallium_dri.so malloc 72 0x55717345ff70 0.000124
+gallium_dri.so free 0x5571734600c0 void 0.000114
+gallium_dri.so free 0x55717345ff70 void 0.000112
+gallium_dri.so malloc 72 0x557173460100 0.000110
+gallium_dri.so free 0x557173460180 void 0.000111
+gallium_dri.so free 0x557173460100 void 0.000110
+gallium_dri.so malloc 72 0x557173460180 0.000110
+gallium_dri.so free 0x557173460240 void 0.000109
+gallium_dri.so free 0x557173460180 void 0.000110
+gallium_dri.so malloc 72 0x557173460180 0.000112
+gallium_dri.so free 0x557173460300 void 0.000109
+gallium_dri.so free 0x557173460180 void 0.000110
+gallium_dri.so malloc 72 0x557173460320 0.000111
+gallium_dri.so free 0x5571734603c0 void 0.000110
+gallium_dri.so free 0x557173460320 void 0.000110
+gallium_dri.so malloc 72 0x557173460370 0.000110
+gallium_dri.so free 0x5571735da8c0 void 0.000110
+gallium_dri.so free 0x557173460370 void 0.000110
+gallium_dri.so malloc 72 0x557173460370 0.000110
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so free 0x557173460370 void 0.000110
+gallium_dri.so malloc 72 0x5571735da940 0.000110
+gallium_dri.so free 0x5571735daa00 void 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000111
+gallium_dri.so malloc 72 0x5571735da940 0.000111
+gallium_dri.so free 0x5571735daac0 void 0.000110
+gallium_dri.so free 0x5571735da940 void 0.000110
+gallium_dri.so malloc 72 0x5571735da940 0.000111
+gallium_dri.so free 0x5571735dab80 void 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad10 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dad10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dada0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dada0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadf0 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf40 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf40 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000116
+gallium_dri.so free 0x5571735daf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735db0b0 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000121
+gallium_dri.so free 0x5571735db0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db240 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so free 0x5571735db240 void 0.000123
+gallium_dri.so malloc 72 0x5571735db2c0 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db2c0 0.000118
+gallium_dri.so free 0x5571735db400 void 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000119
+gallium_dri.so free 0x5571735db430 void 0.000117
+gallium_dri.so malloc 72 0x5571735db430 0.000117
+gallium_dri.so free 0x5571735db580 void 0.000118
+gallium_dri.so free 0x5571735db430 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5c0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000119
+gallium_dri.so free 0x5571735db640 void 0.000117
+gallium_dri.so malloc 72 0x5571735db640 0.000119
+gallium_dri.so free 0x5571735db780 void 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7b0 0.000111
+gallium_dri.so free 0x5571735db800 void 0.000110
+gallium_dri.so free 0x5571735db7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db7b0 0.000110
+gallium_dri.so free 0x5571735db900 void 0.000110
+gallium_dri.so free 0x5571735db7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db8b0 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000110
+gallium_dri.so free 0x5571735db8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db970 0.000110
+gallium_dri.so free 0x5571735dba40 void 0.000110
+gallium_dri.so free 0x5571735db970 void 0.000110
+gallium_dri.so malloc 72 0x5571735db970 0.000111
+gallium_dri.so free 0x5571735dbb00 void 0.000110
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735db970 0.000111
+gallium_dri.so free 0x5571735dbbc0 void 0.000111
+gallium_dri.so free 0x5571735db970 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbb70 0.000110
+gallium_dri.so free 0x5571735dbc40 void 0.000110
+gallium_dri.so free 0x5571735dbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc90 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000110
+gallium_dri.so free 0x5571735dbc90 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbd20 0.000110
+gallium_dri.so free 0x5571735dbdc0 void 0.000111
+gallium_dri.so free 0x5571735dbd20 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbd70 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe40 0.000112
+gallium_dri.so free 0x5571735dbf80 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbf80 0.000114
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc170 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc290 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc290 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc340 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc340 0.000182
+gallium_dri.so free 0x5571735dc440 void 0.000129
+gallium_dri.so free 0x5571735dc340 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc470 0.000120
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so free 0x5571735dc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc470 0.000117
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so free 0x5571735dc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc570 0.000118
+gallium_dri.so free 0x5571735dc680 void 0.000118
+gallium_dri.so free 0x5571735dc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc630 0.000118
+gallium_dri.so free 0x5571735dc6c0 void 0.000118
+gallium_dri.so free 0x5571735dc630 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc630 0.000117
+gallium_dri.so free 0x5571735dc780 void 0.000118
+gallium_dri.so free 0x5571735dc630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000118
+gallium_dri.so free 0x5571735dc840 void 0.000118
+gallium_dri.so free 0x5571735dc7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000118
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000118
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so free 0x5571735dc8f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000112
+gallium_dri.so free 0x5571735dca40 void 0.000110
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000111
+gallium_dri.so free 0x5571735dcb00 void 0.000111
+gallium_dri.so free 0x5571735dc9b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcb40 0.000110
+gallium_dri.so free 0x5571735dcbc0 void 0.000111
+gallium_dri.so free 0x5571735dcb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000111
+gallium_dri.so free 0x5571735dcc80 void 0.000111
+gallium_dri.so free 0x5571735dcbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000111
+gallium_dri.so free 0x5571735dcd40 void 0.000109
+gallium_dri.so free 0x5571735dcbc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcd60 0.000111
+gallium_dri.so free 0x5571735dce00 void 0.000110
+gallium_dri.so free 0x5571735dcd60 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000109
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so free 0x5571735dcdb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000110
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so free 0x5571735dcdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcf00 0.000110
+gallium_dri.so free 0x5571735dcfc0 void 0.000110
+gallium_dri.so free 0x5571735dcf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcf00 0.000111
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000116
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so free 0x5571735dd2d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5320 0.000113
+gallium_dri.so free 0x5571735c53c0 void 0.000115
+gallium_dri.so free 0x5571735c5320 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5370 0.000113
+gallium_dri.so free 0x5571735c5440 void 0.000114
+gallium_dri.so free 0x5571735c5370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5370 0.000114
+gallium_dri.so free 0x5571735c54c0 void 0.000114
+gallium_dri.so free 0x5571735c5370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c54c0 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so free 0x5571735c54c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c54c0 0.000114
+gallium_dri.so free 0x5571735c5680 void 0.000158
+gallium_dri.so free 0x5571735c54c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5630 0.000118
+gallium_dri.so free 0x5571735c56c0 void 0.000121
+gallium_dri.so free 0x5571735c5630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5630 0.000118
+gallium_dri.so free 0x5571735c5780 void 0.000117
+gallium_dri.so free 0x5571735c5630 void 0.000116
+gallium_dri.so malloc 72 0x5571735c57c0 0.000117
+gallium_dri.so free 0x5571735c5840 void 0.000119
+gallium_dri.so free 0x5571735c57c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5840 0.000117
+gallium_dri.so free 0x5571735c5900 void 0.000118
+gallium_dri.so free 0x5571735c5840 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5840 0.000119
+gallium_dri.so free 0x5571735c5980 void 0.000118
+gallium_dri.so free 0x5571735c5840 void 0.000117
+gallium_dri.so malloc 72 0x5571735c59b0 0.000118
+gallium_dri.so free 0x5571735c5a00 void 0.000118
+gallium_dri.so free 0x5571735c59b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c59b0 0.000117
+gallium_dri.so free 0x5571735c5b00 void 0.000119
+gallium_dri.so free 0x5571735c59b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5b40 0.000117
+gallium_dri.so free 0x5571735c5bc0 void 0.000119
+gallium_dri.so free 0x5571735c5b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000126
+gallium_dri.so free 0x5571735c5c80 void 0.000115
+gallium_dri.so free 0x5571735c5bc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000111
+gallium_dri.so free 0x5571735c5d00 void 0.000109
+gallium_dri.so free 0x5571735c5bc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5d30 0.000112
+gallium_dri.so free 0x5571735c5d80 void 0.000113
+gallium_dri.so free 0x5571735c5d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5d30 0.000114
+gallium_dri.so free 0x5571735c5e80 void 0.000110
+gallium_dri.so free 0x5571735c5d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5e30 0.000111
+gallium_dri.so free 0x5571735c5f40 void 0.000112
+gallium_dri.so free 0x5571735c5e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000110
+gallium_dri.so free 0x5571735c5fc0 void 0.000112
+gallium_dri.so free 0x5571735c5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000111
+gallium_dri.so free 0x5571735c6080 void 0.000111
+gallium_dri.so free 0x5571735c5ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000110
+gallium_dri.so free 0x5571735c6140 void 0.000110
+gallium_dri.so free 0x5571735c5ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c60f0 0.000112
+gallium_dri.so free 0x5571735c61c0 void 0.000111
+gallium_dri.so free 0x5571735c60f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c6210 0.000110
+gallium_dri.so free 0x5571735c6280 void 0.000129
+gallium_dri.so free 0x5571735c6210 void 0.000117
+gallium_dri.so malloc 72 0x5571735c62a0 0.000115
+gallium_dri.so free 0x5571735c6340 void 0.000120
+gallium_dri.so free 0x5571735c62a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c62f0 0.000115
+gallium_dri.so free 0x5571735c63c0 void 0.000115
+gallium_dri.so free 0x5571735c62f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c63c0 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c63c0 0.000114
+gallium_dri.so free 0x5571735c6500 void 0.000115
+gallium_dri.so free 0x5571735c63c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6500 0.000113
+gallium_dri.so free 0x5571735c65c0 void 0.000115
+gallium_dri.so free 0x5571735c6500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6500 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000116
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6500 0.000112
+gallium_dri.so free 0x5571735c6740 void 0.000115
+gallium_dri.so free 0x5571735c6500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c66f0 0.000113
+gallium_dri.so free 0x5571735c67c0 void 0.000115
+gallium_dri.so free 0x5571735c66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6810 0.000115
+gallium_dri.so free 0x5571735c6880 void 0.000114
+gallium_dri.so free 0x5571735c6810 void 0.000117
+gallium_dri.so malloc 72 0x5571735c68c0 0.000112
+gallium_dri.so free 0x5571735c6940 void 0.000113
+gallium_dri.so free 0x5571735c68c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c68c0 0.000114
+gallium_dri.so free 0x5571735c69c0 void 0.000112
+gallium_dri.so free 0x5571735c68c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c69f0 0.000112
+gallium_dri.so free 0x5571735c6a40 void 0.000113
+gallium_dri.so free 0x5571735c69f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c69f0 0.000112
+gallium_dri.so free 0x5571735c6b40 void 0.000113
+gallium_dri.so free 0x5571735c69f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6af0 0.000111
+gallium_dri.so free 0x5571735c6c00 void 0.000125
+gallium_dri.so free 0x5571735c6af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000121
+gallium_dri.so free 0x5571735c6c40 void 0.000118
+gallium_dri.so free 0x5571735c6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000121
+gallium_dri.so free 0x5571735c6d00 void 0.000122
+gallium_dri.so free 0x5571735c6bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6d70 0.000119
+gallium_dri.so free 0x5571735c6dc0 void 0.000121
+gallium_dri.so free 0x5571735c6d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6d70 0.000119
+gallium_dri.so free 0x5571735c6ec0 void 0.000130
+gallium_dri.so free 0x5571735c6d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6e70 0.000115
+gallium_dri.so free 0x5571735c6f80 void 0.000123
+gallium_dri.so free 0x5571735c6e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6f30 0.000118
+gallium_dri.so free 0x5571735c6fc0 void 0.000121
+gallium_dri.so free 0x5571735c6f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6f30 0.000121
+gallium_dri.so free 0x5571735c7080 void 0.000118
+gallium_dri.so free 0x5571735c6f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c70c0 0.000117
+gallium_dri.so free 0x5571735c7140 void 0.000120
+gallium_dri.so free 0x5571735c70c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7140 0.000120
+gallium_dri.so free 0x5571735c7200 void 0.000117
+gallium_dri.so free 0x5571735c7140 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7140 0.000121
+gallium_dri.so free 0x5571735c72c0 void 0.000121
+gallium_dri.so free 0x5571735c7140 void 0.000121
+gallium_dri.so malloc 72 0x5571735c72e0 0.000120
+gallium_dri.so free 0x5571735c7380 void 0.000120
+gallium_dri.so free 0x5571735c72e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7330 0.000120
+gallium_dri.so free 0x5571735c7400 void 0.000119
+gallium_dri.so free 0x5571735c7330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7330 0.000129
+gallium_dri.so free 0x5571735c7480 void 0.000121
+gallium_dri.so free 0x5571735c7330 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7480 0.000119
+gallium_dri.so free 0x5571735c7540 void 0.000118
+gallium_dri.so free 0x5571735c7480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7480 0.000117
+gallium_dri.so free 0x5571735c7600 void 0.000120
+gallium_dri.so free 0x5571735c7480 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7480 0.000120
+gallium_dri.so free 0x5571735c76c0 void 0.000120
+gallium_dri.so free 0x5571735c7480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7670 0.000119
+gallium_dri.so free 0x5571735c7780 void 0.000118
+gallium_dri.so free 0x5571735c7670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7730 0.000118
+gallium_dri.so free 0x5571735c7800 void 0.000118
+gallium_dri.so free 0x5571735c7730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7850 0.000119
+gallium_dri.so free 0x5571735c78c0 void 0.000117
+gallium_dri.so free 0x5571735c7850 void 0.000120
+gallium_dri.so malloc 72 0x5571735c78e0 0.000117
+gallium_dri.so free 0x5571735c7980 void 0.000118
+gallium_dri.so free 0x5571735c78e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c7930 0.000118
+gallium_dri.so free 0x5571735c7a00 void 0.000120
+gallium_dri.so free 0x5571735c7930 void 0.000159
+gallium_dri.so malloc 72 0x5571735c7930 0.000118
+gallium_dri.so free 0x5571735c7a80 void 0.000116
+gallium_dri.so free 0x5571735c7930 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7a80 0.000116
+gallium_dri.so free 0x5571735c7b40 void 0.000115
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7a80 0.000116
+gallium_dri.so free 0x5571735c7c40 void 0.000117
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000115
+gallium_dri.so free 0x5571735c7c80 void 0.000115
+gallium_dri.so free 0x5571735c7bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000115
+gallium_dri.so free 0x5571735c7d40 void 0.000116
+gallium_dri.so free 0x5571735c7bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7d80 0.000114
+gallium_dri.so free 0x5571735c7e00 void 0.000122
+gallium_dri.so free 0x5571735c7d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7e00 0.000121
+gallium_dri.so free 0x5571735c7ec0 void 0.000120
+gallium_dri.so free 0x5571735c7e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7e00 0.000121
+gallium_dri.so free 0x5571735c7f40 void 0.000121
+gallium_dri.so free 0x5571735c7e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c7f70 0.000117
+gallium_dri.so free 0x5571735c7fc0 void 0.000119
+gallium_dri.so free 0x5571735c7f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7f70 0.000121
+gallium_dri.so free 0x5571735c80c0 void 0.000121
+gallium_dri.so free 0x5571735c7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8100 0.000120
+gallium_dri.so free 0x5571735c8180 void 0.000119
+gallium_dri.so free 0x5571735c8100 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8180 0.000117
+gallium_dri.so free 0x5571735c8240 void 0.000121
+gallium_dri.so free 0x5571735c8180 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8180 0.000117
+gallium_dri.so free 0x5571735c82c0 void 0.000119
+gallium_dri.so free 0x5571735c8180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c82f0 0.000120
+gallium_dri.so free 0x5571735c8340 void 0.000120
+gallium_dri.so free 0x5571735c82f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c82f0 0.000121
+gallium_dri.so free 0x5571735c8440 void 0.000120
+gallium_dri.so free 0x5571735c82f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83f0 0.000120
+gallium_dri.so free 0x5571735c8500 void 0.000122
+gallium_dri.so free 0x5571735c83f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c84b0 0.000122
+gallium_dri.so free 0x5571735c8580 void 0.000120
+gallium_dri.so free 0x5571735c84b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c84b0 0.000119
+gallium_dri.so free 0x5571735c8640 void 0.000119
+gallium_dri.so free 0x5571735c84b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c84b0 0.000119
+gallium_dri.so free 0x5571735c8700 void 0.000121
+gallium_dri.so free 0x5571735c84b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c86b0 0.000118
+gallium_dri.so free 0x5571735c8780 void 0.000119
+gallium_dri.so free 0x5571735c86b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c87d0 0.000120
+gallium_dri.so free 0x5571735c8840 void 0.000120
+gallium_dri.so free 0x5571735c87d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8860 0.000116
+gallium_dri.so free 0x5571735c8900 void 0.000119
+gallium_dri.so free 0x5571735c8860 void 0.000119
+gallium_dri.so malloc 72 0x5571735c88b0 0.000120
+gallium_dri.so free 0x5571735c8980 void 0.000121
+gallium_dri.so free 0x5571735c88b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8a40 void 0.000120
+gallium_dri.so free 0x5571735c8980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8980 0.000119
+gallium_dri.so free 0x5571735c8ac0 void 0.000120
+gallium_dri.so free 0x5571735c8980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000121
+gallium_dri.so free 0x5571735c8b80 void 0.000120
+gallium_dri.so free 0x5571735c8ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000163
+gallium_dri.so free 0x5571735c8c40 void 0.000118
+gallium_dri.so free 0x5571735c8ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000121
+gallium_dri.so free 0x5571735c8d00 void 0.000121
+gallium_dri.so free 0x5571735c8ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8cb0 0.000119
+gallium_dri.so free 0x5571735c8d80 void 0.000121
+gallium_dri.so free 0x5571735c8cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8dd0 0.000120
+gallium_dri.so free 0x5571735c8e40 void 0.000121
+gallium_dri.so free 0x5571735c8dd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e80 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000121
+gallium_dri.so free 0x5571735c8e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e80 0.000120
+gallium_dri.so free 0x5571735c8f80 void 0.000120
+gallium_dri.so free 0x5571735c8e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000121
+gallium_dri.so free 0x5571735c9000 void 0.000117
+gallium_dri.so free 0x5571735c8fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000117
+gallium_dri.so free 0x5571735c9100 void 0.000120
+gallium_dri.so free 0x5571735c8fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c90b0 0.000119
+gallium_dri.so free 0x5571735c91c0 void 0.000134
+gallium_dri.so free 0x5571735c90b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c9170 0.000120
+gallium_dri.so free 0x5571735c9200 void 0.000120
+gallium_dri.so free 0x5571735c9170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c9170 0.000117
+gallium_dri.so free 0x5571735c92c0 void 0.000120
+gallium_dri.so free 0x5571735c9170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9330 0.000119
+gallium_dri.so free 0x5571735c9380 void 0.000120
+gallium_dri.so free 0x5571735c9330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9330 0.000118
+gallium_dri.so free 0x5571735c9480 void 0.000119
+gallium_dri.so free 0x5571735c9330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9430 0.000120
+gallium_dri.so free 0x557173462440 void 0.000117
+gallium_dri.so free 0x5571735c9430 void 0.000117
+gallium_dri.so malloc 72 0x557173462460 0.000118
+gallium_dri.so free 0x557173462500 void 0.000120
+gallium_dri.so free 0x557173462460 void 0.000120
+gallium_dri.so malloc 72 0x5571734624b0 0.000120
+gallium_dri.so free 0x557173462580 void 0.000119
+gallium_dri.so free 0x5571734624b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734624b0 0.000120
+gallium_dri.so free 0x557173462600 void 0.000121
+gallium_dri.so free 0x5571734624b0 void 0.000120
+gallium_dri.so malloc 72 0x557173462600 0.000117
+gallium_dri.so free 0x5571734626c0 void 0.000119
+gallium_dri.so free 0x557173462600 void 0.000115
+gallium_dri.so malloc 72 0x557173462600 0.000115
+gallium_dri.so free 0x5571734627c0 void 0.000117
+gallium_dri.so free 0x557173462600 void 0.000115
+gallium_dri.so malloc 72 0x557173462600 0.000114
+gallium_dri.so free 0x557173462840 void 0.000116
+gallium_dri.so free 0x557173462600 void 0.000116
+gallium_dri.so malloc 72 0x557173462870 0.000116
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so free 0x557173462870 void 0.000118
+gallium_dri.so malloc 72 0x557173462870 0.000117
+gallium_dri.so free 0x5571734629c0 void 0.000116
+gallium_dri.so free 0x557173462870 void 0.000117
+gallium_dri.so malloc 72 0x557173462970 0.000116
+gallium_dri.so free 0x557173462a80 void 0.000154
+gallium_dri.so free 0x557173462970 void 0.000122
+gallium_dri.so malloc 72 0x557173462a30 0.000120
+gallium_dri.so free 0x557173462ac0 void 0.000122
+gallium_dri.so free 0x557173462a30 void 0.000120
+gallium_dri.so malloc 72 0x557173462a30 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462a30 void 0.000119
+gallium_dri.so malloc 72 0x557173462bd0 0.000120
+gallium_dri.so free 0x557173462c40 void 0.000120
+gallium_dri.so free 0x557173462bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173462c80 0.000188
+gallium_dri.so free 0x557173462d00 void 0.000124
+gallium_dri.so free 0x557173462c80 void 0.000117
+gallium_dri.so malloc 72 0x557173462d00 0.000117
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so malloc 72 0x557173462d00 0.000119
+gallium_dri.so free 0x557173462e40 void 0.000120
+gallium_dri.so free 0x557173462d00 void 0.000120
+gallium_dri.so malloc 72 0x557173462e70 0.000119
+gallium_dri.so free 0x557173462ec0 void 0.000121
+gallium_dri.so free 0x557173462e70 void 0.000119
+gallium_dri.so malloc 72 0x557173462e70 0.000118
+gallium_dri.so free 0x557173462fc0 void 0.000121
+gallium_dri.so free 0x557173462e70 void 0.000119
+gallium_dri.so malloc 72 0x557173462f70 0.000124
+gallium_dri.so free 0x557173463080 void 0.000121
+gallium_dri.so free 0x557173462f70 void 0.000117
+gallium_dri.so malloc 72 0x557173463030 0.000121
+gallium_dri.so free 0x557173463100 void 0.000121
+gallium_dri.so free 0x557173463030 void 0.000120
+gallium_dri.so malloc 72 0x557173463120 0.000121
+gallium_dri.so free 0x5571734631c0 void 0.000119
+gallium_dri.so free 0x557173463120 void 0.000115
+gallium_dri.so malloc 72 0x557173463170 0.000117
+gallium_dri.so free 0x557173463240 void 0.000123
+gallium_dri.so free 0x557173463170 void 0.000120
+gallium_dri.so malloc 72 0x557173463170 0.000119
+gallium_dri.so free 0x5571734632c0 void 0.000122
+gallium_dri.so free 0x557173463170 void 0.000120
+gallium_dri.so malloc 72 0x5571734632c0 0.000119
+gallium_dri.so free 0x557173463380 void 0.000121
+gallium_dri.so free 0x5571734632c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734632c0 0.000120
+gallium_dri.so free 0x557173463440 void 0.000120
+gallium_dri.so free 0x5571734632c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734632c0 0.000119
+gallium_dri.so free 0x557173463500 void 0.000119
+gallium_dri.so free 0x5571734632c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734634b0 0.000121
+gallium_dri.so free 0x557173463500 void 0.000120
+gallium_dri.so free 0x5571734634b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734634b0 0.000117
+gallium_dri.so free 0x557173463600 void 0.000121
+gallium_dri.so free 0x5571734634b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734635b0 0.000119
+gallium_dri.so free 0x5571734636c0 void 0.000121
+gallium_dri.so free 0x5571734635b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463670 0.000121
+gallium_dri.so free 0x557173463700 void 0.000121
+gallium_dri.so free 0x557173463670 void 0.000120
+gallium_dri.so malloc 72 0x557173463670 0.000116
+gallium_dri.so free 0x5571734637c0 void 0.000118
+gallium_dri.so free 0x557173463670 void 0.000116
+gallium_dri.so malloc 72 0x557173463800 0.000244
+gallium_dri.so free 0x557173463880 void 0.000218
+gallium_dri.so free 0x557173463800 void 0.000323
+gallium_dri.so malloc 72 0x557173463880 0.000198
+gallium_dri.so free 0x557173463940 void 0.000213
+gallium_dri.so free 0x557173463880 void 0.000153
+gallium_dri.so malloc 72 0x557173463880 0.000115
+gallium_dri.so free 0x557173463a00 void 0.000114
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so malloc 72 0x557173463a20 0.000114
+gallium_dri.so free 0x557173463ac0 void 0.000116
+gallium_dri.so free 0x557173463a20 void 0.000114
+gallium_dri.so malloc 72 0x557173463a70 0.000116
+gallium_dri.so free 0x557173463b40 void 0.000115
+gallium_dri.so free 0x557173463a70 void 0.000114
+gallium_dri.so malloc 72 0x557173463a70 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000115
+gallium_dri.so free 0x557173463a70 void 0.000113
+gallium_dri.so malloc 72 0x557173463bc0 0.000115
+gallium_dri.so free 0x557173463c80 void 0.000166
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463bc0 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000121
+gallium_dri.so free 0x557173463bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173463db0 0.000120
+gallium_dri.so free 0x557173463ec0 void 0.000120
+gallium_dri.so free 0x557173463db0 void 0.000119
+gallium_dri.so malloc 72 0x557173463e70 0.000118
+gallium_dri.so free 0x557173463f40 void 0.000121
+gallium_dri.so free 0x557173463e70 void 0.000119
+gallium_dri.so malloc 72 0x557173463f90 0.000119
+gallium_dri.so free 0x557173464000 void 0.000120
+gallium_dri.so free 0x557173463f90 void 0.000119
+gallium_dri.so malloc 72 0x557173464020 0.000118
+gallium_dri.so free 0x5571734640c0 void 0.000120
+gallium_dri.so free 0x557173464020 void 0.000120
+gallium_dri.so malloc 72 0x557173464070 0.000120
+gallium_dri.so free 0x557173464140 void 0.000120
+gallium_dri.so free 0x557173464070 void 0.000119
+gallium_dri.so malloc 72 0x557173464070 0.000119
+gallium_dri.so free 0x5571734641c0 void 0.000122
+gallium_dri.so free 0x557173464070 void 0.000118
+gallium_dri.so malloc 72 0x5571734641c0 0.000135
+gallium_dri.so free 0x557173464280 void 0.000121
+gallium_dri.so free 0x5571734641c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734641c0 0.000120
+gallium_dri.so free 0x557173464380 void 0.000122
+gallium_dri.so free 0x5571734641c0 void 0.000118
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x5571734643c0 void 0.000119
+gallium_dri.so free 0x557173464330 void 0.000119
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x557173464480 void 0.000120
+gallium_dri.so free 0x557173464330 void 0.000118
+gallium_dri.so malloc 72 0x5571734644c0 0.000118
+gallium_dri.so free 0x557173464540 void 0.000122
+gallium_dri.so free 0x5571734644c0 void 0.000120
+gallium_dri.so malloc 72 0x557173464540 0.000119
+gallium_dri.so free 0x557173464600 void 0.000122
+gallium_dri.so free 0x557173464540 void 0.000121
+gallium_dri.so malloc 72 0x557173464540 0.000119
+gallium_dri.so free 0x557173464680 void 0.000121
+gallium_dri.so free 0x557173464540 void 0.000119
+gallium_dri.so malloc 72 0x5571734646b0 0.000119
+gallium_dri.so free 0x557173464700 void 0.000120
+gallium_dri.so free 0x5571734646b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734646b0 0.000121
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so free 0x5571734646b0 void 0.000134
+gallium_dri.so malloc 72 0x557173464840 0.000122
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464840 void 0.000120
+gallium_dri.so malloc 72 0x5571734648c0 0.000120
+gallium_dri.so free 0x557173464980 void 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734648c0 0.000120
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464a30 0.000120
+gallium_dri.so free 0x557173464a80 void 0.000122
+gallium_dri.so free 0x557173464a30 void 0.000120
+gallium_dri.so malloc 72 0x557173464a30 0.000119
+gallium_dri.so free 0x557173464b80 void 0.000120
+gallium_dri.so free 0x557173464a30 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x557173464c40 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x557173464bf0 0.000121
+gallium_dri.so free 0x557173464cc0 void 0.000121
+gallium_dri.so free 0x557173464bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173464bf0 0.000125
+gallium_dri.so free 0x557173464d80 void 0.000116
+gallium_dri.so free 0x557173464bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000167
+gallium_dri.so free 0x557173464bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173464df0 0.000115
+gallium_dri.so free 0x557173464ec0 void 0.000116
+gallium_dri.so free 0x557173464df0 void 0.000112
+gallium_dri.so malloc 72 0x557173464f10 0.000114
+gallium_dri.so free 0x557173464f80 void 0.000114
+gallium_dri.so free 0x557173464f10 void 0.000114
+gallium_dri.so malloc 72 0x557173464fa0 0.000113
+gallium_dri.so free 0x557173465040 void 0.000116
+gallium_dri.so free 0x557173464fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173464ff0 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173464ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734650c0 0.000113
+gallium_dri.so free 0x557173465180 void 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734650c0 0.000114
+gallium_dri.so free 0x557173465200 void 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465200 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000116
+gallium_dri.so free 0x557173465200 void 0.000113
+gallium_dri.so malloc 72 0x557173465200 0.000113
+gallium_dri.so free 0x557173465380 void 0.000115
+gallium_dri.so free 0x557173465200 void 0.000114
+gallium_dri.so malloc 72 0x557173465200 0.000112
+gallium_dri.so free 0x557173465440 void 0.000127
+gallium_dri.so free 0x557173465200 void 0.000115
+gallium_dri.so malloc 72 0x5571734653f0 0.000114
+gallium_dri.so free 0x5571734654c0 void 0.000119
+gallium_dri.so free 0x5571734653f0 void 0.000114
+gallium_dri.so malloc 72 0x557173465510 0.000114
+gallium_dri.so free 0x557173465580 void 0.000116
+gallium_dri.so free 0x557173465510 void 0.000112
+gallium_dri.so malloc 72 0x5571734655c0 0.000115
+gallium_dri.so free 0x557173465640 void 0.000116
+gallium_dri.so free 0x5571734655c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734655c0 0.000114
+gallium_dri.so free 0x5571734656c0 void 0.000115
+gallium_dri.so free 0x5571734655c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656f0 0.000114
+gallium_dri.so free 0x557173465740 void 0.000113
+gallium_dri.so free 0x5571734656f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734656f0 0.000112
+gallium_dri.so free 0x557173465840 void 0.000116
+gallium_dri.so free 0x5571734656f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734657f0 0.000114
+gallium_dri.so free 0x557173465900 void 0.000114
+gallium_dri.so free 0x5571734657f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734658b0 0.000112
+gallium_dri.so free 0x557173465940 void 0.000116
+gallium_dri.so free 0x5571734658b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734658b0 0.000115
+gallium_dri.so free 0x557173465a00 void 0.000120
+gallium_dri.so free 0x5571734658b0 void 0.000116
+gallium_dri.so malloc 72 0x557173465a70 0.000115
+gallium_dri.so free 0x557173465ac0 void 0.000115
+gallium_dri.so free 0x557173465a70 void 0.000113
+gallium_dri.so malloc 72 0x557173465a70 0.000113
+gallium_dri.so free 0x557173465bc0 void 0.000114
+gallium_dri.so free 0x557173465a70 void 0.000113
+gallium_dri.so malloc 72 0x557173465b70 0.000112
+gallium_dri.so free 0x557173465c80 void 0.000115
+gallium_dri.so free 0x557173465b70 void 0.000113
+gallium_dri.so malloc 72 0x557173465c30 0.000114
+gallium_dri.so free 0x557173465cc0 void 0.000115
+gallium_dri.so free 0x557173465c30 void 0.000117
+gallium_dri.so malloc 72 0x557173465c30 0.000113
+gallium_dri.so free 0x557173465d80 void 0.000118
+gallium_dri.so free 0x557173465c30 void 0.000115
+gallium_dri.so malloc 72 0x557173465dc0 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so free 0x557173465dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465e40 0.000113
+gallium_dri.so free 0x557173465f00 void 0.000115
+gallium_dri.so free 0x557173465e40 void 0.000113
+gallium_dri.so malloc 72 0x557173465e40 0.000114
+gallium_dri.so free 0x557173465fc0 void 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so malloc 72 0x557173465fe0 0.000114
+gallium_dri.so free 0x557173466080 void 0.000115
+gallium_dri.so free 0x557173465fe0 void 0.000162
+gallium_dri.so malloc 72 0x557173466030 0.000115
+gallium_dri.so free 0x557173466100 void 0.000115
+gallium_dri.so free 0x557173466030 void 0.000113
+gallium_dri.so malloc 72 0x557173466030 0.000113
+gallium_dri.so free 0x557173466180 void 0.000115
+gallium_dri.so free 0x557173466030 void 0.000114
+gallium_dri.so malloc 72 0x557173466180 0.000113
+gallium_dri.so free 0x557173466240 void 0.000114
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so malloc 72 0x557173466180 0.000112
+gallium_dri.so free 0x557173466300 void 0.000114
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so malloc 72 0x557173466180 0.000114
+gallium_dri.so free 0x5571734663c0 void 0.000116
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so malloc 72 0x557173466370 0.000115
+gallium_dri.so free 0x557173466480 void 0.000116
+gallium_dri.so free 0x557173466370 void 0.000114
+gallium_dri.so malloc 72 0x557173466430 0.000112
+gallium_dri.so free 0x557173466500 void 0.000114
+gallium_dri.so free 0x557173466430 void 0.000113
+gallium_dri.so malloc 72 0x557173466550 0.000114
+gallium_dri.so free 0x5571734665c0 void 0.000114
+gallium_dri.so free 0x557173466550 void 0.000112
+gallium_dri.so malloc 72 0x5571734665e0 0.000112
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so free 0x5571734665e0 void 0.000124
+gallium_dri.so malloc 72 0x557173466630 0.000115
+gallium_dri.so free 0x557173466700 void 0.000116
+gallium_dri.so free 0x557173466630 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000114
+gallium_dri.so free 0x557173466780 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000112
+gallium_dri.so malloc 72 0x557173466780 0.000114
+gallium_dri.so free 0x557173466840 void 0.000115
+gallium_dri.so free 0x557173466780 void 0.000114
+gallium_dri.so malloc 72 0x557173466780 0.000114
+gallium_dri.so free 0x557173466940 void 0.000114
+gallium_dri.so free 0x557173466780 void 0.000113
+gallium_dri.so malloc 72 0x5571734668f0 0.000113
+gallium_dri.so free 0x557173466980 void 0.000113
+gallium_dri.so free 0x5571734668f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734668f0 0.000115
+gallium_dri.so free 0x557173466a40 void 0.000114
+gallium_dri.so free 0x5571734668f0 void 0.000113
+gallium_dri.so malloc 72 0x557173466a80 0.000111
+gallium_dri.so free 0x557173466b00 void 0.000115
+gallium_dri.so free 0x557173466a80 void 0.000114
+gallium_dri.so malloc 72 0x557173466b00 0.000114
+gallium_dri.so free 0x557173466bc0 void 0.000115
+gallium_dri.so free 0x557173466b00 void 0.000114
+gallium_dri.so malloc 72 0x557173466b00 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000119
+gallium_dri.so malloc 72 0x557173466c70 0.000117
+gallium_dri.so free 0x557173466cc0 void 0.000116
+gallium_dri.so free 0x557173466c70 void 0.000116
+gallium_dri.so malloc 72 0x557173466c70 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000116
+gallium_dri.so free 0x557173466c70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e00 0.000114
+gallium_dri.so free 0x557173466e80 void 0.000116
+gallium_dri.so free 0x557173466e00 void 0.000113
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466f40 void 0.000115
+gallium_dri.so free 0x557173466e80 void 0.000112
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e80 void 0.000114
+gallium_dri.so malloc 72 0x557173466ff0 0.000111
+gallium_dri.so free 0x557173467040 void 0.000115
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173466ff0 0.000114
+gallium_dri.so free 0x557173467140 void 0.000115
+gallium_dri.so free 0x557173466ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x557173467200 void 0.000116
+gallium_dri.so free 0x5571734670f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671b0 0.000114
+gallium_dri.so free 0x557173467280 void 0.000114
+gallium_dri.so free 0x5571734671b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671b0 0.000165
+gallium_dri.so free 0x557173467340 void 0.000116
+gallium_dri.so free 0x5571734671b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671b0 0.000117
+gallium_dri.so free 0x557173467400 void 0.000113
+gallium_dri.so free 0x5571734671b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734673b0 0.000113
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x5571734673b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734674d0 0.000112
+gallium_dri.so free 0x557173467540 void 0.000114
+gallium_dri.so free 0x5571734674d0 void 0.000113
+gallium_dri.so malloc 72 0x557173467560 0.000113
+gallium_dri.so free 0x557173467600 void 0.000116
+gallium_dri.so free 0x557173467560 void 0.000112
+gallium_dri.so malloc 72 0x5571734675b0 0.000115
+gallium_dri.so free 0x557173467680 void 0.000115
+gallium_dri.so free 0x5571734675b0 void 0.000114
+gallium_dri.so malloc 72 0x557173467680 0.000113
+gallium_dri.so free 0x557173467740 void 0.000115
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so malloc 72 0x557173467680 0.000111
+gallium_dri.so free 0x5571734677c0 void 0.000114
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so malloc 72 0x5571734677c0 0.000113
+gallium_dri.so free 0x557173467880 void 0.000113
+gallium_dri.so free 0x5571734677c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734677c0 0.000125
+gallium_dri.so free 0x557173467940 void 0.000116
+gallium_dri.so free 0x5571734677c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734677c0 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571734677c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734677c0 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571734677c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd430 0.000114
+gallium_dri.so free 0x5571735dd540 void 0.000114
+gallium_dri.so free 0x5571735dd430 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000128
+gallium_dri.so free 0x5571735dd5c0 void 0.000128
+gallium_dri.so free 0x5571735dd4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd5e0 0.000124
+gallium_dri.so free 0x5571735dd680 void 0.000224
+gallium_dri.so free 0x5571735dd5e0 void 0.000220
+gallium_dri.so malloc 72 0x5571735dd630 0.000214
+gallium_dri.so free 0x5571735dd700 void 0.000123
+gallium_dri.so free 0x5571735dd630 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd630 0.000130
+gallium_dri.so free 0x5571735dd780 void 0.000131
+gallium_dri.so free 0x5571735dd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd780 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd780 0.000112
+gallium_dri.so free 0x5571735dd900 void 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd780 0.000113
+gallium_dri.so free 0x5571735dd9c0 void 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd970 0.000113
+gallium_dri.so free 0x5571735dd9c0 void 0.000112
+gallium_dri.so free 0x5571735dd970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd970 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so free 0x5571735dd970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda70 0.000146
+gallium_dri.so free 0x5571735ddb80 void 0.000177
+gallium_dri.so free 0x5571735dda70 void 0.000240
+gallium_dri.so malloc 72 0x5571735ddb30 0.000116
+gallium_dri.so free 0x5571735ddbc0 void 0.000117
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb30 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000114
+gallium_dri.so free 0x5571735ddb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000165
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd40 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so free 0x5571735ddd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd40 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000112
+gallium_dri.so free 0x5571735ddd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddee0 0.000111
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000111
+gallium_dri.so free 0x5571735ddf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de080 void 0.000112
+gallium_dri.so free 0x5571735ddf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735de080 0.000110
+gallium_dri.so free 0x5571735de140 void 0.000117
+gallium_dri.so free 0x5571735de080 void 0.000125
+gallium_dri.so malloc 72 0x5571735de080 0.000119
+gallium_dri.so free 0x5571735de200 void 0.000115
+gallium_dri.so free 0x5571735de080 void 0.000112
+gallium_dri.so malloc 72 0x5571735de080 0.000115
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de080 void 0.000119
+gallium_dri.so malloc 72 0x5571735de270 0.000129
+gallium_dri.so free 0x5571735de380 void 0.000126
+gallium_dri.so free 0x5571735de270 void 0.000130
+gallium_dri.so malloc 72 0x5571735de330 0.000129
+gallium_dri.so free 0x5571735de400 void 0.000121
+gallium_dri.so free 0x5571735de330 void 0.000119
+gallium_dri.so malloc 72 0x5571735de450 0.000126
+gallium_dri.so free 0x5571735de4c0 void 0.000123
+gallium_dri.so free 0x5571735de450 void 0.000123
+gallium_dri.so malloc 72 0x5571735de4e0 0.000125
+gallium_dri.so free 0x5571735de580 void 0.000124
+gallium_dri.so free 0x5571735de4e0 void 0.000164
+gallium_dri.so malloc 72 0x5571735de530 0.000304
+gallium_dri.so free 0x5571735de600 void 0.000369
+gallium_dri.so free 0x5571735de530 void 0.000167
+gallium_dri.so malloc 72 0x5571735de530 0.000264
+gallium_dri.so free 0x5571735de680 void 0.000269
+gallium_dri.so free 0x5571735de530 void 0.000210
+gallium_dri.so malloc 72 0x5571735de680 0.000160
+gallium_dri.so free 0x5571735de740 void 0.000201
+gallium_dri.so free 0x5571735de680 void 0.000166
+gallium_dri.so malloc 72 0x5571735de680 0.000163
+gallium_dri.so free 0x5571735de840 void 0.000157
+gallium_dri.so free 0x5571735de680 void 0.000126
+gallium_dri.so malloc 72 0x5571735de7f0 0.000123
+gallium_dri.so free 0x5571735de880 void 0.000120
+gallium_dri.so free 0x5571735de7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de7f0 0.000119
+gallium_dri.so free 0x5571735de940 void 0.000119
+gallium_dri.so free 0x5571735de7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de980 0.000123
+gallium_dri.so free 0x5571735dea00 void 0.000125
+gallium_dri.so free 0x5571735de980 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea00 0.000119
+gallium_dri.so free 0x5571735deac0 void 0.000123
+gallium_dri.so free 0x5571735dea00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dea00 0.000118
+gallium_dri.so free 0x5571735deb40 void 0.000124
+gallium_dri.so free 0x5571735dea00 void 0.000124
+gallium_dri.so malloc 72 0x5571735deb70 0.000127
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x5571735deb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb70 0.000120
+gallium_dri.so free 0x5571735decc0 void 0.000118
+gallium_dri.so free 0x5571735deb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded00 0.000124
+gallium_dri.so free 0x5571735ded80 void 0.000125
+gallium_dri.so free 0x5571735ded00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ded80 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ded80 0.000167
+gallium_dri.so free 0x5571735deec0 void 0.000165
+gallium_dri.so free 0x5571735ded80 void 0.000170
+gallium_dri.so malloc 72 0x5571735deef0 0.000166
+gallium_dri.so free 0x5571735def40 void 0.000160
+gallium_dri.so free 0x5571735deef0 void 0.000164
+gallium_dri.so malloc 72 0x5571735deef0 0.000166
+gallium_dri.so free 0x5571735df040 void 0.000167
+gallium_dri.so free 0x5571735deef0 void 0.000163
+gallium_dri.so malloc 72 0x5571735deff0 0.000158
+gallium_dri.so free 0x5571735df100 void 0.000164
+gallium_dri.so free 0x5571735deff0 void 0.000167
+gallium_dri.so malloc 72 0x5571735df0b0 0.000165
+gallium_dri.so free 0x5571735df180 void 0.000159
+gallium_dri.so free 0x5571735df0b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735df0b0 0.000165
+gallium_dri.so free 0x5571735df240 void 0.000166
+gallium_dri.so free 0x5571735df0b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735df0b0 0.000165
+gallium_dri.so free 0x5571735df300 void 0.000235
+gallium_dri.so free 0x5571735df0b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735df2b0 0.000163
+gallium_dri.so free 0x5571735df380 void 0.000130
+gallium_dri.so free 0x5571735df2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df3d0 0.000143
+gallium_dri.so free 0x5571735df440 void 0.000132
+gallium_dri.so free 0x5571735df3d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df460 0.000129
+gallium_dri.so free 0x5571735df500 void 0.000132
+gallium_dri.so free 0x5571735df460 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4b0 0.000130
+gallium_dri.so free 0x5571735df580 void 0.000126
+gallium_dri.so free 0x5571735df4b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df580 0.000130
+gallium_dri.so free 0x5571735df640 void 0.000131
+gallium_dri.so free 0x5571735df580 void 0.000127
+gallium_dri.so malloc 72 0x5571735df580 0.000125
+gallium_dri.so free 0x5571735df6c0 void 0.000130
+gallium_dri.so free 0x5571735df580 void 0.000126
+gallium_dri.so malloc 72 0x5571735df6c0 0.000124
+gallium_dri.so free 0x5571735df780 void 0.000124
+gallium_dri.so free 0x5571735df6c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df6c0 0.000125
+gallium_dri.so free 0x5571735df840 void 0.000125
+gallium_dri.so free 0x5571735df6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df6c0 0.000123
+gallium_dri.so free 0x5571735df900 void 0.000136
+gallium_dri.so free 0x5571735df6c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735df8b0 0.000167
+gallium_dri.so free 0x5571735df980 void 0.000169
+gallium_dri.so free 0x5571735df8b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735df9d0 0.000131
+gallium_dri.so free 0x5571735dfa40 void 0.000130
+gallium_dri.so free 0x5571735df9d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfa80 0.000130
+gallium_dri.so free 0x5571735dfb00 void 0.000127
+gallium_dri.so free 0x5571735dfa80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfa80 0.000129
+gallium_dri.so free 0x5571735dfb80 void 0.000131
+gallium_dri.so free 0x5571735dfa80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000130
+gallium_dri.so free 0x5571735dfc00 void 0.000132
+gallium_dri.so free 0x5571735dfbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000126
+gallium_dri.so free 0x5571735dfd00 void 0.000124
+gallium_dri.so free 0x5571735dfbb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000140
+gallium_dri.so free 0x5571735dfdc0 void 0.000131
+gallium_dri.so free 0x5571735dfcb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfd70 0.000184
+gallium_dri.so free 0x5571735dfe00 void 0.000127
+gallium_dri.so free 0x5571735dfd70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfd70 0.000131
+gallium_dri.so free 0x5571735dfec0 void 0.000131
+gallium_dri.so free 0x5571735dfd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dff30 0.000129
+gallium_dri.so free 0x5571735dff80 void 0.000131
+gallium_dri.so free 0x5571735dff30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dff30 0.000126
+gallium_dri.so free 0x5571735e0080 void 0.000124
+gallium_dri.so free 0x5571735dff30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0030 0.000129
+gallium_dri.so free 0x5571735e0140 void 0.000131
+gallium_dri.so free 0x5571735e0030 void 0.000131
+gallium_dri.so malloc 72 0x5571735e00f0 0.000131
+gallium_dri.so free 0x5571735e0180 void 0.000125
+gallium_dri.so free 0x5571735e00f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e00f0 0.000129
+gallium_dri.so free 0x5571735e0240 void 0.000131
+gallium_dri.so free 0x5571735e00f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0280 0.000133
+gallium_dri.so free 0x5571735e0300 void 0.000129
+gallium_dri.so free 0x5571735e0280 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0300 0.000130
+gallium_dri.so free 0x5571735e03c0 void 0.000131
+gallium_dri.so free 0x5571735e0300 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0300 0.000124
+gallium_dri.so free 0x5571735e0480 void 0.000124
+gallium_dri.so free 0x5571735e0300 void 0.000129
+gallium_dri.so malloc 72 0x5571735e04a0 0.000123
+gallium_dri.so free 0x5571735e0540 void 0.000130
+gallium_dri.so free 0x5571735e04a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e04f0 0.000130
+gallium_dri.so free 0x5571735e05c0 void 0.000126
+gallium_dri.so free 0x5571735e04f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e04f0 0.000128
+gallium_dri.so free 0x5571735e0640 void 0.000126
+gallium_dri.so free 0x5571735e04f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735e0640 0.000163
+gallium_dri.so free 0x5571735e0700 void 0.000167
+gallium_dri.so free 0x5571735e0640 void 0.000161
+gallium_dri.so malloc 72 0x5571735e0640 0.000130
+gallium_dri.so free 0x5571735e07c0 void 0.000131
+gallium_dri.so free 0x5571735e0640 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0640 0.000130
+gallium_dri.so free 0x5571735e0880 void 0.000131
+gallium_dri.so free 0x5571735e0640 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0830 0.000124
+gallium_dri.so free 0x5571735e0940 void 0.000129
+gallium_dri.so free 0x5571735e0830 void 0.000130
+gallium_dri.so malloc 72 0x5571735e08f0 0.000184
+gallium_dri.so free 0x5571735e09c0 void 0.000134
+gallium_dri.so free 0x5571735e08f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0a10 0.000126
+gallium_dri.so free 0x5571735e0a80 void 0.000124
+gallium_dri.so free 0x5571735e0a10 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000130
+gallium_dri.so free 0x5571735e0b40 void 0.000167
+gallium_dri.so free 0x5571735e0aa0 void 0.000164
+gallium_dri.so malloc 72 0x5571735e0af0 0.000164
+gallium_dri.so free 0x5571735e0bc0 void 0.000129
+gallium_dri.so free 0x5571735e0af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0af0 0.000124
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so free 0x5571735e0af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0c40 0.000124
+gallium_dri.so free 0x5571735e0d00 void 0.000125
+gallium_dri.so free 0x5571735e0c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0c40 0.000128
+gallium_dri.so free 0x5571735e0e00 void 0.000131
+gallium_dri.so free 0x5571735e0c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0db0 0.000126
+gallium_dri.so free 0x5571735e0e40 void 0.000130
+gallium_dri.so free 0x5571735e0db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0db0 0.000131
+gallium_dri.so free 0x5571735e0f00 void 0.000131
+gallium_dri.so free 0x5571735e0db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0f40 0.000122
+gallium_dri.so free 0x5571735e0fc0 void 0.000168
+gallium_dri.so free 0x5571735e0f40 void 0.000167
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000165
+gallium_dri.so free 0x5571735e1080 void 0.000130
+gallium_dri.so free 0x5571735e0fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000125
+gallium_dri.so free 0x5571735e1100 void 0.000124
+gallium_dri.so free 0x5571735e0fc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1130 0.000126
+gallium_dri.so free 0x5571735e1180 void 0.000125
+gallium_dri.so free 0x5571735e1130 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1130 0.000129
+gallium_dri.so free 0x5571735e1280 void 0.000131
+gallium_dri.so free 0x5571735e1130 void 0.000125
+gallium_dri.so malloc 72 0x5571735e12c0 0.000126
+gallium_dri.so free 0x5571735e1340 void 0.000124
+gallium_dri.so free 0x5571735e12c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1340 0.000131
+gallium_dri.so free 0x5571735e1400 void 0.000126
+gallium_dri.so free 0x5571735e1340 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1340 0.000130
+gallium_dri.so free 0x5571735e1480 void 0.000139
+gallium_dri.so free 0x5571735e1340 void 0.000131
+gallium_dri.so malloc 72 0x5571735e14b0 0.000131
+gallium_dri.so free 0x5571735e1500 void 0.000130
+gallium_dri.so free 0x5571735e14b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735e14b0 0.000168
+gallium_dri.so free 0x5571735e1600 void 0.000181
+gallium_dri.so free 0x5571735e14b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e15b0 0.000130
+gallium_dri.so free 0x5571735e16c0 void 0.000132
+gallium_dri.so free 0x5571735e15b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1670 0.000133
+gallium_dri.so free 0x5571735e1740 void 0.000135
+gallium_dri.so free 0x5571735e1670 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1670 0.000132
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so free 0x5571735e1670 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1670 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000131
+gallium_dri.so free 0x5571735e1670 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1870 0.000133
+gallium_dri.so free 0x5571735e1940 void 0.000129
+gallium_dri.so free 0x5571735e1870 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1990 0.000134
+gallium_dri.so free 0x5571735e1a00 void 0.000131
+gallium_dri.so free 0x5571735e1990 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1a20 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000132
+gallium_dri.so free 0x5571735e1a20 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a70 0.000126
+gallium_dri.so free 0x5571735e1b40 void 0.000125
+gallium_dri.so free 0x5571735e1a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1b40 0.000126
+gallium_dri.so free 0x5571735e1c00 void 0.000125
+gallium_dri.so free 0x5571735e1b40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1b40 0.000130
+gallium_dri.so free 0x5571735e1c80 void 0.000130
+gallium_dri.so free 0x5571735e1b40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1c80 0.000132
+gallium_dri.so free 0x5571735e1d40 void 0.000131
+gallium_dri.so free 0x5571735e1c80 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1c80 0.000125
+gallium_dri.so free 0x5571735e1e00 void 0.000131
+gallium_dri.so free 0x5571735e1c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c80 0.000133
+gallium_dri.so free 0x5571735e1ec0 void 0.000134
+gallium_dri.so free 0x5571735e1c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1e70 0.000125
+gallium_dri.so free 0x5571735e1f40 void 0.000124
+gallium_dri.so free 0x5571735e1e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1f90 0.000133
+gallium_dri.so free 0x5571735e2000 void 0.000132
+gallium_dri.so free 0x5571735e1f90 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2040 0.000124
+gallium_dri.so free 0x5571735e20c0 void 0.000206
+gallium_dri.so free 0x5571735e2040 void 0.000201
+gallium_dri.so malloc 72 0x5571735e2040 0.000204
+gallium_dri.so free 0x5571735e2140 void 0.000166
+gallium_dri.so free 0x5571735e2040 void 0.000178
+gallium_dri.so malloc 72 0x5571735e2170 0.000161
+gallium_dri.so free 0x5571735e21c0 void 0.000164
+gallium_dri.so free 0x5571735e2170 void 0.000187
+gallium_dri.so malloc 72 0x5571735e2170 0.000151
+gallium_dri.so free 0x5571735e22c0 void 0.000133
+gallium_dri.so free 0x5571735e2170 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2270 0.000125
+gallium_dri.so free 0x5571735e2380 void 0.000123
+gallium_dri.so free 0x5571735e2270 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2330 0.000125
+gallium_dri.so free 0x5571735e23c0 void 0.000124
+gallium_dri.so free 0x5571735e2330 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2330 0.000132
+gallium_dri.so free 0x5571735e2480 void 0.000132
+gallium_dri.so free 0x5571735e2330 void 0.000161
+gallium_dri.so malloc 72 0x5571735e24f0 0.000226
+gallium_dri.so free 0x5571735e2540 void 0.000130
+gallium_dri.so free 0x5571735e24f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e24f0 0.000138
+gallium_dri.so free 0x5571735e2640 void 0.000134
+gallium_dri.so free 0x5571735e24f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e25f0 0.000126
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e25f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e26b0 0.000131
+gallium_dri.so free 0x5571735e2740 void 0.000125
+gallium_dri.so free 0x5571735e26b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e26b0 0.000123
+gallium_dri.so free 0x5571735e2800 void 0.000123
+gallium_dri.so free 0x5571735e26b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2840 0.000130
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so free 0x5571735e2840 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28c0 0.000126
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so free 0x5571735e28c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e28c0 0.000131
+gallium_dri.so free 0x5571735e2a40 void 0.000132
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2a60 0.000130
+gallium_dri.so free 0x5571735e2b00 void 0.000126
+gallium_dri.so free 0x5571735e2a60 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000132
+gallium_dri.so free 0x5571735e2b80 void 0.000130
+gallium_dri.so free 0x5571735e2ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000130
+gallium_dri.so free 0x5571735e2c00 void 0.000130
+gallium_dri.so free 0x5571735e2ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2c00 0.000126
+gallium_dri.so free 0x5571735e2cc0 void 0.000126
+gallium_dri.so free 0x5571735e2c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2c00 0.000129
+gallium_dri.so free 0x5571735e2d80 void 0.000131
+gallium_dri.so free 0x5571735e2c00 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2c00 0.000124
+gallium_dri.so free 0x5571735e2e40 void 0.000130
+gallium_dri.so free 0x5571735e2c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2df0 0.000126
+gallium_dri.so free 0x5571735e2f00 void 0.000126
+gallium_dri.so free 0x5571735e2df0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000126
+gallium_dri.so free 0x5571735e2f80 void 0.000125
+gallium_dri.so free 0x5571735e2eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2fd0 0.000139
+gallium_dri.so free 0x5571735e3040 void 0.000126
+gallium_dri.so free 0x5571735e2fd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3060 0.000125
+gallium_dri.so free 0x5571735e3100 void 0.000129
+gallium_dri.so free 0x5571735e3060 void 0.000130
+gallium_dri.so malloc 72 0x5571735e30b0 0.000130
+gallium_dri.so free 0x5571735e3180 void 0.000126
+gallium_dri.so free 0x5571735e30b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e30b0 0.000130
+gallium_dri.so free 0x5571735e3200 void 0.000126
+gallium_dri.so free 0x5571735e30b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3200 0.000164
+gallium_dri.so free 0x5571735e32c0 void 0.000277
+gallium_dri.so free 0x5571735e3200 void 0.000215
+gallium_dri.so malloc 72 0x5571735e3200 0.000169
+gallium_dri.so free 0x5571735e33c0 void 0.000165
+gallium_dri.so free 0x5571735e3200 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3370 0.000131
+gallium_dri.so free 0x5571735e3400 void 0.000135
+gallium_dri.so free 0x5571735e3370 void 0.000168
+gallium_dri.so malloc 72 0x5571735e3370 0.000131
+gallium_dri.so free 0x5571735e34c0 void 0.000126
+gallium_dri.so free 0x5571735e3370 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3500 0.000130
+gallium_dri.so free 0x5571735e3580 void 0.000131
+gallium_dri.so free 0x5571735e3500 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3580 0.000132
+gallium_dri.so free 0x5571735e3640 void 0.000131
+gallium_dri.so free 0x5571735e3580 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3580 0.000126
+gallium_dri.so free 0x5571735e36c0 void 0.000130
+gallium_dri.so free 0x5571735e3580 void 0.000131
+gallium_dri.so malloc 72 0x5571735e36f0 0.000136
+gallium_dri.so free 0x5571735e3740 void 0.000131
+gallium_dri.so free 0x5571735e36f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e36f0 0.000130
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so free 0x5571735e36f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e36f0 0.000131
+gallium_dri.so free 0x5571735eb480 void 0.000129
+gallium_dri.so free 0x5571735e36f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb430 0.000133
+gallium_dri.so free 0x5571735eb540 void 0.000132
+gallium_dri.so free 0x5571735eb430 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000130
+gallium_dri.so free 0x5571735eb580 void 0.000130
+gallium_dri.so free 0x5571735eb4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000130
+gallium_dri.so free 0x5571735eb640 void 0.000125
+gallium_dri.so free 0x5571735eb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb680 0.000127
+gallium_dri.so free 0x5571735eb700 void 0.000125
+gallium_dri.so free 0x5571735eb680 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb700 0.000124
+gallium_dri.so free 0x5571735eb7c0 void 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb700 0.000124
+gallium_dri.so free 0x5571735eb880 void 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000140
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000322
+gallium_dri.so free 0x5571735eb940 void 0.000310
+gallium_dri.so free 0x5571735eb8a0 void 0.000312
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000305
+gallium_dri.so free 0x5571735eb9c0 void 0.000259
+gallium_dri.so free 0x5571735eb8f0 void 0.000231
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000152
+gallium_dri.so free 0x5571735eba40 void 0.000157
+gallium_dri.so free 0x5571735eb8f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735eba40 0.000148
+gallium_dri.so free 0x5571735ebb00 void 0.000147
+gallium_dri.so free 0x5571735eba40 void 0.000153
+gallium_dri.so malloc 72 0x5571735eba40 0.000155
+gallium_dri.so free 0x5571735ebbc0 void 0.000154
+gallium_dri.so free 0x5571735eba40 void 0.000270
+gallium_dri.so malloc 72 0x5571735eba40 0.000258
+gallium_dri.so free 0x5571735ebc80 void 0.000237
+gallium_dri.so free 0x5571735eba40 void 0.000141
+gallium_dri.so malloc 72 0x5571735ebc30 0.000170
+gallium_dri.so free 0x5571735ebd40 void 0.000165
+gallium_dri.so free 0x5571735ebc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000124
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735ebcf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebe10 0.000133
+gallium_dri.so free 0x5571735ebe80 void 0.000132
+gallium_dri.so free 0x5571735ebe10 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebea0 0.000184
+gallium_dri.so free 0x5571735ebf40 void 0.000127
+gallium_dri.so free 0x5571735ebea0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebef0 0.000127
+gallium_dri.so free 0x5571735ebfc0 void 0.000132
+gallium_dri.so free 0x5571735ebef0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ebef0 0.000147
+gallium_dri.so free 0x5571735ec040 void 0.000131
+gallium_dri.so free 0x5571735ebef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec040 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec040 0.000122
+gallium_dri.so free 0x5571735ec200 void 0.000123
+gallium_dri.so free 0x5571735ec040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000120
+gallium_dri.so free 0x5571735ec240 void 0.000120
+gallium_dri.so free 0x5571735ec1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000121
+gallium_dri.so free 0x5571735ec300 void 0.000122
+gallium_dri.so free 0x5571735ec1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec340 0.000120
+gallium_dri.so free 0x5571735ec3c0 void 0.000124
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000122
+gallium_dri.so free 0x5571735ec500 void 0.000123
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec530 0.000129
+gallium_dri.so free 0x5571735ec580 void 0.000123
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec740 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec740 0.000119
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000120
+gallium_dri.so free 0x5571735ec900 void 0.000122
+gallium_dri.so free 0x5571735ec8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000122
+gallium_dri.so free 0x5571735ec8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000121
+gallium_dri.so free 0x5571735ec9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eca70 0.000122
+gallium_dri.so free 0x5571735ecb40 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000129
+gallium_dri.so malloc 72 0x5571735eca70 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000123
+gallium_dri.so free 0x5571735eca70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca70 0.000126
+gallium_dri.so free 0x5571735eccc0 void 0.000126
+gallium_dri.so free 0x5571735eca70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecc70 0.000123
+gallium_dri.so free 0x5571735ecd40 void 0.000122
+gallium_dri.so free 0x5571735ecc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd90 0.000123
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so free 0x5571735ecd90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece20 0.000121
+gallium_dri.so free 0x5571735ecec0 void 0.000121
+gallium_dri.so free 0x5571735ece20 void 0.000122
+gallium_dri.so malloc 72 0x5571735ece70 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000122
+gallium_dri.so free 0x5571735ece70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecf40 0.000122
+gallium_dri.so free 0x5571735ed000 void 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecf40 0.000121
+gallium_dri.so free 0x5571735ed080 void 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed080 0.000141
+gallium_dri.so free 0x5571735ed140 void 0.000122
+gallium_dri.so free 0x5571735ed080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed080 0.000121
+gallium_dri.so free 0x5571735ed200 void 0.000122
+gallium_dri.so free 0x5571735ed080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed080 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so free 0x5571735ed080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed270 0.000120
+gallium_dri.so free 0x5571735ed340 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed390 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000120
+gallium_dri.so free 0x5571735ed390 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed440 0.000121
+gallium_dri.so free 0x5571735ed4c0 void 0.000122
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed440 0.000121
+gallium_dri.so free 0x5571735ed540 void 0.000121
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed570 0.000119
+gallium_dri.so free 0x5571735ed5c0 void 0.000121
+gallium_dri.so free 0x5571735ed570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed570 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed570 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed670 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so free 0x5571735ed670 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed730 0.000119
+gallium_dri.so free 0x5571735ed7c0 void 0.000120
+gallium_dri.so free 0x5571735ed730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed730 0.000121
+gallium_dri.so free 0x5571735ed880 void 0.000120
+gallium_dri.so free 0x5571735ed730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000120
+gallium_dri.so free 0x5571735ed8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so free 0x5571735ed9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000120
+gallium_dri.so free 0x5571735edb40 void 0.000124
+gallium_dri.so free 0x5571735edab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edab0 0.000120
+gallium_dri.so free 0x5571735edc00 void 0.000120
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc40 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so free 0x5571735edc40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edcc0 0.000121
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede60 0.000120
+gallium_dri.so free 0x5571735edf00 void 0.000122
+gallium_dri.so free 0x5571735ede60 void 0.000119
+gallium_dri.so malloc 72 0x5571735edeb0 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735edeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edeb0 0.000119
+gallium_dri.so free 0x5571735ee000 void 0.000121
+gallium_dri.so free 0x5571735edeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee000 0.000119
+gallium_dri.so free 0x5571735ee0c0 void 0.000121
+gallium_dri.so free 0x5571735ee000 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee000 0.000120
+gallium_dri.so free 0x5571735ee180 void 0.000122
+gallium_dri.so free 0x5571735ee000 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee000 0.000121
+gallium_dri.so free 0x5571735ee240 void 0.000121
+gallium_dri.so free 0x5571735ee000 void 0.000210
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000123
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000120
+gallium_dri.so free 0x5571735ee380 void 0.000120
+gallium_dri.so free 0x5571735ee2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000119
+gallium_dri.so free 0x5571735ee440 void 0.000122
+gallium_dri.so free 0x5571735ee3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee460 0.000120
+gallium_dri.so free 0x5571735ee500 void 0.000122
+gallium_dri.so free 0x5571735ee460 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000119
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000121
+gallium_dri.so free 0x5571735ee600 void 0.000121
+gallium_dri.so free 0x5571735ee4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee600 0.000119
+gallium_dri.so free 0x5571735ee6c0 void 0.000120
+gallium_dri.so free 0x5571735ee600 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee600 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000122
+gallium_dri.so free 0x5571735ee600 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee770 0.000119
+gallium_dri.so free 0x5571735ee800 void 0.000122
+gallium_dri.so free 0x5571735ee770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee770 0.000120
+gallium_dri.so free 0x5571735ee8c0 void 0.000121
+gallium_dri.so free 0x5571735ee770 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee900 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee980 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so free 0x5571735ee980 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee980 0.000122
+gallium_dri.so free 0x5571735eeac0 void 0.000121
+gallium_dri.so free 0x5571735ee980 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eeb40 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000122
+gallium_dri.so free 0x5571735eeaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec80 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed00 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000129
+gallium_dri.so malloc 72 0x5571735eed00 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee70 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000121
+gallium_dri.so free 0x5571735eee70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eee70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eef70 0.000121
+gallium_dri.so free 0x5571735ef080 void 0.000121
+gallium_dri.so free 0x5571735eef70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef030 0.000120
+gallium_dri.so free 0x5571735ef100 void 0.000120
+gallium_dri.so free 0x5571735ef030 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef030 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000121
+gallium_dri.so free 0x5571735ef030 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef030 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000121
+gallium_dri.so free 0x5571735ef030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef230 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000120
+gallium_dri.so free 0x5571735ef230 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef350 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000170
+gallium_dri.so free 0x5571735ef350 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3e0 0.000120
+gallium_dri.so free 0x5571735ef480 void 0.000121
+gallium_dri.so free 0x5571735ef3e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef430 0.000121
+gallium_dri.so free 0x5571735ef500 void 0.000121
+gallium_dri.so free 0x5571735ef430 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef500 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef500 0.000120
+gallium_dri.so free 0x5571735ef640 void 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef640 0.000120
+gallium_dri.so free 0x5571735ef700 void 0.000120
+gallium_dri.so free 0x5571735ef640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef640 0.000120
+gallium_dri.so free 0x5571735ef7c0 void 0.000121
+gallium_dri.so free 0x5571735ef640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef640 0.000120
+gallium_dri.so free 0x5571735ef880 void 0.000122
+gallium_dri.so free 0x5571735ef640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef830 0.000120
+gallium_dri.so free 0x5571735ef900 void 0.000121
+gallium_dri.so free 0x5571735ef830 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef950 0.000123
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so free 0x5571735ef950 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa00 0.000120
+gallium_dri.so free 0x5571735efa80 void 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa00 0.000119
+gallium_dri.so free 0x5571735efb00 void 0.000121
+gallium_dri.so free 0x5571735efa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb30 0.000120
+gallium_dri.so free 0x5571735efb80 void 0.000121
+gallium_dri.so free 0x5571735efb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb30 0.000120
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so free 0x5571735efb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735efc30 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000122
+gallium_dri.so free 0x5571735efc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735efcf0 0.000119
+gallium_dri.so free 0x5571735efd80 void 0.000122
+gallium_dri.so free 0x5571735efcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcf0 0.000121
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so free 0x5571735efcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efeb0 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000131
+gallium_dri.so free 0x5571735efeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efeb0 0.000122
+gallium_dri.so free 0x5571735f0000 void 0.000120
+gallium_dri.so free 0x5571735efeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735effb0 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735effb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0070 0.000121
+gallium_dri.so free 0x5571735f0100 void 0.000121
+gallium_dri.so free 0x5571735f0070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0070 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0200 0.000120
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so free 0x5571735f0200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0280 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0280 0.000120
+gallium_dri.so free 0x5571735f0400 void 0.000121
+gallium_dri.so free 0x5571735f0280 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0420 0.000120
+gallium_dri.so free 0x5571735f04c0 void 0.000122
+gallium_dri.so free 0x5571735f0420 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0470 0.000167
+gallium_dri.so free 0x5571735f0540 void 0.000122
+gallium_dri.so free 0x5571735f0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0470 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so free 0x5571735f0470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05c0 0.000120
+gallium_dri.so free 0x5571735f0680 void 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05c0 0.000121
+gallium_dri.so free 0x5571735f0740 void 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05c0 0.000121
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07b0 0.000121
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so free 0x5571735f07b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0870 0.000120
+gallium_dri.so free 0x5571735f0940 void 0.000122
+gallium_dri.so free 0x5571735f0870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0990 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000121
+gallium_dri.so free 0x5571735f0990 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a20 0.000120
+gallium_dri.so free 0x5571735f0ac0 void 0.000129
+gallium_dri.so free 0x5571735f0a20 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a70 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000120
+gallium_dri.so free 0x5571735f0a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0a70 0.000121
+gallium_dri.so free 0x5571735f0bc0 void 0.000122
+gallium_dri.so free 0x5571735f0a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000120
+gallium_dri.so free 0x5571735f0c80 void 0.000120
+gallium_dri.so free 0x5571735f0bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000120
+gallium_dri.so free 0x5571735f0d80 void 0.000121
+gallium_dri.so free 0x5571735f0bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0d30 0.000120
+gallium_dri.so free 0x5571735f0dc0 void 0.000121
+gallium_dri.so free 0x5571735f0d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0d30 0.000120
+gallium_dri.so free 0x5571735f0e80 void 0.000122
+gallium_dri.so free 0x5571735f0d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000120
+gallium_dri.so free 0x5571735f0f40 void 0.000120
+gallium_dri.so free 0x5571735f0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0f40 0.000119
+gallium_dri.so free 0x5571735f1000 void 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0f40 0.000130
+gallium_dri.so free 0x5571735f1080 void 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10b0 0.000121
+gallium_dri.so free 0x5571735f1100 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f10b0 0.000123
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1240 0.000120
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so free 0x5571735f1240 void 0.000121
+gallium_dri.so malloc 72 0x5571735f12c0 0.000121
+gallium_dri.so free 0x5571735f1380 void 0.000122
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f12c0 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1430 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000121
+gallium_dri.so free 0x5571735f1430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1430 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f1430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1530 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000121
+gallium_dri.so free 0x5571735f1530 void 0.000124
+gallium_dri.so malloc 72 0x5571735f15f0 0.000122
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15f0 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so free 0x5571735f15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f17f0 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1910 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so free 0x5571735f1910 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19a0 0.000120
+gallium_dri.so free 0x5571735f1a40 void 0.000121
+gallium_dri.so free 0x5571735f19a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19f0 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000123
+gallium_dri.so free 0x5571735f19f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000130
+gallium_dri.so free 0x5571735f1c00 void 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c00 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000122
+gallium_dri.so free 0x5571735f1c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c00 0.000120
+gallium_dri.so free 0x5571735f1d80 void 0.000121
+gallium_dri.so free 0x5571735f1c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c00 0.000121
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1df0 0.000120
+gallium_dri.so free 0x5571735f1ec0 void 0.000121
+gallium_dri.so free 0x5571735f1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f10 0.000122
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so free 0x5571735f1f10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000121
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000120
+gallium_dri.so free 0x5571735f20c0 void 0.000122
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2140 void 0.000120
+gallium_dri.so free 0x5571735f20f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f20f0 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f21f0 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f21f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f22b0 0.000120
+gallium_dri.so free 0x5571735f2340 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f22b0 0.000120
+gallium_dri.so free 0x5571735f2400 void 0.000121
+gallium_dri.so free 0x5571735f22b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2470 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000122
+gallium_dri.so free 0x5571735f2470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2470 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000120
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2570 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f2570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2630 0.000121
+gallium_dri.so free 0x5571735f26c0 void 0.000126
+gallium_dri.so free 0x5571735f2630 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2630 0.000130
+gallium_dri.so free 0x5571735f2780 void 0.000122
+gallium_dri.so free 0x5571735f2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f27c0 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2840 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000121
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2840 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000122
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f29e0 0.000119
+gallium_dri.so free 0x5571735f2a80 void 0.000122
+gallium_dri.so free 0x5571735f29e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a30 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2a30 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2d00 void 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2b80 0.000121
+gallium_dri.so free 0x5571735f2dc0 void 0.000121
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d70 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000121
+gallium_dri.so free 0x5571735f2d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000126
+gallium_dri.so free 0x5571735f2e30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2f50 0.000245
+gallium_dri.so free 0x5571735f2fc0 void 0.000182
+gallium_dri.so free 0x5571735f2f50 void 0.000184
+gallium_dri.so malloc 72 0x5571735f2fe0 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000122
+gallium_dri.so free 0x5571735f2fe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3030 0.000119
+gallium_dri.so free 0x5571735f3100 void 0.000120
+gallium_dri.so free 0x5571735f3030 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3030 0.000117
+gallium_dri.so free 0x5571735f3180 void 0.000118
+gallium_dri.so free 0x5571735f3030 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3180 0.000117
+gallium_dri.so free 0x5571735f3240 void 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000138
+gallium_dri.so malloc 72 0x5571735f3180 0.000116
+gallium_dri.so free 0x5571735f3340 void 0.000116
+gallium_dri.so free 0x5571735f3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32f0 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000113
+gallium_dri.so free 0x5571735f32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32f0 0.000114
+gallium_dri.so free 0x5571735f3440 void 0.000113
+gallium_dri.so free 0x5571735f32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3480 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3500 0.000113
+gallium_dri.so free 0x5571735f35c0 void 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3500 0.000114
+gallium_dri.so free 0x5571735f3640 void 0.000120
+gallium_dri.so free 0x5571735f3500 void 0.000144
+gallium_dri.so malloc 72 0x5571735f3670 0.000208
+gallium_dri.so free 0x5571735883c0 void 0.000131
+gallium_dri.so free 0x5571735f3670 void 0.000129
+gallium_dri.so malloc 72 0x557173588370 0.000127
+gallium_dri.so free 0x5571735883c0 void 0.000127
+gallium_dri.so free 0x557173588370 void 0.000127
+gallium_dri.so malloc 72 0x557173588370 0.000132
+gallium_dri.so free 0x5571735884c0 void 0.000130
+gallium_dri.so free 0x557173588370 void 0.000131
+gallium_dri.so malloc 72 0x557173588470 0.000128
+gallium_dri.so free 0x557173588580 void 0.000127
+gallium_dri.so free 0x557173588470 void 0.000127
+gallium_dri.so malloc 72 0x557173588530 0.000126
+gallium_dri.so free 0x5571735885c0 void 0.000126
+gallium_dri.so free 0x557173588530 void 0.000128
+gallium_dri.so malloc 72 0x557173588530 0.000126
+gallium_dri.so free 0x557173588680 void 0.000128
+gallium_dri.so free 0x557173588530 void 0.000127
+gallium_dri.so malloc 72 0x5571735886c0 0.000129
+gallium_dri.so free 0x557173588740 void 0.000128
+gallium_dri.so free 0x5571735886c0 void 0.000128
+gallium_dri.so malloc 72 0x557173588740 0.000127
+gallium_dri.so free 0x557173588800 void 0.000127
+gallium_dri.so free 0x557173588740 void 0.000126
+gallium_dri.so malloc 72 0x557173588740 0.000128
+gallium_dri.so free 0x5571735888c0 void 0.000128
+gallium_dri.so free 0x557173588740 void 0.000146
+gallium_dri.so malloc 72 0x5571735888e0 0.000127
+gallium_dri.so free 0x557173588980 void 0.000133
+gallium_dri.so free 0x5571735888e0 void 0.000129
+gallium_dri.so malloc 72 0x557173588930 0.000126
+gallium_dri.so free 0x557173588a00 void 0.000127
+gallium_dri.so free 0x557173588930 void 0.000124
+gallium_dri.so malloc 72 0x557173588930 0.000126
+gallium_dri.so free 0x557173588a80 void 0.000127
+gallium_dri.so free 0x557173588930 void 0.000129
+gallium_dri.so malloc 72 0x557173588a80 0.000129
+gallium_dri.so free 0x557173588b40 void 0.000129
+gallium_dri.so free 0x557173588a80 void 0.000128
+gallium_dri.so malloc 72 0x557173588a80 0.000127
+gallium_dri.so free 0x557173588c00 void 0.000128
+gallium_dri.so free 0x557173588a80 void 0.000125
+gallium_dri.so malloc 72 0x557173588a80 0.000124
+gallium_dri.so free 0x557173588cc0 void 0.000125
+gallium_dri.so free 0x557173588a80 void 0.000124
+gallium_dri.so malloc 72 0x557173588c70 0.000127
+gallium_dri.so free 0x557173588d80 void 0.000125
+gallium_dri.so free 0x557173588c70 void 0.000132
+gallium_dri.so malloc 72 0x557173588d30 0.000131
+gallium_dri.so free 0x557173588e00 void 0.000130
+gallium_dri.so free 0x557173588d30 void 0.000125
+gallium_dri.so malloc 72 0x557173588e50 0.000139
+gallium_dri.so free 0x557173588ec0 void 0.000128
+gallium_dri.so free 0x557173588e50 void 0.000129
+gallium_dri.so malloc 72 0x557173588ee0 0.000131
+gallium_dri.so free 0x557173588f80 void 0.000171
+gallium_dri.so free 0x557173588ee0 void 0.000144
+gallium_dri.so malloc 72 0x557173588f30 0.000156
+gallium_dri.so free 0x557173589000 void 0.000146
+gallium_dri.so free 0x557173588f30 void 0.000146
+gallium_dri.so malloc 72 0x557173588f30 0.000151
+gallium_dri.so free 0x557173589080 void 0.000140
+gallium_dri.so free 0x557173588f30 void 0.000131
+gallium_dri.so malloc 72 0x557173589080 0.000131
+gallium_dri.so free 0x557173589140 void 0.000128
+gallium_dri.so free 0x557173589080 void 0.000127
+gallium_dri.so malloc 72 0x557173589080 0.000129
+gallium_dri.so free 0x557173589240 void 0.000127
+gallium_dri.so free 0x557173589080 void 0.000127
+gallium_dri.so malloc 72 0x5571735891f0 0.000126
+gallium_dri.so free 0x557173589280 void 0.000127
+gallium_dri.so free 0x5571735891f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735891f0 0.000128
+gallium_dri.so free 0x557173589340 void 0.000127
+gallium_dri.so free 0x5571735891f0 void 0.000166
+gallium_dri.so malloc 72 0x557173589380 0.000130
+gallium_dri.so free 0x557173589400 void 0.000130
+gallium_dri.so free 0x557173589380 void 0.000129
+gallium_dri.so malloc 72 0x557173589400 0.000129
+gallium_dri.so free 0x5571735894c0 void 0.000130
+gallium_dri.so free 0x557173589400 void 0.000127
+gallium_dri.so malloc 72 0x557173589400 0.000122
+gallium_dri.so free 0x557173589540 void 0.000122
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so malloc 72 0x557173589570 0.000122
+gallium_dri.so free 0x5571735895c0 void 0.000123
+gallium_dri.so free 0x557173589570 void 0.000123
+gallium_dri.so malloc 72 0x557173589570 0.000122
+gallium_dri.so free 0x5571735896c0 void 0.000124
+gallium_dri.so free 0x557173589570 void 0.000122
+gallium_dri.so malloc 72 0x557173589700 0.000121
+gallium_dri.so free 0x557173589780 void 0.000123
+gallium_dri.so free 0x557173589700 void 0.000123
+gallium_dri.so malloc 72 0x557173589780 0.000123
+gallium_dri.so free 0x557173589840 void 0.000125
+gallium_dri.so free 0x557173589780 void 0.000192
+gallium_dri.so malloc 72 0x557173589780 0.000178
+gallium_dri.so free 0x5571735898c0 void 0.000131
+gallium_dri.so free 0x557173589780 void 0.000130
+gallium_dri.so malloc 72 0x5571735898f0 0.000126
+gallium_dri.so free 0x557173589940 void 0.000129
+gallium_dri.so free 0x5571735898f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735898f0 0.000126
+gallium_dri.so free 0x557173589a40 void 0.000128
+gallium_dri.so free 0x5571735898f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735899f0 0.000128
+gallium_dri.so free 0x557173589b00 void 0.000128
+gallium_dri.so free 0x5571735899f0 void 0.000125
+gallium_dri.so malloc 72 0x557173589ab0 0.000126
+gallium_dri.so free 0x557173589b80 void 0.000127
+gallium_dri.so free 0x557173589ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173589ab0 0.000126
+gallium_dri.so free 0x557173589c40 void 0.000126
+gallium_dri.so free 0x557173589ab0 void 0.000126
+gallium_dri.so malloc 72 0x557173589ab0 0.000127
+gallium_dri.so free 0x557173589d00 void 0.000128
+gallium_dri.so free 0x557173589ab0 void 0.000140
+gallium_dri.so malloc 72 0x557173589cb0 0.000150
+gallium_dri.so free 0x557173589d80 void 0.000142
+gallium_dri.so free 0x557173589cb0 void 0.000141
+gallium_dri.so malloc 72 0x557173589dd0 0.000139
+gallium_dri.so free 0x557173589e40 void 0.000150
+gallium_dri.so free 0x557173589dd0 void 0.000142
+gallium_dri.so malloc 72 0x557173589e60 0.000140
+gallium_dri.so free 0x557173589f00 void 0.000143
+gallium_dri.so free 0x557173589e60 void 0.000144
+gallium_dri.so malloc 72 0x557173589eb0 0.000142
+gallium_dri.so free 0x557173589f80 void 0.000143
+gallium_dri.so free 0x557173589eb0 void 0.000139
+gallium_dri.so malloc 72 0x557173589f80 0.000142
+gallium_dri.so free 0x55717358a040 void 0.000143
+gallium_dri.so free 0x557173589f80 void 0.000144
+gallium_dri.so malloc 72 0x557173589f80 0.000143
+gallium_dri.so free 0x55717358a0c0 void 0.000143
+gallium_dri.so free 0x557173589f80 void 0.000141
+gallium_dri.so malloc 72 0x55717358a0c0 0.000142
+gallium_dri.so free 0x55717358a180 void 0.000143
+gallium_dri.so free 0x55717358a0c0 void 0.000144
+gallium_dri.so malloc 72 0x55717358a0c0 0.000142
+gallium_dri.so free 0x55717358a240 void 0.000140
+gallium_dri.so free 0x55717358a0c0 void 0.000141
+gallium_dri.so malloc 72 0x55717358a0c0 0.000140
+gallium_dri.so free 0x55717358a300 void 0.000143
+gallium_dri.so free 0x55717358a0c0 void 0.000144
+gallium_dri.so malloc 72 0x55717358a2b0 0.000144
+gallium_dri.so free 0x55717358a380 void 0.000142
+gallium_dri.so free 0x55717358a2b0 void 0.000145
+gallium_dri.so malloc 72 0x55717358a3d0 0.000143
+gallium_dri.so free 0x55717358a440 void 0.000141
+gallium_dri.so free 0x55717358a3d0 void 0.000139
+gallium_dri.so malloc 72 0x55717358a480 0.000139
+gallium_dri.so free 0x55717358a500 void 0.000143
+gallium_dri.so free 0x55717358a480 void 0.000139
+gallium_dri.so malloc 72 0x55717358a480 0.000132
+gallium_dri.so free 0x55717358a580 void 0.000131
+gallium_dri.so free 0x55717358a480 void 0.000129
+gallium_dri.so malloc 72 0x55717358a5b0 0.000133
+gallium_dri.so free 0x55717358a600 void 0.000129
+gallium_dri.so free 0x55717358a5b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a5b0 0.000131
+gallium_dri.so free 0x55717358a700 void 0.000132
+gallium_dri.so free 0x55717358a5b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a6b0 0.000131
+gallium_dri.so free 0x55717358a7c0 void 0.000132
+gallium_dri.so free 0x55717358a6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a770 0.000143
+gallium_dri.so free 0x55717358a800 void 0.000132
+gallium_dri.so free 0x55717358a770 void 0.000131
+gallium_dri.so malloc 72 0x55717358a770 0.000132
+gallium_dri.so free 0x55717358a8c0 void 0.000131
+gallium_dri.so free 0x55717358a770 void 0.000130
+gallium_dri.so malloc 72 0x55717358a930 0.000127
+gallium_dri.so free 0x55717358a980 void 0.000128
+gallium_dri.so free 0x55717358a930 void 0.000132
+gallium_dri.so malloc 72 0x55717358a930 0.000132
+gallium_dri.so free 0x55717358aa80 void 0.000129
+gallium_dri.so free 0x55717358a930 void 0.000129
+gallium_dri.so malloc 72 0x55717358aa30 0.000132
+gallium_dri.so free 0x55717358ab40 void 0.000130
+gallium_dri.so free 0x55717358aa30 void 0.000131
+gallium_dri.so malloc 72 0x55717358aaf0 0.000131
+gallium_dri.so free 0x55717358ab80 void 0.000167
+gallium_dri.so free 0x55717358aaf0 void 0.000129
+gallium_dri.so malloc 72 0x55717358aaf0 0.000117
+gallium_dri.so free 0x55717358ac40 void 0.000117
+gallium_dri.so free 0x55717358aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ac80 0.000115
+gallium_dri.so free 0x55717358ad00 void 0.000122
+gallium_dri.so free 0x55717358ac80 void 0.000116
+gallium_dri.so malloc 72 0x55717358ad00 0.000114
+gallium_dri.so free 0x55717358adc0 void 0.000119
+gallium_dri.so free 0x55717358ad00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ad00 0.000115
+gallium_dri.so free 0x55717358ae80 void 0.000115
+gallium_dri.so free 0x55717358ad00 void 0.000115
+gallium_dri.so malloc 72 0x55717358aea0 0.000126
+gallium_dri.so free 0x55717358af40 void 0.000124
+gallium_dri.so free 0x55717358aea0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aef0 0.000114
+gallium_dri.so free 0x55717358afc0 void 0.000114
+gallium_dri.so free 0x55717358aef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aef0 0.000119
+gallium_dri.so free 0x55717358b040 void 0.000126
+gallium_dri.so free 0x55717358aef0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b040 0.000124
+gallium_dri.so free 0x55717358b100 void 0.000160
+gallium_dri.so free 0x55717358b040 void 0.000162
+gallium_dri.so malloc 72 0x55717358b040 0.000123
+gallium_dri.so free 0x55717358b1c0 void 0.000125
+gallium_dri.so free 0x55717358b040 void 0.000120
+gallium_dri.so malloc 72 0x55717358b040 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000125
+gallium_dri.so free 0x55717358b040 void 0.000135
+gallium_dri.so malloc 72 0x55717358b230 0.000119
+gallium_dri.so free 0x55717358b340 void 0.000120
+gallium_dri.so free 0x55717358b230 void 0.000120
+gallium_dri.so malloc 72 0x55717358b2f0 0.000114
+gallium_dri.so free 0x55717358b3c0 void 0.000115
+gallium_dri.so free 0x55717358b2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b410 0.000124
+gallium_dri.so free 0x55717358b480 void 0.000123
+gallium_dri.so free 0x55717358b410 void 0.000123
+gallium_dri.so malloc 72 0x55717358b4a0 0.000120
+gallium_dri.so free 0x55717358b540 void 0.000133
+gallium_dri.so free 0x55717358b4a0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b4f0 0.000124
+gallium_dri.so free 0x55717358b5c0 void 0.000124
+gallium_dri.so free 0x55717358b4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b4f0 0.000125
+gallium_dri.so free 0x55717358b640 void 0.000124
+gallium_dri.so free 0x55717358b4f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b640 0.000121
+gallium_dri.so free 0x55717358b700 void 0.000124
+gallium_dri.so free 0x55717358b640 void 0.000152
+gallium_dri.so malloc 72 0x55717358b640 0.000165
+gallium_dri.so free 0x55717358b800 void 0.000163
+gallium_dri.so free 0x55717358b640 void 0.000164
+gallium_dri.so malloc 72 0x55717358b7b0 0.000166
+gallium_dri.so free 0x55717358b840 void 0.000166
+gallium_dri.so free 0x55717358b7b0 void 0.000161
+gallium_dri.so malloc 72 0x55717358b7b0 0.000159
+gallium_dri.so free 0x55717358b900 void 0.000194
+gallium_dri.so free 0x55717358b7b0 void 0.000273
+gallium_dri.so malloc 72 0x55717358b940 0.000130
+gallium_dri.so free 0x55717358b9c0 void 0.000130
+gallium_dri.so free 0x55717358b940 void 0.000130
+gallium_dri.so malloc 72 0x55717358b9c0 0.000128
+gallium_dri.so free 0x55717358ba80 void 0.000130
+gallium_dri.so free 0x55717358b9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b9c0 0.000120
+gallium_dri.so free 0x55717358bb00 void 0.000121
+gallium_dri.so free 0x55717358b9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358bb30 0.000129
+gallium_dri.so free 0x55717358bb80 void 0.000132
+gallium_dri.so free 0x55717358bb30 void 0.000131
+gallium_dri.so malloc 72 0x55717358bb30 0.000129
+gallium_dri.so free 0x55717358bc80 void 0.000124
+gallium_dri.so free 0x55717358bb30 void 0.000120
+gallium_dri.so malloc 72 0x55717358bcc0 0.000118
+gallium_dri.so free 0x55717358bd40 void 0.000123
+gallium_dri.so free 0x55717358bcc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bd40 0.000130
+gallium_dri.so free 0x55717358be00 void 0.000125
+gallium_dri.so free 0x55717358bd40 void 0.000124
+gallium_dri.so malloc 72 0x55717358bd40 0.000129
+gallium_dri.so free 0x55717358be80 void 0.000124
+gallium_dri.so free 0x55717358bd40 void 0.000124
+gallium_dri.so malloc 72 0x55717358beb0 0.000132
+gallium_dri.so free 0x55717358bf00 void 0.000129
+gallium_dri.so free 0x55717358beb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358beb0 0.000130
+gallium_dri.so free 0x55717358c000 void 0.000129
+gallium_dri.so free 0x55717358beb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358bfb0 0.000131
+gallium_dri.so free 0x55717358c0c0 void 0.000129
+gallium_dri.so free 0x55717358bfb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c070 0.000129
+gallium_dri.so free 0x55717358c140 void 0.000159
+gallium_dri.so free 0x55717358c070 void 0.000299
+gallium_dri.so malloc 72 0x55717358c070 0.000326
+gallium_dri.so free 0x55717358c200 void 0.000298
+gallium_dri.so free 0x55717358c070 void 0.000229
+gallium_dri.so malloc 72 0x55717358c070 0.000227
+gallium_dri.so free 0x55717358c2c0 void 0.000225
+gallium_dri.so free 0x55717358c070 void 0.000233
+gallium_dri.so malloc 72 0x55717358c270 0.000221
+gallium_dri.so free 0x55717358c340 void 0.000230
+gallium_dri.so free 0x55717358c270 void 0.000202
+gallium_dri.so malloc 72 0x55717358c390 0.000184
+gallium_dri.so free 0x55717358c400 void 0.000228
+gallium_dri.so free 0x55717358c390 void 0.000229
+gallium_dri.so malloc 72 0x55717358c420 0.000206
+gallium_dri.so free 0x55717358c4c0 void 0.000230
+gallium_dri.so free 0x55717358c420 void 0.000225
+gallium_dri.so malloc 72 0x55717358c470 0.000260
+gallium_dri.so free 0x55717358c540 void 0.000236
+gallium_dri.so free 0x55717358c470 void 0.000228
+gallium_dri.so malloc 72 0x55717358c540 0.000197
+gallium_dri.so free 0x55717358c600 void 0.000156
+gallium_dri.so free 0x55717358c540 void 0.000122
+gallium_dri.so malloc 72 0x55717358c540 0.000121
+gallium_dri.so free 0x55717358c680 void 0.000121
+gallium_dri.so free 0x55717358c540 void 0.000119
+gallium_dri.so malloc 72 0x55717358c680 0.000119
+gallium_dri.so free 0x55717358c740 void 0.000127
+gallium_dri.so free 0x55717358c680 void 0.000120
+gallium_dri.so malloc 72 0x55717358c680 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000121
+gallium_dri.so free 0x55717358c680 void 0.000119
+gallium_dri.so malloc 72 0x55717358c680 0.000121
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so free 0x55717358c680 void 0.000121
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000127
+gallium_dri.so free 0x55717358c870 void 0.000122
+gallium_dri.so malloc 72 0x55717358c990 0.000121
+gallium_dri.so free 0x55717358ca00 void 0.000121
+gallium_dri.so free 0x55717358c990 void 0.000120
+gallium_dri.so malloc 72 0x55717358ca40 0.000121
+gallium_dri.so free 0x55717358cac0 void 0.000120
+gallium_dri.so free 0x55717358ca40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ca40 0.000121
+gallium_dri.so free 0x55717358cb40 void 0.000121
+gallium_dri.so free 0x55717358ca40 void 0.000120
+gallium_dri.so malloc 72 0x55717358cb70 0.000120
+gallium_dri.so free 0x55717358cbc0 void 0.000130
+gallium_dri.so free 0x55717358cb70 void 0.000122
+gallium_dri.so malloc 72 0x55717358cb70 0.000121
+gallium_dri.so free 0x55717358ccc0 void 0.000133
+gallium_dri.so free 0x55717358cb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358cc70 0.000120
+gallium_dri.so free 0x55717358cd80 void 0.000120
+gallium_dri.so free 0x55717358cc70 void 0.000119
+gallium_dri.so malloc 72 0x55717358cd30 0.000120
+gallium_dri.so free 0x55717358cdc0 void 0.000121
+gallium_dri.so free 0x55717358cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717358cd30 0.000121
+gallium_dri.so free 0x55717358ce80 void 0.000121
+gallium_dri.so free 0x55717358cd30 void 0.000131
+gallium_dri.so malloc 72 0x55717358cef0 0.000122
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so free 0x55717358cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cef0 0.000118
+gallium_dri.so free 0x55717358d040 void 0.000120
+gallium_dri.so free 0x55717358cef0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cff0 0.000120
+gallium_dri.so free 0x55717358d100 void 0.000121
+gallium_dri.so free 0x55717358cff0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d0b0 0.000120
+gallium_dri.so free 0x55717358d140 void 0.000121
+gallium_dri.so free 0x55717358d0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d0b0 0.000132
+gallium_dri.so free 0x55717358d200 void 0.000129
+gallium_dri.so free 0x55717358d0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d240 0.000121
+gallium_dri.so free 0x55717358d2c0 void 0.000122
+gallium_dri.so free 0x55717358d240 void 0.000119
+gallium_dri.so malloc 72 0x55717358d2c0 0.000126
+gallium_dri.so free 0x55717358d380 void 0.000121
+gallium_dri.so free 0x55717358d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d2c0 0.000120
+gallium_dri.so free 0x55717358d440 void 0.000121
+gallium_dri.so free 0x55717358d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d460 0.000119
+gallium_dri.so free 0x55717358d500 void 0.000157
+gallium_dri.so free 0x55717358d460 void 0.000192
+gallium_dri.so malloc 72 0x55717358d4b0 0.000241
+gallium_dri.so free 0x55717358d580 void 0.000241
+gallium_dri.so free 0x55717358d4b0 void 0.000208
+gallium_dri.so malloc 72 0x55717358d4b0 0.000192
+gallium_dri.so free 0x55717358d600 void 0.000198
+gallium_dri.so free 0x55717358d4b0 void 0.000148
+gallium_dri.so malloc 72 0x55717358d600 0.000116
+gallium_dri.so free 0x55717358d6c0 void 0.000115
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d600 0.000113
+gallium_dri.so free 0x55717358d780 void 0.000116
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so malloc 72 0x55717358d600 0.000115
+gallium_dri.so free 0x55717358d840 void 0.000114
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so malloc 72 0x55717358d7f0 0.000115
+gallium_dri.so free 0x55717358d900 void 0.000116
+gallium_dri.so free 0x55717358d7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d8b0 0.000117
+gallium_dri.so free 0x55717358d980 void 0.000115
+gallium_dri.so free 0x55717358d8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358d9d0 0.000117
+gallium_dri.so free 0x55717358da40 void 0.000115
+gallium_dri.so free 0x55717358d9d0 void 0.000114
+gallium_dri.so malloc 72 0x55717358da60 0.000118
+gallium_dri.so free 0x55717358db00 void 0.000115
+gallium_dri.so free 0x55717358da60 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000116
+gallium_dri.so free 0x55717358db80 void 0.000115
+gallium_dri.so free 0x55717358dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x55717358dab0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000116
+gallium_dri.so free 0x55717358ddc0 void 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd70 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x55717358dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358dd70 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358dd70 void 0.000115
+gallium_dri.so malloc 72 0x55717358df00 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358df00 void 0.000112
+gallium_dri.so malloc 72 0x55717358df80 0.000116
+gallium_dri.so free 0x55717358e040 void 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000116
+gallium_dri.so malloc 72 0x55717358df80 0.000113
+gallium_dri.so free 0x55717358e0c0 void 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so malloc 72 0x55717358e0f0 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0f0 0.000115
+gallium_dri.so free 0x55717358e240 void 0.000115
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000113
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000123
+gallium_dri.so malloc 72 0x55717358e300 0.000118
+gallium_dri.so free 0x55717358e3c0 void 0.000115
+gallium_dri.so free 0x55717358e300 void 0.000115
+gallium_dri.so malloc 72 0x55717358e300 0.000113
+gallium_dri.so free 0x55717358e440 void 0.000116
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000113
+gallium_dri.so free 0x55717358e5c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000113
+gallium_dri.so malloc 72 0x55717358e570 0.000120
+gallium_dri.so free 0x55717358e680 void 0.000115
+gallium_dri.so free 0x55717358e570 void 0.000113
+gallium_dri.so malloc 72 0x55717358e630 0.000114
+gallium_dri.so free 0x55717358e700 void 0.000116
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e630 0.000114
+gallium_dri.so free 0x55717358e7c0 void 0.000115
+gallium_dri.so free 0x55717358e630 void 0.000114
+gallium_dri.so malloc 72 0x55717358e630 0.000114
+gallium_dri.so free 0x55717358e880 void 0.000115
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e830 0.000114
+gallium_dri.so free 0x55717358e900 void 0.000115
+gallium_dri.so free 0x55717358e830 void 0.000113
+gallium_dri.so malloc 72 0x55717358e950 0.000115
+gallium_dri.so free 0x55717358e9c0 void 0.000114
+gallium_dri.so free 0x55717358e950 void 0.000115
+gallium_dri.so malloc 72 0x55717358e9e0 0.000113
+gallium_dri.so free 0x55717358ea80 void 0.000115
+gallium_dri.so free 0x55717358e9e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea30 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so free 0x55717358ea30 void 0.000116
+gallium_dri.so malloc 72 0x55717358eb00 0.000115
+gallium_dri.so free 0x55717358ebc0 void 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so malloc 72 0x55717358eb00 0.000121
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec40 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee30 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef50 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so free 0x55717358ef50 void 0.000113
+gallium_dri.so malloc 72 0x55717358f000 0.000115
+gallium_dri.so free 0x55717358f080 void 0.000115
+gallium_dri.so free 0x55717358f000 void 0.000120
+gallium_dri.so malloc 72 0x55717358f000 0.000115
+gallium_dri.so free 0x55717358f100 void 0.000116
+gallium_dri.so free 0x55717358f000 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f130 void 0.000114
+gallium_dri.so malloc 72 0x55717358f130 0.000169
+gallium_dri.so free 0x55717358f280 void 0.000115
+gallium_dri.so free 0x55717358f130 void 0.000115
+gallium_dri.so malloc 72 0x55717358f230 0.000112
+gallium_dri.so free 0x55717358f340 void 0.000114
+gallium_dri.so free 0x55717358f230 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2f0 0.000115
+gallium_dri.so free 0x55717358f380 void 0.000115
+gallium_dri.so free 0x55717358f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f2f0 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000116
+gallium_dri.so free 0x55717358f2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f600 void 0.000115
+gallium_dri.so free 0x55717358f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f5b0 0.000115
+gallium_dri.so free 0x55717358f6c0 void 0.000116
+gallium_dri.so free 0x55717358f5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f700 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000116
+gallium_dri.so free 0x55717358f670 void 0.000113
+gallium_dri.so malloc 72 0x55717358f800 0.000140
+gallium_dri.so free 0x55717358f880 void 0.000117
+gallium_dri.so free 0x55717358f800 void 0.000114
+gallium_dri.so malloc 72 0x55717358f880 0.000114
+gallium_dri.so free 0x55717358f940 void 0.000115
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so malloc 72 0x55717358f880 0.000115
+gallium_dri.so free 0x55717358fa00 void 0.000115
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa20 0.000115
+gallium_dri.so free 0x55717358fac0 void 0.000115
+gallium_dri.so free 0x55717358fa20 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fb40 void 0.000116
+gallium_dri.so free 0x55717358fa70 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa70 0.000116
+gallium_dri.so free 0x55717358fbc0 void 0.000120
+gallium_dri.so free 0x55717358fa70 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbc0 0.000114
+gallium_dri.so free 0x55717358fe00 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fdb0 0.000152
+gallium_dri.so free 0x55717358fec0 void 0.000116
+gallium_dri.so free 0x55717358fdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe70 0.000115
+gallium_dri.so free 0x55717358ff40 void 0.000114
+gallium_dri.so free 0x55717358fe70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff90 0.000115
+gallium_dri.so free 0x557173590000 void 0.000119
+gallium_dri.so free 0x55717358ff90 void 0.000114
+gallium_dri.so malloc 72 0x557173590020 0.000115
+gallium_dri.so free 0x5571735900c0 void 0.000116
+gallium_dri.so free 0x557173590020 void 0.000113
+gallium_dri.so malloc 72 0x557173590070 0.000114
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x557173590070 void 0.000115
+gallium_dri.so malloc 72 0x557173590070 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x557173590070 void 0.000115
+gallium_dri.so malloc 72 0x5571735901c0 0.000115
+gallium_dri.so free 0x557173590280 void 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735901c0 0.000115
+gallium_dri.so free 0x557173590380 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590330 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x557173590330 void 0.000115
+gallium_dri.so malloc 72 0x557173590330 0.000126
+gallium_dri.so free 0x557173590480 void 0.000116
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x5571735904c0 0.000113
+gallium_dri.so free 0x557173590540 void 0.000119
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590540 0.000113
+gallium_dri.so free 0x557173590600 void 0.000115
+gallium_dri.so free 0x557173590540 void 0.000115
+gallium_dri.so malloc 72 0x557173590540 0.000113
+gallium_dri.so free 0x557173590680 void 0.000115
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000115
+gallium_dri.so free 0x557173590700 void 0.000116
+gallium_dri.so free 0x5571735906b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000148
+gallium_dri.so free 0x557173590800 void 0.000116
+gallium_dri.so free 0x5571735906b0 void 0.000115
+gallium_dri.so malloc 72 0x557173590840 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000115
+gallium_dri.so free 0x557173590840 void 0.000114
+gallium_dri.so malloc 72 0x5571735908c0 0.000112
+gallium_dri.so free 0x557173590980 void 0.000115
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735908c0 0.000115
+gallium_dri.so free 0x557173590a00 void 0.000115
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000126
+gallium_dri.so free 0x557173590a80 void 0.000116
+gallium_dri.so free 0x557173590a30 void 0.000112
+gallium_dri.so malloc 72 0x557173590a30 0.000114
+gallium_dri.so free 0x557173590b80 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000115
+gallium_dri.so malloc 72 0x557173590b30 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000117
+gallium_dri.so free 0x557173590b30 void 0.000115
+gallium_dri.so malloc 72 0x557173590bf0 0.000116
+gallium_dri.so free 0x557173590cc0 void 0.000116
+gallium_dri.so free 0x557173590bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590bf0 0.000113
+gallium_dri.so free 0x557173590d80 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173590bf0 0.000115
+gallium_dri.so free 0x557173590e40 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590df0 0.000114
+gallium_dri.so free 0x557173590ec0 void 0.000115
+gallium_dri.so free 0x557173590df0 void 0.000115
+gallium_dri.so malloc 72 0x557173590f10 0.000118
+gallium_dri.so free 0x557173590f80 void 0.000114
+gallium_dri.so free 0x557173590f10 void 0.000114
+gallium_dri.so malloc 72 0x557173590fa0 0.000115
+gallium_dri.so free 0x557173591040 void 0.000116
+gallium_dri.so free 0x557173590fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173590ff0 0.000178
+gallium_dri.so free 0x5571735910c0 void 0.000117
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735910c0 0.000114
+gallium_dri.so free 0x557173591180 void 0.000116
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735910c0 0.000113
+gallium_dri.so free 0x557173591200 void 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x557173591380 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000115
+gallium_dri.so malloc 72 0x557173591200 0.000115
+gallium_dri.so free 0x557173591440 void 0.000120
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so malloc 72 0x5571735913f0 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so free 0x5571735913f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591510 0.000118
+gallium_dri.so free 0x557173591580 void 0.000117
+gallium_dri.so free 0x557173591510 void 0.000114
+gallium_dri.so malloc 72 0x5571735915c0 0.000113
+gallium_dri.so free 0x557173591640 void 0.000116
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915c0 0.000105
+gallium_dri.so free 0x5571735916c0 void 0.000115
+gallium_dri.so free 0x5571735915c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735916f0 0.000112
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so free 0x5571735916f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916f0 0.000113
+gallium_dri.so free 0x557173591840 void 0.000114
+gallium_dri.so free 0x5571735916f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735917f0 0.000113
+gallium_dri.so free 0x557173591900 void 0.000115
+gallium_dri.so free 0x5571735917f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735918b0 0.000113
+gallium_dri.so free 0x557173591940 void 0.000114
+gallium_dri.so free 0x5571735918b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735918b0 0.000115
+gallium_dri.so free 0x557173591a00 void 0.000115
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000116
+gallium_dri.so free 0x557173591a70 void 0.000113
+gallium_dri.so malloc 72 0x557173591a70 0.000113
+gallium_dri.so free 0x557173591bc0 void 0.000114
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591b70 0.000114
+gallium_dri.so free 0x557173591c80 void 0.000115
+gallium_dri.so free 0x557173591b70 void 0.000115
+gallium_dri.so malloc 72 0x557173591c30 0.000125
+gallium_dri.so free 0x557173591cc0 void 0.000115
+gallium_dri.so free 0x557173591c30 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000114
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591c30 void 0.000112
+gallium_dri.so malloc 72 0x557173591dc0 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so free 0x557173591dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173591e40 0.000114
+gallium_dri.so free 0x557173591f00 void 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so malloc 72 0x557173591e40 0.000115
+gallium_dri.so free 0x5571735cae40 void 0.000116
+gallium_dri.so free 0x557173591e40 void 0.000112
+gallium_dri.so malloc 72 0x557173591e40 0.000113
+gallium_dri.so free 0x5571735caf00 void 0.000115
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000113
+gallium_dri.so free 0x5571735cafc0 void 0.000115
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735caf70 0.000113
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735caf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb090 0.000112
+gallium_dri.so free 0x5571735cb100 void 0.000114
+gallium_dri.so free 0x5571735cb090 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb120 0.000112
+gallium_dri.so free 0x5571735cb1c0 void 0.000118
+gallium_dri.so free 0x5571735cb120 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb170 0.000114
+gallium_dri.so free 0x5571735cb240 void 0.000116
+gallium_dri.so free 0x5571735cb170 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb240 0.000115
+gallium_dri.so free 0x5571735cb300 void 0.000115
+gallium_dri.so free 0x5571735cb240 void 0.000111
+gallium_dri.so malloc 72 0x5571735cb240 0.000112
+gallium_dri.so free 0x5571735cb380 void 0.000114
+gallium_dri.so free 0x5571735cb240 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb380 0.000118
+gallium_dri.so free 0x5571735cb440 void 0.000115
+gallium_dri.so free 0x5571735cb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb380 0.000112
+gallium_dri.so free 0x5571735cb500 void 0.000115
+gallium_dri.so free 0x5571735cb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb380 0.000112
+gallium_dri.so free 0x5571735cb5c0 void 0.000115
+gallium_dri.so free 0x5571735cb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb570 0.000113
+gallium_dri.so free 0x5571735cb640 void 0.000133
+gallium_dri.so free 0x5571735cb570 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb690 0.000114
+gallium_dri.so free 0x5571735cb700 void 0.000116
+gallium_dri.so free 0x5571735cb690 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb740 0.000113
+gallium_dri.so free 0x5571735cb7c0 void 0.000117
+gallium_dri.so free 0x5571735cb740 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb740 0.000114
+gallium_dri.so free 0x5571735cb840 void 0.000114
+gallium_dri.so free 0x5571735cb740 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb870 0.000113
+gallium_dri.so free 0x5571735cb8c0 void 0.000115
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb870 0.000112
+gallium_dri.so free 0x5571735cb9c0 void 0.000114
+gallium_dri.so free 0x5571735cb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb970 0.000112
+gallium_dri.so free 0x5571735cba80 void 0.000115
+gallium_dri.so free 0x5571735cb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735cba30 0.000114
+gallium_dri.so free 0x5571735cbac0 void 0.000114
+gallium_dri.so free 0x5571735cba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cba30 0.000114
+gallium_dri.so free 0x5571735cbb80 void 0.000121
+gallium_dri.so free 0x5571735cba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000115
+gallium_dri.so free 0x5571735cbc40 void 0.000120
+gallium_dri.so free 0x5571735cbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000114
+gallium_dri.so free 0x5571735cbd40 void 0.000114
+gallium_dri.so free 0x5571735cbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000127
+gallium_dri.so free 0x5571735cbcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000114
+gallium_dri.so free 0x5571735cbe40 void 0.000115
+gallium_dri.so free 0x5571735cbdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000113
+gallium_dri.so free 0x5571735cbf00 void 0.000120
+gallium_dri.so free 0x5571735cbdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbf40 0.000125
+gallium_dri.so free 0x5571735cbfc0 void 0.000124
+gallium_dri.so free 0x5571735cbf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000115
+gallium_dri.so free 0x5571735cc080 void 0.000115
+gallium_dri.so free 0x5571735cbfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so free 0x5571735cbfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc160 0.000113
+gallium_dri.so free 0x5571735cc200 void 0.000115
+gallium_dri.so free 0x5571735cc160 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000113
+gallium_dri.so free 0x5571735cc280 void 0.000115
+gallium_dri.so free 0x5571735cc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000112
+gallium_dri.so free 0x5571735cc300 void 0.000114
+gallium_dri.so free 0x5571735cc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc300 0.000126
+gallium_dri.so free 0x5571735cc3c0 void 0.000119
+gallium_dri.so free 0x5571735cc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc300 0.000113
+gallium_dri.so free 0x5571735cc480 void 0.000115
+gallium_dri.so free 0x5571735cc300 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc300 0.000113
+gallium_dri.so free 0x5571735cc540 void 0.000113
+gallium_dri.so free 0x5571735cc300 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000115
+gallium_dri.so free 0x5571735cc600 void 0.000114
+gallium_dri.so free 0x5571735cc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc5b0 0.000114
+gallium_dri.so free 0x5571735cc680 void 0.000115
+gallium_dri.so free 0x5571735cc5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc6d0 0.000113
+gallium_dri.so free 0x5571735cc740 void 0.000114
+gallium_dri.so free 0x5571735cc6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc760 0.000114
+gallium_dri.so free 0x5571735cc800 void 0.000115
+gallium_dri.so free 0x5571735cc760 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000113
+gallium_dri.so free 0x5571735cc880 void 0.000115
+gallium_dri.so free 0x5571735cc7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000113
+gallium_dri.so free 0x5571735cc900 void 0.000115
+gallium_dri.so free 0x5571735cc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc900 0.000119
+gallium_dri.so free 0x5571735cc9c0 void 0.000113
+gallium_dri.so free 0x5571735cc900 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc900 0.000112
+gallium_dri.so free 0x5571735ccac0 void 0.000112
+gallium_dri.so free 0x5571735cc900 void 0.000112
+gallium_dri.so malloc 72 0x5571735cca70 0.000111
+gallium_dri.so free 0x5571735ccb00 void 0.000112
+gallium_dri.so free 0x5571735cca70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cca70 0.000119
+gallium_dri.so free 0x5571735ccbc0 void 0.000114
+gallium_dri.so free 0x5571735cca70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ccc00 0.000112
+gallium_dri.so free 0x5571735ccc80 void 0.000111
+gallium_dri.so free 0x5571735ccc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc80 0.000111
+gallium_dri.so free 0x5571735ccd40 void 0.000111
+gallium_dri.so free 0x5571735ccc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc80 0.000112
+gallium_dri.so free 0x5571735ccdc0 void 0.000112
+gallium_dri.so free 0x5571735ccc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000123
+gallium_dri.so free 0x5571735cce40 void 0.000123
+gallium_dri.so free 0x5571735ccdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000119
+gallium_dri.so free 0x5571735ccf40 void 0.000124
+gallium_dri.so free 0x5571735ccdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ccf80 0.000183
+gallium_dri.so free 0x5571735cd000 void 0.000122
+gallium_dri.so free 0x5571735ccf80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd000 0.000124
+gallium_dri.so free 0x5571735cd0c0 void 0.000117
+gallium_dri.so free 0x5571735cd000 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd000 0.000114
+gallium_dri.so free 0x5571735cd140 void 0.000118
+gallium_dri.so free 0x5571735cd000 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd170 0.000123
+gallium_dri.so free 0x5571735cd1c0 void 0.000176
+gallium_dri.so free 0x5571735cd170 void 0.000179
+gallium_dri.so malloc 72 0x5571735cd170 0.000125
+gallium_dri.so free 0x5571735cd2c0 void 0.000122
+gallium_dri.so free 0x5571735cd170 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd270 0.000125
+gallium_dri.so free 0x5571735cd380 void 0.000125
+gallium_dri.so free 0x5571735cd270 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd330 0.000118
+gallium_dri.so free 0x5571735cd400 void 0.000120
+gallium_dri.so free 0x5571735cd330 void 0.000126
+gallium_dri.so malloc 72 0x5571735cd330 0.000123
+gallium_dri.so free 0x5571735cd4c0 void 0.000126
+gallium_dri.so free 0x5571735cd330 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd330 0.000123
+gallium_dri.so free 0x5571735cd580 void 0.000161
+gallium_dri.so free 0x5571735cd330 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd530 0.000123
+gallium_dri.so free 0x5571735cd600 void 0.000123
+gallium_dri.so free 0x5571735cd530 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd650 0.000123
+gallium_dri.so free 0x5571735cd6c0 void 0.000119
+gallium_dri.so free 0x5571735cd650 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd6e0 0.000115
+gallium_dri.so free 0x5571735cd780 void 0.000119
+gallium_dri.so free 0x5571735cd6e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd730 0.000117
+gallium_dri.so free 0x5571735cd800 void 0.000114
+gallium_dri.so free 0x5571735cd730 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd800 0.000122
+gallium_dri.so free 0x5571735cd8c0 void 0.000124
+gallium_dri.so free 0x5571735cd800 void 0.000119
+gallium_dri.so malloc 72 0x5571735cd800 0.000114
+gallium_dri.so free 0x5571735cd940 void 0.000115
+gallium_dri.so free 0x5571735cd800 void 0.000118
+gallium_dri.so malloc 72 0x5571735cd940 0.000159
+gallium_dri.so free 0x5571735cda00 void 0.000154
+gallium_dri.so free 0x5571735cd940 void 0.000156
+gallium_dri.so malloc 72 0x5571735cd940 0.000130
+gallium_dri.so free 0x5571735cdac0 void 0.000122
+gallium_dri.so free 0x5571735cd940 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd940 0.000124
+gallium_dri.so free 0x5571735cdb80 void 0.000118
+gallium_dri.so free 0x5571735cd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdb30 0.000114
+gallium_dri.so free 0x5571735cdc00 void 0.000121
+gallium_dri.so free 0x5571735cdb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cdc50 0.000123
+gallium_dri.so free 0x5571735cdcc0 void 0.000124
+gallium_dri.so free 0x5571735cdc50 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdd00 0.000120
+gallium_dri.so free 0x5571735cdd80 void 0.000114
+gallium_dri.so free 0x5571735cdd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd00 0.000114
+gallium_dri.so free 0x5571735cde00 void 0.000119
+gallium_dri.so free 0x5571735cdd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735cde30 0.000167
+gallium_dri.so free 0x5571735cde80 void 0.000168
+gallium_dri.so free 0x5571735cde30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cde30 0.000124
+gallium_dri.so free 0x5571735cdf80 void 0.000123
+gallium_dri.so free 0x5571735cde30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cdf30 0.000166
+gallium_dri.so free 0x5571735ce040 void 0.000166
+gallium_dri.so free 0x5571735cdf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdff0 0.000129
+gallium_dri.so free 0x5571735ce080 void 0.000130
+gallium_dri.so free 0x5571735cdff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cdff0 0.000129
+gallium_dri.so free 0x5571735ce140 void 0.000129
+gallium_dri.so free 0x5571735cdff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000130
+gallium_dri.so free 0x5571735ce200 void 0.000130
+gallium_dri.so free 0x5571735ce1b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000120
+gallium_dri.so free 0x5571735ce300 void 0.000127
+gallium_dri.so free 0x5571735ce1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000132
+gallium_dri.so free 0x5571735ce3c0 void 0.000128
+gallium_dri.so free 0x5571735ce2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce370 0.000130
+gallium_dri.so free 0x5571735ce400 void 0.000124
+gallium_dri.so free 0x5571735ce370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce370 0.000126
+gallium_dri.so free 0x5571735ce4c0 void 0.000130
+gallium_dri.so free 0x5571735ce370 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce500 0.000121
+gallium_dri.so free 0x5571735ce580 void 0.000126
+gallium_dri.so free 0x5571735ce500 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce580 0.000121
+gallium_dri.so free 0x5571735ce640 void 0.000122
+gallium_dri.so free 0x5571735ce580 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce580 0.000124
+gallium_dri.so free 0x5571735ce700 void 0.000126
+gallium_dri.so free 0x5571735ce580 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce720 0.000124
+gallium_dri.so free 0x5571735ce7c0 void 0.000127
+gallium_dri.so free 0x5571735ce720 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce770 0.000130
+gallium_dri.so free 0x5571735ce840 void 0.000130
+gallium_dri.so free 0x5571735ce770 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce770 0.000128
+gallium_dri.so free 0x5571735ce8c0 void 0.000126
+gallium_dri.so free 0x5571735ce770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000125
+gallium_dri.so free 0x5571735ce980 void 0.000126
+gallium_dri.so free 0x5571735ce8c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000130
+gallium_dri.so free 0x5571735cea40 void 0.000130
+gallium_dri.so free 0x5571735ce8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000129
+gallium_dri.so free 0x5571735ceb00 void 0.000129
+gallium_dri.so free 0x5571735ce8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceab0 0.000125
+gallium_dri.so free 0x5571735cebc0 void 0.000129
+gallium_dri.so free 0x5571735ceab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceb70 0.000131
+gallium_dri.so free 0x5571735cec40 void 0.000128
+gallium_dri.so free 0x5571735ceb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cec90 0.000129
+gallium_dri.so free 0x5571735ced00 void 0.000124
+gallium_dri.so free 0x5571735cec90 void 0.000123
+gallium_dri.so malloc 72 0x5571735ced20 0.000126
+gallium_dri.so free 0x5571735cedc0 void 0.000125
+gallium_dri.so free 0x5571735ced20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ced70 0.000120
+gallium_dri.so free 0x5571735cee40 void 0.000125
+gallium_dri.so free 0x5571735ced70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ced70 0.000129
+gallium_dri.so free 0x5571735ceec0 void 0.000128
+gallium_dri.so free 0x5571735ced70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceec0 0.000129
+gallium_dri.so free 0x5571735cef80 void 0.000131
+gallium_dri.so free 0x5571735ceec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceec0 0.000126
+gallium_dri.so free 0x5571735cf080 void 0.000127
+gallium_dri.so free 0x5571735ceec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf030 0.000129
+gallium_dri.so free 0x5571735cf0c0 void 0.000132
+gallium_dri.so free 0x5571735cf030 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf030 0.000132
+gallium_dri.so free 0x5571735cf180 void 0.000130
+gallium_dri.so free 0x5571735cf030 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000125
+gallium_dri.so free 0x5571735cf240 void 0.000121
+gallium_dri.so free 0x5571735cf1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf240 0.000129
+gallium_dri.so free 0x5571735cf300 void 0.000130
+gallium_dri.so free 0x5571735cf240 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf240 0.000120
+gallium_dri.so free 0x5571735cf380 void 0.000125
+gallium_dri.so free 0x5571735cf240 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000129
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so free 0x5571735cf3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000130
+gallium_dri.so free 0x5571735cf500 void 0.000129
+gallium_dri.so free 0x5571735cf3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf540 0.000129
+gallium_dri.so free 0x5571735cf5c0 void 0.000129
+gallium_dri.so free 0x5571735cf540 void 0.000176
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000130
+gallium_dri.so free 0x5571735cf680 void 0.000129
+gallium_dri.so free 0x5571735cf5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000130
+gallium_dri.so free 0x5571735cf700 void 0.000126
+gallium_dri.so free 0x5571735cf5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf730 0.000125
+gallium_dri.so free 0x5571735cf780 void 0.000130
+gallium_dri.so free 0x5571735cf730 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf730 0.000120
+gallium_dri.so free 0x5571735cf880 void 0.000126
+gallium_dri.so free 0x5571735cf730 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf940 void 0.000121
+gallium_dri.so free 0x5571735cf830 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000119
+gallium_dri.so free 0x5571735cf9c0 void 0.000126
+gallium_dri.so free 0x5571735cf8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000130
+gallium_dri.so free 0x5571735cf8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000134
+gallium_dri.so free 0x5571735cfb40 void 0.000127
+gallium_dri.so free 0x5571735cf8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000129
+gallium_dri.so free 0x5571735cfbc0 void 0.000124
+gallium_dri.so free 0x5571735cfaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc10 0.000123
+gallium_dri.so free 0x5571735cfc80 void 0.000128
+gallium_dri.so free 0x5571735cfc10 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfca0 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so free 0x5571735cfca0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000124
+gallium_dri.so free 0x5571735cfdc0 void 0.000120
+gallium_dri.so free 0x5571735cfcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000125
+gallium_dri.so free 0x5571735cfe80 void 0.000124
+gallium_dri.so free 0x5571735cfdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000125
+gallium_dri.so free 0x5571735cff00 void 0.000125
+gallium_dri.so free 0x5571735cfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cff00 0.000129
+gallium_dri.so free 0x5571735cffc0 void 0.000124
+gallium_dri.so free 0x5571735cff00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cff00 0.000126
+gallium_dri.so free 0x5571735d0080 void 0.000126
+gallium_dri.so free 0x5571735cff00 void 0.000123
+gallium_dri.so malloc 72 0x5571735cff00 0.000130
+gallium_dri.so free 0x5571735d0140 void 0.000150
+gallium_dri.so free 0x5571735cff00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d00f0 0.000126
+gallium_dri.so free 0x5571735d01c0 void 0.000120
+gallium_dri.so free 0x5571735d00f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0210 0.000125
+gallium_dri.so free 0x5571735d0280 void 0.000119
+gallium_dri.so free 0x5571735d0210 void 0.000124
+gallium_dri.so malloc 72 0x5571735d02c0 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d02c0 0.000125
+gallium_dri.so free 0x5571735d03c0 void 0.000129
+gallium_dri.so free 0x5571735d02c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d03f0 0.000131
+gallium_dri.so free 0x5571735d0440 void 0.000129
+gallium_dri.so free 0x5571735d03f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d03f0 0.000134
+gallium_dri.so free 0x5571735d0540 void 0.000161
+gallium_dri.so free 0x5571735d03f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d04f0 0.000130
+gallium_dri.so free 0x5571735d0600 void 0.000125
+gallium_dri.so free 0x5571735d04f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d05b0 0.000124
+gallium_dri.so free 0x5571735d0640 void 0.000120
+gallium_dri.so free 0x5571735d05b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d05b0 0.000125
+gallium_dri.so free 0x5571735d0700 void 0.000121
+gallium_dri.so free 0x5571735d05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0770 0.000119
+gallium_dri.so free 0x5571735d07c0 void 0.000119
+gallium_dri.so free 0x5571735d0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0770 0.000130
+gallium_dri.so free 0x5571735d08c0 void 0.000130
+gallium_dri.so free 0x5571735d0770 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0870 0.000131
+gallium_dri.so free 0x5571735d0980 void 0.000126
+gallium_dri.so free 0x5571735d0870 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0930 0.000135
+gallium_dri.so free 0x5571735d09c0 void 0.000132
+gallium_dri.so free 0x5571735d0930 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0930 0.000128
+gallium_dri.so free 0x5571735d0a80 void 0.000129
+gallium_dri.so free 0x5571735d0930 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000129
+gallium_dri.so free 0x5571735d0b40 void 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0b40 0.000129
+gallium_dri.so free 0x5571735d0c00 void 0.000128
+gallium_dri.so free 0x5571735d0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0b40 0.000129
+gallium_dri.so free 0x5571735d0cc0 void 0.000125
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000126
+gallium_dri.so free 0x5571735d0d80 void 0.000128
+gallium_dri.so free 0x5571735d0ce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0d30 0.000131
+gallium_dri.so free 0x5571735d0e00 void 0.000133
+gallium_dri.so free 0x5571735d0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0d30 0.000170
+gallium_dri.so free 0x5571735d0e80 void 0.000163
+gallium_dri.so free 0x5571735d0d30 void 0.000163
+gallium_dri.so malloc 72 0x5571735d0e80 0.000129
+gallium_dri.so free 0x5571735d0f40 void 0.000130
+gallium_dri.so free 0x5571735d0e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0e80 0.000128
+gallium_dri.so free 0x5571735d1000 void 0.000124
+gallium_dri.so free 0x5571735d0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0e80 0.000120
+gallium_dri.so free 0x5571735d10c0 void 0.000126
+gallium_dri.so free 0x5571735d0e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1070 0.000126
+gallium_dri.so free 0x5571735d1180 void 0.000125
+gallium_dri.so free 0x5571735d1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1130 0.000120
+gallium_dri.so free 0x5571735d1200 void 0.000125
+gallium_dri.so free 0x5571735d1130 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1250 0.000124
+gallium_dri.so free 0x5571735d12c0 void 0.000129
+gallium_dri.so free 0x5571735d1250 void 0.000131
+gallium_dri.so malloc 72 0x5571735d12e0 0.000136
+gallium_dri.so free 0x5571735d1380 void 0.000131
+gallium_dri.so free 0x5571735d12e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1330 0.000129
+gallium_dri.so free 0x5571735d1400 void 0.000130
+gallium_dri.so free 0x5571735d1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1330 0.000132
+gallium_dri.so free 0x5571735d1480 void 0.000130
+gallium_dri.so free 0x5571735d1330 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1480 0.000130
+gallium_dri.so free 0x5571735d1540 void 0.000125
+gallium_dri.so free 0x5571735d1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1480 0.000126
+gallium_dri.so free 0x5571735d1640 void 0.000125
+gallium_dri.so free 0x5571735d1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d15f0 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000125
+gallium_dri.so free 0x5571735d15f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d15f0 0.000129
+gallium_dri.so free 0x5571735d1740 void 0.000129
+gallium_dri.so free 0x5571735d15f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735d1780 0.000123
+gallium_dri.so free 0x5571735d1800 void 0.000125
+gallium_dri.so free 0x5571735d1780 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1800 0.000129
+gallium_dri.so free 0x5571735d18c0 void 0.000126
+gallium_dri.so free 0x5571735d1800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1800 0.000121
+gallium_dri.so free 0x5571735d1940 void 0.000127
+gallium_dri.so free 0x5571735d1800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1970 0.000125
+gallium_dri.so free 0x5571735d19c0 void 0.000122
+gallium_dri.so free 0x5571735d1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1970 0.000154
+gallium_dri.so free 0x5571735d1ac0 void 0.000132
+gallium_dri.so free 0x5571735d1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b00 0.000124
+gallium_dri.so free 0x5571735d1b80 void 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1b80 0.000132
+gallium_dri.so free 0x5571735d1c40 void 0.000130
+gallium_dri.so free 0x5571735d1b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b80 0.000135
+gallium_dri.so free 0x5571735d1cc0 void 0.000129
+gallium_dri.so free 0x5571735d1b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000128
+gallium_dri.so free 0x5571735d1d40 void 0.000129
+gallium_dri.so free 0x5571735d1cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000125
+gallium_dri.so free 0x5571735d1e40 void 0.000121
+gallium_dri.so free 0x5571735d1cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1df0 0.000119
+gallium_dri.so free 0x5571735d1f00 void 0.000121
+gallium_dri.so free 0x5571735d1df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000129
+gallium_dri.so free 0x5571735d1f80 void 0.000129
+gallium_dri.so free 0x5571735d1eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000129
+gallium_dri.so free 0x5571735d2040 void 0.000130
+gallium_dri.so free 0x5571735d1eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000125
+gallium_dri.so free 0x5571735d2100 void 0.000133
+gallium_dri.so free 0x5571735d1eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d20b0 0.000134
+gallium_dri.so free 0x5571735d2180 void 0.000130
+gallium_dri.so free 0x5571735d20b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d21d0 0.000133
+gallium_dri.so free 0x5571735d2240 void 0.000130
+gallium_dri.so free 0x5571735d21d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2260 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000126
+gallium_dri.so free 0x5571735d2260 void 0.000120
+gallium_dri.so malloc 72 0x5571735d22b0 0.000126
+gallium_dri.so free 0x5571735d2380 void 0.000125
+gallium_dri.so free 0x5571735d22b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2380 0.000121
+gallium_dri.so free 0x5571735d2440 void 0.000120
+gallium_dri.so free 0x5571735d2380 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2380 0.000130
+gallium_dri.so free 0x5571735d24c0 void 0.000125
+gallium_dri.so free 0x5571735d2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d24c0 0.000122
+gallium_dri.so free 0x5571735d2580 void 0.000126
+gallium_dri.so free 0x5571735d24c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d24c0 0.000134
+gallium_dri.so free 0x5571735d2640 void 0.000124
+gallium_dri.so free 0x5571735d24c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d24c0 0.000125
+gallium_dri.so free 0x5571735d2700 void 0.000121
+gallium_dri.so free 0x5571735d24c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d26b0 0.000127
+gallium_dri.so free 0x5571735d2780 void 0.000130
+gallium_dri.so free 0x5571735d26b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d27d0 0.000130
+gallium_dri.so free 0x5571735d2840 void 0.000127
+gallium_dri.so free 0x5571735d27d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2880 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000131
+gallium_dri.so free 0x5571735d2880 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2880 0.000124
+gallium_dri.so free 0x5571735d2980 void 0.000122
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735d29b0 0.000125
+gallium_dri.so free 0x5571735d2a00 void 0.000130
+gallium_dri.so free 0x5571735d29b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d29b0 0.000129
+gallium_dri.so free 0x5571735d2b00 void 0.000196
+gallium_dri.so free 0x5571735d29b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000129
+gallium_dri.so free 0x5571735d2bc0 void 0.000125
+gallium_dri.so free 0x5571735d2ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2b70 0.000125
+gallium_dri.so free 0x5571735d2c00 void 0.000132
+gallium_dri.so free 0x5571735d2b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2b70 0.000120
+gallium_dri.so free 0x5571735d2cc0 void 0.000121
+gallium_dri.so free 0x5571735d2b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2d30 0.000130
+gallium_dri.so free 0x5571735d2d80 void 0.000131
+gallium_dri.so free 0x5571735d2d30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2d30 0.000120
+gallium_dri.so free 0x5571735d2e80 void 0.000121
+gallium_dri.so free 0x5571735d2d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2e30 0.000124
+gallium_dri.so free 0x5571735d2f40 void 0.000131
+gallium_dri.so free 0x5571735d2e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000130
+gallium_dri.so free 0x5571735d2f80 void 0.000129
+gallium_dri.so free 0x5571735d2ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000129
+gallium_dri.so free 0x5571735d3040 void 0.000124
+gallium_dri.so free 0x5571735d2ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3080 0.000124
+gallium_dri.so free 0x5571735d3100 void 0.000124
+gallium_dri.so free 0x5571735d3080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3100 0.000130
+gallium_dri.so free 0x5571735d31c0 void 0.000128
+gallium_dri.so free 0x5571735d3100 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3100 0.000124
+gallium_dri.so free 0x5571735d3280 void 0.000126
+gallium_dri.so free 0x5571735d3100 void 0.000130
+gallium_dri.so malloc 72 0x5571735d32a0 0.000125
+gallium_dri.so free 0x5571735d3340 void 0.000123
+gallium_dri.so free 0x5571735d32a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d32f0 0.000129
+gallium_dri.so free 0x5571735d33c0 void 0.000127
+gallium_dri.so free 0x5571735d32f0 void 0.000230
+gallium_dri.so malloc 72 0x5571735d32f0 0.000205
+gallium_dri.so free 0x5571735d3440 void 0.000185
+gallium_dri.so free 0x5571735d32f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d3440 0.000203
+gallium_dri.so free 0x5571735d3500 void 0.000133
+gallium_dri.so free 0x5571735d3440 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d35c0 void 0.000128
+gallium_dri.so free 0x5571735d3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3440 0.000126
+gallium_dri.so free 0x5571735d3680 void 0.000130
+gallium_dri.so free 0x5571735d3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3630 0.000122
+gallium_dri.so free 0x5571735d3740 void 0.000125
+gallium_dri.so free 0x5571735d3630 void 0.000126
+gallium_dri.so malloc 72 0x5571735d36f0 0.000122
+gallium_dri.so free 0x5571735d37c0 void 0.000127
+gallium_dri.so free 0x5571735d36f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3810 0.000131
+gallium_dri.so free 0x5571735d3880 void 0.000122
+gallium_dri.so free 0x5571735d3810 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38a0 0.000126
+gallium_dri.so free 0x5571735d3940 void 0.000126
+gallium_dri.so free 0x5571735d38a0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d38f0 0.000130
+gallium_dri.so free 0x5571735d39c0 void 0.000128
+gallium_dri.so free 0x5571735d38f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d38f0 0.000129
+gallium_dri.so free 0x5571735d3a40 void 0.000130
+gallium_dri.so free 0x5571735d38f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3a40 0.000126
+gallium_dri.so free 0x5571735d3b00 void 0.000125
+gallium_dri.so free 0x5571735d3a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3a40 0.000119
+gallium_dri.so free 0x5571735d3c00 void 0.000129
+gallium_dri.so free 0x5571735d3a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000123
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so free 0x5571735d3bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000126
+gallium_dri.so free 0x5571735d3d00 void 0.000124
+gallium_dri.so free 0x5571735d3bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d40 0.000120
+gallium_dri.so free 0x5571735d3dc0 void 0.000125
+gallium_dri.so free 0x5571735d3d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000124
+gallium_dri.so free 0x5571735d3e80 void 0.000134
+gallium_dri.so free 0x5571735d3dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000120
+gallium_dri.so free 0x5571735d3f00 void 0.000121
+gallium_dri.so free 0x5571735d3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f30 0.000121
+gallium_dri.so free 0x5571735d3f80 void 0.000120
+gallium_dri.so free 0x5571735d3f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3f30 0.000124
+gallium_dri.so free 0x5571735d4080 void 0.000121
+gallium_dri.so free 0x5571735d3f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d40c0 0.000126
+gallium_dri.so free 0x5571735d4140 void 0.000124
+gallium_dri.so free 0x5571735d40c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4140 0.000124
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4140 0.000124
+gallium_dri.so free 0x5571735d4280 void 0.000129
+gallium_dri.so free 0x5571735d4140 void 0.000130
+gallium_dri.so malloc 72 0x5571735d42b0 0.000129
+gallium_dri.so free 0x5571735d4300 void 0.000130
+gallium_dri.so free 0x5571735d42b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d42b0 0.000183
+gallium_dri.so free 0x5571735d4400 void 0.000131
+gallium_dri.so free 0x5571735d42b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d43b0 0.000120
+gallium_dri.so free 0x5571735d44c0 void 0.000126
+gallium_dri.so free 0x5571735d43b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4470 0.000132
+gallium_dri.so free 0x5571735d4540 void 0.000130
+gallium_dri.so free 0x5571735d4470 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4470 0.000129
+gallium_dri.so free 0x5571735d4600 void 0.000129
+gallium_dri.so free 0x5571735d4470 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4470 0.000126
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d4470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4670 0.000120
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so free 0x5571735d4670 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4790 0.000131
+gallium_dri.so free 0x5571735d4800 void 0.000129
+gallium_dri.so free 0x5571735d4790 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4820 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000135
+gallium_dri.so free 0x5571735d4820 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4870 0.000165
+gallium_dri.so free 0x5571735d4940 void 0.000129
+gallium_dri.so free 0x5571735d4870 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4940 0.000165
+gallium_dri.so free 0x5571735d4a00 void 0.000127
+gallium_dri.so free 0x5571735d4940 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4940 0.000129
+gallium_dri.so free 0x5571735d4a80 void 0.000126
+gallium_dri.so free 0x5571735d4940 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4a80 0.000129
+gallium_dri.so free 0x5571735d4b40 void 0.000129
+gallium_dri.so free 0x5571735d4a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4a80 0.000130
+gallium_dri.so free 0x5571735d4c00 void 0.000129
+gallium_dri.so free 0x5571735d4a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4a80 0.000130
+gallium_dri.so free 0x5571735d4cc0 void 0.000125
+gallium_dri.so free 0x5571735d4a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4c70 0.000127
+gallium_dri.so free 0x5571735d4d40 void 0.000127
+gallium_dri.so free 0x5571735d4c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4d90 0.000121
+gallium_dri.so free 0x5571735d4e00 void 0.000121
+gallium_dri.so free 0x5571735d4d90 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4e40 0.000126
+gallium_dri.so free 0x5571735d4ec0 void 0.000123
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000120
+gallium_dri.so free 0x5571735d4f40 void 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4f70 0.000124
+gallium_dri.so free 0x5571735d4fc0 void 0.000130
+gallium_dri.so free 0x5571735d4f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4f70 0.000128
+gallium_dri.so free 0x5571735d50c0 void 0.000129
+gallium_dri.so free 0x5571735d4f70 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5070 0.000134
+gallium_dri.so free 0x5571735d5180 void 0.000131
+gallium_dri.so free 0x5571735d5070 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5130 0.000128
+gallium_dri.so free 0x5571735d51c0 void 0.000169
+gallium_dri.so free 0x5571735d5130 void 0.000164
+gallium_dri.so malloc 72 0x5571735d5130 0.000165
+gallium_dri.so free 0x5571735d5280 void 0.000129
+gallium_dri.so free 0x5571735d5130 void 0.000129
+gallium_dri.so malloc 72 0x5571735d52f0 0.000128
+gallium_dri.so free 0x5571735d5340 void 0.000130
+gallium_dri.so free 0x5571735d52f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d52f0 0.000128
+gallium_dri.so free 0x5571735d5440 void 0.000129
+gallium_dri.so free 0x5571735d52f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d53f0 0.000126
+gallium_dri.so free 0x5571735d5500 void 0.000129
+gallium_dri.so free 0x5571735d53f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d54b0 0.000129
+gallium_dri.so free 0x5571735d5540 void 0.000124
+gallium_dri.so free 0x5571735d54b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d54b0 0.000127
+gallium_dri.so free 0x5571735d5600 void 0.000129
+gallium_dri.so free 0x5571735d54b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5640 0.000124
+gallium_dri.so free 0x5571735d56c0 void 0.000129
+gallium_dri.so free 0x5571735d5640 void 0.000166
+gallium_dri.so malloc 72 0x5571735d56c0 0.000131
+gallium_dri.so free 0x5571735d5780 void 0.000131
+gallium_dri.so free 0x5571735d56c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d56c0 0.000125
+gallium_dri.so free 0x5571735d5840 void 0.000126
+gallium_dri.so free 0x5571735d56c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5860 0.000124
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so free 0x5571735d5860 void 0.000124
+gallium_dri.so malloc 72 0x5571735d58b0 0.000129
+gallium_dri.so free 0x5571735d5980 void 0.000130
+gallium_dri.so free 0x5571735d58b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d58b0 0.000125
+gallium_dri.so free 0x5571735d5a00 void 0.000126
+gallium_dri.so free 0x5571735d58b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5a00 0.000121
+gallium_dri.so free 0x5571735d5ac0 void 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5a00 0.000130
+gallium_dri.so free 0x5571735d5b80 void 0.000125
+gallium_dri.so free 0x5571735d5a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5a00 0.000130
+gallium_dri.so free 0x5571735d5c40 void 0.000141
+gallium_dri.so free 0x5571735d5a00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000125
+gallium_dri.so free 0x5571735d5d00 void 0.000129
+gallium_dri.so free 0x5571735d5bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5cb0 0.000131
+gallium_dri.so free 0x5571735d5d80 void 0.000130
+gallium_dri.so free 0x5571735d5cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5dd0 0.000129
+gallium_dri.so free 0x5571735d5e40 void 0.000130
+gallium_dri.so free 0x5571735d5dd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5e60 0.000125
+gallium_dri.so free 0x5571735d5f00 void 0.000125
+gallium_dri.so free 0x5571735d5e60 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000124
+gallium_dri.so free 0x5571735d5f80 void 0.000130
+gallium_dri.so free 0x5571735d5eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5eb0 0.000126
+gallium_dri.so free 0x5571735d6000 void 0.000131
+gallium_dri.so free 0x5571735d5eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6000 0.000122
+gallium_dri.so free 0x5571735d60c0 void 0.000121
+gallium_dri.so free 0x5571735d6000 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6000 0.000130
+gallium_dri.so free 0x5571735d61c0 void 0.000181
+gallium_dri.so free 0x5571735d6000 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6170 0.000123
+gallium_dri.so free 0x5571735d6200 void 0.000122
+gallium_dri.so free 0x5571735d6170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6170 0.000113
+gallium_dri.so free 0x5571735d62c0 void 0.000113
+gallium_dri.so free 0x5571735d6170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6300 0.000122
+gallium_dri.so free 0x5571735d6380 void 0.000123
+gallium_dri.so free 0x5571735d6300 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6380 0.000118
+gallium_dri.so free 0x5571735d6440 void 0.000120
+gallium_dri.so free 0x5571735d6380 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6380 0.000115
+gallium_dri.so free 0x5571735d64c0 void 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000129
+gallium_dri.so malloc 72 0x5571735d64f0 0.000114
+gallium_dri.so free 0x5571735d6540 void 0.000114
+gallium_dri.so free 0x5571735d64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64f0 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000115
+gallium_dri.so free 0x5571735d64f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6680 0.000111
+gallium_dri.so free 0x5571735d6700 void 0.000114
+gallium_dri.so free 0x5571735d6680 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6700 0.000144
+gallium_dri.so free 0x5571735d67c0 void 0.000115
+gallium_dri.so free 0x5571735d6700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6700 0.000114
+gallium_dri.so free 0x5571735d6840 void 0.000114
+gallium_dri.so free 0x5571735d6700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6870 0.000115
+gallium_dri.so free 0x5571735d68c0 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6870 0.000114
+gallium_dri.so free 0x5571735d69c0 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6970 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000114
+gallium_dri.so free 0x5571735d6970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6a30 0.000114
+gallium_dri.so free 0x5571735d6b00 void 0.000115
+gallium_dri.so free 0x5571735d6a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a30 0.000113
+gallium_dri.so free 0x5571735f5480 void 0.000115
+gallium_dri.so free 0x5571735d6a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a30 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x5571735d6a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5580 0.000115
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5600 0.000120
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5600 0.000115
+gallium_dri.so free 0x5571735f5740 void 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5770 0.000112
+gallium_dri.so free 0x5571735f57c0 void 0.000114
+gallium_dri.so free 0x5571735f5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57c0 0.000114
+gallium_dri.so free 0x5571735f5880 void 0.000113
+gallium_dri.so free 0x5571735f57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57c0 0.000114
+gallium_dri.so free 0x5571735f5980 void 0.000115
+gallium_dri.so free 0x5571735f57c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5930 0.000113
+gallium_dri.so free 0x5571735f5a40 void 0.000114
+gallium_dri.so free 0x5571735f5930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f59f0 0.000120
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so free 0x5571735f59f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f59f0 0.000113
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so free 0x5571735f59f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5b80 0.000112
+gallium_dri.so free 0x5571735f5c00 void 0.000114
+gallium_dri.so free 0x5571735f5b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c00 0.000115
+gallium_dri.so free 0x5571735f5cc0 void 0.000126
+gallium_dri.so free 0x5571735f5c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c00 0.000116
+gallium_dri.so free 0x5571735f5d40 void 0.000119
+gallium_dri.so free 0x5571735f5c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c00 0.000115
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5c00 0.000112
+gallium_dri.so free 0x5571735f5ec0 void 0.000115
+gallium_dri.so free 0x5571735f5c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5e70 0.000113
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5f90 0.000115
+gallium_dri.so free 0x5571735f6000 void 0.000115
+gallium_dri.so free 0x5571735f5f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6020 0.000113
+gallium_dri.so free 0x5571735f60c0 void 0.000115
+gallium_dri.so free 0x5571735f6020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6070 0.000117
+gallium_dri.so free 0x5571735f6140 void 0.000114
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6070 0.000115
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f61f0 0.000114
+gallium_dri.so free 0x5571735f62c0 void 0.000125
+gallium_dri.so free 0x5571735f61f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6310 0.000115
+gallium_dri.so free 0x5571735f6380 void 0.000114
+gallium_dri.so free 0x5571735f6310 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63a0 0.000112
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x5571735f63a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f64c0 void 0.000121
+gallium_dri.so free 0x5571735f63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f63f0 0.000116
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6540 0.000115
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so free 0x5571735f6540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6540 0.000115
+gallium_dri.so free 0x5571735f6700 void 0.000115
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6540 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f67b0 0.000112
+gallium_dri.so free 0x5571735f6800 void 0.000116
+gallium_dri.so free 0x5571735f67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67b0 0.000113
+gallium_dri.so free 0x5571735f6900 void 0.000154
+gallium_dri.so free 0x5571735f67b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f68b0 0.000114
+gallium_dri.so free 0x5571735f69c0 void 0.000113
+gallium_dri.so free 0x5571735f68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6970 0.000112
+gallium_dri.so free 0x5571735f6a00 void 0.000113
+gallium_dri.so free 0x5571735f6970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6970 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735f6970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6b10 0.000113
+gallium_dri.so free 0x5571735f6b80 void 0.000114
+gallium_dri.so free 0x5571735f6b10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000116
+gallium_dri.so free 0x5571735f6c40 void 0.000116
+gallium_dri.so free 0x5571735f6bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c40 0.000113
+gallium_dri.so free 0x5571735f6d00 void 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c40 0.000112
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so free 0x5571735f6db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6f00 void 0.000114
+gallium_dri.so free 0x5571735f6db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000114
+gallium_dri.so free 0x5571735f6fc0 void 0.000116
+gallium_dri.so free 0x5571735f6eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f70 0.000115
+gallium_dri.so free 0x5571735f7040 void 0.000115
+gallium_dri.so free 0x5571735f6f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7060 0.000112
+gallium_dri.so free 0x5571735f7100 void 0.000114
+gallium_dri.so free 0x5571735f7060 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000114
+gallium_dri.so free 0x5571735f70b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f70b0 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7200 0.000113
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7200 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7200 0.000115
+gallium_dri.so free 0x5571735f7440 void 0.000119
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f73f0 0.000114
+gallium_dri.so free 0x5571735f7440 void 0.000116
+gallium_dri.so free 0x5571735f73f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f73f0 0.000115
+gallium_dri.so free 0x5571735f7540 void 0.000115
+gallium_dri.so free 0x5571735f73f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f74f0 0.000122
+gallium_dri.so free 0x5571735f7600 void 0.000117
+gallium_dri.so free 0x5571735f74f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75b0 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f75b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75b0 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f75b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7740 0.000115
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so free 0x5571735f7740 void 0.000112
+gallium_dri.so malloc 72 0x5571735f77c0 0.000114
+gallium_dri.so free 0x5571735f7880 void 0.000115
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77c0 0.000112
+gallium_dri.so free 0x5571735f7940 void 0.000114
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7960 0.000112
+gallium_dri.so free 0x5571735f7a00 void 0.000114
+gallium_dri.so free 0x5571735f7960 void 0.000117
+gallium_dri.so malloc 72 0x5571735f79b0 0.000112
+gallium_dri.so free 0x5571735f7a80 void 0.000115
+gallium_dri.so free 0x5571735f79b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f79b0 0.000116
+gallium_dri.so free 0x5571735f7b00 void 0.000116
+gallium_dri.so free 0x5571735f79b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b00 0.000115
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b00 0.000112
+gallium_dri.so free 0x5571735f7c80 void 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b00 0.000113
+gallium_dri.so free 0x5571735f7d40 void 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000114
+gallium_dri.so free 0x5571735f7e00 void 0.000115
+gallium_dri.so free 0x5571735f7cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7db0 0.000113
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ed0 0.000113
+gallium_dri.so free 0x5571735f7f40 void 0.000115
+gallium_dri.so free 0x5571735f7ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f60 0.000112
+gallium_dri.so free 0x5571735f8000 void 0.000115
+gallium_dri.so free 0x5571735f7f60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000115
+gallium_dri.so free 0x5571735f8080 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000114
+gallium_dri.so free 0x5571735f82c0 void 0.000116
+gallium_dri.so free 0x5571735f8100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8270 0.000119
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f8270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8270 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8480 0.000112
+gallium_dri.so free 0x5571735f8540 void 0.000114
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8480 0.000113
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f85f0 0.000114
+gallium_dri.so free 0x5571735f8640 void 0.000115
+gallium_dri.so free 0x5571735f85f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f85f0 0.000127
+gallium_dri.so free 0x5571735f8740 void 0.000114
+gallium_dri.so free 0x5571735f85f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8780 0.000113
+gallium_dri.so free 0x5571735f8800 void 0.000113
+gallium_dri.so free 0x5571735f8780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8800 0.000112
+gallium_dri.so free 0x5571735f88c0 void 0.000114
+gallium_dri.so free 0x5571735f8800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8800 0.000111
+gallium_dri.so free 0x5571735f8940 void 0.000112
+gallium_dri.so free 0x5571735f8800 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8970 0.000174
+gallium_dri.so free 0x5571735f89c0 void 0.000121
+gallium_dri.so free 0x5571735f8970 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8970 0.000114
+gallium_dri.so free 0x5571735f8ac0 void 0.000116
+gallium_dri.so free 0x5571735f8970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8a70 0.000115
+gallium_dri.so free 0x5571735f8b80 void 0.000115
+gallium_dri.so free 0x5571735f8a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b30 0.000115
+gallium_dri.so free 0x5571735f8c00 void 0.000114
+gallium_dri.so free 0x5571735f8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b30 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so free 0x5571735f8b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b30 0.000117
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so free 0x5571735f8b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d30 0.000112
+gallium_dri.so free 0x5571735f8e00 void 0.000126
+gallium_dri.so free 0x5571735f8d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8e50 0.000116
+gallium_dri.so free 0x5571735f8ec0 void 0.000114
+gallium_dri.so free 0x5571735f8e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8ee0 0.000113
+gallium_dri.so free 0x5571735f8f80 void 0.000115
+gallium_dri.so free 0x5571735f8ee0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8f30 0.000115
+gallium_dri.so free 0x5571735f9000 void 0.000116
+gallium_dri.so free 0x5571735f8f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9000 0.000115
+gallium_dri.so free 0x5571735f90c0 void 0.000115
+gallium_dri.so free 0x5571735f9000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9000 0.000113
+gallium_dri.so free 0x5571735f9140 void 0.000115
+gallium_dri.so free 0x5571735f9000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9140 0.000115
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9140 0.000115
+gallium_dri.so free 0x5571735f92c0 void 0.000115
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9140 0.000161
+gallium_dri.so free 0x5571735f9380 void 0.000156
+gallium_dri.so free 0x5571735f9140 void 0.000153
+gallium_dri.so malloc 72 0x5571735f9330 0.000153
+gallium_dri.so free 0x5571735f9400 void 0.000154
+gallium_dri.so free 0x5571735f9330 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9450 0.000153
+gallium_dri.so free 0x5571735f94c0 void 0.000154
+gallium_dri.so free 0x5571735f9450 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9500 0.000154
+gallium_dri.so free 0x5571735f9580 void 0.000154
+gallium_dri.so free 0x5571735f9500 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9500 0.000162
+gallium_dri.so free 0x5571735f9600 void 0.000134
+gallium_dri.so free 0x5571735f9500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9630 0.000121
+gallium_dri.so free 0x5571735f9680 void 0.000120
+gallium_dri.so free 0x5571735f9630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9630 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000120
+gallium_dri.so free 0x5571735f9630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9730 0.000126
+gallium_dri.so free 0x5571735f9840 void 0.000136
+gallium_dri.so free 0x5571735f9730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f97f0 0.000121
+gallium_dri.so free 0x5571735f9880 void 0.000121
+gallium_dri.so free 0x5571735f97f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f97f0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so free 0x5571735f97f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f99b0 0.000118
+gallium_dri.so free 0x5571735f9a00 void 0.000119
+gallium_dri.so free 0x5571735f99b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f99b0 0.000120
+gallium_dri.so free 0x5571735f9b00 void 0.000121
+gallium_dri.so free 0x5571735f99b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000119
+gallium_dri.so free 0x5571735f9bc0 void 0.000120
+gallium_dri.so free 0x5571735f9ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9b70 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000121
+gallium_dri.so free 0x5571735f9b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9b70 0.000119
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so free 0x5571735f9b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d00 0.000120
+gallium_dri.so free 0x5571735f9d80 void 0.000122
+gallium_dri.so free 0x5571735f9d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d80 0.000143
+gallium_dri.so free 0x5571735f9e40 void 0.000122
+gallium_dri.so free 0x5571735f9d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d80 0.000120
+gallium_dri.so free 0x5571735f9f00 void 0.000121
+gallium_dri.so free 0x5571735f9d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9f20 0.000119
+gallium_dri.so free 0x5571735f9fc0 void 0.000121
+gallium_dri.so free 0x5571735f9f20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9f70 0.000118
+gallium_dri.so free 0x5571735fa040 void 0.000127
+gallium_dri.so free 0x5571735f9f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9f70 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735f9f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000118
+gallium_dri.so free 0x5571735fa180 void 0.000121
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000120
+gallium_dri.so free 0x5571735fa240 void 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000121
+gallium_dri.so free 0x5571735fa300 void 0.000119
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000119
+gallium_dri.so free 0x5571735fa3c0 void 0.000121
+gallium_dri.so free 0x5571735fa2b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fa370 0.000119
+gallium_dri.so free 0x5571735fa440 void 0.000120
+gallium_dri.so free 0x5571735fa370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa490 0.000120
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa490 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa520 0.000115
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735fa520 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa570 0.000113
+gallium_dri.so free 0x5571735fa640 void 0.000114
+gallium_dri.so free 0x5571735fa570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa570 0.000117
+gallium_dri.so free 0x5571735fa6c0 void 0.000116
+gallium_dri.so free 0x5571735fa570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000113
+gallium_dri.so free 0x5571735fa6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000114
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so free 0x5571735fa6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa830 0.000112
+gallium_dri.so free 0x5571735fa8c0 void 0.000115
+gallium_dri.so free 0x5571735fa830 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa830 0.000112
+gallium_dri.so free 0x5571735fa980 void 0.000116
+gallium_dri.so free 0x5571735fa830 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa9c0 0.000115
+gallium_dri.so free 0x5571735faa40 void 0.000113
+gallium_dri.so free 0x5571735fa9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa40 0.000113
+gallium_dri.so free 0x5571735fab00 void 0.000115
+gallium_dri.so free 0x5571735faa40 void 0.000112
+gallium_dri.so malloc 72 0x5571735faa40 0.000114
+gallium_dri.so free 0x5571735fab80 void 0.000115
+gallium_dri.so free 0x5571735faa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabb0 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so free 0x5571735fabb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabb0 0.000113
+gallium_dri.so free 0x5571735fad00 void 0.000116
+gallium_dri.so free 0x5571735fabb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fad40 0.000114
+gallium_dri.so free 0x5571735fadc0 void 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fadc0 0.000114
+gallium_dri.so free 0x5571735fae80 void 0.000114
+gallium_dri.so free 0x5571735fadc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fadc0 0.000113
+gallium_dri.so free 0x5571735faf00 void 0.000115
+gallium_dri.so free 0x5571735fadc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735faf30 0.000114
+gallium_dri.so free 0x5571735faf80 void 0.000115
+gallium_dri.so free 0x5571735faf30 void 0.000156
+gallium_dri.so malloc 72 0x5571735faf30 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735faf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb030 0.000115
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000115
+gallium_dri.so free 0x5571735fb1c0 void 0.000115
+gallium_dri.so free 0x5571735fb0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000114
+gallium_dri.so free 0x5571735fb280 void 0.000115
+gallium_dri.so free 0x5571735fb0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000114
+gallium_dri.so free 0x5571735fb340 void 0.000114
+gallium_dri.so free 0x5571735fb0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000115
+gallium_dri.so free 0x5571735fb2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb410 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000114
+gallium_dri.so free 0x5571735fb410 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4a0 0.000113
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so free 0x5571735fb4a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000113
+gallium_dri.so free 0x5571735fb5c0 void 0.000114
+gallium_dri.so free 0x5571735fb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000116
+gallium_dri.so free 0x5571735fb680 void 0.000115
+gallium_dri.so free 0x5571735fb5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5c0 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so free 0x5571735fb5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb700 0.000112
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb700 0.000117
+gallium_dri.so free 0x5571735fb880 void 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb700 0.000119
+gallium_dri.so free 0x5571735fb940 void 0.000115
+gallium_dri.so free 0x5571735fb700 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so free 0x5571735fb8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fba10 0.000114
+gallium_dri.so free 0x5571735fba80 void 0.000116
+gallium_dri.so free 0x5571735fba10 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbac0 0.000114
+gallium_dri.so free 0x5571735fbb40 void 0.000116
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbac0 0.000113
+gallium_dri.so free 0x5571735fbbc0 void 0.000115
+gallium_dri.so free 0x5571735fbac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000119
+gallium_dri.so free 0x5571735fbc40 void 0.000115
+gallium_dri.so free 0x5571735fbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000114
+gallium_dri.so free 0x5571735fbd40 void 0.000114
+gallium_dri.so free 0x5571735fbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000122
+gallium_dri.so free 0x5571735fbe00 void 0.000118
+gallium_dri.so free 0x5571735fbcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000115
+gallium_dri.so free 0x5571735fbe40 void 0.000120
+gallium_dri.so free 0x5571735fbdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000115
+gallium_dri.so free 0x5571735fbf00 void 0.000116
+gallium_dri.so free 0x5571735fbdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbf70 0.000114
+gallium_dri.so free 0x5571735fbfc0 void 0.000116
+gallium_dri.so free 0x5571735fbf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbf70 0.000113
+gallium_dri.so free 0x5571735fc0c0 void 0.000115
+gallium_dri.so free 0x5571735fbf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc070 0.000113
+gallium_dri.so free 0x5571735fc180 void 0.000116
+gallium_dri.so free 0x5571735fc070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc130 0.000136
+gallium_dri.so free 0x5571735fc1c0 void 0.000116
+gallium_dri.so free 0x5571735fc130 void 0.000152
+gallium_dri.so malloc 72 0x5571735fc130 0.000162
+gallium_dri.so free 0x5571735fc280 void 0.000158
+gallium_dri.so free 0x5571735fc130 void 0.000163
+gallium_dri.so malloc 72 0x5571735fc2c0 0.000124
+gallium_dri.so free 0x5571735fc340 void 0.000124
+gallium_dri.so free 0x5571735fc2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc340 0.000115
+gallium_dri.so free 0x5571735fc400 void 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc340 0.000126
+gallium_dri.so free 0x5571735fc4c0 void 0.000121
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc4e0 0.000115
+gallium_dri.so free 0x5571735fc580 void 0.000120
+gallium_dri.so free 0x5571735fc4e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc530 0.000121
+gallium_dri.so free 0x5571735fc600 void 0.000124
+gallium_dri.so free 0x5571735fc530 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc530 0.000119
+gallium_dri.so free 0x5571735fc680 void 0.000120
+gallium_dri.so free 0x5571735fc530 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc680 0.000134
+gallium_dri.so free 0x5571735fc740 void 0.000125
+gallium_dri.so free 0x5571735fc680 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc680 0.000123
+gallium_dri.so free 0x5571735fc800 void 0.000123
+gallium_dri.so free 0x5571735fc680 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc680 0.000118
+gallium_dri.so free 0x5571735fc8c0 void 0.000116
+gallium_dri.so free 0x5571735fc680 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc870 0.000120
+gallium_dri.so free 0x5571735fc980 void 0.000123
+gallium_dri.so free 0x5571735fc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc930 0.000123
+gallium_dri.so free 0x5571735fca00 void 0.000123
+gallium_dri.so free 0x5571735fc930 void 0.000123
+gallium_dri.so malloc 72 0x5571735fca50 0.000124
+gallium_dri.so free 0x5571735fcac0 void 0.000124
+gallium_dri.so free 0x5571735fca50 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcae0 0.000119
+gallium_dri.so free 0x5571735fcb80 void 0.000124
+gallium_dri.so free 0x5571735fcae0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcb30 0.000124
+gallium_dri.so free 0x5571735fcc00 void 0.000128
+gallium_dri.so free 0x5571735fcb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcb30 0.000120
+gallium_dri.so free 0x5571735fcc80 void 0.000123
+gallium_dri.so free 0x5571735fcb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcc80 0.000123
+gallium_dri.so free 0x5571735fcd40 void 0.000119
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc80 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000124
+gallium_dri.so free 0x5571735fce80 void 0.000124
+gallium_dri.so free 0x5571735fcdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000123
+gallium_dri.so free 0x5571735fcf40 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf80 0.000123
+gallium_dri.so free 0x5571735fd000 void 0.000120
+gallium_dri.so free 0x5571735fcf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd000 0.000123
+gallium_dri.so free 0x5571735fd0c0 void 0.000122
+gallium_dri.so free 0x5571735fd000 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd000 0.000132
+gallium_dri.so free 0x5571735fd140 void 0.000137
+gallium_dri.so free 0x5571735fd000 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd170 0.000126
+gallium_dri.so free 0x5571735fd1c0 void 0.000126
+gallium_dri.so free 0x5571735fd170 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd170 0.000123
+gallium_dri.so free 0x5571735fd2c0 void 0.000203
+gallium_dri.so free 0x5571735fd170 void 0.000211
+gallium_dri.so malloc 72 0x5571735fd300 0.000162
+gallium_dri.so free 0x5571735fd380 void 0.000121
+gallium_dri.so free 0x5571735fd300 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd380 0.000121
+gallium_dri.so free 0x5571735fd440 void 0.000121
+gallium_dri.so free 0x5571735fd380 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd380 0.000120
+gallium_dri.so free 0x5571735fd4c0 void 0.000120
+gallium_dri.so free 0x5571735fd380 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000119
+gallium_dri.so free 0x5571735fd540 void 0.000121
+gallium_dri.so free 0x5571735fd4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000120
+gallium_dri.so free 0x5571735fd640 void 0.000122
+gallium_dri.so free 0x5571735fd4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000134
+gallium_dri.so free 0x5571735fd700 void 0.000122
+gallium_dri.so free 0x5571735fd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000120
+gallium_dri.so free 0x5571735fd780 void 0.000120
+gallium_dri.so free 0x5571735fd6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000120
+gallium_dri.so free 0x5571735fd840 void 0.000121
+gallium_dri.so free 0x5571735fd6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000121
+gallium_dri.so free 0x5571735fd900 void 0.000124
+gallium_dri.so free 0x5571735fd6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000120
+gallium_dri.so free 0x5571735fd8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd9d0 0.000120
+gallium_dri.so free 0x5571735fda40 void 0.000120
+gallium_dri.so free 0x5571735fd9d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fda60 0.000119
+gallium_dri.so free 0x5571735fdb00 void 0.000120
+gallium_dri.so free 0x5571735fda60 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdab0 0.000120
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571735fdab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdb80 0.000121
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so free 0x5571735fdb80 void 0.000177
+gallium_dri.so malloc 72 0x5571735fdb80 0.000131
+gallium_dri.so free 0x5571735fdcc0 void 0.000125
+gallium_dri.so free 0x5571735fdb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000125
+gallium_dri.so free 0x5571735fdcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000131
+gallium_dri.so free 0x5571735fde40 void 0.000129
+gallium_dri.so free 0x5571735fdcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000130
+gallium_dri.so free 0x5571735fdf00 void 0.000128
+gallium_dri.so free 0x5571735fdcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000125
+gallium_dri.so free 0x5571735fdf80 void 0.000124
+gallium_dri.so free 0x5571735fdeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdfd0 0.000120
+gallium_dri.so free 0x5571735fe040 void 0.000127
+gallium_dri.so free 0x5571735fdfd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe080 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x5571735fe080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe080 0.000112
+gallium_dri.so free 0x5571735fe180 void 0.000113
+gallium_dri.so free 0x5571735fe080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000126
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000115
+gallium_dri.so free 0x5571735fe1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000114
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so free 0x5571735fe2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe370 0.000112
+gallium_dri.so free 0x5571735fe400 void 0.000115
+gallium_dri.so free 0x5571735fe370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe370 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000116
+gallium_dri.so free 0x5571735fe370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe530 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000113
+gallium_dri.so free 0x5571735fe530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe530 0.000113
+gallium_dri.so free 0x5571735fe680 void 0.000116
+gallium_dri.so free 0x5571735fe530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe630 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735fe630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000119
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000122
+gallium_dri.so free 0x5571735fe840 void 0.000116
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe880 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe900 0.000115
+gallium_dri.so free 0x5571735fea80 void 0.000125
+gallium_dri.so free 0x5571735fe900 void 0.000124
+gallium_dri.so malloc 72 0x5571735feaa0 0.000123
+gallium_dri.so free 0x5571735feb40 void 0.000125
+gallium_dri.so free 0x5571735feaa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735feaf0 0.000115
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feaf0 0.000113
+gallium_dri.so free 0x5571735fec40 void 0.000113
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec40 0.000112
+gallium_dri.so free 0x5571735fed00 void 0.000115
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec40 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000113
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec40 0.000174
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so free 0x5571735fec40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fee30 0.000114
+gallium_dri.so free 0x5571735fef40 void 0.000115
+gallium_dri.so free 0x5571735fee30 void 0.000112
+gallium_dri.so malloc 72 0x5571735feef0 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000114
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff010 0.000118
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so free 0x5571735ff010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0a0 0.000112
+gallium_dri.so free 0x5571735ff140 void 0.000114
+gallium_dri.so free 0x5571735ff0a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so free 0x5571735ff0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000112
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff240 0.000113
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff240 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000115
+gallium_dri.so free 0x5571735ff240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000125
+gallium_dri.so free 0x5571735ff440 void 0.000116
+gallium_dri.so free 0x5571735ff3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so free 0x5571735ff3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000113
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000118
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff730 0.000113
+gallium_dri.so free 0x5571735ff780 void 0.000115
+gallium_dri.so free 0x5571735ff730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff730 0.000115
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so free 0x5571735ff730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff940 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000116
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff940 0.000113
+gallium_dri.so free 0x5571735ffa80 void 0.000125
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffab0 0.000115
+gallium_dri.so free 0x5571735ffb00 void 0.000114
+gallium_dri.so free 0x5571735ffab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffab0 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ffab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000116
+gallium_dri.so free 0x5571735ffbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff90 0.000114
+gallium_dri.so free 0x5571735e4740 void 0.000118
+gallium_dri.so free 0x5571735fff90 void 0.000117
+gallium_dri.so malloc 72 0x5571735e46f0 0.000160
+gallium_dri.so free 0x55717345af00 void 0.000116
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x55717345a880 void 0.000113
+gallium_dri.so free 0x5571735e46f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a830 0.000115
+gallium_dri.so free 0x557173455700 void 0.000115
+gallium_dri.so free 0x55717345a830 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000114
+gallium_dri.so free 0x557173456680 void 0.000113
+gallium_dri.so free 0x5571734556b0 void 0.000114
+gallium_dri.so malloc 72 0x557173456630 0.000113
+gallium_dri.so free 0x5571735b4340 void 0.000114
+gallium_dri.so free 0x557173456630 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000114
+gallium_dri.so free 0x557173459c40 void 0.000113
+gallium_dri.so free 0x5571735b42f0 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000113
+gallium_dri.so free 0x5571735f4800 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000113
+gallium_dri.so free 0x5571735f47b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4530 0.000112
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x5571735e4530 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3830 0.000122
+gallium_dri.so free 0x557173457f80 void 0.000116
+gallium_dri.so free 0x5571735f3830 void 0.000113
+gallium_dri.so malloc 72 0x557173457f30 0.000113
+gallium_dri.so free 0x5571735b4940 void 0.000113
+gallium_dri.so free 0x557173457f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4970 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000114
+gallium_dri.so free 0x5571735b4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e48b0 0.000112
+gallium_dri.so free 0x5571735b4500 void 0.000112
+gallium_dri.so free 0x5571735e48b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x5571735b4840 void 0.000115
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47f0 0.000113
+gallium_dri.so free 0x5571735e55c0 void 0.000115
+gallium_dri.so free 0x5571735b47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5570 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x5571735e5570 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4670 0.000114
+gallium_dri.so free 0x5571734572c0 void 0.000115
+gallium_dri.so free 0x5571735b4670 void 0.000113
+gallium_dri.so malloc 72 0x557173457270 0.000113
+gallium_dri.so free 0x557173454440 void 0.000115
+gallium_dri.so free 0x557173457270 void 0.000113
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x5571735e4f80 void 0.000127
+gallium_dri.so free 0x5571734543f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734543f0 0.000116
+gallium_dri.so free 0x557173457940 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734543f0 0.000114
+gallium_dri.so free 0x557173458840 void 0.000115
+gallium_dri.so free 0x5571734543f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734587f0 0.000113
+gallium_dri.so free 0x557173455400 void 0.000115
+gallium_dri.so free 0x5571734587f0 void 0.000112
+gallium_dri.so malloc 72 0x557173455450 0.000113
+gallium_dri.so free 0x5571735e5e80 void 0.000114
+gallium_dri.so free 0x557173455450 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5e30 0.000114
+gallium_dri.so free 0x5571735b4b80 void 0.000121
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5e30 0.000114
+gallium_dri.so free 0x5571735b4c00 void 0.000114
+gallium_dri.so free 0x5571735e5e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4c30 0.000114
+gallium_dri.so free 0x557173457040 void 0.000115
+gallium_dri.so free 0x5571735b4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4c30 0.000114
+gallium_dri.so free 0x55717345a600 void 0.000114
+gallium_dri.so free 0x5571735b4c30 void 0.000113
+gallium_dri.so malloc 72 0x55717345a600 0.000113
+gallium_dri.so free 0x5571735f4540 void 0.000159
+gallium_dri.so free 0x55717345a600 void 0.000117
+gallium_dri.so malloc 72 0x55717345a600 0.000113
+gallium_dri.so free 0x5571735f45c0 void 0.000114
+gallium_dri.so free 0x55717345a600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f45f0 0.000114
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so free 0x5571735f45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734563c0 0.000113
+gallium_dri.so free 0x557173456480 void 0.000113
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734563c0 0.000112
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so free 0x5571734563c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3d40 0.000114
+gallium_dri.so free 0x5571735e3e00 void 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3d40 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39b0 0.000112
+gallium_dri.so free 0x5571735f3a00 void 0.000115
+gallium_dri.so free 0x5571735f39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39b0 0.000114
+gallium_dri.so free 0x5571735f3b00 void 0.000114
+gallium_dri.so free 0x5571735f39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000114
+gallium_dri.so free 0x557173455800 void 0.000122
+gallium_dri.so free 0x5571735f3ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173455840 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so free 0x557173455840 void 0.000113
+gallium_dri.so malloc 72 0x557173455840 0.000112
+gallium_dri.so free 0x557173455940 void 0.000114
+gallium_dri.so free 0x557173455840 void 0.000113
+gallium_dri.so malloc 72 0x557173455970 0.000113
+gallium_dri.so free 0x5571735e56c0 void 0.000114
+gallium_dri.so free 0x557173455970 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5700 0.000112
+gallium_dri.so free 0x5571735e5780 void 0.000114
+gallium_dri.so free 0x5571735e5700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5780 0.000113
+gallium_dri.so free 0x5571735e5840 void 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5780 0.000119
+gallium_dri.so free 0x5571735e58c0 void 0.000120
+gallium_dri.so free 0x5571735e5780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58f0 0.000119
+gallium_dri.so free 0x557173458080 void 0.000121
+gallium_dri.so free 0x5571735e58f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734580f0 0.000118
+gallium_dri.so free 0x557173458140 void 0.000120
+gallium_dri.so free 0x5571734580f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734580f0 0.000118
+gallium_dri.so free 0x557173458240 void 0.000129
+gallium_dri.so free 0x5571734580f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734581f0 0.000115
+gallium_dri.so free 0x5571735e5fc0 void 0.000115
+gallium_dri.so free 0x5571734581f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734581f0 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x5571734581f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6070 0.000113
+gallium_dri.so free 0x5571735e60c0 void 0.000114
+gallium_dri.so free 0x5571735e6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6070 0.000113
+gallium_dri.so free 0x5571735e61c0 void 0.000115
+gallium_dri.so free 0x5571735e6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6170 0.000114
+gallium_dri.so free 0x5571735e5a40 void 0.000114
+gallium_dri.so free 0x5571735e6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5aa0 0.000113
+gallium_dri.so free 0x5571735e5b40 void 0.000116
+gallium_dri.so free 0x5571735e5aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5af0 0.000115
+gallium_dri.so free 0x5571735e5b80 void 0.000115
+gallium_dri.so free 0x5571735e5af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5af0 0.000113
+gallium_dri.so free 0x5571735e5c40 void 0.000115
+gallium_dri.so free 0x5571735e5af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5c80 0.000114
+gallium_dri.so free 0x557173458400 void 0.000114
+gallium_dri.so free 0x5571735e5c80 void 0.000164
+gallium_dri.so malloc 72 0x557173458450 0.000116
+gallium_dri.so free 0x5571734584c0 void 0.000114
+gallium_dri.so free 0x557173458450 void 0.000112
+gallium_dri.so malloc 72 0x5571734584e0 0.000114
+gallium_dri.so free 0x557173458580 void 0.000113
+gallium_dri.so free 0x5571734584e0 void 0.000113
+gallium_dri.so malloc 72 0x557173458530 0.000113
+gallium_dri.so free 0x557173458600 void 0.000115
+gallium_dri.so free 0x557173458530 void 0.000113
+gallium_dri.so malloc 72 0x557173458600 0.000115
+gallium_dri.so free 0x55717345a240 void 0.000115
+gallium_dri.so free 0x557173458600 void 0.000114
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a2c0 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a310 0.000114
+gallium_dri.so free 0x55717345a380 void 0.000115
+gallium_dri.so free 0x55717345a310 void 0.000114
+gallium_dri.so malloc 72 0x55717345a3a0 0.000112
+gallium_dri.so free 0x55717345a440 void 0.000115
+gallium_dri.so free 0x55717345a3a0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a3f0 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000115
+gallium_dri.so free 0x55717345a3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3e70 0.000113
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so free 0x5571735b3e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735b3f90 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000114
+gallium_dri.so free 0x5571735b3f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4040 0.000114
+gallium_dri.so free 0x5571735b40c0 void 0.000115
+gallium_dri.so free 0x5571735b4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4040 0.000112
+gallium_dri.so free 0x557173456c80 void 0.000115
+gallium_dri.so free 0x5571735b4040 void 0.000113
+gallium_dri.so malloc 72 0x557173456c30 0.000112
+gallium_dri.so free 0x557173456d00 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000112
+gallium_dri.so malloc 72 0x557173456c30 0.000112
+gallium_dri.so free 0x557173456d80 void 0.000114
+gallium_dri.so free 0x557173456c30 void 0.000113
+gallium_dri.so malloc 72 0x557173456d80 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000113
+gallium_dri.so malloc 72 0x557173456d80 0.000113
+gallium_dri.so free 0x5571735f3c40 void 0.000113
+gallium_dri.so free 0x557173456d80 void 0.000113
+gallium_dri.so malloc 72 0x557173456d80 0.000118
+gallium_dri.so free 0x5571735f3d00 void 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000113
+gallium_dri.so free 0x5571735f3d00 void 0.000114
+gallium_dri.so free 0x5571735f3cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000116
+gallium_dri.so free 0x5571735f3e00 void 0.000117
+gallium_dri.so free 0x5571735f3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3db0 0.000115
+gallium_dri.so free 0x5571735f3ec0 void 0.000115
+gallium_dri.so free 0x5571735f3db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e70 0.000112
+gallium_dri.so free 0x557173455ac0 void 0.000115
+gallium_dri.so free 0x5571735f3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3e70 0.000114
+gallium_dri.so free 0x557173455b80 void 0.000115
+gallium_dri.so free 0x5571735f3e70 void 0.000120
+gallium_dri.so malloc 72 0x557173455b30 0.000116
+gallium_dri.so free 0x557173455c00 void 0.000115
+gallium_dri.so free 0x557173455b30 void 0.000114
+gallium_dri.so malloc 72 0x557173455c50 0.000113
+gallium_dri.so free 0x557173455cc0 void 0.000115
+gallium_dri.so free 0x557173455c50 void 0.000112
+gallium_dri.so malloc 72 0x557173455d20 0.000114
+gallium_dri.so free 0x557173455dc0 void 0.000115
+gallium_dri.so free 0x557173455d20 void 0.000113
+gallium_dri.so malloc 72 0x557173455d70 0.000113
+gallium_dri.so free 0x557173456780 void 0.000114
+gallium_dri.so free 0x557173455d70 void 0.000114
+gallium_dri.so malloc 72 0x5571734567b0 0.000114
+gallium_dri.so free 0x557173456800 void 0.000114
+gallium_dri.so free 0x5571734567b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734567b0 0.000118
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so free 0x5571734567b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734568b0 0.000114
+gallium_dri.so free 0x5571734569c0 void 0.000112
+gallium_dri.so free 0x5571734568b0 void 0.000112
+gallium_dri.so malloc 72 0x557173456970 0.000112
+gallium_dri.so free 0x557173456a00 void 0.000113
+gallium_dri.so free 0x557173456970 void 0.000112
+gallium_dri.so malloc 72 0x557173456970 0.000113
+gallium_dri.so free 0x5571735e5100 void 0.000114
+gallium_dri.so free 0x557173456970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e50b0 0.000113
+gallium_dri.so free 0x5571735e51c0 void 0.000114
+gallium_dri.so free 0x5571735e50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5170 0.000112
+gallium_dri.so free 0x5571735e5240 void 0.000114
+gallium_dri.so free 0x5571735e5170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5290 0.000113
+gallium_dri.so free 0x5571735e5300 void 0.000114
+gallium_dri.so free 0x5571735e5290 void 0.000111
+gallium_dri.so malloc 72 0x5571735e5320 0.000113
+gallium_dri.so free 0x5571735e53c0 void 0.000113
+gallium_dri.so free 0x5571735e5320 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5370 0.000113
+gallium_dri.so free 0x557173457ac0 void 0.000114
+gallium_dri.so free 0x5571735e5370 void 0.000113
+gallium_dri.so malloc 72 0x557173457a70 0.000125
+gallium_dri.so free 0x557173457b40 void 0.000116
+gallium_dri.so free 0x557173457a70 void 0.000114
+gallium_dri.so malloc 72 0x557173457b90 0.000114
+gallium_dri.so free 0x557173457c00 void 0.000114
+gallium_dri.so free 0x557173457b90 void 0.000114
+gallium_dri.so malloc 72 0x557173457c40 0.000114
+gallium_dri.so free 0x557173457cc0 void 0.000116
+gallium_dri.so free 0x557173457c40 void 0.000114
+gallium_dri.so malloc 72 0x557173457c40 0.000113
+gallium_dri.so free 0x557173457d40 void 0.000115
+gallium_dri.so free 0x557173457c40 void 0.000113
+gallium_dri.so malloc 72 0x557173457d70 0.000118
+gallium_dri.so free 0x557173459d40 void 0.000115
+gallium_dri.so free 0x557173457d70 void 0.000114
+gallium_dri.so malloc 72 0x557173459d80 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000113
+gallium_dri.so free 0x557173459d80 void 0.000113
+gallium_dri.so malloc 72 0x557173459e00 0.000113
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459e00 void 0.000112
+gallium_dri.so malloc 72 0x557173459e00 0.000112
+gallium_dri.so free 0x557173459f40 void 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000114
+gallium_dri.so malloc 72 0x557173459f70 0.000113
+gallium_dri.so free 0x557173459fc0 void 0.000116
+gallium_dri.so free 0x557173459f70 void 0.000120
+gallium_dri.so malloc 72 0x557173459f70 0.000114
+gallium_dri.so free 0x557173455ec0 void 0.000122
+gallium_dri.so free 0x557173459f70 void 0.000114
+gallium_dri.so malloc 72 0x557173455e70 0.000116
+gallium_dri.so free 0x557173455f40 void 0.000115
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173455f90 0.000114
+gallium_dri.so free 0x557173456000 void 0.000115
+gallium_dri.so free 0x557173455f90 void 0.000113
+gallium_dri.so malloc 72 0x557173456020 0.000113
+gallium_dri.so free 0x5571734560c0 void 0.000114
+gallium_dri.so free 0x557173456020 void 0.000114
+gallium_dri.so malloc 72 0x557173456070 0.000113
+gallium_dri.so free 0x557173456140 void 0.000114
+gallium_dri.so free 0x557173456070 void 0.000114
+gallium_dri.so malloc 72 0x557173456070 0.000113
+gallium_dri.so free 0x5571735f4040 void 0.000121
+gallium_dri.so free 0x557173456070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000114
+gallium_dri.so free 0x5571735f4100 void 0.000115
+gallium_dri.so free 0x5571735f3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f40b0 0.000114
+gallium_dri.so free 0x5571734561c0 void 0.000113
+gallium_dri.so free 0x5571735f40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f40b0 0.000113
+gallium_dri.so free 0x5571735f4180 void 0.000115
+gallium_dri.so free 0x5571735f40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f40b0 0.000113
+gallium_dri.so free 0x5571735f4240 void 0.000120
+gallium_dri.so free 0x5571735f40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4280 0.000114
+gallium_dri.so free 0x5571735f4300 void 0.000114
+gallium_dri.so free 0x5571735f4280 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4300 0.000114
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x5571735f4300 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4300 0.000113
+gallium_dri.so free 0x5571735e4080 void 0.000114
+gallium_dri.so free 0x5571735f4300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e40b0 0.000116
+gallium_dri.so free 0x5571735e4100 void 0.000120
+gallium_dri.so free 0x5571735e40b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4100 0.000116
+gallium_dri.so free 0x5571735e41c0 void 0.000115
+gallium_dri.so free 0x5571735e4100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4100 0.000113
+gallium_dri.so free 0x5571735e42c0 void 0.000114
+gallium_dri.so free 0x5571735e4100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4270 0.000113
+gallium_dri.so free 0x5571735e4380 void 0.000115
+gallium_dri.so free 0x5571735e4270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4330 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000114
+gallium_dri.so free 0x5571735e4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a30 0.000113
+gallium_dri.so free 0x5571735e4a80 void 0.000127
+gallium_dri.so free 0x5571735e4a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4a30 0.000114
+gallium_dri.so free 0x5571735e4b80 void 0.000115
+gallium_dri.so free 0x5571735e4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b30 0.000115
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000114
+gallium_dri.so free 0x5571735e4cc0 void 0.000115
+gallium_dri.so free 0x5571735e4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4ce0 0.000115
+gallium_dri.so free 0x5571735e4d80 void 0.000118
+gallium_dri.so free 0x5571735e4ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4d30 0.000114
+gallium_dri.so free 0x5571734573c0 void 0.000114
+gallium_dri.so free 0x5571735e4d30 void 0.000114
+gallium_dri.so malloc 72 0x557173457400 0.000114
+gallium_dri.so free 0x557173457480 void 0.000114
+gallium_dri.so free 0x557173457400 void 0.000114
+gallium_dri.so malloc 72 0x557173457480 0.000112
+gallium_dri.so free 0x557173457540 void 0.000115
+gallium_dri.so free 0x557173457480 void 0.000113
+gallium_dri.so malloc 72 0x557173457480 0.000113
+gallium_dri.so free 0x5571734575c0 void 0.000114
+gallium_dri.so free 0x557173457480 void 0.000112
+gallium_dri.so malloc 72 0x5571734575f0 0.000115
+gallium_dri.so free 0x557173457640 void 0.000182
+gallium_dri.so free 0x5571734575f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734575f0 0.000113
+gallium_dri.so free 0x557173457740 void 0.000113
+gallium_dri.so free 0x5571734575f0 void 0.000112
+gallium_dri.so malloc 72 0x557173457780 0.000110
+gallium_dri.so free 0x55717345a980 void 0.000112
+gallium_dri.so free 0x557173457780 void 0.000111
+gallium_dri.so malloc 72 0x55717345a9d0 0.000110
+gallium_dri.so free 0x55717345aa40 void 0.000112
+gallium_dri.so free 0x55717345a9d0 void 0.000114
+gallium_dri.so malloc 72 0x55717345aa60 0.000112
+gallium_dri.so free 0x55717345ab00 void 0.000112
+gallium_dri.so free 0x55717345aa60 void 0.000112
+gallium_dri.so malloc 72 0x55717345aab0 0.000113
+gallium_dri.so free 0x55717345ab80 void 0.000111
+gallium_dri.so free 0x55717345aab0 void 0.000112
+gallium_dri.so malloc 72 0x55717345aab0 0.000113
+gallium_dri.so free 0x55717345ac00 void 0.000114
+gallium_dri.so free 0x55717345aab0 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac00 0.000118
+gallium_dri.so free 0x55717345acc0 void 0.000119
+gallium_dri.so free 0x55717345ac00 void 0.000113
+gallium_dri.so malloc 72 0x55717345ac00 0.000113
+gallium_dri.so free 0x55717345e480 void 0.000114
+gallium_dri.so free 0x55717345ac00 void 0.000114
+gallium_dri.so malloc 72 0x55717345e4a0 0.000117
+gallium_dri.so free 0x55717345e540 void 0.000139
+gallium_dri.so free 0x55717345e4a0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e4f0 0.000118
+gallium_dri.so free 0x55717345e5c0 void 0.000118
+gallium_dri.so free 0x55717345e4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e4f0 0.000119
+gallium_dri.so free 0x55717345e640 void 0.000115
+gallium_dri.so free 0x55717345e4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e640 0.000118
+gallium_dri.so free 0x55717345e700 void 0.000114
+gallium_dri.so free 0x55717345e640 void 0.000113
+gallium_dri.so malloc 72 0x55717345e640 0.000119
+gallium_dri.so free 0x55717345e7c0 void 0.000124
+gallium_dri.so free 0x55717345e640 void 0.000119
+gallium_dri.so malloc 72 0x55717345e640 0.000115
+gallium_dri.so free 0x55717345e880 void 0.000119
+gallium_dri.so free 0x55717345e640 void 0.000122
+gallium_dri.so malloc 72 0x55717345e830 0.000128
+gallium_dri.so free 0x55717345e940 void 0.000124
+gallium_dri.so free 0x55717345e830 void 0.000119
+gallium_dri.so malloc 72 0x55717345e8f0 0.000114
+gallium_dri.so free 0x55717345e9c0 void 0.000114
+gallium_dri.so free 0x55717345e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ea10 0.000122
+gallium_dri.so free 0x5571735f49c0 void 0.000120
+gallium_dri.so free 0x55717345ea10 void 0.000131
+gallium_dri.so malloc 72 0x5571735f49e0 0.000125
+gallium_dri.so free 0x5571735f4a80 void 0.000124
+gallium_dri.so free 0x5571735f49e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4a30 0.000124
+gallium_dri.so free 0x5571735f4b00 void 0.000120
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a30 0.000119
+gallium_dri.so free 0x5571735f4b80 void 0.000119
+gallium_dri.so free 0x5571735f4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4b80 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so free 0x5571735f4b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4b80 0.000119
+gallium_dri.so free 0x5571735f4d40 void 0.000117
+gallium_dri.so free 0x5571735f4b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000124
+gallium_dri.so free 0x5571735f4d80 void 0.000119
+gallium_dri.so free 0x5571735f4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000125
+gallium_dri.so free 0x5571735f4e40 void 0.000123
+gallium_dri.so free 0x5571735f4cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4e80 0.000135
+gallium_dri.so free 0x5571735f4f00 void 0.000124
+gallium_dri.so free 0x5571735f4e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4f00 0.000123
+gallium_dri.so free 0x5571735f4fc0 void 0.000123
+gallium_dri.so free 0x5571735f4f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f00 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5070 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000115
+gallium_dri.so free 0x5571735f5070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5070 0.000125
+gallium_dri.so free 0x5571735f51c0 void 0.000118
+gallium_dri.so free 0x5571735f5070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f5280 void 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5280 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000116
+gallium_dri.so free 0x5571735f5280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5280 0.000124
+gallium_dri.so free 0x5571735f53c0 void 0.000123
+gallium_dri.so free 0x5571735f5280 void 0.000123
+gallium_dri.so malloc 72 0x5571735f53f0 0.000127
+gallium_dri.so free 0x557173458980 void 0.000123
+gallium_dri.so free 0x5571735f53f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f53f0 0.000118
+gallium_dri.so free 0x557173458a00 void 0.000116
+gallium_dri.so free 0x5571735f53f0 void 0.000118
+gallium_dri.so malloc 72 0x557173458a00 0.000133
+gallium_dri.so free 0x557173458ac0 void 0.000131
+gallium_dri.so free 0x557173458a00 void 0.000129
+gallium_dri.so malloc 72 0x557173458a00 0.000128
+gallium_dri.so free 0x557173458bc0 void 0.000125
+gallium_dri.so free 0x557173458a00 void 0.000120
+gallium_dri.so malloc 72 0x557173458a00 0.000125
+gallium_dri.so free 0x557173458c40 void 0.000125
+gallium_dri.so free 0x557173458a00 void 0.000119
+gallium_dri.so malloc 72 0x557173458c70 0.000121
+gallium_dri.so free 0x557173458cc0 void 0.000127
+gallium_dri.so free 0x557173458c70 void 0.000126
+gallium_dri.so malloc 72 0x557173458c70 0.000125
+gallium_dri.so free 0x557173458dc0 void 0.000125
+gallium_dri.so free 0x557173458c70 void 0.000119
+gallium_dri.so malloc 72 0x557173458d70 0.000120
+gallium_dri.so free 0x557173458e80 void 0.000134
+gallium_dri.so free 0x557173458d70 void 0.000130
+gallium_dri.so malloc 72 0x557173458e30 0.000126
+gallium_dri.so free 0x557173458ec0 void 0.000125
+gallium_dri.so free 0x557173458e30 void 0.000125
+gallium_dri.so malloc 72 0x557173458e30 0.000121
+gallium_dri.so free 0x557173458f80 void 0.000118
+gallium_dri.so free 0x557173458e30 void 0.000125
+gallium_dri.so malloc 72 0x557173458fd0 0.000127
+gallium_dri.so free 0x557173459040 void 0.000119
+gallium_dri.so free 0x557173458fd0 void 0.000123
+gallium_dri.so malloc 72 0x557173459080 0.000130
+gallium_dri.so free 0x557173459100 void 0.000129
+gallium_dri.so free 0x557173459080 void 0.000130
+gallium_dri.so malloc 72 0x557173459100 0.000130
+gallium_dri.so free 0x5571734591c0 void 0.000125
+gallium_dri.so free 0x557173459100 void 0.000125
+gallium_dri.so malloc 72 0x557173459100 0.000125
+gallium_dri.so free 0x557173459240 void 0.000121
+gallium_dri.so free 0x557173459100 void 0.000118
+gallium_dri.so malloc 72 0x557173459270 0.000126
+gallium_dri.so free 0x5571734592c0 void 0.000130
+gallium_dri.so free 0x557173459270 void 0.000130
+gallium_dri.so malloc 72 0x557173459270 0.000134
+gallium_dri.so free 0x5571734593c0 void 0.000126
+gallium_dri.so free 0x557173459270 void 0.000119
+gallium_dri.so malloc 72 0x557173459370 0.000127
+gallium_dri.so free 0x557173459480 void 0.000130
+gallium_dri.so free 0x557173459370 void 0.000125
+gallium_dri.so malloc 72 0x557173459430 0.000121
+gallium_dri.so free 0x557173459500 void 0.000121
+gallium_dri.so free 0x557173459430 void 0.000124
+gallium_dri.so malloc 72 0x557173459520 0.000130
+gallium_dri.so free 0x5571734595c0 void 0.000129
+gallium_dri.so free 0x557173459520 void 0.000129
+gallium_dri.so malloc 72 0x557173459570 0.000126
+gallium_dri.so free 0x557173459640 void 0.000125
+gallium_dri.so free 0x557173459570 void 0.000126
+gallium_dri.so malloc 72 0x557173459570 0.000126
+gallium_dri.so free 0x5571734596c0 void 0.000130
+gallium_dri.so free 0x557173459570 void 0.000125
+gallium_dri.so malloc 72 0x5571734596c0 0.000120
+gallium_dri.so free 0x557173459780 void 0.000126
+gallium_dri.so free 0x5571734596c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734596c0 0.000131
+gallium_dri.so free 0x557173459840 void 0.000161
+gallium_dri.so free 0x5571734596c0 void 0.000150
+gallium_dri.so malloc 72 0x5571734596c0 0.000149
+gallium_dri.so free 0x557173459900 void 0.000153
+gallium_dri.so free 0x5571734596c0 void 0.000145
+gallium_dri.so malloc 72 0x5571734598b0 0.000145
+gallium_dri.so free 0x557173459900 void 0.000142
+gallium_dri.so free 0x5571734598b0 void 0.000134
+gallium_dri.so malloc 72 0x5571734598b0 0.000141
+gallium_dri.so free 0x557173459a00 void 0.000144
+gallium_dri.so free 0x5571734598b0 void 0.000144
+gallium_dri.so malloc 72 0x5571734599b0 0.000141
+gallium_dri.so free 0x557173459ac0 void 0.000141
+gallium_dri.so free 0x5571734599b0 void 0.000145
+gallium_dri.so malloc 72 0x557173459a70 0.000144
+gallium_dri.so free 0x557173459b00 void 0.000142
+gallium_dri.so free 0x557173459a70 void 0.000141
+gallium_dri.so malloc 72 0x557173459a70 0.000140
+gallium_dri.so free 0x55717345edc0 void 0.000141
+gallium_dri.so free 0x557173459a70 void 0.000153
+gallium_dri.so malloc 72 0x557173459a70 0.000143
+gallium_dri.so free 0x55717345eec0 void 0.000145
+gallium_dri.so free 0x557173459a70 void 0.000142
+gallium_dri.so malloc 72 0x55717345ee70 0.000153
+gallium_dri.so free 0x55717345ef80 void 0.000144
+gallium_dri.so free 0x55717345ee70 void 0.000144
+gallium_dri.so malloc 72 0x55717345ef30 0.000144
+gallium_dri.so free 0x55717345f000 void 0.000138
+gallium_dri.so free 0x55717345ef30 void 0.000136
+gallium_dri.so malloc 72 0x55717345ef30 0.000140
+gallium_dri.so free 0x55717345f0c0 void 0.000143
+gallium_dri.so free 0x55717345ef30 void 0.000144
+gallium_dri.so malloc 72 0x55717345ef30 0.000144
+gallium_dri.so free 0x55717345f180 void 0.000141
+gallium_dri.so free 0x55717345ef30 void 0.000135
+gallium_dri.so malloc 72 0x55717345f130 0.000139
+gallium_dri.so free 0x55717345f200 void 0.000143
+gallium_dri.so free 0x55717345f130 void 0.000145
+gallium_dri.so malloc 72 0x55717345f250 0.000141
+gallium_dri.so free 0x55717345f2c0 void 0.000153
+gallium_dri.so free 0x55717345f250 void 0.000141
+gallium_dri.so malloc 72 0x55717345f2e0 0.000139
+gallium_dri.so free 0x55717345f380 void 0.000141
+gallium_dri.so free 0x55717345f2e0 void 0.000140
+gallium_dri.so malloc 72 0x55717345f330 0.000144
+gallium_dri.so free 0x55717345f400 void 0.000145
+gallium_dri.so free 0x55717345f330 void 0.000144
+gallium_dri.so malloc 72 0x55717345f400 0.000142
+gallium_dri.so free 0x55717345f4c0 void 0.000144
+gallium_dri.so free 0x55717345f400 void 0.000142
+gallium_dri.so malloc 72 0x55717345f400 0.000141
+gallium_dri.so free 0x55717345f540 void 0.000140
+gallium_dri.so free 0x55717345f400 void 0.000141
+gallium_dri.so malloc 72 0x55717345f540 0.000140
+gallium_dri.so free 0x55717345f600 void 0.000142
+gallium_dri.so free 0x55717345f540 void 0.000144
+gallium_dri.so malloc 72 0x55717345f540 0.000143
+gallium_dri.so free 0x55717345f6c0 void 0.000143
+gallium_dri.so free 0x55717345f540 void 0.000143
+gallium_dri.so malloc 72 0x55717345f540 0.000201
+gallium_dri.so free 0x55717345f780 void 0.000140
+gallium_dri.so free 0x55717345f540 void 0.000144
+gallium_dri.so malloc 72 0x55717345f730 0.000141
+gallium_dri.so free 0x55717345f800 void 0.000139
+gallium_dri.so free 0x55717345f730 void 0.000139
+gallium_dri.so malloc 72 0x55717345f850 0.000143
+gallium_dri.so free 0x55717345f8c0 void 0.000142
+gallium_dri.so free 0x55717345f850 void 0.000143
+gallium_dri.so malloc 72 0x55717345f900 0.000139
+gallium_dri.so free 0x55717345f980 void 0.000138
+gallium_dri.so free 0x55717345f900 void 0.000143
+gallium_dri.so malloc 72 0x55717345f900 0.000139
+gallium_dri.so free 0x55717345fa00 void 0.000136
+gallium_dri.so free 0x55717345f900 void 0.000143
+gallium_dri.so malloc 72 0x55717345fa30 0.000145
+gallium_dri.so free 0x55717345fa80 void 0.000143
+gallium_dri.so free 0x55717345fa30 void 0.000145
+gallium_dri.so malloc 72 0x55717345fa30 0.000143
+gallium_dri.so free 0x55717345fb80 void 0.000180
+gallium_dri.so free 0x55717345fa30 void 0.000144
+gallium_dri.so malloc 72 0x55717345fb30 0.000144
+gallium_dri.so free 0x55717345fc40 void 0.000145
+gallium_dri.so free 0x55717345fb30 void 0.000144
+gallium_dri.so malloc 72 0x55717345fbf0 0.000142
+gallium_dri.so free 0x55717345fc80 void 0.000144
+gallium_dri.so free 0x55717345fbf0 void 0.000145
+gallium_dri.so malloc 72 0x55717345fbf0 0.000144
+gallium_dri.so free 0x55717345fd40 void 0.000141
+gallium_dri.so free 0x55717345fbf0 void 0.000135
+gallium_dri.so malloc 72 0x55717345fdb0 0.000140
+gallium_dri.so free 0x55717345fe00 void 0.000144
+gallium_dri.so free 0x55717345fdb0 void 0.000147
+gallium_dri.so malloc 72 0x55717345fdb0 0.000145
+gallium_dri.so free 0x55717345ff00 void 0.000143
+gallium_dri.so free 0x55717345fdb0 void 0.000141
+gallium_dri.so malloc 72 0x55717345feb0 0.000133
+gallium_dri.so free 0x55717345ffc0 void 0.000141
+gallium_dri.so free 0x55717345feb0 void 0.000145
+gallium_dri.so malloc 72 0x55717345ff70 0.000155
+gallium_dri.so free 0x557173460000 void 0.000145
+gallium_dri.so free 0x55717345ff70 void 0.000144
+gallium_dri.so malloc 72 0x55717345ff70 0.000138
+gallium_dri.so free 0x5571734600c0 void 0.000135
+gallium_dri.so free 0x55717345ff70 void 0.000141
+gallium_dri.so malloc 72 0x557173460100 0.000144
+gallium_dri.so free 0x557173460180 void 0.000143
+gallium_dri.so free 0x557173460100 void 0.000141
+gallium_dri.so malloc 72 0x557173460180 0.000173
+gallium_dri.so free 0x557173460240 void 0.000140
+gallium_dri.so free 0x557173460180 void 0.000166
+gallium_dri.so malloc 72 0x557173460180 0.000149
+gallium_dri.so free 0x557173460300 void 0.000137
+gallium_dri.so free 0x557173460180 void 0.000131
+gallium_dri.so malloc 72 0x557173460320 0.000131
+gallium_dri.so free 0x5571734603c0 void 0.000130
+gallium_dri.so free 0x557173460320 void 0.000131
+gallium_dri.so malloc 72 0x557173460370 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000139
+gallium_dri.so free 0x557173460370 void 0.000131
+gallium_dri.so malloc 72 0x557173460370 0.000130
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so free 0x557173460370 void 0.000125
+gallium_dri.so malloc 72 0x5571735da940 0.000124
+gallium_dri.so free 0x5571735daa00 void 0.000126
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735da940 0.000127
+gallium_dri.so free 0x5571735daac0 void 0.000132
+gallium_dri.so free 0x5571735da940 void 0.000131
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000132
+gallium_dri.so malloc 72 0x5571735dab30 0.000130
+gallium_dri.so free 0x5571735dac40 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dabf0 0.000123
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735dabf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad10 0.000145
+gallium_dri.so free 0x5571735dad80 void 0.000189
+gallium_dri.so free 0x5571735dad10 void 0.000131
+gallium_dri.so malloc 72 0x5571735dada0 0.000130
+gallium_dri.so free 0x5571735dae40 void 0.000123
+gallium_dri.so free 0x5571735dada0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dadf0 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000131
+gallium_dri.so free 0x5571735dadf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dadf0 0.000130
+gallium_dri.so free 0x5571735daf40 void 0.000124
+gallium_dri.so free 0x5571735dadf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf40 0.000125
+gallium_dri.so free 0x5571735db000 void 0.000120
+gallium_dri.so free 0x5571735daf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf40 0.000119
+gallium_dri.so free 0x5571735db100 void 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000123
+gallium_dri.so malloc 72 0x5571735db0b0 0.000124
+gallium_dri.so free 0x5571735db140 void 0.000121
+gallium_dri.so free 0x5571735db0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0b0 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000120
+gallium_dri.so free 0x5571735db0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db240 0.000154
+gallium_dri.so free 0x5571735db2c0 void 0.000166
+gallium_dri.so free 0x5571735db240 void 0.000167
+gallium_dri.so malloc 72 0x5571735db2c0 0.000164
+gallium_dri.so free 0x5571735db380 void 0.000158
+gallium_dri.so free 0x5571735db2c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735db2c0 0.000135
+gallium_dri.so free 0x5571735db400 void 0.000131
+gallium_dri.so free 0x5571735db2c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db430 0.000122
+gallium_dri.so free 0x5571735db480 void 0.000119
+gallium_dri.so free 0x5571735db430 void 0.000125
+gallium_dri.so malloc 72 0x5571735db430 0.000131
+gallium_dri.so free 0x5571735db580 void 0.000124
+gallium_dri.so free 0x5571735db430 void 0.000125
+gallium_dri.so malloc 72 0x5571735db5c0 0.000130
+gallium_dri.so free 0x5571735db640 void 0.000164
+gallium_dri.so free 0x5571735db5c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735db640 0.000127
+gallium_dri.so free 0x5571735db700 void 0.000127
+gallium_dri.so free 0x5571735db640 void 0.000127
+gallium_dri.so malloc 72 0x5571735db640 0.000131
+gallium_dri.so free 0x5571735db780 void 0.000131
+gallium_dri.so free 0x5571735db640 void 0.000131
+gallium_dri.so malloc 72 0x5571735db7b0 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000125
+gallium_dri.so free 0x5571735db900 void 0.000124
+gallium_dri.so free 0x5571735db7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db8b0 0.000133
+gallium_dri.so free 0x5571735db9c0 void 0.000131
+gallium_dri.so free 0x5571735db8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db970 0.000120
+gallium_dri.so free 0x5571735dba40 void 0.000126
+gallium_dri.so free 0x5571735db970 void 0.000125
+gallium_dri.so malloc 72 0x5571735db970 0.000125
+gallium_dri.so free 0x5571735dbb00 void 0.000131
+gallium_dri.so free 0x5571735db970 void 0.000125
+gallium_dri.so malloc 72 0x5571735db970 0.000126
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735db970 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbb70 0.000140
+gallium_dri.so free 0x5571735dbc40 void 0.000125
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc90 0.000130
+gallium_dri.so free 0x5571735dbd00 void 0.000130
+gallium_dri.so free 0x5571735dbc90 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbd20 0.000125
+gallium_dri.so free 0x5571735dbdc0 void 0.000131
+gallium_dri.so free 0x5571735dbd20 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbd70 0.000130
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so free 0x5571735dbd70 void 0.000133
+gallium_dri.so malloc 72 0x5571735dbe40 0.000124
+gallium_dri.so free 0x5571735dbf00 void 0.000128
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbe40 0.000123
+gallium_dri.so free 0x5571735dbf80 void 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf80 0.000127
+gallium_dri.so free 0x5571735dc040 void 0.000129
+gallium_dri.so free 0x5571735dbf80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbf80 0.000200
+gallium_dri.so free 0x5571735dc100 void 0.000159
+gallium_dri.so free 0x5571735dbf80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbf80 0.000129
+gallium_dri.so free 0x5571735dc1c0 void 0.000131
+gallium_dri.so free 0x5571735dbf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc170 0.000126
+gallium_dri.so free 0x5571735dc240 void 0.000125
+gallium_dri.so free 0x5571735dc170 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc290 0.000130
+gallium_dri.so free 0x5571735dc300 void 0.000229
+gallium_dri.so free 0x5571735dc290 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc340 0.000129
+gallium_dri.so free 0x5571735dc3c0 void 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc340 0.000130
+gallium_dri.so free 0x5571735dc440 void 0.000131
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc470 0.000125
+gallium_dri.so free 0x5571735dc4c0 void 0.000131
+gallium_dri.so free 0x5571735dc470 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc470 0.000129
+gallium_dri.so free 0x5571735dc5c0 void 0.000126
+gallium_dri.so free 0x5571735dc470 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc570 0.000126
+gallium_dri.so free 0x5571735dc680 void 0.000131
+gallium_dri.so free 0x5571735dc570 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc630 0.000129
+gallium_dri.so free 0x5571735dc6c0 void 0.000124
+gallium_dri.so free 0x5571735dc630 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000125
+gallium_dri.so free 0x5571735dc630 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000125
+gallium_dri.so free 0x5571735dc840 void 0.000131
+gallium_dri.so free 0x5571735dc7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000125
+gallium_dri.so free 0x5571735dc940 void 0.000125
+gallium_dri.so free 0x5571735dc7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000130
+gallium_dri.so free 0x5571735dca00 void 0.000125
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000126
+gallium_dri.so free 0x5571735dca40 void 0.000131
+gallium_dri.so free 0x5571735dc9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000125
+gallium_dri.so free 0x5571735dcb00 void 0.000124
+gallium_dri.so free 0x5571735dc9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcb40 0.000139
+gallium_dri.so free 0x5571735dcbc0 void 0.000130
+gallium_dri.so free 0x5571735dcb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000129
+gallium_dri.so free 0x5571735dcc80 void 0.000129
+gallium_dri.so free 0x5571735dcbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000129
+gallium_dri.so free 0x5571735dcd40 void 0.000132
+gallium_dri.so free 0x5571735dcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcd60 0.000125
+gallium_dri.so free 0x5571735dce00 void 0.000125
+gallium_dri.so free 0x5571735dcd60 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000126
+gallium_dri.so free 0x5571735dce80 void 0.000137
+gallium_dri.so free 0x5571735dcdb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000123
+gallium_dri.so free 0x5571735dcf00 void 0.000124
+gallium_dri.so free 0x5571735dcdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf00 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000116
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000115
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so free 0x5571735dd2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5320 0.000117
+gallium_dri.so free 0x5571735c53c0 void 0.000115
+gallium_dri.so free 0x5571735c5320 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5370 0.000117
+gallium_dri.so free 0x5571735c5440 void 0.000115
+gallium_dri.so free 0x5571735c5370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5370 0.000112
+gallium_dri.so free 0x5571735c54c0 void 0.000115
+gallium_dri.so free 0x5571735c5370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c54c0 0.000113
+gallium_dri.so free 0x5571735c5580 void 0.000113
+gallium_dri.so free 0x5571735c54c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c54c0 0.000114
+gallium_dri.so free 0x5571735c5680 void 0.000115
+gallium_dri.so free 0x5571735c54c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5630 0.000113
+gallium_dri.so free 0x5571735c56c0 void 0.000126
+gallium_dri.so free 0x5571735c5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5630 0.000113
+gallium_dri.so free 0x5571735c5780 void 0.000115
+gallium_dri.so free 0x5571735c5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c57c0 0.000113
+gallium_dri.so free 0x5571735c5840 void 0.000113
+gallium_dri.so free 0x5571735c57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5840 0.000113
+gallium_dri.so free 0x5571735c5900 void 0.000113
+gallium_dri.so free 0x5571735c5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5840 0.000113
+gallium_dri.so free 0x5571735c5980 void 0.000114
+gallium_dri.so free 0x5571735c5840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c59b0 0.000113
+gallium_dri.so free 0x5571735c5a00 void 0.000114
+gallium_dri.so free 0x5571735c59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c59b0 0.000113
+gallium_dri.so free 0x5571735c5b00 void 0.000115
+gallium_dri.so free 0x5571735c59b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5b40 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000114
+gallium_dri.so free 0x5571735c5b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000114
+gallium_dri.so free 0x5571735c5c80 void 0.000113
+gallium_dri.so free 0x5571735c5bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000113
+gallium_dri.so free 0x5571735c5d00 void 0.000127
+gallium_dri.so free 0x5571735c5bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5d30 0.000114
+gallium_dri.so free 0x5571735c5d80 void 0.000114
+gallium_dri.so free 0x5571735c5d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5d30 0.000119
+gallium_dri.so free 0x5571735c5e80 void 0.000115
+gallium_dri.so free 0x5571735c5d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5e30 0.000114
+gallium_dri.so free 0x5571735c5f40 void 0.000113
+gallium_dri.so free 0x5571735c5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000114
+gallium_dri.so free 0x5571735c5fc0 void 0.000115
+gallium_dri.so free 0x5571735c5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000113
+gallium_dri.so free 0x5571735c6080 void 0.000114
+gallium_dri.so free 0x5571735c5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000113
+gallium_dri.so free 0x5571735c6140 void 0.000114
+gallium_dri.so free 0x5571735c5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c60f0 0.000113
+gallium_dri.so free 0x5571735c61c0 void 0.000114
+gallium_dri.so free 0x5571735c60f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6210 0.000114
+gallium_dri.so free 0x5571735c6280 void 0.000114
+gallium_dri.so free 0x5571735c6210 void 0.000113
+gallium_dri.so malloc 72 0x5571735c62a0 0.000112
+gallium_dri.so free 0x5571735c6340 void 0.000113
+gallium_dri.so free 0x5571735c62a0 void 0.000180
+gallium_dri.so malloc 72 0x5571735c62f0 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so free 0x5571735c62f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c63c0 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c63c0 0.000112
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6500 0.000116
+gallium_dri.so free 0x5571735c65c0 void 0.000114
+gallium_dri.so free 0x5571735c6500 void 0.000117
+gallium_dri.so malloc 72 0x5571735c6500 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6500 0.000115
+gallium_dri.so free 0x5571735c6740 void 0.000113
+gallium_dri.so free 0x5571735c6500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c66f0 0.000113
+gallium_dri.so free 0x5571735c67c0 void 0.000115
+gallium_dri.so free 0x5571735c66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6810 0.000114
+gallium_dri.so free 0x5571735c6880 void 0.000113
+gallium_dri.so free 0x5571735c6810 void 0.000114
+gallium_dri.so malloc 72 0x5571735c68c0 0.000113
+gallium_dri.so free 0x5571735c6940 void 0.000113
+gallium_dri.so free 0x5571735c68c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c68c0 0.000114
+gallium_dri.so free 0x5571735c69c0 void 0.000114
+gallium_dri.so free 0x5571735c68c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c69f0 0.000113
+gallium_dri.so free 0x5571735c6a40 void 0.000114
+gallium_dri.so free 0x5571735c69f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c69f0 0.000115
+gallium_dri.so free 0x5571735c6b40 void 0.000114
+gallium_dri.so free 0x5571735c69f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6af0 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000114
+gallium_dri.so free 0x5571735c6af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000112
+gallium_dri.so free 0x5571735c6c40 void 0.000114
+gallium_dri.so free 0x5571735c6bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6bb0 0.000114
+gallium_dri.so free 0x5571735c6d00 void 0.000115
+gallium_dri.so free 0x5571735c6bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6d70 0.000113
+gallium_dri.so free 0x5571735c6dc0 void 0.000114
+gallium_dri.so free 0x5571735c6d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6d70 0.000126
+gallium_dri.so free 0x5571735c6ec0 void 0.000119
+gallium_dri.so free 0x5571735c6d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e70 0.000114
+gallium_dri.so free 0x5571735c6f80 void 0.000113
+gallium_dri.so free 0x5571735c6e70 void 0.000184
+gallium_dri.so malloc 72 0x5571735c6f30 0.000116
+gallium_dri.so free 0x5571735c6fc0 void 0.000116
+gallium_dri.so free 0x5571735c6f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6f30 0.000113
+gallium_dri.so free 0x5571735c7080 void 0.000114
+gallium_dri.so free 0x5571735c6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c70c0 0.000113
+gallium_dri.so free 0x5571735c7140 void 0.000114
+gallium_dri.so free 0x5571735c70c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7140 0.000114
+gallium_dri.so free 0x5571735c7200 void 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7140 0.000113
+gallium_dri.so free 0x5571735c72c0 void 0.000118
+gallium_dri.so free 0x5571735c7140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c72e0 0.000113
+gallium_dri.so free 0x5571735c7380 void 0.000113
+gallium_dri.so free 0x5571735c72e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7330 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000115
+gallium_dri.so free 0x5571735c7400 void 0.000115
+gallium_dri.so free 0x5571735c7330 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7330 0.000110
+gallium_dri.so free 0x5571735c7480 void 0.000110
+gallium_dri.so free 0x5571735c7330 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7480 0.000110
+gallium_dri.so free 0x5571735c7540 void 0.000120
+gallium_dri.so free 0x5571735c7480 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7480 0.000111
+gallium_dri.so free 0x5571735c7600 void 0.000112
+gallium_dri.so free 0x5571735c7480 void 0.000109
+gallium_dri.so malloc 72 0x5571735c7480 0.000110
+gallium_dri.so free 0x5571735c76c0 void 0.000110
+gallium_dri.so free 0x5571735c7480 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7670 0.000111
+gallium_dri.so free 0x5571735c7780 void 0.000110
+gallium_dri.so free 0x5571735c7670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7730 0.000110
+gallium_dri.so free 0x5571735c7800 void 0.000111
+gallium_dri.so free 0x5571735c7730 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7850 0.000110
+gallium_dri.so free 0x5571735c78c0 void 0.000110
+gallium_dri.so free 0x5571735c7850 void 0.000111
+gallium_dri.so malloc 72 0x5571735c78e0 0.000111
+gallium_dri.so free 0x5571735c7980 void 0.000111
+gallium_dri.so free 0x5571735c78e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7930 0.000110
+gallium_dri.so free 0x5571735c7a00 void 0.000110
+gallium_dri.so free 0x5571735c7930 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7930 0.000110
+gallium_dri.so free 0x5571735c7a80 void 0.000110
+gallium_dri.so free 0x5571735c7930 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7a80 0.000111
+gallium_dri.so free 0x5571735c7b40 void 0.000110
+gallium_dri.so free 0x5571735c7a80 void 0.000165
+gallium_dri.so malloc 72 0x5571735c7a80 0.000124
+gallium_dri.so free 0x5571735c7c40 void 0.000121
+gallium_dri.so free 0x5571735c7a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000113
+gallium_dri.so free 0x5571735c7c80 void 0.000111
+gallium_dri.so free 0x5571735c7bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000110
+gallium_dri.so free 0x5571735c7d40 void 0.000110
+gallium_dri.so free 0x5571735c7bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7d80 0.000110
+gallium_dri.so free 0x5571735c7e00 void 0.000115
+gallium_dri.so free 0x5571735c7d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c7e00 0.000111
+gallium_dri.so free 0x5571735c7ec0 void 0.000110
+gallium_dri.so free 0x5571735c7e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7e00 0.000109
+gallium_dri.so free 0x5571735c7f40 void 0.000110
+gallium_dri.so free 0x5571735c7e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7f70 0.000112
+gallium_dri.so free 0x5571735c7fc0 void 0.000110
+gallium_dri.so free 0x5571735c7f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7f70 0.000120
+gallium_dri.so free 0x5571735c80c0 void 0.000115
+gallium_dri.so free 0x5571735c7f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8100 0.000112
+gallium_dri.so free 0x5571735c8180 void 0.000112
+gallium_dri.so free 0x5571735c8100 void 0.000177
+gallium_dri.so malloc 72 0x5571735c8180 0.000120
+gallium_dri.so free 0x5571735c8240 void 0.000117
+gallium_dri.so free 0x5571735c8180 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8180 0.000111
+gallium_dri.so free 0x5571735c82c0 void 0.000112
+gallium_dri.so free 0x5571735c8180 void 0.000111
+gallium_dri.so malloc 72 0x5571735c82f0 0.000110
+gallium_dri.so free 0x5571735c8340 void 0.000113
+gallium_dri.so free 0x5571735c82f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c82f0 0.000110
+gallium_dri.so free 0x5571735c8440 void 0.000110
+gallium_dri.so free 0x5571735c82f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c83f0 0.000110
+gallium_dri.so free 0x5571735c8500 void 0.000109
+gallium_dri.so free 0x5571735c83f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c84b0 0.000110
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so free 0x5571735c84b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c84b0 0.000109
+gallium_dri.so free 0x5571735c8640 void 0.000111
+gallium_dri.so free 0x5571735c84b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c84b0 0.000115
+gallium_dri.so free 0x5571735c8700 void 0.000116
+gallium_dri.so free 0x5571735c84b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c86b0 0.000112
+gallium_dri.so free 0x5571735c8780 void 0.000111
+gallium_dri.so free 0x5571735c86b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c87d0 0.000128
+gallium_dri.so free 0x5571735c8840 void 0.000121
+gallium_dri.so free 0x5571735c87d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8860 0.000113
+gallium_dri.so free 0x5571735c8900 void 0.000113
+gallium_dri.so free 0x5571735c8860 void 0.000112
+gallium_dri.so malloc 72 0x5571735c88b0 0.000111
+gallium_dri.so free 0x5571735c8980 void 0.000111
+gallium_dri.so free 0x5571735c88b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8980 0.000110
+gallium_dri.so free 0x5571735c8a40 void 0.000109
+gallium_dri.so free 0x5571735c8980 void 0.000133
+gallium_dri.so malloc 72 0x5571735c8980 0.000111
+gallium_dri.so free 0x5571735c8ac0 void 0.000113
+gallium_dri.so free 0x5571735c8980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000110
+gallium_dri.so free 0x5571735c8b80 void 0.000111
+gallium_dri.so free 0x5571735c8ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000111
+gallium_dri.so free 0x5571735c8c40 void 0.000111
+gallium_dri.so free 0x5571735c8ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8ac0 0.000110
+gallium_dri.so free 0x5571735c8d00 void 0.000111
+gallium_dri.so free 0x5571735c8ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8cb0 0.000111
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so free 0x5571735c8cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8dd0 0.000110
+gallium_dri.so free 0x5571735c8e40 void 0.000161
+gallium_dri.so free 0x5571735c8dd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8e80 0.000115
+gallium_dri.so free 0x5571735c8f00 void 0.000111
+gallium_dri.so free 0x5571735c8e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8e80 0.000110
+gallium_dri.so free 0x5571735c8f80 void 0.000110
+gallium_dri.so free 0x5571735c8e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000111
+gallium_dri.so free 0x5571735c9000 void 0.000110
+gallium_dri.so free 0x5571735c8fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8fb0 0.000111
+gallium_dri.so free 0x5571735c9100 void 0.000110
+gallium_dri.so free 0x5571735c8fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c90b0 0.000114
+gallium_dri.so free 0x5571735c91c0 void 0.000116
+gallium_dri.so free 0x5571735c90b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c9170 0.000110
+gallium_dri.so free 0x5571735c9200 void 0.000109
+gallium_dri.so free 0x5571735c9170 void 0.000109
+gallium_dri.so malloc 72 0x5571735c9170 0.000111
+gallium_dri.so free 0x5571735c92c0 void 0.000116
+gallium_dri.so free 0x5571735c9170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9330 0.000116
+gallium_dri.so free 0x5571735c9380 void 0.000110
+gallium_dri.so free 0x5571735c9330 void 0.000110
+gallium_dri.so malloc 72 0x5571735c9330 0.000110
+gallium_dri.so free 0x5571735c9480 void 0.000129
+gallium_dri.so free 0x5571735c9330 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9430 0.000114
+gallium_dri.so free 0x557173462440 void 0.000112
+gallium_dri.so free 0x5571735c9430 void 0.000111
+gallium_dri.so malloc 72 0x557173462460 0.000109
+gallium_dri.so free 0x557173462500 void 0.000110
+gallium_dri.so free 0x557173462460 void 0.000110
+gallium_dri.so malloc 72 0x5571734624b0 0.000110
+gallium_dri.so free 0x557173462580 void 0.000110
+gallium_dri.so free 0x5571734624b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734624b0 0.000109
+gallium_dri.so free 0x557173462600 void 0.000111
+gallium_dri.so free 0x5571734624b0 void 0.000110
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x5571734626c0 void 0.000109
+gallium_dri.so free 0x557173462600 void 0.000111
+gallium_dri.so malloc 72 0x557173462600 0.000110
+gallium_dri.so free 0x5571734627c0 void 0.000109
+gallium_dri.so free 0x557173462600 void 0.000110
+gallium_dri.so malloc 72 0x557173462600 0.000109
+gallium_dri.so free 0x557173462840 void 0.000109
+gallium_dri.so free 0x557173462600 void 0.000111
+gallium_dri.so malloc 72 0x557173462870 0.000111
+gallium_dri.so free 0x5571734628c0 void 0.000110
+gallium_dri.so free 0x557173462870 void 0.000111
+gallium_dri.so malloc 72 0x557173462870 0.000110
+gallium_dri.so free 0x5571734629c0 void 0.000110
+gallium_dri.so free 0x557173462870 void 0.000111
+gallium_dri.so malloc 72 0x557173462970 0.000118
+gallium_dri.so free 0x557173462a80 void 0.000118
+gallium_dri.so free 0x557173462970 void 0.000111
+gallium_dri.so malloc 72 0x557173462a30 0.000111
+gallium_dri.so free 0x557173462ac0 void 0.000112
+gallium_dri.so free 0x557173462a30 void 0.000111
+gallium_dri.so malloc 72 0x557173462a30 0.000110
+gallium_dri.so free 0x557173462b80 void 0.000110
+gallium_dri.so free 0x557173462a30 void 0.000111
+gallium_dri.so malloc 72 0x557173462bd0 0.000109
+gallium_dri.so free 0x557173462c40 void 0.000110
+gallium_dri.so free 0x557173462bd0 void 0.000110
+gallium_dri.so malloc 72 0x557173462c80 0.000110
+gallium_dri.so free 0x557173462d00 void 0.000112
+gallium_dri.so free 0x557173462c80 void 0.000111
+gallium_dri.so malloc 72 0x557173462d00 0.000109
+gallium_dri.so free 0x557173462dc0 void 0.000111
+gallium_dri.so free 0x557173462d00 void 0.000109
+gallium_dri.so malloc 72 0x557173462d00 0.000114
+gallium_dri.so free 0x557173462e40 void 0.000111
+gallium_dri.so free 0x557173462d00 void 0.000111
+gallium_dri.so malloc 72 0x557173462e70 0.000111
+gallium_dri.so free 0x557173462ec0 void 0.000115
+gallium_dri.so free 0x557173462e70 void 0.000116
+gallium_dri.so malloc 72 0x557173462e70 0.000113
+gallium_dri.so free 0x557173462fc0 void 0.000112
+gallium_dri.so free 0x557173462e70 void 0.000111
+gallium_dri.so malloc 72 0x557173462f70 0.000206
+gallium_dri.so free 0x557173463080 void 0.000129
+gallium_dri.so free 0x557173462f70 void 0.000158
+gallium_dri.so malloc 72 0x557173463030 0.000156
+gallium_dri.so free 0x557173463100 void 0.000125
+gallium_dri.so free 0x557173463030 void 0.000120
+gallium_dri.so malloc 72 0x557173463120 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000118
+gallium_dri.so free 0x557173463120 void 0.000117
+gallium_dri.so malloc 72 0x557173463170 0.000119
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x557173463170 void 0.000117
+gallium_dri.so malloc 72 0x557173463170 0.000117
+gallium_dri.so free 0x5571734632c0 void 0.000117
+gallium_dri.so free 0x557173463170 void 0.000118
+gallium_dri.so malloc 72 0x5571734632c0 0.000118
+gallium_dri.so free 0x557173463380 void 0.000118
+gallium_dri.so free 0x5571734632c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734632c0 0.000118
+gallium_dri.so free 0x557173463440 void 0.000118
+gallium_dri.so free 0x5571734632c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734632c0 0.000117
+gallium_dri.so free 0x557173463500 void 0.000119
+gallium_dri.so free 0x5571734632c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734634b0 0.000118
+gallium_dri.so free 0x557173463500 void 0.000125
+gallium_dri.so free 0x5571734634b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734634b0 0.000112
+gallium_dri.so free 0x557173463600 void 0.000111
+gallium_dri.so free 0x5571734634b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734635b0 0.000109
+gallium_dri.so free 0x5571734636c0 void 0.000111
+gallium_dri.so free 0x5571734635b0 void 0.000111
+gallium_dri.so malloc 72 0x557173463670 0.000110
+gallium_dri.so free 0x557173463700 void 0.000111
+gallium_dri.so free 0x557173463670 void 0.000110
+gallium_dri.so malloc 72 0x557173463670 0.000110
+gallium_dri.so free 0x5571734637c0 void 0.000110
+gallium_dri.so free 0x557173463670 void 0.000110
+gallium_dri.so malloc 72 0x557173463800 0.000111
+gallium_dri.so free 0x557173463880 void 0.000110
+gallium_dri.so free 0x557173463800 void 0.000110
+gallium_dri.so malloc 72 0x557173463880 0.000110
+gallium_dri.so free 0x557173463940 void 0.000110
+gallium_dri.so free 0x557173463880 void 0.000109
+gallium_dri.so malloc 72 0x557173463880 0.000109
+gallium_dri.so free 0x557173463a00 void 0.000119
+gallium_dri.so free 0x557173463880 void 0.000120
+gallium_dri.so malloc 72 0x557173463a20 0.000116
+gallium_dri.so free 0x557173463ac0 void 0.000113
+gallium_dri.so free 0x557173463a20 void 0.000110
+gallium_dri.so malloc 72 0x557173463a70 0.000109
+gallium_dri.so free 0x557173463b40 void 0.000110
+gallium_dri.so free 0x557173463a70 void 0.000127
+gallium_dri.so malloc 72 0x557173463a70 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so free 0x557173463a70 void 0.000112
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463c80 void 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000115
+gallium_dri.so free 0x557173463bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463db0 0.000113
+gallium_dri.so free 0x557173463ec0 void 0.000117
+gallium_dri.so free 0x557173463db0 void 0.000121
+gallium_dri.so malloc 72 0x557173463e70 0.000114
+gallium_dri.so free 0x557173463f40 void 0.000114
+gallium_dri.so free 0x557173463e70 void 0.000112
+gallium_dri.so malloc 72 0x557173463f90 0.000114
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463f90 void 0.000112
+gallium_dri.so malloc 72 0x557173464020 0.000116
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so free 0x557173464020 void 0.000114
+gallium_dri.so malloc 72 0x557173464070 0.000114
+gallium_dri.so free 0x557173464140 void 0.000114
+gallium_dri.so free 0x557173464070 void 0.000203
+gallium_dri.so malloc 72 0x557173464070 0.000122
+gallium_dri.so free 0x5571734641c0 void 0.000123
+gallium_dri.so free 0x557173464070 void 0.000124
+gallium_dri.so malloc 72 0x5571734641c0 0.000119
+gallium_dri.so free 0x557173464280 void 0.000119
+gallium_dri.so free 0x5571734641c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734641c0 0.000118
+gallium_dri.so free 0x557173464380 void 0.000118
+gallium_dri.so free 0x5571734641c0 void 0.000117
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x5571734643c0 void 0.000118
+gallium_dri.so free 0x557173464330 void 0.000118
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x557173464480 void 0.000118
+gallium_dri.so free 0x557173464330 void 0.000119
+gallium_dri.so malloc 72 0x5571734644c0 0.000118
+gallium_dri.so free 0x557173464540 void 0.000119
+gallium_dri.so free 0x5571734644c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464540 0.000118
+gallium_dri.so free 0x557173464600 void 0.000118
+gallium_dri.so free 0x557173464540 void 0.000118
+gallium_dri.so malloc 72 0x557173464540 0.000119
+gallium_dri.so free 0x557173464680 void 0.000118
+gallium_dri.so free 0x557173464540 void 0.000118
+gallium_dri.so malloc 72 0x5571734646b0 0.000117
+gallium_dri.so free 0x557173464700 void 0.000126
+gallium_dri.so free 0x5571734646b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734646b0 0.000110
+gallium_dri.so free 0x557173464800 void 0.000112
+gallium_dri.so free 0x5571734646b0 void 0.000111
+gallium_dri.so malloc 72 0x557173464840 0.000110
+gallium_dri.so free 0x5571734648c0 void 0.000110
+gallium_dri.so free 0x557173464840 void 0.000110
+gallium_dri.so malloc 72 0x5571734648c0 0.000111
+gallium_dri.so free 0x557173464980 void 0.000110
+gallium_dri.so free 0x5571734648c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734648c0 0.000116
+gallium_dri.so free 0x557173464a00 void 0.000110
+gallium_dri.so free 0x5571734648c0 void 0.000110
+gallium_dri.so malloc 72 0x557173464a30 0.000111
+gallium_dri.so free 0x557173464a80 void 0.000110
+gallium_dri.so free 0x557173464a30 void 0.000110
+gallium_dri.so malloc 72 0x557173464a30 0.000110
+gallium_dri.so free 0x557173464b80 void 0.000111
+gallium_dri.so free 0x557173464a30 void 0.000110
+gallium_dri.so malloc 72 0x557173464b30 0.000110
+gallium_dri.so free 0x557173464c40 void 0.000110
+gallium_dri.so free 0x557173464b30 void 0.000110
+gallium_dri.so malloc 72 0x557173464bf0 0.000109
+gallium_dri.so free 0x557173464cc0 void 0.000110
+gallium_dri.so free 0x557173464bf0 void 0.000110
+gallium_dri.so malloc 72 0x557173464bf0 0.000116
+gallium_dri.so free 0x557173464d80 void 0.000111
+gallium_dri.so free 0x557173464bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173464bf0 0.000126
+gallium_dri.so free 0x557173464e40 void 0.000124
+gallium_dri.so free 0x557173464bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173464df0 0.000125
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so free 0x557173464df0 void 0.000114
+gallium_dri.so malloc 72 0x557173464f10 0.000113
+gallium_dri.so free 0x557173464f80 void 0.000115
+gallium_dri.so free 0x557173464f10 void 0.000113
+gallium_dri.so malloc 72 0x557173464fa0 0.000113
+gallium_dri.so free 0x557173465040 void 0.000113
+gallium_dri.so free 0x557173464fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ff0 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so free 0x557173464ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650c0 0.000112
+gallium_dri.so free 0x557173465180 void 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734650c0 0.000112
+gallium_dri.so free 0x557173465200 void 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465200 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000113
+gallium_dri.so free 0x557173465200 void 0.000112
+gallium_dri.so malloc 72 0x557173465200 0.000113
+gallium_dri.so free 0x557173465380 void 0.000167
+gallium_dri.so free 0x557173465200 void 0.000118
+gallium_dri.so malloc 72 0x557173465200 0.000113
+gallium_dri.so free 0x557173465440 void 0.000112
+gallium_dri.so free 0x557173465200 void 0.000114
+gallium_dri.so malloc 72 0x5571734653f0 0.000113
+gallium_dri.so free 0x5571734654c0 void 0.000114
+gallium_dri.so free 0x5571734653f0 void 0.000114
+gallium_dri.so malloc 72 0x557173465510 0.000113
+gallium_dri.so free 0x557173465580 void 0.000112
+gallium_dri.so free 0x557173465510 void 0.000113
+gallium_dri.so malloc 72 0x5571734655c0 0.000112
+gallium_dri.so free 0x557173465640 void 0.000113
+gallium_dri.so free 0x5571734655c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734655c0 0.000112
+gallium_dri.so free 0x5571734656c0 void 0.000113
+gallium_dri.so free 0x5571734655c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656f0 0.000114
+gallium_dri.so free 0x557173465740 void 0.000113
+gallium_dri.so free 0x5571734656f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734656f0 0.000112
+gallium_dri.so free 0x557173465840 void 0.000112
+gallium_dri.so free 0x5571734656f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734657f0 0.000113
+gallium_dri.so free 0x557173465900 void 0.000113
+gallium_dri.so free 0x5571734657f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734658b0 0.000123
+gallium_dri.so free 0x557173465940 void 0.000118
+gallium_dri.so free 0x5571734658b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734658b0 0.000112
+gallium_dri.so free 0x557173465a00 void 0.000113
+gallium_dri.so free 0x5571734658b0 void 0.000117
+gallium_dri.so malloc 72 0x557173465a70 0.000112
+gallium_dri.so free 0x557173465ac0 void 0.000112
+gallium_dri.so free 0x557173465a70 void 0.000110
+gallium_dri.so malloc 72 0x557173465a70 0.000110
+gallium_dri.so free 0x557173465bc0 void 0.000109
+gallium_dri.so free 0x557173465a70 void 0.000109
+gallium_dri.so malloc 72 0x557173465b70 0.000110
+gallium_dri.so free 0x557173465c80 void 0.000109
+gallium_dri.so free 0x557173465b70 void 0.000111
+gallium_dri.so malloc 72 0x557173465c30 0.000110
+gallium_dri.so free 0x557173465cc0 void 0.000112
+gallium_dri.so free 0x557173465c30 void 0.000115
+gallium_dri.so malloc 72 0x557173465c30 0.000111
+gallium_dri.so free 0x557173465d80 void 0.000110
+gallium_dri.so free 0x557173465c30 void 0.000110
+gallium_dri.so malloc 72 0x557173465dc0 0.000109
+gallium_dri.so free 0x557173465e40 void 0.000110
+gallium_dri.so free 0x557173465dc0 void 0.000116
+gallium_dri.so malloc 72 0x557173465e40 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000113
+gallium_dri.so free 0x557173465e40 void 0.000110
+gallium_dri.so malloc 72 0x557173465e40 0.000111
+gallium_dri.so free 0x557173465fc0 void 0.000110
+gallium_dri.so free 0x557173465e40 void 0.000110
+gallium_dri.so malloc 72 0x557173465fe0 0.000120
+gallium_dri.so free 0x557173466080 void 0.000115
+gallium_dri.so free 0x557173465fe0 void 0.000112
+gallium_dri.so malloc 72 0x557173466030 0.000113
+gallium_dri.so free 0x557173466100 void 0.000113
+gallium_dri.so free 0x557173466030 void 0.000112
+gallium_dri.so malloc 72 0x557173466030 0.000113
+gallium_dri.so free 0x557173466180 void 0.000116
+gallium_dri.so free 0x557173466030 void 0.000113
+gallium_dri.so malloc 72 0x557173466180 0.000113
+gallium_dri.so free 0x557173466240 void 0.000113
+gallium_dri.so free 0x557173466180 void 0.000112
+gallium_dri.so malloc 72 0x557173466180 0.000114
+gallium_dri.so free 0x557173466300 void 0.000114
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so malloc 72 0x557173466180 0.000114
+gallium_dri.so free 0x5571734663c0 void 0.000115
+gallium_dri.so free 0x557173466180 void 0.000111
+gallium_dri.so malloc 72 0x557173466370 0.000113
+gallium_dri.so free 0x557173466480 void 0.000114
+gallium_dri.so free 0x557173466370 void 0.000113
+gallium_dri.so malloc 72 0x557173466430 0.000112
+gallium_dri.so free 0x557173466500 void 0.000114
+gallium_dri.so free 0x557173466430 void 0.000114
+gallium_dri.so malloc 72 0x557173466550 0.000112
+gallium_dri.so free 0x5571734665c0 void 0.000114
+gallium_dri.so free 0x557173466550 void 0.000112
+gallium_dri.so malloc 72 0x5571734665e0 0.000125
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x5571734665e0 void 0.000112
+gallium_dri.so malloc 72 0x557173466630 0.000114
+gallium_dri.so free 0x557173466700 void 0.000113
+gallium_dri.so free 0x557173466630 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000113
+gallium_dri.so free 0x557173466780 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000111
+gallium_dri.so malloc 72 0x557173466780 0.000113
+gallium_dri.so free 0x557173466840 void 0.000114
+gallium_dri.so free 0x557173466780 void 0.000113
+gallium_dri.so malloc 72 0x557173466780 0.000114
+gallium_dri.so free 0x557173466940 void 0.000114
+gallium_dri.so free 0x557173466780 void 0.000114
+gallium_dri.so malloc 72 0x5571734668f0 0.000112
+gallium_dri.so free 0x557173466980 void 0.000113
+gallium_dri.so free 0x5571734668f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734668f0 0.000114
+gallium_dri.so free 0x557173466a40 void 0.000113
+gallium_dri.so free 0x5571734668f0 void 0.000112
+gallium_dri.so malloc 72 0x557173466a80 0.000113
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so free 0x557173466a80 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000116
+gallium_dri.so free 0x557173466bc0 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000119
+gallium_dri.so free 0x557173466b00 void 0.000115
+gallium_dri.so malloc 72 0x557173466c70 0.000114
+gallium_dri.so free 0x557173466cc0 void 0.000113
+gallium_dri.so free 0x557173466c70 void 0.000117
+gallium_dri.so malloc 72 0x557173466c70 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173466c70 void 0.000113
+gallium_dri.so malloc 72 0x557173466e00 0.000112
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so free 0x557173466e00 void 0.000112
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466f40 void 0.000113
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so malloc 72 0x557173466e80 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x557173466e80 void 0.000114
+gallium_dri.so malloc 72 0x557173466ff0 0.000113
+gallium_dri.so free 0x557173467040 void 0.000116
+gallium_dri.so free 0x557173466ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173466ff0 0.000113
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x557173466ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x557173467200 void 0.000113
+gallium_dri.so free 0x5571734670f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671b0 0.000114
+gallium_dri.so free 0x557173467280 void 0.000161
+gallium_dri.so free 0x5571734671b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734671b0 0.000118
+gallium_dri.so free 0x557173467340 void 0.000124
+gallium_dri.so free 0x5571734671b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734671b0 0.000124
+gallium_dri.so free 0x557173467400 void 0.000118
+gallium_dri.so free 0x5571734671b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734673b0 0.000114
+gallium_dri.so free 0x557173467480 void 0.000112
+gallium_dri.so free 0x5571734673b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734674d0 0.000115
+gallium_dri.so free 0x557173467540 void 0.000114
+gallium_dri.so free 0x5571734674d0 void 0.000115
+gallium_dri.so malloc 72 0x557173467560 0.000113
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so free 0x557173467560 void 0.000112
+gallium_dri.so malloc 72 0x5571734675b0 0.000113
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x5571734675b0 void 0.000113
+gallium_dri.so malloc 72 0x557173467680 0.000114
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so free 0x557173467680 void 0.000112
+gallium_dri.so malloc 72 0x557173467680 0.000112
+gallium_dri.so free 0x5571734677c0 void 0.000113
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so malloc 72 0x5571734677c0 0.000128
+gallium_dri.so free 0x557173467880 void 0.000114
+gallium_dri.so free 0x5571734677c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734677c0 0.000114
+gallium_dri.so free 0x557173467940 void 0.000113
+gallium_dri.so free 0x5571734677c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734677c0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so free 0x5571734677c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734677c0 0.000112
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571734677c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd430 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000114
+gallium_dri.so free 0x5571735dd430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000115
+gallium_dri.so free 0x5571735dd5c0 void 0.000113
+gallium_dri.so free 0x5571735dd4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5e0 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so free 0x5571735dd5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd630 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000116
+gallium_dri.so free 0x5571735dd630 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd630 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd630 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd780 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd780 0.000111
+gallium_dri.so free 0x5571735dd900 void 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd780 0.000112
+gallium_dri.so free 0x5571735dd9c0 void 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd970 0.000112
+gallium_dri.so free 0x5571735dd9c0 void 0.000112
+gallium_dri.so free 0x5571735dd970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd970 0.000110
+gallium_dri.so free 0x5571735ddac0 void 0.000112
+gallium_dri.so free 0x5571735dd970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda70 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000132
+gallium_dri.so free 0x5571735dda70 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddb30 0.000129
+gallium_dri.so free 0x5571735ddbc0 void 0.000135
+gallium_dri.so free 0x5571735ddb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddb30 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000130
+gallium_dri.so free 0x5571735ddb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000132
+gallium_dri.so free 0x5571735ddd40 void 0.000127
+gallium_dri.so free 0x5571735ddcc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddd40 0.000127
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddd40 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000122
+gallium_dri.so free 0x5571735ddd40 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddee0 0.000123
+gallium_dri.so free 0x5571735ddf80 void 0.000125
+gallium_dri.so free 0x5571735ddee0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddf30 0.000124
+gallium_dri.so free 0x5571735de000 void 0.000119
+gallium_dri.so free 0x5571735ddf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf30 0.000119
+gallium_dri.so free 0x5571735de080 void 0.000123
+gallium_dri.so free 0x5571735ddf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735de080 0.000118
+gallium_dri.so free 0x5571735de140 void 0.000119
+gallium_dri.so free 0x5571735de080 void 0.000123
+gallium_dri.so malloc 72 0x5571735de080 0.000119
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so free 0x5571735de080 void 0.000117
+gallium_dri.so malloc 72 0x5571735de080 0.000125
+gallium_dri.so free 0x5571735de2c0 void 0.000127
+gallium_dri.so free 0x5571735de080 void 0.000126
+gallium_dri.so malloc 72 0x5571735de270 0.000124
+gallium_dri.so free 0x5571735de380 void 0.000119
+gallium_dri.so free 0x5571735de270 void 0.000117
+gallium_dri.so malloc 72 0x5571735de330 0.000122
+gallium_dri.so free 0x5571735de400 void 0.000124
+gallium_dri.so free 0x5571735de330 void 0.000134
+gallium_dri.so malloc 72 0x5571735de450 0.000132
+gallium_dri.so free 0x5571735de4c0 void 0.000130
+gallium_dri.so free 0x5571735de450 void 0.000126
+gallium_dri.so malloc 72 0x5571735de4e0 0.000124
+gallium_dri.so free 0x5571735de580 void 0.000129
+gallium_dri.so free 0x5571735de4e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de530 0.000129
+gallium_dri.so free 0x5571735de600 void 0.000125
+gallium_dri.so free 0x5571735de530 void 0.000128
+gallium_dri.so malloc 72 0x5571735de530 0.000130
+gallium_dri.so free 0x5571735de680 void 0.000131
+gallium_dri.so free 0x5571735de530 void 0.000125
+gallium_dri.so malloc 72 0x5571735de680 0.000194
+gallium_dri.so free 0x5571735de740 void 0.000131
+gallium_dri.so free 0x5571735de680 void 0.000131
+gallium_dri.so malloc 72 0x5571735de680 0.000130
+gallium_dri.so free 0x5571735de840 void 0.000132
+gallium_dri.so free 0x5571735de680 void 0.000130
+gallium_dri.so malloc 72 0x5571735de7f0 0.000131
+gallium_dri.so free 0x5571735de880 void 0.000125
+gallium_dri.so free 0x5571735de7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de7f0 0.000124
+gallium_dri.so free 0x5571735de940 void 0.000134
+gallium_dri.so free 0x5571735de7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de980 0.000139
+gallium_dri.so free 0x5571735dea00 void 0.000130
+gallium_dri.so free 0x5571735de980 void 0.000125
+gallium_dri.so malloc 72 0x5571735dea00 0.000123
+gallium_dri.so free 0x5571735deac0 void 0.000124
+gallium_dri.so free 0x5571735dea00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dea00 0.000132
+gallium_dri.so free 0x5571735deb40 void 0.000131
+gallium_dri.so free 0x5571735dea00 void 0.000134
+gallium_dri.so malloc 72 0x5571735deb70 0.000194
+gallium_dri.so free 0x5571735debc0 void 0.000187
+gallium_dri.so free 0x5571735deb70 void 0.000222
+gallium_dri.so malloc 72 0x5571735deb70 0.000226
+gallium_dri.so free 0x5571735decc0 void 0.000130
+gallium_dri.so free 0x5571735deb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ded00 0.000124
+gallium_dri.so free 0x5571735ded80 void 0.000124
+gallium_dri.so free 0x5571735ded00 void 0.000141
+gallium_dri.so malloc 72 0x5571735ded80 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000135
+gallium_dri.so free 0x5571735ded80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ded80 0.000125
+gallium_dri.so free 0x5571735deec0 void 0.000128
+gallium_dri.so free 0x5571735ded80 void 0.000131
+gallium_dri.so malloc 72 0x5571735deef0 0.000129
+gallium_dri.so free 0x5571735def40 void 0.000131
+gallium_dri.so free 0x5571735deef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735deef0 0.000129
+gallium_dri.so free 0x5571735df040 void 0.000142
+gallium_dri.so free 0x5571735deef0 void 0.000134
+gallium_dri.so malloc 72 0x5571735deff0 0.000168
+gallium_dri.so free 0x5571735df100 void 0.000131
+gallium_dri.so free 0x5571735deff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df0b0 0.000130
+gallium_dri.so free 0x5571735df180 void 0.000131
+gallium_dri.so free 0x5571735df0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df0b0 0.000124
+gallium_dri.so free 0x5571735df240 void 0.000129
+gallium_dri.so free 0x5571735df0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df0b0 0.000131
+gallium_dri.so free 0x5571735df300 void 0.000131
+gallium_dri.so free 0x5571735df0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df2b0 0.000125
+gallium_dri.so free 0x5571735df380 void 0.000124
+gallium_dri.so free 0x5571735df2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df3d0 0.000129
+gallium_dri.so free 0x5571735df440 void 0.000129
+gallium_dri.so free 0x5571735df3d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df460 0.000139
+gallium_dri.so free 0x5571735df500 void 0.000128
+gallium_dri.so free 0x5571735df460 void 0.000145
+gallium_dri.so malloc 72 0x5571735df4b0 0.000137
+gallium_dri.so free 0x5571735df580 void 0.000136
+gallium_dri.so free 0x5571735df4b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df580 0.000137
+gallium_dri.so free 0x5571735df640 void 0.000136
+gallium_dri.so free 0x5571735df580 void 0.000137
+gallium_dri.so malloc 72 0x5571735df580 0.000136
+gallium_dri.so free 0x5571735df6c0 void 0.000136
+gallium_dri.so free 0x5571735df580 void 0.000193
+gallium_dri.so malloc 72 0x5571735df6c0 0.000183
+gallium_dri.so free 0x5571735df780 void 0.000184
+gallium_dri.so free 0x5571735df6c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735df6c0 0.000145
+gallium_dri.so free 0x5571735df840 void 0.000146
+gallium_dri.so free 0x5571735df6c0 void 0.000147
+gallium_dri.so malloc 72 0x5571735df6c0 0.000145
+gallium_dri.so free 0x5571735df900 void 0.000146
+gallium_dri.so free 0x5571735df6c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735df8b0 0.000183
+gallium_dri.so free 0x5571735df980 void 0.000200
+gallium_dri.so free 0x5571735df8b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735df9d0 0.000139
+gallium_dri.so free 0x5571735dfa40 void 0.000139
+gallium_dri.so free 0x5571735df9d0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfa80 0.000139
+gallium_dri.so free 0x5571735dfb00 void 0.000139
+gallium_dri.so free 0x5571735dfa80 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfa80 0.000138
+gallium_dri.so free 0x5571735dfb80 void 0.000136
+gallium_dri.so free 0x5571735dfa80 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000180
+gallium_dri.so free 0x5571735dfc00 void 0.000137
+gallium_dri.so free 0x5571735dfbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000126
+gallium_dri.so free 0x5571735dfd00 void 0.000126
+gallium_dri.so free 0x5571735dfbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000125
+gallium_dri.so free 0x5571735dfdc0 void 0.000126
+gallium_dri.so free 0x5571735dfcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfd70 0.000136
+gallium_dri.so free 0x5571735dfe00 void 0.000127
+gallium_dri.so free 0x5571735dfd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfd70 0.000124
+gallium_dri.so free 0x5571735dfec0 void 0.000132
+gallium_dri.so free 0x5571735dfd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dff30 0.000124
+gallium_dri.so free 0x5571735dff80 void 0.000124
+gallium_dri.so free 0x5571735dff30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dff30 0.000125
+gallium_dri.so free 0x5571735e0080 void 0.000128
+gallium_dri.so free 0x5571735dff30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0030 0.000125
+gallium_dri.so free 0x5571735e0140 void 0.000125
+gallium_dri.so free 0x5571735e0030 void 0.000126
+gallium_dri.so malloc 72 0x5571735e00f0 0.000125
+gallium_dri.so free 0x5571735e0180 void 0.000127
+gallium_dri.so free 0x5571735e00f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e00f0 0.000123
+gallium_dri.so free 0x5571735e0240 void 0.000124
+gallium_dri.so free 0x5571735e00f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0280 0.000125
+gallium_dri.so free 0x5571735e0300 void 0.000125
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0300 0.000127
+gallium_dri.so free 0x5571735e03c0 void 0.000137
+gallium_dri.so free 0x5571735e0300 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0300 0.000125
+gallium_dri.so free 0x5571735e0480 void 0.000126
+gallium_dri.so free 0x5571735e0300 void 0.000124
+gallium_dri.so malloc 72 0x5571735e04a0 0.000126
+gallium_dri.so free 0x5571735e0540 void 0.000125
+gallium_dri.so free 0x5571735e04a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e04f0 0.000125
+gallium_dri.so free 0x5571735e05c0 void 0.000126
+gallium_dri.so free 0x5571735e04f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e04f0 0.000125
+gallium_dri.so free 0x5571735e0640 void 0.000127
+gallium_dri.so free 0x5571735e04f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0640 0.000125
+gallium_dri.so free 0x5571735e0700 void 0.000126
+gallium_dri.so free 0x5571735e0640 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0640 0.000123
+gallium_dri.so free 0x5571735e07c0 void 0.000127
+gallium_dri.so free 0x5571735e0640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0640 0.000126
+gallium_dri.so free 0x5571735e0880 void 0.000125
+gallium_dri.so free 0x5571735e0640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0830 0.000123
+gallium_dri.so free 0x5571735e0940 void 0.000125
+gallium_dri.so free 0x5571735e0830 void 0.000149
+gallium_dri.so malloc 72 0x5571735e08f0 0.000160
+gallium_dri.so free 0x5571735e09c0 void 0.000158
+gallium_dri.so free 0x5571735e08f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e0a10 0.000159
+gallium_dri.so free 0x5571735e0a80 void 0.000164
+gallium_dri.so free 0x5571735e0a10 void 0.000160
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000157
+gallium_dri.so free 0x5571735e0b40 void 0.000159
+gallium_dri.so free 0x5571735e0aa0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e0af0 0.000160
+gallium_dri.so free 0x5571735e0bc0 void 0.000159
+gallium_dri.so free 0x5571735e0af0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e0af0 0.000159
+gallium_dri.so free 0x5571735e0c40 void 0.000159
+gallium_dri.so free 0x5571735e0af0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e0c40 0.000139
+gallium_dri.so free 0x5571735e0d00 void 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0c40 0.000118
+gallium_dri.so free 0x5571735e0e00 void 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0db0 0.000120
+gallium_dri.so free 0x5571735e0e40 void 0.000118
+gallium_dri.so free 0x5571735e0db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0db0 0.000118
+gallium_dri.so free 0x5571735e0f00 void 0.000120
+gallium_dri.so free 0x5571735e0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f40 0.000117
+gallium_dri.so free 0x5571735e0fc0 void 0.000121
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000118
+gallium_dri.so free 0x5571735e1080 void 0.000118
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000119
+gallium_dri.so free 0x5571735e1100 void 0.000119
+gallium_dri.so free 0x5571735e0fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1130 0.000120
+gallium_dri.so free 0x5571735e1180 void 0.000119
+gallium_dri.so free 0x5571735e1130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1130 0.000119
+gallium_dri.so free 0x5571735e1280 void 0.000118
+gallium_dri.so free 0x5571735e1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e12c0 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1340 0.000118
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1340 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1340 void 0.000119
+gallium_dri.so malloc 72 0x5571735e14b0 0.000119
+gallium_dri.so free 0x5571735e1500 void 0.000119
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e14b0 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000119
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15b0 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000119
+gallium_dri.so free 0x5571735e15b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1670 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1670 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so free 0x5571735e1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1670 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1870 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e1870 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1990 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000126
+gallium_dri.so free 0x5571735e1990 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a20 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e1a20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a70 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b40 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1b40 0.000121
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c80 0.000119
+gallium_dri.so free 0x5571735e1d40 void 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1c80 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1c80 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e70 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f90 0.000129
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so free 0x5571735e1f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2040 0.000119
+gallium_dri.so free 0x5571735e20c0 void 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2040 0.000118
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2170 0.000118
+gallium_dri.so free 0x5571735e21c0 void 0.000118
+gallium_dri.so free 0x5571735e2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2170 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000118
+gallium_dri.so free 0x5571735e2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2270 0.000119
+gallium_dri.so free 0x5571735e2380 void 0.000119
+gallium_dri.so free 0x5571735e2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2330 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000120
+gallium_dri.so free 0x5571735e2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2330 0.000118
+gallium_dri.so free 0x5571735e2480 void 0.000118
+gallium_dri.so free 0x5571735e2330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24f0 0.000119
+gallium_dri.so free 0x5571735e2540 void 0.000120
+gallium_dri.so free 0x5571735e24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24f0 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000119
+gallium_dri.so free 0x5571735e24f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e25f0 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000119
+gallium_dri.so free 0x5571735e25f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26b0 0.000119
+gallium_dri.so free 0x5571735e2740 void 0.000118
+gallium_dri.so free 0x5571735e26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26b0 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000121
+gallium_dri.so free 0x5571735e26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2840 0.000126
+gallium_dri.so free 0x5571735e28c0 void 0.000130
+gallium_dri.so free 0x5571735e2840 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28c0 0.000129
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so free 0x5571735e28c0 void 0.000222
+gallium_dri.so malloc 72 0x5571735e28c0 0.000221
+gallium_dri.so free 0x5571735e2a40 void 0.000214
+gallium_dri.so free 0x5571735e28c0 void 0.000190
+gallium_dri.so malloc 72 0x5571735e2a60 0.000339
+gallium_dri.so free 0x5571735e2b00 void 0.000388
+gallium_dri.so free 0x5571735e2a60 void 0.000310
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000277
+gallium_dri.so free 0x5571735e2b80 void 0.000245
+gallium_dri.so free 0x5571735e2ab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000126
+gallium_dri.so free 0x5571735e2c00 void 0.000128
+gallium_dri.so free 0x5571735e2ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2c00 0.000126
+gallium_dri.so free 0x5571735e2cc0 void 0.000125
+gallium_dri.so free 0x5571735e2c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2c00 0.000125
+gallium_dri.so free 0x5571735e2d80 void 0.000128
+gallium_dri.so free 0x5571735e2c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2c00 0.000125
+gallium_dri.so free 0x5571735e2e40 void 0.000125
+gallium_dri.so free 0x5571735e2c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2df0 0.000126
+gallium_dri.so free 0x5571735e2f00 void 0.000119
+gallium_dri.so free 0x5571735e2df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000176
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2fd0 0.000116
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2fd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3060 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000116
+gallium_dri.so free 0x5571735e3060 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30b0 0.000116
+gallium_dri.so free 0x5571735e3180 void 0.000117
+gallium_dri.so free 0x5571735e30b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e30b0 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x5571735e30b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3200 0.000116
+gallium_dri.so free 0x5571735e32c0 void 0.000116
+gallium_dri.so free 0x5571735e3200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3200 0.000117
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so free 0x5571735e3200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3370 0.000116
+gallium_dri.so free 0x5571735e3400 void 0.000117
+gallium_dri.so free 0x5571735e3370 void 0.000149
+gallium_dri.so malloc 72 0x5571735e3370 0.000166
+gallium_dri.so free 0x5571735e34c0 void 0.000164
+gallium_dri.so free 0x5571735e3370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3500 0.000121
+gallium_dri.so free 0x5571735e3580 void 0.000127
+gallium_dri.so free 0x5571735e3500 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3580 0.000159
+gallium_dri.so free 0x5571735e3640 void 0.000128
+gallium_dri.so free 0x5571735e3580 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3580 0.000120
+gallium_dri.so free 0x5571735e36c0 void 0.000117
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so malloc 72 0x5571735e36f0 0.000117
+gallium_dri.so free 0x5571735e3740 void 0.000117
+gallium_dri.so free 0x5571735e36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e36f0 0.000116
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735e36f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e36f0 0.000116
+gallium_dri.so free 0x5571735eb480 void 0.000116
+gallium_dri.so free 0x5571735e36f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb430 0.000118
+gallium_dri.so free 0x5571735eb540 void 0.000116
+gallium_dri.so free 0x5571735eb430 void 0.000155
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000156
+gallium_dri.so free 0x5571735eb580 void 0.000168
+gallium_dri.so free 0x5571735eb4f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000156
+gallium_dri.so free 0x5571735eb640 void 0.000148
+gallium_dri.so free 0x5571735eb4f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735eb680 0.000149
+gallium_dri.so free 0x5571735eb700 void 0.000156
+gallium_dri.so free 0x5571735eb680 void 0.000155
+gallium_dri.so malloc 72 0x5571735eb700 0.000157
+gallium_dri.so free 0x5571735eb7c0 void 0.000212
+gallium_dri.so free 0x5571735eb700 void 0.000157
+gallium_dri.so malloc 72 0x5571735eb700 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000117
+gallium_dri.so free 0x5571735eb940 void 0.000114
+gallium_dri.so free 0x5571735eb8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000126
+gallium_dri.so free 0x5571735eba40 void 0.000125
+gallium_dri.so free 0x5571735eb8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba40 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba40 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba40 0.000117
+gallium_dri.so free 0x5571735ebc80 void 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc30 0.000117
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe10 0.000121
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so free 0x5571735ebe10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebea0 0.000119
+gallium_dri.so free 0x5571735ebf40 void 0.000118
+gallium_dri.so free 0x5571735ebea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebef0 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000126
+gallium_dri.so free 0x5571735ebef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebef0 0.000111
+gallium_dri.so free 0x5571735ec040 void 0.000109
+gallium_dri.so free 0x5571735ebef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec040 0.000110
+gallium_dri.so free 0x5571735ec100 void 0.000110
+gallium_dri.so free 0x5571735ec040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec040 0.000111
+gallium_dri.so free 0x5571735ec200 void 0.000111
+gallium_dri.so free 0x5571735ec040 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000111
+gallium_dri.so free 0x5571735ec240 void 0.000110
+gallium_dri.so free 0x5571735ec1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000110
+gallium_dri.so free 0x5571735ec300 void 0.000111
+gallium_dri.so free 0x5571735ec1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec340 0.000120
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000110
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so free 0x5571735ec3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000115
+gallium_dri.so free 0x5571735ec500 void 0.000111
+gallium_dri.so free 0x5571735ec3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec530 0.000111
+gallium_dri.so free 0x5571735ec580 void 0.000110
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000169
+gallium_dri.so free 0x5571735ec530 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000111
+gallium_dri.so free 0x5571735ec6c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec740 0.000117
+gallium_dri.so free 0x5571735ec800 void 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec740 0.000111
+gallium_dri.so free 0x5571735ec880 void 0.000110
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000109
+gallium_dri.so free 0x5571735ec900 void 0.000109
+gallium_dri.so free 0x5571735ec8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000110
+gallium_dri.so free 0x5571735eca00 void 0.000109
+gallium_dri.so free 0x5571735ec8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000109
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so free 0x5571735ec9b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735eca70 0.000113
+gallium_dri.so free 0x5571735ecb40 void 0.000113
+gallium_dri.so free 0x5571735eca70 void 0.000111
+gallium_dri.so malloc 72 0x5571735eca70 0.000111
+gallium_dri.so free 0x5571735ecc00 void 0.000110
+gallium_dri.so free 0x5571735eca70 void 0.000128
+gallium_dri.so malloc 72 0x5571735eca70 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc70 0.000112
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so free 0x5571735ecc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd90 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000112
+gallium_dri.so free 0x5571735ecd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735ece20 0.000114
+gallium_dri.so free 0x5571735ecec0 void 0.000113
+gallium_dri.so free 0x5571735ece20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece70 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ece70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf40 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed080 0.000112
+gallium_dri.so free 0x5571735ed140 void 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed080 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed080 0.000173
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed270 0.000141
+gallium_dri.so free 0x5571735ed340 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed390 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000119
+gallium_dri.so free 0x5571735ed390 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed440 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed440 0.000119
+gallium_dri.so free 0x5571735ed540 void 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed570 0.000160
+gallium_dri.so free 0x5571735ed5c0 void 0.000120
+gallium_dri.so free 0x5571735ed570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000119
+gallium_dri.so free 0x5571735ed570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed670 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so free 0x5571735ed670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed730 0.000118
+gallium_dri.so free 0x5571735ed7c0 void 0.000126
+gallium_dri.so free 0x5571735ed730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed730 0.000110
+gallium_dri.so free 0x5571735ed880 void 0.000109
+gallium_dri.so free 0x5571735ed730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000111
+gallium_dri.so free 0x5571735ed940 void 0.000109
+gallium_dri.so free 0x5571735ed8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000110
+gallium_dri.so free 0x5571735eda40 void 0.000111
+gallium_dri.so free 0x5571735ed8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000110
+gallium_dri.so free 0x5571735edb00 void 0.000110
+gallium_dri.so free 0x5571735ed9f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edab0 0.000110
+gallium_dri.so free 0x5571735edb40 void 0.000110
+gallium_dri.so free 0x5571735edab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edab0 0.000110
+gallium_dri.so free 0x5571735edc00 void 0.000109
+gallium_dri.so free 0x5571735edab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edc40 0.000110
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000111
+gallium_dri.so malloc 72 0x5571735edcc0 0.000111
+gallium_dri.so free 0x5571735edd80 void 0.000109
+gallium_dri.so free 0x5571735edcc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735edcc0 0.000109
+gallium_dri.so free 0x5571735ede40 void 0.000110
+gallium_dri.so free 0x5571735edcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ede60 0.000119
+gallium_dri.so free 0x5571735edf00 void 0.000114
+gallium_dri.so free 0x5571735ede60 void 0.000115
+gallium_dri.so malloc 72 0x5571735edeb0 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735edeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edeb0 0.000114
+gallium_dri.so free 0x5571735ee000 void 0.000114
+gallium_dri.so free 0x5571735edeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee000 0.000112
+gallium_dri.so free 0x5571735ee0c0 void 0.000113
+gallium_dri.so free 0x5571735ee000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee000 0.000112
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so free 0x5571735ee000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee000 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee000 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000116
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000112
+gallium_dri.so free 0x5571735ee440 void 0.000113
+gallium_dri.so free 0x5571735ee3d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee460 0.000125
+gallium_dri.so free 0x5571735ee500 void 0.000124
+gallium_dri.so free 0x5571735ee460 void 0.000193
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000128
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000119
+gallium_dri.so free 0x5571735ee600 void 0.000118
+gallium_dri.so free 0x5571735ee4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee600 0.000118
+gallium_dri.so free 0x5571735ee6c0 void 0.000118
+gallium_dri.so free 0x5571735ee600 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee600 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000125
+gallium_dri.so free 0x5571735ee600 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee770 0.000119
+gallium_dri.so free 0x5571735ee800 void 0.000118
+gallium_dri.so free 0x5571735ee770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee770 0.000118
+gallium_dri.so free 0x5571735ee8c0 void 0.000118
+gallium_dri.so free 0x5571735ee770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee900 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee980 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000116
+gallium_dri.so free 0x5571735ee980 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee980 0.000111
+gallium_dri.so free 0x5571735eeac0 void 0.000111
+gallium_dri.so free 0x5571735ee980 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000111
+gallium_dri.so free 0x5571735eeb40 void 0.000110
+gallium_dri.so free 0x5571735eeaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000110
+gallium_dri.so free 0x5571735eec40 void 0.000111
+gallium_dri.so free 0x5571735eeaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eec80 0.000110
+gallium_dri.so free 0x5571735eed00 void 0.000111
+gallium_dri.so free 0x5571735eec80 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed00 0.000110
+gallium_dri.so free 0x5571735eedc0 void 0.000111
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed00 0.000111
+gallium_dri.so free 0x5571735eee40 void 0.000111
+gallium_dri.so free 0x5571735eed00 void 0.000111
+gallium_dri.so malloc 72 0x5571735eee70 0.000110
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so free 0x5571735eee70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000113
+gallium_dri.so free 0x5571735eee70 void 0.000111
+gallium_dri.so malloc 72 0x5571735eef70 0.000110
+gallium_dri.so free 0x5571735ef080 void 0.000127
+gallium_dri.so free 0x5571735eef70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef030 0.000114
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000132
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef030 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so free 0x5571735ef030 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef230 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000116
+gallium_dri.so free 0x5571735ef230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef350 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef350 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3e0 0.000162
+gallium_dri.so free 0x5571735ef480 void 0.000117
+gallium_dri.so free 0x5571735ef3e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef430 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef500 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef500 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000172
+gallium_dri.so free 0x5571735ef500 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef640 0.000125
+gallium_dri.so free 0x5571735ef700 void 0.000124
+gallium_dri.so free 0x5571735ef640 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef640 0.000119
+gallium_dri.so free 0x5571735ef7c0 void 0.000118
+gallium_dri.so free 0x5571735ef640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef640 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000119
+gallium_dri.so free 0x5571735ef640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef830 0.000119
+gallium_dri.so free 0x5571735ef900 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef950 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so free 0x5571735ef950 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa00 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000118
+gallium_dri.so free 0x5571735efa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa00 0.000118
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735efa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb30 0.000119
+gallium_dri.so free 0x5571735efb80 void 0.000119
+gallium_dri.so free 0x5571735efb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb30 0.000116
+gallium_dri.so free 0x5571735efc80 void 0.000112
+gallium_dri.so free 0x5571735efb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735efc30 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000110
+gallium_dri.so free 0x5571735efc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735efcf0 0.000111
+gallium_dri.so free 0x5571735efd80 void 0.000112
+gallium_dri.so free 0x5571735efcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efcf0 0.000111
+gallium_dri.so free 0x5571735efe40 void 0.000111
+gallium_dri.so free 0x5571735efcf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735efeb0 0.000111
+gallium_dri.so free 0x5571735eff00 void 0.000111
+gallium_dri.so free 0x5571735efeb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735efeb0 0.000110
+gallium_dri.so free 0x5571735f0000 void 0.000111
+gallium_dri.so free 0x5571735efeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735effb0 0.000111
+gallium_dri.so free 0x5571735f00c0 void 0.000130
+gallium_dri.so free 0x5571735effb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0070 0.000116
+gallium_dri.so free 0x5571735f0100 void 0.000118
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0070 0.000110
+gallium_dri.so free 0x5571735f01c0 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0200 0.000127
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f0200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000158
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0420 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0420 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0470 0.000114
+gallium_dri.so free 0x5571735f05c0 void 0.000113
+gallium_dri.so free 0x5571735f0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05c0 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000112
+gallium_dri.so free 0x5571735f05c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f05c0 0.000113
+gallium_dri.so free 0x5571735f0740 void 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05c0 0.000115
+gallium_dri.so free 0x5571735f0800 void 0.000113
+gallium_dri.so free 0x5571735f05c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07b0 0.000162
+gallium_dri.so free 0x5571735f08c0 void 0.000120
+gallium_dri.so free 0x5571735f07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so free 0x5571735f0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0990 0.000112
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so free 0x5571735f0990 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a20 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a70 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0a70 0.000113
+gallium_dri.so free 0x5571735f0bc0 void 0.000114
+gallium_dri.so free 0x5571735f0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000112
+gallium_dri.so free 0x5571735f0c80 void 0.000112
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0e80 void 0.000120
+gallium_dri.so free 0x5571735f0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f40 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000117
+gallium_dri.so free 0x5571735f0f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0f40 0.000114
+gallium_dri.so free 0x5571735f1080 void 0.000116
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1240 0.000157
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1430 0.000114
+gallium_dri.so free 0x5571735f1480 void 0.000127
+gallium_dri.so free 0x5571735f1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1430 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f1430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1530 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000113
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000116
+gallium_dri.so free 0x5571735f15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17f0 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1910 0.000112
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so free 0x5571735f1910 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19a0 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000113
+gallium_dri.so free 0x5571735f19a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19f0 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000159
+gallium_dri.so free 0x5571735f19f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c00 0.000112
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so free 0x5571735f1c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c00 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c00 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1df0 0.000112
+gallium_dri.so free 0x5571735f1ec0 void 0.000114
+gallium_dri.so free 0x5571735f1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f10 0.000129
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so free 0x5571735f1f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000115
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f2140 void 0.000113
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000157
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f21f0 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so free 0x5571735f21f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f22b0 0.000112
+gallium_dri.so free 0x5571735f2340 void 0.000113
+gallium_dri.so free 0x5571735f22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f22b0 0.000113
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so free 0x5571735f22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2570 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000114
+gallium_dri.so free 0x5571735f2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000113
+gallium_dri.so free 0x5571735f2630 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2630 0.000118
+gallium_dri.so free 0x5571735f2780 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27c0 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000124
+gallium_dri.so free 0x5571735f2840 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2840 0.000123
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29e0 0.000113
+gallium_dri.so free 0x5571735f2a80 void 0.000115
+gallium_dri.so free 0x5571735f29e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a30 0.000113
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a30 0.000112
+gallium_dri.so free 0x5571735f2b80 void 0.000117
+gallium_dri.so free 0x5571735f2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b80 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b80 0.000113
+gallium_dri.so free 0x5571735f2d00 void 0.000166
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b80 0.000114
+gallium_dri.so free 0x5571735f2dc0 void 0.000115
+gallium_dri.so free 0x5571735f2b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d70 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so free 0x5571735f2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f50 0.000112
+gallium_dri.so free 0x5571735f2fc0 void 0.000114
+gallium_dri.so free 0x5571735f2f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2fe0 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3030 0.000113
+gallium_dri.so free 0x5571735f3100 void 0.000156
+gallium_dri.so free 0x5571735f3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3030 0.000114
+gallium_dri.so free 0x5571735f3180 void 0.000114
+gallium_dri.so free 0x5571735f3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3180 0.000113
+gallium_dri.so free 0x5571735f3240 void 0.000118
+gallium_dri.so free 0x5571735f3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3180 0.000113
+gallium_dri.so free 0x5571735f3340 void 0.000123
+gallium_dri.so free 0x5571735f3180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f32f0 0.000112
+gallium_dri.so free 0x5571735f3380 void 0.000113
+gallium_dri.so free 0x5571735f32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32f0 0.000112
+gallium_dri.so free 0x5571735f3440 void 0.000112
+gallium_dri.so free 0x5571735f32f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3480 0.000112
+gallium_dri.so free 0x5571735f3500 void 0.000112
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3500 0.000113
+gallium_dri.so free 0x5571735f35c0 void 0.000112
+gallium_dri.so free 0x5571735f3500 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3500 0.000116
+gallium_dri.so free 0x5571735f3640 void 0.000119
+gallium_dri.so free 0x5571735f3500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000118
+gallium_dri.so free 0x5571735f3670 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000125
+gallium_dri.so free 0x5571735883c0 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000116
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x5571735884c0 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588470 0.000114
+gallium_dri.so free 0x557173588580 void 0.000126
+gallium_dri.so free 0x557173588470 void 0.000122
+gallium_dri.so malloc 72 0x557173588530 0.000120
+gallium_dri.so free 0x5571735885c0 void 0.000122
+gallium_dri.so free 0x557173588530 void 0.000122
+gallium_dri.so malloc 72 0x557173588530 0.000122
+gallium_dri.so free 0x557173588680 void 0.000121
+gallium_dri.so free 0x557173588530 void 0.000121
+gallium_dri.so malloc 72 0x5571735886c0 0.000120
+gallium_dri.so free 0x557173588740 void 0.000120
+gallium_dri.so free 0x5571735886c0 void 0.000121
+gallium_dri.so malloc 72 0x557173588740 0.000121
+gallium_dri.so free 0x557173588800 void 0.000123
+gallium_dri.so free 0x557173588740 void 0.000122
+gallium_dri.so malloc 72 0x557173588740 0.000122
+gallium_dri.so free 0x5571735888c0 void 0.000123
+gallium_dri.so free 0x557173588740 void 0.000121
+gallium_dri.so malloc 72 0x5571735888e0 0.000120
+gallium_dri.so free 0x557173588980 void 0.000121
+gallium_dri.so free 0x5571735888e0 void 0.000121
+gallium_dri.so malloc 72 0x557173588930 0.000136
+gallium_dri.so free 0x557173588a00 void 0.000123
+gallium_dri.so free 0x557173588930 void 0.000122
+gallium_dri.so malloc 72 0x557173588930 0.000121
+gallium_dri.so free 0x557173588a80 void 0.000120
+gallium_dri.so free 0x557173588930 void 0.000122
+gallium_dri.so malloc 72 0x557173588a80 0.000168
+gallium_dri.so free 0x557173588b40 void 0.000120
+gallium_dri.so free 0x557173588a80 void 0.000121
+gallium_dri.so malloc 72 0x557173588a80 0.000122
+gallium_dri.so free 0x557173588c00 void 0.000155
+gallium_dri.so free 0x557173588a80 void 0.000136
+gallium_dri.so malloc 72 0x557173588a80 0.000123
+gallium_dri.so free 0x557173588cc0 void 0.000121
+gallium_dri.so free 0x557173588a80 void 0.000122
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588d80 void 0.000121
+gallium_dri.so free 0x557173588c70 void 0.000121
+gallium_dri.so malloc 72 0x557173588d30 0.000121
+gallium_dri.so free 0x557173588e00 void 0.000121
+gallium_dri.so free 0x557173588d30 void 0.000121
+gallium_dri.so malloc 72 0x557173588e50 0.000123
+gallium_dri.so free 0x557173588ec0 void 0.000121
+gallium_dri.so free 0x557173588e50 void 0.000120
+gallium_dri.so malloc 72 0x557173588ee0 0.000126
+gallium_dri.so free 0x557173588f80 void 0.000121
+gallium_dri.so free 0x557173588ee0 void 0.000121
+gallium_dri.so malloc 72 0x557173588f30 0.000119
+gallium_dri.so free 0x557173589000 void 0.000120
+gallium_dri.so free 0x557173588f30 void 0.000120
+gallium_dri.so malloc 72 0x557173588f30 0.000121
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x557173588f30 void 0.000116
+gallium_dri.so malloc 72 0x557173589080 0.000115
+gallium_dri.so free 0x557173589140 void 0.000117
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x557173589240 void 0.000115
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so malloc 72 0x5571735891f0 0.000114
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so free 0x5571735891f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735891f0 0.000115
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so free 0x5571735891f0 void 0.000116
+gallium_dri.so malloc 72 0x557173589380 0.000114
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x557173589380 void 0.000114
+gallium_dri.so malloc 72 0x557173589400 0.000115
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so malloc 72 0x557173589400 0.000115
+gallium_dri.so free 0x557173589540 void 0.000118
+gallium_dri.so free 0x557173589400 void 0.000116
+gallium_dri.so malloc 72 0x557173589570 0.000115
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so free 0x557173589570 void 0.000115
+gallium_dri.so malloc 72 0x557173589570 0.000114
+gallium_dri.so free 0x5571735896c0 void 0.000151
+gallium_dri.so free 0x557173589570 void 0.000143
+gallium_dri.so malloc 72 0x557173589700 0.000142
+gallium_dri.so free 0x557173589780 void 0.000142
+gallium_dri.so free 0x557173589700 void 0.000143
+gallium_dri.so malloc 72 0x557173589780 0.000143
+gallium_dri.so free 0x557173589840 void 0.000143
+gallium_dri.so free 0x557173589780 void 0.000143
+gallium_dri.so malloc 72 0x557173589780 0.000145
+gallium_dri.so free 0x5571735898c0 void 0.000143
+gallium_dri.so free 0x557173589780 void 0.000143
+gallium_dri.so malloc 72 0x5571735898f0 0.000143
+gallium_dri.so free 0x557173589940 void 0.000145
+gallium_dri.so free 0x5571735898f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735898f0 0.000143
+gallium_dri.so free 0x557173589a40 void 0.000152
+gallium_dri.so free 0x5571735898f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735899f0 0.000153
+gallium_dri.so free 0x557173589b00 void 0.000154
+gallium_dri.so free 0x5571735899f0 void 0.000152
+gallium_dri.so malloc 72 0x557173589ab0 0.000152
+gallium_dri.so free 0x557173589b80 void 0.000166
+gallium_dri.so free 0x557173589ab0 void 0.000152
+gallium_dri.so malloc 72 0x557173589ab0 0.000155
+gallium_dri.so free 0x557173589c40 void 0.000137
+gallium_dri.so free 0x557173589ab0 void 0.000287
+gallium_dri.so malloc 72 0x557173589ab0 0.000214
+gallium_dri.so free 0x557173589d00 void 0.000153
+gallium_dri.so free 0x557173589ab0 void 0.000156
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589d80 void 0.000119
+gallium_dri.so free 0x557173589cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589dd0 0.000118
+gallium_dri.so free 0x557173589e40 void 0.000118
+gallium_dri.so free 0x557173589dd0 void 0.000119
+gallium_dri.so malloc 72 0x557173589e60 0.000118
+gallium_dri.so free 0x557173589f00 void 0.000119
+gallium_dri.so free 0x557173589e60 void 0.000118
+gallium_dri.so malloc 72 0x557173589eb0 0.000118
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589f80 0.000118
+gallium_dri.so free 0x55717358a040 void 0.000118
+gallium_dri.so free 0x557173589f80 void 0.000119
+gallium_dri.so malloc 72 0x557173589f80 0.000125
+gallium_dri.so free 0x55717358a0c0 void 0.000118
+gallium_dri.so free 0x557173589f80 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000110
+gallium_dri.so free 0x55717358a180 void 0.000111
+gallium_dri.so free 0x55717358a0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0c0 0.000110
+gallium_dri.so free 0x55717358a240 void 0.000110
+gallium_dri.so free 0x55717358a0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0c0 0.000110
+gallium_dri.so free 0x55717358a300 void 0.000110
+gallium_dri.so free 0x55717358a0c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a2b0 0.000112
+gallium_dri.so free 0x55717358a380 void 0.000111
+gallium_dri.so free 0x55717358a2b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a3d0 0.000110
+gallium_dri.so free 0x55717358a440 void 0.000110
+gallium_dri.so free 0x55717358a3d0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a480 0.000110
+gallium_dri.so free 0x55717358a500 void 0.000110
+gallium_dri.so free 0x55717358a480 void 0.000112
+gallium_dri.so malloc 72 0x55717358a480 0.000112
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so free 0x55717358a480 void 0.000112
+gallium_dri.so malloc 72 0x55717358a5b0 0.000111
+gallium_dri.so free 0x55717358a600 void 0.000111
+gallium_dri.so free 0x55717358a5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a5b0 0.000112
+gallium_dri.so free 0x55717358a700 void 0.000119
+gallium_dri.so free 0x55717358a5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a6b0 0.000110
+gallium_dri.so free 0x55717358a7c0 void 0.000110
+gallium_dri.so free 0x55717358a6b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a770 0.000111
+gallium_dri.so free 0x55717358a800 void 0.000112
+gallium_dri.so free 0x55717358a770 void 0.000111
+gallium_dri.so malloc 72 0x55717358a770 0.000110
+gallium_dri.so free 0x55717358a8c0 void 0.000110
+gallium_dri.so free 0x55717358a770 void 0.000110
+gallium_dri.so malloc 72 0x55717358a930 0.000110
+gallium_dri.so free 0x55717358a980 void 0.000110
+gallium_dri.so free 0x55717358a930 void 0.000110
+gallium_dri.so malloc 72 0x55717358a930 0.000111
+gallium_dri.so free 0x55717358aa80 void 0.000109
+gallium_dri.so free 0x55717358a930 void 0.000110
+gallium_dri.so malloc 72 0x55717358aa30 0.000111
+gallium_dri.so free 0x55717358ab40 void 0.000111
+gallium_dri.so free 0x55717358aa30 void 0.000109
+gallium_dri.so malloc 72 0x55717358aaf0 0.000111
+gallium_dri.so free 0x55717358ab80 void 0.000110
+gallium_dri.so free 0x55717358aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aaf0 0.000111
+gallium_dri.so free 0x55717358ac40 void 0.000113
+gallium_dri.so free 0x55717358aaf0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ac80 0.000110
+gallium_dri.so free 0x55717358ad00 void 0.000112
+gallium_dri.so free 0x55717358ac80 void 0.000110
+gallium_dri.so malloc 72 0x55717358ad00 0.000137
+gallium_dri.so free 0x55717358adc0 void 0.000120
+gallium_dri.so free 0x55717358ad00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad00 0.000119
+gallium_dri.so free 0x55717358ae80 void 0.000119
+gallium_dri.so free 0x55717358ad00 void 0.000118
+gallium_dri.so malloc 72 0x55717358aea0 0.000117
+gallium_dri.so free 0x55717358af40 void 0.000118
+gallium_dri.so free 0x55717358aea0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aef0 0.000119
+gallium_dri.so free 0x55717358afc0 void 0.000118
+gallium_dri.so free 0x55717358aef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aef0 0.000119
+gallium_dri.so free 0x55717358b040 void 0.000119
+gallium_dri.so free 0x55717358aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b040 0.000118
+gallium_dri.so free 0x55717358b100 void 0.000120
+gallium_dri.so free 0x55717358b040 void 0.000118
+gallium_dri.so malloc 72 0x55717358b040 0.000118
+gallium_dri.so free 0x55717358b1c0 void 0.000118
+gallium_dri.so free 0x55717358b040 void 0.000118
+gallium_dri.so malloc 72 0x55717358b040 0.000119
+gallium_dri.so free 0x55717358b280 void 0.000119
+gallium_dri.so free 0x55717358b040 void 0.000119
+gallium_dri.so malloc 72 0x55717358b230 0.000118
+gallium_dri.so free 0x55717358b340 void 0.000119
+gallium_dri.so free 0x55717358b230 void 0.000165
+gallium_dri.so malloc 72 0x55717358b2f0 0.000117
+gallium_dri.so free 0x55717358b3c0 void 0.000116
+gallium_dri.so free 0x55717358b2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b410 0.000115
+gallium_dri.so free 0x55717358b480 void 0.000116
+gallium_dri.so free 0x55717358b410 void 0.000116
+gallium_dri.so malloc 72 0x55717358b4a0 0.000137
+gallium_dri.so free 0x55717358b540 void 0.000120
+gallium_dri.so free 0x55717358b4a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4f0 0.000116
+gallium_dri.so free 0x55717358b5c0 void 0.000114
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b4f0 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x55717358b800 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b7b0 0.000115
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b7b0 0.000116
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b940 0.000114
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so free 0x55717358b940 void 0.000116
+gallium_dri.so malloc 72 0x55717358b9c0 0.000114
+gallium_dri.so free 0x55717358ba80 void 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b9c0 0.000116
+gallium_dri.so free 0x55717358bb00 void 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb30 0.000116
+gallium_dri.so free 0x55717358bb80 void 0.000115
+gallium_dri.so free 0x55717358bb30 void 0.000115
+gallium_dri.so malloc 72 0x55717358bb30 0.000117
+gallium_dri.so free 0x55717358bc80 void 0.000115
+gallium_dri.so free 0x55717358bb30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358bd40 void 0.000117
+gallium_dri.so free 0x55717358bcc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bd40 0.000115
+gallium_dri.so free 0x55717358be00 void 0.000113
+gallium_dri.so free 0x55717358bd40 void 0.000115
+gallium_dri.so malloc 72 0x55717358bd40 0.000114
+gallium_dri.so free 0x55717358be80 void 0.000115
+gallium_dri.so free 0x55717358bd40 void 0.000114
+gallium_dri.so malloc 72 0x55717358beb0 0.000115
+gallium_dri.so free 0x55717358bf00 void 0.000116
+gallium_dri.so free 0x55717358beb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358beb0 0.000115
+gallium_dri.so free 0x55717358c000 void 0.000115
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bfb0 0.000116
+gallium_dri.so free 0x55717358c0c0 void 0.000115
+gallium_dri.so free 0x55717358bfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c140 void 0.000115
+gallium_dri.so free 0x55717358c070 void 0.000115
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c200 void 0.000115
+gallium_dri.so free 0x55717358c070 void 0.000114
+gallium_dri.so malloc 72 0x55717358c070 0.000114
+gallium_dri.so free 0x55717358c2c0 void 0.000116
+gallium_dri.so free 0x55717358c070 void 0.000114
+gallium_dri.so malloc 72 0x55717358c270 0.000114
+gallium_dri.so free 0x55717358c340 void 0.000114
+gallium_dri.so free 0x55717358c270 void 0.000115
+gallium_dri.so malloc 72 0x55717358c390 0.000115
+gallium_dri.so free 0x55717358c400 void 0.000116
+gallium_dri.so free 0x55717358c390 void 0.000114
+gallium_dri.so malloc 72 0x55717358c420 0.000114
+gallium_dri.so free 0x55717358c4c0 void 0.000116
+gallium_dri.so free 0x55717358c420 void 0.000115
+gallium_dri.so malloc 72 0x55717358c470 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000115
+gallium_dri.so free 0x55717358c470 void 0.000116
+gallium_dri.so malloc 72 0x55717358c540 0.000115
+gallium_dri.so free 0x55717358c600 void 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000115
+gallium_dri.so malloc 72 0x55717358c540 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000115
+gallium_dri.so malloc 72 0x55717358c680 0.000115
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000116
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c8c0 void 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c870 0.000114
+gallium_dri.so free 0x55717358c940 void 0.000115
+gallium_dri.so free 0x55717358c870 void 0.000113
+gallium_dri.so malloc 72 0x55717358c990 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000115
+gallium_dri.so free 0x55717358c990 void 0.000116
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cac0 void 0.000116
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ca40 0.000115
+gallium_dri.so free 0x55717358cb40 void 0.000115
+gallium_dri.so free 0x55717358ca40 void 0.000123
+gallium_dri.so malloc 72 0x55717358cb70 0.000115
+gallium_dri.so free 0x55717358cbc0 void 0.000116
+gallium_dri.so free 0x55717358cb70 void 0.000115
+gallium_dri.so malloc 72 0x55717358cb70 0.000115
+gallium_dri.so free 0x55717358ccc0 void 0.000116
+gallium_dri.so free 0x55717358cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717358cc70 0.000114
+gallium_dri.so free 0x55717358cd80 void 0.000115
+gallium_dri.so free 0x55717358cc70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd30 0.000115
+gallium_dri.so free 0x55717358cdc0 void 0.000116
+gallium_dri.so free 0x55717358cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd30 0.000119
+gallium_dri.so free 0x55717358ce80 void 0.000115
+gallium_dri.so free 0x55717358cd30 void 0.000115
+gallium_dri.so malloc 72 0x55717358cef0 0.000117
+gallium_dri.so free 0x55717358cf40 void 0.000116
+gallium_dri.so free 0x55717358cef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cef0 0.000114
+gallium_dri.so free 0x55717358d040 void 0.000115
+gallium_dri.so free 0x55717358cef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cff0 0.000116
+gallium_dri.so free 0x55717358d100 void 0.000115
+gallium_dri.so free 0x55717358cff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d0b0 0.000117
+gallium_dri.so free 0x55717358d140 void 0.000115
+gallium_dri.so free 0x55717358d0b0 void 0.000195
+gallium_dri.so malloc 72 0x55717358d0b0 0.000119
+gallium_dri.so free 0x55717358d200 void 0.000116
+gallium_dri.so free 0x55717358d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d240 0.000114
+gallium_dri.so free 0x55717358d2c0 void 0.000113
+gallium_dri.so free 0x55717358d240 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2c0 0.000114
+gallium_dri.so free 0x55717358d380 void 0.000113
+gallium_dri.so free 0x55717358d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2c0 0.000114
+gallium_dri.so free 0x55717358d440 void 0.000117
+gallium_dri.so free 0x55717358d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d460 0.000117
+gallium_dri.so free 0x55717358d500 void 0.000115
+gallium_dri.so free 0x55717358d460 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4b0 0.000113
+gallium_dri.so free 0x55717358d580 void 0.000115
+gallium_dri.so free 0x55717358d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d4b0 0.000113
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so free 0x55717358d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d600 0.000115
+gallium_dri.so free 0x55717358d6c0 void 0.000115
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d600 0.000114
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so free 0x55717358d600 void 0.000128
+gallium_dri.so malloc 72 0x55717358d600 0.000115
+gallium_dri.so free 0x55717358d840 void 0.000116
+gallium_dri.so free 0x55717358d600 void 0.000113
+gallium_dri.so malloc 72 0x55717358d7f0 0.000114
+gallium_dri.so free 0x55717358d900 void 0.000113
+gallium_dri.so free 0x55717358d7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d8b0 0.000112
+gallium_dri.so free 0x55717358d980 void 0.000114
+gallium_dri.so free 0x55717358d8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d9d0 0.000113
+gallium_dri.so free 0x55717358da40 void 0.000115
+gallium_dri.so free 0x55717358d9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358da60 0.000115
+gallium_dri.so free 0x55717358db00 void 0.000114
+gallium_dri.so free 0x55717358da60 void 0.000112
+gallium_dri.so malloc 72 0x55717358dab0 0.000113
+gallium_dri.so free 0x55717358db80 void 0.000117
+gallium_dri.so free 0x55717358dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x55717358dab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358ddc0 void 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000126
+gallium_dri.so malloc 72 0x55717358dd70 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000106
+gallium_dri.so free 0x55717358dd70 void 0.000205
+gallium_dri.so malloc 72 0x55717358dd70 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df00 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so malloc 72 0x55717358df80 0.000114
+gallium_dri.so free 0x55717358e040 void 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000112
+gallium_dri.so malloc 72 0x55717358df80 0.000115
+gallium_dri.so free 0x55717358e0c0 void 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so malloc 72 0x55717358e0f0 0.000113
+gallium_dri.so free 0x55717358e140 void 0.000113
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e0f0 0.000113
+gallium_dri.so free 0x55717358e240 void 0.000114
+gallium_dri.so free 0x55717358e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e280 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000105
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so malloc 72 0x55717358e300 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000115
+gallium_dri.so free 0x55717358e300 void 0.000165
+gallium_dri.so malloc 72 0x55717358e300 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e470 void 0.000113
+gallium_dri.so malloc 72 0x55717358e470 0.000112
+gallium_dri.so free 0x55717358e5c0 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000113
+gallium_dri.so malloc 72 0x55717358e570 0.000115
+gallium_dri.so free 0x55717358e680 void 0.000115
+gallium_dri.so free 0x55717358e570 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000114
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000113
+gallium_dri.so free 0x55717358e7c0 void 0.000113
+gallium_dri.so free 0x55717358e630 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000115
+gallium_dri.so free 0x55717358e880 void 0.000113
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e830 0.000113
+gallium_dri.so free 0x55717358e900 void 0.000113
+gallium_dri.so free 0x55717358e830 void 0.000112
+gallium_dri.so malloc 72 0x55717358e950 0.000114
+gallium_dri.so free 0x55717358e9c0 void 0.000114
+gallium_dri.so free 0x55717358e950 void 0.000120
+gallium_dri.so malloc 72 0x55717358e9e0 0.000114
+gallium_dri.so free 0x55717358ea80 void 0.000114
+gallium_dri.so free 0x55717358e9e0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ea30 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so free 0x55717358ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717358eb00 0.000115
+gallium_dri.so free 0x55717358ebc0 void 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb00 0.000117
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec40 0.000121
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee30 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef50 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000114
+gallium_dri.so free 0x55717358ef50 void 0.000113
+gallium_dri.so malloc 72 0x55717358f000 0.000129
+gallium_dri.so free 0x55717358f080 void 0.000116
+gallium_dri.so free 0x55717358f000 void 0.000113
+gallium_dri.so malloc 72 0x55717358f000 0.000114
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so free 0x55717358f000 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000117
+gallium_dri.so free 0x55717358f130 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000113
+gallium_dri.so free 0x55717358f280 void 0.000113
+gallium_dri.so free 0x55717358f130 void 0.000114
+gallium_dri.so malloc 72 0x55717358f230 0.000114
+gallium_dri.so free 0x55717358f340 void 0.000114
+gallium_dri.so free 0x55717358f230 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2f0 0.000115
+gallium_dri.so free 0x55717358f380 void 0.000114
+gallium_dri.so free 0x55717358f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f2f0 0.000112
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000116
+gallium_dri.so free 0x55717358f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f600 void 0.000114
+gallium_dri.so free 0x55717358f4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f5b0 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000121
+gallium_dri.so free 0x55717358f5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f700 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000112
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000113
+gallium_dri.so malloc 72 0x55717358f800 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000114
+gallium_dri.so free 0x55717358f800 void 0.000114
+gallium_dri.so malloc 72 0x55717358f880 0.000113
+gallium_dri.so free 0x55717358f940 void 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so malloc 72 0x55717358f880 0.000113
+gallium_dri.so free 0x55717358fa00 void 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa20 0.000113
+gallium_dri.so free 0x55717358fac0 void 0.000114
+gallium_dri.so free 0x55717358fa20 void 0.000114
+gallium_dri.so malloc 72 0x55717358fa70 0.000113
+gallium_dri.so free 0x55717358fb40 void 0.000114
+gallium_dri.so free 0x55717358fa70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa70 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000115
+gallium_dri.so free 0x55717358fa70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000128
+gallium_dri.so free 0x55717358fbc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fd40 void 0.000118
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbc0 0.000113
+gallium_dri.so free 0x55717358fe00 void 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fdb0 0.000114
+gallium_dri.so free 0x55717358fec0 void 0.000114
+gallium_dri.so free 0x55717358fdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fe70 0.000114
+gallium_dri.so free 0x55717358ff40 void 0.000115
+gallium_dri.so free 0x55717358fe70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ff90 0.000113
+gallium_dri.so free 0x557173590000 void 0.000114
+gallium_dri.so free 0x55717358ff90 void 0.000113
+gallium_dri.so malloc 72 0x557173590020 0.000114
+gallium_dri.so free 0x5571735900c0 void 0.000113
+gallium_dri.so free 0x557173590020 void 0.000114
+gallium_dri.so malloc 72 0x557173590070 0.000114
+gallium_dri.so free 0x557173590140 void 0.000114
+gallium_dri.so free 0x557173590070 void 0.000113
+gallium_dri.so malloc 72 0x557173590070 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x557173590070 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000114
+gallium_dri.so free 0x557173590280 void 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735901c0 0.000114
+gallium_dri.so free 0x557173590380 void 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x557173590330 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000113
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x5571735904c0 0.000113
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590540 0.000116
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so malloc 72 0x557173590540 0.000114
+gallium_dri.so free 0x557173590680 void 0.000115
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000113
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so free 0x5571735906b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735906b0 0.000113
+gallium_dri.so free 0x557173590800 void 0.000115
+gallium_dri.so free 0x5571735906b0 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000114
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so free 0x557173590840 void 0.000165
+gallium_dri.so malloc 72 0x5571735908c0 0.000114
+gallium_dri.so free 0x557173590980 void 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735908c0 0.000113
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000113
+gallium_dri.so free 0x557173590a80 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000112
+gallium_dri.so free 0x557173590b80 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000113
+gallium_dri.so malloc 72 0x557173590b30 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000114
+gallium_dri.so free 0x557173590b30 void 0.000115
+gallium_dri.so malloc 72 0x557173590bf0 0.000114
+gallium_dri.so free 0x557173590cc0 void 0.000119
+gallium_dri.so free 0x557173590bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173590bf0 0.000113
+gallium_dri.so free 0x557173590d80 void 0.000114
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590bf0 0.000114
+gallium_dri.so free 0x557173590e40 void 0.000114
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590df0 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000114
+gallium_dri.so free 0x557173590df0 void 0.000140
+gallium_dri.so malloc 72 0x557173590f10 0.000116
+gallium_dri.so free 0x557173590f80 void 0.000114
+gallium_dri.so free 0x557173590f10 void 0.000116
+gallium_dri.so malloc 72 0x557173590fa0 0.000112
+gallium_dri.so free 0x557173591040 void 0.000114
+gallium_dri.so free 0x557173590fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173590ff0 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so free 0x557173590ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735910c0 0.000112
+gallium_dri.so free 0x557173591180 void 0.000113
+gallium_dri.so free 0x5571735910c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735910c0 0.000113
+gallium_dri.so free 0x557173591200 void 0.000115
+gallium_dri.so free 0x5571735910c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591200 0.000112
+gallium_dri.so free 0x5571735912c0 void 0.000115
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x557173591380 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000114
+gallium_dri.so free 0x557173591440 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x5571735913f0 0.000115
+gallium_dri.so free 0x5571735914c0 void 0.000115
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591510 0.000117
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x557173591510 void 0.000114
+gallium_dri.so malloc 72 0x5571735915c0 0.000113
+gallium_dri.so free 0x557173591640 void 0.000114
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915c0 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so free 0x5571735915c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735916f0 0.000113
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so free 0x5571735916f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735916f0 0.000113
+gallium_dri.so free 0x557173591840 void 0.000114
+gallium_dri.so free 0x5571735916f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735917f0 0.000130
+gallium_dri.so free 0x557173591900 void 0.000115
+gallium_dri.so free 0x5571735917f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735918b0 0.000114
+gallium_dri.so free 0x557173591940 void 0.000117
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735918b0 0.000114
+gallium_dri.so free 0x557173591a00 void 0.000115
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000114
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000184
+gallium_dri.so free 0x557173591bc0 void 0.000116
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591b70 0.000127
+gallium_dri.so free 0x557173591c80 void 0.000114
+gallium_dri.so free 0x557173591b70 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000114
+gallium_dri.so free 0x557173591cc0 void 0.000114
+gallium_dri.so free 0x557173591c30 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000113
+gallium_dri.so free 0x557173591c30 void 0.000112
+gallium_dri.so malloc 72 0x557173591dc0 0.000112
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000114
+gallium_dri.so free 0x557173591f00 void 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000113
+gallium_dri.so free 0x5571735f5480 void 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000112
+gallium_dri.so malloc 72 0x557173591e40 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x557173591e40 0.000117
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55b0 0.000124
+gallium_dri.so free 0x5571735f5680 void 0.000115
+gallium_dri.so free 0x5571735f55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56d0 0.000113
+gallium_dri.so free 0x5571735f5740 void 0.000115
+gallium_dri.so free 0x5571735f56d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5760 0.000114
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f5760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57b0 0.000114
+gallium_dri.so free 0x5571735f5880 void 0.000115
+gallium_dri.so free 0x5571735f57b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5880 0.000113
+gallium_dri.so free 0x5571735f5940 void 0.000113
+gallium_dri.so free 0x5571735f5880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5880 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so free 0x5571735f5880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x5571735f5b40 void 0.000122
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x5571735f5c00 void 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000124
+gallium_dri.so free 0x5571735f5bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5cd0 0.000115
+gallium_dri.so free 0x5571735f5d40 void 0.000112
+gallium_dri.so free 0x5571735f5cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5d80 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735f5d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5d80 0.000113
+gallium_dri.so free 0x5571735f5e80 void 0.000112
+gallium_dri.so free 0x5571735f5d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000116
+gallium_dri.so free 0x5571735f5f00 void 0.000114
+gallium_dri.so free 0x5571735f5eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000112
+gallium_dri.so free 0x5571735f6000 void 0.000152
+gallium_dri.so free 0x5571735f5eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000113
+gallium_dri.so free 0x5571735f60c0 void 0.000114
+gallium_dri.so free 0x5571735f5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6070 0.000112
+gallium_dri.so free 0x5571735f6100 void 0.000114
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6070 0.000112
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6230 0.000116
+gallium_dri.so free 0x5571735f6280 void 0.000164
+gallium_dri.so free 0x5571735f6230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6230 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000113
+gallium_dri.so free 0x5571735f6230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6330 0.000112
+gallium_dri.so free 0x5571735f6440 void 0.000116
+gallium_dri.so free 0x5571735f6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6580 0.000119
+gallium_dri.so free 0x5571735f6600 void 0.000123
+gallium_dri.so free 0x5571735f6580 void 0.000105
+gallium_dri.so malloc 72 0x5571735f6600 0.000156
+gallium_dri.so free 0x5571735f66c0 void 0.000198
+gallium_dri.so free 0x5571735f6600 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6600 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000117
+gallium_dri.so free 0x5571735f6600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67a0 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000114
+gallium_dri.so free 0x5571735f67a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f67f0 0.000140
+gallium_dri.so free 0x5571735f68c0 void 0.000120
+gallium_dri.so free 0x5571735f67f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f67f0 0.000119
+gallium_dri.so free 0x5571735f6940 void 0.000119
+gallium_dri.so free 0x5571735f67f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6940 0.000120
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so free 0x5571735f6940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6940 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6940 0.000116
+gallium_dri.so free 0x5571735f6b80 void 0.000114
+gallium_dri.so free 0x5571735f6940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f6b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000113
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d10 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000113
+gallium_dri.so free 0x5571735f6d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6da0 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000114
+gallium_dri.so free 0x5571735f6da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6df0 0.000127
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so free 0x5571735f6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6df0 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000114
+gallium_dri.so free 0x5571735f6df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f7000 void 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000115
+gallium_dri.so free 0x5571735f7100 void 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000113
+gallium_dri.so free 0x5571735f7140 void 0.000114
+gallium_dri.so free 0x5571735f70b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000117
+gallium_dri.so free 0x5571735f7200 void 0.000124
+gallium_dri.so free 0x5571735f70b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7240 0.000118
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7430 0.000164
+gallium_dri.so free 0x5571735f7480 void 0.000115
+gallium_dri.so free 0x5571735f7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000113
+gallium_dri.so free 0x5571735f7430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000115
+gallium_dri.so free 0x5571735f75c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7640 0.000112
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77b0 0.000113
+gallium_dri.so free 0x5571735f7800 void 0.000113
+gallium_dri.so free 0x5571735f77b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77b0 0.000112
+gallium_dri.so free 0x5571735f7900 void 0.000114
+gallium_dri.so free 0x5571735f77b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f78b0 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x5571735f78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000113
+gallium_dri.so free 0x5571735f7a40 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000127
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000113
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b70 0.000113
+gallium_dri.so free 0x5571735f7c40 void 0.000115
+gallium_dri.so free 0x5571735f7b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c90 0.000113
+gallium_dri.so free 0x5571735f7d00 void 0.000113
+gallium_dri.so free 0x5571735f7c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7d20 0.000113
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so free 0x5571735f7d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7d70 0.000114
+gallium_dri.so free 0x5571735f7e40 void 0.000117
+gallium_dri.so free 0x5571735f7d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e40 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000114
+gallium_dri.so free 0x5571735f7e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7e40 0.000113
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f80 0.000115
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000117
+gallium_dri.so free 0x5571735f7f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7f80 0.000118
+gallium_dri.so free 0x5571735f81c0 void 0.000122
+gallium_dri.so free 0x5571735f7f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8170 0.000123
+gallium_dri.so free 0x5571735f8240 void 0.000117
+gallium_dri.so free 0x5571735f8170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8290 0.000117
+gallium_dri.so free 0x5571735f8300 void 0.000114
+gallium_dri.so free 0x5571735f8290 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8340 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8340 0.000192
+gallium_dri.so free 0x5571735f8440 void 0.000157
+gallium_dri.so free 0x5571735f8340 void 0.000186
+gallium_dri.so malloc 72 0x5571735f8470 0.000117
+gallium_dri.so free 0x5571735f84c0 void 0.000116
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8470 0.000113
+gallium_dri.so free 0x5571735f85c0 void 0.000116
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8570 0.000115
+gallium_dri.so free 0x5571735f8680 void 0.000153
+gallium_dri.so free 0x5571735f8570 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8630 0.000114
+gallium_dri.so free 0x5571735f86c0 void 0.000116
+gallium_dri.so free 0x5571735f8630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8630 0.000116
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so free 0x5571735f8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f87f0 0.000116
+gallium_dri.so free 0x5571735f8840 void 0.000115
+gallium_dri.so free 0x5571735f87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f87f0 0.000113
+gallium_dri.so free 0x5571735f8940 void 0.000114
+gallium_dri.so free 0x5571735f87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f88f0 0.000117
+gallium_dri.so free 0x5571735f8a00 void 0.000115
+gallium_dri.so free 0x5571735f88f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735f8a40 void 0.000115
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89b0 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b40 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000115
+gallium_dri.so free 0x5571735f8b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000114
+gallium_dri.so free 0x5571735f8c80 void 0.000125
+gallium_dri.so free 0x5571735f8bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000116
+gallium_dri.so free 0x5571735f8d40 void 0.000115
+gallium_dri.so free 0x5571735f8bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8d60 0.000113
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so free 0x5571735f8d60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8db0 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so free 0x5571735f8db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8db0 0.000114
+gallium_dri.so free 0x5571735f8f00 void 0.000115
+gallium_dri.so free 0x5571735f8db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f00 0.000114
+gallium_dri.so free 0x5571735f8fc0 void 0.000116
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f00 0.000115
+gallium_dri.so free 0x5571735f9080 void 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f00 0.000115
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90f0 0.000115
+gallium_dri.so free 0x5571735f9200 void 0.000116
+gallium_dri.so free 0x5571735f90f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f92d0 0.000115
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f92d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9360 0.000113
+gallium_dri.so free 0x5571735f9400 void 0.000115
+gallium_dri.so free 0x5571735f9360 void 0.000116
+gallium_dri.so malloc 72 0x5571735f93b0 0.000114
+gallium_dri.so free 0x5571735f9480 void 0.000116
+gallium_dri.so free 0x5571735f93b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93b0 0.000114
+gallium_dri.so free 0x5571735f9500 void 0.000114
+gallium_dri.so free 0x5571735f93b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000115
+gallium_dri.so free 0x5571735f95c0 void 0.000115
+gallium_dri.so free 0x5571735f9500 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9500 0.000114
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x5571735f9500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000116
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000115
+gallium_dri.so free 0x5571735f9670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9800 0.000114
+gallium_dri.so free 0x5571735f9880 void 0.000116
+gallium_dri.so free 0x5571735f9800 void 0.000153
+gallium_dri.so malloc 72 0x5571735f9880 0.000116
+gallium_dri.so free 0x5571735f9940 void 0.000114
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9880 0.000114
+gallium_dri.so free 0x5571735f99c0 void 0.000115
+gallium_dri.so free 0x5571735f9880 void 0.000115
+gallium_dri.so malloc 72 0x5571735f99f0 0.000115
+gallium_dri.so free 0x5571735f9a40 void 0.000115
+gallium_dri.so free 0x5571735f99f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f99f0 0.000114
+gallium_dri.so free 0x5571735f9b40 void 0.000115
+gallium_dri.so free 0x5571735f99f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b80 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000115
+gallium_dri.so free 0x5571735f9b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c00 0.000120
+gallium_dri.so free 0x5571735f9cc0 void 0.000124
+gallium_dri.so free 0x5571735f9c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9c00 0.000119
+gallium_dri.so free 0x5571735f9d40 void 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d70 0.000114
+gallium_dri.so free 0x5571735f9dc0 void 0.000115
+gallium_dri.so free 0x5571735f9d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d70 0.000114
+gallium_dri.so free 0x5571735f9ec0 void 0.000121
+gallium_dri.so free 0x5571735f9d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9e70 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x5571735f9e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9f30 0.000115
+gallium_dri.so free 0x5571735fa000 void 0.000114
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571735fa0c0 void 0.000115
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x5571735fa180 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa130 0.000114
+gallium_dri.so free 0x5571735fa200 void 0.000116
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa250 0.000115
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735fa250 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000113
+gallium_dri.so free 0x5571735fa380 void 0.000115
+gallium_dri.so free 0x5571735fa2e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa330 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000114
+gallium_dri.so free 0x5571735fa330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa400 0.000115
+gallium_dri.so free 0x5571735fa4c0 void 0.000115
+gallium_dri.so free 0x5571735fa400 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa400 0.000116
+gallium_dri.so free 0x5571735fa540 void 0.000115
+gallium_dri.so free 0x5571735fa400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa540 0.000113
+gallium_dri.so free 0x5571735fa600 void 0.000114
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa540 0.000117
+gallium_dri.so free 0x5571735fa6c0 void 0.000116
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa540 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000116
+gallium_dri.so free 0x5571735fa800 void 0.000114
+gallium_dri.so free 0x5571735fa730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa850 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000114
+gallium_dri.so free 0x5571735fa850 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa900 0.000116
+gallium_dri.so free 0x5571735fa980 void 0.000115
+gallium_dri.so free 0x5571735fa900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa900 0.000114
+gallium_dri.so free 0x5571735faa00 void 0.000114
+gallium_dri.so free 0x5571735fa900 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa30 0.000114
+gallium_dri.so free 0x5571735faa80 void 0.000114
+gallium_dri.so free 0x5571735faa30 void 0.000161
+gallium_dri.so malloc 72 0x5571735faa30 0.000128
+gallium_dri.so free 0x5571735fab80 void 0.000160
+gallium_dri.so free 0x5571735faa30 void 0.000161
+gallium_dri.so malloc 72 0x5571735fab30 0.000119
+gallium_dri.so free 0x5571735fac40 void 0.000117
+gallium_dri.so free 0x5571735fab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fabf0 0.000113
+gallium_dri.so free 0x5571735fac80 void 0.000114
+gallium_dri.so free 0x5571735fabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fabf0 0.000111
+gallium_dri.so free 0x5571735fad40 void 0.000111
+gallium_dri.so free 0x5571735fabf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fadb0 0.000110
+gallium_dri.so free 0x5571735fae00 void 0.000111
+gallium_dri.so free 0x5571735fadb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fadb0 0.000110
+gallium_dri.so free 0x5571735faf00 void 0.000112
+gallium_dri.so free 0x5571735fadb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faeb0 0.000115
+gallium_dri.so free 0x5571735fafc0 void 0.000117
+gallium_dri.so free 0x5571735faeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735faf70 0.000112
+gallium_dri.so free 0x5571735fb000 void 0.000113
+gallium_dri.so free 0x5571735faf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735faf70 0.000111
+gallium_dri.so free 0x5571735fb0c0 void 0.000126
+gallium_dri.so free 0x5571735faf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb100 0.000112
+gallium_dri.so free 0x5571735fb180 void 0.000117
+gallium_dri.so free 0x5571735fb100 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb180 0.000114
+gallium_dri.so free 0x5571735fb240 void 0.000121
+gallium_dri.so free 0x5571735fb180 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb180 0.000119
+gallium_dri.so free 0x5571735fb300 void 0.000120
+gallium_dri.so free 0x5571735fb180 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb320 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000114
+gallium_dri.so free 0x5571735fb320 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb370 0.000114
+gallium_dri.so free 0x5571735fb440 void 0.000115
+gallium_dri.so free 0x5571735fb370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb370 0.000113
+gallium_dri.so free 0x5571735fb4c0 void 0.000115
+gallium_dri.so free 0x5571735fb370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000115
+gallium_dri.so free 0x5571735fb580 void 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000119
+gallium_dri.so free 0x5571735fb640 void 0.000116
+gallium_dri.so free 0x5571735fb4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000121
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000116
+gallium_dri.so free 0x5571735fb7c0 void 0.000114
+gallium_dri.so free 0x5571735fb6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb770 0.000113
+gallium_dri.so free 0x5571735fb840 void 0.000113
+gallium_dri.so free 0x5571735fb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb890 0.000115
+gallium_dri.so free 0x5571735fb900 void 0.000114
+gallium_dri.so free 0x5571735fb890 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb920 0.000113
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so free 0x5571735fb920 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb970 0.000113
+gallium_dri.so free 0x5571735fba40 void 0.000115
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb970 0.000113
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbac0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbac0 0.000115
+gallium_dri.so free 0x5571735fbc80 void 0.000115
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735fbcc0 void 0.000165
+gallium_dri.so free 0x5571735fbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000126
+gallium_dri.so free 0x5571735fbd80 void 0.000114
+gallium_dri.so free 0x5571735fbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000112
+gallium_dri.so free 0x5571735fbe40 void 0.000114
+gallium_dri.so free 0x5571735fbdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbe40 0.000112
+gallium_dri.so free 0x5571735fbf00 void 0.000114
+gallium_dri.so free 0x5571735fbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbe40 0.000119
+gallium_dri.so free 0x5571735fbf80 void 0.000120
+gallium_dri.so free 0x5571735fbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000114
+gallium_dri.so free 0x5571735fc000 void 0.000113
+gallium_dri.so free 0x5571735fbfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000116
+gallium_dri.so free 0x5571735fc100 void 0.000115
+gallium_dri.so free 0x5571735fbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc140 0.000123
+gallium_dri.so free 0x5571735fc1c0 void 0.000123
+gallium_dri.so free 0x5571735fc140 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000116
+gallium_dri.so free 0x5571735fc280 void 0.000115
+gallium_dri.so free 0x5571735fc1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc1c0 0.000127
+gallium_dri.so free 0x5571735fc300 void 0.000116
+gallium_dri.so free 0x5571735fc1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc330 0.000113
+gallium_dri.so free 0x5571735fc380 void 0.000113
+gallium_dri.so free 0x5571735fc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc330 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc430 0.000114
+gallium_dri.so free 0x5571735fc540 void 0.000115
+gallium_dri.so free 0x5571735fc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000114
+gallium_dri.so free 0x5571735fc5c0 void 0.000121
+gallium_dri.so free 0x5571735fc4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000114
+gallium_dri.so free 0x5571735fc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000114
+gallium_dri.so free 0x5571735fc7c0 void 0.000114
+gallium_dri.so free 0x5571735fc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc810 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000114
+gallium_dri.so free 0x5571735fc810 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc8a0 0.000122
+gallium_dri.so free 0x5571735fc940 void 0.000117
+gallium_dri.so free 0x5571735fc8a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc8f0 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000115
+gallium_dri.so free 0x5571735fc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000114
+gallium_dri.so free 0x5571735fca80 void 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000113
+gallium_dri.so free 0x5571735fcb00 void 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb00 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000115
+gallium_dri.so free 0x5571735fcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb00 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb00 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000116
+gallium_dri.so free 0x5571735fcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccf0 0.000114
+gallium_dri.so free 0x5571735fcdc0 void 0.000115
+gallium_dri.so free 0x5571735fccf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fce10 0.000113
+gallium_dri.so free 0x5571735fce80 void 0.000119
+gallium_dri.so free 0x5571735fce10 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcec0 0.000126
+gallium_dri.so free 0x5571735fcf40 void 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcec0 0.000114
+gallium_dri.so free 0x5571735fcfc0 void 0.000180
+gallium_dri.so free 0x5571735fcec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcff0 0.000123
+gallium_dri.so free 0x5571735fd040 void 0.000123
+gallium_dri.so free 0x5571735fcff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcff0 0.000127
+gallium_dri.so free 0x5571735fd140 void 0.000119
+gallium_dri.so free 0x5571735fcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000117
+gallium_dri.so free 0x5571735fd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000115
+gallium_dri.so free 0x5571735fd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd370 0.000114
+gallium_dri.so free 0x5571735fd3c0 void 0.000115
+gallium_dri.so free 0x5571735fd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd370 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd370 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd470 0.000115
+gallium_dri.so free 0x5571735fd580 void 0.000114
+gallium_dri.so free 0x5571735fd470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd530 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000115
+gallium_dri.so free 0x5571735fd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd530 0.000114
+gallium_dri.so free 0x5571735fd680 void 0.000114
+gallium_dri.so free 0x5571735fd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000113
+gallium_dri.so free 0x5571735fd740 void 0.000115
+gallium_dri.so free 0x5571735fd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd740 0.000115
+gallium_dri.so free 0x5571735fd800 void 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd740 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000116
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8e0 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so free 0x5571735fd8e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd930 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000113
+gallium_dri.so free 0x5571735fd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd930 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd930 void 0.000157
+gallium_dri.so malloc 72 0x5571735fda80 0.000116
+gallium_dri.so free 0x5571735fdb40 void 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000112
+gallium_dri.so free 0x5571735fdc00 void 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000112
+gallium_dri.so free 0x5571735fdcc0 void 0.000112
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc70 0.000112
+gallium_dri.so free 0x5571735fdd80 void 0.000112
+gallium_dri.so free 0x5571735fdc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd30 0.000111
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so free 0x5571735fdd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde50 0.000113
+gallium_dri.so free 0x5571735fdec0 void 0.000111
+gallium_dri.so free 0x5571735fde50 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdee0 0.000123
+gallium_dri.so free 0x5571735fdf80 void 0.000125
+gallium_dri.so free 0x5571735fdee0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdf30 0.000123
+gallium_dri.so free 0x5571735fe000 void 0.000119
+gallium_dri.so free 0x5571735fdf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf30 0.000115
+gallium_dri.so free 0x5571735fe080 void 0.000115
+gallium_dri.so free 0x5571735fdf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe080 0.000116
+gallium_dri.so free 0x5571735fe140 void 0.000114
+gallium_dri.so free 0x5571735fe080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe080 0.000114
+gallium_dri.so free 0x5571735fe240 void 0.000114
+gallium_dri.so free 0x5571735fe080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000112
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735fe1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000113
+gallium_dri.so free 0x5571735fe340 void 0.000115
+gallium_dri.so free 0x5571735fe1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe380 0.000114
+gallium_dri.so free 0x5571735fe400 void 0.000115
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe400 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe400 0.000114
+gallium_dri.so free 0x5571735fe540 void 0.000118
+gallium_dri.so free 0x5571735fe400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe570 0.000115
+gallium_dri.so free 0x5571735fe5c0 void 0.000115
+gallium_dri.so free 0x5571735fe570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe570 0.000115
+gallium_dri.so free 0x5571735fe6c0 void 0.000115
+gallium_dri.so free 0x5571735fe570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe700 0.000119
+gallium_dri.so free 0x5571735fe780 void 0.000115
+gallium_dri.so free 0x5571735fe700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe780 0.000115
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735fe780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe780 0.000113
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000113
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so free 0x5571735fe8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000113
+gallium_dri.so free 0x5571735fea40 void 0.000115
+gallium_dri.so free 0x5571735fe8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe9f0 0.000114
+gallium_dri.so free 0x5571735feb00 void 0.000116
+gallium_dri.so free 0x5571735fe9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735feab0 0.000114
+gallium_dri.so free 0x5571735feb80 void 0.000115
+gallium_dri.so free 0x5571735feab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feab0 0.000115
+gallium_dri.so free 0x5571735fec40 void 0.000115
+gallium_dri.so free 0x5571735feab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feab0 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000120
+gallium_dri.so free 0x5571735feab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fecb0 0.000121
+gallium_dri.so free 0x5571735fed80 void 0.000116
+gallium_dri.so free 0x5571735fecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedd0 0.000111
+gallium_dri.so free 0x5571735fee40 void 0.000195
+gallium_dri.so free 0x5571735fedd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fee60 0.000124
+gallium_dri.so free 0x5571735fef00 void 0.000124
+gallium_dri.so free 0x5571735fee60 void 0.000125
+gallium_dri.so malloc 72 0x5571735feeb0 0.000126
+gallium_dri.so free 0x5571735fef80 void 0.000118
+gallium_dri.so free 0x5571735feeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fef80 0.000115
+gallium_dri.so free 0x5571735ff040 void 0.000115
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fef80 0.000113
+gallium_dri.so free 0x5571735ff0c0 void 0.000115
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000115
+gallium_dri.so free 0x5571735ff180 void 0.000114
+gallium_dri.so free 0x5571735ff0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000113
+gallium_dri.so free 0x5571735ff240 void 0.000116
+gallium_dri.so free 0x5571735ff0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0c0 0.000115
+gallium_dri.so free 0x5571735ff300 void 0.000124
+gallium_dri.so free 0x5571735ff0c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3d0 0.000114
+gallium_dri.so free 0x5571735ff440 void 0.000115
+gallium_dri.so free 0x5571735ff3d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff480 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff480 0.000114
+gallium_dri.so free 0x5571735ff580 void 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000114
+gallium_dri.so free 0x5571735ff600 void 0.000115
+gallium_dri.so free 0x5571735ff5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000113
+gallium_dri.so free 0x5571735ff5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000115
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so free 0x5571735ff6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff770 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000115
+gallium_dri.so free 0x5571735ff770 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff770 0.000113
+gallium_dri.so free 0x5571735ff8c0 void 0.000116
+gallium_dri.so free 0x5571735ff770 void 0.000181
+gallium_dri.so malloc 72 0x5571735ff930 0.000112
+gallium_dri.so free 0x5571735ff980 void 0.000112
+gallium_dri.so free 0x5571735ff930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff930 0.000112
+gallium_dri.so free 0x5571735ffa80 void 0.000111
+gallium_dri.so free 0x5571735ff930 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffa30 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000111
+gallium_dri.so free 0x5571735ffa30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000111
+gallium_dri.so free 0x5571735ffb80 void 0.000113
+gallium_dri.so free 0x5571735ffaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000111
+gallium_dri.so free 0x5571735ffc40 void 0.000111
+gallium_dri.so free 0x5571735ffaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffc80 0.000112
+gallium_dri.so free 0x5571735ffd00 void 0.000111
+gallium_dri.so free 0x5571735ffc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd00 0.000116
+gallium_dri.so free 0x5571735ffdc0 void 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffd00 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000124
+gallium_dri.so free 0x5571735ffd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffea0 0.000118
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so free 0x5571735ffea0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ffef0 0.000113
+gallium_dri.so free 0x5571735cae40 void 0.000115
+gallium_dri.so free 0x5571735ffef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffef0 0.000113
+gallium_dri.so free 0x5571735caf40 void 0.000113
+gallium_dri.so free 0x5571735ffef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735caef0 0.000112
+gallium_dri.so free 0x5571735cb000 void 0.000114
+gallium_dri.so free 0x5571735caef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb100 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb150 0.000113
+gallium_dri.so free 0x5571735cb1c0 void 0.000114
+gallium_dri.so free 0x5571735cb150 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb200 0.000114
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb280 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000118
+gallium_dri.so free 0x5571735cb280 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb280 0.000126
+gallium_dri.so free 0x5571735cb3c0 void 0.000125
+gallium_dri.so free 0x5571735cb280 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000122
+gallium_dri.so free 0x5571735cb440 void 0.000114
+gallium_dri.so free 0x5571735cb3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000129
+gallium_dri.so free 0x5571735cb540 void 0.000122
+gallium_dri.so free 0x5571735cb3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000167
+gallium_dri.so free 0x5571735cb600 void 0.000131
+gallium_dri.so free 0x5571735cb4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cb5b0 0.000124
+gallium_dri.so free 0x5571735cb680 void 0.000125
+gallium_dri.so free 0x5571735cb5b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cb6a0 0.000125
+gallium_dri.so free 0x5571735cb740 void 0.000125
+gallium_dri.so free 0x5571735cb6a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000127
+gallium_dri.so free 0x5571735cb7c0 void 0.000126
+gallium_dri.so free 0x5571735cb6f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000131
+gallium_dri.so free 0x5571735cb840 void 0.000130
+gallium_dri.so free 0x5571735cb6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb840 0.000131
+gallium_dri.so free 0x5571735cb900 void 0.000133
+gallium_dri.so free 0x5571735cb840 void 0.000191
+gallium_dri.so malloc 72 0x5571735cb840 0.000130
+gallium_dri.so free 0x5571735cb9c0 void 0.000133
+gallium_dri.so free 0x5571735cb840 void 0.000132
+gallium_dri.so malloc 72 0x5571735cb840 0.000132
+gallium_dri.so free 0x5571735cba80 void 0.000128
+gallium_dri.so free 0x5571735cb840 void 0.000127
+gallium_dri.so malloc 72 0x5571735cba30 0.000124
+gallium_dri.so free 0x5571735cba80 void 0.000125
+gallium_dri.so free 0x5571735cba30 void 0.000127
+gallium_dri.so malloc 72 0x5571735cba30 0.000125
+gallium_dri.so free 0x5571735cbb80 void 0.000126
+gallium_dri.so free 0x5571735cba30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbb30 0.000127
+gallium_dri.so free 0x5571735cbc40 void 0.000126
+gallium_dri.so free 0x5571735cbb30 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000124
+gallium_dri.so free 0x5571735cbc80 void 0.000125
+gallium_dri.so free 0x5571735cbbf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000120
+gallium_dri.so free 0x5571735cbd40 void 0.000114
+gallium_dri.so free 0x5571735cbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbd80 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000113
+gallium_dri.so free 0x5571735cbd80 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbe00 0.000117
+gallium_dri.so free 0x5571735cbec0 void 0.000115
+gallium_dri.so free 0x5571735cbe00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbe00 0.000113
+gallium_dri.so free 0x5571735cbf80 void 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbfa0 0.000114
+gallium_dri.so free 0x5571735cc040 void 0.000114
+gallium_dri.so free 0x5571735cbfa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbff0 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000114
+gallium_dri.so free 0x5571735cbff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbff0 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000115
+gallium_dri.so free 0x5571735cbff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc140 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000121
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc140 0.000113
+gallium_dri.so free 0x5571735cc2c0 void 0.000115
+gallium_dri.so free 0x5571735cc140 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc140 0.000116
+gallium_dri.so free 0x5571735cc380 void 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc330 0.000114
+gallium_dri.so free 0x5571735cc440 void 0.000114
+gallium_dri.so free 0x5571735cc330 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000188
+gallium_dri.so free 0x5571735cc4c0 void 0.000115
+gallium_dri.so free 0x5571735cc3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc510 0.000113
+gallium_dri.so free 0x5571735cc580 void 0.000113
+gallium_dri.so free 0x5571735cc510 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000112
+gallium_dri.so free 0x5571735cc640 void 0.000112
+gallium_dri.so free 0x5571735cc5a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000112
+gallium_dri.so free 0x5571735cc6c0 void 0.000112
+gallium_dri.so free 0x5571735cc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000112
+gallium_dri.so free 0x5571735cc740 void 0.000113
+gallium_dri.so free 0x5571735cc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc740 0.000110
+gallium_dri.so free 0x5571735cc800 void 0.000112
+gallium_dri.so free 0x5571735cc740 void 0.000111
+gallium_dri.so malloc 72 0x5571735cc740 0.000112
+gallium_dri.so free 0x5571735cc900 void 0.000110
+gallium_dri.so free 0x5571735cc740 void 0.000112
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000115
+gallium_dri.so free 0x5571735cc940 void 0.000115
+gallium_dri.so free 0x5571735cc8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000114
+gallium_dri.so free 0x5571735cca00 void 0.000120
+gallium_dri.so free 0x5571735cc8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cca40 0.000127
+gallium_dri.so free 0x5571735ccac0 void 0.000113
+gallium_dri.so free 0x5571735cca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccac0 0.000113
+gallium_dri.so free 0x5571735ccb80 void 0.000113
+gallium_dri.so free 0x5571735ccac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccac0 0.000112
+gallium_dri.so free 0x5571735ccc00 void 0.000113
+gallium_dri.so free 0x5571735ccac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccc30 0.000124
+gallium_dri.so free 0x5571735ccc80 void 0.000121
+gallium_dri.so free 0x5571735ccc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccc30 0.000116
+gallium_dri.so free 0x5571735ccd80 void 0.000114
+gallium_dri.so free 0x5571735ccc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000113
+gallium_dri.so free 0x5571735ccdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cce40 0.000113
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so free 0x5571735cce40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cce40 0.000119
+gallium_dri.so free 0x5571735ccf80 void 0.000118
+gallium_dri.so free 0x5571735cce40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000113
+gallium_dri.so free 0x5571735cd000 void 0.000114
+gallium_dri.so free 0x5571735ccfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000122
+gallium_dri.so free 0x5571735cd100 void 0.000114
+gallium_dri.so free 0x5571735ccfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000114
+gallium_dri.so free 0x5571735cd1c0 void 0.000124
+gallium_dri.so free 0x5571735cd0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd170 0.000140
+gallium_dri.so free 0x5571735cd240 void 0.000152
+gallium_dri.so free 0x5571735cd170 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd170 0.000129
+gallium_dri.so free 0x5571735cd300 void 0.000129
+gallium_dri.so free 0x5571735cd170 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd170 0.000193
+gallium_dri.so free 0x5571735cd3c0 void 0.000128
+gallium_dri.so free 0x5571735cd170 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd440 void 0.000113
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd490 0.000114
+gallium_dri.so free 0x5571735cd500 void 0.000115
+gallium_dri.so free 0x5571735cd490 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd520 0.000114
+gallium_dri.so free 0x5571735cd5c0 void 0.000115
+gallium_dri.so free 0x5571735cd520 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd570 0.000114
+gallium_dri.so free 0x5571735cd640 void 0.000119
+gallium_dri.so free 0x5571735cd570 void 0.000139
+gallium_dri.so malloc 72 0x5571735cd640 0.000116
+gallium_dri.so free 0x5571735cd700 void 0.000114
+gallium_dri.so free 0x5571735cd640 void 0.000116
+gallium_dri.so malloc 72 0x5571735cd640 0.000113
+gallium_dri.so free 0x5571735cd780 void 0.000112
+gallium_dri.so free 0x5571735cd640 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd780 0.000124
+gallium_dri.so free 0x5571735cd840 void 0.000124
+gallium_dri.so free 0x5571735cd780 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd780 0.000122
+gallium_dri.so free 0x5571735cd900 void 0.000114
+gallium_dri.so free 0x5571735cd780 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd780 0.000113
+gallium_dri.so free 0x5571735cd9c0 void 0.000114
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd970 0.000113
+gallium_dri.so free 0x5571735cda40 void 0.000115
+gallium_dri.so free 0x5571735cd970 void 0.000114
+gallium_dri.so malloc 72 0x5571735cda90 0.000114
+gallium_dri.so free 0x5571735cdb00 void 0.000121
+gallium_dri.so free 0x5571735cda90 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdb40 0.000113
+gallium_dri.so free 0x5571735cdbc0 void 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdb40 0.000122
+gallium_dri.so free 0x5571735cdc40 void 0.000116
+gallium_dri.so free 0x5571735cdb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdc70 0.000114
+gallium_dri.so free 0x5571735cdcc0 void 0.000114
+gallium_dri.so free 0x5571735cdc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdc70 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000112
+gallium_dri.so free 0x5571735cdc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdd70 0.000113
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so free 0x5571735cdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde30 0.000113
+gallium_dri.so free 0x5571735cdec0 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cde30 0.000113
+gallium_dri.so free 0x5571735cdf80 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cdff0 0.000114
+gallium_dri.so free 0x5571735ce040 void 0.000114
+gallium_dri.so free 0x5571735cdff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cdff0 0.000114
+gallium_dri.so free 0x5571735ce140 void 0.000116
+gallium_dri.so free 0x5571735cdff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000115
+gallium_dri.so free 0x5571735ce200 void 0.000112
+gallium_dri.so free 0x5571735ce0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000132
+gallium_dri.so free 0x5571735ce1b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000133
+gallium_dri.so free 0x5571735ce300 void 0.000133
+gallium_dri.so free 0x5571735ce1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce340 0.000133
+gallium_dri.so free 0x5571735ce3c0 void 0.000130
+gallium_dri.so free 0x5571735ce340 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000132
+gallium_dri.so free 0x5571735ce480 void 0.000134
+gallium_dri.so free 0x5571735ce3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000133
+gallium_dri.so free 0x5571735ce540 void 0.000137
+gallium_dri.so free 0x5571735ce3c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ce560 0.000172
+gallium_dri.so free 0x5571735ce600 void 0.000136
+gallium_dri.so free 0x5571735ce560 void 0.000133
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000136
+gallium_dri.so free 0x5571735ce680 void 0.000134
+gallium_dri.so free 0x5571735ce5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000141
+gallium_dri.so free 0x5571735ce700 void 0.000148
+gallium_dri.so free 0x5571735ce5b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ce700 0.000141
+gallium_dri.so free 0x5571735ce7c0 void 0.000134
+gallium_dri.so free 0x5571735ce700 void 0.000135
+gallium_dri.so malloc 72 0x5571735ce700 0.000134
+gallium_dri.so free 0x5571735ce880 void 0.000134
+gallium_dri.so free 0x5571735ce700 void 0.000133
+gallium_dri.so malloc 72 0x5571735ce700 0.000261
+gallium_dri.so free 0x5571735ce940 void 0.000182
+gallium_dri.so free 0x5571735ce700 void 0.000176
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000141
+gallium_dri.so free 0x5571735cea00 void 0.000142
+gallium_dri.so free 0x5571735ce8f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000143
+gallium_dri.so free 0x5571735cea80 void 0.000125
+gallium_dri.so free 0x5571735ce9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cead0 0.000112
+gallium_dri.so free 0x5571735ceb40 void 0.000111
+gallium_dri.so free 0x5571735cead0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ceb60 0.000112
+gallium_dri.so free 0x5571735cec00 void 0.000112
+gallium_dri.so free 0x5571735ceb60 void 0.000110
+gallium_dri.so malloc 72 0x5571735cebb0 0.000123
+gallium_dri.so free 0x5571735cec80 void 0.000116
+gallium_dri.so free 0x5571735cebb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cebb0 0.000110
+gallium_dri.so free 0x5571735ced00 void 0.000112
+gallium_dri.so free 0x5571735cebb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ced00 0.000112
+gallium_dri.so free 0x5571735cedc0 void 0.000111
+gallium_dri.so free 0x5571735ced00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ced00 0.000110
+gallium_dri.so free 0x5571735ceec0 void 0.000110
+gallium_dri.so free 0x5571735ced00 void 0.000110
+gallium_dri.so malloc 72 0x5571735cee70 0.000110
+gallium_dri.so free 0x5571735cef00 void 0.000112
+gallium_dri.so free 0x5571735cee70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cee70 0.000110
+gallium_dri.so free 0x5571735cefc0 void 0.000111
+gallium_dri.so free 0x5571735cee70 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf000 0.000110
+gallium_dri.so free 0x5571735cf080 void 0.000111
+gallium_dri.so free 0x5571735cf000 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf080 0.000111
+gallium_dri.so free 0x5571735cf140 void 0.000121
+gallium_dri.so free 0x5571735cf080 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf080 0.000112
+gallium_dri.so free 0x5571735cf1c0 void 0.000113
+gallium_dri.so free 0x5571735cf080 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000114
+gallium_dri.so free 0x5571735cf240 void 0.000122
+gallium_dri.so free 0x5571735cf1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000111
+gallium_dri.so free 0x5571735cf340 void 0.000109
+gallium_dri.so free 0x5571735cf1f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf380 0.000110
+gallium_dri.so free 0x5571735cf400 void 0.000110
+gallium_dri.so free 0x5571735cf380 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf400 0.000110
+gallium_dri.so free 0x5571735cf4c0 void 0.000111
+gallium_dri.so free 0x5571735cf400 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf400 0.000110
+gallium_dri.so free 0x5571735cf540 void 0.000111
+gallium_dri.so free 0x5571735cf400 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf570 0.000111
+gallium_dri.so free 0x5571735cf5c0 void 0.000111
+gallium_dri.so free 0x5571735cf570 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf570 0.000110
+gallium_dri.so free 0x5571735cf6c0 void 0.000110
+gallium_dri.so free 0x5571735cf570 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf670 0.000110
+gallium_dri.so free 0x5571735cf780 void 0.000111
+gallium_dri.so free 0x5571735cf670 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf730 0.000111
+gallium_dri.so free 0x5571735cf800 void 0.000110
+gallium_dri.so free 0x5571735cf730 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf730 0.000111
+gallium_dri.so free 0x5571735cf8c0 void 0.000111
+gallium_dri.so free 0x5571735cf730 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf730 0.000122
+gallium_dri.so free 0x5571735cf980 void 0.000118
+gallium_dri.so free 0x5571735cf730 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf930 0.000111
+gallium_dri.so free 0x5571735cfa00 void 0.000111
+gallium_dri.so free 0x5571735cf930 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfa50 0.000110
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa50 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfae0 0.000110
+gallium_dri.so free 0x5571735cfb80 void 0.000110
+gallium_dri.so free 0x5571735cfae0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfb30 0.000110
+gallium_dri.so free 0x5571735cfc00 void 0.000110
+gallium_dri.so free 0x5571735cfb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfc00 0.000112
+gallium_dri.so free 0x5571735cfcc0 void 0.000110
+gallium_dri.so free 0x5571735cfc00 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfc00 0.000110
+gallium_dri.so free 0x5571735cfd40 void 0.000110
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfd40 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfd40 0.000110
+gallium_dri.so free 0x5571735cfec0 void 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfd40 0.000153
+gallium_dri.so free 0x5571735cff80 void 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cff30 0.000112
+gallium_dri.so free 0x5571735d0000 void 0.000111
+gallium_dri.so free 0x5571735cff30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0050 0.000110
+gallium_dri.so free 0x5571735d00c0 void 0.000109
+gallium_dri.so free 0x5571735d0050 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0100 0.000110
+gallium_dri.so free 0x5571735d0180 void 0.000110
+gallium_dri.so free 0x5571735d0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0100 0.000110
+gallium_dri.so free 0x5571735d0200 void 0.000111
+gallium_dri.so free 0x5571735d0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0230 0.000110
+gallium_dri.so free 0x5571735d0280 void 0.000112
+gallium_dri.so free 0x5571735d0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0230 0.000110
+gallium_dri.so free 0x5571735d0380 void 0.000112
+gallium_dri.so free 0x5571735d0230 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0330 0.000115
+gallium_dri.so free 0x5571735d0440 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d03f0 0.000115
+gallium_dri.so free 0x5571735d0480 void 0.000111
+gallium_dri.so free 0x5571735d03f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d03f0 0.000111
+gallium_dri.so free 0x5571735d0540 void 0.000124
+gallium_dri.so free 0x5571735d03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d05b0 0.000115
+gallium_dri.so free 0x5571735d0600 void 0.000113
+gallium_dri.so free 0x5571735d05b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d05b0 0.000110
+gallium_dri.so free 0x5571735d0700 void 0.000110
+gallium_dri.so free 0x5571735d05b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d06b0 0.000110
+gallium_dri.so free 0x5571735d07c0 void 0.000111
+gallium_dri.so free 0x5571735d06b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0770 0.000111
+gallium_dri.so free 0x5571735d0800 void 0.000110
+gallium_dri.so free 0x5571735d0770 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0770 0.000111
+gallium_dri.so free 0x5571735d08c0 void 0.000113
+gallium_dri.so free 0x5571735d0770 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0900 0.000110
+gallium_dri.so free 0x5571735d0980 void 0.000112
+gallium_dri.so free 0x5571735d0900 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0980 0.000109
+gallium_dri.so free 0x5571735d0a40 void 0.000118
+gallium_dri.so free 0x5571735d0980 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0980 0.000116
+gallium_dri.so free 0x5571735d0b00 void 0.000112
+gallium_dri.so free 0x5571735d0980 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b20 0.000111
+gallium_dri.so free 0x5571735d0bc0 void 0.000127
+gallium_dri.so free 0x5571735d0b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000111
+gallium_dri.so free 0x5571735d0b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0b70 0.000111
+gallium_dri.so free 0x5571735d0cc0 void 0.000112
+gallium_dri.so free 0x5571735d0b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000110
+gallium_dri.so free 0x5571735d0d80 void 0.000110
+gallium_dri.so free 0x5571735d0cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000110
+gallium_dri.so free 0x5571735d0e40 void 0.000110
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000111
+gallium_dri.so free 0x5571735d0f00 void 0.000111
+gallium_dri.so free 0x5571735d0cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000110
+gallium_dri.so free 0x5571735d0fc0 void 0.000111
+gallium_dri.so free 0x5571735d0eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0f70 0.000110
+gallium_dri.so free 0x5571735d1040 void 0.000111
+gallium_dri.so free 0x5571735d0f70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1090 0.000111
+gallium_dri.so free 0x5571735d1100 void 0.000111
+gallium_dri.so free 0x5571735d1090 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1120 0.000110
+gallium_dri.so free 0x5571735d11c0 void 0.000110
+gallium_dri.so free 0x5571735d1120 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1170 0.000129
+gallium_dri.so free 0x5571735d1240 void 0.000129
+gallium_dri.so free 0x5571735d1170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1170 0.000130
+gallium_dri.so free 0x5571735d12c0 void 0.000130
+gallium_dri.so free 0x5571735d1170 void 0.000129
+gallium_dri.so malloc 72 0x5571735d12c0 0.000120
+gallium_dri.so free 0x5571735d1380 void 0.000120
+gallium_dri.so free 0x5571735d12c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d12c0 0.000124
+gallium_dri.so free 0x5571735d1480 void 0.000118
+gallium_dri.so free 0x5571735d12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1430 0.000124
+gallium_dri.so free 0x5571735d14c0 void 0.000118
+gallium_dri.so free 0x5571735d1430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1430 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15c0 0.000113
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so free 0x5571735d15c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1640 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000127
+gallium_dri.so free 0x5571735d1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1640 0.000114
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17b0 0.000114
+gallium_dri.so free 0x5571735d1800 void 0.000115
+gallium_dri.so free 0x5571735d17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17b0 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1940 0.000112
+gallium_dri.so free 0x5571735d19c0 void 0.000115
+gallium_dri.so free 0x5571735d1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735d19c0 0.000114
+gallium_dri.so free 0x5571735d1a80 void 0.000116
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d19c0 0.000113
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b30 0.000114
+gallium_dri.so free 0x5571735d1b80 void 0.000114
+gallium_dri.so free 0x5571735d1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b30 0.000114
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so free 0x5571735d1b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d40 void 0.000126
+gallium_dri.so free 0x5571735d1c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000114
+gallium_dri.so free 0x5571735d1dc0 void 0.000115
+gallium_dri.so free 0x5571735d1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000112
+gallium_dri.so free 0x5571735d1e80 void 0.000114
+gallium_dri.so free 0x5571735d1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735d1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2010 0.000113
+gallium_dri.so free 0x5571735d2080 void 0.000114
+gallium_dri.so free 0x5571735d2010 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20a0 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000113
+gallium_dri.so free 0x5571735d20a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d20f0 0.000113
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so free 0x5571735d20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21c0 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21c0 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735d21c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2300 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d24f0 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x5571735d24f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2610 0.000112
+gallium_dri.so free 0x5571735d2680 void 0.000115
+gallium_dri.so free 0x5571735d2610 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000114
+gallium_dri.so free 0x5571735d2740 void 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28f0 0.000105
+gallium_dri.so free 0x5571735d2a00 void 0.000116
+gallium_dri.so free 0x5571735d28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000113
+gallium_dri.so free 0x5571735d2a40 void 0.000120
+gallium_dri.so free 0x5571735d29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d29b0 0.000114
+gallium_dri.so free 0x5571735d2b00 void 0.000113
+gallium_dri.so free 0x5571735d29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c70 0.000112
+gallium_dri.so free 0x5571735d2d80 void 0.000113
+gallium_dri.so free 0x5571735d2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d30 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000113
+gallium_dri.so free 0x5571735d2e80 void 0.000119
+gallium_dri.so free 0x5571735d2d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2ec0 0.000118
+gallium_dri.so free 0x5571735d2f40 void 0.000118
+gallium_dri.so free 0x5571735d2ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f40 0.000123
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so free 0x5571735d2f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2f40 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000117
+gallium_dri.so free 0x5571735d2f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30e0 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3280 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3280 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3280 0.000114
+gallium_dri.so free 0x5571735d34c0 void 0.000117
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3470 0.000114
+gallium_dri.so free 0x5571735d3580 void 0.000114
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3530 0.000128
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3650 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d3650 void 0.000112
+gallium_dri.so malloc 72 0x5571735d36e0 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000115
+gallium_dri.so free 0x5571735d36e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000114
+gallium_dri.so free 0x5571735d3800 void 0.000117
+gallium_dri.so free 0x5571735d3730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3730 0.000116
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so free 0x5571735d3730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3880 0.000114
+gallium_dri.so free 0x5571735d3940 void 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3880 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000119
+gallium_dri.so free 0x5571735d3a80 void 0.000116
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b80 0.000120
+gallium_dri.so free 0x5571735d3c00 void 0.000112
+gallium_dri.so free 0x5571735d3b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3c00 0.000123
+gallium_dri.so free 0x5571735d3cc0 void 0.000119
+gallium_dri.so free 0x5571735d3c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3c00 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so free 0x5571735d3c00 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3d70 0.000181
+gallium_dri.so free 0x5571735d3dc0 void 0.000184
+gallium_dri.so free 0x5571735d3d70 void 0.000182
+gallium_dri.so malloc 72 0x5571735d3d70 0.000185
+gallium_dri.so free 0x5571735d3ec0 void 0.000185
+gallium_dri.so free 0x5571735d3d70 void 0.000177
+gallium_dri.so malloc 72 0x5571735d3f00 0.000179
+gallium_dri.so free 0x5571735d3f80 void 0.000176
+gallium_dri.so free 0x5571735d3f00 void 0.000183
+gallium_dri.so malloc 72 0x5571735d3f80 0.000185
+gallium_dri.so free 0x5571735d4040 void 0.000181
+gallium_dri.so free 0x5571735d3f80 void 0.000305
+gallium_dri.so malloc 72 0x5571735d3f80 0.000123
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d3f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d40f0 0.000120
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so free 0x5571735d40f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d40f0 0.000121
+gallium_dri.so free 0x5571735d4240 void 0.000122
+gallium_dri.so free 0x5571735d40f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d41f0 0.000118
+gallium_dri.so free 0x5571735d4300 void 0.000119
+gallium_dri.so free 0x5571735d41f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d42b0 0.000120
+gallium_dri.so free 0x5571735d4380 void 0.000124
+gallium_dri.so free 0x5571735d42b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d42b0 0.000121
+gallium_dri.so free 0x5571735d4440 void 0.000122
+gallium_dri.so free 0x5571735d42b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42b0 0.000120
+gallium_dri.so free 0x5571735d4500 void 0.000122
+gallium_dri.so free 0x5571735d42b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d44b0 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000122
+gallium_dri.so free 0x5571735d44b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d45d0 0.000131
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735d45d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4660 0.000121
+gallium_dri.so free 0x5571735d4700 void 0.000122
+gallium_dri.so free 0x5571735d4660 void 0.000120
+gallium_dri.so malloc 72 0x5571735d46b0 0.000122
+gallium_dri.so free 0x5571735d4780 void 0.000121
+gallium_dri.so free 0x5571735d46b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4780 0.000122
+gallium_dri.so free 0x5571735d4840 void 0.000123
+gallium_dri.so free 0x5571735d4780 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4780 0.000121
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735d4780 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48c0 0.000122
+gallium_dri.so free 0x5571735d4980 void 0.000121
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48c0 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000121
+gallium_dri.so free 0x5571735d48c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d48c0 0.000118
+gallium_dri.so free 0x5571735d4b00 void 0.000122
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000122
+gallium_dri.so free 0x5571735d4b80 void 0.000120
+gallium_dri.so free 0x5571735d4ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4bd0 0.000122
+gallium_dri.so free 0x5571735d4c40 void 0.000119
+gallium_dri.so free 0x5571735d4bd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4c80 0.000121
+gallium_dri.so free 0x5571735d4d00 void 0.000123
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c80 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so free 0x5571735d4c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4db0 0.000121
+gallium_dri.so free 0x5571735d4e00 void 0.000121
+gallium_dri.so free 0x5571735d4db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4db0 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x5571735d4db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000118
+gallium_dri.so free 0x5571735d4fc0 void 0.000122
+gallium_dri.so free 0x5571735d4eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4f70 0.000121
+gallium_dri.so free 0x5571735d5000 void 0.000120
+gallium_dri.so free 0x5571735d4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f70 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000118
+gallium_dri.so free 0x5571735d4f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5130 0.000119
+gallium_dri.so free 0x5571735d5180 void 0.000124
+gallium_dri.so free 0x5571735d5130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5130 0.000121
+gallium_dri.so free 0x5571735d5280 void 0.000121
+gallium_dri.so free 0x5571735d5130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5230 0.000119
+gallium_dri.so free 0x5571735d5340 void 0.000123
+gallium_dri.so free 0x5571735d5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d52f0 0.000119
+gallium_dri.so free 0x5571735d5380 void 0.000121
+gallium_dri.so free 0x5571735d52f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52f0 0.000120
+gallium_dri.so free 0x5571735d5440 void 0.000118
+gallium_dri.so free 0x5571735d52f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5480 0.000120
+gallium_dri.so free 0x5571735d5500 void 0.000121
+gallium_dri.so free 0x5571735d5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5500 0.000120
+gallium_dri.so free 0x5571735d55c0 void 0.000120
+gallium_dri.so free 0x5571735d5500 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5500 0.000118
+gallium_dri.so free 0x5571735d5680 void 0.000121
+gallium_dri.so free 0x5571735d5500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56a0 0.000121
+gallium_dri.so free 0x5571735d5740 void 0.000119
+gallium_dri.so free 0x5571735d56a0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d56f0 0.000129
+gallium_dri.so free 0x5571735d57c0 void 0.000123
+gallium_dri.so free 0x5571735d56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56f0 0.000122
+gallium_dri.so free 0x5571735d5840 void 0.000121
+gallium_dri.so free 0x5571735d56f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5840 0.000118
+gallium_dri.so free 0x5571735d5900 void 0.000121
+gallium_dri.so free 0x5571735d5840 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5840 0.000121
+gallium_dri.so free 0x5571735d59c0 void 0.000122
+gallium_dri.so free 0x5571735d5840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5840 0.000119
+gallium_dri.so free 0x5571735d5a80 void 0.000121
+gallium_dri.so free 0x5571735d5840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5a30 0.000121
+gallium_dri.so free 0x5571735d5b40 void 0.000119
+gallium_dri.so free 0x5571735d5a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5af0 0.000121
+gallium_dri.so free 0x5571735d5bc0 void 0.000119
+gallium_dri.so free 0x5571735d5af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c10 0.000119
+gallium_dri.so free 0x5571735d5c80 void 0.000119
+gallium_dri.so free 0x5571735d5c10 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000117
+gallium_dri.so free 0x5571735d5d40 void 0.000168
+gallium_dri.so free 0x5571735d5ca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000120
+gallium_dri.so free 0x5571735d5dc0 void 0.000121
+gallium_dri.so free 0x5571735d5cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000121
+gallium_dri.so free 0x5571735d5e40 void 0.000118
+gallium_dri.so free 0x5571735d5cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e40 0.000118
+gallium_dri.so free 0x5571735d5f00 void 0.000119
+gallium_dri.so free 0x5571735d5e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e40 0.000117
+gallium_dri.so free 0x5571735d6000 void 0.000120
+gallium_dri.so free 0x5571735d5e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000118
+gallium_dri.so free 0x5571735d6040 void 0.000122
+gallium_dri.so free 0x5571735d5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000117
+gallium_dri.so free 0x5571735d6100 void 0.000121
+gallium_dri.so free 0x5571735d5fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6140 0.000120
+gallium_dri.so free 0x5571735d61c0 void 0.000120
+gallium_dri.so free 0x5571735d6140 void 0.000121
+gallium_dri.so malloc 72 0x5571735d61c0 0.000119
+gallium_dri.so free 0x5571735d6280 void 0.000121
+gallium_dri.so free 0x5571735d61c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d61c0 0.000130
+gallium_dri.so free 0x5571735d6300 void 0.000122
+gallium_dri.so free 0x5571735d61c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6330 0.000118
+gallium_dri.so free 0x5571735d6380 void 0.000122
+gallium_dri.so free 0x5571735d6330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6330 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000121
+gallium_dri.so free 0x5571735d6330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d64c0 0.000120
+gallium_dri.so free 0x5571735d6540 void 0.000118
+gallium_dri.so free 0x5571735d64c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6540 0.000118
+gallium_dri.so free 0x5571735d6600 void 0.000118
+gallium_dri.so free 0x5571735d6540 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6540 0.000119
+gallium_dri.so free 0x5571735d6680 void 0.000122
+gallium_dri.so free 0x5571735d6540 void 0.000106
+gallium_dri.so malloc 72 0x5571735d66b0 0.000257
+gallium_dri.so free 0x5571735d6700 void 0.000154
+gallium_dri.so free 0x5571735d66b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d66b0 0.000115
+gallium_dri.so free 0x5571735d6800 void 0.000119
+gallium_dri.so free 0x5571735d66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67b0 0.000114
+gallium_dri.so free 0x5571735d68c0 void 0.000127
+gallium_dri.so free 0x5571735d67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6870 0.000113
+gallium_dri.so free 0x5571735d6940 void 0.000114
+gallium_dri.so free 0x5571735d6870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6870 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000113
+gallium_dri.so free 0x5571735d6870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6870 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6b40 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6b90 0.000113
+gallium_dri.so free 0x5571735d6c00 void 0.000116
+gallium_dri.so free 0x5571735d6b90 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6c20 0.000115
+gallium_dri.so free 0x55717345af00 void 0.000120
+gallium_dri.so free 0x5571735d6c20 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6c20 0.000115
+gallium_dri.so free 0x5571734572c0 void 0.000113
+gallium_dri.so free 0x5571735d6c20 void 0.000113
+gallium_dri.so malloc 72 0x557173457270 0.000114
+gallium_dri.so free 0x5571735b4840 void 0.000116
+gallium_dri.so free 0x557173457270 void 0.000116
+gallium_dri.so malloc 72 0x5571735b47f0 0.000183
+gallium_dri.so free 0x5571735e55c0 void 0.000117
+gallium_dri.so free 0x5571735b47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5570 0.000114
+gallium_dri.so free 0x5571735b4340 void 0.000113
+gallium_dri.so free 0x5571735e5570 void 0.000114
+gallium_dri.so malloc 72 0x5571735b42f0 0.000114
+gallium_dri.so free 0x5571735e4900 void 0.000115
+gallium_dri.so free 0x5571735b42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e48b0 0.000114
+gallium_dri.so free 0x5571735b4940 void 0.000115
+gallium_dri.so free 0x5571735e48b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48b0 0.000115
+gallium_dri.so free 0x557173457f80 void 0.000117
+gallium_dri.so free 0x5571735e48b0 void 0.000115
+gallium_dri.so malloc 72 0x557173457f30 0.000114
+gallium_dri.so free 0x5571735f3880 void 0.000115
+gallium_dri.so free 0x557173457f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3830 0.000116
+gallium_dri.so free 0x5571735e4740 void 0.000115
+gallium_dri.so free 0x5571735f3830 void 0.000116
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x5571735f4800 void 0.000117
+gallium_dri.so free 0x5571735e46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000115
+gallium_dri.so free 0x557173459c40 void 0.000115
+gallium_dri.so free 0x5571735f47b0 void 0.000114
+gallium_dri.so malloc 72 0x557173459bf0 0.000125
+gallium_dri.so free 0x557173455700 void 0.000114
+gallium_dri.so free 0x557173459bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571734556b0 0.000114
+gallium_dri.so free 0x5571735b4500 void 0.000115
+gallium_dri.so free 0x5571734556b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000114
+gallium_dri.so free 0x5571735e4580 void 0.000119
+gallium_dri.so free 0x5571735b44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4530 0.000114
+gallium_dri.so free 0x5571735b4600 void 0.000114
+gallium_dri.so free 0x5571735e4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4670 0.000115
+gallium_dri.so free 0x557173456680 void 0.000115
+gallium_dri.so free 0x5571735b4670 void 0.000179
+gallium_dri.so malloc 72 0x557173456630 0.000245
+gallium_dri.so free 0x55717345a880 void 0.000179
+gallium_dri.so free 0x557173456630 void 0.000120
+gallium_dri.so malloc 72 0x55717345a830 0.000116
+gallium_dri.so free 0x557173454440 void 0.000116
+gallium_dri.so free 0x55717345a830 void 0.000116
+gallium_dri.so malloc 72 0x5571734543f0 0.000116
+gallium_dri.so free 0x557173457940 void 0.000116
+gallium_dri.so free 0x5571734543f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734543f0 0.000116
+gallium_dri.so free 0x5571735e4f80 void 0.000129
+gallium_dri.so free 0x5571734543f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734543f0 0.000117
+gallium_dri.so free 0x557173455400 void 0.000114
+gallium_dri.so free 0x5571734543f0 void 0.000115
+gallium_dri.so malloc 72 0x557173455450 0.000116
+gallium_dri.so free 0x557173458840 void 0.000116
+gallium_dri.so free 0x557173455450 void 0.000116
+gallium_dri.so malloc 72 0x5571734587f0 0.000115
+gallium_dri.so free 0x5571735e5e80 void 0.000115
+gallium_dri.so free 0x5571734587f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5e30 0.000115
+gallium_dri.so free 0x557173457040 void 0.000116
+gallium_dri.so free 0x5571735e5e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5e30 0.000115
+gallium_dri.so free 0x55717345a600 void 0.000115
+gallium_dri.so free 0x5571735e5e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5e30 0.000116
+gallium_dri.so free 0x5571735b4b80 void 0.000115
+gallium_dri.so free 0x5571735e5e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735b4b80 0.000114
+gallium_dri.so free 0x557173457100 void 0.000115
+gallium_dri.so free 0x5571735b4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571734570b0 0.000114
+gallium_dri.so free 0x5571734563c0 void 0.000116
+gallium_dri.so free 0x5571734570b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734570b0 0.000116
+gallium_dri.so free 0x557173456480 void 0.000128
+gallium_dri.so free 0x5571734570b0 void 0.000115
+gallium_dri.so malloc 72 0x557173456430 0.000115
+gallium_dri.so free 0x5571735f4540 void 0.000115
+gallium_dri.so free 0x557173456430 void 0.000114
+gallium_dri.so malloc 72 0x557173456430 0.000113
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so free 0x557173456430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f45c0 0.000114
+gallium_dri.so free 0x5571735e3d40 void 0.000115
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f45c0 0.000114
+gallium_dri.so free 0x5571735e3dc0 void 0.000115
+gallium_dri.so free 0x5571735f45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3df0 0.000115
+gallium_dri.so free 0x557173455800 void 0.000116
+gallium_dri.so free 0x5571735e3df0 void 0.000114
+gallium_dri.so malloc 72 0x557173455840 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000116
+gallium_dri.so free 0x557173455840 void 0.000115
+gallium_dri.so malloc 72 0x5571734558c0 0.000115
+gallium_dri.so free 0x557173455980 void 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734558c0 0.000116
+gallium_dri.so free 0x5571735e3e40 void 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734558c0 0.000114
+gallium_dri.so free 0x5571735f3980 void 0.000119
+gallium_dri.so free 0x5571734558c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f39b0 0.000116
+gallium_dri.so free 0x5571735f3a00 void 0.000116
+gallium_dri.so free 0x5571735f39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f39b0 0.000115
+gallium_dri.so free 0x5571735f3b00 void 0.000116
+gallium_dri.so free 0x5571735f39b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000115
+gallium_dri.so free 0x5571735e56c0 void 0.000116
+gallium_dri.so free 0x5571735f3ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e56e0 0.000115
+gallium_dri.so free 0x5571735e5780 void 0.000121
+gallium_dri.so free 0x5571735e56e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5730 0.000114
+gallium_dri.so free 0x5571735e5800 void 0.000115
+gallium_dri.so free 0x5571735e5730 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5730 0.000115
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x5571735e5730 void 0.000114
+gallium_dri.so malloc 72 0x5571734580c0 0.000115
+gallium_dri.so free 0x557173458140 void 0.000117
+gallium_dri.so free 0x5571734580c0 void 0.000115
+gallium_dri.so malloc 72 0x557173458140 0.000116
+gallium_dri.so free 0x5571735e5900 void 0.000116
+gallium_dri.so free 0x557173458140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e58b0 0.000115
+gallium_dri.so free 0x557173458200 void 0.000159
+gallium_dri.so free 0x5571735e58b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e58b0 0.000114
+gallium_dri.so free 0x5571735e5fc0 void 0.000116
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e58b0 0.000115
+gallium_dri.so free 0x5571735e6040 void 0.000116
+gallium_dri.so free 0x5571735e58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e6040 0.000114
+gallium_dri.so free 0x5571735e6100 void 0.000116
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000114
+gallium_dri.so free 0x5571734582c0 void 0.000114
+gallium_dri.so free 0x5571735e6040 void 0.000114
+gallium_dri.so malloc 72 0x557173458270 0.000114
+gallium_dri.so free 0x557173458400 void 0.000116
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x557173458430 0.000115
+gallium_dri.so free 0x557173458480 void 0.000116
+gallium_dri.so free 0x557173458430 void 0.000113
+gallium_dri.so malloc 72 0x557173458430 0.000114
+gallium_dri.so free 0x557173458580 void 0.000116
+gallium_dri.so free 0x557173458430 void 0.000114
+gallium_dri.so malloc 72 0x557173458530 0.000114
+gallium_dri.so free 0x557173458640 void 0.000115
+gallium_dri.so free 0x557173458530 void 0.000114
+gallium_dri.so malloc 72 0x5571734585f0 0.000114
+gallium_dri.so free 0x5571735b3ec0 void 0.000120
+gallium_dri.so free 0x5571734585f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3e70 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735b3f40 0.000114
+gallium_dri.so free 0x5571735b4000 void 0.000113
+gallium_dri.so free 0x5571735b3f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735b3f40 0.000114
+gallium_dri.so free 0x5571735b4080 void 0.000114
+gallium_dri.so free 0x5571735b3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735b4080 0.000114
+gallium_dri.so free 0x55717345a240 void 0.000115
+gallium_dri.so free 0x5571735b4080 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000115
+gallium_dri.so free 0x55717345a280 void 0.000115
+gallium_dri.so free 0x55717345a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a1f0 0.000114
+gallium_dri.so free 0x55717345a340 void 0.000115
+gallium_dri.so free 0x55717345a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a380 0.000113
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000117
+gallium_dri.so malloc 72 0x55717345a400 0.000114
+gallium_dri.so free 0x557173456c80 void 0.000114
+gallium_dri.so free 0x55717345a400 void 0.000114
+gallium_dri.so malloc 72 0x557173456c30 0.000115
+gallium_dri.so free 0x557173456d00 void 0.000115
+gallium_dri.so free 0x557173456c30 void 0.000127
+gallium_dri.so malloc 72 0x557173456d20 0.000114
+gallium_dri.so free 0x557173456dc0 void 0.000115
+gallium_dri.so free 0x557173456d20 void 0.000114
+gallium_dri.so malloc 72 0x557173456d70 0.000114
+gallium_dri.so free 0x557173456e40 void 0.000115
+gallium_dri.so free 0x557173456d70 void 0.000114
+gallium_dri.so malloc 72 0x557173456d70 0.000114
+gallium_dri.so free 0x5571735e5a40 void 0.000116
+gallium_dri.so free 0x557173456d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5a90 0.000115
+gallium_dri.so free 0x5571735e5b00 void 0.000115
+gallium_dri.so free 0x5571735e5a90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5b20 0.000114
+gallium_dri.so free 0x5571735e5bc0 void 0.000115
+gallium_dri.so free 0x5571735e5b20 void 0.000115
+gallium_dri.so malloc 72 0x5571735e5b70 0.000115
+gallium_dri.so free 0x5571735e5c40 void 0.000116
+gallium_dri.so free 0x5571735e5b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000115
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5cb0 0.000113
+gallium_dri.so free 0x557173455b40 void 0.000117
+gallium_dri.so free 0x5571735e5cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173455b40 0.000114
+gallium_dri.so free 0x557173455c00 void 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000177
+gallium_dri.so malloc 72 0x557173455b40 0.000115
+gallium_dri.so free 0x557173455cc0 void 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000113
+gallium_dri.so malloc 72 0x557173455b40 0.000114
+gallium_dri.so free 0x557173455d80 void 0.000115
+gallium_dri.so free 0x557173455b40 void 0.000114
+gallium_dri.so malloc 72 0x557173455d30 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so free 0x557173455d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3c40 0.000114
+gallium_dri.so free 0x5571735f3d00 void 0.000114
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3c40 0.000115
+gallium_dri.so free 0x5571735f3dc0 void 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3de0 0.000113
+gallium_dri.so free 0x5571735f3e80 void 0.000113
+gallium_dri.so free 0x5571735f3de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3e30 0.000113
+gallium_dri.so free 0x5571735f3f00 void 0.000116
+gallium_dri.so free 0x5571735f3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3e30 0.000114
+gallium_dri.so free 0x557173457ac0 void 0.000115
+gallium_dri.so free 0x5571735f3e30 void 0.000113
+gallium_dri.so malloc 72 0x557173457a70 0.000114
+gallium_dri.so free 0x557173457b80 void 0.000114
+gallium_dri.so free 0x557173457a70 void 0.000120
+gallium_dri.so malloc 72 0x557173457b30 0.000116
+gallium_dri.so free 0x557173457bc0 void 0.000116
+gallium_dri.so free 0x557173457b30 void 0.000115
+gallium_dri.so malloc 72 0x557173457b30 0.000114
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457b30 void 0.000113
+gallium_dri.so malloc 72 0x557173457cd0 0.000115
+gallium_dri.so free 0x557173457d40 void 0.000114
+gallium_dri.so free 0x557173457cd0 void 0.000114
+gallium_dri.so malloc 72 0x557173457d80 0.000113
+gallium_dri.so free 0x557173459d40 void 0.000117
+gallium_dri.so free 0x557173457d80 void 0.000115
+gallium_dri.so malloc 72 0x557173459d90 0.000116
+gallium_dri.so free 0x557173459e00 void 0.000112
+gallium_dri.so free 0x557173459d90 void 0.000113
+gallium_dri.so malloc 72 0x557173459e20 0.000115
+gallium_dri.so free 0x557173459ec0 void 0.000115
+gallium_dri.so free 0x557173459e20 void 0.000114
+gallium_dri.so malloc 72 0x557173459e70 0.000114
+gallium_dri.so free 0x557173459f40 void 0.000115
+gallium_dri.so free 0x557173459e70 void 0.000114
+gallium_dri.so malloc 72 0x557173459e70 0.000114
+gallium_dri.so free 0x557173459fc0 void 0.000114
+gallium_dri.so free 0x557173459e70 void 0.000114
+gallium_dri.so malloc 72 0x557173459fc0 0.000114
+gallium_dri.so free 0x5571735e5100 void 0.000116
+gallium_dri.so free 0x557173459fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e50b0 0.000125
+gallium_dri.so free 0x5571735e5180 void 0.000116
+gallium_dri.so free 0x5571735e50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e51a0 0.000113
+gallium_dri.so free 0x5571735e5240 void 0.000115
+gallium_dri.so free 0x5571735e51a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e51f0 0.000114
+gallium_dri.so free 0x5571735e52c0 void 0.000116
+gallium_dri.so free 0x5571735e51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e51f0 0.000113
+gallium_dri.so free 0x5571735e5340 void 0.000116
+gallium_dri.so free 0x5571735e51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5340 0.000113
+gallium_dri.so free 0x557173456780 void 0.000115
+gallium_dri.so free 0x5571735e5340 void 0.000114
+gallium_dri.so malloc 72 0x5571734567a0 0.000115
+gallium_dri.so free 0x557173456840 void 0.000114
+gallium_dri.so free 0x5571734567a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734567f0 0.000113
+gallium_dri.so free 0x5571734568c0 void 0.000115
+gallium_dri.so free 0x5571734567f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734567f0 0.000114
+gallium_dri.so free 0x5571734569c0 void 0.000115
+gallium_dri.so free 0x5571734567f0 void 0.000114
+gallium_dri.so malloc 72 0x557173456970 0.000114
+gallium_dri.so free 0x557173456a40 void 0.000114
+gallium_dri.so free 0x557173456970 void 0.000114
+gallium_dri.so malloc 72 0x557173456a90 0.000159
+gallium_dri.so free 0x557173455ec0 void 0.000117
+gallium_dri.so free 0x557173456a90 void 0.000115
+gallium_dri.so malloc 72 0x557173455e70 0.000115
+gallium_dri.so free 0x557173455f00 void 0.000114
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173455e70 0.000114
+gallium_dri.so free 0x557173455fc0 void 0.000115
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173456000 0.000113
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so free 0x557173456000 void 0.000114
+gallium_dri.so malloc 72 0x557173456080 0.000112
+gallium_dri.so free 0x557173456140 void 0.000115
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so malloc 72 0x557173456080 0.000115
+gallium_dri.so free 0x5571735f4040 void 0.000115
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000113
+gallium_dri.so free 0x5571735f4080 void 0.000116
+gallium_dri.so free 0x5571735f3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000114
+gallium_dri.so free 0x5571735f4140 void 0.000115
+gallium_dri.so free 0x5571735f3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4180 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000115
+gallium_dri.so free 0x5571735f4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4200 0.000113
+gallium_dri.so free 0x5571735f42c0 void 0.000121
+gallium_dri.so free 0x5571735f4200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4200 0.000115
+gallium_dri.so free 0x5571735f4340 void 0.000115
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4200 0.000115
+gallium_dri.so free 0x5571735e4000 void 0.000115
+gallium_dri.so free 0x5571735f4200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4000 0.000115
+gallium_dri.so free 0x5571735e40c0 void 0.000115
+gallium_dri.so free 0x5571735e4000 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4000 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000116
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000115
+gallium_dri.so free 0x5571735e4200 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e42c0 void 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4140 0.000114
+gallium_dri.so free 0x5571735e4380 void 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4330 0.000112
+gallium_dri.so free 0x5571734573c0 void 0.000115
+gallium_dri.so free 0x5571735e4330 void 0.000113
+gallium_dri.so malloc 72 0x557173457410 0.000115
+gallium_dri.so free 0x557173457480 void 0.000128
+gallium_dri.so free 0x557173457410 void 0.000114
+gallium_dri.so malloc 72 0x5571734574c0 0.000113
+gallium_dri.so free 0x557173457540 void 0.000114
+gallium_dri.so free 0x5571734574c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734574c0 0.000115
+gallium_dri.so free 0x5571734575c0 void 0.000115
+gallium_dri.so free 0x5571734574c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734575f0 0.000114
+gallium_dri.so free 0x557173457640 void 0.000115
+gallium_dri.so free 0x5571734575f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734575f0 0.000114
+gallium_dri.so free 0x557173457740 void 0.000114
+gallium_dri.so free 0x5571734575f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734576f0 0.000114
+gallium_dri.so free 0x5571735e4a00 void 0.000113
+gallium_dri.so free 0x5571734576f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4a20 0.000114
+gallium_dri.so free 0x5571735e4ac0 void 0.000114
+gallium_dri.so free 0x5571735e4a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4a70 0.000114
+gallium_dri.so free 0x5571735e4b40 void 0.000115
+gallium_dri.so free 0x5571735e4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a70 0.000113
+gallium_dri.so free 0x5571735e4c40 void 0.000114
+gallium_dri.so free 0x5571735e4a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000124
+gallium_dri.so free 0x5571735e4bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4d10 0.000115
+gallium_dri.so free 0x5571735e4d80 void 0.000115
+gallium_dri.so free 0x5571735e4d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4da0 0.000113
+gallium_dri.so free 0x55717345a980 void 0.000115
+gallium_dri.so free 0x5571735e4da0 void 0.000115
+gallium_dri.so malloc 72 0x55717345a9b0 0.000114
+gallium_dri.so free 0x55717345aa00 void 0.000117
+gallium_dri.so free 0x55717345a9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a9b0 0.000114
+gallium_dri.so free 0x55717345ab00 void 0.000114
+gallium_dri.so free 0x55717345a9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717345aab0 0.000114
+gallium_dri.so free 0x55717345abc0 void 0.000115
+gallium_dri.so free 0x55717345aab0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ab70 0.000116
+gallium_dri.so free 0x55717345ac40 void 0.000118
+gallium_dri.so free 0x55717345ab70 void 0.000114
+gallium_dri.so malloc 72 0x55717345ab70 0.000115
+gallium_dri.so free 0x55717345ad00 void 0.000115
+gallium_dri.so free 0x55717345ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717345ab70 0.000114
+gallium_dri.so free 0x55717345e480 void 0.000114
+gallium_dri.so free 0x55717345ab70 void 0.000115
+gallium_dri.so malloc 72 0x55717345e4c0 0.000114
+gallium_dri.so free 0x55717345e540 void 0.000114
+gallium_dri.so free 0x55717345e4c0 void 0.000123
+gallium_dri.so malloc 72 0x55717345e540 0.000114
+gallium_dri.so free 0x55717345e600 void 0.000114
+gallium_dri.so free 0x55717345e540 void 0.000114
+gallium_dri.so malloc 72 0x55717345e540 0.000114
+gallium_dri.so free 0x55717345e680 void 0.000114
+gallium_dri.so free 0x55717345e540 void 0.000113
+gallium_dri.so malloc 72 0x55717345e6b0 0.000114
+gallium_dri.so free 0x55717345e700 void 0.000115
+gallium_dri.so free 0x55717345e6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345e700 0.000114
+gallium_dri.so free 0x55717345e7c0 void 0.000115
+gallium_dri.so free 0x55717345e700 void 0.000114
+gallium_dri.so malloc 72 0x55717345e700 0.000113
+gallium_dri.so free 0x55717345e8c0 void 0.000114
+gallium_dri.so free 0x55717345e700 void 0.000114
+gallium_dri.so malloc 72 0x55717345e870 0.000113
+gallium_dri.so free 0x55717345e980 void 0.000115
+gallium_dri.so free 0x55717345e870 void 0.000113
+gallium_dri.so malloc 72 0x55717345e930 0.000113
+gallium_dri.so free 0x55717345e9c0 void 0.000114
+gallium_dri.so free 0x55717345e930 void 0.000114
+gallium_dri.so malloc 72 0x55717345e930 0.000114
+gallium_dri.so free 0x557173458980 void 0.000116
+gallium_dri.so free 0x55717345e930 void 0.000114
+gallium_dri.so malloc 72 0x55717345e930 0.000115
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so free 0x55717345e930 void 0.000161
+gallium_dri.so malloc 72 0x557173458a00 0.000115
+gallium_dri.so free 0x557173458ac0 void 0.000115
+gallium_dri.so free 0x557173458a00 void 0.000113
+gallium_dri.so malloc 72 0x557173458a00 0.000114
+gallium_dri.so free 0x557173458bc0 void 0.000115
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so malloc 72 0x557173458b70 0.000113
+gallium_dri.so free 0x557173458c00 void 0.000115
+gallium_dri.so free 0x557173458b70 void 0.000114
+gallium_dri.so malloc 72 0x557173458b70 0.000114
+gallium_dri.so free 0x557173458cc0 void 0.000114
+gallium_dri.so free 0x557173458b70 void 0.000113
+gallium_dri.so malloc 72 0x557173458d00 0.000115
+gallium_dri.so free 0x557173458d80 void 0.000115
+gallium_dri.so free 0x557173458d00 void 0.000113
+gallium_dri.so malloc 72 0x557173458d80 0.000114
+gallium_dri.so free 0x557173458e40 void 0.000115
+gallium_dri.so free 0x557173458d80 void 0.000113
+gallium_dri.so malloc 72 0x557173458d80 0.000114
+gallium_dri.so free 0x557173458ec0 void 0.000115
+gallium_dri.so free 0x557173458d80 void 0.000114
+gallium_dri.so malloc 72 0x557173458ef0 0.000115
+gallium_dri.so free 0x557173458f40 void 0.000115
+gallium_dri.so free 0x557173458ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173458ef0 0.000114
+gallium_dri.so free 0x557173459040 void 0.000114
+gallium_dri.so free 0x557173458ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173459080 0.000115
+gallium_dri.so free 0x557173459100 void 0.000115
+gallium_dri.so free 0x557173459080 void 0.000113
+gallium_dri.so malloc 72 0x557173459100 0.000115
+gallium_dri.so free 0x5571734591c0 void 0.000114
+gallium_dri.so free 0x557173459100 void 0.000114
+gallium_dri.so malloc 72 0x557173459100 0.000113
+gallium_dri.so free 0x557173459240 void 0.000118
+gallium_dri.so free 0x557173459100 void 0.000114
+gallium_dri.so malloc 72 0x557173459270 0.000114
+gallium_dri.so free 0x5571734592c0 void 0.000115
+gallium_dri.so free 0x557173459270 void 0.000115
+gallium_dri.so malloc 72 0x557173459270 0.000114
+gallium_dri.so free 0x5571734593c0 void 0.000114
+gallium_dri.so free 0x557173459270 void 0.000118
+gallium_dri.so malloc 72 0x557173459370 0.000114
+gallium_dri.so free 0x557173459480 void 0.000114
+gallium_dri.so free 0x557173459370 void 0.000114
+gallium_dri.so malloc 72 0x557173459430 0.000114
+gallium_dri.so free 0x557173459500 void 0.000115
+gallium_dri.so free 0x557173459430 void 0.000113
+gallium_dri.so malloc 72 0x557173459430 0.000113
+gallium_dri.so free 0x5571734595c0 void 0.000114
+gallium_dri.so free 0x557173459430 void 0.000113
+gallium_dri.so malloc 72 0x557173459430 0.000114
+gallium_dri.so free 0x557173459680 void 0.000114
+gallium_dri.so free 0x557173459430 void 0.000114
+gallium_dri.so malloc 72 0x557173459630 0.000148
+gallium_dri.so free 0x557173459700 void 0.000116
+gallium_dri.so free 0x557173459630 void 0.000114
+gallium_dri.so malloc 72 0x557173459750 0.000113
+gallium_dri.so free 0x5571734597c0 void 0.000115
+gallium_dri.so free 0x557173459750 void 0.000113
+gallium_dri.so malloc 72 0x5571734597e0 0.000113
+gallium_dri.so free 0x557173459880 void 0.000116
+gallium_dri.so free 0x5571734597e0 void 0.000114
+gallium_dri.so malloc 72 0x557173459830 0.000113
+gallium_dri.so free 0x557173459900 void 0.000115
+gallium_dri.so free 0x557173459830 void 0.000114
+gallium_dri.so malloc 72 0x557173459900 0.000113
+gallium_dri.so free 0x5571734599c0 void 0.000113
+gallium_dri.so free 0x557173459900 void 0.000113
+gallium_dri.so malloc 72 0x557173459900 0.000114
+gallium_dri.so free 0x557173459a40 void 0.000113
+gallium_dri.so free 0x557173459900 void 0.000113
+gallium_dri.so malloc 72 0x557173459a40 0.000114
+gallium_dri.so free 0x557173459b00 void 0.000115
+gallium_dri.so free 0x557173459a40 void 0.000114
+gallium_dri.so malloc 72 0x557173459a40 0.000114
+gallium_dri.so free 0x55717345edc0 void 0.000114
+gallium_dri.so free 0x557173459a40 void 0.000113
+gallium_dri.so malloc 72 0x557173459a40 0.000113
+gallium_dri.so free 0x55717345ee80 void 0.000115
+gallium_dri.so free 0x557173459a40 void 0.000114
+gallium_dri.so malloc 72 0x55717345eec0 0.000178
+gallium_dri.so free 0x55717345ef40 void 0.000116
+gallium_dri.so free 0x55717345eec0 void 0.000114
+gallium_dri.so malloc 72 0x55717345ef40 0.000113
+gallium_dri.so free 0x55717345f000 void 0.000116
+gallium_dri.so free 0x55717345ef40 void 0.000113
+gallium_dri.so malloc 72 0x55717345ef40 0.000113
+gallium_dri.so free 0x55717345f080 void 0.000115
+gallium_dri.so free 0x55717345ef40 void 0.000113
+gallium_dri.so malloc 72 0x55717345ef40 0.000113
+gallium_dri.so free 0x55717345f140 void 0.000114
+gallium_dri.so free 0x55717345ef40 void 0.000113
+gallium_dri.so malloc 72 0x55717345ef40 0.000113
+gallium_dri.so free 0x55717345f200 void 0.000115
+gallium_dri.so free 0x55717345ef40 void 0.000114
+gallium_dri.so malloc 72 0x55717345f1b0 0.000113
+gallium_dri.so free 0x55717345f280 void 0.000115
+gallium_dri.so free 0x55717345f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345f2d0 0.000115
+gallium_dri.so free 0x55717345f340 void 0.000114
+gallium_dri.so free 0x55717345f2d0 void 0.000113
+gallium_dri.so malloc 72 0x55717345f360 0.000113
+gallium_dri.so free 0x55717345f400 void 0.000114
+gallium_dri.so free 0x55717345f360 void 0.000113
+gallium_dri.so malloc 72 0x55717345f3b0 0.000119
+gallium_dri.so free 0x55717345f480 void 0.000115
+gallium_dri.so free 0x55717345f3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345f3b0 0.000123
+gallium_dri.so free 0x55717345f580 void 0.000117
+gallium_dri.so free 0x55717345f3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717345f530 0.000114
+gallium_dri.so free 0x55717345f600 void 0.000114
+gallium_dri.so free 0x55717345f530 void 0.000114
+gallium_dri.so malloc 72 0x55717345f650 0.000113
+gallium_dri.so free 0x55717345f6c0 void 0.000114
+gallium_dri.so free 0x55717345f650 void 0.000113
+gallium_dri.so malloc 72 0x55717345f6e0 0.000114
+gallium_dri.so free 0x55717345f780 void 0.000114
+gallium_dri.so free 0x55717345f6e0 void 0.000115
+gallium_dri.so malloc 72 0x55717345f730 0.000113
+gallium_dri.so free 0x55717345f800 void 0.000115
+gallium_dri.so free 0x55717345f730 void 0.000114
+gallium_dri.so malloc 72 0x55717345f730 0.000114
+gallium_dri.so free 0x55717345f880 void 0.000114
+gallium_dri.so free 0x55717345f730 void 0.000114
+gallium_dri.so malloc 72 0x55717345f880 0.000114
+gallium_dri.so free 0x55717345f940 void 0.000116
+gallium_dri.so free 0x55717345f880 void 0.000115
+gallium_dri.so malloc 72 0x55717345f880 0.000115
+gallium_dri.so free 0x55717345fa40 void 0.000115
+gallium_dri.so free 0x55717345f880 void 0.000114
+gallium_dri.so malloc 72 0x55717345f880 0.000113
+gallium_dri.so free 0x55717345fac0 void 0.000115
+gallium_dri.so free 0x55717345f880 void 0.000114
+gallium_dri.so malloc 72 0x55717345faf0 0.000113
+gallium_dri.so free 0x55717345fb40 void 0.000131
+gallium_dri.so free 0x55717345faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345faf0 0.000115
+gallium_dri.so free 0x55717345fc40 void 0.000119
+gallium_dri.so free 0x55717345faf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fbf0 0.000115
+gallium_dri.so free 0x55717345fd00 void 0.000115
+gallium_dri.so free 0x55717345fbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fcb0 0.000114
+gallium_dri.so free 0x55717345fd40 void 0.000115
+gallium_dri.so free 0x55717345fcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717345fcb0 0.000114
+gallium_dri.so free 0x55717345fe00 void 0.000115
+gallium_dri.so free 0x55717345fcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fe50 0.000114
+gallium_dri.so free 0x55717345fec0 void 0.000115
+gallium_dri.so free 0x55717345fe50 void 0.000115
+gallium_dri.so malloc 72 0x55717345ff00 0.000114
+gallium_dri.so free 0x55717345ff80 void 0.000116
+gallium_dri.so free 0x55717345ff00 void 0.000115
+gallium_dri.so malloc 72 0x55717345ff80 0.000113
+gallium_dri.so free 0x557173460040 void 0.000115
+gallium_dri.so free 0x55717345ff80 void 0.000113
+gallium_dri.so malloc 72 0x55717345ff80 0.000113
+gallium_dri.so free 0x5571734600c0 void 0.000115
+gallium_dri.so free 0x55717345ff80 void 0.000113
+gallium_dri.so malloc 72 0x5571734600f0 0.000114
+gallium_dri.so free 0x557173460140 void 0.000127
+gallium_dri.so free 0x5571734600f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734600f0 0.000115
+gallium_dri.so free 0x557173460240 void 0.000115
+gallium_dri.so free 0x5571734600f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734601f0 0.000115
+gallium_dri.so free 0x557173460300 void 0.000115
+gallium_dri.so free 0x5571734601f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734602b0 0.000115
+gallium_dri.so free 0x557173460380 void 0.000114
+gallium_dri.so free 0x5571734602b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734603a0 0.000114
+gallium_dri.so free 0x5571735c7480 void 0.000115
+gallium_dri.so free 0x5571734603a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734603a0 0.000117
+gallium_dri.so free 0x5571735c7540 void 0.000115
+gallium_dri.so free 0x5571734603a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7580 0.000113
+gallium_dri.so free 0x5571735c7600 void 0.000113
+gallium_dri.so free 0x5571735c7580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7600 0.000113
+gallium_dri.so free 0x5571735c76c0 void 0.000116
+gallium_dri.so free 0x5571735c7600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7600 0.000113
+gallium_dri.so free 0x5571735c7740 void 0.000115
+gallium_dri.so free 0x5571735c7600 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7770 0.000113
+gallium_dri.so free 0x5571735c77c0 void 0.000114
+gallium_dri.so free 0x5571735c7770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7770 0.000118
+gallium_dri.so free 0x5571735c78c0 void 0.000117
+gallium_dri.so free 0x5571735c7770 void 0.000116
+gallium_dri.so malloc 72 0x5571735c7900 0.000117
+gallium_dri.so free 0x5571735c7980 void 0.000117
+gallium_dri.so free 0x5571735c7900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7980 0.000116
+gallium_dri.so free 0x5571735c7a40 void 0.000116
+gallium_dri.so free 0x5571735c7980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7980 0.000115
+gallium_dri.so free 0x5571735c7ac0 void 0.000115
+gallium_dri.so free 0x5571735c7980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7af0 0.000114
+gallium_dri.so free 0x5571735c7b40 void 0.000116
+gallium_dri.so free 0x5571735c7af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7af0 0.000114
+gallium_dri.so free 0x5571735c7c40 void 0.000116
+gallium_dri.so free 0x5571735c7af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000116
+gallium_dri.so free 0x5571735c7d00 void 0.000115
+gallium_dri.so free 0x5571735c7bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000113
+gallium_dri.so free 0x5571735c7d80 void 0.000114
+gallium_dri.so free 0x5571735c7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7e40 void 0.000114
+gallium_dri.so free 0x5571735c7cb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000114
+gallium_dri.so free 0x5571735c7f00 void 0.000115
+gallium_dri.so free 0x5571735c7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000112
+gallium_dri.so free 0x5571735c7f80 void 0.000115
+gallium_dri.so free 0x5571735c7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7fd0 0.000113
+gallium_dri.so free 0x5571735c8040 void 0.000115
+gallium_dri.so free 0x5571735c7fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8060 0.000114
+gallium_dri.so free 0x5571735c8100 void 0.000114
+gallium_dri.so free 0x5571735c8060 void 0.000113
+gallium_dri.so malloc 72 0x5571735c80b0 0.000115
+gallium_dri.so free 0x5571735c8180 void 0.000115
+gallium_dri.so free 0x5571735c80b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8180 0.000114
+gallium_dri.so free 0x5571735c8240 void 0.000115
+gallium_dri.so free 0x5571735c8180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8180 0.000113
+gallium_dri.so free 0x5571735c82c0 void 0.000115
+gallium_dri.so free 0x5571735c8180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c82c0 0.000113
+gallium_dri.so free 0x5571735c8380 void 0.000115
+gallium_dri.so free 0x5571735c82c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c82c0 0.000115
+gallium_dri.so free 0x5571735c8440 void 0.000116
+gallium_dri.so free 0x5571735c82c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c82c0 0.000115
+gallium_dri.so free 0x5571735c8500 void 0.000113
+gallium_dri.so free 0x5571735c82c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c84b0 0.000111
+gallium_dri.so free 0x5571735c8580 void 0.000110
+gallium_dri.so free 0x5571735c84b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c85d0 0.000112
+gallium_dri.so free 0x5571735c8640 void 0.000114
+gallium_dri.so free 0x5571735c85d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8680 0.000113
+gallium_dri.so free 0x5571735c8700 void 0.000113
+gallium_dri.so free 0x5571735c8680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8680 0.000114
+gallium_dri.so free 0x5571735c8780 void 0.000113
+gallium_dri.so free 0x5571735c8680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c87b0 0.000113
+gallium_dri.so free 0x5571735c8800 void 0.000115
+gallium_dri.so free 0x5571735c87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c87b0 0.000114
+gallium_dri.so free 0x5571735c8900 void 0.000113
+gallium_dri.so free 0x5571735c87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c88b0 0.000114
+gallium_dri.so free 0x5571735c89c0 void 0.000113
+gallium_dri.so free 0x5571735c88b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8970 0.000113
+gallium_dri.so free 0x5571735c8a00 void 0.000112
+gallium_dri.so free 0x5571735c8970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c8970 0.000126
+gallium_dri.so free 0x5571735c8ac0 void 0.000119
+gallium_dri.so free 0x5571735c8970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8b30 0.000119
+gallium_dri.so free 0x5571735c8b80 void 0.000120
+gallium_dri.so free 0x5571735c8b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8b30 0.000119
+gallium_dri.so free 0x5571735c8c80 void 0.000119
+gallium_dri.so free 0x5571735c8b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8c30 0.000118
+gallium_dri.so free 0x5571735c8d40 void 0.000119
+gallium_dri.so free 0x5571735c8c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000119
+gallium_dri.so free 0x5571735c8d80 void 0.000118
+gallium_dri.so free 0x5571735c8cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000119
+gallium_dri.so free 0x5571735c8e40 void 0.000119
+gallium_dri.so free 0x5571735c8cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8e80 0.000119
+gallium_dri.so free 0x5571735c8f00 void 0.000118
+gallium_dri.so free 0x5571735c8e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8f00 0.000118
+gallium_dri.so free 0x5571735c8fc0 void 0.000119
+gallium_dri.so free 0x5571735c8f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8f00 0.000118
+gallium_dri.so free 0x5571735c9080 void 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c90a0 0.000120
+gallium_dri.so free 0x5571735c9140 void 0.000118
+gallium_dri.so free 0x5571735c90a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c90f0 0.000119
+gallium_dri.so free 0x5571735c91c0 void 0.000120
+gallium_dri.so free 0x5571735c90f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c90f0 0.000122
+gallium_dri.so free 0x5571735c9240 void 0.000119
+gallium_dri.so free 0x5571735c90f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9240 0.000118
+gallium_dri.so free 0x5571735c9300 void 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9240 0.000120
+gallium_dri.so free 0x5571735c93c0 void 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c9240 0.000119
+gallium_dri.so free 0x5571735c9480 void 0.000118
+gallium_dri.so free 0x5571735c9240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c9430 0.000118
+gallium_dri.so free 0x5571735c5300 void 0.000124
+gallium_dri.so free 0x5571735c9430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5340 0.000119
+gallium_dri.so free 0x5571735c53c0 void 0.000120
+gallium_dri.so free 0x5571735c5340 void 0.000116
+gallium_dri.so malloc 72 0x5571735c53c0 0.000116
+gallium_dri.so free 0x5571735c5480 void 0.000119
+gallium_dri.so free 0x5571735c53c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c53c0 0.000110
+gallium_dri.so free 0x5571735c5500 void 0.000110
+gallium_dri.so free 0x5571735c53c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5530 0.000109
+gallium_dri.so free 0x5571735c5580 void 0.000110
+gallium_dri.so free 0x5571735c5530 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5530 0.000112
+gallium_dri.so free 0x5571735c5680 void 0.000110
+gallium_dri.so free 0x5571735c5530 void 0.000109
+gallium_dri.so malloc 72 0x5571735c5630 0.000110
+gallium_dri.so free 0x5571735c5740 void 0.000110
+gallium_dri.so free 0x5571735c5630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c56f0 0.000111
+gallium_dri.so free 0x5571735c57c0 void 0.000111
+gallium_dri.so free 0x5571735c56f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c57e0 0.000109
+gallium_dri.so free 0x5571735c5880 void 0.000111
+gallium_dri.so free 0x5571735c57e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5830 0.000111
+gallium_dri.so free 0x5571735c5900 void 0.000110
+gallium_dri.so free 0x5571735c5830 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5830 0.000114
+gallium_dri.so free 0x5571735c5980 void 0.000111
+gallium_dri.so free 0x5571735c5830 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5980 0.000109
+gallium_dri.so free 0x5571735c5a40 void 0.000110
+gallium_dri.so free 0x5571735c5980 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5980 0.000148
+gallium_dri.so free 0x5571735c5b00 void 0.000126
+gallium_dri.so free 0x5571735c5980 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5980 0.000119
+gallium_dri.so free 0x5571735c5bc0 void 0.000121
+gallium_dri.so free 0x5571735c5980 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5b70 0.000119
+gallium_dri.so free 0x5571735c5bc0 void 0.000116
+gallium_dri.so free 0x5571735c5b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5b70 0.000123
+gallium_dri.so free 0x5571735c5cc0 void 0.000125
+gallium_dri.so free 0x5571735c5b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5c70 0.000116
+gallium_dri.so free 0x5571735c5d80 void 0.000116
+gallium_dri.so free 0x5571735c5c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5d30 0.000124
+gallium_dri.so free 0x5571735c5dc0 void 0.000124
+gallium_dri.so free 0x5571735c5d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5d30 0.000123
+gallium_dri.so free 0x5571735c5e80 void 0.000163
+gallium_dri.so free 0x5571735c5d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000157
+gallium_dri.so free 0x5571735c5f40 void 0.000161
+gallium_dri.so free 0x5571735c5ec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c5f40 0.000118
+gallium_dri.so free 0x5571735c6000 void 0.000122
+gallium_dri.so free 0x5571735c5f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5f40 0.000116
+gallium_dri.so free 0x5571735c60c0 void 0.000119
+gallium_dri.so free 0x5571735c5f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c60e0 0.000125
+gallium_dri.so free 0x5571735c6180 void 0.000122
+gallium_dri.so free 0x5571735c60e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c6130 0.000130
+gallium_dri.so free 0x5571735c6200 void 0.000130
+gallium_dri.so free 0x5571735c6130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6130 0.000131
+gallium_dri.so free 0x5571735c6280 void 0.000124
+gallium_dri.so free 0x5571735c6130 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6280 0.000121
+gallium_dri.so free 0x5571735c6340 void 0.000121
+gallium_dri.so free 0x5571735c6280 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6280 0.000124
+gallium_dri.so free 0x5571735c6400 void 0.000131
+gallium_dri.so free 0x5571735c6280 void 0.000129
+gallium_dri.so malloc 72 0x5571735c6280 0.000133
+gallium_dri.so free 0x5571735c64c0 void 0.000130
+gallium_dri.so free 0x5571735c6280 void 0.000129
+gallium_dri.so malloc 72 0x5571735c6470 0.000131
+gallium_dri.so free 0x5571735c6580 void 0.000130
+gallium_dri.so free 0x5571735c6470 void 0.000129
+gallium_dri.so malloc 72 0x5571735c6530 0.000125
+gallium_dri.so free 0x5571735c6600 void 0.000128
+gallium_dri.so free 0x5571735c6530 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6650 0.000121
+gallium_dri.so free 0x5571735c66c0 void 0.000120
+gallium_dri.so free 0x5571735c6650 void 0.000126
+gallium_dri.so malloc 72 0x5571735c66e0 0.000125
+gallium_dri.so free 0x5571735c6780 void 0.000122
+gallium_dri.so free 0x5571735c66e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6730 0.000132
+gallium_dri.so free 0x5571735c6800 void 0.000130
+gallium_dri.so free 0x5571735c6730 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6730 0.000131
+gallium_dri.so free 0x5571735c6880 void 0.000126
+gallium_dri.so free 0x5571735c6730 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6880 0.000225
+gallium_dri.so free 0x5571735c6940 void 0.000132
+gallium_dri.so free 0x5571735c6880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6880 0.000126
+gallium_dri.so free 0x5571735c6a40 void 0.000122
+gallium_dri.so free 0x5571735c6880 void 0.000125
+gallium_dri.so malloc 72 0x5571735c69f0 0.000130
+gallium_dri.so free 0x5571735c6a80 void 0.000131
+gallium_dri.so free 0x5571735c69f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c69f0 0.000125
+gallium_dri.so free 0x5571735c6b40 void 0.000121
+gallium_dri.so free 0x5571735c69f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6b80 0.000130
+gallium_dri.so free 0x5571735c6c00 void 0.000130
+gallium_dri.so free 0x5571735c6b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6c00 0.000131
+gallium_dri.so free 0x5571735c6cc0 void 0.000124
+gallium_dri.so free 0x5571735c6c00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6c00 0.000130
+gallium_dri.so free 0x5571735c6d40 void 0.000127
+gallium_dri.so free 0x5571735c6c00 void 0.000148
+gallium_dri.so malloc 72 0x5571735c6d70 0.000126
+gallium_dri.so free 0x5571735c6dc0 void 0.000127
+gallium_dri.so free 0x5571735c6d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6d70 0.000130
+gallium_dri.so free 0x5571735c6ec0 void 0.000126
+gallium_dri.so free 0x5571735c6d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6f00 0.000124
+gallium_dri.so free 0x5571735c6f80 void 0.000120
+gallium_dri.so free 0x5571735c6f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c6f80 0.000119
+gallium_dri.so free 0x5571735c7040 void 0.000120
+gallium_dri.so free 0x5571735c6f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6f80 0.000124
+gallium_dri.so free 0x5571735c70c0 void 0.000130
+gallium_dri.so free 0x5571735c6f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c70f0 0.000129
+gallium_dri.so free 0x5571735c7140 void 0.000126
+gallium_dri.so free 0x5571735c70f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c70f0 0.000125
+gallium_dri.so free 0x5571735c7240 void 0.000171
+gallium_dri.so free 0x5571735c70f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c71f0 0.000169
+gallium_dri.so free 0x5571735c7300 void 0.000166
+gallium_dri.so free 0x5571735c71f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c72b0 0.000130
+gallium_dri.so free 0x5571735c7380 void 0.000124
+gallium_dri.so free 0x5571735c72b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c72b0 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735c72b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c72b0 0.000129
+gallium_dri.so free 0x5571735da980 void 0.000130
+gallium_dri.so free 0x5571735c72b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735da930 0.000130
+gallium_dri.so free 0x5571735daa00 void 0.000125
+gallium_dri.so free 0x5571735da930 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa50 0.000125
+gallium_dri.so free 0x5571735daac0 void 0.000130
+gallium_dri.so free 0x5571735daa50 void 0.000131
+gallium_dri.so malloc 72 0x5571735daae0 0.000130
+gallium_dri.so free 0x5571735dab80 void 0.000130
+gallium_dri.so free 0x5571735daae0 void 0.000184
+gallium_dri.so malloc 72 0x5571735dab30 0.000134
+gallium_dri.so free 0x5571735dac00 void 0.000132
+gallium_dri.so free 0x5571735dab30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dac00 0.000130
+gallium_dri.so free 0x5571735dacc0 void 0.000126
+gallium_dri.so free 0x5571735dac00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dac00 0.000126
+gallium_dri.so free 0x5571735dad40 void 0.000126
+gallium_dri.so free 0x5571735dac00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dad40 0.000130
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dad40 void 0.000193
+gallium_dri.so malloc 72 0x5571735dad40 0.000196
+gallium_dri.so free 0x5571735daec0 void 0.000253
+gallium_dri.so free 0x5571735dad40 void 0.000183
+gallium_dri.so malloc 72 0x5571735dad40 0.000169
+gallium_dri.so free 0x5571735daf80 void 0.000165
+gallium_dri.so free 0x5571735dad40 void 0.000141
+gallium_dri.so malloc 72 0x5571735daf30 0.000131
+gallium_dri.so free 0x5571735db000 void 0.000132
+gallium_dri.so free 0x5571735daf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735db050 0.000121
+gallium_dri.so free 0x5571735db0c0 void 0.000126
+gallium_dri.so free 0x5571735db050 void 0.000131
+gallium_dri.so malloc 72 0x5571735db100 0.000129
+gallium_dri.so free 0x5571735db180 void 0.000132
+gallium_dri.so free 0x5571735db100 void 0.000132
+gallium_dri.so malloc 72 0x5571735db100 0.000130
+gallium_dri.so free 0x5571735db200 void 0.000131
+gallium_dri.so free 0x5571735db100 void 0.000130
+gallium_dri.so malloc 72 0x5571735db230 0.000166
+gallium_dri.so free 0x5571735db280 void 0.000126
+gallium_dri.so free 0x5571735db230 void 0.000125
+gallium_dri.so malloc 72 0x5571735db230 0.000129
+gallium_dri.so free 0x5571735db380 void 0.000124
+gallium_dri.so free 0x5571735db230 void 0.000125
+gallium_dri.so malloc 72 0x5571735db330 0.000130
+gallium_dri.so free 0x5571735db440 void 0.000143
+gallium_dri.so free 0x5571735db330 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3f0 0.000131
+gallium_dri.so free 0x5571735db480 void 0.000125
+gallium_dri.so free 0x5571735db3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db3f0 0.000125
+gallium_dri.so free 0x5571735db540 void 0.000204
+gallium_dri.so free 0x5571735db3f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735db5b0 0.000132
+gallium_dri.so free 0x5571735db600 void 0.000131
+gallium_dri.so free 0x5571735db5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000130
+gallium_dri.so free 0x5571735db700 void 0.000126
+gallium_dri.so free 0x5571735db5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6b0 0.000126
+gallium_dri.so free 0x5571735db7c0 void 0.000125
+gallium_dri.so free 0x5571735db6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db770 0.000130
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db770 void 0.000153
+gallium_dri.so malloc 72 0x5571735db770 0.000127
+gallium_dri.so free 0x5571735db8c0 void 0.000148
+gallium_dri.so free 0x5571735db770 void 0.000178
+gallium_dri.so malloc 72 0x5571735db900 0.000181
+gallium_dri.so free 0x5571735db980 void 0.000146
+gallium_dri.so free 0x5571735db900 void 0.000141
+gallium_dri.so malloc 72 0x5571735db980 0.000134
+gallium_dri.so free 0x5571735dba40 void 0.000141
+gallium_dri.so free 0x5571735db980 void 0.000140
+gallium_dri.so malloc 72 0x5571735db980 0.000141
+gallium_dri.so free 0x5571735dbb00 void 0.000142
+gallium_dri.so free 0x5571735db980 void 0.000141
+gallium_dri.so malloc 72 0x5571735dbb20 0.000145
+gallium_dri.so free 0x5571735dbbc0 void 0.000141
+gallium_dri.so free 0x5571735dbb20 void 0.000141
+gallium_dri.so malloc 72 0x5571735dbb70 0.000146
+gallium_dri.so free 0x5571735dbc40 void 0.000146
+gallium_dri.so free 0x5571735dbb70 void 0.000147
+gallium_dri.so malloc 72 0x5571735dbb70 0.000140
+gallium_dri.so free 0x5571735dbcc0 void 0.000150
+gallium_dri.so free 0x5571735dbb70 void 0.000142
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000144
+gallium_dri.so free 0x5571735dbd80 void 0.000146
+gallium_dri.so free 0x5571735dbcc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000137
+gallium_dri.so free 0x5571735dbe40 void 0.000141
+gallium_dri.so free 0x5571735dbcc0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000140
+gallium_dri.so free 0x5571735dbf00 void 0.000136
+gallium_dri.so free 0x5571735dbcc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000135
+gallium_dri.so free 0x5571735dbfc0 void 0.000137
+gallium_dri.so free 0x5571735dbeb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dbf70 0.000146
+gallium_dri.so free 0x5571735dc040 void 0.000146
+gallium_dri.so free 0x5571735dbf70 void 0.000208
+gallium_dri.so malloc 72 0x5571735dc090 0.000128
+gallium_dri.so free 0x5571735dc100 void 0.000130
+gallium_dri.so free 0x5571735dc090 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc120 0.000139
+gallium_dri.so free 0x5571735dc1c0 void 0.000127
+gallium_dri.so free 0x5571735dc120 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc170 0.000129
+gallium_dri.so free 0x5571735dc240 void 0.000131
+gallium_dri.so free 0x5571735dc170 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc170 0.000120
+gallium_dri.so free 0x5571735dc2c0 void 0.000122
+gallium_dri.so free 0x5571735dc170 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000129
+gallium_dri.so free 0x5571735dc380 void 0.000130
+gallium_dri.so free 0x5571735dc2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000145
+gallium_dri.so free 0x5571735dc480 void 0.000128
+gallium_dri.so free 0x5571735dc2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc430 0.000130
+gallium_dri.so free 0x5571735dc4c0 void 0.000131
+gallium_dri.so free 0x5571735dc430 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc430 0.000126
+gallium_dri.so free 0x5571735dc580 void 0.000120
+gallium_dri.so free 0x5571735dc430 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000139
+gallium_dri.so free 0x5571735dc640 void 0.000131
+gallium_dri.so free 0x5571735dc5c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc640 0.000130
+gallium_dri.so free 0x5571735dc700 void 0.000129
+gallium_dri.so free 0x5571735dc640 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc640 0.000130
+gallium_dri.so free 0x5571735dc780 void 0.000124
+gallium_dri.so free 0x5571735dc640 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000129
+gallium_dri.so free 0x5571735dc800 void 0.000122
+gallium_dri.so free 0x5571735dc7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000127
+gallium_dri.so free 0x5571735dc900 void 0.000132
+gallium_dri.so free 0x5571735dc7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc940 0.000158
+gallium_dri.so free 0x5571735dc9c0 void 0.000174
+gallium_dri.so free 0x5571735dc940 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000124
+gallium_dri.so free 0x5571735dca80 void 0.000153
+gallium_dri.so free 0x5571735dc9c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000131
+gallium_dri.so free 0x5571735dcb00 void 0.000131
+gallium_dri.so free 0x5571735dc9c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcb30 0.000131
+gallium_dri.so free 0x5571735dcb80 void 0.000223
+gallium_dri.so free 0x5571735dcb30 void 0.000291
+gallium_dri.so malloc 72 0x5571735dcb30 0.000228
+gallium_dri.so free 0x5571735dcc80 void 0.000229
+gallium_dri.so free 0x5571735dcb30 void 0.000226
+gallium_dri.so malloc 72 0x5571735dcc30 0.000224
+gallium_dri.so free 0x5571735dcd40 void 0.000200
+gallium_dri.so free 0x5571735dcc30 void 0.000199
+gallium_dri.so malloc 72 0x5571735dccf0 0.000221
+gallium_dri.so free 0x5571735dcdc0 void 0.000223
+gallium_dri.so free 0x5571735dccf0 void 0.000220
+gallium_dri.so malloc 72 0x5571735dccf0 0.000309
+gallium_dri.so free 0x5571735dce80 void 0.000255
+gallium_dri.so free 0x5571735dccf0 void 0.000230
+gallium_dri.so malloc 72 0x5571735dccf0 0.000244
+gallium_dri.so free 0x5571735dcf40 void 0.000235
+gallium_dri.so free 0x5571735dccf0 void 0.000245
+gallium_dri.so malloc 72 0x5571735dcef0 0.000228
+gallium_dri.so free 0x5571735dcfc0 void 0.000242
+gallium_dri.so free 0x5571735dcef0 void 0.000225
+gallium_dri.so malloc 72 0x5571735dd010 0.000224
+gallium_dri.so free 0x5571735dd080 void 0.000200
+gallium_dri.so free 0x5571735dd010 void 0.000222
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000182
+gallium_dri.so free 0x5571735dd140 void 0.000228
+gallium_dri.so free 0x5571735dd0a0 void 0.000238
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000233
+gallium_dri.so free 0x5571735dd1c0 void 0.000229
+gallium_dri.so free 0x5571735dd0f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000224
+gallium_dri.so free 0x5571735dd280 void 0.000252
+gallium_dri.so free 0x5571735dd1c0 void 0.000228
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000223
+gallium_dri.so free 0x557173462440 void 0.000246
+gallium_dri.so free 0x5571735dd1c0 void 0.000225
+gallium_dri.so malloc 72 0x557173462490 0.000223
+gallium_dri.so free 0x557173462500 void 0.000204
+gallium_dri.so free 0x557173462490 void 0.000220
+gallium_dri.so malloc 72 0x557173462520 0.000222
+gallium_dri.so free 0x5571734625c0 void 0.000272
+gallium_dri.so free 0x557173462520 void 0.000255
+gallium_dri.so malloc 72 0x557173462570 0.000305
+gallium_dri.so free 0x557173462640 void 0.000236
+gallium_dri.so free 0x557173462570 void 0.000211
+gallium_dri.so malloc 72 0x557173462570 0.000191
+gallium_dri.so free 0x5571734626c0 void 0.000132
+gallium_dri.so free 0x557173462570 void 0.000126
+gallium_dri.so malloc 72 0x5571734626c0 0.000128
+gallium_dri.so free 0x557173462780 void 0.000127
+gallium_dri.so free 0x5571734626c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734626c0 0.000125
+gallium_dri.so free 0x557173462880 void 0.000127
+gallium_dri.so free 0x5571734626c0 void 0.000127
+gallium_dri.so malloc 72 0x557173462830 0.000127
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so free 0x557173462830 void 0.000124
+gallium_dri.so malloc 72 0x557173462830 0.000125
+gallium_dri.so free 0x557173462980 void 0.000126
+gallium_dri.so free 0x557173462830 void 0.000125
+gallium_dri.so malloc 72 0x5571734629c0 0.000126
+gallium_dri.so free 0x557173462a40 void 0.000126
+gallium_dri.so free 0x5571734629c0 void 0.000124
+gallium_dri.so malloc 72 0x557173462a40 0.000148
+gallium_dri.so free 0x557173462b00 void 0.000133
+gallium_dri.so free 0x557173462a40 void 0.000126
+gallium_dri.so malloc 72 0x557173462a40 0.000128
+gallium_dri.so free 0x557173462b80 void 0.000131
+gallium_dri.so free 0x557173462a40 void 0.000127
+gallium_dri.so malloc 72 0x557173462bb0 0.000127
+gallium_dri.so free 0x557173462c00 void 0.000126
+gallium_dri.so free 0x557173462bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bb0 0.000126
+gallium_dri.so free 0x557173462d00 void 0.000127
+gallium_dri.so free 0x557173462bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173462d40 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000126
+gallium_dri.so free 0x557173462d40 void 0.000124
+gallium_dri.so malloc 72 0x557173462dc0 0.000125
+gallium_dri.so free 0x557173462e80 void 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000129
+gallium_dri.so malloc 72 0x557173462dc0 0.000125
+gallium_dri.so free 0x557173462f00 void 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173462f30 0.000125
+gallium_dri.so free 0x557173462f80 void 0.000127
+gallium_dri.so free 0x557173462f30 void 0.000126
+gallium_dri.so malloc 72 0x557173462f30 0.000128
+gallium_dri.so free 0x557173463080 void 0.000139
+gallium_dri.so free 0x557173462f30 void 0.000128
+gallium_dri.so malloc 72 0x557173463030 0.000127
+gallium_dri.so free 0x557173463140 void 0.000125
+gallium_dri.so free 0x557173463030 void 0.000126
+gallium_dri.so malloc 72 0x5571734630f0 0.000125
+gallium_dri.so free 0x5571734631c0 void 0.000126
+gallium_dri.so free 0x5571734630f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734630f0 0.000176
+gallium_dri.so free 0x557173463280 void 0.000135
+gallium_dri.so free 0x5571734630f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734630f0 0.000114
+gallium_dri.so free 0x557173463340 void 0.000115
+gallium_dri.so free 0x5571734630f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734632f0 0.000114
+gallium_dri.so free 0x5571734633c0 void 0.000114
+gallium_dri.so free 0x5571734632f0 void 0.000113
+gallium_dri.so malloc 72 0x557173463410 0.000114
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so free 0x557173463410 void 0.000112
+gallium_dri.so malloc 72 0x5571734634a0 0.000112
+gallium_dri.so free 0x557173463540 void 0.000113
+gallium_dri.so free 0x5571734634a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734634f0 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000114
+gallium_dri.so free 0x5571734634f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734635c0 0.000147
+gallium_dri.so free 0x557173463680 void 0.000115
+gallium_dri.so free 0x5571734635c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734635c0 0.000113
+gallium_dri.so free 0x557173463700 void 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000113
+gallium_dri.so malloc 72 0x557173463700 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463700 void 0.000112
+gallium_dri.so malloc 72 0x557173463700 0.000112
+gallium_dri.so free 0x557173463880 void 0.000116
+gallium_dri.so free 0x557173463700 void 0.000113
+gallium_dri.so malloc 72 0x557173463700 0.000113
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so free 0x557173463700 void 0.000114
+gallium_dri.so malloc 72 0x5571734638f0 0.000112
+gallium_dri.so free 0x5571734639c0 void 0.000114
+gallium_dri.so free 0x5571734638f0 void 0.000112
+gallium_dri.so malloc 72 0x557173463a10 0.000114
+gallium_dri.so free 0x557173463a80 void 0.000114
+gallium_dri.so free 0x557173463a10 void 0.000114
+gallium_dri.so malloc 72 0x557173463ac0 0.000113
+gallium_dri.so free 0x557173463b40 void 0.000113
+gallium_dri.so free 0x557173463ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173463ac0 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so free 0x557173463ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173463bf0 0.000113
+gallium_dri.so free 0x557173463c40 void 0.000128
+gallium_dri.so free 0x557173463bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173463bf0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000113
+gallium_dri.so free 0x557173463bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173463cf0 0.000117
+gallium_dri.so free 0x557173463e00 void 0.000116
+gallium_dri.so free 0x557173463cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173463db0 0.000112
+gallium_dri.so free 0x557173463e40 void 0.000115
+gallium_dri.so free 0x557173463db0 void 0.000112
+gallium_dri.so malloc 72 0x557173463db0 0.000114
+gallium_dri.so free 0x557173463f00 void 0.000114
+gallium_dri.so free 0x557173463db0 void 0.000112
+gallium_dri.so malloc 72 0x557173463f70 0.000114
+gallium_dri.so free 0x557173463fc0 void 0.000113
+gallium_dri.so free 0x557173463f70 void 0.000113
+gallium_dri.so malloc 72 0x557173463f70 0.000116
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so free 0x557173463f70 void 0.000113
+gallium_dri.so malloc 72 0x557173464070 0.000112
+gallium_dri.so free 0x557173464180 void 0.000115
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464130 0.000167
+gallium_dri.so free 0x5571734641c0 void 0.000128
+gallium_dri.so free 0x557173464130 void 0.000115
+gallium_dri.so malloc 72 0x557173464130 0.000116
+gallium_dri.so free 0x557173464280 void 0.000133
+gallium_dri.so free 0x557173464130 void 0.000135
+gallium_dri.so malloc 72 0x5571734642c0 0.000115
+gallium_dri.so free 0x557173464340 void 0.000113
+gallium_dri.so free 0x5571734642c0 void 0.000112
+gallium_dri.so malloc 72 0x557173464340 0.000112
+gallium_dri.so free 0x557173464400 void 0.000113
+gallium_dri.so free 0x557173464340 void 0.000111
+gallium_dri.so malloc 72 0x557173464340 0.000114
+gallium_dri.so free 0x5571734644c0 void 0.000113
+gallium_dri.so free 0x557173464340 void 0.000112
+gallium_dri.so malloc 72 0x5571734644e0 0.000112
+gallium_dri.so free 0x557173464580 void 0.000115
+gallium_dri.so free 0x5571734644e0 void 0.000112
+gallium_dri.so malloc 72 0x557173464530 0.000113
+gallium_dri.so free 0x557173464600 void 0.000115
+gallium_dri.so free 0x557173464530 void 0.000113
+gallium_dri.so malloc 72 0x557173464530 0.000112
+gallium_dri.so free 0x557173464680 void 0.000114
+gallium_dri.so free 0x557173464530 void 0.000112
+gallium_dri.so malloc 72 0x557173464680 0.000112
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so free 0x557173464680 void 0.000113
+gallium_dri.so malloc 72 0x557173464680 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173464680 void 0.000112
+gallium_dri.so malloc 72 0x557173464680 0.000112
+gallium_dri.so free 0x5571734648c0 void 0.000157
+gallium_dri.so free 0x557173464680 void 0.000115
+gallium_dri.so malloc 72 0x557173464870 0.000115
+gallium_dri.so free 0x557173464980 void 0.000115
+gallium_dri.so free 0x557173464870 void 0.000113
+gallium_dri.so malloc 72 0x557173464930 0.000114
+gallium_dri.so free 0x557173464a00 void 0.000113
+gallium_dri.so free 0x557173464930 void 0.000111
+gallium_dri.so malloc 72 0x557173464a50 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464a50 void 0.000113
+gallium_dri.so malloc 72 0x557173464ae0 0.000114
+gallium_dri.so free 0x557173464b80 void 0.000114
+gallium_dri.so free 0x557173464ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x557173464c00 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000112
+gallium_dri.so malloc 72 0x557173464b30 0.000116
+gallium_dri.so free 0x557173464c80 void 0.000113
+gallium_dri.so free 0x557173464b30 void 0.000112
+gallium_dri.so malloc 72 0x557173464c80 0.000113
+gallium_dri.so free 0x557173464d40 void 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000112
+gallium_dri.so malloc 72 0x557173464c80 0.000113
+gallium_dri.so free 0x557173464e40 void 0.000115
+gallium_dri.so free 0x557173464c80 void 0.000112
+gallium_dri.so malloc 72 0x557173464df0 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000114
+gallium_dri.so free 0x557173464df0 void 0.000116
+gallium_dri.so malloc 72 0x557173464df0 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000114
+gallium_dri.so free 0x557173464df0 void 0.000114
+gallium_dri.so malloc 72 0x557173464f80 0.000113
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464f80 void 0.000112
+gallium_dri.so malloc 72 0x557173465000 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465000 void 0.000166
+gallium_dri.so malloc 72 0x557173465000 0.000132
+gallium_dri.so free 0x557173465140 void 0.000115
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000115
+gallium_dri.so free 0x5571734651c0 void 0.000113
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000112
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465300 0.000113
+gallium_dri.so free 0x557173465380 void 0.000113
+gallium_dri.so free 0x557173465300 void 0.000112
+gallium_dri.so malloc 72 0x557173465380 0.000113
+gallium_dri.so free 0x557173465440 void 0.000114
+gallium_dri.so free 0x557173465380 void 0.000114
+gallium_dri.so malloc 72 0x557173465380 0.000112
+gallium_dri.so free 0x5571734654c0 void 0.000113
+gallium_dri.so free 0x557173465380 void 0.000116
+gallium_dri.so malloc 72 0x5571734654f0 0.000154
+gallium_dri.so free 0x557173465540 void 0.000116
+gallium_dri.so free 0x5571734654f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734654f0 0.000114
+gallium_dri.so free 0x557173465640 void 0.000114
+gallium_dri.so free 0x5571734654f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734655f0 0.000113
+gallium_dri.so free 0x557173465700 void 0.000112
+gallium_dri.so free 0x5571734655f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656b0 0.000113
+gallium_dri.so free 0x557173465780 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734656b0 0.000112
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656b0 0.000113
+gallium_dri.so free 0x557173465900 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734658b0 0.000113
+gallium_dri.so free 0x557173465980 void 0.000113
+gallium_dri.so free 0x5571734658b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734659d0 0.000114
+gallium_dri.so free 0x557173465a40 void 0.000113
+gallium_dri.so free 0x5571734659d0 void 0.000113
+gallium_dri.so malloc 72 0x557173465a60 0.000112
+gallium_dri.so free 0x557173465b00 void 0.000115
+gallium_dri.so free 0x557173465a60 void 0.000164
+gallium_dri.so malloc 72 0x557173465ab0 0.000129
+gallium_dri.so free 0x557173465b80 void 0.000133
+gallium_dri.so free 0x557173465ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173465b80 0.000115
+gallium_dri.so free 0x557173465c40 void 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so malloc 72 0x557173465b80 0.000113
+gallium_dri.so free 0x557173465cc0 void 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so malloc 72 0x557173465cc0 0.000113
+gallium_dri.so free 0x557173465d80 void 0.000112
+gallium_dri.so free 0x557173465cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465cc0 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so free 0x557173465cc0 void 0.000111
+gallium_dri.so malloc 72 0x557173465cc0 0.000113
+gallium_dri.so free 0x557173465f00 void 0.000114
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465eb0 0.000113
+gallium_dri.so free 0x557173465f80 void 0.000114
+gallium_dri.so free 0x557173465eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173465fd0 0.000112
+gallium_dri.so free 0x557173466040 void 0.000168
+gallium_dri.so free 0x557173465fd0 void 0.000128
+gallium_dri.so malloc 72 0x557173466080 0.000116
+gallium_dri.so free 0x557173466100 void 0.000123
+gallium_dri.so free 0x557173466080 void 0.000116
+gallium_dri.so malloc 72 0x557173466080 0.000113
+gallium_dri.so free 0x557173466180 void 0.000114
+gallium_dri.so free 0x557173466080 void 0.000113
+gallium_dri.so malloc 72 0x5571734661b0 0.000114
+gallium_dri.so free 0x557173466200 void 0.000113
+gallium_dri.so free 0x5571734661b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734661b0 0.000115
+gallium_dri.so free 0x557173466300 void 0.000113
+gallium_dri.so free 0x5571734661b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734662b0 0.000112
+gallium_dri.so free 0x5571734663c0 void 0.000113
+gallium_dri.so free 0x5571734662b0 void 0.000112
+gallium_dri.so malloc 72 0x557173466370 0.000113
+gallium_dri.so free 0x557173466400 void 0.000114
+gallium_dri.so free 0x557173466370 void 0.000113
+gallium_dri.so malloc 72 0x557173466370 0.000113
+gallium_dri.so free 0x5571734664c0 void 0.000183
+gallium_dri.so free 0x557173466370 void 0.000236
+gallium_dri.so malloc 72 0x557173466530 0.000202
+gallium_dri.so free 0x557173466580 void 0.000193
+gallium_dri.so free 0x557173466530 void 0.000191
+gallium_dri.so malloc 72 0x557173466530 0.000158
+gallium_dri.so free 0x557173466680 void 0.000243
+gallium_dri.so free 0x557173466530 void 0.000129
+gallium_dri.so malloc 72 0x557173466630 0.000253
+gallium_dri.so free 0x557173466740 void 0.000258
+gallium_dri.so free 0x557173466630 void 0.000252
+gallium_dri.so malloc 72 0x5571734666f0 0.000255
+gallium_dri.so free 0x557173466780 void 0.000229
+gallium_dri.so free 0x5571734666f0 void 0.000218
+gallium_dri.so malloc 72 0x5571734666f0 0.000194
+gallium_dri.so free 0x557173466840 void 0.000194
+gallium_dri.so free 0x5571734666f0 void 0.000222
+gallium_dri.so malloc 72 0x557173466880 0.000238
+gallium_dri.so free 0x557173466900 void 0.000277
+gallium_dri.so free 0x557173466880 void 0.000276
+gallium_dri.so malloc 72 0x557173466900 0.000334
+gallium_dri.so free 0x5571734669c0 void 0.000246
+gallium_dri.so free 0x557173466900 void 0.000220
+gallium_dri.so malloc 72 0x557173466900 0.000234
+gallium_dri.so free 0x557173466a80 void 0.000272
+gallium_dri.so free 0x557173466900 void 0.000229
+gallium_dri.so malloc 72 0x557173466aa0 0.000215
+gallium_dri.so free 0x557173466b40 void 0.000180
+gallium_dri.so free 0x557173466aa0 void 0.000134
+gallium_dri.so malloc 72 0x557173466af0 0.000133
+gallium_dri.so free 0x557173466bc0 void 0.000133
+gallium_dri.so free 0x557173466af0 void 0.000132
+gallium_dri.so malloc 72 0x557173466af0 0.000132
+gallium_dri.so free 0x557173466c40 void 0.000133
+gallium_dri.so free 0x557173466af0 void 0.000132
+gallium_dri.so malloc 72 0x557173466c40 0.000132
+gallium_dri.so free 0x557173466d00 void 0.000133
+gallium_dri.so free 0x557173466c40 void 0.000132
+gallium_dri.so malloc 72 0x557173466c40 0.000146
+gallium_dri.so free 0x557173466dc0 void 0.000141
+gallium_dri.so free 0x557173466c40 void 0.000217
+gallium_dri.so malloc 72 0x557173466c40 0.000183
+gallium_dri.so free 0x557173466e80 void 0.000229
+gallium_dri.so free 0x557173466c40 void 0.000230
+gallium_dri.so malloc 72 0x557173466e30 0.000180
+gallium_dri.so free 0x557173466f40 void 0.000139
+gallium_dri.so free 0x557173466e30 void 0.000138
+gallium_dri.so malloc 72 0x557173466ef0 0.000137
+gallium_dri.so free 0x557173466fc0 void 0.000139
+gallium_dri.so free 0x557173466ef0 void 0.000138
+gallium_dri.so malloc 72 0x557173467010 0.000138
+gallium_dri.so free 0x557173467080 void 0.000141
+gallium_dri.so free 0x557173467010 void 0.000141
+gallium_dri.so malloc 72 0x5571734670a0 0.000138
+gallium_dri.so free 0x557173467140 void 0.000138
+gallium_dri.so free 0x5571734670a0 void 0.000141
+gallium_dri.so malloc 72 0x5571734670f0 0.000139
+gallium_dri.so free 0x5571734671c0 void 0.000140
+gallium_dri.so free 0x5571734670f0 void 0.000157
+gallium_dri.so malloc 72 0x5571734670f0 0.000176
+gallium_dri.so free 0x557173467240 void 0.000283
+gallium_dri.so free 0x5571734670f0 void 0.000235
+gallium_dri.so malloc 72 0x557173467240 0.000234
+gallium_dri.so free 0x557173467300 void 0.000209
+gallium_dri.so free 0x557173467240 void 0.000190
+gallium_dri.so malloc 72 0x557173467240 0.000245
+gallium_dri.so free 0x557173467400 void 0.000237
+gallium_dri.so free 0x557173467240 void 0.000233
+gallium_dri.so malloc 72 0x5571734673b0 0.000210
+gallium_dri.so free 0x557173467440 void 0.000164
+gallium_dri.so free 0x5571734673b0 void 0.000207
+gallium_dri.so malloc 72 0x5571734673b0 0.000129
+gallium_dri.so free 0x557173467500 void 0.000127
+gallium_dri.so free 0x5571734673b0 void 0.000125
+gallium_dri.so malloc 72 0x557173467540 0.000126
+gallium_dri.so free 0x5571734675c0 void 0.000141
+gallium_dri.so free 0x557173467540 void 0.000120
+gallium_dri.so malloc 72 0x5571734675c0 0.000119
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so free 0x5571734675c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734675c0 0.000118
+gallium_dri.so free 0x557173467700 void 0.000121
+gallium_dri.so free 0x5571734675c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467730 0.000120
+gallium_dri.so free 0x557173467780 void 0.000121
+gallium_dri.so free 0x557173467730 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000119
+gallium_dri.so free 0x557173467880 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000121
+gallium_dri.so malloc 72 0x5571734678c0 0.000118
+gallium_dri.so free 0x557173467940 void 0.000120
+gallium_dri.so free 0x5571734678c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467990 0.000119
+gallium_dri.so free 0x5571735dd380 void 0.000119
+gallium_dri.so free 0x557173467990 void 0.000118
+gallium_dri.so malloc 72 0x557173467990 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000120
+gallium_dri.so free 0x557173467990 void 0.000118
+gallium_dri.so malloc 72 0x557173467990 0.000119
+gallium_dri.so free 0x5571735dd500 void 0.000120
+gallium_dri.so free 0x557173467990 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000131
+gallium_dri.so free 0x5571735dd580 void 0.000122
+gallium_dri.so free 0x5571735dd4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000119
+gallium_dri.so free 0x5571735dd640 void 0.000119
+gallium_dri.so free 0x5571735dd5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd6a0 0.000119
+gallium_dri.so free 0x5571735dd740 void 0.000119
+gallium_dri.so free 0x5571735dd6a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000119
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x5571735dd6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd880 0.000120
+gallium_dri.so free 0x5571735dd900 void 0.000119
+gallium_dri.so free 0x5571735dd880 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd900 0.000118
+gallium_dri.so free 0x5571735dd9c0 void 0.000119
+gallium_dri.so free 0x5571735dd900 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd900 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000120
+gallium_dri.so free 0x5571735dd900 void 0.000119
+gallium_dri.so malloc 72 0x5571735dda70 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000120
+gallium_dri.so free 0x5571735dda70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddac0 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000121
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddac0 0.000119
+gallium_dri.so free 0x5571735ddc80 void 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc30 0.000118
+gallium_dri.so free 0x5571735ddd40 void 0.000119
+gallium_dri.so free 0x5571735ddc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000120
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x5571735ddcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000120
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735ddcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde80 0.000124
+gallium_dri.so free 0x5571735ddf00 void 0.000119
+gallium_dri.so free 0x5571735dde80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf00 0.000113
+gallium_dri.so free 0x5571735ddfc0 void 0.000114
+gallium_dri.so free 0x5571735ddf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf00 0.000113
+gallium_dri.so free 0x5571735de100 void 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000158
+gallium_dri.so malloc 72 0x5571735ddf00 0.000115
+gallium_dri.so free 0x5571735de1c0 void 0.000116
+gallium_dri.so free 0x5571735ddf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735de170 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000124
+gallium_dri.so free 0x5571735de170 void 0.000122
+gallium_dri.so malloc 72 0x5571735de290 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so free 0x5571735de290 void 0.000118
+gallium_dri.so malloc 72 0x5571735de320 0.000120
+gallium_dri.so free 0x5571735de3c0 void 0.000114
+gallium_dri.so free 0x5571735de320 void 0.000113
+gallium_dri.so malloc 72 0x5571735de370 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de370 void 0.000113
+gallium_dri.so malloc 72 0x5571735de370 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000114
+gallium_dri.so free 0x5571735de370 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4f0 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000113
+gallium_dri.so free 0x5571735de4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de610 0.000113
+gallium_dri.so free 0x5571735de680 void 0.000113
+gallium_dri.so free 0x5571735de610 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6a0 0.000114
+gallium_dri.so free 0x5571735de740 void 0.000120
+gallium_dri.so free 0x5571735de6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6f0 0.000113
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so free 0x5571735de6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de6f0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so free 0x5571735de6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de840 0.000114
+gallium_dri.so free 0x5571735de900 void 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so malloc 72 0x5571735de840 0.000114
+gallium_dri.so free 0x5571735dea00 void 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so malloc 72 0x5571735de840 0.000113
+gallium_dri.so free 0x5571735dea80 void 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000116
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000117
+gallium_dri.so free 0x5571735dec00 void 0.000115
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debb0 0.000113
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735debb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec70 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee10 0.000113
+gallium_dri.so free 0x5571735dee80 void 0.000112
+gallium_dri.so free 0x5571735dee10 void 0.000117
+gallium_dri.so malloc 72 0x5571735deec0 0.000114
+gallium_dri.so free 0x5571735def40 void 0.000113
+gallium_dri.so free 0x5571735deec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735def40 0.000112
+gallium_dri.so free 0x5571735df000 void 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so malloc 72 0x5571735def40 0.000111
+gallium_dri.so free 0x5571735df080 void 0.000114
+gallium_dri.so free 0x5571735def40 void 0.000111
+gallium_dri.so malloc 72 0x5571735df0b0 0.000111
+gallium_dri.so free 0x5571735df100 void 0.000111
+gallium_dri.so free 0x5571735df0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df0b0 0.000123
+gallium_dri.so free 0x5571735df200 void 0.000124
+gallium_dri.so free 0x5571735df0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df1b0 0.000121
+gallium_dri.so free 0x5571735df2c0 void 0.000122
+gallium_dri.so free 0x5571735df1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df270 0.000122
+gallium_dri.so free 0x5571735df340 void 0.000122
+gallium_dri.so free 0x5571735df270 void 0.000132
+gallium_dri.so malloc 72 0x5571735df360 0.000122
+gallium_dri.so free 0x5571735df400 void 0.000121
+gallium_dri.so free 0x5571735df360 void 0.000122
+gallium_dri.so malloc 72 0x5571735df3b0 0.000122
+gallium_dri.so free 0x5571735df480 void 0.000122
+gallium_dri.so free 0x5571735df3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df3b0 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000122
+gallium_dri.so free 0x5571735df3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df500 0.000121
+gallium_dri.so free 0x5571735df5c0 void 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000121
+gallium_dri.so malloc 72 0x5571735df500 0.000121
+gallium_dri.so free 0x5571735df680 void 0.000124
+gallium_dri.so free 0x5571735df500 void 0.000121
+gallium_dri.so malloc 72 0x5571735df500 0.000121
+gallium_dri.so free 0x5571735df740 void 0.000121
+gallium_dri.so free 0x5571735df500 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6f0 0.000120
+gallium_dri.so free 0x5571735df740 void 0.000123
+gallium_dri.so free 0x5571735df6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df6f0 0.000123
+gallium_dri.so free 0x5571735df840 void 0.000122
+gallium_dri.so free 0x5571735df6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df7f0 0.000129
+gallium_dri.so free 0x5571735df900 void 0.000123
+gallium_dri.so free 0x5571735df7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df8b0 0.000122
+gallium_dri.so free 0x5571735df940 void 0.000122
+gallium_dri.so free 0x5571735df8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df8b0 0.000123
+gallium_dri.so free 0x5571735dfa00 void 0.000121
+gallium_dri.so free 0x5571735df8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfa40 0.000123
+gallium_dri.so free 0x5571735dfac0 void 0.000122
+gallium_dri.so free 0x5571735dfa40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfac0 0.000122
+gallium_dri.so free 0x5571735dfb80 void 0.000122
+gallium_dri.so free 0x5571735dfac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfac0 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000122
+gallium_dri.so free 0x5571735dfac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfc60 0.000122
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc60 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000128
+gallium_dri.so free 0x5571735dfcb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000121
+gallium_dri.so free 0x5571735dfe00 void 0.000121
+gallium_dri.so free 0x5571735dfcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dfe00 0.000121
+gallium_dri.so free 0x5571735dfec0 void 0.000124
+gallium_dri.so free 0x5571735dfe00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfe00 0.000120
+gallium_dri.so free 0x5571735dff80 void 0.000123
+gallium_dri.so free 0x5571735dfe00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfe00 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000121
+gallium_dri.so free 0x5571735dfe00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfff0 0.000121
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so free 0x5571735dfff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e00b0 0.000121
+gallium_dri.so free 0x5571735e0180 void 0.000123
+gallium_dri.so free 0x5571735e00b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e01d0 0.000121
+gallium_dri.so free 0x5571735e0240 void 0.000122
+gallium_dri.so free 0x5571735e01d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0260 0.000120
+gallium_dri.so free 0x5571735e0300 void 0.000122
+gallium_dri.so free 0x5571735e0260 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02b0 0.000123
+gallium_dri.so free 0x5571735e0380 void 0.000123
+gallium_dri.so free 0x5571735e02b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e02b0 0.000131
+gallium_dri.so free 0x5571735e0400 void 0.000122
+gallium_dri.so free 0x5571735e02b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0400 0.000122
+gallium_dri.so free 0x5571735e04c0 void 0.000123
+gallium_dri.so free 0x5571735e0400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0400 0.000121
+gallium_dri.so free 0x5571735e05c0 void 0.000122
+gallium_dri.so free 0x5571735e0400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0570 0.000121
+gallium_dri.so free 0x5571735e0600 void 0.000123
+gallium_dri.so free 0x5571735e0570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0570 0.000121
+gallium_dri.so free 0x5571735e06c0 void 0.000122
+gallium_dri.so free 0x5571735e0570 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0700 0.000121
+gallium_dri.so free 0x5571735e0780 void 0.000122
+gallium_dri.so free 0x5571735e0700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0780 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000122
+gallium_dri.so free 0x5571735e0780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0780 0.000121
+gallium_dri.so free 0x5571735e08c0 void 0.000122
+gallium_dri.so free 0x5571735e0780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e08f0 0.000121
+gallium_dri.so free 0x5571735e0940 void 0.000161
+gallium_dri.so free 0x5571735e08f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e08f0 0.000121
+gallium_dri.so free 0x5571735e0a40 void 0.000121
+gallium_dri.so free 0x5571735e08f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0a80 0.000121
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so free 0x5571735e0a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b00 0.000120
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0b00 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000128
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c70 0.000121
+gallium_dri.so free 0x5571735e0cc0 void 0.000121
+gallium_dri.so free 0x5571735e0c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c70 0.000120
+gallium_dri.so free 0x5571735e0dc0 void 0.000121
+gallium_dri.so free 0x5571735e0c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0d70 0.000122
+gallium_dri.so free 0x5571735e0e80 void 0.000121
+gallium_dri.so free 0x5571735e0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0e30 0.000119
+gallium_dri.so free 0x5571735e0f00 void 0.000121
+gallium_dri.so free 0x5571735e0e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0e30 0.000130
+gallium_dri.so free 0x5571735e0fc0 void 0.000121
+gallium_dri.so free 0x5571735e0e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0e30 0.000120
+gallium_dri.so free 0x5571735e1080 void 0.000121
+gallium_dri.so free 0x5571735e0e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1030 0.000123
+gallium_dri.so free 0x5571735e1100 void 0.000122
+gallium_dri.so free 0x5571735e1030 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1150 0.000120
+gallium_dri.so free 0x5571735e11c0 void 0.000121
+gallium_dri.so free 0x5571735e1150 void 0.000122
+gallium_dri.so malloc 72 0x5571735e11e0 0.000120
+gallium_dri.so free 0x5571735e1280 void 0.000121
+gallium_dri.so free 0x5571735e11e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1230 0.000121
+gallium_dri.so free 0x5571735e1300 void 0.000122
+gallium_dri.so free 0x5571735e1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1300 0.000120
+gallium_dri.so free 0x5571735e13c0 void 0.000122
+gallium_dri.so free 0x5571735e1300 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1300 0.000121
+gallium_dri.so free 0x5571735e1440 void 0.000121
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1440 0.000121
+gallium_dri.so free 0x5571735e1500 void 0.000128
+gallium_dri.so free 0x5571735e1440 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1440 0.000120
+gallium_dri.so free 0x5571735e15c0 void 0.000120
+gallium_dri.so free 0x5571735e1440 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1440 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000122
+gallium_dri.so free 0x5571735e1440 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1630 0.000121
+gallium_dri.so free 0x5571735e1700 void 0.000121
+gallium_dri.so free 0x5571735e1630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1750 0.000122
+gallium_dri.so free 0x5571735e17c0 void 0.000120
+gallium_dri.so free 0x5571735e1750 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1800 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000122
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1800 0.000120
+gallium_dri.so free 0x5571735e1900 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1930 0.000120
+gallium_dri.so free 0x5571735e1980 void 0.000121
+gallium_dri.so free 0x5571735e1930 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1930 0.000120
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so free 0x5571735e1930 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a30 0.000188
+gallium_dri.so free 0x5571735e1b40 void 0.000122
+gallium_dri.so free 0x5571735e1a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1af0 0.000121
+gallium_dri.so free 0x5571735e1b80 void 0.000120
+gallium_dri.so free 0x5571735e1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1af0 0.000119
+gallium_dri.so free 0x5571735e1c40 void 0.000120
+gallium_dri.so free 0x5571735e1af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000122
+gallium_dri.so free 0x5571735e1d00 void 0.000121
+gallium_dri.so free 0x5571735e1cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1db0 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000121
+gallium_dri.so free 0x5571735e1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1e70 0.000120
+gallium_dri.so free 0x5571735e1f00 void 0.000121
+gallium_dri.so free 0x5571735e1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e70 0.000119
+gallium_dri.so free 0x5571735e1fc0 void 0.000122
+gallium_dri.so free 0x5571735e1e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2000 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2080 0.000121
+gallium_dri.so free 0x5571735e2140 void 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2080 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000122
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2220 0.000120
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2220 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2270 0.000121
+gallium_dri.so free 0x5571735e2340 void 0.000122
+gallium_dri.so free 0x5571735e2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2270 0.000120
+gallium_dri.so free 0x5571735e23c0 void 0.000121
+gallium_dri.so free 0x5571735e2270 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23c0 0.000121
+gallium_dri.so free 0x5571735e2480 void 0.000122
+gallium_dri.so free 0x5571735e23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e23c0 0.000120
+gallium_dri.so free 0x5571735e2540 void 0.000121
+gallium_dri.so free 0x5571735e23c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e23c0 0.000121
+gallium_dri.so free 0x5571735e2600 void 0.000121
+gallium_dri.so free 0x5571735e23c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e25b0 0.000129
+gallium_dri.so free 0x5571735e26c0 void 0.000122
+gallium_dri.so free 0x5571735e25b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2670 0.000120
+gallium_dri.so free 0x5571735e2740 void 0.000121
+gallium_dri.so free 0x5571735e2670 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2790 0.000120
+gallium_dri.so free 0x5571735e2800 void 0.000121
+gallium_dri.so free 0x5571735e2790 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2820 0.000121
+gallium_dri.so free 0x5571735e28c0 void 0.000122
+gallium_dri.so free 0x5571735e2820 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2870 0.000120
+gallium_dri.so free 0x5571735e2940 void 0.000121
+gallium_dri.so free 0x5571735e2870 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2870 0.000120
+gallium_dri.so free 0x5571735e29c0 void 0.000121
+gallium_dri.so free 0x5571735e2870 void 0.000120
+gallium_dri.so malloc 72 0x5571735e29c0 0.000125
+gallium_dri.so free 0x5571735e2a80 void 0.000121
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29c0 0.000120
+gallium_dri.so free 0x5571735e2b80 void 0.000122
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b30 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000121
+gallium_dri.so free 0x5571735e2b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2b30 0.000121
+gallium_dri.so free 0x5571735e2c80 void 0.000121
+gallium_dri.so free 0x5571735e2b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000120
+gallium_dri.so free 0x5571735e2d40 void 0.000122
+gallium_dri.so free 0x5571735e2cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2d40 0.000120
+gallium_dri.so free 0x5571735e2e00 void 0.000121
+gallium_dri.so free 0x5571735e2d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d40 0.000120
+gallium_dri.so free 0x5571735e2e80 void 0.000121
+gallium_dri.so free 0x5571735e2d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000121
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so free 0x5571735e2eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000121
+gallium_dri.so free 0x5571735e3000 void 0.000120
+gallium_dri.so free 0x5571735e2eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3040 0.000123
+gallium_dri.so free 0x5571735e30c0 void 0.000122
+gallium_dri.so free 0x5571735e3040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000120
+gallium_dri.so free 0x5571735e3180 void 0.000120
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000129
+gallium_dri.so free 0x5571735e3200 void 0.000123
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3230 0.000119
+gallium_dri.so free 0x5571735e3280 void 0.000120
+gallium_dri.so free 0x5571735e3230 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3230 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000122
+gallium_dri.so free 0x5571735e3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3330 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000120
+gallium_dri.so free 0x5571735e3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33f0 0.000120
+gallium_dri.so free 0x5571735e34c0 void 0.000121
+gallium_dri.so free 0x5571735e33f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33f0 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000121
+gallium_dri.so free 0x5571735e33f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33f0 0.000120
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e33f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35f0 0.000120
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e35f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3710 0.000119
+gallium_dri.so free 0x5571735e3780 void 0.000120
+gallium_dri.so free 0x5571735e3710 void 0.000123
+gallium_dri.so malloc 72 0x5571735e37a0 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735e37a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e37a0 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735e37a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb490 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000125
+gallium_dri.so free 0x5571735eb490 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb540 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000122
+gallium_dri.so free 0x5571735eb680 void 0.000121
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000122
+gallium_dri.so free 0x5571735eb5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb730 0.000120
+gallium_dri.so free 0x5571735eb780 void 0.000121
+gallium_dri.so free 0x5571735eb730 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb730 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb730 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb830 0.000169
+gallium_dri.so free 0x5571735eb940 void 0.000122
+gallium_dri.so free 0x5571735eb830 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571735eb8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb9e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba30 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000123
+gallium_dri.so free 0x5571735eba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba30 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000121
+gallium_dri.so free 0x5571735eba30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebb80 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000122
+gallium_dri.so free 0x5571735ebb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebb80 0.000121
+gallium_dri.so free 0x5571735ebd00 void 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebb80 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd70 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735ebd70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebd70 0.000120
+gallium_dri.so free 0x5571735ebec0 void 0.000120
+gallium_dri.so free 0x5571735ebd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe70 0.000121
+gallium_dri.so free 0x5571735ebf80 void 0.000120
+gallium_dri.so free 0x5571735ebe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000120
+gallium_dri.so free 0x5571735ebf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000122
+gallium_dri.so free 0x5571735ebf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec0c0 0.000120
+gallium_dri.so free 0x5571735ec140 void 0.000122
+gallium_dri.so free 0x5571735ec0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec140 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec140 0.000121
+gallium_dri.so free 0x5571735ec2c0 void 0.000122
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2e0 0.000120
+gallium_dri.so free 0x5571735ec380 void 0.000121
+gallium_dri.so free 0x5571735ec2e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec330 0.000129
+gallium_dri.so free 0x5571735ec400 void 0.000122
+gallium_dri.so free 0x5571735ec330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec330 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so free 0x5571735ec330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec480 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec480 0.000119
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec480 0.000120
+gallium_dri.so free 0x5571735ec6c0 void 0.000121
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec670 0.000121
+gallium_dri.so free 0x5571735ec780 void 0.000121
+gallium_dri.so free 0x5571735ec670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec730 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000123
+gallium_dri.so free 0x5571735ec730 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec850 0.000120
+gallium_dri.so free 0x5571735ec8c0 void 0.000120
+gallium_dri.so free 0x5571735ec850 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000119
+gallium_dri.so free 0x5571735ec980 void 0.000123
+gallium_dri.so free 0x5571735ec8e0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ec930 0.000121
+gallium_dri.so free 0x5571735eca00 void 0.000121
+gallium_dri.so free 0x5571735ec930 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec930 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000120
+gallium_dri.so free 0x5571735ec930 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca80 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000121
+gallium_dri.so free 0x5571735eca80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca80 0.000119
+gallium_dri.so free 0x5571735ecc40 void 0.000121
+gallium_dri.so free 0x5571735eca80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000121
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so free 0x5571735ecbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd80 0.000119
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so free 0x5571735ecd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece00 0.000120
+gallium_dri.so free 0x5571735ecec0 void 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ece00 0.000124
+gallium_dri.so free 0x5571735ecf40 void 0.000122
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecf70 0.000121
+gallium_dri.so free 0x5571735ecfc0 void 0.000119
+gallium_dri.so free 0x5571735ecf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecf70 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ecf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed100 0.000120
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed180 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000120
+gallium_dri.so free 0x5571735ed180 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed180 0.000124
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000122
+gallium_dri.so free 0x5571735ed340 void 0.000121
+gallium_dri.so free 0x5571735ed2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000120
+gallium_dri.so free 0x5571735ed440 void 0.000122
+gallium_dri.so free 0x5571735ed2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000120
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so free 0x5571735ed3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so free 0x5571735ed4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000121
+gallium_dri.so free 0x5571735ed4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000122
+gallium_dri.so free 0x5571735ed4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed7d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed860 0.000120
+gallium_dri.so free 0x5571735ed900 void 0.000120
+gallium_dri.so free 0x5571735ed860 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735ed980 void 0.000122
+gallium_dri.so free 0x5571735ed8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed980 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000121
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed980 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000126
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edb80 void 0.000122
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edac0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edac0 0.000120
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edcb0 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so free 0x5571735edcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eddd0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000120
+gallium_dri.so free 0x5571735eddd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede80 0.000119
+gallium_dri.so free 0x5571735edf00 void 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede80 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000121
+gallium_dri.so malloc 72 0x5571735edfb0 0.000121
+gallium_dri.so free 0x5571735ee000 void 0.000122
+gallium_dri.so free 0x5571735edfb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edfb0 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735edfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000120
+gallium_dri.so free 0x5571735ee1c0 void 0.000125
+gallium_dri.so free 0x5571735ee0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee170 0.000119
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so free 0x5571735ee170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee170 0.000121
+gallium_dri.so free 0x5571735ee2c0 void 0.000121
+gallium_dri.so free 0x5571735ee170 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee330 0.000121
+gallium_dri.so free 0x5571735ee380 void 0.000121
+gallium_dri.so free 0x5571735ee330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee330 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000121
+gallium_dri.so free 0x5571735ee330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee430 0.000121
+gallium_dri.so free 0x5571735ee540 void 0.000122
+gallium_dri.so free 0x5571735ee430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000121
+gallium_dri.so free 0x5571735ee4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000123
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee680 0.000120
+gallium_dri.so free 0x5571735ee700 void 0.000122
+gallium_dri.so free 0x5571735ee680 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee700 0.000120
+gallium_dri.so free 0x5571735ee7c0 void 0.000122
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee700 0.000122
+gallium_dri.so free 0x5571735ee880 void 0.000121
+gallium_dri.so free 0x5571735ee700 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee8a0 0.000120
+gallium_dri.so free 0x5571735ee940 void 0.000121
+gallium_dri.so free 0x5571735ee8a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000121
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea40 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000162
+gallium_dri.so malloc 72 0x5571735eea40 0.000124
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec30 0.000119
+gallium_dri.so free 0x5571735eed40 void 0.000120
+gallium_dri.so free 0x5571735eec30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eecf0 0.000119
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eecf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee10 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000120
+gallium_dri.so free 0x5571735eee10 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeea0 0.000119
+gallium_dri.so free 0x5571735eef40 void 0.000120
+gallium_dri.so free 0x5571735eeea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeef0 0.000120
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eeef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeef0 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000120
+gallium_dri.so free 0x5571735eeef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef040 0.000122
+gallium_dri.so free 0x5571735ef100 void 0.000123
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef040 0.000119
+gallium_dri.so free 0x5571735ef200 void 0.000124
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000121
+gallium_dri.so free 0x5571735ef1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000119
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef340 0.000120
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000120
+gallium_dri.so free 0x5571735ef480 void 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000121
+gallium_dri.so free 0x5571735ef500 void 0.000122
+gallium_dri.so free 0x5571735ef3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef530 0.000120
+gallium_dri.so free 0x5571735ef580 void 0.000120
+gallium_dri.so free 0x5571735ef530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef530 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so free 0x5571735ef530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef6c0 0.000120
+gallium_dri.so free 0x5571735ef740 void 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735ef740 0.000115
+gallium_dri.so free 0x5571735ef800 void 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef740 0.000115
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000116
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000115
+gallium_dri.so free 0x5571735efac0 void 0.000115
+gallium_dri.so free 0x5571735ef9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efa70 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000116
+gallium_dri.so free 0x5571735efa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa70 0.000116
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efa70 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000148
+gallium_dri.so malloc 72 0x5571735efd90 0.000122
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd90 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe20 0.000119
+gallium_dri.so free 0x5571735efec0 void 0.000121
+gallium_dri.so free 0x5571735efe20 void 0.000122
+gallium_dri.so malloc 72 0x5571735efe70 0.000121
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eff40 0.000122
+gallium_dri.so free 0x5571735f0000 void 0.000126
+gallium_dri.so free 0x5571735eff40 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff40 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so free 0x5571735eff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0080 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0080 0.000120
+gallium_dri.so free 0x5571735f0200 void 0.000122
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0080 0.000120
+gallium_dri.so free 0x5571735f02c0 void 0.000122
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0270 0.000122
+gallium_dri.so free 0x5571735f0340 void 0.000123
+gallium_dri.so free 0x5571735f0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0390 0.000121
+gallium_dri.so free 0x5571735f0400 void 0.000122
+gallium_dri.so free 0x5571735f0390 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0440 0.000121
+gallium_dri.so free 0x5571735f04c0 void 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0440 0.000121
+gallium_dri.so free 0x5571735f0540 void 0.000122
+gallium_dri.so free 0x5571735f0440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0570 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000122
+gallium_dri.so free 0x5571735f0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0570 0.000122
+gallium_dri.so free 0x5571735f06c0 void 0.000121
+gallium_dri.so free 0x5571735f0570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0670 0.000122
+gallium_dri.so free 0x5571735f0780 void 0.000121
+gallium_dri.so free 0x5571735f0670 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0730 0.000122
+gallium_dri.so free 0x5571735f07c0 void 0.000121
+gallium_dri.so free 0x5571735f0730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0730 0.000121
+gallium_dri.so free 0x5571735f0880 void 0.000121
+gallium_dri.so free 0x5571735f0730 void 0.000172
+gallium_dri.so malloc 72 0x5571735f08f0 0.000121
+gallium_dri.so free 0x5571735f0940 void 0.000122
+gallium_dri.so free 0x5571735f08f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f08f0 0.000121
+gallium_dri.so free 0x5571735f0a40 void 0.000121
+gallium_dri.so free 0x5571735f08f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f09f0 0.000121
+gallium_dri.so free 0x5571735f0b00 void 0.000121
+gallium_dri.so free 0x5571735f09f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000122
+gallium_dri.so free 0x5571735f0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000121
+gallium_dri.so free 0x5571735f0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0c40 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000122
+gallium_dri.so free 0x5571735f0c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000121
+gallium_dri.so free 0x5571735f0d80 void 0.000122
+gallium_dri.so free 0x5571735f0cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000120
+gallium_dri.so free 0x5571735f0e40 void 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e60 0.000131
+gallium_dri.so free 0x5571735f0f00 void 0.000124
+gallium_dri.so free 0x5571735f0e60 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000122
+gallium_dri.so free 0x5571735f0f80 void 0.000120
+gallium_dri.so free 0x5571735f0eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000122
+gallium_dri.so free 0x5571735f1000 void 0.000122
+gallium_dri.so free 0x5571735f0eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1000 0.000121
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1000 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1000 0.000122
+gallium_dri.so free 0x5571735f1240 void 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000120
+gallium_dri.so malloc 72 0x5571735f11f0 0.000120
+gallium_dri.so free 0x5571735f1300 void 0.000122
+gallium_dri.so free 0x5571735f11f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f12b0 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000123
+gallium_dri.so free 0x5571735f12b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f13d0 0.000120
+gallium_dri.so free 0x5571735f1440 void 0.000120
+gallium_dri.so free 0x5571735f13d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1460 0.000120
+gallium_dri.so free 0x5571735f1500 void 0.000121
+gallium_dri.so free 0x5571735f1460 void 0.000121
+gallium_dri.so malloc 72 0x5571735f14b0 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000121
+gallium_dri.so free 0x5571735f14b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f14b0 0.000122
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so free 0x5571735f14b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1600 0.000120
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1600 0.000120
+gallium_dri.so free 0x5571735f17c0 void 0.000122
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1770 0.000122
+gallium_dri.so free 0x5571735f1800 void 0.000123
+gallium_dri.so free 0x5571735f1770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1770 0.000121
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f1770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000122
+gallium_dri.so free 0x5571735f1980 void 0.000122
+gallium_dri.so free 0x5571735f1900 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1980 0.000189
+gallium_dri.so free 0x5571735f1a40 void 0.000123
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1980 0.000122
+gallium_dri.so free 0x5571735f1ac0 void 0.000123
+gallium_dri.so free 0x5571735f1980 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1af0 0.000122
+gallium_dri.so free 0x5571735f1b40 void 0.000122
+gallium_dri.so free 0x5571735f1af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1af0 0.000120
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c80 0.000121
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1d00 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1d00 0.000122
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1e70 0.000120
+gallium_dri.so free 0x5571735f1ec0 void 0.000122
+gallium_dri.so free 0x5571735f1e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e70 0.000122
+gallium_dri.so free 0x5571735f1fc0 void 0.000132
+gallium_dri.so free 0x5571735f1e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1f70 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000121
+gallium_dri.so free 0x5571735f1f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2030 0.000122
+gallium_dri.so free 0x5571735f2100 void 0.000121
+gallium_dri.so free 0x5571735f2030 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2030 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f2030 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2030 0.000120
+gallium_dri.so free 0x5571735f2280 void 0.000122
+gallium_dri.so free 0x5571735f2030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2230 0.000122
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2350 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2350 void 0.000122
+gallium_dri.so malloc 72 0x5571735f23e0 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000120
+gallium_dri.so free 0x5571735f23e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2430 0.000121
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2500 0.000111
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2500 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000122
+gallium_dri.so free 0x5571735f2500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2640 0.000122
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2640 0.000120
+gallium_dri.so free 0x5571735f27c0 void 0.000122
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2640 0.000120
+gallium_dri.so free 0x5571735f2880 void 0.000121
+gallium_dri.so free 0x5571735f2640 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2830 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000121
+gallium_dri.so free 0x5571735f2830 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2950 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000122
+gallium_dri.so free 0x5571735f2950 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2a00 0.000121
+gallium_dri.so free 0x5571735f2a80 void 0.000121
+gallium_dri.so free 0x5571735f2a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2a00 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000165
+gallium_dri.so free 0x5571735f2a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b30 0.000121
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2b30 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2c30 0.000127
+gallium_dri.so free 0x5571735f2d40 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000122
+gallium_dri.so free 0x5571735f2d80 void 0.000122
+gallium_dri.so free 0x5571735f2cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000121
+gallium_dri.so free 0x5571735f2e40 void 0.000121
+gallium_dri.so free 0x5571735f2cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2eb0 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so free 0x5571735f2eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2eb0 0.000122
+gallium_dri.so free 0x5571735f3000 void 0.000122
+gallium_dri.so free 0x5571735f2eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000121
+gallium_dri.so free 0x5571735f30c0 void 0.000121
+gallium_dri.so free 0x5571735f2fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3070 0.000121
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so free 0x5571735f3070 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3070 0.000121
+gallium_dri.so free 0x5571735f31c0 void 0.000121
+gallium_dri.so free 0x5571735f3070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3200 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3280 0.000120
+gallium_dri.so free 0x5571735f3340 void 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3280 0.000120
+gallium_dri.so free 0x5571735f3400 void 0.000120
+gallium_dri.so free 0x5571735f3280 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3420 0.000124
+gallium_dri.so free 0x5571735f34c0 void 0.000121
+gallium_dri.so free 0x5571735f3420 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000120
+gallium_dri.so free 0x5571735f3540 void 0.000122
+gallium_dri.so free 0x5571735f3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3470 0.000122
+gallium_dri.so free 0x5571735f35c0 void 0.000122
+gallium_dri.so free 0x5571735f3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f35c0 0.000121
+gallium_dri.so free 0x5571735883c0 void 0.000134
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so malloc 72 0x557173588370 0.000122
+gallium_dri.so free 0x557173588400 void 0.000123
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588370 0.000121
+gallium_dri.so free 0x5571735884c0 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588510 0.000120
+gallium_dri.so free 0x557173588580 void 0.000122
+gallium_dri.so free 0x557173588510 void 0.000121
+gallium_dri.so malloc 72 0x5571735885c0 0.000120
+gallium_dri.so free 0x557173588640 void 0.000120
+gallium_dri.so free 0x5571735885c0 void 0.000121
+gallium_dri.so malloc 72 0x557173588640 0.000121
+gallium_dri.so free 0x557173588700 void 0.000122
+gallium_dri.so free 0x557173588640 void 0.000120
+gallium_dri.so malloc 72 0x557173588640 0.000123
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so free 0x557173588640 void 0.000122
+gallium_dri.so malloc 72 0x5571735887b0 0.000120
+gallium_dri.so free 0x557173588800 void 0.000122
+gallium_dri.so free 0x5571735887b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735887b0 0.000122
+gallium_dri.so free 0x557173588900 void 0.000123
+gallium_dri.so free 0x5571735887b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735888b0 0.000124
+gallium_dri.so free 0x5571735889c0 void 0.000122
+gallium_dri.so free 0x5571735888b0 void 0.000121
+gallium_dri.so malloc 72 0x557173588970 0.000122
+gallium_dri.so free 0x557173588a40 void 0.000122
+gallium_dri.so free 0x557173588970 void 0.000121
+gallium_dri.so malloc 72 0x557173588a60 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000122
+gallium_dri.so free 0x557173588a60 void 0.000121
+gallium_dri.so malloc 72 0x557173588ab0 0.000121
+gallium_dri.so free 0x557173588b80 void 0.000121
+gallium_dri.so free 0x557173588ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173588ab0 0.000121
+gallium_dri.so free 0x557173588c00 void 0.000122
+gallium_dri.so free 0x557173588ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173588c00 0.000121
+gallium_dri.so free 0x557173588cc0 void 0.000121
+gallium_dri.so free 0x557173588c00 void 0.000121
+gallium_dri.so malloc 72 0x557173588c00 0.000122
+gallium_dri.so free 0x557173588d80 void 0.000123
+gallium_dri.so free 0x557173588c00 void 0.000120
+gallium_dri.so malloc 72 0x557173588c00 0.000120
+gallium_dri.so free 0x557173588e40 void 0.000122
+gallium_dri.so free 0x557173588c00 void 0.000120
+gallium_dri.so malloc 72 0x557173588df0 0.000121
+gallium_dri.so free 0x557173588e40 void 0.000125
+gallium_dri.so free 0x557173588df0 void 0.000121
+gallium_dri.so malloc 72 0x557173588df0 0.000122
+gallium_dri.so free 0x557173588f40 void 0.000122
+gallium_dri.so free 0x557173588df0 void 0.000121
+gallium_dri.so malloc 72 0x557173588ef0 0.000120
+gallium_dri.so free 0x557173589000 void 0.000122
+gallium_dri.so free 0x557173588ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173588fb0 0.000120
+gallium_dri.so free 0x557173589040 void 0.000122
+gallium_dri.so free 0x557173588fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588fb0 0.000121
+gallium_dri.so free 0x557173589100 void 0.000121
+gallium_dri.so free 0x557173588fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589140 0.000120
+gallium_dri.so free 0x5571735891c0 void 0.000120
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so malloc 72 0x5571735891c0 0.000120
+gallium_dri.so free 0x557173589280 void 0.000121
+gallium_dri.so free 0x5571735891c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735891c0 0.000121
+gallium_dri.so free 0x557173589340 void 0.000122
+gallium_dri.so free 0x5571735891c0 void 0.000122
+gallium_dri.so malloc 72 0x557173589360 0.000121
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x557173589360 void 0.000133
+gallium_dri.so malloc 72 0x5571735893b0 0.000123
+gallium_dri.so free 0x557173589480 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000122
+gallium_dri.so free 0x5571735895c0 void 0.000121
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x557173589680 void 0.000122
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000122
+gallium_dri.so free 0x557173589740 void 0.000127
+gallium_dri.so free 0x557173589500 void 0.000123
+gallium_dri.so malloc 72 0x5571735896f0 0.000120
+gallium_dri.so free 0x557173589800 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735897b0 0.000121
+gallium_dri.so free 0x557173589880 void 0.000122
+gallium_dri.so free 0x5571735897b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898d0 0.000121
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x5571735898d0 void 0.000120
+gallium_dri.so malloc 72 0x557173589960 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000123
+gallium_dri.so free 0x557173589960 void 0.000120
+gallium_dri.so malloc 72 0x5571735899b0 0.000120
+gallium_dri.so free 0x557173589a80 void 0.000121
+gallium_dri.so free 0x5571735899b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735899b0 0.000120
+gallium_dri.so free 0x557173589b00 void 0.000120
+gallium_dri.so free 0x5571735899b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589b00 0.000120
+gallium_dri.so free 0x557173589bc0 void 0.000123
+gallium_dri.so free 0x557173589b00 void 0.000121
+gallium_dri.so malloc 72 0x557173589b00 0.000120
+gallium_dri.so free 0x557173589cc0 void 0.000122
+gallium_dri.so free 0x557173589b00 void 0.000121
+gallium_dri.so malloc 72 0x557173589c70 0.000121
+gallium_dri.so free 0x557173589d00 void 0.000123
+gallium_dri.so free 0x557173589c70 void 0.000121
+gallium_dri.so malloc 72 0x557173589c70 0.000122
+gallium_dri.so free 0x557173589dc0 void 0.000121
+gallium_dri.so free 0x557173589c70 void 0.000122
+gallium_dri.so malloc 72 0x557173589e00 0.000121
+gallium_dri.so free 0x557173589e80 void 0.000122
+gallium_dri.so free 0x557173589e00 void 0.000122
+gallium_dri.so malloc 72 0x557173589e80 0.000121
+gallium_dri.so free 0x557173589f40 void 0.000120
+gallium_dri.so free 0x557173589e80 void 0.000130
+gallium_dri.so malloc 72 0x557173589e80 0.000120
+gallium_dri.so free 0x557173589fc0 void 0.000122
+gallium_dri.so free 0x557173589e80 void 0.000122
+gallium_dri.so malloc 72 0x557173589ff0 0.000121
+gallium_dri.so free 0x55717358a040 void 0.000122
+gallium_dri.so free 0x557173589ff0 void 0.000122
+gallium_dri.so malloc 72 0x557173589ff0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000122
+gallium_dri.so free 0x557173589ff0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a180 0.000123
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so free 0x55717358a180 void 0.000120
+gallium_dri.so malloc 72 0x55717358a200 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000122
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so malloc 72 0x55717358a200 0.000120
+gallium_dri.so free 0x55717358a340 void 0.000121
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so malloc 72 0x55717358a370 0.000122
+gallium_dri.so free 0x55717358a3c0 void 0.000121
+gallium_dri.so free 0x55717358a370 void 0.000121
+gallium_dri.so malloc 72 0x55717358a370 0.000122
+gallium_dri.so free 0x55717358a4c0 void 0.000123
+gallium_dri.so free 0x55717358a370 void 0.000121
+gallium_dri.so malloc 72 0x55717358a470 0.000120
+gallium_dri.so free 0x55717358a580 void 0.000124
+gallium_dri.so free 0x55717358a470 void 0.000122
+gallium_dri.so malloc 72 0x55717358a530 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so free 0x55717358a530 void 0.000122
+gallium_dri.so malloc 72 0x55717358a530 0.000121
+gallium_dri.so free 0x55717358a6c0 void 0.000122
+gallium_dri.so free 0x55717358a530 void 0.000121
+gallium_dri.so malloc 72 0x55717358a530 0.000121
+gallium_dri.so free 0x55717358a780 void 0.000122
+gallium_dri.so free 0x55717358a530 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000120
+gallium_dri.so free 0x55717358a800 void 0.000121
+gallium_dri.so free 0x55717358a730 void 0.000120
+gallium_dri.so malloc 72 0x55717358a850 0.000120
+gallium_dri.so free 0x55717358a8c0 void 0.000121
+gallium_dri.so free 0x55717358a850 void 0.000121
+gallium_dri.so malloc 72 0x55717358a8e0 0.000122
+gallium_dri.so free 0x55717358a980 void 0.000121
+gallium_dri.so free 0x55717358a8e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a930 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000123
+gallium_dri.so free 0x55717358a930 void 0.000122
+gallium_dri.so malloc 72 0x55717358aa00 0.000121
+gallium_dri.so free 0x55717358aac0 void 0.000123
+gallium_dri.so free 0x55717358aa00 void 0.000122
+gallium_dri.so malloc 72 0x55717358aa00 0.000121
+gallium_dri.so free 0x55717358ab40 void 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab40 0.000121
+gallium_dri.so free 0x55717358ac00 void 0.000122
+gallium_dri.so free 0x55717358ab40 void 0.000122
+gallium_dri.so malloc 72 0x55717358ab40 0.000121
+gallium_dri.so free 0x55717358acc0 void 0.000121
+gallium_dri.so free 0x55717358ab40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab40 0.000121
+gallium_dri.so free 0x55717358ad80 void 0.000121
+gallium_dri.so free 0x55717358ab40 void 0.000123
+gallium_dri.so malloc 72 0x55717358ad30 0.000120
+gallium_dri.so free 0x55717358ae00 void 0.000122
+gallium_dri.so free 0x55717358ad30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ae50 0.000120
+gallium_dri.so free 0x55717358aec0 void 0.000121
+gallium_dri.so free 0x55717358ae50 void 0.000121
+gallium_dri.so malloc 72 0x55717358af00 0.000121
+gallium_dri.so free 0x55717358af80 void 0.000122
+gallium_dri.so free 0x55717358af00 void 0.000120
+gallium_dri.so malloc 72 0x55717358af00 0.000120
+gallium_dri.so free 0x55717358b000 void 0.000121
+gallium_dri.so free 0x55717358af00 void 0.000123
+gallium_dri.so malloc 72 0x55717358b030 0.000132
+gallium_dri.so free 0x55717358b080 void 0.000122
+gallium_dri.so free 0x55717358b030 void 0.000122
+gallium_dri.so malloc 72 0x55717358b030 0.000120
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so free 0x55717358b030 void 0.000120
+gallium_dri.so malloc 72 0x55717358b130 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000122
+gallium_dri.so free 0x55717358b130 void 0.000121
+gallium_dri.so malloc 72 0x55717358b1f0 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000122
+gallium_dri.so free 0x55717358b1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b1f0 0.000120
+gallium_dri.so free 0x55717358b340 void 0.000122
+gallium_dri.so free 0x55717358b1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b3b0 0.000120
+gallium_dri.so free 0x55717358b400 void 0.000122
+gallium_dri.so free 0x55717358b3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b3b0 0.000121
+gallium_dri.so free 0x55717358b500 void 0.000121
+gallium_dri.so free 0x55717358b3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b4b0 0.000123
+gallium_dri.so free 0x55717358b5c0 void 0.000121
+gallium_dri.so free 0x55717358b4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b570 0.000120
+gallium_dri.so free 0x55717358b600 void 0.000120
+gallium_dri.so free 0x55717358b570 void 0.000126
+gallium_dri.so malloc 72 0x55717358b570 0.000122
+gallium_dri.so free 0x55717358b6c0 void 0.000121
+gallium_dri.so free 0x55717358b570 void 0.000120
+gallium_dri.so malloc 72 0x55717358b700 0.000121
+gallium_dri.so free 0x55717358b780 void 0.000122
+gallium_dri.so free 0x55717358b700 void 0.000120
+gallium_dri.so malloc 72 0x55717358b780 0.000121
+gallium_dri.so free 0x55717358b840 void 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so malloc 72 0x55717358b780 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000121
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so malloc 72 0x55717358b920 0.000121
+gallium_dri.so free 0x55717358b9c0 void 0.000123
+gallium_dri.so free 0x55717358b920 void 0.000122
+gallium_dri.so malloc 72 0x55717358b970 0.000120
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b970 void 0.000120
+gallium_dri.so malloc 72 0x55717358b970 0.000120
+gallium_dri.so free 0x55717358bac0 void 0.000121
+gallium_dri.so free 0x55717358b970 void 0.000121
+gallium_dri.so malloc 72 0x55717358bac0 0.000120
+gallium_dri.so free 0x55717358bb80 void 0.000121
+gallium_dri.so free 0x55717358bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bac0 0.000130
+gallium_dri.so free 0x55717358bc40 void 0.000120
+gallium_dri.so free 0x55717358bac0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bac0 0.000120
+gallium_dri.so free 0x55717358bd00 void 0.000120
+gallium_dri.so free 0x55717358bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcb0 0.000120
+gallium_dri.so free 0x55717358bdc0 void 0.000121
+gallium_dri.so free 0x55717358bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bd70 0.000120
+gallium_dri.so free 0x55717358be40 void 0.000120
+gallium_dri.so free 0x55717358bd70 void 0.000121
+gallium_dri.so malloc 72 0x55717358be90 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000120
+gallium_dri.so free 0x55717358be90 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf20 0.000122
+gallium_dri.so free 0x55717358bfc0 void 0.000122
+gallium_dri.so free 0x55717358bf20 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000120
+gallium_dri.so free 0x55717358c040 void 0.000121
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000120
+gallium_dri.so free 0x55717358c0c0 void 0.000120
+gallium_dri.so free 0x55717358bf70 void 0.000122
+gallium_dri.so malloc 72 0x55717358c0c0 0.000121
+gallium_dri.so free 0x55717358c180 void 0.000129
+gallium_dri.so free 0x55717358c0c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c0c0 0.000121
+gallium_dri.so free 0x55717358c280 void 0.000121
+gallium_dri.so free 0x55717358c0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c230 0.000120
+gallium_dri.so free 0x55717358c2c0 void 0.000120
+gallium_dri.so free 0x55717358c230 void 0.000120
+gallium_dri.so malloc 72 0x55717358c230 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000121
+gallium_dri.so free 0x55717358c230 void 0.000121
+gallium_dri.so malloc 72 0x55717358c3c0 0.000127
+gallium_dri.so free 0x55717358c440 void 0.000123
+gallium_dri.so free 0x55717358c3c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c440 0.000120
+gallium_dri.so free 0x55717358c500 void 0.000121
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so malloc 72 0x55717358c440 0.000121
+gallium_dri.so free 0x55717358c580 void 0.000122
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so malloc 72 0x55717358c5b0 0.000121
+gallium_dri.so free 0x55717358c600 void 0.000122
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5b0 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c740 0.000167
+gallium_dri.so free 0x55717358c7c0 void 0.000122
+gallium_dri.so free 0x55717358c740 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7c0 0.000120
+gallium_dri.so free 0x55717358c880 void 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c7c0 0.000121
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so free 0x55717358c7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c930 0.000121
+gallium_dri.so free 0x55717358c980 void 0.000121
+gallium_dri.so free 0x55717358c930 void 0.000123
+gallium_dri.so malloc 72 0x55717358c930 0.000120
+gallium_dri.so free 0x55717358ca80 void 0.000121
+gallium_dri.so free 0x55717358c930 void 0.000122
+gallium_dri.so malloc 72 0x55717358ca30 0.000122
+gallium_dri.so free 0x55717358cb40 void 0.000121
+gallium_dri.so free 0x55717358ca30 void 0.000121
+gallium_dri.so malloc 72 0x55717358caf0 0.000121
+gallium_dri.so free 0x55717358cbc0 void 0.000121
+gallium_dri.so free 0x55717358caf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358caf0 0.000121
+gallium_dri.so free 0x55717358cc80 void 0.000120
+gallium_dri.so free 0x55717358caf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358caf0 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000133
+gallium_dri.so free 0x55717358caf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ccf0 0.000120
+gallium_dri.so free 0x55717358cdc0 void 0.000121
+gallium_dri.so free 0x55717358ccf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ce10 0.000121
+gallium_dri.so free 0x55717358ce80 void 0.000122
+gallium_dri.so free 0x55717358ce10 void 0.000122
+gallium_dri.so malloc 72 0x55717358cea0 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so free 0x55717358cea0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cef0 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000121
+gallium_dri.so free 0x55717358cef0 void 0.000122
+gallium_dri.so malloc 72 0x55717358cfc0 0.000120
+gallium_dri.so free 0x55717358d080 void 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cfc0 0.000120
+gallium_dri.so free 0x55717358d100 void 0.000122
+gallium_dri.so free 0x55717358cfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d100 0.000121
+gallium_dri.so free 0x55717358d1c0 void 0.000120
+gallium_dri.so free 0x55717358d100 void 0.000120
+gallium_dri.so malloc 72 0x55717358d100 0.000122
+gallium_dri.so free 0x55717358d280 void 0.000122
+gallium_dri.so free 0x55717358d100 void 0.000121
+gallium_dri.so malloc 72 0x55717358d100 0.000125
+gallium_dri.so free 0x55717358d340 void 0.000123
+gallium_dri.so free 0x55717358d100 void 0.000122
+gallium_dri.so malloc 72 0x55717358d2f0 0.000121
+gallium_dri.so free 0x55717358d3c0 void 0.000123
+gallium_dri.so free 0x55717358d2f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d410 0.000122
+gallium_dri.so free 0x55717358d480 void 0.000122
+gallium_dri.so free 0x55717358d410 void 0.000121
+gallium_dri.so malloc 72 0x55717358d4c0 0.000119
+gallium_dri.so free 0x55717358d540 void 0.000122
+gallium_dri.so free 0x55717358d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d4c0 0.000120
+gallium_dri.so free 0x55717358d5c0 void 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d5f0 0.000119
+gallium_dri.so free 0x55717358d640 void 0.000119
+gallium_dri.so free 0x55717358d5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d5f0 0.000120
+gallium_dri.so free 0x55717358d740 void 0.000120
+gallium_dri.so free 0x55717358d5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d6f0 0.000121
+gallium_dri.so free 0x55717358d800 void 0.000122
+gallium_dri.so free 0x55717358d6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d7b0 0.000121
+gallium_dri.so free 0x55717358d840 void 0.000169
+gallium_dri.so free 0x55717358d7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d7b0 0.000122
+gallium_dri.so free 0x55717358d900 void 0.000121
+gallium_dri.so free 0x55717358d7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d970 0.000121
+gallium_dri.so free 0x55717358d9c0 void 0.000121
+gallium_dri.so free 0x55717358d970 void 0.000120
+gallium_dri.so malloc 72 0x55717358d970 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000123
+gallium_dri.so free 0x55717358d970 void 0.000121
+gallium_dri.so malloc 72 0x55717358da70 0.000120
+gallium_dri.so free 0x55717358db80 void 0.000121
+gallium_dri.so free 0x55717358da70 void 0.000121
+gallium_dri.so malloc 72 0x55717358db30 0.000121
+gallium_dri.so free 0x55717358dbc0 void 0.000122
+gallium_dri.so free 0x55717358db30 void 0.000122
+gallium_dri.so malloc 72 0x55717358db30 0.000122
+gallium_dri.so free 0x55717358dc80 void 0.000121
+gallium_dri.so free 0x55717358db30 void 0.000120
+gallium_dri.so malloc 72 0x55717358dcc0 0.000121
+gallium_dri.so free 0x55717358dd40 void 0.000121
+gallium_dri.so free 0x55717358dcc0 void 0.000122
+gallium_dri.so malloc 72 0x55717358dd40 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000120
+gallium_dri.so free 0x55717358dd40 void 0.000125
+gallium_dri.so malloc 72 0x55717358dd40 0.000123
+gallium_dri.so free 0x55717358dec0 void 0.000121
+gallium_dri.so free 0x55717358dd40 void 0.000120
+gallium_dri.so malloc 72 0x55717358dee0 0.000122
+gallium_dri.so free 0x55717358df80 void 0.000121
+gallium_dri.so free 0x55717358dee0 void 0.000122
+gallium_dri.so malloc 72 0x55717358df30 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000120
+gallium_dri.so free 0x55717358df30 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000122
+gallium_dri.so free 0x55717358e080 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000122
+gallium_dri.so malloc 72 0x55717358e080 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000121
+gallium_dri.so free 0x55717358e080 void 0.000121
+gallium_dri.so malloc 72 0x55717358e080 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so free 0x55717358e080 void 0.000121
+gallium_dri.so malloc 72 0x55717358e080 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e080 void 0.000120
+gallium_dri.so malloc 72 0x55717358e270 0.000120
+gallium_dri.so free 0x55717358e380 void 0.000122
+gallium_dri.so free 0x55717358e270 void 0.000121
+gallium_dri.so malloc 72 0x55717358e330 0.000121
+gallium_dri.so free 0x55717358e400 void 0.000131
+gallium_dri.so free 0x55717358e330 void 0.000121
+gallium_dri.so malloc 72 0x55717358e450 0.000121
+gallium_dri.so free 0x55717358e4c0 void 0.000121
+gallium_dri.so free 0x55717358e450 void 0.000120
+gallium_dri.so malloc 72 0x55717358e4e0 0.000121
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e4e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e530 0.000120
+gallium_dri.so free 0x55717358e600 void 0.000121
+gallium_dri.so free 0x55717358e530 void 0.000121
+gallium_dri.so malloc 72 0x55717358e530 0.000121
+gallium_dri.so free 0x55717358e680 void 0.000122
+gallium_dri.so free 0x55717358e530 void 0.000121
+gallium_dri.so malloc 72 0x55717358e680 0.000121
+gallium_dri.so free 0x55717358e740 void 0.000121
+gallium_dri.so free 0x55717358e680 void 0.000121
+gallium_dri.so malloc 72 0x55717358e680 0.000121
+gallium_dri.so free 0x55717358e840 void 0.000121
+gallium_dri.so free 0x55717358e680 void 0.000120
+gallium_dri.so malloc 72 0x55717358e7f0 0.000121
+gallium_dri.so free 0x55717358e880 void 0.000119
+gallium_dri.so free 0x55717358e7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e7f0 0.000120
+gallium_dri.so free 0x55717358e940 void 0.000122
+gallium_dri.so free 0x55717358e7f0 void 0.000210
+gallium_dri.so malloc 72 0x55717358e980 0.000124
+gallium_dri.so free 0x55717358ea00 void 0.000122
+gallium_dri.so free 0x55717358e980 void 0.000122
+gallium_dri.so malloc 72 0x55717358ea00 0.000120
+gallium_dri.so free 0x55717358eac0 void 0.000122
+gallium_dri.so free 0x55717358ea00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ea00 0.000119
+gallium_dri.so free 0x55717358eb40 void 0.000120
+gallium_dri.so free 0x55717358ea00 void 0.000120
+gallium_dri.so malloc 72 0x55717358eb70 0.000121
+gallium_dri.so free 0x55717358ebc0 void 0.000121
+gallium_dri.so free 0x55717358eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717358eb70 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed00 0.000121
+gallium_dri.so free 0x55717358ed80 void 0.000123
+gallium_dri.so free 0x55717358ed00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ed80 0.000123
+gallium_dri.so free 0x55717358ee40 void 0.000120
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed80 0.000120
+gallium_dri.so free 0x55717358eec0 void 0.000121
+gallium_dri.so free 0x55717358ed80 void 0.000123
+gallium_dri.so malloc 72 0x55717358eef0 0.000129
+gallium_dri.so free 0x55717358ef40 void 0.000125
+gallium_dri.so free 0x55717358eef0 void 0.000122
+gallium_dri.so malloc 72 0x55717358eef0 0.000121
+gallium_dri.so free 0x55717358f040 void 0.000122
+gallium_dri.so free 0x55717358eef0 void 0.000122
+gallium_dri.so malloc 72 0x55717358eff0 0.000120
+gallium_dri.so free 0x55717358f100 void 0.000124
+gallium_dri.so free 0x55717358eff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f0b0 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000122
+gallium_dri.so free 0x55717358f0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f0b0 0.000120
+gallium_dri.so free 0x55717358f240 void 0.000122
+gallium_dri.so free 0x55717358f0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f0b0 0.000122
+gallium_dri.so free 0x55717358f300 void 0.000121
+gallium_dri.so free 0x55717358f0b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f2b0 0.000120
+gallium_dri.so free 0x55717358f380 void 0.000121
+gallium_dri.so free 0x55717358f2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f3d0 0.000121
+gallium_dri.so free 0x55717358f440 void 0.000121
+gallium_dri.so free 0x55717358f3d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f460 0.000121
+gallium_dri.so free 0x55717358f500 void 0.000122
+gallium_dri.so free 0x55717358f460 void 0.000130
+gallium_dri.so malloc 72 0x55717358f4b0 0.000121
+gallium_dri.so free 0x55717358f580 void 0.000122
+gallium_dri.so free 0x55717358f4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f580 0.000122
+gallium_dri.so free 0x55717358f640 void 0.000121
+gallium_dri.so free 0x55717358f580 void 0.000121
+gallium_dri.so malloc 72 0x55717358f580 0.000120
+gallium_dri.so free 0x55717358f6c0 void 0.000122
+gallium_dri.so free 0x55717358f580 void 0.000121
+gallium_dri.so malloc 72 0x55717358f6c0 0.000120
+gallium_dri.so free 0x55717358f780 void 0.000120
+gallium_dri.so free 0x55717358f6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f6c0 0.000121
+gallium_dri.so free 0x55717358f840 void 0.000121
+gallium_dri.so free 0x55717358f6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f6c0 0.000120
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so free 0x55717358f6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f8b0 0.000121
+gallium_dri.so free 0x55717358f980 void 0.000121
+gallium_dri.so free 0x55717358f8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f9d0 0.000121
+gallium_dri.so free 0x55717358fa40 void 0.000123
+gallium_dri.so free 0x55717358f9d0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa80 0.000166
+gallium_dri.so free 0x55717358fb00 void 0.000123
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so malloc 72 0x55717358fa80 0.000122
+gallium_dri.so free 0x55717358fb80 void 0.000121
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so malloc 72 0x55717358fbb0 0.000121
+gallium_dri.so free 0x55717358fc00 void 0.000121
+gallium_dri.so free 0x55717358fbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fbb0 0.000122
+gallium_dri.so free 0x55717358fd00 void 0.000122
+gallium_dri.so free 0x55717358fbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fcb0 0.000121
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358fd70 0.000125
+gallium_dri.so free 0x55717358fe00 void 0.000123
+gallium_dri.so free 0x55717358fd70 void 0.000122
+gallium_dri.so malloc 72 0x55717358fd70 0.000120
+gallium_dri.so free 0x55717358fec0 void 0.000120
+gallium_dri.so free 0x55717358fd70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ff30 0.000120
+gallium_dri.so free 0x55717358ff80 void 0.000122
+gallium_dri.so free 0x55717358ff30 void 0.000127
+gallium_dri.so malloc 72 0x55717358ff30 0.000122
+gallium_dri.so free 0x557173590080 void 0.000180
+gallium_dri.so free 0x55717358ff30 void 0.000123
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x557173590140 void 0.000120
+gallium_dri.so free 0x557173590030 void 0.000121
+gallium_dri.so malloc 72 0x5571735900f0 0.000121
+gallium_dri.so free 0x557173590180 void 0.000122
+gallium_dri.so free 0x5571735900f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735900f0 0.000121
+gallium_dri.so free 0x557173590240 void 0.000121
+gallium_dri.so free 0x5571735900f0 void 0.000121
+gallium_dri.so malloc 72 0x557173590280 0.000121
+gallium_dri.so free 0x557173590300 void 0.000122
+gallium_dri.so free 0x557173590280 void 0.000120
+gallium_dri.so malloc 72 0x557173590300 0.000121
+gallium_dri.so free 0x5571735903c0 void 0.000121
+gallium_dri.so free 0x557173590300 void 0.000121
+gallium_dri.so malloc 72 0x557173590300 0.000121
+gallium_dri.so free 0x557173590480 void 0.000123
+gallium_dri.so free 0x557173590300 void 0.000121
+gallium_dri.so malloc 72 0x5571735904a0 0.000120
+gallium_dri.so free 0x557173590540 void 0.000121
+gallium_dri.so free 0x5571735904a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735904f0 0.000120
+gallium_dri.so free 0x5571735905c0 void 0.000122
+gallium_dri.so free 0x5571735904f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735904f0 0.000122
+gallium_dri.so free 0x557173590640 void 0.000121
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590640 0.000120
+gallium_dri.so free 0x557173590700 void 0.000120
+gallium_dri.so free 0x557173590640 void 0.000123
+gallium_dri.so malloc 72 0x557173590640 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000122
+gallium_dri.so free 0x557173590640 void 0.000120
+gallium_dri.so malloc 72 0x557173590640 0.000121
+gallium_dri.so free 0x557173590880 void 0.000122
+gallium_dri.so free 0x557173590640 void 0.000120
+gallium_dri.so malloc 72 0x557173590830 0.000122
+gallium_dri.so free 0x557173590940 void 0.000121
+gallium_dri.so free 0x557173590830 void 0.000120
+gallium_dri.so malloc 72 0x5571735908f0 0.000120
+gallium_dri.so free 0x5571735909c0 void 0.000121
+gallium_dri.so free 0x5571735908f0 void 0.000121
+gallium_dri.so malloc 72 0x557173590a10 0.000121
+gallium_dri.so free 0x557173590a80 void 0.000122
+gallium_dri.so free 0x557173590a10 void 0.000120
+gallium_dri.so malloc 72 0x557173590aa0 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x557173590aa0 void 0.000121
+gallium_dri.so malloc 72 0x557173590af0 0.000120
+gallium_dri.so free 0x557173590bc0 void 0.000172
+gallium_dri.so free 0x557173590af0 void 0.000122
+gallium_dri.so malloc 72 0x557173590af0 0.000120
+gallium_dri.so free 0x557173590c40 void 0.000121
+gallium_dri.so free 0x557173590af0 void 0.000128
+gallium_dri.so malloc 72 0x557173590c40 0.000121
+gallium_dri.so free 0x557173590d00 void 0.000120
+gallium_dri.so free 0x557173590c40 void 0.000121
+gallium_dri.so malloc 72 0x557173590c40 0.000121
+gallium_dri.so free 0x557173590e00 void 0.000120
+gallium_dri.so free 0x557173590c40 void 0.000121
+gallium_dri.so malloc 72 0x557173590db0 0.000120
+gallium_dri.so free 0x557173590e40 void 0.000122
+gallium_dri.so free 0x557173590db0 void 0.000126
+gallium_dri.so malloc 72 0x557173590db0 0.000122
+gallium_dri.so free 0x557173590f00 void 0.000122
+gallium_dri.so free 0x557173590db0 void 0.000121
+gallium_dri.so malloc 72 0x557173590f40 0.000120
+gallium_dri.so free 0x557173590fc0 void 0.000120
+gallium_dri.so free 0x557173590f40 void 0.000120
+gallium_dri.so malloc 72 0x557173590fc0 0.000122
+gallium_dri.so free 0x557173591080 void 0.000122
+gallium_dri.so free 0x557173590fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173590fc0 0.000121
+gallium_dri.so free 0x557173591100 void 0.000121
+gallium_dri.so free 0x557173590fc0 void 0.000129
+gallium_dri.so malloc 72 0x557173591130 0.000122
+gallium_dri.so free 0x557173591180 void 0.000121
+gallium_dri.so free 0x557173591130 void 0.000120
+gallium_dri.so malloc 72 0x557173591130 0.000119
+gallium_dri.so free 0x557173591280 void 0.000120
+gallium_dri.so free 0x557173591130 void 0.000119
+gallium_dri.so malloc 72 0x5571735912c0 0.000121
+gallium_dri.so free 0x557173591340 void 0.000122
+gallium_dri.so free 0x5571735912c0 void 0.000121
+gallium_dri.so malloc 72 0x557173591340 0.000119
+gallium_dri.so free 0x557173591400 void 0.000120
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so malloc 72 0x557173591340 0.000120
+gallium_dri.so free 0x557173591480 void 0.000123
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so malloc 72 0x5571735914b0 0.000121
+gallium_dri.so free 0x557173591500 void 0.000121
+gallium_dri.so free 0x5571735914b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735914b0 0.000121
+gallium_dri.so free 0x557173591600 void 0.000120
+gallium_dri.so free 0x5571735914b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735915b0 0.000122
+gallium_dri.so free 0x5571735916c0 void 0.000122
+gallium_dri.so free 0x5571735915b0 void 0.000121
+gallium_dri.so malloc 72 0x557173591670 0.000119
+gallium_dri.so free 0x557173591740 void 0.000129
+gallium_dri.so free 0x557173591670 void 0.000121
+gallium_dri.so malloc 72 0x557173591670 0.000121
+gallium_dri.so free 0x557173591800 void 0.000122
+gallium_dri.so free 0x557173591670 void 0.000120
+gallium_dri.so malloc 72 0x557173591670 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000122
+gallium_dri.so free 0x557173591670 void 0.000121
+gallium_dri.so malloc 72 0x557173591870 0.000121
+gallium_dri.so free 0x557173591940 void 0.000121
+gallium_dri.so free 0x557173591870 void 0.000121
+gallium_dri.so malloc 72 0x557173591990 0.000121
+gallium_dri.so free 0x557173591a00 void 0.000121
+gallium_dri.so free 0x557173591990 void 0.000120
+gallium_dri.so malloc 72 0x557173591a20 0.000121
+gallium_dri.so free 0x557173591ac0 void 0.000121
+gallium_dri.so free 0x557173591a20 void 0.000121
+gallium_dri.so malloc 72 0x557173591a70 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000122
+gallium_dri.so free 0x557173591a70 void 0.000120
+gallium_dri.so malloc 72 0x557173591b40 0.000121
+gallium_dri.so free 0x557173591c00 void 0.000121
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so malloc 72 0x557173591b40 0.000121
+gallium_dri.so free 0x557173591c80 void 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000173
+gallium_dri.so malloc 72 0x557173591c80 0.000124
+gallium_dri.so free 0x557173591d40 void 0.000121
+gallium_dri.so free 0x557173591c80 void 0.000122
+gallium_dri.so malloc 72 0x557173591c80 0.000125
+gallium_dri.so free 0x557173591e00 void 0.000122
+gallium_dri.so free 0x557173591c80 void 0.000121
+gallium_dri.so malloc 72 0x557173591c80 0.000121
+gallium_dri.so free 0x557173591ec0 void 0.000121
+gallium_dri.so free 0x557173591c80 void 0.000131
+gallium_dri.so malloc 72 0x557173591e70 0.000205
+gallium_dri.so free 0x5571735cae40 void 0.000217
+gallium_dri.so free 0x557173591e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cae40 0.000121
+gallium_dri.so free 0x5571735caf00 void 0.000123
+gallium_dri.so free 0x5571735cae40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cae40 0.000121
+gallium_dri.so free 0x5571735cb000 void 0.000121
+gallium_dri.so free 0x5571735cae40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cafb0 0.000121
+gallium_dri.so free 0x557173591f40 void 0.000123
+gallium_dri.so free 0x5571735cafb0 void 0.000121
+gallium_dri.so malloc 72 0x557173591f70 0.000123
+gallium_dri.so free 0x5571735cb040 void 0.000122
+gallium_dri.so free 0x557173591f70 void 0.000131
+gallium_dri.so malloc 72 0x557173591f70 0.000121
+gallium_dri.so free 0x5571735cb140 void 0.000121
+gallium_dri.so free 0x557173591f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb0f0 0.000120
+gallium_dri.so free 0x5571735cb200 void 0.000121
+gallium_dri.so free 0x5571735cb0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000121
+gallium_dri.so free 0x5571735cb240 void 0.000122
+gallium_dri.so free 0x5571735cb1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000121
+gallium_dri.so free 0x5571735cb300 void 0.000121
+gallium_dri.so free 0x5571735cb1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb370 0.000121
+gallium_dri.so free 0x5571735cb3c0 void 0.000122
+gallium_dri.so free 0x5571735cb370 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb370 0.000120
+gallium_dri.so free 0x5571735cb4c0 void 0.000121
+gallium_dri.so free 0x5571735cb370 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb470 0.000122
+gallium_dri.so free 0x5571735cb580 void 0.000120
+gallium_dri.so free 0x5571735cb470 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb530 0.000120
+gallium_dri.so free 0x5571735cb5c0 void 0.000122
+gallium_dri.so free 0x5571735cb530 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb530 0.000127
+gallium_dri.so free 0x5571735cb680 void 0.000123
+gallium_dri.so free 0x5571735cb530 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb6c0 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000121
+gallium_dri.so free 0x5571735cb6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb740 0.000119
+gallium_dri.so free 0x5571735cb800 void 0.000121
+gallium_dri.so free 0x5571735cb740 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb740 0.000121
+gallium_dri.so free 0x5571735cb8c0 void 0.000122
+gallium_dri.so free 0x5571735cb740 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb8e0 0.000121
+gallium_dri.so free 0x5571735cb980 void 0.000121
+gallium_dri.so free 0x5571735cb8e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb930 0.000121
+gallium_dri.so free 0x5571735cba00 void 0.000122
+gallium_dri.so free 0x5571735cb930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb930 0.000121
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so free 0x5571735cb930 void 0.000125
+gallium_dri.so malloc 72 0x5571735cba80 0.000121
+gallium_dri.so free 0x5571735cbb40 void 0.000121
+gallium_dri.so free 0x5571735cba80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cba80 0.000120
+gallium_dri.so free 0x5571735cbc00 void 0.000121
+gallium_dri.so free 0x5571735cba80 void 0.000170
+gallium_dri.so malloc 72 0x5571735cba80 0.000123
+gallium_dri.so free 0x5571735cbcc0 void 0.000122
+gallium_dri.so free 0x5571735cba80 void 0.000122
+gallium_dri.so malloc 72 0x5571735cbc70 0.000121
+gallium_dri.so free 0x5571735cbd80 void 0.000122
+gallium_dri.so free 0x5571735cbc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbd30 0.000123
+gallium_dri.so free 0x5571735cbe00 void 0.000121
+gallium_dri.so free 0x5571735cbd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbe50 0.000122
+gallium_dri.so free 0x5571735cbec0 void 0.000121
+gallium_dri.so free 0x5571735cbe50 void 0.000121
+gallium_dri.so malloc 72 0x5571735cbee0 0.000120
+gallium_dri.so free 0x5571735cbf80 void 0.000122
+gallium_dri.so free 0x5571735cbee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbf30 0.000121
+gallium_dri.so free 0x5571735cc000 void 0.000122
+gallium_dri.so free 0x5571735cbf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cbf30 0.000120
+gallium_dri.so free 0x5571735cc080 void 0.000122
+gallium_dri.so free 0x5571735cbf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc080 0.000119
+gallium_dri.so free 0x5571735cc140 void 0.000121
+gallium_dri.so free 0x5571735cc080 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc080 0.000171
+gallium_dri.so free 0x5571735cc240 void 0.000122
+gallium_dri.so free 0x5571735cc080 void 0.000122
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000121
+gallium_dri.so free 0x5571735cc280 void 0.000121
+gallium_dri.so free 0x5571735cc1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000120
+gallium_dri.so free 0x5571735cc340 void 0.000121
+gallium_dri.so free 0x5571735cc1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc380 0.000121
+gallium_dri.so free 0x5571735cc400 void 0.000122
+gallium_dri.so free 0x5571735cc380 void 0.000123
+gallium_dri.so malloc 72 0x5571735cc400 0.000122
+gallium_dri.so free 0x5571735cc4c0 void 0.000120
+gallium_dri.so free 0x5571735cc400 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc400 0.000121
+gallium_dri.so free 0x5571735cc540 void 0.000120
+gallium_dri.so free 0x5571735cc400 void 0.000121
+gallium_dri.so malloc 72 0x5571735cc570 0.000121
+gallium_dri.so free 0x5571735cc5c0 void 0.000121
+gallium_dri.so free 0x5571735cc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc570 0.000120
+gallium_dri.so free 0x5571735cc6c0 void 0.000122
+gallium_dri.so free 0x5571735cc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc700 0.000119
+gallium_dri.so free 0x5571735cc780 void 0.000120
+gallium_dri.so free 0x5571735cc700 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc780 0.000120
+gallium_dri.so free 0x5571735cc840 void 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc780 0.000120
+gallium_dri.so free 0x5571735cc8c0 void 0.000121
+gallium_dri.so free 0x5571735cc780 void 0.000120
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000119
+gallium_dri.so free 0x5571735cc940 void 0.000119
+gallium_dri.so free 0x5571735cc8f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735cc8f0 0.000140
+gallium_dri.so free 0x5571735cca40 void 0.000137
+gallium_dri.so free 0x5571735cc8f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cc9f0 0.000136
+gallium_dri.so free 0x5571735ccb00 void 0.000126
+gallium_dri.so free 0x5571735cc9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ccab0 0.000122
+gallium_dri.so free 0x5571735ccb80 void 0.000121
+gallium_dri.so free 0x5571735ccab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccab0 0.000121
+gallium_dri.so free 0x5571735ccc40 void 0.000121
+gallium_dri.so free 0x5571735ccab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccab0 0.000121
+gallium_dri.so free 0x5571735ccd00 void 0.000122
+gallium_dri.so free 0x5571735ccab0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cccb0 0.000122
+gallium_dri.so free 0x5571735ccd80 void 0.000122
+gallium_dri.so free 0x5571735cccb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccdd0 0.000122
+gallium_dri.so free 0x5571735cce40 void 0.000123
+gallium_dri.so free 0x5571735ccdd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cce60 0.000120
+gallium_dri.so free 0x5571735ccf00 void 0.000122
+gallium_dri.so free 0x5571735cce60 void 0.000120
+gallium_dri.so malloc 72 0x5571735cceb0 0.000121
+gallium_dri.so free 0x5571735ccf80 void 0.000121
+gallium_dri.so free 0x5571735cceb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ccf80 0.000122
+gallium_dri.so free 0x5571735cd040 void 0.000122
+gallium_dri.so free 0x5571735ccf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ccf80 0.000120
+gallium_dri.so free 0x5571735cd0c0 void 0.000122
+gallium_dri.so free 0x5571735ccf80 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000121
+gallium_dri.so free 0x5571735cd180 void 0.000122
+gallium_dri.so free 0x5571735cd0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000121
+gallium_dri.so free 0x5571735cd240 void 0.000120
+gallium_dri.so free 0x5571735cd0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd0c0 0.000122
+gallium_dri.so free 0x5571735cd300 void 0.000123
+gallium_dri.so free 0x5571735cd0c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000121
+gallium_dri.so free 0x5571735cd380 void 0.000122
+gallium_dri.so free 0x5571735cd2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd3d0 0.000121
+gallium_dri.so free 0x5571735cd440 void 0.000121
+gallium_dri.so free 0x5571735cd3d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd480 0.000128
+gallium_dri.so free 0x5571735cd500 void 0.000121
+gallium_dri.so free 0x5571735cd480 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd480 0.000121
+gallium_dri.so free 0x5571735cd580 void 0.000123
+gallium_dri.so free 0x5571735cd480 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000121
+gallium_dri.so free 0x5571735cd600 void 0.000121
+gallium_dri.so free 0x5571735cd5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cd5b0 0.000121
+gallium_dri.so free 0x5571735cd700 void 0.000121
+gallium_dri.so free 0x5571735cd5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cd6b0 0.000124
+gallium_dri.so free 0x5571735cd7c0 void 0.000122
+gallium_dri.so free 0x5571735cd6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cd770 0.000122
+gallium_dri.so free 0x5571735cd800 void 0.000120
+gallium_dri.so free 0x5571735cd770 void 0.000164
+gallium_dri.so malloc 72 0x5571735cd770 0.000136
+gallium_dri.so free 0x5571735cd8c0 void 0.000127
+gallium_dri.so free 0x5571735cd770 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd930 0.000128
+gallium_dri.so free 0x5571735cd980 void 0.000127
+gallium_dri.so free 0x5571735cd930 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd930 0.000126
+gallium_dri.so free 0x5571735cda80 void 0.000127
+gallium_dri.so free 0x5571735cd930 void 0.000127
+gallium_dri.so malloc 72 0x5571735cda30 0.000126
+gallium_dri.so free 0x5571735cdb40 void 0.000128
+gallium_dri.so free 0x5571735cda30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000128
+gallium_dri.so free 0x5571735cdb80 void 0.000127
+gallium_dri.so free 0x5571735cdaf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdaf0 0.000126
+gallium_dri.so free 0x5571735cdc40 void 0.000126
+gallium_dri.so free 0x5571735cdaf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdc80 0.000128
+gallium_dri.so free 0x5571735cdd00 void 0.000127
+gallium_dri.so free 0x5571735cdc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735cdd00 0.000127
+gallium_dri.so free 0x5571735cddc0 void 0.000128
+gallium_dri.so free 0x5571735cdd00 void 0.000146
+gallium_dri.so malloc 72 0x5571735cdd00 0.000128
+gallium_dri.so free 0x5571735cde80 void 0.000129
+gallium_dri.so free 0x5571735cdd00 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdea0 0.000127
+gallium_dri.so free 0x5571735cdf40 void 0.000127
+gallium_dri.so free 0x5571735cdea0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdef0 0.000127
+gallium_dri.so free 0x5571735cdfc0 void 0.000127
+gallium_dri.so free 0x5571735cdef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cdef0 0.000126
+gallium_dri.so free 0x5571735ce040 void 0.000126
+gallium_dri.so free 0x5571735cdef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce040 0.000126
+gallium_dri.so free 0x5571735ce100 void 0.000127
+gallium_dri.so free 0x5571735ce040 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce040 0.000127
+gallium_dri.so free 0x5571735ce1c0 void 0.000128
+gallium_dri.so free 0x5571735ce040 void 0.000129
+gallium_dri.so malloc 72 0x5571735ce040 0.000157
+gallium_dri.so free 0x5571735ce280 void 0.000129
+gallium_dri.so free 0x5571735ce040 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce230 0.000126
+gallium_dri.so free 0x5571735ce340 void 0.000128
+gallium_dri.so free 0x5571735ce230 void 0.000135
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000135
+gallium_dri.so free 0x5571735ce3c0 void 0.000127
+gallium_dri.so free 0x5571735ce2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce410 0.000127
+gallium_dri.so free 0x5571735ce480 void 0.000127
+gallium_dri.so free 0x5571735ce410 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce4a0 0.000127
+gallium_dri.so free 0x5571735ce540 void 0.000127
+gallium_dri.so free 0x5571735ce4a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000126
+gallium_dri.so free 0x5571735ce5c0 void 0.000127
+gallium_dri.so free 0x5571735ce4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce4f0 0.000127
+gallium_dri.so free 0x5571735ce640 void 0.000126
+gallium_dri.so free 0x5571735ce4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce640 0.000134
+gallium_dri.so free 0x5571735ce700 void 0.000122
+gallium_dri.so free 0x5571735ce640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce640 0.000121
+gallium_dri.so free 0x5571735ce800 void 0.000120
+gallium_dri.so free 0x5571735ce640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000120
+gallium_dri.so free 0x5571735ce840 void 0.000120
+gallium_dri.so free 0x5571735ce7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000131
+gallium_dri.so free 0x5571735ce900 void 0.000120
+gallium_dri.so free 0x5571735ce7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce940 0.000121
+gallium_dri.so free 0x5571735ce9c0 void 0.000121
+gallium_dri.so free 0x5571735ce940 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000120
+gallium_dri.so free 0x5571735cea80 void 0.000122
+gallium_dri.so free 0x5571735ce9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce9c0 0.000120
+gallium_dri.so free 0x5571735ceb00 void 0.000120
+gallium_dri.so free 0x5571735ce9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceb30 0.000122
+gallium_dri.so free 0x5571735ceb80 void 0.000120
+gallium_dri.so free 0x5571735ceb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceb30 0.000120
+gallium_dri.so free 0x5571735cec80 void 0.000122
+gallium_dri.so free 0x5571735ceb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cecc0 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so free 0x5571735cecc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced40 0.000119
+gallium_dri.so free 0x5571735cee00 void 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ced40 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000120
+gallium_dri.so free 0x5571735cef00 void 0.000121
+gallium_dri.so free 0x5571735ceeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000120
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x5571735ceeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefb0 0.000154
+gallium_dri.so free 0x5571735cf0c0 void 0.000122
+gallium_dri.so free 0x5571735cefb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf070 0.000120
+gallium_dri.so free 0x5571735cf140 void 0.000121
+gallium_dri.so free 0x5571735cf070 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf070 0.000119
+gallium_dri.so free 0x5571735cf200 void 0.000122
+gallium_dri.so free 0x5571735cf070 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf070 0.000120
+gallium_dri.so free 0x5571735cf2c0 void 0.000121
+gallium_dri.so free 0x5571735cf070 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf270 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000122
+gallium_dri.so free 0x5571735cf270 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf390 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000121
+gallium_dri.so free 0x5571735cf390 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf420 0.000131
+gallium_dri.so free 0x5571735cf4c0 void 0.000122
+gallium_dri.so free 0x5571735cf420 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf470 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so free 0x5571735cf470 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf540 0.000120
+gallium_dri.so free 0x5571735cf600 void 0.000123
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf540 0.000121
+gallium_dri.so free 0x5571735cf680 void 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf680 0.000120
+gallium_dri.so free 0x5571735cf740 void 0.000121
+gallium_dri.so free 0x5571735cf680 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf680 0.000121
+gallium_dri.so free 0x5571735cf800 void 0.000120
+gallium_dri.so free 0x5571735cf680 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf680 0.000119
+gallium_dri.so free 0x5571735cf8c0 void 0.000121
+gallium_dri.so free 0x5571735cf680 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf870 0.000120
+gallium_dri.so free 0x5571735cf940 void 0.000121
+gallium_dri.so free 0x5571735cf870 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf990 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x5571735cf990 void 0.000169
+gallium_dri.so malloc 72 0x5571735cfa40 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000121
+gallium_dri.so free 0x5571735cfa40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa40 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000120
+gallium_dri.so free 0x5571735cfa40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000122
+gallium_dri.so free 0x5571735cfbc0 void 0.000120
+gallium_dri.so free 0x5571735cfb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb70 0.000121
+gallium_dri.so free 0x5571735cfcc0 void 0.000120
+gallium_dri.so free 0x5571735cfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc70 0.000120
+gallium_dri.so free 0x5571735cfd80 void 0.000121
+gallium_dri.so free 0x5571735cfc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd30 0.000119
+gallium_dri.so free 0x5571735cfdc0 void 0.000121
+gallium_dri.so free 0x5571735cfd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd30 0.000119
+gallium_dri.so free 0x5571735cfe80 void 0.000148
+gallium_dri.so free 0x5571735cfd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfef0 0.000121
+gallium_dri.so free 0x5571735cff40 void 0.000121
+gallium_dri.so free 0x5571735cfef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfef0 0.000132
+gallium_dri.so free 0x5571735d0040 void 0.000122
+gallium_dri.so free 0x5571735cfef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfff0 0.000120
+gallium_dri.so free 0x5571735d0100 void 0.000122
+gallium_dri.so free 0x5571735cfff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d00b0 0.000122
+gallium_dri.so free 0x5571735d0140 void 0.000121
+gallium_dri.so free 0x5571735d00b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d00b0 0.000121
+gallium_dri.so free 0x5571735d0200 void 0.000122
+gallium_dri.so free 0x5571735d00b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0240 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02c0 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000122
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02c0 0.000121
+gallium_dri.so free 0x5571735d0440 void 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0460 0.000120
+gallium_dri.so free 0x5571735d0500 void 0.000120
+gallium_dri.so free 0x5571735d0460 void 0.000122
+gallium_dri.so malloc 72 0x5571735d04b0 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so free 0x5571735d04b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d04b0 0.000120
+gallium_dri.so free 0x5571735d0600 void 0.000121
+gallium_dri.so free 0x5571735d04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0600 0.000120
+gallium_dri.so free 0x5571735d06c0 void 0.000121
+gallium_dri.so free 0x5571735d0600 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0600 0.000121
+gallium_dri.so free 0x5571735d0780 void 0.000121
+gallium_dri.so free 0x5571735d0600 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0600 0.000121
+gallium_dri.so free 0x5571735d0840 void 0.000122
+gallium_dri.so free 0x5571735d0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735d07f0 0.000121
+gallium_dri.so free 0x5571735d0900 void 0.000120
+gallium_dri.so free 0x5571735d07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d0980 void 0.000121
+gallium_dri.so free 0x5571735d08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d09d0 0.000120
+gallium_dri.so free 0x5571735d0a40 void 0.000121
+gallium_dri.so free 0x5571735d09d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a60 0.000121
+gallium_dri.so free 0x5571735d0b00 void 0.000121
+gallium_dri.so free 0x5571735d0a60 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000183
+gallium_dri.so free 0x5571735d0b80 void 0.000123
+gallium_dri.so free 0x5571735d0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so free 0x5571735d0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c00 0.000121
+gallium_dri.so free 0x5571735d0cc0 void 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000150
+gallium_dri.so malloc 72 0x5571735d0c00 0.000122
+gallium_dri.so free 0x5571735d0dc0 void 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d70 0.000120
+gallium_dri.so free 0x5571735d0e00 void 0.000120
+gallium_dri.so free 0x5571735d0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d70 0.000119
+gallium_dri.so free 0x5571735d0ec0 void 0.000121
+gallium_dri.so free 0x5571735d0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0f00 0.000121
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so free 0x5571735d0f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0f80 0.000121
+gallium_dri.so free 0x5571735d1040 void 0.000120
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0f80 0.000120
+gallium_dri.so free 0x5571735d10c0 void 0.000122
+gallium_dri.so free 0x5571735d0f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d10f0 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000121
+gallium_dri.so free 0x5571735d10f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10f0 0.000121
+gallium_dri.so free 0x5571735d1240 void 0.000121
+gallium_dri.so free 0x5571735d10f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1280 0.000119
+gallium_dri.so free 0x5571735d1300 void 0.000122
+gallium_dri.so free 0x5571735d1280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1300 0.000120
+gallium_dri.so free 0x5571735d13c0 void 0.000122
+gallium_dri.so free 0x5571735d1300 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1300 0.000121
+gallium_dri.so free 0x5571735d1440 void 0.000121
+gallium_dri.so free 0x5571735d1300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1470 0.000121
+gallium_dri.so free 0x5571735d14c0 void 0.000121
+gallium_dri.so free 0x5571735d1470 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1470 0.000121
+gallium_dri.so free 0x5571735d15c0 void 0.000121
+gallium_dri.so free 0x5571735d1470 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1570 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000122
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1630 0.000130
+gallium_dri.so free 0x5571735d1700 void 0.000122
+gallium_dri.so free 0x5571735d1630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1630 0.000120
+gallium_dri.so free 0x5571735d17c0 void 0.000120
+gallium_dri.so free 0x5571735d1630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1630 0.000121
+gallium_dri.so free 0x5571735d1880 void 0.000120
+gallium_dri.so free 0x5571735d1630 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1830 0.000120
+gallium_dri.so free 0x5571735d1900 void 0.000120
+gallium_dri.so free 0x5571735d1830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1950 0.000120
+gallium_dri.so free 0x5571735d19c0 void 0.000122
+gallium_dri.so free 0x5571735d1950 void 0.000121
+gallium_dri.so malloc 72 0x5571735d19e0 0.000121
+gallium_dri.so free 0x5571735d1a80 void 0.000121
+gallium_dri.so free 0x5571735d19e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a30 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so free 0x5571735d1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b00 0.000133
+gallium_dri.so free 0x5571735d1bc0 void 0.000124
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1b00 0.000120
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000168
+gallium_dri.so malloc 72 0x5571735d1c40 0.000122
+gallium_dri.so free 0x5571735d1d00 void 0.000120
+gallium_dri.so free 0x5571735d1c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c40 0.000119
+gallium_dri.so free 0x5571735d1dc0 void 0.000122
+gallium_dri.so free 0x5571735d1c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c40 0.000120
+gallium_dri.so free 0x5571735d1e80 void 0.000122
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1e30 0.000119
+gallium_dri.so free 0x5571735d1f00 void 0.000121
+gallium_dri.so free 0x5571735d1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1f50 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x5571735d1f50 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2000 0.000119
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x5571735d2000 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2000 0.000120
+gallium_dri.so free 0x5571735d2100 void 0.000120
+gallium_dri.so free 0x5571735d2000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2130 0.000120
+gallium_dri.so free 0x5571735d2180 void 0.000121
+gallium_dri.so free 0x5571735d2130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2130 0.000128
+gallium_dri.so free 0x5571735d2280 void 0.000125
+gallium_dri.so free 0x5571735d2130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2230 0.000124
+gallium_dri.so free 0x5571735d2340 void 0.000121
+gallium_dri.so free 0x5571735d2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735d22f0 0.000119
+gallium_dri.so free 0x5571735d2380 void 0.000122
+gallium_dri.so free 0x5571735d22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d22f0 0.000120
+gallium_dri.so free 0x5571735d2440 void 0.000122
+gallium_dri.so free 0x5571735d22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d24b0 0.000120
+gallium_dri.so free 0x5571735d2500 void 0.000121
+gallium_dri.so free 0x5571735d24b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d24b0 0.000119
+gallium_dri.so free 0x5571735d2600 void 0.000121
+gallium_dri.so free 0x5571735d24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d25b0 0.000120
+gallium_dri.so free 0x5571735d26c0 void 0.000120
+gallium_dri.so free 0x5571735d25b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2670 0.000121
+gallium_dri.so free 0x5571735d2700 void 0.000121
+gallium_dri.so free 0x5571735d2670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2670 0.000121
+gallium_dri.so free 0x5571735d27c0 void 0.000122
+gallium_dri.so free 0x5571735d2670 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2800 0.000120
+gallium_dri.so free 0x5571735d2880 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2880 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2880 0.000119
+gallium_dri.so free 0x5571735d2a00 void 0.000143
+gallium_dri.so free 0x5571735d2880 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2a20 0.000120
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2a20 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2a70 0.000122
+gallium_dri.so free 0x5571735d2b40 void 0.000121
+gallium_dri.so free 0x5571735d2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2a70 0.000123
+gallium_dri.so free 0x5571735d2bc0 void 0.000122
+gallium_dri.so free 0x5571735d2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000120
+gallium_dri.so free 0x5571735d2c80 void 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000120
+gallium_dri.so free 0x5571735d2d40 void 0.000121
+gallium_dri.so free 0x5571735d2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2bc0 0.000165
+gallium_dri.so free 0x5571735d2e00 void 0.000123
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2db0 0.000119
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735d2db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2e70 0.000120
+gallium_dri.so free 0x5571735d2f40 void 0.000121
+gallium_dri.so free 0x5571735d2e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2f90 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000121
+gallium_dri.so free 0x5571735d2f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3020 0.000121
+gallium_dri.so free 0x5571735d30c0 void 0.000120
+gallium_dri.so free 0x5571735d3020 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3070 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so free 0x5571735d3070 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3070 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000126
+gallium_dri.so free 0x5571735d3070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31c0 0.000121
+gallium_dri.so free 0x5571735d3280 void 0.000122
+gallium_dri.so free 0x5571735d31c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31c0 0.000121
+gallium_dri.so free 0x5571735d3380 void 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3330 0.000115
+gallium_dri.so free 0x5571735d33c0 void 0.000114
+gallium_dri.so free 0x5571735d3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3330 0.000114
+gallium_dri.so free 0x5571735d3480 void 0.000116
+gallium_dri.so free 0x5571735d3330 void 0.000116
+gallium_dri.so malloc 72 0x5571735d34c0 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000116
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3540 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3540 0.000114
+gallium_dri.so free 0x5571735d3680 void 0.000116
+gallium_dri.so free 0x5571735d3540 void 0.000116
+gallium_dri.so malloc 72 0x5571735d36b0 0.000114
+gallium_dri.so free 0x5571735d3700 void 0.000114
+gallium_dri.so free 0x5571735d36b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d36b0 0.000114
+gallium_dri.so free 0x5571735d3800 void 0.000116
+gallium_dri.so free 0x5571735d36b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3840 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000134
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so malloc 72 0x5571735d38c0 0.000116
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d38c0 0.000121
+gallium_dri.so free 0x5571735d3a00 void 0.000121
+gallium_dri.so free 0x5571735d38c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3a30 0.000122
+gallium_dri.so free 0x5571735d3a80 void 0.000119
+gallium_dri.so free 0x5571735d3a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3a30 0.000119
+gallium_dri.so free 0x5571735d3b80 void 0.000123
+gallium_dri.so free 0x5571735d3a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3b30 0.000121
+gallium_dri.so free 0x5571735d3c40 void 0.000122
+gallium_dri.so free 0x5571735d3b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000118
+gallium_dri.so free 0x5571735d3cc0 void 0.000122
+gallium_dri.so free 0x5571735d3bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000122
+gallium_dri.so free 0x5571735d3d80 void 0.000123
+gallium_dri.so free 0x5571735d3bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000121
+gallium_dri.so free 0x5571735d3e40 void 0.000120
+gallium_dri.so free 0x5571735d3bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3df0 0.000121
+gallium_dri.so free 0x5571735d3ec0 void 0.000123
+gallium_dri.so free 0x5571735d3df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f10 0.000126
+gallium_dri.so free 0x5571735d3f80 void 0.000123
+gallium_dri.so free 0x5571735d3f10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3fa0 0.000120
+gallium_dri.so free 0x5571735d4040 void 0.000121
+gallium_dri.so free 0x5571735d3fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000122
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d3ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000129
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4200 0.000120
+gallium_dri.so free 0x5571735d42c0 void 0.000120
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4200 0.000120
+gallium_dri.so free 0x5571735d4380 void 0.000121
+gallium_dri.so free 0x5571735d4200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4200 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000121
+gallium_dri.so free 0x5571735d4200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d43f0 0.000119
+gallium_dri.so free 0x5571735d44c0 void 0.000120
+gallium_dri.so free 0x5571735d43f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4510 0.000123
+gallium_dri.so free 0x5571735d4580 void 0.000122
+gallium_dri.so free 0x5571735d4510 void 0.000121
+gallium_dri.so malloc 72 0x5571735d45c0 0.000122
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735d45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d45c0 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000121
+gallium_dri.so free 0x5571735d45c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d46f0 0.000121
+gallium_dri.so free 0x5571735d4740 void 0.000122
+gallium_dri.so free 0x5571735d46f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46f0 0.000118
+gallium_dri.so free 0x5571735d4840 void 0.000121
+gallium_dri.so free 0x5571735d46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47f0 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000122
+gallium_dri.so free 0x5571735d47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48b0 0.000120
+gallium_dri.so free 0x5571735d4940 void 0.000121
+gallium_dri.so free 0x5571735d48b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d48b0 0.000121
+gallium_dri.so free 0x5571735d4a00 void 0.000123
+gallium_dri.so free 0x5571735d48b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4a70 0.000121
+gallium_dri.so free 0x5571735d4ac0 void 0.000166
+gallium_dri.so free 0x5571735d4a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4a70 0.000121
+gallium_dri.so free 0x5571735d4bc0 void 0.000122
+gallium_dri.so free 0x5571735d4a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4b70 0.000120
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so free 0x5571735d4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c30 0.000122
+gallium_dri.so free 0x5571735d4cc0 void 0.000121
+gallium_dri.so free 0x5571735d4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000121
+gallium_dri.so free 0x5571735d4c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000117
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so free 0x5571735d4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000120
+gallium_dri.so free 0x5571735d4f00 void 0.000122
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e40 0.000119
+gallium_dri.so free 0x5571735d4fc0 void 0.000118
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4fe0 0.000120
+gallium_dri.so free 0x5571735d5080 void 0.000121
+gallium_dri.so free 0x5571735d4fe0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5030 0.000122
+gallium_dri.so free 0x5571735d5100 void 0.000121
+gallium_dri.so free 0x5571735d5030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5030 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000120
+gallium_dri.so free 0x5571735d5030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5180 0.000120
+gallium_dri.so free 0x5571735d5240 void 0.000119
+gallium_dri.so free 0x5571735d5180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5180 0.000121
+gallium_dri.so free 0x5571735d5300 void 0.000118
+gallium_dri.so free 0x5571735d5180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5180 0.000122
+gallium_dri.so free 0x5571735d53c0 void 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5370 0.000117
+gallium_dri.so free 0x5571735d5480 void 0.000120
+gallium_dri.so free 0x5571735d5370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5430 0.000120
+gallium_dri.so free 0x5571735d5500 void 0.000120
+gallium_dri.so free 0x5571735d5430 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5550 0.000125
+gallium_dri.so free 0x5571735d55c0 void 0.000123
+gallium_dri.so free 0x5571735d5550 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55e0 0.000120
+gallium_dri.so free 0x5571735d5680 void 0.000131
+gallium_dri.so free 0x5571735d55e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5630 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000121
+gallium_dri.so free 0x5571735d5630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5630 0.000120
+gallium_dri.so free 0x5571735d5780 void 0.000122
+gallium_dri.so free 0x5571735d5630 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5780 0.000121
+gallium_dri.so free 0x5571735d5840 void 0.000122
+gallium_dri.so free 0x5571735d5780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5780 0.000119
+gallium_dri.so free 0x5571735d5940 void 0.000121
+gallium_dri.so free 0x5571735d5780 void 0.000124
+gallium_dri.so malloc 72 0x5571735d58f0 0.000122
+gallium_dri.so free 0x5571735d5980 void 0.000122
+gallium_dri.so free 0x5571735d58f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d58f0 0.000117
+gallium_dri.so free 0x5571735d5a40 void 0.000120
+gallium_dri.so free 0x5571735d58f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5a80 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000121
+gallium_dri.so free 0x5571735d5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5b00 0.000121
+gallium_dri.so free 0x5571735d5bc0 void 0.000122
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5b00 0.000122
+gallium_dri.so free 0x5571735d5c40 void 0.000122
+gallium_dri.so free 0x5571735d5b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c70 0.000120
+gallium_dri.so free 0x5571735d5cc0 void 0.000123
+gallium_dri.so free 0x5571735d5c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5c70 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000121
+gallium_dri.so free 0x5571735d5c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5e00 0.000120
+gallium_dri.so free 0x5571735d5e80 void 0.000121
+gallium_dri.so free 0x5571735d5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5e80 0.000121
+gallium_dri.so free 0x5571735d5f40 void 0.000122
+gallium_dri.so free 0x5571735d5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e80 0.000127
+gallium_dri.so free 0x5571735d5fc0 void 0.000123
+gallium_dri.so free 0x5571735d5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000121
+gallium_dri.so free 0x5571735d6040 void 0.000123
+gallium_dri.so free 0x5571735d5ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ff0 0.000117
+gallium_dri.so free 0x5571735d6140 void 0.000121
+gallium_dri.so free 0x5571735d5ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d60f0 0.000121
+gallium_dri.so free 0x5571735d6200 void 0.000131
+gallium_dri.so free 0x5571735d60f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d61b0 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000122
+gallium_dri.so free 0x5571735d61b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d61b0 0.000120
+gallium_dri.so free 0x5571735d6340 void 0.000120
+gallium_dri.so free 0x5571735d61b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d61b0 0.000118
+gallium_dri.so free 0x5571735d6400 void 0.000124
+gallium_dri.so free 0x5571735d61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d63b0 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000120
+gallium_dri.so free 0x5571735d63b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d64d0 0.000122
+gallium_dri.so free 0x5571735d6540 void 0.000122
+gallium_dri.so free 0x5571735d64d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6560 0.000118
+gallium_dri.so free 0x5571735d6600 void 0.000121
+gallium_dri.so free 0x5571735d6560 void 0.000121
+gallium_dri.so malloc 72 0x5571735d65b0 0.000121
+gallium_dri.so free 0x5571735d6680 void 0.000122
+gallium_dri.so free 0x5571735d65b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6680 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6680 0.000187
+gallium_dri.so free 0x5571735d67c0 void 0.000122
+gallium_dri.so free 0x5571735d6680 void 0.000122
+gallium_dri.so malloc 72 0x5571735d67c0 0.000120
+gallium_dri.so free 0x5571735d6880 void 0.000122
+gallium_dri.so free 0x5571735d67c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d67c0 0.000120
+gallium_dri.so free 0x5571735d6940 void 0.000121
+gallium_dri.so free 0x5571735d67c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d67c0 0.000120
+gallium_dri.so free 0x5571735d6a00 void 0.000122
+gallium_dri.so free 0x5571735d67c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d69b0 0.000120
+gallium_dri.so free 0x5571735d6a80 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6ad0 0.000121
+gallium_dri.so free 0x5571735d6b40 void 0.000121
+gallium_dri.so free 0x5571735d6ad0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6b80 0.000121
+gallium_dri.so free 0x5571735f49c0 void 0.000121
+gallium_dri.so free 0x5571735d6b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f49e0 0.000121
+gallium_dri.so free 0x5571735f4a80 void 0.000121
+gallium_dri.so free 0x5571735f49e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a30 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000132
+gallium_dri.so free 0x5571735f4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4a30 0.000121
+gallium_dri.so free 0x5571735f4b80 void 0.000123
+gallium_dri.so free 0x5571735f4a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4b80 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000126
+gallium_dri.so free 0x5571735f4b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4b80 0.000122
+gallium_dri.so free 0x5571735f4d00 void 0.000121
+gallium_dri.so free 0x5571735f4b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4b80 0.000121
+gallium_dri.so free 0x5571735f4dc0 void 0.000122
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4d70 0.000121
+gallium_dri.so free 0x5571735f4dc0 void 0.000121
+gallium_dri.so free 0x5571735f4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4d70 0.000120
+gallium_dri.so free 0x5571735f4ec0 void 0.000120
+gallium_dri.so free 0x5571735f4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4e70 0.000119
+gallium_dri.so free 0x5571735f4f80 void 0.000122
+gallium_dri.so free 0x5571735f4e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4f30 0.000119
+gallium_dri.so free 0x5571735f4fc0 void 0.000122
+gallium_dri.so free 0x5571735f4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4f30 0.000124
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f50c0 0.000119
+gallium_dri.so free 0x5571735f5140 void 0.000123
+gallium_dri.so free 0x5571735f50c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5140 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000119
+gallium_dri.so free 0x5571735f5140 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5140 0.000120
+gallium_dri.so free 0x5571735f52c0 void 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f52e0 0.000119
+gallium_dri.so free 0x5571735f5380 void 0.000123
+gallium_dri.so free 0x5571735f52e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5330 0.000119
+gallium_dri.so free 0x5571735f5400 void 0.000119
+gallium_dri.so free 0x5571735f5330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5330 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so free 0x5571735f5330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5480 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5480 0.000121
+gallium_dri.so free 0x5571735f5600 void 0.000231
+gallium_dri.so free 0x5571735f5480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5480 0.000120
+gallium_dri.so free 0x5571735f56c0 void 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5670 0.000121
+gallium_dri.so free 0x5571735f5780 void 0.000122
+gallium_dri.so free 0x5571735f5670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5730 0.000122
+gallium_dri.so free 0x5571735f5800 void 0.000122
+gallium_dri.so free 0x5571735f5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5850 0.000119
+gallium_dri.so free 0x5571735f58c0 void 0.000119
+gallium_dri.so free 0x5571735f5850 void 0.000118
+gallium_dri.so malloc 72 0x5571735f58e0 0.000121
+gallium_dri.so free 0x5571735f5980 void 0.000121
+gallium_dri.so free 0x5571735f58e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5930 0.000120
+gallium_dri.so free 0x5571735f5a00 void 0.000121
+gallium_dri.so free 0x5571735f5930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5930 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000122
+gallium_dri.so free 0x5571735f5930 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5a80 0.000121
+gallium_dri.so free 0x5571735f5b40 void 0.000122
+gallium_dri.so free 0x5571735f5a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5a80 0.000119
+gallium_dri.so free 0x5571735f5c40 void 0.000122
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000122
+gallium_dri.so free 0x5571735f5c80 void 0.000121
+gallium_dri.so free 0x5571735f5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000120
+gallium_dri.so free 0x5571735f5d40 void 0.000144
+gallium_dri.so free 0x5571735f5bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5d80 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000122
+gallium_dri.so free 0x5571735f5d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5e00 0.000122
+gallium_dri.so free 0x5571735f5ec0 void 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5e00 0.000122
+gallium_dri.so free 0x5571735f5f40 void 0.000122
+gallium_dri.so free 0x5571735f5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f70 0.000118
+gallium_dri.so free 0x5571735f5fc0 void 0.000122
+gallium_dri.so free 0x5571735f5f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5f70 0.000120
+gallium_dri.so free 0x5571735f60c0 void 0.000121
+gallium_dri.so free 0x5571735f5f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6100 0.000121
+gallium_dri.so free 0x5571735f6180 void 0.000131
+gallium_dri.so free 0x5571735f6100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6180 0.000120
+gallium_dri.so free 0x5571735f6240 void 0.000121
+gallium_dri.so free 0x5571735f6180 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6180 0.000118
+gallium_dri.so free 0x5571735f62c0 void 0.000120
+gallium_dri.so free 0x5571735f6180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62f0 0.000120
+gallium_dri.so free 0x5571735f6340 void 0.000120
+gallium_dri.so free 0x5571735f62f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f62f0 0.000121
+gallium_dri.so free 0x5571735f6440 void 0.000122
+gallium_dri.so free 0x5571735f62f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f63f0 0.000120
+gallium_dri.so free 0x5571735f6500 void 0.000122
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f64b0 0.000122
+gallium_dri.so free 0x5571735f6580 void 0.000120
+gallium_dri.so free 0x5571735f64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f64b0 0.000121
+gallium_dri.so free 0x5571735f6640 void 0.000121
+gallium_dri.so free 0x5571735f64b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f64b0 0.000121
+gallium_dri.so free 0x5571735f6700 void 0.000123
+gallium_dri.so free 0x5571735f64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f66b0 0.000125
+gallium_dri.so free 0x5571735f6780 void 0.000122
+gallium_dri.so free 0x5571735f66b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f67d0 0.000120
+gallium_dri.so free 0x5571735f6840 void 0.000121
+gallium_dri.so free 0x5571735f67d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6860 0.000121
+gallium_dri.so free 0x5571735f6900 void 0.000121
+gallium_dri.so free 0x5571735f6860 void 0.000120
+gallium_dri.so malloc 72 0x5571735f68b0 0.000121
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so free 0x5571735f68b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6980 0.000122
+gallium_dri.so free 0x5571735f6a40 void 0.000122
+gallium_dri.so free 0x5571735f6980 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6980 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000121
+gallium_dri.so free 0x5571735f6b80 void 0.000120
+gallium_dri.so free 0x5571735f6ac0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000120
+gallium_dri.so free 0x5571735f6c40 void 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000122
+gallium_dri.so free 0x5571735f6d00 void 0.000131
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000120
+gallium_dri.so free 0x5571735f6d80 void 0.000121
+gallium_dri.so free 0x5571735f6cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6dd0 0.000120
+gallium_dri.so free 0x5571735f6e40 void 0.000124
+gallium_dri.so free 0x5571735f6dd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e80 0.000120
+gallium_dri.so free 0x5571735f6f00 void 0.000120
+gallium_dri.so free 0x5571735f6e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6e80 0.000120
+gallium_dri.so free 0x5571735f6f80 void 0.000122
+gallium_dri.so free 0x5571735f6e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000123
+gallium_dri.so free 0x5571735f6fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000119
+gallium_dri.so free 0x5571735f7100 void 0.000119
+gallium_dri.so free 0x5571735f6fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f70b0 0.000122
+gallium_dri.so free 0x5571735f71c0 void 0.000121
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000122
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x5571735f7170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000120
+gallium_dri.so free 0x5571735f72c0 void 0.000120
+gallium_dri.so free 0x5571735f7170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7330 0.000120
+gallium_dri.so free 0x5571735f7380 void 0.000120
+gallium_dri.so free 0x5571735f7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7330 0.000119
+gallium_dri.so free 0x5571735f7480 void 0.000121
+gallium_dri.so free 0x5571735f7330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7430 0.000121
+gallium_dri.so free 0x5571735f7540 void 0.000121
+gallium_dri.so free 0x5571735f7430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74f0 0.000119
+gallium_dri.so free 0x5571735f7580 void 0.000119
+gallium_dri.so free 0x5571735f74f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so free 0x5571735f74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7680 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so free 0x5571735f7680 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7700 0.000122
+gallium_dri.so free 0x5571735f77c0 void 0.000121
+gallium_dri.so free 0x5571735f7700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7700 0.000121
+gallium_dri.so free 0x5571735f7880 void 0.000121
+gallium_dri.so free 0x5571735f7700 void 0.000124
+gallium_dri.so malloc 72 0x5571735f78a0 0.000120
+gallium_dri.so free 0x5571735f7940 void 0.000123
+gallium_dri.so free 0x5571735f78a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f78f0 0.000121
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735f78f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f78f0 0.000119
+gallium_dri.so free 0x5571735f7a40 void 0.000143
+gallium_dri.so free 0x5571735f78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7a40 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a40 0.000116
+gallium_dri.so free 0x5571735f7bc0 void 0.000121
+gallium_dri.so free 0x5571735f7a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7a40 0.000120
+gallium_dri.so free 0x5571735f7c80 void 0.000121
+gallium_dri.so free 0x5571735f7a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7c30 0.000120
+gallium_dri.so free 0x5571735f7d40 void 0.000122
+gallium_dri.so free 0x5571735f7c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000122
+gallium_dri.so free 0x5571735f7dc0 void 0.000122
+gallium_dri.so free 0x5571735f7cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7e10 0.000136
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so free 0x5571735f7e10 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7ea0 0.000118
+gallium_dri.so free 0x5571735f7f40 void 0.000120
+gallium_dri.so free 0x5571735f7ea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000121
+gallium_dri.so free 0x5571735f7fc0 void 0.000119
+gallium_dri.so free 0x5571735f7ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000121
+gallium_dri.so free 0x5571735f8040 void 0.000121
+gallium_dri.so free 0x5571735f7ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8040 0.000122
+gallium_dri.so free 0x5571735f8100 void 0.000121
+gallium_dri.so free 0x5571735f8040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8040 0.000120
+gallium_dri.so free 0x5571735f8200 void 0.000120
+gallium_dri.so free 0x5571735f8040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f81b0 0.000120
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so free 0x5571735f81b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f81b0 0.000120
+gallium_dri.so free 0x5571735f8300 void 0.000120
+gallium_dri.so free 0x5571735f81b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8340 0.000121
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so free 0x5571735f8340 void 0.000129
+gallium_dri.so malloc 72 0x5571735f83c0 0.000120
+gallium_dri.so free 0x5571735f8480 void 0.000120
+gallium_dri.so free 0x5571735f83c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f83c0 0.000120
+gallium_dri.so free 0x5571735f8500 void 0.000121
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8530 0.000118
+gallium_dri.so free 0x5571735f8580 void 0.000121
+gallium_dri.so free 0x5571735f8530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8530 0.000119
+gallium_dri.so free 0x5571735f8680 void 0.000120
+gallium_dri.so free 0x5571735f8530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f86c0 0.000119
+gallium_dri.so free 0x5571735f8740 void 0.000118
+gallium_dri.so free 0x5571735f86c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8740 0.000120
+gallium_dri.so free 0x5571735f8800 void 0.000119
+gallium_dri.so free 0x5571735f8740 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8740 0.000122
+gallium_dri.so free 0x5571735f8880 void 0.000119
+gallium_dri.so free 0x5571735f8740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f88b0 0.000145
+gallium_dri.so free 0x5571735f8900 void 0.000122
+gallium_dri.so free 0x5571735f88b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88b0 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000131
+gallium_dri.so free 0x5571735f88b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f89b0 0.000132
+gallium_dri.so free 0x5571735f8ac0 void 0.000118
+gallium_dri.so free 0x5571735f89b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8b40 void 0.000119
+gallium_dri.so free 0x5571735f8a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8a70 0.000118
+gallium_dri.so free 0x5571735f8c00 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8cc0 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c70 0.000119
+gallium_dri.so free 0x5571735f8d40 void 0.000117
+gallium_dri.so free 0x5571735f8c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8d90 0.000118
+gallium_dri.so free 0x5571735f8e00 void 0.000120
+gallium_dri.so free 0x5571735f8d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8e20 0.000119
+gallium_dri.so free 0x5571735f8ec0 void 0.000120
+gallium_dri.so free 0x5571735f8e20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e70 0.000121
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so free 0x5571735f8e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8f40 0.000141
+gallium_dri.so free 0x5571735f9000 void 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8f40 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9080 0.000120
+gallium_dri.so free 0x5571735f9140 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9080 0.000119
+gallium_dri.so free 0x5571735f9200 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9080 0.000117
+gallium_dri.so free 0x5571735f92c0 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9270 0.000120
+gallium_dri.so free 0x5571735f9340 void 0.000120
+gallium_dri.so free 0x5571735f9270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9390 0.000119
+gallium_dri.so free 0x5571735f9400 void 0.000120
+gallium_dri.so free 0x5571735f9390 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9440 0.000120
+gallium_dri.so free 0x5571735f94c0 void 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9440 0.000117
+gallium_dri.so free 0x5571735f9540 void 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000171
+gallium_dri.so malloc 72 0x5571735f9570 0.000121
+gallium_dri.so free 0x5571735f95c0 void 0.000120
+gallium_dri.so free 0x5571735f9570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9570 0.000119
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x5571735f9570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9670 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000123
+gallium_dri.so free 0x5571735f9670 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9730 0.000118
+gallium_dri.so free 0x5571735f97c0 void 0.000122
+gallium_dri.so free 0x5571735f9730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9730 0.000120
+gallium_dri.so free 0x5571735f9880 void 0.000121
+gallium_dri.so free 0x5571735f9730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f98f0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000117
+gallium_dri.so free 0x5571735f98f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f98f0 0.000118
+gallium_dri.so free 0x5571735f9a40 void 0.000121
+gallium_dri.so free 0x5571735f98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99f0 0.000121
+gallium_dri.so free 0x5571735f9b00 void 0.000117
+gallium_dri.so free 0x5571735f99f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000124
+gallium_dri.so free 0x5571735f9ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000121
+gallium_dri.so free 0x5571735f9ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c40 0.000120
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so free 0x5571735f9c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000120
+gallium_dri.so free 0x5571735f9d80 void 0.000119
+gallium_dri.so free 0x5571735f9cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000120
+gallium_dri.so free 0x5571735f9e40 void 0.000117
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9e60 0.000119
+gallium_dri.so free 0x5571735f9f00 void 0.000120
+gallium_dri.so free 0x5571735f9e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000119
+gallium_dri.so free 0x5571735f9eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000120
+gallium_dri.so free 0x5571735f9eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa000 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa000 0.000124
+gallium_dri.so free 0x5571735fa180 void 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa000 0.000119
+gallium_dri.so free 0x5571735fa240 void 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000119
+gallium_dri.so free 0x5571735fa300 void 0.000120
+gallium_dri.so free 0x5571735fa1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000119
+gallium_dri.so free 0x5571735fa380 void 0.000121
+gallium_dri.so free 0x5571735fa2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa3d0 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000119
+gallium_dri.so free 0x5571735fa3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa460 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000120
+gallium_dri.so free 0x5571735fa460 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000118
+gallium_dri.so free 0x5571735fa580 void 0.000120
+gallium_dri.so free 0x5571735fa4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000119
+gallium_dri.so free 0x5571735fa600 void 0.000144
+gallium_dri.so free 0x5571735fa4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa600 0.000125
+gallium_dri.so free 0x5571735fa6c0 void 0.000198
+gallium_dri.so free 0x5571735fa600 void 0.000145
+gallium_dri.so malloc 72 0x5571735fa600 0.000122
+gallium_dri.so free 0x5571735fa7c0 void 0.000127
+gallium_dri.so free 0x5571735fa600 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa770 0.000122
+gallium_dri.so free 0x5571735fa800 void 0.000120
+gallium_dri.so free 0x5571735fa770 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa770 0.000119
+gallium_dri.so free 0x5571735fa8c0 void 0.000121
+gallium_dri.so free 0x5571735fa770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa900 0.000120
+gallium_dri.so free 0x5571735fa980 void 0.000121
+gallium_dri.so free 0x5571735fa900 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa980 0.000120
+gallium_dri.so free 0x5571735faa40 void 0.000118
+gallium_dri.so free 0x5571735fa980 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa980 0.000120
+gallium_dri.so free 0x5571735faac0 void 0.000120
+gallium_dri.so free 0x5571735fa980 void 0.000121
+gallium_dri.so malloc 72 0x5571735faaf0 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000120
+gallium_dri.so free 0x5571735faaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735faaf0 0.000120
+gallium_dri.so free 0x5571735fac40 void 0.000122
+gallium_dri.so free 0x5571735faaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fac80 0.000132
+gallium_dri.so free 0x5571735fad00 void 0.000122
+gallium_dri.so free 0x5571735fac80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fadc0 void 0.000120
+gallium_dri.so free 0x5571735fad00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fae40 void 0.000121
+gallium_dri.so free 0x5571735fad00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae70 0.000119
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae70 0.000121
+gallium_dri.so free 0x5571735fafc0 void 0.000121
+gallium_dri.so free 0x5571735fae70 void 0.000119
+gallium_dri.so malloc 72 0x5571735faf70 0.000120
+gallium_dri.so free 0x5571735fb080 void 0.000122
+gallium_dri.so free 0x5571735faf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571735fb100 void 0.000121
+gallium_dri.so free 0x5571735fb030 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571735fb1c0 void 0.000120
+gallium_dri.so free 0x5571735fb030 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb030 0.000119
+gallium_dri.so free 0x5571735fb280 void 0.000120
+gallium_dri.so free 0x5571735fb030 void 0.000156
+gallium_dri.so malloc 72 0x5571735fb230 0.000151
+gallium_dri.so free 0x5571735fb300 void 0.000151
+gallium_dri.so free 0x5571735fb230 void 0.000150
+gallium_dri.so malloc 72 0x5571735fb350 0.000149
+gallium_dri.so free 0x5571735fb3c0 void 0.000153
+gallium_dri.so free 0x5571735fb350 void 0.000147
+gallium_dri.so malloc 72 0x5571735fb3e0 0.000150
+gallium_dri.so free 0x5571735fb480 void 0.000151
+gallium_dri.so free 0x5571735fb3e0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fb430 0.000150
+gallium_dri.so free 0x5571735fb500 void 0.000150
+gallium_dri.so free 0x5571735fb430 void 0.000150
+gallium_dri.so malloc 72 0x5571735fb500 0.000151
+gallium_dri.so free 0x5571735fb5c0 void 0.000151
+gallium_dri.so free 0x5571735fb500 void 0.000151
+gallium_dri.so malloc 72 0x5571735fb500 0.000150
+gallium_dri.so free 0x5571735fb640 void 0.000151
+gallium_dri.so free 0x5571735fb500 void 0.000150
+gallium_dri.so malloc 72 0x5571735fb640 0.000150
+gallium_dri.so free 0x5571735fb700 void 0.000150
+gallium_dri.so free 0x5571735fb640 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb640 0.000151
+gallium_dri.so free 0x5571735fb7c0 void 0.000152
+gallium_dri.so free 0x5571735fb640 void 0.000149
+gallium_dri.so malloc 72 0x5571735fb640 0.000151
+gallium_dri.so free 0x5571735fb880 void 0.000152
+gallium_dri.so free 0x5571735fb640 void 0.000146
+gallium_dri.so malloc 72 0x5571735fb830 0.000151
+gallium_dri.so free 0x5571735fb900 void 0.000152
+gallium_dri.so free 0x5571735fb830 void 0.000147
+gallium_dri.so malloc 72 0x5571735fb950 0.000150
+gallium_dri.so free 0x5571735fb9c0 void 0.000148
+gallium_dri.so free 0x5571735fb950 void 0.000146
+gallium_dri.so malloc 72 0x5571735fba00 0.000140
+gallium_dri.so free 0x5571735fba80 void 0.000121
+gallium_dri.so free 0x5571735fba00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fba00 0.000121
+gallium_dri.so free 0x5571735fbb00 void 0.000120
+gallium_dri.so free 0x5571735fba00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb30 0.000121
+gallium_dri.so free 0x5571735fbb80 void 0.000121
+gallium_dri.so free 0x5571735fbb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb30 0.000129
+gallium_dri.so free 0x5571735fbc80 void 0.000121
+gallium_dri.so free 0x5571735fbb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbc30 0.000120
+gallium_dri.so free 0x5571735fbd40 void 0.000122
+gallium_dri.so free 0x5571735fbc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000121
+gallium_dri.so free 0x5571735fbd80 void 0.000117
+gallium_dri.so free 0x5571735fbcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000119
+gallium_dri.so free 0x5571735fbe40 void 0.000119
+gallium_dri.so free 0x5571735fbcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000120
+gallium_dri.so free 0x5571735fbf00 void 0.000121
+gallium_dri.so free 0x5571735fbeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000117
+gallium_dri.so free 0x5571735fc000 void 0.000121
+gallium_dri.so free 0x5571735fbeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000121
+gallium_dri.so free 0x5571735fc0c0 void 0.000121
+gallium_dri.so free 0x5571735fbfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc070 0.000118
+gallium_dri.so free 0x5571735fc100 void 0.000120
+gallium_dri.so free 0x5571735fc070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc070 0.000118
+gallium_dri.so free 0x5571735fc1c0 void 0.000120
+gallium_dri.so free 0x5571735fc070 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc200 0.000121
+gallium_dri.so free 0x5571735fc280 void 0.000119
+gallium_dri.so free 0x5571735fc200 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc280 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000118
+gallium_dri.so free 0x5571735fc280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc280 0.000117
+gallium_dri.so free 0x5571735fc400 void 0.000121
+gallium_dri.so free 0x5571735fc280 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc420 0.000121
+gallium_dri.so free 0x5571735fc4c0 void 0.000121
+gallium_dri.so free 0x5571735fc420 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc470 0.000117
+gallium_dri.so free 0x5571735fc540 void 0.000120
+gallium_dri.so free 0x5571735fc470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc470 0.000120
+gallium_dri.so free 0x5571735fc5c0 void 0.000118
+gallium_dri.so free 0x5571735fc470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000118
+gallium_dri.so free 0x5571735fc680 void 0.000118
+gallium_dri.so free 0x5571735fc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000121
+gallium_dri.so free 0x5571735fc740 void 0.000121
+gallium_dri.so free 0x5571735fc5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000121
+gallium_dri.so free 0x5571735fc800 void 0.000208
+gallium_dri.so free 0x5571735fc5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000120
+gallium_dri.so free 0x5571735fc8c0 void 0.000121
+gallium_dri.so free 0x5571735fc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc870 0.000120
+gallium_dri.so free 0x5571735fc940 void 0.000128
+gallium_dri.so free 0x5571735fc870 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc990 0.000121
+gallium_dri.so free 0x5571735fca00 void 0.000118
+gallium_dri.so free 0x5571735fc990 void 0.000117
+gallium_dri.so malloc 72 0x5571735fca20 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000121
+gallium_dri.so free 0x5571735fca20 void 0.000120
+gallium_dri.so malloc 72 0x5571735fca70 0.000119
+gallium_dri.so free 0x5571735fcb40 void 0.000120
+gallium_dri.so free 0x5571735fca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fca70 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000120
+gallium_dri.so free 0x5571735fca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000118
+gallium_dri.so free 0x5571735fcc80 void 0.000121
+gallium_dri.so free 0x5571735fcbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000120
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so free 0x5571735fcbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd30 0.000130
+gallium_dri.so free 0x5571735fcdc0 void 0.000120
+gallium_dri.so free 0x5571735fcd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcd30 0.000120
+gallium_dri.so free 0x5571735fce80 void 0.000119
+gallium_dri.so free 0x5571735fcd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcec0 0.000119
+gallium_dri.so free 0x5571735fcf40 void 0.000119
+gallium_dri.so free 0x5571735fcec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcf40 0.000120
+gallium_dri.so free 0x5571735fd000 void 0.000117
+gallium_dri.so free 0x5571735fcf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcf40 0.000119
+gallium_dri.so free 0x5571735fd080 void 0.000119
+gallium_dri.so free 0x5571735fcf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd100 void 0.000118
+gallium_dri.so free 0x5571735fd0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000119
+gallium_dri.so free 0x5571735fd0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd240 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so free 0x5571735fd240 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000120
+gallium_dri.so free 0x5571735fd380 void 0.000121
+gallium_dri.so free 0x5571735fd2c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000121
+gallium_dri.so free 0x5571735fd400 void 0.000117
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd430 0.000117
+gallium_dri.so free 0x5571735fd480 void 0.000120
+gallium_dri.so free 0x5571735fd430 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd430 0.000120
+gallium_dri.so free 0x5571735fd580 void 0.000121
+gallium_dri.so free 0x5571735fd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd530 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000117
+gallium_dri.so free 0x5571735fd530 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000120
+gallium_dri.so free 0x5571735fd6c0 void 0.000121
+gallium_dri.so free 0x5571735fd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000121
+gallium_dri.so free 0x5571735fd780 void 0.000121
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000120
+gallium_dri.so free 0x5571735fd840 void 0.000120
+gallium_dri.so free 0x5571735fd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000120
+gallium_dri.so free 0x5571735fd8c0 void 0.000122
+gallium_dri.so free 0x5571735fd7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd910 0.000119
+gallium_dri.so free 0x5571735fd980 void 0.000129
+gallium_dri.so free 0x5571735fd910 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000120
+gallium_dri.so free 0x5571735fda40 void 0.000120
+gallium_dri.so free 0x5571735fd9a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000119
+gallium_dri.so free 0x5571735fdac0 void 0.000121
+gallium_dri.so free 0x5571735fd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdac0 0.000118
+gallium_dri.so free 0x5571735fdb80 void 0.000119
+gallium_dri.so free 0x5571735fdac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdac0 0.000119
+gallium_dri.so free 0x5571735fdc00 void 0.000121
+gallium_dri.so free 0x5571735fdac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdc00 0.000119
+gallium_dri.so free 0x5571735fdcc0 void 0.000121
+gallium_dri.so free 0x5571735fdc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdc00 0.000121
+gallium_dri.so free 0x5571735fdd80 void 0.000120
+gallium_dri.so free 0x5571735fdc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdc00 0.000119
+gallium_dri.so free 0x5571735fde40 void 0.000121
+gallium_dri.so free 0x5571735fdc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fddf0 0.000120
+gallium_dri.so free 0x5571735fdec0 void 0.000121
+gallium_dri.so free 0x5571735fddf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf10 0.000130
+gallium_dri.so free 0x5571735fdf80 void 0.000123
+gallium_dri.so free 0x5571735fdf10 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000120
+gallium_dri.so free 0x5571735fe040 void 0.000120
+gallium_dri.so free 0x5571735fdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000119
+gallium_dri.so free 0x5571735fe0c0 void 0.000120
+gallium_dri.so free 0x5571735fdfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000119
+gallium_dri.so free 0x5571735fe140 void 0.000120
+gallium_dri.so free 0x5571735fe0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000118
+gallium_dri.so free 0x5571735fe240 void 0.000120
+gallium_dri.so free 0x5571735fe0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so free 0x5571735fe1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000117
+gallium_dri.so free 0x5571735fe340 void 0.000117
+gallium_dri.so free 0x5571735fe2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000120
+gallium_dri.so free 0x5571735fe400 void 0.000118
+gallium_dri.so free 0x5571735fe2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe470 0.000121
+gallium_dri.so free 0x5571735fe4c0 void 0.000122
+gallium_dri.so free 0x5571735fe470 void 0.000210
+gallium_dri.so malloc 72 0x5571735fe470 0.000122
+gallium_dri.so free 0x5571735fe5c0 void 0.000118
+gallium_dri.so free 0x5571735fe470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe570 0.000119
+gallium_dri.so free 0x5571735fe680 void 0.000119
+gallium_dri.so free 0x5571735fe570 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe630 0.000121
+gallium_dri.so free 0x5571735fe6c0 void 0.000117
+gallium_dri.so free 0x5571735fe630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe630 0.000117
+gallium_dri.so free 0x5571735fe780 void 0.000119
+gallium_dri.so free 0x5571735fe630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000122
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735fe7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe840 0.000121
+gallium_dri.so free 0x5571735fe900 void 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe840 0.000119
+gallium_dri.so free 0x5571735fe9c0 void 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000119
+gallium_dri.so free 0x5571735fea80 void 0.000122
+gallium_dri.so free 0x5571735fe9e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fea30 0.000119
+gallium_dri.so free 0x5571735feb00 void 0.000130
+gallium_dri.so free 0x5571735fea30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fea30 0.000121
+gallium_dri.so free 0x5571735feb80 void 0.000121
+gallium_dri.so free 0x5571735fea30 void 0.000116
+gallium_dri.so malloc 72 0x5571735feb80 0.000119
+gallium_dri.so free 0x5571735fec40 void 0.000118
+gallium_dri.so free 0x5571735feb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb80 0.000121
+gallium_dri.so free 0x5571735fed00 void 0.000118
+gallium_dri.so free 0x5571735feb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb80 0.000120
+gallium_dri.so free 0x5571735fedc0 void 0.000120
+gallium_dri.so free 0x5571735feb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed70 0.000120
+gallium_dri.so free 0x5571735fee80 void 0.000117
+gallium_dri.so free 0x5571735fed70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fee30 0.000119
+gallium_dri.so free 0x5571735fef00 void 0.000120
+gallium_dri.so free 0x5571735fee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef50 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000121
+gallium_dri.so free 0x5571735fef50 void 0.000116
+gallium_dri.so malloc 72 0x5571735fefe0 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000120
+gallium_dri.so free 0x5571735fefe0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff030 0.000130
+gallium_dri.so free 0x5571735ff100 void 0.000122
+gallium_dri.so free 0x5571735ff030 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff030 0.000117
+gallium_dri.so free 0x5571735ff180 void 0.000120
+gallium_dri.so free 0x5571735ff030 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff180 0.000119
+gallium_dri.so free 0x5571735ff240 void 0.000118
+gallium_dri.so free 0x5571735ff180 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff180 0.000120
+gallium_dri.so free 0x5571735ff340 void 0.000122
+gallium_dri.so free 0x5571735ff180 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000119
+gallium_dri.so free 0x5571735ff380 void 0.000118
+gallium_dri.so free 0x5571735ff2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000120
+gallium_dri.so free 0x5571735ff440 void 0.000117
+gallium_dri.so free 0x5571735ff2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff480 0.000119
+gallium_dri.so free 0x5571735ff500 void 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff500 0.000120
+gallium_dri.so free 0x5571735ff5c0 void 0.000122
+gallium_dri.so free 0x5571735ff500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff500 0.000120
+gallium_dri.so free 0x5571735ff640 void 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff670 0.000246
+gallium_dri.so free 0x5571735ff6c0 void 0.000212
+gallium_dri.so free 0x5571735ff670 void 0.000224
+gallium_dri.so malloc 72 0x5571735ff670 0.000121
+gallium_dri.so free 0x5571735ff7c0 void 0.000116
+gallium_dri.so free 0x5571735ff670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff800 0.000116
+gallium_dri.so free 0x5571735ff880 void 0.000117
+gallium_dri.so free 0x5571735ff800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff880 0.000115
+gallium_dri.so free 0x5571735ff940 void 0.000119
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000112
+gallium_dri.so free 0x5571735ffa40 void 0.000116
+gallium_dri.so free 0x5571735ff9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ff9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000112
+gallium_dri.so free 0x5571735ffc80 void 0.000113
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000112
+gallium_dri.so free 0x5571735ffe00 void 0.000112
+gallium_dri.so free 0x5571735ffbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000112
+gallium_dri.so free 0x5571735ffe80 void 0.000111
+gallium_dri.so free 0x5571735ffdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffed0 0.000113
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so free 0x5571735ffed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff60 0.000113
+gallium_dri.so free 0x55717345af00 void 0.000117
+gallium_dri.so free 0x5571735fff60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff60 0.000114
+gallium_dri.so free 0x557173456680 void 0.000115
+gallium_dri.so free 0x5571735fff60 void 0.000118
+gallium_dri.so malloc 72 0x557173456630 0.000119
+gallium_dri.so free 0x5571735b4500 void 0.000116
+gallium_dri.so free 0x557173456630 void 0.000113
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x5571735e4580 void 0.000160
+gallium_dri.so free 0x5571735b44b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e4530 0.000120
+gallium_dri.so free 0x5571735e4740 void 0.000121
+gallium_dri.so free 0x5571735e4530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e46f0 0.000129
+gallium_dri.so free 0x557173459c40 void 0.000123
+gallium_dri.so free 0x5571735e46f0 void 0.000122
+gallium_dri.so malloc 72 0x557173459bf0 0.000119
+gallium_dri.so free 0x5571735f4800 void 0.000123
+gallium_dri.so free 0x557173459bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f47b0 0.000120
+gallium_dri.so free 0x5571735f3880 void 0.000118
+gallium_dri.so free 0x5571735f47b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3830 0.000120
+gallium_dri.so free 0x5571735e4900 void 0.000119
+gallium_dri.so free 0x5571735f3830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e48b0 0.000117
+gallium_dri.so free 0x5571735b4340 void 0.000121
+gallium_dri.so free 0x5571735e48b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b42f0 0.000120
+gallium_dri.so free 0x5571735b4840 void 0.000120
+gallium_dri.so free 0x5571735b42f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b47f0 0.000123
+gallium_dri.so free 0x5571735b4940 void 0.000118
+gallium_dri.so free 0x5571735b47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735b47f0 0.000145
+gallium_dri.so free 0x55717345a880 void 0.000135
+gallium_dri.so free 0x5571735b47f0 void 0.000132
+gallium_dri.so malloc 72 0x55717345a830 0.000133
+gallium_dri.so free 0x557173455700 void 0.000133
+gallium_dri.so free 0x55717345a830 void 0.000134
+gallium_dri.so malloc 72 0x5571734556b0 0.000135
+gallium_dri.so free 0x557173457f80 void 0.000134
+gallium_dri.so free 0x5571734556b0 void 0.000133
+gallium_dri.so malloc 72 0x557173457f30 0.000133
+gallium_dri.so free 0x5571735b4600 void 0.000134
+gallium_dri.so free 0x557173457f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735b4670 0.000131
+gallium_dri.so free 0x5571735e55c0 void 0.000134
+gallium_dri.so free 0x5571735b4670 void 0.000133
+gallium_dri.so malloc 72 0x5571735e5570 0.000132
+gallium_dri.so free 0x5571734572c0 void 0.000130
+gallium_dri.so free 0x5571735e5570 void 0.000133
+gallium_dri.so malloc 72 0x557173457270 0.000135
+gallium_dri.so free 0x557173454440 void 0.000131
+gallium_dri.so free 0x557173457270 void 0.000133
+gallium_dri.so malloc 72 0x5571734543f0 0.000133
+gallium_dri.so free 0x5571735e4f80 void 0.000134
+gallium_dri.so free 0x5571734543f0 void 0.000138
+gallium_dri.so malloc 72 0x5571734543f0 0.000137
+gallium_dri.so free 0x557173457940 void 0.000133
+gallium_dri.so free 0x5571734543f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734543f0 0.000132
+gallium_dri.so free 0x5571735e5e80 void 0.000132
+gallium_dri.so free 0x5571734543f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5e30 0.000132
+gallium_dri.so free 0x557173455400 void 0.000135
+gallium_dri.so free 0x5571735e5e30 void 0.000118
+gallium_dri.so malloc 72 0x557173455460 0.000211
+gallium_dri.so free 0x557173458840 void 0.000170
+gallium_dri.so free 0x557173455460 void 0.000130
+gallium_dri.so malloc 72 0x5571734587f0 0.000127
+gallium_dri.so free 0x55717345a600 void 0.000127
+gallium_dri.so free 0x5571734587f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734587f0 0.000125
+gallium_dri.so free 0x557173457040 void 0.000126
+gallium_dri.so free 0x5571734587f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734587f0 0.000125
+gallium_dri.so free 0x5571735b4b80 void 0.000134
+gallium_dri.so free 0x5571734587f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4b80 0.000113
+gallium_dri.so free 0x55717345a6c0 void 0.000113
+gallium_dri.so free 0x5571735b4b80 void 0.000133
+gallium_dri.so malloc 72 0x55717345a670 0.000116
+gallium_dri.so free 0x5571734563c0 void 0.000114
+gallium_dri.so free 0x55717345a670 void 0.000114
+gallium_dri.so malloc 72 0x55717345a670 0.000113
+gallium_dri.so free 0x557173456480 void 0.000113
+gallium_dri.so free 0x55717345a670 void 0.000114
+gallium_dri.so malloc 72 0x557173456430 0.000113
+gallium_dri.so free 0x5571735f4540 void 0.000113
+gallium_dri.so free 0x557173456430 void 0.000112
+gallium_dri.so malloc 72 0x557173456430 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000113
+gallium_dri.so free 0x557173456430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f45c0 0.000113
+gallium_dri.so free 0x5571735e3d40 void 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f45c0 0.000112
+gallium_dri.so free 0x5571735e3dc0 void 0.000114
+gallium_dri.so free 0x5571735f45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3df0 0.000113
+gallium_dri.so free 0x557173455800 void 0.000114
+gallium_dri.so free 0x5571735e3df0 void 0.000113
+gallium_dri.so malloc 72 0x557173455840 0.000112
+gallium_dri.so free 0x5571734558c0 void 0.000112
+gallium_dri.so free 0x557173455840 void 0.000112
+gallium_dri.so malloc 72 0x5571734558c0 0.000113
+gallium_dri.so free 0x557173455980 void 0.000113
+gallium_dri.so free 0x5571734558c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734558c0 0.000128
+gallium_dri.so free 0x5571735e3e40 void 0.000115
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734558c0 0.000113
+gallium_dri.so free 0x5571735f3980 void 0.000114
+gallium_dri.so free 0x5571734558c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39b0 0.000114
+gallium_dri.so free 0x5571735f3a00 void 0.000114
+gallium_dri.so free 0x5571735f39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f39b0 0.000112
+gallium_dri.so free 0x5571735f3b00 void 0.000115
+gallium_dri.so free 0x5571735f39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000114
+gallium_dri.so free 0x557173458080 void 0.000115
+gallium_dri.so free 0x5571735f3ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571734580a0 0.000113
+gallium_dri.so free 0x557173458140 void 0.000114
+gallium_dri.so free 0x5571734580a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734580f0 0.000114
+gallium_dri.so free 0x5571734581c0 void 0.000114
+gallium_dri.so free 0x5571734580f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734580f0 0.000112
+gallium_dri.so free 0x5571735e56c0 void 0.000113
+gallium_dri.so free 0x5571734580f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5700 0.000112
+gallium_dri.so free 0x5571735e5780 void 0.000112
+gallium_dri.so free 0x5571735e5700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5780 0.000112
+gallium_dri.so free 0x5571734582c0 void 0.000120
+gallium_dri.so free 0x5571735e5780 void 0.000113
+gallium_dri.so malloc 72 0x557173458270 0.000113
+gallium_dri.so free 0x5571735e5840 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x557173458270 0.000113
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x557173458270 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000113
+gallium_dri.so free 0x5571735e6100 void 0.000118
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e6040 0.000112
+gallium_dri.so free 0x5571735e5900 void 0.000113
+gallium_dri.so free 0x5571735e6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e58b0 0.000112
+gallium_dri.so free 0x557173456c80 void 0.000113
+gallium_dri.so free 0x5571735e58b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456c30 0.000113
+gallium_dri.so free 0x557173456d00 void 0.000113
+gallium_dri.so free 0x557173456c30 void 0.000113
+gallium_dri.so malloc 72 0x557173456c30 0.000112
+gallium_dri.so free 0x557173456d80 void 0.000114
+gallium_dri.so free 0x557173456c30 void 0.000113
+gallium_dri.so malloc 72 0x557173456d80 0.000113
+gallium_dri.so free 0x557173456e40 void 0.000127
+gallium_dri.so free 0x557173456d80 void 0.000113
+gallium_dri.so malloc 72 0x557173456d80 0.000114
+gallium_dri.so free 0x5571735e5a40 void 0.000114
+gallium_dri.so free 0x557173456d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5a70 0.000113
+gallium_dri.so free 0x5571735e5ac0 void 0.000114
+gallium_dri.so free 0x5571735e5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000113
+gallium_dri.so free 0x5571735e5b80 void 0.000115
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000113
+gallium_dri.so free 0x5571735e5c80 void 0.000113
+gallium_dri.so free 0x5571735e5ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e5c30 0.000115
+gallium_dri.so free 0x55717345a240 void 0.000113
+gallium_dri.so free 0x5571735e5c30 void 0.000113
+gallium_dri.so malloc 72 0x55717345a1f0 0.000113
+gallium_dri.so free 0x55717345a280 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717345a1f0 0.000114
+gallium_dri.so free 0x55717345a340 void 0.000114
+gallium_dri.so free 0x55717345a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a380 0.000113
+gallium_dri.so free 0x55717345a400 void 0.000115
+gallium_dri.so free 0x55717345a380 void 0.000112
+gallium_dri.so malloc 72 0x55717345a400 0.000112
+gallium_dri.so free 0x557173458400 void 0.000113
+gallium_dri.so free 0x55717345a400 void 0.000131
+gallium_dri.so malloc 72 0x557173458440 0.000114
+gallium_dri.so free 0x5571734584c0 void 0.000113
+gallium_dri.so free 0x557173458440 void 0.000112
+gallium_dri.so malloc 72 0x557173458440 0.000113
+gallium_dri.so free 0x557173458540 void 0.000114
+gallium_dri.so free 0x557173458440 void 0.000114
+gallium_dri.so malloc 72 0x557173458570 0.000114
+gallium_dri.so free 0x5571734585c0 void 0.000114
+gallium_dri.so free 0x557173458570 void 0.000112
+gallium_dri.so malloc 72 0x557173458570 0.000113
+gallium_dri.so free 0x5571735b3ec0 void 0.000114
+gallium_dri.so free 0x557173458570 void 0.000113
+gallium_dri.so malloc 72 0x5571735b3e70 0.000112
+gallium_dri.so free 0x5571735b3f80 void 0.000114
+gallium_dri.so free 0x5571735b3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735b3f30 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f30 0.000113
+gallium_dri.so free 0x5571735b4080 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f30 0.000115
+gallium_dri.so free 0x5571735f3c40 void 0.000114
+gallium_dri.so free 0x5571735b3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735b3f30 0.000113
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so free 0x5571735b3f30 void 0.000161
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000117
+gallium_dri.so free 0x5571735f3d80 void 0.000118
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000113
+gallium_dri.so free 0x5571735f3e40 void 0.000114
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000113
+gallium_dri.so free 0x5571735f3f00 void 0.000114
+gallium_dri.so free 0x5571735f3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000113
+gallium_dri.so free 0x557173455ac0 void 0.000114
+gallium_dri.so free 0x5571735f3eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173455ac0 0.000112
+gallium_dri.so free 0x557173455b80 void 0.000114
+gallium_dri.so free 0x557173455ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173455ac0 0.000112
+gallium_dri.so free 0x557173455c40 void 0.000115
+gallium_dri.so free 0x557173455ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173455c60 0.000112
+gallium_dri.so free 0x557173455d00 void 0.000114
+gallium_dri.so free 0x557173455c60 void 0.000112
+gallium_dri.so malloc 72 0x557173455cb0 0.000114
+gallium_dri.so free 0x557173455d80 void 0.000113
+gallium_dri.so free 0x557173455cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173455cb0 0.000113
+gallium_dri.so free 0x557173456780 void 0.000114
+gallium_dri.so free 0x557173455cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734567d0 0.000124
+gallium_dri.so free 0x557173456840 void 0.000127
+gallium_dri.so free 0x5571734567d0 void 0.000114
+gallium_dri.so malloc 72 0x557173456860 0.000116
+gallium_dri.so free 0x557173456900 void 0.000114
+gallium_dri.so free 0x557173456860 void 0.000116
+gallium_dri.so malloc 72 0x5571734568b0 0.000112
+gallium_dri.so free 0x557173456980 void 0.000113
+gallium_dri.so free 0x5571734568b0 void 0.000113
+gallium_dri.so malloc 72 0x557173456980 0.000112
+gallium_dri.so free 0x557173456a40 void 0.000114
+gallium_dri.so free 0x557173456980 void 0.000112
+gallium_dri.so malloc 72 0x557173456980 0.000114
+gallium_dri.so free 0x5571735e5100 void 0.000114
+gallium_dri.so free 0x557173456980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e50b0 0.000112
+gallium_dri.so free 0x5571735e51c0 void 0.000113
+gallium_dri.so free 0x5571735e50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5170 0.000113
+gallium_dri.so free 0x5571735e5200 void 0.000114
+gallium_dri.so free 0x5571735e5170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e5170 0.000112
+gallium_dri.so free 0x5571735e52c0 void 0.000113
+gallium_dri.so free 0x5571735e5170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5300 0.000113
+gallium_dri.so free 0x5571735e5380 void 0.000114
+gallium_dri.so free 0x5571735e5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e5380 0.000135
+gallium_dri.so free 0x557173459d40 void 0.000117
+gallium_dri.so free 0x5571735e5380 void 0.000113
+gallium_dri.so malloc 72 0x557173459d80 0.000114
+gallium_dri.so free 0x557173459e00 void 0.000113
+gallium_dri.so free 0x557173459d80 void 0.000113
+gallium_dri.so malloc 72 0x557173459d80 0.000113
+gallium_dri.so free 0x557173459e80 void 0.000112
+gallium_dri.so free 0x557173459d80 void 0.000112
+gallium_dri.so malloc 72 0x557173459eb0 0.000112
+gallium_dri.so free 0x557173459f00 void 0.000114
+gallium_dri.so free 0x557173459eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173459eb0 0.000114
+gallium_dri.so free 0x55717345a000 void 0.000113
+gallium_dri.so free 0x557173459eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173459fb0 0.000113
+gallium_dri.so free 0x557173457ac0 void 0.000113
+gallium_dri.so free 0x557173459fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173457a70 0.000112
+gallium_dri.so free 0x557173457b00 void 0.000118
+gallium_dri.so free 0x557173457a70 void 0.000113
+gallium_dri.so malloc 72 0x557173457a70 0.000113
+gallium_dri.so free 0x557173457bc0 void 0.000116
+gallium_dri.so free 0x557173457a70 void 0.000113
+gallium_dri.so malloc 72 0x557173457c30 0.000113
+gallium_dri.so free 0x557173457c80 void 0.000115
+gallium_dri.so free 0x557173457c30 void 0.000113
+gallium_dri.so malloc 72 0x557173457c30 0.000113
+gallium_dri.so free 0x557173457d80 void 0.000122
+gallium_dri.so free 0x557173457c30 void 0.000113
+gallium_dri.so malloc 72 0x557173457d30 0.000112
+gallium_dri.so free 0x5571735f4040 void 0.000114
+gallium_dri.so free 0x557173457d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000114
+gallium_dri.so free 0x5571735f4080 void 0.000114
+gallium_dri.so free 0x5571735f3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000112
+gallium_dri.so free 0x5571735f4140 void 0.000113
+gallium_dri.so free 0x5571735f3ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4180 0.000112
+gallium_dri.so free 0x5571735f4200 void 0.000115
+gallium_dri.so free 0x5571735f4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4200 0.000113
+gallium_dri.so free 0x5571735f42c0 void 0.000113
+gallium_dri.so free 0x5571735f4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4200 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000114
+gallium_dri.so free 0x5571735f4200 void 0.000113
+gallium_dri.so malloc 72 0x557173455e70 0.000114
+gallium_dri.so free 0x557173455f00 void 0.000113
+gallium_dri.so free 0x557173455e70 void 0.000113
+gallium_dri.so malloc 72 0x557173455e70 0.000113
+gallium_dri.so free 0x557173455fc0 void 0.000114
+gallium_dri.so free 0x557173455e70 void 0.000114
+gallium_dri.so malloc 72 0x557173456000 0.000112
+gallium_dri.so free 0x557173456080 void 0.000129
+gallium_dri.so free 0x557173456000 void 0.000114
+gallium_dri.so malloc 72 0x557173456080 0.000114
+gallium_dri.so free 0x557173456140 void 0.000113
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x557173456080 0.000114
+gallium_dri.so free 0x5571734561c0 void 0.000113
+gallium_dri.so free 0x557173456080 void 0.000114
+gallium_dri.so malloc 72 0x557173456080 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4000 0.000113
+gallium_dri.so free 0x5571735e40c0 void 0.000116
+gallium_dri.so free 0x5571735e4000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4000 0.000115
+gallium_dri.so free 0x5571735e4140 void 0.000115
+gallium_dri.so free 0x5571735e4000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4140 0.000112
+gallium_dri.so free 0x5571735e4200 void 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4140 0.000112
+gallium_dri.so free 0x5571735e42c0 void 0.000113
+gallium_dri.so free 0x5571735e4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000113
+gallium_dri.so free 0x5571735e4380 void 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4330 0.000112
+gallium_dri.so free 0x5571734573c0 void 0.000120
+gallium_dri.so free 0x5571735e4330 void 0.000119
+gallium_dri.so malloc 72 0x557173457410 0.000115
+gallium_dri.so free 0x557173457480 void 0.000115
+gallium_dri.so free 0x557173457410 void 0.000113
+gallium_dri.so malloc 72 0x5571734574c0 0.000113
+gallium_dri.so free 0x557173457540 void 0.000113
+gallium_dri.so free 0x5571734574c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734574c0 0.000112
+gallium_dri.so free 0x5571734575c0 void 0.000119
+gallium_dri.so free 0x5571734574c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734575f0 0.000114
+gallium_dri.so free 0x557173457640 void 0.000114
+gallium_dri.so free 0x5571734575f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734575f0 0.000113
+gallium_dri.so free 0x557173457740 void 0.000114
+gallium_dri.so free 0x5571734575f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734576f0 0.000113
+gallium_dri.so free 0x55717345a980 void 0.000114
+gallium_dri.so free 0x5571734576f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a9a0 0.000113
+gallium_dri.so free 0x55717345aa40 void 0.000114
+gallium_dri.so free 0x55717345a9a0 void 0.000114
+gallium_dri.so malloc 72 0x55717345a9f0 0.000114
+gallium_dri.so free 0x55717345aac0 void 0.000115
+gallium_dri.so free 0x55717345a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717345a9f0 0.000114
+gallium_dri.so free 0x55717345abc0 void 0.000114
+gallium_dri.so free 0x55717345a9f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345ab70 0.000115
+gallium_dri.so free 0x55717345ac40 void 0.000114
+gallium_dri.so free 0x55717345ab70 void 0.000114
+gallium_dri.so malloc 72 0x55717345ac90 0.000113
+gallium_dri.so free 0x55717345ad00 void 0.000114
+gallium_dri.so free 0x55717345ac90 void 0.000114
+gallium_dri.so malloc 72 0x55717345ad20 0.000112
+gallium_dri.so free 0x5571735e4a00 void 0.000115
+gallium_dri.so free 0x55717345ad20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4a30 0.000115
+gallium_dri.so free 0x5571735e4a80 void 0.000113
+gallium_dri.so free 0x5571735e4a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4a30 0.000113
+gallium_dri.so free 0x5571735e4b80 void 0.000113
+gallium_dri.so free 0x5571735e4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4b30 0.000113
+gallium_dri.so free 0x5571735e4c40 void 0.000115
+gallium_dri.so free 0x5571735e4b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4cc0 void 0.000113
+gallium_dri.so free 0x5571735e4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000113
+gallium_dri.so free 0x5571735e4d80 void 0.000113
+gallium_dri.so free 0x5571735e4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000114
+gallium_dri.so free 0x55717345e480 void 0.000114
+gallium_dri.so free 0x5571735e4bf0 void 0.000112
+gallium_dri.so malloc 72 0x55717345e4c0 0.000115
+gallium_dri.so free 0x55717345e540 void 0.000113
+gallium_dri.so free 0x55717345e4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717345e540 0.000113
+gallium_dri.so free 0x55717345e600 void 0.000115
+gallium_dri.so free 0x55717345e540 void 0.000112
+gallium_dri.so malloc 72 0x55717345e540 0.000116
+gallium_dri.so free 0x55717345e680 void 0.000114
+gallium_dri.so free 0x55717345e540 void 0.000113
+gallium_dri.so malloc 72 0x55717345e6b0 0.000113
+gallium_dri.so free 0x55717345e700 void 0.000113
+gallium_dri.so free 0x55717345e6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717345e700 0.000112
+gallium_dri.so free 0x55717345e7c0 void 0.000114
+gallium_dri.so free 0x55717345e700 void 0.000112
+gallium_dri.so malloc 72 0x55717345e700 0.000112
+gallium_dri.so free 0x55717345e8c0 void 0.000115
+gallium_dri.so free 0x55717345e700 void 0.000116
+gallium_dri.so malloc 72 0x55717345e870 0.000115
+gallium_dri.so free 0x55717345e980 void 0.000114
+gallium_dri.so free 0x55717345e870 void 0.000112
+gallium_dri.so malloc 72 0x55717345e930 0.000113
+gallium_dri.so free 0x55717345e9c0 void 0.000112
+gallium_dri.so free 0x55717345e930 void 0.000112
+gallium_dri.so malloc 72 0x55717345e930 0.000113
+gallium_dri.so free 0x557173458980 void 0.000120
+gallium_dri.so free 0x55717345e930 void 0.000115
+gallium_dri.so malloc 72 0x55717345e930 0.000167
+gallium_dri.so free 0x557173458a00 void 0.000115
+gallium_dri.so free 0x55717345e930 void 0.000114
+gallium_dri.so malloc 72 0x557173458a00 0.000113
+gallium_dri.so free 0x557173458ac0 void 0.000113
+gallium_dri.so free 0x557173458a00 void 0.000114
+gallium_dri.so malloc 72 0x557173458a00 0.000113
+gallium_dri.so free 0x557173458bc0 void 0.000114
+gallium_dri.so free 0x557173458a00 void 0.000112
+gallium_dri.so malloc 72 0x557173458b70 0.000113
+gallium_dri.so free 0x557173458c00 void 0.000113
+gallium_dri.so free 0x557173458b70 void 0.000113
+gallium_dri.so malloc 72 0x557173458b70 0.000114
+gallium_dri.so free 0x557173458cc0 void 0.000114
+gallium_dri.so free 0x557173458b70 void 0.000113
+gallium_dri.so malloc 72 0x557173458d00 0.000112
+gallium_dri.so free 0x557173458d80 void 0.000113
+gallium_dri.so free 0x557173458d00 void 0.000111
+gallium_dri.so malloc 72 0x557173458d80 0.000112
+gallium_dri.so free 0x557173458e40 void 0.000114
+gallium_dri.so free 0x557173458d80 void 0.000112
+gallium_dri.so malloc 72 0x557173458d80 0.000113
+gallium_dri.so free 0x557173458ec0 void 0.000113
+gallium_dri.so free 0x557173458d80 void 0.000112
+gallium_dri.so malloc 72 0x557173458ef0 0.000113
+gallium_dri.so free 0x557173458f40 void 0.000115
+gallium_dri.so free 0x557173458ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173458ef0 0.000127
+gallium_dri.so free 0x557173459040 void 0.000115
+gallium_dri.so free 0x557173458ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173459080 0.000113
+gallium_dri.so free 0x557173459100 void 0.000114
+gallium_dri.so free 0x557173459080 void 0.000113
+gallium_dri.so malloc 72 0x557173459100 0.000113
+gallium_dri.so free 0x5571734591c0 void 0.000116
+gallium_dri.so free 0x557173459100 void 0.000112
+gallium_dri.so malloc 72 0x557173459100 0.000112
+gallium_dri.so free 0x557173459240 void 0.000114
+gallium_dri.so free 0x557173459100 void 0.000112
+gallium_dri.so malloc 72 0x557173459270 0.000113
+gallium_dri.so free 0x5571734592c0 void 0.000113
+gallium_dri.so free 0x557173459270 void 0.000114
+gallium_dri.so malloc 72 0x557173459270 0.000113
+gallium_dri.so free 0x5571734593c0 void 0.000115
+gallium_dri.so free 0x557173459270 void 0.000112
+gallium_dri.so malloc 72 0x557173459370 0.000113
+gallium_dri.so free 0x557173459480 void 0.000113
+gallium_dri.so free 0x557173459370 void 0.000113
+gallium_dri.so malloc 72 0x557173459430 0.000112
+gallium_dri.so free 0x557173459500 void 0.000114
+gallium_dri.so free 0x557173459430 void 0.000112
+gallium_dri.so malloc 72 0x557173459430 0.000112
+gallium_dri.so free 0x5571734595c0 void 0.000113
+gallium_dri.so free 0x557173459430 void 0.000112
+gallium_dri.so malloc 72 0x557173459430 0.000112
+gallium_dri.so free 0x557173459680 void 0.000124
+gallium_dri.so free 0x557173459430 void 0.000115
+gallium_dri.so malloc 72 0x557173459630 0.000112
+gallium_dri.so free 0x557173459700 void 0.000111
+gallium_dri.so free 0x557173459630 void 0.000112
+gallium_dri.so malloc 72 0x557173459750 0.000111
+gallium_dri.so free 0x5571734597c0 void 0.000114
+gallium_dri.so free 0x557173459750 void 0.000110
+gallium_dri.so malloc 72 0x5571734597e0 0.000111
+gallium_dri.so free 0x557173459880 void 0.000112
+gallium_dri.so free 0x5571734597e0 void 0.000113
+gallium_dri.so malloc 72 0x557173459830 0.000111
+gallium_dri.so free 0x557173459900 void 0.000160
+gallium_dri.so free 0x557173459830 void 0.000139
+gallium_dri.so malloc 72 0x557173459900 0.000134
+gallium_dri.so free 0x5571734599c0 void 0.000146
+gallium_dri.so free 0x557173459900 void 0.000139
+gallium_dri.so malloc 72 0x557173459900 0.000130
+gallium_dri.so free 0x557173459a40 void 0.000132
+gallium_dri.so free 0x557173459900 void 0.000130
+gallium_dri.so malloc 72 0x557173459a40 0.000131
+gallium_dri.so free 0x557173459b00 void 0.000133
+gallium_dri.so free 0x557173459a40 void 0.000131
+gallium_dri.so malloc 72 0x557173459a40 0.000132
+gallium_dri.so free 0x55717345edc0 void 0.000131
+gallium_dri.so free 0x557173459a40 void 0.000132
+gallium_dri.so malloc 72 0x557173459a40 0.000132
+gallium_dri.so free 0x55717345ee80 void 0.000132
+gallium_dri.so free 0x557173459a40 void 0.000131
+gallium_dri.so malloc 72 0x55717345eec0 0.000130
+gallium_dri.so free 0x55717345ef40 void 0.000130
+gallium_dri.so free 0x55717345eec0 void 0.000129
+gallium_dri.so malloc 72 0x55717345ef40 0.000131
+gallium_dri.so free 0x55717345f000 void 0.000132
+gallium_dri.so free 0x55717345ef40 void 0.000130
+gallium_dri.so malloc 72 0x55717345ef40 0.000129
+gallium_dri.so free 0x55717345f080 void 0.000130
+gallium_dri.so free 0x55717345ef40 void 0.000130
+gallium_dri.so malloc 72 0x55717345ef40 0.000131
+gallium_dri.so free 0x55717345f140 void 0.000132
+gallium_dri.so free 0x55717345ef40 void 0.000131
+gallium_dri.so malloc 72 0x55717345ef40 0.000129
+gallium_dri.so free 0x55717345f200 void 0.000131
+gallium_dri.so free 0x55717345ef40 void 0.000130
+gallium_dri.so malloc 72 0x55717345f1b0 0.000131
+gallium_dri.so free 0x55717345f280 void 0.000133
+gallium_dri.so free 0x55717345f1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345f2d0 0.000131
+gallium_dri.so free 0x55717345f340 void 0.000135
+gallium_dri.so free 0x55717345f2d0 void 0.000124
+gallium_dri.so malloc 72 0x55717345f360 0.000123
+gallium_dri.so free 0x55717345f400 void 0.000126
+gallium_dri.so free 0x55717345f360 void 0.000123
+gallium_dri.so malloc 72 0x55717345f3b0 0.000123
+gallium_dri.so free 0x55717345f480 void 0.000124
+gallium_dri.so free 0x55717345f3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345f3b0 0.000134
+gallium_dri.so free 0x55717345f580 void 0.000190
+gallium_dri.so free 0x55717345f3b0 void 0.000247
+gallium_dri.so malloc 72 0x55717345f530 0.000126
+gallium_dri.so free 0x55717345f600 void 0.000126
+gallium_dri.so free 0x55717345f530 void 0.000125
+gallium_dri.so malloc 72 0x55717345f650 0.000125
+gallium_dri.so free 0x55717345f6c0 void 0.000126
+gallium_dri.so free 0x55717345f650 void 0.000125
+gallium_dri.so malloc 72 0x55717345f6e0 0.000128
+gallium_dri.so free 0x55717345f780 void 0.000128
+gallium_dri.so free 0x55717345f6e0 void 0.000127
+gallium_dri.so malloc 72 0x55717345f730 0.000125
+gallium_dri.so free 0x55717345f800 void 0.000128
+gallium_dri.so free 0x55717345f730 void 0.000124
+gallium_dri.so malloc 72 0x55717345f730 0.000163
+gallium_dri.so free 0x55717345f880 void 0.000174
+gallium_dri.so free 0x55717345f730 void 0.000172
+gallium_dri.so malloc 72 0x55717345f880 0.000173
+gallium_dri.so free 0x55717345f940 void 0.000172
+gallium_dri.so free 0x55717345f880 void 0.000173
+gallium_dri.so malloc 72 0x55717345f880 0.000176
+gallium_dri.so free 0x55717345fa40 void 0.000175
+gallium_dri.so free 0x55717345f880 void 0.000180
+gallium_dri.so malloc 72 0x55717345f880 0.000127
+gallium_dri.so free 0x55717345fac0 void 0.000163
+gallium_dri.so free 0x55717345f880 void 0.000133
+gallium_dri.so malloc 72 0x55717345faf0 0.000131
+gallium_dri.so free 0x55717345fb40 void 0.000133
+gallium_dri.so free 0x55717345faf0 void 0.000131
+gallium_dri.so malloc 72 0x55717345faf0 0.000130
+gallium_dri.so free 0x55717345fc40 void 0.000131
+gallium_dri.so free 0x55717345faf0 void 0.000131
+gallium_dri.so malloc 72 0x55717345fbf0 0.000130
+gallium_dri.so free 0x55717345fd00 void 0.000131
+gallium_dri.so free 0x55717345fbf0 void 0.000138
+gallium_dri.so malloc 72 0x55717345fcb0 0.000131
+gallium_dri.so free 0x55717345fd40 void 0.000130
+gallium_dri.so free 0x55717345fcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717345fcb0 0.000131
+gallium_dri.so free 0x55717345fe00 void 0.000131
+gallium_dri.so free 0x55717345fcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717345fe50 0.000131
+gallium_dri.so free 0x55717345fec0 void 0.000129
+gallium_dri.so free 0x55717345fe50 void 0.000129
+gallium_dri.so malloc 72 0x55717345ff00 0.000131
+gallium_dri.so free 0x55717345ff80 void 0.000130
+gallium_dri.so free 0x55717345ff00 void 0.000134
+gallium_dri.so malloc 72 0x55717345ff80 0.000131
+gallium_dri.so free 0x557173460040 void 0.000131
+gallium_dri.so free 0x55717345ff80 void 0.000130
+gallium_dri.so malloc 72 0x55717345ff80 0.000130
+gallium_dri.so free 0x5571734600c0 void 0.000131
+gallium_dri.so free 0x55717345ff80 void 0.000132
+gallium_dri.so malloc 72 0x5571734600f0 0.000129
+gallium_dri.so free 0x557173460140 void 0.000133
+gallium_dri.so free 0x5571734600f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734600f0 0.000130
+gallium_dri.so free 0x557173460240 void 0.000136
+gallium_dri.so free 0x5571734600f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734601f0 0.000129
+gallium_dri.so free 0x557173460300 void 0.000131
+gallium_dri.so free 0x5571734601f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734602b0 0.000129
+gallium_dri.so free 0x557173460380 void 0.000131
+gallium_dri.so free 0x5571734602b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734603a0 0.000131
+gallium_dri.so free 0x5571735c7480 void 0.000131
+gallium_dri.so free 0x5571734603a0 void 0.000129
+gallium_dri.so malloc 72 0x5571734603a0 0.000128
+gallium_dri.so free 0x5571735c7540 void 0.000131
+gallium_dri.so free 0x5571734603a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7580 0.000130
+gallium_dri.so free 0x5571735c7600 void 0.000130
+gallium_dri.so free 0x5571735c7580 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7600 0.000129
+gallium_dri.so free 0x5571735c76c0 void 0.000130
+gallium_dri.so free 0x5571735c7600 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7600 0.000129
+gallium_dri.so free 0x5571735c7740 void 0.000132
+gallium_dri.so free 0x5571735c7600 void 0.000152
+gallium_dri.so malloc 72 0x5571735c7770 0.000136
+gallium_dri.so free 0x5571735c77c0 void 0.000127
+gallium_dri.so free 0x5571735c7770 void 0.000104
+gallium_dri.so malloc 72 0x5571735c7770 0.000251
+gallium_dri.so free 0x5571735c78c0 void 0.000161
+gallium_dri.so free 0x5571735c7770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c7900 0.000117
+gallium_dri.so free 0x5571735c7980 void 0.000120
+gallium_dri.so free 0x5571735c7900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7980 0.000117
+gallium_dri.so free 0x5571735c7a40 void 0.000117
+gallium_dri.so free 0x5571735c7980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7980 0.000111
+gallium_dri.so free 0x5571735c7ac0 void 0.000112
+gallium_dri.so free 0x5571735c7980 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7af0 0.000110
+gallium_dri.so free 0x5571735c7b40 void 0.000110
+gallium_dri.so free 0x5571735c7af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7af0 0.000110
+gallium_dri.so free 0x5571735c7c40 void 0.000112
+gallium_dri.so free 0x5571735c7af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7bf0 0.000111
+gallium_dri.so free 0x5571735c7d00 void 0.000111
+gallium_dri.so free 0x5571735c7bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000112
+gallium_dri.so free 0x5571735c7d80 void 0.000135
+gallium_dri.so free 0x5571735c7cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000116
+gallium_dri.so free 0x5571735c7e40 void 0.000113
+gallium_dri.so free 0x5571735c7cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c7cb0 0.000166
+gallium_dri.so free 0x5571735c7f00 void 0.000193
+gallium_dri.so free 0x5571735c7cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000131
+gallium_dri.so free 0x5571735c7f80 void 0.000127
+gallium_dri.so free 0x5571735c7eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7fd0 0.000123
+gallium_dri.so free 0x5571735c8040 void 0.000124
+gallium_dri.so free 0x5571735c7fd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8060 0.000124
+gallium_dri.so free 0x5571735c8100 void 0.000127
+gallium_dri.so free 0x5571735c8060 void 0.000124
+gallium_dri.so malloc 72 0x5571735c80b0 0.000124
+gallium_dri.so free 0x5571735c8180 void 0.000124
+gallium_dri.so free 0x5571735c80b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8180 0.000122
+gallium_dri.so free 0x5571735c8240 void 0.000123
+gallium_dri.so free 0x5571735c8180 void 0.000125
+gallium_dri.so malloc 72 0x5571735c8180 0.000122
+gallium_dri.so free 0x5571735c82c0 void 0.000125
+gallium_dri.so free 0x5571735c8180 void 0.000126
+gallium_dri.so malloc 72 0x5571735c82c0 0.000123
+gallium_dri.so free 0x5571735c8380 void 0.000123
+gallium_dri.so free 0x5571735c82c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c82c0 0.000124
+gallium_dri.so free 0x5571735c8440 void 0.000122
+gallium_dri.so free 0x5571735c82c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c82c0 0.000123
+gallium_dri.so free 0x5571735c8500 void 0.000123
+gallium_dri.so free 0x5571735c82c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c84b0 0.000125
+gallium_dri.so free 0x5571735c8580 void 0.000125
+gallium_dri.so free 0x5571735c84b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c85d0 0.000193
+gallium_dri.so free 0x5571735c8640 void 0.000152
+gallium_dri.so free 0x5571735c85d0 void 0.000150
+gallium_dri.so malloc 72 0x5571735c8680 0.000157
+gallium_dri.so free 0x5571735c8700 void 0.000124
+gallium_dri.so free 0x5571735c8680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8680 0.000111
+gallium_dri.so free 0x5571735c8780 void 0.000110
+gallium_dri.so free 0x5571735c8680 void 0.000111
+gallium_dri.so malloc 72 0x5571735c87b0 0.000112
+gallium_dri.so free 0x5571735c8800 void 0.000110
+gallium_dri.so free 0x5571735c87b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c87b0 0.000115
+gallium_dri.so free 0x5571735c8900 void 0.000124
+gallium_dri.so free 0x5571735c87b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c88b0 0.000122
+gallium_dri.so free 0x5571735c89c0 void 0.000123
+gallium_dri.so free 0x5571735c88b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8970 0.000120
+gallium_dri.so free 0x5571735c8a00 void 0.000122
+gallium_dri.so free 0x5571735c8970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8970 0.000123
+gallium_dri.so free 0x5571735c8ac0 void 0.000140
+gallium_dri.so free 0x5571735c8970 void 0.000139
+gallium_dri.so malloc 72 0x5571735c8b30 0.000128
+gallium_dri.so free 0x5571735c8b80 void 0.000129
+gallium_dri.so free 0x5571735c8b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8b30 0.000128
+gallium_dri.so free 0x5571735c8c80 void 0.000131
+gallium_dri.so free 0x5571735c8b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8c30 0.000129
+gallium_dri.so free 0x5571735c8d40 void 0.000129
+gallium_dri.so free 0x5571735c8c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000130
+gallium_dri.so free 0x5571735c8d80 void 0.000131
+gallium_dri.so free 0x5571735c8cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c8cf0 0.000132
+gallium_dri.so free 0x5571735c8e40 void 0.000128
+gallium_dri.so free 0x5571735c8cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8e80 0.000131
+gallium_dri.so free 0x5571735c8f00 void 0.000129
+gallium_dri.so free 0x5571735c8e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c8f00 0.000130
+gallium_dri.so free 0x5571735c8fc0 void 0.000129
+gallium_dri.so free 0x5571735c8f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c8f00 0.000129
+gallium_dri.so free 0x5571735c9080 void 0.000129
+gallium_dri.so free 0x5571735c8f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c90a0 0.000131
+gallium_dri.so free 0x5571735c9140 void 0.000130
+gallium_dri.so free 0x5571735c90a0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c90f0 0.000140
+gallium_dri.so free 0x5571735c91c0 void 0.000130
+gallium_dri.so free 0x5571735c90f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c90f0 0.000137
+gallium_dri.so free 0x5571735c9240 void 0.000128
+gallium_dri.so free 0x5571735c90f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9240 0.000128
+gallium_dri.so free 0x5571735c9300 void 0.000130
+gallium_dri.so free 0x5571735c9240 void 0.000146
+gallium_dri.so malloc 72 0x5571735c9240 0.000130
+gallium_dri.so free 0x5571735c93c0 void 0.000129
+gallium_dri.so free 0x5571735c9240 void 0.000130
+gallium_dri.so malloc 72 0x5571735c9240 0.000135
+gallium_dri.so free 0x5571735c9480 void 0.000139
+gallium_dri.so free 0x5571735c9240 void 0.000133
+gallium_dri.so malloc 72 0x5571735c9430 0.000141
+gallium_dri.so free 0x5571735c5300 void 0.000143
+gallium_dri.so free 0x5571735c9430 void 0.000134
+gallium_dri.so malloc 72 0x5571735c5340 0.000134
+gallium_dri.so free 0x5571735c53c0 void 0.000132
+gallium_dri.so free 0x5571735c5340 void 0.000132
+gallium_dri.so malloc 72 0x5571735c53c0 0.000133
+gallium_dri.so free 0x5571735c5480 void 0.000132
+gallium_dri.so free 0x5571735c53c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c53c0 0.000130
+gallium_dri.so free 0x5571735c5500 void 0.000130
+gallium_dri.so free 0x5571735c53c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5530 0.000133
+gallium_dri.so free 0x5571735c5580 void 0.000131
+gallium_dri.so free 0x5571735c5530 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5530 0.000131
+gallium_dri.so free 0x5571735c5680 void 0.000134
+gallium_dri.so free 0x5571735c5530 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5630 0.000130
+gallium_dri.so free 0x5571735c5740 void 0.000133
+gallium_dri.so free 0x5571735c5630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c56f0 0.000131
+gallium_dri.so free 0x5571735c57c0 void 0.000134
+gallium_dri.so free 0x5571735c56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c57e0 0.000132
+gallium_dri.so free 0x5571735c5880 void 0.000133
+gallium_dri.so free 0x5571735c57e0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5830 0.000132
+gallium_dri.so free 0x5571735c5900 void 0.000131
+gallium_dri.so free 0x5571735c5830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5830 0.000130
+gallium_dri.so free 0x5571735c5980 void 0.000179
+gallium_dri.so free 0x5571735c5830 void 0.000164
+gallium_dri.so malloc 72 0x5571735c5980 0.000133
+gallium_dri.so free 0x5571735c5a40 void 0.000131
+gallium_dri.so free 0x5571735c5980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c5980 0.000130
+gallium_dri.so free 0x5571735c5b00 void 0.000130
+gallium_dri.so free 0x5571735c5980 void 0.000141
+gallium_dri.so malloc 72 0x5571735c5980 0.000130
+gallium_dri.so free 0x5571735c5bc0 void 0.000131
+gallium_dri.so free 0x5571735c5980 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5b70 0.000129
+gallium_dri.so free 0x5571735c5bc0 void 0.000130
+gallium_dri.so free 0x5571735c5b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c5b70 0.000129
+gallium_dri.so free 0x5571735c5cc0 void 0.000133
+gallium_dri.so free 0x5571735c5b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5c70 0.000130
+gallium_dri.so free 0x5571735c5d80 void 0.000131
+gallium_dri.so free 0x5571735c5c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c5d30 0.000130
+gallium_dri.so free 0x5571735c5dc0 void 0.000140
+gallium_dri.so free 0x5571735c5d30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c5d30 0.000138
+gallium_dri.so free 0x5571735c5e80 void 0.000132
+gallium_dri.so free 0x5571735c5d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5ec0 0.000132
+gallium_dri.so free 0x5571735c5f40 void 0.000130
+gallium_dri.so free 0x5571735c5ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5f40 0.000131
+gallium_dri.so free 0x5571735c6000 void 0.000139
+gallium_dri.so free 0x5571735c5f40 void 0.000142
+gallium_dri.so malloc 72 0x5571735c5f40 0.000131
+gallium_dri.so free 0x5571735c60c0 void 0.000133
+gallium_dri.so free 0x5571735c5f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c60e0 0.000134
+gallium_dri.so free 0x5571735c6180 void 0.000134
+gallium_dri.so free 0x5571735c60e0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c6130 0.000132
+gallium_dri.so free 0x5571735c6200 void 0.000134
+gallium_dri.so free 0x5571735c6130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6130 0.000131
+gallium_dri.so free 0x5571735c6280 void 0.000132
+gallium_dri.so free 0x5571735c6130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6280 0.000131
+gallium_dri.so free 0x5571735c6340 void 0.000132
+gallium_dri.so free 0x5571735c6280 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6280 0.000132
+gallium_dri.so free 0x5571735c6400 void 0.000132
+gallium_dri.so free 0x5571735c6280 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6280 0.000131
+gallium_dri.so free 0x5571735c64c0 void 0.000131
+gallium_dri.so free 0x5571735c6280 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6470 0.000144
+gallium_dri.so free 0x5571735c6580 void 0.000131
+gallium_dri.so free 0x5571735c6470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6530 0.000130
+gallium_dri.so free 0x5571735c6600 void 0.000131
+gallium_dri.so free 0x5571735c6530 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6650 0.000131
+gallium_dri.so free 0x5571735c66c0 void 0.000131
+gallium_dri.so free 0x5571735c6650 void 0.000131
+gallium_dri.so malloc 72 0x5571735c66e0 0.000130
+gallium_dri.so free 0x5571735c6780 void 0.000133
+gallium_dri.so free 0x5571735c66e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6730 0.000131
+gallium_dri.so free 0x5571735c6800 void 0.000131
+gallium_dri.so free 0x5571735c6730 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6730 0.000131
+gallium_dri.so free 0x5571735c6880 void 0.000132
+gallium_dri.so free 0x5571735c6730 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6880 0.000132
+gallium_dri.so free 0x5571735c6940 void 0.000131
+gallium_dri.so free 0x5571735c6880 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6880 0.000132
+gallium_dri.so free 0x5571735c6a40 void 0.000131
+gallium_dri.so free 0x5571735c6880 void 0.000141
+gallium_dri.so malloc 72 0x5571735c69f0 0.000135
+gallium_dri.so free 0x5571735c6a80 void 0.000133
+gallium_dri.so free 0x5571735c69f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c69f0 0.000132
+gallium_dri.so free 0x5571735c6b40 void 0.000132
+gallium_dri.so free 0x5571735c69f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6b80 0.000131
+gallium_dri.so free 0x5571735c6c00 void 0.000132
+gallium_dri.so free 0x5571735c6b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6c00 0.000131
+gallium_dri.so free 0x5571735c6cc0 void 0.000131
+gallium_dri.so free 0x5571735c6c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6c00 0.000132
+gallium_dri.so free 0x5571735c6d40 void 0.000132
+gallium_dri.so free 0x5571735c6c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6d70 0.000130
+gallium_dri.so free 0x5571735c6dc0 void 0.000133
+gallium_dri.so free 0x5571735c6d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6d70 0.000137
+gallium_dri.so free 0x5571735c6ec0 void 0.000132
+gallium_dri.so free 0x5571735c6d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6f00 0.000130
+gallium_dri.so free 0x5571735c6f80 void 0.000168
+gallium_dri.so free 0x5571735c6f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c6f80 0.000131
+gallium_dri.so free 0x5571735c7040 void 0.000132
+gallium_dri.so free 0x5571735c6f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c6f80 0.000130
+gallium_dri.so free 0x5571735c70c0 void 0.000132
+gallium_dri.so free 0x5571735c6f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c70f0 0.000131
+gallium_dri.so free 0x5571735c7140 void 0.000131
+gallium_dri.so free 0x5571735c70f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c70f0 0.000132
+gallium_dri.so free 0x5571735c7240 void 0.000132
+gallium_dri.so free 0x5571735c70f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c71f0 0.000131
+gallium_dri.so free 0x5571735c7300 void 0.000132
+gallium_dri.so free 0x5571735c71f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c72b0 0.000131
+gallium_dri.so free 0x5571735c7380 void 0.000132
+gallium_dri.so free 0x5571735c72b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c72b0 0.000135
+gallium_dri.so free 0x5571735da8c0 void 0.000133
+gallium_dri.so free 0x5571735c72b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c72b0 0.000140
+gallium_dri.so free 0x5571735da980 void 0.000129
+gallium_dri.so free 0x5571735c72b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735da930 0.000127
+gallium_dri.so free 0x5571735daa00 void 0.000130
+gallium_dri.so free 0x5571735da930 void 0.000127
+gallium_dri.so malloc 72 0x5571735daa50 0.000130
+gallium_dri.so free 0x5571735daac0 void 0.000128
+gallium_dri.so free 0x5571735daa50 void 0.000127
+gallium_dri.so malloc 72 0x5571735daae0 0.000129
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735daae0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dab30 0.000127
+gallium_dri.so free 0x5571735dac00 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dac00 0.000128
+gallium_dri.so free 0x5571735dacc0 void 0.000128
+gallium_dri.so free 0x5571735dac00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dac00 0.000128
+gallium_dri.so free 0x5571735dad40 void 0.000128
+gallium_dri.so free 0x5571735dac00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dad40 0.000130
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dad40 void 0.000136
+gallium_dri.so malloc 72 0x5571735dad40 0.000131
+gallium_dri.so free 0x5571735daec0 void 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dad40 0.000130
+gallium_dri.so free 0x5571735daf80 void 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000129
+gallium_dri.so malloc 72 0x5571735daf30 0.000128
+gallium_dri.so free 0x5571735db000 void 0.000128
+gallium_dri.so free 0x5571735daf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735db050 0.000128
+gallium_dri.so free 0x5571735db0c0 void 0.000132
+gallium_dri.so free 0x5571735db050 void 0.000131
+gallium_dri.so malloc 72 0x5571735db100 0.000130
+gallium_dri.so free 0x5571735db180 void 0.000129
+gallium_dri.so free 0x5571735db100 void 0.000128
+gallium_dri.so malloc 72 0x5571735db100 0.000128
+gallium_dri.so free 0x5571735db200 void 0.000149
+gallium_dri.so free 0x5571735db100 void 0.000132
+gallium_dri.so malloc 72 0x5571735db230 0.000131
+gallium_dri.so free 0x5571735db280 void 0.000132
+gallium_dri.so free 0x5571735db230 void 0.000134
+gallium_dri.so malloc 72 0x5571735db230 0.000130
+gallium_dri.so free 0x5571735db380 void 0.000135
+gallium_dri.so free 0x5571735db230 void 0.000137
+gallium_dri.so malloc 72 0x5571735db330 0.000133
+gallium_dri.so free 0x5571735db440 void 0.000132
+gallium_dri.so free 0x5571735db330 void 0.000131
+gallium_dri.so malloc 72 0x5571735db3f0 0.000134
+gallium_dri.so free 0x5571735db480 void 0.000133
+gallium_dri.so free 0x5571735db3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3f0 0.000131
+gallium_dri.so free 0x5571735db540 void 0.000132
+gallium_dri.so free 0x5571735db3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000133
+gallium_dri.so free 0x5571735db600 void 0.000132
+gallium_dri.so free 0x5571735db5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000131
+gallium_dri.so free 0x5571735db700 void 0.000133
+gallium_dri.so free 0x5571735db5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db6b0 0.000131
+gallium_dri.so free 0x5571735db7c0 void 0.000133
+gallium_dri.so free 0x5571735db6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db770 0.000131
+gallium_dri.so free 0x5571735db800 void 0.000132
+gallium_dri.so free 0x5571735db770 void 0.000131
+gallium_dri.so malloc 72 0x5571735db770 0.000141
+gallium_dri.so free 0x5571735db8c0 void 0.000131
+gallium_dri.so free 0x5571735db770 void 0.000129
+gallium_dri.so malloc 72 0x5571735db900 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so free 0x5571735db900 void 0.000128
+gallium_dri.so malloc 72 0x5571735db980 0.000133
+gallium_dri.so free 0x5571735dba40 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so malloc 72 0x5571735db980 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000128
+gallium_dri.so free 0x5571735db980 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb20 0.000130
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735dbb20 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbb70 0.000128
+gallium_dri.so free 0x5571735dbc40 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb70 0.000130
+gallium_dri.so free 0x5571735dbcc0 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000129
+gallium_dri.so free 0x5571735dbd80 void 0.000130
+gallium_dri.so free 0x5571735dbcc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000132
+gallium_dri.so free 0x5571735dbe40 void 0.000270
+gallium_dri.so free 0x5571735dbcc0 void 0.000189
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000181
+gallium_dri.so free 0x5571735dbf00 void 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000116
+gallium_dri.so free 0x5571735dbfc0 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf70 0.000115
+gallium_dri.so free 0x5571735dc040 void 0.000116
+gallium_dri.so free 0x5571735dbf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc090 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dc090 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc120 0.000115
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so free 0x5571735dc120 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc170 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc170 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc170 0.000116
+gallium_dri.so free 0x5571735dc2c0 void 0.000116
+gallium_dri.so free 0x5571735dc170 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000132
+gallium_dri.so free 0x5571735dc380 void 0.000116
+gallium_dri.so free 0x5571735dc2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000117
+gallium_dri.so free 0x5571735dc480 void 0.000117
+gallium_dri.so free 0x5571735dc2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc430 0.000117
+gallium_dri.so free 0x5571735dc4c0 void 0.000117
+gallium_dri.so free 0x5571735dc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc430 0.000115
+gallium_dri.so free 0x5571735dc580 void 0.000117
+gallium_dri.so free 0x5571735dc430 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000117
+gallium_dri.so free 0x5571735dc640 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc640 0.000116
+gallium_dri.so free 0x5571735dc700 void 0.000116
+gallium_dri.so free 0x5571735dc640 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc640 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000116
+gallium_dri.so free 0x5571735dc640 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000116
+gallium_dri.so free 0x5571735dc800 void 0.000116
+gallium_dri.so free 0x5571735dc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc900 void 0.000116
+gallium_dri.so free 0x5571735dc7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc940 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000115
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000114
+gallium_dri.so free 0x5571735dcb00 void 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb30 0.000115
+gallium_dri.so free 0x5571735dcb80 void 0.000114
+gallium_dri.so free 0x5571735dcb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcb30 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000114
+gallium_dri.so free 0x5571735dcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc30 0.000114
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dccf0 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dccf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dccf0 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735dccf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dccf0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so free 0x5571735dccf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcef0 0.000127
+gallium_dri.so free 0x5571735dcfc0 void 0.000126
+gallium_dri.so free 0x5571735dcef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd010 0.000131
+gallium_dri.so free 0x5571735dd080 void 0.000130
+gallium_dri.so free 0x5571735dd010 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000125
+gallium_dri.so free 0x5571735dd140 void 0.000122
+gallium_dri.so free 0x5571735dd0a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000127
+gallium_dri.so free 0x5571735dd1c0 void 0.000122
+gallium_dri.so free 0x5571735dd0f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000242
+gallium_dri.so free 0x5571735dd280 void 0.000331
+gallium_dri.so free 0x5571735dd1c0 void 0.000328
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000327
+gallium_dri.so free 0x557173462440 void 0.000285
+gallium_dri.so free 0x5571735dd1c0 void 0.000265
+gallium_dri.so malloc 72 0x557173462490 0.000270
+gallium_dri.so free 0x557173462500 void 0.000273
+gallium_dri.so free 0x557173462490 void 0.000283
+gallium_dri.so malloc 72 0x557173462520 0.000272
+gallium_dri.so free 0x5571734625c0 void 0.000273
+gallium_dri.so free 0x557173462520 void 0.000164
+gallium_dri.so malloc 72 0x557173462570 0.000166
+gallium_dri.so free 0x557173462640 void 0.000129
+gallium_dri.so free 0x557173462570 void 0.000129
+gallium_dri.so malloc 72 0x557173462570 0.000129
+gallium_dri.so free 0x5571734626c0 void 0.000128
+gallium_dri.so free 0x557173462570 void 0.000133
+gallium_dri.so malloc 72 0x5571734626c0 0.000130
+gallium_dri.so free 0x557173462780 void 0.000130
+gallium_dri.so free 0x5571734626c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734626c0 0.000157
+gallium_dri.so free 0x557173462880 void 0.000132
+gallium_dri.so free 0x5571734626c0 void 0.000131
+gallium_dri.so malloc 72 0x557173462830 0.000125
+gallium_dri.so free 0x5571734628c0 void 0.000121
+gallium_dri.so free 0x557173462830 void 0.000120
+gallium_dri.so malloc 72 0x557173462830 0.000120
+gallium_dri.so free 0x557173462980 void 0.000127
+gallium_dri.so free 0x557173462830 void 0.000128
+gallium_dri.so malloc 72 0x5571734629c0 0.000126
+gallium_dri.so free 0x557173462a40 void 0.000126
+gallium_dri.so free 0x5571734629c0 void 0.000124
+gallium_dri.so malloc 72 0x557173462a40 0.000131
+gallium_dri.so free 0x557173462b00 void 0.000131
+gallium_dri.so free 0x557173462a40 void 0.000132
+gallium_dri.so malloc 72 0x557173462a40 0.000130
+gallium_dri.so free 0x557173462b80 void 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000131
+gallium_dri.so malloc 72 0x557173462bb0 0.000131
+gallium_dri.so free 0x557173462c00 void 0.000132
+gallium_dri.so free 0x557173462bb0 void 0.000126
+gallium_dri.so malloc 72 0x557173462bb0 0.000135
+gallium_dri.so free 0x557173462d00 void 0.000131
+gallium_dri.so free 0x557173462bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173462d40 0.000124
+gallium_dri.so free 0x557173462dc0 void 0.000122
+gallium_dri.so free 0x557173462d40 void 0.000119
+gallium_dri.so malloc 72 0x557173462dc0 0.000127
+gallium_dri.so free 0x557173462e80 void 0.000125
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173462dc0 0.000121
+gallium_dri.so free 0x557173462f00 void 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173462f30 0.000131
+gallium_dri.so free 0x557173462f80 void 0.000165
+gallium_dri.so free 0x557173462f30 void 0.000132
+gallium_dri.so malloc 72 0x557173462f30 0.000132
+gallium_dri.so free 0x557173463080 void 0.000129
+gallium_dri.so free 0x557173462f30 void 0.000131
+gallium_dri.so malloc 72 0x557173463030 0.000130
+gallium_dri.so free 0x557173463140 void 0.000132
+gallium_dri.so free 0x557173463030 void 0.000131
+gallium_dri.so malloc 72 0x5571734630f0 0.000129
+gallium_dri.so free 0x5571734631c0 void 0.000132
+gallium_dri.so free 0x5571734630f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734630f0 0.000126
+gallium_dri.so free 0x557173463280 void 0.000125
+gallium_dri.so free 0x5571734630f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734630f0 0.000118
+gallium_dri.so free 0x557173463340 void 0.000120
+gallium_dri.so free 0x5571734630f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734632f0 0.000127
+gallium_dri.so free 0x5571734633c0 void 0.000124
+gallium_dri.so free 0x5571734632f0 void 0.000125
+gallium_dri.so malloc 72 0x557173463410 0.000168
+gallium_dri.so free 0x557173463480 void 0.000192
+gallium_dri.so free 0x557173463410 void 0.000266
+gallium_dri.so malloc 72 0x5571734634a0 0.000327
+gallium_dri.so free 0x557173463540 void 0.000341
+gallium_dri.so free 0x5571734634a0 void 0.000335
+gallium_dri.so malloc 72 0x5571734634f0 0.000228
+gallium_dri.so free 0x5571734635c0 void 0.000265
+gallium_dri.so free 0x5571734634f0 void 0.000280
+gallium_dri.so malloc 72 0x5571734635c0 0.000270
+gallium_dri.so free 0x557173463680 void 0.000253
+gallium_dri.so free 0x5571734635c0 void 0.000243
+gallium_dri.so malloc 72 0x5571734635c0 0.000220
+gallium_dri.so free 0x557173463700 void 0.000222
+gallium_dri.so free 0x5571734635c0 void 0.000201
+gallium_dri.so malloc 72 0x557173463700 0.000198
+gallium_dri.so free 0x5571734637c0 void 0.000162
+gallium_dri.so free 0x557173463700 void 0.000126
+gallium_dri.so malloc 72 0x557173463700 0.000130
+gallium_dri.so free 0x557173463880 void 0.000125
+gallium_dri.so free 0x557173463700 void 0.000127
+gallium_dri.so malloc 72 0x557173463700 0.000140
+gallium_dri.so free 0x557173463940 void 0.000132
+gallium_dri.so free 0x557173463700 void 0.000131
+gallium_dri.so malloc 72 0x5571734638f0 0.000130
+gallium_dri.so free 0x5571734639c0 void 0.000225
+gallium_dri.so free 0x5571734638f0 void 0.000223
+gallium_dri.so malloc 72 0x557173463a10 0.000222
+gallium_dri.so free 0x557173463a80 void 0.000220
+gallium_dri.so free 0x557173463a10 void 0.000200
+gallium_dri.so malloc 72 0x557173463ac0 0.000198
+gallium_dri.so free 0x557173463b40 void 0.000228
+gallium_dri.so free 0x557173463ac0 void 0.000248
+gallium_dri.so malloc 72 0x557173463ac0 0.000282
+gallium_dri.so free 0x557173463bc0 void 0.000273
+gallium_dri.so free 0x557173463ac0 void 0.000278
+gallium_dri.so malloc 72 0x557173463bf0 0.000313
+gallium_dri.so free 0x557173463c40 void 0.000251
+gallium_dri.so free 0x557173463bf0 void 0.000245
+gallium_dri.so malloc 72 0x557173463bf0 0.000211
+gallium_dri.so free 0x557173463d40 void 0.000209
+gallium_dri.so free 0x557173463bf0 void 0.000174
+gallium_dri.so malloc 72 0x557173463cf0 0.000132
+gallium_dri.so free 0x557173463e00 void 0.000130
+gallium_dri.so free 0x557173463cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173463db0 0.000128
+gallium_dri.so free 0x557173463e40 void 0.000129
+gallium_dri.so free 0x557173463db0 void 0.000127
+gallium_dri.so malloc 72 0x557173463db0 0.000129
+gallium_dri.so free 0x557173463f00 void 0.000129
+gallium_dri.so free 0x557173463db0 void 0.000127
+gallium_dri.so malloc 72 0x557173463f70 0.000129
+gallium_dri.so free 0x557173463fc0 void 0.000129
+gallium_dri.so free 0x557173463f70 void 0.000126
+gallium_dri.so malloc 72 0x557173463f70 0.000129
+gallium_dri.so free 0x5571734640c0 void 0.000128
+gallium_dri.so free 0x557173463f70 void 0.000126
+gallium_dri.so malloc 72 0x557173464070 0.000139
+gallium_dri.so free 0x557173464180 void 0.000130
+gallium_dri.so free 0x557173464070 void 0.000127
+gallium_dri.so malloc 72 0x557173464130 0.000126
+gallium_dri.so free 0x5571734641c0 void 0.000128
+gallium_dri.so free 0x557173464130 void 0.000126
+gallium_dri.so malloc 72 0x557173464130 0.000125
+gallium_dri.so free 0x557173464280 void 0.000128
+gallium_dri.so free 0x557173464130 void 0.000128
+gallium_dri.so malloc 72 0x5571734642c0 0.000127
+gallium_dri.so free 0x557173464340 void 0.000128
+gallium_dri.so free 0x5571734642c0 void 0.000127
+gallium_dri.so malloc 72 0x557173464340 0.000129
+gallium_dri.so free 0x557173464400 void 0.000127
+gallium_dri.so free 0x557173464340 void 0.000127
+gallium_dri.so malloc 72 0x557173464340 0.000127
+gallium_dri.so free 0x5571734644c0 void 0.000128
+gallium_dri.so free 0x557173464340 void 0.000127
+gallium_dri.so malloc 72 0x5571734644e0 0.000127
+gallium_dri.so free 0x557173464580 void 0.000127
+gallium_dri.so free 0x5571734644e0 void 0.000126
+gallium_dri.so malloc 72 0x557173464530 0.000127
+gallium_dri.so free 0x557173464600 void 0.000127
+gallium_dri.so free 0x557173464530 void 0.000125
+gallium_dri.so malloc 72 0x557173464530 0.000127
+gallium_dri.so free 0x557173464680 void 0.000141
+gallium_dri.so free 0x557173464530 void 0.000129
+gallium_dri.so malloc 72 0x557173464680 0.000126
+gallium_dri.so free 0x557173464740 void 0.000127
+gallium_dri.so free 0x557173464680 void 0.000125
+gallium_dri.so malloc 72 0x557173464680 0.000125
+gallium_dri.so free 0x557173464800 void 0.000126
+gallium_dri.so free 0x557173464680 void 0.000127
+gallium_dri.so malloc 72 0x557173464680 0.000128
+gallium_dri.so free 0x5571734648c0 void 0.000127
+gallium_dri.so free 0x557173464680 void 0.000152
+gallium_dri.so malloc 72 0x557173464870 0.000154
+gallium_dri.so free 0x557173464980 void 0.000193
+gallium_dri.so free 0x557173464870 void 0.000162
+gallium_dri.so malloc 72 0x557173464930 0.000143
+gallium_dri.so free 0x557173464a00 void 0.000259
+gallium_dri.so free 0x557173464930 void 0.000121
+gallium_dri.so malloc 72 0x557173464a50 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000113
+gallium_dri.so free 0x557173464a50 void 0.000113
+gallium_dri.so malloc 72 0x557173464ae0 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000113
+gallium_dri.so free 0x557173464ae0 void 0.000160
+gallium_dri.so malloc 72 0x557173464b30 0.000123
+gallium_dri.so free 0x557173464c00 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x557173464c80 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x557173464c80 0.000113
+gallium_dri.so free 0x557173464d40 void 0.000113
+gallium_dri.so free 0x557173464c80 void 0.000112
+gallium_dri.so malloc 72 0x557173464c80 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000114
+gallium_dri.so malloc 72 0x557173464df0 0.000112
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so free 0x557173464df0 void 0.000112
+gallium_dri.so malloc 72 0x557173464df0 0.000112
+gallium_dri.so free 0x557173464f40 void 0.000114
+gallium_dri.so free 0x557173464df0 void 0.000112
+gallium_dri.so malloc 72 0x557173464f80 0.000113
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so free 0x557173464f80 void 0.000112
+gallium_dri.so malloc 72 0x557173465000 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so malloc 72 0x557173465000 0.000112
+gallium_dri.so free 0x557173465140 void 0.000114
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000129
+gallium_dri.so free 0x5571734651c0 void 0.000116
+gallium_dri.so free 0x557173465170 void 0.000114
+gallium_dri.so malloc 72 0x557173465170 0.000115
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465300 0.000113
+gallium_dri.so free 0x557173465380 void 0.000115
+gallium_dri.so free 0x557173465300 void 0.000113
+gallium_dri.so malloc 72 0x557173465380 0.000113
+gallium_dri.so free 0x557173465440 void 0.000115
+gallium_dri.so free 0x557173465380 void 0.000113
+gallium_dri.so malloc 72 0x557173465380 0.000113
+gallium_dri.so free 0x5571734654c0 void 0.000115
+gallium_dri.so free 0x557173465380 void 0.000112
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x557173465540 void 0.000114
+gallium_dri.so free 0x5571734654f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x557173465640 void 0.000114
+gallium_dri.so free 0x5571734654f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734655f0 0.000113
+gallium_dri.so free 0x557173465700 void 0.000114
+gallium_dri.so free 0x5571734655f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734656b0 0.000112
+gallium_dri.so free 0x557173465780 void 0.000113
+gallium_dri.so free 0x5571734656b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656b0 0.000112
+gallium_dri.so free 0x557173465840 void 0.000171
+gallium_dri.so free 0x5571734656b0 void 0.000153
+gallium_dri.so malloc 72 0x5571734656b0 0.000152
+gallium_dri.so free 0x557173465900 void 0.000185
+gallium_dri.so free 0x5571734656b0 void 0.000151
+gallium_dri.so malloc 72 0x5571734658b0 0.000153
+gallium_dri.so free 0x557173465980 void 0.000153
+gallium_dri.so free 0x5571734658b0 void 0.000150
+gallium_dri.so malloc 72 0x5571734659d0 0.000151
+gallium_dri.so free 0x557173465a40 void 0.000208
+gallium_dri.so free 0x5571734659d0 void 0.000127
+gallium_dri.so malloc 72 0x557173465a60 0.000113
+gallium_dri.so free 0x557173465b00 void 0.000114
+gallium_dri.so free 0x557173465a60 void 0.000113
+gallium_dri.so malloc 72 0x557173465ab0 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000154
+gallium_dri.so free 0x557173465ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173465b80 0.000115
+gallium_dri.so free 0x557173465c40 void 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000112
+gallium_dri.so malloc 72 0x557173465b80 0.000114
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000112
+gallium_dri.so malloc 72 0x557173465cc0 0.000125
+gallium_dri.so free 0x557173465d80 void 0.000117
+gallium_dri.so free 0x557173465cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465cc0 0.000114
+gallium_dri.so free 0x557173465e40 void 0.000113
+gallium_dri.so free 0x557173465cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173465cc0 0.000112
+gallium_dri.so free 0x557173465f00 void 0.000113
+gallium_dri.so free 0x557173465cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465eb0 0.000113
+gallium_dri.so free 0x557173465f80 void 0.000113
+gallium_dri.so free 0x557173465eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173465fd0 0.000113
+gallium_dri.so free 0x557173466040 void 0.000113
+gallium_dri.so free 0x557173465fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173466080 0.000116
+gallium_dri.so free 0x557173466100 void 0.000115
+gallium_dri.so free 0x557173466080 void 0.000115
+gallium_dri.so malloc 72 0x557173466080 0.000113
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so free 0x557173466080 void 0.000114
+gallium_dri.so malloc 72 0x5571734661b0 0.000116
+gallium_dri.so free 0x557173466200 void 0.000116
+gallium_dri.so free 0x5571734661b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734661b0 0.000114
+gallium_dri.so free 0x557173466300 void 0.000115
+gallium_dri.so free 0x5571734661b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734662b0 0.000124
+gallium_dri.so free 0x5571734663c0 void 0.000115
+gallium_dri.so free 0x5571734662b0 void 0.000112
+gallium_dri.so malloc 72 0x557173466370 0.000112
+gallium_dri.so free 0x557173466400 void 0.000113
+gallium_dri.so free 0x557173466370 void 0.000112
+gallium_dri.so malloc 72 0x557173466370 0.000114
+gallium_dri.so free 0x5571734664c0 void 0.000113
+gallium_dri.so free 0x557173466370 void 0.000112
+gallium_dri.so malloc 72 0x557173466530 0.000114
+gallium_dri.so free 0x557173466580 void 0.000115
+gallium_dri.so free 0x557173466530 void 0.000113
+gallium_dri.so malloc 72 0x557173466530 0.000112
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so free 0x557173466530 void 0.000112
+gallium_dri.so malloc 72 0x557173466630 0.000112
+gallium_dri.so free 0x557173466740 void 0.000113
+gallium_dri.so free 0x557173466630 void 0.000114
+gallium_dri.so malloc 72 0x5571734666f0 0.000111
+gallium_dri.so free 0x557173466780 void 0.000115
+gallium_dri.so free 0x5571734666f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734666f0 0.000113
+gallium_dri.so free 0x557173466840 void 0.000114
+gallium_dri.so free 0x5571734666f0 void 0.000112
+gallium_dri.so malloc 72 0x557173466880 0.000113
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so free 0x557173466880 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000160
+gallium_dri.so free 0x5571734669c0 void 0.000119
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000113
+gallium_dri.so free 0x557173466a80 void 0.000115
+gallium_dri.so free 0x557173466900 void 0.000112
+gallium_dri.so malloc 72 0x557173466aa0 0.000113
+gallium_dri.so free 0x557173466b40 void 0.000114
+gallium_dri.so free 0x557173466aa0 void 0.000112
+gallium_dri.so malloc 72 0x557173466af0 0.000113
+gallium_dri.so free 0x557173466bc0 void 0.000113
+gallium_dri.so free 0x557173466af0 void 0.000114
+gallium_dri.so malloc 72 0x557173466af0 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000115
+gallium_dri.so free 0x557173466af0 void 0.000112
+gallium_dri.so malloc 72 0x557173466c40 0.000113
+gallium_dri.so free 0x557173466d00 void 0.000114
+gallium_dri.so free 0x557173466c40 void 0.000113
+gallium_dri.so malloc 72 0x557173466c40 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173466c40 void 0.000113
+gallium_dri.so malloc 72 0x557173466c40 0.000113
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000114
+gallium_dri.so malloc 72 0x557173466e30 0.000116
+gallium_dri.so free 0x557173466f40 void 0.000113
+gallium_dri.so free 0x557173466e30 void 0.000113
+gallium_dri.so malloc 72 0x557173466ef0 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000122
+gallium_dri.so free 0x557173466ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173467010 0.000103
+gallium_dri.so free 0x557173467080 void 0.000256
+gallium_dri.so free 0x557173467010 void 0.000212
+gallium_dri.so malloc 72 0x5571734670a0 0.000113
+gallium_dri.so free 0x557173467140 void 0.000112
+gallium_dri.so free 0x5571734670a0 void 0.000110
+gallium_dri.so malloc 72 0x5571734670f0 0.000111
+gallium_dri.so free 0x5571734671c0 void 0.000110
+gallium_dri.so free 0x5571734670f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x557173467240 void 0.000112
+gallium_dri.so free 0x5571734670f0 void 0.000111
+gallium_dri.so malloc 72 0x557173467240 0.000111
+gallium_dri.so free 0x557173467300 void 0.000111
+gallium_dri.so free 0x557173467240 void 0.000111
+gallium_dri.so malloc 72 0x557173467240 0.000111
+gallium_dri.so free 0x557173467400 void 0.000113
+gallium_dri.so free 0x557173467240 void 0.000145
+gallium_dri.so malloc 72 0x5571734673b0 0.000116
+gallium_dri.so free 0x557173467440 void 0.000112
+gallium_dri.so free 0x5571734673b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734673b0 0.000111
+gallium_dri.so free 0x557173467500 void 0.000111
+gallium_dri.so free 0x5571734673b0 void 0.000113
+gallium_dri.so malloc 72 0x557173467540 0.000165
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467540 void 0.000115
+gallium_dri.so malloc 72 0x5571734675c0 0.000114
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x5571734675c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734675c0 0.000121
+gallium_dri.so free 0x557173467700 void 0.000115
+gallium_dri.so free 0x5571734675c0 void 0.000113
+gallium_dri.so malloc 72 0x557173467730 0.000112
+gallium_dri.so free 0x557173467780 void 0.000111
+gallium_dri.so free 0x557173467730 void 0.000129
+gallium_dri.so malloc 72 0x557173467730 0.000125
+gallium_dri.so free 0x557173467880 void 0.000181
+gallium_dri.so free 0x557173467730 void 0.000126
+gallium_dri.so malloc 72 0x5571734678c0 0.000125
+gallium_dri.so free 0x557173467940 void 0.000124
+gallium_dri.so free 0x5571734678c0 void 0.000120
+gallium_dri.so malloc 72 0x557173467990 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000118
+gallium_dri.so free 0x557173467990 void 0.000114
+gallium_dri.so malloc 72 0x557173467990 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000116
+gallium_dri.so free 0x557173467990 void 0.000114
+gallium_dri.so malloc 72 0x557173467990 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000126
+gallium_dri.so free 0x557173467990 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000116
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735dd5d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6a0 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000113
+gallium_dri.so free 0x5571735dd6a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571735dd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000115
+gallium_dri.so free 0x5571735dd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd880 0.000111
+gallium_dri.so free 0x5571735dd900 void 0.000113
+gallium_dri.so free 0x5571735dd880 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd900 0.000113
+gallium_dri.so free 0x5571735dd9c0 void 0.000114
+gallium_dri.so free 0x5571735dd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd900 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000112
+gallium_dri.so free 0x5571735dd900 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda70 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dda70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddac0 0.000112
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc30 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000111
+gallium_dri.so free 0x5571735ddd80 void 0.000113
+gallium_dri.so free 0x5571735ddcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000113
+gallium_dri.so free 0x5571735dde40 void 0.000110
+gallium_dri.so free 0x5571735ddcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde80 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so free 0x5571735dde80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf00 0.000114
+gallium_dri.so free 0x5571735ddfc0 void 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddf00 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf00 0.000111
+gallium_dri.so free 0x5571735de100 void 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000122
+gallium_dri.so free 0x5571735de1c0 void 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735de170 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000113
+gallium_dri.so free 0x5571735de170 void 0.000114
+gallium_dri.so malloc 72 0x5571735de290 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000113
+gallium_dri.so free 0x5571735de290 void 0.000114
+gallium_dri.so malloc 72 0x5571735de320 0.000114
+gallium_dri.so free 0x5571735de3c0 void 0.000114
+gallium_dri.so free 0x5571735de320 void 0.000113
+gallium_dri.so malloc 72 0x5571735de370 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so free 0x5571735de370 void 0.000114
+gallium_dri.so malloc 72 0x5571735de370 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000114
+gallium_dri.so free 0x5571735de370 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4f0 0.000112
+gallium_dri.so free 0x5571735de5c0 void 0.000111
+gallium_dri.so free 0x5571735de4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de610 0.000127
+gallium_dri.so free 0x5571735de680 void 0.000194
+gallium_dri.so free 0x5571735de610 void 0.000199
+gallium_dri.so malloc 72 0x5571735de6a0 0.000120
+gallium_dri.so free 0x5571735de740 void 0.000125
+gallium_dri.so free 0x5571735de6a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de6f0 0.000110
+gallium_dri.so free 0x5571735de7c0 void 0.000110
+gallium_dri.so free 0x5571735de6f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735de6f0 0.000111
+gallium_dri.so free 0x5571735de840 void 0.000110
+gallium_dri.so free 0x5571735de6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de840 0.000109
+gallium_dri.so free 0x5571735de900 void 0.000111
+gallium_dri.so free 0x5571735de840 void 0.000112
+gallium_dri.so malloc 72 0x5571735de840 0.000109
+gallium_dri.so free 0x5571735dea00 void 0.000110
+gallium_dri.so free 0x5571735de840 void 0.000110
+gallium_dri.so malloc 72 0x5571735de840 0.000110
+gallium_dri.so free 0x5571735dea80 void 0.000110
+gallium_dri.so free 0x5571735de840 void 0.000110
+gallium_dri.so malloc 72 0x5571735deab0 0.000110
+gallium_dri.so free 0x5571735deb00 void 0.000111
+gallium_dri.so free 0x5571735deab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735deab0 0.000112
+gallium_dri.so free 0x5571735dec00 void 0.000110
+gallium_dri.so free 0x5571735deab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735debb0 0.000111
+gallium_dri.so free 0x5571735decc0 void 0.000110
+gallium_dri.so free 0x5571735debb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dec70 0.000109
+gallium_dri.so free 0x5571735ded00 void 0.000109
+gallium_dri.so free 0x5571735dec70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dec70 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000116
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dee10 0.000117
+gallium_dri.so free 0x5571735dee80 void 0.000117
+gallium_dri.so free 0x5571735dee10 void 0.000117
+gallium_dri.so malloc 72 0x5571735deec0 0.000117
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735def40 0.000117
+gallium_dri.so free 0x5571735df000 void 0.000117
+gallium_dri.so free 0x5571735def40 void 0.000117
+gallium_dri.so malloc 72 0x5571735def40 0.000117
+gallium_dri.so free 0x5571735df080 void 0.000158
+gallium_dri.so free 0x5571735def40 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0b0 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000118
+gallium_dri.so free 0x5571735df0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0b0 0.000118
+gallium_dri.so free 0x5571735df200 void 0.000120
+gallium_dri.so free 0x5571735df0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df1b0 0.000117
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so free 0x5571735df1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df270 0.000118
+gallium_dri.so free 0x5571735df340 void 0.000120
+gallium_dri.so free 0x5571735df270 void 0.000168
+gallium_dri.so malloc 72 0x5571735df360 0.000119
+gallium_dri.so free 0x5571735df400 void 0.000118
+gallium_dri.so free 0x5571735df360 void 0.000117
+gallium_dri.so malloc 72 0x5571735df3b0 0.000117
+gallium_dri.so free 0x5571735df480 void 0.000116
+gallium_dri.so free 0x5571735df3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df3b0 0.000116
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df500 0.000118
+gallium_dri.so free 0x5571735df5c0 void 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so malloc 72 0x5571735df500 0.000117
+gallium_dri.so free 0x5571735df680 void 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so malloc 72 0x5571735df500 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000117
+gallium_dri.so free 0x5571735df500 void 0.000117
+gallium_dri.so malloc 72 0x5571735df6f0 0.000117
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so free 0x5571735df6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6f0 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df7f0 0.000119
+gallium_dri.so free 0x5571735df900 void 0.000126
+gallium_dri.so free 0x5571735df7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8b0 0.000111
+gallium_dri.so free 0x5571735df940 void 0.000111
+gallium_dri.so free 0x5571735df8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df8b0 0.000110
+gallium_dri.so free 0x5571735dfa00 void 0.000109
+gallium_dri.so free 0x5571735df8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfa40 0.000109
+gallium_dri.so free 0x5571735dfac0 void 0.000111
+gallium_dri.so free 0x5571735dfa40 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfac0 0.000109
+gallium_dri.so free 0x5571735dfb80 void 0.000109
+gallium_dri.so free 0x5571735dfac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfac0 0.000110
+gallium_dri.so free 0x5571735dfc40 void 0.000109
+gallium_dri.so free 0x5571735dfac0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfc60 0.000111
+gallium_dri.so free 0x5571735dfd00 void 0.000111
+gallium_dri.so free 0x5571735dfc60 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000109
+gallium_dri.so free 0x5571735dfd80 void 0.000110
+gallium_dri.so free 0x5571735dfcb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000149
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfe00 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000111
+gallium_dri.so free 0x5571735dfe00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfe00 0.000165
+gallium_dri.so free 0x5571735dff80 void 0.000119
+gallium_dri.so free 0x5571735dfe00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfe00 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfff0 0.000117
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so free 0x5571735dfff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e00b0 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000117
+gallium_dri.so free 0x5571735e00b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e01d0 0.000119
+gallium_dri.so free 0x5571735e0240 void 0.000117
+gallium_dri.so free 0x5571735e01d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0260 0.000119
+gallium_dri.so free 0x5571735e0300 void 0.000118
+gallium_dri.so free 0x5571735e0260 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02b0 0.000118
+gallium_dri.so free 0x5571735e0380 void 0.000117
+gallium_dri.so free 0x5571735e02b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02b0 0.000118
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e02b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0400 0.000118
+gallium_dri.so free 0x5571735e04c0 void 0.000205
+gallium_dri.so free 0x5571735e0400 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0400 0.000124
+gallium_dri.so free 0x5571735e05c0 void 0.000120
+gallium_dri.so free 0x5571735e0400 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0570 0.000117
+gallium_dri.so free 0x5571735e0600 void 0.000117
+gallium_dri.so free 0x5571735e0570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0570 0.000119
+gallium_dri.so free 0x5571735e06c0 void 0.000119
+gallium_dri.so free 0x5571735e0570 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0700 0.000117
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so free 0x5571735e0700 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0780 0.000115
+gallium_dri.so free 0x5571735e0840 void 0.000118
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0780 0.000117
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08f0 0.000118
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so free 0x5571735e08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08f0 0.000119
+gallium_dri.so free 0x5571735e0a40 void 0.000117
+gallium_dri.so free 0x5571735e08f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a80 0.000123
+gallium_dri.so free 0x5571735e0b00 void 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0b00 0.000109
+gallium_dri.so free 0x5571735e0bc0 void 0.000111
+gallium_dri.so free 0x5571735e0b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0b00 0.000111
+gallium_dri.so free 0x5571735e0c40 void 0.000111
+gallium_dri.so free 0x5571735e0b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0c70 0.000109
+gallium_dri.so free 0x5571735e0cc0 void 0.000111
+gallium_dri.so free 0x5571735e0c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0c70 0.000111
+gallium_dri.so free 0x5571735e0dc0 void 0.000111
+gallium_dri.so free 0x5571735e0c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d70 0.000155
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0e30 0.000109
+gallium_dri.so free 0x5571735e0f00 void 0.000111
+gallium_dri.so free 0x5571735e0e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0e30 0.000111
+gallium_dri.so free 0x5571735e0fc0 void 0.000111
+gallium_dri.so free 0x5571735e0e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0e30 0.000110
+gallium_dri.so free 0x5571735e1080 void 0.000110
+gallium_dri.so free 0x5571735e0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1030 0.000109
+gallium_dri.so free 0x5571735e1100 void 0.000126
+gallium_dri.so free 0x5571735e1030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1150 0.000120
+gallium_dri.so free 0x5571735e11c0 void 0.000118
+gallium_dri.so free 0x5571735e1150 void 0.000117
+gallium_dri.so malloc 72 0x5571735e11e0 0.000118
+gallium_dri.so free 0x5571735e1280 void 0.000117
+gallium_dri.so free 0x5571735e11e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1230 0.000118
+gallium_dri.so free 0x5571735e1300 void 0.000118
+gallium_dri.so free 0x5571735e1230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1300 0.000117
+gallium_dri.so free 0x5571735e13c0 void 0.000118
+gallium_dri.so free 0x5571735e1300 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1300 0.000118
+gallium_dri.so free 0x5571735e1440 void 0.000118
+gallium_dri.so free 0x5571735e1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1440 0.000118
+gallium_dri.so free 0x5571735e1500 void 0.000117
+gallium_dri.so free 0x5571735e1440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1440 0.000117
+gallium_dri.so free 0x5571735e15c0 void 0.000120
+gallium_dri.so free 0x5571735e1440 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1440 0.000137
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1630 0.000156
+gallium_dri.so free 0x5571735e1700 void 0.000126
+gallium_dri.so free 0x5571735e1630 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1750 0.000124
+gallium_dri.so free 0x5571735e17c0 void 0.000125
+gallium_dri.so free 0x5571735e1750 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1800 0.000118
+gallium_dri.so free 0x5571735e1880 void 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1800 0.000116
+gallium_dri.so free 0x5571735e1900 void 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1930 0.000118
+gallium_dri.so free 0x5571735e1980 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1930 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so free 0x5571735e1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a30 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000117
+gallium_dri.so free 0x5571735e1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1af0 0.000119
+gallium_dri.so free 0x5571735e1b80 void 0.000118
+gallium_dri.so free 0x5571735e1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1af0 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000117
+gallium_dri.so free 0x5571735e1af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000155
+gallium_dri.so free 0x5571735e1d00 void 0.000114
+gallium_dri.so free 0x5571735e1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000110
+gallium_dri.so free 0x5571735e1e00 void 0.000111
+gallium_dri.so free 0x5571735e1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1db0 0.000111
+gallium_dri.so free 0x5571735e1ec0 void 0.000111
+gallium_dri.so free 0x5571735e1db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1e70 0.000112
+gallium_dri.so free 0x5571735e1f00 void 0.000110
+gallium_dri.so free 0x5571735e1e70 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1e70 0.000111
+gallium_dri.so free 0x5571735e1fc0 void 0.000111
+gallium_dri.so free 0x5571735e1e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2000 0.000110
+gallium_dri.so free 0x5571735e2080 void 0.000110
+gallium_dri.so free 0x5571735e2000 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2080 0.000110
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2220 0.000111
+gallium_dri.so free 0x5571735e22c0 void 0.000112
+gallium_dri.so free 0x5571735e2220 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2270 0.000126
+gallium_dri.so free 0x5571735e2340 void 0.000118
+gallium_dri.so free 0x5571735e2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2270 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23c0 0.000118
+gallium_dri.so free 0x5571735e2480 void 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23c0 0.000119
+gallium_dri.so free 0x5571735e2540 void 0.000119
+gallium_dri.so free 0x5571735e23c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23c0 0.000117
+gallium_dri.so free 0x5571735e2600 void 0.000117
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e25b0 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735e25b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2670 0.000118
+gallium_dri.so free 0x5571735e2740 void 0.000118
+gallium_dri.so free 0x5571735e2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2790 0.000117
+gallium_dri.so free 0x5571735e2800 void 0.000118
+gallium_dri.so free 0x5571735e2790 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2820 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so free 0x5571735e2820 void 0.000195
+gallium_dri.so malloc 72 0x5571735e2870 0.000126
+gallium_dri.so free 0x5571735e2940 void 0.000125
+gallium_dri.so free 0x5571735e2870 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2870 0.000120
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so free 0x5571735e2870 void 0.000117
+gallium_dri.so malloc 72 0x5571735e29c0 0.000118
+gallium_dri.so free 0x5571735e2a80 void 0.000117
+gallium_dri.so free 0x5571735e29c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e29c0 0.000118
+gallium_dri.so free 0x5571735e2b80 void 0.000118
+gallium_dri.so free 0x5571735e29c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2b30 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000171
+gallium_dri.so free 0x5571735e2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b30 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000118
+gallium_dri.so free 0x5571735e2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000118
+gallium_dri.so free 0x5571735e2d40 void 0.000118
+gallium_dri.so free 0x5571735e2cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d40 0.000156
+gallium_dri.so free 0x5571735e2e00 void 0.000121
+gallium_dri.so free 0x5571735e2d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d40 0.000127
+gallium_dri.so free 0x5571735e2e80 void 0.000112
+gallium_dri.so free 0x5571735e2d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000109
+gallium_dri.so free 0x5571735e2f00 void 0.000110
+gallium_dri.so free 0x5571735e2eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000109
+gallium_dri.so free 0x5571735e3000 void 0.000110
+gallium_dri.so free 0x5571735e2eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3040 0.000109
+gallium_dri.so free 0x5571735e30c0 void 0.000109
+gallium_dri.so free 0x5571735e3040 void 0.000110
+gallium_dri.so malloc 72 0x5571735e30c0 0.000109
+gallium_dri.so free 0x5571735e3180 void 0.000110
+gallium_dri.so free 0x5571735e30c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e30c0 0.000109
+gallium_dri.so free 0x5571735e3200 void 0.000111
+gallium_dri.so free 0x5571735e30c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3230 0.000112
+gallium_dri.so free 0x5571735e3280 void 0.000111
+gallium_dri.so free 0x5571735e3230 void 0.000109
+gallium_dri.so malloc 72 0x5571735e3230 0.000109
+gallium_dri.so free 0x5571735e3380 void 0.000116
+gallium_dri.so free 0x5571735e3230 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3330 0.000117
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so free 0x5571735e3330 void 0.000111
+gallium_dri.so malloc 72 0x5571735e33f0 0.000109
+gallium_dri.so free 0x5571735e34c0 void 0.000127
+gallium_dri.so free 0x5571735e33f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e33f0 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000117
+gallium_dri.so free 0x5571735e33f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e33f0 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e33f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e35f0 0.000125
+gallium_dri.so free 0x5571735e36c0 void 0.000118
+gallium_dri.so free 0x5571735e35f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3710 0.000118
+gallium_dri.so free 0x5571735e3780 void 0.000117
+gallium_dri.so free 0x5571735e3710 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37a0 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735e37a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e37a0 0.000118
+gallium_dri.so free 0x5571735eb440 void 0.000117
+gallium_dri.so free 0x5571735e37a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb490 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so free 0x5571735eb490 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb540 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000118
+gallium_dri.so free 0x5571735eb540 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000155
+gallium_dri.so free 0x5571735eb680 void 0.000237
+gallium_dri.so free 0x5571735eb5c0 void 0.000265
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000261
+gallium_dri.so free 0x5571735eb700 void 0.000262
+gallium_dri.so free 0x5571735eb5c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735eb730 0.000118
+gallium_dri.so free 0x5571735eb780 void 0.000118
+gallium_dri.so free 0x5571735eb730 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb730 0.000118
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so free 0x5571735eb730 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000118
+gallium_dri.so free 0x5571735eb940 void 0.000118
+gallium_dri.so free 0x5571735eb830 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000117
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571735eb8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000117
+gallium_dri.so free 0x5571735eb9e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba30 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000124
+gallium_dri.so free 0x5571735eba30 void 0.000111
+gallium_dri.so malloc 72 0x5571735eba30 0.000110
+gallium_dri.so free 0x5571735ebb80 void 0.000109
+gallium_dri.so free 0x5571735eba30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebb80 0.000109
+gallium_dri.so free 0x5571735ebc40 void 0.000116
+gallium_dri.so free 0x5571735ebb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebb80 0.000110
+gallium_dri.so free 0x5571735ebd00 void 0.000109
+gallium_dri.so free 0x5571735ebb80 void 0.000109
+gallium_dri.so malloc 72 0x5571735ebb80 0.000110
+gallium_dri.so free 0x5571735ebdc0 void 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebd70 0.000110
+gallium_dri.so free 0x5571735ebdc0 void 0.000110
+gallium_dri.so free 0x5571735ebd70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebd70 0.000109
+gallium_dri.so free 0x5571735ebec0 void 0.000109
+gallium_dri.so free 0x5571735ebd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebe70 0.000110
+gallium_dri.so free 0x5571735ebf80 void 0.000109
+gallium_dri.so free 0x5571735ebe70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf30 0.000115
+gallium_dri.so free 0x5571735ebfc0 void 0.000113
+gallium_dri.so free 0x5571735ebf30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebf30 0.000155
+gallium_dri.so free 0x5571735ec080 void 0.000113
+gallium_dri.so free 0x5571735ebf30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec0c0 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000117
+gallium_dri.so free 0x5571735ec0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec140 0.000117
+gallium_dri.so free 0x5571735ec200 void 0.000118
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec140 0.000116
+gallium_dri.so free 0x5571735ec2c0 void 0.000118
+gallium_dri.so free 0x5571735ec140 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec2e0 0.000116
+gallium_dri.so free 0x5571735ec380 void 0.000117
+gallium_dri.so free 0x5571735ec2e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec330 0.000117
+gallium_dri.so free 0x5571735ec400 void 0.000167
+gallium_dri.so free 0x5571735ec330 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec330 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000134
+gallium_dri.so free 0x5571735ec330 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec480 0.000119
+gallium_dri.so free 0x5571735ec540 void 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec480 0.000118
+gallium_dri.so free 0x5571735ec600 void 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec480 0.000126
+gallium_dri.so free 0x5571735ec6c0 void 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec670 0.000118
+gallium_dri.so free 0x5571735ec780 void 0.000117
+gallium_dri.so free 0x5571735ec670 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec730 0.000119
+gallium_dri.so free 0x5571735ec800 void 0.000118
+gallium_dri.so free 0x5571735ec730 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec850 0.000118
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec850 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000117
+gallium_dri.so free 0x5571735ec980 void 0.000117
+gallium_dri.so free 0x5571735ec8e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec930 0.000118
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec930 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec930 0.000116
+gallium_dri.so free 0x5571735eca80 void 0.000118
+gallium_dri.so free 0x5571735ec930 void 0.000118
+gallium_dri.so malloc 72 0x5571735eca80 0.000117
+gallium_dri.so free 0x5571735ecb40 void 0.000118
+gallium_dri.so free 0x5571735eca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735eca80 0.000116
+gallium_dri.so free 0x5571735ecc40 void 0.000117
+gallium_dri.so free 0x5571735eca80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000163
+gallium_dri.so free 0x5571735ecc80 void 0.000113
+gallium_dri.so free 0x5571735ecbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000111
+gallium_dri.so free 0x5571735ecd40 void 0.000109
+gallium_dri.so free 0x5571735ecbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd80 0.000109
+gallium_dri.so free 0x5571735ece00 void 0.000111
+gallium_dri.so free 0x5571735ecd80 void 0.000109
+gallium_dri.so malloc 72 0x5571735ece00 0.000109
+gallium_dri.so free 0x5571735ecec0 void 0.000109
+gallium_dri.so free 0x5571735ece00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ece00 0.000109
+gallium_dri.so free 0x5571735ecf40 void 0.000111
+gallium_dri.so free 0x5571735ece00 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecf70 0.000111
+gallium_dri.so free 0x5571735ecfc0 void 0.000110
+gallium_dri.so free 0x5571735ecf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecf70 0.000110
+gallium_dri.so free 0x5571735ed0c0 void 0.000110
+gallium_dri.so free 0x5571735ecf70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed100 0.000110
+gallium_dri.so free 0x5571735ed180 void 0.000111
+gallium_dri.so free 0x5571735ed100 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed180 0.000110
+gallium_dri.so free 0x5571735ed240 void 0.000110
+gallium_dri.so free 0x5571735ed180 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed180 0.000110
+gallium_dri.so free 0x5571735ed2c0 void 0.000203
+gallium_dri.so free 0x5571735ed180 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000106
+gallium_dri.so free 0x5571735ed340 void 0.000202
+gallium_dri.so free 0x5571735ed2f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000123
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735ed2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000115
+gallium_dri.so free 0x5571735ed500 void 0.000114
+gallium_dri.so free 0x5571735ed3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000116
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so free 0x5571735ed4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000114
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so free 0x5571735ed4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed7d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed860 0.000131
+gallium_dri.so free 0x5571735ed900 void 0.000128
+gallium_dri.so free 0x5571735ed860 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000125
+gallium_dri.so free 0x5571735ed980 void 0.000127
+gallium_dri.so free 0x5571735ed8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed980 0.000126
+gallium_dri.so free 0x5571735eda40 void 0.000127
+gallium_dri.so free 0x5571735ed980 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed980 0.000125
+gallium_dri.so free 0x5571735edac0 void 0.000127
+gallium_dri.so free 0x5571735ed980 void 0.000127
+gallium_dri.so malloc 72 0x5571735edac0 0.000127
+gallium_dri.so free 0x5571735edb80 void 0.000128
+gallium_dri.so free 0x5571735edac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edac0 0.000133
+gallium_dri.so free 0x5571735edc40 void 0.000127
+gallium_dri.so free 0x5571735edac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edac0 0.000125
+gallium_dri.so free 0x5571735edd00 void 0.000126
+gallium_dri.so free 0x5571735edac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edcb0 0.000125
+gallium_dri.so free 0x5571735edd80 void 0.000126
+gallium_dri.so free 0x5571735edcb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eddd0 0.000134
+gallium_dri.so free 0x5571735ede40 void 0.000125
+gallium_dri.so free 0x5571735eddd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ede80 0.000122
+gallium_dri.so free 0x5571735edf00 void 0.000123
+gallium_dri.so free 0x5571735ede80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ede80 0.000122
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735ede80 void 0.000124
+gallium_dri.so malloc 72 0x5571735edfb0 0.000128
+gallium_dri.so free 0x5571735ee000 void 0.000129
+gallium_dri.so free 0x5571735edfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edfb0 0.000122
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so free 0x5571735edfb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000125
+gallium_dri.so free 0x5571735ee1c0 void 0.000124
+gallium_dri.so free 0x5571735ee0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee170 0.000122
+gallium_dri.so free 0x5571735ee200 void 0.000126
+gallium_dri.so free 0x5571735ee170 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee170 0.000127
+gallium_dri.so free 0x5571735ee2c0 void 0.000125
+gallium_dri.so free 0x5571735ee170 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee330 0.000122
+gallium_dri.so free 0x5571735ee380 void 0.000149
+gallium_dri.so free 0x5571735ee330 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee330 0.000136
+gallium_dri.so free 0x5571735ee480 void 0.000132
+gallium_dri.so free 0x5571735ee330 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee430 0.000127
+gallium_dri.so free 0x5571735ee540 void 0.000129
+gallium_dri.so free 0x5571735ee430 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000126
+gallium_dri.so free 0x5571735ee580 void 0.000126
+gallium_dri.so free 0x5571735ee4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000127
+gallium_dri.so free 0x5571735ee4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee680 0.000126
+gallium_dri.so free 0x5571735ee700 void 0.000126
+gallium_dri.so free 0x5571735ee680 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee700 0.000125
+gallium_dri.so free 0x5571735ee7c0 void 0.000127
+gallium_dri.so free 0x5571735ee700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee700 0.000125
+gallium_dri.so free 0x5571735ee880 void 0.000132
+gallium_dri.so free 0x5571735ee700 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee8a0 0.000125
+gallium_dri.so free 0x5571735ee940 void 0.000127
+gallium_dri.so free 0x5571735ee8a0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000126
+gallium_dri.so free 0x5571735ee9c0 void 0.000127
+gallium_dri.so free 0x5571735ee8f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000125
+gallium_dri.so free 0x5571735eea40 void 0.000126
+gallium_dri.so free 0x5571735ee8f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eea40 0.000123
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea40 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea40 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eec30 0.000113
+gallium_dri.so free 0x5571735eed40 void 0.000116
+gallium_dri.so free 0x5571735eec30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000117
+gallium_dri.so free 0x5571735eedc0 void 0.000115
+gallium_dri.so free 0x5571735eecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eee10 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eee10 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeea0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000139
+gallium_dri.so free 0x5571735eeea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeef0 0.000116
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735ef040 void 0.000115
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef040 0.000115
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so free 0x5571735ef040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef040 0.000113
+gallium_dri.so free 0x5571735ef200 void 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000112
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000106
+gallium_dri.so malloc 72 0x5571735ef530 0.000114
+gallium_dri.so free 0x5571735ef580 void 0.000114
+gallium_dri.so free 0x5571735ef530 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef530 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6c0 0.000112
+gallium_dri.so free 0x5571735ef740 void 0.000112
+gallium_dri.so free 0x5571735ef6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef740 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef740 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000112
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000113
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735ef9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efa70 void 0.000124
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000113
+gallium_dri.so free 0x5571735efa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so free 0x5571735efa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000112
+gallium_dri.so free 0x5571735efd40 void 0.000112
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd90 0.000112
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efd90 void 0.000111
+gallium_dri.so malloc 72 0x5571735efe20 0.000112
+gallium_dri.so free 0x5571735efec0 void 0.000112
+gallium_dri.so free 0x5571735efe20 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000112
+gallium_dri.so free 0x5571735eff40 void 0.000113
+gallium_dri.so free 0x5571735efe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735eff40 0.000112
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff40 0.000113
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so free 0x5571735eff40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0080 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0080 0.000127
+gallium_dri.so free 0x5571735f0200 void 0.000117
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0080 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0270 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0390 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0390 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0440 0.000114
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0440 0.000112
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0570 0.000113
+gallium_dri.so free 0x5571735f05c0 void 0.000115
+gallium_dri.so free 0x5571735f0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0570 0.000112
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f0570 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0670 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0730 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000127
+gallium_dri.so free 0x5571735f0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0730 0.000114
+gallium_dri.so free 0x5571735f0880 void 0.000114
+gallium_dri.so free 0x5571735f0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f08f0 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so free 0x5571735f08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f08f0 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so free 0x5571735f08f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f09f0 0.000112
+gallium_dri.so free 0x5571735f0b00 void 0.000117
+gallium_dri.so free 0x5571735f09f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000112
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000112
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c40 0.000112
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000112
+gallium_dri.so free 0x5571735f0e40 void 0.000125
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e60 0.000113
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000112
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1000 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1000 0.000112
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1000 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f11f0 0.000114
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13d0 0.000113
+gallium_dri.so free 0x5571735f1440 void 0.000114
+gallium_dri.so free 0x5571735f13d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1460 0.000114
+gallium_dri.so free 0x5571735f1500 void 0.000114
+gallium_dri.so free 0x5571735f1460 void 0.000112
+gallium_dri.so malloc 72 0x5571735f14b0 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14b0 0.000114
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so free 0x5571735f14b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1600 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000112
+gallium_dri.so free 0x5571735f1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1600 0.000112
+gallium_dri.so free 0x5571735f17c0 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1770 0.000114
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f1770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1770 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so free 0x5571735f1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1900 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1980 0.000112
+gallium_dri.so free 0x5571735f1a40 void 0.000115
+gallium_dri.so free 0x5571735f1980 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1980 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1af0 0.000113
+gallium_dri.so free 0x5571735f1b40 void 0.000114
+gallium_dri.so free 0x5571735f1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1af0 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000114
+gallium_dri.so free 0x5571735f1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c80 0.000112
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d00 0.000112
+gallium_dri.so free 0x5571735f1dc0 void 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d00 0.000112
+gallium_dri.so free 0x5571735f1e40 void 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e70 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000114
+gallium_dri.so free 0x5571735f1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e70 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000114
+gallium_dri.so free 0x5571735f1e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f70 0.000113
+gallium_dri.so free 0x5571735f2080 void 0.000115
+gallium_dri.so free 0x5571735f1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2030 0.000214
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so free 0x5571735f2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2030 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000114
+gallium_dri.so free 0x5571735f2030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2030 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000115
+gallium_dri.so free 0x5571735f2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2230 0.000114
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2350 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000114
+gallium_dri.so free 0x5571735f2350 void 0.000112
+gallium_dri.so malloc 72 0x5571735f23e0 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000115
+gallium_dri.so free 0x5571735f23e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2430 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2500 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2500 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2640 0.000125
+gallium_dri.so free 0x5571735f2700 void 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2640 0.000115
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735f2880 void 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2830 0.000113
+gallium_dri.so free 0x5571735f2900 void 0.000116
+gallium_dri.so free 0x5571735f2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2950 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x5571735f2950 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a00 0.000115
+gallium_dri.so free 0x5571735f2a80 void 0.000114
+gallium_dri.so free 0x5571735f2a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2a00 0.000112
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so free 0x5571735f2a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b30 0.000115
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c30 0.000123
+gallium_dri.so free 0x5571735f2d40 void 0.000116
+gallium_dri.so free 0x5571735f2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000112
+gallium_dri.so free 0x5571735f2d80 void 0.000115
+gallium_dri.so free 0x5571735f2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000114
+gallium_dri.so free 0x5571735f2e40 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2eb0 0.000115
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so free 0x5571735f2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2eb0 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000115
+gallium_dri.so free 0x5571735f2eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000113
+gallium_dri.so free 0x5571735f30c0 void 0.000114
+gallium_dri.so free 0x5571735f2fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3070 0.000112
+gallium_dri.so free 0x5571735f3100 void 0.000114
+gallium_dri.so free 0x5571735f3070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3070 0.000112
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3200 0.000112
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3280 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000186
+gallium_dri.so free 0x5571735f3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3280 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000116
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3420 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000114
+gallium_dri.so free 0x5571735f3420 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so free 0x5571735f3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3470 0.000112
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f35c0 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735f35c0 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000111
+gallium_dri.so free 0x557173588400 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x5571735884c0 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588510 0.000115
+gallium_dri.so free 0x557173588580 void 0.000114
+gallium_dri.so free 0x557173588510 void 0.000113
+gallium_dri.so malloc 72 0x5571735885c0 0.000123
+gallium_dri.so free 0x557173588640 void 0.000132
+gallium_dri.so free 0x5571735885c0 void 0.000129
+gallium_dri.so malloc 72 0x557173588640 0.000129
+gallium_dri.so free 0x557173588700 void 0.000128
+gallium_dri.so free 0x557173588640 void 0.000123
+gallium_dri.so malloc 72 0x557173588640 0.000121
+gallium_dri.so free 0x557173588780 void 0.000123
+gallium_dri.so free 0x557173588640 void 0.000124
+gallium_dri.so malloc 72 0x5571735887b0 0.000178
+gallium_dri.so free 0x557173588800 void 0.000119
+gallium_dri.so free 0x5571735887b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735887b0 0.000113
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x5571735887b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735888b0 0.000116
+gallium_dri.so free 0x5571735889c0 void 0.000115
+gallium_dri.so free 0x5571735888b0 void 0.000113
+gallium_dri.so malloc 72 0x557173588970 0.000112
+gallium_dri.so free 0x557173588a40 void 0.000114
+gallium_dri.so free 0x557173588970 void 0.000113
+gallium_dri.so malloc 72 0x557173588a60 0.000113
+gallium_dri.so free 0x557173588b00 void 0.000115
+gallium_dri.so free 0x557173588a60 void 0.000113
+gallium_dri.so malloc 72 0x557173588ab0 0.000122
+gallium_dri.so free 0x557173588b80 void 0.000116
+gallium_dri.so free 0x557173588ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173588ab0 0.000112
+gallium_dri.so free 0x557173588c00 void 0.000114
+gallium_dri.so free 0x557173588ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173588c00 0.000112
+gallium_dri.so free 0x557173588cc0 void 0.000115
+gallium_dri.so free 0x557173588c00 void 0.000112
+gallium_dri.so malloc 72 0x557173588c00 0.000112
+gallium_dri.so free 0x557173588d80 void 0.000114
+gallium_dri.so free 0x557173588c00 void 0.000113
+gallium_dri.so malloc 72 0x557173588c00 0.000113
+gallium_dri.so free 0x557173588e40 void 0.000115
+gallium_dri.so free 0x557173588c00 void 0.000113
+gallium_dri.so malloc 72 0x557173588df0 0.000115
+gallium_dri.so free 0x557173588e40 void 0.000114
+gallium_dri.so free 0x557173588df0 void 0.000114
+gallium_dri.so malloc 72 0x557173588df0 0.000113
+gallium_dri.so free 0x557173588f40 void 0.000113
+gallium_dri.so free 0x557173588df0 void 0.000113
+gallium_dri.so malloc 72 0x557173588ef0 0.000113
+gallium_dri.so free 0x557173589000 void 0.000114
+gallium_dri.so free 0x557173588ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173588fb0 0.000113
+gallium_dri.so free 0x557173589040 void 0.000112
+gallium_dri.so free 0x557173588fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173588fb0 0.000112
+gallium_dri.so free 0x557173589100 void 0.000164
+gallium_dri.so free 0x557173588fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173589140 0.000111
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x557173589140 void 0.000112
+gallium_dri.so malloc 72 0x5571735891c0 0.000112
+gallium_dri.so free 0x557173589280 void 0.000112
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891c0 0.000111
+gallium_dri.so free 0x557173589340 void 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000112
+gallium_dri.so malloc 72 0x557173589360 0.000113
+gallium_dri.so free 0x557173589400 void 0.000124
+gallium_dri.so free 0x557173589360 void 0.000123
+gallium_dri.so malloc 72 0x5571735893b0 0.000123
+gallium_dri.so free 0x557173589480 void 0.000122
+gallium_dri.so free 0x5571735893b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735893b0 0.000119
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so malloc 72 0x557173589500 0.000119
+gallium_dri.so free 0x557173589680 void 0.000116
+gallium_dri.so free 0x557173589500 void 0.000127
+gallium_dri.so malloc 72 0x557173589500 0.000125
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x557173589500 void 0.000112
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589800 void 0.000134
+gallium_dri.so free 0x5571735896f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735897b0 0.000132
+gallium_dri.so free 0x557173589880 void 0.000136
+gallium_dri.so free 0x5571735897b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735898d0 0.000129
+gallium_dri.so free 0x557173589940 void 0.000129
+gallium_dri.so free 0x5571735898d0 void 0.000132
+gallium_dri.so malloc 72 0x557173589960 0.000134
+gallium_dri.so free 0x557173589a00 void 0.000130
+gallium_dri.so free 0x557173589960 void 0.000127
+gallium_dri.so malloc 72 0x5571735899b0 0.000131
+gallium_dri.so free 0x557173589a80 void 0.000137
+gallium_dri.so free 0x5571735899b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735899b0 0.000135
+gallium_dri.so free 0x557173589b00 void 0.000136
+gallium_dri.so free 0x5571735899b0 void 0.000135
+gallium_dri.so malloc 72 0x557173589b00 0.000138
+gallium_dri.so free 0x557173589bc0 void 0.000129
+gallium_dri.so free 0x557173589b00 void 0.000129
+gallium_dri.so malloc 72 0x557173589b00 0.000135
+gallium_dri.so free 0x557173589cc0 void 0.000138
+gallium_dri.so free 0x557173589b00 void 0.000135
+gallium_dri.so malloc 72 0x557173589c70 0.000130
+gallium_dri.so free 0x557173589d00 void 0.000135
+gallium_dri.so free 0x557173589c70 void 0.000133
+gallium_dri.so malloc 72 0x557173589c70 0.000129
+gallium_dri.so free 0x557173589dc0 void 0.000129
+gallium_dri.so free 0x557173589c70 void 0.000130
+gallium_dri.so malloc 72 0x557173589e00 0.000132
+gallium_dri.so free 0x557173589e80 void 0.000138
+gallium_dri.so free 0x557173589e00 void 0.000140
+gallium_dri.so malloc 72 0x557173589e80 0.000136
+gallium_dri.so free 0x557173589f40 void 0.000128
+gallium_dri.so free 0x557173589e80 void 0.000130
+gallium_dri.so malloc 72 0x557173589e80 0.000135
+gallium_dri.so free 0x557173589fc0 void 0.000136
+gallium_dri.so free 0x557173589e80 void 0.000128
+gallium_dri.so malloc 72 0x557173589ff0 0.000129
+gallium_dri.so free 0x55717358a040 void 0.000131
+gallium_dri.so free 0x557173589ff0 void 0.000175
+gallium_dri.so malloc 72 0x557173589ff0 0.000130
+gallium_dri.so free 0x55717358a140 void 0.000133
+gallium_dri.so free 0x557173589ff0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a180 0.000129
+gallium_dri.so free 0x55717358a200 void 0.000129
+gallium_dri.so free 0x55717358a180 void 0.000129
+gallium_dri.so malloc 72 0x55717358a200 0.000129
+gallium_dri.so free 0x55717358a2c0 void 0.000130
+gallium_dri.so free 0x55717358a200 void 0.000129
+gallium_dri.so malloc 72 0x55717358a200 0.000135
+gallium_dri.so free 0x55717358a340 void 0.000138
+gallium_dri.so free 0x55717358a200 void 0.000134
+gallium_dri.so malloc 72 0x55717358a370 0.000132
+gallium_dri.so free 0x55717358a3c0 void 0.000135
+gallium_dri.so free 0x55717358a370 void 0.000138
+gallium_dri.so malloc 72 0x55717358a370 0.000135
+gallium_dri.so free 0x55717358a4c0 void 0.000128
+gallium_dri.so free 0x55717358a370 void 0.000136
+gallium_dri.so malloc 72 0x55717358a470 0.000137
+gallium_dri.so free 0x55717358a580 void 0.000135
+gallium_dri.so free 0x55717358a470 void 0.000128
+gallium_dri.so malloc 72 0x55717358a530 0.000130
+gallium_dri.so free 0x55717358a600 void 0.000146
+gallium_dri.so free 0x55717358a530 void 0.000140
+gallium_dri.so malloc 72 0x55717358a530 0.000139
+gallium_dri.so free 0x55717358a6c0 void 0.000141
+gallium_dri.so free 0x55717358a530 void 0.000134
+gallium_dri.so malloc 72 0x55717358a530 0.000135
+gallium_dri.so free 0x55717358a780 void 0.000132
+gallium_dri.so free 0x55717358a530 void 0.000137
+gallium_dri.so malloc 72 0x55717358a730 0.000134
+gallium_dri.so free 0x55717358a800 void 0.000135
+gallium_dri.so free 0x55717358a730 void 0.000134
+gallium_dri.so malloc 72 0x55717358a850 0.000135
+gallium_dri.so free 0x55717358a8c0 void 0.000137
+gallium_dri.so free 0x55717358a850 void 0.000139
+gallium_dri.so malloc 72 0x55717358a8e0 0.000131
+gallium_dri.so free 0x55717358a980 void 0.000137
+gallium_dri.so free 0x55717358a8e0 void 0.000139
+gallium_dri.so malloc 72 0x55717358a930 0.000136
+gallium_dri.so free 0x55717358aa00 void 0.000139
+gallium_dri.so free 0x55717358a930 void 0.000140
+gallium_dri.so malloc 72 0x55717358aa00 0.000135
+gallium_dri.so free 0x55717358aac0 void 0.000129
+gallium_dri.so free 0x55717358aa00 void 0.000135
+gallium_dri.so malloc 72 0x55717358aa00 0.000143
+gallium_dri.so free 0x55717358ab40 void 0.000136
+gallium_dri.so free 0x55717358aa00 void 0.000139
+gallium_dri.so malloc 72 0x55717358ab40 0.000132
+gallium_dri.so free 0x55717358ac00 void 0.000129
+gallium_dri.so free 0x55717358ab40 void 0.000130
+gallium_dri.so malloc 72 0x55717358ab40 0.000129
+gallium_dri.so free 0x55717358acc0 void 0.000130
+gallium_dri.so free 0x55717358ab40 void 0.000131
+gallium_dri.so malloc 72 0x55717358ab40 0.000131
+gallium_dri.so free 0x55717358ad80 void 0.000131
+gallium_dri.so free 0x55717358ab40 void 0.000129
+gallium_dri.so malloc 72 0x55717358ad30 0.000130
+gallium_dri.so free 0x55717358ae00 void 0.000130
+gallium_dri.so free 0x55717358ad30 void 0.000129
+gallium_dri.so malloc 72 0x55717358ae50 0.000130
+gallium_dri.so free 0x55717358aec0 void 0.000129
+gallium_dri.so free 0x55717358ae50 void 0.000129
+gallium_dri.so malloc 72 0x55717358af00 0.000128
+gallium_dri.so free 0x55717358af80 void 0.000129
+gallium_dri.so free 0x55717358af00 void 0.000130
+gallium_dri.so malloc 72 0x55717358af00 0.000129
+gallium_dri.so free 0x55717358b000 void 0.000129
+gallium_dri.so free 0x55717358af00 void 0.000129
+gallium_dri.so malloc 72 0x55717358b030 0.000132
+gallium_dri.so free 0x55717358b080 void 0.000131
+gallium_dri.so free 0x55717358b030 void 0.000129
+gallium_dri.so malloc 72 0x55717358b030 0.000129
+gallium_dri.so free 0x55717358b180 void 0.000129
+gallium_dri.so free 0x55717358b030 void 0.000129
+gallium_dri.so malloc 72 0x55717358b130 0.000130
+gallium_dri.so free 0x55717358b240 void 0.000129
+gallium_dri.so free 0x55717358b130 void 0.000130
+gallium_dri.so malloc 72 0x55717358b1f0 0.000132
+gallium_dri.so free 0x55717358b280 void 0.000129
+gallium_dri.so free 0x55717358b1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b1f0 0.000132
+gallium_dri.so free 0x55717358b340 void 0.000129
+gallium_dri.so free 0x55717358b1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b3b0 0.000129
+gallium_dri.so free 0x55717358b400 void 0.000130
+gallium_dri.so free 0x55717358b3b0 void 0.000136
+gallium_dri.so malloc 72 0x55717358b3b0 0.000126
+gallium_dri.so free 0x55717358b500 void 0.000117
+gallium_dri.so free 0x55717358b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4b0 0.000114
+gallium_dri.so free 0x55717358b5c0 void 0.000116
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b570 0.000130
+gallium_dri.so free 0x55717358b600 void 0.000128
+gallium_dri.so free 0x55717358b570 void 0.000123
+gallium_dri.so malloc 72 0x55717358b570 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000116
+gallium_dri.so free 0x55717358b570 void 0.000114
+gallium_dri.so malloc 72 0x55717358b700 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000116
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so malloc 72 0x55717358b780 0.000114
+gallium_dri.so free 0x55717358b840 void 0.000116
+gallium_dri.so free 0x55717358b780 void 0.000114
+gallium_dri.so malloc 72 0x55717358b780 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b780 void 0.000114
+gallium_dri.so malloc 72 0x55717358b920 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b920 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000114
+gallium_dri.so free 0x55717358ba40 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x55717358b970 0.000115
+gallium_dri.so free 0x55717358bac0 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358bac0 0.000114
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bac0 0.000127
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so free 0x55717358bac0 void 0.000116
+gallium_dri.so malloc 72 0x55717358bac0 0.000114
+gallium_dri.so free 0x55717358bd00 void 0.000117
+gallium_dri.so free 0x55717358bac0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bcb0 0.000115
+gallium_dri.so free 0x55717358bdc0 void 0.000115
+gallium_dri.so free 0x55717358bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bd70 0.000115
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so free 0x55717358bd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358be90 0.000114
+gallium_dri.so free 0x55717358bf00 void 0.000115
+gallium_dri.so free 0x55717358be90 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf20 0.000115
+gallium_dri.so free 0x55717358bfc0 void 0.000115
+gallium_dri.so free 0x55717358bf20 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf70 0.000114
+gallium_dri.so free 0x55717358c040 void 0.000114
+gallium_dri.so free 0x55717358bf70 void 0.000128
+gallium_dri.so malloc 72 0x55717358bf70 0.000117
+gallium_dri.so free 0x55717358c0c0 void 0.000115
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358c0c0 0.000115
+gallium_dri.so free 0x55717358c180 void 0.000116
+gallium_dri.so free 0x55717358c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0c0 0.000128
+gallium_dri.so free 0x55717358c280 void 0.000122
+gallium_dri.so free 0x55717358c0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c230 0.000120
+gallium_dri.so free 0x55717358c2c0 void 0.000120
+gallium_dri.so free 0x55717358c230 void 0.000119
+gallium_dri.so malloc 72 0x55717358c230 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000121
+gallium_dri.so free 0x55717358c230 void 0.000120
+gallium_dri.so malloc 72 0x55717358c3c0 0.000119
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c440 0.000118
+gallium_dri.so free 0x55717358c500 void 0.000120
+gallium_dri.so free 0x55717358c440 void 0.000120
+gallium_dri.so malloc 72 0x55717358c440 0.000119
+gallium_dri.so free 0x55717358c580 void 0.000120
+gallium_dri.so free 0x55717358c440 void 0.000121
+gallium_dri.so malloc 72 0x55717358c5b0 0.000120
+gallium_dri.so free 0x55717358c600 void 0.000121
+gallium_dri.so free 0x55717358c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c5b0 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c740 0.000122
+gallium_dri.so free 0x55717358c7c0 void 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000120
+gallium_dri.so malloc 72 0x55717358c7c0 0.000123
+gallium_dri.so free 0x55717358c880 void 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c7c0 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so free 0x55717358c7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c930 0.000120
+gallium_dri.so free 0x55717358c980 void 0.000122
+gallium_dri.so free 0x55717358c930 void 0.000119
+gallium_dri.so malloc 72 0x55717358c930 0.000119
+gallium_dri.so free 0x55717358ca80 void 0.000120
+gallium_dri.so free 0x55717358c930 void 0.000120
+gallium_dri.so malloc 72 0x55717358ca30 0.000119
+gallium_dri.so free 0x55717358cb40 void 0.000120
+gallium_dri.so free 0x55717358ca30 void 0.000120
+gallium_dri.so malloc 72 0x55717358caf0 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000121
+gallium_dri.so free 0x55717358caf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358caf0 0.000120
+gallium_dri.so free 0x55717358cc80 void 0.000121
+gallium_dri.so free 0x55717358caf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358caf0 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000119
+gallium_dri.so free 0x55717358caf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccf0 0.000120
+gallium_dri.so free 0x55717358cdc0 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ce10 0.000121
+gallium_dri.so free 0x55717358ce80 void 0.000120
+gallium_dri.so free 0x55717358ce10 void 0.000120
+gallium_dri.so malloc 72 0x55717358cea0 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000122
+gallium_dri.so free 0x55717358cea0 void 0.000136
+gallium_dri.so malloc 72 0x55717358cef0 0.000121
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so free 0x55717358cef0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cfc0 0.000122
+gallium_dri.so free 0x55717358d080 void 0.000128
+gallium_dri.so free 0x55717358cfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cfc0 0.000115
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d1c0 void 0.000115
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d100 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000116
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d340 void 0.000115
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d2f0 0.000113
+gallium_dri.so free 0x55717358d3c0 void 0.000126
+gallium_dri.so free 0x55717358d2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d410 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000115
+gallium_dri.so free 0x55717358d410 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4c0 0.000114
+gallium_dri.so free 0x55717358d540 void 0.000115
+gallium_dri.so free 0x55717358d4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d4c0 0.000114
+gallium_dri.so free 0x55717358d5c0 void 0.000115
+gallium_dri.so free 0x55717358d4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d5f0 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000115
+gallium_dri.so free 0x55717358d5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d5f0 0.000114
+gallium_dri.so free 0x55717358d740 void 0.000114
+gallium_dri.so free 0x55717358d5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d6f0 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so free 0x55717358d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d7b0 0.000114
+gallium_dri.so free 0x55717358d840 void 0.000112
+gallium_dri.so free 0x55717358d7b0 void 0.000107
+gallium_dri.so malloc 72 0x55717358d7b0 0.000260
+gallium_dri.so free 0x55717358d900 void 0.000177
+gallium_dri.so free 0x55717358d7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d970 0.000118
+gallium_dri.so free 0x55717358d9c0 void 0.000116
+gallium_dri.so free 0x55717358d970 void 0.000116
+gallium_dri.so malloc 72 0x55717358d970 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d970 void 0.000114
+gallium_dri.so malloc 72 0x55717358da70 0.000113
+gallium_dri.so free 0x55717358db80 void 0.000113
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358db30 0.000115
+gallium_dri.so free 0x55717358dbc0 void 0.000114
+gallium_dri.so free 0x55717358db30 void 0.000114
+gallium_dri.so malloc 72 0x55717358db30 0.000112
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so free 0x55717358db30 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcc0 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000115
+gallium_dri.so free 0x55717358dcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd40 0.000113
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x55717358dd40 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd40 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dee0 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358dee0 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000125
+gallium_dri.so free 0x55717358df30 void 0.000114
+gallium_dri.so malloc 72 0x55717358df30 0.000118
+gallium_dri.so free 0x55717358e080 void 0.000115
+gallium_dri.so free 0x55717358df30 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000114
+gallium_dri.so free 0x55717358e140 void 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000112
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so malloc 72 0x55717358e270 0.000112
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e270 void 0.000112
+gallium_dri.so malloc 72 0x55717358e330 0.000113
+gallium_dri.so free 0x55717358e400 void 0.000116
+gallium_dri.so free 0x55717358e330 void 0.000113
+gallium_dri.so malloc 72 0x55717358e450 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so free 0x55717358e450 void 0.000113
+gallium_dri.so malloc 72 0x55717358e4e0 0.000114
+gallium_dri.so free 0x55717358e580 void 0.000115
+gallium_dri.so free 0x55717358e4e0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e530 0.000112
+gallium_dri.so free 0x55717358e600 void 0.000113
+gallium_dri.so free 0x55717358e530 void 0.000117
+gallium_dri.so malloc 72 0x55717358e530 0.000114
+gallium_dri.so free 0x55717358e680 void 0.000113
+gallium_dri.so free 0x55717358e530 void 0.000114
+gallium_dri.so malloc 72 0x55717358e680 0.000114
+gallium_dri.so free 0x55717358e740 void 0.000113
+gallium_dri.so free 0x55717358e680 void 0.000113
+gallium_dri.so malloc 72 0x55717358e680 0.000113
+gallium_dri.so free 0x55717358e840 void 0.000112
+gallium_dri.so free 0x55717358e680 void 0.000112
+gallium_dri.so malloc 72 0x55717358e7f0 0.000115
+gallium_dri.so free 0x55717358e880 void 0.000114
+gallium_dri.so free 0x55717358e7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e7f0 0.000112
+gallium_dri.so free 0x55717358e940 void 0.000113
+gallium_dri.so free 0x55717358e7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e980 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000120
+gallium_dri.so free 0x55717358e980 void 0.000113
+gallium_dri.so malloc 72 0x55717358ea00 0.000115
+gallium_dri.so free 0x55717358eac0 void 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000112
+gallium_dri.so malloc 72 0x55717358ea00 0.000114
+gallium_dri.so free 0x55717358eb40 void 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb70 0.000113
+gallium_dri.so free 0x55717358ebc0 void 0.000114
+gallium_dri.so free 0x55717358eb70 void 0.000179
+gallium_dri.so malloc 72 0x55717358eb70 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so free 0x55717358eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed00 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000131
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed80 0.000113
+gallium_dri.so free 0x55717358eec0 void 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so malloc 72 0x55717358eef0 0.000113
+gallium_dri.so free 0x55717358ef40 void 0.000114
+gallium_dri.so free 0x55717358eef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eef0 0.000113
+gallium_dri.so free 0x55717358f040 void 0.000115
+gallium_dri.so free 0x55717358eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eff0 0.000118
+gallium_dri.so free 0x55717358f100 void 0.000115
+gallium_dri.so free 0x55717358eff0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f0b0 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f0b0 0.000113
+gallium_dri.so free 0x55717358f240 void 0.000114
+gallium_dri.so free 0x55717358f0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f0b0 0.000113
+gallium_dri.so free 0x55717358f300 void 0.000113
+gallium_dri.so free 0x55717358f0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2b0 0.000113
+gallium_dri.so free 0x55717358f380 void 0.000114
+gallium_dri.so free 0x55717358f2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f3d0 0.000112
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f3d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f460 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f460 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000113
+gallium_dri.so free 0x55717358f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f580 0.000113
+gallium_dri.so free 0x55717358f640 void 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000113
+gallium_dri.so malloc 72 0x55717358f580 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000113
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6c0 0.000113
+gallium_dri.so free 0x55717358f780 void 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f6c0 0.000115
+gallium_dri.so free 0x55717358f840 void 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f6c0 0.000117
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f8b0 0.000114
+gallium_dri.so free 0x55717358f980 void 0.000114
+gallium_dri.so free 0x55717358f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9d0 0.000112
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x55717358f9d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa80 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000113
+gallium_dri.so free 0x55717358fa80 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa80 0.000113
+gallium_dri.so free 0x55717358fb80 void 0.000113
+gallium_dri.so free 0x55717358fa80 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbb0 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000113
+gallium_dri.so free 0x55717358fbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbb0 0.000113
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fcb0 0.000122
+gallium_dri.so free 0x55717358fdc0 void 0.000116
+gallium_dri.so free 0x55717358fcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd70 0.000114
+gallium_dri.so free 0x55717358fe00 void 0.000114
+gallium_dri.so free 0x55717358fd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd70 0.000183
+gallium_dri.so free 0x55717358fec0 void 0.000116
+gallium_dri.so free 0x55717358fd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x55717358ff80 void 0.000114
+gallium_dri.so free 0x55717358ff30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff30 0.000113
+gallium_dri.so free 0x557173590080 void 0.000115
+gallium_dri.so free 0x55717358ff30 void 0.000113
+gallium_dri.so malloc 72 0x557173590030 0.000115
+gallium_dri.so free 0x557173590140 void 0.000113
+gallium_dri.so free 0x557173590030 void 0.000114
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x557173590180 void 0.000114
+gallium_dri.so free 0x5571735900f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000120
+gallium_dri.so free 0x557173590240 void 0.000116
+gallium_dri.so free 0x5571735900f0 void 0.000114
+gallium_dri.so malloc 72 0x557173590280 0.000115
+gallium_dri.so free 0x557173590300 void 0.000115
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so malloc 72 0x557173590300 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000116
+gallium_dri.so free 0x557173590300 void 0.000113
+gallium_dri.so malloc 72 0x557173590300 0.000114
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so malloc 72 0x5571735904a0 0.000126
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x5571735904a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735904f0 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000114
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000112
+gallium_dri.so free 0x557173590640 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590640 0.000113
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so free 0x557173590640 void 0.000113
+gallium_dri.so malloc 72 0x557173590640 0.000113
+gallium_dri.so free 0x5571735907c0 void 0.000114
+gallium_dri.so free 0x557173590640 void 0.000112
+gallium_dri.so malloc 72 0x557173590640 0.000113
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so free 0x557173590640 void 0.000113
+gallium_dri.so malloc 72 0x557173590830 0.000113
+gallium_dri.so free 0x557173590940 void 0.000114
+gallium_dri.so free 0x557173590830 void 0.000113
+gallium_dri.so malloc 72 0x5571735908f0 0.000113
+gallium_dri.so free 0x5571735909c0 void 0.000112
+gallium_dri.so free 0x5571735908f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590a10 0.000112
+gallium_dri.so free 0x557173590a80 void 0.000115
+gallium_dri.so free 0x557173590a10 void 0.000113
+gallium_dri.so malloc 72 0x557173590aa0 0.000112
+gallium_dri.so free 0x557173590b40 void 0.000116
+gallium_dri.so free 0x557173590aa0 void 0.000113
+gallium_dri.so malloc 72 0x557173590af0 0.000112
+gallium_dri.so free 0x557173590bc0 void 0.000115
+gallium_dri.so free 0x557173590af0 void 0.000114
+gallium_dri.so malloc 72 0x557173590af0 0.000112
+gallium_dri.so free 0x557173590c40 void 0.000115
+gallium_dri.so free 0x557173590af0 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000131
+gallium_dri.so free 0x557173590d00 void 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000113
+gallium_dri.so free 0x557173590e00 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000112
+gallium_dri.so malloc 72 0x557173590db0 0.000112
+gallium_dri.so free 0x557173590e40 void 0.000112
+gallium_dri.so free 0x557173590db0 void 0.000114
+gallium_dri.so malloc 72 0x557173590db0 0.000113
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so free 0x557173590db0 void 0.000113
+gallium_dri.so malloc 72 0x557173590f40 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so malloc 72 0x557173590fc0 0.000113
+gallium_dri.so free 0x557173591080 void 0.000115
+gallium_dri.so free 0x557173590fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590fc0 0.000113
+gallium_dri.so free 0x557173591100 void 0.000166
+gallium_dri.so free 0x557173590fc0 void 0.000115
+gallium_dri.so malloc 72 0x557173591130 0.000115
+gallium_dri.so free 0x557173591180 void 0.000114
+gallium_dri.so free 0x557173591130 void 0.000115
+gallium_dri.so malloc 72 0x557173591130 0.000118
+gallium_dri.so free 0x557173591280 void 0.000117
+gallium_dri.so free 0x557173591130 void 0.000114
+gallium_dri.so malloc 72 0x5571735912c0 0.000114
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so malloc 72 0x557173591340 0.000112
+gallium_dri.so free 0x557173591480 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so malloc 72 0x5571735914b0 0.000113
+gallium_dri.so free 0x557173591500 void 0.000113
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914b0 0.000116
+gallium_dri.so free 0x557173591600 void 0.000115
+gallium_dri.so free 0x5571735914b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735915b0 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so free 0x5571735915b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591670 0.000114
+gallium_dri.so free 0x557173591740 void 0.000132
+gallium_dri.so free 0x557173591670 void 0.000125
+gallium_dri.so malloc 72 0x557173591670 0.000122
+gallium_dri.so free 0x557173591800 void 0.000124
+gallium_dri.so free 0x557173591670 void 0.000125
+gallium_dri.so malloc 72 0x557173591670 0.000118
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x557173591670 void 0.000114
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591940 void 0.000114
+gallium_dri.so free 0x557173591870 void 0.000113
+gallium_dri.so malloc 72 0x557173591990 0.000112
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x557173591990 void 0.000113
+gallium_dri.so malloc 72 0x557173591a20 0.000112
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so free 0x557173591a20 void 0.000112
+gallium_dri.so malloc 72 0x557173591a70 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000113
+gallium_dri.so free 0x557173591a70 void 0.000113
+gallium_dri.so malloc 72 0x557173591b40 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000131
+gallium_dri.so free 0x557173591b40 void 0.000115
+gallium_dri.so malloc 72 0x557173591b40 0.000113
+gallium_dri.so free 0x557173591c80 void 0.000114
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so malloc 72 0x557173591c80 0.000125
+gallium_dri.so free 0x557173591d40 void 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000112
+gallium_dri.so malloc 72 0x557173591c80 0.000112
+gallium_dri.so free 0x557173591e00 void 0.000114
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so malloc 72 0x557173591c80 0.000113
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so malloc 72 0x557173591e70 0.000114
+gallium_dri.so free 0x5571735f49c0 void 0.000113
+gallium_dri.so free 0x557173591e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a10 0.000116
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f4a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ac0 0.000114
+gallium_dri.so free 0x5571735f4b40 void 0.000114
+gallium_dri.so free 0x5571735f4ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ac0 0.000112
+gallium_dri.so free 0x557173591f40 void 0.000113
+gallium_dri.so free 0x5571735f4ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173591f70 0.000113
+gallium_dri.so free 0x5571735f4bc0 void 0.000114
+gallium_dri.so free 0x557173591f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4c00 0.000115
+gallium_dri.so free 0x5571735f4c80 void 0.000114
+gallium_dri.so free 0x5571735f4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4c80 0.000155
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so free 0x5571735f4c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4c80 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000114
+gallium_dri.so free 0x5571735f4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4df0 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000120
+gallium_dri.so free 0x5571735f4df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4df0 0.000114
+gallium_dri.so free 0x5571735f4f40 void 0.000115
+gallium_dri.so free 0x5571735f4df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4f80 0.000113
+gallium_dri.so free 0x5571735f5000 void 0.000116
+gallium_dri.so free 0x5571735f4f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5000 0.000115
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f5000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5000 0.000114
+gallium_dri.so free 0x5571735f5140 void 0.000115
+gallium_dri.so free 0x5571735f5000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5170 0.000113
+gallium_dri.so free 0x5571735f51c0 void 0.000115
+gallium_dri.so free 0x5571735f5170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5170 0.000113
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5270 0.000116
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f5270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5330 0.000114
+gallium_dri.so free 0x5571735f5400 void 0.000114
+gallium_dri.so free 0x5571735f5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5330 0.000113
+gallium_dri.so free 0x5571735f54c0 void 0.000113
+gallium_dri.so free 0x5571735f5330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5330 0.000112
+gallium_dri.so free 0x5571735f5580 void 0.000126
+gallium_dri.so free 0x5571735f5330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5530 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so free 0x5571735f5530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5650 0.000113
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f5650 void 0.000112
+gallium_dri.so malloc 72 0x5571735f56e0 0.000112
+gallium_dri.so free 0x5571735f5780 void 0.000113
+gallium_dri.so free 0x5571735f56e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5730 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x5571735f5730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5800 0.000113
+gallium_dri.so free 0x5571735f58c0 void 0.000114
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5800 0.000112
+gallium_dri.so free 0x5571735f5940 void 0.000126
+gallium_dri.so free 0x5571735f5800 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5940 0.000112
+gallium_dri.so free 0x5571735f5a00 void 0.000114
+gallium_dri.so free 0x5571735f5940 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5940 0.000113
+gallium_dri.so free 0x5571735f5ac0 void 0.000113
+gallium_dri.so free 0x5571735f5940 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5940 0.000123
+gallium_dri.so free 0x5571735f5b80 void 0.000120
+gallium_dri.so free 0x5571735f5940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5b30 0.000120
+gallium_dri.so free 0x5571735f5c00 void 0.000121
+gallium_dri.so free 0x5571735f5b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5c50 0.000119
+gallium_dri.so free 0x5571735f5cc0 void 0.000121
+gallium_dri.so free 0x5571735f5c50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5d00 0.000120
+gallium_dri.so free 0x5571735f5d80 void 0.000118
+gallium_dri.so free 0x5571735f5d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5d00 0.000117
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x5571735f5d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5e30 0.000117
+gallium_dri.so free 0x5571735f5e80 void 0.000121
+gallium_dri.so free 0x5571735f5e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5e30 0.000120
+gallium_dri.so free 0x5571735f5f80 void 0.000123
+gallium_dri.so free 0x5571735f5e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f30 0.000118
+gallium_dri.so free 0x5571735f6040 void 0.000121
+gallium_dri.so free 0x5571735f5f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000121
+gallium_dri.so free 0x5571735f6080 void 0.000120
+gallium_dri.so free 0x5571735f5ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000120
+gallium_dri.so free 0x5571735f6140 void 0.000118
+gallium_dri.so free 0x5571735f5ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61b0 0.000121
+gallium_dri.so free 0x5571735f6200 void 0.000121
+gallium_dri.so free 0x5571735f61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f61b0 0.000122
+gallium_dri.so free 0x5571735f6300 void 0.000119
+gallium_dri.so free 0x5571735f61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f62b0 0.000118
+gallium_dri.so free 0x5571735f63c0 void 0.000122
+gallium_dri.so free 0x5571735f62b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6370 0.000119
+gallium_dri.so free 0x5571735f6400 void 0.000121
+gallium_dri.so free 0x5571735f6370 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6370 0.000119
+gallium_dri.so free 0x5571735f64c0 void 0.000121
+gallium_dri.so free 0x5571735f6370 void 0.000128
+gallium_dri.so malloc 72 0x5571735f6500 0.000121
+gallium_dri.so free 0x5571735f6580 void 0.000117
+gallium_dri.so free 0x5571735f6500 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6580 0.000115
+gallium_dri.so free 0x5571735f6640 void 0.000118
+gallium_dri.so free 0x5571735f6580 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6580 0.000116
+gallium_dri.so free 0x5571735f6700 void 0.000117
+gallium_dri.so free 0x5571735f6580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6720 0.000117
+gallium_dri.so free 0x5571735f67c0 void 0.000116
+gallium_dri.so free 0x5571735f6720 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6770 0.000116
+gallium_dri.so free 0x5571735f6840 void 0.000118
+gallium_dri.so free 0x5571735f6770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6770 0.000116
+gallium_dri.so free 0x5571735f68c0 void 0.000125
+gallium_dri.so free 0x5571735f6770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f68c0 0.000124
+gallium_dri.so free 0x5571735f6980 void 0.000119
+gallium_dri.so free 0x5571735f68c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f68c0 0.000120
+gallium_dri.so free 0x5571735f6a40 void 0.000119
+gallium_dri.so free 0x5571735f68c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f68c0 0.000117
+gallium_dri.so free 0x5571735f6b00 void 0.000116
+gallium_dri.so free 0x5571735f68c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000129
+gallium_dri.so free 0x5571735f6bc0 void 0.000121
+gallium_dri.so free 0x5571735f6ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b70 0.000117
+gallium_dri.so free 0x5571735f6c40 void 0.000120
+gallium_dri.so free 0x5571735f6b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6c90 0.000118
+gallium_dri.so free 0x5571735f6d00 void 0.000121
+gallium_dri.so free 0x5571735f6c90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d20 0.000117
+gallium_dri.so free 0x5571735f6dc0 void 0.000120
+gallium_dri.so free 0x5571735f6d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d70 0.000116
+gallium_dri.so free 0x5571735f6e40 void 0.000117
+gallium_dri.so free 0x5571735f6d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6d70 0.000120
+gallium_dri.so free 0x5571735f6ec0 void 0.000117
+gallium_dri.so free 0x5571735f6d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000119
+gallium_dri.so free 0x5571735f6f80 void 0.000121
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000120
+gallium_dri.so free 0x5571735f7080 void 0.000121
+gallium_dri.so free 0x5571735f6ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7030 0.000121
+gallium_dri.so free 0x5571735f70c0 void 0.000190
+gallium_dri.so free 0x5571735f7030 void 0.000160
+gallium_dri.so malloc 72 0x5571735f7030 0.000154
+gallium_dri.so free 0x5571735f7180 void 0.000152
+gallium_dri.so free 0x5571735f7030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f71c0 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so free 0x5571735f71c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7240 0.000136
+gallium_dri.so free 0x5571735f7300 void 0.000108
+gallium_dri.so free 0x5571735f7240 void 0.000200
+gallium_dri.so malloc 72 0x5571735f7240 0.000186
+gallium_dri.so free 0x5571735f7380 void 0.000203
+gallium_dri.so free 0x5571735f7240 void 0.000196
+gallium_dri.so malloc 72 0x5571735f73b0 0.000115
+gallium_dri.so free 0x5571735f7400 void 0.000113
+gallium_dri.so free 0x5571735f73b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f73b0 0.000114
+gallium_dri.so free 0x5571735f7500 void 0.000113
+gallium_dri.so free 0x5571735f73b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7540 0.000114
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so free 0x5571735f7540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75c0 0.000121
+gallium_dri.so free 0x5571735f7680 void 0.000119
+gallium_dri.so free 0x5571735f75c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f75c0 0.000116
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7730 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f7730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7730 0.000115
+gallium_dri.so free 0x5571735f7880 void 0.000115
+gallium_dri.so free 0x5571735f7730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7830 0.000114
+gallium_dri.so free 0x5571735f7940 void 0.000115
+gallium_dri.so free 0x5571735f7830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f78f0 0.000115
+gallium_dri.so free 0x5571735f79c0 void 0.000114
+gallium_dri.so free 0x5571735f78f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f78f0 0.000114
+gallium_dri.so free 0x5571735f7a80 void 0.000117
+gallium_dri.so free 0x5571735f78f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f78f0 0.000114
+gallium_dri.so free 0x5571735f7b40 void 0.000115
+gallium_dri.so free 0x5571735f78f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7af0 0.000114
+gallium_dri.so free 0x5571735f7bc0 void 0.000115
+gallium_dri.so free 0x5571735f7af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c10 0.000168
+gallium_dri.so free 0x5571735f7c80 void 0.000115
+gallium_dri.so free 0x5571735f7c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7ca0 0.000114
+gallium_dri.so free 0x5571735f7d40 void 0.000114
+gallium_dri.so free 0x5571735f7ca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000113
+gallium_dri.so free 0x5571735f7cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000112
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000115
+gallium_dri.so free 0x5571735f7dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f00 0.000112
+gallium_dri.so free 0x5571735f7fc0 void 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7f00 0.000111
+gallium_dri.so free 0x5571735f8080 void 0.000112
+gallium_dri.so free 0x5571735f7f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f00 0.000111
+gallium_dri.so free 0x5571735f8140 void 0.000112
+gallium_dri.so free 0x5571735f7f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f80f0 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000125
+gallium_dri.so free 0x5571735f80f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8210 0.000126
+gallium_dri.so free 0x5571735f8280 void 0.000119
+gallium_dri.so free 0x5571735f8210 void 0.000117
+gallium_dri.so malloc 72 0x5571735f82c0 0.000116
+gallium_dri.so free 0x5571735f8340 void 0.000117
+gallium_dri.so free 0x5571735f82c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f82c0 0.000116
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so free 0x5571735f82c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f83f0 0.000119
+gallium_dri.so free 0x5571735f8440 void 0.000119
+gallium_dri.so free 0x5571735f83f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f83f0 0.000118
+gallium_dri.so free 0x5571735f8540 void 0.000120
+gallium_dri.so free 0x5571735f83f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f84f0 0.000118
+gallium_dri.so free 0x5571735f8600 void 0.000118
+gallium_dri.so free 0x5571735f84f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f85b0 0.000117
+gallium_dri.so free 0x5571735f8640 void 0.000118
+gallium_dri.so free 0x5571735f85b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f85b0 0.000118
+gallium_dri.so free 0x5571735f8700 void 0.000118
+gallium_dri.so free 0x5571735f85b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8770 0.000119
+gallium_dri.so free 0x5571735f87c0 void 0.000119
+gallium_dri.so free 0x5571735f8770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8770 0.000128
+gallium_dri.so free 0x5571735f88c0 void 0.000120
+gallium_dri.so free 0x5571735f8770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8870 0.000117
+gallium_dri.so free 0x5571735f8980 void 0.000117
+gallium_dri.so free 0x5571735f8870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8930 0.000119
+gallium_dri.so free 0x5571735f89c0 void 0.000118
+gallium_dri.so free 0x5571735f8930 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8930 0.000119
+gallium_dri.so free 0x5571735f8a80 void 0.000119
+gallium_dri.so free 0x5571735f8930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000118
+gallium_dri.so free 0x5571735f8ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8b40 0.000120
+gallium_dri.so free 0x5571735f8c00 void 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b40 0.000117
+gallium_dri.so free 0x5571735f8cc0 void 0.000118
+gallium_dri.so free 0x5571735f8b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8ce0 0.000119
+gallium_dri.so free 0x5571735f8d80 void 0.000121
+gallium_dri.so free 0x5571735f8ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d30 0.000117
+gallium_dri.so free 0x5571735f8e00 void 0.000119
+gallium_dri.so free 0x5571735f8d30 void 0.000188
+gallium_dri.so malloc 72 0x5571735f8d30 0.000120
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so free 0x5571735f8d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e80 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000118
+gallium_dri.so free 0x5571735f8e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e80 0.000119
+gallium_dri.so free 0x5571735f9000 void 0.000118
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e80 0.000118
+gallium_dri.so free 0x5571735f90c0 void 0.000123
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9070 0.000118
+gallium_dri.so free 0x5571735f9180 void 0.000118
+gallium_dri.so free 0x5571735f9070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9130 0.000119
+gallium_dri.so free 0x5571735f9200 void 0.000119
+gallium_dri.so free 0x5571735f9130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9250 0.000119
+gallium_dri.so free 0x5571735f92c0 void 0.000119
+gallium_dri.so free 0x5571735f9250 void 0.000118
+gallium_dri.so malloc 72 0x5571735f92e0 0.000119
+gallium_dri.so free 0x5571735f9380 void 0.000119
+gallium_dri.so free 0x5571735f92e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9330 0.000117
+gallium_dri.so free 0x5571735f9400 void 0.000128
+gallium_dri.so free 0x5571735f9330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9330 0.000118
+gallium_dri.so free 0x5571735f9480 void 0.000120
+gallium_dri.so free 0x5571735f9330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9480 0.000118
+gallium_dri.so free 0x5571735f9540 void 0.000118
+gallium_dri.so free 0x5571735f9480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9480 0.000118
+gallium_dri.so free 0x5571735f9640 void 0.000118
+gallium_dri.so free 0x5571735f9480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f95f0 0.000119
+gallium_dri.so free 0x5571735f9680 void 0.000118
+gallium_dri.so free 0x5571735f95f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f95f0 0.000117
+gallium_dri.so free 0x5571735f9740 void 0.000118
+gallium_dri.so free 0x5571735f95f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9780 0.000118
+gallium_dri.so free 0x5571735f9800 void 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9800 0.000118
+gallium_dri.so free 0x5571735f98c0 void 0.000119
+gallium_dri.so free 0x5571735f9800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9800 0.000118
+gallium_dri.so free 0x5571735f9940 void 0.000119
+gallium_dri.so free 0x5571735f9800 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9970 0.000125
+gallium_dri.so free 0x5571735f99c0 void 0.000119
+gallium_dri.so free 0x5571735f9970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9970 0.000119
+gallium_dri.so free 0x5571735f9ac0 void 0.000118
+gallium_dri.so free 0x5571735f9970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9b00 0.000118
+gallium_dri.so free 0x5571735f9b80 void 0.000118
+gallium_dri.so free 0x5571735f9b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9b80 0.000117
+gallium_dri.so free 0x5571735f9c40 void 0.000117
+gallium_dri.so free 0x5571735f9b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9b80 0.000118
+gallium_dri.so free 0x5571735f9cc0 void 0.000118
+gallium_dri.so free 0x5571735f9b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9cf0 0.000117
+gallium_dri.so free 0x5571735f9d40 void 0.000118
+gallium_dri.so free 0x5571735f9cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9cf0 0.000119
+gallium_dri.so free 0x5571735f9e40 void 0.000118
+gallium_dri.so free 0x5571735f9cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9df0 0.000118
+gallium_dri.so free 0x5571735f9f00 void 0.000118
+gallium_dri.so free 0x5571735f9df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000118
+gallium_dri.so free 0x5571735f9f80 void 0.000132
+gallium_dri.so free 0x5571735f9eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000167
+gallium_dri.so free 0x5571735fa040 void 0.000119
+gallium_dri.so free 0x5571735f9eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000118
+gallium_dri.so free 0x5571735fa100 void 0.000118
+gallium_dri.so free 0x5571735f9eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000119
+gallium_dri.so free 0x5571735fa180 void 0.000118
+gallium_dri.so free 0x5571735fa0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa1d0 0.000118
+gallium_dri.so free 0x5571735fa240 void 0.000118
+gallium_dri.so free 0x5571735fa1d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa260 0.000119
+gallium_dri.so free 0x5571735fa300 void 0.000120
+gallium_dri.so free 0x5571735fa260 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000119
+gallium_dri.so free 0x5571735fa380 void 0.000119
+gallium_dri.so free 0x5571735fa2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa380 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000117
+gallium_dri.so free 0x5571735fa380 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa380 0.000117
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so free 0x5571735fa380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000117
+gallium_dri.so free 0x5571735fa580 void 0.000118
+gallium_dri.so free 0x5571735fa4c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000121
+gallium_dri.so free 0x5571735fa640 void 0.000118
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa4c0 0.000117
+gallium_dri.so free 0x5571735fa700 void 0.000118
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa6b0 0.000118
+gallium_dri.so free 0x5571735fa780 void 0.000121
+gallium_dri.so free 0x5571735fa6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa7d0 0.000118
+gallium_dri.so free 0x5571735fa840 void 0.000119
+gallium_dri.so free 0x5571735fa7d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa880 0.000122
+gallium_dri.so free 0x5571735fa900 void 0.000123
+gallium_dri.so free 0x5571735fa880 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa880 0.000118
+gallium_dri.so free 0x5571735fa980 void 0.000123
+gallium_dri.so free 0x5571735fa880 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000118
+gallium_dri.so free 0x5571735fa9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000117
+gallium_dri.so free 0x5571735fab00 void 0.000119
+gallium_dri.so free 0x5571735fa9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735faab0 0.000118
+gallium_dri.so free 0x5571735fabc0 void 0.000130
+gallium_dri.so free 0x5571735faab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fab70 0.000120
+gallium_dri.so free 0x5571735fac00 void 0.000118
+gallium_dri.so free 0x5571735fab70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab70 0.000144
+gallium_dri.so free 0x5571735facc0 void 0.000122
+gallium_dri.so free 0x5571735fab70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fad30 0.000117
+gallium_dri.so free 0x5571735fad80 void 0.000119
+gallium_dri.so free 0x5571735fad30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fad30 0.000130
+gallium_dri.so free 0x5571735fae80 void 0.000120
+gallium_dri.so free 0x5571735fad30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae30 0.000119
+gallium_dri.so free 0x5571735faf40 void 0.000119
+gallium_dri.so free 0x5571735fae30 void 0.000117
+gallium_dri.so malloc 72 0x5571735faef0 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000119
+gallium_dri.so free 0x5571735faef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faef0 0.000118
+gallium_dri.so free 0x5571735fb040 void 0.000120
+gallium_dri.so free 0x5571735faef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb080 0.000119
+gallium_dri.so free 0x5571735fb100 void 0.000117
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb100 0.000124
+gallium_dri.so free 0x5571735fb1c0 void 0.000112
+gallium_dri.so free 0x5571735fb100 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb100 0.000111
+gallium_dri.so free 0x5571735fb280 void 0.000111
+gallium_dri.so free 0x5571735fb100 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb2a0 0.000109
+gallium_dri.so free 0x5571735fb340 void 0.000111
+gallium_dri.so free 0x5571735fb2a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000110
+gallium_dri.so free 0x5571735fb3c0 void 0.000110
+gallium_dri.so free 0x5571735fb2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000110
+gallium_dri.so free 0x5571735fb440 void 0.000110
+gallium_dri.so free 0x5571735fb2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb440 0.000110
+gallium_dri.so free 0x5571735fb500 void 0.000110
+gallium_dri.so free 0x5571735fb440 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb440 0.000111
+gallium_dri.so free 0x5571735fb5c0 void 0.000109
+gallium_dri.so free 0x5571735fb440 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb440 0.000116
+gallium_dri.so free 0x5571735fb680 void 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb630 0.000114
+gallium_dri.so free 0x5571735fb740 void 0.000112
+gallium_dri.so free 0x5571735fb630 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000110
+gallium_dri.so free 0x5571735fb7c0 void 0.000153
+gallium_dri.so free 0x5571735fb6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb810 0.000124
+gallium_dri.so free 0x5571735fb880 void 0.000119
+gallium_dri.so free 0x5571735fb810 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb8a0 0.000117
+gallium_dri.so free 0x5571735fb940 void 0.000114
+gallium_dri.so free 0x5571735fb8a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000113
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so free 0x5571735fb8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so free 0x5571735fb8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba40 0.000114
+gallium_dri.so free 0x5571735fbb00 void 0.000113
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba40 0.000116
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000114
+gallium_dri.so free 0x5571735fbbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbbb0 0.000114
+gallium_dri.so free 0x5571735fbd00 void 0.000114
+gallium_dri.so free 0x5571735fbbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd40 0.000123
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x5571735fbd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000111
+gallium_dri.so free 0x5571735fbe80 void 0.000112
+gallium_dri.so free 0x5571735fbdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000112
+gallium_dri.so free 0x5571735fbf00 void 0.000113
+gallium_dri.so free 0x5571735fbdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbf30 0.000117
+gallium_dri.so free 0x5571735fbf80 void 0.000119
+gallium_dri.so free 0x5571735fbf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbf30 0.000113
+gallium_dri.so free 0x5571735fc080 void 0.000113
+gallium_dri.so free 0x5571735fbf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc0c0 0.000214
+gallium_dri.so free 0x5571735fc140 void 0.000211
+gallium_dri.so free 0x5571735fc0c0 void 0.000318
+gallium_dri.so malloc 72 0x5571735fc140 0.000197
+gallium_dri.so free 0x5571735fc200 void 0.000168
+gallium_dri.so free 0x5571735fc140 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc140 0.000119
+gallium_dri.so free 0x5571735fc280 void 0.000125
+gallium_dri.so free 0x5571735fc140 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc2b0 0.000111
+gallium_dri.so free 0x5571735fc300 void 0.000109
+gallium_dri.so free 0x5571735fc2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc2b0 0.000111
+gallium_dri.so free 0x5571735fc400 void 0.000110
+gallium_dri.so free 0x5571735fc2b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000111
+gallium_dri.so free 0x5571735fc4c0 void 0.000111
+gallium_dri.so free 0x5571735fc3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc470 0.000109
+gallium_dri.so free 0x5571735fc540 void 0.000110
+gallium_dri.so free 0x5571735fc470 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc470 0.000111
+gallium_dri.so free 0x5571735fc600 void 0.000110
+gallium_dri.so free 0x5571735fc470 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc470 0.000109
+gallium_dri.so free 0x5571735fc6c0 void 0.000110
+gallium_dri.so free 0x5571735fc470 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc670 0.000110
+gallium_dri.so free 0x5571735fc740 void 0.000109
+gallium_dri.so free 0x5571735fc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc790 0.000118
+gallium_dri.so free 0x5571735fc800 void 0.000113
+gallium_dri.so free 0x5571735fc790 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc820 0.000110
+gallium_dri.so free 0x5571735fc8c0 void 0.000110
+gallium_dri.so free 0x5571735fc820 void 0.000109
+gallium_dri.so malloc 72 0x5571735fc870 0.000123
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc940 0.000111
+gallium_dri.so free 0x5571735fca00 void 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc940 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000115
+gallium_dri.so free 0x5571735fc940 void 0.000111
+gallium_dri.so malloc 72 0x5571735fca80 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000114
+gallium_dri.so free 0x5571735fca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca80 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000133
+gallium_dri.so free 0x5571735fca80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fca80 0.000159
+gallium_dri.so free 0x5571735fccc0 void 0.000201
+gallium_dri.so free 0x5571735fca80 void 0.000215
+gallium_dri.so malloc 72 0x5571735fcc70 0.000219
+gallium_dri.so free 0x5571735fcd40 void 0.000221
+gallium_dri.so free 0x5571735fcc70 void 0.000197
+gallium_dri.so malloc 72 0x5571735fcd90 0.000193
+gallium_dri.so free 0x5571735fce00 void 0.000246
+gallium_dri.so free 0x5571735fcd90 void 0.000219
+gallium_dri.so malloc 72 0x5571735fce40 0.000195
+gallium_dri.so free 0x5571735fcec0 void 0.000189
+gallium_dri.so free 0x5571735fce40 void 0.000194
+gallium_dri.so malloc 72 0x5571735fce40 0.000154
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf70 0.000113
+gallium_dri.so free 0x5571735fcfc0 void 0.000114
+gallium_dri.so free 0x5571735fcf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf70 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000114
+gallium_dri.so free 0x5571735fcf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd070 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so free 0x5571735fd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd130 0.000114
+gallium_dri.so free 0x5571735fd1c0 void 0.000113
+gallium_dri.so free 0x5571735fd130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd130 0.000112
+gallium_dri.so free 0x5571735fd280 void 0.000114
+gallium_dri.so free 0x5571735fd130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000113
+gallium_dri.so free 0x5571735fd340 void 0.000128
+gallium_dri.so free 0x5571735fd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000115
+gallium_dri.so free 0x5571735fd500 void 0.000114
+gallium_dri.so free 0x5571735fd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000113
+gallium_dri.so free 0x5571735fd540 void 0.000113
+gallium_dri.so free 0x5571735fd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000113
+gallium_dri.so free 0x5571735fd600 void 0.000114
+gallium_dri.so free 0x5571735fd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd640 0.000114
+gallium_dri.so free 0x5571735fd6c0 void 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000113
+gallium_dri.so free 0x5571735fd780 void 0.000113
+gallium_dri.so free 0x5571735fd6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000114
+gallium_dri.so free 0x5571735fd840 void 0.000115
+gallium_dri.so free 0x5571735fd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd860 0.000112
+gallium_dri.so free 0x5571735fd900 void 0.000114
+gallium_dri.so free 0x5571735fd860 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000113
+gallium_dri.so free 0x5571735fd8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fda00 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000115
+gallium_dri.so free 0x5571735fda00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda00 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000113
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda00 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000114
+gallium_dri.so free 0x5571735fdbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000116
+gallium_dri.so free 0x5571735fdcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fddd0 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000115
+gallium_dri.so free 0x5571735fddd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde60 0.000114
+gallium_dri.so free 0x5571735fdf00 void 0.000115
+gallium_dri.so free 0x5571735fde60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fdeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000114
+gallium_dri.so free 0x5571735fdeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe000 0.000114
+gallium_dri.so free 0x5571735fe0c0 void 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe000 0.000114
+gallium_dri.so free 0x5571735fe1c0 void 0.000114
+gallium_dri.so free 0x5571735fe000 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe170 0.000114
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe170 0.000112
+gallium_dri.so free 0x5571735fe2c0 void 0.000117
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe300 0.000112
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe380 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe380 0.000112
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000113
+gallium_dri.so free 0x5571735fe540 void 0.000113
+gallium_dri.so free 0x5571735fe4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000123
+gallium_dri.so free 0x5571735fe640 void 0.000116
+gallium_dri.so free 0x5571735fe4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe680 0.000113
+gallium_dri.so free 0x5571735fe700 void 0.000114
+gallium_dri.so free 0x5571735fe680 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe700 0.000114
+gallium_dri.so free 0x5571735fe7c0 void 0.000115
+gallium_dri.so free 0x5571735fe700 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe700 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x5571735fe700 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe870 0.000112
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe870 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe870 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000113
+gallium_dri.so free 0x5571735fe870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe970 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000112
+gallium_dri.so free 0x5571735fe970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea30 0.000112
+gallium_dri.so free 0x5571735feb00 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea30 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000113
+gallium_dri.so free 0x5571735fea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea30 0.000126
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec30 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000113
+gallium_dri.so free 0x5571735fec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed50 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000113
+gallium_dri.so free 0x5571735fed50 void 0.000112
+gallium_dri.so malloc 72 0x5571735fede0 0.000112
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fede0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so free 0x5571735fee30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fef00 0.000114
+gallium_dri.so free 0x5571735fefc0 void 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef00 0.000114
+gallium_dri.so free 0x5571735ff040 void 0.000115
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff040 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff040 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000113
+gallium_dri.so free 0x5571735ff040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff040 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000159
+gallium_dri.so free 0x5571735ff040 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff230 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff350 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so free 0x5571735ff350 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff400 0.000116
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff400 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff530 0.000113
+gallium_dri.so free 0x5571735ff580 void 0.000115
+gallium_dri.so free 0x5571735ff530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff530 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff630 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000114
+gallium_dri.so free 0x5571735ff630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000113
+gallium_dri.so free 0x5571735ff780 void 0.000115
+gallium_dri.so free 0x5571735ff6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000116
+gallium_dri.so free 0x5571735ff840 void 0.000125
+gallium_dri.so free 0x5571735ff6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000114
+gallium_dri.so free 0x5571735ff900 void 0.000113
+gallium_dri.so free 0x5571735ff8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so free 0x5571735ff8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000112
+gallium_dri.so free 0x5571735ffac0 void 0.000114
+gallium_dri.so free 0x5571735ff9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa70 0.000113
+gallium_dri.so free 0x5571735ffb00 void 0.000114
+gallium_dri.so free 0x5571735ffa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa70 0.000114
+gallium_dri.so free 0x5571735ffbc0 void 0.000118
+gallium_dri.so free 0x5571735ffa70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffc00 0.000119
+gallium_dri.so free 0x5571735ffc80 void 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffc80 0.000122
+gallium_dri.so free 0x5571735ffd40 void 0.000117
+gallium_dri.so free 0x5571735ffc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc80 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000113
+gallium_dri.so free 0x5571735ffc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe20 0.000126
+gallium_dri.so free 0x5571735ffec0 void 0.000116
+gallium_dri.so free 0x5571735ffe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735cae40 void 0.000113
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735caf40 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735caef0 0.000112
+gallium_dri.so free 0x5571735cb000 void 0.000114
+gallium_dri.so free 0x5571735caef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb040 void 0.000114
+gallium_dri.so free 0x5571735cafb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cafb0 0.000113
+gallium_dri.so free 0x5571735cb100 void 0.000115
+gallium_dri.so free 0x5571735cafb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb150 0.000113
+gallium_dri.so free 0x5571735cb1c0 void 0.000113
+gallium_dri.so free 0x5571735cb150 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb200 0.000114
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so free 0x5571735cb200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb280 0.000113
+gallium_dri.so free 0x5571735cb340 void 0.000114
+gallium_dri.so free 0x5571735cb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb280 0.000112
+gallium_dri.so free 0x5571735cb3c0 void 0.000119
+gallium_dri.so free 0x5571735cb280 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000113
+gallium_dri.so free 0x5571735cb440 void 0.000114
+gallium_dri.so free 0x5571735cb3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cb3f0 0.000113
+gallium_dri.so free 0x5571735cb540 void 0.000115
+gallium_dri.so free 0x5571735cb3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cb4f0 0.000115
+gallium_dri.so free 0x5571735cb600 void 0.000114
+gallium_dri.so free 0x5571735cb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb5b0 0.000113
+gallium_dri.so free 0x5571735cb680 void 0.000114
+gallium_dri.so free 0x5571735cb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cb6a0 0.000117
+gallium_dri.so free 0x5571735cb740 void 0.000116
+gallium_dri.so free 0x5571735cb6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000113
+gallium_dri.so free 0x5571735cb7c0 void 0.000115
+gallium_dri.so free 0x5571735cb6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000114
+gallium_dri.so free 0x5571735cb840 void 0.000120
+gallium_dri.so free 0x5571735cb6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cb840 0.000114
+gallium_dri.so free 0x5571735cb900 void 0.000115
+gallium_dri.so free 0x5571735cb840 void 0.000115
+gallium_dri.so malloc 72 0x5571735cb840 0.000122
+gallium_dri.so free 0x5571735cb9c0 void 0.000114
+gallium_dri.so free 0x5571735cb840 void 0.000120
+gallium_dri.so malloc 72 0x5571735cb840 0.000117
+gallium_dri.so free 0x5571735cba80 void 0.000116
+gallium_dri.so free 0x5571735cb840 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba30 0.000114
+gallium_dri.so free 0x5571735cba80 void 0.000115
+gallium_dri.so free 0x5571735cba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cba30 0.000116
+gallium_dri.so free 0x5571735cbb80 void 0.000115
+gallium_dri.so free 0x5571735cba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbb30 0.000113
+gallium_dri.so free 0x5571735cbc40 void 0.000115
+gallium_dri.so free 0x5571735cbb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000113
+gallium_dri.so free 0x5571735cbc80 void 0.000114
+gallium_dri.so free 0x5571735cbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000112
+gallium_dri.so free 0x5571735cbd40 void 0.000114
+gallium_dri.so free 0x5571735cbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbd80 0.000113
+gallium_dri.so free 0x5571735cbe00 void 0.000113
+gallium_dri.so free 0x5571735cbd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cbe00 0.000114
+gallium_dri.so free 0x5571735cbec0 void 0.000114
+gallium_dri.so free 0x5571735cbe00 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbe00 0.000121
+gallium_dri.so free 0x5571735cbf80 void 0.000116
+gallium_dri.so free 0x5571735cbe00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cbfa0 0.000114
+gallium_dri.so free 0x5571735cc040 void 0.000115
+gallium_dri.so free 0x5571735cbfa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cbff0 0.000114
+gallium_dri.so free 0x5571735cc0c0 void 0.000115
+gallium_dri.so free 0x5571735cbff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cbff0 0.000113
+gallium_dri.so free 0x5571735cc140 void 0.000115
+gallium_dri.so free 0x5571735cbff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc140 0.000114
+gallium_dri.so free 0x5571735cc200 void 0.000116
+gallium_dri.so free 0x5571735cc140 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc140 0.000115
+gallium_dri.so free 0x5571735cc2c0 void 0.000115
+gallium_dri.so free 0x5571735cc140 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc140 0.000116
+gallium_dri.so free 0x5571735cc380 void 0.000114
+gallium_dri.so free 0x5571735cc140 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc330 0.000114
+gallium_dri.so free 0x5571735cc440 void 0.000117
+gallium_dri.so free 0x5571735cc330 void 0.000115
+gallium_dri.so malloc 72 0x5571735cc3f0 0.000114
+gallium_dri.so free 0x5571735cc4c0 void 0.000115
+gallium_dri.so free 0x5571735cc3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc510 0.000113
+gallium_dri.so free 0x5571735cc580 void 0.000123
+gallium_dri.so free 0x5571735cc510 void 0.000214
+gallium_dri.so malloc 72 0x5571735cc5a0 0.000156
+gallium_dri.so free 0x5571735cc640 void 0.000161
+gallium_dri.so free 0x5571735cc5a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000124
+gallium_dri.so free 0x5571735cc6c0 void 0.000125
+gallium_dri.so free 0x5571735cc5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000123
+gallium_dri.so free 0x5571735cc740 void 0.000125
+gallium_dri.so free 0x5571735cc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cc740 0.000116
+gallium_dri.so free 0x5571735cc800 void 0.000114
+gallium_dri.so free 0x5571735cc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc740 0.000113
+gallium_dri.so free 0x5571735cc900 void 0.000116
+gallium_dri.so free 0x5571735cc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000112
+gallium_dri.so free 0x5571735cc940 void 0.000114
+gallium_dri.so free 0x5571735cc8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cc8b0 0.000113
+gallium_dri.so free 0x5571735cca00 void 0.000113
+gallium_dri.so free 0x5571735cc8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cca40 0.000117
+gallium_dri.so free 0x5571735ccac0 void 0.000115
+gallium_dri.so free 0x5571735cca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccac0 0.000114
+gallium_dri.so free 0x5571735ccb80 void 0.000113
+gallium_dri.so free 0x5571735ccac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccac0 0.000115
+gallium_dri.so free 0x5571735ccc00 void 0.000113
+gallium_dri.so free 0x5571735ccac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ccc30 0.000113
+gallium_dri.so free 0x5571735ccc80 void 0.000113
+gallium_dri.so free 0x5571735ccc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccc30 0.000113
+gallium_dri.so free 0x5571735ccd80 void 0.000114
+gallium_dri.so free 0x5571735ccc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ccdc0 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000114
+gallium_dri.so free 0x5571735ccdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cce40 0.000113
+gallium_dri.so free 0x5571735ccf00 void 0.000114
+gallium_dri.so free 0x5571735cce40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cce40 0.000114
+gallium_dri.so free 0x5571735ccf80 void 0.000113
+gallium_dri.so free 0x5571735cce40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000113
+gallium_dri.so free 0x5571735cd000 void 0.000114
+gallium_dri.so free 0x5571735ccfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ccfb0 0.000113
+gallium_dri.so free 0x5571735cd100 void 0.000166
+gallium_dri.so free 0x5571735ccfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cd0b0 0.000114
+gallium_dri.so free 0x5571735cd1c0 void 0.000114
+gallium_dri.so free 0x5571735cd0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd170 0.000115
+gallium_dri.so free 0x5571735cd240 void 0.000115
+gallium_dri.so free 0x5571735cd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd170 0.000115
+gallium_dri.so free 0x5571735cd300 void 0.000115
+gallium_dri.so free 0x5571735cd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd170 0.000113
+gallium_dri.so free 0x5571735cd3c0 void 0.000114
+gallium_dri.so free 0x5571735cd170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd370 0.000114
+gallium_dri.so free 0x5571735cd440 void 0.000115
+gallium_dri.so free 0x5571735cd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd490 0.000113
+gallium_dri.so free 0x5571735cd500 void 0.000114
+gallium_dri.so free 0x5571735cd490 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd520 0.000114
+gallium_dri.so free 0x5571735cd5c0 void 0.000115
+gallium_dri.so free 0x5571735cd520 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd570 0.000115
+gallium_dri.so free 0x5571735cd640 void 0.000113
+gallium_dri.so free 0x5571735cd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd640 0.000114
+gallium_dri.so free 0x5571735cd700 void 0.000126
+gallium_dri.so free 0x5571735cd640 void 0.000114
+gallium_dri.so malloc 72 0x5571735cd640 0.000118
+gallium_dri.so free 0x5571735cd780 void 0.000114
+gallium_dri.so free 0x5571735cd640 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd780 0.000112
+gallium_dri.so free 0x5571735cd840 void 0.000114
+gallium_dri.so free 0x5571735cd780 void 0.000112
+gallium_dri.so malloc 72 0x5571735cd780 0.000112
+gallium_dri.so free 0x5571735cd900 void 0.000115
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd780 0.000112
+gallium_dri.so free 0x5571735cd9c0 void 0.000114
+gallium_dri.so free 0x5571735cd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735cd970 0.000112
+gallium_dri.so free 0x5571735cda40 void 0.000113
+gallium_dri.so free 0x5571735cd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cda90 0.000112
+gallium_dri.so free 0x5571735cdb00 void 0.000114
+gallium_dri.so free 0x5571735cda90 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdb40 0.000113
+gallium_dri.so free 0x5571735cdbc0 void 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdb40 0.000114
+gallium_dri.so free 0x5571735cdc40 void 0.000113
+gallium_dri.so free 0x5571735cdb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cdc70 0.000112
+gallium_dri.so free 0x5571735cdcc0 void 0.000113
+gallium_dri.so free 0x5571735cdc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdc70 0.000113
+gallium_dri.so free 0x5571735cddc0 void 0.000114
+gallium_dri.so free 0x5571735cdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdd70 0.000113
+gallium_dri.so free 0x5571735cde80 void 0.000114
+gallium_dri.so free 0x5571735cdd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cde30 0.000113
+gallium_dri.so free 0x5571735cdec0 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cde30 0.000115
+gallium_dri.so free 0x5571735cdf80 void 0.000114
+gallium_dri.so free 0x5571735cde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cdff0 0.000113
+gallium_dri.so free 0x5571735ce040 void 0.000114
+gallium_dri.so free 0x5571735cdff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cdff0 0.000112
+gallium_dri.so free 0x5571735ce140 void 0.000114
+gallium_dri.so free 0x5571735cdff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce0f0 0.000113
+gallium_dri.so free 0x5571735ce200 void 0.000114
+gallium_dri.so free 0x5571735ce0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000113
+gallium_dri.so free 0x5571735ce240 void 0.000115
+gallium_dri.so free 0x5571735ce1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000112
+gallium_dri.so free 0x5571735ce300 void 0.000114
+gallium_dri.so free 0x5571735ce1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ce340 0.000118
+gallium_dri.so free 0x5571735ce3c0 void 0.000115
+gallium_dri.so free 0x5571735ce340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000114
+gallium_dri.so free 0x5571735ce480 void 0.000115
+gallium_dri.so free 0x5571735ce3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce3c0 0.000114
+gallium_dri.so free 0x5571735ce540 void 0.000115
+gallium_dri.so free 0x5571735ce3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce560 0.000112
+gallium_dri.so free 0x5571735ce600 void 0.000115
+gallium_dri.so free 0x5571735ce560 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000113
+gallium_dri.so free 0x5571735ce680 void 0.000116
+gallium_dri.so free 0x5571735ce5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce5b0 0.000113
+gallium_dri.so free 0x5571735ce700 void 0.000116
+gallium_dri.so free 0x5571735ce5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce700 0.000118
+gallium_dri.so free 0x5571735ce7c0 void 0.000117
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce700 0.000114
+gallium_dri.so free 0x5571735ce880 void 0.000114
+gallium_dri.so free 0x5571735ce700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ce700 0.000113
+gallium_dri.so free 0x5571735ce940 void 0.000116
+gallium_dri.so free 0x5571735ce700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce8f0 0.000117
+gallium_dri.so free 0x5571735cea00 void 0.000114
+gallium_dri.so free 0x5571735ce8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ce9b0 0.000112
+gallium_dri.so free 0x5571735cea80 void 0.000114
+gallium_dri.so free 0x5571735ce9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cead0 0.000113
+gallium_dri.so free 0x5571735ceb40 void 0.000114
+gallium_dri.so free 0x5571735cead0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ceb60 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000114
+gallium_dri.so free 0x5571735ceb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cebb0 0.000113
+gallium_dri.so free 0x5571735ced00 void 0.000113
+gallium_dri.so free 0x5571735cebb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ced00 0.000112
+gallium_dri.so free 0x5571735cedc0 void 0.000113
+gallium_dri.so free 0x5571735ced00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ced00 0.000114
+gallium_dri.so free 0x5571735ceec0 void 0.000114
+gallium_dri.so free 0x5571735ced00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cee70 0.000113
+gallium_dri.so free 0x5571735cef00 void 0.000114
+gallium_dri.so free 0x5571735cee70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cee70 0.000126
+gallium_dri.so free 0x5571735cefc0 void 0.000116
+gallium_dri.so free 0x5571735cee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf000 0.000113
+gallium_dri.so free 0x5571735cf080 void 0.000116
+gallium_dri.so free 0x5571735cf000 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf080 0.000112
+gallium_dri.so free 0x5571735cf140 void 0.000115
+gallium_dri.so free 0x5571735cf080 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf080 0.000112
+gallium_dri.so free 0x5571735cf1c0 void 0.000113
+gallium_dri.so free 0x5571735cf080 void 0.000111
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000113
+gallium_dri.so free 0x5571735cf240 void 0.000113
+gallium_dri.so free 0x5571735cf1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000113
+gallium_dri.so free 0x5571735cf1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf380 0.000113
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf380 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf400 0.000113
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf400 void 0.000141
+gallium_dri.so malloc 72 0x5571735cf400 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000114
+gallium_dri.so free 0x5571735cf400 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf570 0.000113
+gallium_dri.so free 0x5571735cf5c0 void 0.000120
+gallium_dri.so free 0x5571735cf570 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf570 0.000119
+gallium_dri.so free 0x5571735cf6c0 void 0.000116
+gallium_dri.so free 0x5571735cf570 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf670 0.000114
+gallium_dri.so free 0x5571735cf780 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf730 0.000114
+gallium_dri.so free 0x5571735cf800 void 0.000115
+gallium_dri.so free 0x5571735cf730 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf730 0.000114
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x5571735cf730 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf730 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000115
+gallium_dri.so free 0x5571735cf730 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf930 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735cf930 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfa50 0.000116
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfae0 0.000113
+gallium_dri.so free 0x5571735cfb80 void 0.000115
+gallium_dri.so free 0x5571735cfae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb30 0.000123
+gallium_dri.so free 0x5571735cfc00 void 0.000117
+gallium_dri.so free 0x5571735cfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc00 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc00 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd40 0.000112
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd40 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd40 0.000113
+gallium_dri.so free 0x5571735cff80 void 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cff30 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so free 0x5571735cff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0050 0.000112
+gallium_dri.so free 0x5571735d00c0 void 0.000113
+gallium_dri.so free 0x5571735d0050 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0100 0.000114
+gallium_dri.so free 0x5571735d0180 void 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0100 0.000113
+gallium_dri.so free 0x5571735d0200 void 0.000123
+gallium_dri.so free 0x5571735d0100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0230 0.000111
+gallium_dri.so free 0x5571735d0280 void 0.000112
+gallium_dri.so free 0x5571735d0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0230 0.000111
+gallium_dri.so free 0x5571735d0380 void 0.000113
+gallium_dri.so free 0x5571735d0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0330 0.000112
+gallium_dri.so free 0x5571735d0440 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03f0 0.000113
+gallium_dri.so free 0x5571735d0480 void 0.000113
+gallium_dri.so free 0x5571735d03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d03f0 0.000113
+gallium_dri.so free 0x5571735d0540 void 0.000122
+gallium_dri.so free 0x5571735d03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d05b0 0.000117
+gallium_dri.so free 0x5571735d0600 void 0.000116
+gallium_dri.so free 0x5571735d05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d05b0 0.000114
+gallium_dri.so free 0x5571735d0700 void 0.000114
+gallium_dri.so free 0x5571735d05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d07c0 void 0.000116
+gallium_dri.so free 0x5571735d06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0770 0.000113
+gallium_dri.so free 0x5571735d0800 void 0.000154
+gallium_dri.so free 0x5571735d0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0770 0.000115
+gallium_dri.so free 0x5571735d08c0 void 0.000115
+gallium_dri.so free 0x5571735d0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0900 0.000118
+gallium_dri.so free 0x5571735d0980 void 0.000116
+gallium_dri.so free 0x5571735d0900 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0980 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so free 0x5571735d0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0980 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so free 0x5571735d0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b20 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000115
+gallium_dri.so free 0x5571735d0e40 void 0.000116
+gallium_dri.so free 0x5571735d0cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0cc0 0.000112
+gallium_dri.so free 0x5571735d0f00 void 0.000112
+gallium_dri.so free 0x5571735d0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000111
+gallium_dri.so free 0x5571735d0fc0 void 0.000112
+gallium_dri.so free 0x5571735d0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0f70 0.000112
+gallium_dri.so free 0x5571735d1040 void 0.000114
+gallium_dri.so free 0x5571735d0f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1090 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000112
+gallium_dri.so free 0x5571735d1090 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1120 0.000112
+gallium_dri.so free 0x5571735d11c0 void 0.000116
+gallium_dri.so free 0x5571735d1120 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1170 0.000112
+gallium_dri.so free 0x5571735d1240 void 0.000117
+gallium_dri.so free 0x5571735d1170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1170 0.000115
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d12c0 0.000114
+gallium_dri.so free 0x5571735d1380 void 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d12c0 0.000114
+gallium_dri.so free 0x5571735d1480 void 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1430 0.000116
+gallium_dri.so free 0x5571735d14c0 void 0.000114
+gallium_dri.so free 0x5571735d1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1430 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so free 0x5571735d1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15c0 0.000112
+gallium_dri.so free 0x5571735d1640 void 0.000114
+gallium_dri.so free 0x5571735d15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1640 0.000113
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1640 0.000112
+gallium_dri.so free 0x5571735d1780 void 0.000115
+gallium_dri.so free 0x5571735d1640 void 0.000117
+gallium_dri.so malloc 72 0x5571735d17b0 0.000117
+gallium_dri.so free 0x5571735d1800 void 0.000113
+gallium_dri.so free 0x5571735d17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17b0 0.000113
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1940 0.000115
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d19c0 0.000112
+gallium_dri.so free 0x5571735d1a80 void 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d19c0 0.000122
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b30 0.000113
+gallium_dri.so free 0x5571735d1b80 void 0.000112
+gallium_dri.so free 0x5571735d1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b30 0.000112
+gallium_dri.so free 0x5571735d1c80 void 0.000112
+gallium_dri.so free 0x5571735d1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d40 void 0.000112
+gallium_dri.so free 0x5571735d1c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000112
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000112
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000111
+gallium_dri.so free 0x5571735d1f40 void 0.000112
+gallium_dri.so free 0x5571735d1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735d1ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2010 0.000111
+gallium_dri.so free 0x5571735d2080 void 0.000110
+gallium_dri.so free 0x5571735d2010 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20a0 0.000165
+gallium_dri.so free 0x5571735d2140 void 0.000213
+gallium_dri.so free 0x5571735d20a0 void 0.000160
+gallium_dri.so malloc 72 0x5571735d20f0 0.000123
+gallium_dri.so free 0x5571735d21c0 void 0.000124
+gallium_dri.so free 0x5571735d20f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d21c0 0.000163
+gallium_dri.so free 0x5571735d2280 void 0.000158
+gallium_dri.so free 0x5571735d21c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d21c0 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000117
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2480 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2300 0.000113
+gallium_dri.so free 0x5571735d2540 void 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735d24f0 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x5571735d24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2610 0.000167
+gallium_dri.so free 0x5571735d2680 void 0.000117
+gallium_dri.so free 0x5571735d2610 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26c0 0.000114
+gallium_dri.so free 0x5571735d2740 void 0.000120
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so free 0x5571735d27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27f0 0.000112
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d28f0 0.000113
+gallium_dri.so free 0x5571735d2a00 void 0.000114
+gallium_dri.so free 0x5571735d28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000114
+gallium_dri.so free 0x5571735d2a40 void 0.000113
+gallium_dri.so free 0x5571735d29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d29b0 0.000113
+gallium_dri.so free 0x5571735d2b00 void 0.000113
+gallium_dri.so free 0x5571735d29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2b70 0.000126
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2d80 void 0.000113
+gallium_dri.so free 0x5571735d2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2d30 0.000114
+gallium_dri.so free 0x5571735d2dc0 void 0.000115
+gallium_dri.so free 0x5571735d2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000112
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so free 0x5571735d2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ec0 0.000112
+gallium_dri.so free 0x5571735d2f40 void 0.000116
+gallium_dri.so free 0x5571735d2ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f40 0.000112
+gallium_dri.so free 0x5571735d3000 void 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2f40 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30e0 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000112
+gallium_dri.so free 0x5571735d3280 void 0.000119
+gallium_dri.so free 0x5571735d3130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3280 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3280 0.000117
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3280 0.000115
+gallium_dri.so free 0x5571735d34c0 void 0.000116
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3470 0.000113
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3530 0.000112
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d3530 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3650 0.000112
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d3650 void 0.000112
+gallium_dri.so malloc 72 0x5571735d36e0 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000116
+gallium_dri.so free 0x5571735d36e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3800 void 0.000113
+gallium_dri.so free 0x5571735d3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000112
+gallium_dri.so free 0x5571735d3880 void 0.000180
+gallium_dri.so free 0x5571735d3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3880 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3880 0.000112
+gallium_dri.so free 0x5571735d3a40 void 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000113
+gallium_dri.so free 0x5571735d3a80 void 0.000113
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000112
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b80 0.000113
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so free 0x5571735d3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c00 0.000112
+gallium_dri.so free 0x5571735d3cc0 void 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3c00 0.000113
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d70 0.000112
+gallium_dri.so free 0x5571735d3dc0 void 0.000113
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000122
+gallium_dri.so free 0x5571735d3d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3f00 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000112
+gallium_dri.so free 0x5571735d3f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3f80 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3f80 0.000112
+gallium_dri.so free 0x5571735d40c0 void 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40f0 0.000111
+gallium_dri.so free 0x5571735d4140 void 0.000111
+gallium_dri.so free 0x5571735d40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40f0 0.000112
+gallium_dri.so free 0x5571735d4240 void 0.000112
+gallium_dri.so free 0x5571735d40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d41f0 0.000113
+gallium_dri.so free 0x5571735d4300 void 0.000114
+gallium_dri.so free 0x5571735d41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d42b0 0.000116
+gallium_dri.so free 0x5571735d4380 void 0.000115
+gallium_dri.so free 0x5571735d42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42b0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000113
+gallium_dri.so free 0x5571735d42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d42b0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d42b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d44b0 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000116
+gallium_dri.so free 0x5571735d44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d45d0 0.000118
+gallium_dri.so free 0x5571735d4640 void 0.000124
+gallium_dri.so free 0x5571735d45d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4660 0.000113
+gallium_dri.so free 0x5571735d4700 void 0.000113
+gallium_dri.so free 0x5571735d4660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46b0 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4780 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4780 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48c0 0.000112
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48c0 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d48c0 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000118
+gallium_dri.so free 0x5571735d4b80 void 0.000115
+gallium_dri.so free 0x5571735d4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bd0 0.000112
+gallium_dri.so free 0x5571735d4c40 void 0.000113
+gallium_dri.so free 0x5571735d4bd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c80 0.000114
+gallium_dri.so free 0x5571735d4d00 void 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4c80 0.000113
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4e00 void 0.000113
+gallium_dri.so free 0x5571735d4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so free 0x5571735d4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000113
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f70 0.000122
+gallium_dri.so free 0x5571735dd340 void 0.000119
+gallium_dri.so free 0x5571735d5000 void 0.000114
+gallium_dri.so free 0x5571735d4f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4f70 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000113
+gallium_dri.so free 0x5571735d4f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5130 0.000112
+gallium_dri.so free 0x5571735d5180 void 0.000110
+gallium_dri.so free 0x5571735d5130 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5130 0.000111
+gallium_dri.so free 0x5571735d5280 void 0.000111
+gallium_dri.so free 0x5571735d5130 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5230 0.000110
+gallium_dri.so free 0x5571735d5340 void 0.000111
+gallium_dri.so free 0x5571735d5230 void 0.000109
+gallium_dri.so malloc 72 0x5571735d52f0 0.000110
+gallium_dri.so free 0x5571735d5380 void 0.000112
+gallium_dri.so free 0x5571735d52f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d52f0 0.000110
+gallium_dri.so free 0x5571735d5440 void 0.000112
+gallium_dri.so free 0x5571735d52f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5480 0.000110
+gallium_dri.so free 0x5571735d5500 void 0.000110
+gallium_dri.so free 0x5571735d5480 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5500 0.000115
+gallium_dri.so free 0x5571735d55c0 void 0.000124
+gallium_dri.so free 0x5571735d5500 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5500 0.000123
+gallium_dri.so free 0x5571735d5680 void 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000111
+gallium_dri.so malloc 72 0x5571735d56a0 0.000111
+gallium_dri.so free 0x5571735d5740 void 0.000135
+gallium_dri.so free 0x5571735d56a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56f0 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000111
+gallium_dri.so free 0x5571735d56f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d56f0 0.000110
+gallium_dri.so free 0x5571735d5840 void 0.000111
+gallium_dri.so free 0x5571735d56f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5840 0.000111
+gallium_dri.so free 0x5571735d5900 void 0.000110
+gallium_dri.so free 0x5571735d5840 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5840 0.000109
+gallium_dri.so free 0x5571735d59c0 void 0.000109
+gallium_dri.so free 0x5571735d5840 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5840 0.000110
+gallium_dri.so free 0x5571735d5a80 void 0.000110
+gallium_dri.so free 0x5571735d5840 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5a30 0.000111
+gallium_dri.so free 0x5571735d5b40 void 0.000109
+gallium_dri.so free 0x5571735d5a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5af0 0.000110
+gallium_dri.so free 0x5571735d5bc0 void 0.000111
+gallium_dri.so free 0x5571735d5af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5c10 0.000119
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735d5c10 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5ca0 0.000109
+gallium_dri.so free 0x5571735d5d40 void 0.000109
+gallium_dri.so free 0x5571735d5ca0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000117
+gallium_dri.so free 0x5571735d5dc0 void 0.000112
+gallium_dri.so free 0x5571735d5cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000109
+gallium_dri.so free 0x5571735d5e40 void 0.000109
+gallium_dri.so free 0x5571735d5cf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5e40 0.000110
+gallium_dri.so free 0x5571735d5f00 void 0.000110
+gallium_dri.so free 0x5571735d5e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5e40 0.000110
+gallium_dri.so free 0x5571735d6000 void 0.000110
+gallium_dri.so free 0x5571735d5e40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000109
+gallium_dri.so free 0x5571735d6040 void 0.000110
+gallium_dri.so free 0x5571735d5fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000109
+gallium_dri.so free 0x5571735d6100 void 0.000110
+gallium_dri.so free 0x5571735d5fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6140 0.000109
+gallium_dri.so free 0x5571735d61c0 void 0.000109
+gallium_dri.so free 0x5571735d6140 void 0.000108
+gallium_dri.so malloc 72 0x5571735d61c0 0.000109
+gallium_dri.so free 0x5571735d6280 void 0.000110
+gallium_dri.so free 0x5571735d61c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d61c0 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000111
+gallium_dri.so free 0x5571735d61c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d6330 0.000169
+gallium_dri.so free 0x5571735d6380 void 0.000115
+gallium_dri.so free 0x5571735d6330 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6330 0.000111
+gallium_dri.so free 0x5571735d6480 void 0.000110
+gallium_dri.so free 0x5571735d6330 void 0.000109
+gallium_dri.so malloc 72 0x5571735d64c0 0.000110
+gallium_dri.so free 0x5571735d6540 void 0.000111
+gallium_dri.so free 0x5571735d64c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d6540 0.000110
+gallium_dri.so free 0x5571735d6600 void 0.000111
+gallium_dri.so free 0x5571735d6540 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6540 0.000109
+gallium_dri.so free 0x5571735d6680 void 0.000110
+gallium_dri.so free 0x5571735d6540 void 0.000109
+gallium_dri.so malloc 72 0x5571735d66b0 0.000110
+gallium_dri.so free 0x5571735d6700 void 0.000111
+gallium_dri.so free 0x5571735d66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66b0 0.000115
+gallium_dri.so free 0x5571735d6800 void 0.000110
+gallium_dri.so free 0x5571735d66b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d67b0 0.000110
+gallium_dri.so free 0x5571735d68c0 void 0.000114
+gallium_dri.so free 0x5571735d67b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6870 0.000111
+gallium_dri.so free 0x5571735d6940 void 0.000111
+gallium_dri.so free 0x5571735d6870 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6870 0.000110
+gallium_dri.so free 0x5571735d6a00 void 0.000126
+gallium_dri.so free 0x5571735d6870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6870 0.000115
+gallium_dri.so free 0x5571735d6ac0 void 0.000111
+gallium_dri.so free 0x5571735d6870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6a70 0.000110
+gallium_dri.so free 0x5571735d6b40 void 0.000110
+gallium_dri.so free 0x5571735d6a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6b90 0.000110
+gallium_dri.so free 0x5571735d6c00 void 0.000110
+gallium_dri.so free 0x5571735d6b90 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6c20 0.000110
+gallium_dri.so free 0x55717345af00 void 0.000115
+gallium_dri.so free 0x5571735d6c20 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6c20 0.000111
+gallium_dri.so free 0x5571735e55c0 void 0.000109
+gallium_dri.so free 0x5571735d6c20 void 0.000110
+gallium_dri.so malloc 72 0x5571735e5570 0.000109
+gallium_dri.so free 0x557173455700 void 0.000112
+gallium_dri.so free 0x5571735e5570 void 0.000110
+gallium_dri.so malloc 72 0x5571734556b0 0.000114
+gallium_dri.so free 0x557173457f80 void 0.000121
+gallium_dri.so free 0x5571734556b0 void 0.000116
+gallium_dri.so malloc 72 0x557173457f30 0.000112
+gallium_dri.so free 0x5571735b4340 void 0.000111
+gallium_dri.so free 0x557173457f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735b42f0 0.000152
+gallium_dri.so free 0x5571735b4840 void 0.000120
+gallium_dri.so free 0x5571735b42f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b47f0 0.000124
+gallium_dri.so free 0x5571735e4900 void 0.000120
+gallium_dri.so free 0x5571735b47f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e48b0 0.000118
+gallium_dri.so free 0x5571735f4800 void 0.000120
+gallium_dri.so free 0x5571735e48b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f47b0 0.000118
+gallium_dri.so free 0x557173459c40 void 0.000119
+gallium_dri.so free 0x5571735f47b0 void 0.000118
+gallium_dri.so malloc 72 0x557173459bf0 0.000118
+gallium_dri.so free 0x5571735e4740 void 0.000119
+gallium_dri.so free 0x557173459bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e46f0 0.000118
+gallium_dri.so free 0x5571735b4500 void 0.000118
+gallium_dri.so free 0x5571735e46f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000117
+gallium_dri.so free 0x5571735b4940 void 0.000119
+gallium_dri.so free 0x5571735b44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735b44b0 0.000118
+gallium_dri.so free 0x5571734572c0 void 0.000117
+gallium_dri.so free 0x5571735b44b0 void 0.000117
+gallium_dri.so malloc 72 0x557173457270 0.000117
+gallium_dri.so free 0x55717345a880 void 0.000118
+gallium_dri.so free 0x557173457270 void 0.000117
+gallium_dri.so malloc 72 0x55717345a830 0.000113
+gallium_dri.so free 0x5571735f3880 void 0.000110
+gallium_dri.so free 0x55717345a830 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3830 0.000110
+gallium_dri.so free 0x5571735b4600 void 0.000110
+gallium_dri.so free 0x5571735f3830 void 0.000111
+gallium_dri.so malloc 72 0x5571735b4670 0.000108
+gallium_dri.so free 0x5571735e4580 void 0.000115
+gallium_dri.so free 0x5571735b4670 void 0.000111
+gallium_dri.so malloc 72 0x5571735e4530 0.000111
+gallium_dri.so free 0x557173456680 void 0.000112
+gallium_dri.so free 0x5571735e4530 void 0.000110
+gallium_dri.so malloc 72 0x557173456630 0.000109
+gallium_dri.so free 0x557173454440 void 0.000110
+gallium_dri.so free 0x557173456630 void 0.000109
+gallium_dri.so malloc 72 0x5571734543f0 0.000111
+gallium_dri.so free 0x557173457940 void 0.000110
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734543f0 0.000110
+gallium_dri.so free 0x5571735e4f80 void 0.000110
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734543f0 0.000111
+gallium_dri.so free 0x557173458840 void 0.000111
+gallium_dri.so free 0x5571734543f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734587f0 0.000109
+gallium_dri.so free 0x557173455400 void 0.000112
+gallium_dri.so free 0x5571734587f0 void 0.000111
+gallium_dri.so malloc 72 0x557173455460 0.000110
+gallium_dri.so free 0x5571735e5e80 void 0.000126
+gallium_dri.so free 0x557173455460 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5e30 0.000120
+gallium_dri.so free 0x557173457040 void 0.000123
+gallium_dri.so free 0x5571735e5e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5e30 0.000118
+gallium_dri.so free 0x55717345a600 void 0.000118
+gallium_dri.so free 0x5571735e5e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5e30 0.000119
+gallium_dri.so free 0x5571735b4b80 void 0.000119
+gallium_dri.so free 0x5571735e5e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735b4b80 0.000118
+gallium_dri.so free 0x557173457100 void 0.000119
+gallium_dri.so free 0x5571735b4b80 void 0.000117
+gallium_dri.so malloc 72 0x5571734570b0 0.000118
+gallium_dri.so free 0x5571734563c0 void 0.000119
+gallium_dri.so free 0x5571734570b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734570b0 0.000117
+gallium_dri.so free 0x557173456480 void 0.000119
+gallium_dri.so free 0x5571734570b0 void 0.000118
+gallium_dri.so malloc 72 0x557173456430 0.000117
+gallium_dri.so free 0x5571735f4540 void 0.000118
+gallium_dri.so free 0x557173456430 void 0.000119
+gallium_dri.so malloc 72 0x557173456430 0.000118
+gallium_dri.so free 0x5571735f45c0 void 0.000118
+gallium_dri.so free 0x557173456430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f45c0 0.000165
+gallium_dri.so free 0x5571735e3d40 void 0.000121
+gallium_dri.so free 0x5571735f45c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f45c0 0.000118
+gallium_dri.so free 0x5571735e3dc0 void 0.000118
+gallium_dri.so free 0x5571735f45c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3df0 0.000118
+gallium_dri.so free 0x557173455800 void 0.000118
+gallium_dri.so free 0x5571735e3df0 void 0.000118
+gallium_dri.so malloc 72 0x557173455840 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000118
+gallium_dri.so free 0x557173455840 void 0.000118
+gallium_dri.so malloc 72 0x5571734558c0 0.000118
+gallium_dri.so free 0x557173455980 void 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734558c0 0.000118
+gallium_dri.so free 0x5571735e3e40 void 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734558c0 0.000117
+gallium_dri.so free 0x5571735f3980 void 0.000118
+gallium_dri.so free 0x5571734558c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f39b0 0.000119
+gallium_dri.so free 0x5571735f3a00 void 0.000118
+gallium_dri.so free 0x5571735f39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f39b0 0.000116
+gallium_dri.so free 0x5571735f3b00 void 0.000118
+gallium_dri.so free 0x5571735f39b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000119
+gallium_dri.so free 0x5571735e56c0 void 0.000119
+gallium_dri.so free 0x5571735f3ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e56e0 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000119
+gallium_dri.so free 0x5571735e56e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5730 0.000118
+gallium_dri.so free 0x5571735e5800 void 0.000118
+gallium_dri.so free 0x5571735e5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5730 0.000117
+gallium_dri.so free 0x557173458080 void 0.000119
+gallium_dri.so free 0x5571735e5730 void 0.000114
+gallium_dri.so malloc 72 0x5571734580c0 0.000119
+gallium_dri.so free 0x557173458140 void 0.000118
+gallium_dri.so free 0x5571734580c0 void 0.000117
+gallium_dri.so malloc 72 0x557173458140 0.000118
+gallium_dri.so free 0x5571735e5900 void 0.000118
+gallium_dri.so free 0x557173458140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e58b0 0.000118
+gallium_dri.so free 0x557173458200 void 0.000117
+gallium_dri.so free 0x5571735e58b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e58b0 0.000118
+gallium_dri.so free 0x5571735e5fc0 void 0.000118
+gallium_dri.so free 0x5571735e58b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e58b0 0.000119
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x5571735e58b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e6040 0.000119
+gallium_dri.so free 0x5571735e6100 void 0.000119
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e6040 0.000118
+gallium_dri.so free 0x5571734582c0 void 0.000118
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so malloc 72 0x557173458270 0.000117
+gallium_dri.so free 0x5571735b3ec0 void 0.000119
+gallium_dri.so free 0x557173458270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3e70 0.000118
+gallium_dri.so free 0x5571735b3f40 void 0.000149
+gallium_dri.so free 0x5571735b3e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3e70 0.000117
+gallium_dri.so free 0x5571735b3fc0 void 0.000119
+gallium_dri.so free 0x5571735b3e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000117
+gallium_dri.so free 0x5571735b4080 void 0.000118
+gallium_dri.so free 0x5571735b3fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000119
+gallium_dri.so free 0x557173458400 void 0.000118
+gallium_dri.so free 0x5571735b3fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173458430 0.000117
+gallium_dri.so free 0x557173458480 void 0.000118
+gallium_dri.so free 0x557173458430 void 0.000119
+gallium_dri.so malloc 72 0x557173458480 0.000118
+gallium_dri.so free 0x557173458540 void 0.000170
+gallium_dri.so free 0x557173458480 void 0.000119
+gallium_dri.so malloc 72 0x557173458480 0.000118
+gallium_dri.so free 0x557173458640 void 0.000117
+gallium_dri.so free 0x557173458480 void 0.000117
+gallium_dri.so malloc 72 0x5571734585f0 0.000118
+gallium_dri.so free 0x55717345a240 void 0.000118
+gallium_dri.so free 0x5571734585f0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a1f0 0.000119
+gallium_dri.so free 0x55717345a280 void 0.000118
+gallium_dri.so free 0x55717345a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a1f0 0.000117
+gallium_dri.so free 0x55717345a340 void 0.000118
+gallium_dri.so free 0x55717345a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a380 0.000117
+gallium_dri.so free 0x55717345a400 void 0.000117
+gallium_dri.so free 0x55717345a380 void 0.000118
+gallium_dri.so malloc 72 0x55717345a400 0.000118
+gallium_dri.so free 0x5571735e5a40 void 0.000118
+gallium_dri.so free 0x55717345a400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5a80 0.000123
+gallium_dri.so free 0x5571735e5b00 void 0.000120
+gallium_dri.so free 0x5571735e5a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e5a80 0.000119
+gallium_dri.so free 0x5571735e5b80 void 0.000120
+gallium_dri.so free 0x5571735e5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000125
+gallium_dri.so free 0x5571735e5c00 void 0.000120
+gallium_dri.so free 0x5571735e5bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5bb0 0.000118
+gallium_dri.so free 0x557173456c80 void 0.000118
+gallium_dri.so free 0x5571735e5bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173456c30 0.000118
+gallium_dri.so free 0x557173456d40 void 0.000118
+gallium_dri.so free 0x557173456c30 void 0.000119
+gallium_dri.so malloc 72 0x557173456cf0 0.000117
+gallium_dri.so free 0x557173456d80 void 0.000117
+gallium_dri.so free 0x557173456cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173456cf0 0.000118
+gallium_dri.so free 0x557173456e40 void 0.000118
+gallium_dri.so free 0x557173456cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173456cf0 0.000118
+gallium_dri.so free 0x557173455ac0 void 0.000118
+gallium_dri.so free 0x557173456cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173456cf0 0.000118
+gallium_dri.so free 0x557173455b40 void 0.000118
+gallium_dri.so free 0x557173456cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173455b40 0.000118
+gallium_dri.so free 0x557173455c00 void 0.000119
+gallium_dri.so free 0x557173455b40 void 0.000119
+gallium_dri.so malloc 72 0x557173455b40 0.000118
+gallium_dri.so free 0x557173455cc0 void 0.000119
+gallium_dri.so free 0x557173455b40 void 0.000118
+gallium_dri.so malloc 72 0x557173455b40 0.000127
+gallium_dri.so free 0x557173455d80 void 0.000118
+gallium_dri.so free 0x557173455b40 void 0.000120
+gallium_dri.so malloc 72 0x557173455d30 0.000117
+gallium_dri.so free 0x5571735f3c40 void 0.000118
+gallium_dri.so free 0x557173455d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3c40 0.000118
+gallium_dri.so free 0x5571735f3d00 void 0.000118
+gallium_dri.so free 0x5571735f3c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3c40 0.000119
+gallium_dri.so free 0x5571735f3dc0 void 0.000118
+gallium_dri.so free 0x5571735f3c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3de0 0.000118
+gallium_dri.so free 0x5571735f3e80 void 0.000117
+gallium_dri.so free 0x5571735f3de0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3e30 0.000118
+gallium_dri.so free 0x5571735f3f00 void 0.000119
+gallium_dri.so free 0x5571735f3e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3e30 0.000117
+gallium_dri.so free 0x557173456780 void 0.000118
+gallium_dri.so free 0x5571735f3e30 void 0.000117
+gallium_dri.so malloc 72 0x5571734567d0 0.000118
+gallium_dri.so free 0x557173456840 void 0.000117
+gallium_dri.so free 0x5571734567d0 void 0.000118
+gallium_dri.so malloc 72 0x557173456860 0.000118
+gallium_dri.so free 0x557173456900 void 0.000119
+gallium_dri.so free 0x557173456860 void 0.000165
+gallium_dri.so malloc 72 0x5571734568b0 0.000119
+gallium_dri.so free 0x557173456980 void 0.000118
+gallium_dri.so free 0x5571734568b0 void 0.000119
+gallium_dri.so malloc 72 0x557173456980 0.000117
+gallium_dri.so free 0x557173456a40 void 0.000119
+gallium_dri.so free 0x557173456980 void 0.000118
+gallium_dri.so malloc 72 0x557173456980 0.000118
+gallium_dri.so free 0x557173457ac0 void 0.000118
+gallium_dri.so free 0x557173456980 void 0.000118
+gallium_dri.so malloc 72 0x557173457a70 0.000123
+gallium_dri.so free 0x557173457b80 void 0.000118
+gallium_dri.so free 0x557173457a70 void 0.000115
+gallium_dri.so malloc 72 0x557173457b30 0.000119
+gallium_dri.so free 0x557173457bc0 void 0.000118
+gallium_dri.so free 0x557173457b30 void 0.000118
+gallium_dri.so malloc 72 0x557173457b30 0.000119
+gallium_dri.so free 0x557173457c80 void 0.000118
+gallium_dri.so free 0x557173457b30 void 0.000117
+gallium_dri.so malloc 72 0x557173457cc0 0.000118
+gallium_dri.so free 0x557173457d40 void 0.000117
+gallium_dri.so free 0x557173457cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173457d40 0.000118
+gallium_dri.so free 0x557173459d40 void 0.000117
+gallium_dri.so free 0x557173457d40 void 0.000117
+gallium_dri.so malloc 72 0x557173459d80 0.000119
+gallium_dri.so free 0x557173459e00 void 0.000126
+gallium_dri.so free 0x557173459d80 void 0.000119
+gallium_dri.so malloc 72 0x557173459d80 0.000117
+gallium_dri.so free 0x557173459e80 void 0.000118
+gallium_dri.so free 0x557173459d80 void 0.000117
+gallium_dri.so malloc 72 0x557173459eb0 0.000120
+gallium_dri.so free 0x557173459f00 void 0.000119
+gallium_dri.so free 0x557173459eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173459eb0 0.000119
+gallium_dri.so free 0x55717345a000 void 0.000118
+gallium_dri.so free 0x557173459eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173459fb0 0.000116
+gallium_dri.so free 0x5571735e5100 void 0.000119
+gallium_dri.so free 0x557173459fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e50b0 0.000119
+gallium_dri.so free 0x5571735e5140 void 0.000117
+gallium_dri.so free 0x5571735e50b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e50b0 0.000117
+gallium_dri.so free 0x5571735e5200 void 0.000118
+gallium_dri.so free 0x5571735e50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5270 0.000118
+gallium_dri.so free 0x5571735e52c0 void 0.000118
+gallium_dri.so free 0x5571735e5270 void 0.000116
+gallium_dri.so malloc 72 0x5571735e5270 0.000119
+gallium_dri.so free 0x5571735e53c0 void 0.000118
+gallium_dri.so free 0x5571735e5270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5370 0.000119
+gallium_dri.so free 0x557173455ec0 void 0.000142
+gallium_dri.so free 0x5571735e5370 void 0.000119
+gallium_dri.so malloc 72 0x557173455e70 0.000118
+gallium_dri.so free 0x557173455f00 void 0.000118
+gallium_dri.so free 0x557173455e70 void 0.000118
+gallium_dri.so malloc 72 0x557173455e70 0.000119
+gallium_dri.so free 0x557173455fc0 void 0.000119
+gallium_dri.so free 0x557173455e70 void 0.000119
+gallium_dri.so malloc 72 0x557173456000 0.000118
+gallium_dri.so free 0x557173456080 void 0.000119
+gallium_dri.so free 0x557173456000 void 0.000118
+gallium_dri.so malloc 72 0x557173456080 0.000118
+gallium_dri.so free 0x557173456140 void 0.000120
+gallium_dri.so free 0x557173456080 void 0.000117
+gallium_dri.so malloc 72 0x557173456080 0.000119
+gallium_dri.so free 0x5571735f4040 void 0.000118
+gallium_dri.so free 0x557173456080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000119
+gallium_dri.so free 0x5571735f4080 void 0.000118
+gallium_dri.so free 0x5571735f3ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000118
+gallium_dri.so free 0x5571735f4140 void 0.000119
+gallium_dri.so free 0x5571735f3ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4180 0.000119
+gallium_dri.so free 0x5571735f4200 void 0.000118
+gallium_dri.so free 0x5571735f4180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4200 0.000131
+gallium_dri.so free 0x5571735f42c0 void 0.000118
+gallium_dri.so free 0x5571735f4200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4200 0.000117
+gallium_dri.so free 0x5571735f4340 void 0.000117
+gallium_dri.so free 0x5571735f4200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4200 0.000117
+gallium_dri.so free 0x5571735e4000 void 0.000119
+gallium_dri.so free 0x5571735f4200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4000 0.000116
+gallium_dri.so free 0x5571735e40c0 void 0.000116
+gallium_dri.so free 0x5571735e4000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4000 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000117
+gallium_dri.so free 0x5571735e4000 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4140 0.000118
+gallium_dri.so free 0x5571735e4200 void 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4140 0.000117
+gallium_dri.so free 0x5571735e42c0 void 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4140 0.000117
+gallium_dri.so free 0x5571735e4380 void 0.000117
+gallium_dri.so free 0x5571735e4140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4330 0.000116
+gallium_dri.so free 0x5571734573c0 void 0.000117
+gallium_dri.so free 0x5571735e4330 void 0.000116
+gallium_dri.so malloc 72 0x557173457410 0.000180
+gallium_dri.so free 0x557173457480 void 0.000246
+gallium_dri.so free 0x557173457410 void 0.000183
+gallium_dri.so malloc 72 0x5571734574c0 0.000118
+gallium_dri.so free 0x557173457540 void 0.000118
+gallium_dri.so free 0x5571734574c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734574c0 0.000119
+gallium_dri.so free 0x5571734575c0 void 0.000118
+gallium_dri.so free 0x5571734574c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734575f0 0.000118
+gallium_dri.so free 0x557173457640 void 0.000119
+gallium_dri.so free 0x5571734575f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734575f0 0.000117
+gallium_dri.so free 0x557173457740 void 0.000120
+gallium_dri.so free 0x5571734575f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734576f0 0.000118
+gallium_dri.so free 0x5571735e4a00 void 0.000120
+gallium_dri.so free 0x5571734576f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e4a20 0.000117
+gallium_dri.so free 0x5571735e4ac0 void 0.000120
+gallium_dri.so free 0x5571735e4a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4a70 0.000118
+gallium_dri.so free 0x5571735e4b40 void 0.000118
+gallium_dri.so free 0x5571735e4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4a70 0.000154
+gallium_dri.so free 0x5571735e4c40 void 0.000120
+gallium_dri.so free 0x5571735e4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000117
+gallium_dri.so free 0x5571735e4cc0 void 0.000117
+gallium_dri.so free 0x5571735e4bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e4d10 0.000116
+gallium_dri.so free 0x5571735e4d80 void 0.000118
+gallium_dri.so free 0x5571735e4d10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e4da0 0.000117
+gallium_dri.so free 0x55717345a980 void 0.000118
+gallium_dri.so free 0x5571735e4da0 void 0.000116
+gallium_dri.so malloc 72 0x55717345a9b0 0.000116
+gallium_dri.so free 0x55717345aa00 void 0.000117
+gallium_dri.so free 0x55717345a9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717345a9b0 0.000117
+gallium_dri.so free 0x55717345ab00 void 0.000117
+gallium_dri.so free 0x55717345a9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717345aab0 0.000120
+gallium_dri.so free 0x55717345abc0 void 0.000118
+gallium_dri.so free 0x55717345aab0 void 0.000118
+gallium_dri.so malloc 72 0x55717345ab70 0.000117
+gallium_dri.so free 0x55717345ac40 void 0.000117
+gallium_dri.so free 0x55717345ab70 void 0.000118
+gallium_dri.so malloc 72 0x55717345ab70 0.000119
+gallium_dri.so free 0x55717345ad00 void 0.000119
+gallium_dri.so free 0x55717345ab70 void 0.000118
+gallium_dri.so malloc 72 0x55717345ab70 0.000128
+gallium_dri.so free 0x55717345e480 void 0.000118
+gallium_dri.so free 0x55717345ab70 void 0.000118
+gallium_dri.so malloc 72 0x55717345e4c0 0.000119
+gallium_dri.so free 0x55717345e540 void 0.000119
+gallium_dri.so free 0x55717345e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717345e540 0.000119
+gallium_dri.so free 0x55717345e600 void 0.000118
+gallium_dri.so free 0x55717345e540 void 0.000118
+gallium_dri.so malloc 72 0x55717345e540 0.000120
+gallium_dri.so free 0x55717345e680 void 0.000119
+gallium_dri.so free 0x55717345e540 void 0.000118
+gallium_dri.so malloc 72 0x55717345e6b0 0.000118
+gallium_dri.so free 0x55717345e700 void 0.000118
+gallium_dri.so free 0x55717345e6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717345e700 0.000124
+gallium_dri.so free 0x55717345e7c0 void 0.000125
+gallium_dri.so free 0x55717345e700 void 0.000125
+gallium_dri.so malloc 72 0x55717345e700 0.000120
+gallium_dri.so free 0x55717345e8c0 void 0.000119
+gallium_dri.so free 0x55717345e700 void 0.000117
+gallium_dri.so malloc 72 0x55717345e870 0.000118
+gallium_dri.so free 0x55717345e980 void 0.000119
+gallium_dri.so free 0x55717345e870 void 0.000118
+gallium_dri.so malloc 72 0x55717345e930 0.000118
+gallium_dri.so free 0x55717345e9c0 void 0.000126
+gallium_dri.so free 0x55717345e930 void 0.000119
+gallium_dri.so malloc 72 0x55717345e930 0.000119
+gallium_dri.so free 0x557173458980 void 0.000119
+gallium_dri.so free 0x55717345e930 void 0.000118
+gallium_dri.so malloc 72 0x55717345e930 0.000118
+gallium_dri.so free 0x557173458a00 void 0.000119
+gallium_dri.so free 0x55717345e930 void 0.000118
+gallium_dri.so malloc 72 0x557173458a00 0.000118
+gallium_dri.so free 0x557173458ac0 void 0.000118
+gallium_dri.so free 0x557173458a00 void 0.000117
+gallium_dri.so malloc 72 0x557173458a00 0.000118
+gallium_dri.so free 0x557173458bc0 void 0.000119
+gallium_dri.so free 0x557173458a00 void 0.000118
+gallium_dri.so malloc 72 0x557173458b70 0.000117
+gallium_dri.so free 0x557173458c00 void 0.000119
+gallium_dri.so free 0x557173458b70 void 0.000117
+gallium_dri.so malloc 72 0x557173458b70 0.000117
+gallium_dri.so free 0x557173458cc0 void 0.000119
+gallium_dri.so free 0x557173458b70 void 0.000119
+gallium_dri.so malloc 72 0x557173458d00 0.000117
+gallium_dri.so free 0x557173458d80 void 0.000118
+gallium_dri.so free 0x557173458d00 void 0.000117
+gallium_dri.so malloc 72 0x557173458d80 0.000118
+gallium_dri.so free 0x557173458e40 void 0.000118
+gallium_dri.so free 0x557173458d80 void 0.000118
+gallium_dri.so malloc 72 0x557173458d80 0.000118
+gallium_dri.so free 0x557173458ec0 void 0.000114
+gallium_dri.so free 0x557173458d80 void 0.000113
+gallium_dri.so malloc 72 0x557173458ef0 0.000110
+gallium_dri.so free 0x557173458f40 void 0.000110
+gallium_dri.so free 0x557173458ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173458ef0 0.000186
+gallium_dri.so free 0x557173459040 void 0.000200
+gallium_dri.so free 0x557173458ef0 void 0.000157
+gallium_dri.so malloc 72 0x557173459080 0.000112
+gallium_dri.so free 0x557173459100 void 0.000110
+gallium_dri.so free 0x557173459080 void 0.000110
+gallium_dri.so malloc 72 0x557173459100 0.000110
+gallium_dri.so free 0x5571734591c0 void 0.000110
+gallium_dri.so free 0x557173459100 void 0.000110
+gallium_dri.so malloc 72 0x557173459100 0.000111
+gallium_dri.so free 0x557173459240 void 0.000110
+gallium_dri.so free 0x557173459100 void 0.000109
+gallium_dri.so malloc 72 0x557173459270 0.000110
+gallium_dri.so free 0x5571734592c0 void 0.000110
+gallium_dri.so free 0x557173459270 void 0.000111
+gallium_dri.so malloc 72 0x557173459270 0.000117
+gallium_dri.so free 0x5571734593c0 void 0.000116
+gallium_dri.so free 0x557173459270 void 0.000110
+gallium_dri.so malloc 72 0x557173459370 0.000112
+gallium_dri.so free 0x557173459480 void 0.000112
+gallium_dri.so free 0x557173459370 void 0.000110
+gallium_dri.so malloc 72 0x557173459430 0.000158
+gallium_dri.so free 0x557173459500 void 0.000126
+gallium_dri.so free 0x557173459430 void 0.000125
+gallium_dri.so malloc 72 0x557173459430 0.000124
+gallium_dri.so free 0x5571734595c0 void 0.000124
+gallium_dri.so free 0x557173459430 void 0.000123
+gallium_dri.so malloc 72 0x557173459430 0.000123
+gallium_dri.so free 0x557173459680 void 0.000124
+gallium_dri.so free 0x557173459430 void 0.000124
+gallium_dri.so malloc 72 0x557173459630 0.000123
+gallium_dri.so free 0x557173459700 void 0.000123
+gallium_dri.so free 0x557173459630 void 0.000123
+gallium_dri.so malloc 72 0x557173459750 0.000120
+gallium_dri.so free 0x5571734597c0 void 0.000114
+gallium_dri.so free 0x557173459750 void 0.000119
+gallium_dri.so malloc 72 0x5571734597e0 0.000118
+gallium_dri.so free 0x557173459880 void 0.000115
+gallium_dri.so free 0x5571734597e0 void 0.000112
+gallium_dri.so malloc 72 0x557173459830 0.000120
+gallium_dri.so free 0x557173459900 void 0.000125
+gallium_dri.so free 0x557173459830 void 0.000119
+gallium_dri.so malloc 72 0x557173459900 0.000119
+gallium_dri.so free 0x5571734599c0 void 0.000190
+gallium_dri.so free 0x557173459900 void 0.000158
+gallium_dri.so malloc 72 0x557173459900 0.000124
+gallium_dri.so free 0x557173459a40 void 0.000124
+gallium_dri.so free 0x557173459900 void 0.000119
+gallium_dri.so malloc 72 0x557173459a40 0.000114
+gallium_dri.so free 0x557173459b00 void 0.000121
+gallium_dri.so free 0x557173459a40 void 0.000123
+gallium_dri.so malloc 72 0x557173459a40 0.000125
+gallium_dri.so free 0x55717345edc0 void 0.000119
+gallium_dri.so free 0x557173459a40 void 0.000115
+gallium_dri.so malloc 72 0x557173459a40 0.000119
+gallium_dri.so free 0x55717345ee80 void 0.000124
+gallium_dri.so free 0x557173459a40 void 0.000123
+gallium_dri.so malloc 72 0x55717345eec0 0.000120
+gallium_dri.so free 0x55717345ef40 void 0.000120
+gallium_dri.so free 0x55717345eec0 void 0.000124
+gallium_dri.so malloc 72 0x55717345ef40 0.000124
+gallium_dri.so free 0x55717345f000 void 0.000119
+gallium_dri.so free 0x55717345ef40 void 0.000115
+gallium_dri.so malloc 72 0x55717345ef40 0.000114
+gallium_dri.so free 0x55717345f080 void 0.000128
+gallium_dri.so free 0x55717345ef40 void 0.000133
+gallium_dri.so malloc 72 0x55717345ef40 0.000129
+gallium_dri.so free 0x55717345f140 void 0.000140
+gallium_dri.so free 0x55717345ef40 void 0.000131
+gallium_dri.so malloc 72 0x55717345ef40 0.000131
+gallium_dri.so free 0x55717345f200 void 0.000131
+gallium_dri.so free 0x55717345ef40 void 0.000132
+gallium_dri.so malloc 72 0x55717345f1b0 0.000124
+gallium_dri.so free 0x55717345f280 void 0.000125
+gallium_dri.so free 0x55717345f1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345f2d0 0.000124
+gallium_dri.so free 0x55717345f340 void 0.000121
+gallium_dri.so free 0x55717345f2d0 void 0.000124
+gallium_dri.so malloc 72 0x55717345f360 0.000130
+gallium_dri.so free 0x55717345f400 void 0.000131
+gallium_dri.so free 0x55717345f360 void 0.000131
+gallium_dri.so malloc 72 0x55717345f3b0 0.000129
+gallium_dri.so free 0x55717345f480 void 0.000131
+gallium_dri.so free 0x55717345f3b0 void 0.000131
+gallium_dri.so malloc 72 0x55717345f3b0 0.000129
+gallium_dri.so free 0x55717345f580 void 0.000129
+gallium_dri.so free 0x55717345f3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717345f530 0.000124
+gallium_dri.so free 0x55717345f600 void 0.000121
+gallium_dri.so free 0x55717345f530 void 0.000125
+gallium_dri.so malloc 72 0x55717345f650 0.000131
+gallium_dri.so free 0x55717345f6c0 void 0.000141
+gallium_dri.so free 0x55717345f650 void 0.000132
+gallium_dri.so malloc 72 0x55717345f6e0 0.000125
+gallium_dri.so free 0x55717345f780 void 0.000120
+gallium_dri.so free 0x55717345f6e0 void 0.000119
+gallium_dri.so malloc 72 0x55717345f730 0.000120
+gallium_dri.so free 0x55717345f800 void 0.000120
+gallium_dri.so free 0x55717345f730 void 0.000124
+gallium_dri.so malloc 72 0x55717345f730 0.000131
+gallium_dri.so free 0x55717345f880 void 0.000130
+gallium_dri.so free 0x55717345f730 void 0.000126
+gallium_dri.so malloc 72 0x55717345f880 0.000125
+gallium_dri.so free 0x55717345f940 void 0.000131
+gallium_dri.so free 0x55717345f880 void 0.000129
+gallium_dri.so malloc 72 0x55717345f880 0.000125
+gallium_dri.so free 0x55717345fa40 void 0.000125
+gallium_dri.so free 0x55717345f880 void 0.000129
+gallium_dri.so malloc 72 0x55717345f880 0.000129
+gallium_dri.so free 0x55717345fac0 void 0.000126
+gallium_dri.so free 0x55717345f880 void 0.000124
+gallium_dri.so malloc 72 0x55717345faf0 0.000129
+gallium_dri.so free 0x55717345fb40 void 0.000129
+gallium_dri.so free 0x55717345faf0 void 0.000124
+gallium_dri.so malloc 72 0x55717345faf0 0.000125
+gallium_dri.so free 0x55717345fc40 void 0.000125
+gallium_dri.so free 0x55717345faf0 void 0.000189
+gallium_dri.so malloc 72 0x55717345fbf0 0.000123
+gallium_dri.so free 0x55717345fd00 void 0.000120
+gallium_dri.so free 0x55717345fbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717345fcb0 0.000138
+gallium_dri.so free 0x55717345fd40 void 0.000130
+gallium_dri.so free 0x55717345fcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717345fcb0 0.000123
+gallium_dri.so free 0x55717345fe00 void 0.000120
+gallium_dri.so free 0x55717345fcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717345fe50 0.000118
+gallium_dri.so free 0x55717345fec0 void 0.000120
+gallium_dri.so free 0x55717345fe50 void 0.000125
+gallium_dri.so malloc 72 0x55717345ff00 0.000117
+gallium_dri.so free 0x55717345ff80 void 0.000113
+gallium_dri.so free 0x55717345ff00 void 0.000112
+gallium_dri.so malloc 72 0x55717345ff80 0.000112
+gallium_dri.so free 0x557173460040 void 0.000113
+gallium_dri.so free 0x55717345ff80 void 0.000112
+gallium_dri.so malloc 72 0x55717345ff80 0.000114
+gallium_dri.so free 0x5571734600c0 void 0.000114
+gallium_dri.so free 0x55717345ff80 void 0.000113
+gallium_dri.so malloc 72 0x5571734600f0 0.000112
+gallium_dri.so free 0x557173460140 void 0.000114
+gallium_dri.so free 0x5571734600f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734600f0 0.000113
+gallium_dri.so free 0x557173460240 void 0.000127
+gallium_dri.so free 0x5571734600f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734601f0 0.000113
+gallium_dri.so free 0x557173460300 void 0.000114
+gallium_dri.so free 0x5571734601f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734602b0 0.000113
+gallium_dri.so free 0x557173460380 void 0.000114
+gallium_dri.so free 0x5571734602b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734603a0 0.000114
+gallium_dri.so free 0x5571735d5000 void 0.000113
+gallium_dri.so free 0x5571734603a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734603a0 0.000112
+gallium_dri.so free 0x5571735d50c0 void 0.000114
+gallium_dri.so free 0x5571734603a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5100 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5180 0.000112
+gallium_dri.so free 0x5571735d5240 void 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5180 0.000113
+gallium_dri.so free 0x5571735d52c0 void 0.000114
+gallium_dri.so free 0x5571735d5180 void 0.000113
+gallium_dri.so malloc 72 0x5571735d52f0 0.000113
+gallium_dri.so free 0x5571735d5340 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d52f0 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000113
+gallium_dri.so free 0x5571735d52f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5480 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000113
+gallium_dri.so free 0x5571735d5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5500 0.000112
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5500 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5670 0.000112
+gallium_dri.so free 0x5571735d56c0 void 0.000114
+gallium_dri.so free 0x5571735d5670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5670 0.000112
+gallium_dri.so free 0x5571735d57c0 void 0.000113
+gallium_dri.so free 0x5571735d5670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5770 0.000114
+gallium_dri.so free 0x5571735d5880 void 0.000113
+gallium_dri.so free 0x5571735d5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5830 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5830 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5830 0.000115
+gallium_dri.so free 0x5571735d5a80 void 0.000113
+gallium_dri.so free 0x5571735d5830 void 0.000158
+gallium_dri.so malloc 72 0x5571735d5a30 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so free 0x5571735d5a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5b50 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5be0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735d5be0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c30 0.000113
+gallium_dri.so free 0x5571735d5d00 void 0.000114
+gallium_dri.so free 0x5571735d5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d00 0.000113
+gallium_dri.so free 0x5571735d5dc0 void 0.000115
+gallium_dri.so free 0x5571735d5d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d00 0.000112
+gallium_dri.so free 0x5571735d5e40 void 0.000113
+gallium_dri.so free 0x5571735d5d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000114
+gallium_dri.so free 0x5571735d5f00 void 0.000116
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000112
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e40 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000114
+gallium_dri.so free 0x5571735d5e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6030 0.000114
+gallium_dri.so free 0x5571735d6100 void 0.000114
+gallium_dri.so free 0x5571735d6030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6150 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000114
+gallium_dri.so free 0x5571735d6150 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6200 0.000113
+gallium_dri.so free 0x5571735d6280 void 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6200 0.000112
+gallium_dri.so free 0x5571735d6300 void 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d6380 void 0.000113
+gallium_dri.so free 0x5571735d6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so free 0x5571735d6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6430 0.000113
+gallium_dri.so free 0x5571735d6540 void 0.000115
+gallium_dri.so free 0x5571735d6430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d64f0 0.000112
+gallium_dri.so free 0x5571735d6580 void 0.000113
+gallium_dri.so free 0x5571735d64f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64f0 0.000112
+gallium_dri.so free 0x5571735d6640 void 0.000113
+gallium_dri.so free 0x5571735d64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66b0 0.000118
+gallium_dri.so free 0x5571735d6700 void 0.000114
+gallium_dri.so free 0x5571735d66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66b0 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000113
+gallium_dri.so free 0x5571735d66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d67b0 0.000113
+gallium_dri.so free 0x5571735d68c0 void 0.000112
+gallium_dri.so free 0x5571735d67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6870 0.000112
+gallium_dri.so free 0x5571735d6900 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6870 0.000112
+gallium_dri.so free 0x5571735d69c0 void 0.000106
+gallium_dri.so free 0x5571735d6870 void 0.000191
+gallium_dri.so malloc 72 0x5571735d6a00 0.000189
+gallium_dri.so free 0x5571735d6a80 void 0.000116
+gallium_dri.so free 0x5571735d6a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a80 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000113
+gallium_dri.so free 0x5571735d6a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6a80 0.000113
+gallium_dri.so free 0x5571735c7480 void 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a80 0.000112
+gallium_dri.so free 0x5571735c7540 void 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a80 0.000164
+gallium_dri.so free 0x5571735c7600 void 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c75b0 0.000114
+gallium_dri.so free 0x5571735c7680 void 0.000115
+gallium_dri.so free 0x5571735c75b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c76d0 0.000114
+gallium_dri.so free 0x5571735c7740 void 0.000115
+gallium_dri.so free 0x5571735c76d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7760 0.000114
+gallium_dri.so free 0x5571735c7800 void 0.000114
+gallium_dri.so free 0x5571735c7760 void 0.000113
+gallium_dri.so malloc 72 0x5571735c77b0 0.000115
+gallium_dri.so free 0x5571735c7880 void 0.000114
+gallium_dri.so free 0x5571735c77b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7880 0.000114
+gallium_dri.so free 0x5571735c7940 void 0.000116
+gallium_dri.so free 0x5571735c7880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7880 0.000112
+gallium_dri.so free 0x5571735c79c0 void 0.000114
+gallium_dri.so free 0x5571735c7880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79c0 0.000115
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so free 0x5571735c79c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79c0 0.000113
+gallium_dri.so free 0x5571735c7b40 void 0.000115
+gallium_dri.so free 0x5571735c79c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c79c0 0.000128
+gallium_dri.so free 0x5571735c7c00 void 0.000116
+gallium_dri.so free 0x5571735c79c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7bb0 0.000114
+gallium_dri.so free 0x5571735c7c80 void 0.000114
+gallium_dri.so free 0x5571735c7bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7cd0 0.000113
+gallium_dri.so free 0x5571735c7d40 void 0.000113
+gallium_dri.so free 0x5571735c7cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7d80 0.000115
+gallium_dri.so free 0x5571735c7e00 void 0.000114
+gallium_dri.so free 0x5571735c7d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7d80 0.000113
+gallium_dri.so free 0x5571735c7e80 void 0.000113
+gallium_dri.so free 0x5571735c7d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000112
+gallium_dri.so free 0x5571735c7f00 void 0.000114
+gallium_dri.so free 0x5571735c7eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7eb0 0.000112
+gallium_dri.so free 0x5571735c8000 void 0.000113
+gallium_dri.so free 0x5571735c7eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c7fb0 0.000114
+gallium_dri.so free 0x5571735c80c0 void 0.000113
+gallium_dri.so free 0x5571735c7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8070 0.000112
+gallium_dri.so free 0x5571735c8100 void 0.000114
+gallium_dri.so free 0x5571735c8070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8070 0.000114
+gallium_dri.so free 0x5571735c81c0 void 0.000126
+gallium_dri.so free 0x5571735c8070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8230 0.000112
+gallium_dri.so free 0x5571735c8280 void 0.000115
+gallium_dri.so free 0x5571735c8230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8230 0.000113
+gallium_dri.so free 0x5571735c8380 void 0.000113
+gallium_dri.so free 0x5571735c8230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8330 0.000112
+gallium_dri.so free 0x5571735c8440 void 0.000113
+gallium_dri.so free 0x5571735c8330 void 0.000117
+gallium_dri.so malloc 72 0x5571735c83f0 0.000115
+gallium_dri.so free 0x5571735c8480 void 0.000113
+gallium_dri.so free 0x5571735c83f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c83f0 0.000116
+gallium_dri.so free 0x5571735c8540 void 0.000116
+gallium_dri.so free 0x5571735c83f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8580 0.000115
+gallium_dri.so free 0x5571735c8600 void 0.000113
+gallium_dri.so free 0x5571735c8580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8600 0.000113
+gallium_dri.so free 0x5571735c86c0 void 0.000113
+gallium_dri.so free 0x5571735c8600 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8600 0.000114
+gallium_dri.so free 0x5571735c8780 void 0.000114
+gallium_dri.so free 0x5571735c8600 void 0.000112
+gallium_dri.so malloc 72 0x5571735c87a0 0.000112
+gallium_dri.so free 0x5571735c8840 void 0.000184
+gallium_dri.so free 0x5571735c87a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c87f0 0.000113
+gallium_dri.so free 0x5571735c88c0 void 0.000114
+gallium_dri.so free 0x5571735c87f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c87f0 0.000112
+gallium_dri.so free 0x5571735c8940 void 0.000113
+gallium_dri.so free 0x5571735c87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c8940 0.000112
+gallium_dri.so free 0x5571735c8a00 void 0.000113
+gallium_dri.so free 0x5571735c8940 void 0.000111
+gallium_dri.so malloc 72 0x5571735c8940 0.000114
+gallium_dri.so free 0x5571735c8ac0 void 0.000114
+gallium_dri.so free 0x5571735c8940 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8940 0.000113
+gallium_dri.so free 0x5571735c8b80 void 0.000112
+gallium_dri.so free 0x5571735c8940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8b30 0.000112
+gallium_dri.so free 0x5571735c8c40 void 0.000113
+gallium_dri.so free 0x5571735c8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8bf0 0.000114
+gallium_dri.so free 0x5571735c8cc0 void 0.000114
+gallium_dri.so free 0x5571735c8bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8d10 0.000112
+gallium_dri.so free 0x5571735c8d80 void 0.000113
+gallium_dri.so free 0x5571735c8d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8da0 0.000114
+gallium_dri.so free 0x5571735c8e40 void 0.000114
+gallium_dri.so free 0x5571735c8da0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c8df0 0.000112
+gallium_dri.so free 0x5571735c8ec0 void 0.000113
+gallium_dri.so free 0x5571735c8df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8df0 0.000113
+gallium_dri.so free 0x5571735c8f40 void 0.000116
+gallium_dri.so free 0x5571735c8df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8f40 0.000111
+gallium_dri.so free 0x5571735c9000 void 0.000114
+gallium_dri.so free 0x5571735c8f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8f40 0.000112
+gallium_dri.so free 0x5571735c9100 void 0.000113
+gallium_dri.so free 0x5571735c8f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c90b0 0.000113
+gallium_dri.so free 0x5571735c9140 void 0.000113
+gallium_dri.so free 0x5571735c90b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c90b0 0.000113
+gallium_dri.so free 0x5571735c9200 void 0.000113
+gallium_dri.so free 0x5571735c90b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9240 0.000112
+gallium_dri.so free 0x5571735c92c0 void 0.000114
+gallium_dri.so free 0x5571735c9240 void 0.000113
+gallium_dri.so malloc 72 0x5571735c92c0 0.000113
+gallium_dri.so free 0x5571735c9380 void 0.000113
+gallium_dri.so free 0x5571735c92c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c92c0 0.000113
+gallium_dri.so free 0x5571735c9400 void 0.000113
+gallium_dri.so free 0x5571735c92c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c9430 0.000115
+gallium_dri.so free 0x5571735c9480 void 0.000114
+gallium_dri.so free 0x5571735c9430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9430 0.000113
+gallium_dri.so free 0x5571735c5300 void 0.000114
+gallium_dri.so free 0x5571735c9430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5340 0.000115
+gallium_dri.so free 0x5571735c53c0 void 0.000113
+gallium_dri.so free 0x5571735c5340 void 0.000112
+gallium_dri.so malloc 72 0x5571735c53c0 0.000112
+gallium_dri.so free 0x5571735c5480 void 0.000113
+gallium_dri.so free 0x5571735c53c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c53c0 0.000113
+gallium_dri.so free 0x5571735c5500 void 0.000114
+gallium_dri.so free 0x5571735c53c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5530 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000113
+gallium_dri.so free 0x5571735c5530 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5530 0.000113
+gallium_dri.so free 0x5571735c5680 void 0.000113
+gallium_dri.so free 0x5571735c5530 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5630 0.000116
+gallium_dri.so free 0x5571735c5740 void 0.000114
+gallium_dri.so free 0x5571735c5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c56f0 0.000113
+gallium_dri.so free 0x5571735c57c0 void 0.000113
+gallium_dri.so free 0x5571735c56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c56f0 0.000164
+gallium_dri.so free 0x5571735c5880 void 0.000115
+gallium_dri.so free 0x5571735c56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c56f0 0.000112
+gallium_dri.so free 0x5571735c5940 void 0.000113
+gallium_dri.so free 0x5571735c56f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c58f0 0.000113
+gallium_dri.so free 0x5571735c59c0 void 0.000113
+gallium_dri.so free 0x5571735c58f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5a10 0.000112
+gallium_dri.so free 0x5571735c5a80 void 0.000113
+gallium_dri.so free 0x5571735c5a10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5aa0 0.000112
+gallium_dri.so free 0x5571735c5b40 void 0.000113
+gallium_dri.so free 0x5571735c5aa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5af0 0.000113
+gallium_dri.so free 0x5571735c5bc0 void 0.000112
+gallium_dri.so free 0x5571735c5af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000114
+gallium_dri.so free 0x5571735c5bc0 void 0.000106
+gallium_dri.so malloc 72 0x5571735c5bc0 0.000200
+gallium_dri.so free 0x5571735c5d00 void 0.000116
+gallium_dri.so free 0x5571735c5bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5d00 0.000113
+gallium_dri.so free 0x5571735c5dc0 void 0.000113
+gallium_dri.so free 0x5571735c5d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5d00 0.000124
+gallium_dri.so free 0x5571735c5e80 void 0.000114
+gallium_dri.so free 0x5571735c5d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5d00 0.000132
+gallium_dri.so free 0x5571735c5f40 void 0.000116
+gallium_dri.so free 0x5571735c5d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000113
+gallium_dri.so free 0x5571735c5fc0 void 0.000113
+gallium_dri.so free 0x5571735c5ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6010 0.000114
+gallium_dri.so free 0x5571735c6080 void 0.000113
+gallium_dri.so free 0x5571735c6010 void 0.000113
+gallium_dri.so malloc 72 0x5571735c60c0 0.000114
+gallium_dri.so free 0x5571735c6140 void 0.000114
+gallium_dri.so free 0x5571735c60c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c60c0 0.000113
+gallium_dri.so free 0x5571735c61c0 void 0.000117
+gallium_dri.so free 0x5571735c60c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c61f0 0.000112
+gallium_dri.so free 0x5571735c6240 void 0.000112
+gallium_dri.so free 0x5571735c61f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c61f0 0.000111
+gallium_dri.so free 0x5571735c6340 void 0.000113
+gallium_dri.so free 0x5571735c61f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c62f0 0.000113
+gallium_dri.so free 0x5571735c6400 void 0.000114
+gallium_dri.so free 0x5571735c62f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c63b0 0.000125
+gallium_dri.so free 0x5571735c6440 void 0.000115
+gallium_dri.so free 0x5571735c63b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c63b0 0.000113
+gallium_dri.so free 0x5571735c6500 void 0.000114
+gallium_dri.so free 0x5571735c63b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6570 0.000112
+gallium_dri.so free 0x5571735c65c0 void 0.000114
+gallium_dri.so free 0x5571735c6570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6570 0.000112
+gallium_dri.so free 0x5571735c66c0 void 0.000114
+gallium_dri.so free 0x5571735c6570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6670 0.000113
+gallium_dri.so free 0x5571735c6780 void 0.000113
+gallium_dri.so free 0x5571735c6670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6730 0.000112
+gallium_dri.so free 0x5571735c67c0 void 0.000113
+gallium_dri.so free 0x5571735c6730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c6730 0.000113
+gallium_dri.so free 0x5571735c6880 void 0.000114
+gallium_dri.so free 0x5571735c6730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c68c0 0.000114
+gallium_dri.so free 0x5571735c6940 void 0.000114
+gallium_dri.so free 0x5571735c68c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6940 0.000114
+gallium_dri.so free 0x5571735c6a00 void 0.000114
+gallium_dri.so free 0x5571735c6940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6940 0.000114
+gallium_dri.so free 0x5571735c6ac0 void 0.000164
+gallium_dri.so free 0x5571735c6940 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6ae0 0.000113
+gallium_dri.so free 0x5571735c6b80 void 0.000114
+gallium_dri.so free 0x5571735c6ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b30 0.000113
+gallium_dri.so free 0x5571735c6c00 void 0.000113
+gallium_dri.so free 0x5571735c6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b30 0.000113
+gallium_dri.so free 0x5571735c6c80 void 0.000114
+gallium_dri.so free 0x5571735c6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6c80 0.000113
+gallium_dri.so free 0x5571735c6d40 void 0.000115
+gallium_dri.so free 0x5571735c6c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6c80 0.000115
+gallium_dri.so free 0x5571735c6e00 void 0.000116
+gallium_dri.so free 0x5571735c6c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6c80 0.000115
+gallium_dri.so free 0x5571735c6ec0 void 0.000115
+gallium_dri.so free 0x5571735c6c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6e70 0.000115
+gallium_dri.so free 0x5571735c6f80 void 0.000113
+gallium_dri.so free 0x5571735c6e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6f30 0.000114
+gallium_dri.so free 0x5571735c7000 void 0.000115
+gallium_dri.so free 0x5571735c6f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7050 0.000114
+gallium_dri.so free 0x5571735c70c0 void 0.000126
+gallium_dri.so free 0x5571735c7050 void 0.000113
+gallium_dri.so malloc 72 0x5571735c70e0 0.000112
+gallium_dri.so free 0x5571735c7180 void 0.000114
+gallium_dri.so free 0x5571735c70e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7130 0.000113
+gallium_dri.so free 0x5571735c7200 void 0.000117
+gallium_dri.so free 0x5571735c7130 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7130 0.000113
+gallium_dri.so free 0x5571735c7280 void 0.000114
+gallium_dri.so free 0x5571735c7130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7280 0.000112
+gallium_dri.so free 0x5571735c7340 void 0.000114
+gallium_dri.so free 0x5571735c7280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7280 0.000113
+gallium_dri.so free 0x557173462440 void 0.000112
+gallium_dri.so free 0x5571735c7280 void 0.000117
+gallium_dri.so malloc 72 0x557173462460 0.000113
+gallium_dri.so free 0x557173462500 void 0.000115
+gallium_dri.so free 0x557173462460 void 0.000113
+gallium_dri.so malloc 72 0x5571734624b0 0.000112
+gallium_dri.so free 0x557173462580 void 0.000115
+gallium_dri.so free 0x5571734624b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734624b0 0.000112
+gallium_dri.so free 0x557173462600 void 0.000113
+gallium_dri.so free 0x5571734624b0 void 0.000112
+gallium_dri.so malloc 72 0x557173462600 0.000112
+gallium_dri.so free 0x5571734626c0 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000116
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x557173462780 void 0.000114
+gallium_dri.so free 0x557173462600 void 0.000113
+gallium_dri.so malloc 72 0x557173462600 0.000112
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000113
+gallium_dri.so malloc 72 0x5571734627f0 0.000113
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x5571734627f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734627f0 0.000113
+gallium_dri.so free 0x557173462940 void 0.000113
+gallium_dri.so free 0x5571734627f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628f0 0.000112
+gallium_dri.so free 0x557173462a00 void 0.000114
+gallium_dri.so free 0x5571734628f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734629b0 0.000113
+gallium_dri.so free 0x557173462a40 void 0.000114
+gallium_dri.so free 0x5571734629b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734629b0 0.000113
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so free 0x5571734629b0 void 0.000112
+gallium_dri.so malloc 72 0x557173462b40 0.000113
+gallium_dri.so free 0x557173462bc0 void 0.000114
+gallium_dri.so free 0x557173462b40 void 0.000112
+gallium_dri.so malloc 72 0x557173462bc0 0.000114
+gallium_dri.so free 0x557173462c80 void 0.000114
+gallium_dri.so free 0x557173462bc0 void 0.000159
+gallium_dri.so malloc 72 0x557173462bc0 0.000115
+gallium_dri.so free 0x557173462d40 void 0.000114
+gallium_dri.so free 0x557173462bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173462d60 0.000113
+gallium_dri.so free 0x557173462e00 void 0.000114
+gallium_dri.so free 0x557173462d60 void 0.000113
+gallium_dri.so malloc 72 0x557173462db0 0.000120
+gallium_dri.so free 0x557173462e80 void 0.000124
+gallium_dri.so free 0x557173462db0 void 0.000119
+gallium_dri.so malloc 72 0x557173462db0 0.000115
+gallium_dri.so free 0x557173462f00 void 0.000117
+gallium_dri.so free 0x557173462db0 void 0.000113
+gallium_dri.so malloc 72 0x557173462f00 0.000112
+gallium_dri.so free 0x557173462fc0 void 0.000113
+gallium_dri.so free 0x557173462f00 void 0.000113
+gallium_dri.so malloc 72 0x557173462f00 0.000113
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f00 void 0.000112
+gallium_dri.so malloc 72 0x557173462f00 0.000114
+gallium_dri.so free 0x557173463140 void 0.000114
+gallium_dri.so free 0x557173462f00 void 0.000113
+gallium_dri.so malloc 72 0x5571734630f0 0.000114
+gallium_dri.so free 0x557173463200 void 0.000116
+gallium_dri.so free 0x5571734630f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734631b0 0.000113
+gallium_dri.so free 0x557173463280 void 0.000113
+gallium_dri.so free 0x5571734631b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734632d0 0.000113
+gallium_dri.so free 0x557173463340 void 0.000113
+gallium_dri.so free 0x5571734632d0 void 0.000114
+gallium_dri.so malloc 72 0x557173463360 0.000112
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so free 0x557173463360 void 0.000113
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so free 0x5571734633b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463500 void 0.000114
+gallium_dri.so free 0x5571734633b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463500 0.000112
+gallium_dri.so free 0x5571734635c0 void 0.000114
+gallium_dri.so free 0x557173463500 void 0.000112
+gallium_dri.so malloc 72 0x557173463500 0.000112
+gallium_dri.so free 0x5571734636c0 void 0.000114
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so malloc 72 0x557173463670 0.000113
+gallium_dri.so free 0x557173463700 void 0.000112
+gallium_dri.so free 0x557173463670 void 0.000112
+gallium_dri.so malloc 72 0x557173463670 0.000113
+gallium_dri.so free 0x5571734637c0 void 0.000113
+gallium_dri.so free 0x557173463670 void 0.000114
+gallium_dri.so malloc 72 0x557173463800 0.000114
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so free 0x557173463800 void 0.000112
+gallium_dri.so malloc 72 0x557173463880 0.000114
+gallium_dri.so free 0x557173463940 void 0.000112
+gallium_dri.so free 0x557173463880 void 0.000112
+gallium_dri.so malloc 72 0x557173463880 0.000112
+gallium_dri.so free 0x5571734639c0 void 0.000112
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so malloc 72 0x5571734639f0 0.000111
+gallium_dri.so free 0x557173463a40 void 0.000111
+gallium_dri.so free 0x5571734639f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734639f0 0.000112
+gallium_dri.so free 0x557173463b40 void 0.000113
+gallium_dri.so free 0x5571734639f0 void 0.000114
+gallium_dri.so malloc 72 0x557173463b80 0.000118
+gallium_dri.so free 0x557173463c00 void 0.000119
+gallium_dri.so free 0x557173463b80 void 0.000113
+gallium_dri.so malloc 72 0x557173463c00 0.000114
+gallium_dri.so free 0x557173463cc0 void 0.000112
+gallium_dri.so free 0x557173463c00 void 0.000111
+gallium_dri.so malloc 72 0x557173463c00 0.000117
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463c00 void 0.000119
+gallium_dri.so malloc 72 0x557173463d70 0.000114
+gallium_dri.so free 0x557173463dc0 void 0.000114
+gallium_dri.so free 0x557173463d70 void 0.000113
+gallium_dri.so malloc 72 0x557173463d70 0.000118
+gallium_dri.so free 0x557173463ec0 void 0.000119
+gallium_dri.so free 0x557173463d70 void 0.000114
+gallium_dri.so malloc 72 0x557173463e70 0.000123
+gallium_dri.so free 0x557173463f80 void 0.000113
+gallium_dri.so free 0x557173463e70 void 0.000114
+gallium_dri.so malloc 72 0x557173463f30 0.000114
+gallium_dri.so free 0x557173464000 void 0.000112
+gallium_dri.so free 0x557173463f30 void 0.000113
+gallium_dri.so malloc 72 0x557173463f30 0.000113
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so free 0x557173463f30 void 0.000112
+gallium_dri.so malloc 72 0x557173463f30 0.000112
+gallium_dri.so free 0x557173464180 void 0.000114
+gallium_dri.so free 0x557173463f30 void 0.000113
+gallium_dri.so malloc 72 0x557173464130 0.000112
+gallium_dri.so free 0x557173464200 void 0.000120
+gallium_dri.so free 0x557173464130 void 0.000114
+gallium_dri.so malloc 72 0x557173464250 0.000112
+gallium_dri.so free 0x5571734642c0 void 0.000114
+gallium_dri.so free 0x557173464250 void 0.000114
+gallium_dri.so malloc 72 0x5571734642e0 0.000113
+gallium_dri.so free 0x557173464380 void 0.000114
+gallium_dri.so free 0x5571734642e0 void 0.000113
+gallium_dri.so malloc 72 0x557173464330 0.000114
+gallium_dri.so free 0x557173464400 void 0.000112
+gallium_dri.so free 0x557173464330 void 0.000114
+gallium_dri.so malloc 72 0x557173464400 0.000113
+gallium_dri.so free 0x5571734644c0 void 0.000114
+gallium_dri.so free 0x557173464400 void 0.000112
+gallium_dri.so malloc 72 0x557173464400 0.000114
+gallium_dri.so free 0x557173464540 void 0.000117
+gallium_dri.so free 0x557173464400 void 0.000116
+gallium_dri.so malloc 72 0x557173464540 0.000114
+gallium_dri.so free 0x557173464600 void 0.000113
+gallium_dri.so free 0x557173464540 void 0.000113
+gallium_dri.so malloc 72 0x557173464540 0.000112
+gallium_dri.so free 0x5571734646c0 void 0.000114
+gallium_dri.so free 0x557173464540 void 0.000112
+gallium_dri.so malloc 72 0x557173464540 0.000112
+gallium_dri.so free 0x557173464780 void 0.000114
+gallium_dri.so free 0x557173464540 void 0.000113
+gallium_dri.so malloc 72 0x557173464730 0.000113
+gallium_dri.so free 0x557173464800 void 0.000112
+gallium_dri.so free 0x557173464730 void 0.000113
+gallium_dri.so malloc 72 0x557173464850 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000113
+gallium_dri.so free 0x557173464850 void 0.000112
+gallium_dri.so malloc 72 0x557173464900 0.000113
+gallium_dri.so free 0x557173464980 void 0.000146
+gallium_dri.so free 0x557173464900 void 0.000112
+gallium_dri.so malloc 72 0x557173464900 0.000112
+gallium_dri.so free 0x557173464a00 void 0.000114
+gallium_dri.so free 0x557173464900 void 0.000112
+gallium_dri.so malloc 72 0x557173464a30 0.000112
+gallium_dri.so free 0x557173464a80 void 0.000113
+gallium_dri.so free 0x557173464a30 void 0.000114
+gallium_dri.so malloc 72 0x557173464a30 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000126
+gallium_dri.so free 0x557173464a30 void 0.000115
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x557173464c40 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x557173464c80 void 0.000114
+gallium_dri.so free 0x557173464bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x557173464d40 void 0.000112
+gallium_dri.so free 0x557173464bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173464db0 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x557173464db0 void 0.000119
+gallium_dri.so malloc 72 0x557173464db0 0.000113
+gallium_dri.so free 0x557173464f00 void 0.000115
+gallium_dri.so free 0x557173464db0 void 0.000112
+gallium_dri.so malloc 72 0x557173464eb0 0.000113
+gallium_dri.so free 0x557173464fc0 void 0.000113
+gallium_dri.so free 0x557173464eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464f70 0.000112
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so free 0x557173464f70 void 0.000114
+gallium_dri.so malloc 72 0x557173464f70 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so free 0x557173464f70 void 0.000112
+gallium_dri.so malloc 72 0x557173465100 0.000113
+gallium_dri.so free 0x557173465180 void 0.000126
+gallium_dri.so free 0x557173465100 void 0.000113
+gallium_dri.so malloc 72 0x557173465180 0.000118
+gallium_dri.so free 0x557173465240 void 0.000115
+gallium_dri.so free 0x557173465180 void 0.000113
+gallium_dri.so malloc 72 0x557173465180 0.000114
+gallium_dri.so free 0x557173465300 void 0.000114
+gallium_dri.so free 0x557173465180 void 0.000112
+gallium_dri.so malloc 72 0x557173465320 0.000113
+gallium_dri.so free 0x5571734653c0 void 0.000113
+gallium_dri.so free 0x557173465320 void 0.000115
+gallium_dri.so malloc 72 0x557173465370 0.000114
+gallium_dri.so free 0x557173465440 void 0.000114
+gallium_dri.so free 0x557173465370 void 0.000112
+gallium_dri.so malloc 72 0x557173465370 0.000112
+gallium_dri.so free 0x5571734654c0 void 0.000113
+gallium_dri.so free 0x557173465370 void 0.000113
+gallium_dri.so malloc 72 0x5571734654c0 0.000115
+gallium_dri.so free 0x557173465580 void 0.000113
+gallium_dri.so free 0x5571734654c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734654c0 0.000115
+gallium_dri.so free 0x557173465640 void 0.000115
+gallium_dri.so free 0x5571734654c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734654c0 0.000113
+gallium_dri.so free 0x557173465700 void 0.000114
+gallium_dri.so free 0x5571734654c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734656b0 0.000112
+gallium_dri.so free 0x5571734657c0 void 0.000117
+gallium_dri.so free 0x5571734656b0 void 0.000114
+gallium_dri.so malloc 72 0x557173465770 0.000113
+gallium_dri.so free 0x557173465840 void 0.000111
+gallium_dri.so free 0x557173465770 void 0.000113
+gallium_dri.so malloc 72 0x557173465890 0.000112
+gallium_dri.so free 0x557173465900 void 0.000113
+gallium_dri.so free 0x557173465890 void 0.000113
+gallium_dri.so malloc 72 0x557173465920 0.000113
+gallium_dri.so free 0x5571734659c0 void 0.000113
+gallium_dri.so free 0x557173465920 void 0.000113
+gallium_dri.so malloc 72 0x557173465970 0.000112
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so free 0x557173465970 void 0.000113
+gallium_dri.so malloc 72 0x557173465970 0.000112
+gallium_dri.so free 0x557173465ac0 void 0.000113
+gallium_dri.so free 0x557173465970 void 0.000113
+gallium_dri.so malloc 72 0x557173465ac0 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so free 0x557173465ac0 void 0.000125
+gallium_dri.so malloc 72 0x557173465ac0 0.000123
+gallium_dri.so free 0x557173465c80 void 0.000118
+gallium_dri.so free 0x557173465ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173465c30 0.000113
+gallium_dri.so free 0x557173465cc0 void 0.000113
+gallium_dri.so free 0x557173465c30 void 0.000121
+gallium_dri.so malloc 72 0x557173465c30 0.000125
+gallium_dri.so free 0x557173465d80 void 0.000170
+gallium_dri.so free 0x557173465c30 void 0.000160
+gallium_dri.so malloc 72 0x557173465dc0 0.000117
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so free 0x557173465dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465e40 0.000114
+gallium_dri.so free 0x557173465f00 void 0.000113
+gallium_dri.so free 0x557173465e40 void 0.000114
+gallium_dri.so malloc 72 0x557173465e40 0.000112
+gallium_dri.so free 0x557173465f80 void 0.000113
+gallium_dri.so free 0x557173465e40 void 0.000115
+gallium_dri.so malloc 72 0x557173465fb0 0.000115
+gallium_dri.so free 0x557173466000 void 0.000114
+gallium_dri.so free 0x557173465fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173465fb0 0.000112
+gallium_dri.so free 0x557173466100 void 0.000113
+gallium_dri.so free 0x557173465fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173466140 0.000113
+gallium_dri.so free 0x5571734661c0 void 0.000113
+gallium_dri.so free 0x557173466140 void 0.000118
+gallium_dri.so malloc 72 0x5571734661c0 0.000114
+gallium_dri.so free 0x557173466280 void 0.000114
+gallium_dri.so free 0x5571734661c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734661c0 0.000112
+gallium_dri.so free 0x557173466300 void 0.000112
+gallium_dri.so free 0x5571734661c0 void 0.000111
+gallium_dri.so malloc 72 0x557173466330 0.000112
+gallium_dri.so free 0x557173466380 void 0.000125
+gallium_dri.so free 0x557173466330 void 0.000113
+gallium_dri.so malloc 72 0x557173466330 0.000112
+gallium_dri.so free 0x557173466480 void 0.000113
+gallium_dri.so free 0x557173466330 void 0.000113
+gallium_dri.so malloc 72 0x557173466430 0.000112
+gallium_dri.so free 0x557173466540 void 0.000114
+gallium_dri.so free 0x557173466430 void 0.000113
+gallium_dri.so malloc 72 0x5571734664f0 0.000114
+gallium_dri.so free 0x5571734665c0 void 0.000113
+gallium_dri.so free 0x5571734664f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734664f0 0.000113
+gallium_dri.so free 0x557173466680 void 0.000113
+gallium_dri.so free 0x5571734664f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734664f0 0.000113
+gallium_dri.so free 0x557173466740 void 0.000113
+gallium_dri.so free 0x5571734664f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734666f0 0.000114
+gallium_dri.so free 0x5571734667c0 void 0.000113
+gallium_dri.so free 0x5571734666f0 void 0.000112
+gallium_dri.so malloc 72 0x557173466810 0.000113
+gallium_dri.so free 0x557173466880 void 0.000116
+gallium_dri.so free 0x557173466810 void 0.000112
+gallium_dri.so malloc 72 0x5571734668a0 0.000113
+gallium_dri.so free 0x557173466940 void 0.000114
+gallium_dri.so free 0x5571734668a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734668f0 0.000113
+gallium_dri.so free 0x5571734669c0 void 0.000115
+gallium_dri.so free 0x5571734668f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734669c0 0.000115
+gallium_dri.so free 0x557173466a80 void 0.000114
+gallium_dri.so free 0x5571734669c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734669c0 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000114
+gallium_dri.so free 0x5571734669c0 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000112
+gallium_dri.so free 0x557173466bc0 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000112
+gallium_dri.so malloc 72 0x557173466b00 0.000113
+gallium_dri.so free 0x557173466c80 void 0.000113
+gallium_dri.so free 0x557173466b00 void 0.000112
+gallium_dri.so malloc 72 0x557173466b00 0.000114
+gallium_dri.so free 0x557173466d40 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466cf0 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173466cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173466e10 0.000112
+gallium_dri.so free 0x557173466e80 void 0.000114
+gallium_dri.so free 0x557173466e10 void 0.000113
+gallium_dri.so malloc 72 0x557173466ec0 0.000114
+gallium_dri.so free 0x557173466f40 void 0.000114
+gallium_dri.so free 0x557173466ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173466ec0 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000113
+gallium_dri.so free 0x557173466ec0 void 0.000185
+gallium_dri.so malloc 72 0x557173466ff0 0.000115
+gallium_dri.so free 0x557173467040 void 0.000115
+gallium_dri.so free 0x557173466ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173466ff0 0.000113
+gallium_dri.so free 0x557173467140 void 0.000113
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734670f0 0.000112
+gallium_dri.so free 0x557173467200 void 0.000113
+gallium_dri.so free 0x5571734670f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671b0 0.000113
+gallium_dri.so free 0x557173467240 void 0.000113
+gallium_dri.so free 0x5571734671b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671b0 0.000114
+gallium_dri.so free 0x557173467300 void 0.000113
+gallium_dri.so free 0x5571734671b0 void 0.000112
+gallium_dri.so malloc 72 0x557173467370 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000117
+gallium_dri.so free 0x557173467370 void 0.000113
+gallium_dri.so malloc 72 0x557173467370 0.000113
+gallium_dri.so free 0x5571734674c0 void 0.000114
+gallium_dri.so free 0x557173467370 void 0.000113
+gallium_dri.so malloc 72 0x557173467470 0.000113
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so free 0x557173467470 void 0.000114
+gallium_dri.so malloc 72 0x557173467530 0.000113
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467530 void 0.000112
+gallium_dri.so malloc 72 0x557173467530 0.000117
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x557173467530 void 0.000112
+gallium_dri.so malloc 72 0x5571734676c0 0.000114
+gallium_dri.so free 0x557173467740 void 0.000114
+gallium_dri.so free 0x5571734676c0 void 0.000113
+gallium_dri.so malloc 72 0x557173467740 0.000113
+gallium_dri.so free 0x557173467800 void 0.000112
+gallium_dri.so free 0x557173467740 void 0.000112
+gallium_dri.so malloc 72 0x557173467740 0.000113
+gallium_dri.so free 0x5571734678c0 void 0.000115
+gallium_dri.so free 0x557173467740 void 0.000113
+gallium_dri.so malloc 72 0x5571734678e0 0.000112
+gallium_dri.so free 0x557173467980 void 0.000113
+gallium_dri.so free 0x5571734678e0 void 0.000112
+gallium_dri.so malloc 72 0x557173467930 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000112
+gallium_dri.so free 0x557173467930 void 0.000113
+gallium_dri.so malloc 72 0x557173467930 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000113
+gallium_dri.so free 0x557173467930 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000112
+gallium_dri.so free 0x5571735eb430 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000126
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb690 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735eb690 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb740 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb930 0.000115
+gallium_dri.so free 0x5571735eb980 void 0.000115
+gallium_dri.so free 0x5571735eb930 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb930 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb930 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba30 0.000114
+gallium_dri.so free 0x5571735ebb40 void 0.000113
+gallium_dri.so free 0x5571735eba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000112
+gallium_dri.so free 0x5571735ebbc0 void 0.000113
+gallium_dri.so free 0x5571735ebaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000118
+gallium_dri.so free 0x5571735ebbe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000113
+gallium_dri.so free 0x5571735ebd00 void 0.000114
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000113
+gallium_dri.so free 0x5571735ebd80 void 0.000112
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd80 0.000112
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so free 0x5571735ebd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd80 0.000112
+gallium_dri.so free 0x5571735ebf00 void 0.000113
+gallium_dri.so free 0x5571735ebd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd80 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000113
+gallium_dri.so free 0x5571735ebd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf70 0.000112
+gallium_dri.so free 0x5571735ebfc0 void 0.000114
+gallium_dri.so free 0x5571735ebf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf70 0.000114
+gallium_dri.so free 0x5571735ec0c0 void 0.000113
+gallium_dri.so free 0x5571735ebf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec070 0.000113
+gallium_dri.so free 0x5571735ec180 void 0.000115
+gallium_dri.so free 0x5571735ec070 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec130 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000127
+gallium_dri.so free 0x5571735ec130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000113
+gallium_dri.so free 0x5571735ec280 void 0.000114
+gallium_dri.so free 0x5571735ec130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec340 0.000114
+gallium_dri.so free 0x5571735ec400 void 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec340 0.000113
+gallium_dri.so free 0x5571735ec4c0 void 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec680 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000112
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec680 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000164
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec680 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec870 0.000114
+gallium_dri.so free 0x5571735ec980 void 0.000113
+gallium_dri.so free 0x5571735ec870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec930 0.000112
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec930 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca50 0.000113
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735eca50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecae0 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000113
+gallium_dri.so free 0x5571735ecae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb30 0.000190
+gallium_dri.so free 0x5571735ecc00 void 0.000124
+gallium_dri.so free 0x5571735ecb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecb30 0.000120
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc80 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735ecc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc80 0.000113
+gallium_dri.so free 0x5571735ece40 void 0.000126
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf80 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ecf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed000 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed000 0.000112
+gallium_dri.so free 0x5571735ed140 void 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed300 0.000112
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed380 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so free 0x5571735ed5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000112
+gallium_dri.so free 0x5571735ed900 void 0.000113
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735ed980 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed9d0 void 0.000170
+gallium_dri.so malloc 72 0x5571735eda60 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000258
+gallium_dri.so free 0x5571735eda60 void 0.000290
+gallium_dri.so malloc 72 0x5571735edab0 0.000117
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so free 0x5571735edab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edb80 0.000123
+gallium_dri.so free 0x5571735edc40 void 0.000136
+gallium_dri.so free 0x5571735edb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735edb80 0.000137
+gallium_dri.so free 0x5571735edcc0 void 0.000125
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735ede40 void 0.000125
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735edcc0 0.000121
+gallium_dri.so free 0x5571735edf00 void 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000116
+gallium_dri.so free 0x5571735edeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edfd0 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edfd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000119
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000114
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee400 void 0.000115
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000117
+gallium_dri.so free 0x5571735ee4c0 void 0.000116
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee530 0.000112
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee530 void 0.000156
+gallium_dri.so malloc 72 0x5571735ee530 0.000155
+gallium_dri.so free 0x5571735ee680 void 0.000153
+gallium_dri.so free 0x5571735ee530 void 0.000154
+gallium_dri.so malloc 72 0x5571735ee630 0.000152
+gallium_dri.so free 0x5571735ee740 void 0.000153
+gallium_dri.so free 0x5571735ee630 void 0.000153
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000152
+gallium_dri.so free 0x5571735ee780 void 0.000152
+gallium_dri.so free 0x5571735ee6f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000152
+gallium_dri.so free 0x5571735ee840 void 0.000154
+gallium_dri.so free 0x5571735ee6f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735ee880 0.000151
+gallium_dri.so free 0x5571735ee900 void 0.000154
+gallium_dri.so free 0x5571735ee880 void 0.000152
+gallium_dri.so malloc 72 0x5571735ee900 0.000152
+gallium_dri.so free 0x5571735ee9c0 void 0.000156
+gallium_dri.so free 0x5571735ee900 void 0.000152
+gallium_dri.so malloc 72 0x5571735ee900 0.000152
+gallium_dri.so free 0x5571735eea80 void 0.000163
+gallium_dri.so free 0x5571735ee900 void 0.000157
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000154
+gallium_dri.so free 0x5571735eeb40 void 0.000153
+gallium_dri.so free 0x5571735eeaa0 void 0.000154
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000152
+gallium_dri.so free 0x5571735eebc0 void 0.000153
+gallium_dri.so free 0x5571735eeaf0 void 0.000151
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000160
+gallium_dri.so free 0x5571735eec40 void 0.000127
+gallium_dri.so free 0x5571735eeaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec40 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec40 0.000116
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec40 0.000118
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee30 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000113
+gallium_dri.so free 0x5571735eee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef010 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735ef010 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef0a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000115
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef240 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef240 0.000114
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef540 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000116
+gallium_dri.so free 0x5571735ef540 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000118
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000113
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so free 0x5571735ef730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000120
+gallium_dri.so free 0x5571735efa80 void 0.000125
+gallium_dri.so free 0x5571735ef940 void 0.000125
+gallium_dri.so malloc 72 0x5571735efab0 0.000124
+gallium_dri.so free 0x5571735efb00 void 0.000119
+gallium_dri.so free 0x5571735efab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efbb0 0.000116
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000115
+gallium_dri.so free 0x5571735efc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc70 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000117
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff90 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735eff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0020 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0140 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0140 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000112
+gallium_dri.so free 0x5571735f04c0 void 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f0470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0590 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000105
+gallium_dri.so free 0x5571735f0590 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0640 0.000112
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so free 0x5571735f0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0640 0.000120
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0770 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so free 0x5571735f0770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0770 0.000130
+gallium_dri.so free 0x5571735f08c0 void 0.000126
+gallium_dri.so free 0x5571735f0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0870 0.000125
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0930 0.000118
+gallium_dri.so free 0x5571735f09c0 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0930 0.000119
+gallium_dri.so free 0x5571735f0a80 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0af0 0.000118
+gallium_dri.so free 0x5571735f0b40 void 0.000120
+gallium_dri.so free 0x5571735f0af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0af0 0.000119
+gallium_dri.so free 0x5571735f0c40 void 0.000119
+gallium_dri.so free 0x5571735f0af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000120
+gallium_dri.so free 0x5571735f0d00 void 0.000118
+gallium_dri.so free 0x5571735f0bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000120
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so free 0x5571735f0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000128
+gallium_dri.so free 0x5571735f0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0e40 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000117
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1060 0.000116
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so free 0x5571735f1060 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f10b0 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000116
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1200 0.000116
+gallium_dri.so free 0x5571735f1440 void 0.000121
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13f0 0.000119
+gallium_dri.so free 0x5571735f1500 void 0.000119
+gallium_dri.so free 0x5571735f13f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f14b0 0.000119
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15d0 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f15d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1660 0.000120
+gallium_dri.so free 0x5571735f1700 void 0.000118
+gallium_dri.so free 0x5571735f1660 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16b0 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000118
+gallium_dri.so free 0x5571735f16b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f16b0 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000119
+gallium_dri.so free 0x5571735f16b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1800 0.000119
+gallium_dri.so free 0x5571735f18c0 void 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1800 0.000119
+gallium_dri.so free 0x5571735f19c0 void 0.000121
+gallium_dri.so free 0x5571735f1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000135
+gallium_dri.so free 0x5571735f1a00 void 0.000122
+gallium_dri.so free 0x5571735f1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1970 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000119
+gallium_dri.so free 0x5571735f1970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1b00 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b80 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b80 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so free 0x5571735f1cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000119
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1e80 0.000119
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1f00 0.000119
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1f00 0.000119
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2070 0.000119
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so free 0x5571735f2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2070 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so free 0x5571735f2070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2170 0.000119
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so free 0x5571735f2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2230 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2230 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2230 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000118
+gallium_dri.so free 0x5571735f2230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f2500 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2550 0.000118
+gallium_dri.so free 0x5571735f25c0 void 0.000179
+gallium_dri.so free 0x5571735f2550 void 0.000128
+gallium_dri.so malloc 72 0x5571735f25e0 0.000126
+gallium_dri.so free 0x5571735f2680 void 0.000164
+gallium_dri.so free 0x5571735f25e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2630 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2700 0.000118
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2700 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f2a80 void 0.000123
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a30 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so free 0x5571735f2a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b50 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000112
+gallium_dri.so free 0x5571735f2b50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c00 0.000110
+gallium_dri.so free 0x5571735f2c80 void 0.000112
+gallium_dri.so free 0x5571735f2c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2c00 0.000111
+gallium_dri.so free 0x5571735f2d00 void 0.000112
+gallium_dri.so free 0x5571735f2c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2d30 0.000113
+gallium_dri.so free 0x5571735f2d80 void 0.000111
+gallium_dri.so free 0x5571735f2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d30 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000111
+gallium_dri.so free 0x5571735f2d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2e30 0.000111
+gallium_dri.so free 0x5571735f2f40 void 0.000116
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000112
+gallium_dri.so free 0x5571735f2f80 void 0.000111
+gallium_dri.so free 0x5571735f2ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000117
+gallium_dri.so free 0x5571735f3040 void 0.000117
+gallium_dri.so free 0x5571735f2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30b0 0.000115
+gallium_dri.so free 0x5571735f3100 void 0.000112
+gallium_dri.so free 0x5571735f30b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30b0 0.000128
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f30b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31b0 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000120
+gallium_dri.so free 0x5571735f31b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3270 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f3270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3270 0.000118
+gallium_dri.so free 0x5571735f33c0 void 0.000119
+gallium_dri.so free 0x5571735f3270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3400 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000119
+gallium_dri.so free 0x5571735f3400 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3480 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3480 0.000120
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3620 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735f3620 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3620 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735f3620 void 0.000178
+gallium_dri.so malloc 72 0x5571735da930 0.000122
+gallium_dri.so free 0x5571735daa00 void 0.000122
+gallium_dri.so free 0x5571735da930 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa50 0.000119
+gallium_dri.so free 0x5571735f36c0 void 0.000121
+gallium_dri.so free 0x5571735daa50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000119
+gallium_dri.so free 0x5571735daac0 void 0.000121
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735daaf0 0.000118
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so free 0x5571735daaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dab40 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000120
+gallium_dri.so free 0x5571735dab40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab40 0.000120
+gallium_dri.so free 0x5571735dad00 void 0.000120
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dacb0 0.000119
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so free 0x5571735dacb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad70 0.000119
+gallium_dri.so free 0x5571735dae00 void 0.000119
+gallium_dri.so free 0x5571735dad70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dad70 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000130
+gallium_dri.so free 0x5571735dad70 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf00 0.000119
+gallium_dri.so free 0x5571735daf80 void 0.000119
+gallium_dri.so free 0x5571735daf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735daf80 0.000118
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so free 0x5571735daf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735daf80 0.000121
+gallium_dri.so free 0x5571735db0c0 void 0.000119
+gallium_dri.so free 0x5571735daf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf80 0.000116
+gallium_dri.so free 0x5571735db180 void 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735daf80 0.000120
+gallium_dri.so free 0x5571735db240 void 0.000119
+gallium_dri.so free 0x5571735daf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735db1f0 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000120
+gallium_dri.so free 0x5571735db1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db310 0.000120
+gallium_dri.so free 0x5571735db380 void 0.000121
+gallium_dri.so free 0x5571735db310 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3a0 0.000120
+gallium_dri.so free 0x5571735db440 void 0.000121
+gallium_dri.so free 0x5571735db3a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3f0 0.000127
+gallium_dri.so free 0x5571735db4c0 void 0.000121
+gallium_dri.so free 0x5571735db3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db3f0 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000120
+gallium_dri.so free 0x5571735db3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db570 0.000120
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db570 void 0.000121
+gallium_dri.so malloc 72 0x5571735db690 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000119
+gallium_dri.so free 0x5571735db690 void 0.000118
+gallium_dri.so malloc 72 0x5571735db720 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db720 void 0.000123
+gallium_dri.so malloc 72 0x5571735db770 0.000125
+gallium_dri.so free 0x5571735db840 void 0.000126
+gallium_dri.so free 0x5571735db770 void 0.000122
+gallium_dri.so malloc 72 0x5571735db770 0.000119
+gallium_dri.so free 0x5571735db8c0 void 0.000119
+gallium_dri.so free 0x5571735db770 void 0.000120
+gallium_dri.so malloc 72 0x5571735db8c0 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so free 0x5571735db8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db8c0 0.000119
+gallium_dri.so free 0x5571735dba80 void 0.000120
+gallium_dri.so free 0x5571735db8c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735db8c0 0.000120
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735db8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb30 0.000119
+gallium_dri.so free 0x5571735dbb80 void 0.000118
+gallium_dri.so free 0x5571735dbb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb30 0.000120
+gallium_dri.so free 0x5571735dbc80 void 0.000119
+gallium_dri.so free 0x5571735dbb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbd40 void 0.000119
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbcf0 0.000121
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so free 0x5571735dbcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcf0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x5571735dbcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe90 0.000120
+gallium_dri.so free 0x5571735dbf00 void 0.000119
+gallium_dri.so free 0x5571735dbe90 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf40 0.000119
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000119
+gallium_dri.so free 0x5571735dc080 void 0.000126
+gallium_dri.so free 0x5571735dbfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000111
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc130 0.000111
+gallium_dri.so free 0x5571735dc180 void 0.000111
+gallium_dri.so free 0x5571735dc130 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc130 0.000110
+gallium_dri.so free 0x5571735dc280 void 0.000110
+gallium_dri.so free 0x5571735dc130 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc230 0.000111
+gallium_dri.so free 0x5571735dc340 void 0.000111
+gallium_dri.so free 0x5571735dc230 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000110
+gallium_dri.so free 0x5571735dc3c0 void 0.000110
+gallium_dri.so free 0x5571735dc2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc3e0 0.000111
+gallium_dri.so free 0x5571735dc480 void 0.000111
+gallium_dri.so free 0x5571735dc3e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc430 0.000110
+gallium_dri.so free 0x5571735dc500 void 0.000111
+gallium_dri.so free 0x5571735dc430 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc430 0.000111
+gallium_dri.so free 0x5571735dc580 void 0.000110
+gallium_dri.so free 0x5571735dc430 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc580 0.000111
+gallium_dri.so free 0x5571735dc640 void 0.000111
+gallium_dri.so free 0x5571735dc580 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc580 0.000119
+gallium_dri.so free 0x5571735dc700 void 0.000124
+gallium_dri.so free 0x5571735dc580 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc580 0.000130
+gallium_dri.so free 0x5571735dc7c0 void 0.000122
+gallium_dri.so free 0x5571735dc580 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc770 0.000116
+gallium_dri.so free 0x5571735dc7c0 void 0.000127
+gallium_dri.so free 0x5571735dc770 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc770 0.000120
+gallium_dri.so free 0x5571735dc8c0 void 0.000119
+gallium_dri.so free 0x5571735dc770 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dc980 void 0.000118
+gallium_dri.so free 0x5571735dc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc930 0.000124
+gallium_dri.so free 0x5571735dc9c0 void 0.000126
+gallium_dri.so free 0x5571735dc930 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc930 0.000123
+gallium_dri.so free 0x5571735dca80 void 0.000126
+gallium_dri.so free 0x5571735dc930 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcac0 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000260
+gallium_dri.so free 0x5571735dcac0 void 0.000257
+gallium_dri.so malloc 72 0x5571735dcb40 0.000281
+gallium_dri.so free 0x5571735dcc00 void 0.000330
+gallium_dri.so free 0x5571735dcb40 void 0.000327
+gallium_dri.so malloc 72 0x5571735dcb40 0.000318
+gallium_dri.so free 0x5571735dccc0 void 0.000290
+gallium_dri.so free 0x5571735dcb40 void 0.000283
+gallium_dri.so malloc 72 0x5571735dcce0 0.000283
+gallium_dri.so free 0x5571735dcd80 void 0.000276
+gallium_dri.so free 0x5571735dcce0 void 0.000224
+gallium_dri.so malloc 72 0x5571735dcd30 0.000280
+gallium_dri.so free 0x5571735dce00 void 0.000240
+gallium_dri.so free 0x5571735dcd30 void 0.000159
+gallium_dri.so malloc 72 0x5571735dcd30 0.000159
+gallium_dri.so free 0x5571735dce80 void 0.000156
+gallium_dri.so free 0x5571735dcd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dce80 0.000124
+gallium_dri.so free 0x5571735dcf40 void 0.000124
+gallium_dri.so free 0x5571735dce80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dce80 0.000116
+gallium_dri.so free 0x5571735dd000 void 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000128
+gallium_dri.so malloc 72 0x5571735dce80 0.000124
+gallium_dri.so free 0x5571735dd0c0 void 0.000126
+gallium_dri.so free 0x5571735dce80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd070 0.000124
+gallium_dri.so free 0x5571735dd180 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd130 0.000121
+gallium_dri.so free 0x5571735dd200 void 0.000124
+gallium_dri.so free 0x5571735dd130 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd250 0.000134
+gallium_dri.so free 0x5571735dd2c0 void 0.000121
+gallium_dri.so free 0x5571735dd250 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000123
+gallium_dri.so free 0x5571735dd380 void 0.000125
+gallium_dri.so free 0x5571735dd2e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd330 0.000124
+gallium_dri.so free 0x5571735dd400 void 0.000124
+gallium_dri.so free 0x5571735dd330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so free 0x5571735dd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd480 0.000124
+gallium_dri.so free 0x5571735dd540 void 0.000136
+gallium_dri.so free 0x5571735dd480 void 0.000175
+gallium_dri.so malloc 72 0x5571735dd480 0.000170
+gallium_dri.so free 0x5571735dd640 void 0.000170
+gallium_dri.so free 0x5571735dd480 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000132
+gallium_dri.so free 0x5571735dd680 void 0.000132
+gallium_dri.so free 0x5571735dd5f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000179
+gallium_dri.so free 0x5571735dd740 void 0.000249
+gallium_dri.so free 0x5571735dd5f0 void 0.000292
+gallium_dri.so malloc 72 0x5571735dd780 0.000289
+gallium_dri.so free 0x5571735dd800 void 0.000277
+gallium_dri.so free 0x5571735dd780 void 0.000288
+gallium_dri.so malloc 72 0x5571735dd800 0.000248
+gallium_dri.so free 0x5571735dd8c0 void 0.000174
+gallium_dri.so free 0x5571735dd800 void 0.000173
+gallium_dri.so malloc 72 0x5571735dd800 0.000169
+gallium_dri.so free 0x5571735dd940 void 0.000141
+gallium_dri.so free 0x5571735dd800 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd970 0.000132
+gallium_dri.so free 0x5571735dd9c0 void 0.000128
+gallium_dri.so free 0x5571735dd970 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd970 0.000148
+gallium_dri.so free 0x5571735ddac0 void 0.000138
+gallium_dri.so free 0x5571735dd970 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddb00 0.000138
+gallium_dri.so free 0x5571735ddb80 void 0.000132
+gallium_dri.so free 0x5571735ddb00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddb80 0.000133
+gallium_dri.so free 0x5571735ddc40 void 0.000136
+gallium_dri.so free 0x5571735ddb80 void 0.000135
+gallium_dri.so malloc 72 0x5571735ddb80 0.000132
+gallium_dri.so free 0x5571735ddcc0 void 0.000127
+gallium_dri.so free 0x5571735ddb80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000136
+gallium_dri.so free 0x5571735ddd40 void 0.000129
+gallium_dri.so free 0x5571735ddcf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000128
+gallium_dri.so free 0x5571735dde40 void 0.000127
+gallium_dri.so free 0x5571735ddcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dddf0 0.000126
+gallium_dri.so free 0x5571735ddf00 void 0.000127
+gallium_dri.so free 0x5571735dddf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000138
+gallium_dri.so free 0x5571735ddf80 void 0.000138
+gallium_dri.so free 0x5571735ddeb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000133
+gallium_dri.so free 0x5571735de040 void 0.000132
+gallium_dri.so free 0x5571735ddeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000138
+gallium_dri.so free 0x5571735de100 void 0.000328
+gallium_dri.so free 0x5571735ddeb0 void 0.000345
+gallium_dri.so malloc 72 0x5571735de0b0 0.000212
+gallium_dri.so free 0x5571735de180 void 0.000131
+gallium_dri.so free 0x5571735de0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de1d0 0.000130
+gallium_dri.so free 0x5571735de240 void 0.000130
+gallium_dri.so free 0x5571735de1d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de260 0.000129
+gallium_dri.so free 0x5571735de300 void 0.000125
+gallium_dri.so free 0x5571735de260 void 0.000120
+gallium_dri.so malloc 72 0x5571735de2b0 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000125
+gallium_dri.so free 0x5571735de2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de380 0.000129
+gallium_dri.so free 0x5571735de440 void 0.000143
+gallium_dri.so free 0x5571735de380 void 0.000131
+gallium_dri.so malloc 72 0x5571735de380 0.000131
+gallium_dri.so free 0x5571735de4c0 void 0.000131
+gallium_dri.so free 0x5571735de380 void 0.000125
+gallium_dri.so malloc 72 0x5571735de4c0 0.000125
+gallium_dri.so free 0x5571735de580 void 0.000135
+gallium_dri.so free 0x5571735de4c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de4c0 0.000129
+gallium_dri.so free 0x5571735de640 void 0.000131
+gallium_dri.so free 0x5571735de4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de4c0 0.000129
+gallium_dri.so free 0x5571735de700 void 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de6b0 0.000124
+gallium_dri.so free 0x5571735de780 void 0.000127
+gallium_dri.so free 0x5571735de6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de7d0 0.000120
+gallium_dri.so free 0x5571735de840 void 0.000125
+gallium_dri.so free 0x5571735de7d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de880 0.000124
+gallium_dri.so free 0x5571735de900 void 0.000130
+gallium_dri.so free 0x5571735de880 void 0.000131
+gallium_dri.so malloc 72 0x5571735de880 0.000125
+gallium_dri.so free 0x5571735de980 void 0.000132
+gallium_dri.so free 0x5571735de880 void 0.000127
+gallium_dri.so malloc 72 0x5571735de9b0 0.000131
+gallium_dri.so free 0x5571735dea00 void 0.000130
+gallium_dri.so free 0x5571735de9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de9b0 0.000119
+gallium_dri.so free 0x5571735deb00 void 0.000120
+gallium_dri.so free 0x5571735de9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deab0 0.000119
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x5571735deab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735deb70 0.000126
+gallium_dri.so free 0x5571735dec00 void 0.000120
+gallium_dri.so free 0x5571735deb70 void 0.000127
+gallium_dri.so malloc 72 0x5571735deb70 0.000132
+gallium_dri.so free 0x5571735decc0 void 0.000125
+gallium_dri.so free 0x5571735deb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded30 0.000137
+gallium_dri.so free 0x5571735ded80 void 0.000136
+gallium_dri.so free 0x5571735ded30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ded30 0.000125
+gallium_dri.so free 0x5571735dee80 void 0.000126
+gallium_dri.so free 0x5571735ded30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dee30 0.000124
+gallium_dri.so free 0x5571735def40 void 0.000125
+gallium_dri.so free 0x5571735dee30 void 0.000164
+gallium_dri.so malloc 72 0x5571735deef0 0.000170
+gallium_dri.so free 0x5571735def80 void 0.000150
+gallium_dri.so free 0x5571735deef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735deef0 0.000128
+gallium_dri.so free 0x5571735df040 void 0.000123
+gallium_dri.so free 0x5571735deef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df080 0.000121
+gallium_dri.so free 0x5571735df100 void 0.000122
+gallium_dri.so free 0x5571735df080 void 0.000121
+gallium_dri.so malloc 72 0x5571735df100 0.000121
+gallium_dri.so free 0x5571735df1c0 void 0.000121
+gallium_dri.so free 0x5571735df100 void 0.000122
+gallium_dri.so malloc 72 0x5571735df100 0.000122
+gallium_dri.so free 0x5571735df280 void 0.000124
+gallium_dri.so free 0x5571735df100 void 0.000123
+gallium_dri.so malloc 72 0x5571735df2a0 0.000122
+gallium_dri.so free 0x5571735df340 void 0.000122
+gallium_dri.so free 0x5571735df2a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df2f0 0.000120
+gallium_dri.so free 0x5571735df3c0 void 0.000121
+gallium_dri.so free 0x5571735df2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so free 0x5571735df2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df440 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000110
+gallium_dri.so free 0x5571735df440 void 0.000111
+gallium_dri.so malloc 72 0x5571735df440 0.000112
+gallium_dri.so free 0x5571735df5c0 void 0.000110
+gallium_dri.so free 0x5571735df440 void 0.000110
+gallium_dri.so malloc 72 0x5571735df440 0.000110
+gallium_dri.so free 0x5571735df680 void 0.000109
+gallium_dri.so free 0x5571735df440 void 0.000108
+gallium_dri.so malloc 72 0x5571735df630 0.000110
+gallium_dri.so free 0x5571735df740 void 0.000110
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df6f0 0.000121
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df810 0.000112
+gallium_dri.so free 0x5571735df880 void 0.000112
+gallium_dri.so free 0x5571735df810 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8a0 0.000110
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so free 0x5571735df8a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df8f0 0.000111
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8f0 0.000112
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so free 0x5571735df8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfa40 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000117
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa40 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000113
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000112
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so free 0x5571735dfbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfd40 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000115
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000113
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff30 0.000115
+gallium_dri.so free 0x5571735dff80 void 0.000115
+gallium_dri.so free 0x5571735dff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff30 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so free 0x5571735dff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e00c0 0.000108
+gallium_dri.so free 0x5571735e0140 void 0.000139
+gallium_dri.so free 0x5571735e00c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0140 0.000112
+gallium_dri.so free 0x5571735e0200 void 0.000112
+gallium_dri.so free 0x5571735e0140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0140 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02b0 0.000111
+gallium_dri.so free 0x5571735e0300 void 0.000112
+gallium_dri.so free 0x5571735e02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e02b0 0.000112
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e02b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e03b0 0.000117
+gallium_dri.so free 0x5571735e04c0 void 0.000113
+gallium_dri.so free 0x5571735e03b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0470 0.000112
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e0470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0470 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so free 0x5571735e0470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0470 0.000113
+gallium_dri.so free 0x5571735e06c0 void 0.000119
+gallium_dri.so free 0x5571735e0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0670 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000122
+gallium_dri.so free 0x5571735e0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0790 0.000111
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0790 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0820 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000113
+gallium_dri.so free 0x5571735e0820 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0870 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000114
+gallium_dri.so free 0x5571735e0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0940 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0940 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0a80 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000113
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c70 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so free 0x5571735e0c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d90 0.000114
+gallium_dri.so free 0x5571735e0e00 void 0.000112
+gallium_dri.so free 0x5571735e0d90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e40 0.000112
+gallium_dri.so free 0x5571735e0ec0 void 0.000114
+gallium_dri.so free 0x5571735e0e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0e40 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0f70 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000113
+gallium_dri.so free 0x5571735e0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0f70 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so free 0x5571735e0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e1180 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1130 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000114
+gallium_dri.so free 0x5571735e1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1130 0.000112
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e12f0 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e12f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735e12f0 0.000114
+gallium_dri.so free 0x5571735e1440 void 0.000113
+gallium_dri.so free 0x5571735e12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000113
+gallium_dri.so free 0x5571735e1500 void 0.000113
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e14b0 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000112
+gallium_dri.so free 0x5571735e14b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e14b0 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e14b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1640 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000120
+gallium_dri.so free 0x5571735e1640 void 0.000122
+gallium_dri.so malloc 72 0x5571735e16c0 0.000138
+gallium_dri.so free 0x5571735e1780 void 0.000116
+gallium_dri.so free 0x5571735e16c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e16c0 0.000121
+gallium_dri.so free 0x5571735e1840 void 0.000117
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1860 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000116
+gallium_dri.so free 0x5571735e1860 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1980 void 0.000122
+gallium_dri.so free 0x5571735e18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a00 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a00 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a00 0.000112
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000114
+gallium_dri.so free 0x5571735e1d00 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000112
+gallium_dri.so free 0x5571735e1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1dd0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so free 0x5571735e1dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e60 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so free 0x5571735e1e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000112
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000114
+gallium_dri.so free 0x5571735e1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2000 0.000112
+gallium_dri.so free 0x5571735e20c0 void 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2000 0.000114
+gallium_dri.so free 0x5571735e21c0 void 0.000112
+gallium_dri.so free 0x5571735e2000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2170 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000111
+gallium_dri.so free 0x5571735e2170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2170 0.000112
+gallium_dri.so free 0x5571735e22c0 void 0.000112
+gallium_dri.so free 0x5571735e2170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000112
+gallium_dri.so free 0x5571735e2380 void 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2380 0.000123
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e2380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2380 0.000113
+gallium_dri.so free 0x5571735e24c0 void 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e24f0 0.000115
+gallium_dri.so free 0x5571735e2540 void 0.000119
+gallium_dri.so free 0x5571735e24f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e24f0 0.000121
+gallium_dri.so free 0x5571735e2640 void 0.000156
+gallium_dri.so free 0x5571735e24f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2680 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e27c0 void 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2700 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2870 0.000112
+gallium_dri.so free 0x5571735e28c0 void 0.000114
+gallium_dri.so free 0x5571735e2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2870 0.000113
+gallium_dri.so free 0x5571735e29c0 void 0.000113
+gallium_dri.so free 0x5571735e2870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2970 0.000115
+gallium_dri.so free 0x5571735e2a80 void 0.000112
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a30 0.000126
+gallium_dri.so free 0x5571735e2b00 void 0.000124
+gallium_dri.so free 0x5571735e2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a30 0.000116
+gallium_dri.so free 0x5571735e2bc0 void 0.000120
+gallium_dri.so free 0x5571735e2a30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2a30 0.000122
+gallium_dri.so free 0x5571735e2c80 void 0.000119
+gallium_dri.so free 0x5571735e2a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c30 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d50 0.000119
+gallium_dri.so free 0x5571735e2dc0 void 0.000120
+gallium_dri.so free 0x5571735e2d50 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2de0 0.000120
+gallium_dri.so free 0x5571735e2e80 void 0.000120
+gallium_dri.so free 0x5571735e2de0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e30 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so free 0x5571735e2e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2f00 0.000120
+gallium_dri.so free 0x5571735e2fc0 void 0.000121
+gallium_dri.so free 0x5571735e2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f00 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000140
+gallium_dri.so free 0x5571735e2f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3040 0.000121
+gallium_dri.so free 0x5571735e3100 void 0.000121
+gallium_dri.so free 0x5571735e3040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3040 0.000119
+gallium_dri.so free 0x5571735e31c0 void 0.000120
+gallium_dri.so free 0x5571735e3040 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3040 0.000119
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3230 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so free 0x5571735e3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3350 0.000119
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so free 0x5571735e3350 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3400 0.000186
+gallium_dri.so free 0x5571735e3480 void 0.000244
+gallium_dri.so free 0x5571735e3400 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3400 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000113
+gallium_dri.so free 0x5571735e3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3530 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so free 0x5571735e3530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3530 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000115
+gallium_dri.so free 0x5571735e3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000163
+gallium_dri.so malloc 72 0x5571735e36f0 0.000113
+gallium_dri.so free 0x5571735e3780 void 0.000113
+gallium_dri.so free 0x5571735e36f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e36f0 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000113
+gallium_dri.so free 0x5571735e36f0 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000115
+gallium_dri.so free 0x5571735884c0 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588470 0.000114
+gallium_dri.so free 0x557173588580 void 0.000114
+gallium_dri.so free 0x557173588470 void 0.000113
+gallium_dri.so malloc 72 0x557173588530 0.000113
+gallium_dri.so free 0x5571735885c0 void 0.000113
+gallium_dri.so free 0x557173588530 void 0.000114
+gallium_dri.so malloc 72 0x557173588530 0.000114
+gallium_dri.so free 0x557173588680 void 0.000114
+gallium_dri.so free 0x557173588530 void 0.000113
+gallium_dri.so malloc 72 0x5571735886c0 0.000112
+gallium_dri.so free 0x557173588740 void 0.000114
+gallium_dri.so free 0x5571735886c0 void 0.000113
+gallium_dri.so malloc 72 0x557173588740 0.000113
+gallium_dri.so free 0x557173588800 void 0.000114
+gallium_dri.so free 0x557173588740 void 0.000119
+gallium_dri.so malloc 72 0x557173588740 0.000116
+gallium_dri.so free 0x5571735888c0 void 0.000115
+gallium_dri.so free 0x557173588740 void 0.000113
+gallium_dri.so malloc 72 0x5571735888e0 0.000114
+gallium_dri.so free 0x557173588980 void 0.000113
+gallium_dri.so free 0x5571735888e0 void 0.000117
+gallium_dri.so malloc 72 0x557173588930 0.000114
+gallium_dri.so free 0x557173588a00 void 0.000114
+gallium_dri.so free 0x557173588930 void 0.000114
+gallium_dri.so malloc 72 0x557173588930 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000113
+gallium_dri.so free 0x557173588930 void 0.000113
+gallium_dri.so malloc 72 0x557173588a80 0.000113
+gallium_dri.so free 0x557173588b40 void 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000112
+gallium_dri.so malloc 72 0x557173588a80 0.000114
+gallium_dri.so free 0x557173588c00 void 0.000113
+gallium_dri.so free 0x557173588a80 void 0.000112
+gallium_dri.so malloc 72 0x557173588a80 0.000112
+gallium_dri.so free 0x557173588cc0 void 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000113
+gallium_dri.so malloc 72 0x557173588c70 0.000112
+gallium_dri.so free 0x557173588d80 void 0.000114
+gallium_dri.so free 0x557173588c70 void 0.000112
+gallium_dri.so malloc 72 0x557173588d30 0.000113
+gallium_dri.so free 0x557173588e00 void 0.000114
+gallium_dri.so free 0x557173588d30 void 0.000117
+gallium_dri.so malloc 72 0x557173588e50 0.000127
+gallium_dri.so free 0x557173588ec0 void 0.000115
+gallium_dri.so free 0x557173588e50 void 0.000113
+gallium_dri.so malloc 72 0x557173588ee0 0.000113
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so free 0x557173588ee0 void 0.000113
+gallium_dri.so malloc 72 0x557173588f30 0.000113
+gallium_dri.so free 0x557173589000 void 0.000114
+gallium_dri.so free 0x557173588f30 void 0.000112
+gallium_dri.so malloc 72 0x557173588f30 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x557173588f30 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589240 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x5571735891f0 0.000112
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x5571735891f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735891f0 0.000113
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x5571735891f0 void 0.000142
+gallium_dri.so malloc 72 0x557173589380 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589380 void 0.000112
+gallium_dri.so malloc 72 0x557173589400 0.000158
+gallium_dri.so free 0x5571735894c0 void 0.000117
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so malloc 72 0x557173589400 0.000113
+gallium_dri.so free 0x557173589540 void 0.000114
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so malloc 72 0x557173589570 0.000114
+gallium_dri.so free 0x5571735895c0 void 0.000112
+gallium_dri.so free 0x557173589570 void 0.000113
+gallium_dri.so malloc 72 0x557173589570 0.000114
+gallium_dri.so free 0x5571735896c0 void 0.000113
+gallium_dri.so free 0x557173589570 void 0.000113
+gallium_dri.so malloc 72 0x557173589700 0.000112
+gallium_dri.so free 0x557173589780 void 0.000113
+gallium_dri.so free 0x557173589700 void 0.000112
+gallium_dri.so malloc 72 0x557173589780 0.000112
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so free 0x557173589780 void 0.000113
+gallium_dri.so malloc 72 0x557173589780 0.000112
+gallium_dri.so free 0x5571735898c0 void 0.000113
+gallium_dri.so free 0x557173589780 void 0.000111
+gallium_dri.so malloc 72 0x5571735898f0 0.000112
+gallium_dri.so free 0x557173589940 void 0.000116
+gallium_dri.so free 0x5571735898f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000113
+gallium_dri.so free 0x557173589a40 void 0.000113
+gallium_dri.so free 0x5571735898f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735899f0 0.000113
+gallium_dri.so free 0x557173589b00 void 0.000121
+gallium_dri.so free 0x5571735899f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589ab0 0.000114
+gallium_dri.so free 0x557173589b80 void 0.000114
+gallium_dri.so free 0x557173589ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173589ab0 0.000111
+gallium_dri.so free 0x557173589c40 void 0.000114
+gallium_dri.so free 0x557173589ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173589ab0 0.000114
+gallium_dri.so free 0x557173589d00 void 0.000114
+gallium_dri.so free 0x557173589ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173589cb0 0.000112
+gallium_dri.so free 0x557173589d80 void 0.000113
+gallium_dri.so free 0x557173589cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589dd0 0.000114
+gallium_dri.so free 0x557173589e40 void 0.000113
+gallium_dri.so free 0x557173589dd0 void 0.000113
+gallium_dri.so malloc 72 0x557173589e60 0.000112
+gallium_dri.so free 0x557173589f00 void 0.000114
+gallium_dri.so free 0x557173589e60 void 0.000112
+gallium_dri.so malloc 72 0x557173589eb0 0.000113
+gallium_dri.so free 0x557173589f80 void 0.000113
+gallium_dri.so free 0x557173589eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173589f80 0.000113
+gallium_dri.so free 0x55717358a040 void 0.000113
+gallium_dri.so free 0x557173589f80 void 0.000112
+gallium_dri.so malloc 72 0x557173589f80 0.000113
+gallium_dri.so free 0x55717358a0c0 void 0.000126
+gallium_dri.so free 0x557173589f80 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000112
+gallium_dri.so free 0x55717358a180 void 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0c0 0.000112
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so free 0x55717358a0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a2b0 0.000113
+gallium_dri.so free 0x55717358a380 void 0.000113
+gallium_dri.so free 0x55717358a2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a3d0 0.000113
+gallium_dri.so free 0x55717358a440 void 0.000113
+gallium_dri.so free 0x55717358a3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a480 0.000114
+gallium_dri.so free 0x55717358a500 void 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000113
+gallium_dri.so malloc 72 0x55717358a480 0.000112
+gallium_dri.so free 0x55717358a580 void 0.000113
+gallium_dri.so free 0x55717358a480 void 0.000113
+gallium_dri.so malloc 72 0x55717358a5b0 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x55717358a5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a5b0 0.000113
+gallium_dri.so free 0x55717358a700 void 0.000114
+gallium_dri.so free 0x55717358a5b0 void 0.000162
+gallium_dri.so malloc 72 0x55717358a6b0 0.000114
+gallium_dri.so free 0x55717358a7c0 void 0.000114
+gallium_dri.so free 0x55717358a6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a770 0.000113
+gallium_dri.so free 0x55717358a800 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000112
+gallium_dri.so malloc 72 0x55717358a770 0.000112
+gallium_dri.so free 0x55717358a8c0 void 0.000118
+gallium_dri.so free 0x55717358a770 void 0.000112
+gallium_dri.so malloc 72 0x55717358a930 0.000112
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a930 void 0.000116
+gallium_dri.so malloc 72 0x55717358a930 0.000114
+gallium_dri.so free 0x55717358aa80 void 0.000114
+gallium_dri.so free 0x55717358a930 void 0.000116
+gallium_dri.so malloc 72 0x55717358aa30 0.000113
+gallium_dri.so free 0x55717358ab40 void 0.000112
+gallium_dri.so free 0x55717358aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717358aaf0 0.000114
+gallium_dri.so free 0x55717358ab80 void 0.000113
+gallium_dri.so free 0x55717358aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aaf0 0.000146
+gallium_dri.so free 0x55717358ac40 void 0.000152
+gallium_dri.so free 0x55717358aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ac80 0.000114
+gallium_dri.so free 0x55717358ad00 void 0.000113
+gallium_dri.so free 0x55717358ac80 void 0.000107
+gallium_dri.so malloc 72 0x55717358ad00 0.000116
+gallium_dri.so free 0x55717358adc0 void 0.000113
+gallium_dri.so free 0x55717358ad00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad00 0.000112
+gallium_dri.so free 0x55717358ae80 void 0.000113
+gallium_dri.so free 0x55717358ad00 void 0.000113
+gallium_dri.so malloc 72 0x55717358aea0 0.000114
+gallium_dri.so free 0x55717358af40 void 0.000113
+gallium_dri.so free 0x55717358aea0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aef0 0.000129
+gallium_dri.so free 0x55717358afc0 void 0.000114
+gallium_dri.so free 0x55717358aef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358aef0 0.000113
+gallium_dri.so free 0x55717358b040 void 0.000143
+gallium_dri.so free 0x55717358aef0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b040 0.000122
+gallium_dri.so free 0x55717358b100 void 0.000121
+gallium_dri.so free 0x55717358b040 void 0.000119
+gallium_dri.so malloc 72 0x55717358b040 0.000118
+gallium_dri.so free 0x55717358b1c0 void 0.000122
+gallium_dri.so free 0x55717358b040 void 0.000118
+gallium_dri.so malloc 72 0x55717358b040 0.000122
+gallium_dri.so free 0x55717358b280 void 0.000118
+gallium_dri.so free 0x55717358b040 void 0.000120
+gallium_dri.so malloc 72 0x55717358b230 0.000119
+gallium_dri.so free 0x55717358b340 void 0.000132
+gallium_dri.so free 0x55717358b230 void 0.000116
+gallium_dri.so malloc 72 0x55717358b2f0 0.000120
+gallium_dri.so free 0x55717358b3c0 void 0.000116
+gallium_dri.so free 0x55717358b2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b410 0.000115
+gallium_dri.so free 0x55717358b480 void 0.000115
+gallium_dri.so free 0x55717358b410 void 0.000115
+gallium_dri.so malloc 72 0x55717358b4a0 0.000116
+gallium_dri.so free 0x55717358b540 void 0.000116
+gallium_dri.so free 0x55717358b4a0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b4f0 0.000115
+gallium_dri.so free 0x55717358b5c0 void 0.000116
+gallium_dri.so free 0x55717358b4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b4f0 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x55717358b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x55717358b800 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so malloc 72 0x55717358b7b0 0.000124
+gallium_dri.so free 0x55717358b840 void 0.000158
+gallium_dri.so free 0x55717358b7b0 void 0.000179
+gallium_dri.so malloc 72 0x55717358b7b0 0.000272
+gallium_dri.so free 0x55717358b900 void 0.000229
+gallium_dri.so free 0x55717358b7b0 void 0.000228
+gallium_dri.so malloc 72 0x55717358b940 0.000225
+gallium_dri.so free 0x55717358b9c0 void 0.000212
+gallium_dri.so free 0x55717358b940 void 0.000143
+gallium_dri.so malloc 72 0x55717358b9c0 0.000131
+gallium_dri.so free 0x55717358ba80 void 0.000130
+gallium_dri.so free 0x55717358b9c0 void 0.000134
+gallium_dri.so malloc 72 0x55717358b9c0 0.000129
+gallium_dri.so free 0x55717358bb00 void 0.000130
+gallium_dri.so free 0x55717358b9c0 void 0.000129
+gallium_dri.so malloc 72 0x55717358bb30 0.000127
+gallium_dri.so free 0x55717358bb80 void 0.000128
+gallium_dri.so free 0x55717358bb30 void 0.000129
+gallium_dri.so malloc 72 0x55717358bb30 0.000127
+gallium_dri.so free 0x55717358bc80 void 0.000133
+gallium_dri.so free 0x55717358bb30 void 0.000129
+gallium_dri.so malloc 72 0x55717358bcc0 0.000128
+gallium_dri.so free 0x55717358bd40 void 0.000129
+gallium_dri.so free 0x55717358bcc0 void 0.000140
+gallium_dri.so malloc 72 0x55717358bd40 0.000128
+gallium_dri.so free 0x55717358be00 void 0.000128
+gallium_dri.so free 0x55717358bd40 void 0.000129
+gallium_dri.so malloc 72 0x55717358bd40 0.000128
+gallium_dri.so free 0x55717358be80 void 0.000136
+gallium_dri.so free 0x55717358bd40 void 0.000134
+gallium_dri.so malloc 72 0x55717358beb0 0.000128
+gallium_dri.so free 0x55717358bf00 void 0.000127
+gallium_dri.so free 0x55717358beb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358beb0 0.000128
+gallium_dri.so free 0x55717358c000 void 0.000129
+gallium_dri.so free 0x55717358beb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358bfb0 0.000129
+gallium_dri.so free 0x55717358c0c0 void 0.000128
+gallium_dri.so free 0x55717358bfb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c070 0.000129
+gallium_dri.so free 0x55717358c140 void 0.000128
+gallium_dri.so free 0x55717358c070 void 0.000129
+gallium_dri.so malloc 72 0x55717358c070 0.000128
+gallium_dri.so free 0x55717358c200 void 0.000128
+gallium_dri.so free 0x55717358c070 void 0.000129
+gallium_dri.so malloc 72 0x55717358c070 0.000136
+gallium_dri.so free 0x55717358c2c0 void 0.000128
+gallium_dri.so free 0x55717358c070 void 0.000139
+gallium_dri.so malloc 72 0x55717358c270 0.000128
+gallium_dri.so free 0x55717358c340 void 0.000129
+gallium_dri.so free 0x55717358c270 void 0.000129
+gallium_dri.so malloc 72 0x55717358c390 0.000129
+gallium_dri.so free 0x55717358c400 void 0.000127
+gallium_dri.so free 0x55717358c390 void 0.000127
+gallium_dri.so malloc 72 0x55717358c420 0.000129
+gallium_dri.so free 0x55717358c4c0 void 0.000184
+gallium_dri.so free 0x55717358c420 void 0.000129
+gallium_dri.so malloc 72 0x55717358c470 0.000128
+gallium_dri.so free 0x55717358c540 void 0.000128
+gallium_dri.so free 0x55717358c470 void 0.000128
+gallium_dri.so malloc 72 0x55717358c540 0.000132
+gallium_dri.so free 0x55717358c600 void 0.000127
+gallium_dri.so free 0x55717358c540 void 0.000127
+gallium_dri.so malloc 72 0x55717358c540 0.000129
+gallium_dri.so free 0x55717358c680 void 0.000129
+gallium_dri.so free 0x55717358c540 void 0.000128
+gallium_dri.so malloc 72 0x55717358c680 0.000128
+gallium_dri.so free 0x55717358c740 void 0.000129
+gallium_dri.so free 0x55717358c680 void 0.000127
+gallium_dri.so malloc 72 0x55717358c680 0.000128
+gallium_dri.so free 0x55717358c800 void 0.000129
+gallium_dri.so free 0x55717358c680 void 0.000217
+gallium_dri.so malloc 72 0x55717358c680 0.000135
+gallium_dri.so free 0x55717358c8c0 void 0.000135
+gallium_dri.so free 0x55717358c680 void 0.000134
+gallium_dri.so malloc 72 0x55717358c870 0.000135
+gallium_dri.so free 0x55717358c940 void 0.000135
+gallium_dri.so free 0x55717358c870 void 0.000134
+gallium_dri.so malloc 72 0x55717358c990 0.000134
+gallium_dri.so free 0x55717358ca00 void 0.000135
+gallium_dri.so free 0x55717358c990 void 0.000134
+gallium_dri.so malloc 72 0x55717358ca40 0.000136
+gallium_dri.so free 0x55717358cac0 void 0.000134
+gallium_dri.so free 0x55717358ca40 void 0.000135
+gallium_dri.so malloc 72 0x55717358ca40 0.000134
+gallium_dri.so free 0x55717358cb40 void 0.000135
+gallium_dri.so free 0x55717358ca40 void 0.000153
+gallium_dri.so malloc 72 0x55717358cb70 0.000144
+gallium_dri.so free 0x55717358cbc0 void 0.000143
+gallium_dri.so free 0x55717358cb70 void 0.000145
+gallium_dri.so malloc 72 0x55717358cb70 0.000143
+gallium_dri.so free 0x55717358ccc0 void 0.000141
+gallium_dri.so free 0x55717358cb70 void 0.000134
+gallium_dri.so malloc 72 0x55717358cc70 0.000154
+gallium_dri.so free 0x55717358cd80 void 0.000144
+gallium_dri.so free 0x55717358cc70 void 0.000144
+gallium_dri.so malloc 72 0x55717358cd30 0.000141
+gallium_dri.so free 0x55717358cdc0 void 0.000135
+gallium_dri.so free 0x55717358cd30 void 0.000143
+gallium_dri.so malloc 72 0x55717358cd30 0.000142
+gallium_dri.so free 0x55717358ce80 void 0.000143
+gallium_dri.so free 0x55717358cd30 void 0.000143
+gallium_dri.so malloc 72 0x55717358cef0 0.000140
+gallium_dri.so free 0x55717358cf40 void 0.000134
+gallium_dri.so free 0x55717358cef0 void 0.000140
+gallium_dri.so malloc 72 0x55717358cef0 0.000145
+gallium_dri.so free 0x55717358d040 void 0.000143
+gallium_dri.so free 0x55717358cef0 void 0.000141
+gallium_dri.so malloc 72 0x55717358cff0 0.000133
+gallium_dri.so free 0x55717358d100 void 0.000140
+gallium_dri.so free 0x55717358cff0 void 0.000193
+gallium_dri.so malloc 72 0x55717358d0b0 0.000136
+gallium_dri.so free 0x55717358d140 void 0.000134
+gallium_dri.so free 0x55717358d0b0 void 0.000142
+gallium_dri.so malloc 72 0x55717358d0b0 0.000133
+gallium_dri.so free 0x55717358d200 void 0.000137
+gallium_dri.so free 0x55717358d0b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358d240 0.000136
+gallium_dri.so free 0x55717358d2c0 void 0.000137
+gallium_dri.so free 0x55717358d240 void 0.000137
+gallium_dri.so malloc 72 0x55717358d2c0 0.000136
+gallium_dri.so free 0x55717358d380 void 0.000137
+gallium_dri.so free 0x55717358d2c0 void 0.000137
+gallium_dri.so malloc 72 0x55717358d2c0 0.000136
+gallium_dri.so free 0x55717358d440 void 0.000138
+gallium_dri.so free 0x55717358d2c0 void 0.000137
+gallium_dri.so malloc 72 0x55717358d460 0.000133
+gallium_dri.so free 0x55717358d500 void 0.000134
+gallium_dri.so free 0x55717358d460 void 0.000138
+gallium_dri.so malloc 72 0x55717358d4b0 0.000137
+gallium_dri.so free 0x55717358d580 void 0.000141
+gallium_dri.so free 0x55717358d4b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358d4b0 0.000133
+gallium_dri.so free 0x55717358d600 void 0.000139
+gallium_dri.so free 0x55717358d4b0 void 0.000207
+gallium_dri.so malloc 72 0x55717358d600 0.000137
+gallium_dri.so free 0x55717358d6c0 void 0.000133
+gallium_dri.so free 0x55717358d600 void 0.000129
+gallium_dri.so malloc 72 0x55717358d600 0.000133
+gallium_dri.so free 0x55717358d780 void 0.000134
+gallium_dri.so free 0x55717358d600 void 0.000129
+gallium_dri.so malloc 72 0x55717358d600 0.000126
+gallium_dri.so free 0x55717358d840 void 0.000135
+gallium_dri.so free 0x55717358d600 void 0.000135
+gallium_dri.so malloc 72 0x55717358d7f0 0.000134
+gallium_dri.so free 0x55717358d900 void 0.000133
+gallium_dri.so free 0x55717358d7f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358d8b0 0.000135
+gallium_dri.so free 0x55717358d980 void 0.000134
+gallium_dri.so free 0x55717358d8b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358d9d0 0.000133
+gallium_dri.so free 0x55717358da40 void 0.000136
+gallium_dri.so free 0x55717358d9d0 void 0.000137
+gallium_dri.so malloc 72 0x55717358da60 0.000133
+gallium_dri.so free 0x55717358db00 void 0.000133
+gallium_dri.so free 0x55717358da60 void 0.000137
+gallium_dri.so malloc 72 0x55717358dab0 0.000137
+gallium_dri.so free 0x55717358db80 void 0.000146
+gallium_dri.so free 0x55717358dab0 void 0.000139
+gallium_dri.so malloc 72 0x55717358dab0 0.000133
+gallium_dri.so free 0x55717358dc00 void 0.000131
+gallium_dri.so free 0x55717358dab0 void 0.000134
+gallium_dri.so malloc 72 0x55717358dc00 0.000136
+gallium_dri.so free 0x55717358dcc0 void 0.000133
+gallium_dri.so free 0x55717358dc00 void 0.000130
+gallium_dri.so malloc 72 0x55717358dc00 0.000180
+gallium_dri.so free 0x55717358ddc0 void 0.000139
+gallium_dri.so free 0x55717358dc00 void 0.000137
+gallium_dri.so malloc 72 0x55717358dd70 0.000137
+gallium_dri.so free 0x55717358de00 void 0.000134
+gallium_dri.so free 0x55717358dd70 void 0.000128
+gallium_dri.so malloc 72 0x55717358dd70 0.000133
+gallium_dri.so free 0x55717358dec0 void 0.000137
+gallium_dri.so free 0x55717358dd70 void 0.000133
+gallium_dri.so malloc 72 0x55717358df00 0.000127
+gallium_dri.so free 0x55717358df80 void 0.000134
+gallium_dri.so free 0x55717358df00 void 0.000137
+gallium_dri.so malloc 72 0x55717358df80 0.000133
+gallium_dri.so free 0x55717358e040 void 0.000128
+gallium_dri.so free 0x55717358df80 void 0.000135
+gallium_dri.so malloc 72 0x55717358df80 0.000139
+gallium_dri.so free 0x55717358e0c0 void 0.000139
+gallium_dri.so free 0x55717358df80 void 0.000138
+gallium_dri.so malloc 72 0x55717358e0f0 0.000136
+gallium_dri.so free 0x55717358e140 void 0.000133
+gallium_dri.so free 0x55717358e0f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e0f0 0.000135
+gallium_dri.so free 0x55717358e240 void 0.000128
+gallium_dri.so free 0x55717358e0f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358e280 0.000128
+gallium_dri.so free 0x55717358e300 void 0.000128
+gallium_dri.so free 0x55717358e280 void 0.000127
+gallium_dri.so malloc 72 0x55717358e300 0.000128
+gallium_dri.so free 0x55717358e3c0 void 0.000128
+gallium_dri.so free 0x55717358e300 void 0.000127
+gallium_dri.so malloc 72 0x55717358e300 0.000127
+gallium_dri.so free 0x55717358e440 void 0.000128
+gallium_dri.so free 0x55717358e300 void 0.000128
+gallium_dri.so malloc 72 0x55717358e470 0.000127
+gallium_dri.so free 0x55717358e4c0 void 0.000129
+gallium_dri.so free 0x55717358e470 void 0.000127
+gallium_dri.so malloc 72 0x55717358e470 0.000127
+gallium_dri.so free 0x55717358e5c0 void 0.000129
+gallium_dri.so free 0x55717358e470 void 0.000189
+gallium_dri.so malloc 72 0x55717358e570 0.000128
+gallium_dri.so free 0x55717358e680 void 0.000128
+gallium_dri.so free 0x55717358e570 void 0.000132
+gallium_dri.so malloc 72 0x55717358e630 0.000127
+gallium_dri.so free 0x55717358e700 void 0.000128
+gallium_dri.so free 0x55717358e630 void 0.000127
+gallium_dri.so malloc 72 0x55717358e630 0.000128
+gallium_dri.so free 0x55717358e7c0 void 0.000127
+gallium_dri.so free 0x55717358e630 void 0.000128
+gallium_dri.so malloc 72 0x55717358e630 0.000127
+gallium_dri.so free 0x55717358e880 void 0.000128
+gallium_dri.so free 0x55717358e630 void 0.000129
+gallium_dri.so malloc 72 0x55717358e830 0.000129
+gallium_dri.so free 0x55717358e900 void 0.000128
+gallium_dri.so free 0x55717358e830 void 0.000127
+gallium_dri.so malloc 72 0x55717358e950 0.000131
+gallium_dri.so free 0x55717358e9c0 void 0.000127
+gallium_dri.so free 0x55717358e950 void 0.000128
+gallium_dri.so malloc 72 0x55717358e9e0 0.000127
+gallium_dri.so free 0x55717358ea80 void 0.000128
+gallium_dri.so free 0x55717358e9e0 void 0.000140
+gallium_dri.so malloc 72 0x55717358ea30 0.000135
+gallium_dri.so free 0x55717358eb00 void 0.000136
+gallium_dri.so free 0x55717358ea30 void 0.000149
+gallium_dri.so malloc 72 0x55717358eb00 0.000135
+gallium_dri.so free 0x55717358ebc0 void 0.000130
+gallium_dri.so free 0x55717358eb00 void 0.000130
+gallium_dri.so malloc 72 0x55717358eb00 0.000127
+gallium_dri.so free 0x55717358ec40 void 0.000132
+gallium_dri.so free 0x55717358eb00 void 0.000130
+gallium_dri.so malloc 72 0x55717358ec40 0.000128
+gallium_dri.so free 0x55717358ed00 void 0.000129
+gallium_dri.so free 0x55717358ec40 void 0.000129
+gallium_dri.so malloc 72 0x55717358ec40 0.000128
+gallium_dri.so free 0x55717358edc0 void 0.000128
+gallium_dri.so free 0x55717358ec40 void 0.000128
+gallium_dri.so malloc 72 0x55717358ec40 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000130
+gallium_dri.so free 0x55717358ec40 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee30 0.000131
+gallium_dri.so free 0x55717358ef00 void 0.000128
+gallium_dri.so free 0x55717358ee30 void 0.000128
+gallium_dri.so malloc 72 0x55717358ef50 0.000127
+gallium_dri.so free 0x55717358efc0 void 0.000128
+gallium_dri.so free 0x55717358ef50 void 0.000128
+gallium_dri.so malloc 72 0x55717358f000 0.000128
+gallium_dri.so free 0x55717358f080 void 0.000128
+gallium_dri.so free 0x55717358f000 void 0.000138
+gallium_dri.so malloc 72 0x55717358f000 0.000129
+gallium_dri.so free 0x55717358f100 void 0.000129
+gallium_dri.so free 0x55717358f000 void 0.000127
+gallium_dri.so malloc 72 0x55717358f130 0.000128
+gallium_dri.so free 0x55717358f180 void 0.000129
+gallium_dri.so free 0x55717358f130 void 0.000128
+gallium_dri.so malloc 72 0x55717358f130 0.000128
+gallium_dri.so free 0x55717358f280 void 0.000129
+gallium_dri.so free 0x55717358f130 void 0.000128
+gallium_dri.so malloc 72 0x55717358f230 0.000127
+gallium_dri.so free 0x55717358f340 void 0.000128
+gallium_dri.so free 0x55717358f230 void 0.000128
+gallium_dri.so malloc 72 0x55717358f2f0 0.000128
+gallium_dri.so free 0x55717358f380 void 0.000129
+gallium_dri.so free 0x55717358f2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f2f0 0.000128
+gallium_dri.so free 0x55717358f440 void 0.000128
+gallium_dri.so free 0x55717358f2f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358f4b0 0.000128
+gallium_dri.so free 0x55717358f500 void 0.000128
+gallium_dri.so free 0x55717358f4b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f4b0 0.000128
+gallium_dri.so free 0x55717358f600 void 0.000129
+gallium_dri.so free 0x55717358f4b0 void 0.000183
+gallium_dri.so malloc 72 0x55717358f5b0 0.000129
+gallium_dri.so free 0x55717358f6c0 void 0.000128
+gallium_dri.so free 0x55717358f5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358f670 0.000128
+gallium_dri.so free 0x55717358f700 void 0.000127
+gallium_dri.so free 0x55717358f670 void 0.000129
+gallium_dri.so malloc 72 0x55717358f670 0.000127
+gallium_dri.so free 0x55717358f7c0 void 0.000128
+gallium_dri.so free 0x55717358f670 void 0.000133
+gallium_dri.so malloc 72 0x55717358f800 0.000128
+gallium_dri.so free 0x55717358f880 void 0.000128
+gallium_dri.so free 0x55717358f800 void 0.000128
+gallium_dri.so malloc 72 0x55717358f880 0.000128
+gallium_dri.so free 0x55717358f940 void 0.000129
+gallium_dri.so free 0x55717358f880 void 0.000129
+gallium_dri.so malloc 72 0x55717358f880 0.000129
+gallium_dri.so free 0x55717358fa00 void 0.000127
+gallium_dri.so free 0x55717358f880 void 0.000129
+gallium_dri.so malloc 72 0x55717358fa20 0.000128
+gallium_dri.so free 0x55717358fac0 void 0.000128
+gallium_dri.so free 0x55717358fa20 void 0.000127
+gallium_dri.so malloc 72 0x55717358fa70 0.000128
+gallium_dri.so free 0x55717358fb40 void 0.000128
+gallium_dri.so free 0x55717358fa70 void 0.000139
+gallium_dri.so malloc 72 0x55717358fa70 0.000128
+gallium_dri.so free 0x55717358fbc0 void 0.000135
+gallium_dri.so free 0x55717358fa70 void 0.000128
+gallium_dri.so malloc 72 0x55717358fbc0 0.000129
+gallium_dri.so free 0x55717358fc80 void 0.000129
+gallium_dri.so free 0x55717358fbc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fbc0 0.000128
+gallium_dri.so free 0x55717358fd40 void 0.000128
+gallium_dri.so free 0x55717358fbc0 void 0.000128
+gallium_dri.so malloc 72 0x55717358fbc0 0.000132
+gallium_dri.so free 0x55717358fe00 void 0.000128
+gallium_dri.so free 0x55717358fbc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fdb0 0.000128
+gallium_dri.so free 0x55717358fec0 void 0.000128
+gallium_dri.so free 0x55717358fdb0 void 0.000128
+gallium_dri.so malloc 72 0x55717358fe70 0.000128
+gallium_dri.so free 0x55717358ff40 void 0.000132
+gallium_dri.so free 0x55717358fe70 void 0.000129
+gallium_dri.so malloc 72 0x55717358ff90 0.000131
+gallium_dri.so free 0x557173590000 void 0.000130
+gallium_dri.so free 0x55717358ff90 void 0.000128
+gallium_dri.so malloc 72 0x557173590020 0.000128
+gallium_dri.so free 0x5571735900c0 void 0.000129
+gallium_dri.so free 0x557173590020 void 0.000140
+gallium_dri.so malloc 72 0x557173590070 0.000136
+gallium_dri.so free 0x557173590140 void 0.000127
+gallium_dri.so free 0x557173590070 void 0.000128
+gallium_dri.so malloc 72 0x557173590070 0.000129
+gallium_dri.so free 0x5571735901c0 void 0.000128
+gallium_dri.so free 0x557173590070 void 0.000129
+gallium_dri.so malloc 72 0x5571735901c0 0.000132
+gallium_dri.so free 0x557173590280 void 0.000128
+gallium_dri.so free 0x5571735901c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735901c0 0.000129
+gallium_dri.so free 0x557173590380 void 0.000133
+gallium_dri.so free 0x5571735901c0 void 0.000129
+gallium_dri.so malloc 72 0x557173590330 0.000127
+gallium_dri.so free 0x5571735903c0 void 0.000128
+gallium_dri.so free 0x557173590330 void 0.000127
+gallium_dri.so malloc 72 0x557173590330 0.000127
+gallium_dri.so free 0x557173590480 void 0.000128
+gallium_dri.so free 0x557173590330 void 0.000129
+gallium_dri.so malloc 72 0x5571735904c0 0.000128
+gallium_dri.so free 0x557173590540 void 0.000128
+gallium_dri.so free 0x5571735904c0 void 0.000178
+gallium_dri.so malloc 72 0x557173590540 0.000128
+gallium_dri.so free 0x557173590600 void 0.000129
+gallium_dri.so free 0x557173590540 void 0.000178
+gallium_dri.so malloc 72 0x557173590540 0.000129
+gallium_dri.so free 0x557173590680 void 0.000130
+gallium_dri.so free 0x557173590540 void 0.000128
+gallium_dri.so malloc 72 0x5571735906b0 0.000128
+gallium_dri.so free 0x557173590700 void 0.000128
+gallium_dri.so free 0x5571735906b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735906b0 0.000128
+gallium_dri.so free 0x557173590800 void 0.000129
+gallium_dri.so free 0x5571735906b0 void 0.000128
+gallium_dri.so malloc 72 0x557173590840 0.000128
+gallium_dri.so free 0x5571735908c0 void 0.000129
+gallium_dri.so free 0x557173590840 void 0.000129
+gallium_dri.so malloc 72 0x5571735908c0 0.000128
+gallium_dri.so free 0x557173590980 void 0.000137
+gallium_dri.so free 0x5571735908c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735908c0 0.000130
+gallium_dri.so free 0x557173590a00 void 0.000128
+gallium_dri.so free 0x5571735908c0 void 0.000129
+gallium_dri.so malloc 72 0x557173590a30 0.000129
+gallium_dri.so free 0x557173590a80 void 0.000129
+gallium_dri.so free 0x557173590a30 void 0.000128
+gallium_dri.so malloc 72 0x557173590a30 0.000129
+gallium_dri.so free 0x557173590b80 void 0.000129
+gallium_dri.so free 0x557173590a30 void 0.000138
+gallium_dri.so malloc 72 0x557173590b30 0.000133
+gallium_dri.so free 0x557173590c40 void 0.000129
+gallium_dri.so free 0x557173590b30 void 0.000128
+gallium_dri.so malloc 72 0x557173590bf0 0.000128
+gallium_dri.so free 0x557173590cc0 void 0.000128
+gallium_dri.so free 0x557173590bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173590bf0 0.000127
+gallium_dri.so free 0x557173590d80 void 0.000129
+gallium_dri.so free 0x557173590bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173590bf0 0.000128
+gallium_dri.so free 0x557173590e40 void 0.000128
+gallium_dri.so free 0x557173590bf0 void 0.000129
+gallium_dri.so malloc 72 0x557173590df0 0.000132
+gallium_dri.so free 0x557173590ec0 void 0.000128
+gallium_dri.so free 0x557173590df0 void 0.000128
+gallium_dri.so malloc 72 0x557173590f10 0.000128
+gallium_dri.so free 0x557173590f80 void 0.000129
+gallium_dri.so free 0x557173590f10 void 0.000128
+gallium_dri.so malloc 72 0x557173590fa0 0.000128
+gallium_dri.so free 0x557173591040 void 0.000130
+gallium_dri.so free 0x557173590fa0 void 0.000129
+gallium_dri.so malloc 72 0x557173590ff0 0.000127
+gallium_dri.so free 0x5571735910c0 void 0.000128
+gallium_dri.so free 0x557173590ff0 void 0.000141
+gallium_dri.so malloc 72 0x5571735910c0 0.000129
+gallium_dri.so free 0x557173591180 void 0.000130
+gallium_dri.so free 0x5571735910c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735910c0 0.000129
+gallium_dri.so free 0x557173591200 void 0.000129
+gallium_dri.so free 0x5571735910c0 void 0.000127
+gallium_dri.so malloc 72 0x557173591200 0.000131
+gallium_dri.so free 0x5571735912c0 void 0.000128
+gallium_dri.so free 0x557173591200 void 0.000178
+gallium_dri.so malloc 72 0x557173591200 0.000130
+gallium_dri.so free 0x557173591380 void 0.000128
+gallium_dri.so free 0x557173591200 void 0.000130
+gallium_dri.so malloc 72 0x557173591200 0.000129
+gallium_dri.so free 0x557173591440 void 0.000127
+gallium_dri.so free 0x557173591200 void 0.000129
+gallium_dri.so malloc 72 0x5571735913f0 0.000127
+gallium_dri.so free 0x5571735914c0 void 0.000127
+gallium_dri.so free 0x5571735913f0 void 0.000128
+gallium_dri.so malloc 72 0x557173591510 0.000128
+gallium_dri.so free 0x557173591580 void 0.000128
+gallium_dri.so free 0x557173591510 void 0.000128
+gallium_dri.so malloc 72 0x5571735915c0 0.000128
+gallium_dri.so free 0x557173591640 void 0.000128
+gallium_dri.so free 0x5571735915c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735915c0 0.000129
+gallium_dri.so free 0x5571735916c0 void 0.000137
+gallium_dri.so free 0x5571735915c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735916f0 0.000131
+gallium_dri.so free 0x557173591740 void 0.000128
+gallium_dri.so free 0x5571735916f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735916f0 0.000128
+gallium_dri.so free 0x557173591840 void 0.000132
+gallium_dri.so free 0x5571735916f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735917f0 0.000128
+gallium_dri.so free 0x557173591900 void 0.000127
+gallium_dri.so free 0x5571735917f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735918b0 0.000129
+gallium_dri.so free 0x557173591940 void 0.000128
+gallium_dri.so free 0x5571735918b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735918b0 0.000129
+gallium_dri.so free 0x557173591a00 void 0.000128
+gallium_dri.so free 0x5571735918b0 void 0.000128
+gallium_dri.so malloc 72 0x557173591a70 0.000127
+gallium_dri.so free 0x557173591ac0 void 0.000129
+gallium_dri.so free 0x557173591a70 void 0.000129
+gallium_dri.so malloc 72 0x557173591a70 0.000128
+gallium_dri.so free 0x557173591bc0 void 0.000129
+gallium_dri.so free 0x557173591a70 void 0.000139
+gallium_dri.so malloc 72 0x557173591b70 0.000128
+gallium_dri.so free 0x557173591c80 void 0.000127
+gallium_dri.so free 0x557173591b70 void 0.000128
+gallium_dri.so malloc 72 0x557173591c30 0.000128
+gallium_dri.so free 0x557173591cc0 void 0.000128
+gallium_dri.so free 0x557173591c30 void 0.000128
+gallium_dri.so malloc 72 0x557173591c30 0.000127
+gallium_dri.so free 0x557173591d80 void 0.000129
+gallium_dri.so free 0x557173591c30 void 0.000129
+gallium_dri.so malloc 72 0x557173591dc0 0.000128
+gallium_dri.so free 0x557173591e40 void 0.000129
+gallium_dri.so free 0x557173591dc0 void 0.000128
+gallium_dri.so malloc 72 0x557173591e40 0.000127
+gallium_dri.so free 0x557173591f00 void 0.000128
+gallium_dri.so free 0x557173591e40 void 0.000128
+gallium_dri.so malloc 72 0x557173591e40 0.000128
+gallium_dri.so free 0x5571735cae40 void 0.000128
+gallium_dri.so free 0x557173591e40 void 0.000128
+gallium_dri.so malloc 72 0x557173591e40 0.000127
+gallium_dri.so free 0x5571735caf00 void 0.000128
+gallium_dri.so free 0x557173591e40 void 0.000128
+gallium_dri.so malloc 72 0x557173591e40 0.000176
+gallium_dri.so free 0x5571735cafc0 void 0.000128
+gallium_dri.so free 0x557173591e40 void 0.000176
+gallium_dri.so malloc 72 0x5571735caf70 0.000129
+gallium_dri.so free 0x5571735cb040 void 0.000128
+gallium_dri.so free 0x5571735caf70 void 0.000127
+gallium_dri.so malloc 72 0x5571735cb090 0.000127
+gallium_dri.so free 0x5571735cb100 void 0.000128
+gallium_dri.so free 0x5571735cb090 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb120 0.000131
+gallium_dri.so free 0x5571735cb1c0 void 0.000128
+gallium_dri.so free 0x5571735cb120 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb170 0.000128
+gallium_dri.so free 0x5571735cb240 void 0.000127
+gallium_dri.so free 0x5571735cb170 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb240 0.000127
+gallium_dri.so free 0x5571735cb300 void 0.000128
+gallium_dri.so free 0x5571735cb240 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb240 0.000131
+gallium_dri.so free 0x5571735cb380 void 0.000130
+gallium_dri.so free 0x5571735cb240 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb380 0.000130
+gallium_dri.so free 0x5571735cb440 void 0.000129
+gallium_dri.so free 0x5571735cb380 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb380 0.000128
+gallium_dri.so free 0x5571735cb500 void 0.000127
+gallium_dri.so free 0x5571735cb380 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb380 0.000129
+gallium_dri.so free 0x5571735cb5c0 void 0.000128
+gallium_dri.so free 0x5571735cb380 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb570 0.000127
+gallium_dri.so free 0x5571735cb640 void 0.000129
+gallium_dri.so free 0x5571735cb570 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb690 0.000129
+gallium_dri.so free 0x5571735cb700 void 0.000129
+gallium_dri.so free 0x5571735cb690 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb740 0.000128
+gallium_dri.so free 0x5571735cb7c0 void 0.000128
+gallium_dri.so free 0x5571735cb740 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb740 0.000128
+gallium_dri.so free 0x5571735cb840 void 0.000129
+gallium_dri.so free 0x5571735cb740 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb870 0.000128
+gallium_dri.so free 0x5571735cb8c0 void 0.000129
+gallium_dri.so free 0x5571735cb870 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb870 0.000132
+gallium_dri.so free 0x5571735cb9c0 void 0.000129
+gallium_dri.so free 0x5571735cb870 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb970 0.000126
+gallium_dri.so free 0x5571735cba80 void 0.000130
+gallium_dri.so free 0x5571735cb970 void 0.000184
+gallium_dri.so malloc 72 0x5571735cba30 0.000140
+gallium_dri.so free 0x5571735cbac0 void 0.000139
+gallium_dri.so free 0x5571735cba30 void 0.000140
+gallium_dri.so malloc 72 0x5571735cba30 0.000137
+gallium_dri.so free 0x5571735cbb80 void 0.000135
+gallium_dri.so free 0x5571735cba30 void 0.000133
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000134
+gallium_dri.so free 0x5571735cbc40 void 0.000179
+gallium_dri.so free 0x5571735cbbf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cbbf0 0.000134
+gallium_dri.so free 0x5571735cbd40 void 0.000131
+gallium_dri.so free 0x5571735cbbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbcf0 0.000134
+gallium_dri.so free 0x5571735cbe00 void 0.000131
+gallium_dri.so free 0x5571735cbcf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000131
+gallium_dri.so free 0x5571735cbe40 void 0.000133
+gallium_dri.so free 0x5571735cbdb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cbdb0 0.000132
+gallium_dri.so free 0x5571735cbf00 void 0.000134
+gallium_dri.so free 0x5571735cbdb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cbf40 0.000141
+gallium_dri.so free 0x5571735cbfc0 void 0.000129
+gallium_dri.so free 0x5571735cbf40 void 0.000127
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000129
+gallium_dri.so free 0x5571735cc080 void 0.000130
+gallium_dri.so free 0x5571735cbfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cbfc0 0.000127
+gallium_dri.so free 0x5571735cc140 void 0.000129
+gallium_dri.so free 0x5571735cbfc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc160 0.000127
+gallium_dri.so free 0x5571735cc200 void 0.000129
+gallium_dri.so free 0x5571735cc160 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000128
+gallium_dri.so free 0x5571735cc280 void 0.000128
+gallium_dri.so free 0x5571735cc1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc1b0 0.000128
+gallium_dri.so free 0x5571735cc300 void 0.000129
+gallium_dri.so free 0x5571735cc1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc300 0.000133
+gallium_dri.so free 0x5571735cc3c0 void 0.000134
+gallium_dri.so free 0x5571735cc300 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc300 0.000128
+gallium_dri.so free 0x5571735cc480 void 0.000131
+gallium_dri.so free 0x5571735cc300 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc300 0.000139
+gallium_dri.so free 0x5571735cc540 void 0.000129
+gallium_dri.so free 0x5571735cc300 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc4f0 0.000131
+gallium_dri.so free 0x5571735cc600 void 0.000130
+gallium_dri.so free 0x5571735cc4f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc5b0 0.000127
+gallium_dri.so free 0x5571735cc680 void 0.000128
+gallium_dri.so free 0x5571735cc5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc6d0 0.000127
+gallium_dri.so free 0x5571735cc740 void 0.000129
+gallium_dri.so free 0x5571735cc6d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc760 0.000129
+gallium_dri.so free 0x5571735cc800 void 0.000128
+gallium_dri.so free 0x5571735cc760 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000127
+gallium_dri.so free 0x5571735cc880 void 0.000127
+gallium_dri.so free 0x5571735cc7b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc7b0 0.000129
+gallium_dri.so free 0x5571735cc900 void 0.000128
+gallium_dri.so free 0x5571735cc7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc900 0.000127
+gallium_dri.so free 0x5571735cc9c0 void 0.000181
+gallium_dri.so free 0x5571735cc900 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc900 0.000253
+gallium_dri.so free 0x5571735ccac0 void 0.000186
+gallium_dri.so free 0x5571735cc900 void 0.000166
+gallium_dri.so malloc 72 0x5571735cca70 0.000136
+gallium_dri.so free 0x5571735ccb00 void 0.000141
+gallium_dri.so free 0x5571735cca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735cca70 0.000133
+gallium_dri.so free 0x5571735ccbc0 void 0.000133
+gallium_dri.so free 0x5571735cca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccc00 0.000133
+gallium_dri.so free 0x5571735ccc80 void 0.000131
+gallium_dri.so free 0x5571735ccc00 void 0.000134
+gallium_dri.so malloc 72 0x5571735ccc80 0.000134
+gallium_dri.so free 0x5571735ccd40 void 0.000134
+gallium_dri.so free 0x5571735ccc80 void 0.000135
+gallium_dri.so malloc 72 0x5571735ccc80 0.000133
+gallium_dri.so free 0x5571735ccdc0 void 0.000134
+gallium_dri.so free 0x5571735ccc80 void 0.000135
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000133
+gallium_dri.so free 0x5571735cce40 void 0.000135
+gallium_dri.so free 0x5571735ccdf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ccdf0 0.000132
+gallium_dri.so free 0x5571735ccf40 void 0.000130
+gallium_dri.so free 0x5571735ccdf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ccf80 0.000127
+gallium_dri.so free 0x5571735cd000 void 0.000128
+gallium_dri.so free 0x5571735ccf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd000 0.000127
+gallium_dri.so free 0x5571735cd0c0 void 0.000129
+gallium_dri.so free 0x5571735cd000 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd000 0.000127
+gallium_dri.so free 0x5571735cd140 void 0.000128
+gallium_dri.so free 0x5571735cd000 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd170 0.000127
+gallium_dri.so free 0x5571735cd1c0 void 0.000129
+gallium_dri.so free 0x5571735cd170 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd170 0.000127
+gallium_dri.so free 0x5571735cd2c0 void 0.000127
+gallium_dri.so free 0x5571735cd170 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd270 0.000127
+gallium_dri.so free 0x5571735cd380 void 0.000133
+gallium_dri.so free 0x5571735cd270 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd330 0.000127
+gallium_dri.so free 0x5571735cd400 void 0.000129
+gallium_dri.so free 0x5571735cd330 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd330 0.000127
+gallium_dri.so free 0x5571735cd4c0 void 0.000138
+gallium_dri.so free 0x5571735cd330 void 0.000143
+gallium_dri.so malloc 72 0x5571735cd330 0.000137
+gallium_dri.so free 0x5571735cd580 void 0.000138
+gallium_dri.so free 0x5571735cd330 void 0.000136
+gallium_dri.so malloc 72 0x5571735cd530 0.000134
+gallium_dri.so free 0x5571735cd600 void 0.000128
+gallium_dri.so free 0x5571735cd530 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd650 0.000129
+gallium_dri.so free 0x5571735cd6c0 void 0.000131
+gallium_dri.so free 0x5571735cd650 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd6e0 0.000128
+gallium_dri.so free 0x5571735cd780 void 0.000129
+gallium_dri.so free 0x5571735cd6e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd730 0.000128
+gallium_dri.so free 0x5571735cd800 void 0.000128
+gallium_dri.so free 0x5571735cd730 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd800 0.000128
+gallium_dri.so free 0x5571735cd8c0 void 0.000129
+gallium_dri.so free 0x5571735cd800 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd800 0.000127
+gallium_dri.so free 0x5571735cd940 void 0.000129
+gallium_dri.so free 0x5571735cd800 void 0.000180
+gallium_dri.so malloc 72 0x5571735cd940 0.000127
+gallium_dri.so free 0x5571735cda00 void 0.000126
+gallium_dri.so free 0x5571735cd940 void 0.000127
+gallium_dri.so malloc 72 0x5571735cd940 0.000125
+gallium_dri.so free 0x5571735cdac0 void 0.000131
+gallium_dri.so free 0x5571735cd940 void 0.000125
+gallium_dri.so malloc 72 0x5571735cd940 0.000124
+gallium_dri.so free 0x5571735cdb80 void 0.000126
+gallium_dri.so free 0x5571735cd940 void 0.000126
+gallium_dri.so malloc 72 0x5571735cdb30 0.000126
+gallium_dri.so free 0x5571735cdc00 void 0.000132
+gallium_dri.so free 0x5571735cdb30 void 0.000134
+gallium_dri.so malloc 72 0x5571735cdc50 0.000184
+gallium_dri.so free 0x5571735cdcc0 void 0.000129
+gallium_dri.so free 0x5571735cdc50 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdd00 0.000127
+gallium_dri.so free 0x5571735cdd80 void 0.000133
+gallium_dri.so free 0x5571735cdd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735cdd00 0.000134
+gallium_dri.so free 0x5571735cde00 void 0.000133
+gallium_dri.so free 0x5571735cdd00 void 0.000134
+gallium_dri.so malloc 72 0x5571735cde30 0.000134
+gallium_dri.so free 0x5571735cde80 void 0.000133
+gallium_dri.so free 0x5571735cde30 void 0.000142
+gallium_dri.so malloc 72 0x5571735cde30 0.000135
+gallium_dri.so free 0x5571735cdf80 void 0.000132
+gallium_dri.so free 0x5571735cde30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdf30 0.000134
+gallium_dri.so free 0x5571735ce040 void 0.000134
+gallium_dri.so free 0x5571735cdf30 void 0.000134
+gallium_dri.so malloc 72 0x5571735cdff0 0.000130
+gallium_dri.so free 0x5571735ce080 void 0.000133
+gallium_dri.so free 0x5571735cdff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cdff0 0.000133
+gallium_dri.so free 0x5571735ce140 void 0.000131
+gallium_dri.so free 0x5571735cdff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000131
+gallium_dri.so free 0x5571735ce200 void 0.000133
+gallium_dri.so free 0x5571735ce1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce1b0 0.000131
+gallium_dri.so free 0x5571735ce300 void 0.000133
+gallium_dri.so free 0x5571735ce1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce2b0 0.000131
+gallium_dri.so free 0x5571735ce3c0 void 0.000133
+gallium_dri.so free 0x5571735ce2b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735ce370 0.000135
+gallium_dri.so free 0x5571735ce400 void 0.000129
+gallium_dri.so free 0x5571735ce370 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce370 0.000128
+gallium_dri.so free 0x5571735ce4c0 void 0.000128
+gallium_dri.so free 0x5571735ce370 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce500 0.000131
+gallium_dri.so free 0x5571735ce580 void 0.000127
+gallium_dri.so free 0x5571735ce500 void 0.000129
+gallium_dri.so malloc 72 0x5571735ce580 0.000127
+gallium_dri.so free 0x5571735ce640 void 0.000128
+gallium_dri.so free 0x5571735ce580 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce580 0.000128
+gallium_dri.so free 0x5571735ce700 void 0.000129
+gallium_dri.so free 0x5571735ce580 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce720 0.000127
+gallium_dri.so free 0x5571735ce7c0 void 0.000128
+gallium_dri.so free 0x5571735ce720 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce770 0.000132
+gallium_dri.so free 0x5571735ce840 void 0.000134
+gallium_dri.so free 0x5571735ce770 void 0.000134
+gallium_dri.so malloc 72 0x5571735ce770 0.000127
+gallium_dri.so free 0x5571735ce8c0 void 0.000126
+gallium_dri.so free 0x5571735ce770 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000128
+gallium_dri.so free 0x5571735ce980 void 0.000136
+gallium_dri.so free 0x5571735ce8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000128
+gallium_dri.so free 0x5571735cea40 void 0.000127
+gallium_dri.so free 0x5571735ce8c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ce8c0 0.000128
+gallium_dri.so free 0x5571735ceb00 void 0.000128
+gallium_dri.so free 0x5571735ce8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ceab0 0.000128
+gallium_dri.so free 0x5571735cebc0 void 0.000129
+gallium_dri.so free 0x5571735ceab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ceb70 0.000127
+gallium_dri.so free 0x5571735cec40 void 0.000129
+gallium_dri.so free 0x5571735ceb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cec90 0.000127
+gallium_dri.so free 0x5571735ced00 void 0.000129
+gallium_dri.so free 0x5571735cec90 void 0.000128
+gallium_dri.so malloc 72 0x5571735ced20 0.000126
+gallium_dri.so free 0x5571735cedc0 void 0.000130
+gallium_dri.so free 0x5571735ced20 void 0.000128
+gallium_dri.so malloc 72 0x5571735ced70 0.000128
+gallium_dri.so free 0x5571735cee40 void 0.000129
+gallium_dri.so free 0x5571735ced70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ced70 0.000127
+gallium_dri.so free 0x5571735ceec0 void 0.000184
+gallium_dri.so free 0x5571735ced70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceec0 0.000126
+gallium_dri.so free 0x5571735cef80 void 0.000127
+gallium_dri.so free 0x5571735ceec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ceec0 0.000127
+gallium_dri.so free 0x5571735cf080 void 0.000127
+gallium_dri.so free 0x5571735ceec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf030 0.000127
+gallium_dri.so free 0x5571735cf0c0 void 0.000128
+gallium_dri.so free 0x5571735cf030 void 0.000187
+gallium_dri.so malloc 72 0x5571735cf030 0.000136
+gallium_dri.so free 0x5571735cf180 void 0.000131
+gallium_dri.so free 0x5571735cf030 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000127
+gallium_dri.so free 0x5571735cf240 void 0.000134
+gallium_dri.so free 0x5571735cf1c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf240 0.000133
+gallium_dri.so free 0x5571735cf300 void 0.000127
+gallium_dri.so free 0x5571735cf240 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf240 0.000134
+gallium_dri.so free 0x5571735cf380 void 0.000137
+gallium_dri.so free 0x5571735cf240 void 0.000140
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000127
+gallium_dri.so free 0x5571735cf400 void 0.000128
+gallium_dri.so free 0x5571735cf3b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf3b0 0.000130
+gallium_dri.so free 0x5571735cf500 void 0.000135
+gallium_dri.so free 0x5571735cf3b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf540 0.000131
+gallium_dri.so free 0x5571735cf5c0 void 0.000133
+gallium_dri.so free 0x5571735cf540 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000133
+gallium_dri.so free 0x5571735cf680 void 0.000133
+gallium_dri.so free 0x5571735cf5c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf5c0 0.000134
+gallium_dri.so free 0x5571735cf700 void 0.000133
+gallium_dri.so free 0x5571735cf5c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cf730 0.000131
+gallium_dri.so free 0x5571735cf780 void 0.000130
+gallium_dri.so free 0x5571735cf730 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf730 0.000131
+gallium_dri.so free 0x5571735cf880 void 0.000133
+gallium_dri.so free 0x5571735cf730 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf830 0.000130
+gallium_dri.so free 0x5571735cf940 void 0.000132
+gallium_dri.so free 0x5571735cf830 void 0.000144
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000131
+gallium_dri.so free 0x5571735cf9c0 void 0.000132
+gallium_dri.so free 0x5571735cf8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000130
+gallium_dri.so free 0x5571735cfa80 void 0.000133
+gallium_dri.so free 0x5571735cf8f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf8f0 0.000133
+gallium_dri.so free 0x5571735cfb40 void 0.000132
+gallium_dri.so free 0x5571735cf8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000133
+gallium_dri.so free 0x5571735cfbc0 void 0.000134
+gallium_dri.so free 0x5571735cfaf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfc10 0.000130
+gallium_dri.so free 0x5571735cfc80 void 0.000132
+gallium_dri.so free 0x5571735cfc10 void 0.000137
+gallium_dri.so malloc 72 0x5571735cfca0 0.000137
+gallium_dri.so free 0x5571735cfd40 void 0.000139
+gallium_dri.so free 0x5571735cfca0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000130
+gallium_dri.so free 0x5571735cfdc0 void 0.000132
+gallium_dri.so free 0x5571735cfcf0 void 0.000177
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000132
+gallium_dri.so free 0x5571735cfe80 void 0.000134
+gallium_dri.so free 0x5571735cfdc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfdc0 0.000130
+gallium_dri.so free 0x5571735cff00 void 0.000133
+gallium_dri.so free 0x5571735cfdc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cff00 0.000134
+gallium_dri.so free 0x5571735cffc0 void 0.000131
+gallium_dri.so free 0x5571735cff00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cff00 0.000131
+gallium_dri.so free 0x5571735d0080 void 0.000134
+gallium_dri.so free 0x5571735cff00 void 0.000132
+gallium_dri.so malloc 72 0x5571735cff00 0.000134
+gallium_dri.so free 0x5571735d0140 void 0.000133
+gallium_dri.so free 0x5571735cff00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d00f0 0.000133
+gallium_dri.so free 0x5571735d01c0 void 0.000133
+gallium_dri.so free 0x5571735d00f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0210 0.000134
+gallium_dri.so free 0x5571735d0280 void 0.000133
+gallium_dri.so free 0x5571735d0210 void 0.000132
+gallium_dri.so malloc 72 0x5571735d02c0 0.000133
+gallium_dri.so free 0x5571735d0340 void 0.000134
+gallium_dri.so free 0x5571735d02c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d02c0 0.000138
+gallium_dri.so free 0x5571735d03c0 void 0.000126
+gallium_dri.so free 0x5571735d02c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735d03f0 0.000234
+gallium_dri.so free 0x5571735d0440 void 0.000176
+gallium_dri.so free 0x5571735d03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d03f0 0.000111
+gallium_dri.so free 0x5571735d0540 void 0.000111
+gallium_dri.so free 0x5571735d03f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d04f0 0.000113
+gallium_dri.so free 0x5571735d0600 void 0.000111
+gallium_dri.so free 0x5571735d04f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d05b0 0.000110
+gallium_dri.so free 0x5571735d0640 void 0.000112
+gallium_dri.so free 0x5571735d05b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d05b0 0.000110
+gallium_dri.so free 0x5571735d0700 void 0.000110
+gallium_dri.so free 0x5571735d05b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0770 0.000110
+gallium_dri.so free 0x5571735d07c0 void 0.000110
+gallium_dri.so free 0x5571735d0770 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0770 0.000116
+gallium_dri.so free 0x5571735d08c0 void 0.000116
+gallium_dri.so free 0x5571735d0770 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0870 0.000112
+gallium_dri.so free 0x5571735d0980 void 0.000111
+gallium_dri.so free 0x5571735d0870 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0930 0.000114
+gallium_dri.so free 0x5571735d09c0 void 0.000114
+gallium_dri.so free 0x5571735d0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0930 0.000112
+gallium_dri.so free 0x5571735d0a80 void 0.000114
+gallium_dri.so free 0x5571735d0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0b40 void 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b40 0.000112
+gallium_dri.so free 0x5571735d0c00 void 0.000112
+gallium_dri.so free 0x5571735d0b40 void 0.000159
+gallium_dri.so malloc 72 0x5571735d0b40 0.000115
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000112
+gallium_dri.so free 0x5571735d0ce0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0d30 0.000123
+gallium_dri.so free 0x5571735d0e00 void 0.000120
+gallium_dri.so free 0x5571735d0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x5571735d0e80 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0e80 0.000124
+gallium_dri.so free 0x5571735d0f40 void 0.000134
+gallium_dri.so free 0x5571735d0e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0e80 0.000123
+gallium_dri.so free 0x5571735d1000 void 0.000119
+gallium_dri.so free 0x5571735d0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0e80 0.000116
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1070 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000115
+gallium_dri.so free 0x5571735d1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1130 0.000114
+gallium_dri.so free 0x5571735d1200 void 0.000115
+gallium_dri.so free 0x5571735d1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1250 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1250 void 0.000112
+gallium_dri.so malloc 72 0x5571735d12e0 0.000114
+gallium_dri.so free 0x5571735d1380 void 0.000114
+gallium_dri.so free 0x5571735d12e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1330 0.000113
+gallium_dri.so free 0x5571735d1400 void 0.000115
+gallium_dri.so free 0x5571735d1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1330 0.000114
+gallium_dri.so free 0x5571735d1480 void 0.000114
+gallium_dri.so free 0x5571735d1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1480 0.000170
+gallium_dri.so free 0x5571735d1540 void 0.000116
+gallium_dri.so free 0x5571735d1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1480 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d15f0 0.000113
+gallium_dri.so free 0x5571735d1680 void 0.000113
+gallium_dri.so free 0x5571735d15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d15f0 0.000114
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so free 0x5571735d15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d1800 void 0.000113
+gallium_dri.so free 0x5571735d1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1800 0.000114
+gallium_dri.so free 0x5571735d18c0 void 0.000114
+gallium_dri.so free 0x5571735d1800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1800 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000115
+gallium_dri.so free 0x5571735d1800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1970 0.000115
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1970 0.000114
+gallium_dri.so free 0x5571735d1ac0 void 0.000114
+gallium_dri.so free 0x5571735d1970 void 0.000157
+gallium_dri.so malloc 72 0x5571735d1b00 0.000129
+gallium_dri.so free 0x5571735d1b80 void 0.000117
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b80 0.000114
+gallium_dri.so free 0x5571735d1c40 void 0.000115
+gallium_dri.so free 0x5571735d1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b80 0.000113
+gallium_dri.so free 0x5571735d1cc0 void 0.000114
+gallium_dri.so free 0x5571735d1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000115
+gallium_dri.so free 0x5571735d1d40 void 0.000115
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000117
+gallium_dri.so free 0x5571735d1e40 void 0.000114
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1df0 0.000114
+gallium_dri.so free 0x5571735d1f00 void 0.000113
+gallium_dri.so free 0x5571735d1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000113
+gallium_dri.so free 0x5571735d1f80 void 0.000114
+gallium_dri.so free 0x5571735d1eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000118
+gallium_dri.so free 0x5571735d2040 void 0.000116
+gallium_dri.so free 0x5571735d1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1eb0 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000114
+gallium_dri.so free 0x5571735d1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20b0 0.000114
+gallium_dri.so free 0x5571735d2180 void 0.000126
+gallium_dri.so free 0x5571735d20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21d0 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so free 0x5571735d21d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2260 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735d2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22b0 0.000115
+gallium_dri.so free 0x5571735d2380 void 0.000117
+gallium_dri.so free 0x5571735d22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2380 0.000114
+gallium_dri.so free 0x5571735d2440 void 0.000113
+gallium_dri.so free 0x5571735d2380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2380 0.000112
+gallium_dri.so free 0x5571735d24c0 void 0.000114
+gallium_dri.so free 0x5571735d2380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d24c0 0.000113
+gallium_dri.so free 0x5571735d2580 void 0.000114
+gallium_dri.so free 0x5571735d24c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d24c0 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so free 0x5571735d24c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d24c0 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d24c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d26b0 0.000113
+gallium_dri.so free 0x5571735d2780 void 0.000179
+gallium_dri.so free 0x5571735d26b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d27d0 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000117
+gallium_dri.so free 0x5571735d27d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2880 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2880 0.000113
+gallium_dri.so free 0x5571735d2980 void 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so malloc 72 0x5571735d29b0 0.000162
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d29b0 0.000118
+gallium_dri.so free 0x5571735d2b00 void 0.000116
+gallium_dri.so free 0x5571735d29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000114
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2b70 0.000112
+gallium_dri.so free 0x5571735d2c00 void 0.000115
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000115
+gallium_dri.so free 0x5571735d2d80 void 0.000126
+gallium_dri.so free 0x5571735d2d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2d30 0.000112
+gallium_dri.so free 0x5571735d2e80 void 0.000115
+gallium_dri.so free 0x5571735d2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2e30 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000113
+gallium_dri.so free 0x5571735d2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000114
+gallium_dri.so free 0x5571735d2ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ef0 0.000113
+gallium_dri.so free 0x5571735d3040 void 0.000114
+gallium_dri.so free 0x5571735d2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3080 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000116
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3100 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32a0 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so free 0x5571735d32a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32f0 0.000112
+gallium_dri.so free 0x5571735d33c0 void 0.000126
+gallium_dri.so free 0x5571735d32f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d32f0 0.000114
+gallium_dri.so free 0x5571735d3440 void 0.000115
+gallium_dri.so free 0x5571735d32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3440 0.000112
+gallium_dri.so free 0x5571735d3500 void 0.000113
+gallium_dri.so free 0x5571735d3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3440 0.000113
+gallium_dri.so free 0x5571735d35c0 void 0.000115
+gallium_dri.so free 0x5571735d3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3440 0.000113
+gallium_dri.so free 0x5571735d3680 void 0.000114
+gallium_dri.so free 0x5571735d3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3630 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000115
+gallium_dri.so free 0x5571735d3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d36f0 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so free 0x5571735d36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3810 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so free 0x5571735d3810 void 0.000112
+gallium_dri.so malloc 72 0x5571735d38a0 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d38a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d38f0 0.000155
+gallium_dri.so free 0x5571735d39c0 void 0.000158
+gallium_dri.so free 0x5571735d38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d38f0 0.000114
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so free 0x5571735d38f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3a40 0.000113
+gallium_dri.so free 0x5571735d3b00 void 0.000114
+gallium_dri.so free 0x5571735d3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3a40 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000116
+gallium_dri.so free 0x5571735d3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000113
+gallium_dri.so free 0x5571735d3c40 void 0.000116
+gallium_dri.so free 0x5571735d3bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d40 0.000113
+gallium_dri.so free 0x5571735d3dc0 void 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000114
+gallium_dri.so free 0x5571735d3e80 void 0.000115
+gallium_dri.so free 0x5571735d3dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3dc0 0.000115
+gallium_dri.so free 0x5571735d3f00 void 0.000115
+gallium_dri.so free 0x5571735d3dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f30 0.000115
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3f30 void 0.000107
+gallium_dri.so malloc 72 0x5571735d3f30 0.000117
+gallium_dri.so free 0x5571735d4080 void 0.000114
+gallium_dri.so free 0x5571735d3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40c0 0.000113
+gallium_dri.so free 0x5571735d4140 void 0.000116
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4140 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000114
+gallium_dri.so free 0x5571735d4140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4140 0.000115
+gallium_dri.so free 0x5571735d4280 void 0.000120
+gallium_dri.so free 0x5571735d4140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d42b0 0.000115
+gallium_dri.so free 0x5571735d4300 void 0.000113
+gallium_dri.so free 0x5571735d42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d42b0 0.000113
+gallium_dri.so free 0x5571735d4400 void 0.000113
+gallium_dri.so free 0x5571735d42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43b0 0.000113
+gallium_dri.so free 0x5571735d44c0 void 0.000113
+gallium_dri.so free 0x5571735d43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4470 0.000114
+gallium_dri.so free 0x5571735d4540 void 0.000114
+gallium_dri.so free 0x5571735d4470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4470 0.000112
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x5571735d4470 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4470 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so free 0x5571735d4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4670 0.000113
+gallium_dri.so free 0x5571735d4740 void 0.000115
+gallium_dri.so free 0x5571735d4670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4790 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so free 0x5571735d4790 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4820 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4820 void 0.000160
+gallium_dri.so malloc 72 0x5571735d4870 0.000113
+gallium_dri.so free 0x5571735d4940 void 0.000113
+gallium_dri.so free 0x5571735d4870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4940 0.000114
+gallium_dri.so free 0x5571735d4a00 void 0.000114
+gallium_dri.so free 0x5571735d4940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4940 0.000112
+gallium_dri.so free 0x5571735d4a80 void 0.000114
+gallium_dri.so free 0x5571735d4940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4a80 0.000114
+gallium_dri.so free 0x5571735d4b40 void 0.000116
+gallium_dri.so free 0x5571735d4a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4a80 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x5571735d4a80 void 0.000162
+gallium_dri.so malloc 72 0x5571735d4a80 0.000116
+gallium_dri.so free 0x5571735d4cc0 void 0.000116
+gallium_dri.so free 0x5571735d4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c70 0.000113
+gallium_dri.so free 0x5571735d4d40 void 0.000114
+gallium_dri.so free 0x5571735d4c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d90 0.000115
+gallium_dri.so free 0x5571735d4e00 void 0.000117
+gallium_dri.so free 0x5571735d4d90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4e40 0.000115
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4e40 0.000113
+gallium_dri.so free 0x5571735d4f40 void 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f70 0.000114
+gallium_dri.so free 0x5571735f49c0 void 0.000115
+gallium_dri.so free 0x5571735d4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a00 0.000114
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a80 0.000114
+gallium_dri.so free 0x5571735f4b40 void 0.000114
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a80 0.000113
+gallium_dri.so free 0x5571735f4bc0 void 0.000115
+gallium_dri.so free 0x5571735f4a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000116
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735f4bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4bf0 0.000113
+gallium_dri.so free 0x5571735f4d40 void 0.000116
+gallium_dri.so free 0x5571735f4bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d80 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000114
+gallium_dri.so free 0x5571735f4d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4e00 0.000114
+gallium_dri.so free 0x5571735f4ec0 void 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e00 0.000115
+gallium_dri.so free 0x5571735f4f40 void 0.000115
+gallium_dri.so free 0x5571735f4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4f70 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so free 0x5571735f4f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4f70 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5070 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so free 0x5571735f5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5130 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000157
+gallium_dri.so free 0x5571735f5130 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5130 0.000117
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5130 0.000114
+gallium_dri.so free 0x5571735f5380 void 0.000116
+gallium_dri.so free 0x5571735f5130 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5330 0.000114
+gallium_dri.so free 0x5571735f5400 void 0.000116
+gallium_dri.so free 0x5571735f5330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5450 0.000115
+gallium_dri.so free 0x5571735f54c0 void 0.000118
+gallium_dri.so free 0x5571735f5450 void 0.000117
+gallium_dri.so malloc 72 0x5571735f54e0 0.000120
+gallium_dri.so free 0x5571735f5580 void 0.000115
+gallium_dri.so free 0x5571735f54e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5530 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5530 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5600 0.000113
+gallium_dri.so free 0x5571735f56c0 void 0.000115
+gallium_dri.so free 0x5571735f5600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5600 0.000115
+gallium_dri.so free 0x5571735f5740 void 0.000118
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5740 0.000115
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f5740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5740 0.000164
+gallium_dri.so free 0x5571735f58c0 void 0.000115
+gallium_dri.so free 0x5571735f5740 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5740 0.000115
+gallium_dri.so free 0x5571735f5980 void 0.000116
+gallium_dri.so free 0x5571735f5740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5930 0.000118
+gallium_dri.so free 0x5571735f5a00 void 0.000125
+gallium_dri.so free 0x5571735f5930 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5a50 0.000124
+gallium_dri.so free 0x5571735f5ac0 void 0.000120
+gallium_dri.so free 0x5571735f5a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5b00 0.000116
+gallium_dri.so free 0x5571735f5b80 void 0.000115
+gallium_dri.so free 0x5571735f5b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5b00 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f5b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5c30 0.000114
+gallium_dri.so free 0x5571735f5c80 void 0.000115
+gallium_dri.so free 0x5571735f5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c30 0.000114
+gallium_dri.so free 0x5571735f5d80 void 0.000114
+gallium_dri.so free 0x5571735f5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5d30 0.000114
+gallium_dri.so free 0x5571735f5e40 void 0.000126
+gallium_dri.so free 0x5571735f5d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5df0 0.000114
+gallium_dri.so free 0x5571735f5e80 void 0.000115
+gallium_dri.so free 0x5571735f5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5df0 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000114
+gallium_dri.so free 0x5571735f5df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f6000 void 0.000116
+gallium_dri.so free 0x5571735f5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000113
+gallium_dri.so free 0x5571735f6100 void 0.000115
+gallium_dri.so free 0x5571735f5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f60b0 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so free 0x5571735f60b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6170 0.000114
+gallium_dri.so free 0x5571735f6200 void 0.000113
+gallium_dri.so free 0x5571735f6170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6170 0.000113
+gallium_dri.so free 0x5571735f62c0 void 0.000118
+gallium_dri.so free 0x5571735f6170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6300 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000114
+gallium_dri.so free 0x5571735f6300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6380 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000129
+gallium_dri.so free 0x5571735f6380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6380 0.000113
+gallium_dri.so free 0x5571735f6500 void 0.000112
+gallium_dri.so free 0x5571735f6380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6520 0.000114
+gallium_dri.so free 0x5571735f65c0 void 0.000113
+gallium_dri.so free 0x5571735f6520 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f6640 void 0.000112
+gallium_dri.so free 0x5571735f6570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f66c0 void 0.000114
+gallium_dri.so free 0x5571735f6570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66c0 0.000118
+gallium_dri.so free 0x5571735f6780 void 0.000115
+gallium_dri.so free 0x5571735f66c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f66c0 0.000113
+gallium_dri.so free 0x5571735f6840 void 0.000114
+gallium_dri.so free 0x5571735f66c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f66c0 0.000122
+gallium_dri.so free 0x5571735f6900 void 0.000124
+gallium_dri.so free 0x5571735f66c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f68b0 0.000123
+gallium_dri.so free 0x5571735f69c0 void 0.000124
+gallium_dri.so free 0x5571735f68b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6970 0.000128
+gallium_dri.so free 0x5571735f6a40 void 0.000121
+gallium_dri.so free 0x5571735f6970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6a90 0.000119
+gallium_dri.so free 0x5571735f6b00 void 0.000116
+gallium_dri.so free 0x5571735f6a90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6b20 0.000122
+gallium_dri.so free 0x5571735f6bc0 void 0.000123
+gallium_dri.so free 0x5571735f6b20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6b70 0.000120
+gallium_dri.so free 0x5571735f6c40 void 0.000123
+gallium_dri.so free 0x5571735f6b70 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6b70 0.000125
+gallium_dri.so free 0x5571735f6cc0 void 0.000124
+gallium_dri.so free 0x5571735f6b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6cc0 0.000115
+gallium_dri.so free 0x5571735f6d80 void 0.000119
+gallium_dri.so free 0x5571735f6cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6cc0 0.000119
+gallium_dri.so free 0x5571735f6e80 void 0.000122
+gallium_dri.so free 0x5571735f6cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6e30 0.000189
+gallium_dri.so free 0x5571735f6ec0 void 0.000136
+gallium_dri.so free 0x5571735f6e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6e30 0.000120
+gallium_dri.so free 0x5571735f6f80 void 0.000116
+gallium_dri.so free 0x5571735f6e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fc0 0.000124
+gallium_dri.so free 0x5571735f7040 void 0.000124
+gallium_dri.so free 0x5571735f6fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7040 0.000115
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f7040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7040 0.000124
+gallium_dri.so free 0x5571735f7180 void 0.000118
+gallium_dri.so free 0x5571735f7040 void 0.000115
+gallium_dri.so malloc 72 0x5571735f71b0 0.000120
+gallium_dri.so free 0x5571735f7200 void 0.000128
+gallium_dri.so free 0x5571735f71b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f71b0 0.000130
+gallium_dri.so free 0x5571735f7300 void 0.000125
+gallium_dri.so free 0x5571735f71b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7340 0.000126
+gallium_dri.so free 0x5571735f73c0 void 0.000126
+gallium_dri.so free 0x5571735f7340 void 0.000165
+gallium_dri.so malloc 72 0x5571735f73c0 0.000165
+gallium_dri.so free 0x5571735f7480 void 0.000163
+gallium_dri.so free 0x5571735f73c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f73c0 0.000130
+gallium_dri.so free 0x5571735f7500 void 0.000130
+gallium_dri.so free 0x5571735f73c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7530 0.000121
+gallium_dri.so free 0x5571735f7580 void 0.000121
+gallium_dri.so free 0x5571735f7530 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7530 0.000124
+gallium_dri.so free 0x5571735f7680 void 0.000130
+gallium_dri.so free 0x5571735f7530 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7630 0.000131
+gallium_dri.so free 0x5571735f7740 void 0.000136
+gallium_dri.so free 0x5571735f7630 void 0.000129
+gallium_dri.so malloc 72 0x5571735f76f0 0.000130
+gallium_dri.so free 0x5571735f77c0 void 0.000153
+gallium_dri.so free 0x5571735f76f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f76f0 0.000125
+gallium_dri.so free 0x5571735f7880 void 0.000122
+gallium_dri.so free 0x5571735f76f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f76f0 0.000131
+gallium_dri.so free 0x5571735f7940 void 0.000130
+gallium_dri.so free 0x5571735f76f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f78f0 0.000131
+gallium_dri.so free 0x5571735f79c0 void 0.000131
+gallium_dri.so free 0x5571735f78f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7a10 0.000121
+gallium_dri.so free 0x5571735f7a80 void 0.000121
+gallium_dri.so free 0x5571735f7a10 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7aa0 0.000179
+gallium_dri.so free 0x5571735f7b40 void 0.000131
+gallium_dri.so free 0x5571735f7aa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7af0 0.000129
+gallium_dri.so free 0x5571735f7bc0 void 0.000123
+gallium_dri.so free 0x5571735f7af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000126
+gallium_dri.so free 0x5571735f7c80 void 0.000129
+gallium_dri.so free 0x5571735f7bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000129
+gallium_dri.so free 0x5571735f7d00 void 0.000130
+gallium_dri.so free 0x5571735f7bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7d00 0.000130
+gallium_dri.so free 0x5571735f7dc0 void 0.000125
+gallium_dri.so free 0x5571735f7d00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7d00 0.000128
+gallium_dri.so free 0x5571735f7e80 void 0.000131
+gallium_dri.so free 0x5571735f7d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7d00 0.000131
+gallium_dri.so free 0x5571735f7f40 void 0.000130
+gallium_dri.so free 0x5571735f7d00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000138
+gallium_dri.so free 0x5571735f7fc0 void 0.000166
+gallium_dri.so free 0x5571735f7ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8010 0.000158
+gallium_dri.so free 0x5571735f8080 void 0.000175
+gallium_dri.so free 0x5571735f8010 void 0.000132
+gallium_dri.so malloc 72 0x5571735f80c0 0.000130
+gallium_dri.so free 0x5571735f8140 void 0.000130
+gallium_dri.so free 0x5571735f80c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f80c0 0.000200
+gallium_dri.so free 0x5571735f81c0 void 0.000132
+gallium_dri.so free 0x5571735f80c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f81f0 0.000126
+gallium_dri.so free 0x5571735f8240 void 0.000121
+gallium_dri.so free 0x5571735f81f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f81f0 0.000130
+gallium_dri.so free 0x5571735f8340 void 0.000124
+gallium_dri.so free 0x5571735f81f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f82f0 0.000122
+gallium_dri.so free 0x5571735f8400 void 0.000125
+gallium_dri.so free 0x5571735f82f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f83b0 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000120
+gallium_dri.so free 0x5571735f83b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f83b0 0.000131
+gallium_dri.so free 0x5571735f8500 void 0.000130
+gallium_dri.so free 0x5571735f83b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8570 0.000130
+gallium_dri.so free 0x5571735f85c0 void 0.000130
+gallium_dri.so free 0x5571735f8570 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8570 0.000129
+gallium_dri.so free 0x5571735f86c0 void 0.000173
+gallium_dri.so free 0x5571735f8570 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8670 0.000129
+gallium_dri.so free 0x5571735f8780 void 0.000124
+gallium_dri.so free 0x5571735f8670 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8730 0.000130
+gallium_dri.so free 0x5571735f87c0 void 0.000130
+gallium_dri.so free 0x5571735f8730 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8730 0.000131
+gallium_dri.so free 0x5571735f8880 void 0.000130
+gallium_dri.so free 0x5571735f8730 void 0.000131
+gallium_dri.so malloc 72 0x5571735f88c0 0.000122
+gallium_dri.so free 0x5571735f8940 void 0.000126
+gallium_dri.so free 0x5571735f88c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8940 0.000123
+gallium_dri.so free 0x5571735f8a00 void 0.000125
+gallium_dri.so free 0x5571735f8940 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8940 0.000130
+gallium_dri.so free 0x5571735f8ac0 void 0.000125
+gallium_dri.so free 0x5571735f8940 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8ae0 0.000130
+gallium_dri.so free 0x5571735f8b80 void 0.000130
+gallium_dri.so free 0x5571735f8ae0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8b30 0.000119
+gallium_dri.so free 0x5571735f8c00 void 0.000127
+gallium_dri.so free 0x5571735f8b30 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8b30 0.000129
+gallium_dri.so free 0x5571735f8c80 void 0.000182
+gallium_dri.so free 0x5571735f8b30 void 0.000214
+gallium_dri.so malloc 72 0x5571735f8c80 0.000220
+gallium_dri.so free 0x5571735f8d40 void 0.000220
+gallium_dri.so free 0x5571735f8c80 void 0.000197
+gallium_dri.so malloc 72 0x5571735f8c80 0.000220
+gallium_dri.so free 0x5571735f8e00 void 0.000225
+gallium_dri.so free 0x5571735f8c80 void 0.000218
+gallium_dri.so malloc 72 0x5571735f8c80 0.000219
+gallium_dri.so free 0x5571735f8ec0 void 0.000220
+gallium_dri.so free 0x5571735f8c80 void 0.000218
+gallium_dri.so malloc 72 0x5571735f8e70 0.000199
+gallium_dri.so free 0x5571735f8f80 void 0.000195
+gallium_dri.so free 0x5571735f8e70 void 0.000218
+gallium_dri.so malloc 72 0x5571735f8f30 0.000220
+gallium_dri.so free 0x5571735f9000 void 0.000223
+gallium_dri.so free 0x5571735f8f30 void 0.000220
+gallium_dri.so malloc 72 0x5571735f9050 0.000218
+gallium_dri.so free 0x5571735f90c0 void 0.000226
+gallium_dri.so free 0x5571735f9050 void 0.000218
+gallium_dri.so malloc 72 0x5571735f90e0 0.000219
+gallium_dri.so free 0x5571735f9180 void 0.000201
+gallium_dri.so free 0x5571735f90e0 void 0.000191
+gallium_dri.so malloc 72 0x5571735f9130 0.000166
+gallium_dri.so free 0x5571735f9200 void 0.000123
+gallium_dri.so free 0x5571735f9130 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9130 0.000120
+gallium_dri.so free 0x5571735f9280 void 0.000122
+gallium_dri.so free 0x5571735f9130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9280 0.000120
+gallium_dri.so free 0x5571735f9340 void 0.000121
+gallium_dri.so free 0x5571735f9280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9280 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000121
+gallium_dri.so free 0x5571735f9280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f93f0 0.000136
+gallium_dri.so free 0x5571735f9480 void 0.000121
+gallium_dri.so free 0x5571735f93f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f93f0 0.000121
+gallium_dri.so free 0x5571735f9540 void 0.000121
+gallium_dri.so free 0x5571735f93f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9580 0.000120
+gallium_dri.so free 0x5571735f9600 void 0.000121
+gallium_dri.so free 0x5571735f9580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9600 0.000120
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x5571735f9600 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9600 0.000120
+gallium_dri.so free 0x5571735f9740 void 0.000122
+gallium_dri.so free 0x5571735f9600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9770 0.000120
+gallium_dri.so free 0x5571735f97c0 void 0.000120
+gallium_dri.so free 0x5571735f9770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9770 0.000120
+gallium_dri.so free 0x5571735f98c0 void 0.000122
+gallium_dri.so free 0x5571735f9770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9900 0.000119
+gallium_dri.so free 0x5571735f9980 void 0.000121
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9980 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000120
+gallium_dri.so free 0x5571735f9980 void 0.000167
+gallium_dri.so malloc 72 0x5571735f9980 0.000121
+gallium_dri.so free 0x5571735f9ac0 void 0.000120
+gallium_dri.so free 0x5571735f9980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9af0 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so free 0x5571735f9af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9af0 0.000120
+gallium_dri.so free 0x5571735f9c40 void 0.000119
+gallium_dri.so free 0x5571735f9af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9bf0 0.000119
+gallium_dri.so free 0x5571735f9d00 void 0.000120
+gallium_dri.so free 0x5571735f9bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x5571735f9d80 void 0.000122
+gallium_dri.so free 0x5571735f9cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x5571735f9e40 void 0.000122
+gallium_dri.so free 0x5571735f9cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x5571735f9f00 void 0.000121
+gallium_dri.so free 0x5571735f9cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000121
+gallium_dri.so free 0x5571735f9eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9fd0 0.000120
+gallium_dri.so free 0x5571735fa040 void 0.000127
+gallium_dri.so free 0x5571735f9fd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa060 0.000121
+gallium_dri.so free 0x5571735fa100 void 0.000121
+gallium_dri.so free 0x5571735fa060 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000120
+gallium_dri.so free 0x5571735fa180 void 0.000120
+gallium_dri.so free 0x5571735fa0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa180 0.000122
+gallium_dri.so free 0x5571735fa240 void 0.000121
+gallium_dri.so free 0x5571735fa180 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa180 0.000121
+gallium_dri.so free 0x5571735fa2c0 void 0.000121
+gallium_dri.so free 0x5571735fa180 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000120
+gallium_dri.so free 0x5571735fa380 void 0.000120
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000120
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000121
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000119
+gallium_dri.so free 0x5571735fa580 void 0.000125
+gallium_dri.so free 0x5571735fa4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa5d0 0.000125
+gallium_dri.so free 0x5571735fa640 void 0.000120
+gallium_dri.so free 0x5571735fa5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa680 0.000122
+gallium_dri.so free 0x5571735fa700 void 0.000120
+gallium_dri.so free 0x5571735fa680 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa680 0.000120
+gallium_dri.so free 0x5571735fa780 void 0.000120
+gallium_dri.so free 0x5571735fa680 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000122
+gallium_dri.so free 0x5571735fa7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000120
+gallium_dri.so free 0x5571735fa900 void 0.000121
+gallium_dri.so free 0x5571735fa7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa8b0 0.000120
+gallium_dri.so free 0x5571735fa9c0 void 0.000155
+gallium_dri.so free 0x5571735fa8b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa970 0.000133
+gallium_dri.so free 0x5571735faa00 void 0.000131
+gallium_dri.so free 0x5571735fa970 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa970 0.000132
+gallium_dri.so free 0x5571735faac0 void 0.000132
+gallium_dri.so free 0x5571735fa970 void 0.000131
+gallium_dri.so malloc 72 0x5571735fab30 0.000138
+gallium_dri.so free 0x5571735fab80 void 0.000134
+gallium_dri.so free 0x5571735fab30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab30 0.000131
+gallium_dri.so free 0x5571735fac80 void 0.000132
+gallium_dri.so free 0x5571735fab30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fac30 0.000130
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so free 0x5571735fac30 void 0.000131
+gallium_dri.so malloc 72 0x5571735facf0 0.000131
+gallium_dri.so free 0x5571735fad80 void 0.000131
+gallium_dri.so free 0x5571735facf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735facf0 0.000129
+gallium_dri.so free 0x5571735fae40 void 0.000130
+gallium_dri.so free 0x5571735facf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fae80 0.000131
+gallium_dri.so free 0x5571735faf00 void 0.000131
+gallium_dri.so free 0x5571735fae80 void 0.000131
+gallium_dri.so malloc 72 0x5571735faf00 0.000131
+gallium_dri.so free 0x5571735fafc0 void 0.000130
+gallium_dri.so free 0x5571735faf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735faf00 0.000129
+gallium_dri.so free 0x5571735fb080 void 0.000131
+gallium_dri.so free 0x5571735faf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb0a0 0.000222
+gallium_dri.so free 0x5571735fb140 void 0.000171
+gallium_dri.so free 0x5571735fb0a0 void 0.000156
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000154
+gallium_dri.so free 0x5571735fb1c0 void 0.000161
+gallium_dri.so free 0x5571735fb0f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000153
+gallium_dri.so free 0x5571735fb240 void 0.000155
+gallium_dri.so free 0x5571735fb0f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fb240 0.000161
+gallium_dri.so free 0x5571735fb300 void 0.000158
+gallium_dri.so free 0x5571735fb240 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb240 0.000152
+gallium_dri.so free 0x5571735fb3c0 void 0.000155
+gallium_dri.so free 0x5571735fb240 void 0.000154
+gallium_dri.so malloc 72 0x5571735fb240 0.000154
+gallium_dri.so free 0x5571735fb480 void 0.000154
+gallium_dri.so free 0x5571735fb240 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb430 0.000154
+gallium_dri.so free 0x5571735fb540 void 0.000155
+gallium_dri.so free 0x5571735fb430 void 0.000178
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000157
+gallium_dri.so free 0x5571735fb5c0 void 0.000154
+gallium_dri.so free 0x5571735fb4f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb610 0.000154
+gallium_dri.so free 0x5571735fb680 void 0.000155
+gallium_dri.so free 0x5571735fb610 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb6a0 0.000152
+gallium_dri.so free 0x5571735fb740 void 0.000154
+gallium_dri.so free 0x5571735fb6a0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000152
+gallium_dri.so free 0x5571735fb7c0 void 0.000156
+gallium_dri.so free 0x5571735fb6f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000153
+gallium_dri.so free 0x5571735fb840 void 0.000155
+gallium_dri.so free 0x5571735fb6f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb840 0.000155
+gallium_dri.so free 0x5571735fb900 void 0.000155
+gallium_dri.so free 0x5571735fb840 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb840 0.000153
+gallium_dri.so free 0x5571735fba00 void 0.000154
+gallium_dri.so free 0x5571735fb840 void 0.000171
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000146
+gallium_dri.so free 0x5571735fba40 void 0.000144
+gallium_dri.so free 0x5571735fb9b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fb9b0 0.000142
+gallium_dri.so free 0x5571735fbb00 void 0.000145
+gallium_dri.so free 0x5571735fb9b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fbb40 0.000144
+gallium_dri.so free 0x5571735fbbc0 void 0.000143
+gallium_dri.so free 0x5571735fbb40 void 0.000143
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000144
+gallium_dri.so free 0x5571735fbc80 void 0.000144
+gallium_dri.so free 0x5571735fbbc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fbbc0 0.000144
+gallium_dri.so free 0x5571735fbd00 void 0.000168
+gallium_dri.so free 0x5571735fbbc0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fbd30 0.000145
+gallium_dri.so free 0x5571735fbd80 void 0.000145
+gallium_dri.so free 0x5571735fbd30 void 0.000150
+gallium_dri.so malloc 72 0x5571735fbd30 0.000125
+gallium_dri.so free 0x5571735fbe80 void 0.000116
+gallium_dri.so free 0x5571735fbd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbec0 0.000121
+gallium_dri.so free 0x5571735fbf40 void 0.000115
+gallium_dri.so free 0x5571735fbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbf40 0.000114
+gallium_dri.so free 0x5571735fc000 void 0.000114
+gallium_dri.so free 0x5571735fbf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbf40 0.000114
+gallium_dri.so free 0x5571735fc080 void 0.000116
+gallium_dri.so free 0x5571735fbf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000115
+gallium_dri.so free 0x5571735fc100 void 0.000116
+gallium_dri.so free 0x5571735fc0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc0b0 0.000114
+gallium_dri.so free 0x5571735fc200 void 0.000115
+gallium_dri.so free 0x5571735fc0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc1b0 0.000115
+gallium_dri.so free 0x5571735fc2c0 void 0.000115
+gallium_dri.so free 0x5571735fc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc270 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735fc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc270 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000116
+gallium_dri.so free 0x5571735fc270 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc270 0.000115
+gallium_dri.so free 0x5571735fc4c0 void 0.000115
+gallium_dri.so free 0x5571735fc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc470 0.000126
+gallium_dri.so free 0x5571735fc540 void 0.000116
+gallium_dri.so free 0x5571735fc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc590 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000116
+gallium_dri.so free 0x5571735fc590 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc620 0.000115
+gallium_dri.so free 0x5571735fc6c0 void 0.000115
+gallium_dri.so free 0x5571735fc620 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc670 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc670 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc740 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc740 0.000118
+gallium_dri.so free 0x5571735fc880 void 0.000116
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc880 0.000116
+gallium_dri.so free 0x5571735fc940 void 0.000115
+gallium_dri.so free 0x5571735fc880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc880 0.000114
+gallium_dri.so free 0x5571735fca00 void 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc880 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000115
+gallium_dri.so malloc 72 0x5571735fca70 0.000149
+gallium_dri.so free 0x5571735fcb40 void 0.000117
+gallium_dri.so free 0x5571735fca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb90 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so free 0x5571735fcb90 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc40 0.000114
+gallium_dri.so free 0x5571735fccc0 void 0.000116
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc40 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000115
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd70 0.000114
+gallium_dri.so free 0x5571735fcdc0 void 0.000121
+gallium_dri.so free 0x5571735fcd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcd70 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000115
+gallium_dri.so free 0x5571735fcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce70 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fce70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fcfc0 void 0.000116
+gallium_dri.so free 0x5571735fcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf30 0.000116
+gallium_dri.so free 0x5571735fd080 void 0.000115
+gallium_dri.so free 0x5571735fcf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000124
+gallium_dri.so free 0x5571735fd140 void 0.000117
+gallium_dri.so free 0x5571735fd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0f0 0.000115
+gallium_dri.so free 0x5571735fd240 void 0.000115
+gallium_dri.so free 0x5571735fd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000116
+gallium_dri.so free 0x5571735fd1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000114
+gallium_dri.so free 0x5571735fd340 void 0.000116
+gallium_dri.so free 0x5571735fd2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so free 0x5571735fd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd440 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000144
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000116
+gallium_dri.so free 0x5571735fd580 void 0.000116
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd660 0.000115
+gallium_dri.so free 0x5571735fd700 void 0.000115
+gallium_dri.so free 0x5571735fd660 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000116
+gallium_dri.so free 0x5571735fd780 void 0.000117
+gallium_dri.so free 0x5571735fd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000113
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd800 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd800 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so free 0x5571735fd800 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd800 0.000115
+gallium_dri.so free 0x5571735fda40 void 0.000116
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000115
+gallium_dri.so free 0x5571735fdb00 void 0.000115
+gallium_dri.so free 0x5571735fd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdab0 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so free 0x5571735fdab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000115
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so free 0x5571735fdbd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc60 0.000115
+gallium_dri.so free 0x5571735fdd00 void 0.000116
+gallium_dri.so free 0x5571735fdc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000165
+gallium_dri.so free 0x5571735fdcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000118
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde00 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000115
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde00 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000115
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf70 0.000113
+gallium_dri.so free 0x5571735fe000 void 0.000114
+gallium_dri.so free 0x5571735fdf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf70 0.000115
+gallium_dri.so free 0x5571735fe0c0 void 0.000115
+gallium_dri.so free 0x5571735fdf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe100 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe180 0.000114
+gallium_dri.so free 0x5571735fe240 void 0.000114
+gallium_dri.so free 0x5571735fe180 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe180 0.000114
+gallium_dri.so free 0x5571735fe2c0 void 0.000114
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe340 void 0.000128
+gallium_dri.so free 0x5571735fe2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000116
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe480 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000114
+gallium_dri.so free 0x5571735fe480 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe500 0.000114
+gallium_dri.so free 0x5571735fe5c0 void 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe500 0.000115
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe670 0.000113
+gallium_dri.so free 0x5571735fe6c0 void 0.000115
+gallium_dri.so free 0x5571735fe670 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe670 0.000113
+gallium_dri.so free 0x5571735fe7c0 void 0.000115
+gallium_dri.so free 0x5571735fe670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe770 0.000115
+gallium_dri.so free 0x5571735fe880 void 0.000115
+gallium_dri.so free 0x5571735fe770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe830 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so free 0x5571735fe830 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe830 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000121
+gallium_dri.so free 0x5571735fe830 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe830 0.000114
+gallium_dri.so free 0x5571735fea80 void 0.000116
+gallium_dri.so free 0x5571735fe830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fea30 0.000114
+gallium_dri.so free 0x5571735feb00 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb50 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735feb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735febe0 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000116
+gallium_dri.so free 0x5571735febe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec30 0.000121
+gallium_dri.so free 0x5571735fed00 void 0.000116
+gallium_dri.so free 0x5571735fec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed00 0.000115
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fed00 0.000117
+gallium_dri.so free 0x5571735fee40 void 0.000118
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee40 0.000114
+gallium_dri.so free 0x5571735fef00 void 0.000115
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee40 0.000115
+gallium_dri.so free 0x5571735fefc0 void 0.000115
+gallium_dri.so free 0x5571735fee40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fee40 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000115
+gallium_dri.so free 0x5571735fee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff030 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000115
+gallium_dri.so free 0x5571735ff030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff150 0.000113
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so free 0x5571735ff150 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff200 0.000113
+gallium_dri.so free 0x5571735ff280 void 0.000116
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff200 0.000113
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff330 0.000112
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff430 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000115
+gallium_dri.so free 0x5571735ff430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000114
+gallium_dri.so free 0x5571735ff580 void 0.000114
+gallium_dri.so free 0x5571735ff4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000116
+gallium_dri.so free 0x5571735ff640 void 0.000114
+gallium_dri.so free 0x5571735ff4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff6b0 0.000114
+gallium_dri.so free 0x5571735ff800 void 0.000121
+gallium_dri.so free 0x5571735ff6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000120
+gallium_dri.so free 0x5571735ff8c0 void 0.000122
+gallium_dri.so free 0x5571735ff7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff870 0.000116
+gallium_dri.so free 0x5571735ff900 void 0.000116
+gallium_dri.so free 0x5571735ff870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff870 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa00 0.000113
+gallium_dri.so free 0x5571735ffa80 void 0.000116
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa80 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ffa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa80 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffc20 0.000115
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735ffc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000119
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000115
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000113
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so free 0x5571735ffdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000115
+gallium_dri.so free 0x5571735e4580 void 0.000118
+gallium_dri.so free 0x5571735ffdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e4530 0.000114
+gallium_dri.so free 0x55717345a880 void 0.000114
+gallium_dri.so free 0x5571735e4530 void 0.000114
+gallium_dri.so malloc 72 0x55717345a830 0.000115
+gallium_dri.so free 0x5571735f3880 void 0.000116
+gallium_dri.so free 0x55717345a830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3830 0.000116
+gallium_dri.so free 0x5571735e4740 void 0.000125
+gallium_dri.so free 0x5571735f3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e46f0 0.000114
+gallium_dri.so free 0x55717345af00 void 0.000114
+gallium_dri.so free 0x5571735e46f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e46f0 0.000113
+gallium_dri.so free 0x5571735b4500 void 0.000113
+gallium_dri.so free 0x5571735e46f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735b44b0 0.000113
+gallium_dri.so free 0x557173459c40 void 0.000113
+gallium_dri.so free 0x5571735b44b0 void 0.000113
+gallium_dri.so malloc 72 0x557173459bf0 0.000112
+gallium_dri.so free 0x5571735e4900 void 0.000113
+gallium_dri.so free 0x557173459bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e48b0 0.000114
+gallium_dri.so free 0x5571735b4340 void 0.000119
+gallium_dri.so free 0x5571735e48b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b42f0 0.000115
+gallium_dri.so free 0x5571735b4840 void 0.000115
+gallium_dri.so free 0x5571735b42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735b47f0 0.000112
+gallium_dri.so free 0x557173455700 void 0.000117
+gallium_dri.so free 0x5571735b47f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734556b0 0.000119
+gallium_dri.so free 0x5571735b4940 void 0.000124
+gallium_dri.so free 0x5571734556b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735b4990 0.000119
+gallium_dri.so free 0x557173456680 void 0.000129
+gallium_dri.so free 0x5571735b4990 void 0.000120
+gallium_dri.so malloc 72 0x557173456630 0.000119
+gallium_dri.so free 0x5571734572c0 void 0.000118
+gallium_dri.so free 0x557173456630 void 0.000120
+gallium_dri.so malloc 72 0x557173457270 0.000119
+gallium_dri.so free 0x5571735b4600 void 0.000118
+gallium_dri.so free 0x557173457270 void 0.000118
+gallium_dri.so malloc 72 0x5571735b4670 0.000118
+gallium_dri.so free 0x5571735f4800 void 0.000118
+gallium_dri.so free 0x5571735b4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f47b0 0.000120
+gallium_dri.so free 0x557173457f80 void 0.000118
+gallium_dri.so free 0x5571735f47b0 void 0.000118
+gallium_dri.so malloc 72 0x557173457f30 0.000120
+gallium_dri.so free 0x5571735e55c0 void 0.000120
+gallium_dri.so free 0x557173457f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5570 0.000121
+gallium_dri.so free 0x557173454440 void 0.000120
+gallium_dri.so free 0x5571735e5570 void 0.000119
+gallium_dri.so malloc 72 0x5571734543f0 0.000119
+gallium_dri.so free 0x5571735e4f80 void 0.000121
+gallium_dri.so free 0x5571734543f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734543f0 0.000118
+gallium_dri.so free 0x557173457940 void 0.000118
+gallium_dri.so free 0x5571734543f0 void 0.000124
+gallium_dri.so malloc 72 0x557173457940 0.000187
+gallium_dri.so free 0x5571735e5e80 void 0.000121
+gallium_dri.so free 0x557173457940 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5e30 0.000118
+gallium_dri.so free 0x557173455400 void 0.000119
+gallium_dri.so free 0x5571735e5e30 void 0.000119
+gallium_dri.so malloc 72 0x557173455420 0.000118
+gallium_dri.so free 0x557173458840 void 0.000120
+gallium_dri.so free 0x557173455420 void 0.000119
+gallium_dri.so malloc 72 0x5571734587f0 0.000119
+gallium_dri.so free 0x55717345a600 void 0.000119
+gallium_dri.so free 0x5571734587f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734587f0 0.000120
+gallium_dri.so free 0x557173457040 void 0.000119
+gallium_dri.so free 0x5571734587f0 void 0.000118
+gallium_dri.so malloc 72 0x557173457040 0.000118
+gallium_dri.so free 0x5571735b4b80 void 0.000119
+gallium_dri.so free 0x557173457040 void 0.000120
+gallium_dri.so malloc 72 0x557173457040 0.000119
+gallium_dri.so free 0x5571735b4c00 void 0.000120
+gallium_dri.so free 0x557173457040 void 0.000119
+gallium_dri.so malloc 72 0x5571735b4c30 0.000118
+gallium_dri.so free 0x5571734563c0 void 0.000120
+gallium_dri.so free 0x5571735b4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571734563c0 0.000118
+gallium_dri.so free 0x557173456480 void 0.000120
+gallium_dri.so free 0x5571734563c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734563c0 0.000122
+gallium_dri.so free 0x5571735f4540 void 0.000120
+gallium_dri.so free 0x5571734563c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4540 0.000118
+gallium_dri.so free 0x5571735f4600 void 0.000119
+gallium_dri.so free 0x5571735f4540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4540 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000119
+gallium_dri.so free 0x5571735f4540 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4540 0.000118
+gallium_dri.so free 0x5571735e3e00 void 0.000120
+gallium_dri.so free 0x5571735f4540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3db0 0.000118
+gallium_dri.so free 0x557173455800 void 0.000120
+gallium_dri.so free 0x5571735e3db0 void 0.000119
+gallium_dri.so malloc 72 0x557173455850 0.000117
+gallium_dri.so free 0x5571734558c0 void 0.000119
+gallium_dri.so free 0x557173455850 void 0.000119
+gallium_dri.so malloc 72 0x557173455900 0.000119
+gallium_dri.so free 0x557173455980 void 0.000120
+gallium_dri.so free 0x557173455900 void 0.000120
+gallium_dri.so malloc 72 0x557173455900 0.000118
+gallium_dri.so free 0x5571735f3980 void 0.000118
+gallium_dri.so free 0x557173455900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f39b0 0.000118
+gallium_dri.so free 0x5571735f3a00 void 0.000130
+gallium_dri.so free 0x5571735f39b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f39b0 0.000120
+gallium_dri.so free 0x5571735f3b00 void 0.000118
+gallium_dri.so free 0x5571735f39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000118
+gallium_dri.so free 0x557173458080 void 0.000119
+gallium_dri.so free 0x5571735f3ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571734580a0 0.000120
+gallium_dri.so free 0x557173458140 void 0.000120
+gallium_dri.so free 0x5571734580a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734580f0 0.000118
+gallium_dri.so free 0x5571734581c0 void 0.000119
+gallium_dri.so free 0x5571734580f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734580f0 0.000118
+gallium_dri.so free 0x5571735e56c0 void 0.000124
+gallium_dri.so free 0x5571734580f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5700 0.000118
+gallium_dri.so free 0x5571735e5780 void 0.000118
+gallium_dri.so free 0x5571735e5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5780 0.000119
+gallium_dri.so free 0x5571734582c0 void 0.000120
+gallium_dri.so free 0x5571735e5780 void 0.000119
+gallium_dri.so malloc 72 0x557173458270 0.000119
+gallium_dri.so free 0x5571735e5840 void 0.000119
+gallium_dri.so free 0x557173458270 void 0.000119
+gallium_dri.so malloc 72 0x557173458270 0.000118
+gallium_dri.so free 0x5571735e5fc0 void 0.000113
+gallium_dri.so free 0x557173458270 void 0.000117
+gallium_dri.so malloc 72 0x557173458270 0.000120
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so free 0x557173458270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e6040 0.000120
+gallium_dri.so free 0x5571735e6100 void 0.000119
+gallium_dri.so free 0x5571735e6040 void 0.000120
+gallium_dri.so malloc 72 0x5571735e6040 0.000119
+gallium_dri.so free 0x5571735e5900 void 0.000120
+gallium_dri.so free 0x5571735e6040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e58b0 0.000120
+gallium_dri.so free 0x557173456c80 void 0.000119
+gallium_dri.so free 0x5571735e58b0 void 0.000119
+gallium_dri.so malloc 72 0x557173456c30 0.000119
+gallium_dri.so free 0x557173456d00 void 0.000119
+gallium_dri.so free 0x557173456c30 void 0.000119
+gallium_dri.so malloc 72 0x557173456c30 0.000119
+gallium_dri.so free 0x557173456d80 void 0.000118
+gallium_dri.so free 0x557173456c30 void 0.000119
+gallium_dri.so malloc 72 0x557173456d80 0.000118
+gallium_dri.so free 0x557173456e40 void 0.000119
+gallium_dri.so free 0x557173456d80 void 0.000120
+gallium_dri.so malloc 72 0x557173456d80 0.000119
+gallium_dri.so free 0x5571735e5a40 void 0.000120
+gallium_dri.so free 0x557173456d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5a70 0.000129
+gallium_dri.so free 0x5571735e5ac0 void 0.000120
+gallium_dri.so free 0x5571735e5a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000119
+gallium_dri.so free 0x5571735e5b80 void 0.000120
+gallium_dri.so free 0x5571735e5ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5ac0 0.000118
+gallium_dri.so free 0x5571735e5c80 void 0.000119
+gallium_dri.so free 0x5571735e5ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e5c30 0.000119
+gallium_dri.so free 0x55717345a240 void 0.000119
+gallium_dri.so free 0x5571735e5c30 void 0.000119
+gallium_dri.so malloc 72 0x55717345a1f0 0.000118
+gallium_dri.so free 0x55717345a280 void 0.000119
+gallium_dri.so free 0x55717345a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a1f0 0.000119
+gallium_dri.so free 0x55717345a340 void 0.000118
+gallium_dri.so free 0x55717345a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717345a380 0.000120
+gallium_dri.so free 0x55717345a400 void 0.000119
+gallium_dri.so free 0x55717345a380 void 0.000118
+gallium_dri.so malloc 72 0x55717345a400 0.000118
+gallium_dri.so free 0x557173458400 void 0.000119
+gallium_dri.so free 0x55717345a400 void 0.000118
+gallium_dri.so malloc 72 0x557173458440 0.000120
+gallium_dri.so free 0x5571734584c0 void 0.000120
+gallium_dri.so free 0x557173458440 void 0.000181
+gallium_dri.so malloc 72 0x557173458440 0.000120
+gallium_dri.so free 0x557173458540 void 0.000118
+gallium_dri.so free 0x557173458440 void 0.000118
+gallium_dri.so malloc 72 0x557173458570 0.000119
+gallium_dri.so free 0x5571734585c0 void 0.000124
+gallium_dri.so free 0x557173458570 void 0.000119
+gallium_dri.so malloc 72 0x557173458570 0.000118
+gallium_dri.so free 0x5571735b3ec0 void 0.000119
+gallium_dri.so free 0x557173458570 void 0.000117
+gallium_dri.so malloc 72 0x5571735b3e70 0.000117
+gallium_dri.so free 0x5571735b3f80 void 0.000119
+gallium_dri.so free 0x5571735b3e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3f30 0.000118
+gallium_dri.so free 0x5571735b3fc0 void 0.000119
+gallium_dri.so free 0x5571735b3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735b3f30 0.000118
+gallium_dri.so free 0x5571735b4080 void 0.000118
+gallium_dri.so free 0x5571735b3f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3f30 0.000118
+gallium_dri.so free 0x5571735f3c40 void 0.000119
+gallium_dri.so free 0x5571735b3f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735b3f30 0.000117
+gallium_dri.so free 0x5571735f3cc0 void 0.000119
+gallium_dri.so free 0x5571735b3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000118
+gallium_dri.so free 0x5571735f3d80 void 0.000127
+gallium_dri.so free 0x5571735f3cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000117
+gallium_dri.so free 0x5571735f3e40 void 0.000118
+gallium_dri.so free 0x5571735f3cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3cc0 0.000119
+gallium_dri.so free 0x5571735f3f00 void 0.000119
+gallium_dri.so free 0x5571735f3cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3eb0 0.000118
+gallium_dri.so free 0x557173455ac0 void 0.000119
+gallium_dri.so free 0x5571735f3eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173455ac0 0.000119
+gallium_dri.so free 0x557173455b80 void 0.000119
+gallium_dri.so free 0x557173455ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173455ac0 0.000118
+gallium_dri.so free 0x557173455c40 void 0.000119
+gallium_dri.so free 0x557173455ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173455c60 0.000118
+gallium_dri.so free 0x557173455d00 void 0.000118
+gallium_dri.so free 0x557173455c60 void 0.000118
+gallium_dri.so malloc 72 0x557173455cb0 0.000119
+gallium_dri.so free 0x557173455d80 void 0.000118
+gallium_dri.so free 0x557173455cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173455cb0 0.000119
+gallium_dri.so free 0x557173456780 void 0.000119
+gallium_dri.so free 0x557173455cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734567d0 0.000118
+gallium_dri.so free 0x557173456840 void 0.000122
+gallium_dri.so free 0x5571734567d0 void 0.000118
+gallium_dri.so malloc 72 0x557173456860 0.000120
+gallium_dri.so free 0x557173456900 void 0.000119
+gallium_dri.so free 0x557173456860 void 0.000119
+gallium_dri.so malloc 72 0x5571734568b0 0.000118
+gallium_dri.so free 0x557173456980 void 0.000119
+gallium_dri.so free 0x5571734568b0 void 0.000119
+gallium_dri.so malloc 72 0x557173456980 0.000119
+gallium_dri.so free 0x557173456a40 void 0.000119
+gallium_dri.so free 0x557173456980 void 0.000119
+gallium_dri.so malloc 72 0x557173456980 0.000118
+gallium_dri.so free 0x5571735e5100 void 0.000119
+gallium_dri.so free 0x557173456980 void 0.000123
+gallium_dri.so malloc 72 0x5571735e50b0 0.000126
+gallium_dri.so free 0x5571735e51c0 void 0.000120
+gallium_dri.so free 0x5571735e50b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5170 0.000119
+gallium_dri.so free 0x5571735e5200 void 0.000119
+gallium_dri.so free 0x5571735e5170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5170 0.000124
+gallium_dri.so free 0x5571735e52c0 void 0.000119
+gallium_dri.so free 0x5571735e5170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e5300 0.000119
+gallium_dri.so free 0x5571735e5380 void 0.000119
+gallium_dri.so free 0x5571735e5300 void 0.000126
+gallium_dri.so malloc 72 0x5571735e5380 0.000120
+gallium_dri.so free 0x557173459d40 void 0.000120
+gallium_dri.so free 0x5571735e5380 void 0.000121
+gallium_dri.so malloc 72 0x557173459d80 0.000119
+gallium_dri.so free 0x557173459e00 void 0.000118
+gallium_dri.so free 0x557173459d80 void 0.000119
+gallium_dri.so malloc 72 0x557173459d80 0.000118
+gallium_dri.so free 0x557173459e80 void 0.000120
+gallium_dri.so free 0x557173459d80 void 0.000120
+gallium_dri.so malloc 72 0x557173459eb0 0.000119
+gallium_dri.so free 0x557173459f00 void 0.000119
+gallium_dri.so free 0x557173459eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173459eb0 0.000118
+gallium_dri.so free 0x55717345a000 void 0.000119
+gallium_dri.so free 0x557173459eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173459fb0 0.000120
+gallium_dri.so free 0x557173457ac0 void 0.000119
+gallium_dri.so free 0x557173459fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173457a70 0.000119
+gallium_dri.so free 0x557173457b00 void 0.000120
+gallium_dri.so free 0x557173457a70 void 0.000118
+gallium_dri.so malloc 72 0x557173457a70 0.000119
+gallium_dri.so free 0x557173457bc0 void 0.000119
+gallium_dri.so free 0x557173457a70 void 0.000119
+gallium_dri.so malloc 72 0x557173457c30 0.000120
+gallium_dri.so free 0x557173457c80 void 0.000118
+gallium_dri.so free 0x557173457c30 void 0.000113
+gallium_dri.so malloc 72 0x557173457c30 0.000110
+gallium_dri.so free 0x557173457d80 void 0.000110
+gallium_dri.so free 0x557173457c30 void 0.000111
+gallium_dri.so malloc 72 0x557173457d30 0.000110
+gallium_dri.so free 0x5571735f4040 void 0.000110
+gallium_dri.so free 0x557173457d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000111
+gallium_dri.so free 0x5571735f4080 void 0.000111
+gallium_dri.so free 0x5571735f3ff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000114
+gallium_dri.so free 0x5571735f4140 void 0.000111
+gallium_dri.so free 0x5571735f3ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4180 0.000110
+gallium_dri.so free 0x5571735f4200 void 0.000110
+gallium_dri.so free 0x5571735f4180 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4200 0.000110
+gallium_dri.so free 0x5571735f42c0 void 0.000115
+gallium_dri.so free 0x5571735f4200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4200 0.000113
+gallium_dri.so free 0x557173455ec0 void 0.000113
+gallium_dri.so free 0x5571735f4200 void 0.000118
+gallium_dri.so malloc 72 0x557173455e70 0.000115
+gallium_dri.so free 0x557173455f00 void 0.000111
+gallium_dri.so free 0x557173455e70 void 0.000110
+gallium_dri.so malloc 72 0x557173455e70 0.000111
+gallium_dri.so free 0x557173455fc0 void 0.000110
+gallium_dri.so free 0x557173455e70 void 0.000180
+gallium_dri.so malloc 72 0x557173456000 0.000126
+gallium_dri.so free 0x557173456080 void 0.000124
+gallium_dri.so free 0x557173456000 void 0.000115
+gallium_dri.so malloc 72 0x557173456080 0.000114
+gallium_dri.so free 0x557173456140 void 0.000116
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x557173456080 0.000114
+gallium_dri.so free 0x5571734561c0 void 0.000114
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x557173456080 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000111
+gallium_dri.so free 0x557173456080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e4000 0.000113
+gallium_dri.so free 0x5571735e40c0 void 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4000 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000113
+gallium_dri.so free 0x5571735e4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e4140 0.000112
+gallium_dri.so free 0x5571735e4200 void 0.000114
+gallium_dri.so free 0x5571735e4140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e4140 0.000115
+gallium_dri.so free 0x5571735e42c0 void 0.000118
+gallium_dri.so free 0x5571735e4140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e4140 0.000115
+gallium_dri.so free 0x5571735e4380 void 0.000121
+gallium_dri.so free 0x5571735e4140 void 0.000156
+gallium_dri.so malloc 72 0x5571735e4330 0.000188
+gallium_dri.so free 0x5571734573c0 void 0.000229
+gallium_dri.so free 0x5571735e4330 void 0.000227
+gallium_dri.so malloc 72 0x557173457410 0.000208
+gallium_dri.so free 0x557173457480 void 0.000188
+gallium_dri.so free 0x557173457410 void 0.000137
+gallium_dri.so malloc 72 0x5571734574c0 0.000188
+gallium_dri.so free 0x557173457540 void 0.000232
+gallium_dri.so free 0x5571734574c0 void 0.000229
+gallium_dri.so malloc 72 0x5571734574c0 0.000208
+gallium_dri.so free 0x5571734575c0 void 0.000180
+gallium_dri.so free 0x5571734574c0 void 0.000139
+gallium_dri.so malloc 72 0x5571734575f0 0.000137
+gallium_dri.so free 0x557173457640 void 0.000131
+gallium_dri.so free 0x5571734575f0 void 0.000204
+gallium_dri.so malloc 72 0x5571734575f0 0.000196
+gallium_dri.so free 0x557173457740 void 0.000232
+gallium_dri.so free 0x5571734575f0 void 0.000228
+gallium_dri.so malloc 72 0x5571734576f0 0.000229
+gallium_dri.so free 0x55717345a980 void 0.000230
+gallium_dri.so free 0x5571734576f0 void 0.000229
+gallium_dri.so malloc 72 0x55717345a9a0 0.000227
+gallium_dri.so free 0x55717345aa40 void 0.000231
+gallium_dri.so free 0x55717345a9a0 void 0.000467
+gallium_dri.so malloc 72 0x55717345a9f0 0.000371
+gallium_dri.so free 0x55717345aac0 void 0.000265
+gallium_dri.so free 0x55717345a9f0 void 0.000184
+gallium_dri.so malloc 72 0x55717345a9f0 0.000140
+gallium_dri.so free 0x55717345abc0 void 0.000190
+gallium_dri.so free 0x55717345a9f0 void 0.000195
+gallium_dri.so malloc 72 0x55717345ab70 0.000239
+gallium_dri.so free 0x55717345ac40 void 0.000287
+gallium_dri.so free 0x55717345ab70 void 0.000285
+gallium_dri.so malloc 72 0x55717345ac90 0.000285
+gallium_dri.so free 0x55717345ad00 void 0.000286
+gallium_dri.so free 0x55717345ac90 void 0.000282
+gallium_dri.so malloc 72 0x55717345ad20 0.000243
+gallium_dri.so free 0x5571735e4a00 void 0.000289
+gallium_dri.so free 0x55717345ad20 void 0.000284
+gallium_dri.so malloc 72 0x5571735e4a30 0.000295
+gallium_dri.so free 0x5571735e4a80 void 0.000281
+gallium_dri.so free 0x5571735e4a30 void 0.000258
+gallium_dri.so malloc 72 0x5571735e4a30 0.000298
+gallium_dri.so free 0x5571735e4b80 void 0.000282
+gallium_dri.so free 0x5571735e4a30 void 0.000283
+gallium_dri.so malloc 72 0x5571735e4b30 0.000267
+gallium_dri.so free 0x5571735e4c40 void 0.000279
+gallium_dri.so free 0x5571735e4b30 void 0.000284
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000346
+gallium_dri.so free 0x5571735e4cc0 void 0.000243
+gallium_dri.so free 0x5571735e4bf0 void 0.000234
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000150
+gallium_dri.so free 0x5571735e4d80 void 0.000134
+gallium_dri.so free 0x5571735e4bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e4bf0 0.000128
+gallium_dri.so free 0x55717345e480 void 0.000132
+gallium_dri.so free 0x5571735e4bf0 void 0.000129
+gallium_dri.so malloc 72 0x55717345e4c0 0.000127
+gallium_dri.so free 0x55717345e540 void 0.000129
+gallium_dri.so free 0x55717345e4c0 void 0.000127
+gallium_dri.so malloc 72 0x55717345e540 0.000126
+gallium_dri.so free 0x55717345e600 void 0.000178
+gallium_dri.so free 0x55717345e540 void 0.000131
+gallium_dri.so malloc 72 0x55717345e540 0.000130
+gallium_dri.so free 0x55717345e680 void 0.000128
+gallium_dri.so free 0x55717345e540 void 0.000129
+gallium_dri.so malloc 72 0x55717345e6b0 0.000129
+gallium_dri.so free 0x55717345e700 void 0.000129
+gallium_dri.so free 0x55717345e6b0 void 0.000128
+gallium_dri.so malloc 72 0x55717345e700 0.000128
+gallium_dri.so free 0x55717345e7c0 void 0.000128
+gallium_dri.so free 0x55717345e700 void 0.000128
+gallium_dri.so malloc 72 0x55717345e700 0.000129
+gallium_dri.so free 0x55717345e8c0 void 0.000129
+gallium_dri.so free 0x55717345e700 void 0.000128
+gallium_dri.so malloc 72 0x55717345e870 0.000129
+gallium_dri.so free 0x55717345e980 void 0.000128
+gallium_dri.so free 0x55717345e870 void 0.000126
+gallium_dri.so malloc 72 0x55717345e930 0.000127
+gallium_dri.so free 0x55717345e9c0 void 0.000173
+gallium_dri.so free 0x55717345e930 void 0.000168
+gallium_dri.so malloc 72 0x55717345e930 0.000242
+gallium_dri.so free 0x557173458980 void 0.000166
+gallium_dri.so free 0x55717345e930 void 0.000169
+gallium_dri.so malloc 72 0x55717345e930 0.000161
+gallium_dri.so free 0x557173458a00 void 0.000156
+gallium_dri.so free 0x55717345e930 void 0.000160
+gallium_dri.so malloc 72 0x557173458a00 0.000294
+gallium_dri.so free 0x557173458ac0 void 0.000269
+gallium_dri.so free 0x557173458a00 void 0.000264
+gallium_dri.so malloc 72 0x557173458a00 0.000249
+gallium_dri.so free 0x557173458bc0 void 0.000239
+gallium_dri.so free 0x557173458a00 void 0.000213
+gallium_dri.so malloc 72 0x557173458b70 0.000216
+gallium_dri.so free 0x557173458c00 void 0.000291
+gallium_dri.so free 0x557173458b70 void 0.000215
+gallium_dri.so malloc 72 0x557173458b70 0.000232
+gallium_dri.so free 0x557173458cc0 void 0.000274
+gallium_dri.so free 0x557173458b70 void 0.000266
+gallium_dri.so malloc 72 0x557173458d00 0.000264
+gallium_dri.so free 0x557173458d80 void 0.000291
+gallium_dri.so free 0x557173458d00 void 0.000293
+gallium_dri.so malloc 72 0x557173458d80 0.000245
+gallium_dri.so free 0x557173458e40 void 0.000298
+gallium_dri.so free 0x557173458d80 void 0.000250
+gallium_dri.so malloc 72 0x557173458d80 0.000222
+gallium_dri.so free 0x557173458ec0 void 0.000220
+gallium_dri.so free 0x557173458d80 void 0.000222
+gallium_dri.so malloc 72 0x557173458ef0 0.000218
+gallium_dri.so free 0x557173458f40 void 0.000201
+gallium_dri.so free 0x557173458ef0 void 0.000198
+gallium_dri.so malloc 72 0x557173458ef0 0.000131
+gallium_dri.so free 0x557173459040 void 0.000130
+gallium_dri.so free 0x557173458ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173459080 0.000222
+gallium_dri.so free 0x557173459100 void 0.000220
+gallium_dri.so free 0x557173459080 void 0.000223
+gallium_dri.so malloc 72 0x557173459100 0.000219
+gallium_dri.so free 0x5571734591c0 void 0.000223
+gallium_dri.so free 0x557173459100 void 0.000220
+gallium_dri.so malloc 72 0x557173459100 0.000200
+gallium_dri.so free 0x557173459240 void 0.000210
+gallium_dri.so free 0x557173459100 void 0.000161
+gallium_dri.so malloc 72 0x557173459270 0.000121
+gallium_dri.so free 0x5571734592c0 void 0.000135
+gallium_dri.so free 0x557173459270 void 0.000122
+gallium_dri.so malloc 72 0x557173459270 0.000121
+gallium_dri.so free 0x5571734593c0 void 0.000121
+gallium_dri.so free 0x557173459270 void 0.000120
+gallium_dri.so malloc 72 0x557173459370 0.000121
+gallium_dri.so free 0x557173459480 void 0.000121
+gallium_dri.so free 0x557173459370 void 0.000119
+gallium_dri.so malloc 72 0x557173459430 0.000120
+gallium_dri.so free 0x557173459500 void 0.000121
+gallium_dri.so free 0x557173459430 void 0.000121
+gallium_dri.so malloc 72 0x557173459430 0.000120
+gallium_dri.so free 0x5571734595c0 void 0.000120
+gallium_dri.so free 0x557173459430 void 0.000121
+gallium_dri.so malloc 72 0x557173459430 0.000119
+gallium_dri.so free 0x557173459680 void 0.000120
+gallium_dri.so free 0x557173459430 void 0.000119
+gallium_dri.so malloc 72 0x557173459630 0.000119
+gallium_dri.so free 0x557173459700 void 0.000126
+gallium_dri.so free 0x557173459630 void 0.000120
+gallium_dri.so malloc 72 0x557173459750 0.000122
+gallium_dri.so free 0x5571734597c0 void 0.000123
+gallium_dri.so free 0x557173459750 void 0.000120
+gallium_dri.so malloc 72 0x5571734597e0 0.000118
+gallium_dri.so free 0x557173459880 void 0.000121
+gallium_dri.so free 0x5571734597e0 void 0.000119
+gallium_dri.so malloc 72 0x557173459830 0.000165
+gallium_dri.so free 0x557173459900 void 0.000123
+gallium_dri.so free 0x557173459830 void 0.000119
+gallium_dri.so malloc 72 0x557173459900 0.000121
+gallium_dri.so free 0x5571734599c0 void 0.000121
+gallium_dri.so free 0x557173459900 void 0.000120
+gallium_dri.so malloc 72 0x557173459900 0.000120
+gallium_dri.so free 0x557173459a40 void 0.000120
+gallium_dri.so free 0x557173459900 void 0.000127
+gallium_dri.so malloc 72 0x557173459a40 0.000122
+gallium_dri.so free 0x557173459b00 void 0.000122
+gallium_dri.so free 0x557173459a40 void 0.000120
+gallium_dri.so malloc 72 0x557173459a40 0.000121
+gallium_dri.so free 0x55717345edc0 void 0.000120
+gallium_dri.so free 0x557173459a40 void 0.000120
+gallium_dri.so malloc 72 0x557173459a40 0.000121
+gallium_dri.so free 0x55717345ee80 void 0.000121
+gallium_dri.so free 0x557173459a40 void 0.000120
+gallium_dri.so malloc 72 0x55717345eec0 0.000120
+gallium_dri.so free 0x55717345ef40 void 0.000121
+gallium_dri.so free 0x55717345eec0 void 0.000121
+gallium_dri.so malloc 72 0x55717345ef40 0.000120
+gallium_dri.so free 0x55717345f000 void 0.000122
+gallium_dri.so free 0x55717345ef40 void 0.000121
+gallium_dri.so malloc 72 0x55717345ef40 0.000119
+gallium_dri.so free 0x55717345f080 void 0.000121
+gallium_dri.so free 0x55717345ef40 void 0.000121
+gallium_dri.so malloc 72 0x55717345ef40 0.000121
+gallium_dri.so free 0x55717345f140 void 0.000121
+gallium_dri.so free 0x55717345ef40 void 0.000119
+gallium_dri.so malloc 72 0x55717345ef40 0.000120
+gallium_dri.so free 0x55717345f200 void 0.000122
+gallium_dri.so free 0x55717345ef40 void 0.000120
+gallium_dri.so malloc 72 0x55717345f1b0 0.000119
+gallium_dri.so free 0x55717345f280 void 0.000121
+gallium_dri.so free 0x55717345f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f2d0 0.000122
+gallium_dri.so free 0x55717345f340 void 0.000121
+gallium_dri.so free 0x55717345f2d0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f360 0.000120
+gallium_dri.so free 0x55717345f400 void 0.000120
+gallium_dri.so free 0x55717345f360 void 0.000120
+gallium_dri.so malloc 72 0x55717345f3b0 0.000120
+gallium_dri.so free 0x55717345f480 void 0.000121
+gallium_dri.so free 0x55717345f3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f3b0 0.000122
+gallium_dri.so free 0x55717345f580 void 0.000120
+gallium_dri.so free 0x55717345f3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717345f530 0.000118
+gallium_dri.so free 0x55717345f600 void 0.000121
+gallium_dri.so free 0x55717345f530 void 0.000120
+gallium_dri.so malloc 72 0x55717345f650 0.000120
+gallium_dri.so free 0x55717345f6c0 void 0.000128
+gallium_dri.so free 0x55717345f650 void 0.000120
+gallium_dri.so malloc 72 0x55717345f6e0 0.000120
+gallium_dri.so free 0x55717345f780 void 0.000120
+gallium_dri.so free 0x55717345f6e0 void 0.000135
+gallium_dri.so malloc 72 0x55717345f730 0.000122
+gallium_dri.so free 0x55717345f800 void 0.000121
+gallium_dri.so free 0x55717345f730 void 0.000120
+gallium_dri.so malloc 72 0x55717345f730 0.000120
+gallium_dri.so free 0x55717345f880 void 0.000121
+gallium_dri.so free 0x55717345f730 void 0.000119
+gallium_dri.so malloc 72 0x55717345f880 0.000120
+gallium_dri.so free 0x55717345f940 void 0.000121
+gallium_dri.so free 0x55717345f880 void 0.000118
+gallium_dri.so malloc 72 0x55717345f880 0.000121
+gallium_dri.so free 0x55717345fa40 void 0.000122
+gallium_dri.so free 0x55717345f880 void 0.000120
+gallium_dri.so malloc 72 0x55717345f880 0.000119
+gallium_dri.so free 0x55717345fac0 void 0.000122
+gallium_dri.so free 0x55717345f880 void 0.000120
+gallium_dri.so malloc 72 0x55717345faf0 0.000164
+gallium_dri.so free 0x55717345fb40 void 0.000118
+gallium_dri.so free 0x55717345faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717345faf0 0.000113
+gallium_dri.so free 0x55717345fc40 void 0.000115
+gallium_dri.so free 0x55717345faf0 void 0.000149
+gallium_dri.so malloc 72 0x55717345fbf0 0.000116
+gallium_dri.so free 0x55717345fd00 void 0.000115
+gallium_dri.so free 0x55717345fbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717345fcb0 0.000114
+gallium_dri.so free 0x55717345fd40 void 0.000115
+gallium_dri.so free 0x55717345fcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717345fcb0 0.000116
+gallium_dri.so free 0x55717345fe00 void 0.000117
+gallium_dri.so free 0x55717345fcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717345fe50 0.000116
+gallium_dri.so free 0x55717345fec0 void 0.000115
+gallium_dri.so free 0x55717345fe50 void 0.000113
+gallium_dri.so malloc 72 0x55717345ff00 0.000115
+gallium_dri.so free 0x55717345ff80 void 0.000115
+gallium_dri.so free 0x55717345ff00 void 0.000115
+gallium_dri.so malloc 72 0x55717345ff80 0.000115
+gallium_dri.so free 0x557173460040 void 0.000114
+gallium_dri.so free 0x55717345ff80 void 0.000114
+gallium_dri.so malloc 72 0x55717345ff80 0.000113
+gallium_dri.so free 0x5571734600c0 void 0.000115
+gallium_dri.so free 0x55717345ff80 void 0.000113
+gallium_dri.so malloc 72 0x5571734600f0 0.000115
+gallium_dri.so free 0x557173460140 void 0.000115
+gallium_dri.so free 0x5571734600f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734600f0 0.000114
+gallium_dri.so free 0x557173460240 void 0.000115
+gallium_dri.so free 0x5571734600f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734601f0 0.000116
+gallium_dri.so free 0x557173460300 void 0.000114
+gallium_dri.so free 0x5571734601f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734602b0 0.000115
+gallium_dri.so free 0x557173460380 void 0.000116
+gallium_dri.so free 0x5571734602b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734603a0 0.000115
+gallium_dri.so free 0x5571735d5000 void 0.000114
+gallium_dri.so free 0x5571734603a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734603a0 0.000114
+gallium_dri.so free 0x5571735d50c0 void 0.000114
+gallium_dri.so free 0x5571734603a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5100 0.000113
+gallium_dri.so free 0x5571735d5180 void 0.000114
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5180 0.000114
+gallium_dri.so free 0x5571735d5240 void 0.000115
+gallium_dri.so free 0x5571735d5180 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5180 0.000114
+gallium_dri.so free 0x5571735d52c0 void 0.000127
+gallium_dri.so free 0x5571735d5180 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52f0 0.000115
+gallium_dri.so free 0x5571735d5340 void 0.000116
+gallium_dri.so free 0x5571735d52f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d52f0 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000115
+gallium_dri.so free 0x5571735d52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5480 0.000128
+gallium_dri.so free 0x5571735d5500 void 0.000116
+gallium_dri.so free 0x5571735d5480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5500 0.000114
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5500 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d5500 void 0.000160
+gallium_dri.so malloc 72 0x5571735d5670 0.000117
+gallium_dri.so free 0x5571735d56c0 void 0.000115
+gallium_dri.so free 0x5571735d5670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5670 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5770 0.000114
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so free 0x5571735d5770 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5830 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000115
+gallium_dri.so free 0x5571735d5830 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5830 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d5830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5830 0.000115
+gallium_dri.so free 0x5571735d5a80 void 0.000116
+gallium_dri.so free 0x5571735d5830 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5a30 0.000162
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so free 0x5571735d5a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5b50 0.000116
+gallium_dri.so free 0x5571735d5bc0 void 0.000115
+gallium_dri.so free 0x5571735d5b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5be0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735d5be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5c30 0.000116
+gallium_dri.so free 0x5571735d5d00 void 0.000115
+gallium_dri.so free 0x5571735d5c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d00 0.000115
+gallium_dri.so free 0x5571735d5dc0 void 0.000115
+gallium_dri.so free 0x5571735d5d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5d00 0.000114
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so free 0x5571735d5d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000115
+gallium_dri.so free 0x5571735d5f00 void 0.000116
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000115
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6030 0.000126
+gallium_dri.so free 0x5571735d6100 void 0.000116
+gallium_dri.so free 0x5571735d6030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6150 0.000114
+gallium_dri.so free 0x5571735d61c0 void 0.000115
+gallium_dri.so free 0x5571735d6150 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6200 0.000128
+gallium_dri.so free 0x5571735d6280 void 0.000115
+gallium_dri.so free 0x5571735d6200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6200 0.000114
+gallium_dri.so free 0x5571735d6300 void 0.000115
+gallium_dri.so free 0x5571735d6200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000114
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6330 0.000114
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6430 0.000114
+gallium_dri.so free 0x5571735d6540 void 0.000115
+gallium_dri.so free 0x5571735d6430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d64f0 0.000113
+gallium_dri.so free 0x5571735d6580 void 0.000164
+gallium_dri.so free 0x5571735d64f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d64f0 0.000115
+gallium_dri.so free 0x5571735d6640 void 0.000114
+gallium_dri.so free 0x5571735d64f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d66b0 0.000130
+gallium_dri.so free 0x5571735d6700 void 0.000117
+gallium_dri.so free 0x5571735d66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d66b0 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000115
+gallium_dri.so free 0x5571735d66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67b0 0.000116
+gallium_dri.so free 0x5571735d68c0 void 0.000114
+gallium_dri.so free 0x5571735d67b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6870 0.000113
+gallium_dri.so free 0x5571735d6900 void 0.000116
+gallium_dri.so free 0x5571735d6870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6870 0.000115
+gallium_dri.so free 0x5571735d69c0 void 0.000114
+gallium_dri.so free 0x5571735d6870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6a00 0.000114
+gallium_dri.so free 0x5571735d6a80 void 0.000115
+gallium_dri.so free 0x5571735d6a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a80 0.000115
+gallium_dri.so free 0x5571735d6b40 void 0.000115
+gallium_dri.so free 0x5571735d6a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a80 0.000115
+gallium_dri.so free 0x5571735d6c00 void 0.000115
+gallium_dri.so free 0x5571735d6a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6c20 0.000114
+gallium_dri.so free 0x5571735c7480 void 0.000115
+gallium_dri.so free 0x5571735d6c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c20 0.000167
+gallium_dri.so free 0x5571735c7540 void 0.000117
+gallium_dri.so free 0x5571735d6c20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7580 0.000115
+gallium_dri.so free 0x5571735c7600 void 0.000116
+gallium_dri.so free 0x5571735c7580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7600 0.000115
+gallium_dri.so free 0x5571735c76c0 void 0.000116
+gallium_dri.so free 0x5571735c7600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7600 0.000114
+gallium_dri.so free 0x5571735c7740 void 0.000115
+gallium_dri.so free 0x5571735c7600 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7770 0.000114
+gallium_dri.so free 0x5571735c77c0 void 0.000115
+gallium_dri.so free 0x5571735c7770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c77c0 0.000115
+gallium_dri.so free 0x5571735c7880 void 0.000114
+gallium_dri.so free 0x5571735c77c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c77c0 0.000116
+gallium_dri.so free 0x5571735c7980 void 0.000115
+gallium_dri.so free 0x5571735c77c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c7930 0.000116
+gallium_dri.so free 0x5571735c7a40 void 0.000115
+gallium_dri.so free 0x5571735c7930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c79f0 0.000113
+gallium_dri.so free 0x5571735c7a80 void 0.000115
+gallium_dri.so free 0x5571735c79f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c79f0 0.000128
+gallium_dri.so free 0x5571735c7b40 void 0.000116
+gallium_dri.so free 0x5571735c79f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7b80 0.000114
+gallium_dri.so free 0x5571735c7c00 void 0.000114
+gallium_dri.so free 0x5571735c7b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7c00 0.000114
+gallium_dri.so free 0x5571735c7cc0 void 0.000115
+gallium_dri.so free 0x5571735c7c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7c00 0.000168
+gallium_dri.so free 0x5571735c7d40 void 0.000115
+gallium_dri.so free 0x5571735c7c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7c00 0.000113
+gallium_dri.so free 0x5571735c7e00 void 0.000115
+gallium_dri.so free 0x5571735c7c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7c00 0.000113
+gallium_dri.so free 0x5571735c7ec0 void 0.000115
+gallium_dri.so free 0x5571735c7c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c7e70 0.000115
+gallium_dri.so free 0x5571735c7f40 void 0.000115
+gallium_dri.so free 0x5571735c7e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7f90 0.000114
+gallium_dri.so free 0x5571735c8000 void 0.000115
+gallium_dri.so free 0x5571735c7f90 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8020 0.000114
+gallium_dri.so free 0x5571735c80c0 void 0.000115
+gallium_dri.so free 0x5571735c8020 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8070 0.000127
+gallium_dri.so free 0x5571735c8140 void 0.000116
+gallium_dri.so free 0x5571735c8070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8070 0.000114
+gallium_dri.so free 0x5571735c8240 void 0.000117
+gallium_dri.so free 0x5571735c8070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c81f0 0.000114
+gallium_dri.so free 0x5571735c82c0 void 0.000116
+gallium_dri.so free 0x5571735c81f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8310 0.000114
+gallium_dri.so free 0x5571735c8380 void 0.000116
+gallium_dri.so free 0x5571735c8310 void 0.000114
+gallium_dri.so malloc 72 0x5571735c83a0 0.000115
+gallium_dri.so free 0x5571735c8440 void 0.000114
+gallium_dri.so free 0x5571735c83a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c83f0 0.000114
+gallium_dri.so free 0x5571735c84c0 void 0.000115
+gallium_dri.so free 0x5571735c83f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c83f0 0.000114
+gallium_dri.so free 0x5571735c8540 void 0.000115
+gallium_dri.so free 0x5571735c83f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8540 0.000116
+gallium_dri.so free 0x5571735c8600 void 0.000114
+gallium_dri.so free 0x5571735c8540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8540 0.000115
+gallium_dri.so free 0x5571735c8700 void 0.000115
+gallium_dri.so free 0x5571735c8540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8540 0.000163
+gallium_dri.so free 0x5571735c8780 void 0.000117
+gallium_dri.so free 0x5571735c8540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c87b0 0.000114
+gallium_dri.so free 0x5571735c8800 void 0.000114
+gallium_dri.so free 0x5571735c87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c87b0 0.000114
+gallium_dri.so free 0x5571735c8900 void 0.000131
+gallium_dri.so free 0x5571735c87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c88b0 0.000115
+gallium_dri.so free 0x5571735c89c0 void 0.000115
+gallium_dri.so free 0x5571735c88b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8970 0.000115
+gallium_dri.so free 0x5571735c8a00 void 0.000114
+gallium_dri.so free 0x5571735c8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8970 0.000116
+gallium_dri.so free 0x5571735c8ac0 void 0.000115
+gallium_dri.so free 0x5571735c8970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c8b10 0.000115
+gallium_dri.so free 0x5571735c8b80 void 0.000116
+gallium_dri.so free 0x5571735c8b10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8bc0 0.000115
+gallium_dri.so free 0x5571735c8c40 void 0.000121
+gallium_dri.so free 0x5571735c8bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8c40 0.000117
+gallium_dri.so free 0x5571735c8d00 void 0.000115
+gallium_dri.so free 0x5571735c8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c8c40 0.000127
+gallium_dri.so free 0x5571735c8d80 void 0.000117
+gallium_dri.so free 0x5571735c8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8db0 0.000115
+gallium_dri.so free 0x5571735c8e00 void 0.000114
+gallium_dri.so free 0x5571735c8db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8db0 0.000114
+gallium_dri.so free 0x5571735c8f00 void 0.000115
+gallium_dri.so free 0x5571735c8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c8eb0 0.000115
+gallium_dri.so free 0x5571735c8fc0 void 0.000115
+gallium_dri.so free 0x5571735c8eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c8f70 0.000114
+gallium_dri.so free 0x5571735c9040 void 0.000115
+gallium_dri.so free 0x5571735c8f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c9060 0.000114
+gallium_dri.so free 0x5571735c9100 void 0.000116
+gallium_dri.so free 0x5571735c9060 void 0.000115
+gallium_dri.so malloc 72 0x5571735c90b0 0.000115
+gallium_dri.so free 0x5571735c9180 void 0.000116
+gallium_dri.so free 0x5571735c90b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c90b0 0.000115
+gallium_dri.so free 0x5571735c9200 void 0.000114
+gallium_dri.so free 0x5571735c90b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c9200 0.000113
+gallium_dri.so free 0x5571735c92c0 void 0.000115
+gallium_dri.so free 0x5571735c9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9200 0.000127
+gallium_dri.so free 0x5571735c9380 void 0.000117
+gallium_dri.so free 0x5571735c9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c9200 0.000115
+gallium_dri.so free 0x5571735c9440 void 0.000116
+gallium_dri.so free 0x5571735c9200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c93f0 0.000117
+gallium_dri.so free 0x5571735c9440 void 0.000115
+gallium_dri.so free 0x5571735c93f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c93f0 0.000114
+gallium_dri.so free 0x5571735c5300 void 0.000115
+gallium_dri.so free 0x5571735c93f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5350 0.000114
+gallium_dri.so free 0x5571735c53c0 void 0.000114
+gallium_dri.so free 0x5571735c5350 void 0.000114
+gallium_dri.so malloc 72 0x5571735c53e0 0.000114
+gallium_dri.so free 0x5571735c5480 void 0.000115
+gallium_dri.so free 0x5571735c53e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5430 0.000115
+gallium_dri.so free 0x5571735c5500 void 0.000115
+gallium_dri.so free 0x5571735c5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5430 0.000132
+gallium_dri.so free 0x5571735c5580 void 0.000116
+gallium_dri.so free 0x5571735c5430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5580 0.000116
+gallium_dri.so free 0x5571735c5640 void 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5580 0.000166
+gallium_dri.so free 0x5571735c5740 void 0.000116
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5580 0.000114
+gallium_dri.so free 0x5571735c57c0 void 0.000114
+gallium_dri.so free 0x5571735c5580 void 0.000115
+gallium_dri.so malloc 72 0x5571735c57f0 0.000114
+gallium_dri.so free 0x5571735c5840 void 0.000115
+gallium_dri.so free 0x5571735c57f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c57f0 0.000116
+gallium_dri.so free 0x5571735c5940 void 0.000115
+gallium_dri.so free 0x5571735c57f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c58f0 0.000115
+gallium_dri.so free 0x5571735c5a00 void 0.000116
+gallium_dri.so free 0x5571735c58f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c59b0 0.000114
+gallium_dri.so free 0x5571735c5a40 void 0.000118
+gallium_dri.so free 0x5571735c59b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c59b0 0.000115
+gallium_dri.so free 0x5571735c5b00 void 0.000114
+gallium_dri.so free 0x5571735c59b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5b50 0.000115
+gallium_dri.so free 0x5571735c5bc0 void 0.000114
+gallium_dri.so free 0x5571735c5b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c00 0.000113
+gallium_dri.so free 0x5571735c5c80 void 0.000115
+gallium_dri.so free 0x5571735c5c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c5c80 0.000127
+gallium_dri.so free 0x5571735c5d40 void 0.000115
+gallium_dri.so free 0x5571735c5c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5c80 0.000115
+gallium_dri.so free 0x5571735c5dc0 void 0.000115
+gallium_dri.so free 0x5571735c5c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c5df0 0.000115
+gallium_dri.so free 0x5571735c5e40 void 0.000115
+gallium_dri.so free 0x5571735c5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5df0 0.000113
+gallium_dri.so free 0x5571735c5f40 void 0.000114
+gallium_dri.so free 0x5571735c5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000114
+gallium_dri.so free 0x5571735c6000 void 0.000114
+gallium_dri.so free 0x5571735c5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000115
+gallium_dri.so free 0x5571735c6080 void 0.000115
+gallium_dri.so free 0x5571735c5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c60a0 0.000125
+gallium_dri.so free 0x5571735c6140 void 0.000124
+gallium_dri.so free 0x5571735c60a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c60f0 0.000119
+gallium_dri.so free 0x5571735c61c0 void 0.000117
+gallium_dri.so free 0x5571735c60f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c60f0 0.000116
+gallium_dri.so free 0x5571735c6240 void 0.000115
+gallium_dri.so free 0x5571735c60f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c6240 0.000116
+gallium_dri.so free 0x5571735c6300 void 0.000117
+gallium_dri.so free 0x5571735c6240 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6240 0.000114
+gallium_dri.so free 0x5571735c63c0 void 0.000114
+gallium_dri.so free 0x5571735c6240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6240 0.000114
+gallium_dri.so free 0x5571735c6480 void 0.000126
+gallium_dri.so free 0x5571735c6240 void 0.000116
+gallium_dri.so malloc 72 0x5571735c6430 0.000115
+gallium_dri.so free 0x5571735c6480 void 0.000117
+gallium_dri.so free 0x5571735c6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6430 0.000113
+gallium_dri.so free 0x5571735c6580 void 0.000115
+gallium_dri.so free 0x5571735c6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6530 0.000115
+gallium_dri.so free 0x5571735c6640 void 0.000115
+gallium_dri.so free 0x5571735c6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c65f0 0.000114
+gallium_dri.so free 0x5571735c6680 void 0.000114
+gallium_dri.so free 0x5571735c65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c65f0 0.000160
+gallium_dri.so free 0x5571735c6740 void 0.000117
+gallium_dri.so free 0x5571735c65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6780 0.000115
+gallium_dri.so free 0x5571735c6800 void 0.000115
+gallium_dri.so free 0x5571735c6780 void 0.000165
+gallium_dri.so malloc 72 0x5571735c6800 0.000117
+gallium_dri.so free 0x5571735c68c0 void 0.000116
+gallium_dri.so free 0x5571735c6800 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6800 0.000115
+gallium_dri.so free 0x5571735c6980 void 0.000119
+gallium_dri.so free 0x5571735c6800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c69a0 0.000115
+gallium_dri.so free 0x5571735c6a40 void 0.000115
+gallium_dri.so free 0x5571735c69a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c69f0 0.000113
+gallium_dri.so free 0x5571735c6ac0 void 0.000115
+gallium_dri.so free 0x5571735c69f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c69f0 0.000114
+gallium_dri.so free 0x5571735c6b40 void 0.000114
+gallium_dri.so free 0x5571735c69f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b40 0.000114
+gallium_dri.so free 0x5571735c6c00 void 0.000116
+gallium_dri.so free 0x5571735c6b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6b40 0.000113
+gallium_dri.so free 0x5571735c6cc0 void 0.000116
+gallium_dri.so free 0x5571735c6b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6b40 0.000115
+gallium_dri.so free 0x5571735c6d80 void 0.000120
+gallium_dri.so free 0x5571735c6b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6d30 0.000115
+gallium_dri.so free 0x5571735c6e40 void 0.000171
+gallium_dri.so free 0x5571735c6d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c6df0 0.000113
+gallium_dri.so free 0x5571735c6ec0 void 0.000186
+gallium_dri.so free 0x5571735c6df0 void 0.000356
+gallium_dri.so malloc 72 0x5571735c6f10 0.000193
+gallium_dri.so free 0x5571735c6f80 void 0.000123
+gallium_dri.so free 0x5571735c6f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6fa0 0.000114
+gallium_dri.so free 0x5571735c7040 void 0.000115
+gallium_dri.so free 0x5571735c6fa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000113
+gallium_dri.so free 0x5571735c70c0 void 0.000115
+gallium_dri.so free 0x5571735c6ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000118
+gallium_dri.so free 0x5571735c7140 void 0.000114
+gallium_dri.so free 0x5571735c6ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c7140 0.000113
+gallium_dri.so free 0x5571735c7200 void 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c7140 0.000114
+gallium_dri.so free 0x5571735c7300 void 0.000114
+gallium_dri.so free 0x5571735c7140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c72b0 0.000128
+gallium_dri.so free 0x5571735c7340 void 0.000116
+gallium_dri.so free 0x5571735c72b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c72b0 0.000114
+gallium_dri.so free 0x557173462440 void 0.000114
+gallium_dri.so free 0x5571735c72b0 void 0.000111
+gallium_dri.so malloc 72 0x557173462480 0.000114
+gallium_dri.so free 0x557173462500 void 0.000113
+gallium_dri.so free 0x557173462480 void 0.000113
+gallium_dri.so malloc 72 0x557173462500 0.000114
+gallium_dri.so free 0x5571734625c0 void 0.000113
+gallium_dri.so free 0x557173462500 void 0.000112
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x557173462640 void 0.000113
+gallium_dri.so free 0x557173462500 void 0.000113
+gallium_dri.so malloc 72 0x557173462670 0.000113
+gallium_dri.so free 0x5571734626c0 void 0.000114
+gallium_dri.so free 0x557173462670 void 0.000113
+gallium_dri.so malloc 72 0x557173462670 0.000112
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so free 0x557173462670 void 0.000112
+gallium_dri.so malloc 72 0x557173462800 0.000114
+gallium_dri.so free 0x557173462880 void 0.000113
+gallium_dri.so free 0x557173462800 void 0.000112
+gallium_dri.so malloc 72 0x557173462880 0.000113
+gallium_dri.so free 0x557173462940 void 0.000113
+gallium_dri.so free 0x557173462880 void 0.000113
+gallium_dri.so malloc 72 0x557173462880 0.000113
+gallium_dri.so free 0x5571734629c0 void 0.000127
+gallium_dri.so free 0x557173462880 void 0.000115
+gallium_dri.so malloc 72 0x5571734629f0 0.000113
+gallium_dri.so free 0x557173462a40 void 0.000115
+gallium_dri.so free 0x5571734629f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734629f0 0.000113
+gallium_dri.so free 0x557173462b40 void 0.000113
+gallium_dri.so free 0x5571734629f0 void 0.000115
+gallium_dri.so malloc 72 0x557173462af0 0.000114
+gallium_dri.so free 0x557173462c00 void 0.000112
+gallium_dri.so free 0x557173462af0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bb0 0.000114
+gallium_dri.so free 0x557173462c80 void 0.000113
+gallium_dri.so free 0x557173462bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bb0 0.000113
+gallium_dri.so free 0x557173462d40 void 0.000114
+gallium_dri.so free 0x557173462bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x557173462e00 void 0.000114
+gallium_dri.so free 0x557173462bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462db0 0.000113
+gallium_dri.so free 0x557173462e80 void 0.000114
+gallium_dri.so free 0x557173462db0 void 0.000142
+gallium_dri.so malloc 72 0x557173462ed0 0.000115
+gallium_dri.so free 0x557173462f40 void 0.000117
+gallium_dri.so free 0x557173462ed0 void 0.000114
+gallium_dri.so malloc 72 0x557173462f60 0.000112
+gallium_dri.so free 0x557173463000 void 0.000136
+gallium_dri.so free 0x557173462f60 void 0.000120
+gallium_dri.so malloc 72 0x557173462fb0 0.000119
+gallium_dri.so free 0x557173463080 void 0.000119
+gallium_dri.so free 0x557173462fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173463080 0.000120
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so free 0x557173463080 void 0.000118
+gallium_dri.so malloc 72 0x557173463080 0.000119
+gallium_dri.so free 0x5571734631c0 void 0.000119
+gallium_dri.so free 0x557173463080 void 0.000119
+gallium_dri.so malloc 72 0x5571734631c0 0.000119
+gallium_dri.so free 0x557173463280 void 0.000119
+gallium_dri.so free 0x5571734631c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734631c0 0.000120
+gallium_dri.so free 0x557173463340 void 0.000119
+gallium_dri.so free 0x5571734631c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734631c0 0.000118
+gallium_dri.so free 0x557173463400 void 0.000121
+gallium_dri.so free 0x5571734631c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000118
+gallium_dri.so free 0x557173463480 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734634d0 0.000119
+gallium_dri.so free 0x557173463540 void 0.000120
+gallium_dri.so free 0x5571734634d0 void 0.000121
+gallium_dri.so malloc 72 0x557173463580 0.000129
+gallium_dri.so free 0x557173463600 void 0.000122
+gallium_dri.so free 0x557173463580 void 0.000119
+gallium_dri.so malloc 72 0x557173463580 0.000119
+gallium_dri.so free 0x557173463680 void 0.000118
+gallium_dri.so free 0x557173463580 void 0.000123
+gallium_dri.so malloc 72 0x5571734636b0 0.000131
+gallium_dri.so free 0x557173463700 void 0.000130
+gallium_dri.so free 0x5571734636b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734636b0 0.000130
+gallium_dri.so free 0x557173463800 void 0.000125
+gallium_dri.so free 0x5571734636b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734637b0 0.000119
+gallium_dri.so free 0x5571734638c0 void 0.000118
+gallium_dri.so free 0x5571734637b0 void 0.000118
+gallium_dri.so malloc 72 0x557173463870 0.000118
+gallium_dri.so free 0x557173463900 void 0.000118
+gallium_dri.so free 0x557173463870 void 0.000119
+gallium_dri.so malloc 72 0x557173463870 0.000120
+gallium_dri.so free 0x5571734639c0 void 0.000119
+gallium_dri.so free 0x557173463870 void 0.000118
+gallium_dri.so malloc 72 0x557173463a30 0.000119
+gallium_dri.so free 0x557173463a80 void 0.000120
+gallium_dri.so free 0x557173463a30 void 0.000118
+gallium_dri.so malloc 72 0x557173463a30 0.000119
+gallium_dri.so free 0x557173463b80 void 0.000131
+gallium_dri.so free 0x557173463a30 void 0.000120
+gallium_dri.so malloc 72 0x557173463b30 0.000119
+gallium_dri.so free 0x557173463c40 void 0.000119
+gallium_dri.so free 0x557173463b30 void 0.000120
+gallium_dri.so malloc 72 0x557173463bf0 0.000120
+gallium_dri.so free 0x557173463c80 void 0.000126
+gallium_dri.so free 0x557173463bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173463bf0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173463d80 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so free 0x557173463d80 void 0.000112
+gallium_dri.so malloc 72 0x557173463e00 0.000113
+gallium_dri.so free 0x557173463ec0 void 0.000113
+gallium_dri.so free 0x557173463e00 void 0.000112
+gallium_dri.so malloc 72 0x557173463e00 0.000113
+gallium_dri.so free 0x557173463f80 void 0.000115
+gallium_dri.so free 0x557173463e00 void 0.000113
+gallium_dri.so malloc 72 0x557173463fa0 0.000112
+gallium_dri.so free 0x557173464040 void 0.000115
+gallium_dri.so free 0x557173463fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173463ff0 0.000114
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so free 0x557173463ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173463ff0 0.000112
+gallium_dri.so free 0x557173464140 void 0.000161
+gallium_dri.so free 0x557173463ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173464140 0.000112
+gallium_dri.so free 0x557173464200 void 0.000111
+gallium_dri.so free 0x557173464140 void 0.000112
+gallium_dri.so malloc 72 0x557173464140 0.000111
+gallium_dri.so free 0x5571734642c0 void 0.000113
+gallium_dri.so free 0x557173464140 void 0.000111
+gallium_dri.so malloc 72 0x557173464140 0.000112
+gallium_dri.so free 0x557173464380 void 0.000112
+gallium_dri.so free 0x557173464140 void 0.000113
+gallium_dri.so malloc 72 0x557173464330 0.000111
+gallium_dri.so free 0x557173464440 void 0.000117
+gallium_dri.so free 0x557173464330 void 0.000117
+gallium_dri.so malloc 72 0x5571734643f0 0.000113
+gallium_dri.so free 0x5571734644c0 void 0.000113
+gallium_dri.so free 0x5571734643f0 void 0.000112
+gallium_dri.so malloc 72 0x557173464510 0.000111
+gallium_dri.so free 0x557173464580 void 0.000114
+gallium_dri.so free 0x557173464510 void 0.000116
+gallium_dri.so malloc 72 0x5571734645a0 0.000114
+gallium_dri.so free 0x557173464640 void 0.000114
+gallium_dri.so free 0x5571734645a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734645f0 0.000115
+gallium_dri.so free 0x5571734646c0 void 0.000115
+gallium_dri.so free 0x5571734645f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734645f0 0.000113
+gallium_dri.so free 0x557173464740 void 0.000115
+gallium_dri.so free 0x5571734645f0 void 0.000115
+gallium_dri.so malloc 72 0x557173464740 0.000114
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so malloc 72 0x557173464740 0.000113
+gallium_dri.so free 0x557173464900 void 0.000113
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000115
+gallium_dri.so free 0x557173464940 void 0.000121
+gallium_dri.so free 0x5571734648b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734648b0 0.000114
+gallium_dri.so free 0x557173464a00 void 0.000113
+gallium_dri.so free 0x5571734648b0 void 0.000119
+gallium_dri.so malloc 72 0x557173464a40 0.000117
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464a40 void 0.000113
+gallium_dri.so malloc 72 0x557173464ac0 0.000114
+gallium_dri.so free 0x557173464b80 void 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173464ac0 0.000112
+gallium_dri.so free 0x557173464c00 void 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173464c30 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000118
+gallium_dri.so free 0x557173464c30 void 0.000113
+gallium_dri.so malloc 72 0x557173464c30 0.000114
+gallium_dri.so free 0x557173464d80 void 0.000113
+gallium_dri.so free 0x557173464c30 void 0.000125
+gallium_dri.so malloc 72 0x557173464dc0 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000115
+gallium_dri.so free 0x557173464dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173464e40 0.000114
+gallium_dri.so free 0x557173464f00 void 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000114
+gallium_dri.so malloc 72 0x557173464e40 0.000113
+gallium_dri.so free 0x557173464f80 void 0.000116
+gallium_dri.so free 0x557173464e40 void 0.000115
+gallium_dri.so malloc 72 0x557173464fb0 0.000113
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so free 0x557173464fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464fb0 0.000114
+gallium_dri.so free 0x557173465100 void 0.000113
+gallium_dri.so free 0x557173464fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650b0 0.000114
+gallium_dri.so free 0x5571734651c0 void 0.000113
+gallium_dri.so free 0x5571734650b0 void 0.000115
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x557173465240 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x557173465300 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000115
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x5571734653c0 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000121
+gallium_dri.so malloc 72 0x557173465370 0.000113
+gallium_dri.so free 0x557173465440 void 0.000112
+gallium_dri.so free 0x557173465370 void 0.000113
+gallium_dri.so malloc 72 0x557173465490 0.000111
+gallium_dri.so free 0x557173465500 void 0.000113
+gallium_dri.so free 0x557173465490 void 0.000113
+gallium_dri.so malloc 72 0x557173465520 0.000112
+gallium_dri.so free 0x5571734655c0 void 0.000113
+gallium_dri.so free 0x557173465520 void 0.000112
+gallium_dri.so malloc 72 0x557173465570 0.000111
+gallium_dri.so free 0x557173465640 void 0.000112
+gallium_dri.so free 0x557173465570 void 0.000112
+gallium_dri.so malloc 72 0x557173465640 0.000111
+gallium_dri.so free 0x557173465700 void 0.000114
+gallium_dri.so free 0x557173465640 void 0.000113
+gallium_dri.so malloc 72 0x557173465640 0.000117
+gallium_dri.so free 0x557173465780 void 0.000118
+gallium_dri.so free 0x557173465640 void 0.000113
+gallium_dri.so malloc 72 0x557173465780 0.000112
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so free 0x557173465780 void 0.000112
+gallium_dri.so malloc 72 0x557173465780 0.000125
+gallium_dri.so free 0x557173465900 void 0.000125
+gallium_dri.so free 0x557173465780 void 0.000121
+gallium_dri.so malloc 72 0x557173465780 0.000117
+gallium_dri.so free 0x5571734659c0 void 0.000119
+gallium_dri.so free 0x557173465780 void 0.000165
+gallium_dri.so malloc 72 0x557173465970 0.000119
+gallium_dri.so free 0x557173465a40 void 0.000117
+gallium_dri.so free 0x557173465970 void 0.000117
+gallium_dri.so malloc 72 0x557173465a90 0.000117
+gallium_dri.so free 0x557173465b00 void 0.000117
+gallium_dri.so free 0x557173465a90 void 0.000119
+gallium_dri.so malloc 72 0x557173465b40 0.000118
+gallium_dri.so free 0x557173465bc0 void 0.000117
+gallium_dri.so free 0x557173465b40 void 0.000117
+gallium_dri.so malloc 72 0x557173465b40 0.000118
+gallium_dri.so free 0x557173465c40 void 0.000118
+gallium_dri.so free 0x557173465b40 void 0.000118
+gallium_dri.so malloc 72 0x557173465c70 0.000123
+gallium_dri.so free 0x557173465cc0 void 0.000120
+gallium_dri.so free 0x557173465c70 void 0.000119
+gallium_dri.so malloc 72 0x557173465c70 0.000118
+gallium_dri.so free 0x557173465dc0 void 0.000117
+gallium_dri.so free 0x557173465c70 void 0.000118
+gallium_dri.so malloc 72 0x557173465d70 0.000118
+gallium_dri.so free 0x557173465e80 void 0.000118
+gallium_dri.so free 0x557173465d70 void 0.000118
+gallium_dri.so malloc 72 0x557173465e30 0.000119
+gallium_dri.so free 0x557173465ec0 void 0.000118
+gallium_dri.so free 0x557173465e30 void 0.000117
+gallium_dri.so malloc 72 0x557173465e30 0.000117
+gallium_dri.so free 0x557173465f80 void 0.000126
+gallium_dri.so free 0x557173465e30 void 0.000118
+gallium_dri.so malloc 72 0x557173465ff0 0.000118
+gallium_dri.so free 0x557173466040 void 0.000120
+gallium_dri.so free 0x557173465ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173465ff0 0.000117
+gallium_dri.so free 0x557173466140 void 0.000117
+gallium_dri.so free 0x557173465ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571734660f0 0.000119
+gallium_dri.so free 0x557173466200 void 0.000153
+gallium_dri.so free 0x5571734660f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734661b0 0.000118
+gallium_dri.so free 0x557173466240 void 0.000117
+gallium_dri.so free 0x5571734661b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734661b0 0.000120
+gallium_dri.so free 0x557173466300 void 0.000118
+gallium_dri.so free 0x5571734661b0 void 0.000119
+gallium_dri.so malloc 72 0x557173466340 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000118
+gallium_dri.so free 0x557173466340 void 0.000118
+gallium_dri.so malloc 72 0x5571734663c0 0.000118
+gallium_dri.so free 0x557173466480 void 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734663c0 0.000117
+gallium_dri.so free 0x557173466540 void 0.000118
+gallium_dri.so free 0x5571734663c0 void 0.000118
+gallium_dri.so malloc 72 0x557173466560 0.000117
+gallium_dri.so free 0x557173466600 void 0.000119
+gallium_dri.so free 0x557173466560 void 0.000120
+gallium_dri.so malloc 72 0x5571734665b0 0.000119
+gallium_dri.so free 0x557173466680 void 0.000118
+gallium_dri.so free 0x5571734665b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734665b0 0.000117
+gallium_dri.so free 0x557173466700 void 0.000119
+gallium_dri.so free 0x5571734665b0 void 0.000118
+gallium_dri.so malloc 72 0x557173466700 0.000119
+gallium_dri.so free 0x5571734667c0 void 0.000118
+gallium_dri.so free 0x557173466700 void 0.000117
+gallium_dri.so malloc 72 0x557173466700 0.000118
+gallium_dri.so free 0x557173466880 void 0.000118
+gallium_dri.so free 0x557173466700 void 0.000118
+gallium_dri.so malloc 72 0x557173466700 0.000118
+gallium_dri.so free 0x557173466940 void 0.000118
+gallium_dri.so free 0x557173466700 void 0.000118
+gallium_dri.so malloc 72 0x5571734668f0 0.000118
+gallium_dri.so free 0x557173466a00 void 0.000118
+gallium_dri.so free 0x5571734668f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734669b0 0.000118
+gallium_dri.so free 0x557173466a80 void 0.000119
+gallium_dri.so free 0x5571734669b0 void 0.000119
+gallium_dri.so malloc 72 0x557173466ad0 0.000118
+gallium_dri.so free 0x557173466b40 void 0.000119
+gallium_dri.so free 0x557173466ad0 void 0.000118
+gallium_dri.so malloc 72 0x557173466b60 0.000178
+gallium_dri.so free 0x557173466c00 void 0.000119
+gallium_dri.so free 0x557173466b60 void 0.000123
+gallium_dri.so malloc 72 0x557173466bb0 0.000126
+gallium_dri.so free 0x557173466c80 void 0.000129
+gallium_dri.so free 0x557173466bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173466bb0 0.000118
+gallium_dri.so free 0x557173466d00 void 0.000117
+gallium_dri.so free 0x557173466bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173466d00 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x557173466d00 void 0.000119
+gallium_dri.so malloc 72 0x557173466d00 0.000118
+gallium_dri.so free 0x557173466ec0 void 0.000118
+gallium_dri.so free 0x557173466d00 void 0.000116
+gallium_dri.so malloc 72 0x557173466e70 0.000117
+gallium_dri.so free 0x557173466f00 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000118
+gallium_dri.so malloc 72 0x557173466e70 0.000117
+gallium_dri.so free 0x557173466fc0 void 0.000117
+gallium_dri.so free 0x557173466e70 void 0.000116
+gallium_dri.so malloc 72 0x557173467000 0.000116
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173467000 void 0.000120
+gallium_dri.so malloc 72 0x557173467080 0.000119
+gallium_dri.so free 0x557173467140 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000127
+gallium_dri.so malloc 72 0x557173467080 0.000118
+gallium_dri.so free 0x5571734671c0 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so malloc 72 0x5571734671f0 0.000119
+gallium_dri.so free 0x557173467240 void 0.000119
+gallium_dri.so free 0x5571734671f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734671f0 0.000118
+gallium_dri.so free 0x557173467340 void 0.000119
+gallium_dri.so free 0x5571734671f0 void 0.000117
+gallium_dri.so malloc 72 0x557173467380 0.000118
+gallium_dri.so free 0x557173467400 void 0.000119
+gallium_dri.so free 0x557173467380 void 0.000119
+gallium_dri.so malloc 72 0x557173467400 0.000118
+gallium_dri.so free 0x5571734674c0 void 0.000119
+gallium_dri.so free 0x557173467400 void 0.000117
+gallium_dri.so malloc 72 0x557173467400 0.000117
+gallium_dri.so free 0x557173467540 void 0.000117
+gallium_dri.so free 0x557173467400 void 0.000118
+gallium_dri.so malloc 72 0x557173467570 0.000118
+gallium_dri.so free 0x5571734675c0 void 0.000119
+gallium_dri.so free 0x557173467570 void 0.000118
+gallium_dri.so malloc 72 0x557173467570 0.000119
+gallium_dri.so free 0x5571734676c0 void 0.000117
+gallium_dri.so free 0x557173467570 void 0.000119
+gallium_dri.so malloc 72 0x557173467670 0.000119
+gallium_dri.so free 0x557173467780 void 0.000126
+gallium_dri.so free 0x557173467670 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000117
+gallium_dri.so free 0x557173467800 void 0.000118
+gallium_dri.so free 0x557173467730 void 0.000118
+gallium_dri.so malloc 72 0x557173467730 0.000117
+gallium_dri.so free 0x5571734678c0 void 0.000118
+gallium_dri.so free 0x557173467730 void 0.000117
+gallium_dri.so malloc 72 0x557173467730 0.000118
+gallium_dri.so free 0x557173467980 void 0.000118
+gallium_dri.so free 0x557173467730 void 0.000119
+gallium_dri.so malloc 72 0x557173467930 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x557173467930 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb380 0.000117
+gallium_dri.so free 0x5571735eb440 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb380 0.000117
+gallium_dri.so free 0x5571735eb500 void 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb380 0.000118
+gallium_dri.so free 0x5571735eb5c0 void 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb570 0.000119
+gallium_dri.so free 0x5571735eb680 void 0.000119
+gallium_dri.so free 0x5571735eb570 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb630 0.000161
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb630 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb750 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb750 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000116
+gallium_dri.so free 0x5571735eb880 void 0.000117
+gallium_dri.so free 0x5571735eb7e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb830 0.000117
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000118
+gallium_dri.so free 0x5571735eb980 void 0.000119
+gallium_dri.so free 0x5571735eb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb980 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000118
+gallium_dri.so free 0x5571735eb980 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb980 0.000117
+gallium_dri.so free 0x5571735ebb40 void 0.000117
+gallium_dri.so free 0x5571735eb980 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000118
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735ebaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000117
+gallium_dri.so free 0x5571735ebc40 void 0.000118
+gallium_dri.so free 0x5571735ebaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc80 0.000118
+gallium_dri.so free 0x5571735ebd00 void 0.000111
+gallium_dri.so free 0x5571735ebc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebd00 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000110
+gallium_dri.so free 0x5571735ebd00 void 0.000109
+gallium_dri.so malloc 72 0x5571735ebd00 0.000109
+gallium_dri.so free 0x5571735ebe40 void 0.000112
+gallium_dri.so free 0x5571735ebd00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebe70 0.000110
+gallium_dri.so free 0x5571735ebec0 void 0.000110
+gallium_dri.so free 0x5571735ebe70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebe70 0.000110
+gallium_dri.so free 0x5571735ebfc0 void 0.000110
+gallium_dri.so free 0x5571735ebe70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec000 0.000110
+gallium_dri.so free 0x5571735ec080 void 0.000111
+gallium_dri.so free 0x5571735ec000 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec080 0.000110
+gallium_dri.so free 0x5571735ec140 void 0.000110
+gallium_dri.so free 0x5571735ec080 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec080 0.000115
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so free 0x5571735ec080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000113
+gallium_dri.so free 0x5571735ec240 void 0.000112
+gallium_dri.so free 0x5571735ec1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000110
+gallium_dri.so free 0x5571735ec340 void 0.000144
+gallium_dri.so free 0x5571735ec1f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000140
+gallium_dri.so free 0x5571735ec400 void 0.000135
+gallium_dri.so free 0x5571735ec2f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000134
+gallium_dri.so free 0x5571735ec480 void 0.000133
+gallium_dri.so free 0x5571735ec3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000132
+gallium_dri.so free 0x5571735ec540 void 0.000135
+gallium_dri.so free 0x5571735ec3b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000135
+gallium_dri.so free 0x5571735ec600 void 0.000136
+gallium_dri.so free 0x5571735ec3b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000141
+gallium_dri.so free 0x5571735ec680 void 0.000145
+gallium_dri.so free 0x5571735ec5b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000133
+gallium_dri.so free 0x5571735ec740 void 0.000132
+gallium_dri.so free 0x5571735ec6d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec760 0.000133
+gallium_dri.so free 0x5571735ec800 void 0.000133
+gallium_dri.so free 0x5571735ec760 void 0.000149
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000133
+gallium_dri.so free 0x5571735ec880 void 0.000133
+gallium_dri.so free 0x5571735ec7b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec880 0.000132
+gallium_dri.so free 0x5571735ec940 void 0.000132
+gallium_dri.so free 0x5571735ec880 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec880 0.000132
+gallium_dri.so free 0x5571735ec9c0 void 0.000133
+gallium_dri.so free 0x5571735ec880 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000133
+gallium_dri.so free 0x5571735eca80 void 0.000133
+gallium_dri.so free 0x5571735ec9c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000132
+gallium_dri.so free 0x5571735ecb40 void 0.000133
+gallium_dri.so free 0x5571735ec9c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000132
+gallium_dri.so free 0x5571735ecc00 void 0.000132
+gallium_dri.so free 0x5571735ec9c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000132
+gallium_dri.so free 0x5571735ecc80 void 0.000132
+gallium_dri.so free 0x5571735ecbb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eccd0 0.000132
+gallium_dri.so free 0x5571735ecd40 void 0.000140
+gallium_dri.so free 0x5571735eccd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecd80 0.000131
+gallium_dri.so free 0x5571735ece00 void 0.000133
+gallium_dri.so free 0x5571735ecd80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecd80 0.000132
+gallium_dri.so free 0x5571735ece80 void 0.000132
+gallium_dri.so free 0x5571735ecd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735eceb0 0.000133
+gallium_dri.so free 0x5571735ecf00 void 0.000132
+gallium_dri.so free 0x5571735eceb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eceb0 0.000132
+gallium_dri.so free 0x5571735ed000 void 0.000133
+gallium_dri.so free 0x5571735eceb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000132
+gallium_dri.so free 0x5571735ed0c0 void 0.000132
+gallium_dri.so free 0x5571735ecfb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed070 0.000132
+gallium_dri.so free 0x5571735ed100 void 0.000131
+gallium_dri.so free 0x5571735ed070 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed070 0.000133
+gallium_dri.so free 0x5571735ed1c0 void 0.000132
+gallium_dri.so free 0x5571735ed070 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed230 0.000165
+gallium_dri.so free 0x5571735ed280 void 0.000178
+gallium_dri.so free 0x5571735ed230 void 0.000176
+gallium_dri.so malloc 72 0x5571735ed230 0.000176
+gallium_dri.so free 0x5571735ed380 void 0.000180
+gallium_dri.so free 0x5571735ed230 void 0.000176
+gallium_dri.so malloc 72 0x5571735ed330 0.000177
+gallium_dri.so free 0x5571735ed440 void 0.000177
+gallium_dri.so free 0x5571735ed330 void 0.000176
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000152
+gallium_dri.so free 0x5571735ed480 void 0.000132
+gallium_dri.so free 0x5571735ed3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000132
+gallium_dri.so free 0x5571735ed540 void 0.000133
+gallium_dri.so free 0x5571735ed3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed580 0.000133
+gallium_dri.so free 0x5571735ed600 void 0.000133
+gallium_dri.so free 0x5571735ed580 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed600 0.000132
+gallium_dri.so free 0x5571735ed6c0 void 0.000131
+gallium_dri.so free 0x5571735ed600 void 0.000141
+gallium_dri.so malloc 72 0x5571735ed600 0.000133
+gallium_dri.so free 0x5571735ed780 void 0.000132
+gallium_dri.so free 0x5571735ed600 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000132
+gallium_dri.so free 0x5571735ed840 void 0.000132
+gallium_dri.so free 0x5571735ed7a0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000132
+gallium_dri.so free 0x5571735ed8c0 void 0.000132
+gallium_dri.so free 0x5571735ed7f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000132
+gallium_dri.so free 0x5571735ed940 void 0.000132
+gallium_dri.so free 0x5571735ed7f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed940 0.000132
+gallium_dri.so free 0x5571735eda00 void 0.000133
+gallium_dri.so free 0x5571735ed940 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed940 0.000131
+gallium_dri.so free 0x5571735edac0 void 0.000134
+gallium_dri.so free 0x5571735ed940 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed940 0.000132
+gallium_dri.so free 0x5571735edb80 void 0.000133
+gallium_dri.so free 0x5571735ed940 void 0.000133
+gallium_dri.so malloc 72 0x5571735edb30 0.000132
+gallium_dri.so free 0x5571735edc40 void 0.000134
+gallium_dri.so free 0x5571735edb30 void 0.000135
+gallium_dri.so malloc 72 0x5571735edbf0 0.000132
+gallium_dri.so free 0x5571735edcc0 void 0.000133
+gallium_dri.so free 0x5571735edbf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735edd10 0.000133
+gallium_dri.so free 0x5571735edd80 void 0.000133
+gallium_dri.so free 0x5571735edd10 void 0.000132
+gallium_dri.so malloc 72 0x5571735edda0 0.000132
+gallium_dri.so free 0x5571735ede40 void 0.000133
+gallium_dri.so free 0x5571735edda0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eddf0 0.000131
+gallium_dri.so free 0x5571735edec0 void 0.000131
+gallium_dri.so free 0x5571735eddf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eddf0 0.000132
+gallium_dri.so free 0x5571735edf40 void 0.000134
+gallium_dri.so free 0x5571735eddf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edf40 0.000132
+gallium_dri.so free 0x5571735ee000 void 0.000133
+gallium_dri.so free 0x5571735edf40 void 0.000132
+gallium_dri.so malloc 72 0x5571735edf40 0.000133
+gallium_dri.so free 0x5571735ee100 void 0.000132
+gallium_dri.so free 0x5571735edf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000133
+gallium_dri.so free 0x5571735ee140 void 0.000132
+gallium_dri.so free 0x5571735ee0b0 void 0.000204
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000135
+gallium_dri.so free 0x5571735ee200 void 0.000127
+gallium_dri.so free 0x5571735ee0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee240 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000119
+gallium_dri.so free 0x5571735ee380 void 0.000118
+gallium_dri.so free 0x5571735ee2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000120
+gallium_dri.so free 0x5571735ee400 void 0.000119
+gallium_dri.so free 0x5571735ee2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee430 0.000120
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee430 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee430 0.000119
+gallium_dri.so free 0x5571735ee580 void 0.000119
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000122
+gallium_dri.so free 0x5571735ee5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee640 0.000116
+gallium_dri.so free 0x5571735ee780 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735ee7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee970 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee970 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so free 0x5571735ee970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee970 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeb70 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000118
+gallium_dri.so free 0x5571735eeb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735eec90 0.000139
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so free 0x5571735eec90 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed20 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000119
+gallium_dri.so free 0x5571735eed20 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed70 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so free 0x5571735eed70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee40 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000145
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so malloc 72 0x5571735eee40 0.000120
+gallium_dri.so free 0x5571735eef80 void 0.000119
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eef80 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so free 0x5571735eef80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef80 0.000118
+gallium_dri.so free 0x5571735ef100 void 0.000120
+gallium_dri.so free 0x5571735eef80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eef80 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000119
+gallium_dri.so free 0x5571735eef80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef170 0.000119
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef170 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef290 0.000133
+gallium_dri.so free 0x5571735ef300 void 0.000132
+gallium_dri.so free 0x5571735ef290 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef340 0.000133
+gallium_dri.so free 0x5571735ef3c0 void 0.000130
+gallium_dri.so free 0x5571735ef340 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef340 0.000131
+gallium_dri.so free 0x5571735ef440 void 0.000132
+gallium_dri.so free 0x5571735ef340 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef470 0.000131
+gallium_dri.so free 0x5571735ef4c0 void 0.000131
+gallium_dri.so free 0x5571735ef470 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef470 0.000132
+gallium_dri.so free 0x5571735ef5c0 void 0.000132
+gallium_dri.so free 0x5571735ef470 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef570 0.000132
+gallium_dri.so free 0x5571735ef680 void 0.000133
+gallium_dri.so free 0x5571735ef570 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef630 0.000132
+gallium_dri.so free 0x5571735ef6c0 void 0.000131
+gallium_dri.so free 0x5571735ef630 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef630 0.000133
+gallium_dri.so free 0x5571735ef780 void 0.000131
+gallium_dri.so free 0x5571735ef630 void 0.000143
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000133
+gallium_dri.so free 0x5571735ef840 void 0.000133
+gallium_dri.so free 0x5571735ef7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000131
+gallium_dri.so free 0x5571735ef940 void 0.000131
+gallium_dri.so free 0x5571735ef7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000132
+gallium_dri.so free 0x5571735efa00 void 0.000132
+gallium_dri.so free 0x5571735ef8f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000132
+gallium_dri.so free 0x5571735efa40 void 0.000132
+gallium_dri.so free 0x5571735ef9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000132
+gallium_dri.so free 0x5571735efb00 void 0.000129
+gallium_dri.so free 0x5571735ef9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000120
+gallium_dri.so free 0x5571735efb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efbc0 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbc0 0.000148
+gallium_dri.so free 0x5571735efd40 void 0.000121
+gallium_dri.so free 0x5571735efbc0 void 0.000160
+gallium_dri.so malloc 72 0x5571735efd60 0.000122
+gallium_dri.so free 0x5571735efe00 void 0.000119
+gallium_dri.so free 0x5571735efd60 void 0.000120
+gallium_dri.so malloc 72 0x5571735efdb0 0.000119
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdb0 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff00 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eff00 0.000119
+gallium_dri.so free 0x5571735f0080 void 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff00 0.000118
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f00f0 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000119
+gallium_dri.so free 0x5571735f00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f01b0 0.000118
+gallium_dri.so free 0x5571735f0280 void 0.000118
+gallium_dri.so free 0x5571735f01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02d0 0.000118
+gallium_dri.so free 0x5571735f0340 void 0.000171
+gallium_dri.so free 0x5571735f02d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0360 0.000119
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0360 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03b0 0.000119
+gallium_dri.so free 0x5571735f0480 void 0.000118
+gallium_dri.so free 0x5571735f03b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03b0 0.000118
+gallium_dri.so free 0x5571735f0500 void 0.000120
+gallium_dri.so free 0x5571735f03b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0500 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000118
+gallium_dri.so free 0x5571735f0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0500 0.000118
+gallium_dri.so free 0x5571735f06c0 void 0.000120
+gallium_dri.so free 0x5571735f0500 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0670 0.000124
+gallium_dri.so free 0x5571735f0700 void 0.000121
+gallium_dri.so free 0x5571735f0670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0670 0.000119
+gallium_dri.so free 0x5571735f07c0 void 0.000119
+gallium_dri.so free 0x5571735f0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0800 0.000118
+gallium_dri.so free 0x5571735f0880 void 0.000118
+gallium_dri.so free 0x5571735f0800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0880 0.000129
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f0880 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0880 0.000118
+gallium_dri.so free 0x5571735f09c0 void 0.000119
+gallium_dri.so free 0x5571735f0880 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09f0 0.000119
+gallium_dri.so free 0x5571735f0a40 void 0.000119
+gallium_dri.so free 0x5571735f09f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09f0 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so free 0x5571735f09f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f0b80 0.000126
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0cc0 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d70 0.000118
+gallium_dri.so free 0x5571735f0dc0 void 0.000122
+gallium_dri.so free 0x5571735f0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d70 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so free 0x5571735f0d70 void 0.000156
+gallium_dri.so malloc 72 0x5571735f0e70 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000110
+gallium_dri.so free 0x5571735f0e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0f30 0.000110
+gallium_dri.so free 0x5571735f1000 void 0.000110
+gallium_dri.so free 0x5571735f0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0f30 0.000111
+gallium_dri.so free 0x5571735f10c0 void 0.000110
+gallium_dri.so free 0x5571735f0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0f30 0.000110
+gallium_dri.so free 0x5571735f1180 void 0.000111
+gallium_dri.so free 0x5571735f0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1130 0.000111
+gallium_dri.so free 0x5571735f1200 void 0.000110
+gallium_dri.so free 0x5571735f1130 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1250 0.000110
+gallium_dri.so free 0x5571735f12c0 void 0.000110
+gallium_dri.so free 0x5571735f1250 void 0.000111
+gallium_dri.so malloc 72 0x5571735f12e0 0.000110
+gallium_dri.so free 0x5571735f1380 void 0.000110
+gallium_dri.so free 0x5571735f12e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1330 0.000116
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so free 0x5571735f1330 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1400 0.000111
+gallium_dri.so free 0x5571735f14c0 void 0.000110
+gallium_dri.so free 0x5571735f1400 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1400 0.000138
+gallium_dri.so free 0x5571735f1540 void 0.000126
+gallium_dri.so free 0x5571735f1400 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1540 0.000124
+gallium_dri.so free 0x5571735f1600 void 0.000124
+gallium_dri.so free 0x5571735f1540 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1540 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000125
+gallium_dri.so free 0x5571735f1540 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1540 0.000121
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1730 0.000124
+gallium_dri.so free 0x5571735f1800 void 0.000170
+gallium_dri.so free 0x5571735f1730 void 0.000184
+gallium_dri.so malloc 72 0x5571735f1850 0.000141
+gallium_dri.so free 0x5571735f18c0 void 0.000124
+gallium_dri.so free 0x5571735f1850 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1900 0.000124
+gallium_dri.so free 0x5571735f1980 void 0.000124
+gallium_dri.so free 0x5571735f1900 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1900 0.000123
+gallium_dri.so free 0x5571735f1a00 void 0.000137
+gallium_dri.so free 0x5571735f1900 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1a30 0.000130
+gallium_dri.so free 0x5571735f1a80 void 0.000126
+gallium_dri.so free 0x5571735f1a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1a30 0.000128
+gallium_dri.so free 0x5571735f1b80 void 0.000130
+gallium_dri.so free 0x5571735f1a30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1b30 0.000124
+gallium_dri.so free 0x5571735f1c40 void 0.000129
+gallium_dri.so free 0x5571735f1b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000129
+gallium_dri.so free 0x5571735f1c80 void 0.000125
+gallium_dri.so free 0x5571735f1bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000129
+gallium_dri.so free 0x5571735f1d40 void 0.000125
+gallium_dri.so free 0x5571735f1bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1db0 0.000125
+gallium_dri.so free 0x5571735f1e00 void 0.000129
+gallium_dri.so free 0x5571735f1db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1db0 0.000129
+gallium_dri.so free 0x5571735f1f00 void 0.000130
+gallium_dri.so free 0x5571735f1db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000125
+gallium_dri.so free 0x5571735f1fc0 void 0.000131
+gallium_dri.so free 0x5571735f1eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1f70 0.000131
+gallium_dri.so free 0x5571735f2000 void 0.000129
+gallium_dri.so free 0x5571735f1f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1f70 0.000131
+gallium_dri.so free 0x5571735f20c0 void 0.000126
+gallium_dri.so free 0x5571735f1f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2100 0.000129
+gallium_dri.so free 0x5571735f2180 void 0.000130
+gallium_dri.so free 0x5571735f2100 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2180 0.000130
+gallium_dri.so free 0x5571735f2240 void 0.000129
+gallium_dri.so free 0x5571735f2180 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2180 0.000129
+gallium_dri.so free 0x5571735f2300 void 0.000124
+gallium_dri.so free 0x5571735f2180 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2320 0.000129
+gallium_dri.so free 0x5571735f23c0 void 0.000176
+gallium_dri.so free 0x5571735f2320 void 0.000170
+gallium_dri.so malloc 72 0x5571735f2370 0.000180
+gallium_dri.so free 0x5571735f2440 void 0.000187
+gallium_dri.so free 0x5571735f2370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2370 0.000131
+gallium_dri.so free 0x5571735f24c0 void 0.000130
+gallium_dri.so free 0x5571735f2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735f24c0 0.000175
+gallium_dri.so free 0x5571735f2580 void 0.000167
+gallium_dri.so free 0x5571735f24c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f24c0 0.000130
+gallium_dri.so free 0x5571735f2640 void 0.000131
+gallium_dri.so free 0x5571735f24c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f24c0 0.000123
+gallium_dri.so free 0x5571735f2700 void 0.000124
+gallium_dri.so free 0x5571735f24c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f26b0 0.000130
+gallium_dri.so free 0x5571735f27c0 void 0.000132
+gallium_dri.so free 0x5571735f26b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2770 0.000135
+gallium_dri.so free 0x5571735f2840 void 0.000139
+gallium_dri.so free 0x5571735f2770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2890 0.000130
+gallium_dri.so free 0x5571735f2900 void 0.000130
+gallium_dri.so free 0x5571735f2890 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2920 0.000124
+gallium_dri.so free 0x5571735f29c0 void 0.000131
+gallium_dri.so free 0x5571735f2920 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2a40 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2970 0.000124
+gallium_dri.so free 0x5571735f2ac0 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000126
+gallium_dri.so free 0x5571735f2b80 void 0.000130
+gallium_dri.so free 0x5571735f2ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000126
+gallium_dri.so free 0x5571735f2c80 void 0.000147
+gallium_dri.so free 0x5571735f2ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2c30 0.000130
+gallium_dri.so free 0x5571735f2cc0 void 0.000129
+gallium_dri.so free 0x5571735f2c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2c30 0.000130
+gallium_dri.so free 0x5571735f2d80 void 0.000126
+gallium_dri.so free 0x5571735f2c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000124
+gallium_dri.so free 0x5571735f2e40 void 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2e40 0.000125
+gallium_dri.so free 0x5571735f2f00 void 0.000125
+gallium_dri.so free 0x5571735f2e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2e40 0.000129
+gallium_dri.so free 0x5571735f2f80 void 0.000130
+gallium_dri.so free 0x5571735f2e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000129
+gallium_dri.so free 0x5571735f3000 void 0.000126
+gallium_dri.so free 0x5571735f2fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000124
+gallium_dri.so free 0x5571735f3100 void 0.000123
+gallium_dri.so free 0x5571735f2fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3140 0.000125
+gallium_dri.so free 0x5571735f31c0 void 0.000137
+gallium_dri.so free 0x5571735f3140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f31c0 0.000129
+gallium_dri.so free 0x5571735f3280 void 0.000126
+gallium_dri.so free 0x5571735f31c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f31c0 0.000124
+gallium_dri.so free 0x5571735f3300 void 0.000130
+gallium_dri.so free 0x5571735f31c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3330 0.000126
+gallium_dri.so free 0x5571735f3380 void 0.000125
+gallium_dri.so free 0x5571735f3330 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3330 0.000125
+gallium_dri.so free 0x5571735f3480 void 0.000124
+gallium_dri.so free 0x5571735f3330 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3430 0.000126
+gallium_dri.so free 0x5571735f3540 void 0.000129
+gallium_dri.so free 0x5571735f3430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34f0 0.000131
+gallium_dri.so free 0x5571735f35c0 void 0.000132
+gallium_dri.so free 0x5571735f34f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f34f0 0.000141
+gallium_dri.so free 0x5571735f3680 void 0.000130
+gallium_dri.so free 0x5571735f34f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f36b0 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000130
+gallium_dri.so free 0x5571735f36b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f36b0 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000129
+gallium_dri.so free 0x5571735f36b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da940 0.000130
+gallium_dri.so free 0x5571735daa00 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so malloc 72 0x5571735da940 0.000131
+gallium_dri.so free 0x5571735daac0 void 0.000132
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so malloc 72 0x5571735da940 0.000125
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735da940 void 0.000128
+gallium_dri.so malloc 72 0x5571735dab30 0.000130
+gallium_dri.so free 0x5571735dac40 void 0.000130
+gallium_dri.so free 0x5571735dab30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dabf0 0.000167
+gallium_dri.so free 0x5571735dacc0 void 0.000130
+gallium_dri.so free 0x5571735dabf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dad10 0.000130
+gallium_dri.so free 0x5571735dad80 void 0.000130
+gallium_dri.so free 0x5571735dad10 void 0.000129
+gallium_dri.so malloc 72 0x5571735dada0 0.000126
+gallium_dri.so free 0x5571735dae40 void 0.000124
+gallium_dri.so free 0x5571735dada0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dadf0 0.000131
+gallium_dri.so free 0x5571735daec0 void 0.000126
+gallium_dri.so free 0x5571735dadf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dadf0 0.000130
+gallium_dri.so free 0x5571735daf40 void 0.000125
+gallium_dri.so free 0x5571735dadf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf40 0.000130
+gallium_dri.so free 0x5571735db000 void 0.000130
+gallium_dri.so free 0x5571735daf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735daf40 0.000131
+gallium_dri.so free 0x5571735db100 void 0.000130
+gallium_dri.so free 0x5571735daf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0b0 0.000141
+gallium_dri.so free 0x5571735db140 void 0.000133
+gallium_dri.so free 0x5571735db0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0b0 0.000130
+gallium_dri.so free 0x5571735db200 void 0.000128
+gallium_dri.so free 0x5571735db0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db2c0 void 0.000131
+gallium_dri.so free 0x5571735db240 void 0.000125
+gallium_dri.so malloc 72 0x5571735db2c0 0.000124
+gallium_dri.so free 0x5571735db380 void 0.000130
+gallium_dri.so free 0x5571735db2c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db2c0 0.000124
+gallium_dri.so free 0x5571735db400 void 0.000125
+gallium_dri.so free 0x5571735db2c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db430 0.000131
+gallium_dri.so free 0x5571735db480 void 0.000131
+gallium_dri.so free 0x5571735db430 void 0.000126
+gallium_dri.so malloc 72 0x5571735db430 0.000125
+gallium_dri.so free 0x5571735db580 void 0.000129
+gallium_dri.so free 0x5571735db430 void 0.000127
+gallium_dri.so malloc 72 0x5571735db5c0 0.000124
+gallium_dri.so free 0x5571735db640 void 0.000135
+gallium_dri.so free 0x5571735db5c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db640 0.000125
+gallium_dri.so free 0x5571735db700 void 0.000125
+gallium_dri.so free 0x5571735db640 void 0.000129
+gallium_dri.so malloc 72 0x5571735db640 0.000125
+gallium_dri.so free 0x5571735db780 void 0.000126
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so malloc 72 0x5571735db7b0 0.000129
+gallium_dri.so free 0x5571735db800 void 0.000131
+gallium_dri.so free 0x5571735db7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db7b0 0.000123
+gallium_dri.so free 0x5571735db900 void 0.000127
+gallium_dri.so free 0x5571735db7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db8b0 0.000132
+gallium_dri.so free 0x5571735db9c0 void 0.000125
+gallium_dri.so free 0x5571735db8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db970 0.000123
+gallium_dri.so free 0x5571735dba40 void 0.000130
+gallium_dri.so free 0x5571735db970 void 0.000125
+gallium_dri.so malloc 72 0x5571735db970 0.000123
+gallium_dri.so free 0x5571735dbb00 void 0.000125
+gallium_dri.so free 0x5571735db970 void 0.000122
+gallium_dri.so malloc 72 0x5571735db970 0.000129
+gallium_dri.so free 0x5571735dbbc0 void 0.000169
+gallium_dri.so free 0x5571735db970 void 0.000163
+gallium_dri.so malloc 72 0x5571735dbb70 0.000161
+gallium_dri.so free 0x5571735dbc40 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc90 0.000129
+gallium_dri.so free 0x5571735dbd00 void 0.000125
+gallium_dri.so free 0x5571735dbc90 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbd20 0.000130
+gallium_dri.so free 0x5571735dbdc0 void 0.000130
+gallium_dri.so free 0x5571735dbd20 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbd70 0.000127
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so free 0x5571735dbd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbe40 0.000129
+gallium_dri.so free 0x5571735dbf00 void 0.000126
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbe40 0.000124
+gallium_dri.so free 0x5571735dbf80 void 0.000129
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbf80 0.000126
+gallium_dri.so free 0x5571735dc040 void 0.000126
+gallium_dri.so free 0x5571735dbf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf80 0.000130
+gallium_dri.so free 0x5571735dc100 void 0.000126
+gallium_dri.so free 0x5571735dbf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbf80 0.000131
+gallium_dri.so free 0x5571735dc1c0 void 0.000132
+gallium_dri.so free 0x5571735dbf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc170 0.000126
+gallium_dri.so free 0x5571735dc240 void 0.000125
+gallium_dri.so free 0x5571735dc170 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc290 0.000125
+gallium_dri.so free 0x5571735dc300 void 0.000125
+gallium_dri.so free 0x5571735dc290 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc340 0.000130
+gallium_dri.so free 0x5571735dc3c0 void 0.000132
+gallium_dri.so free 0x5571735dc340 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc340 0.000131
+gallium_dri.so free 0x5571735dc440 void 0.000131
+gallium_dri.so free 0x5571735dc340 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc470 0.000126
+gallium_dri.so free 0x5571735dc4c0 void 0.000140
+gallium_dri.so free 0x5571735dc470 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc470 0.000130
+gallium_dri.so free 0x5571735dc5c0 void 0.000131
+gallium_dri.so free 0x5571735dc470 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc570 0.000126
+gallium_dri.so free 0x5571735dc680 void 0.000129
+gallium_dri.so free 0x5571735dc570 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc630 0.000131
+gallium_dri.so free 0x5571735dc6c0 void 0.000130
+gallium_dri.so free 0x5571735dc630 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc630 0.000124
+gallium_dri.so free 0x5571735dc780 void 0.000129
+gallium_dri.so free 0x5571735dc630 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000129
+gallium_dri.so free 0x5571735dc840 void 0.000130
+gallium_dri.so free 0x5571735dc7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000124
+gallium_dri.so free 0x5571735dc940 void 0.000130
+gallium_dri.so free 0x5571735dc7f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000131
+gallium_dri.so free 0x5571735dca00 void 0.000163
+gallium_dri.so free 0x5571735dc8f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000145
+gallium_dri.so free 0x5571735dca40 void 0.000147
+gallium_dri.so free 0x5571735dc9b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000146
+gallium_dri.so free 0x5571735dcb00 void 0.000141
+gallium_dri.so free 0x5571735dc9b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735dcb40 0.000146
+gallium_dri.so free 0x5571735dcbc0 void 0.000146
+gallium_dri.so free 0x5571735dcb40 void 0.000145
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000144
+gallium_dri.so free 0x5571735dcc80 void 0.000141
+gallium_dri.so free 0x5571735dcbc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000144
+gallium_dri.so free 0x5571735dcd40 void 0.000145
+gallium_dri.so free 0x5571735dcbc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dcd60 0.000145
+gallium_dri.so free 0x5571735dce00 void 0.000145
+gallium_dri.so free 0x5571735dcd60 void 0.000145
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000143
+gallium_dri.so free 0x5571735dce80 void 0.000141
+gallium_dri.so free 0x5571735dcdb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000145
+gallium_dri.so free 0x5571735dcf00 void 0.000145
+gallium_dri.so free 0x5571735dcdb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcf00 0.000137
+gallium_dri.so free 0x5571735dcfc0 void 0.000143
+gallium_dri.so free 0x5571735dcf00 void 0.000145
+gallium_dri.so malloc 72 0x5571735dcf00 0.000144
+gallium_dri.so free 0x5571735dd080 void 0.000141
+gallium_dri.so free 0x5571735dcf00 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcf00 0.000142
+gallium_dri.so free 0x5571735dd140 void 0.000143
+gallium_dri.so free 0x5571735dcf00 void 0.000153
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000144
+gallium_dri.so free 0x5571735dd200 void 0.000145
+gallium_dri.so free 0x5571735dd0f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000204
+gallium_dri.so free 0x5571735dd280 void 0.000146
+gallium_dri.so free 0x5571735dd1b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000140
+gallium_dri.so free 0x5571735dd340 void 0.000143
+gallium_dri.so free 0x5571735dd2d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd360 0.000143
+gallium_dri.so free 0x5571735dd400 void 0.000143
+gallium_dri.so free 0x5571735dd360 void 0.000144
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000143
+gallium_dri.so free 0x5571735dd480 void 0.000143
+gallium_dri.so free 0x5571735dd3b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000140
+gallium_dri.so free 0x5571735dd500 void 0.000143
+gallium_dri.so free 0x5571735dd3b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd500 0.000144
+gallium_dri.so free 0x5571735dd5c0 void 0.000146
+gallium_dri.so free 0x5571735dd500 void 0.000141
+gallium_dri.so malloc 72 0x5571735dd500 0.000141
+gallium_dri.so free 0x5571735dd6c0 void 0.000141
+gallium_dri.so free 0x5571735dd500 void 0.000166
+gallium_dri.so malloc 72 0x5571735dd670 0.000162
+gallium_dri.so free 0x5571735dd700 void 0.000160
+gallium_dri.so free 0x5571735dd670 void 0.000161
+gallium_dri.so malloc 72 0x5571735dd670 0.000157
+gallium_dri.so free 0x5571735dd7c0 void 0.000161
+gallium_dri.so free 0x5571735dd670 void 0.000163
+gallium_dri.so malloc 72 0x5571735dd800 0.000160
+gallium_dri.so free 0x5571735dd880 void 0.000160
+gallium_dri.so free 0x5571735dd800 void 0.000160
+gallium_dri.so malloc 72 0x5571735dd880 0.000162
+gallium_dri.so free 0x5571735dd940 void 0.000161
+gallium_dri.so free 0x5571735dd880 void 0.000156
+gallium_dri.so malloc 72 0x5571735dd880 0.000154
+gallium_dri.so free 0x5571735dd9c0 void 0.000158
+gallium_dri.so free 0x5571735dd880 void 0.000161
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000159
+gallium_dri.so free 0x5571735dda40 void 0.000169
+gallium_dri.so free 0x5571735dd9f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000159
+gallium_dri.so free 0x5571735ddb40 void 0.000157
+gallium_dri.so free 0x5571735dd9f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ddb80 0.000161
+gallium_dri.so free 0x5571735ddc00 void 0.000162
+gallium_dri.so free 0x5571735ddb80 void 0.000162
+gallium_dri.so malloc 72 0x5571735ddc00 0.000159
+gallium_dri.so free 0x5571735ddcc0 void 0.000158
+gallium_dri.so free 0x5571735ddc00 void 0.000156
+gallium_dri.so malloc 72 0x5571735ddc00 0.000157
+gallium_dri.so free 0x5571735ddd40 void 0.000156
+gallium_dri.so free 0x5571735ddc00 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddd70 0.000145
+gallium_dri.so free 0x5571735dddc0 void 0.000143
+gallium_dri.so free 0x5571735ddd70 void 0.000146
+gallium_dri.so malloc 72 0x5571735ddd70 0.000144
+gallium_dri.so free 0x5571735ddec0 void 0.000144
+gallium_dri.so free 0x5571735ddd70 void 0.000136
+gallium_dri.so malloc 72 0x5571735dde70 0.000134
+gallium_dri.so free 0x5571735ddf80 void 0.000152
+gallium_dri.so free 0x5571735dde70 void 0.000146
+gallium_dri.so malloc 72 0x5571735ddf30 0.000144
+gallium_dri.so free 0x5571735de000 void 0.000141
+gallium_dri.so free 0x5571735ddf30 void 0.000138
+gallium_dri.so malloc 72 0x5571735ddf30 0.000143
+gallium_dri.so free 0x5571735de0c0 void 0.000145
+gallium_dri.so free 0x5571735ddf30 void 0.000144
+gallium_dri.so malloc 72 0x5571735ddf30 0.000143
+gallium_dri.so free 0x5571735de180 void 0.000145
+gallium_dri.so free 0x5571735ddf30 void 0.000145
+gallium_dri.so malloc 72 0x5571735de130 0.000144
+gallium_dri.so free 0x5571735de200 void 0.000140
+gallium_dri.so free 0x5571735de130 void 0.000140
+gallium_dri.so malloc 72 0x5571735de250 0.000141
+gallium_dri.so free 0x5571735de2c0 void 0.000145
+gallium_dri.so free 0x5571735de250 void 0.000157
+gallium_dri.so malloc 72 0x5571735de2e0 0.000145
+gallium_dri.so free 0x5571735de380 void 0.000145
+gallium_dri.so free 0x5571735de2e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735de330 0.000139
+gallium_dri.so free 0x5571735de400 void 0.000143
+gallium_dri.so free 0x5571735de330 void 0.000145
+gallium_dri.so malloc 72 0x5571735de400 0.000144
+gallium_dri.so free 0x5571735de4c0 void 0.000141
+gallium_dri.so free 0x5571735de400 void 0.000138
+gallium_dri.so malloc 72 0x5571735de400 0.000144
+gallium_dri.so free 0x5571735de540 void 0.000148
+gallium_dri.so free 0x5571735de400 void 0.000143
+gallium_dri.so malloc 72 0x5571735de540 0.000141
+gallium_dri.so free 0x5571735de600 void 0.000141
+gallium_dri.so free 0x5571735de540 void 0.000143
+gallium_dri.so malloc 72 0x5571735de540 0.000144
+gallium_dri.so free 0x5571735de6c0 void 0.000141
+gallium_dri.so free 0x5571735de540 void 0.000139
+gallium_dri.so malloc 72 0x5571735de540 0.000143
+gallium_dri.so free 0x5571735de780 void 0.000216
+gallium_dri.so free 0x5571735de540 void 0.000146
+gallium_dri.so malloc 72 0x5571735de730 0.000144
+gallium_dri.so free 0x5571735de800 void 0.000144
+gallium_dri.so free 0x5571735de730 void 0.000144
+gallium_dri.so malloc 72 0x5571735de850 0.000146
+gallium_dri.so free 0x5571735de8c0 void 0.000141
+gallium_dri.so free 0x5571735de850 void 0.000143
+gallium_dri.so malloc 72 0x5571735de900 0.000146
+gallium_dri.so free 0x5571735de980 void 0.000145
+gallium_dri.so free 0x5571735de900 void 0.000146
+gallium_dri.so malloc 72 0x5571735de900 0.000143
+gallium_dri.so free 0x5571735dea00 void 0.000144
+gallium_dri.so free 0x5571735de900 void 0.000144
+gallium_dri.so malloc 72 0x5571735dea30 0.000143
+gallium_dri.so free 0x5571735dea80 void 0.000146
+gallium_dri.so free 0x5571735dea30 void 0.000144
+gallium_dri.so malloc 72 0x5571735dea30 0.000141
+gallium_dri.so free 0x5571735deb80 void 0.000138
+gallium_dri.so free 0x5571735dea30 void 0.000202
+gallium_dri.so malloc 72 0x5571735deb30 0.000145
+gallium_dri.so free 0x5571735dec40 void 0.000144
+gallium_dri.so free 0x5571735deb30 void 0.000144
+gallium_dri.so malloc 72 0x5571735debf0 0.000141
+gallium_dri.so free 0x5571735dec80 void 0.000141
+gallium_dri.so free 0x5571735debf0 void 0.000143
+gallium_dri.so malloc 72 0x5571735debf0 0.000144
+gallium_dri.so free 0x5571735ded40 void 0.000141
+gallium_dri.so free 0x5571735debf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dedb0 0.000142
+gallium_dri.so free 0x5571735dee00 void 0.000146
+gallium_dri.so free 0x5571735dedb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735dedb0 0.000143
+gallium_dri.so free 0x5571735def00 void 0.000140
+gallium_dri.so free 0x5571735dedb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735deeb0 0.000142
+gallium_dri.so free 0x5571735defc0 void 0.000145
+gallium_dri.so free 0x5571735deeb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735def70 0.000147
+gallium_dri.so free 0x5571735df000 void 0.000144
+gallium_dri.so free 0x5571735def70 void 0.000145
+gallium_dri.so malloc 72 0x5571735def70 0.000141
+gallium_dri.so free 0x5571735df0c0 void 0.000142
+gallium_dri.so free 0x5571735def70 void 0.000145
+gallium_dri.so malloc 72 0x5571735df100 0.000143
+gallium_dri.so free 0x5571735df180 void 0.000145
+gallium_dri.so free 0x5571735df100 void 0.000144
+gallium_dri.so malloc 72 0x5571735df180 0.000141
+gallium_dri.so free 0x5571735df240 void 0.000142
+gallium_dri.so free 0x5571735df180 void 0.000142
+gallium_dri.so malloc 72 0x5571735df180 0.000144
+gallium_dri.so free 0x5571735df300 void 0.000142
+gallium_dri.so free 0x5571735df180 void 0.000141
+gallium_dri.so malloc 72 0x5571735df320 0.000141
+gallium_dri.so free 0x5571735df3c0 void 0.000144
+gallium_dri.so free 0x5571735df320 void 0.000145
+gallium_dri.so malloc 72 0x5571735df370 0.000140
+gallium_dri.so free 0x5571735df440 void 0.000155
+gallium_dri.so free 0x5571735df370 void 0.000145
+gallium_dri.so malloc 72 0x5571735df370 0.000143
+gallium_dri.so free 0x5571735df4c0 void 0.000146
+gallium_dri.so free 0x5571735df370 void 0.000144
+gallium_dri.so malloc 72 0x5571735df4c0 0.000144
+gallium_dri.so free 0x5571735df580 void 0.000144
+gallium_dri.so free 0x5571735df4c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735df4c0 0.000144
+gallium_dri.so free 0x5571735df640 void 0.000141
+gallium_dri.so free 0x5571735df4c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735df4c0 0.000143
+gallium_dri.so free 0x5571735df700 void 0.000144
+gallium_dri.so free 0x5571735df4c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735df6b0 0.000143
+gallium_dri.so free 0x5571735df7c0 void 0.000145
+gallium_dri.so free 0x5571735df6b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735df770 0.000144
+gallium_dri.so free 0x5571735df840 void 0.000146
+gallium_dri.so free 0x5571735df770 void 0.000148
+gallium_dri.so malloc 72 0x5571735df890 0.000144
+gallium_dri.so free 0x5571735df900 void 0.000144
+gallium_dri.so free 0x5571735df890 void 0.000145
+gallium_dri.so malloc 72 0x5571735df920 0.000141
+gallium_dri.so free 0x5571735df9c0 void 0.000145
+gallium_dri.so free 0x5571735df920 void 0.000140
+gallium_dri.so malloc 72 0x5571735df970 0.000144
+gallium_dri.so free 0x5571735dfa40 void 0.000146
+gallium_dri.so free 0x5571735df970 void 0.000144
+gallium_dri.so malloc 72 0x5571735df970 0.000141
+gallium_dri.so free 0x5571735dfac0 void 0.000144
+gallium_dri.so free 0x5571735df970 void 0.000143
+gallium_dri.so malloc 72 0x5571735dfac0 0.000144
+gallium_dri.so free 0x5571735dfb80 void 0.000144
+gallium_dri.so free 0x5571735dfac0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dfac0 0.000144
+gallium_dri.so free 0x5571735dfc80 void 0.000145
+gallium_dri.so free 0x5571735dfac0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dfc30 0.000195
+gallium_dri.so free 0x5571735dfcc0 void 0.000205
+gallium_dri.so free 0x5571735dfc30 void 0.000193
+gallium_dri.so malloc 72 0x5571735dfc30 0.000144
+gallium_dri.so free 0x5571735dfd80 void 0.000141
+gallium_dri.so free 0x5571735dfc30 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000143
+gallium_dri.so free 0x5571735dfe40 void 0.000145
+gallium_dri.so free 0x5571735dfdc0 void 0.000144
+gallium_dri.so malloc 72 0x5571735dfe40 0.000140
+gallium_dri.so free 0x5571735dff00 void 0.000138
+gallium_dri.so free 0x5571735dfe40 void 0.000143
+gallium_dri.so malloc 72 0x5571735dfe40 0.000144
+gallium_dri.so free 0x5571735dff80 void 0.000144
+gallium_dri.so free 0x5571735dfe40 void 0.000145
+gallium_dri.so malloc 72 0x5571735dffb0 0.000144
+gallium_dri.so free 0x5571735e0000 void 0.000144
+gallium_dri.so free 0x5571735dffb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dffb0 0.000155
+gallium_dri.so free 0x5571735e0100 void 0.000147
+gallium_dri.so free 0x5571735dffb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0140 0.000143
+gallium_dri.so free 0x5571735e01c0 void 0.000144
+gallium_dri.so free 0x5571735e0140 void 0.000145
+gallium_dri.so malloc 72 0x5571735e01c0 0.000141
+gallium_dri.so free 0x5571735e0280 void 0.000141
+gallium_dri.so free 0x5571735e01c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e01c0 0.000144
+gallium_dri.so free 0x5571735e0300 void 0.000144
+gallium_dri.so free 0x5571735e01c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0330 0.000144
+gallium_dri.so free 0x5571735e0380 void 0.000142
+gallium_dri.so free 0x5571735e0330 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0330 0.000145
+gallium_dri.so free 0x5571735e0480 void 0.000145
+gallium_dri.so free 0x5571735e0330 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0430 0.000144
+gallium_dri.so free 0x5571735e0540 void 0.000147
+gallium_dri.so free 0x5571735e0430 void 0.000145
+gallium_dri.so malloc 72 0x5571735e04f0 0.000146
+gallium_dri.so free 0x5571735e05c0 void 0.000147
+gallium_dri.so free 0x5571735e04f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e04f0 0.000143
+gallium_dri.so free 0x5571735e0680 void 0.000146
+gallium_dri.so free 0x5571735e04f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e04f0 0.000141
+gallium_dri.so free 0x5571735e0740 void 0.000138
+gallium_dri.so free 0x5571735e04f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e06f0 0.000145
+gallium_dri.so free 0x5571735e07c0 void 0.000145
+gallium_dri.so free 0x5571735e06f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0810 0.000143
+gallium_dri.so free 0x5571735e0880 void 0.000144
+gallium_dri.so free 0x5571735e0810 void 0.000145
+gallium_dri.so malloc 72 0x5571735e08a0 0.000145
+gallium_dri.so free 0x5571735e0940 void 0.000152
+gallium_dri.so free 0x5571735e08a0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e08f0 0.000145
+gallium_dri.so free 0x5571735e09c0 void 0.000145
+gallium_dri.so free 0x5571735e08f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e09c0 0.000143
+gallium_dri.so free 0x5571735e0a80 void 0.000146
+gallium_dri.so free 0x5571735e09c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e09c0 0.000145
+gallium_dri.so free 0x5571735e0b00 void 0.000140
+gallium_dri.so free 0x5571735e09c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0b00 0.000143
+gallium_dri.so free 0x5571735e0bc0 void 0.000145
+gallium_dri.so free 0x5571735e0b00 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0b00 0.000140
+gallium_dri.so free 0x5571735e0c80 void 0.000142
+gallium_dri.so free 0x5571735e0b00 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0b00 0.000144
+gallium_dri.so free 0x5571735e0d40 void 0.000141
+gallium_dri.so free 0x5571735e0b00 void 0.000182
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000142
+gallium_dri.so free 0x5571735e0dc0 void 0.000145
+gallium_dri.so free 0x5571735e0cf0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0e10 0.000144
+gallium_dri.so free 0x5571735e0e80 void 0.000144
+gallium_dri.so free 0x5571735e0e10 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000142
+gallium_dri.so free 0x5571735e0f40 void 0.000141
+gallium_dri.so free 0x5571735e0ec0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000140
+gallium_dri.so free 0x5571735e0fc0 void 0.000143
+gallium_dri.so free 0x5571735e0ec0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000144
+gallium_dri.so free 0x5571735e1040 void 0.000141
+gallium_dri.so free 0x5571735e0ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000143
+gallium_dri.so free 0x5571735e1140 void 0.000144
+gallium_dri.so free 0x5571735e0ff0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e10f0 0.000154
+gallium_dri.so free 0x5571735e1200 void 0.000144
+gallium_dri.so free 0x5571735e10f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e11b0 0.000137
+gallium_dri.so free 0x5571735e1240 void 0.000143
+gallium_dri.so free 0x5571735e11b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e11b0 0.000139
+gallium_dri.so free 0x5571735e1300 void 0.000144
+gallium_dri.so free 0x5571735e11b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1370 0.000142
+gallium_dri.so free 0x5571735e13c0 void 0.000144
+gallium_dri.so free 0x5571735e1370 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1370 0.000143
+gallium_dri.so free 0x5571735e14c0 void 0.000146
+gallium_dri.so free 0x5571735e1370 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1470 0.000139
+gallium_dri.so free 0x5571735e1580 void 0.000146
+gallium_dri.so free 0x5571735e1470 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1530 0.000145
+gallium_dri.so free 0x5571735e15c0 void 0.000145
+gallium_dri.so free 0x5571735e1530 void 0.000151
+gallium_dri.so malloc 72 0x5571735e1530 0.000141
+gallium_dri.so free 0x5571735e1680 void 0.000146
+gallium_dri.so free 0x5571735e1530 void 0.000143
+gallium_dri.so malloc 72 0x5571735e16c0 0.000144
+gallium_dri.so free 0x5571735e1740 void 0.000145
+gallium_dri.so free 0x5571735e16c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e1740 0.000138
+gallium_dri.so free 0x5571735e1800 void 0.000143
+gallium_dri.so free 0x5571735e1740 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1740 0.000145
+gallium_dri.so free 0x5571735e18c0 void 0.000144
+gallium_dri.so free 0x5571735e1740 void 0.000145
+gallium_dri.so malloc 72 0x5571735e18e0 0.000143
+gallium_dri.so free 0x5571735e1980 void 0.000145
+gallium_dri.so free 0x5571735e18e0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1930 0.000143
+gallium_dri.so free 0x5571735e1a00 void 0.000140
+gallium_dri.so free 0x5571735e1930 void 0.000149
+gallium_dri.so malloc 72 0x5571735e1930 0.000142
+gallium_dri.so free 0x5571735e1a80 void 0.000146
+gallium_dri.so free 0x5571735e1930 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1a80 0.000144
+gallium_dri.so free 0x5571735e1b40 void 0.000145
+gallium_dri.so free 0x5571735e1a80 void 0.000141
+gallium_dri.so malloc 72 0x5571735e1a80 0.000137
+gallium_dri.so free 0x5571735e1c00 void 0.000143
+gallium_dri.so free 0x5571735e1a80 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1a80 0.000144
+gallium_dri.so free 0x5571735e1cc0 void 0.000141
+gallium_dri.so free 0x5571735e1a80 void 0.000140
+gallium_dri.so malloc 72 0x5571735e1c70 0.000142
+gallium_dri.so free 0x5571735e1d80 void 0.000146
+gallium_dri.so free 0x5571735e1c70 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1d30 0.000144
+gallium_dri.so free 0x5571735e1e00 void 0.000145
+gallium_dri.so free 0x5571735e1d30 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1e50 0.000192
+gallium_dri.so free 0x5571735e1ec0 void 0.000179
+gallium_dri.so free 0x5571735e1e50 void 0.000193
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000191
+gallium_dri.so free 0x5571735e1f80 void 0.000144
+gallium_dri.so free 0x5571735e1ee0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e1f30 0.000143
+gallium_dri.so free 0x5571735e2000 void 0.000145
+gallium_dri.so free 0x5571735e1f30 void 0.000146
+gallium_dri.so malloc 72 0x5571735e1f30 0.000143
+gallium_dri.so free 0x5571735e2080 void 0.000144
+gallium_dri.so free 0x5571735e1f30 void 0.000147
+gallium_dri.so malloc 72 0x5571735e2080 0.000146
+gallium_dri.so free 0x5571735e2140 void 0.000145
+gallium_dri.so free 0x5571735e2080 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2080 0.000138
+gallium_dri.so free 0x5571735e2240 void 0.000144
+gallium_dri.so free 0x5571735e2080 void 0.000144
+gallium_dri.so malloc 72 0x5571735e21f0 0.000232
+gallium_dri.so free 0x5571735e2280 void 0.000195
+gallium_dri.so free 0x5571735e21f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735e21f0 0.000194
+gallium_dri.so free 0x5571735e2340 void 0.000144
+gallium_dri.so free 0x5571735e21f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2380 0.000141
+gallium_dri.so free 0x5571735e2400 void 0.000143
+gallium_dri.so free 0x5571735e2380 void 0.000143
+gallium_dri.so malloc 72 0x5571735e2400 0.000144
+gallium_dri.so free 0x5571735e24c0 void 0.000145
+gallium_dri.so free 0x5571735e2400 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2400 0.000137
+gallium_dri.so free 0x5571735e2540 void 0.000144
+gallium_dri.so free 0x5571735e2400 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2570 0.000143
+gallium_dri.so free 0x5571735e25c0 void 0.000141
+gallium_dri.so free 0x5571735e2570 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2570 0.000143
+gallium_dri.so free 0x5571735e26c0 void 0.000143
+gallium_dri.so free 0x5571735e2570 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2700 0.000138
+gallium_dri.so free 0x5571735e2780 void 0.000143
+gallium_dri.so free 0x5571735e2700 void 0.000146
+gallium_dri.so malloc 72 0x5571735e2780 0.000142
+gallium_dri.so free 0x5571735e2840 void 0.000141
+gallium_dri.so free 0x5571735e2780 void 0.000143
+gallium_dri.so malloc 72 0x5571735e2780 0.000144
+gallium_dri.so free 0x5571735e28c0 void 0.000145
+gallium_dri.so free 0x5571735e2780 void 0.000146
+gallium_dri.so malloc 72 0x5571735e28f0 0.000140
+gallium_dri.so free 0x5571735e2940 void 0.000145
+gallium_dri.so free 0x5571735e28f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e28f0 0.000146
+gallium_dri.so free 0x5571735e2a40 void 0.000141
+gallium_dri.so free 0x5571735e28f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e29f0 0.000144
+gallium_dri.so free 0x5571735e2b00 void 0.000144
+gallium_dri.so free 0x5571735e29f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000148
+gallium_dri.so free 0x5571735e2b80 void 0.000145
+gallium_dri.so free 0x5571735e2ab0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000140
+gallium_dri.so free 0x5571735e2c40 void 0.000145
+gallium_dri.so free 0x5571735e2ab0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000140
+gallium_dri.so free 0x5571735e2d00 void 0.000141
+gallium_dri.so free 0x5571735e2ab0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000144
+gallium_dri.so free 0x5571735e2d80 void 0.000151
+gallium_dri.so free 0x5571735e2cb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000145
+gallium_dri.so free 0x5571735e2e40 void 0.000145
+gallium_dri.so free 0x5571735e2dd0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2e60 0.000138
+gallium_dri.so free 0x5571735e2f00 void 0.000145
+gallium_dri.so free 0x5571735e2e60 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000144
+gallium_dri.so free 0x5571735e2f80 void 0.000154
+gallium_dri.so free 0x5571735e2eb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e2f80 0.000144
+gallium_dri.so free 0x5571735e3040 void 0.000144
+gallium_dri.so free 0x5571735e2f80 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2f80 0.000144
+gallium_dri.so free 0x5571735e30c0 void 0.000142
+gallium_dri.so free 0x5571735e2f80 void 0.000140
+gallium_dri.so malloc 72 0x5571735e30c0 0.000144
+gallium_dri.so free 0x5571735e3180 void 0.000145
+gallium_dri.so free 0x5571735e30c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e30c0 0.000145
+gallium_dri.so free 0x5571735e3240 void 0.000142
+gallium_dri.so free 0x5571735e30c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e30c0 0.000143
+gallium_dri.so free 0x5571735e3300 void 0.000146
+gallium_dri.so free 0x5571735e30c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e32b0 0.000141
+gallium_dri.so free 0x5571735e3380 void 0.000145
+gallium_dri.so free 0x5571735e32b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e33d0 0.000147
+gallium_dri.so free 0x5571735e3440 void 0.000145
+gallium_dri.so free 0x5571735e33d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e3480 0.000145
+gallium_dri.so free 0x5571735e3500 void 0.000141
+gallium_dri.so free 0x5571735e3480 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3480 0.000138
+gallium_dri.so free 0x5571735e3580 void 0.000144
+gallium_dri.so free 0x5571735e3480 void 0.000144
+gallium_dri.so malloc 72 0x5571735e35b0 0.000141
+gallium_dri.so free 0x5571735e3600 void 0.000142
+gallium_dri.so free 0x5571735e35b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e35b0 0.000141
+gallium_dri.so free 0x5571735e3700 void 0.000142
+gallium_dri.so free 0x5571735e35b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e36b0 0.000137
+gallium_dri.so free 0x5571735e37c0 void 0.000140
+gallium_dri.so free 0x5571735e36b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735e3770 0.000144
+gallium_dri.so free 0x5571735883c0 void 0.000147
+gallium_dri.so free 0x5571735e3770 void 0.000145
+gallium_dri.so malloc 72 0x557173588370 0.000141
+gallium_dri.so free 0x557173588440 void 0.000147
+gallium_dri.so free 0x557173588370 void 0.000144
+gallium_dri.so malloc 72 0x557173588370 0.000161
+gallium_dri.so free 0x557173588540 void 0.000157
+gallium_dri.so free 0x557173588370 void 0.000153
+gallium_dri.so malloc 72 0x5571735884f0 0.000142
+gallium_dri.so free 0x5571735885c0 void 0.000140
+gallium_dri.so free 0x5571735884f0 void 0.000139
+gallium_dri.so malloc 72 0x557173588610 0.000144
+gallium_dri.so free 0x557173588680 void 0.000141
+gallium_dri.so free 0x557173588610 void 0.000141
+gallium_dri.so malloc 72 0x5571735886a0 0.000139
+gallium_dri.so free 0x557173588740 void 0.000139
+gallium_dri.so free 0x5571735886a0 void 0.000140
+gallium_dri.so malloc 72 0x5571735886f0 0.000139
+gallium_dri.so free 0x5571735887c0 void 0.000141
+gallium_dri.so free 0x5571735886f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735886f0 0.000139
+gallium_dri.so free 0x557173588840 void 0.000139
+gallium_dri.so free 0x5571735886f0 void 0.000140
+gallium_dri.so malloc 72 0x557173588840 0.000139
+gallium_dri.so free 0x557173588900 void 0.000142
+gallium_dri.so free 0x557173588840 void 0.000139
+gallium_dri.so malloc 72 0x557173588840 0.000141
+gallium_dri.so free 0x557173588a00 void 0.000140
+gallium_dri.so free 0x557173588840 void 0.000140
+gallium_dri.so malloc 72 0x557173588840 0.000140
+gallium_dri.so free 0x557173588a80 void 0.000140
+gallium_dri.so free 0x557173588840 void 0.000139
+gallium_dri.so malloc 72 0x557173588ab0 0.000140
+gallium_dri.so free 0x557173588b00 void 0.000141
+gallium_dri.so free 0x557173588ab0 void 0.000141
+gallium_dri.so malloc 72 0x557173588ab0 0.000140
+gallium_dri.so free 0x557173588c00 void 0.000140
+gallium_dri.so free 0x557173588ab0 void 0.000139
+gallium_dri.so malloc 72 0x557173588bb0 0.000139
+gallium_dri.so free 0x557173588cc0 void 0.000140
+gallium_dri.so free 0x557173588bb0 void 0.000138
+gallium_dri.so malloc 72 0x557173588c70 0.000139
+gallium_dri.so free 0x557173588d00 void 0.000139
+gallium_dri.so free 0x557173588c70 void 0.000139
+gallium_dri.so malloc 72 0x557173588c70 0.000139
+gallium_dri.so free 0x557173588dc0 void 0.000152
+gallium_dri.so free 0x557173588c70 void 0.000139
+gallium_dri.so malloc 72 0x557173588e10 0.000139
+gallium_dri.so free 0x557173588e80 void 0.000139
+gallium_dri.so free 0x557173588e10 void 0.000138
+gallium_dri.so malloc 72 0x557173588ec0 0.000140
+gallium_dri.so free 0x557173588f40 void 0.000139
+gallium_dri.so free 0x557173588ec0 void 0.000139
+gallium_dri.so malloc 72 0x557173588f40 0.000139
+gallium_dri.so free 0x557173589000 void 0.000138
+gallium_dri.so free 0x557173588f40 void 0.000138
+gallium_dri.so malloc 72 0x557173588f40 0.000139
+gallium_dri.so free 0x557173589080 void 0.000138
+gallium_dri.so free 0x557173588f40 void 0.000139
+gallium_dri.so malloc 72 0x5571735890b0 0.000137
+gallium_dri.so free 0x557173589100 void 0.000140
+gallium_dri.so free 0x5571735890b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735890b0 0.000140
+gallium_dri.so free 0x557173589200 void 0.000139
+gallium_dri.so free 0x5571735890b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735891b0 0.000140
+gallium_dri.so free 0x5571735892c0 void 0.000139
+gallium_dri.so free 0x5571735891b0 void 0.000177
+gallium_dri.so malloc 72 0x557173589270 0.000178
+gallium_dri.so free 0x557173589340 void 0.000178
+gallium_dri.so free 0x557173589270 void 0.000178
+gallium_dri.so malloc 72 0x557173589360 0.000176
+gallium_dri.so free 0x557173589400 void 0.000185
+gallium_dri.so free 0x557173589360 void 0.000133
+gallium_dri.so malloc 72 0x5571735893b0 0.000131
+gallium_dri.so free 0x557173589480 void 0.000133
+gallium_dri.so free 0x5571735893b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735893b0 0.000131
+gallium_dri.so free 0x557173589500 void 0.000133
+gallium_dri.so free 0x5571735893b0 void 0.000131
+gallium_dri.so malloc 72 0x557173589500 0.000132
+gallium_dri.so free 0x5571735895c0 void 0.000132
+gallium_dri.so free 0x557173589500 void 0.000131
+gallium_dri.so malloc 72 0x557173589500 0.000131
+gallium_dri.so free 0x557173589680 void 0.000132
+gallium_dri.so free 0x557173589500 void 0.000132
+gallium_dri.so malloc 72 0x557173589500 0.000132
+gallium_dri.so free 0x557173589740 void 0.000132
+gallium_dri.so free 0x557173589500 void 0.000140
+gallium_dri.so malloc 72 0x5571735896f0 0.000133
+gallium_dri.so free 0x557173589740 void 0.000132
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735896f0 0.000132
+gallium_dri.so free 0x557173589840 void 0.000132
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735897f0 0.000132
+gallium_dri.so free 0x557173589900 void 0.000133
+gallium_dri.so free 0x5571735897f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735898b0 0.000132
+gallium_dri.so free 0x557173589940 void 0.000132
+gallium_dri.so free 0x5571735898b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735898b0 0.000132
+gallium_dri.so free 0x557173589a00 void 0.000133
+gallium_dri.so free 0x5571735898b0 void 0.000133
+gallium_dri.so malloc 72 0x557173589a40 0.000132
+gallium_dri.so free 0x557173589ac0 void 0.000132
+gallium_dri.so free 0x557173589a40 void 0.000133
+gallium_dri.so malloc 72 0x557173589ac0 0.000132
+gallium_dri.so free 0x557173589b80 void 0.000133
+gallium_dri.so free 0x557173589ac0 void 0.000132
+gallium_dri.so malloc 72 0x557173589ac0 0.000134
+gallium_dri.so free 0x557173589c40 void 0.000134
+gallium_dri.so free 0x557173589ac0 void 0.000133
+gallium_dri.so malloc 72 0x557173589c60 0.000131
+gallium_dri.so free 0x557173589d00 void 0.000132
+gallium_dri.so free 0x557173589c60 void 0.000133
+gallium_dri.so malloc 72 0x557173589cb0 0.000132
+gallium_dri.so free 0x557173589d80 void 0.000131
+gallium_dri.so free 0x557173589cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173589cb0 0.000131
+gallium_dri.so free 0x557173589e00 void 0.000133
+gallium_dri.so free 0x557173589cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173589e00 0.000132
+gallium_dri.so free 0x557173589ec0 void 0.000132
+gallium_dri.so free 0x557173589e00 void 0.000132
+gallium_dri.so malloc 72 0x557173589e00 0.000131
+gallium_dri.so free 0x557173589f80 void 0.000132
+gallium_dri.so free 0x557173589e00 void 0.000133
+gallium_dri.so malloc 72 0x557173589e00 0.000133
+gallium_dri.so free 0x55717358a040 void 0.000132
+gallium_dri.so free 0x557173589e00 void 0.000134
+gallium_dri.so malloc 72 0x557173589ff0 0.000132
+gallium_dri.so free 0x55717358a100 void 0.000146
+gallium_dri.so free 0x557173589ff0 void 0.000148
+gallium_dri.so malloc 72 0x55717358a0b0 0.000126
+gallium_dri.so free 0x55717358a180 void 0.000125
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1d0 0.000128
+gallium_dri.so free 0x55717358a240 void 0.000123
+gallium_dri.so free 0x55717358a1d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a260 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so free 0x55717358a260 void 0.000128
+gallium_dri.so malloc 72 0x55717358a2b0 0.000119
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so free 0x55717358a2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2b0 0.000119
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so free 0x55717358a2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a400 0.000121
+gallium_dri.so free 0x55717358a4c0 void 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000119
+gallium_dri.so free 0x55717358a5c0 void 0.000119
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so malloc 72 0x55717358a570 0.000119
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000118
+gallium_dri.so malloc 72 0x55717358a570 0.000120
+gallium_dri.so free 0x55717358a6c0 void 0.000130
+gallium_dri.so free 0x55717358a570 void 0.000120
+gallium_dri.so malloc 72 0x55717358a700 0.000119
+gallium_dri.so free 0x55717358a780 void 0.000118
+gallium_dri.so free 0x55717358a700 void 0.000118
+gallium_dri.so malloc 72 0x55717358a780 0.000120
+gallium_dri.so free 0x55717358a840 void 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so malloc 72 0x55717358a780 0.000119
+gallium_dri.so free 0x55717358a8c0 void 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so malloc 72 0x55717358a8f0 0.000119
+gallium_dri.so free 0x55717358a940 void 0.000119
+gallium_dri.so free 0x55717358a8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8f0 0.000120
+gallium_dri.so free 0x55717358aa40 void 0.000119
+gallium_dri.so free 0x55717358a8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358aa80 0.000120
+gallium_dri.so free 0x55717358ab00 void 0.000119
+gallium_dri.so free 0x55717358aa80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ab00 0.000120
+gallium_dri.so free 0x55717358abc0 void 0.000120
+gallium_dri.so free 0x55717358ab00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ab00 0.000119
+gallium_dri.so free 0x55717358ac40 void 0.000118
+gallium_dri.so free 0x55717358ab00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ac70 0.000132
+gallium_dri.so free 0x55717358acc0 void 0.000166
+gallium_dri.so free 0x55717358ac70 void 0.000158
+gallium_dri.so malloc 72 0x55717358ac70 0.000158
+gallium_dri.so free 0x55717358adc0 void 0.000157
+gallium_dri.so free 0x55717358ac70 void 0.000154
+gallium_dri.so malloc 72 0x55717358ad70 0.000159
+gallium_dri.so free 0x55717358ae80 void 0.000157
+gallium_dri.so free 0x55717358ad70 void 0.000158
+gallium_dri.so malloc 72 0x55717358ae30 0.000160
+gallium_dri.so free 0x55717358af00 void 0.000164
+gallium_dri.so free 0x55717358ae30 void 0.000160
+gallium_dri.so malloc 72 0x55717358ae30 0.000159
+gallium_dri.so free 0x55717358afc0 void 0.000157
+gallium_dri.so free 0x55717358ae30 void 0.000158
+gallium_dri.so malloc 72 0x55717358ae30 0.000156
+gallium_dri.so free 0x55717358b080 void 0.000168
+gallium_dri.so free 0x55717358ae30 void 0.000153
+gallium_dri.so malloc 72 0x55717358b030 0.000119
+gallium_dri.so free 0x55717358b100 void 0.000118
+gallium_dri.so free 0x55717358b030 void 0.000119
+gallium_dri.so malloc 72 0x55717358b150 0.000132
+gallium_dri.so free 0x55717358b1c0 void 0.000121
+gallium_dri.so free 0x55717358b150 void 0.000117
+gallium_dri.so malloc 72 0x55717358b1e0 0.000119
+gallium_dri.so free 0x55717358b280 void 0.000119
+gallium_dri.so free 0x55717358b1e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b230 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000119
+gallium_dri.so free 0x55717358b230 void 0.000120
+gallium_dri.so malloc 72 0x55717358b300 0.000120
+gallium_dri.so free 0x55717358b3c0 void 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so malloc 72 0x55717358b300 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000120
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so malloc 72 0x55717358b440 0.000119
+gallium_dri.so free 0x55717358b500 void 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b440 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b440 0.000120
+gallium_dri.so free 0x55717358b680 void 0.000120
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so malloc 72 0x55717358b630 0.000120
+gallium_dri.so free 0x55717358b700 void 0.000120
+gallium_dri.so free 0x55717358b630 void 0.000132
+gallium_dri.so malloc 72 0x55717358b750 0.000121
+gallium_dri.so free 0x55717358b7c0 void 0.000120
+gallium_dri.so free 0x55717358b750 void 0.000120
+gallium_dri.so malloc 72 0x55717358b800 0.000120
+gallium_dri.so free 0x55717358b880 void 0.000119
+gallium_dri.so free 0x55717358b800 void 0.000120
+gallium_dri.so malloc 72 0x55717358b800 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x55717358b800 void 0.000119
+gallium_dri.so malloc 72 0x55717358b930 0.000119
+gallium_dri.so free 0x55717358b980 void 0.000118
+gallium_dri.so free 0x55717358b930 void 0.000116
+gallium_dri.so malloc 72 0x55717358b930 0.000118
+gallium_dri.so free 0x55717358ba80 void 0.000119
+gallium_dri.so free 0x55717358b930 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba30 0.000119
+gallium_dri.so free 0x55717358bb40 void 0.000121
+gallium_dri.so free 0x55717358ba30 void 0.000116
+gallium_dri.so malloc 72 0x55717358baf0 0.000118
+gallium_dri.so free 0x55717358bb80 void 0.000118
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358baf0 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so free 0x55717358baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bcb0 0.000120
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so free 0x55717358bcb0 void 0.000136
+gallium_dri.so malloc 72 0x55717358bcb0 0.000119
+gallium_dri.so free 0x55717358be00 void 0.000118
+gallium_dri.so free 0x55717358bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bdb0 0.000118
+gallium_dri.so free 0x55717358bec0 void 0.000119
+gallium_dri.so free 0x55717358bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358be70 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358be70 void 0.000127
+gallium_dri.so malloc 72 0x55717358be70 0.000124
+gallium_dri.so free 0x55717358bfc0 void 0.000121
+gallium_dri.so free 0x55717358be70 void 0.000119
+gallium_dri.so malloc 72 0x55717358c000 0.000119
+gallium_dri.so free 0x55717358c080 void 0.000120
+gallium_dri.so free 0x55717358c000 void 0.000118
+gallium_dri.so malloc 72 0x55717358c080 0.000119
+gallium_dri.so free 0x55717358c140 void 0.000120
+gallium_dri.so free 0x55717358c080 void 0.000120
+gallium_dri.so malloc 72 0x55717358c080 0.000119
+gallium_dri.so free 0x55717358c200 void 0.000119
+gallium_dri.so free 0x55717358c080 void 0.000118
+gallium_dri.so malloc 72 0x55717358c220 0.000120
+gallium_dri.so free 0x55717358c2c0 void 0.000118
+gallium_dri.so free 0x55717358c220 void 0.000122
+gallium_dri.so malloc 72 0x55717358c270 0.000175
+gallium_dri.so free 0x55717358c340 void 0.000120
+gallium_dri.so free 0x55717358c270 void 0.000119
+gallium_dri.so malloc 72 0x55717358c270 0.000119
+gallium_dri.so free 0x55717358c3c0 void 0.000120
+gallium_dri.so free 0x55717358c270 void 0.000120
+gallium_dri.so malloc 72 0x55717358c3c0 0.000119
+gallium_dri.so free 0x55717358c480 void 0.000119
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c3c0 0.000119
+gallium_dri.so free 0x55717358c540 void 0.000120
+gallium_dri.so free 0x55717358c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c3c0 0.000118
+gallium_dri.so free 0x55717358c600 void 0.000118
+gallium_dri.so free 0x55717358c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c5b0 0.000118
+gallium_dri.so free 0x55717358c6c0 void 0.000120
+gallium_dri.so free 0x55717358c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000118
+gallium_dri.so free 0x55717358c740 void 0.000119
+gallium_dri.so free 0x55717358c670 void 0.000119
+gallium_dri.so malloc 72 0x55717358c790 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c790 void 0.000120
+gallium_dri.so malloc 72 0x55717358c820 0.000119
+gallium_dri.so free 0x55717358c8c0 void 0.000118
+gallium_dri.so free 0x55717358c820 void 0.000129
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000118
+gallium_dri.so free 0x55717358c870 void 0.000119
+gallium_dri.so malloc 72 0x55717358c870 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000120
+gallium_dri.so free 0x55717358c870 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x55717358ca80 void 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x55717358cb80 void 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cb30 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000123
+gallium_dri.so free 0x55717358cb30 void 0.000121
+gallium_dri.so malloc 72 0x55717358cb30 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000121
+gallium_dri.so free 0x55717358cb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ccc0 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cd40 0.000137
+gallium_dri.so free 0x55717358ce00 void 0.000120
+gallium_dri.so free 0x55717358cd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358cd40 0.000119
+gallium_dri.so free 0x55717358ce80 void 0.000174
+gallium_dri.so free 0x55717358cd40 void 0.000125
+gallium_dri.so malloc 72 0x55717358ceb0 0.000121
+gallium_dri.so free 0x55717358cf00 void 0.000120
+gallium_dri.so free 0x55717358ceb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ceb0 0.000118
+gallium_dri.so free 0x55717358d000 void 0.000119
+gallium_dri.so free 0x55717358ceb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d040 0.000120
+gallium_dri.so free 0x55717358d0c0 void 0.000119
+gallium_dri.so free 0x55717358d040 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0c0 0.000120
+gallium_dri.so free 0x55717358d180 void 0.000119
+gallium_dri.so free 0x55717358d0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0c0 0.000118
+gallium_dri.so free 0x55717358d200 void 0.000119
+gallium_dri.so free 0x55717358d0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d230 0.000120
+gallium_dri.so free 0x55717358d280 void 0.000120
+gallium_dri.so free 0x55717358d230 void 0.000119
+gallium_dri.so malloc 72 0x55717358d230 0.000118
+gallium_dri.so free 0x55717358d380 void 0.000119
+gallium_dri.so free 0x55717358d230 void 0.000119
+gallium_dri.so malloc 72 0x55717358d330 0.000119
+gallium_dri.so free 0x55717358d440 void 0.000119
+gallium_dri.so free 0x55717358d330 void 0.000118
+gallium_dri.so malloc 72 0x55717358d3f0 0.000174
+gallium_dri.so free 0x55717358d4c0 void 0.000121
+gallium_dri.so free 0x55717358d3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d3f0 0.000120
+gallium_dri.so free 0x55717358d580 void 0.000119
+gallium_dri.so free 0x55717358d3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d3f0 0.000119
+gallium_dri.so free 0x55717358d640 void 0.000118
+gallium_dri.so free 0x55717358d3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d5f0 0.000121
+gallium_dri.so free 0x55717358d6c0 void 0.000119
+gallium_dri.so free 0x55717358d5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d710 0.000118
+gallium_dri.so free 0x55717358d780 void 0.000118
+gallium_dri.so free 0x55717358d710 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7a0 0.000119
+gallium_dri.so free 0x55717358d840 void 0.000119
+gallium_dri.so free 0x55717358d7a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d7f0 0.000118
+gallium_dri.so free 0x55717358d8c0 void 0.000118
+gallium_dri.so free 0x55717358d7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d8c0 0.000119
+gallium_dri.so free 0x55717358d980 void 0.000119
+gallium_dri.so free 0x55717358d8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d8c0 0.000118
+gallium_dri.so free 0x55717358da00 void 0.000119
+gallium_dri.so free 0x55717358d8c0 void 0.000163
+gallium_dri.so malloc 72 0x55717358da00 0.000124
+gallium_dri.so free 0x55717358dac0 void 0.000122
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358da00 0.000119
+gallium_dri.so free 0x55717358db80 void 0.000118
+gallium_dri.so free 0x55717358da00 void 0.000119
+gallium_dri.so malloc 72 0x55717358da00 0.000119
+gallium_dri.so free 0x55717358dc40 void 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000128
+gallium_dri.so malloc 72 0x55717358dbf0 0.000119
+gallium_dri.so free 0x55717358dcc0 void 0.000119
+gallium_dri.so free 0x55717358dbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd10 0.000119
+gallium_dri.so free 0x55717358dd80 void 0.000120
+gallium_dri.so free 0x55717358dd10 void 0.000119
+gallium_dri.so malloc 72 0x55717358ddc0 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000125
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ddc0 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000120
+gallium_dri.so free 0x55717358ddc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358def0 0.000119
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358def0 void 0.000120
+gallium_dri.so malloc 72 0x55717358def0 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000131
+gallium_dri.so free 0x55717358def0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000118
+gallium_dri.so free 0x55717358e100 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e0b0 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so free 0x55717358e0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e0b0 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x55717358e0b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e270 0.000119
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e270 void 0.000120
+gallium_dri.so malloc 72 0x55717358e270 0.000119
+gallium_dri.so free 0x55717358e3c0 void 0.000118
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e370 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so free 0x55717358e370 void 0.000119
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e430 void 0.000119
+gallium_dri.so malloc 72 0x55717358e430 0.000119
+gallium_dri.so free 0x55717358e580 void 0.000119
+gallium_dri.so free 0x55717358e430 void 0.000115
+gallium_dri.so malloc 72 0x55717358e5c0 0.000118
+gallium_dri.so free 0x55717358e640 void 0.000120
+gallium_dri.so free 0x55717358e5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e640 0.000118
+gallium_dri.so free 0x55717358e700 void 0.000119
+gallium_dri.so free 0x55717358e640 void 0.000119
+gallium_dri.so malloc 72 0x55717358e640 0.000118
+gallium_dri.so free 0x55717358e7c0 void 0.000119
+gallium_dri.so free 0x55717358e640 void 0.000120
+gallium_dri.so malloc 72 0x55717358e7e0 0.000119
+gallium_dri.so free 0x55717358e880 void 0.000119
+gallium_dri.so free 0x55717358e7e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e830 0.000120
+gallium_dri.so free 0x55717358e900 void 0.000119
+gallium_dri.so free 0x55717358e830 void 0.000120
+gallium_dri.so malloc 72 0x55717358e830 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000123
+gallium_dri.so free 0x55717358e830 void 0.000119
+gallium_dri.so malloc 72 0x55717358e980 0.000119
+gallium_dri.so free 0x55717358ea40 void 0.000119
+gallium_dri.so free 0x55717358e980 void 0.000118
+gallium_dri.so malloc 72 0x55717358e980 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000123
+gallium_dri.so free 0x55717358e980 void 0.000126
+gallium_dri.so malloc 72 0x55717358e980 0.000120
+gallium_dri.so free 0x55717358ebc0 void 0.000120
+gallium_dri.so free 0x55717358e980 void 0.000119
+gallium_dri.so malloc 72 0x55717358eb70 0.000126
+gallium_dri.so free 0x55717358ec80 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec30 0.000119
+gallium_dri.so free 0x55717358ed00 void 0.000119
+gallium_dri.so free 0x55717358ec30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed50 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so free 0x55717358ed50 void 0.000119
+gallium_dri.so malloc 72 0x55717358ede0 0.000119
+gallium_dri.so free 0x55717358ee80 void 0.000118
+gallium_dri.so free 0x55717358ede0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee30 0.000124
+gallium_dri.so free 0x55717358ef00 void 0.000126
+gallium_dri.so free 0x55717358ee30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ee30 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000123
+gallium_dri.so free 0x55717358ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x55717358f040 void 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x55717358f140 void 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so malloc 72 0x55717358f0f0 0.000120
+gallium_dri.so free 0x55717358f180 void 0.000129
+gallium_dri.so free 0x55717358f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f0f0 0.000120
+gallium_dri.so free 0x55717358f240 void 0.000120
+gallium_dri.so free 0x55717358f0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f280 0.000118
+gallium_dri.so free 0x55717358f300 void 0.000118
+gallium_dri.so free 0x55717358f280 void 0.000119
+gallium_dri.so malloc 72 0x55717358f300 0.000120
+gallium_dri.so free 0x55717358f3c0 void 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000118
+gallium_dri.so malloc 72 0x55717358f300 0.000119
+gallium_dri.so free 0x55717358f440 void 0.000121
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so malloc 72 0x55717358f470 0.000119
+gallium_dri.so free 0x55717358f4c0 void 0.000120
+gallium_dri.so free 0x55717358f470 void 0.000119
+gallium_dri.so malloc 72 0x55717358f470 0.000119
+gallium_dri.so free 0x55717358f5c0 void 0.000119
+gallium_dri.so free 0x55717358f470 void 0.000120
+gallium_dri.so malloc 72 0x55717358f600 0.000119
+gallium_dri.so free 0x55717358f680 void 0.000119
+gallium_dri.so free 0x55717358f600 void 0.000120
+gallium_dri.so malloc 72 0x55717358f680 0.000119
+gallium_dri.so free 0x55717358f740 void 0.000119
+gallium_dri.so free 0x55717358f680 void 0.000118
+gallium_dri.so malloc 72 0x55717358f680 0.000127
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f680 void 0.000123
+gallium_dri.so malloc 72 0x55717358f7f0 0.000115
+gallium_dri.so free 0x55717358f840 void 0.000112
+gallium_dri.so free 0x55717358f7f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f7f0 0.000111
+gallium_dri.so free 0x55717358f940 void 0.000110
+gallium_dri.so free 0x55717358f7f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f8f0 0.000110
+gallium_dri.so free 0x55717358fa00 void 0.000125
+gallium_dri.so free 0x55717358f8f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f9b0 0.000111
+gallium_dri.so free 0x55717358fa80 void 0.000111
+gallium_dri.so free 0x55717358f9b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f9b0 0.000111
+gallium_dri.so free 0x55717358fb40 void 0.000110
+gallium_dri.so free 0x55717358f9b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f9b0 0.000112
+gallium_dri.so free 0x55717358fc00 void 0.000111
+gallium_dri.so free 0x55717358f9b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358fbb0 0.000110
+gallium_dri.so free 0x55717358fc80 void 0.000111
+gallium_dri.so free 0x55717358fbb0 void 0.000111
+gallium_dri.so malloc 72 0x55717358fcd0 0.000109
+gallium_dri.so free 0x55717358fd40 void 0.000115
+gallium_dri.so free 0x55717358fcd0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd60 0.000112
+gallium_dri.so free 0x55717358fe00 void 0.000174
+gallium_dri.so free 0x55717358fd60 void 0.000125
+gallium_dri.so malloc 72 0x55717358fdb0 0.000126
+gallium_dri.so free 0x55717358fe80 void 0.000125
+gallium_dri.so free 0x55717358fdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358fe80 0.000121
+gallium_dri.so free 0x55717358ff40 void 0.000123
+gallium_dri.so free 0x55717358fe80 void 0.000125
+gallium_dri.so malloc 72 0x55717358fe80 0.000125
+gallium_dri.so free 0x55717358ffc0 void 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000122
+gallium_dri.so malloc 72 0x55717358ffc0 0.000125
+gallium_dri.so free 0x557173590080 void 0.000119
+gallium_dri.so free 0x55717358ffc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ffc0 0.000118
+gallium_dri.so free 0x557173590140 void 0.000126
+gallium_dri.so free 0x55717358ffc0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ffc0 0.000120
+gallium_dri.so free 0x557173590200 void 0.000120
+gallium_dri.so free 0x55717358ffc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735901b0 0.000124
+gallium_dri.so free 0x557173590280 void 0.000132
+gallium_dri.so free 0x5571735901b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735902d0 0.000123
+gallium_dri.so free 0x557173590340 void 0.000126
+gallium_dri.so free 0x5571735902d0 void 0.000124
+gallium_dri.so malloc 72 0x557173590380 0.000125
+gallium_dri.so free 0x557173590400 void 0.000121
+gallium_dri.so free 0x557173590380 void 0.000123
+gallium_dri.so malloc 72 0x557173590380 0.000125
+gallium_dri.so free 0x557173590480 void 0.000125
+gallium_dri.so free 0x557173590380 void 0.000120
+gallium_dri.so malloc 72 0x5571735904b0 0.000119
+gallium_dri.so free 0x557173590500 void 0.000124
+gallium_dri.so free 0x5571735904b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735904b0 0.000126
+gallium_dri.so free 0x557173590600 void 0.000139
+gallium_dri.so free 0x5571735904b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735905b0 0.000125
+gallium_dri.so free 0x5571735906c0 void 0.000126
+gallium_dri.so free 0x5571735905b0 void 0.000125
+gallium_dri.so malloc 72 0x557173590670 0.000124
+gallium_dri.so free 0x557173590700 void 0.000125
+gallium_dri.so free 0x557173590670 void 0.000124
+gallium_dri.so malloc 72 0x557173590670 0.000120
+gallium_dri.so free 0x5571735907c0 void 0.000132
+gallium_dri.so free 0x557173590670 void 0.000125
+gallium_dri.so malloc 72 0x557173590830 0.000121
+gallium_dri.so free 0x557173590880 void 0.000120
+gallium_dri.so free 0x557173590830 void 0.000123
+gallium_dri.so malloc 72 0x557173590830 0.000125
+gallium_dri.so free 0x557173590980 void 0.000125
+gallium_dri.so free 0x557173590830 void 0.000124
+gallium_dri.so malloc 72 0x557173590930 0.000120
+gallium_dri.so free 0x557173590a40 void 0.000119
+gallium_dri.so free 0x557173590930 void 0.000121
+gallium_dri.so malloc 72 0x5571735909f0 0.000124
+gallium_dri.so free 0x557173590a80 void 0.000124
+gallium_dri.so free 0x5571735909f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735909f0 0.000122
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x5571735909f0 void 0.000122
+gallium_dri.so malloc 72 0x557173590b80 0.000120
+gallium_dri.so free 0x557173590c00 void 0.000130
+gallium_dri.so free 0x557173590b80 void 0.000130
+gallium_dri.so malloc 72 0x557173590c00 0.000130
+gallium_dri.so free 0x557173590cc0 void 0.000132
+gallium_dri.so free 0x557173590c00 void 0.000210
+gallium_dri.so malloc 72 0x557173590c00 0.000164
+gallium_dri.so free 0x557173590d80 void 0.000164
+gallium_dri.so free 0x557173590c00 void 0.000160
+gallium_dri.so malloc 72 0x557173590da0 0.000129
+gallium_dri.so free 0x557173590e40 void 0.000127
+gallium_dri.so free 0x557173590da0 void 0.000130
+gallium_dri.so malloc 72 0x557173590df0 0.000131
+gallium_dri.so free 0x557173590ec0 void 0.000130
+gallium_dri.so free 0x557173590df0 void 0.000131
+gallium_dri.so malloc 72 0x557173590df0 0.000131
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so free 0x557173590df0 void 0.000130
+gallium_dri.so malloc 72 0x557173590f40 0.000130
+gallium_dri.so free 0x557173591000 void 0.000127
+gallium_dri.so free 0x557173590f40 void 0.000128
+gallium_dri.so malloc 72 0x557173590f40 0.000131
+gallium_dri.so free 0x5571735910c0 void 0.000130
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so malloc 72 0x557173590f40 0.000130
+gallium_dri.so free 0x557173591180 void 0.000134
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so malloc 72 0x557173591130 0.000136
+gallium_dri.so free 0x557173591240 void 0.000128
+gallium_dri.so free 0x557173591130 void 0.000127
+gallium_dri.so malloc 72 0x5571735911f0 0.000130
+gallium_dri.so free 0x5571735912c0 void 0.000126
+gallium_dri.so free 0x5571735911f0 void 0.000146
+gallium_dri.so malloc 72 0x557173591310 0.000130
+gallium_dri.so free 0x557173591380 void 0.000128
+gallium_dri.so free 0x557173591310 void 0.000126
+gallium_dri.so malloc 72 0x5571735913a0 0.000126
+gallium_dri.so free 0x557173591440 void 0.000126
+gallium_dri.so free 0x5571735913a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735913f0 0.000132
+gallium_dri.so free 0x5571735914c0 void 0.000132
+gallium_dri.so free 0x5571735913f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735913f0 0.000132
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so free 0x5571735913f0 void 0.000126
+gallium_dri.so malloc 72 0x557173591540 0.000142
+gallium_dri.so free 0x557173591600 void 0.000132
+gallium_dri.so free 0x557173591540 void 0.000130
+gallium_dri.so malloc 72 0x557173591540 0.000126
+gallium_dri.so free 0x557173591700 void 0.000124
+gallium_dri.so free 0x557173591540 void 0.000128
+gallium_dri.so malloc 72 0x5571735916b0 0.000131
+gallium_dri.so free 0x557173591740 void 0.000132
+gallium_dri.so free 0x5571735916b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735916b0 0.000132
+gallium_dri.so free 0x557173591800 void 0.000126
+gallium_dri.so free 0x5571735916b0 void 0.000128
+gallium_dri.so malloc 72 0x557173591840 0.000129
+gallium_dri.so free 0x5571735918c0 void 0.000130
+gallium_dri.so free 0x557173591840 void 0.000130
+gallium_dri.so malloc 72 0x5571735918c0 0.000130
+gallium_dri.so free 0x557173591980 void 0.000126
+gallium_dri.so free 0x5571735918c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735918c0 0.000129
+gallium_dri.so free 0x557173591a00 void 0.000130
+gallium_dri.so free 0x5571735918c0 void 0.000127
+gallium_dri.so malloc 72 0x557173591a30 0.000178
+gallium_dri.so free 0x557173591a80 void 0.000126
+gallium_dri.so free 0x557173591a30 void 0.000130
+gallium_dri.so malloc 72 0x557173591a30 0.000126
+gallium_dri.so free 0x557173591b80 void 0.000125
+gallium_dri.so free 0x557173591a30 void 0.000129
+gallium_dri.so malloc 72 0x557173591bc0 0.000131
+gallium_dri.so free 0x557173591c40 void 0.000132
+gallium_dri.so free 0x557173591bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173591c40 0.000131
+gallium_dri.so free 0x557173591d00 void 0.000131
+gallium_dri.so free 0x557173591c40 void 0.000131
+gallium_dri.so malloc 72 0x557173591c40 0.000130
+gallium_dri.so free 0x557173591d80 void 0.000135
+gallium_dri.so free 0x557173591c40 void 0.000131
+gallium_dri.so malloc 72 0x557173591db0 0.000130
+gallium_dri.so free 0x557173591e00 void 0.000126
+gallium_dri.so free 0x557173591db0 void 0.000125
+gallium_dri.so malloc 72 0x557173591db0 0.000162
+gallium_dri.so free 0x557173591f00 void 0.000131
+gallium_dri.so free 0x557173591db0 void 0.000143
+gallium_dri.so malloc 72 0x557173591eb0 0.000126
+gallium_dri.so free 0x5571735cae40 void 0.000129
+gallium_dri.so free 0x557173591eb0 void 0.000132
+gallium_dri.so malloc 72 0x557173591eb0 0.000130
+gallium_dri.so free 0x5571735caf40 void 0.000131
+gallium_dri.so free 0x557173591eb0 void 0.000132
+gallium_dri.so malloc 72 0x557173591eb0 0.000130
+gallium_dri.so free 0x5571735cafc0 void 0.000131
+gallium_dri.so free 0x557173591eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735caff0 0.000124
+gallium_dri.so free 0x5571735cb040 void 0.000125
+gallium_dri.so free 0x5571735caff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735caff0 0.000130
+gallium_dri.so free 0x5571735cb140 void 0.000131
+gallium_dri.so free 0x5571735caff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb0f0 0.000126
+gallium_dri.so free 0x5571735cb200 void 0.000125
+gallium_dri.so free 0x5571735cb0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000132
+gallium_dri.so free 0x5571735cb240 void 0.000132
+gallium_dri.so free 0x5571735cb1b0 void 0.000197
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000132
+gallium_dri.so free 0x5571735cb300 void 0.000131
+gallium_dri.so free 0x5571735cb1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cb350 0.000124
+gallium_dri.so free 0x5571735cb3c0 void 0.000129
+gallium_dri.so free 0x5571735cb350 void 0.000135
+gallium_dri.so malloc 72 0x5571735cb400 0.000127
+gallium_dri.so free 0x5571735cb480 void 0.000126
+gallium_dri.so free 0x5571735cb400 void 0.000129
+gallium_dri.so malloc 72 0x5571735cb480 0.000133
+gallium_dri.so free 0x5571735cb540 void 0.000130
+gallium_dri.so free 0x5571735cb480 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb480 0.000130
+gallium_dri.so free 0x5571735cb5c0 void 0.000131
+gallium_dri.so free 0x5571735cb480 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000132
+gallium_dri.so free 0x5571735cb640 void 0.000132
+gallium_dri.so free 0x5571735cb5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000126
+gallium_dri.so free 0x5571735cb740 void 0.000124
+gallium_dri.so free 0x5571735cb5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000123
+gallium_dri.so free 0x5571735cb800 void 0.000124
+gallium_dri.so free 0x5571735cb6f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000133
+gallium_dri.so free 0x5571735cb880 void 0.000130
+gallium_dri.so free 0x5571735cb7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cb8a0 0.000126
+gallium_dri.so free 0x5571735cb940 void 0.000151
+gallium_dri.so free 0x5571735cb8a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cb8f0 0.000126
+gallium_dri.so free 0x5571735cb9c0 void 0.000125
+gallium_dri.so free 0x5571735cb8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cb8f0 0.000132
+gallium_dri.so free 0x5571735cba40 void 0.000130
+gallium_dri.so free 0x5571735cb8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cba40 0.000130
+gallium_dri.so free 0x5571735cbb00 void 0.000126
+gallium_dri.so free 0x5571735cba40 void 0.000126
+gallium_dri.so malloc 72 0x5571735cba40 0.000129
+gallium_dri.so free 0x5571735cbbc0 void 0.000132
+gallium_dri.so free 0x5571735cba40 void 0.000139
+gallium_dri.so malloc 72 0x5571735cba40 0.000129
+gallium_dri.so free 0x5571735cbc80 void 0.000132
+gallium_dri.so free 0x5571735cba40 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbc30 0.000126
+gallium_dri.so free 0x5571735cbc80 void 0.000124
+gallium_dri.so free 0x5571735cbc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cbc30 0.000123
+gallium_dri.so free 0x5571735cbd80 void 0.000124
+gallium_dri.so free 0x5571735cbc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbd30 0.000127
+gallium_dri.so free 0x5571735cbe40 void 0.000128
+gallium_dri.so free 0x5571735cbd30 void 0.000142
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000138
+gallium_dri.so free 0x5571735cbe80 void 0.000130
+gallium_dri.so free 0x5571735cbdf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000131
+gallium_dri.so free 0x5571735cbf40 void 0.000128
+gallium_dri.so free 0x5571735cbdf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbf80 0.000129
+gallium_dri.so free 0x5571735cc000 void 0.000128
+gallium_dri.so free 0x5571735cbf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc000 0.000130
+gallium_dri.so free 0x5571735cc0c0 void 0.000178
+gallium_dri.so free 0x5571735cc000 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc000 0.000129
+gallium_dri.so free 0x5571735cc180 void 0.000128
+gallium_dri.so free 0x5571735cc000 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc1a0 0.000128
+gallium_dri.so free 0x5571735cc240 void 0.000128
+gallium_dri.so free 0x5571735cc1a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000128
+gallium_dri.so free 0x5571735cc2c0 void 0.000128
+gallium_dri.so free 0x5571735cc1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000128
+gallium_dri.so free 0x5571735cc340 void 0.000131
+gallium_dri.so free 0x5571735cc1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc340 0.000129
+gallium_dri.so free 0x5571735cc400 void 0.000129
+gallium_dri.so free 0x5571735cc340 void 0.000145
+gallium_dri.so malloc 72 0x5571735cc340 0.000130
+gallium_dri.so free 0x5571735cc4c0 void 0.000129
+gallium_dri.so free 0x5571735cc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc340 0.000129
+gallium_dri.so free 0x5571735cc580 void 0.000150
+gallium_dri.so free 0x5571735cc340 void 0.000134
+gallium_dri.so malloc 72 0x5571735cc530 0.000170
+gallium_dri.so free 0x5571735cc640 void 0.000199
+gallium_dri.so free 0x5571735cc530 void 0.000298
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000334
+gallium_dri.so free 0x5571735cc6c0 void 0.000325
+gallium_dri.so free 0x5571735cc5f0 void 0.000289
+gallium_dri.so malloc 72 0x5571735cc710 0.000198
+gallium_dri.so free 0x5571735cc780 void 0.000256
+gallium_dri.so free 0x5571735cc710 void 0.000258
+gallium_dri.so malloc 72 0x5571735cc7a0 0.000191
+gallium_dri.so free 0x5571735cc840 void 0.000192
+gallium_dri.so free 0x5571735cc7a0 void 0.000188
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000188
+gallium_dri.so free 0x5571735cc8c0 void 0.000227
+gallium_dri.so free 0x5571735cc7f0 void 0.000190
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000188
+gallium_dri.so free 0x5571735cc940 void 0.000189
+gallium_dri.so free 0x5571735cc7f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735cc940 0.000190
+gallium_dri.so free 0x5571735cca00 void 0.000190
+gallium_dri.so free 0x5571735cc940 void 0.000189
+gallium_dri.so malloc 72 0x5571735cc940 0.000193
+gallium_dri.so free 0x5571735ccb00 void 0.000196
+gallium_dri.so free 0x5571735cc940 void 0.000183
+gallium_dri.so malloc 72 0x5571735ccab0 0.000188
+gallium_dri.so free 0x5571735ccb40 void 0.000191
+gallium_dri.so free 0x5571735ccab0 void 0.000191
+gallium_dri.so malloc 72 0x5571735ccab0 0.000187
+gallium_dri.so free 0x5571735ccc00 void 0.000185
+gallium_dri.so free 0x5571735ccab0 void 0.000187
+gallium_dri.so malloc 72 0x5571735ccc40 0.000196
+gallium_dri.so free 0x5571735cccc0 void 0.000187
+gallium_dri.so free 0x5571735ccc40 void 0.000188
+gallium_dri.so malloc 72 0x5571735cccc0 0.000189
+gallium_dri.so free 0x5571735ccd80 void 0.000184
+gallium_dri.so free 0x5571735cccc0 void 0.000187
+gallium_dri.so malloc 72 0x5571735cccc0 0.000187
+gallium_dri.so free 0x5571735cce00 void 0.000180
+gallium_dri.so free 0x5571735cccc0 void 0.000189
+gallium_dri.so malloc 72 0x5571735cce30 0.000197
+gallium_dri.so free 0x5571735cce80 void 0.000190
+gallium_dri.so free 0x5571735cce30 void 0.000194
+gallium_dri.so malloc 72 0x5571735cce30 0.000193
+gallium_dri.so free 0x5571735ccf80 void 0.000198
+gallium_dri.so free 0x5571735cce30 void 0.000174
+gallium_dri.so malloc 72 0x5571735ccfc0 0.000225
+gallium_dri.so free 0x5571735cd040 void 0.000302
+gallium_dri.so free 0x5571735ccfc0 void 0.000189
+gallium_dri.so malloc 72 0x5571735cd040 0.000227
+gallium_dri.so free 0x5571735cd100 void 0.000228
+gallium_dri.so free 0x5571735cd040 void 0.000208
+gallium_dri.so malloc 72 0x5571735cd040 0.000179
+gallium_dri.so free 0x5571735cd180 void 0.000203
+gallium_dri.so free 0x5571735cd040 void 0.000192
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000191
+gallium_dri.so free 0x5571735cd200 void 0.000197
+gallium_dri.so free 0x5571735cd1b0 void 0.000195
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000191
+gallium_dri.so free 0x5571735cd300 void 0.000193
+gallium_dri.so free 0x5571735cd1b0 void 0.000196
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000197
+gallium_dri.so free 0x5571735cd3c0 void 0.000193
+gallium_dri.so free 0x5571735cd2b0 void 0.000259
+gallium_dri.so malloc 72 0x5571735cd370 0.000177
+gallium_dri.so free 0x5571735cd440 void 0.000184
+gallium_dri.so free 0x5571735cd370 void 0.000195
+gallium_dri.so malloc 72 0x5571735cd370 0.000219
+gallium_dri.so free 0x5571735cd500 void 0.000159
+gallium_dri.so free 0x5571735cd370 void 0.000171
+gallium_dri.so malloc 72 0x5571735cd370 0.000171
+gallium_dri.so free 0x5571735cd5c0 void 0.000173
+gallium_dri.so free 0x5571735cd370 void 0.000180
+gallium_dri.so malloc 72 0x5571735cd570 0.000177
+gallium_dri.so free 0x5571735cd640 void 0.000175
+gallium_dri.so free 0x5571735cd570 void 0.000176
+gallium_dri.so malloc 72 0x5571735cd690 0.000176
+gallium_dri.so free 0x5571735cd700 void 0.000174
+gallium_dri.so free 0x5571735cd690 void 0.000171
+gallium_dri.so malloc 72 0x5571735cd720 0.000175
+gallium_dri.so free 0x5571735cd7c0 void 0.000179
+gallium_dri.so free 0x5571735cd720 void 0.000215
+gallium_dri.so malloc 72 0x5571735cd770 0.000175
+gallium_dri.so free 0x5571735cd840 void 0.000173
+gallium_dri.so free 0x5571735cd770 void 0.000171
+gallium_dri.so malloc 72 0x5571735cd840 0.000171
+gallium_dri.so free 0x5571735cd900 void 0.000176
+gallium_dri.so free 0x5571735cd840 void 0.000176
+gallium_dri.so malloc 72 0x5571735cd840 0.000175
+gallium_dri.so free 0x5571735cd980 void 0.000178
+gallium_dri.so free 0x5571735cd840 void 0.000175
+gallium_dri.so malloc 72 0x5571735cd980 0.000172
+gallium_dri.so free 0x5571735cda40 void 0.000207
+gallium_dri.so free 0x5571735cd980 void 0.000213
+gallium_dri.so malloc 72 0x5571735cd980 0.000210
+gallium_dri.so free 0x5571735cdb00 void 0.000172
+gallium_dri.so free 0x5571735cd980 void 0.000177
+gallium_dri.so malloc 72 0x5571735cd980 0.000175
+gallium_dri.so free 0x5571735cdbc0 void 0.000178
+gallium_dri.so free 0x5571735cd980 void 0.000177
+gallium_dri.so malloc 72 0x5571735cdb70 0.000178
+gallium_dri.so free 0x5571735cdc40 void 0.000181
+gallium_dri.so free 0x5571735cdb70 void 0.000176
+gallium_dri.so malloc 72 0x5571735cdc90 0.000179
+gallium_dri.so free 0x5571735cdd00 void 0.000177
+gallium_dri.so free 0x5571735cdc90 void 0.000176
+gallium_dri.so malloc 72 0x5571735cdd40 0.000175
+gallium_dri.so free 0x5571735cddc0 void 0.000178
+gallium_dri.so free 0x5571735cdd40 void 0.000179
+gallium_dri.so malloc 72 0x5571735cdd40 0.000177
+gallium_dri.so free 0x5571735cde40 void 0.000175
+gallium_dri.so free 0x5571735cdd40 void 0.000171
+gallium_dri.so malloc 72 0x5571735cde70 0.000171
+gallium_dri.so free 0x5571735cdec0 void 0.000192
+gallium_dri.so free 0x5571735cde70 void 0.000191
+gallium_dri.so malloc 72 0x5571735cde70 0.000188
+gallium_dri.so free 0x5571735cdfc0 void 0.000352
+gallium_dri.so free 0x5571735cde70 void 0.000221
+gallium_dri.so malloc 72 0x5571735cdf70 0.000162
+gallium_dri.so free 0x5571735ce080 void 0.000224
+gallium_dri.so free 0x5571735cdf70 void 0.000249
+gallium_dri.so malloc 72 0x5571735ce030 0.000218
+gallium_dri.so free 0x5571735ce0c0 void 0.000298
+gallium_dri.so free 0x5571735ce030 void 0.000198
+gallium_dri.so malloc 72 0x5571735ce030 0.000182
+gallium_dri.so free 0x5571735ce180 void 0.000124
+gallium_dri.so free 0x5571735ce030 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000126
+gallium_dri.so free 0x5571735ce240 void 0.000126
+gallium_dri.so free 0x5571735ce1f0 void 0.000212
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000126
+gallium_dri.so free 0x5571735ce340 void 0.000128
+gallium_dri.so free 0x5571735ce1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000216
+gallium_dri.so free 0x5571735ce400 void 0.000186
+gallium_dri.so free 0x5571735ce2f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000123
+gallium_dri.so free 0x5571735ce440 void 0.000121
+gallium_dri.so free 0x5571735ce3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000120
+gallium_dri.so free 0x5571735ce500 void 0.000122
+gallium_dri.so free 0x5571735ce3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ce540 0.000120
+gallium_dri.so free 0x5571735ce5c0 void 0.000121
+gallium_dri.so free 0x5571735ce540 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000121
+gallium_dri.so free 0x5571735ce680 void 0.000120
+gallium_dri.so free 0x5571735ce5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000121
+gallium_dri.so free 0x5571735ce740 void 0.000123
+gallium_dri.so free 0x5571735ce5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ce760 0.000122
+gallium_dri.so free 0x5571735ce800 void 0.000122
+gallium_dri.so free 0x5571735ce760 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000120
+gallium_dri.so free 0x5571735ce880 void 0.000141
+gallium_dri.so free 0x5571735ce7b0 void 0.000215
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000169
+gallium_dri.so free 0x5571735ce900 void 0.000124
+gallium_dri.so free 0x5571735ce7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce900 0.000120
+gallium_dri.so free 0x5571735ce9c0 void 0.000122
+gallium_dri.so free 0x5571735ce900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ce900 0.000120
+gallium_dri.so free 0x5571735cea80 void 0.000121
+gallium_dri.so free 0x5571735ce900 void 0.000124
+gallium_dri.so malloc 72 0x5571735ce900 0.000127
+gallium_dri.so free 0x5571735ceb40 void 0.000127
+gallium_dri.so free 0x5571735ce900 void 0.000128
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000126
+gallium_dri.so free 0x5571735cec00 void 0.000127
+gallium_dri.so free 0x5571735ceaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cebb0 0.000127
+gallium_dri.so free 0x5571735cec80 void 0.000128
+gallium_dri.so free 0x5571735cebb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cecd0 0.000128
+gallium_dri.so free 0x5571735ced40 void 0.000127
+gallium_dri.so free 0x5571735cecd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ced60 0.000127
+gallium_dri.so free 0x5571735cee00 void 0.000161
+gallium_dri.so free 0x5571735ced60 void 0.000183
+gallium_dri.so malloc 72 0x5571735cedb0 0.000127
+gallium_dri.so free 0x5571735cee80 void 0.000128
+gallium_dri.so free 0x5571735cedb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cedb0 0.000128
+gallium_dri.so free 0x5571735cef00 void 0.000127
+gallium_dri.so free 0x5571735cedb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cef00 0.000128
+gallium_dri.so free 0x5571735cefc0 void 0.000129
+gallium_dri.so free 0x5571735cef00 void 0.000127
+gallium_dri.so malloc 72 0x5571735cef00 0.000131
+gallium_dri.so free 0x5571735cf0c0 void 0.000127
+gallium_dri.so free 0x5571735cef00 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf070 0.000126
+gallium_dri.so free 0x5571735cf100 void 0.000128
+gallium_dri.so free 0x5571735cf070 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf070 0.000126
+gallium_dri.so free 0x5571735cf1c0 void 0.000129
+gallium_dri.so free 0x5571735cf070 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf200 0.000126
+gallium_dri.so free 0x5571735cf280 void 0.000126
+gallium_dri.so free 0x5571735cf200 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf280 0.000125
+gallium_dri.so free 0x5571735cf340 void 0.000127
+gallium_dri.so free 0x5571735cf280 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf280 0.000128
+gallium_dri.so free 0x5571735cf3c0 void 0.000127
+gallium_dri.so free 0x5571735cf280 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000126
+gallium_dri.so free 0x5571735cf440 void 0.000127
+gallium_dri.so free 0x5571735cf3f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000128
+gallium_dri.so free 0x5571735cf540 void 0.000127
+gallium_dri.so free 0x5571735cf3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf580 0.000126
+gallium_dri.so free 0x5571735cf600 void 0.000127
+gallium_dri.so free 0x5571735cf580 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf600 0.000127
+gallium_dri.so free 0x5571735cf6c0 void 0.000125
+gallium_dri.so free 0x5571735cf600 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf600 0.000126
+gallium_dri.so free 0x5571735cf740 void 0.000126
+gallium_dri.so free 0x5571735cf600 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf770 0.000126
+gallium_dri.so free 0x5571735cf7c0 void 0.000125
+gallium_dri.so free 0x5571735cf770 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf770 0.000125
+gallium_dri.so free 0x5571735cf8c0 void 0.000127
+gallium_dri.so free 0x5571735cf770 void 0.000175
+gallium_dri.so malloc 72 0x5571735cf870 0.000129
+gallium_dri.so free 0x5571735cf980 void 0.000120
+gallium_dri.so free 0x5571735cf870 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf930 0.000123
+gallium_dri.so free 0x5571735cfa00 void 0.000122
+gallium_dri.so free 0x5571735cf930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf930 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000119
+gallium_dri.so free 0x5571735cf930 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf930 0.000120
+gallium_dri.so free 0x5571735cfb80 void 0.000121
+gallium_dri.so free 0x5571735cf930 void 0.000138
+gallium_dri.so malloc 72 0x5571735cfb30 0.000122
+gallium_dri.so free 0x5571735cfc00 void 0.000121
+gallium_dri.so free 0x5571735cfb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc50 0.000120
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfc50 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfce0 0.000120
+gallium_dri.so free 0x5571735cfd80 void 0.000120
+gallium_dri.so free 0x5571735cfce0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd30 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000122
+gallium_dri.so free 0x5571735cfd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe00 0.000153
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfe00 0.000162
+gallium_dri.so free 0x5571735cff40 void 0.000159
+gallium_dri.so free 0x5571735cfe00 void 0.000174
+gallium_dri.so malloc 72 0x5571735cff40 0.000127
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x5571735cff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cff40 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000122
+gallium_dri.so free 0x5571735cff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cff40 0.000121
+gallium_dri.so free 0x5571735d0180 void 0.000121
+gallium_dri.so free 0x5571735cff40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0130 0.000121
+gallium_dri.so free 0x5571735d0200 void 0.000121
+gallium_dri.so free 0x5571735d0130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0250 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d0250 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0300 0.000122
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so free 0x5571735d0300 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0300 0.000121
+gallium_dri.so free 0x5571735d0400 void 0.000127
+gallium_dri.so free 0x5571735d0300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0430 0.000121
+gallium_dri.so free 0x5571735d0480 void 0.000120
+gallium_dri.so free 0x5571735d0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0430 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000120
+gallium_dri.so free 0x5571735d0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000121
+gallium_dri.so free 0x5571735d0640 void 0.000122
+gallium_dri.so free 0x5571735d0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735d05f0 0.000120
+gallium_dri.so free 0x5571735d0680 void 0.000122
+gallium_dri.so free 0x5571735d05f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d05f0 0.000120
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x5571735d05f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d07b0 0.000123
+gallium_dri.so free 0x5571735d0800 void 0.000121
+gallium_dri.so free 0x5571735d07b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d07b0 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000120
+gallium_dri.so free 0x5571735d07b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d09c0 void 0.000144
+gallium_dri.so free 0x5571735d08b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0970 0.000122
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x5571735d0970 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0970 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0970 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b00 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b80 0.000120
+gallium_dri.so free 0x5571735d0c40 void 0.000122
+gallium_dri.so free 0x5571735d0b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b80 0.000122
+gallium_dri.so free 0x5571735d0d00 void 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d20 0.000119
+gallium_dri.so free 0x5571735d0dc0 void 0.000122
+gallium_dri.so free 0x5571735d0d20 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0d70 0.000120
+gallium_dri.so free 0x5571735d0e40 void 0.000121
+gallium_dri.so free 0x5571735d0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d70 0.000122
+gallium_dri.so free 0x5571735d0ec0 void 0.000121
+gallium_dri.so free 0x5571735d0d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000130
+gallium_dri.so free 0x5571735d0f80 void 0.000120
+gallium_dri.so free 0x5571735d0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000120
+gallium_dri.so free 0x5571735d1040 void 0.000121
+gallium_dri.so free 0x5571735d0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000120
+gallium_dri.so free 0x5571735d1100 void 0.000121
+gallium_dri.so free 0x5571735d0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000121
+gallium_dri.so free 0x5571735d11c0 void 0.000121
+gallium_dri.so free 0x5571735d10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1170 0.000121
+gallium_dri.so free 0x5571735d1240 void 0.000122
+gallium_dri.so free 0x5571735d1170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1290 0.000120
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d1290 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1320 0.000121
+gallium_dri.so free 0x5571735d13c0 void 0.000123
+gallium_dri.so free 0x5571735d1320 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1370 0.000120
+gallium_dri.so free 0x5571735d1440 void 0.000120
+gallium_dri.so free 0x5571735d1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1370 0.000119
+gallium_dri.so free 0x5571735d14c0 void 0.000120
+gallium_dri.so free 0x5571735d1370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d14c0 0.000122
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so free 0x5571735d14c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d14c0 0.000121
+gallium_dri.so free 0x5571735d1680 void 0.000122
+gallium_dri.so free 0x5571735d14c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1630 0.000160
+gallium_dri.so free 0x5571735d16c0 void 0.000123
+gallium_dri.so free 0x5571735d1630 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1630 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000123
+gallium_dri.so free 0x5571735d1630 void 0.000149
+gallium_dri.so malloc 72 0x5571735d17c0 0.000124
+gallium_dri.so free 0x5571735d1840 void 0.000123
+gallium_dri.so free 0x5571735d17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1840 0.000120
+gallium_dri.so free 0x5571735d1900 void 0.000120
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1840 0.000123
+gallium_dri.so free 0x5571735d1980 void 0.000121
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d19b0 0.000120
+gallium_dri.so free 0x5571735d1a00 void 0.000122
+gallium_dri.so free 0x5571735d19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d19b0 0.000131
+gallium_dri.so free 0x5571735d1b00 void 0.000122
+gallium_dri.so free 0x5571735d19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b40 0.000118
+gallium_dri.so free 0x5571735d1bc0 void 0.000119
+gallium_dri.so free 0x5571735d1b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000120
+gallium_dri.so free 0x5571735d1c80 void 0.000119
+gallium_dri.so free 0x5571735d1bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000119
+gallium_dri.so free 0x5571735d1d00 void 0.000123
+gallium_dri.so free 0x5571735d1bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1d30 0.000119
+gallium_dri.so free 0x5571735d1d80 void 0.000120
+gallium_dri.so free 0x5571735d1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1d30 0.000119
+gallium_dri.so free 0x5571735d1e80 void 0.000121
+gallium_dri.so free 0x5571735d1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1e30 0.000120
+gallium_dri.so free 0x5571735d1f40 void 0.000121
+gallium_dri.so free 0x5571735d1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x5571735d1ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000120
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x5571735d1ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000120
+gallium_dri.so free 0x5571735d2140 void 0.000121
+gallium_dri.so free 0x5571735d1ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d20f0 0.000120
+gallium_dri.so free 0x5571735d21c0 void 0.000120
+gallium_dri.so free 0x5571735d20f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2210 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000122
+gallium_dri.so free 0x5571735d2210 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22a0 0.000120
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d22a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22f0 0.000120
+gallium_dri.so free 0x5571735d23c0 void 0.000120
+gallium_dri.so free 0x5571735d22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23c0 0.000120
+gallium_dri.so free 0x5571735d2500 void 0.000120
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2500 0.000125
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so free 0x5571735d2500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2500 0.000206
+gallium_dri.so free 0x5571735d2680 void 0.000122
+gallium_dri.so free 0x5571735d2500 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2500 0.000121
+gallium_dri.so free 0x5571735d2740 void 0.000121
+gallium_dri.so free 0x5571735d2500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d26f0 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000120
+gallium_dri.so free 0x5571735d26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2810 0.000122
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so free 0x5571735d2810 void 0.000120
+gallium_dri.so malloc 72 0x5571735d28c0 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000121
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d28c0 0.000119
+gallium_dri.so free 0x5571735d29c0 void 0.000121
+gallium_dri.so free 0x5571735d28c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d29f0 0.000120
+gallium_dri.so free 0x5571735d2a40 void 0.000122
+gallium_dri.so free 0x5571735d29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d29f0 0.000121
+gallium_dri.so free 0x5571735d2b40 void 0.000120
+gallium_dri.so free 0x5571735d29f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2af0 0.000122
+gallium_dri.so free 0x5571735d2c00 void 0.000132
+gallium_dri.so free 0x5571735d2af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000121
+gallium_dri.so free 0x5571735d2c40 void 0.000122
+gallium_dri.so free 0x5571735d2bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000122
+gallium_dri.so free 0x5571735d2d00 void 0.000122
+gallium_dri.so free 0x5571735d2bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2d70 0.000149
+gallium_dri.so free 0x5571735d2dc0 void 0.000125
+gallium_dri.so free 0x5571735d2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2d70 0.000122
+gallium_dri.so free 0x5571735d2ec0 void 0.000121
+gallium_dri.so free 0x5571735d2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2e70 0.000121
+gallium_dri.so free 0x5571735d2f80 void 0.000121
+gallium_dri.so free 0x5571735d2e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2f30 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000122
+gallium_dri.so free 0x5571735d2f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f30 0.000122
+gallium_dri.so free 0x5571735d3080 void 0.000121
+gallium_dri.so free 0x5571735d2f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d30c0 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so free 0x5571735d30c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735d3140 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000119
+gallium_dri.so free 0x5571735d32c0 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32e0 0.000119
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so free 0x5571735d32e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3330 0.000121
+gallium_dri.so free 0x5571735d3400 void 0.000120
+gallium_dri.so free 0x5571735d3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3330 0.000150
+gallium_dri.so free 0x5571735d3480 void 0.000123
+gallium_dri.so free 0x5571735d3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3480 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000123
+gallium_dri.so free 0x5571735d3480 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3480 0.000122
+gallium_dri.so free 0x5571735d3600 void 0.000122
+gallium_dri.so free 0x5571735d3480 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3480 0.000122
+gallium_dri.so free 0x5571735d36c0 void 0.000119
+gallium_dri.so free 0x5571735d3480 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3670 0.000132
+gallium_dri.so free 0x5571735d3780 void 0.000123
+gallium_dri.so free 0x5571735d3670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3730 0.000121
+gallium_dri.so free 0x5571735d3800 void 0.000120
+gallium_dri.so free 0x5571735d3730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3850 0.000120
+gallium_dri.so free 0x5571735d38c0 void 0.000122
+gallium_dri.so free 0x5571735d3850 void 0.000120
+gallium_dri.so malloc 72 0x5571735d38e0 0.000120
+gallium_dri.so free 0x5571735d3980 void 0.000121
+gallium_dri.so free 0x5571735d38e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3930 0.000122
+gallium_dri.so free 0x5571735d3a00 void 0.000122
+gallium_dri.so free 0x5571735d3930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3930 0.000120
+gallium_dri.so free 0x5571735d3a80 void 0.000122
+gallium_dri.so free 0x5571735d3930 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3a80 0.000120
+gallium_dri.so free 0x5571735d3b40 void 0.000121
+gallium_dri.so free 0x5571735d3a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a80 0.000122
+gallium_dri.so free 0x5571735d3c40 void 0.000120
+gallium_dri.so free 0x5571735d3a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000121
+gallium_dri.so free 0x5571735d3bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000121
+gallium_dri.so free 0x5571735d3d40 void 0.000121
+gallium_dri.so free 0x5571735d3bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d80 0.000118
+gallium_dri.so free 0x5571735d3e00 void 0.000121
+gallium_dri.so free 0x5571735d3d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3e00 0.000120
+gallium_dri.so free 0x5571735d3ec0 void 0.000121
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3e00 0.000119
+gallium_dri.so free 0x5571735d3f40 void 0.000122
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f70 0.000121
+gallium_dri.so free 0x5571735d3fc0 void 0.000121
+gallium_dri.so free 0x5571735d3f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3f70 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d3f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4100 0.000119
+gallium_dri.so free 0x5571735d4180 void 0.000119
+gallium_dri.so free 0x5571735d4100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4180 0.000122
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4180 0.000168
+gallium_dri.so free 0x5571735d42c0 void 0.000129
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42f0 0.000126
+gallium_dri.so free 0x5571735d4340 void 0.000122
+gallium_dri.so free 0x5571735d42f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42f0 0.000121
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x5571735d42f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d43f0 0.000123
+gallium_dri.so free 0x5571735d4500 void 0.000133
+gallium_dri.so free 0x5571735d43f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d44b0 0.000122
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x5571735d44b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d44b0 0.000120
+gallium_dri.so free 0x5571735d4640 void 0.000122
+gallium_dri.so free 0x5571735d44b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d44b0 0.000120
+gallium_dri.so free 0x5571735d4700 void 0.000121
+gallium_dri.so free 0x5571735d44b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d46b0 0.000120
+gallium_dri.so free 0x5571735d4780 void 0.000120
+gallium_dri.so free 0x5571735d46b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d47d0 0.000121
+gallium_dri.so free 0x5571735d4840 void 0.000177
+gallium_dri.so free 0x5571735d47d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4860 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so free 0x5571735d4860 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48b0 0.000122
+gallium_dri.so free 0x5571735d4980 void 0.000121
+gallium_dri.so free 0x5571735d48b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4980 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000121
+gallium_dri.so free 0x5571735d4980 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4980 0.000121
+gallium_dri.so free 0x5571735d4ac0 void 0.000122
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000121
+gallium_dri.so free 0x5571735d4b80 void 0.000121
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000120
+gallium_dri.so free 0x5571735d4c40 void 0.000121
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000119
+gallium_dri.so free 0x5571735d4d00 void 0.000120
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so free 0x5571735d4cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4dd0 0.000123
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so free 0x5571735d4dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e80 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000120
+gallium_dri.so free 0x5571735d4e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e80 0.000119
+gallium_dri.so free 0x5571735f49c0 void 0.000120
+gallium_dri.so free 0x5571735d4e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49f0 0.000119
+gallium_dri.so free 0x5571735f4a40 void 0.000121
+gallium_dri.so free 0x5571735f49f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49f0 0.000150
+gallium_dri.so free 0x5571735f4b40 void 0.000123
+gallium_dri.so free 0x5571735f49f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4af0 0.000119
+gallium_dri.so free 0x5571735f4c00 void 0.000119
+gallium_dri.so free 0x5571735f4af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000119
+gallium_dri.so free 0x5571735f4c40 void 0.000127
+gallium_dri.so free 0x5571735f4bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000120
+gallium_dri.so free 0x5571735f4d00 void 0.000121
+gallium_dri.so free 0x5571735f4bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4d70 0.000121
+gallium_dri.so free 0x5571735f4dc0 void 0.000134
+gallium_dri.so free 0x5571735f4d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4d70 0.000121
+gallium_dri.so free 0x5571735f4ec0 void 0.000120
+gallium_dri.so free 0x5571735f4d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e70 0.000120
+gallium_dri.so free 0x5571735f4f80 void 0.000120
+gallium_dri.so free 0x5571735f4e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f30 0.000120
+gallium_dri.so free 0x5571735f4fc0 void 0.000121
+gallium_dri.so free 0x5571735f4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4f30 0.000120
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50c0 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000120
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5140 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5140 0.000121
+gallium_dri.so free 0x5571735f52c0 void 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52e0 0.000120
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x5571735f52e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5330 0.000129
+gallium_dri.so free 0x5571735f5400 void 0.000121
+gallium_dri.so free 0x5571735f5330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5330 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so free 0x5571735f5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5480 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5480 0.000119
+gallium_dri.so free 0x5571735f5600 void 0.000119
+gallium_dri.so free 0x5571735f5480 void 0.000154
+gallium_dri.so malloc 72 0x5571735f5480 0.000121
+gallium_dri.so free 0x5571735f56c0 void 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5670 0.000121
+gallium_dri.so free 0x5571735f5780 void 0.000122
+gallium_dri.so free 0x5571735f5670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5730 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x5571735f5730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5850 0.000118
+gallium_dri.so free 0x5571735f58c0 void 0.000121
+gallium_dri.so free 0x5571735f5850 void 0.000119
+gallium_dri.so malloc 72 0x5571735f58e0 0.000120
+gallium_dri.so free 0x5571735f5980 void 0.000222
+gallium_dri.so free 0x5571735f58e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5930 0.000121
+gallium_dri.so free 0x5571735f5a00 void 0.000121
+gallium_dri.so free 0x5571735f5930 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5930 0.000120
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so free 0x5571735f5930 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5a80 0.000121
+gallium_dri.so free 0x5571735f5b40 void 0.000126
+gallium_dri.so free 0x5571735f5a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5a80 0.000120
+gallium_dri.so free 0x5571735f5c40 void 0.000119
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000120
+gallium_dri.so free 0x5571735f5c80 void 0.000120
+gallium_dri.so free 0x5571735f5bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000119
+gallium_dri.so free 0x5571735f5d40 void 0.000120
+gallium_dri.so free 0x5571735f5bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5d80 0.000119
+gallium_dri.so free 0x5571735f5e00 void 0.000120
+gallium_dri.so free 0x5571735f5d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e00 0.000121
+gallium_dri.so free 0x5571735f5ec0 void 0.000120
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5e00 0.000122
+gallium_dri.so free 0x5571735f5f40 void 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5f70 0.000119
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so free 0x5571735f5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5f70 0.000120
+gallium_dri.so free 0x5571735f60c0 void 0.000120
+gallium_dri.so free 0x5571735f5f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6100 0.000122
+gallium_dri.so free 0x5571735f6180 void 0.000120
+gallium_dri.so free 0x5571735f6100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6180 0.000119
+gallium_dri.so free 0x5571735f6240 void 0.000121
+gallium_dri.so free 0x5571735f6180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6180 0.000119
+gallium_dri.so free 0x5571735f62c0 void 0.000120
+gallium_dri.so free 0x5571735f6180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f62f0 0.000119
+gallium_dri.so free 0x5571735f6340 void 0.000121
+gallium_dri.so free 0x5571735f62f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62f0 0.000119
+gallium_dri.so free 0x5571735f6440 void 0.000120
+gallium_dri.so free 0x5571735f62f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f63f0 0.000121
+gallium_dri.so free 0x5571735f6500 void 0.000121
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f64b0 0.000118
+gallium_dri.so free 0x5571735f6580 void 0.000120
+gallium_dri.so free 0x5571735f64b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f64b0 0.000119
+gallium_dri.so free 0x5571735f6640 void 0.000120
+gallium_dri.so free 0x5571735f64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f64b0 0.000119
+gallium_dri.so free 0x5571735f6700 void 0.000120
+gallium_dri.so free 0x5571735f64b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66b0 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000120
+gallium_dri.so free 0x5571735f66b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f67d0 0.000148
+gallium_dri.so free 0x5571735f6840 void 0.000121
+gallium_dri.so free 0x5571735f67d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6860 0.000120
+gallium_dri.so free 0x5571735f6900 void 0.000120
+gallium_dri.so free 0x5571735f6860 void 0.000121
+gallium_dri.so malloc 72 0x5571735f68b0 0.000120
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so free 0x5571735f68b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6980 0.000119
+gallium_dri.so free 0x5571735f6a40 void 0.000119
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6980 0.000190
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000121
+gallium_dri.so free 0x5571735f6b80 void 0.000120
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000119
+gallium_dri.so free 0x5571735f6c40 void 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000120
+gallium_dri.so free 0x5571735f6d00 void 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000156
+gallium_dri.so free 0x5571735f6d80 void 0.000124
+gallium_dri.so free 0x5571735f6cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6dd0 0.000120
+gallium_dri.so free 0x5571735f6e40 void 0.000122
+gallium_dri.so free 0x5571735f6dd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6e80 0.000120
+gallium_dri.so free 0x5571735f6f00 void 0.000120
+gallium_dri.so free 0x5571735f6e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e80 0.000119
+gallium_dri.so free 0x5571735f6f80 void 0.000121
+gallium_dri.so free 0x5571735f6e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000129
+gallium_dri.so free 0x5571735f6fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000120
+gallium_dri.so free 0x5571735f7100 void 0.000120
+gallium_dri.so free 0x5571735f6fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f70b0 0.000120
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000120
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x5571735f7170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000119
+gallium_dri.so free 0x5571735f72c0 void 0.000119
+gallium_dri.so free 0x5571735f7170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735f7380 void 0.000121
+gallium_dri.so free 0x5571735f7330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7430 0.000119
+gallium_dri.so free 0x5571735f7540 void 0.000121
+gallium_dri.so free 0x5571735f7430 void 0.000122
+gallium_dri.so malloc 72 0x5571735f74f0 0.000120
+gallium_dri.so free 0x5571735f7580 void 0.000121
+gallium_dri.so free 0x5571735f74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74f0 0.000130
+gallium_dri.so free 0x5571735f7640 void 0.000151
+gallium_dri.so free 0x5571735f74f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7680 0.000120
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so free 0x5571735f7680 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7700 0.000120
+gallium_dri.so free 0x5571735f77c0 void 0.000120
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7700 0.000121
+gallium_dri.so free 0x5571735f7880 void 0.000120
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78a0 0.000119
+gallium_dri.so free 0x5571735f7940 void 0.000121
+gallium_dri.so free 0x5571735f78a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78f0 0.000120
+gallium_dri.so free 0x5571735f79c0 void 0.000127
+gallium_dri.so free 0x5571735f78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f78f0 0.000119
+gallium_dri.so free 0x5571735f7a40 void 0.000120
+gallium_dri.so free 0x5571735f78f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000120
+gallium_dri.so free 0x5571735f7bc0 void 0.000121
+gallium_dri.so free 0x5571735f7a40 void 0.000167
+gallium_dri.so malloc 72 0x5571735f7a40 0.000119
+gallium_dri.so free 0x5571735f7c80 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7c30 0.000120
+gallium_dri.so free 0x5571735f7d40 void 0.000120
+gallium_dri.so free 0x5571735f7c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000119
+gallium_dri.so free 0x5571735f7dc0 void 0.000120
+gallium_dri.so free 0x5571735f7cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e10 0.000121
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so free 0x5571735f7e10 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7ea0 0.000121
+gallium_dri.so free 0x5571735f7f40 void 0.000122
+gallium_dri.so free 0x5571735f7ea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000120
+gallium_dri.so free 0x5571735f7fc0 void 0.000120
+gallium_dri.so free 0x5571735f7ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000120
+gallium_dri.so free 0x5571735f8040 void 0.000120
+gallium_dri.so free 0x5571735f7ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8040 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000121
+gallium_dri.so free 0x5571735f8040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8040 0.000128
+gallium_dri.so free 0x5571735f8200 void 0.000121
+gallium_dri.so free 0x5571735f8040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f81b0 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so free 0x5571735f81b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f81b0 0.000118
+gallium_dri.so free 0x5571735f8300 void 0.000118
+gallium_dri.so free 0x5571735f81b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8340 0.000119
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so free 0x5571735f8340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f83c0 0.000121
+gallium_dri.so free 0x5571735f8480 void 0.000124
+gallium_dri.so free 0x5571735f83c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f83c0 0.000123
+gallium_dri.so free 0x5571735f8500 void 0.000123
+gallium_dri.so free 0x5571735f83c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8530 0.000121
+gallium_dri.so free 0x5571735f8580 void 0.000121
+gallium_dri.so free 0x5571735f8530 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8530 0.000122
+gallium_dri.so free 0x5571735f8680 void 0.000122
+gallium_dri.so free 0x5571735f8530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f86c0 0.000120
+gallium_dri.so free 0x5571735f8740 void 0.000122
+gallium_dri.so free 0x5571735f86c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8740 0.000121
+gallium_dri.so free 0x5571735f8800 void 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8740 0.000121
+gallium_dri.so free 0x5571735f8880 void 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000124
+gallium_dri.so malloc 72 0x5571735f88b0 0.000122
+gallium_dri.so free 0x5571735f8900 void 0.000121
+gallium_dri.so free 0x5571735f88b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f88b0 0.000120
+gallium_dri.so free 0x5571735f8a00 void 0.000121
+gallium_dri.so free 0x5571735f88b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f89b0 0.000120
+gallium_dri.so free 0x5571735f8ac0 void 0.000121
+gallium_dri.so free 0x5571735f89b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8b40 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a70 0.000121
+gallium_dri.so free 0x5571735f8c00 void 0.000120
+gallium_dri.so free 0x5571735f8a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8a70 0.000121
+gallium_dri.so free 0x5571735f8cc0 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8c70 0.000171
+gallium_dri.so free 0x5571735f8d40 void 0.000123
+gallium_dri.so free 0x5571735f8c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8d90 0.000120
+gallium_dri.so free 0x5571735f8e00 void 0.000121
+gallium_dri.so free 0x5571735f8d90 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8e20 0.000121
+gallium_dri.so free 0x5571735f8ec0 void 0.000121
+gallium_dri.so free 0x5571735f8e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8e70 0.000121
+gallium_dri.so free 0x5571735f8f40 void 0.000121
+gallium_dri.so free 0x5571735f8e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8f40 0.000122
+gallium_dri.so free 0x5571735f9000 void 0.000121
+gallium_dri.so free 0x5571735f8f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8f40 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000121
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9080 0.000120
+gallium_dri.so free 0x5571735f9140 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9080 0.000122
+gallium_dri.so free 0x5571735f9200 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9080 0.000120
+gallium_dri.so free 0x5571735f92c0 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9270 0.000153
+gallium_dri.so free 0x5571735f9340 void 0.000123
+gallium_dri.so free 0x5571735f9270 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9390 0.000121
+gallium_dri.so free 0x5571735f9400 void 0.000121
+gallium_dri.so free 0x5571735f9390 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9440 0.000120
+gallium_dri.so free 0x5571735f94c0 void 0.000123
+gallium_dri.so free 0x5571735f9440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9440 0.000119
+gallium_dri.so free 0x5571735f9540 void 0.000120
+gallium_dri.so free 0x5571735f9440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9570 0.000120
+gallium_dri.so free 0x5571735f95c0 void 0.000121
+gallium_dri.so free 0x5571735f9570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9570 0.000121
+gallium_dri.so free 0x5571735f96c0 void 0.000122
+gallium_dri.so free 0x5571735f9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9670 0.000119
+gallium_dri.so free 0x5571735f9780 void 0.000120
+gallium_dri.so free 0x5571735f9670 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9730 0.000120
+gallium_dri.so free 0x5571735f97c0 void 0.000122
+gallium_dri.so free 0x5571735f9730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9730 0.000132
+gallium_dri.so free 0x5571735f9880 void 0.000121
+gallium_dri.so free 0x5571735f9730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f98f0 0.000127
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so free 0x5571735f98f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f98f0 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000120
+gallium_dri.so free 0x5571735f98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99f0 0.000121
+gallium_dri.so free 0x5571735f9b00 void 0.000122
+gallium_dri.so free 0x5571735f99f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000120
+gallium_dri.so free 0x5571735f9b40 void 0.000121
+gallium_dri.so free 0x5571735f9ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000135
+gallium_dri.so free 0x5571735f9c00 void 0.000121
+gallium_dri.so free 0x5571735f9ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9c40 0.000122
+gallium_dri.so free 0x5571735f9cc0 void 0.000121
+gallium_dri.so free 0x5571735f9c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000120
+gallium_dri.so free 0x5571735f9d80 void 0.000121
+gallium_dri.so free 0x5571735f9cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000121
+gallium_dri.so free 0x5571735f9e40 void 0.000122
+gallium_dri.so free 0x5571735f9cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9e60 0.000121
+gallium_dri.so free 0x5571735f9f00 void 0.000121
+gallium_dri.so free 0x5571735f9e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000121
+gallium_dri.so free 0x5571735f9f80 void 0.000120
+gallium_dri.so free 0x5571735f9eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000119
+gallium_dri.so free 0x5571735fa000 void 0.000122
+gallium_dri.so free 0x5571735f9eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa000 0.000121
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735fa000 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa000 0.000119
+gallium_dri.so free 0x5571735fa180 void 0.000150
+gallium_dri.so free 0x5571735fa000 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa000 0.000121
+gallium_dri.so free 0x5571735fa240 void 0.000122
+gallium_dri.so free 0x5571735fa000 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000122
+gallium_dri.so free 0x5571735fa300 void 0.000121
+gallium_dri.so free 0x5571735fa1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000120
+gallium_dri.so free 0x5571735fa380 void 0.000122
+gallium_dri.so free 0x5571735fa2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa3d0 0.000130
+gallium_dri.so free 0x5571735fa440 void 0.000121
+gallium_dri.so free 0x5571735fa3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa460 0.000119
+gallium_dri.so free 0x5571735fa500 void 0.000120
+gallium_dri.so free 0x5571735fa460 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000119
+gallium_dri.so free 0x5571735fa580 void 0.000121
+gallium_dri.so free 0x5571735fa4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000120
+gallium_dri.so free 0x5571735fa600 void 0.000121
+gallium_dri.so free 0x5571735fa4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa600 0.000122
+gallium_dri.so free 0x5571735fa6c0 void 0.000122
+gallium_dri.so free 0x5571735fa600 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa600 0.000120
+gallium_dri.so free 0x5571735fa7c0 void 0.000120
+gallium_dri.so free 0x5571735fa600 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa770 0.000119
+gallium_dri.so free 0x5571735fa800 void 0.000126
+gallium_dri.so free 0x5571735fa770 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa770 0.000120
+gallium_dri.so free 0x5571735fa8c0 void 0.000120
+gallium_dri.so free 0x5571735fa770 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa900 0.000120
+gallium_dri.so free 0x5571735fa980 void 0.000121
+gallium_dri.so free 0x5571735fa900 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa980 0.000120
+gallium_dri.so free 0x5571735faa40 void 0.000121
+gallium_dri.so free 0x5571735fa980 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa980 0.000120
+gallium_dri.so free 0x5571735faac0 void 0.000120
+gallium_dri.so free 0x5571735fa980 void 0.000122
+gallium_dri.so malloc 72 0x5571735faaf0 0.000121
+gallium_dri.so free 0x5571735fab40 void 0.000121
+gallium_dri.so free 0x5571735faaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735faaf0 0.000120
+gallium_dri.so free 0x5571735fac40 void 0.000120
+gallium_dri.so free 0x5571735faaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fac80 0.000121
+gallium_dri.so free 0x5571735fad00 void 0.000121
+gallium_dri.so free 0x5571735fac80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fad00 0.000120
+gallium_dri.so free 0x5571735fadc0 void 0.000121
+gallium_dri.so free 0x5571735fad00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fae40 void 0.000121
+gallium_dri.so free 0x5571735fad00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fae70 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000121
+gallium_dri.so free 0x5571735fae70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fae70 0.000165
+gallium_dri.so free 0x5571735fafc0 void 0.000123
+gallium_dri.so free 0x5571735fae70 void 0.000150
+gallium_dri.so malloc 72 0x5571735faf70 0.000122
+gallium_dri.so free 0x5571735fb080 void 0.000122
+gallium_dri.so free 0x5571735faf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb030 0.000121
+gallium_dri.so free 0x5571735fb100 void 0.000120
+gallium_dri.so free 0x5571735fb030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571735fb1c0 void 0.000121
+gallium_dri.so free 0x5571735fb030 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb030 0.000119
+gallium_dri.so free 0x5571735fb280 void 0.000121
+gallium_dri.so free 0x5571735fb030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb230 0.000127
+gallium_dri.so free 0x5571735fb300 void 0.000129
+gallium_dri.so free 0x5571735fb230 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb350 0.000119
+gallium_dri.so free 0x5571735fb3c0 void 0.000121
+gallium_dri.so free 0x5571735fb350 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb3e0 0.000121
+gallium_dri.so free 0x5571735fb480 void 0.000121
+gallium_dri.so free 0x5571735fb3e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb430 0.000122
+gallium_dri.so free 0x5571735fb500 void 0.000130
+gallium_dri.so free 0x5571735fb430 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb500 0.000121
+gallium_dri.so free 0x5571735fb5c0 void 0.000121
+gallium_dri.so free 0x5571735fb500 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb500 0.000119
+gallium_dri.so free 0x5571735fb640 void 0.000121
+gallium_dri.so free 0x5571735fb500 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb640 0.000120
+gallium_dri.so free 0x5571735fb700 void 0.000121
+gallium_dri.so free 0x5571735fb640 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb640 0.000120
+gallium_dri.so free 0x5571735fb7c0 void 0.000122
+gallium_dri.so free 0x5571735fb640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb640 0.000120
+gallium_dri.so free 0x5571735fb880 void 0.000121
+gallium_dri.so free 0x5571735fb640 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb830 0.000120
+gallium_dri.so free 0x5571735fb900 void 0.000120
+gallium_dri.so free 0x5571735fb830 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb950 0.000120
+gallium_dri.so free 0x5571735fb9c0 void 0.000121
+gallium_dri.so free 0x5571735fb950 void 0.000120
+gallium_dri.so malloc 72 0x5571735fba00 0.000122
+gallium_dri.so free 0x5571735fba80 void 0.000120
+gallium_dri.so free 0x5571735fba00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fba00 0.000132
+gallium_dri.so free 0x5571735fbb00 void 0.000123
+gallium_dri.so free 0x5571735fba00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbb30 0.000120
+gallium_dri.so free 0x5571735fbb80 void 0.000121
+gallium_dri.so free 0x5571735fbb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbb30 0.000119
+gallium_dri.so free 0x5571735fbc80 void 0.000122
+gallium_dri.so free 0x5571735fbb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbc30 0.000120
+gallium_dri.so free 0x5571735fbd40 void 0.000121
+gallium_dri.so free 0x5571735fbc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000120
+gallium_dri.so free 0x5571735fbd80 void 0.000122
+gallium_dri.so free 0x5571735fbcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000150
+gallium_dri.so free 0x5571735fbe40 void 0.000122
+gallium_dri.so free 0x5571735fbcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000121
+gallium_dri.so free 0x5571735fbf00 void 0.000120
+gallium_dri.so free 0x5571735fbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000119
+gallium_dri.so free 0x5571735fc000 void 0.000120
+gallium_dri.so free 0x5571735fbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000120
+gallium_dri.so free 0x5571735fc0c0 void 0.000120
+gallium_dri.so free 0x5571735fbfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc070 0.000120
+gallium_dri.so free 0x5571735fc100 void 0.000121
+gallium_dri.so free 0x5571735fc070 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc070 0.000120
+gallium_dri.so free 0x5571735fc1c0 void 0.000121
+gallium_dri.so free 0x5571735fc070 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc200 0.000120
+gallium_dri.so free 0x5571735fc280 void 0.000121
+gallium_dri.so free 0x5571735fc200 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc280 0.000121
+gallium_dri.so free 0x5571735fc340 void 0.000122
+gallium_dri.so free 0x5571735fc280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc280 0.000120
+gallium_dri.so free 0x5571735fc400 void 0.000121
+gallium_dri.so free 0x5571735fc280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc420 0.000119
+gallium_dri.so free 0x5571735fc4c0 void 0.000122
+gallium_dri.so free 0x5571735fc420 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc470 0.000119
+gallium_dri.so free 0x5571735fc540 void 0.000126
+gallium_dri.so free 0x5571735fc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc470 0.000120
+gallium_dri.so free 0x5571735fc5c0 void 0.000120
+gallium_dri.so free 0x5571735fc470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000131
+gallium_dri.so free 0x5571735fc680 void 0.000114
+gallium_dri.so free 0x5571735fc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000113
+gallium_dri.so free 0x5571735fc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000111
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000112
+gallium_dri.so free 0x5571735fc8c0 void 0.000112
+gallium_dri.so free 0x5571735fc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc870 0.000114
+gallium_dri.so free 0x5571735fc940 void 0.000113
+gallium_dri.so free 0x5571735fc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc990 0.000111
+gallium_dri.so free 0x5571735fca00 void 0.000112
+gallium_dri.so free 0x5571735fc990 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca20 0.000112
+gallium_dri.so free 0x5571735fcac0 void 0.000136
+gallium_dri.so free 0x5571735fca20 void 0.000115
+gallium_dri.so malloc 72 0x5571735fca70 0.000113
+gallium_dri.so free 0x5571735fcb40 void 0.000113
+gallium_dri.so free 0x5571735fca70 void 0.000145
+gallium_dri.so malloc 72 0x5571735fca70 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so free 0x5571735fca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000111
+gallium_dri.so free 0x5571735fcc80 void 0.000128
+gallium_dri.so free 0x5571735fcbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000151
+gallium_dri.so free 0x5571735fcd80 void 0.000123
+gallium_dri.so free 0x5571735fcbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcd30 0.000121
+gallium_dri.so free 0x5571735fcdc0 void 0.000122
+gallium_dri.so free 0x5571735fcd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcd30 0.000121
+gallium_dri.so free 0x5571735fce80 void 0.000124
+gallium_dri.so free 0x5571735fcd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcec0 0.000120
+gallium_dri.so free 0x5571735fcf40 void 0.000122
+gallium_dri.so free 0x5571735fcec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcf40 0.000120
+gallium_dri.so free 0x5571735fd000 void 0.000123
+gallium_dri.so free 0x5571735fcf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcf40 0.000120
+gallium_dri.so free 0x5571735fd080 void 0.000120
+gallium_dri.so free 0x5571735fcf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd100 void 0.000120
+gallium_dri.so free 0x5571735fd0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000120
+gallium_dri.so free 0x5571735fd0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd240 0.000122
+gallium_dri.so free 0x5571735fd2c0 void 0.000122
+gallium_dri.so free 0x5571735fd240 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000120
+gallium_dri.so free 0x5571735fd380 void 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000121
+gallium_dri.so free 0x5571735fd2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd430 0.000121
+gallium_dri.so free 0x5571735fd480 void 0.000121
+gallium_dri.so free 0x5571735fd430 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd430 0.000121
+gallium_dri.so free 0x5571735fd580 void 0.000120
+gallium_dri.so free 0x5571735fd430 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd530 0.000122
+gallium_dri.so free 0x5571735fd640 void 0.000124
+gallium_dri.so free 0x5571735fd530 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000121
+gallium_dri.so free 0x5571735fd6c0 void 0.000120
+gallium_dri.so free 0x5571735fd5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000122
+gallium_dri.so free 0x5571735fd780 void 0.000121
+gallium_dri.so free 0x5571735fd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000126
+gallium_dri.so free 0x5571735fd840 void 0.000122
+gallium_dri.so free 0x5571735fd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000122
+gallium_dri.so free 0x5571735fd8c0 void 0.000122
+gallium_dri.so free 0x5571735fd7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd910 0.000122
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so free 0x5571735fd910 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000120
+gallium_dri.so free 0x5571735fda40 void 0.000122
+gallium_dri.so free 0x5571735fd9a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000119
+gallium_dri.so free 0x5571735fdac0 void 0.000120
+gallium_dri.so free 0x5571735fd9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdac0 0.000135
+gallium_dri.so free 0x5571735fdb80 void 0.000123
+gallium_dri.so free 0x5571735fdac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdac0 0.000122
+gallium_dri.so free 0x5571735fdc00 void 0.000121
+gallium_dri.so free 0x5571735fdac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdc00 0.000122
+gallium_dri.so free 0x5571735fdcc0 void 0.000121
+gallium_dri.so free 0x5571735fdc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdc00 0.000121
+gallium_dri.so free 0x5571735fdd80 void 0.000121
+gallium_dri.so free 0x5571735fdc00 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdc00 0.000121
+gallium_dri.so free 0x5571735fde40 void 0.000120
+gallium_dri.so free 0x5571735fdc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fddf0 0.000121
+gallium_dri.so free 0x5571735fdec0 void 0.000122
+gallium_dri.so free 0x5571735fddf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf10 0.000122
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so free 0x5571735fdf10 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000121
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000120
+gallium_dri.so free 0x5571735fe0c0 void 0.000122
+gallium_dri.so free 0x5571735fdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000120
+gallium_dri.so free 0x5571735fe140 void 0.000138
+gallium_dri.so free 0x5571735fe0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000124
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000120
+gallium_dri.so free 0x5571735fe300 void 0.000122
+gallium_dri.so free 0x5571735fe1f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000124
+gallium_dri.so free 0x5571735fe340 void 0.000123
+gallium_dri.so free 0x5571735fe2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000121
+gallium_dri.so free 0x5571735fe400 void 0.000121
+gallium_dri.so free 0x5571735fe2b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe470 0.000121
+gallium_dri.so free 0x5571735fe4c0 void 0.000121
+gallium_dri.so free 0x5571735fe470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe470 0.000120
+gallium_dri.so free 0x5571735fe5c0 void 0.000121
+gallium_dri.so free 0x5571735fe470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe570 0.000121
+gallium_dri.so free 0x5571735fe680 void 0.000122
+gallium_dri.so free 0x5571735fe570 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe630 0.000120
+gallium_dri.so free 0x5571735fe6c0 void 0.000121
+gallium_dri.so free 0x5571735fe630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe630 0.000121
+gallium_dri.so free 0x5571735fe780 void 0.000121
+gallium_dri.so free 0x5571735fe630 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000123
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735fe7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe840 0.000122
+gallium_dri.so free 0x5571735fe900 void 0.000133
+gallium_dri.so free 0x5571735fe840 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe840 0.000136
+gallium_dri.so free 0x5571735fe9c0 void 0.000123
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000120
+gallium_dri.so free 0x5571735fea80 void 0.000121
+gallium_dri.so free 0x5571735fe9e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fea30 0.000122
+gallium_dri.so free 0x5571735feb00 void 0.000122
+gallium_dri.so free 0x5571735fea30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fea30 0.000122
+gallium_dri.so free 0x5571735feb80 void 0.000122
+gallium_dri.so free 0x5571735fea30 void 0.000121
+gallium_dri.so malloc 72 0x5571735feb80 0.000121
+gallium_dri.so free 0x5571735fec40 void 0.000124
+gallium_dri.so free 0x5571735feb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735feb80 0.000121
+gallium_dri.so free 0x5571735fed00 void 0.000121
+gallium_dri.so free 0x5571735feb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735feb80 0.000123
+gallium_dri.so free 0x5571735fedc0 void 0.000122
+gallium_dri.so free 0x5571735feb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fed70 0.000123
+gallium_dri.so free 0x5571735fee80 void 0.000121
+gallium_dri.so free 0x5571735fed70 void 0.000171
+gallium_dri.so malloc 72 0x5571735fee30 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000121
+gallium_dri.so free 0x5571735fee30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fef50 0.000121
+gallium_dri.so free 0x5571735fefc0 void 0.000122
+gallium_dri.so free 0x5571735fef50 void 0.000122
+gallium_dri.so malloc 72 0x5571735fefe0 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000124
+gallium_dri.so free 0x5571735fefe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff030 0.000120
+gallium_dri.so free 0x5571735ff100 void 0.000120
+gallium_dri.so free 0x5571735ff030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff030 0.000121
+gallium_dri.so free 0x5571735ff180 void 0.000122
+gallium_dri.so free 0x5571735ff030 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff180 0.000122
+gallium_dri.so free 0x5571735ff240 void 0.000122
+gallium_dri.so free 0x5571735ff180 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff180 0.000123
+gallium_dri.so free 0x5571735ff340 void 0.000122
+gallium_dri.so free 0x5571735ff180 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000123
+gallium_dri.so free 0x5571735ff380 void 0.000122
+gallium_dri.so free 0x5571735ff2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000130
+gallium_dri.so free 0x5571735ff440 void 0.000124
+gallium_dri.so free 0x5571735ff2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff480 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so free 0x5571735ff480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff500 0.000120
+gallium_dri.so free 0x5571735ff5c0 void 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff500 0.000122
+gallium_dri.so free 0x5571735ff640 void 0.000122
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff670 0.000122
+gallium_dri.so free 0x5571735ff6c0 void 0.000122
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff670 0.000152
+gallium_dri.so free 0x5571735ff7c0 void 0.000125
+gallium_dri.so free 0x5571735ff670 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff800 0.000122
+gallium_dri.so free 0x5571735ff880 void 0.000128
+gallium_dri.so free 0x5571735ff800 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff880 0.000123
+gallium_dri.so free 0x5571735ff940 void 0.000122
+gallium_dri.so free 0x5571735ff880 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff880 0.000121
+gallium_dri.so free 0x5571735ff9c0 void 0.000133
+gallium_dri.so free 0x5571735ff880 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000121
+gallium_dri.so free 0x5571735ffa40 void 0.000122
+gallium_dri.so free 0x5571735ff9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000121
+gallium_dri.so free 0x5571735ffb40 void 0.000122
+gallium_dri.so free 0x5571735ff9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000122
+gallium_dri.so free 0x5571735ffaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000122
+gallium_dri.so free 0x5571735ffc80 void 0.000123
+gallium_dri.so free 0x5571735ffbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000121
+gallium_dri.so free 0x5571735ffd40 void 0.000122
+gallium_dri.so free 0x5571735ffbb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffd70 0.000120
+gallium_dri.so free 0x5571735ffe40 void 0.000121
+gallium_dri.so free 0x5571735ffd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffd70 0.000121
+gallium_dri.so free 0x5571735ffec0 void 0.000121
+gallium_dri.so free 0x5571735ffd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffec0 0.000121
+gallium_dri.so free 0x5571735b4340 void 0.000122
+gallium_dri.so free 0x5571735ffec0 void 0.000170
+gallium_dri.so malloc 72 0x5571735b42f0 0.000123
+gallium_dri.so free 0x55717345af00 void 0.000122
+gallium_dri.so free 0x5571735b42f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b42f0 0.000123
+gallium_dri.so free 0x5571735e55c0 void 0.000123
+gallium_dri.so free 0x5571735b42f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5570 0.000122
+gallium_dri.so free 0x5571735f4800 void 0.000123
+gallium_dri.so free 0x5571735e5570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f47b0 0.000121
+gallium_dri.so free 0x557173456680 void 0.000186
+gallium_dri.so free 0x5571735f47b0 void 0.000150
+gallium_dri.so malloc 72 0x557173456630 0.000140
+gallium_dri.so free 0x5571735e4740 void 0.000140
+gallium_dri.so free 0x557173456630 void 0.000140
+gallium_dri.so malloc 72 0x5571735e46f0 0.000139
+gallium_dri.so free 0x5571734572c0 void 0.000145
+gallium_dri.so free 0x5571735e46f0 void 0.000127
+gallium_dri.so malloc 72 0x557173457270 0.000122
+gallium_dri.so free 0x557173455700 void 0.000121
+gallium_dri.so free 0x557173457270 void 0.000121
+gallium_dri.so malloc 72 0x5571734556b0 0.000121
+gallium_dri.so free 0x5571735b4940 void 0.000121
+gallium_dri.so free 0x5571734556b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735b4990 0.000121
+gallium_dri.so free 0x5571735b4840 void 0.000120
+gallium_dri.so free 0x5571735b4990 void 0.000121
+gallium_dri.so malloc 72 0x5571735b47f0 0.000121
+gallium_dri.so free 0x5571735e4900 void 0.000120
+gallium_dri.so free 0x5571735b47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e48b0 0.000123
+gallium_dri.so free 0x5571735b4500 void 0.000123
+gallium_dri.so free 0x5571735e48b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735b44b0 0.000121
+gallium_dri.so free 0x55717345a880 void 0.000121
+gallium_dri.so free 0x5571735b44b0 void 0.000123
+gallium_dri.so malloc 72 0x55717345a830 0.000121
+gallium_dri.so free 0x557173457f80 void 0.000121
+gallium_dri.so free 0x55717345a830 void 0.000121
+gallium_dri.so malloc 72 0x557173457f30 0.000121
+gallium_dri.so free 0x557173459c40 void 0.000120
+gallium_dri.so free 0x557173457f30 void 0.000120
+gallium_dri.so malloc 72 0x557173459bf0 0.000121
+gallium_dri.so free 0x5571735f3880 void 0.000122
+gallium_dri.so free 0x557173459bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3830 0.000121
+gallium_dri.so free 0x5571735b4600 void 0.000122
+gallium_dri.so free 0x5571735f3830 void 0.000122
+gallium_dri.so malloc 72 0x5571735b4670 0.000130
+gallium_dri.so free 0x5571735e4580 void 0.000124
+gallium_dri.so free 0x5571735b4670 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4530 0.000122
+gallium_dri.so free 0x557173454440 void 0.000122
+gallium_dri.so free 0x5571735e4530 void 0.000121
+gallium_dri.so malloc 72 0x5571734543f0 0.000120
+gallium_dri.so free 0x5571735e4f80 void 0.000123
+gallium_dri.so free 0x5571734543f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734543f0 0.000122
+gallium_dri.so free 0x557173455400 void 0.000122
+gallium_dri.so free 0x5571734543f0 void 0.000122
+gallium_dri.so malloc 72 0x557173455430 0.000122
+gallium_dri.so free 0x557173458840 void 0.000120
+gallium_dri.so free 0x557173455430 void 0.000122
+gallium_dri.so malloc 72 0x5571734587f0 0.000121
+gallium_dri.so free 0x557173457940 void 0.000122
+gallium_dri.so free 0x5571734587f0 void 0.000121
+gallium_dri.so malloc 72 0x557173457940 0.000121
+gallium_dri.so free 0x5571735e5e80 void 0.000122
+gallium_dri.so free 0x557173457940 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5e30 0.000128
+gallium_dri.so free 0x55717345a600 void 0.000124
+gallium_dri.so free 0x5571735e5e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5e30 0.000121
+gallium_dri.so free 0x55717345a680 void 0.000183
+gallium_dri.so free 0x5571735e5e30 void 0.000192
+gallium_dri.so malloc 72 0x55717345a6b0 0.000189
+gallium_dri.so free 0x5571735b4b80 void 0.000195
+gallium_dri.so free 0x55717345a6b0 void 0.000197
+gallium_dri.so malloc 72 0x55717345a6b0 0.000258
+gallium_dri.so free 0x557173457040 void 0.000243
+gallium_dri.so free 0x55717345a6b0 void 0.000250
+gallium_dri.so malloc 72 0x557173457040 0.000233
+gallium_dri.so free 0x5571735f4540 void 0.000136
+gallium_dri.so free 0x557173457040 void 0.000138
+gallium_dri.so malloc 72 0x557173457040 0.000123
+gallium_dri.so free 0x5571735f45c0 void 0.000122
+gallium_dri.so free 0x557173457040 void 0.000121
+gallium_dri.so malloc 72 0x5571735f45f0 0.000122
+gallium_dri.so free 0x5571734563c0 void 0.000121
+gallium_dri.so free 0x5571735f45f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734563c0 0.000126
+gallium_dri.so free 0x557173456480 void 0.000124
+gallium_dri.so free 0x5571734563c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734563c0 0.000120
+gallium_dri.so free 0x5571735e3d40 void 0.000121
+gallium_dri.so free 0x5571734563c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3d40 0.000120
+gallium_dri.so free 0x5571735e3e00 void 0.000121
+gallium_dri.so free 0x5571735e3d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3d40 0.000121
+gallium_dri.so free 0x557173455800 void 0.000122
+gallium_dri.so free 0x5571735e3d40 void 0.000121
+gallium_dri.so malloc 72 0x557173455830 0.000120
+gallium_dri.so free 0x557173455880 void 0.000121
+gallium_dri.so free 0x557173455830 void 0.000121
+gallium_dri.so malloc 72 0x557173455830 0.000121
+gallium_dri.so free 0x557173455980 void 0.000122
+gallium_dri.so free 0x557173455830 void 0.000128
+gallium_dri.so malloc 72 0x557173455930 0.000121
+gallium_dri.so free 0x5571735f3980 void 0.000121
+gallium_dri.so free 0x557173455930 void 0.000121
+gallium_dri.so malloc 72 0x5571735f39c0 0.000120
+gallium_dri.so free 0x5571735f3a40 void 0.000121
+gallium_dri.so free 0x5571735f39c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f39c0 0.000122
+gallium_dri.so free 0x5571735f3ac0 void 0.000121
+gallium_dri.so free 0x5571735f39c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735f3af0 0.000122
+gallium_dri.so free 0x5571735e56c0 void 0.000122
+gallium_dri.so free 0x5571735f3af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5700 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000122
+gallium_dri.so free 0x5571735e5700 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5780 0.000121
+gallium_dri.so free 0x5571735e5840 void 0.000121
+gallium_dri.so free 0x5571735e5780 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5780 0.000120
+gallium_dri.so free 0x5571735e58c0 void 0.000122
+gallium_dri.so free 0x5571735e5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735e58f0 0.000120
+gallium_dri.so free 0x557173458080 void 0.000121
+gallium_dri.so free 0x5571735e58f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734580f0 0.000121
+gallium_dri.so free 0x557173458140 void 0.000122
+gallium_dri.so free 0x5571734580f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734580f0 0.000121
+gallium_dri.so free 0x557173458240 void 0.000122
+gallium_dri.so free 0x5571734580f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734581f0 0.000120
+gallium_dri.so free 0x5571735e5fc0 void 0.000122
+gallium_dri.so free 0x5571734581f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734581f0 0.000140
+gallium_dri.so free 0x5571735e6040 void 0.000143
+gallium_dri.so free 0x5571734581f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e6070 0.000142
+gallium_dri.so free 0x5571735e60c0 void 0.000143
+gallium_dri.so free 0x5571735e6070 void 0.000171
+gallium_dri.so malloc 72 0x5571735e6070 0.000159
+gallium_dri.so free 0x5571735e61c0 void 0.000144
+gallium_dri.so free 0x5571735e6070 void 0.000142
+gallium_dri.so malloc 72 0x5571735e6170 0.000141
+gallium_dri.so free 0x5571735b3ec0 void 0.000145
+gallium_dri.so free 0x5571735e6170 void 0.000143
+gallium_dri.so malloc 72 0x5571735b3e70 0.000141
+gallium_dri.so free 0x5571735b3f40 void 0.000142
+gallium_dri.so free 0x5571735b3e70 void 0.000141
+gallium_dri.so malloc 72 0x5571735b3e70 0.000142
+gallium_dri.so free 0x5571735b4000 void 0.000144
+gallium_dri.so free 0x5571735b3e70 void 0.000142
+gallium_dri.so malloc 72 0x5571735b3e70 0.000143
+gallium_dri.so free 0x5571735b40c0 void 0.000143
+gallium_dri.so free 0x5571735b3e70 void 0.000142
+gallium_dri.so malloc 72 0x5571735b4070 0.000152
+gallium_dri.so free 0x557173458400 void 0.000143
+gallium_dri.so free 0x5571735b4070 void 0.000142
+gallium_dri.so malloc 72 0x557173458450 0.000141
+gallium_dri.so free 0x5571734584c0 void 0.000142
+gallium_dri.so free 0x557173458450 void 0.000141
+gallium_dri.so malloc 72 0x5571734584e0 0.000144
+gallium_dri.so free 0x557173458580 void 0.000141
+gallium_dri.so free 0x5571734584e0 void 0.000142
+gallium_dri.so malloc 72 0x557173458530 0.000141
+gallium_dri.so free 0x557173458600 void 0.000143
+gallium_dri.so free 0x557173458530 void 0.000142
+gallium_dri.so malloc 72 0x557173458600 0.000149
+gallium_dri.so free 0x55717345a240 void 0.000126
+gallium_dri.so free 0x557173458600 void 0.000121
+gallium_dri.so malloc 72 0x55717345a1f0 0.000120
+gallium_dri.so free 0x55717345a2c0 void 0.000122
+gallium_dri.so free 0x55717345a1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717345a310 0.000122
+gallium_dri.so free 0x55717345a380 void 0.000123
+gallium_dri.so free 0x55717345a310 void 0.000121
+gallium_dri.so malloc 72 0x55717345a3a0 0.000121
+gallium_dri.so free 0x55717345a440 void 0.000122
+gallium_dri.so free 0x55717345a3a0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a3f0 0.000122
+gallium_dri.so free 0x5571735e5a40 void 0.000122
+gallium_dri.so free 0x55717345a3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5a80 0.000121
+gallium_dri.so free 0x5571735e5b00 void 0.000122
+gallium_dri.so free 0x5571735e5a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5b00 0.000121
+gallium_dri.so free 0x5571735e5bc0 void 0.000120
+gallium_dri.so free 0x5571735e5b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e5b00 0.000120
+gallium_dri.so free 0x5571735e5c40 void 0.000120
+gallium_dri.so free 0x5571735e5b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e5b00 0.000121
+gallium_dri.so free 0x557173456c80 void 0.000121
+gallium_dri.so free 0x5571735e5b00 void 0.000121
+gallium_dri.so malloc 72 0x557173456c30 0.000122
+gallium_dri.so free 0x557173456d00 void 0.000121
+gallium_dri.so free 0x557173456c30 void 0.000122
+gallium_dri.so malloc 72 0x557173456c30 0.000121
+gallium_dri.so free 0x557173456d80 void 0.000136
+gallium_dri.so free 0x557173456c30 void 0.000123
+gallium_dri.so malloc 72 0x557173456d80 0.000124
+gallium_dri.so free 0x557173456e40 void 0.000123
+gallium_dri.so free 0x557173456d80 void 0.000122
+gallium_dri.so malloc 72 0x557173456d80 0.000121
+gallium_dri.so free 0x557173455ac0 void 0.000164
+gallium_dri.so free 0x557173456d80 void 0.000122
+gallium_dri.so malloc 72 0x557173456d80 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000124
+gallium_dri.so free 0x557173456d80 void 0.000121
+gallium_dri.so malloc 72 0x557173455b30 0.000121
+gallium_dri.so free 0x557173455b80 void 0.000121
+gallium_dri.so free 0x557173455b30 void 0.000122
+gallium_dri.so malloc 72 0x557173455b30 0.000121
+gallium_dri.so free 0x557173455c80 void 0.000121
+gallium_dri.so free 0x557173455b30 void 0.000120
+gallium_dri.so malloc 72 0x557173455c30 0.000120
+gallium_dri.so free 0x557173455d40 void 0.000121
+gallium_dri.so free 0x557173455c30 void 0.000123
+gallium_dri.so malloc 72 0x557173455cf0 0.000121
+gallium_dri.so free 0x5571735f3c40 void 0.000121
+gallium_dri.so free 0x557173455cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173455cf0 0.000120
+gallium_dri.so free 0x5571735f3d00 void 0.000122
+gallium_dri.so free 0x557173455cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000119
+gallium_dri.so free 0x5571735f3d80 void 0.000120
+gallium_dri.so free 0x5571735f3cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3dd0 0.000122
+gallium_dri.so free 0x5571735f3e40 void 0.000122
+gallium_dri.so free 0x5571735f3dd0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f3ea0 0.000124
+gallium_dri.so free 0x5571735f3f40 void 0.000122
+gallium_dri.so free 0x5571735f3ea0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3ef0 0.000127
+gallium_dri.so free 0x557173456780 void 0.000124
+gallium_dri.so free 0x5571735f3ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571734567b0 0.000121
+gallium_dri.so free 0x557173456800 void 0.000122
+gallium_dri.so free 0x5571734567b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734567b0 0.000122
+gallium_dri.so free 0x557173456900 void 0.000122
+gallium_dri.so free 0x5571734567b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734568b0 0.000121
+gallium_dri.so free 0x5571734569c0 void 0.000121
+gallium_dri.so free 0x5571734568b0 void 0.000121
+gallium_dri.so malloc 72 0x557173456970 0.000122
+gallium_dri.so free 0x557173456a00 void 0.000120
+gallium_dri.so free 0x557173456970 void 0.000122
+gallium_dri.so malloc 72 0x557173456970 0.000120
+gallium_dri.so free 0x557173457ac0 void 0.000122
+gallium_dri.so free 0x557173456970 void 0.000121
+gallium_dri.so malloc 72 0x557173457a70 0.000122
+gallium_dri.so free 0x557173457b80 void 0.000122
+gallium_dri.so free 0x557173457a70 void 0.000123
+gallium_dri.so malloc 72 0x557173457b30 0.000125
+gallium_dri.so free 0x557173457c00 void 0.000122
+gallium_dri.so free 0x557173457b30 void 0.000122
+gallium_dri.so malloc 72 0x557173457c50 0.000121
+gallium_dri.so free 0x557173457cc0 void 0.000122
+gallium_dri.so free 0x557173457c50 void 0.000122
+gallium_dri.so malloc 72 0x557173457ce0 0.000121
+gallium_dri.so free 0x557173457d80 void 0.000142
+gallium_dri.so free 0x557173457ce0 void 0.000122
+gallium_dri.so malloc 72 0x557173457d30 0.000121
+gallium_dri.so free 0x557173459d40 void 0.000124
+gallium_dri.so free 0x557173457d30 void 0.000122
+gallium_dri.so malloc 72 0x557173459d80 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000122
+gallium_dri.so free 0x557173459d80 void 0.000122
+gallium_dri.so malloc 72 0x557173459e00 0.000120
+gallium_dri.so free 0x557173459ec0 void 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000122
+gallium_dri.so malloc 72 0x557173459e00 0.000120
+gallium_dri.so free 0x557173459f40 void 0.000125
+gallium_dri.so free 0x557173459e00 void 0.000123
+gallium_dri.so malloc 72 0x557173459e00 0.000121
+gallium_dri.so free 0x55717345a000 void 0.000121
+gallium_dri.so free 0x557173459e00 void 0.000121
+gallium_dri.so malloc 72 0x557173459e00 0.000121
+gallium_dri.so free 0x5571735e5100 void 0.000123
+gallium_dri.so free 0x557173459e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e50b0 0.000123
+gallium_dri.so free 0x5571735e5180 void 0.000122
+gallium_dri.so free 0x5571735e50b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e51d0 0.000120
+gallium_dri.so free 0x5571735e5240 void 0.000121
+gallium_dri.so free 0x5571735e51d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5260 0.000122
+gallium_dri.so free 0x5571735e5300 void 0.000123
+gallium_dri.so free 0x5571735e5260 void 0.000121
+gallium_dri.so malloc 72 0x5571735e52b0 0.000122
+gallium_dri.so free 0x5571735e5380 void 0.000121
+gallium_dri.so free 0x5571735e52b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e52b0 0.000122
+gallium_dri.so free 0x557173455ec0 void 0.000122
+gallium_dri.so free 0x5571735e52b0 void 0.000121
+gallium_dri.so malloc 72 0x557173455e70 0.000120
+gallium_dri.so free 0x557173455f40 void 0.000122
+gallium_dri.so free 0x557173455e70 void 0.000122
+gallium_dri.so malloc 72 0x557173455f90 0.000122
+gallium_dri.so free 0x557173456000 void 0.000123
+gallium_dri.so free 0x557173455f90 void 0.000122
+gallium_dri.so malloc 72 0x557173456020 0.000121
+gallium_dri.so free 0x5571734560c0 void 0.000122
+gallium_dri.so free 0x557173456020 void 0.000123
+gallium_dri.so malloc 72 0x557173456070 0.000132
+gallium_dri.so free 0x557173456140 void 0.000127
+gallium_dri.so free 0x557173456070 void 0.000122
+gallium_dri.so malloc 72 0x557173456070 0.000120
+gallium_dri.so free 0x5571735f4040 void 0.000121
+gallium_dri.so free 0x557173456070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3ff0 0.000121
+gallium_dri.so free 0x5571735f4100 void 0.000122
+gallium_dri.so free 0x5571735f3ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f40b0 0.000123
+gallium_dri.so free 0x5571734561c0 void 0.000123
+gallium_dri.so free 0x5571735f40b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f40b0 0.000122
+gallium_dri.so free 0x5571735f4180 void 0.000123
+gallium_dri.so free 0x5571735f40b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f40b0 0.000121
+gallium_dri.so free 0x5571735f4240 void 0.000121
+gallium_dri.so free 0x5571735f40b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4280 0.000120
+gallium_dri.so free 0x5571735f4300 void 0.000122
+gallium_dri.so free 0x5571735f4280 void 0.000136
+gallium_dri.so malloc 72 0x5571735f4300 0.000123
+gallium_dri.so free 0x5571735e4000 void 0.000123
+gallium_dri.so free 0x5571735f4300 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4300 0.000121
+gallium_dri.so free 0x5571735e4080 void 0.000132
+gallium_dri.so free 0x5571735f4300 void 0.000122
+gallium_dri.so malloc 72 0x5571735e40b0 0.000121
+gallium_dri.so free 0x5571735e4100 void 0.000121
+gallium_dri.so free 0x5571735e40b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4100 0.000121
+gallium_dri.so free 0x5571735e41c0 void 0.000122
+gallium_dri.so free 0x5571735e4100 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4100 0.000120
+gallium_dri.so free 0x5571735e42c0 void 0.000123
+gallium_dri.so free 0x5571735e4100 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4270 0.000121
+gallium_dri.so free 0x5571735e4380 void 0.000121
+gallium_dri.so free 0x5571735e4270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4330 0.000121
+gallium_dri.so free 0x5571734573c0 void 0.000123
+gallium_dri.so free 0x5571735e4330 void 0.000123
+gallium_dri.so malloc 72 0x5571734573f0 0.000121
+gallium_dri.so free 0x557173457440 void 0.000121
+gallium_dri.so free 0x5571734573f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734573f0 0.000121
+gallium_dri.so free 0x557173457540 void 0.000122
+gallium_dri.so free 0x5571734573f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734574f0 0.000123
+gallium_dri.so free 0x557173457600 void 0.000122
+gallium_dri.so free 0x5571734574f0 void 0.000163
+gallium_dri.so malloc 72 0x5571734575b0 0.000125
+gallium_dri.so free 0x557173457680 void 0.000121
+gallium_dri.so free 0x5571734575b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734576a0 0.000122
+gallium_dri.so free 0x557173457740 void 0.000123
+gallium_dri.so free 0x5571734576a0 void 0.000123
+gallium_dri.so malloc 72 0x5571734576f0 0.000121
+gallium_dri.so free 0x5571735e4a00 void 0.000123
+gallium_dri.so free 0x5571734576f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4a40 0.000120
+gallium_dri.so free 0x5571735e4ac0 void 0.000123
+gallium_dri.so free 0x5571735e4a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000123
+gallium_dri.so free 0x5571735e4b80 void 0.000121
+gallium_dri.so free 0x5571735e4ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e4ac0 0.000121
+gallium_dri.so free 0x5571735e4c00 void 0.000128
+gallium_dri.so free 0x5571735e4ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e4c30 0.000122
+gallium_dri.so free 0x5571735e4c80 void 0.000121
+gallium_dri.so free 0x5571735e4c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4c30 0.000120
+gallium_dri.so free 0x5571735e4d80 void 0.000121
+gallium_dri.so free 0x5571735e4c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e4dc0 0.000121
+gallium_dri.so free 0x55717345a980 void 0.000125
+gallium_dri.so free 0x5571735e4dc0 void 0.000121
+gallium_dri.so malloc 72 0x55717345a9d0 0.000121
+gallium_dri.so free 0x55717345aa40 void 0.000122
+gallium_dri.so free 0x55717345a9d0 void 0.000122
+gallium_dri.so malloc 72 0x55717345aa60 0.000121
+gallium_dri.so free 0x55717345ab00 void 0.000121
+gallium_dri.so free 0x55717345aa60 void 0.000137
+gallium_dri.so malloc 72 0x55717345aab0 0.000124
+gallium_dri.so free 0x55717345ab80 void 0.000122
+gallium_dri.so free 0x55717345aab0 void 0.000120
+gallium_dri.so malloc 72 0x55717345aab0 0.000124
+gallium_dri.so free 0x55717345ac00 void 0.000124
+gallium_dri.so free 0x55717345aab0 void 0.000122
+gallium_dri.so malloc 72 0x55717345ac00 0.000121
+gallium_dri.so free 0x55717345acc0 void 0.000122
+gallium_dri.so free 0x55717345ac00 void 0.000123
+gallium_dri.so malloc 72 0x55717345ac00 0.000120
+gallium_dri.so free 0x55717345e480 void 0.000124
+gallium_dri.so free 0x55717345ac00 void 0.000122
+gallium_dri.so malloc 72 0x55717345e4a0 0.000122
+gallium_dri.so free 0x55717345e540 void 0.000122
+gallium_dri.so free 0x55717345e4a0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e4f0 0.000121
+gallium_dri.so free 0x55717345e5c0 void 0.000122
+gallium_dri.so free 0x55717345e4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717345e4f0 0.000121
+gallium_dri.so free 0x55717345e640 void 0.000121
+gallium_dri.so free 0x55717345e4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345e640 0.000122
+gallium_dri.so free 0x55717345e700 void 0.000121
+gallium_dri.so free 0x55717345e640 void 0.000121
+gallium_dri.so malloc 72 0x55717345e640 0.000121
+gallium_dri.so free 0x55717345e7c0 void 0.000122
+gallium_dri.so free 0x55717345e640 void 0.000121
+gallium_dri.so malloc 72 0x55717345e640 0.000121
+gallium_dri.so free 0x55717345e880 void 0.000120
+gallium_dri.so free 0x55717345e640 void 0.000121
+gallium_dri.so malloc 72 0x55717345e830 0.000120
+gallium_dri.so free 0x55717345e940 void 0.000121
+gallium_dri.so free 0x55717345e830 void 0.000120
+gallium_dri.so malloc 72 0x55717345e8f0 0.000120
+gallium_dri.so free 0x55717345e9c0 void 0.000121
+gallium_dri.so free 0x55717345e8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345ea10 0.000121
+gallium_dri.so free 0x557173458980 void 0.000122
+gallium_dri.so free 0x55717345ea10 void 0.000121
+gallium_dri.so malloc 72 0x55717345ea10 0.000121
+gallium_dri.so free 0x557173458a00 void 0.000123
+gallium_dri.so free 0x55717345ea10 void 0.000122
+gallium_dri.so malloc 72 0x557173458a30 0.000129
+gallium_dri.so free 0x557173458a80 void 0.000123
+gallium_dri.so free 0x557173458a30 void 0.000121
+gallium_dri.so malloc 72 0x557173458a30 0.000122
+gallium_dri.so free 0x557173458b80 void 0.000121
+gallium_dri.so free 0x557173458a30 void 0.000121
+gallium_dri.so malloc 72 0x557173458b30 0.000121
+gallium_dri.so free 0x557173458c40 void 0.000123
+gallium_dri.so free 0x557173458b30 void 0.000128
+gallium_dri.so malloc 72 0x557173458bf0 0.000122
+gallium_dri.so free 0x557173458cc0 void 0.000121
+gallium_dri.so free 0x557173458bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173458ce0 0.000122
+gallium_dri.so free 0x557173458d80 void 0.000122
+gallium_dri.so free 0x557173458ce0 void 0.000121
+gallium_dri.so malloc 72 0x557173458d30 0.000121
+gallium_dri.so free 0x557173458e00 void 0.000121
+gallium_dri.so free 0x557173458d30 void 0.000121
+gallium_dri.so malloc 72 0x557173458d30 0.000120
+gallium_dri.so free 0x557173458e80 void 0.000123
+gallium_dri.so free 0x557173458d30 void 0.000122
+gallium_dri.so malloc 72 0x557173458e80 0.000138
+gallium_dri.so free 0x557173458f40 void 0.000123
+gallium_dri.so free 0x557173458e80 void 0.000122
+gallium_dri.so malloc 72 0x557173458e80 0.000122
+gallium_dri.so free 0x557173459000 void 0.000121
+gallium_dri.so free 0x557173458e80 void 0.000125
+gallium_dri.so malloc 72 0x557173458e80 0.000123
+gallium_dri.so free 0x5571734590c0 void 0.000123
+gallium_dri.so free 0x557173458e80 void 0.000121
+gallium_dri.so malloc 72 0x557173459070 0.000121
+gallium_dri.so free 0x5571734590c0 void 0.000121
+gallium_dri.so free 0x557173459070 void 0.000122
+gallium_dri.so malloc 72 0x557173459070 0.000121
+gallium_dri.so free 0x5571734591c0 void 0.000122
+gallium_dri.so free 0x557173459070 void 0.000123
+gallium_dri.so malloc 72 0x557173459170 0.000121
+gallium_dri.so free 0x557173459280 void 0.000121
+gallium_dri.so free 0x557173459170 void 0.000119
+gallium_dri.so malloc 72 0x557173459230 0.000120
+gallium_dri.so free 0x5571734592c0 void 0.000121
+gallium_dri.so free 0x557173459230 void 0.000123
+gallium_dri.so malloc 72 0x557173459230 0.000120
+gallium_dri.so free 0x557173459380 void 0.000121
+gallium_dri.so free 0x557173459230 void 0.000120
+gallium_dri.so malloc 72 0x5571734593c0 0.000120
+gallium_dri.so free 0x557173459440 void 0.000121
+gallium_dri.so free 0x5571734593c0 void 0.000121
+gallium_dri.so malloc 72 0x557173459440 0.000123
+gallium_dri.so free 0x557173459500 void 0.000121
+gallium_dri.so free 0x557173459440 void 0.000121
+gallium_dri.so malloc 72 0x557173459440 0.000171
+gallium_dri.so free 0x5571734595c0 void 0.000122
+gallium_dri.so free 0x557173459440 void 0.000121
+gallium_dri.so malloc 72 0x5571734595e0 0.000123
+gallium_dri.so free 0x557173459680 void 0.000122
+gallium_dri.so free 0x5571734595e0 void 0.000121
+gallium_dri.so malloc 72 0x557173459630 0.000121
+gallium_dri.so free 0x557173459700 void 0.000122
+gallium_dri.so free 0x557173459630 void 0.000121
+gallium_dri.so malloc 72 0x557173459630 0.000120
+gallium_dri.so free 0x557173459780 void 0.000123
+gallium_dri.so free 0x557173459630 void 0.000122
+gallium_dri.so malloc 72 0x557173459780 0.000120
+gallium_dri.so free 0x557173459840 void 0.000121
+gallium_dri.so free 0x557173459780 void 0.000122
+gallium_dri.so malloc 72 0x557173459780 0.000122
+gallium_dri.so free 0x557173459900 void 0.000120
+gallium_dri.so free 0x557173459780 void 0.000122
+gallium_dri.so malloc 72 0x557173459780 0.000121
+gallium_dri.so free 0x5571734599c0 void 0.000122
+gallium_dri.so free 0x557173459780 void 0.000121
+gallium_dri.so malloc 72 0x557173459970 0.000121
+gallium_dri.so free 0x557173459a80 void 0.000121
+gallium_dri.so free 0x557173459970 void 0.000126
+gallium_dri.so malloc 72 0x557173459a30 0.000121
+gallium_dri.so free 0x557173459b00 void 0.000177
+gallium_dri.so free 0x557173459a30 void 0.000122
+gallium_dri.so malloc 72 0x557173459b50 0.000120
+gallium_dri.so free 0x55717345edc0 void 0.000121
+gallium_dri.so free 0x557173459b50 void 0.000122
+gallium_dri.so malloc 72 0x557173459b50 0.000122
+gallium_dri.so free 0x55717345ee80 void 0.000123
+gallium_dri.so free 0x557173459b50 void 0.000122
+gallium_dri.so malloc 72 0x557173459b50 0.000121
+gallium_dri.so free 0x55717345ef40 void 0.000128
+gallium_dri.so free 0x557173459b50 void 0.000123
+gallium_dri.so malloc 72 0x55717345eef0 0.000122
+gallium_dri.so free 0x55717345efc0 void 0.000121
+gallium_dri.so free 0x55717345eef0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f010 0.000121
+gallium_dri.so free 0x55717345f080 void 0.000122
+gallium_dri.so free 0x55717345f010 void 0.000121
+gallium_dri.so malloc 72 0x55717345f0c0 0.000121
+gallium_dri.so free 0x55717345f140 void 0.000122
+gallium_dri.so free 0x55717345f0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717345f0c0 0.000121
+gallium_dri.so free 0x55717345f1c0 void 0.000123
+gallium_dri.so free 0x55717345f0c0 void 0.000122
+gallium_dri.so malloc 72 0x55717345f1f0 0.000121
+gallium_dri.so free 0x55717345f240 void 0.000123
+gallium_dri.so free 0x55717345f1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717345f1f0 0.000123
+gallium_dri.so free 0x55717345f340 void 0.000122
+gallium_dri.so free 0x55717345f1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f2f0 0.000121
+gallium_dri.so free 0x55717345f400 void 0.000120
+gallium_dri.so free 0x55717345f2f0 void 0.000123
+gallium_dri.so malloc 72 0x55717345f3b0 0.000120
+gallium_dri.so free 0x55717345f440 void 0.000121
+gallium_dri.so free 0x55717345f3b0 void 0.000122
+gallium_dri.so malloc 72 0x55717345f3b0 0.000120
+gallium_dri.so free 0x55717345f500 void 0.000123
+gallium_dri.so free 0x55717345f3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f570 0.000124
+gallium_dri.so free 0x55717345f5c0 void 0.000122
+gallium_dri.so free 0x55717345f570 void 0.000123
+gallium_dri.so malloc 72 0x55717345f570 0.000121
+gallium_dri.so free 0x55717345f6c0 void 0.000121
+gallium_dri.so free 0x55717345f570 void 0.000122
+gallium_dri.so malloc 72 0x55717345f670 0.000122
+gallium_dri.so free 0x55717345f780 void 0.000122
+gallium_dri.so free 0x55717345f670 void 0.000122
+gallium_dri.so malloc 72 0x55717345f730 0.000121
+gallium_dri.so free 0x55717345f7c0 void 0.000121
+gallium_dri.so free 0x55717345f730 void 0.000122
+gallium_dri.so malloc 72 0x55717345f730 0.000122
+gallium_dri.so free 0x55717345f880 void 0.000187
+gallium_dri.so free 0x55717345f730 void 0.000122
+gallium_dri.so malloc 72 0x55717345f8c0 0.000121
+gallium_dri.so free 0x55717345f940 void 0.000122
+gallium_dri.so free 0x55717345f8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717345f940 0.000122
+gallium_dri.so free 0x55717345fa00 void 0.000121
+gallium_dri.so free 0x55717345f940 void 0.000121
+gallium_dri.so malloc 72 0x55717345f940 0.000122
+gallium_dri.so free 0x55717345fac0 void 0.000122
+gallium_dri.so free 0x55717345f940 void 0.000122
+gallium_dri.so malloc 72 0x55717345fae0 0.000121
+gallium_dri.so free 0x55717345fb80 void 0.000123
+gallium_dri.so free 0x55717345fae0 void 0.000128
+gallium_dri.so malloc 72 0x55717345fb30 0.000123
+gallium_dri.so free 0x55717345fc00 void 0.000122
+gallium_dri.so free 0x55717345fb30 void 0.000121
+gallium_dri.so malloc 72 0x55717345fb30 0.000121
+gallium_dri.so free 0x55717345fc80 void 0.000122
+gallium_dri.so free 0x55717345fb30 void 0.000122
+gallium_dri.so malloc 72 0x55717345fc80 0.000123
+gallium_dri.so free 0x55717345fd40 void 0.000141
+gallium_dri.so free 0x55717345fc80 void 0.000123
+gallium_dri.so malloc 72 0x55717345fc80 0.000121
+gallium_dri.so free 0x55717345fe00 void 0.000123
+gallium_dri.so free 0x55717345fc80 void 0.000112
+gallium_dri.so malloc 72 0x55717345fc80 0.000123
+gallium_dri.so free 0x55717345fec0 void 0.000121
+gallium_dri.so free 0x55717345fc80 void 0.000122
+gallium_dri.so malloc 72 0x55717345fe70 0.000121
+gallium_dri.so free 0x55717345ff80 void 0.000120
+gallium_dri.so free 0x55717345fe70 void 0.000122
+gallium_dri.so malloc 72 0x55717345ff30 0.000121
+gallium_dri.so free 0x557173460000 void 0.000122
+gallium_dri.so free 0x55717345ff30 void 0.000121
+gallium_dri.so malloc 72 0x557173460050 0.000120
+gallium_dri.so free 0x5571734600c0 void 0.000121
+gallium_dri.so free 0x557173460050 void 0.000121
+gallium_dri.so malloc 72 0x5571734600e0 0.000122
+gallium_dri.so free 0x557173460180 void 0.000121
+gallium_dri.so free 0x5571734600e0 void 0.000123
+gallium_dri.so malloc 72 0x557173460130 0.000121
+gallium_dri.so free 0x557173460200 void 0.000121
+gallium_dri.so free 0x557173460130 void 0.000120
+gallium_dri.so malloc 72 0x557173460130 0.000120
+gallium_dri.so free 0x557173460280 void 0.000121
+gallium_dri.so free 0x557173460130 void 0.000122
+gallium_dri.so malloc 72 0x557173460280 0.000122
+gallium_dri.so free 0x557173460340 void 0.000121
+gallium_dri.so free 0x557173460280 void 0.000120
+gallium_dri.so malloc 72 0x557173460280 0.000130
+gallium_dri.so free 0x5571735d5000 void 0.000124
+gallium_dri.so free 0x557173460280 void 0.000122
+gallium_dri.so malloc 72 0x557173460280 0.000122
+gallium_dri.so free 0x5571735d50c0 void 0.000121
+gallium_dri.so free 0x557173460280 void 0.000122
+gallium_dri.so malloc 72 0x557173460280 0.000123
+gallium_dri.so free 0x5571735d5180 void 0.000122
+gallium_dri.so free 0x557173460280 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5130 0.000121
+gallium_dri.so free 0x5571735d5200 void 0.000121
+gallium_dri.so free 0x5571735d5130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5250 0.000120
+gallium_dri.so free 0x5571735d52c0 void 0.000120
+gallium_dri.so free 0x5571735d5250 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52e0 0.000122
+gallium_dri.so free 0x5571735d5380 void 0.000121
+gallium_dri.so free 0x5571735d52e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5330 0.000123
+gallium_dri.so free 0x5571735d5400 void 0.000123
+gallium_dri.so free 0x5571735d5330 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5330 0.000121
+gallium_dri.so free 0x5571735d5500 void 0.000122
+gallium_dri.so free 0x5571735d5330 void 0.000124
+gallium_dri.so malloc 72 0x5571735d54b0 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000122
+gallium_dri.so free 0x5571735d54b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d55d0 0.000121
+gallium_dri.so free 0x5571735d5640 void 0.000122
+gallium_dri.so free 0x5571735d55d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5660 0.000122
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d5660 void 0.000122
+gallium_dri.so malloc 72 0x5571735d56b0 0.000122
+gallium_dri.so free 0x5571735d5780 void 0.000123
+gallium_dri.so free 0x5571735d56b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d56b0 0.000124
+gallium_dri.so free 0x5571735d5800 void 0.000122
+gallium_dri.so free 0x5571735d56b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5800 0.000122
+gallium_dri.so free 0x5571735d58c0 void 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5800 0.000122
+gallium_dri.so free 0x5571735d59c0 void 0.000122
+gallium_dri.so free 0x5571735d5800 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5800 0.000122
+gallium_dri.so free 0x5571735d5a40 void 0.000123
+gallium_dri.so free 0x5571735d5800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5a70 0.000122
+gallium_dri.so free 0x5571735d5ac0 void 0.000122
+gallium_dri.so free 0x5571735d5a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5a70 0.000124
+gallium_dri.so free 0x5571735d5bc0 void 0.000122
+gallium_dri.so free 0x5571735d5a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5b70 0.000121
+gallium_dri.so free 0x5571735d5c80 void 0.000121
+gallium_dri.so free 0x5571735d5b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c30 0.000123
+gallium_dri.so free 0x5571735d5cc0 void 0.000122
+gallium_dri.so free 0x5571735d5c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5c30 0.000121
+gallium_dri.so free 0x5571735d5d80 void 0.000123
+gallium_dri.so free 0x5571735d5c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5dd0 0.000122
+gallium_dri.so free 0x5571735d5e40 void 0.000123
+gallium_dri.so free 0x5571735d5dd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5e80 0.000121
+gallium_dri.so free 0x5571735d5f00 void 0.000121
+gallium_dri.so free 0x5571735d5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5f00 0.000124
+gallium_dri.so free 0x5571735d5fc0 void 0.000122
+gallium_dri.so free 0x5571735d5f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5f00 0.000120
+gallium_dri.so free 0x5571735d6040 void 0.000121
+gallium_dri.so free 0x5571735d5f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6070 0.000120
+gallium_dri.so free 0x5571735d60c0 void 0.000129
+gallium_dri.so free 0x5571735d6070 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6070 0.000121
+gallium_dri.so free 0x5571735d61c0 void 0.000123
+gallium_dri.so free 0x5571735d6070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6170 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000121
+gallium_dri.so free 0x5571735d6170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6230 0.000122
+gallium_dri.so free 0x5571735d6300 void 0.000122
+gallium_dri.so free 0x5571735d6230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6320 0.000122
+gallium_dri.so free 0x5571735d63c0 void 0.000121
+gallium_dri.so free 0x5571735d6320 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6370 0.000122
+gallium_dri.so free 0x5571735d6440 void 0.000122
+gallium_dri.so free 0x5571735d6370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6370 0.000121
+gallium_dri.so free 0x5571735d64c0 void 0.000121
+gallium_dri.so free 0x5571735d6370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d64c0 0.000123
+gallium_dri.so free 0x5571735d6580 void 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d64c0 0.000124
+gallium_dri.so free 0x5571735d6640 void 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d64c0 0.000123
+gallium_dri.so free 0x5571735d6700 void 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d66b0 0.000121
+gallium_dri.so free 0x5571735d6700 void 0.000121
+gallium_dri.so free 0x5571735d66b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d66b0 0.000121
+gallium_dri.so free 0x5571735d6800 void 0.000122
+gallium_dri.so free 0x5571735d66b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d67b0 0.000121
+gallium_dri.so free 0x5571735d68c0 void 0.000122
+gallium_dri.so free 0x5571735d67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6870 0.000122
+gallium_dri.so free 0x5571735d6900 void 0.000122
+gallium_dri.so free 0x5571735d6870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6870 0.000121
+gallium_dri.so free 0x5571735d69c0 void 0.000122
+gallium_dri.so free 0x5571735d6870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6a00 0.000122
+gallium_dri.so free 0x5571735d6a80 void 0.000121
+gallium_dri.so free 0x5571735d6a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6a80 0.000121
+gallium_dri.so free 0x5571735d6b40 void 0.000121
+gallium_dri.so free 0x5571735d6a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6a80 0.000129
+gallium_dri.so free 0x5571735d6c00 void 0.000123
+gallium_dri.so free 0x5571735d6a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6c20 0.000121
+gallium_dri.so free 0x5571735c7480 void 0.000122
+gallium_dri.so free 0x5571735d6c20 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6c20 0.000120
+gallium_dri.so free 0x5571735c7540 void 0.000120
+gallium_dri.so free 0x5571735d6c20 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7580 0.000124
+gallium_dri.so free 0x5571735c7600 void 0.000123
+gallium_dri.so free 0x5571735c7580 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7600 0.000120
+gallium_dri.so free 0x5571735c76c0 void 0.000123
+gallium_dri.so free 0x5571735c7600 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7600 0.000120
+gallium_dri.so free 0x5571735c7740 void 0.000122
+gallium_dri.so free 0x5571735c7600 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7770 0.000122
+gallium_dri.so free 0x5571735c77c0 void 0.000121
+gallium_dri.so free 0x5571735c7770 void 0.000122
+gallium_dri.so malloc 72 0x5571735c77c0 0.000120
+gallium_dri.so free 0x5571735c7880 void 0.000122
+gallium_dri.so free 0x5571735c77c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c77c0 0.000120
+gallium_dri.so free 0x5571735c7980 void 0.000122
+gallium_dri.so free 0x5571735c77c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c7930 0.000121
+gallium_dri.so free 0x5571735c7a40 void 0.000123
+gallium_dri.so free 0x5571735c7930 void 0.000123
+gallium_dri.so malloc 72 0x5571735c79f0 0.000121
+gallium_dri.so free 0x5571735c7a80 void 0.000122
+gallium_dri.so free 0x5571735c79f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c79f0 0.000121
+gallium_dri.so free 0x5571735c7b40 void 0.000121
+gallium_dri.so free 0x5571735c79f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7b80 0.000135
+gallium_dri.so free 0x5571735c7c00 void 0.000123
+gallium_dri.so free 0x5571735c7b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7c00 0.000121
+gallium_dri.so free 0x5571735c7cc0 void 0.000121
+gallium_dri.so free 0x5571735c7c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7c00 0.000123
+gallium_dri.so free 0x5571735c7d40 void 0.000122
+gallium_dri.so free 0x5571735c7c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7c00 0.000121
+gallium_dri.so free 0x5571735c7e00 void 0.000121
+gallium_dri.so free 0x5571735c7c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7c00 0.000121
+gallium_dri.so free 0x5571735c7ec0 void 0.000123
+gallium_dri.so free 0x5571735c7c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c7e70 0.000161
+gallium_dri.so free 0x5571735c7f40 void 0.000124
+gallium_dri.so free 0x5571735c7e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c7f90 0.000121
+gallium_dri.so free 0x5571735c8000 void 0.000121
+gallium_dri.so free 0x5571735c7f90 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8020 0.000121
+gallium_dri.so free 0x5571735c80c0 void 0.000121
+gallium_dri.so free 0x5571735c8020 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8070 0.000120
+gallium_dri.so free 0x5571735c8140 void 0.000121
+gallium_dri.so free 0x5571735c8070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8070 0.000121
+gallium_dri.so free 0x5571735c8240 void 0.000122
+gallium_dri.so free 0x5571735c8070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c81f0 0.000122
+gallium_dri.so free 0x5571735c82c0 void 0.000121
+gallium_dri.so free 0x5571735c81f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8310 0.000122
+gallium_dri.so free 0x5571735c8380 void 0.000121
+gallium_dri.so free 0x5571735c8310 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83a0 0.000120
+gallium_dri.so free 0x5571735c8440 void 0.000120
+gallium_dri.so free 0x5571735c83a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c83f0 0.000120
+gallium_dri.so free 0x5571735c84c0 void 0.000121
+gallium_dri.so free 0x5571735c83f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c83f0 0.000122
+gallium_dri.so free 0x5571735c8540 void 0.000122
+gallium_dri.so free 0x5571735c83f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8540 0.000121
+gallium_dri.so free 0x5571735c8600 void 0.000122
+gallium_dri.so free 0x5571735c8540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8540 0.000121
+gallium_dri.so free 0x5571735c8700 void 0.000121
+gallium_dri.so free 0x5571735c8540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c8540 0.000121
+gallium_dri.so free 0x5571735c8780 void 0.000120
+gallium_dri.so free 0x5571735c8540 void 0.000121
+gallium_dri.so malloc 72 0x5571735c87b0 0.000121
+gallium_dri.so free 0x5571735c8800 void 0.000121
+gallium_dri.so free 0x5571735c87b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c87b0 0.000120
+gallium_dri.so free 0x5571735c8900 void 0.000121
+gallium_dri.so free 0x5571735c87b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c88b0 0.000122
+gallium_dri.so free 0x5571735c89c0 void 0.000121
+gallium_dri.so free 0x5571735c88b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8970 0.000120
+gallium_dri.so free 0x5571735c8a00 void 0.000139
+gallium_dri.so free 0x5571735c8970 void 0.000122
+gallium_dri.so malloc 72 0x5571735c8970 0.000135
+gallium_dri.so free 0x5571735c8ac0 void 0.000122
+gallium_dri.so free 0x5571735c8970 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8b10 0.000120
+gallium_dri.so free 0x5571735c8b80 void 0.000121
+gallium_dri.so free 0x5571735c8b10 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8bc0 0.000121
+gallium_dri.so free 0x5571735c8c40 void 0.000122
+gallium_dri.so free 0x5571735c8bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8c40 0.000119
+gallium_dri.so free 0x5571735c8d00 void 0.000121
+gallium_dri.so free 0x5571735c8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8c40 0.000121
+gallium_dri.so free 0x5571735c8d80 void 0.000121
+gallium_dri.so free 0x5571735c8c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8db0 0.000121
+gallium_dri.so free 0x5571735c8e00 void 0.000121
+gallium_dri.so free 0x5571735c8db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c8db0 0.000120
+gallium_dri.so free 0x5571735c8f00 void 0.000123
+gallium_dri.so free 0x5571735c8db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8eb0 0.000120
+gallium_dri.so free 0x5571735c8fc0 void 0.000120
+gallium_dri.so free 0x5571735c8eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c8f70 0.000121
+gallium_dri.so free 0x5571735c9040 void 0.000170
+gallium_dri.so free 0x5571735c8f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c9060 0.000121
+gallium_dri.so free 0x5571735c9100 void 0.000121
+gallium_dri.so free 0x5571735c9060 void 0.000121
+gallium_dri.so malloc 72 0x5571735c90b0 0.000120
+gallium_dri.so free 0x5571735c9180 void 0.000122
+gallium_dri.so free 0x5571735c90b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c90b0 0.000120
+gallium_dri.so free 0x5571735c9200 void 0.000123
+gallium_dri.so free 0x5571735c90b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c9200 0.000120
+gallium_dri.so free 0x5571735c92c0 void 0.000121
+gallium_dri.so free 0x5571735c9200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9200 0.000120
+gallium_dri.so free 0x5571735c9380 void 0.000121
+gallium_dri.so free 0x5571735c9200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c9200 0.000120
+gallium_dri.so free 0x5571735c9440 void 0.000121
+gallium_dri.so free 0x5571735c9200 void 0.000122
+gallium_dri.so malloc 72 0x5571735c93f0 0.000120
+gallium_dri.so free 0x5571735c9440 void 0.000120
+gallium_dri.so free 0x5571735c93f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c93f0 0.000122
+gallium_dri.so free 0x5571735c5300 void 0.000121
+gallium_dri.so free 0x5571735c93f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5350 0.000130
+gallium_dri.so free 0x5571735c53c0 void 0.000122
+gallium_dri.so free 0x5571735c5350 void 0.000120
+gallium_dri.so malloc 72 0x5571735c53e0 0.000121
+gallium_dri.so free 0x5571735c5480 void 0.000122
+gallium_dri.so free 0x5571735c53e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5430 0.000120
+gallium_dri.so free 0x5571735c5500 void 0.000121
+gallium_dri.so free 0x5571735c5430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5430 0.000120
+gallium_dri.so free 0x5571735c5580 void 0.000121
+gallium_dri.so free 0x5571735c5430 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5580 0.000122
+gallium_dri.so free 0x5571735c5640 void 0.000121
+gallium_dri.so free 0x5571735c5580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5580 0.000122
+gallium_dri.so free 0x5571735c5740 void 0.000126
+gallium_dri.so free 0x5571735c5580 void 0.000123
+gallium_dri.so malloc 72 0x5571735c5580 0.000121
+gallium_dri.so free 0x5571735c57c0 void 0.000121
+gallium_dri.so free 0x5571735c5580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c57f0 0.000120
+gallium_dri.so free 0x5571735c5840 void 0.000122
+gallium_dri.so free 0x5571735c57f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c57f0 0.000122
+gallium_dri.so free 0x5571735c5940 void 0.000130
+gallium_dri.so free 0x5571735c57f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c58f0 0.000120
+gallium_dri.so free 0x5571735c5a00 void 0.000121
+gallium_dri.so free 0x5571735c58f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c59b0 0.000120
+gallium_dri.so free 0x5571735c5a40 void 0.000121
+gallium_dri.so free 0x5571735c59b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c59b0 0.000121
+gallium_dri.so free 0x5571735c5b00 void 0.000121
+gallium_dri.so free 0x5571735c59b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5b50 0.000121
+gallium_dri.so free 0x5571735c5bc0 void 0.000122
+gallium_dri.so free 0x5571735c5b50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5c00 0.000121
+gallium_dri.so free 0x5571735c5c80 void 0.000122
+gallium_dri.so free 0x5571735c5c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5c80 0.000122
+gallium_dri.so free 0x5571735c5d40 void 0.000122
+gallium_dri.so free 0x5571735c5c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5c80 0.000120
+gallium_dri.so free 0x5571735c5dc0 void 0.000121
+gallium_dri.so free 0x5571735c5c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5df0 0.000121
+gallium_dri.so free 0x5571735c5e40 void 0.000121
+gallium_dri.so free 0x5571735c5df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5df0 0.000170
+gallium_dri.so free 0x5571735c5f40 void 0.000122
+gallium_dri.so free 0x5571735c5df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5ef0 0.000121
+gallium_dri.so free 0x5571735c6000 void 0.000121
+gallium_dri.so free 0x5571735c5ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c5fb0 0.000120
+gallium_dri.so free 0x5571735c6080 void 0.000121
+gallium_dri.so free 0x5571735c5fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c60a0 0.000120
+gallium_dri.so free 0x5571735c6140 void 0.000121
+gallium_dri.so free 0x5571735c60a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c60f0 0.000122
+gallium_dri.so free 0x5571735c61c0 void 0.000120
+gallium_dri.so free 0x5571735c60f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c60f0 0.000120
+gallium_dri.so free 0x5571735c6240 void 0.000121
+gallium_dri.so free 0x5571735c60f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6240 0.000120
+gallium_dri.so free 0x5571735c6300 void 0.000122
+gallium_dri.so free 0x5571735c6240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6240 0.000121
+gallium_dri.so free 0x5571735c63c0 void 0.000121
+gallium_dri.so free 0x5571735c6240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6240 0.000125
+gallium_dri.so free 0x5571735c6480 void 0.000128
+gallium_dri.so free 0x5571735c6240 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6430 0.000121
+gallium_dri.so free 0x5571735c6480 void 0.000120
+gallium_dri.so free 0x5571735c6430 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6430 0.000122
+gallium_dri.so free 0x5571735c6580 void 0.000122
+gallium_dri.so free 0x5571735c6430 void 0.000126
+gallium_dri.so malloc 72 0x5571735c6530 0.000122
+gallium_dri.so free 0x5571735c6640 void 0.000121
+gallium_dri.so free 0x5571735c6530 void 0.000120
+gallium_dri.so malloc 72 0x5571735c65f0 0.000120
+gallium_dri.so free 0x5571735c6680 void 0.000121
+gallium_dri.so free 0x5571735c65f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c65f0 0.000121
+gallium_dri.so free 0x5571735c6740 void 0.000122
+gallium_dri.so free 0x5571735c65f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6780 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000121
+gallium_dri.so free 0x5571735c6780 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6800 0.000121
+gallium_dri.so free 0x5571735c68c0 void 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6800 0.000121
+gallium_dri.so free 0x5571735c6980 void 0.000121
+gallium_dri.so free 0x5571735c6800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c69a0 0.000131
+gallium_dri.so free 0x5571735c6a40 void 0.000123
+gallium_dri.so free 0x5571735c69a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c69f0 0.000121
+gallium_dri.so free 0x5571735c6ac0 void 0.000122
+gallium_dri.so free 0x5571735c69f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c69f0 0.000120
+gallium_dri.so free 0x5571735c6b40 void 0.000121
+gallium_dri.so free 0x5571735c69f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6b40 0.000121
+gallium_dri.so free 0x5571735c6c00 void 0.000121
+gallium_dri.so free 0x5571735c6b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6b40 0.000120
+gallium_dri.so free 0x5571735c6cc0 void 0.000121
+gallium_dri.so free 0x5571735c6b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6b40 0.000122
+gallium_dri.so free 0x5571735c6d80 void 0.000121
+gallium_dri.so free 0x5571735c6b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c6d30 0.000121
+gallium_dri.so free 0x5571735c6e40 void 0.000122
+gallium_dri.so free 0x5571735c6d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c6df0 0.000122
+gallium_dri.so free 0x5571735c6ec0 void 0.000121
+gallium_dri.so free 0x5571735c6df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c6f10 0.000120
+gallium_dri.so free 0x5571735c6f80 void 0.000120
+gallium_dri.so free 0x5571735c6f10 void 0.000125
+gallium_dri.so malloc 72 0x5571735c6fa0 0.000122
+gallium_dri.so free 0x5571735c7040 void 0.000123
+gallium_dri.so free 0x5571735c6fa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000121
+gallium_dri.so free 0x5571735c70c0 void 0.000122
+gallium_dri.so free 0x5571735c6ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c6ff0 0.000121
+gallium_dri.so free 0x5571735c7140 void 0.000121
+gallium_dri.so free 0x5571735c6ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c7140 0.000120
+gallium_dri.so free 0x5571735c7200 void 0.000124
+gallium_dri.so free 0x5571735c7140 void 0.000124
+gallium_dri.so malloc 72 0x5571735c7140 0.000122
+gallium_dri.so free 0x5571735c7300 void 0.000122
+gallium_dri.so free 0x5571735c7140 void 0.000122
+gallium_dri.so malloc 72 0x5571735c72b0 0.000122
+gallium_dri.so free 0x5571735c7340 void 0.000121
+gallium_dri.so free 0x5571735c72b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c72b0 0.000121
+gallium_dri.so free 0x557173462440 void 0.000122
+gallium_dri.so free 0x5571735c72b0 void 0.000121
+gallium_dri.so malloc 72 0x557173462480 0.000127
+gallium_dri.so free 0x557173462500 void 0.000123
+gallium_dri.so free 0x557173462480 void 0.000122
+gallium_dri.so malloc 72 0x557173462500 0.000130
+gallium_dri.so free 0x5571734625c0 void 0.000122
+gallium_dri.so free 0x557173462500 void 0.000123
+gallium_dri.so malloc 72 0x557173462500 0.000121
+gallium_dri.so free 0x557173462640 void 0.000123
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so malloc 72 0x557173462670 0.000122
+gallium_dri.so free 0x5571734626c0 void 0.000120
+gallium_dri.so free 0x557173462670 void 0.000120
+gallium_dri.so malloc 72 0x557173462670 0.000122
+gallium_dri.so free 0x5571734627c0 void 0.000122
+gallium_dri.so free 0x557173462670 void 0.000121
+gallium_dri.so malloc 72 0x557173462800 0.000120
+gallium_dri.so free 0x557173462880 void 0.000121
+gallium_dri.so free 0x557173462800 void 0.000121
+gallium_dri.so malloc 72 0x557173462880 0.000122
+gallium_dri.so free 0x557173462940 void 0.000123
+gallium_dri.so free 0x557173462880 void 0.000122
+gallium_dri.so malloc 72 0x557173462880 0.000121
+gallium_dri.so free 0x5571734629c0 void 0.000122
+gallium_dri.so free 0x557173462880 void 0.000120
+gallium_dri.so malloc 72 0x5571734629f0 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000121
+gallium_dri.so free 0x5571734629f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734629f0 0.000121
+gallium_dri.so free 0x557173462b40 void 0.000126
+gallium_dri.so free 0x5571734629f0 void 0.000122
+gallium_dri.so malloc 72 0x557173462af0 0.000120
+gallium_dri.so free 0x557173462c00 void 0.000122
+gallium_dri.so free 0x557173462af0 void 0.000121
+gallium_dri.so malloc 72 0x557173462bb0 0.000123
+gallium_dri.so free 0x557173462c80 void 0.000121
+gallium_dri.so free 0x557173462bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x557173462d40 void 0.000122
+gallium_dri.so free 0x557173462bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x557173462e00 void 0.000122
+gallium_dri.so free 0x557173462bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173462db0 0.000120
+gallium_dri.so free 0x557173462e80 void 0.000121
+gallium_dri.so free 0x557173462db0 void 0.000120
+gallium_dri.so malloc 72 0x557173462ed0 0.000120
+gallium_dri.so free 0x557173462f40 void 0.000121
+gallium_dri.so free 0x557173462ed0 void 0.000122
+gallium_dri.so malloc 72 0x557173462f60 0.000122
+gallium_dri.so free 0x557173463000 void 0.000120
+gallium_dri.so free 0x557173462f60 void 0.000120
+gallium_dri.so malloc 72 0x557173462fb0 0.000121
+gallium_dri.so free 0x557173463080 void 0.000121
+gallium_dri.so free 0x557173462fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173463080 0.000212
+gallium_dri.so free 0x557173463140 void 0.000150
+gallium_dri.so free 0x557173463080 void 0.000148
+gallium_dri.so malloc 72 0x557173463080 0.000148
+gallium_dri.so free 0x5571734631c0 void 0.000155
+gallium_dri.so free 0x557173463080 void 0.000150
+gallium_dri.so malloc 72 0x5571734631c0 0.000152
+gallium_dri.so free 0x557173463280 void 0.000150
+gallium_dri.so free 0x5571734631c0 void 0.000149
+gallium_dri.so malloc 72 0x5571734631c0 0.000152
+gallium_dri.so free 0x557173463340 void 0.000159
+gallium_dri.so free 0x5571734631c0 void 0.000152
+gallium_dri.so malloc 72 0x5571734631c0 0.000148
+gallium_dri.so free 0x557173463400 void 0.000154
+gallium_dri.so free 0x5571734631c0 void 0.000151
+gallium_dri.so malloc 72 0x5571734633b0 0.000150
+gallium_dri.so free 0x557173463480 void 0.000154
+gallium_dri.so free 0x5571734633b0 void 0.000152
+gallium_dri.so malloc 72 0x5571734634d0 0.000149
+gallium_dri.so free 0x557173463540 void 0.000149
+gallium_dri.so free 0x5571734634d0 void 0.000152
+gallium_dri.so malloc 72 0x557173463580 0.000163
+gallium_dri.so free 0x557173463600 void 0.000151
+gallium_dri.so free 0x557173463580 void 0.000148
+gallium_dri.so malloc 72 0x557173463580 0.000149
+gallium_dri.so free 0x557173463680 void 0.000131
+gallium_dri.so free 0x557173463580 void 0.000121
+gallium_dri.so malloc 72 0x5571734636b0 0.000121
+gallium_dri.so free 0x557173463700 void 0.000121
+gallium_dri.so free 0x5571734636b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734636b0 0.000122
+gallium_dri.so free 0x557173463800 void 0.000121
+gallium_dri.so free 0x5571734636b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734637b0 0.000121
+gallium_dri.so free 0x5571734638c0 void 0.000122
+gallium_dri.so free 0x5571734637b0 void 0.000121
+gallium_dri.so malloc 72 0x557173463870 0.000120
+gallium_dri.so free 0x557173463900 void 0.000121
+gallium_dri.so free 0x557173463870 void 0.000121
+gallium_dri.so malloc 72 0x557173463870 0.000121
+gallium_dri.so free 0x5571734639c0 void 0.000122
+gallium_dri.so free 0x557173463870 void 0.000121
+gallium_dri.so malloc 72 0x557173463a30 0.000122
+gallium_dri.so free 0x557173463a80 void 0.000122
+gallium_dri.so free 0x557173463a30 void 0.000121
+gallium_dri.so malloc 72 0x557173463a30 0.000120
+gallium_dri.so free 0x557173463b80 void 0.000123
+gallium_dri.so free 0x557173463a30 void 0.000123
+gallium_dri.so malloc 72 0x557173463b30 0.000120
+gallium_dri.so free 0x557173463c40 void 0.000120
+gallium_dri.so free 0x557173463b30 void 0.000122
+gallium_dri.so malloc 72 0x557173463bf0 0.000121
+gallium_dri.so free 0x557173463c80 void 0.000121
+gallium_dri.so free 0x557173463bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173463bf0 0.000122
+gallium_dri.so free 0x557173463d40 void 0.000121
+gallium_dri.so free 0x557173463bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173463d80 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000126
+gallium_dri.so free 0x557173463d80 void 0.000123
+gallium_dri.so malloc 72 0x557173463e00 0.000121
+gallium_dri.so free 0x557173463ec0 void 0.000123
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so malloc 72 0x557173463e00 0.000122
+gallium_dri.so free 0x557173463f80 void 0.000121
+gallium_dri.so free 0x557173463e00 void 0.000122
+gallium_dri.so malloc 72 0x557173463fa0 0.000121
+gallium_dri.so free 0x557173464040 void 0.000124
+gallium_dri.so free 0x557173463fa0 void 0.000120
+gallium_dri.so malloc 72 0x557173463ff0 0.000121
+gallium_dri.so free 0x5571734640c0 void 0.000121
+gallium_dri.so free 0x557173463ff0 void 0.000131
+gallium_dri.so malloc 72 0x557173463ff0 0.000122
+gallium_dri.so free 0x557173464140 void 0.000121
+gallium_dri.so free 0x557173463ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173464140 0.000122
+gallium_dri.so free 0x557173464200 void 0.000121
+gallium_dri.so free 0x557173464140 void 0.000120
+gallium_dri.so malloc 72 0x557173464140 0.000120
+gallium_dri.so free 0x5571734642c0 void 0.000121
+gallium_dri.so free 0x557173464140 void 0.000121
+gallium_dri.so malloc 72 0x557173464140 0.000123
+gallium_dri.so free 0x557173464380 void 0.000121
+gallium_dri.so free 0x557173464140 void 0.000122
+gallium_dri.so malloc 72 0x557173464330 0.000120
+gallium_dri.so free 0x557173464440 void 0.000120
+gallium_dri.so free 0x557173464330 void 0.000121
+gallium_dri.so malloc 72 0x5571734643f0 0.000120
+gallium_dri.so free 0x5571734644c0 void 0.000121
+gallium_dri.so free 0x5571734643f0 void 0.000120
+gallium_dri.so malloc 72 0x557173464510 0.000120
+gallium_dri.so free 0x557173464580 void 0.000121
+gallium_dri.so free 0x557173464510 void 0.000121
+gallium_dri.so malloc 72 0x5571734645a0 0.000120
+gallium_dri.so free 0x557173464640 void 0.000122
+gallium_dri.so free 0x5571734645a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734645f0 0.000172
+gallium_dri.so free 0x5571734646c0 void 0.000122
+gallium_dri.so free 0x5571734645f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734645f0 0.000120
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so free 0x5571734645f0 void 0.000122
+gallium_dri.so malloc 72 0x557173464740 0.000120
+gallium_dri.so free 0x557173464800 void 0.000122
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so malloc 72 0x557173464740 0.000120
+gallium_dri.so free 0x557173464900 void 0.000121
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so malloc 72 0x5571734648b0 0.000120
+gallium_dri.so free 0x557173464940 void 0.000122
+gallium_dri.so free 0x5571734648b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734648b0 0.000121
+gallium_dri.so free 0x557173464a00 void 0.000122
+gallium_dri.so free 0x5571734648b0 void 0.000121
+gallium_dri.so malloc 72 0x557173464a40 0.000122
+gallium_dri.so free 0x557173464ac0 void 0.000121
+gallium_dri.so free 0x557173464a40 void 0.000121
+gallium_dri.so malloc 72 0x557173464ac0 0.000120
+gallium_dri.so free 0x557173464b80 void 0.000121
+gallium_dri.so free 0x557173464ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173464ac0 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000122
+gallium_dri.so free 0x557173464ac0 void 0.000136
+gallium_dri.so malloc 72 0x557173464c30 0.000123
+gallium_dri.so free 0x557173464c80 void 0.000121
+gallium_dri.so free 0x557173464c30 void 0.000120
+gallium_dri.so malloc 72 0x557173464c30 0.000120
+gallium_dri.so free 0x557173464d80 void 0.000122
+gallium_dri.so free 0x557173464c30 void 0.000121
+gallium_dri.so malloc 72 0x557173464dc0 0.000120
+gallium_dri.so free 0x557173464e40 void 0.000121
+gallium_dri.so free 0x557173464dc0 void 0.000121
+gallium_dri.so malloc 72 0x557173464e40 0.000121
+gallium_dri.so free 0x557173464f00 void 0.000121
+gallium_dri.so free 0x557173464e40 void 0.000121
+gallium_dri.so malloc 72 0x557173464e40 0.000122
+gallium_dri.so free 0x557173464f80 void 0.000121
+gallium_dri.so free 0x557173464e40 void 0.000120
+gallium_dri.so malloc 72 0x557173464fb0 0.000120
+gallium_dri.so free 0x557173465000 void 0.000121
+gallium_dri.so free 0x557173464fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173464fb0 0.000126
+gallium_dri.so free 0x557173465100 void 0.000123
+gallium_dri.so free 0x557173464fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571734650b0 0.000120
+gallium_dri.so free 0x5571734651c0 void 0.000121
+gallium_dri.so free 0x5571734650b0 void 0.000121
+gallium_dri.so malloc 72 0x557173465170 0.000130
+gallium_dri.so free 0x557173465240 void 0.000124
+gallium_dri.so free 0x557173465170 void 0.000121
+gallium_dri.so malloc 72 0x557173465170 0.000122
+gallium_dri.so free 0x557173465300 void 0.000121
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x5571734653c0 void 0.000121
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x557173465370 0.000122
+gallium_dri.so free 0x557173465440 void 0.000120
+gallium_dri.so free 0x557173465370 void 0.000120
+gallium_dri.so malloc 72 0x557173465490 0.000122
+gallium_dri.so free 0x557173465500 void 0.000121
+gallium_dri.so free 0x557173465490 void 0.000124
+gallium_dri.so malloc 72 0x557173465520 0.000121
+gallium_dri.so free 0x5571734655c0 void 0.000122
+gallium_dri.so free 0x557173465520 void 0.000120
+gallium_dri.so malloc 72 0x557173465570 0.000121
+gallium_dri.so free 0x557173465640 void 0.000121
+gallium_dri.so free 0x557173465570 void 0.000121
+gallium_dri.so malloc 72 0x557173465640 0.000121
+gallium_dri.so free 0x557173465700 void 0.000120
+gallium_dri.so free 0x557173465640 void 0.000121
+gallium_dri.so malloc 72 0x557173465640 0.000120
+gallium_dri.so free 0x557173465780 void 0.000122
+gallium_dri.so free 0x557173465640 void 0.000166
+gallium_dri.so malloc 72 0x557173465780 0.000122
+gallium_dri.so free 0x557173465840 void 0.000121
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so malloc 72 0x557173465780 0.000120
+gallium_dri.so free 0x557173465900 void 0.000122
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so malloc 72 0x557173465780 0.000120
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so malloc 72 0x557173465970 0.000121
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so free 0x557173465970 void 0.000120
+gallium_dri.so malloc 72 0x557173465a90 0.000122
+gallium_dri.so free 0x557173465b00 void 0.000126
+gallium_dri.so free 0x557173465a90 void 0.000121
+gallium_dri.so malloc 72 0x557173465b40 0.000121
+gallium_dri.so free 0x557173465bc0 void 0.000122
+gallium_dri.so free 0x557173465b40 void 0.000120
+gallium_dri.so malloc 72 0x557173465b40 0.000120
+gallium_dri.so free 0x557173465c40 void 0.000121
+gallium_dri.so free 0x557173465b40 void 0.000121
+gallium_dri.so malloc 72 0x557173465c70 0.000121
+gallium_dri.so free 0x557173465cc0 void 0.000121
+gallium_dri.so free 0x557173465c70 void 0.000121
+gallium_dri.so malloc 72 0x557173465c70 0.000130
+gallium_dri.so free 0x557173465dc0 void 0.000115
+gallium_dri.so free 0x557173465c70 void 0.000113
+gallium_dri.so malloc 72 0x557173465d70 0.000114
+gallium_dri.so free 0x557173465e80 void 0.000113
+gallium_dri.so free 0x557173465d70 void 0.000113
+gallium_dri.so malloc 72 0x557173465e30 0.000112
+gallium_dri.so free 0x557173465ec0 void 0.000113
+gallium_dri.so free 0x557173465e30 void 0.000113
+gallium_dri.so malloc 72 0x557173465e30 0.000114
+gallium_dri.so free 0x557173465f80 void 0.000117
+gallium_dri.so free 0x557173465e30 void 0.000113
+gallium_dri.so malloc 72 0x557173465ff0 0.000114
+gallium_dri.so free 0x557173466040 void 0.000112
+gallium_dri.so free 0x557173465ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173465ff0 0.000113
+gallium_dri.so free 0x557173466140 void 0.000112
+gallium_dri.so free 0x557173465ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571734660f0 0.000113
+gallium_dri.so free 0x557173466200 void 0.000113
+gallium_dri.so free 0x5571734660f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734661b0 0.000114
+gallium_dri.so free 0x557173466240 void 0.000115
+gallium_dri.so free 0x5571734661b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734661b0 0.000113
+gallium_dri.so free 0x557173466300 void 0.000114
+gallium_dri.so free 0x5571734661b0 void 0.000113
+gallium_dri.so malloc 72 0x557173466340 0.000112
+gallium_dri.so free 0x5571734663c0 void 0.000136
+gallium_dri.so free 0x557173466340 void 0.000121
+gallium_dri.so malloc 72 0x5571734663c0 0.000120
+gallium_dri.so free 0x557173466480 void 0.000122
+gallium_dri.so free 0x5571734663c0 void 0.000123
+gallium_dri.so malloc 72 0x5571734663c0 0.000122
+gallium_dri.so free 0x557173466540 void 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so malloc 72 0x557173466560 0.000119
+gallium_dri.so free 0x557173466600 void 0.000121
+gallium_dri.so free 0x557173466560 void 0.000120
+gallium_dri.so malloc 72 0x5571734665b0 0.000120
+gallium_dri.so free 0x557173466680 void 0.000121
+gallium_dri.so free 0x5571734665b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734665b0 0.000120
+gallium_dri.so free 0x557173466700 void 0.000120
+gallium_dri.so free 0x5571734665b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466700 0.000121
+gallium_dri.so free 0x5571734667c0 void 0.000121
+gallium_dri.so free 0x557173466700 void 0.000120
+gallium_dri.so malloc 72 0x557173466700 0.000119
+gallium_dri.so free 0x557173466880 void 0.000121
+gallium_dri.so free 0x557173466700 void 0.000120
+gallium_dri.so malloc 72 0x557173466700 0.000120
+gallium_dri.so free 0x557173466940 void 0.000121
+gallium_dri.so free 0x557173466700 void 0.000119
+gallium_dri.so malloc 72 0x5571734668f0 0.000123
+gallium_dri.so free 0x557173466a00 void 0.000138
+gallium_dri.so free 0x5571734668f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734669b0 0.000120
+gallium_dri.so free 0x557173466a80 void 0.000120
+gallium_dri.so free 0x5571734669b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466ad0 0.000122
+gallium_dri.so free 0x557173466b40 void 0.000121
+gallium_dri.so free 0x557173466ad0 void 0.000120
+gallium_dri.so malloc 72 0x557173466b60 0.000120
+gallium_dri.so free 0x557173466c00 void 0.000120
+gallium_dri.so free 0x557173466b60 void 0.000120
+gallium_dri.so malloc 72 0x557173466bb0 0.000121
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so free 0x557173466bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173466bb0 0.000120
+gallium_dri.so free 0x557173466d00 void 0.000120
+gallium_dri.so free 0x557173466bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173466d00 0.000122
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173466d00 void 0.000121
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466ec0 void 0.000121
+gallium_dri.so free 0x557173466d00 void 0.000121
+gallium_dri.so malloc 72 0x557173466e70 0.000119
+gallium_dri.so free 0x557173466f00 void 0.000138
+gallium_dri.so free 0x557173466e70 void 0.000122
+gallium_dri.so malloc 72 0x557173466e70 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000121
+gallium_dri.so free 0x557173466e70 void 0.000120
+gallium_dri.so malloc 72 0x557173467000 0.000121
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173467000 void 0.000121
+gallium_dri.so malloc 72 0x557173467080 0.000121
+gallium_dri.so free 0x557173467140 void 0.000121
+gallium_dri.so free 0x557173467080 void 0.000121
+gallium_dri.so malloc 72 0x557173467080 0.000121
+gallium_dri.so free 0x5571734671c0 void 0.000120
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so malloc 72 0x5571734671f0 0.000121
+gallium_dri.so free 0x557173467240 void 0.000121
+gallium_dri.so free 0x5571734671f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734671f0 0.000119
+gallium_dri.so free 0x557173467340 void 0.000122
+gallium_dri.so free 0x5571734671f0 void 0.000120
+gallium_dri.so malloc 72 0x557173467380 0.000123
+gallium_dri.so free 0x557173467400 void 0.000121
+gallium_dri.so free 0x557173467380 void 0.000121
+gallium_dri.so malloc 72 0x557173467400 0.000120
+gallium_dri.so free 0x5571734674c0 void 0.000121
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so malloc 72 0x557173467400 0.000126
+gallium_dri.so free 0x557173467540 void 0.000121
+gallium_dri.so free 0x557173467400 void 0.000122
+gallium_dri.so malloc 72 0x557173467570 0.000120
+gallium_dri.so free 0x5571734675c0 void 0.000121
+gallium_dri.so free 0x557173467570 void 0.000120
+gallium_dri.so malloc 72 0x557173467570 0.000121
+gallium_dri.so free 0x5571734676c0 void 0.000122
+gallium_dri.so free 0x557173467570 void 0.000120
+gallium_dri.so malloc 72 0x557173467670 0.000121
+gallium_dri.so free 0x557173467780 void 0.000122
+gallium_dri.so free 0x557173467670 void 0.000121
+gallium_dri.so malloc 72 0x557173467730 0.000121
+gallium_dri.so free 0x557173467800 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000140
+gallium_dri.so malloc 72 0x557173467730 0.000122
+gallium_dri.so free 0x5571734678c0 void 0.000123
+gallium_dri.so free 0x557173467730 void 0.000121
+gallium_dri.so malloc 72 0x557173467730 0.000122
+gallium_dri.so free 0x557173467980 void 0.000121
+gallium_dri.so free 0x557173467730 void 0.000121
+gallium_dri.so malloc 72 0x557173467930 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so free 0x557173467930 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000124
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb380 0.000123
+gallium_dri.so free 0x5571735eb500 void 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb380 0.000121
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb570 0.000120
+gallium_dri.so free 0x5571735eb680 void 0.000119
+gallium_dri.so free 0x5571735eb570 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb630 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so free 0x5571735eb630 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb750 0.000120
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so free 0x5571735eb750 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb7e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000122
+gallium_dri.so free 0x5571735eb830 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735eb980 void 0.000121
+gallium_dri.so free 0x5571735eb830 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb980 0.000121
+gallium_dri.so free 0x5571735eba40 void 0.000120
+gallium_dri.so free 0x5571735eb980 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb980 0.000121
+gallium_dri.so free 0x5571735ebb40 void 0.000121
+gallium_dri.so free 0x5571735eb980 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000122
+gallium_dri.so free 0x5571735ebb80 void 0.000120
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc80 0.000121
+gallium_dri.so free 0x5571735ebd00 void 0.000120
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebd00 0.000119
+gallium_dri.so free 0x5571735ebdc0 void 0.000122
+gallium_dri.so free 0x5571735ebd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd00 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000122
+gallium_dri.so free 0x5571735ebd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe70 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000121
+gallium_dri.so free 0x5571735ebe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000124
+gallium_dri.so free 0x5571735ebe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec000 0.000140
+gallium_dri.so free 0x5571735ec080 void 0.000122
+gallium_dri.so free 0x5571735ec000 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec080 0.000121
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec080 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000121
+gallium_dri.so free 0x5571735ec240 void 0.000122
+gallium_dri.so free 0x5571735ec1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735ec1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000120
+gallium_dri.so free 0x5571735ec400 void 0.000122
+gallium_dri.so free 0x5571735ec2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000120
+gallium_dri.so free 0x5571735ec3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000121
+gallium_dri.so free 0x5571735ec600 void 0.000119
+gallium_dri.so free 0x5571735ec3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000121
+gallium_dri.so free 0x5571735ec680 void 0.000121
+gallium_dri.so free 0x5571735ec5b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec6d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec760 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec760 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000121
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so free 0x5571735ec7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec880 0.000121
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec880 0.000120
+gallium_dri.so free 0x5571735ec9c0 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735eca80 void 0.000120
+gallium_dri.so free 0x5571735ec9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000127
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000122
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000121
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so free 0x5571735ecbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eccd0 0.000121
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735eccd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd80 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so free 0x5571735ecd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd80 0.000120
+gallium_dri.so free 0x5571735ece80 void 0.000138
+gallium_dri.so free 0x5571735ecd80 void 0.000122
+gallium_dri.so malloc 72 0x5571735eceb0 0.000120
+gallium_dri.so free 0x5571735ecf00 void 0.000120
+gallium_dri.so free 0x5571735eceb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eceb0 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735eceb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000121
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed070 0.000121
+gallium_dri.so free 0x5571735ed100 void 0.000120
+gallium_dri.so free 0x5571735ed070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed070 0.000121
+gallium_dri.so free 0x5571735ed1c0 void 0.000122
+gallium_dri.so free 0x5571735ed070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed230 0.000122
+gallium_dri.so free 0x5571735ed280 void 0.000123
+gallium_dri.so free 0x5571735ed230 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed230 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000121
+gallium_dri.so free 0x5571735ed230 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed330 0.000121
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735ed330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000122
+gallium_dri.so free 0x5571735ed480 void 0.000121
+gallium_dri.so free 0x5571735ed3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000120
+gallium_dri.so free 0x5571735ed540 void 0.000122
+gallium_dri.so free 0x5571735ed3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed580 0.000122
+gallium_dri.so free 0x5571735ed600 void 0.000119
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed600 0.000129
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed600 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed600 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed600 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000122
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed7a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000122
+gallium_dri.so free 0x5571735ed7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so free 0x5571735ed7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735eda00 void 0.000124
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed940 0.000120
+gallium_dri.so free 0x5571735edac0 void 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed940 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb30 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000183
+gallium_dri.so free 0x5571735edb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735edbf0 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000129
+gallium_dri.so free 0x5571735edbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735edd10 0.000121
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edd10 void 0.000122
+gallium_dri.so malloc 72 0x5571735edda0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000120
+gallium_dri.so free 0x5571735edda0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eddf0 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000121
+gallium_dri.so free 0x5571735eddf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eddf0 0.000121
+gallium_dri.so free 0x5571735edf40 void 0.000122
+gallium_dri.so free 0x5571735eddf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edf40 0.000122
+gallium_dri.so free 0x5571735ee000 void 0.000121
+gallium_dri.so free 0x5571735edf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735edf40 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so free 0x5571735edf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000121
+gallium_dri.so free 0x5571735ee140 void 0.000122
+gallium_dri.so free 0x5571735ee0b0 void 0.000175
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000122
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so free 0x5571735ee0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee240 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000120
+gallium_dri.so free 0x5571735ee240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000120
+gallium_dri.so free 0x5571735ee380 void 0.000122
+gallium_dri.so free 0x5571735ee2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000121
+gallium_dri.so free 0x5571735ee400 void 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee430 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000121
+gallium_dri.so free 0x5571735ee430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee430 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000127
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000120
+gallium_dri.so free 0x5571735ee780 void 0.000123
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000121
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735ee7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so free 0x5571735ee7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee970 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so free 0x5571735ee970 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee970 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so free 0x5571735ee970 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee970 0.000124
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735ee970 void 0.000122
+gallium_dri.so malloc 72 0x5571735eeb70 0.000122
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec90 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec90 void 0.000163
+gallium_dri.so malloc 72 0x5571735eed20 0.000123
+gallium_dri.so free 0x5571735eedc0 void 0.000122
+gallium_dri.so free 0x5571735eed20 void 0.000122
+gallium_dri.so malloc 72 0x5571735eed70 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000145
+gallium_dri.so free 0x5571735eed70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee40 0.000121
+gallium_dri.so free 0x5571735eef00 void 0.000123
+gallium_dri.so free 0x5571735eee40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee40 0.000121
+gallium_dri.so free 0x5571735eef80 void 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef80 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000122
+gallium_dri.so free 0x5571735eef80 void 0.000121
+gallium_dri.so malloc 72 0x5571735eef80 0.000121
+gallium_dri.so free 0x5571735ef100 void 0.000122
+gallium_dri.so free 0x5571735eef80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef80 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735eef80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef170 0.000119
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so free 0x5571735ef170 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef290 0.000173
+gallium_dri.so free 0x5571735ef300 void 0.000122
+gallium_dri.so free 0x5571735ef290 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef340 0.000122
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef340 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000121
+gallium_dri.so free 0x5571735ef340 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef470 0.000124
+gallium_dri.so free 0x5571735ef4c0 void 0.000122
+gallium_dri.so free 0x5571735ef470 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef470 0.000120
+gallium_dri.so free 0x5571735ef5c0 void 0.000119
+gallium_dri.so free 0x5571735ef470 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef570 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so free 0x5571735ef570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef630 0.000120
+gallium_dri.so free 0x5571735ef6c0 void 0.000121
+gallium_dri.so free 0x5571735ef630 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef630 0.000121
+gallium_dri.so free 0x5571735ef780 void 0.000123
+gallium_dri.so free 0x5571735ef630 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000121
+gallium_dri.so free 0x5571735ef840 void 0.000120
+gallium_dri.so free 0x5571735ef7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000122
+gallium_dri.so free 0x5571735ef940 void 0.000121
+gallium_dri.so free 0x5571735ef7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000139
+gallium_dri.so free 0x5571735efa00 void 0.000122
+gallium_dri.so free 0x5571735ef8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000121
+gallium_dri.so free 0x5571735efa40 void 0.000122
+gallium_dri.so free 0x5571735ef9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000122
+gallium_dri.so free 0x5571735efb00 void 0.000121
+gallium_dri.so free 0x5571735ef9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb40 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735efbc0 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000122
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbc0 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efd60 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd60 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdb0 0.000131
+gallium_dri.so free 0x5571735efe80 void 0.000121
+gallium_dri.so free 0x5571735efdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efdb0 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff00 0.000120
+gallium_dri.so free 0x5571735effc0 void 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eff00 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so malloc 72 0x5571735eff00 0.000122
+gallium_dri.so free 0x5571735f0140 void 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f00f0 0.000120
+gallium_dri.so free 0x5571735f0200 void 0.000123
+gallium_dri.so free 0x5571735f00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f01b0 0.000122
+gallium_dri.so free 0x5571735f0280 void 0.000121
+gallium_dri.so free 0x5571735f01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f02d0 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f02d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0360 0.000121
+gallium_dri.so free 0x5571735f0400 void 0.000127
+gallium_dri.so free 0x5571735f0360 void 0.000124
+gallium_dri.so malloc 72 0x5571735f03b0 0.000120
+gallium_dri.so free 0x5571735f0480 void 0.000122
+gallium_dri.so free 0x5571735f03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03b0 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0500 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000122
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0500 0.000121
+gallium_dri.so free 0x5571735f06c0 void 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0670 0.000120
+gallium_dri.so free 0x5571735f0700 void 0.000121
+gallium_dri.so free 0x5571735f0670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0670 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000138
+gallium_dri.so free 0x5571735f0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0800 0.000121
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0880 0.000121
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0880 0.000170
+gallium_dri.so free 0x5571735f09c0 void 0.000122
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f09f0 0.000120
+gallium_dri.so free 0x5571735f0a40 void 0.000120
+gallium_dri.so free 0x5571735f09f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f09f0 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000122
+gallium_dri.so free 0x5571735f09f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b80 0.000123
+gallium_dri.so free 0x5571735f0c00 void 0.000121
+gallium_dri.so free 0x5571735f0b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0c00 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0c00 0.000122
+gallium_dri.so free 0x5571735f0d40 void 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0d70 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000119
+gallium_dri.so free 0x5571735f0d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d70 0.000121
+gallium_dri.so free 0x5571735f0ec0 void 0.000121
+gallium_dri.so free 0x5571735f0d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e70 0.000121
+gallium_dri.so free 0x5571735f0f80 void 0.000169
+gallium_dri.so free 0x5571735f0e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0f30 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000122
+gallium_dri.so free 0x5571735f0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0f30 0.000122
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so free 0x5571735f0f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0f30 0.000120
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so free 0x5571735f0f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1130 0.000120
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f1130 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1250 0.000120
+gallium_dri.so free 0x5571735f12c0 void 0.000122
+gallium_dri.so free 0x5571735f1250 void 0.000122
+gallium_dri.so malloc 72 0x5571735f12e0 0.000121
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f12e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1330 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so free 0x5571735f1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1400 0.000121
+gallium_dri.so free 0x5571735f14c0 void 0.000122
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1400 0.000110
+gallium_dri.so free 0x5571735f1540 void 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1540 0.000121
+gallium_dri.so free 0x5571735f1600 void 0.000122
+gallium_dri.so free 0x5571735f1540 void 0.000136
+gallium_dri.so malloc 72 0x5571735f1540 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f1540 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1540 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000120
+gallium_dri.so free 0x5571735f1540 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1730 0.000121
+gallium_dri.so free 0x5571735f1800 void 0.000122
+gallium_dri.so free 0x5571735f1730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1850 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f1850 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000122
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1900 0.000122
+gallium_dri.so free 0x5571735f1a00 void 0.000122
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a30 0.000121
+gallium_dri.so free 0x5571735f1a80 void 0.000191
+gallium_dri.so free 0x5571735f1a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1a30 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1b30 0.000121
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000120
+gallium_dri.so free 0x5571735f1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000122
+gallium_dri.so free 0x5571735f1d40 void 0.000122
+gallium_dri.so free 0x5571735f1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1db0 0.000123
+gallium_dri.so free 0x5571735f1e00 void 0.000120
+gallium_dri.so free 0x5571735f1db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1db0 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000123
+gallium_dri.so free 0x5571735f1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000120
+gallium_dri.so free 0x5571735f1fc0 void 0.000122
+gallium_dri.so free 0x5571735f1eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1f70 0.000119
+gallium_dri.so free 0x5571735f2000 void 0.000121
+gallium_dri.so free 0x5571735f1f70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1f70 0.000121
+gallium_dri.so free 0x5571735f20c0 void 0.000121
+gallium_dri.so free 0x5571735f1f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2180 0.000122
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2180 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2320 0.000121
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2320 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so free 0x5571735f2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2370 0.000126
+gallium_dri.so free 0x5571735f24c0 void 0.000122
+gallium_dri.so free 0x5571735f2370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24c0 0.000121
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000131
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24c0 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f26b0 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000121
+gallium_dri.so free 0x5571735f26b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2770 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f2770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2890 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000121
+gallium_dri.so free 0x5571735f2890 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2920 0.000121
+gallium_dri.so free 0x5571735f29c0 void 0.000120
+gallium_dri.so free 0x5571735f2920 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2970 0.000119
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000122
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000121
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000212
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000124
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c30 0.000120
+gallium_dri.so free 0x5571735f2cc0 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c30 0.000120
+gallium_dri.so free 0x5571735f2d80 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000121
+gallium_dri.so free 0x5571735f2dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e40 0.000120
+gallium_dri.so free 0x5571735f2f00 void 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2e40 0.000122
+gallium_dri.so free 0x5571735f2f80 void 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000120
+gallium_dri.so free 0x5571735f3000 void 0.000121
+gallium_dri.so free 0x5571735f2fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000121
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so free 0x5571735f2fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3140 0.000171
+gallium_dri.so free 0x5571735f31c0 void 0.000123
+gallium_dri.so free 0x5571735f3140 void 0.000122
+gallium_dri.so malloc 72 0x5571735f31c0 0.000122
+gallium_dri.so free 0x5571735f3280 void 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31c0 0.000135
+gallium_dri.so free 0x5571735f3300 void 0.000123
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3330 0.000124
+gallium_dri.so free 0x5571735f3380 void 0.000121
+gallium_dri.so free 0x5571735f3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3330 0.000121
+gallium_dri.so free 0x5571735f3480 void 0.000120
+gallium_dri.so free 0x5571735f3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3430 0.000120
+gallium_dri.so free 0x5571735f3540 void 0.000121
+gallium_dri.so free 0x5571735f3430 void 0.000122
+gallium_dri.so malloc 72 0x5571735f34f0 0.000121
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f34f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f34f0 0.000121
+gallium_dri.so free 0x5571735f3680 void 0.000121
+gallium_dri.so free 0x5571735f34f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735f36b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f36b0 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000121
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da940 0.000122
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000122
+gallium_dri.so malloc 72 0x5571735da940 0.000121
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000121
+gallium_dri.so malloc 72 0x5571735da940 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000121
+gallium_dri.so free 0x5571735dab30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dabf0 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so free 0x5571735dabf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dad10 0.000120
+gallium_dri.so free 0x5571735dad80 void 0.000121
+gallium_dri.so free 0x5571735dad10 void 0.000121
+gallium_dri.so malloc 72 0x5571735dada0 0.000120
+gallium_dri.so free 0x5571735dae40 void 0.000121
+gallium_dri.so free 0x5571735dada0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dadf0 0.000166
+gallium_dri.so free 0x5571735daec0 void 0.000123
+gallium_dri.so free 0x5571735dadf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dadf0 0.000122
+gallium_dri.so free 0x5571735daf40 void 0.000119
+gallium_dri.so free 0x5571735dadf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daf40 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000120
+gallium_dri.so free 0x5571735daf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735daf40 0.000121
+gallium_dri.so free 0x5571735db100 void 0.000120
+gallium_dri.so free 0x5571735daf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735db0b0 0.000126
+gallium_dri.so free 0x5571735db140 void 0.000122
+gallium_dri.so free 0x5571735db0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db0b0 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000119
+gallium_dri.so free 0x5571735db0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db240 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000138
+gallium_dri.so free 0x5571735db240 void 0.000121
+gallium_dri.so malloc 72 0x5571735db2c0 0.000122
+gallium_dri.so free 0x5571735db380 void 0.000122
+gallium_dri.so free 0x5571735db2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db2c0 0.000119
+gallium_dri.so free 0x5571735db400 void 0.000131
+gallium_dri.so free 0x5571735db2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db430 0.000121
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735db430 void 0.000120
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x5571735db430 void 0.000121
+gallium_dri.so malloc 72 0x5571735db5c0 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000122
+gallium_dri.so free 0x5571735db5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db640 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so malloc 72 0x5571735db640 0.000121
+gallium_dri.so free 0x5571735db780 void 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so malloc 72 0x5571735db7b0 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db7b0 0.000121
+gallium_dri.so free 0x5571735db900 void 0.000122
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db8b0 0.000122
+gallium_dri.so free 0x5571735db9c0 void 0.000121
+gallium_dri.so free 0x5571735db8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db970 0.000129
+gallium_dri.so free 0x5571735dba40 void 0.000122
+gallium_dri.so free 0x5571735db970 void 0.000122
+gallium_dri.so malloc 72 0x5571735db970 0.000120
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735db970 void 0.000120
+gallium_dri.so malloc 72 0x5571735db970 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735db970 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbc40 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc90 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000123
+gallium_dri.so free 0x5571735dbc90 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd20 0.000121
+gallium_dri.so free 0x5571735dbdc0 void 0.000122
+gallium_dri.so free 0x5571735dbd20 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd70 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so free 0x5571735dbd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbe40 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000121
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbe40 0.000121
+gallium_dri.so free 0x5571735dbf80 void 0.000164
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbf80 0.000126
+gallium_dri.so free 0x5571735dc040 void 0.000123
+gallium_dri.so free 0x5571735dbf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf80 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000121
+gallium_dri.so free 0x5571735dbf80 void 0.000138
+gallium_dri.so malloc 72 0x5571735dbf80 0.000121
+gallium_dri.so free 0x5571735dc1c0 void 0.000123
+gallium_dri.so free 0x5571735dbf80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc170 0.000122
+gallium_dri.so free 0x5571735dc240 void 0.000122
+gallium_dri.so free 0x5571735dc170 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc290 0.000121
+gallium_dri.so free 0x5571735dc300 void 0.000120
+gallium_dri.so free 0x5571735dc290 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc340 0.000120
+gallium_dri.so free 0x5571735dc3c0 void 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc340 0.000119
+gallium_dri.so free 0x5571735dc440 void 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc470 0.000119
+gallium_dri.so free 0x5571735dc4c0 void 0.000119
+gallium_dri.so free 0x5571735dc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc470 0.000121
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so free 0x5571735dc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc570 0.000121
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000122
+gallium_dri.so free 0x5571735dc630 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000121
+gallium_dri.so free 0x5571735dc630 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000120
+gallium_dri.so free 0x5571735dc840 void 0.000120
+gallium_dri.so free 0x5571735dc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000122
+gallium_dri.so free 0x5571735dc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000121
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000121
+gallium_dri.so free 0x5571735dca40 void 0.000122
+gallium_dri.so free 0x5571735dc9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000121
+gallium_dri.so free 0x5571735dcb00 void 0.000130
+gallium_dri.so free 0x5571735dc9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb40 0.000121
+gallium_dri.so free 0x5571735dcbc0 void 0.000121
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000123
+gallium_dri.so free 0x5571735dcc80 void 0.000121
+gallium_dri.so free 0x5571735dcbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000121
+gallium_dri.so free 0x5571735dcd40 void 0.000121
+gallium_dri.so free 0x5571735dcbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd60 0.000121
+gallium_dri.so free 0x5571735dce00 void 0.000123
+gallium_dri.so free 0x5571735dcd60 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000127
+gallium_dri.so free 0x5571735dcdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf00 0.000140
+gallium_dri.so free 0x5571735dcfc0 void 0.000122
+gallium_dri.so free 0x5571735dcf00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcf00 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000123
+gallium_dri.so free 0x5571735dcf00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcf00 0.000124
+gallium_dri.so free 0x5571735dd140 void 0.000121
+gallium_dri.so free 0x5571735dcf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000121
+gallium_dri.so free 0x5571735dd200 void 0.000121
+gallium_dri.so free 0x5571735dd0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000121
+gallium_dri.so free 0x5571735dd340 void 0.000121
+gallium_dri.so free 0x5571735dd2d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd360 0.000122
+gallium_dri.so free 0x5571735dd400 void 0.000120
+gallium_dri.so free 0x5571735dd360 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000121
+gallium_dri.so free 0x5571735dd480 void 0.000122
+gallium_dri.so free 0x5571735dd3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000121
+gallium_dri.so free 0x5571735dd500 void 0.000122
+gallium_dri.so free 0x5571735dd3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd500 0.000120
+gallium_dri.so free 0x5571735dd5c0 void 0.000120
+gallium_dri.so free 0x5571735dd500 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd500 0.000122
+gallium_dri.so free 0x5571735dd6c0 void 0.000130
+gallium_dri.so free 0x5571735dd500 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd670 0.000121
+gallium_dri.so free 0x5571735dd700 void 0.000120
+gallium_dri.so free 0x5571735dd670 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd670 0.000121
+gallium_dri.so free 0x5571735dd7c0 void 0.000121
+gallium_dri.so free 0x5571735dd670 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd800 0.000120
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd880 0.000121
+gallium_dri.so free 0x5571735dd940 void 0.000120
+gallium_dri.so free 0x5571735dd880 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd880 0.000120
+gallium_dri.so free 0x5571735dd9c0 void 0.000121
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000121
+gallium_dri.so free 0x5571735dda40 void 0.000122
+gallium_dri.so free 0x5571735dd9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000121
+gallium_dri.so free 0x5571735ddb40 void 0.000122
+gallium_dri.so free 0x5571735dd9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb80 0.000122
+gallium_dri.so free 0x5571735ddc00 void 0.000121
+gallium_dri.so free 0x5571735ddb80 void 0.000161
+gallium_dri.so malloc 72 0x5571735ddc00 0.000123
+gallium_dri.so free 0x5571735ddcc0 void 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddc00 0.000120
+gallium_dri.so free 0x5571735ddd40 void 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd70 0.000120
+gallium_dri.so free 0x5571735dddc0 void 0.000139
+gallium_dri.so free 0x5571735ddd70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddd70 0.000121
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735ddd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde70 0.000121
+gallium_dri.so free 0x5571735ddf80 void 0.000121
+gallium_dri.so free 0x5571735dde70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000121
+gallium_dri.so free 0x5571735de000 void 0.000122
+gallium_dri.so free 0x5571735ddf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000122
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735ddf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000123
+gallium_dri.so free 0x5571735de130 void 0.000120
+gallium_dri.so malloc 72 0x5571735de250 0.000121
+gallium_dri.so free 0x5571735de2c0 void 0.000121
+gallium_dri.so free 0x5571735de250 void 0.000122
+gallium_dri.so malloc 72 0x5571735de2e0 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000122
+gallium_dri.so free 0x5571735de2e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de330 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000121
+gallium_dri.so free 0x5571735de330 void 0.000120
+gallium_dri.so malloc 72 0x5571735de400 0.000122
+gallium_dri.so free 0x5571735de4c0 void 0.000121
+gallium_dri.so free 0x5571735de400 void 0.000121
+gallium_dri.so malloc 72 0x5571735de400 0.000121
+gallium_dri.so free 0x5571735de540 void 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000121
+gallium_dri.so malloc 72 0x5571735de540 0.000126
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so free 0x5571735de540 void 0.000121
+gallium_dri.so malloc 72 0x5571735de540 0.000121
+gallium_dri.so free 0x5571735de6c0 void 0.000122
+gallium_dri.so free 0x5571735de540 void 0.000121
+gallium_dri.so malloc 72 0x5571735de540 0.000123
+gallium_dri.so free 0x5571735de780 void 0.000121
+gallium_dri.so free 0x5571735de540 void 0.000131
+gallium_dri.so malloc 72 0x5571735de730 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000121
+gallium_dri.so free 0x5571735de730 void 0.000122
+gallium_dri.so malloc 72 0x5571735de850 0.000122
+gallium_dri.so free 0x5571735de8c0 void 0.000121
+gallium_dri.so free 0x5571735de850 void 0.000121
+gallium_dri.so malloc 72 0x5571735de900 0.000120
+gallium_dri.so free 0x5571735de980 void 0.000120
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so malloc 72 0x5571735de900 0.000120
+gallium_dri.so free 0x5571735dea00 void 0.000122
+gallium_dri.so free 0x5571735de900 void 0.000121
+gallium_dri.so malloc 72 0x5571735dea30 0.000121
+gallium_dri.so free 0x5571735dea80 void 0.000121
+gallium_dri.so free 0x5571735dea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea30 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000121
+gallium_dri.so free 0x5571735dea30 void 0.000121
+gallium_dri.so malloc 72 0x5571735deb30 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735deb30 void 0.000140
+gallium_dri.so malloc 72 0x5571735debf0 0.000120
+gallium_dri.so free 0x5571735dec80 void 0.000122
+gallium_dri.so free 0x5571735debf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735debf0 0.000181
+gallium_dri.so free 0x5571735ded40 void 0.000124
+gallium_dri.so free 0x5571735debf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dedb0 0.000120
+gallium_dri.so free 0x5571735dee00 void 0.000122
+gallium_dri.so free 0x5571735dedb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dedb0 0.000124
+gallium_dri.so free 0x5571735def00 void 0.000122
+gallium_dri.so free 0x5571735dedb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deeb0 0.000120
+gallium_dri.so free 0x5571735defc0 void 0.000120
+gallium_dri.so free 0x5571735deeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735def70 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000121
+gallium_dri.so free 0x5571735def70 void 0.000120
+gallium_dri.so malloc 72 0x5571735def70 0.000121
+gallium_dri.so free 0x5571735df0c0 void 0.000120
+gallium_dri.so free 0x5571735def70 void 0.000120
+gallium_dri.so malloc 72 0x5571735df100 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000120
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so malloc 72 0x5571735df180 0.000121
+gallium_dri.so free 0x5571735df240 void 0.000121
+gallium_dri.so free 0x5571735df180 void 0.000120
+gallium_dri.so malloc 72 0x5571735df180 0.000122
+gallium_dri.so free 0x5571735df300 void 0.000120
+gallium_dri.so free 0x5571735df180 void 0.000131
+gallium_dri.so malloc 72 0x5571735df320 0.000121
+gallium_dri.so free 0x5571735df3c0 void 0.000122
+gallium_dri.so free 0x5571735df320 void 0.000121
+gallium_dri.so malloc 72 0x5571735df370 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df370 void 0.000121
+gallium_dri.so malloc 72 0x5571735df370 0.000120
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so free 0x5571735df370 void 0.000120
+gallium_dri.so malloc 72 0x5571735df4c0 0.000121
+gallium_dri.so free 0x5571735df580 void 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4c0 0.000121
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4c0 0.000122
+gallium_dri.so free 0x5571735df700 void 0.000122
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df6b0 0.000120
+gallium_dri.so free 0x5571735df7c0 void 0.000121
+gallium_dri.so free 0x5571735df6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df770 0.000121
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so free 0x5571735df770 void 0.000121
+gallium_dri.so malloc 72 0x5571735df890 0.000152
+gallium_dri.so free 0x5571735df900 void 0.000123
+gallium_dri.so free 0x5571735df890 void 0.000120
+gallium_dri.so malloc 72 0x5571735df920 0.000121
+gallium_dri.so free 0x5571735df9c0 void 0.000121
+gallium_dri.so free 0x5571735df920 void 0.000120
+gallium_dri.so malloc 72 0x5571735df970 0.000122
+gallium_dri.so free 0x5571735dfa40 void 0.000121
+gallium_dri.so free 0x5571735df970 void 0.000121
+gallium_dri.so malloc 72 0x5571735df970 0.000138
+gallium_dri.so free 0x5571735dfac0 void 0.000122
+gallium_dri.so free 0x5571735df970 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfac0 0.000121
+gallium_dri.so free 0x5571735dfb80 void 0.000121
+gallium_dri.so free 0x5571735dfac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfac0 0.000122
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc30 0.000119
+gallium_dri.so free 0x5571735dfcc0 void 0.000119
+gallium_dri.so free 0x5571735dfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc30 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000122
+gallium_dri.so free 0x5571735dfc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000122
+gallium_dri.so free 0x5571735dfdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfe40 0.000120
+gallium_dri.so free 0x5571735dff00 void 0.000121
+gallium_dri.so free 0x5571735dfe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfe40 0.000120
+gallium_dri.so free 0x5571735dff80 void 0.000135
+gallium_dri.so free 0x5571735dfe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffb0 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000121
+gallium_dri.so free 0x5571735dffb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dffb0 0.000121
+gallium_dri.so free 0x5571735e0100 void 0.000121
+gallium_dri.so free 0x5571735dffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0140 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01c0 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e01c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e01c0 0.000121
+gallium_dri.so free 0x5571735e0300 void 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0330 0.000120
+gallium_dri.so free 0x5571735e0380 void 0.000120
+gallium_dri.so free 0x5571735e0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0330 0.000167
+gallium_dri.so free 0x5571735e0480 void 0.000122
+gallium_dri.so free 0x5571735e0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0430 0.000120
+gallium_dri.so free 0x5571735e0540 void 0.000122
+gallium_dri.so free 0x5571735e0430 void 0.000120
+gallium_dri.so malloc 72 0x5571735e04f0 0.000120
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e04f0 0.000120
+gallium_dri.so free 0x5571735e0680 void 0.000119
+gallium_dri.so free 0x5571735e04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e04f0 0.000120
+gallium_dri.so free 0x5571735e0740 void 0.000121
+gallium_dri.so free 0x5571735e04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06f0 0.000121
+gallium_dri.so free 0x5571735e07c0 void 0.000121
+gallium_dri.so free 0x5571735e06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0810 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000123
+gallium_dri.so free 0x5571735e0810 void 0.000121
+gallium_dri.so malloc 72 0x5571735e08a0 0.000120
+gallium_dri.so free 0x5571735e0940 void 0.000137
+gallium_dri.so free 0x5571735e08a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e08f0 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so free 0x5571735e08f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e09c0 0.000121
+gallium_dri.so free 0x5571735e0a80 void 0.000120
+gallium_dri.so free 0x5571735e09c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e09c0 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b00 0.000120
+gallium_dri.so free 0x5571735e0bc0 void 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b00 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000126
+gallium_dri.so free 0x5571735e0b00 void 0.000180
+gallium_dri.so malloc 72 0x5571735e0b00 0.000197
+gallium_dri.so free 0x5571735e0d40 void 0.000142
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000120
+gallium_dri.so free 0x5571735e0dc0 void 0.000123
+gallium_dri.so free 0x5571735e0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e10 0.000121
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x5571735e0e10 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so free 0x5571735e0ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000120
+gallium_dri.so free 0x5571735e0fc0 void 0.000120
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000120
+gallium_dri.so free 0x5571735e0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735e0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e10f0 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000121
+gallium_dri.so free 0x5571735e10f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11b0 0.000122
+gallium_dri.so free 0x5571735e1240 void 0.000121
+gallium_dri.so free 0x5571735e11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11b0 0.000119
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so free 0x5571735e11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1370 0.000120
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so free 0x5571735e1370 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1370 0.000119
+gallium_dri.so free 0x5571735e14c0 void 0.000120
+gallium_dri.so free 0x5571735e1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1470 0.000120
+gallium_dri.so free 0x5571735e1580 void 0.000112
+gallium_dri.so free 0x5571735e1470 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1530 0.000120
+gallium_dri.so free 0x5571735e15c0 void 0.000121
+gallium_dri.so free 0x5571735e1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1530 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000121
+gallium_dri.so malloc 72 0x5571735e16c0 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000136
+gallium_dri.so free 0x5571735e16c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1740 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1740 0.000121
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e18e0 0.000120
+gallium_dri.so free 0x5571735e1980 void 0.000120
+gallium_dri.so free 0x5571735e18e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1930 0.000120
+gallium_dri.so free 0x5571735e1a00 void 0.000121
+gallium_dri.so free 0x5571735e1930 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1930 0.000120
+gallium_dri.so free 0x5571735e1a80 void 0.000122
+gallium_dri.so free 0x5571735e1930 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000126
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1c70 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000122
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e50 0.000121
+gallium_dri.so free 0x5571735e1ec0 void 0.000122
+gallium_dri.so free 0x5571735e1e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000119
+gallium_dri.so free 0x5571735e1f80 void 0.000120
+gallium_dri.so free 0x5571735e1ee0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so free 0x5571735e1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000130
+gallium_dri.so free 0x5571735e1f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2080 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2080 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21f0 0.000119
+gallium_dri.so free 0x5571735e2280 void 0.000119
+gallium_dri.so free 0x5571735e21f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e21f0 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000121
+gallium_dri.so free 0x5571735e21f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2380 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000120
+gallium_dri.so free 0x5571735e2380 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2400 0.000122
+gallium_dri.so free 0x5571735e24c0 void 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2400 0.000120
+gallium_dri.so free 0x5571735e2540 void 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2570 0.000136
+gallium_dri.so free 0x5571735e25c0 void 0.000123
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2570 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000122
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2700 0.000120
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2780 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2780 0.000121
+gallium_dri.so free 0x5571735e28c0 void 0.000121
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e28f0 0.000120
+gallium_dri.so free 0x5571735e2940 void 0.000120
+gallium_dri.so free 0x5571735e28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e28f0 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000121
+gallium_dri.so free 0x5571735e28f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e29f0 0.000122
+gallium_dri.so free 0x5571735e2b00 void 0.000120
+gallium_dri.so free 0x5571735e29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000120
+gallium_dri.so free 0x5571735e2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000130
+gallium_dri.so free 0x5571735e2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000122
+gallium_dri.so free 0x5571735e2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000120
+gallium_dri.so free 0x5571735e2d80 void 0.000122
+gallium_dri.so free 0x5571735e2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000119
+gallium_dri.so free 0x5571735e2e40 void 0.000120
+gallium_dri.so free 0x5571735e2dd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e60 0.000119
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so free 0x5571735e2e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000122
+gallium_dri.so free 0x5571735e2eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2f80 0.000120
+gallium_dri.so free 0x5571735e3040 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e30c0 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30c0 0.000121
+gallium_dri.so free 0x5571735e3180 void 0.000122
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000123
+gallium_dri.so free 0x5571735e3240 void 0.000120
+gallium_dri.so free 0x5571735e30c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e30c0 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000120
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32b0 0.000120
+gallium_dri.so free 0x5571735e3380 void 0.000122
+gallium_dri.so free 0x5571735e32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e33d0 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000136
+gallium_dri.so free 0x5571735e33d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3480 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000121
+gallium_dri.so free 0x5571735e3480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3480 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000121
+gallium_dri.so free 0x5571735e3480 void 0.000120
+gallium_dri.so malloc 72 0x5571735e35b0 0.000120
+gallium_dri.so free 0x5571735e3600 void 0.000120
+gallium_dri.so free 0x5571735e35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35b0 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000120
+gallium_dri.so free 0x5571735e35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e36b0 0.000120
+gallium_dri.so free 0x5571735e37c0 void 0.000208
+gallium_dri.so free 0x5571735e36b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3770 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000121
+gallium_dri.so free 0x5571735e3770 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000121
+gallium_dri.so free 0x557173588440 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588370 0.000125
+gallium_dri.so free 0x557173588540 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000122
+gallium_dri.so malloc 72 0x5571735884f0 0.000121
+gallium_dri.so free 0x5571735885c0 void 0.000122
+gallium_dri.so free 0x5571735884f0 void 0.000120
+gallium_dri.so malloc 72 0x557173588610 0.000120
+gallium_dri.so free 0x557173588680 void 0.000123
+gallium_dri.so free 0x557173588610 void 0.000120
+gallium_dri.so malloc 72 0x5571735886a0 0.000120
+gallium_dri.so free 0x557173588740 void 0.000120
+gallium_dri.so free 0x5571735886a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735886f0 0.000120
+gallium_dri.so free 0x5571735887c0 void 0.000120
+gallium_dri.so free 0x5571735886f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735886f0 0.000121
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so free 0x5571735886f0 void 0.000126
+gallium_dri.so malloc 72 0x557173588840 0.000122
+gallium_dri.so free 0x557173588900 void 0.000120
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so malloc 72 0x557173588840 0.000120
+gallium_dri.so free 0x557173588a00 void 0.000120
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so malloc 72 0x557173588840 0.000120
+gallium_dri.so free 0x557173588a80 void 0.000120
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so malloc 72 0x557173588ab0 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x557173588ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173588ab0 0.000120
+gallium_dri.so free 0x557173588c00 void 0.000121
+gallium_dri.so free 0x557173588ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173588bb0 0.000120
+gallium_dri.so free 0x557173588cc0 void 0.000120
+gallium_dri.so free 0x557173588bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588c70 0.000119
+gallium_dri.so free 0x557173588d00 void 0.000119
+gallium_dri.so free 0x557173588c70 void 0.000120
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588dc0 void 0.000120
+gallium_dri.so free 0x557173588c70 void 0.000126
+gallium_dri.so malloc 72 0x557173588e10 0.000123
+gallium_dri.so free 0x557173588e80 void 0.000129
+gallium_dri.so free 0x557173588e10 void 0.000120
+gallium_dri.so malloc 72 0x557173588ec0 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173588f40 0.000120
+gallium_dri.so free 0x557173589000 void 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so malloc 72 0x557173588f40 0.000120
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735890b0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000121
+gallium_dri.so free 0x5571735890b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735890b0 0.000120
+gallium_dri.so free 0x557173589200 void 0.000121
+gallium_dri.so free 0x5571735890b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735891b0 0.000121
+gallium_dri.so free 0x5571735892c0 void 0.000121
+gallium_dri.so free 0x5571735891b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589270 0.000121
+gallium_dri.so free 0x557173589340 void 0.000121
+gallium_dri.so free 0x557173589270 void 0.000119
+gallium_dri.so malloc 72 0x557173589360 0.000120
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x557173589360 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000178
+gallium_dri.so free 0x557173589480 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000120
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000119
+gallium_dri.so free 0x557173589680 void 0.000121
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x557173589740 void 0.000120
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589740 void 0.000122
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x557173589840 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735897f0 0.000119
+gallium_dri.so free 0x557173589900 void 0.000122
+gallium_dri.so free 0x5571735897f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735898b0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000130
+gallium_dri.so free 0x5571735898b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898b0 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000120
+gallium_dri.so free 0x5571735898b0 void 0.000119
+gallium_dri.so malloc 72 0x557173589a40 0.000120
+gallium_dri.so free 0x557173589ac0 void 0.000120
+gallium_dri.so free 0x557173589a40 void 0.000121
+gallium_dri.so malloc 72 0x557173589ac0 0.000121
+gallium_dri.so free 0x557173589b80 void 0.000121
+gallium_dri.so free 0x557173589ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173589ac0 0.000120
+gallium_dri.so free 0x557173589c40 void 0.000130
+gallium_dri.so free 0x557173589ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173589c60 0.000120
+gallium_dri.so free 0x557173589d00 void 0.000120
+gallium_dri.so free 0x557173589c60 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000120
+gallium_dri.so free 0x557173589d80 void 0.000120
+gallium_dri.so free 0x557173589cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589cb0 0.000121
+gallium_dri.so free 0x557173589e00 void 0.000121
+gallium_dri.so free 0x557173589cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173589e00 0.000121
+gallium_dri.so free 0x557173589ec0 void 0.000119
+gallium_dri.so free 0x557173589e00 void 0.000120
+gallium_dri.so malloc 72 0x557173589e00 0.000129
+gallium_dri.so free 0x557173589f80 void 0.000122
+gallium_dri.so free 0x557173589e00 void 0.000120
+gallium_dri.so malloc 72 0x557173589e00 0.000120
+gallium_dri.so free 0x55717358a040 void 0.000120
+gallium_dri.so free 0x557173589e00 void 0.000120
+gallium_dri.so malloc 72 0x557173589ff0 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000120
+gallium_dri.so free 0x557173589ff0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a0b0 0.000120
+gallium_dri.so free 0x55717358a180 void 0.000121
+gallium_dri.so free 0x55717358a0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1d0 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so free 0x55717358a1d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a260 0.000123
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so free 0x55717358a260 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2b0 0.000120
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so free 0x55717358a2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2b0 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000121
+gallium_dri.so free 0x55717358a2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a400 0.000120
+gallium_dri.so free 0x55717358a4c0 void 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so malloc 72 0x55717358a400 0.000122
+gallium_dri.so free 0x55717358a5c0 void 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000124
+gallium_dri.so malloc 72 0x55717358a570 0.000120
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358a570 void 0.000120
+gallium_dri.so malloc 72 0x55717358a570 0.000120
+gallium_dri.so free 0x55717358a6c0 void 0.000121
+gallium_dri.so free 0x55717358a570 void 0.000119
+gallium_dri.so malloc 72 0x55717358a700 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x55717358a700 void 0.000120
+gallium_dri.so malloc 72 0x55717358a780 0.000120
+gallium_dri.so free 0x55717358a840 void 0.000119
+gallium_dri.so free 0x55717358a780 void 0.000122
+gallium_dri.so malloc 72 0x55717358a780 0.000120
+gallium_dri.so free 0x55717358a8c0 void 0.000122
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so malloc 72 0x55717358a8f0 0.000120
+gallium_dri.so free 0x55717358a940 void 0.000120
+gallium_dri.so free 0x55717358a8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8f0 0.000121
+gallium_dri.so free 0x55717358aa40 void 0.000120
+gallium_dri.so free 0x55717358a8f0 void 0.000138
+gallium_dri.so malloc 72 0x55717358aa80 0.000130
+gallium_dri.so free 0x55717358ab00 void 0.000122
+gallium_dri.so free 0x55717358aa80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ab00 0.000120
+gallium_dri.so free 0x55717358abc0 void 0.000121
+gallium_dri.so free 0x55717358ab00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ab00 0.000119
+gallium_dri.so free 0x55717358ac40 void 0.000120
+gallium_dri.so free 0x55717358ab00 void 0.000122
+gallium_dri.so malloc 72 0x55717358ac70 0.000120
+gallium_dri.so free 0x55717358acc0 void 0.000121
+gallium_dri.so free 0x55717358ac70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ac70 0.000121
+gallium_dri.so free 0x55717358adc0 void 0.000121
+gallium_dri.so free 0x55717358ac70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ad70 0.000120
+gallium_dri.so free 0x55717358ae80 void 0.000121
+gallium_dri.so free 0x55717358ad70 void 0.000121
+gallium_dri.so malloc 72 0x55717358ae30 0.000121
+gallium_dri.so free 0x55717358af00 void 0.000120
+gallium_dri.so free 0x55717358ae30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ae30 0.000119
+gallium_dri.so free 0x55717358afc0 void 0.000119
+gallium_dri.so free 0x55717358ae30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ae30 0.000120
+gallium_dri.so free 0x55717358b080 void 0.000120
+gallium_dri.so free 0x55717358ae30 void 0.000124
+gallium_dri.so malloc 72 0x55717358b030 0.000119
+gallium_dri.so free 0x55717358b100 void 0.000119
+gallium_dri.so free 0x55717358b030 void 0.000119
+gallium_dri.so malloc 72 0x55717358b150 0.000125
+gallium_dri.so free 0x55717358b1c0 void 0.000122
+gallium_dri.so free 0x55717358b150 void 0.000119
+gallium_dri.so malloc 72 0x55717358b1e0 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000120
+gallium_dri.so free 0x55717358b1e0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b230 0.000120
+gallium_dri.so free 0x55717358b300 void 0.000122
+gallium_dri.so free 0x55717358b230 void 0.000121
+gallium_dri.so malloc 72 0x55717358b300 0.000119
+gallium_dri.so free 0x55717358b3c0 void 0.000121
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so malloc 72 0x55717358b300 0.000120
+gallium_dri.so free 0x55717358b440 void 0.000122
+gallium_dri.so free 0x55717358b300 void 0.000121
+gallium_dri.so malloc 72 0x55717358b440 0.000121
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so free 0x55717358b440 void 0.000120
+gallium_dri.so malloc 72 0x55717358b440 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000121
+gallium_dri.so free 0x55717358b440 void 0.000121
+gallium_dri.so malloc 72 0x55717358b440 0.000131
+gallium_dri.so free 0x55717358b680 void 0.000113
+gallium_dri.so free 0x55717358b440 void 0.000115
+gallium_dri.so malloc 72 0x55717358b630 0.000112
+gallium_dri.so free 0x55717358b700 void 0.000115
+gallium_dri.so free 0x55717358b630 void 0.000112
+gallium_dri.so malloc 72 0x55717358b750 0.000113
+gallium_dri.so free 0x55717358b7c0 void 0.000113
+gallium_dri.so free 0x55717358b750 void 0.000113
+gallium_dri.so malloc 72 0x55717358b800 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so free 0x55717358b800 void 0.000113
+gallium_dri.so malloc 72 0x55717358b800 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000128
+gallium_dri.so free 0x55717358b800 void 0.000115
+gallium_dri.so malloc 72 0x55717358b930 0.000114
+gallium_dri.so free 0x55717358b980 void 0.000112
+gallium_dri.so free 0x55717358b930 void 0.000114
+gallium_dri.so malloc 72 0x55717358b930 0.000111
+gallium_dri.so free 0x55717358ba80 void 0.000113
+gallium_dri.so free 0x55717358b930 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba30 0.000114
+gallium_dri.so free 0x55717358bb40 void 0.000114
+gallium_dri.so free 0x55717358ba30 void 0.000113
+gallium_dri.so malloc 72 0x55717358baf0 0.000112
+gallium_dri.so free 0x55717358bb80 void 0.000112
+gallium_dri.so free 0x55717358baf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358baf0 0.000111
+gallium_dri.so free 0x55717358bc40 void 0.000122
+gallium_dri.so free 0x55717358baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bcb0 0.000119
+gallium_dri.so free 0x55717358bd00 void 0.000120
+gallium_dri.so free 0x55717358bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcb0 0.000118
+gallium_dri.so free 0x55717358be00 void 0.000119
+gallium_dri.so free 0x55717358bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bdb0 0.000118
+gallium_dri.so free 0x55717358bec0 void 0.000119
+gallium_dri.so free 0x55717358bdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358be70 0.000119
+gallium_dri.so free 0x55717358bf00 void 0.000185
+gallium_dri.so free 0x55717358be70 void 0.000187
+gallium_dri.so malloc 72 0x55717358be70 0.000249
+gallium_dri.so free 0x55717358bfc0 void 0.000121
+gallium_dri.so free 0x55717358be70 void 0.000119
+gallium_dri.so malloc 72 0x55717358c000 0.000118
+gallium_dri.so free 0x55717358c080 void 0.000120
+gallium_dri.so free 0x55717358c000 void 0.000126
+gallium_dri.so malloc 72 0x55717358c080 0.000119
+gallium_dri.so free 0x55717358c140 void 0.000119
+gallium_dri.so free 0x55717358c080 void 0.000119
+gallium_dri.so malloc 72 0x55717358c080 0.000119
+gallium_dri.so free 0x55717358c200 void 0.000126
+gallium_dri.so free 0x55717358c080 void 0.000118
+gallium_dri.so malloc 72 0x55717358c220 0.000117
+gallium_dri.so free 0x55717358c2c0 void 0.000117
+gallium_dri.so free 0x55717358c220 void 0.000118
+gallium_dri.so malloc 72 0x55717358c270 0.000116
+gallium_dri.so free 0x55717358c340 void 0.000117
+gallium_dri.so free 0x55717358c270 void 0.000116
+gallium_dri.so malloc 72 0x55717358c270 0.000117
+gallium_dri.so free 0x55717358c3c0 void 0.000117
+gallium_dri.so free 0x55717358c270 void 0.000116
+gallium_dri.so malloc 72 0x55717358c3c0 0.000118
+gallium_dri.so free 0x55717358c480 void 0.000116
+gallium_dri.so free 0x55717358c3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c3c0 0.000117
+gallium_dri.so free 0x55717358c540 void 0.000116
+gallium_dri.so free 0x55717358c3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c3c0 0.000116
+gallium_dri.so free 0x55717358c600 void 0.000117
+gallium_dri.so free 0x55717358c3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c5b0 0.000117
+gallium_dri.so free 0x55717358c6c0 void 0.000116
+gallium_dri.so free 0x55717358c5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c670 0.000117
+gallium_dri.so free 0x55717358c740 void 0.000117
+gallium_dri.so free 0x55717358c670 void 0.000116
+gallium_dri.so malloc 72 0x55717358c790 0.000138
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c790 void 0.000120
+gallium_dri.so malloc 72 0x55717358c820 0.000119
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so free 0x55717358c820 void 0.000118
+gallium_dri.so malloc 72 0x55717358c870 0.000120
+gallium_dri.so free 0x55717358c940 void 0.000118
+gallium_dri.so free 0x55717358c870 void 0.000119
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so free 0x55717358c870 void 0.000117
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x55717358ca80 void 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x55717358cb80 void 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cb30 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so free 0x55717358cb30 void 0.000119
+gallium_dri.so malloc 72 0x55717358cb30 0.000118
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cb30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ccc0 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358ccc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358cd40 0.000122
+gallium_dri.so free 0x55717358ce00 void 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000119
+gallium_dri.so malloc 72 0x55717358cd40 0.000118
+gallium_dri.so free 0x55717358ce80 void 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ceb0 0.000117
+gallium_dri.so free 0x55717358cf00 void 0.000120
+gallium_dri.so free 0x55717358ceb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ceb0 0.000118
+gallium_dri.so free 0x55717358d000 void 0.000119
+gallium_dri.so free 0x55717358ceb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358d040 0.000119
+gallium_dri.so free 0x55717358d0c0 void 0.000118
+gallium_dri.so free 0x55717358d040 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0c0 0.000118
+gallium_dri.so free 0x55717358d180 void 0.000118
+gallium_dri.so free 0x55717358d0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d0c0 0.000117
+gallium_dri.so free 0x55717358d200 void 0.000117
+gallium_dri.so free 0x55717358d0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d230 0.000117
+gallium_dri.so free 0x55717358d280 void 0.000118
+gallium_dri.so free 0x55717358d230 void 0.000118
+gallium_dri.so malloc 72 0x55717358d230 0.000120
+gallium_dri.so free 0x55717358d380 void 0.000127
+gallium_dri.so free 0x55717358d230 void 0.000119
+gallium_dri.so malloc 72 0x55717358d330 0.000116
+gallium_dri.so free 0x55717358d440 void 0.000117
+gallium_dri.so free 0x55717358d330 void 0.000120
+gallium_dri.so malloc 72 0x55717358d3f0 0.000117
+gallium_dri.so free 0x55717358d4c0 void 0.000118
+gallium_dri.so free 0x55717358d3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d3f0 0.000118
+gallium_dri.so free 0x55717358d580 void 0.000117
+gallium_dri.so free 0x55717358d3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d3f0 0.000117
+gallium_dri.so free 0x55717358d640 void 0.000118
+gallium_dri.so free 0x55717358d3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d5f0 0.000134
+gallium_dri.so free 0x55717358d6c0 void 0.000125
+gallium_dri.so free 0x55717358d5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d710 0.000117
+gallium_dri.so free 0x55717358d780 void 0.000117
+gallium_dri.so free 0x55717358d710 void 0.000114
+gallium_dri.so malloc 72 0x55717358d7a0 0.000118
+gallium_dri.so free 0x55717358d840 void 0.000118
+gallium_dri.so free 0x55717358d7a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d7f0 0.000116
+gallium_dri.so free 0x55717358d8c0 void 0.000116
+gallium_dri.so free 0x55717358d7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d8c0 0.000118
+gallium_dri.so free 0x55717358d980 void 0.000126
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d8c0 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000118
+gallium_dri.so free 0x55717358d8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358da00 0.000116
+gallium_dri.so free 0x55717358dac0 void 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000119
+gallium_dri.so malloc 72 0x55717358da00 0.000116
+gallium_dri.so free 0x55717358db80 void 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000117
+gallium_dri.so malloc 72 0x55717358da00 0.000116
+gallium_dri.so free 0x55717358dc40 void 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000118
+gallium_dri.so malloc 72 0x55717358dbf0 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000118
+gallium_dri.so free 0x55717358dbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358dd10 0.000116
+gallium_dri.so free 0x55717358dd80 void 0.000118
+gallium_dri.so free 0x55717358dd10 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddc0 0.000116
+gallium_dri.so free 0x55717358de40 void 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddc0 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358ddc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358def0 0.000127
+gallium_dri.so free 0x55717358df40 void 0.000120
+gallium_dri.so free 0x55717358def0 void 0.000120
+gallium_dri.so malloc 72 0x55717358def0 0.000120
+gallium_dri.so free 0x55717358e040 void 0.000118
+gallium_dri.so free 0x55717358def0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000118
+gallium_dri.so free 0x55717358e100 void 0.000118
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e0b0 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000119
+gallium_dri.so free 0x55717358e0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e0b0 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so free 0x55717358e0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e270 0.000119
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e270 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000119
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e370 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000120
+gallium_dri.so free 0x55717358e370 void 0.000120
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e430 void 0.000225
+gallium_dri.so malloc 72 0x55717358e430 0.000122
+gallium_dri.so free 0x55717358e580 void 0.000182
+gallium_dri.so free 0x55717358e430 void 0.000246
+gallium_dri.so malloc 72 0x55717358e5c0 0.000183
+gallium_dri.so free 0x55717358e640 void 0.000118
+gallium_dri.so free 0x55717358e5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e640 0.000118
+gallium_dri.so free 0x55717358e700 void 0.000119
+gallium_dri.so free 0x55717358e640 void 0.000119
+gallium_dri.so malloc 72 0x55717358e640 0.000118
+gallium_dri.so free 0x55717358e7c0 void 0.000118
+gallium_dri.so free 0x55717358e640 void 0.000118
+gallium_dri.so malloc 72 0x55717358e7e0 0.000117
+gallium_dri.so free 0x55717358e880 void 0.000120
+gallium_dri.so free 0x55717358e7e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e830 0.000119
+gallium_dri.so free 0x55717358e900 void 0.000120
+gallium_dri.so free 0x55717358e830 void 0.000118
+gallium_dri.so malloc 72 0x55717358e830 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000117
+gallium_dri.so free 0x55717358e830 void 0.000118
+gallium_dri.so malloc 72 0x55717358e980 0.000117
+gallium_dri.so free 0x55717358ea40 void 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000125
+gallium_dri.so malloc 72 0x55717358e980 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000119
+gallium_dri.so free 0x55717358e980 void 0.000119
+gallium_dri.so malloc 72 0x55717358e980 0.000119
+gallium_dri.so free 0x55717358ebc0 void 0.000119
+gallium_dri.so free 0x55717358e980 void 0.000122
+gallium_dri.so malloc 72 0x55717358eb70 0.000124
+gallium_dri.so free 0x55717358ec80 void 0.000118
+gallium_dri.so free 0x55717358eb70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec30 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000123
+gallium_dri.so free 0x55717358ec30 void 0.000124
+gallium_dri.so malloc 72 0x55717358ed50 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so free 0x55717358ed50 void 0.000122
+gallium_dri.so malloc 72 0x55717358ede0 0.000125
+gallium_dri.so free 0x55717358ee80 void 0.000124
+gallium_dri.so free 0x55717358ede0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ee30 0.000124
+gallium_dri.so free 0x55717358ef00 void 0.000120
+gallium_dri.so free 0x55717358ee30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000123
+gallium_dri.so free 0x55717358ee30 void 0.000124
+gallium_dri.so malloc 72 0x55717358ef80 0.000131
+gallium_dri.so free 0x55717358f040 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000122
+gallium_dri.so malloc 72 0x55717358ef80 0.000124
+gallium_dri.so free 0x55717358f140 void 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000122
+gallium_dri.so malloc 72 0x55717358f0f0 0.000124
+gallium_dri.so free 0x55717358f180 void 0.000124
+gallium_dri.so free 0x55717358f0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f0f0 0.000121
+gallium_dri.so free 0x55717358f240 void 0.000125
+gallium_dri.so free 0x55717358f0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f280 0.000129
+gallium_dri.so free 0x55717358f300 void 0.000126
+gallium_dri.so free 0x55717358f280 void 0.000124
+gallium_dri.so malloc 72 0x55717358f300 0.000125
+gallium_dri.so free 0x55717358f3c0 void 0.000123
+gallium_dri.so free 0x55717358f300 void 0.000124
+gallium_dri.so malloc 72 0x55717358f300 0.000124
+gallium_dri.so free 0x55717358f440 void 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000125
+gallium_dri.so malloc 72 0x55717358f470 0.000185
+gallium_dri.so free 0x55717358f4c0 void 0.000124
+gallium_dri.so free 0x55717358f470 void 0.000119
+gallium_dri.so malloc 72 0x55717358f470 0.000118
+gallium_dri.so free 0x55717358f5c0 void 0.000124
+gallium_dri.so free 0x55717358f470 void 0.000125
+gallium_dri.so malloc 72 0x55717358f600 0.000125
+gallium_dri.so free 0x55717358f680 void 0.000125
+gallium_dri.so free 0x55717358f600 void 0.000125
+gallium_dri.so malloc 72 0x55717358f680 0.000124
+gallium_dri.so free 0x55717358f740 void 0.000124
+gallium_dri.so free 0x55717358f680 void 0.000125
+gallium_dri.so malloc 72 0x55717358f680 0.000123
+gallium_dri.so free 0x55717358f7c0 void 0.000120
+gallium_dri.so free 0x55717358f680 void 0.000122
+gallium_dri.so malloc 72 0x55717358f7f0 0.000125
+gallium_dri.so free 0x55717358f840 void 0.000124
+gallium_dri.so free 0x55717358f7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f7f0 0.000118
+gallium_dri.so free 0x55717358f940 void 0.000118
+gallium_dri.so free 0x55717358f7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f8f0 0.000118
+gallium_dri.so free 0x55717358fa00 void 0.000124
+gallium_dri.so free 0x55717358f8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f9b0 0.000122
+gallium_dri.so free 0x55717358fa80 void 0.000121
+gallium_dri.so free 0x55717358f9b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f9b0 0.000119
+gallium_dri.so free 0x55717358fb40 void 0.000118
+gallium_dri.so free 0x55717358f9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f9b0 0.000124
+gallium_dri.so free 0x55717358fc00 void 0.000125
+gallium_dri.so free 0x55717358f9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fbb0 0.000123
+gallium_dri.so free 0x55717358fc80 void 0.000123
+gallium_dri.so free 0x55717358fbb0 void 0.000138
+gallium_dri.so malloc 72 0x55717358fcd0 0.000131
+gallium_dri.so free 0x55717358fd40 void 0.000131
+gallium_dri.so free 0x55717358fcd0 void 0.000126
+gallium_dri.so malloc 72 0x55717358fd60 0.000128
+gallium_dri.so free 0x55717358fe00 void 0.000132
+gallium_dri.so free 0x55717358fd60 void 0.000131
+gallium_dri.so malloc 72 0x55717358fdb0 0.000126
+gallium_dri.so free 0x55717358fe80 void 0.000124
+gallium_dri.so free 0x55717358fdb0 void 0.000128
+gallium_dri.so malloc 72 0x55717358fe80 0.000139
+gallium_dri.so free 0x55717358ff40 void 0.000148
+gallium_dri.so free 0x55717358fe80 void 0.000131
+gallium_dri.so malloc 72 0x55717358fe80 0.000130
+gallium_dri.so free 0x55717358ffc0 void 0.000134
+gallium_dri.so free 0x55717358fe80 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffc0 0.000130
+gallium_dri.so free 0x557173590080 void 0.000125
+gallium_dri.so free 0x55717358ffc0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ffc0 0.000124
+gallium_dri.so free 0x557173590140 void 0.000130
+gallium_dri.so free 0x55717358ffc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358ffc0 0.000130
+gallium_dri.so free 0x557173590200 void 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735901b0 0.000126
+gallium_dri.so free 0x557173590280 void 0.000129
+gallium_dri.so free 0x5571735901b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735902d0 0.000130
+gallium_dri.so free 0x557173590340 void 0.000125
+gallium_dri.so free 0x5571735902d0 void 0.000128
+gallium_dri.so malloc 72 0x557173590380 0.000137
+gallium_dri.so free 0x557173590400 void 0.000130
+gallium_dri.so free 0x557173590380 void 0.000125
+gallium_dri.so malloc 72 0x557173590380 0.000123
+gallium_dri.so free 0x557173590480 void 0.000125
+gallium_dri.so free 0x557173590380 void 0.000124
+gallium_dri.so malloc 72 0x5571735904b0 0.000129
+gallium_dri.so free 0x557173590500 void 0.000130
+gallium_dri.so free 0x5571735904b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735904b0 0.000125
+gallium_dri.so free 0x557173590600 void 0.000131
+gallium_dri.so free 0x5571735904b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735905b0 0.000126
+gallium_dri.so free 0x5571735906c0 void 0.000124
+gallium_dri.so free 0x5571735905b0 void 0.000129
+gallium_dri.so malloc 72 0x557173590670 0.000130
+gallium_dri.so free 0x557173590700 void 0.000129
+gallium_dri.so free 0x557173590670 void 0.000130
+gallium_dri.so malloc 72 0x557173590670 0.000130
+gallium_dri.so free 0x5571735907c0 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000125
+gallium_dri.so malloc 72 0x557173590830 0.000140
+gallium_dri.so free 0x557173590880 void 0.000127
+gallium_dri.so free 0x557173590830 void 0.000130
+gallium_dri.so malloc 72 0x557173590830 0.000125
+gallium_dri.so free 0x557173590980 void 0.000130
+gallium_dri.so free 0x557173590830 void 0.000125
+gallium_dri.so malloc 72 0x557173590930 0.000130
+gallium_dri.so free 0x557173590a40 void 0.000126
+gallium_dri.so free 0x557173590930 void 0.000124
+gallium_dri.so malloc 72 0x5571735909f0 0.000125
+gallium_dri.so free 0x557173590a80 void 0.000130
+gallium_dri.so free 0x5571735909f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735909f0 0.000125
+gallium_dri.so free 0x557173590b40 void 0.000142
+gallium_dri.so free 0x5571735909f0 void 0.000131
+gallium_dri.so malloc 72 0x557173590b80 0.000131
+gallium_dri.so free 0x557173590c00 void 0.000132
+gallium_dri.so free 0x557173590b80 void 0.000133
+gallium_dri.so malloc 72 0x557173590c00 0.000131
+gallium_dri.so free 0x557173590cc0 void 0.000132
+gallium_dri.so free 0x557173590c00 void 0.000126
+gallium_dri.so malloc 72 0x557173590c00 0.000129
+gallium_dri.so free 0x557173590d80 void 0.000133
+gallium_dri.so free 0x557173590c00 void 0.000130
+gallium_dri.so malloc 72 0x557173590da0 0.000125
+gallium_dri.so free 0x557173590e40 void 0.000126
+gallium_dri.so free 0x557173590da0 void 0.000124
+gallium_dri.so malloc 72 0x557173590df0 0.000129
+gallium_dri.so free 0x557173590ec0 void 0.000130
+gallium_dri.so free 0x557173590df0 void 0.000131
+gallium_dri.so malloc 72 0x557173590df0 0.000131
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so free 0x557173590df0 void 0.000125
+gallium_dri.so malloc 72 0x557173590f40 0.000124
+gallium_dri.so free 0x557173591000 void 0.000132
+gallium_dri.so free 0x557173590f40 void 0.000127
+gallium_dri.so malloc 72 0x557173590f40 0.000125
+gallium_dri.so free 0x5571735910c0 void 0.000123
+gallium_dri.so free 0x557173590f40 void 0.000129
+gallium_dri.so malloc 72 0x557173590f40 0.000131
+gallium_dri.so free 0x557173591180 void 0.000126
+gallium_dri.so free 0x557173590f40 void 0.000129
+gallium_dri.so malloc 72 0x557173591130 0.000131
+gallium_dri.so free 0x557173591240 void 0.000130
+gallium_dri.so free 0x557173591130 void 0.000170
+gallium_dri.so malloc 72 0x5571735911f0 0.000163
+gallium_dri.so free 0x5571735912c0 void 0.000165
+gallium_dri.so free 0x5571735911f0 void 0.000130
+gallium_dri.so malloc 72 0x557173591310 0.000130
+gallium_dri.so free 0x557173591380 void 0.000130
+gallium_dri.so free 0x557173591310 void 0.000125
+gallium_dri.so malloc 72 0x5571735913a0 0.000123
+gallium_dri.so free 0x557173591440 void 0.000129
+gallium_dri.so free 0x5571735913a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735913f0 0.000134
+gallium_dri.so free 0x5571735914c0 void 0.000130
+gallium_dri.so free 0x5571735913f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735913f0 0.000130
+gallium_dri.so free 0x557173591540 void 0.000126
+gallium_dri.so free 0x5571735913f0 void 0.000133
+gallium_dri.so malloc 72 0x557173591540 0.000131
+gallium_dri.so free 0x557173591600 void 0.000131
+gallium_dri.so free 0x557173591540 void 0.000126
+gallium_dri.so malloc 72 0x557173591540 0.000132
+gallium_dri.so free 0x557173591700 void 0.000130
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so malloc 72 0x5571735916b0 0.000134
+gallium_dri.so free 0x557173591740 void 0.000126
+gallium_dri.so free 0x5571735916b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735916b0 0.000188
+gallium_dri.so free 0x557173591800 void 0.000317
+gallium_dri.so free 0x5571735916b0 void 0.000275
+gallium_dri.so malloc 72 0x557173591840 0.000282
+gallium_dri.so free 0x5571735918c0 void 0.000274
+gallium_dri.so free 0x557173591840 void 0.000278
+gallium_dri.so malloc 72 0x5571735918c0 0.000166
+gallium_dri.so free 0x557173591980 void 0.000233
+gallium_dri.so free 0x5571735918c0 void 0.000277
+gallium_dri.so malloc 72 0x5571735918c0 0.000168
+gallium_dri.so free 0x557173591a00 void 0.000253
+gallium_dri.so free 0x5571735918c0 void 0.000273
+gallium_dri.so malloc 72 0x557173591a30 0.000284
+gallium_dri.so free 0x557173591a80 void 0.000280
+gallium_dri.so free 0x557173591a30 void 0.000283
+gallium_dri.so malloc 72 0x557173591a30 0.000284
+gallium_dri.so free 0x557173591b80 void 0.000273
+gallium_dri.so free 0x557173591a30 void 0.000164
+gallium_dri.so malloc 72 0x557173591bc0 0.000166
+gallium_dri.so free 0x557173591c40 void 0.000131
+gallium_dri.so free 0x557173591bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173591c40 0.000130
+gallium_dri.so free 0x557173591d00 void 0.000125
+gallium_dri.so free 0x557173591c40 void 0.000128
+gallium_dri.so malloc 72 0x557173591c40 0.000130
+gallium_dri.so free 0x557173591d80 void 0.000130
+gallium_dri.so free 0x557173591c40 void 0.000138
+gallium_dri.so malloc 72 0x557173591db0 0.000128
+gallium_dri.so free 0x557173591e00 void 0.000133
+gallium_dri.so free 0x557173591db0 void 0.000132
+gallium_dri.so malloc 72 0x557173591db0 0.000131
+gallium_dri.so free 0x557173591f00 void 0.000126
+gallium_dri.so free 0x557173591db0 void 0.000124
+gallium_dri.so malloc 72 0x557173591eb0 0.000122
+gallium_dri.so free 0x5571735cae40 void 0.000131
+gallium_dri.so free 0x557173591eb0 void 0.000140
+gallium_dri.so malloc 72 0x557173591eb0 0.000140
+gallium_dri.so free 0x5571735caf40 void 0.000138
+gallium_dri.so free 0x557173591eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173591eb0 0.000147
+gallium_dri.so free 0x5571735cafc0 void 0.000141
+gallium_dri.so free 0x557173591eb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735caff0 0.000137
+gallium_dri.so free 0x5571735cb040 void 0.000138
+gallium_dri.so free 0x5571735caff0 void 0.000138
+gallium_dri.so malloc 72 0x5571735caff0 0.000137
+gallium_dri.so free 0x5571735cb140 void 0.000137
+gallium_dri.so free 0x5571735caff0 void 0.000183
+gallium_dri.so malloc 72 0x5571735cb0f0 0.000174
+gallium_dri.so free 0x5571735cb200 void 0.000173
+gallium_dri.so free 0x5571735cb0f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000133
+gallium_dri.so free 0x5571735cb240 void 0.000132
+gallium_dri.so free 0x5571735cb1b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735cb1b0 0.000137
+gallium_dri.so free 0x5571735cb300 void 0.000138
+gallium_dri.so free 0x5571735cb1b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cb350 0.000140
+gallium_dri.so free 0x5571735cb3c0 void 0.000138
+gallium_dri.so free 0x5571735cb350 void 0.000137
+gallium_dri.so malloc 72 0x5571735cb400 0.000139
+gallium_dri.so free 0x5571735cb480 void 0.000137
+gallium_dri.so free 0x5571735cb400 void 0.000137
+gallium_dri.so malloc 72 0x5571735cb480 0.000137
+gallium_dri.so free 0x5571735cb540 void 0.000138
+gallium_dri.so free 0x5571735cb480 void 0.000144
+gallium_dri.so malloc 72 0x5571735cb480 0.000136
+gallium_dri.so free 0x5571735cb5c0 void 0.000137
+gallium_dri.so free 0x5571735cb480 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000141
+gallium_dri.so free 0x5571735cb640 void 0.000139
+gallium_dri.so free 0x5571735cb5f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cb5f0 0.000132
+gallium_dri.so free 0x5571735cb740 void 0.000131
+gallium_dri.so free 0x5571735cb5f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735cb6f0 0.000136
+gallium_dri.so free 0x5571735cb800 void 0.000137
+gallium_dri.so free 0x5571735cb6f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb7b0 0.000136
+gallium_dri.so free 0x5571735cb880 void 0.000137
+gallium_dri.so free 0x5571735cb7b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb8a0 0.000137
+gallium_dri.so free 0x5571735cb940 void 0.000138
+gallium_dri.so free 0x5571735cb8a0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cb8f0 0.000132
+gallium_dri.so free 0x5571735cb9c0 void 0.000140
+gallium_dri.so free 0x5571735cb8f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735cb8f0 0.000155
+gallium_dri.so free 0x5571735cba40 void 0.000133
+gallium_dri.so free 0x5571735cb8f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cba40 0.000137
+gallium_dri.so free 0x5571735cbb00 void 0.000134
+gallium_dri.so free 0x5571735cba40 void 0.000129
+gallium_dri.so malloc 72 0x5571735cba40 0.000131
+gallium_dri.so free 0x5571735cbbc0 void 0.000131
+gallium_dri.so free 0x5571735cba40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cba40 0.000131
+gallium_dri.so free 0x5571735cbc80 void 0.000133
+gallium_dri.so free 0x5571735cba40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cbc30 0.000130
+gallium_dri.so free 0x5571735cbc80 void 0.000127
+gallium_dri.so free 0x5571735cbc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cbc30 0.000125
+gallium_dri.so free 0x5571735cbd80 void 0.000128
+gallium_dri.so free 0x5571735cbc30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cbd30 0.000173
+gallium_dri.so free 0x5571735cbe40 void 0.000131
+gallium_dri.so free 0x5571735cbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000130
+gallium_dri.so free 0x5571735cbe80 void 0.000130
+gallium_dri.so free 0x5571735cbdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbdf0 0.000129
+gallium_dri.so free 0x5571735cbf40 void 0.000131
+gallium_dri.so free 0x5571735cbdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cbf80 0.000131
+gallium_dri.so free 0x5571735cc000 void 0.000130
+gallium_dri.so free 0x5571735cbf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cc000 0.000131
+gallium_dri.so free 0x5571735cc0c0 void 0.000126
+gallium_dri.so free 0x5571735cc000 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc000 0.000131
+gallium_dri.so free 0x5571735cc180 void 0.000130
+gallium_dri.so free 0x5571735cc000 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc1a0 0.000129
+gallium_dri.so free 0x5571735cc240 void 0.000126
+gallium_dri.so free 0x5571735cc1a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000131
+gallium_dri.so free 0x5571735cc2c0 void 0.000130
+gallium_dri.so free 0x5571735cc1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cc1f0 0.000130
+gallium_dri.so free 0x5571735cc340 void 0.000132
+gallium_dri.so free 0x5571735cc1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc340 0.000131
+gallium_dri.so free 0x5571735cc400 void 0.000127
+gallium_dri.so free 0x5571735cc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc340 0.000131
+gallium_dri.so free 0x5571735cc4c0 void 0.000126
+gallium_dri.so free 0x5571735cc340 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc340 0.000125
+gallium_dri.so free 0x5571735cc580 void 0.000135
+gallium_dri.so free 0x5571735cc340 void 0.000126
+gallium_dri.so malloc 72 0x5571735cc530 0.000131
+gallium_dri.so free 0x5571735cc640 void 0.000131
+gallium_dri.so free 0x5571735cc530 void 0.000131
+gallium_dri.so malloc 72 0x5571735cc5f0 0.000130
+gallium_dri.so free 0x5571735cc6c0 void 0.000132
+gallium_dri.so free 0x5571735cc5f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735cc710 0.000131
+gallium_dri.so free 0x5571735cc780 void 0.000126
+gallium_dri.so free 0x5571735cc710 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc7a0 0.000124
+gallium_dri.so free 0x5571735cc840 void 0.000130
+gallium_dri.so free 0x5571735cc7a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000124
+gallium_dri.so free 0x5571735cc8c0 void 0.000125
+gallium_dri.so free 0x5571735cc7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cc7f0 0.000131
+gallium_dri.so free 0x5571735cc940 void 0.000126
+gallium_dri.so free 0x5571735cc7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cc940 0.000123
+gallium_dri.so free 0x5571735cca00 void 0.000123
+gallium_dri.so free 0x5571735cc940 void 0.000128
+gallium_dri.so malloc 72 0x5571735cc940 0.000131
+gallium_dri.so free 0x5571735ccb00 void 0.000130
+gallium_dri.so free 0x5571735cc940 void 0.000126
+gallium_dri.so malloc 72 0x5571735ccab0 0.000128
+gallium_dri.so free 0x5571735ccb40 void 0.000127
+gallium_dri.so free 0x5571735ccab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ccab0 0.000126
+gallium_dri.so free 0x5571735ccc00 void 0.000168
+gallium_dri.so free 0x5571735ccab0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ccc40 0.000161
+gallium_dri.so free 0x5571735cccc0 void 0.000131
+gallium_dri.so free 0x5571735ccc40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cccc0 0.000130
+gallium_dri.so free 0x5571735ccd80 void 0.000129
+gallium_dri.so free 0x5571735cccc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cccc0 0.000128
+gallium_dri.so free 0x5571735cce00 void 0.000126
+gallium_dri.so free 0x5571735cccc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cce30 0.000124
+gallium_dri.so free 0x5571735cce80 void 0.000128
+gallium_dri.so free 0x5571735cce30 void 0.000130
+gallium_dri.so malloc 72 0x5571735cce30 0.000129
+gallium_dri.so free 0x5571735ccf80 void 0.000130
+gallium_dri.so free 0x5571735cce30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ccfc0 0.000132
+gallium_dri.so free 0x5571735cd040 void 0.000131
+gallium_dri.so free 0x5571735ccfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd040 0.000126
+gallium_dri.so free 0x5571735cd100 void 0.000129
+gallium_dri.so free 0x5571735cd040 void 0.000130
+gallium_dri.so malloc 72 0x5571735cd040 0.000180
+gallium_dri.so free 0x5571735cd180 void 0.000162
+gallium_dri.so free 0x5571735cd040 void 0.000161
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000131
+gallium_dri.so free 0x5571735cd200 void 0.000132
+gallium_dri.so free 0x5571735cd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd1b0 0.000123
+gallium_dri.so free 0x5571735cd300 void 0.000122
+gallium_dri.so free 0x5571735cd1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cd2b0 0.000124
+gallium_dri.so free 0x5571735cd3c0 void 0.000130
+gallium_dri.so free 0x5571735cd2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd370 0.000125
+gallium_dri.so free 0x5571735cd440 void 0.000122
+gallium_dri.so free 0x5571735cd370 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd370 0.000122
+gallium_dri.so free 0x5571735cd500 void 0.000124
+gallium_dri.so free 0x5571735cd370 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd370 0.000140
+gallium_dri.so free 0x5571735cd5c0 void 0.000132
+gallium_dri.so free 0x5571735cd370 void 0.000133
+gallium_dri.so malloc 72 0x5571735cd570 0.000123
+gallium_dri.so free 0x5571735cd640 void 0.000129
+gallium_dri.so free 0x5571735cd570 void 0.000123
+gallium_dri.so malloc 72 0x5571735cd690 0.000130
+gallium_dri.so free 0x5571735cd700 void 0.000124
+gallium_dri.so free 0x5571735cd690 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd720 0.000131
+gallium_dri.so free 0x5571735cd7c0 void 0.000132
+gallium_dri.so free 0x5571735cd720 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd770 0.000124
+gallium_dri.so free 0x5571735cd840 void 0.000130
+gallium_dri.so free 0x5571735cd770 void 0.000124
+gallium_dri.so malloc 72 0x5571735cd840 0.000124
+gallium_dri.so free 0x5571735cd900 void 0.000124
+gallium_dri.so free 0x5571735cd840 void 0.000129
+gallium_dri.so malloc 72 0x5571735cd840 0.000132
+gallium_dri.so free 0x5571735cd980 void 0.000137
+gallium_dri.so free 0x5571735cd840 void 0.000166
+gallium_dri.so malloc 72 0x5571735cd980 0.000158
+gallium_dri.so free 0x5571735cda40 void 0.000185
+gallium_dri.so free 0x5571735cd980 void 0.000225
+gallium_dri.so malloc 72 0x5571735cd980 0.000130
+gallium_dri.so free 0x5571735cdb00 void 0.000131
+gallium_dri.so free 0x5571735cd980 void 0.000131
+gallium_dri.so malloc 72 0x5571735cd980 0.000133
+gallium_dri.so free 0x5571735cdbc0 void 0.000126
+gallium_dri.so free 0x5571735cd980 void 0.000122
+gallium_dri.so malloc 72 0x5571735cdb70 0.000128
+gallium_dri.so free 0x5571735cdc40 void 0.000132
+gallium_dri.so free 0x5571735cdb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cdc90 0.000123
+gallium_dri.so free 0x5571735cdd00 void 0.000130
+gallium_dri.so free 0x5571735cdc90 void 0.000151
+gallium_dri.so malloc 72 0x5571735cdd40 0.000132
+gallium_dri.so free 0x5571735cddc0 void 0.000224
+gallium_dri.so free 0x5571735cdd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735cdd40 0.000124
+gallium_dri.so free 0x5571735cde40 void 0.000122
+gallium_dri.so free 0x5571735cdd40 void 0.000123
+gallium_dri.so malloc 72 0x5571735cde70 0.000125
+gallium_dri.so free 0x5571735cdec0 void 0.000131
+gallium_dri.so free 0x5571735cde70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cde70 0.000125
+gallium_dri.so free 0x5571735cdfc0 void 0.000122
+gallium_dri.so free 0x5571735cde70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cdf70 0.000127
+gallium_dri.so free 0x5571735ce080 void 0.000132
+gallium_dri.so free 0x5571735cdf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce030 0.000127
+gallium_dri.so free 0x5571735ce0c0 void 0.000130
+gallium_dri.so free 0x5571735ce030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ce030 0.000133
+gallium_dri.so free 0x5571735ce180 void 0.000124
+gallium_dri.so free 0x5571735ce030 void 0.000123
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000124
+gallium_dri.so free 0x5571735ce240 void 0.000129
+gallium_dri.so free 0x5571735ce1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ce1f0 0.000123
+gallium_dri.so free 0x5571735ce340 void 0.000123
+gallium_dri.so free 0x5571735ce1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ce2f0 0.000132
+gallium_dri.so free 0x5571735ce400 void 0.000143
+gallium_dri.so free 0x5571735ce2f0 void 0.000317
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000341
+gallium_dri.so free 0x5571735ce440 void 0.000328
+gallium_dri.so free 0x5571735ce3b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735ce3b0 0.000282
+gallium_dri.so free 0x5571735ce500 void 0.000279
+gallium_dri.so free 0x5571735ce3b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735ce540 0.000277
+gallium_dri.so free 0x5571735ce5c0 void 0.000286
+gallium_dri.so free 0x5571735ce540 void 0.000167
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000166
+gallium_dri.so free 0x5571735ce680 void 0.000165
+gallium_dri.so free 0x5571735ce5c0 void 0.000294
+gallium_dri.so malloc 72 0x5571735ce5c0 0.000223
+gallium_dri.so free 0x5571735ce740 void 0.000130
+gallium_dri.so free 0x5571735ce5c0 void 0.000149
+gallium_dri.so malloc 72 0x5571735ce760 0.000167
+gallium_dri.so free 0x5571735ce800 void 0.000232
+gallium_dri.so free 0x5571735ce760 void 0.000278
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000277
+gallium_dri.so free 0x5571735ce880 void 0.000270
+gallium_dri.so free 0x5571735ce7b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735ce7b0 0.000162
+gallium_dri.so free 0x5571735ce900 void 0.000131
+gallium_dri.so free 0x5571735ce7b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ce900 0.000125
+gallium_dri.so free 0x5571735ce9c0 void 0.000130
+gallium_dri.so free 0x5571735ce900 void 0.000126
+gallium_dri.so malloc 72 0x5571735ce900 0.000129
+gallium_dri.so free 0x5571735cea80 void 0.000135
+gallium_dri.so free 0x5571735ce900 void 0.000134
+gallium_dri.so malloc 72 0x5571735ce900 0.000132
+gallium_dri.so free 0x5571735ceb40 void 0.000132
+gallium_dri.so free 0x5571735ce900 void 0.000133
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000125
+gallium_dri.so free 0x5571735cec00 void 0.000139
+gallium_dri.so free 0x5571735ceaf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735cebb0 0.000139
+gallium_dri.so free 0x5571735c7440 void 0.000131
+gallium_dri.so free 0x5571735cec80 void 0.000131
+gallium_dri.so free 0x5571735cebb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cecd0 0.000138
+gallium_dri.so free 0x5571735ced40 void 0.000149
+gallium_dri.so free 0x5571735cecd0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ced60 0.000207
+gallium_dri.so free 0x5571735cee00 void 0.000180
+gallium_dri.so free 0x5571735ced60 void 0.000131
+gallium_dri.so malloc 72 0x5571735cedb0 0.000132
+gallium_dri.so free 0x5571735cee80 void 0.000141
+gallium_dri.so free 0x5571735cedb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735cedb0 0.000133
+gallium_dri.so free 0x5571735cef00 void 0.000130
+gallium_dri.so free 0x5571735cedb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cef00 0.000136
+gallium_dri.so free 0x5571735cefc0 void 0.000137
+gallium_dri.so free 0x5571735cef00 void 0.000139
+gallium_dri.so malloc 72 0x5571735cef00 0.000136
+gallium_dri.so free 0x5571735cf0c0 void 0.000133
+gallium_dri.so free 0x5571735cef00 void 0.000169
+gallium_dri.so malloc 72 0x5571735cf070 0.000187
+gallium_dri.so free 0x5571735cf100 void 0.000138
+gallium_dri.so free 0x5571735cf070 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf070 0.000143
+gallium_dri.so free 0x5571735cf1c0 void 0.000140
+gallium_dri.so free 0x5571735cf070 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf200 0.000235
+gallium_dri.so free 0x5571735cf280 void 0.000250
+gallium_dri.so free 0x5571735cf200 void 0.000221
+gallium_dri.so malloc 72 0x5571735cf280 0.000176
+gallium_dri.so free 0x5571735cf340 void 0.000177
+gallium_dri.so free 0x5571735cf280 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf280 0.000133
+gallium_dri.so free 0x5571735cf3c0 void 0.000132
+gallium_dri.so free 0x5571735cf280 void 0.000137
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000138
+gallium_dri.so free 0x5571735cf440 void 0.000138
+gallium_dri.so free 0x5571735cf3f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000133
+gallium_dri.so free 0x5571735cf540 void 0.000136
+gallium_dri.so free 0x5571735cf3f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf580 0.000159
+gallium_dri.so free 0x5571735cf600 void 0.000139
+gallium_dri.so free 0x5571735cf580 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf600 0.000134
+gallium_dri.so free 0x5571735cf6c0 void 0.000148
+gallium_dri.so free 0x5571735cf600 void 0.000138
+gallium_dri.so malloc 72 0x5571735cf600 0.000127
+gallium_dri.so free 0x5571735cf740 void 0.000125
+gallium_dri.so free 0x5571735cf600 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf770 0.000132
+gallium_dri.so free 0x5571735cf7c0 void 0.000135
+gallium_dri.so free 0x5571735cf770 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf770 0.000131
+gallium_dri.so free 0x5571735cf8c0 void 0.000133
+gallium_dri.so free 0x5571735cf770 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf870 0.000125
+gallium_dri.so free 0x5571735cf980 void 0.000131
+gallium_dri.so free 0x5571735cf870 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf930 0.000130
+gallium_dri.so free 0x5571735cfa00 void 0.000124
+gallium_dri.so free 0x5571735cf930 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf930 0.000129
+gallium_dri.so free 0x5571735cfac0 void 0.000131
+gallium_dri.so free 0x5571735cf930 void 0.000169
+gallium_dri.so malloc 72 0x5571735cf930 0.000132
+gallium_dri.so free 0x5571735cfb80 void 0.000133
+gallium_dri.so free 0x5571735cf930 void 0.000143
+gallium_dri.so malloc 72 0x5571735cfb30 0.000132
+gallium_dri.so free 0x5571735cfc00 void 0.000125
+gallium_dri.so free 0x5571735cfb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfc50 0.000128
+gallium_dri.so free 0x5571735cfcc0 void 0.000152
+gallium_dri.so free 0x5571735cfc50 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfce0 0.000124
+gallium_dri.so free 0x5571735cfd80 void 0.000124
+gallium_dri.so free 0x5571735cfce0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfd30 0.000125
+gallium_dri.so free 0x5571735cfe00 void 0.000125
+gallium_dri.so free 0x5571735cfd30 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfe00 0.000131
+gallium_dri.so free 0x5571735cfec0 void 0.000133
+gallium_dri.so free 0x5571735cfe00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfe00 0.000122
+gallium_dri.so free 0x5571735cff40 void 0.000124
+gallium_dri.so free 0x5571735cfe00 void 0.000129
+gallium_dri.so malloc 72 0x5571735cff40 0.000131
+gallium_dri.so free 0x5571735d0000 void 0.000125
+gallium_dri.so free 0x5571735cff40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cff40 0.000135
+gallium_dri.so free 0x5571735d00c0 void 0.000128
+gallium_dri.so free 0x5571735cff40 void 0.000128
+gallium_dri.so malloc 72 0x5571735cff40 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000132
+gallium_dri.so free 0x5571735cff40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0130 0.000130
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so free 0x5571735d0130 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0250 0.000129
+gallium_dri.so free 0x5571735d02c0 void 0.000127
+gallium_dri.so free 0x5571735d0250 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0300 0.000134
+gallium_dri.so free 0x5571735d0380 void 0.000132
+gallium_dri.so free 0x5571735d0300 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0300 0.000124
+gallium_dri.so free 0x5571735d0400 void 0.000124
+gallium_dri.so free 0x5571735d0300 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0430 0.000124
+gallium_dri.so free 0x5571735d0480 void 0.000123
+gallium_dri.so free 0x5571735d0430 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0430 0.000130
+gallium_dri.so free 0x5571735d0580 void 0.000163
+gallium_dri.so free 0x5571735d0430 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0530 0.000132
+gallium_dri.so free 0x5571735d0640 void 0.000126
+gallium_dri.so free 0x5571735d0530 void 0.000129
+gallium_dri.so malloc 72 0x5571735d05f0 0.000130
+gallium_dri.so free 0x5571735d0680 void 0.000126
+gallium_dri.so free 0x5571735d05f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d05f0 0.000123
+gallium_dri.so free 0x5571735d0740 void 0.000128
+gallium_dri.so free 0x5571735d05f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d07b0 0.000124
+gallium_dri.so free 0x5571735d0800 void 0.000124
+gallium_dri.so free 0x5571735d07b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d07b0 0.000132
+gallium_dri.so free 0x5571735d0900 void 0.000133
+gallium_dri.so free 0x5571735d07b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d08b0 0.000124
+gallium_dri.so free 0x5571735d09c0 void 0.000128
+gallium_dri.so free 0x5571735d08b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0970 0.000132
+gallium_dri.so free 0x5571735d0a00 void 0.000131
+gallium_dri.so free 0x5571735d0970 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0970 0.000126
+gallium_dri.so free 0x5571735d0ac0 void 0.000133
+gallium_dri.so free 0x5571735d0970 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b00 0.000125
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0b80 0.000132
+gallium_dri.so free 0x5571735d0c40 void 0.000132
+gallium_dri.so free 0x5571735d0b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0b80 0.000129
+gallium_dri.so free 0x5571735d0d00 void 0.000124
+gallium_dri.so free 0x5571735d0b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0d20 0.000123
+gallium_dri.so free 0x5571735d0dc0 void 0.000124
+gallium_dri.so free 0x5571735d0d20 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0d70 0.000131
+gallium_dri.so free 0x5571735d0e40 void 0.000132
+gallium_dri.so free 0x5571735d0d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0d70 0.000129
+gallium_dri.so free 0x5571735d0ec0 void 0.000131
+gallium_dri.so free 0x5571735d0d70 void 0.000185
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000125
+gallium_dri.so free 0x5571735d0f80 void 0.000124
+gallium_dri.so free 0x5571735d0ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000124
+gallium_dri.so free 0x5571735d1040 void 0.000123
+gallium_dri.so free 0x5571735d0ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0ec0 0.000127
+gallium_dri.so free 0x5571735d1100 void 0.000124
+gallium_dri.so free 0x5571735d0ec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d10b0 0.000135
+gallium_dri.so free 0x5571735d11c0 void 0.000126
+gallium_dri.so free 0x5571735d10b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1170 0.000123
+gallium_dri.so free 0x5571735d1240 void 0.000120
+gallium_dri.so free 0x5571735d1170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1290 0.000128
+gallium_dri.so free 0x5571735d1300 void 0.000126
+gallium_dri.so free 0x5571735d1290 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1320 0.000123
+gallium_dri.so free 0x5571735d13c0 void 0.000124
+gallium_dri.so free 0x5571735d1320 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1370 0.000120
+gallium_dri.so free 0x5571735d1440 void 0.000118
+gallium_dri.so free 0x5571735d1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1370 0.000118
+gallium_dri.so free 0x5571735d14c0 void 0.000119
+gallium_dri.so free 0x5571735d1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d14c0 0.000119
+gallium_dri.so free 0x5571735d1580 void 0.000118
+gallium_dri.so free 0x5571735d14c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d14c0 0.000165
+gallium_dri.so free 0x5571735d1680 void 0.000119
+gallium_dri.so free 0x5571735d14c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1630 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000118
+gallium_dri.so free 0x5571735d1630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1630 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000304
+gallium_dri.so free 0x5571735d1630 void 0.000199
+gallium_dri.so malloc 72 0x5571735d17c0 0.000151
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so free 0x5571735d17c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1840 0.000118
+gallium_dri.so free 0x5571735d1900 void 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1840 0.000118
+gallium_dri.so free 0x5571735d1980 void 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000117
+gallium_dri.so malloc 72 0x5571735d19b0 0.000118
+gallium_dri.so free 0x5571735d1a00 void 0.000119
+gallium_dri.so free 0x5571735d19b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d19b0 0.000118
+gallium_dri.so free 0x5571735d1b00 void 0.000118
+gallium_dri.so free 0x5571735d19b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1b40 0.000129
+gallium_dri.so free 0x5571735d1bc0 void 0.000119
+gallium_dri.so free 0x5571735d1b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000118
+gallium_dri.so free 0x5571735d1c80 void 0.000116
+gallium_dri.so free 0x5571735d1bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000117
+gallium_dri.so free 0x5571735d1d00 void 0.000119
+gallium_dri.so free 0x5571735d1bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1d30 0.000116
+gallium_dri.so free 0x5571735d1d80 void 0.000117
+gallium_dri.so free 0x5571735d1d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1d30 0.000118
+gallium_dri.so free 0x5571735d1e80 void 0.000116
+gallium_dri.so free 0x5571735d1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1e30 0.000118
+gallium_dri.so free 0x5571735d1f40 void 0.000120
+gallium_dri.so free 0x5571735d1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x5571735d1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000123
+gallium_dri.so free 0x5571735d2080 void 0.000120
+gallium_dri.so free 0x5571735d1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000118
+gallium_dri.so free 0x5571735d2140 void 0.000117
+gallium_dri.so free 0x5571735d1ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d20f0 0.000118
+gallium_dri.so free 0x5571735d21c0 void 0.000120
+gallium_dri.so free 0x5571735d20f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2210 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so free 0x5571735d2210 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22a0 0.000118
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so free 0x5571735d22a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22f0 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23c0 0.000117
+gallium_dri.so free 0x5571735d2480 void 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735d2500 void 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2500 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d2500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2500 0.000120
+gallium_dri.so free 0x5571735d2680 void 0.000120
+gallium_dri.so free 0x5571735d2500 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2500 0.000115
+gallium_dri.so free 0x5571735d2740 void 0.000118
+gallium_dri.so free 0x5571735d2500 void 0.000126
+gallium_dri.so malloc 72 0x5571735d26f0 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000118
+gallium_dri.so free 0x5571735d26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2810 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so free 0x5571735d2810 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28c0 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so free 0x5571735d28c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28c0 0.000119
+gallium_dri.so free 0x5571735d29c0 void 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d29f0 0.000118
+gallium_dri.so free 0x5571735d2a40 void 0.000118
+gallium_dri.so free 0x5571735d29f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d29f0 0.000118
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so free 0x5571735d29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2af0 0.000120
+gallium_dri.so free 0x5571735d2c00 void 0.000119
+gallium_dri.so free 0x5571735d2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000118
+gallium_dri.so free 0x5571735d2c40 void 0.000118
+gallium_dri.so free 0x5571735d2bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000118
+gallium_dri.so free 0x5571735d2d00 void 0.000125
+gallium_dri.so free 0x5571735d2bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2d70 0.000150
+gallium_dri.so free 0x5571735d2dc0 void 0.000120
+gallium_dri.so free 0x5571735d2d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2d70 0.000118
+gallium_dri.so free 0x5571735d2ec0 void 0.000119
+gallium_dri.so free 0x5571735d2d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2e70 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000118
+gallium_dri.so free 0x5571735d2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f30 0.000124
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x5571735d2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2f30 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so free 0x5571735d2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d30c0 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32e0 0.000158
+gallium_dri.so free 0x5571735d3380 void 0.000120
+gallium_dri.so free 0x5571735d32e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3330 0.000118
+gallium_dri.so free 0x5571735d3400 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3330 0.000119
+gallium_dri.so free 0x5571735d3480 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3480 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000120
+gallium_dri.so free 0x5571735d3480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3480 0.000118
+gallium_dri.so free 0x5571735d3600 void 0.000119
+gallium_dri.so free 0x5571735d3480 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3480 0.000118
+gallium_dri.so free 0x5571735d36c0 void 0.000118
+gallium_dri.so free 0x5571735d3480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3670 0.000119
+gallium_dri.so free 0x5571735d3780 void 0.000119
+gallium_dri.so free 0x5571735d3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3730 0.000118
+gallium_dri.so free 0x5571735d3800 void 0.000119
+gallium_dri.so free 0x5571735d3730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3850 0.000117
+gallium_dri.so free 0x5571735d38c0 void 0.000118
+gallium_dri.so free 0x5571735d3850 void 0.000118
+gallium_dri.so malloc 72 0x5571735d38e0 0.000121
+gallium_dri.so free 0x5571735d3980 void 0.000118
+gallium_dri.so free 0x5571735d38e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3930 0.000117
+gallium_dri.so free 0x5571735d3a00 void 0.000118
+gallium_dri.so free 0x5571735d3930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3930 0.000119
+gallium_dri.so free 0x5571735d3a80 void 0.000119
+gallium_dri.so free 0x5571735d3930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3a80 0.000117
+gallium_dri.so free 0x5571735d3b40 void 0.000119
+gallium_dri.so free 0x5571735d3a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3a80 0.000119
+gallium_dri.so free 0x5571735d3c40 void 0.000119
+gallium_dri.so free 0x5571735d3a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000118
+gallium_dri.so free 0x5571735d3c80 void 0.000118
+gallium_dri.so free 0x5571735d3bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000118
+gallium_dri.so free 0x5571735d3d40 void 0.000119
+gallium_dri.so free 0x5571735d3bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d80 0.000118
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3e00 0.000117
+gallium_dri.so free 0x5571735d3ec0 void 0.000117
+gallium_dri.so free 0x5571735d3e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3e00 0.000124
+gallium_dri.so free 0x5571735d3f40 void 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3f70 0.000118
+gallium_dri.so free 0x5571735d3fc0 void 0.000118
+gallium_dri.so free 0x5571735d3f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f70 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4100 0.000119
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so free 0x5571735d4100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4180 0.000118
+gallium_dri.so free 0x5571735d4240 void 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4180 0.000117
+gallium_dri.so free 0x5571735d42c0 void 0.000119
+gallium_dri.so free 0x5571735d4180 void 0.000119
+gallium_dri.so malloc 72 0x5571735d42f0 0.000118
+gallium_dri.so free 0x5571735d4340 void 0.000121
+gallium_dri.so free 0x5571735d42f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d42f0 0.000130
+gallium_dri.so free 0x5571735d4440 void 0.000119
+gallium_dri.so free 0x5571735d42f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43f0 0.000120
+gallium_dri.so free 0x5571735d4500 void 0.000125
+gallium_dri.so free 0x5571735d43f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d44b0 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x5571735d44b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d44b0 0.000118
+gallium_dri.so free 0x5571735d4640 void 0.000118
+gallium_dri.so free 0x5571735d44b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d44b0 0.000181
+gallium_dri.so free 0x5571735d4700 void 0.000188
+gallium_dri.so free 0x5571735d44b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735d46b0 0.000119
+gallium_dri.so free 0x5571735d4780 void 0.000118
+gallium_dri.so free 0x5571735d46b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d47d0 0.000118
+gallium_dri.so free 0x5571735d4840 void 0.000118
+gallium_dri.so free 0x5571735d47d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4860 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000119
+gallium_dri.so free 0x5571735d4860 void 0.000118
+gallium_dri.so malloc 72 0x5571735d48b0 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d48b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4980 0.000118
+gallium_dri.so free 0x5571735d4a40 void 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4980 0.000118
+gallium_dri.so free 0x5571735d4ac0 void 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000118
+gallium_dri.so free 0x5571735d4b80 void 0.000118
+gallium_dri.so free 0x5571735d4ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000118
+gallium_dri.so free 0x5571735d4c40 void 0.000118
+gallium_dri.so free 0x5571735d4ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4ac0 0.000118
+gallium_dri.so free 0x5571735d4d00 void 0.000118
+gallium_dri.so free 0x5571735d4ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000118
+gallium_dri.so free 0x5571735d4d80 void 0.000118
+gallium_dri.so free 0x5571735d4cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4dd0 0.000118
+gallium_dri.so free 0x5571735d4e40 void 0.000119
+gallium_dri.so free 0x5571735d4dd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4e80 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e80 0.000118
+gallium_dri.so free 0x5571735f49c0 void 0.000119
+gallium_dri.so free 0x5571735d4e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f49f0 0.000117
+gallium_dri.so free 0x5571735f4a40 void 0.000174
+gallium_dri.so free 0x5571735f49f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49f0 0.000120
+gallium_dri.so free 0x5571735f4b40 void 0.000116
+gallium_dri.so free 0x5571735f49f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4af0 0.000119
+gallium_dri.so free 0x5571735f4c00 void 0.000116
+gallium_dri.so free 0x5571735f4af0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000208
+gallium_dri.so free 0x5571735f4c40 void 0.000159
+gallium_dri.so free 0x5571735f4bb0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000119
+gallium_dri.so free 0x5571735f4d00 void 0.000123
+gallium_dri.so free 0x5571735f4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d70 0.000119
+gallium_dri.so free 0x5571735f4dc0 void 0.000118
+gallium_dri.so free 0x5571735f4d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d70 0.000120
+gallium_dri.so free 0x5571735f4ec0 void 0.000119
+gallium_dri.so free 0x5571735f4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4e70 0.000117
+gallium_dri.so free 0x5571735f4f80 void 0.000118
+gallium_dri.so free 0x5571735f4e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4f30 0.000118
+gallium_dri.so free 0x5571735f4fc0 void 0.000119
+gallium_dri.so free 0x5571735f4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f30 0.000118
+gallium_dri.so free 0x5571735f5080 void 0.000116
+gallium_dri.so free 0x5571735f4f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f50c0 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5140 0.000116
+gallium_dri.so free 0x5571735f5200 void 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5140 0.000117
+gallium_dri.so free 0x5571735f52c0 void 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000117
+gallium_dri.so malloc 72 0x5571735f52e0 0.000118
+gallium_dri.so free 0x5571735f5380 void 0.000118
+gallium_dri.so free 0x5571735f52e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5330 0.000117
+gallium_dri.so free 0x5571735f5400 void 0.000118
+gallium_dri.so free 0x5571735f5330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5330 0.000119
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so free 0x5571735f5330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5480 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5480 0.000117
+gallium_dri.so free 0x5571735f5600 void 0.000127
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5480 0.000117
+gallium_dri.so free 0x5571735f56c0 void 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5670 0.000119
+gallium_dri.so free 0x5571735f5780 void 0.000117
+gallium_dri.so free 0x5571735f5670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5730 0.000125
+gallium_dri.so free 0x5571735f5800 void 0.000119
+gallium_dri.so free 0x5571735f5730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5850 0.000117
+gallium_dri.so free 0x5571735f58c0 void 0.000118
+gallium_dri.so free 0x5571735f5850 void 0.000118
+gallium_dri.so malloc 72 0x5571735f58e0 0.000118
+gallium_dri.so free 0x5571735f5980 void 0.000118
+gallium_dri.so free 0x5571735f58e0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f5930 0.000117
+gallium_dri.so free 0x5571735f5a00 void 0.000118
+gallium_dri.so free 0x5571735f5930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5930 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000119
+gallium_dri.so free 0x5571735f5930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a80 0.000125
+gallium_dri.so free 0x5571735f5b40 void 0.000116
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a80 0.000179
+gallium_dri.so free 0x5571735f5c40 void 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000119
+gallium_dri.so free 0x5571735f5c80 void 0.000119
+gallium_dri.so free 0x5571735f5bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000118
+gallium_dri.so free 0x5571735f5d40 void 0.000119
+gallium_dri.so free 0x5571735f5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5d80 0.000120
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x5571735f5d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5e00 0.000120
+gallium_dri.so free 0x5571735f5ec0 void 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e00 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000119
+gallium_dri.so free 0x5571735f5e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5f70 0.000119
+gallium_dri.so free 0x5571735f5fc0 void 0.000119
+gallium_dri.so free 0x5571735f5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f70 0.000118
+gallium_dri.so free 0x5571735f60c0 void 0.000118
+gallium_dri.so free 0x5571735f5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6100 0.000118
+gallium_dri.so free 0x5571735f6180 void 0.000119
+gallium_dri.so free 0x5571735f6100 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6180 0.000118
+gallium_dri.so free 0x5571735f6240 void 0.000117
+gallium_dri.so free 0x5571735f6180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6180 0.000117
+gallium_dri.so free 0x5571735f62c0 void 0.000117
+gallium_dri.so free 0x5571735f6180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f62f0 0.000117
+gallium_dri.so free 0x5571735f6340 void 0.000117
+gallium_dri.so free 0x5571735f62f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f62f0 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so free 0x5571735f62f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f63f0 0.000118
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so free 0x5571735f63f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f64b0 0.000120
+gallium_dri.so free 0x5571735f6580 void 0.000117
+gallium_dri.so free 0x5571735f64b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f64b0 0.000117
+gallium_dri.so free 0x5571735f6640 void 0.000116
+gallium_dri.so free 0x5571735f64b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f64b0 0.000118
+gallium_dri.so free 0x5571735f6700 void 0.000117
+gallium_dri.so free 0x5571735f64b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f66b0 0.000119
+gallium_dri.so free 0x5571735f6780 void 0.000118
+gallium_dri.so free 0x5571735f66b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f67d0 0.000117
+gallium_dri.so free 0x5571735f6840 void 0.000119
+gallium_dri.so free 0x5571735f67d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6860 0.000119
+gallium_dri.so free 0x5571735f6900 void 0.000120
+gallium_dri.so free 0x5571735f6860 void 0.000118
+gallium_dri.so malloc 72 0x5571735f68b0 0.000118
+gallium_dri.so free 0x5571735f6980 void 0.000118
+gallium_dri.so free 0x5571735f68b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6980 0.000127
+gallium_dri.so free 0x5571735f6a40 void 0.000120
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6980 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so free 0x5571735f6980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000118
+gallium_dri.so free 0x5571735f6b80 void 0.000117
+gallium_dri.so free 0x5571735f6ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000118
+gallium_dri.so free 0x5571735f6c40 void 0.000118
+gallium_dri.so free 0x5571735f6ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000118
+gallium_dri.so free 0x5571735f6d00 void 0.000117
+gallium_dri.so free 0x5571735f6ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000119
+gallium_dri.so free 0x5571735f6d80 void 0.000163
+gallium_dri.so free 0x5571735f6cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6dd0 0.000119
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so free 0x5571735f6dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e80 0.000118
+gallium_dri.so free 0x5571735f6f00 void 0.000119
+gallium_dri.so free 0x5571735f6e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e80 0.000118
+gallium_dri.so free 0x5571735f6f80 void 0.000119
+gallium_dri.so free 0x5571735f6e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000118
+gallium_dri.so free 0x5571735f7000 void 0.000120
+gallium_dri.so free 0x5571735f6fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000120
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x5571735f6fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f70b0 0.000118
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000119
+gallium_dri.so free 0x5571735f7200 void 0.000118
+gallium_dri.so free 0x5571735f7170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000121
+gallium_dri.so free 0x5571735f72c0 void 0.000119
+gallium_dri.so free 0x5571735f7170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7330 0.000125
+gallium_dri.so free 0x5571735f7380 void 0.000119
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7330 0.000117
+gallium_dri.so free 0x5571735f7480 void 0.000117
+gallium_dri.so free 0x5571735f7330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7430 0.000118
+gallium_dri.so free 0x5571735f7540 void 0.000117
+gallium_dri.so free 0x5571735f7430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000117
+gallium_dri.so free 0x5571735f7580 void 0.000117
+gallium_dri.so free 0x5571735f74f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74f0 0.000116
+gallium_dri.so free 0x5571735f7640 void 0.000117
+gallium_dri.so free 0x5571735f74f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7680 0.000129
+gallium_dri.so free 0x5571735f7700 void 0.000126
+gallium_dri.so free 0x5571735f7680 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7700 0.000126
+gallium_dri.so free 0x5571735f77c0 void 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7700 0.000117
+gallium_dri.so free 0x5571735f7880 void 0.000117
+gallium_dri.so free 0x5571735f7700 void 0.000129
+gallium_dri.so malloc 72 0x5571735f78a0 0.000117
+gallium_dri.so free 0x5571735f7940 void 0.000136
+gallium_dri.so free 0x5571735f78a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f78f0 0.000121
+gallium_dri.so free 0x5571735f79c0 void 0.000122
+gallium_dri.so free 0x5571735f78f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f78f0 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000123
+gallium_dri.so free 0x5571735f78f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000123
+gallium_dri.so free 0x5571735f7a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7bc0 void 0.000122
+gallium_dri.so free 0x5571735f7a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7c80 void 0.000123
+gallium_dri.so free 0x5571735f7a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7c30 0.000120
+gallium_dri.so free 0x5571735f7d40 void 0.000121
+gallium_dri.so free 0x5571735f7c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000120
+gallium_dri.so free 0x5571735f7dc0 void 0.000122
+gallium_dri.so free 0x5571735f7cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7e10 0.000121
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so free 0x5571735f7e10 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7ea0 0.000127
+gallium_dri.so free 0x5571735f7f40 void 0.000114
+gallium_dri.so free 0x5571735f7ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000114
+gallium_dri.so free 0x5571735f7fc0 void 0.000115
+gallium_dri.so free 0x5571735f7ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ef0 0.000113
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so free 0x5571735f7ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8040 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000113
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8040 0.000113
+gallium_dri.so free 0x5571735f8200 void 0.000112
+gallium_dri.so free 0x5571735f8040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f81b0 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so free 0x5571735f81b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f81b0 0.000113
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so free 0x5571735f81b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8340 0.000113
+gallium_dri.so free 0x5571735f83c0 void 0.000114
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f83c0 0.000112
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f83c0 0.000114
+gallium_dri.so free 0x5571735f8500 void 0.000124
+gallium_dri.so free 0x5571735f83c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8530 0.000122
+gallium_dri.so free 0x5571735f8580 void 0.000126
+gallium_dri.so free 0x5571735f8530 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8530 0.000122
+gallium_dri.so free 0x5571735f8680 void 0.000122
+gallium_dri.so free 0x5571735f8530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f86c0 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000122
+gallium_dri.so free 0x5571735f86c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8740 0.000122
+gallium_dri.so free 0x5571735f8800 void 0.000122
+gallium_dri.so free 0x5571735f8740 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8740 0.000120
+gallium_dri.so free 0x5571735f8880 void 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000122
+gallium_dri.so malloc 72 0x5571735f88b0 0.000120
+gallium_dri.so free 0x5571735f8900 void 0.000121
+gallium_dri.so free 0x5571735f88b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f88b0 0.000120
+gallium_dri.so free 0x5571735f8a00 void 0.000121
+gallium_dri.so free 0x5571735f88b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f89b0 0.000123
+gallium_dri.so free 0x5571735f8ac0 void 0.000121
+gallium_dri.so free 0x5571735f89b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f8a70 0.000123
+gallium_dri.so free 0x5571735f8b40 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a70 0.000121
+gallium_dri.so free 0x5571735f8c00 void 0.000122
+gallium_dri.so free 0x5571735f8a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a70 0.000122
+gallium_dri.so free 0x5571735f8cc0 void 0.000122
+gallium_dri.so free 0x5571735f8a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c70 0.000120
+gallium_dri.so free 0x5571735f8d40 void 0.000121
+gallium_dri.so free 0x5571735f8c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8d90 0.000121
+gallium_dri.so free 0x5571735f8e00 void 0.000120
+gallium_dri.so free 0x5571735f8d90 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8e20 0.000121
+gallium_dri.so free 0x5571735f8ec0 void 0.000123
+gallium_dri.so free 0x5571735f8e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8e70 0.000121
+gallium_dri.so free 0x5571735f8f40 void 0.000122
+gallium_dri.so free 0x5571735f8e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8f40 0.000120
+gallium_dri.so free 0x5571735f9000 void 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8f40 0.000133
+gallium_dri.so free 0x5571735f9080 void 0.000123
+gallium_dri.so free 0x5571735f8f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9080 0.000121
+gallium_dri.so free 0x5571735f9140 void 0.000122
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9080 0.000122
+gallium_dri.so free 0x5571735f9200 void 0.000122
+gallium_dri.so free 0x5571735f9080 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9080 0.000120
+gallium_dri.so free 0x5571735f92c0 void 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9270 0.000121
+gallium_dri.so free 0x5571735f9340 void 0.000123
+gallium_dri.so free 0x5571735f9270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9390 0.000122
+gallium_dri.so free 0x5571735f9400 void 0.000121
+gallium_dri.so free 0x5571735f9390 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9440 0.000120
+gallium_dri.so free 0x5571735f94c0 void 0.000122
+gallium_dri.so free 0x5571735f9440 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9440 0.000122
+gallium_dri.so free 0x5571735f9540 void 0.000121
+gallium_dri.so free 0x5571735f9440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9570 0.000129
+gallium_dri.so free 0x5571735f95c0 void 0.000126
+gallium_dri.so free 0x5571735f9570 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9570 0.000121
+gallium_dri.so free 0x5571735f96c0 void 0.000122
+gallium_dri.so free 0x5571735f9570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9670 0.000122
+gallium_dri.so free 0x5571735f9780 void 0.000122
+gallium_dri.so free 0x5571735f9670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9730 0.000121
+gallium_dri.so free 0x5571735f97c0 void 0.000122
+gallium_dri.so free 0x5571735f9730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9730 0.000121
+gallium_dri.so free 0x5571735f9880 void 0.000120
+gallium_dri.so free 0x5571735f9730 void 0.000122
+gallium_dri.so malloc 72 0x5571735f98f0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000122
+gallium_dri.so free 0x5571735f98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f98f0 0.000121
+gallium_dri.so free 0x5571735f9a40 void 0.000121
+gallium_dri.so free 0x5571735f98f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f99f0 0.000121
+gallium_dri.so free 0x5571735f9b00 void 0.000124
+gallium_dri.so free 0x5571735f99f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000121
+gallium_dri.so free 0x5571735f9b40 void 0.000122
+gallium_dri.so free 0x5571735f9ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000192
+gallium_dri.so free 0x5571735f9c00 void 0.000123
+gallium_dri.so free 0x5571735f9ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9c40 0.000120
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so free 0x5571735f9c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000121
+gallium_dri.so free 0x5571735f9d80 void 0.000121
+gallium_dri.so free 0x5571735f9cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9cc0 0.000121
+gallium_dri.so free 0x5571735f9e40 void 0.000121
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9e60 0.000121
+gallium_dri.so free 0x5571735f9f00 void 0.000121
+gallium_dri.so free 0x5571735f9e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000122
+gallium_dri.so free 0x5571735f9f80 void 0.000121
+gallium_dri.so free 0x5571735f9eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9eb0 0.000120
+gallium_dri.so free 0x5571735fa000 void 0.000120
+gallium_dri.so free 0x5571735f9eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa000 0.000121
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735fa000 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa000 0.000122
+gallium_dri.so free 0x5571735fa180 void 0.000132
+gallium_dri.so free 0x5571735fa000 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa000 0.000121
+gallium_dri.so free 0x5571735fa240 void 0.000122
+gallium_dri.so free 0x5571735fa000 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000122
+gallium_dri.so free 0x5571735fa300 void 0.000122
+gallium_dri.so free 0x5571735fa1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa2b0 0.000120
+gallium_dri.so free 0x5571735fa380 void 0.000122
+gallium_dri.so free 0x5571735fa2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa3d0 0.000131
+gallium_dri.so free 0x5571735fa440 void 0.000124
+gallium_dri.so free 0x5571735fa3d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa460 0.000121
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa460 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000122
+gallium_dri.so free 0x5571735fa580 void 0.000120
+gallium_dri.so free 0x5571735fa4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa4b0 0.000120
+gallium_dri.so free 0x5571735fa600 void 0.000121
+gallium_dri.so free 0x5571735fa4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa600 0.000123
+gallium_dri.so free 0x5571735fa6c0 void 0.000122
+gallium_dri.so free 0x5571735fa600 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa600 0.000122
+gallium_dri.so free 0x5571735fa7c0 void 0.000121
+gallium_dri.so free 0x5571735fa600 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa770 0.000141
+gallium_dri.so free 0x5571735fa800 void 0.000142
+gallium_dri.so free 0x5571735fa770 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa770 0.000137
+gallium_dri.so free 0x5571735fa8c0 void 0.000135
+gallium_dri.so free 0x5571735fa770 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa900 0.000138
+gallium_dri.so free 0x5571735fa980 void 0.000137
+gallium_dri.so free 0x5571735fa900 void 0.000139
+gallium_dri.so malloc 72 0x5571735fa980 0.000134
+gallium_dri.so free 0x5571735faa40 void 0.000138
+gallium_dri.so free 0x5571735fa980 void 0.000134
+gallium_dri.so malloc 72 0x5571735fa980 0.000135
+gallium_dri.so free 0x5571735faac0 void 0.000135
+gallium_dri.so free 0x5571735fa980 void 0.000137
+gallium_dri.so malloc 72 0x5571735faaf0 0.000138
+gallium_dri.so free 0x5571735fab40 void 0.000135
+gallium_dri.so free 0x5571735faaf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735faaf0 0.000197
+gallium_dri.so free 0x5571735fac40 void 0.000138
+gallium_dri.so free 0x5571735faaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fac80 0.000132
+gallium_dri.so free 0x5571735fad00 void 0.000137
+gallium_dri.so free 0x5571735fac80 void 0.000138
+gallium_dri.so malloc 72 0x5571735fad00 0.000138
+gallium_dri.so free 0x5571735fadc0 void 0.000137
+gallium_dri.so free 0x5571735fad00 void 0.000137
+gallium_dri.so malloc 72 0x5571735fad00 0.000137
+gallium_dri.so free 0x5571735fae40 void 0.000135
+gallium_dri.so free 0x5571735fad00 void 0.000138
+gallium_dri.so malloc 72 0x5571735fae70 0.000138
+gallium_dri.so free 0x5571735faec0 void 0.000137
+gallium_dri.so free 0x5571735fae70 void 0.000138
+gallium_dri.so malloc 72 0x5571735fae70 0.000137
+gallium_dri.so free 0x5571735fafc0 void 0.000131
+gallium_dri.so free 0x5571735fae70 void 0.000132
+gallium_dri.so malloc 72 0x5571735faf70 0.000134
+gallium_dri.so free 0x5571735fb080 void 0.000143
+gallium_dri.so free 0x5571735faf70 void 0.000162
+gallium_dri.so malloc 72 0x5571735fb030 0.000145
+gallium_dri.so free 0x5571735fb100 void 0.000144
+gallium_dri.so free 0x5571735fb030 void 0.000140
+gallium_dri.so malloc 72 0x5571735fb030 0.000139
+gallium_dri.so free 0x5571735fb1c0 void 0.000144
+gallium_dri.so free 0x5571735fb030 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb030 0.000144
+gallium_dri.so free 0x5571735fb280 void 0.000144
+gallium_dri.so free 0x5571735fb030 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb230 0.000145
+gallium_dri.so free 0x5571735fb300 void 0.000144
+gallium_dri.so free 0x5571735fb230 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb350 0.000144
+gallium_dri.so free 0x5571735fb3c0 void 0.000145
+gallium_dri.so free 0x5571735fb350 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb3e0 0.000141
+gallium_dri.so free 0x5571735fb480 void 0.000143
+gallium_dri.so free 0x5571735fb3e0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb430 0.000164
+gallium_dri.so free 0x5571735fb500 void 0.000160
+gallium_dri.so free 0x5571735fb430 void 0.000149
+gallium_dri.so malloc 72 0x5571735fb500 0.000132
+gallium_dri.so free 0x5571735fb5c0 void 0.000128
+gallium_dri.so free 0x5571735fb500 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb500 0.000130
+gallium_dri.so free 0x5571735fb640 void 0.000131
+gallium_dri.so free 0x5571735fb500 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb640 0.000131
+gallium_dri.so free 0x5571735fb700 void 0.000132
+gallium_dri.so free 0x5571735fb640 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb640 0.000131
+gallium_dri.so free 0x5571735fb7c0 void 0.000126
+gallium_dri.so free 0x5571735fb640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb640 0.000126
+gallium_dri.so free 0x5571735fb880 void 0.000130
+gallium_dri.so free 0x5571735fb640 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb830 0.000131
+gallium_dri.so free 0x5571735fb900 void 0.000142
+gallium_dri.so free 0x5571735fb830 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb950 0.000132
+gallium_dri.so free 0x5571735fb9c0 void 0.000133
+gallium_dri.so free 0x5571735fb950 void 0.000130
+gallium_dri.so malloc 72 0x5571735fba00 0.000130
+gallium_dri.so free 0x5571735fba80 void 0.000131
+gallium_dri.so free 0x5571735fba00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fba00 0.000173
+gallium_dri.so free 0x5571735fbb00 void 0.000172
+gallium_dri.so free 0x5571735fba00 void 0.000169
+gallium_dri.so malloc 72 0x5571735fbb30 0.000167
+gallium_dri.so free 0x5571735fbb80 void 0.000134
+gallium_dri.so free 0x5571735fbb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbb30 0.000131
+gallium_dri.so free 0x5571735fbc80 void 0.000127
+gallium_dri.so free 0x5571735fbb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbc30 0.000131
+gallium_dri.so free 0x5571735fbd40 void 0.000130
+gallium_dri.so free 0x5571735fbc30 void 0.000156
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000146
+gallium_dri.so free 0x5571735fbd80 void 0.000146
+gallium_dri.so free 0x5571735fbcf0 void 0.000147
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000146
+gallium_dri.so free 0x5571735fbe40 void 0.000140
+gallium_dri.so free 0x5571735fbcf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000144
+gallium_dri.so free 0x5571735fbf00 void 0.000146
+gallium_dri.so free 0x5571735fbeb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fbeb0 0.000145
+gallium_dri.so free 0x5571735fc000 void 0.000146
+gallium_dri.so free 0x5571735fbeb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735fbfb0 0.000147
+gallium_dri.so free 0x5571735fc0c0 void 0.000146
+gallium_dri.so free 0x5571735fbfb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735fc070 0.000147
+gallium_dri.so free 0x5571735fc100 void 0.000146
+gallium_dri.so free 0x5571735fc070 void 0.000162
+gallium_dri.so malloc 72 0x5571735fc070 0.000147
+gallium_dri.so free 0x5571735fc1c0 void 0.000145
+gallium_dri.so free 0x5571735fc070 void 0.000146
+gallium_dri.so malloc 72 0x5571735fc200 0.000150
+gallium_dri.so free 0x5571735fc280 void 0.000145
+gallium_dri.so free 0x5571735fc200 void 0.000146
+gallium_dri.so malloc 72 0x5571735fc280 0.000149
+gallium_dri.so free 0x5571735fc340 void 0.000141
+gallium_dri.so free 0x5571735fc280 void 0.000144
+gallium_dri.so malloc 72 0x5571735fc280 0.000148
+gallium_dri.so free 0x5571735fc400 void 0.000147
+gallium_dri.so free 0x5571735fc280 void 0.000149
+gallium_dri.so malloc 72 0x5571735fc420 0.000148
+gallium_dri.so free 0x5571735fc4c0 void 0.000239
+gallium_dri.so free 0x5571735fc420 void 0.000147
+gallium_dri.so malloc 72 0x5571735fc470 0.000145
+gallium_dri.so free 0x5571735fc540 void 0.000188
+gallium_dri.so free 0x5571735fc470 void 0.000232
+gallium_dri.so malloc 72 0x5571735fc470 0.000281
+gallium_dri.so free 0x5571735fc5c0 void 0.000272
+gallium_dri.so free 0x5571735fc470 void 0.000268
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000165
+gallium_dri.so free 0x5571735fc680 void 0.000161
+gallium_dri.so free 0x5571735fc5c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000131
+gallium_dri.so free 0x5571735fc740 void 0.000131
+gallium_dri.so free 0x5571735fc5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000130
+gallium_dri.so free 0x5571735fc800 void 0.000126
+gallium_dri.so free 0x5571735fc5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000130
+gallium_dri.so free 0x5571735fc8c0 void 0.000125
+gallium_dri.so free 0x5571735fc7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc870 0.000123
+gallium_dri.so free 0x5571735fc940 void 0.000129
+gallium_dri.so free 0x5571735fc870 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc990 0.000130
+gallium_dri.so free 0x5571735fca00 void 0.000131
+gallium_dri.so free 0x5571735fc990 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca20 0.000131
+gallium_dri.so free 0x5571735fcac0 void 0.000131
+gallium_dri.so free 0x5571735fca20 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca70 0.000131
+gallium_dri.so free 0x5571735fcb40 void 0.000130
+gallium_dri.so free 0x5571735fca70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fca70 0.000125
+gallium_dri.so free 0x5571735fcbc0 void 0.000130
+gallium_dri.so free 0x5571735fca70 void 0.000134
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000131
+gallium_dri.so free 0x5571735fcbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcd80 void 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcd30 0.000131
+gallium_dri.so free 0x5571735fcdc0 void 0.000128
+gallium_dri.so free 0x5571735fcd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcd30 0.000125
+gallium_dri.so free 0x5571735fce80 void 0.000124
+gallium_dri.so free 0x5571735fcd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcec0 0.000127
+gallium_dri.so free 0x5571735fcf40 void 0.000130
+gallium_dri.so free 0x5571735fcec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcf40 0.000131
+gallium_dri.so free 0x5571735fd000 void 0.000131
+gallium_dri.so free 0x5571735fcf40 void 0.000171
+gallium_dri.so malloc 72 0x5571735fcf40 0.000166
+gallium_dri.so free 0x5571735fd080 void 0.000229
+gallium_dri.so free 0x5571735fcf40 void 0.000202
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000131
+gallium_dri.so free 0x5571735fd100 void 0.000126
+gallium_dri.so free 0x5571735fd0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000128
+gallium_dri.so free 0x5571735fd200 void 0.000131
+gallium_dri.so free 0x5571735fd0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd240 0.000135
+gallium_dri.so free 0x5571735fd2c0 void 0.000130
+gallium_dri.so free 0x5571735fd240 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000132
+gallium_dri.so free 0x5571735fd380 void 0.000127
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000130
+gallium_dri.so free 0x5571735fd400 void 0.000131
+gallium_dri.so free 0x5571735fd2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd430 0.000131
+gallium_dri.so free 0x5571735fd480 void 0.000132
+gallium_dri.so free 0x5571735fd430 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd430 0.000131
+gallium_dri.so free 0x5571735fd580 void 0.000130
+gallium_dri.so free 0x5571735fd430 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd530 0.000131
+gallium_dri.so free 0x5571735fd640 void 0.000133
+gallium_dri.so free 0x5571735fd530 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000130
+gallium_dri.so free 0x5571735fd6c0 void 0.000132
+gallium_dri.so free 0x5571735fd5f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000125
+gallium_dri.so free 0x5571735fd780 void 0.000125
+gallium_dri.so free 0x5571735fd5f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000131
+gallium_dri.so free 0x5571735fd840 void 0.000131
+gallium_dri.so free 0x5571735fd5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000125
+gallium_dri.so free 0x5571735fd8c0 void 0.000124
+gallium_dri.so free 0x5571735fd7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd910 0.000132
+gallium_dri.so free 0x5571735fd980 void 0.000131
+gallium_dri.so free 0x5571735fd910 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000130
+gallium_dri.so free 0x5571735fda40 void 0.000131
+gallium_dri.so free 0x5571735fd9a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000126
+gallium_dri.so free 0x5571735fdac0 void 0.000124
+gallium_dri.so free 0x5571735fd9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdac0 0.000126
+gallium_dri.so free 0x5571735fdb80 void 0.000126
+gallium_dri.so free 0x5571735fdac0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fdac0 0.000161
+gallium_dri.so free 0x5571735fdc00 void 0.000133
+gallium_dri.so free 0x5571735fdac0 void 0.000197
+gallium_dri.so malloc 72 0x5571735fdc00 0.000247
+gallium_dri.so free 0x5571735fdcc0 void 0.000131
+gallium_dri.so free 0x5571735fdc00 void 0.000217
+gallium_dri.so malloc 72 0x5571735fdc00 0.000151
+gallium_dri.so free 0x5571735fdd80 void 0.000170
+gallium_dri.so free 0x5571735fdc00 void 0.000136
+gallium_dri.so malloc 72 0x5571735fdc00 0.000133
+gallium_dri.so free 0x5571735fde40 void 0.000132
+gallium_dri.so free 0x5571735fdc00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fddf0 0.000130
+gallium_dri.so free 0x5571735fdec0 void 0.000130
+gallium_dri.so free 0x5571735fddf0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdf10 0.000220
+gallium_dri.so free 0x5571735fdf80 void 0.000138
+gallium_dri.so free 0x5571735fdf10 void 0.000147
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000136
+gallium_dri.so free 0x5571735fe040 void 0.000235
+gallium_dri.so free 0x5571735fdfc0 void 0.000194
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000136
+gallium_dri.so free 0x5571735fe0c0 void 0.000132
+gallium_dri.so free 0x5571735fdfc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000130
+gallium_dri.so free 0x5571735fe140 void 0.000133
+gallium_dri.so free 0x5571735fe0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000133
+gallium_dri.so free 0x5571735fe240 void 0.000148
+gallium_dri.so free 0x5571735fe0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000132
+gallium_dri.so free 0x5571735fe300 void 0.000133
+gallium_dri.so free 0x5571735fe1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000130
+gallium_dri.so free 0x5571735fe340 void 0.000133
+gallium_dri.so free 0x5571735fe2b0 void 0.000198
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000126
+gallium_dri.so free 0x5571735fe400 void 0.000226
+gallium_dri.so free 0x5571735fe2b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735fe470 0.000226
+gallium_dri.so free 0x5571735fe4c0 void 0.000131
+gallium_dri.so free 0x5571735fe470 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe470 0.000123
+gallium_dri.so free 0x5571735fe5c0 void 0.000128
+gallium_dri.so free 0x5571735fe470 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe570 0.000123
+gallium_dri.so free 0x5571735fe680 void 0.000126
+gallium_dri.so free 0x5571735fe570 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe630 0.000125
+gallium_dri.so free 0x5571735fe6c0 void 0.000178
+gallium_dri.so free 0x5571735fe630 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe630 0.000130
+gallium_dri.so free 0x5571735fe780 void 0.000126
+gallium_dri.so free 0x5571735fe630 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000131
+gallium_dri.so free 0x5571735fe840 void 0.000129
+gallium_dri.so free 0x5571735fe7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe840 0.000126
+gallium_dri.so free 0x5571735fe900 void 0.000129
+gallium_dri.so free 0x5571735fe840 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe840 0.000135
+gallium_dri.so free 0x5571735fe9c0 void 0.000131
+gallium_dri.so free 0x5571735fe840 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000127
+gallium_dri.so free 0x5571735fea80 void 0.000129
+gallium_dri.so free 0x5571735fe9e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fea30 0.000131
+gallium_dri.so free 0x5571735feb00 void 0.000137
+gallium_dri.so free 0x5571735fea30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fea30 0.000126
+gallium_dri.so free 0x5571735feb80 void 0.000129
+gallium_dri.so free 0x5571735fea30 void 0.000132
+gallium_dri.so malloc 72 0x5571735feb80 0.000131
+gallium_dri.so free 0x5571735fec40 void 0.000126
+gallium_dri.so free 0x5571735feb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735feb80 0.000128
+gallium_dri.so free 0x5571735fed00 void 0.000125
+gallium_dri.so free 0x5571735feb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735feb80 0.000123
+gallium_dri.so free 0x5571735fedc0 void 0.000130
+gallium_dri.so free 0x5571735feb80 void 0.000126
+gallium_dri.so malloc 72 0x5571735fed70 0.000139
+gallium_dri.so free 0x5571735fee80 void 0.000127
+gallium_dri.so free 0x5571735fed70 void 0.000129
+gallium_dri.so malloc 72 0x5571735fee30 0.000131
+gallium_dri.so free 0x5571735fef00 void 0.000126
+gallium_dri.so free 0x5571735fee30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fef50 0.000124
+gallium_dri.so free 0x5571735fefc0 void 0.000128
+gallium_dri.so free 0x5571735fef50 void 0.000130
+gallium_dri.so malloc 72 0x5571735fefe0 0.000126
+gallium_dri.so free 0x5571735ff080 void 0.000124
+gallium_dri.so free 0x5571735fefe0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff030 0.000131
+gallium_dri.so free 0x5571735ff100 void 0.000131
+gallium_dri.so free 0x5571735ff030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff030 0.000131
+gallium_dri.so free 0x5571735ff180 void 0.000127
+gallium_dri.so free 0x5571735ff030 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff180 0.000131
+gallium_dri.so free 0x5571735ff240 void 0.000130
+gallium_dri.so free 0x5571735ff180 void 0.000259
+gallium_dri.so malloc 72 0x5571735ff180 0.000298
+gallium_dri.so free 0x5571735ff340 void 0.000206
+gallium_dri.so free 0x5571735ff180 void 0.000179
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000152
+gallium_dri.so free 0x5571735ff380 void 0.000148
+gallium_dri.so free 0x5571735ff2f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000147
+gallium_dri.so free 0x5571735ff440 void 0.000147
+gallium_dri.so free 0x5571735ff2f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff480 0.000138
+gallium_dri.so free 0x5571735ff500 void 0.000144
+gallium_dri.so free 0x5571735ff480 void 0.000143
+gallium_dri.so malloc 72 0x5571735ff500 0.000139
+gallium_dri.so free 0x5571735ff5c0 void 0.000141
+gallium_dri.so free 0x5571735ff500 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff500 0.000144
+gallium_dri.so free 0x5571735ff640 void 0.000144
+gallium_dri.so free 0x5571735ff500 void 0.000144
+gallium_dri.so malloc 72 0x5571735ff670 0.000155
+gallium_dri.so free 0x5571735ff6c0 void 0.000142
+gallium_dri.so free 0x5571735ff670 void 0.000143
+gallium_dri.so malloc 72 0x5571735ff670 0.000141
+gallium_dri.so free 0x5571735ff7c0 void 0.000144
+gallium_dri.so free 0x5571735ff670 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff800 0.000142
+gallium_dri.so free 0x5571735ff880 void 0.000144
+gallium_dri.so free 0x5571735ff800 void 0.000144
+gallium_dri.so malloc 72 0x5571735ff880 0.000139
+gallium_dri.so free 0x5571735ff940 void 0.000144
+gallium_dri.so free 0x5571735ff880 void 0.000146
+gallium_dri.so malloc 72 0x5571735ff880 0.000145
+gallium_dri.so free 0x5571735ff9c0 void 0.000145
+gallium_dri.so free 0x5571735ff880 void 0.000144
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000144
+gallium_dri.so free 0x5571735ffa40 void 0.000144
+gallium_dri.so free 0x5571735ff9f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000140
+gallium_dri.so free 0x5571735ffb40 void 0.000145
+gallium_dri.so free 0x5571735ff9f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000146
+gallium_dri.so free 0x5571735ffc00 void 0.000144
+gallium_dri.so free 0x5571735ffaf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000137
+gallium_dri.so free 0x5571735ffc80 void 0.000142
+gallium_dri.so free 0x5571735ffbb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000143
+gallium_dri.so free 0x5571735ffd40 void 0.000137
+gallium_dri.so free 0x5571735ffbb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000195
+gallium_dri.so free 0x5571735ffe00 void 0.000201
+gallium_dri.so free 0x5571735ffbb0 void 0.000191
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000185
+gallium_dri.so free 0x5571735fff40 void 0.000201
+gallium_dri.so free 0x5571735ffdb0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fff40 0.000144
+gallium_dri.so free 0x5571735e4740 void 0.000145
+gallium_dri.so free 0x5571735fff40 void 0.000145
+gallium_dri.so malloc 72 0x5571735e46f0 0.000145
+gallium_dri.so free 0x55717345af00 void 0.000140
+gallium_dri.so free 0x5571735e46f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e46f0 0.000141
+gallium_dri.so free 0x5571735e4580 void 0.000145
+gallium_dri.so free 0x5571735e46f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e4530 0.000140
+gallium_dri.so free 0x557173459c40 void 0.000143
+gallium_dri.so free 0x5571735e4530 void 0.000144
+gallium_dri.so malloc 72 0x557173459bf0 0.000144
+gallium_dri.so free 0x5571735f3880 void 0.000145
+gallium_dri.so free 0x557173459bf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f3830 0.000140
+gallium_dri.so free 0x5571735b4340 void 0.000140
+gallium_dri.so free 0x5571735f3830 void 0.000144
+gallium_dri.so malloc 72 0x5571735b42f0 0.000147
+gallium_dri.so free 0x55717345a880 void 0.000144
+gallium_dri.so free 0x5571735b42f0 void 0.000150
+gallium_dri.so malloc 72 0x55717345a830 0.000144
+gallium_dri.so free 0x5571735e4900 void 0.000145
+gallium_dri.so free 0x55717345a830 void 0.000142
+gallium_dri.so malloc 72 0x5571735e48b0 0.000138
+gallium_dri.so free 0x5571735b4500 void 0.000143
+gallium_dri.so free 0x5571735e48b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735b44b0 0.000139
+gallium_dri.so free 0x5571735b4840 void 0.000140
+gallium_dri.so free 0x5571735b44b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b47f0 0.000147
+gallium_dri.so free 0x557173455700 void 0.000145
+gallium_dri.so free 0x5571735b47f0 void 0.000140
+gallium_dri.so malloc 72 0x5571734556b0 0.000141
+gallium_dri.so free 0x5571735b4940 void 0.000145
+gallium_dri.so free 0x5571734556b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735b4970 0.000144
+gallium_dri.so free 0x5571734572c0 void 0.000140
+gallium_dri.so free 0x5571735b4970 void 0.000143
+gallium_dri.so malloc 72 0x557173457270 0.000147
+gallium_dri.so free 0x5571735f4800 void 0.000201
+gallium_dri.so free 0x557173457270 void 0.000143
+gallium_dri.so malloc 72 0x5571735f47b0 0.000135
+gallium_dri.so free 0x557173457f80 void 0.000132
+gallium_dri.so free 0x5571735f47b0 void 0.000133
+gallium_dri.so malloc 72 0x557173457f30 0.000132
+gallium_dri.so free 0x557173456680 void 0.000132
+gallium_dri.so free 0x557173457f30 void 0.000126
+gallium_dri.so malloc 72 0x557173456630 0.000129
+gallium_dri.so free 0x5571735b4600 void 0.000137
+gallium_dri.so free 0x557173456630 void 0.000127
+gallium_dri.so malloc 72 0x5571735b4670 0.000126
+gallium_dri.so free 0x5571735e55c0 void 0.000129
+gallium_dri.so free 0x5571735b4670 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5570 0.000126
+gallium_dri.so free 0x557173454440 void 0.000129
+gallium_dri.so free 0x5571735e5570 void 0.000126
+gallium_dri.so malloc 72 0x5571734543f0 0.000129
+gallium_dri.so free 0x5571735e4f80 void 0.000126
+gallium_dri.so free 0x5571734543f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734543f0 0.000139
+gallium_dri.so free 0x557173457940 void 0.000134
+gallium_dri.so free 0x5571734543f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734543f0 0.000132
+gallium_dri.so free 0x557173455400 void 0.000125
+gallium_dri.so free 0x5571734543f0 void 0.000130
+gallium_dri.so malloc 72 0x557173455440 0.000133
+gallium_dri.so free 0x557173458840 void 0.000125
+gallium_dri.so free 0x557173455440 void 0.000130
+gallium_dri.so malloc 72 0x5571734587f0 0.000132
+gallium_dri.so free 0x5571735e5e80 void 0.000126
+gallium_dri.so free 0x5571734587f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e5e30 0.000124
+gallium_dri.so free 0x5571735b4b80 void 0.000122
+gallium_dri.so free 0x5571735e5e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e5e30 0.000131
+gallium_dri.so free 0x5571735b4c00 void 0.000132
+gallium_dri.so free 0x5571735e5e30 void 0.000133
+gallium_dri.so malloc 72 0x5571735b4c30 0.000131
+gallium_dri.so free 0x557173457040 void 0.000133
+gallium_dri.so free 0x5571735b4c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735b4c30 0.000138
+gallium_dri.so free 0x55717345a600 void 0.000132
+gallium_dri.so free 0x5571735b4c30 void 0.000133
+gallium_dri.so malloc 72 0x55717345a600 0.000131
+gallium_dri.so free 0x5571734563c0 void 0.000132
+gallium_dri.so free 0x55717345a600 void 0.000133
+gallium_dri.so malloc 72 0x55717345a600 0.000126
+gallium_dri.so free 0x557173456440 void 0.000131
+gallium_dri.so free 0x55717345a600 void 0.000125
+gallium_dri.so malloc 72 0x557173456470 0.000128
+gallium_dri.so free 0x5571735f4540 void 0.000131
+gallium_dri.so free 0x557173456470 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4540 0.000133
+gallium_dri.so free 0x5571735f4600 void 0.000134
+gallium_dri.so free 0x5571735f4540 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4540 0.000131
+gallium_dri.so free 0x5571735e3d40 void 0.000130
+gallium_dri.so free 0x5571735f4540 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3d40 0.000131
+gallium_dri.so free 0x5571735e3e00 void 0.000131
+gallium_dri.so free 0x5571735e3d40 void 0.000187
+gallium_dri.so malloc 72 0x5571735e3d40 0.000133
+gallium_dri.so free 0x5571735f3980 void 0.000132
+gallium_dri.so free 0x5571735e3d40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f39b0 0.000124
+gallium_dri.so free 0x5571735f3a00 void 0.000130
+gallium_dri.so free 0x5571735f39b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f39b0 0.000124
+gallium_dri.so free 0x5571735f3b00 void 0.000127
+gallium_dri.so free 0x5571735f39b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3ab0 0.000126
+gallium_dri.so free 0x557173455800 void 0.000130
+gallium_dri.so free 0x5571735f3ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173455840 0.000132
+gallium_dri.so free 0x5571734558c0 void 0.000132
+gallium_dri.so free 0x557173455840 void 0.000131
+gallium_dri.so malloc 72 0x557173455840 0.000126
+gallium_dri.so free 0x557173455940 void 0.000125
+gallium_dri.so free 0x557173455840 void 0.000129
+gallium_dri.so malloc 72 0x557173455970 0.000132
+gallium_dri.so free 0x5571735e56c0 void 0.000126
+gallium_dri.so free 0x557173455970 void 0.000132
+gallium_dri.so malloc 72 0x5571735e5700 0.000124
+gallium_dri.so free 0x5571735e5780 void 0.000131
+gallium_dri.so free 0x5571735e5700 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5780 0.000131
+gallium_dri.so free 0x5571735e5840 void 0.000134
+gallium_dri.so free 0x5571735e5780 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5780 0.000131
+gallium_dri.so free 0x5571735e58c0 void 0.000131
+gallium_dri.so free 0x5571735e5780 void 0.000135
+gallium_dri.so malloc 72 0x5571735e58f0 0.000133
+gallium_dri.so free 0x557173458080 void 0.000132
+gallium_dri.so free 0x5571735e58f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734580f0 0.000133
+gallium_dri.so free 0x557173458140 void 0.000125
+gallium_dri.so free 0x5571734580f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734580f0 0.000125
+gallium_dri.so free 0x557173458240 void 0.000125
+gallium_dri.so free 0x5571734580f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734581f0 0.000132
+gallium_dri.so free 0x5571735e5fc0 void 0.000132
+gallium_dri.so free 0x5571734581f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734581f0 0.000131
+gallium_dri.so free 0x5571735e6040 void 0.000196
+gallium_dri.so free 0x5571734581f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735e6070 0.000131
+gallium_dri.so free 0x5571735e60c0 void 0.000132
+gallium_dri.so free 0x5571735e6070 void 0.000131
+gallium_dri.so malloc 72 0x5571735e6070 0.000127
+gallium_dri.so free 0x5571735e61c0 void 0.000131
+gallium_dri.so free 0x5571735e6070 void 0.000132
+gallium_dri.so malloc 72 0x5571735e6170 0.000130
+gallium_dri.so free 0x557173458400 void 0.000131
+gallium_dri.so free 0x5571735e6170 void 0.000132
+gallium_dri.so malloc 72 0x557173458460 0.000132
+gallium_dri.so free 0x557173458500 void 0.000132
+gallium_dri.so free 0x557173458460 void 0.000131
+gallium_dri.so malloc 72 0x5571734584b0 0.000132
+gallium_dri.so free 0x557173458540 void 0.000131
+gallium_dri.so free 0x5571734584b0 void 0.000195
+gallium_dri.so malloc 72 0x5571734584b0 0.000296
+gallium_dri.so free 0x557173458600 void 0.000225
+gallium_dri.so free 0x5571734584b0 void 0.000182
+gallium_dri.so malloc 72 0x557173458640 0.000163
+gallium_dri.so free 0x55717345a240 void 0.000132
+gallium_dri.so free 0x557173458640 void 0.000126
+gallium_dri.so malloc 72 0x55717345a1f0 0.000124
+gallium_dri.so free 0x55717345a300 void 0.000135
+gallium_dri.so free 0x55717345a1f0 void 0.000135
+gallium_dri.so malloc 72 0x55717345a2b0 0.000132
+gallium_dri.so free 0x55717345a340 void 0.000165
+gallium_dri.so free 0x55717345a2b0 void 0.000134
+gallium_dri.so malloc 72 0x55717345a2b0 0.000133
+gallium_dri.so free 0x55717345a400 void 0.000126
+gallium_dri.so free 0x55717345a2b0 void 0.000129
+gallium_dri.so malloc 72 0x55717345a450 0.000132
+gallium_dri.so free 0x557173456c80 void 0.000133
+gallium_dri.so free 0x55717345a450 void 0.000137
+gallium_dri.so malloc 72 0x557173456c30 0.000131
+gallium_dri.so free 0x557173456d00 void 0.000131
+gallium_dri.so free 0x557173456c30 void 0.000125
+gallium_dri.so malloc 72 0x557173456d50 0.000123
+gallium_dri.so free 0x557173456dc0 void 0.000123
+gallium_dri.so free 0x557173456d50 void 0.000129
+gallium_dri.so malloc 72 0x557173456de0 0.000132
+gallium_dri.so free 0x557173456e80 void 0.000131
+gallium_dri.so free 0x557173456de0 void 0.000126
+gallium_dri.so malloc 72 0x557173456e30 0.000123
+gallium_dri.so free 0x5571735e5a40 void 0.000126
+gallium_dri.so free 0x557173456e30 void 0.000135
+gallium_dri.so malloc 72 0x5571735e5a80 0.000132
+gallium_dri.so free 0x5571735e5b00 void 0.000132
+gallium_dri.so free 0x5571735e5a80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5b00 0.000125
+gallium_dri.so free 0x5571735e5bc0 void 0.000130
+gallium_dri.so free 0x5571735e5b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5b00 0.000130
+gallium_dri.so free 0x5571735e5c40 void 0.000125
+gallium_dri.so free 0x5571735e5b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e5b00 0.000140
+gallium_dri.so free 0x5571735b3ec0 void 0.000183
+gallium_dri.so free 0x5571735e5b00 void 0.000182
+gallium_dri.so malloc 72 0x5571735b3e70 0.000170
+gallium_dri.so free 0x5571735b3f40 void 0.000170
+gallium_dri.so free 0x5571735b3e70 void 0.000182
+gallium_dri.so malloc 72 0x5571735b3e70 0.000183
+gallium_dri.so free 0x5571735b3fc0 void 0.000181
+gallium_dri.so free 0x5571735b3e70 void 0.000185
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000172
+gallium_dri.so free 0x5571735b4080 void 0.000184
+gallium_dri.so free 0x5571735b3fc0 void 0.000171
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000169
+gallium_dri.so free 0x5571735f3c40 void 0.000180
+gallium_dri.so free 0x5571735b3fc0 void 0.000183
+gallium_dri.so malloc 72 0x5571735b3fc0 0.000183
+gallium_dri.so free 0x5571735f3d00 void 0.000185
+gallium_dri.so free 0x5571735b3fc0 void 0.000214
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000212
+gallium_dri.so free 0x5571735f3d00 void 0.000181
+gallium_dri.so free 0x5571735f3cb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f3cb0 0.000181
+gallium_dri.so free 0x5571735f3e00 void 0.000134
+gallium_dri.so free 0x5571735f3cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3db0 0.000131
+gallium_dri.so free 0x5571735f3ec0 void 0.000132
+gallium_dri.so free 0x5571735f3db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3e70 0.000133
+gallium_dri.so free 0x557173455ac0 void 0.000126
+gallium_dri.so free 0x5571735f3e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3e70 0.000130
+gallium_dri.so free 0x557173455b80 void 0.000132
+gallium_dri.so free 0x5571735f3e70 void 0.000127
+gallium_dri.so malloc 72 0x557173455b30 0.000132
+gallium_dri.so free 0x557173455c00 void 0.000133
+gallium_dri.so free 0x557173455b30 void 0.000128
+gallium_dri.so malloc 72 0x557173455c50 0.000126
+gallium_dri.so free 0x557173455cc0 void 0.000125
+gallium_dri.so free 0x557173455c50 void 0.000128
+gallium_dri.so malloc 72 0x557173455d20 0.000126
+gallium_dri.so free 0x557173455dc0 void 0.000125
+gallium_dri.so free 0x557173455d20 void 0.000130
+gallium_dri.so malloc 72 0x557173455d70 0.000136
+gallium_dri.so free 0x5571735e5100 void 0.000128
+gallium_dri.so free 0x557173455d70 void 0.000128
+gallium_dri.so malloc 72 0x5571735e50b0 0.000132
+gallium_dri.so free 0x5571735e5180 void 0.000130
+gallium_dri.so free 0x5571735e50b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e50b0 0.000123
+gallium_dri.so free 0x5571735e5200 void 0.000126
+gallium_dri.so free 0x5571735e50b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e5200 0.000130
+gallium_dri.so free 0x5571735e52c0 void 0.000131
+gallium_dri.so free 0x5571735e5200 void 0.000131
+gallium_dri.so malloc 72 0x5571735e5200 0.000126
+gallium_dri.so free 0x5571735e5380 void 0.000131
+gallium_dri.so free 0x5571735e5200 void 0.000164
+gallium_dri.so free 0x5571735d4fc0 void 0.000130
+gallium_dri.so free 0x5571735cae00 void 0.000130
+libX11.so.6 malloc 24 0x5571735aec40 0.000170
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000126
+libxcb.so.1 malloc 16 0x55717357efb0 0.000119
+libX11.so.6 free 0x5571735a6150 void 0.000122
+libxcb.so.1 free 0x55717357efb0 void 0.000120
+libX11.so.6 free 0x5571735b6d10 void 0.000124
+particles free 0x5571734679e0 void 0.000127
+particles free 0x557173467a50 void 0.000121
+particles free 0x557173467ac0 void 0.000120
+particles free 0x557173467b30 void 0.000121
+particles free 0x557173467ba0 void 0.000120
+particles free 0x557173467c10 void 0.000121
+particles free 0x557173467c80 void 0.000120
+particles free 0x557173467cf0 void 0.000121
+particles free 0x557173467d60 void 0.000120
+particles free 0x557173467dd0 void 0.000119
+particles free 0x557173467e40 void 0.000135
+particles free 0x557173467eb0 void 0.000123
+particles free 0x557173467f20 void 0.000119
+particles free 0x557173467f90 void 0.000120
+particles free 0x557173468000 void 0.000118
+particles free 0x557173468070 void 0.000118
+particles free 0x5571734680e0 void 0.000118
+particles free 0x557173468150 void 0.000121
+particles free 0x5571734681c0 void 0.000119
+particles free 0x557173468230 void 0.000119
+particles free 0x5571734682a0 void 0.000120
+particles free 0x557173468310 void 0.000126
+particles free 0x557173468380 void 0.000124
+particles free 0x5571734683f0 void 0.000109
+particles free 0x557173468460 void 0.000204
+particles free 0x5571734684d0 void 0.000157
+particles free 0x557173468540 void 0.000225
+particles free 0x5571734685b0 void 0.000131
+particles free 0x557173468620 void 0.000131
+particles free 0x557173468690 void 0.000131
+particles free 0x557173468700 void 0.000130
+particles free 0x557173468770 void 0.000130
+particles free 0x5571734687e0 void 0.000126
+particles free 0x557173468850 void 0.000137
+particles free 0x5571734688c0 void 0.000122
+particles free 0x557173468930 void 0.000120
+particles free 0x5571734689a0 void 0.000120
+particles free 0x557173468a10 void 0.000120
+particles free 0x557173468a80 void 0.000119
+particles free 0x557173468af0 void 0.000121
+particles free 0x557173468b60 void 0.000120
+particles free 0x557173468bd0 void 0.000121
+particles free 0x557173468c40 void 0.000119
+particles free 0x557173468cb0 void 0.000120
+particles free 0x557173468d20 void 0.000120
+particles free 0x557173468d90 void 0.000120
+particles free 0x557173468e00 void 0.000119
+particles free 0x557173468e70 void 0.000121
+particles free 0x557173468ee0 void 0.000120
+particles free 0x557173468f50 void 0.000121
+particles free 0x557173468fc0 void 0.000120
+particles free 0x557173469030 void 0.000120
+particles free 0x5571734690a0 void 0.000120
+particles free 0x557173469110 void 0.000119
+particles free 0x557173469180 void 0.000119
+particles free 0x5571734691f0 void 0.000120
+particles free 0x557173469260 void 0.000120
+particles free 0x5571734692d0 void 0.000120
+particles free 0x557173469340 void 0.000119
+particles free 0x5571734693b0 void 0.000136
+particles free 0x557173469420 void 0.000122
+particles free 0x557173469490 void 0.000120
+particles free 0x557173469500 void 0.000120
+particles free 0x557173469570 void 0.000119
+particles free 0x5571734695e0 void 0.000119
+particles free 0x557173469650 void 0.000118
+particles free 0x5571734696c0 void 0.000119
+particles free 0x557173469730 void 0.000119
+particles realloc 0x5571735bee60|25176 0x5571735bee60 0.000126
+libX11.so.6 malloc 24 0x55717357efb0 0.000123
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000122
+libxcb.so.1 malloc 16 0x5571735a6150 0.000119
+libX11.so.6 free 0x5571735aec40 void 0.000122
+libxcb.so.1 free 0x5571735a6150 void 0.000119
+libX11.so.6 free 0x5571735b6d10 void 0.000129
+particles malloc 96 0x55717345ed50 0.000118
+particles realloc 0x5571735bee60|50352 0x5571735f49a0 0.000156
+particles malloc 96 0x55717345ece0 0.000115
+particles malloc 96 0x55717345ec70 0.000113
+particles malloc 96 0x55717345ec00 0.000114
+particles malloc 96 0x55717345eb90 0.000112
+particles malloc 96 0x55717345eb20 0.000113
+particles malloc 96 0x55717345eab0 0.000111
+particles malloc 96 0x5571735f48e0 0.000112
+particles malloc 96 0x5571735b42f0 0.000150
+particles malloc 96 0x5571735e46f0 0.000114
+particles malloc 96 0x55717345aed0 0.000113
+particles malloc 96 0x5571735e5570 0.000112
+particles malloc 96 0x557173457f30 0.000113
+particles malloc 96 0x557173456630 0.000116
+particles malloc 96 0x557173457270 0.000115
+particles malloc 96 0x5571735b4920 0.000135
+particles malloc 96 0x5571734556b0 0.000137
+particles malloc 96 0x5571735b47f0 0.000139
+particles malloc 96 0x5571735e48b0 0.000137
+particles malloc 96 0x55717345a830 0.000130
+particles malloc 96 0x557173459bf0 0.000130
+particles malloc 96 0x5571735f47b0 0.000130
+particles malloc 96 0x5571735b44b0 0.000130
+particles malloc 96 0x5571735f3830 0.000130
+particles malloc 96 0x5571735e4530 0.000129
+particles malloc 96 0x5571734543f0 0.000131
+particles malloc 96 0x5571735b45e0 0.000130
+particles malloc 96 0x5571735b4650 0.000131
+particles malloc 96 0x557173457910 0.000130
+particles malloc 96 0x557173457980 0.000129
+particles malloc 96 0x5571735e4f50 0.000130
+particles malloc 96 0x5571735e4fc0 0.000130
+particles malloc 96 0x5571734553e0 0.000129
+particles malloc 96 0x557173455450 0.000132
+particles malloc 96 0x5571734587f0 0.000130
+particles malloc 96 0x557173458860 0.000130
+particles malloc 96 0x5571735e5e30 0.000130
+particles malloc 96 0x5571735e5ea0 0.000130
+particles malloc 96 0x557173457010 0.000129
+particles malloc 96 0x557173457080 0.000129
+particles malloc 96 0x55717345a5d0 0.000130
+particles malloc 96 0x55717345a640 0.000130
+particles malloc 96 0x5571735b4b50 0.000131
+particles malloc 96 0x5571735b4bc0 0.000130
+particles malloc 96 0x5571735e50b0 0.000130
+particles malloc 96 0x5571735e5120 0.000130
+particles malloc 96 0x5571735e5190 0.000129
+particles malloc 96 0x5571735f4510 0.000131
+particles malloc 96 0x5571735f4580 0.000130
+particles malloc 96 0x5571735f45f0 0.000129
+particles malloc 96 0x557173456390 0.000131
+particles malloc 96 0x557173456400 0.000131
+particles malloc 96 0x557173456470 0.000129
+particles malloc 96 0x5571735e3d10 0.000131
+particles malloc 96 0x5571735e3d80 0.000131
+particles malloc 96 0x5571735e3df0 0.000129
+particles malloc 96 0x5571735e3e60 0.000147
+particles malloc 96 0x5571735e5250 0.000132
+particles malloc 96 0x5571735e52c0 0.000132
+particles malloc 96 0x5571735e5330 0.000131
+particles malloc 96 0x5571735e53a0 0.000130
+particles malloc 96 0x5571734557e0 0.000130
+particles malloc 96 0x557173455850 0.000141
+particles malloc 96 0x5571734558c0 0.000143
+particles malloc 96 0x557173455930 0.000136
+particles malloc 96 0x5571734559a0 0.000135
+particles malloc 96 0x5571735f3960 0.000133
+particles malloc 96 0x5571735f39d0 0.000131
+particles malloc 96 0x5571735f3a40 0.000135
+particles malloc 96 0x5571735f3ab0 0.000129
+particles malloc 96 0x5571735f3b20 0.000129
+particles malloc 96 0x5571735e56a0 0.000129
+particles malloc 96 0x5571735e5710 0.000137
+particles malloc 96 0x5571735e5780 0.000135
+particles malloc 96 0x5571735e57f0 0.000133
+particles malloc 96 0x5571735e5860 0.000134
+particles malloc 96 0x5571735e58d0 0.000135
+particles malloc 96 0x557173458060 0.000135
+particles malloc 96 0x5571734580d0 0.000135
+particles malloc 96 0x557173458140 0.000143
+particles malloc 96 0x5571734581b0 0.000132
+particles malloc 96 0x557173458220 0.000131
+particles malloc 96 0x557173458290 0.000132
+particles malloc 96 0x5571735e5f90 0.000132
+particles malloc 96 0x5571735e6000 0.000131
+particles malloc 96 0x5571735e6070 0.000131
+particles malloc 96 0x5571735e60e0 0.000133
+particles malloc 96 0x5571735e6150 0.000132
+particles malloc 96 0x5571735e61c0 0.000134
+particles malloc 96 0x557173456c30 0.000132
+particles malloc 96 0x557173456ca0 0.000132
+particles malloc 96 0x557173456d10 0.000132
+particles malloc 96 0x557173456d80 0.000135
+particles malloc 96 0x557173456df0 0.000133
+particles malloc 96 0x557173456e60 0.000132
+particles malloc 96 0x5571735b3e70 0.000133
+particles malloc 96 0x5571735b3ee0 0.000132
+particles malloc 96 0x5571735b3f50 0.000132
+particles malloc 96 0x5571735b3fc0 0.000135
+particles malloc 96 0x5571735b4030 0.000132
+particles malloc 96 0x5571735b40a0 0.000133
+particles malloc 96 0x5571735e5a20 0.000132
+particles malloc 96 0x5571735e5a90 0.000141
+particles malloc 96 0x5571735e5b00 0.000133
+particles malloc 96 0x5571735e5b70 0.000132
+particles malloc 96 0x5571735e5be0 0.000133
+particles malloc 96 0x5571735e5c50 0.000131
+particles malloc 96 0x55717345a1f0 0.000131
+particles malloc 96 0x55717345a260 0.000131
+particles malloc 96 0x55717345a2d0 0.000133
+particles malloc 96 0x55717345a340 0.000133
+particles malloc 96 0x55717345a3b0 0.000132
+particles malloc 96 0x55717345a420 0.000132
+particles malloc 96 0x5571734583e0 0.000133
+particles malloc 96 0x557173458450 0.000131
+particles malloc 96 0x5571734584c0 0.000132
+particles malloc 96 0x557173458530 0.000142
+particles malloc 96 0x5571734585a0 0.000139
+particles malloc 96 0x557173458610 0.000135
+particles malloc 96 0x557173455a90 0.000130
+particles malloc 96 0x557173455b00 0.000130
+particles malloc 96 0x557173455b70 0.000130
+particles malloc 96 0x557173455be0 0.000129
+particles malloc 96 0x557173455c50 0.000130
+particles malloc 96 0x557173455cc0 0.000130
+particles malloc 96 0x557173455d30 0.000163
+particles malloc 96 0x5571735f3c10 0.000145
+particles malloc 96 0x5571735f3c80 0.000137
+particles malloc 96 0x5571735f3cf0 0.000136
+particles malloc 96 0x5571735f3d60 0.000131
+particles malloc 96 0x5571735f3dd0 0.000130
+particles malloc 96 0x5571735f3e40 0.000131
+particles malloc 96 0x5571735f3eb0 0.000130
+particles malloc 96 0x557173459d20 0.000130
+particles malloc 96 0x557173459d90 0.000131
+particles malloc 96 0x557173459e00 0.000129
+particles malloc 96 0x557173459e70 0.000131
+particles malloc 96 0x557173459ee0 0.000129
+particles malloc 96 0x557173459f50 0.000130
+particles malloc 96 0x557173459fc0 0.000132
+particles malloc 96 0x55717345a030 0.000130
+particles malloc 96 0x557173457a70 0.000130
+particles malloc 96 0x557173457ae0 0.000129
+particles malloc 96 0x557173457b50 0.000130
+particles malloc 96 0x557173457bc0 0.000130
+particles malloc 96 0x557173457c30 0.000130
+particles malloc 96 0x557173457ca0 0.000130
+particles malloc 96 0x557173457d10 0.000129
+particles malloc 96 0x557173457d80 0.000138
+particles malloc 96 0x557173456760 0.000130
+particles malloc 96 0x5571734567d0 0.000130
+particles malloc 96 0x557173456840 0.000130
+particles malloc 96 0x5571734568b0 0.000132
+particles malloc 96 0x557173456920 0.000130
+particles malloc 96 0x557173456990 0.000130
+particles malloc 96 0x557173456a00 0.000130
+particles malloc 96 0x557173456a70 0.000131
+particles malloc 96 0x557173455e70 0.000129
+particles malloc 96 0x557173455ee0 0.000131
+particles malloc 96 0x557173455f50 0.000131
+particles malloc 96 0x557173455fc0 0.000130
+particles malloc 96 0x557173456030 0.000130
+particles malloc 96 0x5571734560a0 0.000131
+particles malloc 96 0x557173456110 0.000130
+particles malloc 96 0x557173456180 0.000132
+particles malloc 96 0x5571735f3ff0 0.000129
+particles malloc 96 0x5571735f4060 0.000128
+particles malloc 96 0x5571735f40d0 0.000130
+particles malloc 96 0x5571735f4140 0.000129
+particles malloc 96 0x5571735f41b0 0.000129
+particles malloc 96 0x5571735f4220 0.000130
+particles malloc 96 0x5571735f4290 0.000139
+particles malloc 96 0x5571735f4300 0.000129
+particles malloc 96 0x5571735e3fd0 0.000129
+particles malloc 96 0x5571735e4040 0.000129
+particles malloc 96 0x5571735e40b0 0.000131
+particles malloc 96 0x5571735e4120 0.000129
+particles malloc 96 0x5571735e4190 0.000130
+particles malloc 96 0x5571735e4200 0.000131
+particles malloc 96 0x5571735e4270 0.000129
+particles malloc 96 0x5571735e42e0 0.000129
+particles malloc 96 0x5571735e4350 0.000129
+particles malloc 96 0x5571735e49e0 0.000131
+particles malloc 96 0x5571735e4a50 0.000129
+particles malloc 96 0x5571735e4ac0 0.000131
+particles malloc 96 0x5571735e4b30 0.000130
+particles malloc 96 0x5571735e4ba0 0.000129
+particles malloc 96 0x5571735e4c10 0.000129
+particles malloc 96 0x5571735e4c80 0.000129
+particles malloc 96 0x5571735e4cf0 0.000132
+particles malloc 96 0x5571735e4d60 0.000129
+particles malloc 96 0x5571735e4dd0 0.000130
+particles malloc 96 0x5571734573a0 0.000129
+particles malloc 96 0x557173457410 0.000129
+particles malloc 96 0x557173457480 0.000172
+particles malloc 96 0x5571734574f0 0.000133
+particles malloc 96 0x557173457560 0.000129
+particles malloc 96 0x5571734575d0 0.000130
+particles malloc 96 0x557173457640 0.000130
+particles malloc 96 0x5571734576b0 0.000130
+particles malloc 96 0x557173457720 0.000129
+particles malloc 96 0x557173457790 0.000131
+particles malloc 96 0x55717345a960 0.000131
+particles malloc 96 0x55717345a9d0 0.000131
+particles malloc 96 0x55717345aa40 0.000131
+particles malloc 96 0x55717345aab0 0.000133
+particles malloc 96 0x55717345ab20 0.000132
+particles malloc 96 0x55717345ab90 0.000134
+particles malloc 96 0x55717345ac00 0.000131
+particles malloc 96 0x55717345ac70 0.000133
+particles malloc 96 0x55717345ace0 0.000130
+particles malloc 96 0x55717345ad50 0.000131
+particles malloc 96 0x55717345e460 0.000132
+particles malloc 96 0x55717345e4d0 0.000133
+particles malloc 96 0x55717345e540 0.000132
+particles malloc 96 0x55717345e5b0 0.000132
+particles malloc 96 0x55717345e620 0.000131
+particles malloc 96 0x55717345e690 0.000142
+particles malloc 96 0x55717345e700 0.000132
+particles malloc 96 0x55717345e770 0.000133
+particles malloc 96 0x55717345e7e0 0.000132
+particles malloc 96 0x55717345e850 0.000132
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000132
+libxcb.so.1 malloc 16 0x5571735a6150 0.000130
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000131
+libxcb.so.1 malloc 16 0x5571735aec40 0.000130
+libX11.so.6 malloc 24 0x5571735a6130 0.000132
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000132
+libxcb.so.1 malloc 16 0x55717357ee90 0.000131
+libX11.so.6 free 0x55717357efb0 void 0.000132
+libxcb.so.1 free 0x55717357ee90 void 0.000133
+libX11.so.6 free 0x5571735eb2d0 void 0.000133
+libX11.so.6 malloc 24 0x55717357ee90 0.000133
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000133
+libxcb.so.1 malloc 16 0x55717357efb0 0.000130
+libX11.so.6 free 0x5571735a6130 void 0.000133
+libxcb.so.1 free 0x55717357efb0 void 0.000132
+libX11.so.6 free 0x5571735eb2d0 void 0.000133
+libX11.so.6 malloc 24 0x55717357efb0 0.000133
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000132
+libxcb.so.1 malloc 16 0x5571735a6130 0.000131
+libX11.so.6 free 0x55717357ee90 void 0.000133
+libxcb.so.1 free 0x5571735a6130 void 0.000131
+libX11.so.6 free 0x5571735eb2d0 void 0.000133
+particles malloc 96 0x55717345e8c0 0.000135
+particles malloc 96 0x55717345e930 0.000131
+particles malloc 96 0x55717345e9a0 0.000131
+particles malloc 96 0x55717345ea10 0.000132
+particles malloc 96 0x557173458950 0.000131
+particles malloc 96 0x5571734589c0 0.000131
+particles malloc 96 0x557173458a30 0.000131
+particles malloc 96 0x557173458aa0 0.000132
+particles malloc 96 0x557173458b10 0.000137
+particles malloc 96 0x557173458b80 0.000134
+particles malloc 96 0x557173458bf0 0.000131
+particles malloc 96 0x557173458c60 0.000132
+particles malloc 96 0x557173458cd0 0.000131
+particles malloc 96 0x557173458d40 0.000132
+particles malloc 96 0x557173458db0 0.000132
+particles malloc 96 0x557173458e20 0.000134
+particles malloc 96 0x557173458e90 0.000131
+particles malloc 96 0x557173458f00 0.000141
+particles malloc 96 0x557173458f70 0.000132
+particles malloc 96 0x557173458fe0 0.000133
+particles malloc 96 0x557173459050 0.000133
+particles malloc 96 0x5571734590c0 0.000131
+particles malloc 96 0x557173459130 0.000131
+particles malloc 96 0x5571734591a0 0.000131
+particles malloc 96 0x557173459210 0.000132
+particles malloc 96 0x557173459280 0.000131
+particles malloc 96 0x5571734592f0 0.000131
+particles malloc 96 0x557173459360 0.000131
+particles malloc 96 0x5571734593d0 0.000131
+particles malloc 96 0x557173459440 0.000131
+particles malloc 96 0x5571734594b0 0.000132
+particles malloc 96 0x557173459520 0.000132
+particles malloc 96 0x557173459590 0.000132
+particles malloc 96 0x557173459600 0.000133
+particles malloc 96 0x557173459670 0.000132
+particles malloc 96 0x5571734596e0 0.000131
+particles malloc 96 0x557173459750 0.000132
+particles malloc 96 0x5571734597c0 0.000131
+particles malloc 96 0x557173459830 0.000132
+particles malloc 96 0x5571734598a0 0.000134
+particles malloc 96 0x557173459910 0.000141
+particles malloc 96 0x557173459980 0.000132
+particles malloc 96 0x5571734599f0 0.000132
+particles malloc 96 0x557173459a60 0.000132
+particles malloc 96 0x557173459ad0 0.000132
+particles malloc 96 0x55717345edc0 0.000132
+particles malloc 96 0x55717345ee30 0.000131
+particles malloc 96 0x55717345eea0 0.000132
+particles malloc 96 0x55717345ef10 0.000132
+particles malloc 96 0x55717345ef80 0.000132
+particles malloc 96 0x55717345eff0 0.000131
+particles malloc 96 0x55717345f060 0.000133
+particles malloc 96 0x55717345f0d0 0.000133
+particles malloc 96 0x55717345f140 0.000132
+particles malloc 96 0x55717345f1b0 0.000131
+particles malloc 96 0x55717345f220 0.000132
+particles malloc 96 0x55717345f290 0.000130
+particles malloc 96 0x55717345f300 0.000134
+particles malloc 96 0x55717345f370 0.000131
+particles malloc 96 0x55717345f3e0 0.000132
+particles malloc 96 0x55717345f450 0.000131
+particles malloc 96 0x55717345f4c0 0.000131
+particles malloc 96 0x55717345f530 0.000130
+particles malloc 96 0x55717345f5a0 0.000178
+particles malloc 96 0x55717345f610 0.000131
+particles malloc 96 0x55717345f680 0.000132
+particles malloc 96 0x55717345f6f0 0.000132
+particles malloc 96 0x55717345f760 0.000131
+particles malloc 96 0x55717345f7d0 0.000131
+particles malloc 96 0x55717345f840 0.000133
+particles malloc 96 0x55717345f8b0 0.000131
+particles malloc 96 0x55717345f920 0.000132
+particles malloc 96 0x55717345f990 0.000132
+particles malloc 96 0x55717345fa00 0.000131
+particles malloc 96 0x55717345fa70 0.000133
+particles malloc 96 0x55717345fae0 0.000132
+particles malloc 96 0x55717345fb50 0.000132
+particles malloc 96 0x55717345fbc0 0.000132
+particles malloc 96 0x55717345fc30 0.000131
+particles malloc 96 0x55717345fca0 0.000131
+particles malloc 96 0x55717345fd10 0.000131
+particles malloc 96 0x55717345fd80 0.000133
+particles malloc 96 0x55717345fdf0 0.000131
+particles malloc 96 0x55717345fe60 0.000132
+particles malloc 96 0x55717345fed0 0.000130
+particles malloc 96 0x55717345ff40 0.000131
+particles malloc 96 0x55717345ffb0 0.000142
+particles malloc 96 0x557173460020 0.000132
+particles malloc 96 0x557173460090 0.000131
+particles malloc 96 0x557173460100 0.000131
+particles malloc 96 0x557173460170 0.000133
+particles malloc 96 0x5571734601e0 0.000131
+particles malloc 96 0x557173460250 0.000132
+particles malloc 96 0x5571734602c0 0.000133
+particles malloc 96 0x557173460330 0.000132
+particles malloc 96 0x5571734603a0 0.000132
+particles malloc 96 0x5571735cae40 0.000131
+particles malloc 96 0x5571735caeb0 0.000133
+particles malloc 96 0x5571735caf20 0.000132
+particles malloc 96 0x5571735caf90 0.000133
+particles malloc 96 0x5571735cb000 0.000130
+particles malloc 96 0x5571735cb070 0.000132
+particles malloc 96 0x5571735cb0e0 0.000131
+particles malloc 96 0x5571735cb150 0.000131
+particles malloc 96 0x5571735cb1c0 0.000132
+particles malloc 96 0x5571735cb230 0.000132
+particles malloc 96 0x5571735cb2a0 0.000132
+particles malloc 96 0x5571735cb310 0.000131
+particles malloc 96 0x5571735cb380 0.000131
+particles malloc 96 0x5571735cb3f0 0.000139
+particles malloc 96 0x5571735cb460 0.000131
+particles malloc 96 0x5571735cb4d0 0.000131
+particles malloc 96 0x5571735cb540 0.000130
+particles malloc 96 0x5571735cb5b0 0.000131
+particles malloc 96 0x5571735cb620 0.000129
+particles malloc 96 0x5571735cb690 0.000128
+particles malloc 96 0x5571735cb700 0.000130
+particles malloc 96 0x5571735cb770 0.000131
+particles malloc 96 0x5571735cb7e0 0.000130
+particles malloc 96 0x5571735cb850 0.000128
+particles malloc 96 0x5571735cb8c0 0.000128
+particles malloc 96 0x5571735cb930 0.000129
+particles malloc 96 0x5571735cb9a0 0.000130
+particles malloc 96 0x5571735cba10 0.000130
+particles malloc 96 0x5571735cba80 0.000130
+particles malloc 96 0x5571735cbaf0 0.000129
+particles malloc 96 0x5571735cbb60 0.000130
+particles malloc 96 0x5571735cbbd0 0.000130
+particles malloc 96 0x5571735cbc40 0.000129
+particles malloc 96 0x5571735cbcb0 0.000129
+particles malloc 96 0x5571735cbd20 0.000131
+particles malloc 96 0x5571735cbd90 0.000130
+particles malloc 96 0x5571735cbe00 0.000138
+particles malloc 96 0x5571735cbe70 0.000134
+particles malloc 96 0x5571735cbee0 0.000132
+particles malloc 96 0x5571735cbf50 0.000131
+particles malloc 96 0x5571735cbfc0 0.000131
+particles malloc 96 0x5571735cc030 0.000130
+particles malloc 96 0x5571735cc0a0 0.000132
+particles malloc 96 0x5571735cc110 0.000131
+particles malloc 96 0x5571735cc180 0.000132
+particles malloc 96 0x5571735cc1f0 0.000132
+particles malloc 96 0x5571735cc260 0.000132
+particles malloc 96 0x5571735cc2d0 0.000131
+particles malloc 96 0x5571735cc340 0.000130
+particles malloc 96 0x5571735cc3b0 0.000131
+particles malloc 96 0x5571735cc420 0.000130
+particles malloc 96 0x5571735cc490 0.000131
+particles malloc 96 0x5571735cc500 0.000131
+particles malloc 96 0x5571735cc570 0.000131
+particles malloc 96 0x5571735cc5e0 0.000130
+particles malloc 96 0x5571735cc650 0.000130
+particles malloc 96 0x5571735cc6c0 0.000132
+particles malloc 96 0x5571735cc730 0.000130
+particles malloc 96 0x5571735cc7a0 0.000133
+particles malloc 96 0x5571735cc810 0.000131
+particles malloc 96 0x5571735cc880 0.000132
+particles malloc 96 0x5571735cc8f0 0.000131
+particles malloc 96 0x5571735cc960 0.000130
+particles malloc 96 0x5571735cc9d0 0.000130
+particles malloc 96 0x5571735cca40 0.000132
+particles malloc 96 0x5571735ccab0 0.000133
+particles malloc 96 0x5571735ccb20 0.000131
+particles malloc 96 0x5571735ccb90 0.000132
+particles malloc 96 0x5571735ccc00 0.000130
+particles malloc 96 0x5571735ccc70 0.000131
+particles malloc 96 0x5571735ccce0 0.000132
+particles malloc 96 0x5571735ccd50 0.000132
+particles malloc 96 0x5571735ccdc0 0.000131
+particles malloc 96 0x5571735cce30 0.000131
+particles malloc 96 0x5571735ccea0 0.000132
+particles malloc 96 0x5571735ccf10 0.000131
+particles malloc 96 0x5571735ccf80 0.000132
+particles malloc 96 0x5571735ccff0 0.000131
+particles malloc 96 0x5571735cd060 0.000131
+particles malloc 96 0x5571735cd0d0 0.000132
+particles malloc 96 0x5571735cd140 0.000131
+particles malloc 96 0x5571735cd1b0 0.000130
+particles malloc 96 0x5571735cd220 0.000131
+particles malloc 96 0x5571735cd290 0.000191
+particles malloc 96 0x5571735cd300 0.000132
+particles malloc 96 0x5571735cd370 0.000131
+particles malloc 96 0x5571735cd3e0 0.000132
+particles malloc 96 0x5571735cd450 0.000130
+particles malloc 96 0x5571735cd4c0 0.000132
+particles malloc 96 0x5571735cd530 0.000131
+particles malloc 96 0x5571735cd5a0 0.000132
+particles malloc 96 0x5571735cd610 0.000131
+particles malloc 96 0x5571735cd680 0.000132
+particles malloc 96 0x5571735cd6f0 0.000131
+particles malloc 96 0x5571735cd760 0.000134
+particles malloc 96 0x5571735cd7d0 0.000133
+particles malloc 96 0x5571735cd840 0.000131
+particles malloc 96 0x5571735cd8b0 0.000130
+particles malloc 96 0x5571735cd920 0.000132
+particles malloc 96 0x5571735cd990 0.000131
+particles malloc 96 0x5571735cda00 0.000131
+particles malloc 96 0x5571735cda70 0.000133
+particles malloc 96 0x5571735cdae0 0.000131
+particles malloc 96 0x5571735cdb50 0.000131
+particles malloc 96 0x5571735cdbc0 0.000131
+particles malloc 96 0x5571735cdc30 0.000131
+particles malloc 96 0x5571735cdca0 0.000134
+particles malloc 96 0x5571735cdd10 0.000132
+particles malloc 96 0x5571735cdd80 0.000132
+particles malloc 96 0x5571735cddf0 0.000130
+particles malloc 96 0x5571735cde60 0.000130
+particles malloc 96 0x5571735cded0 0.000131
+particles malloc 96 0x5571735cdf40 0.000132
+particles malloc 96 0x5571735cdfb0 0.000130
+particles malloc 96 0x5571735ce020 0.000131
+particles malloc 96 0x5571735ce090 0.000130
+particles malloc 96 0x5571735ce100 0.000130
+particles malloc 96 0x5571735ce170 0.000131
+particles malloc 96 0x5571735ce1e0 0.000132
+particles malloc 96 0x5571735ce250 0.000131
+particles malloc 96 0x5571735ce2c0 0.000131
+particles malloc 96 0x5571735ce330 0.000130
+particles malloc 96 0x5571735ce3a0 0.000132
+particles malloc 96 0x5571735ce410 0.000130
+particles malloc 96 0x5571735ce480 0.000131
+particles malloc 96 0x5571735ce4f0 0.000131
+particles malloc 96 0x5571735ce560 0.000130
+particles malloc 96 0x5571735ce5d0 0.000132
+particles malloc 96 0x5571735ce640 0.000132
+particles malloc 96 0x5571735ce6b0 0.000141
+particles malloc 96 0x5571735ce720 0.000133
+particles malloc 96 0x5571735ce790 0.000131
+particles malloc 96 0x5571735ce800 0.000131
+particles malloc 96 0x5571735ce870 0.000131
+particles malloc 96 0x5571735ce8e0 0.000131
+particles malloc 96 0x5571735ce950 0.000130
+particles malloc 96 0x5571735ce9c0 0.000131
+particles malloc 96 0x5571735cea30 0.000131
+particles malloc 96 0x5571735c52e0 0.000132
+particles malloc 96 0x5571735c5350 0.000131
+particles malloc 96 0x5571735c53c0 0.000132
+particles malloc 96 0x5571735c5430 0.000132
+particles malloc 96 0x5571735c54a0 0.000131
+particles malloc 96 0x5571735c5510 0.000132
+particles malloc 96 0x5571735c5580 0.000132
+particles malloc 96 0x5571735c55f0 0.000132
+particles malloc 96 0x5571735c5660 0.000131
+particles malloc 96 0x5571735c56d0 0.000133
+particles malloc 96 0x5571735c5740 0.000131
+particles malloc 96 0x5571735c57b0 0.000134
+particles malloc 96 0x5571735c5820 0.000133
+particles malloc 96 0x5571735c5890 0.000131
+particles malloc 96 0x5571735c5900 0.000197
+particles malloc 96 0x5571735c5970 0.000131
+particles malloc 96 0x5571735c59e0 0.000132
+particles malloc 96 0x5571735c5a50 0.000131
+particles malloc 96 0x5571735c5ac0 0.000131
+particles malloc 96 0x5571735c5b30 0.000132
+particles malloc 96 0x5571735c5ba0 0.000131
+particles malloc 96 0x5571735c5c10 0.000132
+particles malloc 96 0x5571735c5c80 0.000135
+particles malloc 96 0x5571735c5cf0 0.000132
+particles malloc 96 0x5571735c5d60 0.000131
+particles malloc 96 0x5571735c5dd0 0.000131
+particles malloc 96 0x5571735c5e40 0.000131
+particles malloc 96 0x5571735c5eb0 0.000131
+particles malloc 96 0x5571735c5f20 0.000132
+particles malloc 96 0x5571735c5f90 0.000131
+particles malloc 96 0x5571735c6000 0.000130
+particles malloc 96 0x5571735c6070 0.000130
+particles malloc 96 0x5571735c60e0 0.000131
+particles malloc 96 0x5571735c6150 0.000130
+particles malloc 96 0x5571735c61c0 0.000133
+particles malloc 96 0x5571735c6230 0.000131
+particles malloc 96 0x5571735c62a0 0.000131
+particles malloc 96 0x5571735c6310 0.000139
+particles malloc 96 0x5571735c6380 0.000130
+particles malloc 96 0x5571735c63f0 0.000131
+particles malloc 96 0x5571735c6460 0.000130
+particles malloc 96 0x5571735c64d0 0.000131
+particles malloc 96 0x5571735c6540 0.000127
+particles malloc 96 0x5571735c65b0 0.000119
+particles malloc 96 0x5571735c6620 0.000205
+particles malloc 96 0x5571735c6690 0.000219
+particles malloc 96 0x5571735c6700 0.000217
+particles malloc 96 0x5571735c6770 0.000131
+particles malloc 96 0x5571735c67e0 0.000130
+particles malloc 96 0x5571735c6850 0.000131
+particles malloc 96 0x5571735c68c0 0.000129
+particles malloc 96 0x5571735c6930 0.000129
+particles malloc 96 0x5571735c69a0 0.000131
+particles malloc 96 0x5571735c6a10 0.000129
+particles malloc 96 0x5571735c6a80 0.000129
+particles malloc 96 0x5571735c6af0 0.000129
+particles malloc 96 0x5571735c6b60 0.000131
+particles malloc 96 0x5571735c6bd0 0.000130
+particles malloc 96 0x5571735c6c40 0.000130
+particles malloc 96 0x5571735c6cb0 0.000140
+particles malloc 96 0x5571735c6d20 0.000132
+particles malloc 96 0x5571735c6d90 0.000131
+particles malloc 96 0x5571735c6e00 0.000132
+particles malloc 96 0x5571735c6e70 0.000131
+particles malloc 96 0x5571735c6ee0 0.000133
+particles malloc 96 0x5571735c6f50 0.000132
+particles malloc 96 0x5571735c6fc0 0.000133
+particles malloc 96 0x5571735c7030 0.000131
+particles malloc 96 0x5571735c70a0 0.000131
+particles malloc 96 0x5571735c7110 0.000131
+particles malloc 96 0x5571735c7180 0.000131
+particles malloc 96 0x5571735c71f0 0.000130
+particles malloc 96 0x5571735c7260 0.000130
+particles malloc 96 0x5571735c72d0 0.000133
+particles malloc 96 0x5571735c7340 0.000133
+particles malloc 96 0x5571735c73b0 0.000132
+particles malloc 96 0x5571735c7420 0.000133
+particles malloc 96 0x5571735c7490 0.000131
+particles malloc 96 0x5571735c7500 0.000131
+particles malloc 96 0x5571735c7570 0.000132
+particles malloc 96 0x5571735c75e0 0.000131
+particles malloc 96 0x5571735c7650 0.000133
+particles malloc 96 0x5571735c76c0 0.000183
+particles malloc 96 0x5571735c7730 0.000209
+particles malloc 96 0x5571735c77a0 0.000154
+particles malloc 96 0x5571735c7810 0.000116
+particles malloc 96 0x5571735c7880 0.000113
+particles malloc 96 0x5571735c78f0 0.000114
+particles malloc 96 0x5571735c7960 0.000115
+particles malloc 96 0x5571735c79d0 0.000115
+particles malloc 96 0x5571735c7a40 0.000113
+particles malloc 96 0x5571735c7ab0 0.000113
+particles malloc 96 0x5571735c7b20 0.000114
+particles malloc 96 0x5571735c7b90 0.000113
+particles malloc 96 0x5571735c7c00 0.000113
+particles malloc 96 0x5571735c7c70 0.000114
+particles malloc 96 0x5571735c7ce0 0.000113
+particles malloc 96 0x5571735c7d50 0.000113
+particles malloc 96 0x5571735c7dc0 0.000113
+particles malloc 96 0x5571735c7e30 0.000115
+particles malloc 96 0x5571735c7ea0 0.000112
+particles malloc 96 0x5571735c7f10 0.000113
+particles malloc 96 0x5571735c7f80 0.000114
+particles malloc 96 0x5571735c7ff0 0.000146
+particles malloc 96 0x5571735c8060 0.000115
+particles malloc 96 0x5571735c80d0 0.000113
+particles malloc 96 0x5571735c8140 0.000114
+particles malloc 96 0x5571735c81b0 0.000113
+particles malloc 96 0x5571735c8220 0.000126
+particles malloc 96 0x5571735c8290 0.000115
+particles malloc 96 0x5571735c8300 0.000112
+particles malloc 96 0x5571735c8370 0.000118
+particles malloc 96 0x5571735c83e0 0.000113
+particles malloc 96 0x5571735c8450 0.000114
+particles malloc 96 0x5571735c84c0 0.000125
+particles malloc 96 0x5571735c8530 0.000123
+particles malloc 96 0x5571735c85a0 0.000122
+particles malloc 96 0x5571735c8610 0.000120
+particles malloc 96 0x5571735c8680 0.000126
+particles malloc 96 0x5571735c86f0 0.000122
+particles malloc 96 0x5571735c8760 0.000120
+particles malloc 96 0x5571735c87d0 0.000116
+particles malloc 96 0x5571735c8840 0.000117
+particles malloc 96 0x5571735c88b0 0.000121
+particles malloc 96 0x5571735c8920 0.000120
+particles malloc 96 0x5571735c8990 0.000120
+particles malloc 96 0x5571735c8a00 0.000115
+particles malloc 96 0x5571735c8a70 0.000116
+particles malloc 96 0x5571735c8ae0 0.000117
+particles malloc 96 0x5571735c8b50 0.000115
+particles malloc 96 0x5571735c8bc0 0.000119
+particles malloc 96 0x5571735c8c30 0.000117
+particles malloc 96 0x5571735c8ca0 0.000116
+particles malloc 96 0x5571735c8d10 0.000115
+particles malloc 96 0x5571735c8d80 0.000128
+particles malloc 96 0x5571735c8df0 0.000117
+particles malloc 96 0x5571735c8e60 0.000141
+particles malloc 96 0x5571735c8ed0 0.000121
+particles malloc 96 0x5571735c8f40 0.000118
+particles malloc 96 0x5571735c8fb0 0.000115
+particles malloc 96 0x5571735c9020 0.000118
+particles malloc 96 0x5571735c9090 0.000114
+particles malloc 96 0x5571735c9100 0.000118
+particles malloc 96 0x5571735c9170 0.000116
+particles malloc 96 0x5571735c91e0 0.000115
+particles malloc 96 0x5571735c9250 0.000115
+particles malloc 96 0x5571735c92c0 0.000116
+particles malloc 96 0x5571735c9330 0.000115
+particles malloc 96 0x5571735c93a0 0.000115
+particles malloc 96 0x5571735c9410 0.000115
+particles malloc 96 0x5571735c9480 0.000117
+particles malloc 96 0x5571735c94f0 0.000116
+particles malloc 96 0x5571735bee60 0.000116
+particles malloc 96 0x5571735beed0 0.000116
+particles malloc 96 0x5571735bef40 0.000115
+particles malloc 96 0x5571735befb0 0.000116
+particles malloc 96 0x5571735bf020 0.000114
+particles malloc 96 0x5571735bf090 0.000121
+particles malloc 96 0x5571735bf100 0.000116
+particles malloc 96 0x5571735bf170 0.000117
+particles malloc 96 0x5571735bf1e0 0.000114
+particles malloc 96 0x5571735bf250 0.000144
+libxcb.so.1 free 0x5571735a6150 void 0.000139
+libGL.so.1 free 0x5571735b6d10 void 0.000129
+libxcb.so.1 free 0x5571735aec40 void 0.000126
+libGL.so.1 free 0x5571735a2fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e5200 0.000130
+gallium_dri.so free 0x5571735bf2c0 void 0.000138
+gallium_dri.so free 0x5571735e5200 void 0.000127
+gallium_dri.so malloc 72 0x5571735e5200 0.000126
+gallium_dri.so free 0x5571735bf3c0 void 0.000125
+gallium_dri.so free 0x5571735e5200 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf370 0.000126
+gallium_dri.so free 0x5571735bf400 void 0.000126
+gallium_dri.so free 0x5571735bf370 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf370 0.000124
+gallium_dri.so free 0x5571735bf4c0 void 0.000126
+gallium_dri.so free 0x5571735bf370 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf500 0.000125
+gallium_dri.so free 0x5571735bf580 void 0.000125
+gallium_dri.so free 0x5571735bf500 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf580 0.000125
+gallium_dri.so free 0x5571735bf640 void 0.000124
+gallium_dri.so free 0x5571735bf580 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf580 0.000121
+gallium_dri.so free 0x5571735bf6c0 void 0.000124
+gallium_dri.so free 0x5571735bf580 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000122
+gallium_dri.so free 0x5571735bf740 void 0.000144
+gallium_dri.so free 0x5571735bf6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000123
+gallium_dri.so free 0x5571735bf840 void 0.000125
+gallium_dri.so free 0x5571735bf6f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735bf880 0.000122
+gallium_dri.so free 0x5571735bf900 void 0.000125
+gallium_dri.so free 0x5571735bf880 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf900 0.000126
+gallium_dri.so free 0x5571735bf9c0 void 0.000125
+gallium_dri.so free 0x5571735bf900 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf900 0.000122
+gallium_dri.so free 0x5571735bfa40 void 0.000126
+gallium_dri.so free 0x5571735bf900 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfa70 0.000125
+gallium_dri.so free 0x5571735bfac0 void 0.000125
+gallium_dri.so free 0x5571735bfa70 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfa70 0.000125
+gallium_dri.so free 0x5571735bfbc0 void 0.000126
+gallium_dri.so free 0x5571735bfa70 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfb70 0.000125
+gallium_dri.so free 0x5571735bfc80 void 0.000125
+gallium_dri.so free 0x5571735bfb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfc30 0.000126
+gallium_dri.so free 0x5571735bfd00 void 0.000125
+gallium_dri.so free 0x5571735bfc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfc30 0.000126
+gallium_dri.so free 0x5571735bfdc0 void 0.000125
+gallium_dri.so free 0x5571735bfc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfc30 0.000134
+gallium_dri.so free 0x5571735bfe80 void 0.000127
+gallium_dri.so free 0x5571735bfc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfe30 0.000130
+gallium_dri.so free 0x5571735bff00 void 0.000128
+gallium_dri.so free 0x5571735bfe30 void 0.000121
+gallium_dri.so malloc 72 0x5571735bff50 0.000123
+gallium_dri.so free 0x5571735bffc0 void 0.000126
+gallium_dri.so free 0x5571735bff50 void 0.000124
+gallium_dri.so malloc 72 0x5571735bffe0 0.000125
+gallium_dri.so free 0x5571735c0080 void 0.000127
+gallium_dri.so free 0x5571735bffe0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0030 0.000124
+gallium_dri.so free 0x5571735c0100 void 0.000123
+gallium_dri.so free 0x5571735c0030 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0100 0.000126
+gallium_dri.so free 0x5571735c01c0 void 0.000126
+gallium_dri.so free 0x5571735c0100 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0100 0.000125
+gallium_dri.so free 0x5571735c0240 void 0.000126
+gallium_dri.so free 0x5571735c0100 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0240 0.000126
+gallium_dri.so free 0x5571735c0300 void 0.000126
+gallium_dri.so free 0x5571735c0240 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0240 0.000124
+gallium_dri.so free 0x5571735c03c0 void 0.000127
+gallium_dri.so free 0x5571735c0240 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0240 0.000122
+gallium_dri.so free 0x5571735c0480 void 0.000124
+gallium_dri.so free 0x5571735c0240 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0430 0.000125
+gallium_dri.so free 0x5571735c0500 void 0.000127
+gallium_dri.so free 0x5571735c0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0550 0.000123
+gallium_dri.so free 0x5571735c05c0 void 0.000127
+gallium_dri.so free 0x5571735c0550 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0600 0.000126
+gallium_dri.so free 0x5571735c0680 void 0.000125
+gallium_dri.so free 0x5571735c0600 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0600 0.000123
+gallium_dri.so free 0x5571735c0700 void 0.000126
+gallium_dri.so free 0x5571735c0600 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0730 0.000126
+gallium_dri.so free 0x5571735c0780 void 0.000126
+gallium_dri.so free 0x5571735c0730 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0730 0.000125
+gallium_dri.so free 0x5571735c0880 void 0.000127
+gallium_dri.so free 0x5571735c0730 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0830 0.000125
+gallium_dri.so free 0x5571735c0940 void 0.000126
+gallium_dri.so free 0x5571735c0830 void 0.000125
+gallium_dri.so malloc 72 0x5571735c08f0 0.000122
+gallium_dri.so free 0x5571735c0980 void 0.000128
+gallium_dri.so free 0x5571735c08f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c08f0 0.000125
+gallium_dri.so free 0x5571735c0a40 void 0.000127
+gallium_dri.so free 0x5571735c08f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000125
+gallium_dri.so free 0x5571735c0b00 void 0.000125
+gallium_dri.so free 0x5571735c0ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000126
+gallium_dri.so free 0x5571735c0c00 void 0.000125
+gallium_dri.so free 0x5571735c0ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000122
+gallium_dri.so free 0x5571735c0cc0 void 0.000126
+gallium_dri.so free 0x5571735c0bb0 void 0.000175
+gallium_dri.so malloc 72 0x5571735c0c70 0.000121
+gallium_dri.so free 0x5571735c0d00 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c70 0.000120
+gallium_dri.so free 0x5571735c0dc0 void 0.000119
+gallium_dri.so free 0x5571735c0c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0e00 0.000133
+gallium_dri.so free 0x5571735c0e80 void 0.000132
+gallium_dri.so free 0x5571735c0e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0e80 0.000120
+gallium_dri.so free 0x5571735c0f40 void 0.000120
+gallium_dri.so free 0x5571735c0e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0e80 0.000119
+gallium_dri.so free 0x5571735c1000 void 0.000116
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1020 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000120
+gallium_dri.so free 0x5571735c1020 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1070 0.000120
+gallium_dri.so free 0x5571735c1140 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c11c0 0.000116
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11c0 0.000118
+gallium_dri.so free 0x5571735c1340 void 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c11c0 0.000117
+gallium_dri.so free 0x5571735c1400 void 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c13b0 0.000118
+gallium_dri.so free 0x5571735c14c0 void 0.000129
+gallium_dri.so free 0x5571735c13b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1470 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c1470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1590 0.000120
+gallium_dri.so free 0x5571735c1600 void 0.000120
+gallium_dri.so free 0x5571735c1590 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1620 0.000119
+gallium_dri.so free 0x5571735c16c0 void 0.000119
+gallium_dri.so free 0x5571735c1620 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000120
+gallium_dri.so free 0x5571735c1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c17c0 void 0.000120
+gallium_dri.so free 0x5571735c1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c17c0 0.000120
+gallium_dri.so free 0x5571735c1880 void 0.000119
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c17c0 0.000118
+gallium_dri.so free 0x5571735c1980 void 0.000120
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1930 0.000119
+gallium_dri.so free 0x5571735c19c0 void 0.000116
+gallium_dri.so free 0x5571735c1930 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1930 0.000115
+gallium_dri.so free 0x5571735c1a80 void 0.000124
+gallium_dri.so free 0x5571735c1930 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000116
+gallium_dri.so free 0x5571735c1b40 void 0.000168
+gallium_dri.so free 0x5571735c1ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1b40 0.000117
+gallium_dri.so free 0x5571735c1c00 void 0.000121
+gallium_dri.so free 0x5571735c1b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1b40 0.000117
+gallium_dri.so free 0x5571735c1c80 void 0.000120
+gallium_dri.so free 0x5571735c1b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c1d00 void 0.000124
+gallium_dri.so free 0x5571735c1cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000120
+gallium_dri.so free 0x5571735c1e00 void 0.000121
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000121
+gallium_dri.so free 0x5571735c1e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000119
+gallium_dri.so free 0x5571735c1f80 void 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000120
+gallium_dri.so free 0x5571735c2000 void 0.000120
+gallium_dri.so free 0x5571735c1ec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2030 0.000122
+gallium_dri.so free 0x5571735c2080 void 0.000120
+gallium_dri.so free 0x5571735c2030 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2030 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000119
+gallium_dri.so free 0x5571735c2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2130 0.000119
+gallium_dri.so free 0x5571735c2240 void 0.000121
+gallium_dri.so free 0x5571735c2130 void 0.000123
+gallium_dri.so malloc 72 0x5571735c21f0 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000117
+gallium_dri.so free 0x5571735c21f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c21f0 0.000120
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735c21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c21f0 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000120
+gallium_dri.so free 0x5571735c21f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c23f0 0.000119
+gallium_dri.so free 0x5571735c24c0 void 0.000120
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2510 0.000120
+gallium_dri.so free 0x5571735c2580 void 0.000116
+gallium_dri.so free 0x5571735c2510 void 0.000116
+gallium_dri.so malloc 72 0x5571735c25a0 0.000141
+gallium_dri.so free 0x5571735c2640 void 0.000131
+gallium_dri.so free 0x5571735c25a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25f0 0.000117
+gallium_dri.so free 0x5571735c26c0 void 0.000118
+gallium_dri.so free 0x5571735c25f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26c0 0.000116
+gallium_dri.so free 0x5571735c2780 void 0.000119
+gallium_dri.so free 0x5571735c26c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c26c0 0.000115
+gallium_dri.so free 0x5571735c2800 void 0.000119
+gallium_dri.so free 0x5571735c26c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2800 0.000116
+gallium_dri.so free 0x5571735c28c0 void 0.000117
+gallium_dri.so free 0x5571735c2800 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2800 0.000119
+gallium_dri.so free 0x5571735c2980 void 0.000117
+gallium_dri.so free 0x5571735c2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2800 0.000170
+gallium_dri.so free 0x5571735c2a40 void 0.000121
+gallium_dri.so free 0x5571735c2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c29f0 0.000120
+gallium_dri.so free 0x5571735c2ac0 void 0.000117
+gallium_dri.so free 0x5571735c29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b10 0.000117
+gallium_dri.so free 0x5571735c2b80 void 0.000120
+gallium_dri.so free 0x5571735c2b10 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000187
+gallium_dri.so free 0x5571735c2c40 void 0.000120
+gallium_dri.so free 0x5571735c2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000119
+gallium_dri.so free 0x5571735c2cc0 void 0.000120
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000119
+gallium_dri.so free 0x5571735c2d40 void 0.000119
+gallium_dri.so free 0x5571735c2cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so free 0x5571735c2cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2df0 0.000119
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so free 0x5571735c2df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000138
+gallium_dri.so free 0x5571735c2f40 void 0.000121
+gallium_dri.so free 0x5571735c2eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000120
+gallium_dri.so free 0x5571735c3000 void 0.000119
+gallium_dri.so free 0x5571735c2eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3070 0.000119
+gallium_dri.so free 0x5571735c30c0 void 0.000120
+gallium_dri.so free 0x5571735c3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3070 0.000119
+gallium_dri.so free 0x5571735c31c0 void 0.000120
+gallium_dri.so free 0x5571735c3070 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3170 0.000119
+gallium_dri.so free 0x5571735c3280 void 0.000119
+gallium_dri.so free 0x5571735c3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3230 0.000117
+gallium_dri.so free 0x5571735c32c0 void 0.000120
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3230 0.000116
+gallium_dri.so free 0x5571735c3380 void 0.000120
+gallium_dri.so free 0x5571735c3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3440 0.000115
+gallium_dri.so free 0x5571735c3500 void 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3440 0.000117
+gallium_dri.so free 0x5571735c35c0 void 0.000121
+gallium_dri.so free 0x5571735c3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c35e0 0.000120
+gallium_dri.so free 0x5571735c3680 void 0.000121
+gallium_dri.so free 0x5571735c35e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3630 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000119
+gallium_dri.so free 0x5571735c3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000130
+gallium_dri.so free 0x5571735c3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3780 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c3780 void 0.000171
+gallium_dri.so malloc 72 0x5571735c3780 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000121
+gallium_dri.so free 0x5571735c3780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3780 0.000117
+gallium_dri.so free 0x5571735c39c0 void 0.000121
+gallium_dri.so free 0x5571735c3780 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3970 0.000119
+gallium_dri.so free 0x5571735c3a80 void 0.000119
+gallium_dri.so free 0x5571735c3970 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3a30 0.000120
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b50 0.000119
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3b50 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3be0 0.000117
+gallium_dri.so free 0x5571735c3c80 void 0.000119
+gallium_dri.so free 0x5571735c3be0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c30 0.000117
+gallium_dri.so free 0x5571735c3d00 void 0.000120
+gallium_dri.so free 0x5571735c3c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c30 0.000191
+gallium_dri.so free 0x5571735c3d80 void 0.000122
+gallium_dri.so free 0x5571735c3c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d80 0.000118
+gallium_dri.so free 0x5571735c3e40 void 0.000119
+gallium_dri.so free 0x5571735c3d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3d80 0.000120
+gallium_dri.so free 0x5571735c3f40 void 0.000121
+gallium_dri.so free 0x5571735c3d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000118
+gallium_dri.so free 0x5571735c3f80 void 0.000118
+gallium_dri.so free 0x5571735c3ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x5571735c4040 void 0.000117
+gallium_dri.so free 0x5571735c3ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4080 0.000120
+gallium_dri.so free 0x5571735c4100 void 0.000120
+gallium_dri.so free 0x5571735c4080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4100 0.000118
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4100 0.000118
+gallium_dri.so free 0x5571735c4240 void 0.000119
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000121
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000120
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4400 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000119
+gallium_dri.so free 0x5571735c4400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4480 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4480 0.000117
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c45f0 0.000115
+gallium_dri.so free 0x5571735c4640 void 0.000116
+gallium_dri.so free 0x5571735c45f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c45f0 0.000117
+gallium_dri.so free 0x5571735c4740 void 0.000170
+gallium_dri.so free 0x5571735c45f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c46f0 0.000117
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c46f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c47b0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000121
+gallium_dri.so free 0x5571735c47b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c47b0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000130
+gallium_dri.so free 0x5571735c47b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c47b0 0.000121
+gallium_dri.so free 0x5571735c4a00 void 0.000121
+gallium_dri.so free 0x5571735c47b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49b0 0.000120
+gallium_dri.so free 0x5571735c4a80 void 0.000117
+gallium_dri.so free 0x5571735c49b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000117
+gallium_dri.so free 0x5571735c4ad0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4b60 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000120
+gallium_dri.so free 0x5571735c4b60 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4c80 0.000119
+gallium_dri.so free 0x5571735c4d40 void 0.000120
+gallium_dri.so free 0x5571735c4c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c80 0.000119
+gallium_dri.so free 0x5571735c4dc0 void 0.000119
+gallium_dri.so free 0x5571735c4c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000120
+gallium_dri.so free 0x5571735c4e80 void 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000169
+gallium_dri.so free 0x5571735c4f40 void 0.000122
+gallium_dri.so free 0x5571735c4dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000118
+gallium_dri.so free 0x5571735c5000 void 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000121
+gallium_dri.so free 0x557173462440 void 0.000121
+gallium_dri.so free 0x5571735c4fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173462490 0.000119
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so free 0x557173462490 void 0.000116
+gallium_dri.so malloc 72 0x557173462540 0.000121
+gallium_dri.so free 0x5571734625c0 void 0.000118
+gallium_dri.so free 0x557173462540 void 0.000117
+gallium_dri.so malloc 72 0x557173462540 0.000119
+gallium_dri.so free 0x557173462640 void 0.000118
+gallium_dri.so free 0x557173462540 void 0.000117
+gallium_dri.so malloc 72 0x557173462670 0.000120
+gallium_dri.so free 0x5571734626c0 void 0.000118
+gallium_dri.so free 0x557173462670 void 0.000116
+gallium_dri.so malloc 72 0x557173462670 0.000121
+gallium_dri.so free 0x5571734627c0 void 0.000120
+gallium_dri.so free 0x557173462670 void 0.000116
+gallium_dri.so malloc 72 0x557173462770 0.000117
+gallium_dri.so free 0x557173462880 void 0.000123
+gallium_dri.so free 0x557173462770 void 0.000129
+gallium_dri.so malloc 72 0x557173462830 0.000144
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so free 0x557173462830 void 0.000118
+gallium_dri.so malloc 72 0x557173462830 0.000169
+gallium_dri.so free 0x557173462980 void 0.000117
+gallium_dri.so free 0x557173462830 void 0.000116
+gallium_dri.so malloc 72 0x5571734629f0 0.000116
+gallium_dri.so free 0x557173462a40 void 0.000116
+gallium_dri.so free 0x5571734629f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734629f0 0.000117
+gallium_dri.so free 0x557173462b40 void 0.000117
+gallium_dri.so free 0x5571734629f0 void 0.000115
+gallium_dri.so malloc 72 0x557173462af0 0.000120
+gallium_dri.so free 0x557173462c00 void 0.000131
+gallium_dri.so free 0x557173462af0 void 0.000117
+gallium_dri.so malloc 72 0x557173462bb0 0.000116
+gallium_dri.so free 0x557173462c40 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bb0 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173462d40 0.000117
+gallium_dri.so free 0x557173462dc0 void 0.000119
+gallium_dri.so free 0x557173462d40 void 0.000114
+gallium_dri.so malloc 72 0x557173462dc0 0.000116
+gallium_dri.so free 0x557173462e80 void 0.000130
+gallium_dri.so free 0x557173462dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173462dc0 0.000120
+gallium_dri.so free 0x557173462f40 void 0.000117
+gallium_dri.so free 0x557173462dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173462f60 0.000116
+gallium_dri.so free 0x557173463000 void 0.000117
+gallium_dri.so free 0x557173462f60 void 0.000119
+gallium_dri.so malloc 72 0x557173462fb0 0.000120
+gallium_dri.so free 0x557173463080 void 0.000117
+gallium_dri.so free 0x557173462fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173462fb0 0.000119
+gallium_dri.so free 0x557173463100 void 0.000120
+gallium_dri.so free 0x557173462fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173463100 0.000123
+gallium_dri.so free 0x5571734631c0 void 0.000119
+gallium_dri.so free 0x557173463100 void 0.000119
+gallium_dri.so malloc 72 0x557173463100 0.000116
+gallium_dri.so free 0x557173463280 void 0.000121
+gallium_dri.so free 0x557173463100 void 0.000118
+gallium_dri.so malloc 72 0x557173463100 0.000117
+gallium_dri.so free 0x557173463340 void 0.000122
+gallium_dri.so free 0x557173463100 void 0.000119
+gallium_dri.so malloc 72 0x5571734632f0 0.000119
+gallium_dri.so free 0x557173463400 void 0.000120
+gallium_dri.so free 0x5571734632f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000164
+gallium_dri.so free 0x557173463480 void 0.000123
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734634d0 0.000121
+gallium_dri.so free 0x557173463540 void 0.000120
+gallium_dri.so free 0x5571734634d0 void 0.000120
+gallium_dri.so malloc 72 0x557173463560 0.000119
+gallium_dri.so free 0x557173463600 void 0.000119
+gallium_dri.so free 0x557173463560 void 0.000120
+gallium_dri.so malloc 72 0x5571734635b0 0.000117
+gallium_dri.so free 0x557173463680 void 0.000121
+gallium_dri.so free 0x5571734635b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734635b0 0.000120
+gallium_dri.so free 0x557173463700 void 0.000120
+gallium_dri.so free 0x5571734635b0 void 0.000121
+gallium_dri.so malloc 72 0x557173463700 0.000118
+gallium_dri.so free 0x5571734637c0 void 0.000120
+gallium_dri.so free 0x557173463700 void 0.000119
+gallium_dri.so malloc 72 0x557173463700 0.000123
+gallium_dri.so free 0x5571734638c0 void 0.000121
+gallium_dri.so free 0x557173463700 void 0.000117
+gallium_dri.so malloc 72 0x557173463870 0.000119
+gallium_dri.so free 0x557173463900 void 0.000121
+gallium_dri.so free 0x557173463870 void 0.000118
+gallium_dri.so malloc 72 0x557173463870 0.000121
+gallium_dri.so free 0x5571734639c0 void 0.000120
+gallium_dri.so free 0x557173463870 void 0.000127
+gallium_dri.so malloc 72 0x557173463a00 0.000128
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so free 0x557173463a00 void 0.000120
+gallium_dri.so malloc 72 0x557173463a80 0.000118
+gallium_dri.so free 0x557173463b40 void 0.000119
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so malloc 72 0x557173463a80 0.000118
+gallium_dri.so free 0x557173463bc0 void 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000115
+gallium_dri.so malloc 72 0x557173463bf0 0.000117
+gallium_dri.so free 0x557173463c40 void 0.000118
+gallium_dri.so free 0x557173463bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173463bf0 0.000116
+gallium_dri.so free 0x557173463d40 void 0.000116
+gallium_dri.so free 0x557173463bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173463d80 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000119
+gallium_dri.so free 0x557173463d80 void 0.000115
+gallium_dri.so malloc 72 0x557173463e00 0.000118
+gallium_dri.so free 0x557173463ec0 void 0.000116
+gallium_dri.so free 0x557173463e00 void 0.000116
+gallium_dri.so malloc 72 0x557173463e00 0.000116
+gallium_dri.so free 0x557173463f40 void 0.000117
+gallium_dri.so free 0x557173463e00 void 0.000117
+gallium_dri.so malloc 72 0x557173463f70 0.000115
+gallium_dri.so free 0x557173463fc0 void 0.000124
+gallium_dri.so free 0x557173463f70 void 0.000117
+gallium_dri.so malloc 72 0x557173463f70 0.000127
+gallium_dri.so free 0x5571734640c0 void 0.000136
+gallium_dri.so free 0x557173463f70 void 0.000117
+gallium_dri.so malloc 72 0x557173464070 0.000116
+gallium_dri.so free 0x557173464180 void 0.000115
+gallium_dri.so free 0x557173464070 void 0.000121
+gallium_dri.so malloc 72 0x557173464130 0.000121
+gallium_dri.so free 0x557173464200 void 0.000121
+gallium_dri.so free 0x557173464130 void 0.000120
+gallium_dri.so malloc 72 0x557173464130 0.000120
+gallium_dri.so free 0x5571734642c0 void 0.000121
+gallium_dri.so free 0x557173464130 void 0.000120
+gallium_dri.so malloc 72 0x557173464130 0.000120
+gallium_dri.so free 0x557173464380 void 0.000121
+gallium_dri.so free 0x557173464130 void 0.000119
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x557173464400 void 0.000122
+gallium_dri.so free 0x557173464330 void 0.000119
+gallium_dri.so malloc 72 0x557173464450 0.000120
+gallium_dri.so free 0x5571734644c0 void 0.000121
+gallium_dri.so free 0x557173464450 void 0.000121
+gallium_dri.so malloc 72 0x5571734644e0 0.000119
+gallium_dri.so free 0x557173464580 void 0.000121
+gallium_dri.so free 0x5571734644e0 void 0.000124
+gallium_dri.so malloc 72 0x557173464530 0.000129
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so free 0x557173464530 void 0.000121
+gallium_dri.so malloc 72 0x557173464600 0.000120
+gallium_dri.so free 0x5571734646c0 void 0.000120
+gallium_dri.so free 0x557173464600 void 0.000172
+gallium_dri.so malloc 72 0x557173464600 0.000121
+gallium_dri.so free 0x557173464740 void 0.000120
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so malloc 72 0x557173464740 0.000119
+gallium_dri.so free 0x557173464800 void 0.000121
+gallium_dri.so free 0x557173464740 void 0.000120
+gallium_dri.so malloc 72 0x557173464740 0.000122
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464740 void 0.000120
+gallium_dri.so malloc 72 0x557173464740 0.000128
+gallium_dri.so free 0x557173464980 void 0.000121
+gallium_dri.so free 0x557173464740 void 0.000120
+gallium_dri.so malloc 72 0x557173464930 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000122
+gallium_dri.so free 0x557173464930 void 0.000119
+gallium_dri.so malloc 72 0x557173464a50 0.000121
+gallium_dri.so free 0x557173464ac0 void 0.000120
+gallium_dri.so free 0x557173464a50 void 0.000120
+gallium_dri.so malloc 72 0x557173464b00 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x557173464b00 void 0.000123
+gallium_dri.so malloc 72 0x557173464b00 0.000156
+gallium_dri.so free 0x557173464c00 void 0.000124
+gallium_dri.so free 0x557173464b00 void 0.000120
+gallium_dri.so malloc 72 0x557173464c30 0.000121
+gallium_dri.so free 0x557173464c80 void 0.000121
+gallium_dri.so free 0x557173464c30 void 0.000121
+gallium_dri.so malloc 72 0x557173464c30 0.000120
+gallium_dri.so free 0x557173464d80 void 0.000120
+gallium_dri.so free 0x557173464c30 void 0.000119
+gallium_dri.so malloc 72 0x557173464d30 0.000119
+gallium_dri.so free 0x557173464e40 void 0.000121
+gallium_dri.so free 0x557173464d30 void 0.000121
+gallium_dri.so malloc 72 0x557173464df0 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x557173464df0 void 0.000120
+gallium_dri.so malloc 72 0x557173464df0 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000122
+gallium_dri.so free 0x557173464df0 void 0.000119
+gallium_dri.so malloc 72 0x557173464fb0 0.000120
+gallium_dri.so free 0x557173465000 void 0.000121
+gallium_dri.so free 0x557173464fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173464fb0 0.000121
+gallium_dri.so free 0x557173465100 void 0.000120
+gallium_dri.so free 0x557173464fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571734650b0 0.000171
+gallium_dri.so free 0x5571734651c0 void 0.000122
+gallium_dri.so free 0x5571734650b0 void 0.000120
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x557173465200 void 0.000120
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x557173465170 0.000119
+gallium_dri.so free 0x5571734652c0 void 0.000120
+gallium_dri.so free 0x557173465170 void 0.000121
+gallium_dri.so malloc 72 0x557173465300 0.000119
+gallium_dri.so free 0x557173465380 void 0.000121
+gallium_dri.so free 0x557173465300 void 0.000119
+gallium_dri.so malloc 72 0x557173465380 0.000119
+gallium_dri.so free 0x557173465440 void 0.000119
+gallium_dri.so free 0x557173465380 void 0.000119
+gallium_dri.so malloc 72 0x557173465380 0.000121
+gallium_dri.so free 0x557173465500 void 0.000121
+gallium_dri.so free 0x557173465380 void 0.000120
+gallium_dri.so malloc 72 0x557173465520 0.000125
+gallium_dri.so free 0x5571734655c0 void 0.000121
+gallium_dri.so free 0x557173465520 void 0.000121
+gallium_dri.so malloc 72 0x557173465570 0.000121
+gallium_dri.so free 0x557173465640 void 0.000120
+gallium_dri.so free 0x557173465570 void 0.000120
+gallium_dri.so malloc 72 0x557173465570 0.000119
+gallium_dri.so free 0x5571734656c0 void 0.000130
+gallium_dri.so free 0x557173465570 void 0.000120
+gallium_dri.so malloc 72 0x5571734656c0 0.000120
+gallium_dri.so free 0x557173465780 void 0.000140
+gallium_dri.so free 0x5571734656c0 void 0.000136
+gallium_dri.so malloc 72 0x5571734656c0 0.000122
+gallium_dri.so free 0x557173465840 void 0.000121
+gallium_dri.so free 0x5571734656c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734656c0 0.000120
+gallium_dri.so free 0x557173465900 void 0.000122
+gallium_dri.so free 0x5571734656c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734658b0 0.000123
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so free 0x5571734658b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465970 0.000119
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so free 0x557173465970 void 0.000121
+gallium_dri.so malloc 72 0x557173465a90 0.000119
+gallium_dri.so free 0x557173465b00 void 0.000120
+gallium_dri.so free 0x557173465a90 void 0.000121
+gallium_dri.so malloc 72 0x557173465b20 0.000121
+gallium_dri.so free 0x557173465bc0 void 0.000121
+gallium_dri.so free 0x557173465b20 void 0.000121
+gallium_dri.so malloc 72 0x557173465b70 0.000121
+gallium_dri.so free 0x557173465c40 void 0.000120
+gallium_dri.so free 0x557173465b70 void 0.000119
+gallium_dri.so malloc 72 0x557173465b70 0.000130
+gallium_dri.so free 0x557173465cc0 void 0.000121
+gallium_dri.so free 0x557173465b70 void 0.000121
+gallium_dri.so malloc 72 0x557173465cc0 0.000119
+gallium_dri.so free 0x557173465d80 void 0.000121
+gallium_dri.so free 0x557173465cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173465cc0 0.000121
+gallium_dri.so free 0x557173465e80 void 0.000120
+gallium_dri.so free 0x557173465cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173465e30 0.000120
+gallium_dri.so free 0x557173465ec0 void 0.000122
+gallium_dri.so free 0x557173465e30 void 0.000119
+gallium_dri.so malloc 72 0x557173465e30 0.000121
+gallium_dri.so free 0x557173465f80 void 0.000120
+gallium_dri.so free 0x557173465e30 void 0.000120
+gallium_dri.so malloc 72 0x557173465fc0 0.000119
+gallium_dri.so free 0x557173466040 void 0.000119
+gallium_dri.so free 0x557173465fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x557173466100 void 0.000120
+gallium_dri.so free 0x557173466040 void 0.000121
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x557173466180 void 0.000121
+gallium_dri.so free 0x557173466040 void 0.000121
+gallium_dri.so malloc 72 0x5571734661b0 0.000120
+gallium_dri.so free 0x557173466200 void 0.000120
+gallium_dri.so free 0x5571734661b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734661b0 0.000121
+gallium_dri.so free 0x557173466300 void 0.000121
+gallium_dri.so free 0x5571734661b0 void 0.000171
+gallium_dri.so malloc 72 0x557173466340 0.000128
+gallium_dri.so free 0x5571734663c0 void 0.000122
+gallium_dri.so free 0x557173466340 void 0.000121
+gallium_dri.so malloc 72 0x5571734663c0 0.000120
+gallium_dri.so free 0x557173466480 void 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734663c0 0.000120
+gallium_dri.so free 0x557173466500 void 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so malloc 72 0x557173466530 0.000121
+gallium_dri.so free 0x557173466580 void 0.000125
+gallium_dri.so free 0x557173466530 void 0.000122
+gallium_dri.so malloc 72 0x557173466530 0.000120
+gallium_dri.so free 0x557173466680 void 0.000121
+gallium_dri.so free 0x557173466530 void 0.000121
+gallium_dri.so malloc 72 0x557173466630 0.000119
+gallium_dri.so free 0x557173466740 void 0.000120
+gallium_dri.so free 0x557173466630 void 0.000120
+gallium_dri.so malloc 72 0x5571734666f0 0.000121
+gallium_dri.so free 0x5571734667c0 void 0.000120
+gallium_dri.so free 0x5571734666f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734666f0 0.000122
+gallium_dri.so free 0x557173466880 void 0.000121
+gallium_dri.so free 0x5571734666f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734666f0 0.000121
+gallium_dri.so free 0x557173466940 void 0.000121
+gallium_dri.so free 0x5571734666f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734668f0 0.000121
+gallium_dri.so free 0x5571734669c0 void 0.000121
+gallium_dri.so free 0x5571734668f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466a10 0.000119
+gallium_dri.so free 0x557173466a80 void 0.000120
+gallium_dri.so free 0x557173466a10 void 0.000120
+gallium_dri.so malloc 72 0x557173466aa0 0.000121
+gallium_dri.so free 0x557173466b40 void 0.000121
+gallium_dri.so free 0x557173466aa0 void 0.000120
+gallium_dri.so malloc 72 0x557173466af0 0.000121
+gallium_dri.so free 0x557173466bc0 void 0.000120
+gallium_dri.so free 0x557173466af0 void 0.000120
+gallium_dri.so malloc 72 0x557173466bc0 0.000119
+gallium_dri.so free 0x557173466c80 void 0.000122
+gallium_dri.so free 0x557173466bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466bc0 0.000120
+gallium_dri.so free 0x557173466d00 void 0.000120
+gallium_dri.so free 0x557173466bc0 void 0.000122
+gallium_dri.so malloc 72 0x557173466d00 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000132
+gallium_dri.so free 0x557173466d00 void 0.000122
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466e80 void 0.000120
+gallium_dri.so free 0x557173466d00 void 0.000122
+gallium_dri.so malloc 72 0x557173466d00 0.000142
+gallium_dri.so free 0x557173466f40 void 0.000121
+gallium_dri.so free 0x557173466d00 void 0.000121
+gallium_dri.so malloc 72 0x557173466ef0 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x557173466ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173467010 0.000120
+gallium_dri.so free 0x557173467080 void 0.000121
+gallium_dri.so free 0x557173467010 void 0.000120
+gallium_dri.so malloc 72 0x5571734670c0 0.000121
+gallium_dri.so free 0x557173467140 void 0.000121
+gallium_dri.so free 0x5571734670c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734670c0 0.000168
+gallium_dri.so free 0x5571734671c0 void 0.000121
+gallium_dri.so free 0x5571734670c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734671f0 0.000120
+gallium_dri.so free 0x557173467240 void 0.000127
+gallium_dri.so free 0x5571734671f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734671f0 0.000120
+gallium_dri.so free 0x557173467340 void 0.000121
+gallium_dri.so free 0x5571734671f0 void 0.000213
+gallium_dri.so malloc 72 0x5571734672f0 0.000123
+gallium_dri.so free 0x557173467400 void 0.000121
+gallium_dri.so free 0x5571734672f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734673b0 0.000121
+gallium_dri.so free 0x557173467440 void 0.000120
+gallium_dri.so free 0x5571734673b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734673b0 0.000120
+gallium_dri.so free 0x557173467500 void 0.000120
+gallium_dri.so free 0x5571734673b0 void 0.000121
+gallium_dri.so malloc 72 0x557173467570 0.000119
+gallium_dri.so free 0x5571734675c0 void 0.000121
+gallium_dri.so free 0x557173467570 void 0.000119
+gallium_dri.so malloc 72 0x557173467570 0.000119
+gallium_dri.so free 0x5571734676c0 void 0.000121
+gallium_dri.so free 0x557173467570 void 0.000121
+gallium_dri.so malloc 72 0x557173467670 0.000119
+gallium_dri.so free 0x557173467780 void 0.000121
+gallium_dri.so free 0x557173467670 void 0.000120
+gallium_dri.so malloc 72 0x557173467730 0.000122
+gallium_dri.so free 0x5571734677c0 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000121
+gallium_dri.so free 0x557173467880 void 0.000121
+gallium_dri.so free 0x557173467730 void 0.000120
+gallium_dri.so malloc 72 0x5571734678c0 0.000175
+gallium_dri.so free 0x557173467940 void 0.000122
+gallium_dri.so free 0x5571734678c0 void 0.000120
+gallium_dri.so malloc 72 0x557173467940 0.000120
+gallium_dri.so free 0x557173467a00 void 0.000119
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so malloc 72 0x557173467940 0.000120
+gallium_dri.so free 0x557173467ac0 void 0.000121
+gallium_dri.so free 0x557173467940 void 0.000119
+gallium_dri.so malloc 72 0x557173467ae0 0.000120
+gallium_dri.so free 0x557173467b80 void 0.000121
+gallium_dri.so free 0x557173467ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173467b30 0.000120
+gallium_dri.so free 0x557173467c00 void 0.000120
+gallium_dri.so free 0x557173467b30 void 0.000120
+gallium_dri.so malloc 72 0x557173467b30 0.000120
+gallium_dri.so free 0x557173467c80 void 0.000119
+gallium_dri.so free 0x557173467b30 void 0.000121
+gallium_dri.so malloc 72 0x557173467c80 0.000119
+gallium_dri.so free 0x557173467d40 void 0.000120
+gallium_dri.so free 0x557173467c80 void 0.000120
+gallium_dri.so malloc 72 0x557173467c80 0.000120
+gallium_dri.so free 0x557173467e00 void 0.000120
+gallium_dri.so free 0x557173467c80 void 0.000120
+gallium_dri.so malloc 72 0x557173467c80 0.000121
+gallium_dri.so free 0x557173467ec0 void 0.000122
+gallium_dri.so free 0x557173467c80 void 0.000129
+gallium_dri.so malloc 72 0x557173467e70 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000121
+gallium_dri.so free 0x557173467e70 void 0.000119
+gallium_dri.so malloc 72 0x557173467f30 0.000164
+gallium_dri.so free 0x557173468000 void 0.000122
+gallium_dri.so free 0x557173467f30 void 0.000120
+gallium_dri.so malloc 72 0x557173468050 0.000120
+gallium_dri.so free 0x5571734680c0 void 0.000120
+gallium_dri.so free 0x557173468050 void 0.000120
+gallium_dri.so malloc 72 0x5571734680e0 0.000122
+gallium_dri.so free 0x557173468180 void 0.000126
+gallium_dri.so free 0x5571734680e0 void 0.000121
+gallium_dri.so malloc 72 0x557173468130 0.000120
+gallium_dri.so free 0x557173468200 void 0.000121
+gallium_dri.so free 0x557173468130 void 0.000119
+gallium_dri.so malloc 72 0x557173468130 0.000138
+gallium_dri.so free 0x557173468280 void 0.000120
+gallium_dri.so free 0x557173468130 void 0.000121
+gallium_dri.so malloc 72 0x557173468280 0.000121
+gallium_dri.so free 0x557173468340 void 0.000121
+gallium_dri.so free 0x557173468280 void 0.000121
+gallium_dri.so malloc 72 0x557173468280 0.000120
+gallium_dri.so free 0x557173468440 void 0.000121
+gallium_dri.so free 0x557173468280 void 0.000122
+gallium_dri.so malloc 72 0x5571734683f0 0.000128
+gallium_dri.so free 0x557173468480 void 0.000122
+gallium_dri.so free 0x5571734683f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734683f0 0.000120
+gallium_dri.so free 0x557173468540 void 0.000120
+gallium_dri.so free 0x5571734683f0 void 0.000121
+gallium_dri.so malloc 72 0x557173468580 0.000143
+gallium_dri.so free 0x557173468600 void 0.000122
+gallium_dri.so free 0x557173468580 void 0.000120
+gallium_dri.so malloc 72 0x557173468600 0.000120
+gallium_dri.so free 0x5571734686c0 void 0.000120
+gallium_dri.so free 0x557173468600 void 0.000119
+gallium_dri.so malloc 72 0x557173468600 0.000119
+gallium_dri.so free 0x557173468740 void 0.000119
+gallium_dri.so free 0x557173468600 void 0.000119
+gallium_dri.so malloc 72 0x557173468770 0.000120
+gallium_dri.so free 0x5571734687c0 void 0.000121
+gallium_dri.so free 0x557173468770 void 0.000121
+gallium_dri.so malloc 72 0x557173468770 0.000121
+gallium_dri.so free 0x5571734688c0 void 0.000122
+gallium_dri.so free 0x557173468770 void 0.000119
+gallium_dri.so malloc 72 0x557173468900 0.000119
+gallium_dri.so free 0x557173468980 void 0.000120
+gallium_dri.so free 0x557173468900 void 0.000120
+gallium_dri.so malloc 72 0x557173468980 0.000121
+gallium_dri.so free 0x557173468a40 void 0.000120
+gallium_dri.so free 0x557173468980 void 0.000131
+gallium_dri.so malloc 72 0x557173468980 0.000120
+gallium_dri.so free 0x557173468ac0 void 0.000120
+gallium_dri.so free 0x557173468980 void 0.000121
+gallium_dri.so malloc 72 0x557173468af0 0.000119
+gallium_dri.so free 0x557173468b40 void 0.000120
+gallium_dri.so free 0x557173468af0 void 0.000121
+gallium_dri.so malloc 72 0x557173468af0 0.000121
+gallium_dri.so free 0x557173468c40 void 0.000120
+gallium_dri.so free 0x557173468af0 void 0.000120
+gallium_dri.so malloc 72 0x557173468bf0 0.000120
+gallium_dri.so free 0x557173468d00 void 0.000119
+gallium_dri.so free 0x557173468bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173468cb0 0.000120
+gallium_dri.so free 0x557173468d80 void 0.000120
+gallium_dri.so free 0x557173468cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173468cb0 0.000121
+gallium_dri.so free 0x557173468e40 void 0.000168
+gallium_dri.so free 0x557173468cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173468cb0 0.000120
+gallium_dri.so free 0x557173468f00 void 0.000122
+gallium_dri.so free 0x557173468cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173468eb0 0.000119
+gallium_dri.so free 0x557173468f80 void 0.000121
+gallium_dri.so free 0x557173468eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173468fd0 0.000161
+gallium_dri.so free 0x557173469040 void 0.000115
+gallium_dri.so free 0x557173468fd0 void 0.000117
+gallium_dri.so malloc 72 0x557173469060 0.000116
+gallium_dri.so free 0x557173469100 void 0.000123
+gallium_dri.so free 0x557173469060 void 0.000116
+gallium_dri.so malloc 72 0x5571734690b0 0.000114
+gallium_dri.so free 0x557173469180 void 0.000115
+gallium_dri.so free 0x5571734690b0 void 0.000114
+gallium_dri.so malloc 72 0x557173469180 0.000114
+gallium_dri.so free 0x557173469240 void 0.000115
+gallium_dri.so free 0x557173469180 void 0.000114
+gallium_dri.so malloc 72 0x557173469180 0.000114
+gallium_dri.so free 0x5571734692c0 void 0.000115
+gallium_dri.so free 0x557173469180 void 0.000115
+gallium_dri.so malloc 72 0x5571734692c0 0.000136
+gallium_dri.so free 0x557173469380 void 0.000121
+gallium_dri.so free 0x5571734692c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734692c0 0.000113
+gallium_dri.so free 0x557173469440 void 0.000114
+gallium_dri.so free 0x5571734692c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734692c0 0.000115
+gallium_dri.so free 0x557173469500 void 0.000116
+gallium_dri.so free 0x5571734692c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734694b0 0.000114
+gallium_dri.so free 0x557173469580 void 0.000115
+gallium_dri.so free 0x5571734694b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734695d0 0.000130
+gallium_dri.so free 0x557173469640 void 0.000123
+gallium_dri.so free 0x5571734695d0 void 0.000121
+gallium_dri.so malloc 72 0x557173469680 0.000120
+gallium_dri.so free 0x557173469700 void 0.000121
+gallium_dri.so free 0x557173469680 void 0.000119
+gallium_dri.so malloc 72 0x557173469680 0.000120
+gallium_dri.so free 0x5571735ceb40 void 0.000120
+gallium_dri.so free 0x557173469680 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735cebc0 void 0.000120
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000123
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000119
+gallium_dri.so free 0x5571735cedc0 void 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec40 0.000120
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cee30 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so free 0x5571735cee30 void 0.000129
+gallium_dri.so malloc 72 0x5571735cee30 0.000120
+gallium_dri.so free 0x5571735cef80 void 0.000120
+gallium_dri.so free 0x5571735cee30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cef30 0.000157
+gallium_dri.so free 0x5571735cf040 void 0.000123
+gallium_dri.so free 0x5571735cef30 void 0.000142
+gallium_dri.so malloc 72 0x5571735ceff0 0.000129
+gallium_dri.so free 0x5571735cf080 void 0.000121
+gallium_dri.so free 0x5571735ceff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceff0 0.000122
+gallium_dri.so free 0x5571735cf140 void 0.000121
+gallium_dri.so free 0x5571735ceff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf180 0.000120
+gallium_dri.so free 0x5571735cf200 void 0.000121
+gallium_dri.so free 0x5571735cf180 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf200 0.000119
+gallium_dri.so free 0x5571735cf2c0 void 0.000137
+gallium_dri.so free 0x5571735cf200 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf200 0.000121
+gallium_dri.so free 0x5571735cf380 void 0.000121
+gallium_dri.so free 0x5571735cf200 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf3a0 0.000120
+gallium_dri.so free 0x5571735cf440 void 0.000122
+gallium_dri.so free 0x5571735cf3a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000189
+gallium_dri.so free 0x5571735cf4c0 void 0.000120
+gallium_dri.so free 0x5571735cf3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so free 0x5571735cf3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf540 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf540 0.000120
+gallium_dri.so free 0x5571735cf6c0 void 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf540 0.000121
+gallium_dri.so free 0x5571735cf780 void 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf730 0.000119
+gallium_dri.so free 0x5571735cf840 void 0.000120
+gallium_dri.so free 0x5571735cf730 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000121
+gallium_dri.so free 0x5571735cf8c0 void 0.000120
+gallium_dri.so free 0x5571735cf7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf910 0.000119
+gallium_dri.so free 0x5571735cf980 void 0.000120
+gallium_dri.so free 0x5571735cf910 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf9a0 0.000119
+gallium_dri.so free 0x5571735cfa40 void 0.000131
+gallium_dri.so free 0x5571735cf9a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000121
+gallium_dri.so free 0x5571735cf9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000120
+gallium_dri.so free 0x5571735cf9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfb40 0.000123
+gallium_dri.so free 0x5571735cfc00 void 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfb40 0.000120
+gallium_dri.so free 0x5571735cfd00 void 0.000121
+gallium_dri.so free 0x5571735cfb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000121
+gallium_dri.so free 0x5571735cfcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000169
+gallium_dri.so free 0x5571735cfcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfe40 0.000121
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so free 0x5571735cfe40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfec0 0.000119
+gallium_dri.so free 0x5571735cff80 void 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfec0 0.000110
+gallium_dri.so free 0x5571735d0000 void 0.000123
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0030 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so free 0x5571735d0030 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0030 0.000121
+gallium_dri.so free 0x5571735d0180 void 0.000126
+gallium_dri.so free 0x5571735d0030 void 0.000122
+gallium_dri.so malloc 72 0x5571735d01c0 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so free 0x5571735d01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0240 0.000119
+gallium_dri.so free 0x5571735d0300 void 0.000121
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0240 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d03b0 0.000120
+gallium_dri.so free 0x5571735d0400 void 0.000120
+gallium_dri.so free 0x5571735d03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d03b0 0.000121
+gallium_dri.so free 0x5571735d0500 void 0.000120
+gallium_dri.so free 0x5571735d03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d04b0 0.000121
+gallium_dri.so free 0x5571735d05c0 void 0.000157
+gallium_dri.so free 0x5571735d04b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0570 0.000120
+gallium_dri.so free 0x5571735d0640 void 0.000120
+gallium_dri.so free 0x5571735d0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0570 0.000120
+gallium_dri.so free 0x5571735d0700 void 0.000120
+gallium_dri.so free 0x5571735d0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0570 0.000119
+gallium_dri.so free 0x5571735d07c0 void 0.000121
+gallium_dri.so free 0x5571735d0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0770 0.000120
+gallium_dri.so free 0x5571735d0840 void 0.000121
+gallium_dri.so free 0x5571735d0770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0890 0.000121
+gallium_dri.so free 0x5571735d0900 void 0.000121
+gallium_dri.so free 0x5571735d0890 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0920 0.000121
+gallium_dri.so free 0x5571735d09c0 void 0.000121
+gallium_dri.so free 0x5571735d0920 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0970 0.000120
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so free 0x5571735d0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000120
+gallium_dri.so free 0x5571735d0b00 void 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000131
+gallium_dri.so free 0x5571735d0b80 void 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b80 0.000119
+gallium_dri.so free 0x5571735d0c40 void 0.000122
+gallium_dri.so free 0x5571735d0b80 void 0.000169
+gallium_dri.so malloc 72 0x5571735d0b80 0.000122
+gallium_dri.so free 0x5571735d0d00 void 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b80 0.000119
+gallium_dri.so free 0x5571735d0dc0 void 0.000122
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d70 0.000120
+gallium_dri.so free 0x5571735d0e40 void 0.000120
+gallium_dri.so free 0x5571735d0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0e90 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000119
+gallium_dri.so free 0x5571735d0e90 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0f40 0.000138
+gallium_dri.so free 0x5571735d0fc0 void 0.000122
+gallium_dri.so free 0x5571735d0f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0f40 0.000119
+gallium_dri.so free 0x5571735d1040 void 0.000121
+gallium_dri.so free 0x5571735d0f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1070 0.000122
+gallium_dri.so free 0x5571735d10c0 void 0.000128
+gallium_dri.so free 0x5571735d1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1070 0.000113
+gallium_dri.so free 0x5571735d11c0 void 0.000115
+gallium_dri.so free 0x5571735d1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1170 0.000114
+gallium_dri.so free 0x5571735d1280 void 0.000113
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000114
+gallium_dri.so free 0x5571735d1380 void 0.000116
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13f0 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000115
+gallium_dri.so free 0x5571735d13f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d13f0 0.000115
+gallium_dri.so free 0x5571735d1540 void 0.000115
+gallium_dri.so free 0x5571735d13f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d14f0 0.000114
+gallium_dri.so free 0x5571735d1600 void 0.000115
+gallium_dri.so free 0x5571735d14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15b0 0.000116
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d15b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d15b0 0.000114
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so free 0x5571735d15b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1740 0.000120
+gallium_dri.so free 0x5571735d17c0 void 0.000121
+gallium_dri.so free 0x5571735d1740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d17c0 0.000120
+gallium_dri.so free 0x5571735d1880 void 0.000121
+gallium_dri.so free 0x5571735d17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17c0 0.000255
+gallium_dri.so free 0x5571735d1940 void 0.000219
+gallium_dri.so free 0x5571735d17c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1960 0.000119
+gallium_dri.so free 0x5571735d1a00 void 0.000118
+gallium_dri.so free 0x5571735d1960 void 0.000117
+gallium_dri.so malloc 72 0x5571735d19b0 0.000119
+gallium_dri.so free 0x5571735d1a80 void 0.000118
+gallium_dri.so free 0x5571735d19b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d19b0 0.000163
+gallium_dri.so free 0x5571735d1b00 void 0.000119
+gallium_dri.so free 0x5571735d19b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1b00 0.000118
+gallium_dri.so free 0x5571735d1bc0 void 0.000118
+gallium_dri.so free 0x5571735d1b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1b00 0.000117
+gallium_dri.so free 0x5571735d1c80 void 0.000120
+gallium_dri.so free 0x5571735d1b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b00 0.000117
+gallium_dri.so free 0x5571735d1d40 void 0.000117
+gallium_dri.so free 0x5571735d1b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000116
+gallium_dri.so free 0x5571735d1e00 void 0.000118
+gallium_dri.so free 0x5571735d1cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1db0 0.000119
+gallium_dri.so free 0x5571735d1e80 void 0.000118
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1ed0 0.000117
+gallium_dri.so free 0x5571735d1f40 void 0.000117
+gallium_dri.so free 0x5571735d1ed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1f60 0.000116
+gallium_dri.so free 0x5571735d2000 void 0.000123
+gallium_dri.so free 0x5571735d1f60 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000116
+gallium_dri.so free 0x5571735d1fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000116
+gallium_dri.so free 0x5571735d2100 void 0.000116
+gallium_dri.so free 0x5571735d1fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2100 0.000117
+gallium_dri.so free 0x5571735d21c0 void 0.000117
+gallium_dri.so free 0x5571735d2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2100 0.000117
+gallium_dri.so free 0x5571735d22c0 void 0.000129
+gallium_dri.so free 0x5571735d2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2270 0.000123
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so free 0x5571735d2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2270 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2400 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2480 0.000118
+gallium_dri.so free 0x5571735d2540 void 0.000118
+gallium_dri.so free 0x5571735d2480 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2480 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d2480 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25f0 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so free 0x5571735d25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d25f0 0.000117
+gallium_dri.so free 0x5571735d2740 void 0.000118
+gallium_dri.so free 0x5571735d25f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2780 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so free 0x5571735d2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2800 0.000164
+gallium_dri.so free 0x5571735d28c0 void 0.000121
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2970 0.000124
+gallium_dri.so free 0x5571735d29c0 void 0.000118
+gallium_dri.so free 0x5571735d2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2970 0.000118
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a70 0.000118
+gallium_dri.so free 0x5571735d2b80 void 0.000118
+gallium_dri.so free 0x5571735d2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2c00 void 0.000118
+gallium_dri.so free 0x5571735d2b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2cc0 void 0.000120
+gallium_dri.so free 0x5571735d2b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2b30 0.000119
+gallium_dri.so free 0x5571735d2d80 void 0.000143
+gallium_dri.so free 0x5571735d2b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2d30 0.000119
+gallium_dri.so free 0x5571735d2e00 void 0.000120
+gallium_dri.so free 0x5571735d2d30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2e50 0.000122
+gallium_dri.so free 0x5571735d2ec0 void 0.000131
+gallium_dri.so free 0x5571735d2e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ee0 0.000125
+gallium_dri.so free 0x5571735d2f80 void 0.000119
+gallium_dri.so free 0x5571735d2ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f30 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so free 0x5571735d2f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3140 0.000117
+gallium_dri.so free 0x5571735d3200 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3330 0.000119
+gallium_dri.so free 0x5571735d3400 void 0.000128
+gallium_dri.so free 0x5571735d3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3450 0.000118
+gallium_dri.so free 0x5571735d34c0 void 0.000119
+gallium_dri.so free 0x5571735d3450 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3500 0.000117
+gallium_dri.so free 0x5571735d3580 void 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3500 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3630 0.000118
+gallium_dri.so free 0x5571735d3680 void 0.000119
+gallium_dri.so free 0x5571735d3630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3630 0.000117
+gallium_dri.so free 0x5571735d3780 void 0.000120
+gallium_dri.so free 0x5571735d3630 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3730 0.000118
+gallium_dri.so free 0x5571735d3840 void 0.000118
+gallium_dri.so free 0x5571735d3730 void 0.000163
+gallium_dri.so malloc 72 0x5571735d37f0 0.000119
+gallium_dri.so free 0x5571735d3880 void 0.000119
+gallium_dri.so free 0x5571735d37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d37f0 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000119
+gallium_dri.so free 0x5571735d37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d39b0 0.000169
+gallium_dri.so free 0x5571735d3a00 void 0.000119
+gallium_dri.so free 0x5571735d39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d39b0 0.000117
+gallium_dri.so free 0x5571735d3b00 void 0.000118
+gallium_dri.so free 0x5571735d39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000119
+gallium_dri.so free 0x5571735d3bc0 void 0.000132
+gallium_dri.so free 0x5571735d3ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3b70 0.000179
+gallium_dri.so free 0x5571735d3c00 void 0.000179
+gallium_dri.so free 0x5571735d3b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3b70 0.000123
+gallium_dri.so free 0x5571735d3cc0 void 0.000124
+gallium_dri.so free 0x5571735d3b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3d00 0.000119
+gallium_dri.so free 0x5571735d3d80 void 0.000122
+gallium_dri.so free 0x5571735d3d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d80 0.000118
+gallium_dri.so free 0x5571735d3e40 void 0.000125
+gallium_dri.so free 0x5571735d3d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d80 0.000119
+gallium_dri.so free 0x5571735d3f00 void 0.000118
+gallium_dri.so free 0x5571735d3d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f20 0.000126
+gallium_dri.so free 0x5571735d3fc0 void 0.000118
+gallium_dri.so free 0x5571735d3f20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f70 0.000117
+gallium_dri.so free 0x5571735d4040 void 0.000118
+gallium_dri.so free 0x5571735d3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f70 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so free 0x5571735d3f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d40c0 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000117
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d40c0 0.000117
+gallium_dri.so free 0x5571735d4240 void 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4300 void 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d42b0 0.000117
+gallium_dri.so free 0x5571735d43c0 void 0.000117
+gallium_dri.so free 0x5571735d42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4370 0.000117
+gallium_dri.so free 0x5571735d4440 void 0.000117
+gallium_dri.so free 0x5571735d4370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4490 0.000118
+gallium_dri.so free 0x5571735d4500 void 0.000117
+gallium_dri.so free 0x5571735d4490 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4520 0.000124
+gallium_dri.so free 0x5571735d45c0 void 0.000112
+gallium_dri.so free 0x5571735d4520 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4570 0.000111
+gallium_dri.so free 0x5571735d4640 void 0.000110
+gallium_dri.so free 0x5571735d4570 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4570 0.000153
+gallium_dri.so free 0x5571735d46c0 void 0.000112
+gallium_dri.so free 0x5571735d4570 void 0.000110
+gallium_dri.so malloc 72 0x5571735d46c0 0.000110
+gallium_dri.so free 0x5571735d4780 void 0.000112
+gallium_dri.so free 0x5571735d46c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d46c0 0.000111
+gallium_dri.so free 0x5571735d4880 void 0.000110
+gallium_dri.so free 0x5571735d46c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4830 0.000109
+gallium_dri.so free 0x5571735d48c0 void 0.000109
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4830 0.000109
+gallium_dri.so free 0x5571735d4980 void 0.000110
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d49c0 0.000116
+gallium_dri.so free 0x5571735d4a40 void 0.000125
+gallium_dri.so free 0x5571735d49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4a40 0.000112
+gallium_dri.so free 0x5571735d4b00 void 0.000111
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4a40 0.000171
+gallium_dri.so free 0x5571735d4b80 void 0.000128
+gallium_dri.so free 0x5571735d4a40 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000128
+gallium_dri.so free 0x5571735d4c00 void 0.000120
+gallium_dri.so free 0x5571735d4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000123
+gallium_dri.so free 0x5571735d4d00 void 0.000124
+gallium_dri.so free 0x5571735d4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d40 0.000119
+gallium_dri.so free 0x5571735d4dc0 void 0.000120
+gallium_dri.so free 0x5571735d4d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000119
+gallium_dri.so free 0x5571735d4e80 void 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f30 0.000113
+gallium_dri.so free 0x5571735d4f80 void 0.000114
+gallium_dri.so free 0x5571735d4f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4f30 0.000124
+gallium_dri.so free 0x5571735d5080 void 0.000124
+gallium_dri.so free 0x5571735d4f30 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5030 0.000217
+gallium_dri.so free 0x5571735d5140 void 0.000218
+gallium_dri.so free 0x5571735d5030 void 0.000224
+gallium_dri.so malloc 72 0x5571735d50f0 0.000216
+gallium_dri.so free 0x5571735d51c0 void 0.000229
+gallium_dri.so free 0x5571735d50f0 void 0.000238
+gallium_dri.so malloc 72 0x5571735d50f0 0.000238
+gallium_dri.so free 0x5571735d5280 void 0.000288
+gallium_dri.so free 0x5571735d50f0 void 0.000277
+gallium_dri.so malloc 72 0x5571735d50f0 0.000278
+gallium_dri.so free 0x5571735d5340 void 0.000324
+gallium_dri.so free 0x5571735d50f0 void 0.000234
+gallium_dri.so malloc 72 0x5571735d52f0 0.000255
+gallium_dri.so free 0x5571735d53c0 void 0.000285
+gallium_dri.so free 0x5571735d52f0 void 0.000285
+gallium_dri.so malloc 72 0x5571735d5410 0.000239
+gallium_dri.so free 0x5571735d5480 void 0.000270
+gallium_dri.so free 0x5571735d5410 void 0.000197
+gallium_dri.so malloc 72 0x5571735d54a0 0.000179
+gallium_dri.so free 0x5571735d5540 void 0.000252
+gallium_dri.so free 0x5571735d54a0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d54f0 0.000162
+gallium_dri.so free 0x5571735d55c0 void 0.000158
+gallium_dri.so free 0x5571735d54f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d55c0 0.000126
+gallium_dri.so free 0x5571735d5680 void 0.000126
+gallium_dri.so free 0x5571735d55c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55c0 0.000125
+gallium_dri.so free 0x5571735d5700 void 0.000125
+gallium_dri.so free 0x5571735d55c0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d5700 0.000192
+gallium_dri.so free 0x5571735d57c0 void 0.000190
+gallium_dri.so free 0x5571735d5700 void 0.000155
+gallium_dri.so malloc 72 0x5571735d5700 0.000152
+gallium_dri.so free 0x5571735d5880 void 0.000145
+gallium_dri.so free 0x5571735d5700 void 0.000143
+gallium_dri.so malloc 72 0x5571735d5700 0.000149
+gallium_dri.so free 0x5571735d5940 void 0.000156
+gallium_dri.so free 0x5571735d5700 void 0.000158
+gallium_dri.so malloc 72 0x5571735d58f0 0.000155
+gallium_dri.so free 0x5571735d59c0 void 0.000157
+gallium_dri.so free 0x5571735d58f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d5a10 0.000150
+gallium_dri.so free 0x5571735d5a80 void 0.000157
+gallium_dri.so free 0x5571735d5a10 void 0.000155
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000154
+gallium_dri.so free 0x5571735d5b40 void 0.000188
+gallium_dri.so free 0x5571735d5ac0 void 0.000182
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000146
+gallium_dri.so free 0x5571735d5bc0 void 0.000145
+gallium_dri.so free 0x5571735d5ac0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000146
+gallium_dri.so free 0x5571735d5c40 void 0.000140
+gallium_dri.so free 0x5571735d5bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000140
+gallium_dri.so free 0x5571735d5d40 void 0.000145
+gallium_dri.so free 0x5571735d5bf0 void 0.000196
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000220
+gallium_dri.so free 0x5571735d5e00 void 0.000141
+gallium_dri.so free 0x5571735d5cf0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d5db0 0.000147
+gallium_dri.so free 0x5571735d5e40 void 0.000142
+gallium_dri.so free 0x5571735d5db0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5db0 0.000140
+gallium_dri.so free 0x5571735d5f00 void 0.000149
+gallium_dri.so free 0x5571735d5db0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5f70 0.000140
+gallium_dri.so free 0x5571735d5fc0 void 0.000139
+gallium_dri.so free 0x5571735d5f70 void 0.000140
+gallium_dri.so malloc 72 0x5571735d5f70 0.000145
+gallium_dri.so free 0x5571735d60c0 void 0.000144
+gallium_dri.so free 0x5571735d5f70 void 0.000146
+gallium_dri.so malloc 72 0x5571735d6070 0.000140
+gallium_dri.so free 0x5571735d6180 void 0.000140
+gallium_dri.so free 0x5571735d6070 void 0.000147
+gallium_dri.so malloc 72 0x5571735d6130 0.000146
+gallium_dri.so free 0x5571735d61c0 void 0.000146
+gallium_dri.so free 0x5571735d6130 void 0.000146
+gallium_dri.so malloc 72 0x5571735d6130 0.000145
+gallium_dri.so free 0x5571735d6280 void 0.000145
+gallium_dri.so free 0x5571735d6130 void 0.000141
+gallium_dri.so malloc 72 0x5571735d62c0 0.000141
+gallium_dri.so free 0x5571735d6340 void 0.000146
+gallium_dri.so free 0x5571735d62c0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d6340 0.000180
+gallium_dri.so free 0x5571735d6400 void 0.000180
+gallium_dri.so free 0x5571735d6340 void 0.000147
+gallium_dri.so malloc 72 0x5571735d6340 0.000145
+gallium_dri.so free 0x5571735d64c0 void 0.000139
+gallium_dri.so free 0x5571735d6340 void 0.000134
+gallium_dri.so malloc 72 0x5571735d64e0 0.000141
+gallium_dri.so free 0x5571735d6580 void 0.000146
+gallium_dri.so free 0x5571735d64e0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d6530 0.000136
+gallium_dri.so free 0x5571735d6600 void 0.000134
+gallium_dri.so free 0x5571735d6530 void 0.000134
+gallium_dri.so malloc 72 0x5571735d6530 0.000147
+gallium_dri.so free 0x5571735d6680 void 0.000136
+gallium_dri.so free 0x5571735d6530 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6680 0.000125
+gallium_dri.so free 0x5571735d6740 void 0.000123
+gallium_dri.so free 0x5571735d6680 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6680 0.000140
+gallium_dri.so free 0x5571735d6800 void 0.000133
+gallium_dri.so free 0x5571735d6680 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6680 0.000124
+gallium_dri.so free 0x5571735d68c0 void 0.000119
+gallium_dri.so free 0x5571735d6680 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6870 0.000131
+gallium_dri.so free 0x5571735d6980 void 0.000170
+gallium_dri.so free 0x5571735d6870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6930 0.000129
+gallium_dri.so free 0x5571735d6a00 void 0.000126
+gallium_dri.so free 0x5571735d6930 void 0.000199
+gallium_dri.so malloc 72 0x5571735d6a50 0.000217
+gallium_dri.so free 0x5571735d6ac0 void 0.000287
+gallium_dri.so free 0x5571735d6a50 void 0.000290
+gallium_dri.so malloc 72 0x5571735d6ae0 0.000200
+gallium_dri.so free 0x5571735d6b80 void 0.000127
+gallium_dri.so free 0x5571735d6ae0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6b30 0.000141
+gallium_dri.so free 0x5571735d6c00 void 0.000130
+gallium_dri.so free 0x5571735d6b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6b30 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000124
+gallium_dri.so free 0x5571735d6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb440 void 0.000131
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000130
+gallium_dri.so free 0x5571735eb580 void 0.000130
+gallium_dri.so free 0x5571735eb4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000128
+gallium_dri.so free 0x5571735eb640 void 0.000129
+gallium_dri.so free 0x5571735eb4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb680 0.000129
+gallium_dri.so free 0x5571735eb700 void 0.000125
+gallium_dri.so free 0x5571735eb680 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb700 0.000170
+gallium_dri.so free 0x5571735eb7c0 void 0.000131
+gallium_dri.so free 0x5571735eb700 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb700 0.000129
+gallium_dri.so free 0x5571735eb840 void 0.000132
+gallium_dri.so free 0x5571735eb700 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb870 0.000133
+gallium_dri.so free 0x5571735eb8c0 void 0.000125
+gallium_dri.so free 0x5571735eb870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb870 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000118
+gallium_dri.so free 0x5571735eb870 void 0.000126
+gallium_dri.so malloc 72 0x5571735eba00 0.000128
+gallium_dri.so free 0x5571735eba80 void 0.000123
+gallium_dri.so free 0x5571735eba00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba80 0.000120
+gallium_dri.so free 0x5571735ebb40 void 0.000127
+gallium_dri.so free 0x5571735eba80 void 0.000128
+gallium_dri.so malloc 72 0x5571735eba80 0.000125
+gallium_dri.so free 0x5571735ebbc0 void 0.000126
+gallium_dri.so free 0x5571735eba80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000221
+gallium_dri.so free 0x5571735ebc40 void 0.000133
+gallium_dri.so free 0x5571735ebbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000131
+gallium_dri.so free 0x5571735ebd40 void 0.000129
+gallium_dri.so free 0x5571735ebbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebe00 void 0.000126
+gallium_dri.so free 0x5571735ebcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000125
+gallium_dri.so free 0x5571735ebe80 void 0.000120
+gallium_dri.so free 0x5571735ebdb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000130
+gallium_dri.so free 0x5571735ebf40 void 0.000124
+gallium_dri.so free 0x5571735ebdb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000124
+gallium_dri.so free 0x5571735ec000 void 0.000125
+gallium_dri.so free 0x5571735ebdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000128
+gallium_dri.so free 0x5571735ec080 void 0.000123
+gallium_dri.so free 0x5571735ebfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec0d0 0.000125
+gallium_dri.so free 0x5571735ec140 void 0.000137
+gallium_dri.so free 0x5571735ec0d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec160 0.000125
+gallium_dri.so free 0x5571735ec200 void 0.000129
+gallium_dri.so free 0x5571735ec160 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000134
+gallium_dri.so free 0x5571735ec280 void 0.000130
+gallium_dri.so free 0x5571735ec1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec280 0.000129
+gallium_dri.so free 0x5571735ec340 void 0.000131
+gallium_dri.so free 0x5571735ec280 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec280 0.000131
+gallium_dri.so free 0x5571735ec3c0 void 0.000132
+gallium_dri.so free 0x5571735ec280 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000131
+gallium_dri.so free 0x5571735ec480 void 0.000130
+gallium_dri.so free 0x5571735ec3c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000130
+gallium_dri.so free 0x5571735ec540 void 0.000130
+gallium_dri.so free 0x5571735ec3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000169
+gallium_dri.so free 0x5571735ec600 void 0.000130
+gallium_dri.so free 0x5571735ec3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000128
+gallium_dri.so free 0x5571735ec680 void 0.000130
+gallium_dri.so free 0x5571735ec5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000129
+gallium_dri.so free 0x5571735ec740 void 0.000129
+gallium_dri.so free 0x5571735ec6d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec780 0.000130
+gallium_dri.so free 0x5571735ec800 void 0.000128
+gallium_dri.so free 0x5571735ec780 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec780 0.000129
+gallium_dri.so free 0x5571735ec880 void 0.000124
+gallium_dri.so free 0x5571735ec780 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000121
+gallium_dri.so free 0x5571735ec900 void 0.000126
+gallium_dri.so free 0x5571735ec8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000121
+gallium_dri.so free 0x5571735eca00 void 0.000126
+gallium_dri.so free 0x5571735ec8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000140
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735ec9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eca70 0.000129
+gallium_dri.so free 0x5571735ecb00 void 0.000129
+gallium_dri.so free 0x5571735eca70 void 0.000126
+gallium_dri.so malloc 72 0x5571735eca70 0.000125
+gallium_dri.so free 0x5571735ecbc0 void 0.000129
+gallium_dri.so free 0x5571735eca70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecc30 0.000130
+gallium_dri.so free 0x5571735ecc80 void 0.000125
+gallium_dri.so free 0x5571735ecc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc30 0.000126
+gallium_dri.so free 0x5571735ecd80 void 0.000125
+gallium_dri.so free 0x5571735ecc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd30 0.000118
+gallium_dri.so free 0x5571735ece40 void 0.000121
+gallium_dri.so free 0x5571735ecd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000124
+gallium_dri.so free 0x5571735ece80 void 0.000128
+gallium_dri.so free 0x5571735ecdf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000129
+gallium_dri.so free 0x5571735ecf40 void 0.000141
+gallium_dri.so free 0x5571735ecdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecf80 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000128
+gallium_dri.so free 0x5571735ecf80 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed000 0.000130
+gallium_dri.so free 0x5571735ed0c0 void 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed000 0.000129
+gallium_dri.so free 0x5571735ed180 void 0.000128
+gallium_dri.so free 0x5571735ed000 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000125
+gallium_dri.so free 0x5571735ed240 void 0.000128
+gallium_dri.so free 0x5571735ed1a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000126
+gallium_dri.so free 0x5571735ed2c0 void 0.000129
+gallium_dri.so free 0x5571735ed1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000124
+gallium_dri.so free 0x5571735ed340 void 0.000126
+gallium_dri.so free 0x5571735ed1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed340 0.000289
+gallium_dri.so free 0x5571735ed400 void 0.000277
+gallium_dri.so free 0x5571735ed340 void 0.000279
+gallium_dri.so malloc 72 0x5571735ed340 0.000267
+gallium_dri.so free 0x5571735ed4c0 void 0.000279
+gallium_dri.so free 0x5571735ed340 void 0.000271
+gallium_dri.so malloc 72 0x5571735ed340 0.000222
+gallium_dri.so free 0x5571735ed580 void 0.000270
+gallium_dri.so free 0x5571735ed340 void 0.000200
+gallium_dri.so malloc 72 0x5571735ed530 0.000226
+gallium_dri.so free 0x5571735ed640 void 0.000221
+gallium_dri.so free 0x5571735ed530 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000125
+gallium_dri.so free 0x5571735ed6c0 void 0.000122
+gallium_dri.so free 0x5571735ed5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed710 0.000130
+gallium_dri.so free 0x5571735ed780 void 0.000123
+gallium_dri.so free 0x5571735ed710 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000126
+gallium_dri.so free 0x5571735ed840 void 0.000125
+gallium_dri.so free 0x5571735ed7a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000125
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000130
+gallium_dri.so free 0x5571735ed940 void 0.000130
+gallium_dri.so free 0x5571735ed7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed940 0.000129
+gallium_dri.so free 0x5571735eda00 void 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed940 0.000126
+gallium_dri.so free 0x5571735edb00 void 0.000129
+gallium_dri.so free 0x5571735ed940 void 0.000130
+gallium_dri.so malloc 72 0x5571735edab0 0.000124
+gallium_dri.so free 0x5571735edb40 void 0.000125
+gallium_dri.so free 0x5571735edab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edab0 0.000129
+gallium_dri.so free 0x5571735edc00 void 0.000139
+gallium_dri.so free 0x5571735edab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edc40 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000130
+gallium_dri.so free 0x5571735edc40 void 0.000135
+gallium_dri.so malloc 72 0x5571735edcc0 0.000131
+gallium_dri.so free 0x5571735edd80 void 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735ede00 void 0.000125
+gallium_dri.so free 0x5571735edcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ede30 0.000130
+gallium_dri.so free 0x5571735ede80 void 0.000130
+gallium_dri.so free 0x5571735ede30 void 0.000170
+gallium_dri.so malloc 72 0x5571735ede30 0.000130
+gallium_dri.so free 0x5571735edf80 void 0.000130
+gallium_dri.so free 0x5571735ede30 void 0.000129
+gallium_dri.so malloc 72 0x5571735edfc0 0.000129
+gallium_dri.so free 0x5571735ee040 void 0.000129
+gallium_dri.so free 0x5571735edfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee040 0.000127
+gallium_dri.so free 0x5571735ee100 void 0.000128
+gallium_dri.so free 0x5571735ee040 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee040 0.000128
+gallium_dri.so free 0x5571735ee180 void 0.000129
+gallium_dri.so free 0x5571735ee040 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000131
+gallium_dri.so free 0x5571735ee200 void 0.000129
+gallium_dri.so free 0x5571735ee1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000124
+gallium_dri.so free 0x5571735ee300 void 0.000126
+gallium_dri.so free 0x5571735ee1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000124
+gallium_dri.so free 0x5571735ee3c0 void 0.000120
+gallium_dri.so free 0x5571735ee2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee370 0.000128
+gallium_dri.so free 0x5571735ee440 void 0.000124
+gallium_dri.so free 0x5571735ee370 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee370 0.000129
+gallium_dri.so free 0x5571735ee500 void 0.000125
+gallium_dri.so free 0x5571735ee370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee370 0.000122
+gallium_dri.so free 0x5571735ee5c0 void 0.000124
+gallium_dri.so free 0x5571735ee370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee570 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee690 0.000130
+gallium_dri.so free 0x5571735ee700 void 0.000129
+gallium_dri.so free 0x5571735ee690 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee720 0.000130
+gallium_dri.so free 0x5571735ee7c0 void 0.000123
+gallium_dri.so free 0x5571735ee720 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee770 0.000119
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee770 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee840 0.000125
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee840 0.000130
+gallium_dri.so free 0x5571735ee980 void 0.000125
+gallium_dri.so free 0x5571735ee840 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee980 0.000123
+gallium_dri.so free 0x5571735eea40 void 0.000125
+gallium_dri.so free 0x5571735ee980 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee980 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000225
+gallium_dri.so free 0x5571735ee980 void 0.000311
+gallium_dri.so malloc 72 0x5571735ee980 0.000309
+gallium_dri.so free 0x5571735eebc0 void 0.000312
+gallium_dri.so free 0x5571735ee980 void 0.000221
+gallium_dri.so malloc 72 0x5571735eeb70 0.000219
+gallium_dri.so free 0x5571735eec40 void 0.000198
+gallium_dri.so free 0x5571735eeb70 void 0.000201
+gallium_dri.so malloc 72 0x5571735eec90 0.000126
+gallium_dri.so free 0x5571735eed00 void 0.000129
+gallium_dri.so free 0x5571735eec90 void 0.000131
+gallium_dri.so malloc 72 0x5571735eed40 0.000124
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed40 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee70 0.000111
+gallium_dri.so free 0x5571735eeec0 void 0.000121
+gallium_dri.so free 0x5571735eee70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000117
+gallium_dri.so free 0x5571735eee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef70 0.000117
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735eef70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef030 0.000117
+gallium_dri.so free 0x5571735ef0c0 void 0.000119
+gallium_dri.so free 0x5571735ef030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef030 0.000118
+gallium_dri.so free 0x5571735ef180 void 0.000119
+gallium_dri.so free 0x5571735ef030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000123
+gallium_dri.so free 0x5571735ef240 void 0.000124
+gallium_dri.so free 0x5571735ef1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000126
+gallium_dri.so free 0x5571735ef400 void 0.000127
+gallium_dri.so free 0x5571735ef2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000125
+gallium_dri.so free 0x5571735ef440 void 0.000126
+gallium_dri.so free 0x5571735ef3b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000125
+gallium_dri.so free 0x5571735ef500 void 0.000126
+gallium_dri.so free 0x5571735ef3b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef540 0.000128
+gallium_dri.so free 0x5571735ef5c0 void 0.000127
+gallium_dri.so free 0x5571735ef540 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000126
+gallium_dri.so free 0x5571735ef680 void 0.000126
+gallium_dri.so free 0x5571735ef5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000130
+gallium_dri.so free 0x5571735ef740 void 0.000127
+gallium_dri.so free 0x5571735ef5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef760 0.000126
+gallium_dri.so free 0x5571735ef800 void 0.000124
+gallium_dri.so free 0x5571735ef760 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000122
+gallium_dri.so free 0x5571735ef880 void 0.000127
+gallium_dri.so free 0x5571735ef7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000126
+gallium_dri.so free 0x5571735ef900 void 0.000124
+gallium_dri.so free 0x5571735ef7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef900 0.000124
+gallium_dri.so free 0x5571735ef9c0 void 0.000128
+gallium_dri.so free 0x5571735ef900 void 0.000174
+gallium_dri.so malloc 72 0x5571735ef900 0.000127
+gallium_dri.so free 0x5571735efa80 void 0.000123
+gallium_dri.so free 0x5571735ef900 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef900 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000123
+gallium_dri.so free 0x5571735ef900 void 0.000125
+gallium_dri.so malloc 72 0x5571735efaf0 0.000125
+gallium_dri.so free 0x5571735efc00 void 0.000124
+gallium_dri.so free 0x5571735efaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efbb0 0.000126
+gallium_dri.so free 0x5571735efc80 void 0.000122
+gallium_dri.so free 0x5571735efbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efcd0 0.000126
+gallium_dri.so free 0x5571735efd40 void 0.000126
+gallium_dri.so free 0x5571735efcd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efd60 0.000125
+gallium_dri.so free 0x5571735efe00 void 0.000123
+gallium_dri.so free 0x5571735efd60 void 0.000126
+gallium_dri.so malloc 72 0x5571735efdb0 0.000127
+gallium_dri.so free 0x5571735efe80 void 0.000124
+gallium_dri.so free 0x5571735efdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdb0 0.000123
+gallium_dri.so free 0x5571735eff00 void 0.000125
+gallium_dri.so free 0x5571735efdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff00 0.000139
+gallium_dri.so free 0x5571735effc0 void 0.000129
+gallium_dri.so free 0x5571735eff00 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff00 0.000124
+gallium_dri.so free 0x5571735f00c0 void 0.000124
+gallium_dri.so free 0x5571735eff00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0070 0.000125
+gallium_dri.so free 0x5571735f0100 void 0.000123
+gallium_dri.so free 0x5571735f0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0070 0.000125
+gallium_dri.so free 0x5571735f01c0 void 0.000125
+gallium_dri.so free 0x5571735f0070 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0200 0.000126
+gallium_dri.so free 0x5571735f0280 void 0.000125
+gallium_dri.so free 0x5571735f0200 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0280 0.000123
+gallium_dri.so free 0x5571735f0340 void 0.000126
+gallium_dri.so free 0x5571735f0280 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0280 0.000125
+gallium_dri.so free 0x5571735f03c0 void 0.000125
+gallium_dri.so free 0x5571735f0280 void 0.000122
+gallium_dri.so malloc 72 0x5571735f03f0 0.000123
+gallium_dri.so free 0x5571735f0440 void 0.000127
+gallium_dri.so free 0x5571735f03f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f03f0 0.000122
+gallium_dri.so free 0x5571735f0540 void 0.000129
+gallium_dri.so free 0x5571735f03f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0580 0.000134
+gallium_dri.so free 0x5571735f0600 void 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0600 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000117
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0600 0.000120
+gallium_dri.so free 0x5571735f0740 void 0.000120
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0770 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000118
+gallium_dri.so free 0x5571735f0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0770 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so free 0x5571735f0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000120
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0930 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0930 0.000116
+gallium_dri.so free 0x5571735f0ac0 void 0.000117
+gallium_dri.so free 0x5571735f0930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0930 0.000157
+gallium_dri.so free 0x5571735f0b80 void 0.000120
+gallium_dri.so free 0x5571735f0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0b30 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c50 0.000119
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000117
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d30 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000119
+gallium_dri.so free 0x5571735f0d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0e00 0.000120
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0e00 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000120
+gallium_dri.so free 0x5571735f0e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f40 0.000116
+gallium_dri.so free 0x5571735f1000 void 0.000120
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f40 0.000120
+gallium_dri.so free 0x5571735f10c0 void 0.000117
+gallium_dri.so free 0x5571735f0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0f40 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000120
+gallium_dri.so free 0x5571735f0f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1130 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so free 0x5571735f1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1250 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so free 0x5571735f1250 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1300 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000119
+gallium_dri.so free 0x5571735f1300 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1300 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so free 0x5571735f1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1430 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so free 0x5571735f1430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1430 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000117
+gallium_dri.so free 0x5571735f1430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1530 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f1680 void 0.000121
+gallium_dri.so free 0x5571735f15f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f15f0 0.000118
+gallium_dri.so free 0x5571735f1740 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17b0 0.000121
+gallium_dri.so free 0x5571735f1800 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f17b0 0.000118
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f19c0 void 0.000120
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000118
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b00 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1b80 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000119
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b80 0.000117
+gallium_dri.so free 0x5571735f1d00 void 0.000169
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d20 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so free 0x5571735f1d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d70 0.000119
+gallium_dri.so free 0x5571735f1e40 void 0.000117
+gallium_dri.so free 0x5571735f1d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1d70 0.000117
+gallium_dri.so free 0x5571735f1ec0 void 0.000118
+gallium_dri.so free 0x5571735f1d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000116
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000119
+gallium_dri.so free 0x5571735f1ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20b0 0.000116
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2170 0.000116
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2290 0.000130
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2290 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2320 0.000120
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2320 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so free 0x5571735f2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2370 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so free 0x5571735f2370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f24c0 0.000117
+gallium_dri.so free 0x5571735f2580 void 0.000121
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2630 0.000119
+gallium_dri.so free 0x5571735f26c0 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2630 0.000120
+gallium_dri.so free 0x5571735f2780 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27c0 0.000119
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2840 0.000121
+gallium_dri.so free 0x5571735f2900 void 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2840 0.000119
+gallium_dri.so free 0x5571735f2980 void 0.000120
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29b0 0.000120
+gallium_dri.so free 0x5571735f2a00 void 0.000119
+gallium_dri.so free 0x5571735f29b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f29b0 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b40 0.000120
+gallium_dri.so free 0x5571735f2bc0 void 0.000119
+gallium_dri.so free 0x5571735f2b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000121
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so free 0x5571735f2bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000119
+gallium_dri.so free 0x5571735f2d00 void 0.000119
+gallium_dri.so free 0x5571735f2bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2d30 0.000116
+gallium_dri.so free 0x5571735f2d80 void 0.000120
+gallium_dri.so free 0x5571735f2d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2d30 0.000117
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so free 0x5571735f2d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735f2f40 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000116
+gallium_dri.so free 0x5571735f2fc0 void 0.000120
+gallium_dri.so free 0x5571735f2ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000117
+gallium_dri.so free 0x5571735f2ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000120
+gallium_dri.so free 0x5571735f3140 void 0.000121
+gallium_dri.so free 0x5571735f2ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f30f0 0.000119
+gallium_dri.so free 0x5571735f31c0 void 0.000116
+gallium_dri.so free 0x5571735f30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3210 0.000116
+gallium_dri.so free 0x5571735f3280 void 0.000120
+gallium_dri.so free 0x5571735f3210 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32a0 0.000121
+gallium_dri.so free 0x5571735f3340 void 0.000117
+gallium_dri.so free 0x5571735f32a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f32f0 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f32f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f33c0 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000122
+gallium_dri.so free 0x5571735f33c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f33c0 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3500 0.000117
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3500 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000121
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so free 0x5571735f36b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735daab0 0.000119
+gallium_dri.so free 0x5571735dab40 void 0.000117
+gallium_dri.so free 0x5571735daab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daab0 0.000131
+gallium_dri.so free 0x5571735dac00 void 0.000121
+gallium_dri.so free 0x5571735daab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dac40 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000122
+gallium_dri.so free 0x5571735dac40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dacc0 0.000120
+gallium_dri.so free 0x5571735dad80 void 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacc0 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dae30 0.000119
+gallium_dri.so free 0x5571735dae80 void 0.000121
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dae30 0.000119
+gallium_dri.so free 0x5571735daf80 void 0.000119
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafc0 0.000120
+gallium_dri.so free 0x5571735db040 void 0.000118
+gallium_dri.so free 0x5571735dafc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db040 0.000119
+gallium_dri.so free 0x5571735db100 void 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so malloc 72 0x5571735db040 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000167
+gallium_dri.so malloc 72 0x5571735db1b0 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000121
+gallium_dri.so free 0x5571735db1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db1b0 0.000120
+gallium_dri.so free 0x5571735db300 void 0.000119
+gallium_dri.so free 0x5571735db1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db2b0 0.000120
+gallium_dri.so free 0x5571735db3c0 void 0.000119
+gallium_dri.so free 0x5571735db2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000120
+gallium_dri.so free 0x5571735db440 void 0.000120
+gallium_dri.so free 0x5571735db370 void 0.000119
+gallium_dri.so malloc 72 0x5571735db370 0.000119
+gallium_dri.so free 0x5571735db500 void 0.000121
+gallium_dri.so free 0x5571735db370 void 0.000118
+gallium_dri.so malloc 72 0x5571735db370 0.000121
+gallium_dri.so free 0x5571735db5c0 void 0.000120
+gallium_dri.so free 0x5571735db370 void 0.000119
+gallium_dri.so malloc 72 0x5571735db570 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db570 void 0.000127
+gallium_dri.so malloc 72 0x5571735db690 0.000123
+gallium_dri.so free 0x5571735db700 void 0.000121
+gallium_dri.so free 0x5571735db690 void 0.000120
+gallium_dri.so malloc 72 0x5571735db720 0.000119
+gallium_dri.so free 0x5571735db7c0 void 0.000130
+gallium_dri.so free 0x5571735db720 void 0.000119
+gallium_dri.so malloc 72 0x5571735db770 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000121
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db840 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db840 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dba40 void 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000120
+gallium_dri.so free 0x5571735dbb00 void 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbc40 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc90 0.000118
+gallium_dri.so free 0x5571735dbd00 void 0.000118
+gallium_dri.so free 0x5571735dbc90 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbd40 0.000130
+gallium_dri.so free 0x5571735dbdc0 void 0.000120
+gallium_dri.so free 0x5571735dbd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd40 0.000121
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x5571735dbd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbe70 0.000120
+gallium_dri.so free 0x5571735dbec0 void 0.000120
+gallium_dri.so free 0x5571735dbe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe70 0.000119
+gallium_dri.so free 0x5571735dbfc0 void 0.000125
+gallium_dri.so free 0x5571735dbe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000123
+gallium_dri.so free 0x5571735dc080 void 0.000118
+gallium_dri.so free 0x5571735dbf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc030 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000120
+gallium_dri.so free 0x5571735dc030 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc030 0.000120
+gallium_dri.so free 0x5571735dc180 void 0.000120
+gallium_dri.so free 0x5571735dc030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000118
+gallium_dri.so free 0x5571735dc240 void 0.000120
+gallium_dri.so free 0x5571735dc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000120
+gallium_dri.so free 0x5571735dc340 void 0.000120
+gallium_dri.so free 0x5571735dc1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000118
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so free 0x5571735dc2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000119
+gallium_dri.so free 0x5571735dc440 void 0.000117
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000120
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc540 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000125
+gallium_dri.so free 0x5571735dc540 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000120
+gallium_dri.so free 0x5571735dc740 void 0.000121
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc760 0.000119
+gallium_dri.so free 0x5571735dc800 void 0.000120
+gallium_dri.so free 0x5571735dc760 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000117
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000119
+gallium_dri.so free 0x5571735dc900 void 0.000128
+gallium_dri.so free 0x5571735dc7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc900 0.000116
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so free 0x5571735dc900 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc900 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc900 0.000116
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dc900 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000117
+gallium_dri.so free 0x5571735dcaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000116
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dccd0 0.000116
+gallium_dri.so free 0x5571735dcd40 void 0.000117
+gallium_dri.so free 0x5571735dccd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd60 0.000115
+gallium_dri.so free 0x5571735dce00 void 0.000117
+gallium_dri.so free 0x5571735dcd60 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000116
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000117
+gallium_dri.so free 0x5571735dcf00 void 0.000172
+gallium_dri.so free 0x5571735dcdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf00 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf00 0.000120
+gallium_dri.so free 0x5571735dd0c0 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000117
+gallium_dri.so free 0x5571735dd100 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd070 0.000120
+gallium_dri.so free 0x5571735dd1c0 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd200 0.000120
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd200 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd280 0.000118
+gallium_dri.so free 0x5571735dd340 void 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd280 0.000120
+gallium_dri.so free 0x5571735dd3c0 void 0.000117
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735dd440 void 0.000122
+gallium_dri.so free 0x5571735dd3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000126
+gallium_dri.so free 0x5571735dd540 void 0.000122
+gallium_dri.so free 0x5571735dd3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd580 0.000116
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd600 0.000116
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so free 0x5571735dd600 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd600 0.000116
+gallium_dri.so free 0x5571735dd740 void 0.000122
+gallium_dri.so free 0x5571735dd600 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd770 0.000115
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so free 0x5571735dd770 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd770 0.000115
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd770 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd870 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000116
+gallium_dri.so free 0x5571735dda00 void 0.000116
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000116
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000126
+gallium_dri.so free 0x5571735ddb80 void 0.000117
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb30 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc50 0.000114
+gallium_dri.so free 0x5571735ddcc0 void 0.000115
+gallium_dri.so free 0x5571735ddc50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddce0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddd30 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddf40 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000116
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000177
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000116
+gallium_dri.so free 0x5571735de200 void 0.000116
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de250 0.000116
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so free 0x5571735de250 void 0.000114
+gallium_dri.so malloc 72 0x5571735de300 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000116
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so malloc 72 0x5571735de300 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so malloc 72 0x5571735de430 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000116
+gallium_dri.so free 0x5571735de430 void 0.000115
+gallium_dri.so malloc 72 0x5571735de430 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de430 void 0.000115
+gallium_dri.so malloc 72 0x5571735de530 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de530 void 0.000115
+gallium_dri.so malloc 72 0x5571735de5f0 0.000114
+gallium_dri.so free 0x5571735de680 void 0.000116
+gallium_dri.so free 0x5571735de5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000127
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de7b0 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x5571735de7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7b0 0.000115
+gallium_dri.so free 0x5571735de900 void 0.000115
+gallium_dri.so free 0x5571735de7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8b0 0.000114
+gallium_dri.so free 0x5571735de9c0 void 0.000115
+gallium_dri.so free 0x5571735de8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de970 0.000116
+gallium_dri.so free 0x5571735dea00 void 0.000115
+gallium_dri.so free 0x5571735de970 void 0.000115
+gallium_dri.so malloc 72 0x5571735de970 0.000116
+gallium_dri.so free 0x5571735deac0 void 0.000115
+gallium_dri.so free 0x5571735de970 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb00 0.000115
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb80 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb80 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000116
+gallium_dri.so free 0x5571735deb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ded20 0.000127
+gallium_dri.so free 0x5571735dedc0 void 0.000117
+gallium_dri.so free 0x5571735ded20 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000116
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735ded70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ded70 0.000115
+gallium_dri.so free 0x5571735deec0 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735deec0 0.000114
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deec0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deec0 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000116
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df0b0 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df170 0.000116
+gallium_dri.so free 0x5571735df240 void 0.000116
+gallium_dri.so free 0x5571735df170 void 0.000115
+gallium_dri.so malloc 72 0x5571735df290 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000115
+gallium_dri.so free 0x5571735df290 void 0.000114
+gallium_dri.so malloc 72 0x5571735df320 0.000112
+gallium_dri.so free 0x5571735df3c0 void 0.000120
+gallium_dri.so free 0x5571735df320 void 0.000117
+gallium_dri.so malloc 72 0x5571735df370 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000116
+gallium_dri.so free 0x5571735df370 void 0.000114
+gallium_dri.so malloc 72 0x5571735df370 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df370 void 0.000115
+gallium_dri.so malloc 72 0x5571735df4c0 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df4c0 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000117
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so free 0x5571735df630 void 0.000116
+gallium_dri.so malloc 72 0x5571735df7c0 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df840 0.000120
+gallium_dri.so free 0x5571735df900 void 0.000115
+gallium_dri.so free 0x5571735df840 void 0.000116
+gallium_dri.so malloc 72 0x5571735df840 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000125
+gallium_dri.so free 0x5571735df840 void 0.000116
+gallium_dri.so malloc 72 0x5571735df9b0 0.000117
+gallium_dri.so free 0x5571735dfa00 void 0.000116
+gallium_dri.so free 0x5571735df9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df9b0 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000116
+gallium_dri.so free 0x5571735df9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb40 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000117
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfd30 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfd30 0.000116
+gallium_dri.so free 0x5571735dfe80 void 0.000117
+gallium_dri.so free 0x5571735dfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe30 0.000116
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000116
+gallium_dri.so free 0x5571735dfef0 void 0.000178
+gallium_dri.so malloc 72 0x5571735dfef0 0.000239
+gallium_dri.so free 0x5571735e0140 void 0.000238
+gallium_dri.so free 0x5571735dfef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e00f0 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000119
+gallium_dri.so free 0x5571735e00f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0210 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000117
+gallium_dri.so free 0x5571735e0210 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02a0 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000125
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000120
+gallium_dri.so free 0x5571735e05c0 void 0.000119
+gallium_dri.so free 0x5571735e0500 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0500 0.000122
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000117
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0810 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000117
+gallium_dri.so free 0x5571735e0810 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08c0 0.000116
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so free 0x5571735e08c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e08c0 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000117
+gallium_dri.so free 0x5571735e08c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e09f0 0.000118
+gallium_dri.so free 0x5571735e0a40 void 0.000118
+gallium_dri.so free 0x5571735e09f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e09f0 0.000116
+gallium_dri.so free 0x5571735e0b40 void 0.000111
+gallium_dri.so free 0x5571735e09f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0af0 0.000110
+gallium_dri.so free 0x5571735e0c00 void 0.000110
+gallium_dri.so free 0x5571735e0af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000110
+gallium_dri.so free 0x5571735e0c40 void 0.000111
+gallium_dri.so free 0x5571735e0bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000109
+gallium_dri.so free 0x5571735e0d00 void 0.000111
+gallium_dri.so free 0x5571735e0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d70 0.000110
+gallium_dri.so free 0x5571735e0dc0 void 0.000111
+gallium_dri.so free 0x5571735e0d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0d70 0.000111
+gallium_dri.so free 0x5571735e0ec0 void 0.000111
+gallium_dri.so free 0x5571735e0d70 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0e70 0.000111
+gallium_dri.so free 0x5571735e0f80 void 0.000110
+gallium_dri.so free 0x5571735e0e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0f30 0.000110
+gallium_dri.so free 0x5571735e0fc0 void 0.000110
+gallium_dri.so free 0x5571735e0f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0f30 0.000111
+gallium_dri.so free 0x5571735e1080 void 0.000111
+gallium_dri.so free 0x5571735e0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e10c0 0.000110
+gallium_dri.so free 0x5571735e1140 void 0.000126
+gallium_dri.so free 0x5571735e10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1140 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000117
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e12e0 0.000118
+gallium_dri.so free 0x5571735e1380 void 0.000118
+gallium_dri.so free 0x5571735e12e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735e1400 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000125
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1480 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000117
+gallium_dri.so free 0x5571735e1480 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1670 0.000119
+gallium_dri.so free 0x5571735e1780 void 0.000124
+gallium_dri.so free 0x5571735e1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1850 0.000118
+gallium_dri.so free 0x5571735e18c0 void 0.000117
+gallium_dri.so free 0x5571735e1850 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18e0 0.000118
+gallium_dri.so free 0x5571735e1980 void 0.000118
+gallium_dri.so free 0x5571735e18e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1930 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1930 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000117
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000117
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so free 0x5571735e1bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000120
+gallium_dri.so free 0x5571735e1d40 void 0.000118
+gallium_dri.so free 0x5571735e1bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d80 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1e00 0.000119
+gallium_dri.so free 0x5571735e1ec0 void 0.000117
+gallium_dri.so free 0x5571735e1e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000117
+gallium_dri.so free 0x5571735e1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f70 0.000117
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2100 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2180 0.000118
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2180 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e22f0 0.000120
+gallium_dri.so free 0x5571735e2340 void 0.000118
+gallium_dri.so free 0x5571735e22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000119
+gallium_dri.so free 0x5571735e22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23f0 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000118
+gallium_dri.so free 0x5571735e23f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000123
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000119
+gallium_dri.so free 0x5571735e2700 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26b0 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e26b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e27d0 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e27d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2860 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000117
+gallium_dri.so free 0x5571735e2860 void 0.000164
+gallium_dri.so malloc 72 0x5571735e28b0 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000118
+gallium_dri.so free 0x5571735e2b80 void 0.000118
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000118
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2dd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e80 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000129
+gallium_dri.so free 0x5571735e2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e80 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so free 0x5571735e2e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000117
+gallium_dri.so free 0x5571735e3000 void 0.000117
+gallium_dri.so free 0x5571735e2fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000119
+gallium_dri.so free 0x5571735e3100 void 0.000117
+gallium_dri.so free 0x5571735e2fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e30b0 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000118
+gallium_dri.so free 0x5571735e30b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3170 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x5571735e3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3170 0.000117
+gallium_dri.so free 0x5571735e32c0 void 0.000117
+gallium_dri.so free 0x5571735e3170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3330 0.000118
+gallium_dri.so free 0x5571735e3380 void 0.000119
+gallium_dri.so free 0x5571735e3330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3330 0.000118
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e3330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3430 0.000117
+gallium_dri.so free 0x5571735e3540 void 0.000123
+gallium_dri.so free 0x5571735e3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e34f0 0.000117
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3680 0.000137
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3700 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000117
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3700 0.000126
+gallium_dri.so free 0x5571735883c0 void 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000117
+gallium_dri.so free 0x557173588400 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000117
+gallium_dri.so free 0x5571735884c0 void 0.000120
+gallium_dri.so free 0x557173588370 void 0.000117
+gallium_dri.so malloc 72 0x557173588500 0.000117
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so free 0x557173588500 void 0.000117
+gallium_dri.so malloc 72 0x557173588580 0.000126
+gallium_dri.so free 0x557173588640 void 0.000118
+gallium_dri.so free 0x557173588580 void 0.000119
+gallium_dri.so malloc 72 0x557173588580 0.000117
+gallium_dri.so free 0x5571735886c0 void 0.000118
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so malloc 72 0x5571735886f0 0.000118
+gallium_dri.so free 0x557173588740 void 0.000118
+gallium_dri.so free 0x5571735886f0 void 0.000117
+gallium_dri.so malloc 72 0x557173588740 0.000118
+gallium_dri.so free 0x557173588800 void 0.000117
+gallium_dri.so free 0x557173588740 void 0.000117
+gallium_dri.so malloc 72 0x557173588740 0.000118
+gallium_dri.so free 0x557173588900 void 0.000118
+gallium_dri.so free 0x557173588740 void 0.000117
+gallium_dri.so malloc 72 0x5571735888b0 0.000117
+gallium_dri.so free 0x5571735889c0 void 0.000118
+gallium_dri.so free 0x5571735888b0 void 0.000114
+gallium_dri.so malloc 72 0x557173588970 0.000117
+gallium_dri.so free 0x557173588a00 void 0.000118
+gallium_dri.so free 0x557173588970 void 0.000117
+gallium_dri.so malloc 72 0x557173588970 0.000117
+gallium_dri.so free 0x557173588ac0 void 0.000117
+gallium_dri.so free 0x557173588970 void 0.000119
+gallium_dri.so malloc 72 0x557173588b00 0.000118
+gallium_dri.so free 0x557173588b80 void 0.000117
+gallium_dri.so free 0x557173588b00 void 0.000125
+gallium_dri.so malloc 72 0x557173588b80 0.000120
+gallium_dri.so free 0x557173588c40 void 0.000117
+gallium_dri.so free 0x557173588b80 void 0.000118
+gallium_dri.so malloc 72 0x557173588b80 0.000120
+gallium_dri.so free 0x557173588cc0 void 0.000119
+gallium_dri.so free 0x557173588b80 void 0.000118
+gallium_dri.so malloc 72 0x557173588b80 0.000118
+gallium_dri.so free 0x557173588d80 void 0.000119
+gallium_dri.so free 0x557173588b80 void 0.000118
+gallium_dri.so malloc 72 0x557173588b80 0.000117
+gallium_dri.so free 0x557173588e40 void 0.000119
+gallium_dri.so free 0x557173588b80 void 0.000118
+gallium_dri.so malloc 72 0x557173588df0 0.000118
+gallium_dri.so free 0x557173588ec0 void 0.000119
+gallium_dri.so free 0x557173588df0 void 0.000118
+gallium_dri.so malloc 72 0x557173588f10 0.000117
+gallium_dri.so free 0x557173588f80 void 0.000118
+gallium_dri.so free 0x557173588f10 void 0.000120
+gallium_dri.so malloc 72 0x557173588fa0 0.000120
+gallium_dri.so free 0x557173589040 void 0.000118
+gallium_dri.so free 0x557173588fa0 void 0.000118
+gallium_dri.so malloc 72 0x557173588ff0 0.000118
+gallium_dri.so free 0x5571735890c0 void 0.000118
+gallium_dri.so free 0x557173588ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173588ff0 0.000118
+gallium_dri.so free 0x5571735891c0 void 0.000118
+gallium_dri.so free 0x557173588ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173589170 0.000118
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so free 0x557173589170 void 0.000117
+gallium_dri.so malloc 72 0x557173589290 0.000118
+gallium_dri.so free 0x557173589300 void 0.000118
+gallium_dri.so free 0x557173589290 void 0.000118
+gallium_dri.so malloc 72 0x557173589320 0.000117
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589320 void 0.000117
+gallium_dri.so malloc 72 0x557173589370 0.000118
+gallium_dri.so free 0x557173589440 void 0.000118
+gallium_dri.so free 0x557173589370 void 0.000117
+gallium_dri.so malloc 72 0x557173589370 0.000116
+gallium_dri.so free 0x5571735894c0 void 0.000118
+gallium_dri.so free 0x557173589370 void 0.000119
+gallium_dri.so malloc 72 0x5571735894c0 0.000119
+gallium_dri.so free 0x557173589580 void 0.000118
+gallium_dri.so free 0x5571735894c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735894c0 0.000118
+gallium_dri.so free 0x557173589680 void 0.000117
+gallium_dri.so free 0x5571735894c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735894c0 0.000119
+gallium_dri.so free 0x557173589700 void 0.000119
+gallium_dri.so free 0x5571735894c0 void 0.000117
+gallium_dri.so malloc 72 0x557173589730 0.000118
+gallium_dri.so free 0x557173589780 void 0.000126
+gallium_dri.so free 0x557173589730 void 0.000110
+gallium_dri.so malloc 72 0x557173589730 0.000109
+gallium_dri.so free 0x557173589880 void 0.000109
+gallium_dri.so free 0x557173589730 void 0.000110
+gallium_dri.so malloc 72 0x557173589830 0.000109
+gallium_dri.so free 0x557173589940 void 0.000109
+gallium_dri.so free 0x557173589830 void 0.000110
+gallium_dri.so malloc 72 0x5571735898f0 0.000109
+gallium_dri.so free 0x557173589980 void 0.000109
+gallium_dri.so free 0x5571735898f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735898f0 0.000109
+gallium_dri.so free 0x557173589a40 void 0.000110
+gallium_dri.so free 0x5571735898f0 void 0.000110
+gallium_dri.so malloc 72 0x557173589a90 0.000137
+gallium_dri.so free 0x557173589b00 void 0.000110
+gallium_dri.so free 0x557173589a90 void 0.000110
+gallium_dri.so malloc 72 0x557173589b40 0.000109
+gallium_dri.so free 0x557173589bc0 void 0.000110
+gallium_dri.so free 0x557173589b40 void 0.000109
+gallium_dri.so malloc 72 0x557173589bc0 0.000109
+gallium_dri.so free 0x557173589c80 void 0.000110
+gallium_dri.so free 0x557173589bc0 void 0.000111
+gallium_dri.so malloc 72 0x557173589bc0 0.000111
+gallium_dri.so free 0x557173589d00 void 0.000111
+gallium_dri.so free 0x557173589bc0 void 0.000109
+gallium_dri.so malloc 72 0x557173589d30 0.000108
+gallium_dri.so free 0x557173589d80 void 0.000110
+gallium_dri.so free 0x557173589d30 void 0.000117
+gallium_dri.so malloc 72 0x557173589d30 0.000120
+gallium_dri.so free 0x557173589e80 void 0.000113
+gallium_dri.so free 0x557173589d30 void 0.000117
+gallium_dri.so malloc 72 0x557173589e30 0.000122
+gallium_dri.so free 0x557173589f40 void 0.000122
+gallium_dri.so free 0x557173589e30 void 0.000119
+gallium_dri.so malloc 72 0x557173589ef0 0.000122
+gallium_dri.so free 0x557173589fc0 void 0.000118
+gallium_dri.so free 0x557173589ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173589fe0 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000113
+gallium_dri.so free 0x557173589fe0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a030 0.000112
+gallium_dri.so free 0x55717358a100 void 0.000113
+gallium_dri.so free 0x55717358a030 void 0.000112
+gallium_dri.so malloc 72 0x55717358a030 0.000112
+gallium_dri.so free 0x55717358a180 void 0.000113
+gallium_dri.so free 0x55717358a030 void 0.000111
+gallium_dri.so malloc 72 0x55717358a180 0.000111
+gallium_dri.so free 0x55717358a240 void 0.000113
+gallium_dri.so free 0x55717358a180 void 0.000112
+gallium_dri.so malloc 72 0x55717358a180 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000113
+gallium_dri.so free 0x55717358a180 void 0.000113
+gallium_dri.so malloc 72 0x55717358a180 0.000113
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so free 0x55717358a180 void 0.000188
+gallium_dri.so malloc 72 0x55717358a370 0.000114
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so free 0x55717358a370 void 0.000112
+gallium_dri.so malloc 72 0x55717358a370 0.000111
+gallium_dri.so free 0x55717358a4c0 void 0.000113
+gallium_dri.so free 0x55717358a370 void 0.000111
+gallium_dri.so malloc 72 0x55717358a470 0.000112
+gallium_dri.so free 0x55717358a580 void 0.000114
+gallium_dri.so free 0x55717358a470 void 0.000112
+gallium_dri.so malloc 72 0x55717358a530 0.000112
+gallium_dri.so free 0x55717358a5c0 void 0.000114
+gallium_dri.so free 0x55717358a530 void 0.000112
+gallium_dri.so malloc 72 0x55717358a530 0.000112
+gallium_dri.so free 0x55717358a680 void 0.000113
+gallium_dri.so free 0x55717358a530 void 0.000112
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a740 void 0.000112
+gallium_dri.so free 0x55717358a6c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a740 0.000113
+gallium_dri.so free 0x55717358a800 void 0.000113
+gallium_dri.so free 0x55717358a740 void 0.000111
+gallium_dri.so malloc 72 0x55717358a740 0.000111
+gallium_dri.so free 0x55717358a8c0 void 0.000115
+gallium_dri.so free 0x55717358a740 void 0.000111
+gallium_dri.so malloc 72 0x55717358a8e0 0.000111
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a8e0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a930 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000115
+gallium_dri.so free 0x55717358a930 void 0.000113
+gallium_dri.so malloc 72 0x55717358a930 0.000112
+gallium_dri.so free 0x55717358aa80 void 0.000111
+gallium_dri.so free 0x55717358a930 void 0.000112
+gallium_dri.so malloc 72 0x55717358aa80 0.000112
+gallium_dri.so free 0x55717358ab40 void 0.000111
+gallium_dri.so free 0x55717358aa80 void 0.000112
+gallium_dri.so malloc 72 0x55717358aa80 0.000116
+gallium_dri.so free 0x55717358ac00 void 0.000125
+gallium_dri.so free 0x55717358aa80 void 0.000118
+gallium_dri.so malloc 72 0x55717358aa80 0.000113
+gallium_dri.so free 0x55717358acc0 void 0.000113
+gallium_dri.so free 0x55717358aa80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ac70 0.000120
+gallium_dri.so free 0x55717358ad80 void 0.000123
+gallium_dri.so free 0x55717358ac70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ad30 0.000121
+gallium_dri.so free 0x55717358ae00 void 0.000123
+gallium_dri.so free 0x55717358ad30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ae50 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000120
+gallium_dri.so free 0x55717358ae50 void 0.000114
+gallium_dri.so malloc 72 0x55717358aee0 0.000114
+gallium_dri.so free 0x55717358af80 void 0.000127
+gallium_dri.so free 0x55717358aee0 void 0.000113
+gallium_dri.so malloc 72 0x55717358af30 0.000112
+gallium_dri.so free 0x55717358b000 void 0.000114
+gallium_dri.so free 0x55717358af30 void 0.000113
+gallium_dri.so malloc 72 0x55717358af30 0.000112
+gallium_dri.so free 0x55717358b080 void 0.000113
+gallium_dri.so free 0x55717358af30 void 0.000112
+gallium_dri.so malloc 72 0x55717358b080 0.000112
+gallium_dri.so free 0x55717358b140 void 0.000112
+gallium_dri.so free 0x55717358b080 void 0.000112
+gallium_dri.so malloc 72 0x55717358b080 0.000113
+gallium_dri.so free 0x55717358b240 void 0.000113
+gallium_dri.so free 0x55717358b080 void 0.000112
+gallium_dri.so malloc 72 0x55717358b1f0 0.000113
+gallium_dri.so free 0x55717358b280 void 0.000113
+gallium_dri.so free 0x55717358b1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b1f0 0.000112
+gallium_dri.so free 0x55717358b340 void 0.000133
+gallium_dri.so free 0x55717358b1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b380 0.000113
+gallium_dri.so free 0x55717358b400 void 0.000116
+gallium_dri.so free 0x55717358b380 void 0.000112
+gallium_dri.so malloc 72 0x55717358b400 0.000113
+gallium_dri.so free 0x55717358b4c0 void 0.000113
+gallium_dri.so free 0x55717358b400 void 0.000112
+gallium_dri.so malloc 72 0x55717358b400 0.000112
+gallium_dri.so free 0x55717358b540 void 0.000157
+gallium_dri.so free 0x55717358b400 void 0.000116
+gallium_dri.so malloc 72 0x55717358b570 0.000113
+gallium_dri.so free 0x55717358b5c0 void 0.000113
+gallium_dri.so free 0x55717358b570 void 0.000112
+gallium_dri.so malloc 72 0x55717358b570 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so free 0x55717358b570 void 0.000113
+gallium_dri.so malloc 72 0x55717358b700 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000112
+gallium_dri.so free 0x55717358b700 void 0.000113
+gallium_dri.so malloc 72 0x55717358b780 0.000111
+gallium_dri.so free 0x55717358b840 void 0.000112
+gallium_dri.so free 0x55717358b780 void 0.000113
+gallium_dri.so malloc 72 0x55717358b780 0.000112
+gallium_dri.so free 0x55717358b8c0 void 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8f0 0.000112
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b8f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358b8f0 0.000111
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so free 0x55717358b8f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358b9f0 0.000114
+gallium_dri.so free 0x55717358bb00 void 0.000113
+gallium_dri.so free 0x55717358b9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bab0 0.000113
+gallium_dri.so free 0x55717358bb80 void 0.000113
+gallium_dri.so free 0x55717358bab0 void 0.000124
+gallium_dri.so malloc 72 0x55717358bab0 0.000113
+gallium_dri.so free 0x55717358bc40 void 0.000112
+gallium_dri.so free 0x55717358bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bab0 0.000113
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so free 0x55717358bab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bcb0 0.000119
+gallium_dri.so free 0x55717358bd80 void 0.000118
+gallium_dri.so free 0x55717358bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bdd0 0.000116
+gallium_dri.so free 0x55717358be40 void 0.000113
+gallium_dri.so free 0x55717358bdd0 void 0.000114
+gallium_dri.so malloc 72 0x55717358be60 0.000111
+gallium_dri.so free 0x55717358bf00 void 0.000118
+gallium_dri.so free 0x55717358be60 void 0.000114
+gallium_dri.so malloc 72 0x55717358beb0 0.000112
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so free 0x55717358beb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000112
+gallium_dri.so free 0x55717358c040 void 0.000113
+gallium_dri.so free 0x55717358bf80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000115
+gallium_dri.so free 0x55717358c0c0 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000112
+gallium_dri.so malloc 72 0x55717358c0c0 0.000112
+gallium_dri.so free 0x55717358c180 void 0.000113
+gallium_dri.so free 0x55717358c0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c0c0 0.000115
+gallium_dri.so free 0x55717358c240 void 0.000113
+gallium_dri.so free 0x55717358c0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c0c0 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000114
+gallium_dri.so free 0x55717358c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c2b0 0.000113
+gallium_dri.so free 0x55717358c380 void 0.000113
+gallium_dri.so free 0x55717358c2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c3d0 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000112
+gallium_dri.so free 0x55717358c3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c480 0.000112
+gallium_dri.so free 0x55717358c500 void 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000112
+gallium_dri.so malloc 72 0x55717358c480 0.000113
+gallium_dri.so free 0x55717358c580 void 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000113
+gallium_dri.so malloc 72 0x55717358c5b0 0.000112
+gallium_dri.so free 0x55717358c600 void 0.000113
+gallium_dri.so free 0x55717358c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c5b0 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6b0 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so free 0x55717358c6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c770 0.000126
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so free 0x55717358c770 void 0.000113
+gallium_dri.so malloc 72 0x55717358c770 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000113
+gallium_dri.so free 0x55717358c770 void 0.000112
+gallium_dri.so malloc 72 0x55717358c930 0.000114
+gallium_dri.so free 0x55717358c980 void 0.000112
+gallium_dri.so free 0x55717358c930 void 0.000113
+gallium_dri.so malloc 72 0x55717358c930 0.000112
+gallium_dri.so free 0x55717358ca80 void 0.000115
+gallium_dri.so free 0x55717358c930 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca30 0.000113
+gallium_dri.so free 0x55717358cb40 void 0.000113
+gallium_dri.so free 0x55717358ca30 void 0.000112
+gallium_dri.so malloc 72 0x55717358caf0 0.000112
+gallium_dri.so free 0x55717358cb80 void 0.000114
+gallium_dri.so free 0x55717358caf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358caf0 0.000113
+gallium_dri.so free 0x55717358cc40 void 0.000112
+gallium_dri.so free 0x55717358caf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cc80 0.000113
+gallium_dri.so free 0x55717358cd00 void 0.000114
+gallium_dri.so free 0x55717358cc80 void 0.000134
+gallium_dri.so malloc 72 0x55717358cd00 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000114
+gallium_dri.so free 0x55717358cd00 void 0.000112
+gallium_dri.so malloc 72 0x55717358cd00 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000125
+gallium_dri.so free 0x55717358cd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358cea0 0.000117
+gallium_dri.so free 0x55717358cf40 void 0.000113
+gallium_dri.so free 0x55717358cea0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cef0 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cef0 0.000112
+gallium_dri.so free 0x55717358d040 void 0.000113
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d040 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000113
+gallium_dri.so free 0x55717358d040 void 0.000112
+gallium_dri.so malloc 72 0x55717358d040 0.000112
+gallium_dri.so free 0x55717358d1c0 void 0.000116
+gallium_dri.so free 0x55717358d040 void 0.000112
+gallium_dri.so malloc 72 0x55717358d040 0.000112
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so free 0x55717358d040 void 0.000113
+gallium_dri.so malloc 72 0x55717358d230 0.000113
+gallium_dri.so free 0x55717358d340 void 0.000113
+gallium_dri.so free 0x55717358d230 void 0.000113
+gallium_dri.so malloc 72 0x55717358d2f0 0.000113
+gallium_dri.so free 0x55717358d3c0 void 0.000114
+gallium_dri.so free 0x55717358d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d410 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000160
+gallium_dri.so free 0x55717358d410 void 0.000115
+gallium_dri.so malloc 72 0x55717358d4a0 0.000112
+gallium_dri.so free 0x55717358d540 void 0.000113
+gallium_dri.so free 0x55717358d4a0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d4f0 0.000113
+gallium_dri.so free 0x55717358d5c0 void 0.000115
+gallium_dri.so free 0x55717358d4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d4f0 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000113
+gallium_dri.so free 0x55717358d4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d640 0.000112
+gallium_dri.so free 0x55717358d700 void 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000112
+gallium_dri.so malloc 72 0x55717358d640 0.000112
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d640 void 0.000111
+gallium_dri.so malloc 72 0x55717358d7b0 0.000111
+gallium_dri.so free 0x55717358d840 void 0.000113
+gallium_dri.so free 0x55717358d7b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358d7b0 0.000112
+gallium_dri.so free 0x55717358d900 void 0.000114
+gallium_dri.so free 0x55717358d7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d940 0.000112
+gallium_dri.so free 0x55717358d9c0 void 0.000113
+gallium_dri.so free 0x55717358d940 void 0.000111
+gallium_dri.so malloc 72 0x55717358d9c0 0.000113
+gallium_dri.so free 0x55717358da80 void 0.000114
+gallium_dri.so free 0x55717358d9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d9c0 0.000112
+gallium_dri.so free 0x55717358db00 void 0.000113
+gallium_dri.so free 0x55717358d9c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358db30 0.000113
+gallium_dri.so free 0x55717358db80 void 0.000115
+gallium_dri.so free 0x55717358db30 void 0.000113
+gallium_dri.so malloc 72 0x55717358db30 0.000112
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so free 0x55717358db30 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcc0 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd40 0.000112
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd40 0.000113
+gallium_dri.so free 0x55717358de80 void 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000111
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000113
+gallium_dri.so free 0x55717358deb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so free 0x55717358deb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dfb0 0.000113
+gallium_dri.so free 0x55717358e0c0 void 0.000113
+gallium_dri.so free 0x55717358dfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e070 0.000106
+gallium_dri.so free 0x55717358e140 void 0.000116
+gallium_dri.so free 0x55717358e070 void 0.000114
+gallium_dri.so malloc 72 0x55717358e070 0.000112
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so free 0x55717358e070 void 0.000113
+gallium_dri.so malloc 72 0x55717358e070 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e070 void 0.000113
+gallium_dri.so malloc 72 0x55717358e270 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e270 void 0.000120
+gallium_dri.so malloc 72 0x55717358e390 0.000115
+gallium_dri.so free 0x55717358e400 void 0.000115
+gallium_dri.so free 0x55717358e390 void 0.000114
+gallium_dri.so malloc 72 0x55717358e420 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e420 void 0.000114
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000116
+gallium_dri.so free 0x55717358e470 void 0.000113
+gallium_dri.so malloc 72 0x55717358e540 0.000115
+gallium_dri.so free 0x55717358e600 void 0.000115
+gallium_dri.so free 0x55717358e540 void 0.000114
+gallium_dri.so malloc 72 0x55717358e540 0.000114
+gallium_dri.so free 0x55717358e680 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so malloc 72 0x55717358e680 0.000124
+gallium_dri.so free 0x55717358e740 void 0.000115
+gallium_dri.so free 0x55717358e680 void 0.000112
+gallium_dri.so malloc 72 0x55717358e680 0.000113
+gallium_dri.so free 0x55717358e800 void 0.000114
+gallium_dri.so free 0x55717358e680 void 0.000112
+gallium_dri.so malloc 72 0x55717358e680 0.000112
+gallium_dri.so free 0x55717358e8c0 void 0.000112
+gallium_dri.so free 0x55717358e680 void 0.000112
+gallium_dri.so malloc 72 0x55717358e870 0.000113
+gallium_dri.so free 0x55717358e940 void 0.000113
+gallium_dri.so free 0x55717358e870 void 0.000112
+gallium_dri.so malloc 72 0x55717358e990 0.000112
+gallium_dri.so free 0x55717358ea00 void 0.000113
+gallium_dri.so free 0x55717358e990 void 0.000112
+gallium_dri.so malloc 72 0x55717358ea40 0.000113
+gallium_dri.so free 0x55717358eac0 void 0.000113
+gallium_dri.so free 0x55717358ea40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ea40 0.000112
+gallium_dri.so free 0x55717358eb40 void 0.000113
+gallium_dri.so free 0x55717358ea40 void 0.000112
+gallium_dri.so malloc 72 0x55717358eb70 0.000113
+gallium_dri.so free 0x55717358ebc0 void 0.000114
+gallium_dri.so free 0x55717358eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb70 0.000114
+gallium_dri.so free 0x55717358ecc0 void 0.000112
+gallium_dri.so free 0x55717358eb70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec70 0.000112
+gallium_dri.so free 0x55717358ed80 void 0.000126
+gallium_dri.so free 0x55717358ec70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed30 0.000112
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so free 0x55717358ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed30 0.000112
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so free 0x55717358ed30 void 0.000112
+gallium_dri.so malloc 72 0x55717358eef0 0.000112
+gallium_dri.so free 0x55717358ef40 void 0.000112
+gallium_dri.so free 0x55717358eef0 void 0.000115
+gallium_dri.so malloc 72 0x55717358eef0 0.000118
+gallium_dri.so free 0x55717358f040 void 0.000115
+gallium_dri.so free 0x55717358eef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eff0 0.000113
+gallium_dri.so free 0x55717358f100 void 0.000116
+gallium_dri.so free 0x55717358eff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0b0 0.000113
+gallium_dri.so free 0x55717358f140 void 0.000115
+gallium_dri.so free 0x55717358f0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f0b0 0.000113
+gallium_dri.so free 0x55717358f200 void 0.000114
+gallium_dri.so free 0x55717358f0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f240 0.000112
+gallium_dri.so free 0x55717358f2c0 void 0.000112
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2c0 0.000112
+gallium_dri.so free 0x55717358f380 void 0.000112
+gallium_dri.so free 0x55717358f2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f2c0 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000115
+gallium_dri.so free 0x55717358f2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f460 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so free 0x55717358f460 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so free 0x55717358f4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f600 void 0.000116
+gallium_dri.so free 0x55717358f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f600 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000115
+gallium_dri.so free 0x55717358f600 void 0.000114
+gallium_dri.so malloc 72 0x55717358f600 0.000113
+gallium_dri.so free 0x55717358f780 void 0.000115
+gallium_dri.so free 0x55717358f600 void 0.000114
+gallium_dri.so malloc 72 0x55717358f600 0.000114
+gallium_dri.so free 0x55717358f840 void 0.000114
+gallium_dri.so free 0x55717358f600 void 0.000113
+gallium_dri.so malloc 72 0x55717358f7f0 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so free 0x55717358f7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f8b0 0.000113
+gallium_dri.so free 0x55717358f980 void 0.000116
+gallium_dri.so free 0x55717358f8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f9d0 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000113
+gallium_dri.so free 0x55717358f9d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fa60 0.000112
+gallium_dri.so free 0x55717358fb00 void 0.000113
+gallium_dri.so free 0x55717358fa60 void 0.000113
+gallium_dri.so malloc 72 0x55717358fab0 0.000112
+gallium_dri.so free 0x55717358fb80 void 0.000112
+gallium_dri.so free 0x55717358fab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fab0 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000113
+gallium_dri.so free 0x55717358fab0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc00 0.000114
+gallium_dri.so free 0x55717358fcc0 void 0.000114
+gallium_dri.so free 0x55717358fc00 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc00 0.000113
+gallium_dri.so free 0x55717358fdc0 void 0.000113
+gallium_dri.so free 0x55717358fc00 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd70 0.000112
+gallium_dri.so free 0x55717358fe00 void 0.000112
+gallium_dri.so free 0x55717358fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd70 0.000112
+gallium_dri.so free 0x55717358fec0 void 0.000113
+gallium_dri.so free 0x55717358fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ff00 0.000111
+gallium_dri.so free 0x55717358ff80 void 0.000113
+gallium_dri.so free 0x55717358ff00 void 0.000111
+gallium_dri.so malloc 72 0x55717358ff80 0.000119
+gallium_dri.so free 0x557173590040 void 0.000115
+gallium_dri.so free 0x55717358ff80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff80 0.000113
+gallium_dri.so free 0x5571735900c0 void 0.000117
+gallium_dri.so free 0x55717358ff80 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x5571735900f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735900f0 0.000113
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so free 0x5571735900f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590280 0.000113
+gallium_dri.so free 0x557173590300 void 0.000115
+gallium_dri.so free 0x557173590280 void 0.000113
+gallium_dri.so malloc 72 0x557173590300 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so free 0x557173590300 void 0.000112
+gallium_dri.so malloc 72 0x557173590300 0.000114
+gallium_dri.so free 0x557173590440 void 0.000114
+gallium_dri.so free 0x557173590300 void 0.000113
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000112
+gallium_dri.so malloc 72 0x557173590470 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000115
+gallium_dri.so malloc 72 0x557173590570 0.000127
+gallium_dri.so free 0x557173590680 void 0.000114
+gallium_dri.so free 0x557173590570 void 0.000112
+gallium_dri.so malloc 72 0x557173590630 0.000112
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so free 0x557173590630 void 0.000113
+gallium_dri.so malloc 72 0x557173590630 0.000112
+gallium_dri.so free 0x5571735907c0 void 0.000114
+gallium_dri.so free 0x557173590630 void 0.000112
+gallium_dri.so malloc 72 0x557173590630 0.000113
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so free 0x557173590630 void 0.000112
+gallium_dri.so malloc 72 0x557173590830 0.000112
+gallium_dri.so free 0x557173590900 void 0.000114
+gallium_dri.so free 0x557173590830 void 0.000112
+gallium_dri.so malloc 72 0x557173590950 0.000113
+gallium_dri.so free 0x5571735909c0 void 0.000113
+gallium_dri.so free 0x557173590950 void 0.000113
+gallium_dri.so malloc 72 0x5571735909e0 0.000112
+gallium_dri.so free 0x557173590a80 void 0.000113
+gallium_dri.so free 0x5571735909e0 void 0.000112
+gallium_dri.so malloc 72 0x557173590a30 0.000113
+gallium_dri.so free 0x557173590b00 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000112
+gallium_dri.so malloc 72 0x557173590b00 0.000114
+gallium_dri.so free 0x557173590bc0 void 0.000112
+gallium_dri.so free 0x557173590b00 void 0.000113
+gallium_dri.so malloc 72 0x557173590b00 0.000112
+gallium_dri.so free 0x557173590c40 void 0.000123
+gallium_dri.so free 0x557173590b00 void 0.000114
+gallium_dri.so malloc 72 0x557173590c40 0.000113
+gallium_dri.so free 0x557173590d00 void 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000112
+gallium_dri.so malloc 72 0x557173590c40 0.000115
+gallium_dri.so free 0x557173590dc0 void 0.000114
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000112
+gallium_dri.so free 0x557173590e80 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590e30 0.000112
+gallium_dri.so free 0x557173590f00 void 0.000113
+gallium_dri.so free 0x557173590e30 void 0.000112
+gallium_dri.so malloc 72 0x557173590f50 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000113
+gallium_dri.so free 0x557173590f50 void 0.000112
+gallium_dri.so malloc 72 0x557173591000 0.000116
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so free 0x557173591000 void 0.000113
+gallium_dri.so malloc 72 0x557173591000 0.000112
+gallium_dri.so free 0x557173591100 void 0.000114
+gallium_dri.so free 0x557173591000 void 0.000112
+gallium_dri.so malloc 72 0x557173591130 0.000112
+gallium_dri.so free 0x557173591180 void 0.000114
+gallium_dri.so free 0x557173591130 void 0.000113
+gallium_dri.so malloc 72 0x557173591130 0.000112
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591130 void 0.000120
+gallium_dri.so malloc 72 0x557173591230 0.000114
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x557173591230 void 0.000113
+gallium_dri.so malloc 72 0x5571735912f0 0.000113
+gallium_dri.so free 0x557173591380 void 0.000114
+gallium_dri.so free 0x5571735912f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912f0 0.000113
+gallium_dri.so free 0x557173591440 void 0.000114
+gallium_dri.so free 0x5571735912f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735914b0 0.000114
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so free 0x5571735914b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914b0 0.000113
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so free 0x5571735914b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915b0 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000118
+gallium_dri.so free 0x5571735915b0 void 0.000119
+gallium_dri.so malloc 72 0x557173591670 0.000118
+gallium_dri.so free 0x557173591700 void 0.000121
+gallium_dri.so free 0x557173591670 void 0.000115
+gallium_dri.so malloc 72 0x557173591670 0.000114
+gallium_dri.so free 0x5571735917c0 void 0.000114
+gallium_dri.so free 0x557173591670 void 0.000112
+gallium_dri.so malloc 72 0x557173591800 0.000113
+gallium_dri.so free 0x557173591880 void 0.000114
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so malloc 72 0x557173591880 0.000112
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so free 0x557173591880 void 0.000112
+gallium_dri.so malloc 72 0x557173591880 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000114
+gallium_dri.so free 0x557173591880 void 0.000112
+gallium_dri.so malloc 72 0x557173591a20 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so free 0x557173591a20 void 0.000115
+gallium_dri.so malloc 72 0x557173591a70 0.000112
+gallium_dri.so free 0x557173591b40 void 0.000113
+gallium_dri.so free 0x557173591a70 void 0.000112
+gallium_dri.so malloc 72 0x557173591a70 0.000112
+gallium_dri.so free 0x557173591bc0 void 0.000113
+gallium_dri.so free 0x557173591a70 void 0.000122
+gallium_dri.so malloc 72 0x557173591bc0 0.000114
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so free 0x557173591bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173591bc0 0.000112
+gallium_dri.so free 0x557173591d40 void 0.000120
+gallium_dri.so free 0x557173591bc0 void 0.000125
+gallium_dri.so malloc 72 0x557173591bc0 0.000118
+gallium_dri.so free 0x557173591e00 void 0.000120
+gallium_dri.so free 0x557173591bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173591db0 0.000114
+gallium_dri.so free 0x557173591ec0 void 0.000128
+gallium_dri.so free 0x557173591db0 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000112
+gallium_dri.so free 0x557173600e80 void 0.000112
+gallium_dri.so free 0x557173591e70 void 0.000112
+gallium_dri.so malloc 72 0x557173600ed0 0.000114
+gallium_dri.so free 0x557173591f40 void 0.000113
+gallium_dri.so free 0x557173600ed0 void 0.000116
+gallium_dri.so malloc 72 0x557173600ed0 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000113
+gallium_dri.so free 0x557173600ed0 void 0.000112
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000116
+gallium_dri.so free 0x557173600f70 void 0.000114
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x5571736010c0 void 0.000113
+gallium_dri.so free 0x557173600f70 void 0.000113
+gallium_dri.so malloc 72 0x557173601070 0.000112
+gallium_dri.so free 0x557173601180 void 0.000113
+gallium_dri.so free 0x557173601070 void 0.000112
+gallium_dri.so malloc 72 0x557173601130 0.000112
+gallium_dri.so free 0x557173601200 void 0.000113
+gallium_dri.so free 0x557173601130 void 0.000113
+gallium_dri.so malloc 72 0x557173601220 0.000113
+gallium_dri.so free 0x5571736012c0 void 0.000113
+gallium_dri.so free 0x557173601220 void 0.000112
+gallium_dri.so malloc 72 0x557173601270 0.000112
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x557173601270 void 0.000184
+gallium_dri.so malloc 72 0x557173601270 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so free 0x557173601270 void 0.000113
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601540 void 0.000117
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601600 void 0.000172
+gallium_dri.so free 0x5571736013c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736015b0 0.000114
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x5571736015b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf370 0.000112
+gallium_dri.so free 0x5571735bfc80 void 0.000113
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x557173601440 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc30 0.000113
+gallium_dri.so free 0x5571736014c0 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571736014f0 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x5571736014f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf500 0.000118
+gallium_dri.so free 0x5571735bf580 void 0.000112
+gallium_dri.so free 0x5571735bf500 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf580 0.000111
+gallium_dri.so free 0x5571735bf640 void 0.000209
+gallium_dri.so free 0x5571735bf580 void 0.000157
+gallium_dri.so malloc 72 0x5571735bf580 0.000156
+gallium_dri.so free 0x5571735bf840 void 0.000122
+gallium_dri.so free 0x5571735bf580 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf860 0.000117
+gallium_dri.so free 0x5571735bf900 void 0.000113
+gallium_dri.so free 0x5571735bf860 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000111
+gallium_dri.so free 0x5571735bf980 void 0.000112
+gallium_dri.so free 0x5571735bf8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000113
+gallium_dri.so free 0x5571735bfa00 void 0.000113
+gallium_dri.so free 0x5571735bf8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa00 0.000117
+gallium_dri.so free 0x557173600e80 void 0.000123
+gallium_dri.so free 0x5571735bfa00 void 0.000126
+gallium_dri.so malloc 72 0x557173600ea0 0.000123
+gallium_dri.so free 0x557173600f40 void 0.000131
+gallium_dri.so free 0x557173600ea0 void 0.000124
+gallium_dri.so malloc 72 0x557173600ef0 0.000119
+gallium_dri.so free 0x557173600fc0 void 0.000119
+gallium_dri.so free 0x557173600ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173600fc0 0.000112
+gallium_dri.so free 0x557173601080 void 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173600fc0 0.000113
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173601100 0.000112
+gallium_dri.so free 0x5571736011c0 void 0.000114
+gallium_dri.so free 0x557173601100 void 0.000112
+gallium_dri.so malloc 72 0x557173601100 0.000112
+gallium_dri.so free 0x557173601280 void 0.000113
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so malloc 72 0x557173601100 0.000112
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x557173601100 void 0.000112
+gallium_dri.so malloc 72 0x5571736012f0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so free 0x5571736012f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000167
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000112
+gallium_dri.so free 0x5571735bffc0 void 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000122
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0030 0.000113
+gallium_dri.so free 0x5571735c0100 void 0.000113
+gallium_dri.so free 0x5571735c0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0150 0.000112
+gallium_dri.so free 0x5571735c01c0 void 0.000114
+gallium_dri.so free 0x5571735c0150 void 0.000113
+gallium_dri.so malloc 72 0x5571735c01e0 0.000113
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c01e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c03b0 0.000112
+gallium_dri.so free 0x5571735c0480 void 0.000114
+gallium_dri.so free 0x5571735c03b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04d0 0.000122
+gallium_dri.so free 0x5571735c0540 void 0.000125
+gallium_dri.so free 0x5571735c04d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0560 0.000111
+gallium_dri.so free 0x5571735c0600 void 0.000112
+gallium_dri.so free 0x5571735c0560 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05b0 0.000120
+gallium_dri.so free 0x5571735c0680 void 0.000122
+gallium_dri.so free 0x5571735c05b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735c05b0 0.000261
+gallium_dri.so free 0x5571735c0700 void 0.000281
+gallium_dri.so free 0x5571735c05b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735c0700 0.000226
+gallium_dri.so free 0x5571735c07c0 void 0.000197
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0700 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0700 0.000111
+gallium_dri.so free 0x5571735c0940 void 0.000113
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0970 0.000113
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x5571735c0970 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0970 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000113
+gallium_dri.so free 0x5571735c0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a70 0.000111
+gallium_dri.so free 0x5571735c0b80 void 0.000113
+gallium_dri.so free 0x5571735c0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b30 0.000112
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so free 0x5571735c0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b30 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000113
+gallium_dri.so free 0x5571735c0d40 void 0.000113
+gallium_dri.so free 0x5571735c0cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0d80 0.000111
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e00 0.000112
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e00 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0f70 0.000113
+gallium_dri.so free 0x5571735c0fc0 void 0.000113
+gallium_dri.so free 0x5571735c0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0f70 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735c0f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c1180 void 0.000112
+gallium_dri.so free 0x5571735c1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1130 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000114
+gallium_dri.so free 0x5571735c1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1220 0.000112
+gallium_dri.so free 0x5571735c12c0 void 0.000111
+gallium_dri.so free 0x5571735c1220 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1270 0.000111
+gallium_dri.so free 0x5571735c1340 void 0.000113
+gallium_dri.so free 0x5571735c1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1270 0.000109
+gallium_dri.so free 0x5571735c13c0 void 0.000111
+gallium_dri.so free 0x5571735c1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000116
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000112
+gallium_dri.so free 0x5571735c13c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c13c0 0.000123
+gallium_dri.so free 0x5571735c1600 void 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c15b0 0.000125
+gallium_dri.so free 0x5571735c1600 void 0.000114
+gallium_dri.so free 0x5571735c15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c15b0 0.000113
+gallium_dri.so free 0x5571735c1700 void 0.000114
+gallium_dri.so free 0x5571735c15b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c16b0 0.000112
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so free 0x5571735c16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1770 0.000112
+gallium_dri.so free 0x5571735c1800 void 0.000112
+gallium_dri.so free 0x5571735c1770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1770 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so free 0x5571735c1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1900 0.000112
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1980 0.000113
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1980 0.000112
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735c1980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b20 0.000115
+gallium_dri.so free 0x5571735c1bc0 void 0.000114
+gallium_dri.so free 0x5571735c1b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b70 0.000113
+gallium_dri.so free 0x5571735c1c40 void 0.000161
+gallium_dri.so free 0x5571735c1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b70 0.000113
+gallium_dri.so free 0x5571735c1cc0 void 0.000113
+gallium_dri.so free 0x5571735c1b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000112
+gallium_dri.so free 0x5571735c1cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000113
+gallium_dri.so free 0x5571735c1cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000114
+gallium_dri.so free 0x5571735c1fc0 void 0.000112
+gallium_dri.so free 0x5571735c1eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f70 0.000111
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2090 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so free 0x5571735c2090 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2120 0.000112
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so free 0x5571735c2120 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2170 0.000118
+gallium_dri.so free 0x5571735c2240 void 0.000158
+gallium_dri.so free 0x5571735c2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2170 0.000112
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so free 0x5571735c2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22c0 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c22c0 0.000112
+gallium_dri.so free 0x5571735c2480 void 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2430 0.000113
+gallium_dri.so free 0x5571735c24c0 void 0.000113
+gallium_dri.so free 0x5571735c2430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2430 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000112
+gallium_dri.so free 0x5571735c2640 void 0.000112
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000112
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000112
+gallium_dri.so free 0x5571735c2800 void 0.000131
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000117
+gallium_dri.so free 0x5571735c2900 void 0.000123
+gallium_dri.so free 0x5571735c27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2940 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000112
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29c0 0.000115
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c29c0 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b30 0.000112
+gallium_dri.so free 0x5571735c2c80 void 0.000113
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c30 0.000112
+gallium_dri.so free 0x5571735c2d40 void 0.000118
+gallium_dri.so free 0x5571735c2c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so free 0x5571735c2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000111
+gallium_dri.so free 0x5571735c2e80 void 0.000123
+gallium_dri.so free 0x5571735c2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000117
+gallium_dri.so free 0x5571735c2f40 void 0.000119
+gallium_dri.so free 0x5571735c2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000115
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3010 0.000114
+gallium_dri.so free 0x5571735c3080 void 0.000115
+gallium_dri.so free 0x5571735c3010 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30a0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000115
+gallium_dri.so free 0x5571735c30a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30f0 0.000115
+gallium_dri.so free 0x5571735c31c0 void 0.000115
+gallium_dri.so free 0x5571735c30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c31c0 0.000115
+gallium_dri.so free 0x5571735c3280 void 0.000116
+gallium_dri.so free 0x5571735c31c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c31c0 0.000121
+gallium_dri.so free 0x5571735c3300 void 0.000121
+gallium_dri.so free 0x5571735c31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3300 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so free 0x5571735c3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3300 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000127
+gallium_dri.so free 0x5571735c3300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3300 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735c34f0 0.000120
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3610 0.000120
+gallium_dri.so free 0x5571735c3680 void 0.000120
+gallium_dri.so free 0x5571735c3610 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36c0 0.000119
+gallium_dri.so free 0x5571735c3740 void 0.000121
+gallium_dri.so free 0x5571735c36c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c36c0 0.000116
+gallium_dri.so free 0x5571735c37c0 void 0.000119
+gallium_dri.so free 0x5571735c36c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c37f0 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000120
+gallium_dri.so free 0x5571735c37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37f0 0.000119
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so free 0x5571735c37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c38f0 0.000121
+gallium_dri.so free 0x5571735c3a00 void 0.000119
+gallium_dri.so free 0x5571735c38f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39b0 0.000183
+gallium_dri.so free 0x5571735c3a40 void 0.000118
+gallium_dri.so free 0x5571735c39b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c39b0 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b70 0.000118
+gallium_dri.so free 0x5571735c3bc0 void 0.000254
+gallium_dri.so free 0x5571735c3b70 void 0.000231
+gallium_dri.so malloc 72 0x5571735c3b70 0.000116
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3c70 0.000113
+gallium_dri.so free 0x5571735c3d80 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000112
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000111
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f40 0.000113
+gallium_dri.so free 0x5571735c4000 void 0.000121
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3f40 0.000112
+gallium_dri.so free 0x5571735c40c0 void 0.000112
+gallium_dri.so free 0x5571735c3f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c40e0 0.000111
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so free 0x5571735c40e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4130 0.000115
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4280 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000112
+gallium_dri.so free 0x5571735c4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4280 0.000112
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4280 0.000112
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4470 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so free 0x5571735c4470 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4530 0.000111
+gallium_dri.so free 0x5571735c4600 void 0.000113
+gallium_dri.so free 0x5571735c4530 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4650 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so free 0x5571735c4650 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46e0 0.000113
+gallium_dri.so free 0x5571735c4780 void 0.000113
+gallium_dri.so free 0x5571735c46e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4730 0.000117
+gallium_dri.so free 0x5571735c4800 void 0.000114
+gallium_dri.so free 0x5571735c4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4730 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000112
+gallium_dri.so free 0x5571735c4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000113
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4880 0.000112
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49f0 0.000112
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49f0 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c00 0.000181
+gallium_dri.so free 0x5571735c4cc0 void 0.000112
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c00 0.000111
+gallium_dri.so free 0x5571735c4d40 void 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4d70 0.000112
+gallium_dri.so free 0x5571735c4dc0 void 0.000110
+gallium_dri.so free 0x5571735c4d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4d70 0.000112
+gallium_dri.so free 0x5571735c4ec0 void 0.000112
+gallium_dri.so free 0x5571735c4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f00 0.000112
+gallium_dri.so free 0x5571735c4f80 void 0.000111
+gallium_dri.so free 0x5571735c4f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f80 0.000113
+gallium_dri.so free 0x5571735c5040 void 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f80 0.000111
+gallium_dri.so free 0x557173462440 void 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000119
+gallium_dri.so malloc 72 0x557173462470 0.000115
+gallium_dri.so free 0x5571734624c0 void 0.000115
+gallium_dri.so free 0x557173462470 void 0.000113
+gallium_dri.so malloc 72 0x557173462470 0.000114
+gallium_dri.so free 0x5571734625c0 void 0.000115
+gallium_dri.so free 0x557173462470 void 0.000112
+gallium_dri.so malloc 72 0x557173462570 0.000126
+gallium_dri.so free 0x557173462680 void 0.000115
+gallium_dri.so free 0x557173462570 void 0.000114
+gallium_dri.so malloc 72 0x557173462630 0.000111
+gallium_dri.so free 0x557173462700 void 0.000112
+gallium_dri.so free 0x557173462630 void 0.000112
+gallium_dri.so malloc 72 0x557173462630 0.000113
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so free 0x557173462630 void 0.000113
+gallium_dri.so malloc 72 0x557173462630 0.000113
+gallium_dri.so free 0x557173462880 void 0.000113
+gallium_dri.so free 0x557173462630 void 0.000112
+gallium_dri.so malloc 72 0x557173462830 0.000112
+gallium_dri.so free 0x557173462900 void 0.000113
+gallium_dri.so free 0x557173462830 void 0.000113
+gallium_dri.so malloc 72 0x557173462950 0.000112
+gallium_dri.so free 0x5571734629c0 void 0.000113
+gallium_dri.so free 0x557173462950 void 0.000113
+gallium_dri.so malloc 72 0x5571734629e0 0.000113
+gallium_dri.so free 0x557173462a80 void 0.000115
+gallium_dri.so free 0x5571734629e0 void 0.000113
+gallium_dri.so malloc 72 0x557173462a30 0.000112
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so free 0x557173462a30 void 0.000112
+gallium_dri.so malloc 72 0x557173462b00 0.000117
+gallium_dri.so free 0x557173462bc0 void 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so malloc 72 0x557173462b00 0.000113
+gallium_dri.so free 0x557173462c40 void 0.000124
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so malloc 72 0x557173462c40 0.000112
+gallium_dri.so free 0x557173462d00 void 0.000115
+gallium_dri.so free 0x557173462c40 void 0.000112
+gallium_dri.so malloc 72 0x557173462c40 0.000112
+gallium_dri.so free 0x557173462dc0 void 0.000112
+gallium_dri.so free 0x557173462c40 void 0.000112
+gallium_dri.so malloc 72 0x557173462c40 0.000117
+gallium_dri.so free 0x557173462e80 void 0.000113
+gallium_dri.so free 0x557173462c40 void 0.000113
+gallium_dri.so malloc 72 0x557173462e30 0.000113
+gallium_dri.so free 0x557173462f00 void 0.000114
+gallium_dri.so free 0x557173462e30 void 0.000112
+gallium_dri.so malloc 72 0x557173462f50 0.000112
+gallium_dri.so free 0x557173462fc0 void 0.000113
+gallium_dri.so free 0x557173462f50 void 0.000111
+gallium_dri.so malloc 72 0x557173463000 0.000112
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173463000 void 0.000113
+gallium_dri.so malloc 72 0x557173463000 0.000113
+gallium_dri.so free 0x557173463100 void 0.000113
+gallium_dri.so free 0x557173463000 void 0.000113
+gallium_dri.so malloc 72 0x557173463130 0.000112
+gallium_dri.so free 0x557173463180 void 0.000229
+gallium_dri.so free 0x557173463130 void 0.000125
+gallium_dri.so malloc 72 0x557173463130 0.000122
+gallium_dri.so free 0x557173463280 void 0.000120
+gallium_dri.so free 0x557173463130 void 0.000121
+gallium_dri.so malloc 72 0x557173463230 0.000120
+gallium_dri.so free 0x557173463340 void 0.000121
+gallium_dri.so free 0x557173463230 void 0.000119
+gallium_dri.so malloc 72 0x5571734632f0 0.000119
+gallium_dri.so free 0x557173463380 void 0.000120
+gallium_dri.so free 0x5571734632f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734632f0 0.000122
+gallium_dri.so free 0x557173463440 void 0.000121
+gallium_dri.so free 0x5571734632f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734634b0 0.000121
+gallium_dri.so free 0x557173463500 void 0.000120
+gallium_dri.so free 0x5571734634b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734634b0 0.000120
+gallium_dri.so free 0x557173463600 void 0.000120
+gallium_dri.so free 0x5571734634b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734635b0 0.000119
+gallium_dri.so free 0x5571734636c0 void 0.000121
+gallium_dri.so free 0x5571734635b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463670 0.000118
+gallium_dri.so free 0x557173463700 void 0.000121
+gallium_dri.so free 0x557173463670 void 0.000128
+gallium_dri.so malloc 72 0x557173463670 0.000115
+gallium_dri.so free 0x5571734637c0 void 0.000113
+gallium_dri.so free 0x557173463670 void 0.000113
+gallium_dri.so malloc 72 0x557173463800 0.000113
+gallium_dri.so free 0x557173463880 void 0.000116
+gallium_dri.so free 0x557173463800 void 0.000114
+gallium_dri.so malloc 72 0x557173463880 0.000113
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so malloc 72 0x557173463880 0.000113
+gallium_dri.so free 0x557173463a00 void 0.000113
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so malloc 72 0x557173463a20 0.000114
+gallium_dri.so free 0x557173463ac0 void 0.000118
+gallium_dri.so free 0x557173463a20 void 0.000115
+gallium_dri.so malloc 72 0x557173463a70 0.000113
+gallium_dri.so free 0x557173463b40 void 0.000113
+gallium_dri.so free 0x557173463a70 void 0.000112
+gallium_dri.so malloc 72 0x557173463a70 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so free 0x557173463a70 void 0.000115
+gallium_dri.so malloc 72 0x557173463bc0 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000116
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173463bc0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000112
+gallium_dri.so free 0x557173463bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173463bc0 0.000126
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so free 0x557173463bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463db0 0.000118
+gallium_dri.so free 0x557173463ec0 void 0.000115
+gallium_dri.so free 0x557173463db0 void 0.000115
+gallium_dri.so malloc 72 0x557173463e70 0.000115
+gallium_dri.so free 0x557173463f40 void 0.000116
+gallium_dri.so free 0x557173463e70 void 0.000115
+gallium_dri.so malloc 72 0x557173463f90 0.000116
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463f90 void 0.000114
+gallium_dri.so malloc 72 0x557173464020 0.000116
+gallium_dri.so free 0x5571734640c0 void 0.000116
+gallium_dri.so free 0x557173464020 void 0.000115
+gallium_dri.so malloc 72 0x557173464070 0.000115
+gallium_dri.so free 0x557173464140 void 0.000117
+gallium_dri.so free 0x557173464070 void 0.000114
+gallium_dri.so malloc 72 0x557173464070 0.000114
+gallium_dri.so free 0x5571734641c0 void 0.000117
+gallium_dri.so free 0x557173464070 void 0.000115
+gallium_dri.so malloc 72 0x5571734641c0 0.000121
+gallium_dri.so free 0x557173464280 void 0.000121
+gallium_dri.so free 0x5571734641c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734641c0 0.000118
+gallium_dri.so free 0x557173464380 void 0.000122
+gallium_dri.so free 0x5571734641c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464330 0.000120
+gallium_dri.so free 0x5571734643c0 void 0.000121
+gallium_dri.so free 0x557173464330 void 0.000118
+gallium_dri.so malloc 72 0x557173464330 0.000119
+gallium_dri.so free 0x557173464480 void 0.000121
+gallium_dri.so free 0x557173464330 void 0.000116
+gallium_dri.so malloc 72 0x5571734644c0 0.000117
+gallium_dri.so free 0x557173464540 void 0.000119
+gallium_dri.so free 0x5571734644c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464540 0.000119
+gallium_dri.so free 0x557173464600 void 0.000119
+gallium_dri.so free 0x557173464540 void 0.000116
+gallium_dri.so malloc 72 0x557173464540 0.000120
+gallium_dri.so free 0x557173464680 void 0.000119
+gallium_dri.so free 0x557173464540 void 0.000119
+gallium_dri.so malloc 72 0x5571734646b0 0.000119
+gallium_dri.so free 0x557173464700 void 0.000119
+gallium_dri.so free 0x5571734646b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734646b0 0.000119
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so free 0x5571734646b0 void 0.000121
+gallium_dri.so malloc 72 0x557173464840 0.000119
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x557173464840 void 0.000116
+gallium_dri.so malloc 72 0x5571734648c0 0.000118
+gallium_dri.so free 0x557173464980 void 0.000119
+gallium_dri.so free 0x5571734648c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734648c0 0.000120
+gallium_dri.so free 0x557173464a00 void 0.000124
+gallium_dri.so free 0x5571734648c0 void 0.000119
+gallium_dri.so malloc 72 0x557173464a30 0.000120
+gallium_dri.so free 0x557173464a80 void 0.000119
+gallium_dri.so free 0x557173464a30 void 0.000118
+gallium_dri.so malloc 72 0x557173464a30 0.000119
+gallium_dri.so free 0x557173464b80 void 0.000120
+gallium_dri.so free 0x557173464a30 void 0.000120
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x557173464c40 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000119
+gallium_dri.so malloc 72 0x557173464bf0 0.000120
+gallium_dri.so free 0x557173464cc0 void 0.000120
+gallium_dri.so free 0x557173464bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173464bf0 0.000119
+gallium_dri.so free 0x557173464d80 void 0.000119
+gallium_dri.so free 0x557173464bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173464bf0 0.000117
+gallium_dri.so free 0x557173464e40 void 0.000119
+gallium_dri.so free 0x557173464bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173464df0 0.000118
+gallium_dri.so free 0x557173464ec0 void 0.000122
+gallium_dri.so free 0x557173464df0 void 0.000115
+gallium_dri.so malloc 72 0x557173464f10 0.000117
+gallium_dri.so free 0x557173464f80 void 0.000130
+gallium_dri.so free 0x557173464f10 void 0.000118
+gallium_dri.so malloc 72 0x557173464fa0 0.000116
+gallium_dri.so free 0x557173465040 void 0.000115
+gallium_dri.so free 0x557173464fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173464ff0 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173464ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571734650c0 0.000120
+gallium_dri.so free 0x557173465180 void 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734650c0 0.000122
+gallium_dri.so free 0x557173465200 void 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000120
+gallium_dri.so malloc 72 0x557173465200 0.000121
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so free 0x557173465200 void 0.000120
+gallium_dri.so malloc 72 0x557173465200 0.000119
+gallium_dri.so free 0x557173465380 void 0.000122
+gallium_dri.so free 0x557173465200 void 0.000120
+gallium_dri.so malloc 72 0x557173465200 0.000120
+gallium_dri.so free 0x557173465440 void 0.000120
+gallium_dri.so free 0x557173465200 void 0.000120
+gallium_dri.so malloc 72 0x5571734653f0 0.000119
+gallium_dri.so free 0x5571734654c0 void 0.000120
+gallium_dri.so free 0x5571734653f0 void 0.000119
+gallium_dri.so malloc 72 0x557173465510 0.000129
+gallium_dri.so free 0x557173465580 void 0.000119
+gallium_dri.so free 0x557173465510 void 0.000119
+gallium_dri.so malloc 72 0x5571734655c0 0.000120
+gallium_dri.so free 0x557173465640 void 0.000120
+gallium_dri.so free 0x5571734655c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734655c0 0.000119
+gallium_dri.so free 0x5571734656c0 void 0.000119
+gallium_dri.so free 0x5571734655c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734656f0 0.000119
+gallium_dri.so free 0x557173465740 void 0.000119
+gallium_dri.so free 0x5571734656f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656f0 0.000120
+gallium_dri.so free 0x557173465840 void 0.000121
+gallium_dri.so free 0x5571734656f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734657f0 0.000120
+gallium_dri.so free 0x557173465900 void 0.000121
+gallium_dri.so free 0x5571734657f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734658b0 0.000119
+gallium_dri.so free 0x557173465940 void 0.000122
+gallium_dri.so free 0x5571734658b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734658b0 0.000120
+gallium_dri.so free 0x557173465a00 void 0.000120
+gallium_dri.so free 0x5571734658b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465a70 0.000119
+gallium_dri.so free 0x557173465ac0 void 0.000124
+gallium_dri.so free 0x557173465a70 void 0.000122
+gallium_dri.so malloc 72 0x557173465a70 0.000120
+gallium_dri.so free 0x557173465bc0 void 0.000120
+gallium_dri.so free 0x557173465a70 void 0.000118
+gallium_dri.so malloc 72 0x557173465b70 0.000121
+gallium_dri.so free 0x557173465c80 void 0.000120
+gallium_dri.so free 0x557173465b70 void 0.000120
+gallium_dri.so malloc 72 0x557173465c30 0.000120
+gallium_dri.so free 0x557173465cc0 void 0.000121
+gallium_dri.so free 0x557173465c30 void 0.000120
+gallium_dri.so malloc 72 0x557173465c30 0.000120
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so free 0x557173465c30 void 0.000119
+gallium_dri.so malloc 72 0x557173465dc0 0.000121
+gallium_dri.so free 0x557173465e40 void 0.000120
+gallium_dri.so free 0x557173465dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173465e40 0.000119
+gallium_dri.so free 0x557173465f00 void 0.000121
+gallium_dri.so free 0x557173465e40 void 0.000119
+gallium_dri.so malloc 72 0x557173465e40 0.000119
+gallium_dri.so free 0x557173465fc0 void 0.000121
+gallium_dri.so free 0x557173465e40 void 0.000121
+gallium_dri.so malloc 72 0x557173465fe0 0.000119
+gallium_dri.so free 0x557173466080 void 0.000120
+gallium_dri.so free 0x557173465fe0 void 0.000120
+gallium_dri.so malloc 72 0x557173466030 0.000120
+gallium_dri.so free 0x557173466100 void 0.000125
+gallium_dri.so free 0x557173466030 void 0.000121
+gallium_dri.so malloc 72 0x557173466030 0.000119
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so free 0x557173466030 void 0.000119
+gallium_dri.so malloc 72 0x557173466180 0.000119
+gallium_dri.so free 0x557173466240 void 0.000120
+gallium_dri.so free 0x557173466180 void 0.000121
+gallium_dri.so malloc 72 0x557173466180 0.000119
+gallium_dri.so free 0x557173466300 void 0.000121
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so malloc 72 0x557173466180 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so free 0x557173466180 void 0.000119
+gallium_dri.so malloc 72 0x557173466370 0.000120
+gallium_dri.so free 0x557173466480 void 0.000119
+gallium_dri.so free 0x557173466370 void 0.000120
+gallium_dri.so malloc 72 0x557173466430 0.000119
+gallium_dri.so free 0x557173466500 void 0.000120
+gallium_dri.so free 0x557173466430 void 0.000119
+gallium_dri.so malloc 72 0x557173466550 0.000120
+gallium_dri.so free 0x5571734665c0 void 0.000119
+gallium_dri.so free 0x557173466550 void 0.000122
+gallium_dri.so malloc 72 0x5571734665e0 0.000119
+gallium_dri.so free 0x557173466680 void 0.000120
+gallium_dri.so free 0x5571734665e0 void 0.000129
+gallium_dri.so malloc 72 0x557173466630 0.000119
+gallium_dri.so free 0x557173466700 void 0.000121
+gallium_dri.so free 0x557173466630 void 0.000120
+gallium_dri.so malloc 72 0x557173466630 0.000120
+gallium_dri.so free 0x557173466780 void 0.000121
+gallium_dri.so free 0x557173466630 void 0.000120
+gallium_dri.so malloc 72 0x557173466780 0.000120
+gallium_dri.so free 0x557173466840 void 0.000120
+gallium_dri.so free 0x557173466780 void 0.000121
+gallium_dri.so malloc 72 0x557173466780 0.000119
+gallium_dri.so free 0x557173466940 void 0.000119
+gallium_dri.so free 0x557173466780 void 0.000120
+gallium_dri.so malloc 72 0x5571734668f0 0.000119
+gallium_dri.so free 0x557173466980 void 0.000121
+gallium_dri.so free 0x5571734668f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734668f0 0.000126
+gallium_dri.so free 0x557173466a40 void 0.000121
+gallium_dri.so free 0x5571734668f0 void 0.000120
+gallium_dri.so malloc 72 0x557173466a80 0.000119
+gallium_dri.so free 0x557173466b00 void 0.000120
+gallium_dri.so free 0x557173466a80 void 0.000119
+gallium_dri.so malloc 72 0x557173466b00 0.000119
+gallium_dri.so free 0x557173466bc0 void 0.000119
+gallium_dri.so free 0x557173466b00 void 0.000120
+gallium_dri.so malloc 72 0x557173466b00 0.000119
+gallium_dri.so free 0x557173466c40 void 0.000130
+gallium_dri.so free 0x557173466b00 void 0.000121
+gallium_dri.so malloc 72 0x557173466c70 0.000119
+gallium_dri.so free 0x557173466cc0 void 0.000120
+gallium_dri.so free 0x557173466c70 void 0.000120
+gallium_dri.so malloc 72 0x557173466c70 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173466c70 void 0.000119
+gallium_dri.so malloc 72 0x557173466e00 0.000120
+gallium_dri.so free 0x557173466e80 void 0.000120
+gallium_dri.so free 0x557173466e00 void 0.000120
+gallium_dri.so malloc 72 0x557173466e80 0.000119
+gallium_dri.so free 0x557173466f40 void 0.000121
+gallium_dri.so free 0x557173466e80 void 0.000119
+gallium_dri.so malloc 72 0x557173466e80 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so free 0x557173466e80 void 0.000120
+gallium_dri.so malloc 72 0x557173466ff0 0.000120
+gallium_dri.so free 0x557173467040 void 0.000120
+gallium_dri.so free 0x557173466ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173466ff0 0.000119
+gallium_dri.so free 0x557173467140 void 0.000120
+gallium_dri.so free 0x557173466ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571734670f0 0.000120
+gallium_dri.so free 0x557173467200 void 0.000121
+gallium_dri.so free 0x5571734670f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734671b0 0.000166
+gallium_dri.so free 0x557173467280 void 0.000121
+gallium_dri.so free 0x5571734671b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734671b0 0.000119
+gallium_dri.so free 0x557173467340 void 0.000122
+gallium_dri.so free 0x5571734671b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734671b0 0.000119
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so free 0x5571734671b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673b0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000120
+gallium_dri.so free 0x5571734673b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734674d0 0.000120
+gallium_dri.so free 0x557173467540 void 0.000120
+gallium_dri.so free 0x5571734674d0 void 0.000120
+gallium_dri.so malloc 72 0x557173467560 0.000119
+gallium_dri.so free 0x557173467600 void 0.000120
+gallium_dri.so free 0x557173467560 void 0.000120
+gallium_dri.so malloc 72 0x5571734675b0 0.000121
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x5571734675b0 void 0.000121
+gallium_dri.so malloc 72 0x557173467680 0.000120
+gallium_dri.so free 0x557173467740 void 0.000119
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so malloc 72 0x557173467680 0.000120
+gallium_dri.so free 0x5571734677c0 void 0.000123
+gallium_dri.so free 0x557173467680 void 0.000122
+gallium_dri.so malloc 72 0x5571734677c0 0.000119
+gallium_dri.so free 0x557173467880 void 0.000120
+gallium_dri.so free 0x5571734677c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734677c0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000122
+gallium_dri.so free 0x5571734677c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734677c0 0.000120
+gallium_dri.so free 0x557173467a00 void 0.000121
+gallium_dri.so free 0x5571734677c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734679b0 0.000120
+gallium_dri.so free 0x557173467a80 void 0.000120
+gallium_dri.so free 0x5571734679b0 void 0.000121
+gallium_dri.so malloc 72 0x557173467ad0 0.000119
+gallium_dri.so free 0x557173467b40 void 0.000121
+gallium_dri.so free 0x557173467ad0 void 0.000120
+gallium_dri.so malloc 72 0x557173467b80 0.000118
+gallium_dri.so free 0x557173467c00 void 0.000119
+gallium_dri.so free 0x557173467b80 void 0.000120
+gallium_dri.so malloc 72 0x557173467b80 0.000120
+gallium_dri.so free 0x557173467c80 void 0.000120
+gallium_dri.so free 0x557173467b80 void 0.000119
+gallium_dri.so malloc 72 0x557173467cb0 0.000120
+gallium_dri.so free 0x557173467d00 void 0.000119
+gallium_dri.so free 0x557173467cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173467cb0 0.000128
+gallium_dri.so free 0x557173467e00 void 0.000122
+gallium_dri.so free 0x557173467cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173467db0 0.000119
+gallium_dri.so free 0x557173467ec0 void 0.000120
+gallium_dri.so free 0x557173467db0 void 0.000120
+gallium_dri.so malloc 72 0x557173467e70 0.000119
+gallium_dri.so free 0x557173467f00 void 0.000120
+gallium_dri.so free 0x557173467e70 void 0.000120
+gallium_dri.so malloc 72 0x557173467e70 0.000120
+gallium_dri.so free 0x557173467fc0 void 0.000119
+gallium_dri.so free 0x557173467e70 void 0.000120
+gallium_dri.so malloc 72 0x557173468030 0.000120
+gallium_dri.so free 0x557173468080 void 0.000121
+gallium_dri.so free 0x557173468030 void 0.000121
+gallium_dri.so malloc 72 0x557173468030 0.000119
+gallium_dri.so free 0x557173468180 void 0.000120
+gallium_dri.so free 0x557173468030 void 0.000120
+gallium_dri.so malloc 72 0x557173468130 0.000119
+gallium_dri.so free 0x557173468240 void 0.000120
+gallium_dri.so free 0x557173468130 void 0.000120
+gallium_dri.so malloc 72 0x5571734681f0 0.000120
+gallium_dri.so free 0x557173468280 void 0.000120
+gallium_dri.so free 0x5571734681f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734681f0 0.000119
+gallium_dri.so free 0x557173468340 void 0.000119
+gallium_dri.so free 0x5571734681f0 void 0.000163
+gallium_dri.so malloc 72 0x557173468380 0.000122
+gallium_dri.so free 0x557173468400 void 0.000121
+gallium_dri.so free 0x557173468380 void 0.000119
+gallium_dri.so malloc 72 0x557173468400 0.000120
+gallium_dri.so free 0x5571734684c0 void 0.000120
+gallium_dri.so free 0x557173468400 void 0.000119
+gallium_dri.so malloc 72 0x557173468400 0.000119
+gallium_dri.so free 0x557173468580 void 0.000122
+gallium_dri.so free 0x557173468400 void 0.000119
+gallium_dri.so malloc 72 0x5571734685a0 0.000119
+gallium_dri.so free 0x557173468640 void 0.000120
+gallium_dri.so free 0x5571734685a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734685f0 0.000118
+gallium_dri.so free 0x5571734686c0 void 0.000119
+gallium_dri.so free 0x5571734685f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734685f0 0.000120
+gallium_dri.so free 0x557173468740 void 0.000120
+gallium_dri.so free 0x5571734685f0 void 0.000119
+gallium_dri.so malloc 72 0x557173468740 0.000118
+gallium_dri.so free 0x557173468800 void 0.000120
+gallium_dri.so free 0x557173468740 void 0.000119
+gallium_dri.so malloc 72 0x557173468740 0.000126
+gallium_dri.so free 0x5571734688c0 void 0.000120
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so malloc 72 0x557173468740 0.000119
+gallium_dri.so free 0x557173468980 void 0.000129
+gallium_dri.so free 0x557173468740 void 0.000120
+gallium_dri.so malloc 72 0x557173468930 0.000120
+gallium_dri.so free 0x557173468a40 void 0.000120
+gallium_dri.so free 0x557173468930 void 0.000120
+gallium_dri.so malloc 72 0x5571734689f0 0.000118
+gallium_dri.so free 0x557173468ac0 void 0.000121
+gallium_dri.so free 0x5571734689f0 void 0.000120
+gallium_dri.so malloc 72 0x557173468b10 0.000120
+gallium_dri.so free 0x557173468b80 void 0.000120
+gallium_dri.so free 0x557173468b10 void 0.000120
+gallium_dri.so malloc 72 0x557173468ba0 0.000119
+gallium_dri.so free 0x557173468c40 void 0.000121
+gallium_dri.so free 0x557173468ba0 void 0.000119
+gallium_dri.so malloc 72 0x557173468bf0 0.000118
+gallium_dri.so free 0x557173468cc0 void 0.000120
+gallium_dri.so free 0x557173468bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173468bf0 0.000119
+gallium_dri.so free 0x557173468d40 void 0.000120
+gallium_dri.so free 0x557173468bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173468d40 0.000120
+gallium_dri.so free 0x557173468e00 void 0.000120
+gallium_dri.so free 0x557173468d40 void 0.000119
+gallium_dri.so malloc 72 0x557173468d40 0.000120
+gallium_dri.so free 0x557173468f00 void 0.000121
+gallium_dri.so free 0x557173468d40 void 0.000119
+gallium_dri.so malloc 72 0x557173468eb0 0.000123
+gallium_dri.so free 0x557173468f40 void 0.000120
+gallium_dri.so free 0x557173468eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173468eb0 0.000120
+gallium_dri.so free 0x557173469000 void 0.000121
+gallium_dri.so free 0x557173468eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173469040 0.000119
+gallium_dri.so free 0x5571734690c0 void 0.000121
+gallium_dri.so free 0x557173469040 void 0.000119
+gallium_dri.so malloc 72 0x5571734690c0 0.000119
+gallium_dri.so free 0x557173469180 void 0.000120
+gallium_dri.so free 0x5571734690c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734690c0 0.000119
+gallium_dri.so free 0x557173469200 void 0.000121
+gallium_dri.so free 0x5571734690c0 void 0.000120
+gallium_dri.so malloc 72 0x557173469230 0.000119
+gallium_dri.so free 0x557173469280 void 0.000119
+gallium_dri.so free 0x557173469230 void 0.000119
+gallium_dri.so malloc 72 0x557173469230 0.000119
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x557173469230 void 0.000119
+gallium_dri.so malloc 72 0x5571734693c0 0.000120
+gallium_dri.so free 0x557173469440 void 0.000120
+gallium_dri.so free 0x5571734693c0 void 0.000120
+gallium_dri.so malloc 72 0x557173469440 0.000120
+gallium_dri.so free 0x557173469500 void 0.000120
+gallium_dri.so free 0x557173469440 void 0.000123
+gallium_dri.so malloc 72 0x557173469440 0.000120
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469440 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000119
+gallium_dri.so free 0x557173469600 void 0.000120
+gallium_dri.so free 0x5571734695b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000119
+gallium_dri.so free 0x557173469700 void 0.000120
+gallium_dri.so free 0x5571734695b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734696b0 0.000119
+gallium_dri.so free 0x5571735ceb40 void 0.000121
+gallium_dri.so free 0x5571734696b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000122
+gallium_dri.so free 0x5571735cebc0 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735ced40 void 0.000120
+gallium_dri.so free 0x5571735ceaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cecf0 0.000119
+gallium_dri.so free 0x5571735cedc0 void 0.000120
+gallium_dri.so free 0x5571735cecf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee10 0.000129
+gallium_dri.so free 0x5571735cee80 void 0.000120
+gallium_dri.so free 0x5571735cee10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceea0 0.000118
+gallium_dri.so free 0x5571735cef40 void 0.000119
+gallium_dri.so free 0x5571735ceea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceef0 0.000120
+gallium_dri.so free 0x5571735cefc0 void 0.000121
+gallium_dri.so free 0x5571735ceef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cefc0 0.000120
+gallium_dri.so free 0x5571735cf080 void 0.000121
+gallium_dri.so free 0x5571735cefc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefc0 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000120
+gallium_dri.so free 0x5571735cefc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf100 0.000120
+gallium_dri.so free 0x5571735cf1c0 void 0.000122
+gallium_dri.so free 0x5571735cf100 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf100 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf100 0.000118
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so free 0x5571735cf100 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x5571735cf3c0 void 0.000120
+gallium_dri.so free 0x5571735cf2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf410 0.000120
+gallium_dri.so free 0x5571735cf480 void 0.000120
+gallium_dri.so free 0x5571735cf410 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000119
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so free 0x5571735cf4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000119
+gallium_dri.so free 0x5571735cf5c0 void 0.000121
+gallium_dri.so free 0x5571735cf4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000119
+gallium_dri.so free 0x5571735cf640 void 0.000120
+gallium_dri.so free 0x5571735cf5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000118
+gallium_dri.so free 0x5571735cf740 void 0.000121
+gallium_dri.so free 0x5571735cf5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000119
+gallium_dri.so free 0x5571735cf800 void 0.000120
+gallium_dri.so free 0x5571735cf6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000119
+gallium_dri.so free 0x5571735cf840 void 0.000119
+gallium_dri.so free 0x5571735cf7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000120
+gallium_dri.so free 0x5571735cf900 void 0.000121
+gallium_dri.so free 0x5571735cf7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf970 0.000121
+gallium_dri.so free 0x5571735cf9c0 void 0.000167
+gallium_dri.so free 0x5571735cf970 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf970 0.000117
+gallium_dri.so free 0x5571735cfac0 void 0.000114
+gallium_dri.so free 0x5571735cf970 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa70 0.000114
+gallium_dri.so free 0x5571735cfb80 void 0.000114
+gallium_dri.so free 0x5571735cfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb30 0.000114
+gallium_dri.so free 0x5571735cfbc0 void 0.000114
+gallium_dri.so free 0x5571735cfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb30 0.000112
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd40 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd40 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfee0 0.000116
+gallium_dri.so free 0x5571735cff80 void 0.000113
+gallium_dri.so free 0x5571735cfee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cff30 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000147
+gallium_dri.so free 0x5571735cff30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cff30 0.000122
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so free 0x5571735cff30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d0140 void 0.000122
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0080 0.000122
+gallium_dri.so free 0x5571735d0200 void 0.000121
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0270 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so free 0x5571735d0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0330 0.000121
+gallium_dri.so free 0x5571735d0400 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0450 0.000121
+gallium_dri.so free 0x5571735d04c0 void 0.000122
+gallium_dri.so free 0x5571735d0450 void 0.000121
+gallium_dri.so malloc 72 0x5571735d04e0 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000122
+gallium_dri.so free 0x5571735d04e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000123
+gallium_dri.so free 0x5571735d0600 void 0.000122
+gallium_dri.so free 0x5571735d0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000120
+gallium_dri.so free 0x5571735d0680 void 0.000121
+gallium_dri.so free 0x5571735d0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0680 0.000120
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x5571735d0680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0680 0.000119
+gallium_dri.so free 0x5571735d0840 void 0.000120
+gallium_dri.so free 0x5571735d0680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d07f0 0.000119
+gallium_dri.so free 0x5571735d0880 void 0.000122
+gallium_dri.so free 0x5571735d07f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d07f0 0.000121
+gallium_dri.so free 0x5571735d0940 void 0.000121
+gallium_dri.so free 0x5571735d07f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0980 0.000126
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x5571735d0980 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a00 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a00 0.000121
+gallium_dri.so free 0x5571735d0b40 void 0.000167
+gallium_dri.so free 0x5571735d0a00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0b70 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000120
+gallium_dri.so free 0x5571735d0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b70 0.000119
+gallium_dri.so free 0x5571735d0cc0 void 0.000122
+gallium_dri.so free 0x5571735d0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d00 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000120
+gallium_dri.so free 0x5571735d0d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0d80 0.000120
+gallium_dri.so free 0x5571735d0e40 void 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d80 0.000119
+gallium_dri.so free 0x5571735d0ec0 void 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000120
+gallium_dri.so free 0x5571735d0f40 void 0.000120
+gallium_dri.so free 0x5571735d0ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000122
+gallium_dri.so free 0x5571735d1040 void 0.000121
+gallium_dri.so free 0x5571735d0ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000121
+gallium_dri.so free 0x5571735d1100 void 0.000122
+gallium_dri.so free 0x5571735d0ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d10b0 0.000123
+gallium_dri.so free 0x5571735d1180 void 0.000120
+gallium_dri.so free 0x5571735d10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000120
+gallium_dri.so free 0x5571735d1240 void 0.000122
+gallium_dri.so free 0x5571735d10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d10b0 0.000120
+gallium_dri.so free 0x5571735d1300 void 0.000123
+gallium_dri.so free 0x5571735d10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12b0 0.000120
+gallium_dri.so free 0x5571735d1380 void 0.000120
+gallium_dri.so free 0x5571735d12b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d13d0 0.000120
+gallium_dri.so free 0x5571735d1440 void 0.000122
+gallium_dri.so free 0x5571735d13d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1460 0.000120
+gallium_dri.so free 0x5571735d1500 void 0.000121
+gallium_dri.so free 0x5571735d1460 void 0.000120
+gallium_dri.so malloc 72 0x5571735d14b0 0.000120
+gallium_dri.so free 0x5571735d1580 void 0.000120
+gallium_dri.so free 0x5571735d14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1580 0.000122
+gallium_dri.so free 0x5571735d1640 void 0.000121
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1580 0.000120
+gallium_dri.so free 0x5571735d16c0 void 0.000129
+gallium_dri.so free 0x5571735d1580 void 0.000122
+gallium_dri.so malloc 72 0x5571735d16c0 0.000121
+gallium_dri.so free 0x5571735d1780 void 0.000121
+gallium_dri.so free 0x5571735d16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d16c0 0.000120
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so free 0x5571735d16c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d16c0 0.000120
+gallium_dri.so free 0x5571735d1900 void 0.000128
+gallium_dri.so free 0x5571735d16c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d18b0 0.000121
+gallium_dri.so free 0x5571735d1980 void 0.000121
+gallium_dri.so free 0x5571735d18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d19d0 0.000121
+gallium_dri.so free 0x5571735d1a40 void 0.000121
+gallium_dri.so free 0x5571735d19d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1a80 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so free 0x5571735d1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a80 0.000122
+gallium_dri.so free 0x5571735d1b80 void 0.000122
+gallium_dri.so free 0x5571735d1a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000120
+gallium_dri.so free 0x5571735d1c00 void 0.000121
+gallium_dri.so free 0x5571735d1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000167
+gallium_dri.so free 0x5571735d1d00 void 0.000122
+gallium_dri.so free 0x5571735d1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000121
+gallium_dri.so free 0x5571735d1dc0 void 0.000121
+gallium_dri.so free 0x5571735d1cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1d70 0.000121
+gallium_dri.so free 0x5571735d1e00 void 0.000121
+gallium_dri.so free 0x5571735d1d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1d70 0.000119
+gallium_dri.so free 0x5571735d1ec0 void 0.000120
+gallium_dri.so free 0x5571735d1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1f30 0.000121
+gallium_dri.so free 0x5571735d1f80 void 0.000120
+gallium_dri.so free 0x5571735d1f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1f30 0.000120
+gallium_dri.so free 0x5571735d2080 void 0.000120
+gallium_dri.so free 0x5571735d1f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2030 0.000120
+gallium_dri.so free 0x5571735d2140 void 0.000120
+gallium_dri.so free 0x5571735d2030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d20f0 0.000121
+gallium_dri.so free 0x5571735d2180 void 0.000122
+gallium_dri.so free 0x5571735d20f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d20f0 0.000120
+gallium_dri.so free 0x5571735d2240 void 0.000132
+gallium_dri.so free 0x5571735d20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2280 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000120
+gallium_dri.so free 0x5571735d2280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2300 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2300 0.000120
+gallium_dri.so free 0x5571735d2480 void 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d24a0 0.000121
+gallium_dri.so free 0x5571735d2540 void 0.000121
+gallium_dri.so free 0x5571735d24a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d24f0 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x5571735d24f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d24f0 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x5571735d24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000121
+gallium_dri.so free 0x5571735d2700 void 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2640 0.000131
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so free 0x5571735d2640 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2830 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so free 0x5571735d2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d28f0 0.000120
+gallium_dri.so free 0x5571735d29c0 void 0.000120
+gallium_dri.so free 0x5571735d28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2a10 0.000120
+gallium_dri.so free 0x5571735d2a80 void 0.000121
+gallium_dri.so free 0x5571735d2a10 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2aa0 0.000121
+gallium_dri.so free 0x5571735d2b40 void 0.000121
+gallium_dri.so free 0x5571735d2aa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2af0 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000120
+gallium_dri.so free 0x5571735d2af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2af0 0.000121
+gallium_dri.so free 0x5571735d2c40 void 0.000121
+gallium_dri.so free 0x5571735d2af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2c40 0.000120
+gallium_dri.so free 0x5571735d2d00 void 0.000120
+gallium_dri.so free 0x5571735d2c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2c40 0.000119
+gallium_dri.so free 0x5571735d2e00 void 0.000162
+gallium_dri.so free 0x5571735d2c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2db0 0.000121
+gallium_dri.so free 0x5571735d2e40 void 0.000120
+gallium_dri.so free 0x5571735d2db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2db0 0.000121
+gallium_dri.so free 0x5571735d2f00 void 0.000120
+gallium_dri.so free 0x5571735d2db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2f40 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d2f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000120
+gallium_dri.so free 0x5571735d3100 void 0.000121
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3130 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so free 0x5571735d3130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3130 0.000119
+gallium_dri.so free 0x5571735d3280 void 0.000120
+gallium_dri.so free 0x5571735d3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32c0 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000121
+gallium_dri.so free 0x5571735d32c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3340 0.000129
+gallium_dri.so free 0x5571735d3400 void 0.000122
+gallium_dri.so free 0x5571735d3340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3340 0.000120
+gallium_dri.so free 0x5571735d3480 void 0.000120
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d34b0 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000120
+gallium_dri.so free 0x5571735d34b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d34b0 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d34b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d35b0 0.000121
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735d35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3670 0.000126
+gallium_dri.so free 0x5571735d3740 void 0.000122
+gallium_dri.so free 0x5571735d3670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3670 0.000121
+gallium_dri.so free 0x5571735d3800 void 0.000121
+gallium_dri.so free 0x5571735d3670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3670 0.000121
+gallium_dri.so free 0x5571735d38c0 void 0.000120
+gallium_dri.so free 0x5571735d3670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3870 0.000121
+gallium_dri.so free 0x5571735d3940 void 0.000121
+gallium_dri.so free 0x5571735d3870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3990 0.000120
+gallium_dri.so free 0x5571735d3a00 void 0.000122
+gallium_dri.so free 0x5571735d3990 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a20 0.000121
+gallium_dri.so free 0x5571735d3ac0 void 0.000123
+gallium_dri.so free 0x5571735d3a20 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3a70 0.000120
+gallium_dri.so free 0x5571735d3b40 void 0.000120
+gallium_dri.so free 0x5571735d3a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3b40 0.000120
+gallium_dri.so free 0x5571735d3c00 void 0.000120
+gallium_dri.so free 0x5571735d3b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3b40 0.000119
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so free 0x5571735d3b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3c80 0.000120
+gallium_dri.so free 0x5571735d3d40 void 0.000122
+gallium_dri.so free 0x5571735d3c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3c80 0.000121
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3c80 0.000122
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3e70 0.000169
+gallium_dri.so free 0x5571735d3f40 void 0.000120
+gallium_dri.so free 0x5571735d3e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f90 0.000120
+gallium_dri.so free 0x5571735d4000 void 0.000122
+gallium_dri.so free 0x5571735d3f90 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4040 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4040 0.000121
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so free 0x5571735d4040 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4170 0.000120
+gallium_dri.so free 0x5571735d41c0 void 0.000121
+gallium_dri.so free 0x5571735d4170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4170 0.000120
+gallium_dri.so free 0x5571735d42c0 void 0.000121
+gallium_dri.so free 0x5571735d4170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4270 0.000120
+gallium_dri.so free 0x5571735d4380 void 0.000120
+gallium_dri.so free 0x5571735d4270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4330 0.000120
+gallium_dri.so free 0x5571735d43c0 void 0.000121
+gallium_dri.so free 0x5571735d4330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4330 0.000122
+gallium_dri.so free 0x5571735d4480 void 0.000127
+gallium_dri.so free 0x5571735d4330 void 0.000123
+gallium_dri.so malloc 72 0x5571735d44f0 0.000120
+gallium_dri.so free 0x5571735d4540 void 0.000122
+gallium_dri.so free 0x5571735d44f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d44f0 0.000119
+gallium_dri.so free 0x5571735d4640 void 0.000126
+gallium_dri.so free 0x5571735d44f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d45f0 0.000122
+gallium_dri.so free 0x5571735d4700 void 0.000120
+gallium_dri.so free 0x5571735d45f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d46b0 0.000121
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so free 0x5571735d46b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d46b0 0.000119
+gallium_dri.so free 0x5571735d4800 void 0.000120
+gallium_dri.so free 0x5571735d46b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4840 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000121
+gallium_dri.so free 0x5571735d4840 void 0.000122
+gallium_dri.so malloc 72 0x5571735d48c0 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48c0 0.000119
+gallium_dri.so free 0x5571735d4a40 void 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a60 0.000132
+gallium_dri.so free 0x5571735d4b00 void 0.000122
+gallium_dri.so free 0x5571735d4a60 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000120
+gallium_dri.so free 0x5571735d4ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ab0 0.000121
+gallium_dri.so free 0x5571735d4c00 void 0.000121
+gallium_dri.so free 0x5571735d4ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c00 0.000120
+gallium_dri.so free 0x5571735d4cc0 void 0.000121
+gallium_dri.so free 0x5571735d4c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4c00 0.000121
+gallium_dri.so free 0x5571735d4d80 void 0.000121
+gallium_dri.so free 0x5571735d4c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c00 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4df0 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000120
+gallium_dri.so free 0x5571735d4df0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000120
+gallium_dri.so free 0x5571735d4f80 void 0.000121
+gallium_dri.so free 0x5571735d4eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4fd0 0.000121
+gallium_dri.so free 0x5571735d5040 void 0.000121
+gallium_dri.so free 0x5571735d4fd0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d5060 0.000121
+gallium_dri.so free 0x5571735d5100 void 0.000120
+gallium_dri.so free 0x5571735d5060 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50b0 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000121
+gallium_dri.so free 0x5571735d50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d50b0 0.000121
+gallium_dri.so free 0x5571735d5200 void 0.000121
+gallium_dri.so free 0x5571735d50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5200 0.000119
+gallium_dri.so free 0x5571735d52c0 void 0.000120
+gallium_dri.so free 0x5571735d5200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5200 0.000121
+gallium_dri.so free 0x5571735d53c0 void 0.000122
+gallium_dri.so free 0x5571735d5200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5370 0.000122
+gallium_dri.so free 0x5571735d5400 void 0.000120
+gallium_dri.so free 0x5571735d5370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5370 0.000120
+gallium_dri.so free 0x5571735d54c0 void 0.000121
+gallium_dri.so free 0x5571735d5370 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5500 0.000120
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x5571735d5500 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5580 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5580 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d56f0 0.000120
+gallium_dri.so free 0x5571735d5740 void 0.000121
+gallium_dri.so free 0x5571735d56f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56f0 0.000120
+gallium_dri.so free 0x5571735d5840 void 0.000121
+gallium_dri.so free 0x5571735d56f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5880 0.000120
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so free 0x5571735d5880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5900 0.000120
+gallium_dri.so free 0x5571735d59c0 void 0.000121
+gallium_dri.so free 0x5571735d5900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5900 0.000120
+gallium_dri.so free 0x5571735d5a40 void 0.000120
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5a70 0.000120
+gallium_dri.so free 0x5571735d5ac0 void 0.000121
+gallium_dri.so free 0x5571735d5a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5a70 0.000120
+gallium_dri.so free 0x5571735d5bc0 void 0.000120
+gallium_dri.so free 0x5571735d5a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5b70 0.000120
+gallium_dri.so free 0x5571735d5c80 void 0.000120
+gallium_dri.so free 0x5571735d5b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c30 0.000120
+gallium_dri.so free 0x5571735d5d00 void 0.000120
+gallium_dri.so free 0x5571735d5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c30 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000121
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5c30 0.000121
+gallium_dri.so free 0x5571735d5e80 void 0.000120
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5e30 0.000119
+gallium_dri.so free 0x5571735d5f00 void 0.000119
+gallium_dri.so free 0x5571735d5e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5f50 0.000120
+gallium_dri.so free 0x5571735d5fc0 void 0.000121
+gallium_dri.so free 0x5571735d5f50 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5fe0 0.000120
+gallium_dri.so free 0x5571735d6080 void 0.000120
+gallium_dri.so free 0x5571735d5fe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6030 0.000119
+gallium_dri.so free 0x5571735d6100 void 0.000120
+gallium_dri.so free 0x5571735d6030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6100 0.000121
+gallium_dri.so free 0x5571735d61c0 void 0.000122
+gallium_dri.so free 0x5571735d6100 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6100 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so free 0x5571735d6100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6240 0.000119
+gallium_dri.so free 0x5571735d6300 void 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6240 0.000117
+gallium_dri.so free 0x5571735d63c0 void 0.000119
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6240 0.000124
+gallium_dri.so free 0x5571735d6480 void 0.000124
+gallium_dri.so free 0x5571735d6240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6430 0.000119
+gallium_dri.so free 0x5571735d6500 void 0.000119
+gallium_dri.so free 0x5571735d6430 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6550 0.000119
+gallium_dri.so free 0x5571735d65c0 void 0.000120
+gallium_dri.so free 0x5571735d6550 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6600 0.000119
+gallium_dri.so free 0x5571735d6680 void 0.000119
+gallium_dri.so free 0x5571735d6600 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6600 0.000118
+gallium_dri.so free 0x5571735d6700 void 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000153
+gallium_dri.so malloc 72 0x5571735d6730 0.000123
+gallium_dri.so free 0x5571735d6780 void 0.000121
+gallium_dri.so free 0x5571735d6730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6730 0.000121
+gallium_dri.so free 0x5571735d6880 void 0.000120
+gallium_dri.so free 0x5571735d6730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6830 0.000122
+gallium_dri.so free 0x5571735d6940 void 0.000121
+gallium_dri.so free 0x5571735d6830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d68f0 0.000120
+gallium_dri.so free 0x5571735d6980 void 0.000121
+gallium_dri.so free 0x5571735d68f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d68f0 0.000120
+gallium_dri.so free 0x5571735d6a40 void 0.000120
+gallium_dri.so free 0x5571735d68f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000121
+gallium_dri.so free 0x5571735d6b00 void 0.000120
+gallium_dri.so free 0x5571735d6ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000121
+gallium_dri.so free 0x5571735d6c00 void 0.000121
+gallium_dri.so free 0x5571735d6ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735d6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000165
+gallium_dri.so free 0x5571735d6bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000120
+gallium_dri.so free 0x5571735d6bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000120
+gallium_dri.so free 0x5571735eb580 void 0.000119
+gallium_dri.so free 0x5571735eb4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000119
+gallium_dri.so free 0x5571735eb5d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6a0 0.000120
+gallium_dri.so free 0x5571735eb740 void 0.000120
+gallium_dri.so free 0x5571735eb6a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000120
+gallium_dri.so free 0x5571735eb780 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000121
+gallium_dri.so free 0x5571735eb840 void 0.000121
+gallium_dri.so free 0x5571735eb6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb880 0.000122
+gallium_dri.so free 0x5571735eb900 void 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb900 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb900 0.000121
+gallium_dri.so free 0x5571735eba40 void 0.000127
+gallium_dri.so free 0x5571735eb900 void 0.000275
+gallium_dri.so malloc 72 0x5571735eba70 0.000130
+gallium_dri.so free 0x5571735ebac0 void 0.000122
+gallium_dri.so free 0x5571735eba70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebac0 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000122
+gallium_dri.so free 0x5571735ebac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebac0 0.000121
+gallium_dri.so free 0x5571735ebc80 void 0.000122
+gallium_dri.so free 0x5571735ebac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebc30 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000122
+gallium_dri.so free 0x5571735ebc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000121
+gallium_dri.so free 0x5571735ebd80 void 0.000122
+gallium_dri.so free 0x5571735ebcf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000122
+gallium_dri.so free 0x5571735ebcf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe80 0.000122
+gallium_dri.so free 0x5571735ebf00 void 0.000122
+gallium_dri.so free 0x5571735ebe80 void 0.000152
+gallium_dri.so malloc 72 0x5571735ebf00 0.000125
+gallium_dri.so free 0x5571735ebfc0 void 0.000125
+gallium_dri.so free 0x5571735ebf00 void 0.000158
+gallium_dri.so malloc 72 0x5571735ebf00 0.000273
+gallium_dri.so free 0x5571735ec040 void 0.000273
+gallium_dri.so free 0x5571735ebf00 void 0.000267
+gallium_dri.so malloc 72 0x5571735ebf00 0.000290
+gallium_dri.so free 0x5571735ec100 void 0.000273
+gallium_dri.so free 0x5571735ebf00 void 0.000288
+gallium_dri.so malloc 72 0x5571735ebf00 0.000215
+gallium_dri.so free 0x5571735ec1c0 void 0.000276
+gallium_dri.so free 0x5571735ebf00 void 0.000231
+gallium_dri.so malloc 72 0x5571735ec170 0.000124
+gallium_dri.so free 0x5571735ec240 void 0.000161
+gallium_dri.so free 0x5571735ec170 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec290 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so free 0x5571735ec290 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec320 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec320 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735ec440 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000112
+gallium_dri.so free 0x5571735ec5c0 void 0.000113
+gallium_dri.so free 0x5571735ec4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec610 0.000112
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735ec610 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000146
+gallium_dri.so free 0x5571735ec740 void 0.000145
+gallium_dri.so free 0x5571735ec6a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000129
+gallium_dri.so free 0x5571735ec7c0 void 0.000132
+gallium_dri.so free 0x5571735ec6f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000136
+gallium_dri.so free 0x5571735ec840 void 0.000148
+gallium_dri.so free 0x5571735ec6f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ec840 0.000142
+gallium_dri.so free 0x5571735ec900 void 0.000211
+gallium_dri.so free 0x5571735ec840 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec840 0.000128
+gallium_dri.so free 0x5571735eca00 void 0.000127
+gallium_dri.so free 0x5571735ec840 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec840 0.000126
+gallium_dri.so free 0x5571735eca80 void 0.000130
+gallium_dri.so free 0x5571735ec840 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecab0 0.000127
+gallium_dri.so free 0x5571735ecb00 void 0.000128
+gallium_dri.so free 0x5571735ecab0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ecab0 0.000131
+gallium_dri.so free 0x5571735ecc00 void 0.000128
+gallium_dri.so free 0x5571735ecab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000127
+gallium_dri.so free 0x5571735eccc0 void 0.000126
+gallium_dri.so free 0x5571735ecbb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecc70 0.000126
+gallium_dri.so free 0x5571735ecd00 void 0.000127
+gallium_dri.so free 0x5571735ecc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecc70 0.000132
+gallium_dri.so free 0x5571735ecdc0 void 0.000142
+gallium_dri.so free 0x5571735ecc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ece10 0.000124
+gallium_dri.so free 0x5571735ece80 void 0.000126
+gallium_dri.so free 0x5571735ece10 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecec0 0.000126
+gallium_dri.so free 0x5571735ecf40 void 0.000127
+gallium_dri.so free 0x5571735ecec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecf40 0.000141
+gallium_dri.so free 0x5571735ed000 void 0.000143
+gallium_dri.so free 0x5571735ecf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecf40 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000118
+gallium_dri.so free 0x5571735ed100 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000119
+gallium_dri.so free 0x5571735ed2c0 void 0.000125
+gallium_dri.so free 0x5571735ed1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed270 0.000123
+gallium_dri.so free 0x5571735ed340 void 0.000119
+gallium_dri.so free 0x5571735ed270 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed360 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000120
+gallium_dri.so free 0x5571735ed360 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000127
+gallium_dri.so free 0x5571735ed480 void 0.000119
+gallium_dri.so free 0x5571735ed3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed3b0 0.000124
+gallium_dri.so free 0x5571735ed500 void 0.000124
+gallium_dri.so free 0x5571735ed3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed500 0.000123
+gallium_dri.so free 0x5571735ed5c0 void 0.000139
+gallium_dri.so free 0x5571735ed500 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed500 0.000128
+gallium_dri.so free 0x5571735ed680 void 0.000123
+gallium_dri.so free 0x5571735ed500 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed500 0.000122
+gallium_dri.so free 0x5571735ed740 void 0.000119
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000122
+gallium_dri.so free 0x5571735ed740 void 0.000119
+gallium_dri.so free 0x5571735ed6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000115
+gallium_dri.so free 0x5571735ed6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000133
+gallium_dri.so free 0x5571735ed7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000127
+gallium_dri.so free 0x5571735ed940 void 0.000173
+gallium_dri.so free 0x5571735ed8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000127
+gallium_dri.so free 0x5571735eda00 void 0.000133
+gallium_dri.so free 0x5571735ed8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eda40 0.000135
+gallium_dri.so free 0x5571735edac0 void 0.000124
+gallium_dri.so free 0x5571735eda40 void 0.000252
+gallium_dri.so malloc 72 0x5571735edac0 0.000227
+gallium_dri.so free 0x5571735edb80 void 0.000180
+gallium_dri.so free 0x5571735edac0 void 0.000175
+gallium_dri.so malloc 72 0x5571735edac0 0.000138
+gallium_dri.so free 0x5571735edc40 void 0.000139
+gallium_dri.so free 0x5571735edac0 void 0.000138
+gallium_dri.so malloc 72 0x5571735edc60 0.000138
+gallium_dri.so free 0x5571735edd00 void 0.000152
+gallium_dri.so free 0x5571735edc60 void 0.000141
+gallium_dri.so malloc 72 0x5571735edcb0 0.000135
+gallium_dri.so free 0x5571735edd80 void 0.000141
+gallium_dri.so free 0x5571735edcb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735edcb0 0.000137
+gallium_dri.so free 0x5571735ede00 void 0.000134
+gallium_dri.so free 0x5571735edcb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ede00 0.000133
+gallium_dri.so free 0x5571735edec0 void 0.000138
+gallium_dri.so free 0x5571735ede00 void 0.000138
+gallium_dri.so malloc 72 0x5571735ede00 0.000136
+gallium_dri.so free 0x5571735edf80 void 0.000139
+gallium_dri.so free 0x5571735ede00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ede00 0.000136
+gallium_dri.so free 0x5571735ee040 void 0.000140
+gallium_dri.so free 0x5571735ede00 void 0.000140
+gallium_dri.so malloc 72 0x5571735edff0 0.000136
+gallium_dri.so free 0x5571735ee100 void 0.000139
+gallium_dri.so free 0x5571735edff0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000135
+gallium_dri.so free 0x5571735ee180 void 0.000140
+gallium_dri.so free 0x5571735ee0b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000137
+gallium_dri.so free 0x5571735ee240 void 0.000137
+gallium_dri.so free 0x5571735ee1d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee260 0.000137
+gallium_dri.so free 0x5571735ee300 void 0.000137
+gallium_dri.so free 0x5571735ee260 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000131
+gallium_dri.so free 0x5571735ee380 void 0.000144
+gallium_dri.so free 0x5571735ee2b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000136
+gallium_dri.so free 0x5571735ee400 void 0.000153
+gallium_dri.so free 0x5571735ee2b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee400 0.000138
+gallium_dri.so free 0x5571735ee4c0 void 0.000133
+gallium_dri.so free 0x5571735ee400 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee400 0.000133
+gallium_dri.so free 0x5571735ee5c0 void 0.000139
+gallium_dri.so free 0x5571735ee400 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee570 0.000192
+gallium_dri.so free 0x5571735ee600 void 0.000134
+gallium_dri.so free 0x5571735ee570 void 0.000135
+gallium_dri.so malloc 72 0x5571735ee570 0.000143
+gallium_dri.so free 0x5571735ee6c0 void 0.000141
+gallium_dri.so free 0x5571735ee570 void 0.000146
+gallium_dri.so malloc 72 0x5571735ee700 0.000143
+gallium_dri.so free 0x5571735ee780 void 0.000141
+gallium_dri.so free 0x5571735ee700 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee780 0.000142
+gallium_dri.so free 0x5571735ee840 void 0.000145
+gallium_dri.so free 0x5571735ee780 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee780 0.000143
+gallium_dri.so free 0x5571735ee8c0 void 0.000144
+gallium_dri.so free 0x5571735ee780 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000142
+gallium_dri.so free 0x5571735ee940 void 0.000144
+gallium_dri.so free 0x5571735ee8f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000141
+gallium_dri.so free 0x5571735eea40 void 0.000140
+gallium_dri.so free 0x5571735ee8f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735eea80 0.000143
+gallium_dri.so free 0x5571735eeb00 void 0.000144
+gallium_dri.so free 0x5571735eea80 void 0.000144
+gallium_dri.so malloc 72 0x5571735eeb00 0.000143
+gallium_dri.so free 0x5571735eebc0 void 0.000144
+gallium_dri.so free 0x5571735eeb00 void 0.000145
+gallium_dri.so malloc 72 0x5571735eeb00 0.000144
+gallium_dri.so free 0x5571735eec40 void 0.000143
+gallium_dri.so free 0x5571735eeb00 void 0.000144
+gallium_dri.so malloc 72 0x5571735eec70 0.000146
+gallium_dri.so free 0x5571735eecc0 void 0.000141
+gallium_dri.so free 0x5571735eec70 void 0.000143
+gallium_dri.so malloc 72 0x5571735eec70 0.000143
+gallium_dri.so free 0x5571735eedc0 void 0.000144
+gallium_dri.so free 0x5571735eec70 void 0.000145
+gallium_dri.so malloc 72 0x5571735eed70 0.000144
+gallium_dri.so free 0x5571735eee80 void 0.000146
+gallium_dri.so free 0x5571735eed70 void 0.000148
+gallium_dri.so malloc 72 0x5571735eee30 0.000143
+gallium_dri.so free 0x5571735eef00 void 0.000166
+gallium_dri.so free 0x5571735eee30 void 0.000144
+gallium_dri.so malloc 72 0x5571735eee30 0.000140
+gallium_dri.so free 0x5571735eefc0 void 0.000143
+gallium_dri.so free 0x5571735eee30 void 0.000145
+gallium_dri.so malloc 72 0x5571735eee30 0.000145
+gallium_dri.so free 0x5571735ef080 void 0.000145
+gallium_dri.so free 0x5571735eee30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef030 0.000145
+gallium_dri.so free 0x5571735ef100 void 0.000144
+gallium_dri.so free 0x5571735ef030 void 0.000149
+gallium_dri.so malloc 72 0x5571735ef150 0.000141
+gallium_dri.so free 0x5571735ef1c0 void 0.000141
+gallium_dri.so free 0x5571735ef150 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef1e0 0.000143
+gallium_dri.so free 0x5571735ef280 void 0.000145
+gallium_dri.so free 0x5571735ef1e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef230 0.000139
+gallium_dri.so free 0x5571735ef300 void 0.000157
+gallium_dri.so free 0x5571735ef230 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef300 0.000145
+gallium_dri.so free 0x5571735ef3c0 void 0.000145
+gallium_dri.so free 0x5571735ef300 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef300 0.000145
+gallium_dri.so free 0x5571735ef440 void 0.000145
+gallium_dri.so free 0x5571735ef300 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef440 0.000144
+gallium_dri.so free 0x5571735ef500 void 0.000140
+gallium_dri.so free 0x5571735ef440 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef440 0.000142
+gallium_dri.so free 0x5571735ef5c0 void 0.000147
+gallium_dri.so free 0x5571735ef440 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef440 0.000143
+gallium_dri.so free 0x5571735ef680 void 0.000143
+gallium_dri.so free 0x5571735ef440 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef630 0.000146
+gallium_dri.so free 0x5571735ef700 void 0.000144
+gallium_dri.so free 0x5571735ef630 void 0.000190
+gallium_dri.so malloc 72 0x5571735ef750 0.000145
+gallium_dri.so free 0x5571735ef7c0 void 0.000143
+gallium_dri.so free 0x5571735ef750 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef800 0.000138
+gallium_dri.so free 0x5571735ef880 void 0.000138
+gallium_dri.so free 0x5571735ef800 void 0.000143
+gallium_dri.so malloc 72 0x5571735ef800 0.000142
+gallium_dri.so free 0x5571735ef900 void 0.000145
+gallium_dri.so free 0x5571735ef800 void 0.000143
+gallium_dri.so malloc 72 0x5571735ef930 0.000137
+gallium_dri.so free 0x5571735ef980 void 0.000156
+gallium_dri.so free 0x5571735ef930 void 0.000143
+gallium_dri.so malloc 72 0x5571735ef930 0.000148
+gallium_dri.so free 0x5571735efa80 void 0.000143
+gallium_dri.so free 0x5571735ef930 void 0.000144
+gallium_dri.so malloc 72 0x5571735efa30 0.000141
+gallium_dri.so free 0x5571735efb40 void 0.000142
+gallium_dri.so free 0x5571735efa30 void 0.000145
+gallium_dri.so malloc 72 0x5571735efaf0 0.000154
+gallium_dri.so free 0x5571735efb80 void 0.000143
+gallium_dri.so free 0x5571735efaf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735efaf0 0.000140
+gallium_dri.so free 0x5571735efc40 void 0.000145
+gallium_dri.so free 0x5571735efaf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735efcb0 0.000141
+gallium_dri.so free 0x5571735efd00 void 0.000140
+gallium_dri.so free 0x5571735efcb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735efcb0 0.000143
+gallium_dri.so free 0x5571735efe00 void 0.000144
+gallium_dri.so free 0x5571735efcb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735efdb0 0.000140
+gallium_dri.so free 0x5571735efec0 void 0.000143
+gallium_dri.so free 0x5571735efdb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735efe70 0.000144
+gallium_dri.so free 0x5571735eff00 void 0.000145
+gallium_dri.so free 0x5571735efe70 void 0.000144
+gallium_dri.so malloc 72 0x5571735efe70 0.000143
+gallium_dri.so free 0x5571735effc0 void 0.000155
+gallium_dri.so free 0x5571735efe70 void 0.000145
+gallium_dri.so malloc 72 0x5571735f0000 0.000144
+gallium_dri.so free 0x5571735f0080 void 0.000141
+gallium_dri.so free 0x5571735f0000 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0080 0.000141
+gallium_dri.so free 0x5571735f0140 void 0.000145
+gallium_dri.so free 0x5571735f0080 void 0.000145
+gallium_dri.so malloc 72 0x5571735f0080 0.000143
+gallium_dri.so free 0x5571735f0200 void 0.000144
+gallium_dri.so free 0x5571735f0080 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0220 0.000142
+gallium_dri.so free 0x5571735f02c0 void 0.000144
+gallium_dri.so free 0x5571735f0220 void 0.000143
+gallium_dri.so malloc 72 0x5571735f0270 0.000143
+gallium_dri.so free 0x5571735f0340 void 0.000140
+gallium_dri.so free 0x5571735f0270 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0270 0.000140
+gallium_dri.so free 0x5571735f03c0 void 0.000144
+gallium_dri.so free 0x5571735f0270 void 0.000140
+gallium_dri.so malloc 72 0x5571735f03c0 0.000176
+gallium_dri.so free 0x5571735f0480 void 0.000187
+gallium_dri.so free 0x5571735f03c0 void 0.000216
+gallium_dri.so malloc 72 0x5571735f03c0 0.000130
+gallium_dri.so free 0x5571735f0540 void 0.000127
+gallium_dri.so free 0x5571735f03c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f03c0 0.000128
+gallium_dri.so free 0x5571735f0600 void 0.000126
+gallium_dri.so free 0x5571735f03c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f05b0 0.000127
+gallium_dri.so free 0x5571735f06c0 void 0.000126
+gallium_dri.so free 0x5571735f05b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0670 0.000127
+gallium_dri.so free 0x5571735f0740 void 0.000127
+gallium_dri.so free 0x5571735f0670 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0790 0.000126
+gallium_dri.so free 0x5571735f0800 void 0.000128
+gallium_dri.so free 0x5571735f0790 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0820 0.000128
+gallium_dri.so free 0x5571735f08c0 void 0.000127
+gallium_dri.so free 0x5571735f0820 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0870 0.000126
+gallium_dri.so free 0x5571735f0940 void 0.000138
+gallium_dri.so free 0x5571735f0870 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0870 0.000127
+gallium_dri.so free 0x5571735f09c0 void 0.000128
+gallium_dri.so free 0x5571735f0870 void 0.000126
+gallium_dri.so malloc 72 0x5571735f09c0 0.000126
+gallium_dri.so free 0x5571735f0a80 void 0.000127
+gallium_dri.so free 0x5571735f09c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f09c0 0.000125
+gallium_dri.so free 0x5571735f0b80 void 0.000127
+gallium_dri.so free 0x5571735f09c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0b30 0.000125
+gallium_dri.so free 0x5571735f0bc0 void 0.000127
+gallium_dri.so free 0x5571735f0b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0b30 0.000127
+gallium_dri.so free 0x5571735f0c80 void 0.000127
+gallium_dri.so free 0x5571735f0b30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000125
+gallium_dri.so free 0x5571735f0d40 void 0.000126
+gallium_dri.so free 0x5571735f0cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0d40 0.000126
+gallium_dri.so free 0x5571735f0e00 void 0.000125
+gallium_dri.so free 0x5571735f0d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0d40 0.000126
+gallium_dri.so free 0x5571735f0e80 void 0.000131
+gallium_dri.so free 0x5571735f0d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000125
+gallium_dri.so free 0x5571735f0f00 void 0.000127
+gallium_dri.so free 0x5571735f0eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000127
+gallium_dri.so free 0x5571735f1000 void 0.000125
+gallium_dri.so free 0x5571735f0eb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1040 0.000126
+gallium_dri.so free 0x5571735f10c0 void 0.000126
+gallium_dri.so free 0x5571735f1040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f10c0 0.000128
+gallium_dri.so free 0x5571735f1180 void 0.000127
+gallium_dri.so free 0x5571735f10c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f10c0 0.000127
+gallium_dri.so free 0x5571735f1200 void 0.000125
+gallium_dri.so free 0x5571735f10c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f1230 0.000128
+gallium_dri.so free 0x5571735f1280 void 0.000127
+gallium_dri.so free 0x5571735f1230 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1230 0.000126
+gallium_dri.so free 0x5571735f1380 void 0.000128
+gallium_dri.so free 0x5571735f1230 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1330 0.000134
+gallium_dri.so free 0x5571735f1440 void 0.000122
+gallium_dri.so free 0x5571735f1330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f13f0 0.000121
+gallium_dri.so free 0x5571735f14c0 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13f0 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f13f0 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000123
+gallium_dri.so free 0x5571735f13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f15f0 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1710 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000121
+gallium_dri.so free 0x5571735f1710 void 0.000120
+gallium_dri.so malloc 72 0x5571735f17a0 0.000119
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so free 0x5571735f17a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f17f0 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f17f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f18c0 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f18c0 0.000133
+gallium_dri.so free 0x5571735f1a00 void 0.000122
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a00 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000121
+gallium_dri.so free 0x5571735f1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a00 0.000122
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a00 0.000120
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000121
+gallium_dri.so free 0x5571735f1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d10 0.000120
+gallium_dri.so free 0x5571735f1d80 void 0.000120
+gallium_dri.so free 0x5571735f1d10 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000121
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000120
+gallium_dri.so free 0x5571735f1ec0 void 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000120
+gallium_dri.so free 0x5571735f1f40 void 0.000120
+gallium_dri.so free 0x5571735f1ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000124
+gallium_dri.so free 0x5571735f2040 void 0.000121
+gallium_dri.so free 0x5571735f1ef0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000124
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so free 0x5571735f1ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f20b0 0.000120
+gallium_dri.so free 0x5571735f2140 void 0.000120
+gallium_dri.so free 0x5571735f20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20b0 0.000120
+gallium_dri.so free 0x5571735f2200 void 0.000120
+gallium_dri.so free 0x5571735f20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2270 0.000120
+gallium_dri.so free 0x5571735f22c0 void 0.000124
+gallium_dri.so free 0x5571735f2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2270 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f2480 void 0.000120
+gallium_dri.so free 0x5571735f2370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2430 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000163
+gallium_dri.so free 0x5571735f2580 void 0.000122
+gallium_dri.so free 0x5571735f2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f25c0 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2640 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2640 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000121
+gallium_dri.so free 0x5571735f2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27e0 0.000119
+gallium_dri.so free 0x5571735f2880 void 0.000119
+gallium_dri.so free 0x5571735f27e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2830 0.000118
+gallium_dri.so free 0x5571735f2900 void 0.000121
+gallium_dri.so free 0x5571735f2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2830 0.000119
+gallium_dri.so free 0x5571735f2980 void 0.000120
+gallium_dri.so free 0x5571735f2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2980 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f2980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2980 0.000118
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2980 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2980 0.000120
+gallium_dri.so free 0x5571735f2bc0 void 0.000119
+gallium_dri.so free 0x5571735f2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b70 0.000119
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c30 0.000119
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d50 0.000119
+gallium_dri.so free 0x5571735f2dc0 void 0.000120
+gallium_dri.so free 0x5571735f2d50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2de0 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so free 0x5571735f2de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000146
+gallium_dri.so free 0x5571735f2e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735f2f80 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2f80 0.000119
+gallium_dri.so free 0x5571735f3040 void 0.000120
+gallium_dri.so free 0x5571735f2f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2f80 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000131
+gallium_dri.so free 0x5571735f2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30f0 0.000120
+gallium_dri.so free 0x5571735f3180 void 0.000119
+gallium_dri.so free 0x5571735f30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f30f0 0.000120
+gallium_dri.so free 0x5571735f3240 void 0.000120
+gallium_dri.so free 0x5571735f30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3280 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3300 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so free 0x5571735f3300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3300 0.000119
+gallium_dri.so free 0x5571735f3440 void 0.000120
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3470 0.000120
+gallium_dri.so free 0x5571735f34c0 void 0.000120
+gallium_dri.so free 0x5571735f3470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000120
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3600 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x5571735f3600 void 0.000121
+gallium_dri.so malloc 72 0x5571735da8c0 0.000124
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa30 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000120
+gallium_dri.so free 0x5571735daa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa30 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so free 0x5571735daa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa80 0.000121
+gallium_dri.so free 0x5571735dab40 void 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa80 0.000120
+gallium_dri.so free 0x5571735dac40 void 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa80 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735daa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dacf0 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dacf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dacf0 0.000119
+gallium_dri.so free 0x5571735dae40 void 0.000124
+gallium_dri.so free 0x5571735dacf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dadf0 0.000119
+gallium_dri.so free 0x5571735daf00 void 0.000120
+gallium_dri.so free 0x5571735dadf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daeb0 0.000127
+gallium_dri.so free 0x5571735daf40 void 0.000121
+gallium_dri.so free 0x5571735daeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daeb0 0.000121
+gallium_dri.so free 0x5571735db000 void 0.000120
+gallium_dri.so free 0x5571735daeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db050 0.000119
+gallium_dri.so free 0x5571735db0c0 void 0.000120
+gallium_dri.so free 0x5571735db050 void 0.000120
+gallium_dri.so malloc 72 0x5571735db100 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so free 0x5571735db100 void 0.000119
+gallium_dri.so malloc 72 0x5571735db180 0.000119
+gallium_dri.so free 0x5571735db240 void 0.000121
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so malloc 72 0x5571735db180 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000125
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so malloc 72 0x5571735db2f0 0.000119
+gallium_dri.so free 0x5571735db340 void 0.000120
+gallium_dri.so free 0x5571735db2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db2f0 0.000130
+gallium_dri.so free 0x5571735db440 void 0.000121
+gallium_dri.so free 0x5571735db2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3f0 0.000120
+gallium_dri.so free 0x5571735db500 void 0.000120
+gallium_dri.so free 0x5571735db3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db4b0 0.000120
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x5571735db4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db5a0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db5a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5f0 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000120
+gallium_dri.so free 0x5571735db5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db5f0 0.000120
+gallium_dri.so free 0x5571735db740 void 0.000120
+gallium_dri.so free 0x5571735db5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db740 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db740 void 0.000119
+gallium_dri.so malloc 72 0x5571735db740 0.000120
+gallium_dri.so free 0x5571735db8c0 void 0.000121
+gallium_dri.so free 0x5571735db740 void 0.000120
+gallium_dri.so malloc 72 0x5571735db740 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so free 0x5571735db740 void 0.000169
+gallium_dri.so malloc 72 0x5571735db930 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so free 0x5571735db930 void 0.000119
+gallium_dri.so malloc 72 0x5571735db930 0.000119
+gallium_dri.so free 0x5571735dba80 void 0.000120
+gallium_dri.so free 0x5571735db930 void 0.000121
+gallium_dri.so malloc 72 0x5571735dba30 0.000119
+gallium_dri.so free 0x5571735dbb40 void 0.000120
+gallium_dri.so free 0x5571735dba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000119
+gallium_dri.so free 0x5571735dbb80 void 0.000121
+gallium_dri.so free 0x5571735dbaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000119
+gallium_dri.so free 0x5571735dbc40 void 0.000120
+gallium_dri.so free 0x5571735dbaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc80 0.000119
+gallium_dri.so free 0x5571735dbd00 void 0.000151
+gallium_dri.so free 0x5571735dbc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd00 0.000121
+gallium_dri.so free 0x5571735dbdc0 void 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd00 0.000120
+gallium_dri.so free 0x5571735dbe80 void 0.000121
+gallium_dri.so free 0x5571735dbd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbea0 0.000128
+gallium_dri.so free 0x5571735dbf40 void 0.000121
+gallium_dri.so free 0x5571735dbea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbef0 0.000120
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbef0 0.000119
+gallium_dri.so free 0x5571735dc040 void 0.000120
+gallium_dri.so free 0x5571735dbef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc040 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000121
+gallium_dri.so free 0x5571735dc040 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc040 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x5571735dc040 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc040 0.000120
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc040 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc230 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000120
+gallium_dri.so free 0x5571735dc230 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000120
+gallium_dri.so free 0x5571735dc2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc410 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000122
+gallium_dri.so free 0x5571735dc410 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc4a0 0.000120
+gallium_dri.so free 0x5571735dc540 void 0.000121
+gallium_dri.so free 0x5571735dc4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so free 0x5571735dc4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000120
+gallium_dri.so free 0x5571735dc640 void 0.000120
+gallium_dri.so free 0x5571735dc4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc640 0.000120
+gallium_dri.so free 0x5571735dc700 void 0.000120
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc640 0.000120
+gallium_dri.so free 0x5571735dc800 void 0.000120
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735dc840 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000121
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc940 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000131
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000118
+gallium_dri.so free 0x5571735dcb00 void 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb30 0.000132
+gallium_dri.so free 0x5571735dcb80 void 0.000120
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcc80 void 0.000122
+gallium_dri.so free 0x5571735dcb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccc0 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000121
+gallium_dri.so free 0x5571735dccc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd40 0.000119
+gallium_dri.so free 0x5571735dce00 void 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd40 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dceb0 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so free 0x5571735dceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dceb0 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000121
+gallium_dri.so free 0x5571735dceb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000122
+gallium_dri.so free 0x5571735dd0c0 void 0.000122
+gallium_dri.so free 0x5571735dcfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000121
+gallium_dri.so free 0x5571735dd070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000120
+gallium_dri.so free 0x5571735dd2c0 void 0.000120
+gallium_dri.so free 0x5571735dd070 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd270 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000121
+gallium_dri.so free 0x5571735dd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd390 0.000121
+gallium_dri.so free 0x5571735dd400 void 0.000119
+gallium_dri.so free 0x5571735dd390 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd420 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so free 0x5571735dd420 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd470 0.000120
+gallium_dri.so free 0x5571735dd540 void 0.000120
+gallium_dri.so free 0x5571735dd470 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd540 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000167
+gallium_dri.so free 0x5571735dd540 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd540 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000121
+gallium_dri.so free 0x5571735dd540 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd680 0.000119
+gallium_dri.so free 0x5571735dd740 void 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd680 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so free 0x5571735dd680 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd680 0.000119
+gallium_dri.so free 0x5571735dd8c0 void 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd870 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd870 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd990 0.000133
+gallium_dri.so free 0x5571735dda00 void 0.000122
+gallium_dri.so free 0x5571735dd990 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda40 0.000121
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dda40 0.000119
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735dda40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb70 0.000123
+gallium_dri.so free 0x5571735ddbc0 void 0.000122
+gallium_dri.so free 0x5571735ddb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb70 0.000121
+gallium_dri.so free 0x5571735ddcc0 void 0.000120
+gallium_dri.so free 0x5571735ddb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc70 0.000120
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x5571735ddc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddd30 0.000119
+gallium_dri.so free 0x5571735dddc0 void 0.000121
+gallium_dri.so free 0x5571735ddd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd30 0.000119
+gallium_dri.so free 0x5571735dde80 void 0.000120
+gallium_dri.so free 0x5571735ddd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddef0 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000121
+gallium_dri.so free 0x5571735ddef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddef0 0.000119
+gallium_dri.so free 0x5571735de040 void 0.000119
+gallium_dri.so free 0x5571735ddef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddff0 0.000122
+gallium_dri.so free 0x5571735de100 void 0.000120
+gallium_dri.so free 0x5571735ddff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0b0 0.000120
+gallium_dri.so free 0x5571735de140 void 0.000177
+gallium_dri.so free 0x5571735de0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de0b0 0.000119
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so free 0x5571735de0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de240 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000121
+gallium_dri.so free 0x5571735de240 void 0.000120
+gallium_dri.so malloc 72 0x5571735de2c0 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2c0 0.000119
+gallium_dri.so free 0x5571735de440 void 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de460 0.000119
+gallium_dri.so free 0x5571735de500 void 0.000120
+gallium_dri.so free 0x5571735de460 void 0.000119
+gallium_dri.so malloc 72 0x5571735de4b0 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de600 0.000119
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so free 0x5571735de600 void 0.000118
+gallium_dri.so malloc 72 0x5571735de600 0.000130
+gallium_dri.so free 0x5571735de780 void 0.000121
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so malloc 72 0x5571735de600 0.000119
+gallium_dri.so free 0x5571735de840 void 0.000147
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so malloc 72 0x5571735de7f0 0.000120
+gallium_dri.so free 0x5571735de900 void 0.000119
+gallium_dri.so free 0x5571735de7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de8b0 0.000119
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so free 0x5571735de8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de9d0 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000121
+gallium_dri.so free 0x5571735de9d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea60 0.000119
+gallium_dri.so free 0x5571735deb00 void 0.000119
+gallium_dri.so free 0x5571735dea60 void 0.000119
+gallium_dri.so malloc 72 0x5571735deab0 0.000118
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so free 0x5571735deab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735deab0 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000119
+gallium_dri.so free 0x5571735deab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dec00 0.000120
+gallium_dri.so free 0x5571735decc0 void 0.000120
+gallium_dri.so free 0x5571735dec00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dec00 0.000120
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ded70 0.000119
+gallium_dri.so free 0x5571735dee00 void 0.000120
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000125
+gallium_dri.so free 0x5571735deec0 void 0.000121
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735def00 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df040 void 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so malloc 72 0x5571735def80 0.000120
+gallium_dri.so free 0x5571735df0c0 void 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0f0 0.000120
+gallium_dri.so free 0x5571735df140 void 0.000119
+gallium_dri.so free 0x5571735df0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df0f0 0.000120
+gallium_dri.so free 0x5571735df240 void 0.000120
+gallium_dri.so free 0x5571735df0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df280 0.000174
+gallium_dri.so free 0x5571735df300 void 0.000122
+gallium_dri.so free 0x5571735df280 void 0.000121
+gallium_dri.so malloc 72 0x5571735df300 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000120
+gallium_dri.so malloc 72 0x5571735df300 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000121
+gallium_dri.so free 0x5571735df300 void 0.000120
+gallium_dri.so malloc 72 0x5571735df470 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000120
+gallium_dri.so free 0x5571735df470 void 0.000120
+gallium_dri.so malloc 72 0x5571735df470 0.000119
+gallium_dri.so free 0x5571735df5c0 void 0.000120
+gallium_dri.so free 0x5571735df470 void 0.000119
+gallium_dri.so malloc 72 0x5571735df570 0.000120
+gallium_dri.so free 0x5571735df680 void 0.000121
+gallium_dri.so free 0x5571735df570 void 0.000132
+gallium_dri.so malloc 72 0x5571735df630 0.000123
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df630 void 0.000121
+gallium_dri.so malloc 72 0x5571735df630 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000122
+gallium_dri.so free 0x5571735df630 void 0.000120
+gallium_dri.so malloc 72 0x5571735df630 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000121
+gallium_dri.so free 0x5571735df630 void 0.000130
+gallium_dri.so malloc 72 0x5571735df830 0.000121
+gallium_dri.so free 0x5571735df900 void 0.000121
+gallium_dri.so free 0x5571735df830 void 0.000121
+gallium_dri.so malloc 72 0x5571735df950 0.000121
+gallium_dri.so free 0x5571735df9c0 void 0.000120
+gallium_dri.so free 0x5571735df950 void 0.000120
+gallium_dri.so malloc 72 0x5571735df9e0 0.000120
+gallium_dri.so free 0x5571735dfa80 void 0.000119
+gallium_dri.so free 0x5571735df9e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa30 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000119
+gallium_dri.so free 0x5571735dfa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb00 0.000122
+gallium_dri.so free 0x5571735dfbc0 void 0.000122
+gallium_dri.so free 0x5571735dfb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb00 0.000121
+gallium_dri.so free 0x5571735dfc40 void 0.000121
+gallium_dri.so free 0x5571735dfb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc40 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc40 0.000118
+gallium_dri.so free 0x5571735dfdc0 void 0.000125
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc40 0.000184
+gallium_dri.so free 0x5571735dfe80 void 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfe30 0.000119
+gallium_dri.so free 0x5571735dff00 void 0.000120
+gallium_dri.so free 0x5571735dfe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff50 0.000120
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so free 0x5571735dff50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0000 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0000 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0130 0.000120
+gallium_dri.so free 0x5571735e0180 void 0.000120
+gallium_dri.so free 0x5571735e0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0130 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0230 0.000119
+gallium_dri.so free 0x5571735e0340 void 0.000121
+gallium_dri.so free 0x5571735e0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000119
+gallium_dri.so free 0x5571735e0380 void 0.000122
+gallium_dri.so free 0x5571735e02f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e02f0 0.000115
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so free 0x5571735e02f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e04b0 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so free 0x5571735e04b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e04b0 0.000112
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05b0 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so free 0x5571735e05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0670 0.000115
+gallium_dri.so free 0x5571735e0700 void 0.000114
+gallium_dri.so free 0x5571735e0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0670 0.000113
+gallium_dri.so free 0x5571735e07c0 void 0.000114
+gallium_dri.so free 0x5571735e0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0800 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000116
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0880 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000116
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0880 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0a20 0.000118
+gallium_dri.so free 0x5571735e0ac0 void 0.000120
+gallium_dri.so free 0x5571735e0a20 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0a70 0.000119
+gallium_dri.so free 0x5571735e0b40 void 0.000121
+gallium_dri.so free 0x5571735e0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a70 0.000117
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000116
+gallium_dri.so free 0x5571735e0c80 void 0.000120
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000119
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000120
+gallium_dri.so free 0x5571735e0e00 void 0.000119
+gallium_dri.so free 0x5571735e0bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0db0 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so free 0x5571735e0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e70 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so free 0x5571735e0e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f90 0.000120
+gallium_dri.so free 0x5571735e1000 void 0.000228
+gallium_dri.so free 0x5571735e0f90 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1020 0.000118
+gallium_dri.so free 0x5571735e10c0 void 0.000119
+gallium_dri.so free 0x5571735e1020 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1070 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x5571735e1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1070 0.000116
+gallium_dri.so free 0x5571735e11c0 void 0.000119
+gallium_dri.so free 0x5571735e1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735e11c0 0.000118
+gallium_dri.so free 0x5571735e1280 void 0.000117
+gallium_dri.so free 0x5571735e11c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e11c0 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so free 0x5571735e11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000128
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1330 0.000120
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e14c0 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1540 0.000129
+gallium_dri.so free 0x5571735e1600 void 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16b0 0.000119
+gallium_dri.so free 0x5571735e1700 void 0.000118
+gallium_dri.so free 0x5571735e16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16b0 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e16b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1840 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18c0 0.000118
+gallium_dri.so free 0x5571735e1980 void 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e18c0 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1a30 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so free 0x5571735e1a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a30 0.000119
+gallium_dri.so free 0x5571735e1b80 void 0.000119
+gallium_dri.so free 0x5571735e1a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1b30 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000116
+gallium_dri.so free 0x5571735e1b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000117
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000116
+gallium_dri.so free 0x5571735e1bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000122
+gallium_dri.so free 0x5571735e1e40 void 0.000181
+gallium_dri.so free 0x5571735e1bf0 void 0.000150
+gallium_dri.so malloc 72 0x5571735e1df0 0.000149
+gallium_dri.so free 0x5571735e1ec0 void 0.000140
+gallium_dri.so free 0x5571735e1df0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e1f10 0.000140
+gallium_dri.so free 0x5571735e1f80 void 0.000127
+gallium_dri.so free 0x5571735e1f10 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000140
+gallium_dri.so free 0x5571735e2040 void 0.000121
+gallium_dri.so free 0x5571735e1fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000120
+gallium_dri.so free 0x5571735e20c0 void 0.000121
+gallium_dri.so free 0x5571735e1ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e20c0 0.000132
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e20c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e20c0 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000121
+gallium_dri.so free 0x5571735e20c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2200 0.000121
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2200 0.000122
+gallium_dri.so free 0x5571735e2380 void 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2200 0.000121
+gallium_dri.so free 0x5571735e2440 void 0.000121
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23f0 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000133
+gallium_dri.so free 0x5571735e23f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2510 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000121
+gallium_dri.so free 0x5571735e2510 void 0.000120
+gallium_dri.so malloc 72 0x5571735e25c0 0.000123
+gallium_dri.so free 0x5571735e2640 void 0.000120
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e25c0 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000140
+gallium_dri.so free 0x5571735e25c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e26f0 0.000121
+gallium_dri.so free 0x5571735e2740 void 0.000121
+gallium_dri.so free 0x5571735e26f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e26f0 0.000121
+gallium_dri.so free 0x5571735e2840 void 0.000121
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e27f0 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e27f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e28b0 0.000120
+gallium_dri.so free 0x5571735e2940 void 0.000120
+gallium_dri.so free 0x5571735e28b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e28b0 0.000120
+gallium_dri.so free 0x5571735e2a00 void 0.000148
+gallium_dri.so free 0x5571735e28b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2a70 0.000121
+gallium_dri.so free 0x5571735e2ac0 void 0.000127
+gallium_dri.so free 0x5571735e2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2a70 0.000140
+gallium_dri.so free 0x5571735e2bc0 void 0.000128
+gallium_dri.so free 0x5571735e2a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2b70 0.000121
+gallium_dri.so free 0x5571735e2c80 void 0.000122
+gallium_dri.so free 0x5571735e2b70 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2c30 0.000129
+gallium_dri.so free 0x5571735e2cc0 void 0.000127
+gallium_dri.so free 0x5571735e2c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2c30 0.000126
+gallium_dri.so free 0x5571735e2d80 void 0.000127
+gallium_dri.so free 0x5571735e2c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2dc0 0.000127
+gallium_dri.so free 0x5571735e2e40 void 0.000128
+gallium_dri.so free 0x5571735e2dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2e40 0.000126
+gallium_dri.so free 0x5571735e2f00 void 0.000128
+gallium_dri.so free 0x5571735e2e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2e40 0.000126
+gallium_dri.so free 0x5571735e2fc0 void 0.000127
+gallium_dri.so free 0x5571735e2e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000127
+gallium_dri.so free 0x5571735e3080 void 0.000127
+gallium_dri.so free 0x5571735e2fe0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3030 0.000128
+gallium_dri.so free 0x5571735e3100 void 0.000128
+gallium_dri.so free 0x5571735e3030 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3030 0.000126
+gallium_dri.so free 0x5571735e3180 void 0.000126
+gallium_dri.so free 0x5571735e3030 void 0.000142
+gallium_dri.so malloc 72 0x5571735e3180 0.000138
+gallium_dri.so free 0x5571735e3240 void 0.000127
+gallium_dri.so free 0x5571735e3180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3180 0.000126
+gallium_dri.so free 0x5571735e3300 void 0.000126
+gallium_dri.so free 0x5571735e3180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3180 0.000126
+gallium_dri.so free 0x5571735e33c0 void 0.000125
+gallium_dri.so free 0x5571735e3180 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3370 0.000130
+gallium_dri.so free 0x5571735e3480 void 0.000127
+gallium_dri.so free 0x5571735e3370 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3430 0.000127
+gallium_dri.so free 0x5571735e3500 void 0.000127
+gallium_dri.so free 0x5571735e3430 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3550 0.000126
+gallium_dri.so free 0x5571735e35c0 void 0.000127
+gallium_dri.so free 0x5571735e3550 void 0.000126
+gallium_dri.so malloc 72 0x5571735e35e0 0.000126
+gallium_dri.so free 0x5571735e3680 void 0.000128
+gallium_dri.so free 0x5571735e35e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3630 0.000128
+gallium_dri.so free 0x5571735e3700 void 0.000128
+gallium_dri.so free 0x5571735e3630 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3630 0.000146
+gallium_dri.so free 0x5571735e3780 void 0.000127
+gallium_dri.so free 0x5571735e3630 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3780 0.000127
+gallium_dri.so free 0x5571735883c0 void 0.000126
+gallium_dri.so free 0x5571735e3780 void 0.000127
+gallium_dri.so malloc 72 0x557173588370 0.000126
+gallium_dri.so free 0x557173588440 void 0.000127
+gallium_dri.so free 0x557173588370 void 0.000126
+gallium_dri.so malloc 72 0x557173588460 0.000129
+gallium_dri.so free 0x557173588500 void 0.000123
+gallium_dri.so free 0x557173588460 void 0.000121
+gallium_dri.so malloc 72 0x5571735884b0 0.000119
+gallium_dri.so free 0x557173588580 void 0.000121
+gallium_dri.so free 0x5571735884b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735884b0 0.000120
+gallium_dri.so free 0x557173588600 void 0.000121
+gallium_dri.so free 0x5571735884b0 void 0.000121
+gallium_dri.so malloc 72 0x557173588600 0.000121
+gallium_dri.so free 0x5571735886c0 void 0.000126
+gallium_dri.so free 0x557173588600 void 0.000121
+gallium_dri.so malloc 72 0x557173588600 0.000121
+gallium_dri.so free 0x557173588780 void 0.000121
+gallium_dri.so free 0x557173588600 void 0.000122
+gallium_dri.so malloc 72 0x557173588600 0.000120
+gallium_dri.so free 0x557173588840 void 0.000117
+gallium_dri.so free 0x557173588600 void 0.000127
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so free 0x5571735887f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x557173588940 void 0.000121
+gallium_dri.so free 0x5571735887f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735888f0 0.000120
+gallium_dri.so free 0x557173588a00 void 0.000120
+gallium_dri.so free 0x5571735888f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735889b0 0.000121
+gallium_dri.so free 0x557173588a40 void 0.000119
+gallium_dri.so free 0x5571735889b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735889b0 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x5571735889b0 void 0.000121
+gallium_dri.so malloc 72 0x557173588b40 0.000122
+gallium_dri.so free 0x557173588bc0 void 0.000122
+gallium_dri.so free 0x557173588b40 void 0.000121
+gallium_dri.so malloc 72 0x557173588bc0 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000128
+gallium_dri.so free 0x557173588bc0 void 0.000142
+gallium_dri.so malloc 72 0x557173588bc0 0.000122
+gallium_dri.so free 0x557173588d40 void 0.000123
+gallium_dri.so free 0x557173588bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173588d60 0.000121
+gallium_dri.so free 0x557173588e00 void 0.000120
+gallium_dri.so free 0x557173588d60 void 0.000120
+gallium_dri.so malloc 72 0x557173588db0 0.000121
+gallium_dri.so free 0x557173588e80 void 0.000121
+gallium_dri.so free 0x557173588db0 void 0.000122
+gallium_dri.so malloc 72 0x557173588db0 0.000120
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so free 0x557173588db0 void 0.000119
+gallium_dri.so malloc 72 0x557173588f00 0.000126
+gallium_dri.so free 0x557173588fc0 void 0.000121
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so malloc 72 0x557173588f00 0.000120
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so malloc 72 0x557173588f00 0.000119
+gallium_dri.so free 0x557173589140 void 0.000120
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735890f0 0.000120
+gallium_dri.so free 0x557173589200 void 0.000120
+gallium_dri.so free 0x5571735890f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735891b0 0.000120
+gallium_dri.so free 0x557173589280 void 0.000120
+gallium_dri.so free 0x5571735891b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735892d0 0.000128
+gallium_dri.so free 0x557173589340 void 0.000128
+gallium_dri.so free 0x5571735892d0 void 0.000121
+gallium_dri.so malloc 72 0x557173589360 0.000121
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x557173589360 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x557173589480 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000122
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589500 0.000119
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so malloc 72 0x557173589500 0.000120
+gallium_dri.so free 0x5571735896c0 void 0.000120
+gallium_dri.so free 0x557173589500 void 0.000121
+gallium_dri.so malloc 72 0x557173589670 0.000120
+gallium_dri.so free 0x557173589700 void 0.000121
+gallium_dri.so free 0x557173589670 void 0.000120
+gallium_dri.so malloc 72 0x557173589670 0.000121
+gallium_dri.so free 0x5571735897c0 void 0.000120
+gallium_dri.so free 0x557173589670 void 0.000120
+gallium_dri.so malloc 72 0x557173589800 0.000122
+gallium_dri.so free 0x557173589880 void 0.000120
+gallium_dri.so free 0x557173589800 void 0.000131
+gallium_dri.so malloc 72 0x557173589880 0.000120
+gallium_dri.so free 0x557173589940 void 0.000121
+gallium_dri.so free 0x557173589880 void 0.000120
+gallium_dri.so malloc 72 0x557173589880 0.000121
+gallium_dri.so free 0x5571735899c0 void 0.000251
+gallium_dri.so free 0x557173589880 void 0.000181
+gallium_dri.so malloc 72 0x5571735899f0 0.000182
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x5571735899f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899f0 0.000118
+gallium_dri.so free 0x557173589b40 void 0.000120
+gallium_dri.so free 0x5571735899f0 void 0.000118
+gallium_dri.so malloc 72 0x557173589b80 0.000118
+gallium_dri.so free 0x557173589c00 void 0.000117
+gallium_dri.so free 0x557173589b80 void 0.000118
+gallium_dri.so malloc 72 0x557173589c00 0.000117
+gallium_dri.so free 0x557173589cc0 void 0.000118
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so malloc 72 0x557173589c00 0.000118
+gallium_dri.so free 0x557173589d40 void 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so malloc 72 0x557173589d70 0.000118
+gallium_dri.so free 0x557173589dc0 void 0.000127
+gallium_dri.so free 0x557173589d70 void 0.000130
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173589ec0 void 0.000119
+gallium_dri.so free 0x557173589d70 void 0.000118
+gallium_dri.so malloc 72 0x557173589e70 0.000118
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589e70 void 0.000118
+gallium_dri.so malloc 72 0x557173589f30 0.000117
+gallium_dri.so free 0x55717358a000 void 0.000119
+gallium_dri.so free 0x557173589f30 void 0.000118
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a0c0 void 0.000117
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a180 void 0.000118
+gallium_dri.so free 0x557173589f30 void 0.000118
+gallium_dri.so malloc 72 0x55717358a130 0.000118
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so free 0x55717358a130 void 0.000120
+gallium_dri.so malloc 72 0x55717358a250 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000118
+gallium_dri.so free 0x55717358a250 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2e0 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000118
+gallium_dri.so free 0x55717358a2e0 void 0.000150
+gallium_dri.so malloc 72 0x55717358a330 0.000125
+gallium_dri.so free 0x55717358a400 void 0.000165
+gallium_dri.so free 0x55717358a330 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000119
+gallium_dri.so free 0x55717358a4c0 void 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000117
+gallium_dri.so free 0x55717358a540 void 0.000117
+gallium_dri.so free 0x55717358a400 void 0.000117
+gallium_dri.so malloc 72 0x55717358a540 0.000117
+gallium_dri.so free 0x55717358a600 void 0.000118
+gallium_dri.so free 0x55717358a540 void 0.000119
+gallium_dri.so malloc 72 0x55717358a540 0.000117
+gallium_dri.so free 0x55717358a6c0 void 0.000120
+gallium_dri.so free 0x55717358a540 void 0.000119
+gallium_dri.so malloc 72 0x55717358a540 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000117
+gallium_dri.so free 0x55717358a540 void 0.000114
+gallium_dri.so malloc 72 0x55717358a730 0.000118
+gallium_dri.so free 0x55717358a800 void 0.000118
+gallium_dri.so free 0x55717358a730 void 0.000118
+gallium_dri.so malloc 72 0x55717358a850 0.000117
+gallium_dri.so free 0x55717358a8c0 void 0.000119
+gallium_dri.so free 0x55717358a850 void 0.000119
+gallium_dri.so malloc 72 0x55717358a900 0.000117
+gallium_dri.so free 0x55717358a980 void 0.000119
+gallium_dri.so free 0x55717358a900 void 0.000142
+gallium_dri.so malloc 72 0x55717358a900 0.000130
+gallium_dri.so free 0x55717358aa00 void 0.000121
+gallium_dri.so free 0x55717358a900 void 0.000120
+gallium_dri.so malloc 72 0x55717358aa30 0.000119
+gallium_dri.so free 0x55717358aa80 void 0.000120
+gallium_dri.so free 0x55717358aa30 void 0.000118
+gallium_dri.so malloc 72 0x55717358aa30 0.000120
+gallium_dri.so free 0x55717358ab80 void 0.000117
+gallium_dri.so free 0x55717358aa30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ab30 0.000119
+gallium_dri.so free 0x55717358ac40 void 0.000120
+gallium_dri.so free 0x55717358ab30 void 0.000152
+gallium_dri.so malloc 72 0x55717358abf0 0.000120
+gallium_dri.so free 0x55717358ac80 void 0.000119
+gallium_dri.so free 0x55717358abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358abf0 0.000117
+gallium_dri.so free 0x55717358ad40 void 0.000117
+gallium_dri.so free 0x55717358abf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358adb0 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000119
+gallium_dri.so free 0x55717358adb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358adb0 0.000118
+gallium_dri.so free 0x55717358af00 void 0.000119
+gallium_dri.so free 0x55717358adb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aeb0 0.000119
+gallium_dri.so free 0x55717358afc0 void 0.000119
+gallium_dri.so free 0x55717358aeb0 void 0.000139
+gallium_dri.so malloc 72 0x55717358af70 0.000120
+gallium_dri.so free 0x55717358b000 void 0.000119
+gallium_dri.so free 0x55717358af70 void 0.000118
+gallium_dri.so malloc 72 0x55717358af70 0.000119
+gallium_dri.so free 0x55717358b0c0 void 0.000118
+gallium_dri.so free 0x55717358af70 void 0.000119
+gallium_dri.so malloc 72 0x55717358b100 0.000126
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so free 0x55717358b100 void 0.000119
+gallium_dri.so malloc 72 0x55717358b180 0.000118
+gallium_dri.so free 0x55717358b240 void 0.000120
+gallium_dri.so free 0x55717358b180 void 0.000120
+gallium_dri.so malloc 72 0x55717358b180 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so malloc 72 0x55717358b320 0.000117
+gallium_dri.so free 0x55717358b3c0 void 0.000117
+gallium_dri.so free 0x55717358b320 void 0.000118
+gallium_dri.so malloc 72 0x55717358b370 0.000117
+gallium_dri.so free 0x55717358b440 void 0.000117
+gallium_dri.so free 0x55717358b370 void 0.000117
+gallium_dri.so malloc 72 0x55717358b370 0.000118
+gallium_dri.so free 0x55717358b4c0 void 0.000119
+gallium_dri.so free 0x55717358b370 void 0.000118
+gallium_dri.so malloc 72 0x55717358b4c0 0.000118
+gallium_dri.so free 0x55717358b580 void 0.000192
+gallium_dri.so free 0x55717358b4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b4c0 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so free 0x55717358b4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b4c0 0.000116
+gallium_dri.so free 0x55717358b700 void 0.000117
+gallium_dri.so free 0x55717358b4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6b0 0.000119
+gallium_dri.so free 0x55717358b7c0 void 0.000119
+gallium_dri.so free 0x55717358b6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b770 0.000117
+gallium_dri.so free 0x55717358b840 void 0.000117
+gallium_dri.so free 0x55717358b770 void 0.000117
+gallium_dri.so malloc 72 0x55717358b890 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x55717358b890 void 0.000120
+gallium_dri.so malloc 72 0x55717358b920 0.000118
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so free 0x55717358b920 void 0.000117
+gallium_dri.so malloc 72 0x55717358b970 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b970 void 0.000117
+gallium_dri.so malloc 72 0x55717358b970 0.000117
+gallium_dri.so free 0x55717358bac0 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000292
+gallium_dri.so malloc 72 0x55717358bac0 0.000183
+gallium_dri.so free 0x55717358bb80 void 0.000185
+gallium_dri.so free 0x55717358bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bac0 0.000118
+gallium_dri.so free 0x55717358bc80 void 0.000119
+gallium_dri.so free 0x55717358bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bc30 0.000118
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so free 0x55717358bc30 void 0.000118
+gallium_dri.so malloc 72 0x55717358bc30 0.000118
+gallium_dri.so free 0x55717358bd80 void 0.000120
+gallium_dri.so free 0x55717358bc30 void 0.000118
+gallium_dri.so malloc 72 0x55717358bdc0 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000119
+gallium_dri.so free 0x55717358bdc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358be40 0.000118
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000118
+gallium_dri.so malloc 72 0x55717358be40 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bfb0 0.000127
+gallium_dri.so free 0x55717358c000 void 0.000120
+gallium_dri.so free 0x55717358bfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bfb0 0.000145
+gallium_dri.so free 0x55717358c100 void 0.000120
+gallium_dri.so free 0x55717358bfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c140 0.000118
+gallium_dri.so free 0x55717358c1c0 void 0.000119
+gallium_dri.so free 0x55717358c140 void 0.000117
+gallium_dri.so malloc 72 0x55717358c1c0 0.000117
+gallium_dri.so free 0x55717358c280 void 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c1c0 0.000117
+gallium_dri.so free 0x55717358c300 void 0.000118
+gallium_dri.so free 0x55717358c1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c330 0.000118
+gallium_dri.so free 0x55717358c380 void 0.000120
+gallium_dri.so free 0x55717358c330 void 0.000118
+gallium_dri.so malloc 72 0x55717358c330 0.000118
+gallium_dri.so free 0x55717358c480 void 0.000118
+gallium_dri.so free 0x55717358c330 void 0.000119
+gallium_dri.so malloc 72 0x55717358c430 0.000119
+gallium_dri.so free 0x55717358c540 void 0.000118
+gallium_dri.so free 0x55717358c430 void 0.000119
+gallium_dri.so malloc 72 0x55717358c4f0 0.000118
+gallium_dri.so free 0x55717358c5c0 void 0.000119
+gallium_dri.so free 0x55717358c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c4f0 0.000118
+gallium_dri.so free 0x55717358c680 void 0.000118
+gallium_dri.so free 0x55717358c4f0 void 0.000168
+gallium_dri.so malloc 72 0x55717358c4f0 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000119
+gallium_dri.so free 0x55717358c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6f0 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so free 0x55717358c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c810 0.000118
+gallium_dri.so free 0x55717358c880 void 0.000118
+gallium_dri.so free 0x55717358c810 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8a0 0.000118
+gallium_dri.so free 0x55717358c940 void 0.000117
+gallium_dri.so free 0x55717358c8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8f0 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so free 0x55717358c8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000118
+gallium_dri.so free 0x55717358ca80 void 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9c0 0.000120
+gallium_dri.so free 0x55717358cb00 void 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cb00 0.000117
+gallium_dri.so free 0x55717358cbc0 void 0.000118
+gallium_dri.so free 0x55717358cb00 void 0.000118
+gallium_dri.so malloc 72 0x55717358cb00 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000128
+gallium_dri.so free 0x55717358cb00 void 0.000119
+gallium_dri.so malloc 72 0x55717358cb00 0.000119
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358cb00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ccf0 0.000117
+gallium_dri.so free 0x55717358cdc0 void 0.000117
+gallium_dri.so free 0x55717358ccf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ce10 0.000129
+gallium_dri.so free 0x55717358ce80 void 0.000120
+gallium_dri.so free 0x55717358ce10 void 0.000119
+gallium_dri.so malloc 72 0x55717358cec0 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000118
+gallium_dri.so free 0x55717358cec0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cec0 0.000121
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so free 0x55717358cec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cff0 0.000118
+gallium_dri.so free 0x55717358d040 void 0.000117
+gallium_dri.so free 0x55717358cff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cff0 0.000122
+gallium_dri.so free 0x55717358d140 void 0.000118
+gallium_dri.so free 0x55717358cff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d0f0 0.000117
+gallium_dri.so free 0x55717358d200 void 0.000117
+gallium_dri.so free 0x55717358d0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d1b0 0.000157
+gallium_dri.so free 0x55717358d240 void 0.000124
+gallium_dri.so free 0x55717358d1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d1b0 0.000117
+gallium_dri.so free 0x55717358d300 void 0.000119
+gallium_dri.so free 0x55717358d1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d370 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000119
+gallium_dri.so free 0x55717358d370 void 0.000119
+gallium_dri.so malloc 72 0x55717358d370 0.000118
+gallium_dri.so free 0x55717358d4c0 void 0.000118
+gallium_dri.so free 0x55717358d370 void 0.000116
+gallium_dri.so malloc 72 0x55717358d470 0.000118
+gallium_dri.so free 0x55717358d580 void 0.000118
+gallium_dri.so free 0x55717358d470 void 0.000119
+gallium_dri.so malloc 72 0x55717358d530 0.000118
+gallium_dri.so free 0x55717358d5c0 void 0.000118
+gallium_dri.so free 0x55717358d530 void 0.000120
+gallium_dri.so malloc 72 0x55717358d530 0.000120
+gallium_dri.so free 0x55717358d680 void 0.000118
+gallium_dri.so free 0x55717358d530 void 0.000118
+gallium_dri.so malloc 72 0x55717358d6c0 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000121
+gallium_dri.so free 0x55717358d6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d740 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so malloc 72 0x55717358d740 0.000119
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000118
+gallium_dri.so malloc 72 0x55717358d8e0 0.000118
+gallium_dri.so free 0x55717358d980 void 0.000118
+gallium_dri.so free 0x55717358d8e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d930 0.000118
+gallium_dri.so free 0x55717358da00 void 0.000118
+gallium_dri.so free 0x55717358d930 void 0.000118
+gallium_dri.so malloc 72 0x55717358d930 0.000119
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so free 0x55717358d930 void 0.000118
+gallium_dri.so malloc 72 0x55717358da80 0.000118
+gallium_dri.so free 0x55717358db40 void 0.000119
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so malloc 72 0x55717358da80 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so free 0x55717358da80 void 0.000117
+gallium_dri.so malloc 72 0x55717358da80 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000119
+gallium_dri.so free 0x55717358da80 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000118
+gallium_dri.so free 0x55717358dd80 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd30 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000118
+gallium_dri.so free 0x55717358dd30 void 0.000125
+gallium_dri.so malloc 72 0x55717358de50 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358de50 void 0.000124
+gallium_dri.so malloc 72 0x55717358dee0 0.000119
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358dee0 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000117
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000118
+gallium_dri.so free 0x55717358e080 void 0.000118
+gallium_dri.so free 0x55717358df30 void 0.000116
+gallium_dri.so malloc 72 0x55717358e080 0.000119
+gallium_dri.so free 0x55717358e140 void 0.000119
+gallium_dri.so free 0x55717358e080 void 0.000118
+gallium_dri.so malloc 72 0x55717358e080 0.000118
+gallium_dri.so free 0x55717358e240 void 0.000119
+gallium_dri.so free 0x55717358e080 void 0.000119
+gallium_dri.so malloc 72 0x55717358e1f0 0.000118
+gallium_dri.so free 0x55717358e280 void 0.000118
+gallium_dri.so free 0x55717358e1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e1f0 0.000118
+gallium_dri.so free 0x55717358e340 void 0.000117
+gallium_dri.so free 0x55717358e1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e380 0.000117
+gallium_dri.so free 0x55717358e400 void 0.000166
+gallium_dri.so free 0x55717358e380 void 0.000115
+gallium_dri.so malloc 72 0x55717358e400 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so malloc 72 0x55717358e400 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000120
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so malloc 72 0x55717358e570 0.000118
+gallium_dri.so free 0x55717358e5c0 void 0.000118
+gallium_dri.so free 0x55717358e570 void 0.000118
+gallium_dri.so malloc 72 0x55717358e570 0.000119
+gallium_dri.so free 0x55717358e6c0 void 0.000122
+gallium_dri.so free 0x55717358e570 void 0.000120
+gallium_dri.so malloc 72 0x55717358e700 0.000118
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so free 0x55717358e700 void 0.000119
+gallium_dri.so malloc 72 0x55717358e780 0.000120
+gallium_dri.so free 0x55717358e840 void 0.000120
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so malloc 72 0x55717358e780 0.000120
+gallium_dri.so free 0x55717358e8c0 void 0.000119
+gallium_dri.so free 0x55717358e780 void 0.000119
+gallium_dri.so malloc 72 0x55717358e8f0 0.000119
+gallium_dri.so free 0x55717358e940 void 0.000119
+gallium_dri.so free 0x55717358e8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e8f0 0.000130
+gallium_dri.so free 0x55717358ea40 void 0.000134
+gallium_dri.so free 0x55717358e8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e9f0 0.000118
+gallium_dri.so free 0x55717358eb00 void 0.000119
+gallium_dri.so free 0x55717358e9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x55717358eb80 void 0.000118
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eab0 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000119
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ecb0 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ecb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358edd0 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000124
+gallium_dri.so free 0x55717358edd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ee60 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000118
+gallium_dri.so free 0x55717358ee60 void 0.000115
+gallium_dri.so malloc 72 0x55717358eeb0 0.000117
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358eeb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358ef80 0.000118
+gallium_dri.so free 0x55717358f040 void 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x55717358f0c0 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so malloc 72 0x55717358f0c0 0.000120
+gallium_dri.so free 0x55717358f180 void 0.000118
+gallium_dri.so free 0x55717358f0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f0c0 0.000119
+gallium_dri.so free 0x55717358f240 void 0.000119
+gallium_dri.so free 0x55717358f0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f0c0 0.000118
+gallium_dri.so free 0x55717358f300 void 0.000121
+gallium_dri.so free 0x55717358f0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f2b0 0.000118
+gallium_dri.so free 0x55717358f380 void 0.000119
+gallium_dri.so free 0x55717358f2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f3d0 0.000118
+gallium_dri.so free 0x55717358f440 void 0.000118
+gallium_dri.so free 0x55717358f3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f480 0.000118
+gallium_dri.so free 0x55717358f500 void 0.000118
+gallium_dri.so free 0x55717358f480 void 0.000119
+gallium_dri.so malloc 72 0x55717358f480 0.000118
+gallium_dri.so free 0x55717358f580 void 0.000187
+gallium_dri.so free 0x55717358f480 void 0.000121
+gallium_dri.so malloc 72 0x55717358f5b0 0.000118
+gallium_dri.so free 0x55717358f600 void 0.000119
+gallium_dri.so free 0x55717358f5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f5b0 0.000118
+gallium_dri.so free 0x55717358f700 void 0.000118
+gallium_dri.so free 0x55717358f5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f6b0 0.000119
+gallium_dri.so free 0x55717358f7c0 void 0.000120
+gallium_dri.so free 0x55717358f6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f770 0.000119
+gallium_dri.so free 0x55717358f800 void 0.000118
+gallium_dri.so free 0x55717358f770 void 0.000118
+gallium_dri.so malloc 72 0x55717358f770 0.000118
+gallium_dri.so free 0x55717358f8c0 void 0.000121
+gallium_dri.so free 0x55717358f770 void 0.000120
+gallium_dri.so malloc 72 0x55717358f930 0.000119
+gallium_dri.so free 0x55717358f980 void 0.000118
+gallium_dri.so free 0x55717358f930 void 0.000119
+gallium_dri.so malloc 72 0x55717358f930 0.000118
+gallium_dri.so free 0x55717358fa80 void 0.000124
+gallium_dri.so free 0x55717358f930 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa30 0.000118
+gallium_dri.so free 0x55717358fb40 void 0.000118
+gallium_dri.so free 0x55717358fa30 void 0.000118
+gallium_dri.so malloc 72 0x55717358faf0 0.000122
+gallium_dri.so free 0x55717358fb80 void 0.000120
+gallium_dri.so free 0x55717358faf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358faf0 0.000118
+gallium_dri.so free 0x55717358fc40 void 0.000119
+gallium_dri.so free 0x55717358faf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358fc80 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so free 0x55717358fc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358fd00 0.000124
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so malloc 72 0x55717358fd00 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358fea0 0.000119
+gallium_dri.so free 0x55717358ff40 void 0.000124
+gallium_dri.so free 0x55717358fea0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fef0 0.000118
+gallium_dri.so free 0x55717358ffc0 void 0.000119
+gallium_dri.so free 0x55717358fef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fef0 0.000118
+gallium_dri.so free 0x557173590040 void 0.000119
+gallium_dri.so free 0x55717358fef0 void 0.000119
+gallium_dri.so malloc 72 0x557173590040 0.000119
+gallium_dri.so free 0x557173590100 void 0.000118
+gallium_dri.so free 0x557173590040 void 0.000122
+gallium_dri.so malloc 72 0x557173590040 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000149
+gallium_dri.so free 0x557173590040 void 0.000121
+gallium_dri.so malloc 72 0x557173590040 0.000119
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x557173590040 void 0.000120
+gallium_dri.so malloc 72 0x557173590230 0.000120
+gallium_dri.so free 0x557173590340 void 0.000120
+gallium_dri.so free 0x557173590230 void 0.000116
+gallium_dri.so malloc 72 0x5571735902f0 0.000118
+gallium_dri.so free 0x5571735903c0 void 0.000120
+gallium_dri.so free 0x5571735902f0 void 0.000118
+gallium_dri.so malloc 72 0x557173590410 0.000119
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x557173590410 void 0.000116
+gallium_dri.so malloc 72 0x5571735904a0 0.000118
+gallium_dri.so free 0x557173590540 void 0.000121
+gallium_dri.so free 0x5571735904a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735904f0 0.000120
+gallium_dri.so free 0x5571735905c0 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x557173590640 void 0.000124
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x557173590640 0.000119
+gallium_dri.so free 0x557173590700 void 0.000124
+gallium_dri.so free 0x557173590640 void 0.000119
+gallium_dri.so malloc 72 0x557173590640 0.000120
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so free 0x557173590640 void 0.000118
+gallium_dri.so malloc 72 0x5571735907b0 0.000119
+gallium_dri.so free 0x557173590840 void 0.000119
+gallium_dri.so free 0x5571735907b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735907b0 0.000118
+gallium_dri.so free 0x557173590900 void 0.000120
+gallium_dri.so free 0x5571735907b0 void 0.000118
+gallium_dri.so malloc 72 0x557173590940 0.000118
+gallium_dri.so free 0x5571735909c0 void 0.000120
+gallium_dri.so free 0x557173590940 void 0.000118
+gallium_dri.so malloc 72 0x5571735909c0 0.000119
+gallium_dri.so free 0x557173590a80 void 0.000119
+gallium_dri.so free 0x5571735909c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735909c0 0.000119
+gallium_dri.so free 0x557173590b00 void 0.000118
+gallium_dri.so free 0x5571735909c0 void 0.000118
+gallium_dri.so malloc 72 0x557173590b30 0.000120
+gallium_dri.so free 0x557173590b80 void 0.000119
+gallium_dri.so free 0x557173590b30 void 0.000118
+gallium_dri.so malloc 72 0x557173590b30 0.000118
+gallium_dri.so free 0x557173590c80 void 0.000119
+gallium_dri.so free 0x557173590b30 void 0.000119
+gallium_dri.so malloc 72 0x557173590cc0 0.000123
+gallium_dri.so free 0x557173590d40 void 0.000119
+gallium_dri.so free 0x557173590cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173590d40 0.000119
+gallium_dri.so free 0x557173590e00 void 0.000118
+gallium_dri.so free 0x557173590d40 void 0.000119
+gallium_dri.so malloc 72 0x557173590d40 0.000118
+gallium_dri.so free 0x557173590e80 void 0.000120
+gallium_dri.so free 0x557173590d40 void 0.000118
+gallium_dri.so malloc 72 0x557173590eb0 0.000119
+gallium_dri.so free 0x557173590f00 void 0.000119
+gallium_dri.so free 0x557173590eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173590eb0 0.000119
+gallium_dri.so free 0x557173591000 void 0.000121
+gallium_dri.so free 0x557173590eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173590fb0 0.000119
+gallium_dri.so free 0x5571735910c0 void 0.000120
+gallium_dri.so free 0x557173590fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173591070 0.000118
+gallium_dri.so free 0x557173591140 void 0.000119
+gallium_dri.so free 0x557173591070 void 0.000118
+gallium_dri.so malloc 72 0x557173591070 0.000117
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so free 0x557173591070 void 0.000114
+gallium_dri.so malloc 72 0x557173591070 0.000118
+gallium_dri.so free 0x5571735912c0 void 0.000118
+gallium_dri.so free 0x557173591070 void 0.000131
+gallium_dri.so malloc 72 0x557173591270 0.000120
+gallium_dri.so free 0x557173591340 void 0.000118
+gallium_dri.so free 0x557173591270 void 0.000115
+gallium_dri.so malloc 72 0x557173591390 0.000118
+gallium_dri.so free 0x557173591400 void 0.000118
+gallium_dri.so free 0x557173591390 void 0.000118
+gallium_dri.so malloc 72 0x557173591420 0.000118
+gallium_dri.so free 0x5571735914c0 void 0.000118
+gallium_dri.so free 0x557173591420 void 0.000116
+gallium_dri.so malloc 72 0x557173591470 0.000118
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so free 0x557173591470 void 0.000119
+gallium_dri.so malloc 72 0x557173591540 0.000117
+gallium_dri.so free 0x557173591600 void 0.000117
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so malloc 72 0x557173591540 0.000118
+gallium_dri.so free 0x557173591680 void 0.000118
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so malloc 72 0x557173591680 0.000118
+gallium_dri.so free 0x557173591740 void 0.000118
+gallium_dri.so free 0x557173591680 void 0.000124
+gallium_dri.so malloc 72 0x557173591680 0.000119
+gallium_dri.so free 0x557173591800 void 0.000119
+gallium_dri.so free 0x557173591680 void 0.000118
+gallium_dri.so malloc 72 0x557173591680 0.000118
+gallium_dri.so free 0x5571735918c0 void 0.000176
+gallium_dri.so free 0x557173591680 void 0.000119
+gallium_dri.so malloc 72 0x557173591870 0.000117
+gallium_dri.so free 0x557173591940 void 0.000118
+gallium_dri.so free 0x557173591870 void 0.000145
+gallium_dri.so malloc 72 0x557173591990 0.000121
+gallium_dri.so free 0x557173591a00 void 0.000119
+gallium_dri.so free 0x557173591990 void 0.000119
+gallium_dri.so malloc 72 0x557173591a40 0.000120
+gallium_dri.so free 0x557173591ac0 void 0.000119
+gallium_dri.so free 0x557173591a40 void 0.000119
+gallium_dri.so malloc 72 0x557173591a40 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000119
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so malloc 72 0x557173591b70 0.000118
+gallium_dri.so free 0x557173591bc0 void 0.000119
+gallium_dri.so free 0x557173591b70 void 0.000123
+gallium_dri.so malloc 72 0x557173591b70 0.000119
+gallium_dri.so free 0x557173591cc0 void 0.000119
+gallium_dri.so free 0x557173591b70 void 0.000116
+gallium_dri.so malloc 72 0x557173591c70 0.000118
+gallium_dri.so free 0x557173591d80 void 0.000118
+gallium_dri.so free 0x557173591c70 void 0.000119
+gallium_dri.so malloc 72 0x557173591d30 0.000119
+gallium_dri.so free 0x557173591dc0 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000115
+gallium_dri.so malloc 72 0x557173591d30 0.000127
+gallium_dri.so free 0x557173591e80 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000118
+gallium_dri.so malloc 72 0x557173591ef0 0.000118
+gallium_dri.so free 0x557173601600 void 0.000120
+gallium_dri.so free 0x557173591ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173591ef0 0.000117
+gallium_dri.so free 0x557173601700 void 0.000118
+gallium_dri.so free 0x557173591ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571736016b0 0.000118
+gallium_dri.so free 0x5571736017c0 void 0.000117
+gallium_dri.so free 0x5571736016b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601770 0.000118
+gallium_dri.so free 0x557173601800 void 0.000117
+gallium_dri.so free 0x557173601770 void 0.000118
+gallium_dri.so malloc 72 0x557173601770 0.000118
+gallium_dri.so free 0x5571736018c0 void 0.000118
+gallium_dri.so free 0x557173601770 void 0.000117
+gallium_dri.so malloc 72 0x557173601900 0.000117
+gallium_dri.so free 0x557173601980 void 0.000119
+gallium_dri.so free 0x557173601900 void 0.000117
+gallium_dri.so malloc 72 0x557173601980 0.000118
+gallium_dri.so free 0x557173601a40 void 0.000120
+gallium_dri.so free 0x557173601980 void 0.000117
+gallium_dri.so malloc 72 0x557173601980 0.000119
+gallium_dri.so free 0x557173601b00 void 0.000118
+gallium_dri.so free 0x557173601980 void 0.000117
+gallium_dri.so malloc 72 0x557173601b20 0.000120
+gallium_dri.so free 0x557173601bc0 void 0.000120
+gallium_dri.so free 0x557173601b20 void 0.000118
+gallium_dri.so malloc 72 0x557173601b70 0.000117
+gallium_dri.so free 0x557173601c40 void 0.000118
+gallium_dri.so free 0x557173601b70 void 0.000117
+gallium_dri.so malloc 72 0x557173601b70 0.000118
+gallium_dri.so free 0x557173601cc0 void 0.000118
+gallium_dri.so free 0x557173601b70 void 0.000118
+gallium_dri.so malloc 72 0x557173601cc0 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000118
+gallium_dri.so free 0x557173601cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173601cc0 0.000117
+gallium_dri.so free 0x557173601e40 void 0.000119
+gallium_dri.so free 0x557173601cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173601cc0 0.000118
+gallium_dri.so free 0x557173601f00 void 0.000118
+gallium_dri.so free 0x557173601cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000119
+gallium_dri.so free 0x557173601fc0 void 0.000119
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601f70 0.000119
+gallium_dri.so free 0x557173602040 void 0.000118
+gallium_dri.so free 0x557173601f70 void 0.000115
+gallium_dri.so malloc 72 0x557173602090 0.000117
+gallium_dri.so free 0x557173602100 void 0.000119
+gallium_dri.so free 0x557173602090 void 0.000128
+gallium_dri.so malloc 72 0x557173602120 0.000117
+gallium_dri.so free 0x5571736021c0 void 0.000118
+gallium_dri.so free 0x557173602120 void 0.000118
+gallium_dri.so malloc 72 0x557173602170 0.000118
+gallium_dri.so free 0x557173602240 void 0.000119
+gallium_dri.so free 0x557173602170 void 0.000125
+gallium_dri.so malloc 72 0x557173602170 0.000119
+gallium_dri.so free 0x5571736022c0 void 0.000119
+gallium_dri.so free 0x557173602170 void 0.000117
+gallium_dri.so malloc 72 0x5571736022c0 0.000119
+gallium_dri.so free 0x557173602380 void 0.000118
+gallium_dri.so free 0x5571736022c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736022c0 0.000120
+gallium_dri.so free 0x557173602480 void 0.000118
+gallium_dri.so free 0x5571736022c0 void 0.000117
+gallium_dri.so malloc 72 0x557173602430 0.000117
+gallium_dri.so free 0x5571736024c0 void 0.000119
+gallium_dri.so free 0x557173602430 void 0.000118
+gallium_dri.so malloc 72 0x557173602430 0.000118
+gallium_dri.so free 0x557173602580 void 0.000118
+gallium_dri.so free 0x557173602430 void 0.000118
+gallium_dri.so malloc 72 0x5571736025c0 0.000118
+gallium_dri.so free 0x557173602640 void 0.000117
+gallium_dri.so free 0x5571736025c0 void 0.000118
+gallium_dri.so malloc 72 0x557173602640 0.000125
+gallium_dri.so free 0x557173602700 void 0.000129
+gallium_dri.so free 0x557173602640 void 0.000119
+gallium_dri.so malloc 72 0x557173602640 0.000118
+gallium_dri.so free 0x557173602780 void 0.000118
+gallium_dri.so free 0x557173602640 void 0.000118
+gallium_dri.so malloc 72 0x5571736027b0 0.000159
+gallium_dri.so free 0x557173602800 void 0.000122
+gallium_dri.so free 0x5571736027b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736027b0 0.000119
+gallium_dri.so free 0x557173602900 void 0.000118
+gallium_dri.so free 0x5571736027b0 void 0.000119
+gallium_dri.so malloc 72 0x557173602940 0.000119
+gallium_dri.so free 0x5571736029c0 void 0.000119
+gallium_dri.so free 0x557173602940 void 0.000118
+gallium_dri.so malloc 72 0x5571736029c0 0.000120
+gallium_dri.so free 0x557173602a80 void 0.000118
+gallium_dri.so free 0x5571736029c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736029c0 0.000117
+gallium_dri.so free 0x557173602b00 void 0.000119
+gallium_dri.so free 0x5571736029c0 void 0.000117
+gallium_dri.so malloc 72 0x557173602b30 0.000119
+gallium_dri.so free 0x557173602b80 void 0.000119
+gallium_dri.so free 0x557173602b30 void 0.000119
+gallium_dri.so malloc 72 0x557173602b30 0.000118
+gallium_dri.so free 0x557173602c80 void 0.000118
+gallium_dri.so free 0x557173602b30 void 0.000118
+gallium_dri.so malloc 72 0x557173602c30 0.000129
+gallium_dri.so free 0x557173602d40 void 0.000119
+gallium_dri.so free 0x557173602c30 void 0.000120
+gallium_dri.so malloc 72 0x557173602cf0 0.000118
+gallium_dri.so free 0x557173602dc0 void 0.000118
+gallium_dri.so free 0x557173602cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173602cf0 0.000118
+gallium_dri.so free 0x557173602e80 void 0.000117
+gallium_dri.so free 0x557173602cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173602cf0 0.000119
+gallium_dri.so free 0x557173602f40 void 0.000118
+gallium_dri.so free 0x557173602cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173602ef0 0.000118
+gallium_dri.so free 0x557173602fc0 void 0.000118
+gallium_dri.so free 0x557173602ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173603010 0.000118
+gallium_dri.so free 0x557173603080 void 0.000119
+gallium_dri.so free 0x557173603010 void 0.000119
+gallium_dri.so malloc 72 0x5571736030a0 0.000118
+gallium_dri.so free 0x557173603140 void 0.000118
+gallium_dri.so free 0x5571736030a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736030f0 0.000118
+gallium_dri.so free 0x5571736031c0 void 0.000118
+gallium_dri.so free 0x5571736030f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736031c0 0.000120
+gallium_dri.so free 0x557173603280 void 0.000119
+gallium_dri.so free 0x5571736031c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736031c0 0.000128
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x5571736031c0 void 0.000119
+gallium_dri.so malloc 72 0x557173603300 0.000119
+gallium_dri.so free 0x5571736033c0 void 0.000119
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so malloc 72 0x557173603300 0.000117
+gallium_dri.so free 0x557173603480 void 0.000120
+gallium_dri.so free 0x557173603300 void 0.000116
+gallium_dri.so malloc 72 0x557173603300 0.000121
+gallium_dri.so free 0x557173603540 void 0.000118
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so malloc 72 0x5571736034f0 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000119
+gallium_dri.so free 0x5571736034f0 void 0.000118
+gallium_dri.so malloc 72 0x557173603610 0.000118
+gallium_dri.so free 0x557173603680 void 0.000119
+gallium_dri.so free 0x557173603610 void 0.000119
+gallium_dri.so malloc 72 0x5571736036c0 0.000119
+gallium_dri.so free 0x557173603740 void 0.000119
+gallium_dri.so free 0x5571736036c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736036c0 0.000118
+gallium_dri.so free 0x5571736037c0 void 0.000121
+gallium_dri.so free 0x5571736036c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736037f0 0.000118
+gallium_dri.so free 0x557173603840 void 0.000209
+gallium_dri.so free 0x5571736037f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736037f0 0.000119
+gallium_dri.so free 0x557173603940 void 0.000119
+gallium_dri.so free 0x5571736037f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736038f0 0.000119
+gallium_dri.so free 0x557173603a00 void 0.000119
+gallium_dri.so free 0x5571736038f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736039b0 0.000118
+gallium_dri.so free 0x557173603a40 void 0.000119
+gallium_dri.so free 0x5571736039b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736039b0 0.000120
+gallium_dri.so free 0x557173603b00 void 0.000119
+gallium_dri.so free 0x5571736039b0 void 0.000119
+gallium_dri.so malloc 72 0x557173603b70 0.000118
+gallium_dri.so free 0x557173603bc0 void 0.000118
+gallium_dri.so free 0x557173603b70 void 0.000119
+gallium_dri.so malloc 72 0x557173603b70 0.000118
+gallium_dri.so free 0x557173603cc0 void 0.000120
+gallium_dri.so free 0x557173603b70 void 0.000117
+gallium_dri.so malloc 72 0x557173603c70 0.000117
+gallium_dri.so free 0x557173603d80 void 0.000122
+gallium_dri.so free 0x557173603c70 void 0.000119
+gallium_dri.so malloc 72 0x557173603d30 0.000119
+gallium_dri.so free 0x557173603dc0 void 0.000118
+gallium_dri.so free 0x557173603d30 void 0.000120
+gallium_dri.so malloc 72 0x557173603d30 0.000129
+gallium_dri.so free 0x557173603e80 void 0.000119
+gallium_dri.so free 0x557173603d30 void 0.000118
+gallium_dri.so malloc 72 0x557173603ec0 0.000132
+gallium_dri.so free 0x557173603f40 void 0.000119
+gallium_dri.so free 0x557173603ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173603f40 0.000118
+gallium_dri.so free 0x557173604000 void 0.000119
+gallium_dri.so free 0x557173603f40 void 0.000147
+gallium_dri.so malloc 72 0x557173603f40 0.000118
+gallium_dri.so free 0x5571736040c0 void 0.000119
+gallium_dri.so free 0x557173603f40 void 0.000118
+gallium_dri.so malloc 72 0x5571736040e0 0.000121
+gallium_dri.so free 0x557173604180 void 0.000117
+gallium_dri.so free 0x5571736040e0 void 0.000118
+gallium_dri.so malloc 72 0x557173604130 0.000118
+gallium_dri.so free 0x557173604200 void 0.000120
+gallium_dri.so free 0x557173604130 void 0.000116
+gallium_dri.so malloc 72 0x557173604130 0.000117
+gallium_dri.so free 0x557173604280 void 0.000119
+gallium_dri.so free 0x557173604130 void 0.000117
+gallium_dri.so malloc 72 0x557173604280 0.000117
+gallium_dri.so free 0x557173604340 void 0.000117
+gallium_dri.so free 0x557173604280 void 0.000114
+gallium_dri.so malloc 72 0x557173604280 0.000117
+gallium_dri.so free 0x557173604400 void 0.000116
+gallium_dri.so free 0x557173604280 void 0.000127
+gallium_dri.so malloc 72 0x557173604280 0.000120
+gallium_dri.so free 0x5571736044c0 void 0.000118
+gallium_dri.so free 0x557173604280 void 0.000118
+gallium_dri.so malloc 72 0x557173604470 0.000118
+gallium_dri.so free 0x557173604580 void 0.000119
+gallium_dri.so free 0x557173604470 void 0.000118
+gallium_dri.so malloc 72 0x557173604530 0.000119
+gallium_dri.so free 0x557173604600 void 0.000118
+gallium_dri.so free 0x557173604530 void 0.000117
+gallium_dri.so malloc 72 0x557173604650 0.000116
+gallium_dri.so free 0x5571736046c0 void 0.000118
+gallium_dri.so free 0x557173604650 void 0.000118
+gallium_dri.so malloc 72 0x5571736046e0 0.000119
+gallium_dri.so free 0x557173604780 void 0.000119
+gallium_dri.so free 0x5571736046e0 void 0.000117
+gallium_dri.so malloc 72 0x557173604730 0.000118
+gallium_dri.so free 0x557173604800 void 0.000118
+gallium_dri.so free 0x557173604730 void 0.000119
+gallium_dri.so malloc 72 0x557173604730 0.000118
+gallium_dri.so free 0x557173604880 void 0.000117
+gallium_dri.so free 0x557173604730 void 0.000118
+gallium_dri.so malloc 72 0x557173604880 0.000119
+gallium_dri.so free 0x557173604940 void 0.000119
+gallium_dri.so free 0x557173604880 void 0.000118
+gallium_dri.so malloc 72 0x557173604880 0.000117
+gallium_dri.so free 0x557173604a40 void 0.000117
+gallium_dri.so free 0x557173604880 void 0.000124
+gallium_dri.so malloc 72 0x5571736049f0 0.000119
+gallium_dri.so free 0x557173604a80 void 0.000118
+gallium_dri.so free 0x5571736049f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736049f0 0.000118
+gallium_dri.so free 0x557173604b40 void 0.000119
+gallium_dri.so free 0x5571736049f0 void 0.000119
+gallium_dri.so malloc 72 0x557173604b80 0.000121
+gallium_dri.so free 0x557173604c00 void 0.000120
+gallium_dri.so free 0x557173604b80 void 0.000118
+gallium_dri.so malloc 72 0x557173604c00 0.000119
+gallium_dri.so free 0x557173604cc0 void 0.000118
+gallium_dri.so free 0x557173604c00 void 0.000119
+gallium_dri.so malloc 72 0x557173604c00 0.000119
+gallium_dri.so free 0x557173604d40 void 0.000119
+gallium_dri.so free 0x557173604c00 void 0.000117
+gallium_dri.so malloc 72 0x557173604d70 0.000119
+gallium_dri.so free 0x557173604dc0 void 0.000118
+gallium_dri.so free 0x557173604d70 void 0.000117
+gallium_dri.so malloc 72 0x557173604d70 0.000118
+gallium_dri.so free 0x557173604ec0 void 0.000118
+gallium_dri.so free 0x557173604d70 void 0.000119
+gallium_dri.so malloc 72 0x557173604f00 0.000118
+gallium_dri.so free 0x557173604f80 void 0.000119
+gallium_dri.so free 0x557173604f00 void 0.000117
+gallium_dri.so malloc 72 0x557173604f80 0.000127
+gallium_dri.so free 0x557173605040 void 0.000118
+gallium_dri.so free 0x557173604f80 void 0.000117
+gallium_dri.so malloc 72 0x557173604f80 0.000123
+gallium_dri.so free 0x5571736050c0 void 0.000119
+gallium_dri.so free 0x557173604f80 void 0.000117
+gallium_dri.so malloc 72 0x5571736050f0 0.000117
+gallium_dri.so free 0x557173605140 void 0.000117
+gallium_dri.so free 0x5571736050f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736050f0 0.000117
+gallium_dri.so free 0x557173605240 void 0.000119
+gallium_dri.so free 0x5571736050f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736051f0 0.000118
+gallium_dri.so free 0x557173605300 void 0.000118
+gallium_dri.so free 0x5571736051f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736052b0 0.000117
+gallium_dri.so free 0x557173605380 void 0.000119
+gallium_dri.so free 0x5571736052b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736052b0 0.000118
+gallium_dri.so free 0x557173605440 void 0.000116
+gallium_dri.so free 0x5571736052b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736052b0 0.000117
+gallium_dri.so free 0x557173605500 void 0.000119
+gallium_dri.so free 0x5571736052b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736054b0 0.000117
+gallium_dri.so free 0x557173605580 void 0.000117
+gallium_dri.so free 0x5571736054b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736055d0 0.000128
+gallium_dri.so free 0x557173605640 void 0.000119
+gallium_dri.so free 0x5571736055d0 void 0.000119
+gallium_dri.so malloc 72 0x557173605660 0.000118
+gallium_dri.so free 0x557173605700 void 0.000118
+gallium_dri.so free 0x557173605660 void 0.000118
+gallium_dri.so malloc 72 0x5571736056b0 0.000117
+gallium_dri.so free 0x557173605780 void 0.000129
+gallium_dri.so free 0x5571736056b0 void 0.000119
+gallium_dri.so malloc 72 0x557173605780 0.000153
+gallium_dri.so free 0x557173605840 void 0.000122
+gallium_dri.so free 0x557173605780 void 0.000118
+gallium_dri.so malloc 72 0x557173605780 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x557173605780 void 0.000117
+gallium_dri.so malloc 72 0x5571736058c0 0.000119
+gallium_dri.so free 0x557173605980 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736058c0 0.000119
+gallium_dri.so free 0x557173605a40 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736058c0 0.000117
+gallium_dri.so free 0x557173605b00 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so malloc 72 0x557173605ab0 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000117
+gallium_dri.so free 0x557173605ab0 void 0.000163
+gallium_dri.so malloc 72 0x557173605bd0 0.000119
+gallium_dri.so free 0x557173605c40 void 0.000118
+gallium_dri.so free 0x557173605bd0 void 0.000118
+gallium_dri.so malloc 72 0x557173605c80 0.000118
+gallium_dri.so free 0x557173605d00 void 0.000119
+gallium_dri.so free 0x557173605c80 void 0.000118
+gallium_dri.so malloc 72 0x557173605c80 0.000119
+gallium_dri.so free 0x557173605d80 void 0.000118
+gallium_dri.so free 0x557173605c80 void 0.000118
+gallium_dri.so malloc 72 0x557173605db0 0.000117
+gallium_dri.so free 0x557173605e00 void 0.000119
+gallium_dri.so free 0x557173605db0 void 0.000119
+gallium_dri.so malloc 72 0x557173605db0 0.000118
+gallium_dri.so free 0x557173605f00 void 0.000120
+gallium_dri.so free 0x557173605db0 void 0.000118
+gallium_dri.so malloc 72 0x557173605eb0 0.000118
+gallium_dri.so free 0x557173605fc0 void 0.000121
+gallium_dri.so free 0x557173605eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173605f70 0.000120
+gallium_dri.so free 0x557173606000 void 0.000119
+gallium_dri.so free 0x557173605f70 void 0.000117
+gallium_dri.so malloc 72 0x557173605f70 0.000119
+gallium_dri.so free 0x5571736060c0 void 0.000118
+gallium_dri.so free 0x557173605f70 void 0.000118
+gallium_dri.so malloc 72 0x557173606130 0.000119
+gallium_dri.so free 0x557173606180 void 0.000126
+gallium_dri.so free 0x557173606130 void 0.000118
+gallium_dri.so malloc 72 0x557173606130 0.000118
+gallium_dri.so free 0x557173606280 void 0.000118
+gallium_dri.so free 0x557173606130 void 0.000117
+gallium_dri.so malloc 72 0x557173606230 0.000118
+gallium_dri.so free 0x557173606340 void 0.000118
+gallium_dri.so free 0x557173606230 void 0.000117
+gallium_dri.so malloc 72 0x5571736062f0 0.000116
+gallium_dri.so free 0x557173606380 void 0.000118
+gallium_dri.so free 0x5571736062f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736062f0 0.000117
+gallium_dri.so free 0x557173606440 void 0.000116
+gallium_dri.so free 0x5571736062f0 void 0.000116
+gallium_dri.so malloc 72 0x557173606480 0.000117
+gallium_dri.so free 0x557173606500 void 0.000117
+gallium_dri.so free 0x557173606480 void 0.000118
+gallium_dri.so malloc 72 0x557173606500 0.000117
+gallium_dri.so free 0x5571736065c0 void 0.000118
+gallium_dri.so free 0x557173606500 void 0.000116
+gallium_dri.so malloc 72 0x557173606500 0.000117
+gallium_dri.so free 0x557173606680 void 0.000118
+gallium_dri.so free 0x557173606500 void 0.000117
+gallium_dri.so malloc 72 0x5571736066a0 0.000116
+gallium_dri.so free 0x557173606740 void 0.000117
+gallium_dri.so free 0x5571736066a0 void 0.000116
+gallium_dri.so malloc 72 0x5571736066f0 0.000191
+gallium_dri.so free 0x5571736067c0 void 0.000246
+gallium_dri.so free 0x5571736066f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736066f0 0.000118
+gallium_dri.so free 0x557173606840 void 0.000118
+gallium_dri.so free 0x5571736066f0 void 0.000117
+gallium_dri.so malloc 72 0x557173606840 0.000117
+gallium_dri.so free 0x557173606900 void 0.000119
+gallium_dri.so free 0x557173606840 void 0.000118
+gallium_dri.so malloc 72 0x557173606840 0.000119
+gallium_dri.so free 0x5571736069c0 void 0.000118
+gallium_dri.so free 0x557173606840 void 0.000116
+gallium_dri.so malloc 72 0x557173606840 0.000117
+gallium_dri.so free 0x557173606a80 void 0.000117
+gallium_dri.so free 0x557173606840 void 0.000118
+gallium_dri.so malloc 72 0x557173606a30 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so free 0x557173606a30 void 0.000116
+gallium_dri.so malloc 72 0x557173606af0 0.000117
+gallium_dri.so free 0x557173606bc0 void 0.000117
+gallium_dri.so free 0x557173606af0 void 0.000117
+gallium_dri.so malloc 72 0x557173606c10 0.000118
+gallium_dri.so free 0x557173606c80 void 0.000118
+gallium_dri.so free 0x557173606c10 void 0.000118
+gallium_dri.so malloc 72 0x557173606ca0 0.000118
+gallium_dri.so free 0x557173606d40 void 0.000117
+gallium_dri.so free 0x557173606ca0 void 0.000122
+gallium_dri.so malloc 72 0x557173606cf0 0.000118
+gallium_dri.so free 0x557173606dc0 void 0.000118
+gallium_dri.so free 0x557173606cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173606cf0 0.000118
+gallium_dri.so free 0x557173606e40 void 0.000119
+gallium_dri.so free 0x557173606cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173606e40 0.000118
+gallium_dri.so free 0x557173606f00 void 0.000124
+gallium_dri.so free 0x557173606e40 void 0.000119
+gallium_dri.so malloc 72 0x557173606e40 0.000171
+gallium_dri.so free 0x557173607000 void 0.000169
+gallium_dri.so free 0x557173606e40 void 0.000175
+gallium_dri.so malloc 72 0x557173606fb0 0.000168
+gallium_dri.so free 0x557173607040 void 0.000168
+gallium_dri.so free 0x557173606fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173606fb0 0.000119
+gallium_dri.so free 0x557173607100 void 0.000119
+gallium_dri.so free 0x557173606fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173607140 0.000118
+gallium_dri.so free 0x5571736071c0 void 0.000119
+gallium_dri.so free 0x557173607140 void 0.000119
+gallium_dri.so malloc 72 0x5571736071c0 0.000118
+gallium_dri.so free 0x557173607280 void 0.000117
+gallium_dri.so free 0x5571736071c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736071c0 0.000115
+gallium_dri.so free 0x557173607300 void 0.000119
+gallium_dri.so free 0x5571736071c0 void 0.000119
+gallium_dri.so malloc 72 0x557173607330 0.000122
+gallium_dri.so free 0x557173607380 void 0.000119
+gallium_dri.so free 0x557173607330 void 0.000118
+gallium_dri.so malloc 72 0x557173607330 0.000119
+gallium_dri.so free 0x557173607480 void 0.000118
+gallium_dri.so free 0x557173607330 void 0.000117
+gallium_dri.so malloc 72 0x5571736074c0 0.000121
+gallium_dri.so free 0x557173607540 void 0.000118
+gallium_dri.so free 0x5571736074c0 void 0.000119
+gallium_dri.so malloc 72 0x557173607540 0.000119
+gallium_dri.so free 0x557173607600 void 0.000118
+gallium_dri.so free 0x557173607540 void 0.000118
+gallium_dri.so malloc 72 0x557173607540 0.000119
+gallium_dri.so free 0x557173607680 void 0.000121
+gallium_dri.so free 0x557173607540 void 0.000117
+gallium_dri.so malloc 72 0x5571736076b0 0.000117
+gallium_dri.so free 0x557173607700 void 0.000119
+gallium_dri.so free 0x5571736076b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736076b0 0.000118
+gallium_dri.so free 0x557173607800 void 0.000119
+gallium_dri.so free 0x5571736076b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736077b0 0.000119
+gallium_dri.so free 0x5571736078c0 void 0.000123
+gallium_dri.so free 0x5571736077b0 void 0.000115
+gallium_dri.so malloc 72 0x557173607870 0.000110
+gallium_dri.so free 0x557173607940 void 0.000110
+gallium_dri.so free 0x557173607870 void 0.000110
+gallium_dri.so malloc 72 0x557173607870 0.000110
+gallium_dri.so free 0x557173607a00 void 0.000109
+gallium_dri.so free 0x557173607870 void 0.000111
+gallium_dri.so malloc 72 0x557173607870 0.000109
+gallium_dri.so free 0x557173607ac0 void 0.000111
+gallium_dri.so free 0x557173607870 void 0.000109
+gallium_dri.so malloc 72 0x557173607a70 0.000110
+gallium_dri.so free 0x557173607b40 void 0.000110
+gallium_dri.so free 0x557173607a70 void 0.000110
+gallium_dri.so malloc 72 0x557173607b90 0.000110
+gallium_dri.so free 0x557173607c00 void 0.000109
+gallium_dri.so free 0x557173607b90 void 0.000111
+gallium_dri.so malloc 72 0x557173607c20 0.000110
+gallium_dri.so free 0x557173607cc0 void 0.000110
+gallium_dri.so free 0x557173607c20 void 0.000109
+gallium_dri.so malloc 72 0x557173607c70 0.000111
+gallium_dri.so free 0x557173607d40 void 0.000113
+gallium_dri.so free 0x557173607c70 void 0.000113
+gallium_dri.so malloc 72 0x557173607d40 0.000112
+gallium_dri.so free 0x557173607e00 void 0.000111
+gallium_dri.so free 0x557173607d40 void 0.000112
+gallium_dri.so malloc 72 0x557173607d40 0.000110
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so free 0x557173607d40 void 0.000168
+gallium_dri.so malloc 72 0x557173607e80 0.000117
+gallium_dri.so free 0x557173607f40 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so malloc 72 0x557173607e80 0.000112
+gallium_dri.so free 0x557173608000 void 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so malloc 72 0x557173607e80 0.000112
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so malloc 72 0x557173608070 0.000112
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so free 0x557173608070 void 0.000113
+gallium_dri.so malloc 72 0x557173608190 0.000113
+gallium_dri.so free 0x557173608200 void 0.000114
+gallium_dri.so free 0x557173608190 void 0.000112
+gallium_dri.so malloc 72 0x557173608240 0.000114
+gallium_dri.so free 0x5571736082c0 void 0.000114
+gallium_dri.so free 0x557173608240 void 0.000114
+gallium_dri.so malloc 72 0x557173608240 0.000113
+gallium_dri.so free 0x557173608340 void 0.000114
+gallium_dri.so free 0x557173608240 void 0.000113
+gallium_dri.so malloc 72 0x557173608370 0.000114
+gallium_dri.so free 0x5571736083c0 void 0.000126
+gallium_dri.so free 0x557173608370 void 0.000114
+gallium_dri.so malloc 72 0x557173608370 0.000112
+gallium_dri.so free 0x5571736084c0 void 0.000116
+gallium_dri.so free 0x557173608370 void 0.000125
+gallium_dri.so malloc 72 0x557173608470 0.000115
+gallium_dri.so free 0x557173608580 void 0.000114
+gallium_dri.so free 0x557173608470 void 0.000112
+gallium_dri.so malloc 72 0x557173608530 0.000112
+gallium_dri.so free 0x5571736085c0 void 0.000113
+gallium_dri.so free 0x557173608530 void 0.000112
+gallium_dri.so malloc 72 0x557173608530 0.000113
+gallium_dri.so free 0x557173608680 void 0.000115
+gallium_dri.so free 0x557173608530 void 0.000113
+gallium_dri.so malloc 72 0x5571736086f0 0.000115
+gallium_dri.so free 0x557173608740 void 0.000115
+gallium_dri.so free 0x5571736086f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736086f0 0.000112
+gallium_dri.so free 0x557173608840 void 0.000114
+gallium_dri.so free 0x5571736086f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736087f0 0.000114
+gallium_dri.so free 0x557173608900 void 0.000126
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736088b0 0.000113
+gallium_dri.so free 0x557173608940 void 0.000115
+gallium_dri.so free 0x5571736088b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736088b0 0.000114
+gallium_dri.so free 0x557173608a00 void 0.000114
+gallium_dri.so free 0x5571736088b0 void 0.000112
+gallium_dri.so malloc 72 0x557173608a40 0.000113
+gallium_dri.so free 0x557173608ac0 void 0.000114
+gallium_dri.so free 0x557173608a40 void 0.000112
+gallium_dri.so malloc 72 0x557173608ac0 0.000120
+gallium_dri.so free 0x557173608b80 void 0.000116
+gallium_dri.so free 0x557173608ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173608ac0 0.000114
+gallium_dri.so free 0x557173608c40 void 0.000113
+gallium_dri.so free 0x557173608ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173608c60 0.000113
+gallium_dri.so free 0x557173608d00 void 0.000114
+gallium_dri.so free 0x557173608c60 void 0.000114
+gallium_dri.so malloc 72 0x557173608cb0 0.000112
+gallium_dri.so free 0x557173608d80 void 0.000114
+gallium_dri.so free 0x557173608cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608cb0 0.000113
+gallium_dri.so free 0x557173608e00 void 0.000115
+gallium_dri.so free 0x557173608cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608e00 0.000113
+gallium_dri.so free 0x557173608ec0 void 0.000119
+gallium_dri.so free 0x557173608e00 void 0.000115
+gallium_dri.so malloc 72 0x557173608e00 0.000127
+gallium_dri.so free 0x557173608f80 void 0.000115
+gallium_dri.so free 0x557173608e00 void 0.000112
+gallium_dri.so malloc 72 0x557173608e00 0.000115
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so free 0x557173608e00 void 0.000114
+gallium_dri.so malloc 72 0x557173608ff0 0.000115
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so free 0x557173608ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571736090b0 0.000167
+gallium_dri.so free 0x557173609180 void 0.000114
+gallium_dri.so free 0x5571736090b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736091d0 0.000114
+gallium_dri.so free 0x557173609240 void 0.000178
+gallium_dri.so free 0x5571736091d0 void 0.000216
+gallium_dri.so malloc 72 0x557173609260 0.000114
+gallium_dri.so free 0x557173609300 void 0.000113
+gallium_dri.so free 0x557173609260 void 0.000112
+gallium_dri.so malloc 72 0x5571736092b0 0.000112
+gallium_dri.so free 0x557173609380 void 0.000113
+gallium_dri.so free 0x5571736092b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736092b0 0.000113
+gallium_dri.so free 0x557173609400 void 0.000114
+gallium_dri.so free 0x5571736092b0 void 0.000111
+gallium_dri.so malloc 72 0x557173609400 0.000112
+gallium_dri.so free 0x5571736094c0 void 0.000114
+gallium_dri.so free 0x557173609400 void 0.000112
+gallium_dri.so malloc 72 0x557173609400 0.000113
+gallium_dri.so free 0x5571736095c0 void 0.000114
+gallium_dri.so free 0x557173609400 void 0.000112
+gallium_dri.so malloc 72 0x557173609570 0.000115
+gallium_dri.so free 0x557173609600 void 0.000115
+gallium_dri.so free 0x557173609570 void 0.000115
+gallium_dri.so malloc 72 0x557173609570 0.000112
+gallium_dri.so free 0x5571736096c0 void 0.000114
+gallium_dri.so free 0x557173609570 void 0.000133
+gallium_dri.so malloc 72 0x557173609700 0.000128
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173609700 void 0.000113
+gallium_dri.so malloc 72 0x557173609780 0.000114
+gallium_dri.so free 0x557173609840 void 0.000113
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x557173609780 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000114
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x5571736098f0 0.000115
+gallium_dri.so free 0x557173609940 void 0.000119
+gallium_dri.so free 0x5571736098f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736098f0 0.000115
+gallium_dri.so free 0x557173609a40 void 0.000114
+gallium_dri.so free 0x5571736098f0 void 0.000114
+gallium_dri.so malloc 72 0x557173609a80 0.000112
+gallium_dri.so free 0x557173609b00 void 0.000115
+gallium_dri.so free 0x557173609a80 void 0.000116
+gallium_dri.so malloc 72 0x557173609b00 0.000113
+gallium_dri.so free 0x557173609bc0 void 0.000114
+gallium_dri.so free 0x557173609b00 void 0.000112
+gallium_dri.so malloc 72 0x557173609b00 0.000113
+gallium_dri.so free 0x557173609c40 void 0.000115
+gallium_dri.so free 0x557173609b00 void 0.000113
+gallium_dri.so malloc 72 0x557173609c70 0.000113
+gallium_dri.so free 0x557173609cc0 void 0.000115
+gallium_dri.so free 0x557173609c70 void 0.000130
+gallium_dri.so malloc 72 0x557173609c70 0.000113
+gallium_dri.so free 0x557173609dc0 void 0.000113
+gallium_dri.so free 0x557173609c70 void 0.000112
+gallium_dri.so malloc 72 0x557173609d70 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x557173609d70 void 0.000119
+gallium_dri.so malloc 72 0x557173609e30 0.000113
+gallium_dri.so free 0x557173609f00 void 0.000114
+gallium_dri.so free 0x557173609e30 void 0.000112
+gallium_dri.so malloc 72 0x557173609e30 0.000112
+gallium_dri.so free 0x557173609fc0 void 0.000113
+gallium_dri.so free 0x557173609e30 void 0.000113
+gallium_dri.so malloc 72 0x557173609e30 0.000114
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609e30 void 0.000113
+gallium_dri.so malloc 72 0x55717360a030 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so free 0x55717360a030 void 0.000111
+gallium_dri.so malloc 72 0x55717360a150 0.000114
+gallium_dri.so free 0x55717360a1c0 void 0.000115
+gallium_dri.so free 0x55717360a150 void 0.000125
+gallium_dri.so malloc 72 0x55717360a1e0 0.000116
+gallium_dri.so free 0x55717360a280 void 0.000115
+gallium_dri.so free 0x55717360a1e0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a230 0.000113
+gallium_dri.so free 0x55717360a300 void 0.000115
+gallium_dri.so free 0x55717360a230 void 0.000161
+gallium_dri.so malloc 72 0x55717360a300 0.000115
+gallium_dri.so free 0x55717360a3c0 void 0.000113
+gallium_dri.so free 0x55717360a300 void 0.000113
+gallium_dri.so malloc 72 0x55717360a300 0.000112
+gallium_dri.so free 0x55717360a440 void 0.000114
+gallium_dri.so free 0x55717360a300 void 0.000113
+gallium_dri.so malloc 72 0x55717360a440 0.000113
+gallium_dri.so free 0x55717360a500 void 0.000115
+gallium_dri.so free 0x55717360a440 void 0.000113
+gallium_dri.so malloc 72 0x55717360a440 0.000114
+gallium_dri.so free 0x55717360a5c0 void 0.000115
+gallium_dri.so free 0x55717360a440 void 0.000113
+gallium_dri.so malloc 72 0x55717360a440 0.000115
+gallium_dri.so free 0x55717360a680 void 0.000115
+gallium_dri.so free 0x55717360a440 void 0.000112
+gallium_dri.so malloc 72 0x55717360a630 0.000113
+gallium_dri.so free 0x55717360a700 void 0.000113
+gallium_dri.so free 0x55717360a630 void 0.000113
+gallium_dri.so malloc 72 0x55717360a750 0.000112
+gallium_dri.so free 0x55717360a7c0 void 0.000114
+gallium_dri.so free 0x55717360a750 void 0.000113
+gallium_dri.so malloc 72 0x55717360a800 0.000113
+gallium_dri.so free 0x55717360a880 void 0.000114
+gallium_dri.so free 0x55717360a800 void 0.000113
+gallium_dri.so malloc 72 0x55717360a800 0.000114
+gallium_dri.so free 0x55717360a900 void 0.000113
+gallium_dri.so free 0x55717360a800 void 0.000112
+gallium_dri.so malloc 72 0x55717360a930 0.000118
+gallium_dri.so free 0x55717360a980 void 0.000115
+gallium_dri.so free 0x55717360a930 void 0.000112
+gallium_dri.so malloc 72 0x55717360a930 0.000112
+gallium_dri.so free 0x55717360aa80 void 0.000113
+gallium_dri.so free 0x55717360a930 void 0.000113
+gallium_dri.so malloc 72 0x55717360aa30 0.000112
+gallium_dri.so free 0x55717360ab40 void 0.000112
+gallium_dri.so free 0x55717360aa30 void 0.000112
+gallium_dri.so malloc 72 0x55717360aaf0 0.000112
+gallium_dri.so free 0x55717360ab80 void 0.000112
+gallium_dri.so free 0x55717360aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360aaf0 0.000114
+gallium_dri.so free 0x55717360ac40 void 0.000115
+gallium_dri.so free 0x55717360aaf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360acb0 0.000113
+gallium_dri.so free 0x55717360ad00 void 0.000114
+gallium_dri.so free 0x55717360acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360acb0 0.000112
+gallium_dri.so free 0x55717360ae00 void 0.000115
+gallium_dri.so free 0x55717360acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360adb0 0.000114
+gallium_dri.so free 0x55717360aec0 void 0.000115
+gallium_dri.so free 0x55717360adb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ae70 0.000112
+gallium_dri.so free 0x55717360af00 void 0.000113
+gallium_dri.so free 0x55717360ae70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ae70 0.000124
+gallium_dri.so free 0x55717360afc0 void 0.000112
+gallium_dri.so free 0x55717360ae70 void 0.000111
+gallium_dri.so malloc 72 0x55717360b000 0.000110
+gallium_dri.so free 0x55717360b080 void 0.000110
+gallium_dri.so free 0x55717360b000 void 0.000119
+gallium_dri.so malloc 72 0x55717360b080 0.000113
+gallium_dri.so free 0x55717360b140 void 0.000111
+gallium_dri.so free 0x55717360b080 void 0.000110
+gallium_dri.so malloc 72 0x55717360b080 0.000112
+gallium_dri.so free 0x55717360b200 void 0.000110
+gallium_dri.so free 0x55717360b080 void 0.000111
+gallium_dri.so malloc 72 0x55717360b220 0.000110
+gallium_dri.so free 0x55717360b2c0 void 0.000115
+gallium_dri.so free 0x55717360b220 void 0.000111
+gallium_dri.so malloc 72 0x55717360b270 0.000110
+gallium_dri.so free 0x55717360b340 void 0.000111
+gallium_dri.so free 0x55717360b270 void 0.000110
+gallium_dri.so malloc 72 0x55717360b270 0.000112
+gallium_dri.so free 0x55717360b3c0 void 0.000109
+gallium_dri.so free 0x55717360b270 void 0.000110
+gallium_dri.so malloc 72 0x55717360b3c0 0.000114
+gallium_dri.so free 0x55717360b480 void 0.000128
+gallium_dri.so free 0x55717360b3c0 void 0.000189
+gallium_dri.so malloc 72 0x55717360b3c0 0.000183
+gallium_dri.so free 0x55717360b540 void 0.000112
+gallium_dri.so free 0x55717360b3c0 void 0.000110
+gallium_dri.so malloc 72 0x55717360b3c0 0.000182
+gallium_dri.so free 0x55717360b600 void 0.000116
+gallium_dri.so free 0x55717360b3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b5b0 0.000118
+gallium_dri.so free 0x55717360b6c0 void 0.000118
+gallium_dri.so free 0x55717360b5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b670 0.000114
+gallium_dri.so free 0x55717360b740 void 0.000115
+gallium_dri.so free 0x55717360b670 void 0.000113
+gallium_dri.so malloc 72 0x55717360b790 0.000113
+gallium_dri.so free 0x55717360b800 void 0.000115
+gallium_dri.so free 0x55717360b790 void 0.000113
+gallium_dri.so malloc 72 0x55717360b820 0.000114
+gallium_dri.so free 0x55717360b8c0 void 0.000114
+gallium_dri.so free 0x55717360b820 void 0.000113
+gallium_dri.so malloc 72 0x55717360b870 0.000114
+gallium_dri.so free 0x55717360b940 void 0.000115
+gallium_dri.so free 0x55717360b870 void 0.000114
+gallium_dri.so malloc 72 0x55717360b870 0.000113
+gallium_dri.so free 0x55717360b9c0 void 0.000113
+gallium_dri.so free 0x55717360b870 void 0.000113
+gallium_dri.so malloc 72 0x55717360b9c0 0.000114
+gallium_dri.so free 0x55717360ba80 void 0.000115
+gallium_dri.so free 0x55717360b9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b9c0 0.000115
+gallium_dri.so free 0x55717360bb80 void 0.000128
+gallium_dri.so free 0x55717360b9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bb30 0.000114
+gallium_dri.so free 0x55717360bbc0 void 0.000112
+gallium_dri.so free 0x55717360bb30 void 0.000112
+gallium_dri.so malloc 72 0x55717360bb30 0.000111
+gallium_dri.so free 0x55717360bc80 void 0.000112
+gallium_dri.so free 0x55717360bb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcc0 0.000111
+gallium_dri.so free 0x55717360bd40 void 0.000112
+gallium_dri.so free 0x55717360bcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bd40 0.000112
+gallium_dri.so free 0x55717360be00 void 0.000112
+gallium_dri.so free 0x55717360bd40 void 0.000112
+gallium_dri.so malloc 72 0x55717360bd40 0.000114
+gallium_dri.so free 0x55717360be80 void 0.000113
+gallium_dri.so free 0x55717360bd40 void 0.000117
+gallium_dri.so malloc 72 0x55717360beb0 0.000119
+gallium_dri.so free 0x55717360bf00 void 0.000114
+gallium_dri.so free 0x55717360beb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360beb0 0.000110
+gallium_dri.so free 0x55717360c000 void 0.000128
+gallium_dri.so free 0x55717360beb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c040 0.000123
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so free 0x55717360c040 void 0.000117
+gallium_dri.so malloc 72 0x55717360c0c0 0.000117
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c0c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360c0c0 0.000114
+gallium_dri.so free 0x55717360c200 void 0.000116
+gallium_dri.so free 0x55717360c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c230 0.000112
+gallium_dri.so free 0x55717360c280 void 0.000113
+gallium_dri.so free 0x55717360c230 void 0.000114
+gallium_dri.so malloc 72 0x55717360c230 0.000114
+gallium_dri.so free 0x55717360c380 void 0.000114
+gallium_dri.so free 0x55717360c230 void 0.000112
+gallium_dri.so malloc 72 0x55717360c330 0.000114
+gallium_dri.so free 0x55717360c440 void 0.000114
+gallium_dri.so free 0x55717360c330 void 0.000114
+gallium_dri.so malloc 72 0x55717360c3f0 0.000114
+gallium_dri.so free 0x55717360c4c0 void 0.000114
+gallium_dri.so free 0x55717360c3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c3f0 0.000112
+gallium_dri.so free 0x55717360c580 void 0.000115
+gallium_dri.so free 0x55717360c3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c3f0 0.000113
+gallium_dri.so free 0x55717360c640 void 0.000114
+gallium_dri.so free 0x55717360c3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c5f0 0.000113
+gallium_dri.so free 0x55717360c6c0 void 0.000115
+gallium_dri.so free 0x55717360c5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c710 0.000115
+gallium_dri.so free 0x55717360c780 void 0.000116
+gallium_dri.so free 0x55717360c710 void 0.000112
+gallium_dri.so malloc 72 0x55717360c7a0 0.000119
+gallium_dri.so free 0x55717360c840 void 0.000115
+gallium_dri.so free 0x55717360c7a0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c7f0 0.000113
+gallium_dri.so free 0x55717360c8c0 void 0.000116
+gallium_dri.so free 0x55717360c7f0 void 0.000136
+gallium_dri.so malloc 72 0x55717360c8c0 0.000116
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c8c0 0.000112
+gallium_dri.so free 0x55717360ca00 void 0.000113
+gallium_dri.so free 0x55717360c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ca00 0.000113
+gallium_dri.so free 0x55717360cac0 void 0.000114
+gallium_dri.so free 0x55717360ca00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca00 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000114
+gallium_dri.so free 0x55717360ca00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca00 0.000114
+gallium_dri.so free 0x55717360cc40 void 0.000115
+gallium_dri.so free 0x55717360ca00 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbf0 0.000115
+gallium_dri.so free 0x55717360ccc0 void 0.000115
+gallium_dri.so free 0x55717360cbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd10 0.000114
+gallium_dri.so free 0x55717360cd80 void 0.000115
+gallium_dri.so free 0x55717360cd10 void 0.000126
+gallium_dri.so malloc 72 0x55717360cdc0 0.000121
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cdc0 0.000112
+gallium_dri.so free 0x55717360cec0 void 0.000112
+gallium_dri.so free 0x55717360cdc0 void 0.000111
+gallium_dri.so malloc 72 0x55717360cef0 0.000115
+gallium_dri.so free 0x55717360cf40 void 0.000119
+gallium_dri.so free 0x55717360cef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cef0 0.000115
+gallium_dri.so free 0x55717360d040 void 0.000115
+gallium_dri.so free 0x55717360cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cff0 0.000114
+gallium_dri.so free 0x55717360d100 void 0.000115
+gallium_dri.so free 0x55717360cff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d0b0 0.000114
+gallium_dri.so free 0x55717360d140 void 0.000126
+gallium_dri.so free 0x55717360d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d0b0 0.000115
+gallium_dri.so free 0x55717360d200 void 0.000116
+gallium_dri.so free 0x55717360d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d270 0.000115
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so free 0x55717360d270 void 0.000114
+gallium_dri.so malloc 72 0x55717360d270 0.000112
+gallium_dri.so free 0x55717360d3c0 void 0.000115
+gallium_dri.so free 0x55717360d270 void 0.000128
+gallium_dri.so malloc 72 0x55717360d370 0.000114
+gallium_dri.so free 0x55717360d480 void 0.000115
+gallium_dri.so free 0x55717360d370 void 0.000128
+gallium_dri.so malloc 72 0x55717360d430 0.000114
+gallium_dri.so free 0x55717360d4c0 void 0.000114
+gallium_dri.so free 0x55717360d430 void 0.000112
+gallium_dri.so malloc 72 0x55717360d430 0.000112
+gallium_dri.so free 0x55717360d580 void 0.000114
+gallium_dri.so free 0x55717360d430 void 0.000112
+gallium_dri.so malloc 72 0x55717360d5c0 0.000114
+gallium_dri.so free 0x55717360d640 void 0.000114
+gallium_dri.so free 0x55717360d5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d640 0.000113
+gallium_dri.so free 0x55717360d700 void 0.000114
+gallium_dri.so free 0x55717360d640 void 0.000113
+gallium_dri.so malloc 72 0x55717360d640 0.000114
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x55717360d640 void 0.000114
+gallium_dri.so malloc 72 0x55717360d7e0 0.000112
+gallium_dri.so free 0x55717360d880 void 0.000114
+gallium_dri.so free 0x55717360d7e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d830 0.000111
+gallium_dri.so free 0x55717360d900 void 0.000113
+gallium_dri.so free 0x55717360d830 void 0.000113
+gallium_dri.so malloc 72 0x55717360d830 0.000114
+gallium_dri.so free 0x55717360d980 void 0.000115
+gallium_dri.so free 0x55717360d830 void 0.000157
+gallium_dri.so malloc 72 0x55717360d980 0.000115
+gallium_dri.so free 0x55717360da40 void 0.000112
+gallium_dri.so free 0x55717360d980 void 0.000112
+gallium_dri.so malloc 72 0x55717360d980 0.000112
+gallium_dri.so free 0x55717360db00 void 0.000114
+gallium_dri.so free 0x55717360d980 void 0.000113
+gallium_dri.so malloc 72 0x55717360d980 0.000111
+gallium_dri.so free 0x55717360dbc0 void 0.000112
+gallium_dri.so free 0x55717360d980 void 0.000112
+gallium_dri.so malloc 72 0x55717360db70 0.000112
+gallium_dri.so free 0x55717360dc80 void 0.000111
+gallium_dri.so free 0x55717360db70 void 0.000111
+gallium_dri.so malloc 72 0x55717360dc30 0.000112
+gallium_dri.so free 0x55717360dd00 void 0.000117
+gallium_dri.so free 0x55717360dc30 void 0.000123
+gallium_dri.so malloc 72 0x55717360dd50 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000114
+gallium_dri.so free 0x55717360dd50 void 0.000112
+gallium_dri.so malloc 72 0x55717360dde0 0.000117
+gallium_dri.so free 0x55717360de80 void 0.000127
+gallium_dri.so free 0x55717360dde0 void 0.000124
+gallium_dri.so malloc 72 0x55717360de30 0.000123
+gallium_dri.so free 0x55717360df00 void 0.000119
+gallium_dri.so free 0x55717360de30 void 0.000116
+gallium_dri.so malloc 72 0x55717360de30 0.000115
+gallium_dri.so free 0x55717360df80 void 0.000129
+gallium_dri.so free 0x55717360de30 void 0.000113
+gallium_dri.so malloc 72 0x55717360df80 0.000114
+gallium_dri.so free 0x55717360e040 void 0.000114
+gallium_dri.so free 0x55717360df80 void 0.000113
+gallium_dri.so malloc 72 0x55717360df80 0.000114
+gallium_dri.so free 0x55717360e140 void 0.000114
+gallium_dri.so free 0x55717360df80 void 0.000113
+gallium_dri.so malloc 72 0x55717360e0f0 0.000111
+gallium_dri.so free 0x55717360e180 void 0.000120
+gallium_dri.so free 0x55717360e0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360e0f0 0.000114
+gallium_dri.so free 0x55717360e240 void 0.000115
+gallium_dri.so free 0x55717360e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e280 0.000112
+gallium_dri.so free 0x55717360e300 void 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000113
+gallium_dri.so malloc 72 0x55717360e300 0.000113
+gallium_dri.so free 0x55717360e3c0 void 0.000115
+gallium_dri.so free 0x55717360e300 void 0.000114
+gallium_dri.so malloc 72 0x55717360e300 0.000112
+gallium_dri.so free 0x55717360e440 void 0.000115
+gallium_dri.so free 0x55717360e300 void 0.000113
+gallium_dri.so malloc 72 0x55717360e470 0.000114
+gallium_dri.so free 0x55717360e4c0 void 0.000115
+gallium_dri.so free 0x55717360e470 void 0.000113
+gallium_dri.so malloc 72 0x55717360e470 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000129
+gallium_dri.so free 0x55717360e470 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000114
+gallium_dri.so free 0x55717360e680 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e680 0.000115
+gallium_dri.so free 0x55717360e740 void 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000113
+gallium_dri.so malloc 72 0x55717360e680 0.000113
+gallium_dri.so free 0x55717360e7c0 void 0.000114
+gallium_dri.so free 0x55717360e680 void 0.000114
+gallium_dri.so malloc 72 0x55717360e7f0 0.000113
+gallium_dri.so free 0x55717360e840 void 0.000114
+gallium_dri.so free 0x55717360e7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e7f0 0.000112
+gallium_dri.so free 0x55717360e940 void 0.000114
+gallium_dri.so free 0x55717360e7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e8f0 0.000112
+gallium_dri.so free 0x55717360ea00 void 0.000116
+gallium_dri.so free 0x55717360e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e9b0 0.000114
+gallium_dri.so free 0x55717360ea80 void 0.000116
+gallium_dri.so free 0x55717360e9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e9b0 0.000114
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so free 0x55717360e9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e9b0 0.000113
+gallium_dri.so free 0x55717360ec00 void 0.000115
+gallium_dri.so free 0x55717360e9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ebb0 0.000119
+gallium_dri.so free 0x55717360ec80 void 0.000114
+gallium_dri.so free 0x55717360ebb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ecd0 0.000111
+gallium_dri.so free 0x55717360ed40 void 0.000112
+gallium_dri.so free 0x55717360ecd0 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed60 0.000118
+gallium_dri.so free 0x55717360ee00 void 0.000123
+gallium_dri.so free 0x55717360ed60 void 0.000124
+gallium_dri.so malloc 72 0x55717360edb0 0.000121
+gallium_dri.so free 0x55717360ee80 void 0.000115
+gallium_dri.so free 0x55717360edb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee80 0.000113
+gallium_dri.so free 0x55717360ef40 void 0.000201
+gallium_dri.so free 0x55717360ee80 void 0.000142
+gallium_dri.so malloc 72 0x55717360ee80 0.000177
+gallium_dri.so free 0x55717360efc0 void 0.000267
+gallium_dri.so free 0x55717360ee80 void 0.000216
+gallium_dri.so malloc 72 0x55717360efc0 0.000298
+gallium_dri.so free 0x55717360f080 void 0.000270
+gallium_dri.so free 0x55717360efc0 void 0.000193
+gallium_dri.so malloc 72 0x55717360efc0 0.000153
+gallium_dri.so free 0x55717360f140 void 0.000153
+gallium_dri.so free 0x55717360efc0 void 0.000156
+gallium_dri.so malloc 72 0x55717360efc0 0.000115
+gallium_dri.so free 0x55717360f200 void 0.000116
+gallium_dri.so free 0x55717360efc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f1b0 0.000114
+gallium_dri.so free 0x55717360f280 void 0.000114
+gallium_dri.so free 0x55717360f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f2d0 0.000113
+gallium_dri.so free 0x55717360f340 void 0.000114
+gallium_dri.so free 0x55717360f2d0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f380 0.000115
+gallium_dri.so free 0x55717360f400 void 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so malloc 72 0x55717360f380 0.000114
+gallium_dri.so free 0x55717360f480 void 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4b0 0.000112
+gallium_dri.so free 0x55717360f500 void 0.000116
+gallium_dri.so free 0x55717360f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f4b0 0.000114
+gallium_dri.so free 0x55717360f600 void 0.000113
+gallium_dri.so free 0x55717360f4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f5b0 0.000163
+gallium_dri.so free 0x55717360f6c0 void 0.000113
+gallium_dri.so free 0x55717360f5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f670 0.000112
+gallium_dri.so free 0x55717360f700 void 0.000112
+gallium_dri.so free 0x55717360f670 void 0.000112
+gallium_dri.so malloc 72 0x55717360f670 0.000112
+gallium_dri.so free 0x55717360f7c0 void 0.000111
+gallium_dri.so free 0x55717360f670 void 0.000114
+gallium_dri.so malloc 72 0x55717360f830 0.000112
+gallium_dri.so free 0x55717360f880 void 0.000112
+gallium_dri.so free 0x55717360f830 void 0.000113
+gallium_dri.so malloc 72 0x55717360f830 0.000113
+gallium_dri.so free 0x55717360f980 void 0.000112
+gallium_dri.so free 0x55717360f830 void 0.000118
+gallium_dri.so malloc 72 0x55717360f930 0.000123
+gallium_dri.so free 0x55717360fa40 void 0.000119
+gallium_dri.so free 0x55717360f930 void 0.000112
+gallium_dri.so malloc 72 0x55717360f9f0 0.000113
+gallium_dri.so free 0x55717360fa80 void 0.000113
+gallium_dri.so free 0x55717360f9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f9f0 0.000121
+gallium_dri.so free 0x55717360fb40 void 0.000122
+gallium_dri.so free 0x55717360f9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fb80 0.000119
+gallium_dri.so free 0x55717360fc00 void 0.000132
+gallium_dri.so free 0x55717360fb80 void 0.000139
+gallium_dri.so malloc 72 0x55717360fc00 0.000125
+gallium_dri.so free 0x55717360fcc0 void 0.000121
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc00 0.000121
+gallium_dri.so free 0x55717360fd80 void 0.000120
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so malloc 72 0x55717360fda0 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000120
+gallium_dri.so free 0x55717360fda0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fdf0 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000120
+gallium_dri.so free 0x55717360fdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fdf0 0.000119
+gallium_dri.so free 0x55717360ff40 void 0.000120
+gallium_dri.so free 0x55717360fdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ff40 0.000118
+gallium_dri.so free 0x557173610000 void 0.000122
+gallium_dri.so free 0x55717360ff40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ff40 0.000119
+gallium_dri.so free 0x5571736100c0 void 0.000120
+gallium_dri.so free 0x55717360ff40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ff40 0.000120
+gallium_dri.so free 0x557173610180 void 0.000120
+gallium_dri.so free 0x55717360ff40 void 0.000118
+gallium_dri.so malloc 72 0x557173610130 0.000120
+gallium_dri.so free 0x557173610240 void 0.000135
+gallium_dri.so free 0x557173610130 void 0.000120
+gallium_dri.so malloc 72 0x5571736101f0 0.000119
+gallium_dri.so free 0x5571736102c0 void 0.000120
+gallium_dri.so free 0x5571736101f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610310 0.000119
+gallium_dri.so free 0x557173610380 void 0.000119
+gallium_dri.so free 0x557173610310 void 0.000119
+gallium_dri.so malloc 72 0x5571736103a0 0.000119
+gallium_dri.so free 0x557173610440 void 0.000121
+gallium_dri.so free 0x5571736103a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736103f0 0.000142
+gallium_dri.so free 0x5571736104c0 void 0.000122
+gallium_dri.so free 0x5571736103f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736103f0 0.000118
+gallium_dri.so free 0x557173610540 void 0.000121
+gallium_dri.so free 0x5571736103f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610540 0.000120
+gallium_dri.so free 0x557173610600 void 0.000121
+gallium_dri.so free 0x557173610540 void 0.000118
+gallium_dri.so malloc 72 0x557173610540 0.000119
+gallium_dri.so free 0x557173610700 void 0.000121
+gallium_dri.so free 0x557173610540 void 0.000120
+gallium_dri.so malloc 72 0x5571736106b0 0.000120
+gallium_dri.so free 0x557173610740 void 0.000119
+gallium_dri.so free 0x5571736106b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736106b0 0.000186
+gallium_dri.so free 0x557173610800 void 0.000130
+gallium_dri.so free 0x5571736106b0 void 0.000125
+gallium_dri.so malloc 72 0x557173610840 0.000119
+gallium_dri.so free 0x5571736108c0 void 0.000118
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so malloc 72 0x5571736108c0 0.000116
+gallium_dri.so free 0x557173610980 void 0.000240
+gallium_dri.so free 0x5571736108c0 void 0.000384
+gallium_dri.so malloc 72 0x5571736108c0 0.000279
+gallium_dri.so free 0x557173610a00 void 0.000283
+gallium_dri.so free 0x5571736108c0 void 0.000273
+gallium_dri.so malloc 72 0x557173610a30 0.000277
+gallium_dri.so free 0x557173610a80 void 0.000274
+gallium_dri.so free 0x557173610a30 void 0.000274
+gallium_dri.so malloc 72 0x557173610a30 0.000287
+gallium_dri.so free 0x557173610b80 void 0.000292
+gallium_dri.so free 0x557173610a30 void 0.000280
+gallium_dri.so malloc 72 0x557173610bc0 0.000278
+gallium_dri.so free 0x557173610c40 void 0.000278
+gallium_dri.so free 0x557173610bc0 void 0.000274
+gallium_dri.so malloc 72 0x557173610c40 0.000222
+gallium_dri.so free 0x557173610d00 void 0.000199
+gallium_dri.so free 0x557173610c40 void 0.000159
+gallium_dri.so malloc 72 0x557173610c40 0.000123
+gallium_dri.so free 0x557173610d80 void 0.000119
+gallium_dri.so free 0x557173610c40 void 0.000118
+gallium_dri.so malloc 72 0x557173610db0 0.000117
+gallium_dri.so free 0x557173610e00 void 0.000119
+gallium_dri.so free 0x557173610db0 void 0.000119
+gallium_dri.so malloc 72 0x557173610db0 0.000119
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so free 0x557173610db0 void 0.000118
+gallium_dri.so malloc 72 0x557173610eb0 0.000130
+gallium_dri.so free 0x557173610fc0 void 0.000123
+gallium_dri.so free 0x557173610eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173610f70 0.000121
+gallium_dri.so free 0x557173611040 void 0.000120
+gallium_dri.so free 0x557173610f70 void 0.000118
+gallium_dri.so malloc 72 0x557173610f70 0.000118
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so free 0x557173610f70 void 0.000119
+gallium_dri.so malloc 72 0x557173610f70 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000120
+gallium_dri.so free 0x557173610f70 void 0.000118
+gallium_dri.so malloc 72 0x557173611170 0.000118
+gallium_dri.so free 0x557173611240 void 0.000119
+gallium_dri.so free 0x557173611170 void 0.000121
+gallium_dri.so malloc 72 0x557173611290 0.000118
+gallium_dri.so free 0x557173611300 void 0.000121
+gallium_dri.so free 0x557173611290 void 0.000118
+gallium_dri.so malloc 72 0x557173611320 0.000118
+gallium_dri.so free 0x5571736113c0 void 0.000119
+gallium_dri.so free 0x557173611320 void 0.000119
+gallium_dri.so malloc 72 0x557173611370 0.000118
+gallium_dri.so free 0x557173611440 void 0.000120
+gallium_dri.so free 0x557173611370 void 0.000136
+gallium_dri.so malloc 72 0x557173611440 0.000120
+gallium_dri.so free 0x557173611500 void 0.000121
+gallium_dri.so free 0x557173611440 void 0.000122
+gallium_dri.so malloc 72 0x557173611440 0.000120
+gallium_dri.so free 0x557173611580 void 0.000120
+gallium_dri.so free 0x557173611440 void 0.000118
+gallium_dri.so malloc 72 0x557173611580 0.000118
+gallium_dri.so free 0x557173611640 void 0.000120
+gallium_dri.so free 0x557173611580 void 0.000119
+gallium_dri.so malloc 72 0x557173611580 0.000117
+gallium_dri.so free 0x557173611700 void 0.000119
+gallium_dri.so free 0x557173611580 void 0.000118
+gallium_dri.so malloc 72 0x557173611580 0.000120
+gallium_dri.so free 0x5571736117c0 void 0.000121
+gallium_dri.so free 0x557173611580 void 0.000124
+gallium_dri.so malloc 72 0x557173611770 0.000118
+gallium_dri.so free 0x557173611840 void 0.000120
+gallium_dri.so free 0x557173611770 void 0.000118
+gallium_dri.so malloc 72 0x557173611890 0.000130
+gallium_dri.so free 0x557173611900 void 0.000121
+gallium_dri.so free 0x557173611890 void 0.000118
+gallium_dri.so malloc 72 0x557173611940 0.000120
+gallium_dri.so free 0x5571736119c0 void 0.000119
+gallium_dri.so free 0x557173611940 void 0.000118
+gallium_dri.so malloc 72 0x557173611940 0.000119
+gallium_dri.so free 0x557173611a40 void 0.000121
+gallium_dri.so free 0x557173611940 void 0.000119
+gallium_dri.so malloc 72 0x557173611a70 0.000119
+gallium_dri.so free 0x557173611ac0 void 0.000120
+gallium_dri.so free 0x557173611a70 void 0.000121
+gallium_dri.so malloc 72 0x557173611a70 0.000118
+gallium_dri.so free 0x557173611bc0 void 0.000119
+gallium_dri.so free 0x557173611a70 void 0.000119
+gallium_dri.so malloc 72 0x557173611b70 0.000120
+gallium_dri.so free 0x557173611c80 void 0.000121
+gallium_dri.so free 0x557173611b70 void 0.000119
+gallium_dri.so malloc 72 0x557173611c30 0.000119
+gallium_dri.so free 0x557173611cc0 void 0.000121
+gallium_dri.so free 0x557173611c30 void 0.000120
+gallium_dri.so malloc 72 0x557173611c30 0.000118
+gallium_dri.so free 0x557173611d80 void 0.000121
+gallium_dri.so free 0x557173611c30 void 0.000118
+gallium_dri.so malloc 72 0x557173611df0 0.000121
+gallium_dri.so free 0x557173611e40 void 0.000120
+gallium_dri.so free 0x557173611df0 void 0.000118
+gallium_dri.so malloc 72 0x557173611df0 0.000120
+gallium_dri.so free 0x557173611f40 void 0.000120
+gallium_dri.so free 0x557173611df0 void 0.000119
+gallium_dri.so malloc 72 0x557173611ef0 0.000121
+gallium_dri.so free 0x557173612000 void 0.000120
+gallium_dri.so free 0x557173611ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173611fb0 0.000119
+gallium_dri.so free 0x557173612040 void 0.000121
+gallium_dri.so free 0x557173611fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611fb0 0.000119
+gallium_dri.so free 0x557173612100 void 0.000174
+gallium_dri.so free 0x557173611fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173612140 0.000118
+gallium_dri.so free 0x5571736121c0 void 0.000120
+gallium_dri.so free 0x557173612140 void 0.000118
+gallium_dri.so malloc 72 0x5571736121c0 0.000119
+gallium_dri.so free 0x557173612280 void 0.000120
+gallium_dri.so free 0x5571736121c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736121c0 0.000119
+gallium_dri.so free 0x557173612340 void 0.000121
+gallium_dri.so free 0x5571736121c0 void 0.000119
+gallium_dri.so malloc 72 0x557173612360 0.000118
+gallium_dri.so free 0x557173612400 void 0.000120
+gallium_dri.so free 0x557173612360 void 0.000118
+gallium_dri.so malloc 72 0x5571736123b0 0.000129
+gallium_dri.so free 0x557173612480 void 0.000130
+gallium_dri.so free 0x5571736123b0 void 0.000161
+gallium_dri.so malloc 72 0x5571736123b0 0.000235
+gallium_dri.so free 0x557173612500 void 0.000236
+gallium_dri.so free 0x5571736123b0 void 0.000228
+gallium_dri.so malloc 72 0x557173612500 0.000158
+gallium_dri.so free 0x5571736125c0 void 0.000121
+gallium_dri.so free 0x557173612500 void 0.000112
+gallium_dri.so malloc 72 0x557173612500 0.000195
+gallium_dri.so free 0x557173612680 void 0.000117
+gallium_dri.so free 0x557173612500 void 0.000112
+gallium_dri.so malloc 72 0x557173612500 0.000114
+gallium_dri.so free 0x557173612740 void 0.000115
+gallium_dri.so free 0x557173612500 void 0.000113
+gallium_dri.so malloc 72 0x5571736126f0 0.000114
+gallium_dri.so free 0x557173612800 void 0.000115
+gallium_dri.so free 0x5571736126f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736127b0 0.000112
+gallium_dri.so free 0x557173612880 void 0.000114
+gallium_dri.so free 0x5571736127b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736128d0 0.000113
+gallium_dri.so free 0x557173612940 void 0.000115
+gallium_dri.so free 0x5571736128d0 void 0.000113
+gallium_dri.so malloc 72 0x557173612960 0.000113
+gallium_dri.so free 0x557173612a00 void 0.000113
+gallium_dri.so free 0x557173612960 void 0.000113
+gallium_dri.so malloc 72 0x5571736129b0 0.000113
+gallium_dri.so free 0x557173612a80 void 0.000115
+gallium_dri.so free 0x5571736129b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736129b0 0.000113
+gallium_dri.so free 0x557173612b00 void 0.000115
+gallium_dri.so free 0x5571736129b0 void 0.000113
+gallium_dri.so malloc 72 0x557173612b00 0.000111
+gallium_dri.so free 0x557173612bc0 void 0.000113
+gallium_dri.so free 0x557173612b00 void 0.000116
+gallium_dri.so malloc 72 0x557173612b00 0.000114
+gallium_dri.so free 0x557173612cc0 void 0.000114
+gallium_dri.so free 0x557173612b00 void 0.000113
+gallium_dri.so malloc 72 0x557173612c70 0.000113
+gallium_dri.so free 0x557173612d00 void 0.000113
+gallium_dri.so free 0x557173612c70 void 0.000113
+gallium_dri.so malloc 72 0x557173612c70 0.000113
+gallium_dri.so free 0x557173612dc0 void 0.000115
+gallium_dri.so free 0x557173612c70 void 0.000113
+gallium_dri.so malloc 72 0x557173612e00 0.000112
+gallium_dri.so free 0x557173612e80 void 0.000114
+gallium_dri.so free 0x557173612e00 void 0.000112
+gallium_dri.so malloc 72 0x557173612e80 0.000112
+gallium_dri.so free 0x557173612f40 void 0.000114
+gallium_dri.so free 0x557173612e80 void 0.000113
+gallium_dri.so malloc 72 0x557173612e80 0.000112
+gallium_dri.so free 0x557173612fc0 void 0.000114
+gallium_dri.so free 0x557173612e80 void 0.000114
+gallium_dri.so malloc 72 0x557173612ff0 0.000114
+gallium_dri.so free 0x557173613040 void 0.000115
+gallium_dri.so free 0x557173612ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173612ff0 0.000118
+gallium_dri.so free 0x557173613140 void 0.000124
+gallium_dri.so free 0x557173612ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173613180 0.000114
+gallium_dri.so free 0x557173613200 void 0.000179
+gallium_dri.so free 0x557173613180 void 0.000165
+gallium_dri.so malloc 72 0x557173613200 0.000116
+gallium_dri.so free 0x5571736132c0 void 0.000114
+gallium_dri.so free 0x557173613200 void 0.000159
+gallium_dri.so malloc 72 0x557173613200 0.000158
+gallium_dri.so free 0x557173613340 void 0.000160
+gallium_dri.so free 0x557173613200 void 0.000123
+gallium_dri.so malloc 72 0x557173613370 0.000119
+gallium_dri.so free 0x5571736133c0 void 0.000115
+gallium_dri.so free 0x557173613370 void 0.000114
+gallium_dri.so malloc 72 0x557173613370 0.000114
+gallium_dri.so free 0x5571736134c0 void 0.000115
+gallium_dri.so free 0x557173613370 void 0.000114
+gallium_dri.so malloc 72 0x557173613470 0.000114
+gallium_dri.so free 0x557173613580 void 0.000115
+gallium_dri.so free 0x557173613470 void 0.000118
+gallium_dri.so malloc 72 0x557173613530 0.000114
+gallium_dri.so free 0x557173613600 void 0.000115
+gallium_dri.so free 0x557173613530 void 0.000115
+gallium_dri.so malloc 72 0x557173613530 0.000113
+gallium_dri.so free 0x5571736136c0 void 0.000114
+gallium_dri.so free 0x557173613530 void 0.000113
+gallium_dri.so malloc 72 0x557173613530 0.000113
+gallium_dri.so free 0x557173613780 void 0.000114
+gallium_dri.so free 0x557173613530 void 0.000115
+gallium_dri.so malloc 72 0x557173613730 0.000114
+gallium_dri.so free 0x557173613800 void 0.000114
+gallium_dri.so free 0x557173613730 void 0.000112
+gallium_dri.so malloc 72 0x557173613850 0.000113
+gallium_dri.so free 0x5571736138c0 void 0.000114
+gallium_dri.so free 0x557173613850 void 0.000113
+gallium_dri.so malloc 72 0x5571736138e0 0.000113
+gallium_dri.so free 0x557173613980 void 0.000115
+gallium_dri.so free 0x5571736138e0 void 0.000112
+gallium_dri.so malloc 72 0x557173613930 0.000112
+gallium_dri.so free 0x557173613a00 void 0.000114
+gallium_dri.so free 0x557173613930 void 0.000114
+gallium_dri.so malloc 72 0x557173613a00 0.000114
+gallium_dri.so free 0x557173613ac0 void 0.000115
+gallium_dri.so free 0x557173613a00 void 0.000113
+gallium_dri.so malloc 72 0x557173613a00 0.000114
+gallium_dri.so free 0x557173613b40 void 0.000114
+gallium_dri.so free 0x557173613a00 void 0.000112
+gallium_dri.so malloc 72 0x557173613b40 0.000112
+gallium_dri.so free 0x557173613c00 void 0.000115
+gallium_dri.so free 0x557173613b40 void 0.000112
+gallium_dri.so malloc 72 0x557173613b40 0.000112
+gallium_dri.so free 0x557173613cc0 void 0.000115
+gallium_dri.so free 0x557173613b40 void 0.000112
+gallium_dri.so malloc 72 0x557173613b40 0.000113
+gallium_dri.so free 0x557173613d80 void 0.000114
+gallium_dri.so free 0x557173613b40 void 0.000127
+gallium_dri.so malloc 72 0x557173613d30 0.000114
+gallium_dri.so free 0x557173613e00 void 0.000115
+gallium_dri.so free 0x557173613d30 void 0.000112
+gallium_dri.so malloc 72 0x557173613e50 0.000113
+gallium_dri.so free 0x557173613ec0 void 0.000114
+gallium_dri.so free 0x557173613e50 void 0.000113
+gallium_dri.so malloc 72 0x557173613f00 0.000113
+gallium_dri.so free 0x557173613f80 void 0.000114
+gallium_dri.so free 0x557173613f00 void 0.000114
+gallium_dri.so malloc 72 0x557173613f00 0.000113
+gallium_dri.so free 0x557173614000 void 0.000115
+gallium_dri.so free 0x557173613f00 void 0.000113
+gallium_dri.so malloc 72 0x557173614030 0.000113
+gallium_dri.so free 0x557173614080 void 0.000115
+gallium_dri.so free 0x557173614030 void 0.000114
+gallium_dri.so malloc 72 0x557173614030 0.000114
+gallium_dri.so free 0x557173614180 void 0.000114
+gallium_dri.so free 0x557173614030 void 0.000115
+gallium_dri.so malloc 72 0x557173614130 0.000113
+gallium_dri.so free 0x557173614240 void 0.000115
+gallium_dri.so free 0x557173614130 void 0.000112
+gallium_dri.so malloc 72 0x5571736141f0 0.000113
+gallium_dri.so free 0x557173614280 void 0.000113
+gallium_dri.so free 0x5571736141f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736141f0 0.000112
+gallium_dri.so free 0x557173614340 void 0.000114
+gallium_dri.so free 0x5571736141f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736143b0 0.000122
+gallium_dri.so free 0x557173614400 void 0.000116
+gallium_dri.so free 0x5571736143b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736143b0 0.000112
+gallium_dri.so free 0x557173614500 void 0.000114
+gallium_dri.so free 0x5571736143b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736144b0 0.000113
+gallium_dri.so free 0x5571736145c0 void 0.000114
+gallium_dri.so free 0x5571736144b0 void 0.000119
+gallium_dri.so malloc 72 0x557173614570 0.000113
+gallium_dri.so free 0x557173614600 void 0.000113
+gallium_dri.so free 0x557173614570 void 0.000112
+gallium_dri.so malloc 72 0x557173614570 0.000112
+gallium_dri.so free 0x5571736146c0 void 0.000115
+gallium_dri.so free 0x557173614570 void 0.000111
+gallium_dri.so malloc 72 0x557173614700 0.000112
+gallium_dri.so free 0x557173614780 void 0.000114
+gallium_dri.so free 0x557173614700 void 0.000113
+gallium_dri.so malloc 72 0x557173614780 0.000113
+gallium_dri.so free 0x557173614840 void 0.000114
+gallium_dri.so free 0x557173614780 void 0.000113
+gallium_dri.so malloc 72 0x557173614780 0.000112
+gallium_dri.so free 0x557173614900 void 0.000115
+gallium_dri.so free 0x557173614780 void 0.000113
+gallium_dri.so malloc 72 0x557173614920 0.000113
+gallium_dri.so free 0x5571736149c0 void 0.000126
+gallium_dri.so free 0x557173614920 void 0.000114
+gallium_dri.so malloc 72 0x557173614970 0.000123
+gallium_dri.so free 0x557173614a40 void 0.000115
+gallium_dri.so free 0x557173614970 void 0.000112
+gallium_dri.so malloc 72 0x557173614970 0.000113
+gallium_dri.so free 0x557173614ac0 void 0.000113
+gallium_dri.so free 0x557173614970 void 0.000113
+gallium_dri.so malloc 72 0x557173614ac0 0.000113
+gallium_dri.so free 0x557173614b80 void 0.000114
+gallium_dri.so free 0x557173614ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173614ac0 0.000112
+gallium_dri.so free 0x557173614c40 void 0.000116
+gallium_dri.so free 0x557173614ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173614ac0 0.000113
+gallium_dri.so free 0x557173614d00 void 0.000116
+gallium_dri.so free 0x557173614ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173614cb0 0.000112
+gallium_dri.so free 0x557173614dc0 void 0.000114
+gallium_dri.so free 0x557173614cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173614d70 0.000114
+gallium_dri.so free 0x557173614e40 void 0.000114
+gallium_dri.so free 0x557173614d70 void 0.000113
+gallium_dri.so malloc 72 0x557173614e90 0.000112
+gallium_dri.so free 0x557173614f00 void 0.000114
+gallium_dri.so free 0x557173614e90 void 0.000112
+gallium_dri.so malloc 72 0x557173614f20 0.000113
+gallium_dri.so free 0x557173614fc0 void 0.000116
+gallium_dri.so free 0x557173614f20 void 0.000111
+gallium_dri.so malloc 72 0x557173614f70 0.000119
+gallium_dri.so free 0x557173615040 void 0.000116
+gallium_dri.so free 0x557173614f70 void 0.000112
+gallium_dri.so malloc 72 0x557173614f70 0.000112
+gallium_dri.so free 0x5571736150c0 void 0.000114
+gallium_dri.so free 0x557173614f70 void 0.000113
+gallium_dri.so malloc 72 0x5571736150c0 0.000112
+gallium_dri.so free 0x557173615180 void 0.000114
+gallium_dri.so free 0x5571736150c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736150c0 0.000112
+gallium_dri.so free 0x557173615280 void 0.000115
+gallium_dri.so free 0x5571736150c0 void 0.000113
+gallium_dri.so malloc 72 0x557173615230 0.000114
+gallium_dri.so free 0x5571736152c0 void 0.000115
+gallium_dri.so free 0x557173615230 void 0.000113
+gallium_dri.so malloc 72 0x557173615230 0.000114
+gallium_dri.so free 0x557173615380 void 0.000114
+gallium_dri.so free 0x557173615230 void 0.000112
+gallium_dri.so malloc 72 0x5571736153c0 0.000113
+gallium_dri.so free 0x557173615440 void 0.000114
+gallium_dri.so free 0x5571736153c0 void 0.000112
+gallium_dri.so malloc 72 0x557173615440 0.000111
+gallium_dri.so free 0x557173615500 void 0.000113
+gallium_dri.so free 0x557173615440 void 0.000113
+gallium_dri.so malloc 72 0x557173615440 0.000111
+gallium_dri.so free 0x557173615580 void 0.000115
+gallium_dri.so free 0x557173615440 void 0.000117
+gallium_dri.so malloc 72 0x5571736155b0 0.000112
+gallium_dri.so free 0x557173615600 void 0.000166
+gallium_dri.so free 0x5571736155b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736155b0 0.000114
+gallium_dri.so free 0x557173615700 void 0.000113
+gallium_dri.so free 0x5571736155b0 void 0.000111
+gallium_dri.so malloc 72 0x557173615740 0.000112
+gallium_dri.so free 0x5571736157c0 void 0.000114
+gallium_dri.so free 0x557173615740 void 0.000113
+gallium_dri.so malloc 72 0x5571736157c0 0.000113
+gallium_dri.so free 0x557173615880 void 0.000114
+gallium_dri.so free 0x5571736157c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736157c0 0.000112
+gallium_dri.so free 0x557173615900 void 0.000114
+gallium_dri.so free 0x5571736157c0 void 0.000112
+gallium_dri.so malloc 72 0x557173615930 0.000112
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so free 0x557173615930 void 0.000112
+gallium_dri.so malloc 72 0x557173615930 0.000112
+gallium_dri.so free 0x557173615a80 void 0.000114
+gallium_dri.so free 0x557173615930 void 0.000113
+gallium_dri.so malloc 72 0x557173615a30 0.000113
+gallium_dri.so free 0x557173615b40 void 0.000114
+gallium_dri.so free 0x557173615a30 void 0.000112
+gallium_dri.so malloc 72 0x557173615af0 0.000112
+gallium_dri.so free 0x557173615bc0 void 0.000114
+gallium_dri.so free 0x557173615af0 void 0.000113
+gallium_dri.so malloc 72 0x557173615af0 0.000111
+gallium_dri.so free 0x557173615c80 void 0.000122
+gallium_dri.so free 0x557173615af0 void 0.000115
+gallium_dri.so malloc 72 0x557173615af0 0.000114
+gallium_dri.so free 0x557173615d40 void 0.000114
+gallium_dri.so free 0x557173615af0 void 0.000113
+gallium_dri.so malloc 72 0x557173615cf0 0.000113
+gallium_dri.so free 0x557173615dc0 void 0.000114
+gallium_dri.so free 0x557173615cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173615e10 0.000113
+gallium_dri.so free 0x557173615e80 void 0.000115
+gallium_dri.so free 0x557173615e10 void 0.000113
+gallium_dri.so malloc 72 0x557173615ea0 0.000112
+gallium_dri.so free 0x557173615f40 void 0.000114
+gallium_dri.so free 0x557173615ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173615ef0 0.000112
+gallium_dri.so free 0x557173615fc0 void 0.000115
+gallium_dri.so free 0x557173615ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173615fc0 0.000114
+gallium_dri.so free 0x557173616080 void 0.000114
+gallium_dri.so free 0x557173615fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173615fc0 0.000112
+gallium_dri.so free 0x557173616100 void 0.000115
+gallium_dri.so free 0x557173615fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173616100 0.000113
+gallium_dri.so free 0x5571736161c0 void 0.000114
+gallium_dri.so free 0x557173616100 void 0.000114
+gallium_dri.so malloc 72 0x557173616100 0.000113
+gallium_dri.so free 0x557173616280 void 0.000114
+gallium_dri.so free 0x557173616100 void 0.000124
+gallium_dri.so malloc 72 0x557173616100 0.000113
+gallium_dri.so free 0x557173616340 void 0.000116
+gallium_dri.so free 0x557173616100 void 0.000115
+gallium_dri.so malloc 72 0x5571736162f0 0.000112
+gallium_dri.so free 0x5571736163c0 void 0.000114
+gallium_dri.so free 0x5571736162f0 void 0.000149
+gallium_dri.so malloc 72 0x557173616410 0.000112
+gallium_dri.so free 0x557173616480 void 0.000113
+gallium_dri.so free 0x557173616410 void 0.000112
+gallium_dri.so malloc 72 0x5571736164c0 0.000113
+gallium_dri.so free 0x557173616540 void 0.000115
+gallium_dri.so free 0x5571736164c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736164c0 0.000112
+gallium_dri.so free 0x5571736165c0 void 0.000114
+gallium_dri.so free 0x5571736164c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736165f0 0.000112
+gallium_dri.so free 0x557173616640 void 0.000114
+gallium_dri.so free 0x5571736165f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736165f0 0.000113
+gallium_dri.so free 0x557173616740 void 0.000114
+gallium_dri.so free 0x5571736165f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736166f0 0.000113
+gallium_dri.so free 0x557173616800 void 0.000114
+gallium_dri.so free 0x5571736166f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736167b0 0.000113
+gallium_dri.so free 0x557173616840 void 0.000114
+gallium_dri.so free 0x5571736167b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736167b0 0.000113
+gallium_dri.so free 0x557173616900 void 0.000113
+gallium_dri.so free 0x5571736167b0 void 0.000113
+gallium_dri.so malloc 72 0x557173616970 0.000115
+gallium_dri.so free 0x5571736169c0 void 0.000114
+gallium_dri.so free 0x557173616970 void 0.000113
+gallium_dri.so malloc 72 0x557173616970 0.000112
+gallium_dri.so free 0x557173616ac0 void 0.000114
+gallium_dri.so free 0x557173616970 void 0.000113
+gallium_dri.so malloc 72 0x557173616a70 0.000113
+gallium_dri.so free 0x557173616b80 void 0.000115
+gallium_dri.so free 0x557173616a70 void 0.000112
+gallium_dri.so malloc 72 0x557173616b30 0.000112
+gallium_dri.so free 0x557173616bc0 void 0.000115
+gallium_dri.so free 0x557173616b30 void 0.000112
+gallium_dri.so malloc 72 0x557173616b30 0.000112
+gallium_dri.so free 0x557173616c80 void 0.000115
+gallium_dri.so free 0x557173616b30 void 0.000113
+gallium_dri.so malloc 72 0x557173616cc0 0.000112
+gallium_dri.so free 0x557173616d40 void 0.000114
+gallium_dri.so free 0x557173616cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173616d40 0.000113
+gallium_dri.so free 0x557173616e00 void 0.000115
+gallium_dri.so free 0x557173616d40 void 0.000113
+gallium_dri.so malloc 72 0x557173616d40 0.000114
+gallium_dri.so free 0x557173616ec0 void 0.000114
+gallium_dri.so free 0x557173616d40 void 0.000113
+gallium_dri.so malloc 72 0x557173616ee0 0.000124
+gallium_dri.so free 0x557173616f80 void 0.000120
+gallium_dri.so free 0x557173616ee0 void 0.000122
+gallium_dri.so malloc 72 0x557173616f30 0.000124
+gallium_dri.so free 0x557173617000 void 0.000159
+gallium_dri.so free 0x557173616f30 void 0.000120
+gallium_dri.so malloc 72 0x557173616f30 0.000115
+gallium_dri.so free 0x557173617080 void 0.000114
+gallium_dri.so free 0x557173616f30 void 0.000113
+gallium_dri.so malloc 72 0x557173617080 0.000114
+gallium_dri.so free 0x557173617140 void 0.000115
+gallium_dri.so free 0x557173617080 void 0.000112
+gallium_dri.so malloc 72 0x557173617080 0.000113
+gallium_dri.so free 0x557173617200 void 0.000115
+gallium_dri.so free 0x557173617080 void 0.000113
+gallium_dri.so malloc 72 0x557173617080 0.000115
+gallium_dri.so free 0x5571736172c0 void 0.000115
+gallium_dri.so free 0x557173617080 void 0.000113
+gallium_dri.so malloc 72 0x557173617270 0.000114
+gallium_dri.so free 0x557173617380 void 0.000113
+gallium_dri.so free 0x557173617270 void 0.000112
+gallium_dri.so malloc 72 0x557173617330 0.000112
+gallium_dri.so free 0x557173617400 void 0.000115
+gallium_dri.so free 0x557173617330 void 0.000114
+gallium_dri.so malloc 72 0x557173617450 0.000113
+gallium_dri.so free 0x5571736174c0 void 0.000114
+gallium_dri.so free 0x557173617450 void 0.000120
+gallium_dri.so malloc 72 0x5571736174e0 0.000113
+gallium_dri.so free 0x557173617580 void 0.000114
+gallium_dri.so free 0x5571736174e0 void 0.000113
+gallium_dri.so malloc 72 0x557173617530 0.000120
+gallium_dri.so free 0x557173617600 void 0.000116
+gallium_dri.so free 0x557173617530 void 0.000113
+gallium_dri.so malloc 72 0x557173617530 0.000114
+gallium_dri.so free 0x557173617680 void 0.000114
+gallium_dri.so free 0x557173617530 void 0.000114
+gallium_dri.so malloc 72 0x557173617680 0.000112
+gallium_dri.so free 0x557173617740 void 0.000114
+gallium_dri.so free 0x557173617680 void 0.000114
+gallium_dri.so malloc 72 0x557173617680 0.000112
+gallium_dri.so free 0x557173617840 void 0.000114
+gallium_dri.so free 0x557173617680 void 0.000112
+gallium_dri.so malloc 72 0x5571736177f0 0.000111
+gallium_dri.so free 0x557173617880 void 0.000113
+gallium_dri.so free 0x5571736177f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736177f0 0.000113
+gallium_dri.so free 0x557173617940 void 0.000114
+gallium_dri.so free 0x5571736177f0 void 0.000113
+gallium_dri.so malloc 72 0x557173617980 0.000113
+gallium_dri.so free 0x557173617a00 void 0.000114
+gallium_dri.so free 0x557173617980 void 0.000113
+gallium_dri.so malloc 72 0x557173617a00 0.000113
+gallium_dri.so free 0x557173617ac0 void 0.000114
+gallium_dri.so free 0x557173617a00 void 0.000123
+gallium_dri.so malloc 72 0x557173617a00 0.000113
+gallium_dri.so free 0x557173617b40 void 0.000112
+gallium_dri.so free 0x557173617a00 void 0.000112
+gallium_dri.so malloc 72 0x557173617b70 0.000111
+gallium_dri.so free 0x557173617bc0 void 0.000112
+gallium_dri.so free 0x557173617b70 void 0.000111
+gallium_dri.so malloc 72 0x557173617b70 0.000124
+gallium_dri.so free 0x557173617cc0 void 0.000114
+gallium_dri.so free 0x557173617b70 void 0.000118
+gallium_dri.so malloc 72 0x557173617d00 0.000118
+gallium_dri.so free 0x557173617d80 void 0.000115
+gallium_dri.so free 0x557173617d00 void 0.000113
+gallium_dri.so malloc 72 0x557173617d80 0.000113
+gallium_dri.so free 0x557173617e40 void 0.000112
+gallium_dri.so free 0x557173617d80 void 0.000121
+gallium_dri.so malloc 72 0x557173617d80 0.000115
+gallium_dri.so free 0x557173617ec0 void 0.000115
+gallium_dri.so free 0x557173617d80 void 0.000118
+gallium_dri.so malloc 72 0x557173617ef0 0.000119
+gallium_dri.so free 0x557173617f40 void 0.000115
+gallium_dri.so free 0x557173617ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173617ef0 0.000114
+gallium_dri.so free 0x557173618040 void 0.000116
+gallium_dri.so free 0x557173617ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173617ff0 0.000114
+gallium_dri.so free 0x557173618100 void 0.000114
+gallium_dri.so free 0x557173617ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571736180b0 0.000114
+gallium_dri.so free 0x557173618180 void 0.000114
+gallium_dri.so free 0x5571736180b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736180b0 0.000112
+gallium_dri.so free 0x557173618240 void 0.000114
+gallium_dri.so free 0x5571736180b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736180b0 0.000115
+gallium_dri.so free 0x557173618300 void 0.000115
+gallium_dri.so free 0x5571736180b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736182b0 0.000112
+gallium_dri.so free 0x557173618380 void 0.000114
+gallium_dri.so free 0x5571736182b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736183d0 0.000114
+gallium_dri.so free 0x557173618440 void 0.000116
+gallium_dri.so free 0x5571736183d0 void 0.000113
+gallium_dri.so malloc 72 0x557173618460 0.000115
+gallium_dri.so free 0x557173618500 void 0.000113
+gallium_dri.so free 0x557173618460 void 0.000113
+gallium_dri.so malloc 72 0x5571736184b0 0.000113
+gallium_dri.so free 0x557173618580 void 0.000114
+gallium_dri.so free 0x5571736184b0 void 0.000113
+gallium_dri.so malloc 72 0x557173618580 0.000117
+gallium_dri.so free 0x557173618640 void 0.000115
+gallium_dri.so free 0x557173618580 void 0.000112
+gallium_dri.so malloc 72 0x557173618580 0.000113
+gallium_dri.so free 0x5571736186c0 void 0.000115
+gallium_dri.so free 0x557173618580 void 0.000180
+gallium_dri.so malloc 72 0x5571736186c0 0.000114
+gallium_dri.so free 0x557173618780 void 0.000115
+gallium_dri.so free 0x5571736186c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736186c0 0.000113
+gallium_dri.so free 0x557173618840 void 0.000115
+gallium_dri.so free 0x5571736186c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736186c0 0.000111
+gallium_dri.so free 0x557173618900 void 0.000115
+gallium_dri.so free 0x5571736186c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736188b0 0.000114
+gallium_dri.so free 0x557173618980 void 0.000114
+gallium_dri.so free 0x5571736188b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736189d0 0.000113
+gallium_dri.so free 0x557173618a40 void 0.000114
+gallium_dri.so free 0x5571736189d0 void 0.000113
+gallium_dri.so malloc 72 0x557173618a80 0.000114
+gallium_dri.so free 0x557173618b00 void 0.000114
+gallium_dri.so free 0x557173618a80 void 0.000112
+gallium_dri.so malloc 72 0x557173618a80 0.000114
+gallium_dri.so free 0x557173618b80 void 0.000114
+gallium_dri.so free 0x557173618a80 void 0.000114
+gallium_dri.so malloc 72 0x557173618bb0 0.000113
+gallium_dri.so free 0x557173618c00 void 0.000115
+gallium_dri.so free 0x557173618bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173618bb0 0.000114
+gallium_dri.so free 0x557173618d00 void 0.000115
+gallium_dri.so free 0x557173618bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173618cb0 0.000114
+gallium_dri.so free 0x557173618dc0 void 0.000114
+gallium_dri.so free 0x557173618cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173618d70 0.000112
+gallium_dri.so free 0x557173618e00 void 0.000114
+gallium_dri.so free 0x557173618d70 void 0.000114
+gallium_dri.so malloc 72 0x557173618d70 0.000115
+gallium_dri.so free 0x557173618ec0 void 0.000115
+gallium_dri.so free 0x557173618d70 void 0.000112
+gallium_dri.so malloc 72 0x557173618f30 0.000113
+gallium_dri.so free 0x557173618f80 void 0.000116
+gallium_dri.so free 0x557173618f30 void 0.000113
+gallium_dri.so malloc 72 0x557173618f30 0.000113
+gallium_dri.so free 0x557173619080 void 0.000114
+gallium_dri.so free 0x557173618f30 void 0.000113
+gallium_dri.so malloc 72 0x557173619030 0.000113
+gallium_dri.so free 0x557173619140 void 0.000115
+gallium_dri.so free 0x557173619030 void 0.000112
+gallium_dri.so malloc 72 0x5571736190f0 0.000113
+gallium_dri.so free 0x557173619180 void 0.000114
+gallium_dri.so free 0x5571736190f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736190f0 0.000113
+gallium_dri.so free 0x557173619240 void 0.000115
+gallium_dri.so free 0x5571736190f0 void 0.000113
+gallium_dri.so malloc 72 0x557173619280 0.000114
+gallium_dri.so free 0x557173619300 void 0.000114
+gallium_dri.so free 0x557173619280 void 0.000113
+gallium_dri.so malloc 72 0x557173619300 0.000125
+gallium_dri.so free 0x5571736193c0 void 0.000114
+gallium_dri.so free 0x557173619300 void 0.000113
+gallium_dri.so malloc 72 0x557173619300 0.000112
+gallium_dri.so free 0x557173619480 void 0.000114
+gallium_dri.so free 0x557173619300 void 0.000112
+gallium_dri.so malloc 72 0x5571736194a0 0.000112
+gallium_dri.so free 0x557173619540 void 0.000114
+gallium_dri.so free 0x5571736194a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736194f0 0.000113
+gallium_dri.so free 0x5571736195c0 void 0.000114
+gallium_dri.so free 0x5571736194f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736194f0 0.000117
+gallium_dri.so free 0x557173619640 void 0.000116
+gallium_dri.so free 0x5571736194f0 void 0.000113
+gallium_dri.so malloc 72 0x557173619640 0.000113
+gallium_dri.so free 0x557173619700 void 0.000114
+gallium_dri.so free 0x557173619640 void 0.000112
+gallium_dri.so malloc 72 0x557173619640 0.000112
+gallium_dri.so free 0x5571736197c0 void 0.000116
+gallium_dri.so free 0x557173619640 void 0.000113
+gallium_dri.so malloc 72 0x557173619640 0.000113
+gallium_dri.so free 0x557173619880 void 0.000115
+gallium_dri.so free 0x557173619640 void 0.000112
+gallium_dri.so malloc 72 0x557173619830 0.000114
+gallium_dri.so free 0x557173619940 void 0.000114
+gallium_dri.so free 0x557173619830 void 0.000113
+gallium_dri.so malloc 72 0x5571736198f0 0.000123
+gallium_dri.so free 0x5571736199c0 void 0.000116
+gallium_dri.so free 0x5571736198f0 void 0.000114
+gallium_dri.so malloc 72 0x557173619a10 0.000113
+gallium_dri.so free 0x557173619a80 void 0.000115
+gallium_dri.so free 0x557173619a10 void 0.000112
+gallium_dri.so malloc 72 0x557173619aa0 0.000113
+gallium_dri.so free 0x557173619b40 void 0.000115
+gallium_dri.so free 0x557173619aa0 void 0.000113
+gallium_dri.so malloc 72 0x557173619af0 0.000112
+gallium_dri.so free 0x557173619bc0 void 0.000115
+gallium_dri.so free 0x557173619af0 void 0.000114
+gallium_dri.so malloc 72 0x557173619af0 0.000113
+gallium_dri.so free 0x557173619c40 void 0.000113
+gallium_dri.so free 0x557173619af0 void 0.000112
+gallium_dri.so malloc 72 0x557173619c40 0.000112
+gallium_dri.so free 0x557173619d00 void 0.000114
+gallium_dri.so free 0x557173619c40 void 0.000112
+gallium_dri.so malloc 72 0x557173619c40 0.000114
+gallium_dri.so free 0x557173619e00 void 0.000114
+gallium_dri.so free 0x557173619c40 void 0.000114
+gallium_dri.so malloc 72 0x557173619db0 0.000113
+gallium_dri.so free 0x557173619e40 void 0.000115
+gallium_dri.so free 0x557173619db0 void 0.000114
+gallium_dri.so malloc 72 0x557173619db0 0.000113
+gallium_dri.so free 0x557173619f00 void 0.000114
+gallium_dri.so free 0x557173619db0 void 0.000113
+gallium_dri.so malloc 72 0x557173619f40 0.000112
+gallium_dri.so free 0x557173619fc0 void 0.000128
+gallium_dri.so free 0x557173619f40 void 0.000114
+gallium_dri.so malloc 72 0x557173619fc0 0.000112
+gallium_dri.so free 0x55717361a080 void 0.000114
+gallium_dri.so free 0x557173619fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173619fc0 0.000113
+gallium_dri.so free 0x55717361a100 void 0.000114
+gallium_dri.so free 0x557173619fc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a130 0.000115
+gallium_dri.so free 0x55717361a180 void 0.000114
+gallium_dri.so free 0x55717361a130 void 0.000113
+gallium_dri.so malloc 72 0x55717361a130 0.000114
+gallium_dri.so free 0x55717361a280 void 0.000115
+gallium_dri.so free 0x55717361a130 void 0.000115
+gallium_dri.so malloc 72 0x55717361a2c0 0.000114
+gallium_dri.so free 0x55717361a340 void 0.000115
+gallium_dri.so free 0x55717361a2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a340 0.000114
+gallium_dri.so free 0x55717361a400 void 0.000115
+gallium_dri.so free 0x55717361a340 void 0.000112
+gallium_dri.so malloc 72 0x55717361a340 0.000113
+gallium_dri.so free 0x55717361a480 void 0.000115
+gallium_dri.so free 0x55717361a340 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4b0 0.000113
+gallium_dri.so free 0x55717361a500 void 0.000114
+gallium_dri.so free 0x55717361a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4b0 0.000112
+gallium_dri.so free 0x55717361a600 void 0.000156
+gallium_dri.so free 0x55717361a4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a5b0 0.000114
+gallium_dri.so free 0x55717361a6c0 void 0.000115
+gallium_dri.so free 0x55717361a5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a670 0.000114
+gallium_dri.so free 0x55717361a740 void 0.000113
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a670 0.000113
+gallium_dri.so free 0x55717361a800 void 0.000113
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a670 0.000112
+gallium_dri.so free 0x55717361a8c0 void 0.000114
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a870 0.000113
+gallium_dri.so free 0x55717361a940 void 0.000115
+gallium_dri.so free 0x55717361a870 void 0.000113
+gallium_dri.so malloc 72 0x55717361a990 0.000112
+gallium_dri.so free 0x55717361aa00 void 0.000113
+gallium_dri.so free 0x55717361a990 void 0.000113
+gallium_dri.so malloc 72 0x55717361aa20 0.000113
+gallium_dri.so free 0x55717361aac0 void 0.000113
+gallium_dri.so free 0x55717361aa20 void 0.000114
+gallium_dri.so malloc 72 0x55717361aa70 0.000114
+gallium_dri.so free 0x55717361ab40 void 0.000114
+gallium_dri.so free 0x55717361aa70 void 0.000128
+gallium_dri.so malloc 72 0x55717361ab40 0.000115
+gallium_dri.so free 0x55717361ac00 void 0.000114
+gallium_dri.so free 0x55717361ab40 void 0.000116
+gallium_dri.so malloc 72 0x55717361ab40 0.000113
+gallium_dri.so free 0x55717361ac80 void 0.000115
+gallium_dri.so free 0x55717361ab40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ac80 0.000113
+gallium_dri.so free 0x55717361ad40 void 0.000114
+gallium_dri.so free 0x55717361ac80 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac80 0.000113
+gallium_dri.so free 0x55717361ae00 void 0.000114
+gallium_dri.so free 0x55717361ac80 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac80 0.000113
+gallium_dri.so free 0x55717361aec0 void 0.000114
+gallium_dri.so free 0x55717361ac80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae70 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000113
+gallium_dri.so free 0x55717361ae70 void 0.000112
+gallium_dri.so malloc 72 0x55717361af90 0.000125
+gallium_dri.so free 0x55717361b000 void 0.000117
+gallium_dri.so free 0x55717361af90 void 0.000113
+gallium_dri.so malloc 72 0x55717361b040 0.000112
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so free 0x55717361b040 void 0.000113
+gallium_dri.so malloc 72 0x55717361b040 0.000112
+gallium_dri.so free 0x55717361b140 void 0.000116
+gallium_dri.so free 0x55717361b040 void 0.000112
+gallium_dri.so malloc 72 0x55717361b170 0.000112
+gallium_dri.so free 0x55717361b1c0 void 0.000113
+gallium_dri.so free 0x55717361b170 void 0.000122
+gallium_dri.so malloc 72 0x55717361b170 0.000113
+gallium_dri.so free 0x55717361b2c0 void 0.000115
+gallium_dri.so free 0x55717361b170 void 0.000113
+gallium_dri.so malloc 72 0x55717361b270 0.000113
+gallium_dri.so free 0x55717361b380 void 0.000114
+gallium_dri.so free 0x55717361b270 void 0.000112
+gallium_dri.so malloc 72 0x55717361b330 0.000115
+gallium_dri.so free 0x55717361b3c0 void 0.000114
+gallium_dri.so free 0x55717361b330 void 0.000112
+gallium_dri.so malloc 72 0x55717361b330 0.000115
+gallium_dri.so free 0x55717361b480 void 0.000115
+gallium_dri.so free 0x55717361b330 void 0.000112
+gallium_dri.so malloc 72 0x55717361b4f0 0.000111
+gallium_dri.so free 0x55717361b540 void 0.000114
+gallium_dri.so free 0x55717361b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b4f0 0.000112
+gallium_dri.so free 0x55717361b640 void 0.000114
+gallium_dri.so free 0x55717361b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b5f0 0.000113
+gallium_dri.so free 0x55717361b700 void 0.000138
+gallium_dri.so free 0x55717361b5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b6b0 0.000114
+gallium_dri.so free 0x55717361b740 void 0.000114
+gallium_dri.so free 0x55717361b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b6b0 0.000113
+gallium_dri.so free 0x55717361b800 void 0.000113
+gallium_dri.so free 0x55717361b6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b840 0.000116
+gallium_dri.so free 0x55717361b8c0 void 0.000115
+gallium_dri.so free 0x55717361b840 void 0.000113
+gallium_dri.so malloc 72 0x55717361b8c0 0.000113
+gallium_dri.so free 0x55717361b980 void 0.000115
+gallium_dri.so free 0x55717361b8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b8c0 0.000114
+gallium_dri.so free 0x55717361ba40 void 0.000114
+gallium_dri.so free 0x55717361b8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ba60 0.000113
+gallium_dri.so free 0x55717361bb00 void 0.000114
+gallium_dri.so free 0x55717361ba60 void 0.000114
+gallium_dri.so malloc 72 0x55717361bab0 0.000114
+gallium_dri.so free 0x55717361bb80 void 0.000115
+gallium_dri.so free 0x55717361bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bab0 0.000119
+gallium_dri.so free 0x55717361bc00 void 0.000123
+gallium_dri.so free 0x55717361bab0 void 0.000124
+gallium_dri.so malloc 72 0x55717361bc00 0.000125
+gallium_dri.so free 0x55717361bcc0 void 0.000122
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so malloc 72 0x55717361bc00 0.000115
+gallium_dri.so free 0x55717361bd80 void 0.000115
+gallium_dri.so free 0x55717361bc00 void 0.000113
+gallium_dri.so malloc 72 0x55717361bc00 0.000114
+gallium_dri.so free 0x55717361be40 void 0.000133
+gallium_dri.so free 0x55717361bc00 void 0.000122
+gallium_dri.so malloc 72 0x55717361bdf0 0.000114
+gallium_dri.so free 0x55717361bf00 void 0.000114
+gallium_dri.so free 0x55717361bdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361beb0 0.000113
+gallium_dri.so free 0x55717361bf80 void 0.000117
+gallium_dri.so free 0x55717361beb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bfd0 0.000113
+gallium_dri.so free 0x55717361c040 void 0.000113
+gallium_dri.so free 0x55717361bfd0 void 0.000111
+gallium_dri.so malloc 72 0x55717361c060 0.000112
+gallium_dri.so free 0x55717361c100 void 0.000115
+gallium_dri.so free 0x55717361c060 void 0.000113
+gallium_dri.so malloc 72 0x55717361c0b0 0.000115
+gallium_dri.so free 0x55717361c180 void 0.000115
+gallium_dri.so free 0x55717361c0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c0b0 0.000114
+gallium_dri.so free 0x55717361c200 void 0.000113
+gallium_dri.so free 0x55717361c0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c200 0.000112
+gallium_dri.so free 0x55717361c2c0 void 0.000117
+gallium_dri.so free 0x55717361c200 void 0.000113
+gallium_dri.so malloc 72 0x55717361c200 0.000113
+gallium_dri.so free 0x55717361c3c0 void 0.000115
+gallium_dri.so free 0x55717361c200 void 0.000113
+gallium_dri.so malloc 72 0x55717361c370 0.000113
+gallium_dri.so free 0x55717361c400 void 0.000114
+gallium_dri.so free 0x55717361c370 void 0.000119
+gallium_dri.so malloc 72 0x55717361c370 0.000113
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c370 void 0.000114
+gallium_dri.so malloc 72 0x55717361c500 0.000112
+gallium_dri.so free 0x55717361c580 void 0.000114
+gallium_dri.so free 0x55717361c500 void 0.000113
+gallium_dri.so malloc 72 0x55717361c580 0.000118
+gallium_dri.so free 0x55717361c640 void 0.000116
+gallium_dri.so free 0x55717361c580 void 0.000112
+gallium_dri.so malloc 72 0x55717361c580 0.000114
+gallium_dri.so free 0x55717361c6c0 void 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000114
+gallium_dri.so malloc 72 0x55717361c6f0 0.000112
+gallium_dri.so free 0x55717361c740 void 0.000116
+gallium_dri.so free 0x55717361c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c6f0 0.000113
+gallium_dri.so free 0x55717361c840 void 0.000115
+gallium_dri.so free 0x55717361c6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c880 0.000112
+gallium_dri.so free 0x55717361c900 void 0.000125
+gallium_dri.so free 0x55717361c880 void 0.000120
+gallium_dri.so malloc 72 0x55717361c900 0.000123
+gallium_dri.so free 0x55717361c9c0 void 0.000120
+gallium_dri.so free 0x55717361c900 void 0.000114
+gallium_dri.so malloc 72 0x55717361c900 0.000114
+gallium_dri.so free 0x55717361ca40 void 0.000129
+gallium_dri.so free 0x55717361c900 void 0.000113
+gallium_dri.so malloc 72 0x55717361ca70 0.000158
+gallium_dri.so free 0x55717361cac0 void 0.000161
+gallium_dri.so free 0x55717361ca70 void 0.000129
+gallium_dri.so malloc 72 0x55717361ca70 0.000120
+gallium_dri.so free 0x55717361cbc0 void 0.000122
+gallium_dri.so free 0x55717361ca70 void 0.000120
+gallium_dri.so malloc 72 0x55717361cb70 0.000116
+gallium_dri.so free 0x55717361cc80 void 0.000115
+gallium_dri.so free 0x55717361cb70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc30 0.000115
+gallium_dri.so free 0x55717361cd00 void 0.000115
+gallium_dri.so free 0x55717361cc30 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc30 0.000113
+gallium_dri.so free 0x55717361cdc0 void 0.000114
+gallium_dri.so free 0x55717361cc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc30 0.000113
+gallium_dri.so free 0x55717361ce80 void 0.000116
+gallium_dri.so free 0x55717361cc30 void 0.000112
+gallium_dri.so malloc 72 0x55717361ce30 0.000113
+gallium_dri.so free 0x55717361cf00 void 0.000115
+gallium_dri.so free 0x55717361ce30 void 0.000115
+gallium_dri.so malloc 72 0x55717361cf50 0.000112
+gallium_dri.so free 0x55717361cfc0 void 0.000116
+gallium_dri.so free 0x55717361cf50 void 0.000134
+gallium_dri.so malloc 72 0x55717361cfe0 0.000114
+gallium_dri.so free 0x55717361d080 void 0.000111
+gallium_dri.so free 0x55717361cfe0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d030 0.000112
+gallium_dri.so free 0x55717361d100 void 0.000117
+gallium_dri.so free 0x55717361d030 void 0.000124
+gallium_dri.so malloc 72 0x55717361d100 0.000119
+gallium_dri.so free 0x55717361d1c0 void 0.000115
+gallium_dri.so free 0x55717361d100 void 0.000112
+gallium_dri.so malloc 72 0x55717361d100 0.000115
+gallium_dri.so free 0x55717361d240 void 0.000113
+gallium_dri.so free 0x55717361d100 void 0.000117
+gallium_dri.so malloc 72 0x55717361d240 0.000115
+gallium_dri.so free 0x55717361d300 void 0.000114
+gallium_dri.so free 0x55717361d240 void 0.000113
+gallium_dri.so malloc 72 0x55717361d240 0.000113
+gallium_dri.so free 0x55717361d3c0 void 0.000114
+gallium_dri.so free 0x55717361d240 void 0.000115
+gallium_dri.so malloc 72 0x55717361d240 0.000113
+gallium_dri.so free 0x55717361d480 void 0.000115
+gallium_dri.so free 0x55717361d240 void 0.000112
+gallium_dri.so malloc 72 0x55717361d430 0.000113
+gallium_dri.so free 0x55717361d500 void 0.000114
+gallium_dri.so free 0x55717361d430 void 0.000120
+gallium_dri.so malloc 72 0x55717361d550 0.000115
+gallium_dri.so free 0x55717361d5c0 void 0.000114
+gallium_dri.so free 0x55717361d550 void 0.000189
+gallium_dri.so malloc 72 0x55717361d600 0.000116
+gallium_dri.so free 0x55717361d680 void 0.000116
+gallium_dri.so free 0x55717361d600 void 0.000113
+gallium_dri.so malloc 72 0x55717361d600 0.000113
+gallium_dri.so free 0x55717361d700 void 0.000114
+gallium_dri.so free 0x55717361d600 void 0.000114
+gallium_dri.so malloc 72 0x55717361d730 0.000113
+gallium_dri.so free 0x55717361d780 void 0.000116
+gallium_dri.so free 0x55717361d730 void 0.000114
+gallium_dri.so malloc 72 0x55717361d730 0.000113
+gallium_dri.so free 0x55717361d880 void 0.000114
+gallium_dri.so free 0x55717361d730 void 0.000114
+gallium_dri.so malloc 72 0x55717361d830 0.000113
+gallium_dri.so free 0x55717361d940 void 0.000114
+gallium_dri.so free 0x55717361d830 void 0.000113
+gallium_dri.so malloc 72 0x55717361d8f0 0.000112
+gallium_dri.so free 0x55717361d980 void 0.000115
+gallium_dri.so free 0x55717361d8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d8f0 0.000115
+gallium_dri.so free 0x55717361da40 void 0.000115
+gallium_dri.so free 0x55717361d8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dab0 0.000114
+gallium_dri.so free 0x55717361db00 void 0.000115
+gallium_dri.so free 0x55717361dab0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dab0 0.000112
+gallium_dri.so free 0x55717361dc00 void 0.000116
+gallium_dri.so free 0x55717361dab0 void 0.000126
+gallium_dri.so malloc 72 0x55717361dbb0 0.000113
+gallium_dri.so free 0x55717361dcc0 void 0.000113
+gallium_dri.so free 0x55717361dbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dc70 0.000112
+gallium_dri.so free 0x55717361dd00 void 0.000113
+gallium_dri.so free 0x55717361dc70 void 0.000115
+gallium_dri.so malloc 72 0x55717361dc70 0.000105
+gallium_dri.so free 0x55717361ddc0 void 0.000260
+gallium_dri.so free 0x55717361dc70 void 0.000209
+gallium_dri.so malloc 72 0x55717361de00 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000113
+gallium_dri.so free 0x55717361de00 void 0.000112
+gallium_dri.so malloc 72 0x55717361de80 0.000113
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000112
+gallium_dri.so malloc 72 0x55717361de80 0.000112
+gallium_dri.so free 0x55717361e000 void 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000113
+gallium_dri.so malloc 72 0x55717361e020 0.000113
+gallium_dri.so free 0x55717361e0c0 void 0.000114
+gallium_dri.so free 0x55717361e020 void 0.000114
+gallium_dri.so malloc 72 0x55717361e070 0.000113
+gallium_dri.so free 0x55717361e140 void 0.000114
+gallium_dri.so free 0x55717361e070 void 0.000127
+gallium_dri.so malloc 72 0x55717361e070 0.000114
+gallium_dri.so free 0x55717361e1c0 void 0.000128
+gallium_dri.so free 0x55717361e070 void 0.000114
+gallium_dri.so malloc 72 0x55717361e1c0 0.000113
+gallium_dri.so free 0x55717361e280 void 0.000118
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e1c0 0.000114
+gallium_dri.so free 0x55717361e340 void 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e1c0 0.000113
+gallium_dri.so free 0x55717361e400 void 0.000114
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e3b0 0.000113
+gallium_dri.so free 0x55717361e4c0 void 0.000114
+gallium_dri.so free 0x55717361e3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e470 0.000119
+gallium_dri.so free 0x55717361e540 void 0.000115
+gallium_dri.so free 0x55717361e470 void 0.000112
+gallium_dri.so malloc 72 0x55717361e590 0.000112
+gallium_dri.so free 0x55717361e600 void 0.000114
+gallium_dri.so free 0x55717361e590 void 0.000114
+gallium_dri.so malloc 72 0x55717361e620 0.000113
+gallium_dri.so free 0x55717361e6c0 void 0.000114
+gallium_dri.so free 0x55717361e620 void 0.000112
+gallium_dri.so malloc 72 0x55717361e670 0.000113
+gallium_dri.so free 0x55717361e740 void 0.000113
+gallium_dri.so free 0x55717361e670 void 0.000112
+gallium_dri.so malloc 72 0x55717361e670 0.000113
+gallium_dri.so free 0x55717361e7c0 void 0.000159
+gallium_dri.so free 0x55717361e670 void 0.000115
+gallium_dri.so malloc 72 0x55717361e7c0 0.000114
+gallium_dri.so free 0x55717361e880 void 0.000114
+gallium_dri.so free 0x55717361e7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e7c0 0.000113
+gallium_dri.so free 0x55717361e980 void 0.000113
+gallium_dri.so free 0x55717361e7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e930 0.000113
+gallium_dri.so free 0x55717361e9c0 void 0.000116
+gallium_dri.so free 0x55717361e930 void 0.000114
+gallium_dri.so malloc 72 0x55717361e930 0.000112
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361e930 void 0.000112
+gallium_dri.so malloc 72 0x55717361eac0 0.000112
+gallium_dri.so free 0x55717361eb40 void 0.000114
+gallium_dri.so free 0x55717361eac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb40 0.000113
+gallium_dri.so free 0x55717361ec00 void 0.000114
+gallium_dri.so free 0x55717361eb40 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb40 0.000113
+gallium_dri.so free 0x55717361ec80 void 0.000113
+gallium_dri.so free 0x55717361eb40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ecb0 0.000112
+gallium_dri.so free 0x55717361ed00 void 0.000115
+gallium_dri.so free 0x55717361ecb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ecb0 0.000114
+gallium_dri.so free 0x55717361ee00 void 0.000114
+gallium_dri.so free 0x55717361ecb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ee40 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000115
+gallium_dri.so free 0x55717361ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717361eec0 0.000111
+gallium_dri.so free 0x55717361ef80 void 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eec0 0.000112
+gallium_dri.so free 0x55717361f000 void 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f030 0.000112
+gallium_dri.so free 0x55717361f080 void 0.000114
+gallium_dri.so free 0x55717361f030 void 0.000113
+gallium_dri.so malloc 72 0x55717361f030 0.000111
+gallium_dri.so free 0x55717361f180 void 0.000115
+gallium_dri.so free 0x55717361f030 void 0.000117
+gallium_dri.so malloc 72 0x55717361f130 0.000124
+gallium_dri.so free 0x55717361f240 void 0.000124
+gallium_dri.so free 0x55717361f130 void 0.000120
+gallium_dri.so malloc 72 0x55717361f1f0 0.000114
+gallium_dri.so free 0x55717361f2c0 void 0.000115
+gallium_dri.so free 0x55717361f1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f1f0 0.000113
+gallium_dri.so free 0x55717361f380 void 0.000114
+gallium_dri.so free 0x55717361f1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f1f0 0.000112
+gallium_dri.so free 0x55717361f440 void 0.000125
+gallium_dri.so free 0x55717361f1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f3f0 0.000113
+gallium_dri.so free 0x55717361f4c0 void 0.000114
+gallium_dri.so free 0x55717361f3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f510 0.000112
+gallium_dri.so free 0x55717361f580 void 0.000113
+gallium_dri.so free 0x55717361f510 void 0.000112
+gallium_dri.so malloc 72 0x55717361f5a0 0.000113
+gallium_dri.so free 0x55717361f640 void 0.000115
+gallium_dri.so free 0x55717361f5a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f5f0 0.000115
+gallium_dri.so free 0x55717361f6c0 void 0.000115
+gallium_dri.so free 0x55717361f5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f6c0 0.000114
+gallium_dri.so free 0x55717361f780 void 0.000114
+gallium_dri.so free 0x55717361f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f6c0 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000114
+gallium_dri.so free 0x55717361f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f800 0.000113
+gallium_dri.so free 0x55717361f8c0 void 0.000117
+gallium_dri.so free 0x55717361f800 void 0.000113
+gallium_dri.so malloc 72 0x55717361f800 0.000113
+gallium_dri.so free 0x55717361f980 void 0.000114
+gallium_dri.so free 0x55717361f800 void 0.000112
+gallium_dri.so malloc 72 0x55717361f800 0.000113
+gallium_dri.so free 0x55717361fa40 void 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000160
+gallium_dri.so malloc 72 0x55717361f9f0 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000126
+gallium_dri.so free 0x55717361f9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717361fb10 0.000112
+gallium_dri.so free 0x55717361fb80 void 0.000112
+gallium_dri.so free 0x55717361fb10 void 0.000112
+gallium_dri.so malloc 72 0x55717361fbc0 0.000113
+gallium_dri.so free 0x55717361fc40 void 0.000112
+gallium_dri.so free 0x55717361fbc0 void 0.000111
+gallium_dri.so malloc 72 0x55717361fbc0 0.000111
+gallium_dri.so free 0x55717361fcc0 void 0.000111
+gallium_dri.so free 0x55717361fbc0 void 0.000111
+gallium_dri.so malloc 72 0x55717361fcf0 0.000112
+gallium_dri.so free 0x55717361fd40 void 0.000112
+gallium_dri.so free 0x55717361fcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fcf0 0.000111
+gallium_dri.so free 0x55717361fe40 void 0.000112
+gallium_dri.so free 0x55717361fcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fdf0 0.000111
+gallium_dri.so free 0x55717361ff00 void 0.000117
+gallium_dri.so free 0x55717361fdf0 void 0.000123
+gallium_dri.so malloc 72 0x55717361feb0 0.000146
+gallium_dri.so free 0x55717361ff40 void 0.000117
+gallium_dri.so free 0x55717361feb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361feb0 0.000111
+gallium_dri.so free 0x557173620000 void 0.000141
+gallium_dri.so free 0x55717361feb0 void 0.000125
+gallium_dri.so malloc 72 0x557173620070 0.000130
+gallium_dri.so free 0x5571736200c0 void 0.000130
+gallium_dri.so free 0x557173620070 void 0.000161
+gallium_dri.so malloc 72 0x557173620070 0.000160
+gallium_dri.so free 0x5571736201c0 void 0.000125
+gallium_dri.so free 0x557173620070 void 0.000124
+gallium_dri.so malloc 72 0x557173620170 0.000125
+gallium_dri.so free 0x557173620280 void 0.000123
+gallium_dri.so free 0x557173620170 void 0.000125
+gallium_dri.so malloc 72 0x557173620230 0.000119
+gallium_dri.so free 0x5571736202c0 void 0.000115
+gallium_dri.so free 0x557173620230 void 0.000115
+gallium_dri.so malloc 72 0x557173620230 0.000117
+gallium_dri.so free 0x557173620380 void 0.000121
+gallium_dri.so free 0x557173620230 void 0.000122
+gallium_dri.so malloc 72 0x5571736203c0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000124
+gallium_dri.so free 0x5571736203c0 void 0.000124
+gallium_dri.so malloc 72 0x557173620440 0.000125
+gallium_dri.so free 0x557173620500 void 0.000151
+gallium_dri.so free 0x557173620440 void 0.000143
+gallium_dri.so malloc 72 0x557173620440 0.000146
+gallium_dri.so free 0x5571736205c0 void 0.000145
+gallium_dri.so free 0x557173620440 void 0.000149
+gallium_dri.so malloc 72 0x5571736205e0 0.000145
+gallium_dri.so free 0x557173620680 void 0.000190
+gallium_dri.so free 0x5571736205e0 void 0.000178
+gallium_dri.so malloc 72 0x557173620630 0.000182
+gallium_dri.so free 0x557173620700 void 0.000146
+gallium_dri.so free 0x557173620630 void 0.000148
+gallium_dri.so malloc 72 0x557173620630 0.000146
+gallium_dri.so free 0x557173620780 void 0.000147
+gallium_dri.so free 0x557173620630 void 0.000147
+gallium_dri.so malloc 72 0x557173620780 0.000140
+gallium_dri.so free 0x557173620840 void 0.000136
+gallium_dri.so free 0x557173620780 void 0.000140
+gallium_dri.so malloc 72 0x557173620780 0.000146
+gallium_dri.so free 0x557173620900 void 0.000149
+gallium_dri.so free 0x557173620780 void 0.000147
+gallium_dri.so malloc 72 0x557173620780 0.000146
+gallium_dri.so free 0x5571736209c0 void 0.000141
+gallium_dri.so free 0x557173620780 void 0.000134
+gallium_dri.so malloc 72 0x557173620970 0.000140
+gallium_dri.so free 0x557173620a80 void 0.000141
+gallium_dri.so free 0x557173620970 void 0.000133
+gallium_dri.so malloc 72 0x557173620a30 0.000143
+gallium_dri.so free 0x557173620b00 void 0.000147
+gallium_dri.so free 0x557173620a30 void 0.000146
+gallium_dri.so malloc 72 0x557173620b50 0.000147
+gallium_dri.so free 0x557173620bc0 void 0.000145
+gallium_dri.so free 0x557173620b50 void 0.000146
+gallium_dri.so malloc 72 0x557173620be0 0.000146
+gallium_dri.so free 0x557173620c80 void 0.000140
+gallium_dri.so free 0x557173620be0 void 0.000136
+gallium_dri.so malloc 72 0x557173620c30 0.000140
+gallium_dri.so free 0x557173620d00 void 0.000157
+gallium_dri.so free 0x557173620c30 void 0.000148
+gallium_dri.so malloc 72 0x557173620c30 0.000140
+gallium_dri.so free 0x557173620d80 void 0.000141
+gallium_dri.so free 0x557173620c30 void 0.000146
+gallium_dri.so malloc 72 0x557173620d80 0.000146
+gallium_dri.so free 0x557173620e40 void 0.000147
+gallium_dri.so free 0x557173620d80 void 0.000147
+gallium_dri.so malloc 72 0x557173620d80 0.000146
+gallium_dri.so free 0x557173620f40 void 0.000146
+gallium_dri.so free 0x557173620d80 void 0.000245
+gallium_dri.so malloc 72 0x557173620ef0 0.000357
+gallium_dri.so free 0x5571735bf3c0 void 0.000289
+gallium_dri.so free 0x557173620ef0 void 0.000325
+gallium_dri.so malloc 72 0x5571735bf370 0.000275
+gallium_dri.so free 0x5571735bfc80 void 0.000265
+gallium_dri.so free 0x5571735bf370 void 0.000283
+gallium_dri.so malloc 72 0x5571735bfc30 0.000281
+gallium_dri.so free 0x5571735bf4c0 void 0.000279
+gallium_dri.so free 0x5571735bfc30 void 0.000274
+gallium_dri.so malloc 72 0x5571735bf510 0.000279
+gallium_dri.so free 0x5571735bf580 void 0.000220
+gallium_dri.so free 0x5571735bf510 void 0.000236
+gallium_dri.so malloc 72 0x5571735bf5a0 0.000201
+gallium_dri.so free 0x5571735bf640 void 0.000213
+gallium_dri.so free 0x5571735bf5a0 void 0.000336
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000325
+gallium_dri.so free 0x5571735bf840 void 0.000247
+gallium_dri.so free 0x5571735bf5f0 void 0.000227
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000200
+gallium_dri.so free 0x5571735bf6c0 void 0.000187
+gallium_dri.so free 0x5571735bf8b0 void 0.000221
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000130
+gallium_dri.so free 0x5571735bf900 void 0.000129
+gallium_dri.so free 0x5571735bf8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf900 0.000130
+gallium_dri.so free 0x5571735bf9c0 void 0.000128
+gallium_dri.so free 0x5571735bf900 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf900 0.000128
+gallium_dri.so free 0x5571735bfa80 void 0.000124
+gallium_dri.so free 0x5571735bf900 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfab0 0.000129
+gallium_dri.so free 0x5571735bfdc0 void 0.000128
+gallium_dri.so free 0x5571735bfab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfab0 0.000201
+gallium_dri.so free 0x5571735bfe40 void 0.000222
+gallium_dri.so free 0x5571735bfab0 void 0.000224
+gallium_dri.so malloc 72 0x5571735bfe40 0.000130
+gallium_dri.so free 0x5571735bff00 void 0.000217
+gallium_dri.so free 0x5571735bfe40 void 0.000225
+gallium_dri.so malloc 72 0x5571735bfe40 0.000130
+gallium_dri.so free 0x5571735c0000 void 0.000129
+gallium_dri.so free 0x5571735bfe40 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfe40 0.000126
+gallium_dri.so free 0x5571735c0080 void 0.000129
+gallium_dri.so free 0x5571735bfe40 void 0.000196
+gallium_dri.so malloc 72 0x5571735c00b0 0.000138
+gallium_dri.so free 0x5571735c0100 void 0.000132
+gallium_dri.so free 0x5571735c00b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c00b0 0.000128
+gallium_dri.so free 0x5571735c0200 void 0.000127
+gallium_dri.so free 0x5571735c00b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c01b0 0.000125
+gallium_dri.so free 0x5571735c02c0 void 0.000127
+gallium_dri.so free 0x5571735c01b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0270 0.000125
+gallium_dri.so free 0x5571735c0300 void 0.000127
+gallium_dri.so free 0x5571735c0270 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0270 0.000125
+gallium_dri.so free 0x5571735c03c0 void 0.000128
+gallium_dri.so free 0x5571735c0270 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0410 0.000149
+gallium_dri.so free 0x5571735c0480 void 0.000130
+gallium_dri.so free 0x5571735c0410 void 0.000126
+gallium_dri.so malloc 72 0x5571735c04c0 0.000126
+gallium_dri.so free 0x5571735c0540 void 0.000125
+gallium_dri.so free 0x5571735c04c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0540 0.000125
+gallium_dri.so free 0x5571735c0600 void 0.000129
+gallium_dri.so free 0x5571735c0540 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0540 0.000126
+gallium_dri.so free 0x5571735c0680 void 0.000127
+gallium_dri.so free 0x5571735c0540 void 0.000125
+gallium_dri.so malloc 72 0x5571735c06b0 0.000127
+gallium_dri.so free 0x5571735c0700 void 0.000126
+gallium_dri.so free 0x5571735c06b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c06b0 0.000126
+gallium_dri.so free 0x5571735c0800 void 0.000127
+gallium_dri.so free 0x5571735c06b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c07b0 0.000126
+gallium_dri.so free 0x5571735c08c0 void 0.000128
+gallium_dri.so free 0x5571735c07b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0870 0.000127
+gallium_dri.so free 0x5571735c0940 void 0.000126
+gallium_dri.so free 0x5571735c0870 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0960 0.000141
+gallium_dri.so free 0x5571735c0a00 void 0.000128
+gallium_dri.so free 0x5571735c0960 void 0.000126
+gallium_dri.so malloc 72 0x5571735c09b0 0.000125
+gallium_dri.so free 0x5571735c0a80 void 0.000124
+gallium_dri.so free 0x5571735c09b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c09b0 0.000126
+gallium_dri.so free 0x5571735c0b00 void 0.000125
+gallium_dri.so free 0x5571735c09b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0b00 0.000124
+gallium_dri.so free 0x5571735c0bc0 void 0.000125
+gallium_dri.so free 0x5571735c0b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0b00 0.000124
+gallium_dri.so free 0x5571735c0c80 void 0.000130
+gallium_dri.so free 0x5571735c0b00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0b00 0.000126
+gallium_dri.so free 0x5571735c0d40 void 0.000126
+gallium_dri.so free 0x5571735c0b00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000126
+gallium_dri.so free 0x5571735c0d40 void 0.000133
+gallium_dri.so free 0x5571735c0cf0 void 0.000221
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000169
+gallium_dri.so free 0x5571735c0e40 void 0.000157
+gallium_dri.so free 0x5571735c0cf0 void 0.000156
+gallium_dri.so malloc 72 0x5571735c0df0 0.000121
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000116
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000113
+gallium_dri.so free 0x5571735c1000 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1040 0.000112
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c10c0 0.000114
+gallium_dri.so free 0x5571735c1180 void 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c10c0 0.000114
+gallium_dri.so free 0x5571735c1240 void 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1260 0.000117
+gallium_dri.so free 0x5571735c1300 void 0.000115
+gallium_dri.so free 0x5571735c1260 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12b0 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12b0 0.000113
+gallium_dri.so free 0x5571735c1400 void 0.000115
+gallium_dri.so free 0x5571735c12b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1400 0.000115
+gallium_dri.so free 0x5571735c14c0 void 0.000113
+gallium_dri.so free 0x5571735c1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1400 0.000114
+gallium_dri.so free 0x5571735c1580 void 0.000114
+gallium_dri.so free 0x5571735c1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1400 0.000113
+gallium_dri.so free 0x5571735c1640 void 0.000113
+gallium_dri.so free 0x5571735c1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c15f0 0.000114
+gallium_dri.so free 0x5571735c1700 void 0.000115
+gallium_dri.so free 0x5571735c15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16b0 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so free 0x5571735c16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17d0 0.000113
+gallium_dri.so free 0x5571735c1840 void 0.000114
+gallium_dri.so free 0x5571735c17d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1860 0.000112
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c1860 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18b0 0.000115
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so free 0x5571735c18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18b0 0.000113
+gallium_dri.so free 0x5571735c1a00 void 0.000114
+gallium_dri.so free 0x5571735c18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a00 0.000173
+gallium_dri.so free 0x5571735c1ac0 void 0.000125
+gallium_dri.so free 0x5571735c1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a00 0.000114
+gallium_dri.so free 0x5571735c1bc0 void 0.000114
+gallium_dri.so free 0x5571735c1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b70 0.000122
+gallium_dri.so free 0x5571735c1c00 void 0.000123
+gallium_dri.so free 0x5571735c1b70 void 0.000190
+gallium_dri.so malloc 72 0x5571735c1b70 0.000127
+gallium_dri.so free 0x5571735c1cc0 void 0.000123
+gallium_dri.so free 0x5571735c1b70 void 0.000161
+gallium_dri.so malloc 72 0x5571735c1d00 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000117
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d80 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000113
+gallium_dri.so free 0x5571735c1f40 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2080 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000115
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2100 0.000113
+gallium_dri.so free 0x5571735c21c0 void 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2100 0.000114
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2270 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so free 0x5571735c2270 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2270 0.000112
+gallium_dri.so free 0x5571735c23c0 void 0.000115
+gallium_dri.so free 0x5571735c2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2370 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000114
+gallium_dri.so free 0x5571735c2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2430 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000113
+gallium_dri.so free 0x5571735c2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2430 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so free 0x5571735c2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2430 0.000113
+gallium_dri.so free 0x5571735c2680 void 0.000124
+gallium_dri.so free 0x5571735c2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2630 0.000112
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2750 0.000112
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so free 0x5571735c2750 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27e0 0.000113
+gallium_dri.so free 0x5571735c2880 void 0.000113
+gallium_dri.so free 0x5571735c27e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2830 0.000112
+gallium_dri.so free 0x5571735c2900 void 0.000113
+gallium_dri.so free 0x5571735c2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2900 0.000112
+gallium_dri.so free 0x5571735c29c0 void 0.000112
+gallium_dri.so free 0x5571735c2900 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2900 0.000113
+gallium_dri.so free 0x5571735c2a40 void 0.000113
+gallium_dri.so free 0x5571735c2900 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2a40 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000112
+gallium_dri.so free 0x5571735c2a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a40 0.000124
+gallium_dri.so free 0x5571735c2bc0 void 0.000183
+gallium_dri.so free 0x5571735c2a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2a40 0.000123
+gallium_dri.so free 0x5571735c2c80 void 0.000187
+gallium_dri.so free 0x5571735c2a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2c30 0.000114
+gallium_dri.so free 0x5571735c2d00 void 0.000116
+gallium_dri.so free 0x5571735c2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2d50 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so free 0x5571735c2d50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e00 0.000115
+gallium_dri.so free 0x5571735c2e80 void 0.000114
+gallium_dri.so free 0x5571735c2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e00 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so free 0x5571735c2e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f30 0.000113
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f30 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so free 0x5571735c2f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3030 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30f0 0.000113
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30f0 0.000113
+gallium_dri.so free 0x5571735c3240 void 0.000121
+gallium_dri.so free 0x5571735c30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c32b0 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000113
+gallium_dri.so free 0x5571735c32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32b0 0.000115
+gallium_dri.so free 0x5571735c3400 void 0.000114
+gallium_dri.so free 0x5571735c32b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c33b0 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so free 0x5571735c33b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c3500 void 0.000116
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000114
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3600 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3600 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3680 0.000117
+gallium_dri.so free 0x5571735c3740 void 0.000114
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3680 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000114
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3820 0.000114
+gallium_dri.so free 0x5571735c38c0 void 0.000123
+gallium_dri.so free 0x5571735c3820 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3870 0.000123
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so free 0x5571735c3870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3870 0.000113
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x5571735c3870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39c0 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000157
+gallium_dri.so free 0x5571735c39c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c39c0 0.000124
+gallium_dri.so free 0x5571735c3b40 void 0.000123
+gallium_dri.so free 0x5571735c39c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c39c0 0.000114
+gallium_dri.so free 0x5571735c3c00 void 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000112
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c70 0.000113
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d90 0.000113
+gallium_dri.so free 0x5571735c3e00 void 0.000114
+gallium_dri.so free 0x5571735c3d90 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e20 0.000162
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so free 0x5571735c3e20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e70 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e70 0.000112
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000113
+gallium_dri.so free 0x5571735c4080 void 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4130 0.000114
+gallium_dri.so free 0x5571735c41c0 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c42c0 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4340 0.000113
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4340 0.000123
+gallium_dri.so free 0x5571735c4480 void 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000112
+gallium_dri.so free 0x5571735c4500 void 0.000112
+gallium_dri.so free 0x5571735c44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c44b0 0.000111
+gallium_dri.so free 0x5571735c4600 void 0.000112
+gallium_dri.so free 0x5571735c44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4640 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000112
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000111
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4830 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4830 0.000113
+gallium_dri.so free 0x5571735c4980 void 0.000122
+gallium_dri.so free 0x5571735c4830 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4930 0.000177
+gallium_dri.so free 0x5571735c4a40 void 0.000125
+gallium_dri.so free 0x5571735c4930 void 0.000134
+gallium_dri.so malloc 72 0x5571735c49f0 0.000125
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x5571735c49f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49f0 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000114
+gallium_dri.so free 0x5571735c49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49f0 0.000112
+gallium_dri.so free 0x5571735c4c40 void 0.000115
+gallium_dri.so free 0x5571735c49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000114
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d10 0.000113
+gallium_dri.so free 0x5571735c4d80 void 0.000114
+gallium_dri.so free 0x5571735c4d10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4da0 0.000113
+gallium_dri.so free 0x5571735c4e40 void 0.000116
+gallium_dri.so free 0x5571735c4da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4df0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000114
+gallium_dri.so free 0x5571735c5000 void 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c5000 0.000115
+gallium_dri.so free 0x557173462440 void 0.000114
+gallium_dri.so free 0x5571735c5000 void 0.000113
+gallium_dri.so malloc 72 0x557173462460 0.000114
+gallium_dri.so free 0x557173462500 void 0.000115
+gallium_dri.so free 0x557173462460 void 0.000113
+gallium_dri.so malloc 72 0x5571734624b0 0.000113
+gallium_dri.so free 0x557173462580 void 0.000113
+gallium_dri.so free 0x5571734624b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734624b0 0.000113
+gallium_dri.so free 0x557173462600 void 0.000113
+gallium_dri.so free 0x5571734624b0 void 0.000114
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x5571734626c0 void 0.000114
+gallium_dri.so free 0x557173462600 void 0.000112
+gallium_dri.so malloc 72 0x557173462600 0.000113
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000112
+gallium_dri.so malloc 72 0x557173462770 0.000115
+gallium_dri.so free 0x557173462800 void 0.000116
+gallium_dri.so free 0x557173462770 void 0.000114
+gallium_dri.so malloc 72 0x557173462770 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000115
+gallium_dri.so free 0x557173462770 void 0.000112
+gallium_dri.so malloc 72 0x557173462900 0.000114
+gallium_dri.so free 0x557173462980 void 0.000116
+gallium_dri.so free 0x557173462900 void 0.000116
+gallium_dri.so malloc 72 0x557173462980 0.000113
+gallium_dri.so free 0x557173462a40 void 0.000112
+gallium_dri.so free 0x557173462980 void 0.000118
+gallium_dri.so malloc 72 0x557173462980 0.000119
+gallium_dri.so free 0x557173462ac0 void 0.000115
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so malloc 72 0x557173462af0 0.000115
+gallium_dri.so free 0x557173462b40 void 0.000113
+gallium_dri.so free 0x557173462af0 void 0.000119
+gallium_dri.so malloc 72 0x557173462af0 0.000118
+gallium_dri.so free 0x557173462c40 void 0.000122
+gallium_dri.so free 0x557173462af0 void 0.000115
+gallium_dri.so malloc 72 0x557173462c80 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000116
+gallium_dri.so free 0x557173462c80 void 0.000114
+gallium_dri.so malloc 72 0x557173462d00 0.000113
+gallium_dri.so free 0x557173462dc0 void 0.000115
+gallium_dri.so free 0x557173462d00 void 0.000113
+gallium_dri.so malloc 72 0x557173462d00 0.000114
+gallium_dri.so free 0x557173462e40 void 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000114
+gallium_dri.so malloc 72 0x557173462e70 0.000113
+gallium_dri.so free 0x557173462ec0 void 0.000114
+gallium_dri.so free 0x557173462e70 void 0.000114
+gallium_dri.so malloc 72 0x557173462e70 0.000113
+gallium_dri.so free 0x557173462fc0 void 0.000115
+gallium_dri.so free 0x557173462e70 void 0.000121
+gallium_dri.so malloc 72 0x557173462f70 0.000114
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f70 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000113
+gallium_dri.so free 0x557173463100 void 0.000114
+gallium_dri.so free 0x557173463030 void 0.000112
+gallium_dri.so malloc 72 0x557173463030 0.000113
+gallium_dri.so free 0x5571734631c0 void 0.000116
+gallium_dri.so free 0x557173463030 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000116
+gallium_dri.so free 0x557173463280 void 0.000114
+gallium_dri.so free 0x557173463030 void 0.000113
+gallium_dri.so malloc 72 0x557173463230 0.000113
+gallium_dri.so free 0x557173463300 void 0.000113
+gallium_dri.so free 0x557173463230 void 0.000114
+gallium_dri.so malloc 72 0x557173463350 0.000113
+gallium_dri.so free 0x5571734633c0 void 0.000114
+gallium_dri.so free 0x557173463350 void 0.000113
+gallium_dri.so malloc 72 0x5571734633e0 0.000114
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so free 0x5571734633e0 void 0.000113
+gallium_dri.so malloc 72 0x557173463430 0.000114
+gallium_dri.so free 0x557173463500 void 0.000114
+gallium_dri.so free 0x557173463430 void 0.000114
+gallium_dri.so malloc 72 0x557173463500 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463500 void 0.000112
+gallium_dri.so malloc 72 0x557173463500 0.000162
+gallium_dri.so free 0x557173463640 void 0.000115
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so malloc 72 0x557173463640 0.000113
+gallium_dri.so free 0x557173463700 void 0.000114
+gallium_dri.so free 0x557173463640 void 0.000114
+gallium_dri.so malloc 72 0x557173463640 0.000113
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463640 void 0.000113
+gallium_dri.so malloc 72 0x557173463640 0.000114
+gallium_dri.so free 0x557173463880 void 0.000114
+gallium_dri.so free 0x557173463640 void 0.000113
+gallium_dri.so malloc 72 0x557173463830 0.000113
+gallium_dri.so free 0x557173463900 void 0.000114
+gallium_dri.so free 0x557173463830 void 0.000112
+gallium_dri.so malloc 72 0x557173463950 0.000114
+gallium_dri.so free 0x5571734639c0 void 0.000115
+gallium_dri.so free 0x557173463950 void 0.000113
+gallium_dri.so malloc 72 0x557173463a00 0.000113
+gallium_dri.so free 0x557173463a80 void 0.000115
+gallium_dri.so free 0x557173463a00 void 0.000113
+gallium_dri.so malloc 72 0x557173463a00 0.000114
+gallium_dri.so free 0x557173463b00 void 0.000115
+gallium_dri.so free 0x557173463a00 void 0.000162
+gallium_dri.so malloc 72 0x557173463b30 0.000114
+gallium_dri.so free 0x557173463b80 void 0.000115
+gallium_dri.so free 0x557173463b30 void 0.000116
+gallium_dri.so malloc 72 0x557173463b30 0.000125
+gallium_dri.so free 0x557173463c80 void 0.000116
+gallium_dri.so free 0x557173463b30 void 0.000118
+gallium_dri.so malloc 72 0x557173463c30 0.000114
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463c30 void 0.000113
+gallium_dri.so malloc 72 0x557173463cf0 0.000113
+gallium_dri.so free 0x557173463d80 void 0.000114
+gallium_dri.so free 0x557173463cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173463cf0 0.000114
+gallium_dri.so free 0x557173463e40 void 0.000114
+gallium_dri.so free 0x557173463cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173463eb0 0.000113
+gallium_dri.so free 0x557173463f00 void 0.000114
+gallium_dri.so free 0x557173463eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173463eb0 0.000113
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173463fb0 0.000113
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so free 0x557173463fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464070 0.000113
+gallium_dri.so free 0x557173464100 void 0.000113
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464070 0.000114
+gallium_dri.so free 0x5571734641c0 void 0.000114
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464200 0.000125
+gallium_dri.so free 0x557173464280 void 0.000116
+gallium_dri.so free 0x557173464200 void 0.000112
+gallium_dri.so malloc 72 0x557173464280 0.000115
+gallium_dri.so free 0x557173464340 void 0.000114
+gallium_dri.so free 0x557173464280 void 0.000113
+gallium_dri.so malloc 72 0x557173464280 0.000113
+gallium_dri.so free 0x557173464400 void 0.000113
+gallium_dri.so free 0x557173464280 void 0.000113
+gallium_dri.so malloc 72 0x557173464420 0.000113
+gallium_dri.so free 0x5571734644c0 void 0.000113
+gallium_dri.so free 0x557173464420 void 0.000113
+gallium_dri.so malloc 72 0x557173464470 0.000120
+gallium_dri.so free 0x557173464540 void 0.000115
+gallium_dri.so free 0x557173464470 void 0.000112
+gallium_dri.so malloc 72 0x557173464470 0.000113
+gallium_dri.so free 0x5571734645c0 void 0.000116
+gallium_dri.so free 0x557173464470 void 0.000113
+gallium_dri.so malloc 72 0x5571734645c0 0.000113
+gallium_dri.so free 0x557173464680 void 0.000115
+gallium_dri.so free 0x5571734645c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734645c0 0.000113
+gallium_dri.so free 0x557173464740 void 0.000114
+gallium_dri.so free 0x5571734645c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734645c0 0.000114
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so free 0x5571734645c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734647b0 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000164
+gallium_dri.so free 0x5571734647b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464870 0.000114
+gallium_dri.so free 0x557173464940 void 0.000114
+gallium_dri.so free 0x557173464870 void 0.000113
+gallium_dri.so malloc 72 0x557173464990 0.000114
+gallium_dri.so free 0x557173464a00 void 0.000114
+gallium_dri.so free 0x557173464990 void 0.000113
+gallium_dri.so malloc 72 0x557173464a20 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000208
+gallium_dri.so free 0x557173464a20 void 0.000116
+gallium_dri.so malloc 72 0x557173464a70 0.000114
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so free 0x557173464a70 void 0.000112
+gallium_dri.so malloc 72 0x557173464a70 0.000113
+gallium_dri.so free 0x557173464bc0 void 0.000114
+gallium_dri.so free 0x557173464a70 void 0.000114
+gallium_dri.so malloc 72 0x557173464bc0 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000113
+gallium_dri.so free 0x557173464bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173464bc0 0.000115
+gallium_dri.so free 0x557173464d80 void 0.000113
+gallium_dri.so free 0x557173464bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173464d30 0.000113
+gallium_dri.so free 0x557173464dc0 void 0.000113
+gallium_dri.so free 0x557173464d30 void 0.000113
+gallium_dri.so malloc 72 0x557173464d30 0.000126
+gallium_dri.so free 0x557173464e80 void 0.000116
+gallium_dri.so free 0x557173464d30 void 0.000113
+gallium_dri.so malloc 72 0x557173464ec0 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so free 0x557173464ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173464f40 0.000113
+gallium_dri.so free 0x557173465000 void 0.000117
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so malloc 72 0x557173464f40 0.000112
+gallium_dri.so free 0x557173465080 void 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000112
+gallium_dri.so malloc 72 0x5571734650b0 0.000113
+gallium_dri.so free 0x557173465100 void 0.000114
+gallium_dri.so free 0x5571734650b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734650b0 0.000114
+gallium_dri.so free 0x557173465200 void 0.000114
+gallium_dri.so free 0x5571734650b0 void 0.000113
+gallium_dri.so malloc 72 0x557173465240 0.000114
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so free 0x557173465240 void 0.000114
+gallium_dri.so malloc 72 0x5571734652c0 0.000115
+gallium_dri.so free 0x557173465380 void 0.000115
+gallium_dri.so free 0x5571734652c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734652c0 0.000113
+gallium_dri.so free 0x557173465400 void 0.000114
+gallium_dri.so free 0x5571734652c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465430 0.000113
+gallium_dri.so free 0x557173465480 void 0.000128
+gallium_dri.so free 0x557173465430 void 0.000116
+gallium_dri.so malloc 72 0x557173465430 0.000115
+gallium_dri.so free 0x557173465580 void 0.000116
+gallium_dri.so free 0x557173465430 void 0.000113
+gallium_dri.so malloc 72 0x557173465530 0.000114
+gallium_dri.so free 0x557173465640 void 0.000138
+gallium_dri.so free 0x557173465530 void 0.000113
+gallium_dri.so malloc 72 0x5571734655f0 0.000114
+gallium_dri.so free 0x5571734656c0 void 0.000113
+gallium_dri.so free 0x5571734655f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734655f0 0.000113
+gallium_dri.so free 0x557173465780 void 0.000114
+gallium_dri.so free 0x5571734655f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734655f0 0.000113
+gallium_dri.so free 0x557173465840 void 0.000120
+gallium_dri.so free 0x5571734655f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734657f0 0.000113
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x5571734657f0 void 0.000113
+gallium_dri.so malloc 72 0x557173465910 0.000113
+gallium_dri.so free 0x557173465980 void 0.000115
+gallium_dri.so free 0x557173465910 void 0.000119
+gallium_dri.so malloc 72 0x5571734659a0 0.000175
+gallium_dri.so free 0x557173465a40 void 0.000124
+gallium_dri.so free 0x5571734659a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734659f0 0.000168
+gallium_dri.so free 0x557173465ac0 void 0.000115
+gallium_dri.so free 0x5571734659f0 void 0.000114
+gallium_dri.so malloc 72 0x557173465ac0 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000115
+gallium_dri.so free 0x557173465ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173465ac0 0.000113
+gallium_dri.so free 0x557173465c00 void 0.000115
+gallium_dri.so free 0x557173465ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173465c00 0.000118
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so free 0x557173465c00 void 0.000112
+gallium_dri.so malloc 72 0x557173465c00 0.000112
+gallium_dri.so free 0x557173465d80 void 0.000113
+gallium_dri.so free 0x557173465c00 void 0.000113
+gallium_dri.so malloc 72 0x557173465c00 0.000112
+gallium_dri.so free 0x557173465e40 void 0.000115
+gallium_dri.so free 0x557173465c00 void 0.000112
+gallium_dri.so malloc 72 0x557173465df0 0.000113
+gallium_dri.so free 0x557173465ec0 void 0.000113
+gallium_dri.so free 0x557173465df0 void 0.000114
+gallium_dri.so malloc 72 0x557173465f10 0.000114
+gallium_dri.so free 0x557173465f80 void 0.000116
+gallium_dri.so free 0x557173465f10 void 0.000113
+gallium_dri.so malloc 72 0x557173465fc0 0.000113
+gallium_dri.so free 0x557173466040 void 0.000113
+gallium_dri.so free 0x557173465fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465fc0 0.000125
+gallium_dri.so free 0x5571734660c0 void 0.000116
+gallium_dri.so free 0x557173465fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571734660f0 0.000113
+gallium_dri.so free 0x557173466140 void 0.000114
+gallium_dri.so free 0x5571734660f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734660f0 0.000113
+gallium_dri.so free 0x557173466240 void 0.000114
+gallium_dri.so free 0x5571734660f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734661f0 0.000114
+gallium_dri.so free 0x557173466300 void 0.000114
+gallium_dri.so free 0x5571734661f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734662b0 0.000114
+gallium_dri.so free 0x557173466340 void 0.000114
+gallium_dri.so free 0x5571734662b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734662b0 0.000114
+gallium_dri.so free 0x557173466400 void 0.000113
+gallium_dri.so free 0x5571734662b0 void 0.000112
+gallium_dri.so malloc 72 0x557173466470 0.000114
+gallium_dri.so free 0x5571734664c0 void 0.000115
+gallium_dri.so free 0x557173466470 void 0.000112
+gallium_dri.so malloc 72 0x557173466470 0.000114
+gallium_dri.so free 0x5571734665c0 void 0.000113
+gallium_dri.so free 0x557173466470 void 0.000114
+gallium_dri.so malloc 72 0x557173466570 0.000113
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x557173466570 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000112
+gallium_dri.so free 0x5571734666c0 void 0.000122
+gallium_dri.so free 0x557173466630 void 0.000118
+gallium_dri.so malloc 72 0x557173466630 0.000113
+gallium_dri.so free 0x557173466780 void 0.000113
+gallium_dri.so free 0x557173466630 void 0.000113
+gallium_dri.so malloc 72 0x5571734667c0 0.000113
+gallium_dri.so free 0x557173466840 void 0.000114
+gallium_dri.so free 0x5571734667c0 void 0.000113
+gallium_dri.so malloc 72 0x557173466840 0.000114
+gallium_dri.so free 0x557173466900 void 0.000152
+gallium_dri.so free 0x557173466840 void 0.000117
+gallium_dri.so malloc 72 0x557173466840 0.000115
+gallium_dri.so free 0x5571734669c0 void 0.000114
+gallium_dri.so free 0x557173466840 void 0.000113
+gallium_dri.so malloc 72 0x5571734669e0 0.000113
+gallium_dri.so free 0x557173466a80 void 0.000115
+gallium_dri.so free 0x5571734669e0 void 0.000113
+gallium_dri.so malloc 72 0x557173466a30 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000115
+gallium_dri.so free 0x557173466a30 void 0.000114
+gallium_dri.so malloc 72 0x557173466a30 0.000113
+gallium_dri.so free 0x557173466b80 void 0.000115
+gallium_dri.so free 0x557173466a30 void 0.000113
+gallium_dri.so malloc 72 0x557173466b80 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000115
+gallium_dri.so free 0x557173466b80 void 0.000113
+gallium_dri.so malloc 72 0x557173466b80 0.000113
+gallium_dri.so free 0x557173466d00 void 0.000117
+gallium_dri.so free 0x557173466b80 void 0.000115
+gallium_dri.so malloc 72 0x557173466b80 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x557173466b80 void 0.000113
+gallium_dri.so malloc 72 0x557173466d70 0.000113
+gallium_dri.so free 0x557173466e80 void 0.000115
+gallium_dri.so free 0x557173466d70 void 0.000113
+gallium_dri.so malloc 72 0x557173466e30 0.000114
+gallium_dri.so free 0x557173466f00 void 0.000114
+gallium_dri.so free 0x557173466e30 void 0.000113
+gallium_dri.so malloc 72 0x557173466f50 0.000115
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x557173466f50 void 0.000112
+gallium_dri.so malloc 72 0x557173466fe0 0.000114
+gallium_dri.so free 0x557173467080 void 0.000113
+gallium_dri.so free 0x557173466fe0 void 0.000112
+gallium_dri.so malloc 72 0x557173467030 0.000113
+gallium_dri.so free 0x557173467100 void 0.000117
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x557173467030 0.000114
+gallium_dri.so free 0x557173467180 void 0.000114
+gallium_dri.so free 0x557173467030 void 0.000112
+gallium_dri.so malloc 72 0x557173467180 0.000115
+gallium_dri.so free 0x557173467240 void 0.000114
+gallium_dri.so free 0x557173467180 void 0.000112
+gallium_dri.so malloc 72 0x557173467180 0.000113
+gallium_dri.so free 0x557173467340 void 0.000128
+gallium_dri.so free 0x557173467180 void 0.000114
+gallium_dri.so malloc 72 0x5571734672f0 0.000114
+gallium_dri.so free 0x557173467380 void 0.000114
+gallium_dri.so free 0x5571734672f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734672f0 0.000113
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so free 0x5571734672f0 void 0.000113
+gallium_dri.so malloc 72 0x557173467480 0.000113
+gallium_dri.so free 0x557173467500 void 0.000115
+gallium_dri.so free 0x557173467480 void 0.000112
+gallium_dri.so malloc 72 0x557173467500 0.000112
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467500 void 0.000118
+gallium_dri.so malloc 72 0x557173467500 0.000119
+gallium_dri.so free 0x557173467640 void 0.000115
+gallium_dri.so free 0x557173467500 void 0.000114
+gallium_dri.so malloc 72 0x557173467670 0.000113
+gallium_dri.so free 0x5571734676c0 void 0.000114
+gallium_dri.so free 0x557173467670 void 0.000112
+gallium_dri.so malloc 72 0x557173467670 0.000114
+gallium_dri.so free 0x5571734677c0 void 0.000116
+gallium_dri.so free 0x557173467670 void 0.000113
+gallium_dri.so malloc 72 0x557173467800 0.000113
+gallium_dri.so free 0x557173467880 void 0.000121
+gallium_dri.so free 0x557173467800 void 0.000114
+gallium_dri.so malloc 72 0x557173467880 0.000114
+gallium_dri.so free 0x557173467940 void 0.000138
+gallium_dri.so free 0x557173467880 void 0.000117
+gallium_dri.so malloc 72 0x557173467880 0.000114
+gallium_dri.so free 0x5571734679c0 void 0.000113
+gallium_dri.so free 0x557173467880 void 0.000113
+gallium_dri.so malloc 72 0x5571734679f0 0.000113
+gallium_dri.so free 0x557173467a40 void 0.000184
+gallium_dri.so free 0x5571734679f0 void 0.000216
+gallium_dri.so malloc 72 0x5571734679f0 0.000115
+gallium_dri.so free 0x557173467b40 void 0.000114
+gallium_dri.so free 0x5571734679f0 void 0.000114
+gallium_dri.so malloc 72 0x557173467af0 0.000113
+gallium_dri.so free 0x557173467c00 void 0.000114
+gallium_dri.so free 0x557173467af0 void 0.000112
+gallium_dri.so malloc 72 0x557173467bb0 0.000119
+gallium_dri.so free 0x557173467c80 void 0.000115
+gallium_dri.so free 0x557173467bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173467bb0 0.000114
+gallium_dri.so free 0x557173467d40 void 0.000113
+gallium_dri.so free 0x557173467bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173467bb0 0.000114
+gallium_dri.so free 0x557173467e00 void 0.000115
+gallium_dri.so free 0x557173467bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173467db0 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so free 0x557173467db0 void 0.000114
+gallium_dri.so malloc 72 0x557173467ed0 0.000146
+gallium_dri.so free 0x557173467f40 void 0.000126
+gallium_dri.so free 0x557173467ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173467f60 0.000126
+gallium_dri.so free 0x557173468000 void 0.000124
+gallium_dri.so free 0x557173467f60 void 0.000125
+gallium_dri.so malloc 72 0x557173467fb0 0.000123
+gallium_dri.so free 0x557173468080 void 0.000122
+gallium_dri.so free 0x557173467fb0 void 0.000123
+gallium_dri.so malloc 72 0x557173468080 0.000125
+gallium_dri.so free 0x557173468140 void 0.000124
+gallium_dri.so free 0x557173468080 void 0.000124
+gallium_dri.so malloc 72 0x557173468080 0.000128
+gallium_dri.so free 0x5571734681c0 void 0.000124
+gallium_dri.so free 0x557173468080 void 0.000124
+gallium_dri.so malloc 72 0x5571734681c0 0.000125
+gallium_dri.so free 0x557173468280 void 0.000125
+gallium_dri.so free 0x5571734681c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734681c0 0.000137
+gallium_dri.so free 0x557173468340 void 0.000132
+gallium_dri.so free 0x5571734681c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734681c0 0.000126
+gallium_dri.so free 0x557173468400 void 0.000127
+gallium_dri.so free 0x5571734681c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734683b0 0.000192
+gallium_dri.so free 0x557173468480 void 0.000132
+gallium_dri.so free 0x5571734683b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734684d0 0.000133
+gallium_dri.so free 0x557173468540 void 0.000128
+gallium_dri.so free 0x5571734684d0 void 0.000127
+gallium_dri.so malloc 72 0x557173468580 0.000127
+gallium_dri.so free 0x557173468600 void 0.000127
+gallium_dri.so free 0x557173468580 void 0.000126
+gallium_dri.so malloc 72 0x557173468580 0.000130
+gallium_dri.so free 0x557173468680 void 0.000145
+gallium_dri.so free 0x557173468580 void 0.000143
+gallium_dri.so malloc 72 0x5571734686b0 0.000142
+gallium_dri.so free 0x557173468700 void 0.000156
+gallium_dri.so free 0x5571734686b0 void 0.000143
+gallium_dri.so malloc 72 0x5571734686b0 0.000144
+gallium_dri.so free 0x557173468800 void 0.000144
+gallium_dri.so free 0x5571734686b0 void 0.000142
+gallium_dri.so malloc 72 0x5571734687b0 0.000142
+gallium_dri.so free 0x5571734688c0 void 0.000144
+gallium_dri.so free 0x5571734687b0 void 0.000142
+gallium_dri.so malloc 72 0x557173468870 0.000142
+gallium_dri.so free 0x557173468900 void 0.000142
+gallium_dri.so free 0x557173468870 void 0.000152
+gallium_dri.so malloc 72 0x557173468870 0.000141
+gallium_dri.so free 0x5571734689c0 void 0.000144
+gallium_dri.so free 0x557173468870 void 0.000142
+gallium_dri.so malloc 72 0x557173468a30 0.000150
+gallium_dri.so free 0x557173468a80 void 0.000120
+gallium_dri.so free 0x557173468a30 void 0.000114
+gallium_dri.so malloc 72 0x557173468a30 0.000112
+gallium_dri.so free 0x557173468b80 void 0.000113
+gallium_dri.so free 0x557173468a30 void 0.000113
+gallium_dri.so malloc 72 0x557173468b30 0.000113
+gallium_dri.so free 0x557173468c40 void 0.000113
+gallium_dri.so free 0x557173468b30 void 0.000113
+gallium_dri.so malloc 72 0x557173468bf0 0.000113
+gallium_dri.so free 0x557173468c80 void 0.000112
+gallium_dri.so free 0x557173468bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173468bf0 0.000112
+gallium_dri.so free 0x557173468d40 void 0.000114
+gallium_dri.so free 0x557173468bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173468d80 0.000114
+gallium_dri.so free 0x557173468e00 void 0.000118
+gallium_dri.so free 0x557173468d80 void 0.000111
+gallium_dri.so malloc 72 0x557173468e00 0.000111
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000110
+gallium_dri.so malloc 72 0x557173468e00 0.000111
+gallium_dri.so free 0x557173468f80 void 0.000136
+gallium_dri.so free 0x557173468e00 void 0.000119
+gallium_dri.so malloc 72 0x557173468fa0 0.000116
+gallium_dri.so free 0x557173469040 void 0.000113
+gallium_dri.so free 0x557173468fa0 void 0.000110
+gallium_dri.so malloc 72 0x557173468ff0 0.000111
+gallium_dri.so free 0x5571734690c0 void 0.000110
+gallium_dri.so free 0x557173468ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173468ff0 0.000111
+gallium_dri.so free 0x557173469140 void 0.000112
+gallium_dri.so free 0x557173468ff0 void 0.000110
+gallium_dri.so malloc 72 0x557173469140 0.000109
+gallium_dri.so free 0x557173469200 void 0.000111
+gallium_dri.so free 0x557173469140 void 0.000111
+gallium_dri.so malloc 72 0x557173469140 0.000110
+gallium_dri.so free 0x5571734692c0 void 0.000111
+gallium_dri.so free 0x557173469140 void 0.000111
+gallium_dri.so malloc 72 0x557173469140 0.000110
+gallium_dri.so free 0x557173469380 void 0.000111
+gallium_dri.so free 0x557173469140 void 0.000110
+gallium_dri.so malloc 72 0x557173469330 0.000111
+gallium_dri.so free 0x557173469440 void 0.000110
+gallium_dri.so free 0x557173469330 void 0.000111
+gallium_dri.so malloc 72 0x5571734693f0 0.000110
+gallium_dri.so free 0x5571734694c0 void 0.000110
+gallium_dri.so free 0x5571734693f0 void 0.000110
+gallium_dri.so malloc 72 0x557173469510 0.000112
+gallium_dri.so free 0x557173469580 void 0.000112
+gallium_dri.so free 0x557173469510 void 0.000124
+gallium_dri.so malloc 72 0x5571734695a0 0.000124
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x5571734695a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x5571734696c0 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000114
+gallium_dri.so free 0x5571734695f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000114
+gallium_dri.so free 0x5571735cec00 void 0.000115
+gallium_dri.so free 0x5571735ceaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceca0 0.000113
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so free 0x5571735ceca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cecf0 0.000113
+gallium_dri.so free 0x5571735cedc0 void 0.000114
+gallium_dri.so free 0x5571735cecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cecf0 0.000114
+gallium_dri.so free 0x5571735cee40 void 0.000118
+gallium_dri.so free 0x5571735cecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee40 0.000112
+gallium_dri.so free 0x5571735cef00 void 0.000114
+gallium_dri.so free 0x5571735cee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cee40 0.000105
+gallium_dri.so free 0x5571735cefc0 void 0.000116
+gallium_dri.so free 0x5571735cee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cee40 0.000112
+gallium_dri.so free 0x5571735cf080 void 0.000118
+gallium_dri.so free 0x5571735cee40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf030 0.000123
+gallium_dri.so free 0x5571735cf080 void 0.000119
+gallium_dri.so free 0x5571735cf030 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf030 0.000114
+gallium_dri.so free 0x5571735cf180 void 0.000126
+gallium_dri.so free 0x5571735cf030 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf130 0.000127
+gallium_dri.so free 0x5571735cf240 void 0.000130
+gallium_dri.so free 0x5571735cf130 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000130
+gallium_dri.so free 0x5571735cf280 void 0.000129
+gallium_dri.so free 0x5571735cf1f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000124
+gallium_dri.so free 0x5571735cf340 void 0.000125
+gallium_dri.so free 0x5571735cf1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf380 0.000120
+gallium_dri.so free 0x5571735cf400 void 0.000130
+gallium_dri.so free 0x5571735cf380 void 0.000145
+gallium_dri.so malloc 72 0x5571735cf400 0.000129
+gallium_dri.so free 0x5571735cf4c0 void 0.000126
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf400 0.000124
+gallium_dri.so free 0x5571735cf580 void 0.000123
+gallium_dri.so free 0x5571735cf400 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf5a0 0.000125
+gallium_dri.so free 0x5571735cf640 void 0.000121
+gallium_dri.so free 0x5571735cf5a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000123
+gallium_dri.so free 0x5571735cf6c0 void 0.000124
+gallium_dri.so free 0x5571735cf5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000120
+gallium_dri.so free 0x5571735cf740 void 0.000120
+gallium_dri.so free 0x5571735cf5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf740 0.000115
+gallium_dri.so free 0x5571735cf800 void 0.000114
+gallium_dri.so free 0x5571735cf740 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf740 0.000122
+gallium_dri.so free 0x5571735cf8c0 void 0.000123
+gallium_dri.so free 0x5571735cf740 void 0.000225
+gallium_dri.so malloc 72 0x5571735cf740 0.000161
+gallium_dri.so free 0x5571735cf980 void 0.000159
+gallium_dri.so free 0x5571735cf740 void 0.000158
+gallium_dri.so malloc 72 0x5571735cf930 0.000123
+gallium_dri.so free 0x5571735cfa40 void 0.000119
+gallium_dri.so free 0x5571735cf930 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000114
+gallium_dri.so free 0x5571735cfac0 void 0.000119
+gallium_dri.so free 0x5571735cf9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb10 0.000137
+gallium_dri.so free 0x5571735cfb80 void 0.000126
+gallium_dri.so free 0x5571735cfb10 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfba0 0.000126
+gallium_dri.so free 0x5571735cfc40 void 0.000121
+gallium_dri.so free 0x5571735cfba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000127
+gallium_dri.so free 0x5571735cfcc0 void 0.000125
+gallium_dri.so free 0x5571735cfbf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000125
+gallium_dri.so free 0x5571735cfd40 void 0.000121
+gallium_dri.so free 0x5571735cfbf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfd40 0.000137
+gallium_dri.so free 0x5571735cfe00 void 0.000126
+gallium_dri.so free 0x5571735cfd40 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfd40 0.000129
+gallium_dri.so free 0x5571735cff00 void 0.000124
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000125
+gallium_dri.so free 0x5571735cff40 void 0.000129
+gallium_dri.so free 0x5571735cfeb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000129
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so free 0x5571735cfeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0040 0.000124
+gallium_dri.so free 0x5571735d00c0 void 0.000125
+gallium_dri.so free 0x5571735d0040 void 0.000131
+gallium_dri.so malloc 72 0x5571735d00c0 0.000125
+gallium_dri.so free 0x5571735d0180 void 0.000126
+gallium_dri.so free 0x5571735d00c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d00c0 0.000125
+gallium_dri.so free 0x5571735d0200 void 0.000122
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0230 0.000124
+gallium_dri.so free 0x5571735d0280 void 0.000136
+gallium_dri.so free 0x5571735d0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0230 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000120
+gallium_dri.so free 0x5571735d0230 void 0.000123
+gallium_dri.so malloc 72 0x5571735d03c0 0.000129
+gallium_dri.so free 0x5571735d0440 void 0.000130
+gallium_dri.so free 0x5571735d03c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0440 0.000125
+gallium_dri.so free 0x5571735d0500 void 0.000125
+gallium_dri.so free 0x5571735d0440 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0440 0.000125
+gallium_dri.so free 0x5571735d0580 void 0.000122
+gallium_dri.so free 0x5571735d0440 void 0.000124
+gallium_dri.so malloc 72 0x5571735d05b0 0.000130
+gallium_dri.so free 0x5571735d0600 void 0.000129
+gallium_dri.so free 0x5571735d05b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d05b0 0.000124
+gallium_dri.so free 0x5571735d0700 void 0.000127
+gallium_dri.so free 0x5571735d05b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d06b0 0.000127
+gallium_dri.so free 0x5571735d07c0 void 0.000125
+gallium_dri.so free 0x5571735d06b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0770 0.000130
+gallium_dri.so free 0x5571735d0840 void 0.000125
+gallium_dri.so free 0x5571735d0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0770 0.000135
+gallium_dri.so free 0x5571735d0900 void 0.000130
+gallium_dri.so free 0x5571735d0770 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0770 0.000126
+gallium_dri.so free 0x5571735d09c0 void 0.000129
+gallium_dri.so free 0x5571735d0770 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0970 0.000127
+gallium_dri.so free 0x5571735d0a40 void 0.000121
+gallium_dri.so free 0x5571735d0970 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0a90 0.000125
+gallium_dri.so free 0x5571735d0b00 void 0.000121
+gallium_dri.so free 0x5571735d0a90 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0b20 0.000129
+gallium_dri.so free 0x5571735d0bc0 void 0.000129
+gallium_dri.so free 0x5571735d0b20 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b70 0.000120
+gallium_dri.so free 0x5571735d0c40 void 0.000120
+gallium_dri.so free 0x5571735d0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0c40 0.000121
+gallium_dri.so free 0x5571735d0d00 void 0.000125
+gallium_dri.so free 0x5571735d0c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0c40 0.000126
+gallium_dri.so free 0x5571735d0d80 void 0.000130
+gallium_dri.so free 0x5571735d0c40 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0d80 0.000125
+gallium_dri.so free 0x5571735d0e40 void 0.000125
+gallium_dri.so free 0x5571735d0d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0d80 0.000123
+gallium_dri.so free 0x5571735d0f00 void 0.000127
+gallium_dri.so free 0x5571735d0d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0d80 0.000120
+gallium_dri.so free 0x5571735d0fc0 void 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f70 0.000124
+gallium_dri.so free 0x5571735d1040 void 0.000132
+gallium_dri.so free 0x5571735d0f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1090 0.000130
+gallium_dri.so free 0x5571735d1100 void 0.000124
+gallium_dri.so free 0x5571735d1090 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1140 0.000127
+gallium_dri.so free 0x5571735d11c0 void 0.000122
+gallium_dri.so free 0x5571735d1140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1140 0.000120
+gallium_dri.so free 0x5571735d1240 void 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1270 0.000121
+gallium_dri.so free 0x5571735d12c0 void 0.000121
+gallium_dri.so free 0x5571735d1270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1270 0.000132
+gallium_dri.so free 0x5571735d13c0 void 0.000123
+gallium_dri.so free 0x5571735d1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1370 0.000119
+gallium_dri.so free 0x5571735d1480 void 0.000121
+gallium_dri.so free 0x5571735d1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1430 0.000119
+gallium_dri.so free 0x5571735d14c0 void 0.000120
+gallium_dri.so free 0x5571735d1430 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1430 0.000121
+gallium_dri.so free 0x5571735d1580 void 0.000120
+gallium_dri.so free 0x5571735d1430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d15f0 0.000118
+gallium_dri.so free 0x5571735d1640 void 0.000121
+gallium_dri.so free 0x5571735d15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d15f0 0.000119
+gallium_dri.so free 0x5571735d1740 void 0.000120
+gallium_dri.so free 0x5571735d15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d16f0 0.000125
+gallium_dri.so free 0x5571735d1800 void 0.000117
+gallium_dri.so free 0x5571735d16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d17b0 0.000112
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d17b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d17b0 0.000112
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so free 0x5571735d17b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1940 0.000125
+gallium_dri.so free 0x5571735d19c0 void 0.000116
+gallium_dri.so free 0x5571735d1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735d19c0 0.000113
+gallium_dri.so free 0x5571735d1a80 void 0.000113
+gallium_dri.so free 0x5571735d19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d19c0 0.000114
+gallium_dri.so free 0x5571735d1b40 void 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1b60 0.000113
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so free 0x5571735d1b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000113
+gallium_dri.so free 0x5571735d1c80 void 0.000113
+gallium_dri.so free 0x5571735d1bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000112
+gallium_dri.so free 0x5571735d1d00 void 0.000114
+gallium_dri.so free 0x5571735d1bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1d00 0.000112
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so free 0x5571735d1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1d00 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000114
+gallium_dri.so free 0x5571735d1d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1d00 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000114
+gallium_dri.so free 0x5571735d1d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000120
+gallium_dri.so free 0x5571735d2000 void 0.000115
+gallium_dri.so free 0x5571735d1ef0 void 0.000107
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000198
+gallium_dri.so free 0x5571735d2080 void 0.000116
+gallium_dri.so free 0x5571735d1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20d0 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000114
+gallium_dri.so free 0x5571735d20d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2160 0.000112
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x5571735d2160 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d21b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2300 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2300 0.000116
+gallium_dri.so free 0x5571735d24c0 void 0.000116
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2470 0.000113
+gallium_dri.so free 0x5571735d2500 void 0.000115
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2470 0.000155
+gallium_dri.so free 0x5571735d25c0 void 0.000117
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2600 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000113
+gallium_dri.so free 0x5571735d2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2680 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2680 0.000116
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27f0 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so free 0x5571735d27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27f0 0.000112
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x5571735d27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2980 0.000112
+gallium_dri.so free 0x5571735d2a00 void 0.000115
+gallium_dri.so free 0x5571735d2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2a00 0.000114
+gallium_dri.so free 0x5571735d2ac0 void 0.000114
+gallium_dri.so free 0x5571735d2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2a00 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000114
+gallium_dri.so free 0x5571735d2a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2b70 0.000112
+gallium_dri.so free 0x5571735d2bc0 void 0.000117
+gallium_dri.so free 0x5571735d2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2b70 0.000113
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000112
+gallium_dri.so free 0x5571735d2d80 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000115
+gallium_dri.so free 0x5571735d2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d30 0.000113
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735d2d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2d30 0.000117
+gallium_dri.so free 0x5571735d2f80 void 0.000114
+gallium_dri.so free 0x5571735d2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f30 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3050 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so free 0x5571735d3050 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30e0 0.000112
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000128
+gallium_dri.so free 0x5571735d3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3200 0.000115
+gallium_dri.so free 0x5571735d32c0 void 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3200 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3340 0.000111
+gallium_dri.so free 0x5571735d3400 void 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3340 0.000115
+gallium_dri.so free 0x5571735d34c0 void 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3340 0.000113
+gallium_dri.so free 0x5571735d3580 void 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3530 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000115
+gallium_dri.so free 0x5571735d3530 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3650 0.000113
+gallium_dri.so free 0x5571735d36c0 void 0.000115
+gallium_dri.so free 0x5571735d3650 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3700 0.000115
+gallium_dri.so free 0x5571735d3780 void 0.000115
+gallium_dri.so free 0x5571735d3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3700 0.000117
+gallium_dri.so free 0x5571735d3800 void 0.000179
+gallium_dri.so free 0x5571735d3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3830 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so free 0x5571735d3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3830 0.000113
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3930 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000115
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000114
+gallium_dri.so free 0x5571735d3a80 void 0.000114
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d39f0 0.000116
+gallium_dri.so free 0x5571735d3b40 void 0.000119
+gallium_dri.so free 0x5571735d39f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000116
+gallium_dri.so free 0x5571735d3c00 void 0.000114
+gallium_dri.so free 0x5571735d3bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000113
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000112
+gallium_dri.so free 0x5571735d3dc0 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000117
+gallium_dri.so free 0x5571735d3e00 void 0.000128
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000114
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f00 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000115
+gallium_dri.so free 0x5571735d3f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f80 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000115
+gallium_dri.so free 0x5571735d3f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3f80 0.000116
+gallium_dri.so free 0x5571735d4100 void 0.000115
+gallium_dri.so free 0x5571735d3f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4120 0.000114
+gallium_dri.so free 0x5571735d41c0 void 0.000114
+gallium_dri.so free 0x5571735d4120 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4170 0.000114
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so free 0x5571735d4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4170 0.000112
+gallium_dri.so free 0x5571735d42c0 void 0.000115
+gallium_dri.so free 0x5571735d4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42c0 0.000113
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d42c0 0.000113
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d42c0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d45c0 void 0.000116
+gallium_dri.so free 0x5571735d44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4570 0.000112
+gallium_dri.so free 0x5571735d4640 void 0.000115
+gallium_dri.so free 0x5571735d4570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4690 0.000113
+gallium_dri.so free 0x5571735d4700 void 0.000115
+gallium_dri.so free 0x5571735d4690 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4720 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so free 0x5571735d4720 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4770 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4770 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48c0 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48c0 0.000113
+gallium_dri.so free 0x5571735d4a80 void 0.000115
+gallium_dri.so free 0x5571735d48c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d4a30 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000115
+gallium_dri.so free 0x5571735d4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a30 0.000112
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x5571735d4a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4bc0 0.000111
+gallium_dri.so free 0x5571735d4c40 void 0.000114
+gallium_dri.so free 0x5571735d4bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c40 0.000113
+gallium_dri.so free 0x5571735d4d00 void 0.000115
+gallium_dri.so free 0x5571735d4c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c40 0.000115
+gallium_dri.so free 0x5571735d4d80 void 0.000115
+gallium_dri.so free 0x5571735d4c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4db0 0.000115
+gallium_dri.so free 0x5571735d4e00 void 0.000115
+gallium_dri.so free 0x5571735d4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4db0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000116
+gallium_dri.so free 0x5571735d4db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f40 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000115
+gallium_dri.so free 0x5571735d4f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000113
+gallium_dri.so free 0x5571735d5080 void 0.000114
+gallium_dri.so free 0x5571735d4fc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000115
+gallium_dri.so free 0x5571735d5100 void 0.000115
+gallium_dri.so free 0x5571735d4fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5130 0.000114
+gallium_dri.so free 0x5571735d5180 void 0.000115
+gallium_dri.so free 0x5571735d5130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5130 0.000113
+gallium_dri.so free 0x5571735d5280 void 0.000115
+gallium_dri.so free 0x5571735d5130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d5340 void 0.000116
+gallium_dri.so free 0x5571735d5230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52f0 0.000115
+gallium_dri.so free 0x5571735d53c0 void 0.000115
+gallium_dri.so free 0x5571735d52f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d52f0 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52f0 0.000113
+gallium_dri.so free 0x5571735d5540 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54f0 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000115
+gallium_dri.so free 0x5571735d54f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5610 0.000113
+gallium_dri.so free 0x5571735d5680 void 0.000114
+gallium_dri.so free 0x5571735d5610 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56a0 0.000116
+gallium_dri.so free 0x5571735d5740 void 0.000115
+gallium_dri.so free 0x5571735d56a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56f0 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000119
+gallium_dri.so free 0x5571735d56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d57c0 0.000114
+gallium_dri.so free 0x5571735d5880 void 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d57c0 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5900 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5900 0.000113
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5900 0.000114
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5af0 0.000114
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c10 0.000114
+gallium_dri.so free 0x5571735d5c80 void 0.000116
+gallium_dri.so free 0x5571735d5c10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000126
+gallium_dri.so free 0x5571735d5d40 void 0.000116
+gallium_dri.so free 0x5571735d5cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000113
+gallium_dri.so free 0x5571735d5dc0 void 0.000114
+gallium_dri.so free 0x5571735d5cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5df0 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000115
+gallium_dri.so free 0x5571735d5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5df0 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000115
+gallium_dri.so free 0x5571735d5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000114
+gallium_dri.so free 0x5571735d6000 void 0.000115
+gallium_dri.so free 0x5571735d5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000114
+gallium_dri.so free 0x5571735d6040 void 0.000114
+gallium_dri.so free 0x5571735d5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000114
+gallium_dri.so free 0x5571735d6100 void 0.000116
+gallium_dri.so free 0x5571735d5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6170 0.000115
+gallium_dri.so free 0x5571735d61c0 void 0.000114
+gallium_dri.so free 0x5571735d6170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6170 0.000112
+gallium_dri.so free 0x5571735d62c0 void 0.000115
+gallium_dri.so free 0x5571735d6170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6270 0.000132
+gallium_dri.so free 0x5571735d6380 void 0.000115
+gallium_dri.so free 0x5571735d6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000116
+gallium_dri.so free 0x5571735d6330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6330 0.000114
+gallium_dri.so free 0x5571735d6480 void 0.000115
+gallium_dri.so free 0x5571735d6330 void 0.000115
+gallium_dri.so malloc 72 0x5571735d64c0 0.000113
+gallium_dri.so free 0x5571735d6540 void 0.000114
+gallium_dri.so free 0x5571735d64c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6540 0.000115
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so free 0x5571735d6540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6540 0.000114
+gallium_dri.so free 0x5571735d66c0 void 0.000115
+gallium_dri.so free 0x5571735d6540 void 0.000112
+gallium_dri.so malloc 72 0x5571735d66e0 0.000113
+gallium_dri.so free 0x5571735d6780 void 0.000115
+gallium_dri.so free 0x5571735d66e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6730 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000119
+gallium_dri.so free 0x5571735d6730 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6730 0.000113
+gallium_dri.so free 0x5571735d6880 void 0.000115
+gallium_dri.so free 0x5571735d6730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6880 0.000114
+gallium_dri.so free 0x5571735d6940 void 0.000117
+gallium_dri.so free 0x5571735d6880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6880 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x5571735d6880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6880 0.000115
+gallium_dri.so free 0x5571735d6ac0 void 0.000115
+gallium_dri.so free 0x5571735d6880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6b80 void 0.000115
+gallium_dri.so free 0x5571735d6a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b30 0.000113
+gallium_dri.so free 0x5571735d6c00 void 0.000121
+gallium_dri.so free 0x5571735d6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c50 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735d6c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c50 0.000113
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x5571735d6c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c50 0.000113
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so free 0x5571735d6c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000114
+gallium_dri.so free 0x5571735eb4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000115
+gallium_dri.so free 0x5571735eb640 void 0.000116
+gallium_dri.so free 0x5571735eb5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb680 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735eb680 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb680 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000116
+gallium_dri.so free 0x5571735eb680 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000113
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x5571735eb7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb8b0 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb970 0.000113
+gallium_dri.so free 0x5571735eba00 void 0.000114
+gallium_dri.so free 0x5571735eb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb970 0.000113
+gallium_dri.so free 0x5571735ebac0 void 0.000114
+gallium_dri.so free 0x5571735eb970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb30 0.000113
+gallium_dri.so free 0x5571735ebb80 void 0.000114
+gallium_dri.so free 0x5571735ebb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebb30 0.000112
+gallium_dri.so free 0x5571735ebc80 void 0.000143
+gallium_dri.so free 0x5571735ebb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc30 0.000114
+gallium_dri.so free 0x5571735ebd40 void 0.000116
+gallium_dri.so free 0x5571735ebc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebd80 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe80 0.000119
+gallium_dri.so free 0x5571735ebf00 void 0.000117
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf00 0.000115
+gallium_dri.so free 0x5571735ebfc0 void 0.000115
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf00 0.000115
+gallium_dri.so free 0x5571735ec080 void 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000114
+gallium_dri.so free 0x5571735ec140 void 0.000114
+gallium_dri.so free 0x5571735ec0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000115
+gallium_dri.so free 0x5571735ec1c0 void 0.000114
+gallium_dri.so free 0x5571735ec0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000114
+gallium_dri.so free 0x5571735ec240 void 0.000130
+gallium_dri.so free 0x5571735ec0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec240 0.000116
+gallium_dri.so free 0x5571735ec300 void 0.000116
+gallium_dri.so free 0x5571735ec240 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec240 0.000115
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec240 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec240 0.000115
+gallium_dri.so free 0x5571735ec480 void 0.000115
+gallium_dri.so free 0x5571735ec240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec430 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec430 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000119
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec610 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec610 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000114
+gallium_dri.so free 0x5571735ec6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000126
+gallium_dri.so free 0x5571735ec840 void 0.000116
+gallium_dri.so free 0x5571735ec6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec840 0.000115
+gallium_dri.so free 0x5571735ec900 void 0.000116
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec840 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000114
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735ecb00 void 0.000115
+gallium_dri.so free 0x5571735ec9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecb40 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000115
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000114
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000113
+gallium_dri.so free 0x5571735ecd00 void 0.000115
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecd30 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000118
+gallium_dri.so free 0x5571735ecd30 void 0.000152
+gallium_dri.so malloc 72 0x5571735ecec0 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecf40 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000112
+gallium_dri.so free 0x5571735ed100 void 0.000115
+gallium_dri.so free 0x5571735ed0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000112
+gallium_dri.so free 0x5571735ed0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000112
+gallium_dri.so free 0x5571735ed1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed270 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000118
+gallium_dri.so free 0x5571735ed270 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed270 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed270 0.000132
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so free 0x5571735ed270 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed470 0.000111
+gallium_dri.so free 0x5571735ed540 void 0.000111
+gallium_dri.so free 0x5571735ed470 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed590 0.000110
+gallium_dri.so free 0x5571735ed600 void 0.000109
+gallium_dri.so free 0x5571735ed590 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed620 0.000109
+gallium_dri.so free 0x5571735ed6c0 void 0.000110
+gallium_dri.so free 0x5571735ed620 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed670 0.000108
+gallium_dri.so free 0x5571735ed740 void 0.000109
+gallium_dri.so free 0x5571735ed670 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed740 0.000110
+gallium_dri.so free 0x5571735ed800 void 0.000109
+gallium_dri.so free 0x5571735ed740 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed740 0.000111
+gallium_dri.so free 0x5571735ed880 void 0.000110
+gallium_dri.so free 0x5571735ed740 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed880 0.000110
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so free 0x5571735ed880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed880 0.000112
+gallium_dri.so free 0x5571735eda00 void 0.000111
+gallium_dri.so free 0x5571735ed880 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed880 0.000110
+gallium_dri.so free 0x5571735edac0 void 0.000143
+gallium_dri.so free 0x5571735ed880 void 0.000127
+gallium_dri.so malloc 72 0x5571735eda70 0.000125
+gallium_dri.so free 0x5571735edb40 void 0.000126
+gallium_dri.so free 0x5571735eda70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edb90 0.000118
+gallium_dri.so free 0x5571735edc00 void 0.000119
+gallium_dri.so free 0x5571735edb90 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc40 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735edc40 0.000119
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000117
+gallium_dri.so free 0x5571735eddc0 void 0.000118
+gallium_dri.so free 0x5571735edd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000118
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so free 0x5571735edd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede70 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000118
+gallium_dri.so free 0x5571735ede70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000128
+gallium_dri.so free 0x5571735ee080 void 0.000117
+gallium_dri.so free 0x5571735edf30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000112
+gallium_dri.so free 0x5571735ee140 void 0.000112
+gallium_dri.so free 0x5571735ee0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000110
+gallium_dri.so free 0x5571735ee240 void 0.000110
+gallium_dri.so free 0x5571735ee0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000111
+gallium_dri.so free 0x5571735ee300 void 0.000110
+gallium_dri.so free 0x5571735ee1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000111
+gallium_dri.so free 0x5571735ee340 void 0.000111
+gallium_dri.so free 0x5571735ee2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000110
+gallium_dri.so free 0x5571735ee400 void 0.000111
+gallium_dri.so free 0x5571735ee2b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee440 0.000110
+gallium_dri.so free 0x5571735ee4c0 void 0.000110
+gallium_dri.so free 0x5571735ee440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000110
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000116
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so free 0x5571735ee4c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee660 0.000111
+gallium_dri.so free 0x5571735ee700 void 0.000131
+gallium_dri.so free 0x5571735ee660 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000124
+gallium_dri.so free 0x5571735ee780 void 0.000123
+gallium_dri.so free 0x5571735ee6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000115
+gallium_dri.so free 0x5571735ee6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee800 0.000115
+gallium_dri.so free 0x5571735ee8c0 void 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee800 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee800 0.000115
+gallium_dri.so free 0x5571735eea40 void 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735ee9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeab0 0.000114
+gallium_dri.so free 0x5571735eeb80 void 0.000116
+gallium_dri.so free 0x5571735eeab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eebd0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so free 0x5571735eebd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec60 0.000217
+gallium_dri.so free 0x5571735eed00 void 0.000166
+gallium_dri.so free 0x5571735eec60 void 0.000257
+gallium_dri.so malloc 72 0x5571735eecb0 0.000264
+gallium_dri.so free 0x5571735eed80 void 0.000253
+gallium_dri.so free 0x5571735eecb0 void 0.000312
+gallium_dri.so malloc 72 0x5571735eecb0 0.000288
+gallium_dri.so free 0x5571735eee00 void 0.000293
+gallium_dri.so free 0x5571735eecb0 void 0.000249
+gallium_dri.so malloc 72 0x5571735eee00 0.000130
+gallium_dri.so free 0x5571735eeec0 void 0.000121
+gallium_dri.so free 0x5571735eee00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee00 0.000120
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eef70 0.000118
+gallium_dri.so free 0x5571735ef000 void 0.000119
+gallium_dri.so free 0x5571735eef70 void 0.000123
+gallium_dri.so malloc 72 0x5571735eef70 0.000113
+gallium_dri.so free 0x5571735ef0c0 void 0.000112
+gallium_dri.so free 0x5571735eef70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef100 0.000111
+gallium_dri.so free 0x5571735ef180 void 0.000110
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef180 0.000111
+gallium_dri.so free 0x5571735ef240 void 0.000111
+gallium_dri.so free 0x5571735ef180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef180 0.000111
+gallium_dri.so free 0x5571735ef2c0 void 0.000111
+gallium_dri.so free 0x5571735ef180 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000112
+gallium_dri.so free 0x5571735ef2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000112
+gallium_dri.so free 0x5571735ef440 void 0.000111
+gallium_dri.so free 0x5571735ef2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef480 0.000111
+gallium_dri.so free 0x5571735ef500 void 0.000110
+gallium_dri.so free 0x5571735ef480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef500 0.000112
+gallium_dri.so free 0x5571735ef5c0 void 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef500 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef670 0.000125
+gallium_dri.so free 0x5571735ef6c0 void 0.000118
+gallium_dri.so free 0x5571735ef670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef670 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000114
+gallium_dri.so free 0x5571735ef670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef770 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so free 0x5571735ef770 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef830 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000117
+gallium_dri.so free 0x5571735ef830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef830 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so free 0x5571735ef830 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef830 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000116
+gallium_dri.so free 0x5571735ef830 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa30 0.000119
+gallium_dri.so free 0x5571735efb00 void 0.000116
+gallium_dri.so free 0x5571735efa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb50 0.000113
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so free 0x5571735efb50 void 0.000115
+gallium_dri.so malloc 72 0x5571735efbe0 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc30 0.000122
+gallium_dri.so free 0x5571735efd00 void 0.000138
+gallium_dri.so free 0x5571735efc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735efd00 0.000128
+gallium_dri.so free 0x5571735efdc0 void 0.000127
+gallium_dri.so free 0x5571735efd00 void 0.000138
+gallium_dri.so malloc 72 0x5571735efd00 0.000125
+gallium_dri.so free 0x5571735efe40 void 0.000126
+gallium_dri.so free 0x5571735efd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735efe40 0.000125
+gallium_dri.so free 0x5571735eff00 void 0.000125
+gallium_dri.so free 0x5571735efe40 void 0.000126
+gallium_dri.so malloc 72 0x5571735efe40 0.000125
+gallium_dri.so free 0x5571735effc0 void 0.000126
+gallium_dri.so free 0x5571735efe40 void 0.000128
+gallium_dri.so malloc 72 0x5571735efe40 0.000125
+gallium_dri.so free 0x5571735f0080 void 0.000125
+gallium_dri.so free 0x5571735efe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0030 0.000125
+gallium_dri.so free 0x5571735f0100 void 0.000125
+gallium_dri.so free 0x5571735f0030 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0150 0.000125
+gallium_dri.so free 0x5571735f01c0 void 0.000125
+gallium_dri.so free 0x5571735f0150 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0200 0.000125
+gallium_dri.so free 0x5571735f0280 void 0.000132
+gallium_dri.so free 0x5571735f0200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0200 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0330 0.000115
+gallium_dri.so free 0x5571735f0380 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0330 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0430 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000116
+gallium_dri.so free 0x5571735f0430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04f0 0.000118
+gallium_dri.so free 0x5571735f0580 void 0.000116
+gallium_dri.so free 0x5571735f04f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04f0 0.000116
+gallium_dri.so free 0x5571735f0640 void 0.000116
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f06b0 0.000116
+gallium_dri.so free 0x5571735f0700 void 0.000126
+gallium_dri.so free 0x5571735f06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f06b0 0.000116
+gallium_dri.so free 0x5571735f0800 void 0.000119
+gallium_dri.so free 0x5571735f06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f07b0 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000131
+gallium_dri.so free 0x5571735f07b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0870 0.000123
+gallium_dri.so free 0x5571735f0900 void 0.000120
+gallium_dri.so free 0x5571735f0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0870 0.000118
+gallium_dri.so free 0x5571735f09c0 void 0.000117
+gallium_dri.so free 0x5571735f0870 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0a00 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000111
+gallium_dri.so free 0x5571735f0a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0a80 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000112
+gallium_dri.so free 0x5571735f0a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0a80 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000112
+gallium_dri.so free 0x5571735f0a80 void 0.000177
+gallium_dri.so malloc 72 0x5571735f0c20 0.000218
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so free 0x5571735f0c20 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0c70 0.000154
+gallium_dri.so free 0x5571735f0d40 void 0.000120
+gallium_dri.so free 0x5571735f0c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0c70 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000112
+gallium_dri.so free 0x5571735f0c70 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000114
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so free 0x5571735f0dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000114
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1070 0.000114
+gallium_dri.so free 0x5571735f1140 void 0.000113
+gallium_dri.so free 0x5571735f1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1190 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1190 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1220 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1220 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f1340 void 0.000114
+gallium_dri.so free 0x5571735f1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f13c0 void 0.000117
+gallium_dri.so free 0x5571735f1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13c0 0.000124
+gallium_dri.so free 0x5571735f1480 void 0.000125
+gallium_dri.so free 0x5571735f13c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f13c0 0.000125
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1530 0.000118
+gallium_dri.so free 0x5571735f15c0 void 0.000118
+gallium_dri.so free 0x5571735f1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1530 0.000118
+gallium_dri.so free 0x5571735f1680 void 0.000117
+gallium_dri.so free 0x5571735f1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16c0 0.000117
+gallium_dri.so free 0x5571735f1740 void 0.000123
+gallium_dri.so free 0x5571735f16c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1740 0.000121
+gallium_dri.so free 0x5571735f1800 void 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1740 0.000118
+gallium_dri.so free 0x5571735f1880 void 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000126
+gallium_dri.so free 0x5571735f18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f1a00 void 0.000126
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a40 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000112
+gallium_dri.so free 0x5571735f1a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000126
+gallium_dri.so free 0x5571735f1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000111
+gallium_dri.so free 0x5571735f1c00 void 0.000110
+gallium_dri.so free 0x5571735f1ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1c30 0.000112
+gallium_dri.so free 0x5571735f1c80 void 0.000111
+gallium_dri.so free 0x5571735f1c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1c30 0.000111
+gallium_dri.so free 0x5571735f1d80 void 0.000111
+gallium_dri.so free 0x5571735f1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d30 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000110
+gallium_dri.so free 0x5571735f1d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1df0 0.000112
+gallium_dri.so free 0x5571735f1ec0 void 0.000116
+gallium_dri.so free 0x5571735f1df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1df0 0.000112
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so free 0x5571735f1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1df0 0.000110
+gallium_dri.so free 0x5571735f2040 void 0.000123
+gallium_dri.so free 0x5571735f1df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000115
+gallium_dri.so free 0x5571735f1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2110 0.000114
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so free 0x5571735f2110 void 0.000114
+gallium_dri.so malloc 72 0x5571735f21a0 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f21a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f21f0 0.000114
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so free 0x5571735f21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000114
+gallium_dri.so free 0x5571735f2380 void 0.000116
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000113
+gallium_dri.so free 0x5571735f2400 void 0.000114
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000113
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f2640 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000178
+gallium_dri.so malloc 72 0x5571735f25f0 0.000121
+gallium_dri.so free 0x5571735f26c0 void 0.000123
+gallium_dri.so free 0x5571735f25f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2710 0.000120
+gallium_dri.so free 0x5571735f2780 void 0.000120
+gallium_dri.so free 0x5571735f2710 void 0.000121
+gallium_dri.so malloc 72 0x5571735f27c0 0.000119
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27c0 0.000118
+gallium_dri.so free 0x5571735f28c0 void 0.000118
+gallium_dri.so free 0x5571735f27c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f28f0 0.000125
+gallium_dri.so free 0x5571735f2940 void 0.000120
+gallium_dri.so free 0x5571735f28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f28f0 0.000117
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so free 0x5571735f28f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f29f0 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so free 0x5571735f29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000120
+gallium_dri.so free 0x5571735f2b40 void 0.000118
+gallium_dri.so free 0x5571735f2ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000125
+gallium_dri.so free 0x5571735f2c00 void 0.000112
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2cc0 void 0.000114
+gallium_dri.so free 0x5571735f2c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2c70 0.000111
+gallium_dri.so free 0x5571735f2dc0 void 0.000111
+gallium_dri.so free 0x5571735f2c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2d70 0.000110
+gallium_dri.so free 0x5571735f2e80 void 0.000110
+gallium_dri.so free 0x5571735f2d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2e30 0.000111
+gallium_dri.so free 0x5571735f2ec0 void 0.000111
+gallium_dri.so free 0x5571735f2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000111
+gallium_dri.so free 0x5571735f2f80 void 0.000111
+gallium_dri.so free 0x5571735f2e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000111
+gallium_dri.so free 0x5571735f3040 void 0.000111
+gallium_dri.so free 0x5571735f2fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3040 0.000111
+gallium_dri.so free 0x5571735f3100 void 0.000112
+gallium_dri.so free 0x5571735f3040 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3040 0.000111
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000110
+gallium_dri.so malloc 72 0x5571735f31e0 0.000111
+gallium_dri.so free 0x5571735f3280 void 0.000122
+gallium_dri.so free 0x5571735f31e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3230 0.000113
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735f3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so free 0x5571735f3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f3440 void 0.000115
+gallium_dri.so free 0x5571735f3380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3380 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000116
+gallium_dri.so free 0x5571735f3380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f35c0 void 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3570 0.000115
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x5571735f3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3630 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735f3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000171
+gallium_dri.so malloc 72 0x5571735daa30 0.000127
+gallium_dri.so free 0x5571735daa80 void 0.000225
+gallium_dri.so free 0x5571735daa30 void 0.000228
+gallium_dri.so malloc 72 0x5571735daa30 0.000231
+gallium_dri.so free 0x5571735dab80 void 0.000198
+gallium_dri.so free 0x5571735daa30 void 0.000153
+gallium_dri.so malloc 72 0x5571735dab30 0.000159
+gallium_dri.so free 0x5571735dac40 void 0.000122
+gallium_dri.so free 0x5571735dab30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dabf0 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dace0 0.000119
+gallium_dri.so free 0x5571735dad80 void 0.000120
+gallium_dri.so free 0x5571735dace0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad30 0.000117
+gallium_dri.so free 0x5571735dae00 void 0.000119
+gallium_dri.so free 0x5571735dad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad30 0.000118
+gallium_dri.so free 0x5571735dae80 void 0.000120
+gallium_dri.so free 0x5571735dad30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dae80 0.000124
+gallium_dri.so free 0x5571735daf40 void 0.000112
+gallium_dri.so free 0x5571735dae80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dae80 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000111
+gallium_dri.so free 0x5571735dae80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dae80 0.000110
+gallium_dri.so free 0x5571735db0c0 void 0.000112
+gallium_dri.so free 0x5571735dae80 void 0.000111
+gallium_dri.so malloc 72 0x5571735db070 0.000111
+gallium_dri.so free 0x5571735db0c0 void 0.000111
+gallium_dri.so free 0x5571735db070 void 0.000112
+gallium_dri.so malloc 72 0x5571735db070 0.000110
+gallium_dri.so free 0x5571735db1c0 void 0.000111
+gallium_dri.so free 0x5571735db070 void 0.000111
+gallium_dri.so malloc 72 0x5571735db170 0.000110
+gallium_dri.so free 0x5571735db280 void 0.000110
+gallium_dri.so free 0x5571735db170 void 0.000112
+gallium_dri.so malloc 72 0x5571735db230 0.000110
+gallium_dri.so free 0x5571735db2c0 void 0.000111
+gallium_dri.so free 0x5571735db230 void 0.000111
+gallium_dri.so malloc 72 0x5571735db230 0.000112
+gallium_dri.so free 0x5571735db380 void 0.000116
+gallium_dri.so free 0x5571735db230 void 0.000119
+gallium_dri.so malloc 72 0x5571735db3c0 0.000116
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db440 0.000110
+gallium_dri.so free 0x5571735db500 void 0.000129
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so malloc 72 0x5571735db440 0.000118
+gallium_dri.so free 0x5571735db5c0 void 0.000123
+gallium_dri.so free 0x5571735db440 void 0.000121
+gallium_dri.so malloc 72 0x5571735db5e0 0.000117
+gallium_dri.so free 0x5571735db680 void 0.000119
+gallium_dri.so free 0x5571735db5e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db630 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db630 void 0.000119
+gallium_dri.so malloc 72 0x5571735db630 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000119
+gallium_dri.so free 0x5571735db630 void 0.000119
+gallium_dri.so malloc 72 0x5571735db780 0.000122
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db780 void 0.000119
+gallium_dri.so malloc 72 0x5571735db780 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db780 void 0.000119
+gallium_dri.so malloc 72 0x5571735db780 0.000131
+gallium_dri.so free 0x5571735db9c0 void 0.000119
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so malloc 72 0x5571735db970 0.000118
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba30 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb50 0.000111
+gallium_dri.so free 0x5571735dbbc0 void 0.000111
+gallium_dri.so free 0x5571735dbb50 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000111
+gallium_dri.so free 0x5571735dbc80 void 0.000111
+gallium_dri.so free 0x5571735dbbe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc30 0.000112
+gallium_dri.so free 0x5571735dbd00 void 0.000111
+gallium_dri.so free 0x5571735dbc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbc30 0.000111
+gallium_dri.so free 0x5571735dbd80 void 0.000111
+gallium_dri.so free 0x5571735dbc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbd80 0.000111
+gallium_dri.so free 0x5571735dbe40 void 0.000111
+gallium_dri.so free 0x5571735dbd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd80 0.000111
+gallium_dri.so free 0x5571735dbf40 void 0.000112
+gallium_dri.so free 0x5571735dbd80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbef0 0.000111
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so free 0x5571735dbef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbef0 0.000112
+gallium_dri.so free 0x5571735dc040 void 0.000112
+gallium_dri.so free 0x5571735dbef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc080 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000128
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc100 0.000115
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc100 0.000119
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc270 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000115
+gallium_dri.so free 0x5571735dc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc270 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc400 0.000116
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc480 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000116
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc480 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000113
+gallium_dri.so free 0x5571735dc640 void 0.000114
+gallium_dri.so free 0x5571735dc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000165
+gallium_dri.so free 0x5571735dc5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000130
+gallium_dri.so free 0x5571735dc800 void 0.000117
+gallium_dri.so free 0x5571735dc6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcad0 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dcad0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcb60 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so free 0x5571735dcb60 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000116
+gallium_dri.so free 0x5571735dcbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc80 0.000114
+gallium_dri.so free 0x5571735dcd40 void 0.000123
+gallium_dri.so free 0x5571735dcc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc80 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000112
+gallium_dri.so free 0x5571735dcc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000116
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000117
+gallium_dri.so free 0x5571735dd000 void 0.000120
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000124
+gallium_dri.so free 0x5571735dd080 void 0.000120
+gallium_dri.so free 0x5571735dcfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000125
+gallium_dri.so free 0x5571735dd0d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd180 0.000125
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd180 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd180 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000123
+gallium_dri.so free 0x5571735dd180 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000120
+gallium_dri.so free 0x5571735dd300 void 0.000122
+gallium_dri.so free 0x5571735dd2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000122
+gallium_dri.so free 0x5571735dd2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000120
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so free 0x5571735dd3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd470 0.000125
+gallium_dri.so free 0x5571735dd500 void 0.000125
+gallium_dri.so free 0x5571735dd470 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd470 0.000119
+gallium_dri.so free 0x5571735dd5c0 void 0.000124
+gallium_dri.so free 0x5571735dd470 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd630 0.000121
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd630 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000135
+gallium_dri.so free 0x5571735dd630 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd730 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd730 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000136
+gallium_dri.so free 0x5571735dd880 void 0.000127
+gallium_dri.so free 0x5571735dd7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd980 0.000129
+gallium_dri.so free 0x5571735dda00 void 0.000125
+gallium_dri.so free 0x5571735dd980 void 0.000119
+gallium_dri.so malloc 72 0x5571735dda00 0.000117
+gallium_dri.so free 0x5571735ddac0 void 0.000123
+gallium_dri.so free 0x5571735dda00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dda00 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddba0 0.000124
+gallium_dri.so free 0x5571735ddc40 void 0.000119
+gallium_dri.so free 0x5571735ddba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000123
+gallium_dri.so free 0x5571735ddbf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000120
+gallium_dri.so free 0x5571735ddd40 void 0.000127
+gallium_dri.so free 0x5571735ddbf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ddd40 0.000134
+gallium_dri.so free 0x5571735dde00 void 0.000216
+gallium_dri.so free 0x5571735ddd40 void 0.000209
+gallium_dri.so malloc 72 0x5571735ddd40 0.000123
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735ddd40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddd40 0.000139
+gallium_dri.so free 0x5571735ddf80 void 0.000116
+gallium_dri.so free 0x5571735ddd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf30 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000113
+gallium_dri.so free 0x5571735ddf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddff0 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735ddff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1a0 0.000124
+gallium_dri.so free 0x5571735de240 void 0.000127
+gallium_dri.so free 0x5571735de1a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de1f0 0.000118
+gallium_dri.so free 0x5571735de2c0 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de1f0 0.000130
+gallium_dri.so free 0x5571735de340 void 0.000123
+gallium_dri.so free 0x5571735de1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de340 0.000123
+gallium_dri.so free 0x5571735de400 void 0.000124
+gallium_dri.so free 0x5571735de340 void 0.000125
+gallium_dri.so malloc 72 0x5571735de340 0.000134
+gallium_dri.so free 0x5571735de500 void 0.000134
+gallium_dri.so free 0x5571735de340 void 0.000116
+gallium_dri.so malloc 72 0x5571735de4b0 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000113
+gallium_dri.so free 0x5571735de4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000115
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de640 0.000113
+gallium_dri.so free 0x5571735de6c0 void 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6c0 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so free 0x5571735de6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de6c0 0.000112
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de830 0.000113
+gallium_dri.so free 0x5571735de880 void 0.000114
+gallium_dri.so free 0x5571735de830 void 0.000115
+gallium_dri.so malloc 72 0x5571735de830 0.000118
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9c0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000205
+gallium_dri.so malloc 72 0x5571735dea40 0.000157
+gallium_dri.so free 0x5571735deb00 void 0.000153
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea40 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000121
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so malloc 72 0x5571735debb0 0.000113
+gallium_dri.so free 0x5571735dec00 void 0.000111
+gallium_dri.so free 0x5571735debb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735debb0 0.000112
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so free 0x5571735debb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735decb0 0.000114
+gallium_dri.so free 0x5571735dedc0 void 0.000110
+gallium_dri.so free 0x5571735decb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ded70 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so free 0x5571735ded70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ded70 0.000163
+gallium_dri.so free 0x5571735def00 void 0.000157
+gallium_dri.so free 0x5571735ded70 void 0.000162
+gallium_dri.so malloc 72 0x5571735ded70 0.000123
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000115
+gallium_dri.so malloc 72 0x5571735def70 0.000119
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735df090 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df090 void 0.000114
+gallium_dri.so malloc 72 0x5571735df120 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df120 void 0.000153
+gallium_dri.so malloc 72 0x5571735df170 0.000118
+gallium_dri.so free 0x5571735df240 void 0.000116
+gallium_dri.so free 0x5571735df170 void 0.000114
+gallium_dri.so malloc 72 0x5571735df240 0.000113
+gallium_dri.so free 0x5571735df300 void 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000132
+gallium_dri.so malloc 72 0x5571735df240 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000115
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so malloc 72 0x5571735df380 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so malloc 72 0x5571735df380 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000580
+gallium_dri.so free 0x5571735df380 void 0.000172
+gallium_dri.so malloc 72 0x5571735df380 0.000122
+gallium_dri.so free 0x5571735df5c0 void 0.000116
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df570 0.000116
+gallium_dri.so free 0x5571735df640 void 0.000117
+gallium_dri.so free 0x5571735df570 void 0.000115
+gallium_dri.so malloc 72 0x5571735df690 0.000116
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df690 void 0.000113
+gallium_dri.so malloc 72 0x5571735df740 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df740 void 0.000113
+gallium_dri.so malloc 72 0x5571735df740 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df740 void 0.000115
+gallium_dri.so malloc 72 0x5571735df870 0.000117
+gallium_dri.so free 0x5571735df8c0 void 0.000116
+gallium_dri.so free 0x5571735df870 void 0.000125
+gallium_dri.so malloc 72 0x5571735df870 0.000116
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df870 void 0.000112
+gallium_dri.so malloc 72 0x5571735df970 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfac0 void 0.000116
+gallium_dri.so free 0x5571735dfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000114
+gallium_dri.so free 0x5571735dfb80 void 0.000115
+gallium_dri.so free 0x5571735dfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000113
+gallium_dri.so free 0x5571735dfdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff40 0.000126
+gallium_dri.so free 0x5571735dffc0 void 0.000116
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dffc0 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffc0 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0160 0.000117
+gallium_dri.so free 0x5571735e0200 void 0.000119
+gallium_dri.so free 0x5571735e0160 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000116
+gallium_dri.so free 0x5571735e01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000116
+gallium_dri.so free 0x5571735e01b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04f0 0.000163
+gallium_dri.so free 0x5571735e0600 void 0.000116
+gallium_dri.so free 0x5571735e04f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e05b0 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e05b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06d0 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0760 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0760 void 0.000114
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e07b0 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000117
+gallium_dri.so free 0x5571735e07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0900 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0900 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0a70 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a70 0.000125
+gallium_dri.so free 0x5571735e0bc0 void 0.000117
+gallium_dri.so free 0x5571735e0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c00 0.000116
+gallium_dri.so free 0x5571735e0c80 void 0.000116
+gallium_dri.so free 0x5571735e0c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0c80 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c80 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0df0 0.000114
+gallium_dri.so free 0x5571735e0e40 void 0.000114
+gallium_dri.so free 0x5571735e0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0df0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f80 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000117
+gallium_dri.so free 0x5571735e0f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1000 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000116
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1000 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1170 0.000124
+gallium_dri.so free 0x5571735e11c0 void 0.000114
+gallium_dri.so free 0x5571735e1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1170 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000116
+gallium_dri.so free 0x5571735e1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000117
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000115
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000117
+gallium_dri.so free 0x5571735e1580 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1650 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e1650 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16e0 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e16e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e1730 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1800 0.000111
+gallium_dri.so free 0x5571735e18c0 void 0.000111
+gallium_dri.so free 0x5571735e1800 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1800 0.000116
+gallium_dri.so free 0x5571735e1940 void 0.000112
+gallium_dri.so free 0x5571735e1800 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1940 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1940 0.000111
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000121
+gallium_dri.so free 0x5571735e1940 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1b30 0.000205
+gallium_dri.so free 0x5571735e1c00 void 0.000248
+gallium_dri.so free 0x5571735e1b30 void 0.000276
+gallium_dri.so malloc 72 0x5571735e1c50 0.000273
+gallium_dri.so free 0x5571735e1cc0 void 0.000286
+gallium_dri.so free 0x5571735e1c50 void 0.000171
+gallium_dri.so malloc 72 0x5571735e1d00 0.000158
+gallium_dri.so free 0x5571735e1d80 void 0.000235
+gallium_dri.so free 0x5571735e1d00 void 0.000282
+gallium_dri.so malloc 72 0x5571735e1d00 0.000271
+gallium_dri.so free 0x5571735e1e00 void 0.000292
+gallium_dri.so free 0x5571735e1d00 void 0.000279
+gallium_dri.so malloc 72 0x5571735e1e30 0.000286
+gallium_dri.so free 0x5571735e1e80 void 0.000286
+gallium_dri.so free 0x5571735e1e30 void 0.000281
+gallium_dri.so malloc 72 0x5571735e1e30 0.000278
+gallium_dri.so free 0x5571735e1f80 void 0.000287
+gallium_dri.so free 0x5571735e1e30 void 0.000245
+gallium_dri.so malloc 72 0x5571735e1f30 0.000280
+gallium_dri.so free 0x5571735e2040 void 0.000355
+gallium_dri.so free 0x5571735e1f30 void 0.000210
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000134
+gallium_dri.so free 0x5571735e2080 void 0.000353
+gallium_dri.so free 0x5571735e1ff0 void 0.000316
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000124
+gallium_dri.so free 0x5571735e2140 void 0.000122
+gallium_dri.so free 0x5571735e1ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e21b0 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so free 0x5571735e21b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e21b0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735e21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22b0 0.000119
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2370 0.000143
+gallium_dri.so free 0x5571735e2400 void 0.000141
+gallium_dri.so free 0x5571735e2370 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2370 0.000141
+gallium_dri.so free 0x5571735e24c0 void 0.000140
+gallium_dri.so free 0x5571735e2370 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2500 0.000139
+gallium_dri.so free 0x5571735e2580 void 0.000139
+gallium_dri.so free 0x5571735e2500 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2580 0.000139
+gallium_dri.so free 0x5571735e2640 void 0.000139
+gallium_dri.so free 0x5571735e2580 void 0.000142
+gallium_dri.so malloc 72 0x5571735e2580 0.000138
+gallium_dri.so free 0x5571735e2700 void 0.000145
+gallium_dri.so free 0x5571735e2580 void 0.000147
+gallium_dri.so malloc 72 0x5571735e2720 0.000141
+gallium_dri.so free 0x5571735e27c0 void 0.000140
+gallium_dri.so free 0x5571735e2720 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2770 0.000138
+gallium_dri.so free 0x5571735e2840 void 0.000139
+gallium_dri.so free 0x5571735e2770 void 0.000140
+gallium_dri.so malloc 72 0x5571735e2770 0.000140
+gallium_dri.so free 0x5571735e28c0 void 0.000149
+gallium_dri.so free 0x5571735e2770 void 0.000140
+gallium_dri.so malloc 72 0x5571735e28c0 0.000140
+gallium_dri.so free 0x5571735e2980 void 0.000140
+gallium_dri.so free 0x5571735e28c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e28c0 0.000139
+gallium_dri.so free 0x5571735e2a40 void 0.000139
+gallium_dri.so free 0x5571735e28c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e28c0 0.000144
+gallium_dri.so free 0x5571735e2b00 void 0.000146
+gallium_dri.so free 0x5571735e28c0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000141
+gallium_dri.so free 0x5571735e2bc0 void 0.000140
+gallium_dri.so free 0x5571735e2ab0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2b70 0.000145
+gallium_dri.so free 0x5571735e2c40 void 0.000141
+gallium_dri.so free 0x5571735e2b70 void 0.000146
+gallium_dri.so malloc 72 0x5571735e2c90 0.000146
+gallium_dri.so free 0x5571735e2d00 void 0.000141
+gallium_dri.so free 0x5571735e2c90 void 0.000143
+gallium_dri.so malloc 72 0x5571735e2d20 0.000145
+gallium_dri.so free 0x5571735e2dc0 void 0.000147
+gallium_dri.so free 0x5571735e2d20 void 0.000159
+gallium_dri.so malloc 72 0x5571735e2d70 0.000147
+gallium_dri.so free 0x5571735e2e40 void 0.000146
+gallium_dri.so free 0x5571735e2d70 void 0.000140
+gallium_dri.so malloc 72 0x5571735e2d70 0.000140
+gallium_dri.so free 0x5571735e2ec0 void 0.000140
+gallium_dri.so free 0x5571735e2d70 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000145
+gallium_dri.so free 0x5571735e2f80 void 0.000145
+gallium_dri.so free 0x5571735e2ec0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000146
+gallium_dri.so free 0x5571735e3080 void 0.000141
+gallium_dri.so free 0x5571735e2ec0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e3030 0.000146
+gallium_dri.so free 0x5571735e30c0 void 0.000145
+gallium_dri.so free 0x5571735e3030 void 0.000146
+gallium_dri.so malloc 72 0x5571735e3030 0.000180
+gallium_dri.so free 0x5571735e3180 void 0.000148
+gallium_dri.so free 0x5571735e3030 void 0.000146
+gallium_dri.so malloc 72 0x5571735e31c0 0.000145
+gallium_dri.so free 0x5571735e3240 void 0.000142
+gallium_dri.so free 0x5571735e31c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735e3240 0.000145
+gallium_dri.so free 0x5571735e3300 void 0.000146
+gallium_dri.so free 0x5571735e3240 void 0.000148
+gallium_dri.so malloc 72 0x5571735e3240 0.000198
+gallium_dri.so free 0x5571735e3380 void 0.000191
+gallium_dri.so free 0x5571735e3240 void 0.000152
+gallium_dri.so malloc 72 0x5571735e33b0 0.000128
+gallium_dri.so free 0x5571735e3400 void 0.000127
+gallium_dri.so free 0x5571735e33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e33b0 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so free 0x5571735e33b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3540 0.000126
+gallium_dri.so free 0x5571735e35c0 void 0.000125
+gallium_dri.so free 0x5571735e3540 void 0.000120
+gallium_dri.so malloc 72 0x5571735e35c0 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e35c0 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3730 0.000118
+gallium_dri.so free 0x5571735e3780 void 0.000120
+gallium_dri.so free 0x5571735e3730 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3730 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000121
+gallium_dri.so free 0x5571735e3730 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588480 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000117
+gallium_dri.so malloc 72 0x557173588430 0.000118
+gallium_dri.so free 0x557173588500 void 0.000119
+gallium_dri.so free 0x557173588430 void 0.000119
+gallium_dri.so malloc 72 0x557173588430 0.000117
+gallium_dri.so free 0x5571735885c0 void 0.000119
+gallium_dri.so free 0x557173588430 void 0.000118
+gallium_dri.so malloc 72 0x557173588430 0.000118
+gallium_dri.so free 0x557173588680 void 0.000120
+gallium_dri.so free 0x557173588430 void 0.000118
+gallium_dri.so malloc 72 0x557173588630 0.000121
+gallium_dri.so free 0x557173588700 void 0.000119
+gallium_dri.so free 0x557173588630 void 0.000118
+gallium_dri.so malloc 72 0x557173588750 0.000117
+gallium_dri.so free 0x5571735887c0 void 0.000119
+gallium_dri.so free 0x557173588750 void 0.000118
+gallium_dri.so malloc 72 0x5571735887e0 0.000118
+gallium_dri.so free 0x557173588880 void 0.000119
+gallium_dri.so free 0x5571735887e0 void 0.000118
+gallium_dri.so malloc 72 0x557173588830 0.000119
+gallium_dri.so free 0x557173588900 void 0.000159
+gallium_dri.so free 0x557173588830 void 0.000120
+gallium_dri.so malloc 72 0x557173588900 0.000117
+gallium_dri.so free 0x5571735889c0 void 0.000120
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so malloc 72 0x557173588900 0.000117
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so malloc 72 0x557173588a40 0.000119
+gallium_dri.so free 0x557173588b00 void 0.000118
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so malloc 72 0x557173588a40 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so malloc 72 0x557173588a40 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so free 0x557173588a40 void 0.000117
+gallium_dri.so malloc 72 0x557173588c30 0.000119
+gallium_dri.so free 0x557173588d00 void 0.000121
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588d50 0.000117
+gallium_dri.so free 0x557173588dc0 void 0.000118
+gallium_dri.so free 0x557173588d50 void 0.000119
+gallium_dri.so malloc 72 0x557173588e00 0.000118
+gallium_dri.so free 0x557173588e80 void 0.000125
+gallium_dri.so free 0x557173588e00 void 0.000120
+gallium_dri.so malloc 72 0x557173588e00 0.000126
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so free 0x557173588e00 void 0.000119
+gallium_dri.so malloc 72 0x557173588f30 0.000118
+gallium_dri.so free 0x557173588f80 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000119
+gallium_dri.so malloc 72 0x557173588f30 0.000120
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000118
+gallium_dri.so malloc 72 0x557173589030 0.000119
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x557173589030 void 0.000118
+gallium_dri.so malloc 72 0x5571735890f0 0.000119
+gallium_dri.so free 0x557173589180 void 0.000119
+gallium_dri.so free 0x5571735890f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735890f0 0.000118
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so free 0x5571735890f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735892b0 0.000119
+gallium_dri.so free 0x557173589300 void 0.000119
+gallium_dri.so free 0x5571735892b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735892b0 0.000120
+gallium_dri.so free 0x557173589400 void 0.000130
+gallium_dri.so free 0x5571735892b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x5571735894c0 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000115
+gallium_dri.so malloc 72 0x557173589470 0.000121
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so free 0x557173589470 void 0.000114
+gallium_dri.so malloc 72 0x557173589470 0.000118
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589470 void 0.000119
+gallium_dri.so malloc 72 0x557173589600 0.000119
+gallium_dri.so free 0x557173589680 void 0.000118
+gallium_dri.so free 0x557173589600 void 0.000119
+gallium_dri.so malloc 72 0x557173589680 0.000120
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x557173589680 void 0.000117
+gallium_dri.so malloc 72 0x557173589680 0.000119
+gallium_dri.so free 0x557173589800 void 0.000118
+gallium_dri.so free 0x557173589680 void 0.000119
+gallium_dri.so malloc 72 0x557173589820 0.000119
+gallium_dri.so free 0x5571735898c0 void 0.000118
+gallium_dri.so free 0x557173589820 void 0.000119
+gallium_dri.so malloc 72 0x557173589870 0.000117
+gallium_dri.so free 0x557173589940 void 0.000115
+gallium_dri.so free 0x557173589870 void 0.000110
+gallium_dri.so malloc 72 0x557173589870 0.000112
+gallium_dri.so free 0x5571735899c0 void 0.000111
+gallium_dri.so free 0x557173589870 void 0.000110
+gallium_dri.so malloc 72 0x5571735899c0 0.000111
+gallium_dri.so free 0x557173589a80 void 0.000110
+gallium_dri.so free 0x5571735899c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735899c0 0.000116
+gallium_dri.so free 0x557173589b40 void 0.000111
+gallium_dri.so free 0x5571735899c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735899c0 0.000110
+gallium_dri.so free 0x557173589c00 void 0.000109
+gallium_dri.so free 0x5571735899c0 void 0.000110
+gallium_dri.so malloc 72 0x557173589bb0 0.000110
+gallium_dri.so free 0x557173589cc0 void 0.000110
+gallium_dri.so free 0x557173589bb0 void 0.000111
+gallium_dri.so malloc 72 0x557173589c70 0.000111
+gallium_dri.so free 0x557173589d40 void 0.000109
+gallium_dri.so free 0x557173589c70 void 0.000110
+gallium_dri.so malloc 72 0x557173589d90 0.000109
+gallium_dri.so free 0x557173589e00 void 0.000110
+gallium_dri.so free 0x557173589d90 void 0.000115
+gallium_dri.so malloc 72 0x557173589e20 0.000111
+gallium_dri.so free 0x557173589ec0 void 0.000109
+gallium_dri.so free 0x557173589e20 void 0.000110
+gallium_dri.so malloc 72 0x557173589e70 0.000110
+gallium_dri.so free 0x557173589f40 void 0.000111
+gallium_dri.so free 0x557173589e70 void 0.000117
+gallium_dri.so malloc 72 0x557173589e70 0.000117
+gallium_dri.so free 0x557173589fc0 void 0.000113
+gallium_dri.so free 0x557173589e70 void 0.000111
+gallium_dri.so malloc 72 0x557173589fc0 0.000110
+gallium_dri.so free 0x55717358a080 void 0.000111
+gallium_dri.so free 0x557173589fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173589fc0 0.000117
+gallium_dri.so free 0x55717358a180 void 0.000117
+gallium_dri.so free 0x557173589fc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a130 0.000113
+gallium_dri.so free 0x55717358a1c0 void 0.000110
+gallium_dri.so free 0x55717358a130 void 0.000109
+gallium_dri.so malloc 72 0x55717358a130 0.000111
+gallium_dri.so free 0x55717358a280 void 0.000110
+gallium_dri.so free 0x55717358a130 void 0.000110
+gallium_dri.so malloc 72 0x55717358a2c0 0.000111
+gallium_dri.so free 0x55717358a340 void 0.000109
+gallium_dri.so free 0x55717358a2c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a340 0.000110
+gallium_dri.so free 0x55717358a400 void 0.000110
+gallium_dri.so free 0x55717358a340 void 0.000110
+gallium_dri.so malloc 72 0x55717358a340 0.000109
+gallium_dri.so free 0x55717358a480 void 0.000112
+gallium_dri.so free 0x55717358a340 void 0.000110
+gallium_dri.so malloc 72 0x55717358a4b0 0.000109
+gallium_dri.so free 0x55717358a500 void 0.000110
+gallium_dri.so free 0x55717358a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a4b0 0.000116
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358a4b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a640 0.000113
+gallium_dri.so free 0x55717358a6c0 void 0.000112
+gallium_dri.so free 0x55717358a640 void 0.000110
+gallium_dri.so malloc 72 0x55717358a6c0 0.000174
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so free 0x55717358a6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a6c0 0.000112
+gallium_dri.so free 0x55717358a800 void 0.000111
+gallium_dri.so free 0x55717358a6c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a830 0.000111
+gallium_dri.so free 0x55717358a880 void 0.000111
+gallium_dri.so free 0x55717358a830 void 0.000110
+gallium_dri.so malloc 72 0x55717358a830 0.000110
+gallium_dri.so free 0x55717358a980 void 0.000111
+gallium_dri.so free 0x55717358a830 void 0.000110
+gallium_dri.so malloc 72 0x55717358a930 0.000111
+gallium_dri.so free 0x55717358aa40 void 0.000111
+gallium_dri.so free 0x55717358a930 void 0.000109
+gallium_dri.so malloc 72 0x55717358a9f0 0.000111
+gallium_dri.so free 0x55717358aac0 void 0.000113
+gallium_dri.so free 0x55717358a9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a9f0 0.000112
+gallium_dri.so free 0x55717358ab80 void 0.000111
+gallium_dri.so free 0x55717358a9f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a9f0 0.000110
+gallium_dri.so free 0x55717358ac40 void 0.000116
+gallium_dri.so free 0x55717358a9f0 void 0.000155
+gallium_dri.so malloc 72 0x55717358abf0 0.000117
+gallium_dri.so free 0x55717358acc0 void 0.000112
+gallium_dri.so free 0x55717358abf0 void 0.000111
+gallium_dri.so malloc 72 0x55717358ad10 0.000111
+gallium_dri.so free 0x55717358ad80 void 0.000123
+gallium_dri.so free 0x55717358ad10 void 0.000119
+gallium_dri.so malloc 72 0x55717358ada0 0.000119
+gallium_dri.so free 0x55717358ae40 void 0.000122
+gallium_dri.so free 0x55717358ada0 void 0.000118
+gallium_dri.so malloc 72 0x55717358adf0 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so free 0x55717358adf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358aec0 0.000118
+gallium_dri.so free 0x55717358af80 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358aec0 0.000119
+gallium_dri.so free 0x55717358b000 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b000 0.000117
+gallium_dri.so free 0x55717358b0c0 void 0.000118
+gallium_dri.so free 0x55717358b000 void 0.000118
+gallium_dri.so malloc 72 0x55717358b000 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000118
+gallium_dri.so free 0x55717358b000 void 0.000119
+gallium_dri.so malloc 72 0x55717358b000 0.000118
+gallium_dri.so free 0x55717358b240 void 0.000117
+gallium_dri.so free 0x55717358b000 void 0.000115
+gallium_dri.so malloc 72 0x55717358b1f0 0.000118
+gallium_dri.so free 0x55717358b2c0 void 0.000119
+gallium_dri.so free 0x55717358b1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b310 0.000127
+gallium_dri.so free 0x55717358b380 void 0.000119
+gallium_dri.so free 0x55717358b310 void 0.000118
+gallium_dri.so malloc 72 0x55717358b3c0 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000117
+gallium_dri.so free 0x55717358b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3c0 0.000120
+gallium_dri.so free 0x55717358b4c0 void 0.000119
+gallium_dri.so free 0x55717358b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b4f0 0.000119
+gallium_dri.so free 0x55717358b540 void 0.000118
+gallium_dri.so free 0x55717358b4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4f0 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x55717358b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b5f0 0.000117
+gallium_dri.so free 0x55717358b700 void 0.000117
+gallium_dri.so free 0x55717358b5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6b0 0.000118
+gallium_dri.so free 0x55717358b740 void 0.000119
+gallium_dri.so free 0x55717358b6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6b0 0.000118
+gallium_dri.so free 0x55717358b800 void 0.000117
+gallium_dri.so free 0x55717358b6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b870 0.000117
+gallium_dri.so free 0x55717358b8c0 void 0.000117
+gallium_dri.so free 0x55717358b870 void 0.000129
+gallium_dri.so malloc 72 0x55717358b870 0.000120
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so free 0x55717358b870 void 0.000119
+gallium_dri.so malloc 72 0x55717358b970 0.000117
+gallium_dri.so free 0x55717358ba80 void 0.000117
+gallium_dri.so free 0x55717358b970 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba30 0.000118
+gallium_dri.so free 0x55717358bac0 void 0.000117
+gallium_dri.so free 0x55717358ba30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba30 0.000118
+gallium_dri.so free 0x55717358bb80 void 0.000118
+gallium_dri.so free 0x55717358ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717358bbc0 0.000118
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358bbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bc40 0.000118
+gallium_dri.so free 0x55717358bd00 void 0.000117
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so malloc 72 0x55717358bc40 0.000116
+gallium_dri.so free 0x55717358bdc0 void 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000122
+gallium_dri.so malloc 72 0x55717358bde0 0.000119
+gallium_dri.so free 0x55717358be80 void 0.000118
+gallium_dri.so free 0x55717358bde0 void 0.000119
+gallium_dri.so malloc 72 0x55717358be30 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358be30 void 0.000124
+gallium_dri.so malloc 72 0x55717358be30 0.000120
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so free 0x55717358be30 void 0.000117
+gallium_dri.so malloc 72 0x55717358bf80 0.000118
+gallium_dri.so free 0x55717358c040 void 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so malloc 72 0x55717358bf80 0.000117
+gallium_dri.so free 0x55717358c100 void 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf80 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so malloc 72 0x55717358c170 0.000118
+gallium_dri.so free 0x55717358c280 void 0.000117
+gallium_dri.so free 0x55717358c170 void 0.000119
+gallium_dri.so malloc 72 0x55717358c230 0.000119
+gallium_dri.so free 0x55717358c300 void 0.000118
+gallium_dri.so free 0x55717358c230 void 0.000119
+gallium_dri.so malloc 72 0x55717358c350 0.000118
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so free 0x55717358c350 void 0.000119
+gallium_dri.so malloc 72 0x55717358c3e0 0.000148
+gallium_dri.so free 0x55717358c480 void 0.000123
+gallium_dri.so free 0x55717358c3e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c430 0.000119
+gallium_dri.so free 0x55717358c500 void 0.000120
+gallium_dri.so free 0x55717358c430 void 0.000117
+gallium_dri.so malloc 72 0x55717358c430 0.000121
+gallium_dri.so free 0x55717358c580 void 0.000117
+gallium_dri.so free 0x55717358c430 void 0.000118
+gallium_dri.so malloc 72 0x55717358c580 0.000118
+gallium_dri.so free 0x55717358c640 void 0.000118
+gallium_dri.so free 0x55717358c580 void 0.000118
+gallium_dri.so malloc 72 0x55717358c580 0.000118
+gallium_dri.so free 0x55717358c740 void 0.000118
+gallium_dri.so free 0x55717358c580 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6f0 0.000118
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c6f0 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000117
+gallium_dri.so free 0x55717358c6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c880 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000118
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so malloc 72 0x55717358c900 0.000117
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000119
+gallium_dri.so malloc 72 0x55717358c900 0.000119
+gallium_dri.so free 0x55717358ca40 void 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000116
+gallium_dri.so malloc 72 0x55717358ca70 0.000128
+gallium_dri.so free 0x55717358cac0 void 0.000118
+gallium_dri.so free 0x55717358ca70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ca70 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so free 0x55717358ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717358cc00 0.000117
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cc00 void 0.000119
+gallium_dri.so malloc 72 0x55717358cc80 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000119
+gallium_dri.so free 0x55717358cc80 void 0.000122
+gallium_dri.so malloc 72 0x55717358cc80 0.000119
+gallium_dri.so free 0x55717358cdc0 void 0.000117
+gallium_dri.so free 0x55717358cc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358cdf0 0.000118
+gallium_dri.so free 0x55717358ce40 void 0.000119
+gallium_dri.so free 0x55717358cdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cdf0 0.000119
+gallium_dri.so free 0x55717358cf40 void 0.000117
+gallium_dri.so free 0x55717358cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cef0 0.000117
+gallium_dri.so free 0x55717358d000 void 0.000119
+gallium_dri.so free 0x55717358cef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cfb0 0.000119
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so free 0x55717358cfb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cfb0 0.000120
+gallium_dri.so free 0x55717358d140 void 0.000119
+gallium_dri.so free 0x55717358cfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cfb0 0.000118
+gallium_dri.so free 0x55717358d200 void 0.000119
+gallium_dri.so free 0x55717358cfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d1b0 0.000118
+gallium_dri.so free 0x55717358d280 void 0.000120
+gallium_dri.so free 0x55717358d1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d2d0 0.000122
+gallium_dri.so free 0x55717358d340 void 0.000117
+gallium_dri.so free 0x55717358d2d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d360 0.000117
+gallium_dri.so free 0x55717358d400 void 0.000118
+gallium_dri.so free 0x55717358d360 void 0.000117
+gallium_dri.so malloc 72 0x55717358d3b0 0.000117
+gallium_dri.so free 0x55717358d480 void 0.000119
+gallium_dri.so free 0x55717358d3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d480 0.000118
+gallium_dri.so free 0x55717358d540 void 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000120
+gallium_dri.so malloc 72 0x55717358d480 0.000118
+gallium_dri.so free 0x55717358d5c0 void 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000117
+gallium_dri.so malloc 72 0x55717358d5c0 0.000118
+gallium_dri.so free 0x55717358d680 void 0.000119
+gallium_dri.so free 0x55717358d5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d5c0 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000118
+gallium_dri.so free 0x55717358d5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d5c0 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so free 0x55717358d5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7b0 0.000118
+gallium_dri.so free 0x55717358d880 void 0.000117
+gallium_dri.so free 0x55717358d7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d8d0 0.000118
+gallium_dri.so free 0x55717358d940 void 0.000118
+gallium_dri.so free 0x55717358d8d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d980 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000117
+gallium_dri.so free 0x55717358d980 void 0.000118
+gallium_dri.so malloc 72 0x55717358d980 0.000119
+gallium_dri.so free 0x55717358da80 void 0.000118
+gallium_dri.so free 0x55717358d980 void 0.000118
+gallium_dri.so malloc 72 0x55717358dab0 0.000117
+gallium_dri.so free 0x55717358db00 void 0.000119
+gallium_dri.so free 0x55717358dab0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dab0 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000141
+gallium_dri.so free 0x55717358dab0 void 0.000122
+gallium_dri.so malloc 72 0x55717358dbb0 0.000121
+gallium_dri.so free 0x55717358dcc0 void 0.000133
+gallium_dri.so free 0x55717358dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000118
+gallium_dri.so free 0x55717358dd00 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc70 0.000119
+gallium_dri.so free 0x55717358ddc0 void 0.000119
+gallium_dri.so free 0x55717358dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717358de30 0.000118
+gallium_dri.so free 0x55717358de80 void 0.000118
+gallium_dri.so free 0x55717358de30 void 0.000118
+gallium_dri.so malloc 72 0x55717358de30 0.000119
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358de30 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000119
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000117
+gallium_dri.so free 0x55717358e080 void 0.000118
+gallium_dri.so free 0x55717358dff0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dff0 0.000119
+gallium_dri.so free 0x55717358e140 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e180 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x55717358e180 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000164
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000118
+gallium_dri.so free 0x55717358e380 void 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3a0 0.000118
+gallium_dri.so free 0x55717358e440 void 0.000118
+gallium_dri.so free 0x55717358e3a0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e3f0 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3f0 0.000117
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e540 0.000117
+gallium_dri.so free 0x55717358e600 void 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000121
+gallium_dri.so malloc 72 0x55717358e540 0.000119
+gallium_dri.so free 0x55717358e6c0 void 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so malloc 72 0x55717358e540 0.000118
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so malloc 72 0x55717358e730 0.000118
+gallium_dri.so free 0x55717358e840 void 0.000119
+gallium_dri.so free 0x55717358e730 void 0.000125
+gallium_dri.so malloc 72 0x55717358e7f0 0.000120
+gallium_dri.so free 0x55717358e8c0 void 0.000119
+gallium_dri.so free 0x55717358e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e910 0.000119
+gallium_dri.so free 0x55717358e980 void 0.000119
+gallium_dri.so free 0x55717358e910 void 0.000119
+gallium_dri.so malloc 72 0x55717358e9a0 0.000118
+gallium_dri.so free 0x55717358ea40 void 0.000117
+gallium_dri.so free 0x55717358e9a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e9f0 0.000118
+gallium_dri.so free 0x55717358eac0 void 0.000118
+gallium_dri.so free 0x55717358e9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e9f0 0.000118
+gallium_dri.so free 0x55717358eb40 void 0.000118
+gallium_dri.so free 0x55717358e9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358eb40 0.000120
+gallium_dri.so free 0x55717358ec00 void 0.000124
+gallium_dri.so free 0x55717358eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb40 0.000119
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so free 0x55717358eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ecb0 0.000118
+gallium_dri.so free 0x55717358ed40 void 0.000118
+gallium_dri.so free 0x55717358ecb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ecb0 0.000117
+gallium_dri.so free 0x55717358ee00 void 0.000117
+gallium_dri.so free 0x55717358ecb0 void 0.000109
+gallium_dri.so malloc 72 0x55717358ee40 0.000119
+gallium_dri.so free 0x55717358eec0 void 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so malloc 72 0x55717358eec0 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358eec0 0.000118
+gallium_dri.so free 0x55717358f000 void 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f030 0.000118
+gallium_dri.so free 0x55717358f080 void 0.000118
+gallium_dri.so free 0x55717358f030 void 0.000117
+gallium_dri.so malloc 72 0x55717358f030 0.000118
+gallium_dri.so free 0x55717358f180 void 0.000118
+gallium_dri.so free 0x55717358f030 void 0.000115
+gallium_dri.so malloc 72 0x55717358f1c0 0.000117
+gallium_dri.so free 0x55717358f240 void 0.000117
+gallium_dri.so free 0x55717358f1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f240 0.000118
+gallium_dri.so free 0x55717358f300 void 0.000119
+gallium_dri.so free 0x55717358f240 void 0.000118
+gallium_dri.so malloc 72 0x55717358f240 0.000119
+gallium_dri.so free 0x55717358f380 void 0.000118
+gallium_dri.so free 0x55717358f240 void 0.000140
+gallium_dri.so malloc 72 0x55717358f3b0 0.000124
+gallium_dri.so free 0x55717358f400 void 0.000168
+gallium_dri.so free 0x55717358f3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f3b0 0.000112
+gallium_dri.so free 0x55717358f500 void 0.000112
+gallium_dri.so free 0x55717358f3b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f4b0 0.000112
+gallium_dri.so free 0x55717358f5c0 void 0.000111
+gallium_dri.so free 0x55717358f4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f570 0.000110
+gallium_dri.so free 0x55717358f640 void 0.000111
+gallium_dri.so free 0x55717358f570 void 0.000109
+gallium_dri.so malloc 72 0x55717358f570 0.000111
+gallium_dri.so free 0x55717358f700 void 0.000110
+gallium_dri.so free 0x55717358f570 void 0.000111
+gallium_dri.so malloc 72 0x55717358f570 0.000110
+gallium_dri.so free 0x55717358f7c0 void 0.000110
+gallium_dri.so free 0x55717358f570 void 0.000111
+gallium_dri.so malloc 72 0x55717358f770 0.000110
+gallium_dri.so free 0x55717358f840 void 0.000111
+gallium_dri.so free 0x55717358f770 void 0.000111
+gallium_dri.so malloc 72 0x55717358f890 0.000110
+gallium_dri.so free 0x55717358f900 void 0.000118
+gallium_dri.so free 0x55717358f890 void 0.000120
+gallium_dri.so malloc 72 0x55717358f920 0.000116
+gallium_dri.so free 0x55717358f9c0 void 0.000113
+gallium_dri.so free 0x55717358f920 void 0.000111
+gallium_dri.so malloc 72 0x55717358f970 0.000110
+gallium_dri.so free 0x55717358fa40 void 0.000151
+gallium_dri.so free 0x55717358f970 void 0.000128
+gallium_dri.so malloc 72 0x55717358fa40 0.000124
+gallium_dri.so free 0x55717358fb00 void 0.000121
+gallium_dri.so free 0x55717358fa40 void 0.000123
+gallium_dri.so malloc 72 0x55717358fa40 0.000125
+gallium_dri.so free 0x55717358fb80 void 0.000130
+gallium_dri.so free 0x55717358fa40 void 0.000121
+gallium_dri.so malloc 72 0x55717358fb80 0.000119
+gallium_dri.so free 0x55717358fc40 void 0.000123
+gallium_dri.so free 0x55717358fb80 void 0.000121
+gallium_dri.so malloc 72 0x55717358fb80 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so free 0x55717358fb80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fb80 0.000125
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fb80 void 0.000118
+gallium_dri.so malloc 72 0x55717358fd70 0.000119
+gallium_dri.so free 0x55717358fe40 void 0.000123
+gallium_dri.so free 0x55717358fd70 void 0.000125
+gallium_dri.so malloc 72 0x55717358fe90 0.000125
+gallium_dri.so free 0x55717358ff00 void 0.000125
+gallium_dri.so free 0x55717358fe90 void 0.000119
+gallium_dri.so malloc 72 0x55717358ff40 0.000128
+gallium_dri.so free 0x55717358ffc0 void 0.000123
+gallium_dri.so free 0x55717358ff40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ff40 0.000118
+gallium_dri.so free 0x557173590040 void 0.000122
+gallium_dri.so free 0x55717358ff40 void 0.000124
+gallium_dri.so malloc 72 0x557173590070 0.000120
+gallium_dri.so free 0x5571735900c0 void 0.000123
+gallium_dri.so free 0x557173590070 void 0.000125
+gallium_dri.so malloc 72 0x557173590070 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x557173590070 void 0.000122
+gallium_dri.so malloc 72 0x557173590170 0.000124
+gallium_dri.so free 0x557173590280 void 0.000125
+gallium_dri.so free 0x557173590170 void 0.000125
+gallium_dri.so malloc 72 0x557173590230 0.000120
+gallium_dri.so free 0x5571735902c0 void 0.000118
+gallium_dri.so free 0x557173590230 void 0.000122
+gallium_dri.so malloc 72 0x557173590230 0.000123
+gallium_dri.so free 0x557173590380 void 0.000125
+gallium_dri.so free 0x557173590230 void 0.000120
+gallium_dri.so malloc 72 0x5571735903f0 0.000124
+gallium_dri.so free 0x557173590440 void 0.000125
+gallium_dri.so free 0x5571735903f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735903f0 0.000127
+gallium_dri.so free 0x557173590540 void 0.000125
+gallium_dri.so free 0x5571735903f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735904f0 0.000118
+gallium_dri.so free 0x557173590600 void 0.000123
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735905b0 0.000122
+gallium_dri.so free 0x557173590640 void 0.000128
+gallium_dri.so free 0x5571735905b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735905b0 0.000123
+gallium_dri.so free 0x557173590700 void 0.000119
+gallium_dri.so free 0x5571735905b0 void 0.000118
+gallium_dri.so malloc 72 0x557173590740 0.000118
+gallium_dri.so free 0x5571735907c0 void 0.000124
+gallium_dri.so free 0x557173590740 void 0.000124
+gallium_dri.so malloc 72 0x5571735907c0 0.000119
+gallium_dri.so free 0x557173590880 void 0.000118
+gallium_dri.so free 0x5571735907c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735907c0 0.000122
+gallium_dri.so free 0x557173590940 void 0.000134
+gallium_dri.so free 0x5571735907c0 void 0.000132
+gallium_dri.so malloc 72 0x557173590960 0.000160
+gallium_dri.so free 0x557173590a00 void 0.000129
+gallium_dri.so free 0x557173590960 void 0.000129
+gallium_dri.so malloc 72 0x5571735909b0 0.000130
+gallium_dri.so free 0x557173590a80 void 0.000125
+gallium_dri.so free 0x5571735909b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735909b0 0.000130
+gallium_dri.so free 0x557173590b00 void 0.000127
+gallium_dri.so free 0x5571735909b0 void 0.000128
+gallium_dri.so malloc 72 0x557173590b00 0.000131
+gallium_dri.so free 0x557173590bc0 void 0.000130
+gallium_dri.so free 0x557173590b00 void 0.000130
+gallium_dri.so malloc 72 0x557173590b00 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so free 0x557173590b00 void 0.000131
+gallium_dri.so malloc 72 0x557173590b00 0.000130
+gallium_dri.so free 0x557173590d40 void 0.000126
+gallium_dri.so free 0x557173590b00 void 0.000123
+gallium_dri.so malloc 72 0x557173590cf0 0.000129
+gallium_dri.so free 0x557173590e00 void 0.000131
+gallium_dri.so free 0x557173590cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173590db0 0.000134
+gallium_dri.so free 0x557173590e80 void 0.000133
+gallium_dri.so free 0x557173590db0 void 0.000130
+gallium_dri.so malloc 72 0x557173590ed0 0.000130
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so free 0x557173590ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173590f60 0.000130
+gallium_dri.so free 0x557173591000 void 0.000131
+gallium_dri.so free 0x557173590f60 void 0.000130
+gallium_dri.so malloc 72 0x557173590fb0 0.000131
+gallium_dri.so free 0x557173591080 void 0.000130
+gallium_dri.so free 0x557173590fb0 void 0.000129
+gallium_dri.so malloc 72 0x557173590fb0 0.000130
+gallium_dri.so free 0x557173591100 void 0.000125
+gallium_dri.so free 0x557173590fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173591100 0.000124
+gallium_dri.so free 0x5571735911c0 void 0.000130
+gallium_dri.so free 0x557173591100 void 0.000126
+gallium_dri.so malloc 72 0x557173591100 0.000130
+gallium_dri.so free 0x5571735912c0 void 0.000130
+gallium_dri.so free 0x557173591100 void 0.000170
+gallium_dri.so malloc 72 0x557173591270 0.000132
+gallium_dri.so free 0x557173591300 void 0.000130
+gallium_dri.so free 0x557173591270 void 0.000131
+gallium_dri.so malloc 72 0x557173591270 0.000125
+gallium_dri.so free 0x5571735913c0 void 0.000130
+gallium_dri.so free 0x557173591270 void 0.000130
+gallium_dri.so malloc 72 0x557173591400 0.000129
+gallium_dri.so free 0x557173591480 void 0.000130
+gallium_dri.so free 0x557173591400 void 0.000131
+gallium_dri.so malloc 72 0x557173591480 0.000131
+gallium_dri.so free 0x557173591540 void 0.000131
+gallium_dri.so free 0x557173591480 void 0.000130
+gallium_dri.so malloc 72 0x557173591480 0.000131
+gallium_dri.so free 0x5571735915c0 void 0.000130
+gallium_dri.so free 0x557173591480 void 0.000131
+gallium_dri.so malloc 72 0x5571735915f0 0.000130
+gallium_dri.so free 0x557173591640 void 0.000130
+gallium_dri.so free 0x5571735915f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735915f0 0.000130
+gallium_dri.so free 0x557173591740 void 0.000141
+gallium_dri.so free 0x5571735915f0 void 0.000135
+gallium_dri.so malloc 72 0x557173591780 0.000130
+gallium_dri.so free 0x557173591800 void 0.000132
+gallium_dri.so free 0x557173591780 void 0.000126
+gallium_dri.so malloc 72 0x557173591800 0.000129
+gallium_dri.so free 0x5571735918c0 void 0.000134
+gallium_dri.so free 0x557173591800 void 0.000128
+gallium_dri.so malloc 72 0x557173591800 0.000123
+gallium_dri.so free 0x557173591940 void 0.000125
+gallium_dri.so free 0x557173591800 void 0.000128
+gallium_dri.so malloc 72 0x557173591970 0.000126
+gallium_dri.so free 0x5571735919c0 void 0.000126
+gallium_dri.so free 0x557173591970 void 0.000124
+gallium_dri.so malloc 72 0x557173591970 0.000129
+gallium_dri.so free 0x557173591ac0 void 0.000126
+gallium_dri.so free 0x557173591970 void 0.000125
+gallium_dri.so malloc 72 0x557173591a70 0.000123
+gallium_dri.so free 0x557173591b80 void 0.000131
+gallium_dri.so free 0x557173591a70 void 0.000127
+gallium_dri.so malloc 72 0x557173591b30 0.000130
+gallium_dri.so free 0x557173591c00 void 0.000130
+gallium_dri.so free 0x557173591b30 void 0.000172
+gallium_dri.so malloc 72 0x557173591b30 0.000133
+gallium_dri.so free 0x557173591cc0 void 0.000132
+gallium_dri.so free 0x557173591b30 void 0.000129
+gallium_dri.so malloc 72 0x557173591b30 0.000131
+gallium_dri.so free 0x557173591d80 void 0.000126
+gallium_dri.so free 0x557173591b30 void 0.000125
+gallium_dri.so malloc 72 0x557173591d30 0.000131
+gallium_dri.so free 0x557173591e00 void 0.000130
+gallium_dri.so free 0x557173591d30 void 0.000130
+gallium_dri.so malloc 72 0x557173591e50 0.000131
+gallium_dri.so free 0x557173591ec0 void 0.000131
+gallium_dri.so free 0x557173591e50 void 0.000127
+gallium_dri.so malloc 72 0x557173591ee0 0.000128
+gallium_dri.so free 0x557173600e80 void 0.000126
+gallium_dri.so free 0x557173591ee0 void 0.000129
+gallium_dri.so malloc 72 0x557173600eb0 0.000125
+gallium_dri.so free 0x557173600f00 void 0.000125
+gallium_dri.so free 0x557173600eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173600f00 0.000134
+gallium_dri.so free 0x557173600fc0 void 0.000124
+gallium_dri.so free 0x557173600f00 void 0.000131
+gallium_dri.so malloc 72 0x557173600f00 0.000131
+gallium_dri.so free 0x5571736010c0 void 0.000132
+gallium_dri.so free 0x557173600f00 void 0.000131
+gallium_dri.so malloc 72 0x557173601070 0.000130
+gallium_dri.so free 0x557173591f80 void 0.000132
+gallium_dri.so free 0x557173601070 void 0.000126
+gallium_dri.so malloc 72 0x557173591f30 0.000130
+gallium_dri.so free 0x557173601180 void 0.000131
+gallium_dri.so free 0x557173591f30 void 0.000130
+gallium_dri.so malloc 72 0x557173601130 0.000131
+gallium_dri.so free 0x557173601200 void 0.000130
+gallium_dri.so free 0x557173601130 void 0.000131
+gallium_dri.so malloc 72 0x557173601130 0.000131
+gallium_dri.so free 0x557173601280 void 0.000130
+gallium_dri.so free 0x557173601130 void 0.000125
+gallium_dri.so malloc 72 0x557173601280 0.000125
+gallium_dri.so free 0x557173601340 void 0.000130
+gallium_dri.so free 0x557173601280 void 0.000134
+gallium_dri.so malloc 72 0x557173601280 0.000132
+gallium_dri.so free 0x557173601440 void 0.000142
+gallium_dri.so free 0x557173601280 void 0.000128
+gallium_dri.so malloc 72 0x5571736013f0 0.000129
+gallium_dri.so free 0x557173601480 void 0.000127
+gallium_dri.so free 0x5571736013f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736013f0 0.000157
+gallium_dri.so free 0x557173601540 void 0.000175
+gallium_dri.so free 0x5571736013f0 void 0.000123
+gallium_dri.so malloc 72 0x557173601580 0.000129
+gallium_dri.so free 0x557173601600 void 0.000126
+gallium_dri.so free 0x557173601580 void 0.000124
+gallium_dri.so malloc 72 0x557173601600 0.000162
+gallium_dri.so free 0x5571736016c0 void 0.000204
+gallium_dri.so free 0x557173601600 void 0.000129
+gallium_dri.so malloc 72 0x557173601600 0.000125
+gallium_dri.so free 0x557173601740 void 0.000125
+gallium_dri.so free 0x557173601600 void 0.000133
+gallium_dri.so malloc 72 0x557173601770 0.000134
+gallium_dri.so free 0x5571736017c0 void 0.000133
+gallium_dri.so free 0x557173601770 void 0.000125
+gallium_dri.so malloc 72 0x557173601770 0.000130
+gallium_dri.so free 0x5571736018c0 void 0.000132
+gallium_dri.so free 0x557173601770 void 0.000172
+gallium_dri.so malloc 72 0x557173601900 0.000168
+gallium_dri.so free 0x557173601980 void 0.000168
+gallium_dri.so free 0x557173601900 void 0.000131
+gallium_dri.so malloc 72 0x557173601980 0.000132
+gallium_dri.so free 0x557173601a40 void 0.000127
+gallium_dri.so free 0x557173601980 void 0.000124
+gallium_dri.so malloc 72 0x557173601980 0.000127
+gallium_dri.so free 0x557173601ac0 void 0.000130
+gallium_dri.so free 0x557173601980 void 0.000131
+gallium_dri.so malloc 72 0x557173601af0 0.000131
+gallium_dri.so free 0x557173601b40 void 0.000126
+gallium_dri.so free 0x557173601af0 void 0.000125
+gallium_dri.so malloc 72 0x557173601af0 0.000125
+gallium_dri.so free 0x557173601c40 void 0.000133
+gallium_dri.so free 0x557173601af0 void 0.000128
+gallium_dri.so malloc 72 0x557173601bf0 0.000124
+gallium_dri.so free 0x557173601d00 void 0.000125
+gallium_dri.so free 0x557173601bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173601cb0 0.000126
+gallium_dri.so free 0x557173601d80 void 0.000124
+gallium_dri.so free 0x557173601cb0 void 0.000139
+gallium_dri.so malloc 72 0x557173601cb0 0.000150
+gallium_dri.so free 0x557173601e40 void 0.000135
+gallium_dri.so free 0x557173601cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173601cb0 0.000131
+gallium_dri.so free 0x557173601f00 void 0.000125
+gallium_dri.so free 0x557173601cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173601eb0 0.000129
+gallium_dri.so free 0x557173601f80 void 0.000126
+gallium_dri.so free 0x557173601eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173601fd0 0.000132
+gallium_dri.so free 0x557173602040 void 0.000133
+gallium_dri.so free 0x557173601fd0 void 0.000134
+gallium_dri.so malloc 72 0x557173602060 0.000132
+gallium_dri.so free 0x557173602100 void 0.000133
+gallium_dri.so free 0x557173602060 void 0.000131
+gallium_dri.so malloc 72 0x5571736020b0 0.000133
+gallium_dri.so free 0x557173602180 void 0.000124
+gallium_dri.so free 0x5571736020b0 void 0.000129
+gallium_dri.so malloc 72 0x557173602180 0.000133
+gallium_dri.so free 0x557173602240 void 0.000143
+gallium_dri.so free 0x557173602180 void 0.000132
+gallium_dri.so malloc 72 0x557173602180 0.000132
+gallium_dri.so free 0x5571736022c0 void 0.000127
+gallium_dri.so free 0x557173602180 void 0.000126
+gallium_dri.so malloc 72 0x5571736022c0 0.000127
+gallium_dri.so free 0x557173602380 void 0.000129
+gallium_dri.so free 0x5571736022c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736022c0 0.000132
+gallium_dri.so free 0x557173602440 void 0.000131
+gallium_dri.so free 0x5571736022c0 void 0.000133
+gallium_dri.so malloc 72 0x5571736022c0 0.000131
+gallium_dri.so free 0x557173602500 void 0.000131
+gallium_dri.so free 0x5571736022c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736024b0 0.000125
+gallium_dri.so free 0x557173602580 void 0.000131
+gallium_dri.so free 0x5571736024b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736025d0 0.000131
+gallium_dri.so free 0x557173602640 void 0.000132
+gallium_dri.so free 0x5571736025d0 void 0.000131
+gallium_dri.so malloc 72 0x557173602680 0.000195
+gallium_dri.so free 0x557173602700 void 0.000133
+gallium_dri.so free 0x557173602680 void 0.000128
+gallium_dri.so malloc 72 0x557173602680 0.000124
+gallium_dri.so free 0x557173602780 void 0.000130
+gallium_dri.so free 0x557173602680 void 0.000131
+gallium_dri.so malloc 72 0x5571736027b0 0.000125
+gallium_dri.so free 0x557173602800 void 0.000125
+gallium_dri.so free 0x5571736027b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736027b0 0.000130
+gallium_dri.so free 0x557173602900 void 0.000126
+gallium_dri.so free 0x5571736027b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736028b0 0.000124
+gallium_dri.so free 0x5571736029c0 void 0.000128
+gallium_dri.so free 0x5571736028b0 void 0.000132
+gallium_dri.so malloc 72 0x557173602970 0.000130
+gallium_dri.so free 0x557173602a00 void 0.000132
+gallium_dri.so free 0x557173602970 void 0.000126
+gallium_dri.so malloc 72 0x557173602970 0.000125
+gallium_dri.so free 0x557173602ac0 void 0.000129
+gallium_dri.so free 0x557173602970 void 0.000126
+gallium_dri.so malloc 72 0x557173602b30 0.000124
+gallium_dri.so free 0x557173602b80 void 0.000126
+gallium_dri.so free 0x557173602b30 void 0.000129
+gallium_dri.so malloc 72 0x557173602b30 0.000132
+gallium_dri.so free 0x557173602c80 void 0.000133
+gallium_dri.so free 0x557173602b30 void 0.000125
+gallium_dri.so malloc 72 0x557173602c30 0.000130
+gallium_dri.so free 0x557173602d40 void 0.000131
+gallium_dri.so free 0x557173602c30 void 0.000132
+gallium_dri.so malloc 72 0x557173602cf0 0.000125
+gallium_dri.so free 0x557173602d80 void 0.000131
+gallium_dri.so free 0x557173602cf0 void 0.000124
+gallium_dri.so malloc 72 0x557173602cf0 0.000130
+gallium_dri.so free 0x557173602e40 void 0.000135
+gallium_dri.so free 0x557173602cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173602e80 0.000133
+gallium_dri.so free 0x557173602f00 void 0.000133
+gallium_dri.so free 0x557173602e80 void 0.000125
+gallium_dri.so malloc 72 0x557173602f00 0.000123
+gallium_dri.so free 0x557173602fc0 void 0.000129
+gallium_dri.so free 0x557173602f00 void 0.000130
+gallium_dri.so malloc 72 0x557173602f00 0.000124
+gallium_dri.so free 0x557173603080 void 0.000133
+gallium_dri.so free 0x557173602f00 void 0.000125
+gallium_dri.so malloc 72 0x5571736030a0 0.000164
+gallium_dri.so free 0x557173603140 void 0.000133
+gallium_dri.so free 0x5571736030a0 void 0.000132
+gallium_dri.so malloc 72 0x5571736030f0 0.000127
+gallium_dri.so free 0x5571736031c0 void 0.000129
+gallium_dri.so free 0x5571736030f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736030f0 0.000132
+gallium_dri.so free 0x557173603240 void 0.000130
+gallium_dri.so free 0x5571736030f0 void 0.000131
+gallium_dri.so malloc 72 0x557173603240 0.000132
+gallium_dri.so free 0x557173603300 void 0.000126
+gallium_dri.so free 0x557173603240 void 0.000129
+gallium_dri.so malloc 72 0x557173603240 0.000131
+gallium_dri.so free 0x5571736033c0 void 0.000133
+gallium_dri.so free 0x557173603240 void 0.000127
+gallium_dri.so malloc 72 0x557173603240 0.000130
+gallium_dri.so free 0x557173603480 void 0.000131
+gallium_dri.so free 0x557173603240 void 0.000132
+gallium_dri.so malloc 72 0x557173603430 0.000130
+gallium_dri.so free 0x557173603540 void 0.000162
+gallium_dri.so free 0x557173603430 void 0.000164
+gallium_dri.so malloc 72 0x5571736034f0 0.000149
+gallium_dri.so free 0x5571736035c0 void 0.000131
+gallium_dri.so free 0x5571736034f0 void 0.000132
+gallium_dri.so malloc 72 0x557173603610 0.000127
+gallium_dri.so free 0x557173603680 void 0.000130
+gallium_dri.so free 0x557173603610 void 0.000132
+gallium_dri.so malloc 72 0x5571736036a0 0.000130
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so free 0x5571736036a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736036f0 0.000127
+gallium_dri.so free 0x5571736037c0 void 0.000130
+gallium_dri.so free 0x5571736036f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736036f0 0.000131
+gallium_dri.so free 0x557173603840 void 0.000127
+gallium_dri.so free 0x5571736036f0 void 0.000129
+gallium_dri.so malloc 72 0x557173603840 0.000180
+gallium_dri.so free 0x557173603900 void 0.000135
+gallium_dri.so free 0x557173603840 void 0.000161
+gallium_dri.so malloc 72 0x557173603840 0.000148
+gallium_dri.so free 0x557173603a00 void 0.000146
+gallium_dri.so free 0x557173603840 void 0.000140
+gallium_dri.so malloc 72 0x5571736039b0 0.000141
+gallium_dri.so free 0x557173603a40 void 0.000156
+gallium_dri.so free 0x5571736039b0 void 0.000150
+gallium_dri.so malloc 72 0x5571736039b0 0.000147
+gallium_dri.so free 0x557173603b00 void 0.000146
+gallium_dri.so free 0x5571736039b0 void 0.000148
+gallium_dri.so malloc 72 0x557173603b40 0.000147
+gallium_dri.so free 0x557173603bc0 void 0.000146
+gallium_dri.so free 0x557173603b40 void 0.000147
+gallium_dri.so malloc 72 0x557173603bc0 0.000148
+gallium_dri.so free 0x557173603c80 void 0.000145
+gallium_dri.so free 0x557173603bc0 void 0.000146
+gallium_dri.so malloc 72 0x557173603bc0 0.000147
+gallium_dri.so free 0x557173603d00 void 0.000147
+gallium_dri.so free 0x557173603bc0 void 0.000148
+gallium_dri.so malloc 72 0x557173603d30 0.000142
+gallium_dri.so free 0x557173603d80 void 0.000145
+gallium_dri.so free 0x557173603d30 void 0.000147
+gallium_dri.so malloc 72 0x557173603d30 0.000146
+gallium_dri.so free 0x557173603e80 void 0.000140
+gallium_dri.so free 0x557173603d30 void 0.000141
+gallium_dri.so malloc 72 0x557173603ec0 0.000145
+gallium_dri.so free 0x557173603f40 void 0.000147
+gallium_dri.so free 0x557173603ec0 void 0.000147
+gallium_dri.so malloc 72 0x557173603f40 0.000142
+gallium_dri.so free 0x557173604000 void 0.000142
+gallium_dri.so free 0x557173603f40 void 0.000145
+gallium_dri.so malloc 72 0x557173603f40 0.000147
+gallium_dri.so free 0x557173604080 void 0.000148
+gallium_dri.so free 0x557173603f40 void 0.000147
+gallium_dri.so malloc 72 0x5571736040b0 0.000148
+gallium_dri.so free 0x557173604100 void 0.000146
+gallium_dri.so free 0x5571736040b0 void 0.000174
+gallium_dri.so malloc 72 0x5571736040b0 0.000156
+gallium_dri.so free 0x557173604200 void 0.000162
+gallium_dri.so free 0x5571736040b0 void 0.000156
+gallium_dri.so malloc 72 0x5571736041b0 0.000190
+gallium_dri.so free 0x5571736042c0 void 0.000155
+gallium_dri.so free 0x5571736041b0 void 0.000155
+gallium_dri.so malloc 72 0x557173604270 0.000205
+gallium_dri.so free 0x557173604340 void 0.000133
+gallium_dri.so free 0x557173604270 void 0.000131
+gallium_dri.so malloc 72 0x557173604270 0.000127
+gallium_dri.so free 0x557173604400 void 0.000125
+gallium_dri.so free 0x557173604270 void 0.000130
+gallium_dri.so malloc 72 0x557173604270 0.000126
+gallium_dri.so free 0x5571736044c0 void 0.000124
+gallium_dri.so free 0x557173604270 void 0.000140
+gallium_dri.so malloc 72 0x557173604470 0.000130
+gallium_dri.so free 0x557173604540 void 0.000132
+gallium_dri.so free 0x557173604470 void 0.000130
+gallium_dri.so malloc 72 0x557173604590 0.000136
+gallium_dri.so free 0x557173604600 void 0.000127
+gallium_dri.so free 0x557173604590 void 0.000130
+gallium_dri.so malloc 72 0x557173604620 0.000131
+gallium_dri.so free 0x5571736046c0 void 0.000132
+gallium_dri.so free 0x557173604620 void 0.000127
+gallium_dri.so malloc 72 0x557173604670 0.000124
+gallium_dri.so free 0x557173604740 void 0.000131
+gallium_dri.so free 0x557173604670 void 0.000130
+gallium_dri.so malloc 72 0x557173604740 0.000132
+gallium_dri.so free 0x557173604800 void 0.000132
+gallium_dri.so free 0x557173604740 void 0.000130
+gallium_dri.so malloc 72 0x557173604740 0.000126
+gallium_dri.so free 0x557173604880 void 0.000124
+gallium_dri.so free 0x557173604740 void 0.000128
+gallium_dri.so malloc 72 0x557173604880 0.000132
+gallium_dri.so free 0x557173604940 void 0.000132
+gallium_dri.so free 0x557173604880 void 0.000131
+gallium_dri.so malloc 72 0x557173604880 0.000128
+gallium_dri.so free 0x557173604a00 void 0.000124
+gallium_dri.so free 0x557173604880 void 0.000129
+gallium_dri.so malloc 72 0x557173604880 0.000133
+gallium_dri.so free 0x557173604ac0 void 0.000131
+gallium_dri.so free 0x557173604880 void 0.000131
+gallium_dri.so malloc 72 0x557173604a70 0.000133
+gallium_dri.so free 0x557173604b40 void 0.000130
+gallium_dri.so free 0x557173604a70 void 0.000169
+gallium_dri.so malloc 72 0x557173604b90 0.000127
+gallium_dri.so free 0x557173604c00 void 0.000130
+gallium_dri.so free 0x557173604b90 void 0.000133
+gallium_dri.so malloc 72 0x557173604c40 0.000132
+gallium_dri.so free 0x557173604cc0 void 0.000168
+gallium_dri.so free 0x557173604c40 void 0.000169
+gallium_dri.so malloc 72 0x557173604c40 0.000131
+gallium_dri.so free 0x557173604d40 void 0.000126
+gallium_dri.so free 0x557173604c40 void 0.000126
+gallium_dri.so malloc 72 0x557173604d70 0.000130
+gallium_dri.so free 0x557173604dc0 void 0.000127
+gallium_dri.so free 0x557173604d70 void 0.000129
+gallium_dri.so malloc 72 0x557173604d70 0.000163
+gallium_dri.so free 0x557173604ec0 void 0.000144
+gallium_dri.so free 0x557173604d70 void 0.000149
+gallium_dri.so malloc 72 0x557173604e70 0.000133
+gallium_dri.so free 0x557173604f80 void 0.000129
+gallium_dri.so free 0x557173604e70 void 0.000130
+gallium_dri.so malloc 72 0x557173604f30 0.000131
+gallium_dri.so free 0x557173604fc0 void 0.000134
+gallium_dri.so free 0x557173604f30 void 0.000133
+gallium_dri.so malloc 72 0x557173604f30 0.000131
+gallium_dri.so free 0x557173605080 void 0.000131
+gallium_dri.so free 0x557173604f30 void 0.000130
+gallium_dri.so malloc 72 0x5571736050f0 0.000131
+gallium_dri.so free 0x557173605140 void 0.000127
+gallium_dri.so free 0x5571736050f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736050f0 0.000125
+gallium_dri.so free 0x557173605240 void 0.000130
+gallium_dri.so free 0x5571736050f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736051f0 0.000132
+gallium_dri.so free 0x557173605300 void 0.000132
+gallium_dri.so free 0x5571736051f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736052b0 0.000139
+gallium_dri.so free 0x557173605340 void 0.000128
+gallium_dri.so free 0x5571736052b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736052b0 0.000155
+gallium_dri.so free 0x557173605400 void 0.000138
+gallium_dri.so free 0x5571736052b0 void 0.000132
+gallium_dri.so malloc 72 0x557173605440 0.000127
+gallium_dri.so free 0x5571736054c0 void 0.000126
+gallium_dri.so free 0x557173605440 void 0.000126
+gallium_dri.so malloc 72 0x5571736054c0 0.000125
+gallium_dri.so free 0x557173605580 void 0.000125
+gallium_dri.so free 0x5571736054c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736054c0 0.000130
+gallium_dri.so free 0x557173605640 void 0.000182
+gallium_dri.so free 0x5571736054c0 void 0.000149
+gallium_dri.so malloc 72 0x557173605660 0.000149
+gallium_dri.so free 0x557173605700 void 0.000147
+gallium_dri.so free 0x557173605660 void 0.000142
+gallium_dri.so malloc 72 0x5571736056b0 0.000141
+gallium_dri.so free 0x557173605780 void 0.000144
+gallium_dri.so free 0x5571736056b0 void 0.000148
+gallium_dri.so malloc 72 0x5571736056b0 0.000182
+gallium_dri.so free 0x557173605800 void 0.000182
+gallium_dri.so free 0x5571736056b0 void 0.000185
+gallium_dri.so malloc 72 0x557173605800 0.000147
+gallium_dri.so free 0x5571736058c0 void 0.000142
+gallium_dri.so free 0x557173605800 void 0.000145
+gallium_dri.so malloc 72 0x557173605800 0.000148
+gallium_dri.so free 0x557173605980 void 0.000149
+gallium_dri.so free 0x557173605800 void 0.000146
+gallium_dri.so malloc 72 0x557173605800 0.000147
+gallium_dri.so free 0x557173605a40 void 0.000142
+gallium_dri.so free 0x557173605800 void 0.000146
+gallium_dri.so malloc 72 0x5571736059f0 0.000146
+gallium_dri.so free 0x557173605b00 void 0.000148
+gallium_dri.so free 0x5571736059f0 void 0.000146
+gallium_dri.so malloc 72 0x557173605ab0 0.000147
+gallium_dri.so free 0x557173605b80 void 0.000149
+gallium_dri.so free 0x557173605ab0 void 0.000162
+gallium_dri.so malloc 72 0x557173605bd0 0.000148
+gallium_dri.so free 0x557173605c40 void 0.000144
+gallium_dri.so free 0x557173605bd0 void 0.000140
+gallium_dri.so malloc 72 0x557173605c60 0.000145
+gallium_dri.so free 0x557173605d00 void 0.000148
+gallium_dri.so free 0x557173605c60 void 0.000147
+gallium_dri.so malloc 72 0x557173605cb0 0.000148
+gallium_dri.so free 0x557173605d80 void 0.000148
+gallium_dri.so free 0x557173605cb0 void 0.000141
+gallium_dri.so malloc 72 0x557173605cb0 0.000140
+gallium_dri.so free 0x557173605e00 void 0.000146
+gallium_dri.so free 0x557173605cb0 void 0.000142
+gallium_dri.so malloc 72 0x557173605e00 0.000145
+gallium_dri.so free 0x557173605ec0 void 0.000148
+gallium_dri.so free 0x557173605e00 void 0.000146
+gallium_dri.so malloc 72 0x557173605e00 0.000141
+gallium_dri.so free 0x557173605fc0 void 0.000145
+gallium_dri.so free 0x557173605e00 void 0.000147
+gallium_dri.so malloc 72 0x557173605f70 0.000156
+gallium_dri.so free 0x557173606000 void 0.000147
+gallium_dri.so free 0x557173605f70 void 0.000147
+gallium_dri.so malloc 72 0x557173605f70 0.000147
+gallium_dri.so free 0x5571736060c0 void 0.000154
+gallium_dri.so free 0x557173605f70 void 0.000133
+gallium_dri.so malloc 72 0x557173606100 0.000133
+gallium_dri.so free 0x557173606180 void 0.000131
+gallium_dri.so free 0x557173606100 void 0.000131
+gallium_dri.so malloc 72 0x557173606180 0.000131
+gallium_dri.so free 0x557173606240 void 0.000131
+gallium_dri.so free 0x557173606180 void 0.000128
+gallium_dri.so malloc 72 0x557173606180 0.000125
+gallium_dri.so free 0x5571736062c0 void 0.000131
+gallium_dri.so free 0x557173606180 void 0.000132
+gallium_dri.so malloc 72 0x5571736062f0 0.000131
+gallium_dri.so free 0x557173606340 void 0.000133
+gallium_dri.so free 0x5571736062f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736062f0 0.000125
+gallium_dri.so free 0x557173606440 void 0.000130
+gallium_dri.so free 0x5571736062f0 void 0.000142
+gallium_dri.so malloc 72 0x557173606480 0.000128
+gallium_dri.so free 0x557173606500 void 0.000131
+gallium_dri.so free 0x557173606480 void 0.000126
+gallium_dri.so malloc 72 0x557173606500 0.000149
+gallium_dri.so free 0x5571736065c0 void 0.000132
+gallium_dri.so free 0x557173606500 void 0.000132
+gallium_dri.so malloc 72 0x557173606500 0.000134
+gallium_dri.so free 0x557173606640 void 0.000133
+gallium_dri.so free 0x557173606500 void 0.000127
+gallium_dri.so malloc 72 0x557173606670 0.000131
+gallium_dri.so free 0x5571736066c0 void 0.000128
+gallium_dri.so free 0x557173606670 void 0.000128
+gallium_dri.so malloc 72 0x557173606670 0.000131
+gallium_dri.so free 0x5571736067c0 void 0.000131
+gallium_dri.so free 0x557173606670 void 0.000131
+gallium_dri.so malloc 72 0x557173606770 0.000133
+gallium_dri.so free 0x557173606880 void 0.000128
+gallium_dri.so free 0x557173606770 void 0.000126
+gallium_dri.so malloc 72 0x557173606830 0.000132
+gallium_dri.so free 0x557173606900 void 0.000192
+gallium_dri.so free 0x557173606830 void 0.000135
+gallium_dri.so malloc 72 0x557173606830 0.000132
+gallium_dri.so free 0x5571736069c0 void 0.000127
+gallium_dri.so free 0x557173606830 void 0.000128
+gallium_dri.so malloc 72 0x557173606830 0.000130
+gallium_dri.so free 0x557173606a80 void 0.000131
+gallium_dri.so free 0x557173606830 void 0.000133
+gallium_dri.so malloc 72 0x557173606a30 0.000131
+gallium_dri.so free 0x557173606b00 void 0.000132
+gallium_dri.so free 0x557173606a30 void 0.000132
+gallium_dri.so malloc 72 0x557173606b50 0.000132
+gallium_dri.so free 0x557173606bc0 void 0.000127
+gallium_dri.so free 0x557173606b50 void 0.000129
+gallium_dri.so malloc 72 0x557173606be0 0.000127
+gallium_dri.so free 0x557173606c80 void 0.000124
+gallium_dri.so free 0x557173606be0 void 0.000125
+gallium_dri.so malloc 72 0x557173606c30 0.000129
+gallium_dri.so free 0x557173606d00 void 0.000127
+gallium_dri.so free 0x557173606c30 void 0.000125
+gallium_dri.so malloc 72 0x557173606d00 0.000125
+gallium_dri.so free 0x557173606dc0 void 0.000129
+gallium_dri.so free 0x557173606d00 void 0.000129
+gallium_dri.so malloc 72 0x557173606d00 0.000130
+gallium_dri.so free 0x557173606e40 void 0.000131
+gallium_dri.so free 0x557173606d00 void 0.000127
+gallium_dri.so malloc 72 0x557173606e40 0.000124
+gallium_dri.so free 0x557173606f00 void 0.000125
+gallium_dri.so free 0x557173606e40 void 0.000125
+gallium_dri.so malloc 72 0x557173606e40 0.000130
+gallium_dri.so free 0x557173606fc0 void 0.000131
+gallium_dri.so free 0x557173606e40 void 0.000127
+gallium_dri.so malloc 72 0x557173606e40 0.000126
+gallium_dri.so free 0x557173607080 void 0.000130
+gallium_dri.so free 0x557173606e40 void 0.000131
+gallium_dri.so malloc 72 0x557173607030 0.000132
+gallium_dri.so free 0x557173607100 void 0.000133
+gallium_dri.so free 0x557173607030 void 0.000132
+gallium_dri.so malloc 72 0x557173607150 0.000131
+gallium_dri.so free 0x5571736071c0 void 0.000133
+gallium_dri.so free 0x557173607150 void 0.000131
+gallium_dri.so malloc 72 0x557173607200 0.000132
+gallium_dri.so free 0x557173607280 void 0.000131
+gallium_dri.so free 0x557173607200 void 0.000134
+gallium_dri.so malloc 72 0x557173607200 0.000131
+gallium_dri.so free 0x557173607300 void 0.000126
+gallium_dri.so free 0x557173607200 void 0.000125
+gallium_dri.so malloc 72 0x557173607330 0.000129
+gallium_dri.so free 0x557173607380 void 0.000127
+gallium_dri.so free 0x557173607330 void 0.000128
+gallium_dri.so malloc 72 0x557173607330 0.000131
+gallium_dri.so free 0x557173607480 void 0.000131
+gallium_dri.so free 0x557173607330 void 0.000132
+gallium_dri.so malloc 72 0x557173607430 0.000127
+gallium_dri.so free 0x557173607540 void 0.000130
+gallium_dri.so free 0x557173607430 void 0.000133
+gallium_dri.so malloc 72 0x5571736074f0 0.000131
+gallium_dri.so free 0x557173607580 void 0.000131
+gallium_dri.so free 0x5571736074f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736074f0 0.000131
+gallium_dri.so free 0x557173607640 void 0.000126
+gallium_dri.so free 0x5571736074f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736076b0 0.000124
+gallium_dri.so free 0x557173607700 void 0.000131
+gallium_dri.so free 0x5571736076b0 void 0.000141
+gallium_dri.so malloc 72 0x5571736076b0 0.000132
+gallium_dri.so free 0x557173607800 void 0.000131
+gallium_dri.so free 0x5571736076b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736077b0 0.000133
+gallium_dri.so free 0x5571736078c0 void 0.000154
+gallium_dri.so free 0x5571736077b0 void 0.000132
+gallium_dri.so malloc 72 0x557173607870 0.000131
+gallium_dri.so free 0x557173607900 void 0.000132
+gallium_dri.so free 0x557173607870 void 0.000126
+gallium_dri.so malloc 72 0x557173607870 0.000130
+gallium_dri.so free 0x5571736079c0 void 0.000130
+gallium_dri.so free 0x557173607870 void 0.000129
+gallium_dri.so malloc 72 0x557173607a00 0.000133
+gallium_dri.so free 0x557173607a80 void 0.000132
+gallium_dri.so free 0x557173607a00 void 0.000127
+gallium_dri.so malloc 72 0x557173607a80 0.000125
+gallium_dri.so free 0x557173607b40 void 0.000130
+gallium_dri.so free 0x557173607a80 void 0.000131
+gallium_dri.so malloc 72 0x557173607a80 0.000128
+gallium_dri.so free 0x557173607c00 void 0.000125
+gallium_dri.so free 0x557173607a80 void 0.000129
+gallium_dri.so malloc 72 0x557173607c20 0.000126
+gallium_dri.so free 0x557173607cc0 void 0.000125
+gallium_dri.so free 0x557173607c20 void 0.000130
+gallium_dri.so malloc 72 0x557173607c70 0.000132
+gallium_dri.so free 0x557173607d40 void 0.000126
+gallium_dri.so free 0x557173607c70 void 0.000130
+gallium_dri.so malloc 72 0x557173607c70 0.000127
+gallium_dri.so free 0x557173607dc0 void 0.000131
+gallium_dri.so free 0x557173607c70 void 0.000131
+gallium_dri.so malloc 72 0x557173607dc0 0.000132
+gallium_dri.so free 0x557173607e80 void 0.000133
+gallium_dri.so free 0x557173607dc0 void 0.000134
+gallium_dri.so malloc 72 0x557173607dc0 0.000132
+gallium_dri.so free 0x557173607f40 void 0.000223
+gallium_dri.so free 0x557173607dc0 void 0.000226
+gallium_dri.so malloc 72 0x557173607dc0 0.000223
+gallium_dri.so free 0x557173608000 void 0.000223
+gallium_dri.so free 0x557173607dc0 void 0.000222
+gallium_dri.so malloc 72 0x557173607fb0 0.000219
+gallium_dri.so free 0x5571736080c0 void 0.000281
+gallium_dri.so free 0x557173607fb0 void 0.000274
+gallium_dri.so malloc 72 0x557173608070 0.000266
+gallium_dri.so free 0x557173608140 void 0.000281
+gallium_dri.so free 0x557173608070 void 0.000270
+gallium_dri.so malloc 72 0x557173608190 0.000268
+gallium_dri.so free 0x557173608200 void 0.000277
+gallium_dri.so free 0x557173608190 void 0.000266
+gallium_dri.so malloc 72 0x557173608220 0.000273
+gallium_dri.so free 0x5571736082c0 void 0.000267
+gallium_dri.so free 0x557173608220 void 0.000268
+gallium_dri.so malloc 72 0x557173608270 0.000279
+gallium_dri.so free 0x557173608340 void 0.000286
+gallium_dri.so free 0x557173608270 void 0.000257
+gallium_dri.so malloc 72 0x557173608270 0.000268
+gallium_dri.so free 0x5571736083c0 void 0.000265
+gallium_dri.so free 0x557173608270 void 0.000221
+gallium_dri.so malloc 72 0x5571736083c0 0.000222
+gallium_dri.so free 0x557173608480 void 0.000198
+gallium_dri.so free 0x5571736083c0 void 0.000168
+gallium_dri.so malloc 72 0x5571736083c0 0.000134
+gallium_dri.so free 0x557173608580 void 0.000131
+gallium_dri.so free 0x5571736083c0 void 0.000133
+gallium_dri.so malloc 72 0x557173608530 0.000132
+gallium_dri.so free 0x5571736085c0 void 0.000134
+gallium_dri.so free 0x557173608530 void 0.000131
+gallium_dri.so malloc 72 0x557173608530 0.000202
+gallium_dri.so free 0x557173608680 void 0.000185
+gallium_dri.so free 0x557173608530 void 0.000172
+gallium_dri.so malloc 72 0x5571736086c0 0.000167
+gallium_dri.so free 0x557173608740 void 0.000230
+gallium_dri.so free 0x5571736086c0 void 0.000450
+gallium_dri.so malloc 72 0x557173608740 0.000396
+gallium_dri.so free 0x557173608800 void 0.000311
+gallium_dri.so free 0x557173608740 void 0.000269
+gallium_dri.so malloc 72 0x557173608740 0.000284
+gallium_dri.so free 0x557173608880 void 0.000255
+gallium_dri.so free 0x557173608740 void 0.000235
+gallium_dri.so malloc 72 0x5571736088b0 0.000234
+gallium_dri.so free 0x557173608900 void 0.000209
+gallium_dri.so free 0x5571736088b0 void 0.000176
+gallium_dri.so malloc 72 0x5571736088b0 0.000209
+gallium_dri.so free 0x557173608a00 void 0.000314
+gallium_dri.so free 0x5571736088b0 void 0.000293
+gallium_dri.so malloc 72 0x557173608a40 0.000270
+gallium_dri.so free 0x557173608ac0 void 0.000290
+gallium_dri.so free 0x557173608a40 void 0.000232
+gallium_dri.so malloc 72 0x557173608ac0 0.000285
+gallium_dri.so free 0x557173608b80 void 0.000270
+gallium_dri.so free 0x557173608ac0 void 0.000237
+gallium_dri.so malloc 72 0x557173608ac0 0.000234
+gallium_dri.so free 0x557173608c00 void 0.000214
+gallium_dri.so free 0x557173608ac0 void 0.000191
+gallium_dri.so malloc 72 0x557173608c30 0.000235
+gallium_dri.so free 0x557173608c80 void 0.000233
+gallium_dri.so free 0x557173608c30 void 0.000255
+gallium_dri.so malloc 72 0x557173608c30 0.000255
+gallium_dri.so free 0x557173608d80 void 0.000190
+gallium_dri.so free 0x557173608c30 void 0.000140
+gallium_dri.so malloc 72 0x557173608d30 0.000142
+gallium_dri.so free 0x557173608e40 void 0.000144
+gallium_dri.so free 0x557173608d30 void 0.000134
+gallium_dri.so malloc 72 0x557173608df0 0.000124
+gallium_dri.so free 0x557173608ec0 void 0.000122
+gallium_dri.so free 0x557173608df0 void 0.000123
+gallium_dri.so malloc 72 0x557173608df0 0.000124
+gallium_dri.so free 0x557173608f80 void 0.000124
+gallium_dri.so free 0x557173608df0 void 0.000123
+gallium_dri.so malloc 72 0x557173608df0 0.000122
+gallium_dri.so free 0x557173609040 void 0.000122
+gallium_dri.so free 0x557173608df0 void 0.000123
+gallium_dri.so malloc 72 0x557173608ff0 0.000123
+gallium_dri.so free 0x5571736090c0 void 0.000123
+gallium_dri.so free 0x557173608ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173609110 0.000124
+gallium_dri.so free 0x557173609180 void 0.000123
+gallium_dri.so free 0x557173609110 void 0.000126
+gallium_dri.so malloc 72 0x5571736091a0 0.000137
+gallium_dri.so free 0x557173609240 void 0.000138
+gallium_dri.so free 0x5571736091a0 void 0.000134
+gallium_dri.so malloc 72 0x5571736091f0 0.000136
+gallium_dri.so free 0x5571736092c0 void 0.000131
+gallium_dri.so free 0x5571736091f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736092c0 0.000134
+gallium_dri.so free 0x557173609380 void 0.000131
+gallium_dri.so free 0x5571736092c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736092c0 0.000131
+gallium_dri.so free 0x557173609400 void 0.000131
+gallium_dri.so free 0x5571736092c0 void 0.000131
+gallium_dri.so malloc 72 0x557173609400 0.000131
+gallium_dri.so free 0x5571736094c0 void 0.000132
+gallium_dri.so free 0x557173609400 void 0.000133
+gallium_dri.so malloc 72 0x557173609400 0.000131
+gallium_dri.so free 0x557173609580 void 0.000132
+gallium_dri.so free 0x557173609400 void 0.000132
+gallium_dri.so malloc 72 0x557173609400 0.000135
+gallium_dri.so free 0x557173609640 void 0.000133
+gallium_dri.so free 0x557173609400 void 0.000131
+gallium_dri.so malloc 72 0x5571736095f0 0.000131
+gallium_dri.so free 0x5571736096c0 void 0.000131
+gallium_dri.so free 0x5571736095f0 void 0.000132
+gallium_dri.so malloc 72 0x557173609710 0.000142
+gallium_dri.so free 0x557173609780 void 0.000135
+gallium_dri.so free 0x557173609710 void 0.000134
+gallium_dri.so malloc 72 0x5571736097c0 0.000132
+gallium_dri.so free 0x557173609840 void 0.000131
+gallium_dri.so free 0x5571736097c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736097c0 0.000131
+gallium_dri.so free 0x5571736098c0 void 0.000168
+gallium_dri.so free 0x5571736097c0 void 0.000136
+gallium_dri.so malloc 72 0x5571736098f0 0.000134
+gallium_dri.so free 0x557173609940 void 0.000132
+gallium_dri.so free 0x5571736098f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736098f0 0.000131
+gallium_dri.so free 0x557173609a40 void 0.000132
+gallium_dri.so free 0x5571736098f0 void 0.000151
+gallium_dri.so malloc 72 0x5571736099f0 0.000150
+gallium_dri.so free 0x557173609b00 void 0.000150
+gallium_dri.so free 0x5571736099f0 void 0.000151
+gallium_dri.so malloc 72 0x557173609ab0 0.000153
+gallium_dri.so free 0x557173609b40 void 0.000155
+gallium_dri.so free 0x557173609ab0 void 0.000163
+gallium_dri.so malloc 72 0x557173609ab0 0.000153
+gallium_dri.so free 0x557173609c00 void 0.000158
+gallium_dri.so free 0x557173609ab0 void 0.000153
+gallium_dri.so malloc 72 0x557173609c70 0.000150
+gallium_dri.so free 0x557173609cc0 void 0.000160
+gallium_dri.so free 0x557173609c70 void 0.000123
+gallium_dri.so malloc 72 0x557173609c70 0.000111
+gallium_dri.so free 0x557173609dc0 void 0.000111
+gallium_dri.so free 0x557173609c70 void 0.000111
+gallium_dri.so malloc 72 0x557173609d70 0.000111
+gallium_dri.so free 0x557173609e80 void 0.000112
+gallium_dri.so free 0x557173609d70 void 0.000113
+gallium_dri.so malloc 72 0x557173609e30 0.000112
+gallium_dri.so free 0x557173609ec0 void 0.000112
+gallium_dri.so free 0x557173609e30 void 0.000113
+gallium_dri.so malloc 72 0x557173609e30 0.000111
+gallium_dri.so free 0x557173609f80 void 0.000112
+gallium_dri.so free 0x557173609e30 void 0.000112
+gallium_dri.so malloc 72 0x557173609fc0 0.000111
+gallium_dri.so free 0x55717360a040 void 0.000111
+gallium_dri.so free 0x557173609fc0 void 0.000111
+gallium_dri.so malloc 72 0x55717360a040 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000114
+gallium_dri.so free 0x55717360a1c0 void 0.000112
+gallium_dri.so free 0x55717360a040 void 0.000111
+gallium_dri.so malloc 72 0x55717360a1e0 0.000111
+gallium_dri.so free 0x55717360a280 void 0.000142
+gallium_dri.so free 0x55717360a1e0 void 0.000121
+gallium_dri.so malloc 72 0x55717360a230 0.000120
+gallium_dri.so free 0x55717360a300 void 0.000119
+gallium_dri.so free 0x55717360a230 void 0.000120
+gallium_dri.so malloc 72 0x55717360a230 0.000119
+gallium_dri.so free 0x55717360a380 void 0.000119
+gallium_dri.so free 0x55717360a230 void 0.000119
+gallium_dri.so malloc 72 0x55717360a380 0.000119
+gallium_dri.so free 0x55717360a440 void 0.000119
+gallium_dri.so free 0x55717360a380 void 0.000119
+gallium_dri.so malloc 72 0x55717360a380 0.000120
+gallium_dri.so free 0x55717360a500 void 0.000120
+gallium_dri.so free 0x55717360a380 void 0.000119
+gallium_dri.so malloc 72 0x55717360a380 0.000118
+gallium_dri.so free 0x55717360a5c0 void 0.000121
+gallium_dri.so free 0x55717360a380 void 0.000120
+gallium_dri.so malloc 72 0x55717360a570 0.000118
+gallium_dri.so free 0x55717360a680 void 0.000121
+gallium_dri.so free 0x55717360a570 void 0.000119
+gallium_dri.so malloc 72 0x55717360a630 0.000120
+gallium_dri.so free 0x55717360a700 void 0.000119
+gallium_dri.so free 0x55717360a630 void 0.000119
+gallium_dri.so malloc 72 0x55717360a750 0.000118
+gallium_dri.so free 0x55717360a7c0 void 0.000120
+gallium_dri.so free 0x55717360a750 void 0.000119
+gallium_dri.so malloc 72 0x55717360a7e0 0.000125
+gallium_dri.so free 0x55717360a880 void 0.000120
+gallium_dri.so free 0x55717360a7e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a830 0.000119
+gallium_dri.so free 0x55717360a900 void 0.000118
+gallium_dri.so free 0x55717360a830 void 0.000120
+gallium_dri.so malloc 72 0x55717360a830 0.000119
+gallium_dri.so free 0x55717360a980 void 0.000118
+gallium_dri.so free 0x55717360a830 void 0.000120
+gallium_dri.so malloc 72 0x55717360a980 0.000119
+gallium_dri.so free 0x55717360aa40 void 0.000120
+gallium_dri.so free 0x55717360a980 void 0.000118
+gallium_dri.so malloc 72 0x55717360a980 0.000119
+gallium_dri.so free 0x55717360ab40 void 0.000120
+gallium_dri.so free 0x55717360a980 void 0.000118
+gallium_dri.so malloc 72 0x55717360aaf0 0.000118
+gallium_dri.so free 0x55717360ab80 void 0.000118
+gallium_dri.so free 0x55717360aaf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360aaf0 0.000119
+gallium_dri.so free 0x55717360ac40 void 0.000119
+gallium_dri.so free 0x55717360aaf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ac80 0.000120
+gallium_dri.so free 0x55717360ad00 void 0.000120
+gallium_dri.so free 0x55717360ac80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ad00 0.000119
+gallium_dri.so free 0x55717360adc0 void 0.000119
+gallium_dri.so free 0x55717360ad00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ad00 0.000124
+gallium_dri.so free 0x55717360ae40 void 0.000119
+gallium_dri.so free 0x55717360ad00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ae70 0.000119
+gallium_dri.so free 0x55717360aec0 void 0.000120
+gallium_dri.so free 0x55717360ae70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ae70 0.000121
+gallium_dri.so free 0x55717360afc0 void 0.000119
+gallium_dri.so free 0x55717360ae70 void 0.000160
+gallium_dri.so malloc 72 0x55717360b000 0.000120
+gallium_dri.so free 0x55717360b080 void 0.000120
+gallium_dri.so free 0x55717360b000 void 0.000119
+gallium_dri.so malloc 72 0x55717360b080 0.000118
+gallium_dri.so free 0x55717360b140 void 0.000119
+gallium_dri.so free 0x55717360b080 void 0.000117
+gallium_dri.so malloc 72 0x55717360b080 0.000118
+gallium_dri.so free 0x55717360b1c0 void 0.000120
+gallium_dri.so free 0x55717360b080 void 0.000118
+gallium_dri.so malloc 72 0x55717360b1f0 0.000118
+gallium_dri.so free 0x55717360b240 void 0.000118
+gallium_dri.so free 0x55717360b1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b1f0 0.000119
+gallium_dri.so free 0x55717360b340 void 0.000120
+gallium_dri.so free 0x55717360b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b2f0 0.000117
+gallium_dri.so free 0x55717360b400 void 0.000117
+gallium_dri.so free 0x55717360b2f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b3b0 0.000121
+gallium_dri.so free 0x55717360b480 void 0.000119
+gallium_dri.so free 0x55717360b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b3b0 0.000118
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so free 0x55717360b3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b3b0 0.000120
+gallium_dri.so free 0x55717360b600 void 0.000120
+gallium_dri.so free 0x55717360b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b5b0 0.000118
+gallium_dri.so free 0x55717360b680 void 0.000119
+gallium_dri.so free 0x55717360b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6d0 0.000119
+gallium_dri.so free 0x55717360b740 void 0.000118
+gallium_dri.so free 0x55717360b6d0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b760 0.000118
+gallium_dri.so free 0x55717360b800 void 0.000119
+gallium_dri.so free 0x55717360b760 void 0.000119
+gallium_dri.so malloc 72 0x55717360b7b0 0.000118
+gallium_dri.so free 0x55717360b880 void 0.000119
+gallium_dri.so free 0x55717360b7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b880 0.000117
+gallium_dri.so free 0x55717360b940 void 0.000119
+gallium_dri.so free 0x55717360b880 void 0.000121
+gallium_dri.so malloc 72 0x55717360b880 0.000118
+gallium_dri.so free 0x55717360b9c0 void 0.000127
+gallium_dri.so free 0x55717360b880 void 0.000119
+gallium_dri.so malloc 72 0x55717360b9c0 0.000119
+gallium_dri.so free 0x55717360ba80 void 0.000120
+gallium_dri.so free 0x55717360b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b9c0 0.000119
+gallium_dri.so free 0x55717360bb40 void 0.000118
+gallium_dri.so free 0x55717360b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b9c0 0.000118
+gallium_dri.so free 0x55717360bc00 void 0.000124
+gallium_dri.so free 0x55717360b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bbb0 0.000118
+gallium_dri.so free 0x55717360bc80 void 0.000119
+gallium_dri.so free 0x55717360bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcd0 0.000119
+gallium_dri.so free 0x55717360bd40 void 0.000119
+gallium_dri.so free 0x55717360bcd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bd80 0.000118
+gallium_dri.so free 0x55717360be00 void 0.000118
+gallium_dri.so free 0x55717360bd80 void 0.000118
+gallium_dri.so malloc 72 0x55717360bd80 0.000119
+gallium_dri.so free 0x55717360be80 void 0.000118
+gallium_dri.so free 0x55717360bd80 void 0.000119
+gallium_dri.so malloc 72 0x55717360beb0 0.000120
+gallium_dri.so free 0x55717360bf00 void 0.000119
+gallium_dri.so free 0x55717360beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360beb0 0.000188
+gallium_dri.so free 0x55717360c000 void 0.000121
+gallium_dri.so free 0x55717360beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bfb0 0.000120
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so free 0x55717360bfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c070 0.000119
+gallium_dri.so free 0x55717360c100 void 0.000119
+gallium_dri.so free 0x55717360c070 void 0.000119
+gallium_dri.so malloc 72 0x55717360c070 0.000117
+gallium_dri.so free 0x55717360c1c0 void 0.000119
+gallium_dri.so free 0x55717360c070 void 0.000121
+gallium_dri.so malloc 72 0x55717360c230 0.000118
+gallium_dri.so free 0x55717360c280 void 0.000119
+gallium_dri.so free 0x55717360c230 void 0.000118
+gallium_dri.so malloc 72 0x55717360c230 0.000120
+gallium_dri.so free 0x55717360c380 void 0.000120
+gallium_dri.so free 0x55717360c230 void 0.000120
+gallium_dri.so malloc 72 0x55717360c330 0.000118
+gallium_dri.so free 0x55717360c440 void 0.000118
+gallium_dri.so free 0x55717360c330 void 0.000119
+gallium_dri.so malloc 72 0x55717360c3f0 0.000119
+gallium_dri.so free 0x55717360c480 void 0.000118
+gallium_dri.so free 0x55717360c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c3f0 0.000120
+gallium_dri.so free 0x55717360c540 void 0.000119
+gallium_dri.so free 0x55717360c3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360c580 0.000120
+gallium_dri.so free 0x55717360c600 void 0.000119
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so malloc 72 0x55717360c600 0.000118
+gallium_dri.so free 0x55717360c6c0 void 0.000119
+gallium_dri.so free 0x55717360c600 void 0.000118
+gallium_dri.so malloc 72 0x55717360c600 0.000119
+gallium_dri.so free 0x55717360c780 void 0.000118
+gallium_dri.so free 0x55717360c600 void 0.000145
+gallium_dri.so malloc 72 0x55717360c7a0 0.000124
+gallium_dri.so free 0x55717360c840 void 0.000121
+gallium_dri.so free 0x55717360c7a0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c7f0 0.000119
+gallium_dri.so free 0x55717360c8c0 void 0.000119
+gallium_dri.so free 0x55717360c7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c7f0 0.000118
+gallium_dri.so free 0x55717360c940 void 0.000120
+gallium_dri.so free 0x55717360c7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c940 0.000119
+gallium_dri.so free 0x55717360ca00 void 0.000119
+gallium_dri.so free 0x55717360c940 void 0.000118
+gallium_dri.so malloc 72 0x55717360c940 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000119
+gallium_dri.so free 0x55717360c940 void 0.000119
+gallium_dri.so malloc 72 0x55717360c940 0.000118
+gallium_dri.so free 0x55717360cb80 void 0.000131
+gallium_dri.so free 0x55717360c940 void 0.000120
+gallium_dri.so malloc 72 0x55717360cb30 0.000119
+gallium_dri.so free 0x55717360cc40 void 0.000120
+gallium_dri.so free 0x55717360cb30 void 0.000118
+gallium_dri.so malloc 72 0x55717360cbf0 0.000131
+gallium_dri.so free 0x55717360ccc0 void 0.000124
+gallium_dri.so free 0x55717360cbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cd10 0.000122
+gallium_dri.so free 0x55717360cd80 void 0.000119
+gallium_dri.so free 0x55717360cd10 void 0.000119
+gallium_dri.so malloc 72 0x55717360cda0 0.000120
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cda0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cdf0 0.000118
+gallium_dri.so free 0x55717360cec0 void 0.000145
+gallium_dri.so free 0x55717360cdf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cdf0 0.000119
+gallium_dri.so free 0x55717360cf40 void 0.000120
+gallium_dri.so free 0x55717360cdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf40 0.000120
+gallium_dri.so free 0x55717360d000 void 0.000120
+gallium_dri.so free 0x55717360cf40 void 0.000119
+gallium_dri.so malloc 72 0x55717360cf40 0.000119
+gallium_dri.so free 0x55717360d100 void 0.000120
+gallium_dri.so free 0x55717360cf40 void 0.000118
+gallium_dri.so malloc 72 0x55717360d0b0 0.000160
+gallium_dri.so free 0x55717360d140 void 0.000120
+gallium_dri.so free 0x55717360d0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d0b0 0.000119
+gallium_dri.so free 0x55717360d200 void 0.000119
+gallium_dri.so free 0x55717360d0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d240 0.000119
+gallium_dri.so free 0x55717360d2c0 void 0.000120
+gallium_dri.so free 0x55717360d240 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2c0 0.000118
+gallium_dri.so free 0x55717360d380 void 0.000119
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2c0 0.000119
+gallium_dri.so free 0x55717360d400 void 0.000118
+gallium_dri.so free 0x55717360d2c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360d430 0.000119
+gallium_dri.so free 0x55717360d480 void 0.000118
+gallium_dri.so free 0x55717360d430 void 0.000118
+gallium_dri.so malloc 72 0x55717360d430 0.000119
+gallium_dri.so free 0x55717360d580 void 0.000119
+gallium_dri.so free 0x55717360d430 void 0.000119
+gallium_dri.so malloc 72 0x55717360d5c0 0.000120
+gallium_dri.so free 0x55717360d640 void 0.000119
+gallium_dri.so free 0x55717360d5c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d640 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000119
+gallium_dri.so free 0x55717360d640 void 0.000128
+gallium_dri.so malloc 72 0x55717360d640 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000121
+gallium_dri.so free 0x55717360d640 void 0.000120
+gallium_dri.so malloc 72 0x55717360d7b0 0.000119
+gallium_dri.so free 0x55717360d800 void 0.000119
+gallium_dri.so free 0x55717360d7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d7b0 0.000118
+gallium_dri.so free 0x55717360d900 void 0.000119
+gallium_dri.so free 0x55717360d7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8b0 0.000119
+gallium_dri.so free 0x55717360d9c0 void 0.000118
+gallium_dri.so free 0x55717360d8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d970 0.000119
+gallium_dri.so free 0x55717360da40 void 0.000119
+gallium_dri.so free 0x55717360d970 void 0.000119
+gallium_dri.so malloc 72 0x55717360d970 0.000120
+gallium_dri.so free 0x55717360db00 void 0.000120
+gallium_dri.so free 0x55717360d970 void 0.000119
+gallium_dri.so malloc 72 0x55717360d970 0.000119
+gallium_dri.so free 0x55717360dbc0 void 0.000118
+gallium_dri.so free 0x55717360d970 void 0.000119
+gallium_dri.so malloc 72 0x55717360db70 0.000118
+gallium_dri.so free 0x55717360dc40 void 0.000120
+gallium_dri.so free 0x55717360db70 void 0.000119
+gallium_dri.so malloc 72 0x55717360dc90 0.000119
+gallium_dri.so free 0x55717360dd00 void 0.000168
+gallium_dri.so free 0x55717360dc90 void 0.000120
+gallium_dri.so malloc 72 0x55717360dd20 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so free 0x55717360dd20 void 0.000118
+gallium_dri.so malloc 72 0x55717360dd70 0.000119
+gallium_dri.so free 0x55717360de40 void 0.000118
+gallium_dri.so free 0x55717360dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360de40 0.000119
+gallium_dri.so free 0x55717360df00 void 0.000120
+gallium_dri.so free 0x55717360de40 void 0.000157
+gallium_dri.so malloc 72 0x55717360de40 0.000121
+gallium_dri.so free 0x55717360df80 void 0.000120
+gallium_dri.so free 0x55717360de40 void 0.000119
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e040 void 0.000119
+gallium_dri.so free 0x55717360df80 void 0.000119
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e100 void 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000121
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000120
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360e170 0.000118
+gallium_dri.so free 0x55717360e240 void 0.000119
+gallium_dri.so free 0x55717360e170 void 0.000118
+gallium_dri.so malloc 72 0x55717360e290 0.000129
+gallium_dri.so free 0x55717360e300 void 0.000119
+gallium_dri.so free 0x55717360e290 void 0.000119
+gallium_dri.so malloc 72 0x55717360e340 0.000120
+gallium_dri.so free 0x55717360e3c0 void 0.000120
+gallium_dri.so free 0x55717360e340 void 0.000119
+gallium_dri.so malloc 72 0x55717360e340 0.000118
+gallium_dri.so free 0x55717360e440 void 0.000119
+gallium_dri.so free 0x55717360e340 void 0.000119
+gallium_dri.so malloc 72 0x55717360e470 0.000128
+gallium_dri.so free 0x55717360e4c0 void 0.000117
+gallium_dri.so free 0x55717360e470 void 0.000119
+gallium_dri.so malloc 72 0x55717360e470 0.000119
+gallium_dri.so free 0x55717360e5c0 void 0.000118
+gallium_dri.so free 0x55717360e470 void 0.000119
+gallium_dri.so malloc 72 0x55717360e570 0.000119
+gallium_dri.so free 0x55717360e680 void 0.000119
+gallium_dri.so free 0x55717360e570 void 0.000119
+gallium_dri.so malloc 72 0x55717360e630 0.000119
+gallium_dri.so free 0x55717360e6c0 void 0.000119
+gallium_dri.so free 0x55717360e630 void 0.000118
+gallium_dri.so malloc 72 0x55717360e630 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000119
+gallium_dri.so free 0x55717360e630 void 0.000119
+gallium_dri.so malloc 72 0x55717360e7f0 0.000118
+gallium_dri.so free 0x55717360e840 void 0.000120
+gallium_dri.so free 0x55717360e7f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e7f0 0.000119
+gallium_dri.so free 0x55717360e940 void 0.000118
+gallium_dri.so free 0x55717360e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e8f0 0.000118
+gallium_dri.so free 0x55717360ea00 void 0.000118
+gallium_dri.so free 0x55717360e8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e9b0 0.000119
+gallium_dri.so free 0x55717360ea40 void 0.000120
+gallium_dri.so free 0x55717360e9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e9b0 0.000119
+gallium_dri.so free 0x55717360eb00 void 0.000121
+gallium_dri.so free 0x55717360e9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eb40 0.000125
+gallium_dri.so free 0x55717360ebc0 void 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ebc0 0.000118
+gallium_dri.so free 0x55717360ec80 void 0.000119
+gallium_dri.so free 0x55717360ebc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ebc0 0.000118
+gallium_dri.so free 0x55717360ed40 void 0.000119
+gallium_dri.so free 0x55717360ebc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ed60 0.000119
+gallium_dri.so free 0x55717360ee00 void 0.000119
+gallium_dri.so free 0x55717360ed60 void 0.000119
+gallium_dri.so malloc 72 0x55717360edb0 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000119
+gallium_dri.so free 0x55717360edb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360edb0 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000118
+gallium_dri.so free 0x55717360edb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ef00 0.000118
+gallium_dri.so free 0x55717360efc0 void 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ef00 0.000117
+gallium_dri.so free 0x55717360f080 void 0.000118
+gallium_dri.so free 0x55717360ef00 void 0.000118
+gallium_dri.so malloc 72 0x55717360ef00 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0f0 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so free 0x55717360f0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f1b0 0.000119
+gallium_dri.so free 0x55717360f280 void 0.000119
+gallium_dri.so free 0x55717360f1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f2d0 0.000119
+gallium_dri.so free 0x55717360f340 void 0.000120
+gallium_dri.so free 0x55717360f2d0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f360 0.000118
+gallium_dri.so free 0x55717360f400 void 0.000118
+gallium_dri.so free 0x55717360f360 void 0.000118
+gallium_dri.so malloc 72 0x55717360f3b0 0.000118
+gallium_dri.so free 0x55717360f480 void 0.000121
+gallium_dri.so free 0x55717360f3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f3b0 0.000120
+gallium_dri.so free 0x55717360f500 void 0.000119
+gallium_dri.so free 0x55717360f3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f500 0.000118
+gallium_dri.so free 0x55717360f5c0 void 0.000118
+gallium_dri.so free 0x55717360f500 void 0.000118
+gallium_dri.so malloc 72 0x55717360f500 0.000119
+gallium_dri.so free 0x55717360f6c0 void 0.000119
+gallium_dri.so free 0x55717360f500 void 0.000127
+gallium_dri.so malloc 72 0x55717360f670 0.000135
+gallium_dri.so free 0x55717360f700 void 0.000119
+gallium_dri.so free 0x55717360f670 void 0.000119
+gallium_dri.so malloc 72 0x55717360f670 0.000117
+gallium_dri.so free 0x55717360f7c0 void 0.000119
+gallium_dri.so free 0x55717360f670 void 0.000118
+gallium_dri.so malloc 72 0x55717360f800 0.000118
+gallium_dri.so free 0x55717360f880 void 0.000120
+gallium_dri.so free 0x55717360f800 void 0.000119
+gallium_dri.so malloc 72 0x55717360f880 0.000119
+gallium_dri.so free 0x55717360f940 void 0.000120
+gallium_dri.so free 0x55717360f880 void 0.000119
+gallium_dri.so malloc 72 0x55717360f880 0.000118
+gallium_dri.so free 0x55717360f9c0 void 0.000119
+gallium_dri.so free 0x55717360f880 void 0.000118
+gallium_dri.so malloc 72 0x55717360f9f0 0.000121
+gallium_dri.so free 0x55717360fa40 void 0.000120
+gallium_dri.so free 0x55717360f9f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f9f0 0.000126
+gallium_dri.so free 0x55717360fb40 void 0.000120
+gallium_dri.so free 0x55717360f9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fb80 0.000118
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc00 0.000120
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so free 0x55717360fc00 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc00 0.000119
+gallium_dri.so free 0x55717360fd40 void 0.000128
+gallium_dri.so free 0x55717360fc00 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd70 0.000120
+gallium_dri.so free 0x55717360fdc0 void 0.000120
+gallium_dri.so free 0x55717360fd70 void 0.000117
+gallium_dri.so malloc 72 0x55717360fd70 0.000118
+gallium_dri.so free 0x55717360fec0 void 0.000118
+gallium_dri.so free 0x55717360fd70 void 0.000121
+gallium_dri.so malloc 72 0x55717360fe70 0.000120
+gallium_dri.so free 0x55717360ff80 void 0.000118
+gallium_dri.so free 0x55717360fe70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ff30 0.000119
+gallium_dri.so free 0x557173610000 void 0.000119
+gallium_dri.so free 0x55717360ff30 void 0.000125
+gallium_dri.so malloc 72 0x55717360ff30 0.000119
+gallium_dri.so free 0x5571736100c0 void 0.000119
+gallium_dri.so free 0x55717360ff30 void 0.000120
+gallium_dri.so malloc 72 0x55717360ff30 0.000118
+gallium_dri.so free 0x557173610180 void 0.000119
+gallium_dri.so free 0x55717360ff30 void 0.000118
+gallium_dri.so malloc 72 0x557173610130 0.000119
+gallium_dri.so free 0x557173610200 void 0.000119
+gallium_dri.so free 0x557173610130 void 0.000119
+gallium_dri.so malloc 72 0x557173610250 0.000119
+gallium_dri.so free 0x5571736102c0 void 0.000119
+gallium_dri.so free 0x557173610250 void 0.000118
+gallium_dri.so malloc 72 0x5571736102e0 0.000118
+gallium_dri.so free 0x557173610380 void 0.000119
+gallium_dri.so free 0x5571736102e0 void 0.000118
+gallium_dri.so malloc 72 0x557173610330 0.000119
+gallium_dri.so free 0x557173610400 void 0.000120
+gallium_dri.so free 0x557173610330 void 0.000118
+gallium_dri.so malloc 72 0x557173610400 0.000119
+gallium_dri.so free 0x5571736104c0 void 0.000118
+gallium_dri.so free 0x557173610400 void 0.000119
+gallium_dri.so malloc 72 0x557173610400 0.000119
+gallium_dri.so free 0x557173610540 void 0.000119
+gallium_dri.so free 0x557173610400 void 0.000119
+gallium_dri.so malloc 72 0x557173610540 0.000128
+gallium_dri.so free 0x557173610600 void 0.000129
+gallium_dri.so free 0x557173610540 void 0.000120
+gallium_dri.so malloc 72 0x557173610540 0.000118
+gallium_dri.so free 0x5571736106c0 void 0.000119
+gallium_dri.so free 0x557173610540 void 0.000119
+gallium_dri.so malloc 72 0x557173610540 0.000121
+gallium_dri.so free 0x557173610780 void 0.000118
+gallium_dri.so free 0x557173610540 void 0.000118
+gallium_dri.so malloc 72 0x557173610730 0.000119
+gallium_dri.so free 0x557173610800 void 0.000119
+gallium_dri.so free 0x557173610730 void 0.000120
+gallium_dri.so malloc 72 0x557173610850 0.000119
+gallium_dri.so free 0x5571736108c0 void 0.000120
+gallium_dri.so free 0x557173610850 void 0.000121
+gallium_dri.so malloc 72 0x557173610900 0.000118
+gallium_dri.so free 0x557173610980 void 0.000119
+gallium_dri.so free 0x557173610900 void 0.000119
+gallium_dri.so malloc 72 0x557173610900 0.000118
+gallium_dri.so free 0x557173610a00 void 0.000118
+gallium_dri.so free 0x557173610900 void 0.000123
+gallium_dri.so malloc 72 0x557173610a30 0.000119
+gallium_dri.so free 0x557173610a80 void 0.000119
+gallium_dri.so free 0x557173610a30 void 0.000118
+gallium_dri.so malloc 72 0x557173610a30 0.000119
+gallium_dri.so free 0x557173610b80 void 0.000119
+gallium_dri.so free 0x557173610a30 void 0.000120
+gallium_dri.so malloc 72 0x557173610b30 0.000139
+gallium_dri.so free 0x557173610c40 void 0.000120
+gallium_dri.so free 0x557173610b30 void 0.000119
+gallium_dri.so malloc 72 0x557173610bf0 0.000124
+gallium_dri.so free 0x557173610c80 void 0.000120
+gallium_dri.so free 0x557173610bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173610bf0 0.000119
+gallium_dri.so free 0x557173610d40 void 0.000118
+gallium_dri.so free 0x557173610bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610db0 0.000120
+gallium_dri.so free 0x557173610e00 void 0.000120
+gallium_dri.so free 0x557173610db0 void 0.000119
+gallium_dri.so malloc 72 0x557173610db0 0.000118
+gallium_dri.so free 0x557173610f00 void 0.000121
+gallium_dri.so free 0x557173610db0 void 0.000119
+gallium_dri.so malloc 72 0x557173610eb0 0.000120
+gallium_dri.so free 0x557173610fc0 void 0.000119
+gallium_dri.so free 0x557173610eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173610f70 0.000118
+gallium_dri.so free 0x557173611000 void 0.000119
+gallium_dri.so free 0x557173610f70 void 0.000119
+gallium_dri.so malloc 72 0x557173610f70 0.000119
+gallium_dri.so free 0x5571736110c0 void 0.000119
+gallium_dri.so free 0x557173610f70 void 0.000118
+gallium_dri.so malloc 72 0x557173611100 0.000118
+gallium_dri.so free 0x557173611180 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000171
+gallium_dri.so malloc 72 0x557173611180 0.000120
+gallium_dri.so free 0x557173611240 void 0.000117
+gallium_dri.so free 0x557173611180 void 0.000117
+gallium_dri.so malloc 72 0x557173611180 0.000118
+gallium_dri.so free 0x557173611300 void 0.000119
+gallium_dri.so free 0x557173611180 void 0.000117
+gallium_dri.so malloc 72 0x557173611320 0.000118
+gallium_dri.so free 0x5571736113c0 void 0.000118
+gallium_dri.so free 0x557173611320 void 0.000114
+gallium_dri.so malloc 72 0x557173611370 0.000118
+gallium_dri.so free 0x557173611440 void 0.000117
+gallium_dri.so free 0x557173611370 void 0.000117
+gallium_dri.so malloc 72 0x557173611370 0.000117
+gallium_dri.so free 0x5571736114c0 void 0.000116
+gallium_dri.so free 0x557173611370 void 0.000118
+gallium_dri.so malloc 72 0x5571736114c0 0.000116
+gallium_dri.so free 0x557173611580 void 0.000117
+gallium_dri.so free 0x5571736114c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736114c0 0.000118
+gallium_dri.so free 0x557173611640 void 0.000118
+gallium_dri.so free 0x5571736114c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736114c0 0.000117
+gallium_dri.so free 0x557173611700 void 0.000117
+gallium_dri.so free 0x5571736114c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736116b0 0.000118
+gallium_dri.so free 0x5571736117c0 void 0.000131
+gallium_dri.so free 0x5571736116b0 void 0.000113
+gallium_dri.so malloc 72 0x557173611770 0.000150
+gallium_dri.so free 0x557173611840 void 0.000112
+gallium_dri.so free 0x557173611770 void 0.000110
+gallium_dri.so malloc 72 0x557173611890 0.000110
+gallium_dri.so free 0x557173611900 void 0.000109
+gallium_dri.so free 0x557173611890 void 0.000111
+gallium_dri.so malloc 72 0x557173611920 0.000110
+gallium_dri.so free 0x5571736119c0 void 0.000111
+gallium_dri.so free 0x557173611920 void 0.000114
+gallium_dri.so malloc 72 0x557173611970 0.000111
+gallium_dri.so free 0x557173611a40 void 0.000111
+gallium_dri.so free 0x557173611970 void 0.000111
+gallium_dri.so malloc 72 0x557173611970 0.000109
+gallium_dri.so free 0x557173611ac0 void 0.000110
+gallium_dri.so free 0x557173611970 void 0.000110
+gallium_dri.so malloc 72 0x557173611ac0 0.000112
+gallium_dri.so free 0x557173611b80 void 0.000110
+gallium_dri.so free 0x557173611ac0 void 0.000109
+gallium_dri.so malloc 72 0x557173611ac0 0.000111
+gallium_dri.so free 0x557173611c80 void 0.000110
+gallium_dri.so free 0x557173611ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173611c30 0.000113
+gallium_dri.so free 0x557173611cc0 void 0.000112
+gallium_dri.so free 0x557173611c30 void 0.000112
+gallium_dri.so malloc 72 0x557173611c30 0.000111
+gallium_dri.so free 0x557173611d80 void 0.000110
+gallium_dri.so free 0x557173611c30 void 0.000145
+gallium_dri.so malloc 72 0x557173611dc0 0.000121
+gallium_dri.so free 0x557173611e40 void 0.000118
+gallium_dri.so free 0x557173611dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173611e40 0.000117
+gallium_dri.so free 0x557173611f00 void 0.000118
+gallium_dri.so free 0x557173611e40 void 0.000118
+gallium_dri.so malloc 72 0x557173611e40 0.000117
+gallium_dri.so free 0x557173611f80 void 0.000118
+gallium_dri.so free 0x557173611e40 void 0.000117
+gallium_dri.so malloc 72 0x557173611fb0 0.000117
+gallium_dri.so free 0x557173612000 void 0.000117
+gallium_dri.so free 0x557173611fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611fb0 0.000117
+gallium_dri.so free 0x557173612100 void 0.000118
+gallium_dri.so free 0x557173611fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173612140 0.000117
+gallium_dri.so free 0x5571736121c0 void 0.000117
+gallium_dri.so free 0x557173612140 void 0.000117
+gallium_dri.so malloc 72 0x5571736121c0 0.000118
+gallium_dri.so free 0x557173612280 void 0.000117
+gallium_dri.so free 0x5571736121c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736121c0 0.000116
+gallium_dri.so free 0x557173612300 void 0.000118
+gallium_dri.so free 0x5571736121c0 void 0.000118
+gallium_dri.so malloc 72 0x557173612330 0.000118
+gallium_dri.so free 0x557173612380 void 0.000117
+gallium_dri.so free 0x557173612330 void 0.000125
+gallium_dri.so malloc 72 0x557173612330 0.000119
+gallium_dri.so free 0x557173612480 void 0.000119
+gallium_dri.so free 0x557173612330 void 0.000119
+gallium_dri.so malloc 72 0x557173612430 0.000120
+gallium_dri.so free 0x557173612540 void 0.000119
+gallium_dri.so free 0x557173612430 void 0.000119
+gallium_dri.so malloc 72 0x5571736124f0 0.000119
+gallium_dri.so free 0x5571736125c0 void 0.000120
+gallium_dri.so free 0x5571736124f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736124f0 0.000117
+gallium_dri.so free 0x557173612680 void 0.000118
+gallium_dri.so free 0x5571736124f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736124f0 0.000119
+gallium_dri.so free 0x557173612740 void 0.000118
+gallium_dri.so free 0x5571736124f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736126f0 0.000119
+gallium_dri.so free 0x5571736127c0 void 0.000120
+gallium_dri.so free 0x5571736126f0 void 0.000120
+gallium_dri.so malloc 72 0x557173612810 0.000119
+gallium_dri.so free 0x557173612880 void 0.000119
+gallium_dri.so free 0x557173612810 void 0.000119
+gallium_dri.so malloc 72 0x5571736128a0 0.000117
+gallium_dri.so free 0x557173612940 void 0.000118
+gallium_dri.so free 0x5571736128a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736128f0 0.000122
+gallium_dri.so free 0x5571736129c0 void 0.000122
+gallium_dri.so free 0x5571736128f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736129c0 0.000118
+gallium_dri.so free 0x557173612a80 void 0.000119
+gallium_dri.so free 0x5571736129c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736129c0 0.000119
+gallium_dri.so free 0x557173612b00 void 0.000120
+gallium_dri.so free 0x5571736129c0 void 0.000119
+gallium_dri.so malloc 72 0x557173612b00 0.000118
+gallium_dri.so free 0x557173612bc0 void 0.000119
+gallium_dri.so free 0x557173612b00 void 0.000119
+gallium_dri.so malloc 72 0x557173612b00 0.000118
+gallium_dri.so free 0x557173612c80 void 0.000120
+gallium_dri.so free 0x557173612b00 void 0.000118
+gallium_dri.so malloc 72 0x557173612b00 0.000118
+gallium_dri.so free 0x557173612d40 void 0.000120
+gallium_dri.so free 0x557173612b00 void 0.000119
+gallium_dri.so malloc 72 0x557173612cf0 0.000117
+gallium_dri.so free 0x557173612dc0 void 0.000118
+gallium_dri.so free 0x557173612cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173612e10 0.000118
+gallium_dri.so free 0x557173612e80 void 0.000119
+gallium_dri.so free 0x557173612e10 void 0.000129
+gallium_dri.so malloc 72 0x557173612ec0 0.000119
+gallium_dri.so free 0x557173612f40 void 0.000119
+gallium_dri.so free 0x557173612ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173612ec0 0.000110
+gallium_dri.so free 0x557173612fc0 void 0.000121
+gallium_dri.so free 0x557173612ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173612ff0 0.000118
+gallium_dri.so free 0x557173613040 void 0.000120
+gallium_dri.so free 0x557173612ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173612ff0 0.000119
+gallium_dri.so free 0x557173613140 void 0.000120
+gallium_dri.so free 0x557173612ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571736130f0 0.000117
+gallium_dri.so free 0x557173613200 void 0.000118
+gallium_dri.so free 0x5571736130f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736131b0 0.000117
+gallium_dri.so free 0x557173613240 void 0.000117
+gallium_dri.so free 0x5571736131b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736131b0 0.000118
+gallium_dri.so free 0x557173613300 void 0.000118
+gallium_dri.so free 0x5571736131b0 void 0.000118
+gallium_dri.so malloc 72 0x557173613370 0.000118
+gallium_dri.so free 0x5571736133c0 void 0.000120
+gallium_dri.so free 0x557173613370 void 0.000119
+gallium_dri.so malloc 72 0x557173613370 0.000120
+gallium_dri.so free 0x5571736134c0 void 0.000119
+gallium_dri.so free 0x557173613370 void 0.000119
+gallium_dri.so malloc 72 0x557173613470 0.000118
+gallium_dri.so free 0x557173613580 void 0.000119
+gallium_dri.so free 0x557173613470 void 0.000169
+gallium_dri.so malloc 72 0x557173613530 0.000120
+gallium_dri.so free 0x5571736135c0 void 0.000118
+gallium_dri.so free 0x557173613530 void 0.000119
+gallium_dri.so malloc 72 0x557173613530 0.000117
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so free 0x557173613530 void 0.000119
+gallium_dri.so malloc 72 0x5571736136c0 0.000117
+gallium_dri.so free 0x557173613740 void 0.000118
+gallium_dri.so free 0x5571736136c0 void 0.000119
+gallium_dri.so malloc 72 0x557173613740 0.000118
+gallium_dri.so free 0x557173613800 void 0.000119
+gallium_dri.so free 0x557173613740 void 0.000119
+gallium_dri.so malloc 72 0x557173613740 0.000119
+gallium_dri.so free 0x5571736138c0 void 0.000119
+gallium_dri.so free 0x557173613740 void 0.000123
+gallium_dri.so malloc 72 0x5571736138e0 0.000118
+gallium_dri.so free 0x557173613980 void 0.000118
+gallium_dri.so free 0x5571736138e0 void 0.000118
+gallium_dri.so malloc 72 0x557173613930 0.000118
+gallium_dri.so free 0x557173613a00 void 0.000119
+gallium_dri.so free 0x557173613930 void 0.000115
+gallium_dri.so malloc 72 0x557173613930 0.000119
+gallium_dri.so free 0x557173613a80 void 0.000120
+gallium_dri.so free 0x557173613930 void 0.000119
+gallium_dri.so malloc 72 0x557173613a80 0.000119
+gallium_dri.so free 0x557173613b40 void 0.000130
+gallium_dri.so free 0x557173613a80 void 0.000118
+gallium_dri.so malloc 72 0x557173613a80 0.000119
+gallium_dri.so free 0x557173613c00 void 0.000120
+gallium_dri.so free 0x557173613a80 void 0.000119
+gallium_dri.so malloc 72 0x557173613a80 0.000118
+gallium_dri.so free 0x557173613cc0 void 0.000120
+gallium_dri.so free 0x557173613a80 void 0.000118
+gallium_dri.so malloc 72 0x557173613c70 0.000118
+gallium_dri.so free 0x557173613d80 void 0.000118
+gallium_dri.so free 0x557173613c70 void 0.000121
+gallium_dri.so malloc 72 0x557173613d30 0.000119
+gallium_dri.so free 0x557173613e00 void 0.000118
+gallium_dri.so free 0x557173613d30 void 0.000118
+gallium_dri.so malloc 72 0x557173613e50 0.000119
+gallium_dri.so free 0x557173613ec0 void 0.000119
+gallium_dri.so free 0x557173613e50 void 0.000119
+gallium_dri.so malloc 72 0x557173613ee0 0.000119
+gallium_dri.so free 0x557173613f80 void 0.000119
+gallium_dri.so free 0x557173613ee0 void 0.000120
+gallium_dri.so malloc 72 0x557173613f30 0.000118
+gallium_dri.so free 0x557173614000 void 0.000118
+gallium_dri.so free 0x557173613f30 void 0.000118
+gallium_dri.so malloc 72 0x557173613f30 0.000118
+gallium_dri.so free 0x557173614080 void 0.000119
+gallium_dri.so free 0x557173613f30 void 0.000119
+gallium_dri.so malloc 72 0x557173614080 0.000128
+gallium_dri.so free 0x557173614140 void 0.000120
+gallium_dri.so free 0x557173614080 void 0.000120
+gallium_dri.so malloc 72 0x557173614080 0.000119
+gallium_dri.so free 0x557173614240 void 0.000119
+gallium_dri.so free 0x557173614080 void 0.000118
+gallium_dri.so malloc 72 0x5571736141f0 0.000119
+gallium_dri.so free 0x557173614280 void 0.000118
+gallium_dri.so free 0x5571736141f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736141f0 0.000119
+gallium_dri.so free 0x557173614340 void 0.000119
+gallium_dri.so free 0x5571736141f0 void 0.000119
+gallium_dri.so malloc 72 0x557173614380 0.000118
+gallium_dri.so free 0x557173614400 void 0.000119
+gallium_dri.so free 0x557173614380 void 0.000119
+gallium_dri.so malloc 72 0x557173614400 0.000120
+gallium_dri.so free 0x5571736144c0 void 0.000120
+gallium_dri.so free 0x557173614400 void 0.000119
+gallium_dri.so malloc 72 0x557173614400 0.000119
+gallium_dri.so free 0x557173614540 void 0.000118
+gallium_dri.so free 0x557173614400 void 0.000120
+gallium_dri.so malloc 72 0x557173614570 0.000118
+gallium_dri.so free 0x5571736145c0 void 0.000120
+gallium_dri.so free 0x557173614570 void 0.000118
+gallium_dri.so malloc 72 0x557173614570 0.000118
+gallium_dri.so free 0x5571736146c0 void 0.000119
+gallium_dri.so free 0x557173614570 void 0.000158
+gallium_dri.so malloc 72 0x557173614700 0.000124
+gallium_dri.so free 0x557173614780 void 0.000119
+gallium_dri.so free 0x557173614700 void 0.000119
+gallium_dri.so malloc 72 0x557173614780 0.000118
+gallium_dri.so free 0x557173614840 void 0.000119
+gallium_dri.so free 0x557173614780 void 0.000121
+gallium_dri.so malloc 72 0x557173614780 0.000118
+gallium_dri.so free 0x5571736148c0 void 0.000118
+gallium_dri.so free 0x557173614780 void 0.000120
+gallium_dri.so malloc 72 0x5571736148f0 0.000117
+gallium_dri.so free 0x557173614940 void 0.000119
+gallium_dri.so free 0x5571736148f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736148f0 0.000117
+gallium_dri.so free 0x557173614a40 void 0.000117
+gallium_dri.so free 0x5571736148f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736149f0 0.000120
+gallium_dri.so free 0x557173614b00 void 0.000119
+gallium_dri.so free 0x5571736149f0 void 0.000118
+gallium_dri.so malloc 72 0x557173614ab0 0.000118
+gallium_dri.so free 0x557173614b80 void 0.000118
+gallium_dri.so free 0x557173614ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173614ab0 0.000119
+gallium_dri.so free 0x557173614c40 void 0.000120
+gallium_dri.so free 0x557173614ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173614ab0 0.000118
+gallium_dri.so free 0x557173614d00 void 0.000130
+gallium_dri.so free 0x557173614ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173614cb0 0.000118
+gallium_dri.so free 0x557173614d80 void 0.000118
+gallium_dri.so free 0x557173614cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173614dd0 0.000119
+gallium_dri.so free 0x557173614e40 void 0.000119
+gallium_dri.so free 0x557173614dd0 void 0.000122
+gallium_dri.so malloc 72 0x557173614e60 0.000119
+gallium_dri.so free 0x557173614f00 void 0.000120
+gallium_dri.so free 0x557173614e60 void 0.000119
+gallium_dri.so malloc 72 0x557173614eb0 0.000118
+gallium_dri.so free 0x557173614f80 void 0.000120
+gallium_dri.so free 0x557173614eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173614f80 0.000120
+gallium_dri.so free 0x557173615040 void 0.000118
+gallium_dri.so free 0x557173614f80 void 0.000118
+gallium_dri.so malloc 72 0x557173614f80 0.000119
+gallium_dri.so free 0x5571736150c0 void 0.000119
+gallium_dri.so free 0x557173614f80 void 0.000118
+gallium_dri.so malloc 72 0x5571736150c0 0.000118
+gallium_dri.so free 0x557173615180 void 0.000120
+gallium_dri.so free 0x5571736150c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736150c0 0.000118
+gallium_dri.so free 0x557173615240 void 0.000119
+gallium_dri.so free 0x5571736150c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736150c0 0.000121
+gallium_dri.so free 0x557173615300 void 0.000118
+gallium_dri.so free 0x5571736150c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736152b0 0.000118
+gallium_dri.so free 0x557173615380 void 0.000118
+gallium_dri.so free 0x5571736152b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736153d0 0.000119
+gallium_dri.so free 0x557173615440 void 0.000118
+gallium_dri.so free 0x5571736153d0 void 0.000118
+gallium_dri.so malloc 72 0x557173615480 0.000119
+gallium_dri.so free 0x557173615500 void 0.000118
+gallium_dri.so free 0x557173615480 void 0.000119
+gallium_dri.so malloc 72 0x557173615480 0.000119
+gallium_dri.so free 0x557173615580 void 0.000119
+gallium_dri.so free 0x557173615480 void 0.000120
+gallium_dri.so malloc 72 0x5571736155b0 0.000117
+gallium_dri.so free 0x557173615600 void 0.000117
+gallium_dri.so free 0x5571736155b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736155b0 0.000117
+gallium_dri.so free 0x557173615700 void 0.000119
+gallium_dri.so free 0x5571736155b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736156b0 0.000119
+gallium_dri.so free 0x5571736157c0 void 0.000123
+gallium_dri.so free 0x5571736156b0 void 0.000117
+gallium_dri.so malloc 72 0x557173615770 0.000118
+gallium_dri.so free 0x557173615800 void 0.000120
+gallium_dri.so free 0x557173615770 void 0.000118
+gallium_dri.so malloc 72 0x557173615770 0.000165
+gallium_dri.so free 0x5571736158c0 void 0.000120
+gallium_dri.so free 0x557173615770 void 0.000119
+gallium_dri.so malloc 72 0x557173615930 0.000120
+gallium_dri.so free 0x557173615980 void 0.000121
+gallium_dri.so free 0x557173615930 void 0.000118
+gallium_dri.so malloc 72 0x557173615930 0.000118
+gallium_dri.so free 0x557173615a80 void 0.000119
+gallium_dri.so free 0x557173615930 void 0.000119
+gallium_dri.so malloc 72 0x557173615a30 0.000120
+gallium_dri.so free 0x557173615b40 void 0.000120
+gallium_dri.so free 0x557173615a30 void 0.000118
+gallium_dri.so malloc 72 0x557173615af0 0.000118
+gallium_dri.so free 0x557173615b80 void 0.000119
+gallium_dri.so free 0x557173615af0 void 0.000118
+gallium_dri.so malloc 72 0x557173615af0 0.000118
+gallium_dri.so free 0x557173615c40 void 0.000121
+gallium_dri.so free 0x557173615af0 void 0.000119
+gallium_dri.so malloc 72 0x557173615c80 0.000118
+gallium_dri.so free 0x557173615d00 void 0.000119
+gallium_dri.so free 0x557173615c80 void 0.000119
+gallium_dri.so malloc 72 0x557173615d00 0.000118
+gallium_dri.so free 0x557173615dc0 void 0.000119
+gallium_dri.so free 0x557173615d00 void 0.000118
+gallium_dri.so malloc 72 0x557173615d00 0.000118
+gallium_dri.so free 0x557173615e80 void 0.000119
+gallium_dri.so free 0x557173615d00 void 0.000128
+gallium_dri.so malloc 72 0x557173615ea0 0.000119
+gallium_dri.so free 0x557173615f40 void 0.000117
+gallium_dri.so free 0x557173615ea0 void 0.000117
+gallium_dri.so malloc 72 0x557173615ef0 0.000124
+gallium_dri.so free 0x557173615fc0 void 0.000120
+gallium_dri.so free 0x557173615ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173615ef0 0.000118
+gallium_dri.so free 0x557173616040 void 0.000117
+gallium_dri.so free 0x557173615ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173616040 0.000120
+gallium_dri.so free 0x557173616100 void 0.000119
+gallium_dri.so free 0x557173616040 void 0.000118
+gallium_dri.so malloc 72 0x557173616040 0.000117
+gallium_dri.so free 0x5571736161c0 void 0.000119
+gallium_dri.so free 0x557173616040 void 0.000138
+gallium_dri.so malloc 72 0x557173616040 0.000121
+gallium_dri.so free 0x557173616280 void 0.000121
+gallium_dri.so free 0x557173616040 void 0.000119
+gallium_dri.so malloc 72 0x557173616230 0.000119
+gallium_dri.so free 0x557173616340 void 0.000120
+gallium_dri.so free 0x557173616230 void 0.000118
+gallium_dri.so malloc 72 0x5571736162f0 0.000118
+gallium_dri.so free 0x5571736163c0 void 0.000118
+gallium_dri.so free 0x5571736162f0 void 0.000120
+gallium_dri.so malloc 72 0x557173616410 0.000118
+gallium_dri.so free 0x557173616480 void 0.000121
+gallium_dri.so free 0x557173616410 void 0.000120
+gallium_dri.so malloc 72 0x5571736164a0 0.000118
+gallium_dri.so free 0x557173616540 void 0.000119
+gallium_dri.so free 0x5571736164a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736164f0 0.000120
+gallium_dri.so free 0x5571736165c0 void 0.000120
+gallium_dri.so free 0x5571736164f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736164f0 0.000119
+gallium_dri.so free 0x557173616640 void 0.000119
+gallium_dri.so free 0x5571736164f0 void 0.000119
+gallium_dri.so malloc 72 0x557173616640 0.000118
+gallium_dri.so free 0x557173616700 void 0.000121
+gallium_dri.so free 0x557173616640 void 0.000119
+gallium_dri.so malloc 72 0x557173616640 0.000120
+gallium_dri.so free 0x557173616800 void 0.000118
+gallium_dri.so free 0x557173616640 void 0.000150
+gallium_dri.so malloc 72 0x5571736167b0 0.000120
+gallium_dri.so free 0x557173616840 void 0.000119
+gallium_dri.so free 0x5571736167b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736167b0 0.000117
+gallium_dri.so free 0x557173616900 void 0.000118
+gallium_dri.so free 0x5571736167b0 void 0.000117
+gallium_dri.so malloc 72 0x557173616940 0.000119
+gallium_dri.so free 0x5571736169c0 void 0.000119
+gallium_dri.so free 0x557173616940 void 0.000120
+gallium_dri.so malloc 72 0x5571736169c0 0.000166
+gallium_dri.so free 0x557173616a80 void 0.000120
+gallium_dri.so free 0x5571736169c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736169c0 0.000118
+gallium_dri.so free 0x557173616b00 void 0.000120
+gallium_dri.so free 0x5571736169c0 void 0.000119
+gallium_dri.so malloc 72 0x557173616b30 0.000120
+gallium_dri.so free 0x557173616b80 void 0.000119
+gallium_dri.so free 0x557173616b30 void 0.000120
+gallium_dri.so malloc 72 0x557173616b30 0.000121
+gallium_dri.so free 0x557173616c80 void 0.000119
+gallium_dri.so free 0x557173616b30 void 0.000118
+gallium_dri.so malloc 72 0x557173616cc0 0.000120
+gallium_dri.so free 0x557173616d40 void 0.000121
+gallium_dri.so free 0x557173616cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173616d40 0.000117
+gallium_dri.so free 0x557173616e00 void 0.000118
+gallium_dri.so free 0x557173616d40 void 0.000119
+gallium_dri.so malloc 72 0x557173616d40 0.000118
+gallium_dri.so free 0x557173616e80 void 0.000119
+gallium_dri.so free 0x557173616d40 void 0.000119
+gallium_dri.so malloc 72 0x557173616eb0 0.000117
+gallium_dri.so free 0x557173616f00 void 0.000118
+gallium_dri.so free 0x557173616eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173616eb0 0.000119
+gallium_dri.so free 0x557173617000 void 0.000120
+gallium_dri.so free 0x557173616eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173616fb0 0.000119
+gallium_dri.so free 0x5571736170c0 void 0.000119
+gallium_dri.so free 0x557173616fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173617070 0.000118
+gallium_dri.so free 0x557173617140 void 0.000118
+gallium_dri.so free 0x557173617070 void 0.000119
+gallium_dri.so malloc 72 0x557173617070 0.000119
+gallium_dri.so free 0x557173617200 void 0.000120
+gallium_dri.so free 0x557173617070 void 0.000120
+gallium_dri.so malloc 72 0x557173617070 0.000120
+gallium_dri.so free 0x5571736172c0 void 0.000120
+gallium_dri.so free 0x557173617070 void 0.000119
+gallium_dri.so malloc 72 0x557173617270 0.000118
+gallium_dri.so free 0x557173617340 void 0.000120
+gallium_dri.so free 0x557173617270 void 0.000119
+gallium_dri.so malloc 72 0x557173617390 0.000118
+gallium_dri.so free 0x557173617400 void 0.000119
+gallium_dri.so free 0x557173617390 void 0.000118
+gallium_dri.so malloc 72 0x557173617420 0.000118
+gallium_dri.so free 0x5571736174c0 void 0.000120
+gallium_dri.so free 0x557173617420 void 0.000120
+gallium_dri.so malloc 72 0x557173617470 0.000118
+gallium_dri.so free 0x557173617540 void 0.000120
+gallium_dri.so free 0x557173617470 void 0.000119
+gallium_dri.so malloc 72 0x557173617540 0.000119
+gallium_dri.so free 0x557173617600 void 0.000128
+gallium_dri.so free 0x557173617540 void 0.000122
+gallium_dri.so malloc 72 0x557173617540 0.000124
+gallium_dri.so free 0x557173617680 void 0.000121
+gallium_dri.so free 0x557173617540 void 0.000120
+gallium_dri.so malloc 72 0x557173617680 0.000118
+gallium_dri.so free 0x557173617740 void 0.000118
+gallium_dri.so free 0x557173617680 void 0.000117
+gallium_dri.so malloc 72 0x557173617680 0.000118
+gallium_dri.so free 0x557173617800 void 0.000129
+gallium_dri.so free 0x557173617680 void 0.000120
+gallium_dri.so malloc 72 0x557173617680 0.000118
+gallium_dri.so free 0x5571736178c0 void 0.000117
+gallium_dri.so free 0x557173617680 void 0.000119
+gallium_dri.so malloc 72 0x557173617870 0.000118
+gallium_dri.so free 0x557173617940 void 0.000120
+gallium_dri.so free 0x557173617870 void 0.000120
+gallium_dri.so malloc 72 0x557173617990 0.000118
+gallium_dri.so free 0x557173617a00 void 0.000119
+gallium_dri.so free 0x557173617990 void 0.000118
+gallium_dri.so malloc 72 0x557173617a40 0.000119
+gallium_dri.so free 0x557173617ac0 void 0.000119
+gallium_dri.so free 0x557173617a40 void 0.000119
+gallium_dri.so malloc 72 0x557173617a40 0.000119
+gallium_dri.so free 0x557173617b40 void 0.000118
+gallium_dri.so free 0x557173617a40 void 0.000119
+gallium_dri.so malloc 72 0x557173617b70 0.000167
+gallium_dri.so free 0x557173617bc0 void 0.000121
+gallium_dri.so free 0x557173617b70 void 0.000118
+gallium_dri.so malloc 72 0x557173617b70 0.000119
+gallium_dri.so free 0x557173617cc0 void 0.000120
+gallium_dri.so free 0x557173617b70 void 0.000118
+gallium_dri.so malloc 72 0x557173617c70 0.000118
+gallium_dri.so free 0x557173617d80 void 0.000118
+gallium_dri.so free 0x557173617c70 void 0.000118
+gallium_dri.so malloc 72 0x557173617d30 0.000117
+gallium_dri.so free 0x557173617dc0 void 0.000119
+gallium_dri.so free 0x557173617d30 void 0.000120
+gallium_dri.so malloc 72 0x557173617d30 0.000118
+gallium_dri.so free 0x557173617e80 void 0.000120
+gallium_dri.so free 0x557173617d30 void 0.000118
+gallium_dri.so malloc 72 0x557173617ef0 0.000118
+gallium_dri.so free 0x557173617f40 void 0.000118
+gallium_dri.so free 0x557173617ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173617ef0 0.000118
+gallium_dri.so free 0x557173618040 void 0.000120
+gallium_dri.so free 0x557173617ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173617ff0 0.000119
+gallium_dri.so free 0x557173618100 void 0.000120
+gallium_dri.so free 0x557173617ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571736180b0 0.000119
+gallium_dri.so free 0x557173618140 void 0.000119
+gallium_dri.so free 0x5571736180b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736180b0 0.000119
+gallium_dri.so free 0x557173618200 void 0.000118
+gallium_dri.so free 0x5571736180b0 void 0.000119
+gallium_dri.so malloc 72 0x557173618240 0.000118
+gallium_dri.so free 0x5571736182c0 void 0.000118
+gallium_dri.so free 0x557173618240 void 0.000118
+gallium_dri.so malloc 72 0x5571736182c0 0.000118
+gallium_dri.so free 0x557173618380 void 0.000120
+gallium_dri.so free 0x5571736182c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736182c0 0.000117
+gallium_dri.so free 0x557173618440 void 0.000119
+gallium_dri.so free 0x5571736182c0 void 0.000118
+gallium_dri.so malloc 72 0x557173618460 0.000118
+gallium_dri.so free 0x557173618500 void 0.000120
+gallium_dri.so free 0x557173618460 void 0.000118
+gallium_dri.so malloc 72 0x5571736184b0 0.000117
+gallium_dri.so free 0x557173618580 void 0.000119
+gallium_dri.so free 0x5571736184b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736184b0 0.000120
+gallium_dri.so free 0x557173618600 void 0.000119
+gallium_dri.so free 0x5571736184b0 void 0.000119
+gallium_dri.so malloc 72 0x557173618600 0.000119
+gallium_dri.so free 0x5571736186c0 void 0.000120
+gallium_dri.so free 0x557173618600 void 0.000119
+gallium_dri.so malloc 72 0x557173618600 0.000119
+gallium_dri.so free 0x557173618780 void 0.000128
+gallium_dri.so free 0x557173618600 void 0.000119
+gallium_dri.so malloc 72 0x557173618600 0.000119
+gallium_dri.so free 0x557173618840 void 0.000119
+gallium_dri.so free 0x557173618600 void 0.000119
+gallium_dri.so malloc 72 0x5571736187f0 0.000119
+gallium_dri.so free 0x557173618900 void 0.000120
+gallium_dri.so free 0x5571736187f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736188b0 0.000118
+gallium_dri.so free 0x557173618980 void 0.000118
+gallium_dri.so free 0x5571736188b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736189d0 0.000120
+gallium_dri.so free 0x557173618a40 void 0.000119
+gallium_dri.so free 0x5571736189d0 void 0.000120
+gallium_dri.so malloc 72 0x557173618a60 0.000119
+gallium_dri.so free 0x557173618b00 void 0.000119
+gallium_dri.so free 0x557173618a60 void 0.000119
+gallium_dri.so malloc 72 0x557173618ab0 0.000118
+gallium_dri.so free 0x557173618b80 void 0.000118
+gallium_dri.so free 0x557173618ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173618ab0 0.000117
+gallium_dri.so free 0x557173618c00 void 0.000117
+gallium_dri.so free 0x557173618ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173618c00 0.000118
+gallium_dri.so free 0x557173618cc0 void 0.000119
+gallium_dri.so free 0x557173618c00 void 0.000119
+gallium_dri.so malloc 72 0x557173618c00 0.000166
+gallium_dri.so free 0x557173618dc0 void 0.000121
+gallium_dri.so free 0x557173618c00 void 0.000121
+gallium_dri.so malloc 72 0x557173618d70 0.000118
+gallium_dri.so free 0x557173618e00 void 0.000132
+gallium_dri.so free 0x557173618d70 void 0.000120
+gallium_dri.so malloc 72 0x557173618d70 0.000120
+gallium_dri.so free 0x557173618ec0 void 0.000120
+gallium_dri.so free 0x557173618d70 void 0.000118
+gallium_dri.so malloc 72 0x557173618f00 0.000118
+gallium_dri.so free 0x557173618f80 void 0.000118
+gallium_dri.so free 0x557173618f00 void 0.000115
+gallium_dri.so malloc 72 0x557173618f80 0.000118
+gallium_dri.so free 0x557173619040 void 0.000131
+gallium_dri.so free 0x557173618f80 void 0.000120
+gallium_dri.so malloc 72 0x557173618f80 0.000120
+gallium_dri.so free 0x5571736190c0 void 0.000119
+gallium_dri.so free 0x557173618f80 void 0.000119
+gallium_dri.so malloc 72 0x5571736190f0 0.000118
+gallium_dri.so free 0x557173619140 void 0.000119
+gallium_dri.so free 0x5571736190f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736190f0 0.000119
+gallium_dri.so free 0x557173619240 void 0.000119
+gallium_dri.so free 0x5571736190f0 void 0.000119
+gallium_dri.so malloc 72 0x557173619280 0.000118
+gallium_dri.so free 0x557173619300 void 0.000119
+gallium_dri.so free 0x557173619280 void 0.000130
+gallium_dri.so malloc 72 0x557173619300 0.000119
+gallium_dri.so free 0x5571736193c0 void 0.000118
+gallium_dri.so free 0x557173619300 void 0.000120
+gallium_dri.so malloc 72 0x557173619300 0.000117
+gallium_dri.so free 0x557173619440 void 0.000118
+gallium_dri.so free 0x557173619300 void 0.000115
+gallium_dri.so malloc 72 0x557173619470 0.000118
+gallium_dri.so free 0x5571736194c0 void 0.000124
+gallium_dri.so free 0x557173619470 void 0.000119
+gallium_dri.so malloc 72 0x557173619470 0.000118
+gallium_dri.so free 0x5571736195c0 void 0.000119
+gallium_dri.so free 0x557173619470 void 0.000118
+gallium_dri.so malloc 72 0x557173619570 0.000119
+gallium_dri.so free 0x557173619680 void 0.000119
+gallium_dri.so free 0x557173619570 void 0.000120
+gallium_dri.so malloc 72 0x557173619630 0.000119
+gallium_dri.so free 0x557173619700 void 0.000119
+gallium_dri.so free 0x557173619630 void 0.000116
+gallium_dri.so malloc 72 0x557173619630 0.000119
+gallium_dri.so free 0x5571736197c0 void 0.000118
+gallium_dri.so free 0x557173619630 void 0.000120
+gallium_dri.so malloc 72 0x557173619630 0.000118
+gallium_dri.so free 0x557173619880 void 0.000118
+gallium_dri.so free 0x557173619630 void 0.000115
+gallium_dri.so malloc 72 0x557173619830 0.000118
+gallium_dri.so free 0x557173619900 void 0.000128
+gallium_dri.so free 0x557173619830 void 0.000120
+gallium_dri.so malloc 72 0x557173619950 0.000119
+gallium_dri.so free 0x5571736199c0 void 0.000120
+gallium_dri.so free 0x557173619950 void 0.000120
+gallium_dri.so malloc 72 0x5571736199e0 0.000119
+gallium_dri.so free 0x557173619a80 void 0.000118
+gallium_dri.so free 0x5571736199e0 void 0.000119
+gallium_dri.so malloc 72 0x557173619a30 0.000119
+gallium_dri.so free 0x557173619b00 void 0.000120
+gallium_dri.so free 0x557173619a30 void 0.000121
+gallium_dri.so malloc 72 0x557173619b00 0.000117
+gallium_dri.so free 0x557173619bc0 void 0.000118
+gallium_dri.so free 0x557173619b00 void 0.000119
+gallium_dri.so malloc 72 0x557173619b00 0.000119
+gallium_dri.so free 0x557173619c40 void 0.000118
+gallium_dri.so free 0x557173619b00 void 0.000119
+gallium_dri.so malloc 72 0x557173619c40 0.000120
+gallium_dri.so free 0x557173619d00 void 0.000119
+gallium_dri.so free 0x557173619c40 void 0.000115
+gallium_dri.so malloc 72 0x557173619c40 0.000118
+gallium_dri.so free 0x557173619dc0 void 0.000120
+gallium_dri.so free 0x557173619c40 void 0.000120
+gallium_dri.so malloc 72 0x557173619c40 0.000117
+gallium_dri.so free 0x557173619e80 void 0.000118
+gallium_dri.so free 0x557173619c40 void 0.000118
+gallium_dri.so malloc 72 0x557173619e30 0.000117
+gallium_dri.so free 0x557173619f00 void 0.000120
+gallium_dri.so free 0x557173619e30 void 0.000119
+gallium_dri.so malloc 72 0x557173619f50 0.000120
+gallium_dri.so free 0x557173619fc0 void 0.000118
+gallium_dri.so free 0x557173619f50 void 0.000119
+gallium_dri.so malloc 72 0x55717361a000 0.000118
+gallium_dri.so free 0x55717361a080 void 0.000117
+gallium_dri.so free 0x55717361a000 void 0.000118
+gallium_dri.so malloc 72 0x55717361a000 0.000118
+gallium_dri.so free 0x55717361a100 void 0.000119
+gallium_dri.so free 0x55717361a000 void 0.000120
+gallium_dri.so malloc 72 0x55717361a130 0.000119
+gallium_dri.so free 0x55717361a180 void 0.000119
+gallium_dri.so free 0x55717361a130 void 0.000117
+gallium_dri.so malloc 72 0x55717361a130 0.000118
+gallium_dri.so free 0x55717361a280 void 0.000118
+gallium_dri.so free 0x55717361a130 void 0.000118
+gallium_dri.so malloc 72 0x55717361a230 0.000118
+gallium_dri.so free 0x55717361a340 void 0.000117
+gallium_dri.so free 0x55717361a230 void 0.000119
+gallium_dri.so malloc 72 0x55717361a2f0 0.000118
+gallium_dri.so free 0x55717361a380 void 0.000120
+gallium_dri.so free 0x55717361a2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a2f0 0.000118
+gallium_dri.so free 0x55717361a440 void 0.000123
+gallium_dri.so free 0x55717361a2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4b0 0.000127
+gallium_dri.so free 0x55717361a500 void 0.000120
+gallium_dri.so free 0x55717361a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4b0 0.000119
+gallium_dri.so free 0x55717361a600 void 0.000117
+gallium_dri.so free 0x55717361a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a5b0 0.000117
+gallium_dri.so free 0x55717361a6c0 void 0.000120
+gallium_dri.so free 0x55717361a5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a670 0.000119
+gallium_dri.so free 0x55717361a700 void 0.000118
+gallium_dri.so free 0x55717361a670 void 0.000119
+gallium_dri.so malloc 72 0x55717361a670 0.000120
+gallium_dri.so free 0x55717361a7c0 void 0.000119
+gallium_dri.so free 0x55717361a670 void 0.000118
+gallium_dri.so malloc 72 0x55717361a800 0.000119
+gallium_dri.so free 0x55717361a880 void 0.000118
+gallium_dri.so free 0x55717361a800 void 0.000122
+gallium_dri.so malloc 72 0x55717361a880 0.000121
+gallium_dri.so free 0x55717361a940 void 0.000120
+gallium_dri.so free 0x55717361a880 void 0.000118
+gallium_dri.so malloc 72 0x55717361a880 0.000118
+gallium_dri.so free 0x55717361aa00 void 0.000118
+gallium_dri.so free 0x55717361a880 void 0.000118
+gallium_dri.so malloc 72 0x55717361aa20 0.000117
+gallium_dri.so free 0x55717361aac0 void 0.000118
+gallium_dri.so free 0x55717361aa20 void 0.000169
+gallium_dri.so malloc 72 0x55717361aa70 0.000131
+gallium_dri.so free 0x55717361ab40 void 0.000124
+gallium_dri.so free 0x55717361aa70 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa70 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000118
+gallium_dri.so free 0x55717361aa70 void 0.000119
+gallium_dri.so malloc 72 0x55717361abc0 0.000118
+gallium_dri.so free 0x55717361ac80 void 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361abc0 0.000118
+gallium_dri.so free 0x55717361ad40 void 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361abc0 0.000120
+gallium_dri.so free 0x55717361ae00 void 0.000120
+gallium_dri.so free 0x55717361abc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361adb0 0.000119
+gallium_dri.so free 0x55717361aec0 void 0.000118
+gallium_dri.so free 0x55717361adb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ae70 0.000119
+gallium_dri.so free 0x55717361af40 void 0.000120
+gallium_dri.so free 0x55717361ae70 void 0.000119
+gallium_dri.so malloc 72 0x55717361af90 0.000119
+gallium_dri.so free 0x55717361b000 void 0.000118
+gallium_dri.so free 0x55717361af90 void 0.000118
+gallium_dri.so malloc 72 0x55717361b020 0.000119
+gallium_dri.so free 0x55717361b0c0 void 0.000122
+gallium_dri.so free 0x55717361b020 void 0.000120
+gallium_dri.so malloc 72 0x55717361b070 0.000120
+gallium_dri.so free 0x55717361b140 void 0.000118
+gallium_dri.so free 0x55717361b070 void 0.000120
+gallium_dri.so malloc 72 0x55717361b070 0.000120
+gallium_dri.so free 0x55717361b1c0 void 0.000119
+gallium_dri.so free 0x55717361b070 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1c0 0.000120
+gallium_dri.so free 0x55717361b280 void 0.000119
+gallium_dri.so free 0x55717361b1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1c0 0.000117
+gallium_dri.so free 0x55717361b380 void 0.000118
+gallium_dri.so free 0x55717361b1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b330 0.000123
+gallium_dri.so free 0x55717361b3c0 void 0.000119
+gallium_dri.so free 0x55717361b330 void 0.000119
+gallium_dri.so malloc 72 0x55717361b330 0.000118
+gallium_dri.so free 0x55717361b480 void 0.000119
+gallium_dri.so free 0x55717361b330 void 0.000118
+gallium_dri.so malloc 72 0x55717361b4c0 0.000119
+gallium_dri.so free 0x55717361b540 void 0.000119
+gallium_dri.so free 0x55717361b4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b540 0.000118
+gallium_dri.so free 0x55717361b600 void 0.000118
+gallium_dri.so free 0x55717361b540 void 0.000119
+gallium_dri.so malloc 72 0x55717361b540 0.000128
+gallium_dri.so free 0x55717361b680 void 0.000119
+gallium_dri.so free 0x55717361b540 void 0.000120
+gallium_dri.so malloc 72 0x55717361b6b0 0.000118
+gallium_dri.so free 0x55717361b700 void 0.000118
+gallium_dri.so free 0x55717361b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b6b0 0.000118
+gallium_dri.so free 0x55717361b800 void 0.000120
+gallium_dri.so free 0x55717361b6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b840 0.000119
+gallium_dri.so free 0x55717361b8c0 void 0.000119
+gallium_dri.so free 0x55717361b840 void 0.000119
+gallium_dri.so malloc 72 0x55717361b8c0 0.000118
+gallium_dri.so free 0x55717361b980 void 0.000119
+gallium_dri.so free 0x55717361b8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b8c0 0.000118
+gallium_dri.so free 0x55717361ba00 void 0.000119
+gallium_dri.so free 0x55717361b8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ba30 0.000118
+gallium_dri.so free 0x55717361ba80 void 0.000118
+gallium_dri.so free 0x55717361ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717361ba30 0.000117
+gallium_dri.so free 0x55717361bb80 void 0.000118
+gallium_dri.so free 0x55717361ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717361bb30 0.000118
+gallium_dri.so free 0x55717361bc40 void 0.000119
+gallium_dri.so free 0x55717361bb30 void 0.000189
+gallium_dri.so malloc 72 0x55717361bbf0 0.000119
+gallium_dri.so free 0x55717361bcc0 void 0.000118
+gallium_dri.so free 0x55717361bbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bbf0 0.000118
+gallium_dri.so free 0x55717361bd80 void 0.000118
+gallium_dri.so free 0x55717361bbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bbf0 0.000117
+gallium_dri.so free 0x55717361be40 void 0.000119
+gallium_dri.so free 0x55717361bbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361bdf0 0.000119
+gallium_dri.so free 0x55717361bec0 void 0.000119
+gallium_dri.so free 0x55717361bdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bf10 0.000118
+gallium_dri.so free 0x55717361bf80 void 0.000119
+gallium_dri.so free 0x55717361bf10 void 0.000119
+gallium_dri.so malloc 72 0x55717361bfa0 0.000118
+gallium_dri.so free 0x55717361c040 void 0.000121
+gallium_dri.so free 0x55717361bfa0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bff0 0.000117
+gallium_dri.so free 0x55717361c0c0 void 0.000119
+gallium_dri.so free 0x55717361bff0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c0c0 0.000129
+gallium_dri.so free 0x55717361c180 void 0.000119
+gallium_dri.so free 0x55717361c0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c0c0 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000129
+gallium_dri.so free 0x55717361c0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c200 0.000118
+gallium_dri.so free 0x55717361c2c0 void 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000117
+gallium_dri.so malloc 72 0x55717361c200 0.000120
+gallium_dri.so free 0x55717361c380 void 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000118
+gallium_dri.so malloc 72 0x55717361c200 0.000119
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000119
+gallium_dri.so malloc 72 0x55717361c3f0 0.000119
+gallium_dri.so free 0x55717361c4c0 void 0.000118
+gallium_dri.so free 0x55717361c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c510 0.000118
+gallium_dri.so free 0x55717361c580 void 0.000121
+gallium_dri.so free 0x55717361c510 void 0.000118
+gallium_dri.so malloc 72 0x55717361c5c0 0.000118
+gallium_dri.so free 0x55717361c640 void 0.000121
+gallium_dri.so free 0x55717361c5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c5c0 0.000119
+gallium_dri.so free 0x55717361c6c0 void 0.000119
+gallium_dri.so free 0x55717361c5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c6f0 0.000118
+gallium_dri.so free 0x55717361c740 void 0.000118
+gallium_dri.so free 0x55717361c6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c6f0 0.000128
+gallium_dri.so free 0x55717361c840 void 0.000118
+gallium_dri.so free 0x55717361c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c7f0 0.000120
+gallium_dri.so free 0x55717361c900 void 0.000119
+gallium_dri.so free 0x55717361c7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c8b0 0.000118
+gallium_dri.so free 0x55717361c940 void 0.000119
+gallium_dri.so free 0x55717361c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c8b0 0.000119
+gallium_dri.so free 0x55717361ca00 void 0.000119
+gallium_dri.so free 0x55717361c8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ca70 0.000117
+gallium_dri.so free 0x55717361cac0 void 0.000119
+gallium_dri.so free 0x55717361ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717361ca70 0.000117
+gallium_dri.so free 0x55717361cbc0 void 0.000118
+gallium_dri.so free 0x55717361ca70 void 0.000115
+gallium_dri.so malloc 72 0x55717361cb70 0.000119
+gallium_dri.so free 0x55717361cc80 void 0.000119
+gallium_dri.so free 0x55717361cb70 void 0.000120
+gallium_dri.so malloc 72 0x55717361cc30 0.000118
+gallium_dri.so free 0x55717361ccc0 void 0.000118
+gallium_dri.so free 0x55717361cc30 void 0.000120
+gallium_dri.so malloc 72 0x55717361cc30 0.000118
+gallium_dri.so free 0x55717361cd80 void 0.000119
+gallium_dri.so free 0x55717361cc30 void 0.000164
+gallium_dri.so malloc 72 0x55717361cdc0 0.000120
+gallium_dri.so free 0x55717361ce40 void 0.000119
+gallium_dri.so free 0x55717361cdc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ce40 0.000117
+gallium_dri.so free 0x55717361cf00 void 0.000118
+gallium_dri.so free 0x55717361ce40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ce40 0.000118
+gallium_dri.so free 0x55717361cfc0 void 0.000120
+gallium_dri.so free 0x55717361ce40 void 0.000120
+gallium_dri.so malloc 72 0x55717361cfe0 0.000118
+gallium_dri.so free 0x55717361d080 void 0.000121
+gallium_dri.so free 0x55717361cfe0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d030 0.000118
+gallium_dri.so free 0x55717361d100 void 0.000120
+gallium_dri.so free 0x55717361d030 void 0.000119
+gallium_dri.so malloc 72 0x55717361d030 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000120
+gallium_dri.so free 0x55717361d030 void 0.000119
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d240 void 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000124
+gallium_dri.so malloc 72 0x55717361d180 0.000120
+gallium_dri.so free 0x55717361d300 void 0.000119
+gallium_dri.so free 0x55717361d180 void 0.000119
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d3c0 void 0.000129
+gallium_dri.so free 0x55717361d180 void 0.000119
+gallium_dri.so malloc 72 0x55717361d370 0.000120
+gallium_dri.so free 0x55717361d480 void 0.000119
+gallium_dri.so free 0x55717361d370 void 0.000119
+gallium_dri.so malloc 72 0x55717361d430 0.000119
+gallium_dri.so free 0x55717361d500 void 0.000120
+gallium_dri.so free 0x55717361d430 void 0.000119
+gallium_dri.so malloc 72 0x55717361d550 0.000119
+gallium_dri.so free 0x55717361d5c0 void 0.000120
+gallium_dri.so free 0x55717361d550 void 0.000119
+gallium_dri.so malloc 72 0x55717361d5e0 0.000118
+gallium_dri.so free 0x55717361d680 void 0.000119
+gallium_dri.so free 0x55717361d5e0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d630 0.000119
+gallium_dri.so free 0x55717361d700 void 0.000118
+gallium_dri.so free 0x55717361d630 void 0.000120
+gallium_dri.so malloc 72 0x55717361d630 0.000117
+gallium_dri.so free 0x55717361d780 void 0.000119
+gallium_dri.so free 0x55717361d630 void 0.000118
+gallium_dri.so malloc 72 0x55717361d780 0.000118
+gallium_dri.so free 0x55717361d840 void 0.000120
+gallium_dri.so free 0x55717361d780 void 0.000118
+gallium_dri.so malloc 72 0x55717361d780 0.000117
+gallium_dri.so free 0x55717361d940 void 0.000117
+gallium_dri.so free 0x55717361d780 void 0.000118
+gallium_dri.so malloc 72 0x55717361d8f0 0.000126
+gallium_dri.so free 0x55717361d980 void 0.000124
+gallium_dri.so free 0x55717361d8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d8f0 0.000119
+gallium_dri.so free 0x55717361da40 void 0.000119
+gallium_dri.so free 0x55717361d8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361da80 0.000118
+gallium_dri.so free 0x55717361db00 void 0.000118
+gallium_dri.so free 0x55717361da80 void 0.000119
+gallium_dri.so malloc 72 0x55717361db00 0.000119
+gallium_dri.so free 0x55717361dbc0 void 0.000120
+gallium_dri.so free 0x55717361db00 void 0.000116
+gallium_dri.so malloc 72 0x55717361db00 0.000118
+gallium_dri.so free 0x55717361dc40 void 0.000118
+gallium_dri.so free 0x55717361db00 void 0.000118
+gallium_dri.so malloc 72 0x55717361dc70 0.000120
+gallium_dri.so free 0x55717361dcc0 void 0.000119
+gallium_dri.so free 0x55717361dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717361dc70 0.000119
+gallium_dri.so free 0x55717361ddc0 void 0.000120
+gallium_dri.so free 0x55717361dc70 void 0.000120
+gallium_dri.so malloc 72 0x55717361de00 0.000119
+gallium_dri.so free 0x55717361de80 void 0.000118
+gallium_dri.so free 0x55717361de00 void 0.000118
+gallium_dri.so malloc 72 0x55717361de80 0.000120
+gallium_dri.so free 0x55717361df40 void 0.000120
+gallium_dri.so free 0x55717361de80 void 0.000119
+gallium_dri.so malloc 72 0x55717361de80 0.000124
+gallium_dri.so free 0x55717361dfc0 void 0.000120
+gallium_dri.so free 0x55717361de80 void 0.000119
+gallium_dri.so malloc 72 0x55717361dff0 0.000118
+gallium_dri.so free 0x55717361e040 void 0.000118
+gallium_dri.so free 0x55717361dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dff0 0.000117
+gallium_dri.so free 0x55717361e140 void 0.000118
+gallium_dri.so free 0x55717361dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e0f0 0.000118
+gallium_dri.so free 0x55717361e200 void 0.000118
+gallium_dri.so free 0x55717361e0f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361e1b0 0.000119
+gallium_dri.so free 0x55717361e280 void 0.000118
+gallium_dri.so free 0x55717361e1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e1b0 0.000117
+gallium_dri.so free 0x55717361e340 void 0.000118
+gallium_dri.so free 0x55717361e1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e1b0 0.000118
+gallium_dri.so free 0x55717361e400 void 0.000118
+gallium_dri.so free 0x55717361e1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e3b0 0.000118
+gallium_dri.so free 0x55717361e480 void 0.000118
+gallium_dri.so free 0x55717361e3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e4d0 0.000118
+gallium_dri.so free 0x55717361e540 void 0.000118
+gallium_dri.so free 0x55717361e4d0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e560 0.000111
+gallium_dri.so free 0x55717361e600 void 0.000111
+gallium_dri.so free 0x55717361e560 void 0.000110
+gallium_dri.so malloc 72 0x55717361e5b0 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000111
+gallium_dri.so free 0x55717361e5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361e680 0.000110
+gallium_dri.so free 0x55717361e740 void 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000111
+gallium_dri.so malloc 72 0x55717361e680 0.000112
+gallium_dri.so free 0x55717361e7c0 void 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000110
+gallium_dri.so malloc 72 0x55717361e7c0 0.000111
+gallium_dri.so free 0x55717361e880 void 0.000111
+gallium_dri.so free 0x55717361e7c0 void 0.000110
+gallium_dri.so malloc 72 0x55717361e7c0 0.000111
+gallium_dri.so free 0x55717361e940 void 0.000109
+gallium_dri.so free 0x55717361e7c0 void 0.000109
+gallium_dri.so malloc 72 0x55717361e7c0 0.000110
+gallium_dri.so free 0x55717361ea00 void 0.000110
+gallium_dri.so free 0x55717361e7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e9b0 0.000112
+gallium_dri.so free 0x55717361ea80 void 0.000113
+gallium_dri.so free 0x55717361e9b0 void 0.000110
+gallium_dri.so malloc 72 0x55717361ead0 0.000110
+gallium_dri.so free 0x55717361eb40 void 0.000109
+gallium_dri.so free 0x55717361ead0 void 0.000110
+gallium_dri.so malloc 72 0x55717361eb80 0.000128
+gallium_dri.so free 0x55717361ec00 void 0.000120
+gallium_dri.so free 0x55717361eb80 void 0.000118
+gallium_dri.so malloc 72 0x55717361eb80 0.000118
+gallium_dri.so free 0x55717361ec80 void 0.000119
+gallium_dri.so free 0x55717361eb80 void 0.000119
+gallium_dri.so malloc 72 0x55717361ecb0 0.000117
+gallium_dri.so free 0x55717361ed00 void 0.000123
+gallium_dri.so free 0x55717361ecb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ecb0 0.000119
+gallium_dri.so free 0x55717361ee00 void 0.000119
+gallium_dri.so free 0x55717361ecb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361edb0 0.000118
+gallium_dri.so free 0x55717361eec0 void 0.000118
+gallium_dri.so free 0x55717361edb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ee70 0.000118
+gallium_dri.so free 0x55717361ef00 void 0.000117
+gallium_dri.so free 0x55717361ee70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ee70 0.000118
+gallium_dri.so free 0x55717361efc0 void 0.000119
+gallium_dri.so free 0x55717361ee70 void 0.000119
+gallium_dri.so malloc 72 0x55717361f030 0.000120
+gallium_dri.so free 0x55717361f080 void 0.000118
+gallium_dri.so free 0x55717361f030 void 0.000119
+gallium_dri.so malloc 72 0x55717361f030 0.000118
+gallium_dri.so free 0x55717361f180 void 0.000118
+gallium_dri.so free 0x55717361f030 void 0.000156
+gallium_dri.so malloc 72 0x55717361f130 0.000126
+gallium_dri.so free 0x55717361f240 void 0.000120
+gallium_dri.so free 0x55717361f130 void 0.000119
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f280 void 0.000122
+gallium_dri.so free 0x55717361f1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f340 void 0.000119
+gallium_dri.so free 0x55717361f1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f380 0.000117
+gallium_dri.so free 0x55717361f400 void 0.000118
+gallium_dri.so free 0x55717361f380 void 0.000117
+gallium_dri.so malloc 72 0x55717361f400 0.000119
+gallium_dri.so free 0x55717361f4c0 void 0.000118
+gallium_dri.so free 0x55717361f400 void 0.000158
+gallium_dri.so malloc 72 0x55717361f400 0.000120
+gallium_dri.so free 0x55717361f580 void 0.000118
+gallium_dri.so free 0x55717361f400 void 0.000117
+gallium_dri.so malloc 72 0x55717361f5a0 0.000119
+gallium_dri.so free 0x55717361f640 void 0.000118
+gallium_dri.so free 0x55717361f5a0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f5f0 0.000119
+gallium_dri.so free 0x55717361f6c0 void 0.000119
+gallium_dri.so free 0x55717361f5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f5f0 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000128
+gallium_dri.so free 0x55717361f5f0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f740 0.000111
+gallium_dri.so free 0x55717361f800 void 0.000112
+gallium_dri.so free 0x55717361f740 void 0.000111
+gallium_dri.so malloc 72 0x55717361f740 0.000109
+gallium_dri.so free 0x55717361f8c0 void 0.000111
+gallium_dri.so free 0x55717361f740 void 0.000110
+gallium_dri.so malloc 72 0x55717361f740 0.000110
+gallium_dri.so free 0x55717361f980 void 0.000112
+gallium_dri.so free 0x55717361f740 void 0.000111
+gallium_dri.so malloc 72 0x55717361f930 0.000111
+gallium_dri.so free 0x55717361fa40 void 0.000111
+gallium_dri.so free 0x55717361f930 void 0.000112
+gallium_dri.so malloc 72 0x55717361f9f0 0.000111
+gallium_dri.so free 0x55717361fac0 void 0.000110
+gallium_dri.so free 0x55717361f9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb10 0.000112
+gallium_dri.so free 0x55717361fb80 void 0.000111
+gallium_dri.so free 0x55717361fb10 void 0.000110
+gallium_dri.so malloc 72 0x55717361fba0 0.000113
+gallium_dri.so free 0x55717361fc40 void 0.000114
+gallium_dri.so free 0x55717361fba0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fbf0 0.000110
+gallium_dri.so free 0x55717361fcc0 void 0.000112
+gallium_dri.so free 0x55717361fbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fbf0 0.000111
+gallium_dri.so free 0x55717361fd40 void 0.000111
+gallium_dri.so free 0x55717361fbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361fd40 0.000121
+gallium_dri.so free 0x55717361fe00 void 0.000119
+gallium_dri.so free 0x55717361fd40 void 0.000119
+gallium_dri.so malloc 72 0x55717361fd40 0.000120
+gallium_dri.so free 0x55717361ff00 void 0.000120
+gallium_dri.so free 0x55717361fd40 void 0.000150
+gallium_dri.so malloc 72 0x55717361feb0 0.000121
+gallium_dri.so free 0x55717361ff40 void 0.000120
+gallium_dri.so free 0x55717361feb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361feb0 0.000118
+gallium_dri.so free 0x557173620000 void 0.000120
+gallium_dri.so free 0x55717361feb0 void 0.000117
+gallium_dri.so malloc 72 0x557173620040 0.000120
+gallium_dri.so free 0x5571736200c0 void 0.000120
+gallium_dri.so free 0x557173620040 void 0.000120
+gallium_dri.so malloc 72 0x5571736200c0 0.000120
+gallium_dri.so free 0x557173620180 void 0.000119
+gallium_dri.so free 0x5571736200c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736200c0 0.000121
+gallium_dri.so free 0x557173620200 void 0.000121
+gallium_dri.so free 0x5571736200c0 void 0.000119
+gallium_dri.so malloc 72 0x557173620230 0.000119
+gallium_dri.so free 0x557173620280 void 0.000119
+gallium_dri.so free 0x557173620230 void 0.000118
+gallium_dri.so malloc 72 0x557173620230 0.000119
+gallium_dri.so free 0x557173620380 void 0.000164
+gallium_dri.so free 0x557173620230 void 0.000121
+gallium_dri.so malloc 72 0x5571736203c0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000118
+gallium_dri.so free 0x5571736203c0 void 0.000119
+gallium_dri.so malloc 72 0x557173620440 0.000119
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so free 0x557173620440 void 0.000120
+gallium_dri.so malloc 72 0x557173620440 0.000118
+gallium_dri.so free 0x557173620580 void 0.000118
+gallium_dri.so free 0x557173620440 void 0.000119
+gallium_dri.so malloc 72 0x5571736205b0 0.000119
+gallium_dri.so free 0x557173620600 void 0.000122
+gallium_dri.so free 0x5571736205b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736205b0 0.000119
+gallium_dri.so free 0x557173620700 void 0.000119
+gallium_dri.so free 0x5571736205b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736206b0 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000118
+gallium_dri.so free 0x5571736206b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620770 0.000118
+gallium_dri.so free 0x557173620840 void 0.000119
+gallium_dri.so free 0x557173620770 void 0.000119
+gallium_dri.so malloc 72 0x557173620770 0.000119
+gallium_dri.so free 0x557173620900 void 0.000118
+gallium_dri.so free 0x557173620770 void 0.000119
+gallium_dri.so malloc 72 0x557173620770 0.000127
+gallium_dri.so free 0x5571736209c0 void 0.000113
+gallium_dri.so free 0x557173620770 void 0.000111
+gallium_dri.so malloc 72 0x557173620970 0.000112
+gallium_dri.so free 0x557173620a40 void 0.000110
+gallium_dri.so free 0x557173620970 void 0.000111
+gallium_dri.so malloc 72 0x557173620a90 0.000112
+gallium_dri.so free 0x557173620b00 void 0.000112
+gallium_dri.so free 0x557173620a90 void 0.000113
+gallium_dri.so malloc 72 0x557173620b20 0.000112
+gallium_dri.so free 0x557173620bc0 void 0.000123
+gallium_dri.so free 0x557173620b20 void 0.000112
+gallium_dri.so malloc 72 0x557173620b70 0.000111
+gallium_dri.so free 0x557173620c40 void 0.000111
+gallium_dri.so free 0x557173620b70 void 0.000113
+gallium_dri.so malloc 72 0x557173620c40 0.000112
+gallium_dri.so free 0x557173620d00 void 0.000111
+gallium_dri.so free 0x557173620c40 void 0.000112
+gallium_dri.so malloc 72 0x557173620c40 0.000112
+gallium_dri.so free 0x557173620d80 void 0.000111
+gallium_dri.so free 0x557173620c40 void 0.000112
+gallium_dri.so malloc 72 0x557173620d80 0.000111
+gallium_dri.so free 0x557173620e40 void 0.000114
+gallium_dri.so free 0x557173620d80 void 0.000111
+gallium_dri.so malloc 72 0x557173620d80 0.000111
+gallium_dri.so free 0x557173620f40 void 0.000111
+gallium_dri.so free 0x557173620d80 void 0.000110
+gallium_dri.so malloc 72 0x557173620d80 0.000113
+gallium_dri.so free 0x5571735bf3c0 void 0.000128
+gallium_dri.so free 0x557173620d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf370 0.000119
+gallium_dri.so free 0x5571735bfc80 void 0.000119
+gallium_dri.so free 0x5571735bf370 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfc30 0.000119
+gallium_dri.so free 0x5571735bf4c0 void 0.000120
+gallium_dri.so free 0x5571735bfc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf500 0.000119
+gallium_dri.so free 0x5571735bf580 void 0.000119
+gallium_dri.so free 0x5571735bf500 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf500 0.000120
+gallium_dri.so free 0x5571735bf600 void 0.000118
+gallium_dri.so free 0x5571735bf500 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf630 0.000119
+gallium_dri.so free 0x5571735bf680 void 0.000119
+gallium_dri.so free 0x5571735bf630 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf630 0.000120
+gallium_dri.so free 0x5571735bf840 void 0.000120
+gallium_dri.so free 0x5571735bf630 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf890 0.000120
+gallium_dri.so free 0x5571735bf900 void 0.000119
+gallium_dri.so free 0x5571735bf890 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf920 0.000119
+gallium_dri.so free 0x5571735bf9c0 void 0.000120
+gallium_dri.so free 0x5571735bf920 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf970 0.000168
+gallium_dri.so free 0x5571735bfa40 void 0.000120
+gallium_dri.so free 0x5571735bf970 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfab0 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000118
+gallium_dri.so free 0x5571735bfab0 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x557173588440 void 0.000119
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588490 0.000118
+gallium_dri.so free 0x557173588500 void 0.000119
+gallium_dri.so free 0x557173588490 void 0.000116
+gallium_dri.so malloc 72 0x557173588520 0.000119
+gallium_dri.so free 0x5571735885c0 void 0.000118
+gallium_dri.so free 0x557173588520 void 0.000117
+gallium_dri.so malloc 72 0x557173588570 0.000118
+gallium_dri.so free 0x557173588640 void 0.000120
+gallium_dri.so free 0x557173588570 void 0.000118
+gallium_dri.so malloc 72 0x557173588570 0.000119
+gallium_dri.so free 0x5571735886c0 void 0.000118
+gallium_dri.so free 0x557173588570 void 0.000118
+gallium_dri.so malloc 72 0x5571735886c0 0.000119
+gallium_dri.so free 0x557173588780 void 0.000119
+gallium_dri.so free 0x5571735886c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735886c0 0.000120
+gallium_dri.so free 0x557173588880 void 0.000119
+gallium_dri.so free 0x5571735886c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735886c0 0.000112
+gallium_dri.so free 0x557173588900 void 0.000112
+gallium_dri.so free 0x5571735886c0 void 0.000111
+gallium_dri.so malloc 72 0x557173588930 0.000110
+gallium_dri.so free 0x557173588980 void 0.000111
+gallium_dri.so free 0x557173588930 void 0.000111
+gallium_dri.so malloc 72 0x557173588930 0.000111
+gallium_dri.so free 0x557173588a80 void 0.000110
+gallium_dri.so free 0x557173588930 void 0.000112
+gallium_dri.so malloc 72 0x557173588a30 0.000110
+gallium_dri.so free 0x557173588b40 void 0.000114
+gallium_dri.so free 0x557173588a30 void 0.000112
+gallium_dri.so malloc 72 0x557173588af0 0.000110
+gallium_dri.so free 0x557173588b80 void 0.000111
+gallium_dri.so free 0x557173588af0 void 0.000111
+gallium_dri.so malloc 72 0x557173588af0 0.000112
+gallium_dri.so free 0x557173588c40 void 0.000111
+gallium_dri.so free 0x557173588af0 void 0.000112
+gallium_dri.so malloc 72 0x557173588c90 0.000113
+gallium_dri.so free 0x557173588d00 void 0.000112
+gallium_dri.so free 0x557173588c90 void 0.000112
+gallium_dri.so malloc 72 0x557173588d40 0.000111
+gallium_dri.so free 0x557173588dc0 void 0.000112
+gallium_dri.so free 0x557173588d40 void 0.000111
+gallium_dri.so malloc 72 0x557173588dc0 0.000112
+gallium_dri.so free 0x557173588e80 void 0.000115
+gallium_dri.so free 0x557173588dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173588dc0 0.000123
+gallium_dri.so free 0x557173588f00 void 0.000120
+gallium_dri.so free 0x557173588dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588f30 0.000117
+gallium_dri.so free 0x557173588f80 void 0.000118
+gallium_dri.so free 0x557173588f30 void 0.000134
+gallium_dri.so malloc 72 0x557173588f30 0.000119
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x557173588f30 void 0.000119
+gallium_dri.so malloc 72 0x557173589030 0.000118
+gallium_dri.so free 0x557173589140 void 0.000118
+gallium_dri.so free 0x557173589030 void 0.000119
+gallium_dri.so malloc 72 0x5571735890f0 0.000119
+gallium_dri.so free 0x5571735891c0 void 0.000120
+gallium_dri.so free 0x5571735890f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735891e0 0.000119
+gallium_dri.so free 0x557173589280 void 0.000118
+gallium_dri.so free 0x5571735891e0 void 0.000118
+gallium_dri.so malloc 72 0x557173589230 0.000118
+gallium_dri.so free 0x557173589300 void 0.000120
+gallium_dri.so free 0x557173589230 void 0.000118
+gallium_dri.so malloc 72 0x557173589230 0.000119
+gallium_dri.so free 0x557173589380 void 0.000119
+gallium_dri.so free 0x557173589230 void 0.000118
+gallium_dri.so malloc 72 0x557173589380 0.000119
+gallium_dri.so free 0x557173589440 void 0.000118
+gallium_dri.so free 0x557173589380 void 0.000119
+gallium_dri.so malloc 72 0x557173589380 0.000121
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so free 0x557173589380 void 0.000117
+gallium_dri.so malloc 72 0x557173589380 0.000119
+gallium_dri.so free 0x5571735895c0 void 0.000119
+gallium_dri.so free 0x557173589380 void 0.000121
+gallium_dri.so malloc 72 0x557173589570 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000120
+gallium_dri.so free 0x557173589570 void 0.000118
+gallium_dri.so malloc 72 0x557173589570 0.000119
+gallium_dri.so free 0x5571735896c0 void 0.000118
+gallium_dri.so free 0x557173589570 void 0.000118
+gallium_dri.so malloc 72 0x557173589670 0.000119
+gallium_dri.so free 0x557173589780 void 0.000118
+gallium_dri.so free 0x557173589670 void 0.000118
+gallium_dri.so malloc 72 0x557173589730 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000121
+gallium_dri.so free 0x557173589730 void 0.000118
+gallium_dri.so malloc 72 0x557173589730 0.000117
+gallium_dri.so free 0x557173589880 void 0.000119
+gallium_dri.so free 0x557173589730 void 0.000119
+gallium_dri.so malloc 72 0x5571735898c0 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000120
+gallium_dri.so free 0x5571735898c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000144
+gallium_dri.so free 0x5571735bff40 void 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bff60 0.000118
+gallium_dri.so free 0x5571735c0000 void 0.000118
+gallium_dri.so free 0x5571735bff60 void 0.000119
+gallium_dri.so malloc 72 0x5571735bffb0 0.000120
+gallium_dri.so free 0x5571735c0080 void 0.000119
+gallium_dri.so free 0x5571735bffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bffb0 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000119
+gallium_dri.so free 0x5571735bffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0100 0.000119
+gallium_dri.so free 0x5571735c01c0 void 0.000125
+gallium_dri.so free 0x5571735c0100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0100 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so free 0x5571735c0100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0100 0.000119
+gallium_dri.so free 0x5571735c0340 void 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c03b0 0.000117
+gallium_dri.so free 0x5571735c0480 void 0.000180
+gallium_dri.so free 0x5571735c03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c04d0 0.000119
+gallium_dri.so free 0x5571735c0540 void 0.000129
+gallium_dri.so free 0x5571735c04d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0560 0.000119
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so free 0x5571735c0560 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0680 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000120
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0700 0.000118
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0700 0.000119
+gallium_dri.so free 0x5571735c08c0 void 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0870 0.000120
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735c0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0870 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0a00 0.000136
+gallium_dri.so free 0x5571735c0a80 void 0.000120
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a80 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000120
+gallium_dri.so free 0x5571735c0a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a80 0.000120
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so free 0x5571735c0a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000118
+gallium_dri.so free 0x5571735c0c40 void 0.000120
+gallium_dri.so free 0x5571735c0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000119
+gallium_dri.so free 0x5571735c0d40 void 0.000118
+gallium_dri.so free 0x5571735c0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0d80 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000121
+gallium_dri.so free 0x5571735c0d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0e00 0.000121
+gallium_dri.so free 0x5571735c0ec0 void 0.000120
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e00 0.000119
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f70 0.000119
+gallium_dri.so free 0x5571735c0fc0 void 0.000119
+gallium_dri.so free 0x5571735c0f70 void 0.000136
+gallium_dri.so malloc 72 0x5571735c0f70 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000145
+gallium_dri.so free 0x5571735c0f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1070 0.000125
+gallium_dri.so free 0x5571735c1180 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1130 0.000116
+gallium_dri.so free 0x5571735c1200 void 0.000119
+gallium_dri.so free 0x5571735c1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1130 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000120
+gallium_dri.so free 0x5571735c1130 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1130 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000120
+gallium_dri.so free 0x5571735c1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1330 0.000119
+gallium_dri.so free 0x5571735c1400 void 0.000119
+gallium_dri.so free 0x5571735c1330 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1450 0.000120
+gallium_dri.so free 0x5571735c14c0 void 0.000119
+gallium_dri.so free 0x5571735c1450 void 0.000119
+gallium_dri.so malloc 72 0x5571735c14e0 0.000120
+gallium_dri.so free 0x5571735c1580 void 0.000119
+gallium_dri.so free 0x5571735c14e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1530 0.000119
+gallium_dri.so free 0x5571735c1600 void 0.000139
+gallium_dri.so free 0x5571735c1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1600 0.000120
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x5571735c1600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1600 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000119
+gallium_dri.so free 0x5571735c1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1740 0.000121
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1740 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1740 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1930 0.000118
+gallium_dri.so free 0x5571735c1a00 void 0.000119
+gallium_dri.so free 0x5571735c1930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a50 0.000119
+gallium_dri.so free 0x5571735c1ac0 void 0.000119
+gallium_dri.so free 0x5571735c1a50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b00 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000119
+gallium_dri.so free 0x5571735c1b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b00 0.000123
+gallium_dri.so free 0x5571735c1c00 void 0.000121
+gallium_dri.so free 0x5571735c1b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1c30 0.000119
+gallium_dri.so free 0x5571735c1c80 void 0.000118
+gallium_dri.so free 0x5571735c1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1c30 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000120
+gallium_dri.so free 0x5571735c1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d30 0.000120
+gallium_dri.so free 0x5571735c1e40 void 0.000119
+gallium_dri.so free 0x5571735c1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1df0 0.000260
+gallium_dri.so free 0x5571735c1e80 void 0.000186
+gallium_dri.so free 0x5571735c1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1df0 0.000117
+gallium_dri.so free 0x5571735c1f40 void 0.000118
+gallium_dri.so free 0x5571735c1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000117
+gallium_dri.so free 0x5571735c2000 void 0.000118
+gallium_dri.so free 0x5571735c1fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1fb0 0.000119
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c1fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c21c0 void 0.000180
+gallium_dri.so free 0x5571735c20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2170 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so free 0x5571735c2170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2170 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2300 0.000120
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735c2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2380 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2380 0.000119
+gallium_dri.so free 0x5571735c2500 void 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2520 0.000119
+gallium_dri.so free 0x5571735c25c0 void 0.000118
+gallium_dri.so free 0x5571735c2520 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2570 0.000119
+gallium_dri.so free 0x5571735c2640 void 0.000119
+gallium_dri.so free 0x5571735c2570 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2570 0.000119
+gallium_dri.so free 0x5571735c26c0 void 0.000118
+gallium_dri.so free 0x5571735c2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c26c0 0.000123
+gallium_dri.so free 0x5571735c2780 void 0.000112
+gallium_dri.so free 0x5571735c26c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c26c0 0.000112
+gallium_dri.so free 0x5571735c2840 void 0.000114
+gallium_dri.so free 0x5571735c26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c26c0 0.000110
+gallium_dri.so free 0x5571735c2900 void 0.000109
+gallium_dri.so free 0x5571735c26c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c28b0 0.000109
+gallium_dri.so free 0x5571735c29c0 void 0.000110
+gallium_dri.so free 0x5571735c28b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2970 0.000110
+gallium_dri.so free 0x5571735c2a40 void 0.000110
+gallium_dri.so free 0x5571735c2970 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2a90 0.000110
+gallium_dri.so free 0x5571735c2b00 void 0.000110
+gallium_dri.so free 0x5571735c2a90 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2b20 0.000111
+gallium_dri.so free 0x5571735c2bc0 void 0.000113
+gallium_dri.so free 0x5571735c2b20 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2b70 0.000110
+gallium_dri.so free 0x5571735c2c40 void 0.000111
+gallium_dri.so free 0x5571735c2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2b70 0.000111
+gallium_dri.so free 0x5571735c2cc0 void 0.000110
+gallium_dri.so free 0x5571735c2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2cc0 0.000110
+gallium_dri.so free 0x5571735c2d80 void 0.000110
+gallium_dri.so free 0x5571735c2cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2cc0 0.000120
+gallium_dri.so free 0x5571735c2e80 void 0.000119
+gallium_dri.so free 0x5571735c2cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e30 0.000118
+gallium_dri.so free 0x5571735c2ec0 void 0.000120
+gallium_dri.so free 0x5571735c2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e30 0.000118
+gallium_dri.so free 0x5571735c2f80 void 0.000117
+gallium_dri.so free 0x5571735c2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000123
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3040 0.000118
+gallium_dri.so free 0x5571735c3100 void 0.000117
+gallium_dri.so free 0x5571735c3040 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3040 0.000118
+gallium_dri.so free 0x5571735c3180 void 0.000118
+gallium_dri.so free 0x5571735c3040 void 0.000117
+gallium_dri.so malloc 72 0x5571735c31b0 0.000118
+gallium_dri.so free 0x5571735c3200 void 0.000119
+gallium_dri.so free 0x5571735c31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c31b0 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000118
+gallium_dri.so free 0x5571735c31b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3340 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000180
+gallium_dri.so free 0x5571735c3340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c33c0 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c33c0 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3530 0.000118
+gallium_dri.so free 0x5571735c3580 void 0.000120
+gallium_dri.so free 0x5571735c3530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3530 0.000118
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3740 void 0.000118
+gallium_dri.so free 0x5571735c3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36f0 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000119
+gallium_dri.so free 0x5571735c36f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c36f0 0.000119
+gallium_dri.so free 0x5571735c3880 void 0.000118
+gallium_dri.so free 0x5571735c36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36f0 0.000118
+gallium_dri.so free 0x5571735c3940 void 0.000118
+gallium_dri.so free 0x5571735c36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c38f0 0.000125
+gallium_dri.so free 0x5571735c39c0 void 0.000113
+gallium_dri.so free 0x5571735c38f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3a10 0.000111
+gallium_dri.so free 0x5571735c3a80 void 0.000110
+gallium_dri.so free 0x5571735c3a10 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3aa0 0.000109
+gallium_dri.so free 0x5571735c3b40 void 0.000112
+gallium_dri.so free 0x5571735c3aa0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3af0 0.000110
+gallium_dri.so free 0x5571735c3bc0 void 0.000110
+gallium_dri.so free 0x5571735c3af0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000109
+gallium_dri.so free 0x5571735c3c80 void 0.000110
+gallium_dri.so free 0x5571735c3bc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000111
+gallium_dri.so free 0x5571735c3d00 void 0.000110
+gallium_dri.so free 0x5571735c3bc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3d00 0.000109
+gallium_dri.so free 0x5571735c3dc0 void 0.000109
+gallium_dri.so free 0x5571735c3d00 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3d00 0.000111
+gallium_dri.so free 0x5571735c3e80 void 0.000110
+gallium_dri.so free 0x5571735c3d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d00 0.000110
+gallium_dri.so free 0x5571735c3f40 void 0.000109
+gallium_dri.so free 0x5571735c3d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000110
+gallium_dri.so free 0x5571735c3ef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c4010 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000112
+gallium_dri.so free 0x5571735c4010 void 0.000109
+gallium_dri.so malloc 72 0x5571735c40c0 0.000110
+gallium_dri.so free 0x5571735c4140 void 0.000110
+gallium_dri.so free 0x5571735c40c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c40c0 0.000109
+gallium_dri.so free 0x5571735c41c0 void 0.000110
+gallium_dri.so free 0x5571735c40c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c41f0 0.000110
+gallium_dri.so free 0x5571735c4240 void 0.000111
+gallium_dri.so free 0x5571735c41f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c41f0 0.000110
+gallium_dri.so free 0x5571735c4340 void 0.000111
+gallium_dri.so free 0x5571735c41f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c42f0 0.000109
+gallium_dri.so free 0x5571735c4400 void 0.000109
+gallium_dri.so free 0x5571735c42f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c43b0 0.000110
+gallium_dri.so free 0x5571735c4440 void 0.000110
+gallium_dri.so free 0x5571735c43b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c43b0 0.000110
+gallium_dri.so free 0x5571735c4500 void 0.000112
+gallium_dri.so free 0x5571735c43b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4570 0.000111
+gallium_dri.so free 0x5571735c45c0 void 0.000110
+gallium_dri.so free 0x5571735c4570 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4570 0.000124
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so free 0x5571735c4570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4670 0.000118
+gallium_dri.so free 0x5571735c4780 void 0.000119
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4730 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4730 0.000120
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c4730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c48c0 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x5571735c48c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4940 0.000117
+gallium_dri.so free 0x5571735c4a00 void 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4940 0.000119
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ae0 0.000117
+gallium_dri.so free 0x5571735c4b80 void 0.000119
+gallium_dri.so free 0x5571735c4ae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b30 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b30 0.000161
+gallium_dri.so free 0x5571735c4c80 void 0.000119
+gallium_dri.so free 0x5571735c4b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c80 0.000119
+gallium_dri.so free 0x5571735c4d40 void 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c80 0.000118
+gallium_dri.so free 0x5571735c4e00 void 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c80 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000119
+gallium_dri.so free 0x5571735c4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f30 0.000117
+gallium_dri.so free 0x5571735c5000 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c5050 0.000120
+gallium_dri.so free 0x557173462440 void 0.000118
+gallium_dri.so free 0x5571735c5050 void 0.000119
+gallium_dri.so malloc 72 0x557173462460 0.000118
+gallium_dri.so free 0x557173462500 void 0.000117
+gallium_dri.so free 0x557173462460 void 0.000118
+gallium_dri.so malloc 72 0x5571734624b0 0.000118
+gallium_dri.so free 0x557173462580 void 0.000118
+gallium_dri.so free 0x5571734624b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734624b0 0.000111
+gallium_dri.so free 0x557173462600 void 0.000111
+gallium_dri.so free 0x5571734624b0 void 0.000110
+gallium_dri.so malloc 72 0x557173462600 0.000110
+gallium_dri.so free 0x5571734626c0 void 0.000113
+gallium_dri.so free 0x557173462600 void 0.000110
+gallium_dri.so malloc 72 0x557173462600 0.000109
+gallium_dri.so free 0x5571734627c0 void 0.000110
+gallium_dri.so free 0x557173462600 void 0.000110
+gallium_dri.so malloc 72 0x557173462770 0.000110
+gallium_dri.so free 0x557173462800 void 0.000110
+gallium_dri.so free 0x557173462770 void 0.000112
+gallium_dri.so malloc 72 0x557173462770 0.000109
+gallium_dri.so free 0x5571734628c0 void 0.000109
+gallium_dri.so free 0x557173462770 void 0.000109
+gallium_dri.so malloc 72 0x557173462900 0.000110
+gallium_dri.so free 0x557173462980 void 0.000109
+gallium_dri.so free 0x557173462900 void 0.000109
+gallium_dri.so malloc 72 0x557173462980 0.000110
+gallium_dri.so free 0x557173462a40 void 0.000110
+gallium_dri.so free 0x557173462980 void 0.000110
+gallium_dri.so malloc 72 0x557173462980 0.000111
+gallium_dri.so free 0x557173462ac0 void 0.000109
+gallium_dri.so free 0x557173462980 void 0.000109
+gallium_dri.so malloc 72 0x557173462af0 0.000110
+gallium_dri.so free 0x557173462b40 void 0.000110
+gallium_dri.so free 0x557173462af0 void 0.000110
+gallium_dri.so malloc 72 0x557173462af0 0.000109
+gallium_dri.so free 0x557173462c40 void 0.000116
+gallium_dri.so free 0x557173462af0 void 0.000113
+gallium_dri.so malloc 72 0x557173462c80 0.000112
+gallium_dri.so free 0x557173462d00 void 0.000111
+gallium_dri.so free 0x557173462c80 void 0.000126
+gallium_dri.so malloc 72 0x557173462d00 0.000112
+gallium_dri.so free 0x557173462dc0 void 0.000110
+gallium_dri.so free 0x557173462d00 void 0.000111
+gallium_dri.so malloc 72 0x557173462d00 0.000110
+gallium_dri.so free 0x557173462e40 void 0.000109
+gallium_dri.so free 0x557173462d00 void 0.000110
+gallium_dri.so malloc 72 0x557173462e70 0.000109
+gallium_dri.so free 0x557173462ec0 void 0.000111
+gallium_dri.so free 0x557173462e70 void 0.000111
+gallium_dri.so malloc 72 0x557173462e70 0.000110
+gallium_dri.so free 0x557173462fc0 void 0.000114
+gallium_dri.so free 0x557173462e70 void 0.000132
+gallium_dri.so malloc 72 0x557173462f70 0.000113
+gallium_dri.so free 0x557173463080 void 0.000110
+gallium_dri.so free 0x557173462f70 void 0.000111
+gallium_dri.so malloc 72 0x557173463030 0.000110
+gallium_dri.so free 0x557173463100 void 0.000116
+gallium_dri.so free 0x557173463030 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000112
+gallium_dri.so free 0x5571734631c0 void 0.000110
+gallium_dri.so free 0x557173463030 void 0.000110
+gallium_dri.so malloc 72 0x557173463030 0.000110
+gallium_dri.so free 0x557173463280 void 0.000179
+gallium_dri.so free 0x557173463030 void 0.000118
+gallium_dri.so malloc 72 0x557173463230 0.000112
+gallium_dri.so free 0x557173463300 void 0.000110
+gallium_dri.so free 0x557173463230 void 0.000110
+gallium_dri.so malloc 72 0x557173463350 0.000109
+gallium_dri.so free 0x5571734633c0 void 0.000110
+gallium_dri.so free 0x557173463350 void 0.000116
+gallium_dri.so malloc 72 0x5571734633e0 0.000111
+gallium_dri.so free 0x557173463480 void 0.000110
+gallium_dri.so free 0x5571734633e0 void 0.000111
+gallium_dri.so malloc 72 0x557173463430 0.000109
+gallium_dri.so free 0x557173463500 void 0.000111
+gallium_dri.so free 0x557173463430 void 0.000110
+gallium_dri.so malloc 72 0x557173463500 0.000110
+gallium_dri.so free 0x5571734635c0 void 0.000111
+gallium_dri.so free 0x557173463500 void 0.000110
+gallium_dri.so malloc 72 0x557173463500 0.000111
+gallium_dri.so free 0x557173463640 void 0.000110
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so malloc 72 0x557173463640 0.000110
+gallium_dri.so free 0x557173463700 void 0.000110
+gallium_dri.so free 0x557173463640 void 0.000112
+gallium_dri.so malloc 72 0x557173463640 0.000110
+gallium_dri.so free 0x5571734637c0 void 0.000109
+gallium_dri.so free 0x557173463640 void 0.000110
+gallium_dri.so malloc 72 0x557173463640 0.000111
+gallium_dri.so free 0x557173463880 void 0.000110
+gallium_dri.so free 0x557173463640 void 0.000111
+gallium_dri.so malloc 72 0x557173463830 0.000117
+gallium_dri.so free 0x557173463900 void 0.000117
+gallium_dri.so free 0x557173463830 void 0.000111
+gallium_dri.so malloc 72 0x557173463950 0.000114
+gallium_dri.so free 0x5571734639c0 void 0.000113
+gallium_dri.so free 0x557173463950 void 0.000111
+gallium_dri.so malloc 72 0x557173463a00 0.000110
+gallium_dri.so free 0x557173463a80 void 0.000111
+gallium_dri.so free 0x557173463a00 void 0.000111
+gallium_dri.so malloc 72 0x557173463a00 0.000111
+gallium_dri.so free 0x557173463b00 void 0.000110
+gallium_dri.so free 0x557173463a00 void 0.000110
+gallium_dri.so malloc 72 0x557173463b30 0.000110
+gallium_dri.so free 0x557173463b80 void 0.000111
+gallium_dri.so free 0x557173463b30 void 0.000109
+gallium_dri.so malloc 72 0x557173463b30 0.000112
+gallium_dri.so free 0x557173463c80 void 0.000110
+gallium_dri.so free 0x557173463b30 void 0.000110
+gallium_dri.so malloc 72 0x557173463c30 0.000110
+gallium_dri.so free 0x557173463d40 void 0.000110
+gallium_dri.so free 0x557173463c30 void 0.000111
+gallium_dri.so malloc 72 0x557173463cf0 0.000117
+gallium_dri.so free 0x557173463d80 void 0.000120
+gallium_dri.so free 0x557173463cf0 void 0.000111
+gallium_dri.so malloc 72 0x557173463cf0 0.000113
+gallium_dri.so free 0x557173463e40 void 0.000112
+gallium_dri.so free 0x557173463cf0 void 0.000109
+gallium_dri.so malloc 72 0x557173463eb0 0.000114
+gallium_dri.so free 0x557173463f00 void 0.000111
+gallium_dri.so free 0x557173463eb0 void 0.000110
+gallium_dri.so malloc 72 0x557173463eb0 0.000111
+gallium_dri.so free 0x557173464000 void 0.000111
+gallium_dri.so free 0x557173463eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173463fb0 0.000110
+gallium_dri.so free 0x5571734640c0 void 0.000110
+gallium_dri.so free 0x557173463fb0 void 0.000110
+gallium_dri.so malloc 72 0x557173464070 0.000109
+gallium_dri.so free 0x557173464100 void 0.000112
+gallium_dri.so free 0x557173464070 void 0.000110
+gallium_dri.so malloc 72 0x557173464070 0.000110
+gallium_dri.so free 0x5571734641c0 void 0.000109
+gallium_dri.so free 0x557173464070 void 0.000110
+gallium_dri.so malloc 72 0x557173464200 0.000111
+gallium_dri.so free 0x557173464280 void 0.000110
+gallium_dri.so free 0x557173464200 void 0.000110
+gallium_dri.so malloc 72 0x557173464280 0.000109
+gallium_dri.so free 0x557173464340 void 0.000110
+gallium_dri.so free 0x557173464280 void 0.000110
+gallium_dri.so malloc 72 0x557173464280 0.000114
+gallium_dri.so free 0x557173464400 void 0.000119
+gallium_dri.so free 0x557173464280 void 0.000116
+gallium_dri.so malloc 72 0x557173464420 0.000115
+gallium_dri.so free 0x5571734644c0 void 0.000113
+gallium_dri.so free 0x557173464420 void 0.000112
+gallium_dri.so malloc 72 0x557173464470 0.000135
+gallium_dri.so free 0x557173464540 void 0.000125
+gallium_dri.so free 0x557173464470 void 0.000123
+gallium_dri.so malloc 72 0x557173464470 0.000119
+gallium_dri.so free 0x5571734645c0 void 0.000120
+gallium_dri.so free 0x557173464470 void 0.000120
+gallium_dri.so malloc 72 0x5571734645c0 0.000124
+gallium_dri.so free 0x557173464680 void 0.000119
+gallium_dri.so free 0x5571734645c0 void 0.000135
+gallium_dri.so malloc 72 0x5571734645c0 0.000124
+gallium_dri.so free 0x557173464740 void 0.000126
+gallium_dri.so free 0x5571734645c0 void 0.000176
+gallium_dri.so malloc 72 0x5571734645c0 0.000176
+gallium_dri.so free 0x557173464800 void 0.000175
+gallium_dri.so free 0x5571734645c0 void 0.000155
+gallium_dri.so malloc 72 0x5571734647b0 0.000119
+gallium_dri.so free 0x5571734648c0 void 0.000124
+gallium_dri.so free 0x5571734647b0 void 0.000125
+gallium_dri.so malloc 72 0x557173464870 0.000123
+gallium_dri.so free 0x557173464940 void 0.000119
+gallium_dri.so free 0x557173464870 void 0.000122
+gallium_dri.so malloc 72 0x557173464990 0.000125
+gallium_dri.so free 0x557173464a00 void 0.000235
+gallium_dri.so free 0x557173464990 void 0.000159
+gallium_dri.so malloc 72 0x557173464a20 0.000157
+gallium_dri.so free 0x557173464ac0 void 0.000162
+gallium_dri.so free 0x557173464a20 void 0.000123
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000118
+gallium_dri.so free 0x557173464a70 void 0.000118
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464bc0 void 0.000118
+gallium_dri.so free 0x557173464a70 void 0.000118
+gallium_dri.so malloc 72 0x557173464bc0 0.000118
+gallium_dri.so free 0x557173464c80 void 0.000118
+gallium_dri.so free 0x557173464bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173464bc0 0.000118
+gallium_dri.so free 0x557173464d80 void 0.000118
+gallium_dri.so free 0x557173464bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173464d30 0.000119
+gallium_dri.so free 0x557173464dc0 void 0.000118
+gallium_dri.so free 0x557173464d30 void 0.000117
+gallium_dri.so malloc 72 0x557173464d30 0.000118
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so free 0x557173464d30 void 0.000117
+gallium_dri.so malloc 72 0x557173464ec0 0.000118
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173464f40 0.000111
+gallium_dri.so free 0x557173465000 void 0.000110
+gallium_dri.so free 0x557173464f40 void 0.000110
+gallium_dri.so malloc 72 0x557173464f40 0.000110
+gallium_dri.so free 0x557173465080 void 0.000111
+gallium_dri.so free 0x557173464f40 void 0.000111
+gallium_dri.so malloc 72 0x5571734650b0 0.000110
+gallium_dri.so free 0x557173465100 void 0.000111
+gallium_dri.so free 0x5571734650b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734650b0 0.000110
+gallium_dri.so free 0x557173465200 void 0.000110
+gallium_dri.so free 0x5571734650b0 void 0.000110
+gallium_dri.so malloc 72 0x557173465240 0.000110
+gallium_dri.so free 0x5571734652c0 void 0.000116
+gallium_dri.so free 0x557173465240 void 0.000116
+gallium_dri.so malloc 72 0x5571734652c0 0.000116
+gallium_dri.so free 0x557173465380 void 0.000116
+gallium_dri.so free 0x5571734652c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734652c0 0.000115
+gallium_dri.so free 0x557173465400 void 0.000117
+gallium_dri.so free 0x5571734652c0 void 0.000116
+gallium_dri.so malloc 72 0x557173465430 0.000115
+gallium_dri.so free 0x557173465480 void 0.000117
+gallium_dri.so free 0x557173465430 void 0.000117
+gallium_dri.so malloc 72 0x557173465430 0.000116
+gallium_dri.so free 0x557173465580 void 0.000116
+gallium_dri.so free 0x557173465430 void 0.000122
+gallium_dri.so malloc 72 0x557173465530 0.000119
+gallium_dri.so free 0x557173465640 void 0.000117
+gallium_dri.so free 0x557173465530 void 0.000116
+gallium_dri.so malloc 72 0x5571734655f0 0.000115
+gallium_dri.so free 0x5571734656c0 void 0.000116
+gallium_dri.so free 0x5571734655f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734655f0 0.000115
+gallium_dri.so free 0x557173465780 void 0.000118
+gallium_dri.so free 0x5571734655f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734655f0 0.000116
+gallium_dri.so free 0x557173465840 void 0.000116
+gallium_dri.so free 0x5571734655f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734657f0 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x5571734657f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465910 0.000115
+gallium_dri.so free 0x557173465980 void 0.000116
+gallium_dri.so free 0x557173465910 void 0.000116
+gallium_dri.so malloc 72 0x5571734659a0 0.000115
+gallium_dri.so free 0x557173465a40 void 0.000115
+gallium_dri.so free 0x5571734659a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734659f0 0.000126
+gallium_dri.so free 0x557173465ac0 void 0.000122
+gallium_dri.so free 0x5571734659f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465ac0 0.000119
+gallium_dri.so free 0x557173465b80 void 0.000117
+gallium_dri.so free 0x557173465ac0 void 0.000136
+gallium_dri.so malloc 72 0x557173465ac0 0.000131
+gallium_dri.so free 0x557173465c00 void 0.000131
+gallium_dri.so free 0x557173465ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173465c00 0.000133
+gallium_dri.so free 0x557173465cc0 void 0.000135
+gallium_dri.so free 0x557173465c00 void 0.000130
+gallium_dri.so malloc 72 0x557173465c00 0.000132
+gallium_dri.so free 0x557173465d80 void 0.000131
+gallium_dri.so free 0x557173465c00 void 0.000126
+gallium_dri.so malloc 72 0x557173465c00 0.000135
+gallium_dri.so free 0x557173465e40 void 0.000128
+gallium_dri.so free 0x557173465c00 void 0.000130
+gallium_dri.so malloc 72 0x557173465df0 0.000130
+gallium_dri.so free 0x557173465ec0 void 0.000130
+gallium_dri.so free 0x557173465df0 void 0.000131
+gallium_dri.so malloc 72 0x557173465f10 0.000130
+gallium_dri.so free 0x557173465f80 void 0.000130
+gallium_dri.so free 0x557173465f10 void 0.000132
+gallium_dri.so malloc 72 0x557173465fc0 0.000130
+gallium_dri.so free 0x557173466040 void 0.000193
+gallium_dri.so free 0x557173465fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173465fc0 0.000129
+gallium_dri.so free 0x5571734660c0 void 0.000130
+gallium_dri.so free 0x557173465fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571734660f0 0.000124
+gallium_dri.so free 0x557173466140 void 0.000126
+gallium_dri.so free 0x5571734660f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734660f0 0.000124
+gallium_dri.so free 0x557173466240 void 0.000129
+gallium_dri.so free 0x5571734660f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734661f0 0.000125
+gallium_dri.so free 0x557173466300 void 0.000124
+gallium_dri.so free 0x5571734661f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734662b0 0.000124
+gallium_dri.so free 0x557173466340 void 0.000124
+gallium_dri.so free 0x5571734662b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734662b0 0.000123
+gallium_dri.so free 0x557173466400 void 0.000123
+gallium_dri.so free 0x5571734662b0 void 0.000124
+gallium_dri.so malloc 72 0x557173466470 0.000124
+gallium_dri.so free 0x5571734664c0 void 0.000124
+gallium_dri.so free 0x557173466470 void 0.000124
+gallium_dri.so malloc 72 0x557173466470 0.000123
+gallium_dri.so free 0x5571734665c0 void 0.000129
+gallium_dri.so free 0x557173466470 void 0.000118
+gallium_dri.so malloc 72 0x557173466570 0.000115
+gallium_dri.so free 0x557173466680 void 0.000116
+gallium_dri.so free 0x557173466570 void 0.000116
+gallium_dri.so malloc 72 0x557173466630 0.000118
+gallium_dri.so free 0x5571734666c0 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000117
+gallium_dri.so malloc 72 0x557173466630 0.000116
+gallium_dri.so free 0x557173466780 void 0.000117
+gallium_dri.so free 0x557173466630 void 0.000115
+gallium_dri.so malloc 72 0x5571734667c0 0.000116
+gallium_dri.so free 0x557173466840 void 0.000116
+gallium_dri.so free 0x5571734667c0 void 0.000116
+gallium_dri.so malloc 72 0x557173466840 0.000116
+gallium_dri.so free 0x557173466900 void 0.000116
+gallium_dri.so free 0x557173466840 void 0.000115
+gallium_dri.so malloc 72 0x557173466840 0.000116
+gallium_dri.so free 0x5571734669c0 void 0.000116
+gallium_dri.so free 0x557173466840 void 0.000116
+gallium_dri.so malloc 72 0x5571734669e0 0.000115
+gallium_dri.so free 0x557173466a80 void 0.000121
+gallium_dri.so free 0x5571734669e0 void 0.000126
+gallium_dri.so malloc 72 0x557173466a30 0.000122
+gallium_dri.so free 0x557173466b00 void 0.000119
+gallium_dri.so free 0x557173466a30 void 0.000117
+gallium_dri.so malloc 72 0x557173466a30 0.000118
+gallium_dri.so free 0x557173466b80 void 0.000136
+gallium_dri.so free 0x557173466a30 void 0.000132
+gallium_dri.so malloc 72 0x557173466b80 0.000131
+gallium_dri.so free 0x557173466c40 void 0.000130
+gallium_dri.so free 0x557173466b80 void 0.000132
+gallium_dri.so malloc 72 0x557173466b80 0.000131
+gallium_dri.so free 0x557173466d00 void 0.000130
+gallium_dri.so free 0x557173466b80 void 0.000130
+gallium_dri.so malloc 72 0x557173466b80 0.000126
+gallium_dri.so free 0x557173466dc0 void 0.000128
+gallium_dri.so free 0x557173466b80 void 0.000127
+gallium_dri.so malloc 72 0x557173466d70 0.000130
+gallium_dri.so free 0x557173466e80 void 0.000130
+gallium_dri.so free 0x557173466d70 void 0.000130
+gallium_dri.so malloc 72 0x557173466e30 0.000130
+gallium_dri.so free 0x557173466f00 void 0.000126
+gallium_dri.so free 0x557173466e30 void 0.000125
+gallium_dri.so malloc 72 0x557173466f50 0.000123
+gallium_dri.so free 0x557173466fc0 void 0.000131
+gallium_dri.so free 0x557173466f50 void 0.000125
+gallium_dri.so malloc 72 0x557173466fe0 0.000130
+gallium_dri.so free 0x557173467080 void 0.000238
+gallium_dri.so free 0x557173466fe0 void 0.000158
+gallium_dri.so malloc 72 0x557173467030 0.000158
+gallium_dri.so free 0x557173467100 void 0.000125
+gallium_dri.so free 0x557173467030 void 0.000119
+gallium_dri.so malloc 72 0x557173467030 0.000118
+gallium_dri.so free 0x557173467180 void 0.000121
+gallium_dri.so free 0x557173467030 void 0.000118
+gallium_dri.so malloc 72 0x557173467180 0.000118
+gallium_dri.so free 0x557173467240 void 0.000118
+gallium_dri.so free 0x557173467180 void 0.000118
+gallium_dri.so malloc 72 0x557173467180 0.000118
+gallium_dri.so free 0x557173467340 void 0.000118
+gallium_dri.so free 0x557173467180 void 0.000119
+gallium_dri.so malloc 72 0x5571734672f0 0.000117
+gallium_dri.so free 0x557173467380 void 0.000118
+gallium_dri.so free 0x5571734672f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734672f0 0.000119
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so free 0x5571734672f0 void 0.000117
+gallium_dri.so malloc 72 0x557173467480 0.000117
+gallium_dri.so free 0x557173467500 void 0.000118
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so malloc 72 0x557173467500 0.000118
+gallium_dri.so free 0x5571734675c0 void 0.000119
+gallium_dri.so free 0x557173467500 void 0.000123
+gallium_dri.so malloc 72 0x557173467500 0.000109
+gallium_dri.so free 0x557173467640 void 0.000146
+gallium_dri.so free 0x557173467500 void 0.000111
+gallium_dri.so malloc 72 0x557173467670 0.000110
+gallium_dri.so free 0x5571734676c0 void 0.000111
+gallium_dri.so free 0x557173467670 void 0.000110
+gallium_dri.so malloc 72 0x557173467670 0.000110
+gallium_dri.so free 0x5571734677c0 void 0.000111
+gallium_dri.so free 0x557173467670 void 0.000112
+gallium_dri.so malloc 72 0x557173467800 0.000110
+gallium_dri.so free 0x557173467880 void 0.000110
+gallium_dri.so free 0x557173467800 void 0.000111
+gallium_dri.so malloc 72 0x557173467880 0.000109
+gallium_dri.so free 0x557173467940 void 0.000110
+gallium_dri.so free 0x557173467880 void 0.000110
+gallium_dri.so malloc 72 0x557173467880 0.000111
+gallium_dri.so free 0x5571734679c0 void 0.000111
+gallium_dri.so free 0x557173467880 void 0.000110
+gallium_dri.so malloc 72 0x5571734679f0 0.000110
+gallium_dri.so free 0x557173467a40 void 0.000111
+gallium_dri.so free 0x5571734679f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734679f0 0.000116
+gallium_dri.so free 0x557173467b40 void 0.000114
+gallium_dri.so free 0x5571734679f0 void 0.000111
+gallium_dri.so malloc 72 0x557173467af0 0.000110
+gallium_dri.so free 0x557173467c00 void 0.000111
+gallium_dri.so free 0x557173467af0 void 0.000110
+gallium_dri.so malloc 72 0x557173467bb0 0.000130
+gallium_dri.so free 0x557173467c80 void 0.000126
+gallium_dri.so free 0x557173467bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173467bb0 0.000124
+gallium_dri.so free 0x557173467d40 void 0.000123
+gallium_dri.so free 0x557173467bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173467bb0 0.000118
+gallium_dri.so free 0x557173467e00 void 0.000124
+gallium_dri.so free 0x557173467bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173467db0 0.000125
+gallium_dri.so free 0x557173467e80 void 0.000120
+gallium_dri.so free 0x557173467db0 void 0.000119
+gallium_dri.so malloc 72 0x557173467ed0 0.000118
+gallium_dri.so free 0x557173467f40 void 0.000119
+gallium_dri.so free 0x557173467ed0 void 0.000122
+gallium_dri.so malloc 72 0x557173467f60 0.000126
+gallium_dri.so free 0x557173468000 void 0.000124
+gallium_dri.so free 0x557173467f60 void 0.000119
+gallium_dri.so malloc 72 0x557173467fb0 0.000118
+gallium_dri.so free 0x557173468080 void 0.000123
+gallium_dri.so free 0x557173467fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173468080 0.000118
+gallium_dri.so free 0x557173468140 void 0.000118
+gallium_dri.so free 0x557173468080 void 0.000201
+gallium_dri.so malloc 72 0x557173468080 0.000159
+gallium_dri.so free 0x5571734681c0 void 0.000160
+gallium_dri.so free 0x557173468080 void 0.000125
+gallium_dri.so malloc 72 0x5571734681c0 0.000120
+gallium_dri.so free 0x557173468280 void 0.000118
+gallium_dri.so free 0x5571734681c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734681c0 0.000118
+gallium_dri.so free 0x557173468340 void 0.000118
+gallium_dri.so free 0x5571734681c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734681c0 0.000117
+gallium_dri.so free 0x557173468400 void 0.000117
+gallium_dri.so free 0x5571734681c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734683b0 0.000118
+gallium_dri.so free 0x557173468480 void 0.000117
+gallium_dri.so free 0x5571734683b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734684d0 0.000119
+gallium_dri.so free 0x557173468540 void 0.000118
+gallium_dri.so free 0x5571734684d0 void 0.000118
+gallium_dri.so malloc 72 0x557173468580 0.000118
+gallium_dri.so free 0x557173468600 void 0.000118
+gallium_dri.so free 0x557173468580 void 0.000117
+gallium_dri.so malloc 72 0x557173468580 0.000119
+gallium_dri.so free 0x557173468680 void 0.000119
+gallium_dri.so free 0x557173468580 void 0.000118
+gallium_dri.so malloc 72 0x5571734686b0 0.000123
+gallium_dri.so free 0x557173468700 void 0.000111
+gallium_dri.so free 0x5571734686b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734686b0 0.000109
+gallium_dri.so free 0x557173468800 void 0.000111
+gallium_dri.so free 0x5571734686b0 void 0.000109
+gallium_dri.so malloc 72 0x5571734687b0 0.000111
+gallium_dri.so free 0x5571734688c0 void 0.000110
+gallium_dri.so free 0x5571734687b0 void 0.000109
+gallium_dri.so malloc 72 0x557173468870 0.000109
+gallium_dri.so free 0x557173468900 void 0.000110
+gallium_dri.so free 0x557173468870 void 0.000109
+gallium_dri.so malloc 72 0x557173468870 0.000109
+gallium_dri.so free 0x5571734689c0 void 0.000110
+gallium_dri.so free 0x557173468870 void 0.000113
+gallium_dri.so malloc 72 0x557173468a30 0.000111
+gallium_dri.so free 0x557173468a80 void 0.000109
+gallium_dri.so free 0x557173468a30 void 0.000110
+gallium_dri.so malloc 72 0x557173468a30 0.000111
+gallium_dri.so free 0x557173468b80 void 0.000110
+gallium_dri.so free 0x557173468a30 void 0.000109
+gallium_dri.so malloc 72 0x557173468b30 0.000110
+gallium_dri.so free 0x557173468c40 void 0.000118
+gallium_dri.so free 0x557173468b30 void 0.000130
+gallium_dri.so malloc 72 0x557173468bf0 0.000112
+gallium_dri.so free 0x557173468c80 void 0.000112
+gallium_dri.so free 0x557173468bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173468bf0 0.000110
+gallium_dri.so free 0x557173468d40 void 0.000130
+gallium_dri.so free 0x557173468bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173468d80 0.000124
+gallium_dri.so free 0x557173468e00 void 0.000124
+gallium_dri.so free 0x557173468d80 void 0.000119
+gallium_dri.so malloc 72 0x557173468e00 0.000119
+gallium_dri.so free 0x557173468ec0 void 0.000129
+gallium_dri.so free 0x557173468e00 void 0.000125
+gallium_dri.so malloc 72 0x557173468e00 0.000124
+gallium_dri.so free 0x557173468f80 void 0.000121
+gallium_dri.so free 0x557173468e00 void 0.000119
+gallium_dri.so malloc 72 0x557173468fa0 0.000124
+gallium_dri.so free 0x557173469040 void 0.000125
+gallium_dri.so free 0x557173468fa0 void 0.000124
+gallium_dri.so malloc 72 0x557173468ff0 0.000125
+gallium_dri.so free 0x5571734690c0 void 0.000124
+gallium_dri.so free 0x557173468ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173468ff0 0.000119
+gallium_dri.so free 0x557173469140 void 0.000123
+gallium_dri.so free 0x557173468ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173469140 0.000124
+gallium_dri.so free 0x557173469200 void 0.000125
+gallium_dri.so free 0x557173469140 void 0.000204
+gallium_dri.so malloc 72 0x557173469140 0.000158
+gallium_dri.so free 0x5571734692c0 void 0.000157
+gallium_dri.so free 0x557173469140 void 0.000124
+gallium_dri.so malloc 72 0x557173469140 0.000119
+gallium_dri.so free 0x557173469380 void 0.000118
+gallium_dri.so free 0x557173469140 void 0.000119
+gallium_dri.so malloc 72 0x557173469330 0.000118
+gallium_dri.so free 0x557173469440 void 0.000119
+gallium_dri.so free 0x557173469330 void 0.000118
+gallium_dri.so malloc 72 0x5571734693f0 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000118
+gallium_dri.so free 0x5571734693f0 void 0.000118
+gallium_dri.so malloc 72 0x557173469510 0.000119
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469510 void 0.000119
+gallium_dri.so malloc 72 0x5571734695a0 0.000119
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x5571734695a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000117
+gallium_dri.so free 0x5571735ceb40 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000116
+gallium_dri.so free 0x5571735cec00 void 0.000112
+gallium_dri.so free 0x5571735ceaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cebb0 0.000110
+gallium_dri.so free 0x5571735cec80 void 0.000110
+gallium_dri.so free 0x5571735cebb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ceca0 0.000110
+gallium_dri.so free 0x5571735ced40 void 0.000111
+gallium_dri.so free 0x5571735ceca0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cecf0 0.000111
+gallium_dri.so free 0x5571735cedc0 void 0.000111
+gallium_dri.so free 0x5571735cecf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cecf0 0.000109
+gallium_dri.so free 0x5571735cee40 void 0.000110
+gallium_dri.so free 0x5571735cecf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cee40 0.000108
+gallium_dri.so free 0x5571735cef00 void 0.000110
+gallium_dri.so free 0x5571735cee40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cee40 0.000110
+gallium_dri.so free 0x5571735cefc0 void 0.000110
+gallium_dri.so free 0x5571735cee40 void 0.000109
+gallium_dri.so malloc 72 0x5571735cee40 0.000109
+gallium_dri.so free 0x5571735cf080 void 0.000111
+gallium_dri.so free 0x5571735cee40 void 0.000110
+gallium_dri.so malloc 72 0x5571735cf030 0.000110
+gallium_dri.so free 0x5571735cf080 void 0.000117
+gallium_dri.so free 0x5571735cf030 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf030 0.000116
+gallium_dri.so free 0x5571735cf180 void 0.000134
+gallium_dri.so free 0x5571735cf030 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf130 0.000124
+gallium_dri.so free 0x5571735cf240 void 0.000128
+gallium_dri.so free 0x5571735cf130 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000126
+gallium_dri.so free 0x5571735cf280 void 0.000123
+gallium_dri.so free 0x5571735cf1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000130
+gallium_dri.so free 0x5571735cf340 void 0.000126
+gallium_dri.so free 0x5571735cf1f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf380 0.000131
+gallium_dri.so free 0x5571735cf400 void 0.000131
+gallium_dri.so free 0x5571735cf380 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf400 0.000130
+gallium_dri.so free 0x5571735cf4c0 void 0.000130
+gallium_dri.so free 0x5571735cf400 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf400 0.000130
+gallium_dri.so free 0x5571735cf580 void 0.000125
+gallium_dri.so free 0x5571735cf400 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf5a0 0.000131
+gallium_dri.so free 0x5571735cf640 void 0.000225
+gallium_dri.so free 0x5571735cf5a0 void 0.000164
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000162
+gallium_dri.so free 0x5571735cf6c0 void 0.000131
+gallium_dri.so free 0x5571735cf5f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000125
+gallium_dri.so free 0x5571735cf740 void 0.000124
+gallium_dri.so free 0x5571735cf5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf740 0.000123
+gallium_dri.so free 0x5571735cf800 void 0.000124
+gallium_dri.so free 0x5571735cf740 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf740 0.000124
+gallium_dri.so free 0x5571735cf8c0 void 0.000123
+gallium_dri.so free 0x5571735cf740 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf740 0.000124
+gallium_dri.so free 0x5571735cf980 void 0.000125
+gallium_dri.so free 0x5571735cf740 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf930 0.000121
+gallium_dri.so free 0x5571735cfa40 void 0.000125
+gallium_dri.so free 0x5571735cf930 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000123
+gallium_dri.so free 0x5571735cfac0 void 0.000123
+gallium_dri.so free 0x5571735cf9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfb10 0.000125
+gallium_dri.so free 0x5571735cfb80 void 0.000119
+gallium_dri.so free 0x5571735cfb10 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfba0 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000117
+gallium_dri.so free 0x5571735cfba0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000115
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd40 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd40 0.000116
+gallium_dri.so free 0x5571735cff00 void 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000115
+gallium_dri.so free 0x5571735cff40 void 0.000115
+gallium_dri.so free 0x5571735cfeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfeb0 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000126
+gallium_dri.so free 0x5571735cfeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0040 0.000120
+gallium_dri.so free 0x5571735d00c0 void 0.000118
+gallium_dri.so free 0x5571735d0040 void 0.000116
+gallium_dri.so malloc 72 0x5571735d00c0 0.000136
+gallium_dri.so free 0x5571735d0180 void 0.000127
+gallium_dri.so free 0x5571735d00c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d00c0 0.000130
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so free 0x5571735d00c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0230 0.000132
+gallium_dri.so free 0x5571735d0280 void 0.000131
+gallium_dri.so free 0x5571735d0230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0230 0.000130
+gallium_dri.so free 0x5571735d0380 void 0.000131
+gallium_dri.so free 0x5571735d0230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d03c0 0.000129
+gallium_dri.so free 0x5571735d0440 void 0.000131
+gallium_dri.so free 0x5571735d03c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0440 0.000125
+gallium_dri.so free 0x5571735d0500 void 0.000124
+gallium_dri.so free 0x5571735d0440 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0440 0.000130
+gallium_dri.so free 0x5571735d0580 void 0.000130
+gallium_dri.so free 0x5571735d0440 void 0.000130
+gallium_dri.so malloc 72 0x5571735d05b0 0.000209
+gallium_dri.so free 0x5571735d0600 void 0.000163
+gallium_dri.so free 0x5571735d05b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d05b0 0.000130
+gallium_dri.so free 0x5571735d0700 void 0.000125
+gallium_dri.so free 0x5571735d05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d06b0 0.000124
+gallium_dri.so free 0x5571735d07c0 void 0.000124
+gallium_dri.so free 0x5571735d06b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0770 0.000124
+gallium_dri.so free 0x5571735d0840 void 0.000124
+gallium_dri.so free 0x5571735d0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0770 0.000124
+gallium_dri.so free 0x5571735d0900 void 0.000125
+gallium_dri.so free 0x5571735d0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0770 0.000123
+gallium_dri.so free 0x5571735d09c0 void 0.000125
+gallium_dri.so free 0x5571735d0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0970 0.000124
+gallium_dri.so free 0x5571735d0a40 void 0.000124
+gallium_dri.so free 0x5571735d0970 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0a90 0.000124
+gallium_dri.so free 0x5571735d0b00 void 0.000125
+gallium_dri.so free 0x5571735d0a90 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0b20 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000116
+gallium_dri.so free 0x5571735d0b20 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b70 0.000121
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so free 0x5571735d0b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c40 0.000115
+gallium_dri.so free 0x5571735d0d00 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000116
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d80 0.000117
+gallium_dri.so free 0x5571735d0e40 void 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0d80 0.000155
+gallium_dri.so free 0x5571735d0f00 void 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0d80 0.000116
+gallium_dri.so free 0x5571735d0fc0 void 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0f70 0.000122
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1090 0.000116
+gallium_dri.so free 0x5571735d1100 void 0.000115
+gallium_dri.so free 0x5571735d1090 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1140 0.000130
+gallium_dri.so free 0x5571735d11c0 void 0.000132
+gallium_dri.so free 0x5571735d1140 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1140 0.000130
+gallium_dri.so free 0x5571735d1240 void 0.000126
+gallium_dri.so free 0x5571735d1140 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1270 0.000130
+gallium_dri.so free 0x5571735d12c0 void 0.000130
+gallium_dri.so free 0x5571735d1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1270 0.000129
+gallium_dri.so free 0x5571735d13c0 void 0.000130
+gallium_dri.so free 0x5571735d1270 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1370 0.000124
+gallium_dri.so free 0x5571735d1480 void 0.000131
+gallium_dri.so free 0x5571735d1370 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1430 0.000130
+gallium_dri.so free 0x5571735d14c0 void 0.000124
+gallium_dri.so free 0x5571735d1430 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1430 0.000131
+gallium_dri.so free 0x5571735d1580 void 0.000131
+gallium_dri.so free 0x5571735d1430 void 0.000157
+gallium_dri.so malloc 72 0x5571735d15f0 0.000141
+gallium_dri.so free 0x5571735d1640 void 0.000149
+gallium_dri.so free 0x5571735d15f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d15f0 0.000167
+gallium_dri.so free 0x5571735d1740 void 0.000130
+gallium_dri.so free 0x5571735d15f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735d16f0 0.000131
+gallium_dri.so free 0x5571735d1800 void 0.000132
+gallium_dri.so free 0x5571735d16f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d17b0 0.000130
+gallium_dri.so free 0x5571735d1840 void 0.000129
+gallium_dri.so free 0x5571735d17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d17b0 0.000130
+gallium_dri.so free 0x5571735d1900 void 0.000132
+gallium_dri.so free 0x5571735d17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1940 0.000126
+gallium_dri.so free 0x5571735d19c0 void 0.000126
+gallium_dri.so free 0x5571735d1940 void 0.000127
+gallium_dri.so malloc 72 0x5571735d19c0 0.000183
+gallium_dri.so free 0x5571735d1a80 void 0.000181
+gallium_dri.so free 0x5571735d19c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735d19c0 0.000145
+gallium_dri.so free 0x5571735d1b40 void 0.000142
+gallium_dri.so free 0x5571735d19c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d1b60 0.000146
+gallium_dri.so free 0x5571735d1c00 void 0.000145
+gallium_dri.so free 0x5571735d1b60 void 0.000144
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000146
+gallium_dri.so free 0x5571735d1c80 void 0.000140
+gallium_dri.so free 0x5571735d1bb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000145
+gallium_dri.so free 0x5571735d1d00 void 0.000145
+gallium_dri.so free 0x5571735d1bb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d1d00 0.000143
+gallium_dri.so free 0x5571735d1dc0 void 0.000144
+gallium_dri.so free 0x5571735d1d00 void 0.000152
+gallium_dri.so malloc 72 0x5571735d1d00 0.000168
+gallium_dri.so free 0x5571735d1e80 void 0.000166
+gallium_dri.so free 0x5571735d1d00 void 0.000166
+gallium_dri.so malloc 72 0x5571735d1d00 0.000165
+gallium_dri.so free 0x5571735d1f40 void 0.000165
+gallium_dri.so free 0x5571735d1d00 void 0.000166
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000159
+gallium_dri.so free 0x5571735d2000 void 0.000163
+gallium_dri.so free 0x5571735d1ef0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000166
+gallium_dri.so free 0x5571735d2080 void 0.000165
+gallium_dri.so free 0x5571735d1fb0 void 0.000166
+gallium_dri.so malloc 72 0x5571735d20d0 0.000166
+gallium_dri.so free 0x5571735d2140 void 0.000161
+gallium_dri.so free 0x5571735d20d0 void 0.000207
+gallium_dri.so malloc 72 0x5571735d2160 0.000130
+gallium_dri.so free 0x5571735d2200 void 0.000138
+gallium_dri.so free 0x5571735d2160 void 0.000130
+gallium_dri.so malloc 72 0x5571735d21b0 0.000126
+gallium_dri.so free 0x5571735d2280 void 0.000125
+gallium_dri.so free 0x5571735d21b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d21b0 0.000131
+gallium_dri.so free 0x5571735d2300 void 0.000131
+gallium_dri.so free 0x5571735d21b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2300 0.000131
+gallium_dri.so free 0x5571735d23c0 void 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2300 0.000125
+gallium_dri.so free 0x5571735d24c0 void 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2470 0.000131
+gallium_dri.so free 0x5571735d2500 void 0.000129
+gallium_dri.so free 0x5571735d2470 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2470 0.000148
+gallium_dri.so free 0x5571735d25c0 void 0.000131
+gallium_dri.so free 0x5571735d2470 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2600 0.000138
+gallium_dri.so free 0x5571735d2680 void 0.000132
+gallium_dri.so free 0x5571735d2600 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2680 0.000124
+gallium_dri.so free 0x5571735d2740 void 0.000125
+gallium_dri.so free 0x5571735d2680 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2680 0.000131
+gallium_dri.so free 0x5571735d27c0 void 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000130
+gallium_dri.so malloc 72 0x5571735d27f0 0.000127
+gallium_dri.so free 0x5571735d2840 void 0.000124
+gallium_dri.so free 0x5571735d27f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d27f0 0.000131
+gallium_dri.so free 0x5571735d2940 void 0.000130
+gallium_dri.so free 0x5571735d27f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2980 0.000131
+gallium_dri.so free 0x5571735d2a00 void 0.000130
+gallium_dri.so free 0x5571735d2980 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2a00 0.000125
+gallium_dri.so free 0x5571735d2ac0 void 0.000130
+gallium_dri.so free 0x5571735d2a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2a00 0.000129
+gallium_dri.so free 0x5571735d2b40 void 0.000133
+gallium_dri.so free 0x5571735d2a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2b70 0.000130
+gallium_dri.so free 0x5571735d2bc0 void 0.000130
+gallium_dri.so free 0x5571735d2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2b70 0.000129
+gallium_dri.so free 0x5571735d2cc0 void 0.000125
+gallium_dri.so free 0x5571735d2b70 void 0.000177
+gallium_dri.so malloc 72 0x5571735d2c70 0.000131
+gallium_dri.so free 0x5571735d2d80 void 0.000131
+gallium_dri.so free 0x5571735d2c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2d30 0.000129
+gallium_dri.so free 0x5571735d2e00 void 0.000129
+gallium_dri.so free 0x5571735d2d30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2d30 0.000130
+gallium_dri.so free 0x5571735d2ec0 void 0.000131
+gallium_dri.so free 0x5571735d2d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2d30 0.000124
+gallium_dri.so free 0x5571735d2f80 void 0.000128
+gallium_dri.so free 0x5571735d2d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2f30 0.000129
+gallium_dri.so free 0x5571735d3000 void 0.000129
+gallium_dri.so free 0x5571735d2f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3050 0.000130
+gallium_dri.so free 0x5571735d30c0 void 0.000130
+gallium_dri.so free 0x5571735d3050 void 0.000130
+gallium_dri.so malloc 72 0x5571735d30e0 0.000125
+gallium_dri.so free 0x5571735d3180 void 0.000144
+gallium_dri.so free 0x5571735d30e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3130 0.000129
+gallium_dri.so free 0x5571735d3200 void 0.000131
+gallium_dri.so free 0x5571735d3130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3200 0.000126
+gallium_dri.so free 0x5571735d32c0 void 0.000129
+gallium_dri.so free 0x5571735d3200 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3200 0.000129
+gallium_dri.so free 0x5571735d3340 void 0.000126
+gallium_dri.so free 0x5571735d3200 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3340 0.000124
+gallium_dri.so free 0x5571735d3400 void 0.000130
+gallium_dri.so free 0x5571735d3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3340 0.000184
+gallium_dri.so free 0x5571735d34c0 void 0.000131
+gallium_dri.so free 0x5571735d3340 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3340 0.000130
+gallium_dri.so free 0x5571735d3580 void 0.000131
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3530 0.000126
+gallium_dri.so free 0x5571735d3600 void 0.000124
+gallium_dri.so free 0x5571735d3530 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3650 0.000131
+gallium_dri.so free 0x5571735d36c0 void 0.000131
+gallium_dri.so free 0x5571735d3650 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3700 0.000123
+gallium_dri.so free 0x5571735d3780 void 0.000130
+gallium_dri.so free 0x5571735d3700 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3700 0.000125
+gallium_dri.so free 0x5571735d3800 void 0.000124
+gallium_dri.so free 0x5571735d3700 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3830 0.000173
+gallium_dri.so free 0x5571735d3880 void 0.000131
+gallium_dri.so free 0x5571735d3830 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3830 0.000132
+gallium_dri.so free 0x5571735d3980 void 0.000136
+gallium_dri.so free 0x5571735d3830 void 0.000163
+gallium_dri.so malloc 72 0x5571735d3930 0.000165
+gallium_dri.so free 0x5571735d3a40 void 0.000130
+gallium_dri.so free 0x5571735d3930 void 0.000130
+gallium_dri.so malloc 72 0x5571735d39f0 0.000126
+gallium_dri.so free 0x5571735d3a80 void 0.000123
+gallium_dri.so free 0x5571735d39f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d39f0 0.000123
+gallium_dri.so free 0x5571735d3b40 void 0.000124
+gallium_dri.so free 0x5571735d39f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000130
+gallium_dri.so free 0x5571735d3c00 void 0.000130
+gallium_dri.so free 0x5571735d3bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3bb0 0.000123
+gallium_dri.so free 0x5571735d3d00 void 0.000129
+gallium_dri.so free 0x5571735d3bb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000129
+gallium_dri.so free 0x5571735d3dc0 void 0.000132
+gallium_dri.so free 0x5571735d3cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3d70 0.000140
+gallium_dri.so free 0x5571735d3e00 void 0.000132
+gallium_dri.so free 0x5571735d3d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3d70 0.000123
+gallium_dri.so free 0x5571735d3ec0 void 0.000129
+gallium_dri.so free 0x5571735d3d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3f00 0.000131
+gallium_dri.so free 0x5571735d3f80 void 0.000171
+gallium_dri.so free 0x5571735d3f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3f80 0.000126
+gallium_dri.so free 0x5571735d4040 void 0.000124
+gallium_dri.so free 0x5571735d3f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3f80 0.000131
+gallium_dri.so free 0x5571735d4100 void 0.000132
+gallium_dri.so free 0x5571735d3f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4120 0.000130
+gallium_dri.so free 0x5571735d41c0 void 0.000130
+gallium_dri.so free 0x5571735d4120 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4170 0.000123
+gallium_dri.so free 0x5571735d4240 void 0.000130
+gallium_dri.so free 0x5571735d4170 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4170 0.000133
+gallium_dri.so free 0x5571735d42c0 void 0.000131
+gallium_dri.so free 0x5571735d4170 void 0.000125
+gallium_dri.so malloc 72 0x5571735d42c0 0.000123
+gallium_dri.so free 0x5571735d4380 void 0.000129
+gallium_dri.so free 0x5571735d42c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d42c0 0.000133
+gallium_dri.so free 0x5571735d4440 void 0.000180
+gallium_dri.so free 0x5571735d42c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d42c0 0.000132
+gallium_dri.so free 0x5571735d4500 void 0.000144
+gallium_dri.so free 0x5571735d42c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d44b0 0.000127
+gallium_dri.so free 0x5571735d45c0 void 0.000125
+gallium_dri.so free 0x5571735d44b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4570 0.000130
+gallium_dri.so free 0x5571735d4640 void 0.000130
+gallium_dri.so free 0x5571735d4570 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4690 0.000123
+gallium_dri.so free 0x5571735d4700 void 0.000129
+gallium_dri.so free 0x5571735d4690 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4720 0.000128
+gallium_dri.so free 0x5571735d47c0 void 0.000130
+gallium_dri.so free 0x5571735d4720 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4770 0.000125
+gallium_dri.so free 0x5571735d4840 void 0.000124
+gallium_dri.so free 0x5571735d4770 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4770 0.000131
+gallium_dri.so free 0x5571735d48c0 void 0.000130
+gallium_dri.so free 0x5571735d4770 void 0.000146
+gallium_dri.so malloc 72 0x5571735d48c0 0.000131
+gallium_dri.so free 0x5571735d4980 void 0.000126
+gallium_dri.so free 0x5571735d48c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d48c0 0.000129
+gallium_dri.so free 0x5571735d4a80 void 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4a30 0.000167
+gallium_dri.so free 0x5571735d4ac0 void 0.000167
+gallium_dri.so free 0x5571735d4a30 void 0.000222
+gallium_dri.so malloc 72 0x5571735d4a30 0.000226
+gallium_dri.so free 0x5571735d4b80 void 0.000240
+gallium_dri.so free 0x5571735d4a30 void 0.000207
+gallium_dri.so malloc 72 0x5571735d4bc0 0.000129
+gallium_dri.so free 0x5571735d4c40 void 0.000129
+gallium_dri.so free 0x5571735d4bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4c40 0.000130
+gallium_dri.so free 0x5571735d4d00 void 0.000129
+gallium_dri.so free 0x5571735d4c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4c40 0.000130
+gallium_dri.so free 0x5571735d4d80 void 0.000130
+gallium_dri.so free 0x5571735d4c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4db0 0.000126
+gallium_dri.so free 0x5571735d4e00 void 0.000130
+gallium_dri.so free 0x5571735d4db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4db0 0.000129
+gallium_dri.so free 0x5571735d4f00 void 0.000131
+gallium_dri.so free 0x5571735d4db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4f40 0.000180
+gallium_dri.so free 0x5571735d4fc0 void 0.000125
+gallium_dri.so free 0x5571735d4f40 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000139
+gallium_dri.so free 0x5571735d5080 void 0.000132
+gallium_dri.so free 0x5571735d4fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4fc0 0.000129
+gallium_dri.so free 0x5571735d5100 void 0.000125
+gallium_dri.so free 0x5571735d4fc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5130 0.000130
+gallium_dri.so free 0x5571735d5180 void 0.000130
+gallium_dri.so free 0x5571735d5130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5130 0.000124
+gallium_dri.so free 0x5571735d5280 void 0.000125
+gallium_dri.so free 0x5571735d5130 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5230 0.000129
+gallium_dri.so free 0x5571735d5340 void 0.000126
+gallium_dri.so free 0x5571735d5230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d52f0 0.000130
+gallium_dri.so free 0x5571735d53c0 void 0.000130
+gallium_dri.so free 0x5571735d52f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d52f0 0.000131
+gallium_dri.so free 0x5571735d5480 void 0.000130
+gallium_dri.so free 0x5571735d52f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d52f0 0.000130
+gallium_dri.so free 0x5571735d5540 void 0.000150
+gallium_dri.so free 0x5571735d52f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d54f0 0.000139
+gallium_dri.so free 0x5571735d55c0 void 0.000130
+gallium_dri.so free 0x5571735d54f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735d5610 0.000221
+gallium_dri.so free 0x5571735d5680 void 0.000130
+gallium_dri.so free 0x5571735d5610 void 0.000125
+gallium_dri.so malloc 72 0x5571735d56a0 0.000127
+gallium_dri.so free 0x5571735d5740 void 0.000126
+gallium_dri.so free 0x5571735d56a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d56f0 0.000123
+gallium_dri.so free 0x5571735d57c0 void 0.000124
+gallium_dri.so free 0x5571735d56f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d57c0 0.000130
+gallium_dri.so free 0x5571735d5880 void 0.000124
+gallium_dri.so free 0x5571735d57c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d57c0 0.000124
+gallium_dri.so free 0x5571735d5900 void 0.000129
+gallium_dri.so free 0x5571735d57c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5900 0.000124
+gallium_dri.so free 0x5571735d59c0 void 0.000124
+gallium_dri.so free 0x5571735d5900 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5900 0.000131
+gallium_dri.so free 0x5571735d5a80 void 0.000127
+gallium_dri.so free 0x5571735d5900 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5900 0.000134
+gallium_dri.so free 0x5571735d5b40 void 0.000221
+gallium_dri.so free 0x5571735d5900 void 0.000224
+gallium_dri.so malloc 72 0x5571735d5af0 0.000222
+gallium_dri.so free 0x5571735d5bc0 void 0.000225
+gallium_dri.so free 0x5571735d5af0 void 0.000233
+gallium_dri.so malloc 72 0x5571735d5c10 0.000203
+gallium_dri.so free 0x5571735d5c80 void 0.000187
+gallium_dri.so free 0x5571735d5c10 void 0.000225
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000224
+gallium_dri.so free 0x5571735d5d40 void 0.000200
+gallium_dri.so free 0x5571735d5cc0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d5cc0 0.000125
+gallium_dri.so free 0x5571735d5dc0 void 0.000124
+gallium_dri.so free 0x5571735d5cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5df0 0.000123
+gallium_dri.so free 0x5571735d5e40 void 0.000125
+gallium_dri.so free 0x5571735d5df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5df0 0.000123
+gallium_dri.so free 0x5571735d5f40 void 0.000126
+gallium_dri.so free 0x5571735d5df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000124
+gallium_dri.so free 0x5571735d6000 void 0.000123
+gallium_dri.so free 0x5571735d5ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000123
+gallium_dri.so free 0x5571735d6040 void 0.000123
+gallium_dri.so free 0x5571735d5fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000124
+gallium_dri.so free 0x5571735d6100 void 0.000125
+gallium_dri.so free 0x5571735d5fb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d6170 0.000125
+gallium_dri.so free 0x5571735d61c0 void 0.000125
+gallium_dri.so free 0x5571735d6170 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6170 0.000123
+gallium_dri.so free 0x5571735d62c0 void 0.000124
+gallium_dri.so free 0x5571735d6170 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6270 0.000124
+gallium_dri.so free 0x5571735d6380 void 0.000124
+gallium_dri.so free 0x5571735d6270 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6330 0.000123
+gallium_dri.so free 0x5571735d63c0 void 0.000124
+gallium_dri.so free 0x5571735d6330 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6330 0.000124
+gallium_dri.so free 0x5571735d6480 void 0.000123
+gallium_dri.so free 0x5571735d6330 void 0.000126
+gallium_dri.so malloc 72 0x5571735d64c0 0.000124
+gallium_dri.so free 0x5571735d6540 void 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6540 0.000123
+gallium_dri.so free 0x5571735d6600 void 0.000122
+gallium_dri.so free 0x5571735d6540 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6540 0.000123
+gallium_dri.so free 0x5571735d66c0 void 0.000123
+gallium_dri.so free 0x5571735d6540 void 0.000124
+gallium_dri.so malloc 72 0x5571735d66e0 0.000124
+gallium_dri.so free 0x5571735d6780 void 0.000123
+gallium_dri.so free 0x5571735d66e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6730 0.000124
+gallium_dri.so free 0x5571735d6800 void 0.000125
+gallium_dri.so free 0x5571735d6730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6730 0.000126
+gallium_dri.so free 0x5571735d6880 void 0.000124
+gallium_dri.so free 0x5571735d6730 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6880 0.000124
+gallium_dri.so free 0x5571735d6940 void 0.000124
+gallium_dri.so free 0x5571735d6880 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6880 0.000125
+gallium_dri.so free 0x5571735d6a00 void 0.000125
+gallium_dri.so free 0x5571735d6880 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6880 0.000130
+gallium_dri.so free 0x5571735d6ac0 void 0.000126
+gallium_dri.so free 0x5571735d6880 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6a70 0.000125
+gallium_dri.so free 0x5571735d6b80 void 0.000124
+gallium_dri.so free 0x5571735d6a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6b30 0.000123
+gallium_dri.so free 0x5571735d6c00 void 0.000125
+gallium_dri.so free 0x5571735d6b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6c50 0.000124
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735d6c50 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6c50 0.000124
+gallium_dri.so free 0x5571735eb440 void 0.000131
+gallium_dri.so free 0x5571735d6c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6c50 0.000117
+gallium_dri.so free 0x5571735eb500 void 0.000118
+gallium_dri.so free 0x5571735d6c50 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000118
+gallium_dri.so free 0x5571735eb580 void 0.000118
+gallium_dri.so free 0x5571735eb4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000118
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so free 0x5571735eb5d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb680 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb680 0.000118
+gallium_dri.so free 0x5571735eb780 void 0.000118
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000118
+gallium_dri.so free 0x5571735eb800 void 0.000118
+gallium_dri.so free 0x5571735eb7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000117
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb8b0 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000117
+gallium_dri.so free 0x5571735eb8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb970 0.000117
+gallium_dri.so free 0x5571735eba00 void 0.000117
+gallium_dri.so free 0x5571735eb970 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb970 0.000117
+gallium_dri.so free 0x5571735ebac0 void 0.000118
+gallium_dri.so free 0x5571735eb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebb30 0.000117
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735ebb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebb30 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc30 0.000127
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000117
+gallium_dri.so free 0x5571735ebd80 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000116
+gallium_dri.so free 0x5571735ebe40 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebe80 0.000162
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf00 0.000119
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf00 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000117
+gallium_dri.so free 0x5571735ec140 void 0.000117
+gallium_dri.so free 0x5571735ec0a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so free 0x5571735ec0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000119
+gallium_dri.so free 0x5571735ec240 void 0.000119
+gallium_dri.so free 0x5571735ec0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec240 0.000119
+gallium_dri.so free 0x5571735ec300 void 0.000118
+gallium_dri.so free 0x5571735ec240 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec240 0.000117
+gallium_dri.so free 0x5571735ec3c0 void 0.000123
+gallium_dri.so free 0x5571735ec240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec240 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec240 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec430 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000117
+gallium_dri.so free 0x5571735ec430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000120
+gallium_dri.so free 0x5571735ec5c0 void 0.000118
+gallium_dri.so free 0x5571735ec4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec610 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735ec610 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000118
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so free 0x5571735ec6a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000119
+gallium_dri.so free 0x5571735ec7c0 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec840 0.000118
+gallium_dri.so free 0x5571735ec900 void 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec840 0.000117
+gallium_dri.so free 0x5571735eca00 void 0.000117
+gallium_dri.so free 0x5571735ec840 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000118
+gallium_dri.so free 0x5571735eca40 void 0.000118
+gallium_dri.so free 0x5571735ec9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000118
+gallium_dri.so free 0x5571735ecb00 void 0.000118
+gallium_dri.so free 0x5571735ec9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecb40 0.000119
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so free 0x5571735ecb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000117
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000117
+gallium_dri.so free 0x5571735ecd00 void 0.000121
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecd30 0.000165
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so free 0x5571735ecd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd30 0.000117
+gallium_dri.so free 0x5571735ece80 void 0.000165
+gallium_dri.so free 0x5571735ecd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecec0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed080 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000116
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so free 0x5571735ed0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000118
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed270 0.000117
+gallium_dri.so free 0x5571735ed340 void 0.000124
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed270 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so free 0x5571735ed270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed270 0.000132
+gallium_dri.so free 0x5571735ed4c0 void 0.000119
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed470 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed590 0.000118
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed590 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed620 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so free 0x5571735ed620 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed670 0.000120
+gallium_dri.so free 0x5571735ed740 void 0.000118
+gallium_dri.so free 0x5571735ed670 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed740 0.000119
+gallium_dri.so free 0x5571735ed800 void 0.000118
+gallium_dri.so free 0x5571735ed740 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed740 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000117
+gallium_dri.so free 0x5571735ed740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed880 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000117
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed880 0.000117
+gallium_dri.so free 0x5571735eda00 void 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed880 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda70 0.000118
+gallium_dri.so free 0x5571735edb40 void 0.000119
+gallium_dri.so free 0x5571735eda70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb90 0.000117
+gallium_dri.so free 0x5571735edc00 void 0.000117
+gallium_dri.so free 0x5571735edb90 void 0.000117
+gallium_dri.so malloc 72 0x5571735edc40 0.000159
+gallium_dri.so free 0x5571735edcc0 void 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc40 0.000118
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000118
+gallium_dri.so free 0x5571735eddc0 void 0.000119
+gallium_dri.so free 0x5571735edd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000118
+gallium_dri.so free 0x5571735edec0 void 0.000118
+gallium_dri.so free 0x5571735edd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede70 0.000117
+gallium_dri.so free 0x5571735edf80 void 0.000118
+gallium_dri.so free 0x5571735ede70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000117
+gallium_dri.so free 0x5571735edfc0 void 0.000117
+gallium_dri.so free 0x5571735edf30 void 0.000123
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735edf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000119
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735ee0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000118
+gallium_dri.so free 0x5571735ee0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000117
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee1f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000119
+gallium_dri.so free 0x5571735ee340 void 0.000119
+gallium_dri.so free 0x5571735ee2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000118
+gallium_dri.so free 0x5571735ee400 void 0.000118
+gallium_dri.so free 0x5571735ee2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee440 0.000117
+gallium_dri.so free 0x5571735ee4c0 void 0.000118
+gallium_dri.so free 0x5571735ee440 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000117
+gallium_dri.so free 0x5571735ee580 void 0.000119
+gallium_dri.so free 0x5571735ee4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000117
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so free 0x5571735ee4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee660 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000117
+gallium_dri.so free 0x5571735ee660 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000118
+gallium_dri.so free 0x5571735ee6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000118
+gallium_dri.so free 0x5571735ee6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee800 0.000118
+gallium_dri.so free 0x5571735ee8c0 void 0.000119
+gallium_dri.so free 0x5571735ee800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee800 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee800 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000117
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so free 0x5571735ee9f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735eeab0 0.000121
+gallium_dri.so free 0x5571735eeb80 void 0.000118
+gallium_dri.so free 0x5571735eeab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eebd0 0.000122
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eebd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec60 0.000116
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec60 void 0.000118
+gallium_dri.so malloc 72 0x5571735eecb0 0.000118
+gallium_dri.so free 0x5571735eed80 void 0.000118
+gallium_dri.so free 0x5571735eecb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eecb0 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so free 0x5571735eecb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee00 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef70 0.000117
+gallium_dri.so free 0x5571735ef000 void 0.000118
+gallium_dri.so free 0x5571735eef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef70 0.000119
+gallium_dri.so free 0x5571735ef0c0 void 0.000118
+gallium_dri.so free 0x5571735eef70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef100 0.000118
+gallium_dri.so free 0x5571735ef180 void 0.000118
+gallium_dri.so free 0x5571735ef100 void 0.000172
+gallium_dri.so malloc 72 0x5571735ef180 0.000125
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef180 0.000118
+gallium_dri.so free 0x5571735ef2c0 void 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000117
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000118
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef480 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so free 0x5571735ef480 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef500 0.000118
+gallium_dri.so free 0x5571735ef5c0 void 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef500 0.000118
+gallium_dri.so free 0x5571735ef640 void 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef6c0 void 0.000117
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef670 0.000118
+gallium_dri.so free 0x5571735ef7c0 void 0.000126
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef770 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000118
+gallium_dri.so free 0x5571735ef770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef830 0.000117
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000162
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000119
+gallium_dri.so free 0x5571735ef830 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa30 0.000118
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735efa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb50 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so free 0x5571735efb50 void 0.000117
+gallium_dri.so malloc 72 0x5571735efbe0 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000117
+gallium_dri.so free 0x5571735efbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc30 0.000119
+gallium_dri.so free 0x5571735efd00 void 0.000118
+gallium_dri.so free 0x5571735efc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735efd00 0.000114
+gallium_dri.so free 0x5571735efdc0 void 0.000121
+gallium_dri.so free 0x5571735efd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd00 0.000119
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so free 0x5571735efd00 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0030 0.000122
+gallium_dri.so free 0x5571735f0100 void 0.000116
+gallium_dri.so free 0x5571735f0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0150 0.000123
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so free 0x5571735f0150 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0200 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0200 0.000118
+gallium_dri.so free 0x5571735f0300 void 0.000119
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000126
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f0480 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0430 0.000118
+gallium_dri.so free 0x5571735f0540 void 0.000119
+gallium_dri.so free 0x5571735f0430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0640 void 0.000117
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f06b0 0.000118
+gallium_dri.so free 0x5571735f0700 void 0.000118
+gallium_dri.so free 0x5571735f06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06b0 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so free 0x5571735f06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07b0 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000118
+gallium_dri.so free 0x5571735f07b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f0870 0.000119
+gallium_dri.so free 0x5571735f0900 void 0.000118
+gallium_dri.so free 0x5571735f0870 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0870 0.000118
+gallium_dri.so free 0x5571735f09c0 void 0.000119
+gallium_dri.so free 0x5571735f0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a00 0.000118
+gallium_dri.so free 0x5571735f0a80 void 0.000117
+gallium_dri.so free 0x5571735f0a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a80 0.000118
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so free 0x5571735f0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0a80 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000117
+gallium_dri.so free 0x5571735f0a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c20 0.000119
+gallium_dri.so free 0x5571735f0cc0 void 0.000123
+gallium_dri.so free 0x5571735f0c20 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0c70 0.000124
+gallium_dri.so free 0x5571735f0d40 void 0.000124
+gallium_dri.so free 0x5571735f0c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c70 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000117
+gallium_dri.so free 0x5571735f0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000118
+gallium_dri.so free 0x5571735f0e80 void 0.000118
+gallium_dri.so free 0x5571735f0dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000162
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so free 0x5571735f0dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000118
+gallium_dri.so free 0x5571735f1000 void 0.000118
+gallium_dri.so free 0x5571735f0dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000118
+gallium_dri.so free 0x5571735f0fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1070 0.000118
+gallium_dri.so free 0x5571735f1140 void 0.000119
+gallium_dri.so free 0x5571735f1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1190 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so free 0x5571735f1190 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1220 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f1220 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1270 0.000115
+gallium_dri.so free 0x5571735f1340 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1270 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f13c0 0.000118
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13c0 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000111
+gallium_dri.so free 0x5571735f13c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1530 0.000109
+gallium_dri.so free 0x5571735f15c0 void 0.000111
+gallium_dri.so free 0x5571735f1530 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1530 0.000109
+gallium_dri.so free 0x5571735f1680 void 0.000110
+gallium_dri.so free 0x5571735f1530 void 0.000110
+gallium_dri.so malloc 72 0x5571735f16c0 0.000111
+gallium_dri.so free 0x5571735f1740 void 0.000146
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1740 0.000111
+gallium_dri.so free 0x5571735f1800 void 0.000110
+gallium_dri.so free 0x5571735f1740 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1740 0.000111
+gallium_dri.so free 0x5571735f1880 void 0.000110
+gallium_dri.so free 0x5571735f1740 void 0.000109
+gallium_dri.so malloc 72 0x5571735f18b0 0.000110
+gallium_dri.so free 0x5571735f1900 void 0.000110
+gallium_dri.so free 0x5571735f18b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f18b0 0.000110
+gallium_dri.so free 0x5571735f1a00 void 0.000111
+gallium_dri.so free 0x5571735f18b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1a40 0.000111
+gallium_dri.so free 0x5571735f1ac0 void 0.000111
+gallium_dri.so free 0x5571735f1a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000111
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so free 0x5571735f1ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1c30 0.000125
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c30 0.000118
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so free 0x5571735f1c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d30 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000118
+gallium_dri.so free 0x5571735f1d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1df0 0.000132
+gallium_dri.so free 0x5571735f1ec0 void 0.000118
+gallium_dri.so free 0x5571735f1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1df0 0.000119
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so free 0x5571735f1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1df0 0.000118
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000123
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so free 0x5571735f1ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2110 0.000118
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so free 0x5571735f2110 void 0.000115
+gallium_dri.so malloc 72 0x5571735f21a0 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so free 0x5571735f21a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f21f0 0.000118
+gallium_dri.so free 0x5571735f22c0 void 0.000117
+gallium_dri.so free 0x5571735f21f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f22c0 0.000117
+gallium_dri.so free 0x5571735f2380 void 0.000118
+gallium_dri.so free 0x5571735f22c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22c0 0.000119
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2400 0.000119
+gallium_dri.so free 0x5571735f2580 void 0.000117
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2400 0.000117
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so free 0x5571735f2400 void 0.000162
+gallium_dri.so malloc 72 0x5571735f25f0 0.000120
+gallium_dri.so free 0x5571735f26c0 void 0.000118
+gallium_dri.so free 0x5571735f25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2710 0.000118
+gallium_dri.so free 0x5571735f2780 void 0.000118
+gallium_dri.so free 0x5571735f2710 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27c0 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27c0 0.000118
+gallium_dri.so free 0x5571735f28c0 void 0.000117
+gallium_dri.so free 0x5571735f27c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f28f0 0.000119
+gallium_dri.so free 0x5571735f2940 void 0.000117
+gallium_dri.so free 0x5571735f28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28f0 0.000117
+gallium_dri.so free 0x5571735f2a40 void 0.000117
+gallium_dri.so free 0x5571735f28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29f0 0.000117
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so free 0x5571735f29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000120
+gallium_dri.so free 0x5571735f2b40 void 0.000117
+gallium_dri.so free 0x5571735f2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000118
+gallium_dri.so free 0x5571735f2c00 void 0.000118
+gallium_dri.so free 0x5571735f2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c70 0.000118
+gallium_dri.so free 0x5571735f2cc0 void 0.000188
+gallium_dri.so free 0x5571735f2c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c70 0.000128
+gallium_dri.so free 0x5571735f2dc0 void 0.000118
+gallium_dri.so free 0x5571735f2c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2d70 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735f2d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000118
+gallium_dri.so free 0x5571735f2ec0 void 0.000119
+gallium_dri.so free 0x5571735f2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f2f80 void 0.000117
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000119
+gallium_dri.so free 0x5571735f2fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3040 0.000119
+gallium_dri.so free 0x5571735f3100 void 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3040 0.000117
+gallium_dri.so free 0x5571735f31c0 void 0.000117
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31e0 0.000117
+gallium_dri.so free 0x5571735f3280 void 0.000118
+gallium_dri.so free 0x5571735f31e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3230 0.000127
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3230 0.000118
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so free 0x5571735f3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3380 0.000118
+gallium_dri.so free 0x5571735f3440 void 0.000119
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3380 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000152
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3380 0.000119
+gallium_dri.so free 0x5571735f35c0 void 0.000118
+gallium_dri.so free 0x5571735f3380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3570 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000117
+gallium_dri.so free 0x5571735f3570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3630 0.000117
+gallium_dri.so free 0x5571735899c0 void 0.000117
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735899c0 0.000118
+gallium_dri.so free 0x557173589a80 void 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899c0 0.000118
+gallium_dri.so free 0x557173589b40 void 0.000117
+gallium_dri.so free 0x5571735899c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735899c0 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000116
+gallium_dri.so malloc 72 0x557173589bb0 0.000118
+gallium_dri.so free 0x557173589c80 void 0.000117
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589cd0 0.000118
+gallium_dri.so free 0x557173589d40 void 0.000120
+gallium_dri.so free 0x557173589cd0 void 0.000118
+gallium_dri.so malloc 72 0x557173589d80 0.000120
+gallium_dri.so free 0x557173589e00 void 0.000117
+gallium_dri.so free 0x557173589d80 void 0.000119
+gallium_dri.so malloc 72 0x557173589d80 0.000118
+gallium_dri.so free 0x557173589e80 void 0.000118
+gallium_dri.so free 0x557173589d80 void 0.000116
+gallium_dri.so malloc 72 0x557173589eb0 0.000129
+gallium_dri.so free 0x557173589f00 void 0.000119
+gallium_dri.so free 0x557173589eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589eb0 0.000118
+gallium_dri.so free 0x55717358a000 void 0.000118
+gallium_dri.so free 0x557173589eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589fb0 0.000118
+gallium_dri.so free 0x55717358a0c0 void 0.000119
+gallium_dri.so free 0x557173589fb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a070 0.000117
+gallium_dri.so free 0x55717358a100 void 0.000180
+gallium_dri.so free 0x55717358a070 void 0.000118
+gallium_dri.so malloc 72 0x55717358a070 0.000117
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so free 0x55717358a070 void 0.000122
+gallium_dri.so malloc 72 0x55717358a230 0.000118
+gallium_dri.so free 0x55717358a280 void 0.000117
+gallium_dri.so free 0x55717358a230 void 0.000118
+gallium_dri.so malloc 72 0x55717358a230 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000118
+gallium_dri.so free 0x55717358a230 void 0.000118
+gallium_dri.so malloc 72 0x55717358a330 0.000119
+gallium_dri.so free 0x55717358a440 void 0.000117
+gallium_dri.so free 0x55717358a330 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3f0 0.000118
+gallium_dri.so free 0x55717358a480 void 0.000118
+gallium_dri.so free 0x55717358a3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3f0 0.000119
+gallium_dri.so free 0x55717358a540 void 0.000119
+gallium_dri.so free 0x55717358a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a580 0.000118
+gallium_dri.so free 0x55717358a600 void 0.000119
+gallium_dri.so free 0x55717358a580 void 0.000118
+gallium_dri.so malloc 72 0x55717358a600 0.000117
+gallium_dri.so free 0x55717358a6c0 void 0.000166
+gallium_dri.so free 0x55717358a600 void 0.000119
+gallium_dri.so malloc 72 0x55717358a600 0.000130
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so free 0x55717358a600 void 0.000118
+gallium_dri.so malloc 72 0x55717358a7a0 0.000118
+gallium_dri.so free 0x55717358a840 void 0.000119
+gallium_dri.so free 0x55717358a7a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a7f0 0.000118
+gallium_dri.so free 0x55717358a8c0 void 0.000118
+gallium_dri.so free 0x55717358a7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a7f0 0.000117
+gallium_dri.so free 0x55717358a940 void 0.000118
+gallium_dri.so free 0x55717358a7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a940 0.000118
+gallium_dri.so free 0x55717358aa00 void 0.000117
+gallium_dri.so free 0x55717358a940 void 0.000118
+gallium_dri.so malloc 72 0x55717358a940 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so free 0x55717358a940 void 0.000117
+gallium_dri.so malloc 72 0x55717358a940 0.000117
+gallium_dri.so free 0x55717358ab80 void 0.000118
+gallium_dri.so free 0x55717358a940 void 0.000118
+gallium_dri.so malloc 72 0x55717358ab30 0.000118
+gallium_dri.so free 0x55717358ac40 void 0.000118
+gallium_dri.so free 0x55717358ab30 void 0.000116
+gallium_dri.so malloc 72 0x55717358abf0 0.000117
+gallium_dri.so free 0x55717358acc0 void 0.000118
+gallium_dri.so free 0x55717358abf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad10 0.000120
+gallium_dri.so free 0x55717358ad80 void 0.000118
+gallium_dri.so free 0x55717358ad10 void 0.000120
+gallium_dri.so malloc 72 0x55717358ada0 0.000122
+gallium_dri.so free 0x55717358ae40 void 0.000118
+gallium_dri.so free 0x55717358ada0 void 0.000114
+gallium_dri.so malloc 72 0x55717358adf0 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000119
+gallium_dri.so free 0x55717358adf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358adf0 0.000117
+gallium_dri.so free 0x55717358af40 void 0.000117
+gallium_dri.so free 0x55717358adf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358af40 0.000117
+gallium_dri.so free 0x55717358b000 void 0.000119
+gallium_dri.so free 0x55717358af40 void 0.000115
+gallium_dri.so malloc 72 0x55717358af40 0.000118
+gallium_dri.so free 0x55717358b100 void 0.000117
+gallium_dri.so free 0x55717358af40 void 0.000120
+gallium_dri.so malloc 72 0x55717358b0b0 0.000118
+gallium_dri.so free 0x55717358b140 void 0.000117
+gallium_dri.so free 0x55717358b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b0b0 0.000119
+gallium_dri.so free 0x55717358b200 void 0.000118
+gallium_dri.so free 0x55717358b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b240 0.000117
+gallium_dri.so free 0x55717358b2c0 void 0.000117
+gallium_dri.so free 0x55717358b240 void 0.000168
+gallium_dri.so malloc 72 0x55717358b2c0 0.000120
+gallium_dri.so free 0x55717358b380 void 0.000119
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b2c0 0.000117
+gallium_dri.so free 0x55717358b400 void 0.000117
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b430 0.000119
+gallium_dri.so free 0x55717358b480 void 0.000117
+gallium_dri.so free 0x55717358b430 void 0.000118
+gallium_dri.so malloc 72 0x55717358b430 0.000117
+gallium_dri.so free 0x55717358b580 void 0.000127
+gallium_dri.so free 0x55717358b430 void 0.000119
+gallium_dri.so malloc 72 0x55717358b5c0 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000117
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b7b0 0.000118
+gallium_dri.so free 0x55717358b800 void 0.000118
+gallium_dri.so free 0x55717358b7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b7b0 0.000118
+gallium_dri.so free 0x55717358b900 void 0.000127
+gallium_dri.so free 0x55717358b7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b8b0 0.000117
+gallium_dri.so free 0x55717358b9c0 void 0.000118
+gallium_dri.so free 0x55717358b8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b970 0.000118
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358b970 0.000117
+gallium_dri.so free 0x55717358bb00 void 0.000119
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358b970 0.000118
+gallium_dri.so free 0x55717358bbc0 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000118
+gallium_dri.so malloc 72 0x55717358bb70 0.000117
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so free 0x55717358bb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358bc90 0.000121
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so free 0x55717358bc90 void 0.000117
+gallium_dri.so malloc 72 0x55717358bd20 0.000171
+gallium_dri.so free 0x55717358bdc0 void 0.000121
+gallium_dri.so free 0x55717358bd20 void 0.000116
+gallium_dri.so malloc 72 0x55717358bd70 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000118
+gallium_dri.so free 0x55717358bd70 void 0.000117
+gallium_dri.so malloc 72 0x55717358be40 0.000128
+gallium_dri.so free 0x55717358bf00 void 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000117
+gallium_dri.so malloc 72 0x55717358be40 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so malloc 72 0x55717358bf80 0.000118
+gallium_dri.so free 0x55717358c040 void 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf80 0.000117
+gallium_dri.so free 0x55717358c100 void 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000117
+gallium_dri.so malloc 72 0x55717358bf80 0.000117
+gallium_dri.so free 0x55717358c1c0 void 0.000116
+gallium_dri.so free 0x55717358bf80 void 0.000119
+gallium_dri.so malloc 72 0x55717358c170 0.000118
+gallium_dri.so free 0x55717358c240 void 0.000118
+gallium_dri.so free 0x55717358c170 void 0.000118
+gallium_dri.so malloc 72 0x55717358c290 0.000119
+gallium_dri.so free 0x55717358c300 void 0.000118
+gallium_dri.so free 0x55717358c290 void 0.000117
+gallium_dri.so malloc 72 0x55717358c340 0.000117
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so free 0x55717358c340 void 0.000117
+gallium_dri.so malloc 72 0x55717358c340 0.000120
+gallium_dri.so free 0x55717358c440 void 0.000119
+gallium_dri.so free 0x55717358c340 void 0.000161
+gallium_dri.so malloc 72 0x55717358c470 0.000120
+gallium_dri.so free 0x55717358c4c0 void 0.000120
+gallium_dri.so free 0x55717358c470 void 0.000117
+gallium_dri.so malloc 72 0x55717358c470 0.000119
+gallium_dri.so free 0x55717358c5c0 void 0.000120
+gallium_dri.so free 0x55717358c470 void 0.000114
+gallium_dri.so malloc 72 0x55717358c570 0.000118
+gallium_dri.so free 0x55717358c680 void 0.000118
+gallium_dri.so free 0x55717358c570 void 0.000117
+gallium_dri.so malloc 72 0x55717358c630 0.000117
+gallium_dri.so free 0x55717358c6c0 void 0.000118
+gallium_dri.so free 0x55717358c630 void 0.000119
+gallium_dri.so malloc 72 0x55717358c630 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c630 void 0.000117
+gallium_dri.so malloc 72 0x55717358c7f0 0.000117
+gallium_dri.so free 0x55717358c840 void 0.000118
+gallium_dri.so free 0x55717358c7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c7f0 0.000120
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so free 0x55717358c7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c8f0 0.000118
+gallium_dri.so free 0x55717358ca00 void 0.000118
+gallium_dri.so free 0x55717358c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9b0 0.000119
+gallium_dri.so free 0x55717358ca40 void 0.000124
+gallium_dri.so free 0x55717358c9b0 void 0.000197
+gallium_dri.so malloc 72 0x55717358c9b0 0.000120
+gallium_dri.so free 0x55717358cb00 void 0.000118
+gallium_dri.so free 0x55717358c9b0 void 0.000127
+gallium_dri.so malloc 72 0x55717358cb40 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000120
+gallium_dri.so free 0x55717358cb40 void 0.000118
+gallium_dri.so malloc 72 0x55717358cbc0 0.000118
+gallium_dri.so free 0x55717358cc80 void 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cbc0 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cd60 0.000118
+gallium_dri.so free 0x55717358ce00 void 0.000119
+gallium_dri.so free 0x55717358cd60 void 0.000115
+gallium_dri.so malloc 72 0x55717358cdb0 0.000119
+gallium_dri.so free 0x55717358ce80 void 0.000118
+gallium_dri.so free 0x55717358cdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358cf00 void 0.000117
+gallium_dri.so free 0x55717358cdb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cf00 0.000117
+gallium_dri.so free 0x55717358cfc0 void 0.000117
+gallium_dri.so free 0x55717358cf00 void 0.000117
+gallium_dri.so malloc 72 0x55717358cf00 0.000128
+gallium_dri.so free 0x55717358d080 void 0.000121
+gallium_dri.so free 0x55717358cf00 void 0.000117
+gallium_dri.so malloc 72 0x55717358cf00 0.000119
+gallium_dri.so free 0x55717358d140 void 0.000118
+gallium_dri.so free 0x55717358cf00 void 0.000118
+gallium_dri.so malloc 72 0x55717358d0f0 0.000117
+gallium_dri.so free 0x55717358d200 void 0.000118
+gallium_dri.so free 0x55717358d0f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d1b0 0.000120
+gallium_dri.so free 0x55717358d280 void 0.000118
+gallium_dri.so free 0x55717358d1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d2d0 0.000119
+gallium_dri.so free 0x55717358d340 void 0.000117
+gallium_dri.so free 0x55717358d2d0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d360 0.000118
+gallium_dri.so free 0x55717358d400 void 0.000118
+gallium_dri.so free 0x55717358d360 void 0.000118
+gallium_dri.so malloc 72 0x55717358d3b0 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000118
+gallium_dri.so free 0x55717358d3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d3b0 0.000117
+gallium_dri.so free 0x55717358d500 void 0.000118
+gallium_dri.so free 0x55717358d3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d500 0.000118
+gallium_dri.so free 0x55717358d5c0 void 0.000118
+gallium_dri.so free 0x55717358d500 void 0.000117
+gallium_dri.so malloc 72 0x55717358d500 0.000165
+gallium_dri.so free 0x55717358d6c0 void 0.000119
+gallium_dri.so free 0x55717358d500 void 0.000118
+gallium_dri.so malloc 72 0x55717358d670 0.000118
+gallium_dri.so free 0x55717358d700 void 0.000118
+gallium_dri.so free 0x55717358d670 void 0.000118
+gallium_dri.so malloc 72 0x55717358d670 0.000118
+gallium_dri.so free 0x55717358d7c0 void 0.000119
+gallium_dri.so free 0x55717358d670 void 0.000119
+gallium_dri.so malloc 72 0x55717358d800 0.000117
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so malloc 72 0x55717358d880 0.000117
+gallium_dri.so free 0x55717358d940 void 0.000155
+gallium_dri.so free 0x55717358d880 void 0.000122
+gallium_dri.so malloc 72 0x55717358d880 0.000121
+gallium_dri.so free 0x55717358d9c0 void 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000126
+gallium_dri.so malloc 72 0x55717358d9f0 0.000118
+gallium_dri.so free 0x55717358da40 void 0.000117
+gallium_dri.so free 0x55717358d9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d9f0 0.000118
+gallium_dri.so free 0x55717358db40 void 0.000119
+gallium_dri.so free 0x55717358d9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358db80 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000124
+gallium_dri.so free 0x55717358db80 void 0.000120
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x55717358dcc0 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc00 0.000119
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so malloc 72 0x55717358dd70 0.000118
+gallium_dri.so free 0x55717358ddc0 void 0.000117
+gallium_dri.so free 0x55717358dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd70 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717358de70 0.000122
+gallium_dri.so free 0x55717358df80 void 0.000124
+gallium_dri.so free 0x55717358de70 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000123
+gallium_dri.so free 0x55717358df30 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000117
+gallium_dri.so free 0x55717358e0c0 void 0.000118
+gallium_dri.so free 0x55717358df30 void 0.000117
+gallium_dri.so malloc 72 0x55717358df30 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000124
+gallium_dri.so free 0x55717358df30 void 0.000117
+gallium_dri.so malloc 72 0x55717358e130 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x55717358e130 void 0.000117
+gallium_dri.so malloc 72 0x55717358e250 0.000117
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e250 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2e0 0.000118
+gallium_dri.so free 0x55717358e380 void 0.000119
+gallium_dri.so free 0x55717358e2e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e330 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so free 0x55717358e330 void 0.000117
+gallium_dri.so malloc 72 0x55717358e400 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so malloc 72 0x55717358e400 0.000115
+gallium_dri.so free 0x55717358e540 void 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000117
+gallium_dri.so malloc 72 0x55717358e540 0.000117
+gallium_dri.so free 0x55717358e600 void 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000117
+gallium_dri.so malloc 72 0x55717358e540 0.000117
+gallium_dri.so free 0x55717358e6c0 void 0.000117
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so malloc 72 0x55717358e540 0.000115
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000116
+gallium_dri.so malloc 72 0x55717358e730 0.000161
+gallium_dri.so free 0x55717358e800 void 0.000115
+gallium_dri.so free 0x55717358e730 void 0.000110
+gallium_dri.so malloc 72 0x55717358e850 0.000110
+gallium_dri.so free 0x55717358e8c0 void 0.000126
+gallium_dri.so free 0x55717358e850 void 0.000113
+gallium_dri.so malloc 72 0x55717358e900 0.000110
+gallium_dri.so free 0x55717358e980 void 0.000110
+gallium_dri.so free 0x55717358e900 void 0.000111
+gallium_dri.so malloc 72 0x55717358e900 0.000110
+gallium_dri.so free 0x55717358ea00 void 0.000110
+gallium_dri.so free 0x55717358e900 void 0.000109
+gallium_dri.so malloc 72 0x55717358ea30 0.000109
+gallium_dri.so free 0x55717358ea80 void 0.000110
+gallium_dri.so free 0x55717358ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717358ea30 0.000111
+gallium_dri.so free 0x55717358eb80 void 0.000110
+gallium_dri.so free 0x55717358ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717358eb30 0.000110
+gallium_dri.so free 0x55717358ec40 void 0.000109
+gallium_dri.so free 0x55717358eb30 void 0.000110
+gallium_dri.so malloc 72 0x55717358ebf0 0.000120
+gallium_dri.so free 0x55717358ec80 void 0.000118
+gallium_dri.so free 0x55717358ebf0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ebf0 0.000111
+gallium_dri.so free 0x55717358ed40 void 0.000110
+gallium_dri.so free 0x55717358ebf0 void 0.000109
+gallium_dri.so malloc 72 0x55717358edb0 0.000129
+gallium_dri.so free 0x55717358ee00 void 0.000108
+gallium_dri.so free 0x55717358edb0 void 0.000262
+gallium_dri.so malloc 72 0x55717358edb0 0.000242
+gallium_dri.so free 0x55717358ef00 void 0.000116
+gallium_dri.so free 0x55717358edb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eeb0 0.000113
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so free 0x55717358eeb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef70 0.000112
+gallium_dri.so free 0x55717358f000 void 0.000113
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef70 0.000115
+gallium_dri.so free 0x55717358f0c0 void 0.000116
+gallium_dri.so free 0x55717358ef70 void 0.000112
+gallium_dri.so malloc 72 0x55717358f100 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000116
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000115
+gallium_dri.so free 0x55717358f240 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000115
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000112
+gallium_dri.so malloc 72 0x55717358f320 0.000114
+gallium_dri.so free 0x55717358f3c0 void 0.000114
+gallium_dri.so free 0x55717358f320 void 0.000114
+gallium_dri.so malloc 72 0x55717358f370 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f370 void 0.000112
+gallium_dri.so malloc 72 0x55717358f370 0.000113
+gallium_dri.so free 0x55717358f4c0 void 0.000113
+gallium_dri.so free 0x55717358f370 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4c0 0.000112
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so free 0x55717358f4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4c0 0.000114
+gallium_dri.so free 0x55717358f640 void 0.000114
+gallium_dri.so free 0x55717358f4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f4c0 0.000115
+gallium_dri.so free 0x55717358f700 void 0.000151
+gallium_dri.so free 0x55717358f4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f6b0 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000120
+gallium_dri.so free 0x55717358f6b0 void 0.000143
+gallium_dri.so malloc 72 0x55717358f770 0.000124
+gallium_dri.so free 0x55717358f840 void 0.000122
+gallium_dri.so free 0x55717358f770 void 0.000120
+gallium_dri.so malloc 72 0x55717358f890 0.000116
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so free 0x55717358f890 void 0.000114
+gallium_dri.so malloc 72 0x55717358f920 0.000163
+gallium_dri.so free 0x55717358f9c0 void 0.000116
+gallium_dri.so free 0x55717358f920 void 0.000115
+gallium_dri.so malloc 72 0x55717358f970 0.000114
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x55717358f970 void 0.000112
+gallium_dri.so malloc 72 0x55717358f970 0.000113
+gallium_dri.so free 0x55717358fac0 void 0.000115
+gallium_dri.so free 0x55717358f970 void 0.000112
+gallium_dri.so malloc 72 0x55717358fac0 0.000114
+gallium_dri.so free 0x55717358fb80 void 0.000113
+gallium_dri.so free 0x55717358fac0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fac0 0.000115
+gallium_dri.so free 0x55717358fc80 void 0.000114
+gallium_dri.so free 0x55717358fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc30 0.000113
+gallium_dri.so free 0x55717358fcc0 void 0.000114
+gallium_dri.so free 0x55717358fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358fc30 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000114
+gallium_dri.so free 0x55717358fc30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fdc0 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe40 0.000114
+gallium_dri.so free 0x55717358ff00 void 0.000114
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe40 0.000120
+gallium_dri.so free 0x55717358ff80 void 0.000116
+gallium_dri.so free 0x55717358fe40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ffb0 0.000113
+gallium_dri.so free 0x557173590000 void 0.000114
+gallium_dri.so free 0x55717358ffb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ffb0 0.000116
+gallium_dri.so free 0x557173590100 void 0.000114
+gallium_dri.so free 0x55717358ffb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590140 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x557173590140 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000120
+gallium_dri.so free 0x557173590280 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000114
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000112
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so free 0x557173590330 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000112
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590330 void 0.000112
+gallium_dri.so malloc 72 0x557173590430 0.000113
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590430 void 0.000123
+gallium_dri.so malloc 72 0x5571735904f0 0.000130
+gallium_dri.so free 0x5571735905c0 void 0.000150
+gallium_dri.so free 0x5571735904f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x557173590680 void 0.000114
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000124
+gallium_dri.so free 0x557173590740 void 0.000114
+gallium_dri.so free 0x5571735904f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735906f0 0.000113
+gallium_dri.so free 0x5571735907c0 void 0.000113
+gallium_dri.so free 0x5571735906f0 void 0.000114
+gallium_dri.so malloc 72 0x557173590810 0.000114
+gallium_dri.so free 0x557173590880 void 0.000113
+gallium_dri.so free 0x557173590810 void 0.000113
+gallium_dri.so malloc 72 0x5571735908a0 0.000115
+gallium_dri.so free 0x557173590940 void 0.000115
+gallium_dri.so free 0x5571735908a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735908f0 0.000116
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x5571735908f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735909c0 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000117
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735909c0 0.000115
+gallium_dri.so free 0x557173590b00 void 0.000116
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so malloc 72 0x557173590b00 0.000129
+gallium_dri.so free 0x557173590bc0 void 0.000117
+gallium_dri.so free 0x557173590b00 void 0.000115
+gallium_dri.so malloc 72 0x557173590b00 0.000112
+gallium_dri.so free 0x557173590c80 void 0.000115
+gallium_dri.so free 0x557173590b00 void 0.000115
+gallium_dri.so malloc 72 0x557173590b00 0.000113
+gallium_dri.so free 0x557173590d40 void 0.000116
+gallium_dri.so free 0x557173590b00 void 0.000113
+gallium_dri.so malloc 72 0x557173590cf0 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000113
+gallium_dri.so free 0x557173590cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590e10 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000115
+gallium_dri.so free 0x557173590e10 void 0.000128
+gallium_dri.so malloc 72 0x557173590ec0 0.000116
+gallium_dri.so free 0x557173590f40 void 0.000115
+gallium_dri.so free 0x557173590ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ec0 0.000114
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so free 0x557173590ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173590ff0 0.000114
+gallium_dri.so free 0x557173591040 void 0.000115
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ff0 0.000113
+gallium_dri.so free 0x557173591140 void 0.000115
+gallium_dri.so free 0x557173590ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735910f0 0.000157
+gallium_dri.so free 0x557173591200 void 0.000120
+gallium_dri.so free 0x5571735910f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911b0 0.000113
+gallium_dri.so free 0x557173591240 void 0.000115
+gallium_dri.so free 0x5571735911b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911b0 0.000114
+gallium_dri.so free 0x557173591300 void 0.000114
+gallium_dri.so free 0x5571735911b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591370 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000115
+gallium_dri.so free 0x557173591370 void 0.000113
+gallium_dri.so malloc 72 0x557173591370 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so free 0x557173591370 void 0.000113
+gallium_dri.so malloc 72 0x557173591470 0.000153
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so free 0x557173591470 void 0.000114
+gallium_dri.so malloc 72 0x557173591530 0.000112
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so free 0x557173591530 void 0.000129
+gallium_dri.so malloc 72 0x557173591530 0.000114
+gallium_dri.so free 0x557173591680 void 0.000116
+gallium_dri.so free 0x557173591530 void 0.000119
+gallium_dri.so malloc 72 0x5571735916c0 0.000118
+gallium_dri.so free 0x557173591740 void 0.000115
+gallium_dri.so free 0x5571735916c0 void 0.000118
+gallium_dri.so malloc 72 0x557173591740 0.000124
+gallium_dri.so free 0x557173591800 void 0.000118
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so malloc 72 0x557173591740 0.000114
+gallium_dri.so free 0x5571735918c0 void 0.000113
+gallium_dri.so free 0x557173591740 void 0.000112
+gallium_dri.so malloc 72 0x5571735918e0 0.000113
+gallium_dri.so free 0x557173591980 void 0.000114
+gallium_dri.so free 0x5571735918e0 void 0.000113
+gallium_dri.so malloc 72 0x557173591930 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x557173591930 void 0.000112
+gallium_dri.so malloc 72 0x557173591930 0.000112
+gallium_dri.so free 0x557173591a80 void 0.000114
+gallium_dri.so free 0x557173591930 void 0.000112
+gallium_dri.so malloc 72 0x557173591a80 0.000112
+gallium_dri.so free 0x557173591b40 void 0.000116
+gallium_dri.so free 0x557173591a80 void 0.000112
+gallium_dri.so malloc 72 0x557173591a80 0.000112
+gallium_dri.so free 0x557173591c00 void 0.000113
+gallium_dri.so free 0x557173591a80 void 0.000112
+gallium_dri.so malloc 72 0x557173591a80 0.000112
+gallium_dri.so free 0x557173591cc0 void 0.000113
+gallium_dri.so free 0x557173591a80 void 0.000114
+gallium_dri.so malloc 72 0x557173591c70 0.000114
+gallium_dri.so free 0x557173591d80 void 0.000116
+gallium_dri.so free 0x557173591c70 void 0.000123
+gallium_dri.so malloc 72 0x557173591d30 0.000136
+gallium_dri.so free 0x557173591e00 void 0.000125
+gallium_dri.so free 0x557173591d30 void 0.000120
+gallium_dri.so malloc 72 0x557173591e50 0.000123
+gallium_dri.so free 0x557173591ec0 void 0.000120
+gallium_dri.so free 0x557173591e50 void 0.000120
+gallium_dri.so malloc 72 0x557173591ee0 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x557173591ee0 void 0.000121
+gallium_dri.so malloc 72 0x557173591ee0 0.000120
+gallium_dri.so free 0x5571735da980 void 0.000121
+gallium_dri.so free 0x557173591ee0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da930 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x5571735da930 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa50 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000123
+gallium_dri.so free 0x5571735daa50 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab00 0.000120
+gallium_dri.so free 0x557173591f80 void 0.000121
+gallium_dri.so free 0x5571735dab00 void 0.000121
+gallium_dri.so malloc 72 0x557173591f30 0.000120
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x557173591f30 void 0.000122
+gallium_dri.so malloc 72 0x557173591f30 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000132
+gallium_dri.so free 0x557173591f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dabf0 0.000170
+gallium_dri.so free 0x5571735dacc0 void 0.000122
+gallium_dri.so free 0x5571735dabf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dad10 0.000121
+gallium_dri.so free 0x5571735dad80 void 0.000128
+gallium_dri.so free 0x5571735dad10 void 0.000121
+gallium_dri.so malloc 72 0x5571735dada0 0.000121
+gallium_dri.so free 0x5571735dae40 void 0.000116
+gallium_dri.so free 0x5571735dada0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000111
+gallium_dri.so free 0x5571735dadf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dadf0 0.000110
+gallium_dri.so free 0x5571735dafc0 void 0.000110
+gallium_dri.so free 0x5571735dadf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735daf70 0.000110
+gallium_dri.so free 0x5571735db040 void 0.000110
+gallium_dri.so free 0x5571735daf70 void 0.000110
+gallium_dri.so malloc 72 0x5571735db090 0.000109
+gallium_dri.so free 0x5571735db100 void 0.000135
+gallium_dri.so free 0x5571735db090 void 0.000112
+gallium_dri.so malloc 72 0x5571735db120 0.000110
+gallium_dri.so free 0x5571735db1c0 void 0.000110
+gallium_dri.so free 0x5571735db120 void 0.000110
+gallium_dri.so malloc 72 0x5571735db170 0.000111
+gallium_dri.so free 0x5571735db240 void 0.000130
+gallium_dri.so free 0x5571735db170 void 0.000119
+gallium_dri.so malloc 72 0x5571735db170 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000123
+gallium_dri.so free 0x5571735db170 void 0.000119
+gallium_dri.so malloc 72 0x5571735db2c0 0.000118
+gallium_dri.so free 0x5571735db380 void 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db2c0 0.000117
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db2c0 0.000117
+gallium_dri.so free 0x5571735db500 void 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db530 0.000116
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x5571735db530 void 0.000123
+gallium_dri.so malloc 72 0x5571735db530 0.000128
+gallium_dri.so free 0x5571735db680 void 0.000124
+gallium_dri.so free 0x5571735db530 void 0.000123
+gallium_dri.so malloc 72 0x5571735db630 0.000126
+gallium_dri.so free 0x5571735db740 void 0.000124
+gallium_dri.so free 0x5571735db630 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6f0 0.000124
+gallium_dri.so free 0x5571735db780 void 0.000122
+gallium_dri.so free 0x5571735db6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6f0 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db890 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so free 0x5571735db890 void 0.000116
+gallium_dri.so malloc 72 0x5571735db940 0.000115
+gallium_dri.so free 0x5571735db9c0 void 0.000128
+gallium_dri.so free 0x5571735db940 void 0.000137
+gallium_dri.so malloc 72 0x5571735db9c0 0.000125
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db9c0 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000122
+gallium_dri.so free 0x5571735db9c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dbb30 0.000143
+gallium_dri.so free 0x5571735dbb80 void 0.000123
+gallium_dri.so free 0x5571735dbb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb30 0.000132
+gallium_dri.so free 0x5571735dbc80 void 0.000138
+gallium_dri.so free 0x5571735dbb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbc30 0.000118
+gallium_dri.so free 0x5571735dbd40 void 0.000119
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbcf0 0.000118
+gallium_dri.so free 0x5571735dbdc0 void 0.000133
+gallium_dri.so free 0x5571735dbcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbde0 0.000117
+gallium_dri.so free 0x5571735dbe80 void 0.000118
+gallium_dri.so free 0x5571735dbde0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbe30 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbe30 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbf80 0.000116
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbf80 0.000117
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbf80 0.000118
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc170 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc170 0.000118
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so free 0x5571735dc170 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc270 0.000117
+gallium_dri.so free 0x5571735dc380 void 0.000122
+gallium_dri.so free 0x5571735dc270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc330 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000120
+gallium_dri.so free 0x5571735dc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc330 0.000122
+gallium_dri.so free 0x5571735dc480 void 0.000120
+gallium_dri.so free 0x5571735dc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000119
+gallium_dri.so free 0x5571735dc540 void 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dc540 0.000135
+gallium_dri.so free 0x5571735dc600 void 0.000135
+gallium_dri.so free 0x5571735dc540 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc540 0.000135
+gallium_dri.so free 0x5571735dc6c0 void 0.000135
+gallium_dri.so free 0x5571735dc540 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc6e0 0.000118
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so free 0x5571735dc6e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc730 0.000119
+gallium_dri.so free 0x5571735dc800 void 0.000119
+gallium_dri.so free 0x5571735dc730 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc730 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000149
+gallium_dri.so free 0x5571735dc730 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc880 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000122
+gallium_dri.so free 0x5571735dc880 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc880 0.000121
+gallium_dri.so free 0x5571735dca00 void 0.000132
+gallium_dri.so free 0x5571735dc880 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc880 0.000149
+gallium_dri.so free 0x5571735dcac0 void 0.000181
+gallium_dri.so free 0x5571735dc880 void 0.000169
+gallium_dri.so malloc 72 0x5571735dca70 0.000167
+gallium_dri.so free 0x5571735dcb80 void 0.000130
+gallium_dri.so free 0x5571735dca70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcb30 0.000123
+gallium_dri.so free 0x5571735dcc00 void 0.000120
+gallium_dri.so free 0x5571735dcb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcc50 0.000132
+gallium_dri.so free 0x5571735dccc0 void 0.000123
+gallium_dri.so free 0x5571735dcc50 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcce0 0.000118
+gallium_dri.so free 0x5571735dcd80 void 0.000120
+gallium_dri.so free 0x5571735dcce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000119
+gallium_dri.so free 0x5571735dce00 void 0.000130
+gallium_dri.so free 0x5571735dcd30 void 0.000146
+gallium_dri.so malloc 72 0x5571735dcd30 0.000143
+gallium_dri.so free 0x5571735dce80 void 0.000136
+gallium_dri.so free 0x5571735dcd30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dce80 0.000141
+gallium_dri.so free 0x5571735dcf40 void 0.000140
+gallium_dri.so free 0x5571735dce80 void 0.000135
+gallium_dri.so malloc 72 0x5571735dce80 0.000134
+gallium_dri.so free 0x5571735dd040 void 0.000133
+gallium_dri.so free 0x5571735dce80 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcff0 0.000132
+gallium_dri.so free 0x5571735dd080 void 0.000132
+gallium_dri.so free 0x5571735dcff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcff0 0.000132
+gallium_dri.so free 0x5571735dd140 void 0.000133
+gallium_dri.so free 0x5571735dcff0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd180 0.000132
+gallium_dri.so free 0x5571735dd200 void 0.000133
+gallium_dri.so free 0x5571735dd180 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd200 0.000132
+gallium_dri.so free 0x5571735dd2c0 void 0.000134
+gallium_dri.so free 0x5571735dd200 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd200 0.000132
+gallium_dri.so free 0x5571735dd340 void 0.000131
+gallium_dri.so free 0x5571735dd200 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd370 0.000131
+gallium_dri.so free 0x5571735dd3c0 void 0.000131
+gallium_dri.so free 0x5571735dd370 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd370 0.000131
+gallium_dri.so free 0x5571735dd4c0 void 0.000129
+gallium_dri.so free 0x5571735dd370 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd500 0.000130
+gallium_dri.so free 0x5571735dd580 void 0.000131
+gallium_dri.so free 0x5571735dd500 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd580 0.000130
+gallium_dri.so free 0x5571735dd640 void 0.000134
+gallium_dri.so free 0x5571735dd580 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd580 0.000130
+gallium_dri.so free 0x5571735dd6c0 void 0.000131
+gallium_dri.so free 0x5571735dd580 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000133
+gallium_dri.so free 0x5571735dd740 void 0.000132
+gallium_dri.so free 0x5571735dd6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000132
+gallium_dri.so free 0x5571735dd840 void 0.000139
+gallium_dri.so free 0x5571735dd6f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000132
+gallium_dri.so free 0x5571735dd900 void 0.000132
+gallium_dri.so free 0x5571735dd7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000132
+gallium_dri.so free 0x5571735dd980 void 0.000131
+gallium_dri.so free 0x5571735dd8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000131
+gallium_dri.so free 0x5571735dda40 void 0.000132
+gallium_dri.so free 0x5571735dd8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000132
+gallium_dri.so free 0x5571735ddb00 void 0.000132
+gallium_dri.so free 0x5571735dd8b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ddab0 0.000131
+gallium_dri.so free 0x5571735ddb80 void 0.000132
+gallium_dri.so free 0x5571735ddab0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000131
+gallium_dri.so free 0x5571735ddc40 void 0.000133
+gallium_dri.so free 0x5571735ddbd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddc60 0.000133
+gallium_dri.so free 0x5571735ddd00 void 0.000133
+gallium_dri.so free 0x5571735ddc60 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000168
+gallium_dri.so free 0x5571735ddd80 void 0.000134
+gallium_dri.so free 0x5571735ddcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddd80 0.000132
+gallium_dri.so free 0x5571735dde40 void 0.000131
+gallium_dri.so free 0x5571735ddd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddd80 0.000132
+gallium_dri.so free 0x5571735ddec0 void 0.000133
+gallium_dri.so free 0x5571735ddd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddec0 0.000132
+gallium_dri.so free 0x5571735ddf80 void 0.000131
+gallium_dri.so free 0x5571735ddec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddec0 0.000132
+gallium_dri.so free 0x5571735de040 void 0.000132
+gallium_dri.so free 0x5571735ddec0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ddec0 0.000132
+gallium_dri.so free 0x5571735de100 void 0.000133
+gallium_dri.so free 0x5571735ddec0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de0b0 0.000132
+gallium_dri.so free 0x5571735de180 void 0.000133
+gallium_dri.so free 0x5571735de0b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de1d0 0.000131
+gallium_dri.so free 0x5571735de240 void 0.000134
+gallium_dri.so free 0x5571735de1d0 void 0.000141
+gallium_dri.so malloc 72 0x5571735de280 0.000133
+gallium_dri.so free 0x5571735de300 void 0.000130
+gallium_dri.so free 0x5571735de280 void 0.000130
+gallium_dri.so malloc 72 0x5571735de280 0.000129
+gallium_dri.so free 0x5571735de380 void 0.000132
+gallium_dri.so free 0x5571735de280 void 0.000131
+gallium_dri.so malloc 72 0x5571735de3b0 0.000132
+gallium_dri.so free 0x5571735de400 void 0.000132
+gallium_dri.so free 0x5571735de3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de3b0 0.000130
+gallium_dri.so free 0x5571735de500 void 0.000133
+gallium_dri.so free 0x5571735de3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de4b0 0.000130
+gallium_dri.so free 0x5571735de5c0 void 0.000132
+gallium_dri.so free 0x5571735de4b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de570 0.000131
+gallium_dri.so free 0x5571735de600 void 0.000132
+gallium_dri.so free 0x5571735de570 void 0.000132
+gallium_dri.so malloc 72 0x5571735de570 0.000131
+gallium_dri.so free 0x5571735de6c0 void 0.000131
+gallium_dri.so free 0x5571735de570 void 0.000131
+gallium_dri.so malloc 72 0x5571735de730 0.000133
+gallium_dri.so free 0x5571735de780 void 0.000142
+gallium_dri.so free 0x5571735de730 void 0.000132
+gallium_dri.so malloc 72 0x5571735de730 0.000132
+gallium_dri.so free 0x5571735de880 void 0.000132
+gallium_dri.so free 0x5571735de730 void 0.000131
+gallium_dri.so malloc 72 0x5571735de830 0.000133
+gallium_dri.so free 0x5571735de940 void 0.000131
+gallium_dri.so free 0x5571735de830 void 0.000130
+gallium_dri.so malloc 72 0x5571735de8f0 0.000131
+gallium_dri.so free 0x5571735de980 void 0.000132
+gallium_dri.so free 0x5571735de8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de8f0 0.000132
+gallium_dri.so free 0x5571735dea40 void 0.000132
+gallium_dri.so free 0x5571735de8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dea80 0.000131
+gallium_dri.so free 0x5571735deb00 void 0.000132
+gallium_dri.so free 0x5571735dea80 void 0.000131
+gallium_dri.so malloc 72 0x5571735deb00 0.000132
+gallium_dri.so free 0x5571735debc0 void 0.000132
+gallium_dri.so free 0x5571735deb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735deb00 0.000133
+gallium_dri.so free 0x5571735dec80 void 0.000134
+gallium_dri.so free 0x5571735deb00 void 0.000131
+gallium_dri.so malloc 72 0x5571735deca0 0.000134
+gallium_dri.so free 0x5571735ded40 void 0.000130
+gallium_dri.so free 0x5571735deca0 void 0.000130
+gallium_dri.so malloc 72 0x5571735decf0 0.000130
+gallium_dri.so free 0x5571735dedc0 void 0.000130
+gallium_dri.so free 0x5571735decf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735decf0 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000131
+gallium_dri.so free 0x5571735decf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000129
+gallium_dri.so free 0x5571735def00 void 0.000131
+gallium_dri.so free 0x5571735dee40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000132
+gallium_dri.so free 0x5571735defc0 void 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee40 0.000132
+gallium_dri.so free 0x5571735df080 void 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735df030 0.000131
+gallium_dri.so free 0x5571735df140 void 0.000135
+gallium_dri.so free 0x5571735df030 void 0.000133
+gallium_dri.so malloc 72 0x5571735df0f0 0.000132
+gallium_dri.so free 0x5571735df1c0 void 0.000134
+gallium_dri.so free 0x5571735df0f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735df210 0.000133
+gallium_dri.so free 0x5571735df280 void 0.000133
+gallium_dri.so free 0x5571735df210 void 0.000131
+gallium_dri.so malloc 72 0x5571735df2a0 0.000134
+gallium_dri.so free 0x5571735df340 void 0.000133
+gallium_dri.so free 0x5571735df2a0 void 0.000134
+gallium_dri.so malloc 72 0x5571735df2f0 0.000132
+gallium_dri.so free 0x5571735df3c0 void 0.000134
+gallium_dri.so free 0x5571735df2f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df2f0 0.000131
+gallium_dri.so free 0x5571735df440 void 0.000132
+gallium_dri.so free 0x5571735df2f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df440 0.000131
+gallium_dri.so free 0x5571735df500 void 0.000132
+gallium_dri.so free 0x5571735df440 void 0.000132
+gallium_dri.so malloc 72 0x5571735df440 0.000133
+gallium_dri.so free 0x5571735df600 void 0.000131
+gallium_dri.so free 0x5571735df440 void 0.000135
+gallium_dri.so malloc 72 0x5571735df5b0 0.000132
+gallium_dri.so free 0x5571735df640 void 0.000133
+gallium_dri.so free 0x5571735df5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5b0 0.000141
+gallium_dri.so free 0x5571735df700 void 0.000132
+gallium_dri.so free 0x5571735df5b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df740 0.000133
+gallium_dri.so free 0x5571735df7c0 void 0.000132
+gallium_dri.so free 0x5571735df740 void 0.000132
+gallium_dri.so malloc 72 0x5571735df7c0 0.000132
+gallium_dri.so free 0x5571735df880 void 0.000132
+gallium_dri.so free 0x5571735df7c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df7c0 0.000132
+gallium_dri.so free 0x5571735df900 void 0.000133
+gallium_dri.so free 0x5571735df7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df930 0.000133
+gallium_dri.so free 0x5571735df980 void 0.000132
+gallium_dri.so free 0x5571735df930 void 0.000132
+gallium_dri.so malloc 72 0x5571735df930 0.000131
+gallium_dri.so free 0x5571735dfa80 void 0.000133
+gallium_dri.so free 0x5571735df930 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfac0 0.000131
+gallium_dri.so free 0x5571735dfb40 void 0.000132
+gallium_dri.so free 0x5571735dfac0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dfb40 0.000133
+gallium_dri.so free 0x5571735dfc00 void 0.000131
+gallium_dri.so free 0x5571735dfb40 void 0.000178
+gallium_dri.so malloc 72 0x5571735dfb40 0.000133
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so free 0x5571735dfb40 void 0.000134
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000132
+gallium_dri.so free 0x5571735dfd00 void 0.000133
+gallium_dri.so free 0x5571735dfcb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000133
+gallium_dri.so free 0x5571735dfe00 void 0.000132
+gallium_dri.so free 0x5571735dfcb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000132
+gallium_dri.so free 0x5571735dfec0 void 0.000132
+gallium_dri.so free 0x5571735dfdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfe70 0.000131
+gallium_dri.so free 0x5571735dff40 void 0.000134
+gallium_dri.so free 0x5571735dfe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfe70 0.000132
+gallium_dri.so free 0x5571735e0000 void 0.000133
+gallium_dri.so free 0x5571735dfe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfe70 0.000132
+gallium_dri.so free 0x5571735e00c0 void 0.000132
+gallium_dri.so free 0x5571735dfe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0070 0.000131
+gallium_dri.so free 0x5571735e0140 void 0.000140
+gallium_dri.so free 0x5571735e0070 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0190 0.000132
+gallium_dri.so free 0x5571735e0200 void 0.000133
+gallium_dri.so free 0x5571735e0190 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0220 0.000131
+gallium_dri.so free 0x5571735e02c0 void 0.000132
+gallium_dri.so free 0x5571735e0220 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0270 0.000133
+gallium_dri.so free 0x5571735e0340 void 0.000131
+gallium_dri.so free 0x5571735e0270 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0340 0.000131
+gallium_dri.so free 0x5571735e0400 void 0.000131
+gallium_dri.so free 0x5571735e0340 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0340 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000133
+gallium_dri.so free 0x5571735e0340 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0480 0.000133
+gallium_dri.so free 0x5571735e0540 void 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0480 0.000131
+gallium_dri.so free 0x5571735e0600 void 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0480 0.000140
+gallium_dri.so free 0x5571735e06c0 void 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0670 0.000132
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so free 0x5571735e0670 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0790 0.000131
+gallium_dri.so free 0x5571735e0800 void 0.000133
+gallium_dri.so free 0x5571735e0790 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0840 0.000131
+gallium_dri.so free 0x5571735e08c0 void 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0840 0.000131
+gallium_dri.so free 0x5571735e0940 void 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0970 0.000131
+gallium_dri.so free 0x5571735e09c0 void 0.000133
+gallium_dri.so free 0x5571735e0970 void 0.000134
+gallium_dri.so malloc 72 0x5571735e0970 0.000132
+gallium_dri.so free 0x5571735e0ac0 void 0.000132
+gallium_dri.so free 0x5571735e0970 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0a70 0.000133
+gallium_dri.so free 0x5571735e0b80 void 0.000133
+gallium_dri.so free 0x5571735e0a70 void 0.000136
+gallium_dri.so malloc 72 0x5571735e0b30 0.000132
+gallium_dri.so free 0x5571735e0bc0 void 0.000132
+gallium_dri.so free 0x5571735e0b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0b30 0.000133
+gallium_dri.so free 0x5571735e0c80 void 0.000132
+gallium_dri.so free 0x5571735e0b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000131
+gallium_dri.so free 0x5571735e0d40 void 0.000132
+gallium_dri.so free 0x5571735e0cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000131
+gallium_dri.so free 0x5571735e0e40 void 0.000132
+gallium_dri.so free 0x5571735e0cf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0df0 0.000132
+gallium_dri.so free 0x5571735e0f00 void 0.000133
+gallium_dri.so free 0x5571735e0df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000202
+gallium_dri.so free 0x5571735e0f40 void 0.000202
+gallium_dri.so free 0x5571735e0eb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000130
+gallium_dri.so free 0x5571735e1000 void 0.000132
+gallium_dri.so free 0x5571735e0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1040 0.000133
+gallium_dri.so free 0x5571735e10c0 void 0.000133
+gallium_dri.so free 0x5571735e1040 void 0.000131
+gallium_dri.so malloc 72 0x5571735e10c0 0.000130
+gallium_dri.so free 0x5571735e1180 void 0.000131
+gallium_dri.so free 0x5571735e10c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e10c0 0.000132
+gallium_dri.so free 0x5571735e1240 void 0.000132
+gallium_dri.so free 0x5571735e10c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1260 0.000130
+gallium_dri.so free 0x5571735e1300 void 0.000131
+gallium_dri.so free 0x5571735e1260 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12b0 0.000132
+gallium_dri.so free 0x5571735e1380 void 0.000133
+gallium_dri.so free 0x5571735e12b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e12b0 0.000133
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so free 0x5571735e12b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1400 0.000132
+gallium_dri.so free 0x5571735e14c0 void 0.000130
+gallium_dri.so free 0x5571735e1400 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1400 0.000131
+gallium_dri.so free 0x5571735e1580 void 0.000131
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1400 0.000131
+gallium_dri.so free 0x5571735e1640 void 0.000135
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so malloc 72 0x5571735e15f0 0.000130
+gallium_dri.so free 0x5571735e1700 void 0.000131
+gallium_dri.so free 0x5571735e15f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e16b0 0.000130
+gallium_dri.so free 0x5571735e1780 void 0.000136
+gallium_dri.so free 0x5571735e16b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e17d0 0.000131
+gallium_dri.so free 0x5571735e1840 void 0.000132
+gallium_dri.so free 0x5571735e17d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1860 0.000132
+gallium_dri.so free 0x5571735e1900 void 0.000131
+gallium_dri.so free 0x5571735e1860 void 0.000132
+gallium_dri.so malloc 72 0x5571735e18b0 0.000131
+gallium_dri.so free 0x5571735e1980 void 0.000131
+gallium_dri.so free 0x5571735e18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e18b0 0.000132
+gallium_dri.so free 0x5571735e1a00 void 0.000131
+gallium_dri.so free 0x5571735e18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a00 0.000130
+gallium_dri.so free 0x5571735e1ac0 void 0.000222
+gallium_dri.so free 0x5571735e1a00 void 0.000210
+gallium_dri.so malloc 72 0x5571735e1a00 0.000170
+gallium_dri.so free 0x5571735e1bc0 void 0.000131
+gallium_dri.so free 0x5571735e1a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1b70 0.000131
+gallium_dri.so free 0x5571735e1c00 void 0.000133
+gallium_dri.so free 0x5571735e1b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1b70 0.000131
+gallium_dri.so free 0x5571735e1cc0 void 0.000131
+gallium_dri.so free 0x5571735e1b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1d00 0.000131
+gallium_dri.so free 0x5571735e1d80 void 0.000131
+gallium_dri.so free 0x5571735e1d00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1d80 0.000132
+gallium_dri.so free 0x5571735e1e40 void 0.000131
+gallium_dri.so free 0x5571735e1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1d80 0.000131
+gallium_dri.so free 0x5571735e1ec0 void 0.000132
+gallium_dri.so free 0x5571735e1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000131
+gallium_dri.so free 0x5571735e1f40 void 0.000140
+gallium_dri.so free 0x5571735e1ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000131
+gallium_dri.so free 0x5571735e2040 void 0.000133
+gallium_dri.so free 0x5571735e1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2080 0.000132
+gallium_dri.so free 0x5571735e2100 void 0.000132
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2100 0.000132
+gallium_dri.so free 0x5571735e21c0 void 0.000131
+gallium_dri.so free 0x5571735e2100 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2100 0.000132
+gallium_dri.so free 0x5571735e2240 void 0.000132
+gallium_dri.so free 0x5571735e2100 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2270 0.000134
+gallium_dri.so free 0x5571735e22c0 void 0.000131
+gallium_dri.so free 0x5571735e2270 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2270 0.000133
+gallium_dri.so free 0x5571735e23c0 void 0.000131
+gallium_dri.so free 0x5571735e2270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2370 0.000131
+gallium_dri.so free 0x5571735e2480 void 0.000131
+gallium_dri.so free 0x5571735e2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2430 0.000143
+gallium_dri.so free 0x5571735e2500 void 0.000133
+gallium_dri.so free 0x5571735e2430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2430 0.000132
+gallium_dri.so free 0x5571735e25c0 void 0.000132
+gallium_dri.so free 0x5571735e2430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2430 0.000132
+gallium_dri.so free 0x5571735e2680 void 0.000132
+gallium_dri.so free 0x5571735e2430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2630 0.000132
+gallium_dri.so free 0x5571735e2700 void 0.000131
+gallium_dri.so free 0x5571735e2630 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2750 0.000131
+gallium_dri.so free 0x5571735e27c0 void 0.000133
+gallium_dri.so free 0x5571735e2750 void 0.000132
+gallium_dri.so malloc 72 0x5571735e27e0 0.000131
+gallium_dri.so free 0x5571735e2880 void 0.000132
+gallium_dri.so free 0x5571735e27e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2830 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so free 0x5571735e2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2900 0.000132
+gallium_dri.so free 0x5571735e29c0 void 0.000132
+gallium_dri.so free 0x5571735e2900 void 0.000179
+gallium_dri.so malloc 72 0x5571735e2900 0.000135
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2a40 0.000131
+gallium_dri.so free 0x5571735e2b00 void 0.000131
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2a40 0.000131
+gallium_dri.so free 0x5571735e2bc0 void 0.000130
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2a40 0.000130
+gallium_dri.so free 0x5571735e2c80 void 0.000132
+gallium_dri.so free 0x5571735e2a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2c30 0.000132
+gallium_dri.so free 0x5571735e2d00 void 0.000131
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2d50 0.000132
+gallium_dri.so free 0x5571735e2dc0 void 0.000131
+gallium_dri.so free 0x5571735e2d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2e00 0.000132
+gallium_dri.so free 0x5571735e2e80 void 0.000133
+gallium_dri.so free 0x5571735e2e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2e00 0.000132
+gallium_dri.so free 0x5571735e2f00 void 0.000143
+gallium_dri.so free 0x5571735e2e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f30 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000132
+gallium_dri.so free 0x5571735e2f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f30 0.000131
+gallium_dri.so free 0x5571735e3080 void 0.000130
+gallium_dri.so free 0x5571735e2f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3030 0.000134
+gallium_dri.so free 0x5571735e3140 void 0.000131
+gallium_dri.so free 0x5571735e3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735e30f0 0.000131
+gallium_dri.so free 0x5571735e3180 void 0.000131
+gallium_dri.so free 0x5571735e30f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e30f0 0.000132
+gallium_dri.so free 0x5571735e3240 void 0.000132
+gallium_dri.so free 0x5571735e30f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e32b0 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000133
+gallium_dri.so free 0x5571735e32b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e32b0 0.000133
+gallium_dri.so free 0x5571735e3400 void 0.000132
+gallium_dri.so free 0x5571735e32b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e33b0 0.000142
+gallium_dri.so free 0x5571735e34c0 void 0.000131
+gallium_dri.so free 0x5571735e33b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3470 0.000131
+gallium_dri.so free 0x5571735e3500 void 0.000132
+gallium_dri.so free 0x5571735e3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3470 0.000131
+gallium_dri.so free 0x5571735e35c0 void 0.000132
+gallium_dri.so free 0x5571735e3470 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3600 0.000133
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so free 0x5571735e3600 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3680 0.000130
+gallium_dri.so free 0x5571735e3740 void 0.000132
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3680 0.000133
+gallium_dri.so free 0x557173600e80 void 0.000132
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so malloc 72 0x557173600ea0 0.000131
+gallium_dri.so free 0x557173600f40 void 0.000134
+gallium_dri.so free 0x557173600ea0 void 0.000131
+gallium_dri.so malloc 72 0x557173600ef0 0.000132
+gallium_dri.so free 0x557173600fc0 void 0.000132
+gallium_dri.so free 0x557173600ef0 void 0.000177
+gallium_dri.so malloc 72 0x557173600ef0 0.000133
+gallium_dri.so free 0x557173601040 void 0.000131
+gallium_dri.so free 0x557173600ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173601040 0.000132
+gallium_dri.so free 0x557173601100 void 0.000133
+gallium_dri.so free 0x557173601040 void 0.000130
+gallium_dri.so malloc 72 0x557173601040 0.000132
+gallium_dri.so free 0x5571736011c0 void 0.000132
+gallium_dri.so free 0x557173601040 void 0.000132
+gallium_dri.so malloc 72 0x557173601040 0.000132
+gallium_dri.so free 0x557173601280 void 0.000131
+gallium_dri.so free 0x557173601040 void 0.000131
+gallium_dri.so malloc 72 0x557173601230 0.000132
+gallium_dri.so free 0x557173601340 void 0.000133
+gallium_dri.so free 0x557173601230 void 0.000131
+gallium_dri.so malloc 72 0x5571736012f0 0.000132
+gallium_dri.so free 0x5571736013c0 void 0.000132
+gallium_dri.so free 0x5571736012f0 void 0.000132
+gallium_dri.so malloc 72 0x557173601410 0.000131
+gallium_dri.so free 0x557173601480 void 0.000130
+gallium_dri.so free 0x557173601410 void 0.000132
+gallium_dri.so malloc 72 0x5571736014a0 0.000135
+gallium_dri.so free 0x557173601540 void 0.000134
+gallium_dri.so free 0x5571736014a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736014f0 0.000133
+gallium_dri.so free 0x5571736015c0 void 0.000132
+gallium_dri.so free 0x5571736014f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736014f0 0.000132
+gallium_dri.so free 0x557173601640 void 0.000132
+gallium_dri.so free 0x5571736014f0 void 0.000131
+gallium_dri.so malloc 72 0x557173601640 0.000130
+gallium_dri.so free 0x557173601700 void 0.000132
+gallium_dri.so free 0x557173601640 void 0.000131
+gallium_dri.so malloc 72 0x557173601640 0.000131
+gallium_dri.so free 0x557173601800 void 0.000131
+gallium_dri.so free 0x557173601640 void 0.000131
+gallium_dri.so malloc 72 0x5571736017b0 0.000133
+gallium_dri.so free 0x557173601840 void 0.000132
+gallium_dri.so free 0x5571736017b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736017b0 0.000133
+gallium_dri.so free 0x557173601900 void 0.000131
+gallium_dri.so free 0x5571736017b0 void 0.000131
+gallium_dri.so malloc 72 0x557173601940 0.000131
+gallium_dri.so free 0x5571736019c0 void 0.000131
+gallium_dri.so free 0x557173601940 void 0.000132
+gallium_dri.so malloc 72 0x5571736019c0 0.000134
+gallium_dri.so free 0x557173601a80 void 0.000132
+gallium_dri.so free 0x5571736019c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736019c0 0.000131
+gallium_dri.so free 0x557173601b00 void 0.000132
+gallium_dri.so free 0x5571736019c0 void 0.000131
+gallium_dri.so malloc 72 0x557173601b30 0.000132
+gallium_dri.so free 0x557173601b80 void 0.000133
+gallium_dri.so free 0x557173601b30 void 0.000134
+gallium_dri.so malloc 72 0x557173601b30 0.000132
+gallium_dri.so free 0x557173601c80 void 0.000132
+gallium_dri.so free 0x557173601b30 void 0.000132
+gallium_dri.so malloc 72 0x557173601cc0 0.000133
+gallium_dri.so free 0x557173601d40 void 0.000132
+gallium_dri.so free 0x557173601cc0 void 0.000131
+gallium_dri.so malloc 72 0x557173601d40 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000131
+gallium_dri.so free 0x557173601d40 void 0.000131
+gallium_dri.so malloc 72 0x557173601d40 0.000133
+gallium_dri.so free 0x557173601e80 void 0.000133
+gallium_dri.so free 0x557173601d40 void 0.000131
+gallium_dri.so malloc 72 0x557173601eb0 0.000132
+gallium_dri.so free 0x557173601f00 void 0.000166
+gallium_dri.so free 0x557173601eb0 void 0.000134
+gallium_dri.so malloc 72 0x557173601eb0 0.000132
+gallium_dri.so free 0x557173602000 void 0.000133
+gallium_dri.so free 0x557173601eb0 void 0.000132
+gallium_dri.so malloc 72 0x557173601fb0 0.000132
+gallium_dri.so free 0x5571736020c0 void 0.000131
+gallium_dri.so free 0x557173601fb0 void 0.000132
+gallium_dri.so malloc 72 0x557173602070 0.000133
+gallium_dri.so free 0x557173602140 void 0.000131
+gallium_dri.so free 0x557173602070 void 0.000132
+gallium_dri.so malloc 72 0x557173602070 0.000133
+gallium_dri.so free 0x557173602200 void 0.000132
+gallium_dri.so free 0x557173602070 void 0.000132
+gallium_dri.so malloc 72 0x557173602070 0.000134
+gallium_dri.so free 0x5571736022c0 void 0.000133
+gallium_dri.so free 0x557173602070 void 0.000131
+gallium_dri.so malloc 72 0x557173602270 0.000131
+gallium_dri.so free 0x557173602340 void 0.000131
+gallium_dri.so free 0x557173602270 void 0.000132
+gallium_dri.so malloc 72 0x557173602390 0.000131
+gallium_dri.so free 0x557173602400 void 0.000131
+gallium_dri.so free 0x557173602390 void 0.000132
+gallium_dri.so malloc 72 0x557173602420 0.000141
+gallium_dri.so free 0x5571736024c0 void 0.000132
+gallium_dri.so free 0x557173602420 void 0.000131
+gallium_dri.so malloc 72 0x557173602470 0.000133
+gallium_dri.so free 0x557173602540 void 0.000133
+gallium_dri.so free 0x557173602470 void 0.000131
+gallium_dri.so malloc 72 0x557173602540 0.000132
+gallium_dri.so free 0x557173602600 void 0.000134
+gallium_dri.so free 0x557173602540 void 0.000132
+gallium_dri.so malloc 72 0x557173602540 0.000132
+gallium_dri.so free 0x557173602680 void 0.000131
+gallium_dri.so free 0x557173602540 void 0.000131
+gallium_dri.so malloc 72 0x557173602680 0.000131
+gallium_dri.so free 0x557173602740 void 0.000133
+gallium_dri.so free 0x557173602680 void 0.000132
+gallium_dri.so malloc 72 0x557173602680 0.000133
+gallium_dri.so free 0x557173602800 void 0.000132
+gallium_dri.so free 0x557173602680 void 0.000131
+gallium_dri.so malloc 72 0x557173602680 0.000131
+gallium_dri.so free 0x5571736028c0 void 0.000132
+gallium_dri.so free 0x557173602680 void 0.000131
+gallium_dri.so malloc 72 0x557173602870 0.000133
+gallium_dri.so free 0x557173602940 void 0.000131
+gallium_dri.so free 0x557173602870 void 0.000142
+gallium_dri.so malloc 72 0x557173602990 0.000132
+gallium_dri.so free 0x557173602a00 void 0.000131
+gallium_dri.so free 0x557173602990 void 0.000131
+gallium_dri.so malloc 72 0x557173602a40 0.000132
+gallium_dri.so free 0x557173602ac0 void 0.000132
+gallium_dri.so free 0x557173602a40 void 0.000131
+gallium_dri.so malloc 72 0x557173602a40 0.000130
+gallium_dri.so free 0x557173602b40 void 0.000131
+gallium_dri.so free 0x557173602a40 void 0.000131
+gallium_dri.so malloc 72 0x557173602b70 0.000132
+gallium_dri.so free 0x557173602bc0 void 0.000131
+gallium_dri.so free 0x557173602b70 void 0.000131
+gallium_dri.so malloc 72 0x557173602b70 0.000131
+gallium_dri.so free 0x557173602cc0 void 0.000132
+gallium_dri.so free 0x557173602b70 void 0.000132
+gallium_dri.so malloc 72 0x557173602c70 0.000131
+gallium_dri.so free 0x557173602d80 void 0.000131
+gallium_dri.so free 0x557173602c70 void 0.000130
+gallium_dri.so malloc 72 0x557173602d30 0.000131
+gallium_dri.so free 0x557173602dc0 void 0.000130
+gallium_dri.so free 0x557173602d30 void 0.000131
+gallium_dri.so malloc 72 0x557173602d30 0.000132
+gallium_dri.so free 0x557173602e80 void 0.000141
+gallium_dri.so free 0x557173602d30 void 0.000124
+gallium_dri.so malloc 72 0x557173602ef0 0.000124
+gallium_dri.so free 0x557173602f40 void 0.000125
+gallium_dri.so free 0x557173602ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173602ef0 0.000129
+gallium_dri.so free 0x557173603040 void 0.000125
+gallium_dri.so free 0x557173602ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173602ff0 0.000123
+gallium_dri.so free 0x557173603100 void 0.000125
+gallium_dri.so free 0x557173602ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571736030b0 0.000124
+gallium_dri.so free 0x557173603140 void 0.000124
+gallium_dri.so free 0x5571736030b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736030b0 0.000125
+gallium_dri.so free 0x557173603200 void 0.000126
+gallium_dri.so free 0x5571736030b0 void 0.000123
+gallium_dri.so malloc 72 0x557173603240 0.000124
+gallium_dri.so free 0x5571736032c0 void 0.000127
+gallium_dri.so free 0x557173603240 void 0.000125
+gallium_dri.so malloc 72 0x5571736032c0 0.000123
+gallium_dri.so free 0x557173603380 void 0.000123
+gallium_dri.so free 0x5571736032c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736032c0 0.000125
+gallium_dri.so free 0x557173603440 void 0.000126
+gallium_dri.so free 0x5571736032c0 void 0.000134
+gallium_dri.so malloc 72 0x557173603460 0.000132
+gallium_dri.so free 0x557173603500 void 0.000132
+gallium_dri.so free 0x557173603460 void 0.000130
+gallium_dri.so malloc 72 0x5571736034b0 0.000132
+gallium_dri.so free 0x557173603580 void 0.000132
+gallium_dri.so free 0x5571736034b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736034b0 0.000131
+gallium_dri.so free 0x557173603600 void 0.000133
+gallium_dri.so free 0x5571736034b0 void 0.000130
+gallium_dri.so malloc 72 0x557173603600 0.000130
+gallium_dri.so free 0x5571736036c0 void 0.000131
+gallium_dri.so free 0x557173603600 void 0.000131
+gallium_dri.so malloc 72 0x557173603600 0.000131
+gallium_dri.so free 0x557173603780 void 0.000132
+gallium_dri.so free 0x557173603600 void 0.000131
+gallium_dri.so malloc 72 0x557173603600 0.000132
+gallium_dri.so free 0x557173603840 void 0.000131
+gallium_dri.so free 0x557173603600 void 0.000132
+gallium_dri.so malloc 72 0x5571736037f0 0.000132
+gallium_dri.so free 0x557173603900 void 0.000131
+gallium_dri.so free 0x5571736037f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736038b0 0.000131
+gallium_dri.so free 0x557173603980 void 0.000134
+gallium_dri.so free 0x5571736038b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736039d0 0.000132
+gallium_dri.so free 0x557173603a40 void 0.000133
+gallium_dri.so free 0x5571736039d0 void 0.000132
+gallium_dri.so malloc 72 0x557173603a60 0.000132
+gallium_dri.so free 0x557173603b00 void 0.000132
+gallium_dri.so free 0x557173603a60 void 0.000131
+gallium_dri.so malloc 72 0x557173603ab0 0.000132
+gallium_dri.so free 0x557173603b80 void 0.000131
+gallium_dri.so free 0x557173603ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173603ab0 0.000131
+gallium_dri.so free 0x557173603c00 void 0.000133
+gallium_dri.so free 0x557173603ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173603c00 0.000132
+gallium_dri.so free 0x557173603cc0 void 0.000131
+gallium_dri.so free 0x557173603c00 void 0.000132
+gallium_dri.so malloc 72 0x557173603c00 0.000133
+gallium_dri.so free 0x557173603dc0 void 0.000136
+gallium_dri.so free 0x557173603c00 void 0.000132
+gallium_dri.so malloc 72 0x557173603d70 0.000131
+gallium_dri.so free 0x557173603e00 void 0.000132
+gallium_dri.so free 0x557173603d70 void 0.000142
+gallium_dri.so malloc 72 0x557173603d70 0.000131
+gallium_dri.so free 0x557173603ec0 void 0.000133
+gallium_dri.so free 0x557173603d70 void 0.000130
+gallium_dri.so malloc 72 0x557173603f00 0.000131
+gallium_dri.so free 0x557173603f80 void 0.000131
+gallium_dri.so free 0x557173603f00 void 0.000132
+gallium_dri.so malloc 72 0x557173603f80 0.000131
+gallium_dri.so free 0x557173604040 void 0.000132
+gallium_dri.so free 0x557173603f80 void 0.000132
+gallium_dri.so malloc 72 0x557173603f80 0.000131
+gallium_dri.so free 0x5571736040c0 void 0.000132
+gallium_dri.so free 0x557173603f80 void 0.000130
+gallium_dri.so malloc 72 0x5571736040f0 0.000131
+gallium_dri.so free 0x557173604140 void 0.000132
+gallium_dri.so free 0x5571736040f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736040f0 0.000132
+gallium_dri.so free 0x557173604240 void 0.000132
+gallium_dri.so free 0x5571736040f0 void 0.000131
+gallium_dri.so malloc 72 0x557173604280 0.000133
+gallium_dri.so free 0x557173604300 void 0.000132
+gallium_dri.so free 0x557173604280 void 0.000132
+gallium_dri.so malloc 72 0x557173604300 0.000131
+gallium_dri.so free 0x5571736043c0 void 0.000144
+gallium_dri.so free 0x557173604300 void 0.000133
+gallium_dri.so malloc 72 0x557173604300 0.000133
+gallium_dri.so free 0x557173604440 void 0.000132
+gallium_dri.so free 0x557173604300 void 0.000131
+gallium_dri.so malloc 72 0x557173604470 0.000132
+gallium_dri.so free 0x5571736044c0 void 0.000131
+gallium_dri.so free 0x557173604470 void 0.000132
+gallium_dri.so malloc 72 0x557173604470 0.000132
+gallium_dri.so free 0x5571736045c0 void 0.000131
+gallium_dri.so free 0x557173604470 void 0.000132
+gallium_dri.so malloc 72 0x557173604570 0.000132
+gallium_dri.so free 0x557173604680 void 0.000132
+gallium_dri.so free 0x557173604570 void 0.000131
+gallium_dri.so malloc 72 0x557173604630 0.000132
+gallium_dri.so free 0x557173604700 void 0.000134
+gallium_dri.so free 0x557173604630 void 0.000131
+gallium_dri.so malloc 72 0x557173604630 0.000131
+gallium_dri.so free 0x5571736047c0 void 0.000132
+gallium_dri.so free 0x557173604630 void 0.000132
+gallium_dri.so malloc 72 0x557173604630 0.000132
+gallium_dri.so free 0x557173604880 void 0.000133
+gallium_dri.so free 0x557173604630 void 0.000131
+gallium_dri.so malloc 72 0x557173604830 0.000139
+gallium_dri.so free 0x557173604900 void 0.000132
+gallium_dri.so free 0x557173604830 void 0.000131
+gallium_dri.so malloc 72 0x557173604950 0.000132
+gallium_dri.so free 0x5571736049c0 void 0.000133
+gallium_dri.so free 0x557173604950 void 0.000131
+gallium_dri.so malloc 72 0x5571736049e0 0.000132
+gallium_dri.so free 0x557173604a80 void 0.000133
+gallium_dri.so free 0x5571736049e0 void 0.000131
+gallium_dri.so malloc 72 0x557173604a30 0.000131
+gallium_dri.so free 0x557173604b00 void 0.000136
+gallium_dri.so free 0x557173604a30 void 0.000132
+gallium_dri.so malloc 72 0x557173604b00 0.000131
+gallium_dri.so free 0x557173604bc0 void 0.000132
+gallium_dri.so free 0x557173604b00 void 0.000132
+gallium_dri.so malloc 72 0x557173604b00 0.000131
+gallium_dri.so free 0x557173604c40 void 0.000134
+gallium_dri.so free 0x557173604b00 void 0.000132
+gallium_dri.so malloc 72 0x557173604c40 0.000131
+gallium_dri.so free 0x557173604d00 void 0.000132
+gallium_dri.so free 0x557173604c40 void 0.000132
+gallium_dri.so malloc 72 0x557173604c40 0.000131
+gallium_dri.so free 0x557173604dc0 void 0.000133
+gallium_dri.so free 0x557173604c40 void 0.000133
+gallium_dri.so malloc 72 0x557173604c40 0.000132
+gallium_dri.so free 0x557173604e80 void 0.000131
+gallium_dri.so free 0x557173604c40 void 0.000131
+gallium_dri.so malloc 72 0x557173604e30 0.000133
+gallium_dri.so free 0x557173604f00 void 0.000132
+gallium_dri.so free 0x557173604e30 void 0.000131
+gallium_dri.so malloc 72 0x557173604f50 0.000132
+gallium_dri.so free 0x557173604fc0 void 0.000133
+gallium_dri.so free 0x557173604f50 void 0.000131
+gallium_dri.so malloc 72 0x557173605000 0.000132
+gallium_dri.so free 0x557173605080 void 0.000132
+gallium_dri.so free 0x557173605000 void 0.000130
+gallium_dri.so malloc 72 0x557173605000 0.000130
+gallium_dri.so free 0x557173605100 void 0.000134
+gallium_dri.so free 0x557173605000 void 0.000132
+gallium_dri.so malloc 72 0x557173605130 0.000132
+gallium_dri.so free 0x557173605180 void 0.000132
+gallium_dri.so free 0x557173605130 void 0.000131
+gallium_dri.so malloc 72 0x557173605130 0.000133
+gallium_dri.so free 0x557173605280 void 0.000132
+gallium_dri.so free 0x557173605130 void 0.000132
+gallium_dri.so malloc 72 0x557173605230 0.000190
+gallium_dri.so free 0x557173605340 void 0.000135
+gallium_dri.so free 0x557173605230 void 0.000132
+gallium_dri.so malloc 72 0x5571736052f0 0.000133
+gallium_dri.so free 0x557173605380 void 0.000134
+gallium_dri.so free 0x5571736052f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736052f0 0.000132
+gallium_dri.so free 0x557173605440 void 0.000134
+gallium_dri.so free 0x5571736052f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736054b0 0.000132
+gallium_dri.so free 0x557173605500 void 0.000131
+gallium_dri.so free 0x5571736054b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736054b0 0.000133
+gallium_dri.so free 0x557173605600 void 0.000131
+gallium_dri.so free 0x5571736054b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736055b0 0.000132
+gallium_dri.so free 0x5571736056c0 void 0.000133
+gallium_dri.so free 0x5571736055b0 void 0.000131
+gallium_dri.so malloc 72 0x557173605670 0.000132
+gallium_dri.so free 0x557173605700 void 0.000133
+gallium_dri.so free 0x557173605670 void 0.000131
+gallium_dri.so malloc 72 0x557173605670 0.000133
+gallium_dri.so free 0x5571736057c0 void 0.000133
+gallium_dri.so free 0x557173605670 void 0.000141
+gallium_dri.so malloc 72 0x557173605800 0.000135
+gallium_dri.so free 0x557173605880 void 0.000132
+gallium_dri.so free 0x557173605800 void 0.000132
+gallium_dri.so malloc 72 0x557173605880 0.000132
+gallium_dri.so free 0x557173605940 void 0.000132
+gallium_dri.so free 0x557173605880 void 0.000131
+gallium_dri.so malloc 72 0x557173605880 0.000133
+gallium_dri.so free 0x557173605a00 void 0.000131
+gallium_dri.so free 0x557173605880 void 0.000131
+gallium_dri.so malloc 72 0x557173605a20 0.000131
+gallium_dri.so free 0x557173605ac0 void 0.000131
+gallium_dri.so free 0x557173605a20 void 0.000130
+gallium_dri.so malloc 72 0x557173605a70 0.000133
+gallium_dri.so free 0x557173605b40 void 0.000132
+gallium_dri.so free 0x557173605a70 void 0.000131
+gallium_dri.so malloc 72 0x557173605a70 0.000130
+gallium_dri.so free 0x557173605bc0 void 0.000132
+gallium_dri.so free 0x557173605a70 void 0.000132
+gallium_dri.so malloc 72 0x557173605bc0 0.000130
+gallium_dri.so free 0x557173605c80 void 0.000133
+gallium_dri.so free 0x557173605bc0 void 0.000133
+gallium_dri.so malloc 72 0x557173605bc0 0.000131
+gallium_dri.so free 0x557173605d40 void 0.000133
+gallium_dri.so free 0x557173605bc0 void 0.000132
+gallium_dri.so malloc 72 0x557173605bc0 0.000131
+gallium_dri.so free 0x557173605e00 void 0.000132
+gallium_dri.so free 0x557173605bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173605db0 0.000132
+gallium_dri.so free 0x557173605ec0 void 0.000132
+gallium_dri.so free 0x557173605db0 void 0.000132
+gallium_dri.so malloc 72 0x557173605e70 0.000133
+gallium_dri.so free 0x557173605f40 void 0.000132
+gallium_dri.so free 0x557173605e70 void 0.000131
+gallium_dri.so malloc 72 0x557173605f90 0.000132
+gallium_dri.so free 0x557173606000 void 0.000133
+gallium_dri.so free 0x557173605f90 void 0.000132
+gallium_dri.so malloc 72 0x557173606020 0.000133
+gallium_dri.so free 0x5571736060c0 void 0.000135
+gallium_dri.so free 0x557173606020 void 0.000132
+gallium_dri.so malloc 72 0x557173606070 0.000132
+gallium_dri.so free 0x557173606140 void 0.000132
+gallium_dri.so free 0x557173606070 void 0.000134
+gallium_dri.so malloc 72 0x557173606070 0.000131
+gallium_dri.so free 0x5571736061c0 void 0.000134
+gallium_dri.so free 0x557173606070 void 0.000185
+gallium_dri.so malloc 72 0x5571736061c0 0.000136
+gallium_dri.so free 0x557173606280 void 0.000134
+gallium_dri.so free 0x5571736061c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736061c0 0.000133
+gallium_dri.so free 0x557173606380 void 0.000131
+gallium_dri.so free 0x5571736061c0 void 0.000131
+gallium_dri.so malloc 72 0x557173606330 0.000132
+gallium_dri.so free 0x5571736063c0 void 0.000132
+gallium_dri.so free 0x557173606330 void 0.000131
+gallium_dri.so malloc 72 0x557173606330 0.000133
+gallium_dri.so free 0x557173606480 void 0.000132
+gallium_dri.so free 0x557173606330 void 0.000131
+gallium_dri.so malloc 72 0x5571736064c0 0.000131
+gallium_dri.so free 0x557173606540 void 0.000131
+gallium_dri.so free 0x5571736064c0 void 0.000131
+gallium_dri.so malloc 72 0x557173606540 0.000134
+gallium_dri.so free 0x557173606600 void 0.000133
+gallium_dri.so free 0x557173606540 void 0.000133
+gallium_dri.so malloc 72 0x557173606540 0.000132
+gallium_dri.so free 0x557173606680 void 0.000131
+gallium_dri.so free 0x557173606540 void 0.000131
+gallium_dri.so malloc 72 0x5571736066b0 0.000132
+gallium_dri.so free 0x557173606700 void 0.000143
+gallium_dri.so free 0x5571736066b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736066b0 0.000132
+gallium_dri.so free 0x557173606800 void 0.000132
+gallium_dri.so free 0x5571736066b0 void 0.000132
+gallium_dri.so malloc 72 0x557173606840 0.000132
+gallium_dri.so free 0x5571736068c0 void 0.000132
+gallium_dri.so free 0x557173606840 void 0.000132
+gallium_dri.so malloc 72 0x5571736068c0 0.000133
+gallium_dri.so free 0x557173606980 void 0.000131
+gallium_dri.so free 0x5571736068c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736068c0 0.000134
+gallium_dri.so free 0x557173606a00 void 0.000132
+gallium_dri.so free 0x5571736068c0 void 0.000132
+gallium_dri.so malloc 72 0x557173606a30 0.000131
+gallium_dri.so free 0x557173606a80 void 0.000132
+gallium_dri.so free 0x557173606a30 void 0.000132
+gallium_dri.so malloc 72 0x557173606a30 0.000133
+gallium_dri.so free 0x557173606b80 void 0.000132
+gallium_dri.so free 0x557173606a30 void 0.000131
+gallium_dri.so malloc 72 0x557173606b30 0.000132
+gallium_dri.so free 0x557173606c40 void 0.000131
+gallium_dri.so free 0x557173606b30 void 0.000132
+gallium_dri.so malloc 72 0x557173606bf0 0.000140
+gallium_dri.so free 0x557173606cc0 void 0.000131
+gallium_dri.so free 0x557173606bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173606bf0 0.000131
+gallium_dri.so free 0x557173606d80 void 0.000133
+gallium_dri.so free 0x557173606bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173606bf0 0.000131
+gallium_dri.so free 0x557173606e40 void 0.000131
+gallium_dri.so free 0x557173606bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173606df0 0.000132
+gallium_dri.so free 0x557173606ec0 void 0.000132
+gallium_dri.so free 0x557173606df0 void 0.000131
+gallium_dri.so malloc 72 0x557173606f10 0.000131
+gallium_dri.so free 0x557173606f80 void 0.000133
+gallium_dri.so free 0x557173606f10 void 0.000130
+gallium_dri.so malloc 72 0x557173606fa0 0.000131
+gallium_dri.so free 0x557173607040 void 0.000131
+gallium_dri.so free 0x557173606fa0 void 0.000131
+gallium_dri.so malloc 72 0x557173606ff0 0.000133
+gallium_dri.so free 0x5571736070c0 void 0.000132
+gallium_dri.so free 0x557173606ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571736070c0 0.000131
+gallium_dri.so free 0x557173607180 void 0.000131
+gallium_dri.so free 0x5571736070c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736070c0 0.000131
+gallium_dri.so free 0x557173607200 void 0.000130
+gallium_dri.so free 0x5571736070c0 void 0.000129
+gallium_dri.so malloc 72 0x557173607200 0.000129
+gallium_dri.so free 0x5571736072c0 void 0.000129
+gallium_dri.so free 0x557173607200 void 0.000129
+gallium_dri.so malloc 72 0x557173607200 0.000133
+gallium_dri.so free 0x557173607380 void 0.000132
+gallium_dri.so free 0x557173607200 void 0.000131
+gallium_dri.so malloc 72 0x557173607200 0.000131
+gallium_dri.so free 0x557173607440 void 0.000132
+gallium_dri.so free 0x557173607200 void 0.000132
+gallium_dri.so malloc 72 0x5571736073f0 0.000132
+gallium_dri.so free 0x5571736074c0 void 0.000132
+gallium_dri.so free 0x5571736073f0 void 0.000132
+gallium_dri.so malloc 72 0x557173607510 0.000131
+gallium_dri.so free 0x557173607580 void 0.000134
+gallium_dri.so free 0x557173607510 void 0.000132
+gallium_dri.so malloc 72 0x5571736075c0 0.000132
+gallium_dri.so free 0x557173607640 void 0.000132
+gallium_dri.so free 0x5571736075c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736075c0 0.000138
+gallium_dri.so free 0x5571736076c0 void 0.000133
+gallium_dri.so free 0x5571736075c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736076f0 0.000132
+gallium_dri.so free 0x557173607740 void 0.000132
+gallium_dri.so free 0x5571736076f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736076f0 0.000132
+gallium_dri.so free 0x557173607840 void 0.000131
+gallium_dri.so free 0x5571736076f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736077f0 0.000132
+gallium_dri.so free 0x557173607900 void 0.000132
+gallium_dri.so free 0x5571736077f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736078b0 0.000131
+gallium_dri.so free 0x557173607940 void 0.000132
+gallium_dri.so free 0x5571736078b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736078b0 0.000133
+gallium_dri.so free 0x557173607a00 void 0.000136
+gallium_dri.so free 0x5571736078b0 void 0.000133
+gallium_dri.so malloc 72 0x557173607a70 0.000131
+gallium_dri.so free 0x557173607ac0 void 0.000132
+gallium_dri.so free 0x557173607a70 void 0.000132
+gallium_dri.so malloc 72 0x557173607a70 0.000133
+gallium_dri.so free 0x557173607bc0 void 0.000133
+gallium_dri.so free 0x557173607a70 void 0.000164
+gallium_dri.so malloc 72 0x557173607b70 0.000133
+gallium_dri.so free 0x557173607c80 void 0.000132
+gallium_dri.so free 0x557173607b70 void 0.000131
+gallium_dri.so malloc 72 0x557173607c30 0.000131
+gallium_dri.so free 0x557173607cc0 void 0.000132
+gallium_dri.so free 0x557173607c30 void 0.000132
+gallium_dri.so malloc 72 0x557173607c30 0.000133
+gallium_dri.so free 0x557173607d80 void 0.000132
+gallium_dri.so free 0x557173607c30 void 0.000132
+gallium_dri.so malloc 72 0x557173607dc0 0.000132
+gallium_dri.so free 0x557173607e40 void 0.000132
+gallium_dri.so free 0x557173607dc0 void 0.000132
+gallium_dri.so malloc 72 0x557173607e40 0.000132
+gallium_dri.so free 0x557173607f00 void 0.000133
+gallium_dri.so free 0x557173607e40 void 0.000131
+gallium_dri.so malloc 72 0x557173607e40 0.000133
+gallium_dri.so free 0x557173607fc0 void 0.000132
+gallium_dri.so free 0x557173607e40 void 0.000132
+gallium_dri.so malloc 72 0x557173607fe0 0.000132
+gallium_dri.so free 0x557173608080 void 0.000131
+gallium_dri.so free 0x557173607fe0 void 0.000132
+gallium_dri.so malloc 72 0x557173608030 0.000148
+gallium_dri.so free 0x557173608100 void 0.000149
+gallium_dri.so free 0x557173608030 void 0.000137
+gallium_dri.so malloc 72 0x557173608030 0.000137
+gallium_dri.so free 0x557173608180 void 0.000139
+gallium_dri.so free 0x557173608030 void 0.000135
+gallium_dri.so malloc 72 0x557173608180 0.000133
+gallium_dri.so free 0x557173608240 void 0.000134
+gallium_dri.so free 0x557173608180 void 0.000135
+gallium_dri.so malloc 72 0x557173608180 0.000130
+gallium_dri.so free 0x557173608300 void 0.000134
+gallium_dri.so free 0x557173608180 void 0.000135
+gallium_dri.so malloc 72 0x557173608180 0.000132
+gallium_dri.so free 0x5571736083c0 void 0.000134
+gallium_dri.so free 0x557173608180 void 0.000132
+gallium_dri.so malloc 72 0x557173608370 0.000130
+gallium_dri.so free 0x557173608480 void 0.000133
+gallium_dri.so free 0x557173608370 void 0.000131
+gallium_dri.so malloc 72 0x557173608430 0.000136
+gallium_dri.so free 0x557173608500 void 0.000132
+gallium_dri.so free 0x557173608430 void 0.000131
+gallium_dri.so malloc 72 0x557173608550 0.000131
+gallium_dri.so free 0x5571736085c0 void 0.000135
+gallium_dri.so free 0x557173608550 void 0.000131
+gallium_dri.so malloc 72 0x5571736085e0 0.000145
+gallium_dri.so free 0x557173608680 void 0.000134
+gallium_dri.so free 0x5571736085e0 void 0.000132
+gallium_dri.so malloc 72 0x557173608630 0.000130
+gallium_dri.so free 0x557173608700 void 0.000184
+gallium_dri.so free 0x557173608630 void 0.000134
+gallium_dri.so malloc 72 0x557173608630 0.000133
+gallium_dri.so free 0x557173608780 void 0.000133
+gallium_dri.so free 0x557173608630 void 0.000132
+gallium_dri.so malloc 72 0x557173608780 0.000129
+gallium_dri.so free 0x557173608840 void 0.000134
+gallium_dri.so free 0x557173608780 void 0.000132
+gallium_dri.so malloc 72 0x557173608780 0.000134
+gallium_dri.so free 0x557173608940 void 0.000133
+gallium_dri.so free 0x557173608780 void 0.000134
+gallium_dri.so malloc 72 0x5571736088f0 0.000133
+gallium_dri.so free 0x557173608980 void 0.000132
+gallium_dri.so free 0x5571736088f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736088f0 0.000133
+gallium_dri.so free 0x557173608a40 void 0.000133
+gallium_dri.so free 0x5571736088f0 void 0.000133
+gallium_dri.so malloc 72 0x557173608a80 0.000133
+gallium_dri.so free 0x557173608b00 void 0.000134
+gallium_dri.so free 0x557173608a80 void 0.000167
+gallium_dri.so malloc 72 0x557173608b00 0.000162
+gallium_dri.so free 0x557173608bc0 void 0.000161
+gallium_dri.so free 0x557173608b00 void 0.000161
+gallium_dri.so malloc 72 0x557173608b00 0.000160
+gallium_dri.so free 0x557173608c40 void 0.000161
+gallium_dri.so free 0x557173608b00 void 0.000161
+gallium_dri.so malloc 72 0x557173608c70 0.000159
+gallium_dri.so free 0x557173608cc0 void 0.000161
+gallium_dri.so free 0x557173608c70 void 0.000160
+gallium_dri.so malloc 72 0x557173608c70 0.000156
+gallium_dri.so free 0x557173608dc0 void 0.000160
+gallium_dri.so free 0x557173608c70 void 0.000161
+gallium_dri.so malloc 72 0x557173608e00 0.000157
+gallium_dri.so free 0x557173608e80 void 0.000158
+gallium_dri.so free 0x557173608e00 void 0.000159
+gallium_dri.so malloc 72 0x557173608e80 0.000160
+gallium_dri.so free 0x557173608f40 void 0.000170
+gallium_dri.so free 0x557173608e80 void 0.000163
+gallium_dri.so malloc 72 0x557173608e80 0.000160
+gallium_dri.so free 0x557173608fc0 void 0.000160
+gallium_dri.so free 0x557173608e80 void 0.000161
+gallium_dri.so malloc 72 0x557173608ff0 0.000157
+gallium_dri.so free 0x557173609040 void 0.000157
+gallium_dri.so free 0x557173608ff0 void 0.000157
+gallium_dri.so malloc 72 0x557173608ff0 0.000159
+gallium_dri.so free 0x557173609140 void 0.000160
+gallium_dri.so free 0x557173608ff0 void 0.000160
+gallium_dri.so malloc 72 0x5571736090f0 0.000156
+gallium_dri.so free 0x557173609200 void 0.000220
+gallium_dri.so free 0x5571736090f0 void 0.000147
+gallium_dri.so malloc 72 0x5571736091b0 0.000146
+gallium_dri.so free 0x557173609280 void 0.000144
+gallium_dri.so free 0x5571736091b0 void 0.000140
+gallium_dri.so malloc 72 0x5571736091b0 0.000142
+gallium_dri.so free 0x557173609340 void 0.000145
+gallium_dri.so free 0x5571736091b0 void 0.000144
+gallium_dri.so malloc 72 0x5571736091b0 0.000150
+gallium_dri.so free 0x557173609400 void 0.000144
+gallium_dri.so free 0x5571736091b0 void 0.000144
+gallium_dri.so malloc 72 0x5571736093b0 0.000143
+gallium_dri.so free 0x557173609480 void 0.000140
+gallium_dri.so free 0x5571736093b0 void 0.000141
+gallium_dri.so malloc 72 0x5571736094d0 0.000143
+gallium_dri.so free 0x557173609540 void 0.000144
+gallium_dri.so free 0x5571736094d0 void 0.000141
+gallium_dri.so malloc 72 0x557173609560 0.000140
+gallium_dri.so free 0x557173609600 void 0.000144
+gallium_dri.so free 0x557173609560 void 0.000144
+gallium_dri.so malloc 72 0x5571736095b0 0.000145
+gallium_dri.so free 0x557173609680 void 0.000141
+gallium_dri.so free 0x5571736095b0 void 0.000138
+gallium_dri.so malloc 72 0x557173609680 0.000139
+gallium_dri.so free 0x557173609740 void 0.000148
+gallium_dri.so free 0x557173609680 void 0.000151
+gallium_dri.so malloc 72 0x557173609680 0.000138
+gallium_dri.so free 0x5571736097c0 void 0.000141
+gallium_dri.so free 0x557173609680 void 0.000144
+gallium_dri.so malloc 72 0x5571736097c0 0.000144
+gallium_dri.so free 0x557173609880 void 0.000140
+gallium_dri.so free 0x5571736097c0 void 0.000139
+gallium_dri.so malloc 72 0x5571736097c0 0.000141
+gallium_dri.so free 0x557173609940 void 0.000144
+gallium_dri.so free 0x5571736097c0 void 0.000141
+gallium_dri.so malloc 72 0x5571736097c0 0.000138
+gallium_dri.so free 0x557173609a00 void 0.000143
+gallium_dri.so free 0x5571736097c0 void 0.000144
+gallium_dri.so malloc 72 0x5571736099b0 0.000142
+gallium_dri.so free 0x557173609a80 void 0.000141
+gallium_dri.so free 0x5571736099b0 void 0.000142
+gallium_dri.so malloc 72 0x557173609ad0 0.000143
+gallium_dri.so free 0x557173609b40 void 0.000145
+gallium_dri.so free 0x557173609ad0 void 0.000144
+gallium_dri.so malloc 72 0x557173609b80 0.000145
+gallium_dri.so free 0x557173609c00 void 0.000148
+gallium_dri.so free 0x557173609b80 void 0.000141
+gallium_dri.so malloc 72 0x557173609b80 0.000140
+gallium_dri.so free 0x557173609c80 void 0.000143
+gallium_dri.so free 0x557173609b80 void 0.000152
+gallium_dri.so malloc 72 0x557173609cb0 0.000144
+gallium_dri.so free 0x557173609d00 void 0.000144
+gallium_dri.so free 0x557173609cb0 void 0.000140
+gallium_dri.so malloc 72 0x557173609cb0 0.000141
+gallium_dri.so free 0x557173609e00 void 0.000146
+gallium_dri.so free 0x557173609cb0 void 0.000144
+gallium_dri.so malloc 72 0x557173609db0 0.000143
+gallium_dri.so free 0x557173609ec0 void 0.000176
+gallium_dri.so free 0x557173609db0 void 0.000192
+gallium_dri.so malloc 72 0x557173609e70 0.000144
+gallium_dri.so free 0x557173609f00 void 0.000145
+gallium_dri.so free 0x557173609e70 void 0.000144
+gallium_dri.so malloc 72 0x557173609e70 0.000143
+gallium_dri.so free 0x557173609fc0 void 0.000140
+gallium_dri.so free 0x557173609e70 void 0.000142
+gallium_dri.so malloc 72 0x55717360a030 0.000141
+gallium_dri.so free 0x55717360a080 void 0.000143
+gallium_dri.so free 0x55717360a030 void 0.000143
+gallium_dri.so malloc 72 0x55717360a030 0.000144
+gallium_dri.so free 0x55717360a180 void 0.000142
+gallium_dri.so free 0x55717360a030 void 0.000138
+gallium_dri.so malloc 72 0x55717360a130 0.000143
+gallium_dri.so free 0x55717360a240 void 0.000145
+gallium_dri.so free 0x55717360a130 void 0.000141
+gallium_dri.so malloc 72 0x55717360a1f0 0.000140
+gallium_dri.so free 0x55717360a280 void 0.000144
+gallium_dri.so free 0x55717360a1f0 void 0.000144
+gallium_dri.so malloc 72 0x55717360a1f0 0.000140
+gallium_dri.so free 0x55717360a340 void 0.000141
+gallium_dri.so free 0x55717360a1f0 void 0.000142
+gallium_dri.so malloc 72 0x55717360a380 0.000143
+gallium_dri.so free 0x55717360a400 void 0.000145
+gallium_dri.so free 0x55717360a380 void 0.000144
+gallium_dri.so malloc 72 0x55717360a400 0.000141
+gallium_dri.so free 0x55717360a4c0 void 0.000141
+gallium_dri.so free 0x55717360a400 void 0.000149
+gallium_dri.so malloc 72 0x55717360a400 0.000142
+gallium_dri.so free 0x55717360a580 void 0.000144
+gallium_dri.so free 0x55717360a400 void 0.000144
+gallium_dri.so malloc 72 0x55717360a5a0 0.000143
+gallium_dri.so free 0x55717360a640 void 0.000141
+gallium_dri.so free 0x55717360a5a0 void 0.000138
+gallium_dri.so malloc 72 0x55717360a5f0 0.000137
+gallium_dri.so free 0x55717360a6c0 void 0.000138
+gallium_dri.so free 0x55717360a5f0 void 0.000138
+gallium_dri.so malloc 72 0x55717360a5f0 0.000142
+gallium_dri.so free 0x55717360a740 void 0.000144
+gallium_dri.so free 0x55717360a5f0 void 0.000143
+gallium_dri.so malloc 72 0x55717360a740 0.000140
+gallium_dri.so free 0x55717360a800 void 0.000139
+gallium_dri.so free 0x55717360a740 void 0.000184
+gallium_dri.so malloc 72 0x55717360a740 0.000142
+gallium_dri.so free 0x55717360a8c0 void 0.000145
+gallium_dri.so free 0x55717360a740 void 0.000144
+gallium_dri.so malloc 72 0x55717360a740 0.000146
+gallium_dri.so free 0x55717360a980 void 0.000138
+gallium_dri.so free 0x55717360a740 void 0.000136
+gallium_dri.so malloc 72 0x55717360a930 0.000151
+gallium_dri.so free 0x55717360aa40 void 0.000140
+gallium_dri.so free 0x55717360a930 void 0.000132
+gallium_dri.so malloc 72 0x55717360a9f0 0.000132
+gallium_dri.so free 0x55717360aac0 void 0.000137
+gallium_dri.so free 0x55717360a9f0 void 0.000137
+gallium_dri.so malloc 72 0x55717360ab10 0.000136
+gallium_dri.so free 0x55717360ab80 void 0.000138
+gallium_dri.so free 0x55717360ab10 void 0.000134
+gallium_dri.so malloc 72 0x55717360aba0 0.000133
+gallium_dri.so free 0x55717360ac40 void 0.000137
+gallium_dri.so free 0x55717360aba0 void 0.000139
+gallium_dri.so malloc 72 0x55717360abf0 0.000136
+gallium_dri.so free 0x55717360acc0 void 0.000137
+gallium_dri.so free 0x55717360abf0 void 0.000137
+gallium_dri.so malloc 72 0x55717360abf0 0.000133
+gallium_dri.so free 0x55717360ad40 void 0.000132
+gallium_dri.so free 0x55717360abf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360ad40 0.000131
+gallium_dri.so free 0x55717360ae00 void 0.000133
+gallium_dri.so free 0x55717360ad40 void 0.000130
+gallium_dri.so malloc 72 0x55717360ad40 0.000129
+gallium_dri.so free 0x55717360af00 void 0.000131
+gallium_dri.so free 0x55717360ad40 void 0.000191
+gallium_dri.so malloc 72 0x55717360aeb0 0.000131
+gallium_dri.so free 0x55717360af40 void 0.000133
+gallium_dri.so free 0x55717360aeb0 void 0.000133
+gallium_dri.so malloc 72 0x55717360aeb0 0.000134
+gallium_dri.so free 0x55717360b000 void 0.000134
+gallium_dri.so free 0x55717360aeb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b040 0.000134
+gallium_dri.so free 0x55717360b0c0 void 0.000131
+gallium_dri.so free 0x55717360b040 void 0.000132
+gallium_dri.so malloc 72 0x55717360b0c0 0.000135
+gallium_dri.so free 0x55717360b180 void 0.000133
+gallium_dri.so free 0x55717360b0c0 void 0.000134
+gallium_dri.so malloc 72 0x55717360b0c0 0.000134
+gallium_dri.so free 0x55717360b200 void 0.000134
+gallium_dri.so free 0x55717360b0c0 void 0.000133
+gallium_dri.so malloc 72 0x55717360b230 0.000131
+gallium_dri.so free 0x55717360b280 void 0.000133
+gallium_dri.so free 0x55717360b230 void 0.000132
+gallium_dri.so malloc 72 0x55717360b230 0.000133
+gallium_dri.so free 0x55717360b380 void 0.000131
+gallium_dri.so free 0x55717360b230 void 0.000134
+gallium_dri.so malloc 72 0x55717360b3c0 0.000133
+gallium_dri.so free 0x55717360b440 void 0.000144
+gallium_dri.so free 0x55717360b3c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b440 0.000132
+gallium_dri.so free 0x55717360b500 void 0.000134
+gallium_dri.so free 0x55717360b440 void 0.000191
+gallium_dri.so malloc 72 0x55717360b440 0.000137
+gallium_dri.so free 0x55717360b580 void 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000122
+gallium_dri.so malloc 72 0x55717360b5b0 0.000120
+gallium_dri.so free 0x55717360b600 void 0.000121
+gallium_dri.so free 0x55717360b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b5b0 0.000120
+gallium_dri.so free 0x55717360b700 void 0.000119
+gallium_dri.so free 0x55717360b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6b0 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so free 0x55717360b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000124
+gallium_dri.so free 0x55717360b840 void 0.000127
+gallium_dri.so free 0x55717360b770 void 0.000120
+gallium_dri.so malloc 72 0x55717360b770 0.000119
+gallium_dri.so free 0x55717360b900 void 0.000118
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000119
+gallium_dri.so free 0x55717360b9c0 void 0.000119
+gallium_dri.so free 0x55717360b770 void 0.000141
+gallium_dri.so malloc 72 0x55717360b970 0.000132
+gallium_dri.so free 0x55717360ba40 void 0.000131
+gallium_dri.so free 0x55717360b970 void 0.000132
+gallium_dri.so malloc 72 0x55717360ba90 0.000131
+gallium_dri.so free 0x55717360bb00 void 0.000133
+gallium_dri.so free 0x55717360ba90 void 0.000129
+gallium_dri.so malloc 72 0x55717360bb20 0.000131
+gallium_dri.so free 0x55717360bbc0 void 0.000131
+gallium_dri.so free 0x55717360bb20 void 0.000131
+gallium_dri.so malloc 72 0x55717360bb70 0.000132
+gallium_dri.so free 0x55717360bc40 void 0.000132
+gallium_dri.so free 0x55717360bb70 void 0.000131
+gallium_dri.so malloc 72 0x55717360bc40 0.000132
+gallium_dri.so free 0x55717360bd00 void 0.000133
+gallium_dri.so free 0x55717360bc40 void 0.000131
+gallium_dri.so malloc 72 0x55717360bc40 0.000131
+gallium_dri.so free 0x55717360bd80 void 0.000131
+gallium_dri.so free 0x55717360bc40 void 0.000130
+gallium_dri.so malloc 72 0x55717360bd80 0.000134
+gallium_dri.so free 0x55717360be40 void 0.000131
+gallium_dri.so free 0x55717360bd80 void 0.000129
+gallium_dri.so malloc 72 0x55717360bd80 0.000131
+gallium_dri.so free 0x55717360bf00 void 0.000131
+gallium_dri.so free 0x55717360bd80 void 0.000145
+gallium_dri.so malloc 72 0x55717360bd80 0.000133
+gallium_dri.so free 0x55717360bfc0 void 0.000131
+gallium_dri.so free 0x55717360bd80 void 0.000131
+gallium_dri.so malloc 72 0x55717360bf70 0.000131
+gallium_dri.so free 0x55717360c040 void 0.000132
+gallium_dri.so free 0x55717360bf70 void 0.000127
+gallium_dri.so malloc 72 0x55717360c090 0.000133
+gallium_dri.so free 0x55717360c100 void 0.000131
+gallium_dri.so free 0x55717360c090 void 0.000130
+gallium_dri.so malloc 72 0x55717360c140 0.000132
+gallium_dri.so free 0x55717360c1c0 void 0.000131
+gallium_dri.so free 0x55717360c140 void 0.000131
+gallium_dri.so malloc 72 0x55717360c140 0.000131
+gallium_dri.so free 0x55717360c240 void 0.000133
+gallium_dri.so free 0x55717360c140 void 0.000131
+gallium_dri.so malloc 72 0x55717360c270 0.000131
+gallium_dri.so free 0x55717360c2c0 void 0.000165
+gallium_dri.so free 0x55717360c270 void 0.000158
+gallium_dri.so malloc 72 0x55717360c270 0.000247
+gallium_dri.so free 0x55717360c3c0 void 0.000248
+gallium_dri.so free 0x55717360c270 void 0.000249
+gallium_dri.so malloc 72 0x55717360c370 0.000247
+gallium_dri.so free 0x55717360c480 void 0.000248
+gallium_dri.so free 0x55717360c370 void 0.000259
+gallium_dri.so malloc 72 0x55717360c430 0.000236
+gallium_dri.so free 0x55717360c4c0 void 0.000301
+gallium_dri.so free 0x55717360c430 void 0.000211
+gallium_dri.so malloc 72 0x55717360c430 0.000216
+gallium_dri.so free 0x55717360c580 void 0.000200
+gallium_dri.so free 0x55717360c430 void 0.000201
+gallium_dri.so malloc 72 0x55717360c5f0 0.000133
+gallium_dri.so free 0x55717360c640 void 0.000119
+gallium_dri.so free 0x55717360c5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c5f0 0.000115
+gallium_dri.so free 0x55717360c740 void 0.000117
+gallium_dri.so free 0x55717360c5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c6f0 0.000114
+gallium_dri.so free 0x55717360c800 void 0.000114
+gallium_dri.so free 0x55717360c6f0 void 0.000181
+gallium_dri.so malloc 72 0x55717360c7b0 0.000118
+gallium_dri.so free 0x55717360c840 void 0.000119
+gallium_dri.so free 0x55717360c7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c7b0 0.000117
+gallium_dri.so free 0x55717360c900 void 0.000117
+gallium_dri.so free 0x55717360c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c940 0.000114
+gallium_dri.so free 0x55717360c9c0 void 0.000114
+gallium_dri.so free 0x55717360c940 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9c0 0.000115
+gallium_dri.so free 0x55717360ca80 void 0.000115
+gallium_dri.so free 0x55717360c9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c9c0 0.000114
+gallium_dri.so free 0x55717360cb40 void 0.000113
+gallium_dri.so free 0x55717360c9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb60 0.000114
+gallium_dri.so free 0x55717360cc00 void 0.000114
+gallium_dri.so free 0x55717360cb60 void 0.000115
+gallium_dri.so malloc 72 0x55717360cbb0 0.000113
+gallium_dri.so free 0x55717360cc80 void 0.000116
+gallium_dri.so free 0x55717360cbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cbb0 0.000115
+gallium_dri.so free 0x55717360cd00 void 0.000114
+gallium_dri.so free 0x55717360cbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360cd00 0.000115
+gallium_dri.so free 0x55717360cdc0 void 0.000115
+gallium_dri.so free 0x55717360cd00 void 0.000126
+gallium_dri.so malloc 72 0x55717360cd00 0.000116
+gallium_dri.so free 0x55717360ce80 void 0.000116
+gallium_dri.so free 0x55717360cd00 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd00 0.000114
+gallium_dri.so free 0x55717360cf40 void 0.000116
+gallium_dri.so free 0x55717360cd00 void 0.000159
+gallium_dri.so malloc 72 0x55717360cef0 0.000154
+gallium_dri.so free 0x55717360d000 void 0.000158
+gallium_dri.so free 0x55717360cef0 void 0.000138
+gallium_dri.so malloc 72 0x55717360cfb0 0.000119
+gallium_dri.so free 0x55717360d080 void 0.000114
+gallium_dri.so free 0x55717360cfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d0d0 0.000116
+gallium_dri.so free 0x55717360d140 void 0.000117
+gallium_dri.so free 0x55717360d0d0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d160 0.000113
+gallium_dri.so free 0x55717360d200 void 0.000113
+gallium_dri.so free 0x55717360d160 void 0.000123
+gallium_dri.so malloc 72 0x55717360d1b0 0.000114
+gallium_dri.so free 0x55717360d280 void 0.000112
+gallium_dri.so free 0x55717360d1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d1b0 0.000112
+gallium_dri.so free 0x55717360d300 void 0.000112
+gallium_dri.so free 0x55717360d1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d300 0.000132
+gallium_dri.so free 0x55717360d3c0 void 0.000123
+gallium_dri.so free 0x55717360d300 void 0.000120
+gallium_dri.so malloc 72 0x55717360d300 0.000125
+gallium_dri.so free 0x55717360d4c0 void 0.000129
+gallium_dri.so free 0x55717360d300 void 0.000126
+gallium_dri.so malloc 72 0x55717360d470 0.000121
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x55717360d470 void 0.000121
+gallium_dri.so malloc 72 0x55717360d470 0.000121
+gallium_dri.so free 0x55717360d5c0 void 0.000122
+gallium_dri.so free 0x55717360d470 void 0.000120
+gallium_dri.so malloc 72 0x55717360d600 0.000121
+gallium_dri.so free 0x55717360d680 void 0.000121
+gallium_dri.so free 0x55717360d600 void 0.000120
+gallium_dri.so malloc 72 0x55717360d680 0.000120
+gallium_dri.so free 0x55717360d740 void 0.000121
+gallium_dri.so free 0x55717360d680 void 0.000119
+gallium_dri.so malloc 72 0x55717360d680 0.000120
+gallium_dri.so free 0x55717360d7c0 void 0.000121
+gallium_dri.so free 0x55717360d680 void 0.000119
+gallium_dri.so malloc 72 0x55717360d7f0 0.000119
+gallium_dri.so free 0x55717360d840 void 0.000121
+gallium_dri.so free 0x55717360d7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d7f0 0.000121
+gallium_dri.so free 0x55717360d940 void 0.000161
+gallium_dri.so free 0x55717360d7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d980 0.000118
+gallium_dri.so free 0x55717360da00 void 0.000119
+gallium_dri.so free 0x55717360d980 void 0.000120
+gallium_dri.so malloc 72 0x55717360da00 0.000120
+gallium_dri.so free 0x55717360dac0 void 0.000120
+gallium_dri.so free 0x55717360da00 void 0.000120
+gallium_dri.so malloc 72 0x55717360da00 0.000119
+gallium_dri.so free 0x55717360db40 void 0.000119
+gallium_dri.so free 0x55717360da00 void 0.000119
+gallium_dri.so malloc 72 0x55717360db70 0.000123
+gallium_dri.so free 0x55717360dbc0 void 0.000123
+gallium_dri.so free 0x55717360db70 void 0.000132
+gallium_dri.so malloc 72 0x55717360db70 0.000126
+gallium_dri.so free 0x55717360dcc0 void 0.000122
+gallium_dri.so free 0x55717360db70 void 0.000120
+gallium_dri.so malloc 72 0x55717360dc70 0.000122
+gallium_dri.so free 0x55717360dd80 void 0.000124
+gallium_dri.so free 0x55717360dc70 void 0.000121
+gallium_dri.so malloc 72 0x55717360dd30 0.000121
+gallium_dri.so free 0x55717360de00 void 0.000122
+gallium_dri.so free 0x55717360dd30 void 0.000120
+gallium_dri.so malloc 72 0x55717360dd30 0.000121
+gallium_dri.so free 0x55717360dec0 void 0.000121
+gallium_dri.so free 0x55717360dd30 void 0.000119
+gallium_dri.so malloc 72 0x55717360dd30 0.000132
+gallium_dri.so free 0x55717360df80 void 0.000131
+gallium_dri.so free 0x55717360dd30 void 0.000126
+gallium_dri.so malloc 72 0x55717360df30 0.000198
+gallium_dri.so free 0x55717360e000 void 0.000158
+gallium_dri.so free 0x55717360df30 void 0.000198
+gallium_dri.so malloc 72 0x55717360e050 0.000161
+gallium_dri.so free 0x55717360e0c0 void 0.000162
+gallium_dri.so free 0x55717360e050 void 0.000125
+gallium_dri.so malloc 72 0x55717360e0e0 0.000129
+gallium_dri.so free 0x55717360e180 void 0.000130
+gallium_dri.so free 0x55717360e0e0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e130 0.000127
+gallium_dri.so free 0x55717360e200 void 0.000116
+gallium_dri.so free 0x55717360e130 void 0.000112
+gallium_dri.so malloc 72 0x55717360e200 0.000115
+gallium_dri.so free 0x55717360e2c0 void 0.000115
+gallium_dri.so free 0x55717360e200 void 0.000113
+gallium_dri.so malloc 72 0x55717360e200 0.000113
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so free 0x55717360e200 void 0.000113
+gallium_dri.so malloc 72 0x55717360e340 0.000112
+gallium_dri.so free 0x55717360e400 void 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000125
+gallium_dri.so malloc 72 0x55717360e340 0.000114
+gallium_dri.so free 0x55717360e4c0 void 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so malloc 72 0x55717360e340 0.000114
+gallium_dri.so free 0x55717360e580 void 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so malloc 72 0x55717360e530 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e530 void 0.000115
+gallium_dri.so malloc 72 0x55717360e650 0.000115
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e650 void 0.000113
+gallium_dri.so malloc 72 0x55717360e700 0.000114
+gallium_dri.so free 0x55717360e780 void 0.000114
+gallium_dri.so free 0x55717360e700 void 0.000113
+gallium_dri.so malloc 72 0x55717360e700 0.000112
+gallium_dri.so free 0x55717360e800 void 0.000115
+gallium_dri.so free 0x55717360e700 void 0.000114
+gallium_dri.so malloc 72 0x55717360e830 0.000114
+gallium_dri.so free 0x55717360e880 void 0.000116
+gallium_dri.so free 0x55717360e830 void 0.000114
+gallium_dri.so malloc 72 0x55717360e830 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000115
+gallium_dri.so free 0x55717360e830 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717360ea40 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000171
+gallium_dri.so malloc 72 0x55717360e9f0 0.000115
+gallium_dri.so free 0x55717360ea80 void 0.000113
+gallium_dri.so free 0x55717360e9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e9f0 0.000112
+gallium_dri.so free 0x55717360eb40 void 0.000113
+gallium_dri.so free 0x55717360e9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ebb0 0.000113
+gallium_dri.so free 0x55717360ec00 void 0.000115
+gallium_dri.so free 0x55717360ebb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ebb0 0.000114
+gallium_dri.so free 0x55717360ed00 void 0.000114
+gallium_dri.so free 0x55717360ebb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ecb0 0.000112
+gallium_dri.so free 0x55717360edc0 void 0.000113
+gallium_dri.so free 0x55717360ecb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ed70 0.000111
+gallium_dri.so free 0x55717360ee00 void 0.000114
+gallium_dri.so free 0x55717360ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed70 0.000113
+gallium_dri.so free 0x55717360eec0 void 0.000113
+gallium_dri.so free 0x55717360ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ef00 0.000120
+gallium_dri.so free 0x55717360ef80 void 0.000118
+gallium_dri.so free 0x55717360ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717360ef80 0.000124
+gallium_dri.so free 0x55717360f040 void 0.000126
+gallium_dri.so free 0x55717360ef80 void 0.000139
+gallium_dri.so malloc 72 0x55717360ef80 0.000131
+gallium_dri.so free 0x55717360f100 void 0.000259
+gallium_dri.so free 0x55717360ef80 void 0.000369
+gallium_dri.so malloc 72 0x55717360f120 0.000387
+gallium_dri.so free 0x55717360f1c0 void 0.000327
+gallium_dri.so free 0x55717360f120 void 0.000255
+gallium_dri.so malloc 72 0x55717360f170 0.000162
+gallium_dri.so free 0x55717360f240 void 0.000214
+gallium_dri.so free 0x55717360f170 void 0.000158
+gallium_dri.so malloc 72 0x55717360f170 0.000155
+gallium_dri.so free 0x55717360f2c0 void 0.000156
+gallium_dri.so free 0x55717360f170 void 0.000119
+gallium_dri.so malloc 72 0x55717360f2c0 0.000119
+gallium_dri.so free 0x55717360f380 void 0.000119
+gallium_dri.so free 0x55717360f2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f2c0 0.000124
+gallium_dri.so free 0x55717360f440 void 0.000124
+gallium_dri.so free 0x55717360f2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f2c0 0.000119
+gallium_dri.so free 0x55717360f500 void 0.000124
+gallium_dri.so free 0x55717360f2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f4b0 0.000124
+gallium_dri.so free 0x55717360f5c0 void 0.000124
+gallium_dri.so free 0x55717360f4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f570 0.000124
+gallium_dri.so free 0x55717360f640 void 0.000180
+gallium_dri.so free 0x55717360f570 void 0.000183
+gallium_dri.so malloc 72 0x55717360f690 0.000179
+gallium_dri.so free 0x55717360f700 void 0.000157
+gallium_dri.so free 0x55717360f690 void 0.000119
+gallium_dri.so malloc 72 0x55717360f720 0.000122
+gallium_dri.so free 0x55717360f7c0 void 0.000123
+gallium_dri.so free 0x55717360f720 void 0.000122
+gallium_dri.so malloc 72 0x55717360f770 0.000124
+gallium_dri.so free 0x55717360f840 void 0.000124
+gallium_dri.so free 0x55717360f770 void 0.000121
+gallium_dri.so malloc 72 0x55717360f770 0.000170
+gallium_dri.so free 0x55717360f8c0 void 0.000261
+gallium_dri.so free 0x55717360f770 void 0.000237
+gallium_dri.so malloc 72 0x55717360f8c0 0.000261
+gallium_dri.so free 0x55717360f980 void 0.000192
+gallium_dri.so free 0x55717360f8c0 void 0.000181
+gallium_dri.so malloc 72 0x55717360f8c0 0.000201
+gallium_dri.so free 0x55717360fa80 void 0.000170
+gallium_dri.so free 0x55717360f8c0 void 0.000260
+gallium_dri.so malloc 72 0x55717360fa30 0.000229
+gallium_dri.so free 0x55717360fac0 void 0.000229
+gallium_dri.so free 0x55717360fa30 void 0.000203
+gallium_dri.so malloc 72 0x55717360fa30 0.000170
+gallium_dri.so free 0x55717360fb80 void 0.000261
+gallium_dri.so free 0x55717360fa30 void 0.000235
+gallium_dri.so malloc 72 0x55717360fbc0 0.000282
+gallium_dri.so free 0x55717360fc40 void 0.000280
+gallium_dri.so free 0x55717360fbc0 void 0.000199
+gallium_dri.so malloc 72 0x55717360fc40 0.000182
+gallium_dri.so free 0x55717360fd00 void 0.000185
+gallium_dri.so free 0x55717360fc40 void 0.000182
+gallium_dri.so malloc 72 0x55717360fc40 0.000182
+gallium_dri.so free 0x55717360fd80 void 0.000185
+gallium_dri.so free 0x55717360fc40 void 0.000182
+gallium_dri.so malloc 72 0x55717360fdb0 0.000181
+gallium_dri.so free 0x55717360fe00 void 0.000184
+gallium_dri.so free 0x55717360fdb0 void 0.000182
+gallium_dri.so malloc 72 0x55717360fdb0 0.000182
+gallium_dri.so free 0x55717360ff00 void 0.000132
+gallium_dri.so free 0x55717360fdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ff40 0.000131
+gallium_dri.so free 0x55717360ffc0 void 0.000126
+gallium_dri.so free 0x55717360ff40 void 0.000129
+gallium_dri.so malloc 72 0x55717360ffc0 0.000140
+gallium_dri.so free 0x557173610080 void 0.000131
+gallium_dri.so free 0x55717360ffc0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ffc0 0.000126
+gallium_dri.so free 0x557173610100 void 0.000125
+gallium_dri.so free 0x55717360ffc0 void 0.000129
+gallium_dri.so malloc 72 0x557173610130 0.000131
+gallium_dri.so free 0x557173610180 void 0.000130
+gallium_dri.so free 0x557173610130 void 0.000131
+gallium_dri.so malloc 72 0x557173610130 0.000129
+gallium_dri.so free 0x557173610280 void 0.000131
+gallium_dri.so free 0x557173610130 void 0.000131
+gallium_dri.so malloc 72 0x557173610230 0.000130
+gallium_dri.so free 0x557173610340 void 0.000132
+gallium_dri.so free 0x557173610230 void 0.000131
+gallium_dri.so malloc 72 0x5571736102f0 0.000126
+gallium_dri.so free 0x5571736103c0 void 0.000126
+gallium_dri.so free 0x5571736102f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736102f0 0.000124
+gallium_dri.so free 0x557173610480 void 0.000126
+gallium_dri.so free 0x5571736102f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736102f0 0.000124
+gallium_dri.so free 0x557173610540 void 0.000124
+gallium_dri.so free 0x5571736102f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736104f0 0.000137
+gallium_dri.so free 0x5571736105c0 void 0.000126
+gallium_dri.so free 0x5571736104f0 void 0.000124
+gallium_dri.so malloc 72 0x557173610610 0.000125
+gallium_dri.so free 0x557173610680 void 0.000124
+gallium_dri.so free 0x557173610610 void 0.000127
+gallium_dri.so malloc 72 0x5571736106a0 0.000123
+gallium_dri.so free 0x557173610740 void 0.000124
+gallium_dri.so free 0x5571736106a0 void 0.000123
+gallium_dri.so malloc 72 0x5571736106f0 0.000122
+gallium_dri.so free 0x5571736107c0 void 0.000125
+gallium_dri.so free 0x5571736106f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736107c0 0.000125
+gallium_dri.so free 0x557173610880 void 0.000124
+gallium_dri.so free 0x5571736107c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736107c0 0.000125
+gallium_dri.so free 0x557173610900 void 0.000124
+gallium_dri.so free 0x5571736107c0 void 0.000120
+gallium_dri.so malloc 72 0x557173610900 0.000124
+gallium_dri.so free 0x5571736109c0 void 0.000130
+gallium_dri.so free 0x557173610900 void 0.000125
+gallium_dri.so malloc 72 0x557173610900 0.000124
+gallium_dri.so free 0x557173610a80 void 0.000125
+gallium_dri.so free 0x557173610900 void 0.000125
+gallium_dri.so malloc 72 0x557173610900 0.000124
+gallium_dri.so free 0x557173610b40 void 0.000124
+gallium_dri.so free 0x557173610900 void 0.000125
+gallium_dri.so malloc 72 0x557173610af0 0.000123
+gallium_dri.so free 0x557173610bc0 void 0.000124
+gallium_dri.so free 0x557173610af0 void 0.000124
+gallium_dri.so malloc 72 0x557173610c10 0.000124
+gallium_dri.so free 0x557173610c80 void 0.000124
+gallium_dri.so free 0x557173610c10 void 0.000125
+gallium_dri.so malloc 72 0x557173610cc0 0.000125
+gallium_dri.so free 0x557173610d40 void 0.000124
+gallium_dri.so free 0x557173610cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173610cc0 0.000125
+gallium_dri.so free 0x557173610dc0 void 0.000123
+gallium_dri.so free 0x557173610cc0 void 0.000125
+gallium_dri.so malloc 72 0x557173610df0 0.000125
+gallium_dri.so free 0x557173610e40 void 0.000124
+gallium_dri.so free 0x557173610df0 void 0.000124
+gallium_dri.so malloc 72 0x557173610df0 0.000123
+gallium_dri.so free 0x557173610f40 void 0.000124
+gallium_dri.so free 0x557173610df0 void 0.000129
+gallium_dri.so malloc 72 0x557173610ef0 0.000126
+gallium_dri.so free 0x557173611000 void 0.000124
+gallium_dri.so free 0x557173610ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173610fb0 0.000123
+gallium_dri.so free 0x557173611040 void 0.000125
+gallium_dri.so free 0x557173610fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173610fb0 0.000158
+gallium_dri.so free 0x557173611100 void 0.000125
+gallium_dri.so free 0x557173610fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173611170 0.000125
+gallium_dri.so free 0x5571736111c0 void 0.000124
+gallium_dri.so free 0x557173611170 void 0.000124
+gallium_dri.so malloc 72 0x557173611170 0.000124
+gallium_dri.so free 0x5571736112c0 void 0.000126
+gallium_dri.so free 0x557173611170 void 0.000125
+gallium_dri.so malloc 72 0x557173611270 0.000125
+gallium_dri.so free 0x557173611380 void 0.000124
+gallium_dri.so free 0x557173611270 void 0.000124
+gallium_dri.so malloc 72 0x557173611330 0.000124
+gallium_dri.so free 0x5571736113c0 void 0.000123
+gallium_dri.so free 0x557173611330 void 0.000126
+gallium_dri.so malloc 72 0x557173611330 0.000125
+gallium_dri.so free 0x557173611480 void 0.000124
+gallium_dri.so free 0x557173611330 void 0.000120
+gallium_dri.so malloc 72 0x5571736114c0 0.000124
+gallium_dri.so free 0x557173611540 void 0.000125
+gallium_dri.so free 0x5571736114c0 void 0.000125
+gallium_dri.so malloc 72 0x557173611540 0.000125
+gallium_dri.so free 0x557173611600 void 0.000124
+gallium_dri.so free 0x557173611540 void 0.000122
+gallium_dri.so malloc 72 0x557173611540 0.000124
+gallium_dri.so free 0x5571736116c0 void 0.000133
+gallium_dri.so free 0x557173611540 void 0.000124
+gallium_dri.so malloc 72 0x5571736116e0 0.000125
+gallium_dri.so free 0x557173611780 void 0.000124
+gallium_dri.so free 0x5571736116e0 void 0.000124
+gallium_dri.so malloc 72 0x557173611730 0.000124
+gallium_dri.so free 0x557173611800 void 0.000125
+gallium_dri.so free 0x557173611730 void 0.000124
+gallium_dri.so malloc 72 0x557173611730 0.000122
+gallium_dri.so free 0x557173611880 void 0.000126
+gallium_dri.so free 0x557173611730 void 0.000118
+gallium_dri.so malloc 72 0x557173611880 0.000119
+gallium_dri.so free 0x557173611940 void 0.000118
+gallium_dri.so free 0x557173611880 void 0.000118
+gallium_dri.so malloc 72 0x557173611880 0.000119
+gallium_dri.so free 0x557173611a00 void 0.000118
+gallium_dri.so free 0x557173611880 void 0.000120
+gallium_dri.so malloc 72 0x557173611880 0.000118
+gallium_dri.so free 0x557173611ac0 void 0.000117
+gallium_dri.so free 0x557173611880 void 0.000118
+gallium_dri.so malloc 72 0x557173611a70 0.000119
+gallium_dri.so free 0x557173611b80 void 0.000117
+gallium_dri.so free 0x557173611a70 void 0.000119
+gallium_dri.so malloc 72 0x557173611b30 0.000118
+gallium_dri.so free 0x557173611c00 void 0.000119
+gallium_dri.so free 0x557173611b30 void 0.000117
+gallium_dri.so malloc 72 0x557173611c50 0.000145
+gallium_dri.so free 0x557173611cc0 void 0.000118
+gallium_dri.so free 0x557173611c50 void 0.000118
+gallium_dri.so malloc 72 0x557173611ce0 0.000120
+gallium_dri.so free 0x557173611d80 void 0.000118
+gallium_dri.so free 0x557173611ce0 void 0.000119
+gallium_dri.so malloc 72 0x557173611d30 0.000122
+gallium_dri.so free 0x557173611e00 void 0.000119
+gallium_dri.so free 0x557173611d30 void 0.000121
+gallium_dri.so malloc 72 0x557173611d30 0.000118
+gallium_dri.so free 0x557173611e80 void 0.000118
+gallium_dri.so free 0x557173611d30 void 0.000118
+gallium_dri.so malloc 72 0x557173611e80 0.000118
+gallium_dri.so free 0x557173611f40 void 0.000118
+gallium_dri.so free 0x557173611e80 void 0.000119
+gallium_dri.so malloc 72 0x557173611e80 0.000117
+gallium_dri.so free 0x557173612040 void 0.000118
+gallium_dri.so free 0x557173611e80 void 0.000119
+gallium_dri.so malloc 72 0x557173611ff0 0.000118
+gallium_dri.so free 0x557173612080 void 0.000120
+gallium_dri.so free 0x557173611ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173611ff0 0.000118
+gallium_dri.so free 0x557173612140 void 0.000119
+gallium_dri.so free 0x557173611ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173612180 0.000120
+gallium_dri.so free 0x557173612200 void 0.000118
+gallium_dri.so free 0x557173612180 void 0.000152
+gallium_dri.so malloc 72 0x557173612200 0.000120
+gallium_dri.so free 0x5571736122c0 void 0.000119
+gallium_dri.so free 0x557173612200 void 0.000118
+gallium_dri.so malloc 72 0x557173612200 0.000117
+gallium_dri.so free 0x557173612340 void 0.000118
+gallium_dri.so free 0x557173612200 void 0.000118
+gallium_dri.so malloc 72 0x557173612370 0.000118
+gallium_dri.so free 0x5571736123c0 void 0.000117
+gallium_dri.so free 0x557173612370 void 0.000118
+gallium_dri.so malloc 72 0x557173612370 0.000118
+gallium_dri.so free 0x5571736124c0 void 0.000119
+gallium_dri.so free 0x557173612370 void 0.000118
+gallium_dri.so malloc 72 0x557173612500 0.000119
+gallium_dri.so free 0x557173612580 void 0.000118
+gallium_dri.so free 0x557173612500 void 0.000118
+gallium_dri.so malloc 72 0x557173612580 0.000117
+gallium_dri.so free 0x557173612640 void 0.000118
+gallium_dri.so free 0x557173612580 void 0.000120
+gallium_dri.so malloc 72 0x557173612580 0.000120
+gallium_dri.so free 0x5571736126c0 void 0.000118
+gallium_dri.so free 0x557173612580 void 0.000116
+gallium_dri.so malloc 72 0x5571736126f0 0.000117
+gallium_dri.so free 0x557173612740 void 0.000117
+gallium_dri.so free 0x5571736126f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736126f0 0.000122
+gallium_dri.so free 0x557173612840 void 0.000130
+gallium_dri.so free 0x5571736126f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736127f0 0.000117
+gallium_dri.so free 0x557173612900 void 0.000119
+gallium_dri.so free 0x5571736127f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736128b0 0.000118
+gallium_dri.so free 0x557173612980 void 0.000120
+gallium_dri.so free 0x5571736128b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736128b0 0.000118
+gallium_dri.so free 0x557173612a40 void 0.000118
+gallium_dri.so free 0x5571736128b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736128b0 0.000118
+gallium_dri.so free 0x557173612b00 void 0.000118
+gallium_dri.so free 0x5571736128b0 void 0.000118
+gallium_dri.so malloc 72 0x557173612ab0 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000117
+gallium_dri.so free 0x557173612ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173612bd0 0.000119
+gallium_dri.so free 0x557173612c40 void 0.000120
+gallium_dri.so free 0x557173612bd0 void 0.000118
+gallium_dri.so malloc 72 0x557173612c60 0.000124
+gallium_dri.so free 0x557173612d00 void 0.000118
+gallium_dri.so free 0x557173612c60 void 0.000118
+gallium_dri.so malloc 72 0x557173612cb0 0.000118
+gallium_dri.so free 0x557173612d80 void 0.000118
+gallium_dri.so free 0x557173612cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173612d80 0.000117
+gallium_dri.so free 0x557173612e40 void 0.000121
+gallium_dri.so free 0x557173612d80 void 0.000119
+gallium_dri.so malloc 72 0x557173612d80 0.000118
+gallium_dri.so free 0x557173612ec0 void 0.000119
+gallium_dri.so free 0x557173612d80 void 0.000115
+gallium_dri.so malloc 72 0x557173612ec0 0.000118
+gallium_dri.so free 0x557173612f80 void 0.000119
+gallium_dri.so free 0x557173612ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173612ec0 0.000117
+gallium_dri.so free 0x557173613040 void 0.000119
+gallium_dri.so free 0x557173612ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173612ec0 0.000119
+gallium_dri.so free 0x557173613100 void 0.000117
+gallium_dri.so free 0x557173612ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571736130b0 0.000120
+gallium_dri.so free 0x557173613180 void 0.000117
+gallium_dri.so free 0x5571736130b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736131d0 0.000119
+gallium_dri.so free 0x557173613240 void 0.000119
+gallium_dri.so free 0x5571736131d0 void 0.000119
+gallium_dri.so malloc 72 0x557173613280 0.000118
+gallium_dri.so free 0x557173613300 void 0.000118
+gallium_dri.so free 0x557173613280 void 0.000117
+gallium_dri.so malloc 72 0x557173613280 0.000118
+gallium_dri.so free 0x557173613380 void 0.000119
+gallium_dri.so free 0x557173613280 void 0.000118
+gallium_dri.so malloc 72 0x5571736133b0 0.000184
+gallium_dri.so free 0x557173613400 void 0.000120
+gallium_dri.so free 0x5571736133b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736133b0 0.000118
+gallium_dri.so free 0x557173613500 void 0.000117
+gallium_dri.so free 0x5571736133b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736134b0 0.000117
+gallium_dri.so free 0x5571736135c0 void 0.000118
+gallium_dri.so free 0x5571736134b0 void 0.000118
+gallium_dri.so malloc 72 0x557173613570 0.000118
+gallium_dri.so free 0x557173613600 void 0.000118
+gallium_dri.so free 0x557173613570 void 0.000117
+gallium_dri.so malloc 72 0x557173613570 0.000117
+gallium_dri.so free 0x5571736136c0 void 0.000117
+gallium_dri.so free 0x557173613570 void 0.000117
+gallium_dri.so malloc 72 0x557173613730 0.000137
+gallium_dri.so free 0x557173613780 void 0.000142
+gallium_dri.so free 0x557173613730 void 0.000135
+gallium_dri.so malloc 72 0x557173613730 0.000135
+gallium_dri.so free 0x557173613880 void 0.000133
+gallium_dri.so free 0x557173613730 void 0.000135
+gallium_dri.so malloc 72 0x557173613830 0.000136
+gallium_dri.so free 0x557173613940 void 0.000135
+gallium_dri.so free 0x557173613830 void 0.000132
+gallium_dri.so malloc 72 0x5571736138f0 0.000131
+gallium_dri.so free 0x557173613980 void 0.000136
+gallium_dri.so free 0x5571736138f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736138f0 0.000135
+gallium_dri.so free 0x557173613a40 void 0.000134
+gallium_dri.so free 0x5571736138f0 void 0.000132
+gallium_dri.so malloc 72 0x557173613a80 0.000134
+gallium_dri.so free 0x557173613b00 void 0.000187
+gallium_dri.so free 0x557173613a80 void 0.000134
+gallium_dri.so malloc 72 0x557173613b00 0.000134
+gallium_dri.so free 0x557173613bc0 void 0.000131
+gallium_dri.so free 0x557173613b00 void 0.000131
+gallium_dri.so malloc 72 0x557173613b00 0.000131
+gallium_dri.so free 0x557173613c80 void 0.000132
+gallium_dri.so free 0x557173613b00 void 0.000133
+gallium_dri.so malloc 72 0x557173613ca0 0.000133
+gallium_dri.so free 0x557173613d40 void 0.000132
+gallium_dri.so free 0x557173613ca0 void 0.000132
+gallium_dri.so malloc 72 0x557173613cf0 0.000130
+gallium_dri.so free 0x557173613dc0 void 0.000131
+gallium_dri.so free 0x557173613cf0 void 0.000133
+gallium_dri.so malloc 72 0x557173613cf0 0.000136
+gallium_dri.so free 0x557173613e40 void 0.000135
+gallium_dri.so free 0x557173613cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173613e40 0.000145
+gallium_dri.so free 0x557173613f00 void 0.000135
+gallium_dri.so free 0x557173613e40 void 0.000133
+gallium_dri.so malloc 72 0x557173613e40 0.000131
+gallium_dri.so free 0x557173613fc0 void 0.000131
+gallium_dri.so free 0x557173613e40 void 0.000131
+gallium_dri.so malloc 72 0x557173613e40 0.000134
+gallium_dri.so free 0x557173614080 void 0.000135
+gallium_dri.so free 0x557173613e40 void 0.000132
+gallium_dri.so malloc 72 0x557173614030 0.000131
+gallium_dri.so free 0x557173614140 void 0.000132
+gallium_dri.so free 0x557173614030 void 0.000132
+gallium_dri.so malloc 72 0x5571736140f0 0.000134
+gallium_dri.so free 0x5571736141c0 void 0.000134
+gallium_dri.so free 0x5571736140f0 void 0.000132
+gallium_dri.so malloc 72 0x557173614210 0.000133
+gallium_dri.so free 0x557173614280 void 0.000135
+gallium_dri.so free 0x557173614210 void 0.000131
+gallium_dri.so malloc 72 0x5571736142a0 0.000133
+gallium_dri.so free 0x557173614340 void 0.000131
+gallium_dri.so free 0x5571736142a0 void 0.000132
+gallium_dri.so malloc 72 0x5571736142f0 0.000134
+gallium_dri.so free 0x5571736143c0 void 0.000134
+gallium_dri.so free 0x5571736142f0 void 0.000155
+gallium_dri.so malloc 72 0x5571736142f0 0.000167
+gallium_dri.so free 0x557173614440 void 0.000164
+gallium_dri.so free 0x5571736142f0 void 0.000166
+gallium_dri.so malloc 72 0x557173614440 0.000165
+gallium_dri.so free 0x557173614500 void 0.000164
+gallium_dri.so free 0x557173614440 void 0.000166
+gallium_dri.so malloc 72 0x557173614440 0.000169
+gallium_dri.so free 0x557173614600 void 0.000168
+gallium_dri.so free 0x557173614440 void 0.000167
+gallium_dri.so malloc 72 0x5571736145b0 0.000166
+gallium_dri.so free 0x557173614640 void 0.000167
+gallium_dri.so free 0x5571736145b0 void 0.000167
+gallium_dri.so malloc 72 0x5571736145b0 0.000168
+gallium_dri.so free 0x557173614700 void 0.000165
+gallium_dri.so free 0x5571736145b0 void 0.000228
+gallium_dri.so malloc 72 0x557173614740 0.000133
+gallium_dri.so free 0x5571736147c0 void 0.000134
+gallium_dri.so free 0x557173614740 void 0.000132
+gallium_dri.so malloc 72 0x5571736147c0 0.000135
+gallium_dri.so free 0x557173614880 void 0.000136
+gallium_dri.so free 0x5571736147c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736147c0 0.000134
+gallium_dri.so free 0x557173614900 void 0.000133
+gallium_dri.so free 0x5571736147c0 void 0.000131
+gallium_dri.so malloc 72 0x557173614930 0.000131
+gallium_dri.so free 0x557173614980 void 0.000134
+gallium_dri.so free 0x557173614930 void 0.000132
+gallium_dri.so malloc 72 0x557173614930 0.000133
+gallium_dri.so free 0x557173614a80 void 0.000133
+gallium_dri.so free 0x557173614930 void 0.000134
+gallium_dri.so malloc 72 0x557173614ac0 0.000133
+gallium_dri.so free 0x557173614b40 void 0.000135
+gallium_dri.so free 0x557173614ac0 void 0.000132
+gallium_dri.so malloc 72 0x557173614b40 0.000133
+gallium_dri.so free 0x557173614c00 void 0.000134
+gallium_dri.so free 0x557173614b40 void 0.000132
+gallium_dri.so malloc 72 0x557173614b40 0.000135
+gallium_dri.so free 0x557173614c80 void 0.000136
+gallium_dri.so free 0x557173614b40 void 0.000132
+gallium_dri.so malloc 72 0x557173614cb0 0.000133
+gallium_dri.so free 0x557173614d00 void 0.000135
+gallium_dri.so free 0x557173614cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173614cb0 0.000143
+gallium_dri.so free 0x557173614e00 void 0.000132
+gallium_dri.so free 0x557173614cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173614db0 0.000132
+gallium_dri.so free 0x557173614ec0 void 0.000131
+gallium_dri.so free 0x557173614db0 void 0.000132
+gallium_dri.so malloc 72 0x557173614e70 0.000131
+gallium_dri.so free 0x557173614f40 void 0.000134
+gallium_dri.so free 0x557173614e70 void 0.000131
+gallium_dri.so malloc 72 0x557173614e70 0.000130
+gallium_dri.so free 0x557173615000 void 0.000132
+gallium_dri.so free 0x557173614e70 void 0.000130
+gallium_dri.so malloc 72 0x557173614e70 0.000132
+gallium_dri.so free 0x5571736150c0 void 0.000129
+gallium_dri.so free 0x557173614e70 void 0.000110
+gallium_dri.so malloc 72 0x557173615070 0.000226
+gallium_dri.so free 0x557173615140 void 0.000179
+gallium_dri.so free 0x557173615070 void 0.000117
+gallium_dri.so malloc 72 0x557173615190 0.000118
+gallium_dri.so free 0x557173615200 void 0.000118
+gallium_dri.so free 0x557173615190 void 0.000117
+gallium_dri.so malloc 72 0x557173615220 0.000118
+gallium_dri.so free 0x5571736152c0 void 0.000118
+gallium_dri.so free 0x557173615220 void 0.000118
+gallium_dri.so malloc 72 0x557173615270 0.000123
+gallium_dri.so free 0x557173615340 void 0.000118
+gallium_dri.so free 0x557173615270 void 0.000119
+gallium_dri.so malloc 72 0x557173615340 0.000117
+gallium_dri.so free 0x557173615400 void 0.000117
+gallium_dri.so free 0x557173615340 void 0.000117
+gallium_dri.so malloc 72 0x557173615340 0.000117
+gallium_dri.so free 0x557173615480 void 0.000169
+gallium_dri.so free 0x557173615340 void 0.000118
+gallium_dri.so malloc 72 0x557173615480 0.000117
+gallium_dri.so free 0x557173615540 void 0.000117
+gallium_dri.so free 0x557173615480 void 0.000118
+gallium_dri.so malloc 72 0x557173615480 0.000117
+gallium_dri.so free 0x557173615600 void 0.000118
+gallium_dri.so free 0x557173615480 void 0.000117
+gallium_dri.so malloc 72 0x557173615480 0.000117
+gallium_dri.so free 0x5571736156c0 void 0.000118
+gallium_dri.so free 0x557173615480 void 0.000118
+gallium_dri.so malloc 72 0x557173615670 0.000117
+gallium_dri.so free 0x557173615740 void 0.000117
+gallium_dri.so free 0x557173615670 void 0.000117
+gallium_dri.so malloc 72 0x557173615790 0.000118
+gallium_dri.so free 0x557173615800 void 0.000117
+gallium_dri.so free 0x557173615790 void 0.000116
+gallium_dri.so malloc 72 0x557173615840 0.000118
+gallium_dri.so free 0x5571736158c0 void 0.000117
+gallium_dri.so free 0x557173615840 void 0.000128
+gallium_dri.so malloc 72 0x557173615840 0.000119
+gallium_dri.so free 0x557173615940 void 0.000117
+gallium_dri.so free 0x557173615840 void 0.000117
+gallium_dri.so malloc 72 0x557173615970 0.000118
+gallium_dri.so free 0x5571736159c0 void 0.000118
+gallium_dri.so free 0x557173615970 void 0.000117
+gallium_dri.so malloc 72 0x557173615970 0.000118
+gallium_dri.so free 0x557173615ac0 void 0.000118
+gallium_dri.so free 0x557173615970 void 0.000117
+gallium_dri.so malloc 72 0x557173615a70 0.000118
+gallium_dri.so free 0x557173615b80 void 0.000118
+gallium_dri.so free 0x557173615a70 void 0.000117
+gallium_dri.so malloc 72 0x557173615b30 0.000117
+gallium_dri.so free 0x557173615bc0 void 0.000116
+gallium_dri.so free 0x557173615b30 void 0.000116
+gallium_dri.so malloc 72 0x557173615b30 0.000117
+gallium_dri.so free 0x557173615c80 void 0.000118
+gallium_dri.so free 0x557173615b30 void 0.000118
+gallium_dri.so malloc 72 0x557173615cf0 0.000117
+gallium_dri.so free 0x557173615d40 void 0.000117
+gallium_dri.so free 0x557173615cf0 void 0.000131
+gallium_dri.so malloc 72 0x557173615cf0 0.000125
+gallium_dri.so free 0x557173615e40 void 0.000121
+gallium_dri.so free 0x557173615cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173615df0 0.000119
+gallium_dri.so free 0x557173615f00 void 0.000132
+gallium_dri.so free 0x557173615df0 void 0.000120
+gallium_dri.so malloc 72 0x557173615eb0 0.000119
+gallium_dri.so free 0x557173615f40 void 0.000120
+gallium_dri.so free 0x557173615eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173615eb0 0.000120
+gallium_dri.so free 0x557173616000 void 0.000119
+gallium_dri.so free 0x557173615eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173616040 0.000119
+gallium_dri.so free 0x5571736160c0 void 0.000121
+gallium_dri.so free 0x557173616040 void 0.000118
+gallium_dri.so malloc 72 0x5571736160c0 0.000120
+gallium_dri.so free 0x557173616180 void 0.000121
+gallium_dri.so free 0x5571736160c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736160c0 0.000120
+gallium_dri.so free 0x557173616240 void 0.000120
+gallium_dri.so free 0x5571736160c0 void 0.000120
+gallium_dri.so malloc 72 0x557173616260 0.000120
+gallium_dri.so free 0x557173616300 void 0.000121
+gallium_dri.so free 0x557173616260 void 0.000120
+gallium_dri.so malloc 72 0x5571736162b0 0.000119
+gallium_dri.so free 0x557173616380 void 0.000126
+gallium_dri.so free 0x5571736162b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736162b0 0.000121
+gallium_dri.so free 0x557173616400 void 0.000120
+gallium_dri.so free 0x5571736162b0 void 0.000128
+gallium_dri.so malloc 72 0x557173616400 0.000123
+gallium_dri.so free 0x5571736164c0 void 0.000121
+gallium_dri.so free 0x557173616400 void 0.000121
+gallium_dri.so malloc 72 0x557173616400 0.000121
+gallium_dri.so free 0x557173616580 void 0.000119
+gallium_dri.so free 0x557173616400 void 0.000120
+gallium_dri.so malloc 72 0x557173616400 0.000120
+gallium_dri.so free 0x557173616640 void 0.000119
+gallium_dri.so free 0x557173616400 void 0.000119
+gallium_dri.so malloc 72 0x5571736165f0 0.000119
+gallium_dri.so free 0x557173616700 void 0.000119
+gallium_dri.so free 0x5571736165f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736166b0 0.000122
+gallium_dri.so free 0x557173616780 void 0.000121
+gallium_dri.so free 0x5571736166b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736167d0 0.000120
+gallium_dri.so free 0x557173616840 void 0.000120
+gallium_dri.so free 0x5571736167d0 void 0.000119
+gallium_dri.so malloc 72 0x557173616860 0.000120
+gallium_dri.so free 0x557173616900 void 0.000121
+gallium_dri.so free 0x557173616860 void 0.000121
+gallium_dri.so malloc 72 0x5571736168b0 0.000121
+gallium_dri.so free 0x557173616980 void 0.000120
+gallium_dri.so free 0x5571736168b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736168b0 0.000119
+gallium_dri.so free 0x557173616a00 void 0.000129
+gallium_dri.so free 0x5571736168b0 void 0.000121
+gallium_dri.so malloc 72 0x557173616a00 0.000120
+gallium_dri.so free 0x557173616ac0 void 0.000119
+gallium_dri.so free 0x557173616a00 void 0.000118
+gallium_dri.so malloc 72 0x557173616a00 0.000120
+gallium_dri.so free 0x557173616bc0 void 0.000120
+gallium_dri.so free 0x557173616a00 void 0.000120
+gallium_dri.so malloc 72 0x557173616b70 0.000119
+gallium_dri.so free 0x557173616c00 void 0.000195
+gallium_dri.so free 0x557173616b70 void 0.000189
+gallium_dri.so malloc 72 0x557173616b70 0.000121
+gallium_dri.so free 0x557173616cc0 void 0.000118
+gallium_dri.so free 0x557173616b70 void 0.000118
+gallium_dri.so malloc 72 0x557173616d00 0.000118
+gallium_dri.so free 0x557173616d80 void 0.000119
+gallium_dri.so free 0x557173616d00 void 0.000118
+gallium_dri.so malloc 72 0x557173616d80 0.000118
+gallium_dri.so free 0x557173616e40 void 0.000117
+gallium_dri.so free 0x557173616d80 void 0.000118
+gallium_dri.so malloc 72 0x557173616d80 0.000118
+gallium_dri.so free 0x557173616ec0 void 0.000118
+gallium_dri.so free 0x557173616d80 void 0.000117
+gallium_dri.so malloc 72 0x557173616ef0 0.000117
+gallium_dri.so free 0x557173616f40 void 0.000117
+gallium_dri.so free 0x557173616ef0 void 0.000150
+gallium_dri.so malloc 72 0x557173616ef0 0.000114
+gallium_dri.so free 0x557173617040 void 0.000110
+gallium_dri.so free 0x557173616ef0 void 0.000111
+gallium_dri.so malloc 72 0x557173617080 0.000121
+gallium_dri.so free 0x557173617100 void 0.000112
+gallium_dri.so free 0x557173617080 void 0.000112
+gallium_dri.so malloc 72 0x557173617100 0.000112
+gallium_dri.so free 0x5571736171c0 void 0.000111
+gallium_dri.so free 0x557173617100 void 0.000119
+gallium_dri.so malloc 72 0x557173617100 0.000110
+gallium_dri.so free 0x557173617240 void 0.000110
+gallium_dri.so free 0x557173617100 void 0.000111
+gallium_dri.so malloc 72 0x557173617270 0.000110
+gallium_dri.so free 0x5571736172c0 void 0.000111
+gallium_dri.so free 0x557173617270 void 0.000110
+gallium_dri.so malloc 72 0x557173617270 0.000112
+gallium_dri.so free 0x5571736173c0 void 0.000111
+gallium_dri.so free 0x557173617270 void 0.000110
+gallium_dri.so malloc 72 0x557173617370 0.000109
+gallium_dri.so free 0x557173617480 void 0.000110
+gallium_dri.so free 0x557173617370 void 0.000115
+gallium_dri.so malloc 72 0x557173617430 0.000115
+gallium_dri.so free 0x557173617500 void 0.000113
+gallium_dri.so free 0x557173617430 void 0.000111
+gallium_dri.so malloc 72 0x557173617430 0.000110
+gallium_dri.so free 0x5571736175c0 void 0.000111
+gallium_dri.so free 0x557173617430 void 0.000116
+gallium_dri.so malloc 72 0x557173617430 0.000131
+gallium_dri.so free 0x557173617680 void 0.000120
+gallium_dri.so free 0x557173617430 void 0.000120
+gallium_dri.so malloc 72 0x557173617630 0.000120
+gallium_dri.so free 0x557173617700 void 0.000119
+gallium_dri.so free 0x557173617630 void 0.000119
+gallium_dri.so malloc 72 0x557173617750 0.000119
+gallium_dri.so free 0x5571736177c0 void 0.000121
+gallium_dri.so free 0x557173617750 void 0.000119
+gallium_dri.so malloc 72 0x5571736177e0 0.000119
+gallium_dri.so free 0x557173617880 void 0.000121
+gallium_dri.so free 0x5571736177e0 void 0.000120
+gallium_dri.so malloc 72 0x557173617830 0.000119
+gallium_dri.so free 0x557173617900 void 0.000119
+gallium_dri.so free 0x557173617830 void 0.000127
+gallium_dri.so malloc 72 0x557173617900 0.000121
+gallium_dri.so free 0x5571736179c0 void 0.000120
+gallium_dri.so free 0x557173617900 void 0.000118
+gallium_dri.so malloc 72 0x557173617900 0.000118
+gallium_dri.so free 0x557173617a40 void 0.000119
+gallium_dri.so free 0x557173617900 void 0.000119
+gallium_dri.so malloc 72 0x557173617a40 0.000119
+gallium_dri.so free 0x557173617b00 void 0.000119
+gallium_dri.so free 0x557173617a40 void 0.000121
+gallium_dri.so malloc 72 0x557173617a40 0.000119
+gallium_dri.so free 0x557173617bc0 void 0.000125
+gallium_dri.so free 0x557173617a40 void 0.000120
+gallium_dri.so malloc 72 0x557173617a40 0.000124
+gallium_dri.so free 0x557173617c80 void 0.000120
+gallium_dri.so free 0x557173617a40 void 0.000120
+gallium_dri.so malloc 72 0x557173617c30 0.000120
+gallium_dri.so free 0x557173617d00 void 0.000119
+gallium_dri.so free 0x557173617c30 void 0.000118
+gallium_dri.so malloc 72 0x557173617d50 0.000118
+gallium_dri.so free 0x557173617dc0 void 0.000118
+gallium_dri.so free 0x557173617d50 void 0.000119
+gallium_dri.so malloc 72 0x557173617e00 0.000118
+gallium_dri.so free 0x557173617e80 void 0.000120
+gallium_dri.so free 0x557173617e00 void 0.000118
+gallium_dri.so malloc 72 0x557173617e00 0.000117
+gallium_dri.so free 0x557173617f00 void 0.000118
+gallium_dri.so free 0x557173617e00 void 0.000117
+gallium_dri.so malloc 72 0x557173617f30 0.000119
+gallium_dri.so free 0x557173617f80 void 0.000119
+gallium_dri.so free 0x557173617f30 void 0.000120
+gallium_dri.so malloc 72 0x557173617f30 0.000119
+gallium_dri.so free 0x557173618080 void 0.000117
+gallium_dri.so free 0x557173617f30 void 0.000125
+gallium_dri.so malloc 72 0x557173618030 0.000118
+gallium_dri.so free 0x557173618140 void 0.000117
+gallium_dri.so free 0x557173618030 void 0.000119
+gallium_dri.so malloc 72 0x5571736180f0 0.000130
+gallium_dri.so free 0x557173618180 void 0.000119
+gallium_dri.so free 0x5571736180f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736180f0 0.000117
+gallium_dri.so free 0x557173618240 void 0.000117
+gallium_dri.so free 0x5571736180f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736182b0 0.000117
+gallium_dri.so free 0x557173618300 void 0.000115
+gallium_dri.so free 0x5571736182b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736182b0 0.000116
+gallium_dri.so free 0x557173618400 void 0.000118
+gallium_dri.so free 0x5571736182b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736183b0 0.000117
+gallium_dri.so free 0x5571736184c0 void 0.000120
+gallium_dri.so free 0x5571736183b0 void 0.000118
+gallium_dri.so malloc 72 0x557173618470 0.000117
+gallium_dri.so free 0x557173618500 void 0.000117
+gallium_dri.so free 0x557173618470 void 0.000117
+gallium_dri.so malloc 72 0x557173618470 0.000118
+gallium_dri.so free 0x5571736185c0 void 0.000118
+gallium_dri.so free 0x557173618470 void 0.000118
+gallium_dri.so malloc 72 0x557173618600 0.000116
+gallium_dri.so free 0x557173618680 void 0.000118
+gallium_dri.so free 0x557173618600 void 0.000117
+gallium_dri.so malloc 72 0x557173618680 0.000117
+gallium_dri.so free 0x557173618740 void 0.000117
+gallium_dri.so free 0x557173618680 void 0.000117
+gallium_dri.so malloc 72 0x557173618680 0.000123
+gallium_dri.so free 0x557173618800 void 0.000118
+gallium_dri.so free 0x557173618680 void 0.000118
+gallium_dri.so malloc 72 0x557173618820 0.000119
+gallium_dri.so free 0x5571736188c0 void 0.000119
+gallium_dri.so free 0x557173618820 void 0.000119
+gallium_dri.so malloc 72 0x557173618870 0.000118
+gallium_dri.so free 0x557173618940 void 0.000118
+gallium_dri.so free 0x557173618870 void 0.000117
+gallium_dri.so malloc 72 0x557173618870 0.000118
+gallium_dri.so free 0x5571736189c0 void 0.000118
+gallium_dri.so free 0x557173618870 void 0.000226
+gallium_dri.so malloc 72 0x5571736189c0 0.000218
+gallium_dri.so free 0x557173618a80 void 0.000124
+gallium_dri.so free 0x5571736189c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736189c0 0.000119
+gallium_dri.so free 0x557173618b40 void 0.000123
+gallium_dri.so free 0x5571736189c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736189c0 0.000124
+gallium_dri.so free 0x557173618c00 void 0.000124
+gallium_dri.so free 0x5571736189c0 void 0.000124
+gallium_dri.so malloc 72 0x557173618bb0 0.000119
+gallium_dri.so free 0x557173618cc0 void 0.000124
+gallium_dri.so free 0x557173618bb0 void 0.000221
+gallium_dri.so malloc 72 0x557173618c70 0.000280
+gallium_dri.so free 0x557173618d40 void 0.000289
+gallium_dri.so free 0x557173618c70 void 0.000291
+gallium_dri.so malloc 72 0x557173618d90 0.000304
+gallium_dri.so free 0x557173618e00 void 0.000285
+gallium_dri.so free 0x557173618d90 void 0.000283
+gallium_dri.so malloc 72 0x557173618e20 0.000287
+gallium_dri.so free 0x557173618ec0 void 0.000282
+gallium_dri.so free 0x557173618e20 void 0.000276
+gallium_dri.so malloc 72 0x557173618e70 0.000167
+gallium_dri.so free 0x557173618f40 void 0.000166
+gallium_dri.so free 0x557173618e70 void 0.000131
+gallium_dri.so malloc 72 0x557173618e70 0.000131
+gallium_dri.so free 0x557173618fc0 void 0.000142
+gallium_dri.so free 0x557173618e70 void 0.000133
+gallium_dri.so malloc 72 0x557173618fc0 0.000133
+gallium_dri.so free 0x557173619080 void 0.000126
+gallium_dri.so free 0x557173618fc0 void 0.000123
+gallium_dri.so malloc 72 0x557173618fc0 0.000132
+gallium_dri.so free 0x557173619180 void 0.000125
+gallium_dri.so free 0x557173618fc0 void 0.000129
+gallium_dri.so malloc 72 0x557173619130 0.000131
+gallium_dri.so free 0x5571736191c0 void 0.000131
+gallium_dri.so free 0x557173619130 void 0.000130
+gallium_dri.so malloc 72 0x557173619130 0.000124
+gallium_dri.so free 0x557173619280 void 0.000123
+gallium_dri.so free 0x557173619130 void 0.000129
+gallium_dri.so malloc 72 0x5571736192c0 0.000125
+gallium_dri.so free 0x557173619340 void 0.000125
+gallium_dri.so free 0x5571736192c0 void 0.000127
+gallium_dri.so malloc 72 0x557173619340 0.000132
+gallium_dri.so free 0x557173619400 void 0.000125
+gallium_dri.so free 0x557173619340 void 0.000122
+gallium_dri.so malloc 72 0x557173619340 0.000122
+gallium_dri.so free 0x557173619480 void 0.000136
+gallium_dri.so free 0x557173619340 void 0.000128
+gallium_dri.so malloc 72 0x5571736194b0 0.000129
+gallium_dri.so free 0x557173619500 void 0.000133
+gallium_dri.so free 0x5571736194b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736194b0 0.000130
+gallium_dri.so free 0x557173619600 void 0.000132
+gallium_dri.so free 0x5571736194b0 void 0.000132
+gallium_dri.so malloc 72 0x557173619640 0.000126
+gallium_dri.so free 0x5571736196c0 void 0.000126
+gallium_dri.so free 0x557173619640 void 0.000129
+gallium_dri.so malloc 72 0x5571736196c0 0.000131
+gallium_dri.so free 0x557173619780 void 0.000130
+gallium_dri.so free 0x5571736196c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736196c0 0.000124
+gallium_dri.so free 0x557173619800 void 0.000130
+gallium_dri.so free 0x5571736196c0 void 0.000126
+gallium_dri.so malloc 72 0x557173619830 0.000124
+gallium_dri.so free 0x557173619880 void 0.000176
+gallium_dri.so free 0x557173619830 void 0.000131
+gallium_dri.so malloc 72 0x557173619830 0.000132
+gallium_dri.so free 0x557173619980 void 0.000140
+gallium_dri.so free 0x557173619830 void 0.000132
+gallium_dri.so malloc 72 0x557173619930 0.000125
+gallium_dri.so free 0x557173619a40 void 0.000124
+gallium_dri.so free 0x557173619930 void 0.000128
+gallium_dri.so malloc 72 0x5571736199f0 0.000132
+gallium_dri.so free 0x557173619ac0 void 0.000132
+gallium_dri.so free 0x5571736199f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736199f0 0.000125
+gallium_dri.so free 0x557173619b80 void 0.000124
+gallium_dri.so free 0x5571736199f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736199f0 0.000125
+gallium_dri.so free 0x557173619c40 void 0.000124
+gallium_dri.so free 0x5571736199f0 void 0.000127
+gallium_dri.so malloc 72 0x557173619bf0 0.000131
+gallium_dri.so free 0x557173619cc0 void 0.000132
+gallium_dri.so free 0x557173619bf0 void 0.000183
+gallium_dri.so malloc 72 0x557173619d10 0.000222
+gallium_dri.so free 0x557173619d80 void 0.000132
+gallium_dri.so free 0x557173619d10 void 0.000125
+gallium_dri.so malloc 72 0x557173619da0 0.000122
+gallium_dri.so free 0x557173619e40 void 0.000138
+gallium_dri.so free 0x557173619da0 void 0.000125
+gallium_dri.so malloc 72 0x557173619df0 0.000130
+gallium_dri.so free 0x557173619ec0 void 0.000130
+gallium_dri.so free 0x557173619df0 void 0.000129
+gallium_dri.so malloc 72 0x557173619ec0 0.000131
+gallium_dri.so free 0x557173619f80 void 0.000132
+gallium_dri.so free 0x557173619ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173619ec0 0.000126
+gallium_dri.so free 0x55717361a000 void 0.000125
+gallium_dri.so free 0x557173619ec0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a000 0.000131
+gallium_dri.so free 0x55717361a0c0 void 0.000124
+gallium_dri.so free 0x55717361a000 void 0.000124
+gallium_dri.so malloc 72 0x55717361a000 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000129
+gallium_dri.so free 0x55717361a000 void 0.000127
+gallium_dri.so malloc 72 0x55717361a000 0.000128
+gallium_dri.so free 0x55717361a240 void 0.000125
+gallium_dri.so free 0x55717361a000 void 0.000123
+gallium_dri.so malloc 72 0x55717361a1f0 0.000124
+gallium_dri.so free 0x55717361a2c0 void 0.000129
+gallium_dri.so free 0x55717361a1f0 void 0.000188
+gallium_dri.so malloc 72 0x55717361a310 0.000153
+gallium_dri.so free 0x55717361a380 void 0.000146
+gallium_dri.so free 0x55717361a310 void 0.000145
+gallium_dri.so malloc 72 0x55717361a3c0 0.000141
+gallium_dri.so free 0x55717361a440 void 0.000143
+gallium_dri.so free 0x55717361a3c0 void 0.000155
+gallium_dri.so malloc 72 0x55717361a3c0 0.000151
+gallium_dri.so free 0x55717361a4c0 void 0.000149
+gallium_dri.so free 0x55717361a3c0 void 0.000149
+gallium_dri.so malloc 72 0x55717361a4f0 0.000155
+gallium_dri.so free 0x55717361a540 void 0.000153
+gallium_dri.so free 0x55717361a4f0 void 0.000149
+gallium_dri.so malloc 72 0x55717361a4f0 0.000145
+gallium_dri.so free 0x55717361a640 void 0.000152
+gallium_dri.so free 0x55717361a4f0 void 0.000153
+gallium_dri.so malloc 72 0x55717361a5f0 0.000152
+gallium_dri.so free 0x55717361a700 void 0.000151
+gallium_dri.so free 0x55717361a5f0 void 0.000162
+gallium_dri.so malloc 72 0x55717361a6b0 0.000153
+gallium_dri.so free 0x55717361a740 void 0.000150
+gallium_dri.so free 0x55717361a6b0 void 0.000147
+gallium_dri.so malloc 72 0x55717361a6b0 0.000148
+gallium_dri.so free 0x55717361a800 void 0.000152
+gallium_dri.so free 0x55717361a6b0 void 0.000152
+gallium_dri.so malloc 72 0x55717361a870 0.000153
+gallium_dri.so free 0x55717361a8c0 void 0.000152
+gallium_dri.so free 0x55717361a870 void 0.000152
+gallium_dri.so malloc 72 0x55717361a870 0.000152
+gallium_dri.so free 0x55717361a9c0 void 0.000152
+gallium_dri.so free 0x55717361a870 void 0.000151
+gallium_dri.so malloc 72 0x55717361a970 0.000151
+gallium_dri.so free 0x55717361aa80 void 0.000152
+gallium_dri.so free 0x55717361a970 void 0.000153
+gallium_dri.so malloc 72 0x55717361aa30 0.000152
+gallium_dri.so free 0x55717361aac0 void 0.000181
+gallium_dri.so free 0x55717361aa30 void 0.000160
+gallium_dri.so malloc 72 0x55717361aa30 0.000200
+gallium_dri.so free 0x55717361ab80 void 0.000198
+gallium_dri.so free 0x55717361aa30 void 0.000198
+gallium_dri.so malloc 72 0x55717361abc0 0.000189
+gallium_dri.so free 0x55717361ac40 void 0.000200
+gallium_dri.so free 0x55717361abc0 void 0.000198
+gallium_dri.so malloc 72 0x55717361ac40 0.000197
+gallium_dri.so free 0x55717361ad00 void 0.000198
+gallium_dri.so free 0x55717361ac40 void 0.000198
+gallium_dri.so malloc 72 0x55717361ac40 0.000198
+gallium_dri.so free 0x55717361adc0 void 0.000144
+gallium_dri.so free 0x55717361ac40 void 0.000145
+gallium_dri.so malloc 72 0x55717361ade0 0.000144
+gallium_dri.so free 0x55717361ae80 void 0.000145
+gallium_dri.so free 0x55717361ade0 void 0.000141
+gallium_dri.so malloc 72 0x55717361ae30 0.000154
+gallium_dri.so free 0x55717361af00 void 0.000145
+gallium_dri.so free 0x55717361ae30 void 0.000144
+gallium_dri.so malloc 72 0x55717361ae30 0.000143
+gallium_dri.so free 0x55717361af80 void 0.000145
+gallium_dri.so free 0x55717361ae30 void 0.000142
+gallium_dri.so malloc 72 0x55717361af80 0.000140
+gallium_dri.so free 0x55717361b040 void 0.000143
+gallium_dri.so free 0x55717361af80 void 0.000145
+gallium_dri.so malloc 72 0x55717361af80 0.000144
+gallium_dri.so free 0x55717361b100 void 0.000143
+gallium_dri.so free 0x55717361af80 void 0.000144
+gallium_dri.so malloc 72 0x55717361af80 0.000144
+gallium_dri.so free 0x55717361b1c0 void 0.000144
+gallium_dri.so free 0x55717361af80 void 0.000144
+gallium_dri.so malloc 72 0x55717361b170 0.000140
+gallium_dri.so free 0x55717361b280 void 0.000142
+gallium_dri.so free 0x55717361b170 void 0.000140
+gallium_dri.so malloc 72 0x55717361b230 0.000143
+gallium_dri.so free 0x55717361b300 void 0.000147
+gallium_dri.so free 0x55717361b230 void 0.000146
+gallium_dri.so malloc 72 0x55717361b350 0.000146
+gallium_dri.so free 0x55717361b3c0 void 0.000145
+gallium_dri.so free 0x55717361b350 void 0.000145
+gallium_dri.so malloc 72 0x55717361b3e0 0.000146
+gallium_dri.so free 0x55717361b480 void 0.000145
+gallium_dri.so free 0x55717361b3e0 void 0.000140
+gallium_dri.so malloc 72 0x55717361b430 0.000137
+gallium_dri.so free 0x55717361b500 void 0.000144
+gallium_dri.so free 0x55717361b430 void 0.000143
+gallium_dri.so malloc 72 0x55717361b430 0.000142
+gallium_dri.so free 0x55717361b580 void 0.000146
+gallium_dri.so free 0x55717361b430 void 0.000145
+gallium_dri.so malloc 72 0x55717361b580 0.000145
+gallium_dri.so free 0x55717361b640 void 0.000143
+gallium_dri.so free 0x55717361b580 void 0.000142
+gallium_dri.so malloc 72 0x55717361b580 0.000143
+gallium_dri.so free 0x55717361b740 void 0.000144
+gallium_dri.so free 0x55717361b580 void 0.000144
+gallium_dri.so malloc 72 0x55717361b6f0 0.000154
+gallium_dri.so free 0x55717361b780 void 0.000145
+gallium_dri.so free 0x55717361b6f0 void 0.000146
+gallium_dri.so malloc 72 0x55717361b6f0 0.000144
+gallium_dri.so free 0x55717361b840 void 0.000141
+gallium_dri.so free 0x55717361b6f0 void 0.000177
+gallium_dri.so malloc 72 0x55717361b880 0.000136
+gallium_dri.so free 0x55717361b900 void 0.000149
+gallium_dri.so free 0x55717361b880 void 0.000155
+gallium_dri.so malloc 72 0x55717361b900 0.000145
+gallium_dri.so free 0x55717361b9c0 void 0.000138
+gallium_dri.so free 0x55717361b900 void 0.000132
+gallium_dri.so malloc 72 0x55717361b900 0.000131
+gallium_dri.so free 0x55717361ba40 void 0.000131
+gallium_dri.so free 0x55717361b900 void 0.000126
+gallium_dri.so malloc 72 0x55717361ba70 0.000125
+gallium_dri.so free 0x55717361bac0 void 0.000130
+gallium_dri.so free 0x55717361ba70 void 0.000130
+gallium_dri.so malloc 72 0x55717361ba70 0.000131
+gallium_dri.so free 0x55717361bbc0 void 0.000138
+gallium_dri.so free 0x55717361ba70 void 0.000132
+gallium_dri.so malloc 72 0x55717361bc00 0.000131
+gallium_dri.so free 0x55717361bc80 void 0.000131
+gallium_dri.so free 0x55717361bc00 void 0.000130
+gallium_dri.so malloc 72 0x55717361bc80 0.000126
+gallium_dri.so free 0x55717361bd40 void 0.000131
+gallium_dri.so free 0x55717361bc80 void 0.000131
+gallium_dri.so malloc 72 0x55717361bc80 0.000125
+gallium_dri.so free 0x55717361bdc0 void 0.000125
+gallium_dri.so free 0x55717361bc80 void 0.000130
+gallium_dri.so malloc 72 0x55717361bdf0 0.000126
+gallium_dri.so free 0x55717361be40 void 0.000125
+gallium_dri.so free 0x55717361bdf0 void 0.000125
+gallium_dri.so malloc 72 0x55717361bdf0 0.000130
+gallium_dri.so free 0x55717361bf40 void 0.000130
+gallium_dri.so free 0x55717361bdf0 void 0.000131
+gallium_dri.so malloc 72 0x55717361bef0 0.000131
+gallium_dri.so free 0x55717361c000 void 0.000131
+gallium_dri.so free 0x55717361bef0 void 0.000126
+gallium_dri.so malloc 72 0x55717361bfb0 0.000125
+gallium_dri.so free 0x55717361c080 void 0.000128
+gallium_dri.so free 0x55717361bfb0 void 0.000133
+gallium_dri.so malloc 72 0x55717361bfb0 0.000129
+gallium_dri.so free 0x55717361c140 void 0.000131
+gallium_dri.so free 0x55717361bfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361bfb0 0.000124
+gallium_dri.so free 0x55717361c200 void 0.000130
+gallium_dri.so free 0x55717361bfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c1b0 0.000127
+gallium_dri.so free 0x55717361c280 void 0.000123
+gallium_dri.so free 0x55717361c1b0 void 0.000128
+gallium_dri.so malloc 72 0x55717361c2d0 0.000125
+gallium_dri.so free 0x55717361c340 void 0.000124
+gallium_dri.so free 0x55717361c2d0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c360 0.000128
+gallium_dri.so free 0x55717361c400 void 0.000131
+gallium_dri.so free 0x55717361c360 void 0.000125
+gallium_dri.so malloc 72 0x55717361c3b0 0.000126
+gallium_dri.so free 0x55717361c480 void 0.000131
+gallium_dri.so free 0x55717361c3b0 void 0.000137
+gallium_dri.so malloc 72 0x55717361c480 0.000127
+gallium_dri.so free 0x55717361c540 void 0.000131
+gallium_dri.so free 0x55717361c480 void 0.000189
+gallium_dri.so malloc 72 0x55717361c480 0.000182
+gallium_dri.so free 0x55717361c5c0 void 0.000182
+gallium_dri.so free 0x55717361c480 void 0.000132
+gallium_dri.so malloc 72 0x55717361c5c0 0.000131
+gallium_dri.so free 0x55717361c680 void 0.000131
+gallium_dri.so free 0x55717361c5c0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c5c0 0.000128
+gallium_dri.so free 0x55717361c740 void 0.000123
+gallium_dri.so free 0x55717361c5c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361c5c0 0.000130
+gallium_dri.so free 0x55717361c800 void 0.000131
+gallium_dri.so free 0x55717361c5c0 void 0.000126
+gallium_dri.so malloc 72 0x55717361c7b0 0.000131
+gallium_dri.so free 0x55717361c880 void 0.000130
+gallium_dri.so free 0x55717361c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c8d0 0.000126
+gallium_dri.so free 0x55717361c940 void 0.000129
+gallium_dri.so free 0x55717361c8d0 void 0.000126
+gallium_dri.so malloc 72 0x55717361c980 0.000130
+gallium_dri.so free 0x55717361ca00 void 0.000160
+gallium_dri.so free 0x55717361c980 void 0.000154
+gallium_dri.so malloc 72 0x55717361c980 0.000146
+gallium_dri.so free 0x55717361ca80 void 0.000146
+gallium_dri.so free 0x55717361c980 void 0.000143
+gallium_dri.so malloc 72 0x55717361cab0 0.000144
+gallium_dri.so free 0x55717361cb00 void 0.000142
+gallium_dri.so free 0x55717361cab0 void 0.000143
+gallium_dri.so malloc 72 0x55717361cab0 0.000142
+gallium_dri.so free 0x55717361cc00 void 0.000144
+gallium_dri.so free 0x55717361cab0 void 0.000142
+gallium_dri.so malloc 72 0x55717361cbb0 0.000142
+gallium_dri.so free 0x55717361ccc0 void 0.000144
+gallium_dri.so free 0x55717361cbb0 void 0.000144
+gallium_dri.so malloc 72 0x55717361cc70 0.000141
+gallium_dri.so free 0x55717361cd00 void 0.000144
+gallium_dri.so free 0x55717361cc70 void 0.000141
+gallium_dri.so malloc 72 0x55717361cc70 0.000143
+gallium_dri.so free 0x55717361cdc0 void 0.000141
+gallium_dri.so free 0x55717361cc70 void 0.000155
+gallium_dri.so malloc 72 0x55717361ce30 0.000141
+gallium_dri.so free 0x55717361ce80 void 0.000142
+gallium_dri.so free 0x55717361ce30 void 0.000145
+gallium_dri.so malloc 72 0x55717361ce30 0.000144
+gallium_dri.so free 0x55717361cf80 void 0.000145
+gallium_dri.so free 0x55717361ce30 void 0.000141
+gallium_dri.so malloc 72 0x55717361cf30 0.000138
+gallium_dri.so free 0x55717361d040 void 0.000144
+gallium_dri.so free 0x55717361cf30 void 0.000145
+gallium_dri.so malloc 72 0x55717361cff0 0.000144
+gallium_dri.so free 0x55717361d080 void 0.000146
+gallium_dri.so free 0x55717361cff0 void 0.000145
+gallium_dri.so malloc 72 0x55717361cff0 0.000145
+gallium_dri.so free 0x55717361d140 void 0.000142
+gallium_dri.so free 0x55717361cff0 void 0.000139
+gallium_dri.so malloc 72 0x55717361d180 0.000145
+gallium_dri.so free 0x55717361d200 void 0.000145
+gallium_dri.so free 0x55717361d180 void 0.000144
+gallium_dri.so malloc 72 0x55717361d200 0.000142
+gallium_dri.so free 0x55717361d2c0 void 0.000164
+gallium_dri.so free 0x55717361d200 void 0.000160
+gallium_dri.so malloc 72 0x55717361d200 0.000159
+gallium_dri.so free 0x55717361d380 void 0.000160
+gallium_dri.so free 0x55717361d200 void 0.000156
+gallium_dri.so malloc 72 0x55717361d3a0 0.000154
+gallium_dri.so free 0x55717361d440 void 0.000159
+gallium_dri.so free 0x55717361d3a0 void 0.000161
+gallium_dri.so malloc 72 0x55717361d3f0 0.000160
+gallium_dri.so free 0x55717361d4c0 void 0.000159
+gallium_dri.so free 0x55717361d3f0 void 0.000162
+gallium_dri.so malloc 72 0x55717361d3f0 0.000161
+gallium_dri.so free 0x55717361d540 void 0.000160
+gallium_dri.so free 0x55717361d3f0 void 0.000162
+gallium_dri.so malloc 72 0x55717361d540 0.000160
+gallium_dri.so free 0x55717361d600 void 0.000160
+gallium_dri.so free 0x55717361d540 void 0.000157
+gallium_dri.so malloc 72 0x55717361d540 0.000172
+gallium_dri.so free 0x55717361d6c0 void 0.000156
+gallium_dri.so free 0x55717361d540 void 0.000160
+gallium_dri.so malloc 72 0x55717361d540 0.000155
+gallium_dri.so free 0x55717361d780 void 0.000162
+gallium_dri.so free 0x55717361d540 void 0.000158
+gallium_dri.so malloc 72 0x55717361d730 0.000154
+gallium_dri.so free 0x55717361d840 void 0.000152
+gallium_dri.so free 0x55717361d730 void 0.000159
+gallium_dri.so malloc 72 0x55717361d7f0 0.000162
+gallium_dri.so free 0x55717361d8c0 void 0.000164
+gallium_dri.so free 0x55717361d7f0 void 0.000167
+gallium_dri.so malloc 72 0x55717361d910 0.000158
+gallium_dri.so free 0x55717361d980 void 0.000162
+gallium_dri.so free 0x55717361d910 void 0.000158
+gallium_dri.so malloc 72 0x55717361d9a0 0.000157
+gallium_dri.so free 0x55717361da40 void 0.000159
+gallium_dri.so free 0x55717361d9a0 void 0.000162
+gallium_dri.so malloc 72 0x55717361d9f0 0.000171
+gallium_dri.so free 0x55717361dac0 void 0.000162
+gallium_dri.so free 0x55717361d9f0 void 0.000169
+gallium_dri.so malloc 72 0x55717361d9f0 0.000144
+gallium_dri.so free 0x55717361db40 void 0.000145
+gallium_dri.so free 0x55717361d9f0 void 0.000141
+gallium_dri.so malloc 72 0x55717361db40 0.000140
+gallium_dri.so free 0x55717361dc00 void 0.000146
+gallium_dri.so free 0x55717361db40 void 0.000145
+gallium_dri.so malloc 72 0x55717361db40 0.000144
+gallium_dri.so free 0x55717361dd00 void 0.000145
+gallium_dri.so free 0x55717361db40 void 0.000141
+gallium_dri.so malloc 72 0x55717361dcb0 0.000145
+gallium_dri.so free 0x55717361dd40 void 0.000144
+gallium_dri.so free 0x55717361dcb0 void 0.000144
+gallium_dri.so malloc 72 0x55717361dcb0 0.000140
+gallium_dri.so free 0x55717361de00 void 0.000145
+gallium_dri.so free 0x55717361dcb0 void 0.000146
+gallium_dri.so malloc 72 0x55717361de40 0.000150
+gallium_dri.so free 0x55717361dec0 void 0.000147
+gallium_dri.so free 0x55717361de40 void 0.000144
+gallium_dri.so malloc 72 0x55717361dec0 0.000144
+gallium_dri.so free 0x55717361df80 void 0.000145
+gallium_dri.so free 0x55717361dec0 void 0.000141
+gallium_dri.so malloc 72 0x55717361dec0 0.000141
+gallium_dri.so free 0x55717361e000 void 0.000144
+gallium_dri.so free 0x55717361dec0 void 0.000144
+gallium_dri.so malloc 72 0x55717361e030 0.000145
+gallium_dri.so free 0x55717361e080 void 0.000140
+gallium_dri.so free 0x55717361e030 void 0.000140
+gallium_dri.so malloc 72 0x55717361e030 0.000145
+gallium_dri.so free 0x55717361e180 void 0.000145
+gallium_dri.so free 0x55717361e030 void 0.000145
+gallium_dri.so malloc 72 0x55717361e1c0 0.000144
+gallium_dri.so free 0x55717361e240 void 0.000143
+gallium_dri.so free 0x55717361e1c0 void 0.000141
+gallium_dri.so malloc 72 0x55717361e240 0.000139
+gallium_dri.so free 0x55717361e300 void 0.000144
+gallium_dri.so free 0x55717361e240 void 0.000184
+gallium_dri.so malloc 72 0x55717361e240 0.000144
+gallium_dri.so free 0x55717361e380 void 0.000144
+gallium_dri.so free 0x55717361e240 void 0.000145
+gallium_dri.so malloc 72 0x55717361e3b0 0.000145
+gallium_dri.so free 0x55717361e400 void 0.000144
+gallium_dri.so free 0x55717361e3b0 void 0.000141
+gallium_dri.so malloc 72 0x55717361e3b0 0.000139
+gallium_dri.so free 0x55717361e500 void 0.000144
+gallium_dri.so free 0x55717361e3b0 void 0.000144
+gallium_dri.so malloc 72 0x55717361e4b0 0.000143
+gallium_dri.so free 0x55717361e5c0 void 0.000141
+gallium_dri.so free 0x55717361e4b0 void 0.000137
+gallium_dri.so malloc 72 0x55717361e570 0.000143
+gallium_dri.so free 0x55717361e640 void 0.000149
+gallium_dri.so free 0x55717361e570 void 0.000145
+gallium_dri.so malloc 72 0x55717361e570 0.000143
+gallium_dri.so free 0x55717361e700 void 0.000141
+gallium_dri.so free 0x55717361e570 void 0.000136
+gallium_dri.so malloc 72 0x55717361e570 0.000152
+gallium_dri.so free 0x55717361e7c0 void 0.000145
+gallium_dri.so free 0x55717361e570 void 0.000141
+gallium_dri.so malloc 72 0x55717361e770 0.000142
+gallium_dri.so free 0x55717361e840 void 0.000145
+gallium_dri.so free 0x55717361e770 void 0.000142
+gallium_dri.so malloc 72 0x55717361e890 0.000140
+gallium_dri.so free 0x55717361e900 void 0.000145
+gallium_dri.so free 0x55717361e890 void 0.000145
+gallium_dri.so malloc 72 0x55717361e920 0.000145
+gallium_dri.so free 0x55717361e9c0 void 0.000148
+gallium_dri.so free 0x55717361e920 void 0.000145
+gallium_dri.so malloc 72 0x55717361e970 0.000144
+gallium_dri.so free 0x55717361ea40 void 0.000145
+gallium_dri.so free 0x55717361e970 void 0.000142
+gallium_dri.so malloc 72 0x55717361ea40 0.000142
+gallium_dri.so free 0x55717361eb00 void 0.000145
+gallium_dri.so free 0x55717361ea40 void 0.000144
+gallium_dri.so malloc 72 0x55717361ea40 0.000140
+gallium_dri.so free 0x55717361eb80 void 0.000146
+gallium_dri.so free 0x55717361ea40 void 0.000150
+gallium_dri.so malloc 72 0x55717361eb80 0.000145
+gallium_dri.so free 0x55717361ec40 void 0.000144
+gallium_dri.so free 0x55717361eb80 void 0.000145
+gallium_dri.so malloc 72 0x55717361eb80 0.000143
+gallium_dri.so free 0x55717361ed00 void 0.000142
+gallium_dri.so free 0x55717361eb80 void 0.000145
+gallium_dri.so malloc 72 0x55717361eb80 0.000143
+gallium_dri.so free 0x55717361edc0 void 0.000144
+gallium_dri.so free 0x55717361eb80 void 0.000145
+gallium_dri.so malloc 72 0x55717361ed70 0.000143
+gallium_dri.so free 0x55717361ee40 void 0.000138
+gallium_dri.so free 0x55717361ed70 void 0.000143
+gallium_dri.so malloc 72 0x55717361ee90 0.000145
+gallium_dri.so free 0x55717361ef00 void 0.000146
+gallium_dri.so free 0x55717361ee90 void 0.000146
+gallium_dri.so malloc 72 0x55717361ef40 0.000141
+gallium_dri.so free 0x55717361efc0 void 0.000225
+gallium_dri.so free 0x55717361ef40 void 0.000193
+gallium_dri.so malloc 72 0x55717361ef40 0.000194
+gallium_dri.so free 0x55717361f040 void 0.000194
+gallium_dri.so free 0x55717361ef40 void 0.000143
+gallium_dri.so malloc 72 0x55717361f070 0.000141
+gallium_dri.so free 0x55717361f0c0 void 0.000141
+gallium_dri.so free 0x55717361f070 void 0.000260
+gallium_dri.so malloc 72 0x55717361f070 0.000196
+gallium_dri.so free 0x55717361f1c0 void 0.000189
+gallium_dri.so free 0x55717361f070 void 0.000167
+gallium_dri.so malloc 72 0x55717361f170 0.000132
+gallium_dri.so free 0x55717361f280 void 0.000131
+gallium_dri.so free 0x55717361f170 void 0.000131
+gallium_dri.so malloc 72 0x55717361f230 0.000131
+gallium_dri.so free 0x55717361f2c0 void 0.000131
+gallium_dri.so free 0x55717361f230 void 0.000131
+gallium_dri.so malloc 72 0x55717361f230 0.000141
+gallium_dri.so free 0x55717361f380 void 0.000131
+gallium_dri.so free 0x55717361f230 void 0.000130
+gallium_dri.so malloc 72 0x55717361f3f0 0.000130
+gallium_dri.so free 0x55717361f440 void 0.000125
+gallium_dri.so free 0x55717361f3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361f3f0 0.000131
+gallium_dri.so free 0x55717361f540 void 0.000130
+gallium_dri.so free 0x55717361f3f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361f4f0 0.000131
+gallium_dri.so free 0x55717361f600 void 0.000131
+gallium_dri.so free 0x55717361f4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f5b0 0.000130
+gallium_dri.so free 0x55717361f640 void 0.000126
+gallium_dri.so free 0x55717361f5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f5b0 0.000129
+gallium_dri.so free 0x55717361f700 void 0.000126
+gallium_dri.so free 0x55717361f5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f740 0.000124
+gallium_dri.so free 0x55717361f7c0 void 0.000130
+gallium_dri.so free 0x55717361f740 void 0.000131
+gallium_dri.so malloc 72 0x55717361f7c0 0.000143
+gallium_dri.so free 0x55717361f880 void 0.000130
+gallium_dri.so free 0x55717361f7c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361f7c0 0.000126
+gallium_dri.so free 0x55717361f940 void 0.000130
+gallium_dri.so free 0x55717361f7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361f960 0.000130
+gallium_dri.so free 0x55717361fa00 void 0.000126
+gallium_dri.so free 0x55717361f960 void 0.000135
+gallium_dri.so malloc 72 0x55717361f9b0 0.000131
+gallium_dri.so free 0x55717361fa80 void 0.000128
+gallium_dri.so free 0x55717361f9b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f9b0 0.000125
+gallium_dri.so free 0x55717361fb00 void 0.000130
+gallium_dri.so free 0x55717361f9b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361fb00 0.000126
+gallium_dri.so free 0x55717361fbc0 void 0.000131
+gallium_dri.so free 0x55717361fb00 void 0.000132
+gallium_dri.so malloc 72 0x55717361fb00 0.000130
+gallium_dri.so free 0x55717361fc80 void 0.000131
+gallium_dri.so free 0x55717361fb00 void 0.000130
+gallium_dri.so malloc 72 0x55717361fb00 0.000163
+gallium_dri.so free 0x55717361fd40 void 0.000156
+gallium_dri.so free 0x55717361fb00 void 0.000156
+gallium_dri.so malloc 72 0x55717361fcf0 0.000155
+gallium_dri.so free 0x55717361fe00 void 0.000156
+gallium_dri.so free 0x55717361fcf0 void 0.000149
+gallium_dri.so malloc 72 0x55717361fdb0 0.000155
+gallium_dri.so free 0x55717361fe80 void 0.000155
+gallium_dri.so free 0x55717361fdb0 void 0.000155
+gallium_dri.so malloc 72 0x55717361fed0 0.000157
+gallium_dri.so free 0x55717361ff40 void 0.000155
+gallium_dri.so free 0x55717361fed0 void 0.000155
+gallium_dri.so malloc 72 0x55717361ff60 0.000149
+gallium_dri.so free 0x557173620000 void 0.000155
+gallium_dri.so free 0x55717361ff60 void 0.000149
+gallium_dri.so malloc 72 0x55717361ffb0 0.000153
+gallium_dri.so free 0x557173620080 void 0.000155
+gallium_dri.so free 0x55717361ffb0 void 0.000162
+gallium_dri.so malloc 72 0x55717361ffb0 0.000157
+gallium_dri.so free 0x557173620100 void 0.000154
+gallium_dri.so free 0x55717361ffb0 void 0.000156
+gallium_dri.so malloc 72 0x557173620100 0.000155
+gallium_dri.so free 0x5571736201c0 void 0.000149
+gallium_dri.so free 0x557173620100 void 0.000156
+gallium_dri.so malloc 72 0x557173620100 0.000131
+gallium_dri.so free 0x5571736202c0 void 0.000130
+gallium_dri.so free 0x557173620100 void 0.000132
+gallium_dri.so malloc 72 0x557173620270 0.000130
+gallium_dri.so free 0x557173620300 void 0.000131
+gallium_dri.so free 0x557173620270 void 0.000131
+gallium_dri.so malloc 72 0x557173620270 0.000129
+gallium_dri.so free 0x5571736203c0 void 0.000131
+gallium_dri.so free 0x557173620270 void 0.000131
+gallium_dri.so malloc 72 0x557173620400 0.000126
+gallium_dri.so free 0x557173620480 void 0.000134
+gallium_dri.so free 0x557173620400 void 0.000137
+gallium_dri.so malloc 72 0x557173620480 0.000142
+gallium_dri.so free 0x557173620540 void 0.000132
+gallium_dri.so free 0x557173620480 void 0.000130
+gallium_dri.so malloc 72 0x557173620480 0.000130
+gallium_dri.so free 0x5571736205c0 void 0.000125
+gallium_dri.so free 0x557173620480 void 0.000129
+gallium_dri.so malloc 72 0x5571736205f0 0.000130
+gallium_dri.so free 0x557173620640 void 0.000131
+gallium_dri.so free 0x5571736205f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736205f0 0.000129
+gallium_dri.so free 0x557173620740 void 0.000129
+gallium_dri.so free 0x5571736205f0 void 0.000131
+gallium_dri.so malloc 72 0x557173620780 0.000130
+gallium_dri.so free 0x557173620800 void 0.000127
+gallium_dri.so free 0x557173620780 void 0.000130
+gallium_dri.so malloc 72 0x557173620800 0.000131
+gallium_dri.so free 0x5571736208c0 void 0.000126
+gallium_dri.so free 0x557173620800 void 0.000129
+gallium_dri.so malloc 72 0x557173620800 0.000130
+gallium_dri.so free 0x557173620940 void 0.000130
+gallium_dri.so free 0x557173620800 void 0.000126
+gallium_dri.so malloc 72 0x557173620970 0.000137
+gallium_dri.so free 0x5571736209c0 void 0.000131
+gallium_dri.so free 0x557173620970 void 0.000126
+gallium_dri.so malloc 72 0x557173620970 0.000124
+gallium_dri.so free 0x557173620ac0 void 0.000130
+gallium_dri.so free 0x557173620970 void 0.000130
+gallium_dri.so malloc 72 0x557173620a70 0.000131
+gallium_dri.so free 0x557173620b80 void 0.000130
+gallium_dri.so free 0x557173620a70 void 0.000125
+gallium_dri.so malloc 72 0x557173620b30 0.000125
+gallium_dri.so free 0x557173620c00 void 0.000129
+gallium_dri.so free 0x557173620b30 void 0.000130
+gallium_dri.so malloc 72 0x557173620b30 0.000125
+gallium_dri.so free 0x557173620cc0 void 0.000126
+gallium_dri.so free 0x557173620b30 void 0.000125
+gallium_dri.so malloc 72 0x557173620b30 0.000129
+gallium_dri.so free 0x557173620e00 void 0.000126
+gallium_dri.so free 0x557173620b30 void 0.000128
+gallium_dri.so malloc 72 0x557173620b30 0.000130
+gallium_dri.so free 0x557173620e80 void 0.000130
+gallium_dri.so free 0x557173620b30 void 0.000131
+gallium_dri.so malloc 72 0x557173620e80 0.000128
+gallium_dri.so free 0x557173620f40 void 0.000167
+gallium_dri.so free 0x557173620e80 void 0.000162
+gallium_dri.so malloc 72 0x557173620e80 0.000171
+gallium_dri.so free 0x5571735bf3c0 void 0.000130
+gallium_dri.so free 0x557173620e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf370 0.000129
+gallium_dri.so free 0x5571735bfc80 void 0.000143
+gallium_dri.so free 0x5571735bf370 void 0.000135
+gallium_dri.so malloc 72 0x5571735bfc30 0.000132
+gallium_dri.so free 0x5571735bf4c0 void 0.000130
+gallium_dri.so free 0x5571735bfc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf500 0.000125
+gallium_dri.so free 0x5571735bf580 void 0.000129
+gallium_dri.so free 0x5571735bf500 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf580 0.000126
+gallium_dri.so free 0x5571735bf640 void 0.000124
+gallium_dri.so free 0x5571735bf580 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf580 0.000131
+gallium_dri.so free 0x5571735bf6c0 void 0.000131
+gallium_dri.so free 0x5571735bf580 void 0.000183
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000130
+gallium_dri.so free 0x5571735bf840 void 0.000130
+gallium_dri.so free 0x5571735bf6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf880 0.000131
+gallium_dri.so free 0x5571735bf900 void 0.000127
+gallium_dri.so free 0x5571735bf880 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf900 0.000131
+gallium_dri.so free 0x5571735bf9c0 void 0.000125
+gallium_dri.so free 0x5571735bf900 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf900 0.000124
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so free 0x5571735bf900 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf900 0.000126
+gallium_dri.so free 0x5571735883c0 void 0.000124
+gallium_dri.so free 0x5571735bf900 void 0.000129
+gallium_dri.so malloc 72 0x557173588370 0.000133
+gallium_dri.so free 0x557173588440 void 0.000131
+gallium_dri.so free 0x557173588370 void 0.000131
+gallium_dri.so malloc 72 0x557173588370 0.000130
+gallium_dri.so free 0x5571735884c0 void 0.000126
+gallium_dri.so free 0x557173588370 void 0.000134
+gallium_dri.so malloc 72 0x5571735884c0 0.000130
+gallium_dri.so free 0x557173588580 void 0.000130
+gallium_dri.so free 0x5571735884c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735884c0 0.000126
+gallium_dri.so free 0x557173588640 void 0.000130
+gallium_dri.so free 0x5571735884c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735884c0 0.000126
+gallium_dri.so free 0x557173588700 void 0.000125
+gallium_dri.so free 0x5571735884c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735886b0 0.000125
+gallium_dri.so free 0x557173588700 void 0.000125
+gallium_dri.so free 0x5571735886b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735886b0 0.000131
+gallium_dri.so free 0x557173588800 void 0.000131
+gallium_dri.so free 0x5571735886b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735887b0 0.000126
+gallium_dri.so free 0x5571735888c0 void 0.000125
+gallium_dri.so free 0x5571735887b0 void 0.000130
+gallium_dri.so malloc 72 0x557173588870 0.000126
+gallium_dri.so free 0x557173588900 void 0.000140
+gallium_dri.so free 0x557173588870 void 0.000122
+gallium_dri.so malloc 72 0x557173588870 0.000133
+gallium_dri.so free 0x5571735889c0 void 0.000127
+gallium_dri.so free 0x557173588870 void 0.000129
+gallium_dri.so malloc 72 0x557173588a00 0.000132
+gallium_dri.so free 0x557173588a80 void 0.000130
+gallium_dri.so free 0x557173588a00 void 0.000132
+gallium_dri.so malloc 72 0x557173588a80 0.000130
+gallium_dri.so free 0x557173588b40 void 0.000133
+gallium_dri.so free 0x557173588a80 void 0.000130
+gallium_dri.so malloc 72 0x557173588a80 0.000130
+gallium_dri.so free 0x557173588c00 void 0.000126
+gallium_dri.so free 0x557173588a80 void 0.000128
+gallium_dri.so malloc 72 0x557173588c20 0.000131
+gallium_dri.so free 0x557173588cc0 void 0.000130
+gallium_dri.so free 0x557173588c20 void 0.000126
+gallium_dri.so malloc 72 0x557173588c70 0.000124
+gallium_dri.so free 0x557173588d40 void 0.000124
+gallium_dri.so free 0x557173588c70 void 0.000131
+gallium_dri.so malloc 72 0x557173588c70 0.000130
+gallium_dri.so free 0x557173588dc0 void 0.000127
+gallium_dri.so free 0x557173588c70 void 0.000136
+gallium_dri.so malloc 72 0x557173588dc0 0.000132
+gallium_dri.so free 0x557173588e80 void 0.000132
+gallium_dri.so free 0x557173588dc0 void 0.000132
+gallium_dri.so malloc 72 0x557173588dc0 0.000131
+gallium_dri.so free 0x557173588f40 void 0.000125
+gallium_dri.so free 0x557173588dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173588dc0 0.000130
+gallium_dri.so free 0x557173589000 void 0.000126
+gallium_dri.so free 0x557173588dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173588fb0 0.000130
+gallium_dri.so free 0x5571735890c0 void 0.000130
+gallium_dri.so free 0x557173588fb0 void 0.000134
+gallium_dri.so malloc 72 0x557173589070 0.000131
+gallium_dri.so free 0x557173589140 void 0.000131
+gallium_dri.so free 0x557173589070 void 0.000126
+gallium_dri.so malloc 72 0x557173589190 0.000125
+gallium_dri.so free 0x557173589200 void 0.000130
+gallium_dri.so free 0x557173589190 void 0.000131
+gallium_dri.so malloc 72 0x557173589220 0.000131
+gallium_dri.so free 0x5571735892c0 void 0.000132
+gallium_dri.so free 0x557173589220 void 0.000125
+gallium_dri.so malloc 72 0x557173589270 0.000138
+gallium_dri.so free 0x557173589340 void 0.000133
+gallium_dri.so free 0x557173589270 void 0.000127
+gallium_dri.so malloc 72 0x557173589270 0.000129
+gallium_dri.so free 0x5571735893c0 void 0.000131
+gallium_dri.so free 0x557173589270 void 0.000130
+gallium_dri.so malloc 72 0x5571735893c0 0.000130
+gallium_dri.so free 0x557173589480 void 0.000127
+gallium_dri.so free 0x5571735893c0 void 0.000198
+gallium_dri.so malloc 72 0x5571735893c0 0.000300
+gallium_dri.so free 0x557173589580 void 0.000136
+gallium_dri.so free 0x5571735893c0 void 0.000120
+gallium_dri.so malloc 72 0x557173589530 0.000122
+gallium_dri.so free 0x5571735895c0 void 0.000123
+gallium_dri.so free 0x557173589530 void 0.000122
+gallium_dri.so malloc 72 0x557173589530 0.000122
+gallium_dri.so free 0x557173589680 void 0.000123
+gallium_dri.so free 0x557173589530 void 0.000122
+gallium_dri.so malloc 72 0x5571735896c0 0.000122
+gallium_dri.so free 0x557173589740 void 0.000125
+gallium_dri.so free 0x5571735896c0 void 0.000121
+gallium_dri.so malloc 72 0x557173589740 0.000121
+gallium_dri.so free 0x557173589800 void 0.000169
+gallium_dri.so free 0x557173589740 void 0.000125
+gallium_dri.so malloc 72 0x557173589740 0.000126
+gallium_dri.so free 0x557173589880 void 0.000127
+gallium_dri.so free 0x557173589740 void 0.000126
+gallium_dri.so malloc 72 0x5571735898b0 0.000125
+gallium_dri.so free 0x5571735bfdc0 void 0.000125
+gallium_dri.so free 0x5571735898b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735898b0 0.000124
+gallium_dri.so free 0x5571735bfec0 void 0.000124
+gallium_dri.so free 0x5571735898b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfe70 0.000126
+gallium_dri.so free 0x5571735bff40 void 0.000126
+gallium_dri.so free 0x5571735bfe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735bff90 0.000123
+gallium_dri.so free 0x5571735c0000 void 0.000125
+gallium_dri.so free 0x5571735bff90 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0020 0.000125
+gallium_dri.so free 0x5571735c00c0 void 0.000125
+gallium_dri.so free 0x5571735c0020 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0070 0.000123
+gallium_dri.so free 0x5571735c0140 void 0.000125
+gallium_dri.so free 0x5571735c0070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0070 0.000125
+gallium_dri.so free 0x5571735c01c0 void 0.000123
+gallium_dri.so free 0x5571735c0070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c01c0 0.000116
+gallium_dri.so free 0x5571735c0280 void 0.000115
+gallium_dri.so free 0x5571735c01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c01c0 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c01c0 0.000115
+gallium_dri.so free 0x5571735c0400 void 0.000116
+gallium_dri.so free 0x5571735c01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0430 0.000117
+gallium_dri.so free 0x5571735c0480 void 0.000117
+gallium_dri.so free 0x5571735c0430 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0430 0.000115
+gallium_dri.so free 0x5571735c0580 void 0.000116
+gallium_dri.so free 0x5571735c0430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0530 0.000115
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so free 0x5571735c0530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c05f0 0.000116
+gallium_dri.so free 0x5571735c0680 void 0.000115
+gallium_dri.so free 0x5571735c05f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c05f0 0.000113
+gallium_dri.so free 0x5571735c0740 void 0.000110
+gallium_dri.so free 0x5571735c05f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0790 0.000143
+gallium_dri.so free 0x5571735c0800 void 0.000112
+gallium_dri.so free 0x5571735c0790 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0840 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000116
+gallium_dri.so free 0x5571735c0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0980 void 0.000116
+gallium_dri.so free 0x5571735c08c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08c0 0.000112
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a30 0.000113
+gallium_dri.so free 0x5571735c0a80 void 0.000115
+gallium_dri.so free 0x5571735c0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a30 0.000113
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0b30 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000116
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so free 0x5571735c0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000113
+gallium_dri.so free 0x5571735c0d80 void 0.000115
+gallium_dri.so free 0x5571735c0ce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0d30 0.000117
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so free 0x5571735c0d30 void 0.000179
+gallium_dri.so malloc 72 0x5571735c0d30 0.000120
+gallium_dri.so free 0x5571735c0e80 void 0.000124
+gallium_dri.so free 0x5571735c0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0e80 0.000125
+gallium_dri.so free 0x5571735c0f40 void 0.000120
+gallium_dri.so free 0x5571735c0e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e80 0.000120
+gallium_dri.so free 0x5571735c1000 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e80 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000120
+gallium_dri.so free 0x5571735c11c0 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1170 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c1170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1230 0.000118
+gallium_dri.so free 0x5571735c12c0 void 0.000120
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1230 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000112
+gallium_dri.so free 0x5571735c1230 void 0.000110
+gallium_dri.so malloc 72 0x5571735c13c0 0.000111
+gallium_dri.so free 0x5571735c1440 void 0.000109
+gallium_dri.so free 0x5571735c13c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1440 0.000111
+gallium_dri.so free 0x5571735c1500 void 0.000110
+gallium_dri.so free 0x5571735c1440 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1440 0.000110
+gallium_dri.so free 0x5571735c15c0 void 0.000110
+gallium_dri.so free 0x5571735c1440 void 0.000111
+gallium_dri.so malloc 72 0x5571735c15e0 0.000143
+gallium_dri.so free 0x5571735c1680 void 0.000113
+gallium_dri.so free 0x5571735c15e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1630 0.000110
+gallium_dri.so free 0x5571735c1700 void 0.000109
+gallium_dri.so free 0x5571735c1630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1630 0.000110
+gallium_dri.so free 0x5571735c1780 void 0.000110
+gallium_dri.so free 0x5571735c1630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1780 0.000109
+gallium_dri.so free 0x5571735c1840 void 0.000116
+gallium_dri.so free 0x5571735c1780 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1780 0.000116
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1780 0.000111
+gallium_dri.so free 0x5571735c19c0 void 0.000127
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1970 0.000115
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so free 0x5571735c1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b50 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so free 0x5571735c1b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1be0 0.000114
+gallium_dri.so free 0x5571735c1c80 void 0.000119
+gallium_dri.so free 0x5571735c1be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1c30 0.000115
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735c1c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1c30 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000116
+gallium_dri.so free 0x5571735c1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000115
+gallium_dri.so free 0x5571735c1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1f40 void 0.000129
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000117
+gallium_dri.so free 0x5571735c1f80 void 0.000207
+gallium_dri.so free 0x5571735c1ef0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000158
+gallium_dri.so free 0x5571735c2040 void 0.000125
+gallium_dri.so free 0x5571735c1ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2080 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2100 0.000117
+gallium_dri.so free 0x5571735c21c0 void 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2100 0.000121
+gallium_dri.so free 0x5571735c2240 void 0.000109
+gallium_dri.so free 0x5571735c2100 void 0.000260
+gallium_dri.so malloc 72 0x5571735c2270 0.000239
+gallium_dri.so free 0x5571735c22c0 void 0.000121
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2270 0.000119
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so free 0x5571735c2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2400 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000129
+gallium_dri.so free 0x5571735c2400 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2480 0.000126
+gallium_dri.so free 0x5571735c2540 void 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2480 0.000110
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25f0 0.000111
+gallium_dri.so free 0x5571735c2640 void 0.000111
+gallium_dri.so free 0x5571735c25f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25f0 0.000110
+gallium_dri.so free 0x5571735c2740 void 0.000110
+gallium_dri.so free 0x5571735c25f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c26f0 0.000110
+gallium_dri.so free 0x5571735c2800 void 0.000111
+gallium_dri.so free 0x5571735c26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27b0 0.000111
+gallium_dri.so free 0x5571735c2880 void 0.000111
+gallium_dri.so free 0x5571735c27b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c27b0 0.000112
+gallium_dri.so free 0x5571735c2940 void 0.000111
+gallium_dri.so free 0x5571735c27b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c27b0 0.000111
+gallium_dri.so free 0x5571735c2a00 void 0.000111
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29b0 0.000110
+gallium_dri.so free 0x5571735c2a80 void 0.000111
+gallium_dri.so free 0x5571735c29b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2ad0 0.000115
+gallium_dri.so free 0x5571735c2b40 void 0.000128
+gallium_dri.so free 0x5571735c2ad0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2b60 0.000115
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2b60 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000115
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2c80 0.000115
+gallium_dri.so free 0x5571735c2d40 void 0.000117
+gallium_dri.so free 0x5571735c2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c80 0.000116
+gallium_dri.so free 0x5571735c2dc0 void 0.000115
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000115
+gallium_dri.so free 0x5571735c2e80 void 0.000116
+gallium_dri.so free 0x5571735c2dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000115
+gallium_dri.so free 0x5571735c2f40 void 0.000117
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000115
+gallium_dri.so free 0x5571735c3000 void 0.000115
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000115
+gallium_dri.so free 0x5571735c3080 void 0.000117
+gallium_dri.so free 0x5571735c2fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30d0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000167
+gallium_dri.so free 0x5571735c30d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3180 0.000115
+gallium_dri.so free 0x5571735c3200 void 0.000116
+gallium_dri.so free 0x5571735c3180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3180 0.000118
+gallium_dri.so free 0x5571735c3280 void 0.000116
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c32b0 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so free 0x5571735c32b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32b0 0.000128
+gallium_dri.so free 0x5571735c3400 void 0.000120
+gallium_dri.so free 0x5571735c32b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c33b0 0.000115
+gallium_dri.so free 0x5571735c34c0 void 0.000115
+gallium_dri.so free 0x5571735c33b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c3500 void 0.000120
+gallium_dri.so free 0x5571735c3470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000116
+gallium_dri.so free 0x5571735c35c0 void 0.000117
+gallium_dri.so free 0x5571735c3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3630 0.000116
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3730 0.000115
+gallium_dri.so free 0x5571735c3840 void 0.000115
+gallium_dri.so free 0x5571735c3730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c37f0 0.000115
+gallium_dri.so free 0x5571735c3880 void 0.000117
+gallium_dri.so free 0x5571735c37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37f0 0.000115
+gallium_dri.so free 0x5571735c3940 void 0.000116
+gallium_dri.so free 0x5571735c37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3980 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000117
+gallium_dri.so free 0x5571735c3980 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3a00 0.000115
+gallium_dri.so free 0x5571735c3ac0 void 0.000124
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a00 0.000116
+gallium_dri.so free 0x5571735c3b80 void 0.000115
+gallium_dri.so free 0x5571735c3a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000115
+gallium_dri.so free 0x5571735c3c40 void 0.000116
+gallium_dri.so free 0x5571735c3ba0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000114
+gallium_dri.so free 0x5571735c3cc0 void 0.000117
+gallium_dri.so free 0x5571735c3bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000115
+gallium_dri.so free 0x5571735c3d40 void 0.000128
+gallium_dri.so free 0x5571735c3bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3d40 0.000116
+gallium_dri.so free 0x5571735c3e00 void 0.000116
+gallium_dri.so free 0x5571735c3d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3d40 0.000115
+gallium_dri.so free 0x5571735c3ec0 void 0.000116
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d40 0.000115
+gallium_dri.so free 0x5571735c3f80 void 0.000151
+gallium_dri.so free 0x5571735c3d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3f30 0.000121
+gallium_dri.so free 0x5571735c4040 void 0.000119
+gallium_dri.so free 0x5571735c3f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000116
+gallium_dri.so free 0x5571735c3ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4110 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c4110 void 0.000115
+gallium_dri.so malloc 72 0x5571735c41a0 0.000116
+gallium_dri.so free 0x5571735c4240 void 0.000117
+gallium_dri.so free 0x5571735c41a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41f0 0.000128
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c41f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41f0 0.000167
+gallium_dri.so free 0x5571735c4340 void 0.000117
+gallium_dri.so free 0x5571735c41f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4340 0.000116
+gallium_dri.so free 0x5571735c4400 void 0.000116
+gallium_dri.so free 0x5571735c4340 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4340 0.000115
+gallium_dri.so free 0x5571735c4500 void 0.000117
+gallium_dri.so free 0x5571735c4340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44b0 0.000115
+gallium_dri.so free 0x5571735c4540 void 0.000116
+gallium_dri.so free 0x5571735c44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c44b0 0.000115
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c44b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4640 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000115
+gallium_dri.so free 0x5571735c4640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c46c0 0.000116
+gallium_dri.so free 0x5571735c4780 void 0.000116
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46c0 0.000115
+gallium_dri.so free 0x5571735c4800 void 0.000117
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4830 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000115
+gallium_dri.so free 0x5571735c4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4830 0.000128
+gallium_dri.so free 0x5571735c4980 void 0.000115
+gallium_dri.so free 0x5571735c4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49c0 0.000114
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a40 0.000113
+gallium_dri.so free 0x5571735c4b00 void 0.000116
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a40 0.000115
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000123
+gallium_dri.so free 0x5571735c4d00 void 0.000119
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so free 0x5571735c4cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d70 0.000121
+gallium_dri.so free 0x5571735c4e40 void 0.000124
+gallium_dri.so free 0x5571735c4d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d70 0.000119
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4d70 0.000121
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f70 0.000119
+gallium_dri.so free 0x557173462440 void 0.000119
+gallium_dri.so free 0x5571735c4f70 void 0.000119
+gallium_dri.so malloc 72 0x557173462490 0.000119
+gallium_dri.so free 0x557173462500 void 0.000120
+gallium_dri.so free 0x557173462490 void 0.000118
+gallium_dri.so malloc 72 0x557173462520 0.000119
+gallium_dri.so free 0x5571735c5040 void 0.000146
+gallium_dri.so free 0x557173462520 void 0.000120
+gallium_dri.so malloc 72 0x5571735c5070 0.000118
+gallium_dri.so free 0x5571734625c0 void 0.000118
+gallium_dri.so free 0x5571735c5070 void 0.000119
+gallium_dri.so malloc 72 0x557173462570 0.000118
+gallium_dri.so free 0x557173462680 void 0.000119
+gallium_dri.so free 0x557173462570 void 0.000116
+gallium_dri.so malloc 72 0x557173462630 0.000119
+gallium_dri.so free 0x557173462700 void 0.000119
+gallium_dri.so free 0x557173462630 void 0.000118
+gallium_dri.so malloc 72 0x557173462750 0.000118
+gallium_dri.so free 0x5571734627c0 void 0.000119
+gallium_dri.so free 0x557173462750 void 0.000115
+gallium_dri.so malloc 72 0x5571734627e0 0.000119
+gallium_dri.so free 0x557173462880 void 0.000121
+gallium_dri.so free 0x5571734627e0 void 0.000128
+gallium_dri.so malloc 72 0x557173462830 0.000118
+gallium_dri.so free 0x557173462900 void 0.000119
+gallium_dri.so free 0x557173462830 void 0.000118
+gallium_dri.so malloc 72 0x557173462830 0.000123
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x557173462830 void 0.000118
+gallium_dri.so malloc 72 0x557173462980 0.000118
+gallium_dri.so free 0x557173462a40 void 0.000118
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so malloc 72 0x557173462980 0.000118
+gallium_dri.so free 0x557173462b40 void 0.000119
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so malloc 72 0x557173462af0 0.000119
+gallium_dri.so free 0x557173462b80 void 0.000119
+gallium_dri.so free 0x557173462af0 void 0.000118
+gallium_dri.so malloc 72 0x557173462af0 0.000119
+gallium_dri.so free 0x557173462c40 void 0.000119
+gallium_dri.so free 0x557173462af0 void 0.000118
+gallium_dri.so malloc 72 0x557173462c80 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000118
+gallium_dri.so free 0x557173462c80 void 0.000118
+gallium_dri.so malloc 72 0x557173462d00 0.000118
+gallium_dri.so free 0x557173462dc0 void 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000118
+gallium_dri.so malloc 72 0x557173462d00 0.000120
+gallium_dri.so free 0x557173462e40 void 0.000121
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so malloc 72 0x557173462e70 0.000118
+gallium_dri.so free 0x557173462ec0 void 0.000118
+gallium_dri.so free 0x557173462e70 void 0.000115
+gallium_dri.so malloc 72 0x557173462e70 0.000118
+gallium_dri.so free 0x557173462fc0 void 0.000120
+gallium_dri.so free 0x557173462e70 void 0.000119
+gallium_dri.so malloc 72 0x557173463000 0.000119
+gallium_dri.so free 0x557173463080 void 0.000118
+gallium_dri.so free 0x557173463000 void 0.000118
+gallium_dri.so malloc 72 0x557173463080 0.000118
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so free 0x557173463080 void 0.000116
+gallium_dri.so malloc 72 0x557173463080 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000117
+gallium_dri.so free 0x557173463080 void 0.000119
+gallium_dri.so malloc 72 0x5571734631f0 0.000119
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x5571734631f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734631f0 0.000118
+gallium_dri.so free 0x557173463340 void 0.000119
+gallium_dri.so free 0x5571734631f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734632f0 0.000119
+gallium_dri.so free 0x557173463400 void 0.000142
+gallium_dri.so free 0x5571734632f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734633b0 0.000131
+gallium_dri.so free 0x557173463480 void 0.000120
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000117
+gallium_dri.so free 0x557173463540 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734633b0 0.000119
+gallium_dri.so free 0x557173463600 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734635b0 0.000118
+gallium_dri.so free 0x557173463680 void 0.000118
+gallium_dri.so free 0x5571734635b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734636d0 0.000118
+gallium_dri.so free 0x557173463740 void 0.000118
+gallium_dri.so free 0x5571734636d0 void 0.000118
+gallium_dri.so malloc 72 0x557173463760 0.000119
+gallium_dri.so free 0x557173463800 void 0.000119
+gallium_dri.so free 0x557173463760 void 0.000118
+gallium_dri.so malloc 72 0x5571734637b0 0.000119
+gallium_dri.so free 0x557173463880 void 0.000118
+gallium_dri.so free 0x5571734637b0 void 0.000119
+gallium_dri.so malloc 72 0x557173463880 0.000123
+gallium_dri.so free 0x557173463940 void 0.000120
+gallium_dri.so free 0x557173463880 void 0.000118
+gallium_dri.so malloc 72 0x557173463880 0.000118
+gallium_dri.so free 0x5571734639c0 void 0.000117
+gallium_dri.so free 0x557173463880 void 0.000166
+gallium_dri.so malloc 72 0x5571734639c0 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so free 0x5571734639c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734639c0 0.000118
+gallium_dri.so free 0x557173463b40 void 0.000119
+gallium_dri.so free 0x5571734639c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734639c0 0.000119
+gallium_dri.so free 0x557173463c00 void 0.000120
+gallium_dri.so free 0x5571734639c0 void 0.000120
+gallium_dri.so malloc 72 0x557173463bb0 0.000119
+gallium_dri.so free 0x557173463c80 void 0.000119
+gallium_dri.so free 0x557173463bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173463cd0 0.000120
+gallium_dri.so free 0x557173463d40 void 0.000119
+gallium_dri.so free 0x557173463cd0 void 0.000119
+gallium_dri.so malloc 72 0x557173463d80 0.000119
+gallium_dri.so free 0x557173463e00 void 0.000119
+gallium_dri.so free 0x557173463d80 void 0.000118
+gallium_dri.so malloc 72 0x557173463d80 0.000118
+gallium_dri.so free 0x557173463e80 void 0.000118
+gallium_dri.so free 0x557173463d80 void 0.000118
+gallium_dri.so malloc 72 0x557173463eb0 0.000119
+gallium_dri.so free 0x557173463f00 void 0.000118
+gallium_dri.so free 0x557173463eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173463eb0 0.000119
+gallium_dri.so free 0x557173464000 void 0.000128
+gallium_dri.so free 0x557173463eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173463fb0 0.000119
+gallium_dri.so free 0x5571734640c0 void 0.000119
+gallium_dri.so free 0x557173463fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173464070 0.000119
+gallium_dri.so free 0x557173464100 void 0.000118
+gallium_dri.so free 0x557173464070 void 0.000115
+gallium_dri.so malloc 72 0x557173464070 0.000119
+gallium_dri.so free 0x5571734641c0 void 0.000118
+gallium_dri.so free 0x557173464070 void 0.000120
+gallium_dri.so malloc 72 0x557173464230 0.000123
+gallium_dri.so free 0x557173464280 void 0.000126
+gallium_dri.so free 0x557173464230 void 0.000123
+gallium_dri.so malloc 72 0x557173464230 0.000124
+gallium_dri.so free 0x557173464380 void 0.000120
+gallium_dri.so free 0x557173464230 void 0.000121
+gallium_dri.so malloc 72 0x557173464330 0.000124
+gallium_dri.so free 0x557173464440 void 0.000120
+gallium_dri.so free 0x557173464330 void 0.000117
+gallium_dri.so malloc 72 0x5571734643f0 0.000119
+gallium_dri.so free 0x557173464480 void 0.000119
+gallium_dri.so free 0x5571734643f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734643f0 0.000120
+gallium_dri.so free 0x557173464540 void 0.000118
+gallium_dri.so free 0x5571734643f0 void 0.000119
+gallium_dri.so malloc 72 0x557173464580 0.000129
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so free 0x557173464580 void 0.000118
+gallium_dri.so malloc 72 0x557173464600 0.000119
+gallium_dri.so free 0x5571734646c0 void 0.000120
+gallium_dri.so free 0x557173464600 void 0.000118
+gallium_dri.so malloc 72 0x557173464600 0.000119
+gallium_dri.so free 0x557173464780 void 0.000119
+gallium_dri.so free 0x557173464600 void 0.000119
+gallium_dri.so malloc 72 0x5571734647a0 0.000118
+gallium_dri.so free 0x557173464840 void 0.000120
+gallium_dri.so free 0x5571734647a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734647f0 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x5571734647f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734647f0 0.000118
+gallium_dri.so free 0x557173464940 void 0.000118
+gallium_dri.so free 0x5571734647f0 void 0.000118
+gallium_dri.so malloc 72 0x557173464940 0.000118
+gallium_dri.so free 0x557173464a00 void 0.000118
+gallium_dri.so free 0x557173464940 void 0.000118
+gallium_dri.so malloc 72 0x557173464940 0.000118
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x557173464940 void 0.000118
+gallium_dri.so malloc 72 0x557173464940 0.000120
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x557173464940 void 0.000163
+gallium_dri.so malloc 72 0x557173464b30 0.000112
+gallium_dri.so free 0x557173464c40 void 0.000110
+gallium_dri.so free 0x557173464b30 void 0.000110
+gallium_dri.so malloc 72 0x557173464bf0 0.000109
+gallium_dri.so free 0x557173464cc0 void 0.000110
+gallium_dri.so free 0x557173464bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173464d10 0.000111
+gallium_dri.so free 0x557173464d80 void 0.000109
+gallium_dri.so free 0x557173464d10 void 0.000110
+gallium_dri.so malloc 72 0x557173464da0 0.000110
+gallium_dri.so free 0x557173464e40 void 0.000113
+gallium_dri.so free 0x557173464da0 void 0.000110
+gallium_dri.so malloc 72 0x557173464df0 0.000111
+gallium_dri.so free 0x557173464ec0 void 0.000110
+gallium_dri.so free 0x557173464df0 void 0.000109
+gallium_dri.so malloc 72 0x557173464df0 0.000110
+gallium_dri.so free 0x557173464f40 void 0.000110
+gallium_dri.so free 0x557173464df0 void 0.000110
+gallium_dri.so malloc 72 0x557173464f40 0.000111
+gallium_dri.so free 0x557173465000 void 0.000110
+gallium_dri.so free 0x557173464f40 void 0.000110
+gallium_dri.so malloc 72 0x557173464f40 0.000110
+gallium_dri.so free 0x557173465100 void 0.000109
+gallium_dri.so free 0x557173464f40 void 0.000111
+gallium_dri.so malloc 72 0x5571734650b0 0.000110
+gallium_dri.so free 0x557173465140 void 0.000135
+gallium_dri.so free 0x5571734650b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734650b0 0.000131
+gallium_dri.so free 0x557173465200 void 0.000119
+gallium_dri.so free 0x5571734650b0 void 0.000118
+gallium_dri.so malloc 72 0x557173465240 0.000123
+gallium_dri.so free 0x5571734652c0 void 0.000120
+gallium_dri.so free 0x557173465240 void 0.000119
+gallium_dri.so malloc 72 0x5571734652c0 0.000121
+gallium_dri.so free 0x557173465380 void 0.000123
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734652c0 0.000119
+gallium_dri.so free 0x557173465400 void 0.000120
+gallium_dri.so free 0x5571734652c0 void 0.000122
+gallium_dri.so malloc 72 0x557173465430 0.000124
+gallium_dri.so free 0x557173465480 void 0.000125
+gallium_dri.so free 0x557173465430 void 0.000125
+gallium_dri.so malloc 72 0x557173465430 0.000124
+gallium_dri.so free 0x557173465580 void 0.000119
+gallium_dri.so free 0x557173465430 void 0.000119
+gallium_dri.so malloc 72 0x5571734655c0 0.000125
+gallium_dri.so free 0x557173465640 void 0.000120
+gallium_dri.so free 0x5571734655c0 void 0.000123
+gallium_dri.so malloc 72 0x557173465640 0.000125
+gallium_dri.so free 0x557173465700 void 0.000119
+gallium_dri.so free 0x557173465640 void 0.000134
+gallium_dri.so malloc 72 0x557173465640 0.000131
+gallium_dri.so free 0x557173465780 void 0.000125
+gallium_dri.so free 0x557173465640 void 0.000126
+gallium_dri.so malloc 72 0x5571734657b0 0.000120
+gallium_dri.so free 0x557173465800 void 0.000125
+gallium_dri.so free 0x5571734657b0 void 0.000136
+gallium_dri.so malloc 72 0x5571734657b0 0.000133
+gallium_dri.so free 0x557173465900 void 0.000131
+gallium_dri.so free 0x5571734657b0 void 0.000169
+gallium_dri.so malloc 72 0x5571734658b0 0.000128
+gallium_dri.so free 0x5571734659c0 void 0.000131
+gallium_dri.so free 0x5571734658b0 void 0.000132
+gallium_dri.so malloc 72 0x557173465970 0.000127
+gallium_dri.so free 0x557173465a40 void 0.000126
+gallium_dri.so free 0x557173465970 void 0.000127
+gallium_dri.so malloc 72 0x557173465970 0.000126
+gallium_dri.so free 0x557173465b00 void 0.000126
+gallium_dri.so free 0x557173465970 void 0.000125
+gallium_dri.so malloc 72 0x557173465970 0.000129
+gallium_dri.so free 0x557173465bc0 void 0.000132
+gallium_dri.so free 0x557173465970 void 0.000195
+gallium_dri.so malloc 72 0x557173465b70 0.000134
+gallium_dri.so free 0x557173465c40 void 0.000133
+gallium_dri.so free 0x557173465b70 void 0.000132
+gallium_dri.so malloc 72 0x557173465c90 0.000131
+gallium_dri.so free 0x557173465d00 void 0.000132
+gallium_dri.so free 0x557173465c90 void 0.000127
+gallium_dri.so malloc 72 0x557173465d20 0.000127
+gallium_dri.so free 0x557173465dc0 void 0.000131
+gallium_dri.so free 0x557173465d20 void 0.000149
+gallium_dri.so malloc 72 0x557173465d70 0.000126
+gallium_dri.so free 0x557173465e40 void 0.000131
+gallium_dri.so free 0x557173465d70 void 0.000137
+gallium_dri.so malloc 72 0x557173465e40 0.000131
+gallium_dri.so free 0x557173465f00 void 0.000132
+gallium_dri.so free 0x557173465e40 void 0.000131
+gallium_dri.so malloc 72 0x557173465e40 0.000126
+gallium_dri.so free 0x557173465f80 void 0.000130
+gallium_dri.so free 0x557173465e40 void 0.000132
+gallium_dri.so malloc 72 0x557173465f80 0.000132
+gallium_dri.so free 0x557173466040 void 0.000142
+gallium_dri.so free 0x557173465f80 void 0.000132
+gallium_dri.so malloc 72 0x557173465f80 0.000132
+gallium_dri.so free 0x557173466100 void 0.000133
+gallium_dri.so free 0x557173465f80 void 0.000131
+gallium_dri.so malloc 72 0x557173465f80 0.000128
+gallium_dri.so free 0x5571734661c0 void 0.000124
+gallium_dri.so free 0x557173465f80 void 0.000130
+gallium_dri.so malloc 72 0x557173466170 0.000127
+gallium_dri.so free 0x557173466240 void 0.000125
+gallium_dri.so free 0x557173466170 void 0.000124
+gallium_dri.so malloc 72 0x557173466290 0.000129
+gallium_dri.so free 0x557173466300 void 0.000126
+gallium_dri.so free 0x557173466290 void 0.000125
+gallium_dri.so malloc 72 0x557173466340 0.000125
+gallium_dri.so free 0x5571734663c0 void 0.000131
+gallium_dri.so free 0x557173466340 void 0.000127
+gallium_dri.so malloc 72 0x557173466340 0.000124
+gallium_dri.so free 0x557173466440 void 0.000129
+gallium_dri.so free 0x557173466340 void 0.000132
+gallium_dri.so malloc 72 0x557173466470 0.000136
+gallium_dri.so free 0x5571734664c0 void 0.000129
+gallium_dri.so free 0x557173466470 void 0.000141
+gallium_dri.so malloc 72 0x557173466470 0.000132
+gallium_dri.so free 0x5571734665c0 void 0.000132
+gallium_dri.so free 0x557173466470 void 0.000131
+gallium_dri.so malloc 72 0x557173466570 0.000126
+gallium_dri.so free 0x557173466680 void 0.000126
+gallium_dri.so free 0x557173466570 void 0.000130
+gallium_dri.so malloc 72 0x557173466630 0.000126
+gallium_dri.so free 0x5571734666c0 void 0.000125
+gallium_dri.so free 0x557173466630 void 0.000130
+gallium_dri.so malloc 72 0x557173466630 0.000131
+gallium_dri.so free 0x557173466780 void 0.000131
+gallium_dri.so free 0x557173466630 void 0.000127
+gallium_dri.so malloc 72 0x5571734667f0 0.000130
+gallium_dri.so free 0x557173466840 void 0.000131
+gallium_dri.so free 0x5571734667f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734667f0 0.000124
+gallium_dri.so free 0x557173466940 void 0.000129
+gallium_dri.so free 0x5571734667f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734668f0 0.000123
+gallium_dri.so free 0x557173466a00 void 0.000135
+gallium_dri.so free 0x5571734668f0 void 0.000180
+gallium_dri.so malloc 72 0x5571734669b0 0.000134
+gallium_dri.so free 0x557173466a40 void 0.000132
+gallium_dri.so free 0x5571734669b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734669b0 0.000127
+gallium_dri.so free 0x557173466b00 void 0.000131
+gallium_dri.so free 0x5571734669b0 void 0.000131
+gallium_dri.so malloc 72 0x557173466b40 0.000127
+gallium_dri.so free 0x557173466bc0 void 0.000127
+gallium_dri.so free 0x557173466b40 void 0.000130
+gallium_dri.so malloc 72 0x557173466bc0 0.000126
+gallium_dri.so free 0x557173466c80 void 0.000126
+gallium_dri.so free 0x557173466bc0 void 0.000128
+gallium_dri.so malloc 72 0x557173466bc0 0.000130
+gallium_dri.so free 0x557173466d40 void 0.000131
+gallium_dri.so free 0x557173466bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173466d60 0.000131
+gallium_dri.so free 0x557173466e00 void 0.000132
+gallium_dri.so free 0x557173466d60 void 0.000132
+gallium_dri.so malloc 72 0x557173466db0 0.000132
+gallium_dri.so free 0x557173466e80 void 0.000131
+gallium_dri.so free 0x557173466db0 void 0.000136
+gallium_dri.so malloc 72 0x557173466db0 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000164
+gallium_dri.so free 0x557173466db0 void 0.000166
+gallium_dri.so malloc 72 0x557173466f00 0.000169
+gallium_dri.so free 0x557173466fc0 void 0.000132
+gallium_dri.so free 0x557173466f00 void 0.000132
+gallium_dri.so malloc 72 0x557173466f00 0.000125
+gallium_dri.so free 0x557173467080 void 0.000130
+gallium_dri.so free 0x557173466f00 void 0.000132
+gallium_dri.so malloc 72 0x557173466f00 0.000133
+gallium_dri.so free 0x557173467140 void 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000132
+gallium_dri.so malloc 72 0x5571734670f0 0.000132
+gallium_dri.so free 0x557173467200 void 0.000133
+gallium_dri.so free 0x5571734670f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734671b0 0.000128
+gallium_dri.so free 0x557173467280 void 0.000125
+gallium_dri.so free 0x5571734671b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734672d0 0.000136
+gallium_dri.so free 0x557173467340 void 0.000134
+gallium_dri.so free 0x5571734672d0 void 0.000132
+gallium_dri.so malloc 72 0x557173467360 0.000131
+gallium_dri.so free 0x557173467400 void 0.000131
+gallium_dri.so free 0x557173467360 void 0.000133
+gallium_dri.so malloc 72 0x5571734673b0 0.000131
+gallium_dri.so free 0x557173467480 void 0.000126
+gallium_dri.so free 0x5571734673b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734673b0 0.000158
+gallium_dri.so free 0x557173467500 void 0.000134
+gallium_dri.so free 0x5571734673b0 void 0.000133
+gallium_dri.so malloc 72 0x557173467500 0.000132
+gallium_dri.so free 0x5571734675c0 void 0.000132
+gallium_dri.so free 0x557173467500 void 0.000131
+gallium_dri.so malloc 72 0x557173467500 0.000127
+gallium_dri.so free 0x5571734676c0 void 0.000129
+gallium_dri.so free 0x557173467500 void 0.000133
+gallium_dri.so malloc 72 0x557173467670 0.000131
+gallium_dri.so free 0x557173467700 void 0.000186
+gallium_dri.so free 0x557173467670 void 0.000135
+gallium_dri.so malloc 72 0x557173467670 0.000134
+gallium_dri.so free 0x5571734677c0 void 0.000132
+gallium_dri.so free 0x557173467670 void 0.000131
+gallium_dri.so malloc 72 0x557173467800 0.000132
+gallium_dri.so free 0x557173467880 void 0.000126
+gallium_dri.so free 0x557173467800 void 0.000125
+gallium_dri.so malloc 72 0x557173467880 0.000130
+gallium_dri.so free 0x557173467940 void 0.000127
+gallium_dri.so free 0x557173467880 void 0.000129
+gallium_dri.so malloc 72 0x557173467880 0.000126
+gallium_dri.so free 0x5571734679c0 void 0.000126
+gallium_dri.so free 0x557173467880 void 0.000129
+gallium_dri.so malloc 72 0x5571734679f0 0.000132
+gallium_dri.so free 0x557173467a40 void 0.000164
+gallium_dri.so free 0x5571734679f0 void 0.000165
+gallium_dri.so malloc 72 0x5571734679f0 0.000133
+gallium_dri.so free 0x557173467b40 void 0.000132
+gallium_dri.so free 0x5571734679f0 void 0.000133
+gallium_dri.so malloc 72 0x557173467b80 0.000134
+gallium_dri.so free 0x557173467c00 void 0.000131
+gallium_dri.so free 0x557173467b80 void 0.000131
+gallium_dri.so malloc 72 0x557173467c00 0.000132
+gallium_dri.so free 0x557173467cc0 void 0.000131
+gallium_dri.so free 0x557173467c00 void 0.000125
+gallium_dri.so malloc 72 0x557173467c00 0.000131
+gallium_dri.so free 0x557173467d40 void 0.000131
+gallium_dri.so free 0x557173467c00 void 0.000127
+gallium_dri.so malloc 72 0x557173467d70 0.000125
+gallium_dri.so free 0x557173467dc0 void 0.000127
+gallium_dri.so free 0x557173467d70 void 0.000130
+gallium_dri.so malloc 72 0x557173467d70 0.000133
+gallium_dri.so free 0x557173467ec0 void 0.000126
+gallium_dri.so free 0x557173467d70 void 0.000125
+gallium_dri.so malloc 72 0x557173467e70 0.000125
+gallium_dri.so free 0x557173467f80 void 0.000129
+gallium_dri.so free 0x557173467e70 void 0.000133
+gallium_dri.so malloc 72 0x557173467f30 0.000126
+gallium_dri.so free 0x557173468000 void 0.000125
+gallium_dri.so free 0x557173467f30 void 0.000125
+gallium_dri.so malloc 72 0x557173467f30 0.000128
+gallium_dri.so free 0x5571734680c0 void 0.000170
+gallium_dri.so free 0x557173467f30 void 0.000133
+gallium_dri.so malloc 72 0x557173467f30 0.000131
+gallium_dri.so free 0x557173468180 void 0.000132
+gallium_dri.so free 0x557173467f30 void 0.000134
+gallium_dri.so malloc 72 0x557173468130 0.000127
+gallium_dri.so free 0x557173468200 void 0.000130
+gallium_dri.so free 0x557173468130 void 0.000130
+gallium_dri.so malloc 72 0x557173468250 0.000127
+gallium_dri.so free 0x5571734682c0 void 0.000124
+gallium_dri.so free 0x557173468250 void 0.000131
+gallium_dri.so malloc 72 0x5571734682e0 0.000126
+gallium_dri.so free 0x557173468380 void 0.000125
+gallium_dri.so free 0x5571734682e0 void 0.000129
+gallium_dri.so malloc 72 0x557173468330 0.000126
+gallium_dri.so free 0x557173468400 void 0.000125
+gallium_dri.so free 0x557173468330 void 0.000131
+gallium_dri.so malloc 72 0x557173468400 0.000131
+gallium_dri.so free 0x5571734684c0 void 0.000131
+gallium_dri.so free 0x557173468400 void 0.000126
+gallium_dri.so malloc 72 0x557173468400 0.000129
+gallium_dri.so free 0x557173468540 void 0.000127
+gallium_dri.so free 0x557173468400 void 0.000173
+gallium_dri.so malloc 72 0x557173468540 0.000132
+gallium_dri.so free 0x557173468600 void 0.000131
+gallium_dri.so free 0x557173468540 void 0.000132
+gallium_dri.so malloc 72 0x557173468540 0.000127
+gallium_dri.so free 0x5571734686c0 void 0.000131
+gallium_dri.so free 0x557173468540 void 0.000132
+gallium_dri.so malloc 72 0x557173468540 0.000133
+gallium_dri.so free 0x557173468780 void 0.000130
+gallium_dri.so free 0x557173468540 void 0.000127
+gallium_dri.so malloc 72 0x557173468730 0.000126
+gallium_dri.so free 0x557173468800 void 0.000129
+gallium_dri.so free 0x557173468730 void 0.000131
+gallium_dri.so malloc 72 0x557173468850 0.000131
+gallium_dri.so free 0x5571734688c0 void 0.000127
+gallium_dri.so free 0x557173468850 void 0.000124
+gallium_dri.so malloc 72 0x557173468900 0.000131
+gallium_dri.so free 0x557173468980 void 0.000130
+gallium_dri.so free 0x557173468900 void 0.000131
+gallium_dri.so malloc 72 0x557173468900 0.000132
+gallium_dri.so free 0x557173468a00 void 0.000141
+gallium_dri.so free 0x557173468900 void 0.000127
+gallium_dri.so malloc 72 0x557173468a30 0.000130
+gallium_dri.so free 0x557173468a80 void 0.000131
+gallium_dri.so free 0x557173468a30 void 0.000127
+gallium_dri.so malloc 72 0x557173468a30 0.000126
+gallium_dri.so free 0x557173468b80 void 0.000131
+gallium_dri.so free 0x557173468a30 void 0.000127
+gallium_dri.so malloc 72 0x557173468b30 0.000125
+gallium_dri.so free 0x557173468c40 void 0.000125
+gallium_dri.so free 0x557173468b30 void 0.000129
+gallium_dri.so malloc 72 0x557173468bf0 0.000162
+gallium_dri.so free 0x557173468c80 void 0.000134
+gallium_dri.so free 0x557173468bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173468bf0 0.000126
+gallium_dri.so free 0x557173468d40 void 0.000125
+gallium_dri.so free 0x557173468bf0 void 0.000129
+gallium_dri.so malloc 72 0x557173468db0 0.000130
+gallium_dri.so free 0x557173468e00 void 0.000133
+gallium_dri.so free 0x557173468db0 void 0.000130
+gallium_dri.so malloc 72 0x557173468db0 0.000127
+gallium_dri.so free 0x557173468f00 void 0.000124
+gallium_dri.so free 0x557173468db0 void 0.000132
+gallium_dri.so malloc 72 0x557173468eb0 0.000131
+gallium_dri.so free 0x557173468fc0 void 0.000131
+gallium_dri.so free 0x557173468eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173468f70 0.000131
+gallium_dri.so free 0x557173469000 void 0.000126
+gallium_dri.so free 0x557173468f70 void 0.000125
+gallium_dri.so malloc 72 0x557173468f70 0.000131
+gallium_dri.so free 0x5571734690c0 void 0.000132
+gallium_dri.so free 0x557173468f70 void 0.000127
+gallium_dri.so malloc 72 0x557173469100 0.000125
+gallium_dri.so free 0x557173469180 void 0.000130
+gallium_dri.so free 0x557173469100 void 0.000133
+gallium_dri.so malloc 72 0x557173469180 0.000131
+gallium_dri.so free 0x557173469240 void 0.000132
+gallium_dri.so free 0x557173469180 void 0.000131
+gallium_dri.so malloc 72 0x557173469180 0.000132
+gallium_dri.so free 0x557173469300 void 0.000132
+gallium_dri.so free 0x557173469180 void 0.000132
+gallium_dri.so malloc 72 0x557173469320 0.000126
+gallium_dri.so free 0x5571734693c0 void 0.000173
+gallium_dri.so free 0x557173469320 void 0.000136
+gallium_dri.so malloc 72 0x557173469370 0.000132
+gallium_dri.so free 0x557173469440 void 0.000132
+gallium_dri.so free 0x557173469370 void 0.000127
+gallium_dri.so malloc 72 0x557173469370 0.000125
+gallium_dri.so free 0x5571734694c0 void 0.000129
+gallium_dri.so free 0x557173469370 void 0.000126
+gallium_dri.so malloc 72 0x5571734694c0 0.000131
+gallium_dri.so free 0x557173469580 void 0.000127
+gallium_dri.so free 0x5571734694c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734694c0 0.000131
+gallium_dri.so free 0x557173469640 void 0.000131
+gallium_dri.so free 0x5571734694c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734694c0 0.000133
+gallium_dri.so free 0x557173469700 void 0.000127
+gallium_dri.so free 0x5571734694c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734696b0 0.000130
+gallium_dri.so free 0x5571735ceb40 void 0.000131
+gallium_dri.so free 0x5571734696b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000122
+gallium_dri.so free 0x5571735cebc0 void 0.000183
+gallium_dri.so free 0x5571735ceaf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735cec10 0.000169
+gallium_dri.so free 0x5571735cec80 void 0.000133
+gallium_dri.so free 0x5571735cec10 void 0.000128
+gallium_dri.so malloc 72 0x5571735ceca0 0.000129
+gallium_dri.so free 0x5571735ced40 void 0.000130
+gallium_dri.so free 0x5571735ceca0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cecf0 0.000132
+gallium_dri.so free 0x5571735cedc0 void 0.000127
+gallium_dri.so free 0x5571735cecf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cecf0 0.000129
+gallium_dri.so free 0x5571735cee40 void 0.000132
+gallium_dri.so free 0x5571735cecf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cee40 0.000132
+gallium_dri.so free 0x5571735cef00 void 0.000126
+gallium_dri.so free 0x5571735cee40 void 0.000129
+gallium_dri.so malloc 72 0x5571735cee40 0.000132
+gallium_dri.so free 0x5571735cf000 void 0.000132
+gallium_dri.so free 0x5571735cee40 void 0.000142
+gallium_dri.so malloc 72 0x5571735cefb0 0.000132
+gallium_dri.so free 0x5571735cf040 void 0.000131
+gallium_dri.so free 0x5571735cefb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cefb0 0.000132
+gallium_dri.so free 0x5571735cf100 void 0.000132
+gallium_dri.so free 0x5571735cefb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf140 0.000129
+gallium_dri.so free 0x5571735cf1c0 void 0.000130
+gallium_dri.so free 0x5571735cf140 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000138
+gallium_dri.so free 0x5571735cf280 void 0.000131
+gallium_dri.so free 0x5571735cf1c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000133
+gallium_dri.so free 0x5571735cf300 void 0.000132
+gallium_dri.so free 0x5571735cf1c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf330 0.000132
+gallium_dri.so free 0x5571735cf380 void 0.000126
+gallium_dri.so free 0x5571735cf330 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf330 0.000131
+gallium_dri.so free 0x5571735cf480 void 0.000307
+gallium_dri.so free 0x5571735cf330 void 0.000276
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000259
+gallium_dri.so free 0x5571735cf540 void 0.000139
+gallium_dri.so free 0x5571735cf4c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735cf540 0.000167
+gallium_dri.so free 0x5571735cf600 void 0.000133
+gallium_dri.so free 0x5571735cf540 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf540 0.000127
+gallium_dri.so free 0x5571735cf680 void 0.000127
+gallium_dri.so free 0x5571735cf540 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000132
+gallium_dri.so free 0x5571735cf700 void 0.000129
+gallium_dri.so free 0x5571735cf6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000133
+gallium_dri.so free 0x5571735cf800 void 0.000127
+gallium_dri.so free 0x5571735cf6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000126
+gallium_dri.so free 0x5571735cf8c0 void 0.000142
+gallium_dri.so free 0x5571735cf7b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cf870 0.000133
+gallium_dri.so free 0x5571735cf940 void 0.000132
+gallium_dri.so free 0x5571735cf870 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf870 0.000127
+gallium_dri.so free 0x5571735cfa00 void 0.000129
+gallium_dri.so free 0x5571735cf870 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf870 0.000133
+gallium_dri.so free 0x5571735cfac0 void 0.000127
+gallium_dri.so free 0x5571735cf870 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfa70 0.000132
+gallium_dri.so free 0x5571735cfb40 void 0.000128
+gallium_dri.so free 0x5571735cfa70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfb90 0.000132
+gallium_dri.so free 0x5571735cfc00 void 0.000126
+gallium_dri.so free 0x5571735cfb90 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfc20 0.000133
+gallium_dri.so free 0x5571735cfcc0 void 0.000128
+gallium_dri.so free 0x5571735cfc20 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfc70 0.000131
+gallium_dri.so free 0x5571735cfd40 void 0.000176
+gallium_dri.so free 0x5571735cfc70 void 0.000172
+gallium_dri.so malloc 72 0x5571735cfd40 0.000189
+gallium_dri.so free 0x5571735cfe00 void 0.000148
+gallium_dri.so free 0x5571735cfd40 void 0.000141
+gallium_dri.so malloc 72 0x5571735cfd40 0.000141
+gallium_dri.so free 0x5571735cfe80 void 0.000147
+gallium_dri.so free 0x5571735cfd40 void 0.000148
+gallium_dri.so malloc 72 0x5571735cfe80 0.000148
+gallium_dri.so free 0x5571735cff40 void 0.000142
+gallium_dri.so free 0x5571735cfe80 void 0.000140
+gallium_dri.so malloc 72 0x5571735cfe80 0.000145
+gallium_dri.so free 0x5571735d0000 void 0.000143
+gallium_dri.so free 0x5571735cfe80 void 0.000145
+gallium_dri.so malloc 72 0x5571735cfe80 0.000146
+gallium_dri.so free 0x5571735d00c0 void 0.000148
+gallium_dri.so free 0x5571735cfe80 void 0.000147
+gallium_dri.so malloc 72 0x5571735d0070 0.000147
+gallium_dri.so free 0x5571735d0140 void 0.000162
+gallium_dri.so free 0x5571735d0070 void 0.000184
+gallium_dri.so malloc 72 0x5571735d0190 0.000181
+gallium_dri.so free 0x5571735d0200 void 0.000180
+gallium_dri.so free 0x5571735d0190 void 0.000147
+gallium_dri.so malloc 72 0x5571735d0240 0.000142
+gallium_dri.so free 0x5571735d02c0 void 0.000139
+gallium_dri.so free 0x5571735d0240 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0240 0.000143
+gallium_dri.so free 0x5571735d0340 void 0.000140
+gallium_dri.so free 0x5571735d0240 void 0.000145
+gallium_dri.so malloc 72 0x5571735d0370 0.000142
+gallium_dri.so free 0x5571735d03c0 void 0.000141
+gallium_dri.so free 0x5571735d0370 void 0.000147
+gallium_dri.so malloc 72 0x5571735d0370 0.000148
+gallium_dri.so free 0x5571735d04c0 void 0.000147
+gallium_dri.so free 0x5571735d0370 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0470 0.000148
+gallium_dri.so free 0x5571735d0580 void 0.000151
+gallium_dri.so free 0x5571735d0470 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0530 0.000145
+gallium_dri.so free 0x5571735d05c0 void 0.000142
+gallium_dri.so free 0x5571735d0530 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0530 0.000148
+gallium_dri.so free 0x5571735d0680 void 0.000151
+gallium_dri.so free 0x5571735d0530 void 0.000148
+gallium_dri.so malloc 72 0x5571735d06f0 0.000141
+gallium_dri.so free 0x5571735d0740 void 0.000147
+gallium_dri.so free 0x5571735d06f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d06f0 0.000146
+gallium_dri.so free 0x5571735d0840 void 0.000148
+gallium_dri.so free 0x5571735d06f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d07f0 0.000140
+gallium_dri.so free 0x5571735d0900 void 0.000140
+gallium_dri.so free 0x5571735d07f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d08b0 0.000131
+gallium_dri.so free 0x5571735d0940 void 0.000133
+gallium_dri.so free 0x5571735d08b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d08b0 0.000133
+gallium_dri.so free 0x5571735d0a00 void 0.000132
+gallium_dri.so free 0x5571735d08b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0a40 0.000126
+gallium_dri.so free 0x5571735d0ac0 void 0.000130
+gallium_dri.so free 0x5571735d0a40 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000132
+gallium_dri.so free 0x5571735d0b80 void 0.000132
+gallium_dri.so free 0x5571735d0ac0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000125
+gallium_dri.so free 0x5571735d0c40 void 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0c60 0.000131
+gallium_dri.so free 0x5571735d0d00 void 0.000132
+gallium_dri.so free 0x5571735d0c60 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000127
+gallium_dri.so free 0x5571735d0d80 void 0.000130
+gallium_dri.so free 0x5571735d0cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000127
+gallium_dri.so free 0x5571735d0e00 void 0.000125
+gallium_dri.so free 0x5571735d0cb0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d0e00 0.000128
+gallium_dri.so free 0x5571735d0ec0 void 0.000130
+gallium_dri.so free 0x5571735d0e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0e00 0.000125
+gallium_dri.so free 0x5571735d0f80 void 0.000125
+gallium_dri.so free 0x5571735d0e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0e00 0.000126
+gallium_dri.so free 0x5571735d1040 void 0.000125
+gallium_dri.so free 0x5571735d0e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000131
+gallium_dri.so free 0x5571735d1100 void 0.000131
+gallium_dri.so free 0x5571735d0ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d10b0 0.000133
+gallium_dri.so free 0x5571735d1180 void 0.000127
+gallium_dri.so free 0x5571735d10b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d11d0 0.000131
+gallium_dri.so free 0x5571735d1240 void 0.000133
+gallium_dri.so free 0x5571735d11d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1260 0.000132
+gallium_dri.so free 0x5571735d1300 void 0.000132
+gallium_dri.so free 0x5571735d1260 void 0.000140
+gallium_dri.so malloc 72 0x5571735d12b0 0.000128
+gallium_dri.so free 0x5571735d1380 void 0.000131
+gallium_dri.so free 0x5571735d12b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d12b0 0.000127
+gallium_dri.so free 0x5571735d1400 void 0.000125
+gallium_dri.so free 0x5571735d12b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1400 0.000130
+gallium_dri.so free 0x5571735d14c0 void 0.000131
+gallium_dri.so free 0x5571735d1400 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1400 0.000124
+gallium_dri.so free 0x5571735d15c0 void 0.000130
+gallium_dri.so free 0x5571735d1400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1570 0.000126
+gallium_dri.so free 0x5571735d1600 void 0.000126
+gallium_dri.so free 0x5571735d1570 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1570 0.000130
+gallium_dri.so free 0x5571735d16c0 void 0.000126
+gallium_dri.so free 0x5571735d1570 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1700 0.000125
+gallium_dri.so free 0x5571735d1780 void 0.000131
+gallium_dri.so free 0x5571735d1700 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1780 0.000175
+gallium_dri.so free 0x5571735d1840 void 0.000134
+gallium_dri.so free 0x5571735d1780 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1780 0.000132
+gallium_dri.so free 0x5571735d18c0 void 0.000133
+gallium_dri.so free 0x5571735d1780 void 0.000132
+gallium_dri.so malloc 72 0x5571735d18f0 0.000126
+gallium_dri.so free 0x5571735d1940 void 0.000130
+gallium_dri.so free 0x5571735d18f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d18f0 0.000132
+gallium_dri.so free 0x5571735d1a40 void 0.000126
+gallium_dri.so free 0x5571735d18f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1a80 0.000134
+gallium_dri.so free 0x5571735d1b00 void 0.000132
+gallium_dri.so free 0x5571735d1a80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1b00 0.000132
+gallium_dri.so free 0x5571735d1bc0 void 0.000133
+gallium_dri.so free 0x5571735d1b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1b00 0.000131
+gallium_dri.so free 0x5571735d1c40 void 0.000133
+gallium_dri.so free 0x5571735d1b00 void 0.000134
+gallium_dri.so malloc 72 0x5571735d1c70 0.000133
+gallium_dri.so free 0x5571735d1cc0 void 0.000132
+gallium_dri.so free 0x5571735d1c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1c70 0.000126
+gallium_dri.so free 0x5571735d1dc0 void 0.000125
+gallium_dri.so free 0x5571735d1c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1d70 0.000130
+gallium_dri.so free 0x5571735d1e80 void 0.000132
+gallium_dri.so free 0x5571735d1d70 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1e30 0.000127
+gallium_dri.so free 0x5571735d1f00 void 0.000131
+gallium_dri.so free 0x5571735d1e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1e30 0.000126
+gallium_dri.so free 0x5571735d1fc0 void 0.000127
+gallium_dri.so free 0x5571735d1e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1e30 0.000132
+gallium_dri.so free 0x5571735d2080 void 0.000127
+gallium_dri.so free 0x5571735d1e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2030 0.000126
+gallium_dri.so free 0x5571735d2100 void 0.000130
+gallium_dri.so free 0x5571735d2030 void 0.000156
+gallium_dri.so malloc 72 0x5571735d2150 0.000127
+gallium_dri.so free 0x5571735d21c0 void 0.000125
+gallium_dri.so free 0x5571735d2150 void 0.000130
+gallium_dri.so malloc 72 0x5571735d21e0 0.000127
+gallium_dri.so free 0x5571735d2280 void 0.000125
+gallium_dri.so free 0x5571735d21e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2230 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000126
+gallium_dri.so free 0x5571735d2230 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2300 0.000126
+gallium_dri.so free 0x5571735d23c0 void 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2300 0.000131
+gallium_dri.so free 0x5571735d2440 void 0.000126
+gallium_dri.so free 0x5571735d2300 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2440 0.000129
+gallium_dri.so free 0x5571735d2500 void 0.000127
+gallium_dri.so free 0x5571735d2440 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2440 0.000126
+gallium_dri.so free 0x5571735d25c0 void 0.000125
+gallium_dri.so free 0x5571735d2440 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2440 0.000172
+gallium_dri.so free 0x5571735d2680 void 0.000133
+gallium_dri.so free 0x5571735d2440 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2630 0.000132
+gallium_dri.so free 0x5571735d2700 void 0.000132
+gallium_dri.so free 0x5571735d2630 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2750 0.000132
+gallium_dri.so free 0x5571735d27c0 void 0.000126
+gallium_dri.so free 0x5571735d2750 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2800 0.000124
+gallium_dri.so free 0x5571735d2880 void 0.000130
+gallium_dri.so free 0x5571735d2800 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2800 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000124
+gallium_dri.so free 0x5571735d2800 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2930 0.000131
+gallium_dri.so free 0x5571735d2980 void 0.000132
+gallium_dri.so free 0x5571735d2930 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2930 0.000134
+gallium_dri.so free 0x5571735d2a80 void 0.000130
+gallium_dri.so free 0x5571735d2930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2a30 0.000134
+gallium_dri.so free 0x5571735d2b40 void 0.000131
+gallium_dri.so free 0x5571735d2a30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2af0 0.000129
+gallium_dri.so free 0x5571735d2b80 void 0.000128
+gallium_dri.so free 0x5571735d2af0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2af0 0.000132
+gallium_dri.so free 0x5571735d2c40 void 0.000130
+gallium_dri.so free 0x5571735d2af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000126
+gallium_dri.so free 0x5571735d2d00 void 0.000131
+gallium_dri.so free 0x5571735d2cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000132
+gallium_dri.so free 0x5571735d2e00 void 0.000131
+gallium_dri.so free 0x5571735d2cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2db0 0.000129
+gallium_dri.so free 0x5571735d2ec0 void 0.000134
+gallium_dri.so free 0x5571735d2db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2e70 0.000133
+gallium_dri.so free 0x5571735d2f00 void 0.000126
+gallium_dri.so free 0x5571735d2e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2e70 0.000140
+gallium_dri.so free 0x5571735d2fc0 void 0.000132
+gallium_dri.so free 0x5571735d2e70 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3000 0.000126
+gallium_dri.so free 0x5571735d3080 void 0.000126
+gallium_dri.so free 0x5571735d3000 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3080 0.000131
+gallium_dri.so free 0x5571735d3140 void 0.000126
+gallium_dri.so free 0x5571735d3080 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3080 0.000131
+gallium_dri.so free 0x5571735d3200 void 0.000131
+gallium_dri.so free 0x5571735d3080 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3220 0.000126
+gallium_dri.so free 0x5571735d32c0 void 0.000125
+gallium_dri.so free 0x5571735d3220 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3270 0.000131
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so free 0x5571735d3270 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3270 0.000124
+gallium_dri.so free 0x5571735d33c0 void 0.000130
+gallium_dri.so free 0x5571735d3270 void 0.000126
+gallium_dri.so malloc 72 0x5571735d33c0 0.000130
+gallium_dri.so free 0x5571735d3480 void 0.000317
+gallium_dri.so free 0x5571735d33c0 void 0.000324
+gallium_dri.so malloc 72 0x5571735d33c0 0.000330
+gallium_dri.so free 0x5571735d3540 void 0.000292
+gallium_dri.so free 0x5571735d33c0 void 0.000288
+gallium_dri.so malloc 72 0x5571735d33c0 0.000285
+gallium_dri.so free 0x5571735d3600 void 0.000277
+gallium_dri.so free 0x5571735d33c0 void 0.000272
+gallium_dri.so malloc 72 0x5571735d35b0 0.000280
+gallium_dri.so free 0x5571735d36c0 void 0.000274
+gallium_dri.so free 0x5571735d35b0 void 0.000281
+gallium_dri.so malloc 72 0x5571735d3670 0.000166
+gallium_dri.so free 0x5571735d3740 void 0.000170
+gallium_dri.so free 0x5571735d3670 void 0.000168
+gallium_dri.so malloc 72 0x5571735d3790 0.000132
+gallium_dri.so free 0x5571735d3800 void 0.000125
+gallium_dri.so free 0x5571735d3790 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3820 0.000131
+gallium_dri.so free 0x5571735d38c0 void 0.000129
+gallium_dri.so free 0x5571735d3820 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3870 0.000126
+gallium_dri.so free 0x5571735d3940 void 0.000131
+gallium_dri.so free 0x5571735d3870 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3870 0.000126
+gallium_dri.so free 0x5571735d39c0 void 0.000124
+gallium_dri.so free 0x5571735d3870 void 0.000132
+gallium_dri.so malloc 72 0x5571735d39c0 0.000204
+gallium_dri.so free 0x5571735d3a80 void 0.000227
+gallium_dri.so free 0x5571735d39c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d39c0 0.000123
+gallium_dri.so free 0x5571735d3b80 void 0.000124
+gallium_dri.so free 0x5571735d39c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3b30 0.000301
+gallium_dri.so free 0x5571735d3bc0 void 0.000312
+gallium_dri.so free 0x5571735d3b30 void 0.000300
+gallium_dri.so malloc 72 0x5571735d3b30 0.000278
+gallium_dri.so free 0x5571735d3c80 void 0.000170
+gallium_dri.so free 0x5571735d3b30 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000132
+gallium_dri.so free 0x5571735d3d40 void 0.000125
+gallium_dri.so free 0x5571735d3cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3d40 0.000124
+gallium_dri.so free 0x5571735d3e00 void 0.000130
+gallium_dri.so free 0x5571735d3d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3d40 0.000137
+gallium_dri.so free 0x5571735d3e80 void 0.000250
+gallium_dri.so free 0x5571735d3d40 void 0.000150
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000148
+gallium_dri.so free 0x5571735d3f00 void 0.000155
+gallium_dri.so free 0x5571735d3eb0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000146
+gallium_dri.so free 0x5571735d4000 void 0.000147
+gallium_dri.so free 0x5571735d3eb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d4040 0.000140
+gallium_dri.so free 0x5571735d40c0 void 0.000144
+gallium_dri.so free 0x5571735d4040 void 0.000149
+gallium_dri.so malloc 72 0x5571735d40c0 0.000148
+gallium_dri.so free 0x5571735d4180 void 0.000144
+gallium_dri.so free 0x5571735d40c0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d40c0 0.000147
+gallium_dri.so free 0x5571735d4200 void 0.000147
+gallium_dri.so free 0x5571735d40c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d4230 0.000200
+gallium_dri.so free 0x5571735d4280 void 0.000192
+gallium_dri.so free 0x5571735d4230 void 0.000140
+gallium_dri.so malloc 72 0x5571735d4230 0.000138
+gallium_dri.so free 0x5571735d4380 void 0.000150
+gallium_dri.so free 0x5571735d4230 void 0.000143
+gallium_dri.so malloc 72 0x5571735d4330 0.000147
+gallium_dri.so free 0x5571735d4440 void 0.000211
+gallium_dri.so free 0x5571735d4330 void 0.000140
+gallium_dri.so malloc 72 0x5571735d43f0 0.000139
+gallium_dri.so free 0x5571735d44c0 void 0.000139
+gallium_dri.so free 0x5571735d43f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d43f0 0.000137
+gallium_dri.so free 0x5571735d4580 void 0.000138
+gallium_dri.so free 0x5571735d43f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d43f0 0.000139
+gallium_dri.so free 0x5571735d4640 void 0.000140
+gallium_dri.so free 0x5571735d43f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d45f0 0.000139
+gallium_dri.so free 0x5571735d46c0 void 0.000133
+gallium_dri.so free 0x5571735d45f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4710 0.000136
+gallium_dri.so free 0x5571735d4780 void 0.000163
+gallium_dri.so free 0x5571735d4710 void 0.000234
+gallium_dri.so malloc 72 0x5571735d47a0 0.000233
+gallium_dri.so free 0x5571735d4840 void 0.000212
+gallium_dri.so free 0x5571735d47a0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d47f0 0.000235
+gallium_dri.so free 0x5571735d48c0 void 0.000171
+gallium_dri.so free 0x5571735d47f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d48c0 0.000197
+gallium_dri.so free 0x5571735d4980 void 0.000188
+gallium_dri.so free 0x5571735d48c0 void 0.000192
+gallium_dri.so malloc 72 0x5571735d48c0 0.000193
+gallium_dri.so free 0x5571735d4a00 void 0.000172
+gallium_dri.so free 0x5571735d48c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d4a00 0.000191
+gallium_dri.so free 0x5571735d4ac0 void 0.000193
+gallium_dri.so free 0x5571735d4a00 void 0.000192
+gallium_dri.so malloc 72 0x5571735d4a00 0.000206
+gallium_dri.so free 0x5571735d4b80 void 0.000170
+gallium_dri.so free 0x5571735d4a00 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4a00 0.000210
+gallium_dri.so free 0x5571735d4c40 void 0.000245
+gallium_dri.so free 0x5571735d4a00 void 0.000250
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000234
+gallium_dri.so free 0x5571735d4cc0 void 0.000250
+gallium_dri.so free 0x5571735d4bf0 void 0.000236
+gallium_dri.so malloc 72 0x5571735d4d10 0.000235
+gallium_dri.so free 0x5571735d4d80 void 0.000265
+gallium_dri.so free 0x5571735d4d10 void 0.000154
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000152
+gallium_dri.so free 0x5571735d4e40 void 0.000149
+gallium_dri.so free 0x5571735d4dc0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000162
+gallium_dri.so free 0x5571735d4ec0 void 0.000153
+gallium_dri.so free 0x5571735d4dc0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000152
+gallium_dri.so free 0x5571735d4f40 void 0.000152
+gallium_dri.so free 0x5571735d4ef0 void 0.000154
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000148
+gallium_dri.so free 0x5571735d5040 void 0.000153
+gallium_dri.so free 0x5571735d4ef0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d4ff0 0.000149
+gallium_dri.so free 0x5571735d5100 void 0.000162
+gallium_dri.so free 0x5571735d4ff0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d50b0 0.000149
+gallium_dri.so free 0x5571735d5140 void 0.000148
+gallium_dri.so free 0x5571735d50b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d50b0 0.000154
+gallium_dri.so free 0x5571735d5200 void 0.000153
+gallium_dri.so free 0x5571735d50b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d5270 0.000149
+gallium_dri.so free 0x5571735d52c0 void 0.000187
+gallium_dri.so free 0x5571735d5270 void 0.000183
+gallium_dri.so malloc 72 0x5571735d5270 0.000173
+gallium_dri.so free 0x5571735d53c0 void 0.000151
+gallium_dri.so free 0x5571735d5270 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5370 0.000139
+gallium_dri.so free 0x5571735d5480 void 0.000134
+gallium_dri.so free 0x5571735d5370 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5430 0.000138
+gallium_dri.so free 0x5571735d54c0 void 0.000137
+gallium_dri.so free 0x5571735d5430 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5430 0.000130
+gallium_dri.so free 0x5571735d5580 void 0.000132
+gallium_dri.so free 0x5571735d5430 void 0.000135
+gallium_dri.so malloc 72 0x5571735d55c0 0.000138
+gallium_dri.so free 0x5571735d5640 void 0.000138
+gallium_dri.so free 0x5571735d55c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5640 0.000137
+gallium_dri.so free 0x5571735d5700 void 0.000139
+gallium_dri.so free 0x5571735d5640 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5640 0.000133
+gallium_dri.so free 0x5571735d57c0 void 0.000136
+gallium_dri.so free 0x5571735d5640 void 0.000150
+gallium_dri.so malloc 72 0x5571735d57e0 0.000133
+gallium_dri.so free 0x5571735d5880 void 0.000137
+gallium_dri.so free 0x5571735d57e0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5830 0.000208
+gallium_dri.so free 0x5571735d5900 void 0.000148
+gallium_dri.so free 0x5571735d5830 void 0.000148
+gallium_dri.so malloc 72 0x5571735d5830 0.000146
+gallium_dri.so free 0x5571735d5980 void 0.000141
+gallium_dri.so free 0x5571735d5830 void 0.000144
+gallium_dri.so malloc 72 0x5571735d5980 0.000147
+gallium_dri.so free 0x5571735d5a40 void 0.000145
+gallium_dri.so free 0x5571735d5980 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5980 0.000147
+gallium_dri.so free 0x5571735d5b00 void 0.000145
+gallium_dri.so free 0x5571735d5980 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5980 0.000140
+gallium_dri.so free 0x5571735d5bc0 void 0.000145
+gallium_dri.so free 0x5571735d5980 void 0.000147
+gallium_dri.so malloc 72 0x5571735d5b70 0.000141
+gallium_dri.so free 0x5571735d5c80 void 0.000146
+gallium_dri.so free 0x5571735d5b70 void 0.000184
+gallium_dri.so malloc 72 0x5571735d5c30 0.000141
+gallium_dri.so free 0x5571735d5d00 void 0.000139
+gallium_dri.so free 0x5571735d5c30 void 0.000145
+gallium_dri.so malloc 72 0x5571735d5d50 0.000140
+gallium_dri.so free 0x5571735d5dc0 void 0.000139
+gallium_dri.so free 0x5571735d5d50 void 0.000143
+gallium_dri.so malloc 72 0x5571735d5de0 0.000145
+gallium_dri.so free 0x5571735d5e80 void 0.000145
+gallium_dri.so free 0x5571735d5de0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d5e30 0.000138
+gallium_dri.so free 0x5571735d5f00 void 0.000141
+gallium_dri.so free 0x5571735d5e30 void 0.000144
+gallium_dri.so malloc 72 0x5571735d5e30 0.000146
+gallium_dri.so free 0x5571735d5f80 void 0.000140
+gallium_dri.so free 0x5571735d5e30 void 0.000140
+gallium_dri.so malloc 72 0x5571735d5f80 0.000142
+gallium_dri.so free 0x5571735d6040 void 0.000139
+gallium_dri.so free 0x5571735d5f80 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5f80 0.000139
+gallium_dri.so free 0x5571735d6140 void 0.000141
+gallium_dri.so free 0x5571735d5f80 void 0.000138
+gallium_dri.so malloc 72 0x5571735d60f0 0.000150
+gallium_dri.so free 0x5571735d6180 void 0.000139
+gallium_dri.so free 0x5571735d60f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d60f0 0.000139
+gallium_dri.so free 0x5571735d6240 void 0.000141
+gallium_dri.so free 0x5571735d60f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d6280 0.000138
+gallium_dri.so free 0x5571735d6300 void 0.000141
+gallium_dri.so free 0x5571735d6280 void 0.000139
+gallium_dri.so malloc 72 0x5571735d6300 0.000139
+gallium_dri.so free 0x5571735d63c0 void 0.000142
+gallium_dri.so free 0x5571735d6300 void 0.000139
+gallium_dri.so malloc 72 0x5571735d6300 0.000139
+gallium_dri.so free 0x5571735d6440 void 0.000139
+gallium_dri.so free 0x5571735d6300 void 0.000140
+gallium_dri.so malloc 72 0x5571735d6470 0.000190
+gallium_dri.so free 0x5571735d64c0 void 0.000124
+gallium_dri.so free 0x5571735d6470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6470 0.000118
+gallium_dri.so free 0x5571735d65c0 void 0.000119
+gallium_dri.so free 0x5571735d6470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6600 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000119
+gallium_dri.so free 0x5571735d6600 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6680 0.000119
+gallium_dri.so free 0x5571735d6740 void 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6680 0.000119
+gallium_dri.so free 0x5571735d67c0 void 0.000119
+gallium_dri.so free 0x5571735d6680 void 0.000117
+gallium_dri.so malloc 72 0x5571735d67f0 0.000118
+gallium_dri.so free 0x5571735d6840 void 0.000118
+gallium_dri.so free 0x5571735d67f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67f0 0.000118
+gallium_dri.so free 0x5571735d6940 void 0.000119
+gallium_dri.so free 0x5571735d67f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d68f0 0.000119
+gallium_dri.so free 0x5571735d6a00 void 0.000119
+gallium_dri.so free 0x5571735d68f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000119
+gallium_dri.so free 0x5571735d6a80 void 0.000118
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000119
+gallium_dri.so free 0x5571735d69b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571735d6c00 void 0.000118
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000152
+gallium_dri.so free 0x5571735d6bb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb380 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb380 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb570 0.000118
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so free 0x5571735eb570 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb630 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb750 0.000119
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so free 0x5571735eb750 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000118
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so free 0x5571735eb7e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb830 0.000118
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000118
+gallium_dri.so free 0x5571735eb980 void 0.000122
+gallium_dri.so free 0x5571735eb830 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb980 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so free 0x5571735eb980 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb980 0.000113
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735eb980 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735ebaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so free 0x5571735ebaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc80 0.000118
+gallium_dri.so free 0x5571735ebd00 void 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebd00 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd00 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so free 0x5571735ebd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe70 0.000119
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so free 0x5571735ebe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000119
+gallium_dri.so free 0x5571735ebe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec000 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so free 0x5571735ec000 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec080 0.000117
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec080 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000119
+gallium_dri.so free 0x5571735ec240 void 0.000118
+gallium_dri.so free 0x5571735ec1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000118
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735ec1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000118
+gallium_dri.so free 0x5571735ec400 void 0.000117
+gallium_dri.so free 0x5571735ec2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000119
+gallium_dri.so free 0x5571735ec3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec3b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000118
+gallium_dri.so free 0x5571735ec600 void 0.000119
+gallium_dri.so free 0x5571735ec3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735ec5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000118
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so free 0x5571735ec6d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec760 0.000118
+gallium_dri.so free 0x5571735ec800 void 0.000120
+gallium_dri.so free 0x5571735ec760 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000118
+gallium_dri.so free 0x5571735ec880 void 0.000119
+gallium_dri.so free 0x5571735ec7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec880 0.000118
+gallium_dri.so free 0x5571735ec940 void 0.000118
+gallium_dri.so free 0x5571735ec880 void 0.000158
+gallium_dri.so malloc 72 0x5571735ec880 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so free 0x5571735ec880 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000119
+gallium_dri.so free 0x5571735ec9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000120
+gallium_dri.so free 0x5571735ecb40 void 0.000127
+gallium_dri.so free 0x5571735ec9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000120
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so free 0x5571735ec9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000119
+gallium_dri.so free 0x5571735ecbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eccd0 0.000118
+gallium_dri.so free 0x5571735ecd40 void 0.000118
+gallium_dri.so free 0x5571735eccd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecd80 0.000119
+gallium_dri.so free 0x5571735ece00 void 0.000118
+gallium_dri.so free 0x5571735ecd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd80 0.000118
+gallium_dri.so free 0x5571735ece80 void 0.000119
+gallium_dri.so free 0x5571735ecd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eceb0 0.000121
+gallium_dri.so free 0x5571735ecf00 void 0.000119
+gallium_dri.so free 0x5571735eceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eceb0 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000119
+gallium_dri.so free 0x5571735eceb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000119
+gallium_dri.so free 0x5571735ecfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed070 0.000129
+gallium_dri.so free 0x5571735ed100 void 0.000119
+gallium_dri.so free 0x5571735ed070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed070 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000118
+gallium_dri.so free 0x5571735ed070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed230 0.000118
+gallium_dri.so free 0x5571735ed280 void 0.000120
+gallium_dri.so free 0x5571735ed230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed230 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed330 0.000117
+gallium_dri.so free 0x5571735ed440 void 0.000117
+gallium_dri.so free 0x5571735ed330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000117
+gallium_dri.so free 0x5571735ed480 void 0.000119
+gallium_dri.so free 0x5571735ed3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed580 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed600 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed600 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so free 0x5571735ed7a0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000118
+gallium_dri.so free 0x5571735ed7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000118
+gallium_dri.so free 0x5571735ed7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed940 0.000118
+gallium_dri.so free 0x5571735eda00 void 0.000120
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed940 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed940 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb30 0.000118
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so free 0x5571735edb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735edbf0 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd10 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edd10 void 0.000119
+gallium_dri.so malloc 72 0x5571735edda0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000118
+gallium_dri.so free 0x5571735edda0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eddf0 0.000118
+gallium_dri.so free 0x5571735edec0 void 0.000118
+gallium_dri.so free 0x5571735eddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eddf0 0.000118
+gallium_dri.so free 0x5571735edf40 void 0.000119
+gallium_dri.so free 0x5571735eddf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf40 0.000118
+gallium_dri.so free 0x5571735ee000 void 0.000118
+gallium_dri.so free 0x5571735edf40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edf40 0.000118
+gallium_dri.so free 0x5571735ee100 void 0.000117
+gallium_dri.so free 0x5571735edf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000119
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735ee0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000118
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so free 0x5571735ee0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee240 0.000117
+gallium_dri.so free 0x5571735ee2c0 void 0.000169
+gallium_dri.so free 0x5571735ee240 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000118
+gallium_dri.so free 0x5571735ee2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000119
+gallium_dri.so free 0x5571735ee400 void 0.000118
+gallium_dri.so free 0x5571735ee2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee430 0.000117
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee430 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee430 0.000119
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee430 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee640 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000164
+gallium_dri.so malloc 72 0x5571735ee640 0.000120
+gallium_dri.so free 0x5571735ee780 void 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000119
+gallium_dri.so free 0x5571735ee7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000127
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so free 0x5571735ee7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000119
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee970 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee970 0.000118
+gallium_dri.so free 0x5571735eeb00 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee970 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeb70 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eeb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec90 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec90 void 0.000117
+gallium_dri.so malloc 72 0x5571735eed20 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eed20 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed70 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000117
+gallium_dri.so free 0x5571735eed70 void 0.000130
+gallium_dri.so malloc 72 0x5571735eee40 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee40 0.000118
+gallium_dri.so free 0x5571735eef80 void 0.000119
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eef80 0.000119
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so free 0x5571735eef80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef80 0.000119
+gallium_dri.so free 0x5571735ef100 void 0.000118
+gallium_dri.so free 0x5571735eef80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef80 0.000118
+gallium_dri.so free 0x5571735ef1c0 void 0.000119
+gallium_dri.so free 0x5571735eef80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef170 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef170 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef290 0.000119
+gallium_dri.so free 0x5571735ef300 void 0.000118
+gallium_dri.so free 0x5571735ef290 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef340 0.000118
+gallium_dri.so free 0x5571735ef3c0 void 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef340 0.000118
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef470 0.000118
+gallium_dri.so free 0x5571735ef4c0 void 0.000119
+gallium_dri.so free 0x5571735ef470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef470 0.000117
+gallium_dri.so free 0x5571735ef5c0 void 0.000161
+gallium_dri.so free 0x5571735ef470 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef570 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000118
+gallium_dri.so free 0x5571735ef570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef630 0.000119
+gallium_dri.so free 0x5571735ef6c0 void 0.000118
+gallium_dri.so free 0x5571735ef630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef630 0.000118
+gallium_dri.so free 0x5571735ef780 void 0.000119
+gallium_dri.so free 0x5571735ef630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000118
+gallium_dri.so free 0x5571735ef840 void 0.000118
+gallium_dri.so free 0x5571735ef7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000118
+gallium_dri.so free 0x5571735ef7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000118
+gallium_dri.so free 0x5571735efa00 void 0.000119
+gallium_dri.so free 0x5571735ef8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000127
+gallium_dri.so free 0x5571735efa40 void 0.000120
+gallium_dri.so free 0x5571735ef9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000119
+gallium_dri.so free 0x5571735efb00 void 0.000122
+gallium_dri.so free 0x5571735ef9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so free 0x5571735efb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efbc0 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000118
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbc0 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd60 0.000117
+gallium_dri.so free 0x5571735efe00 void 0.000119
+gallium_dri.so free 0x5571735efd60 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdb0 0.000118
+gallium_dri.so free 0x5571735efe80 void 0.000118
+gallium_dri.so free 0x5571735efdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdb0 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eff00 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eff00 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eff00 0.000119
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f00f0 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000120
+gallium_dri.so free 0x5571735f00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f01b0 0.000124
+gallium_dri.so free 0x5571735f0280 void 0.000124
+gallium_dri.so free 0x5571735f01b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f02d0 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000123
+gallium_dri.so free 0x5571735f02d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0360 0.000121
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0360 void 0.000124
+gallium_dri.so malloc 72 0x5571735f03b0 0.000120
+gallium_dri.so free 0x5571735f0480 void 0.000172
+gallium_dri.so free 0x5571735f03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03b0 0.000119
+gallium_dri.so free 0x5571735f0500 void 0.000118
+gallium_dri.so free 0x5571735f03b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0500 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000126
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0500 0.000118
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0670 0.000119
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0670 0.000117
+gallium_dri.so free 0x5571735f07c0 void 0.000117
+gallium_dri.so free 0x5571735f0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0800 0.000118
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0880 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000119
+gallium_dri.so free 0x5571735f0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0880 0.000119
+gallium_dri.so free 0x5571735f09c0 void 0.000118
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f09f0 0.000118
+gallium_dri.so free 0x5571735f0a40 void 0.000121
+gallium_dri.so free 0x5571735f09f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f09f0 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so free 0x5571735f09f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b80 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000122
+gallium_dri.so free 0x5571735f0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c00 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so free 0x5571735f0c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c00 0.000116
+gallium_dri.so free 0x5571735f0d40 void 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d70 0.000116
+gallium_dri.so free 0x5571735f0dc0 void 0.000117
+gallium_dri.so free 0x5571735f0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d70 0.000116
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so free 0x5571735f0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0e70 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0f30 0.000124
+gallium_dri.so free 0x5571735f1000 void 0.000120
+gallium_dri.so free 0x5571735f0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0f30 0.000119
+gallium_dri.so free 0x5571735f10c0 void 0.000119
+gallium_dri.so free 0x5571735f0f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0f30 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f0f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1130 0.000124
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so free 0x5571735f1130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1250 0.000117
+gallium_dri.so free 0x5571735f12c0 void 0.000118
+gallium_dri.so free 0x5571735f1250 void 0.000118
+gallium_dri.so malloc 72 0x5571735f12e0 0.000167
+gallium_dri.so free 0x5571735f1380 void 0.000120
+gallium_dri.so free 0x5571735f12e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1330 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so free 0x5571735f1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1400 0.000121
+gallium_dri.so free 0x5571735f14c0 void 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1400 0.000117
+gallium_dri.so free 0x5571735f1540 void 0.000117
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1540 0.000117
+gallium_dri.so free 0x5571735f1600 void 0.000118
+gallium_dri.so free 0x5571735f1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1540 0.000118
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so free 0x5571735f1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1540 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000173
+gallium_dri.so free 0x5571735f1540 void 0.000212
+gallium_dri.so malloc 72 0x5571735f1730 0.000285
+gallium_dri.so free 0x5571735f1800 void 0.000279
+gallium_dri.so free 0x5571735f1730 void 0.000200
+gallium_dri.so malloc 72 0x5571735f1850 0.000179
+gallium_dri.so free 0x5571735f18c0 void 0.000227
+gallium_dri.so free 0x5571735f1850 void 0.000178
+gallium_dri.so malloc 72 0x5571735f1900 0.000230
+gallium_dri.so free 0x5571735f1980 void 0.000221
+gallium_dri.so free 0x5571735f1900 void 0.000240
+gallium_dri.so malloc 72 0x5571735f1900 0.000239
+gallium_dri.so free 0x5571735f1a00 void 0.000193
+gallium_dri.so free 0x5571735f1900 void 0.000163
+gallium_dri.so malloc 72 0x5571735f1a30 0.000127
+gallium_dri.so free 0x5571735f1a80 void 0.000123
+gallium_dri.so free 0x5571735f1a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a30 0.000127
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b30 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000117
+gallium_dri.so free 0x5571735f1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000112
+gallium_dri.so free 0x5571735f1c80 void 0.000115
+gallium_dri.so free 0x5571735f1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000115
+gallium_dri.so free 0x5571735f1d40 void 0.000115
+gallium_dri.so free 0x5571735f1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1db0 0.000114
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1db0 0.000116
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000114
+gallium_dri.so free 0x5571735f1eb0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f1f70 0.000123
+gallium_dri.so free 0x5571735f2000 void 0.000122
+gallium_dri.so free 0x5571735f1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f70 0.000120
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so free 0x5571735f1f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2100 0.000122
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2180 0.000120
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2180 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2320 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2320 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000120
+gallium_dri.so free 0x5571735f2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2370 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so free 0x5571735f2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24c0 0.000118
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f26b0 0.000122
+gallium_dri.so free 0x5571735f27c0 void 0.000111
+gallium_dri.so free 0x5571735f26b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735f2770 0.000123
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so free 0x5571735f2770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2890 0.000119
+gallium_dri.so free 0x5571735f2900 void 0.000119
+gallium_dri.so free 0x5571735f2890 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2920 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x5571735f2920 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c30 0.000190
+gallium_dri.so free 0x5571735f2cc0 void 0.000125
+gallium_dri.so free 0x5571735f2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c30 0.000124
+gallium_dri.so free 0x5571735f2d80 void 0.000119
+gallium_dri.so free 0x5571735f2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000119
+gallium_dri.so free 0x5571735f2e40 void 0.000179
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e40 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so free 0x5571735f2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e40 0.000114
+gallium_dri.so free 0x5571735f2f80 void 0.000113
+gallium_dri.so free 0x5571735f2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000113
+gallium_dri.so free 0x5571735f2fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000114
+gallium_dri.so free 0x5571735f3100 void 0.000114
+gallium_dri.so free 0x5571735f2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3140 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31c0 0.000113
+gallium_dri.so free 0x5571735f3280 void 0.000126
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31c0 0.000116
+gallium_dri.so free 0x5571735f3300 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3330 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3330 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3430 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000114
+gallium_dri.so free 0x5571735f3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f34f0 0.000113
+gallium_dri.so free 0x5571735f35c0 void 0.000114
+gallium_dri.so free 0x5571735f34f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34f0 0.000130
+gallium_dri.so free 0x5571735f3680 void 0.000130
+gallium_dri.so free 0x5571735f34f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735f36b0 0.000128
+gallium_dri.so free 0x5571735899c0 void 0.000144
+gallium_dri.so free 0x5571735f36b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000114
+gallium_dri.so free 0x557173589ac0 void 0.000119
+gallium_dri.so free 0x5571735f36b0 void 0.000119
+gallium_dri.so malloc 72 0x557173589a70 0.000126
+gallium_dri.so free 0x557173589b80 void 0.000115
+gallium_dri.so free 0x557173589a70 void 0.000113
+gallium_dri.so malloc 72 0x557173589b30 0.000114
+gallium_dri.so free 0x557173589bc0 void 0.000113
+gallium_dri.so free 0x557173589b30 void 0.000113
+gallium_dri.so malloc 72 0x557173589b30 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000114
+gallium_dri.so free 0x557173589b30 void 0.000113
+gallium_dri.so malloc 72 0x557173589cd0 0.000114
+gallium_dri.so free 0x557173589d40 void 0.000114
+gallium_dri.so free 0x557173589cd0 void 0.000112
+gallium_dri.so malloc 72 0x557173589d80 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000114
+gallium_dri.so free 0x557173589d80 void 0.000113
+gallium_dri.so malloc 72 0x557173589e00 0.000114
+gallium_dri.so free 0x557173589ec0 void 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000115
+gallium_dri.so malloc 72 0x557173589e00 0.000115
+gallium_dri.so free 0x557173589f40 void 0.000114
+gallium_dri.so free 0x557173589e00 void 0.000114
+gallium_dri.so malloc 72 0x557173589f70 0.000156
+gallium_dri.so free 0x557173589fc0 void 0.000118
+gallium_dri.so free 0x557173589f70 void 0.000114
+gallium_dri.so malloc 72 0x557173589f70 0.000114
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so free 0x557173589f70 void 0.000113
+gallium_dri.so malloc 72 0x55717358a070 0.000175
+gallium_dri.so free 0x55717358a180 void 0.000116
+gallium_dri.so free 0x55717358a070 void 0.000113
+gallium_dri.so malloc 72 0x55717358a130 0.000112
+gallium_dri.so free 0x55717358a200 void 0.000115
+gallium_dri.so free 0x55717358a130 void 0.000113
+gallium_dri.so malloc 72 0x55717358a220 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a220 void 0.000113
+gallium_dri.so malloc 72 0x55717358a270 0.000114
+gallium_dri.so free 0x55717358a340 void 0.000113
+gallium_dri.so free 0x55717358a270 void 0.000113
+gallium_dri.so malloc 72 0x55717358a270 0.000114
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so free 0x55717358a270 void 0.000117
+gallium_dri.so malloc 72 0x55717358a3c0 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000115
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3c0 0.000116
+gallium_dri.so free 0x55717358a540 void 0.000115
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3c0 0.000119
+gallium_dri.so free 0x55717358a600 void 0.000124
+gallium_dri.so free 0x55717358a3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a5b0 0.000115
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x55717358a5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a5b0 0.000135
+gallium_dri.so free 0x55717358a700 void 0.000123
+gallium_dri.so free 0x55717358a5b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a6b0 0.000117
+gallium_dri.so free 0x55717358a7c0 void 0.000115
+gallium_dri.so free 0x55717358a6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a770 0.000114
+gallium_dri.so free 0x55717358a800 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000115
+gallium_dri.so malloc 72 0x55717358a770 0.000112
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000113
+gallium_dri.so malloc 72 0x55717358a900 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a900 void 0.000112
+gallium_dri.so malloc 72 0x55717358a980 0.000112
+gallium_dri.so free 0x55717358aa40 void 0.000115
+gallium_dri.so free 0x55717358a980 void 0.000113
+gallium_dri.so malloc 72 0x55717358a980 0.000113
+gallium_dri.so free 0x55717358ab00 void 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000112
+gallium_dri.so malloc 72 0x55717358ab20 0.000112
+gallium_dri.so free 0x55717358abc0 void 0.000114
+gallium_dri.so free 0x55717358ab20 void 0.000113
+gallium_dri.so malloc 72 0x55717358ab70 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000114
+gallium_dri.so free 0x55717358ab70 void 0.000115
+gallium_dri.so malloc 72 0x55717358ab70 0.000128
+gallium_dri.so free 0x55717358acc0 void 0.000116
+gallium_dri.so free 0x55717358ab70 void 0.000114
+gallium_dri.so malloc 72 0x55717358acc0 0.000113
+gallium_dri.so free 0x55717358ad80 void 0.000115
+gallium_dri.so free 0x55717358acc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358acc0 0.000114
+gallium_dri.so free 0x55717358ae40 void 0.000115
+gallium_dri.so free 0x55717358acc0 void 0.000170
+gallium_dri.so malloc 72 0x55717358acc0 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000114
+gallium_dri.so free 0x55717358acc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358aeb0 0.000113
+gallium_dri.so free 0x55717358afc0 void 0.000114
+gallium_dri.so free 0x55717358aeb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358af70 0.000114
+gallium_dri.so free 0x55717358b040 void 0.000113
+gallium_dri.so free 0x55717358af70 void 0.000113
+gallium_dri.so malloc 72 0x55717358b090 0.000113
+gallium_dri.so free 0x55717358b100 void 0.000115
+gallium_dri.so free 0x55717358b090 void 0.000113
+gallium_dri.so malloc 72 0x55717358b120 0.000114
+gallium_dri.so free 0x55717358b1c0 void 0.000114
+gallium_dri.so free 0x55717358b120 void 0.000113
+gallium_dri.so malloc 72 0x55717358b170 0.000113
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so free 0x55717358b170 void 0.000113
+gallium_dri.so malloc 72 0x55717358b170 0.000163
+gallium_dri.so free 0x55717358b2c0 void 0.000116
+gallium_dri.so free 0x55717358b170 void 0.000112
+gallium_dri.so malloc 72 0x55717358b2c0 0.000113
+gallium_dri.so free 0x55717358b380 void 0.000113
+gallium_dri.so free 0x55717358b2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b2c0 0.000113
+gallium_dri.so free 0x55717358b480 void 0.000114
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b430 0.000113
+gallium_dri.so free 0x55717358b4c0 void 0.000113
+gallium_dri.so free 0x55717358b430 void 0.000113
+gallium_dri.so malloc 72 0x55717358b430 0.000113
+gallium_dri.so free 0x55717358b580 void 0.000115
+gallium_dri.so free 0x55717358b430 void 0.000113
+gallium_dri.so malloc 72 0x55717358b5c0 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so free 0x55717358b5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b7b0 0.000114
+gallium_dri.so free 0x55717358b800 void 0.000114
+gallium_dri.so free 0x55717358b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b7b0 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b940 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000113
+gallium_dri.so malloc 72 0x55717358b9c0 0.000113
+gallium_dri.so free 0x55717358ba80 void 0.000114
+gallium_dri.so free 0x55717358b9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b9c0 0.000114
+gallium_dri.so free 0x55717358bb00 void 0.000114
+gallium_dri.so free 0x55717358b9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bb30 0.000114
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358bb30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb30 0.000113
+gallium_dri.so free 0x55717358bc80 void 0.000116
+gallium_dri.so free 0x55717358bb30 void 0.000116
+gallium_dri.so malloc 72 0x55717358bc30 0.000116
+gallium_dri.so free 0x55717358bd40 void 0.000114
+gallium_dri.so free 0x55717358bc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcf0 0.000113
+gallium_dri.so free 0x55717358bdc0 void 0.000166
+gallium_dri.so free 0x55717358bcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcf0 0.000115
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so free 0x55717358bcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcf0 0.000114
+gallium_dri.so free 0x55717358bf40 void 0.000116
+gallium_dri.so free 0x55717358bcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bef0 0.000114
+gallium_dri.so free 0x55717358bfc0 void 0.000115
+gallium_dri.so free 0x55717358bef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c010 0.000113
+gallium_dri.so free 0x55717358c080 void 0.000114
+gallium_dri.so free 0x55717358c010 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0a0 0.000114
+gallium_dri.so free 0x55717358c140 void 0.000112
+gallium_dri.so free 0x55717358c0a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c0f0 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000113
+gallium_dri.so free 0x55717358c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c1c0 0.000113
+gallium_dri.so free 0x55717358c280 void 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c1c0 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000115
+gallium_dri.so free 0x55717358c1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c300 0.000114
+gallium_dri.so free 0x55717358c3c0 void 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000113
+gallium_dri.so malloc 72 0x55717358c300 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000114
+gallium_dri.so malloc 72 0x55717358c300 0.000113
+gallium_dri.so free 0x55717358c540 void 0.000170
+gallium_dri.so free 0x55717358c300 void 0.000115
+gallium_dri.so malloc 72 0x55717358c4f0 0.000113
+gallium_dri.so free 0x55717358c5c0 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c610 0.000116
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so free 0x55717358c610 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6c0 0.000114
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so free 0x55717358c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6c0 0.000116
+gallium_dri.so free 0x55717358c7c0 void 0.000116
+gallium_dri.so free 0x55717358c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7f0 0.000113
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7f0 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so free 0x55717358c7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c8f0 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000116
+gallium_dri.so free 0x55717358c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9b0 0.000114
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so free 0x55717358c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9b0 0.000115
+gallium_dri.so free 0x55717358cb00 void 0.000126
+gallium_dri.so free 0x55717358c9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb70 0.000113
+gallium_dri.so free 0x55717358cbc0 void 0.000118
+gallium_dri.so free 0x55717358cb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb70 0.000112
+gallium_dri.so free 0x55717358ccc0 void 0.000114
+gallium_dri.so free 0x55717358cb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cc70 0.000155
+gallium_dri.so free 0x55717358cd80 void 0.000117
+gallium_dri.so free 0x55717358cc70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd30 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000114
+gallium_dri.so free 0x55717358cd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358cd30 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000114
+gallium_dri.so free 0x55717358cd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358cec0 0.000113
+gallium_dri.so free 0x55717358cf40 void 0.000113
+gallium_dri.so free 0x55717358cec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cf40 0.000113
+gallium_dri.so free 0x55717358d000 void 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000116
+gallium_dri.so malloc 72 0x55717358cf40 0.000114
+gallium_dri.so free 0x55717358d0c0 void 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000113
+gallium_dri.so malloc 72 0x55717358d0e0 0.000113
+gallium_dri.so free 0x55717358d180 void 0.000121
+gallium_dri.so free 0x55717358d0e0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d130 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000114
+gallium_dri.so free 0x55717358d130 void 0.000114
+gallium_dri.so malloc 72 0x55717358d130 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so free 0x55717358d130 void 0.000113
+gallium_dri.so malloc 72 0x55717358d280 0.000114
+gallium_dri.so free 0x55717358d340 void 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so malloc 72 0x55717358d280 0.000114
+gallium_dri.so free 0x55717358d400 void 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so malloc 72 0x55717358d280 0.000113
+gallium_dri.so free 0x55717358d4c0 void 0.000114
+gallium_dri.so free 0x55717358d280 void 0.000115
+gallium_dri.so malloc 72 0x55717358d470 0.000112
+gallium_dri.so free 0x55717358d580 void 0.000115
+gallium_dri.so free 0x55717358d470 void 0.000112
+gallium_dri.so malloc 72 0x55717358d530 0.000113
+gallium_dri.so free 0x55717358d600 void 0.000114
+gallium_dri.so free 0x55717358d530 void 0.000113
+gallium_dri.so malloc 72 0x55717358d650 0.000114
+gallium_dri.so free 0x55717358d6c0 void 0.000114
+gallium_dri.so free 0x55717358d650 void 0.000113
+gallium_dri.so malloc 72 0x55717358d6e0 0.000113
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so free 0x55717358d6e0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d730 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so free 0x55717358d730 void 0.000113
+gallium_dri.so malloc 72 0x55717358d730 0.000113
+gallium_dri.so free 0x55717358d880 void 0.000113
+gallium_dri.so free 0x55717358d730 void 0.000113
+gallium_dri.so malloc 72 0x55717358d880 0.000112
+gallium_dri.so free 0x55717358d940 void 0.000115
+gallium_dri.so free 0x55717358d880 void 0.000114
+gallium_dri.so malloc 72 0x55717358d880 0.000114
+gallium_dri.so free 0x55717358da40 void 0.000116
+gallium_dri.so free 0x55717358d880 void 0.000114
+gallium_dri.so malloc 72 0x55717358d9f0 0.000113
+gallium_dri.so free 0x55717358da80 void 0.000115
+gallium_dri.so free 0x55717358d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d9f0 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so free 0x55717358d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358db80 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x55717358db80 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000160
+gallium_dri.so free 0x55717358dcc0 void 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000126
+gallium_dri.so malloc 72 0x55717358dd70 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000115
+gallium_dri.so free 0x55717358dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd70 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so free 0x55717358dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df00 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358df00 void 0.000113
+gallium_dri.so malloc 72 0x55717358df80 0.000114
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000114
+gallium_dri.so malloc 72 0x55717358df80 0.000113
+gallium_dri.so free 0x55717358e0c0 void 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000112
+gallium_dri.so malloc 72 0x55717358e0f0 0.000113
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so free 0x55717358e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0f0 0.000113
+gallium_dri.so free 0x55717358e240 void 0.000113
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e1f0 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000114
+gallium_dri.so free 0x55717358e1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2b0 0.000115
+gallium_dri.so free 0x55717358e380 void 0.000114
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e2b0 0.000120
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so free 0x55717358e2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2b0 0.000114
+gallium_dri.so free 0x55717358e500 void 0.000116
+gallium_dri.so free 0x55717358e2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e4b0 0.000113
+gallium_dri.so free 0x55717358e580 void 0.000114
+gallium_dri.so free 0x55717358e4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e5d0 0.000113
+gallium_dri.so free 0x55717358e640 void 0.000113
+gallium_dri.so free 0x55717358e5d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e660 0.000113
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so free 0x55717358e660 void 0.000113
+gallium_dri.so malloc 72 0x55717358e6b0 0.000113
+gallium_dri.so free 0x55717358e780 void 0.000113
+gallium_dri.so free 0x55717358e6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e780 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000112
+gallium_dri.so malloc 72 0x55717358e780 0.000113
+gallium_dri.so free 0x55717358e8c0 void 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000112
+gallium_dri.so malloc 72 0x55717358e8c0 0.000117
+gallium_dri.so free 0x55717358e980 void 0.000114
+gallium_dri.so free 0x55717358e8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8c0 0.000127
+gallium_dri.so free 0x55717358ea40 void 0.000115
+gallium_dri.so free 0x55717358e8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e8c0 0.000113
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x55717358e8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358eab0 0.000115
+gallium_dri.so free 0x55717358eb80 void 0.000153
+gallium_dri.so free 0x55717358eab0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ebd0 0.000113
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so free 0x55717358ebd0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec80 0.000115
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so free 0x55717358ec80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec80 0.000112
+gallium_dri.so free 0x55717358ed80 void 0.000113
+gallium_dri.so free 0x55717358ec80 void 0.000113
+gallium_dri.so malloc 72 0x55717358edb0 0.000116
+gallium_dri.so free 0x55717358ee00 void 0.000114
+gallium_dri.so free 0x55717358edb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358edb0 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so free 0x55717358edb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eeb0 0.000113
+gallium_dri.so free 0x55717358efc0 void 0.000114
+gallium_dri.so free 0x55717358eeb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef70 0.000124
+gallium_dri.so free 0x55717358f000 void 0.000115
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef70 0.000113
+gallium_dri.so free 0x55717358f0c0 void 0.000113
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000115
+gallium_dri.so free 0x55717358f130 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000114
+gallium_dri.so free 0x55717358f280 void 0.000113
+gallium_dri.so free 0x55717358f130 void 0.000112
+gallium_dri.so malloc 72 0x55717358f230 0.000114
+gallium_dri.so free 0x55717358f340 void 0.000113
+gallium_dri.so free 0x55717358f230 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2f0 0.000114
+gallium_dri.so free 0x55717358f380 void 0.000114
+gallium_dri.so free 0x55717358f2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2f0 0.000112
+gallium_dri.so free 0x55717358f440 void 0.000113
+gallium_dri.so free 0x55717358f2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f480 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f480 void 0.000113
+gallium_dri.so malloc 72 0x55717358f500 0.000115
+gallium_dri.so free 0x55717358f5c0 void 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so malloc 72 0x55717358f500 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000184
+gallium_dri.so free 0x55717358f500 void 0.000121
+gallium_dri.so malloc 72 0x55717358f6a0 0.000115
+gallium_dri.so free 0x55717358f740 void 0.000114
+gallium_dri.so free 0x55717358f6a0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f6f0 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000113
+gallium_dri.so free 0x55717358f6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f6f0 0.000114
+gallium_dri.so free 0x55717358f840 void 0.000114
+gallium_dri.so free 0x55717358f6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f840 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000112
+gallium_dri.so malloc 72 0x55717358f840 0.000113
+gallium_dri.so free 0x55717358f9c0 void 0.000116
+gallium_dri.so free 0x55717358f840 void 0.000112
+gallium_dri.so malloc 72 0x55717358f840 0.000114
+gallium_dri.so free 0x55717358fa80 void 0.000113
+gallium_dri.so free 0x55717358f840 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa30 0.000114
+gallium_dri.so free 0x55717358fb40 void 0.000111
+gallium_dri.so free 0x55717358fa30 void 0.000116
+gallium_dri.so malloc 72 0x55717358faf0 0.000114
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so free 0x55717358faf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc10 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000116
+gallium_dri.so free 0x55717358fc10 void 0.000113
+gallium_dri.so malloc 72 0x55717358fca0 0.000117
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so free 0x55717358fca0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fcf0 0.000112
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so free 0x55717358fcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fcf0 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe40 0.000112
+gallium_dri.so free 0x55717358ff00 void 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fe40 0.000113
+gallium_dri.so free 0x557173590000 void 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ffb0 0.000114
+gallium_dri.so free 0x557173590040 void 0.000113
+gallium_dri.so free 0x55717358ffb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ffb0 0.000112
+gallium_dri.so free 0x557173590100 void 0.000113
+gallium_dri.so free 0x55717358ffb0 void 0.000112
+gallium_dri.so malloc 72 0x557173590140 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x557173590140 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x557173590280 void 0.000126
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x557173590300 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590330 0.000114
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so free 0x557173590330 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000114
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x5571735904c0 0.000114
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590540 0.000113
+gallium_dri.so free 0x557173590600 void 0.000113
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so malloc 72 0x557173590540 0.000119
+gallium_dri.so free 0x557173590680 void 0.000116
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000114
+gallium_dri.so free 0x557173590700 void 0.000124
+gallium_dri.so free 0x5571735906b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735906b0 0.000114
+gallium_dri.so free 0x557173590800 void 0.000119
+gallium_dri.so free 0x5571735906b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735907b0 0.000115
+gallium_dri.so free 0x5571735908c0 void 0.000163
+gallium_dri.so free 0x5571735907b0 void 0.000114
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x557173590940 void 0.000113
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000114
+gallium_dri.so free 0x557173590a00 void 0.000113
+gallium_dri.so free 0x557173590870 void 0.000155
+gallium_dri.so malloc 72 0x557173590870 0.000115
+gallium_dri.so free 0x557173590ac0 void 0.000113
+gallium_dri.so free 0x557173590870 void 0.000113
+gallium_dri.so malloc 72 0x557173590a70 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000115
+gallium_dri.so free 0x557173590a70 void 0.000114
+gallium_dri.so malloc 72 0x557173590b90 0.000115
+gallium_dri.so free 0x557173590c00 void 0.000114
+gallium_dri.so free 0x557173590b90 void 0.000114
+gallium_dri.so malloc 72 0x557173590c20 0.000113
+gallium_dri.so free 0x557173590cc0 void 0.000114
+gallium_dri.so free 0x557173590c20 void 0.000118
+gallium_dri.so malloc 72 0x557173590c70 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so free 0x557173590c70 void 0.000112
+gallium_dri.so malloc 72 0x557173590d40 0.000113
+gallium_dri.so free 0x557173590e00 void 0.000118
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so malloc 72 0x557173590d40 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000120
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so malloc 72 0x557173590e80 0.000117
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000114
+gallium_dri.so malloc 72 0x557173590e80 0.000113
+gallium_dri.so free 0x557173591000 void 0.000115
+gallium_dri.so free 0x557173590e80 void 0.000112
+gallium_dri.so malloc 72 0x557173590e80 0.000112
+gallium_dri.so free 0x5571735910c0 void 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000112
+gallium_dri.so malloc 72 0x557173591070 0.000112
+gallium_dri.so free 0x557173591140 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000114
+gallium_dri.so malloc 72 0x557173591190 0.000114
+gallium_dri.so free 0x557173591200 void 0.000114
+gallium_dri.so free 0x557173591190 void 0.000112
+gallium_dri.so malloc 72 0x557173591240 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so free 0x557173591240 void 0.000113
+gallium_dri.so malloc 72 0x557173591240 0.000114
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x557173591240 void 0.000114
+gallium_dri.so malloc 72 0x557173591370 0.000113
+gallium_dri.so free 0x5571735913c0 void 0.000114
+gallium_dri.so free 0x557173591370 void 0.000112
+gallium_dri.so malloc 72 0x557173591370 0.000112
+gallium_dri.so free 0x5571735914c0 void 0.000123
+gallium_dri.so free 0x557173591370 void 0.000113
+gallium_dri.so malloc 72 0x557173591470 0.000113
+gallium_dri.so free 0x557173591580 void 0.000112
+gallium_dri.so free 0x557173591470 void 0.000114
+gallium_dri.so malloc 72 0x557173591530 0.000113
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so free 0x557173591530 void 0.000115
+gallium_dri.so malloc 72 0x557173591530 0.000115
+gallium_dri.so free 0x557173591680 void 0.000114
+gallium_dri.so free 0x557173591530 void 0.000113
+gallium_dri.so malloc 72 0x5571735916f0 0.000113
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so free 0x5571735916f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735916f0 0.000113
+gallium_dri.so free 0x557173591840 void 0.000115
+gallium_dri.so free 0x5571735916f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735917f0 0.000112
+gallium_dri.so free 0x557173591900 void 0.000114
+gallium_dri.so free 0x5571735917f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735918b0 0.000112
+gallium_dri.so free 0x557173591940 void 0.000159
+gallium_dri.so free 0x5571735918b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735918b0 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591a40 0.000112
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x557173591a40 void 0.000117
+gallium_dri.so malloc 72 0x557173591ac0 0.000115
+gallium_dri.so free 0x557173591b80 void 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ac0 0.000120
+gallium_dri.so free 0x557173591c40 void 0.000125
+gallium_dri.so free 0x557173591ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173591c60 0.000116
+gallium_dri.so free 0x557173591d00 void 0.000120
+gallium_dri.so free 0x557173591c60 void 0.000118
+gallium_dri.so malloc 72 0x557173591cb0 0.000114
+gallium_dri.so free 0x557173591d80 void 0.000113
+gallium_dri.so free 0x557173591cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173591cb0 0.000113
+gallium_dri.so free 0x557173591e00 void 0.000114
+gallium_dri.so free 0x557173591cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173591e00 0.000114
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so free 0x557173591e00 void 0.000112
+gallium_dri.so malloc 72 0x557173591e00 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x557173591e00 void 0.000116
+gallium_dri.so malloc 72 0x557173591e00 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x557173591e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa40 void 0.000116
+gallium_dri.so free 0x5571735da930 void 0.000114
+gallium_dri.so malloc 72 0x5571735da9f0 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735da9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab10 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735dab10 void 0.000111
+gallium_dri.so malloc 72 0x5571735daba0 0.000112
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735daba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad40 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad40 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000112
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daeb0 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000121
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db040 0.000111
+gallium_dri.so free 0x5571735db0c0 void 0.000117
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000151
+gallium_dri.so malloc 72 0x5571735db0c0 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db230 0.000111
+gallium_dri.so free 0x5571735db280 void 0.000120
+gallium_dri.so free 0x5571735db230 void 0.000123
+gallium_dri.so malloc 72 0x5571735db230 0.000116
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db230 void 0.000113
+gallium_dri.so malloc 72 0x5571735db3c0 0.000112
+gallium_dri.so free 0x5571735db440 void 0.000125
+gallium_dri.so free 0x5571735db3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db440 0.000116
+gallium_dri.so free 0x5571735db500 void 0.000119
+gallium_dri.so free 0x5571735db440 void 0.000118
+gallium_dri.so malloc 72 0x5571735db440 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5b0 0.000117
+gallium_dri.so free 0x5571735db600 void 0.000127
+gallium_dri.so free 0x5571735db5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5b0 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6b0 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db770 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db770 void 0.000113
+gallium_dri.so malloc 72 0x5571735db770 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db770 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000112
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000114
+gallium_dri.so free 0x5571735db970 void 0.000111
+gallium_dri.so malloc 72 0x5571735dba90 0.000106
+gallium_dri.so free 0x5571735dbb00 void 0.000262
+gallium_dri.so free 0x5571735dba90 void 0.000217
+gallium_dri.so malloc 72 0x5571735dbb20 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000109
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc40 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc40 0.000119
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd80 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so free 0x5571735dbd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbd80 0.000119
+gallium_dri.so free 0x5571735dbf00 void 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd80 0.000114
+gallium_dri.so free 0x5571735dbfc0 void 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbf70 0.000116
+gallium_dri.so free 0x5571735dc040 void 0.000114
+gallium_dri.so free 0x5571735dbf70 void 0.000162
+gallium_dri.so malloc 72 0x5571735dc090 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000113
+gallium_dri.so free 0x5571735dc090 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc140 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc140 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc140 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000111
+gallium_dri.so free 0x5571735dc140 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc270 0.000110
+gallium_dri.so free 0x5571735dc2c0 void 0.000111
+gallium_dri.so free 0x5571735dc270 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc270 0.000110
+gallium_dri.so free 0x5571735dc3c0 void 0.000110
+gallium_dri.so free 0x5571735dc270 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc370 0.000110
+gallium_dri.so free 0x5571735dc480 void 0.000110
+gallium_dri.so free 0x5571735dc370 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc430 0.000116
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so free 0x5571735dc430 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc430 0.000122
+gallium_dri.so free 0x5571735dc580 void 0.000114
+gallium_dri.so free 0x5571735dc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000112
+gallium_dri.so free 0x5571735dc640 void 0.000113
+gallium_dri.so free 0x5571735dc5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc5f0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000114
+gallium_dri.so free 0x5571735dc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000113
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000125
+gallium_dri.so free 0x5571735dc840 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000115
+gallium_dri.so free 0x5571735dc900 void 0.000125
+gallium_dri.so free 0x5571735dc7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc940 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000106
+gallium_dri.so free 0x5571735dcb40 void 0.000257
+gallium_dri.so free 0x5571735dc9c0 void 0.000215
+gallium_dri.so malloc 72 0x5571735dcb60 0.000119
+gallium_dri.so free 0x5571735dcc00 void 0.000129
+gallium_dri.so free 0x5571735dcb60 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000116
+gallium_dri.so free 0x5571735dcc80 void 0.000115
+gallium_dri.so free 0x5571735dcbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000129
+gallium_dri.so free 0x5571735dcd00 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd00 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000183
+gallium_dri.so free 0x5571735dcd00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcd00 0.000125
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd00 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000156
+gallium_dri.so free 0x5571735dcd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcef0 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dcef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000117
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0d0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd0d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd160 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so free 0x5571735dd160 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000128
+gallium_dri.so free 0x5571735dd280 void 0.000124
+gallium_dri.so free 0x5571735dd1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000125
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so free 0x5571735dd1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd300 0.000111
+gallium_dri.so free 0x5571735dd3c0 void 0.000111
+gallium_dri.so free 0x5571735dd300 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd300 0.000111
+gallium_dri.so free 0x5571735dd4c0 void 0.000109
+gallium_dri.so free 0x5571735dd300 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd470 0.000111
+gallium_dri.so free 0x5571735dd500 void 0.000110
+gallium_dri.so free 0x5571735dd470 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd470 0.000110
+gallium_dri.so free 0x5571735dd5c0 void 0.000111
+gallium_dri.so free 0x5571735dd470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd600 0.000112
+gallium_dri.so free 0x5571735dd680 void 0.000110
+gallium_dri.so free 0x5571735dd600 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd680 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000109
+gallium_dri.so free 0x5571735dd680 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd680 0.000110
+gallium_dri.so free 0x5571735dd7c0 void 0.000110
+gallium_dri.so free 0x5571735dd680 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000110
+gallium_dri.so free 0x5571735dd940 void 0.000112
+gallium_dri.so free 0x5571735dd7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd980 0.000117
+gallium_dri.so free 0x5571735dda00 void 0.000117
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda00 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda00 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb70 0.000113
+gallium_dri.so free 0x5571735ddbc0 void 0.000115
+gallium_dri.so free 0x5571735ddb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb70 0.000112
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc70 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000161
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf30 0.000163
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735de050 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735de050 void 0.000124
+gallium_dri.so malloc 72 0x5571735de0e0 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de200 void 0.000121
+gallium_dri.so free 0x5571735de130 void 0.000123
+gallium_dri.so malloc 72 0x5571735de200 0.000123
+gallium_dri.so free 0x5571735de2c0 void 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000131
+gallium_dri.so malloc 72 0x5571735de200 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000121
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so malloc 72 0x5571735de340 0.000122
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so malloc 72 0x5571735de340 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000117
+gallium_dri.so malloc 72 0x5571735de340 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000129
+gallium_dri.so malloc 72 0x5571735de530 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de650 0.000121
+gallium_dri.so free 0x5571735de6c0 void 0.000120
+gallium_dri.so free 0x5571735de650 void 0.000119
+gallium_dri.so malloc 72 0x5571735de700 0.000121
+gallium_dri.so free 0x5571735de780 void 0.000119
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so malloc 72 0x5571735de700 0.000119
+gallium_dri.so free 0x5571735de800 void 0.000119
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000180
+gallium_dri.so free 0x5571735de880 void 0.000164
+gallium_dri.so free 0x5571735de830 void 0.000125
+gallium_dri.so malloc 72 0x5571735de830 0.000111
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de830 void 0.000110
+gallium_dri.so malloc 72 0x5571735de930 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000117
+gallium_dri.so free 0x5571735de930 void 0.000110
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000110
+gallium_dri.so free 0x5571735de9f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de9f0 0.000109
+gallium_dri.so free 0x5571735deb40 void 0.000127
+gallium_dri.so free 0x5571735de9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735debb0 0.000128
+gallium_dri.so free 0x5571735dec00 void 0.000130
+gallium_dri.so free 0x5571735debb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735debb0 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000218
+gallium_dri.so free 0x5571735debb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735decb0 0.000125
+gallium_dri.so free 0x5571735dedc0 void 0.000123
+gallium_dri.so free 0x5571735decb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ded70 0.000124
+gallium_dri.so free 0x5571735dee00 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded70 0.000124
+gallium_dri.so free 0x5571735deec0 void 0.000124
+gallium_dri.so free 0x5571735ded70 void 0.000124
+gallium_dri.so malloc 72 0x5571735def00 0.000124
+gallium_dri.so free 0x5571735def80 void 0.000123
+gallium_dri.so free 0x5571735def00 void 0.000124
+gallium_dri.so malloc 72 0x5571735def80 0.000202
+gallium_dri.so free 0x5571735df040 void 0.000126
+gallium_dri.so free 0x5571735def80 void 0.000124
+gallium_dri.so malloc 72 0x5571735def80 0.000124
+gallium_dri.so free 0x5571735df100 void 0.000125
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so malloc 72 0x5571735df120 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so free 0x5571735df120 void 0.000117
+gallium_dri.so malloc 72 0x5571735df170 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000127
+gallium_dri.so malloc 72 0x5571735df170 0.000125
+gallium_dri.so free 0x5571735df2c0 void 0.000125
+gallium_dri.so free 0x5571735df170 void 0.000124
+gallium_dri.so malloc 72 0x5571735df2c0 0.000123
+gallium_dri.so free 0x5571735df380 void 0.000124
+gallium_dri.so free 0x5571735df2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df2c0 0.000123
+gallium_dri.so free 0x5571735df440 void 0.000123
+gallium_dri.so free 0x5571735df2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df2c0 0.000123
+gallium_dri.so free 0x5571735df500 void 0.000125
+gallium_dri.so free 0x5571735df2c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df4b0 0.000125
+gallium_dri.so free 0x5571735df5c0 void 0.000132
+gallium_dri.so free 0x5571735df4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df570 0.000115
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so free 0x5571735df570 void 0.000116
+gallium_dri.so malloc 72 0x5571735df690 0.000116
+gallium_dri.so free 0x5571735df700 void 0.000124
+gallium_dri.so free 0x5571735df690 void 0.000117
+gallium_dri.so malloc 72 0x5571735df720 0.000118
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df720 void 0.000116
+gallium_dri.so malloc 72 0x5571735df770 0.000120
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so free 0x5571735df770 void 0.000121
+gallium_dri.so malloc 72 0x5571735df770 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so free 0x5571735df770 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8c0 0.000117
+gallium_dri.so free 0x5571735df980 void 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000176
+gallium_dri.so free 0x5571735df8c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfa30 0.000117
+gallium_dri.so free 0x5571735dfac0 void 0.000116
+gallium_dri.so free 0x5571735dfa30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfa30 0.000138
+gallium_dri.so free 0x5571735dfb80 void 0.000130
+gallium_dri.so free 0x5571735dfa30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000128
+gallium_dri.so free 0x5571735dfc40 void 0.000130
+gallium_dri.so free 0x5571735dfbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc40 0.000131
+gallium_dri.so free 0x5571735dfd00 void 0.000130
+gallium_dri.so free 0x5571735dfc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc40 0.000129
+gallium_dri.so free 0x5571735dfd80 void 0.000129
+gallium_dri.so free 0x5571735dfc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000124
+gallium_dri.so free 0x5571735dfe00 void 0.000120
+gallium_dri.so free 0x5571735dfdb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000130
+gallium_dri.so free 0x5571735dff00 void 0.000129
+gallium_dri.so free 0x5571735dfdb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dff40 0.000130
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so free 0x5571735dff40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dffc0 0.000201
+gallium_dri.so free 0x5571735e0080 void 0.000229
+gallium_dri.so free 0x5571735dffc0 void 0.000226
+gallium_dri.so malloc 72 0x5571735dffc0 0.000130
+gallium_dri.so free 0x5571735e0100 void 0.000124
+gallium_dri.so free 0x5571735dffc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0130 0.000121
+gallium_dri.so free 0x5571735e0180 void 0.000126
+gallium_dri.so free 0x5571735e0130 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0130 0.000122
+gallium_dri.so free 0x5571735e0280 void 0.000125
+gallium_dri.so free 0x5571735e0130 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0230 0.000119
+gallium_dri.so free 0x5571735e0340 void 0.000121
+gallium_dri.so free 0x5571735e0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000126
+gallium_dri.so free 0x5571735e03c0 void 0.000125
+gallium_dri.so free 0x5571735e02f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e0480 void 0.000120
+gallium_dri.so free 0x5571735e02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02f0 0.000124
+gallium_dri.so free 0x5571735e0540 void 0.000133
+gallium_dri.so free 0x5571735e02f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e04f0 0.000132
+gallium_dri.so free 0x5571735e05c0 void 0.000124
+gallium_dri.so free 0x5571735e04f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0610 0.000129
+gallium_dri.so free 0x5571735e0680 void 0.000130
+gallium_dri.so free 0x5571735e0610 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06a0 0.000124
+gallium_dri.so free 0x5571735e0740 void 0.000129
+gallium_dri.so free 0x5571735e06a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06f0 0.000129
+gallium_dri.so free 0x5571735e07c0 void 0.000131
+gallium_dri.so free 0x5571735e06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07c0 0.000125
+gallium_dri.so free 0x5571735e0880 void 0.000132
+gallium_dri.so free 0x5571735e07c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e07c0 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so free 0x5571735e07c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0900 0.000133
+gallium_dri.so free 0x5571735e09c0 void 0.000138
+gallium_dri.so free 0x5571735e0900 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0900 0.000145
+gallium_dri.so free 0x5571735e0a80 void 0.000146
+gallium_dri.so free 0x5571735e0900 void 0.000153
+gallium_dri.so malloc 72 0x5571735e0900 0.000145
+gallium_dri.so free 0x5571735e0b40 void 0.000145
+gallium_dri.so free 0x5571735e0900 void 0.000141
+gallium_dri.so malloc 72 0x5571735e0af0 0.000140
+gallium_dri.so free 0x5571735e0bc0 void 0.000140
+gallium_dri.so free 0x5571735e0af0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0c10 0.000179
+gallium_dri.so free 0x5571735e0c80 void 0.000151
+gallium_dri.so free 0x5571735e0c10 void 0.000146
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000140
+gallium_dri.so free 0x5571735e0d40 void 0.000135
+gallium_dri.so free 0x5571735e0cc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000139
+gallium_dri.so free 0x5571735e0dc0 void 0.000134
+gallium_dri.so free 0x5571735e0cc0 void 0.000148
+gallium_dri.so malloc 72 0x5571735e0df0 0.000141
+gallium_dri.so free 0x5571735e0e40 void 0.000141
+gallium_dri.so free 0x5571735e0df0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0df0 0.000139
+gallium_dri.so free 0x5571735e0f40 void 0.000135
+gallium_dri.so free 0x5571735e0df0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000139
+gallium_dri.so free 0x5571735e1000 void 0.000146
+gallium_dri.so free 0x5571735e0ef0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000141
+gallium_dri.so free 0x5571735e1040 void 0.000146
+gallium_dri.so free 0x5571735e0fb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000140
+gallium_dri.so free 0x5571735e1100 void 0.000141
+gallium_dri.so free 0x5571735e0fb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e1170 0.000145
+gallium_dri.so free 0x5571735e11c0 void 0.000145
+gallium_dri.so free 0x5571735e1170 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1170 0.000156
+gallium_dri.so free 0x5571735e12c0 void 0.000147
+gallium_dri.so free 0x5571735e1170 void 0.000146
+gallium_dri.so malloc 72 0x5571735e1270 0.000145
+gallium_dri.so free 0x5571735e1380 void 0.000139
+gallium_dri.so free 0x5571735e1270 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1330 0.000130
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so free 0x5571735e1330 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000123
+gallium_dri.so free 0x5571735e1330 void 0.000127
+gallium_dri.so malloc 72 0x5571735e14c0 0.000130
+gallium_dri.so free 0x5571735e1540 void 0.000125
+gallium_dri.so free 0x5571735e14c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1540 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e16c0 void 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000123
+gallium_dri.so malloc 72 0x5571735e16e0 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000142
+gallium_dri.so free 0x5571735e16e0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1730 0.000130
+gallium_dri.so free 0x5571735e1800 void 0.000125
+gallium_dri.so free 0x5571735e1730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1730 0.000120
+gallium_dri.so free 0x5571735e1880 void 0.000120
+gallium_dri.so free 0x5571735e1730 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1880 0.000194
+gallium_dri.so free 0x5571735e1940 void 0.000131
+gallium_dri.so free 0x5571735e1880 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1880 0.000130
+gallium_dri.so free 0x5571735e1a00 void 0.000131
+gallium_dri.so free 0x5571735e1880 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1880 0.000131
+gallium_dri.so free 0x5571735e1ac0 void 0.000130
+gallium_dri.so free 0x5571735e1880 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a70 0.000130
+gallium_dri.so free 0x5571735e1b80 void 0.000123
+gallium_dri.so free 0x5571735e1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b30 0.000125
+gallium_dri.so free 0x5571735e1c00 void 0.000140
+gallium_dri.so free 0x5571735e1b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c50 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000130
+gallium_dri.so free 0x5571735e1c50 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000130
+gallium_dri.so free 0x5571735e1d80 void 0.000126
+gallium_dri.so free 0x5571735e1ce0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1d30 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000120
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000125
+gallium_dri.so free 0x5571735e1e80 void 0.000129
+gallium_dri.so free 0x5571735e1d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1e80 0.000176
+gallium_dri.so free 0x5571735e1f40 void 0.000131
+gallium_dri.so free 0x5571735e1e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1e80 0.000130
+gallium_dri.so free 0x5571735e2040 void 0.000137
+gallium_dri.so free 0x5571735e1e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000130
+gallium_dri.so free 0x5571735e2080 void 0.000169
+gallium_dri.so free 0x5571735e1ff0 void 0.000160
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000162
+gallium_dri.so free 0x5571735e2140 void 0.000130
+gallium_dri.so free 0x5571735e1ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2180 0.000124
+gallium_dri.so free 0x5571735e2200 void 0.000127
+gallium_dri.so free 0x5571735e2180 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2200 0.000129
+gallium_dri.so free 0x5571735e22c0 void 0.000131
+gallium_dri.so free 0x5571735e2200 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2200 0.000131
+gallium_dri.so free 0x5571735e2340 void 0.000125
+gallium_dri.so free 0x5571735e2200 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2370 0.000124
+gallium_dri.so free 0x5571735e23c0 void 0.000121
+gallium_dri.so free 0x5571735e2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2370 0.000127
+gallium_dri.so free 0x5571735e24c0 void 0.000130
+gallium_dri.so free 0x5571735e2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2500 0.000188
+gallium_dri.so free 0x5571735e2580 void 0.000130
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2580 0.000126
+gallium_dri.so free 0x5571735e2640 void 0.000147
+gallium_dri.so free 0x5571735e2580 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2580 0.000131
+gallium_dri.so free 0x5571735e26c0 void 0.000128
+gallium_dri.so free 0x5571735e2580 void 0.000130
+gallium_dri.so malloc 72 0x5571735e26f0 0.000125
+gallium_dri.so free 0x5571735e2740 void 0.000120
+gallium_dri.so free 0x5571735e26f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e26f0 0.000129
+gallium_dri.so free 0x5571735e2840 void 0.000130
+gallium_dri.so free 0x5571735e26f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e27f0 0.000129
+gallium_dri.so free 0x5571735e2900 void 0.000125
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000125
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so free 0x5571735e28b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e28b0 0.000127
+gallium_dri.so free 0x5571735e2a40 void 0.000129
+gallium_dri.so free 0x5571735e28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28b0 0.000125
+gallium_dri.so free 0x5571735e2b00 void 0.000126
+gallium_dri.so free 0x5571735e28b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000126
+gallium_dri.so free 0x5571735e2ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000125
+gallium_dri.so free 0x5571735e2bd0 void 0.000152
+gallium_dri.so malloc 72 0x5571735e2c60 0.000125
+gallium_dri.so free 0x5571735e2d00 void 0.000124
+gallium_dri.so free 0x5571735e2c60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000130
+gallium_dri.so free 0x5571735e2d80 void 0.000131
+gallium_dri.so free 0x5571735e2cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2d80 0.000125
+gallium_dri.so free 0x5571735e2e40 void 0.000120
+gallium_dri.so free 0x5571735e2d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d80 0.000139
+gallium_dri.so free 0x5571735e2ec0 void 0.000225
+gallium_dri.so free 0x5571735e2d80 void 0.000222
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000222
+gallium_dri.so free 0x5571735e2f80 void 0.000170
+gallium_dri.so free 0x5571735e2ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000127
+gallium_dri.so free 0x5571735e3040 void 0.000129
+gallium_dri.so free 0x5571735e2ec0 void 0.000195
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000128
+gallium_dri.so free 0x5571735e3100 void 0.000129
+gallium_dri.so free 0x5571735e2ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e30b0 0.000132
+gallium_dri.so free 0x5571735e3180 void 0.000129
+gallium_dri.so free 0x5571735e30b0 void 0.000276
+gallium_dri.so malloc 72 0x5571735e31d0 0.000234
+gallium_dri.so free 0x5571735e3240 void 0.000223
+gallium_dri.so free 0x5571735e31d0 void 0.000201
+gallium_dri.so malloc 72 0x5571735e3280 0.000232
+gallium_dri.so free 0x5571735e3300 void 0.000127
+gallium_dri.so free 0x5571735e3280 void 0.000223
+gallium_dri.so malloc 72 0x5571735e3280 0.000240
+gallium_dri.so free 0x5571735e3380 void 0.000185
+gallium_dri.so free 0x5571735e3280 void 0.000132
+gallium_dri.so malloc 72 0x5571735e33b0 0.000125
+gallium_dri.so free 0x5571735e3400 void 0.000128
+gallium_dri.so free 0x5571735e33b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e33b0 0.000129
+gallium_dri.so free 0x5571735e3500 void 0.000124
+gallium_dri.so free 0x5571735e33b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e34b0 0.000128
+gallium_dri.so free 0x5571735e35c0 void 0.000130
+gallium_dri.so free 0x5571735e34b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3570 0.000125
+gallium_dri.so free 0x5571735e3600 void 0.000125
+gallium_dri.so free 0x5571735e3570 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3570 0.000124
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3730 0.000120
+gallium_dri.so free 0x5571735e3780 void 0.000120
+gallium_dri.so free 0x5571735e3730 void 0.000136
+gallium_dri.so malloc 72 0x5571735e3730 0.000131
+gallium_dri.so free 0x557173600e80 void 0.000129
+gallium_dri.so free 0x5571735e3730 void 0.000134
+gallium_dri.so malloc 72 0x557173600ed0 0.000130
+gallium_dri.so free 0x557173600f40 void 0.000129
+gallium_dri.so free 0x557173600ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173600f60 0.000123
+gallium_dri.so free 0x557173601000 void 0.000119
+gallium_dri.so free 0x557173600f60 void 0.000119
+gallium_dri.so malloc 72 0x557173600fb0 0.000125
+gallium_dri.so free 0x557173601080 void 0.000130
+gallium_dri.so free 0x557173600fb0 void 0.000130
+gallium_dri.so malloc 72 0x557173600fb0 0.000129
+gallium_dri.so free 0x557173601100 void 0.000124
+gallium_dri.so free 0x557173600fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173601100 0.000130
+gallium_dri.so free 0x5571736011c0 void 0.000129
+gallium_dri.so free 0x557173601100 void 0.000125
+gallium_dri.so malloc 72 0x557173601100 0.000125
+gallium_dri.so free 0x5571736012c0 void 0.000128
+gallium_dri.so free 0x557173601100 void 0.000129
+gallium_dri.so malloc 72 0x557173601100 0.000124
+gallium_dri.so free 0x557173601340 void 0.000124
+gallium_dri.so free 0x557173601100 void 0.000119
+gallium_dri.so malloc 72 0x557173601370 0.000133
+gallium_dri.so free 0x5571736013c0 void 0.000121
+gallium_dri.so free 0x557173601370 void 0.000122
+gallium_dri.so malloc 72 0x557173601370 0.000118
+gallium_dri.so free 0x5571736014c0 void 0.000121
+gallium_dri.so free 0x557173601370 void 0.000118
+gallium_dri.so malloc 72 0x557173601470 0.000118
+gallium_dri.so free 0x557173601580 void 0.000120
+gallium_dri.so free 0x557173601470 void 0.000119
+gallium_dri.so malloc 72 0x557173601530 0.000119
+gallium_dri.so free 0x5571736015c0 void 0.000119
+gallium_dri.so free 0x557173601530 void 0.000119
+gallium_dri.so malloc 72 0x557173601530 0.000119
+gallium_dri.so free 0x557173601680 void 0.000121
+gallium_dri.so free 0x557173601530 void 0.000119
+gallium_dri.so malloc 72 0x5571736016d0 0.000119
+gallium_dri.so free 0x557173601740 void 0.000118
+gallium_dri.so free 0x5571736016d0 void 0.000118
+gallium_dri.so malloc 72 0x557173601780 0.000148
+gallium_dri.so free 0x557173601800 void 0.000119
+gallium_dri.so free 0x557173601780 void 0.000118
+gallium_dri.so malloc 72 0x557173601800 0.000120
+gallium_dri.so free 0x5571736018c0 void 0.000120
+gallium_dri.so free 0x557173601800 void 0.000118
+gallium_dri.so malloc 72 0x557173601800 0.000118
+gallium_dri.so free 0x557173601940 void 0.000121
+gallium_dri.so free 0x557173601800 void 0.000164
+gallium_dri.so malloc 72 0x557173601970 0.000118
+gallium_dri.so free 0x5571736019c0 void 0.000119
+gallium_dri.so free 0x557173601970 void 0.000118
+gallium_dri.so malloc 72 0x557173601970 0.000119
+gallium_dri.so free 0x557173601ac0 void 0.000120
+gallium_dri.so free 0x557173601970 void 0.000118
+gallium_dri.so malloc 72 0x557173601a70 0.000119
+gallium_dri.so free 0x557173601b80 void 0.000125
+gallium_dri.so free 0x557173601a70 void 0.000126
+gallium_dri.so malloc 72 0x557173601b30 0.000120
+gallium_dri.so free 0x557173601c00 void 0.000119
+gallium_dri.so free 0x557173601b30 void 0.000119
+gallium_dri.so malloc 72 0x557173601c20 0.000118
+gallium_dri.so free 0x557173601cc0 void 0.000120
+gallium_dri.so free 0x557173601c20 void 0.000118
+gallium_dri.so malloc 72 0x557173601c70 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x557173601c70 void 0.000136
+gallium_dri.so malloc 72 0x557173601c70 0.000133
+gallium_dri.so free 0x557173601dc0 void 0.000117
+gallium_dri.so free 0x557173601c70 void 0.000113
+gallium_dri.so malloc 72 0x557173601dc0 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000113
+gallium_dri.so free 0x557173601dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173601dc0 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000129
+gallium_dri.so free 0x557173601dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173601dc0 0.000113
+gallium_dri.so free 0x557173602000 void 0.000188
+gallium_dri.so free 0x557173601dc0 void 0.000116
+gallium_dri.so malloc 72 0x557173601fb0 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000114
+gallium_dri.so free 0x557173601fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf370 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000117
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000113
+gallium_dri.so free 0x557173601e40 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc30 0.000115
+gallium_dri.so free 0x557173601ec0 void 0.000113
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x557173601ef0 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x557173601ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf500 0.000113
+gallium_dri.so free 0x5571735bf580 void 0.000115
+gallium_dri.so free 0x5571735bf500 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf580 0.000112
+gallium_dri.so free 0x5571735bf640 void 0.000115
+gallium_dri.so free 0x5571735bf580 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf580 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000120
+gallium_dri.so free 0x5571735bf580 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf860 0.000113
+gallium_dri.so free 0x5571735bf900 void 0.000114
+gallium_dri.so free 0x5571735bf860 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000113
+gallium_dri.so free 0x5571735bf980 void 0.000114
+gallium_dri.so free 0x5571735bf8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000114
+gallium_dri.so free 0x5571735bfa00 void 0.000113
+gallium_dri.so free 0x5571735bf8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa00 0.000116
+gallium_dri.so free 0x557173600e80 void 0.000114
+gallium_dri.so free 0x5571735bfa00 void 0.000113
+gallium_dri.so malloc 72 0x557173600ea0 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so free 0x557173600ea0 void 0.000115
+gallium_dri.so malloc 72 0x557173600ef0 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000114
+gallium_dri.so free 0x557173600ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173600fc0 0.000115
+gallium_dri.so free 0x557173601080 void 0.000114
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173600fc0 0.000115
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173601100 0.000113
+gallium_dri.so free 0x5571736011c0 void 0.000127
+gallium_dri.so free 0x557173601100 void 0.000114
+gallium_dri.so malloc 72 0x557173601100 0.000114
+gallium_dri.so free 0x557173601280 void 0.000115
+gallium_dri.so free 0x557173601100 void 0.000112
+gallium_dri.so malloc 72 0x557173601100 0.000112
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so malloc 72 0x5571736012f0 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000115
+gallium_dri.so free 0x5571736012f0 void 0.000116
+gallium_dri.so malloc 72 0x557173601410 0.000114
+gallium_dri.so free 0x557173601480 void 0.000120
+gallium_dri.so free 0x557173601410 void 0.000113
+gallium_dri.so malloc 72 0x5571736014c0 0.000112
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x5571736014c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736014c0 0.000113
+gallium_dri.so free 0x5571736015c0 void 0.000115
+gallium_dri.so free 0x5571736014c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736015f0 0.000113
+gallium_dri.so free 0x557173601640 void 0.000113
+gallium_dri.so free 0x5571736015f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015f0 0.000113
+gallium_dri.so free 0x557173601740 void 0.000141
+gallium_dri.so free 0x5571736015f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736016f0 0.000113
+gallium_dri.so free 0x557173601800 void 0.000113
+gallium_dri.so free 0x5571736016f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736017b0 0.000113
+gallium_dri.so free 0x557173601840 void 0.000114
+gallium_dri.so free 0x5571736017b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736017b0 0.000114
+gallium_dri.so free 0x557173601900 void 0.000113
+gallium_dri.so free 0x5571736017b0 void 0.000112
+gallium_dri.so malloc 72 0x557173601970 0.000113
+gallium_dri.so free 0x5571736019c0 void 0.000114
+gallium_dri.so free 0x557173601970 void 0.000113
+gallium_dri.so malloc 72 0x557173601970 0.000120
+gallium_dri.so free 0x557173601ac0 void 0.000115
+gallium_dri.so free 0x557173601970 void 0.000113
+gallium_dri.so malloc 72 0x557173601a70 0.000113
+gallium_dri.so free 0x557173601b80 void 0.000113
+gallium_dri.so free 0x557173601a70 void 0.000114
+gallium_dri.so malloc 72 0x557173601b30 0.000113
+gallium_dri.so free 0x557173601bc0 void 0.000114
+gallium_dri.so free 0x557173601b30 void 0.000113
+gallium_dri.so malloc 72 0x557173601b30 0.000114
+gallium_dri.so free 0x557173601c80 void 0.000154
+gallium_dri.so free 0x557173601b30 void 0.000116
+gallium_dri.so malloc 72 0x557173601cc0 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x557173601cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588480 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000159
+gallium_dri.so malloc 72 0x557173588430 0.000115
+gallium_dri.so free 0x557173588500 void 0.000113
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000112
+gallium_dri.so free 0x5571735885c0 void 0.000115
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x557173588430 void 0.000112
+gallium_dri.so malloc 72 0x557173588430 0.000113
+gallium_dri.so free 0x557173588680 void 0.000114
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x557173588630 0.000113
+gallium_dri.so free 0x557173588740 void 0.000113
+gallium_dri.so free 0x557173588630 void 0.000113
+gallium_dri.so malloc 72 0x5571735886f0 0.000112
+gallium_dri.so free 0x557173588780 void 0.000117
+gallium_dri.so free 0x5571735886f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735886f0 0.000113
+gallium_dri.so free 0x557173588840 void 0.000114
+gallium_dri.so free 0x5571735886f0 void 0.000112
+gallium_dri.so malloc 72 0x557173588890 0.000112
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so free 0x557173588890 void 0.000113
+gallium_dri.so malloc 72 0x557173588940 0.000113
+gallium_dri.so free 0x5571735889c0 void 0.000115
+gallium_dri.so free 0x557173588940 void 0.000164
+gallium_dri.so malloc 72 0x5571735889c0 0.000116
+gallium_dri.so free 0x557173588a80 void 0.000114
+gallium_dri.so free 0x5571735889c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735889c0 0.000113
+gallium_dri.so free 0x557173588b00 void 0.000116
+gallium_dri.so free 0x5571735889c0 void 0.000114
+gallium_dri.so malloc 72 0x557173588b30 0.000113
+gallium_dri.so free 0x557173588b80 void 0.000113
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000114
+gallium_dri.so free 0x557173588c80 void 0.000114
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588c30 0.000113
+gallium_dri.so free 0x557173588d40 void 0.000115
+gallium_dri.so free 0x557173588c30 void 0.000114
+gallium_dri.so malloc 72 0x557173588cf0 0.000113
+gallium_dri.so free 0x557173588dc0 void 0.000115
+gallium_dri.so free 0x557173588cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173588de0 0.000113
+gallium_dri.so free 0x557173588e80 void 0.000113
+gallium_dri.so free 0x557173588de0 void 0.000114
+gallium_dri.so malloc 72 0x557173588e30 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000114
+gallium_dri.so free 0x557173588e30 void 0.000112
+gallium_dri.so malloc 72 0x557173588e30 0.000113
+gallium_dri.so free 0x557173588f80 void 0.000113
+gallium_dri.so free 0x557173588e30 void 0.000117
+gallium_dri.so malloc 72 0x557173588f80 0.000115
+gallium_dri.so free 0x557173589040 void 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so malloc 72 0x557173588f80 0.000112
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000113
+gallium_dri.so malloc 72 0x557173588f80 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000115
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so malloc 72 0x557173589170 0.000112
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x557173589170 void 0.000114
+gallium_dri.so malloc 72 0x557173589170 0.000112
+gallium_dri.so free 0x5571735892c0 void 0.000113
+gallium_dri.so free 0x557173589170 void 0.000113
+gallium_dri.so malloc 72 0x557173589270 0.000113
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so free 0x557173589270 void 0.000113
+gallium_dri.so malloc 72 0x557173589330 0.000113
+gallium_dri.so free 0x5571735893c0 void 0.000113
+gallium_dri.so free 0x557173589330 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000113
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so free 0x557173589330 void 0.000113
+gallium_dri.so malloc 72 0x5571735894c0 0.000112
+gallium_dri.so free 0x557173589540 void 0.000114
+gallium_dri.so free 0x5571735894c0 void 0.000113
+gallium_dri.so malloc 72 0x557173589540 0.000210
+gallium_dri.so free 0x557173589600 void 0.000115
+gallium_dri.so free 0x557173589540 void 0.000114
+gallium_dri.so malloc 72 0x557173589540 0.000114
+gallium_dri.so free 0x5571735896c0 void 0.000113
+gallium_dri.so free 0x557173589540 void 0.000112
+gallium_dri.so malloc 72 0x5571735896e0 0.000113
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so free 0x5571735896e0 void 0.000113
+gallium_dri.so malloc 72 0x557173589730 0.000114
+gallium_dri.so free 0x557173589800 void 0.000125
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x557173589730 0.000113
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so free 0x557173589730 void 0.000114
+gallium_dri.so malloc 72 0x557173589880 0.000224
+gallium_dri.so free 0x5571735bfdc0 void 0.000152
+gallium_dri.so free 0x557173589880 void 0.000197
+gallium_dri.so malloc 72 0x557173589880 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000151
+gallium_dri.so free 0x557173589880 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfe70 0.000113
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x5571735bff80 void 0.000127
+gallium_dri.so free 0x5571735bfec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfec0 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0030 0.000112
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735c0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x5571735c0180 void 0.000113
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0280 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735c03c0 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0300 0.000113
+gallium_dri.so free 0x5571735c0440 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0300 0.000119
+gallium_dri.so free 0x5571735c05c0 void 0.000122
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000112
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0690 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so free 0x5571735c0690 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0720 0.000113
+gallium_dri.so free 0x5571735c07c0 void 0.000114
+gallium_dri.so free 0x5571735c0720 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000115
+gallium_dri.so free 0x5571735c0840 void 0.000113
+gallium_dri.so free 0x5571735c0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so free 0x5571735c0770 void 0.000116
+gallium_dri.so malloc 72 0x5571735c08f0 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x5571735c08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a10 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000113
+gallium_dri.so free 0x5571735c0a10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0aa0 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000114
+gallium_dri.so free 0x5571735c0aa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0af0 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so free 0x5571735c0af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0af0 0.000113
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so free 0x5571735c0af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0c40 0.000114
+gallium_dri.so free 0x5571735c0d00 void 0.000113
+gallium_dri.so free 0x5571735c0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c40 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0c40 0.000112
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735c0c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000113
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000117
+gallium_dri.so free 0x5571735c1000 void 0.000116
+gallium_dri.so free 0x5571735c0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735c0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c1100 void 0.000112
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1210 0.000124
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so free 0x5571735c1210 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12c0 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000116
+gallium_dri.so free 0x5571735c12c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c1340 0.000114
+gallium_dri.so free 0x5571735c1400 void 0.000115
+gallium_dri.so free 0x5571735c1340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1340 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000118
+gallium_dri.so free 0x5571735c1500 void 0.000113
+gallium_dri.so free 0x5571735c14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c14b0 0.000112
+gallium_dri.so free 0x5571735c1600 void 0.000113
+gallium_dri.so free 0x5571735c14b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c15b0 0.000115
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x5571735c15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000116
+gallium_dri.so free 0x5571735c1740 void 0.000141
+gallium_dri.so free 0x5571735c1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1760 0.000113
+gallium_dri.so free 0x5571735c1800 void 0.000113
+gallium_dri.so free 0x5571735c1760 void 0.000112
+gallium_dri.so malloc 72 0x5571735c17b0 0.000119
+gallium_dri.so free 0x5571735c1880 void 0.000115
+gallium_dri.so free 0x5571735c17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17b0 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735c19c0 void 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000112
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so free 0x5571735c1af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1af0 0.000112
+gallium_dri.so free 0x5571735c1c40 void 0.000112
+gallium_dri.so free 0x5571735c1af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000115
+gallium_dri.so free 0x5571735c1d00 void 0.000115
+gallium_dri.so free 0x5571735c1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x5571735c1d40 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000124
+gallium_dri.so free 0x5571735c1e00 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000116
+gallium_dri.so free 0x5571735c1ec0 void 0.000114
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000114
+gallium_dri.so free 0x5571735c1f80 void 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2060 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so free 0x5571735c2060 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20b0 0.000114
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so free 0x5571735c20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20b0 0.000113
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so free 0x5571735c20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000126
+gallium_dri.so free 0x5571735c2200 void 0.000140
+gallium_dri.so malloc 72 0x5571735c2200 0.000148
+gallium_dri.so free 0x5571735c2440 void 0.000132
+gallium_dri.so free 0x5571735c2200 void 0.000130
+gallium_dri.so malloc 72 0x5571735c23f0 0.000132
+gallium_dri.so free 0x5571735c2500 void 0.000133
+gallium_dri.so free 0x5571735c23f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c24b0 0.000130
+gallium_dri.so free 0x5571735c2580 void 0.000133
+gallium_dri.so free 0x5571735c24b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c25d0 0.000132
+gallium_dri.so free 0x5571735c2640 void 0.000133
+gallium_dri.so free 0x5571735c25d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2660 0.000134
+gallium_dri.so free 0x5571735c2700 void 0.000130
+gallium_dri.so free 0x5571735c2660 void 0.000131
+gallium_dri.so malloc 72 0x5571735c26b0 0.000132
+gallium_dri.so free 0x5571735c2780 void 0.000133
+gallium_dri.so free 0x5571735c26b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c26b0 0.000130
+gallium_dri.so free 0x5571735c2800 void 0.000130
+gallium_dri.so free 0x5571735c26b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2800 0.000131
+gallium_dri.so free 0x5571735c28c0 void 0.000131
+gallium_dri.so free 0x5571735c2800 void 0.000143
+gallium_dri.so malloc 72 0x5571735c2800 0.000131
+gallium_dri.so free 0x5571735c29c0 void 0.000133
+gallium_dri.so free 0x5571735c2800 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2970 0.000133
+gallium_dri.so free 0x5571735c2a00 void 0.000132
+gallium_dri.so free 0x5571735c2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2970 0.000132
+gallium_dri.so free 0x5571735c2ac0 void 0.000148
+gallium_dri.so free 0x5571735c2970 void 0.000190
+gallium_dri.so malloc 72 0x5571735c2b00 0.000229
+gallium_dri.so free 0x5571735c2b80 void 0.000283
+gallium_dri.so free 0x5571735c2b00 void 0.000217
+gallium_dri.so malloc 72 0x5571735c2b80 0.000212
+gallium_dri.so free 0x5571735c2c40 void 0.000214
+gallium_dri.so free 0x5571735c2b80 void 0.000192
+gallium_dri.so malloc 72 0x5571735c2b80 0.000213
+gallium_dri.so free 0x5571735c2cc0 void 0.000244
+gallium_dri.so free 0x5571735c2b80 void 0.000194
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000228
+gallium_dri.so free 0x5571735c2d40 void 0.000217
+gallium_dri.so free 0x5571735c2cf0 void 0.000208
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000211
+gallium_dri.so free 0x5571735c2e40 void 0.000191
+gallium_dri.so free 0x5571735c2cf0 void 0.000194
+gallium_dri.so malloc 72 0x5571735c2e80 0.000189
+gallium_dri.so free 0x5571735c2f00 void 0.000210
+gallium_dri.so free 0x5571735c2e80 void 0.000209
+gallium_dri.so malloc 72 0x5571735c2f00 0.000190
+gallium_dri.so free 0x5571735c2fc0 void 0.000216
+gallium_dri.so free 0x5571735c2f00 void 0.000209
+gallium_dri.so malloc 72 0x5571735c2f00 0.000204
+gallium_dri.so free 0x5571735c3040 void 0.000177
+gallium_dri.so free 0x5571735c2f00 void 0.000141
+gallium_dri.so malloc 72 0x5571735c3070 0.000131
+gallium_dri.so free 0x5571735c30c0 void 0.000130
+gallium_dri.so free 0x5571735c3070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3070 0.000130
+gallium_dri.so free 0x5571735c31c0 void 0.000131
+gallium_dri.so free 0x5571735c3070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3170 0.000131
+gallium_dri.so free 0x5571735c3280 void 0.000131
+gallium_dri.so free 0x5571735c3170 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3230 0.000131
+gallium_dri.so free 0x5571735c3300 void 0.000132
+gallium_dri.so free 0x5571735c3230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3230 0.000131
+gallium_dri.so free 0x5571735c33c0 void 0.000131
+gallium_dri.so free 0x5571735c3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3230 0.000130
+gallium_dri.so free 0x5571735c3480 void 0.000132
+gallium_dri.so free 0x5571735c3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3430 0.000131
+gallium_dri.so free 0x5571735c3500 void 0.000131
+gallium_dri.so free 0x5571735c3430 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3550 0.000132
+gallium_dri.so free 0x5571735c35c0 void 0.000142
+gallium_dri.so free 0x5571735c3550 void 0.000129
+gallium_dri.so malloc 72 0x5571735c35e0 0.000130
+gallium_dri.so free 0x5571735c3680 void 0.000130
+gallium_dri.so free 0x5571735c35e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3630 0.000130
+gallium_dri.so free 0x5571735c3700 void 0.000141
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3700 0.000133
+gallium_dri.so free 0x5571735c37c0 void 0.000131
+gallium_dri.so free 0x5571735c3700 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3700 0.000130
+gallium_dri.so free 0x5571735c3840 void 0.000133
+gallium_dri.so free 0x5571735c3700 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3840 0.000133
+gallium_dri.so free 0x5571735c3900 void 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3840 0.000131
+gallium_dri.so free 0x5571735c39c0 void 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3840 0.000131
+gallium_dri.so free 0x5571735c3a80 void 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3a30 0.000139
+gallium_dri.so free 0x5571735c3b00 void 0.000132
+gallium_dri.so free 0x5571735c3a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3b50 0.000131
+gallium_dri.so free 0x5571735c3bc0 void 0.000130
+gallium_dri.so free 0x5571735c3b50 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3c00 0.000132
+gallium_dri.so free 0x5571735c3c80 void 0.000135
+gallium_dri.so free 0x5571735c3c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3c00 0.000136
+gallium_dri.so free 0x5571735c3d00 void 0.000132
+gallium_dri.so free 0x5571735c3c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3d30 0.000131
+gallium_dri.so free 0x5571735c3d80 void 0.000131
+gallium_dri.so free 0x5571735c3d30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3d30 0.000131
+gallium_dri.so free 0x5571735c3e80 void 0.000132
+gallium_dri.so free 0x5571735c3d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3e30 0.000130
+gallium_dri.so free 0x5571735c3f40 void 0.000131
+gallium_dri.so free 0x5571735c3e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000131
+gallium_dri.so free 0x5571735c3f80 void 0.000131
+gallium_dri.so free 0x5571735c3ef0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000131
+gallium_dri.so free 0x5571735c4040 void 0.000131
+gallium_dri.so free 0x5571735c3ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c40b0 0.000130
+gallium_dri.so free 0x5571735c4100 void 0.000133
+gallium_dri.so free 0x5571735c40b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c40b0 0.000131
+gallium_dri.so free 0x5571735c4200 void 0.000131
+gallium_dri.so free 0x5571735c40b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41b0 0.000130
+gallium_dri.so free 0x5571735c42c0 void 0.000131
+gallium_dri.so free 0x5571735c41b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4270 0.000131
+gallium_dri.so free 0x5571735c4300 void 0.000131
+gallium_dri.so free 0x5571735c4270 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4270 0.000131
+gallium_dri.so free 0x5571735c43c0 void 0.000132
+gallium_dri.so free 0x5571735c4270 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4400 0.000131
+gallium_dri.so free 0x5571735c4480 void 0.000131
+gallium_dri.so free 0x5571735c4400 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4480 0.000130
+gallium_dri.so free 0x5571735c4540 void 0.000164
+gallium_dri.so free 0x5571735c4480 void 0.000209
+gallium_dri.so malloc 72 0x5571735c4480 0.000207
+gallium_dri.so free 0x5571735c4600 void 0.000176
+gallium_dri.so free 0x5571735c4480 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4620 0.000128
+gallium_dri.so free 0x5571735c46c0 void 0.000130
+gallium_dri.so free 0x5571735c4620 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4670 0.000129
+gallium_dri.so free 0x5571735c4740 void 0.000131
+gallium_dri.so free 0x5571735c4670 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4670 0.000129
+gallium_dri.so free 0x5571735c47c0 void 0.000130
+gallium_dri.so free 0x5571735c4670 void 0.000128
+gallium_dri.so malloc 72 0x5571735c47c0 0.000129
+gallium_dri.so free 0x5571735c4880 void 0.000140
+gallium_dri.so free 0x5571735c47c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c47c0 0.000133
+gallium_dri.so free 0x5571735c4940 void 0.000133
+gallium_dri.so free 0x5571735c47c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c47c0 0.000131
+gallium_dri.so free 0x5571735c4a00 void 0.000132
+gallium_dri.so free 0x5571735c47c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c49b0 0.000133
+gallium_dri.so free 0x5571735c4ac0 void 0.000133
+gallium_dri.so free 0x5571735c49b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000131
+gallium_dri.so free 0x5571735c4b40 void 0.000130
+gallium_dri.so free 0x5571735c4a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b90 0.000132
+gallium_dri.so free 0x5571735c4c00 void 0.000131
+gallium_dri.so free 0x5571735c4b90 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4c20 0.000130
+gallium_dri.so free 0x5571735c4cc0 void 0.000131
+gallium_dri.so free 0x5571735c4c20 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4c70 0.000131
+gallium_dri.so free 0x5571735c4d40 void 0.000131
+gallium_dri.so free 0x5571735c4c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4c70 0.000131
+gallium_dri.so free 0x5571735c4dc0 void 0.000131
+gallium_dri.so free 0x5571735c4c70 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000132
+gallium_dri.so free 0x5571735c4e80 void 0.000131
+gallium_dri.so free 0x5571735c4dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000131
+gallium_dri.so free 0x5571735c4f80 void 0.000139
+gallium_dri.so free 0x5571735c4dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4f30 0.000129
+gallium_dri.so free 0x5571735c4fc0 void 0.000130
+gallium_dri.so free 0x5571735c4f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4f30 0.000130
+gallium_dri.so free 0x557173462440 void 0.000130
+gallium_dri.so free 0x5571735c4f30 void 0.000128
+gallium_dri.so malloc 72 0x557173462480 0.000130
+gallium_dri.so free 0x557173462500 void 0.000130
+gallium_dri.so free 0x557173462480 void 0.000129
+gallium_dri.so malloc 72 0x557173462500 0.000140
+gallium_dri.so free 0x5571734625c0 void 0.000131
+gallium_dri.so free 0x557173462500 void 0.000131
+gallium_dri.so malloc 72 0x557173462500 0.000133
+gallium_dri.so free 0x557173462640 void 0.000134
+gallium_dri.so free 0x557173462500 void 0.000131
+gallium_dri.so malloc 72 0x557173462670 0.000131
+gallium_dri.so free 0x5571734626c0 void 0.000132
+gallium_dri.so free 0x557173462670 void 0.000131
+gallium_dri.so malloc 72 0x557173462670 0.000132
+gallium_dri.so free 0x5571734627c0 void 0.000134
+gallium_dri.so free 0x557173462670 void 0.000131
+gallium_dri.so malloc 72 0x557173462800 0.000163
+gallium_dri.so free 0x557173462880 void 0.000168
+gallium_dri.so free 0x557173462800 void 0.000221
+gallium_dri.so malloc 72 0x557173462880 0.000135
+gallium_dri.so free 0x557173462940 void 0.000132
+gallium_dri.so free 0x557173462880 void 0.000133
+gallium_dri.so malloc 72 0x557173462880 0.000131
+gallium_dri.so free 0x5571734629c0 void 0.000132
+gallium_dri.so free 0x557173462880 void 0.000134
+gallium_dri.so malloc 72 0x5571734629f0 0.000133
+gallium_dri.so free 0x557173462a40 void 0.000133
+gallium_dri.so free 0x5571734629f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734629f0 0.000130
+gallium_dri.so free 0x557173462b40 void 0.000131
+gallium_dri.so free 0x5571734629f0 void 0.000132
+gallium_dri.so malloc 72 0x557173462af0 0.000133
+gallium_dri.so free 0x557173462c00 void 0.000132
+gallium_dri.so free 0x557173462af0 void 0.000135
+gallium_dri.so malloc 72 0x557173462bb0 0.000131
+gallium_dri.so free 0x557173462c80 void 0.000132
+gallium_dri.so free 0x557173462bb0 void 0.000134
+gallium_dri.so malloc 72 0x557173462bb0 0.000133
+gallium_dri.so free 0x557173462d40 void 0.000168
+gallium_dri.so free 0x557173462bb0 void 0.000173
+gallium_dri.so malloc 72 0x557173462bb0 0.000221
+gallium_dri.so free 0x557173462e00 void 0.000220
+gallium_dri.so free 0x557173462bb0 void 0.000218
+gallium_dri.so malloc 72 0x557173462db0 0.000182
+gallium_dri.so free 0x557173462e80 void 0.000132
+gallium_dri.so free 0x557173462db0 void 0.000132
+gallium_dri.so malloc 72 0x557173462ed0 0.000134
+gallium_dri.so free 0x557173462f40 void 0.000133
+gallium_dri.so free 0x557173462ed0 void 0.000133
+gallium_dri.so malloc 72 0x557173462f60 0.000132
+gallium_dri.so free 0x557173463000 void 0.000133
+gallium_dri.so free 0x557173462f60 void 0.000133
+gallium_dri.so malloc 72 0x557173462fb0 0.000131
+gallium_dri.so free 0x557173463080 void 0.000131
+gallium_dri.so free 0x557173462fb0 void 0.000132
+gallium_dri.so malloc 72 0x557173463080 0.000134
+gallium_dri.so free 0x557173463140 void 0.000133
+gallium_dri.so free 0x557173463080 void 0.000133
+gallium_dri.so malloc 72 0x557173463080 0.000132
+gallium_dri.so free 0x5571734631c0 void 0.000143
+gallium_dri.so free 0x557173463080 void 0.000132
+gallium_dri.so malloc 72 0x5571734631c0 0.000131
+gallium_dri.so free 0x557173463280 void 0.000131
+gallium_dri.so free 0x5571734631c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734631c0 0.000134
+gallium_dri.so free 0x557173463340 void 0.000132
+gallium_dri.so free 0x5571734631c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734631c0 0.000134
+gallium_dri.so free 0x557173463400 void 0.000130
+gallium_dri.so free 0x5571734631c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734633b0 0.000133
+gallium_dri.so free 0x557173463480 void 0.000133
+gallium_dri.so free 0x5571734633b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734634d0 0.000132
+gallium_dri.so free 0x557173463540 void 0.000131
+gallium_dri.so free 0x5571734634d0 void 0.000131
+gallium_dri.so malloc 72 0x557173463580 0.000133
+gallium_dri.so free 0x557173463600 void 0.000133
+gallium_dri.so free 0x557173463580 void 0.000132
+gallium_dri.so malloc 72 0x557173463580 0.000130
+gallium_dri.so free 0x557173463680 void 0.000130
+gallium_dri.so free 0x557173463580 void 0.000133
+gallium_dri.so malloc 72 0x5571734636b0 0.000203
+gallium_dri.so free 0x557173463700 void 0.000134
+gallium_dri.so free 0x5571734636b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734636b0 0.000134
+gallium_dri.so free 0x557173463800 void 0.000132
+gallium_dri.so free 0x5571734636b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734637b0 0.000133
+gallium_dri.so free 0x5571734638c0 void 0.000132
+gallium_dri.so free 0x5571734637b0 void 0.000131
+gallium_dri.so malloc 72 0x557173463870 0.000130
+gallium_dri.so free 0x557173463900 void 0.000130
+gallium_dri.so free 0x557173463870 void 0.000133
+gallium_dri.so malloc 72 0x557173463870 0.000156
+gallium_dri.so free 0x5571734639c0 void 0.000119
+gallium_dri.so free 0x557173463870 void 0.000117
+gallium_dri.so malloc 72 0x557173463a30 0.000117
+gallium_dri.so free 0x557173463a80 void 0.000116
+gallium_dri.so free 0x557173463a30 void 0.000116
+gallium_dri.so malloc 72 0x557173463a30 0.000120
+gallium_dri.so free 0x557173463b80 void 0.000115
+gallium_dri.so free 0x557173463a30 void 0.000116
+gallium_dri.so malloc 72 0x557173463b30 0.000114
+gallium_dri.so free 0x557173463c40 void 0.000116
+gallium_dri.so free 0x557173463b30 void 0.000146
+gallium_dri.so malloc 72 0x557173463bf0 0.000117
+gallium_dri.so free 0x557173463c80 void 0.000115
+gallium_dri.so free 0x557173463bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173463bf0 0.000116
+gallium_dri.so free 0x557173463d40 void 0.000116
+gallium_dri.so free 0x557173463bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173463d80 0.000115
+gallium_dri.so free 0x557173463e00 void 0.000116
+gallium_dri.so free 0x557173463d80 void 0.000115
+gallium_dri.so malloc 72 0x557173463e00 0.000116
+gallium_dri.so free 0x557173463ec0 void 0.000116
+gallium_dri.so free 0x557173463e00 void 0.000117
+gallium_dri.so malloc 72 0x557173463e00 0.000114
+gallium_dri.so free 0x557173463f80 void 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so malloc 72 0x557173463fa0 0.000117
+gallium_dri.so free 0x557173464040 void 0.000119
+gallium_dri.so free 0x557173463fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173463ff0 0.000114
+gallium_dri.so free 0x5571734640c0 void 0.000115
+gallium_dri.so free 0x557173463ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173463ff0 0.000115
+gallium_dri.so free 0x557173464140 void 0.000116
+gallium_dri.so free 0x557173463ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173464140 0.000113
+gallium_dri.so free 0x557173464200 void 0.000114
+gallium_dri.so free 0x557173464140 void 0.000126
+gallium_dri.so malloc 72 0x557173464140 0.000120
+gallium_dri.so free 0x5571734642c0 void 0.000115
+gallium_dri.so free 0x557173464140 void 0.000115
+gallium_dri.so malloc 72 0x557173464140 0.000114
+gallium_dri.so free 0x557173464380 void 0.000114
+gallium_dri.so free 0x557173464140 void 0.000114
+gallium_dri.so malloc 72 0x557173464330 0.000115
+gallium_dri.so free 0x557173464440 void 0.000116
+gallium_dri.so free 0x557173464330 void 0.000114
+gallium_dri.so malloc 72 0x5571734643f0 0.000116
+gallium_dri.so free 0x5571734644c0 void 0.000116
+gallium_dri.so free 0x5571734643f0 void 0.000115
+gallium_dri.so malloc 72 0x557173464510 0.000115
+gallium_dri.so free 0x557173464580 void 0.000114
+gallium_dri.so free 0x557173464510 void 0.000114
+gallium_dri.so malloc 72 0x5571734645a0 0.000115
+gallium_dri.so free 0x557173464640 void 0.000117
+gallium_dri.so free 0x5571734645a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734645f0 0.000117
+gallium_dri.so free 0x5571734646c0 void 0.000115
+gallium_dri.so free 0x5571734645f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734645f0 0.000114
+gallium_dri.so free 0x557173464740 void 0.000116
+gallium_dri.so free 0x5571734645f0 void 0.000116
+gallium_dri.so malloc 72 0x557173464740 0.000116
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173464740 void 0.000154
+gallium_dri.so malloc 72 0x557173464740 0.000182
+gallium_dri.so free 0x557173464900 void 0.000336
+gallium_dri.so free 0x557173464740 void 0.000278
+gallium_dri.so malloc 72 0x5571734648b0 0.000265
+gallium_dri.so free 0x557173464940 void 0.000358
+gallium_dri.so free 0x5571734648b0 void 0.000235
+gallium_dri.so malloc 72 0x5571734648b0 0.000218
+gallium_dri.so free 0x557173464a00 void 0.000275
+gallium_dri.so free 0x5571734648b0 void 0.000274
+gallium_dri.so malloc 72 0x557173464a40 0.000219
+gallium_dri.so free 0x557173464ac0 void 0.000245
+gallium_dri.so free 0x557173464a40 void 0.000177
+gallium_dri.so malloc 72 0x557173464ac0 0.000223
+gallium_dri.so free 0x557173464b80 void 0.000160
+gallium_dri.so free 0x557173464ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173464ac0 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000115
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173464c30 0.000124
+gallium_dri.so free 0x557173464c80 void 0.000119
+gallium_dri.so free 0x557173464c30 void 0.000119
+gallium_dri.so malloc 72 0x557173464c30 0.000124
+gallium_dri.so free 0x557173464d80 void 0.000119
+gallium_dri.so free 0x557173464c30 void 0.000115
+gallium_dri.so malloc 72 0x557173464dc0 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000120
+gallium_dri.so free 0x557173464dc0 void 0.000124
+gallium_dri.so malloc 72 0x557173464e40 0.000124
+gallium_dri.so free 0x557173464f00 void 0.000125
+gallium_dri.so free 0x557173464e40 void 0.000123
+gallium_dri.so malloc 72 0x557173464e40 0.000119
+gallium_dri.so free 0x557173464f80 void 0.000115
+gallium_dri.so free 0x557173464e40 void 0.000119
+gallium_dri.so malloc 72 0x557173464fb0 0.000128
+gallium_dri.so free 0x557173465000 void 0.000172
+gallium_dri.so free 0x557173464fb0 void 0.000128
+gallium_dri.so malloc 72 0x557173464fb0 0.000125
+gallium_dri.so free 0x557173465100 void 0.000126
+gallium_dri.so free 0x557173464fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571734650b0 0.000126
+gallium_dri.so free 0x5571734651c0 void 0.000125
+gallium_dri.so free 0x5571734650b0 void 0.000117
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x557173465240 void 0.000120
+gallium_dri.so free 0x557173465170 void 0.000119
+gallium_dri.so malloc 72 0x557173465170 0.000119
+gallium_dri.so free 0x557173465300 void 0.000119
+gallium_dri.so free 0x557173465170 void 0.000115
+gallium_dri.so malloc 72 0x557173465170 0.000115
+gallium_dri.so free 0x5571734653c0 void 0.000122
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x557173465370 0.000114
+gallium_dri.so free 0x557173465440 void 0.000114
+gallium_dri.so free 0x557173465370 void 0.000118
+gallium_dri.so malloc 72 0x557173465490 0.000123
+gallium_dri.so free 0x557173465500 void 0.000124
+gallium_dri.so free 0x557173465490 void 0.000130
+gallium_dri.so malloc 72 0x557173465520 0.000134
+gallium_dri.so free 0x5571734655c0 void 0.000130
+gallium_dri.so free 0x557173465520 void 0.000125
+gallium_dri.so malloc 72 0x557173465570 0.000121
+gallium_dri.so free 0x557173465640 void 0.000144
+gallium_dri.so free 0x557173465570 void 0.000133
+gallium_dri.so malloc 72 0x557173465640 0.000131
+gallium_dri.so free 0x557173465700 void 0.000131
+gallium_dri.so free 0x557173465640 void 0.000130
+gallium_dri.so malloc 72 0x557173465640 0.000130
+gallium_dri.so free 0x557173465780 void 0.000131
+gallium_dri.so free 0x557173465640 void 0.000130
+gallium_dri.so malloc 72 0x557173465780 0.000129
+gallium_dri.so free 0x557173465840 void 0.000129
+gallium_dri.so free 0x557173465780 void 0.000130
+gallium_dri.so malloc 72 0x557173465780 0.000130
+gallium_dri.so free 0x557173465900 void 0.000125
+gallium_dri.so free 0x557173465780 void 0.000119
+gallium_dri.so malloc 72 0x557173465780 0.000120
+gallium_dri.so free 0x5571734659c0 void 0.000124
+gallium_dri.so free 0x557173465780 void 0.000134
+gallium_dri.so malloc 72 0x557173465970 0.000130
+gallium_dri.so free 0x557173465a40 void 0.000129
+gallium_dri.so free 0x557173465970 void 0.000131
+gallium_dri.so malloc 72 0x557173465a90 0.000125
+gallium_dri.so free 0x557173465b00 void 0.000121
+gallium_dri.so free 0x557173465a90 void 0.000125
+gallium_dri.so malloc 72 0x557173465b40 0.000131
+gallium_dri.so free 0x557173465bc0 void 0.000125
+gallium_dri.so free 0x557173465b40 void 0.000119
+gallium_dri.so malloc 72 0x557173465b40 0.000120
+gallium_dri.so free 0x557173465c40 void 0.000120
+gallium_dri.so free 0x557173465b40 void 0.000125
+gallium_dri.so malloc 72 0x557173465c70 0.000130
+gallium_dri.so free 0x557173465cc0 void 0.000124
+gallium_dri.so free 0x557173465c70 void 0.000119
+gallium_dri.so malloc 72 0x557173465c70 0.000119
+gallium_dri.so free 0x557173465dc0 void 0.000128
+gallium_dri.so free 0x557173465c70 void 0.000125
+gallium_dri.so malloc 72 0x557173465d70 0.000126
+gallium_dri.so free 0x557173465e80 void 0.000129
+gallium_dri.so free 0x557173465d70 void 0.000129
+gallium_dri.so malloc 72 0x557173465e30 0.000164
+gallium_dri.so free 0x557173465ec0 void 0.000162
+gallium_dri.so free 0x557173465e30 void 0.000163
+gallium_dri.so malloc 72 0x557173465e30 0.000131
+gallium_dri.so free 0x557173465f80 void 0.000126
+gallium_dri.so free 0x557173465e30 void 0.000119
+gallium_dri.so malloc 72 0x557173465ff0 0.000121
+gallium_dri.so free 0x557173466040 void 0.000125
+gallium_dri.so free 0x557173465ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173465ff0 0.000125
+gallium_dri.so free 0x557173466140 void 0.000126
+gallium_dri.so free 0x557173465ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571734660f0 0.000124
+gallium_dri.so free 0x557173466200 void 0.000129
+gallium_dri.so free 0x5571734660f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734661b0 0.000125
+gallium_dri.so free 0x557173466240 void 0.000135
+gallium_dri.so free 0x5571734661b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734661b0 0.000129
+gallium_dri.so free 0x557173466300 void 0.000130
+gallium_dri.so free 0x5571734661b0 void 0.000139
+gallium_dri.so malloc 72 0x557173466340 0.000175
+gallium_dri.so free 0x5571734663c0 void 0.000132
+gallium_dri.so free 0x557173466340 void 0.000131
+gallium_dri.so malloc 72 0x5571734663c0 0.000132
+gallium_dri.so free 0x557173466480 void 0.000130
+gallium_dri.so free 0x5571734663c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734663c0 0.000130
+gallium_dri.so free 0x557173466540 void 0.000129
+gallium_dri.so free 0x5571734663c0 void 0.000131
+gallium_dri.so malloc 72 0x557173466560 0.000130
+gallium_dri.so free 0x557173466600 void 0.000165
+gallium_dri.so free 0x557173466560 void 0.000161
+gallium_dri.so malloc 72 0x5571734665b0 0.000164
+gallium_dri.so free 0x557173466680 void 0.000131
+gallium_dri.so free 0x5571734665b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734665b0 0.000121
+gallium_dri.so free 0x557173466700 void 0.000125
+gallium_dri.so free 0x5571734665b0 void 0.000130
+gallium_dri.so malloc 72 0x557173466700 0.000131
+gallium_dri.so free 0x5571734667c0 void 0.000133
+gallium_dri.so free 0x557173466700 void 0.000130
+gallium_dri.so malloc 72 0x557173466700 0.000125
+gallium_dri.so free 0x557173466880 void 0.000123
+gallium_dri.so free 0x557173466700 void 0.000120
+gallium_dri.so malloc 72 0x557173466700 0.000120
+gallium_dri.so free 0x557173466940 void 0.000119
+gallium_dri.so free 0x557173466700 void 0.000123
+gallium_dri.so malloc 72 0x5571734668f0 0.000129
+gallium_dri.so free 0x557173466a00 void 0.000124
+gallium_dri.so free 0x5571734668f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734669b0 0.000129
+gallium_dri.so free 0x557173466a80 void 0.000125
+gallium_dri.so free 0x5571734669b0 void 0.000124
+gallium_dri.so malloc 72 0x557173466ad0 0.000131
+gallium_dri.so free 0x557173466b40 void 0.000125
+gallium_dri.so free 0x557173466ad0 void 0.000125
+gallium_dri.so malloc 72 0x557173466b60 0.000130
+gallium_dri.so free 0x557173466c00 void 0.000125
+gallium_dri.so free 0x557173466b60 void 0.000124
+gallium_dri.so malloc 72 0x557173466bb0 0.000131
+gallium_dri.so free 0x557173466c80 void 0.000193
+gallium_dri.so free 0x557173466bb0 void 0.000133
+gallium_dri.so malloc 72 0x557173466bb0 0.000130
+gallium_dri.so free 0x557173466d00 void 0.000124
+gallium_dri.so free 0x557173466bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173466d00 0.000125
+gallium_dri.so free 0x557173466dc0 void 0.000142
+gallium_dri.so free 0x557173466d00 void 0.000127
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466ec0 void 0.000125
+gallium_dri.so free 0x557173466d00 void 0.000125
+gallium_dri.so malloc 72 0x557173466e70 0.000121
+gallium_dri.so free 0x557173466f00 void 0.000126
+gallium_dri.so free 0x557173466e70 void 0.000129
+gallium_dri.so malloc 72 0x557173466e70 0.000125
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so free 0x557173466e70 void 0.000125
+gallium_dri.so malloc 72 0x557173467000 0.000130
+gallium_dri.so free 0x557173467080 void 0.000131
+gallium_dri.so free 0x557173467000 void 0.000125
+gallium_dri.so malloc 72 0x557173467080 0.000125
+gallium_dri.so free 0x557173467140 void 0.000125
+gallium_dri.so free 0x557173467080 void 0.000141
+gallium_dri.so malloc 72 0x557173467080 0.000131
+gallium_dri.so free 0x5571734671c0 void 0.000130
+gallium_dri.so free 0x557173467080 void 0.000130
+gallium_dri.so malloc 72 0x5571734671f0 0.000126
+gallium_dri.so free 0x557173467240 void 0.000121
+gallium_dri.so free 0x5571734671f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734671f0 0.000131
+gallium_dri.so free 0x557173467340 void 0.000130
+gallium_dri.so free 0x5571734671f0 void 0.000125
+gallium_dri.so malloc 72 0x557173467380 0.000121
+gallium_dri.so free 0x557173467400 void 0.000119
+gallium_dri.so free 0x557173467380 void 0.000119
+gallium_dri.so malloc 72 0x557173467400 0.000124
+gallium_dri.so free 0x5571734674c0 void 0.000130
+gallium_dri.so free 0x557173467400 void 0.000130
+gallium_dri.so malloc 72 0x557173467400 0.000129
+gallium_dri.so free 0x557173467540 void 0.000130
+gallium_dri.so free 0x557173467400 void 0.000129
+gallium_dri.so malloc 72 0x557173467570 0.000125
+gallium_dri.so free 0x5571734675c0 void 0.000127
+gallium_dri.so free 0x557173467570 void 0.000130
+gallium_dri.so malloc 72 0x557173467570 0.000142
+gallium_dri.so free 0x5571734676c0 void 0.000164
+gallium_dri.so free 0x557173467570 void 0.000136
+gallium_dri.so malloc 72 0x557173467670 0.000131
+gallium_dri.so free 0x557173467780 void 0.000126
+gallium_dri.so free 0x557173467670 void 0.000125
+gallium_dri.so malloc 72 0x557173467730 0.000125
+gallium_dri.so free 0x557173467800 void 0.000148
+gallium_dri.so free 0x557173467730 void 0.000121
+gallium_dri.so malloc 72 0x557173467730 0.000126
+gallium_dri.so free 0x5571734678c0 void 0.000130
+gallium_dri.so free 0x557173467730 void 0.000130
+gallium_dri.so malloc 72 0x557173467730 0.000124
+gallium_dri.so free 0x557173467980 void 0.000126
+gallium_dri.so free 0x557173467730 void 0.000131
+gallium_dri.so malloc 72 0x557173467930 0.000133
+gallium_dri.so free 0x557173467a00 void 0.000132
+gallium_dri.so free 0x557173467930 void 0.000134
+gallium_dri.so malloc 72 0x557173467a50 0.000129
+gallium_dri.so free 0x557173467ac0 void 0.000131
+gallium_dri.so free 0x557173467a50 void 0.000131
+gallium_dri.so malloc 72 0x557173467ae0 0.000285
+gallium_dri.so free 0x557173467b80 void 0.000343
+gallium_dri.so free 0x557173467ae0 void 0.000337
+gallium_dri.so malloc 72 0x557173467b30 0.000274
+gallium_dri.so free 0x557173467c00 void 0.000285
+gallium_dri.so free 0x557173467b30 void 0.000283
+gallium_dri.so malloc 72 0x557173467c00 0.000225
+gallium_dri.so free 0x557173467cc0 void 0.000284
+gallium_dri.so free 0x557173467c00 void 0.000285
+gallium_dri.so malloc 72 0x557173467c00 0.000274
+gallium_dri.so free 0x557173467d40 void 0.000275
+gallium_dri.so free 0x557173467c00 void 0.000209
+gallium_dri.so malloc 72 0x557173467d40 0.000282
+gallium_dri.so free 0x557173467e00 void 0.000239
+gallium_dri.so free 0x557173467d40 void 0.000238
+gallium_dri.so malloc 72 0x557173467d40 0.000132
+gallium_dri.so free 0x557173467ec0 void 0.000162
+gallium_dri.so free 0x557173467d40 void 0.000167
+gallium_dri.so malloc 72 0x557173467d40 0.000165
+gallium_dri.so free 0x557173467f80 void 0.000129
+gallium_dri.so free 0x557173467d40 void 0.000130
+gallium_dri.so malloc 72 0x557173467f30 0.000125
+gallium_dri.so free 0x557173468000 void 0.000128
+gallium_dri.so free 0x557173467f30 void 0.000130
+gallium_dri.so malloc 72 0x557173468050 0.000131
+gallium_dri.so free 0x5571734680c0 void 0.000129
+gallium_dri.so free 0x557173468050 void 0.000129
+gallium_dri.so malloc 72 0x557173468100 0.000130
+gallium_dri.so free 0x557173468180 void 0.000126
+gallium_dri.so free 0x557173468100 void 0.000137
+gallium_dri.so malloc 72 0x557173468100 0.000132
+gallium_dri.so free 0x557173468200 void 0.000126
+gallium_dri.so free 0x557173468100 void 0.000125
+gallium_dri.so malloc 72 0x557173468230 0.000129
+gallium_dri.so free 0x557173468280 void 0.000130
+gallium_dri.so free 0x557173468230 void 0.000126
+gallium_dri.so malloc 72 0x557173468230 0.000126
+gallium_dri.so free 0x557173468380 void 0.000129
+gallium_dri.so free 0x557173468230 void 0.000130
+gallium_dri.so malloc 72 0x557173468330 0.000130
+gallium_dri.so free 0x557173468440 void 0.000132
+gallium_dri.so free 0x557173468330 void 0.000126
+gallium_dri.so malloc 72 0x5571734683f0 0.000120
+gallium_dri.so free 0x557173468480 void 0.000126
+gallium_dri.so free 0x5571734683f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734683f0 0.000127
+gallium_dri.so free 0x557173468540 void 0.000130
+gallium_dri.so free 0x5571734683f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734685b0 0.000129
+gallium_dri.so free 0x557173468600 void 0.000130
+gallium_dri.so free 0x5571734685b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734685b0 0.000147
+gallium_dri.so free 0x557173468700 void 0.000160
+gallium_dri.so free 0x5571734685b0 void 0.000206
+gallium_dri.so malloc 72 0x5571734686b0 0.000189
+gallium_dri.so free 0x5571734687c0 void 0.000188
+gallium_dri.so free 0x5571734686b0 void 0.000156
+gallium_dri.so malloc 72 0x557173468770 0.000149
+gallium_dri.so free 0x557173468800 void 0.000145
+gallium_dri.so free 0x557173468770 void 0.000149
+gallium_dri.so malloc 72 0x557173468770 0.000154
+gallium_dri.so free 0x5571734688c0 void 0.000156
+gallium_dri.so free 0x557173468770 void 0.000156
+gallium_dri.so malloc 72 0x557173468900 0.000154
+gallium_dri.so free 0x557173468980 void 0.000154
+gallium_dri.so free 0x557173468900 void 0.000259
+gallium_dri.so malloc 72 0x557173468980 0.000168
+gallium_dri.so free 0x557173468a40 void 0.000170
+gallium_dri.so free 0x557173468980 void 0.000131
+gallium_dri.so malloc 72 0x557173468980 0.000145
+gallium_dri.so free 0x557173468b00 void 0.000143
+gallium_dri.so free 0x557173468980 void 0.000129
+gallium_dri.so malloc 72 0x557173468b20 0.000127
+gallium_dri.so free 0x557173468bc0 void 0.000127
+gallium_dri.so free 0x557173468b20 void 0.000127
+gallium_dri.so malloc 72 0x557173468b70 0.000128
+gallium_dri.so free 0x557173468c40 void 0.000128
+gallium_dri.so free 0x557173468b70 void 0.000128
+gallium_dri.so malloc 72 0x557173468b70 0.000127
+gallium_dri.so free 0x557173468cc0 void 0.000126
+gallium_dri.so free 0x557173468b70 void 0.000126
+gallium_dri.so malloc 72 0x557173468cc0 0.000128
+gallium_dri.so free 0x557173468d80 void 0.000129
+gallium_dri.so free 0x557173468cc0 void 0.000126
+gallium_dri.so malloc 72 0x557173468cc0 0.000128
+gallium_dri.so free 0x557173468e40 void 0.000128
+gallium_dri.so free 0x557173468cc0 void 0.000127
+gallium_dri.so malloc 72 0x557173468cc0 0.000128
+gallium_dri.so free 0x557173468f00 void 0.000128
+gallium_dri.so free 0x557173468cc0 void 0.000129
+gallium_dri.so malloc 72 0x557173468eb0 0.000129
+gallium_dri.so free 0x557173468fc0 void 0.000134
+gallium_dri.so free 0x557173468eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173468f70 0.000128
+gallium_dri.so free 0x557173469040 void 0.000128
+gallium_dri.so free 0x557173468f70 void 0.000128
+gallium_dri.so malloc 72 0x557173469090 0.000129
+gallium_dri.so free 0x557173469100 void 0.000130
+gallium_dri.so free 0x557173469090 void 0.000126
+gallium_dri.so malloc 72 0x557173469120 0.000129
+gallium_dri.so free 0x5571734691c0 void 0.000127
+gallium_dri.so free 0x557173469120 void 0.000128
+gallium_dri.so malloc 72 0x557173469170 0.000129
+gallium_dri.so free 0x557173469240 void 0.000128
+gallium_dri.so free 0x557173469170 void 0.000127
+gallium_dri.so malloc 72 0x557173469170 0.000128
+gallium_dri.so free 0x5571734692c0 void 0.000129
+gallium_dri.so free 0x557173469170 void 0.000128
+gallium_dri.so malloc 72 0x5571734692c0 0.000130
+gallium_dri.so free 0x557173469380 void 0.000128
+gallium_dri.so free 0x5571734692c0 void 0.000126
+gallium_dri.so malloc 72 0x5571734692c0 0.000127
+gallium_dri.so free 0x557173469480 void 0.000128
+gallium_dri.so free 0x5571734692c0 void 0.000127
+gallium_dri.so malloc 72 0x557173469430 0.000130
+gallium_dri.so free 0x5571734694c0 void 0.000129
+gallium_dri.so free 0x557173469430 void 0.000138
+gallium_dri.so malloc 72 0x557173469430 0.000128
+gallium_dri.so free 0x557173469580 void 0.000128
+gallium_dri.so free 0x557173469430 void 0.000127
+gallium_dri.so malloc 72 0x5571734695c0 0.000129
+gallium_dri.so free 0x557173469640 void 0.000128
+gallium_dri.so free 0x5571734695c0 void 0.000127
+gallium_dri.so malloc 72 0x557173469640 0.000128
+gallium_dri.so free 0x557173469700 void 0.000128
+gallium_dri.so free 0x557173469640 void 0.000127
+gallium_dri.so malloc 72 0x557173469640 0.000127
+gallium_dri.so free 0x5571735ceb40 void 0.000135
+gallium_dri.so free 0x557173469640 void 0.000124
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735cebc0 void 0.000122
+gallium_dri.so free 0x5571735ceaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000122
+gallium_dri.so free 0x5571735cecc0 void 0.000122
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec70 0.000123
+gallium_dri.so free 0x5571735ced40 void 0.000121
+gallium_dri.so free 0x5571735cec70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced90 0.000122
+gallium_dri.so free 0x5571735cee00 void 0.000119
+gallium_dri.so free 0x5571735ced90 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee20 0.000131
+gallium_dri.so free 0x5571735ceec0 void 0.000122
+gallium_dri.so free 0x5571735cee20 void 0.000119
+gallium_dri.so malloc 72 0x5571735cee70 0.000119
+gallium_dri.so free 0x5571735cef40 void 0.000146
+gallium_dri.so free 0x5571735cee70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cee70 0.000119
+gallium_dri.so free 0x5571735cefc0 void 0.000123
+gallium_dri.so free 0x5571735cee70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cefc0 0.000122
+gallium_dri.so free 0x5571735cf080 void 0.000122
+gallium_dri.so free 0x5571735cefc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cefc0 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000122
+gallium_dri.so free 0x5571735cefc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cefc0 0.000122
+gallium_dri.so free 0x5571735cf200 void 0.000122
+gallium_dri.so free 0x5571735cefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf230 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000122
+gallium_dri.so free 0x5571735cf230 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf230 0.000121
+gallium_dri.so free 0x5571735cf380 void 0.000122
+gallium_dri.so free 0x5571735cf230 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf330 0.000118
+gallium_dri.so free 0x5571735cf440 void 0.000119
+gallium_dri.so free 0x5571735cf330 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x5571735cf3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so free 0x5571735cf3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf590 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so free 0x5571735cf590 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf640 0.000118
+gallium_dri.so free 0x5571735cf6c0 void 0.000120
+gallium_dri.so free 0x5571735cf640 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000120
+gallium_dri.so free 0x5571735cf780 void 0.000122
+gallium_dri.so free 0x5571735cf6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf6c0 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000118
+gallium_dri.so free 0x5571735cf6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf830 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so free 0x5571735cf830 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf830 0.000120
+gallium_dri.so free 0x5571735cf980 void 0.000121
+gallium_dri.so free 0x5571735cf830 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf930 0.000128
+gallium_dri.so free 0x5571735cfa40 void 0.000124
+gallium_dri.so free 0x5571735cf930 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000122
+gallium_dri.so free 0x5571735cf9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfae0 0.000121
+gallium_dri.so free 0x5571735cfb80 void 0.000121
+gallium_dri.so free 0x5571735cfae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb30 0.000121
+gallium_dri.so free 0x5571735cfc00 void 0.000121
+gallium_dri.so free 0x5571735cfb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb30 0.000120
+gallium_dri.so free 0x5571735cfc80 void 0.000122
+gallium_dri.so free 0x5571735cfb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfc80 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000122
+gallium_dri.so free 0x5571735cfc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfc80 0.000121
+gallium_dri.so free 0x5571735cfe00 void 0.000121
+gallium_dri.so free 0x5571735cfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfc80 0.000121
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so free 0x5571735cfc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfe70 0.000121
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so free 0x5571735cfe70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfe70 0.000122
+gallium_dri.so free 0x5571735cffc0 void 0.000122
+gallium_dri.so free 0x5571735cfe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cff70 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000122
+gallium_dri.so free 0x5571735cff70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0030 0.000119
+gallium_dri.so free 0x5571735d00c0 void 0.000121
+gallium_dri.so free 0x5571735d0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0030 0.000122
+gallium_dri.so free 0x5571735d0180 void 0.000120
+gallium_dri.so free 0x5571735d0030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01c0 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0240 0.000121
+gallium_dri.so free 0x5571735d0300 void 0.000122
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0240 0.000120
+gallium_dri.so free 0x5571735d03c0 void 0.000121
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735d03e0 0.000121
+gallium_dri.so free 0x5571735d0480 void 0.000122
+gallium_dri.so free 0x5571735d03e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0430 0.000118
+gallium_dri.so free 0x5571735d0500 void 0.000169
+gallium_dri.so free 0x5571735d0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0430 0.000119
+gallium_dri.so free 0x5571735d0580 void 0.000119
+gallium_dri.so free 0x5571735d0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0580 0.000145
+gallium_dri.so free 0x5571735d0640 void 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0580 0.000121
+gallium_dri.so free 0x5571735d0700 void 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0580 0.000123
+gallium_dri.so free 0x5571735d07c0 void 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0770 0.000121
+gallium_dri.so free 0x5571735d0880 void 0.000121
+gallium_dri.so free 0x5571735d0770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0830 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000127
+gallium_dri.so free 0x5571735d0830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0950 0.000122
+gallium_dri.so free 0x5571735d09c0 void 0.000121
+gallium_dri.so free 0x5571735d0950 void 0.000123
+gallium_dri.so malloc 72 0x5571735d09e0 0.000120
+gallium_dri.so free 0x5571735d0a80 void 0.000122
+gallium_dri.so free 0x5571735d09e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0a30 0.000122
+gallium_dri.so free 0x5571735d0b00 void 0.000122
+gallium_dri.so free 0x5571735d0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a30 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so free 0x5571735d0a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0b80 0.000121
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x5571735d0d40 void 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000122
+gallium_dri.so free 0x5571735d0d80 void 0.000122
+gallium_dri.so free 0x5571735d0cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000119
+gallium_dri.so free 0x5571735d0e40 void 0.000121
+gallium_dri.so free 0x5571735d0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0e80 0.000120
+gallium_dri.so free 0x5571735d0f00 void 0.000123
+gallium_dri.so free 0x5571735d0e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0f00 0.000118
+gallium_dri.so free 0x5571735d0fc0 void 0.000121
+gallium_dri.so free 0x5571735d0f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0f00 0.000119
+gallium_dri.so free 0x5571735d1040 void 0.000128
+gallium_dri.so free 0x5571735d0f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1070 0.000121
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so free 0x5571735d1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1070 0.000121
+gallium_dri.so free 0x5571735d11c0 void 0.000121
+gallium_dri.so free 0x5571735d1070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1200 0.000118
+gallium_dri.so free 0x5571735d1280 void 0.000121
+gallium_dri.so free 0x5571735d1200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1280 0.000120
+gallium_dri.so free 0x5571735d1340 void 0.000121
+gallium_dri.so free 0x5571735d1280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1280 0.000122
+gallium_dri.so free 0x5571735d13c0 void 0.000121
+gallium_dri.so free 0x5571735d1280 void 0.000122
+gallium_dri.so malloc 72 0x5571735d13f0 0.000120
+gallium_dri.so free 0x5571735d1440 void 0.000121
+gallium_dri.so free 0x5571735d13f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d13f0 0.000118
+gallium_dri.so free 0x5571735d1540 void 0.000122
+gallium_dri.so free 0x5571735d13f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d14f0 0.000120
+gallium_dri.so free 0x5571735d1600 void 0.000120
+gallium_dri.so free 0x5571735d14f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d15b0 0.000162
+gallium_dri.so free 0x5571735d1680 void 0.000123
+gallium_dri.so free 0x5571735d15b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d15b0 0.000121
+gallium_dri.so free 0x5571735d1740 void 0.000121
+gallium_dri.so free 0x5571735d15b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d15b0 0.000120
+gallium_dri.so free 0x5571735d1800 void 0.000121
+gallium_dri.so free 0x5571735d15b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d17b0 0.000141
+gallium_dri.so free 0x5571735d1880 void 0.000127
+gallium_dri.so free 0x5571735d17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d18d0 0.000141
+gallium_dri.so free 0x5571735d1940 void 0.000131
+gallium_dri.so free 0x5571735d18d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1960 0.000122
+gallium_dri.so free 0x5571735d1a00 void 0.000122
+gallium_dri.so free 0x5571735d1960 void 0.000121
+gallium_dri.so malloc 72 0x5571735d19b0 0.000120
+gallium_dri.so free 0x5571735d1a80 void 0.000122
+gallium_dri.so free 0x5571735d19b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a80 0.000122
+gallium_dri.so free 0x5571735d1b40 void 0.000121
+gallium_dri.so free 0x5571735d1a80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1a80 0.000123
+gallium_dri.so free 0x5571735d1bc0 void 0.000134
+gallium_dri.so free 0x5571735d1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000122
+gallium_dri.so free 0x5571735d1c80 void 0.000121
+gallium_dri.so free 0x5571735d1bc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000120
+gallium_dri.so free 0x5571735d1d40 void 0.000120
+gallium_dri.so free 0x5571735d1bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1bc0 0.000118
+gallium_dri.so free 0x5571735d1e00 void 0.000124
+gallium_dri.so free 0x5571735d1bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1db0 0.000119
+gallium_dri.so free 0x5571735d1e80 void 0.000119
+gallium_dri.so free 0x5571735d1db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1ed0 0.000121
+gallium_dri.so free 0x5571735d1f40 void 0.000122
+gallium_dri.so free 0x5571735d1ed0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1f80 0.000119
+gallium_dri.so free 0x5571735d2000 void 0.000123
+gallium_dri.so free 0x5571735d1f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1f80 0.000121
+gallium_dri.so free 0x5571735d2080 void 0.000122
+gallium_dri.so free 0x5571735d1f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d20b0 0.000122
+gallium_dri.so free 0x5571735d2100 void 0.000123
+gallium_dri.so free 0x5571735d20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d20b0 0.000143
+gallium_dri.so free 0x5571735d2200 void 0.000122
+gallium_dri.so free 0x5571735d20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x5571735d22c0 void 0.000123
+gallium_dri.so free 0x5571735d21b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2270 0.000118
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so free 0x5571735d2270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2270 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2430 0.000120
+gallium_dri.so free 0x5571735d2480 void 0.000121
+gallium_dri.so free 0x5571735d2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2430 0.000121
+gallium_dri.so free 0x5571735d2580 void 0.000119
+gallium_dri.so free 0x5571735d2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2530 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x5571735d2530 void 0.000120
+gallium_dri.so malloc 72 0x5571735d25f0 0.000122
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x5571735d25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d25f0 0.000120
+gallium_dri.so free 0x5571735d2740 void 0.000127
+gallium_dri.so free 0x5571735d25f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d2780 0.000151
+gallium_dri.so free 0x5571735d2800 void 0.000153
+gallium_dri.so free 0x5571735d2780 void 0.000152
+gallium_dri.so malloc 72 0x5571735d2800 0.000149
+gallium_dri.so free 0x5571735d28c0 void 0.000152
+gallium_dri.so free 0x5571735d2800 void 0.000148
+gallium_dri.so malloc 72 0x5571735d2800 0.000149
+gallium_dri.so free 0x5571735d2980 void 0.000153
+gallium_dri.so free 0x5571735d2800 void 0.000151
+gallium_dri.so malloc 72 0x5571735d29a0 0.000151
+gallium_dri.so free 0x5571735d2a40 void 0.000151
+gallium_dri.so free 0x5571735d29a0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d29f0 0.000151
+gallium_dri.so free 0x5571735d2ac0 void 0.000152
+gallium_dri.so free 0x5571735d29f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d29f0 0.000128
+gallium_dri.so free 0x5571735d2b40 void 0.000121
+gallium_dri.so free 0x5571735d29f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b40 0.000120
+gallium_dri.so free 0x5571735d2c00 void 0.000122
+gallium_dri.so free 0x5571735d2b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2b40 0.000122
+gallium_dri.so free 0x5571735d2cc0 void 0.000122
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b40 0.000122
+gallium_dri.so free 0x5571735d2d80 void 0.000121
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2d30 0.000119
+gallium_dri.so free 0x5571735d2e40 void 0.000120
+gallium_dri.so free 0x5571735d2d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2df0 0.000122
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735d2df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2f10 0.000120
+gallium_dri.so free 0x5571735d2f80 void 0.000122
+gallium_dri.so free 0x5571735d2f10 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2fa0 0.000121
+gallium_dri.so free 0x5571735d3040 void 0.000121
+gallium_dri.so free 0x5571735d2fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000121
+gallium_dri.so free 0x5571735d30c0 void 0.000120
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000131
+gallium_dri.so free 0x5571735d3140 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3140 0.000120
+gallium_dri.so free 0x5571735d3300 void 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32b0 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32b0 0.000120
+gallium_dri.so free 0x5571735d3400 void 0.000121
+gallium_dri.so free 0x5571735d32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3440 0.000119
+gallium_dri.so free 0x5571735d34c0 void 0.000120
+gallium_dri.so free 0x5571735d3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735d34c0 0.000120
+gallium_dri.so free 0x5571735d3580 void 0.000121
+gallium_dri.so free 0x5571735d34c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d34c0 0.000121
+gallium_dri.so free 0x5571735cae00 void 0.000121
+gallium_dri.so free 0x5571735d3600 void 0.000117
+gallium_dri.so free 0x5571735d34c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3630 0.000116
+gallium_dri.so free 0x5571735d3680 void 0.000117
+gallium_dri.so free 0x5571735d3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3630 0.000115
+gallium_dri.so free 0x5571735d3780 void 0.000116
+gallium_dri.so free 0x5571735d3630 void 0.000126
+gallium_dri.so malloc 72 0x5571735d37c0 0.000116
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so free 0x5571735d37c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3840 0.000115
+gallium_dri.so free 0x5571735d3900 void 0.000120
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3840 0.000117
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d3840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d39b0 0.000116
+gallium_dri.so free 0x5571735d3a00 void 0.000116
+gallium_dri.so free 0x5571735d39b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d39b0 0.000115
+gallium_dri.so free 0x5571735d3b00 void 0.000115
+gallium_dri.so free 0x5571735d39b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000116
+gallium_dri.so free 0x5571735d3bc0 void 0.000115
+gallium_dri.so free 0x5571735d3ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3b70 0.000117
+gallium_dri.so free 0x5571735d3c40 void 0.000117
+gallium_dri.so free 0x5571735d3b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b70 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3b70 0.000115
+gallium_dri.so free 0x5571735d3dc0 void 0.000116
+gallium_dri.so free 0x5571735d3b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3d70 0.000116
+gallium_dri.so free 0x5571735d3e40 void 0.000118
+gallium_dri.so free 0x5571735d3d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3e90 0.000115
+gallium_dri.so free 0x5571735d3f00 void 0.000116
+gallium_dri.so free 0x5571735d3e90 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3f20 0.000116
+gallium_dri.so free 0x5571735d3fc0 void 0.000115
+gallium_dri.so free 0x5571735d3f20 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3f70 0.000114
+gallium_dri.so free 0x5571735d4040 void 0.000117
+gallium_dri.so free 0x5571735d3f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4040 0.000115
+gallium_dri.so free 0x5571735d4100 void 0.000115
+gallium_dri.so free 0x5571735d4040 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4040 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4040 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4180 0.000116
+gallium_dri.so free 0x5571735d4240 void 0.000116
+gallium_dri.so free 0x5571735d4180 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4180 0.000116
+gallium_dri.so free 0x5571735d4300 void 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4180 0.000115
+gallium_dri.so free 0x5571735d43c0 void 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000181
+gallium_dri.so malloc 72 0x5571735d4370 0.000117
+gallium_dri.so free 0x5571735d4440 void 0.000117
+gallium_dri.so free 0x5571735d4370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4490 0.000117
+gallium_dri.so free 0x5571735d4500 void 0.000117
+gallium_dri.so free 0x5571735d4490 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4540 0.000116
+gallium_dri.so free 0x5571735d45c0 void 0.000115
+gallium_dri.so free 0x5571735d4540 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4540 0.000115
+gallium_dri.so free 0x5571735d4640 void 0.000116
+gallium_dri.so free 0x5571735d4540 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4670 0.000116
+gallium_dri.so free 0x5571735d46c0 void 0.000116
+gallium_dri.so free 0x5571735d4670 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4670 0.000117
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735d4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4770 0.000117
+gallium_dri.so free 0x5571735d4880 void 0.000117
+gallium_dri.so free 0x5571735d4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4830 0.000116
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d4830 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4830 0.000116
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4830 void 0.000127
+gallium_dri.so malloc 72 0x5571735d49f0 0.000115
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d49f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d49f0 0.000116
+gallium_dri.so free 0x5571735d4b40 void 0.000115
+gallium_dri.so free 0x5571735d49f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4af0 0.000116
+gallium_dri.so free 0x5571735d4c00 void 0.000115
+gallium_dri.so free 0x5571735d4af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000115
+gallium_dri.so free 0x5571735d4c40 void 0.000117
+gallium_dri.so free 0x5571735d4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000116
+gallium_dri.so free 0x5571735d4d00 void 0.000116
+gallium_dri.so free 0x5571735d4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4d40 0.000117
+gallium_dri.so free 0x5571735d4dc0 void 0.000117
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000116
+gallium_dri.so free 0x5571735d4e80 void 0.000116
+gallium_dri.so free 0x5571735d4dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000118
+gallium_dri.so free 0x5571735d4f40 void 0.000117
+gallium_dri.so free 0x5571735d4dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4f60 0.000116
+gallium_dri.so free 0x5571735d5000 void 0.000117
+gallium_dri.so free 0x5571735d4f60 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000113
+gallium_dri.so free 0x5571735d5080 void 0.000113
+gallium_dri.so free 0x5571735d4fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so free 0x5571735d4fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5100 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5100 0.000115
+gallium_dri.so free 0x5571735d5280 void 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5100 0.000113
+gallium_dri.so free 0x5571735d5340 void 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d52f0 0.000112
+gallium_dri.so free 0x5571735d5400 void 0.000112
+gallium_dri.so free 0x5571735d52f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d53b0 0.000113
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x5571735d53b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d54d0 0.000117
+gallium_dri.so free 0x5571735d5540 void 0.000113
+gallium_dri.so free 0x5571735d54d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5560 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000113
+gallium_dri.so free 0x5571735d5560 void 0.000157
+gallium_dri.so malloc 72 0x5571735d55b0 0.000203
+gallium_dri.so free 0x5571735d5680 void 0.000127
+gallium_dri.so free 0x5571735d55b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5700 0.000123
+gallium_dri.so free 0x5571735d57c0 void 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5700 0.000115
+gallium_dri.so free 0x5571735d58c0 void 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5870 0.000110
+gallium_dri.so free 0x5571735d5900 void 0.000119
+gallium_dri.so free 0x5571735d5870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5870 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000111
+gallium_dri.so free 0x5571735d5870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5a00 0.000116
+gallium_dri.so free 0x5571735d5a80 void 0.000120
+gallium_dri.so free 0x5571735d5a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5a80 0.000112
+gallium_dri.so free 0x5571735d5b40 void 0.000112
+gallium_dri.so free 0x5571735d5a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5a80 0.000127
+gallium_dri.so free 0x5571735d5bc0 void 0.000125
+gallium_dri.so free 0x5571735d5a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000118
+gallium_dri.so free 0x5571735d5c40 void 0.000115
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5d80 0.000115
+gallium_dri.so free 0x5571735d5e00 void 0.000113
+gallium_dri.so free 0x5571735d5d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5e00 0.000112
+gallium_dri.so free 0x5571735d5ec0 void 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e00 0.000113
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so free 0x5571735d5e00 void 0.000136
+gallium_dri.so malloc 72 0x5571735d5f70 0.000117
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5f70 0.000115
+gallium_dri.so free 0x5571735d60c0 void 0.000114
+gallium_dri.so free 0x5571735d5f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6070 0.000114
+gallium_dri.so free 0x5571735d6180 void 0.000114
+gallium_dri.so free 0x5571735d6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6130 0.000115
+gallium_dri.so free 0x5571735d6200 void 0.000106
+gallium_dri.so free 0x5571735d6130 void 0.000261
+gallium_dri.so malloc 72 0x5571735d6130 0.000236
+gallium_dri.so free 0x5571735d62c0 void 0.000164
+gallium_dri.so free 0x5571735d6130 void 0.000158
+gallium_dri.so malloc 72 0x5571735d6130 0.000156
+gallium_dri.so free 0x5571735d6380 void 0.000202
+gallium_dri.so free 0x5571735d6130 void 0.000168
+gallium_dri.so malloc 72 0x5571735d6330 0.000164
+gallium_dri.so free 0x5571735d6400 void 0.000119
+gallium_dri.so free 0x5571735d6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6450 0.000122
+gallium_dri.so free 0x5571735d64c0 void 0.000116
+gallium_dri.so free 0x5571735d6450 void 0.000112
+gallium_dri.so malloc 72 0x5571735d64e0 0.000114
+gallium_dri.so free 0x5571735d6580 void 0.000115
+gallium_dri.so free 0x5571735d64e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6530 0.000114
+gallium_dri.so free 0x5571735d6600 void 0.000113
+gallium_dri.so free 0x5571735d6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6600 0.000119
+gallium_dri.so free 0x5571735d66c0 void 0.000165
+gallium_dri.so free 0x5571735d6600 void 0.000156
+gallium_dri.so malloc 72 0x5571735d6600 0.000117
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000186
+gallium_dri.so malloc 72 0x5571735d6740 0.000166
+gallium_dri.so free 0x5571735d6800 void 0.000167
+gallium_dri.so free 0x5571735d6740 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6740 0.000125
+gallium_dri.so free 0x5571735d68c0 void 0.000134
+gallium_dri.so free 0x5571735d6740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6740 0.000120
+gallium_dri.so free 0x5571735d6980 void 0.000120
+gallium_dri.so free 0x5571735d6740 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6930 0.000119
+gallium_dri.so free 0x5571735d6a00 void 0.000121
+gallium_dri.so free 0x5571735d6930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6a50 0.000119
+gallium_dri.so free 0x5571735d6ac0 void 0.000121
+gallium_dri.so free 0x5571735d6a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6b00 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000120
+gallium_dri.so free 0x5571735d6b00 void 0.000173
+gallium_dri.so malloc 72 0x5571735d6b00 0.000119
+gallium_dri.so free 0x5571735d6c00 void 0.000121
+gallium_dri.so free 0x5571735d6b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6c30 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735d6c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6c30 0.000119
+gallium_dri.so free 0x5571735eb480 void 0.000121
+gallium_dri.so free 0x5571735d6c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb430 0.000119
+gallium_dri.so free 0x5571735eb540 void 0.000118
+gallium_dri.so free 0x5571735eb430 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000120
+gallium_dri.so free 0x5571735eb580 void 0.000119
+gallium_dri.so free 0x5571735eb4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000130
+gallium_dri.so free 0x5571735eb800 void 0.000129
+gallium_dri.so free 0x5571735eb6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000137
+gallium_dri.so free 0x5571735eb8c0 void 0.000121
+gallium_dri.so free 0x5571735eb7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb870 0.000129
+gallium_dri.so free 0x5571735eb900 void 0.000129
+gallium_dri.so free 0x5571735eb870 void 0.000136
+gallium_dri.so malloc 72 0x5571735eb870 0.000124
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735eb870 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba00 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba80 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba80 0.000119
+gallium_dri.so free 0x5571735ebc00 void 0.000118
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc20 0.000121
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so free 0x5571735ebc20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc70 0.000126
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc70 0.000112
+gallium_dri.so free 0x5571735ebdc0 void 0.000188
+gallium_dri.so free 0x5571735ebc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000113
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000114
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000116
+gallium_dri.so free 0x5571735ec000 void 0.000255
+gallium_dri.so free 0x5571735ebdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec0c0 void 0.000114
+gallium_dri.so free 0x5571735ebfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec070 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000113
+gallium_dri.so free 0x5571735ec070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec190 0.000116
+gallium_dri.so free 0x5571735ec200 void 0.000114
+gallium_dri.so free 0x5571735ec190 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec220 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735ec220 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so free 0x5571735ec270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec270 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec270 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000112
+gallium_dri.so free 0x5571735ec480 void 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000112
+gallium_dri.so free 0x5571735ec5c0 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec530 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000153
+gallium_dri.so free 0x5571735ec6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec740 0.000135
+gallium_dri.so free 0x5571735ec800 void 0.000126
+gallium_dri.so free 0x5571735ec740 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec740 0.000118
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so free 0x5571735ec8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000113
+gallium_dri.so free 0x5571735ec8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca40 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecac0 0.000114
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecac0 0.000112
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc30 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc30 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so free 0x5571735ecc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd30 0.000112
+gallium_dri.so free 0x5571735ece40 void 0.000114
+gallium_dri.so free 0x5571735ecd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ecec0 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ecf80 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000161
+gallium_dri.so free 0x5571735ed040 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecff0 0.000112
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so free 0x5571735ecff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed110 0.000112
+gallium_dri.so free 0x5571735ed180 void 0.000114
+gallium_dri.so free 0x5571735ed110 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000116
+gallium_dri.so free 0x5571735ed240 void 0.000113
+gallium_dri.so free 0x5571735ed1a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000112
+gallium_dri.so free 0x5571735ed1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000117
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000118
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000124
+gallium_dri.so free 0x5571735ed640 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000116
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed710 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000124
+gallium_dri.so free 0x5571735ed710 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000114
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000113
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735ed9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edab0 0.000112
+gallium_dri.so free 0x5571735edb40 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edab0 0.000128
+gallium_dri.so free 0x5571735edc00 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc70 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc70 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so free 0x5571735edc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd70 0.000114
+gallium_dri.so free 0x5571735ede80 void 0.000115
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede30 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede30 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edfc0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee040 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee040 0.000115
+gallium_dri.so free 0x5571735ee1c0 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000157
+gallium_dri.so free 0x5571735ee280 void 0.000114
+gallium_dri.so free 0x5571735ee1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000111
+gallium_dri.so free 0x5571735ee380 void 0.000111
+gallium_dri.so free 0x5571735ee230 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee380 0.000112
+gallium_dri.so free 0x5571735ee440 void 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee380 0.000113
+gallium_dri.so free 0x5571735ee500 void 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee380 0.000109
+gallium_dri.so free 0x5571735ee5c0 void 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee570 0.000115
+gallium_dri.so free 0x5571735ee680 void 0.000113
+gallium_dri.so free 0x5571735ee570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee630 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000118
+gallium_dri.so free 0x5571735ee630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee750 0.000113
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so free 0x5571735ee750 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000113
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee7e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee830 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000112
+gallium_dri.so free 0x5571735ee830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee830 0.000114
+gallium_dri.so free 0x5571735ee980 void 0.000114
+gallium_dri.so free 0x5571735ee830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee980 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee980 0.000114
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735ee980 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000112
+gallium_dri.so free 0x5571735eeb80 void 0.000113
+gallium_dri.so free 0x5571735eeaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so free 0x5571735eeaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec80 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000124
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee70 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so free 0x5571735eee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee70 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef000 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so free 0x5571735ef000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef080 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef080 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000112
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so free 0x5571735ef2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000116
+gallium_dri.so free 0x5571735ef3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000112
+gallium_dri.so free 0x5571735ef540 void 0.000112
+gallium_dri.so free 0x5571735ef3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000120
+gallium_dri.so free 0x5571735ef600 void 0.000134
+gallium_dri.so free 0x5571735ef3b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000129
+gallium_dri.so free 0x5571735ef680 void 0.000128
+gallium_dri.so free 0x5571735ef5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000128
+gallium_dri.so free 0x5571735ef740 void 0.000130
+gallium_dri.so free 0x5571735ef6d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef760 0.000130
+gallium_dri.so free 0x5571735ef800 void 0.000128
+gallium_dri.so free 0x5571735ef760 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000127
+gallium_dri.so free 0x5571735ef880 void 0.000128
+gallium_dri.so free 0x5571735ef7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef880 0.000130
+gallium_dri.so free 0x5571735ef940 void 0.000129
+gallium_dri.so free 0x5571735ef880 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef880 0.000130
+gallium_dri.so free 0x5571735ef9c0 void 0.000129
+gallium_dri.so free 0x5571735ef880 void 0.000151
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000129
+gallium_dri.so free 0x5571735efa80 void 0.000129
+gallium_dri.so free 0x5571735ef9c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000130
+gallium_dri.so free 0x5571735efb40 void 0.000129
+gallium_dri.so free 0x5571735ef9c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000129
+gallium_dri.so free 0x5571735efc00 void 0.000138
+gallium_dri.so free 0x5571735ef9c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735efbb0 0.000133
+gallium_dri.so free 0x5571735efc80 void 0.000133
+gallium_dri.so free 0x5571735efbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735efcd0 0.000135
+gallium_dri.so free 0x5571735efd40 void 0.000131
+gallium_dri.so free 0x5571735efcd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735efd80 0.000130
+gallium_dri.so free 0x5571735efe00 void 0.000130
+gallium_dri.so free 0x5571735efd80 void 0.000130
+gallium_dri.so malloc 72 0x5571735efd80 0.000130
+gallium_dri.so free 0x5571735efe80 void 0.000131
+gallium_dri.so free 0x5571735efd80 void 0.000129
+gallium_dri.so malloc 72 0x5571735efeb0 0.000131
+gallium_dri.so free 0x5571735eff00 void 0.000141
+gallium_dri.so free 0x5571735efeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efeb0 0.000128
+gallium_dri.so free 0x5571735f0000 void 0.000129
+gallium_dri.so free 0x5571735efeb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735effb0 0.000129
+gallium_dri.so free 0x5571735f00c0 void 0.000128
+gallium_dri.so free 0x5571735effb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0070 0.000128
+gallium_dri.so free 0x5571735f0100 void 0.000128
+gallium_dri.so free 0x5571735f0070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0070 0.000131
+gallium_dri.so free 0x5571735f01c0 void 0.000130
+gallium_dri.so free 0x5571735f0070 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0230 0.000129
+gallium_dri.so free 0x5571735f0280 void 0.000146
+gallium_dri.so free 0x5571735f0230 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0230 0.000133
+gallium_dri.so free 0x5571735f0380 void 0.000132
+gallium_dri.so free 0x5571735f0230 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0330 0.000133
+gallium_dri.so free 0x5571735f0440 void 0.000132
+gallium_dri.so free 0x5571735f0330 void 0.000132
+gallium_dri.so malloc 72 0x5571735f03f0 0.000141
+gallium_dri.so free 0x5571735f0480 void 0.000133
+gallium_dri.so free 0x5571735f03f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f03f0 0.000131
+gallium_dri.so free 0x5571735f0540 void 0.000133
+gallium_dri.so free 0x5571735f03f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0580 0.000131
+gallium_dri.so free 0x5571735f0600 void 0.000131
+gallium_dri.so free 0x5571735f0580 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0600 0.000131
+gallium_dri.so free 0x5571735f06c0 void 0.000132
+gallium_dri.so free 0x5571735f0600 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0600 0.000132
+gallium_dri.so free 0x5571735f0780 void 0.000132
+gallium_dri.so free 0x5571735f0600 void 0.000131
+gallium_dri.so malloc 72 0x5571735f07a0 0.000130
+gallium_dri.so free 0x5571735f0840 void 0.000132
+gallium_dri.so free 0x5571735f07a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f07f0 0.000131
+gallium_dri.so free 0x5571735f08c0 void 0.000130
+gallium_dri.so free 0x5571735f07f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f07f0 0.000131
+gallium_dri.so free 0x5571735f0940 void 0.000132
+gallium_dri.so free 0x5571735f07f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f0940 0.000180
+gallium_dri.so free 0x5571735f0a00 void 0.000177
+gallium_dri.so free 0x5571735f0940 void 0.000258
+gallium_dri.so malloc 72 0x5571735f0940 0.000204
+gallium_dri.so free 0x5571735f0ac0 void 0.000214
+gallium_dri.so free 0x5571735f0940 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0940 0.000132
+gallium_dri.so free 0x5571735f0b80 void 0.000132
+gallium_dri.so free 0x5571735f0940 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0b30 0.000130
+gallium_dri.so free 0x5571735f0c40 void 0.000133
+gallium_dri.so free 0x5571735f0b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000130
+gallium_dri.so free 0x5571735f0cc0 void 0.000131
+gallium_dri.so free 0x5571735f0bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0d10 0.000131
+gallium_dri.so free 0x5571735f0d80 void 0.000134
+gallium_dri.so free 0x5571735f0d10 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0da0 0.000131
+gallium_dri.so free 0x5571735f0e40 void 0.000132
+gallium_dri.so free 0x5571735f0da0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0df0 0.000130
+gallium_dri.so free 0x5571735f0ec0 void 0.000131
+gallium_dri.so free 0x5571735f0df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0df0 0.000134
+gallium_dri.so free 0x5571735f0f40 void 0.000134
+gallium_dri.so free 0x5571735f0df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0f40 0.000131
+gallium_dri.so free 0x5571735f1000 void 0.000133
+gallium_dri.so free 0x5571735f0f40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0f40 0.000132
+gallium_dri.so free 0x5571735f1100 void 0.000132
+gallium_dri.so free 0x5571735f0f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f10b0 0.000131
+gallium_dri.so free 0x5571735f1140 void 0.000131
+gallium_dri.so free 0x5571735f10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f10b0 0.000132
+gallium_dri.so free 0x5571735f1200 void 0.000132
+gallium_dri.so free 0x5571735f10b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1240 0.000131
+gallium_dri.so free 0x5571735f12c0 void 0.000131
+gallium_dri.so free 0x5571735f1240 void 0.000131
+gallium_dri.so malloc 72 0x5571735f12c0 0.000130
+gallium_dri.so free 0x5571735f1380 void 0.000141
+gallium_dri.so free 0x5571735f12c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f12c0 0.000129
+gallium_dri.so free 0x5571735f1400 void 0.000131
+gallium_dri.so free 0x5571735f12c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1430 0.000131
+gallium_dri.so free 0x5571735f1480 void 0.000132
+gallium_dri.so free 0x5571735f1430 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1430 0.000131
+gallium_dri.so free 0x5571735f1580 void 0.000131
+gallium_dri.so free 0x5571735f1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f15c0 0.000129
+gallium_dri.so free 0x5571735f1640 void 0.000131
+gallium_dri.so free 0x5571735f15c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1640 0.000131
+gallium_dri.so free 0x5571735f1700 void 0.000132
+gallium_dri.so free 0x5571735f1640 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1640 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000133
+gallium_dri.so free 0x5571735f1640 void 0.000135
+gallium_dri.so malloc 72 0x5571735f17b0 0.000131
+gallium_dri.so free 0x5571735f1800 void 0.000131
+gallium_dri.so free 0x5571735f17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f17b0 0.000177
+gallium_dri.so free 0x5571735f1900 void 0.000132
+gallium_dri.so free 0x5571735f17b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f18b0 0.000130
+gallium_dri.so free 0x5571735f19c0 void 0.000132
+gallium_dri.so free 0x5571735f18b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1970 0.000131
+gallium_dri.so free 0x5571735f1a40 void 0.000132
+gallium_dri.so free 0x5571735f1970 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1970 0.000130
+gallium_dri.so free 0x5571735f1b00 void 0.000131
+gallium_dri.so free 0x5571735f1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1970 0.000131
+gallium_dri.so free 0x5571735f1bc0 void 0.000132
+gallium_dri.so free 0x5571735f1970 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1b70 0.000131
+gallium_dri.so free 0x5571735f1c40 void 0.000132
+gallium_dri.so free 0x5571735f1b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1c90 0.000130
+gallium_dri.so free 0x5571735f1d00 void 0.000130
+gallium_dri.so free 0x5571735f1c90 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1d20 0.000129
+gallium_dri.so free 0x5571735f1dc0 void 0.000132
+gallium_dri.so free 0x5571735f1d20 void 0.000141
+gallium_dri.so malloc 72 0x5571735f1d70 0.000130
+gallium_dri.so free 0x5571735f1e40 void 0.000131
+gallium_dri.so free 0x5571735f1d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1e40 0.000131
+gallium_dri.so free 0x5571735f1f00 void 0.000130
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1e40 0.000131
+gallium_dri.so free 0x5571735f1f80 void 0.000130
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1f80 0.000132
+gallium_dri.so free 0x5571735f2040 void 0.000131
+gallium_dri.so free 0x5571735f1f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1f80 0.000131
+gallium_dri.so free 0x5571735f2100 void 0.000130
+gallium_dri.so free 0x5571735f1f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1f80 0.000133
+gallium_dri.so free 0x5571735f21c0 void 0.000131
+gallium_dri.so free 0x5571735f1f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2170 0.000130
+gallium_dri.so free 0x5571735f2240 void 0.000132
+gallium_dri.so free 0x5571735f2170 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2290 0.000129
+gallium_dri.so free 0x5571735f2300 void 0.000142
+gallium_dri.so free 0x5571735f2290 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2340 0.000129
+gallium_dri.so free 0x5571735f23c0 void 0.000131
+gallium_dri.so free 0x5571735f2340 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2340 0.000130
+gallium_dri.so free 0x5571735f2440 void 0.000131
+gallium_dri.so free 0x5571735f2340 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2470 0.000129
+gallium_dri.so free 0x5571735f24c0 void 0.000129
+gallium_dri.so free 0x5571735f2470 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2470 0.000130
+gallium_dri.so free 0x5571735f25c0 void 0.000131
+gallium_dri.so free 0x5571735f2470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2570 0.000132
+gallium_dri.so free 0x5571735f2680 void 0.000130
+gallium_dri.so free 0x5571735f2570 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2630 0.000130
+gallium_dri.so free 0x5571735f26c0 void 0.000129
+gallium_dri.so free 0x5571735f2630 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2630 0.000132
+gallium_dri.so free 0x5571735f2780 void 0.000132
+gallium_dri.so free 0x5571735f2630 void 0.000133
+gallium_dri.so malloc 72 0x5571735f27f0 0.000171
+gallium_dri.so free 0x5571735f2840 void 0.000167
+gallium_dri.so free 0x5571735f27f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f27f0 0.000218
+gallium_dri.so free 0x5571735f2940 void 0.000171
+gallium_dri.so free 0x5571735f27f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f28f0 0.000131
+gallium_dri.so free 0x5571735f2a00 void 0.000132
+gallium_dri.so free 0x5571735f28f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f29b0 0.000131
+gallium_dri.so free 0x5571735f2a40 void 0.000133
+gallium_dri.so free 0x5571735f29b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f29b0 0.000132
+gallium_dri.so free 0x5571735f2b00 void 0.000134
+gallium_dri.so free 0x5571735f29b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2b40 0.000131
+gallium_dri.so free 0x5571735f2bc0 void 0.000132
+gallium_dri.so free 0x5571735f2b40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000131
+gallium_dri.so free 0x5571735f2c80 void 0.000130
+gallium_dri.so free 0x5571735f2bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000132
+gallium_dri.so free 0x5571735f2d40 void 0.000144
+gallium_dri.so free 0x5571735f2bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2d60 0.000131
+gallium_dri.so free 0x5571735f2e00 void 0.000133
+gallium_dri.so free 0x5571735f2d60 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2db0 0.000131
+gallium_dri.so free 0x5571735f2e80 void 0.000131
+gallium_dri.so free 0x5571735f2db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2db0 0.000131
+gallium_dri.so free 0x5571735f2f00 void 0.000132
+gallium_dri.so free 0x5571735f2db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2f00 0.000130
+gallium_dri.so free 0x5571735f2fc0 void 0.000132
+gallium_dri.so free 0x5571735f2f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2f00 0.000131
+gallium_dri.so free 0x5571735f3080 void 0.000134
+gallium_dri.so free 0x5571735f2f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2f00 0.000133
+gallium_dri.so free 0x5571735f3140 void 0.000132
+gallium_dri.so free 0x5571735f2f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f30f0 0.000130
+gallium_dri.so free 0x5571735f3200 void 0.000131
+gallium_dri.so free 0x5571735f30f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f31b0 0.000143
+gallium_dri.so free 0x5571735f3280 void 0.000133
+gallium_dri.so free 0x5571735f31b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f32d0 0.000132
+gallium_dri.so free 0x5571735f3340 void 0.000132
+gallium_dri.so free 0x5571735f32d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3360 0.000130
+gallium_dri.so free 0x5571735f3400 void 0.000130
+gallium_dri.so free 0x5571735f3360 void 0.000131
+gallium_dri.so malloc 72 0x5571735f33b0 0.000130
+gallium_dri.so free 0x5571735f3480 void 0.000131
+gallium_dri.so free 0x5571735f33b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f33b0 0.000131
+gallium_dri.so free 0x5571735f3500 void 0.000134
+gallium_dri.so free 0x5571735f33b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3500 0.000130
+gallium_dri.so free 0x5571735f35c0 void 0.000131
+gallium_dri.so free 0x5571735f3500 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3500 0.000132
+gallium_dri.so free 0x5571735f36c0 void 0.000132
+gallium_dri.so free 0x5571735f3500 void 0.000134
+gallium_dri.so malloc 72 0x5571735f3670 0.000131
+gallium_dri.so free 0x5571735899c0 void 0.000132
+gallium_dri.so free 0x5571735f3670 void 0.000178
+gallium_dri.so malloc 72 0x5571735f3670 0.000132
+gallium_dri.so free 0x557173589a80 void 0.000131
+gallium_dri.so free 0x5571735f3670 void 0.000131
+gallium_dri.so malloc 72 0x557173589ac0 0.000132
+gallium_dri.so free 0x557173589b40 void 0.000131
+gallium_dri.so free 0x557173589ac0 void 0.000131
+gallium_dri.so malloc 72 0x557173589b40 0.000130
+gallium_dri.so free 0x557173589c00 void 0.000131
+gallium_dri.so free 0x557173589b40 void 0.000130
+gallium_dri.so malloc 72 0x557173589b40 0.000129
+gallium_dri.so free 0x557173589c80 void 0.000131
+gallium_dri.so free 0x557173589b40 void 0.000131
+gallium_dri.so malloc 72 0x557173589cb0 0.000129
+gallium_dri.so free 0x557173589d00 void 0.000133
+gallium_dri.so free 0x557173589cb0 void 0.000131
+gallium_dri.so malloc 72 0x557173589cb0 0.000132
+gallium_dri.so free 0x557173589e00 void 0.000130
+gallium_dri.so free 0x557173589cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173589e40 0.000130
+gallium_dri.so free 0x557173589ec0 void 0.000133
+gallium_dri.so free 0x557173589e40 void 0.000130
+gallium_dri.so malloc 72 0x557173589ec0 0.000131
+gallium_dri.so free 0x557173589f80 void 0.000141
+gallium_dri.so free 0x557173589ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173589ec0 0.000131
+gallium_dri.so free 0x55717358a000 void 0.000132
+gallium_dri.so free 0x557173589ec0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a030 0.000131
+gallium_dri.so free 0x55717358a080 void 0.000132
+gallium_dri.so free 0x55717358a030 void 0.000130
+gallium_dri.so malloc 72 0x55717358a030 0.000131
+gallium_dri.so free 0x55717358a180 void 0.000130
+gallium_dri.so free 0x55717358a030 void 0.000132
+gallium_dri.so malloc 72 0x55717358a130 0.000133
+gallium_dri.so free 0x55717358a240 void 0.000131
+gallium_dri.so free 0x55717358a130 void 0.000130
+gallium_dri.so malloc 72 0x55717358a1f0 0.000132
+gallium_dri.so free 0x55717358a2c0 void 0.000131
+gallium_dri.so free 0x55717358a1f0 void 0.000134
+gallium_dri.so malloc 72 0x55717358a1f0 0.000130
+gallium_dri.so free 0x55717358a380 void 0.000132
+gallium_dri.so free 0x55717358a1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a1f0 0.000130
+gallium_dri.so free 0x55717358a440 void 0.000130
+gallium_dri.so free 0x55717358a1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a3f0 0.000140
+gallium_dri.so free 0x55717358a4c0 void 0.000132
+gallium_dri.so free 0x55717358a3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a510 0.000130
+gallium_dri.so free 0x55717358a580 void 0.000131
+gallium_dri.so free 0x55717358a510 void 0.000129
+gallium_dri.so malloc 72 0x55717358a5a0 0.000129
+gallium_dri.so free 0x55717358a640 void 0.000132
+gallium_dri.so free 0x55717358a5a0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a5f0 0.000131
+gallium_dri.so free 0x55717358a6c0 void 0.000131
+gallium_dri.so free 0x55717358a5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a6c0 0.000129
+gallium_dri.so free 0x55717358a780 void 0.000132
+gallium_dri.so free 0x55717358a6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a6c0 0.000130
+gallium_dri.so free 0x55717358a800 void 0.000130
+gallium_dri.so free 0x55717358a6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a800 0.000131
+gallium_dri.so free 0x55717358a8c0 void 0.000131
+gallium_dri.so free 0x55717358a800 void 0.000131
+gallium_dri.so malloc 72 0x55717358a800 0.000130
+gallium_dri.so free 0x55717358a980 void 0.000132
+gallium_dri.so free 0x55717358a800 void 0.000177
+gallium_dri.so malloc 72 0x55717358a800 0.000132
+gallium_dri.so free 0x55717358aa40 void 0.000131
+gallium_dri.so free 0x55717358a800 void 0.000131
+gallium_dri.so malloc 72 0x55717358a9f0 0.000130
+gallium_dri.so free 0x55717358aac0 void 0.000130
+gallium_dri.so free 0x55717358a9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ab10 0.000130
+gallium_dri.so free 0x55717358ab80 void 0.000131
+gallium_dri.so free 0x55717358ab10 void 0.000131
+gallium_dri.so malloc 72 0x55717358abc0 0.000130
+gallium_dri.so free 0x55717358ac40 void 0.000132
+gallium_dri.so free 0x55717358abc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358abc0 0.000129
+gallium_dri.so free 0x55717358acc0 void 0.000131
+gallium_dri.so free 0x55717358abc0 void 0.000129
+gallium_dri.so malloc 72 0x55717358acf0 0.000130
+gallium_dri.so free 0x55717358ad40 void 0.000131
+gallium_dri.so free 0x55717358acf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358acf0 0.000130
+gallium_dri.so free 0x55717358ae40 void 0.000130
+gallium_dri.so free 0x55717358acf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358adf0 0.000130
+gallium_dri.so free 0x55717358af00 void 0.000141
+gallium_dri.so free 0x55717358adf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358aeb0 0.000129
+gallium_dri.so free 0x55717358af40 void 0.000130
+gallium_dri.so free 0x55717358aeb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358aeb0 0.000130
+gallium_dri.so free 0x55717358b000 void 0.000130
+gallium_dri.so free 0x55717358aeb0 void 0.000135
+gallium_dri.so malloc 72 0x55717358b070 0.000131
+gallium_dri.so free 0x55717358b0c0 void 0.000130
+gallium_dri.so free 0x55717358b070 void 0.000131
+gallium_dri.so malloc 72 0x55717358b070 0.000131
+gallium_dri.so free 0x55717358b1c0 void 0.000131
+gallium_dri.so free 0x55717358b070 void 0.000131
+gallium_dri.so malloc 72 0x55717358b170 0.000130
+gallium_dri.so free 0x55717358b280 void 0.000135
+gallium_dri.so free 0x55717358b170 void 0.000129
+gallium_dri.so malloc 72 0x55717358b230 0.000131
+gallium_dri.so free 0x55717358b2c0 void 0.000130
+gallium_dri.so free 0x55717358b230 void 0.000131
+gallium_dri.so malloc 72 0x55717358b230 0.000133
+gallium_dri.so free 0x55717358b380 void 0.000130
+gallium_dri.so free 0x55717358b230 void 0.000130
+gallium_dri.so malloc 72 0x55717358b3c0 0.000142
+gallium_dri.so free 0x55717358b440 void 0.000132
+gallium_dri.so free 0x55717358b3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b440 0.000131
+gallium_dri.so free 0x55717358b500 void 0.000131
+gallium_dri.so free 0x55717358b440 void 0.000130
+gallium_dri.so malloc 72 0x55717358b440 0.000131
+gallium_dri.so free 0x55717358b5c0 void 0.000132
+gallium_dri.so free 0x55717358b440 void 0.000132
+gallium_dri.so malloc 72 0x55717358b5e0 0.000130
+gallium_dri.so free 0x55717358b680 void 0.000130
+gallium_dri.so free 0x55717358b5e0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b630 0.000131
+gallium_dri.so free 0x55717358b700 void 0.000131
+gallium_dri.so free 0x55717358b630 void 0.000130
+gallium_dri.so malloc 72 0x55717358b630 0.000131
+gallium_dri.so free 0x55717358b780 void 0.000131
+gallium_dri.so free 0x55717358b630 void 0.000130
+gallium_dri.so malloc 72 0x55717358b780 0.000130
+gallium_dri.so free 0x55717358b840 void 0.000131
+gallium_dri.so free 0x55717358b780 void 0.000129
+gallium_dri.so malloc 72 0x55717358b780 0.000130
+gallium_dri.so free 0x55717358b900 void 0.000131
+gallium_dri.so free 0x55717358b780 void 0.000138
+gallium_dri.so malloc 72 0x55717358b780 0.000132
+gallium_dri.so free 0x55717358b9c0 void 0.000131
+gallium_dri.so free 0x55717358b780 void 0.000130
+gallium_dri.so malloc 72 0x55717358b970 0.000131
+gallium_dri.so free 0x55717358ba80 void 0.000131
+gallium_dri.so free 0x55717358b970 void 0.000130
+gallium_dri.so malloc 72 0x55717358ba30 0.000131
+gallium_dri.so free 0x55717358bb00 void 0.000132
+gallium_dri.so free 0x55717358ba30 void 0.000132
+gallium_dri.so malloc 72 0x55717358bb50 0.000130
+gallium_dri.so free 0x55717358bbc0 void 0.000130
+gallium_dri.so free 0x55717358bb50 void 0.000129
+gallium_dri.so malloc 72 0x55717358bbe0 0.000131
+gallium_dri.so free 0x55717358bc80 void 0.000131
+gallium_dri.so free 0x55717358bbe0 void 0.000130
+gallium_dri.so malloc 72 0x55717358bc30 0.000131
+gallium_dri.so free 0x55717358bd00 void 0.000132
+gallium_dri.so free 0x55717358bc30 void 0.000131
+gallium_dri.so malloc 72 0x55717358bc30 0.000131
+gallium_dri.so free 0x55717358bd80 void 0.000130
+gallium_dri.so free 0x55717358bc30 void 0.000130
+gallium_dri.so malloc 72 0x55717358bd80 0.000134
+gallium_dri.so free 0x55717358be40 void 0.000182
+gallium_dri.so free 0x55717358bd80 void 0.000132
+gallium_dri.so malloc 72 0x55717358bd80 0.000132
+gallium_dri.so free 0x55717358bf40 void 0.000131
+gallium_dri.so free 0x55717358bd80 void 0.000130
+gallium_dri.so malloc 72 0x55717358bef0 0.000130
+gallium_dri.so free 0x55717358bf80 void 0.000132
+gallium_dri.so free 0x55717358bef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358bef0 0.000129
+gallium_dri.so free 0x55717358c040 void 0.000130
+gallium_dri.so free 0x55717358bef0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c080 0.000130
+gallium_dri.so free 0x55717358c100 void 0.000131
+gallium_dri.so free 0x55717358c080 void 0.000130
+gallium_dri.so malloc 72 0x55717358c100 0.000130
+gallium_dri.so free 0x55717358c1c0 void 0.000130
+gallium_dri.so free 0x55717358c100 void 0.000130
+gallium_dri.so malloc 72 0x55717358c100 0.000132
+gallium_dri.so free 0x55717358c240 void 0.000131
+gallium_dri.so free 0x55717358c100 void 0.000132
+gallium_dri.so malloc 72 0x55717358c270 0.000131
+gallium_dri.so free 0x55717358c2c0 void 0.000132
+gallium_dri.so free 0x55717358c270 void 0.000130
+gallium_dri.so malloc 72 0x55717358c270 0.000221
+gallium_dri.so free 0x55717358c3c0 void 0.000133
+gallium_dri.so free 0x55717358c270 void 0.000131
+gallium_dri.so malloc 72 0x55717358c400 0.000131
+gallium_dri.so free 0x55717358c480 void 0.000130
+gallium_dri.so free 0x55717358c400 void 0.000132
+gallium_dri.so malloc 72 0x55717358c480 0.000132
+gallium_dri.so free 0x55717358c540 void 0.000129
+gallium_dri.so free 0x55717358c480 void 0.000129
+gallium_dri.so malloc 72 0x55717358c480 0.000130
+gallium_dri.so free 0x55717358c5c0 void 0.000131
+gallium_dri.so free 0x55717358c480 void 0.000131
+gallium_dri.so malloc 72 0x55717358c5f0 0.000130
+gallium_dri.so free 0x55717358c640 void 0.000132
+gallium_dri.so free 0x55717358c5f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c5f0 0.000130
+gallium_dri.so free 0x55717358c740 void 0.000131
+gallium_dri.so free 0x55717358c5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c6f0 0.000130
+gallium_dri.so free 0x55717358c800 void 0.000131
+gallium_dri.so free 0x55717358c6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c7b0 0.000130
+gallium_dri.so free 0x55717358c880 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000140
+gallium_dri.so malloc 72 0x55717358c7b0 0.000132
+gallium_dri.so free 0x55717358c940 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c7b0 0.000133
+gallium_dri.so free 0x55717358ca00 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c9b0 0.000131
+gallium_dri.so free 0x55717358ca80 void 0.000131
+gallium_dri.so free 0x55717358c9b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358cad0 0.000130
+gallium_dri.so free 0x55717358cb40 void 0.000130
+gallium_dri.so free 0x55717358cad0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cb60 0.000133
+gallium_dri.so free 0x55717358cc00 void 0.000131
+gallium_dri.so free 0x55717358cb60 void 0.000130
+gallium_dri.so malloc 72 0x55717358cbb0 0.000132
+gallium_dri.so free 0x55717358cc80 void 0.000131
+gallium_dri.so free 0x55717358cbb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cc80 0.000131
+gallium_dri.so free 0x55717358cd40 void 0.000129
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so malloc 72 0x55717358cc80 0.000130
+gallium_dri.so free 0x55717358cdc0 void 0.000143
+gallium_dri.so free 0x55717358cc80 void 0.000131
+gallium_dri.so malloc 72 0x55717358cdc0 0.000132
+gallium_dri.so free 0x55717358ce80 void 0.000131
+gallium_dri.so free 0x55717358cdc0 void 0.000129
+gallium_dri.so malloc 72 0x55717358cdc0 0.000130
+gallium_dri.so free 0x55717358cf40 void 0.000129
+gallium_dri.so free 0x55717358cdc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cdc0 0.000132
+gallium_dri.so free 0x55717358d000 void 0.000131
+gallium_dri.so free 0x55717358cdc0 void 0.000129
+gallium_dri.so malloc 72 0x55717358cfb0 0.000130
+gallium_dri.so free 0x55717358d080 void 0.000131
+gallium_dri.so free 0x55717358cfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d0d0 0.000131
+gallium_dri.so free 0x55717358d140 void 0.000131
+gallium_dri.so free 0x55717358d0d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d180 0.000131
+gallium_dri.so free 0x55717358d200 void 0.000130
+gallium_dri.so free 0x55717358d180 void 0.000131
+gallium_dri.so malloc 72 0x55717358d180 0.000131
+gallium_dri.so free 0x55717358d280 void 0.000132
+gallium_dri.so free 0x55717358d180 void 0.000130
+gallium_dri.so malloc 72 0x55717358d2b0 0.000179
+gallium_dri.so free 0x55717358d300 void 0.000132
+gallium_dri.so free 0x55717358d2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358d2b0 0.000130
+gallium_dri.so free 0x55717358d400 void 0.000132
+gallium_dri.so free 0x55717358d2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d3b0 0.000130
+gallium_dri.so free 0x55717358d4c0 void 0.000130
+gallium_dri.so free 0x55717358d3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d470 0.000131
+gallium_dri.so free 0x55717358d500 void 0.000132
+gallium_dri.so free 0x55717358d470 void 0.000131
+gallium_dri.so malloc 72 0x55717358d470 0.000130
+gallium_dri.so free 0x55717358d5c0 void 0.000130
+gallium_dri.so free 0x55717358d470 void 0.000131
+gallium_dri.so malloc 72 0x55717358d630 0.000131
+gallium_dri.so free 0x55717358d680 void 0.000132
+gallium_dri.so free 0x55717358d630 void 0.000131
+gallium_dri.so malloc 72 0x55717358d630 0.000130
+gallium_dri.so free 0x55717358d780 void 0.000132
+gallium_dri.so free 0x55717358d630 void 0.000130
+gallium_dri.so malloc 72 0x55717358d730 0.000130
+gallium_dri.so free 0x55717358d840 void 0.000131
+gallium_dri.so free 0x55717358d730 void 0.000139
+gallium_dri.so malloc 72 0x55717358d7f0 0.000131
+gallium_dri.so free 0x55717358d880 void 0.000131
+gallium_dri.so free 0x55717358d7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d7f0 0.000133
+gallium_dri.so free 0x55717358d940 void 0.000132
+gallium_dri.so free 0x55717358d7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d980 0.000131
+gallium_dri.so free 0x55717358da00 void 0.000132
+gallium_dri.so free 0x55717358d980 void 0.000131
+gallium_dri.so malloc 72 0x55717358da00 0.000131
+gallium_dri.so free 0x55717358dac0 void 0.000130
+gallium_dri.so free 0x55717358da00 void 0.000130
+gallium_dri.so malloc 72 0x55717358da00 0.000130
+gallium_dri.so free 0x55717358db80 void 0.000132
+gallium_dri.so free 0x55717358da00 void 0.000131
+gallium_dri.so malloc 72 0x55717358dba0 0.000131
+gallium_dri.so free 0x55717358dc40 void 0.000132
+gallium_dri.so free 0x55717358dba0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dbf0 0.000131
+gallium_dri.so free 0x55717358dcc0 void 0.000130
+gallium_dri.so free 0x55717358dbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dbf0 0.000130
+gallium_dri.so free 0x55717358dd40 void 0.000186
+gallium_dri.so free 0x55717358dbf0 void 0.000133
+gallium_dri.so malloc 72 0x55717358dd40 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000131
+gallium_dri.so free 0x55717358dd40 void 0.000131
+gallium_dri.so malloc 72 0x55717358dd40 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000131
+gallium_dri.so free 0x55717358dd40 void 0.000130
+gallium_dri.so malloc 72 0x55717358dd40 0.000130
+gallium_dri.so free 0x55717358df80 void 0.000131
+gallium_dri.so free 0x55717358dd40 void 0.000130
+gallium_dri.so malloc 72 0x55717358df30 0.000132
+gallium_dri.so free 0x55717358e040 void 0.000131
+gallium_dri.so free 0x55717358df30 void 0.000132
+gallium_dri.so malloc 72 0x55717358dff0 0.000130
+gallium_dri.so free 0x55717358e0c0 void 0.000132
+gallium_dri.so free 0x55717358dff0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e110 0.000131
+gallium_dri.so free 0x55717358e180 void 0.000131
+gallium_dri.so free 0x55717358e110 void 0.000131
+gallium_dri.so malloc 72 0x55717358e1a0 0.000131
+gallium_dri.so free 0x55717358e240 void 0.000131
+gallium_dri.so free 0x55717358e1a0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e1f0 0.000142
+gallium_dri.so free 0x55717358e2c0 void 0.000131
+gallium_dri.so free 0x55717358e1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358e1f0 0.000130
+gallium_dri.so free 0x55717358e340 void 0.000131
+gallium_dri.so free 0x55717358e1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e340 0.000132
+gallium_dri.so free 0x55717358e400 void 0.000130
+gallium_dri.so free 0x55717358e340 void 0.000132
+gallium_dri.so malloc 72 0x55717358e340 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so free 0x55717358e340 void 0.000130
+gallium_dri.so malloc 72 0x55717358e4b0 0.000130
+gallium_dri.so free 0x55717358e540 void 0.000131
+gallium_dri.so free 0x55717358e4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e4b0 0.000130
+gallium_dri.so free 0x55717358e600 void 0.000131
+gallium_dri.so free 0x55717358e4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e640 0.000130
+gallium_dri.so free 0x55717358e6c0 void 0.000133
+gallium_dri.so free 0x55717358e640 void 0.000131
+gallium_dri.so malloc 72 0x55717358e6c0 0.000131
+gallium_dri.so free 0x55717358e780 void 0.000131
+gallium_dri.so free 0x55717358e6c0 void 0.000139
+gallium_dri.so malloc 72 0x55717358e6c0 0.000130
+gallium_dri.so free 0x55717358e800 void 0.000133
+gallium_dri.so free 0x55717358e6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e830 0.000129
+gallium_dri.so free 0x55717358e880 void 0.000131
+gallium_dri.so free 0x55717358e830 void 0.000130
+gallium_dri.so malloc 72 0x55717358e830 0.000130
+gallium_dri.so free 0x55717358e980 void 0.000131
+gallium_dri.so free 0x55717358e830 void 0.000132
+gallium_dri.so malloc 72 0x55717358e9c0 0.000130
+gallium_dri.so free 0x55717358ea40 void 0.000130
+gallium_dri.so free 0x55717358e9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ea40 0.000130
+gallium_dri.so free 0x55717358eb00 void 0.000131
+gallium_dri.so free 0x55717358ea40 void 0.000131
+gallium_dri.so malloc 72 0x55717358ea40 0.000130
+gallium_dri.so free 0x55717358eb80 void 0.000130
+gallium_dri.so free 0x55717358ea40 void 0.000129
+gallium_dri.so malloc 72 0x55717358ebb0 0.000130
+gallium_dri.so free 0x55717358ec00 void 0.000131
+gallium_dri.so free 0x55717358ebb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ebb0 0.000129
+gallium_dri.so free 0x55717358ed00 void 0.000186
+gallium_dri.so free 0x55717358ebb0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ecb0 0.000130
+gallium_dri.so free 0x55717358edc0 void 0.000131
+gallium_dri.so free 0x55717358ecb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed70 0.000130
+gallium_dri.so free 0x55717358ee40 void 0.000130
+gallium_dri.so free 0x55717358ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed70 0.000130
+gallium_dri.so free 0x55717358ef00 void 0.000132
+gallium_dri.so free 0x55717358ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed70 0.000131
+gallium_dri.so free 0x55717358efc0 void 0.000130
+gallium_dri.so free 0x55717358ed70 void 0.000129
+gallium_dri.so malloc 72 0x55717358ef70 0.000130
+gallium_dri.so free 0x55717358f040 void 0.000131
+gallium_dri.so free 0x55717358ef70 void 0.000130
+gallium_dri.so malloc 72 0x55717358f090 0.000130
+gallium_dri.so free 0x55717358f100 void 0.000130
+gallium_dri.so free 0x55717358f090 void 0.000131
+gallium_dri.so malloc 72 0x55717358f120 0.000130
+gallium_dri.so free 0x55717358f1c0 void 0.000132
+gallium_dri.so free 0x55717358f120 void 0.000132
+gallium_dri.so malloc 72 0x55717358f170 0.000191
+gallium_dri.so free 0x55717358f240 void 0.000133
+gallium_dri.so free 0x55717358f170 void 0.000131
+gallium_dri.so malloc 72 0x55717358f240 0.000129
+gallium_dri.so free 0x55717358f300 void 0.000130
+gallium_dri.so free 0x55717358f240 void 0.000130
+gallium_dri.so malloc 72 0x55717358f240 0.000131
+gallium_dri.so free 0x55717358f380 void 0.000131
+gallium_dri.so free 0x55717358f240 void 0.000129
+gallium_dri.so malloc 72 0x55717358f380 0.000130
+gallium_dri.so free 0x55717358f440 void 0.000134
+gallium_dri.so free 0x55717358f380 void 0.000131
+gallium_dri.so malloc 72 0x55717358f380 0.000131
+gallium_dri.so free 0x55717358f500 void 0.000130
+gallium_dri.so free 0x55717358f380 void 0.000131
+gallium_dri.so malloc 72 0x55717358f380 0.000131
+gallium_dri.so free 0x55717358f5c0 void 0.000132
+gallium_dri.so free 0x55717358f380 void 0.000130
+gallium_dri.so malloc 72 0x55717358f570 0.000130
+gallium_dri.so free 0x55717358f640 void 0.000131
+gallium_dri.so free 0x55717358f570 void 0.000130
+gallium_dri.so malloc 72 0x55717358f690 0.000131
+gallium_dri.so free 0x55717358f700 void 0.000132
+gallium_dri.so free 0x55717358f690 void 0.000141
+gallium_dri.so malloc 72 0x55717358f740 0.000131
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x55717358f740 void 0.000131
+gallium_dri.so malloc 72 0x55717358f740 0.000131
+gallium_dri.so free 0x55717358f840 void 0.000131
+gallium_dri.so free 0x55717358f740 void 0.000130
+gallium_dri.so malloc 72 0x55717358f870 0.000130
+gallium_dri.so free 0x55717358f8c0 void 0.000132
+gallium_dri.so free 0x55717358f870 void 0.000129
+gallium_dri.so malloc 72 0x55717358f870 0.000130
+gallium_dri.so free 0x55717358f9c0 void 0.000131
+gallium_dri.so free 0x55717358f870 void 0.000131
+gallium_dri.so malloc 72 0x55717358f970 0.000130
+gallium_dri.so free 0x55717358fa80 void 0.000132
+gallium_dri.so free 0x55717358f970 void 0.000131
+gallium_dri.so malloc 72 0x55717358fa30 0.000131
+gallium_dri.so free 0x55717358fac0 void 0.000131
+gallium_dri.so free 0x55717358fa30 void 0.000132
+gallium_dri.so malloc 72 0x55717358fa30 0.000130
+gallium_dri.so free 0x55717358fb80 void 0.000131
+gallium_dri.so free 0x55717358fa30 void 0.000131
+gallium_dri.so malloc 72 0x55717358fbf0 0.000132
+gallium_dri.so free 0x55717358fc40 void 0.000140
+gallium_dri.so free 0x55717358fbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fbf0 0.000130
+gallium_dri.so free 0x55717358fd40 void 0.000131
+gallium_dri.so free 0x55717358fbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fcf0 0.000130
+gallium_dri.so free 0x55717358fe00 void 0.000132
+gallium_dri.so free 0x55717358fcf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358fdb0 0.000132
+gallium_dri.so free 0x55717358fe40 void 0.000131
+gallium_dri.so free 0x55717358fdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fdb0 0.000131
+gallium_dri.so free 0x55717358ff00 void 0.000132
+gallium_dri.so free 0x55717358fdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ff40 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000130
+gallium_dri.so free 0x55717358ff40 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffc0 0.000130
+gallium_dri.so free 0x557173590080 void 0.000132
+gallium_dri.so free 0x55717358ffc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ffc0 0.000131
+gallium_dri.so free 0x557173590140 void 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000131
+gallium_dri.so malloc 72 0x557173590160 0.000137
+gallium_dri.so free 0x557173590200 void 0.000136
+gallium_dri.so free 0x557173590160 void 0.000132
+gallium_dri.so malloc 72 0x5571735901b0 0.000131
+gallium_dri.so free 0x557173590280 void 0.000131
+gallium_dri.so free 0x5571735901b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735901b0 0.000130
+gallium_dri.so free 0x557173590300 void 0.000133
+gallium_dri.so free 0x5571735901b0 void 0.000130
+gallium_dri.so malloc 72 0x557173590300 0.000131
+gallium_dri.so free 0x5571735903c0 void 0.000131
+gallium_dri.so free 0x557173590300 void 0.000132
+gallium_dri.so malloc 72 0x557173590300 0.000130
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so free 0x557173590300 void 0.000131
+gallium_dri.so malloc 72 0x557173590300 0.000130
+gallium_dri.so free 0x557173590540 void 0.000131
+gallium_dri.so free 0x557173590300 void 0.000131
+gallium_dri.so malloc 72 0x5571735904f0 0.000131
+gallium_dri.so free 0x557173590600 void 0.000131
+gallium_dri.so free 0x5571735904f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735905b0 0.000131
+gallium_dri.so free 0x557173590680 void 0.000132
+gallium_dri.so free 0x5571735905b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735906d0 0.000131
+gallium_dri.so free 0x557173590740 void 0.000129
+gallium_dri.so free 0x5571735906d0 void 0.000128
+gallium_dri.so malloc 72 0x557173590760 0.000130
+gallium_dri.so free 0x557173590800 void 0.000131
+gallium_dri.so free 0x557173590760 void 0.000129
+gallium_dri.so malloc 72 0x5571735907b0 0.000128
+gallium_dri.so free 0x557173590880 void 0.000129
+gallium_dri.so free 0x5571735907b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735907b0 0.000129
+gallium_dri.so free 0x557173590900 void 0.000130
+gallium_dri.so free 0x5571735907b0 void 0.000129
+gallium_dri.so malloc 72 0x557173590900 0.000130
+gallium_dri.so free 0x5571735909c0 void 0.000132
+gallium_dri.so free 0x557173590900 void 0.000131
+gallium_dri.so malloc 72 0x557173590900 0.000130
+gallium_dri.so free 0x557173590ac0 void 0.000130
+gallium_dri.so free 0x557173590900 void 0.000129
+gallium_dri.so malloc 72 0x557173590a70 0.000132
+gallium_dri.so free 0x557173590b00 void 0.000131
+gallium_dri.so free 0x557173590a70 void 0.000133
+gallium_dri.so malloc 72 0x557173590a70 0.000130
+gallium_dri.so free 0x557173590bc0 void 0.000132
+gallium_dri.so free 0x557173590a70 void 0.000133
+gallium_dri.so malloc 72 0x557173590c00 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so free 0x557173590c00 void 0.000132
+gallium_dri.so malloc 72 0x557173590c80 0.000131
+gallium_dri.so free 0x557173590d40 void 0.000130
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so malloc 72 0x557173590c80 0.000131
+gallium_dri.so free 0x557173590dc0 void 0.000131
+gallium_dri.so free 0x557173590c80 void 0.000131
+gallium_dri.so malloc 72 0x557173590df0 0.000131
+gallium_dri.so free 0x557173590e40 void 0.000131
+gallium_dri.so free 0x557173590df0 void 0.000130
+gallium_dri.so malloc 72 0x557173590df0 0.000130
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so free 0x557173590df0 void 0.000134
+gallium_dri.so malloc 72 0x557173590f80 0.000131
+gallium_dri.so free 0x557173591000 void 0.000132
+gallium_dri.so free 0x557173590f80 void 0.000131
+gallium_dri.so malloc 72 0x557173591000 0.000129
+gallium_dri.so free 0x5571735910c0 void 0.000131
+gallium_dri.so free 0x557173591000 void 0.000130
+gallium_dri.so malloc 72 0x557173591000 0.000131
+gallium_dri.so free 0x557173591140 void 0.000139
+gallium_dri.so free 0x557173591000 void 0.000130
+gallium_dri.so malloc 72 0x557173591170 0.000129
+gallium_dri.so free 0x5571735911c0 void 0.000130
+gallium_dri.so free 0x557173591170 void 0.000130
+gallium_dri.so malloc 72 0x557173591170 0.000130
+gallium_dri.so free 0x5571735912c0 void 0.000130
+gallium_dri.so free 0x557173591170 void 0.000129
+gallium_dri.so malloc 72 0x557173591270 0.000131
+gallium_dri.so free 0x557173591380 void 0.000129
+gallium_dri.so free 0x557173591270 void 0.000130
+gallium_dri.so malloc 72 0x557173591330 0.000128
+gallium_dri.so free 0x557173591400 void 0.000131
+gallium_dri.so free 0x557173591330 void 0.000130
+gallium_dri.so malloc 72 0x557173591330 0.000130
+gallium_dri.so free 0x5571735914c0 void 0.000130
+gallium_dri.so free 0x557173591330 void 0.000132
+gallium_dri.so malloc 72 0x557173591330 0.000259
+gallium_dri.so free 0x557173591580 void 0.000265
+gallium_dri.so free 0x557173591330 void 0.000132
+gallium_dri.so malloc 72 0x557173591530 0.000129
+gallium_dri.so free 0x557173591600 void 0.000130
+gallium_dri.so free 0x557173591530 void 0.000203
+gallium_dri.so malloc 72 0x557173591650 0.000212
+gallium_dri.so free 0x5571735916c0 void 0.000132
+gallium_dri.so free 0x557173591650 void 0.000130
+gallium_dri.so malloc 72 0x5571735916e0 0.000130
+gallium_dri.so free 0x557173591780 void 0.000130
+gallium_dri.so free 0x5571735916e0 void 0.000130
+gallium_dri.so malloc 72 0x557173591730 0.000131
+gallium_dri.so free 0x557173591800 void 0.000131
+gallium_dri.so free 0x557173591730 void 0.000130
+gallium_dri.so malloc 72 0x557173591800 0.000130
+gallium_dri.so free 0x5571735918c0 void 0.000132
+gallium_dri.so free 0x557173591800 void 0.000131
+gallium_dri.so malloc 72 0x557173591800 0.000132
+gallium_dri.so free 0x557173591940 void 0.000132
+gallium_dri.so free 0x557173591800 void 0.000130
+gallium_dri.so malloc 72 0x557173591940 0.000131
+gallium_dri.so free 0x557173591a00 void 0.000131
+gallium_dri.so free 0x557173591940 void 0.000130
+gallium_dri.so malloc 72 0x557173591940 0.000130
+gallium_dri.so free 0x557173591ac0 void 0.000131
+gallium_dri.so free 0x557173591940 void 0.000169
+gallium_dri.so malloc 72 0x557173591940 0.000133
+gallium_dri.so free 0x557173591b80 void 0.000131
+gallium_dri.so free 0x557173591940 void 0.000128
+gallium_dri.so malloc 72 0x557173591b30 0.000129
+gallium_dri.so free 0x557173591c00 void 0.000129
+gallium_dri.so free 0x557173591b30 void 0.000128
+gallium_dri.so malloc 72 0x557173591c50 0.000133
+gallium_dri.so free 0x557173591cc0 void 0.000130
+gallium_dri.so free 0x557173591c50 void 0.000130
+gallium_dri.so malloc 72 0x557173591d00 0.000130
+gallium_dri.so free 0x557173591d80 void 0.000131
+gallium_dri.so free 0x557173591d00 void 0.000129
+gallium_dri.so malloc 72 0x557173591d00 0.000130
+gallium_dri.so free 0x557173591e00 void 0.000129
+gallium_dri.so free 0x557173591d00 void 0.000128
+gallium_dri.so malloc 72 0x557173591e30 0.000141
+gallium_dri.so free 0x557173591e80 void 0.000133
+gallium_dri.so free 0x557173591e30 void 0.000131
+gallium_dri.so malloc 72 0x557173591e30 0.000132
+gallium_dri.so free 0x5571735da8c0 void 0.000132
+gallium_dri.so free 0x557173591e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735da8c0 0.000132
+gallium_dri.so free 0x557173591f80 void 0.000131
+gallium_dri.so free 0x5571735da8c0 void 0.000133
+gallium_dri.so malloc 72 0x557173591f30 0.000212
+gallium_dri.so free 0x5571735da980 void 0.000209
+gallium_dri.so free 0x557173591f30 void 0.000134
+gallium_dri.so malloc 72 0x557173591f30 0.000133
+gallium_dri.so free 0x5571735daa40 void 0.000132
+gallium_dri.so free 0x557173591f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735da9f0 0.000135
+gallium_dri.so free 0x5571735daa40 void 0.000133
+gallium_dri.so free 0x5571735da9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da9f0 0.000132
+gallium_dri.so free 0x5571735dab40 void 0.000132
+gallium_dri.so free 0x5571735da9f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735daaf0 0.000133
+gallium_dri.so free 0x5571735dac00 void 0.000133
+gallium_dri.so free 0x5571735daaf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dabb0 0.000132
+gallium_dri.so free 0x5571735dac40 void 0.000133
+gallium_dri.so free 0x5571735dabb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dabb0 0.000132
+gallium_dri.so free 0x5571735dad00 void 0.000132
+gallium_dri.so free 0x5571735dabb0 void 0.000172
+gallium_dri.so malloc 72 0x5571735dad40 0.000134
+gallium_dri.so free 0x5571735dadc0 void 0.000134
+gallium_dri.so free 0x5571735dad40 void 0.000135
+gallium_dri.so malloc 72 0x5571735dadc0 0.000133
+gallium_dri.so free 0x5571735dae80 void 0.000133
+gallium_dri.so free 0x5571735dadc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dadc0 0.000132
+gallium_dri.so free 0x5571735daf40 void 0.000133
+gallium_dri.so free 0x5571735dadc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735daf60 0.000132
+gallium_dri.so free 0x5571735db000 void 0.000133
+gallium_dri.so free 0x5571735daf60 void 0.000132
+gallium_dri.so malloc 72 0x5571735dafb0 0.000133
+gallium_dri.so free 0x5571735db080 void 0.000134
+gallium_dri.so free 0x5571735dafb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dafb0 0.000133
+gallium_dri.so free 0x5571735db100 void 0.000134
+gallium_dri.so free 0x5571735dafb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db100 0.000133
+gallium_dri.so free 0x5571735db1c0 void 0.000133
+gallium_dri.so free 0x5571735db100 void 0.000136
+gallium_dri.so malloc 72 0x5571735db100 0.000132
+gallium_dri.so free 0x5571735db280 void 0.000142
+gallium_dri.so free 0x5571735db100 void 0.000131
+gallium_dri.so malloc 72 0x5571735db100 0.000130
+gallium_dri.so free 0x5571735db340 void 0.000132
+gallium_dri.so free 0x5571735db100 void 0.000133
+gallium_dri.so malloc 72 0x5571735db2f0 0.000131
+gallium_dri.so free 0x5571735db400 void 0.000130
+gallium_dri.so free 0x5571735db2f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3b0 0.000130
+gallium_dri.so free 0x5571735db480 void 0.000131
+gallium_dri.so free 0x5571735db3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db4d0 0.000130
+gallium_dri.so free 0x5571735db540 void 0.000131
+gallium_dri.so free 0x5571735db4d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db560 0.000131
+gallium_dri.so free 0x5571735db600 void 0.000131
+gallium_dri.so free 0x5571735db560 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000131
+gallium_dri.so free 0x5571735db680 void 0.000132
+gallium_dri.so free 0x5571735db5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db5b0 0.000130
+gallium_dri.so free 0x5571735db700 void 0.000130
+gallium_dri.so free 0x5571735db5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db700 0.000145
+gallium_dri.so free 0x5571735db7c0 void 0.000134
+gallium_dri.so free 0x5571735db700 void 0.000133
+gallium_dri.so malloc 72 0x5571735db700 0.000132
+gallium_dri.so free 0x5571735db8c0 void 0.000132
+gallium_dri.so free 0x5571735db700 void 0.000131
+gallium_dri.so malloc 72 0x5571735db870 0.000131
+gallium_dri.so free 0x5571735db900 void 0.000132
+gallium_dri.so free 0x5571735db870 void 0.000132
+gallium_dri.so malloc 72 0x5571735db870 0.000132
+gallium_dri.so free 0x5571735db9c0 void 0.000133
+gallium_dri.so free 0x5571735db870 void 0.000133
+gallium_dri.so malloc 72 0x5571735dba00 0.000132
+gallium_dri.so free 0x5571735dba80 void 0.000133
+gallium_dri.so free 0x5571735dba00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dba80 0.000131
+gallium_dri.so free 0x5571735dbb40 void 0.000133
+gallium_dri.so free 0x5571735dba80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dba80 0.000133
+gallium_dri.so free 0x5571735dbbc0 void 0.000132
+gallium_dri.so free 0x5571735dba80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000132
+gallium_dri.so free 0x5571735dbc40 void 0.000132
+gallium_dri.so free 0x5571735dbbf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000132
+gallium_dri.so free 0x5571735dbd40 void 0.000133
+gallium_dri.so free 0x5571735dbbf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dbd80 0.000131
+gallium_dri.so free 0x5571735dbe00 void 0.000132
+gallium_dri.so free 0x5571735dbd80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbe00 0.000133
+gallium_dri.so free 0x5571735dbec0 void 0.000133
+gallium_dri.so free 0x5571735dbe00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbe00 0.000132
+gallium_dri.so free 0x5571735dbf40 void 0.000132
+gallium_dri.so free 0x5571735dbe00 void 0.000134
+gallium_dri.so malloc 72 0x5571735dbf70 0.000132
+gallium_dri.so free 0x5571735dbfc0 void 0.000133
+gallium_dri.so free 0x5571735dbf70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbf70 0.000131
+gallium_dri.so free 0x5571735dc0c0 void 0.000132
+gallium_dri.so free 0x5571735dbf70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc070 0.000131
+gallium_dri.so free 0x5571735dc180 void 0.000133
+gallium_dri.so free 0x5571735dc070 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc130 0.000137
+gallium_dri.so free 0x5571735dc200 void 0.000134
+gallium_dri.so free 0x5571735dc130 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc130 0.000132
+gallium_dri.so free 0x5571735dc2c0 void 0.000132
+gallium_dri.so free 0x5571735dc130 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc130 0.000132
+gallium_dri.so free 0x5571735dc380 void 0.000132
+gallium_dri.so free 0x5571735dc130 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc330 0.000132
+gallium_dri.so free 0x5571735dc400 void 0.000132
+gallium_dri.so free 0x5571735dc330 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc450 0.000132
+gallium_dri.so free 0x5571735dc4c0 void 0.000132
+gallium_dri.so free 0x5571735dc450 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc4e0 0.000131
+gallium_dri.so free 0x5571735dc580 void 0.000133
+gallium_dri.so free 0x5571735dc4e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc530 0.000132
+gallium_dri.so free 0x5571735dc600 void 0.000133
+gallium_dri.so free 0x5571735dc530 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc600 0.000132
+gallium_dri.so free 0x5571735dc6c0 void 0.000133
+gallium_dri.so free 0x5571735dc600 void 0.000174
+gallium_dri.so malloc 72 0x5571735dc600 0.000134
+gallium_dri.so free 0x5571735dc740 void 0.000135
+gallium_dri.so free 0x5571735dc600 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc740 0.000132
+gallium_dri.so free 0x5571735dc800 void 0.000133
+gallium_dri.so free 0x5571735dc740 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc740 0.000132
+gallium_dri.so free 0x5571735dc8c0 void 0.000133
+gallium_dri.so free 0x5571735dc740 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc740 0.000132
+gallium_dri.so free 0x5571735dc980 void 0.000134
+gallium_dri.so free 0x5571735dc740 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc930 0.000132
+gallium_dri.so free 0x5571735dca00 void 0.000132
+gallium_dri.so free 0x5571735dc930 void 0.000133
+gallium_dri.so malloc 72 0x5571735dca50 0.000132
+gallium_dri.so free 0x5571735dcac0 void 0.000133
+gallium_dri.so free 0x5571735dca50 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcb00 0.000132
+gallium_dri.so free 0x5571735dcb80 void 0.000133
+gallium_dri.so free 0x5571735dcb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcb00 0.000132
+gallium_dri.so free 0x5571735dcc00 void 0.000143
+gallium_dri.so free 0x5571735dcb00 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcc30 0.000132
+gallium_dri.so free 0x5571735dcc80 void 0.000136
+gallium_dri.so free 0x5571735dcc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcc30 0.000131
+gallium_dri.so free 0x5571735dcd80 void 0.000133
+gallium_dri.so free 0x5571735dcc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcd30 0.000132
+gallium_dri.so free 0x5571735dce40 void 0.000133
+gallium_dri.so free 0x5571735dcd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000132
+gallium_dri.so free 0x5571735dce80 void 0.000132
+gallium_dri.so free 0x5571735dcdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcdf0 0.000131
+gallium_dri.so free 0x5571735dcf40 void 0.000132
+gallium_dri.so free 0x5571735dcdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000132
+gallium_dri.so free 0x5571735dd000 void 0.000131
+gallium_dri.so free 0x5571735dcfb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000132
+gallium_dri.so free 0x5571735dd100 void 0.000132
+gallium_dri.so free 0x5571735dcfb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000137
+gallium_dri.so free 0x5571735dd1c0 void 0.000125
+gallium_dri.so free 0x5571735dd0b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd170 0.000125
+gallium_dri.so free 0x5571735dd200 void 0.000125
+gallium_dri.so free 0x5571735dd170 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd170 0.000125
+gallium_dri.so free 0x5571735dd2c0 void 0.000126
+gallium_dri.so free 0x5571735dd170 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd300 0.000125
+gallium_dri.so free 0x5571735dd380 void 0.000125
+gallium_dri.so free 0x5571735dd300 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd380 0.000125
+gallium_dri.so free 0x5571735dd440 void 0.000127
+gallium_dri.so free 0x5571735dd380 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd380 0.000125
+gallium_dri.so free 0x5571735dd500 void 0.000127
+gallium_dri.so free 0x5571735dd380 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd520 0.000128
+gallium_dri.so free 0x5571735dd5c0 void 0.000126
+gallium_dri.so free 0x5571735dd520 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd570 0.000126
+gallium_dri.so free 0x5571735dd640 void 0.000126
+gallium_dri.so free 0x5571735dd570 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd570 0.000145
+gallium_dri.so free 0x5571735dd6c0 void 0.000132
+gallium_dri.so free 0x5571735dd570 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000128
+gallium_dri.so free 0x5571735dd780 void 0.000129
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000132
+gallium_dri.so free 0x5571735dd840 void 0.000130
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000130
+gallium_dri.so free 0x5571735dd900 void 0.000129
+gallium_dri.so free 0x5571735dd6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000131
+gallium_dri.so free 0x5571735dd9c0 void 0.000129
+gallium_dri.so free 0x5571735dd8b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd970 0.000129
+gallium_dri.so free 0x5571735dda40 void 0.000129
+gallium_dri.so free 0x5571735dd970 void 0.000130
+gallium_dri.so malloc 72 0x5571735dda90 0.000134
+gallium_dri.so free 0x5571735ddb00 void 0.000129
+gallium_dri.so free 0x5571735dda90 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddb20 0.000129
+gallium_dri.so free 0x5571735ddbc0 void 0.000130
+gallium_dri.so free 0x5571735ddb20 void 0.000141
+gallium_dri.so malloc 72 0x5571735ddb70 0.000132
+gallium_dri.so free 0x5571735ddc40 void 0.000132
+gallium_dri.so free 0x5571735ddb70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddb70 0.000130
+gallium_dri.so free 0x5571735ddcc0 void 0.000131
+gallium_dri.so free 0x5571735ddb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000131
+gallium_dri.so free 0x5571735ddd80 void 0.000132
+gallium_dri.so free 0x5571735ddcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000132
+gallium_dri.so free 0x5571735dde80 void 0.000132
+gallium_dri.so free 0x5571735ddcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dde30 0.000133
+gallium_dri.so free 0x5571735ddec0 void 0.000131
+gallium_dri.so free 0x5571735dde30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dde30 0.000132
+gallium_dri.so free 0x5571735ddf80 void 0.000131
+gallium_dri.so free 0x5571735dde30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000132
+gallium_dri.so free 0x5571735de040 void 0.000134
+gallium_dri.so free 0x5571735ddfc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de040 0.000130
+gallium_dri.so free 0x5571735de100 void 0.000195
+gallium_dri.so free 0x5571735de040 void 0.000133
+gallium_dri.so malloc 72 0x5571735de040 0.000132
+gallium_dri.so free 0x5571735de180 void 0.000131
+gallium_dri.so free 0x5571735de040 void 0.000130
+gallium_dri.so malloc 72 0x5571735de1b0 0.000132
+gallium_dri.so free 0x5571735de200 void 0.000133
+gallium_dri.so free 0x5571735de1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de1b0 0.000132
+gallium_dri.so free 0x5571735de300 void 0.000133
+gallium_dri.so free 0x5571735de1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de340 0.000132
+gallium_dri.so free 0x5571735de3c0 void 0.000134
+gallium_dri.so free 0x5571735de340 void 0.000133
+gallium_dri.so malloc 72 0x5571735de3c0 0.000133
+gallium_dri.so free 0x5571735de480 void 0.000134
+gallium_dri.so free 0x5571735de3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de3c0 0.000130
+gallium_dri.so free 0x5571735de500 void 0.000132
+gallium_dri.so free 0x5571735de3c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de530 0.000133
+gallium_dri.so free 0x5571735de580 void 0.000131
+gallium_dri.so free 0x5571735de530 void 0.000132
+gallium_dri.so malloc 72 0x5571735de530 0.000138
+gallium_dri.so free 0x5571735de680 void 0.000131
+gallium_dri.so free 0x5571735de530 void 0.000131
+gallium_dri.so malloc 72 0x5571735de630 0.000131
+gallium_dri.so free 0x5571735de740 void 0.000130
+gallium_dri.so free 0x5571735de630 void 0.000128
+gallium_dri.so malloc 72 0x5571735de6f0 0.000130
+gallium_dri.so free 0x5571735de7c0 void 0.000130
+gallium_dri.so free 0x5571735de6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de6f0 0.000133
+gallium_dri.so free 0x5571735de880 void 0.000131
+gallium_dri.so free 0x5571735de6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de6f0 0.000131
+gallium_dri.so free 0x5571735de940 void 0.000132
+gallium_dri.so free 0x5571735de6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de8f0 0.000130
+gallium_dri.so free 0x5571735de9c0 void 0.000130
+gallium_dri.so free 0x5571735de8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dea10 0.000129
+gallium_dri.so free 0x5571735dea80 void 0.000130
+gallium_dri.so free 0x5571735dea10 void 0.000130
+gallium_dri.so malloc 72 0x5571735deaa0 0.000129
+gallium_dri.so free 0x5571735deb40 void 0.000130
+gallium_dri.so free 0x5571735deaa0 void 0.000141
+gallium_dri.so malloc 72 0x5571735deaf0 0.000130
+gallium_dri.so free 0x5571735debc0 void 0.000131
+gallium_dri.so free 0x5571735deaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735debc0 0.000131
+gallium_dri.so free 0x5571735dec80 void 0.000131
+gallium_dri.so free 0x5571735debc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735debc0 0.000131
+gallium_dri.so free 0x5571735ded00 void 0.000133
+gallium_dri.so free 0x5571735debc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded00 0.000131
+gallium_dri.so free 0x5571735dedc0 void 0.000132
+gallium_dri.so free 0x5571735ded00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded00 0.000133
+gallium_dri.so free 0x5571735dee80 void 0.000133
+gallium_dri.so free 0x5571735ded00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded00 0.000133
+gallium_dri.so free 0x5571735def40 void 0.000132
+gallium_dri.so free 0x5571735ded00 void 0.000132
+gallium_dri.so malloc 72 0x5571735deef0 0.000131
+gallium_dri.so free 0x5571735defc0 void 0.000132
+gallium_dri.so free 0x5571735deef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df010 0.000131
+gallium_dri.so free 0x5571735df080 void 0.000193
+gallium_dri.so free 0x5571735df010 void 0.000134
+gallium_dri.so malloc 72 0x5571735df0c0 0.000131
+gallium_dri.so free 0x5571735df140 void 0.000132
+gallium_dri.so free 0x5571735df0c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df0c0 0.000132
+gallium_dri.so free 0x5571735df1c0 void 0.000133
+gallium_dri.so free 0x5571735df0c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df1f0 0.000132
+gallium_dri.so free 0x5571735df240 void 0.000133
+gallium_dri.so free 0x5571735df1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df1f0 0.000133
+gallium_dri.so free 0x5571735df340 void 0.000132
+gallium_dri.so free 0x5571735df1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df2f0 0.000131
+gallium_dri.so free 0x5571735df400 void 0.000130
+gallium_dri.so free 0x5571735df2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df3b0 0.000131
+gallium_dri.so free 0x5571735df440 void 0.000131
+gallium_dri.so free 0x5571735df3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df3b0 0.000134
+gallium_dri.so free 0x5571735df500 void 0.000134
+gallium_dri.so free 0x5571735df3b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735df570 0.000133
+gallium_dri.so free 0x5571735df5c0 void 0.000130
+gallium_dri.so free 0x5571735df570 void 0.000128
+gallium_dri.so malloc 72 0x5571735df570 0.000129
+gallium_dri.so free 0x5571735df6c0 void 0.000130
+gallium_dri.so free 0x5571735df570 void 0.000129
+gallium_dri.so malloc 72 0x5571735df670 0.000132
+gallium_dri.so free 0x5571735df780 void 0.000131
+gallium_dri.so free 0x5571735df670 void 0.000131
+gallium_dri.so malloc 72 0x5571735df730 0.000129
+gallium_dri.so free 0x5571735df7c0 void 0.000131
+gallium_dri.so free 0x5571735df730 void 0.000130
+gallium_dri.so malloc 72 0x5571735df730 0.000131
+gallium_dri.so free 0x5571735df880 void 0.000130
+gallium_dri.so free 0x5571735df730 void 0.000129
+gallium_dri.so malloc 72 0x5571735df8c0 0.000128
+gallium_dri.so free 0x5571735df940 void 0.000130
+gallium_dri.so free 0x5571735df8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df940 0.000130
+gallium_dri.so free 0x5571735dfa00 void 0.000129
+gallium_dri.so free 0x5571735df940 void 0.000130
+gallium_dri.so malloc 72 0x5571735df940 0.000129
+gallium_dri.so free 0x5571735dfac0 void 0.000130
+gallium_dri.so free 0x5571735df940 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfae0 0.000133
+gallium_dri.so free 0x5571735dfb80 void 0.000130
+gallium_dri.so free 0x5571735dfae0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfb30 0.000129
+gallium_dri.so free 0x5571735dfc00 void 0.000130
+gallium_dri.so free 0x5571735dfb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfb30 0.000131
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so free 0x5571735dfb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc80 0.000132
+gallium_dri.so free 0x5571735dfd40 void 0.000132
+gallium_dri.so free 0x5571735dfc80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfc80 0.000132
+gallium_dri.so free 0x5571735dfe00 void 0.000133
+gallium_dri.so free 0x5571735dfc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfc80 0.000133
+gallium_dri.so free 0x5571735dfec0 void 0.000132
+gallium_dri.so free 0x5571735dfc80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfe70 0.000131
+gallium_dri.so free 0x5571735dff80 void 0.000133
+gallium_dri.so free 0x5571735dfe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dff30 0.000132
+gallium_dri.so free 0x5571735e0000 void 0.000136
+gallium_dri.so free 0x5571735dff30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0050 0.000133
+gallium_dri.so free 0x5571735e00c0 void 0.000133
+gallium_dri.so free 0x5571735e0050 void 0.000132
+gallium_dri.so malloc 72 0x5571735e00e0 0.000131
+gallium_dri.so free 0x5571735e0180 void 0.000130
+gallium_dri.so free 0x5571735e00e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0130 0.000132
+gallium_dri.so free 0x5571735e0200 void 0.000132
+gallium_dri.so free 0x5571735e0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0130 0.000133
+gallium_dri.so free 0x5571735e0280 void 0.000132
+gallium_dri.so free 0x5571735e0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0280 0.000134
+gallium_dri.so free 0x5571735e0340 void 0.000132
+gallium_dri.so free 0x5571735e0280 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0280 0.000132
+gallium_dri.so free 0x5571735e0440 void 0.000131
+gallium_dri.so free 0x5571735e0280 void 0.000133
+gallium_dri.so malloc 72 0x5571735e03f0 0.000136
+gallium_dri.so free 0x5571735e0480 void 0.000133
+gallium_dri.so free 0x5571735e03f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e03f0 0.000131
+gallium_dri.so free 0x5571735e0540 void 0.000130
+gallium_dri.so free 0x5571735e03f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0580 0.000129
+gallium_dri.so free 0x5571735e0600 void 0.000129
+gallium_dri.so free 0x5571735e0580 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0600 0.000129
+gallium_dri.so free 0x5571735e06c0 void 0.000130
+gallium_dri.so free 0x5571735e0600 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0600 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so free 0x5571735e0600 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0770 0.000129
+gallium_dri.so free 0x5571735e07c0 void 0.000130
+gallium_dri.so free 0x5571735e0770 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0770 0.000130
+gallium_dri.so free 0x5571735e08c0 void 0.000129
+gallium_dri.so free 0x5571735e0770 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0900 0.000128
+gallium_dri.so free 0x5571735e0980 void 0.000128
+gallium_dri.so free 0x5571735e0900 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0980 0.000130
+gallium_dri.so free 0x5571735e0a40 void 0.000129
+gallium_dri.so free 0x5571735e0980 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0980 0.000130
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so free 0x5571735e0980 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0af0 0.000128
+gallium_dri.so free 0x5571735e0b40 void 0.000127
+gallium_dri.so free 0x5571735e0af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0af0 0.000128
+gallium_dri.so free 0x5571735e0c40 void 0.000130
+gallium_dri.so free 0x5571735e0af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000130
+gallium_dri.so free 0x5571735e0d00 void 0.000131
+gallium_dri.so free 0x5571735e0bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000130
+gallium_dri.so free 0x5571735e0d80 void 0.000129
+gallium_dri.so free 0x5571735e0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000129
+gallium_dri.so free 0x5571735e0e40 void 0.000128
+gallium_dri.so free 0x5571735e0cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000131
+gallium_dri.so free 0x5571735e0f00 void 0.000129
+gallium_dri.so free 0x5571735e0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000129
+gallium_dri.so free 0x5571735e0f80 void 0.000144
+gallium_dri.so free 0x5571735e0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0fd0 0.000132
+gallium_dri.so free 0x5571735e1040 void 0.000131
+gallium_dri.so free 0x5571735e0fd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1060 0.000131
+gallium_dri.so free 0x5571735e1100 void 0.000131
+gallium_dri.so free 0x5571735e1060 void 0.000130
+gallium_dri.so malloc 72 0x5571735e10b0 0.000133
+gallium_dri.so free 0x5571735e1180 void 0.000133
+gallium_dri.so free 0x5571735e10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1180 0.000130
+gallium_dri.so free 0x5571735e1240 void 0.000134
+gallium_dri.so free 0x5571735e1180 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1180 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000132
+gallium_dri.so free 0x5571735e1180 void 0.000131
+gallium_dri.so malloc 72 0x5571735e12c0 0.000132
+gallium_dri.so free 0x5571735e1380 void 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12c0 0.000132
+gallium_dri.so free 0x5571735e1440 void 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e12c0 0.000178
+gallium_dri.so free 0x5571735e1500 void 0.000137
+gallium_dri.so free 0x5571735e12c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e14b0 0.000131
+gallium_dri.so free 0x5571735e1580 void 0.000132
+gallium_dri.so free 0x5571735e14b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e15d0 0.000133
+gallium_dri.so free 0x5571735e1640 void 0.000132
+gallium_dri.so free 0x5571735e15d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1680 0.000132
+gallium_dri.so free 0x5571735e1700 void 0.000132
+gallium_dri.so free 0x5571735e1680 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1680 0.000133
+gallium_dri.so free 0x5571735e1780 void 0.000133
+gallium_dri.so free 0x5571735e1680 void 0.000134
+gallium_dri.so malloc 72 0x5571735e17b0 0.000130
+gallium_dri.so free 0x5571735e1800 void 0.000130
+gallium_dri.so free 0x5571735e17b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e17b0 0.000130
+gallium_dri.so free 0x5571735e1900 void 0.000132
+gallium_dri.so free 0x5571735e17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e18b0 0.000130
+gallium_dri.so free 0x5571735e19c0 void 0.000131
+gallium_dri.so free 0x5571735e18b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1970 0.000128
+gallium_dri.so free 0x5571735e1a00 void 0.000130
+gallium_dri.so free 0x5571735e1970 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1970 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000129
+gallium_dri.so free 0x5571735e1970 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1b30 0.000129
+gallium_dri.so free 0x5571735e1b80 void 0.000129
+gallium_dri.so free 0x5571735e1b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1b30 0.000129
+gallium_dri.so free 0x5571735e1c80 void 0.000129
+gallium_dri.so free 0x5571735e1b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1c30 0.000129
+gallium_dri.so free 0x5571735e1d40 void 0.000129
+gallium_dri.so free 0x5571735e1c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000128
+gallium_dri.so free 0x5571735e1d80 void 0.000130
+gallium_dri.so free 0x5571735e1cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000131
+gallium_dri.so free 0x5571735e1e40 void 0.000130
+gallium_dri.so free 0x5571735e1cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1e80 0.000128
+gallium_dri.so free 0x5571735e1f00 void 0.000141
+gallium_dri.so free 0x5571735e1e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1f00 0.000132
+gallium_dri.so free 0x5571735e1fc0 void 0.000137
+gallium_dri.so free 0x5571735e1f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1f00 0.000129
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so free 0x5571735e1f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e20a0 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000132
+gallium_dri.so free 0x5571735e20a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e20f0 0.000130
+gallium_dri.so free 0x5571735e21c0 void 0.000130
+gallium_dri.so free 0x5571735e20f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e20f0 0.000131
+gallium_dri.so free 0x5571735e2240 void 0.000133
+gallium_dri.so free 0x5571735e20f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2240 0.000132
+gallium_dri.so free 0x5571735e2300 void 0.000132
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2240 0.000130
+gallium_dri.so free 0x5571735e23c0 void 0.000131
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2240 0.000142
+gallium_dri.so free 0x5571735e2480 void 0.000132
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2430 0.000133
+gallium_dri.so free 0x5571735e2540 void 0.000132
+gallium_dri.so free 0x5571735e2430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e24f0 0.000131
+gallium_dri.so free 0x5571735e25c0 void 0.000132
+gallium_dri.so free 0x5571735e24f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2610 0.000133
+gallium_dri.so free 0x5571735e2680 void 0.000132
+gallium_dri.so free 0x5571735e2610 void 0.000131
+gallium_dri.so malloc 72 0x5571735e26a0 0.000132
+gallium_dri.so free 0x5571735e2740 void 0.000132
+gallium_dri.so free 0x5571735e26a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e26f0 0.000130
+gallium_dri.so free 0x5571735e27c0 void 0.000132
+gallium_dri.so free 0x5571735e26f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e26f0 0.000131
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so free 0x5571735e26f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2840 0.000132
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so free 0x5571735e2840 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2840 0.000130
+gallium_dri.so free 0x5571735e2a00 void 0.000177
+gallium_dri.so free 0x5571735e2840 void 0.000219
+gallium_dri.so malloc 72 0x5571735e29b0 0.000131
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so free 0x5571735e29b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e29b0 0.000132
+gallium_dri.so free 0x5571735e2b00 void 0.000133
+gallium_dri.so free 0x5571735e29b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2b40 0.000131
+gallium_dri.so free 0x5571735e2bc0 void 0.000131
+gallium_dri.so free 0x5571735e2b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000131
+gallium_dri.so free 0x5571735e2c80 void 0.000132
+gallium_dri.so free 0x5571735e2bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2bc0 0.000130
+gallium_dri.so free 0x5571735e2d00 void 0.000134
+gallium_dri.so free 0x5571735e2bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2d30 0.000132
+gallium_dri.so free 0x5571735e2d80 void 0.000132
+gallium_dri.so free 0x5571735e2d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2d30 0.000180
+gallium_dri.so free 0x5571735e2e80 void 0.000132
+gallium_dri.so free 0x5571735e2d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2ec0 0.000131
+gallium_dri.so free 0x5571735e2f40 void 0.000132
+gallium_dri.so free 0x5571735e2ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f40 0.000132
+gallium_dri.so free 0x5571735e3000 void 0.000133
+gallium_dri.so free 0x5571735e2f40 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2f40 0.000132
+gallium_dri.so free 0x5571735e3080 void 0.000131
+gallium_dri.so free 0x5571735e2f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e30b0 0.000132
+gallium_dri.so free 0x5571735e3100 void 0.000132
+gallium_dri.so free 0x5571735e30b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e30b0 0.000132
+gallium_dri.so free 0x5571735e3200 void 0.000133
+gallium_dri.so free 0x5571735e30b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e31b0 0.000131
+gallium_dri.so free 0x5571735e32c0 void 0.000133
+gallium_dri.so free 0x5571735e31b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3270 0.000131
+gallium_dri.so free 0x5571735e3340 void 0.000134
+gallium_dri.so free 0x5571735e3270 void 0.000141
+gallium_dri.so malloc 72 0x5571735e3270 0.000129
+gallium_dri.so free 0x5571735e3400 void 0.000130
+gallium_dri.so free 0x5571735e3270 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3270 0.000129
+gallium_dri.so free 0x5571735e34c0 void 0.000129
+gallium_dri.so free 0x5571735e3270 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3470 0.000128
+gallium_dri.so free 0x5571735e3540 void 0.000129
+gallium_dri.so free 0x5571735e3470 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3590 0.000127
+gallium_dri.so free 0x5571735e3600 void 0.000129
+gallium_dri.so free 0x5571735e3590 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3620 0.000130
+gallium_dri.so free 0x5571735e36c0 void 0.000129
+gallium_dri.so free 0x5571735e3620 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3670 0.000128
+gallium_dri.so free 0x5571735e3740 void 0.000131
+gallium_dri.so free 0x5571735e3670 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3740 0.000128
+gallium_dri.so free 0x557173602000 void 0.000131
+gallium_dri.so free 0x5571735e3740 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3740 0.000129
+gallium_dri.so free 0x557173602100 void 0.000186
+gallium_dri.so free 0x5571735e3740 void 0.000130
+gallium_dri.so malloc 72 0x5571736020b0 0.000131
+gallium_dri.so free 0x5571735e3800 void 0.000133
+gallium_dri.so free 0x5571736020b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736020b0 0.000128
+gallium_dri.so free 0x5571736021c0 void 0.000131
+gallium_dri.so free 0x5571736020b0 void 0.000132
+gallium_dri.so malloc 72 0x557173602170 0.000133
+gallium_dri.so free 0x557173602240 void 0.000138
+gallium_dri.so free 0x557173602170 void 0.000132
+gallium_dri.so malloc 72 0x557173602170 0.000129
+gallium_dri.so free 0x5571736022c0 void 0.000131
+gallium_dri.so free 0x557173602170 void 0.000131
+gallium_dri.so malloc 72 0x5571736022c0 0.000133
+gallium_dri.so free 0x557173602380 void 0.000133
+gallium_dri.so free 0x5571736022c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736022c0 0.000132
+gallium_dri.so free 0x557173602480 void 0.000131
+gallium_dri.so free 0x5571736022c0 void 0.000131
+gallium_dri.so malloc 72 0x557173602430 0.000129
+gallium_dri.so free 0x5571736024c0 void 0.000133
+gallium_dri.so free 0x557173602430 void 0.000129
+gallium_dri.so malloc 72 0x557173602430 0.000140
+gallium_dri.so free 0x557173602580 void 0.000133
+gallium_dri.so free 0x557173602430 void 0.000132
+gallium_dri.so malloc 72 0x5571736025c0 0.000129
+gallium_dri.so free 0x557173602640 void 0.000131
+gallium_dri.so free 0x5571736025c0 void 0.000130
+gallium_dri.so malloc 72 0x557173602640 0.000132
+gallium_dri.so free 0x557173602700 void 0.000132
+gallium_dri.so free 0x557173602640 void 0.000130
+gallium_dri.so malloc 72 0x557173602640 0.000130
+gallium_dri.so free 0x557173602780 void 0.000130
+gallium_dri.so free 0x557173602640 void 0.000131
+gallium_dri.so malloc 72 0x5571736027b0 0.000131
+gallium_dri.so free 0x557173602800 void 0.000132
+gallium_dri.so free 0x5571736027b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736027b0 0.000130
+gallium_dri.so free 0x557173602900 void 0.000131
+gallium_dri.so free 0x5571736027b0 void 0.000131
+gallium_dri.so malloc 72 0x557173602940 0.000129
+gallium_dri.so free 0x5571736029c0 void 0.000131
+gallium_dri.so free 0x557173602940 void 0.000129
+gallium_dri.so malloc 72 0x5571736029c0 0.000132
+gallium_dri.so free 0x557173602a80 void 0.000129
+gallium_dri.so free 0x5571736029c0 void 0.000134
+gallium_dri.so malloc 72 0x5571736029c0 0.000131
+gallium_dri.so free 0x557173602b00 void 0.000129
+gallium_dri.so free 0x5571736029c0 void 0.000130
+gallium_dri.so malloc 72 0x557173602b30 0.000131
+gallium_dri.so free 0x557173602b80 void 0.000130
+gallium_dri.so free 0x557173602b30 void 0.000130
+gallium_dri.so malloc 72 0x557173602b30 0.000130
+gallium_dri.so free 0x557173602c80 void 0.000131
+gallium_dri.so free 0x557173602b30 void 0.000129
+gallium_dri.so malloc 72 0x557173602c30 0.000129
+gallium_dri.so free 0x557173602d40 void 0.000131
+gallium_dri.so free 0x557173602c30 void 0.000129
+gallium_dri.so malloc 72 0x557173602cf0 0.000131
+gallium_dri.so free 0x557173602dc0 void 0.000130
+gallium_dri.so free 0x557173602cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173602cf0 0.000131
+gallium_dri.so free 0x557173602e80 void 0.000131
+gallium_dri.so free 0x557173602cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173602cf0 0.000130
+gallium_dri.so free 0x557173602f40 void 0.000130
+gallium_dri.so free 0x557173602cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173602ef0 0.000130
+gallium_dri.so free 0x557173602fc0 void 0.000133
+gallium_dri.so free 0x557173602ef0 void 0.000195
+gallium_dri.so malloc 72 0x557173603010 0.000131
+gallium_dri.so free 0x557173603080 void 0.000130
+gallium_dri.so free 0x557173603010 void 0.000129
+gallium_dri.so malloc 72 0x5571736030a0 0.000130
+gallium_dri.so free 0x557173603140 void 0.000131
+gallium_dri.so free 0x5571736030a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736030f0 0.000129
+gallium_dri.so free 0x5571736031c0 void 0.000131
+gallium_dri.so free 0x5571736030f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736031c0 0.000130
+gallium_dri.so free 0x557173603280 void 0.000131
+gallium_dri.so free 0x5571736031c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736031c0 0.000130
+gallium_dri.so free 0x557173603300 void 0.000131
+gallium_dri.so free 0x5571736031c0 void 0.000129
+gallium_dri.so malloc 72 0x557173603300 0.000130
+gallium_dri.so free 0x5571736033c0 void 0.000131
+gallium_dri.so free 0x557173603300 void 0.000129
+gallium_dri.so malloc 72 0x557173603300 0.000131
+gallium_dri.so free 0x557173603480 void 0.000130
+gallium_dri.so free 0x557173603300 void 0.000129
+gallium_dri.so malloc 72 0x557173603300 0.000130
+gallium_dri.so free 0x557173603540 void 0.000132
+gallium_dri.so free 0x557173603300 void 0.000132
+gallium_dri.so malloc 72 0x5571736034f0 0.000130
+gallium_dri.so free 0x5571736035c0 void 0.000130
+gallium_dri.so free 0x5571736034f0 void 0.000130
+gallium_dri.so malloc 72 0x557173603610 0.000129
+gallium_dri.so free 0x557173603680 void 0.000130
+gallium_dri.so free 0x557173603610 void 0.000130
+gallium_dri.so malloc 72 0x5571736036c0 0.000129
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so free 0x5571736036c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736036c0 0.000132
+gallium_dri.so free 0x5571736037c0 void 0.000130
+gallium_dri.so free 0x5571736036c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736037f0 0.000130
+gallium_dri.so free 0x557173603840 void 0.000130
+gallium_dri.so free 0x5571736037f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736037f0 0.000130
+gallium_dri.so free 0x557173603940 void 0.000130
+gallium_dri.so free 0x5571736037f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736038f0 0.000131
+gallium_dri.so free 0x557173603a00 void 0.000129
+gallium_dri.so free 0x5571736038f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736039b0 0.000140
+gallium_dri.so free 0x557173603a40 void 0.000130
+gallium_dri.so free 0x5571736039b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736039b0 0.000130
+gallium_dri.so free 0x557173603b00 void 0.000129
+gallium_dri.so free 0x5571736039b0 void 0.000130
+gallium_dri.so malloc 72 0x557173603b70 0.000130
+gallium_dri.so free 0x557173603bc0 void 0.000130
+gallium_dri.so free 0x557173603b70 void 0.000129
+gallium_dri.so malloc 72 0x557173603b70 0.000129
+gallium_dri.so free 0x557173603cc0 void 0.000131
+gallium_dri.so free 0x557173603b70 void 0.000129
+gallium_dri.so malloc 72 0x557173603c70 0.000130
+gallium_dri.so free 0x557173603d80 void 0.000130
+gallium_dri.so free 0x557173603c70 void 0.000135
+gallium_dri.so malloc 72 0x557173603d30 0.000132
+gallium_dri.so free 0x557173603dc0 void 0.000130
+gallium_dri.so free 0x557173603d30 void 0.000130
+gallium_dri.so malloc 72 0x557173603d30 0.000129
+gallium_dri.so free 0x557173603e80 void 0.000130
+gallium_dri.so free 0x557173603d30 void 0.000129
+gallium_dri.so malloc 72 0x557173603ec0 0.000130
+gallium_dri.so free 0x557173603f40 void 0.000131
+gallium_dri.so free 0x557173603ec0 void 0.000193
+gallium_dri.so malloc 72 0x557173603f40 0.000131
+gallium_dri.so free 0x557173604000 void 0.000132
+gallium_dri.so free 0x557173603f40 void 0.000129
+gallium_dri.so malloc 72 0x557173603f40 0.000129
+gallium_dri.so free 0x5571736040c0 void 0.000130
+gallium_dri.so free 0x557173603f40 void 0.000129
+gallium_dri.so malloc 72 0x5571736040e0 0.000128
+gallium_dri.so free 0x557173604180 void 0.000130
+gallium_dri.so free 0x5571736040e0 void 0.000130
+gallium_dri.so malloc 72 0x557173604130 0.000131
+gallium_dri.so free 0x557173604200 void 0.000131
+gallium_dri.so free 0x557173604130 void 0.000129
+gallium_dri.so malloc 72 0x557173604130 0.000129
+gallium_dri.so free 0x557173604280 void 0.000129
+gallium_dri.so free 0x557173604130 void 0.000130
+gallium_dri.so malloc 72 0x557173604280 0.000130
+gallium_dri.so free 0x557173604340 void 0.000130
+gallium_dri.so free 0x557173604280 void 0.000131
+gallium_dri.so malloc 72 0x557173604280 0.000131
+gallium_dri.so free 0x557173604400 void 0.000131
+gallium_dri.so free 0x557173604280 void 0.000131
+gallium_dri.so malloc 72 0x557173604280 0.000130
+gallium_dri.so free 0x5571736044c0 void 0.000141
+gallium_dri.so free 0x557173604280 void 0.000130
+gallium_dri.so malloc 72 0x557173604470 0.000129
+gallium_dri.so free 0x557173604580 void 0.000130
+gallium_dri.so free 0x557173604470 void 0.000130
+gallium_dri.so malloc 72 0x557173604530 0.000132
+gallium_dri.so free 0x557173604600 void 0.000131
+gallium_dri.so free 0x557173604530 void 0.000130
+gallium_dri.so malloc 72 0x557173604650 0.000131
+gallium_dri.so free 0x5571736046c0 void 0.000130
+gallium_dri.so free 0x557173604650 void 0.000131
+gallium_dri.so malloc 72 0x5571736046e0 0.000130
+gallium_dri.so free 0x557173604780 void 0.000131
+gallium_dri.so free 0x5571736046e0 void 0.000129
+gallium_dri.so malloc 72 0x557173604730 0.000129
+gallium_dri.so free 0x557173604800 void 0.000131
+gallium_dri.so free 0x557173604730 void 0.000130
+gallium_dri.so malloc 72 0x557173604730 0.000131
+gallium_dri.so free 0x557173604880 void 0.000130
+gallium_dri.so free 0x557173604730 void 0.000128
+gallium_dri.so malloc 72 0x557173604880 0.000131
+gallium_dri.so free 0x557173604940 void 0.000130
+gallium_dri.so free 0x557173604880 void 0.000129
+gallium_dri.so malloc 72 0x557173604880 0.000187
+gallium_dri.so free 0x557173604a40 void 0.000159
+gallium_dri.so free 0x557173604880 void 0.000119
+gallium_dri.so malloc 72 0x5571736049f0 0.000120
+gallium_dri.so free 0x557173604a80 void 0.000107
+gallium_dri.so free 0x5571736049f0 void 0.000236
+gallium_dri.so malloc 72 0x5571736049f0 0.000105
+gallium_dri.so free 0x557173604b40 void 0.000195
+gallium_dri.so free 0x5571736049f0 void 0.000116
+gallium_dri.so malloc 72 0x557173604b80 0.000115
+gallium_dri.so free 0x557173604c00 void 0.000113
+gallium_dri.so free 0x557173604b80 void 0.000113
+gallium_dri.so malloc 72 0x557173604c00 0.000120
+gallium_dri.so free 0x557173604cc0 void 0.000114
+gallium_dri.so free 0x557173604c00 void 0.000114
+gallium_dri.so malloc 72 0x557173604c00 0.000112
+gallium_dri.so free 0x557173604d40 void 0.000113
+gallium_dri.so free 0x557173604c00 void 0.000113
+gallium_dri.so malloc 72 0x557173604d70 0.000116
+gallium_dri.so free 0x557173604dc0 void 0.000116
+gallium_dri.so free 0x557173604d70 void 0.000114
+gallium_dri.so malloc 72 0x557173604d70 0.000116
+gallium_dri.so free 0x557173604ec0 void 0.000113
+gallium_dri.so free 0x557173604d70 void 0.000114
+gallium_dri.so malloc 72 0x557173604f00 0.000113
+gallium_dri.so free 0x557173604f80 void 0.000125
+gallium_dri.so free 0x557173604f00 void 0.000119
+gallium_dri.so malloc 72 0x557173604f80 0.000114
+gallium_dri.so free 0x557173605040 void 0.000115
+gallium_dri.so free 0x557173604f80 void 0.000113
+gallium_dri.so malloc 72 0x557173604f80 0.000113
+gallium_dri.so free 0x5571736050c0 void 0.000114
+gallium_dri.so free 0x557173604f80 void 0.000113
+gallium_dri.so malloc 72 0x5571736050f0 0.000114
+gallium_dri.so free 0x557173605140 void 0.000113
+gallium_dri.so free 0x5571736050f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736050f0 0.000112
+gallium_dri.so free 0x557173605240 void 0.000114
+gallium_dri.so free 0x5571736050f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736051f0 0.000112
+gallium_dri.so free 0x557173605300 void 0.000115
+gallium_dri.so free 0x5571736051f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736052b0 0.000114
+gallium_dri.so free 0x557173605380 void 0.000113
+gallium_dri.so free 0x5571736052b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736052b0 0.000113
+gallium_dri.so free 0x557173605440 void 0.000114
+gallium_dri.so free 0x5571736052b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736052b0 0.000113
+gallium_dri.so free 0x557173605500 void 0.000114
+gallium_dri.so free 0x5571736052b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736054b0 0.000112
+gallium_dri.so free 0x557173605580 void 0.000115
+gallium_dri.so free 0x5571736054b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736055d0 0.000114
+gallium_dri.so free 0x557173605640 void 0.000115
+gallium_dri.so free 0x5571736055d0 void 0.000113
+gallium_dri.so malloc 72 0x557173605660 0.000112
+gallium_dri.so free 0x557173605700 void 0.000113
+gallium_dri.so free 0x557173605660 void 0.000114
+gallium_dri.so malloc 72 0x5571736056b0 0.000106
+gallium_dri.so free 0x557173605780 void 0.000261
+gallium_dri.so free 0x5571736056b0 void 0.000157
+gallium_dri.so malloc 72 0x557173605780 0.000116
+gallium_dri.so free 0x557173605840 void 0.000113
+gallium_dri.so free 0x557173605780 void 0.000113
+gallium_dri.so malloc 72 0x557173605780 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x557173605780 void 0.000113
+gallium_dri.so malloc 72 0x5571736058c0 0.000113
+gallium_dri.so free 0x557173605980 void 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736058c0 0.000113
+gallium_dri.so free 0x557173605a40 void 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736058c0 0.000112
+gallium_dri.so free 0x557173605b00 void 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000112
+gallium_dri.so malloc 72 0x557173605ab0 0.000112
+gallium_dri.so free 0x557173605b80 void 0.000158
+gallium_dri.so free 0x557173605ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173605bd0 0.000115
+gallium_dri.so free 0x557173605c40 void 0.000114
+gallium_dri.so free 0x557173605bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173605c80 0.000115
+gallium_dri.so free 0x557173605d00 void 0.000115
+gallium_dri.so free 0x557173605c80 void 0.000113
+gallium_dri.so malloc 72 0x557173605c80 0.000114
+gallium_dri.so free 0x557173605d80 void 0.000114
+gallium_dri.so free 0x557173605c80 void 0.000112
+gallium_dri.so malloc 72 0x557173605db0 0.000114
+gallium_dri.so free 0x557173605e00 void 0.000115
+gallium_dri.so free 0x557173605db0 void 0.000113
+gallium_dri.so malloc 72 0x557173605db0 0.000113
+gallium_dri.so free 0x557173605f00 void 0.000115
+gallium_dri.so free 0x557173605db0 void 0.000113
+gallium_dri.so malloc 72 0x557173605eb0 0.000114
+gallium_dri.so free 0x557173605fc0 void 0.000114
+gallium_dri.so free 0x557173605eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173605f70 0.000113
+gallium_dri.so free 0x557173606000 void 0.000114
+gallium_dri.so free 0x557173605f70 void 0.000114
+gallium_dri.so malloc 72 0x557173605f70 0.000114
+gallium_dri.so free 0x5571736060c0 void 0.000115
+gallium_dri.so free 0x557173605f70 void 0.000114
+gallium_dri.so malloc 72 0x557173606130 0.000114
+gallium_dri.so free 0x557173606180 void 0.000114
+gallium_dri.so free 0x557173606130 void 0.000116
+gallium_dri.so malloc 72 0x557173606130 0.000114
+gallium_dri.so free 0x557173606280 void 0.000112
+gallium_dri.so free 0x557173606130 void 0.000112
+gallium_dri.so malloc 72 0x557173606230 0.000113
+gallium_dri.so free 0x557173606340 void 0.000113
+gallium_dri.so free 0x557173606230 void 0.000114
+gallium_dri.so malloc 72 0x5571736062f0 0.000115
+gallium_dri.so free 0x557173606380 void 0.000113
+gallium_dri.so free 0x5571736062f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736062f0 0.000113
+gallium_dri.so free 0x557173606440 void 0.000114
+gallium_dri.so free 0x5571736062f0 void 0.000113
+gallium_dri.so malloc 72 0x557173606480 0.000114
+gallium_dri.so free 0x557173606500 void 0.000113
+gallium_dri.so free 0x557173606480 void 0.000113
+gallium_dri.so malloc 72 0x557173606500 0.000112
+gallium_dri.so free 0x5571736065c0 void 0.000114
+gallium_dri.so free 0x557173606500 void 0.000113
+gallium_dri.so malloc 72 0x557173606500 0.000114
+gallium_dri.so free 0x557173606680 void 0.000114
+gallium_dri.so free 0x557173606500 void 0.000116
+gallium_dri.so malloc 72 0x5571736066a0 0.000123
+gallium_dri.so free 0x557173606740 void 0.000124
+gallium_dri.so free 0x5571736066a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736066f0 0.000115
+gallium_dri.so free 0x5571736067c0 void 0.000124
+gallium_dri.so free 0x5571736066f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736066f0 0.000113
+gallium_dri.so free 0x557173606840 void 0.000114
+gallium_dri.so free 0x5571736066f0 void 0.000114
+gallium_dri.so malloc 72 0x557173606840 0.000112
+gallium_dri.so free 0x557173606900 void 0.000114
+gallium_dri.so free 0x557173606840 void 0.000114
+gallium_dri.so malloc 72 0x557173606840 0.000113
+gallium_dri.so free 0x5571736069c0 void 0.000114
+gallium_dri.so free 0x557173606840 void 0.000111
+gallium_dri.so malloc 72 0x557173606840 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so free 0x557173606840 void 0.000111
+gallium_dri.so malloc 72 0x557173606a30 0.000114
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606a30 void 0.000112
+gallium_dri.so malloc 72 0x557173606af0 0.000112
+gallium_dri.so free 0x557173606bc0 void 0.000114
+gallium_dri.so free 0x557173606af0 void 0.000113
+gallium_dri.so malloc 72 0x557173606c10 0.000112
+gallium_dri.so free 0x557173606c80 void 0.000116
+gallium_dri.so free 0x557173606c10 void 0.000113
+gallium_dri.so malloc 72 0x557173606ca0 0.000111
+gallium_dri.so free 0x557173606d40 void 0.000113
+gallium_dri.so free 0x557173606ca0 void 0.000114
+gallium_dri.so malloc 72 0x557173606cf0 0.000113
+gallium_dri.so free 0x557173606dc0 void 0.000113
+gallium_dri.so free 0x557173606cf0 void 0.000182
+gallium_dri.so malloc 72 0x557173606cf0 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000115
+gallium_dri.so free 0x557173606cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173606e40 0.000113
+gallium_dri.so free 0x557173606f00 void 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000115
+gallium_dri.so malloc 72 0x557173606e40 0.000114
+gallium_dri.so free 0x557173607000 void 0.000115
+gallium_dri.so free 0x557173606e40 void 0.000113
+gallium_dri.so malloc 72 0x557173606fb0 0.000114
+gallium_dri.so free 0x557173607040 void 0.000114
+gallium_dri.so free 0x557173606fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173606fb0 0.000114
+gallium_dri.so free 0x557173607100 void 0.000115
+gallium_dri.so free 0x557173606fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173607140 0.000113
+gallium_dri.so free 0x5571736071c0 void 0.000115
+gallium_dri.so free 0x557173607140 void 0.000113
+gallium_dri.so malloc 72 0x5571736071c0 0.000113
+gallium_dri.so free 0x557173607280 void 0.000115
+gallium_dri.so free 0x5571736071c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736071c0 0.000114
+gallium_dri.so free 0x557173607300 void 0.000114
+gallium_dri.so free 0x5571736071c0 void 0.000114
+gallium_dri.so malloc 72 0x557173607330 0.000113
+gallium_dri.so free 0x557173607380 void 0.000115
+gallium_dri.so free 0x557173607330 void 0.000122
+gallium_dri.so malloc 72 0x557173607330 0.000117
+gallium_dri.so free 0x557173607480 void 0.000120
+gallium_dri.so free 0x557173607330 void 0.000112
+gallium_dri.so malloc 72 0x5571736074c0 0.000111
+gallium_dri.so free 0x557173607540 void 0.000112
+gallium_dri.so free 0x5571736074c0 void 0.000112
+gallium_dri.so malloc 72 0x557173607540 0.000123
+gallium_dri.so free 0x557173607600 void 0.000114
+gallium_dri.so free 0x557173607540 void 0.000123
+gallium_dri.so malloc 72 0x557173607540 0.000129
+gallium_dri.so free 0x557173607680 void 0.000129
+gallium_dri.so free 0x557173607540 void 0.000125
+gallium_dri.so malloc 72 0x5571736076b0 0.000124
+gallium_dri.so free 0x557173607700 void 0.000118
+gallium_dri.so free 0x5571736076b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736076b0 0.000127
+gallium_dri.so free 0x557173607800 void 0.000124
+gallium_dri.so free 0x5571736076b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736077b0 0.000117
+gallium_dri.so free 0x5571736078c0 void 0.000116
+gallium_dri.so free 0x5571736077b0 void 0.000113
+gallium_dri.so malloc 72 0x557173607870 0.000113
+gallium_dri.so free 0x557173607940 void 0.000113
+gallium_dri.so free 0x557173607870 void 0.000127
+gallium_dri.so malloc 72 0x557173607870 0.000113
+gallium_dri.so free 0x557173607a00 void 0.000114
+gallium_dri.so free 0x557173607870 void 0.000114
+gallium_dri.so malloc 72 0x557173607870 0.000114
+gallium_dri.so free 0x557173607ac0 void 0.000114
+gallium_dri.so free 0x557173607870 void 0.000113
+gallium_dri.so malloc 72 0x557173607a70 0.000112
+gallium_dri.so free 0x557173607b40 void 0.000119
+gallium_dri.so free 0x557173607a70 void 0.000114
+gallium_dri.so malloc 72 0x557173607b90 0.000119
+gallium_dri.so free 0x557173607c00 void 0.000115
+gallium_dri.so free 0x557173607b90 void 0.000113
+gallium_dri.so malloc 72 0x557173607c20 0.000113
+gallium_dri.so free 0x557173607cc0 void 0.000113
+gallium_dri.so free 0x557173607c20 void 0.000113
+gallium_dri.so malloc 72 0x557173607c70 0.000114
+gallium_dri.so free 0x557173607d40 void 0.000115
+gallium_dri.so free 0x557173607c70 void 0.000112
+gallium_dri.so malloc 72 0x557173607d40 0.000113
+gallium_dri.so free 0x557173607e00 void 0.000114
+gallium_dri.so free 0x557173607d40 void 0.000114
+gallium_dri.so malloc 72 0x557173607d40 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x557173607d40 void 0.000112
+gallium_dri.so malloc 72 0x557173607e80 0.000114
+gallium_dri.so free 0x557173607f40 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000153
+gallium_dri.so malloc 72 0x557173607e80 0.000116
+gallium_dri.so free 0x557173608000 void 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so malloc 72 0x557173607e80 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so malloc 72 0x557173608070 0.000114
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x557173608070 void 0.000113
+gallium_dri.so malloc 72 0x557173608190 0.000115
+gallium_dri.so free 0x557173608200 void 0.000115
+gallium_dri.so free 0x557173608190 void 0.000115
+gallium_dri.so malloc 72 0x557173608240 0.000115
+gallium_dri.so free 0x5571736082c0 void 0.000116
+gallium_dri.so free 0x557173608240 void 0.000114
+gallium_dri.so malloc 72 0x557173608240 0.000115
+gallium_dri.so free 0x557173608340 void 0.000115
+gallium_dri.so free 0x557173608240 void 0.000113
+gallium_dri.so malloc 72 0x557173608370 0.000114
+gallium_dri.so free 0x5571736083c0 void 0.000115
+gallium_dri.so free 0x557173608370 void 0.000114
+gallium_dri.so malloc 72 0x557173608370 0.000114
+gallium_dri.so free 0x5571736084c0 void 0.000115
+gallium_dri.so free 0x557173608370 void 0.000114
+gallium_dri.so malloc 72 0x557173608470 0.000115
+gallium_dri.so free 0x557173608580 void 0.000116
+gallium_dri.so free 0x557173608470 void 0.000114
+gallium_dri.so malloc 72 0x557173608530 0.000115
+gallium_dri.so free 0x5571736085c0 void 0.000114
+gallium_dri.so free 0x557173608530 void 0.000112
+gallium_dri.so malloc 72 0x557173608530 0.000113
+gallium_dri.so free 0x557173608680 void 0.000113
+gallium_dri.so free 0x557173608530 void 0.000120
+gallium_dri.so malloc 72 0x5571736086f0 0.000114
+gallium_dri.so free 0x557173608740 void 0.000115
+gallium_dri.so free 0x5571736086f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736086f0 0.000113
+gallium_dri.so free 0x557173608840 void 0.000113
+gallium_dri.so free 0x5571736086f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736087f0 0.000113
+gallium_dri.so free 0x557173608900 void 0.000115
+gallium_dri.so free 0x5571736087f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736088b0 0.000114
+gallium_dri.so free 0x557173608940 void 0.000113
+gallium_dri.so free 0x5571736088b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736088b0 0.000112
+gallium_dri.so free 0x557173608a00 void 0.000113
+gallium_dri.so free 0x5571736088b0 void 0.000114
+gallium_dri.so malloc 72 0x557173608a40 0.000113
+gallium_dri.so free 0x557173608ac0 void 0.000117
+gallium_dri.so free 0x557173608a40 void 0.000114
+gallium_dri.so malloc 72 0x557173608ac0 0.000115
+gallium_dri.so free 0x557173608b80 void 0.000114
+gallium_dri.so free 0x557173608ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173608ac0 0.000168
+gallium_dri.so free 0x557173608c40 void 0.000116
+gallium_dri.so free 0x557173608ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173608c60 0.000114
+gallium_dri.so free 0x557173608d00 void 0.000114
+gallium_dri.so free 0x557173608c60 void 0.000113
+gallium_dri.so malloc 72 0x557173608cb0 0.000113
+gallium_dri.so free 0x557173608d80 void 0.000116
+gallium_dri.so free 0x557173608cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173608cb0 0.000113
+gallium_dri.so free 0x557173608e00 void 0.000114
+gallium_dri.so free 0x557173608cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608e00 0.000113
+gallium_dri.so free 0x557173608ec0 void 0.000114
+gallium_dri.so free 0x557173608e00 void 0.000114
+gallium_dri.so malloc 72 0x557173608e00 0.000118
+gallium_dri.so free 0x557173608f80 void 0.000124
+gallium_dri.so free 0x557173608e00 void 0.000124
+gallium_dri.so malloc 72 0x557173608e00 0.000119
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so free 0x557173608e00 void 0.000113
+gallium_dri.so malloc 72 0x557173608ff0 0.000115
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so free 0x557173608ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571736090b0 0.000112
+gallium_dri.so free 0x557173609180 void 0.000114
+gallium_dri.so free 0x5571736090b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736091d0 0.000115
+gallium_dri.so free 0x557173609240 void 0.000114
+gallium_dri.so free 0x5571736091d0 void 0.000113
+gallium_dri.so malloc 72 0x557173609260 0.000113
+gallium_dri.so free 0x557173609300 void 0.000114
+gallium_dri.so free 0x557173609260 void 0.000113
+gallium_dri.so malloc 72 0x5571736092b0 0.000113
+gallium_dri.so free 0x557173609380 void 0.000114
+gallium_dri.so free 0x5571736092b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736092b0 0.000114
+gallium_dri.so free 0x557173609400 void 0.000112
+gallium_dri.so free 0x5571736092b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609400 0.000114
+gallium_dri.so free 0x5571736094c0 void 0.000115
+gallium_dri.so free 0x557173609400 void 0.000115
+gallium_dri.so malloc 72 0x557173609400 0.000114
+gallium_dri.so free 0x5571736095c0 void 0.000113
+gallium_dri.so free 0x557173609400 void 0.000113
+gallium_dri.so malloc 72 0x557173609570 0.000120
+gallium_dri.so free 0x557173609600 void 0.000115
+gallium_dri.so free 0x557173609570 void 0.000114
+gallium_dri.so malloc 72 0x557173609570 0.000113
+gallium_dri.so free 0x5571736096c0 void 0.000114
+gallium_dri.so free 0x557173609570 void 0.000113
+gallium_dri.so malloc 72 0x557173609700 0.000112
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so free 0x557173609700 void 0.000113
+gallium_dri.so malloc 72 0x557173609780 0.000125
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x557173609780 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000113
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x5571736098f0 0.000113
+gallium_dri.so free 0x557173609940 void 0.000113
+gallium_dri.so free 0x5571736098f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736098f0 0.000115
+gallium_dri.so free 0x557173609a40 void 0.000113
+gallium_dri.so free 0x5571736098f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609a80 0.000112
+gallium_dri.so free 0x557173609b00 void 0.000114
+gallium_dri.so free 0x557173609a80 void 0.000114
+gallium_dri.so malloc 72 0x557173609b00 0.000112
+gallium_dri.so free 0x557173609bc0 void 0.000115
+gallium_dri.so free 0x557173609b00 void 0.000117
+gallium_dri.so malloc 72 0x557173609b00 0.000115
+gallium_dri.so free 0x557173609c40 void 0.000119
+gallium_dri.so free 0x557173609b00 void 0.000112
+gallium_dri.so malloc 72 0x557173609c70 0.000114
+gallium_dri.so free 0x557173609cc0 void 0.000114
+gallium_dri.so free 0x557173609c70 void 0.000114
+gallium_dri.so malloc 72 0x557173609c70 0.000114
+gallium_dri.so free 0x557173609dc0 void 0.000114
+gallium_dri.so free 0x557173609c70 void 0.000112
+gallium_dri.so malloc 72 0x557173609d70 0.000161
+gallium_dri.so free 0x557173609e80 void 0.000224
+gallium_dri.so free 0x557173609d70 void 0.000275
+gallium_dri.so malloc 72 0x557173609e30 0.000124
+gallium_dri.so free 0x557173609f00 void 0.000121
+gallium_dri.so free 0x557173609e30 void 0.000116
+gallium_dri.so malloc 72 0x557173609e30 0.000119
+gallium_dri.so free 0x557173609fc0 void 0.000119
+gallium_dri.so free 0x557173609e30 void 0.000119
+gallium_dri.so malloc 72 0x557173609e30 0.000118
+gallium_dri.so free 0x55717360a080 void 0.000118
+gallium_dri.so free 0x557173609e30 void 0.000119
+gallium_dri.so malloc 72 0x55717360a030 0.000119
+gallium_dri.so free 0x55717360a100 void 0.000118
+gallium_dri.so free 0x55717360a030 void 0.000119
+gallium_dri.so malloc 72 0x55717360a150 0.000117
+gallium_dri.so free 0x55717360a1c0 void 0.000119
+gallium_dri.so free 0x55717360a150 void 0.000117
+gallium_dri.so malloc 72 0x55717360a1e0 0.000118
+gallium_dri.so free 0x55717360a280 void 0.000118
+gallium_dri.so free 0x55717360a1e0 void 0.000117
+gallium_dri.so malloc 72 0x55717360a230 0.000120
+gallium_dri.so free 0x55717360a300 void 0.000119
+gallium_dri.so free 0x55717360a230 void 0.000126
+gallium_dri.so malloc 72 0x55717360a300 0.000120
+gallium_dri.so free 0x55717360a3c0 void 0.000118
+gallium_dri.so free 0x55717360a300 void 0.000118
+gallium_dri.so malloc 72 0x55717360a300 0.000120
+gallium_dri.so free 0x55717360a440 void 0.000119
+gallium_dri.so free 0x55717360a300 void 0.000119
+gallium_dri.so malloc 72 0x55717360a440 0.000117
+gallium_dri.so free 0x55717360a500 void 0.000120
+gallium_dri.so free 0x55717360a440 void 0.000117
+gallium_dri.so malloc 72 0x55717360a440 0.000119
+gallium_dri.so free 0x55717360a5c0 void 0.000118
+gallium_dri.so free 0x55717360a440 void 0.000117
+gallium_dri.so malloc 72 0x55717360a440 0.000118
+gallium_dri.so free 0x55717360a680 void 0.000118
+gallium_dri.so free 0x55717360a440 void 0.000118
+gallium_dri.so malloc 72 0x55717360a630 0.000117
+gallium_dri.so free 0x55717360a700 void 0.000117
+gallium_dri.so free 0x55717360a630 void 0.000117
+gallium_dri.so malloc 72 0x55717360a750 0.000119
+gallium_dri.so free 0x55717360a7c0 void 0.000118
+gallium_dri.so free 0x55717360a750 void 0.000117
+gallium_dri.so malloc 72 0x55717360a800 0.000119
+gallium_dri.so free 0x55717360a880 void 0.000117
+gallium_dri.so free 0x55717360a800 void 0.000118
+gallium_dri.so malloc 72 0x55717360a800 0.000118
+gallium_dri.so free 0x55717360a900 void 0.000120
+gallium_dri.so free 0x55717360a800 void 0.000126
+gallium_dri.so malloc 72 0x55717360a930 0.000118
+gallium_dri.so free 0x55717360a980 void 0.000118
+gallium_dri.so free 0x55717360a930 void 0.000117
+gallium_dri.so malloc 72 0x55717360a930 0.000117
+gallium_dri.so free 0x55717360aa80 void 0.000117
+gallium_dri.so free 0x55717360a930 void 0.000123
+gallium_dri.so malloc 72 0x55717360aa30 0.000119
+gallium_dri.so free 0x55717360ab40 void 0.000118
+gallium_dri.so free 0x55717360aa30 void 0.000118
+gallium_dri.so malloc 72 0x55717360aaf0 0.000118
+gallium_dri.so free 0x55717360ab80 void 0.000120
+gallium_dri.so free 0x55717360aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360aaf0 0.000119
+gallium_dri.so free 0x55717360ac40 void 0.000119
+gallium_dri.so free 0x55717360aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360acb0 0.000118
+gallium_dri.so free 0x55717360ad00 void 0.000119
+gallium_dri.so free 0x55717360acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360acb0 0.000119
+gallium_dri.so free 0x55717360ae00 void 0.000119
+gallium_dri.so free 0x55717360acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360adb0 0.000117
+gallium_dri.so free 0x55717360aec0 void 0.000117
+gallium_dri.so free 0x55717360adb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ae70 0.000117
+gallium_dri.so free 0x55717360af00 void 0.000184
+gallium_dri.so free 0x55717360ae70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ae70 0.000119
+gallium_dri.so free 0x55717360afc0 void 0.000117
+gallium_dri.so free 0x55717360ae70 void 0.000117
+gallium_dri.so malloc 72 0x55717360b000 0.000118
+gallium_dri.so free 0x55717360b080 void 0.000118
+gallium_dri.so free 0x55717360b000 void 0.000118
+gallium_dri.so malloc 72 0x55717360b080 0.000118
+gallium_dri.so free 0x55717360b140 void 0.000118
+gallium_dri.so free 0x55717360b080 void 0.000134
+gallium_dri.so malloc 72 0x55717360b080 0.000119
+gallium_dri.so free 0x55717360b200 void 0.000122
+gallium_dri.so free 0x55717360b080 void 0.000119
+gallium_dri.so malloc 72 0x55717360b220 0.000119
+gallium_dri.so free 0x55717360b2c0 void 0.000118
+gallium_dri.so free 0x55717360b220 void 0.000122
+gallium_dri.so malloc 72 0x55717360b270 0.000121
+gallium_dri.so free 0x55717360b340 void 0.000119
+gallium_dri.so free 0x55717360b270 void 0.000119
+gallium_dri.so malloc 72 0x55717360b270 0.000118
+gallium_dri.so free 0x55717360b3c0 void 0.000121
+gallium_dri.so free 0x55717360b270 void 0.000117
+gallium_dri.so malloc 72 0x55717360b3c0 0.000118
+gallium_dri.so free 0x55717360b480 void 0.000118
+gallium_dri.so free 0x55717360b3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b3c0 0.000127
+gallium_dri.so free 0x55717360b540 void 0.000119
+gallium_dri.so free 0x55717360b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b3c0 0.000117
+gallium_dri.so free 0x55717360b600 void 0.000118
+gallium_dri.so free 0x55717360b3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b5b0 0.000119
+gallium_dri.so free 0x55717360b6c0 void 0.000119
+gallium_dri.so free 0x55717360b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b670 0.000119
+gallium_dri.so free 0x55717360b740 void 0.000118
+gallium_dri.so free 0x55717360b670 void 0.000118
+gallium_dri.so malloc 72 0x55717360b790 0.000118
+gallium_dri.so free 0x55717360b800 void 0.000118
+gallium_dri.so free 0x55717360b790 void 0.000119
+gallium_dri.so malloc 72 0x55717360b820 0.000118
+gallium_dri.so free 0x55717360b8c0 void 0.000120
+gallium_dri.so free 0x55717360b820 void 0.000118
+gallium_dri.so malloc 72 0x55717360b870 0.000118
+gallium_dri.so free 0x55717360b940 void 0.000119
+gallium_dri.so free 0x55717360b870 void 0.000118
+gallium_dri.so malloc 72 0x55717360b870 0.000119
+gallium_dri.so free 0x55717360b9c0 void 0.000118
+gallium_dri.so free 0x55717360b870 void 0.000124
+gallium_dri.so malloc 72 0x55717360b9c0 0.000119
+gallium_dri.so free 0x55717360ba80 void 0.000118
+gallium_dri.so free 0x55717360b9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360b9c0 0.000123
+gallium_dri.so free 0x55717360bb80 void 0.000118
+gallium_dri.so free 0x55717360b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bb30 0.000118
+gallium_dri.so free 0x55717360bbc0 void 0.000117
+gallium_dri.so free 0x55717360bb30 void 0.000117
+gallium_dri.so malloc 72 0x55717360bb30 0.000117
+gallium_dri.so free 0x55717360bc80 void 0.000118
+gallium_dri.so free 0x55717360bb30 void 0.000121
+gallium_dri.so malloc 72 0x55717360bcc0 0.000117
+gallium_dri.so free 0x55717360bd40 void 0.000118
+gallium_dri.so free 0x55717360bcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bd40 0.000132
+gallium_dri.so free 0x55717360be00 void 0.000120
+gallium_dri.so free 0x55717360bd40 void 0.000119
+gallium_dri.so malloc 72 0x55717360bd40 0.000118
+gallium_dri.so free 0x55717360be80 void 0.000120
+gallium_dri.so free 0x55717360bd40 void 0.000117
+gallium_dri.so malloc 72 0x55717360beb0 0.000118
+gallium_dri.so free 0x55717360bf00 void 0.000119
+gallium_dri.so free 0x55717360beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360beb0 0.000118
+gallium_dri.so free 0x55717360c000 void 0.000117
+gallium_dri.so free 0x55717360beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c040 0.000117
+gallium_dri.so free 0x55717360c0c0 void 0.000120
+gallium_dri.so free 0x55717360c040 void 0.000128
+gallium_dri.so malloc 72 0x55717360c0c0 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c0c0 0.000119
+gallium_dri.so free 0x55717360c200 void 0.000119
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c230 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000119
+gallium_dri.so free 0x55717360c230 void 0.000118
+gallium_dri.so malloc 72 0x55717360c230 0.000118
+gallium_dri.so free 0x55717360c380 void 0.000120
+gallium_dri.so free 0x55717360c230 void 0.000118
+gallium_dri.so malloc 72 0x55717360c330 0.000118
+gallium_dri.so free 0x55717360c440 void 0.000119
+gallium_dri.so free 0x55717360c330 void 0.000117
+gallium_dri.so malloc 72 0x55717360c3f0 0.000117
+gallium_dri.so free 0x55717360c4c0 void 0.000118
+gallium_dri.so free 0x55717360c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c3f0 0.000117
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so free 0x55717360c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c3f0 0.000119
+gallium_dri.so free 0x55717360c640 void 0.000119
+gallium_dri.so free 0x55717360c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c5f0 0.000120
+gallium_dri.so free 0x55717360c6c0 void 0.000130
+gallium_dri.so free 0x55717360c5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c710 0.000118
+gallium_dri.so free 0x55717360c780 void 0.000118
+gallium_dri.so free 0x55717360c710 void 0.000117
+gallium_dri.so malloc 72 0x55717360c7a0 0.000117
+gallium_dri.so free 0x55717360c840 void 0.000119
+gallium_dri.so free 0x55717360c7a0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c7f0 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x55717360c7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c8c0 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c8c0 0.000119
+gallium_dri.so free 0x55717360ca00 void 0.000119
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca00 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000118
+gallium_dri.so free 0x55717360ca00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ca00 0.000119
+gallium_dri.so free 0x55717360cb80 void 0.000119
+gallium_dri.so free 0x55717360ca00 void 0.000117
+gallium_dri.so malloc 72 0x55717360ca00 0.000118
+gallium_dri.so free 0x55717360cc40 void 0.000119
+gallium_dri.so free 0x55717360ca00 void 0.000117
+gallium_dri.so malloc 72 0x55717360cbf0 0.000117
+gallium_dri.so free 0x55717360ccc0 void 0.000122
+gallium_dri.so free 0x55717360cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd10 0.000118
+gallium_dri.so free 0x55717360cd80 void 0.000118
+gallium_dri.so free 0x55717360cd10 void 0.000118
+gallium_dri.so malloc 72 0x55717360cdc0 0.000120
+gallium_dri.so free 0x55717360ce40 void 0.000120
+gallium_dri.so free 0x55717360cdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cdc0 0.000119
+gallium_dri.so free 0x55717360cec0 void 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cef0 0.000118
+gallium_dri.so free 0x55717360cf40 void 0.000119
+gallium_dri.so free 0x55717360cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cef0 0.000118
+gallium_dri.so free 0x55717360d040 void 0.000118
+gallium_dri.so free 0x55717360cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cff0 0.000121
+gallium_dri.so free 0x55717360d100 void 0.000118
+gallium_dri.so free 0x55717360cff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d0b0 0.000120
+gallium_dri.so free 0x55717360d140 void 0.000119
+gallium_dri.so free 0x55717360d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d0b0 0.000119
+gallium_dri.so free 0x55717360d200 void 0.000119
+gallium_dri.so free 0x55717360d0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d270 0.000119
+gallium_dri.so free 0x55717360d2c0 void 0.000120
+gallium_dri.so free 0x55717360d270 void 0.000118
+gallium_dri.so malloc 72 0x55717360d270 0.000118
+gallium_dri.so free 0x55717360d3c0 void 0.000117
+gallium_dri.so free 0x55717360d270 void 0.000117
+gallium_dri.so malloc 72 0x55717360d370 0.000117
+gallium_dri.so free 0x55717360d480 void 0.000117
+gallium_dri.so free 0x55717360d370 void 0.000120
+gallium_dri.so malloc 72 0x55717360d430 0.000118
+gallium_dri.so free 0x55717360d4c0 void 0.000120
+gallium_dri.so free 0x55717360d430 void 0.000117
+gallium_dri.so malloc 72 0x55717360d430 0.000118
+gallium_dri.so free 0x55717360d580 void 0.000119
+gallium_dri.so free 0x55717360d430 void 0.000118
+gallium_dri.so malloc 72 0x55717360d5c0 0.000119
+gallium_dri.so free 0x55717360d640 void 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d640 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000119
+gallium_dri.so free 0x55717360d640 void 0.000117
+gallium_dri.so malloc 72 0x55717360d640 0.000119
+gallium_dri.so free 0x55717360d7c0 void 0.000120
+gallium_dri.so free 0x55717360d640 void 0.000117
+gallium_dri.so malloc 72 0x55717360d7e0 0.000118
+gallium_dri.so free 0x55717360d880 void 0.000118
+gallium_dri.so free 0x55717360d7e0 void 0.000129
+gallium_dri.so malloc 72 0x55717360d830 0.000120
+gallium_dri.so free 0x55717360d900 void 0.000119
+gallium_dri.so free 0x55717360d830 void 0.000123
+gallium_dri.so malloc 72 0x55717360d830 0.000119
+gallium_dri.so free 0x55717360d980 void 0.000119
+gallium_dri.so free 0x55717360d830 void 0.000119
+gallium_dri.so malloc 72 0x55717360d980 0.000118
+gallium_dri.so free 0x55717360da40 void 0.000118
+gallium_dri.so free 0x55717360d980 void 0.000119
+gallium_dri.so malloc 72 0x55717360d980 0.000121
+gallium_dri.so free 0x55717360db00 void 0.000119
+gallium_dri.so free 0x55717360d980 void 0.000118
+gallium_dri.so malloc 72 0x55717360d980 0.000119
+gallium_dri.so free 0x55717360dbc0 void 0.000119
+gallium_dri.so free 0x55717360d980 void 0.000118
+gallium_dri.so malloc 72 0x55717360db70 0.000118
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so free 0x55717360db70 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc30 0.000119
+gallium_dri.so free 0x55717360dd00 void 0.000119
+gallium_dri.so free 0x55717360dc30 void 0.000117
+gallium_dri.so malloc 72 0x55717360dd50 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000119
+gallium_dri.so free 0x55717360dd50 void 0.000118
+gallium_dri.so malloc 72 0x55717360dde0 0.000118
+gallium_dri.so free 0x55717360de80 void 0.000117
+gallium_dri.so free 0x55717360dde0 void 0.000123
+gallium_dri.so malloc 72 0x55717360de30 0.000118
+gallium_dri.so free 0x55717360df00 void 0.000119
+gallium_dri.so free 0x55717360de30 void 0.000119
+gallium_dri.so malloc 72 0x55717360de30 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000119
+gallium_dri.so free 0x55717360de30 void 0.000118
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e040 void 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000117
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e140 void 0.000120
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360e0f0 0.000119
+gallium_dri.so free 0x55717360e180 void 0.000118
+gallium_dri.so free 0x55717360e0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e0f0 0.000118
+gallium_dri.so free 0x55717360e240 void 0.000119
+gallium_dri.so free 0x55717360e0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e280 0.000117
+gallium_dri.so free 0x55717360e300 void 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000119
+gallium_dri.so malloc 72 0x55717360e300 0.000117
+gallium_dri.so free 0x55717360e3c0 void 0.000118
+gallium_dri.so free 0x55717360e300 void 0.000118
+gallium_dri.so malloc 72 0x55717360e300 0.000118
+gallium_dri.so free 0x55717360e440 void 0.000120
+gallium_dri.so free 0x55717360e300 void 0.000120
+gallium_dri.so malloc 72 0x55717360e470 0.000118
+gallium_dri.so free 0x55717360e4c0 void 0.000119
+gallium_dri.so free 0x55717360e470 void 0.000118
+gallium_dri.so malloc 72 0x55717360e470 0.000119
+gallium_dri.so free 0x55717360e5c0 void 0.000119
+gallium_dri.so free 0x55717360e470 void 0.000119
+gallium_dri.so malloc 72 0x55717360e600 0.000117
+gallium_dri.so free 0x55717360e680 void 0.000119
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so malloc 72 0x55717360e680 0.000118
+gallium_dri.so free 0x55717360e740 void 0.000120
+gallium_dri.so free 0x55717360e680 void 0.000119
+gallium_dri.so malloc 72 0x55717360e680 0.000118
+gallium_dri.so free 0x55717360e7c0 void 0.000118
+gallium_dri.so free 0x55717360e680 void 0.000117
+gallium_dri.so malloc 72 0x55717360e7f0 0.000119
+gallium_dri.so free 0x55717360e840 void 0.000118
+gallium_dri.so free 0x55717360e7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e7f0 0.000118
+gallium_dri.so free 0x55717360e940 void 0.000117
+gallium_dri.so free 0x55717360e7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e8f0 0.000119
+gallium_dri.so free 0x55717360ea00 void 0.000118
+gallium_dri.so free 0x55717360e8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e9b0 0.000129
+gallium_dri.so free 0x55717360ea80 void 0.000119
+gallium_dri.so free 0x55717360e9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e9b0 0.000118
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so free 0x55717360e9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e9b0 0.000118
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360e9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ebb0 0.000119
+gallium_dri.so free 0x55717360ec80 void 0.000118
+gallium_dri.so free 0x55717360ebb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ecd0 0.000119
+gallium_dri.so free 0x55717360ed40 void 0.000118
+gallium_dri.so free 0x55717360ecd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed60 0.000118
+gallium_dri.so free 0x55717360ee00 void 0.000119
+gallium_dri.so free 0x55717360ed60 void 0.000117
+gallium_dri.so malloc 72 0x55717360edb0 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000121
+gallium_dri.so free 0x55717360edb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000118
+gallium_dri.so free 0x55717360ef40 void 0.000118
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000117
+gallium_dri.so free 0x55717360efc0 void 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000117
+gallium_dri.so malloc 72 0x55717360efc0 0.000122
+gallium_dri.so free 0x55717360f080 void 0.000118
+gallium_dri.so free 0x55717360efc0 void 0.000117
+gallium_dri.so malloc 72 0x55717360efc0 0.000117
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so free 0x55717360efc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360efc0 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000119
+gallium_dri.so free 0x55717360efc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f1b0 0.000118
+gallium_dri.so free 0x55717360f280 void 0.000120
+gallium_dri.so free 0x55717360f1b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f2d0 0.000117
+gallium_dri.so free 0x55717360f340 void 0.000120
+gallium_dri.so free 0x55717360f2d0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f380 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000119
+gallium_dri.so free 0x55717360f380 void 0.000117
+gallium_dri.so malloc 72 0x55717360f380 0.000119
+gallium_dri.so free 0x55717360f480 void 0.000118
+gallium_dri.so free 0x55717360f380 void 0.000118
+gallium_dri.so malloc 72 0x55717360f4b0 0.000119
+gallium_dri.so free 0x55717360f500 void 0.000117
+gallium_dri.so free 0x55717360f4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f4b0 0.000116
+gallium_dri.so free 0x55717360f600 void 0.000118
+gallium_dri.so free 0x55717360f4b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360f5b0 0.000120
+gallium_dri.so free 0x55717360f6c0 void 0.000120
+gallium_dri.so free 0x55717360f5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f670 0.000119
+gallium_dri.so free 0x55717360f700 void 0.000118
+gallium_dri.so free 0x55717360f670 void 0.000117
+gallium_dri.so malloc 72 0x55717360f670 0.000119
+gallium_dri.so free 0x55717360f7c0 void 0.000118
+gallium_dri.so free 0x55717360f670 void 0.000123
+gallium_dri.so malloc 72 0x55717360f830 0.000121
+gallium_dri.so free 0x55717360f880 void 0.000117
+gallium_dri.so free 0x55717360f830 void 0.000118
+gallium_dri.so malloc 72 0x55717360f830 0.000118
+gallium_dri.so free 0x55717360f980 void 0.000118
+gallium_dri.so free 0x55717360f830 void 0.000118
+gallium_dri.so malloc 72 0x55717360f930 0.000119
+gallium_dri.so free 0x55717360fa40 void 0.000118
+gallium_dri.so free 0x55717360f930 void 0.000118
+gallium_dri.so malloc 72 0x55717360f9f0 0.000118
+gallium_dri.so free 0x55717360fa80 void 0.000119
+gallium_dri.so free 0x55717360f9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f9f0 0.000119
+gallium_dri.so free 0x55717360fb40 void 0.000119
+gallium_dri.so free 0x55717360f9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb80 0.000118
+gallium_dri.so free 0x55717360fc00 void 0.000129
+gallium_dri.so free 0x55717360fb80 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc00 0.000118
+gallium_dri.so free 0x55717360fcc0 void 0.000118
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc00 0.000118
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so free 0x55717360fc00 void 0.000117
+gallium_dri.so malloc 72 0x55717360fda0 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fda0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fdf0 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000119
+gallium_dri.so free 0x55717360fdf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fdf0 0.000116
+gallium_dri.so free 0x55717360ff40 void 0.000117
+gallium_dri.so free 0x55717360fdf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ff40 0.000118
+gallium_dri.so free 0x557173610000 void 0.000119
+gallium_dri.so free 0x55717360ff40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ff40 0.000117
+gallium_dri.so free 0x5571736100c0 void 0.000117
+gallium_dri.so free 0x55717360ff40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ff40 0.000118
+gallium_dri.so free 0x557173610180 void 0.000117
+gallium_dri.so free 0x55717360ff40 void 0.000118
+gallium_dri.so malloc 72 0x557173610130 0.000118
+gallium_dri.so free 0x557173610240 void 0.000124
+gallium_dri.so free 0x557173610130 void 0.000121
+gallium_dri.so malloc 72 0x5571736101f0 0.000118
+gallium_dri.so free 0x5571736102c0 void 0.000118
+gallium_dri.so free 0x5571736101f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610310 0.000119
+gallium_dri.so free 0x557173610380 void 0.000118
+gallium_dri.so free 0x557173610310 void 0.000117
+gallium_dri.so malloc 72 0x5571736103a0 0.000114
+gallium_dri.so free 0x557173610440 void 0.000118
+gallium_dri.so free 0x5571736103a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736103f0 0.000119
+gallium_dri.so free 0x5571736104c0 void 0.000118
+gallium_dri.so free 0x5571736103f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736103f0 0.000119
+gallium_dri.so free 0x557173610540 void 0.000118
+gallium_dri.so free 0x5571736103f0 void 0.000118
+gallium_dri.so malloc 72 0x557173610540 0.000118
+gallium_dri.so free 0x557173610600 void 0.000116
+gallium_dri.so free 0x557173610540 void 0.000120
+gallium_dri.so malloc 72 0x557173610540 0.000119
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so free 0x557173610540 void 0.000114
+gallium_dri.so malloc 72 0x5571736106b0 0.000119
+gallium_dri.so free 0x557173610740 void 0.000118
+gallium_dri.so free 0x5571736106b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736106b0 0.000128
+gallium_dri.so free 0x557173610800 void 0.000118
+gallium_dri.so free 0x5571736106b0 void 0.000117
+gallium_dri.so malloc 72 0x557173610840 0.000116
+gallium_dri.so free 0x5571736108c0 void 0.000118
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so malloc 72 0x5571736108c0 0.000118
+gallium_dri.so free 0x557173610980 void 0.000118
+gallium_dri.so free 0x5571736108c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108c0 0.000157
+gallium_dri.so free 0x557173610a00 void 0.000175
+gallium_dri.so free 0x5571736108c0 void 0.000174
+gallium_dri.so malloc 72 0x557173610a30 0.000213
+gallium_dri.so free 0x557173610a80 void 0.000213
+gallium_dri.so free 0x557173610a30 void 0.000213
+gallium_dri.so malloc 72 0x557173610a30 0.000182
+gallium_dri.so free 0x557173610b80 void 0.000184
+gallium_dri.so free 0x557173610a30 void 0.000188
+gallium_dri.so malloc 72 0x557173610bc0 0.000183
+gallium_dri.so free 0x557173610c40 void 0.000184
+gallium_dri.so free 0x557173610bc0 void 0.000196
+gallium_dri.so malloc 72 0x557173610c40 0.000185
+gallium_dri.so free 0x557173610d00 void 0.000176
+gallium_dri.so free 0x557173610c40 void 0.000177
+gallium_dri.so malloc 72 0x557173610c40 0.000123
+gallium_dri.so free 0x557173610d80 void 0.000119
+gallium_dri.so free 0x557173610c40 void 0.000120
+gallium_dri.so malloc 72 0x557173610db0 0.000119
+gallium_dri.so free 0x557173610e00 void 0.000118
+gallium_dri.so free 0x557173610db0 void 0.000120
+gallium_dri.so malloc 72 0x557173610db0 0.000118
+gallium_dri.so free 0x557173610f00 void 0.000118
+gallium_dri.so free 0x557173610db0 void 0.000118
+gallium_dri.so malloc 72 0x557173610eb0 0.000120
+gallium_dri.so free 0x557173610fc0 void 0.000119
+gallium_dri.so free 0x557173610eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173610f70 0.000119
+gallium_dri.so free 0x557173611040 void 0.000118
+gallium_dri.so free 0x557173610f70 void 0.000118
+gallium_dri.so malloc 72 0x557173610f70 0.000118
+gallium_dri.so free 0x557173611100 void 0.000119
+gallium_dri.so free 0x557173610f70 void 0.000118
+gallium_dri.so malloc 72 0x557173610f70 0.000120
+gallium_dri.so free 0x5571736111c0 void 0.000118
+gallium_dri.so free 0x557173610f70 void 0.000119
+gallium_dri.so malloc 72 0x557173611170 0.000126
+gallium_dri.so free 0x557173611240 void 0.000111
+gallium_dri.so free 0x557173611170 void 0.000110
+gallium_dri.so malloc 72 0x557173611290 0.000110
+gallium_dri.so free 0x557173611300 void 0.000110
+gallium_dri.so free 0x557173611290 void 0.000110
+gallium_dri.so malloc 72 0x557173611320 0.000111
+gallium_dri.so free 0x5571736113c0 void 0.000110
+gallium_dri.so free 0x557173611320 void 0.000113
+gallium_dri.so malloc 72 0x557173611370 0.000111
+gallium_dri.so free 0x557173611440 void 0.000111
+gallium_dri.so free 0x557173611370 void 0.000110
+gallium_dri.so malloc 72 0x557173611440 0.000109
+gallium_dri.so free 0x557173611500 void 0.000111
+gallium_dri.so free 0x557173611440 void 0.000110
+gallium_dri.so malloc 72 0x557173611440 0.000111
+gallium_dri.so free 0x557173611580 void 0.000109
+gallium_dri.so free 0x557173611440 void 0.000115
+gallium_dri.so malloc 72 0x557173611580 0.000111
+gallium_dri.so free 0x557173611640 void 0.000113
+gallium_dri.so free 0x557173611580 void 0.000109
+gallium_dri.so malloc 72 0x557173611580 0.000110
+gallium_dri.so free 0x557173611700 void 0.000112
+gallium_dri.so free 0x557173611580 void 0.000110
+gallium_dri.so malloc 72 0x557173611580 0.000111
+gallium_dri.so free 0x5571736117c0 void 0.000112
+gallium_dri.so free 0x557173611580 void 0.000111
+gallium_dri.so malloc 72 0x557173611770 0.000110
+gallium_dri.so free 0x557173611840 void 0.000143
+gallium_dri.so free 0x557173611770 void 0.000123
+gallium_dri.so malloc 72 0x557173611890 0.000121
+gallium_dri.so free 0x557173611900 void 0.000121
+gallium_dri.so free 0x557173611890 void 0.000121
+gallium_dri.so malloc 72 0x557173611940 0.000121
+gallium_dri.so free 0x5571736119c0 void 0.000121
+gallium_dri.so free 0x557173611940 void 0.000120
+gallium_dri.so malloc 72 0x557173611940 0.000120
+gallium_dri.so free 0x557173611a40 void 0.000120
+gallium_dri.so free 0x557173611940 void 0.000121
+gallium_dri.so malloc 72 0x557173611a70 0.000119
+gallium_dri.so free 0x557173611ac0 void 0.000118
+gallium_dri.so free 0x557173611a70 void 0.000119
+gallium_dri.so malloc 72 0x557173611a70 0.000119
+gallium_dri.so free 0x557173611bc0 void 0.000118
+gallium_dri.so free 0x557173611a70 void 0.000116
+gallium_dri.so malloc 72 0x557173611b70 0.000120
+gallium_dri.so free 0x557173611c80 void 0.000119
+gallium_dri.so free 0x557173611b70 void 0.000119
+gallium_dri.so malloc 72 0x557173611c30 0.000119
+gallium_dri.so free 0x557173611cc0 void 0.000120
+gallium_dri.so free 0x557173611c30 void 0.000118
+gallium_dri.so malloc 72 0x557173611c30 0.000118
+gallium_dri.so free 0x557173611d80 void 0.000118
+gallium_dri.so free 0x557173611c30 void 0.000119
+gallium_dri.so malloc 72 0x557173611df0 0.000166
+gallium_dri.so free 0x557173611e40 void 0.000122
+gallium_dri.so free 0x557173611df0 void 0.000118
+gallium_dri.so malloc 72 0x557173611df0 0.000117
+gallium_dri.so free 0x557173611f40 void 0.000119
+gallium_dri.so free 0x557173611df0 void 0.000120
+gallium_dri.so malloc 72 0x557173611ef0 0.000118
+gallium_dri.so free 0x557173612000 void 0.000119
+gallium_dri.so free 0x557173611ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173611fb0 0.000121
+gallium_dri.so free 0x557173612040 void 0.000119
+gallium_dri.so free 0x557173611fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173611fb0 0.000119
+gallium_dri.so free 0x557173612100 void 0.000119
+gallium_dri.so free 0x557173611fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173612140 0.000120
+gallium_dri.so free 0x5571736121c0 void 0.000120
+gallium_dri.so free 0x557173612140 void 0.000119
+gallium_dri.so malloc 72 0x5571736121c0 0.000120
+gallium_dri.so free 0x557173612280 void 0.000120
+gallium_dri.so free 0x5571736121c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736121c0 0.000119
+gallium_dri.so free 0x557173612340 void 0.000118
+gallium_dri.so free 0x5571736121c0 void 0.000118
+gallium_dri.so malloc 72 0x557173612360 0.000119
+gallium_dri.so free 0x557173612400 void 0.000120
+gallium_dri.so free 0x557173612360 void 0.000128
+gallium_dri.so malloc 72 0x5571736123b0 0.000118
+gallium_dri.so free 0x557173612480 void 0.000118
+gallium_dri.so free 0x5571736123b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736123b0 0.000117
+gallium_dri.so free 0x557173612500 void 0.000117
+gallium_dri.so free 0x5571736123b0 void 0.000121
+gallium_dri.so malloc 72 0x557173612500 0.000117
+gallium_dri.so free 0x5571736125c0 void 0.000116
+gallium_dri.so free 0x557173612500 void 0.000118
+gallium_dri.so malloc 72 0x557173612500 0.000116
+gallium_dri.so free 0x557173612680 void 0.000117
+gallium_dri.so free 0x557173612500 void 0.000117
+gallium_dri.so malloc 72 0x557173612500 0.000118
+gallium_dri.so free 0x557173612740 void 0.000118
+gallium_dri.so free 0x557173612500 void 0.000118
+gallium_dri.so malloc 72 0x5571736126f0 0.000117
+gallium_dri.so free 0x557173612800 void 0.000118
+gallium_dri.so free 0x5571736126f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736127b0 0.000117
+gallium_dri.so free 0x557173612880 void 0.000118
+gallium_dri.so free 0x5571736127b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736128d0 0.000117
+gallium_dri.so free 0x557173612940 void 0.000118
+gallium_dri.so free 0x5571736128d0 void 0.000118
+gallium_dri.so malloc 72 0x557173612960 0.000118
+gallium_dri.so free 0x557173612a00 void 0.000117
+gallium_dri.so free 0x557173612960 void 0.000122
+gallium_dri.so malloc 72 0x5571736129b0 0.000119
+gallium_dri.so free 0x557173612a80 void 0.000119
+gallium_dri.so free 0x5571736129b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736129b0 0.000120
+gallium_dri.so free 0x557173612b00 void 0.000118
+gallium_dri.so free 0x5571736129b0 void 0.000120
+gallium_dri.so malloc 72 0x557173612b00 0.000120
+gallium_dri.so free 0x557173612bc0 void 0.000119
+gallium_dri.so free 0x557173612b00 void 0.000120
+gallium_dri.so malloc 72 0x557173612b00 0.000118
+gallium_dri.so free 0x557173612cc0 void 0.000118
+gallium_dri.so free 0x557173612b00 void 0.000120
+gallium_dri.so malloc 72 0x557173612c70 0.000119
+gallium_dri.so free 0x557173612d00 void 0.000119
+gallium_dri.so free 0x557173612c70 void 0.000119
+gallium_dri.so malloc 72 0x557173612c70 0.000119
+gallium_dri.so free 0x557173612dc0 void 0.000119
+gallium_dri.so free 0x557173612c70 void 0.000116
+gallium_dri.so malloc 72 0x557173612e00 0.000119
+gallium_dri.so free 0x557173612e80 void 0.000121
+gallium_dri.so free 0x557173612e00 void 0.000120
+gallium_dri.so malloc 72 0x557173612e80 0.000119
+gallium_dri.so free 0x557173612f40 void 0.000119
+gallium_dri.so free 0x557173612e80 void 0.000119
+gallium_dri.so malloc 72 0x557173612e80 0.000118
+gallium_dri.so free 0x557173612fc0 void 0.000129
+gallium_dri.so free 0x557173612e80 void 0.000120
+gallium_dri.so malloc 72 0x557173612ff0 0.000119
+gallium_dri.so free 0x557173613040 void 0.000120
+gallium_dri.so free 0x557173612ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173612ff0 0.000119
+gallium_dri.so free 0x557173613140 void 0.000119
+gallium_dri.so free 0x557173612ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173613180 0.000119
+gallium_dri.so free 0x557173613200 void 0.000118
+gallium_dri.so free 0x557173613180 void 0.000119
+gallium_dri.so malloc 72 0x557173613200 0.000118
+gallium_dri.so free 0x5571736132c0 void 0.000120
+gallium_dri.so free 0x557173613200 void 0.000119
+gallium_dri.so malloc 72 0x557173613200 0.000119
+gallium_dri.so free 0x557173613340 void 0.000119
+gallium_dri.so free 0x557173613200 void 0.000119
+gallium_dri.so malloc 72 0x557173613370 0.000118
+gallium_dri.so free 0x5571736133c0 void 0.000121
+gallium_dri.so free 0x557173613370 void 0.000118
+gallium_dri.so malloc 72 0x557173613370 0.000119
+gallium_dri.so free 0x5571736134c0 void 0.000118
+gallium_dri.so free 0x557173613370 void 0.000123
+gallium_dri.so malloc 72 0x557173613470 0.000119
+gallium_dri.so free 0x557173613580 void 0.000122
+gallium_dri.so free 0x557173613470 void 0.000119
+gallium_dri.so malloc 72 0x557173613530 0.000129
+gallium_dri.so free 0x557173613600 void 0.000121
+gallium_dri.so free 0x557173613530 void 0.000120
+gallium_dri.so malloc 72 0x557173613530 0.000119
+gallium_dri.so free 0x5571736136c0 void 0.000118
+gallium_dri.so free 0x557173613530 void 0.000118
+gallium_dri.so malloc 72 0x557173613530 0.000118
+gallium_dri.so free 0x557173613780 void 0.000119
+gallium_dri.so free 0x557173613530 void 0.000119
+gallium_dri.so malloc 72 0x557173613730 0.000121
+gallium_dri.so free 0x557173613800 void 0.000119
+gallium_dri.so free 0x557173613730 void 0.000120
+gallium_dri.so malloc 72 0x557173613850 0.000118
+gallium_dri.so free 0x5571736138c0 void 0.000118
+gallium_dri.so free 0x557173613850 void 0.000119
+gallium_dri.so malloc 72 0x5571736138e0 0.000118
+gallium_dri.so free 0x557173613980 void 0.000120
+gallium_dri.so free 0x5571736138e0 void 0.000121
+gallium_dri.so malloc 72 0x557173613930 0.000119
+gallium_dri.so free 0x557173613a00 void 0.000118
+gallium_dri.so free 0x557173613930 void 0.000119
+gallium_dri.so malloc 72 0x557173613a00 0.000119
+gallium_dri.so free 0x557173613ac0 void 0.000120
+gallium_dri.so free 0x557173613a00 void 0.000119
+gallium_dri.so malloc 72 0x557173613a00 0.000119
+gallium_dri.so free 0x557173613b40 void 0.000119
+gallium_dri.so free 0x557173613a00 void 0.000185
+gallium_dri.so malloc 72 0x557173613b40 0.000119
+gallium_dri.so free 0x557173613c00 void 0.000120
+gallium_dri.so free 0x557173613b40 void 0.000119
+gallium_dri.so malloc 72 0x557173613b40 0.000118
+gallium_dri.so free 0x557173613cc0 void 0.000118
+gallium_dri.so free 0x557173613b40 void 0.000119
+gallium_dri.so malloc 72 0x557173613b40 0.000119
+gallium_dri.so free 0x557173613d80 void 0.000119
+gallium_dri.so free 0x557173613b40 void 0.000120
+gallium_dri.so malloc 72 0x557173613d30 0.000120
+gallium_dri.so free 0x557173613e00 void 0.000130
+gallium_dri.so free 0x557173613d30 void 0.000121
+gallium_dri.so malloc 72 0x557173613e50 0.000120
+gallium_dri.so free 0x557173613ec0 void 0.000120
+gallium_dri.so free 0x557173613e50 void 0.000119
+gallium_dri.so malloc 72 0x557173613f00 0.000120
+gallium_dri.so free 0x557173613f80 void 0.000121
+gallium_dri.so free 0x557173613f00 void 0.000119
+gallium_dri.so malloc 72 0x557173613f00 0.000119
+gallium_dri.so free 0x557173614000 void 0.000119
+gallium_dri.so free 0x557173613f00 void 0.000120
+gallium_dri.so malloc 72 0x557173614030 0.000119
+gallium_dri.so free 0x557173614080 void 0.000120
+gallium_dri.so free 0x557173614030 void 0.000120
+gallium_dri.so malloc 72 0x557173614030 0.000119
+gallium_dri.so free 0x557173614180 void 0.000171
+gallium_dri.so free 0x557173614030 void 0.000121
+gallium_dri.so malloc 72 0x557173614130 0.000123
+gallium_dri.so free 0x557173614240 void 0.000124
+gallium_dri.so free 0x557173614130 void 0.000124
+gallium_dri.so malloc 72 0x5571736141f0 0.000125
+gallium_dri.so free 0x557173614280 void 0.000124
+gallium_dri.so free 0x5571736141f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736141f0 0.000125
+gallium_dri.so free 0x557173614340 void 0.000126
+gallium_dri.so free 0x5571736141f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736143b0 0.000119
+gallium_dri.so free 0x557173614400 void 0.000118
+gallium_dri.so free 0x5571736143b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736143b0 0.000118
+gallium_dri.so free 0x557173614500 void 0.000118
+gallium_dri.so free 0x5571736143b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736144b0 0.000120
+gallium_dri.so free 0x5571736145c0 void 0.000119
+gallium_dri.so free 0x5571736144b0 void 0.000123
+gallium_dri.so malloc 72 0x557173614570 0.000125
+gallium_dri.so free 0x557173614600 void 0.000156
+gallium_dri.so free 0x557173614570 void 0.000250
+gallium_dri.so malloc 72 0x557173614570 0.000274
+gallium_dri.so free 0x5571736146c0 void 0.000264
+gallium_dri.so free 0x557173614570 void 0.000265
+gallium_dri.so malloc 72 0x557173614700 0.000269
+gallium_dri.so free 0x557173614780 void 0.000273
+gallium_dri.so free 0x557173614700 void 0.000280
+gallium_dri.so malloc 72 0x557173614780 0.000261
+gallium_dri.so free 0x557173614840 void 0.000280
+gallium_dri.so free 0x557173614780 void 0.000272
+gallium_dri.so malloc 72 0x557173614780 0.000229
+gallium_dri.so free 0x557173614900 void 0.000260
+gallium_dri.so free 0x557173614780 void 0.000213
+gallium_dri.so malloc 72 0x557173614920 0.000290
+gallium_dri.so free 0x5571736149c0 void 0.000194
+gallium_dri.so free 0x557173614920 void 0.000175
+gallium_dri.so malloc 72 0x557173614970 0.000243
+gallium_dri.so free 0x557173614a40 void 0.000278
+gallium_dri.so free 0x557173614970 void 0.000272
+gallium_dri.so malloc 72 0x557173614970 0.000261
+gallium_dri.so free 0x557173614ac0 void 0.000262
+gallium_dri.so free 0x557173614970 void 0.000271
+gallium_dri.so malloc 72 0x557173614ac0 0.000269
+gallium_dri.so free 0x557173614b80 void 0.000263
+gallium_dri.so free 0x557173614ac0 void 0.000272
+gallium_dri.so malloc 72 0x557173614ac0 0.000269
+gallium_dri.so free 0x557173614c40 void 0.000254
+gallium_dri.so free 0x557173614ac0 void 0.000236
+gallium_dri.so malloc 72 0x557173614ac0 0.000231
+gallium_dri.so free 0x557173614d00 void 0.000234
+gallium_dri.so free 0x557173614ac0 void 0.000234
+gallium_dri.so malloc 72 0x557173614cb0 0.000229
+gallium_dri.so free 0x557173614dc0 void 0.000210
+gallium_dri.so free 0x557173614cb0 void 0.000228
+gallium_dri.so malloc 72 0x557173614d70 0.000230
+gallium_dri.so free 0x557173614e40 void 0.000230
+gallium_dri.so free 0x557173614d70 void 0.000229
+gallium_dri.so malloc 72 0x557173614e90 0.000228
+gallium_dri.so free 0x557173614f00 void 0.000233
+gallium_dri.so free 0x557173614e90 void 0.000231
+gallium_dri.so malloc 72 0x557173614f20 0.000194
+gallium_dri.so free 0x557173614fc0 void 0.000235
+gallium_dri.so free 0x557173614f20 void 0.000231
+gallium_dri.so malloc 72 0x557173614f70 0.000234
+gallium_dri.so free 0x557173615040 void 0.000207
+gallium_dri.so free 0x557173614f70 void 0.000226
+gallium_dri.so malloc 72 0x557173614f70 0.000230
+gallium_dri.so free 0x5571736150c0 void 0.000229
+gallium_dri.so free 0x557173614f70 void 0.000207
+gallium_dri.so malloc 72 0x5571736150c0 0.000206
+gallium_dri.so free 0x557173615180 void 0.000261
+gallium_dri.so free 0x5571736150c0 void 0.000231
+gallium_dri.so malloc 72 0x5571736150c0 0.000191
+gallium_dri.so free 0x557173615280 void 0.000252
+gallium_dri.so free 0x5571736150c0 void 0.000231
+gallium_dri.so malloc 72 0x557173615230 0.000200
+gallium_dri.so free 0x5571736152c0 void 0.000246
+gallium_dri.so free 0x557173615230 void 0.000251
+gallium_dri.so malloc 72 0x557173615230 0.000283
+gallium_dri.so free 0x557173615380 void 0.000290
+gallium_dri.so free 0x557173615230 void 0.000289
+gallium_dri.so malloc 72 0x5571736153c0 0.000287
+gallium_dri.so free 0x557173615440 void 0.000287
+gallium_dri.so free 0x5571736153c0 void 0.000284
+gallium_dri.so malloc 72 0x557173615440 0.000289
+gallium_dri.so free 0x557173615500 void 0.000287
+gallium_dri.so free 0x557173615440 void 0.000288
+gallium_dri.so malloc 72 0x557173615440 0.000262
+gallium_dri.so free 0x557173615580 void 0.000281
+gallium_dri.so free 0x557173615440 void 0.000291
+gallium_dri.so malloc 72 0x5571736155b0 0.000230
+gallium_dri.so free 0x557173615600 void 0.000278
+gallium_dri.so free 0x5571736155b0 void 0.000288
+gallium_dri.so malloc 72 0x5571736155b0 0.000285
+gallium_dri.so free 0x557173615700 void 0.000292
+gallium_dri.so free 0x5571736155b0 void 0.000291
+gallium_dri.so malloc 72 0x557173615740 0.000324
+gallium_dri.so free 0x5571736157c0 void 0.000294
+gallium_dri.so free 0x557173615740 void 0.000288
+gallium_dri.so malloc 72 0x5571736157c0 0.000297
+gallium_dri.so free 0x557173615880 void 0.000285
+gallium_dri.so free 0x5571736157c0 void 0.000288
+gallium_dri.so malloc 72 0x5571736157c0 0.000287
+gallium_dri.so free 0x557173615900 void 0.000291
+gallium_dri.so free 0x5571736157c0 void 0.000288
+gallium_dri.so malloc 72 0x557173615930 0.000286
+gallium_dri.so free 0x557173615980 void 0.000292
+gallium_dri.so free 0x557173615930 void 0.000288
+gallium_dri.so malloc 72 0x557173615930 0.000288
+gallium_dri.so free 0x557173615a80 void 0.000293
+gallium_dri.so free 0x557173615930 void 0.000286
+gallium_dri.so malloc 72 0x557173615a30 0.000301
+gallium_dri.so free 0x557173615b40 void 0.000285
+gallium_dri.so free 0x557173615a30 void 0.000285
+gallium_dri.so malloc 72 0x557173615af0 0.000293
+gallium_dri.so free 0x557173615bc0 void 0.000285
+gallium_dri.so free 0x557173615af0 void 0.000290
+gallium_dri.so malloc 72 0x557173615af0 0.000291
+gallium_dri.so free 0x557173615c80 void 0.000292
+gallium_dri.so free 0x557173615af0 void 0.000290
+gallium_dri.so malloc 72 0x557173615af0 0.000291
+gallium_dri.so free 0x557173615d40 void 0.000292
+gallium_dri.so free 0x557173615af0 void 0.000302
+gallium_dri.so malloc 72 0x557173615cf0 0.000302
+gallium_dri.so free 0x557173615dc0 void 0.000288
+gallium_dri.so free 0x557173615cf0 void 0.000286
+gallium_dri.so malloc 72 0x557173615e10 0.000286
+gallium_dri.so free 0x557173615e80 void 0.000289
+gallium_dri.so free 0x557173615e10 void 0.000291
+gallium_dri.so malloc 72 0x557173615ea0 0.000286
+gallium_dri.so free 0x557173615f40 void 0.000275
+gallium_dri.so free 0x557173615ea0 void 0.000287
+gallium_dri.so malloc 72 0x557173615ef0 0.000295
+gallium_dri.so free 0x557173615fc0 void 0.000292
+gallium_dri.so free 0x557173615ef0 void 0.000290
+gallium_dri.so malloc 72 0x557173615fc0 0.000301
+gallium_dri.so free 0x557173616080 void 0.000285
+gallium_dri.so free 0x557173615fc0 void 0.000294
+gallium_dri.so malloc 72 0x557173615fc0 0.000290
+gallium_dri.so free 0x557173616100 void 0.000287
+gallium_dri.so free 0x557173615fc0 void 0.000296
+gallium_dri.so malloc 72 0x557173616100 0.000289
+gallium_dri.so free 0x5571736161c0 void 0.000288
+gallium_dri.so free 0x557173616100 void 0.000293
+gallium_dri.so malloc 72 0x557173616100 0.000289
+gallium_dri.so free 0x557173616280 void 0.000287
+gallium_dri.so free 0x557173616100 void 0.000294
+gallium_dri.so malloc 72 0x557173616100 0.000207
+gallium_dri.so free 0x557173616340 void 0.000176
+gallium_dri.so free 0x557173616100 void 0.000171
+gallium_dri.so malloc 72 0x5571736162f0 0.000140
+gallium_dri.so free 0x5571736163c0 void 0.000134
+gallium_dri.so free 0x5571736162f0 void 0.000131
+gallium_dri.so malloc 72 0x557173616410 0.000137
+gallium_dri.so free 0x557173616480 void 0.000137
+gallium_dri.so free 0x557173616410 void 0.000139
+gallium_dri.so malloc 72 0x5571736164c0 0.000137
+gallium_dri.so free 0x557173616540 void 0.000138
+gallium_dri.so free 0x5571736164c0 void 0.000134
+gallium_dri.so malloc 72 0x5571736164c0 0.000138
+gallium_dri.so free 0x5571736165c0 void 0.000138
+gallium_dri.so free 0x5571736164c0 void 0.000136
+gallium_dri.so malloc 72 0x5571736165f0 0.000138
+gallium_dri.so free 0x557173616640 void 0.000133
+gallium_dri.so free 0x5571736165f0 void 0.000136
+gallium_dri.so malloc 72 0x5571736165f0 0.000151
+gallium_dri.so free 0x557173616740 void 0.000138
+gallium_dri.so free 0x5571736165f0 void 0.000139
+gallium_dri.so malloc 72 0x5571736166f0 0.000133
+gallium_dri.so free 0x557173616800 void 0.000137
+gallium_dri.so free 0x5571736166f0 void 0.000139
+gallium_dri.so malloc 72 0x5571736167b0 0.000138
+gallium_dri.so free 0x557173616840 void 0.000136
+gallium_dri.so free 0x5571736167b0 void 0.000138
+gallium_dri.so malloc 72 0x5571736167b0 0.000138
+gallium_dri.so free 0x557173616900 void 0.000133
+gallium_dri.so free 0x5571736167b0 void 0.000131
+gallium_dri.so malloc 72 0x557173616970 0.000136
+gallium_dri.so free 0x5571736169c0 void 0.000132
+gallium_dri.so free 0x557173616970 void 0.000131
+gallium_dri.so malloc 72 0x557173616970 0.000131
+gallium_dri.so free 0x557173616ac0 void 0.000136
+gallium_dri.so free 0x557173616970 void 0.000133
+gallium_dri.so malloc 72 0x557173616a70 0.000136
+gallium_dri.so free 0x557173616b80 void 0.000132
+gallium_dri.so free 0x557173616a70 void 0.000137
+gallium_dri.so malloc 72 0x557173616b30 0.000172
+gallium_dri.so free 0x557173616bc0 void 0.000173
+gallium_dri.so free 0x557173616b30 void 0.000175
+gallium_dri.so malloc 72 0x557173616b30 0.000137
+gallium_dri.so free 0x557173616c80 void 0.000138
+gallium_dri.so free 0x557173616b30 void 0.000132
+gallium_dri.so malloc 72 0x557173616cc0 0.000130
+gallium_dri.so free 0x557173616d40 void 0.000137
+gallium_dri.so free 0x557173616cc0 void 0.000133
+gallium_dri.so malloc 72 0x557173616d40 0.000136
+gallium_dri.so free 0x557173616e00 void 0.000145
+gallium_dri.so free 0x557173616d40 void 0.000131
+gallium_dri.so malloc 72 0x557173616d40 0.000129
+gallium_dri.so free 0x557173616ec0 void 0.000124
+gallium_dri.so free 0x557173616d40 void 0.000123
+gallium_dri.so malloc 72 0x557173616ee0 0.000125
+gallium_dri.so free 0x557173616f80 void 0.000131
+gallium_dri.so free 0x557173616ee0 void 0.000130
+gallium_dri.so malloc 72 0x557173616f30 0.000127
+gallium_dri.so free 0x557173617000 void 0.000125
+gallium_dri.so free 0x557173616f30 void 0.000131
+gallium_dri.so malloc 72 0x557173616f30 0.000132
+gallium_dri.so free 0x557173617080 void 0.000130
+gallium_dri.so free 0x557173616f30 void 0.000131
+gallium_dri.so malloc 72 0x557173617080 0.000130
+gallium_dri.so free 0x557173617140 void 0.000127
+gallium_dri.so free 0x557173617080 void 0.000124
+gallium_dri.so malloc 72 0x557173617080 0.000130
+gallium_dri.so free 0x557173617200 void 0.000131
+gallium_dri.so free 0x557173617080 void 0.000130
+gallium_dri.so malloc 72 0x557173617080 0.000130
+gallium_dri.so free 0x5571736172c0 void 0.000125
+gallium_dri.so free 0x557173617080 void 0.000124
+gallium_dri.so malloc 72 0x557173617270 0.000130
+gallium_dri.so free 0x557173617380 void 0.000130
+gallium_dri.so free 0x557173617270 void 0.000125
+gallium_dri.so malloc 72 0x557173617330 0.000125
+gallium_dri.so free 0x557173617400 void 0.000128
+gallium_dri.so free 0x557173617330 void 0.000130
+gallium_dri.so malloc 72 0x557173617450 0.000125
+gallium_dri.so free 0x5571736174c0 void 0.000125
+gallium_dri.so free 0x557173617450 void 0.000131
+gallium_dri.so malloc 72 0x5571736174e0 0.000131
+gallium_dri.so free 0x557173617580 void 0.000137
+gallium_dri.so free 0x5571736174e0 void 0.000126
+gallium_dri.so malloc 72 0x557173617530 0.000125
+gallium_dri.so free 0x557173617600 void 0.000130
+gallium_dri.so free 0x557173617530 void 0.000131
+gallium_dri.so malloc 72 0x557173617530 0.000130
+gallium_dri.so free 0x557173617680 void 0.000132
+gallium_dri.so free 0x557173617530 void 0.000130
+gallium_dri.so malloc 72 0x557173617680 0.000126
+gallium_dri.so free 0x557173617740 void 0.000124
+gallium_dri.so free 0x557173617680 void 0.000129
+gallium_dri.so malloc 72 0x557173617680 0.000132
+gallium_dri.so free 0x557173617840 void 0.000130
+gallium_dri.so free 0x557173617680 void 0.000130
+gallium_dri.so malloc 72 0x5571736177f0 0.000125
+gallium_dri.so free 0x557173617880 void 0.000130
+gallium_dri.so free 0x5571736177f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736177f0 0.000130
+gallium_dri.so free 0x557173617940 void 0.000137
+gallium_dri.so free 0x5571736177f0 void 0.000133
+gallium_dri.so malloc 72 0x557173617980 0.000130
+gallium_dri.so free 0x557173617a00 void 0.000125
+gallium_dri.so free 0x557173617980 void 0.000128
+gallium_dri.so malloc 72 0x557173617a00 0.000125
+gallium_dri.so free 0x557173617ac0 void 0.000129
+gallium_dri.so free 0x557173617a00 void 0.000127
+gallium_dri.so malloc 72 0x557173617a00 0.000125
+gallium_dri.so free 0x557173617b40 void 0.000125
+gallium_dri.so free 0x557173617a00 void 0.000129
+gallium_dri.so malloc 72 0x557173617b70 0.000126
+gallium_dri.so free 0x557173617bc0 void 0.000125
+gallium_dri.so free 0x557173617b70 void 0.000128
+gallium_dri.so malloc 72 0x557173617b70 0.000130
+gallium_dri.so free 0x557173617cc0 void 0.000125
+gallium_dri.so free 0x557173617b70 void 0.000129
+gallium_dri.so malloc 72 0x557173617d00 0.000131
+gallium_dri.so free 0x557173617d80 void 0.000129
+gallium_dri.so free 0x557173617d00 void 0.000131
+gallium_dri.so malloc 72 0x557173617d80 0.000130
+gallium_dri.so free 0x557173617e40 void 0.000127
+gallium_dri.so free 0x557173617d80 void 0.000124
+gallium_dri.so malloc 72 0x557173617d80 0.000127
+gallium_dri.so free 0x557173617ec0 void 0.000130
+gallium_dri.so free 0x557173617d80 void 0.000132
+gallium_dri.so malloc 72 0x557173617ef0 0.000126
+gallium_dri.so free 0x557173617f40 void 0.000124
+gallium_dri.so free 0x557173617ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173617ef0 0.000143
+gallium_dri.so free 0x557173618040 void 0.000132
+gallium_dri.so free 0x557173617ef0 void 0.000126
+gallium_dri.so malloc 72 0x557173617ff0 0.000126
+gallium_dri.so free 0x557173618100 void 0.000131
+gallium_dri.so free 0x557173617ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571736180b0 0.000131
+gallium_dri.so free 0x557173618180 void 0.000130
+gallium_dri.so free 0x5571736180b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736180b0 0.000129
+gallium_dri.so free 0x557173618240 void 0.000126
+gallium_dri.so free 0x5571736180b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736180b0 0.000125
+gallium_dri.so free 0x557173618300 void 0.000123
+gallium_dri.so free 0x5571736180b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736182b0 0.000128
+gallium_dri.so free 0x557173618380 void 0.000133
+gallium_dri.so free 0x5571736182b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736183d0 0.000130
+gallium_dri.so free 0x557173618440 void 0.000125
+gallium_dri.so free 0x5571736183d0 void 0.000124
+gallium_dri.so malloc 72 0x557173618460 0.000135
+gallium_dri.so free 0x557173618500 void 0.000130
+gallium_dri.so free 0x557173618460 void 0.000132
+gallium_dri.so malloc 72 0x5571736184b0 0.000124
+gallium_dri.so free 0x557173618580 void 0.000130
+gallium_dri.so free 0x5571736184b0 void 0.000131
+gallium_dri.so malloc 72 0x557173618580 0.000130
+gallium_dri.so free 0x557173618640 void 0.000130
+gallium_dri.so free 0x557173618580 void 0.000130
+gallium_dri.so malloc 72 0x557173618580 0.000129
+gallium_dri.so free 0x5571736186c0 void 0.000125
+gallium_dri.so free 0x557173618580 void 0.000129
+gallium_dri.so malloc 72 0x5571736186c0 0.000130
+gallium_dri.so free 0x557173618780 void 0.000131
+gallium_dri.so free 0x5571736186c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736186c0 0.000125
+gallium_dri.so free 0x557173618840 void 0.000173
+gallium_dri.so free 0x5571736186c0 void 0.000137
+gallium_dri.so malloc 72 0x5571736186c0 0.000131
+gallium_dri.so free 0x557173618900 void 0.000132
+gallium_dri.so free 0x5571736186c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736188b0 0.000126
+gallium_dri.so free 0x557173618980 void 0.000127
+gallium_dri.so free 0x5571736188b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736189d0 0.000125
+gallium_dri.so free 0x557173618a40 void 0.000125
+gallium_dri.so free 0x5571736189d0 void 0.000125
+gallium_dri.so malloc 72 0x557173618a80 0.000130
+gallium_dri.so free 0x557173618b00 void 0.000131
+gallium_dri.so free 0x557173618a80 void 0.000126
+gallium_dri.so malloc 72 0x557173618a80 0.000125
+gallium_dri.so free 0x557173618b80 void 0.000125
+gallium_dri.so free 0x557173618a80 void 0.000128
+gallium_dri.so malloc 72 0x557173618bb0 0.000129
+gallium_dri.so free 0x557173618c00 void 0.000148
+gallium_dri.so free 0x557173618bb0 void 0.000135
+gallium_dri.so malloc 72 0x557173618bb0 0.000131
+gallium_dri.so free 0x557173618d00 void 0.000135
+gallium_dri.so free 0x557173618bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173618cb0 0.000132
+gallium_dri.so free 0x557173618dc0 void 0.000130
+gallium_dri.so free 0x557173618cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173618d70 0.000125
+gallium_dri.so free 0x557173618e00 void 0.000141
+gallium_dri.so free 0x557173618d70 void 0.000133
+gallium_dri.so malloc 72 0x557173618d70 0.000130
+gallium_dri.so free 0x557173618ec0 void 0.000129
+gallium_dri.so free 0x557173618d70 void 0.000130
+gallium_dri.so malloc 72 0x557173618f30 0.000130
+gallium_dri.so free 0x557173618f80 void 0.000126
+gallium_dri.so free 0x557173618f30 void 0.000125
+gallium_dri.so malloc 72 0x557173618f30 0.000132
+gallium_dri.so free 0x557173619080 void 0.000131
+gallium_dri.so free 0x557173618f30 void 0.000130
+gallium_dri.so malloc 72 0x557173619030 0.000126
+gallium_dri.so free 0x557173619140 void 0.000125
+gallium_dri.so free 0x557173619030 void 0.000126
+gallium_dri.so malloc 72 0x5571736190f0 0.000131
+gallium_dri.so free 0x557173619180 void 0.000135
+gallium_dri.so free 0x5571736190f0 void 0.000169
+gallium_dri.so malloc 72 0x5571736190f0 0.000166
+gallium_dri.so free 0x557173619240 void 0.000132
+gallium_dri.so free 0x5571736190f0 void 0.000125
+gallium_dri.so malloc 72 0x557173619280 0.000123
+gallium_dri.so free 0x557173619300 void 0.000129
+gallium_dri.so free 0x557173619280 void 0.000125
+gallium_dri.so malloc 72 0x557173619300 0.000130
+gallium_dri.so free 0x5571736193c0 void 0.000184
+gallium_dri.so free 0x557173619300 void 0.000130
+gallium_dri.so malloc 72 0x557173619300 0.000129
+gallium_dri.so free 0x557173619480 void 0.000132
+gallium_dri.so free 0x557173619300 void 0.000135
+gallium_dri.so malloc 72 0x5571736194a0 0.000131
+gallium_dri.so free 0x557173619540 void 0.000131
+gallium_dri.so free 0x5571736194a0 void 0.000126
+gallium_dri.so malloc 72 0x5571736194f0 0.000125
+gallium_dri.so free 0x5571736195c0 void 0.000128
+gallium_dri.so free 0x5571736194f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736194f0 0.000131
+gallium_dri.so free 0x557173619640 void 0.000125
+gallium_dri.so free 0x5571736194f0 void 0.000128
+gallium_dri.so malloc 72 0x557173619640 0.000130
+gallium_dri.so free 0x557173619700 void 0.000131
+gallium_dri.so free 0x557173619640 void 0.000132
+gallium_dri.so malloc 72 0x557173619640 0.000130
+gallium_dri.so free 0x5571736197c0 void 0.000130
+gallium_dri.so free 0x557173619640 void 0.000126
+gallium_dri.so malloc 72 0x557173619640 0.000125
+gallium_dri.so free 0x557173619880 void 0.000131
+gallium_dri.so free 0x557173619640 void 0.000130
+gallium_dri.so malloc 72 0x557173619830 0.000132
+gallium_dri.so free 0x557173619940 void 0.000125
+gallium_dri.so free 0x557173619830 void 0.000129
+gallium_dri.so malloc 72 0x5571736198f0 0.000131
+gallium_dri.so free 0x5571736199c0 void 0.000131
+gallium_dri.so free 0x5571736198f0 void 0.000126
+gallium_dri.so malloc 72 0x557173619a10 0.000129
+gallium_dri.so free 0x557173619a80 void 0.000131
+gallium_dri.so free 0x557173619a10 void 0.000131
+gallium_dri.so malloc 72 0x557173619aa0 0.000130
+gallium_dri.so free 0x557173619b40 void 0.000130
+gallium_dri.so free 0x557173619aa0 void 0.000130
+gallium_dri.so malloc 72 0x557173619af0 0.000130
+gallium_dri.so free 0x557173619bc0 void 0.000130
+gallium_dri.so free 0x557173619af0 void 0.000130
+gallium_dri.so malloc 72 0x557173619af0 0.000131
+gallium_dri.so free 0x557173619c40 void 0.000131
+gallium_dri.so free 0x557173619af0 void 0.000131
+gallium_dri.so malloc 72 0x557173619c40 0.000125
+gallium_dri.so free 0x557173619d00 void 0.000131
+gallium_dri.so free 0x557173619c40 void 0.000126
+gallium_dri.so malloc 72 0x557173619c40 0.000128
+gallium_dri.so free 0x557173619e00 void 0.000131
+gallium_dri.so free 0x557173619c40 void 0.000130
+gallium_dri.so malloc 72 0x557173619db0 0.000137
+gallium_dri.so free 0x557173619e40 void 0.000133
+gallium_dri.so free 0x557173619db0 void 0.000130
+gallium_dri.so malloc 72 0x557173619db0 0.000130
+gallium_dri.so free 0x557173619f00 void 0.000131
+gallium_dri.so free 0x557173619db0 void 0.000135
+gallium_dri.so malloc 72 0x557173619f40 0.000132
+gallium_dri.so free 0x557173619fc0 void 0.000131
+gallium_dri.so free 0x557173619f40 void 0.000125
+gallium_dri.so malloc 72 0x557173619fc0 0.000126
+gallium_dri.so free 0x55717361a080 void 0.000130
+gallium_dri.so free 0x557173619fc0 void 0.000132
+gallium_dri.so malloc 72 0x557173619fc0 0.000124
+gallium_dri.so free 0x55717361a100 void 0.000124
+gallium_dri.so free 0x557173619fc0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a130 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000125
+gallium_dri.so free 0x55717361a130 void 0.000128
+gallium_dri.so malloc 72 0x55717361a130 0.000126
+gallium_dri.so free 0x55717361a280 void 0.000124
+gallium_dri.so free 0x55717361a130 void 0.000128
+gallium_dri.so malloc 72 0x55717361a2c0 0.000129
+gallium_dri.so free 0x55717361a340 void 0.000129
+gallium_dri.so free 0x55717361a2c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a340 0.000130
+gallium_dri.so free 0x55717361a400 void 0.000130
+gallium_dri.so free 0x55717361a340 void 0.000131
+gallium_dri.so malloc 72 0x55717361a340 0.000272
+gallium_dri.so free 0x55717361a480 void 0.000273
+gallium_dri.so free 0x55717361a340 void 0.000275
+gallium_dri.so malloc 72 0x55717361a4b0 0.000166
+gallium_dri.so free 0x55717361a500 void 0.000166
+gallium_dri.so free 0x55717361a4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a4b0 0.000125
+gallium_dri.so free 0x55717361a600 void 0.000123
+gallium_dri.so free 0x55717361a4b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a5b0 0.000125
+gallium_dri.so free 0x55717361a6c0 void 0.000164
+gallium_dri.so free 0x55717361a5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a670 0.000125
+gallium_dri.so free 0x55717361a740 void 0.000125
+gallium_dri.so free 0x55717361a670 void 0.000129
+gallium_dri.so malloc 72 0x55717361a670 0.000126
+gallium_dri.so free 0x55717361a800 void 0.000127
+gallium_dri.so free 0x55717361a670 void 0.000124
+gallium_dri.so malloc 72 0x55717361a670 0.000128
+gallium_dri.so free 0x55717361a8c0 void 0.000141
+gallium_dri.so free 0x55717361a670 void 0.000130
+gallium_dri.so malloc 72 0x55717361a870 0.000129
+gallium_dri.so free 0x55717361a940 void 0.000130
+gallium_dri.so free 0x55717361a870 void 0.000130
+gallium_dri.so malloc 72 0x55717361a990 0.000125
+gallium_dri.so free 0x55717361aa00 void 0.000128
+gallium_dri.so free 0x55717361a990 void 0.000129
+gallium_dri.so malloc 72 0x55717361aa20 0.000126
+gallium_dri.so free 0x55717361aac0 void 0.000126
+gallium_dri.so free 0x55717361aa20 void 0.000128
+gallium_dri.so malloc 72 0x55717361aa70 0.000154
+gallium_dri.so free 0x55717361ab40 void 0.000192
+gallium_dri.so free 0x55717361aa70 void 0.000136
+gallium_dri.so malloc 72 0x55717361ab40 0.000132
+gallium_dri.so free 0x55717361ac00 void 0.000130
+gallium_dri.so free 0x55717361ab40 void 0.000130
+gallium_dri.so malloc 72 0x55717361ab40 0.000130
+gallium_dri.so free 0x55717361ac80 void 0.000131
+gallium_dri.so free 0x55717361ab40 void 0.000125
+gallium_dri.so malloc 72 0x55717361ac80 0.000135
+gallium_dri.so free 0x55717361ad40 void 0.000129
+gallium_dri.so free 0x55717361ac80 void 0.000131
+gallium_dri.so malloc 72 0x55717361ac80 0.000130
+gallium_dri.so free 0x55717361ae00 void 0.000185
+gallium_dri.so free 0x55717361ac80 void 0.000223
+gallium_dri.so malloc 72 0x55717361ac80 0.000130
+gallium_dri.so free 0x55717361aec0 void 0.000131
+gallium_dri.so free 0x55717361ac80 void 0.000239
+gallium_dri.so malloc 72 0x55717361ae70 0.000377
+gallium_dri.so free 0x55717361af40 void 0.000321
+gallium_dri.so free 0x55717361ae70 void 0.000210
+gallium_dri.so malloc 72 0x55717361af90 0.000214
+gallium_dri.so free 0x55717361b000 void 0.000129
+gallium_dri.so free 0x55717361af90 void 0.000127
+gallium_dri.so malloc 72 0x55717361b040 0.000127
+gallium_dri.so free 0x55717361b0c0 void 0.000127
+gallium_dri.so free 0x55717361b040 void 0.000132
+gallium_dri.so malloc 72 0x55717361b040 0.000129
+gallium_dri.so free 0x55717361b140 void 0.000127
+gallium_dri.so free 0x55717361b040 void 0.000127
+gallium_dri.so malloc 72 0x55717361b170 0.000128
+gallium_dri.so free 0x55717361b1c0 void 0.000128
+gallium_dri.so free 0x55717361b170 void 0.000127
+gallium_dri.so malloc 72 0x55717361b170 0.000128
+gallium_dri.so free 0x55717361b2c0 void 0.000128
+gallium_dri.so free 0x55717361b170 void 0.000128
+gallium_dri.so malloc 72 0x55717361b270 0.000126
+gallium_dri.so free 0x55717361b380 void 0.000127
+gallium_dri.so free 0x55717361b270 void 0.000128
+gallium_dri.so malloc 72 0x55717361b330 0.000127
+gallium_dri.so free 0x55717361b3c0 void 0.000126
+gallium_dri.so free 0x55717361b330 void 0.000127
+gallium_dri.so malloc 72 0x55717361b330 0.000126
+gallium_dri.so free 0x55717361b480 void 0.000127
+gallium_dri.so free 0x55717361b330 void 0.000128
+gallium_dri.so malloc 72 0x55717361b4f0 0.000131
+gallium_dri.so free 0x55717361b540 void 0.000127
+gallium_dri.so free 0x55717361b4f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b4f0 0.000127
+gallium_dri.so free 0x55717361b640 void 0.000128
+gallium_dri.so free 0x55717361b4f0 void 0.000171
+gallium_dri.so malloc 72 0x55717361b5f0 0.000189
+gallium_dri.so free 0x55717361b700 void 0.000174
+gallium_dri.so free 0x55717361b5f0 void 0.000177
+gallium_dri.so malloc 72 0x55717361b6b0 0.000179
+gallium_dri.so free 0x55717361b740 void 0.000194
+gallium_dri.so free 0x55717361b6b0 void 0.000195
+gallium_dri.so malloc 72 0x55717361b6b0 0.000193
+gallium_dri.so free 0x55717361b800 void 0.000194
+gallium_dri.so free 0x55717361b6b0 void 0.000196
+gallium_dri.so malloc 72 0x55717361b840 0.000195
+gallium_dri.so free 0x55717361b8c0 void 0.000196
+gallium_dri.so free 0x55717361b840 void 0.000176
+gallium_dri.so malloc 72 0x55717361b8c0 0.000184
+gallium_dri.so free 0x55717361b980 void 0.000196
+gallium_dri.so free 0x55717361b8c0 void 0.000198
+gallium_dri.so malloc 72 0x55717361b8c0 0.000134
+gallium_dri.so free 0x55717361ba40 void 0.000123
+gallium_dri.so free 0x55717361b8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ba60 0.000121
+gallium_dri.so free 0x55717361bb00 void 0.000121
+gallium_dri.so free 0x55717361ba60 void 0.000120
+gallium_dri.so malloc 72 0x55717361bab0 0.000121
+gallium_dri.so free 0x55717361bb80 void 0.000129
+gallium_dri.so free 0x55717361bab0 void 0.000122
+gallium_dri.so malloc 72 0x55717361bab0 0.000120
+gallium_dri.so free 0x55717361bc00 void 0.000122
+gallium_dri.so free 0x55717361bab0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc00 0.000122
+gallium_dri.so free 0x55717361bcc0 void 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc00 0.000120
+gallium_dri.so free 0x55717361bd80 void 0.000120
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc00 0.000120
+gallium_dri.so free 0x55717361be40 void 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so malloc 72 0x55717361bdf0 0.000123
+gallium_dri.so free 0x55717361bf00 void 0.000121
+gallium_dri.so free 0x55717361bdf0 void 0.000123
+gallium_dri.so malloc 72 0x55717361beb0 0.000131
+gallium_dri.so free 0x55717361bf80 void 0.000122
+gallium_dri.so free 0x55717361beb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bfd0 0.000122
+gallium_dri.so free 0x55717361c040 void 0.000120
+gallium_dri.so free 0x55717361bfd0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c060 0.000122
+gallium_dri.so free 0x55717361c100 void 0.000121
+gallium_dri.so free 0x55717361c060 void 0.000121
+gallium_dri.so malloc 72 0x55717361c0b0 0.000120
+gallium_dri.so free 0x55717361c180 void 0.000122
+gallium_dri.so free 0x55717361c0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c0b0 0.000120
+gallium_dri.so free 0x55717361c200 void 0.000120
+gallium_dri.so free 0x55717361c0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c200 0.000123
+gallium_dri.so free 0x55717361c2c0 void 0.000121
+gallium_dri.so free 0x55717361c200 void 0.000122
+gallium_dri.so malloc 72 0x55717361c200 0.000120
+gallium_dri.so free 0x55717361c3c0 void 0.000123
+gallium_dri.so free 0x55717361c200 void 0.000122
+gallium_dri.so malloc 72 0x55717361c370 0.000121
+gallium_dri.so free 0x55717361c400 void 0.000121
+gallium_dri.so free 0x55717361c370 void 0.000120
+gallium_dri.so malloc 72 0x55717361c370 0.000121
+gallium_dri.so free 0x55717361c4c0 void 0.000121
+gallium_dri.so free 0x55717361c370 void 0.000127
+gallium_dri.so malloc 72 0x55717361c500 0.000121
+gallium_dri.so free 0x55717361c580 void 0.000123
+gallium_dri.so free 0x55717361c500 void 0.000121
+gallium_dri.so malloc 72 0x55717361c580 0.000122
+gallium_dri.so free 0x55717361c640 void 0.000120
+gallium_dri.so free 0x55717361c580 void 0.000120
+gallium_dri.so malloc 72 0x55717361c580 0.000121
+gallium_dri.so free 0x55717361c6c0 void 0.000122
+gallium_dri.so free 0x55717361c580 void 0.000121
+gallium_dri.so malloc 72 0x55717361c6f0 0.000120
+gallium_dri.so free 0x55717361c740 void 0.000123
+gallium_dri.so free 0x55717361c6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c6f0 0.000121
+gallium_dri.so free 0x55717361c840 void 0.000121
+gallium_dri.so free 0x55717361c6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c880 0.000120
+gallium_dri.so free 0x55717361c900 void 0.000122
+gallium_dri.so free 0x55717361c880 void 0.000121
+gallium_dri.so malloc 72 0x55717361c900 0.000120
+gallium_dri.so free 0x55717361c9c0 void 0.000121
+gallium_dri.so free 0x55717361c900 void 0.000120
+gallium_dri.so malloc 72 0x55717361c900 0.000121
+gallium_dri.so free 0x55717361ca40 void 0.000121
+gallium_dri.so free 0x55717361c900 void 0.000127
+gallium_dri.so malloc 72 0x55717361ca70 0.000139
+gallium_dri.so free 0x55717361cac0 void 0.000123
+gallium_dri.so free 0x55717361ca70 void 0.000121
+gallium_dri.so malloc 72 0x55717361ca70 0.000182
+gallium_dri.so free 0x55717361cbc0 void 0.000195
+gallium_dri.so free 0x55717361ca70 void 0.000180
+gallium_dri.so malloc 72 0x55717361cb70 0.000124
+gallium_dri.so free 0x55717361cc80 void 0.000122
+gallium_dri.so free 0x55717361cb70 void 0.000122
+gallium_dri.so malloc 72 0x55717361cc30 0.000120
+gallium_dri.so free 0x55717361cd00 void 0.000121
+gallium_dri.so free 0x55717361cc30 void 0.000122
+gallium_dri.so malloc 72 0x55717361cc30 0.000120
+gallium_dri.so free 0x55717361cdc0 void 0.000121
+gallium_dri.so free 0x55717361cc30 void 0.000120
+gallium_dri.so malloc 72 0x55717361cc30 0.000208
+gallium_dri.so free 0x55717361ce80 void 0.000137
+gallium_dri.so free 0x55717361cc30 void 0.000135
+gallium_dri.so malloc 72 0x55717361ce30 0.000133
+gallium_dri.so free 0x55717361cf00 void 0.000139
+gallium_dri.so free 0x55717361ce30 void 0.000141
+gallium_dri.so malloc 72 0x55717361cf50 0.000140
+gallium_dri.so free 0x55717361cfc0 void 0.000140
+gallium_dri.so free 0x55717361cf50 void 0.000144
+gallium_dri.so malloc 72 0x55717361cfe0 0.000139
+gallium_dri.so free 0x55717361d080 void 0.000142
+gallium_dri.so free 0x55717361cfe0 void 0.000142
+gallium_dri.so malloc 72 0x55717361d030 0.000142
+gallium_dri.so free 0x55717361d100 void 0.000135
+gallium_dri.so free 0x55717361d030 void 0.000135
+gallium_dri.so malloc 72 0x55717361d100 0.000134
+gallium_dri.so free 0x55717361d1c0 void 0.000134
+gallium_dri.so free 0x55717361d100 void 0.000135
+gallium_dri.so malloc 72 0x55717361d100 0.000134
+gallium_dri.so free 0x55717361d240 void 0.000135
+gallium_dri.so free 0x55717361d100 void 0.000134
+gallium_dri.so malloc 72 0x55717361d240 0.000135
+gallium_dri.so free 0x55717361d300 void 0.000133
+gallium_dri.so free 0x55717361d240 void 0.000134
+gallium_dri.so malloc 72 0x55717361d240 0.000138
+gallium_dri.so free 0x55717361d3c0 void 0.000135
+gallium_dri.so free 0x55717361d240 void 0.000136
+gallium_dri.so malloc 72 0x55717361d240 0.000132
+gallium_dri.so free 0x55717361d480 void 0.000134
+gallium_dri.so free 0x55717361d240 void 0.000133
+gallium_dri.so malloc 72 0x55717361d430 0.000137
+gallium_dri.so free 0x55717361d500 void 0.000136
+gallium_dri.so free 0x55717361d430 void 0.000133
+gallium_dri.so malloc 72 0x55717361d550 0.000134
+gallium_dri.so free 0x55717361d5c0 void 0.000134
+gallium_dri.so free 0x55717361d550 void 0.000132
+gallium_dri.so malloc 72 0x55717361d600 0.000135
+gallium_dri.so free 0x55717361d680 void 0.000134
+gallium_dri.so free 0x55717361d600 void 0.000133
+gallium_dri.so malloc 72 0x55717361d600 0.000134
+gallium_dri.so free 0x55717361d700 void 0.000131
+gallium_dri.so free 0x55717361d600 void 0.000136
+gallium_dri.so malloc 72 0x55717361d730 0.000133
+gallium_dri.so free 0x55717361d780 void 0.000131
+gallium_dri.so free 0x55717361d730 void 0.000199
+gallium_dri.so malloc 72 0x55717361d730 0.000133
+gallium_dri.so free 0x55717361d880 void 0.000121
+gallium_dri.so free 0x55717361d730 void 0.000120
+gallium_dri.so malloc 72 0x55717361d830 0.000120
+gallium_dri.so free 0x55717361d940 void 0.000119
+gallium_dri.so free 0x55717361d830 void 0.000120
+gallium_dri.so malloc 72 0x55717361d8f0 0.000119
+gallium_dri.so free 0x55717361d980 void 0.000118
+gallium_dri.so free 0x55717361d8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d8f0 0.000130
+gallium_dri.so free 0x55717361da40 void 0.000120
+gallium_dri.so free 0x55717361d8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dab0 0.000121
+gallium_dri.so free 0x55717361db00 void 0.000118
+gallium_dri.so free 0x55717361dab0 void 0.000146
+gallium_dri.so malloc 72 0x55717361dab0 0.000120
+gallium_dri.so free 0x55717361dc00 void 0.000118
+gallium_dri.so free 0x55717361dab0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dbb0 0.000118
+gallium_dri.so free 0x55717361dcc0 void 0.000119
+gallium_dri.so free 0x55717361dbb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dc70 0.000119
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so free 0x55717361dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717361dc70 0.000119
+gallium_dri.so free 0x55717361ddc0 void 0.000118
+gallium_dri.so free 0x55717361dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717361de00 0.000118
+gallium_dri.so free 0x55717361de80 void 0.000120
+gallium_dri.so free 0x55717361de00 void 0.000118
+gallium_dri.so malloc 72 0x55717361de80 0.000118
+gallium_dri.so free 0x55717361df40 void 0.000119
+gallium_dri.so free 0x55717361de80 void 0.000118
+gallium_dri.so malloc 72 0x55717361de80 0.000118
+gallium_dri.so free 0x55717361e000 void 0.000118
+gallium_dri.so free 0x55717361de80 void 0.000117
+gallium_dri.so malloc 72 0x55717361e020 0.000119
+gallium_dri.so free 0x55717361e0c0 void 0.000125
+gallium_dri.so free 0x55717361e020 void 0.000116
+gallium_dri.so malloc 72 0x55717361e070 0.000117
+gallium_dri.so free 0x55717361e140 void 0.000123
+gallium_dri.so free 0x55717361e070 void 0.000120
+gallium_dri.so malloc 72 0x55717361e070 0.000119
+gallium_dri.so free 0x55717361e1c0 void 0.000120
+gallium_dri.so free 0x55717361e070 void 0.000119
+gallium_dri.so malloc 72 0x55717361e1c0 0.000119
+gallium_dri.so free 0x55717361e280 void 0.000120
+gallium_dri.so free 0x55717361e1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e1c0 0.000119
+gallium_dri.so free 0x55717361e340 void 0.000118
+gallium_dri.so free 0x55717361e1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e1c0 0.000119
+gallium_dri.so free 0x55717361e400 void 0.000120
+gallium_dri.so free 0x55717361e1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e3b0 0.000120
+gallium_dri.so free 0x55717361e4c0 void 0.000120
+gallium_dri.so free 0x55717361e3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e470 0.000120
+gallium_dri.so free 0x55717361e540 void 0.000120
+gallium_dri.so free 0x55717361e470 void 0.000118
+gallium_dri.so malloc 72 0x55717361e590 0.000119
+gallium_dri.so free 0x55717361e600 void 0.000118
+gallium_dri.so free 0x55717361e590 void 0.000131
+gallium_dri.so malloc 72 0x55717361e620 0.000119
+gallium_dri.so free 0x55717361e6c0 void 0.000119
+gallium_dri.so free 0x55717361e620 void 0.000123
+gallium_dri.so malloc 72 0x55717361e670 0.000119
+gallium_dri.so free 0x55717361e740 void 0.000119
+gallium_dri.so free 0x55717361e670 void 0.000120
+gallium_dri.so malloc 72 0x55717361e670 0.000118
+gallium_dri.so free 0x55717361e7c0 void 0.000119
+gallium_dri.so free 0x55717361e670 void 0.000117
+gallium_dri.so malloc 72 0x55717361e7c0 0.000118
+gallium_dri.so free 0x55717361e880 void 0.000118
+gallium_dri.so free 0x55717361e7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e7c0 0.000120
+gallium_dri.so free 0x55717361e980 void 0.000120
+gallium_dri.so free 0x55717361e7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e930 0.000119
+gallium_dri.so free 0x55717361e9c0 void 0.000119
+gallium_dri.so free 0x55717361e930 void 0.000139
+gallium_dri.so malloc 72 0x55717361e930 0.000120
+gallium_dri.so free 0x55717361ea80 void 0.000119
+gallium_dri.so free 0x55717361e930 void 0.000119
+gallium_dri.so malloc 72 0x55717361eac0 0.000120
+gallium_dri.so free 0x55717361eb40 void 0.000119
+gallium_dri.so free 0x55717361eac0 void 0.000147
+gallium_dri.so malloc 72 0x55717361eb40 0.000160
+gallium_dri.so free 0x55717361ec00 void 0.000143
+gallium_dri.so free 0x55717361eb40 void 0.000140
+gallium_dri.so malloc 72 0x55717361eb40 0.000141
+gallium_dri.so free 0x55717361ec80 void 0.000141
+gallium_dri.so free 0x55717361eb40 void 0.000136
+gallium_dri.so malloc 72 0x55717361ecb0 0.000142
+gallium_dri.so free 0x55717361ed00 void 0.000139
+gallium_dri.so free 0x55717361ecb0 void 0.000140
+gallium_dri.so malloc 72 0x55717361ecb0 0.000141
+gallium_dri.so free 0x55717361ee00 void 0.000141
+gallium_dri.so free 0x55717361ecb0 void 0.000136
+gallium_dri.so malloc 72 0x55717361ee40 0.000140
+gallium_dri.so free 0x55717361eec0 void 0.000154
+gallium_dri.so free 0x55717361ee40 void 0.000140
+gallium_dri.so malloc 72 0x55717361eec0 0.000140
+gallium_dri.so free 0x55717361ef80 void 0.000140
+gallium_dri.so free 0x55717361eec0 void 0.000135
+gallium_dri.so malloc 72 0x55717361eec0 0.000133
+gallium_dri.so free 0x55717361f000 void 0.000118
+gallium_dri.so free 0x55717361eec0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f030 0.000119
+gallium_dri.so free 0x55717361f080 void 0.000120
+gallium_dri.so free 0x55717361f030 void 0.000129
+gallium_dri.so malloc 72 0x55717361f030 0.000121
+gallium_dri.so free 0x55717361f180 void 0.000120
+gallium_dri.so free 0x55717361f030 void 0.000119
+gallium_dri.so malloc 72 0x55717361f130 0.000119
+gallium_dri.so free 0x55717361f240 void 0.000119
+gallium_dri.so free 0x55717361f130 void 0.000119
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f2c0 void 0.000119
+gallium_dri.so free 0x55717361f1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f380 void 0.000119
+gallium_dri.so free 0x55717361f1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f1f0 0.000119
+gallium_dri.so free 0x55717361f440 void 0.000119
+gallium_dri.so free 0x55717361f1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f3f0 0.000118
+gallium_dri.so free 0x55717361f4c0 void 0.000118
+gallium_dri.so free 0x55717361f3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f510 0.000120
+gallium_dri.so free 0x55717361f580 void 0.000119
+gallium_dri.so free 0x55717361f510 void 0.000118
+gallium_dri.so malloc 72 0x55717361f5a0 0.000119
+gallium_dri.so free 0x55717361f640 void 0.000119
+gallium_dri.so free 0x55717361f5a0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f5f0 0.000120
+gallium_dri.so free 0x55717361f6c0 void 0.000119
+gallium_dri.so free 0x55717361f5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361f6c0 0.000119
+gallium_dri.so free 0x55717361f780 void 0.000121
+gallium_dri.so free 0x55717361f6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f6c0 0.000119
+gallium_dri.so free 0x55717361f800 void 0.000147
+gallium_dri.so free 0x55717361f6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f800 0.000119
+gallium_dri.so free 0x55717361f8c0 void 0.000117
+gallium_dri.so free 0x55717361f800 void 0.000118
+gallium_dri.so malloc 72 0x55717361f800 0.000118
+gallium_dri.so free 0x55717361f980 void 0.000118
+gallium_dri.so free 0x55717361f800 void 0.000118
+gallium_dri.so malloc 72 0x55717361f800 0.000119
+gallium_dri.so free 0x55717361fa40 void 0.000119
+gallium_dri.so free 0x55717361f800 void 0.000118
+gallium_dri.so malloc 72 0x55717361f9f0 0.000121
+gallium_dri.so free 0x55717361fac0 void 0.000118
+gallium_dri.so free 0x55717361f9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fb10 0.000118
+gallium_dri.so free 0x55717361fb80 void 0.000119
+gallium_dri.so free 0x55717361fb10 void 0.000119
+gallium_dri.so malloc 72 0x55717361fbc0 0.000117
+gallium_dri.so free 0x55717361fc40 void 0.000117
+gallium_dri.so free 0x55717361fbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fbc0 0.000118
+gallium_dri.so free 0x55717361fcc0 void 0.000164
+gallium_dri.so free 0x55717361fbc0 void 0.000126
+gallium_dri.so malloc 72 0x55717361fcf0 0.000129
+gallium_dri.so free 0x55717361fd40 void 0.000125
+gallium_dri.so free 0x55717361fcf0 void 0.000125
+gallium_dri.so malloc 72 0x55717361fcf0 0.000120
+gallium_dri.so free 0x55717361fe40 void 0.000120
+gallium_dri.so free 0x55717361fcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fdf0 0.000119
+gallium_dri.so free 0x55717361ff00 void 0.000127
+gallium_dri.so free 0x55717361fdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361feb0 0.000119
+gallium_dri.so free 0x55717361ff40 void 0.000119
+gallium_dri.so free 0x55717361feb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361feb0 0.000118
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x55717361feb0 void 0.000119
+gallium_dri.so malloc 72 0x557173620070 0.000119
+gallium_dri.so free 0x5571736200c0 void 0.000120
+gallium_dri.so free 0x557173620070 void 0.000119
+gallium_dri.so malloc 72 0x557173620070 0.000118
+gallium_dri.so free 0x5571736201c0 void 0.000119
+gallium_dri.so free 0x557173620070 void 0.000120
+gallium_dri.so malloc 72 0x557173620170 0.000120
+gallium_dri.so free 0x557173620280 void 0.000148
+gallium_dri.so free 0x557173620170 void 0.000136
+gallium_dri.so malloc 72 0x557173620230 0.000112
+gallium_dri.so free 0x5571736202c0 void 0.000112
+gallium_dri.so free 0x557173620230 void 0.000110
+gallium_dri.so malloc 72 0x557173620230 0.000111
+gallium_dri.so free 0x557173620380 void 0.000112
+gallium_dri.so free 0x557173620230 void 0.000110
+gallium_dri.so malloc 72 0x5571736203c0 0.000110
+gallium_dri.so free 0x557173620440 void 0.000110
+gallium_dri.so free 0x5571736203c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620440 0.000113
+gallium_dri.so free 0x557173620500 void 0.000111
+gallium_dri.so free 0x557173620440 void 0.000113
+gallium_dri.so malloc 72 0x557173620440 0.000111
+gallium_dri.so free 0x5571736205c0 void 0.000111
+gallium_dri.so free 0x557173620440 void 0.000112
+gallium_dri.so malloc 72 0x5571736205e0 0.000111
+gallium_dri.so free 0x557173620680 void 0.000111
+gallium_dri.so free 0x5571736205e0 void 0.000111
+gallium_dri.so malloc 72 0x557173620630 0.000110
+gallium_dri.so free 0x557173620700 void 0.000133
+gallium_dri.so free 0x557173620630 void 0.000117
+gallium_dri.so malloc 72 0x557173620630 0.000118
+gallium_dri.so free 0x557173620780 void 0.000113
+gallium_dri.so free 0x557173620630 void 0.000111
+gallium_dri.so malloc 72 0x557173620780 0.000112
+gallium_dri.so free 0x557173620840 void 0.000112
+gallium_dri.so free 0x557173620780 void 0.000129
+gallium_dri.so malloc 72 0x557173620780 0.000119
+gallium_dri.so free 0x557173620900 void 0.000118
+gallium_dri.so free 0x557173620780 void 0.000118
+gallium_dri.so malloc 72 0x557173620780 0.000119
+gallium_dri.so free 0x5571736209c0 void 0.000119
+gallium_dri.so free 0x557173620780 void 0.000119
+gallium_dri.so malloc 72 0x557173620970 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000118
+gallium_dri.so free 0x557173620970 void 0.000119
+gallium_dri.so malloc 72 0x557173620a30 0.000119
+gallium_dri.so free 0x557173620b00 void 0.000118
+gallium_dri.so free 0x557173620a30 void 0.000119
+gallium_dri.so malloc 72 0x557173620b50 0.000120
+gallium_dri.so free 0x557173620bc0 void 0.000120
+gallium_dri.so free 0x557173620b50 void 0.000119
+gallium_dri.so malloc 72 0x557173620be0 0.000130
+gallium_dri.so free 0x557173620c80 void 0.000119
+gallium_dri.so free 0x557173620be0 void 0.000118
+gallium_dri.so malloc 72 0x557173620c30 0.000118
+gallium_dri.so free 0x557173620d00 void 0.000120
+gallium_dri.so free 0x557173620c30 void 0.000118
+gallium_dri.so malloc 72 0x557173620c30 0.000119
+gallium_dri.so free 0x557173620d80 void 0.000118
+gallium_dri.so free 0x557173620c30 void 0.000117
+gallium_dri.so malloc 72 0x557173620d80 0.000118
+gallium_dri.so free 0x557173620e40 void 0.000207
+gallium_dri.so free 0x557173620d80 void 0.000129
+gallium_dri.so malloc 72 0x557173620d80 0.000124
+gallium_dri.so free 0x557173620f40 void 0.000125
+gallium_dri.so free 0x557173620d80 void 0.000120
+gallium_dri.so malloc 72 0x557173620ef0 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000120
+gallium_dri.so free 0x557173620ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf370 0.000119
+gallium_dri.so free 0x5571735bfc80 void 0.000118
+gallium_dri.so free 0x5571735bf370 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfc30 0.000119
+gallium_dri.so free 0x5571735bf4c0 void 0.000118
+gallium_dri.so free 0x5571735bfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf510 0.000119
+gallium_dri.so free 0x5571735cae00 void 0.000118
+gallium_dri.so free 0x5571735bf510 void 0.000119
+gallium_dri.so malloc 72 0x5571735cadb0 0.000117
+gallium_dri.so free 0x5571735bf580 void 0.000118
+gallium_dri.so free 0x5571735cadb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000119
+gallium_dri.so free 0x5571735bf600 void 0.000119
+gallium_dri.so free 0x5571735bf5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000118
+gallium_dri.so free 0x5571735bf840 void 0.000118
+gallium_dri.so free 0x5571735bf5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf880 0.000113
+gallium_dri.so free 0x5571735bf900 void 0.000111
+gallium_dri.so free 0x5571735bf880 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf900 0.000111
+gallium_dri.so free 0x5571735bf9c0 void 0.000111
+gallium_dri.so free 0x5571735bf900 void 0.000144
+gallium_dri.so malloc 72 0x5571735bf900 0.000113
+gallium_dri.so free 0x5571735bfa40 void 0.000110
+gallium_dri.so free 0x5571735bf900 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa70 0.000110
+gallium_dri.so free 0x5571735883c0 void 0.000111
+gallium_dri.so free 0x5571735bfa70 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588490 0.000112
+gallium_dri.so free 0x557173588500 void 0.000110
+gallium_dri.so free 0x557173588490 void 0.000111
+gallium_dri.so malloc 72 0x557173588560 0.000110
+gallium_dri.so free 0x557173588600 void 0.000113
+gallium_dri.so free 0x557173588560 void 0.000118
+gallium_dri.so malloc 72 0x5571735885b0 0.000116
+gallium_dri.so free 0x557173588640 void 0.000115
+gallium_dri.so free 0x5571735885b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735885b0 0.000111
+gallium_dri.so free 0x557173588700 void 0.000110
+gallium_dri.so free 0x5571735885b0 void 0.000201
+gallium_dri.so malloc 72 0x557173588740 0.000135
+gallium_dri.so free 0x5571735887c0 void 0.000130
+gallium_dri.so free 0x557173588740 void 0.000127
+gallium_dri.so malloc 72 0x5571735887c0 0.000120
+gallium_dri.so free 0x557173588880 void 0.000119
+gallium_dri.so free 0x5571735887c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735887c0 0.000118
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so free 0x5571735887c0 void 0.000119
+gallium_dri.so malloc 72 0x557173588930 0.000117
+gallium_dri.so free 0x557173588980 void 0.000119
+gallium_dri.so free 0x557173588930 void 0.000117
+gallium_dri.so malloc 72 0x557173588980 0.000119
+gallium_dri.so free 0x557173588a40 void 0.000118
+gallium_dri.so free 0x557173588980 void 0.000119
+gallium_dri.so malloc 72 0x557173588980 0.000125
+gallium_dri.so free 0x557173588b40 void 0.000119
+gallium_dri.so free 0x557173588980 void 0.000118
+gallium_dri.so malloc 72 0x557173588af0 0.000119
+gallium_dri.so free 0x557173588c00 void 0.000118
+gallium_dri.so free 0x557173588af0 void 0.000114
+gallium_dri.so malloc 72 0x557173588bb0 0.000120
+gallium_dri.so free 0x557173588c40 void 0.000119
+gallium_dri.so free 0x557173588bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173588bb0 0.000118
+gallium_dri.so free 0x557173588d00 void 0.000119
+gallium_dri.so free 0x557173588bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173588d40 0.000111
+gallium_dri.so free 0x557173588dc0 void 0.000112
+gallium_dri.so free 0x557173588d40 void 0.000111
+gallium_dri.so malloc 72 0x557173588dc0 0.000111
+gallium_dri.so free 0x557173588e80 void 0.000111
+gallium_dri.so free 0x557173588dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173588dc0 0.000110
+gallium_dri.so free 0x557173588f00 void 0.000111
+gallium_dri.so free 0x557173588dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173588dc0 0.000111
+gallium_dri.so free 0x557173588fc0 void 0.000112
+gallium_dri.so free 0x557173588dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173588dc0 0.000111
+gallium_dri.so free 0x557173589080 void 0.000112
+gallium_dri.so free 0x557173588dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173589030 0.000110
+gallium_dri.so free 0x557173589100 void 0.000111
+gallium_dri.so free 0x557173589030 void 0.000112
+gallium_dri.so malloc 72 0x557173589150 0.000129
+gallium_dri.so free 0x5571735891c0 void 0.000122
+gallium_dri.so free 0x557173589150 void 0.000117
+gallium_dri.so malloc 72 0x5571735891e0 0.000113
+gallium_dri.so free 0x557173589280 void 0.000112
+gallium_dri.so free 0x5571735891e0 void 0.000111
+gallium_dri.so malloc 72 0x557173589230 0.000112
+gallium_dri.so free 0x557173589300 void 0.000127
+gallium_dri.so free 0x557173589230 void 0.000119
+gallium_dri.so malloc 72 0x557173589230 0.000118
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x557173589230 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589480 void 0.000119
+gallium_dri.so free 0x5571735893b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735894d0 0.000119
+gallium_dri.so free 0x557173589540 void 0.000118
+gallium_dri.so free 0x5571735894d0 void 0.000118
+gallium_dri.so malloc 72 0x557173589560 0.000118
+gallium_dri.so free 0x557173589600 void 0.000119
+gallium_dri.so free 0x557173589560 void 0.000119
+gallium_dri.so malloc 72 0x5571735895b0 0.000118
+gallium_dri.so free 0x557173589680 void 0.000119
+gallium_dri.so free 0x5571735895b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735895b0 0.000127
+gallium_dri.so free 0x557173589700 void 0.000119
+gallium_dri.so free 0x5571735895b0 void 0.000119
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x557173589700 void 0.000118
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x5571735898c0 void 0.000119
+gallium_dri.so free 0x557173589700 void 0.000118
+gallium_dri.so malloc 72 0x557173589700 0.000117
+gallium_dri.so free 0x5571735d3600 void 0.000127
+gallium_dri.so free 0x557173589700 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3630 0.000124
+gallium_dri.so free 0x5571735d3680 void 0.000121
+gallium_dri.so free 0x5571735d3630 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3630 0.000120
+gallium_dri.so free 0x5571735d3780 void 0.000121
+gallium_dri.so free 0x5571735d3630 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3730 0.000119
+gallium_dri.so free 0x5571735d3840 void 0.000118
+gallium_dri.so free 0x5571735d3730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37f0 0.000119
+gallium_dri.so free 0x5571735d3880 void 0.000120
+gallium_dri.so free 0x5571735d37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37f0 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000119
+gallium_dri.so free 0x5571735d37f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3990 0.000118
+gallium_dri.so free 0x5571735d3a00 void 0.000118
+gallium_dri.so free 0x5571735d3990 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3a40 0.000119
+gallium_dri.so free 0x5571735d3ac0 void 0.000118
+gallium_dri.so free 0x5571735d3a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000119
+gallium_dri.so free 0x5571735d3b80 void 0.000119
+gallium_dri.so free 0x5571735d3ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000135
+gallium_dri.so free 0x5571735d3c00 void 0.000112
+gallium_dri.so free 0x5571735d3ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3c30 0.000110
+gallium_dri.so free 0x5571735d3c80 void 0.000112
+gallium_dri.so free 0x5571735d3c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3c30 0.000127
+gallium_dri.so free 0x5571735d3d80 void 0.000112
+gallium_dri.so free 0x5571735d3c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3d30 0.000110
+gallium_dri.so free 0x5571735d3e40 void 0.000111
+gallium_dri.so free 0x5571735d3d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3df0 0.000111
+gallium_dri.so free 0x5571735d3ec0 void 0.000112
+gallium_dri.so free 0x5571735d3df0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3ee0 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000111
+gallium_dri.so free 0x5571735d3ee0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3f30 0.000111
+gallium_dri.so free 0x5571735d4000 void 0.000111
+gallium_dri.so free 0x5571735d3f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f30 0.000116
+gallium_dri.so free 0x5571735d4080 void 0.000115
+gallium_dri.so free 0x5571735d3f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4080 0.000111
+gallium_dri.so free 0x5571735d4140 void 0.000110
+gallium_dri.so free 0x5571735d4080 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4080 0.000128
+gallium_dri.so free 0x5571735d4200 void 0.000119
+gallium_dri.so free 0x5571735d4080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4080 0.000131
+gallium_dri.so free 0x5571735d42c0 void 0.000120
+gallium_dri.so free 0x5571735d4080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4270 0.000119
+gallium_dri.so free 0x5571735d42c0 void 0.000119
+gallium_dri.so free 0x5571735d4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4270 0.000118
+gallium_dri.so free 0x5571735d43c0 void 0.000118
+gallium_dri.so free 0x5571735d4270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4370 0.000118
+gallium_dri.so free 0x5571735d4480 void 0.000119
+gallium_dri.so free 0x5571735d4370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4430 0.000119
+gallium_dri.so free 0x5571735d44c0 void 0.000119
+gallium_dri.so free 0x5571735d4430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4430 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x5571735d4430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d45c0 0.000119
+gallium_dri.so free 0x5571735d4640 void 0.000124
+gallium_dri.so free 0x5571735d45c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4640 0.000120
+gallium_dri.so free 0x5571735d4700 void 0.000125
+gallium_dri.so free 0x5571735d4640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4640 0.000111
+gallium_dri.so free 0x5571735d47c0 void 0.000111
+gallium_dri.so free 0x5571735d4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d47e0 0.000111
+gallium_dri.so free 0x5571735d4880 void 0.000110
+gallium_dri.so free 0x5571735d47e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4830 0.000110
+gallium_dri.so free 0x5571735d4900 void 0.000111
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4830 0.000111
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so free 0x5571735d4830 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4980 0.000110
+gallium_dri.so free 0x5571735d4a40 void 0.000111
+gallium_dri.so free 0x5571735d4980 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4980 0.000110
+gallium_dri.so free 0x5571735d4b00 void 0.000111
+gallium_dri.so free 0x5571735d4980 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4980 0.000115
+gallium_dri.so free 0x5571735d4bc0 void 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4b70 0.000118
+gallium_dri.so free 0x5571735d4c80 void 0.000115
+gallium_dri.so free 0x5571735d4b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4c30 0.000112
+gallium_dri.so free 0x5571735d4d00 void 0.000112
+gallium_dri.so free 0x5571735d4c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4d50 0.000119
+gallium_dri.so free 0x5571735d4dc0 void 0.000119
+gallium_dri.so free 0x5571735d4d50 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4de0 0.000110
+gallium_dri.so free 0x5571735d4e80 void 0.000111
+gallium_dri.so free 0x5571735d4de0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4e30 0.000109
+gallium_dri.so free 0x5571735d4f00 void 0.000110
+gallium_dri.so free 0x5571735d4e30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d4e30 0.000109
+gallium_dri.so free 0x5571735d4f80 void 0.000109
+gallium_dri.so free 0x5571735d4e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f80 0.000111
+gallium_dri.so free 0x5571735d5040 void 0.000111
+gallium_dri.so free 0x5571735d4f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4f80 0.000110
+gallium_dri.so free 0x5571735d5140 void 0.000110
+gallium_dri.so free 0x5571735d4f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d50f0 0.000111
+gallium_dri.so free 0x5571735d5180 void 0.000110
+gallium_dri.so free 0x5571735d50f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d50f0 0.000110
+gallium_dri.so free 0x5571735d5240 void 0.000111
+gallium_dri.so free 0x5571735d50f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d5280 0.000111
+gallium_dri.so free 0x5571735d5300 void 0.000111
+gallium_dri.so free 0x5571735d5280 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5300 0.000192
+gallium_dri.so free 0x5571735d53c0 void 0.000152
+gallium_dri.so free 0x5571735d5300 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5300 0.000126
+gallium_dri.so free 0x5571735d5440 void 0.000125
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5470 0.000118
+gallium_dri.so free 0x5571735d54c0 void 0.000118
+gallium_dri.so free 0x5571735d5470 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5470 0.000117
+gallium_dri.so free 0x5571735d55c0 void 0.000117
+gallium_dri.so free 0x5571735d5470 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5600 0.000121
+gallium_dri.so free 0x5571735d5680 void 0.000118
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5680 0.000118
+gallium_dri.so free 0x5571735d5740 void 0.000117
+gallium_dri.so free 0x5571735d5680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5680 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d5680 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57f0 0.000118
+gallium_dri.so free 0x5571735d5840 void 0.000117
+gallium_dri.so free 0x5571735d57f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d57f0 0.000119
+gallium_dri.so free 0x5571735d5940 void 0.000127
+gallium_dri.so free 0x5571735d57f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d58f0 0.000110
+gallium_dri.so free 0x5571735d5a00 void 0.000111
+gallium_dri.so free 0x5571735d58f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d59b0 0.000110
+gallium_dri.so free 0x5571735d5a80 void 0.000141
+gallium_dri.so free 0x5571735d59b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d59b0 0.000111
+gallium_dri.so free 0x5571735d5b40 void 0.000109
+gallium_dri.so free 0x5571735d59b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d59b0 0.000111
+gallium_dri.so free 0x5571735d5c00 void 0.000111
+gallium_dri.so free 0x5571735d59b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5bb0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000111
+gallium_dri.so free 0x5571735d5bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5cd0 0.000111
+gallium_dri.so free 0x5571735d5d40 void 0.000111
+gallium_dri.so free 0x5571735d5cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5d60 0.000110
+gallium_dri.so free 0x5571735d5e00 void 0.000115
+gallium_dri.so free 0x5571735d5d60 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5db0 0.000117
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5e80 0.000109
+gallium_dri.so free 0x5571735d5f40 void 0.000173
+gallium_dri.so free 0x5571735d5e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000124
+gallium_dri.so free 0x5571735d5e80 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000120
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so free 0x5571735d5fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000120
+gallium_dri.so free 0x5571735d6140 void 0.000116
+gallium_dri.so free 0x5571735d5fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000119
+gallium_dri.so free 0x5571735d6200 void 0.000119
+gallium_dri.so free 0x5571735d5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d61b0 0.000114
+gallium_dri.so free 0x5571735d6280 void 0.000114
+gallium_dri.so free 0x5571735d61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d62d0 0.000123
+gallium_dri.so free 0x5571735d6340 void 0.000118
+gallium_dri.so free 0x5571735d62d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6380 0.000124
+gallium_dri.so free 0x5571735d6400 void 0.000119
+gallium_dri.so free 0x5571735d6380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6380 0.000114
+gallium_dri.so free 0x5571735d6480 void 0.000129
+gallium_dri.so free 0x5571735d6380 void 0.000119
+gallium_dri.so malloc 72 0x5571735d64b0 0.000124
+gallium_dri.so free 0x5571735d6500 void 0.000130
+gallium_dri.so free 0x5571735d64b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d64b0 0.000123
+gallium_dri.so free 0x5571735d6600 void 0.000119
+gallium_dri.so free 0x5571735d64b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65b0 0.000114
+gallium_dri.so free 0x5571735d66c0 void 0.000114
+gallium_dri.so free 0x5571735d65b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6670 0.000124
+gallium_dri.so free 0x5571735d6700 void 0.000125
+gallium_dri.so free 0x5571735d6670 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6670 0.000123
+gallium_dri.so free 0x5571735d67c0 void 0.000124
+gallium_dri.so free 0x5571735d6670 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6830 0.000131
+gallium_dri.so free 0x5571735d6880 void 0.000125
+gallium_dri.so free 0x5571735d6830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6830 0.000115
+gallium_dri.so free 0x5571735d6980 void 0.000121
+gallium_dri.so free 0x5571735d6830 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6930 0.000125
+gallium_dri.so free 0x5571735d6a40 void 0.000119
+gallium_dri.so free 0x5571735d6930 void 0.000141
+gallium_dri.so malloc 72 0x5571735d69f0 0.000126
+gallium_dri.so free 0x5571735d6a80 void 0.000123
+gallium_dri.so free 0x5571735d69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69f0 0.000116
+gallium_dri.so free 0x5571735d6b40 void 0.000119
+gallium_dri.so free 0x5571735d69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b80 0.000115
+gallium_dri.so free 0x5571735d6c00 void 0.000121
+gallium_dri.so free 0x5571735d6b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6c50 0.000123
+gallium_dri.so free 0x5571735ceb40 void 0.000125
+gallium_dri.so free 0x5571735d6c50 void 0.000124
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000129
+gallium_dri.so free 0x5571735cebc0 void 0.000120
+gallium_dri.so free 0x5571735ceaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000123
+gallium_dri.so free 0x5571735cec80 void 0.000124
+gallium_dri.so free 0x5571735ceaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000123
+gallium_dri.so free 0x5571735ced40 void 0.000162
+gallium_dri.so free 0x5571735ceaf0 void 0.000160
+gallium_dri.so malloc 72 0x5571735cecf0 0.000158
+gallium_dri.so free 0x5571735cedc0 void 0.000123
+gallium_dri.so free 0x5571735cecf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cee10 0.000124
+gallium_dri.so free 0x5571735cee80 void 0.000124
+gallium_dri.so free 0x5571735cee10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceea0 0.000115
+gallium_dri.so free 0x5571735cef40 void 0.000119
+gallium_dri.so free 0x5571735ceea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceef0 0.000115
+gallium_dri.so free 0x5571735cefc0 void 0.000117
+gallium_dri.so free 0x5571735ceef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefc0 0.000118
+gallium_dri.so free 0x5571735cf080 void 0.000115
+gallium_dri.so free 0x5571735cefc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cefc0 0.000131
+gallium_dri.so free 0x5571735cf100 void 0.000130
+gallium_dri.so free 0x5571735cefc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf100 0.000124
+gallium_dri.so free 0x5571735cf1c0 void 0.000125
+gallium_dri.so free 0x5571735cf100 void 0.000140
+gallium_dri.so malloc 72 0x5571735cf100 0.000129
+gallium_dri.so free 0x5571735cf280 void 0.000129
+gallium_dri.so free 0x5571735cf100 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf100 0.000131
+gallium_dri.so free 0x5571735cf340 void 0.000139
+gallium_dri.so free 0x5571735cf100 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000129
+gallium_dri.so free 0x5571735cf3c0 void 0.000129
+gallium_dri.so free 0x5571735cf2f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf410 0.000130
+gallium_dri.so free 0x5571735cf480 void 0.000125
+gallium_dri.so free 0x5571735cf410 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000130
+gallium_dri.so free 0x5571735cf540 void 0.000130
+gallium_dri.so free 0x5571735cf4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000128
+gallium_dri.so free 0x5571735cf5c0 void 0.000129
+gallium_dri.so free 0x5571735cf4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000139
+gallium_dri.so free 0x5571735cf640 void 0.000127
+gallium_dri.so free 0x5571735cf5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf5f0 0.000129
+gallium_dri.so free 0x5571735cf740 void 0.000125
+gallium_dri.so free 0x5571735cf5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000130
+gallium_dri.so free 0x5571735cf800 void 0.000131
+gallium_dri.so free 0x5571735cf6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000129
+gallium_dri.so free 0x5571735cf840 void 0.000130
+gallium_dri.so free 0x5571735cf7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000126
+gallium_dri.so free 0x5571735cf900 void 0.000126
+gallium_dri.so free 0x5571735cf7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf970 0.000133
+gallium_dri.so free 0x5571735cf9c0 void 0.000130
+gallium_dri.so free 0x5571735cf970 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf970 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000126
+gallium_dri.so free 0x5571735cf970 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfa70 0.000190
+gallium_dri.so free 0x5571735cfb80 void 0.000126
+gallium_dri.so free 0x5571735cfa70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfb30 0.000160
+gallium_dri.so free 0x5571735cfbc0 void 0.000161
+gallium_dri.so free 0x5571735cfb30 void 0.000161
+gallium_dri.so malloc 72 0x5571735cfb30 0.000131
+gallium_dri.so free 0x5571735cfc80 void 0.000130
+gallium_dri.so free 0x5571735cfb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000129
+gallium_dri.so free 0x5571735cfd40 void 0.000129
+gallium_dri.so free 0x5571735cfcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfd40 0.000125
+gallium_dri.so free 0x5571735cfe00 void 0.000126
+gallium_dri.so free 0x5571735cfd40 void 0.000141
+gallium_dri.so malloc 72 0x5571735cfd40 0.000135
+gallium_dri.so free 0x5571735cfec0 void 0.000130
+gallium_dri.so free 0x5571735cfd40 void 0.000135
+gallium_dri.so malloc 72 0x5571735cfee0 0.000131
+gallium_dri.so free 0x5571735cff80 void 0.000141
+gallium_dri.so free 0x5571735cfee0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cff30 0.000125
+gallium_dri.so free 0x5571735d0000 void 0.000127
+gallium_dri.so free 0x5571735cff30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cff30 0.000125
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so free 0x5571735cff30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0080 0.000130
+gallium_dri.so free 0x5571735d0140 void 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0080 0.000125
+gallium_dri.so free 0x5571735d0200 void 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0080 0.000122
+gallium_dri.so free 0x5571735d02c0 void 0.000126
+gallium_dri.so free 0x5571735d0080 void 0.000148
+gallium_dri.so malloc 72 0x5571735d0270 0.000126
+gallium_dri.so free 0x5571735d0380 void 0.000128
+gallium_dri.so free 0x5571735d0270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0330 0.000131
+gallium_dri.so free 0x5571735d0400 void 0.000138
+gallium_dri.so free 0x5571735d0330 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0450 0.000130
+gallium_dri.so free 0x5571735d04c0 void 0.000125
+gallium_dri.so free 0x5571735d0450 void 0.000123
+gallium_dri.so malloc 72 0x5571735d04e0 0.000131
+gallium_dri.so free 0x5571735d0580 void 0.000129
+gallium_dri.so free 0x5571735d04e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0530 0.000130
+gallium_dri.so free 0x5571735d0600 void 0.000125
+gallium_dri.so free 0x5571735d0530 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0530 0.000125
+gallium_dri.so free 0x5571735d0680 void 0.000125
+gallium_dri.so free 0x5571735d0530 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0680 0.000124
+gallium_dri.so free 0x5571735d0740 void 0.000120
+gallium_dri.so free 0x5571735d0680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0680 0.000126
+gallium_dri.so free 0x5571735d0840 void 0.000123
+gallium_dri.so free 0x5571735d0680 void 0.000118
+gallium_dri.so malloc 72 0x5571735d07f0 0.000121
+gallium_dri.so free 0x5571735d0880 void 0.000126
+gallium_dri.so free 0x5571735d07f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d07f0 0.000160
+gallium_dri.so free 0x5571735d0940 void 0.000160
+gallium_dri.so free 0x5571735d07f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0980 0.000169
+gallium_dri.so free 0x5571735d0a00 void 0.000165
+gallium_dri.so free 0x5571735d0980 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a00 0.000125
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a00 0.000131
+gallium_dri.so free 0x5571735d0b40 void 0.000130
+gallium_dri.so free 0x5571735d0a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b70 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000126
+gallium_dri.so free 0x5571735d0b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0b70 0.000126
+gallium_dri.so free 0x5571735d0cc0 void 0.000130
+gallium_dri.so free 0x5571735d0b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0d00 0.000130
+gallium_dri.so free 0x5571735d0d80 void 0.000152
+gallium_dri.so free 0x5571735d0d00 void 0.000147
+gallium_dri.so malloc 72 0x5571735d0d80 0.000145
+gallium_dri.so free 0x5571735d0e40 void 0.000171
+gallium_dri.so free 0x5571735d0d80 void 0.000154
+gallium_dri.so malloc 72 0x5571735d0d80 0.000150
+gallium_dri.so free 0x5571735d0ec0 void 0.000145
+gallium_dri.so free 0x5571735d0d80 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000136
+gallium_dri.so free 0x5571735d0f40 void 0.000140
+gallium_dri.so free 0x5571735d0ef0 void 0.000154
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000146
+gallium_dri.so free 0x5571735d1040 void 0.000145
+gallium_dri.so free 0x5571735d0ef0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000141
+gallium_dri.so free 0x5571735d1100 void 0.000143
+gallium_dri.so free 0x5571735d0ff0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d10b0 0.000145
+gallium_dri.so free 0x5571735d1180 void 0.000157
+gallium_dri.so free 0x5571735d10b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d10b0 0.000141
+gallium_dri.so free 0x5571735d1240 void 0.000137
+gallium_dri.so free 0x5571735d10b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d10b0 0.000145
+gallium_dri.so free 0x5571735d1300 void 0.000146
+gallium_dri.so free 0x5571735d10b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d12b0 0.000146
+gallium_dri.so free 0x5571735d1380 void 0.000176
+gallium_dri.so free 0x5571735d12b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735d13d0 0.000145
+gallium_dri.so free 0x5571735d1440 void 0.000146
+gallium_dri.so free 0x5571735d13d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d1460 0.000140
+gallium_dri.so free 0x5571735d1500 void 0.000136
+gallium_dri.so free 0x5571735d1460 void 0.000140
+gallium_dri.so malloc 72 0x5571735d14b0 0.000146
+gallium_dri.so free 0x5571735d1580 void 0.000158
+gallium_dri.so free 0x5571735d14b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1580 0.000145
+gallium_dri.so free 0x5571735d1640 void 0.000146
+gallium_dri.so free 0x5571735d1580 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1580 0.000144
+gallium_dri.so free 0x5571735d16c0 void 0.000147
+gallium_dri.so free 0x5571735d1580 void 0.000147
+gallium_dri.so malloc 72 0x5571735d16c0 0.000147
+gallium_dri.so free 0x5571735d1780 void 0.000141
+gallium_dri.so free 0x5571735d16c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d16c0 0.000146
+gallium_dri.so free 0x5571735d1840 void 0.000146
+gallium_dri.so free 0x5571735d16c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d16c0 0.000145
+gallium_dri.so free 0x5571735d1900 void 0.000140
+gallium_dri.so free 0x5571735d16c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d18b0 0.000150
+gallium_dri.so free 0x5571735d1980 void 0.000153
+gallium_dri.so free 0x5571735d18b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d19d0 0.000146
+gallium_dri.so free 0x5571735d1a40 void 0.000145
+gallium_dri.so free 0x5571735d19d0 void 0.000153
+gallium_dri.so malloc 72 0x5571735d1a80 0.000131
+gallium_dri.so free 0x5571735d1b00 void 0.000130
+gallium_dri.so free 0x5571735d1a80 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1a80 0.000132
+gallium_dri.so free 0x5571735d1b80 void 0.000131
+gallium_dri.so free 0x5571735d1a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000122
+gallium_dri.so free 0x5571735d1c00 void 0.000125
+gallium_dri.so free 0x5571735d1bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000131
+gallium_dri.so free 0x5571735d1d00 void 0.000133
+gallium_dri.so free 0x5571735d1bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000130
+gallium_dri.so free 0x5571735d1dc0 void 0.000129
+gallium_dri.so free 0x5571735d1cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1d70 0.000148
+gallium_dri.so free 0x5571735d1e00 void 0.000131
+gallium_dri.so free 0x5571735d1d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1d70 0.000129
+gallium_dri.so free 0x5571735d1ec0 void 0.000125
+gallium_dri.so free 0x5571735d1d70 void 0.000142
+gallium_dri.so malloc 72 0x5571735d1f30 0.000130
+gallium_dri.so free 0x5571735d1f80 void 0.000129
+gallium_dri.so free 0x5571735d1f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1f30 0.000143
+gallium_dri.so free 0x5571735d2080 void 0.000127
+gallium_dri.so free 0x5571735d1f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2030 0.000130
+gallium_dri.so free 0x5571735d2140 void 0.000124
+gallium_dri.so free 0x5571735d2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d20f0 0.000124
+gallium_dri.so free 0x5571735d2180 void 0.000127
+gallium_dri.so free 0x5571735d20f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d20f0 0.000125
+gallium_dri.so free 0x5571735d2240 void 0.000121
+gallium_dri.so free 0x5571735d20f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2280 0.000125
+gallium_dri.so free 0x5571735d2300 void 0.000136
+gallium_dri.so free 0x5571735d2280 void 0.000284
+gallium_dri.so malloc 72 0x5571735d2300 0.000279
+gallium_dri.so free 0x5571735d23c0 void 0.000166
+gallium_dri.so free 0x5571735d2300 void 0.000349
+gallium_dri.so malloc 72 0x5571735d2300 0.000270
+gallium_dri.so free 0x5571735d2480 void 0.000327
+gallium_dri.so free 0x5571735d2300 void 0.000287
+gallium_dri.so malloc 72 0x5571735d24a0 0.000280
+gallium_dri.so free 0x5571735d2540 void 0.000280
+gallium_dri.so free 0x5571735d24a0 void 0.000284
+gallium_dri.so malloc 72 0x5571735d24f0 0.000232
+gallium_dri.so free 0x5571735d25c0 void 0.000187
+gallium_dri.so free 0x5571735d24f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d24f0 0.000137
+gallium_dri.so free 0x5571735d2640 void 0.000137
+gallium_dri.so free 0x5571735d24f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d2640 0.000137
+gallium_dri.so free 0x5571735d2700 void 0.000136
+gallium_dri.so free 0x5571735d2640 void 0.000136
+gallium_dri.so malloc 72 0x5571735d2640 0.000136
+gallium_dri.so free 0x5571735d27c0 void 0.000131
+gallium_dri.so free 0x5571735d2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2640 0.000138
+gallium_dri.so free 0x5571735d2880 void 0.000245
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2830 0.000132
+gallium_dri.so free 0x5571735d2940 void 0.000137
+gallium_dri.so free 0x5571735d2830 void 0.000147
+gallium_dri.so malloc 72 0x5571735d28f0 0.000139
+gallium_dri.so free 0x5571735d29c0 void 0.000133
+gallium_dri.so free 0x5571735d28f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2a10 0.000135
+gallium_dri.so free 0x5571735d2a80 void 0.000165
+gallium_dri.so free 0x5571735d2a10 void 0.000139
+gallium_dri.so malloc 72 0x5571735d2aa0 0.000136
+gallium_dri.so free 0x5571735d2b40 void 0.000136
+gallium_dri.so free 0x5571735d2aa0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d2af0 0.000138
+gallium_dri.so free 0x5571735d2bc0 void 0.000136
+gallium_dri.so free 0x5571735d2af0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d2af0 0.000132
+gallium_dri.so free 0x5571735d2c40 void 0.000134
+gallium_dri.so free 0x5571735d2af0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d2c40 0.000132
+gallium_dri.so free 0x5571735d2d00 void 0.000129
+gallium_dri.so free 0x5571735d2c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2c40 0.000136
+gallium_dri.so free 0x5571735d2e00 void 0.000137
+gallium_dri.so free 0x5571735d2c40 void 0.000139
+gallium_dri.so malloc 72 0x5571735d2db0 0.000131
+gallium_dri.so free 0x5571735d2e40 void 0.000133
+gallium_dri.so free 0x5571735d2db0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d2db0 0.000138
+gallium_dri.so free 0x5571735d2f00 void 0.000138
+gallium_dri.so free 0x5571735d2db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2f40 0.000168
+gallium_dri.so free 0x5571735d2fc0 void 0.000178
+gallium_dri.so free 0x5571735d2f40 void 0.000175
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000166
+gallium_dri.so free 0x5571735d3080 void 0.000164
+gallium_dri.so free 0x5571735d2fc0 void 0.000178
+gallium_dri.so malloc 72 0x5571735d2fc0 0.000159
+gallium_dri.so free 0x5571735d3100 void 0.000166
+gallium_dri.so free 0x5571735d2fc0 void 0.000179
+gallium_dri.so malloc 72 0x5571735d3130 0.000175
+gallium_dri.so free 0x5571735d3180 void 0.000173
+gallium_dri.so free 0x5571735d3130 void 0.000204
+gallium_dri.so malloc 72 0x5571735d3130 0.000177
+gallium_dri.so free 0x5571735d3280 void 0.000166
+gallium_dri.so free 0x5571735d3130 void 0.000164
+gallium_dri.so malloc 72 0x5571735d32c0 0.000174
+gallium_dri.so free 0x5571735d3340 void 0.000176
+gallium_dri.so free 0x5571735d32c0 void 0.000175
+gallium_dri.so malloc 72 0x5571735d3340 0.000144
+gallium_dri.so free 0x5571735d3400 void 0.000127
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3340 0.000119
+gallium_dri.so free 0x5571735d3480 void 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d34b0 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x5571735d34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d34b0 0.000112
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x5571735d34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000114
+gallium_dri.so free 0x5571735c0000 void 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000112
+gallium_dri.so free 0x5571735d3500 void 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe40 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000125
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c00c0 0.000113
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so free 0x5571735c00c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0140 0.000126
+gallium_dri.so free 0x5571735c0200 void 0.000117
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0140 0.000112
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02b0 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000114
+gallium_dri.so free 0x5571735c03c0 void 0.000115
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735c04c0 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0470 0.000113
+gallium_dri.so free 0x5571735c0580 void 0.000114
+gallium_dri.so free 0x5571735c0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0530 0.000114
+gallium_dri.so free 0x5571735c05c0 void 0.000114
+gallium_dri.so free 0x5571735c0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0530 0.000112
+gallium_dri.so free 0x5571735c0680 void 0.000115
+gallium_dri.so free 0x5571735c0530 void 0.000112
+gallium_dri.so malloc 72 0x5571735c06c0 0.000114
+gallium_dri.so free 0x5571735c0740 void 0.000113
+gallium_dri.so free 0x5571735c06c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0740 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000169
+gallium_dri.so free 0x5571735c0740 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0740 0.000235
+gallium_dri.so free 0x5571735c0880 void 0.000236
+gallium_dri.so free 0x5571735c0740 void 0.000258
+gallium_dri.so malloc 72 0x5571735c0740 0.000218
+gallium_dri.so free 0x5571735c0940 void 0.000198
+gallium_dri.so free 0x5571735c0740 void 0.000190
+gallium_dri.so malloc 72 0x5571735c0740 0.000161
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so free 0x5571735c0740 void 0.000123
+gallium_dri.so malloc 72 0x5571735c09b0 0.000119
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so free 0x5571735c09b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ad0 0.000117
+gallium_dri.so free 0x5571735c0b40 void 0.000117
+gallium_dri.so free 0x5571735c0ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b60 0.000119
+gallium_dri.so free 0x5571735c0c00 void 0.000117
+gallium_dri.so free 0x5571735c0b60 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000118
+gallium_dri.so free 0x5571735c0c80 void 0.000125
+gallium_dri.so free 0x5571735c0bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000109
+gallium_dri.so free 0x5571735c0d80 void 0.000111
+gallium_dri.so free 0x5571735c0bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0d30 0.000111
+gallium_dri.so free 0x5571735c0e00 void 0.000110
+gallium_dri.so free 0x5571735c0d30 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0e50 0.000109
+gallium_dri.so free 0x5571735c0ec0 void 0.000110
+gallium_dri.so free 0x5571735c0e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0ee0 0.000111
+gallium_dri.so free 0x5571735c0f80 void 0.000112
+gallium_dri.so free 0x5571735c0ee0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0f30 0.000109
+gallium_dri.so free 0x5571735c1000 void 0.000109
+gallium_dri.so free 0x5571735c0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0f30 0.000110
+gallium_dri.so free 0x5571735c1080 void 0.000111
+gallium_dri.so free 0x5571735c0f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1080 0.000110
+gallium_dri.so free 0x5571735c1140 void 0.000117
+gallium_dri.so free 0x5571735c1080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1080 0.000113
+gallium_dri.so free 0x5571735c1240 void 0.000111
+gallium_dri.so free 0x5571735c1080 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1080 0.000110
+gallium_dri.so free 0x5571735c12c0 void 0.000111
+gallium_dri.so free 0x5571735c1080 void 0.000127
+gallium_dri.so malloc 72 0x5571735c12f0 0.000119
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so free 0x5571735c12f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c12f0 0.000120
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so free 0x5571735c12f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c13f0 0.000117
+gallium_dri.so free 0x5571735c1500 void 0.000118
+gallium_dri.so free 0x5571735c13f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000117
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c14b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000118
+gallium_dri.so free 0x5571735c1600 void 0.000117
+gallium_dri.so free 0x5571735c14b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1650 0.000117
+gallium_dri.so free 0x5571735c16c0 void 0.000117
+gallium_dri.so free 0x5571735c1650 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1700 0.000119
+gallium_dri.so free 0x5571735c1780 void 0.000117
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1780 0.000118
+gallium_dri.so free 0x5571735c1840 void 0.000117
+gallium_dri.so free 0x5571735c1780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1780 0.000117
+gallium_dri.so free 0x5571735c18c0 void 0.000154
+gallium_dri.so free 0x5571735c1780 void 0.000120
+gallium_dri.so malloc 72 0x5571735c18f0 0.000110
+gallium_dri.so free 0x5571735c1940 void 0.000111
+gallium_dri.so free 0x5571735c18f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c18f0 0.000110
+gallium_dri.so free 0x5571735c1a40 void 0.000111
+gallium_dri.so free 0x5571735c18f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c19f0 0.000110
+gallium_dri.so free 0x5571735c1b00 void 0.000110
+gallium_dri.so free 0x5571735c19f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000112
+gallium_dri.so free 0x5571735c1b80 void 0.000110
+gallium_dri.so free 0x5571735c1ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1ba0 0.000110
+gallium_dri.so free 0x5571735c1c40 void 0.000110
+gallium_dri.so free 0x5571735c1ba0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000110
+gallium_dri.so free 0x5571735c1cc0 void 0.000109
+gallium_dri.so free 0x5571735c1bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000109
+gallium_dri.so free 0x5571735c1d40 void 0.000111
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1d40 0.000119
+gallium_dri.so free 0x5571735c1e00 void 0.000112
+gallium_dri.so free 0x5571735c1d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1d40 0.000110
+gallium_dri.so free 0x5571735c1ec0 void 0.000110
+gallium_dri.so free 0x5571735c1d40 void 0.000158
+gallium_dri.so malloc 72 0x5571735c1d40 0.000139
+gallium_dri.so free 0x5571735c1f80 void 0.000138
+gallium_dri.so free 0x5571735c1d40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1f30 0.000134
+gallium_dri.so free 0x5571735c1f80 void 0.000135
+gallium_dri.so free 0x5571735c1f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1f30 0.000131
+gallium_dri.so free 0x5571735c2080 void 0.000132
+gallium_dri.so free 0x5571735c1f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2030 0.000132
+gallium_dri.so free 0x5571735c2140 void 0.000132
+gallium_dri.so free 0x5571735c2030 void 0.000130
+gallium_dri.so malloc 72 0x5571735c20f0 0.000132
+gallium_dri.so free 0x5571735c2180 void 0.000130
+gallium_dri.so free 0x5571735c20f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c20f0 0.000130
+gallium_dri.so free 0x5571735c2240 void 0.000131
+gallium_dri.so free 0x5571735c20f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2280 0.000132
+gallium_dri.so free 0x5571735c2300 void 0.000131
+gallium_dri.so free 0x5571735c2280 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2300 0.000130
+gallium_dri.so free 0x5571735c23c0 void 0.000142
+gallium_dri.so free 0x5571735c2300 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2300 0.000127
+gallium_dri.so free 0x5571735c2480 void 0.000126
+gallium_dri.so free 0x5571735c2300 void 0.000124
+gallium_dri.so malloc 72 0x5571735c24a0 0.000125
+gallium_dri.so free 0x5571735c2540 void 0.000126
+gallium_dri.so free 0x5571735c24a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c24f0 0.000125
+gallium_dri.so free 0x5571735c25c0 void 0.000127
+gallium_dri.so free 0x5571735c24f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c24f0 0.000126
+gallium_dri.so free 0x5571735c2640 void 0.000127
+gallium_dri.so free 0x5571735c24f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2640 0.000132
+gallium_dri.so free 0x5571735c2700 void 0.000123
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2640 0.000114
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2830 0.000114
+gallium_dri.so free 0x5571735c2940 void 0.000127
+gallium_dri.so free 0x5571735c2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c28f0 0.000136
+gallium_dri.so free 0x5571735c29c0 void 0.000119
+gallium_dri.so free 0x5571735c28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a10 0.000118
+gallium_dri.so free 0x5571735c2a80 void 0.000118
+gallium_dri.so free 0x5571735c2a10 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2aa0 0.000119
+gallium_dri.so free 0x5571735c2b40 void 0.000119
+gallium_dri.so free 0x5571735c2aa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2af0 0.000118
+gallium_dri.so free 0x5571735c2bc0 void 0.000118
+gallium_dri.so free 0x5571735c2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2af0 0.000118
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c40 0.000120
+gallium_dri.so free 0x5571735c2d00 void 0.000119
+gallium_dri.so free 0x5571735c2c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c40 0.000117
+gallium_dri.so free 0x5571735c2e00 void 0.000118
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2db0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000118
+gallium_dri.so free 0x5571735c2db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2db0 0.000116
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so free 0x5571735c2db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2f40 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000112
+gallium_dri.so free 0x5571735c2f40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000111
+gallium_dri.so free 0x5571735c3080 void 0.000111
+gallium_dri.so free 0x5571735c2fc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000111
+gallium_dri.so free 0x5571735c3100 void 0.000110
+gallium_dri.so free 0x5571735c2fc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3130 0.000110
+gallium_dri.so free 0x5571735c3180 void 0.000112
+gallium_dri.so free 0x5571735c3130 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3130 0.000111
+gallium_dri.so free 0x5571735c3280 void 0.000110
+gallium_dri.so free 0x5571735c3130 void 0.000110
+gallium_dri.so malloc 72 0x5571735c32c0 0.000110
+gallium_dri.so free 0x5571735c3340 void 0.000109
+gallium_dri.so free 0x5571735c32c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3340 0.000111
+gallium_dri.so free 0x5571735c3400 void 0.000110
+gallium_dri.so free 0x5571735c3340 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3340 0.000115
+gallium_dri.so free 0x5571735c3480 void 0.000119
+gallium_dri.so free 0x5571735c3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c34b0 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000113
+gallium_dri.so free 0x5571735c34b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c34b0 0.000164
+gallium_dri.so free 0x5571735c3600 void 0.000120
+gallium_dri.so free 0x5571735c34b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c35b0 0.000115
+gallium_dri.so free 0x5571735c36c0 void 0.000115
+gallium_dri.so free 0x5571735c35b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3670 0.000115
+gallium_dri.so free 0x5571735c3740 void 0.000115
+gallium_dri.so free 0x5571735c3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3670 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000115
+gallium_dri.so free 0x5571735c3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3670 0.000114
+gallium_dri.so free 0x5571735c38c0 void 0.000114
+gallium_dri.so free 0x5571735c3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3870 0.000113
+gallium_dri.so free 0x5571735c3940 void 0.000114
+gallium_dri.so free 0x5571735c3870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3990 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000115
+gallium_dri.so free 0x5571735c3990 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3a20 0.000114
+gallium_dri.so free 0x5571735c3ac0 void 0.000113
+gallium_dri.so free 0x5571735c3a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3a70 0.000113
+gallium_dri.so free 0x5571735c3b40 void 0.000114
+gallium_dri.so free 0x5571735c3a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b40 0.000181
+gallium_dri.so free 0x5571735c3c00 void 0.000117
+gallium_dri.so free 0x5571735c3b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b40 0.000113
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c80 0.000114
+gallium_dri.so free 0x5571735c3d40 void 0.000112
+gallium_dri.so free 0x5571735c3c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3c80 0.000112
+gallium_dri.so free 0x5571735c3e00 void 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c80 0.000122
+gallium_dri.so free 0x5571735c3ec0 void 0.000120
+gallium_dri.so free 0x5571735c3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e70 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000116
+gallium_dri.so free 0x5571735c3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f90 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000116
+gallium_dri.so free 0x5571735c3f90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4040 0.000115
+gallium_dri.so free 0x5571735c40c0 void 0.000116
+gallium_dri.so free 0x5571735c4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4040 0.000114
+gallium_dri.so free 0x5571735c4140 void 0.000115
+gallium_dri.so free 0x5571735c4040 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4170 0.000125
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so free 0x5571735c4170 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4170 0.000126
+gallium_dri.so free 0x5571735c42c0 void 0.000115
+gallium_dri.so free 0x5571735c4170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735c4380 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4330 0.000112
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735c4330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4330 0.000114
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so free 0x5571735c4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c44f0 0.000115
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so free 0x5571735c44f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44f0 0.000114
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c44f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45f0 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000119
+gallium_dri.so free 0x5571735c45f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46b0 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c46b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46b0 0.000114
+gallium_dri.so free 0x5571735c4800 void 0.000116
+gallium_dri.so free 0x5571735c46b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4840 0.000113
+gallium_dri.so free 0x5571735c48c0 void 0.000115
+gallium_dri.so free 0x5571735c4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48c0 0.000113
+gallium_dri.so free 0x5571735c4980 void 0.000115
+gallium_dri.so free 0x5571735c48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48c0 0.000116
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c48c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a60 0.000112
+gallium_dri.so free 0x5571735c4b00 void 0.000114
+gallium_dri.so free 0x5571735c4a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000113
+gallium_dri.so free 0x5571735c4b80 void 0.000117
+gallium_dri.so free 0x5571735c4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c00 0.000112
+gallium_dri.so free 0x5571735c4cc0 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4d80 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c00 0.000117
+gallium_dri.so free 0x5571735c4e40 void 0.000173
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4df0 0.000114
+gallium_dri.so free 0x5571735c4f00 void 0.000114
+gallium_dri.so free 0x5571735c4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4eb0 0.000112
+gallium_dri.so free 0x5571735c4f80 void 0.000116
+gallium_dri.so free 0x5571735c4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4fd0 0.000113
+gallium_dri.so free 0x5571735c5040 void 0.000115
+gallium_dri.so free 0x5571735c4fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4fd0 0.000112
+gallium_dri.so free 0x557173462440 void 0.000115
+gallium_dri.so free 0x5571735c4fd0 void 0.000112
+gallium_dri.so malloc 72 0x557173462470 0.000112
+gallium_dri.so free 0x5571734624c0 void 0.000115
+gallium_dri.so free 0x557173462470 void 0.000112
+gallium_dri.so malloc 72 0x557173462470 0.000113
+gallium_dri.so free 0x5571734625c0 void 0.000116
+gallium_dri.so free 0x557173462470 void 0.000113
+gallium_dri.so malloc 72 0x557173462570 0.000113
+gallium_dri.so free 0x557173462680 void 0.000115
+gallium_dri.so free 0x557173462570 void 0.000112
+gallium_dri.so malloc 72 0x557173462630 0.000115
+gallium_dri.so free 0x557173462700 void 0.000115
+gallium_dri.so free 0x557173462630 void 0.000113
+gallium_dri.so malloc 72 0x557173462720 0.000112
+gallium_dri.so free 0x5571734627c0 void 0.000123
+gallium_dri.so free 0x557173462720 void 0.000113
+gallium_dri.so malloc 72 0x557173462770 0.000113
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x557173462770 void 0.000113
+gallium_dri.so malloc 72 0x557173462770 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so free 0x557173462770 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462980 void 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000111
+gallium_dri.so free 0x557173462a40 void 0.000118
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x557173462ab0 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000114
+gallium_dri.so free 0x557173462ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173462ab0 0.000113
+gallium_dri.so free 0x557173462c00 void 0.000115
+gallium_dri.so free 0x557173462ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bb0 0.000113
+gallium_dri.so free 0x557173462cc0 void 0.000115
+gallium_dri.so free 0x557173462bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462c70 0.000113
+gallium_dri.so free 0x557173462d00 void 0.000114
+gallium_dri.so free 0x557173462c70 void 0.000143
+gallium_dri.so malloc 72 0x557173462c70 0.000115
+gallium_dri.so free 0x557173462dc0 void 0.000115
+gallium_dri.so free 0x557173462c70 void 0.000114
+gallium_dri.so malloc 72 0x557173462e00 0.000112
+gallium_dri.so free 0x557173462e80 void 0.000116
+gallium_dri.so free 0x557173462e00 void 0.000113
+gallium_dri.so malloc 72 0x557173462e80 0.000114
+gallium_dri.so free 0x557173462f40 void 0.000114
+gallium_dri.so free 0x557173462e80 void 0.000112
+gallium_dri.so malloc 72 0x557173462e80 0.000114
+gallium_dri.so free 0x557173463000 void 0.000116
+gallium_dri.so free 0x557173462e80 void 0.000120
+gallium_dri.so malloc 72 0x557173463020 0.000113
+gallium_dri.so free 0x5571734630c0 void 0.000115
+gallium_dri.so free 0x557173463020 void 0.000114
+gallium_dri.so malloc 72 0x557173463070 0.000114
+gallium_dri.so free 0x557173463140 void 0.000114
+gallium_dri.so free 0x557173463070 void 0.000113
+gallium_dri.so malloc 72 0x557173463070 0.000112
+gallium_dri.so free 0x5571734631c0 void 0.000115
+gallium_dri.so free 0x557173463070 void 0.000114
+gallium_dri.so malloc 72 0x5571734631c0 0.000113
+gallium_dri.so free 0x557173463280 void 0.000112
+gallium_dri.so free 0x5571734631c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734631c0 0.000113
+gallium_dri.so free 0x557173463340 void 0.000115
+gallium_dri.so free 0x5571734631c0 void 0.000172
+gallium_dri.so malloc 72 0x5571734631c0 0.000116
+gallium_dri.so free 0x557173463400 void 0.000116
+gallium_dri.so free 0x5571734631c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734633b0 0.000114
+gallium_dri.so free 0x5571734634c0 void 0.000116
+gallium_dri.so free 0x5571734633b0 void 0.000115
+gallium_dri.so malloc 72 0x557173463470 0.000113
+gallium_dri.so free 0x557173463540 void 0.000114
+gallium_dri.so free 0x557173463470 void 0.000113
+gallium_dri.so malloc 72 0x557173463590 0.000113
+gallium_dri.so free 0x557173463600 void 0.000115
+gallium_dri.so free 0x557173463590 void 0.000113
+gallium_dri.so malloc 72 0x557173463620 0.000114
+gallium_dri.so free 0x5571734636c0 void 0.000114
+gallium_dri.so free 0x557173463620 void 0.000112
+gallium_dri.so malloc 72 0x557173463670 0.000114
+gallium_dri.so free 0x557173463740 void 0.000114
+gallium_dri.so free 0x557173463670 void 0.000113
+gallium_dri.so malloc 72 0x557173463670 0.000115
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463670 void 0.000112
+gallium_dri.so malloc 72 0x5571734637c0 0.000114
+gallium_dri.so free 0x557173463880 void 0.000115
+gallium_dri.so free 0x5571734637c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734637c0 0.000114
+gallium_dri.so free 0x557173463980 void 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000132
+gallium_dri.so malloc 72 0x557173463930 0.000125
+gallium_dri.so free 0x5571734639c0 void 0.000116
+gallium_dri.so free 0x557173463930 void 0.000118
+gallium_dri.so malloc 72 0x557173463930 0.000122
+gallium_dri.so free 0x557173463a80 void 0.000119
+gallium_dri.so free 0x557173463930 void 0.000112
+gallium_dri.so malloc 72 0x557173463ac0 0.000115
+gallium_dri.so free 0x557173463b40 void 0.000115
+gallium_dri.so free 0x557173463ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173463b40 0.000113
+gallium_dri.so free 0x557173463c00 void 0.000115
+gallium_dri.so free 0x557173463b40 void 0.000113
+gallium_dri.so malloc 72 0x557173463b40 0.000113
+gallium_dri.so free 0x557173463c80 void 0.000113
+gallium_dri.so free 0x557173463b40 void 0.000114
+gallium_dri.so malloc 72 0x557173463cb0 0.000115
+gallium_dri.so free 0x557173463d00 void 0.000115
+gallium_dri.so free 0x557173463cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173463cb0 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000113
+gallium_dri.so free 0x557173463cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173463e40 0.000113
+gallium_dri.so free 0x557173463ec0 void 0.000114
+gallium_dri.so free 0x557173463e40 void 0.000112
+gallium_dri.so malloc 72 0x557173463ec0 0.000113
+gallium_dri.so free 0x557173463f80 void 0.000116
+gallium_dri.so free 0x557173463ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173463ec0 0.000115
+gallium_dri.so free 0x557173464000 void 0.000115
+gallium_dri.so free 0x557173463ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173464030 0.000114
+gallium_dri.so free 0x557173464080 void 0.000114
+gallium_dri.so free 0x557173464030 void 0.000114
+gallium_dri.so malloc 72 0x557173464030 0.000113
+gallium_dri.so free 0x557173464180 void 0.000114
+gallium_dri.so free 0x557173464030 void 0.000113
+gallium_dri.so malloc 72 0x557173464130 0.000113
+gallium_dri.so free 0x557173464240 void 0.000114
+gallium_dri.so free 0x557173464130 void 0.000112
+gallium_dri.so malloc 72 0x5571734641f0 0.000115
+gallium_dri.so free 0x5571734642c0 void 0.000122
+gallium_dri.so free 0x5571734641f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734641f0 0.000115
+gallium_dri.so free 0x557173464380 void 0.000115
+gallium_dri.so free 0x5571734641f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734641f0 0.000113
+gallium_dri.so free 0x557173464440 void 0.000115
+gallium_dri.so free 0x5571734641f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734643f0 0.000113
+gallium_dri.so free 0x5571734644c0 void 0.000115
+gallium_dri.so free 0x5571734643f0 void 0.000113
+gallium_dri.so malloc 72 0x557173464510 0.000113
+gallium_dri.so free 0x557173464580 void 0.000113
+gallium_dri.so free 0x557173464510 void 0.000167
+gallium_dri.so malloc 72 0x5571734645a0 0.000112
+gallium_dri.so free 0x557173464640 void 0.000112
+gallium_dri.so free 0x5571734645a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734645f0 0.000114
+gallium_dri.so free 0x5571734646c0 void 0.000112
+gallium_dri.so free 0x5571734645f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734646c0 0.000117
+gallium_dri.so free 0x557173464780 void 0.000119
+gallium_dri.so free 0x5571734646c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734646c0 0.000114
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x5571734646c0 void 0.000113
+gallium_dri.so malloc 72 0x557173464800 0.000125
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464800 void 0.000117
+gallium_dri.so malloc 72 0x557173464800 0.000119
+gallium_dri.so free 0x557173464980 void 0.000125
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so malloc 72 0x557173464800 0.000119
+gallium_dri.so free 0x557173464a40 void 0.000120
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so malloc 72 0x5571734649f0 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x5571734649f0 void 0.000121
+gallium_dri.so malloc 72 0x557173464b10 0.000117
+gallium_dri.so free 0x557173464b80 void 0.000128
+gallium_dri.so free 0x557173464b10 void 0.000116
+gallium_dri.so malloc 72 0x557173464bc0 0.000213
+gallium_dri.so free 0x557173464c40 void 0.000214
+gallium_dri.so free 0x557173464bc0 void 0.000216
+gallium_dri.so malloc 72 0x557173464bc0 0.000126
+gallium_dri.so free 0x557173464cc0 void 0.000125
+gallium_dri.so free 0x557173464bc0 void 0.000125
+gallium_dri.so malloc 72 0x557173464cf0 0.000125
+gallium_dri.so free 0x557173464d40 void 0.000125
+gallium_dri.so free 0x557173464cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173464cf0 0.000119
+gallium_dri.so free 0x557173464e40 void 0.000124
+gallium_dri.so free 0x557173464cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173464df0 0.000115
+gallium_dri.so free 0x557173464f00 void 0.000115
+gallium_dri.so free 0x557173464df0 void 0.000114
+gallium_dri.so malloc 72 0x557173464eb0 0.000114
+gallium_dri.so free 0x557173464f40 void 0.000116
+gallium_dri.so free 0x557173464eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464eb0 0.000115
+gallium_dri.so free 0x557173465000 void 0.000139
+gallium_dri.so free 0x557173464eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173465070 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000112
+gallium_dri.so malloc 72 0x557173465070 0.000114
+gallium_dri.so free 0x5571734651c0 void 0.000115
+gallium_dri.so free 0x557173465070 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x557173465280 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000114
+gallium_dri.so malloc 72 0x557173465230 0.000114
+gallium_dri.so free 0x5571734652c0 void 0.000116
+gallium_dri.so free 0x557173465230 void 0.000113
+gallium_dri.so malloc 72 0x557173465230 0.000114
+gallium_dri.so free 0x557173465380 void 0.000115
+gallium_dri.so free 0x557173465230 void 0.000113
+gallium_dri.so malloc 72 0x5571734653c0 0.000114
+gallium_dri.so free 0x557173465440 void 0.000114
+gallium_dri.so free 0x5571734653c0 void 0.000114
+gallium_dri.so malloc 72 0x557173465440 0.000116
+gallium_dri.so free 0x557173465500 void 0.000122
+gallium_dri.so free 0x557173465440 void 0.000123
+gallium_dri.so malloc 72 0x557173465440 0.000118
+gallium_dri.so free 0x5571734655c0 void 0.000116
+gallium_dri.so free 0x557173465440 void 0.000113
+gallium_dri.so malloc 72 0x5571734655e0 0.000114
+gallium_dri.so free 0x557173465680 void 0.000173
+gallium_dri.so free 0x5571734655e0 void 0.000115
+gallium_dri.so malloc 72 0x557173465630 0.000114
+gallium_dri.so free 0x557173465700 void 0.000114
+gallium_dri.so free 0x557173465630 void 0.000113
+gallium_dri.so malloc 72 0x557173465630 0.000112
+gallium_dri.so free 0x557173465780 void 0.000113
+gallium_dri.so free 0x557173465630 void 0.000119
+gallium_dri.so malloc 72 0x557173465780 0.000119
+gallium_dri.so free 0x557173465840 void 0.000124
+gallium_dri.so free 0x557173465780 void 0.000125
+gallium_dri.so malloc 72 0x557173465780 0.000119
+gallium_dri.so free 0x557173465900 void 0.000120
+gallium_dri.so free 0x557173465780 void 0.000119
+gallium_dri.so malloc 72 0x557173465780 0.000119
+gallium_dri.so free 0x5571734659c0 void 0.000129
+gallium_dri.so free 0x557173465780 void 0.000124
+gallium_dri.so malloc 72 0x557173465970 0.000127
+gallium_dri.so free 0x557173465a80 void 0.000130
+gallium_dri.so free 0x557173465970 void 0.000129
+gallium_dri.so malloc 72 0x557173465a30 0.000129
+gallium_dri.so free 0x557173465b00 void 0.000128
+gallium_dri.so free 0x557173465a30 void 0.000128
+gallium_dri.so malloc 72 0x557173465b50 0.000126
+gallium_dri.so free 0x557173465bc0 void 0.000126
+gallium_dri.so free 0x557173465b50 void 0.000136
+gallium_dri.so malloc 72 0x557173465be0 0.000127
+gallium_dri.so free 0x557173465c80 void 0.000125
+gallium_dri.so free 0x557173465be0 void 0.000127
+gallium_dri.so malloc 72 0x557173465c30 0.000127
+gallium_dri.so free 0x557173465d00 void 0.000127
+gallium_dri.so free 0x557173465c30 void 0.000123
+gallium_dri.so malloc 72 0x557173465c30 0.000127
+gallium_dri.so free 0x557173465d80 void 0.000127
+gallium_dri.so free 0x557173465c30 void 0.000126
+gallium_dri.so malloc 72 0x557173465d80 0.000126
+gallium_dri.so free 0x557173465e40 void 0.000124
+gallium_dri.so free 0x557173465d80 void 0.000123
+gallium_dri.so malloc 72 0x557173465d80 0.000125
+gallium_dri.so free 0x557173465f40 void 0.000125
+gallium_dri.so free 0x557173465d80 void 0.000127
+gallium_dri.so malloc 72 0x557173465ef0 0.000126
+gallium_dri.so free 0x557173465f80 void 0.000126
+gallium_dri.so free 0x557173465ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173465ef0 0.000126
+gallium_dri.so free 0x557173466040 void 0.000127
+gallium_dri.so free 0x557173465ef0 void 0.000127
+gallium_dri.so malloc 72 0x557173466080 0.000126
+gallium_dri.so free 0x557173466100 void 0.000127
+gallium_dri.so free 0x557173466080 void 0.000125
+gallium_dri.so malloc 72 0x557173466100 0.000145
+gallium_dri.so free 0x5571734661c0 void 0.000129
+gallium_dri.so free 0x557173466100 void 0.000126
+gallium_dri.so malloc 72 0x557173466100 0.000125
+gallium_dri.so free 0x557173466240 void 0.000124
+gallium_dri.so free 0x557173466100 void 0.000121
+gallium_dri.so malloc 72 0x557173466270 0.000126
+gallium_dri.so free 0x5571734662c0 void 0.000125
+gallium_dri.so free 0x557173466270 void 0.000124
+gallium_dri.so malloc 72 0x557173466270 0.000128
+gallium_dri.so free 0x5571734663c0 void 0.000124
+gallium_dri.so free 0x557173466270 void 0.000122
+gallium_dri.so malloc 72 0x557173466400 0.000125
+gallium_dri.so free 0x557173466480 void 0.000127
+gallium_dri.so free 0x557173466400 void 0.000122
+gallium_dri.so malloc 72 0x557173466480 0.000123
+gallium_dri.so free 0x557173466540 void 0.000127
+gallium_dri.so free 0x557173466480 void 0.000127
+gallium_dri.so malloc 72 0x557173466480 0.000126
+gallium_dri.so free 0x5571734665c0 void 0.000126
+gallium_dri.so free 0x557173466480 void 0.000126
+gallium_dri.so malloc 72 0x5571734665f0 0.000126
+gallium_dri.so free 0x557173466640 void 0.000133
+gallium_dri.so free 0x5571734665f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734665f0 0.000119
+gallium_dri.so free 0x557173466740 void 0.000111
+gallium_dri.so free 0x5571734665f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734666f0 0.000121
+gallium_dri.so free 0x557173466800 void 0.000118
+gallium_dri.so free 0x5571734666f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734667b0 0.000120
+gallium_dri.so free 0x557173466880 void 0.000118
+gallium_dri.so free 0x5571734667b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734667b0 0.000117
+gallium_dri.so free 0x557173466940 void 0.000121
+gallium_dri.so free 0x5571734667b0 void 0.000147
+gallium_dri.so malloc 72 0x5571734667b0 0.000120
+gallium_dri.so free 0x557173466a00 void 0.000121
+gallium_dri.so free 0x5571734667b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734669b0 0.000120
+gallium_dri.so free 0x557173466a80 void 0.000119
+gallium_dri.so free 0x5571734669b0 void 0.000118
+gallium_dri.so malloc 72 0x557173466ad0 0.000117
+gallium_dri.so free 0x557173466b40 void 0.000119
+gallium_dri.so free 0x557173466ad0 void 0.000119
+gallium_dri.so malloc 72 0x557173466b60 0.000120
+gallium_dri.so free 0x557173466c00 void 0.000119
+gallium_dri.so free 0x557173466b60 void 0.000116
+gallium_dri.so malloc 72 0x557173466bb0 0.000119
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so free 0x557173466bb0 void 0.000154
+gallium_dri.so malloc 72 0x557173466c80 0.000119
+gallium_dri.so free 0x557173466d40 void 0.000121
+gallium_dri.so free 0x557173466c80 void 0.000116
+gallium_dri.so malloc 72 0x557173466c80 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so malloc 72 0x557173466dc0 0.000118
+gallium_dri.so free 0x557173466e80 void 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000117
+gallium_dri.so free 0x557173466f40 void 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000120
+gallium_dri.so free 0x557173467000 void 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466fb0 0.000117
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so free 0x557173466fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571734670d0 0.000120
+gallium_dri.so free 0x557173467140 void 0.000120
+gallium_dri.so free 0x5571734670d0 void 0.000119
+gallium_dri.so malloc 72 0x557173467180 0.000119
+gallium_dri.so free 0x557173467200 void 0.000117
+gallium_dri.so free 0x557173467180 void 0.000116
+gallium_dri.so malloc 72 0x557173467180 0.000120
+gallium_dri.so free 0x557173467280 void 0.000181
+gallium_dri.so free 0x557173467180 void 0.000120
+gallium_dri.so malloc 72 0x5571734672b0 0.000120
+gallium_dri.so free 0x557173467300 void 0.000119
+gallium_dri.so free 0x5571734672b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734672b0 0.000118
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so free 0x5571734672b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673b0 0.000119
+gallium_dri.so free 0x5571734674c0 void 0.000118
+gallium_dri.so free 0x5571734673b0 void 0.000119
+gallium_dri.so malloc 72 0x557173467470 0.000120
+gallium_dri.so free 0x557173467500 void 0.000119
+gallium_dri.so free 0x557173467470 void 0.000120
+gallium_dri.so malloc 72 0x557173467470 0.000127
+gallium_dri.so free 0x5571734675c0 void 0.000119
+gallium_dri.so free 0x557173467470 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000119
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x557173467630 void 0.000116
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x557173467780 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000121
+gallium_dri.so free 0x557173467840 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000122
+gallium_dri.so malloc 72 0x5571734677f0 0.000130
+gallium_dri.so free 0x557173467880 void 0.000122
+gallium_dri.so free 0x5571734677f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734677f0 0.000117
+gallium_dri.so free 0x557173467940 void 0.000118
+gallium_dri.so free 0x5571734677f0 void 0.000120
+gallium_dri.so malloc 72 0x557173467980 0.000118
+gallium_dri.so free 0x557173467a00 void 0.000117
+gallium_dri.so free 0x557173467980 void 0.000118
+gallium_dri.so malloc 72 0x557173467a00 0.000120
+gallium_dri.so free 0x557173467ac0 void 0.000120
+gallium_dri.so free 0x557173467a00 void 0.000119
+gallium_dri.so malloc 72 0x557173467a00 0.000119
+gallium_dri.so free 0x557173467b80 void 0.000117
+gallium_dri.so free 0x557173467a00 void 0.000116
+gallium_dri.so malloc 72 0x557173467ba0 0.000120
+gallium_dri.so free 0x557173467c40 void 0.000119
+gallium_dri.so free 0x557173467ba0 void 0.000119
+gallium_dri.so malloc 72 0x557173467bf0 0.000120
+gallium_dri.so free 0x557173467cc0 void 0.000117
+gallium_dri.so free 0x557173467bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173467bf0 0.000120
+gallium_dri.so free 0x557173467d40 void 0.000121
+gallium_dri.so free 0x557173467bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173467d40 0.000117
+gallium_dri.so free 0x557173467e00 void 0.000117
+gallium_dri.so free 0x557173467d40 void 0.000128
+gallium_dri.so malloc 72 0x557173467d40 0.000121
+gallium_dri.so free 0x557173467ec0 void 0.000120
+gallium_dri.so free 0x557173467d40 void 0.000119
+gallium_dri.so malloc 72 0x557173467d40 0.000117
+gallium_dri.so free 0x557173467f80 void 0.000121
+gallium_dri.so free 0x557173467d40 void 0.000118
+gallium_dri.so malloc 72 0x557173467f30 0.000117
+gallium_dri.so free 0x557173468040 void 0.000117
+gallium_dri.so free 0x557173467f30 void 0.000120
+gallium_dri.so malloc 72 0x557173467ff0 0.000120
+gallium_dri.so free 0x5571734680c0 void 0.000120
+gallium_dri.so free 0x557173467ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173468110 0.000120
+gallium_dri.so free 0x557173468180 void 0.000120
+gallium_dri.so free 0x557173468110 void 0.000119
+gallium_dri.so malloc 72 0x5571734681a0 0.000119
+gallium_dri.so free 0x557173468240 void 0.000120
+gallium_dri.so free 0x5571734681a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734681f0 0.000120
+gallium_dri.so free 0x5571734682c0 void 0.000119
+gallium_dri.so free 0x5571734681f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734681f0 0.000119
+gallium_dri.so free 0x557173468340 void 0.000118
+gallium_dri.so free 0x5571734681f0 void 0.000119
+gallium_dri.so malloc 72 0x557173468340 0.000121
+gallium_dri.so free 0x557173468400 void 0.000172
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so malloc 72 0x557173468340 0.000121
+gallium_dri.so free 0x557173468500 void 0.000118
+gallium_dri.so free 0x557173468340 void 0.000123
+gallium_dri.so malloc 72 0x5571734684b0 0.000123
+gallium_dri.so free 0x557173468540 void 0.000123
+gallium_dri.so free 0x5571734684b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734684b0 0.000119
+gallium_dri.so free 0x557173468600 void 0.000120
+gallium_dri.so free 0x5571734684b0 void 0.000116
+gallium_dri.so malloc 72 0x557173468640 0.000122
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so free 0x557173468640 void 0.000117
+gallium_dri.so malloc 72 0x5571734686c0 0.000120
+gallium_dri.so free 0x557173468780 void 0.000117
+gallium_dri.so free 0x5571734686c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734686c0 0.000117
+gallium_dri.so free 0x557173468800 void 0.000120
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so malloc 72 0x557173468830 0.000119
+gallium_dri.so free 0x557173468880 void 0.000119
+gallium_dri.so free 0x557173468830 void 0.000118
+gallium_dri.so malloc 72 0x557173468830 0.000118
+gallium_dri.so free 0x557173468980 void 0.000120
+gallium_dri.so free 0x557173468830 void 0.000120
+gallium_dri.so malloc 72 0x5571734689c0 0.000129
+gallium_dri.so free 0x557173468a40 void 0.000121
+gallium_dri.so free 0x5571734689c0 void 0.000119
+gallium_dri.so malloc 72 0x557173468a40 0.000117
+gallium_dri.so free 0x557173468b00 void 0.000120
+gallium_dri.so free 0x557173468a40 void 0.000118
+gallium_dri.so malloc 72 0x557173468a40 0.000118
+gallium_dri.so free 0x557173468b80 void 0.000122
+gallium_dri.so free 0x557173468a40 void 0.000116
+gallium_dri.so malloc 72 0x557173468bb0 0.000116
+gallium_dri.so free 0x557173468c00 void 0.000119
+gallium_dri.so free 0x557173468bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173468bb0 0.000118
+gallium_dri.so free 0x557173468d00 void 0.000120
+gallium_dri.so free 0x557173468bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173468cb0 0.000120
+gallium_dri.so free 0x557173468dc0 void 0.000121
+gallium_dri.so free 0x557173468cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173468d70 0.000117
+gallium_dri.so free 0x557173468e40 void 0.000120
+gallium_dri.so free 0x557173468d70 void 0.000118
+gallium_dri.so malloc 72 0x557173468d70 0.000118
+gallium_dri.so free 0x557173468f00 void 0.000120
+gallium_dri.so free 0x557173468d70 void 0.000120
+gallium_dri.so malloc 72 0x557173468d70 0.000116
+gallium_dri.so free 0x557173468fc0 void 0.000120
+gallium_dri.so free 0x557173468d70 void 0.000179
+gallium_dri.so malloc 72 0x557173468f70 0.000118
+gallium_dri.so free 0x557173469040 void 0.000117
+gallium_dri.so free 0x557173468f70 void 0.000116
+gallium_dri.so malloc 72 0x557173469090 0.000115
+gallium_dri.so free 0x557173469100 void 0.000117
+gallium_dri.so free 0x557173469090 void 0.000116
+gallium_dri.so malloc 72 0x557173469120 0.000115
+gallium_dri.so free 0x5571734691c0 void 0.000115
+gallium_dri.so free 0x557173469120 void 0.000115
+gallium_dri.so malloc 72 0x557173469170 0.000117
+gallium_dri.so free 0x557173469240 void 0.000117
+gallium_dri.so free 0x557173469170 void 0.000115
+gallium_dri.so malloc 72 0x557173469240 0.000116
+gallium_dri.so free 0x557173469300 void 0.000116
+gallium_dri.so free 0x557173469240 void 0.000212
+gallium_dri.so malloc 72 0x557173469240 0.000216
+gallium_dri.so free 0x557173469380 void 0.000207
+gallium_dri.so free 0x557173469240 void 0.000124
+gallium_dri.so malloc 72 0x557173469380 0.000117
+gallium_dri.so free 0x557173469440 void 0.000116
+gallium_dri.so free 0x557173469380 void 0.000116
+gallium_dri.so malloc 72 0x557173469380 0.000116
+gallium_dri.so free 0x557173469500 void 0.000115
+gallium_dri.so free 0x557173469380 void 0.000127
+gallium_dri.so malloc 72 0x557173469380 0.000116
+gallium_dri.so free 0x5571734695c0 void 0.000115
+gallium_dri.so free 0x557173469380 void 0.000113
+gallium_dri.so malloc 72 0x557173469570 0.000114
+gallium_dri.so free 0x557173469640 void 0.000116
+gallium_dri.so free 0x557173469570 void 0.000113
+gallium_dri.so malloc 72 0x557173469690 0.000115
+gallium_dri.so free 0x557173469700 void 0.000116
+gallium_dri.so free 0x557173469690 void 0.000113
+gallium_dri.so malloc 72 0x557173469690 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x557173469690 void 0.000112
+gallium_dri.so malloc 72 0x557173469690 0.000112
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x557173469690 void 0.000113
+gallium_dri.so malloc 72 0x557173469690 0.000113
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so free 0x557173469690 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000113
+gallium_dri.so free 0x5571735eb580 void 0.000114
+gallium_dri.so free 0x5571735eb4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000114
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb660 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb660 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000113
+gallium_dri.so free 0x5571735eb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000112
+gallium_dri.so free 0x5571735eb880 void 0.000112
+gallium_dri.so free 0x5571735eb6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb830 0.000112
+gallium_dri.so free 0x5571735eb900 void 0.000111
+gallium_dri.so free 0x5571735eb830 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb950 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb950 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000113
+gallium_dri.so free 0x5571735eba80 void 0.000112
+gallium_dri.so free 0x5571735eb9e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eba30 0.000111
+gallium_dri.so free 0x5571735ebb00 void 0.000120
+gallium_dri.so free 0x5571735eba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000125
+gallium_dri.so free 0x5571735eba30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebb80 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000123
+gallium_dri.so free 0x5571735ebb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebb80 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000186
+gallium_dri.so malloc 72 0x5571735ebb80 0.000123
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebdf0 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdf0 0.000121
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so free 0x5571735ebdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebef0 0.000127
+gallium_dri.so free 0x5571735ec000 void 0.000123
+gallium_dri.so free 0x5571735ebef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000119
+gallium_dri.so free 0x5571735ec040 void 0.000122
+gallium_dri.so free 0x5571735ebfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ebfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec150 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec150 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec200 0.000120
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so free 0x5571735ec200 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec280 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735ec280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec280 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571735ec280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000114
+gallium_dri.so free 0x5571735ec440 void 0.000115
+gallium_dri.so free 0x5571735ec3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000114
+gallium_dri.so free 0x5571735ec3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000116
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec840 0.000116
+gallium_dri.so free 0x5571735ec900 void 0.000131
+gallium_dri.so free 0x5571735ec840 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec840 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so free 0x5571735ec840 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec840 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000122
+gallium_dri.so free 0x5571735ec840 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca30 0.000120
+gallium_dri.so free 0x5571735eca80 void 0.000121
+gallium_dri.so free 0x5571735eca30 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca30 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000121
+gallium_dri.so free 0x5571735eca30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecb30 0.000120
+gallium_dri.so free 0x5571735ecc40 void 0.000121
+gallium_dri.so free 0x5571735ecb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so free 0x5571735ecbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000121
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd80 0.000119
+gallium_dri.so free 0x5571735ece00 void 0.000122
+gallium_dri.so free 0x5571735ecd80 void 0.000181
+gallium_dri.so malloc 72 0x5571735ece00 0.000117
+gallium_dri.so free 0x5571735ecec0 void 0.000116
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ece00 0.000115
+gallium_dri.so free 0x5571735ecf80 void 0.000117
+gallium_dri.so free 0x5571735ece00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecfa0 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000115
+gallium_dri.so free 0x5571735ecfa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed140 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed140 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x5571735ed140 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed140 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000116
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000116
+gallium_dri.so free 0x5571735ed330 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000117
+gallium_dri.so free 0x5571735ed3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed510 0.000114
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed510 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5a0 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed5a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed740 0.000116
+gallium_dri.so free 0x5571735ed800 void 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed740 0.000114
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed740 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eda40 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000116
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000116
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edac0 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc30 0.000115
+gallium_dri.so free 0x5571735edc80 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc30 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eddc0 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735eddc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede40 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000116
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede40 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000116
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so malloc 72 0x5571735edfb0 0.000115
+gallium_dri.so free 0x5571735ee000 void 0.000115
+gallium_dri.so free 0x5571735edfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edfb0 0.000121
+gallium_dri.so free 0x5571735ee100 void 0.000122
+gallium_dri.so free 0x5571735edfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000121
+gallium_dri.so free 0x5571735ee1c0 void 0.000120
+gallium_dri.so free 0x5571735ee0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee170 0.000119
+gallium_dri.so free 0x5571735ee240 void 0.000117
+gallium_dri.so free 0x5571735ee170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee170 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000117
+gallium_dri.so free 0x5571735ee170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee170 0.000119
+gallium_dri.so free 0x5571735ee3c0 void 0.000121
+gallium_dri.so free 0x5571735ee170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee370 0.000118
+gallium_dri.so free 0x5571735ee440 void 0.000117
+gallium_dri.so free 0x5571735ee370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee490 0.000119
+gallium_dri.so free 0x5571735ee500 void 0.000119
+gallium_dri.so free 0x5571735ee490 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee520 0.000119
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so free 0x5571735ee520 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee570 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so free 0x5571735ee570 void 0.000107
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee700 void 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee640 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee780 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee780 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee780 0.000119
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee970 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000120
+gallium_dri.so free 0x5571735ee970 void 0.000117
+gallium_dri.so malloc 72 0x5571735eea90 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so free 0x5571735eea90 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeb40 0.000121
+gallium_dri.so free 0x5571735eebc0 void 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeb40 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000191
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eec70 0.000121
+gallium_dri.so free 0x5571735eecc0 void 0.000122
+gallium_dri.so free 0x5571735eec70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eec70 0.000120
+gallium_dri.so free 0x5571735eedc0 void 0.000125
+gallium_dri.so free 0x5571735eec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eed70 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000120
+gallium_dri.so free 0x5571735eed70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eee30 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee30 0.000117
+gallium_dri.so free 0x5571735eef80 void 0.000120
+gallium_dri.so free 0x5571735eee30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeff0 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeff0 0.000121
+gallium_dri.so free 0x5571735ef140 void 0.000118
+gallium_dri.so free 0x5571735eeff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000119
+gallium_dri.so free 0x5571735ef200 void 0.000121
+gallium_dri.so free 0x5571735ef0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000116
+gallium_dri.so free 0x5571735ef1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000115
+gallium_dri.so free 0x5571735ef300 void 0.000117
+gallium_dri.so free 0x5571735ef1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000117
+gallium_dri.so free 0x5571735ef340 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000116
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef560 0.000116
+gallium_dri.so free 0x5571735ef600 void 0.000115
+gallium_dri.so free 0x5571735ef560 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so free 0x5571735ef5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000119
+gallium_dri.so free 0x5571735ef700 void 0.000122
+gallium_dri.so free 0x5571735ef5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef700 0.000118
+gallium_dri.so free 0x5571735ef7c0 void 0.000117
+gallium_dri.so free 0x5571735ef700 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef700 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000125
+gallium_dri.so free 0x5571735ef700 void 0.000107
+gallium_dri.so malloc 72 0x5571735ef700 0.000245
+gallium_dri.so free 0x5571735ef940 void 0.000239
+gallium_dri.so free 0x5571735ef700 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000116
+gallium_dri.so free 0x5571735ef8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000117
+gallium_dri.so free 0x5571735ef9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efad0 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efad0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efb60 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efb60 void 0.000114
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000117
+gallium_dri.so free 0x5571735efbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efbb0 0.000120
+gallium_dri.so free 0x5571735efd00 void 0.000116
+gallium_dri.so free 0x5571735efbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd00 0.000113
+gallium_dri.so free 0x5571735efdc0 void 0.000119
+gallium_dri.so free 0x5571735efd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735efd00 0.000112
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000112
+gallium_dri.so free 0x5571735eff00 void 0.000112
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000111
+gallium_dri.so free 0x5571735effc0 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0000 0.000112
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0080 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0080 0.000112
+gallium_dri.so free 0x5571735f01c0 void 0.000116
+gallium_dri.so free 0x5571735f0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f01f0 0.000113
+gallium_dri.so free 0x5571735f0240 void 0.000118
+gallium_dri.so free 0x5571735f01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01f0 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f01f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0380 0.000112
+gallium_dri.so free 0x5571735f0400 void 0.000131
+gallium_dri.so free 0x5571735f0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0400 0.000112
+gallium_dri.so free 0x5571735f04c0 void 0.000152
+gallium_dri.so free 0x5571735f0400 void 0.000191
+gallium_dri.so malloc 72 0x5571735f0400 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0570 0.000113
+gallium_dri.so free 0x5571735f05c0 void 0.000114
+gallium_dri.so free 0x5571735f0570 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0570 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0670 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so free 0x5571735f0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0730 0.000115
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so free 0x5571735f0730 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0730 0.000112
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0730 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f0730 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0930 0.000177
+gallium_dri.so free 0x5571735f0a00 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a50 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0a50 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0ae0 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b30 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000115
+gallium_dri.so free 0x5571735f0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0c00 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d40 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d40 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d40 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f30 0.000130
+gallium_dri.so free 0x5571735f1000 void 0.000116
+gallium_dri.so free 0x5571735f0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1050 0.000111
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so free 0x5571735f1050 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1100 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1100 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1230 0.000111
+gallium_dri.so free 0x5571735f1280 void 0.000113
+gallium_dri.so free 0x5571735f1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1230 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1330 0.000113
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f13f0 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13f0 0.000114
+gallium_dri.so free 0x5571735f1540 void 0.000114
+gallium_dri.so free 0x5571735f13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15b0 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000135
+gallium_dri.so free 0x5571735f15b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15b0 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16b0 0.000114
+gallium_dri.so free 0x5571735f17c0 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1770 0.000114
+gallium_dri.so free 0x5571735f1800 void 0.000116
+gallium_dri.so free 0x5571735f1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1770 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000113
+gallium_dri.so free 0x5571735f1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1900 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1980 0.000112
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1980 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000116
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b20 0.000114
+gallium_dri.so free 0x5571735f1bc0 void 0.000114
+gallium_dri.so free 0x5571735f1b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000216
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000118
+gallium_dri.so free 0x5571735f1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cc0 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000115
+gallium_dri.so free 0x5571735f1cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000116
+gallium_dri.so free 0x5571735f1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f70 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000116
+gallium_dri.so free 0x5571735f1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2090 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f2090 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2120 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000116
+gallium_dri.so free 0x5571735f2120 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2170 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000123
+gallium_dri.so free 0x5571735f2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2170 0.000112
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so free 0x5571735f2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000115
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000114
+gallium_dri.so free 0x5571735f2480 void 0.000116
+gallium_dri.so free 0x5571735f22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2430 0.000112
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2430 0.000112
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f25c0 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2640 0.000112
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2640 0.000112
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27b0 0.000112
+gallium_dri.so free 0x5571735f2800 void 0.000122
+gallium_dri.so free 0x5571735f27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f27b0 0.000115
+gallium_dri.so free 0x5571735f2900 void 0.000116
+gallium_dri.so free 0x5571735f27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2940 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x5571735f2940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f29c0 0.000112
+gallium_dri.so free 0x5571735f2a80 void 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f29c0 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000112
+gallium_dri.so free 0x5571735f2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c30 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000119
+gallium_dri.so free 0x5571735f2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so free 0x5571735f2cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000115
+gallium_dri.so free 0x5571735f2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000112
+gallium_dri.so free 0x5571735f2fc0 void 0.000113
+gallium_dri.so free 0x5571735f2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3010 0.000112
+gallium_dri.so free 0x5571735f3080 void 0.000113
+gallium_dri.so free 0x5571735f3010 void 0.000112
+gallium_dri.so malloc 72 0x5571735f30a0 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f30a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f30f0 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000115
+gallium_dri.so free 0x5571735f30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000115
+gallium_dri.so free 0x5571735f3280 void 0.000115
+gallium_dri.so free 0x5571735f31c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f31c0 0.000113
+gallium_dri.so free 0x5571735f3300 void 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3300 0.000113
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3300 0.000112
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000167
+gallium_dri.so malloc 72 0x5571735f3300 0.000118
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so malloc 72 0x5571735f34f0 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f34f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3610 0.000113
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so free 0x5571735f3610 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3610 0.000113
+gallium_dri.so free 0x557173589ac0 void 0.000114
+gallium_dri.so free 0x5571735f3610 void 0.000112
+gallium_dri.so malloc 72 0x557173589a70 0.000111
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x557173589a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f36b0 0.000114
+gallium_dri.so free 0x557173589b00 void 0.000115
+gallium_dri.so free 0x5571735f36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f36b0 0.000113
+gallium_dri.so free 0x557173589c00 void 0.000114
+gallium_dri.so free 0x5571735f36b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589bb0 0.000113
+gallium_dri.so free 0x557173589cc0 void 0.000114
+gallium_dri.so free 0x557173589bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173589c70 0.000112
+gallium_dri.so free 0x557173589d00 void 0.000113
+gallium_dri.so free 0x557173589c70 void 0.000112
+gallium_dri.so malloc 72 0x557173589c70 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000115
+gallium_dri.so free 0x557173589c70 void 0.000114
+gallium_dri.so malloc 72 0x557173589e30 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000115
+gallium_dri.so free 0x557173589e30 void 0.000113
+gallium_dri.so malloc 72 0x557173589e30 0.000113
+gallium_dri.so free 0x557173589f80 void 0.000114
+gallium_dri.so free 0x557173589e30 void 0.000112
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a040 void 0.000113
+gallium_dri.so free 0x557173589f30 void 0.000112
+gallium_dri.so malloc 72 0x557173589ff0 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173589ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173589ff0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000114
+gallium_dri.so free 0x557173589ff0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a180 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000115
+gallium_dri.so free 0x55717358a180 void 0.000114
+gallium_dri.so malloc 72 0x55717358a200 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000112
+gallium_dri.so malloc 72 0x55717358a200 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3a0 0.000119
+gallium_dri.so free 0x55717358a440 void 0.000112
+gallium_dri.so free 0x55717358a3a0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a3f0 0.000113
+gallium_dri.so free 0x55717358a4c0 void 0.000113
+gallium_dri.so free 0x55717358a3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a3f0 0.000112
+gallium_dri.so free 0x55717358a540 void 0.000113
+gallium_dri.so free 0x55717358a3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a540 0.000112
+gallium_dri.so free 0x55717358a600 void 0.000112
+gallium_dri.so free 0x55717358a540 void 0.000111
+gallium_dri.so malloc 72 0x55717358a540 0.000112
+gallium_dri.so free 0x55717358a6c0 void 0.000112
+gallium_dri.so free 0x55717358a540 void 0.000113
+gallium_dri.so malloc 72 0x55717358a540 0.000111
+gallium_dri.so free 0x55717358a780 void 0.000182
+gallium_dri.so free 0x55717358a540 void 0.000243
+gallium_dri.so malloc 72 0x55717358a730 0.000117
+gallium_dri.so free 0x55717358a840 void 0.000115
+gallium_dri.so free 0x55717358a730 void 0.000115
+gallium_dri.so malloc 72 0x55717358a7f0 0.000115
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a910 0.000115
+gallium_dri.so free 0x55717358a980 void 0.000115
+gallium_dri.so free 0x55717358a910 void 0.000138
+gallium_dri.so malloc 72 0x55717358a9a0 0.000116
+gallium_dri.so free 0x55717358aa40 void 0.000116
+gallium_dri.so free 0x55717358a9a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a9f0 0.000112
+gallium_dri.so free 0x55717358aac0 void 0.000115
+gallium_dri.so free 0x55717358a9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a9f0 0.000115
+gallium_dri.so free 0x55717358ab40 void 0.000114
+gallium_dri.so free 0x55717358a9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ab40 0.000115
+gallium_dri.so free 0x55717358ac00 void 0.000116
+gallium_dri.so free 0x55717358ab40 void 0.000116
+gallium_dri.so malloc 72 0x55717358ab40 0.000116
+gallium_dri.so free 0x55717358ad00 void 0.000114
+gallium_dri.so free 0x55717358ab40 void 0.000114
+gallium_dri.so malloc 72 0x55717358acb0 0.000114
+gallium_dri.so free 0x55717358ad40 void 0.000115
+gallium_dri.so free 0x55717358acb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358acb0 0.000114
+gallium_dri.so free 0x55717358ae00 void 0.000116
+gallium_dri.so free 0x55717358acb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ae40 0.000114
+gallium_dri.so free 0x55717358aec0 void 0.000116
+gallium_dri.so free 0x55717358ae40 void 0.000113
+gallium_dri.so malloc 72 0x55717358aec0 0.000115
+gallium_dri.so free 0x55717358af80 void 0.000119
+gallium_dri.so free 0x55717358aec0 void 0.000123
+gallium_dri.so malloc 72 0x55717358aec0 0.000116
+gallium_dri.so free 0x55717358b000 void 0.000116
+gallium_dri.so free 0x55717358aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b030 0.000115
+gallium_dri.so free 0x55717358b080 void 0.000116
+gallium_dri.so free 0x55717358b030 void 0.000115
+gallium_dri.so malloc 72 0x55717358b030 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000116
+gallium_dri.so free 0x55717358b030 void 0.000114
+gallium_dri.so malloc 72 0x55717358b1c0 0.000116
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so free 0x55717358b1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b240 0.000115
+gallium_dri.so free 0x55717358b300 void 0.000115
+gallium_dri.so free 0x55717358b240 void 0.000116
+gallium_dri.so malloc 72 0x55717358b240 0.000114
+gallium_dri.so free 0x55717358b380 void 0.000115
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so malloc 72 0x55717358b3b0 0.000112
+gallium_dri.so free 0x55717358b400 void 0.000114
+gallium_dri.so free 0x55717358b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b3b0 0.000113
+gallium_dri.so free 0x55717358b500 void 0.000115
+gallium_dri.so free 0x55717358b3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b4b0 0.000115
+gallium_dri.so free 0x55717358b5c0 void 0.000114
+gallium_dri.so free 0x55717358b4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b570 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x55717358b570 void 0.000113
+gallium_dri.so malloc 72 0x55717358b570 0.000115
+gallium_dri.so free 0x55717358b700 void 0.000115
+gallium_dri.so free 0x55717358b570 void 0.000115
+gallium_dri.so malloc 72 0x55717358b570 0.000114
+gallium_dri.so free 0x55717358b7c0 void 0.000114
+gallium_dri.so free 0x55717358b570 void 0.000114
+gallium_dri.so malloc 72 0x55717358b770 0.000114
+gallium_dri.so free 0x55717358b840 void 0.000113
+gallium_dri.so free 0x55717358b770 void 0.000113
+gallium_dri.so malloc 72 0x55717358b890 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b890 void 0.000115
+gallium_dri.so malloc 72 0x55717358b920 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b920 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000114
+gallium_dri.so free 0x55717358ba40 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba40 0.000113
+gallium_dri.so free 0x55717358bb00 void 0.000114
+gallium_dri.so free 0x55717358ba40 void 0.000116
+gallium_dri.so malloc 72 0x55717358ba40 0.000116
+gallium_dri.so free 0x55717358bb80 void 0.000116
+gallium_dri.so free 0x55717358ba40 void 0.000190
+gallium_dri.so malloc 72 0x55717358bb80 0.000116
+gallium_dri.so free 0x55717358bc40 void 0.000114
+gallium_dri.so free 0x55717358bb80 void 0.000115
+gallium_dri.so malloc 72 0x55717358bb80 0.000116
+gallium_dri.so free 0x55717358bd00 void 0.000117
+gallium_dri.so free 0x55717358bb80 void 0.000115
+gallium_dri.so malloc 72 0x55717358bb80 0.000115
+gallium_dri.so free 0x55717358bdc0 void 0.000115
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so malloc 72 0x55717358bd70 0.000115
+gallium_dri.so free 0x55717358be40 void 0.000117
+gallium_dri.so free 0x55717358bd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358be90 0.000116
+gallium_dri.so free 0x55717358bf00 void 0.000113
+gallium_dri.so free 0x55717358be90 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf40 0.000116
+gallium_dri.so free 0x55717358bfc0 void 0.000116
+gallium_dri.so free 0x55717358bf40 void 0.000115
+gallium_dri.so malloc 72 0x55717358bf40 0.000115
+gallium_dri.so free 0x55717358c040 void 0.000115
+gallium_dri.so free 0x55717358bf40 void 0.000114
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c0c0 void 0.000116
+gallium_dri.so free 0x55717358c070 void 0.000115
+gallium_dri.so malloc 72 0x55717358c070 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000125
+gallium_dri.so free 0x55717358c070 void 0.000115
+gallium_dri.so malloc 72 0x55717358c170 0.000115
+gallium_dri.so free 0x55717358c280 void 0.000114
+gallium_dri.so free 0x55717358c170 void 0.000114
+gallium_dri.so malloc 72 0x55717358c230 0.000114
+gallium_dri.so free 0x55717358c2c0 void 0.000115
+gallium_dri.so free 0x55717358c230 void 0.000114
+gallium_dri.so malloc 72 0x55717358c230 0.000115
+gallium_dri.so free 0x55717358c380 void 0.000115
+gallium_dri.so free 0x55717358c230 void 0.000115
+gallium_dri.so malloc 72 0x55717358c3f0 0.000115
+gallium_dri.so free 0x55717358c440 void 0.000116
+gallium_dri.so free 0x55717358c3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c3f0 0.000114
+gallium_dri.so free 0x55717358c540 void 0.000116
+gallium_dri.so free 0x55717358c3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000115
+gallium_dri.so free 0x55717358c600 void 0.000116
+gallium_dri.so free 0x55717358c4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c5b0 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000117
+gallium_dri.so free 0x55717358c5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c5b0 0.000113
+gallium_dri.so free 0x55717358c700 void 0.000115
+gallium_dri.so free 0x55717358c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c740 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000136
+gallium_dri.so free 0x55717358c740 void 0.000116
+gallium_dri.so malloc 72 0x55717358c7c0 0.000114
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7c0 0.000117
+gallium_dri.so free 0x55717358c940 void 0.000115
+gallium_dri.so free 0x55717358c7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c960 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000115
+gallium_dri.so free 0x55717358c960 void 0.000114
+gallium_dri.so malloc 72 0x55717358c9b0 0.000116
+gallium_dri.so free 0x55717358ca80 void 0.000116
+gallium_dri.so free 0x55717358c9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c9b0 0.000115
+gallium_dri.so free 0x55717358cb00 void 0.000116
+gallium_dri.so free 0x55717358c9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cb00 0.000116
+gallium_dri.so free 0x55717358cbc0 void 0.000115
+gallium_dri.so free 0x55717358cb00 void 0.000116
+gallium_dri.so malloc 72 0x55717358cb00 0.000115
+gallium_dri.so free 0x55717358cc80 void 0.000116
+gallium_dri.so free 0x55717358cb00 void 0.000114
+gallium_dri.so malloc 72 0x55717358cb00 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000116
+gallium_dri.so free 0x55717358cb00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ccf0 0.000117
+gallium_dri.so free 0x55717358ce00 void 0.000124
+gallium_dri.so free 0x55717358ccf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cdb0 0.000116
+gallium_dri.so free 0x55717358ce80 void 0.000116
+gallium_dri.so free 0x55717358cdb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ced0 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so free 0x55717358ced0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cf60 0.000114
+gallium_dri.so free 0x55717358d000 void 0.000115
+gallium_dri.so free 0x55717358cf60 void 0.000114
+gallium_dri.so malloc 72 0x55717358cfb0 0.000116
+gallium_dri.so free 0x55717358d080 void 0.000115
+gallium_dri.so free 0x55717358cfb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358cfb0 0.000115
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so free 0x55717358cfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d100 0.000115
+gallium_dri.so free 0x55717358d1c0 void 0.000115
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so malloc 72 0x55717358d100 0.000116
+gallium_dri.so free 0x55717358d2c0 void 0.000116
+gallium_dri.so free 0x55717358d100 void 0.000116
+gallium_dri.so malloc 72 0x55717358d270 0.000115
+gallium_dri.so free 0x55717358d300 void 0.000116
+gallium_dri.so free 0x55717358d270 void 0.000114
+gallium_dri.so malloc 72 0x55717358d270 0.000116
+gallium_dri.so free 0x55717358d3c0 void 0.000136
+gallium_dri.so free 0x55717358d270 void 0.000115
+gallium_dri.so malloc 72 0x55717358d400 0.000114
+gallium_dri.so free 0x55717358d480 void 0.000115
+gallium_dri.so free 0x55717358d400 void 0.000112
+gallium_dri.so malloc 72 0x55717358d480 0.000114
+gallium_dri.so free 0x55717358d540 void 0.000116
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so malloc 72 0x55717358d480 0.000115
+gallium_dri.so free 0x55717358d5c0 void 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so malloc 72 0x55717358d5f0 0.000115
+gallium_dri.so free 0x55717358d640 void 0.000115
+gallium_dri.so free 0x55717358d5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d5f0 0.000116
+gallium_dri.so free 0x55717358d740 void 0.000115
+gallium_dri.so free 0x55717358d5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d780 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000116
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so malloc 72 0x55717358d800 0.000115
+gallium_dri.so free 0x55717358d8c0 void 0.000116
+gallium_dri.so free 0x55717358d800 void 0.000116
+gallium_dri.so malloc 72 0x55717358d800 0.000116
+gallium_dri.so free 0x55717358d940 void 0.000116
+gallium_dri.so free 0x55717358d800 void 0.000115
+gallium_dri.so malloc 72 0x55717358d970 0.000114
+gallium_dri.so free 0x55717358d9c0 void 0.000191
+gallium_dri.so free 0x55717358d970 void 0.000116
+gallium_dri.so malloc 72 0x55717358d970 0.000115
+gallium_dri.so free 0x55717358dac0 void 0.000115
+gallium_dri.so free 0x55717358d970 void 0.000114
+gallium_dri.so malloc 72 0x55717358da70 0.000114
+gallium_dri.so free 0x55717358db80 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717358db30 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x55717358db30 void 0.000115
+gallium_dri.so malloc 72 0x55717358db30 0.000116
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358db30 void 0.000115
+gallium_dri.so malloc 72 0x55717358db30 0.000114
+gallium_dri.so free 0x55717358dd80 void 0.000117
+gallium_dri.so free 0x55717358db30 void 0.000115
+gallium_dri.so malloc 72 0x55717358dd30 0.000114
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dd30 void 0.000114
+gallium_dri.so malloc 72 0x55717358de50 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358de50 void 0.000118
+gallium_dri.so malloc 72 0x55717358dee0 0.000116
+gallium_dri.so free 0x55717358df80 void 0.000116
+gallium_dri.so free 0x55717358dee0 void 0.000114
+gallium_dri.so malloc 72 0x55717358df30 0.000122
+gallium_dri.so free 0x55717358e000 void 0.000117
+gallium_dri.so free 0x55717358df30 void 0.000117
+gallium_dri.so malloc 72 0x55717358e000 0.000115
+gallium_dri.so free 0x55717358e0c0 void 0.000116
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so malloc 72 0x55717358e000 0.000115
+gallium_dri.so free 0x55717358e140 void 0.000116
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so malloc 72 0x55717358e140 0.000115
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so malloc 72 0x55717358e140 0.000116
+gallium_dri.so free 0x55717358e2c0 void 0.000115
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so malloc 72 0x55717358e140 0.000115
+gallium_dri.so free 0x55717358e380 void 0.000115
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so malloc 72 0x55717358e330 0.000114
+gallium_dri.so free 0x55717358e400 void 0.000116
+gallium_dri.so free 0x55717358e330 void 0.000113
+gallium_dri.so malloc 72 0x55717358e450 0.000115
+gallium_dri.so free 0x55717358e4c0 void 0.000117
+gallium_dri.so free 0x55717358e450 void 0.000115
+gallium_dri.so malloc 72 0x55717358e500 0.000115
+gallium_dri.so free 0x55717358e580 void 0.000117
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x55717358e500 0.000134
+gallium_dri.so free 0x55717358e600 void 0.000118
+gallium_dri.so free 0x55717358e500 void 0.000115
+gallium_dri.so malloc 72 0x55717358e630 0.000117
+gallium_dri.so free 0x55717358e680 void 0.000116
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e630 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000114
+gallium_dri.so free 0x55717358e630 void 0.000115
+gallium_dri.so malloc 72 0x55717358e730 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000116
+gallium_dri.so free 0x55717358e730 void 0.000114
+gallium_dri.so malloc 72 0x55717358e7f0 0.000116
+gallium_dri.so free 0x55717358e880 void 0.000116
+gallium_dri.so free 0x55717358e7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e7f0 0.000116
+gallium_dri.so free 0x55717358e940 void 0.000114
+gallium_dri.so free 0x55717358e7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e9b0 0.000116
+gallium_dri.so free 0x55717358ea00 void 0.000116
+gallium_dri.so free 0x55717358e9b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e9b0 0.000116
+gallium_dri.so free 0x55717358eb00 void 0.000116
+gallium_dri.so free 0x55717358e9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358eab0 0.000115
+gallium_dri.so free 0x55717358ebc0 void 0.000115
+gallium_dri.so free 0x55717358eab0 void 0.000115
+gallium_dri.so malloc 72 0x55717358eb70 0.000192
+gallium_dri.so free 0x55717358ec00 void 0.000117
+gallium_dri.so free 0x55717358eb70 void 0.000115
+gallium_dri.so malloc 72 0x55717358eb70 0.000114
+gallium_dri.so free 0x55717358ecc0 void 0.000115
+gallium_dri.so free 0x55717358eb70 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed00 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ed00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed80 0.000115
+gallium_dri.so free 0x55717358ee40 void 0.000116
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so malloc 72 0x55717358ed80 0.000120
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef20 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000116
+gallium_dri.so free 0x55717358ef20 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef70 0.000115
+gallium_dri.so free 0x55717358f040 void 0.000116
+gallium_dri.so free 0x55717358ef70 void 0.000116
+gallium_dri.so malloc 72 0x55717358ef70 0.000114
+gallium_dri.so free 0x55717358f0c0 void 0.000115
+gallium_dri.so free 0x55717358ef70 void 0.000114
+gallium_dri.so malloc 72 0x55717358f0c0 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000115
+gallium_dri.so free 0x55717358f0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f0c0 0.000116
+gallium_dri.so free 0x55717358f240 void 0.000115
+gallium_dri.so free 0x55717358f0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0c0 0.000114
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x55717358f0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2b0 0.000116
+gallium_dri.so free 0x55717358f3c0 void 0.000115
+gallium_dri.so free 0x55717358f2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f370 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000115
+gallium_dri.so free 0x55717358f370 void 0.000115
+gallium_dri.so malloc 72 0x55717358f490 0.000115
+gallium_dri.so free 0x55717358f500 void 0.000116
+gallium_dri.so free 0x55717358f490 void 0.000115
+gallium_dri.so malloc 72 0x55717358f520 0.000115
+gallium_dri.so free 0x55717358f5c0 void 0.000116
+gallium_dri.so free 0x55717358f520 void 0.000114
+gallium_dri.so malloc 72 0x55717358f570 0.000113
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f570 void 0.000114
+gallium_dri.so malloc 72 0x55717358f570 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so free 0x55717358f570 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6c0 0.000115
+gallium_dri.so free 0x55717358f780 void 0.000116
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6c0 0.000121
+gallium_dri.so free 0x55717358f880 void 0.000115
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f830 0.000117
+gallium_dri.so free 0x55717358f8c0 void 0.000116
+gallium_dri.so free 0x55717358f830 void 0.000115
+gallium_dri.so malloc 72 0x55717358f830 0.000115
+gallium_dri.so free 0x55717358f980 void 0.000116
+gallium_dri.so free 0x55717358f830 void 0.000114
+gallium_dri.so malloc 72 0x55717358f9c0 0.000112
+gallium_dri.so free 0x55717358fa40 void 0.000114
+gallium_dri.so free 0x55717358f9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa40 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so malloc 72 0x55717358fa40 0.000115
+gallium_dri.so free 0x55717358fb80 void 0.000115
+gallium_dri.so free 0x55717358fa40 void 0.000112
+gallium_dri.so malloc 72 0x55717358fbb0 0.000115
+gallium_dri.so free 0x55717358fc00 void 0.000116
+gallium_dri.so free 0x55717358fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbb0 0.000114
+gallium_dri.so free 0x55717358fd00 void 0.000116
+gallium_dri.so free 0x55717358fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd40 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000116
+gallium_dri.so free 0x55717358fd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358fdc0 0.000119
+gallium_dri.so free 0x55717358fe80 void 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fdc0 0.000114
+gallium_dri.so free 0x55717358ff00 void 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x55717358ff80 void 0.000117
+gallium_dri.so free 0x55717358ff30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ff30 0.000114
+gallium_dri.so free 0x557173590080 void 0.000116
+gallium_dri.so free 0x55717358ff30 void 0.000114
+gallium_dri.so malloc 72 0x557173590030 0.000115
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x557173590030 void 0.000114
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x5571735900f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735900f0 0.000113
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so free 0x5571735900f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735900f0 0.000113
+gallium_dri.so free 0x557173590340 void 0.000116
+gallium_dri.so free 0x5571735900f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735902f0 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x5571735902f0 void 0.000119
+gallium_dri.so malloc 72 0x557173590410 0.000114
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590410 void 0.000113
+gallium_dri.so malloc 72 0x5571735904a0 0.000114
+gallium_dri.so free 0x557173590540 void 0.000116
+gallium_dri.so free 0x5571735904a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000115
+gallium_dri.so free 0x5571735905c0 void 0.000116
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735905c0 0.000115
+gallium_dri.so free 0x557173590680 void 0.000116
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905c0 0.000117
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so free 0x5571735905c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590700 0.000114
+gallium_dri.so free 0x5571735907c0 void 0.000116
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so malloc 72 0x557173590700 0.000115
+gallium_dri.so free 0x557173590880 void 0.000115
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so malloc 72 0x557173590700 0.000114
+gallium_dri.so free 0x557173590940 void 0.000116
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so malloc 72 0x5571735908f0 0.000115
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x5571735908f0 void 0.000114
+gallium_dri.so malloc 72 0x557173590a10 0.000127
+gallium_dri.so free 0x557173590a80 void 0.000115
+gallium_dri.so free 0x557173590a10 void 0.000115
+gallium_dri.so malloc 72 0x557173590ac0 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000116
+gallium_dri.so free 0x557173590ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173590ac0 0.000114
+gallium_dri.so free 0x557173590bc0 void 0.000116
+gallium_dri.so free 0x557173590ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173590bf0 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000116
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590bf0 0.000115
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000114
+gallium_dri.so free 0x557173590e00 void 0.000115
+gallium_dri.so free 0x557173590cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590db0 0.000113
+gallium_dri.so free 0x557173590e40 void 0.000118
+gallium_dri.so free 0x557173590db0 void 0.000114
+gallium_dri.so malloc 72 0x557173590db0 0.000113
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so free 0x557173590db0 void 0.000114
+gallium_dri.so malloc 72 0x557173590f70 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000115
+gallium_dri.so free 0x557173590f70 void 0.000115
+gallium_dri.so malloc 72 0x557173590f70 0.000169
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so free 0x557173590f70 void 0.000114
+gallium_dri.so malloc 72 0x557173591070 0.000112
+gallium_dri.so free 0x557173591180 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000114
+gallium_dri.so malloc 72 0x557173591130 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x557173591130 void 0.000113
+gallium_dri.so malloc 72 0x557173591130 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x557173591130 void 0.000113
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591340 0.000115
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so malloc 72 0x5571735914e0 0.000112
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x5571735914e0 void 0.000114
+gallium_dri.so malloc 72 0x557173591530 0.000113
+gallium_dri.so free 0x557173591600 void 0.000115
+gallium_dri.so free 0x557173591530 void 0.000115
+gallium_dri.so malloc 72 0x557173591530 0.000140
+gallium_dri.so free 0x557173591680 void 0.000115
+gallium_dri.so free 0x557173591530 void 0.000113
+gallium_dri.so malloc 72 0x557173591680 0.000113
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so free 0x557173591680 void 0.000112
+gallium_dri.so malloc 72 0x557173591680 0.000113
+gallium_dri.so free 0x557173591800 void 0.000114
+gallium_dri.so free 0x557173591680 void 0.000114
+gallium_dri.so malloc 72 0x557173591680 0.000114
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x557173591680 void 0.000114
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so free 0x557173591870 void 0.000112
+gallium_dri.so malloc 72 0x557173591930 0.000114
+gallium_dri.so free 0x557173591a00 void 0.000115
+gallium_dri.so free 0x557173591930 void 0.000116
+gallium_dri.so malloc 72 0x557173591a50 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x557173591a50 void 0.000114
+gallium_dri.so malloc 72 0x557173591ae0 0.000114
+gallium_dri.so free 0x557173591b80 void 0.000115
+gallium_dri.so free 0x557173591ae0 void 0.000112
+gallium_dri.so malloc 72 0x557173591b30 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000115
+gallium_dri.so free 0x557173591b30 void 0.000113
+gallium_dri.so malloc 72 0x557173591b30 0.000137
+gallium_dri.so free 0x557173591c80 void 0.000117
+gallium_dri.so free 0x557173591b30 void 0.000114
+gallium_dri.so malloc 72 0x557173591c80 0.000114
+gallium_dri.so free 0x557173591d40 void 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000112
+gallium_dri.so malloc 72 0x557173591c80 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000115
+gallium_dri.so free 0x557173591c80 void 0.000114
+gallium_dri.so malloc 72 0x557173591df0 0.000118
+gallium_dri.so free 0x557173591e80 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000113
+gallium_dri.so malloc 72 0x557173591df0 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000113
+gallium_dri.so malloc 72 0x557173591df0 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x557173591f40 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x557173591f70 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x557173591f70 void 0.000114
+gallium_dri.so malloc 72 0x557173591f70 0.000123
+gallium_dri.so free 0x5571735dabc0 void 0.000116
+gallium_dri.so free 0x557173591f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab70 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dab70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac90 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000114
+gallium_dri.so free 0x5571735dac90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad20 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dad20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000115
+gallium_dri.so free 0x5571735dad70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dad70 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dad70 void 0.000113
+gallium_dri.so malloc 72 0x5571735daec0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daec0 0.000113
+gallium_dri.so free 0x5571735db080 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daec0 0.000113
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db130 0.000112
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so free 0x5571735db130 void 0.000114
+gallium_dri.so malloc 72 0x5571735db130 0.000113
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735db130 void 0.000114
+gallium_dri.so malloc 72 0x5571735db230 0.000114
+gallium_dri.so free 0x5571735db340 void 0.000115
+gallium_dri.so free 0x5571735db230 void 0.000114
+gallium_dri.so malloc 72 0x5571735db2f0 0.000112
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2f0 0.000114
+gallium_dri.so free 0x5571735db440 void 0.000115
+gallium_dri.so free 0x5571735db2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db490 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000114
+gallium_dri.so free 0x5571735db490 void 0.000113
+gallium_dri.so malloc 72 0x5571735db540 0.000112
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so free 0x5571735db540 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5c0 0.000113
+gallium_dri.so free 0x5571735db680 void 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5c0 0.000114
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db730 0.000117
+gallium_dri.so free 0x5571735db780 void 0.000174
+gallium_dri.so free 0x5571735db730 void 0.000113
+gallium_dri.so malloc 72 0x5571735db730 0.000112
+gallium_dri.so free 0x5571735db880 void 0.000115
+gallium_dri.so free 0x5571735db730 void 0.000112
+gallium_dri.so malloc 72 0x5571735db830 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000114
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8f0 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000116
+gallium_dri.so free 0x5571735db8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9e0 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000114
+gallium_dri.so free 0x5571735db9e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbb80 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb80 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb80 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb80 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000129
+gallium_dri.so free 0x5571735dbb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd70 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbe70 0.000112
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf30 0.000112
+gallium_dri.so free 0x5571735dbfc0 void 0.000116
+gallium_dri.so free 0x5571735dbf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf30 0.000114
+gallium_dri.so free 0x5571735dc080 void 0.000115
+gallium_dri.so free 0x5571735dbf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000114
+gallium_dri.so free 0x5571735dc140 void 0.000117
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc140 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so free 0x5571735dc140 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc140 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000115
+gallium_dri.so free 0x5571735dc140 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc2e0 0.000113
+gallium_dri.so free 0x5571735dc380 void 0.000132
+gallium_dri.so free 0x5571735dc2e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc330 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc330 0.000112
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc480 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc480 0.000114
+gallium_dri.so free 0x5571735dc600 void 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc480 0.000114
+gallium_dri.so free 0x5571735dc6c0 void 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc670 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so free 0x5571735dc670 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc730 0.000113
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc850 0.000114
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x5571735dc850 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8e0 0.000113
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so free 0x5571735dc8e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc930 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000116
+gallium_dri.so free 0x5571735dc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc930 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcc40 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbf0 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000131
+gallium_dri.so free 0x5571735dcbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcbf0 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000114
+gallium_dri.so free 0x5571735dcbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd80 0.000113
+gallium_dri.so free 0x5571735dce00 void 0.000115
+gallium_dri.so free 0x5571735dcd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce00 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so free 0x5571735dce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce00 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000116
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf70 0.000112
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcf70 0.000113
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so free 0x5571735dcf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd100 0.000114
+gallium_dri.so free 0x5571735dd180 void 0.000114
+gallium_dri.so free 0x5571735dd100 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd180 0.000112
+gallium_dri.so free 0x5571735dd240 void 0.000114
+gallium_dri.so free 0x5571735dd180 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd180 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so free 0x5571735dd180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000113
+gallium_dri.so free 0x5571735dd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000114
+gallium_dri.so free 0x5571735dd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000114
+gallium_dri.so free 0x5571735dd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd4b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000115
+gallium_dri.so free 0x5571735dd640 void 0.000113
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd700 void 0.000118
+gallium_dri.so free 0x5571735dd4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000116
+gallium_dri.so free 0x5571735dd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7d0 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000115
+gallium_dri.so free 0x5571735dd7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd860 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000114
+gallium_dri.so free 0x5571735dd860 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd980 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd980 0.000111
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddac0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000165
+gallium_dri.so malloc 72 0x5571735ddac0 0.000115
+gallium_dri.so free 0x5571735ddc40 void 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddac0 0.000112
+gallium_dri.so free 0x5571735ddd00 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddd0 0.000112
+gallium_dri.so free 0x5571735dde40 void 0.000114
+gallium_dri.so free 0x5571735dddd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde80 0.000113
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so free 0x5571735dde80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde80 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735dde80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddfb0 0.000112
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddfb0 0.000112
+gallium_dri.so free 0x5571735de100 void 0.000115
+gallium_dri.so free 0x5571735ddfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de0b0 0.000113
+gallium_dri.so free 0x5571735de1c0 void 0.000115
+gallium_dri.so free 0x5571735de0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de170 0.000115
+gallium_dri.so free 0x5571735de200 void 0.000114
+gallium_dri.so free 0x5571735de170 void 0.000111
+gallium_dri.so malloc 72 0x5571735de170 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de170 void 0.000113
+gallium_dri.so malloc 72 0x5571735de330 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de330 void 0.000114
+gallium_dri.so malloc 72 0x5571735de330 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000112
+gallium_dri.so malloc 72 0x5571735de430 0.000112
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de430 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4f0 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4f0 0.000111
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de680 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000114
+gallium_dri.so malloc 72 0x5571735de700 0.000112
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so free 0x5571735de700 void 0.000113
+gallium_dri.so malloc 72 0x5571735de700 0.000139
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8a0 0.000113
+gallium_dri.so free 0x5571735de940 void 0.000114
+gallium_dri.so free 0x5571735de8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea40 0.000111
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea40 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000124
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dea40 0.000112
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec30 0.000112
+gallium_dri.so free 0x5571735ded40 void 0.000115
+gallium_dri.so free 0x5571735dec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735decf0 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735decf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dee10 0.000123
+gallium_dri.so free 0x5571735dee80 void 0.000116
+gallium_dri.so free 0x5571735dee10 void 0.000113
+gallium_dri.so malloc 72 0x5571735deea0 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000115
+gallium_dri.so free 0x5571735deea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deef0 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000113
+gallium_dri.so free 0x5571735deef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deef0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so free 0x5571735deef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df040 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so malloc 72 0x5571735df040 0.000112
+gallium_dri.so free 0x5571735df200 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1b0 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so free 0x5571735df1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1b0 0.000112
+gallium_dri.so free 0x5571735df300 void 0.000115
+gallium_dri.so free 0x5571735df1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df340 0.000112
+gallium_dri.so free 0x5571735df3c0 void 0.000114
+gallium_dri.so free 0x5571735df340 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3c0 0.000113
+gallium_dri.so free 0x5571735df480 void 0.000136
+gallium_dri.so free 0x5571735df3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df3c0 0.000116
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df530 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df530 void 0.000112
+gallium_dri.so malloc 72 0x5571735df530 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000115
+gallium_dri.so free 0x5571735df530 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6c0 0.000112
+gallium_dri.so free 0x5571735df740 void 0.000119
+gallium_dri.so free 0x5571735df6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df740 0.000112
+gallium_dri.so free 0x5571735df800 void 0.000115
+gallium_dri.so free 0x5571735df740 void 0.000115
+gallium_dri.so malloc 72 0x5571735df740 0.000112
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so malloc 72 0x5571735df8b0 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so free 0x5571735df8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8b0 0.000112
+gallium_dri.so free 0x5571735dfa00 void 0.000114
+gallium_dri.so free 0x5571735df8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9b0 0.000112
+gallium_dri.so free 0x5571735dfac0 void 0.000167
+gallium_dri.so free 0x5571735df9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa70 0.000116
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735dfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa70 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735dfa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa70 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so free 0x5571735dfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc70 0.000112
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd90 0.000112
+gallium_dri.so free 0x5571735dfe00 void 0.000115
+gallium_dri.so free 0x5571735dfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe20 0.000111
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so free 0x5571735dfe20 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff40 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff40 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000116
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000113
+gallium_dri.so free 0x5571735e0200 void 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000115
+gallium_dri.so free 0x5571735e02c0 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000116
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0390 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000114
+gallium_dri.so free 0x5571735e0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0440 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0440 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so free 0x5571735e0570 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0670 0.000120
+gallium_dri.so free 0x5571735e0780 void 0.000127
+gallium_dri.so free 0x5571735e0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0730 0.000112
+gallium_dri.so free 0x5571735e07c0 void 0.000115
+gallium_dri.so free 0x5571735e0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0730 0.000113
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e0730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08f0 0.000123
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08f0 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so free 0x5571735e08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09f0 0.000122
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e09f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ab0 0.000112
+gallium_dri.so free 0x5571735e0b40 void 0.000125
+gallium_dri.so free 0x5571735e0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ab0 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000117
+gallium_dri.so free 0x5571735e0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c40 0.000112
+gallium_dri.so free 0x5571735e0cc0 void 0.000116
+gallium_dri.so free 0x5571735e0c40 void 0.000188
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000111
+gallium_dri.so free 0x5571735e0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000113
+gallium_dri.so free 0x5571735e0e40 void 0.000112
+gallium_dri.so free 0x5571735e0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0e60 0.000112
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so free 0x5571735e0e60 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e0f80 void 0.000110
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1000 0.000110
+gallium_dri.so free 0x5571735e10c0 void 0.000110
+gallium_dri.so free 0x5571735e1000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1000 0.000113
+gallium_dri.so free 0x5571735e1180 void 0.000121
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1000 0.000119
+gallium_dri.so free 0x5571735e1240 void 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11f0 0.000115
+gallium_dri.so free 0x5571735e1300 void 0.000115
+gallium_dri.so free 0x5571735e11f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e12b0 0.000114
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so free 0x5571735e12b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13d0 0.000114
+gallium_dri.so free 0x5571735e1440 void 0.000114
+gallium_dri.so free 0x5571735e13d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1460 0.000115
+gallium_dri.so free 0x5571735e1500 void 0.000115
+gallium_dri.so free 0x5571735e1460 void 0.000112
+gallium_dri.so malloc 72 0x5571735e14b0 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000124
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e14b0 0.000121
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so free 0x5571735e14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1600 0.000117
+gallium_dri.so free 0x5571735e16c0 void 0.000119
+gallium_dri.so free 0x5571735e1600 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1600 0.000119
+gallium_dri.so free 0x5571735e17c0 void 0.000118
+gallium_dri.so free 0x5571735e1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1770 0.000117
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1770 0.000118
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1770 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1900 0.000119
+gallium_dri.so free 0x5571735e1980 void 0.000120
+gallium_dri.so free 0x5571735e1900 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1980 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000119
+gallium_dri.so free 0x5571735e1980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1980 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000117
+gallium_dri.so free 0x5571735e1980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1af0 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1af0 0.000118
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c80 0.000118
+gallium_dri.so free 0x5571735e1d00 void 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d00 0.000119
+gallium_dri.so free 0x5571735e1dc0 void 0.000117
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d00 0.000117
+gallium_dri.so free 0x5571735e1e40 void 0.000117
+gallium_dri.so free 0x5571735e1d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e70 0.000117
+gallium_dri.so free 0x5571735e1ec0 void 0.000176
+gallium_dri.so free 0x5571735e1e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e70 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000119
+gallium_dri.so free 0x5571735e1e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f70 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so free 0x5571735e1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2030 0.000117
+gallium_dri.so free 0x5571735e2100 void 0.000118
+gallium_dri.so free 0x5571735e2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2030 0.000118
+gallium_dri.so free 0x5571735e21c0 void 0.000118
+gallium_dri.so free 0x5571735e2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2030 0.000118
+gallium_dri.so free 0x5571735e2280 void 0.000119
+gallium_dri.so free 0x5571735e2030 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2230 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735e2230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2350 0.000116
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x5571735e2350 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23e0 0.000118
+gallium_dri.so free 0x5571735e2480 void 0.000118
+gallium_dri.so free 0x5571735e23e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000127
+gallium_dri.so free 0x5571735e2500 void 0.000120
+gallium_dri.so free 0x5571735e2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2500 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2500 0.000117
+gallium_dri.so free 0x5571735e2640 void 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2640 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000122
+gallium_dri.so free 0x5571735e2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2640 0.000121
+gallium_dri.so free 0x5571735e27c0 void 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2640 0.000120
+gallium_dri.so free 0x5571735e2880 void 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2830 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000117
+gallium_dri.so free 0x5571735e2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2950 0.000117
+gallium_dri.so free 0x5571735e29c0 void 0.000121
+gallium_dri.so free 0x5571735e2950 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a00 0.000118
+gallium_dri.so free 0x5571735e2a80 void 0.000118
+gallium_dri.so free 0x5571735e2a00 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2a00 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000119
+gallium_dri.so free 0x5571735e2a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2b30 0.000118
+gallium_dri.so free 0x5571735e2b80 void 0.000117
+gallium_dri.so free 0x5571735e2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b30 0.000117
+gallium_dri.so free 0x5571735e2c80 void 0.000119
+gallium_dri.so free 0x5571735e2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c30 0.000119
+gallium_dri.so free 0x5571735e2d40 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000117
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000117
+gallium_dri.so free 0x5571735e2f00 void 0.000117
+gallium_dri.so free 0x5571735e2eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000118
+gallium_dri.so free 0x5571735e3000 void 0.000120
+gallium_dri.so free 0x5571735e2eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000118
+gallium_dri.so free 0x5571735e30c0 void 0.000117
+gallium_dri.so free 0x5571735e2fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3070 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3070 0.000117
+gallium_dri.so free 0x5571735e31c0 void 0.000117
+gallium_dri.so free 0x5571735e3070 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3200 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3280 0.000118
+gallium_dri.so free 0x5571735e3340 void 0.000118
+gallium_dri.so free 0x5571735e3280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3280 0.000121
+gallium_dri.so free 0x5571735e3400 void 0.000119
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3420 0.000118
+gallium_dri.so free 0x5571735e34c0 void 0.000120
+gallium_dri.so free 0x5571735e3420 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so free 0x5571735e3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so free 0x5571735e3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35c0 0.000119
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e35c0 0.000109
+gallium_dri.so free 0x5571735e3740 void 0.000111
+gallium_dri.so free 0x5571735e35c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e35c0 0.000112
+gallium_dri.so free 0x557173600e80 void 0.000111
+gallium_dri.so free 0x5571735e35c0 void 0.000110
+gallium_dri.so malloc 72 0x557173600ed0 0.000109
+gallium_dri.so free 0x5571735e3800 void 0.000110
+gallium_dri.so free 0x557173600ed0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e37b0 0.000109
+gallium_dri.so free 0x557173600f40 void 0.000110
+gallium_dri.so free 0x5571735e37b0 void 0.000109
+gallium_dri.so malloc 72 0x557173600f90 0.000110
+gallium_dri.so free 0x557173601000 void 0.000109
+gallium_dri.so free 0x557173600f90 void 0.000109
+gallium_dri.so malloc 72 0x557173601020 0.000111
+gallium_dri.so free 0x5571736010c0 void 0.000110
+gallium_dri.so free 0x557173601020 void 0.000110
+gallium_dri.so malloc 72 0x557173601070 0.000111
+gallium_dri.so free 0x557173601140 void 0.000112
+gallium_dri.so free 0x557173601070 void 0.000110
+gallium_dri.so malloc 72 0x557173601070 0.000110
+gallium_dri.so free 0x5571736011c0 void 0.000110
+gallium_dri.so free 0x557173601070 void 0.000110
+gallium_dri.so malloc 72 0x5571736011c0 0.000111
+gallium_dri.so free 0x557173601280 void 0.000110
+gallium_dri.so free 0x5571736011c0 void 0.000149
+gallium_dri.so malloc 72 0x5571736011c0 0.000117
+gallium_dri.so free 0x557173601380 void 0.000116
+gallium_dri.so free 0x5571736011c0 void 0.000116
+gallium_dri.so malloc 72 0x557173601330 0.000117
+gallium_dri.so free 0x5571736013c0 void 0.000138
+gallium_dri.so free 0x557173601330 void 0.000117
+gallium_dri.so malloc 72 0x557173601330 0.000115
+gallium_dri.so free 0x557173601480 void 0.000116
+gallium_dri.so free 0x557173601330 void 0.000114
+gallium_dri.so malloc 72 0x5571736014c0 0.000115
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x5571736014c0 void 0.000114
+gallium_dri.so malloc 72 0x557173601540 0.000114
+gallium_dri.so free 0x557173601600 void 0.000116
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so malloc 72 0x557173601540 0.000115
+gallium_dri.so free 0x557173601680 void 0.000114
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so malloc 72 0x5571736016b0 0.000115
+gallium_dri.so free 0x557173601700 void 0.000115
+gallium_dri.so free 0x5571736016b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736016b0 0.000114
+gallium_dri.so free 0x557173601800 void 0.000116
+gallium_dri.so free 0x5571736016b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601840 0.000116
+gallium_dri.so free 0x5571736018c0 void 0.000115
+gallium_dri.so free 0x557173601840 void 0.000117
+gallium_dri.so malloc 72 0x5571736018c0 0.000116
+gallium_dri.so free 0x557173601980 void 0.000115
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736018c0 0.000114
+gallium_dri.so free 0x557173601a00 void 0.000116
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so malloc 72 0x557173601a30 0.000116
+gallium_dri.so free 0x557173601a80 void 0.000115
+gallium_dri.so free 0x557173601a30 void 0.000116
+gallium_dri.so malloc 72 0x557173601a30 0.000114
+gallium_dri.so free 0x557173601b80 void 0.000115
+gallium_dri.so free 0x557173601a30 void 0.000116
+gallium_dri.so malloc 72 0x557173601b30 0.000114
+gallium_dri.so free 0x557173601c40 void 0.000119
+gallium_dri.so free 0x557173601b30 void 0.000113
+gallium_dri.so malloc 72 0x557173601bf0 0.000116
+gallium_dri.so free 0x557173601cc0 void 0.000115
+gallium_dri.so free 0x557173601bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173601bf0 0.000114
+gallium_dri.so free 0x557173601d80 void 0.000116
+gallium_dri.so free 0x557173601bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173601bf0 0.000116
+gallium_dri.so free 0x557173601e40 void 0.000114
+gallium_dri.so free 0x557173601bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173601df0 0.000115
+gallium_dri.so free 0x557173601ec0 void 0.000125
+gallium_dri.so free 0x557173601df0 void 0.000117
+gallium_dri.so malloc 72 0x557173601f10 0.000115
+gallium_dri.so free 0x557173601f80 void 0.000116
+gallium_dri.so free 0x557173601f10 void 0.000116
+gallium_dri.so malloc 72 0x557173601fa0 0.000116
+gallium_dri.so free 0x557173602040 void 0.000114
+gallium_dri.so free 0x557173601fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173601ff0 0.000116
+gallium_dri.so free 0x5571736020c0 void 0.000116
+gallium_dri.so free 0x557173601ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571736020c0 0.000116
+gallium_dri.so free 0x557173602180 void 0.000115
+gallium_dri.so free 0x5571736020c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736020c0 0.000113
+gallium_dri.so free 0x557173602200 void 0.000115
+gallium_dri.so free 0x5571736020c0 void 0.000115
+gallium_dri.so malloc 72 0x557173602200 0.000115
+gallium_dri.so free 0x5571736022c0 void 0.000114
+gallium_dri.so free 0x557173602200 void 0.000115
+gallium_dri.so malloc 72 0x557173602200 0.000116
+gallium_dri.so free 0x557173602380 void 0.000114
+gallium_dri.so free 0x557173602200 void 0.000115
+gallium_dri.so malloc 72 0x557173602200 0.000115
+gallium_dri.so free 0x557173602440 void 0.000116
+gallium_dri.so free 0x557173602200 void 0.000114
+gallium_dri.so malloc 72 0x5571736023f0 0.000114
+gallium_dri.so free 0x5571736024c0 void 0.000164
+gallium_dri.so free 0x5571736023f0 void 0.000117
+gallium_dri.so malloc 72 0x557173602510 0.000115
+gallium_dri.so free 0x557173602580 void 0.000114
+gallium_dri.so free 0x557173602510 void 0.000114
+gallium_dri.so malloc 72 0x5571736025c0 0.000115
+gallium_dri.so free 0x557173602640 void 0.000115
+gallium_dri.so free 0x5571736025c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736025c0 0.000114
+gallium_dri.so free 0x5571736026c0 void 0.000116
+gallium_dri.so free 0x5571736025c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736026f0 0.000118
+gallium_dri.so free 0x557173602740 void 0.000117
+gallium_dri.so free 0x5571736026f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736026f0 0.000116
+gallium_dri.so free 0x557173602840 void 0.000115
+gallium_dri.so free 0x5571736026f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736027f0 0.000115
+gallium_dri.so free 0x557173602900 void 0.000116
+gallium_dri.so free 0x5571736027f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736028b0 0.000114
+gallium_dri.so free 0x557173602940 void 0.000115
+gallium_dri.so free 0x5571736028b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736028b0 0.000115
+gallium_dri.so free 0x557173602a00 void 0.000116
+gallium_dri.so free 0x5571736028b0 void 0.000114
+gallium_dri.so malloc 72 0x557173602a70 0.000115
+gallium_dri.so free 0x557173602ac0 void 0.000126
+gallium_dri.so free 0x557173602a70 void 0.000116
+gallium_dri.so malloc 72 0x557173602a70 0.000115
+gallium_dri.so free 0x557173602bc0 void 0.000116
+gallium_dri.so free 0x557173602a70 void 0.000120
+gallium_dri.so malloc 72 0x557173602b70 0.000132
+gallium_dri.so free 0x557173602c80 void 0.000116
+gallium_dri.so free 0x557173602b70 void 0.000115
+gallium_dri.so malloc 72 0x557173602c30 0.000115
+gallium_dri.so free 0x557173602cc0 void 0.000115
+gallium_dri.so free 0x557173602c30 void 0.000116
+gallium_dri.so malloc 72 0x557173602c30 0.000115
+gallium_dri.so free 0x557173602d80 void 0.000117
+gallium_dri.so free 0x557173602c30 void 0.000115
+gallium_dri.so malloc 72 0x557173602dc0 0.000116
+gallium_dri.so free 0x557173602e40 void 0.000115
+gallium_dri.so free 0x557173602dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173602e40 0.000116
+gallium_dri.so free 0x557173602f00 void 0.000116
+gallium_dri.so free 0x557173602e40 void 0.000113
+gallium_dri.so malloc 72 0x557173602e40 0.000115
+gallium_dri.so free 0x557173602fc0 void 0.000116
+gallium_dri.so free 0x557173602e40 void 0.000114
+gallium_dri.so malloc 72 0x557173602fe0 0.000115
+gallium_dri.so free 0x557173603080 void 0.000114
+gallium_dri.so free 0x557173602fe0 void 0.000115
+gallium_dri.so malloc 72 0x557173603030 0.000114
+gallium_dri.so free 0x557173603100 void 0.000119
+gallium_dri.so free 0x557173603030 void 0.000113
+gallium_dri.so malloc 72 0x557173603030 0.000116
+gallium_dri.so free 0x557173603180 void 0.000117
+gallium_dri.so free 0x557173603030 void 0.000114
+gallium_dri.so malloc 72 0x557173603180 0.000115
+gallium_dri.so free 0x557173603240 void 0.000116
+gallium_dri.so free 0x557173603180 void 0.000116
+gallium_dri.so malloc 72 0x557173603180 0.000116
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x557173603180 void 0.000113
+gallium_dri.so malloc 72 0x557173603180 0.000116
+gallium_dri.so free 0x5571736033c0 void 0.000116
+gallium_dri.so free 0x557173603180 void 0.000114
+gallium_dri.so malloc 72 0x557173603370 0.000115
+gallium_dri.so free 0x557173603480 void 0.000117
+gallium_dri.so free 0x557173603370 void 0.000114
+gallium_dri.so malloc 72 0x557173603430 0.000115
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173603430 void 0.000115
+gallium_dri.so malloc 72 0x557173603550 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000116
+gallium_dri.so free 0x557173603550 void 0.000115
+gallium_dri.so malloc 72 0x5571736035e0 0.000116
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x5571736035e0 void 0.000114
+gallium_dri.so malloc 72 0x557173603630 0.000178
+gallium_dri.so free 0x557173603700 void 0.000122
+gallium_dri.so free 0x557173603630 void 0.000117
+gallium_dri.so malloc 72 0x557173603630 0.000118
+gallium_dri.so free 0x557173603780 void 0.000116
+gallium_dri.so free 0x557173603630 void 0.000114
+gallium_dri.so malloc 72 0x557173603780 0.000115
+gallium_dri.so free 0x557173603840 void 0.000116
+gallium_dri.so free 0x557173603780 void 0.000115
+gallium_dri.so malloc 72 0x557173603780 0.000115
+gallium_dri.so free 0x557173603940 void 0.000115
+gallium_dri.so free 0x557173603780 void 0.000115
+gallium_dri.so malloc 72 0x5571736038f0 0.000115
+gallium_dri.so free 0x557173603980 void 0.000116
+gallium_dri.so free 0x5571736038f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736038f0 0.000113
+gallium_dri.so free 0x557173603a40 void 0.000116
+gallium_dri.so free 0x5571736038f0 void 0.000115
+gallium_dri.so malloc 72 0x557173603a80 0.000115
+gallium_dri.so free 0x557173603b00 void 0.000131
+gallium_dri.so free 0x557173603a80 void 0.000117
+gallium_dri.so malloc 72 0x557173603b00 0.000120
+gallium_dri.so free 0x557173603bc0 void 0.000115
+gallium_dri.so free 0x557173603b00 void 0.000115
+gallium_dri.so malloc 72 0x557173603b00 0.000116
+gallium_dri.so free 0x557173603c40 void 0.000116
+gallium_dri.so free 0x557173603b00 void 0.000115
+gallium_dri.so malloc 72 0x557173603c70 0.000124
+gallium_dri.so free 0x557173603cc0 void 0.000117
+gallium_dri.so free 0x557173603c70 void 0.000116
+gallium_dri.so malloc 72 0x557173603c70 0.000115
+gallium_dri.so free 0x557173603dc0 void 0.000116
+gallium_dri.so free 0x557173603c70 void 0.000115
+gallium_dri.so malloc 72 0x557173603e00 0.000116
+gallium_dri.so free 0x557173603e80 void 0.000116
+gallium_dri.so free 0x557173603e00 void 0.000114
+gallium_dri.so malloc 72 0x557173603e80 0.000115
+gallium_dri.so free 0x557173603f40 void 0.000116
+gallium_dri.so free 0x557173603e80 void 0.000114
+gallium_dri.so malloc 72 0x557173603e80 0.000115
+gallium_dri.so free 0x557173603fc0 void 0.000116
+gallium_dri.so free 0x557173603e80 void 0.000114
+gallium_dri.so malloc 72 0x557173603ff0 0.000116
+gallium_dri.so free 0x557173604040 void 0.000116
+gallium_dri.so free 0x557173603ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173603ff0 0.000114
+gallium_dri.so free 0x557173604140 void 0.000116
+gallium_dri.so free 0x557173603ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571736040f0 0.000114
+gallium_dri.so free 0x557173604200 void 0.000116
+gallium_dri.so free 0x5571736040f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736041b0 0.000114
+gallium_dri.so free 0x557173604280 void 0.000115
+gallium_dri.so free 0x5571736041b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736041b0 0.000125
+gallium_dri.so free 0x557173604340 void 0.000117
+gallium_dri.so free 0x5571736041b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736041b0 0.000115
+gallium_dri.so free 0x557173604400 void 0.000116
+gallium_dri.so free 0x5571736041b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736043b0 0.000114
+gallium_dri.so free 0x557173604480 void 0.000116
+gallium_dri.so free 0x5571736043b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736044d0 0.000115
+gallium_dri.so free 0x557173604540 void 0.000118
+gallium_dri.so free 0x5571736044d0 void 0.000116
+gallium_dri.so malloc 72 0x557173604560 0.000115
+gallium_dri.so free 0x557173604600 void 0.000115
+gallium_dri.so free 0x557173604560 void 0.000115
+gallium_dri.so malloc 72 0x5571736045b0 0.000115
+gallium_dri.so free 0x557173604680 void 0.000116
+gallium_dri.so free 0x5571736045b0 void 0.000114
+gallium_dri.so malloc 72 0x557173604680 0.000116
+gallium_dri.so free 0x557173604740 void 0.000116
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so malloc 72 0x557173604680 0.000117
+gallium_dri.so free 0x5571736047c0 void 0.000115
+gallium_dri.so free 0x557173604680 void 0.000116
+gallium_dri.so malloc 72 0x5571736047c0 0.000114
+gallium_dri.so free 0x557173604880 void 0.000116
+gallium_dri.so free 0x5571736047c0 void 0.000164
+gallium_dri.so malloc 72 0x5571736047c0 0.000119
+gallium_dri.so free 0x557173604940 void 0.000117
+gallium_dri.so free 0x5571736047c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736047c0 0.000116
+gallium_dri.so free 0x557173604a00 void 0.000116
+gallium_dri.so free 0x5571736047c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736049b0 0.000115
+gallium_dri.so free 0x557173604a80 void 0.000115
+gallium_dri.so free 0x5571736049b0 void 0.000116
+gallium_dri.so malloc 72 0x557173604ad0 0.000113
+gallium_dri.so free 0x557173604b40 void 0.000121
+gallium_dri.so free 0x557173604ad0 void 0.000115
+gallium_dri.so malloc 72 0x557173604b80 0.000116
+gallium_dri.so free 0x557173604c00 void 0.000116
+gallium_dri.so free 0x557173604b80 void 0.000113
+gallium_dri.so malloc 72 0x557173604b80 0.000114
+gallium_dri.so free 0x557173604c80 void 0.000115
+gallium_dri.so free 0x557173604b80 void 0.000116
+gallium_dri.so malloc 72 0x557173604cb0 0.000114
+gallium_dri.so free 0x557173604d00 void 0.000114
+gallium_dri.so free 0x557173604cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173604cb0 0.000116
+gallium_dri.so free 0x557173604e00 void 0.000115
+gallium_dri.so free 0x557173604cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173604db0 0.000115
+gallium_dri.so free 0x557173604ec0 void 0.000115
+gallium_dri.so free 0x557173604db0 void 0.000124
+gallium_dri.so malloc 72 0x557173604e70 0.000114
+gallium_dri.so free 0x557173604f00 void 0.000116
+gallium_dri.so free 0x557173604e70 void 0.000114
+gallium_dri.so malloc 72 0x557173604e70 0.000116
+gallium_dri.so free 0x557173604fc0 void 0.000116
+gallium_dri.so free 0x557173604e70 void 0.000114
+gallium_dri.so malloc 72 0x557173605030 0.000114
+gallium_dri.so free 0x557173605080 void 0.000113
+gallium_dri.so free 0x557173605030 void 0.000113
+gallium_dri.so malloc 72 0x557173605030 0.000114
+gallium_dri.so free 0x557173605180 void 0.000116
+gallium_dri.so free 0x557173605030 void 0.000116
+gallium_dri.so malloc 72 0x557173605130 0.000114
+gallium_dri.so free 0x557173605240 void 0.000114
+gallium_dri.so free 0x557173605130 void 0.000113
+gallium_dri.so malloc 72 0x5571736051f0 0.000114
+gallium_dri.so free 0x557173605280 void 0.000115
+gallium_dri.so free 0x5571736051f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736051f0 0.000115
+gallium_dri.so free 0x557173605340 void 0.000114
+gallium_dri.so free 0x5571736051f0 void 0.000114
+gallium_dri.so malloc 72 0x557173605380 0.000114
+gallium_dri.so free 0x557173605400 void 0.000116
+gallium_dri.so free 0x557173605380 void 0.000113
+gallium_dri.so malloc 72 0x557173605400 0.000116
+gallium_dri.so free 0x5571736054c0 void 0.000114
+gallium_dri.so free 0x557173605400 void 0.000135
+gallium_dri.so malloc 72 0x557173605400 0.000117
+gallium_dri.so free 0x557173605580 void 0.000115
+gallium_dri.so free 0x557173605400 void 0.000115
+gallium_dri.so malloc 72 0x5571736055a0 0.000116
+gallium_dri.so free 0x557173605640 void 0.000113
+gallium_dri.so free 0x5571736055a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736055f0 0.000115
+gallium_dri.so free 0x5571736056c0 void 0.000115
+gallium_dri.so free 0x5571736055f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736055f0 0.000113
+gallium_dri.so free 0x557173605740 void 0.000114
+gallium_dri.so free 0x5571736055f0 void 0.000114
+gallium_dri.so malloc 72 0x557173605740 0.000114
+gallium_dri.so free 0x557173605800 void 0.000116
+gallium_dri.so free 0x557173605740 void 0.000115
+gallium_dri.so malloc 72 0x557173605740 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000114
+gallium_dri.so free 0x557173605740 void 0.000115
+gallium_dri.so malloc 72 0x557173605740 0.000118
+gallium_dri.so free 0x557173605980 void 0.000132
+gallium_dri.so free 0x557173605740 void 0.000116
+gallium_dri.so malloc 72 0x557173605930 0.000115
+gallium_dri.so free 0x557173605a40 void 0.000116
+gallium_dri.so free 0x557173605930 void 0.000114
+gallium_dri.so malloc 72 0x5571736059f0 0.000114
+gallium_dri.so free 0x557173605ac0 void 0.000115
+gallium_dri.so free 0x5571736059f0 void 0.000173
+gallium_dri.so malloc 72 0x557173605b10 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000115
+gallium_dri.so free 0x557173605b10 void 0.000114
+gallium_dri.so malloc 72 0x557173605ba0 0.000114
+gallium_dri.so free 0x557173605c40 void 0.000116
+gallium_dri.so free 0x557173605ba0 void 0.000115
+gallium_dri.so malloc 72 0x557173605bf0 0.000115
+gallium_dri.so free 0x557173605cc0 void 0.000114
+gallium_dri.so free 0x557173605bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173605bf0 0.000114
+gallium_dri.so free 0x557173605d40 void 0.000116
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173605d40 0.000115
+gallium_dri.so free 0x557173605e00 void 0.000115
+gallium_dri.so free 0x557173605d40 void 0.000115
+gallium_dri.so malloc 72 0x557173605d40 0.000115
+gallium_dri.so free 0x557173605f00 void 0.000114
+gallium_dri.so free 0x557173605d40 void 0.000115
+gallium_dri.so malloc 72 0x557173605eb0 0.000115
+gallium_dri.so free 0x557173605f40 void 0.000115
+gallium_dri.so free 0x557173605eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173605eb0 0.000116
+gallium_dri.so free 0x557173606000 void 0.000115
+gallium_dri.so free 0x557173605eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173606040 0.000115
+gallium_dri.so free 0x5571736060c0 void 0.000115
+gallium_dri.so free 0x557173606040 void 0.000115
+gallium_dri.so malloc 72 0x5571736060c0 0.000115
+gallium_dri.so free 0x557173606180 void 0.000115
+gallium_dri.so free 0x5571736060c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736060c0 0.000115
+gallium_dri.so free 0x557173606200 void 0.000114
+gallium_dri.so free 0x5571736060c0 void 0.000113
+gallium_dri.so malloc 72 0x557173606230 0.000112
+gallium_dri.so free 0x557173606280 void 0.000115
+gallium_dri.so free 0x557173606230 void 0.000117
+gallium_dri.so malloc 72 0x557173606230 0.000115
+gallium_dri.so free 0x557173606380 void 0.000114
+gallium_dri.so free 0x557173606230 void 0.000113
+gallium_dri.so malloc 72 0x5571736063c0 0.000114
+gallium_dri.so free 0x557173606440 void 0.000116
+gallium_dri.so free 0x5571736063c0 void 0.000114
+gallium_dri.so malloc 72 0x557173606440 0.000115
+gallium_dri.so free 0x557173606500 void 0.000114
+gallium_dri.so free 0x557173606440 void 0.000113
+gallium_dri.so malloc 72 0x557173606440 0.000113
+gallium_dri.so free 0x557173606580 void 0.000115
+gallium_dri.so free 0x557173606440 void 0.000114
+gallium_dri.so malloc 72 0x5571736065b0 0.000114
+gallium_dri.so free 0x557173606600 void 0.000116
+gallium_dri.so free 0x5571736065b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736065b0 0.000114
+gallium_dri.so free 0x557173606700 void 0.000115
+gallium_dri.so free 0x5571736065b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736066b0 0.000116
+gallium_dri.so free 0x5571736067c0 void 0.000115
+gallium_dri.so free 0x5571736066b0 void 0.000116
+gallium_dri.so malloc 72 0x557173606770 0.000116
+gallium_dri.so free 0x557173606840 void 0.000115
+gallium_dri.so free 0x557173606770 void 0.000115
+gallium_dri.so malloc 72 0x557173606770 0.000121
+gallium_dri.so free 0x557173606900 void 0.000115
+gallium_dri.so free 0x557173606770 void 0.000114
+gallium_dri.so malloc 72 0x557173606770 0.000115
+gallium_dri.so free 0x5571736069c0 void 0.000116
+gallium_dri.so free 0x557173606770 void 0.000116
+gallium_dri.so malloc 72 0x557173606970 0.000115
+gallium_dri.so free 0x557173606a40 void 0.000115
+gallium_dri.so free 0x557173606970 void 0.000114
+gallium_dri.so malloc 72 0x557173606a90 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000119
+gallium_dri.so free 0x557173606a90 void 0.000115
+gallium_dri.so malloc 72 0x557173606b20 0.000114
+gallium_dri.so free 0x557173606bc0 void 0.000114
+gallium_dri.so free 0x557173606b20 void 0.000114
+gallium_dri.so malloc 72 0x557173606b70 0.000116
+gallium_dri.so free 0x557173606c40 void 0.000115
+gallium_dri.so free 0x557173606b70 void 0.000115
+gallium_dri.so malloc 72 0x557173606c40 0.000114
+gallium_dri.so free 0x557173606d00 void 0.000116
+gallium_dri.so free 0x557173606c40 void 0.000120
+gallium_dri.so malloc 72 0x557173606c40 0.000114
+gallium_dri.so free 0x557173606d80 void 0.000114
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so malloc 72 0x557173606d80 0.000116
+gallium_dri.so free 0x557173606e40 void 0.000115
+gallium_dri.so free 0x557173606d80 void 0.000114
+gallium_dri.so malloc 72 0x557173606d80 0.000114
+gallium_dri.so free 0x557173606f00 void 0.000115
+gallium_dri.so free 0x557173606d80 void 0.000113
+gallium_dri.so malloc 72 0x557173606d80 0.000115
+gallium_dri.so free 0x557173606fc0 void 0.000114
+gallium_dri.so free 0x557173606d80 void 0.000113
+gallium_dri.so malloc 72 0x557173606f70 0.000117
+gallium_dri.so free 0x557173607040 void 0.000115
+gallium_dri.so free 0x557173606f70 void 0.000114
+gallium_dri.so malloc 72 0x557173607090 0.000116
+gallium_dri.so free 0x557173607100 void 0.000115
+gallium_dri.so free 0x557173607090 void 0.000116
+gallium_dri.so malloc 72 0x557173607140 0.000115
+gallium_dri.so free 0x5571736071c0 void 0.000116
+gallium_dri.so free 0x557173607140 void 0.000114
+gallium_dri.so malloc 72 0x557173607140 0.000115
+gallium_dri.so free 0x557173607240 void 0.000116
+gallium_dri.so free 0x557173607140 void 0.000116
+gallium_dri.so malloc 72 0x557173607270 0.000116
+gallium_dri.so free 0x5571736072c0 void 0.000135
+gallium_dri.so free 0x557173607270 void 0.000120
+gallium_dri.so malloc 72 0x557173607270 0.000119
+gallium_dri.so free 0x5571736073c0 void 0.000115
+gallium_dri.so free 0x557173607270 void 0.000114
+gallium_dri.so malloc 72 0x557173607370 0.000113
+gallium_dri.so free 0x557173607480 void 0.000115
+gallium_dri.so free 0x557173607370 void 0.000115
+gallium_dri.so malloc 72 0x557173607430 0.000115
+gallium_dri.so free 0x5571736074c0 void 0.000115
+gallium_dri.so free 0x557173607430 void 0.000114
+gallium_dri.so malloc 72 0x557173607430 0.000113
+gallium_dri.so free 0x557173607580 void 0.000114
+gallium_dri.so free 0x557173607430 void 0.000115
+gallium_dri.so malloc 72 0x5571736075f0 0.000114
+gallium_dri.so free 0x557173607640 void 0.000114
+gallium_dri.so free 0x5571736075f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736075f0 0.000114
+gallium_dri.so free 0x557173607740 void 0.000115
+gallium_dri.so free 0x5571736075f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736076f0 0.000113
+gallium_dri.so free 0x557173607800 void 0.000131
+gallium_dri.so free 0x5571736076f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736077b0 0.000113
+gallium_dri.so free 0x557173607840 void 0.000115
+gallium_dri.so free 0x5571736077b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736077b0 0.000113
+gallium_dri.so free 0x557173607900 void 0.000128
+gallium_dri.so free 0x5571736077b0 void 0.000115
+gallium_dri.so malloc 72 0x557173607940 0.000110
+gallium_dri.so free 0x5571736079c0 void 0.000112
+gallium_dri.so free 0x557173607940 void 0.000112
+gallium_dri.so malloc 72 0x5571736079c0 0.000112
+gallium_dri.so free 0x557173607a80 void 0.000112
+gallium_dri.so free 0x5571736079c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736079c0 0.000116
+gallium_dri.so free 0x557173607b40 void 0.000110
+gallium_dri.so free 0x5571736079c0 void 0.000113
+gallium_dri.so malloc 72 0x557173607b60 0.000112
+gallium_dri.so free 0x557173607c00 void 0.000112
+gallium_dri.so free 0x557173607b60 void 0.000112
+gallium_dri.so malloc 72 0x557173607bb0 0.000111
+gallium_dri.so free 0x557173607c80 void 0.000112
+gallium_dri.so free 0x557173607bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173607bb0 0.000111
+gallium_dri.so free 0x557173607d00 void 0.000118
+gallium_dri.so free 0x557173607bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173607d00 0.000114
+gallium_dri.so free 0x557173607dc0 void 0.000115
+gallium_dri.so free 0x557173607d00 void 0.000114
+gallium_dri.so malloc 72 0x557173607d00 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x557173607d00 void 0.000113
+gallium_dri.so malloc 72 0x557173607d00 0.000113
+gallium_dri.so free 0x557173607f40 void 0.000113
+gallium_dri.so free 0x557173607d00 void 0.000174
+gallium_dri.so malloc 72 0x557173607ef0 0.000119
+gallium_dri.so free 0x557173608000 void 0.000120
+gallium_dri.so free 0x557173607ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173607fb0 0.000117
+gallium_dri.so free 0x557173608080 void 0.000115
+gallium_dri.so free 0x557173607fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571736080d0 0.000116
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so free 0x5571736080d0 void 0.000116
+gallium_dri.so malloc 72 0x557173608160 0.000114
+gallium_dri.so free 0x557173608200 void 0.000113
+gallium_dri.so free 0x557173608160 void 0.000113
+gallium_dri.so malloc 72 0x5571736081b0 0.000113
+gallium_dri.so free 0x557173608280 void 0.000115
+gallium_dri.so free 0x5571736081b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736081b0 0.000115
+gallium_dri.so free 0x557173608300 void 0.000115
+gallium_dri.so free 0x5571736081b0 void 0.000114
+gallium_dri.so malloc 72 0x557173608300 0.000114
+gallium_dri.so free 0x5571736083c0 void 0.000116
+gallium_dri.so free 0x557173608300 void 0.000114
+gallium_dri.so malloc 72 0x557173608300 0.000116
+gallium_dri.so free 0x5571736084c0 void 0.000115
+gallium_dri.so free 0x557173608300 void 0.000114
+gallium_dri.so malloc 72 0x557173608470 0.000114
+gallium_dri.so free 0x557173608500 void 0.000115
+gallium_dri.so free 0x557173608470 void 0.000119
+gallium_dri.so malloc 72 0x557173608470 0.000114
+gallium_dri.so free 0x5571736085c0 void 0.000115
+gallium_dri.so free 0x557173608470 void 0.000115
+gallium_dri.so malloc 72 0x557173608600 0.000114
+gallium_dri.so free 0x557173608680 void 0.000114
+gallium_dri.so free 0x557173608600 void 0.000114
+gallium_dri.so malloc 72 0x557173608680 0.000114
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x557173608680 void 0.000116
+gallium_dri.so malloc 72 0x557173608680 0.000116
+gallium_dri.so free 0x5571736087c0 void 0.000116
+gallium_dri.so free 0x557173608680 void 0.000114
+gallium_dri.so malloc 72 0x5571736087f0 0.000115
+gallium_dri.so free 0x557173608840 void 0.000115
+gallium_dri.so free 0x5571736087f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736087f0 0.000114
+gallium_dri.so free 0x557173608940 void 0.000115
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x557173608980 0.000114
+gallium_dri.so free 0x557173608a00 void 0.000113
+gallium_dri.so free 0x557173608980 void 0.000113
+gallium_dri.so malloc 72 0x557173608a00 0.000115
+gallium_dri.so free 0x557173608ac0 void 0.000114
+gallium_dri.so free 0x557173608a00 void 0.000121
+gallium_dri.so malloc 72 0x557173608a00 0.000114
+gallium_dri.so free 0x557173608b40 void 0.000115
+gallium_dri.so free 0x557173608a00 void 0.000126
+gallium_dri.so malloc 72 0x557173608b70 0.000114
+gallium_dri.so free 0x557173608bc0 void 0.000116
+gallium_dri.so free 0x557173608b70 void 0.000115
+gallium_dri.so malloc 72 0x557173608b70 0.000115
+gallium_dri.so free 0x557173608cc0 void 0.000114
+gallium_dri.so free 0x557173608b70 void 0.000113
+gallium_dri.so malloc 72 0x557173608c70 0.000115
+gallium_dri.so free 0x557173608d80 void 0.000115
+gallium_dri.so free 0x557173608c70 void 0.000114
+gallium_dri.so malloc 72 0x557173608d30 0.000114
+gallium_dri.so free 0x557173608e00 void 0.000115
+gallium_dri.so free 0x557173608d30 void 0.000114
+gallium_dri.so malloc 72 0x557173608d30 0.000113
+gallium_dri.so free 0x557173608ec0 void 0.000116
+gallium_dri.so free 0x557173608d30 void 0.000114
+gallium_dri.so malloc 72 0x557173608d30 0.000114
+gallium_dri.so free 0x557173608f80 void 0.000116
+gallium_dri.so free 0x557173608d30 void 0.000114
+gallium_dri.so malloc 72 0x557173608f30 0.000116
+gallium_dri.so free 0x557173609000 void 0.000116
+gallium_dri.so free 0x557173608f30 void 0.000114
+gallium_dri.so malloc 72 0x557173609050 0.000114
+gallium_dri.so free 0x5571736090c0 void 0.000113
+gallium_dri.so free 0x557173609050 void 0.000113
+gallium_dri.so malloc 72 0x5571736090e0 0.000113
+gallium_dri.so free 0x557173609180 void 0.000115
+gallium_dri.so free 0x5571736090e0 void 0.000172
+gallium_dri.so malloc 72 0x557173609130 0.000116
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x557173609130 void 0.000113
+gallium_dri.so malloc 72 0x557173609200 0.000114
+gallium_dri.so free 0x5571736092c0 void 0.000116
+gallium_dri.so free 0x557173609200 void 0.000113
+gallium_dri.so malloc 72 0x557173609200 0.000113
+gallium_dri.so free 0x557173609340 void 0.000114
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so malloc 72 0x557173609340 0.000114
+gallium_dri.so free 0x557173609400 void 0.000114
+gallium_dri.so free 0x557173609340 void 0.000113
+gallium_dri.so malloc 72 0x557173609340 0.000113
+gallium_dri.so free 0x5571736094c0 void 0.000117
+gallium_dri.so free 0x557173609340 void 0.000113
+gallium_dri.so malloc 72 0x557173609340 0.000114
+gallium_dri.so free 0x557173609580 void 0.000114
+gallium_dri.so free 0x557173609340 void 0.000112
+gallium_dri.so malloc 72 0x557173609530 0.000113
+gallium_dri.so free 0x557173609600 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x557173609650 0.000128
+gallium_dri.so free 0x5571736096c0 void 0.000116
+gallium_dri.so free 0x557173609650 void 0.000114
+gallium_dri.so malloc 72 0x557173609700 0.000114
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173609700 void 0.000123
+gallium_dri.so malloc 72 0x557173609700 0.000116
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so free 0x557173609700 void 0.000114
+gallium_dri.so malloc 72 0x557173609830 0.000114
+gallium_dri.so free 0x557173609880 void 0.000114
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x557173609830 0.000115
+gallium_dri.so free 0x557173609980 void 0.000116
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x557173609930 0.000113
+gallium_dri.so free 0x557173609a40 void 0.000114
+gallium_dri.so free 0x557173609930 void 0.000114
+gallium_dri.so malloc 72 0x5571736099f0 0.000113
+gallium_dri.so free 0x557173609a80 void 0.000119
+gallium_dri.so free 0x5571736099f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736099f0 0.000113
+gallium_dri.so free 0x557173609b40 void 0.000113
+gallium_dri.so free 0x5571736099f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609bb0 0.000113
+gallium_dri.so free 0x557173609c00 void 0.000114
+gallium_dri.so free 0x557173609bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173609bb0 0.000113
+gallium_dri.so free 0x557173609d00 void 0.000114
+gallium_dri.so free 0x557173609bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609cb0 0.000113
+gallium_dri.so free 0x557173609dc0 void 0.000113
+gallium_dri.so free 0x557173609cb0 void 0.000131
+gallium_dri.so malloc 72 0x557173609d70 0.000115
+gallium_dri.so free 0x557173609e00 void 0.000115
+gallium_dri.so free 0x557173609d70 void 0.000112
+gallium_dri.so malloc 72 0x557173609d70 0.000115
+gallium_dri.so free 0x557173609ec0 void 0.000114
+gallium_dri.so free 0x557173609d70 void 0.000114
+gallium_dri.so malloc 72 0x557173609f00 0.000114
+gallium_dri.so free 0x557173609f80 void 0.000113
+gallium_dri.so free 0x557173609f00 void 0.000114
+gallium_dri.so malloc 72 0x557173609f80 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so free 0x557173609f80 void 0.000113
+gallium_dri.so malloc 72 0x557173609f80 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so free 0x557173609f80 void 0.000113
+gallium_dri.so malloc 72 0x55717360a120 0.000114
+gallium_dri.so free 0x55717360a1c0 void 0.000114
+gallium_dri.so free 0x55717360a120 void 0.000112
+gallium_dri.so malloc 72 0x55717360a170 0.000112
+gallium_dri.so free 0x55717360a240 void 0.000113
+gallium_dri.so free 0x55717360a170 void 0.000113
+gallium_dri.so malloc 72 0x55717360a170 0.000112
+gallium_dri.so free 0x55717360a2c0 void 0.000114
+gallium_dri.so free 0x55717360a170 void 0.000113
+gallium_dri.so malloc 72 0x55717360a2c0 0.000113
+gallium_dri.so free 0x55717360a380 void 0.000113
+gallium_dri.so free 0x55717360a2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a2c0 0.000165
+gallium_dri.so free 0x55717360a440 void 0.000115
+gallium_dri.so free 0x55717360a2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a2c0 0.000113
+gallium_dri.so free 0x55717360a500 void 0.000114
+gallium_dri.so free 0x55717360a2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a4b0 0.000113
+gallium_dri.so free 0x55717360a5c0 void 0.000113
+gallium_dri.so free 0x55717360a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a570 0.000119
+gallium_dri.so free 0x55717360a640 void 0.000114
+gallium_dri.so free 0x55717360a570 void 0.000114
+gallium_dri.so malloc 72 0x55717360a690 0.000113
+gallium_dri.so free 0x55717360a700 void 0.000114
+gallium_dri.so free 0x55717360a690 void 0.000114
+gallium_dri.so malloc 72 0x55717360a720 0.000112
+gallium_dri.so free 0x55717360a7c0 void 0.000114
+gallium_dri.so free 0x55717360a720 void 0.000114
+gallium_dri.so malloc 72 0x55717360a770 0.000112
+gallium_dri.so free 0x55717360a840 void 0.000113
+gallium_dri.so free 0x55717360a770 void 0.000113
+gallium_dri.so malloc 72 0x55717360a770 0.000116
+gallium_dri.so free 0x55717360a8c0 void 0.000115
+gallium_dri.so free 0x55717360a770 void 0.000113
+gallium_dri.so malloc 72 0x55717360a8c0 0.000113
+gallium_dri.so free 0x55717360a980 void 0.000114
+gallium_dri.so free 0x55717360a8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a8c0 0.000123
+gallium_dri.so free 0x55717360aa80 void 0.000116
+gallium_dri.so free 0x55717360a8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360aa30 0.000114
+gallium_dri.so free 0x55717360aac0 void 0.000119
+gallium_dri.so free 0x55717360aa30 void 0.000112
+gallium_dri.so malloc 72 0x55717360aa30 0.000114
+gallium_dri.so free 0x55717360ab80 void 0.000113
+gallium_dri.so free 0x55717360aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717360abc0 0.000112
+gallium_dri.so free 0x55717360ac40 void 0.000113
+gallium_dri.so free 0x55717360abc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ac40 0.000114
+gallium_dri.so free 0x55717360ad00 void 0.000114
+gallium_dri.so free 0x55717360ac40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ac40 0.000113
+gallium_dri.so free 0x55717360ad80 void 0.000115
+gallium_dri.so free 0x55717360ac40 void 0.000113
+gallium_dri.so malloc 72 0x55717360adb0 0.000114
+gallium_dri.so free 0x55717360ae00 void 0.000114
+gallium_dri.so free 0x55717360adb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360adb0 0.000113
+gallium_dri.so free 0x55717360af00 void 0.000141
+gallium_dri.so free 0x55717360adb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360af40 0.000113
+gallium_dri.so free 0x55717360afc0 void 0.000115
+gallium_dri.so free 0x55717360af40 void 0.000113
+gallium_dri.so malloc 72 0x55717360afc0 0.000131
+gallium_dri.so free 0x55717360b080 void 0.000116
+gallium_dri.so free 0x55717360afc0 void 0.000112
+gallium_dri.so malloc 72 0x55717360afc0 0.000113
+gallium_dri.so free 0x55717360b100 void 0.000114
+gallium_dri.so free 0x55717360afc0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b130 0.000113
+gallium_dri.so free 0x55717360b180 void 0.000114
+gallium_dri.so free 0x55717360b130 void 0.000113
+gallium_dri.so malloc 72 0x55717360b130 0.000113
+gallium_dri.so free 0x55717360b280 void 0.000114
+gallium_dri.so free 0x55717360b130 void 0.000115
+gallium_dri.so malloc 72 0x55717360b230 0.000114
+gallium_dri.so free 0x55717360b340 void 0.000114
+gallium_dri.so free 0x55717360b230 void 0.000112
+gallium_dri.so malloc 72 0x55717360b2f0 0.000114
+gallium_dri.so free 0x55717360b3c0 void 0.000113
+gallium_dri.so free 0x55717360b2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b2f0 0.000112
+gallium_dri.so free 0x55717360b480 void 0.000114
+gallium_dri.so free 0x55717360b2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b2f0 0.000113
+gallium_dri.so free 0x55717360b540 void 0.000114
+gallium_dri.so free 0x55717360b2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000117
+gallium_dri.so free 0x55717360b5c0 void 0.000115
+gallium_dri.so free 0x55717360b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b610 0.000113
+gallium_dri.so free 0x55717360b680 void 0.000111
+gallium_dri.so free 0x55717360b610 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6a0 0.000112
+gallium_dri.so free 0x55717360b740 void 0.000113
+gallium_dri.so free 0x55717360b6a0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b6f0 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000114
+gallium_dri.so free 0x55717360b6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b7c0 0.000113
+gallium_dri.so free 0x55717360b880 void 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b7c0 0.000113
+gallium_dri.so free 0x55717360b900 void 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b900 0.000112
+gallium_dri.so free 0x55717360b9c0 void 0.000113
+gallium_dri.so free 0x55717360b900 void 0.000112
+gallium_dri.so malloc 72 0x55717360b900 0.000114
+gallium_dri.so free 0x55717360ba80 void 0.000113
+gallium_dri.so free 0x55717360b900 void 0.000112
+gallium_dri.so malloc 72 0x55717360b900 0.000112
+gallium_dri.so free 0x55717360bb40 void 0.000115
+gallium_dri.so free 0x55717360b900 void 0.000113
+gallium_dri.so malloc 72 0x55717360baf0 0.000113
+gallium_dri.so free 0x55717360bbc0 void 0.000113
+gallium_dri.so free 0x55717360baf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bc10 0.000112
+gallium_dri.so free 0x55717360bc80 void 0.000128
+gallium_dri.so free 0x55717360bc10 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcc0 0.000113
+gallium_dri.so free 0x55717360bd40 void 0.000114
+gallium_dri.so free 0x55717360bcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcc0 0.000113
+gallium_dri.so free 0x55717360bdc0 void 0.000114
+gallium_dri.so free 0x55717360bcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bdf0 0.000115
+gallium_dri.so free 0x55717360be40 void 0.000113
+gallium_dri.so free 0x55717360bdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bdf0 0.000113
+gallium_dri.so free 0x55717360bf40 void 0.000113
+gallium_dri.so free 0x55717360bdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bef0 0.000112
+gallium_dri.so free 0x55717360c000 void 0.000115
+gallium_dri.so free 0x55717360bef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bfb0 0.000112
+gallium_dri.so free 0x55717360c040 void 0.000113
+gallium_dri.so free 0x55717360bfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bfb0 0.000112
+gallium_dri.so free 0x55717360c100 void 0.000115
+gallium_dri.so free 0x55717360bfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c170 0.000113
+gallium_dri.so free 0x55717360c1c0 void 0.000113
+gallium_dri.so free 0x55717360c170 void 0.000112
+gallium_dri.so malloc 72 0x55717360c170 0.000112
+gallium_dri.so free 0x55717360c2c0 void 0.000113
+gallium_dri.so free 0x55717360c170 void 0.000120
+gallium_dri.so malloc 72 0x55717360c270 0.000113
+gallium_dri.so free 0x55717360c380 void 0.000115
+gallium_dri.so free 0x55717360c270 void 0.000113
+gallium_dri.so malloc 72 0x55717360c330 0.000113
+gallium_dri.so free 0x55717360c3c0 void 0.000113
+gallium_dri.so free 0x55717360c330 void 0.000113
+gallium_dri.so malloc 72 0x55717360c330 0.000113
+gallium_dri.so free 0x55717360c480 void 0.000115
+gallium_dri.so free 0x55717360c330 void 0.000117
+gallium_dri.so malloc 72 0x55717360c4c0 0.000116
+gallium_dri.so free 0x55717360c540 void 0.000114
+gallium_dri.so free 0x55717360c4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c540 0.000113
+gallium_dri.so free 0x55717360c600 void 0.000113
+gallium_dri.so free 0x55717360c540 void 0.000115
+gallium_dri.so malloc 72 0x55717360c540 0.000117
+gallium_dri.so free 0x55717360c6c0 void 0.000115
+gallium_dri.so free 0x55717360c540 void 0.000114
+gallium_dri.so malloc 72 0x55717360c6e0 0.000113
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so free 0x55717360c6e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c730 0.000113
+gallium_dri.so free 0x55717360c800 void 0.000115
+gallium_dri.so free 0x55717360c730 void 0.000112
+gallium_dri.so malloc 72 0x55717360c730 0.000114
+gallium_dri.so free 0x55717360c880 void 0.000114
+gallium_dri.so free 0x55717360c730 void 0.000171
+gallium_dri.so malloc 72 0x55717360c880 0.000114
+gallium_dri.so free 0x55717360c940 void 0.000113
+gallium_dri.so free 0x55717360c880 void 0.000114
+gallium_dri.so malloc 72 0x55717360c880 0.000113
+gallium_dri.so free 0x55717360ca00 void 0.000112
+gallium_dri.so free 0x55717360c880 void 0.000113
+gallium_dri.so malloc 72 0x55717360c880 0.000113
+gallium_dri.so free 0x55717360cac0 void 0.000113
+gallium_dri.so free 0x55717360c880 void 0.000113
+gallium_dri.so malloc 72 0x55717360ca70 0.000117
+gallium_dri.so free 0x55717360cb80 void 0.000115
+gallium_dri.so free 0x55717360ca70 void 0.000113
+gallium_dri.so malloc 72 0x55717360cb30 0.000112
+gallium_dri.so free 0x55717360cc00 void 0.000114
+gallium_dri.so free 0x55717360cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360cc50 0.000114
+gallium_dri.so free 0x55717360ccc0 void 0.000114
+gallium_dri.so free 0x55717360cc50 void 0.000113
+gallium_dri.so malloc 72 0x55717360cce0 0.000113
+gallium_dri.so free 0x55717360cd80 void 0.000114
+gallium_dri.so free 0x55717360cce0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd30 0.000112
+gallium_dri.so free 0x55717360ce00 void 0.000113
+gallium_dri.so free 0x55717360cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd30 0.000113
+gallium_dri.so free 0x55717360ce80 void 0.000114
+gallium_dri.so free 0x55717360cd30 void 0.000122
+gallium_dri.so malloc 72 0x55717360ce80 0.000114
+gallium_dri.so free 0x55717360cf40 void 0.000114
+gallium_dri.so free 0x55717360ce80 void 0.000112
+gallium_dri.so malloc 72 0x55717360ce80 0.000113
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so free 0x55717360ce80 void 0.000116
+gallium_dri.so malloc 72 0x55717360cff0 0.000113
+gallium_dri.so free 0x55717360d080 void 0.000113
+gallium_dri.so free 0x55717360cff0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cff0 0.000112
+gallium_dri.so free 0x55717360d140 void 0.000113
+gallium_dri.so free 0x55717360cff0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d180 0.000112
+gallium_dri.so free 0x55717360d200 void 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so malloc 72 0x55717360d200 0.000113
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so free 0x55717360d200 void 0.000115
+gallium_dri.so malloc 72 0x55717360d200 0.000115
+gallium_dri.so free 0x55717360d340 void 0.000114
+gallium_dri.so free 0x55717360d200 void 0.000112
+gallium_dri.so malloc 72 0x55717360d370 0.000113
+gallium_dri.so free 0x55717360d3c0 void 0.000113
+gallium_dri.so free 0x55717360d370 void 0.000118
+gallium_dri.so malloc 72 0x55717360d370 0.000116
+gallium_dri.so free 0x55717360d4c0 void 0.000115
+gallium_dri.so free 0x55717360d370 void 0.000112
+gallium_dri.so malloc 72 0x55717360d500 0.000119
+gallium_dri.so free 0x55717360d580 void 0.000116
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so malloc 72 0x55717360d580 0.000113
+gallium_dri.so free 0x55717360d640 void 0.000113
+gallium_dri.so free 0x55717360d580 void 0.000113
+gallium_dri.so malloc 72 0x55717360d580 0.000115
+gallium_dri.so free 0x55717360d6c0 void 0.000113
+gallium_dri.so free 0x55717360d580 void 0.000114
+gallium_dri.so malloc 72 0x55717360d6f0 0.000113
+gallium_dri.so free 0x55717360d740 void 0.000114
+gallium_dri.so free 0x55717360d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6f0 0.000114
+gallium_dri.so free 0x55717360d840 void 0.000115
+gallium_dri.so free 0x55717360d6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d7f0 0.000112
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so free 0x55717360d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d8b0 0.000113
+gallium_dri.so free 0x55717360d980 void 0.000114
+gallium_dri.so free 0x55717360d8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d8b0 0.000113
+gallium_dri.so free 0x55717360da40 void 0.000113
+gallium_dri.so free 0x55717360d8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d8b0 0.000114
+gallium_dri.so free 0x55717360db00 void 0.000113
+gallium_dri.so free 0x55717360d8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dab0 0.000130
+gallium_dri.so free 0x55717360db80 void 0.000115
+gallium_dri.so free 0x55717360dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbd0 0.000113
+gallium_dri.so free 0x55717360dc40 void 0.000113
+gallium_dri.so free 0x55717360dbd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dc60 0.000113
+gallium_dri.so free 0x55717360dd00 void 0.000114
+gallium_dri.so free 0x55717360dc60 void 0.000113
+gallium_dri.so malloc 72 0x55717360dcb0 0.000112
+gallium_dri.so free 0x55717360dd80 void 0.000116
+gallium_dri.so free 0x55717360dcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360dd80 0.000114
+gallium_dri.so free 0x55717360de40 void 0.000113
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd80 0.000114
+gallium_dri.so free 0x55717360dec0 void 0.000113
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so malloc 72 0x55717360dec0 0.000112
+gallium_dri.so free 0x55717360df80 void 0.000113
+gallium_dri.so free 0x55717360dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dec0 0.000112
+gallium_dri.so free 0x55717360e040 void 0.000115
+gallium_dri.so free 0x55717360dec0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dec0 0.000112
+gallium_dri.so free 0x55717360e100 void 0.000114
+gallium_dri.so free 0x55717360dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e0b0 0.000113
+gallium_dri.so free 0x55717360e180 void 0.000120
+gallium_dri.so free 0x55717360e0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e1d0 0.000113
+gallium_dri.so free 0x55717360e240 void 0.000114
+gallium_dri.so free 0x55717360e1d0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e280 0.000113
+gallium_dri.so free 0x55717360e300 void 0.000113
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so malloc 72 0x55717360e280 0.000113
+gallium_dri.so free 0x55717360e380 void 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000112
+gallium_dri.so malloc 72 0x55717360e3b0 0.000119
+gallium_dri.so free 0x55717360e400 void 0.000116
+gallium_dri.so free 0x55717360e3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e3b0 0.000114
+gallium_dri.so free 0x55717360e500 void 0.000114
+gallium_dri.so free 0x55717360e3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e4b0 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e570 void 0.000113
+gallium_dri.so malloc 72 0x55717360e570 0.000114
+gallium_dri.so free 0x55717360e6c0 void 0.000113
+gallium_dri.so free 0x55717360e570 void 0.000112
+gallium_dri.so malloc 72 0x55717360e730 0.000113
+gallium_dri.so free 0x55717360e780 void 0.000173
+gallium_dri.so free 0x55717360e730 void 0.000115
+gallium_dri.so malloc 72 0x55717360e730 0.000114
+gallium_dri.so free 0x55717360e880 void 0.000114
+gallium_dri.so free 0x55717360e730 void 0.000112
+gallium_dri.so malloc 72 0x55717360e830 0.000112
+gallium_dri.so free 0x55717360e940 void 0.000113
+gallium_dri.so free 0x55717360e830 void 0.000112
+gallium_dri.so malloc 72 0x55717360e8f0 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000113
+gallium_dri.so free 0x55717360e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e8f0 0.000114
+gallium_dri.so free 0x55717360ea40 void 0.000113
+gallium_dri.so free 0x55717360e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ea80 0.000113
+gallium_dri.so free 0x55717360eb00 void 0.000114
+gallium_dri.so free 0x55717360ea80 void 0.000112
+gallium_dri.so malloc 72 0x55717360eb00 0.000119
+gallium_dri.so free 0x55717360ebc0 void 0.000115
+gallium_dri.so free 0x55717360eb00 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb00 0.000114
+gallium_dri.so free 0x55717360ec80 void 0.000114
+gallium_dri.so free 0x55717360eb00 void 0.000112
+gallium_dri.so malloc 72 0x55717360eca0 0.000112
+gallium_dri.so free 0x55717360ed40 void 0.000114
+gallium_dri.so free 0x55717360eca0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ecf0 0.000113
+gallium_dri.so free 0x55717360edc0 void 0.000121
+gallium_dri.so free 0x55717360ecf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ecf0 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so free 0x55717360ecf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee40 0.000113
+gallium_dri.so free 0x55717360ef00 void 0.000113
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee40 0.000112
+gallium_dri.so free 0x55717360efc0 void 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee40 0.000113
+gallium_dri.so free 0x55717360f080 void 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000112
+gallium_dri.so malloc 72 0x55717360f030 0.000112
+gallium_dri.so free 0x55717360f140 void 0.000115
+gallium_dri.so free 0x55717360f030 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0f0 0.000113
+gallium_dri.so free 0x55717360f1c0 void 0.000113
+gallium_dri.so free 0x55717360f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f210 0.000113
+gallium_dri.so free 0x55717360f280 void 0.000113
+gallium_dri.so free 0x55717360f210 void 0.000113
+gallium_dri.so malloc 72 0x55717360f2a0 0.000112
+gallium_dri.so free 0x55717360f340 void 0.000113
+gallium_dri.so free 0x55717360f2a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f2f0 0.000122
+gallium_dri.so free 0x55717360f3c0 void 0.000113
+gallium_dri.so free 0x55717360f2f0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f2f0 0.000114
+gallium_dri.so free 0x55717360f440 void 0.000113
+gallium_dri.so free 0x55717360f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f440 0.000114
+gallium_dri.so free 0x55717360f500 void 0.000114
+gallium_dri.so free 0x55717360f440 void 0.000113
+gallium_dri.so malloc 72 0x55717360f440 0.000113
+gallium_dri.so free 0x55717360f600 void 0.000113
+gallium_dri.so free 0x55717360f440 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5b0 0.000113
+gallium_dri.so free 0x55717360f640 void 0.000113
+gallium_dri.so free 0x55717360f5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5b0 0.000113
+gallium_dri.so free 0x55717360f700 void 0.000115
+gallium_dri.so free 0x55717360f5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f740 0.000112
+gallium_dri.so free 0x55717360f7c0 void 0.000114
+gallium_dri.so free 0x55717360f740 void 0.000115
+gallium_dri.so malloc 72 0x55717360f7c0 0.000114
+gallium_dri.so free 0x55717360f880 void 0.000115
+gallium_dri.so free 0x55717360f7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f7c0 0.000112
+gallium_dri.so free 0x55717360f900 void 0.000114
+gallium_dri.so free 0x55717360f7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f930 0.000112
+gallium_dri.so free 0x55717360f980 void 0.000113
+gallium_dri.so free 0x55717360f930 void 0.000177
+gallium_dri.so malloc 72 0x55717360f930 0.000116
+gallium_dri.so free 0x55717360fa80 void 0.000113
+gallium_dri.so free 0x55717360f930 void 0.000113
+gallium_dri.so malloc 72 0x55717360fac0 0.000112
+gallium_dri.so free 0x55717360fb40 void 0.000113
+gallium_dri.so free 0x55717360fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb40 0.000117
+gallium_dri.so free 0x55717360fc00 void 0.000114
+gallium_dri.so free 0x55717360fb40 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb40 0.000112
+gallium_dri.so free 0x55717360fc80 void 0.000113
+gallium_dri.so free 0x55717360fb40 void 0.000113
+gallium_dri.so malloc 72 0x55717360fcb0 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000114
+gallium_dri.so free 0x55717360fcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fcb0 0.000114
+gallium_dri.so free 0x55717360fe00 void 0.000113
+gallium_dri.so free 0x55717360fcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fdb0 0.000112
+gallium_dri.so free 0x55717360fec0 void 0.000113
+gallium_dri.so free 0x55717360fdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fe70 0.000112
+gallium_dri.so free 0x55717360ff40 void 0.000113
+gallium_dri.so free 0x55717360fe70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe70 0.000113
+gallium_dri.so free 0x557173610000 void 0.000115
+gallium_dri.so free 0x55717360fe70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe70 0.000122
+gallium_dri.so free 0x5571736100c0 void 0.000114
+gallium_dri.so free 0x55717360fe70 void 0.000113
+gallium_dri.so malloc 72 0x557173610070 0.000113
+gallium_dri.so free 0x557173610140 void 0.000114
+gallium_dri.so free 0x557173610070 void 0.000111
+gallium_dri.so malloc 72 0x557173610190 0.000113
+gallium_dri.so free 0x557173610200 void 0.000115
+gallium_dri.so free 0x557173610190 void 0.000113
+gallium_dri.so malloc 72 0x557173610220 0.000111
+gallium_dri.so free 0x5571736102c0 void 0.000114
+gallium_dri.so free 0x557173610220 void 0.000113
+gallium_dri.so malloc 72 0x557173610270 0.000125
+gallium_dri.so free 0x557173610340 void 0.000114
+gallium_dri.so free 0x557173610270 void 0.000113
+gallium_dri.so malloc 72 0x557173610340 0.000113
+gallium_dri.so free 0x557173610400 void 0.000114
+gallium_dri.so free 0x557173610340 void 0.000113
+gallium_dri.so malloc 72 0x557173610340 0.000113
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so free 0x557173610340 void 0.000112
+gallium_dri.so malloc 72 0x557173610480 0.000113
+gallium_dri.so free 0x557173610540 void 0.000114
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so malloc 72 0x557173610480 0.000114
+gallium_dri.so free 0x557173610600 void 0.000114
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so malloc 72 0x557173610480 0.000127
+gallium_dri.so free 0x5571736106c0 void 0.000116
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so malloc 72 0x557173610670 0.000114
+gallium_dri.so free 0x557173610740 void 0.000114
+gallium_dri.so free 0x557173610670 void 0.000112
+gallium_dri.so malloc 72 0x557173610790 0.000114
+gallium_dri.so free 0x557173610800 void 0.000115
+gallium_dri.so free 0x557173610790 void 0.000114
+gallium_dri.so malloc 72 0x557173610840 0.000113
+gallium_dri.so free 0x5571736108c0 void 0.000115
+gallium_dri.so free 0x557173610840 void 0.000116
+gallium_dri.so malloc 72 0x557173610840 0.000114
+gallium_dri.so free 0x557173610940 void 0.000115
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so malloc 72 0x557173610970 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000115
+gallium_dri.so free 0x557173610970 void 0.000115
+gallium_dri.so malloc 72 0x557173610970 0.000114
+gallium_dri.so free 0x557173610ac0 void 0.000114
+gallium_dri.so free 0x557173610970 void 0.000113
+gallium_dri.so malloc 72 0x557173610a70 0.000113
+gallium_dri.so free 0x557173610b80 void 0.000113
+gallium_dri.so free 0x557173610a70 void 0.000114
+gallium_dri.so malloc 72 0x557173610b30 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000116
+gallium_dri.so free 0x557173610b30 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000114
+gallium_dri.so free 0x557173610c80 void 0.000117
+gallium_dri.so free 0x557173610b30 void 0.000112
+gallium_dri.so malloc 72 0x557173610cf0 0.000113
+gallium_dri.so free 0x557173610d40 void 0.000137
+gallium_dri.so free 0x557173610cf0 void 0.000116
+gallium_dri.so malloc 72 0x557173610cf0 0.000113
+gallium_dri.so free 0x557173610e40 void 0.000115
+gallium_dri.so free 0x557173610cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173610df0 0.000112
+gallium_dri.so free 0x557173610f00 void 0.000113
+gallium_dri.so free 0x557173610df0 void 0.000124
+gallium_dri.so malloc 72 0x557173610eb0 0.000114
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x557173610eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173610eb0 0.000114
+gallium_dri.so free 0x557173611000 void 0.000113
+gallium_dri.so free 0x557173610eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173611040 0.000113
+gallium_dri.so free 0x5571736110c0 void 0.000114
+gallium_dri.so free 0x557173611040 void 0.000113
+gallium_dri.so malloc 72 0x5571736110c0 0.000113
+gallium_dri.so free 0x557173611180 void 0.000117
+gallium_dri.so free 0x5571736110c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736110c0 0.000113
+gallium_dri.so free 0x557173611240 void 0.000113
+gallium_dri.so free 0x5571736110c0 void 0.000113
+gallium_dri.so malloc 72 0x557173611260 0.000119
+gallium_dri.so free 0x557173611300 void 0.000133
+gallium_dri.so free 0x557173611260 void 0.000114
+gallium_dri.so malloc 72 0x5571736112b0 0.000112
+gallium_dri.so free 0x557173611380 void 0.000113
+gallium_dri.so free 0x5571736112b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736112b0 0.000112
+gallium_dri.so free 0x557173611400 void 0.000112
+gallium_dri.so free 0x5571736112b0 void 0.000113
+gallium_dri.so malloc 72 0x557173611400 0.000112
+gallium_dri.so free 0x5571736114c0 void 0.000113
+gallium_dri.so free 0x557173611400 void 0.000112
+gallium_dri.so malloc 72 0x557173611400 0.000112
+gallium_dri.so free 0x557173611580 void 0.000114
+gallium_dri.so free 0x557173611400 void 0.000113
+gallium_dri.so malloc 72 0x557173611400 0.000115
+gallium_dri.so free 0x557173611640 void 0.000114
+gallium_dri.so free 0x557173611400 void 0.000113
+gallium_dri.so malloc 72 0x5571736115f0 0.000111
+gallium_dri.so free 0x557173611700 void 0.000112
+gallium_dri.so free 0x5571736115f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736116b0 0.000112
+gallium_dri.so free 0x557173611780 void 0.000118
+gallium_dri.so free 0x5571736116b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736117d0 0.000118
+gallium_dri.so free 0x557173611840 void 0.000120
+gallium_dri.so free 0x5571736117d0 void 0.000118
+gallium_dri.so malloc 72 0x557173611860 0.000120
+gallium_dri.so free 0x557173611900 void 0.000162
+gallium_dri.so free 0x557173611860 void 0.000120
+gallium_dri.so malloc 72 0x5571736118b0 0.000119
+gallium_dri.so free 0x557173611980 void 0.000118
+gallium_dri.so free 0x5571736118b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736118b0 0.000118
+gallium_dri.so free 0x557173611a00 void 0.000119
+gallium_dri.so free 0x5571736118b0 void 0.000117
+gallium_dri.so malloc 72 0x557173611a00 0.000118
+gallium_dri.so free 0x557173611ac0 void 0.000119
+gallium_dri.so free 0x557173611a00 void 0.000118
+gallium_dri.so malloc 72 0x557173611a00 0.000118
+gallium_dri.so free 0x557173611bc0 void 0.000118
+gallium_dri.so free 0x557173611a00 void 0.000123
+gallium_dri.so malloc 72 0x557173611b70 0.000119
+gallium_dri.so free 0x557173611c00 void 0.000119
+gallium_dri.so free 0x557173611b70 void 0.000118
+gallium_dri.so malloc 72 0x557173611b70 0.000119
+gallium_dri.so free 0x557173611cc0 void 0.000120
+gallium_dri.so free 0x557173611b70 void 0.000117
+gallium_dri.so malloc 72 0x557173611d00 0.000120
+gallium_dri.so free 0x557173611d80 void 0.000118
+gallium_dri.so free 0x557173611d00 void 0.000117
+gallium_dri.so malloc 72 0x557173611d80 0.000119
+gallium_dri.so free 0x557173611e40 void 0.000120
+gallium_dri.so free 0x557173611d80 void 0.000118
+gallium_dri.so malloc 72 0x557173611d80 0.000116
+gallium_dri.so free 0x557173611ec0 void 0.000125
+gallium_dri.so free 0x557173611d80 void 0.000118
+gallium_dri.so malloc 72 0x557173611ef0 0.000120
+gallium_dri.so free 0x557173611f40 void 0.000118
+gallium_dri.so free 0x557173611ef0 void 0.000121
+gallium_dri.so malloc 72 0x557173611ef0 0.000118
+gallium_dri.so free 0x557173612040 void 0.000119
+gallium_dri.so free 0x557173611ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173612080 0.000117
+gallium_dri.so free 0x557173612100 void 0.000118
+gallium_dri.so free 0x557173612080 void 0.000118
+gallium_dri.so malloc 72 0x557173612100 0.000118
+gallium_dri.so free 0x5571736121c0 void 0.000128
+gallium_dri.so free 0x557173612100 void 0.000119
+gallium_dri.so malloc 72 0x557173612100 0.000119
+gallium_dri.so free 0x557173612240 void 0.000118
+gallium_dri.so free 0x557173612100 void 0.000118
+gallium_dri.so malloc 72 0x557173612270 0.000118
+gallium_dri.so free 0x5571736122c0 void 0.000117
+gallium_dri.so free 0x557173612270 void 0.000118
+gallium_dri.so malloc 72 0x557173612270 0.000118
+gallium_dri.so free 0x5571736123c0 void 0.000119
+gallium_dri.so free 0x557173612270 void 0.000117
+gallium_dri.so malloc 72 0x557173612370 0.000118
+gallium_dri.so free 0x557173612480 void 0.000118
+gallium_dri.so free 0x557173612370 void 0.000118
+gallium_dri.so malloc 72 0x557173612430 0.000136
+gallium_dri.so free 0x557173612500 void 0.000120
+gallium_dri.so free 0x557173612430 void 0.000119
+gallium_dri.so malloc 72 0x557173612430 0.000119
+gallium_dri.so free 0x5571736125c0 void 0.000118
+gallium_dri.so free 0x557173612430 void 0.000118
+gallium_dri.so malloc 72 0x557173612430 0.000118
+gallium_dri.so free 0x557173612680 void 0.000118
+gallium_dri.so free 0x557173612430 void 0.000115
+gallium_dri.so malloc 72 0x557173612630 0.000117
+gallium_dri.so free 0x557173612700 void 0.000120
+gallium_dri.so free 0x557173612630 void 0.000118
+gallium_dri.so malloc 72 0x557173612750 0.000118
+gallium_dri.so free 0x5571736127c0 void 0.000118
+gallium_dri.so free 0x557173612750 void 0.000119
+gallium_dri.so malloc 72 0x5571736127e0 0.000118
+gallium_dri.so free 0x557173612880 void 0.000118
+gallium_dri.so free 0x5571736127e0 void 0.000118
+gallium_dri.so malloc 72 0x557173612830 0.000118
+gallium_dri.so free 0x557173612900 void 0.000118
+gallium_dri.so free 0x557173612830 void 0.000117
+gallium_dri.so malloc 72 0x557173612900 0.000119
+gallium_dri.so free 0x5571736129c0 void 0.000120
+gallium_dri.so free 0x557173612900 void 0.000118
+gallium_dri.so malloc 72 0x557173612900 0.000119
+gallium_dri.so free 0x557173612a40 void 0.000118
+gallium_dri.so free 0x557173612900 void 0.000128
+gallium_dri.so malloc 72 0x557173612a40 0.000118
+gallium_dri.so free 0x557173612b00 void 0.000118
+gallium_dri.so free 0x557173612a40 void 0.000123
+gallium_dri.so malloc 72 0x557173612a40 0.000117
+gallium_dri.so free 0x557173612bc0 void 0.000117
+gallium_dri.so free 0x557173612a40 void 0.000117
+gallium_dri.so malloc 72 0x557173612a40 0.000116
+gallium_dri.so free 0x557173612c80 void 0.000117
+gallium_dri.so free 0x557173612a40 void 0.000115
+gallium_dri.so malloc 72 0x557173612c30 0.000117
+gallium_dri.so free 0x557173612d00 void 0.000118
+gallium_dri.so free 0x557173612c30 void 0.000117
+gallium_dri.so malloc 72 0x557173612d50 0.000118
+gallium_dri.so free 0x557173612dc0 void 0.000117
+gallium_dri.so free 0x557173612d50 void 0.000115
+gallium_dri.so malloc 72 0x557173612e00 0.000109
+gallium_dri.so free 0x557173612e80 void 0.000259
+gallium_dri.so free 0x557173612e00 void 0.000183
+gallium_dri.so malloc 72 0x557173612e00 0.000121
+gallium_dri.so free 0x557173612f00 void 0.000119
+gallium_dri.so free 0x557173612e00 void 0.000119
+gallium_dri.so malloc 72 0x557173612f30 0.000118
+gallium_dri.so free 0x557173612f80 void 0.000119
+gallium_dri.so free 0x557173612f30 void 0.000118
+gallium_dri.so malloc 72 0x557173612f30 0.000143
+gallium_dri.so free 0x557173613080 void 0.000121
+gallium_dri.so free 0x557173612f30 void 0.000117
+gallium_dri.so malloc 72 0x557173613030 0.000117
+gallium_dri.so free 0x557173613140 void 0.000117
+gallium_dri.so free 0x557173613030 void 0.000116
+gallium_dri.so malloc 72 0x5571736130f0 0.000117
+gallium_dri.so free 0x557173613180 void 0.000118
+gallium_dri.so free 0x5571736130f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736130f0 0.000116
+gallium_dri.so free 0x557173613240 void 0.000117
+gallium_dri.so free 0x5571736130f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736132b0 0.000116
+gallium_dri.so free 0x557173613300 void 0.000118
+gallium_dri.so free 0x5571736132b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736132b0 0.000119
+gallium_dri.so free 0x557173613400 void 0.000116
+gallium_dri.so free 0x5571736132b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736133b0 0.000116
+gallium_dri.so free 0x5571736134c0 void 0.000119
+gallium_dri.so free 0x5571736133b0 void 0.000117
+gallium_dri.so malloc 72 0x557173613470 0.000116
+gallium_dri.so free 0x557173613500 void 0.000121
+gallium_dri.so free 0x557173613470 void 0.000118
+gallium_dri.so malloc 72 0x557173613470 0.000119
+gallium_dri.so free 0x5571736135c0 void 0.000118
+gallium_dri.so free 0x557173613470 void 0.000118
+gallium_dri.so malloc 72 0x557173613600 0.000213
+gallium_dri.so free 0x557173613680 void 0.000120
+gallium_dri.so free 0x557173613600 void 0.000118
+gallium_dri.so malloc 72 0x557173613680 0.000118
+gallium_dri.so free 0x557173613740 void 0.000119
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so malloc 72 0x557173613680 0.000117
+gallium_dri.so free 0x557173613800 void 0.000119
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so malloc 72 0x557173613820 0.000117
+gallium_dri.so free 0x5571736138c0 void 0.000118
+gallium_dri.so free 0x557173613820 void 0.000117
+gallium_dri.so malloc 72 0x557173613870 0.000119
+gallium_dri.so free 0x557173613940 void 0.000118
+gallium_dri.so free 0x557173613870 void 0.000119
+gallium_dri.so malloc 72 0x557173613870 0.000117
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so free 0x557173613870 void 0.000117
+gallium_dri.so malloc 72 0x5571736139c0 0.000118
+gallium_dri.so free 0x557173613a80 void 0.000120
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736139c0 0.000117
+gallium_dri.so free 0x557173613b40 void 0.000119
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736139c0 0.000117
+gallium_dri.so free 0x557173613c00 void 0.000118
+gallium_dri.so free 0x5571736139c0 void 0.000121
+gallium_dri.so malloc 72 0x557173613bb0 0.000119
+gallium_dri.so free 0x557173613cc0 void 0.000117
+gallium_dri.so free 0x557173613bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173613c70 0.000118
+gallium_dri.so free 0x557173613d40 void 0.000119
+gallium_dri.so free 0x557173613c70 void 0.000118
+gallium_dri.so malloc 72 0x557173613d90 0.000120
+gallium_dri.so free 0x557173613e00 void 0.000118
+gallium_dri.so free 0x557173613d90 void 0.000118
+gallium_dri.so malloc 72 0x557173613e20 0.000118
+gallium_dri.so free 0x557173613ec0 void 0.000118
+gallium_dri.so free 0x557173613e20 void 0.000118
+gallium_dri.so malloc 72 0x557173613e70 0.000129
+gallium_dri.so free 0x557173613f40 void 0.000119
+gallium_dri.so free 0x557173613e70 void 0.000118
+gallium_dri.so malloc 72 0x557173613e70 0.000118
+gallium_dri.so free 0x557173613fc0 void 0.000118
+gallium_dri.so free 0x557173613e70 void 0.000117
+gallium_dri.so malloc 72 0x557173613fc0 0.000119
+gallium_dri.so free 0x557173614080 void 0.000119
+gallium_dri.so free 0x557173613fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173613fc0 0.000118
+gallium_dri.so free 0x557173614180 void 0.000118
+gallium_dri.so free 0x557173613fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173614130 0.000119
+gallium_dri.so free 0x5571736141c0 void 0.000140
+gallium_dri.so free 0x557173614130 void 0.000117
+gallium_dri.so malloc 72 0x557173614130 0.000118
+gallium_dri.so free 0x557173614280 void 0.000117
+gallium_dri.so free 0x557173614130 void 0.000118
+gallium_dri.so malloc 72 0x5571736142c0 0.000118
+gallium_dri.so free 0x557173614340 void 0.000118
+gallium_dri.so free 0x5571736142c0 void 0.000118
+gallium_dri.so malloc 72 0x557173614340 0.000118
+gallium_dri.so free 0x557173614400 void 0.000248
+gallium_dri.so free 0x557173614340 void 0.000186
+gallium_dri.so malloc 72 0x557173614340 0.000119
+gallium_dri.so free 0x557173614480 void 0.000119
+gallium_dri.so free 0x557173614340 void 0.000117
+gallium_dri.so malloc 72 0x5571736144b0 0.000120
+gallium_dri.so free 0x557173614500 void 0.000118
+gallium_dri.so free 0x5571736144b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736144b0 0.000117
+gallium_dri.so free 0x557173614600 void 0.000119
+gallium_dri.so free 0x5571736144b0 void 0.000117
+gallium_dri.so malloc 72 0x557173614640 0.000117
+gallium_dri.so free 0x5571736146c0 void 0.000118
+gallium_dri.so free 0x557173614640 void 0.000118
+gallium_dri.so malloc 72 0x5571736146c0 0.000119
+gallium_dri.so free 0x557173614780 void 0.000119
+gallium_dri.so free 0x5571736146c0 void 0.000172
+gallium_dri.so malloc 72 0x5571736146c0 0.000121
+gallium_dri.so free 0x557173614800 void 0.000120
+gallium_dri.so free 0x5571736146c0 void 0.000118
+gallium_dri.so malloc 72 0x557173614830 0.000117
+gallium_dri.so free 0x557173614880 void 0.000118
+gallium_dri.so free 0x557173614830 void 0.000118
+gallium_dri.so malloc 72 0x557173614830 0.000117
+gallium_dri.so free 0x557173614980 void 0.000118
+gallium_dri.so free 0x557173614830 void 0.000122
+gallium_dri.so malloc 72 0x557173614930 0.000119
+gallium_dri.so free 0x557173614a40 void 0.000120
+gallium_dri.so free 0x557173614930 void 0.000117
+gallium_dri.so malloc 72 0x5571736149f0 0.000118
+gallium_dri.so free 0x557173614ac0 void 0.000119
+gallium_dri.so free 0x5571736149f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736149f0 0.000120
+gallium_dri.so free 0x557173614b80 void 0.000119
+gallium_dri.so free 0x5571736149f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736149f0 0.000119
+gallium_dri.so free 0x557173614c40 void 0.000118
+gallium_dri.so free 0x5571736149f0 void 0.000117
+gallium_dri.so malloc 72 0x557173614bf0 0.000118
+gallium_dri.so free 0x557173614cc0 void 0.000119
+gallium_dri.so free 0x557173614bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173614d10 0.000118
+gallium_dri.so free 0x557173614d80 void 0.000128
+gallium_dri.so free 0x557173614d10 void 0.000119
+gallium_dri.so malloc 72 0x557173614da0 0.000118
+gallium_dri.so free 0x557173614e40 void 0.000120
+gallium_dri.so free 0x557173614da0 void 0.000118
+gallium_dri.so malloc 72 0x557173614df0 0.000118
+gallium_dri.so free 0x557173614ec0 void 0.000119
+gallium_dri.so free 0x557173614df0 void 0.000118
+gallium_dri.so malloc 72 0x557173614ec0 0.000119
+gallium_dri.so free 0x557173614f80 void 0.000118
+gallium_dri.so free 0x557173614ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173614ec0 0.000118
+gallium_dri.so free 0x557173615000 void 0.000119
+gallium_dri.so free 0x557173614ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173615000 0.000118
+gallium_dri.so free 0x5571736150c0 void 0.000119
+gallium_dri.so free 0x557173615000 void 0.000118
+gallium_dri.so malloc 72 0x557173615000 0.000115
+gallium_dri.so free 0x557173615180 void 0.000120
+gallium_dri.so free 0x557173615000 void 0.000119
+gallium_dri.so malloc 72 0x557173615000 0.000118
+gallium_dri.so free 0x557173615240 void 0.000118
+gallium_dri.so free 0x557173615000 void 0.000114
+gallium_dri.so malloc 72 0x5571736151f0 0.000118
+gallium_dri.so free 0x5571736152c0 void 0.000120
+gallium_dri.so free 0x5571736151f0 void 0.000118
+gallium_dri.so malloc 72 0x557173615310 0.000133
+gallium_dri.so free 0x557173615380 void 0.000122
+gallium_dri.so free 0x557173615310 void 0.000115
+gallium_dri.so malloc 72 0x5571736153c0 0.000117
+gallium_dri.so free 0x557173615440 void 0.000119
+gallium_dri.so free 0x5571736153c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736153c0 0.000119
+gallium_dri.so free 0x5571736154c0 void 0.000118
+gallium_dri.so free 0x5571736153c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736154f0 0.000117
+gallium_dri.so free 0x557173615540 void 0.000117
+gallium_dri.so free 0x5571736154f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736154f0 0.000118
+gallium_dri.so free 0x557173615640 void 0.000118
+gallium_dri.so free 0x5571736154f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736155f0 0.000117
+gallium_dri.so free 0x557173615700 void 0.000118
+gallium_dri.so free 0x5571736155f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736156b0 0.000117
+gallium_dri.so free 0x557173615740 void 0.000119
+gallium_dri.so free 0x5571736156b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736156b0 0.000118
+gallium_dri.so free 0x557173615800 void 0.000117
+gallium_dri.so free 0x5571736156b0 void 0.000117
+gallium_dri.so malloc 72 0x557173615870 0.000117
+gallium_dri.so free 0x5571736158c0 void 0.000117
+gallium_dri.so free 0x557173615870 void 0.000123
+gallium_dri.so malloc 72 0x557173615870 0.000126
+gallium_dri.so free 0x5571736159c0 void 0.000119
+gallium_dri.so free 0x557173615870 void 0.000117
+gallium_dri.so malloc 72 0x557173615970 0.000118
+gallium_dri.so free 0x557173615a80 void 0.000118
+gallium_dri.so free 0x557173615970 void 0.000117
+gallium_dri.so malloc 72 0x557173615a30 0.000118
+gallium_dri.so free 0x557173615ac0 void 0.000118
+gallium_dri.so free 0x557173615a30 void 0.000119
+gallium_dri.so malloc 72 0x557173615a30 0.000120
+gallium_dri.so free 0x557173615b80 void 0.000119
+gallium_dri.so free 0x557173615a30 void 0.000118
+gallium_dri.so malloc 72 0x557173615bc0 0.000118
+gallium_dri.so free 0x557173615c40 void 0.000119
+gallium_dri.so free 0x557173615bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173615c40 0.000119
+gallium_dri.so free 0x557173615d00 void 0.000119
+gallium_dri.so free 0x557173615c40 void 0.000114
+gallium_dri.so malloc 72 0x557173615c40 0.000119
+gallium_dri.so free 0x557173615dc0 void 0.000118
+gallium_dri.so free 0x557173615c40 void 0.000119
+gallium_dri.so malloc 72 0x557173615de0 0.000119
+gallium_dri.so free 0x557173615e80 void 0.000118
+gallium_dri.so free 0x557173615de0 void 0.000117
+gallium_dri.so malloc 72 0x557173615e30 0.000118
+gallium_dri.so free 0x557173615f00 void 0.000118
+gallium_dri.so free 0x557173615e30 void 0.000138
+gallium_dri.so malloc 72 0x557173615e30 0.000119
+gallium_dri.so free 0x557173615f80 void 0.000120
+gallium_dri.so free 0x557173615e30 void 0.000118
+gallium_dri.so malloc 72 0x557173615f80 0.000118
+gallium_dri.so free 0x557173616040 void 0.000118
+gallium_dri.so free 0x557173615f80 void 0.000119
+gallium_dri.so malloc 72 0x557173615f80 0.000119
+gallium_dri.so free 0x557173616100 void 0.000118
+gallium_dri.so free 0x557173615f80 void 0.000119
+gallium_dri.so malloc 72 0x557173615f80 0.000118
+gallium_dri.so free 0x5571736161c0 void 0.000118
+gallium_dri.so free 0x557173615f80 void 0.000118
+gallium_dri.so malloc 72 0x557173616170 0.000119
+gallium_dri.so free 0x557173616280 void 0.000118
+gallium_dri.so free 0x557173616170 void 0.000119
+gallium_dri.so malloc 72 0x557173616230 0.000118
+gallium_dri.so free 0x557173616300 void 0.000118
+gallium_dri.so free 0x557173616230 void 0.000117
+gallium_dri.so malloc 72 0x557173616350 0.000117
+gallium_dri.so free 0x5571736163c0 void 0.000118
+gallium_dri.so free 0x557173616350 void 0.000119
+gallium_dri.so malloc 72 0x5571736163e0 0.000120
+gallium_dri.so free 0x557173616480 void 0.000119
+gallium_dri.so free 0x5571736163e0 void 0.000119
+gallium_dri.so malloc 72 0x557173616430 0.000117
+gallium_dri.so free 0x557173616500 void 0.000162
+gallium_dri.so free 0x557173616430 void 0.000124
+gallium_dri.so malloc 72 0x557173616430 0.000120
+gallium_dri.so free 0x557173616580 void 0.000119
+gallium_dri.so free 0x557173616430 void 0.000118
+gallium_dri.so malloc 72 0x557173616580 0.000119
+gallium_dri.so free 0x557173616640 void 0.000117
+gallium_dri.so free 0x557173616580 void 0.000119
+gallium_dri.so malloc 72 0x557173616580 0.000118
+gallium_dri.so free 0x557173616740 void 0.000120
+gallium_dri.so free 0x557173616580 void 0.000119
+gallium_dri.so malloc 72 0x5571736166f0 0.000118
+gallium_dri.so free 0x557173616780 void 0.000119
+gallium_dri.so free 0x5571736166f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736166f0 0.000118
+gallium_dri.so free 0x557173616840 void 0.000119
+gallium_dri.so free 0x5571736166f0 void 0.000123
+gallium_dri.so malloc 72 0x557173616880 0.000120
+gallium_dri.so free 0x557173616900 void 0.000118
+gallium_dri.so free 0x557173616880 void 0.000118
+gallium_dri.so malloc 72 0x557173616900 0.000118
+gallium_dri.so free 0x5571736169c0 void 0.000118
+gallium_dri.so free 0x557173616900 void 0.000117
+gallium_dri.so malloc 72 0x557173616900 0.000120
+gallium_dri.so free 0x557173616a40 void 0.000117
+gallium_dri.so free 0x557173616900 void 0.000118
+gallium_dri.so malloc 72 0x557173616a70 0.000117
+gallium_dri.so free 0x557173616ac0 void 0.000120
+gallium_dri.so free 0x557173616a70 void 0.000128
+gallium_dri.so malloc 72 0x557173616a70 0.000119
+gallium_dri.so free 0x557173616bc0 void 0.000119
+gallium_dri.so free 0x557173616a70 void 0.000119
+gallium_dri.so malloc 72 0x557173616c00 0.000117
+gallium_dri.so free 0x557173616c80 void 0.000118
+gallium_dri.so free 0x557173616c00 void 0.000119
+gallium_dri.so malloc 72 0x557173616c80 0.000118
+gallium_dri.so free 0x557173616d40 void 0.000118
+gallium_dri.so free 0x557173616c80 void 0.000119
+gallium_dri.so malloc 72 0x557173616c80 0.000117
+gallium_dri.so free 0x557173616dc0 void 0.000119
+gallium_dri.so free 0x557173616c80 void 0.000117
+gallium_dri.so malloc 72 0x557173616df0 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000118
+gallium_dri.so free 0x557173616df0 void 0.000117
+gallium_dri.so malloc 72 0x557173616df0 0.000119
+gallium_dri.so free 0x557173616f40 void 0.000119
+gallium_dri.so free 0x557173616df0 void 0.000118
+gallium_dri.so malloc 72 0x557173616ef0 0.000118
+gallium_dri.so free 0x557173617000 void 0.000118
+gallium_dri.so free 0x557173616ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173616fb0 0.000118
+gallium_dri.so free 0x557173617080 void 0.000118
+gallium_dri.so free 0x557173616fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173616fb0 0.000135
+gallium_dri.so free 0x557173617140 void 0.000118
+gallium_dri.so free 0x557173616fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173616fb0 0.000118
+gallium_dri.so free 0x557173617200 void 0.000118
+gallium_dri.so free 0x557173616fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571736171b0 0.000117
+gallium_dri.so free 0x557173617280 void 0.000117
+gallium_dri.so free 0x5571736171b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736172d0 0.000118
+gallium_dri.so free 0x557173617340 void 0.000118
+gallium_dri.so free 0x5571736172d0 void 0.000120
+gallium_dri.so malloc 72 0x557173617360 0.000119
+gallium_dri.so free 0x557173617400 void 0.000118
+gallium_dri.so free 0x557173617360 void 0.000117
+gallium_dri.so malloc 72 0x5571736173b0 0.000118
+gallium_dri.so free 0x557173617480 void 0.000119
+gallium_dri.so free 0x5571736173b0 void 0.000118
+gallium_dri.so malloc 72 0x557173617480 0.000119
+gallium_dri.so free 0x557173617540 void 0.000118
+gallium_dri.so free 0x557173617480 void 0.000118
+gallium_dri.so malloc 72 0x557173617480 0.000118
+gallium_dri.so free 0x5571736175c0 void 0.000118
+gallium_dri.so free 0x557173617480 void 0.000118
+gallium_dri.so malloc 72 0x5571736175c0 0.000117
+gallium_dri.so free 0x557173617680 void 0.000120
+gallium_dri.so free 0x5571736175c0 void 0.000185
+gallium_dri.so malloc 72 0x5571736175c0 0.000120
+gallium_dri.so free 0x557173617740 void 0.000118
+gallium_dri.so free 0x5571736175c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736175c0 0.000117
+gallium_dri.so free 0x557173617800 void 0.000118
+gallium_dri.so free 0x5571736175c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736177b0 0.000115
+gallium_dri.so free 0x557173617880 void 0.000118
+gallium_dri.so free 0x5571736177b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736178d0 0.000119
+gallium_dri.so free 0x557173617940 void 0.000120
+gallium_dri.so free 0x5571736178d0 void 0.000118
+gallium_dri.so malloc 72 0x557173617980 0.000123
+gallium_dri.so free 0x557173617a00 void 0.000120
+gallium_dri.so free 0x557173617980 void 0.000130
+gallium_dri.so malloc 72 0x557173617980 0.000124
+gallium_dri.so free 0x557173617a80 void 0.000125
+gallium_dri.so free 0x557173617980 void 0.000121
+gallium_dri.so malloc 72 0x557173617ab0 0.000119
+gallium_dri.so free 0x557173617b00 void 0.000119
+gallium_dri.so free 0x557173617ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173617ab0 0.000115
+gallium_dri.so free 0x557173617c00 void 0.000118
+gallium_dri.so free 0x557173617ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173617bb0 0.000127
+gallium_dri.so free 0x557173617cc0 void 0.000119
+gallium_dri.so free 0x557173617bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173617c70 0.000118
+gallium_dri.so free 0x557173617d00 void 0.000119
+gallium_dri.so free 0x557173617c70 void 0.000118
+gallium_dri.so malloc 72 0x557173617c70 0.000119
+gallium_dri.so free 0x557173617dc0 void 0.000119
+gallium_dri.so free 0x557173617c70 void 0.000118
+gallium_dri.so malloc 72 0x557173617e30 0.000118
+gallium_dri.so free 0x557173617e80 void 0.000118
+gallium_dri.so free 0x557173617e30 void 0.000119
+gallium_dri.so malloc 72 0x557173617e30 0.000117
+gallium_dri.so free 0x557173617f80 void 0.000119
+gallium_dri.so free 0x557173617e30 void 0.000119
+gallium_dri.so malloc 72 0x557173617f30 0.000118
+gallium_dri.so free 0x557173618040 void 0.000117
+gallium_dri.so free 0x557173617f30 void 0.000117
+gallium_dri.so malloc 72 0x557173617ff0 0.000118
+gallium_dri.so free 0x557173618080 void 0.000117
+gallium_dri.so free 0x557173617ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173617ff0 0.000119
+gallium_dri.so free 0x557173618140 void 0.000119
+gallium_dri.so free 0x557173617ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173618180 0.000119
+gallium_dri.so free 0x557173618200 void 0.000118
+gallium_dri.so free 0x557173618180 void 0.000125
+gallium_dri.so malloc 72 0x557173618200 0.000114
+gallium_dri.so free 0x5571736182c0 void 0.000112
+gallium_dri.so free 0x557173618200 void 0.000110
+gallium_dri.so malloc 72 0x557173618200 0.000112
+gallium_dri.so free 0x557173618380 void 0.000110
+gallium_dri.so free 0x557173618200 void 0.000109
+gallium_dri.so malloc 72 0x5571736183a0 0.000111
+gallium_dri.so free 0x557173618440 void 0.000110
+gallium_dri.so free 0x5571736183a0 void 0.000111
+gallium_dri.so malloc 72 0x5571736183f0 0.000121
+gallium_dri.so free 0x5571736184c0 void 0.000125
+gallium_dri.so free 0x5571736183f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736183f0 0.000110
+gallium_dri.so free 0x557173618540 void 0.000111
+gallium_dri.so free 0x5571736183f0 void 0.000110
+gallium_dri.so malloc 72 0x557173618540 0.000110
+gallium_dri.so free 0x557173618600 void 0.000110
+gallium_dri.so free 0x557173618540 void 0.000110
+gallium_dri.so malloc 72 0x557173618540 0.000109
+gallium_dri.so free 0x5571736186c0 void 0.000110
+gallium_dri.so free 0x557173618540 void 0.000111
+gallium_dri.so malloc 72 0x557173618540 0.000110
+gallium_dri.so free 0x557173618780 void 0.000111
+gallium_dri.so free 0x557173618540 void 0.000116
+gallium_dri.so malloc 72 0x557173618730 0.000113
+gallium_dri.so free 0x557173618840 void 0.000123
+gallium_dri.so free 0x557173618730 void 0.000119
+gallium_dri.so malloc 72 0x5571736187f0 0.000189
+gallium_dri.so free 0x5571736188c0 void 0.000116
+gallium_dri.so free 0x5571736187f0 void 0.000129
+gallium_dri.so malloc 72 0x557173618910 0.000114
+gallium_dri.so free 0x557173618980 void 0.000113
+gallium_dri.so free 0x557173618910 void 0.000113
+gallium_dri.so malloc 72 0x5571736189a0 0.000112
+gallium_dri.so free 0x557173618a40 void 0.000114
+gallium_dri.so free 0x5571736189a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736189f0 0.000112
+gallium_dri.so free 0x557173618ac0 void 0.000113
+gallium_dri.so free 0x5571736189f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736189f0 0.000113
+gallium_dri.so free 0x557173618b40 void 0.000113
+gallium_dri.so free 0x5571736189f0 void 0.000114
+gallium_dri.so malloc 72 0x557173618b40 0.000113
+gallium_dri.so free 0x557173618c00 void 0.000113
+gallium_dri.so free 0x557173618b40 void 0.000115
+gallium_dri.so malloc 72 0x557173618b40 0.000113
+gallium_dri.so free 0x557173618d00 void 0.000112
+gallium_dri.so free 0x557173618b40 void 0.000117
+gallium_dri.so malloc 72 0x557173618cb0 0.000113
+gallium_dri.so free 0x557173618d40 void 0.000113
+gallium_dri.so free 0x557173618cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173618cb0 0.000121
+gallium_dri.so free 0x557173618e00 void 0.000160
+gallium_dri.so free 0x557173618cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173618e40 0.000125
+gallium_dri.so free 0x557173618ec0 void 0.000118
+gallium_dri.so free 0x557173618e40 void 0.000113
+gallium_dri.so malloc 72 0x557173618ec0 0.000115
+gallium_dri.so free 0x557173618f80 void 0.000113
+gallium_dri.so free 0x557173618ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173618ec0 0.000113
+gallium_dri.so free 0x557173619000 void 0.000113
+gallium_dri.so free 0x557173618ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173619030 0.000114
+gallium_dri.so free 0x557173619080 void 0.000114
+gallium_dri.so free 0x557173619030 void 0.000113
+gallium_dri.so malloc 72 0x557173619030 0.000113
+gallium_dri.so free 0x557173619180 void 0.000113
+gallium_dri.so free 0x557173619030 void 0.000113
+gallium_dri.so malloc 72 0x5571736191c0 0.000112
+gallium_dri.so free 0x557173619240 void 0.000113
+gallium_dri.so free 0x5571736191c0 void 0.000114
+gallium_dri.so malloc 72 0x557173619240 0.000113
+gallium_dri.so free 0x557173619300 void 0.000114
+gallium_dri.so free 0x557173619240 void 0.000113
+gallium_dri.so malloc 72 0x557173619240 0.000115
+gallium_dri.so free 0x557173619380 void 0.000114
+gallium_dri.so free 0x557173619240 void 0.000112
+gallium_dri.so malloc 72 0x5571736193b0 0.000114
+gallium_dri.so free 0x557173619400 void 0.000115
+gallium_dri.so free 0x5571736193b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736193b0 0.000115
+gallium_dri.so free 0x557173619500 void 0.000114
+gallium_dri.so free 0x5571736193b0 void 0.000109
+gallium_dri.so malloc 72 0x5571736194b0 0.000112
+gallium_dri.so free 0x5571736195c0 void 0.000114
+gallium_dri.so free 0x5571736194b0 void 0.000114
+gallium_dri.so malloc 72 0x557173619570 0.000113
+gallium_dri.so free 0x557173619640 void 0.000112
+gallium_dri.so free 0x557173619570 void 0.000113
+gallium_dri.so malloc 72 0x557173619570 0.000113
+gallium_dri.so free 0x557173619700 void 0.000113
+gallium_dri.so free 0x557173619570 void 0.000113
+gallium_dri.so malloc 72 0x557173619570 0.000118
+gallium_dri.so free 0x5571736197c0 void 0.000113
+gallium_dri.so free 0x557173619570 void 0.000111
+gallium_dri.so malloc 72 0x557173619770 0.000111
+gallium_dri.so free 0x557173619840 void 0.000125
+gallium_dri.so free 0x557173619770 void 0.000111
+gallium_dri.so malloc 72 0x557173619890 0.000111
+gallium_dri.so free 0x557173619900 void 0.000111
+gallium_dri.so free 0x557173619890 void 0.000113
+gallium_dri.so malloc 72 0x557173619920 0.000112
+gallium_dri.so free 0x5571736199c0 void 0.000113
+gallium_dri.so free 0x557173619920 void 0.000113
+gallium_dri.so malloc 72 0x557173619970 0.000110
+gallium_dri.so free 0x557173619a40 void 0.000113
+gallium_dri.so free 0x557173619970 void 0.000110
+gallium_dri.so malloc 72 0x557173619a40 0.000215
+gallium_dri.so free 0x557173619b00 void 0.000125
+gallium_dri.so free 0x557173619a40 void 0.000124
+gallium_dri.so malloc 72 0x557173619a40 0.000119
+gallium_dri.so free 0x557173619b80 void 0.000114
+gallium_dri.so free 0x557173619a40 void 0.000118
+gallium_dri.so malloc 72 0x557173619b80 0.000124
+gallium_dri.so free 0x557173619c40 void 0.000123
+gallium_dri.so free 0x557173619b80 void 0.000119
+gallium_dri.so malloc 72 0x557173619b80 0.000115
+gallium_dri.so free 0x557173619d00 void 0.000113
+gallium_dri.so free 0x557173619b80 void 0.000118
+gallium_dri.so malloc 72 0x557173619b80 0.000125
+gallium_dri.so free 0x557173619dc0 void 0.000124
+gallium_dri.so free 0x557173619b80 void 0.000120
+gallium_dri.so malloc 72 0x557173619d70 0.000119
+gallium_dri.so free 0x557173619e40 void 0.000123
+gallium_dri.so free 0x557173619d70 void 0.000120
+gallium_dri.so malloc 72 0x557173619e90 0.000114
+gallium_dri.so free 0x557173619f00 void 0.000115
+gallium_dri.so free 0x557173619e90 void 0.000119
+gallium_dri.so malloc 72 0x557173619f40 0.000124
+gallium_dri.so free 0x557173619fc0 void 0.000117
+gallium_dri.so free 0x557173619f40 void 0.000114
+gallium_dri.so malloc 72 0x557173619f40 0.000128
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so free 0x557173619f40 void 0.000119
+gallium_dri.so malloc 72 0x55717361a070 0.000114
+gallium_dri.so free 0x55717361a0c0 void 0.000115
+gallium_dri.so free 0x55717361a070 void 0.000118
+gallium_dri.so malloc 72 0x55717361a070 0.000123
+gallium_dri.so free 0x55717361a1c0 void 0.000124
+gallium_dri.so free 0x55717361a070 void 0.000119
+gallium_dri.so malloc 72 0x55717361a170 0.000122
+gallium_dri.so free 0x55717361a280 void 0.000124
+gallium_dri.so free 0x55717361a170 void 0.000125
+gallium_dri.so malloc 72 0x55717361a230 0.000125
+gallium_dri.so free 0x55717361a2c0 void 0.000126
+gallium_dri.so free 0x55717361a230 void 0.000125
+gallium_dri.so malloc 72 0x55717361a230 0.000123
+gallium_dri.so free 0x55717361a380 void 0.000124
+gallium_dri.so free 0x55717361a230 void 0.000159
+gallium_dri.so malloc 72 0x55717361a3f0 0.000124
+gallium_dri.so free 0x55717361a440 void 0.000118
+gallium_dri.so free 0x55717361a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a3f0 0.000118
+gallium_dri.so free 0x55717361a540 void 0.000138
+gallium_dri.so free 0x55717361a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4f0 0.000129
+gallium_dri.so free 0x55717361a600 void 0.000125
+gallium_dri.so free 0x55717361a4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a5b0 0.000125
+gallium_dri.so free 0x55717361a640 void 0.000121
+gallium_dri.so free 0x55717361a5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a5b0 0.000131
+gallium_dri.so free 0x55717361a700 void 0.000131
+gallium_dri.so free 0x55717361a5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a740 0.000129
+gallium_dri.so free 0x55717361a7c0 void 0.000129
+gallium_dri.so free 0x55717361a740 void 0.000130
+gallium_dri.so malloc 72 0x55717361a7c0 0.000129
+gallium_dri.so free 0x55717361a880 void 0.000124
+gallium_dri.so free 0x55717361a7c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a7c0 0.000124
+gallium_dri.so free 0x55717361a940 void 0.000120
+gallium_dri.so free 0x55717361a7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a960 0.000118
+gallium_dri.so free 0x55717361aa00 void 0.000119
+gallium_dri.so free 0x55717361a960 void 0.000119
+gallium_dri.so malloc 72 0x55717361a9b0 0.000136
+gallium_dri.so free 0x55717361aa80 void 0.000130
+gallium_dri.so free 0x55717361a9b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a9b0 0.000130
+gallium_dri.so free 0x55717361ab00 void 0.000130
+gallium_dri.so free 0x55717361a9b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ab00 0.000130
+gallium_dri.so free 0x55717361abc0 void 0.000124
+gallium_dri.so free 0x55717361ab00 void 0.000121
+gallium_dri.so malloc 72 0x55717361ab00 0.000125
+gallium_dri.so free 0x55717361ac80 void 0.000125
+gallium_dri.so free 0x55717361ab00 void 0.000124
+gallium_dri.so malloc 72 0x55717361ab00 0.000129
+gallium_dri.so free 0x55717361ad40 void 0.000125
+gallium_dri.so free 0x55717361ab00 void 0.000125
+gallium_dri.so malloc 72 0x55717361acf0 0.000123
+gallium_dri.so free 0x55717361ae00 void 0.000125
+gallium_dri.so free 0x55717361acf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361adb0 0.000128
+gallium_dri.so free 0x55717361ae80 void 0.000131
+gallium_dri.so free 0x55717361adb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361aed0 0.000141
+gallium_dri.so free 0x55717361af40 void 0.000130
+gallium_dri.so free 0x55717361aed0 void 0.000125
+gallium_dri.so malloc 72 0x55717361af60 0.000121
+gallium_dri.so free 0x55717361b000 void 0.000120
+gallium_dri.so free 0x55717361af60 void 0.000124
+gallium_dri.so malloc 72 0x55717361afb0 0.000124
+gallium_dri.so free 0x55717361b080 void 0.000121
+gallium_dri.so free 0x55717361afb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361afb0 0.000125
+gallium_dri.so free 0x55717361b100 void 0.000131
+gallium_dri.so free 0x55717361afb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b100 0.000128
+gallium_dri.so free 0x55717361b1c0 void 0.000129
+gallium_dri.so free 0x55717361b100 void 0.000140
+gallium_dri.so malloc 72 0x55717361b100 0.000127
+gallium_dri.so free 0x55717361b2c0 void 0.000133
+gallium_dri.so free 0x55717361b100 void 0.000133
+gallium_dri.so malloc 72 0x55717361b270 0.000124
+gallium_dri.so free 0x55717361b300 void 0.000127
+gallium_dri.so free 0x55717361b270 void 0.000124
+gallium_dri.so malloc 72 0x55717361b270 0.000120
+gallium_dri.so free 0x55717361b3c0 void 0.000121
+gallium_dri.so free 0x55717361b270 void 0.000183
+gallium_dri.so malloc 72 0x55717361b400 0.000132
+gallium_dri.so free 0x55717361b480 void 0.000130
+gallium_dri.so free 0x55717361b400 void 0.000132
+gallium_dri.so malloc 72 0x55717361b480 0.000130
+gallium_dri.so free 0x55717361b540 void 0.000130
+gallium_dri.so free 0x55717361b480 void 0.000130
+gallium_dri.so malloc 72 0x55717361b480 0.000125
+gallium_dri.so free 0x55717361b5c0 void 0.000125
+gallium_dri.so free 0x55717361b480 void 0.000130
+gallium_dri.so malloc 72 0x55717361b5f0 0.000130
+gallium_dri.so free 0x55717361b640 void 0.000125
+gallium_dri.so free 0x55717361b5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717361b5f0 0.000130
+gallium_dri.so free 0x55717361b740 void 0.000129
+gallium_dri.so free 0x55717361b5f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b780 0.000125
+gallium_dri.so free 0x55717361b800 void 0.000130
+gallium_dri.so free 0x55717361b780 void 0.000131
+gallium_dri.so malloc 72 0x55717361b800 0.000125
+gallium_dri.so free 0x55717361b8c0 void 0.000126
+gallium_dri.so free 0x55717361b800 void 0.000130
+gallium_dri.so malloc 72 0x55717361b800 0.000130
+gallium_dri.so free 0x55717361b940 void 0.000124
+gallium_dri.so free 0x55717361b800 void 0.000133
+gallium_dri.so malloc 72 0x55717361b970 0.000122
+gallium_dri.so free 0x55717361b9c0 void 0.000124
+gallium_dri.so free 0x55717361b970 void 0.000129
+gallium_dri.so malloc 72 0x55717361b970 0.000130
+gallium_dri.so free 0x55717361bac0 void 0.000130
+gallium_dri.so free 0x55717361b970 void 0.000124
+gallium_dri.so malloc 72 0x55717361ba70 0.000120
+gallium_dri.so free 0x55717361bb80 void 0.000125
+gallium_dri.so free 0x55717361ba70 void 0.000130
+gallium_dri.so malloc 72 0x55717361bb30 0.000124
+gallium_dri.so free 0x55717361bc00 void 0.000119
+gallium_dri.so free 0x55717361bb30 void 0.000124
+gallium_dri.so malloc 72 0x55717361bb30 0.000131
+gallium_dri.so free 0x55717361bcc0 void 0.000129
+gallium_dri.so free 0x55717361bb30 void 0.000130
+gallium_dri.so malloc 72 0x55717361bb30 0.000130
+gallium_dri.so free 0x55717361bd80 void 0.000129
+gallium_dri.so free 0x55717361bb30 void 0.000130
+gallium_dri.so malloc 72 0x55717361bd30 0.000129
+gallium_dri.so free 0x55717361be00 void 0.000125
+gallium_dri.so free 0x55717361bd30 void 0.000124
+gallium_dri.so malloc 72 0x55717361be50 0.000129
+gallium_dri.so free 0x55717361bec0 void 0.000131
+gallium_dri.so free 0x55717361be50 void 0.000130
+gallium_dri.so malloc 72 0x55717361bee0 0.000127
+gallium_dri.so free 0x55717361bf80 void 0.000122
+gallium_dri.so free 0x55717361bee0 void 0.000124
+gallium_dri.so malloc 72 0x55717361bf30 0.000144
+gallium_dri.so free 0x55717361c000 void 0.000131
+gallium_dri.so free 0x55717361bf30 void 0.000125
+gallium_dri.so malloc 72 0x55717361c000 0.000125
+gallium_dri.so free 0x55717361c0c0 void 0.000131
+gallium_dri.so free 0x55717361c000 void 0.000129
+gallium_dri.so malloc 72 0x55717361c000 0.000129
+gallium_dri.so free 0x55717361c140 void 0.000124
+gallium_dri.so free 0x55717361c000 void 0.000120
+gallium_dri.so malloc 72 0x55717361c140 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000119
+gallium_dri.so free 0x55717361c140 void 0.000125
+gallium_dri.so malloc 72 0x55717361c140 0.000113
+gallium_dri.so free 0x55717361c2c0 void 0.000113
+gallium_dri.so free 0x55717361c140 void 0.000112
+gallium_dri.so malloc 72 0x55717361c140 0.000113
+gallium_dri.so free 0x55717361c380 void 0.000113
+gallium_dri.so free 0x55717361c140 void 0.000112
+gallium_dri.so malloc 72 0x55717361c330 0.000113
+gallium_dri.so free 0x55717361c400 void 0.000114
+gallium_dri.so free 0x55717361c330 void 0.000112
+gallium_dri.so malloc 72 0x55717361c450 0.000113
+gallium_dri.so free 0x55717361c4c0 void 0.000174
+gallium_dri.so free 0x55717361c450 void 0.000119
+gallium_dri.so malloc 72 0x55717361c500 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000115
+gallium_dri.so free 0x55717361c500 void 0.000112
+gallium_dri.so malloc 72 0x55717361c500 0.000112
+gallium_dri.so free 0x55717361c600 void 0.000114
+gallium_dri.so free 0x55717361c500 void 0.000113
+gallium_dri.so malloc 72 0x55717361c630 0.000113
+gallium_dri.so free 0x55717361c680 void 0.000114
+gallium_dri.so free 0x55717361c630 void 0.000113
+gallium_dri.so malloc 72 0x55717361c630 0.000113
+gallium_dri.so free 0x55717361c780 void 0.000113
+gallium_dri.so free 0x55717361c630 void 0.000112
+gallium_dri.so malloc 72 0x55717361c730 0.000115
+gallium_dri.so free 0x55717361c840 void 0.000116
+gallium_dri.so free 0x55717361c730 void 0.000112
+gallium_dri.so malloc 72 0x55717361c7f0 0.000115
+gallium_dri.so free 0x55717361c880 void 0.000114
+gallium_dri.so free 0x55717361c7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c7f0 0.000113
+gallium_dri.so free 0x55717361c940 void 0.000113
+gallium_dri.so free 0x55717361c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c9b0 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c9b0 0.000112
+gallium_dri.so free 0x55717361cb00 void 0.000117
+gallium_dri.so free 0x55717361c9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361cab0 0.000112
+gallium_dri.so free 0x55717361cbc0 void 0.000113
+gallium_dri.so free 0x55717361cab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb70 0.000113
+gallium_dri.so free 0x55717361cc00 void 0.000114
+gallium_dri.so free 0x55717361cb70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb70 0.000113
+gallium_dri.so free 0x55717361ccc0 void 0.000114
+gallium_dri.so free 0x55717361cb70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd00 0.000112
+gallium_dri.so free 0x55717361cd80 void 0.000114
+gallium_dri.so free 0x55717361cd00 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd80 0.000112
+gallium_dri.so free 0x55717361ce40 void 0.000113
+gallium_dri.so free 0x55717361cd80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd80 0.000113
+gallium_dri.so free 0x55717361cf00 void 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000131
+gallium_dri.so malloc 72 0x55717361cf20 0.000114
+gallium_dri.so free 0x55717361cfc0 void 0.000114
+gallium_dri.so free 0x55717361cf20 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d040 void 0.000114
+gallium_dri.so free 0x55717361cf70 void 0.000112
+gallium_dri.so malloc 72 0x55717361cf70 0.000115
+gallium_dri.so free 0x55717361d0c0 void 0.000115
+gallium_dri.so free 0x55717361cf70 void 0.000125
+gallium_dri.so malloc 72 0x55717361d0c0 0.000115
+gallium_dri.so free 0x55717361d180 void 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d0c0 0.000113
+gallium_dri.so free 0x55717361d240 void 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d0c0 0.000117
+gallium_dri.so free 0x55717361d300 void 0.000115
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d2b0 0.000105
+gallium_dri.so free 0x55717361d3c0 void 0.000198
+gallium_dri.so free 0x55717361d2b0 void 0.000196
+gallium_dri.so malloc 72 0x55717361d370 0.000162
+gallium_dri.so free 0x55717361d440 void 0.000113
+gallium_dri.so free 0x55717361d370 void 0.000113
+gallium_dri.so malloc 72 0x55717361d490 0.000113
+gallium_dri.so free 0x55717361d500 void 0.000113
+gallium_dri.so free 0x55717361d490 void 0.000112
+gallium_dri.so malloc 72 0x55717361d520 0.000113
+gallium_dri.so free 0x55717361d5c0 void 0.000113
+gallium_dri.so free 0x55717361d520 void 0.000112
+gallium_dri.so malloc 72 0x55717361d570 0.000112
+gallium_dri.so free 0x55717361d640 void 0.000114
+gallium_dri.so free 0x55717361d570 void 0.000112
+gallium_dri.so malloc 72 0x55717361d570 0.000112
+gallium_dri.so free 0x55717361d6c0 void 0.000166
+gallium_dri.so free 0x55717361d570 void 0.000115
+gallium_dri.so malloc 72 0x55717361d6c0 0.000113
+gallium_dri.so free 0x55717361d780 void 0.000113
+gallium_dri.so free 0x55717361d6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d6c0 0.000113
+gallium_dri.so free 0x55717361d880 void 0.000113
+gallium_dri.so free 0x55717361d6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d830 0.000112
+gallium_dri.so free 0x55717361d8c0 void 0.000113
+gallium_dri.so free 0x55717361d830 void 0.000113
+gallium_dri.so malloc 72 0x55717361d830 0.000113
+gallium_dri.so free 0x55717361d980 void 0.000114
+gallium_dri.so free 0x55717361d830 void 0.000113
+gallium_dri.so malloc 72 0x55717361d9c0 0.000114
+gallium_dri.so free 0x55717361da40 void 0.000115
+gallium_dri.so free 0x55717361d9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361da40 0.000112
+gallium_dri.so free 0x55717361db00 void 0.000113
+gallium_dri.so free 0x55717361da40 void 0.000113
+gallium_dri.so malloc 72 0x55717361da40 0.000113
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361da40 void 0.000112
+gallium_dri.so malloc 72 0x55717361dbb0 0.000113
+gallium_dri.so free 0x55717361dc00 void 0.000114
+gallium_dri.so free 0x55717361dbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dbb0 0.000112
+gallium_dri.so free 0x55717361dd00 void 0.000123
+gallium_dri.so free 0x55717361dbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361dd40 0.000113
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so free 0x55717361dd40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ddc0 0.000129
+gallium_dri.so free 0x55717361de80 void 0.000115
+gallium_dri.so free 0x55717361ddc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ddc0 0.000112
+gallium_dri.so free 0x55717361df00 void 0.000114
+gallium_dri.so free 0x55717361ddc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361df30 0.000113
+gallium_dri.so free 0x55717361df80 void 0.000114
+gallium_dri.so free 0x55717361df30 void 0.000113
+gallium_dri.so malloc 72 0x55717361df30 0.000112
+gallium_dri.so free 0x55717361e080 void 0.000113
+gallium_dri.so free 0x55717361df30 void 0.000114
+gallium_dri.so malloc 72 0x55717361e030 0.000112
+gallium_dri.so free 0x55717361e140 void 0.000114
+gallium_dri.so free 0x55717361e030 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000114
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so free 0x55717361e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e0f0 0.000118
+gallium_dri.so free 0x55717361e280 void 0.000115
+gallium_dri.so free 0x55717361e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000113
+gallium_dri.so free 0x55717361e340 void 0.000114
+gallium_dri.so free 0x55717361e0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e2f0 0.000114
+gallium_dri.so free 0x55717361e3c0 void 0.000114
+gallium_dri.so free 0x55717361e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e410 0.000113
+gallium_dri.so free 0x55717361e480 void 0.000113
+gallium_dri.so free 0x55717361e410 void 0.000113
+gallium_dri.so malloc 72 0x55717361e4a0 0.000112
+gallium_dri.so free 0x55717361e540 void 0.000113
+gallium_dri.so free 0x55717361e4a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e4f0 0.000112
+gallium_dri.so free 0x55717361e5c0 void 0.000112
+gallium_dri.so free 0x55717361e4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e5c0 0.000113
+gallium_dri.so free 0x55717361e680 void 0.000116
+gallium_dri.so free 0x55717361e5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e5c0 0.000112
+gallium_dri.so free 0x55717361e700 void 0.000117
+gallium_dri.so free 0x55717361e5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e700 0.000113
+gallium_dri.so free 0x55717361e7c0 void 0.000113
+gallium_dri.so free 0x55717361e700 void 0.000114
+gallium_dri.so malloc 72 0x55717361e700 0.000114
+gallium_dri.so free 0x55717361e880 void 0.000114
+gallium_dri.so free 0x55717361e700 void 0.000114
+gallium_dri.so malloc 72 0x55717361e700 0.000113
+gallium_dri.so free 0x55717361e940 void 0.000113
+gallium_dri.so free 0x55717361e700 void 0.000122
+gallium_dri.so malloc 72 0x55717361e8f0 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000115
+gallium_dri.so free 0x55717361e8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ea10 0.000114
+gallium_dri.so free 0x55717361ea80 void 0.000114
+gallium_dri.so free 0x55717361ea10 void 0.000112
+gallium_dri.so malloc 72 0x55717361eac0 0.000112
+gallium_dri.so free 0x55717361eb40 void 0.000114
+gallium_dri.so free 0x55717361eac0 void 0.000117
+gallium_dri.so malloc 72 0x55717361eac0 0.000113
+gallium_dri.so free 0x55717361ebc0 void 0.000115
+gallium_dri.so free 0x55717361eac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ebf0 0.000113
+gallium_dri.so free 0x55717361ec40 void 0.000113
+gallium_dri.so free 0x55717361ebf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ebf0 0.000114
+gallium_dri.so free 0x55717361ed40 void 0.000118
+gallium_dri.so free 0x55717361ebf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ecf0 0.000113
+gallium_dri.so free 0x55717361ee00 void 0.000119
+gallium_dri.so free 0x55717361ecf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361edb0 0.000114
+gallium_dri.so free 0x55717361ee40 void 0.000113
+gallium_dri.so free 0x55717361edb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361edb0 0.000114
+gallium_dri.so free 0x55717361ef00 void 0.000115
+gallium_dri.so free 0x55717361edb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ef70 0.000119
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717361ef70 0.000115
+gallium_dri.so free 0x55717361f0c0 void 0.000113
+gallium_dri.so free 0x55717361ef70 void 0.000114
+gallium_dri.so malloc 72 0x55717361f070 0.000113
+gallium_dri.so free 0x55717361f180 void 0.000113
+gallium_dri.so free 0x55717361f070 void 0.000112
+gallium_dri.so malloc 72 0x55717361f130 0.000113
+gallium_dri.so free 0x55717361f1c0 void 0.000113
+gallium_dri.so free 0x55717361f130 void 0.000112
+gallium_dri.so malloc 72 0x55717361f130 0.000117
+gallium_dri.so free 0x55717361f280 void 0.000114
+gallium_dri.so free 0x55717361f130 void 0.000113
+gallium_dri.so malloc 72 0x55717361f2c0 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000117
+gallium_dri.so free 0x55717361f2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f340 0.000113
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000112
+gallium_dri.so malloc 72 0x55717361f340 0.000113
+gallium_dri.so free 0x55717361f4c0 void 0.000113
+gallium_dri.so free 0x55717361f340 void 0.000113
+gallium_dri.so malloc 72 0x55717361f4e0 0.000113
+gallium_dri.so free 0x55717361f580 void 0.000114
+gallium_dri.so free 0x55717361f4e0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f530 0.000168
+gallium_dri.so free 0x55717361f600 void 0.000115
+gallium_dri.so free 0x55717361f530 void 0.000113
+gallium_dri.so malloc 72 0x55717361f530 0.000112
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so free 0x55717361f530 void 0.000113
+gallium_dri.so malloc 72 0x55717361f680 0.000114
+gallium_dri.so free 0x55717361f740 void 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000112
+gallium_dri.so malloc 72 0x55717361f680 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so malloc 72 0x55717361f680 0.000113
+gallium_dri.so free 0x55717361f8c0 void 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000114
+gallium_dri.so malloc 72 0x55717361f870 0.000114
+gallium_dri.so free 0x55717361f980 void 0.000113
+gallium_dri.so free 0x55717361f870 void 0.000112
+gallium_dri.so malloc 72 0x55717361f930 0.000112
+gallium_dri.so free 0x55717361fa00 void 0.000114
+gallium_dri.so free 0x55717361f930 void 0.000116
+gallium_dri.so malloc 72 0x55717361fa50 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000113
+gallium_dri.so free 0x55717361fa50 void 0.000123
+gallium_dri.so malloc 72 0x55717361fae0 0.000136
+gallium_dri.so free 0x55717361fb80 void 0.000116
+gallium_dri.so free 0x55717361fae0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb30 0.000127
+gallium_dri.so free 0x55717361fc00 void 0.000115
+gallium_dri.so free 0x55717361fb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fb30 0.000113
+gallium_dri.so free 0x55717361fc80 void 0.000113
+gallium_dri.so free 0x55717361fb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fc80 0.000130
+gallium_dri.so free 0x55717361fd40 void 0.000115
+gallium_dri.so free 0x55717361fc80 void 0.000114
+gallium_dri.so malloc 72 0x55717361fc80 0.000112
+gallium_dri.so free 0x55717361fe40 void 0.000114
+gallium_dri.so free 0x55717361fc80 void 0.000112
+gallium_dri.so malloc 72 0x55717361fdf0 0.000112
+gallium_dri.so free 0x55717361fe80 void 0.000113
+gallium_dri.so free 0x55717361fdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdf0 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000114
+gallium_dri.so free 0x55717361fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ff80 0.000112
+gallium_dri.so free 0x557173620000 void 0.000114
+gallium_dri.so free 0x55717361ff80 void 0.000112
+gallium_dri.so malloc 72 0x557173620000 0.000114
+gallium_dri.so free 0x5571736200c0 void 0.000114
+gallium_dri.so free 0x557173620000 void 0.000112
+gallium_dri.so malloc 72 0x557173620000 0.000113
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so free 0x557173620000 void 0.000112
+gallium_dri.so malloc 72 0x557173620170 0.000113
+gallium_dri.so free 0x5571736201c0 void 0.000121
+gallium_dri.so free 0x557173620170 void 0.000115
+gallium_dri.so malloc 72 0x557173620170 0.000115
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620170 void 0.000114
+gallium_dri.so malloc 72 0x557173620300 0.000113
+gallium_dri.so free 0x557173620380 void 0.000114
+gallium_dri.so free 0x557173620300 void 0.000112
+gallium_dri.so malloc 72 0x557173620380 0.000113
+gallium_dri.so free 0x557173620440 void 0.000115
+gallium_dri.so free 0x557173620380 void 0.000115
+gallium_dri.so malloc 72 0x557173620380 0.000112
+gallium_dri.so free 0x5571736204c0 void 0.000113
+gallium_dri.so free 0x557173620380 void 0.000114
+gallium_dri.so malloc 72 0x5571736204f0 0.000112
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so free 0x5571736204f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736204f0 0.000113
+gallium_dri.so free 0x557173620640 void 0.000114
+gallium_dri.so free 0x5571736204f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736205f0 0.000113
+gallium_dri.so free 0x557173620700 void 0.000114
+gallium_dri.so free 0x5571736205f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736206b0 0.000113
+gallium_dri.so free 0x557173620780 void 0.000114
+gallium_dri.so free 0x5571736206b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736206b0 0.000113
+gallium_dri.so free 0x557173620840 void 0.000191
+gallium_dri.so free 0x5571736206b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736206b0 0.000113
+gallium_dri.so free 0x557173620900 void 0.000115
+gallium_dri.so free 0x5571736206b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736208b0 0.000113
+gallium_dri.so free 0x557173620980 void 0.000113
+gallium_dri.so free 0x5571736208b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736209d0 0.000112
+gallium_dri.so free 0x557173620a40 void 0.000113
+gallium_dri.so free 0x5571736209d0 void 0.000113
+gallium_dri.so malloc 72 0x557173620a60 0.000113
+gallium_dri.so free 0x557173620b00 void 0.000114
+gallium_dri.so free 0x557173620a60 void 0.000113
+gallium_dri.so malloc 72 0x557173620ab0 0.000114
+gallium_dri.so free 0x557173620b80 void 0.000113
+gallium_dri.so free 0x557173620ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173620b80 0.000114
+gallium_dri.so free 0x557173620c40 void 0.000113
+gallium_dri.so free 0x557173620b80 void 0.000112
+gallium_dri.so malloc 72 0x557173620b80 0.000131
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x557173620b80 void 0.000114
+gallium_dri.so malloc 72 0x557173620cc0 0.000112
+gallium_dri.so free 0x557173620d80 void 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173620cc0 0.000113
+gallium_dri.so free 0x557173620e40 void 0.000126
+gallium_dri.so free 0x557173620cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173620cc0 0.000114
+gallium_dri.so free 0x557173620f40 void 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173620cc0 0.000113
+gallium_dri.so free 0x5571735bf3c0 void 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf370 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000114
+gallium_dri.so free 0x5571735bf370 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cadb0 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000114
+gallium_dri.so free 0x5571735bf540 void 0.000118
+gallium_dri.so free 0x5571735bf4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000113
+gallium_dri.so free 0x5571735bf640 void 0.000115
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000114
+gallium_dri.so free 0x5571735bf700 void 0.000113
+gallium_dri.so free 0x5571735bf5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000114
+gallium_dri.so free 0x5571735bf840 void 0.000125
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000115
+gallium_dri.so free 0x5571735bf9c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfa00 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x5571735bfa00 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588480 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588430 0.000113
+gallium_dri.so free 0x5571735884c0 void 0.000114
+gallium_dri.so free 0x557173588430 void 0.000112
+gallium_dri.so malloc 72 0x557173588430 0.000115
+gallium_dri.so free 0x5571735bfa80 void 0.000114
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x557173588430 0.000114
+gallium_dri.so free 0x557173588580 void 0.000114
+gallium_dri.so free 0x557173588430 void 0.000113
+gallium_dri.so malloc 72 0x5571735885d0 0.000113
+gallium_dri.so free 0x557173588640 void 0.000113
+gallium_dri.so free 0x5571735885d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735886a0 0.000113
+gallium_dri.so free 0x557173588740 void 0.000158
+gallium_dri.so free 0x5571735886a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735886f0 0.000113
+gallium_dri.so free 0x557173588780 void 0.000115
+gallium_dri.so free 0x5571735886f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735886f0 0.000113
+gallium_dri.so free 0x557173588840 void 0.000113
+gallium_dri.so free 0x5571735886f0 void 0.000131
+gallium_dri.so malloc 72 0x557173588880 0.000114
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x557173588880 void 0.000113
+gallium_dri.so malloc 72 0x557173588900 0.000113
+gallium_dri.so free 0x5571735889c0 void 0.000113
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so malloc 72 0x557173588900 0.000113
+gallium_dri.so free 0x557173588a40 void 0.000114
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so malloc 72 0x557173588a70 0.000113
+gallium_dri.so free 0x557173588ac0 void 0.000114
+gallium_dri.so free 0x557173588a70 void 0.000113
+gallium_dri.so malloc 72 0x557173588ac0 0.000113
+gallium_dri.so free 0x557173588b80 void 0.000113
+gallium_dri.so free 0x557173588ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173588ac0 0.000112
+gallium_dri.so free 0x557173588c80 void 0.000114
+gallium_dri.so free 0x557173588ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173588c30 0.000112
+gallium_dri.so free 0x557173588d40 void 0.000114
+gallium_dri.so free 0x557173588c30 void 0.000115
+gallium_dri.so malloc 72 0x557173588cf0 0.000113
+gallium_dri.so free 0x557173588d80 void 0.000113
+gallium_dri.so free 0x557173588cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173588cf0 0.000112
+gallium_dri.so free 0x557173588e40 void 0.000112
+gallium_dri.so free 0x557173588cf0 void 0.000116
+gallium_dri.so malloc 72 0x557173588e80 0.000114
+gallium_dri.so free 0x557173588f00 void 0.000118
+gallium_dri.so free 0x557173588e80 void 0.000115
+gallium_dri.so malloc 72 0x557173588f00 0.000113
+gallium_dri.so free 0x557173588fc0 void 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000114
+gallium_dri.so malloc 72 0x557173588f00 0.000113
+gallium_dri.so free 0x557173589040 void 0.000113
+gallium_dri.so free 0x557173588f00 void 0.000113
+gallium_dri.so malloc 72 0x557173588f00 0.000113
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x557173588f00 void 0.000113
+gallium_dri.so malloc 72 0x557173588f00 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x557173588f00 void 0.000113
+gallium_dri.so malloc 72 0x557173589170 0.000113
+gallium_dri.so free 0x557173589240 void 0.000114
+gallium_dri.so free 0x557173589170 void 0.000113
+gallium_dri.so malloc 72 0x557173589290 0.000112
+gallium_dri.so free 0x557173589300 void 0.000114
+gallium_dri.so free 0x557173589290 void 0.000126
+gallium_dri.so malloc 72 0x557173589320 0.000115
+gallium_dri.so free 0x5571735893c0 void 0.000115
+gallium_dri.so free 0x557173589320 void 0.000113
+gallium_dri.so malloc 72 0x557173589370 0.000113
+gallium_dri.so free 0x557173589440 void 0.000114
+gallium_dri.so free 0x557173589370 void 0.000114
+gallium_dri.so malloc 72 0x557173589370 0.000113
+gallium_dri.so free 0x557173589540 void 0.000114
+gallium_dri.so free 0x557173589370 void 0.000113
+gallium_dri.so malloc 72 0x5571735894f0 0.000115
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x5571735894f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589610 0.000113
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so free 0x557173589610 void 0.000112
+gallium_dri.so malloc 72 0x5571735896a0 0.000112
+gallium_dri.so free 0x557173589740 void 0.000113
+gallium_dri.so free 0x5571735896a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x5571735897c0 void 0.000113
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3660 0.000121
+gallium_dri.so free 0x5571735d3700 void 0.000115
+gallium_dri.so free 0x5571735d3660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d36b0 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000114
+gallium_dri.so free 0x5571735d36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d36b0 0.000114
+gallium_dri.so free 0x5571735d3800 void 0.000114
+gallium_dri.so free 0x5571735d36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3840 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d38c0 0.000119
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d38c0 0.000114
+gallium_dri.so free 0x5571735d3a00 void 0.000114
+gallium_dri.so free 0x5571735d38c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a30 0.000114
+gallium_dri.so free 0x5571735d3a80 void 0.000114
+gallium_dri.so free 0x5571735d3a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a80 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000115
+gallium_dri.so free 0x5571735d3a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3a80 0.000113
+gallium_dri.so free 0x5571735d3c40 void 0.000118
+gallium_dri.so free 0x5571735d3a80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000113
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so free 0x5571735d3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000113
+gallium_dri.so free 0x5571735d3cb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e40 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000123
+gallium_dri.so free 0x5571735d3e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000114
+gallium_dri.so free 0x5571735d3f80 void 0.000116
+gallium_dri.so free 0x5571735d3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000112
+gallium_dri.so free 0x5571735d4000 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000116
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4130 0.000113
+gallium_dri.so free 0x5571735d4200 void 0.000114
+gallium_dri.so free 0x5571735d4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4250 0.000118
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so free 0x5571735d4250 void 0.000113
+gallium_dri.so malloc 72 0x5571735d42e0 0.000111
+gallium_dri.so free 0x5571735d4380 void 0.000111
+gallium_dri.so free 0x5571735d42e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4330 0.000112
+gallium_dri.so free 0x5571735d4400 void 0.000114
+gallium_dri.so free 0x5571735d4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4330 0.000114
+gallium_dri.so free 0x5571735d4500 void 0.000111
+gallium_dri.so free 0x5571735d4330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d44b0 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000111
+gallium_dri.so free 0x5571735d44b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d45d0 0.000112
+gallium_dri.so free 0x5571735d4640 void 0.000113
+gallium_dri.so free 0x5571735d45d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4660 0.000111
+gallium_dri.so free 0x5571735d4700 void 0.000112
+gallium_dri.so free 0x5571735d4660 void 0.000112
+gallium_dri.so malloc 72 0x5571735d46b0 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000119
+gallium_dri.so free 0x5571735d46b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46b0 0.000117
+gallium_dri.so free 0x5571735d4800 void 0.000119
+gallium_dri.so free 0x5571735d46b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4800 0.000177
+gallium_dri.so free 0x5571735d48c0 void 0.000128
+gallium_dri.so free 0x5571735d4800 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4800 0.000126
+gallium_dri.so free 0x5571735d49c0 void 0.000124
+gallium_dri.so free 0x5571735d4800 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4800 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000122
+gallium_dri.so free 0x5571735d4800 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4a70 0.000124
+gallium_dri.so free 0x5571735d4ac0 void 0.000120
+gallium_dri.so free 0x5571735d4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4a70 0.000128
+gallium_dri.so free 0x5571735d4bc0 void 0.000120
+gallium_dri.so free 0x5571735d4a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4b70 0.000120
+gallium_dri.so free 0x5571735d4c80 void 0.000119
+gallium_dri.so free 0x5571735d4b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4c30 0.000124
+gallium_dri.so free 0x5571735d4cc0 void 0.000127
+gallium_dri.so free 0x5571735d4c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4c30 0.000120
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so free 0x5571735d4c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4dd0 0.000125
+gallium_dri.so free 0x5571735d4e40 void 0.000120
+gallium_dri.so free 0x5571735d4dd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4e80 0.000124
+gallium_dri.so free 0x5571735d4f00 void 0.000124
+gallium_dri.so free 0x5571735d4e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4f00 0.000125
+gallium_dri.so free 0x5571735d4fc0 void 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4f00 0.000118
+gallium_dri.so free 0x5571735d5040 void 0.000122
+gallium_dri.so free 0x5571735d4f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5070 0.000120
+gallium_dri.so free 0x5571735d50c0 void 0.000119
+gallium_dri.so free 0x5571735d5070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5070 0.000122
+gallium_dri.so free 0x5571735d51c0 void 0.000123
+gallium_dri.so free 0x5571735d5070 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5170 0.000124
+gallium_dri.so free 0x5571735d5280 void 0.000120
+gallium_dri.so free 0x5571735d5170 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5230 0.000120
+gallium_dri.so free 0x5571735d5300 void 0.000129
+gallium_dri.so free 0x5571735d5230 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5320 0.000123
+gallium_dri.so free 0x5571735d53c0 void 0.000124
+gallium_dri.so free 0x5571735d5320 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5370 0.000123
+gallium_dri.so free 0x5571735d5440 void 0.000123
+gallium_dri.so free 0x5571735d5370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5370 0.000124
+gallium_dri.so free 0x5571735d54c0 void 0.000124
+gallium_dri.so free 0x5571735d5370 void 0.000125
+gallium_dri.so malloc 72 0x5571735d54c0 0.000120
+gallium_dri.so free 0x5571735d5580 void 0.000124
+gallium_dri.so free 0x5571735d54c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d54c0 0.000120
+gallium_dri.so free 0x5571735d5640 void 0.000118
+gallium_dri.so free 0x5571735d54c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d54c0 0.000126
+gallium_dri.so free 0x5571735d5700 void 0.000125
+gallium_dri.so free 0x5571735d54c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56b0 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000124
+gallium_dri.so free 0x5571735d56b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d56b0 0.000127
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d56b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57b0 0.000131
+gallium_dri.so free 0x5571735d58c0 void 0.000131
+gallium_dri.so free 0x5571735d57b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5870 0.000131
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d5870 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5870 0.000126
+gallium_dri.so free 0x5571735d59c0 void 0.000129
+gallium_dri.so free 0x5571735d5870 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5a00 0.000123
+gallium_dri.so free 0x5571735d5a80 void 0.000125
+gallium_dri.so free 0x5571735d5a00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5a80 0.000126
+gallium_dri.so free 0x5571735d5b40 void 0.000126
+gallium_dri.so free 0x5571735d5a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5a80 0.000127
+gallium_dri.so free 0x5571735d5c00 void 0.000125
+gallium_dri.so free 0x5571735d5a80 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5c20 0.000148
+gallium_dri.so free 0x5571735d5cc0 void 0.000132
+gallium_dri.so free 0x5571735d5c20 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5c70 0.000126
+gallium_dri.so free 0x5571735d5d40 void 0.000124
+gallium_dri.so free 0x5571735d5c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5c70 0.000125
+gallium_dri.so free 0x5571735d5dc0 void 0.000138
+gallium_dri.so free 0x5571735d5c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000125
+gallium_dri.so free 0x5571735d5e80 void 0.000124
+gallium_dri.so free 0x5571735d5dc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000131
+gallium_dri.so free 0x5571735d5f40 void 0.000125
+gallium_dri.so free 0x5571735d5dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000173
+gallium_dri.so free 0x5571735d6000 void 0.000180
+gallium_dri.so free 0x5571735d5dc0 void 0.000171
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000168
+gallium_dri.so free 0x5571735d60c0 void 0.000132
+gallium_dri.so free 0x5571735d5fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6070 0.000202
+gallium_dri.so free 0x5571735d6140 void 0.000224
+gallium_dri.so free 0x5571735d6070 void 0.000224
+gallium_dri.so malloc 72 0x5571735d6190 0.000223
+gallium_dri.so free 0x5571735d6200 void 0.000226
+gallium_dri.so free 0x5571735d6190 void 0.000225
+gallium_dri.so malloc 72 0x5571735d6220 0.000223
+gallium_dri.so free 0x5571735d62c0 void 0.000227
+gallium_dri.so free 0x5571735d6220 void 0.000228
+gallium_dri.so malloc 72 0x5571735d6270 0.000223
+gallium_dri.so free 0x5571735d6340 void 0.000223
+gallium_dri.so free 0x5571735d6270 void 0.000204
+gallium_dri.so malloc 72 0x5571735d6270 0.000198
+gallium_dri.so free 0x5571735d63c0 void 0.000225
+gallium_dri.so free 0x5571735d6270 void 0.000205
+gallium_dri.so malloc 72 0x5571735d63c0 0.000244
+gallium_dri.so free 0x5571735d6480 void 0.000303
+gallium_dri.so free 0x5571735d63c0 void 0.000302
+gallium_dri.so malloc 72 0x5571735d63c0 0.000327
+gallium_dri.so free 0x5571735d6580 void 0.000309
+gallium_dri.so free 0x5571735d63c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735d6530 0.000187
+gallium_dri.so free 0x5571735d65c0 void 0.000187
+gallium_dri.so free 0x5571735d6530 void 0.000146
+gallium_dri.so malloc 72 0x5571735d6530 0.000186
+gallium_dri.so free 0x5571735d6680 void 0.000180
+gallium_dri.so free 0x5571735d6530 void 0.000186
+gallium_dri.so malloc 72 0x5571735d66c0 0.000145
+gallium_dri.so free 0x5571735d6740 void 0.000149
+gallium_dri.so free 0x5571735d66c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d6740 0.000146
+gallium_dri.so free 0x5571735d6800 void 0.000148
+gallium_dri.so free 0x5571735d6740 void 0.000141
+gallium_dri.so malloc 72 0x5571735d6740 0.000145
+gallium_dri.so free 0x5571735d6880 void 0.000146
+gallium_dri.so free 0x5571735d6740 void 0.000147
+gallium_dri.so malloc 72 0x5571735d68b0 0.000146
+gallium_dri.so free 0x5571735d6900 void 0.000147
+gallium_dri.so free 0x5571735d68b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d68b0 0.000146
+gallium_dri.so free 0x5571735d6a00 void 0.000147
+gallium_dri.so free 0x5571735d68b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6a40 0.000146
+gallium_dri.so free 0x5571735d6ac0 void 0.000145
+gallium_dri.so free 0x5571735d6a40 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000147
+gallium_dri.so free 0x5571735d6b80 void 0.000142
+gallium_dri.so free 0x5571735d6ac0 void 0.000154
+gallium_dri.so malloc 72 0x5571735d6ac0 0.000155
+gallium_dri.so free 0x5571735d6c00 void 0.000155
+gallium_dri.so free 0x5571735d6ac0 void 0.000156
+gallium_dri.so malloc 72 0x5571735d6c30 0.000151
+gallium_dri.so free 0x5571735ceb40 void 0.000148
+gallium_dri.so free 0x5571735d6c30 void 0.000153
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000156
+gallium_dri.so free 0x5571735cebc0 void 0.000155
+gallium_dri.so free 0x5571735ceaf0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cec10 0.000137
+gallium_dri.so free 0x5571735cec80 void 0.000137
+gallium_dri.so free 0x5571735cec10 void 0.000139
+gallium_dri.so malloc 72 0x5571735cece0 0.000137
+gallium_dri.so free 0x5571735ced80 void 0.000133
+gallium_dri.so free 0x5571735cece0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ced30 0.000132
+gallium_dri.so free 0x5571735cedc0 void 0.000131
+gallium_dri.so free 0x5571735ced30 void 0.000136
+gallium_dri.so malloc 72 0x5571735ced30 0.000167
+gallium_dri.so free 0x5571735cee80 void 0.000153
+gallium_dri.so free 0x5571735ced30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ceec0 0.000154
+gallium_dri.so free 0x5571735cef40 void 0.000221
+gallium_dri.so free 0x5571735ceec0 void 0.000142
+gallium_dri.so malloc 72 0x5571735cef40 0.000139
+gallium_dri.so free 0x5571735cf000 void 0.000143
+gallium_dri.so free 0x5571735cef40 void 0.000186
+gallium_dri.so malloc 72 0x5571735cef40 0.000215
+gallium_dri.so free 0x5571735cf080 void 0.000281
+gallium_dri.so free 0x5571735cef40 void 0.000214
+gallium_dri.so malloc 72 0x5571735cf0b0 0.000182
+gallium_dri.so free 0x5571735cf100 void 0.000140
+gallium_dri.so free 0x5571735cf0b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cf100 0.000129
+gallium_dri.so free 0x5571735cf1c0 void 0.000133
+gallium_dri.so free 0x5571735cf100 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf100 0.000130
+gallium_dri.so free 0x5571735cf2c0 void 0.000127
+gallium_dri.so free 0x5571735cf100 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf270 0.000131
+gallium_dri.so free 0x5571735cf380 void 0.000143
+gallium_dri.so free 0x5571735cf270 void 0.000181
+gallium_dri.so malloc 72 0x5571735cf330 0.000206
+gallium_dri.so free 0x5571735cf3c0 void 0.000195
+gallium_dri.so free 0x5571735cf330 void 0.000179
+gallium_dri.so malloc 72 0x5571735cf330 0.000207
+gallium_dri.so free 0x5571735cf480 void 0.000200
+gallium_dri.so free 0x5571735cf330 void 0.000172
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000199
+gallium_dri.so free 0x5571735cf540 void 0.000202
+gallium_dri.so free 0x5571735cf4c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735cf540 0.000197
+gallium_dri.so free 0x5571735cf600 void 0.000195
+gallium_dri.so free 0x5571735cf540 void 0.000172
+gallium_dri.so malloc 72 0x5571735cf540 0.000197
+gallium_dri.so free 0x5571735cf680 void 0.000193
+gallium_dri.so free 0x5571735cf540 void 0.000170
+gallium_dri.so malloc 72 0x5571735cf540 0.000187
+gallium_dri.so free 0x5571735cf740 void 0.000200
+gallium_dri.so free 0x5571735cf540 void 0.000172
+gallium_dri.so malloc 72 0x5571735cf540 0.000196
+gallium_dri.so free 0x5571735cf800 void 0.000196
+gallium_dri.so free 0x5571735cf540 void 0.000196
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000170
+gallium_dri.so free 0x5571735cf880 void 0.000195
+gallium_dri.so free 0x5571735cf7b0 void 0.000192
+gallium_dri.so malloc 72 0x5571735cf8d0 0.000173
+gallium_dri.so free 0x5571735cf940 void 0.000181
+gallium_dri.so free 0x5571735cf8d0 void 0.000240
+gallium_dri.so malloc 72 0x5571735cf960 0.000208
+gallium_dri.so free 0x5571735cfa00 void 0.000161
+gallium_dri.so free 0x5571735cf960 void 0.000172
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000125
+gallium_dri.so free 0x5571735cfa80 void 0.000125
+gallium_dri.so free 0x5571735cf9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf9b0 0.000124
+gallium_dri.so free 0x5571735cfb80 void 0.000136
+gallium_dri.so free 0x5571735cf9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfb30 0.000125
+gallium_dri.so free 0x5571735cfc00 void 0.000124
+gallium_dri.so free 0x5571735cfb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfc50 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000139
+gallium_dri.so free 0x5571735cfc50 void 0.000136
+gallium_dri.so malloc 72 0x5571735cfce0 0.000214
+gallium_dri.so free 0x5571735cfd80 void 0.000178
+gallium_dri.so free 0x5571735cfce0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cfd30 0.000134
+gallium_dri.so free 0x5571735cfe00 void 0.000132
+gallium_dri.so free 0x5571735cfd30 void 0.000135
+gallium_dri.so malloc 72 0x5571735cfd30 0.000134
+gallium_dri.so free 0x5571735cfe80 void 0.000133
+gallium_dri.so free 0x5571735cfd30 void 0.000136
+gallium_dri.so malloc 72 0x5571735cfe80 0.000133
+gallium_dri.so free 0x5571735cff40 void 0.000218
+gallium_dri.so free 0x5571735cfe80 void 0.000184
+gallium_dri.so malloc 72 0x5571735cfe80 0.000128
+gallium_dri.so free 0x5571735d0040 void 0.000181
+gallium_dri.so free 0x5571735cfe80 void 0.000192
+gallium_dri.so malloc 72 0x5571735cfe80 0.000231
+gallium_dri.so free 0x5571735d00c0 void 0.000249
+gallium_dri.so free 0x5571735cfe80 void 0.000226
+gallium_dri.so malloc 72 0x5571735d00f0 0.000222
+gallium_dri.so free 0x5571735d0140 void 0.000274
+gallium_dri.so free 0x5571735d00f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735d00f0 0.000222
+gallium_dri.so free 0x5571735d0240 void 0.000226
+gallium_dri.so free 0x5571735d00f0 void 0.000200
+gallium_dri.so malloc 72 0x5571735d01f0 0.000122
+gallium_dri.so free 0x5571735d0300 void 0.000124
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02b0 0.000120
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d02b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02b0 0.000120
+gallium_dri.so free 0x5571735d0400 void 0.000120
+gallium_dri.so free 0x5571735d02b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0450 0.000119
+gallium_dri.so free 0x5571735d04c0 void 0.000119
+gallium_dri.so free 0x5571735d0450 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0500 0.000129
+gallium_dri.so free 0x5571735d0580 void 0.000127
+gallium_dri.so free 0x5571735d0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0580 0.000122
+gallium_dri.so free 0x5571735d0640 void 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0580 0.000129
+gallium_dri.so free 0x5571735d06c0 void 0.000133
+gallium_dri.so free 0x5571735d0580 void 0.000129
+gallium_dri.so malloc 72 0x5571735d06f0 0.000130
+gallium_dri.so free 0x5571735d0740 void 0.000124
+gallium_dri.so free 0x5571735d06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d06f0 0.000121
+gallium_dri.so free 0x5571735d0840 void 0.000121
+gallium_dri.so free 0x5571735d06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d07f0 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000121
+gallium_dri.so free 0x5571735d07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d0980 void 0.000121
+gallium_dri.so free 0x5571735d08b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d09a0 0.000122
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so free 0x5571735d09a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d09f0 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so free 0x5571735d09f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d09f0 0.000119
+gallium_dri.so free 0x5571735d0b40 void 0.000121
+gallium_dri.so free 0x5571735d09f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b40 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000122
+gallium_dri.so free 0x5571735d0b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0b40 0.000121
+gallium_dri.so free 0x5571735d0cc0 void 0.000121
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b40 0.000120
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so free 0x5571735d0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d30 0.000120
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so free 0x5571735d0d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d30 0.000119
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so free 0x5571735d0d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0e30 0.000119
+gallium_dri.so free 0x5571735d0f40 void 0.000171
+gallium_dri.so free 0x5571735d0e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000119
+gallium_dri.so free 0x5571735d0f80 void 0.000119
+gallium_dri.so free 0x5571735d0ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ef0 0.000118
+gallium_dri.so free 0x5571735d1040 void 0.000119
+gallium_dri.so free 0x5571735d0ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1080 0.000119
+gallium_dri.so free 0x5571735d1100 void 0.000120
+gallium_dri.so free 0x5571735d1080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1100 0.000118
+gallium_dri.so free 0x5571735d11c0 void 0.000119
+gallium_dri.so free 0x5571735d1100 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1100 0.000122
+gallium_dri.so free 0x5571735d1280 void 0.000120
+gallium_dri.so free 0x5571735d1100 void 0.000122
+gallium_dri.so malloc 72 0x5571735d12a0 0.000122
+gallium_dri.so free 0x5571735d1340 void 0.000121
+gallium_dri.so free 0x5571735d12a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12f0 0.000120
+gallium_dri.so free 0x5571735d13c0 void 0.000119
+gallium_dri.so free 0x5571735d12f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d12f0 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000123
+gallium_dri.so free 0x5571735d12f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1440 0.000128
+gallium_dri.so free 0x5571735d1500 void 0.000120
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1440 0.000116
+gallium_dri.so free 0x5571735d15c0 void 0.000114
+gallium_dri.so free 0x5571735d1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1440 0.000115
+gallium_dri.so free 0x5571735d1680 void 0.000115
+gallium_dri.so free 0x5571735d1440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1630 0.000115
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so free 0x5571735d1630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d16f0 0.000113
+gallium_dri.so free 0x5571735d17c0 void 0.000114
+gallium_dri.so free 0x5571735d16f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1810 0.000114
+gallium_dri.so free 0x5571735d1880 void 0.000115
+gallium_dri.so free 0x5571735d1810 void 0.000113
+gallium_dri.so malloc 72 0x5571735d18a0 0.000114
+gallium_dri.so free 0x5571735d1940 void 0.000115
+gallium_dri.so free 0x5571735d18a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d18f0 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000115
+gallium_dri.so free 0x5571735d18f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d18f0 0.000114
+gallium_dri.so free 0x5571735d1a40 void 0.000115
+gallium_dri.so free 0x5571735d18f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a40 0.000127
+gallium_dri.so free 0x5571735d1b00 void 0.000117
+gallium_dri.so free 0x5571735d1a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1a40 0.000115
+gallium_dri.so free 0x5571735d1c00 void 0.000116
+gallium_dri.so free 0x5571735d1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000114
+gallium_dri.so free 0x5571735d1c40 void 0.000114
+gallium_dri.so free 0x5571735d1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1bb0 0.000114
+gallium_dri.so free 0x5571735d1d00 void 0.000115
+gallium_dri.so free 0x5571735d1bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1d40 0.000114
+gallium_dri.so free 0x5571735d1dc0 void 0.000115
+gallium_dri.so free 0x5571735d1d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000114
+gallium_dri.so free 0x5571735d1e80 void 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1dc0 0.000113
+gallium_dri.so free 0x5571735d1f00 void 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1f30 0.000115
+gallium_dri.so free 0x5571735d1f80 void 0.000115
+gallium_dri.so free 0x5571735d1f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1f30 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20c0 0.000113
+gallium_dri.so free 0x5571735d2140 void 0.000117
+gallium_dri.so free 0x5571735d20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2140 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2140 0.000114
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22b0 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735d22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d22b0 0.000117
+gallium_dri.so free 0x5571735d2400 void 0.000117
+gallium_dri.so free 0x5571735d22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000121
+gallium_dri.so free 0x5571735d24c0 void 0.000124
+gallium_dri.so free 0x5571735d23b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2470 0.000118
+gallium_dri.so free 0x5571735d2540 void 0.000115
+gallium_dri.so free 0x5571735d2470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2470 0.000114
+gallium_dri.so free 0x5571735d2600 void 0.000115
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2470 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000115
+gallium_dri.so free 0x5571735d2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000123
+gallium_dri.so free 0x5571735d2740 void 0.000116
+gallium_dri.so free 0x5571735d2670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2790 0.000114
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so free 0x5571735d2790 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2820 0.000113
+gallium_dri.so free 0x5571735d28c0 void 0.000115
+gallium_dri.so free 0x5571735d2820 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2870 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2940 0.000115
+gallium_dri.so free 0x5571735d2a00 void 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2940 0.000113
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2a80 0.000114
+gallium_dri.so free 0x5571735d2b40 void 0.000119
+gallium_dri.so free 0x5571735d2a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2a80 0.000114
+gallium_dri.so free 0x5571735d2c00 void 0.000115
+gallium_dri.so free 0x5571735d2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2a80 0.000114
+gallium_dri.so free 0x5571735d2cc0 void 0.000115
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000159
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2d90 0.000113
+gallium_dri.so free 0x5571735d2e00 void 0.000113
+gallium_dri.so free 0x5571735d2d90 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2e40 0.000113
+gallium_dri.so free 0x5571735d2ec0 void 0.000112
+gallium_dri.so free 0x5571735d2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2e40 0.000112
+gallium_dri.so free 0x5571735d2f40 void 0.000113
+gallium_dri.so free 0x5571735d2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2f70 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735d2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2f70 0.000111
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so free 0x5571735d2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3070 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d3070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000112
+gallium_dri.so free 0x5571735d3280 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000159
+gallium_dri.so malloc 72 0x5571735d32f0 0.000212
+gallium_dri.so free 0x5571735d3340 void 0.000214
+gallium_dri.so free 0x5571735d32f0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d32f0 0.000126
+gallium_dri.so free 0x5571735d3440 void 0.000127
+gallium_dri.so free 0x5571735d32f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d33f0 0.000125
+gallium_dri.so free 0x5571735d3500 void 0.000124
+gallium_dri.so free 0x5571735d33f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d34b0 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000121
+gallium_dri.so free 0x5571735d34b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d34b0 0.000126
+gallium_dri.so free 0x5571735bfe80 void 0.000123
+gallium_dri.so free 0x5571735d34b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe30 0.000124
+gallium_dri.so free 0x5571735bff00 void 0.000119
+gallium_dri.so free 0x5571735bfe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bff50 0.000120
+gallium_dri.so free 0x5571735bffc0 void 0.000119
+gallium_dri.so free 0x5571735bff50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0020 0.000127
+gallium_dri.so free 0x5571735c00c0 void 0.000121
+gallium_dri.so free 0x5571735c0020 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0070 0.000124
+gallium_dri.so free 0x5571735c0100 void 0.000124
+gallium_dri.so free 0x5571735c0070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0070 0.000118
+gallium_dri.so free 0x5571735c01c0 void 0.000120
+gallium_dri.so free 0x5571735c0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0200 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000115
+gallium_dri.so free 0x5571735c0200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0280 0.000124
+gallium_dri.so free 0x5571735c0340 void 0.000124
+gallium_dri.so free 0x5571735c0280 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0280 0.000115
+gallium_dri.so free 0x5571735c03c0 void 0.000115
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c03f0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000117
+gallium_dri.so free 0x5571735c03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0440 0.000120
+gallium_dri.so free 0x5571735c0500 void 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000158
+gallium_dri.so malloc 72 0x5571735c0440 0.000170
+gallium_dri.so free 0x5571735c0600 void 0.000166
+gallium_dri.so free 0x5571735c0440 void 0.000161
+gallium_dri.so malloc 72 0x5571735c05b0 0.000124
+gallium_dri.so free 0x5571735c06c0 void 0.000125
+gallium_dri.so free 0x5571735c05b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0670 0.000125
+gallium_dri.so free 0x5571735c0700 void 0.000125
+gallium_dri.so free 0x5571735c0670 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0670 0.000124
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so free 0x5571735c0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0800 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000120
+gallium_dri.so free 0x5571735c0800 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0880 0.000116
+gallium_dri.so free 0x5571735c0940 void 0.000121
+gallium_dri.so free 0x5571735c0880 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0880 0.000120
+gallium_dri.so free 0x5571735c09c0 void 0.000125
+gallium_dri.so free 0x5571735c0880 void 0.000159
+gallium_dri.so malloc 72 0x5571735c0880 0.000150
+gallium_dri.so free 0x5571735c0a80 void 0.000147
+gallium_dri.so free 0x5571735c0880 void 0.000147
+gallium_dri.so malloc 72 0x5571735c0880 0.000145
+gallium_dri.so free 0x5571735c0b40 void 0.000146
+gallium_dri.so free 0x5571735c0880 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0af0 0.000146
+gallium_dri.so free 0x5571735c0bc0 void 0.000141
+gallium_dri.so free 0x5571735c0af0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0c10 0.000140
+gallium_dri.so free 0x5571735c0c80 void 0.000146
+gallium_dri.so free 0x5571735c0c10 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0ca0 0.000146
+gallium_dri.so free 0x5571735c0d40 void 0.000144
+gallium_dri.so free 0x5571735c0ca0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000145
+gallium_dri.so free 0x5571735c0dc0 void 0.000145
+gallium_dri.so free 0x5571735c0cf0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000147
+gallium_dri.so free 0x5571735c0ec0 void 0.000146
+gallium_dri.so free 0x5571735c0cf0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0e70 0.000140
+gallium_dri.so free 0x5571735c0f40 void 0.000136
+gallium_dri.so free 0x5571735c0e70 void 0.000140
+gallium_dri.so malloc 72 0x5571735c0f90 0.000146
+gallium_dri.so free 0x5571735c1000 void 0.000154
+gallium_dri.so free 0x5571735c0f90 void 0.000146
+gallium_dri.so malloc 72 0x5571735c1020 0.000145
+gallium_dri.so free 0x5571735c10c0 void 0.000138
+gallium_dri.so free 0x5571735c1020 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1070 0.000142
+gallium_dri.so free 0x5571735c1140 void 0.000145
+gallium_dri.so free 0x5571735c1070 void 0.000154
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000137
+gallium_dri.so free 0x5571735c1280 void 0.000131
+gallium_dri.so free 0x5571735c11c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c11c0 0.000126
+gallium_dri.so free 0x5571735c1380 void 0.000126
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c11c0 0.000121
+gallium_dri.so free 0x5571735c1400 void 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1430 0.000129
+gallium_dri.so free 0x5571735c1480 void 0.000130
+gallium_dri.so free 0x5571735c1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1430 0.000131
+gallium_dri.so free 0x5571735c1580 void 0.000126
+gallium_dri.so free 0x5571735c1430 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1530 0.000130
+gallium_dri.so free 0x5571735c1640 void 0.000130
+gallium_dri.so free 0x5571735c1530 void 0.000129
+gallium_dri.so malloc 72 0x5571735c15f0 0.000126
+gallium_dri.so free 0x5571735c1680 void 0.000121
+gallium_dri.so free 0x5571735c15f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c15f0 0.000129
+gallium_dri.so free 0x5571735c1740 void 0.000133
+gallium_dri.so free 0x5571735c15f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c1790 0.000130
+gallium_dri.so free 0x5571735c1800 void 0.000125
+gallium_dri.so free 0x5571735c1790 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1840 0.000125
+gallium_dri.so free 0x5571735c18c0 void 0.000125
+gallium_dri.so free 0x5571735c1840 void 0.000126
+gallium_dri.so malloc 72 0x5571735c18c0 0.000125
+gallium_dri.so free 0x5571735c1980 void 0.000121
+gallium_dri.so free 0x5571735c18c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c18c0 0.000123
+gallium_dri.so free 0x5571735c1a00 void 0.000123
+gallium_dri.so free 0x5571735c18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a30 0.000127
+gallium_dri.so free 0x5571735c1a80 void 0.000124
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a30 0.000126
+gallium_dri.so free 0x5571735c1b80 void 0.000126
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1b30 0.000131
+gallium_dri.so free 0x5571735c1c40 void 0.000124
+gallium_dri.so free 0x5571735c1b30 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000130
+gallium_dri.so free 0x5571735c1cc0 void 0.000125
+gallium_dri.so free 0x5571735c1bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1ce0 0.000120
+gallium_dri.so free 0x5571735c1d80 void 0.000121
+gallium_dri.so free 0x5571735c1ce0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1d30 0.000131
+gallium_dri.so free 0x5571735c1e00 void 0.000130
+gallium_dri.so free 0x5571735c1d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1d30 0.000129
+gallium_dri.so free 0x5571735c1e80 void 0.000131
+gallium_dri.so free 0x5571735c1d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e80 0.000125
+gallium_dri.so free 0x5571735c1f40 void 0.000125
+gallium_dri.so free 0x5571735c1e80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1e80 0.000131
+gallium_dri.so free 0x5571735c2000 void 0.000130
+gallium_dri.so free 0x5571735c1e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1e80 0.000130
+gallium_dri.so free 0x5571735c20c0 void 0.000126
+gallium_dri.so free 0x5571735c1e80 void 0.000161
+gallium_dri.so malloc 72 0x5571735c2070 0.000125
+gallium_dri.so free 0x5571735c20c0 void 0.000131
+gallium_dri.so free 0x5571735c2070 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2070 0.000121
+gallium_dri.so free 0x5571735c21c0 void 0.000119
+gallium_dri.so free 0x5571735c2070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2170 0.000123
+gallium_dri.so free 0x5571735c2280 void 0.000120
+gallium_dri.so free 0x5571735c2170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2230 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2230 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2230 0.000132
+gallium_dri.so free 0x5571735c2380 void 0.000130
+gallium_dri.so free 0x5571735c2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c23c0 0.000132
+gallium_dri.so free 0x5571735c2440 void 0.000180
+gallium_dri.so free 0x5571735c23c0 void 0.000220
+gallium_dri.so malloc 72 0x5571735c2440 0.000129
+gallium_dri.so free 0x5571735c2500 void 0.000123
+gallium_dri.so free 0x5571735c2440 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2440 0.000132
+gallium_dri.so free 0x5571735c25c0 void 0.000127
+gallium_dri.so free 0x5571735c2440 void 0.000126
+gallium_dri.so malloc 72 0x5571735c25e0 0.000129
+gallium_dri.so free 0x5571735c2680 void 0.000138
+gallium_dri.so free 0x5571735c25e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2630 0.000130
+gallium_dri.so free 0x5571735c2700 void 0.000221
+gallium_dri.so free 0x5571735c2630 void 0.000225
+gallium_dri.so malloc 72 0x5571735c2630 0.000220
+gallium_dri.so free 0x5571735c2780 void 0.000224
+gallium_dri.so free 0x5571735c2630 void 0.000198
+gallium_dri.so malloc 72 0x5571735c2780 0.000193
+gallium_dri.so free 0x5571735c2840 void 0.000196
+gallium_dri.so free 0x5571735c2780 void 0.000168
+gallium_dri.so malloc 72 0x5571735c2780 0.000129
+gallium_dri.so free 0x5571735c2900 void 0.000124
+gallium_dri.so free 0x5571735c2780 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2780 0.000139
+gallium_dri.so free 0x5571735c29c0 void 0.000131
+gallium_dri.so free 0x5571735c2780 void 0.000224
+gallium_dri.so malloc 72 0x5571735c2970 0.000222
+gallium_dri.so free 0x5571735c2a80 void 0.000198
+gallium_dri.so free 0x5571735c2970 void 0.000222
+gallium_dri.so malloc 72 0x5571735c2a30 0.000244
+gallium_dri.so free 0x5571735c2b00 void 0.000223
+gallium_dri.so free 0x5571735c2a30 void 0.000223
+gallium_dri.so malloc 72 0x5571735c2b50 0.000224
+gallium_dri.so free 0x5571735c2bc0 void 0.000218
+gallium_dri.so free 0x5571735c2b50 void 0.000197
+gallium_dri.so malloc 72 0x5571735c2be0 0.000179
+gallium_dri.so free 0x5571735c2c80 void 0.000185
+gallium_dri.so free 0x5571735c2be0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2c30 0.000130
+gallium_dri.so free 0x5571735c2d00 void 0.000131
+gallium_dri.so free 0x5571735c2c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2c30 0.000224
+gallium_dri.so free 0x5571735c2d80 void 0.000224
+gallium_dri.so free 0x5571735c2c30 void 0.000198
+gallium_dri.so malloc 72 0x5571735c2d80 0.000193
+gallium_dri.so free 0x5571735c2e40 void 0.000197
+gallium_dri.so free 0x5571735c2d80 void 0.000167
+gallium_dri.so malloc 72 0x5571735c2d80 0.000131
+gallium_dri.so free 0x5571735c2f40 void 0.000160
+gallium_dri.so free 0x5571735c2d80 void 0.000193
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000167
+gallium_dri.so free 0x5571735c2f80 void 0.000130
+gallium_dri.so free 0x5571735c2ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000131
+gallium_dri.so free 0x5571735c3040 void 0.000131
+gallium_dri.so free 0x5571735c2ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3080 0.000220
+gallium_dri.so free 0x5571735c3100 void 0.000240
+gallium_dri.so free 0x5571735c3080 void 0.000199
+gallium_dri.so malloc 72 0x5571735c3100 0.000222
+gallium_dri.so free 0x5571735c31c0 void 0.000197
+gallium_dri.so free 0x5571735c3100 void 0.000221
+gallium_dri.so malloc 72 0x5571735c3100 0.000220
+gallium_dri.so free 0x5571735c3240 void 0.000200
+gallium_dri.so free 0x5571735c3100 void 0.000224
+gallium_dri.so malloc 72 0x5571735c3270 0.000238
+gallium_dri.so free 0x5571735c32c0 void 0.000268
+gallium_dri.so free 0x5571735c3270 void 0.000275
+gallium_dri.so malloc 72 0x5571735c3270 0.000273
+gallium_dri.so free 0x5571735c33c0 void 0.000271
+gallium_dri.so free 0x5571735c3270 void 0.000279
+gallium_dri.so malloc 72 0x5571735c3400 0.000387
+gallium_dri.so free 0x5571735c3480 void 0.000400
+gallium_dri.so free 0x5571735c3400 void 0.000320
+gallium_dri.so malloc 72 0x5571735c3480 0.000291
+gallium_dri.so free 0x5571735c3540 void 0.000289
+gallium_dri.so free 0x5571735c3480 void 0.000290
+gallium_dri.so malloc 72 0x5571735c3480 0.000296
+gallium_dri.so free 0x5571735c35c0 void 0.000290
+gallium_dri.so free 0x5571735c3480 void 0.000291
+gallium_dri.so malloc 72 0x5571735c35f0 0.000290
+gallium_dri.so free 0x5571735c3640 void 0.000298
+gallium_dri.so free 0x5571735c35f0 void 0.000256
+gallium_dri.so malloc 72 0x5571735c35f0 0.000293
+gallium_dri.so free 0x5571735c3740 void 0.000302
+gallium_dri.so free 0x5571735c35f0 void 0.000296
+gallium_dri.so malloc 72 0x5571735c36f0 0.000288
+gallium_dri.so free 0x5571735c3800 void 0.000285
+gallium_dri.so free 0x5571735c36f0 void 0.000268
+gallium_dri.so malloc 72 0x5571735c37b0 0.000303
+gallium_dri.so free 0x5571735c3880 void 0.000292
+gallium_dri.so free 0x5571735c37b0 void 0.000300
+gallium_dri.so malloc 72 0x5571735c37b0 0.000154
+gallium_dri.so free 0x5571735c3940 void 0.000291
+gallium_dri.so free 0x5571735c37b0 void 0.000307
+gallium_dri.so malloc 72 0x5571735c37b0 0.000294
+gallium_dri.so free 0x5571735c3a00 void 0.000279
+gallium_dri.so free 0x5571735c37b0 void 0.000312
+gallium_dri.so malloc 72 0x5571735c39b0 0.000317
+gallium_dri.so free 0x5571735c3a80 void 0.000253
+gallium_dri.so free 0x5571735c39b0 void 0.000304
+gallium_dri.so malloc 72 0x5571735c3ad0 0.000282
+gallium_dri.so free 0x5571735c3b40 void 0.000314
+gallium_dri.so free 0x5571735c3ad0 void 0.000334
+gallium_dri.so malloc 72 0x5571735c3b60 0.000258
+gallium_dri.so free 0x5571735c3c00 void 0.000334
+gallium_dri.so free 0x5571735c3b60 void 0.000356
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000343
+gallium_dri.so free 0x5571735c3c80 void 0.000319
+gallium_dri.so free 0x5571735c3bb0 void 0.000263
+gallium_dri.so malloc 72 0x5571735c3c80 0.000219
+gallium_dri.so free 0x5571735c3d40 void 0.000183
+gallium_dri.so free 0x5571735c3c80 void 0.000231
+gallium_dri.so malloc 72 0x5571735c3c80 0.000234
+gallium_dri.so free 0x5571735c3dc0 void 0.000210
+gallium_dri.so free 0x5571735c3c80 void 0.000187
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000235
+gallium_dri.so free 0x5571735c3e80 void 0.000237
+gallium_dri.so free 0x5571735c3dc0 void 0.000237
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000232
+gallium_dri.so free 0x5571735c3f40 void 0.000234
+gallium_dri.so free 0x5571735c3dc0 void 0.000231
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000138
+gallium_dri.so free 0x5571735c4000 void 0.000133
+gallium_dri.so free 0x5571735c3dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3fb0 0.000137
+gallium_dri.so free 0x5571735c4080 void 0.000137
+gallium_dri.so free 0x5571735c3fb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c40d0 0.000143
+gallium_dri.so free 0x5571735c4140 void 0.000137
+gallium_dri.so free 0x5571735c40d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4180 0.000132
+gallium_dri.so free 0x5571735c4200 void 0.000133
+gallium_dri.so free 0x5571735c4180 void 0.000137
+gallium_dri.so malloc 72 0x5571735c4180 0.000131
+gallium_dri.so free 0x5571735c4280 void 0.000182
+gallium_dri.so free 0x5571735c4180 void 0.000140
+gallium_dri.so malloc 72 0x5571735c42b0 0.000138
+gallium_dri.so free 0x5571735c4300 void 0.000172
+gallium_dri.so free 0x5571735c42b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c42b0 0.000133
+gallium_dri.so free 0x5571735c4400 void 0.000137
+gallium_dri.so free 0x5571735c42b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c43b0 0.000138
+gallium_dri.so free 0x5571735c44c0 void 0.000137
+gallium_dri.so free 0x5571735c43b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c4470 0.000137
+gallium_dri.so free 0x5571735c4500 void 0.000132
+gallium_dri.so free 0x5571735c4470 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4470 0.000126
+gallium_dri.so free 0x5571735c45c0 void 0.000126
+gallium_dri.so free 0x5571735c4470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4630 0.000136
+gallium_dri.so free 0x5571735c4680 void 0.000133
+gallium_dri.so free 0x5571735c4630 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4630 0.000224
+gallium_dri.so free 0x5571735c4780 void 0.000172
+gallium_dri.so free 0x5571735c4630 void 0.000173
+gallium_dri.so malloc 72 0x5571735c4730 0.000169
+gallium_dri.so free 0x5571735c4840 void 0.000132
+gallium_dri.so free 0x5571735c4730 void 0.000129
+gallium_dri.so malloc 72 0x5571735c47f0 0.000124
+gallium_dri.so free 0x5571735c4880 void 0.000120
+gallium_dri.so free 0x5571735c47f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c47f0 0.000129
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so free 0x5571735c47f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4980 0.000128
+gallium_dri.so free 0x5571735c4a00 void 0.000130
+gallium_dri.so free 0x5571735c4980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4a00 0.000125
+gallium_dri.so free 0x5571735c4ac0 void 0.000121
+gallium_dri.so free 0x5571735c4a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4a00 0.000130
+gallium_dri.so free 0x5571735c4b80 void 0.000131
+gallium_dri.so free 0x5571735c4a00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c4ba0 0.000127
+gallium_dri.so free 0x5571735c4c40 void 0.000130
+gallium_dri.so free 0x5571735c4ba0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000131
+gallium_dri.so free 0x5571735c4cc0 void 0.000131
+gallium_dri.so free 0x5571735c4bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000126
+gallium_dri.so free 0x5571735c4d40 void 0.000130
+gallium_dri.so free 0x5571735c4bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4d40 0.000120
+gallium_dri.so free 0x5571735c4e00 void 0.000126
+gallium_dri.so free 0x5571735c4d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4d40 0.000130
+gallium_dri.so free 0x5571735c4ec0 void 0.000124
+gallium_dri.so free 0x5571735c4d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d40 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000120
+gallium_dri.so free 0x5571735c4d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735c5040 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000142
+gallium_dri.so free 0x557173462440 void 0.000133
+gallium_dri.so free 0x5571735c4ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173462490 0.000131
+gallium_dri.so free 0x557173462500 void 0.000125
+gallium_dri.so free 0x557173462490 void 0.000126
+gallium_dri.so malloc 72 0x557173462520 0.000131
+gallium_dri.so free 0x5571734625c0 void 0.000125
+gallium_dri.so free 0x557173462520 void 0.000125
+gallium_dri.so malloc 72 0x557173462570 0.000129
+gallium_dri.so free 0x557173462640 void 0.000129
+gallium_dri.so free 0x557173462570 void 0.000130
+gallium_dri.so malloc 72 0x557173462570 0.000130
+gallium_dri.so free 0x5571734626c0 void 0.000129
+gallium_dri.so free 0x557173462570 void 0.000130
+gallium_dri.so malloc 72 0x5571734626c0 0.000130
+gallium_dri.so free 0x557173462780 void 0.000129
+gallium_dri.so free 0x5571734626c0 void 0.000133
+gallium_dri.so malloc 72 0x5571734626c0 0.000124
+gallium_dri.so free 0x557173462880 void 0.000126
+gallium_dri.so free 0x5571734626c0 void 0.000192
+gallium_dri.so malloc 72 0x557173462830 0.000126
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so free 0x557173462830 void 0.000131
+gallium_dri.so malloc 72 0x557173462830 0.000129
+gallium_dri.so free 0x557173462980 void 0.000129
+gallium_dri.so free 0x557173462830 void 0.000130
+gallium_dri.so malloc 72 0x5571734629c0 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000130
+gallium_dri.so free 0x5571734629c0 void 0.000130
+gallium_dri.so malloc 72 0x557173462a40 0.000129
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000131
+gallium_dri.so malloc 72 0x557173462a40 0.000135
+gallium_dri.so free 0x557173462b80 void 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000130
+gallium_dri.so malloc 72 0x557173462bb0 0.000131
+gallium_dri.so free 0x557173462c00 void 0.000131
+gallium_dri.so free 0x557173462bb0 void 0.000132
+gallium_dri.so malloc 72 0x557173462bb0 0.000132
+gallium_dri.so free 0x557173462d00 void 0.000142
+gallium_dri.so free 0x557173462bb0 void 0.000132
+gallium_dri.so malloc 72 0x557173462d40 0.000130
+gallium_dri.so free 0x557173462dc0 void 0.000130
+gallium_dri.so free 0x557173462d40 void 0.000130
+gallium_dri.so malloc 72 0x557173462dc0 0.000125
+gallium_dri.so free 0x557173462e80 void 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173462dc0 0.000125
+gallium_dri.so free 0x557173462f00 void 0.000120
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000119
+gallium_dri.so free 0x557173462f80 void 0.000120
+gallium_dri.so free 0x557173462f30 void 0.000124
+gallium_dri.so malloc 72 0x557173462f30 0.000129
+gallium_dri.so free 0x557173463080 void 0.000129
+gallium_dri.so free 0x557173462f30 void 0.000129
+gallium_dri.so malloc 72 0x557173463030 0.000129
+gallium_dri.so free 0x557173463140 void 0.000131
+gallium_dri.so free 0x557173463030 void 0.000131
+gallium_dri.so malloc 72 0x5571734630f0 0.000131
+gallium_dri.so free 0x5571734631c0 void 0.000231
+gallium_dri.so free 0x5571734630f0 void 0.000219
+gallium_dri.so malloc 72 0x5571734630f0 0.000220
+gallium_dri.so free 0x557173463280 void 0.000224
+gallium_dri.so free 0x5571734630f0 void 0.000198
+gallium_dri.so malloc 72 0x5571734630f0 0.000224
+gallium_dri.so free 0x557173463340 void 0.000130
+gallium_dri.so free 0x5571734630f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734632f0 0.000133
+gallium_dri.so free 0x5571734633c0 void 0.000130
+gallium_dri.so free 0x5571734632f0 void 0.000131
+gallium_dri.so malloc 72 0x557173463410 0.000124
+gallium_dri.so free 0x557173463480 void 0.000127
+gallium_dri.so free 0x557173463410 void 0.000130
+gallium_dri.so malloc 72 0x5571734634a0 0.000129
+gallium_dri.so free 0x557173463540 void 0.000129
+gallium_dri.so free 0x5571734634a0 void 0.000130
+gallium_dri.so malloc 72 0x5571734634f0 0.000130
+gallium_dri.so free 0x5571734635c0 void 0.000192
+gallium_dri.so free 0x5571734634f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734635c0 0.000130
+gallium_dri.so free 0x557173463680 void 0.000135
+gallium_dri.so free 0x5571734635c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734635c0 0.000129
+gallium_dri.so free 0x557173463700 void 0.000129
+gallium_dri.so free 0x5571734635c0 void 0.000130
+gallium_dri.so malloc 72 0x557173463700 0.000123
+gallium_dri.so free 0x5571734637c0 void 0.000127
+gallium_dri.so free 0x557173463700 void 0.000130
+gallium_dri.so malloc 72 0x557173463700 0.000124
+gallium_dri.so free 0x557173463880 void 0.000120
+gallium_dri.so free 0x557173463700 void 0.000125
+gallium_dri.so malloc 72 0x557173463700 0.000129
+gallium_dri.so free 0x557173463940 void 0.000131
+gallium_dri.so free 0x557173463700 void 0.000130
+gallium_dri.so malloc 72 0x5571734638f0 0.000128
+gallium_dri.so free 0x5571734639c0 void 0.000124
+gallium_dri.so free 0x5571734638f0 void 0.000120
+gallium_dri.so malloc 72 0x557173463a10 0.000137
+gallium_dri.so free 0x557173463a80 void 0.000130
+gallium_dri.so free 0x557173463a10 void 0.000130
+gallium_dri.so malloc 72 0x557173463ac0 0.000125
+gallium_dri.so free 0x557173463b40 void 0.000121
+gallium_dri.so free 0x557173463ac0 void 0.000125
+gallium_dri.so malloc 72 0x557173463ac0 0.000132
+gallium_dri.so free 0x557173463bc0 void 0.000131
+gallium_dri.so free 0x557173463ac0 void 0.000130
+gallium_dri.so malloc 72 0x557173463bf0 0.000132
+gallium_dri.so free 0x557173463c40 void 0.000131
+gallium_dri.so free 0x557173463bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173463bf0 0.000123
+gallium_dri.so free 0x557173463d40 void 0.000126
+gallium_dri.so free 0x557173463bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173463cf0 0.000131
+gallium_dri.so free 0x557173463e00 void 0.000143
+gallium_dri.so free 0x557173463cf0 void 0.000140
+gallium_dri.so malloc 72 0x557173463db0 0.000126
+gallium_dri.so free 0x557173463e40 void 0.000125
+gallium_dri.so free 0x557173463db0 void 0.000128
+gallium_dri.so malloc 72 0x557173463db0 0.000141
+gallium_dri.so free 0x557173463f00 void 0.000129
+gallium_dri.so free 0x557173463db0 void 0.000127
+gallium_dri.so malloc 72 0x557173463f70 0.000127
+gallium_dri.so free 0x557173463fc0 void 0.000124
+gallium_dri.so free 0x557173463f70 void 0.000123
+gallium_dri.so malloc 72 0x557173463f70 0.000126
+gallium_dri.so free 0x5571734640c0 void 0.000128
+gallium_dri.so free 0x557173463f70 void 0.000134
+gallium_dri.so malloc 72 0x557173464070 0.000128
+gallium_dri.so free 0x557173464180 void 0.000125
+gallium_dri.so free 0x557173464070 void 0.000125
+gallium_dri.so malloc 72 0x557173464130 0.000127
+gallium_dri.so free 0x5571734641c0 void 0.000128
+gallium_dri.so free 0x557173464130 void 0.000125
+gallium_dri.so malloc 72 0x557173464130 0.000124
+gallium_dri.so free 0x557173464280 void 0.000143
+gallium_dri.so free 0x557173464130 void 0.000127
+gallium_dri.so malloc 72 0x5571734642c0 0.000127
+gallium_dri.so free 0x557173464340 void 0.000134
+gallium_dri.so free 0x5571734642c0 void 0.000128
+gallium_dri.so malloc 72 0x557173464340 0.000124
+gallium_dri.so free 0x557173464400 void 0.000126
+gallium_dri.so free 0x557173464340 void 0.000127
+gallium_dri.so malloc 72 0x557173464340 0.000129
+gallium_dri.so free 0x5571734644c0 void 0.000126
+gallium_dri.so free 0x557173464340 void 0.000194
+gallium_dri.so malloc 72 0x5571734644e0 0.000180
+gallium_dri.so free 0x557173464580 void 0.000122
+gallium_dri.so free 0x5571734644e0 void 0.000120
+gallium_dri.so malloc 72 0x557173464530 0.000121
+gallium_dri.so free 0x557173464600 void 0.000120
+gallium_dri.so free 0x557173464530 void 0.000123
+gallium_dri.so malloc 72 0x557173464530 0.000122
+gallium_dri.so free 0x557173464680 void 0.000119
+gallium_dri.so free 0x557173464530 void 0.000119
+gallium_dri.so malloc 72 0x557173464680 0.000119
+gallium_dri.so free 0x557173464740 void 0.000121
+gallium_dri.so free 0x557173464680 void 0.000121
+gallium_dri.so malloc 72 0x557173464680 0.000120
+gallium_dri.so free 0x557173464800 void 0.000121
+gallium_dri.so free 0x557173464680 void 0.000119
+gallium_dri.so malloc 72 0x557173464680 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464680 void 0.000119
+gallium_dri.so malloc 72 0x557173464870 0.000120
+gallium_dri.so free 0x557173464980 void 0.000120
+gallium_dri.so free 0x557173464870 void 0.000121
+gallium_dri.so malloc 72 0x557173464930 0.000121
+gallium_dri.so free 0x557173464a00 void 0.000129
+gallium_dri.so free 0x557173464930 void 0.000122
+gallium_dri.so malloc 72 0x557173464a50 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x557173464a50 void 0.000120
+gallium_dri.so malloc 72 0x557173464ae0 0.000119
+gallium_dri.so free 0x557173464b80 void 0.000122
+gallium_dri.so free 0x557173464ae0 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x557173464c80 void 0.000122
+gallium_dri.so free 0x557173464b30 void 0.000129
+gallium_dri.so malloc 72 0x557173464c80 0.000125
+gallium_dri.so free 0x557173464d40 void 0.000121
+gallium_dri.so free 0x557173464c80 void 0.000121
+gallium_dri.so malloc 72 0x557173464c80 0.000121
+gallium_dri.so free 0x557173464e40 void 0.000121
+gallium_dri.so free 0x557173464c80 void 0.000120
+gallium_dri.so malloc 72 0x557173464df0 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000122
+gallium_dri.so free 0x557173464df0 void 0.000120
+gallium_dri.so malloc 72 0x557173464df0 0.000124
+gallium_dri.so free 0x557173464f40 void 0.000120
+gallium_dri.so free 0x557173464df0 void 0.000125
+gallium_dri.so malloc 72 0x557173464f80 0.000160
+gallium_dri.so free 0x557173465000 void 0.000116
+gallium_dri.so free 0x557173464f80 void 0.000117
+gallium_dri.so malloc 72 0x557173465000 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465000 void 0.000119
+gallium_dri.so malloc 72 0x557173465000 0.000114
+gallium_dri.so free 0x557173465140 void 0.000115
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x5571734651c0 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000114
+gallium_dri.so malloc 72 0x557173465170 0.000115
+gallium_dri.so free 0x5571734652c0 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000114
+gallium_dri.so malloc 72 0x557173465300 0.000114
+gallium_dri.so free 0x557173465380 void 0.000116
+gallium_dri.so free 0x557173465300 void 0.000114
+gallium_dri.so malloc 72 0x557173465380 0.000113
+gallium_dri.so free 0x557173465440 void 0.000114
+gallium_dri.so free 0x557173465380 void 0.000114
+gallium_dri.so malloc 72 0x557173465380 0.000116
+gallium_dri.so free 0x5571734654c0 void 0.000115
+gallium_dri.so free 0x557173465380 void 0.000115
+gallium_dri.so malloc 72 0x5571734654f0 0.000115
+gallium_dri.so free 0x557173465540 void 0.000116
+gallium_dri.so free 0x5571734654f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734654f0 0.000136
+gallium_dri.so free 0x557173465640 void 0.000124
+gallium_dri.so free 0x5571734654f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734655f0 0.000121
+gallium_dri.so free 0x557173465700 void 0.000121
+gallium_dri.so free 0x5571734655f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734656b0 0.000123
+gallium_dri.so free 0x557173465780 void 0.000121
+gallium_dri.so free 0x5571734656b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734656b0 0.000122
+gallium_dri.so free 0x557173465840 void 0.000121
+gallium_dri.so free 0x5571734656b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656b0 0.000121
+gallium_dri.so free 0x557173465900 void 0.000122
+gallium_dri.so free 0x5571734656b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734658b0 0.000120
+gallium_dri.so free 0x557173465980 void 0.000121
+gallium_dri.so free 0x5571734658b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734659d0 0.000120
+gallium_dri.so free 0x557173465a40 void 0.000122
+gallium_dri.so free 0x5571734659d0 void 0.000121
+gallium_dri.so malloc 72 0x557173465a60 0.000120
+gallium_dri.so free 0x557173465b00 void 0.000121
+gallium_dri.so free 0x557173465a60 void 0.000120
+gallium_dri.so malloc 72 0x557173465ab0 0.000120
+gallium_dri.so free 0x557173465b80 void 0.000128
+gallium_dri.so free 0x557173465ab0 void 0.000243
+gallium_dri.so malloc 72 0x557173465b80 0.000114
+gallium_dri.so free 0x557173465c40 void 0.000111
+gallium_dri.so free 0x557173465b80 void 0.000111
+gallium_dri.so malloc 72 0x557173465b80 0.000110
+gallium_dri.so free 0x557173465cc0 void 0.000109
+gallium_dri.so free 0x557173465b80 void 0.000110
+gallium_dri.so malloc 72 0x557173465cc0 0.000111
+gallium_dri.so free 0x557173465d80 void 0.000109
+gallium_dri.so free 0x557173465cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173465cc0 0.000109
+gallium_dri.so free 0x557173465e40 void 0.000109
+gallium_dri.so free 0x557173465cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173465cc0 0.000110
+gallium_dri.so free 0x557173465f00 void 0.000110
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465eb0 0.000111
+gallium_dri.so free 0x557173465f80 void 0.000110
+gallium_dri.so free 0x557173465eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173465fd0 0.000111
+gallium_dri.so free 0x557173466040 void 0.000110
+gallium_dri.so free 0x557173465fd0 void 0.000111
+gallium_dri.so malloc 72 0x557173466080 0.000111
+gallium_dri.so free 0x557173466100 void 0.000111
+gallium_dri.so free 0x557173466080 void 0.000111
+gallium_dri.so malloc 72 0x557173466080 0.000109
+gallium_dri.so free 0x557173466180 void 0.000110
+gallium_dri.so free 0x557173466080 void 0.000126
+gallium_dri.so malloc 72 0x5571734661b0 0.000116
+gallium_dri.so free 0x557173466200 void 0.000116
+gallium_dri.so free 0x5571734661b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734661b0 0.000115
+gallium_dri.so free 0x557173466300 void 0.000114
+gallium_dri.so free 0x5571734661b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734662b0 0.000115
+gallium_dri.so free 0x5571734663c0 void 0.000115
+gallium_dri.so free 0x5571734662b0 void 0.000115
+gallium_dri.so malloc 72 0x557173466370 0.000116
+gallium_dri.so free 0x557173466400 void 0.000115
+gallium_dri.so free 0x557173466370 void 0.000114
+gallium_dri.so malloc 72 0x557173466370 0.000113
+gallium_dri.so free 0x5571734664c0 void 0.000113
+gallium_dri.so free 0x557173466370 void 0.000114
+gallium_dri.so malloc 72 0x557173466530 0.000115
+gallium_dri.so free 0x557173466580 void 0.000116
+gallium_dri.so free 0x557173466530 void 0.000114
+gallium_dri.so malloc 72 0x557173466530 0.000115
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x557173466530 void 0.000115
+gallium_dri.so malloc 72 0x557173466630 0.000114
+gallium_dri.so free 0x557173466740 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000115
+gallium_dri.so malloc 72 0x5571734666f0 0.000115
+gallium_dri.so free 0x557173466780 void 0.000115
+gallium_dri.so free 0x5571734666f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734666f0 0.000119
+gallium_dri.so free 0x557173466840 void 0.000120
+gallium_dri.so free 0x5571734666f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466880 0.000117
+gallium_dri.so free 0x557173466900 void 0.000117
+gallium_dri.so free 0x557173466880 void 0.000117
+gallium_dri.so malloc 72 0x557173466900 0.000117
+gallium_dri.so free 0x5571734669c0 void 0.000118
+gallium_dri.so free 0x557173466900 void 0.000118
+gallium_dri.so malloc 72 0x557173466900 0.000119
+gallium_dri.so free 0x557173466a80 void 0.000118
+gallium_dri.so free 0x557173466900 void 0.000118
+gallium_dri.so malloc 72 0x557173466aa0 0.000120
+gallium_dri.so free 0x557173466b40 void 0.000119
+gallium_dri.so free 0x557173466aa0 void 0.000118
+gallium_dri.so malloc 72 0x557173466af0 0.000117
+gallium_dri.so free 0x557173466bc0 void 0.000118
+gallium_dri.so free 0x557173466af0 void 0.000117
+gallium_dri.so malloc 72 0x557173466af0 0.000117
+gallium_dri.so free 0x557173466c40 void 0.000118
+gallium_dri.so free 0x557173466af0 void 0.000117
+gallium_dri.so malloc 72 0x557173466c40 0.000117
+gallium_dri.so free 0x557173466d00 void 0.000118
+gallium_dri.so free 0x557173466c40 void 0.000118
+gallium_dri.so malloc 72 0x557173466c40 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000124
+gallium_dri.so free 0x557173466c40 void 0.000113
+gallium_dri.so malloc 72 0x557173466c40 0.000114
+gallium_dri.so free 0x557173466e80 void 0.000117
+gallium_dri.so free 0x557173466c40 void 0.000116
+gallium_dri.so malloc 72 0x557173466e30 0.000118
+gallium_dri.so free 0x557173466f40 void 0.000131
+gallium_dri.so free 0x557173466e30 void 0.000116
+gallium_dri.so malloc 72 0x557173466ef0 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173467010 0.000114
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173467010 void 0.000115
+gallium_dri.so malloc 72 0x5571734670a0 0.000115
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x5571734670a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734670f0 0.000116
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x5571734670f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734670f0 0.000114
+gallium_dri.so free 0x557173467240 void 0.000115
+gallium_dri.so free 0x5571734670f0 void 0.000115
+gallium_dri.so malloc 72 0x557173467240 0.000115
+gallium_dri.so free 0x557173467300 void 0.000116
+gallium_dri.so free 0x557173467240 void 0.000114
+gallium_dri.so malloc 72 0x557173467240 0.000115
+gallium_dri.so free 0x557173467400 void 0.000125
+gallium_dri.so free 0x557173467240 void 0.000118
+gallium_dri.so malloc 72 0x5571734673b0 0.000120
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so free 0x5571734673b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734673b0 0.000121
+gallium_dri.so free 0x557173467500 void 0.000120
+gallium_dri.so free 0x5571734673b0 void 0.000121
+gallium_dri.so malloc 72 0x557173467540 0.000121
+gallium_dri.so free 0x5571734675c0 void 0.000121
+gallium_dri.so free 0x557173467540 void 0.000122
+gallium_dri.so malloc 72 0x5571734675c0 0.000117
+gallium_dri.so free 0x557173467680 void 0.000118
+gallium_dri.so free 0x5571734675c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734675c0 0.000122
+gallium_dri.so free 0x557173467700 void 0.000121
+gallium_dri.so free 0x5571734675c0 void 0.000117
+gallium_dri.so malloc 72 0x557173467730 0.000120
+gallium_dri.so free 0x557173467780 void 0.000120
+gallium_dri.so free 0x557173467730 void 0.000121
+gallium_dri.so malloc 72 0x557173467730 0.000121
+gallium_dri.so free 0x557173467880 void 0.000122
+gallium_dri.so free 0x557173467730 void 0.000119
+gallium_dri.so malloc 72 0x5571734678c0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571734678c0 void 0.000117
+gallium_dri.so malloc 72 0x557173467940 0.000129
+gallium_dri.so free 0x557173467a00 void 0.000125
+gallium_dri.so free 0x557173467940 void 0.000122
+gallium_dri.so malloc 72 0x557173467940 0.000118
+gallium_dri.so free 0x557173467a80 void 0.000122
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so malloc 72 0x557173467ab0 0.000121
+gallium_dri.so free 0x557173467b00 void 0.000120
+gallium_dri.so free 0x557173467ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173467ab0 0.000120
+gallium_dri.so free 0x557173467c00 void 0.000122
+gallium_dri.so free 0x557173467ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173467bb0 0.000121
+gallium_dri.so free 0x557173467cc0 void 0.000121
+gallium_dri.so free 0x557173467bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173467c70 0.000121
+gallium_dri.so free 0x557173467d40 void 0.000122
+gallium_dri.so free 0x557173467c70 void 0.000121
+gallium_dri.so malloc 72 0x557173467c70 0.000120
+gallium_dri.so free 0x557173467e00 void 0.000134
+gallium_dri.so free 0x557173467c70 void 0.000121
+gallium_dri.so malloc 72 0x557173467c70 0.000127
+gallium_dri.so free 0x557173467ec0 void 0.000119
+gallium_dri.so free 0x557173467c70 void 0.000121
+gallium_dri.so malloc 72 0x557173467e70 0.000120
+gallium_dri.so free 0x557173467f40 void 0.000120
+gallium_dri.so free 0x557173467e70 void 0.000130
+gallium_dri.so malloc 72 0x557173467f90 0.000122
+gallium_dri.so free 0x557173468000 void 0.000121
+gallium_dri.so free 0x557173467f90 void 0.000120
+gallium_dri.so malloc 72 0x557173468020 0.000117
+gallium_dri.so free 0x5571734680c0 void 0.000121
+gallium_dri.so free 0x557173468020 void 0.000119
+gallium_dri.so malloc 72 0x557173468070 0.000118
+gallium_dri.so free 0x557173468140 void 0.000120
+gallium_dri.so free 0x557173468070 void 0.000117
+gallium_dri.so malloc 72 0x557173468140 0.000121
+gallium_dri.so free 0x557173468200 void 0.000123
+gallium_dri.so free 0x557173468140 void 0.000121
+gallium_dri.so malloc 72 0x557173468140 0.000122
+gallium_dri.so free 0x557173468280 void 0.000121
+gallium_dri.so free 0x557173468140 void 0.000121
+gallium_dri.so malloc 72 0x557173468280 0.000120
+gallium_dri.so free 0x557173468340 void 0.000121
+gallium_dri.so free 0x557173468280 void 0.000118
+gallium_dri.so malloc 72 0x557173468280 0.000121
+gallium_dri.so free 0x557173468400 void 0.000118
+gallium_dri.so free 0x557173468280 void 0.000121
+gallium_dri.so malloc 72 0x557173468280 0.000120
+gallium_dri.so free 0x5571734684c0 void 0.000120
+gallium_dri.so free 0x557173468280 void 0.000117
+gallium_dri.so malloc 72 0x557173468470 0.000120
+gallium_dri.so free 0x557173468540 void 0.000126
+gallium_dri.so free 0x557173468470 void 0.000120
+gallium_dri.so malloc 72 0x557173468590 0.000121
+gallium_dri.so free 0x557173468600 void 0.000120
+gallium_dri.so free 0x557173468590 void 0.000120
+gallium_dri.so malloc 72 0x557173468640 0.000120
+gallium_dri.so free 0x5571734686c0 void 0.000120
+gallium_dri.so free 0x557173468640 void 0.000120
+gallium_dri.so malloc 72 0x557173468640 0.000120
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so free 0x557173468640 void 0.000120
+gallium_dri.so malloc 72 0x557173468770 0.000125
+gallium_dri.so free 0x5571734687c0 void 0.000178
+gallium_dri.so free 0x557173468770 void 0.000118
+gallium_dri.so malloc 72 0x557173468770 0.000115
+gallium_dri.so free 0x5571734688c0 void 0.000119
+gallium_dri.so free 0x557173468770 void 0.000114
+gallium_dri.so malloc 72 0x557173468870 0.000114
+gallium_dri.so free 0x557173468980 void 0.000115
+gallium_dri.so free 0x557173468870 void 0.000114
+gallium_dri.so malloc 72 0x557173468930 0.000113
+gallium_dri.so free 0x5571734689c0 void 0.000114
+gallium_dri.so free 0x557173468930 void 0.000116
+gallium_dri.so malloc 72 0x557173468930 0.000113
+gallium_dri.so free 0x557173468a80 void 0.000115
+gallium_dri.so free 0x557173468930 void 0.000128
+gallium_dri.so malloc 72 0x557173468af0 0.000115
+gallium_dri.so free 0x557173468b40 void 0.000115
+gallium_dri.so free 0x557173468af0 void 0.000115
+gallium_dri.so malloc 72 0x557173468af0 0.000116
+gallium_dri.so free 0x557173468c40 void 0.000115
+gallium_dri.so free 0x557173468af0 void 0.000125
+gallium_dri.so malloc 72 0x557173468bf0 0.000117
+gallium_dri.so free 0x557173468d00 void 0.000115
+gallium_dri.so free 0x557173468bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173468cb0 0.000114
+gallium_dri.so free 0x557173468d40 void 0.000118
+gallium_dri.so free 0x557173468cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173468cb0 0.000114
+gallium_dri.so free 0x557173468e00 void 0.000115
+gallium_dri.so free 0x557173468cb0 void 0.000127
+gallium_dri.so malloc 72 0x557173468e40 0.000114
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so free 0x557173468e40 void 0.000114
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173468f80 void 0.000116
+gallium_dri.so free 0x557173468ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173469040 void 0.000115
+gallium_dri.so free 0x557173468ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173469060 0.000112
+gallium_dri.so free 0x557173469100 void 0.000105
+gallium_dri.so free 0x557173469060 void 0.000269
+gallium_dri.so malloc 72 0x5571734690b0 0.000183
+gallium_dri.so free 0x557173469180 void 0.000114
+gallium_dri.so free 0x5571734690b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734690b0 0.000115
+gallium_dri.so free 0x557173469200 void 0.000114
+gallium_dri.so free 0x5571734690b0 void 0.000114
+gallium_dri.so malloc 72 0x557173469200 0.000116
+gallium_dri.so free 0x5571734692c0 void 0.000113
+gallium_dri.so free 0x557173469200 void 0.000113
+gallium_dri.so malloc 72 0x557173469200 0.000114
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x557173469200 void 0.000113
+gallium_dri.so malloc 72 0x557173469200 0.000113
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x557173469200 void 0.000112
+gallium_dri.so malloc 72 0x5571734693f0 0.000114
+gallium_dri.so free 0x557173469500 void 0.000114
+gallium_dri.so free 0x5571734693f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734694b0 0.000115
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x5571734694b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695d0 0.000114
+gallium_dri.so free 0x557173469640 void 0.000113
+gallium_dri.so free 0x5571734695d0 void 0.000113
+gallium_dri.so malloc 72 0x557173469660 0.000129
+gallium_dri.so free 0x557173469700 void 0.000118
+gallium_dri.so free 0x557173469660 void 0.000116
+gallium_dri.so malloc 72 0x5571734696b0 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so free 0x5571734696b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734696b0 0.000115
+gallium_dri.so free 0x5571735eb480 void 0.000115
+gallium_dri.so free 0x5571734696b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000113
+gallium_dri.so free 0x5571735eb430 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000115
+gallium_dri.so free 0x5571735eb5c0 void 0.000116
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5e0 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000115
+gallium_dri.so free 0x5571735eb5e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb630 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735eb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb630 0.000129
+gallium_dri.so free 0x5571735eb780 void 0.000117
+gallium_dri.so free 0x5571735eb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb780 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb780 0.000118
+gallium_dri.so free 0x5571735eb900 void 0.000116
+gallium_dri.so free 0x5571735eb780 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb780 0.000124
+gallium_dri.so free 0x5571735eb9c0 void 0.000125
+gallium_dri.so free 0x5571735eb780 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb970 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb970 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb970 0.000119
+gallium_dri.so free 0x5571735ebac0 void 0.000121
+gallium_dri.so free 0x5571735eb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba70 0.000118
+gallium_dri.so free 0x5571735ebb80 void 0.000124
+gallium_dri.so free 0x5571735eba70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebb30 0.000122
+gallium_dri.so free 0x5571735ebbc0 void 0.000117
+gallium_dri.so free 0x5571735ebb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebb30 0.000118
+gallium_dri.so free 0x5571735ebc80 void 0.000118
+gallium_dri.so free 0x5571735ebb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebcc0 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000122
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebd40 0.000119
+gallium_dri.so free 0x5571735ebe00 void 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000184
+gallium_dri.so malloc 72 0x5571735ebd40 0.000120
+gallium_dri.so free 0x5571735ebec0 void 0.000122
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebee0 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so free 0x5571735ebee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf30 0.000121
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf30 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000120
+gallium_dri.so free 0x5571735ebf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec080 0.000124
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec080 0.000115
+gallium_dri.so free 0x5571735ec200 void 0.000115
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec080 0.000116
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000116
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec330 0.000114
+gallium_dri.so free 0x5571735ec400 void 0.000126
+gallium_dri.so free 0x5571735ec330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec450 0.000114
+gallium_dri.so free 0x5571735ec4c0 void 0.000114
+gallium_dri.so free 0x5571735ec450 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000116
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec4e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000128
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec680 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec680 0.000116
+gallium_dri.so free 0x5571735ec840 void 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000116
+gallium_dri.so free 0x5571735ec7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec980 0.000116
+gallium_dri.so free 0x5571735eca00 void 0.000128
+gallium_dri.so free 0x5571735ec980 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca00 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca00 0.000115
+gallium_dri.so free 0x5571735ecb40 void 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb70 0.000113
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so free 0x5571735ecb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb70 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000115
+gallium_dri.so free 0x5571735ecb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecd00 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000115
+gallium_dri.so free 0x5571735ecd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd80 0.000115
+gallium_dri.so free 0x5571735ece40 void 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd80 0.000115
+gallium_dri.so free 0x5571735ecec0 void 0.000117
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecef0 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735ecef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecef0 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000187
+gallium_dri.so free 0x5571735ecef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x5571735ed100 void 0.000116
+gallium_dri.so free 0x5571735ecff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000120
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000122
+gallium_dri.so free 0x5571735ed0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed300 void 0.000120
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000121
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed3d0 0.000121
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so free 0x5571735ed3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed460 0.000122
+gallium_dri.so free 0x5571735ed500 void 0.000126
+gallium_dri.so free 0x5571735ed460 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000122
+gallium_dri.so free 0x5571735ed4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed580 0.000124
+gallium_dri.so free 0x5571735ed640 void 0.000122
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed580 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000125
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000121
+gallium_dri.so free 0x5571735ed900 void 0.000122
+gallium_dri.so free 0x5571735ed6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735ed980 void 0.000122
+gallium_dri.so free 0x5571735ed8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000122
+gallium_dri.so free 0x5571735ed9d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eda80 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000122
+gallium_dri.so free 0x5571735eda80 void 0.000121
+gallium_dri.so malloc 72 0x5571735eda80 0.000122
+gallium_dri.so free 0x5571735edb80 void 0.000126
+gallium_dri.so free 0x5571735eda80 void 0.000121
+gallium_dri.so malloc 72 0x5571735edbb0 0.000117
+gallium_dri.so free 0x5571735edc00 void 0.000122
+gallium_dri.so free 0x5571735edbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edbb0 0.000119
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcb0 0.000115
+gallium_dri.so free 0x5571735eddc0 void 0.000121
+gallium_dri.so free 0x5571735edcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd70 0.000120
+gallium_dri.so free 0x5571735ede00 void 0.000117
+gallium_dri.so free 0x5571735edd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd70 0.000124
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so free 0x5571735edd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edf30 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735edf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735edf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee030 0.000122
+gallium_dri.so free 0x5571735ee140 void 0.000121
+gallium_dri.so free 0x5571735ee030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000130
+gallium_dri.so free 0x5571735ee180 void 0.000123
+gallium_dri.so free 0x5571735ee0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000121
+gallium_dri.so free 0x5571735ee240 void 0.000120
+gallium_dri.so free 0x5571735ee0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee280 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000122
+gallium_dri.so free 0x5571735ee280 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee300 0.000118
+gallium_dri.so free 0x5571735ee3c0 void 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee300 0.000120
+gallium_dri.so free 0x5571735ee480 void 0.000122
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000120
+gallium_dri.so free 0x5571735ee540 void 0.000122
+gallium_dri.so free 0x5571735ee4a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee5c0 void 0.000122
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000117
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000122
+gallium_dri.so free 0x5571735ee700 void 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee640 0.000128
+gallium_dri.so free 0x5571735ee880 void 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee830 0.000121
+gallium_dri.so free 0x5571735ee940 void 0.000122
+gallium_dri.so free 0x5571735ee830 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000117
+gallium_dri.so free 0x5571735ee9c0 void 0.000123
+gallium_dri.so free 0x5571735ee8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea10 0.000120
+gallium_dri.so free 0x5571735eea80 void 0.000121
+gallium_dri.so free 0x5571735eea10 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000119
+gallium_dri.so free 0x5571735eeb40 void 0.000121
+gallium_dri.so free 0x5571735eeaa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000120
+gallium_dri.so free 0x5571735eeaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so free 0x5571735eeaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec40 0.000164
+gallium_dri.so free 0x5571735eed00 void 0.000126
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec40 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eedb0 0.000122
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so free 0x5571735eedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eedb0 0.000120
+gallium_dri.so free 0x5571735eef00 void 0.000120
+gallium_dri.so free 0x5571735eedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef40 0.000121
+gallium_dri.so free 0x5571735eefc0 void 0.000123
+gallium_dri.so free 0x5571735eef40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eefc0 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000121
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eefc0 0.000122
+gallium_dri.so free 0x5571735ef100 void 0.000124
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef130 0.000121
+gallium_dri.so free 0x5571735ef180 void 0.000122
+gallium_dri.so free 0x5571735ef130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef130 0.000123
+gallium_dri.so free 0x5571735ef280 void 0.000121
+gallium_dri.so free 0x5571735ef130 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000125
+gallium_dri.so free 0x5571735ef340 void 0.000122
+gallium_dri.so free 0x5571735ef2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef340 0.000121
+gallium_dri.so free 0x5571735ef400 void 0.000121
+gallium_dri.so free 0x5571735ef340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef340 0.000122
+gallium_dri.so free 0x5571735ef480 void 0.000122
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000121
+gallium_dri.so free 0x5571735ef4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000120
+gallium_dri.so free 0x5571735ef600 void 0.000119
+gallium_dri.so free 0x5571735ef4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000121
+gallium_dri.so free 0x5571735ef5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef670 0.000121
+gallium_dri.so free 0x5571735ef740 void 0.000126
+gallium_dri.so free 0x5571735ef670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef670 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000121
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000118
+gallium_dri.so free 0x5571735ef8c0 void 0.000121
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef870 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef990 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000122
+gallium_dri.so free 0x5571735ef990 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa20 0.000120
+gallium_dri.so free 0x5571735efac0 void 0.000120
+gallium_dri.so free 0x5571735efa20 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000120
+gallium_dri.so free 0x5571735efa70 void 0.000128
+gallium_dri.so malloc 72 0x5571735efb40 0.000238
+gallium_dri.so free 0x5571735efc00 void 0.000117
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb40 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc80 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000116
+gallium_dri.so free 0x5571735efc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff90 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735eff90 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0040 0.000125
+gallium_dri.so free 0x5571735f00c0 void 0.000122
+gallium_dri.so free 0x5571735f0040 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0040 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000122
+gallium_dri.so free 0x5571735f0040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0170 0.000120
+gallium_dri.so free 0x5571735f01c0 void 0.000123
+gallium_dri.so free 0x5571735f0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0170 0.000121
+gallium_dri.so free 0x5571735f02c0 void 0.000121
+gallium_dri.so free 0x5571735f0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0270 0.000119
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so free 0x5571735f0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000128
+gallium_dri.so free 0x5571735f0330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0330 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000120
+gallium_dri.so free 0x5571735f0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f04f0 0.000121
+gallium_dri.so free 0x5571735f0540 void 0.000119
+gallium_dri.so free 0x5571735f04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f04f0 0.000120
+gallium_dri.so free 0x5571735f0640 void 0.000117
+gallium_dri.so free 0x5571735f04f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05f0 0.000124
+gallium_dri.so free 0x5571735f0700 void 0.000120
+gallium_dri.so free 0x5571735f05f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f06b0 0.000119
+gallium_dri.so free 0x5571735f0740 void 0.000121
+gallium_dri.so free 0x5571735f06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06b0 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000121
+gallium_dri.so free 0x5571735f06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0840 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f08c0 0.000119
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f08c0 0.000174
+gallium_dri.so free 0x5571735f0a40 void 0.000126
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0a60 0.000114
+gallium_dri.so free 0x5571735f0b00 void 0.000116
+gallium_dri.so free 0x5571735f0a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000114
+gallium_dri.so free 0x5571735f0b80 void 0.000114
+gallium_dri.so free 0x5571735f0ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000112
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c00 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0df0 0.000113
+gallium_dri.so free 0x5571735f0f00 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000127
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000120
+gallium_dri.so free 0x5571735f1040 void 0.000115
+gallium_dri.so free 0x5571735f0fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1060 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so free 0x5571735f1060 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1200 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1200 0.000114
+gallium_dri.so free 0x5571735f13c0 void 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1370 0.000112
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1370 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1500 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1580 0.000112
+gallium_dri.so free 0x5571735f1640 void 0.000128
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1580 0.000114
+gallium_dri.so free 0x5571735f16c0 void 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f16f0 0.000113
+gallium_dri.so free 0x5571735f1740 void 0.000113
+gallium_dri.so free 0x5571735f16f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f16f0 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1880 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f1880 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1900 0.000118
+gallium_dri.so free 0x5571735f19c0 void 0.000121
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1900 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1a70 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a70 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000127
+gallium_dri.so free 0x5571735f1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000113
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000112
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1e30 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f50 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000114
+gallium_dri.so free 0x5571735f1f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000115
+gallium_dri.so free 0x5571735f2080 void 0.000113
+gallium_dri.so free 0x5571735f1fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2030 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2100 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000114
+gallium_dri.so free 0x5571735f2100 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2100 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2240 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2240 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2240 0.000114
+gallium_dri.so free 0x5571735f2480 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2430 0.000113
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2550 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f2550 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2600 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000113
+gallium_dri.so free 0x5571735f2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2600 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2730 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2730 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2730 0.000115
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2730 void 0.000181
+gallium_dri.so malloc 72 0x5571735f2830 0.000120
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000113
+gallium_dri.so free 0x5571735f2980 void 0.000113
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000113
+gallium_dri.so free 0x5571735f2ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000114
+gallium_dri.so free 0x5571735f2ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000113
+gallium_dri.so free 0x5571735f2cc0 void 0.000113
+gallium_dri.so free 0x5571735f2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c70 0.000112
+gallium_dri.so free 0x5571735f2d00 void 0.000114
+gallium_dri.so free 0x5571735f2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000113
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e00 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2e00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2e80 0.000114
+gallium_dri.so free 0x5571735f2f40 void 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e80 0.000112
+gallium_dri.so free 0x5571735f3000 void 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3020 0.000113
+gallium_dri.so free 0x5571735f30c0 void 0.000123
+gallium_dri.so free 0x5571735f3020 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3070 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000121
+gallium_dri.so free 0x5571735f3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3070 0.000119
+gallium_dri.so free 0x5571735f31c0 void 0.000121
+gallium_dri.so free 0x5571735f3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000122
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3340 void 0.000122
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3400 void 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33b0 0.000119
+gallium_dri.so free 0x5571735f34c0 void 0.000119
+gallium_dri.so free 0x5571735f33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000116
+gallium_dri.so free 0x5571735f3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3590 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so free 0x5571735f3590 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3620 0.000122
+gallium_dri.so free 0x5571735899c0 void 0.000121
+gallium_dri.so free 0x5571735f3620 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3620 0.000120
+gallium_dri.so free 0x557173589a80 void 0.000120
+gallium_dri.so free 0x5571735f3620 void 0.000119
+gallium_dri.so malloc 72 0x557173589ac0 0.000120
+gallium_dri.so free 0x557173589b40 void 0.000128
+gallium_dri.so free 0x557173589ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173589b40 0.000114
+gallium_dri.so free 0x557173589c00 void 0.000114
+gallium_dri.so free 0x557173589b40 void 0.000113
+gallium_dri.so malloc 72 0x557173589b40 0.000113
+gallium_dri.so free 0x5571735f36c0 void 0.000113
+gallium_dri.so free 0x557173589b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x557173589c80 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000112
+gallium_dri.so free 0x557173589d40 void 0.000179
+gallium_dri.so free 0x5571735f3670 void 0.000116
+gallium_dri.so malloc 72 0x557173589d80 0.000115
+gallium_dri.so free 0x557173589e00 void 0.000113
+gallium_dri.so free 0x557173589d80 void 0.000113
+gallium_dri.so malloc 72 0x557173589e00 0.000112
+gallium_dri.so free 0x557173589ec0 void 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000113
+gallium_dri.so malloc 72 0x557173589e00 0.000115
+gallium_dri.so free 0x557173589f40 void 0.000115
+gallium_dri.so free 0x557173589e00 void 0.000113
+gallium_dri.so malloc 72 0x557173589f70 0.000124
+gallium_dri.so free 0x557173589fc0 void 0.000117
+gallium_dri.so free 0x557173589f70 void 0.000113
+gallium_dri.so malloc 72 0x557173589f70 0.000114
+gallium_dri.so free 0x55717358a0c0 void 0.000120
+gallium_dri.so free 0x557173589f70 void 0.000120
+gallium_dri.so malloc 72 0x55717358a100 0.000120
+gallium_dri.so free 0x55717358a180 void 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000120
+gallium_dri.so malloc 72 0x55717358a180 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so free 0x55717358a180 void 0.000118
+gallium_dri.so malloc 72 0x55717358a180 0.000121
+gallium_dri.so free 0x55717358a2c0 void 0.000120
+gallium_dri.so free 0x55717358a180 void 0.000119
+gallium_dri.so malloc 72 0x55717358a2f0 0.000120
+gallium_dri.so free 0x55717358a340 void 0.000123
+gallium_dri.so free 0x55717358a2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2f0 0.000117
+gallium_dri.so free 0x55717358a440 void 0.000121
+gallium_dri.so free 0x55717358a2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a3f0 0.000119
+gallium_dri.so free 0x55717358a500 void 0.000117
+gallium_dri.so free 0x55717358a3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a4b0 0.000117
+gallium_dri.so free 0x55717358a580 void 0.000120
+gallium_dri.so free 0x55717358a4b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a4b0 0.000117
+gallium_dri.so free 0x55717358a640 void 0.000120
+gallium_dri.so free 0x55717358a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a4b0 0.000117
+gallium_dri.so free 0x55717358a700 void 0.000119
+gallium_dri.so free 0x55717358a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a6b0 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x55717358a6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a7d0 0.000116
+gallium_dri.so free 0x55717358a840 void 0.000120
+gallium_dri.so free 0x55717358a7d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a860 0.000120
+gallium_dri.so free 0x55717358a900 void 0.000122
+gallium_dri.so free 0x55717358a860 void 0.000122
+gallium_dri.so malloc 72 0x55717358a8b0 0.000129
+gallium_dri.so free 0x55717358a980 void 0.000120
+gallium_dri.so free 0x55717358a8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a980 0.000114
+gallium_dri.so free 0x55717358aa40 void 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000113
+gallium_dri.so malloc 72 0x55717358a980 0.000114
+gallium_dri.so free 0x55717358aac0 void 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000112
+gallium_dri.so malloc 72 0x55717358aac0 0.000119
+gallium_dri.so free 0x55717358ab80 void 0.000118
+gallium_dri.so free 0x55717358aac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358aac0 0.000119
+gallium_dri.so free 0x55717358ac40 void 0.000119
+gallium_dri.so free 0x55717358aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aac0 0.000119
+gallium_dri.so free 0x55717358ad00 void 0.000121
+gallium_dri.so free 0x55717358aac0 void 0.000119
+gallium_dri.so malloc 72 0x55717358acb0 0.000120
+gallium_dri.so free 0x55717358ad80 void 0.000121
+gallium_dri.so free 0x55717358acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358add0 0.000117
+gallium_dri.so free 0x55717358ae40 void 0.000118
+gallium_dri.so free 0x55717358add0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ae80 0.000119
+gallium_dri.so free 0x55717358af00 void 0.000127
+gallium_dri.so free 0x55717358ae80 void 0.000163
+gallium_dri.so malloc 72 0x55717358ae80 0.000121
+gallium_dri.so free 0x55717358af80 void 0.000117
+gallium_dri.so free 0x55717358ae80 void 0.000116
+gallium_dri.so malloc 72 0x55717358afb0 0.000120
+gallium_dri.so free 0x55717358b000 void 0.000120
+gallium_dri.so free 0x55717358afb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358afb0 0.000119
+gallium_dri.so free 0x55717358b100 void 0.000119
+gallium_dri.so free 0x55717358afb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b0b0 0.000119
+gallium_dri.so free 0x55717358b1c0 void 0.000117
+gallium_dri.so free 0x55717358b0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b170 0.000119
+gallium_dri.so free 0x55717358b200 void 0.000120
+gallium_dri.so free 0x55717358b170 void 0.000116
+gallium_dri.so malloc 72 0x55717358b170 0.000120
+gallium_dri.so free 0x55717358b2c0 void 0.000119
+gallium_dri.so free 0x55717358b170 void 0.000120
+gallium_dri.so malloc 72 0x55717358b330 0.000119
+gallium_dri.so free 0x55717358b380 void 0.000119
+gallium_dri.so free 0x55717358b330 void 0.000119
+gallium_dri.so malloc 72 0x55717358b330 0.000119
+gallium_dri.so free 0x55717358b480 void 0.000119
+gallium_dri.so free 0x55717358b330 void 0.000118
+gallium_dri.so malloc 72 0x55717358b430 0.000118
+gallium_dri.so free 0x55717358b540 void 0.000130
+gallium_dri.so free 0x55717358b430 void 0.000117
+gallium_dri.so malloc 72 0x55717358b4f0 0.000119
+gallium_dri.so free 0x55717358b580 void 0.000119
+gallium_dri.so free 0x55717358b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b4f0 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x55717358b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b680 0.000119
+gallium_dri.so free 0x55717358b700 void 0.000119
+gallium_dri.so free 0x55717358b680 void 0.000119
+gallium_dri.so malloc 72 0x55717358b700 0.000118
+gallium_dri.so free 0x55717358b7c0 void 0.000119
+gallium_dri.so free 0x55717358b700 void 0.000119
+gallium_dri.so malloc 72 0x55717358b700 0.000125
+gallium_dri.so free 0x55717358b880 void 0.000128
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8a0 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000113
+gallium_dri.so free 0x55717358b8a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8f0 0.000112
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8f0 0.000112
+gallium_dri.so free 0x55717358ba40 void 0.000114
+gallium_dri.so free 0x55717358b8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ba40 0.000117
+gallium_dri.so free 0x55717358bb00 void 0.000127
+gallium_dri.so free 0x55717358ba40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba40 0.000112
+gallium_dri.so free 0x55717358bbc0 void 0.000113
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba40 0.000112
+gallium_dri.so free 0x55717358bc80 void 0.000114
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so malloc 72 0x55717358bc30 0.000114
+gallium_dri.so free 0x55717358bd40 void 0.000114
+gallium_dri.so free 0x55717358bc30 void 0.000111
+gallium_dri.so malloc 72 0x55717358bcf0 0.000112
+gallium_dri.so free 0x55717358bdc0 void 0.000127
+gallium_dri.so free 0x55717358bcf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358be10 0.000113
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so free 0x55717358be10 void 0.000113
+gallium_dri.so malloc 72 0x55717358bea0 0.000112
+gallium_dri.so free 0x55717358bf40 void 0.000114
+gallium_dri.so free 0x55717358bea0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bef0 0.000112
+gallium_dri.so free 0x55717358bfc0 void 0.000113
+gallium_dri.so free 0x55717358bef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bef0 0.000113
+gallium_dri.so free 0x55717358c040 void 0.000112
+gallium_dri.so free 0x55717358bef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c040 0.000114
+gallium_dri.so free 0x55717358c100 void 0.000161
+gallium_dri.so free 0x55717358c040 void 0.000115
+gallium_dri.so malloc 72 0x55717358c040 0.000112
+gallium_dri.so free 0x55717358c200 void 0.000114
+gallium_dri.so free 0x55717358c040 void 0.000113
+gallium_dri.so malloc 72 0x55717358c1b0 0.000113
+gallium_dri.so free 0x55717358c240 void 0.000113
+gallium_dri.so free 0x55717358c1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c1b0 0.000112
+gallium_dri.so free 0x55717358c300 void 0.000113
+gallium_dri.so free 0x55717358c1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c340 0.000120
+gallium_dri.so free 0x55717358c3c0 void 0.000117
+gallium_dri.so free 0x55717358c340 void 0.000119
+gallium_dri.so malloc 72 0x55717358c3c0 0.000118
+gallium_dri.so free 0x55717358c480 void 0.000120
+gallium_dri.so free 0x55717358c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c3c0 0.000121
+gallium_dri.so free 0x55717358c500 void 0.000120
+gallium_dri.so free 0x55717358c3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c530 0.000118
+gallium_dri.so free 0x55717358c580 void 0.000119
+gallium_dri.so free 0x55717358c530 void 0.000116
+gallium_dri.so malloc 72 0x55717358c530 0.000119
+gallium_dri.so free 0x55717358c680 void 0.000121
+gallium_dri.so free 0x55717358c530 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6c0 0.000122
+gallium_dri.so free 0x55717358c740 void 0.000129
+gallium_dri.so free 0x55717358c6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c740 0.000122
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c740 void 0.000117
+gallium_dri.so malloc 72 0x55717358c740 0.000113
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c740 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8b0 0.000112
+gallium_dri.so free 0x55717358c900 void 0.000113
+gallium_dri.so free 0x55717358c8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8b0 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000113
+gallium_dri.so free 0x55717358c8b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358c9b0 0.000112
+gallium_dri.so free 0x55717358cac0 void 0.000112
+gallium_dri.so free 0x55717358c9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca70 0.000114
+gallium_dri.so free 0x55717358cb40 void 0.000113
+gallium_dri.so free 0x55717358ca70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca70 0.000112
+gallium_dri.so free 0x55717358cc00 void 0.000113
+gallium_dri.so free 0x55717358ca70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca70 0.000112
+gallium_dri.so free 0x55717358ccc0 void 0.000113
+gallium_dri.so free 0x55717358ca70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cc70 0.000115
+gallium_dri.so free 0x55717358cd40 void 0.000131
+gallium_dri.so free 0x55717358cc70 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd90 0.000113
+gallium_dri.so free 0x55717358ce00 void 0.000113
+gallium_dri.so free 0x55717358cd90 void 0.000112
+gallium_dri.so malloc 72 0x55717358ce20 0.000112
+gallium_dri.so free 0x55717358cec0 void 0.000115
+gallium_dri.so free 0x55717358ce20 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce70 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358ce70 void 0.000113
+gallium_dri.so malloc 72 0x55717358cf40 0.000114
+gallium_dri.so free 0x55717358d000 void 0.000113
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf40 0.000113
+gallium_dri.so free 0x55717358d080 void 0.000113
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so malloc 72 0x55717358d080 0.000113
+gallium_dri.so free 0x55717358d140 void 0.000114
+gallium_dri.so free 0x55717358d080 void 0.000115
+gallium_dri.so malloc 72 0x55717358d080 0.000116
+gallium_dri.so free 0x55717358d200 void 0.000115
+gallium_dri.so free 0x55717358d080 void 0.000114
+gallium_dri.so malloc 72 0x55717358d080 0.000114
+gallium_dri.so free 0x55717358d2c0 void 0.000114
+gallium_dri.so free 0x55717358d080 void 0.000113
+gallium_dri.so malloc 72 0x55717358d270 0.000114
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d270 void 0.000160
+gallium_dri.so malloc 72 0x55717358d390 0.000114
+gallium_dri.so free 0x55717358d400 void 0.000113
+gallium_dri.so free 0x55717358d390 void 0.000113
+gallium_dri.so malloc 72 0x55717358d440 0.000112
+gallium_dri.so free 0x55717358d4c0 void 0.000113
+gallium_dri.so free 0x55717358d440 void 0.000116
+gallium_dri.so malloc 72 0x55717358d440 0.000112
+gallium_dri.so free 0x55717358d540 void 0.000114
+gallium_dri.so free 0x55717358d440 void 0.000112
+gallium_dri.so malloc 72 0x55717358d570 0.000115
+gallium_dri.so free 0x55717358d5c0 void 0.000117
+gallium_dri.so free 0x55717358d570 void 0.000113
+gallium_dri.so malloc 72 0x55717358d570 0.000114
+gallium_dri.so free 0x55717358d6c0 void 0.000117
+gallium_dri.so free 0x55717358d570 void 0.000114
+gallium_dri.so malloc 72 0x55717358d670 0.000118
+gallium_dri.so free 0x55717358d780 void 0.000114
+gallium_dri.so free 0x55717358d670 void 0.000113
+gallium_dri.so malloc 72 0x55717358d730 0.000114
+gallium_dri.so free 0x55717358d7c0 void 0.000114
+gallium_dri.so free 0x55717358d730 void 0.000118
+gallium_dri.so malloc 72 0x55717358d730 0.000114
+gallium_dri.so free 0x55717358d880 void 0.000114
+gallium_dri.so free 0x55717358d730 void 0.000112
+gallium_dri.so malloc 72 0x55717358d8f0 0.000112
+gallium_dri.so free 0x55717358d940 void 0.000113
+gallium_dri.so free 0x55717358d8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d8f0 0.000116
+gallium_dri.so free 0x55717358da40 void 0.000114
+gallium_dri.so free 0x55717358d8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d9f0 0.000112
+gallium_dri.so free 0x55717358db00 void 0.000116
+gallium_dri.so free 0x55717358d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dab0 0.000113
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so free 0x55717358dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dab0 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000120
+gallium_dri.so free 0x55717358dab0 void 0.000153
+gallium_dri.so malloc 72 0x55717358dc40 0.000133
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcc0 0.000113
+gallium_dri.so free 0x55717358dd80 void 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcc0 0.000114
+gallium_dri.so free 0x55717358de40 void 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358de60 0.000116
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so free 0x55717358de60 void 0.000112
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358deb0 void 0.000127
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so free 0x55717358deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e000 0.000112
+gallium_dri.so free 0x55717358e0c0 void 0.000111
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so malloc 72 0x55717358e000 0.000117
+gallium_dri.so free 0x55717358e180 void 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000203
+gallium_dri.so malloc 72 0x55717358e000 0.000201
+gallium_dri.so free 0x55717358e240 void 0.000173
+gallium_dri.so free 0x55717358e000 void 0.000124
+gallium_dri.so malloc 72 0x55717358e1f0 0.000124
+gallium_dri.so free 0x55717358e300 void 0.000120
+gallium_dri.so free 0x55717358e1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2b0 0.000118
+gallium_dri.so free 0x55717358e380 void 0.000119
+gallium_dri.so free 0x55717358e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3d0 0.000118
+gallium_dri.so free 0x55717358e440 void 0.000118
+gallium_dri.so free 0x55717358e3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e460 0.000120
+gallium_dri.so free 0x55717358e500 void 0.000119
+gallium_dri.so free 0x55717358e460 void 0.000117
+gallium_dri.so malloc 72 0x55717358e4b0 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000110
+gallium_dri.so free 0x55717358e4b0 void 0.000161
+gallium_dri.so malloc 72 0x55717358e4b0 0.000112
+gallium_dri.so free 0x55717358e600 void 0.000110
+gallium_dri.so free 0x55717358e4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e600 0.000111
+gallium_dri.so free 0x55717358e6c0 void 0.000110
+gallium_dri.so free 0x55717358e600 void 0.000113
+gallium_dri.so malloc 72 0x55717358e600 0.000112
+gallium_dri.so free 0x55717358e7c0 void 0.000115
+gallium_dri.so free 0x55717358e600 void 0.000110
+gallium_dri.so malloc 72 0x55717358e770 0.000110
+gallium_dri.so free 0x55717358e800 void 0.000109
+gallium_dri.so free 0x55717358e770 void 0.000110
+gallium_dri.so malloc 72 0x55717358e770 0.000111
+gallium_dri.so free 0x55717358e8c0 void 0.000110
+gallium_dri.so free 0x55717358e770 void 0.000110
+gallium_dri.so malloc 72 0x55717358e900 0.000111
+gallium_dri.so free 0x55717358e980 void 0.000109
+gallium_dri.so free 0x55717358e900 void 0.000115
+gallium_dri.so malloc 72 0x55717358e980 0.000128
+gallium_dri.so free 0x55717358ea40 void 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000111
+gallium_dri.so malloc 72 0x55717358e980 0.000110
+gallium_dri.so free 0x55717358eac0 void 0.000113
+gallium_dri.so free 0x55717358e980 void 0.000110
+gallium_dri.so malloc 72 0x55717358eaf0 0.000184
+gallium_dri.so free 0x55717358eb40 void 0.000120
+gallium_dri.so free 0x55717358eaf0 void 0.000105
+gallium_dri.so malloc 72 0x55717358eaf0 0.000189
+gallium_dri.so free 0x55717358ec40 void 0.000196
+gallium_dri.so free 0x55717358eaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec80 0.000114
+gallium_dri.so free 0x55717358ed00 void 0.000113
+gallium_dri.so free 0x55717358ec80 void 0.000112
+gallium_dri.so malloc 72 0x55717358ed00 0.000112
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so free 0x55717358ed00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed00 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000116
+gallium_dri.so malloc 72 0x55717358ee70 0.000113
+gallium_dri.so free 0x55717358eec0 void 0.000113
+gallium_dri.so free 0x55717358ee70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee70 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so free 0x55717358ee70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef70 0.000113
+gallium_dri.so free 0x55717358f080 void 0.000113
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f030 0.000113
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so free 0x55717358f030 void 0.000121
+gallium_dri.so malloc 72 0x55717358f030 0.000112
+gallium_dri.so free 0x55717358f1c0 void 0.000112
+gallium_dri.so free 0x55717358f030 void 0.000112
+gallium_dri.so malloc 72 0x55717358f030 0.000112
+gallium_dri.so free 0x55717358f280 void 0.000113
+gallium_dri.so free 0x55717358f030 void 0.000112
+gallium_dri.so malloc 72 0x55717358f230 0.000112
+gallium_dri.so free 0x55717358f300 void 0.000112
+gallium_dri.so free 0x55717358f230 void 0.000112
+gallium_dri.so malloc 72 0x55717358f350 0.000112
+gallium_dri.so free 0x55717358f3c0 void 0.000116
+gallium_dri.so free 0x55717358f350 void 0.000205
+gallium_dri.so malloc 72 0x55717358f3e0 0.000194
+gallium_dri.so free 0x55717358f480 void 0.000186
+gallium_dri.so free 0x55717358f3e0 void 0.000166
+gallium_dri.so malloc 72 0x55717358f430 0.000115
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f430 void 0.000119
+gallium_dri.so malloc 72 0x55717358f500 0.000124
+gallium_dri.so free 0x55717358f5c0 void 0.000118
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so malloc 72 0x55717358f500 0.000123
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so malloc 72 0x55717358f640 0.000166
+gallium_dri.so free 0x55717358f700 void 0.000114
+gallium_dri.so free 0x55717358f640 void 0.000112
+gallium_dri.so malloc 72 0x55717358f640 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f640 void 0.000113
+gallium_dri.so malloc 72 0x55717358f640 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so free 0x55717358f640 void 0.000116
+gallium_dri.so malloc 72 0x55717358f830 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f950 0.000114
+gallium_dri.so free 0x55717358f9c0 void 0.000113
+gallium_dri.so free 0x55717358f950 void 0.000130
+gallium_dri.so malloc 72 0x55717358fa00 0.000114
+gallium_dri.so free 0x55717358fa80 void 0.000113
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa00 0.000113
+gallium_dri.so free 0x55717358fb00 void 0.000113
+gallium_dri.so free 0x55717358fa00 void 0.000114
+gallium_dri.so malloc 72 0x55717358fb30 0.000114
+gallium_dri.so free 0x55717358fb80 void 0.000114
+gallium_dri.so free 0x55717358fb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fb30 0.000114
+gallium_dri.so free 0x55717358fc80 void 0.000112
+gallium_dri.so free 0x55717358fb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc30 0.000126
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so free 0x55717358fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358fcf0 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000112
+gallium_dri.so free 0x55717358fcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358fcf0 0.000112
+gallium_dri.so free 0x55717358fe40 void 0.000112
+gallium_dri.so free 0x55717358fcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358feb0 0.000113
+gallium_dri.so free 0x55717358ff00 void 0.000114
+gallium_dri.so free 0x55717358feb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358feb0 0.000112
+gallium_dri.so free 0x557173590000 void 0.000113
+gallium_dri.so free 0x55717358feb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ffb0 0.000113
+gallium_dri.so free 0x5571735900c0 void 0.000113
+gallium_dri.so free 0x55717358ffb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590070 0.000113
+gallium_dri.so free 0x557173590100 void 0.000113
+gallium_dri.so free 0x557173590070 void 0.000112
+gallium_dri.so malloc 72 0x557173590070 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x557173590070 void 0.000113
+gallium_dri.so malloc 72 0x557173590200 0.000114
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so free 0x557173590200 void 0.000113
+gallium_dri.so malloc 72 0x557173590280 0.000112
+gallium_dri.so free 0x557173590340 void 0.000122
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so malloc 72 0x557173590280 0.000112
+gallium_dri.so free 0x557173590400 void 0.000119
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so malloc 72 0x557173590420 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000112
+gallium_dri.so free 0x557173590420 void 0.000117
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000113
+gallium_dri.so malloc 72 0x5571735905c0 0.000112
+gallium_dri.so free 0x557173590680 void 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735905c0 0.000116
+gallium_dri.so free 0x557173590740 void 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735905c0 0.000113
+gallium_dri.so free 0x557173590800 void 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735907b0 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000113
+gallium_dri.so free 0x5571735907b0 void 0.000113
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x557173590940 void 0.000154
+gallium_dri.so free 0x557173590870 void 0.000129
+gallium_dri.so malloc 72 0x557173590990 0.000118
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x557173590990 void 0.000113
+gallium_dri.so malloc 72 0x557173590a20 0.000113
+gallium_dri.so free 0x557173590ac0 void 0.000113
+gallium_dri.so free 0x557173590a20 void 0.000113
+gallium_dri.so malloc 72 0x557173590a70 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000113
+gallium_dri.so free 0x557173590a70 void 0.000113
+gallium_dri.so malloc 72 0x557173590a70 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000114
+gallium_dri.so free 0x557173590a70 void 0.000113
+gallium_dri.so malloc 72 0x557173590bc0 0.000115
+gallium_dri.so free 0x557173590c80 void 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173590bc0 0.000113
+gallium_dri.so free 0x557173590d80 void 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173590d30 0.000113
+gallium_dri.so free 0x557173590dc0 void 0.000114
+gallium_dri.so free 0x557173590d30 void 0.000112
+gallium_dri.so malloc 72 0x557173590d30 0.000112
+gallium_dri.so free 0x557173590e80 void 0.000113
+gallium_dri.so free 0x557173590d30 void 0.000113
+gallium_dri.so malloc 72 0x557173590ec0 0.000113
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173590f40 0.000113
+gallium_dri.so free 0x557173591000 void 0.000112
+gallium_dri.so free 0x557173590f40 void 0.000112
+gallium_dri.so malloc 72 0x557173590f40 0.000112
+gallium_dri.so free 0x557173591080 void 0.000112
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735910b0 0.000112
+gallium_dri.so free 0x557173591100 void 0.000112
+gallium_dri.so free 0x5571735910b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735910b0 0.000111
+gallium_dri.so free 0x557173591200 void 0.000111
+gallium_dri.so free 0x5571735910b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591240 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000112
+gallium_dri.so free 0x557173591240 void 0.000112
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591380 void 0.000119
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591430 0.000113
+gallium_dri.so free 0x557173591480 void 0.000113
+gallium_dri.so free 0x557173591430 void 0.000113
+gallium_dri.so malloc 72 0x557173591430 0.000112
+gallium_dri.so free 0x557173591580 void 0.000113
+gallium_dri.so free 0x557173591430 void 0.000111
+gallium_dri.so malloc 72 0x557173591530 0.000119
+gallium_dri.so free 0x557173591640 void 0.000114
+gallium_dri.so free 0x557173591530 void 0.000115
+gallium_dri.so malloc 72 0x5571735915f0 0.000114
+gallium_dri.so free 0x5571735916c0 void 0.000113
+gallium_dri.so free 0x5571735915f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735915f0 0.000113
+gallium_dri.so free 0x557173591780 void 0.000115
+gallium_dri.so free 0x5571735915f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915f0 0.000112
+gallium_dri.so free 0x557173591840 void 0.000113
+gallium_dri.so free 0x5571735915f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735917f0 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000112
+gallium_dri.so free 0x5571735917f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591910 0.000128
+gallium_dri.so free 0x557173591980 void 0.000114
+gallium_dri.so free 0x557173591910 void 0.000113
+gallium_dri.so malloc 72 0x5571735919a0 0.000114
+gallium_dri.so free 0x557173591a40 void 0.000114
+gallium_dri.so free 0x5571735919a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735919f0 0.000114
+gallium_dri.so free 0x557173591ac0 void 0.000116
+gallium_dri.so free 0x5571735919f0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ac0 0.000113
+gallium_dri.so free 0x557173591b80 void 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ac0 0.000164
+gallium_dri.so free 0x557173591c00 void 0.000116
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173591c00 0.000113
+gallium_dri.so free 0x557173591cc0 void 0.000113
+gallium_dri.so free 0x557173591c00 void 0.000113
+gallium_dri.so malloc 72 0x557173591c00 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000115
+gallium_dri.so malloc 72 0x557173591c00 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000114
+gallium_dri.so malloc 72 0x557173591df0 0.000113
+gallium_dri.so free 0x557173591ec0 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000112
+gallium_dri.so malloc 72 0x557173591f10 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x557173591f10 void 0.000112
+gallium_dri.so malloc 72 0x557173591f10 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x557173591f10 void 0.000113
+gallium_dri.so malloc 72 0x557173591f10 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x557173591f10 void 0.000114
+gallium_dri.so malloc 72 0x557173591f10 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x557173591f10 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa70 0.000121
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so free 0x5571735daa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab90 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000117
+gallium_dri.so free 0x5571735dab90 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac20 0.000112
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dac20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac70 0.000117
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dadf0 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dadf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf10 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735daf10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafa0 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so free 0x5571735dafa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daff0 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000116
+gallium_dri.so free 0x5571735daff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daff0 0.000113
+gallium_dri.so free 0x5571735db140 void 0.000127
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db140 0.000133
+gallium_dri.so free 0x5571735db200 void 0.000126
+gallium_dri.so free 0x5571735db140 void 0.000123
+gallium_dri.so malloc 72 0x5571735db140 0.000119
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000113
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so malloc 72 0x5571735db3b0 0.000113
+gallium_dri.so free 0x5571735db400 void 0.000113
+gallium_dri.so free 0x5571735db3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db3b0 0.000113
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4b0 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so free 0x5571735db4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000113
+gallium_dri.so malloc 72 0x5571735db710 0.000123
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db710 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7c0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000116
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9b0 0.000112
+gallium_dri.so free 0x5571735dba00 void 0.000114
+gallium_dri.so free 0x5571735db9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9b0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbab0 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc60 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcb0 0.000116
+gallium_dri.so free 0x5571735dbd80 void 0.000162
+gallium_dri.so free 0x5571735dbcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcb0 0.000112
+gallium_dri.so free 0x5571735dbe00 void 0.000113
+gallium_dri.so free 0x5571735dbcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe00 0.000111
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so free 0x5571735dbe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe00 0.000111
+gallium_dri.so free 0x5571735dbf80 void 0.000112
+gallium_dri.so free 0x5571735dbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe00 0.000112
+gallium_dri.so free 0x5571735dc040 void 0.000113
+gallium_dri.so free 0x5571735dbe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbff0 0.000116
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbff0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dbff0 0.000129
+gallium_dri.so free 0x5571735dc140 void 0.000120
+gallium_dri.so free 0x5571735dbff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000119
+gallium_dri.so free 0x5571735dc0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000120
+gallium_dri.so free 0x5571735dc1b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000124
+gallium_dri.so free 0x5571735dc300 void 0.000124
+gallium_dri.so free 0x5571735dc1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc340 0.000118
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000123
+gallium_dri.so free 0x5571735dc480 void 0.000122
+gallium_dri.so free 0x5571735dc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc560 0.000124
+gallium_dri.so free 0x5571735dc600 void 0.000118
+gallium_dri.so free 0x5571735dc560 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5b0 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so free 0x5571735dc5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc5b0 0.000120
+gallium_dri.so free 0x5571735dc700 void 0.000115
+gallium_dri.so free 0x5571735dc5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc700 0.000122
+gallium_dri.so free 0x5571735dc7c0 void 0.000126
+gallium_dri.so free 0x5571735dc700 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc700 0.000122
+gallium_dri.so free 0x5571735dc880 void 0.000125
+gallium_dri.so free 0x5571735dc700 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc700 0.000118
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000117
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000123
+gallium_dri.so free 0x5571735dc9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcad0 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dcad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb60 0.000122
+gallium_dri.so free 0x5571735dcc00 void 0.000122
+gallium_dri.so free 0x5571735dcb60 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000114
+gallium_dri.so free 0x5571735dcbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000152
+gallium_dri.so free 0x5571735dcd00 void 0.000153
+gallium_dri.so free 0x5571735dcbb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735dcd00 0.000183
+gallium_dri.so free 0x5571735dcdc0 void 0.000127
+gallium_dri.so free 0x5571735dcd00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcd00 0.000125
+gallium_dri.so free 0x5571735dcec0 void 0.000124
+gallium_dri.so free 0x5571735dcd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dce70 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000115
+gallium_dri.so free 0x5571735dce70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dce70 0.000125
+gallium_dri.so free 0x5571735dcfc0 void 0.000124
+gallium_dri.so free 0x5571735dce70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd000 0.000124
+gallium_dri.so free 0x5571735dd080 void 0.000125
+gallium_dri.so free 0x5571735dd000 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd080 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000147
+gallium_dri.so free 0x5571735dd080 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd080 0.000136
+gallium_dri.so free 0x5571735dd1c0 void 0.000137
+gallium_dri.so free 0x5571735dd080 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000127
+gallium_dri.so free 0x5571735dd240 void 0.000127
+gallium_dri.so free 0x5571735dd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000135
+gallium_dri.so free 0x5571735dd340 void 0.000139
+gallium_dri.so free 0x5571735dd1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd380 0.000125
+gallium_dri.so free 0x5571735dd400 void 0.000134
+gallium_dri.so free 0x5571735dd380 void 0.000144
+gallium_dri.so malloc 72 0x5571735dd400 0.000142
+gallium_dri.so free 0x5571735dd4c0 void 0.000129
+gallium_dri.so free 0x5571735dd400 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd400 0.000137
+gallium_dri.so free 0x5571735dd540 void 0.000137
+gallium_dri.so free 0x5571735dd400 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd570 0.000131
+gallium_dri.so free 0x5571735dd5c0 void 0.000134
+gallium_dri.so free 0x5571735dd570 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd570 0.000136
+gallium_dri.so free 0x5571735dd6c0 void 0.000135
+gallium_dri.so free 0x5571735dd570 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd670 0.000130
+gallium_dri.so free 0x5571735dd780 void 0.000134
+gallium_dri.so free 0x5571735dd670 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd730 0.000137
+gallium_dri.so free 0x5571735dd800 void 0.000136
+gallium_dri.so free 0x5571735dd730 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd730 0.000131
+gallium_dri.so free 0x5571735dd8c0 void 0.000132
+gallium_dri.so free 0x5571735dd730 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd730 0.000138
+gallium_dri.so free 0x5571735dd980 void 0.000136
+gallium_dri.so free 0x5571735dd730 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd930 0.000132
+gallium_dri.so free 0x5571735dda00 void 0.000134
+gallium_dri.so free 0x5571735dd930 void 0.000174
+gallium_dri.so malloc 72 0x5571735dda50 0.000142
+gallium_dri.so free 0x5571735ddac0 void 0.000136
+gallium_dri.so free 0x5571735dda50 void 0.000134
+gallium_dri.so malloc 72 0x5571735ddae0 0.000140
+gallium_dri.so free 0x5571735ddb80 void 0.000141
+gallium_dri.so free 0x5571735ddae0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ddb30 0.000144
+gallium_dri.so free 0x5571735ddc00 void 0.000146
+gallium_dri.so free 0x5571735ddb30 void 0.000144
+gallium_dri.so malloc 72 0x5571735ddc00 0.000176
+gallium_dri.so free 0x5571735ddcc0 void 0.000139
+gallium_dri.so free 0x5571735ddc00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddc00 0.000145
+gallium_dri.so free 0x5571735ddd40 void 0.000145
+gallium_dri.so free 0x5571735ddc00 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddd40 0.000145
+gallium_dri.so free 0x5571735dde00 void 0.000143
+gallium_dri.so free 0x5571735ddd40 void 0.000150
+gallium_dri.so malloc 72 0x5571735ddd40 0.000148
+gallium_dri.so free 0x5571735ddec0 void 0.000146
+gallium_dri.so free 0x5571735ddd40 void 0.000142
+gallium_dri.so malloc 72 0x5571735ddd40 0.000135
+gallium_dri.so free 0x5571735ddf80 void 0.000141
+gallium_dri.so free 0x5571735ddd40 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddf30 0.000144
+gallium_dri.so free 0x5571735de000 void 0.000139
+gallium_dri.so free 0x5571735ddf30 void 0.000133
+gallium_dri.so malloc 72 0x5571735de050 0.000142
+gallium_dri.so free 0x5571735de0c0 void 0.000145
+gallium_dri.so free 0x5571735de050 void 0.000146
+gallium_dri.so malloc 72 0x5571735de100 0.000146
+gallium_dri.so free 0x5571735de180 void 0.000144
+gallium_dri.so free 0x5571735de100 void 0.000146
+gallium_dri.so malloc 72 0x5571735de100 0.000138
+gallium_dri.so free 0x5571735de200 void 0.000140
+gallium_dri.so free 0x5571735de100 void 0.000139
+gallium_dri.so malloc 72 0x5571735de230 0.000140
+gallium_dri.so free 0x5571735de280 void 0.000191
+gallium_dri.so free 0x5571735de230 void 0.000185
+gallium_dri.so malloc 72 0x5571735de230 0.000194
+gallium_dri.so free 0x5571735de380 void 0.000156
+gallium_dri.so free 0x5571735de230 void 0.000149
+gallium_dri.so malloc 72 0x5571735de330 0.000144
+gallium_dri.so free 0x5571735de440 void 0.000150
+gallium_dri.so free 0x5571735de330 void 0.000151
+gallium_dri.so malloc 72 0x5571735de3f0 0.000146
+gallium_dri.so free 0x5571735de480 void 0.000151
+gallium_dri.so free 0x5571735de3f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735de3f0 0.000148
+gallium_dri.so free 0x5571735de540 void 0.000135
+gallium_dri.so free 0x5571735de3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de5b0 0.000126
+gallium_dri.so free 0x5571735de600 void 0.000121
+gallium_dri.so free 0x5571735de5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de5b0 0.000129
+gallium_dri.so free 0x5571735de700 void 0.000143
+gallium_dri.so free 0x5571735de5b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de6b0 0.000131
+gallium_dri.so free 0x5571735de7c0 void 0.000131
+gallium_dri.so free 0x5571735de6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de770 0.000240
+gallium_dri.so free 0x5571735de800 void 0.000280
+gallium_dri.so free 0x5571735de770 void 0.000288
+gallium_dri.so malloc 72 0x5571735de770 0.000275
+gallium_dri.so free 0x5571735de8c0 void 0.000299
+gallium_dri.so free 0x5571735de770 void 0.000247
+gallium_dri.so malloc 72 0x5571735de900 0.000160
+gallium_dri.so free 0x5571735de980 void 0.000183
+gallium_dri.so free 0x5571735de900 void 0.000148
+gallium_dri.so malloc 72 0x5571735de980 0.000147
+gallium_dri.so free 0x5571735dea40 void 0.000147
+gallium_dri.so free 0x5571735de980 void 0.000156
+gallium_dri.so malloc 72 0x5571735de980 0.000147
+gallium_dri.so free 0x5571735deb00 void 0.000139
+gallium_dri.so free 0x5571735de980 void 0.000136
+gallium_dri.so malloc 72 0x5571735deb20 0.000143
+gallium_dri.so free 0x5571735debc0 void 0.000147
+gallium_dri.so free 0x5571735deb20 void 0.000142
+gallium_dri.so malloc 72 0x5571735deb70 0.000136
+gallium_dri.so free 0x5571735dec40 void 0.000143
+gallium_dri.so free 0x5571735deb70 void 0.000146
+gallium_dri.so malloc 72 0x5571735deb70 0.000148
+gallium_dri.so free 0x5571735decc0 void 0.000145
+gallium_dri.so free 0x5571735deb70 void 0.000147
+gallium_dri.so malloc 72 0x5571735decc0 0.000139
+gallium_dri.so free 0x5571735ded80 void 0.000141
+gallium_dri.so free 0x5571735decc0 void 0.000148
+gallium_dri.so malloc 72 0x5571735decc0 0.000140
+gallium_dri.so free 0x5571735dee40 void 0.000143
+gallium_dri.so free 0x5571735decc0 void 0.000151
+gallium_dri.so malloc 72 0x5571735decc0 0.000146
+gallium_dri.so free 0x5571735def00 void 0.000146
+gallium_dri.so free 0x5571735decc0 void 0.000162
+gallium_dri.so malloc 72 0x5571735deeb0 0.000176
+gallium_dri.so free 0x5571735defc0 void 0.000170
+gallium_dri.so free 0x5571735deeb0 void 0.000176
+gallium_dri.so malloc 72 0x5571735def70 0.000167
+gallium_dri.so free 0x5571735df040 void 0.000172
+gallium_dri.so free 0x5571735def70 void 0.000168
+gallium_dri.so malloc 72 0x5571735df090 0.000171
+gallium_dri.so free 0x5571735df100 void 0.000162
+gallium_dri.so free 0x5571735df090 void 0.000171
+gallium_dri.so malloc 72 0x5571735df120 0.000175
+gallium_dri.so free 0x5571735df1c0 void 0.000171
+gallium_dri.so free 0x5571735df120 void 0.000173
+gallium_dri.so malloc 72 0x5571735df170 0.000174
+gallium_dri.so free 0x5571735df240 void 0.000163
+gallium_dri.so free 0x5571735df170 void 0.000172
+gallium_dri.so malloc 72 0x5571735df170 0.000174
+gallium_dri.so free 0x5571735df2c0 void 0.000162
+gallium_dri.so free 0x5571735df170 void 0.000163
+gallium_dri.so malloc 72 0x5571735df2c0 0.000180
+gallium_dri.so free 0x5571735df380 void 0.000174
+gallium_dri.so free 0x5571735df2c0 void 0.000175
+gallium_dri.so malloc 72 0x5571735df2c0 0.000175
+gallium_dri.so free 0x5571735df480 void 0.000172
+gallium_dri.so free 0x5571735df2c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735df430 0.000174
+gallium_dri.so free 0x5571735df4c0 void 0.000166
+gallium_dri.so free 0x5571735df430 void 0.000171
+gallium_dri.so malloc 72 0x5571735df430 0.000166
+gallium_dri.so free 0x5571735df580 void 0.000172
+gallium_dri.so free 0x5571735df430 void 0.000176
+gallium_dri.so malloc 72 0x5571735df5c0 0.000175
+gallium_dri.so free 0x5571735df640 void 0.000162
+gallium_dri.so free 0x5571735df5c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735df640 0.000162
+gallium_dri.so free 0x5571735df700 void 0.000163
+gallium_dri.so free 0x5571735df640 void 0.000163
+gallium_dri.so malloc 72 0x5571735df640 0.000172
+gallium_dri.so free 0x5571735df780 void 0.000169
+gallium_dri.so free 0x5571735df640 void 0.000162
+gallium_dri.so malloc 72 0x5571735df7b0 0.000162
+gallium_dri.so free 0x5571735df800 void 0.000164
+gallium_dri.so free 0x5571735df7b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735df7b0 0.000260
+gallium_dri.so free 0x5571735df900 void 0.000123
+gallium_dri.so free 0x5571735df7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000114
+gallium_dri.so free 0x5571735dfb00 void 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb30 0.000113
+gallium_dri.so free 0x5571735dfb80 void 0.000114
+gallium_dri.so free 0x5571735dfb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb30 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so free 0x5571735dfb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfc30 0.000121
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so free 0x5571735dfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0010 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735e0010 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00a0 0.000115
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so free 0x5571735e00a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000116
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000131
+gallium_dri.so free 0x5571735e0300 void 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0300 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0300 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04f0 0.000115
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0610 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0610 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06c0 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06c0 0.000114
+gallium_dri.so free 0x5571735e07c0 void 0.000115
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e07f0 0.000114
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e07f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e07f0 0.000143
+gallium_dri.so free 0x5571735e0940 void 0.000129
+gallium_dri.so free 0x5571735e07f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e08f0 0.000127
+gallium_dri.so free 0x5571735e0a00 void 0.000127
+gallium_dri.so free 0x5571735e08f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e09b0 0.000132
+gallium_dri.so free 0x5571735e0a40 void 0.000124
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b70 0.000115
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0b70 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000115
+gallium_dri.so free 0x5571735e0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d30 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d30 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000137
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f40 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f40 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e10e0 0.000113
+gallium_dri.so free 0x5571735e1180 void 0.000115
+gallium_dri.so free 0x5571735e10e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1130 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1130 0.000112
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1280 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1280 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1280 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000116
+gallium_dri.so free 0x5571735e1280 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1470 0.000127
+gallium_dri.so free 0x5571735e1580 void 0.000115
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1650 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000116
+gallium_dri.so free 0x5571735e1650 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16e0 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e16e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000115
+gallium_dri.so free 0x5571735e1a40 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e19f0 0.000115
+gallium_dri.so free 0x5571735e1a80 void 0.000115
+gallium_dri.so free 0x5571735e19f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e19f0 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000117
+gallium_dri.so free 0x5571735e19f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b80 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c00 0.000114
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c00 0.000114
+gallium_dri.so free 0x5571735e1d40 void 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d70 0.000115
+gallium_dri.so free 0x5571735e1dc0 void 0.000115
+gallium_dri.so free 0x5571735e1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d70 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f00 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1f80 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f80 0.000112
+gallium_dri.so free 0x5571735e20c0 void 0.000116
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20f0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000164
+gallium_dri.so free 0x5571735e20f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e20f0 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so free 0x5571735e20f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e21f0 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2440 void 0.000114
+gallium_dri.so free 0x5571735e22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2500 void 0.000115
+gallium_dri.so free 0x5571735e22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25d0 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so free 0x5571735e25d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2660 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2660 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26b0 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000127
+gallium_dri.so free 0x5571735e26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28c0 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28c0 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28c0 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2bd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c80 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c80 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000115
+gallium_dri.so free 0x5571735e2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2db0 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2db0 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000115
+gallium_dri.so free 0x5571735e2db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f70 0.000113
+gallium_dri.so free 0x5571735e3000 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f70 0.000115
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3130 0.000115
+gallium_dri.so free 0x5571735e3180 void 0.000115
+gallium_dri.so free 0x5571735e3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3130 0.000114
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so free 0x5571735e3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3230 0.000115
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so free 0x5571735e3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e32f0 0.000114
+gallium_dri.so free 0x5571735e3380 void 0.000116
+gallium_dri.so free 0x5571735e32f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e32f0 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e32f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3480 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3500 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000125
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3500 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000115
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e36a0 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000115
+gallium_dri.so free 0x5571735e36a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e36f0 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e36f0 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000115
+gallium_dri.so free 0x5571735e36f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ed0 0.000115
+gallium_dri.so free 0x557173600f40 void 0.000115
+gallium_dri.so free 0x557173600ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173600f60 0.000114
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600f60 void 0.000127
+gallium_dri.so malloc 72 0x557173600fb0 0.000116
+gallium_dri.so free 0x557173601080 void 0.000115
+gallium_dri.so free 0x557173600fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601080 0.000115
+gallium_dri.so free 0x557173601140 void 0.000116
+gallium_dri.so free 0x557173601080 void 0.000115
+gallium_dri.so malloc 72 0x557173601080 0.000113
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so free 0x557173601080 void 0.000113
+gallium_dri.so malloc 72 0x5571736011c0 0.000113
+gallium_dri.so free 0x557173601280 void 0.000115
+gallium_dri.so free 0x5571736011c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736011c0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571736011c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736011c0 0.000114
+gallium_dri.so free 0x557173601400 void 0.000117
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736013b0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736014d0 0.000114
+gallium_dri.so free 0x557173601540 void 0.000116
+gallium_dri.so free 0x5571736014d0 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000115
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601580 void 0.000120
+gallium_dri.so malloc 72 0x557173601580 0.000115
+gallium_dri.so free 0x557173601680 void 0.000115
+gallium_dri.so free 0x557173601580 void 0.000114
+gallium_dri.so malloc 72 0x5571736016b0 0.000113
+gallium_dri.so free 0x557173601700 void 0.000115
+gallium_dri.so free 0x5571736016b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736016b0 0.000114
+gallium_dri.so free 0x557173601800 void 0.000114
+gallium_dri.so free 0x5571736016b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736017b0 0.000113
+gallium_dri.so free 0x5571736018c0 void 0.000116
+gallium_dri.so free 0x5571736017b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601870 0.000114
+gallium_dri.so free 0x557173601900 void 0.000116
+gallium_dri.so free 0x557173601870 void 0.000114
+gallium_dri.so malloc 72 0x557173601870 0.000143
+gallium_dri.so free 0x5571736019c0 void 0.000260
+gallium_dri.so free 0x557173601870 void 0.000212
+gallium_dri.so malloc 72 0x557173601a30 0.000181
+gallium_dri.so free 0x557173601a80 void 0.000115
+gallium_dri.so free 0x557173601a30 void 0.000113
+gallium_dri.so malloc 72 0x557173601a30 0.000112
+gallium_dri.so free 0x557173601b80 void 0.000113
+gallium_dri.so free 0x557173601a30 void 0.000115
+gallium_dri.so malloc 72 0x557173601b30 0.000113
+gallium_dri.so free 0x557173601c40 void 0.000116
+gallium_dri.so free 0x557173601b30 void 0.000114
+gallium_dri.so malloc 72 0x557173601bf0 0.000112
+gallium_dri.so free 0x557173601c80 void 0.000113
+gallium_dri.so free 0x557173601bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173601bf0 0.000115
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x557173601bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173601d80 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000113
+gallium_dri.so malloc 72 0x557173601e00 0.000112
+gallium_dri.so free 0x557173601ec0 void 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000112
+gallium_dri.so malloc 72 0x557173601e00 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000112
+gallium_dri.so malloc 72 0x557173601fa0 0.000112
+gallium_dri.so free 0x557173602040 void 0.000113
+gallium_dri.so free 0x557173601fa0 void 0.000118
+gallium_dri.so malloc 72 0x557173601ff0 0.000115
+gallium_dri.so free 0x5571736020c0 void 0.000113
+gallium_dri.so free 0x557173601ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173601ff0 0.000113
+gallium_dri.so free 0x557173602140 void 0.000113
+gallium_dri.so free 0x557173601ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173602140 0.000113
+gallium_dri.so free 0x557173602200 void 0.000124
+gallium_dri.so free 0x557173602140 void 0.000114
+gallium_dri.so malloc 72 0x557173602140 0.000113
+gallium_dri.so free 0x5571736022c0 void 0.000112
+gallium_dri.so free 0x557173602140 void 0.000112
+gallium_dri.so malloc 72 0x557173602140 0.000112
+gallium_dri.so free 0x557173602380 void 0.000113
+gallium_dri.so free 0x557173602140 void 0.000166
+gallium_dri.so malloc 72 0x557173602330 0.000113
+gallium_dri.so free 0x557173602440 void 0.000112
+gallium_dri.so free 0x557173602330 void 0.000113
+gallium_dri.so malloc 72 0x5571736023f0 0.000114
+gallium_dri.so free 0x557173589980 void 0.000114
+gallium_dri.so free 0x5571736024c0 void 0.000113
+gallium_dri.so free 0x5571736023f0 void 0.000111
+gallium_dri.so malloc 72 0x557173602510 0.000110
+gallium_dri.so free 0x557173602580 void 0.000112
+gallium_dri.so free 0x557173602510 void 0.000109
+gallium_dri.so malloc 72 0x5571736025a0 0.000109
+gallium_dri.so free 0x557173602640 void 0.000109
+gallium_dri.so free 0x5571736025a0 void 0.000109
+gallium_dri.so malloc 72 0x5571736025f0 0.000115
+gallium_dri.so free 0x5571736026c0 void 0.000116
+gallium_dri.so free 0x5571736025f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736025f0 0.000110
+gallium_dri.so free 0x557173602740 void 0.000111
+gallium_dri.so free 0x5571736025f0 void 0.000113
+gallium_dri.so malloc 72 0x557173602740 0.000166
+gallium_dri.so free 0x557173602800 void 0.000120
+gallium_dri.so free 0x557173602740 void 0.000112
+gallium_dri.so malloc 72 0x557173602740 0.000111
+gallium_dri.so free 0x557173602900 void 0.000109
+gallium_dri.so free 0x557173602740 void 0.000110
+gallium_dri.so malloc 72 0x5571736028b0 0.000110
+gallium_dri.so free 0x557173602940 void 0.000110
+gallium_dri.so free 0x5571736028b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736028b0 0.000111
+gallium_dri.so free 0x557173602a00 void 0.000109
+gallium_dri.so free 0x5571736028b0 void 0.000109
+gallium_dri.so malloc 72 0x557173602a40 0.000109
+gallium_dri.so free 0x557173602ac0 void 0.000111
+gallium_dri.so free 0x557173602a40 void 0.000109
+gallium_dri.so malloc 72 0x557173602ac0 0.000110
+gallium_dri.so free 0x557173602b80 void 0.000109
+gallium_dri.so free 0x557173602ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173602ac0 0.000109
+gallium_dri.so free 0x557173602c00 void 0.000110
+gallium_dri.so free 0x557173602ac0 void 0.000110
+gallium_dri.so malloc 72 0x557173602c30 0.000114
+gallium_dri.so free 0x557173602c80 void 0.000120
+gallium_dri.so free 0x557173602c30 void 0.000114
+gallium_dri.so malloc 72 0x557173602c30 0.000113
+gallium_dri.so free 0x557173602d80 void 0.000111
+gallium_dri.so free 0x557173602c30 void 0.000110
+gallium_dri.so malloc 72 0x557173602dc0 0.000115
+gallium_dri.so free 0x557173602e40 void 0.000123
+gallium_dri.so free 0x557173602dc0 void 0.000121
+gallium_dri.so malloc 72 0x557173602e40 0.000116
+gallium_dri.so free 0x557173602f00 void 0.000111
+gallium_dri.so free 0x557173602e40 void 0.000110
+gallium_dri.so malloc 72 0x557173602e40 0.000111
+gallium_dri.so free 0x557173602f80 void 0.000112
+gallium_dri.so free 0x557173602e40 void 0.000110
+gallium_dri.so malloc 72 0x557173602fb0 0.000114
+gallium_dri.so free 0x557173603000 void 0.000109
+gallium_dri.so free 0x557173602fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173602fb0 0.000111
+gallium_dri.so free 0x557173603100 void 0.000110
+gallium_dri.so free 0x557173602fb0 void 0.000111
+gallium_dri.so malloc 72 0x5571736030b0 0.000109
+gallium_dri.so free 0x5571736031c0 void 0.000112
+gallium_dri.so free 0x5571736030b0 void 0.000111
+gallium_dri.so malloc 72 0x557173603170 0.000109
+gallium_dri.so free 0x557173603240 void 0.000110
+gallium_dri.so free 0x557173603170 void 0.000109
+gallium_dri.so malloc 72 0x557173603170 0.000110
+gallium_dri.so free 0x557173603300 void 0.000110
+gallium_dri.so free 0x557173603170 void 0.000109
+gallium_dri.so malloc 72 0x557173603170 0.000110
+gallium_dri.so free 0x5571736033c0 void 0.000110
+gallium_dri.so free 0x557173603170 void 0.000110
+gallium_dri.so malloc 72 0x557173603370 0.000110
+gallium_dri.so free 0x557173603440 void 0.000129
+gallium_dri.so free 0x557173603370 void 0.000116
+gallium_dri.so malloc 72 0x557173603490 0.000114
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173603490 void 0.000115
+gallium_dri.so malloc 72 0x557173603520 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so free 0x557173603520 void 0.000113
+gallium_dri.so malloc 72 0x557173603570 0.000113
+gallium_dri.so free 0x557173603640 void 0.000114
+gallium_dri.so free 0x557173603570 void 0.000112
+gallium_dri.so malloc 72 0x557173603640 0.000113
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so free 0x557173603640 void 0.000112
+gallium_dri.so malloc 72 0x557173603640 0.000113
+gallium_dri.so free 0x557173603780 void 0.000113
+gallium_dri.so free 0x557173603640 void 0.000112
+gallium_dri.so malloc 72 0x557173603780 0.000113
+gallium_dri.so free 0x557173603840 void 0.000114
+gallium_dri.so free 0x557173603780 void 0.000111
+gallium_dri.so malloc 72 0x557173603780 0.000113
+gallium_dri.so free 0x557173603900 void 0.000115
+gallium_dri.so free 0x557173603780 void 0.000112
+gallium_dri.so malloc 72 0x557173603780 0.000112
+gallium_dri.so free 0x5571736039c0 void 0.000117
+gallium_dri.so free 0x557173603780 void 0.000114
+gallium_dri.so malloc 72 0x557173603970 0.000114
+gallium_dri.so free 0x557173603a40 void 0.000113
+gallium_dri.so free 0x557173603970 void 0.000180
+gallium_dri.so malloc 72 0x557173603a90 0.000114
+gallium_dri.so free 0x557173603b00 void 0.000113
+gallium_dri.so free 0x557173603a90 void 0.000113
+gallium_dri.so malloc 72 0x557173603b40 0.000117
+gallium_dri.so free 0x557173603bc0 void 0.000113
+gallium_dri.so free 0x557173603b40 void 0.000113
+gallium_dri.so malloc 72 0x557173603b40 0.000113
+gallium_dri.so free 0x557173603c40 void 0.000114
+gallium_dri.so free 0x557173603b40 void 0.000113
+gallium_dri.so malloc 72 0x557173603c70 0.000112
+gallium_dri.so free 0x557173603cc0 void 0.000114
+gallium_dri.so free 0x557173603c70 void 0.000112
+gallium_dri.so malloc 72 0x557173603c70 0.000112
+gallium_dri.so free 0x557173603dc0 void 0.000113
+gallium_dri.so free 0x557173603c70 void 0.000113
+gallium_dri.so malloc 72 0x557173603d70 0.000113
+gallium_dri.so free 0x557173603e80 void 0.000112
+gallium_dri.so free 0x557173603d70 void 0.000113
+gallium_dri.so malloc 72 0x557173603e30 0.000112
+gallium_dri.so free 0x557173603ec0 void 0.000113
+gallium_dri.so free 0x557173603e30 void 0.000112
+gallium_dri.so malloc 72 0x557173603e30 0.000114
+gallium_dri.so free 0x557173603f80 void 0.000113
+gallium_dri.so free 0x557173603e30 void 0.000112
+gallium_dri.so malloc 72 0x557173603ff0 0.000114
+gallium_dri.so free 0x557173604040 void 0.000118
+gallium_dri.so free 0x557173603ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173603ff0 0.000112
+gallium_dri.so free 0x557173604140 void 0.000111
+gallium_dri.so free 0x557173603ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571736040f0 0.000112
+gallium_dri.so free 0x557173604200 void 0.000111
+gallium_dri.so free 0x5571736040f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736041b0 0.000149
+gallium_dri.so free 0x557173604240 void 0.000116
+gallium_dri.so free 0x5571736041b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736041b0 0.000112
+gallium_dri.so free 0x557173604300 void 0.000111
+gallium_dri.so free 0x5571736041b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000113
+gallium_dri.so free 0x5571736043c0 void 0.000111
+gallium_dri.so free 0x557173604340 void 0.000112
+gallium_dri.so malloc 72 0x5571736043c0 0.000112
+gallium_dri.so free 0x557173604480 void 0.000111
+gallium_dri.so free 0x5571736043c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736043c0 0.000112
+gallium_dri.so free 0x557173604540 void 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000113
+gallium_dri.so malloc 72 0x557173604560 0.000115
+gallium_dri.so free 0x557173604600 void 0.000112
+gallium_dri.so free 0x557173604560 void 0.000112
+gallium_dri.so malloc 72 0x5571736045b0 0.000111
+gallium_dri.so free 0x557173604680 void 0.000111
+gallium_dri.so free 0x5571736045b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736045b0 0.000121
+gallium_dri.so free 0x557173604700 void 0.000114
+gallium_dri.so free 0x5571736045b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604700 0.000113
+gallium_dri.so free 0x5571736047c0 void 0.000113
+gallium_dri.so free 0x557173604700 void 0.000113
+gallium_dri.so malloc 72 0x557173604700 0.000113
+gallium_dri.so free 0x557173604880 void 0.000115
+gallium_dri.so free 0x557173604700 void 0.000112
+gallium_dri.so malloc 72 0x557173604700 0.000114
+gallium_dri.so free 0x557173604940 void 0.000118
+gallium_dri.so free 0x557173604700 void 0.000114
+gallium_dri.so malloc 72 0x5571736048f0 0.000112
+gallium_dri.so free 0x557173604a00 void 0.000113
+gallium_dri.so free 0x5571736048f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736049b0 0.000113
+gallium_dri.so free 0x557173604a80 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604ad0 0.000113
+gallium_dri.so free 0x557173604b40 void 0.000113
+gallium_dri.so free 0x557173604ad0 void 0.000113
+gallium_dri.so malloc 72 0x557173604b60 0.000113
+gallium_dri.so free 0x557173604c00 void 0.000113
+gallium_dri.so free 0x557173604b60 void 0.000112
+gallium_dri.so malloc 72 0x557173604bb0 0.000112
+gallium_dri.so free 0x557173604c80 void 0.000114
+gallium_dri.so free 0x557173604bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173604bb0 0.000157
+gallium_dri.so free 0x557173604d00 void 0.000114
+gallium_dri.so free 0x557173604bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173604d00 0.000112
+gallium_dri.so free 0x557173604dc0 void 0.000112
+gallium_dri.so free 0x557173604d00 void 0.000113
+gallium_dri.so malloc 72 0x557173604d00 0.000111
+gallium_dri.so free 0x557173604ec0 void 0.000116
+gallium_dri.so free 0x557173604d00 void 0.000119
+gallium_dri.so malloc 72 0x557173604e70 0.000113
+gallium_dri.so free 0x557173604f00 void 0.000114
+gallium_dri.so free 0x557173604e70 void 0.000115
+gallium_dri.so malloc 72 0x557173604e70 0.000111
+gallium_dri.so free 0x557173604fc0 void 0.000113
+gallium_dri.so free 0x557173604e70 void 0.000111
+gallium_dri.so malloc 72 0x557173605000 0.000116
+gallium_dri.so free 0x557173605080 void 0.000122
+gallium_dri.so free 0x557173605000 void 0.000114
+gallium_dri.so malloc 72 0x557173605080 0.000112
+gallium_dri.so free 0x557173605140 void 0.000114
+gallium_dri.so free 0x557173605080 void 0.000112
+gallium_dri.so malloc 72 0x557173605080 0.000211
+gallium_dri.so free 0x5571736051c0 void 0.000210
+gallium_dri.so free 0x557173605080 void 0.000157
+gallium_dri.so malloc 72 0x5571736051f0 0.000124
+gallium_dri.so free 0x557173605240 void 0.000131
+gallium_dri.so free 0x5571736051f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736051f0 0.000121
+gallium_dri.so free 0x557173605340 void 0.000120
+gallium_dri.so free 0x5571736051f0 void 0.000115
+gallium_dri.so malloc 72 0x557173605380 0.000113
+gallium_dri.so free 0x557173605400 void 0.000113
+gallium_dri.so free 0x557173605380 void 0.000112
+gallium_dri.so malloc 72 0x557173605400 0.000111
+gallium_dri.so free 0x5571736054c0 void 0.000110
+gallium_dri.so free 0x557173605400 void 0.000110
+gallium_dri.so malloc 72 0x557173605400 0.000109
+gallium_dri.so free 0x557173605540 void 0.000109
+gallium_dri.so free 0x557173605400 void 0.000109
+gallium_dri.so malloc 72 0x557173605570 0.000109
+gallium_dri.so free 0x5571736055c0 void 0.000109
+gallium_dri.so free 0x557173605570 void 0.000112
+gallium_dri.so malloc 72 0x557173605570 0.000110
+gallium_dri.so free 0x5571736056c0 void 0.000110
+gallium_dri.so free 0x557173605570 void 0.000111
+gallium_dri.so malloc 72 0x557173605670 0.000110
+gallium_dri.so free 0x557173605780 void 0.000115
+gallium_dri.so free 0x557173605670 void 0.000116
+gallium_dri.so malloc 72 0x557173605730 0.000113
+gallium_dri.so free 0x557173605800 void 0.000110
+gallium_dri.so free 0x557173605730 void 0.000111
+gallium_dri.so malloc 72 0x557173605730 0.000121
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x557173605730 void 0.000112
+gallium_dri.so malloc 72 0x557173605730 0.000111
+gallium_dri.so free 0x557173605980 void 0.000115
+gallium_dri.so free 0x557173605730 void 0.000112
+gallium_dri.so malloc 72 0x557173605930 0.000117
+gallium_dri.so free 0x557173605a00 void 0.000122
+gallium_dri.so free 0x557173605930 void 0.000117
+gallium_dri.so malloc 72 0x557173605a50 0.000111
+gallium_dri.so free 0x557173605ac0 void 0.000116
+gallium_dri.so free 0x557173605a50 void 0.000153
+gallium_dri.so malloc 72 0x557173605ae0 0.000223
+gallium_dri.so free 0x557173605b80 void 0.000218
+gallium_dri.so free 0x557173605ae0 void 0.000214
+gallium_dri.so malloc 72 0x557173605b30 0.000125
+gallium_dri.so free 0x557173605c00 void 0.000123
+gallium_dri.so free 0x557173605b30 void 0.000124
+gallium_dri.so malloc 72 0x557173605c00 0.000123
+gallium_dri.so free 0x557173605cc0 void 0.000123
+gallium_dri.so free 0x557173605c00 void 0.000118
+gallium_dri.so malloc 72 0x557173605c00 0.000116
+gallium_dri.so free 0x557173605d40 void 0.000114
+gallium_dri.so free 0x557173605c00 void 0.000122
+gallium_dri.so malloc 72 0x557173605d40 0.000122
+gallium_dri.so free 0x557173605e00 void 0.000125
+gallium_dri.so free 0x557173605d40 void 0.000120
+gallium_dri.so malloc 72 0x557173605d40 0.000127
+gallium_dri.so free 0x557173605ec0 void 0.000125
+gallium_dri.so free 0x557173605d40 void 0.000122
+gallium_dri.so malloc 72 0x557173605d40 0.000123
+gallium_dri.so free 0x557173605f80 void 0.000123
+gallium_dri.so free 0x557173605d40 void 0.000123
+gallium_dri.so malloc 72 0x557173605f30 0.000122
+gallium_dri.so free 0x557173606000 void 0.000125
+gallium_dri.so free 0x557173605f30 void 0.000123
+gallium_dri.so malloc 72 0x557173606050 0.000123
+gallium_dri.so free 0x5571736060c0 void 0.000122
+gallium_dri.so free 0x557173606050 void 0.000122
+gallium_dri.so malloc 72 0x557173606100 0.000123
+gallium_dri.so free 0x557173606180 void 0.000123
+gallium_dri.so free 0x557173606100 void 0.000124
+gallium_dri.so malloc 72 0x557173606100 0.000122
+gallium_dri.so free 0x557173606200 void 0.000123
+gallium_dri.so free 0x557173606100 void 0.000123
+gallium_dri.so malloc 72 0x557173606230 0.000123
+gallium_dri.so free 0x557173606280 void 0.000124
+gallium_dri.so free 0x557173606230 void 0.000124
+gallium_dri.so malloc 72 0x557173606230 0.000120
+gallium_dri.so free 0x557173606380 void 0.000121
+gallium_dri.so free 0x557173606230 void 0.000135
+gallium_dri.so malloc 72 0x557173606330 0.000117
+gallium_dri.so free 0x557173606440 void 0.000116
+gallium_dri.so free 0x557173606330 void 0.000117
+gallium_dri.so malloc 72 0x5571736063f0 0.000117
+gallium_dri.so free 0x557173606480 void 0.000116
+gallium_dri.so free 0x5571736063f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736063f0 0.000116
+gallium_dri.so free 0x557173606540 void 0.000118
+gallium_dri.so free 0x5571736063f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736065b0 0.000115
+gallium_dri.so free 0x557173606600 void 0.000116
+gallium_dri.so free 0x5571736065b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736065b0 0.000116
+gallium_dri.so free 0x557173606700 void 0.000116
+gallium_dri.so free 0x5571736065b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736066b0 0.000116
+gallium_dri.so free 0x5571736067c0 void 0.000116
+gallium_dri.so free 0x5571736066b0 void 0.000117
+gallium_dri.so malloc 72 0x557173606770 0.000116
+gallium_dri.so free 0x557173606800 void 0.000115
+gallium_dri.so free 0x557173606770 void 0.000115
+gallium_dri.so malloc 72 0x557173606770 0.000117
+gallium_dri.so free 0x5571736068c0 void 0.000116
+gallium_dri.so free 0x557173606770 void 0.000116
+gallium_dri.so malloc 72 0x557173606900 0.000122
+gallium_dri.so free 0x557173606980 void 0.000120
+gallium_dri.so free 0x557173606900 void 0.000118
+gallium_dri.so malloc 72 0x557173606980 0.000118
+gallium_dri.so free 0x557173606a40 void 0.000119
+gallium_dri.so free 0x557173606980 void 0.000119
+gallium_dri.so malloc 72 0x557173606980 0.000125
+gallium_dri.so free 0x557173606b00 void 0.000130
+gallium_dri.so free 0x557173606980 void 0.000128
+gallium_dri.so malloc 72 0x557173606b20 0.000123
+gallium_dri.so free 0x557173606bc0 void 0.000120
+gallium_dri.so free 0x557173606b20 void 0.000118
+gallium_dri.so malloc 72 0x557173606b70 0.000118
+gallium_dri.so free 0x557173606c40 void 0.000120
+gallium_dri.so free 0x557173606b70 void 0.000118
+gallium_dri.so malloc 72 0x557173606b70 0.000119
+gallium_dri.so free 0x557173606cc0 void 0.000120
+gallium_dri.so free 0x557173606b70 void 0.000121
+gallium_dri.so malloc 72 0x557173606cc0 0.000123
+gallium_dri.so free 0x557173606d80 void 0.000119
+gallium_dri.so free 0x557173606cc0 void 0.000126
+gallium_dri.so malloc 72 0x557173606cc0 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000128
+gallium_dri.so free 0x557173606cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173606cc0 0.000114
+gallium_dri.so free 0x557173606f00 void 0.000159
+gallium_dri.so free 0x557173606cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173606eb0 0.000114
+gallium_dri.so free 0x557173606fc0 void 0.000113
+gallium_dri.so free 0x557173606eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173606f70 0.000112
+gallium_dri.so free 0x557173607040 void 0.000114
+gallium_dri.so free 0x557173606f70 void 0.000113
+gallium_dri.so malloc 72 0x557173607090 0.000113
+gallium_dri.so free 0x557173607100 void 0.000115
+gallium_dri.so free 0x557173607090 void 0.000113
+gallium_dri.so malloc 72 0x557173607120 0.000113
+gallium_dri.so free 0x5571736071c0 void 0.000113
+gallium_dri.so free 0x557173607120 void 0.000113
+gallium_dri.so malloc 72 0x557173607170 0.000113
+gallium_dri.so free 0x557173607240 void 0.000114
+gallium_dri.so free 0x557173607170 void 0.000114
+gallium_dri.so malloc 72 0x557173607170 0.000114
+gallium_dri.so free 0x5571736072c0 void 0.000113
+gallium_dri.so free 0x557173607170 void 0.000113
+gallium_dri.so malloc 72 0x5571736072c0 0.000112
+gallium_dri.so free 0x557173607380 void 0.000113
+gallium_dri.so free 0x5571736072c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736072c0 0.000113
+gallium_dri.so free 0x557173607480 void 0.000115
+gallium_dri.so free 0x5571736072c0 void 0.000114
+gallium_dri.so malloc 72 0x557173607430 0.000113
+gallium_dri.so free 0x5571736074c0 void 0.000121
+gallium_dri.so free 0x557173607430 void 0.000111
+gallium_dri.so malloc 72 0x557173607430 0.000110
+gallium_dri.so free 0x557173607580 void 0.000110
+gallium_dri.so free 0x557173607430 void 0.000111
+gallium_dri.so malloc 72 0x5571736075c0 0.000110
+gallium_dri.so free 0x557173607640 void 0.000110
+gallium_dri.so free 0x5571736075c0 void 0.000110
+gallium_dri.so malloc 72 0x557173607640 0.000109
+gallium_dri.so free 0x557173607700 void 0.000110
+gallium_dri.so free 0x557173607640 void 0.000113
+gallium_dri.so malloc 72 0x557173607640 0.000113
+gallium_dri.so free 0x557173607780 void 0.000111
+gallium_dri.so free 0x557173607640 void 0.000110
+gallium_dri.so malloc 72 0x5571736077b0 0.000112
+gallium_dri.so free 0x557173607800 void 0.000111
+gallium_dri.so free 0x5571736077b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736077b0 0.000110
+gallium_dri.so free 0x557173607900 void 0.000112
+gallium_dri.so free 0x5571736077b0 void 0.000110
+gallium_dri.so malloc 72 0x557173607940 0.000110
+gallium_dri.so free 0x5571736079c0 void 0.000119
+gallium_dri.so free 0x557173607940 void 0.000123
+gallium_dri.so malloc 72 0x5571736079c0 0.000126
+gallium_dri.so free 0x557173607a80 void 0.000120
+gallium_dri.so free 0x5571736079c0 void 0.000110
+gallium_dri.so malloc 72 0x5571736079c0 0.000113
+gallium_dri.so free 0x557173607b00 void 0.000113
+gallium_dri.so free 0x5571736079c0 void 0.000126
+gallium_dri.so malloc 72 0x557173607b30 0.000113
+gallium_dri.so free 0x557173607b80 void 0.000114
+gallium_dri.so free 0x557173607b30 void 0.000117
+gallium_dri.so malloc 72 0x557173607b30 0.000122
+gallium_dri.so free 0x557173607c80 void 0.000123
+gallium_dri.so free 0x557173607b30 void 0.000121
+gallium_dri.so malloc 72 0x557173607c30 0.000106
+gallium_dri.so free 0x557173607d40 void 0.000204
+gallium_dri.so free 0x557173607c30 void 0.000247
+gallium_dri.so malloc 72 0x557173607cf0 0.000162
+gallium_dri.so free 0x557173607dc0 void 0.000157
+gallium_dri.so free 0x557173607cf0 void 0.000157
+gallium_dri.so malloc 72 0x557173607cf0 0.000122
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x557173607cf0 void 0.000121
+gallium_dri.so malloc 72 0x557173607cf0 0.000121
+gallium_dri.so free 0x557173607f40 void 0.000119
+gallium_dri.so free 0x557173607cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173607ef0 0.000114
+gallium_dri.so free 0x557173607fc0 void 0.000117
+gallium_dri.so free 0x557173607ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173608010 0.000125
+gallium_dri.so free 0x557173608080 void 0.000130
+gallium_dri.so free 0x557173608010 void 0.000119
+gallium_dri.so malloc 72 0x5571736080a0 0.000120
+gallium_dri.so free 0x557173608140 void 0.000125
+gallium_dri.so free 0x5571736080a0 void 0.000124
+gallium_dri.so malloc 72 0x5571736080f0 0.000124
+gallium_dri.so free 0x5571736081c0 void 0.000123
+gallium_dri.so free 0x5571736080f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736081c0 0.000117
+gallium_dri.so free 0x557173608280 void 0.000120
+gallium_dri.so free 0x5571736081c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736081c0 0.000117
+gallium_dri.so free 0x557173608300 void 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000118
+gallium_dri.so malloc 72 0x557173608300 0.000125
+gallium_dri.so free 0x5571736083c0 void 0.000124
+gallium_dri.so free 0x557173608300 void 0.000118
+gallium_dri.so malloc 72 0x557173608300 0.000115
+gallium_dri.so free 0x557173608480 void 0.000120
+gallium_dri.so free 0x557173608300 void 0.000118
+gallium_dri.so malloc 72 0x557173608300 0.000119
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173608300 void 0.000135
+gallium_dri.so malloc 72 0x5571736084f0 0.000119
+gallium_dri.so free 0x5571736085c0 void 0.000118
+gallium_dri.so free 0x5571736084f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608610 0.000122
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x557173608610 void 0.000114
+gallium_dri.so malloc 72 0x5571736086c0 0.000119
+gallium_dri.so free 0x557173608740 void 0.000118
+gallium_dri.so free 0x5571736086c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736086c0 0.000118
+gallium_dri.so free 0x5571736087c0 void 0.000114
+gallium_dri.so free 0x5571736086c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736087f0 0.000124
+gallium_dri.so free 0x557173608840 void 0.000123
+gallium_dri.so free 0x5571736087f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736087f0 0.000122
+gallium_dri.so free 0x557173608940 void 0.000166
+gallium_dri.so free 0x5571736087f0 void 0.000233
+gallium_dri.so malloc 72 0x5571736088f0 0.000224
+gallium_dri.so free 0x557173608a00 void 0.000256
+gallium_dri.so free 0x5571736088f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736089b0 0.000159
+gallium_dri.so free 0x557173608a40 void 0.000158
+gallium_dri.so free 0x5571736089b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736089b0 0.000126
+gallium_dri.so free 0x557173608b00 void 0.000158
+gallium_dri.so free 0x5571736089b0 void 0.000124
+gallium_dri.so malloc 72 0x557173608b70 0.000125
+gallium_dri.so free 0x557173608bc0 void 0.000123
+gallium_dri.so free 0x557173608b70 void 0.000123
+gallium_dri.so malloc 72 0x557173608b70 0.000124
+gallium_dri.so free 0x557173608cc0 void 0.000118
+gallium_dri.so free 0x557173608b70 void 0.000113
+gallium_dri.so malloc 72 0x557173608c70 0.000114
+gallium_dri.so free 0x557173608d80 void 0.000119
+gallium_dri.so free 0x557173608c70 void 0.000124
+gallium_dri.so malloc 72 0x557173608d30 0.000123
+gallium_dri.so free 0x557173608dc0 void 0.000133
+gallium_dri.so free 0x557173608d30 void 0.000132
+gallium_dri.so malloc 72 0x557173608d30 0.000130
+gallium_dri.so free 0x557173608e80 void 0.000178
+gallium_dri.so free 0x557173608d30 void 0.000130
+gallium_dri.so malloc 72 0x557173608ec0 0.000126
+gallium_dri.so free 0x557173608f40 void 0.000120
+gallium_dri.so free 0x557173608ec0 void 0.000124
+gallium_dri.so malloc 72 0x557173608f40 0.000124
+gallium_dri.so free 0x557173609000 void 0.000122
+gallium_dri.so free 0x557173608f40 void 0.000124
+gallium_dri.so malloc 72 0x557173608f40 0.000131
+gallium_dri.so free 0x5571736090c0 void 0.000129
+gallium_dri.so free 0x557173608f40 void 0.000125
+gallium_dri.so malloc 72 0x5571736090e0 0.000120
+gallium_dri.so free 0x557173609180 void 0.000125
+gallium_dri.so free 0x5571736090e0 void 0.000125
+gallium_dri.so malloc 72 0x557173609130 0.000120
+gallium_dri.so free 0x557173609200 void 0.000123
+gallium_dri.so free 0x557173609130 void 0.000119
+gallium_dri.so malloc 72 0x557173609130 0.000124
+gallium_dri.so free 0x557173609280 void 0.000130
+gallium_dri.so free 0x557173609130 void 0.000130
+gallium_dri.so malloc 72 0x557173609280 0.000130
+gallium_dri.so free 0x557173609340 void 0.000128
+gallium_dri.so free 0x557173609280 void 0.000127
+gallium_dri.so malloc 72 0x557173609280 0.000126
+gallium_dri.so free 0x557173609400 void 0.000128
+gallium_dri.so free 0x557173609280 void 0.000131
+gallium_dri.so malloc 72 0x557173609280 0.000124
+gallium_dri.so free 0x5571736094c0 void 0.000177
+gallium_dri.so free 0x557173609280 void 0.000169
+gallium_dri.so malloc 72 0x557173609470 0.000270
+gallium_dri.so free 0x557173609580 void 0.000286
+gallium_dri.so free 0x557173609470 void 0.000275
+gallium_dri.so malloc 72 0x557173609530 0.000242
+gallium_dri.so free 0x557173609600 void 0.000165
+gallium_dri.so free 0x557173609530 void 0.000162
+gallium_dri.so malloc 72 0x557173609650 0.000167
+gallium_dri.so free 0x5571736096c0 void 0.000130
+gallium_dri.so free 0x557173609650 void 0.000126
+gallium_dri.so malloc 72 0x5571736096e0 0.000134
+gallium_dri.so free 0x557173609780 void 0.000120
+gallium_dri.so free 0x5571736096e0 void 0.000123
+gallium_dri.so malloc 72 0x557173609730 0.000130
+gallium_dri.so free 0x557173609800 void 0.000124
+gallium_dri.so free 0x557173609730 void 0.000126
+gallium_dri.so malloc 72 0x557173609730 0.000128
+gallium_dri.so free 0x557173609880 void 0.000124
+gallium_dri.so free 0x557173609730 void 0.000119
+gallium_dri.so malloc 72 0x557173609880 0.000118
+gallium_dri.so free 0x557173609940 void 0.000125
+gallium_dri.so free 0x557173609880 void 0.000134
+gallium_dri.so malloc 72 0x557173609880 0.000125
+gallium_dri.so free 0x557173609a40 void 0.000125
+gallium_dri.so free 0x557173609880 void 0.000124
+gallium_dri.so malloc 72 0x5571736099f0 0.000118
+gallium_dri.so free 0x557173609a80 void 0.000125
+gallium_dri.so free 0x5571736099f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736099f0 0.000124
+gallium_dri.so free 0x557173609b40 void 0.000124
+gallium_dri.so free 0x5571736099f0 void 0.000126
+gallium_dri.so malloc 72 0x557173609b80 0.000130
+gallium_dri.so free 0x557173609c00 void 0.000128
+gallium_dri.so free 0x557173609b80 void 0.000187
+gallium_dri.so malloc 72 0x557173609c00 0.000129
+gallium_dri.so free 0x557173609cc0 void 0.000128
+gallium_dri.so free 0x557173609c00 void 0.000129
+gallium_dri.so malloc 72 0x557173609c00 0.000130
+gallium_dri.so free 0x557173609d40 void 0.000125
+gallium_dri.so free 0x557173609c00 void 0.000118
+gallium_dri.so malloc 72 0x557173609d70 0.000124
+gallium_dri.so free 0x557173609dc0 void 0.000124
+gallium_dri.so free 0x557173609d70 void 0.000118
+gallium_dri.so malloc 72 0x557173609d70 0.000119
+gallium_dri.so free 0x557173609ec0 void 0.000122
+gallium_dri.so free 0x557173609d70 void 0.000117
+gallium_dri.so malloc 72 0x557173609f00 0.000123
+gallium_dri.so free 0x557173609f80 void 0.000130
+gallium_dri.so free 0x557173609f00 void 0.000129
+gallium_dri.so malloc 72 0x557173609f80 0.000126
+gallium_dri.so free 0x55717360a040 void 0.000122
+gallium_dri.so free 0x557173609f80 void 0.000119
+gallium_dri.so malloc 72 0x557173609f80 0.000125
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so free 0x557173609f80 void 0.000161
+gallium_dri.so malloc 72 0x55717360a0f0 0.000128
+gallium_dri.so free 0x55717360a140 void 0.000131
+gallium_dri.so free 0x55717360a0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a0f0 0.000130
+gallium_dri.so free 0x55717360a240 void 0.000126
+gallium_dri.so free 0x55717360a0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360a1f0 0.000121
+gallium_dri.so free 0x55717360a300 void 0.000126
+gallium_dri.so free 0x55717360a1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a2b0 0.000131
+gallium_dri.so free 0x55717360a380 void 0.000125
+gallium_dri.so free 0x55717360a2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a2b0 0.000150
+gallium_dri.so free 0x55717360a440 void 0.000131
+gallium_dri.so free 0x55717360a2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360a2b0 0.000121
+gallium_dri.so free 0x55717360a500 void 0.000126
+gallium_dri.so free 0x55717360a2b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a4b0 0.000124
+gallium_dri.so free 0x55717360a580 void 0.000127
+gallium_dri.so free 0x55717360a4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360a5d0 0.000131
+gallium_dri.so free 0x55717360a640 void 0.000134
+gallium_dri.so free 0x55717360a5d0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a660 0.000128
+gallium_dri.so free 0x55717360a700 void 0.000127
+gallium_dri.so free 0x55717360a660 void 0.000128
+gallium_dri.so malloc 72 0x55717360a6b0 0.000128
+gallium_dri.so free 0x55717360a780 void 0.000130
+gallium_dri.so free 0x55717360a6b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360a780 0.000124
+gallium_dri.so free 0x55717360a840 void 0.000120
+gallium_dri.so free 0x55717360a780 void 0.000123
+gallium_dri.so malloc 72 0x55717360a780 0.000130
+gallium_dri.so free 0x55717360a8c0 void 0.000130
+gallium_dri.so free 0x55717360a780 void 0.000128
+gallium_dri.so malloc 72 0x55717360a8c0 0.000128
+gallium_dri.so free 0x55717360a980 void 0.000131
+gallium_dri.so free 0x55717360a8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a8c0 0.000129
+gallium_dri.so free 0x55717360aa40 void 0.000127
+gallium_dri.so free 0x55717360a8c0 void 0.000148
+gallium_dri.so malloc 72 0x55717360a8c0 0.000130
+gallium_dri.so free 0x55717360ab00 void 0.000129
+gallium_dri.so free 0x55717360a8c0 void 0.000126
+gallium_dri.so malloc 72 0x55717360aab0 0.000125
+gallium_dri.so free 0x55717360ab80 void 0.000129
+gallium_dri.so free 0x55717360aab0 void 0.000185
+gallium_dri.so malloc 72 0x55717360abd0 0.000238
+gallium_dri.so free 0x55717360ac40 void 0.000268
+gallium_dri.so free 0x55717360abd0 void 0.000221
+gallium_dri.so malloc 72 0x55717360ac80 0.000239
+gallium_dri.so free 0x55717360ad00 void 0.000131
+gallium_dri.so free 0x55717360ac80 void 0.000131
+gallium_dri.so malloc 72 0x55717360ac80 0.000162
+gallium_dri.so free 0x55717360ad80 void 0.000130
+gallium_dri.so free 0x55717360ac80 void 0.000124
+gallium_dri.so malloc 72 0x55717360adb0 0.000120
+gallium_dri.so free 0x55717360ae00 void 0.000121
+gallium_dri.so free 0x55717360adb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360adb0 0.000166
+gallium_dri.so free 0x55717360af00 void 0.000164
+gallium_dri.so free 0x55717360adb0 void 0.000164
+gallium_dri.so malloc 72 0x55717360aeb0 0.000129
+gallium_dri.so free 0x55717360afc0 void 0.000129
+gallium_dri.so free 0x55717360aeb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360af70 0.000118
+gallium_dri.so free 0x55717360b000 void 0.000125
+gallium_dri.so free 0x55717360af70 void 0.000125
+gallium_dri.so malloc 72 0x55717360af70 0.000123
+gallium_dri.so free 0x55717360b0c0 void 0.000120
+gallium_dri.so free 0x55717360af70 void 0.000124
+gallium_dri.so malloc 72 0x55717360b130 0.000129
+gallium_dri.so free 0x55717360b180 void 0.000129
+gallium_dri.so free 0x55717360b130 void 0.000130
+gallium_dri.so malloc 72 0x55717360b130 0.000125
+gallium_dri.so free 0x55717360b280 void 0.000125
+gallium_dri.so free 0x55717360b130 void 0.000124
+gallium_dri.so malloc 72 0x55717360b230 0.000130
+gallium_dri.so free 0x55717360b340 void 0.000129
+gallium_dri.so free 0x55717360b230 void 0.000140
+gallium_dri.so malloc 72 0x55717360b2f0 0.000129
+gallium_dri.so free 0x55717360b380 void 0.000123
+gallium_dri.so free 0x55717360b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b2f0 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000125
+gallium_dri.so free 0x55717360b2f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360b480 0.000122
+gallium_dri.so free 0x55717360b500 void 0.000120
+gallium_dri.so free 0x55717360b480 void 0.000119
+gallium_dri.so malloc 72 0x55717360b500 0.000125
+gallium_dri.so free 0x55717360b5c0 void 0.000130
+gallium_dri.so free 0x55717360b500 void 0.000125
+gallium_dri.so malloc 72 0x55717360b500 0.000125
+gallium_dri.so free 0x55717360b680 void 0.000124
+gallium_dri.so free 0x55717360b500 void 0.000124
+gallium_dri.so malloc 72 0x55717360b6a0 0.000130
+gallium_dri.so free 0x55717360b740 void 0.000182
+gallium_dri.so free 0x55717360b6a0 void 0.000165
+gallium_dri.so malloc 72 0x55717360b6f0 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000120
+gallium_dri.so free 0x55717360b6f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360b6f0 0.000139
+gallium_dri.so free 0x55717360b840 void 0.000132
+gallium_dri.so free 0x55717360b6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b840 0.000236
+gallium_dri.so free 0x55717360b900 void 0.000129
+gallium_dri.so free 0x55717360b840 void 0.000132
+gallium_dri.so malloc 72 0x55717360b840 0.000161
+gallium_dri.so free 0x55717360b9c0 void 0.000130
+gallium_dri.so free 0x55717360b840 void 0.000131
+gallium_dri.so malloc 72 0x55717360b840 0.000128
+gallium_dri.so free 0x55717360ba80 void 0.000129
+gallium_dri.so free 0x55717360b840 void 0.000125
+gallium_dri.so malloc 72 0x55717360ba30 0.000119
+gallium_dri.so free 0x55717360bb40 void 0.000125
+gallium_dri.so free 0x55717360ba30 void 0.000125
+gallium_dri.so malloc 72 0x55717360baf0 0.000120
+gallium_dri.so free 0x55717360bbc0 void 0.000119
+gallium_dri.so free 0x55717360baf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bc10 0.000129
+gallium_dri.so free 0x55717360bc80 void 0.000123
+gallium_dri.so free 0x55717360bc10 void 0.000127
+gallium_dri.so malloc 72 0x55717360bca0 0.000159
+gallium_dri.so free 0x55717360bd40 void 0.000160
+gallium_dri.so free 0x55717360bca0 void 0.000148
+gallium_dri.so malloc 72 0x55717360bcf0 0.000130
+gallium_dri.so free 0x55717360bdc0 void 0.000130
+gallium_dri.so free 0x55717360bcf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360bcf0 0.000131
+gallium_dri.so free 0x55717360be40 void 0.000129
+gallium_dri.so free 0x55717360bcf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360be40 0.000129
+gallium_dri.so free 0x55717360bf00 void 0.000129
+gallium_dri.so free 0x55717360be40 void 0.000130
+gallium_dri.so malloc 72 0x55717360be40 0.000126
+gallium_dri.so free 0x55717360c000 void 0.000122
+gallium_dri.so free 0x55717360be40 void 0.000124
+gallium_dri.so malloc 72 0x55717360bfb0 0.000124
+gallium_dri.so free 0x55717360c040 void 0.000121
+gallium_dri.so free 0x55717360bfb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360bfb0 0.000130
+gallium_dri.so free 0x55717360c100 void 0.000130
+gallium_dri.so free 0x55717360bfb0 void 0.000159
+gallium_dri.so malloc 72 0x55717360c140 0.000190
+gallium_dri.so free 0x55717360c1c0 void 0.000144
+gallium_dri.so free 0x55717360c140 void 0.000145
+gallium_dri.so malloc 72 0x55717360c1c0 0.000146
+gallium_dri.so free 0x55717360c280 void 0.000140
+gallium_dri.so free 0x55717360c1c0 void 0.000140
+gallium_dri.so malloc 72 0x55717360c1c0 0.000146
+gallium_dri.so free 0x55717360c300 void 0.000146
+gallium_dri.so free 0x55717360c1c0 void 0.000144
+gallium_dri.so malloc 72 0x55717360c330 0.000140
+gallium_dri.so free 0x55717360c380 void 0.000138
+gallium_dri.so free 0x55717360c330 void 0.000140
+gallium_dri.so malloc 72 0x55717360c330 0.000145
+gallium_dri.so free 0x55717360c480 void 0.000145
+gallium_dri.so free 0x55717360c330 void 0.000145
+gallium_dri.so malloc 72 0x55717360c4c0 0.000140
+gallium_dri.so free 0x55717360c540 void 0.000143
+gallium_dri.so free 0x55717360c4c0 void 0.000154
+gallium_dri.so malloc 72 0x55717360c540 0.000147
+gallium_dri.so free 0x55717360c600 void 0.000145
+gallium_dri.so free 0x55717360c540 void 0.000147
+gallium_dri.so malloc 72 0x55717360c540 0.000140
+gallium_dri.so free 0x55717360c680 void 0.000141
+gallium_dri.so free 0x55717360c540 void 0.000140
+gallium_dri.so malloc 72 0x55717360c6b0 0.000140
+gallium_dri.so free 0x55717360c700 void 0.000146
+gallium_dri.so free 0x55717360c6b0 void 0.000144
+gallium_dri.so malloc 72 0x55717360c6b0 0.000140
+gallium_dri.so free 0x55717360c800 void 0.000134
+gallium_dri.so free 0x55717360c6b0 void 0.000138
+gallium_dri.so malloc 72 0x55717360c7b0 0.000146
+gallium_dri.so free 0x55717360c8c0 void 0.000131
+gallium_dri.so free 0x55717360c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360c870 0.000129
+gallium_dri.so free 0x55717360c940 void 0.000125
+gallium_dri.so free 0x55717360c870 void 0.000120
+gallium_dri.so malloc 72 0x55717360c870 0.000125
+gallium_dri.so free 0x55717360ca00 void 0.000141
+gallium_dri.so free 0x55717360c870 void 0.000126
+gallium_dri.so malloc 72 0x55717360c870 0.000120
+gallium_dri.so free 0x55717360cac0 void 0.000125
+gallium_dri.so free 0x55717360c870 void 0.000130
+gallium_dri.so malloc 72 0x55717360ca70 0.000125
+gallium_dri.so free 0x55717360cb40 void 0.000128
+gallium_dri.so free 0x55717360ca70 void 0.000125
+gallium_dri.so malloc 72 0x55717360cb90 0.000118
+gallium_dri.so free 0x55717360cc00 void 0.000124
+gallium_dri.so free 0x55717360cb90 void 0.000129
+gallium_dri.so malloc 72 0x55717360cc20 0.000124
+gallium_dri.so free 0x55717360ccc0 void 0.000125
+gallium_dri.so free 0x55717360cc20 void 0.000124
+gallium_dri.so malloc 72 0x55717360cc70 0.000126
+gallium_dri.so free 0x55717360cd40 void 0.000124
+gallium_dri.so free 0x55717360cc70 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd40 0.000262
+gallium_dri.so free 0x55717360ce00 void 0.000331
+gallium_dri.so free 0x55717360cd40 void 0.000332
+gallium_dri.so malloc 72 0x55717360cd40 0.000168
+gallium_dri.so free 0x55717360ce80 void 0.000163
+gallium_dri.so free 0x55717360cd40 void 0.000167
+gallium_dri.so malloc 72 0x55717360ce80 0.000131
+gallium_dri.so free 0x55717360cf40 void 0.000124
+gallium_dri.so free 0x55717360ce80 void 0.000120
+gallium_dri.so malloc 72 0x55717360ce80 0.000125
+gallium_dri.so free 0x55717360d000 void 0.000126
+gallium_dri.so free 0x55717360ce80 void 0.000121
+gallium_dri.so malloc 72 0x55717360ce80 0.000120
+gallium_dri.so free 0x55717360d0c0 void 0.000120
+gallium_dri.so free 0x55717360ce80 void 0.000120
+gallium_dri.so malloc 72 0x55717360d070 0.000124
+gallium_dri.so free 0x55717360d140 void 0.000129
+gallium_dri.so free 0x55717360d070 void 0.000130
+gallium_dri.so malloc 72 0x55717360d190 0.000129
+gallium_dri.so free 0x55717360d200 void 0.000132
+gallium_dri.so free 0x55717360d190 void 0.000129
+gallium_dri.so malloc 72 0x55717360d240 0.000130
+gallium_dri.so free 0x55717360d2c0 void 0.000130
+gallium_dri.so free 0x55717360d240 void 0.000139
+gallium_dri.so malloc 72 0x55717360d240 0.000132
+gallium_dri.so free 0x55717360d340 void 0.000130
+gallium_dri.so free 0x55717360d240 void 0.000130
+gallium_dri.so malloc 72 0x55717360d370 0.000129
+gallium_dri.so free 0x55717360d3c0 void 0.000130
+gallium_dri.so free 0x55717360d370 void 0.000130
+gallium_dri.so malloc 72 0x55717360d370 0.000130
+gallium_dri.so free 0x55717360d4c0 void 0.000130
+gallium_dri.so free 0x55717360d370 void 0.000131
+gallium_dri.so malloc 72 0x55717360d470 0.000130
+gallium_dri.so free 0x55717360d580 void 0.000125
+gallium_dri.so free 0x55717360d470 void 0.000126
+gallium_dri.so malloc 72 0x55717360d530 0.000126
+gallium_dri.so free 0x55717360d5c0 void 0.000129
+gallium_dri.so free 0x55717360d530 void 0.000130
+gallium_dri.so malloc 72 0x55717360d530 0.000128
+gallium_dri.so free 0x55717360d680 void 0.000131
+gallium_dri.so free 0x55717360d530 void 0.000130
+gallium_dri.so malloc 72 0x55717360d6f0 0.000124
+gallium_dri.so free 0x55717360d740 void 0.000132
+gallium_dri.so free 0x55717360d6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d6f0 0.000130
+gallium_dri.so free 0x55717360d840 void 0.000125
+gallium_dri.so free 0x55717360d6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d7f0 0.000126
+gallium_dri.so free 0x55717360d900 void 0.000131
+gallium_dri.so free 0x55717360d7f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d8b0 0.000120
+gallium_dri.so free 0x55717360d940 void 0.000126
+gallium_dri.so free 0x55717360d8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d8b0 0.000120
+gallium_dri.so free 0x55717360da00 void 0.000121
+gallium_dri.so free 0x55717360d8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360da40 0.000127
+gallium_dri.so free 0x55717360dac0 void 0.000125
+gallium_dri.so free 0x55717360da40 void 0.000123
+gallium_dri.so malloc 72 0x55717360dac0 0.000124
+gallium_dri.so free 0x55717360db80 void 0.000121
+gallium_dri.so free 0x55717360dac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dac0 0.000125
+gallium_dri.so free 0x55717360dc40 void 0.000130
+gallium_dri.so free 0x55717360dac0 void 0.000130
+gallium_dri.so malloc 72 0x55717360dc60 0.000132
+gallium_dri.so free 0x55717360dd00 void 0.000133
+gallium_dri.so free 0x55717360dc60 void 0.000126
+gallium_dri.so malloc 72 0x55717360dcb0 0.000121
+gallium_dri.so free 0x55717360dd80 void 0.000125
+gallium_dri.so free 0x55717360dcb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360dcb0 0.000118
+gallium_dri.so free 0x55717360de00 void 0.000121
+gallium_dri.so free 0x55717360dcb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360de00 0.000130
+gallium_dri.so free 0x55717360dec0 void 0.000130
+gallium_dri.so free 0x55717360de00 void 0.000125
+gallium_dri.so malloc 72 0x55717360de00 0.000200
+gallium_dri.so free 0x55717360df80 void 0.000242
+gallium_dri.so free 0x55717360de00 void 0.000268
+gallium_dri.so malloc 72 0x55717360de00 0.000268
+gallium_dri.so free 0x55717360e040 void 0.000282
+gallium_dri.so free 0x55717360de00 void 0.000269
+gallium_dri.so malloc 72 0x55717360dff0 0.000278
+gallium_dri.so free 0x55717360e100 void 0.000268
+gallium_dri.so free 0x55717360dff0 void 0.000271
+gallium_dri.so malloc 72 0x55717360e0b0 0.000273
+gallium_dri.so free 0x55717360e180 void 0.000242
+gallium_dri.so free 0x55717360e0b0 void 0.000242
+gallium_dri.so malloc 72 0x55717360e1d0 0.000236
+gallium_dri.so free 0x55717360e240 void 0.000234
+gallium_dri.so free 0x55717360e1d0 void 0.000238
+gallium_dri.so malloc 72 0x55717360e260 0.000238
+gallium_dri.so free 0x55717360e300 void 0.000129
+gallium_dri.so free 0x55717360e260 void 0.000168
+gallium_dri.so malloc 72 0x55717360e2b0 0.000162
+gallium_dri.so free 0x55717360e380 void 0.000128
+gallium_dri.so free 0x55717360e2b0 void 0.000139
+gallium_dri.so malloc 72 0x55717360e2b0 0.000131
+gallium_dri.so free 0x55717360e400 void 0.000130
+gallium_dri.so free 0x55717360e2b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360e400 0.000129
+gallium_dri.so free 0x55717360e4c0 void 0.000127
+gallium_dri.so free 0x55717360e400 void 0.000119
+gallium_dri.so malloc 72 0x55717360e400 0.000126
+gallium_dri.so free 0x55717360e5c0 void 0.000125
+gallium_dri.so free 0x55717360e400 void 0.000119
+gallium_dri.so malloc 72 0x55717360e570 0.000120
+gallium_dri.so free 0x55717360e600 void 0.000126
+gallium_dri.so free 0x55717360e570 void 0.000127
+gallium_dri.so malloc 72 0x55717360e570 0.000125
+gallium_dri.so free 0x55717360e6c0 void 0.000124
+gallium_dri.so free 0x55717360e570 void 0.000124
+gallium_dri.so malloc 72 0x55717360e700 0.000129
+gallium_dri.so free 0x55717360e780 void 0.000129
+gallium_dri.so free 0x55717360e700 void 0.000126
+gallium_dri.so malloc 72 0x55717360e780 0.000125
+gallium_dri.so free 0x55717360e840 void 0.000129
+gallium_dri.so free 0x55717360e780 void 0.000130
+gallium_dri.so malloc 72 0x55717360e780 0.000124
+gallium_dri.so free 0x55717360e8c0 void 0.000127
+gallium_dri.so free 0x55717360e780 void 0.000139
+gallium_dri.so malloc 72 0x55717360e8f0 0.000126
+gallium_dri.so free 0x55717360e940 void 0.000128
+gallium_dri.so free 0x55717360e8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360e8f0 0.000122
+gallium_dri.so free 0x55717360ea40 void 0.000120
+gallium_dri.so free 0x55717360e8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ea80 0.000137
+gallium_dri.so free 0x55717360eb00 void 0.000129
+gallium_dri.so free 0x55717360ea80 void 0.000129
+gallium_dri.so malloc 72 0x55717360eb00 0.000125
+gallium_dri.so free 0x55717360ebc0 void 0.000121
+gallium_dri.so free 0x55717360eb00 void 0.000124
+gallium_dri.so malloc 72 0x55717360eb00 0.000130
+gallium_dri.so free 0x55717360ec40 void 0.000130
+gallium_dri.so free 0x55717360eb00 void 0.000125
+gallium_dri.so malloc 72 0x55717360ec70 0.000125
+gallium_dri.so free 0x55717360ecc0 void 0.000130
+gallium_dri.so free 0x55717360ec70 void 0.000130
+gallium_dri.so malloc 72 0x55717360ec70 0.000126
+gallium_dri.so free 0x55717360edc0 void 0.000126
+gallium_dri.so free 0x55717360ec70 void 0.000126
+gallium_dri.so malloc 72 0x55717360ed70 0.000130
+gallium_dri.so free 0x55717360ee80 void 0.000132
+gallium_dri.so free 0x55717360ed70 void 0.000173
+gallium_dri.so malloc 72 0x55717360ee30 0.000129
+gallium_dri.so free 0x55717360ef00 void 0.000131
+gallium_dri.so free 0x55717360ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717360ee30 0.000130
+gallium_dri.so free 0x55717360efc0 void 0.000129
+gallium_dri.so free 0x55717360ee30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ee30 0.000131
+gallium_dri.so free 0x55717360f080 void 0.000126
+gallium_dri.so free 0x55717360ee30 void 0.000124
+gallium_dri.so malloc 72 0x55717360f030 0.000129
+gallium_dri.so free 0x55717360f100 void 0.000129
+gallium_dri.so free 0x55717360f030 void 0.000126
+gallium_dri.so malloc 72 0x55717360f150 0.000121
+gallium_dri.so free 0x55717360f1c0 void 0.000128
+gallium_dri.so free 0x55717360f150 void 0.000132
+gallium_dri.so malloc 72 0x55717360f1e0 0.000129
+gallium_dri.so free 0x55717360f280 void 0.000124
+gallium_dri.so free 0x55717360f1e0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f230 0.000130
+gallium_dri.so free 0x55717360f300 void 0.000129
+gallium_dri.so free 0x55717360f230 void 0.000130
+gallium_dri.so malloc 72 0x55717360f300 0.000125
+gallium_dri.so free 0x55717360f3c0 void 0.000127
+gallium_dri.so free 0x55717360f300 void 0.000124
+gallium_dri.so malloc 72 0x55717360f300 0.000128
+gallium_dri.so free 0x55717360f440 void 0.000129
+gallium_dri.so free 0x55717360f300 void 0.000128
+gallium_dri.so malloc 72 0x55717360f440 0.000130
+gallium_dri.so free 0x55717360f500 void 0.000125
+gallium_dri.so free 0x55717360f440 void 0.000118
+gallium_dri.so malloc 72 0x55717360f440 0.000120
+gallium_dri.so free 0x55717360f5c0 void 0.000118
+gallium_dri.so free 0x55717360f440 void 0.000117
+gallium_dri.so malloc 72 0x55717360f440 0.000117
+gallium_dri.so free 0x55717360f680 void 0.000118
+gallium_dri.so free 0x55717360f440 void 0.000119
+gallium_dri.so malloc 72 0x55717360f630 0.000119
+gallium_dri.so free 0x55717360f700 void 0.000120
+gallium_dri.so free 0x55717360f630 void 0.000119
+gallium_dri.so malloc 72 0x55717360f750 0.000120
+gallium_dri.so free 0x55717360f7c0 void 0.000121
+gallium_dri.so free 0x55717360f750 void 0.000119
+gallium_dri.so malloc 72 0x55717360f800 0.000120
+gallium_dri.so free 0x55717360f880 void 0.000121
+gallium_dri.so free 0x55717360f800 void 0.000118
+gallium_dri.so malloc 72 0x55717360f800 0.000119
+gallium_dri.so free 0x55717360f900 void 0.000120
+gallium_dri.so free 0x55717360f800 void 0.000121
+gallium_dri.so malloc 72 0x55717360f930 0.000120
+gallium_dri.so free 0x55717360f980 void 0.000132
+gallium_dri.so free 0x55717360f930 void 0.000120
+gallium_dri.so malloc 72 0x55717360f930 0.000121
+gallium_dri.so free 0x55717360fa80 void 0.000120
+gallium_dri.so free 0x55717360f930 void 0.000119
+gallium_dri.so malloc 72 0x55717360fa30 0.000119
+gallium_dri.so free 0x55717360fb40 void 0.000120
+gallium_dri.so free 0x55717360fa30 void 0.000119
+gallium_dri.so malloc 72 0x55717360faf0 0.000120
+gallium_dri.so free 0x55717360fb80 void 0.000120
+gallium_dri.so free 0x55717360faf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360faf0 0.000120
+gallium_dri.so free 0x55717360fc40 void 0.000126
+gallium_dri.so free 0x55717360faf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fcb0 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000114
+gallium_dri.so free 0x55717360fcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fcb0 0.000113
+gallium_dri.so free 0x55717360fe00 void 0.000114
+gallium_dri.so free 0x55717360fcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fdb0 0.000114
+gallium_dri.so free 0x55717360fec0 void 0.000119
+gallium_dri.so free 0x55717360fdb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fe70 0.000113
+gallium_dri.so free 0x55717360ff00 void 0.000115
+gallium_dri.so free 0x55717360fe70 void 0.000114
+gallium_dri.so malloc 72 0x55717360fe70 0.000113
+gallium_dri.so free 0x55717360ffc0 void 0.000161
+gallium_dri.so free 0x55717360fe70 void 0.000115
+gallium_dri.so malloc 72 0x557173610000 0.000113
+gallium_dri.so free 0x557173610080 void 0.000115
+gallium_dri.so free 0x557173610000 void 0.000113
+gallium_dri.so malloc 72 0x557173610080 0.000115
+gallium_dri.so free 0x557173610140 void 0.000115
+gallium_dri.so free 0x557173610080 void 0.000113
+gallium_dri.so malloc 72 0x557173610080 0.000113
+gallium_dri.so free 0x557173610200 void 0.000116
+gallium_dri.so free 0x557173610080 void 0.000114
+gallium_dri.so malloc 72 0x557173610220 0.000115
+gallium_dri.so free 0x5571736102c0 void 0.000114
+gallium_dri.so free 0x557173610220 void 0.000113
+gallium_dri.so malloc 72 0x557173610270 0.000114
+gallium_dri.so free 0x557173610340 void 0.000115
+gallium_dri.so free 0x557173610270 void 0.000113
+gallium_dri.so malloc 72 0x557173610270 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000116
+gallium_dri.so free 0x557173610270 void 0.000113
+gallium_dri.so malloc 72 0x5571736103c0 0.000112
+gallium_dri.so free 0x557173610480 void 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736103c0 0.000112
+gallium_dri.so free 0x557173610540 void 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736103c0 0.000112
+gallium_dri.so free 0x557173610600 void 0.000127
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736105b0 0.000113
+gallium_dri.so free 0x5571736106c0 void 0.000114
+gallium_dri.so free 0x5571736105b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610670 0.000113
+gallium_dri.so free 0x557173610740 void 0.000114
+gallium_dri.so free 0x557173610670 void 0.000114
+gallium_dri.so malloc 72 0x557173610790 0.000114
+gallium_dri.so free 0x557173610800 void 0.000114
+gallium_dri.so free 0x557173610790 void 0.000113
+gallium_dri.so malloc 72 0x557173610820 0.000114
+gallium_dri.so free 0x5571736108c0 void 0.000115
+gallium_dri.so free 0x557173610820 void 0.000113
+gallium_dri.so malloc 72 0x557173610870 0.000114
+gallium_dri.so free 0x557173610940 void 0.000115
+gallium_dri.so free 0x557173610870 void 0.000113
+gallium_dri.so malloc 72 0x557173610870 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000115
+gallium_dri.so free 0x557173610870 void 0.000114
+gallium_dri.so malloc 72 0x5571736109c0 0.000114
+gallium_dri.so free 0x557173610a80 void 0.000116
+gallium_dri.so free 0x5571736109c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736109c0 0.000112
+gallium_dri.so free 0x557173610b80 void 0.000116
+gallium_dri.so free 0x5571736109c0 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000116
+gallium_dri.so free 0x557173610b30 void 0.000106
+gallium_dri.so malloc 72 0x557173610b30 0.000120
+gallium_dri.so free 0x557173610c80 void 0.000114
+gallium_dri.so free 0x557173610b30 void 0.000114
+gallium_dri.so malloc 72 0x557173610cc0 0.000114
+gallium_dri.so free 0x557173610d40 void 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173610d40 0.000113
+gallium_dri.so free 0x557173610e00 void 0.000117
+gallium_dri.so free 0x557173610d40 void 0.000113
+gallium_dri.so malloc 72 0x557173610d40 0.000115
+gallium_dri.so free 0x557173610e80 void 0.000114
+gallium_dri.so free 0x557173610d40 void 0.000114
+gallium_dri.so malloc 72 0x557173610eb0 0.000114
+gallium_dri.so free 0x557173610f00 void 0.000115
+gallium_dri.so free 0x557173610eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173610eb0 0.000115
+gallium_dri.so free 0x557173611000 void 0.000115
+gallium_dri.so free 0x557173610eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173611040 0.000115
+gallium_dri.so free 0x5571736110c0 void 0.000115
+gallium_dri.so free 0x557173611040 void 0.000113
+gallium_dri.so malloc 72 0x5571736110c0 0.000114
+gallium_dri.so free 0x557173611180 void 0.000114
+gallium_dri.so free 0x5571736110c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736110c0 0.000114
+gallium_dri.so free 0x557173611200 void 0.000115
+gallium_dri.so free 0x5571736110c0 void 0.000160
+gallium_dri.so malloc 72 0x557173611230 0.000112
+gallium_dri.so free 0x557173611280 void 0.000113
+gallium_dri.so free 0x557173611230 void 0.000114
+gallium_dri.so malloc 72 0x557173611230 0.000112
+gallium_dri.so free 0x557173611380 void 0.000114
+gallium_dri.so free 0x557173611230 void 0.000112
+gallium_dri.so malloc 72 0x557173611330 0.000113
+gallium_dri.so free 0x557173611440 void 0.000113
+gallium_dri.so free 0x557173611330 void 0.000112
+gallium_dri.so malloc 72 0x5571736113f0 0.000114
+gallium_dri.so free 0x5571736114c0 void 0.000114
+gallium_dri.so free 0x5571736113f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736113f0 0.000112
+gallium_dri.so free 0x557173611580 void 0.000114
+gallium_dri.so free 0x5571736113f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736113f0 0.000113
+gallium_dri.so free 0x557173611640 void 0.000116
+gallium_dri.so free 0x5571736113f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736115f0 0.000115
+gallium_dri.so free 0x5571736116c0 void 0.000114
+gallium_dri.so free 0x5571736115f0 void 0.000113
+gallium_dri.so malloc 72 0x557173611710 0.000113
+gallium_dri.so free 0x557173611780 void 0.000114
+gallium_dri.so free 0x557173611710 void 0.000113
+gallium_dri.so malloc 72 0x5571736117a0 0.000114
+gallium_dri.so free 0x557173611840 void 0.000114
+gallium_dri.so free 0x5571736117a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736117f0 0.000113
+gallium_dri.so free 0x5571736118c0 void 0.000114
+gallium_dri.so free 0x5571736117f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736118c0 0.000113
+gallium_dri.so free 0x557173611980 void 0.000114
+gallium_dri.so free 0x5571736118c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736118c0 0.000114
+gallium_dri.so free 0x557173611a00 void 0.000115
+gallium_dri.so free 0x5571736118c0 void 0.000112
+gallium_dri.so malloc 72 0x557173611a00 0.000113
+gallium_dri.so free 0x557173611ac0 void 0.000115
+gallium_dri.so free 0x557173611a00 void 0.000113
+gallium_dri.so malloc 72 0x557173611a00 0.000113
+gallium_dri.so free 0x557173611b80 void 0.000114
+gallium_dri.so free 0x557173611a00 void 0.000112
+gallium_dri.so malloc 72 0x557173611a00 0.000113
+gallium_dri.so free 0x557173611c40 void 0.000113
+gallium_dri.so free 0x557173611a00 void 0.000113
+gallium_dri.so malloc 72 0x557173611bf0 0.000116
+gallium_dri.so free 0x557173611cc0 void 0.000115
+gallium_dri.so free 0x557173611bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173611d10 0.000117
+gallium_dri.so free 0x557173611d80 void 0.000114
+gallium_dri.so free 0x557173611d10 void 0.000114
+gallium_dri.so malloc 72 0x557173611dc0 0.000112
+gallium_dri.so free 0x557173611e40 void 0.000115
+gallium_dri.so free 0x557173611dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173611dc0 0.000126
+gallium_dri.so free 0x557173611ec0 void 0.000116
+gallium_dri.so free 0x557173611dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173611ef0 0.000113
+gallium_dri.so free 0x557173611f40 void 0.000114
+gallium_dri.so free 0x557173611ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173611ef0 0.000115
+gallium_dri.so free 0x557173612040 void 0.000115
+gallium_dri.so free 0x557173611ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173611ff0 0.000114
+gallium_dri.so free 0x557173612100 void 0.000115
+gallium_dri.so free 0x557173611ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571736120b0 0.000113
+gallium_dri.so free 0x557173612140 void 0.000115
+gallium_dri.so free 0x5571736120b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736120b0 0.000114
+gallium_dri.so free 0x557173612200 void 0.000114
+gallium_dri.so free 0x5571736120b0 void 0.000114
+gallium_dri.so malloc 72 0x557173612270 0.000113
+gallium_dri.so free 0x5571736122c0 void 0.000115
+gallium_dri.so free 0x557173612270 void 0.000114
+gallium_dri.so malloc 72 0x557173612270 0.000112
+gallium_dri.so free 0x5571736123c0 void 0.000114
+gallium_dri.so free 0x557173612270 void 0.000114
+gallium_dri.so malloc 72 0x557173612370 0.000113
+gallium_dri.so free 0x557173612480 void 0.000115
+gallium_dri.so free 0x557173612370 void 0.000113
+gallium_dri.so malloc 72 0x557173612430 0.000125
+gallium_dri.so free 0x5571736124c0 void 0.000116
+gallium_dri.so free 0x557173612430 void 0.000112
+gallium_dri.so malloc 72 0x557173612430 0.000113
+gallium_dri.so free 0x557173612580 void 0.000115
+gallium_dri.so free 0x557173612430 void 0.000114
+gallium_dri.so malloc 72 0x5571736125c0 0.000112
+gallium_dri.so free 0x557173612640 void 0.000113
+gallium_dri.so free 0x5571736125c0 void 0.000112
+gallium_dri.so malloc 72 0x557173612640 0.000112
+gallium_dri.so free 0x557173612700 void 0.000113
+gallium_dri.so free 0x557173612640 void 0.000111
+gallium_dri.so malloc 72 0x557173612640 0.000111
+gallium_dri.so free 0x5571736127c0 void 0.000113
+gallium_dri.so free 0x557173612640 void 0.000112
+gallium_dri.so malloc 72 0x5571736127e0 0.000112
+gallium_dri.so free 0x557173612880 void 0.000112
+gallium_dri.so free 0x5571736127e0 void 0.000112
+gallium_dri.so malloc 72 0x557173612830 0.000112
+gallium_dri.so free 0x557173612900 void 0.000114
+gallium_dri.so free 0x557173612830 void 0.000112
+gallium_dri.so malloc 72 0x557173612830 0.000113
+gallium_dri.so free 0x557173612980 void 0.000113
+gallium_dri.so free 0x557173612830 void 0.000132
+gallium_dri.so malloc 72 0x557173612980 0.000114
+gallium_dri.so free 0x557173612a40 void 0.000115
+gallium_dri.so free 0x557173612980 void 0.000112
+gallium_dri.so malloc 72 0x557173612980 0.000205
+gallium_dri.so free 0x557173612b00 void 0.000215
+gallium_dri.so free 0x557173612980 void 0.000155
+gallium_dri.so malloc 72 0x557173612980 0.000114
+gallium_dri.so free 0x557173612bc0 void 0.000115
+gallium_dri.so free 0x557173612980 void 0.000114
+gallium_dri.so malloc 72 0x557173612b70 0.000115
+gallium_dri.so free 0x557173612c80 void 0.000119
+gallium_dri.so free 0x557173612b70 void 0.000114
+gallium_dri.so malloc 72 0x557173612c30 0.000115
+gallium_dri.so free 0x557173612d00 void 0.000114
+gallium_dri.so free 0x557173612c30 void 0.000113
+gallium_dri.so malloc 72 0x557173612d50 0.000114
+gallium_dri.so free 0x557173612dc0 void 0.000115
+gallium_dri.so free 0x557173612d50 void 0.000113
+gallium_dri.so malloc 72 0x557173612de0 0.000114
+gallium_dri.so free 0x557173612e80 void 0.000116
+gallium_dri.so free 0x557173612de0 void 0.000114
+gallium_dri.so malloc 72 0x557173612e30 0.000114
+gallium_dri.so free 0x557173612f00 void 0.000114
+gallium_dri.so free 0x557173612e30 void 0.000113
+gallium_dri.so malloc 72 0x557173612e30 0.000116
+gallium_dri.so free 0x557173612f80 void 0.000116
+gallium_dri.so free 0x557173612e30 void 0.000113
+gallium_dri.so malloc 72 0x557173612f80 0.000115
+gallium_dri.so free 0x557173613040 void 0.000116
+gallium_dri.so free 0x557173612f80 void 0.000157
+gallium_dri.so malloc 72 0x557173612f80 0.000116
+gallium_dri.so free 0x557173613140 void 0.000116
+gallium_dri.so free 0x557173612f80 void 0.000114
+gallium_dri.so malloc 72 0x5571736130f0 0.000113
+gallium_dri.so free 0x557173613180 void 0.000114
+gallium_dri.so free 0x5571736130f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736130f0 0.000114
+gallium_dri.so free 0x557173613240 void 0.000115
+gallium_dri.so free 0x5571736130f0 void 0.000113
+gallium_dri.so malloc 72 0x557173613280 0.000114
+gallium_dri.so free 0x557173613300 void 0.000121
+gallium_dri.so free 0x557173613280 void 0.000116
+gallium_dri.so malloc 72 0x557173613300 0.000114
+gallium_dri.so free 0x5571736133c0 void 0.000115
+gallium_dri.so free 0x557173613300 void 0.000112
+gallium_dri.so malloc 72 0x557173613300 0.000113
+gallium_dri.so free 0x557173613440 void 0.000115
+gallium_dri.so free 0x557173613300 void 0.000113
+gallium_dri.so malloc 72 0x557173613470 0.000115
+gallium_dri.so free 0x5571736134c0 void 0.000115
+gallium_dri.so free 0x557173613470 void 0.000114
+gallium_dri.so malloc 72 0x557173613470 0.000114
+gallium_dri.so free 0x5571736135c0 void 0.000116
+gallium_dri.so free 0x557173613470 void 0.000114
+gallium_dri.so malloc 72 0x557173613600 0.000114
+gallium_dri.so free 0x557173613680 void 0.000114
+gallium_dri.so free 0x557173613600 void 0.000119
+gallium_dri.so malloc 72 0x557173613680 0.000117
+gallium_dri.so free 0x557173613740 void 0.000115
+gallium_dri.so free 0x557173613680 void 0.000114
+gallium_dri.so malloc 72 0x557173613680 0.000114
+gallium_dri.so free 0x5571736137c0 void 0.000116
+gallium_dri.so free 0x557173613680 void 0.000115
+gallium_dri.so malloc 72 0x5571736137f0 0.000114
+gallium_dri.so free 0x557173613840 void 0.000115
+gallium_dri.so free 0x5571736137f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736137f0 0.000113
+gallium_dri.so free 0x557173613940 void 0.000114
+gallium_dri.so free 0x5571736137f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736138f0 0.000115
+gallium_dri.so free 0x557173613a00 void 0.000116
+gallium_dri.so free 0x5571736138f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736139b0 0.000115
+gallium_dri.so free 0x557173613a80 void 0.000115
+gallium_dri.so free 0x5571736139b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736139b0 0.000115
+gallium_dri.so free 0x557173613b40 void 0.000114
+gallium_dri.so free 0x5571736139b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736139b0 0.000114
+gallium_dri.so free 0x557173613c00 void 0.000115
+gallium_dri.so free 0x5571736139b0 void 0.000113
+gallium_dri.so malloc 72 0x557173613bb0 0.000114
+gallium_dri.so free 0x557173613c80 void 0.000119
+gallium_dri.so free 0x557173613bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613cd0 0.000124
+gallium_dri.so free 0x557173613d40 void 0.000116
+gallium_dri.so free 0x557173613cd0 void 0.000114
+gallium_dri.so malloc 72 0x557173613d60 0.000114
+gallium_dri.so free 0x557173613e00 void 0.000114
+gallium_dri.so free 0x557173613d60 void 0.000114
+gallium_dri.so malloc 72 0x557173613db0 0.000113
+gallium_dri.so free 0x557173613e80 void 0.000115
+gallium_dri.so free 0x557173613db0 void 0.000115
+gallium_dri.so malloc 72 0x557173613e80 0.000113
+gallium_dri.so free 0x557173613f40 void 0.000114
+gallium_dri.so free 0x557173613e80 void 0.000113
+gallium_dri.so malloc 72 0x557173613e80 0.000114
+gallium_dri.so free 0x557173613fc0 void 0.000115
+gallium_dri.so free 0x557173613e80 void 0.000113
+gallium_dri.so malloc 72 0x557173613fc0 0.000114
+gallium_dri.so free 0x557173614080 void 0.000115
+gallium_dri.so free 0x557173613fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173613fc0 0.000113
+gallium_dri.so free 0x557173614140 void 0.000114
+gallium_dri.so free 0x557173613fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173613fc0 0.000113
+gallium_dri.so free 0x557173614200 void 0.000114
+gallium_dri.so free 0x557173613fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571736141b0 0.000116
+gallium_dri.so free 0x557173614280 void 0.000115
+gallium_dri.so free 0x5571736141b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736142d0 0.000182
+gallium_dri.so free 0x557173614340 void 0.000116
+gallium_dri.so free 0x5571736142d0 void 0.000113
+gallium_dri.so malloc 72 0x557173614380 0.000113
+gallium_dri.so free 0x557173614400 void 0.000116
+gallium_dri.so free 0x557173614380 void 0.000114
+gallium_dri.so malloc 72 0x557173614380 0.000114
+gallium_dri.so free 0x557173614480 void 0.000115
+gallium_dri.so free 0x557173614380 void 0.000112
+gallium_dri.so malloc 72 0x5571736144b0 0.000113
+gallium_dri.so free 0x557173614500 void 0.000114
+gallium_dri.so free 0x5571736144b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736144b0 0.000113
+gallium_dri.so free 0x557173614600 void 0.000115
+gallium_dri.so free 0x5571736144b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736145b0 0.000114
+gallium_dri.so free 0x5571736146c0 void 0.000114
+gallium_dri.so free 0x5571736145b0 void 0.000112
+gallium_dri.so malloc 72 0x557173614670 0.000113
+gallium_dri.so free 0x557173614700 void 0.000115
+gallium_dri.so free 0x557173614670 void 0.000114
+gallium_dri.so malloc 72 0x557173614670 0.000115
+gallium_dri.so free 0x5571736147c0 void 0.000114
+gallium_dri.so free 0x557173614670 void 0.000114
+gallium_dri.so malloc 72 0x557173614830 0.000112
+gallium_dri.so free 0x557173614880 void 0.000113
+gallium_dri.so free 0x557173614830 void 0.000113
+gallium_dri.so malloc 72 0x557173614830 0.000124
+gallium_dri.so free 0x557173614980 void 0.000116
+gallium_dri.so free 0x557173614830 void 0.000115
+gallium_dri.so malloc 72 0x557173614930 0.000113
+gallium_dri.so free 0x557173614a40 void 0.000116
+gallium_dri.so free 0x557173614930 void 0.000113
+gallium_dri.so malloc 72 0x5571736149f0 0.000112
+gallium_dri.so free 0x557173614a80 void 0.000114
+gallium_dri.so free 0x5571736149f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736149f0 0.000117
+gallium_dri.so free 0x557173614b40 void 0.000115
+gallium_dri.so free 0x5571736149f0 void 0.000113
+gallium_dri.so malloc 72 0x557173614b80 0.000114
+gallium_dri.so free 0x557173614c00 void 0.000115
+gallium_dri.so free 0x557173614b80 void 0.000113
+gallium_dri.so malloc 72 0x557173614c00 0.000119
+gallium_dri.so free 0x557173614cc0 void 0.000115
+gallium_dri.so free 0x557173614c00 void 0.000113
+gallium_dri.so malloc 72 0x557173614c00 0.000113
+gallium_dri.so free 0x557173614d80 void 0.000115
+gallium_dri.so free 0x557173614c00 void 0.000114
+gallium_dri.so malloc 72 0x557173614da0 0.000113
+gallium_dri.so free 0x557173614e40 void 0.000114
+gallium_dri.so free 0x557173614da0 void 0.000114
+gallium_dri.so malloc 72 0x557173614df0 0.000113
+gallium_dri.so free 0x557173614ec0 void 0.000116
+gallium_dri.so free 0x557173614df0 void 0.000112
+gallium_dri.so malloc 72 0x557173614df0 0.000114
+gallium_dri.so free 0x557173614f40 void 0.000119
+gallium_dri.so free 0x557173614df0 void 0.000114
+gallium_dri.so malloc 72 0x557173614f40 0.000113
+gallium_dri.so free 0x557173615000 void 0.000113
+gallium_dri.so free 0x557173614f40 void 0.000113
+gallium_dri.so malloc 72 0x557173614f40 0.000112
+gallium_dri.so free 0x5571736150c0 void 0.000115
+gallium_dri.so free 0x557173614f40 void 0.000113
+gallium_dri.so malloc 72 0x557173614f40 0.000114
+gallium_dri.so free 0x557173615180 void 0.000116
+gallium_dri.so free 0x557173614f40 void 0.000113
+gallium_dri.so malloc 72 0x557173615130 0.000114
+gallium_dri.so free 0x557173615240 void 0.000114
+gallium_dri.so free 0x557173615130 void 0.000113
+gallium_dri.so malloc 72 0x5571736151f0 0.000113
+gallium_dri.so free 0x5571736152c0 void 0.000114
+gallium_dri.so free 0x5571736151f0 void 0.000113
+gallium_dri.so malloc 72 0x557173615310 0.000112
+gallium_dri.so free 0x557173615380 void 0.000115
+gallium_dri.so free 0x557173615310 void 0.000112
+gallium_dri.so malloc 72 0x5571736153a0 0.000114
+gallium_dri.so free 0x557173615440 void 0.000114
+gallium_dri.so free 0x5571736153a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736153f0 0.000114
+gallium_dri.so free 0x5571736154c0 void 0.000115
+gallium_dri.so free 0x5571736153f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736153f0 0.000112
+gallium_dri.so free 0x557173615540 void 0.000128
+gallium_dri.so free 0x5571736153f0 void 0.000114
+gallium_dri.so malloc 72 0x557173615540 0.000113
+gallium_dri.so free 0x557173615600 void 0.000114
+gallium_dri.so free 0x557173615540 void 0.000113
+gallium_dri.so malloc 72 0x557173615540 0.000113
+gallium_dri.so free 0x557173615700 void 0.000114
+gallium_dri.so free 0x557173615540 void 0.000112
+gallium_dri.so malloc 72 0x5571736156b0 0.000112
+gallium_dri.so free 0x557173615740 void 0.000115
+gallium_dri.so free 0x5571736156b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736156b0 0.000114
+gallium_dri.so free 0x557173615800 void 0.000114
+gallium_dri.so free 0x5571736156b0 void 0.000113
+gallium_dri.so malloc 72 0x557173615840 0.000114
+gallium_dri.so free 0x5571736158c0 void 0.000114
+gallium_dri.so free 0x557173615840 void 0.000114
+gallium_dri.so malloc 72 0x5571736158c0 0.000114
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so free 0x5571736158c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736158c0 0.000114
+gallium_dri.so free 0x557173615a00 void 0.000115
+gallium_dri.so free 0x5571736158c0 void 0.000113
+gallium_dri.so malloc 72 0x557173615a30 0.000115
+gallium_dri.so free 0x557173615a80 void 0.000115
+gallium_dri.so free 0x557173615a30 void 0.000114
+gallium_dri.so malloc 72 0x557173615a30 0.000115
+gallium_dri.so free 0x557173615b80 void 0.000114
+gallium_dri.so free 0x557173615a30 void 0.000115
+gallium_dri.so malloc 72 0x557173615bc0 0.000113
+gallium_dri.so free 0x557173615c40 void 0.000115
+gallium_dri.so free 0x557173615bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173615c40 0.000117
+gallium_dri.so free 0x557173615d00 void 0.000116
+gallium_dri.so free 0x557173615c40 void 0.000112
+gallium_dri.so malloc 72 0x557173615c40 0.000114
+gallium_dri.so free 0x557173615d80 void 0.000114
+gallium_dri.so free 0x557173615c40 void 0.000112
+gallium_dri.so malloc 72 0x557173615db0 0.000113
+gallium_dri.so free 0x557173615e00 void 0.000115
+gallium_dri.so free 0x557173615db0 void 0.000112
+gallium_dri.so malloc 72 0x557173615db0 0.000113
+gallium_dri.so free 0x557173615f00 void 0.000114
+gallium_dri.so free 0x557173615db0 void 0.000112
+gallium_dri.so malloc 72 0x557173615eb0 0.000114
+gallium_dri.so free 0x557173615fc0 void 0.000115
+gallium_dri.so free 0x557173615eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173615f70 0.000115
+gallium_dri.so free 0x557173616040 void 0.000115
+gallium_dri.so free 0x557173615f70 void 0.000114
+gallium_dri.so malloc 72 0x557173615f70 0.000113
+gallium_dri.so free 0x557173616100 void 0.000114
+gallium_dri.so free 0x557173615f70 void 0.000112
+gallium_dri.so malloc 72 0x557173615f70 0.000114
+gallium_dri.so free 0x5571736161c0 void 0.000115
+gallium_dri.so free 0x557173615f70 void 0.000162
+gallium_dri.so malloc 72 0x557173616170 0.000120
+gallium_dri.so free 0x557173616240 void 0.000123
+gallium_dri.so free 0x557173616170 void 0.000118
+gallium_dri.so malloc 72 0x557173616290 0.000115
+gallium_dri.so free 0x557173616300 void 0.000120
+gallium_dri.so free 0x557173616290 void 0.000119
+gallium_dri.so malloc 72 0x557173616320 0.000114
+gallium_dri.so free 0x5571736163c0 void 0.000115
+gallium_dri.so free 0x557173616320 void 0.000113
+gallium_dri.so malloc 72 0x557173616370 0.000115
+gallium_dri.so free 0x557173616440 void 0.000123
+gallium_dri.so free 0x557173616370 void 0.000118
+gallium_dri.so malloc 72 0x557173616440 0.000114
+gallium_dri.so free 0x557173616500 void 0.000114
+gallium_dri.so free 0x557173616440 void 0.000113
+gallium_dri.so malloc 72 0x557173616440 0.000115
+gallium_dri.so free 0x557173616580 void 0.000115
+gallium_dri.so free 0x557173616440 void 0.000113
+gallium_dri.so malloc 72 0x557173616580 0.000115
+gallium_dri.so free 0x557173616640 void 0.000114
+gallium_dri.so free 0x557173616580 void 0.000118
+gallium_dri.so malloc 72 0x557173616580 0.000114
+gallium_dri.so free 0x557173616700 void 0.000114
+gallium_dri.so free 0x557173616580 void 0.000113
+gallium_dri.so malloc 72 0x557173616580 0.000113
+gallium_dri.so free 0x5571736167c0 void 0.000127
+gallium_dri.so free 0x557173616580 void 0.000114
+gallium_dri.so malloc 72 0x557173616770 0.000114
+gallium_dri.so free 0x557173616840 void 0.000114
+gallium_dri.so free 0x557173616770 void 0.000114
+gallium_dri.so malloc 72 0x557173616890 0.000114
+gallium_dri.so free 0x557173616900 void 0.000114
+gallium_dri.so free 0x557173616890 void 0.000114
+gallium_dri.so malloc 72 0x557173616940 0.000114
+gallium_dri.so free 0x5571736169c0 void 0.000116
+gallium_dri.so free 0x557173616940 void 0.000115
+gallium_dri.so malloc 72 0x557173616940 0.000113
+gallium_dri.so free 0x557173616a40 void 0.000115
+gallium_dri.so free 0x557173616940 void 0.000113
+gallium_dri.so malloc 72 0x557173616a70 0.000113
+gallium_dri.so free 0x557173616ac0 void 0.000114
+gallium_dri.so free 0x557173616a70 void 0.000114
+gallium_dri.so malloc 72 0x557173616a70 0.000114
+gallium_dri.so free 0x557173616bc0 void 0.000115
+gallium_dri.so free 0x557173616a70 void 0.000113
+gallium_dri.so malloc 72 0x557173616b70 0.000113
+gallium_dri.so free 0x557173616c80 void 0.000114
+gallium_dri.so free 0x557173616b70 void 0.000122
+gallium_dri.so malloc 72 0x557173616c30 0.000116
+gallium_dri.so free 0x557173616cc0 void 0.000115
+gallium_dri.so free 0x557173616c30 void 0.000113
+gallium_dri.so malloc 72 0x557173616c30 0.000115
+gallium_dri.so free 0x557173616d80 void 0.000123
+gallium_dri.so free 0x557173616c30 void 0.000112
+gallium_dri.so malloc 72 0x557173616df0 0.000113
+gallium_dri.so free 0x557173616e40 void 0.000111
+gallium_dri.so free 0x557173616df0 void 0.000112
+gallium_dri.so malloc 72 0x557173616df0 0.000111
+gallium_dri.so free 0x557173616f40 void 0.000112
+gallium_dri.so free 0x557173616df0 void 0.000113
+gallium_dri.so malloc 72 0x557173616ef0 0.000117
+gallium_dri.so free 0x557173617000 void 0.000120
+gallium_dri.so free 0x557173616ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173616fb0 0.000113
+gallium_dri.so free 0x557173617040 void 0.000112
+gallium_dri.so free 0x557173616fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173616fb0 0.000111
+gallium_dri.so free 0x557173617100 void 0.000116
+gallium_dri.so free 0x557173616fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173617140 0.000114
+gallium_dri.so free 0x5571736171c0 void 0.000113
+gallium_dri.so free 0x557173617140 void 0.000115
+gallium_dri.so malloc 72 0x5571736171c0 0.000115
+gallium_dri.so free 0x557173617280 void 0.000117
+gallium_dri.so free 0x5571736171c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736171c0 0.000118
+gallium_dri.so free 0x557173617340 void 0.000121
+gallium_dri.so free 0x5571736171c0 void 0.000112
+gallium_dri.so malloc 72 0x557173617360 0.000113
+gallium_dri.so free 0x557173617400 void 0.000175
+gallium_dri.so free 0x557173617360 void 0.000114
+gallium_dri.so malloc 72 0x5571736173b0 0.000113
+gallium_dri.so free 0x557173617480 void 0.000115
+gallium_dri.so free 0x5571736173b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736173b0 0.000119
+gallium_dri.so free 0x557173617500 void 0.000115
+gallium_dri.so free 0x5571736173b0 void 0.000118
+gallium_dri.so malloc 72 0x557173617500 0.000123
+gallium_dri.so free 0x5571736175c0 void 0.000121
+gallium_dri.so free 0x557173617500 void 0.000113
+gallium_dri.so malloc 72 0x557173617500 0.000115
+gallium_dri.so free 0x557173617680 void 0.000115
+gallium_dri.so free 0x557173617500 void 0.000114
+gallium_dri.so malloc 72 0x557173617500 0.000115
+gallium_dri.so free 0x557173617740 void 0.000115
+gallium_dri.so free 0x557173617500 void 0.000114
+gallium_dri.so malloc 72 0x5571736176f0 0.000114
+gallium_dri.so free 0x557173617800 void 0.000114
+gallium_dri.so free 0x5571736176f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736177b0 0.000114
+gallium_dri.so free 0x557173617880 void 0.000116
+gallium_dri.so free 0x5571736177b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736178d0 0.000113
+gallium_dri.so free 0x557173617940 void 0.000114
+gallium_dri.so free 0x5571736178d0 void 0.000115
+gallium_dri.so malloc 72 0x557173617960 0.000126
+gallium_dri.so free 0x557173617a00 void 0.000115
+gallium_dri.so free 0x557173617960 void 0.000115
+gallium_dri.so malloc 72 0x5571736179b0 0.000114
+gallium_dri.so free 0x557173617a80 void 0.000115
+gallium_dri.so free 0x5571736179b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736179b0 0.000113
+gallium_dri.so free 0x557173617b00 void 0.000114
+gallium_dri.so free 0x5571736179b0 void 0.000115
+gallium_dri.so malloc 72 0x557173617b00 0.000115
+gallium_dri.so free 0x557173617bc0 void 0.000115
+gallium_dri.so free 0x557173617b00 void 0.000117
+gallium_dri.so malloc 72 0x557173617b00 0.000116
+gallium_dri.so free 0x557173617cc0 void 0.000115
+gallium_dri.so free 0x557173617b00 void 0.000114
+gallium_dri.so malloc 72 0x557173617c70 0.000113
+gallium_dri.so free 0x557173617d00 void 0.000114
+gallium_dri.so free 0x557173617c70 void 0.000113
+gallium_dri.so malloc 72 0x557173617c70 0.000114
+gallium_dri.so free 0x557173617dc0 void 0.000114
+gallium_dri.so free 0x557173617c70 void 0.000114
+gallium_dri.so malloc 72 0x557173617e00 0.000112
+gallium_dri.so free 0x557173617e80 void 0.000114
+gallium_dri.so free 0x557173617e00 void 0.000113
+gallium_dri.so malloc 72 0x557173617e80 0.000113
+gallium_dri.so free 0x557173617f40 void 0.000115
+gallium_dri.so free 0x557173617e80 void 0.000115
+gallium_dri.so malloc 72 0x557173617e80 0.000112
+gallium_dri.so free 0x557173617fc0 void 0.000114
+gallium_dri.so free 0x557173617e80 void 0.000112
+gallium_dri.so malloc 72 0x557173617ff0 0.000111
+gallium_dri.so free 0x557173618040 void 0.000111
+gallium_dri.so free 0x557173617ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173617ff0 0.000111
+gallium_dri.so free 0x557173618140 void 0.000113
+gallium_dri.so free 0x557173617ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173618180 0.000112
+gallium_dri.so free 0x557173618200 void 0.000111
+gallium_dri.so free 0x557173618180 void 0.000112
+gallium_dri.so malloc 72 0x557173618200 0.000117
+gallium_dri.so free 0x5571736182c0 void 0.000124
+gallium_dri.so free 0x557173618200 void 0.000120
+gallium_dri.so malloc 72 0x557173618200 0.000113
+gallium_dri.so free 0x557173618340 void 0.000114
+gallium_dri.so free 0x557173618200 void 0.000113
+gallium_dri.so malloc 72 0x557173618370 0.000117
+gallium_dri.so free 0x5571736183c0 void 0.000115
+gallium_dri.so free 0x557173618370 void 0.000113
+gallium_dri.so malloc 72 0x557173618370 0.000119
+gallium_dri.so free 0x5571736184c0 void 0.000123
+gallium_dri.so free 0x557173618370 void 0.000119
+gallium_dri.so malloc 72 0x557173618470 0.000114
+gallium_dri.so free 0x557173618580 void 0.000116
+gallium_dri.so free 0x557173618470 void 0.000114
+gallium_dri.so malloc 72 0x557173618530 0.000164
+gallium_dri.so free 0x557173618600 void 0.000116
+gallium_dri.so free 0x557173618530 void 0.000113
+gallium_dri.so malloc 72 0x557173618530 0.000113
+gallium_dri.so free 0x5571736186c0 void 0.000115
+gallium_dri.so free 0x557173618530 void 0.000113
+gallium_dri.so malloc 72 0x557173618530 0.000113
+gallium_dri.so free 0x557173618780 void 0.000115
+gallium_dri.so free 0x557173618530 void 0.000115
+gallium_dri.so malloc 72 0x557173618730 0.000115
+gallium_dri.so free 0x557173618800 void 0.000115
+gallium_dri.so free 0x557173618730 void 0.000114
+gallium_dri.so malloc 72 0x557173618850 0.000113
+gallium_dri.so free 0x5571736188c0 void 0.000115
+gallium_dri.so free 0x557173618850 void 0.000113
+gallium_dri.so malloc 72 0x5571736188e0 0.000113
+gallium_dri.so free 0x557173618980 void 0.000115
+gallium_dri.so free 0x5571736188e0 void 0.000113
+gallium_dri.so malloc 72 0x557173618930 0.000114
+gallium_dri.so free 0x557173618a00 void 0.000115
+gallium_dri.so free 0x557173618930 void 0.000113
+gallium_dri.so malloc 72 0x557173618a00 0.000114
+gallium_dri.so free 0x557173618ac0 void 0.000115
+gallium_dri.so free 0x557173618a00 void 0.000113
+gallium_dri.so malloc 72 0x557173618a00 0.000114
+gallium_dri.so free 0x557173618b40 void 0.000114
+gallium_dri.so free 0x557173618a00 void 0.000113
+gallium_dri.so malloc 72 0x557173618b40 0.000125
+gallium_dri.so free 0x557173618c00 void 0.000120
+gallium_dri.so free 0x557173618b40 void 0.000113
+gallium_dri.so malloc 72 0x557173618b40 0.000113
+gallium_dri.so free 0x557173618cc0 void 0.000114
+gallium_dri.so free 0x557173618b40 void 0.000113
+gallium_dri.so malloc 72 0x557173618b40 0.000115
+gallium_dri.so free 0x557173618d80 void 0.000113
+gallium_dri.so free 0x557173618b40 void 0.000113
+gallium_dri.so malloc 72 0x557173618d30 0.000113
+gallium_dri.so free 0x557173618e00 void 0.000113
+gallium_dri.so free 0x557173618d30 void 0.000113
+gallium_dri.so malloc 72 0x557173618e50 0.000113
+gallium_dri.so free 0x557173618ec0 void 0.000114
+gallium_dri.so free 0x557173618e50 void 0.000112
+gallium_dri.so malloc 72 0x557173618f00 0.000114
+gallium_dri.so free 0x557173618f80 void 0.000114
+gallium_dri.so free 0x557173618f00 void 0.000112
+gallium_dri.so malloc 72 0x557173618f00 0.000112
+gallium_dri.so free 0x557173619000 void 0.000113
+gallium_dri.so free 0x557173618f00 void 0.000115
+gallium_dri.so malloc 72 0x557173619030 0.000114
+gallium_dri.so free 0x557173619080 void 0.000115
+gallium_dri.so free 0x557173619030 void 0.000113
+gallium_dri.so malloc 72 0x557173619030 0.000114
+gallium_dri.so free 0x557173619180 void 0.000114
+gallium_dri.so free 0x557173619030 void 0.000113
+gallium_dri.so malloc 72 0x557173619130 0.000113
+gallium_dri.so free 0x557173619240 void 0.000118
+gallium_dri.so free 0x557173619130 void 0.000113
+gallium_dri.so malloc 72 0x5571736191f0 0.000113
+gallium_dri.so free 0x557173619280 void 0.000116
+gallium_dri.so free 0x5571736191f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736191f0 0.000115
+gallium_dri.so free 0x557173619340 void 0.000115
+gallium_dri.so free 0x5571736191f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736193b0 0.000115
+gallium_dri.so free 0x557173619400 void 0.000114
+gallium_dri.so free 0x5571736193b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736193b0 0.000113
+gallium_dri.so free 0x557173619500 void 0.000115
+gallium_dri.so free 0x5571736193b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736194b0 0.000113
+gallium_dri.so free 0x5571736195c0 void 0.000115
+gallium_dri.so free 0x5571736194b0 void 0.000114
+gallium_dri.so malloc 72 0x557173619570 0.000114
+gallium_dri.so free 0x557173619600 void 0.000115
+gallium_dri.so free 0x557173619570 void 0.000114
+gallium_dri.so malloc 72 0x557173619570 0.000114
+gallium_dri.so free 0x5571736196c0 void 0.000115
+gallium_dri.so free 0x557173619570 void 0.000117
+gallium_dri.so malloc 72 0x557173619700 0.000115
+gallium_dri.so free 0x557173619780 void 0.000115
+gallium_dri.so free 0x557173619700 void 0.000113
+gallium_dri.so malloc 72 0x557173619780 0.000112
+gallium_dri.so free 0x557173619840 void 0.000166
+gallium_dri.so free 0x557173619780 void 0.000115
+gallium_dri.so malloc 72 0x557173619780 0.000115
+gallium_dri.so free 0x557173619900 void 0.000117
+gallium_dri.so free 0x557173619780 void 0.000113
+gallium_dri.so malloc 72 0x557173619920 0.000114
+gallium_dri.so free 0x5571736199c0 void 0.000115
+gallium_dri.so free 0x557173619920 void 0.000114
+gallium_dri.so malloc 72 0x557173619970 0.000114
+gallium_dri.so free 0x557173619a40 void 0.000114
+gallium_dri.so free 0x557173619970 void 0.000112
+gallium_dri.so malloc 72 0x557173619970 0.000112
+gallium_dri.so free 0x557173619ac0 void 0.000114
+gallium_dri.so free 0x557173619970 void 0.000113
+gallium_dri.so malloc 72 0x557173619ac0 0.000114
+gallium_dri.so free 0x557173619b80 void 0.000114
+gallium_dri.so free 0x557173619ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173619ac0 0.000113
+gallium_dri.so free 0x557173619c40 void 0.000116
+gallium_dri.so free 0x557173619ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173619ac0 0.000115
+gallium_dri.so free 0x557173619d00 void 0.000115
+gallium_dri.so free 0x557173619ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173619cb0 0.000114
+gallium_dri.so free 0x557173619dc0 void 0.000115
+gallium_dri.so free 0x557173619cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173619d70 0.000114
+gallium_dri.so free 0x557173619e40 void 0.000128
+gallium_dri.so free 0x557173619d70 void 0.000114
+gallium_dri.so malloc 72 0x557173619e90 0.000113
+gallium_dri.so free 0x557173619f00 void 0.000114
+gallium_dri.so free 0x557173619e90 void 0.000112
+gallium_dri.so malloc 72 0x557173619f20 0.000121
+gallium_dri.so free 0x557173619fc0 void 0.000116
+gallium_dri.so free 0x557173619f20 void 0.000114
+gallium_dri.so malloc 72 0x557173619f70 0.000114
+gallium_dri.so free 0x55717361a040 void 0.000114
+gallium_dri.so free 0x557173619f70 void 0.000113
+gallium_dri.so malloc 72 0x557173619f70 0.000114
+gallium_dri.so free 0x55717361a0c0 void 0.000115
+gallium_dri.so free 0x557173619f70 void 0.000115
+gallium_dri.so malloc 72 0x55717361a0c0 0.000113
+gallium_dri.so free 0x55717361a180 void 0.000115
+gallium_dri.so free 0x55717361a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a0c0 0.000163
+gallium_dri.so free 0x55717361a280 void 0.000210
+gallium_dri.so free 0x55717361a0c0 void 0.000222
+gallium_dri.so malloc 72 0x55717361a230 0.000123
+gallium_dri.so free 0x55717361a2c0 void 0.000193
+gallium_dri.so free 0x55717361a230 void 0.000164
+gallium_dri.so malloc 72 0x55717361a230 0.000186
+gallium_dri.so free 0x55717361a380 void 0.000217
+gallium_dri.so free 0x55717361a230 void 0.000255
+gallium_dri.so malloc 72 0x55717361a3c0 0.000218
+gallium_dri.so free 0x55717361a440 void 0.000281
+gallium_dri.so free 0x55717361a3c0 void 0.000220
+gallium_dri.so malloc 72 0x55717361a440 0.000175
+gallium_dri.so free 0x55717361a500 void 0.000175
+gallium_dri.so free 0x55717361a440 void 0.000169
+gallium_dri.so malloc 72 0x55717361a440 0.000164
+gallium_dri.so free 0x55717361a580 void 0.000173
+gallium_dri.so free 0x55717361a440 void 0.000179
+gallium_dri.so malloc 72 0x55717361a5b0 0.000175
+gallium_dri.so free 0x55717361a600 void 0.000181
+gallium_dri.so free 0x55717361a5b0 void 0.000180
+gallium_dri.so malloc 72 0x55717361a5b0 0.000180
+gallium_dri.so free 0x55717361a700 void 0.000179
+gallium_dri.so free 0x55717361a5b0 void 0.000192
+gallium_dri.so malloc 72 0x55717361a740 0.000177
+gallium_dri.so free 0x55717361a7c0 void 0.000312
+gallium_dri.so free 0x55717361a740 void 0.000311
+gallium_dri.so malloc 72 0x55717361a7c0 0.000366
+gallium_dri.so free 0x55717361a880 void 0.000305
+gallium_dri.so free 0x55717361a7c0 void 0.000311
+gallium_dri.so malloc 72 0x55717361a7c0 0.000272
+gallium_dri.so free 0x55717361a900 void 0.000253
+gallium_dri.so free 0x55717361a7c0 void 0.000343
+gallium_dri.so malloc 72 0x55717361a930 0.000292
+gallium_dri.so free 0x55717361a980 void 0.000250
+gallium_dri.so free 0x55717361a930 void 0.000250
+gallium_dri.so malloc 72 0x55717361a930 0.000120
+gallium_dri.so free 0x55717361aa80 void 0.000117
+gallium_dri.so free 0x55717361a930 void 0.000114
+gallium_dri.so malloc 72 0x55717361aa30 0.000114
+gallium_dri.so free 0x55717361ab40 void 0.000116
+gallium_dri.so free 0x55717361aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717361aaf0 0.000114
+gallium_dri.so free 0x55717361abc0 void 0.000114
+gallium_dri.so free 0x55717361aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361aaf0 0.000113
+gallium_dri.so free 0x55717361ac80 void 0.000115
+gallium_dri.so free 0x55717361aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361aaf0 0.000113
+gallium_dri.so free 0x55717361ad40 void 0.000115
+gallium_dri.so free 0x55717361aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361acf0 0.000114
+gallium_dri.so free 0x55717361adc0 void 0.000114
+gallium_dri.so free 0x55717361acf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae10 0.000112
+gallium_dri.so free 0x55717361ae80 void 0.000117
+gallium_dri.so free 0x55717361ae10 void 0.000113
+gallium_dri.so malloc 72 0x55717361aea0 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000116
+gallium_dri.so free 0x55717361aea0 void 0.000113
+gallium_dri.so malloc 72 0x55717361aef0 0.000114
+gallium_dri.so free 0x55717361afc0 void 0.000121
+gallium_dri.so free 0x55717361aef0 void 0.000123
+gallium_dri.so malloc 72 0x55717361afc0 0.000115
+gallium_dri.so free 0x55717361b080 void 0.000115
+gallium_dri.so free 0x55717361afc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361afc0 0.000113
+gallium_dri.so free 0x55717361b100 void 0.000115
+gallium_dri.so free 0x55717361afc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b100 0.000113
+gallium_dri.so free 0x55717361b1c0 void 0.000114
+gallium_dri.so free 0x55717361b100 void 0.000112
+gallium_dri.so malloc 72 0x55717361b100 0.000113
+gallium_dri.so free 0x55717361b280 void 0.000206
+gallium_dri.so free 0x55717361b100 void 0.000165
+gallium_dri.so malloc 72 0x55717361b100 0.000214
+gallium_dri.so free 0x55717361b340 void 0.000215
+gallium_dri.so free 0x55717361b100 void 0.000169
+gallium_dri.so malloc 72 0x55717361b2f0 0.000208
+gallium_dri.so free 0x55717361b3c0 void 0.000179
+gallium_dri.so free 0x55717361b2f0 void 0.000178
+gallium_dri.so malloc 72 0x55717361b410 0.000180
+gallium_dri.so free 0x55717361b480 void 0.000152
+gallium_dri.so free 0x55717361b410 void 0.000119
+gallium_dri.so malloc 72 0x55717361b4c0 0.000119
+gallium_dri.so free 0x55717361b540 void 0.000119
+gallium_dri.so free 0x55717361b4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b4c0 0.000120
+gallium_dri.so free 0x55717361b5c0 void 0.000118
+gallium_dri.so free 0x55717361b4c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361b5f0 0.000120
+gallium_dri.so free 0x55717361b640 void 0.000119
+gallium_dri.so free 0x55717361b5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b5f0 0.000120
+gallium_dri.so free 0x55717361b740 void 0.000118
+gallium_dri.so free 0x55717361b5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b6f0 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000120
+gallium_dri.so free 0x55717361b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b7b0 0.000117
+gallium_dri.so free 0x55717361b840 void 0.000118
+gallium_dri.so free 0x55717361b7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b7b0 0.000119
+gallium_dri.so free 0x55717361b900 void 0.000118
+gallium_dri.so free 0x55717361b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b970 0.000119
+gallium_dri.so free 0x55717361b9c0 void 0.000118
+gallium_dri.so free 0x55717361b970 void 0.000118
+gallium_dri.so malloc 72 0x55717361b970 0.000140
+gallium_dri.so free 0x55717361bac0 void 0.000119
+gallium_dri.so free 0x55717361b970 void 0.000117
+gallium_dri.so malloc 72 0x55717361ba70 0.000117
+gallium_dri.so free 0x55717361bb80 void 0.000119
+gallium_dri.so free 0x55717361ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717361bb30 0.000118
+gallium_dri.so free 0x55717361bbc0 void 0.000120
+gallium_dri.so free 0x55717361bb30 void 0.000117
+gallium_dri.so malloc 72 0x55717361bb30 0.000119
+gallium_dri.so free 0x55717361bc80 void 0.000118
+gallium_dri.so free 0x55717361bb30 void 0.000136
+gallium_dri.so malloc 72 0x55717361bcc0 0.000121
+gallium_dri.so free 0x55717361bd40 void 0.000118
+gallium_dri.so free 0x55717361bcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bd40 0.000118
+gallium_dri.so free 0x55717361be00 void 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000117
+gallium_dri.so malloc 72 0x55717361bd40 0.000118
+gallium_dri.so free 0x55717361bec0 void 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000119
+gallium_dri.so malloc 72 0x55717361bee0 0.000117
+gallium_dri.so free 0x55717361bf80 void 0.000120
+gallium_dri.so free 0x55717361bee0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bf30 0.000119
+gallium_dri.so free 0x55717361c000 void 0.000119
+gallium_dri.so free 0x55717361bf30 void 0.000144
+gallium_dri.so malloc 72 0x55717361bf30 0.000120
+gallium_dri.so free 0x55717361c080 void 0.000118
+gallium_dri.so free 0x55717361bf30 void 0.000118
+gallium_dri.so malloc 72 0x55717361c080 0.000119
+gallium_dri.so free 0x55717361c140 void 0.000119
+gallium_dri.so free 0x55717361c080 void 0.000118
+gallium_dri.so malloc 72 0x55717361c080 0.000119
+gallium_dri.so free 0x55717361c200 void 0.000120
+gallium_dri.so free 0x55717361c080 void 0.000119
+gallium_dri.so malloc 72 0x55717361c080 0.000118
+gallium_dri.so free 0x55717361c2c0 void 0.000118
+gallium_dri.so free 0x55717361c080 void 0.000119
+gallium_dri.so malloc 72 0x55717361c270 0.000117
+gallium_dri.so free 0x55717361c380 void 0.000127
+gallium_dri.so free 0x55717361c270 void 0.000113
+gallium_dri.so malloc 72 0x55717361c330 0.000112
+gallium_dri.so free 0x55717361c400 void 0.000113
+gallium_dri.so free 0x55717361c330 void 0.000111
+gallium_dri.so malloc 72 0x55717361c450 0.000112
+gallium_dri.so free 0x55717361c4c0 void 0.000114
+gallium_dri.so free 0x55717361c450 void 0.000118
+gallium_dri.so malloc 72 0x55717361c4e0 0.000115
+gallium_dri.so free 0x55717361c580 void 0.000113
+gallium_dri.so free 0x55717361c4e0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c530 0.000112
+gallium_dri.so free 0x55717361c600 void 0.000126
+gallium_dri.so free 0x55717361c530 void 0.000115
+gallium_dri.so malloc 72 0x55717361c530 0.000115
+gallium_dri.so free 0x55717361c680 void 0.000114
+gallium_dri.so free 0x55717361c530 void 0.000112
+gallium_dri.so malloc 72 0x55717361c680 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000112
+gallium_dri.so malloc 72 0x55717361c680 0.000112
+gallium_dri.so free 0x55717361c840 void 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000112
+gallium_dri.so malloc 72 0x55717361c7f0 0.000113
+gallium_dri.so free 0x55717361c880 void 0.000114
+gallium_dri.so free 0x55717361c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c7f0 0.000113
+gallium_dri.so free 0x55717361c940 void 0.000113
+gallium_dri.so free 0x55717361c7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c980 0.000111
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c980 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca00 0.000113
+gallium_dri.so free 0x55717361cac0 void 0.000114
+gallium_dri.so free 0x55717361ca00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ca00 0.000113
+gallium_dri.so free 0x55717361cb40 void 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000112
+gallium_dri.so malloc 72 0x55717361cb70 0.000112
+gallium_dri.so free 0x55717361cbc0 void 0.000112
+gallium_dri.so free 0x55717361cb70 void 0.000204
+gallium_dri.so malloc 72 0x55717361cb70 0.000115
+gallium_dri.so free 0x55717361ccc0 void 0.000114
+gallium_dri.so free 0x55717361cb70 void 0.000112
+gallium_dri.so malloc 72 0x55717361cd00 0.000113
+gallium_dri.so free 0x55717361cd80 void 0.000113
+gallium_dri.so free 0x55717361cd00 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd80 0.000112
+gallium_dri.so free 0x55717361ce40 void 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd80 0.000112
+gallium_dri.so free 0x55717361cec0 void 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000112
+gallium_dri.so malloc 72 0x55717361cef0 0.000113
+gallium_dri.so free 0x55717361cf40 void 0.000112
+gallium_dri.so free 0x55717361cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717361cef0 0.000112
+gallium_dri.so free 0x55717361d040 void 0.000113
+gallium_dri.so free 0x55717361cef0 void 0.000111
+gallium_dri.so malloc 72 0x55717361cff0 0.000113
+gallium_dri.so free 0x55717361d100 void 0.000113
+gallium_dri.so free 0x55717361cff0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d0b0 0.000112
+gallium_dri.so free 0x55717361d180 void 0.000112
+gallium_dri.so free 0x55717361d0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d0b0 0.000113
+gallium_dri.so free 0x55717361d240 void 0.000114
+gallium_dri.so free 0x55717361d0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d0b0 0.000115
+gallium_dri.so free 0x55717361d300 void 0.000116
+gallium_dri.so free 0x55717361d0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d2b0 0.000118
+gallium_dri.so free 0x55717361d380 void 0.000116
+gallium_dri.so free 0x55717361d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d3d0 0.000114
+gallium_dri.so free 0x55717361d440 void 0.000115
+gallium_dri.so free 0x55717361d3d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d460 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000123
+gallium_dri.so free 0x55717361d460 void 0.000114
+gallium_dri.so malloc 72 0x55717361d4b0 0.000115
+gallium_dri.so free 0x55717361d580 void 0.000117
+gallium_dri.so free 0x55717361d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d580 0.000115
+gallium_dri.so free 0x55717361d640 void 0.000115
+gallium_dri.so free 0x55717361d580 void 0.000115
+gallium_dri.so malloc 72 0x55717361d580 0.000113
+gallium_dri.so free 0x55717361d6c0 void 0.000115
+gallium_dri.so free 0x55717361d580 void 0.000114
+gallium_dri.so malloc 72 0x55717361d6c0 0.000115
+gallium_dri.so free 0x55717361d780 void 0.000116
+gallium_dri.so free 0x55717361d6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d6c0 0.000114
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d6c0 0.000116
+gallium_dri.so free 0x55717361d900 void 0.000115
+gallium_dri.so free 0x55717361d6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d8b0 0.000114
+gallium_dri.so free 0x55717361d980 void 0.000115
+gallium_dri.so free 0x55717361d8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d9d0 0.000123
+gallium_dri.so free 0x55717361da40 void 0.000124
+gallium_dri.so free 0x55717361d9d0 void 0.000125
+gallium_dri.so malloc 72 0x55717361da80 0.000119
+gallium_dri.so free 0x55717361db00 void 0.000116
+gallium_dri.so free 0x55717361da80 void 0.000114
+gallium_dri.so malloc 72 0x55717361da80 0.000115
+gallium_dri.so free 0x55717361db80 void 0.000114
+gallium_dri.so free 0x55717361da80 void 0.000113
+gallium_dri.so malloc 72 0x55717361dbb0 0.000113
+gallium_dri.so free 0x55717361dc00 void 0.000115
+gallium_dri.so free 0x55717361dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dbb0 0.000116
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so free 0x55717361dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dcb0 0.000115
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so free 0x55717361dcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dd70 0.000114
+gallium_dri.so free 0x55717361de00 void 0.000134
+gallium_dri.so free 0x55717361dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717361dd70 0.000115
+gallium_dri.so free 0x55717361dec0 void 0.000143
+gallium_dri.so free 0x55717361dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717361df30 0.000115
+gallium_dri.so free 0x55717361df80 void 0.000116
+gallium_dri.so free 0x55717361df30 void 0.000115
+gallium_dri.so malloc 72 0x55717361df30 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000115
+gallium_dri.so free 0x55717361df30 void 0.000114
+gallium_dri.so malloc 72 0x55717361e030 0.000113
+gallium_dri.so free 0x55717361e140 void 0.000115
+gallium_dri.so free 0x55717361e030 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000115
+gallium_dri.so free 0x55717361e180 void 0.000114
+gallium_dri.so free 0x55717361e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e0f0 0.000114
+gallium_dri.so free 0x55717361e240 void 0.000116
+gallium_dri.so free 0x55717361e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e280 0.000113
+gallium_dri.so free 0x55717361e300 void 0.000120
+gallium_dri.so free 0x55717361e280 void 0.000120
+gallium_dri.so malloc 72 0x55717361e300 0.000115
+gallium_dri.so free 0x55717361e3c0 void 0.000115
+gallium_dri.so free 0x55717361e300 void 0.000114
+gallium_dri.so malloc 72 0x55717361e300 0.000116
+gallium_dri.so free 0x55717361e480 void 0.000125
+gallium_dri.so free 0x55717361e300 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4a0 0.000113
+gallium_dri.so free 0x55717361e540 void 0.000112
+gallium_dri.so free 0x55717361e4a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e4f0 0.000113
+gallium_dri.so free 0x55717361e5c0 void 0.000112
+gallium_dri.so free 0x55717361e4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e4f0 0.000113
+gallium_dri.so free 0x55717361e640 void 0.000113
+gallium_dri.so free 0x55717361e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e640 0.000114
+gallium_dri.so free 0x55717361e700 void 0.000118
+gallium_dri.so free 0x55717361e640 void 0.000123
+gallium_dri.so malloc 72 0x55717361e640 0.000119
+gallium_dri.so free 0x55717361e7c0 void 0.000115
+gallium_dri.so free 0x55717361e640 void 0.000112
+gallium_dri.so malloc 72 0x55717361e640 0.000113
+gallium_dri.so free 0x55717361e880 void 0.000126
+gallium_dri.so free 0x55717361e640 void 0.000161
+gallium_dri.so malloc 72 0x55717361e830 0.000177
+gallium_dri.so free 0x55717361e940 void 0.000211
+gallium_dri.so free 0x55717361e830 void 0.000216
+gallium_dri.so malloc 72 0x55717361e8f0 0.000230
+gallium_dri.so free 0x55717361e9c0 void 0.000152
+gallium_dri.so free 0x55717361e8f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361ea10 0.000121
+gallium_dri.so free 0x55717361ea80 void 0.000119
+gallium_dri.so free 0x55717361ea10 void 0.000122
+gallium_dri.so malloc 72 0x55717361eaa0 0.000116
+gallium_dri.so free 0x55717361eb40 void 0.000116
+gallium_dri.so free 0x55717361eaa0 void 0.000116
+gallium_dri.so malloc 72 0x55717361eaf0 0.000116
+gallium_dri.so free 0x55717361ebc0 void 0.000117
+gallium_dri.so free 0x55717361eaf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361eaf0 0.000115
+gallium_dri.so free 0x55717361ec40 void 0.000117
+gallium_dri.so free 0x55717361eaf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361ec40 0.000122
+gallium_dri.so free 0x55717361ed00 void 0.000118
+gallium_dri.so free 0x55717361ec40 void 0.000117
+gallium_dri.so malloc 72 0x55717361ec40 0.000117
+gallium_dri.so free 0x55717361ee00 void 0.000116
+gallium_dri.so free 0x55717361ec40 void 0.000117
+gallium_dri.so malloc 72 0x55717361edb0 0.000117
+gallium_dri.so free 0x55717361ee40 void 0.000119
+gallium_dri.so free 0x55717361edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361edb0 0.000116
+gallium_dri.so free 0x55717361ef00 void 0.000117
+gallium_dri.so free 0x55717361edb0 void 0.000133
+gallium_dri.so malloc 72 0x55717361ef40 0.000117
+gallium_dri.so free 0x55717361efc0 void 0.000117
+gallium_dri.so free 0x55717361ef40 void 0.000115
+gallium_dri.so malloc 72 0x55717361efc0 0.000116
+gallium_dri.so free 0x55717361f080 void 0.000120
+gallium_dri.so free 0x55717361efc0 void 0.000116
+gallium_dri.so malloc 72 0x55717361efc0 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000116
+gallium_dri.so free 0x55717361efc0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f130 0.000116
+gallium_dri.so free 0x55717361f180 void 0.000116
+gallium_dri.so free 0x55717361f130 void 0.000115
+gallium_dri.so malloc 72 0x55717361f130 0.000117
+gallium_dri.so free 0x55717361f280 void 0.000115
+gallium_dri.so free 0x55717361f130 void 0.000114
+gallium_dri.so malloc 72 0x55717361f2c0 0.000115
+gallium_dri.so free 0x55717361f340 void 0.000116
+gallium_dri.so free 0x55717361f2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f340 0.000114
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000117
+gallium_dri.so malloc 72 0x55717361f340 0.000114
+gallium_dri.so free 0x55717361f480 void 0.000115
+gallium_dri.so free 0x55717361f340 void 0.000115
+gallium_dri.so malloc 72 0x55717361f4b0 0.000114
+gallium_dri.so free 0x55717361f500 void 0.000114
+gallium_dri.so free 0x55717361f4b0 void 0.000149
+gallium_dri.so malloc 72 0x55717361f4b0 0.000137
+gallium_dri.so free 0x55717361f600 void 0.000137
+gallium_dri.so free 0x55717361f4b0 void 0.000135
+gallium_dri.so malloc 72 0x55717361f5b0 0.000137
+gallium_dri.so free 0x55717361f6c0 void 0.000136
+gallium_dri.so free 0x55717361f5b0 void 0.000135
+gallium_dri.so malloc 72 0x55717361f670 0.000136
+gallium_dri.so free 0x55717361f740 void 0.000135
+gallium_dri.so free 0x55717361f670 void 0.000177
+gallium_dri.so malloc 72 0x55717361f670 0.000137
+gallium_dri.so free 0x55717361f800 void 0.000135
+gallium_dri.so free 0x55717361f670 void 0.000135
+gallium_dri.so malloc 72 0x55717361f670 0.000134
+gallium_dri.so free 0x55717361f8c0 void 0.000137
+gallium_dri.so free 0x55717361f670 void 0.000136
+gallium_dri.so malloc 72 0x55717361f870 0.000136
+gallium_dri.so free 0x55717361f940 void 0.000136
+gallium_dri.so free 0x55717361f870 void 0.000136
+gallium_dri.so malloc 72 0x55717361f990 0.000137
+gallium_dri.so free 0x55717361fa00 void 0.000135
+gallium_dri.so free 0x55717361f990 void 0.000136
+gallium_dri.so malloc 72 0x55717361fa20 0.000137
+gallium_dri.so free 0x55717361fac0 void 0.000165
+gallium_dri.so free 0x55717361fa20 void 0.000159
+gallium_dri.so malloc 72 0x55717361fa70 0.000142
+gallium_dri.so free 0x55717361fb40 void 0.000143
+gallium_dri.so free 0x55717361fa70 void 0.000149
+gallium_dri.so malloc 72 0x55717361fb40 0.000121
+gallium_dri.so free 0x55717361fc00 void 0.000114
+gallium_dri.so free 0x55717361fb40 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb40 0.000110
+gallium_dri.so free 0x55717361fc80 void 0.000110
+gallium_dri.so free 0x55717361fb40 void 0.000109
+gallium_dri.so malloc 72 0x55717361fc80 0.000109
+gallium_dri.so free 0x55717361fd40 void 0.000112
+gallium_dri.so free 0x55717361fc80 void 0.000110
+gallium_dri.so malloc 72 0x55717361fc80 0.000109
+gallium_dri.so free 0x55717361fe00 void 0.000110
+gallium_dri.so free 0x55717361fc80 void 0.000109
+gallium_dri.so malloc 72 0x55717361fc80 0.000111
+gallium_dri.so free 0x55717361fec0 void 0.000111
+gallium_dri.so free 0x55717361fc80 void 0.000111
+gallium_dri.so malloc 72 0x55717361fe70 0.000109
+gallium_dri.so free 0x55717361ff40 void 0.000109
+gallium_dri.so free 0x55717361fe70 void 0.000111
+gallium_dri.so malloc 72 0x55717361ff90 0.000110
+gallium_dri.so free 0x557173620000 void 0.000110
+gallium_dri.so free 0x55717361ff90 void 0.000110
+gallium_dri.so malloc 72 0x557173620040 0.000131
+gallium_dri.so free 0x5571736200c0 void 0.000122
+gallium_dri.so free 0x557173620040 void 0.000119
+gallium_dri.so malloc 72 0x557173620040 0.000117
+gallium_dri.so free 0x557173620140 void 0.000112
+gallium_dri.so free 0x557173620040 void 0.000112
+gallium_dri.so malloc 72 0x557173620170 0.000110
+gallium_dri.so free 0x5571736201c0 void 0.000111
+gallium_dri.so free 0x557173620170 void 0.000110
+gallium_dri.so malloc 72 0x557173620170 0.000110
+gallium_dri.so free 0x5571736202c0 void 0.000112
+gallium_dri.so free 0x557173620170 void 0.000111
+gallium_dri.so malloc 72 0x557173620270 0.000111
+gallium_dri.so free 0x557173620380 void 0.000111
+gallium_dri.so free 0x557173620270 void 0.000111
+gallium_dri.so malloc 72 0x557173620330 0.000111
+gallium_dri.so free 0x5571736203c0 void 0.000110
+gallium_dri.so free 0x557173620330 void 0.000111
+gallium_dri.so malloc 72 0x557173620330 0.000111
+gallium_dri.so free 0x557173620480 void 0.000111
+gallium_dri.so free 0x557173620330 void 0.000111
+gallium_dri.so malloc 72 0x5571736204f0 0.000109
+gallium_dri.so free 0x557173620540 void 0.000116
+gallium_dri.so free 0x5571736204f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736204f0 0.000111
+gallium_dri.so free 0x557173620640 void 0.000142
+gallium_dri.so free 0x5571736204f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736205f0 0.000134
+gallium_dri.so free 0x557173620700 void 0.000123
+gallium_dri.so free 0x5571736205f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736206b0 0.000114
+gallium_dri.so free 0x557173620740 void 0.000112
+gallium_dri.so free 0x5571736206b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736206b0 0.000111
+gallium_dri.so free 0x557173620800 void 0.000111
+gallium_dri.so free 0x5571736206b0 void 0.000110
+gallium_dri.so malloc 72 0x557173620840 0.000111
+gallium_dri.so free 0x5571736208c0 void 0.000111
+gallium_dri.so free 0x557173620840 void 0.000110
+gallium_dri.so malloc 72 0x5571736208c0 0.000112
+gallium_dri.so free 0x557173620980 void 0.000110
+gallium_dri.so free 0x5571736208c0 void 0.000110
+gallium_dri.so malloc 72 0x5571736208c0 0.000109
+gallium_dri.so free 0x557173620a40 void 0.000111
+gallium_dri.so free 0x5571736208c0 void 0.000111
+gallium_dri.so malloc 72 0x557173620a60 0.000111
+gallium_dri.so free 0x557173620b00 void 0.000110
+gallium_dri.so free 0x557173620a60 void 0.000112
+gallium_dri.so malloc 72 0x557173620ab0 0.000111
+gallium_dri.so free 0x557173620b80 void 0.000116
+gallium_dri.so free 0x557173620ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173620ab0 0.000117
+gallium_dri.so free 0x557173620c00 void 0.000113
+gallium_dri.so free 0x557173620ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173620c00 0.000112
+gallium_dri.so free 0x557173620d40 void 0.000119
+gallium_dri.so free 0x557173620c00 void 0.000119
+gallium_dri.so malloc 72 0x557173620c00 0.000116
+gallium_dri.so free 0x557173620dc0 void 0.000113
+gallium_dri.so free 0x557173620c00 void 0.000110
+gallium_dri.so malloc 72 0x557173620df0 0.000109
+gallium_dri.so free 0x557173620e40 void 0.000109
+gallium_dri.so free 0x557173620df0 void 0.000113
+gallium_dri.so malloc 72 0x557173620e40 0.000110
+gallium_dri.so free 0x557173620f00 void 0.000111
+gallium_dri.so free 0x557173620e40 void 0.000111
+gallium_dri.so malloc 72 0x557173620e40 0.000111
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x557173620e40 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf370 0.000110
+gallium_dri.so free 0x5571735cae00 void 0.000110
+gallium_dri.so free 0x5571735bf370 void 0.000112
+gallium_dri.so malloc 72 0x5571735cadb0 0.000111
+gallium_dri.so free 0x5571735bfc80 void 0.000112
+gallium_dri.so free 0x5571735cadb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfc30 0.000111
+gallium_dri.so free 0x5571735bf4c0 void 0.000117
+gallium_dri.so free 0x5571735bfc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf500 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000114
+gallium_dri.so free 0x5571735bf500 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf580 0.000178
+gallium_dri.so free 0x5571735bf640 void 0.000129
+gallium_dri.so free 0x5571735bf580 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf580 0.000130
+gallium_dri.so free 0x5571735bf840 void 0.000122
+gallium_dri.so free 0x5571735bf580 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf860 0.000119
+gallium_dri.so free 0x5571735bf900 void 0.000127
+gallium_dri.so free 0x5571735bf860 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000149
+gallium_dri.so free 0x5571735bf980 void 0.000127
+gallium_dri.so free 0x5571735bf8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000120
+gallium_dri.so free 0x5571735bfa00 void 0.000119
+gallium_dri.so free 0x5571735bf8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bfa00 0.000126
+gallium_dri.so free 0x557173600e80 void 0.000125
+gallium_dri.so free 0x5571735bfa00 void 0.000120
+gallium_dri.so malloc 72 0x557173600ea0 0.000117
+gallium_dri.so free 0x557173600f40 void 0.000118
+gallium_dri.so free 0x557173600ea0 void 0.000122
+gallium_dri.so malloc 72 0x557173600ef0 0.000124
+gallium_dri.so free 0x557173600fc0 void 0.000135
+gallium_dri.so free 0x557173600ef0 void 0.000127
+gallium_dri.so malloc 72 0x557173600ef0 0.000125
+gallium_dri.so free 0x5571736010c0 void 0.000128
+gallium_dri.so free 0x557173600ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173601070 0.000122
+gallium_dri.so free 0x557173601140 void 0.000126
+gallium_dri.so free 0x557173601070 void 0.000119
+gallium_dri.so malloc 72 0x557173601190 0.000117
+gallium_dri.so free 0x557173601200 void 0.000118
+gallium_dri.so free 0x557173601190 void 0.000123
+gallium_dri.so malloc 72 0x557173601220 0.000134
+gallium_dri.so free 0x5571736012c0 void 0.000133
+gallium_dri.so free 0x557173601220 void 0.000133
+gallium_dri.so malloc 72 0x557173601270 0.000185
+gallium_dri.so free 0x557173601340 void 0.000126
+gallium_dri.so free 0x557173601270 void 0.000124
+gallium_dri.so malloc 72 0x557173601270 0.000123
+gallium_dri.so free 0x5571736013c0 void 0.000128
+gallium_dri.so free 0x557173601270 void 0.000132
+gallium_dri.so malloc 72 0x5571736013c0 0.000130
+gallium_dri.so free 0x557173601480 void 0.000140
+gallium_dri.so free 0x5571736013c0 void 0.000245
+gallium_dri.so malloc 72 0x5571736013c0 0.000272
+gallium_dri.so free 0x557173601580 void 0.000276
+gallium_dri.so free 0x5571736013c0 void 0.000282
+gallium_dri.so malloc 72 0x5571736013c0 0.000265
+gallium_dri.so free 0x557173601600 void 0.000229
+gallium_dri.so free 0x5571736013c0 void 0.000166
+gallium_dri.so malloc 72 0x557173601630 0.000130
+gallium_dri.so free 0x557173601680 void 0.000126
+gallium_dri.so free 0x557173601630 void 0.000124
+gallium_dri.so malloc 72 0x557173601630 0.000129
+gallium_dri.so free 0x557173601780 void 0.000125
+gallium_dri.so free 0x557173601630 void 0.000129
+gallium_dri.so malloc 72 0x557173601730 0.000126
+gallium_dri.so free 0x557173601840 void 0.000124
+gallium_dri.so free 0x557173601730 void 0.000124
+gallium_dri.so malloc 72 0x5571736017f0 0.000157
+gallium_dri.so free 0x557173601880 void 0.000196
+gallium_dri.so free 0x5571736017f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736017f0 0.000131
+gallium_dri.so free 0x557173601940 void 0.000131
+gallium_dri.so free 0x5571736017f0 void 0.000131
+gallium_dri.so malloc 72 0x557173601990 0.000130
+gallium_dri.so free 0x557173601a00 void 0.000130
+gallium_dri.so free 0x557173601990 void 0.000126
+gallium_dri.so malloc 72 0x557173601a40 0.000131
+gallium_dri.so free 0x557173601ac0 void 0.000131
+gallium_dri.so free 0x557173601a40 void 0.000131
+gallium_dri.so malloc 72 0x557173601ac0 0.000131
+gallium_dri.so free 0x557173601b80 void 0.000131
+gallium_dri.so free 0x557173601ac0 void 0.000126
+gallium_dri.so malloc 72 0x557173601ac0 0.000124
+gallium_dri.so free 0x557173601c00 void 0.000129
+gallium_dri.so free 0x557173601ac0 void 0.000130
+gallium_dri.so malloc 72 0x557173601c30 0.000131
+gallium_dri.so free 0x557173601c80 void 0.000130
+gallium_dri.so free 0x557173601c30 void 0.000125
+gallium_dri.so malloc 72 0x557173601c30 0.000133
+gallium_dri.so free 0x557173601d80 void 0.000130
+gallium_dri.so free 0x557173601c30 void 0.000133
+gallium_dri.so malloc 72 0x557173601d30 0.000133
+gallium_dri.so free 0x557173601e40 void 0.000238
+gallium_dri.so free 0x557173601d30 void 0.000130
+gallium_dri.so malloc 72 0x557173601df0 0.000132
+gallium_dri.so free 0x557173601ec0 void 0.000161
+gallium_dri.so free 0x557173601df0 void 0.000222
+gallium_dri.so malloc 72 0x557173601ee0 0.000222
+gallium_dri.so free 0x557173601f80 void 0.000198
+gallium_dri.so free 0x557173601ee0 void 0.000183
+gallium_dri.so malloc 72 0x557173601f30 0.000225
+gallium_dri.so free 0x557173602000 void 0.000182
+gallium_dri.so free 0x557173601f30 void 0.000129
+gallium_dri.so malloc 72 0x557173601f30 0.000130
+gallium_dri.so free 0x557173602080 void 0.000126
+gallium_dri.so free 0x557173601f30 void 0.000129
+gallium_dri.so malloc 72 0x557173602080 0.000130
+gallium_dri.so free 0x557173602140 void 0.000134
+gallium_dri.so free 0x557173602080 void 0.000126
+gallium_dri.so malloc 72 0x557173602080 0.000129
+gallium_dri.so free 0x557173602200 void 0.000125
+gallium_dri.so free 0x557173602080 void 0.000125
+gallium_dri.so malloc 72 0x557173602080 0.000124
+gallium_dri.so free 0x5571735d3600 void 0.000130
+gallium_dri.so free 0x557173602080 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3670 0.000130
+gallium_dri.so free 0x5571735d36c0 void 0.000158
+gallium_dri.so free 0x5571735d3670 void 0.000134
+gallium_dri.so malloc 72 0x5571735d3670 0.000132
+gallium_dri.so free 0x5571735d37c0 void 0.000130
+gallium_dri.so free 0x5571735d3670 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3770 0.000131
+gallium_dri.so free 0x5571735d3880 void 0.000126
+gallium_dri.so free 0x5571735d3770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3830 0.000130
+gallium_dri.so free 0x5571735d38c0 void 0.000131
+gallium_dri.so free 0x5571735d3830 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3830 0.000142
+gallium_dri.so free 0x5571735d3980 void 0.000133
+gallium_dri.so free 0x5571735d3830 void 0.000133
+gallium_dri.so malloc 72 0x5571735d39c0 0.000131
+gallium_dri.so free 0x5571735d3a40 void 0.000133
+gallium_dri.so free 0x5571735d39c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3a40 0.000130
+gallium_dri.so free 0x5571735d3b00 void 0.000125
+gallium_dri.so free 0x5571735d3a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3a40 0.000130
+gallium_dri.so free 0x5571735d3bc0 void 0.000131
+gallium_dri.so free 0x5571735d3a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3be0 0.000131
+gallium_dri.so free 0x5571735d3c80 void 0.000125
+gallium_dri.so free 0x5571735d3be0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3c30 0.000129
+gallium_dri.so free 0x5571735d3d00 void 0.000124
+gallium_dri.so free 0x5571735d3c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3c30 0.000132
+gallium_dri.so free 0x5571735d3d80 void 0.000132
+gallium_dri.so free 0x5571735d3c30 void 0.000139
+gallium_dri.so malloc 72 0x5571735d3d80 0.000133
+gallium_dri.so free 0x5571735d3e40 void 0.000131
+gallium_dri.so free 0x5571735d3d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d80 0.000126
+gallium_dri.so free 0x5571735d3f00 void 0.000129
+gallium_dri.so free 0x5571735d3d80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3d80 0.000129
+gallium_dri.so free 0x5571735d3fc0 void 0.000124
+gallium_dri.so free 0x5571735d3d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3f70 0.000125
+gallium_dri.so free 0x5571735d4080 void 0.000129
+gallium_dri.so free 0x5571735d3f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4030 0.000123
+gallium_dri.so free 0x5571735d4100 void 0.000125
+gallium_dri.so free 0x5571735d4030 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4150 0.000131
+gallium_dri.so free 0x5571735d41c0 void 0.000131
+gallium_dri.so free 0x5571735d4150 void 0.000127
+gallium_dri.so malloc 72 0x5571735d41e0 0.000130
+gallium_dri.so free 0x5571735d4280 void 0.000130
+gallium_dri.so free 0x5571735d41e0 void 0.000152
+gallium_dri.so malloc 72 0x5571735d4230 0.000180
+gallium_dri.so free 0x5571735d4300 void 0.000131
+gallium_dri.so free 0x5571735d4230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4230 0.000130
+gallium_dri.so free 0x5571735d4380 void 0.000131
+gallium_dri.so free 0x5571735d4230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4380 0.000131
+gallium_dri.so free 0x5571735d4440 void 0.000131
+gallium_dri.so free 0x5571735d4380 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4380 0.000125
+gallium_dri.so free 0x5571735d4540 void 0.000129
+gallium_dri.so free 0x5571735d4380 void 0.000135
+gallium_dri.so malloc 72 0x5571735d44f0 0.000131
+gallium_dri.so free 0x5571735d4580 void 0.000130
+gallium_dri.so free 0x5571735d44f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d44f0 0.000130
+gallium_dri.so free 0x5571735d4640 void 0.000131
+gallium_dri.so free 0x5571735d44f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4680 0.000130
+gallium_dri.so free 0x5571735d4700 void 0.000130
+gallium_dri.so free 0x5571735d4680 void 0.000143
+gallium_dri.so malloc 72 0x5571735d4700 0.000132
+gallium_dri.so free 0x5571735d47c0 void 0.000126
+gallium_dri.so free 0x5571735d4700 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4700 0.000180
+gallium_dri.so free 0x5571735d4840 void 0.000170
+gallium_dri.so free 0x5571735d4700 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4870 0.000129
+gallium_dri.so free 0x5571735d48c0 void 0.000134
+gallium_dri.so free 0x5571735d4870 void 0.000243
+gallium_dri.so malloc 72 0x5571735d4870 0.000273
+gallium_dri.so free 0x5571735d49c0 void 0.000279
+gallium_dri.so free 0x5571735d4870 void 0.000275
+gallium_dri.so malloc 72 0x5571735d4a00 0.000267
+gallium_dri.so free 0x5571735d4a80 void 0.000279
+gallium_dri.so free 0x5571735d4a00 void 0.000269
+gallium_dri.so malloc 72 0x5571735d4a80 0.000301
+gallium_dri.so free 0x5571735d4b40 void 0.000291
+gallium_dri.so free 0x5571735d4a80 void 0.000274
+gallium_dri.so malloc 72 0x5571735d4a80 0.000282
+gallium_dri.so free 0x5571735d4bc0 void 0.000286
+gallium_dri.so free 0x5571735d4a80 void 0.000291
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000280
+gallium_dri.so free 0x5571735d4c40 void 0.000284
+gallium_dri.so free 0x5571735d4bf0 void 0.000336
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000334
+gallium_dri.so free 0x5571735d4d40 void 0.000328
+gallium_dri.so free 0x5571735d4bf0 void 0.000334
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000340
+gallium_dri.so free 0x5571735d4e00 void 0.000283
+gallium_dri.so free 0x5571735d4cf0 void 0.000272
+gallium_dri.so malloc 72 0x5571735d4db0 0.000261
+gallium_dri.so free 0x5571735d4e80 void 0.000241
+gallium_dri.so free 0x5571735d4db0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d4db0 0.000223
+gallium_dri.so free 0x5571735d4f40 void 0.000131
+gallium_dri.so free 0x5571735d4db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4db0 0.000125
+gallium_dri.so free 0x5571735d5000 void 0.000129
+gallium_dri.so free 0x5571735d4db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4fb0 0.000130
+gallium_dri.so free 0x5571735d5080 void 0.000131
+gallium_dri.so free 0x5571735d4fb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d50d0 0.000152
+gallium_dri.so free 0x5571735d5140 void 0.000157
+gallium_dri.so free 0x5571735d50d0 void 0.000155
+gallium_dri.so malloc 72 0x5571735d5160 0.000156
+gallium_dri.so free 0x5571735d5200 void 0.000152
+gallium_dri.so free 0x5571735d5160 void 0.000154
+gallium_dri.so malloc 72 0x5571735d51b0 0.000156
+gallium_dri.so free 0x5571735d5280 void 0.000151
+gallium_dri.so free 0x5571735d51b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d5280 0.000157
+gallium_dri.so free 0x5571735d5340 void 0.000156
+gallium_dri.so free 0x5571735d5280 void 0.000156
+gallium_dri.so malloc 72 0x5571735d5280 0.000149
+gallium_dri.so free 0x5571735d53c0 void 0.000154
+gallium_dri.so free 0x5571735d5280 void 0.000155
+gallium_dri.so malloc 72 0x5571735d53c0 0.000155
+gallium_dri.so free 0x5571735d5480 void 0.000156
+gallium_dri.so free 0x5571735d53c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735d53c0 0.000169
+gallium_dri.so free 0x5571735d5540 void 0.000166
+gallium_dri.so free 0x5571735d53c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d53c0 0.000161
+gallium_dri.so free 0x5571735d5600 void 0.000167
+gallium_dri.so free 0x5571735d53c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d55b0 0.000166
+gallium_dri.so free 0x5571735d5680 void 0.000160
+gallium_dri.so free 0x5571735d55b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d56d0 0.000164
+gallium_dri.so free 0x5571735d5740 void 0.000167
+gallium_dri.so free 0x5571735d56d0 void 0.000166
+gallium_dri.so malloc 72 0x5571735d5780 0.000160
+gallium_dri.so free 0x5571735d5800 void 0.000167
+gallium_dri.so free 0x5571735d5780 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5780 0.000130
+gallium_dri.so free 0x5571735d5880 void 0.000127
+gallium_dri.so free 0x5571735d5780 void 0.000126
+gallium_dri.so malloc 72 0x5571735d58b0 0.000128
+gallium_dri.so free 0x5571735d5900 void 0.000132
+gallium_dri.so free 0x5571735d58b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d58b0 0.000132
+gallium_dri.so free 0x5571735d5a00 void 0.000130
+gallium_dri.so free 0x5571735d58b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d59b0 0.000132
+gallium_dri.so free 0x5571735d5ac0 void 0.000132
+gallium_dri.so free 0x5571735d59b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5a70 0.000133
+gallium_dri.so free 0x5571735d5b00 void 0.000133
+gallium_dri.so free 0x5571735d5a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5a70 0.000132
+gallium_dri.so free 0x5571735d5bc0 void 0.000131
+gallium_dri.so free 0x5571735d5a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5c30 0.000126
+gallium_dri.so free 0x5571735d5c80 void 0.000130
+gallium_dri.so free 0x5571735d5c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5c30 0.000125
+gallium_dri.so free 0x5571735d5d80 void 0.000125
+gallium_dri.so free 0x5571735d5c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5d30 0.000142
+gallium_dri.so free 0x5571735d5e40 void 0.000133
+gallium_dri.so free 0x5571735d5d30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5df0 0.000125
+gallium_dri.so free 0x5571735d5e80 void 0.000125
+gallium_dri.so free 0x5571735d5df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5df0 0.000130
+gallium_dri.so free 0x5571735d5f40 void 0.000132
+gallium_dri.so free 0x5571735d5df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5f80 0.000125
+gallium_dri.so free 0x5571735d6000 void 0.000131
+gallium_dri.so free 0x5571735d5f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6000 0.000130
+gallium_dri.so free 0x5571735d60c0 void 0.000131
+gallium_dri.so free 0x5571735d6000 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6000 0.000131
+gallium_dri.so free 0x5571735d6180 void 0.000126
+gallium_dri.so free 0x5571735d6000 void 0.000124
+gallium_dri.so malloc 72 0x5571735d61a0 0.000130
+gallium_dri.so free 0x5571735d6240 void 0.000132
+gallium_dri.so free 0x5571735d61a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d61f0 0.000140
+gallium_dri.so free 0x5571735d62c0 void 0.000132
+gallium_dri.so free 0x5571735d61f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d61f0 0.000128
+gallium_dri.so free 0x5571735d6340 void 0.000130
+gallium_dri.so free 0x5571735d61f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6340 0.000130
+gallium_dri.so free 0x5571735d6400 void 0.000164
+gallium_dri.so free 0x5571735d6340 void 0.000134
+gallium_dri.so malloc 72 0x5571735d6340 0.000132
+gallium_dri.so free 0x5571735d64c0 void 0.000132
+gallium_dri.so free 0x5571735d6340 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6340 0.000125
+gallium_dri.so free 0x5571735d6580 void 0.000130
+gallium_dri.so free 0x5571735d6340 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6530 0.000127
+gallium_dri.so free 0x5571735d6640 void 0.000124
+gallium_dri.so free 0x5571735d6530 void 0.000130
+gallium_dri.so malloc 72 0x5571735d65f0 0.000126
+gallium_dri.so free 0x5571735d66c0 void 0.000126
+gallium_dri.so free 0x5571735d65f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6710 0.000132
+gallium_dri.so free 0x5571735d6780 void 0.000164
+gallium_dri.so free 0x5571735d6710 void 0.000161
+gallium_dri.so malloc 72 0x5571735d67a0 0.000184
+gallium_dri.so free 0x5571735d6840 void 0.000167
+gallium_dri.so free 0x5571735d67a0 void 0.000171
+gallium_dri.so malloc 72 0x5571735d67f0 0.000168
+gallium_dri.so free 0x5571735d68c0 void 0.000130
+gallium_dri.so free 0x5571735d67f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d67f0 0.000125
+gallium_dri.so free 0x5571735d6940 void 0.000135
+gallium_dri.so free 0x5571735d67f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6940 0.000132
+gallium_dri.so free 0x5571735d6a00 void 0.000132
+gallium_dri.so free 0x5571735d6940 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6940 0.000125
+gallium_dri.so free 0x5571735d6b00 void 0.000129
+gallium_dri.so free 0x5571735d6940 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000131
+gallium_dri.so free 0x5571735d6b40 void 0.000199
+gallium_dri.so free 0x5571735d6ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000130
+gallium_dri.so free 0x5571735d6c00 void 0.000130
+gallium_dri.so free 0x5571735d6ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6ab0 0.000131
+gallium_dri.so free 0x5571735ceb40 void 0.000131
+gallium_dri.so free 0x5571735d6ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000131
+gallium_dri.so free 0x5571735cec00 void 0.000130
+gallium_dri.so free 0x5571735ceaf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cebb0 0.000130
+gallium_dri.so free 0x5571735cec40 void 0.000130
+gallium_dri.so free 0x5571735cebb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cebb0 0.000125
+gallium_dri.so free 0x5571735ced00 void 0.000130
+gallium_dri.so free 0x5571735cebb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ced70 0.000131
+gallium_dri.so free 0x5571735cedc0 void 0.000129
+gallium_dri.so free 0x5571735ced70 void 0.000148
+gallium_dri.so malloc 72 0x5571735ced70 0.000156
+gallium_dri.so free 0x5571735ceec0 void 0.000155
+gallium_dri.so free 0x5571735ced70 void 0.000154
+gallium_dri.so malloc 72 0x5571735cee70 0.000156
+gallium_dri.so free 0x5571735cef80 void 0.000150
+gallium_dri.so free 0x5571735cee70 void 0.000147
+gallium_dri.so malloc 72 0x5571735cef30 0.000154
+gallium_dri.so free 0x5571735cefc0 void 0.000149
+gallium_dri.so free 0x5571735cef30 void 0.000157
+gallium_dri.so malloc 72 0x5571735cef30 0.000157
+gallium_dri.so free 0x5571735cf080 void 0.000155
+gallium_dri.so free 0x5571735cef30 void 0.000155
+gallium_dri.so malloc 72 0x5571735cf0c0 0.000155
+gallium_dri.so free 0x5571735cf140 void 0.000151
+gallium_dri.so free 0x5571735cf0c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735cf140 0.000155
+gallium_dri.so free 0x5571735cf200 void 0.000157
+gallium_dri.so free 0x5571735cf140 void 0.000166
+gallium_dri.so malloc 72 0x5571735cf140 0.000156
+gallium_dri.so free 0x5571735cf2c0 void 0.000151
+gallium_dri.so free 0x5571735cf140 void 0.000152
+gallium_dri.so malloc 72 0x5571735cf2e0 0.000155
+gallium_dri.so free 0x5571735cf380 void 0.000156
+gallium_dri.so free 0x5571735cf2e0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cf330 0.000154
+gallium_dri.so free 0x5571735cf400 void 0.000154
+gallium_dri.so free 0x5571735cf330 void 0.000164
+gallium_dri.so malloc 72 0x5571735cf330 0.000143
+gallium_dri.so free 0x5571735cf480 void 0.000155
+gallium_dri.so free 0x5571735cf330 void 0.000169
+gallium_dri.so malloc 72 0x5571735cf480 0.000167
+gallium_dri.so free 0x5571735cf540 void 0.000130
+gallium_dri.so free 0x5571735cf480 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf480 0.000130
+gallium_dri.so free 0x5571735cf600 void 0.000151
+gallium_dri.so free 0x5571735cf480 void 0.000134
+gallium_dri.so malloc 72 0x5571735cf480 0.000132
+gallium_dri.so free 0x5571735cf6c0 void 0.000132
+gallium_dri.so free 0x5571735cf480 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf670 0.000131
+gallium_dri.so free 0x5571735cf780 void 0.000131
+gallium_dri.so free 0x5571735cf670 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf730 0.000127
+gallium_dri.so free 0x5571735cf800 void 0.000125
+gallium_dri.so free 0x5571735cf730 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf850 0.000126
+gallium_dri.so free 0x5571735cf8c0 void 0.000125
+gallium_dri.so free 0x5571735cf850 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf8e0 0.000130
+gallium_dri.so free 0x5571735cf980 void 0.000131
+gallium_dri.so free 0x5571735cf8e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf930 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000127
+gallium_dri.so free 0x5571735cf930 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf930 0.000129
+gallium_dri.so free 0x5571735cfa80 void 0.000193
+gallium_dri.so free 0x5571735cf930 void 0.000204
+gallium_dri.so malloc 72 0x5571735cfa80 0.000181
+gallium_dri.so free 0x5571735cfb40 void 0.000178
+gallium_dri.so free 0x5571735cfa80 void 0.000161
+gallium_dri.so malloc 72 0x5571735cfa80 0.000155
+gallium_dri.so free 0x5571735cfc40 void 0.000140
+gallium_dri.so free 0x5571735cfa80 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000126
+gallium_dri.so free 0x5571735cfc80 void 0.000126
+gallium_dri.so free 0x5571735cfbf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000125
+gallium_dri.so free 0x5571735cfd40 void 0.000127
+gallium_dri.so free 0x5571735cfbf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfd80 0.000126
+gallium_dri.so free 0x5571735cfe00 void 0.000127
+gallium_dri.so free 0x5571735cfd80 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfe00 0.000126
+gallium_dri.so free 0x5571735cfec0 void 0.000126
+gallium_dri.so free 0x5571735cfe00 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfe00 0.000129
+gallium_dri.so free 0x5571735cff40 void 0.000138
+gallium_dri.so free 0x5571735cfe00 void 0.000150
+gallium_dri.so malloc 72 0x5571735cff70 0.000143
+gallium_dri.so free 0x5571735cffc0 void 0.000144
+gallium_dri.so free 0x5571735cff70 void 0.000143
+gallium_dri.so malloc 72 0x5571735cff70 0.000143
+gallium_dri.so free 0x5571735d00c0 void 0.000142
+gallium_dri.so free 0x5571735cff70 void 0.000141
+gallium_dri.so malloc 72 0x5571735d0100 0.000143
+gallium_dri.so free 0x5571735d0180 void 0.000143
+gallium_dri.so free 0x5571735d0100 void 0.000144
+gallium_dri.so malloc 72 0x5571735d0180 0.000143
+gallium_dri.so free 0x5571735d0240 void 0.000142
+gallium_dri.so free 0x5571735d0180 void 0.000142
+gallium_dri.so malloc 72 0x5571735d0180 0.000142
+gallium_dri.so free 0x5571735d02c0 void 0.000141
+gallium_dri.so free 0x5571735d0180 void 0.000141
+gallium_dri.so malloc 72 0x5571735d02f0 0.000141
+gallium_dri.so free 0x5571735d0340 void 0.000141
+gallium_dri.so free 0x5571735d02f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d02f0 0.000141
+gallium_dri.so free 0x5571735d0440 void 0.000142
+gallium_dri.so free 0x5571735d02f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d03f0 0.000143
+gallium_dri.so free 0x5571735d0500 void 0.000143
+gallium_dri.so free 0x5571735d03f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d04b0 0.000142
+gallium_dri.so free 0x5571735d0580 void 0.000143
+gallium_dri.so free 0x5571735d04b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d04b0 0.000142
+gallium_dri.so free 0x5571735d0640 void 0.000141
+gallium_dri.so free 0x5571735d04b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d04b0 0.000142
+gallium_dri.so free 0x5571735d0700 void 0.000143
+gallium_dri.so free 0x5571735d04b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d06b0 0.000142
+gallium_dri.so free 0x5571735d0780 void 0.000155
+gallium_dri.so free 0x5571735d06b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d07d0 0.000151
+gallium_dri.so free 0x5571735d0840 void 0.000154
+gallium_dri.so free 0x5571735d07d0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d0860 0.000152
+gallium_dri.so free 0x5571735d0900 void 0.000153
+gallium_dri.so free 0x5571735d0860 void 0.000154
+gallium_dri.so malloc 72 0x5571735d08b0 0.000153
+gallium_dri.so free 0x5571735d0980 void 0.000150
+gallium_dri.so free 0x5571735d08b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d0980 0.000153
+gallium_dri.so free 0x5571735d0a40 void 0.000151
+gallium_dri.so free 0x5571735d0980 void 0.000155
+gallium_dri.so malloc 72 0x5571735d0980 0.000151
+gallium_dri.so free 0x5571735d0ac0 void 0.000153
+gallium_dri.so free 0x5571735d0980 void 0.000152
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000151
+gallium_dri.so free 0x5571735d0b80 void 0.000138
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000121
+gallium_dri.so free 0x5571735d0c40 void 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000121
+gallium_dri.so free 0x5571735d0d00 void 0.000123
+gallium_dri.so free 0x5571735d0ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000122
+gallium_dri.so free 0x5571735d0d80 void 0.000122
+gallium_dri.so free 0x5571735d0cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0dd0 0.000131
+gallium_dri.so free 0x5571735d0e40 void 0.000122
+gallium_dri.so free 0x5571735d0dd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0e80 0.000122
+gallium_dri.so free 0x5571735d0f00 void 0.000122
+gallium_dri.so free 0x5571735d0e80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0e80 0.000121
+gallium_dri.so free 0x5571735d0f80 void 0.000123
+gallium_dri.so free 0x5571735d0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0fb0 0.000123
+gallium_dri.so free 0x5571735d1000 void 0.000121
+gallium_dri.so free 0x5571735d0fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0fb0 0.000120
+gallium_dri.so free 0x5571735d1100 void 0.000120
+gallium_dri.so free 0x5571735d0fb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d10b0 0.000121
+gallium_dri.so free 0x5571735d11c0 void 0.000122
+gallium_dri.so free 0x5571735d10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1170 0.000122
+gallium_dri.so free 0x5571735d1200 void 0.000123
+gallium_dri.so free 0x5571735d1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1170 0.000121
+gallium_dri.so free 0x5571735d12c0 void 0.000122
+gallium_dri.so free 0x5571735d1170 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1330 0.000121
+gallium_dri.so free 0x5571735d1380 void 0.000162
+gallium_dri.so free 0x5571735d1330 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1330 0.000121
+gallium_dri.so free 0x5571735d1480 void 0.000121
+gallium_dri.so free 0x5571735d1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1430 0.000121
+gallium_dri.so free 0x5571735d1540 void 0.000121
+gallium_dri.so free 0x5571735d1430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d14f0 0.000120
+gallium_dri.so free 0x5571735d1580 void 0.000121
+gallium_dri.so free 0x5571735d14f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d14f0 0.000122
+gallium_dri.so free 0x5571735d1640 void 0.000122
+gallium_dri.so free 0x5571735d14f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1680 0.000121
+gallium_dri.so free 0x5571735d1700 void 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1700 0.000121
+gallium_dri.so free 0x5571735d17c0 void 0.000121
+gallium_dri.so free 0x5571735d1700 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1700 0.000120
+gallium_dri.so free 0x5571735d1880 void 0.000122
+gallium_dri.so free 0x5571735d1700 void 0.000121
+gallium_dri.so malloc 72 0x5571735d18a0 0.000121
+gallium_dri.so free 0x5571735d1940 void 0.000123
+gallium_dri.so free 0x5571735d18a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d18f0 0.000128
+gallium_dri.so free 0x5571735d19c0 void 0.000122
+gallium_dri.so free 0x5571735d18f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d18f0 0.000121
+gallium_dri.so free 0x5571735d1a40 void 0.000127
+gallium_dri.so free 0x5571735d18f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a40 0.000120
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so free 0x5571735d1a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1a40 0.000121
+gallium_dri.so free 0x5571735d1bc0 void 0.000121
+gallium_dri.so free 0x5571735d1a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a40 0.000121
+gallium_dri.so free 0x5571735d1c80 void 0.000123
+gallium_dri.so free 0x5571735d1a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c30 0.000121
+gallium_dri.so free 0x5571735d1d40 void 0.000121
+gallium_dri.so free 0x5571735d1c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000121
+gallium_dri.so free 0x5571735d1dc0 void 0.000122
+gallium_dri.so free 0x5571735d1cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1e10 0.000121
+gallium_dri.so free 0x5571735d1e80 void 0.000121
+gallium_dri.so free 0x5571735d1e10 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1ea0 0.000120
+gallium_dri.so free 0x5571735d1f40 void 0.000124
+gallium_dri.so free 0x5571735d1ea0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x5571735d1ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000123
+gallium_dri.so free 0x5571735d1ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2040 0.000122
+gallium_dri.so free 0x5571735d2100 void 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2040 0.000121
+gallium_dri.so free 0x5571735d2200 void 0.000121
+gallium_dri.so free 0x5571735d2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735d21b0 0.000121
+gallium_dri.so free 0x5571735d2240 void 0.000122
+gallium_dri.so free 0x5571735d21b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d21b0 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so free 0x5571735d21b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2340 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d23c0 0.000188
+gallium_dri.so free 0x5571735d2500 void 0.000161
+gallium_dri.so free 0x5571735d23c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d2530 0.000125
+gallium_dri.so free 0x5571735d2580 void 0.000125
+gallium_dri.so free 0x5571735d2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2530 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000113
+gallium_dri.so free 0x5571735d2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000112
+gallium_dri.so free 0x5571735d2740 void 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735d2740 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000116
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2740 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000116
+gallium_dri.so free 0x5571735d2740 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28b0 0.000119
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d28b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d28b0 0.000115
+gallium_dri.so free 0x5571735d2a00 void 0.000116
+gallium_dri.so free 0x5571735d28b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d29b0 0.000116
+gallium_dri.so free 0x5571735d2ac0 void 0.000116
+gallium_dri.so free 0x5571735d29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2a70 0.000116
+gallium_dri.so free 0x5571735d2b40 void 0.000114
+gallium_dri.so free 0x5571735d2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2a70 0.000114
+gallium_dri.so free 0x5571735d2c00 void 0.000117
+gallium_dri.so free 0x5571735d2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2a70 0.000119
+gallium_dri.so free 0x5571735d2cc0 void 0.000119
+gallium_dri.so free 0x5571735d2a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2c70 0.000117
+gallium_dri.so free 0x5571735d2d40 void 0.000120
+gallium_dri.so free 0x5571735d2c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2d90 0.000119
+gallium_dri.so free 0x5571735d2e00 void 0.000120
+gallium_dri.so free 0x5571735d2d90 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e20 0.000118
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735d2e20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2e70 0.000118
+gallium_dri.so free 0x5571735d2f40 void 0.000120
+gallium_dri.so free 0x5571735d2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f40 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000170
+gallium_dri.so free 0x5571735d2f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2f40 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so free 0x5571735d2f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3080 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3080 0.000119
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3080 0.000117
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3270 0.000117
+gallium_dri.so free 0x5571735d3340 void 0.000119
+gallium_dri.so free 0x5571735d3270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3390 0.000215
+gallium_dri.so free 0x5571735d3400 void 0.000242
+gallium_dri.so free 0x5571735d3390 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3440 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000120
+gallium_dri.so free 0x5571735d3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3440 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000132
+gallium_dri.so free 0x5571735d3440 void 0.000151
+gallium_dri.so malloc 72 0x5571735d3440 0.000137
+gallium_dri.so free 0x5571735bfe80 void 0.000130
+gallium_dri.so free 0x5571735d3440 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfe30 0.000130
+gallium_dri.so free 0x5571735bff00 void 0.000131
+gallium_dri.so free 0x5571735bfe30 void 0.000131
+gallium_dri.so malloc 72 0x5571735bff50 0.000129
+gallium_dri.so free 0x5571735bffc0 void 0.000133
+gallium_dri.so free 0x5571735bff50 void 0.000137
+gallium_dri.so malloc 72 0x5571735bffe0 0.000136
+gallium_dri.so free 0x5571735c0080 void 0.000129
+gallium_dri.so free 0x5571735bffe0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0030 0.000134
+gallium_dri.so free 0x5571735c0100 void 0.000129
+gallium_dri.so free 0x5571735c0030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0030 0.000136
+gallium_dri.so free 0x5571735c0200 void 0.000136
+gallium_dri.so free 0x5571735c0030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c01b0 0.000138
+gallium_dri.so free 0x5571735c0280 void 0.000130
+gallium_dri.so free 0x5571735c01b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c02d0 0.000168
+gallium_dri.so free 0x5571735c0340 void 0.000163
+gallium_dri.so free 0x5571735c02d0 void 0.000164
+gallium_dri.so malloc 72 0x5571735c0360 0.000164
+gallium_dri.so free 0x5571735c0400 void 0.000164
+gallium_dri.so free 0x5571735c0360 void 0.000164
+gallium_dri.so malloc 72 0x5571735c03b0 0.000163
+gallium_dri.so free 0x5571735c0480 void 0.000163
+gallium_dri.so free 0x5571735c03b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735c03b0 0.000156
+gallium_dri.so free 0x5571735c0500 void 0.000159
+gallium_dri.so free 0x5571735c03b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c0500 0.000163
+gallium_dri.so free 0x5571735c05c0 void 0.000163
+gallium_dri.so free 0x5571735c0500 void 0.000160
+gallium_dri.so malloc 72 0x5571735c0500 0.000151
+gallium_dri.so free 0x5571735c06c0 void 0.000152
+gallium_dri.so free 0x5571735c0500 void 0.000222
+gallium_dri.so malloc 72 0x5571735c0500 0.000198
+gallium_dri.so free 0x5571735c0740 void 0.000199
+gallium_dri.so free 0x5571735c0500 void 0.000162
+gallium_dri.so malloc 72 0x5571735c0770 0.000195
+gallium_dri.so free 0x5571735c07c0 void 0.000143
+gallium_dri.so free 0x5571735c0770 void 0.000138
+gallium_dri.so malloc 72 0x5571735c0770 0.000138
+gallium_dri.so free 0x5571735c08c0 void 0.000139
+gallium_dri.so free 0x5571735c0770 void 0.000139
+gallium_dri.so malloc 72 0x5571735c0870 0.000140
+gallium_dri.so free 0x5571735c0980 void 0.000140
+gallium_dri.so free 0x5571735c0870 void 0.000142
+gallium_dri.so malloc 72 0x5571735c0930 0.000142
+gallium_dri.so free 0x5571735c09c0 void 0.000136
+gallium_dri.so free 0x5571735c0930 void 0.000142
+gallium_dri.so malloc 72 0x5571735c0930 0.000138
+gallium_dri.so free 0x5571735c0a80 void 0.000140
+gallium_dri.so free 0x5571735c0930 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0ad0 0.000139
+gallium_dri.so free 0x5571735c0b40 void 0.000135
+gallium_dri.so free 0x5571735c0ad0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0b80 0.000131
+gallium_dri.so free 0x5571735c0c00 void 0.000130
+gallium_dri.so free 0x5571735c0b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0c00 0.000129
+gallium_dri.so free 0x5571735c0cc0 void 0.000131
+gallium_dri.so free 0x5571735c0c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0c00 0.000131
+gallium_dri.so free 0x5571735c0d40 void 0.000130
+gallium_dri.so free 0x5571735c0c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0d70 0.000130
+gallium_dri.so free 0x5571735c0dc0 void 0.000131
+gallium_dri.so free 0x5571735c0d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0d70 0.000129
+gallium_dri.so free 0x5571735c0ec0 void 0.000130
+gallium_dri.so free 0x5571735c0d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0e70 0.000130
+gallium_dri.so free 0x5571735c0f80 void 0.000137
+gallium_dri.so free 0x5571735c0e70 void 0.000137
+gallium_dri.so malloc 72 0x5571735c0f30 0.000130
+gallium_dri.so free 0x5571735c1000 void 0.000129
+gallium_dri.so free 0x5571735c0f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1020 0.000181
+gallium_dri.so free 0x5571735c10c0 void 0.000136
+gallium_dri.so free 0x5571735c1020 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x5571735c1140 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000130
+gallium_dri.so free 0x5571735c1280 void 0.000131
+gallium_dri.so free 0x5571735c11c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c11c0 0.000129
+gallium_dri.so free 0x5571735c1340 void 0.000132
+gallium_dri.so free 0x5571735c11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c11c0 0.000130
+gallium_dri.so free 0x5571735c1400 void 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13b0 0.000136
+gallium_dri.so free 0x5571735c1400 void 0.000136
+gallium_dri.so free 0x5571735c13b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13b0 0.000198
+gallium_dri.so free 0x5571735c1500 void 0.000126
+gallium_dri.so free 0x5571735c13b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735c14b0 0.000187
+gallium_dri.so free 0x5571735c15c0 void 0.000133
+gallium_dri.so free 0x5571735c14b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1570 0.000125
+gallium_dri.so free 0x5571735c1600 void 0.000126
+gallium_dri.so free 0x5571735c1570 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1570 0.000121
+gallium_dri.so free 0x5571735c16c0 void 0.000117
+gallium_dri.so free 0x5571735c1570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1700 0.000116
+gallium_dri.so free 0x5571735c1780 void 0.000115
+gallium_dri.so free 0x5571735c1700 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1780 0.000115
+gallium_dri.so free 0x5571735c1840 void 0.000117
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1780 0.000115
+gallium_dri.so free 0x5571735c1900 void 0.000117
+gallium_dri.so free 0x5571735c1780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1920 0.000115
+gallium_dri.so free 0x5571735c19c0 void 0.000116
+gallium_dri.so free 0x5571735c1920 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1970 0.000114
+gallium_dri.so free 0x5571735c1a40 void 0.000116
+gallium_dri.so free 0x5571735c1970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1970 0.000137
+gallium_dri.so free 0x5571735c1ac0 void 0.000116
+gallium_dri.so free 0x5571735c1970 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000114
+gallium_dri.so free 0x5571735c1b80 void 0.000117
+gallium_dri.so free 0x5571735c1ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000117
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so free 0x5571735c1ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000116
+gallium_dri.so free 0x5571735c1d00 void 0.000117
+gallium_dri.so free 0x5571735c1ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000115
+gallium_dri.so free 0x5571735c1dc0 void 0.000116
+gallium_dri.so free 0x5571735c1cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1d70 0.000115
+gallium_dri.so free 0x5571735c1e40 void 0.000117
+gallium_dri.so free 0x5571735c1d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1e90 0.000123
+gallium_dri.so free 0x5571735c1f00 void 0.000131
+gallium_dri.so free 0x5571735c1e90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f20 0.000119
+gallium_dri.so free 0x5571735c1fc0 void 0.000120
+gallium_dri.so free 0x5571735c1f20 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f70 0.000118
+gallium_dri.so free 0x5571735c2040 void 0.000119
+gallium_dri.so free 0x5571735c1f70 void 0.000150
+gallium_dri.so malloc 72 0x5571735c1f70 0.000121
+gallium_dri.so free 0x5571735c20c0 void 0.000119
+gallium_dri.so free 0x5571735c1f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c20c0 0.000118
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c20c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20c0 0.000120
+gallium_dri.so free 0x5571735c2280 void 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2230 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2230 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so free 0x5571735c2230 void 0.000140
+gallium_dri.so malloc 72 0x5571735c23c0 0.000121
+gallium_dri.so free 0x5571735c2440 void 0.000119
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2440 0.000119
+gallium_dri.so free 0x5571735c2500 void 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2440 0.000120
+gallium_dri.so free 0x5571735c2580 void 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c25b0 0.000118
+gallium_dri.so free 0x5571735c2600 void 0.000138
+gallium_dri.so free 0x5571735c25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c25b0 0.000119
+gallium_dri.so free 0x5571735c2700 void 0.000136
+gallium_dri.so free 0x5571735c25b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2740 0.000131
+gallium_dri.so free 0x5571735c27c0 void 0.000131
+gallium_dri.so free 0x5571735c2740 void 0.000130
+gallium_dri.so malloc 72 0x5571735c27c0 0.000132
+gallium_dri.so free 0x5571735c2880 void 0.000132
+gallium_dri.so free 0x5571735c27c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27c0 0.000131
+gallium_dri.so free 0x5571735c2900 void 0.000131
+gallium_dri.so free 0x5571735c27c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2930 0.000132
+gallium_dri.so free 0x5571735c2980 void 0.000132
+gallium_dri.so free 0x5571735c2930 void 0.000135
+gallium_dri.so malloc 72 0x5571735c2930 0.000130
+gallium_dri.so free 0x5571735c2a80 void 0.000132
+gallium_dri.so free 0x5571735c2930 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2a30 0.000131
+gallium_dri.so free 0x5571735c2b40 void 0.000132
+gallium_dri.so free 0x5571735c2a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2af0 0.000132
+gallium_dri.so free 0x5571735c2bc0 void 0.000151
+gallium_dri.so free 0x5571735c2af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2af0 0.000133
+gallium_dri.so free 0x5571735c2c80 void 0.000132
+gallium_dri.so free 0x5571735c2af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2af0 0.000131
+gallium_dri.so free 0x5571735c2d40 void 0.000131
+gallium_dri.so free 0x5571735c2af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000132
+gallium_dri.so free 0x5571735c2dc0 void 0.000128
+gallium_dri.so free 0x5571735c2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e10 0.000119
+gallium_dri.so free 0x5571735c2e80 void 0.000118
+gallium_dri.so free 0x5571735c2e10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2ea0 0.000119
+gallium_dri.so free 0x5571735c2f40 void 0.000119
+gallium_dri.so free 0x5571735c2ea0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000119
+gallium_dri.so free 0x5571735c2fc0 void 0.000124
+gallium_dri.so free 0x5571735c2ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000119
+gallium_dri.so free 0x5571735c3080 void 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000119
+gallium_dri.so free 0x5571735c2fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3100 0.000120
+gallium_dri.so free 0x5571735c31c0 void 0.000144
+gallium_dri.so free 0x5571735c3100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3100 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000118
+gallium_dri.so free 0x5571735c3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735c32f0 0.000120
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so free 0x5571735c32f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3410 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c3410 void 0.000115
+gallium_dri.so malloc 72 0x5571735c34c0 0.000116
+gallium_dri.so free 0x5571735c3540 void 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c34c0 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c35f0 0.000118
+gallium_dri.so free 0x5571735c3640 void 0.000119
+gallium_dri.so free 0x5571735c35f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c35f0 0.000120
+gallium_dri.so free 0x5571735c3740 void 0.000174
+gallium_dri.so free 0x5571735c35f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c36f0 0.000119
+gallium_dri.so free 0x5571735c3800 void 0.000119
+gallium_dri.so free 0x5571735c36f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c37b0 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c37b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c37b0 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000118
+gallium_dri.so free 0x5571735c37b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3970 0.000119
+gallium_dri.so free 0x5571735c39c0 void 0.000119
+gallium_dri.so free 0x5571735c3970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3970 0.000118
+gallium_dri.so free 0x5571735c3ac0 void 0.000118
+gallium_dri.so free 0x5571735c3970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a70 0.000118
+gallium_dri.so free 0x5571735c3b80 void 0.000118
+gallium_dri.so free 0x5571735c3a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3b30 0.000118
+gallium_dri.so free 0x5571735c3bc0 void 0.000118
+gallium_dri.so free 0x5571735c3b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b30 0.000117
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so free 0x5571735c3b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000129
+gallium_dri.so free 0x5571735c3d40 void 0.000119
+gallium_dri.so free 0x5571735c3cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d40 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so free 0x5571735c3d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d40 0.000118
+gallium_dri.so free 0x5571735c3ec0 void 0.000123
+gallium_dri.so free 0x5571735c3d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3ee0 0.000118
+gallium_dri.so free 0x5571735c3f80 void 0.000120
+gallium_dri.so free 0x5571735c3ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3f30 0.000118
+gallium_dri.so free 0x5571735c4000 void 0.000119
+gallium_dri.so free 0x5571735c3f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3f30 0.000119
+gallium_dri.so free 0x5571735c4080 void 0.000142
+gallium_dri.so free 0x5571735c3f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4080 0.000121
+gallium_dri.so free 0x5571735c4140 void 0.000121
+gallium_dri.so free 0x5571735c4080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4080 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4080 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c4080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000121
+gallium_dri.so free 0x5571735c4380 void 0.000123
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4330 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so free 0x5571735c4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4450 0.000117
+gallium_dri.so free 0x5571735c44c0 void 0.000121
+gallium_dri.so free 0x5571735c4450 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44e0 0.000118
+gallium_dri.so free 0x5571735c4580 void 0.000119
+gallium_dri.so free 0x5571735c44e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4530 0.000118
+gallium_dri.so free 0x5571735c4600 void 0.000118
+gallium_dri.so free 0x5571735c4530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4530 0.000119
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so free 0x5571735c4530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4680 0.000118
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000119
+gallium_dri.so free 0x5571735c4840 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47f0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c47f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735c47f0 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x5571735c47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4980 0.000118
+gallium_dri.so free 0x5571735c4a00 void 0.000120
+gallium_dri.so free 0x5571735c4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4a00 0.000119
+gallium_dri.so free 0x5571735c4ac0 void 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4a00 0.000119
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b70 0.000127
+gallium_dri.so free 0x5571735c4bc0 void 0.000130
+gallium_dri.so free 0x5571735c4b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4b70 0.000241
+gallium_dri.so free 0x5571735c4cc0 void 0.000195
+gallium_dri.so free 0x5571735c4b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4d00 0.000132
+gallium_dri.so free 0x5571735c4d80 void 0.000157
+gallium_dri.so free 0x5571735c4d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d80 0.000132
+gallium_dri.so free 0x5571735c4e40 void 0.000126
+gallium_dri.so free 0x5571735c4d80 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4d80 0.000121
+gallium_dri.so free 0x5571735c4ec0 void 0.000120
+gallium_dri.so free 0x5571735c4d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000118
+gallium_dri.so free 0x5571735c4f40 void 0.000119
+gallium_dri.so free 0x5571735c4ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000119
+gallium_dri.so free 0x5571735c5040 void 0.000119
+gallium_dri.so free 0x5571735c4ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000119
+gallium_dri.so free 0x557173462440 void 0.000118
+gallium_dri.so free 0x5571735c4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571734624a0 0.000118
+gallium_dri.so free 0x557173462540 void 0.000120
+gallium_dri.so free 0x5571734624a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734624f0 0.000118
+gallium_dri.so free 0x557173462580 void 0.000119
+gallium_dri.so free 0x5571734624f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734624f0 0.000119
+gallium_dri.so free 0x557173462640 void 0.000118
+gallium_dri.so free 0x5571734624f0 void 0.000119
+gallium_dri.so malloc 72 0x557173462680 0.000118
+gallium_dri.so free 0x557173462700 void 0.000127
+gallium_dri.so free 0x557173462680 void 0.000111
+gallium_dri.so malloc 72 0x557173462700 0.000110
+gallium_dri.so free 0x5571734627c0 void 0.000109
+gallium_dri.so free 0x557173462700 void 0.000109
+gallium_dri.so malloc 72 0x557173462700 0.000109
+gallium_dri.so free 0x557173462840 void 0.000111
+gallium_dri.so free 0x557173462700 void 0.000109
+gallium_dri.so malloc 72 0x557173462870 0.000108
+gallium_dri.so free 0x5571734628c0 void 0.000110
+gallium_dri.so free 0x557173462870 void 0.000110
+gallium_dri.so malloc 72 0x5571734628c0 0.000109
+gallium_dri.so free 0x557173462980 void 0.000110
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000112
+gallium_dri.so free 0x557173462a80 void 0.000110
+gallium_dri.so free 0x5571734628c0 void 0.000110
+gallium_dri.so malloc 72 0x557173462a30 0.000110
+gallium_dri.so free 0x557173462b40 void 0.000110
+gallium_dri.so free 0x557173462a30 void 0.000110
+gallium_dri.so malloc 72 0x557173462af0 0.000110
+gallium_dri.so free 0x557173462b80 void 0.000124
+gallium_dri.so free 0x557173462af0 void 0.000114
+gallium_dri.so malloc 72 0x557173462af0 0.000114
+gallium_dri.so free 0x557173462c40 void 0.000113
+gallium_dri.so free 0x557173462af0 void 0.000112
+gallium_dri.so malloc 72 0x557173462c80 0.000112
+gallium_dri.so free 0x557173462d00 void 0.000112
+gallium_dri.so free 0x557173462c80 void 0.000111
+gallium_dri.so malloc 72 0x557173462d00 0.000124
+gallium_dri.so free 0x557173462dc0 void 0.000121
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so malloc 72 0x557173462d00 0.000120
+gallium_dri.so free 0x557173462e40 void 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000121
+gallium_dri.so malloc 72 0x557173462d00 0.000119
+gallium_dri.so free 0x557173462f00 void 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000120
+gallium_dri.so malloc 72 0x557173462d00 0.000119
+gallium_dri.so free 0x557173462fc0 void 0.000119
+gallium_dri.so free 0x557173462d00 void 0.000120
+gallium_dri.so malloc 72 0x557173462f70 0.000124
+gallium_dri.so free 0x557173463040 void 0.000119
+gallium_dri.so free 0x557173462f70 void 0.000119
+gallium_dri.so malloc 72 0x557173463090 0.000149
+gallium_dri.so free 0x557173463100 void 0.000120
+gallium_dri.so free 0x557173463090 void 0.000119
+gallium_dri.so malloc 72 0x557173463120 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000121
+gallium_dri.so free 0x557173463120 void 0.000120
+gallium_dri.so malloc 72 0x557173463170 0.000119
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x557173463170 void 0.000119
+gallium_dri.so malloc 72 0x557173463170 0.000119
+gallium_dri.so free 0x557173463340 void 0.000131
+gallium_dri.so free 0x557173463170 void 0.000119
+gallium_dri.so malloc 72 0x5571734632f0 0.000118
+gallium_dri.so free 0x5571734633c0 void 0.000117
+gallium_dri.so free 0x5571734632f0 void 0.000117
+gallium_dri.so malloc 72 0x557173463410 0.000117
+gallium_dri.so free 0x557173463480 void 0.000117
+gallium_dri.so free 0x557173463410 void 0.000118
+gallium_dri.so malloc 72 0x5571734634a0 0.000116
+gallium_dri.so free 0x557173463540 void 0.000117
+gallium_dri.so free 0x5571734634a0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634f0 0.000118
+gallium_dri.so free 0x5571734635c0 void 0.000116
+gallium_dri.so free 0x5571734634f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734634f0 0.000119
+gallium_dri.so free 0x557173463640 void 0.000117
+gallium_dri.so free 0x5571734634f0 void 0.000118
+gallium_dri.so malloc 72 0x557173463640 0.000117
+gallium_dri.so free 0x557173463700 void 0.000117
+gallium_dri.so free 0x557173463640 void 0.000117
+gallium_dri.so malloc 72 0x557173463640 0.000116
+gallium_dri.so free 0x557173463800 void 0.000118
+gallium_dri.so free 0x557173463640 void 0.000117
+gallium_dri.so malloc 72 0x557173463640 0.000117
+gallium_dri.so free 0x557173463880 void 0.000116
+gallium_dri.so free 0x557173463640 void 0.000116
+gallium_dri.so malloc 72 0x5571734638b0 0.000115
+gallium_dri.so free 0x557173463900 void 0.000119
+gallium_dri.so free 0x5571734638b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734638b0 0.000117
+gallium_dri.so free 0x557173463a00 void 0.000117
+gallium_dri.so free 0x5571734638b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734639b0 0.000117
+gallium_dri.so free 0x557173463ac0 void 0.000118
+gallium_dri.so free 0x5571734639b0 void 0.000117
+gallium_dri.so malloc 72 0x557173463a70 0.000118
+gallium_dri.so free 0x557173463b00 void 0.000118
+gallium_dri.so free 0x557173463a70 void 0.000117
+gallium_dri.so malloc 72 0x557173463a70 0.000116
+gallium_dri.so free 0x557173463bc0 void 0.000117
+gallium_dri.so free 0x557173463a70 void 0.000116
+gallium_dri.so malloc 72 0x557173463c10 0.000116
+gallium_dri.so free 0x557173463c80 void 0.000117
+gallium_dri.so free 0x557173463c10 void 0.000117
+gallium_dri.so malloc 72 0x557173463cc0 0.000116
+gallium_dri.so free 0x557173463d40 void 0.000118
+gallium_dri.so free 0x557173463cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173463d40 0.000116
+gallium_dri.so free 0x557173463e00 void 0.000117
+gallium_dri.so free 0x557173463d40 void 0.000118
+gallium_dri.so malloc 72 0x557173463d40 0.000117
+gallium_dri.so free 0x557173463e80 void 0.000116
+gallium_dri.so free 0x557173463d40 void 0.000117
+gallium_dri.so malloc 72 0x557173463eb0 0.000155
+gallium_dri.so free 0x557173463f00 void 0.000119
+gallium_dri.so free 0x557173463eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173463eb0 0.000143
+gallium_dri.so free 0x557173464000 void 0.000120
+gallium_dri.so free 0x557173463eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173463fb0 0.000118
+gallium_dri.so free 0x5571734640c0 void 0.000118
+gallium_dri.so free 0x557173463fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464070 0.000124
+gallium_dri.so free 0x557173464140 void 0.000118
+gallium_dri.so free 0x557173464070 void 0.000119
+gallium_dri.so malloc 72 0x557173464160 0.000225
+gallium_dri.so free 0x557173464200 void 0.000153
+gallium_dri.so free 0x557173464160 void 0.000123
+gallium_dri.so malloc 72 0x5571734641b0 0.000118
+gallium_dri.so free 0x557173464280 void 0.000118
+gallium_dri.so free 0x5571734641b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734641b0 0.000118
+gallium_dri.so free 0x557173464300 void 0.000119
+gallium_dri.so free 0x5571734641b0 void 0.000119
+gallium_dri.so malloc 72 0x557173464300 0.000119
+gallium_dri.so free 0x5571734643c0 void 0.000119
+gallium_dri.so free 0x557173464300 void 0.000120
+gallium_dri.so malloc 72 0x557173464300 0.000119
+gallium_dri.so free 0x557173464480 void 0.000128
+gallium_dri.so free 0x557173464300 void 0.000119
+gallium_dri.so malloc 72 0x557173464300 0.000117
+gallium_dri.so free 0x557173464540 void 0.000117
+gallium_dri.so free 0x557173464300 void 0.000119
+gallium_dri.so malloc 72 0x5571734644f0 0.000117
+gallium_dri.so free 0x557173464540 void 0.000118
+gallium_dri.so free 0x5571734644f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734644f0 0.000116
+gallium_dri.so free 0x557173464640 void 0.000117
+gallium_dri.so free 0x5571734644f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734645f0 0.000118
+gallium_dri.so free 0x557173464700 void 0.000117
+gallium_dri.so free 0x5571734645f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734646b0 0.000116
+gallium_dri.so free 0x557173464740 void 0.000117
+gallium_dri.so free 0x5571734646b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734646b0 0.000117
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so free 0x5571734646b0 void 0.000117
+gallium_dri.so malloc 72 0x557173464840 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x557173464840 void 0.000116
+gallium_dri.so malloc 72 0x5571734648c0 0.000119
+gallium_dri.so free 0x557173464980 void 0.000116
+gallium_dri.so free 0x5571734648c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734648c0 0.000124
+gallium_dri.so free 0x557173464a40 void 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000117
+gallium_dri.so malloc 72 0x557173464a60 0.000119
+gallium_dri.so free 0x557173464b00 void 0.000117
+gallium_dri.so free 0x557173464a60 void 0.000118
+gallium_dri.so malloc 72 0x557173464ab0 0.000119
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x557173464ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173464ab0 0.000118
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so free 0x557173464ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173464c00 0.000117
+gallium_dri.so free 0x557173464cc0 void 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so malloc 72 0x557173464c00 0.000119
+gallium_dri.so free 0x557173464d80 void 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000143
+gallium_dri.so malloc 72 0x557173464c00 0.000119
+gallium_dri.so free 0x557173464e40 void 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so malloc 72 0x557173464df0 0.000118
+gallium_dri.so free 0x557173464f00 void 0.000118
+gallium_dri.so free 0x557173464df0 void 0.000117
+gallium_dri.so malloc 72 0x557173464eb0 0.000117
+gallium_dri.so free 0x557173464f80 void 0.000118
+gallium_dri.so free 0x557173464eb0 void 0.000160
+gallium_dri.so malloc 72 0x557173464fd0 0.000121
+gallium_dri.so free 0x557173465040 void 0.000121
+gallium_dri.so free 0x557173464fd0 void 0.000118
+gallium_dri.so malloc 72 0x557173465060 0.000118
+gallium_dri.so free 0x557173465100 void 0.000118
+gallium_dri.so free 0x557173465060 void 0.000120
+gallium_dri.so malloc 72 0x5571734650b0 0.000118
+gallium_dri.so free 0x557173465180 void 0.000118
+gallium_dri.so free 0x5571734650b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734650b0 0.000118
+gallium_dri.so free 0x557173465200 void 0.000118
+gallium_dri.so free 0x5571734650b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465200 0.000118
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so free 0x557173465200 void 0.000118
+gallium_dri.so malloc 72 0x557173465200 0.000120
+gallium_dri.so free 0x5571734653c0 void 0.000119
+gallium_dri.so free 0x557173465200 void 0.000119
+gallium_dri.so malloc 72 0x557173465370 0.000118
+gallium_dri.so free 0x557173465400 void 0.000118
+gallium_dri.so free 0x557173465370 void 0.000118
+gallium_dri.so malloc 72 0x557173465370 0.000118
+gallium_dri.so free 0x5571734654c0 void 0.000121
+gallium_dri.so free 0x557173465370 void 0.000119
+gallium_dri.so malloc 72 0x557173465500 0.000118
+gallium_dri.so free 0x557173465580 void 0.000128
+gallium_dri.so free 0x557173465500 void 0.000119
+gallium_dri.so malloc 72 0x557173465580 0.000116
+gallium_dri.so free 0x557173465640 void 0.000119
+gallium_dri.so free 0x557173465580 void 0.000117
+gallium_dri.so malloc 72 0x557173465580 0.000117
+gallium_dri.so free 0x5571734656c0 void 0.000117
+gallium_dri.so free 0x557173465580 void 0.000116
+gallium_dri.so malloc 72 0x5571734656f0 0.000117
+gallium_dri.so free 0x557173465740 void 0.000116
+gallium_dri.so free 0x5571734656f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656f0 0.000116
+gallium_dri.so free 0x557173465840 void 0.000118
+gallium_dri.so free 0x5571734656f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465880 0.000117
+gallium_dri.so free 0x557173465900 void 0.000118
+gallium_dri.so free 0x557173465880 void 0.000116
+gallium_dri.so malloc 72 0x557173465900 0.000117
+gallium_dri.so free 0x5571734659c0 void 0.000116
+gallium_dri.so free 0x557173465900 void 0.000116
+gallium_dri.so malloc 72 0x557173465900 0.000116
+gallium_dri.so free 0x557173465a40 void 0.000124
+gallium_dri.so free 0x557173465900 void 0.000120
+gallium_dri.so malloc 72 0x557173465a70 0.000118
+gallium_dri.so free 0x557173465ac0 void 0.000125
+gallium_dri.so free 0x557173465a70 void 0.000126
+gallium_dri.so malloc 72 0x557173465a70 0.000134
+gallium_dri.so free 0x557173465bc0 void 0.000126
+gallium_dri.so free 0x557173465a70 void 0.000126
+gallium_dri.so malloc 72 0x557173465b70 0.000141
+gallium_dri.so free 0x557173465c80 void 0.000126
+gallium_dri.so free 0x557173465b70 void 0.000126
+gallium_dri.so malloc 72 0x557173465c30 0.000125
+gallium_dri.so free 0x557173465d00 void 0.000127
+gallium_dri.so free 0x557173465c30 void 0.000125
+gallium_dri.so malloc 72 0x557173465c30 0.000124
+gallium_dri.so free 0x557173465dc0 void 0.000125
+gallium_dri.so free 0x557173465c30 void 0.000134
+gallium_dri.so malloc 72 0x557173465c30 0.000139
+gallium_dri.so free 0x557173465e80 void 0.000132
+gallium_dri.so free 0x557173465c30 void 0.000130
+gallium_dri.so malloc 72 0x557173465e30 0.000126
+gallium_dri.so free 0x557173465f00 void 0.000124
+gallium_dri.so free 0x557173465e30 void 0.000128
+gallium_dri.so malloc 72 0x557173465f50 0.000131
+gallium_dri.so free 0x557173465fc0 void 0.000130
+gallium_dri.so free 0x557173465f50 void 0.000199
+gallium_dri.so malloc 72 0x557173465fe0 0.000166
+gallium_dri.so free 0x557173466080 void 0.000164
+gallium_dri.so free 0x557173465fe0 void 0.000166
+gallium_dri.so malloc 72 0x557173466030 0.000131
+gallium_dri.so free 0x557173466100 void 0.000131
+gallium_dri.so free 0x557173466030 void 0.000131
+gallium_dri.so malloc 72 0x557173466100 0.000133
+gallium_dri.so free 0x5571734661c0 void 0.000132
+gallium_dri.so free 0x557173466100 void 0.000131
+gallium_dri.so malloc 72 0x557173466100 0.000125
+gallium_dri.so free 0x557173466240 void 0.000124
+gallium_dri.so free 0x557173466100 void 0.000128
+gallium_dri.so malloc 72 0x557173466240 0.000130
+gallium_dri.so free 0x557173466300 void 0.000133
+gallium_dri.so free 0x557173466240 void 0.000132
+gallium_dri.so malloc 72 0x557173466240 0.000131
+gallium_dri.so free 0x5571734663c0 void 0.000125
+gallium_dri.so free 0x557173466240 void 0.000124
+gallium_dri.so malloc 72 0x557173466240 0.000128
+gallium_dri.so free 0x557173466480 void 0.000140
+gallium_dri.so free 0x557173466240 void 0.000131
+gallium_dri.so malloc 72 0x557173466430 0.000130
+gallium_dri.so free 0x557173466500 void 0.000130
+gallium_dri.so free 0x557173466430 void 0.000131
+gallium_dri.so malloc 72 0x557173466550 0.000130
+gallium_dri.so free 0x5571734665c0 void 0.000131
+gallium_dri.so free 0x557173466550 void 0.000130
+gallium_dri.so malloc 72 0x557173466600 0.000126
+gallium_dri.so free 0x557173466680 void 0.000125
+gallium_dri.so free 0x557173466600 void 0.000128
+gallium_dri.so malloc 72 0x557173466600 0.000131
+gallium_dri.so free 0x557173466700 void 0.000131
+gallium_dri.so free 0x557173466600 void 0.000160
+gallium_dri.so malloc 72 0x557173466730 0.000128
+gallium_dri.so free 0x557173466780 void 0.000130
+gallium_dri.so free 0x557173466730 void 0.000131
+gallium_dri.so malloc 72 0x557173466730 0.000130
+gallium_dri.so free 0x557173466880 void 0.000126
+gallium_dri.so free 0x557173466730 void 0.000129
+gallium_dri.so malloc 72 0x557173466830 0.000142
+gallium_dri.so free 0x557173466940 void 0.000131
+gallium_dri.so free 0x557173466830 void 0.000131
+gallium_dri.so malloc 72 0x5571734668f0 0.000130
+gallium_dri.so free 0x557173466980 void 0.000130
+gallium_dri.so free 0x5571734668f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734668f0 0.000129
+gallium_dri.so free 0x557173466a40 void 0.000130
+gallium_dri.so free 0x5571734668f0 void 0.000125
+gallium_dri.so malloc 72 0x557173466ab0 0.000124
+gallium_dri.so free 0x557173466b00 void 0.000130
+gallium_dri.so free 0x557173466ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173466ab0 0.000130
+gallium_dri.so free 0x557173466c00 void 0.000132
+gallium_dri.so free 0x557173466ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173466bb0 0.000129
+gallium_dri.so free 0x557173466cc0 void 0.000126
+gallium_dri.so free 0x557173466bb0 void 0.000143
+gallium_dri.so malloc 72 0x557173466c70 0.000133
+gallium_dri.so free 0x557173466d00 void 0.000128
+gallium_dri.so free 0x557173466c70 void 0.000121
+gallium_dri.so malloc 72 0x557173466c70 0.000170
+gallium_dri.so free 0x557173466dc0 void 0.000123
+gallium_dri.so free 0x557173466c70 void 0.000122
+gallium_dri.so malloc 72 0x557173466e00 0.000121
+gallium_dri.so free 0x557173466e80 void 0.000121
+gallium_dri.so free 0x557173466e00 void 0.000123
+gallium_dri.so malloc 72 0x557173466e80 0.000121
+gallium_dri.so free 0x557173466f40 void 0.000122
+gallium_dri.so free 0x557173466e80 void 0.000121
+gallium_dri.so malloc 72 0x557173466e80 0.000121
+gallium_dri.so free 0x557173467000 void 0.000122
+gallium_dri.so free 0x557173466e80 void 0.000122
+gallium_dri.so malloc 72 0x557173467020 0.000120
+gallium_dri.so free 0x5571734670c0 void 0.000122
+gallium_dri.so free 0x557173467020 void 0.000122
+gallium_dri.so malloc 72 0x557173467070 0.000122
+gallium_dri.so free 0x557173467140 void 0.000123
+gallium_dri.so free 0x557173467070 void 0.000123
+gallium_dri.so malloc 72 0x557173467070 0.000121
+gallium_dri.so free 0x5571734671c0 void 0.000123
+gallium_dri.so free 0x557173467070 void 0.000123
+gallium_dri.so malloc 72 0x5571734671c0 0.000122
+gallium_dri.so free 0x557173467280 void 0.000123
+gallium_dri.so free 0x5571734671c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734671c0 0.000122
+gallium_dri.so free 0x557173467340 void 0.000132
+gallium_dri.so free 0x5571734671c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734671c0 0.000122
+gallium_dri.so free 0x557173467400 void 0.000122
+gallium_dri.so free 0x5571734671c0 void 0.000152
+gallium_dri.so malloc 72 0x5571734673b0 0.000123
+gallium_dri.so free 0x5571734674c0 void 0.000121
+gallium_dri.so free 0x5571734673b0 void 0.000121
+gallium_dri.so malloc 72 0x557173467470 0.000121
+gallium_dri.so free 0x557173467540 void 0.000121
+gallium_dri.so free 0x557173467470 void 0.000122
+gallium_dri.so malloc 72 0x557173467590 0.000122
+gallium_dri.so free 0x557173467600 void 0.000122
+gallium_dri.so free 0x557173467590 void 0.000121
+gallium_dri.so malloc 72 0x557173467620 0.000121
+gallium_dri.so free 0x5571734676c0 void 0.000123
+gallium_dri.so free 0x557173467620 void 0.000121
+gallium_dri.so malloc 72 0x557173467670 0.000121
+gallium_dri.so free 0x557173467740 void 0.000120
+gallium_dri.so free 0x557173467670 void 0.000120
+gallium_dri.so malloc 72 0x557173467670 0.000120
+gallium_dri.so free 0x5571734677c0 void 0.000122
+gallium_dri.so free 0x557173467670 void 0.000124
+gallium_dri.so malloc 72 0x5571734677c0 0.000121
+gallium_dri.so free 0x557173467880 void 0.000121
+gallium_dri.so free 0x5571734677c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734677c0 0.000122
+gallium_dri.so free 0x557173467980 void 0.000123
+gallium_dri.so free 0x5571734677c0 void 0.000122
+gallium_dri.so malloc 72 0x557173467930 0.000121
+gallium_dri.so free 0x5571734679c0 void 0.000120
+gallium_dri.so free 0x557173467930 void 0.000121
+gallium_dri.so malloc 72 0x557173467930 0.000119
+gallium_dri.so free 0x557173467a80 void 0.000121
+gallium_dri.so free 0x557173467930 void 0.000123
+gallium_dri.so malloc 72 0x557173467ac0 0.000122
+gallium_dri.so free 0x557173467b40 void 0.000123
+gallium_dri.so free 0x557173467ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173467b40 0.000122
+gallium_dri.so free 0x557173467c00 void 0.000122
+gallium_dri.so free 0x557173467b40 void 0.000121
+gallium_dri.so malloc 72 0x557173467b40 0.000121
+gallium_dri.so free 0x557173467c80 void 0.000122
+gallium_dri.so free 0x557173467b40 void 0.000121
+gallium_dri.so malloc 72 0x557173467cb0 0.000122
+gallium_dri.so free 0x557173467d00 void 0.000122
+gallium_dri.so free 0x557173467cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173467cb0 0.000122
+gallium_dri.so free 0x557173467e00 void 0.000123
+gallium_dri.so free 0x557173467cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173467e40 0.000121
+gallium_dri.so free 0x557173467ec0 void 0.000123
+gallium_dri.so free 0x557173467e40 void 0.000122
+gallium_dri.so malloc 72 0x557173467ec0 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so free 0x557173467ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173467ec0 0.000121
+gallium_dri.so free 0x557173468000 void 0.000121
+gallium_dri.so free 0x557173467ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173468030 0.000121
+gallium_dri.so free 0x557173468080 void 0.000121
+gallium_dri.so free 0x557173468030 void 0.000122
+gallium_dri.so malloc 72 0x557173468030 0.000121
+gallium_dri.so free 0x557173468180 void 0.000121
+gallium_dri.so free 0x557173468030 void 0.000122
+gallium_dri.so malloc 72 0x557173468130 0.000121
+gallium_dri.so free 0x557173468240 void 0.000121
+gallium_dri.so free 0x557173468130 void 0.000124
+gallium_dri.so malloc 72 0x5571734681f0 0.000129
+gallium_dri.so free 0x5571734682c0 void 0.000122
+gallium_dri.so free 0x5571734681f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734681f0 0.000122
+gallium_dri.so free 0x557173468380 void 0.000121
+gallium_dri.so free 0x5571734681f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734681f0 0.000120
+gallium_dri.so free 0x557173468440 void 0.000122
+gallium_dri.so free 0x5571734681f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734683f0 0.000121
+gallium_dri.so free 0x5571734684c0 void 0.000122
+gallium_dri.so free 0x5571734683f0 void 0.000123
+gallium_dri.so malloc 72 0x557173468510 0.000120
+gallium_dri.so free 0x557173468580 void 0.000122
+gallium_dri.so free 0x557173468510 void 0.000121
+gallium_dri.so malloc 72 0x5571734685a0 0.000120
+gallium_dri.so free 0x557173468640 void 0.000120
+gallium_dri.so free 0x5571734685a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734685f0 0.000121
+gallium_dri.so free 0x5571734686c0 void 0.000122
+gallium_dri.so free 0x5571734685f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734686c0 0.000122
+gallium_dri.so free 0x557173468780 void 0.000121
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734686c0 0.000120
+gallium_dri.so free 0x557173468800 void 0.000120
+gallium_dri.so free 0x5571734686c0 void 0.000120
+gallium_dri.so malloc 72 0x557173468800 0.000122
+gallium_dri.so free 0x5571734688c0 void 0.000122
+gallium_dri.so free 0x557173468800 void 0.000121
+gallium_dri.so malloc 72 0x557173468800 0.000120
+gallium_dri.so free 0x557173468980 void 0.000120
+gallium_dri.so free 0x557173468800 void 0.000121
+gallium_dri.so malloc 72 0x557173468800 0.000161
+gallium_dri.so free 0x557173468a40 void 0.000123
+gallium_dri.so free 0x557173468800 void 0.000122
+gallium_dri.so malloc 72 0x5571734689f0 0.000120
+gallium_dri.so free 0x557173468ac0 void 0.000120
+gallium_dri.so free 0x5571734689f0 void 0.000121
+gallium_dri.so malloc 72 0x557173468b10 0.000121
+gallium_dri.so free 0x557173468b80 void 0.000123
+gallium_dri.so free 0x557173468b10 void 0.000120
+gallium_dri.so malloc 72 0x557173468bc0 0.000120
+gallium_dri.so free 0x557173468c40 void 0.000121
+gallium_dri.so free 0x557173468bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173468bc0 0.000121
+gallium_dri.so free 0x557173468cc0 void 0.000122
+gallium_dri.so free 0x557173468bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173468cf0 0.000120
+gallium_dri.so free 0x557173468d40 void 0.000121
+gallium_dri.so free 0x557173468cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173468cf0 0.000120
+gallium_dri.so free 0x557173468e40 void 0.000121
+gallium_dri.so free 0x557173468cf0 void 0.000121
+gallium_dri.so malloc 72 0x557173468df0 0.000121
+gallium_dri.so free 0x557173468f00 void 0.000123
+gallium_dri.so free 0x557173468df0 void 0.000121
+gallium_dri.so malloc 72 0x557173468eb0 0.000119
+gallium_dri.so free 0x557173468f40 void 0.000120
+gallium_dri.so free 0x557173468eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173468eb0 0.000123
+gallium_dri.so free 0x557173469000 void 0.000121
+gallium_dri.so free 0x557173468eb0 void 0.000150
+gallium_dri.so malloc 72 0x557173469070 0.000123
+gallium_dri.so free 0x5571734690c0 void 0.000122
+gallium_dri.so free 0x557173469070 void 0.000121
+gallium_dri.so malloc 72 0x557173469070 0.000123
+gallium_dri.so free 0x5571734691c0 void 0.000122
+gallium_dri.so free 0x557173469070 void 0.000121
+gallium_dri.so malloc 72 0x557173469170 0.000122
+gallium_dri.so free 0x557173469280 void 0.000122
+gallium_dri.so free 0x557173469170 void 0.000121
+gallium_dri.so malloc 72 0x557173469230 0.000121
+gallium_dri.so free 0x5571734692c0 void 0.000123
+gallium_dri.so free 0x557173469230 void 0.000121
+gallium_dri.so malloc 72 0x557173469230 0.000121
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x557173469230 void 0.000121
+gallium_dri.so malloc 72 0x5571734693c0 0.000121
+gallium_dri.so free 0x557173469440 void 0.000122
+gallium_dri.so free 0x5571734693c0 void 0.000121
+gallium_dri.so malloc 72 0x557173469440 0.000122
+gallium_dri.so free 0x557173469500 void 0.000122
+gallium_dri.so free 0x557173469440 void 0.000123
+gallium_dri.so malloc 72 0x557173469440 0.000130
+gallium_dri.so free 0x5571734695c0 void 0.000122
+gallium_dri.so free 0x557173469440 void 0.000128
+gallium_dri.so malloc 72 0x5571734695e0 0.000122
+gallium_dri.so free 0x557173469680 void 0.000122
+gallium_dri.so free 0x5571734695e0 void 0.000122
+gallium_dri.so malloc 72 0x557173469630 0.000121
+gallium_dri.so free 0x557173469700 void 0.000122
+gallium_dri.so free 0x557173469630 void 0.000120
+gallium_dri.so malloc 72 0x557173469630 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so free 0x557173469630 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb380 0.000121
+gallium_dri.so free 0x5571735eb440 void 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb380 0.000124
+gallium_dri.so free 0x5571735eb500 void 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb5c0 void 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb570 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000122
+gallium_dri.so free 0x5571735eb570 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb630 0.000122
+gallium_dri.so free 0x5571735eb700 void 0.000192
+gallium_dri.so free 0x5571735eb630 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb750 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000120
+gallium_dri.so free 0x5571735eb750 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000121
+gallium_dri.so free 0x5571735eb880 void 0.000124
+gallium_dri.so free 0x5571735eb7e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000122
+gallium_dri.so free 0x5571735eb830 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735eb980 void 0.000122
+gallium_dri.so free 0x5571735eb830 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb980 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000121
+gallium_dri.so free 0x5571735eb980 void 0.000150
+gallium_dri.so malloc 72 0x5571735eb980 0.000124
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735eb980 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000123
+gallium_dri.so free 0x5571735ebaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000123
+gallium_dri.so free 0x5571735ebc40 void 0.000122
+gallium_dri.so free 0x5571735ebaf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebc80 0.000122
+gallium_dri.so free 0x5571735ebd00 void 0.000121
+gallium_dri.so free 0x5571735ebc80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd00 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735ebd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd00 0.000121
+gallium_dri.so free 0x5571735ebe40 void 0.000121
+gallium_dri.so free 0x5571735ebd00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebec0 void 0.000123
+gallium_dri.so free 0x5571735ebe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000121
+gallium_dri.so free 0x5571735ebe70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec000 0.000121
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so free 0x5571735ec000 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec080 0.000123
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec080 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000132
+gallium_dri.so free 0x5571735ec240 void 0.000123
+gallium_dri.so free 0x5571735ec1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000121
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so free 0x5571735ec1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000121
+gallium_dri.so free 0x5571735ec400 void 0.000121
+gallium_dri.so free 0x5571735ec2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000120
+gallium_dri.so free 0x5571735ec3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000123
+gallium_dri.so free 0x5571735ec3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000120
+gallium_dri.so free 0x5571735ec3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000121
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec760 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000122
+gallium_dri.so free 0x5571735ec760 void 0.000169
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000122
+gallium_dri.so free 0x5571735ec880 void 0.000123
+gallium_dri.so free 0x5571735ec7b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec880 0.000127
+gallium_dri.so free 0x5571735ec940 void 0.000122
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec880 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000122
+gallium_dri.so free 0x5571735ec880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735eca80 void 0.000121
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000120
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000122
+gallium_dri.so free 0x5571735ec9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000120
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so free 0x5571735ecbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eccd0 0.000122
+gallium_dri.so free 0x5571735ecd40 void 0.000122
+gallium_dri.so free 0x5571735eccd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd80 0.000168
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so free 0x5571735ecd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd80 0.000121
+gallium_dri.so free 0x5571735ece80 void 0.000122
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eceb0 0.000120
+gallium_dri.so free 0x5571735ecf00 void 0.000122
+gallium_dri.so free 0x5571735eceb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eceb0 0.000122
+gallium_dri.so free 0x5571735ed000 void 0.000128
+gallium_dri.so free 0x5571735eceb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed070 0.000121
+gallium_dri.so free 0x5571735ed100 void 0.000121
+gallium_dri.so free 0x5571735ed070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed070 0.000122
+gallium_dri.so free 0x5571735ed1c0 void 0.000122
+gallium_dri.so free 0x5571735ed070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed230 0.000121
+gallium_dri.so free 0x5571735ed280 void 0.000122
+gallium_dri.so free 0x5571735ed230 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed230 0.000121
+gallium_dri.so free 0x5571735ed380 void 0.000132
+gallium_dri.so free 0x5571735ed230 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed330 0.000122
+gallium_dri.so free 0x5571735ed440 void 0.000124
+gallium_dri.so free 0x5571735ed330 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000120
+gallium_dri.so free 0x5571735ed480 void 0.000121
+gallium_dri.so free 0x5571735ed3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000120
+gallium_dri.so free 0x5571735ed540 void 0.000122
+gallium_dri.so free 0x5571735ed3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed580 0.000121
+gallium_dri.so free 0x5571735ed600 void 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed600 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000122
+gallium_dri.so free 0x5571735ed600 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed600 0.000123
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed600 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000122
+gallium_dri.so free 0x5571735ed840 void 0.000122
+gallium_dri.so free 0x5571735ed7a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000122
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000122
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so free 0x5571735ed7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735eda00 void 0.000123
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed940 0.000122
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed940 0.000121
+gallium_dri.so free 0x5571735edb80 void 0.000122
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so malloc 72 0x5571735edb30 0.000122
+gallium_dri.so free 0x5571735edc40 void 0.000121
+gallium_dri.so free 0x5571735edb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edbf0 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000122
+gallium_dri.so free 0x5571735edbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd10 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edd10 void 0.000122
+gallium_dri.so malloc 72 0x5571735edda0 0.000121
+gallium_dri.so free 0x5571735ede40 void 0.000122
+gallium_dri.so free 0x5571735edda0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eddf0 0.000126
+gallium_dri.so free 0x5571735edec0 void 0.000127
+gallium_dri.so free 0x5571735eddf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eddf0 0.000121
+gallium_dri.so free 0x5571735edf40 void 0.000123
+gallium_dri.so free 0x5571735eddf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735edf40 0.000122
+gallium_dri.so free 0x5571735ee000 void 0.000122
+gallium_dri.so free 0x5571735edf40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edf40 0.000120
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735edf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000120
+gallium_dri.so free 0x5571735ee140 void 0.000122
+gallium_dri.so free 0x5571735ee0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000121
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so free 0x5571735ee0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee240 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000122
+gallium_dri.so free 0x5571735ee240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000122
+gallium_dri.so free 0x5571735ee380 void 0.000122
+gallium_dri.so free 0x5571735ee2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000120
+gallium_dri.so free 0x5571735ee400 void 0.000120
+gallium_dri.so free 0x5571735ee2c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ee430 0.000124
+gallium_dri.so free 0x5571735ee480 void 0.000122
+gallium_dri.so free 0x5571735ee430 void 0.000153
+gallium_dri.so malloc 72 0x5571735ee430 0.000123
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so free 0x5571735ee430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee700 void 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000127
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000120
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735ee7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000122
+gallium_dri.so free 0x5571735ee900 void 0.000122
+gallium_dri.so free 0x5571735ee7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000121
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee970 0.000130
+gallium_dri.so free 0x5571735eea40 void 0.000116
+gallium_dri.so free 0x5571735ee970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee970 0.000115
+gallium_dri.so free 0x5571735eeb00 void 0.000115
+gallium_dri.so free 0x5571735ee970 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee970 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735ee970 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb70 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec90 0.000116
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eec90 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed20 0.000114
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eed20 void 0.000115
+gallium_dri.so malloc 72 0x5571735eed70 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so free 0x5571735eed70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee40 0.000115
+gallium_dri.so free 0x5571735eef00 void 0.000115
+gallium_dri.so free 0x5571735eee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee40 0.000115
+gallium_dri.so free 0x5571735eef80 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef80 0.000133
+gallium_dri.so free 0x5571735ef040 void 0.000124
+gallium_dri.so free 0x5571735eef80 void 0.000122
+gallium_dri.so malloc 72 0x5571735eef80 0.000122
+gallium_dri.so free 0x5571735ef100 void 0.000122
+gallium_dri.so free 0x5571735eef80 void 0.000121
+gallium_dri.so malloc 72 0x5571735eef80 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000122
+gallium_dri.so free 0x5571735eef80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef170 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000123
+gallium_dri.so free 0x5571735ef170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef290 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef290 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef340 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000129
+gallium_dri.so free 0x5571735ef340 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef340 0.000122
+gallium_dri.so free 0x5571735ef440 void 0.000122
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef470 0.000121
+gallium_dri.so free 0x5571735ef4c0 void 0.000121
+gallium_dri.so free 0x5571735ef470 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef470 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000174
+gallium_dri.so free 0x5571735ef470 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef570 0.000121
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so free 0x5571735ef570 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef630 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000120
+gallium_dri.so free 0x5571735ef630 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef630 0.000121
+gallium_dri.so free 0x5571735ef780 void 0.000120
+gallium_dri.so free 0x5571735ef630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000122
+gallium_dri.so free 0x5571735ef840 void 0.000121
+gallium_dri.so free 0x5571735ef7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000121
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000120
+gallium_dri.so free 0x5571735efa00 void 0.000121
+gallium_dri.so free 0x5571735ef8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000121
+gallium_dri.so free 0x5571735efa40 void 0.000122
+gallium_dri.so free 0x5571735ef9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000120
+gallium_dri.so free 0x5571735efb00 void 0.000122
+gallium_dri.so free 0x5571735ef9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb40 0.000125
+gallium_dri.so free 0x5571735efbc0 void 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efbc0 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efbc0 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd60 0.000112
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efd60 void 0.000115
+gallium_dri.so malloc 72 0x5571735efdb0 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000116
+gallium_dri.so free 0x5571735efdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efdb0 0.000115
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so free 0x5571735efdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff00 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000139
+gallium_dri.so malloc 72 0x5571735eff00 0.000115
+gallium_dri.so free 0x5571735f0080 void 0.000116
+gallium_dri.so free 0x5571735eff00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eff00 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f00f0 0.000130
+gallium_dri.so free 0x5571735f0200 void 0.000121
+gallium_dri.so free 0x5571735f00f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f01b0 0.000120
+gallium_dri.so free 0x5571735f0280 void 0.000151
+gallium_dri.so free 0x5571735f01b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f02d0 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f02d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0360 0.000120
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0360 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03b0 0.000122
+gallium_dri.so free 0x5571735f0480 void 0.000122
+gallium_dri.so free 0x5571735f03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f03b0 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0500 0.000121
+gallium_dri.so free 0x5571735f05c0 void 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0500 0.000121
+gallium_dri.so free 0x5571735f06c0 void 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0670 0.000120
+gallium_dri.so free 0x5571735f0700 void 0.000175
+gallium_dri.so free 0x5571735f0670 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0670 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000122
+gallium_dri.so free 0x5571735f0670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0800 0.000120
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0880 0.000122
+gallium_dri.so free 0x5571735f0940 void 0.000121
+gallium_dri.so free 0x5571735f0880 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0880 0.000120
+gallium_dri.so free 0x5571735f09c0 void 0.000121
+gallium_dri.so free 0x5571735f0880 void 0.000122
+gallium_dri.so malloc 72 0x5571735f09f0 0.000120
+gallium_dri.so free 0x5571735f0a40 void 0.000121
+gallium_dri.so free 0x5571735f09f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f09f0 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000122
+gallium_dri.so free 0x5571735f09f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0b80 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000126
+gallium_dri.so free 0x5571735f0b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0c00 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d70 0.000115
+gallium_dri.so free 0x5571735f0dc0 void 0.000115
+gallium_dri.so free 0x5571735f0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d70 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so free 0x5571735f0d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e70 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f30 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000112
+gallium_dri.so free 0x5571735f0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0f30 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so free 0x5571735f0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0f30 0.000121
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f0f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1130 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000116
+gallium_dri.so free 0x5571735f1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1250 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000115
+gallium_dri.so free 0x5571735f1250 void 0.000167
+gallium_dri.so malloc 72 0x5571735f12e0 0.000122
+gallium_dri.so free 0x5571735f1380 void 0.000122
+gallium_dri.so free 0x5571735f12e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1330 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so free 0x5571735f1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1400 0.000119
+gallium_dri.so free 0x5571735f14c0 void 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1400 0.000119
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1540 0.000120
+gallium_dri.so free 0x5571735f1600 void 0.000120
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1540 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000122
+gallium_dri.so free 0x5571735f1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1540 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1730 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000121
+gallium_dri.so free 0x5571735f1730 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1850 0.000122
+gallium_dri.so free 0x5571735f18c0 void 0.000131
+gallium_dri.so free 0x5571735f1850 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1900 0.000121
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a30 0.000120
+gallium_dri.so free 0x5571735f1a80 void 0.000121
+gallium_dri.so free 0x5571735f1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a30 0.000119
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1b30 0.000121
+gallium_dri.so free 0x5571735f1c40 void 0.000120
+gallium_dri.so free 0x5571735f1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000121
+gallium_dri.so free 0x5571735f1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000122
+gallium_dri.so free 0x5571735f1bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1db0 0.000120
+gallium_dri.so free 0x5571735f1e00 void 0.000120
+gallium_dri.so free 0x5571735f1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1db0 0.000129
+gallium_dri.so free 0x5571735f1f00 void 0.000120
+gallium_dri.so free 0x5571735f1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000120
+gallium_dri.so free 0x5571735f1fc0 void 0.000143
+gallium_dri.so free 0x5571735f1eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1f70 0.000120
+gallium_dri.so free 0x5571735f2000 void 0.000122
+gallium_dri.so free 0x5571735f1f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f70 0.000119
+gallium_dri.so free 0x5571735f20c0 void 0.000119
+gallium_dri.so free 0x5571735f1f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2180 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2180 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000122
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2320 0.000121
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2320 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2370 0.000121
+gallium_dri.so free 0x5571735f2440 void 0.000162
+gallium_dri.so free 0x5571735f2370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2370 0.000121
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so free 0x5571735f2370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24c0 0.000119
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24c0 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f26b0 0.000121
+gallium_dri.so free 0x5571735f27c0 void 0.000120
+gallium_dri.so free 0x5571735f26b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2770 0.000119
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f2770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2890 0.000121
+gallium_dri.so free 0x5571735f2900 void 0.000120
+gallium_dri.so free 0x5571735f2890 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2920 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x5571735f2920 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000121
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2c30 0.000119
+gallium_dri.so free 0x5571735f2cc0 void 0.000121
+gallium_dri.so free 0x5571735f2c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c30 0.000122
+gallium_dri.so free 0x5571735f2d80 void 0.000120
+gallium_dri.so free 0x5571735f2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000134
+gallium_dri.so free 0x5571735f2e40 void 0.000122
+gallium_dri.so free 0x5571735f2dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e40 0.000120
+gallium_dri.so free 0x5571735f2f00 void 0.000122
+gallium_dri.so free 0x5571735f2e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e40 0.000121
+gallium_dri.so free 0x5571735f2f80 void 0.000127
+gallium_dri.so free 0x5571735f2e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000121
+gallium_dri.so free 0x5571735f3000 void 0.000121
+gallium_dri.so free 0x5571735f2fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000122
+gallium_dri.so free 0x5571735f3100 void 0.000121
+gallium_dri.so free 0x5571735f2fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3140 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so free 0x5571735f3140 void 0.000122
+gallium_dri.so malloc 72 0x5571735f31c0 0.000120
+gallium_dri.so free 0x5571735f3280 void 0.000121
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f31c0 0.000120
+gallium_dri.so free 0x5571735f3300 void 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3330 0.000121
+gallium_dri.so free 0x5571735f3380 void 0.000120
+gallium_dri.so free 0x5571735f3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3330 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3430 0.000120
+gallium_dri.so free 0x5571735f3540 void 0.000121
+gallium_dri.so free 0x5571735f3430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f34f0 0.000185
+gallium_dri.so free 0x5571735f35c0 void 0.000123
+gallium_dri.so free 0x5571735f34f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f34f0 0.000121
+gallium_dri.so free 0x5571735f3680 void 0.000121
+gallium_dri.so free 0x5571735f34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735f36b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so malloc 72 0x5571735da940 0.000122
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so malloc 72 0x5571735da940 0.000126
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000121
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dabf0 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735dabf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dad10 0.000120
+gallium_dri.so free 0x5571735dad80 void 0.000121
+gallium_dri.so free 0x5571735dad10 void 0.000121
+gallium_dri.so malloc 72 0x5571735dada0 0.000120
+gallium_dri.so free 0x5571735dae40 void 0.000142
+gallium_dri.so free 0x5571735dada0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dadf0 0.000121
+gallium_dri.so free 0x5571735daec0 void 0.000122
+gallium_dri.so free 0x5571735dadf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dadf0 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000121
+gallium_dri.so free 0x5571735dadf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735daf40 0.000121
+gallium_dri.so free 0x5571735db000 void 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735daf40 0.000121
+gallium_dri.so free 0x5571735db100 void 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000123
+gallium_dri.so malloc 72 0x5571735db0b0 0.000121
+gallium_dri.so free 0x5571735db140 void 0.000123
+gallium_dri.so free 0x5571735db0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db0b0 0.000122
+gallium_dri.so free 0x5571735db200 void 0.000122
+gallium_dri.so free 0x5571735db0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db240 0.000133
+gallium_dri.so free 0x5571735db2c0 void 0.000122
+gallium_dri.so free 0x5571735db240 void 0.000122
+gallium_dri.so malloc 72 0x5571735db2c0 0.000120
+gallium_dri.so free 0x5571735db380 void 0.000122
+gallium_dri.so free 0x5571735db2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db2c0 0.000121
+gallium_dri.so free 0x5571735db400 void 0.000123
+gallium_dri.so free 0x5571735db2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735db430 void 0.000120
+gallium_dri.so malloc 72 0x5571735db430 0.000121
+gallium_dri.so free 0x5571735db580 void 0.000121
+gallium_dri.so free 0x5571735db430 void 0.000122
+gallium_dri.so malloc 72 0x5571735db5c0 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so free 0x5571735db5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db640 0.000121
+gallium_dri.so free 0x5571735db700 void 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000122
+gallium_dri.so malloc 72 0x5571735db640 0.000121
+gallium_dri.so free 0x5571735db780 void 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000121
+gallium_dri.so free 0x5571735db800 void 0.000122
+gallium_dri.so free 0x5571735db7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db7b0 0.000122
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db8b0 0.000120
+gallium_dri.so free 0x5571735db9c0 void 0.000121
+gallium_dri.so free 0x5571735db8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db970 0.000121
+gallium_dri.so free 0x5571735dba40 void 0.000123
+gallium_dri.so free 0x5571735db970 void 0.000121
+gallium_dri.so malloc 72 0x5571735db970 0.000120
+gallium_dri.so free 0x5571735dbb00 void 0.000121
+gallium_dri.so free 0x5571735db970 void 0.000121
+gallium_dri.so malloc 72 0x5571735db970 0.000123
+gallium_dri.so free 0x5571735dbbc0 void 0.000120
+gallium_dri.so free 0x5571735db970 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbc40 void 0.000122
+gallium_dri.so free 0x5571735dbb70 void 0.000144
+gallium_dri.so malloc 72 0x5571735dbc90 0.000121
+gallium_dri.so free 0x5571735dbd00 void 0.000122
+gallium_dri.so free 0x5571735dbc90 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbd20 0.000121
+gallium_dri.so free 0x5571735dbdc0 void 0.000120
+gallium_dri.so free 0x5571735dbd20 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbd70 0.000130
+gallium_dri.so free 0x5571735dbe40 void 0.000122
+gallium_dri.so free 0x5571735dbd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbe40 0.000121
+gallium_dri.so free 0x5571735dbf00 void 0.000121
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbe40 0.000120
+gallium_dri.so free 0x5571735dbf80 void 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf80 0.000122
+gallium_dri.so free 0x5571735dc040 void 0.000122
+gallium_dri.so free 0x5571735dbf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf80 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000122
+gallium_dri.so free 0x5571735dbf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf80 0.000122
+gallium_dri.so free 0x5571735dc1c0 void 0.000122
+gallium_dri.so free 0x5571735dbf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc170 0.000121
+gallium_dri.so free 0x5571735dc240 void 0.000120
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc290 0.000120
+gallium_dri.so free 0x5571735dc300 void 0.000122
+gallium_dri.so free 0x5571735dc290 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc340 0.000122
+gallium_dri.so free 0x5571735dc3c0 void 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc340 0.000121
+gallium_dri.so free 0x5571735dc440 void 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc470 0.000121
+gallium_dri.so free 0x5571735dc4c0 void 0.000121
+gallium_dri.so free 0x5571735dc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc470 0.000122
+gallium_dri.so free 0x5571735dc5c0 void 0.000122
+gallium_dri.so free 0x5571735dc470 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc570 0.000122
+gallium_dri.so free 0x5571735dc680 void 0.000122
+gallium_dri.so free 0x5571735dc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc630 0.000121
+gallium_dri.so free 0x5571735dc6c0 void 0.000121
+gallium_dri.so free 0x5571735dc630 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc630 0.000121
+gallium_dri.so free 0x5571735dc780 void 0.000122
+gallium_dri.so free 0x5571735dc630 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000121
+gallium_dri.so free 0x5571735dc840 void 0.000123
+gallium_dri.so free 0x5571735dc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000126
+gallium_dri.so free 0x5571735dc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000130
+gallium_dri.so free 0x5571735dca00 void 0.000122
+gallium_dri.so free 0x5571735dc8f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000121
+gallium_dri.so free 0x5571735dca40 void 0.000123
+gallium_dri.so free 0x5571735dc9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000131
+gallium_dri.so free 0x5571735dcb00 void 0.000122
+gallium_dri.so free 0x5571735dc9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb40 0.000122
+gallium_dri.so free 0x5571735dcbc0 void 0.000122
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000122
+gallium_dri.so free 0x5571735dcc80 void 0.000121
+gallium_dri.so free 0x5571735dcbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000122
+gallium_dri.so free 0x5571735dcbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd60 0.000122
+gallium_dri.so free 0x5571735dce00 void 0.000121
+gallium_dri.so free 0x5571735dcd60 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000122
+gallium_dri.so free 0x5571735dcdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000133
+gallium_dri.so free 0x5571735dcdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcf00 0.000122
+gallium_dri.so free 0x5571735dcfc0 void 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf00 0.000121
+gallium_dri.so free 0x5571735dd080 void 0.000120
+gallium_dri.so free 0x5571735dcf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf00 0.000121
+gallium_dri.so free 0x5571735dd140 void 0.000121
+gallium_dri.so free 0x5571735dcf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000123
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000121
+gallium_dri.so free 0x5571735dd1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000121
+gallium_dri.so free 0x5571735dd340 void 0.000121
+gallium_dri.so free 0x5571735dd2d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd360 0.000121
+gallium_dri.so free 0x5571735dd400 void 0.000122
+gallium_dri.so free 0x5571735dd360 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000122
+gallium_dri.so free 0x5571735dd480 void 0.000121
+gallium_dri.so free 0x5571735dd3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000191
+gallium_dri.so free 0x5571735dd500 void 0.000122
+gallium_dri.so free 0x5571735dd3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd500 0.000121
+gallium_dri.so free 0x5571735dd5c0 void 0.000121
+gallium_dri.so free 0x5571735dd500 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd500 0.000121
+gallium_dri.so free 0x5571735dd6c0 void 0.000122
+gallium_dri.so free 0x5571735dd500 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd670 0.000120
+gallium_dri.so free 0x5571735dd700 void 0.000121
+gallium_dri.so free 0x5571735dd670 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd670 0.000120
+gallium_dri.so free 0x5571735dd7c0 void 0.000121
+gallium_dri.so free 0x5571735dd670 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd800 0.000123
+gallium_dri.so free 0x5571735dd880 void 0.000122
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd880 0.000141
+gallium_dri.so free 0x5571735dd940 void 0.000127
+gallium_dri.so free 0x5571735dd880 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd880 0.000121
+gallium_dri.so free 0x5571735dd9c0 void 0.000121
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000121
+gallium_dri.so free 0x5571735dda40 void 0.000132
+gallium_dri.so free 0x5571735dd9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000123
+gallium_dri.so free 0x5571735ddb40 void 0.000122
+gallium_dri.so free 0x5571735dd9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddb80 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000122
+gallium_dri.so free 0x5571735ddb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddc00 0.000123
+gallium_dri.so free 0x5571735ddcc0 void 0.000122
+gallium_dri.so free 0x5571735ddc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddc00 0.000121
+gallium_dri.so free 0x5571735ddd40 void 0.000121
+gallium_dri.so free 0x5571735ddc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddd70 0.000121
+gallium_dri.so free 0x5571735dddc0 void 0.000122
+gallium_dri.so free 0x5571735ddd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddd70 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735ddd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde70 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000123
+gallium_dri.so free 0x5571735dde70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000121
+gallium_dri.so free 0x5571735de000 void 0.000122
+gallium_dri.so free 0x5571735ddf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf30 0.000117
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf30 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735ddf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000113
+gallium_dri.so free 0x5571735de200 void 0.000113
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de250 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de250 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2e0 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de330 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000117
+gallium_dri.so free 0x5571735de330 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000116
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de540 0.000115
+gallium_dri.so free 0x5571735de600 void 0.000116
+gallium_dri.so free 0x5571735de540 void 0.000116
+gallium_dri.so malloc 72 0x5571735de540 0.000126
+gallium_dri.so free 0x5571735de6c0 void 0.000122
+gallium_dri.so free 0x5571735de540 void 0.000121
+gallium_dri.so malloc 72 0x5571735de540 0.000120
+gallium_dri.so free 0x5571735de780 void 0.000126
+gallium_dri.so free 0x5571735de540 void 0.000121
+gallium_dri.so malloc 72 0x5571735de730 0.000135
+gallium_dri.so free 0x5571735de800 void 0.000123
+gallium_dri.so free 0x5571735de730 void 0.000122
+gallium_dri.so malloc 72 0x5571735de850 0.000121
+gallium_dri.so free 0x5571735de8c0 void 0.000123
+gallium_dri.so free 0x5571735de850 void 0.000121
+gallium_dri.so malloc 72 0x5571735de900 0.000121
+gallium_dri.so free 0x5571735de980 void 0.000120
+gallium_dri.so free 0x5571735de900 void 0.000122
+gallium_dri.so malloc 72 0x5571735de900 0.000122
+gallium_dri.so free 0x5571735dea00 void 0.000123
+gallium_dri.so free 0x5571735de900 void 0.000121
+gallium_dri.so malloc 72 0x5571735dea30 0.000121
+gallium_dri.so free 0x5571735dea80 void 0.000120
+gallium_dri.so free 0x5571735dea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea30 0.000121
+gallium_dri.so free 0x5571735deb80 void 0.000123
+gallium_dri.so free 0x5571735dea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb30 0.000122
+gallium_dri.so free 0x5571735dec40 void 0.000132
+gallium_dri.so free 0x5571735deb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735debf0 0.000120
+gallium_dri.so free 0x5571735dec80 void 0.000121
+gallium_dri.so free 0x5571735debf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735debf0 0.000122
+gallium_dri.so free 0x5571735ded40 void 0.000122
+gallium_dri.so free 0x5571735debf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dedb0 0.000121
+gallium_dri.so free 0x5571735dee00 void 0.000122
+gallium_dri.so free 0x5571735dedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedb0 0.000121
+gallium_dri.so free 0x5571735def00 void 0.000122
+gallium_dri.so free 0x5571735dedb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deeb0 0.000121
+gallium_dri.so free 0x5571735defc0 void 0.000122
+gallium_dri.so free 0x5571735deeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735def70 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000121
+gallium_dri.so free 0x5571735def70 void 0.000121
+gallium_dri.so malloc 72 0x5571735def70 0.000121
+gallium_dri.so free 0x5571735df0c0 void 0.000122
+gallium_dri.so free 0x5571735def70 void 0.000120
+gallium_dri.so malloc 72 0x5571735df100 0.000121
+gallium_dri.so free 0x5571735df180 void 0.000121
+gallium_dri.so free 0x5571735df100 void 0.000175
+gallium_dri.so malloc 72 0x5571735df180 0.000123
+gallium_dri.so free 0x5571735df240 void 0.000122
+gallium_dri.so free 0x5571735df180 void 0.000121
+gallium_dri.so malloc 72 0x5571735df180 0.000121
+gallium_dri.so free 0x5571735df300 void 0.000121
+gallium_dri.so free 0x5571735df180 void 0.000122
+gallium_dri.so malloc 72 0x5571735df320 0.000121
+gallium_dri.so free 0x5571735df3c0 void 0.000121
+gallium_dri.so free 0x5571735df320 void 0.000121
+gallium_dri.so malloc 72 0x5571735df370 0.000121
+gallium_dri.so free 0x5571735df440 void 0.000122
+gallium_dri.so free 0x5571735df370 void 0.000121
+gallium_dri.so malloc 72 0x5571735df370 0.000120
+gallium_dri.so free 0x5571735df4c0 void 0.000123
+gallium_dri.so free 0x5571735df370 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4c0 0.000121
+gallium_dri.so free 0x5571735df580 void 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4c0 0.000126
+gallium_dri.so free 0x5571735df640 void 0.000128
+gallium_dri.so free 0x5571735df4c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df4c0 0.000121
+gallium_dri.so free 0x5571735df700 void 0.000123
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df6b0 0.000121
+gallium_dri.so free 0x5571735df7c0 void 0.000124
+gallium_dri.so free 0x5571735df6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df770 0.000121
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so free 0x5571735df770 void 0.000120
+gallium_dri.so malloc 72 0x5571735df890 0.000120
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df890 void 0.000120
+gallium_dri.so malloc 72 0x5571735df920 0.000121
+gallium_dri.so free 0x5571735df9c0 void 0.000121
+gallium_dri.so free 0x5571735df920 void 0.000121
+gallium_dri.so malloc 72 0x5571735df970 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000121
+gallium_dri.so free 0x5571735df970 void 0.000121
+gallium_dri.so malloc 72 0x5571735df970 0.000121
+gallium_dri.so free 0x5571735dfac0 void 0.000123
+gallium_dri.so free 0x5571735df970 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfac0 0.000121
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so free 0x5571735dfac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfac0 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000122
+gallium_dri.so free 0x5571735dfac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfc30 0.000122
+gallium_dri.so free 0x5571735dfcc0 void 0.000121
+gallium_dri.so free 0x5571735dfc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc30 0.000122
+gallium_dri.so free 0x5571735dfd80 void 0.000122
+gallium_dri.so free 0x5571735dfc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000121
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfe40 0.000120
+gallium_dri.so free 0x5571735dff00 void 0.000120
+gallium_dri.so free 0x5571735dfe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfe40 0.000122
+gallium_dri.so free 0x5571735dff80 void 0.000121
+gallium_dri.so free 0x5571735dfe40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffb0 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000121
+gallium_dri.so free 0x5571735dffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dffb0 0.000122
+gallium_dri.so free 0x5571735e0100 void 0.000123
+gallium_dri.so free 0x5571735dffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0140 0.000124
+gallium_dri.so free 0x5571735e01c0 void 0.000121
+gallium_dri.so free 0x5571735e0140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01c0 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000122
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01c0 0.000120
+gallium_dri.so free 0x5571735e0300 void 0.000168
+gallium_dri.so free 0x5571735e01c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0330 0.000121
+gallium_dri.so free 0x5571735e0380 void 0.000121
+gallium_dri.so free 0x5571735e0330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0330 0.000120
+gallium_dri.so free 0x5571735e0480 void 0.000132
+gallium_dri.so free 0x5571735e0330 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0430 0.000122
+gallium_dri.so free 0x5571735e0540 void 0.000122
+gallium_dri.so free 0x5571735e0430 void 0.000126
+gallium_dri.so malloc 72 0x5571735e04f0 0.000122
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e04f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e04f0 0.000121
+gallium_dri.so free 0x5571735e0680 void 0.000121
+gallium_dri.so free 0x5571735e04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e04f0 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000123
+gallium_dri.so free 0x5571735e04f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06f0 0.000122
+gallium_dri.so free 0x5571735e07c0 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0810 0.000120
+gallium_dri.so free 0x5571735e0880 void 0.000122
+gallium_dri.so free 0x5571735e0810 void 0.000131
+gallium_dri.so malloc 72 0x5571735e08a0 0.000122
+gallium_dri.so free 0x5571735e0940 void 0.000122
+gallium_dri.so free 0x5571735e08a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e08f0 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000122
+gallium_dri.so free 0x5571735e08f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e09c0 0.000121
+gallium_dri.so free 0x5571735e0a80 void 0.000121
+gallium_dri.so free 0x5571735e09c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e09c0 0.000121
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so free 0x5571735e09c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0b00 0.000122
+gallium_dri.so free 0x5571735e0bc0 void 0.000123
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0b00 0.000122
+gallium_dri.so free 0x5571735e0c80 void 0.000123
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0b00 0.000122
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000121
+gallium_dri.so free 0x5571735e0cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0e10 0.000121
+gallium_dri.so free 0x5571735e0e80 void 0.000124
+gallium_dri.so free 0x5571735e0e10 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000121
+gallium_dri.so free 0x5571735e0ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000121
+gallium_dri.so free 0x5571735e0fc0 void 0.000122
+gallium_dri.so free 0x5571735e0ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000121
+gallium_dri.so free 0x5571735e0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735e0ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e10f0 0.000121
+gallium_dri.so free 0x5571735e1200 void 0.000122
+gallium_dri.so free 0x5571735e10f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11b0 0.000120
+gallium_dri.so free 0x5571735e1240 void 0.000120
+gallium_dri.so free 0x5571735e11b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e11b0 0.000128
+gallium_dri.so free 0x5571735e1300 void 0.000123
+gallium_dri.so free 0x5571735e11b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1370 0.000123
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so free 0x5571735e1370 void 0.000185
+gallium_dri.so malloc 72 0x5571735e1370 0.000119
+gallium_dri.so free 0x5571735e14c0 void 0.000114
+gallium_dri.so free 0x5571735e1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e15c0 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1530 0.000112
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16c0 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1740 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18e0 0.000113
+gallium_dri.so free 0x5571735e1980 void 0.000114
+gallium_dri.so free 0x5571735e18e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1930 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1930 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1930 0.000122
+gallium_dri.so free 0x5571735e1a80 void 0.000122
+gallium_dri.so free 0x5571735e1930 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1a80 0.000122
+gallium_dri.so free 0x5571735e1b40 void 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a80 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1c70 0.000121
+gallium_dri.so free 0x5571735e1d80 void 0.000121
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000123
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e50 0.000121
+gallium_dri.so free 0x5571735e1ec0 void 0.000122
+gallium_dri.so free 0x5571735e1e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000120
+gallium_dri.so free 0x5571735e1f80 void 0.000121
+gallium_dri.so free 0x5571735e1ee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f30 0.000121
+gallium_dri.so free 0x5571735e2000 void 0.000131
+gallium_dri.so free 0x5571735e1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f30 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so free 0x5571735e1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2080 0.000121
+gallium_dri.so free 0x5571735e2140 void 0.000122
+gallium_dri.so free 0x5571735e2080 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2080 0.000123
+gallium_dri.so free 0x5571735e2240 void 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000123
+gallium_dri.so malloc 72 0x5571735e21f0 0.000120
+gallium_dri.so free 0x5571735e2280 void 0.000121
+gallium_dri.so free 0x5571735e21f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e21f0 0.000122
+gallium_dri.so free 0x5571735e2340 void 0.000120
+gallium_dri.so free 0x5571735e21f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2380 0.000122
+gallium_dri.so free 0x5571735e2400 void 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2400 0.000122
+gallium_dri.so free 0x5571735e24c0 void 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2400 0.000121
+gallium_dri.so free 0x5571735e2540 void 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000172
+gallium_dri.so malloc 72 0x5571735e2570 0.000122
+gallium_dri.so free 0x5571735e25c0 void 0.000121
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000121
+gallium_dri.so free 0x5571735e2570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2700 0.000120
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so free 0x5571735e2700 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2780 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000123
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2780 0.000123
+gallium_dri.so free 0x5571735e28c0 void 0.000122
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e28f0 0.000121
+gallium_dri.so free 0x5571735e2940 void 0.000122
+gallium_dri.so free 0x5571735e28f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e28f0 0.000121
+gallium_dri.so free 0x5571735e2a40 void 0.000121
+gallium_dri.so free 0x5571735e28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e29f0 0.000121
+gallium_dri.so free 0x5571735e2b00 void 0.000121
+gallium_dri.so free 0x5571735e29f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000133
+gallium_dri.so free 0x5571735e2b80 void 0.000124
+gallium_dri.so free 0x5571735e2ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000121
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so free 0x5571735e2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000122
+gallium_dri.so free 0x5571735e2d80 void 0.000122
+gallium_dri.so free 0x5571735e2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000129
+gallium_dri.so free 0x5571735e2dd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2e60 0.000121
+gallium_dri.so free 0x5571735e2f00 void 0.000123
+gallium_dri.so free 0x5571735e2e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000122
+gallium_dri.so free 0x5571735e2f80 void 0.000120
+gallium_dri.so free 0x5571735e2eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2f80 0.000137
+gallium_dri.so free 0x5571735e3040 void 0.000123
+gallium_dri.so free 0x5571735e2f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2f80 0.000122
+gallium_dri.so free 0x5571735e30c0 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e30c0 0.000144
+gallium_dri.so free 0x5571735e3180 void 0.000120
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000121
+gallium_dri.so free 0x5571735e3240 void 0.000121
+gallium_dri.so free 0x5571735e30c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e30c0 0.000122
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735e30c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e32b0 0.000120
+gallium_dri.so free 0x5571735e3380 void 0.000120
+gallium_dri.so free 0x5571735e32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e33d0 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000121
+gallium_dri.so free 0x5571735e33d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3480 0.000121
+gallium_dri.so free 0x5571735e3500 void 0.000122
+gallium_dri.so free 0x5571735e3480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3480 0.000122
+gallium_dri.so free 0x5571735e3580 void 0.000121
+gallium_dri.so free 0x5571735e3480 void 0.000122
+gallium_dri.so malloc 72 0x5571735e35b0 0.000121
+gallium_dri.so free 0x5571735e3600 void 0.000121
+gallium_dri.so free 0x5571735e35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35b0 0.000170
+gallium_dri.so free 0x5571735e3700 void 0.000123
+gallium_dri.so free 0x5571735e35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e36b0 0.000121
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735e36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3770 0.000121
+gallium_dri.so free 0x5571735883c0 void 0.000122
+gallium_dri.so free 0x5571735e3770 void 0.000122
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588440 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x557173588370 0.000121
+gallium_dri.so free 0x557173588540 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x5571735884f0 0.000122
+gallium_dri.so free 0x5571735885c0 void 0.000121
+gallium_dri.so free 0x5571735884f0 void 0.000121
+gallium_dri.so malloc 72 0x557173588610 0.000121
+gallium_dri.so free 0x557173588680 void 0.000121
+gallium_dri.so free 0x557173588610 void 0.000120
+gallium_dri.so malloc 72 0x5571735886a0 0.000121
+gallium_dri.so free 0x557173588740 void 0.000123
+gallium_dri.so free 0x5571735886a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735886f0 0.000120
+gallium_dri.so free 0x5571735887c0 void 0.000130
+gallium_dri.so free 0x5571735886f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735886f0 0.000122
+gallium_dri.so free 0x557173588840 void 0.000122
+gallium_dri.so free 0x5571735886f0 void 0.000121
+gallium_dri.so malloc 72 0x557173588840 0.000121
+gallium_dri.so free 0x557173588900 void 0.000120
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so malloc 72 0x557173588840 0.000149
+gallium_dri.so free 0x557173588a00 void 0.000123
+gallium_dri.so free 0x557173588840 void 0.000122
+gallium_dri.so malloc 72 0x557173588840 0.000119
+gallium_dri.so free 0x557173588a80 void 0.000120
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so malloc 72 0x557173588ab0 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000122
+gallium_dri.so free 0x557173588ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173588ab0 0.000120
+gallium_dri.so free 0x557173588c00 void 0.000121
+gallium_dri.so free 0x557173588ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173588bb0 0.000121
+gallium_dri.so free 0x557173588cc0 void 0.000122
+gallium_dri.so free 0x557173588bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588c70 0.000125
+gallium_dri.so free 0x557173588d00 void 0.000122
+gallium_dri.so free 0x557173588c70 void 0.000175
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588dc0 void 0.000121
+gallium_dri.so free 0x557173588c70 void 0.000120
+gallium_dri.so malloc 72 0x557173588e10 0.000120
+gallium_dri.so free 0x557173588e80 void 0.000127
+gallium_dri.so free 0x557173588e10 void 0.000121
+gallium_dri.so malloc 72 0x557173588ec0 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173588f40 0.000121
+gallium_dri.so free 0x557173589000 void 0.000122
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so malloc 72 0x557173588f40 0.000120
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735890b0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000121
+gallium_dri.so free 0x5571735890b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735890b0 0.000121
+gallium_dri.so free 0x557173589200 void 0.000122
+gallium_dri.so free 0x5571735890b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735891b0 0.000120
+gallium_dri.so free 0x5571735892c0 void 0.000211
+gallium_dri.so free 0x5571735891b0 void 0.000130
+gallium_dri.so malloc 72 0x557173589270 0.000140
+gallium_dri.so free 0x557173589340 void 0.000126
+gallium_dri.so free 0x557173589270 void 0.000126
+gallium_dri.so malloc 72 0x557173589360 0.000210
+gallium_dri.so free 0x557173589400 void 0.000127
+gallium_dri.so free 0x557173589360 void 0.000122
+gallium_dri.so malloc 72 0x5571735893b0 0.000116
+gallium_dri.so free 0x557173589480 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so free 0x557173589500 void 0.000118
+gallium_dri.so malloc 72 0x557173589500 0.000116
+gallium_dri.so free 0x557173589680 void 0.000117
+gallium_dri.so free 0x557173589500 void 0.000115
+gallium_dri.so malloc 72 0x557173589500 0.000116
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x557173589500 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000126
+gallium_dri.so free 0x557173589740 void 0.000128
+gallium_dri.so free 0x5571735896f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x557173589840 void 0.000127
+gallium_dri.so free 0x5571735896f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735897f0 0.000121
+gallium_dri.so free 0x557173589900 void 0.000119
+gallium_dri.so free 0x5571735897f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735898b0 0.000117
+gallium_dri.so free 0x557173589940 void 0.000116
+gallium_dri.so free 0x5571735898b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735898b0 0.000116
+gallium_dri.so free 0x557173589a00 void 0.000117
+gallium_dri.so free 0x5571735898b0 void 0.000116
+gallium_dri.so malloc 72 0x557173589a40 0.000118
+gallium_dri.so free 0x557173589ac0 void 0.000117
+gallium_dri.so free 0x557173589a40 void 0.000117
+gallium_dri.so malloc 72 0x557173589ac0 0.000124
+gallium_dri.so free 0x557173589b80 void 0.000118
+gallium_dri.so free 0x557173589ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173589ac0 0.000117
+gallium_dri.so free 0x557173589c40 void 0.000117
+gallium_dri.so free 0x557173589ac0 void 0.000116
+gallium_dri.so malloc 72 0x557173589c60 0.000116
+gallium_dri.so free 0x557173589d00 void 0.000118
+gallium_dri.so free 0x557173589c60 void 0.000118
+gallium_dri.so malloc 72 0x557173589cb0 0.000117
+gallium_dri.so free 0x557173589d80 void 0.000118
+gallium_dri.so free 0x557173589cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589cb0 0.000155
+gallium_dri.so free 0x557173589e00 void 0.000120
+gallium_dri.so free 0x557173589cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173589e00 0.000116
+gallium_dri.so free 0x557173589ec0 void 0.000117
+gallium_dri.so free 0x557173589e00 void 0.000118
+gallium_dri.so malloc 72 0x557173589e00 0.000116
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589e00 void 0.000118
+gallium_dri.so malloc 72 0x557173589e00 0.000117
+gallium_dri.so free 0x55717358a040 void 0.000117
+gallium_dri.so free 0x557173589e00 void 0.000118
+gallium_dri.so malloc 72 0x557173589ff0 0.000117
+gallium_dri.so free 0x55717358a100 void 0.000118
+gallium_dri.so free 0x557173589ff0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a180 void 0.000118
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1d0 0.000118
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so free 0x55717358a1d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a260 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000118
+gallium_dri.so free 0x55717358a260 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2b0 0.000117
+gallium_dri.so free 0x55717358a380 void 0.000118
+gallium_dri.so free 0x55717358a2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a2b0 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000117
+gallium_dri.so free 0x55717358a2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a400 0.000116
+gallium_dri.so free 0x55717358a4c0 void 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so malloc 72 0x55717358a400 0.000120
+gallium_dri.so free 0x55717358a5c0 void 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000129
+gallium_dri.so malloc 72 0x55717358a570 0.000123
+gallium_dri.so free 0x55717358a600 void 0.000117
+gallium_dri.so free 0x55717358a570 void 0.000116
+gallium_dri.so malloc 72 0x55717358a570 0.000117
+gallium_dri.so free 0x55717358a6c0 void 0.000116
+gallium_dri.so free 0x55717358a570 void 0.000115
+gallium_dri.so malloc 72 0x55717358a700 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000118
+gallium_dri.so free 0x55717358a700 void 0.000119
+gallium_dri.so malloc 72 0x55717358a780 0.000117
+gallium_dri.so free 0x55717358a840 void 0.000117
+gallium_dri.so free 0x55717358a780 void 0.000116
+gallium_dri.so malloc 72 0x55717358a780 0.000117
+gallium_dri.so free 0x55717358a8c0 void 0.000116
+gallium_dri.so free 0x55717358a780 void 0.000118
+gallium_dri.so malloc 72 0x55717358a8f0 0.000118
+gallium_dri.so free 0x55717358a940 void 0.000117
+gallium_dri.so free 0x55717358a8f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358a8f0 0.000117
+gallium_dri.so free 0x55717358aa40 void 0.000115
+gallium_dri.so free 0x55717358a8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358aa80 0.000123
+gallium_dri.so free 0x55717358ab00 void 0.000118
+gallium_dri.so free 0x55717358aa80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ab00 0.000127
+gallium_dri.so free 0x55717358abc0 void 0.000123
+gallium_dri.so free 0x55717358ab00 void 0.000127
+gallium_dri.so malloc 72 0x55717358ab00 0.000139
+gallium_dri.so free 0x55717358ac40 void 0.000127
+gallium_dri.so free 0x55717358ab00 void 0.000125
+gallium_dri.so malloc 72 0x55717358ac70 0.000124
+gallium_dri.so free 0x55717358acc0 void 0.000126
+gallium_dri.so free 0x55717358ac70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ac70 0.000117
+gallium_dri.so free 0x55717358adc0 void 0.000122
+gallium_dri.so free 0x55717358ac70 void 0.000125
+gallium_dri.so malloc 72 0x55717358ad70 0.000119
+gallium_dri.so free 0x55717358ae80 void 0.000117
+gallium_dri.so free 0x55717358ad70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ae30 0.000126
+gallium_dri.so free 0x55717358af00 void 0.000135
+gallium_dri.so free 0x55717358ae30 void 0.000127
+gallium_dri.so malloc 72 0x55717358ae30 0.000126
+gallium_dri.so free 0x55717358afc0 void 0.000125
+gallium_dri.so free 0x55717358ae30 void 0.000126
+gallium_dri.so malloc 72 0x55717358ae30 0.000126
+gallium_dri.so free 0x55717358b080 void 0.000120
+gallium_dri.so free 0x55717358ae30 void 0.000118
+gallium_dri.so malloc 72 0x55717358b030 0.000123
+gallium_dri.so free 0x55717358b100 void 0.000120
+gallium_dri.so free 0x55717358b030 void 0.000118
+gallium_dri.so malloc 72 0x55717358b150 0.000116
+gallium_dri.so free 0x55717358b1c0 void 0.000122
+gallium_dri.so free 0x55717358b150 void 0.000120
+gallium_dri.so malloc 72 0x55717358b1e0 0.000117
+gallium_dri.so free 0x55717358b280 void 0.000117
+gallium_dri.so free 0x55717358b1e0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b230 0.000126
+gallium_dri.so free 0x55717358b300 void 0.000120
+gallium_dri.so free 0x55717358b230 void 0.000129
+gallium_dri.so malloc 72 0x55717358b300 0.000131
+gallium_dri.so free 0x55717358b3c0 void 0.000125
+gallium_dri.so free 0x55717358b300 void 0.000214
+gallium_dri.so malloc 72 0x55717358b300 0.000159
+gallium_dri.so free 0x55717358b440 void 0.000229
+gallium_dri.so free 0x55717358b300 void 0.000264
+gallium_dri.so malloc 72 0x55717358b440 0.000161
+gallium_dri.so free 0x55717358b500 void 0.000156
+gallium_dri.so free 0x55717358b440 void 0.000160
+gallium_dri.so malloc 72 0x55717358b440 0.000125
+gallium_dri.so free 0x55717358b5c0 void 0.000123
+gallium_dri.so free 0x55717358b440 void 0.000125
+gallium_dri.so malloc 72 0x55717358b440 0.000125
+gallium_dri.so free 0x55717358b680 void 0.000124
+gallium_dri.so free 0x55717358b440 void 0.000125
+gallium_dri.so malloc 72 0x55717358b630 0.000125
+gallium_dri.so free 0x55717358b700 void 0.000129
+gallium_dri.so free 0x55717358b630 void 0.000131
+gallium_dri.so malloc 72 0x55717358b750 0.000130
+gallium_dri.so free 0x55717358b7c0 void 0.000126
+gallium_dri.so free 0x55717358b750 void 0.000125
+gallium_dri.so malloc 72 0x55717358b800 0.000184
+gallium_dri.so free 0x55717358b880 void 0.000131
+gallium_dri.so free 0x55717358b800 void 0.000131
+gallium_dri.so malloc 72 0x55717358b800 0.000124
+gallium_dri.so free 0x55717358b900 void 0.000130
+gallium_dri.so free 0x55717358b800 void 0.000131
+gallium_dri.so malloc 72 0x55717358b930 0.000133
+gallium_dri.so free 0x55717358b980 void 0.000131
+gallium_dri.so free 0x55717358b930 void 0.000132
+gallium_dri.so malloc 72 0x55717358b930 0.000131
+gallium_dri.so free 0x55717358ba80 void 0.000132
+gallium_dri.so free 0x55717358b930 void 0.000126
+gallium_dri.so malloc 72 0x55717358ba30 0.000129
+gallium_dri.so free 0x55717358bb40 void 0.000132
+gallium_dri.so free 0x55717358ba30 void 0.000125
+gallium_dri.so malloc 72 0x55717358baf0 0.000121
+gallium_dri.so free 0x55717358bb80 void 0.000129
+gallium_dri.so free 0x55717358baf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358baf0 0.000123
+gallium_dri.so free 0x55717358bc40 void 0.000123
+gallium_dri.so free 0x55717358baf0 void 0.000130
+gallium_dri.so malloc 72 0x55717358bcb0 0.000139
+gallium_dri.so free 0x55717358bd00 void 0.000133
+gallium_dri.so free 0x55717358bcb0 void 0.000132
+gallium_dri.so malloc 72 0x55717358bcb0 0.000132
+gallium_dri.so free 0x55717358be00 void 0.000132
+gallium_dri.so free 0x55717358bcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358bdb0 0.000131
+gallium_dri.so free 0x55717358bec0 void 0.000160
+gallium_dri.so free 0x55717358bdb0 void 0.000134
+gallium_dri.so malloc 72 0x55717358be70 0.000134
+gallium_dri.so free 0x55717358bf00 void 0.000132
+gallium_dri.so free 0x55717358be70 void 0.000135
+gallium_dri.so malloc 72 0x55717358be70 0.000132
+gallium_dri.so free 0x55717358bfc0 void 0.000132
+gallium_dri.so free 0x55717358be70 void 0.000126
+gallium_dri.so malloc 72 0x55717358c000 0.000129
+gallium_dri.so free 0x55717358c080 void 0.000133
+gallium_dri.so free 0x55717358c000 void 0.000125
+gallium_dri.so malloc 72 0x55717358c080 0.000129
+gallium_dri.so free 0x55717358c140 void 0.000138
+gallium_dri.so free 0x55717358c080 void 0.000132
+gallium_dri.so malloc 72 0x55717358c080 0.000124
+gallium_dri.so free 0x55717358c200 void 0.000131
+gallium_dri.so free 0x55717358c080 void 0.000130
+gallium_dri.so malloc 72 0x55717358c220 0.000221
+gallium_dri.so free 0x55717358c2c0 void 0.000224
+gallium_dri.so free 0x55717358c220 void 0.000222
+gallium_dri.so malloc 72 0x55717358c270 0.000297
+gallium_dri.so free 0x55717358c340 void 0.000328
+gallium_dri.so free 0x55717358c270 void 0.000295
+gallium_dri.so malloc 72 0x55717358c270 0.000273
+gallium_dri.so free 0x55717358c3c0 void 0.000280
+gallium_dri.so free 0x55717358c270 void 0.000271
+gallium_dri.so malloc 72 0x55717358c3c0 0.000261
+gallium_dri.so free 0x55717358c480 void 0.000331
+gallium_dri.so free 0x55717358c3c0 void 0.000222
+gallium_dri.so malloc 72 0x55717358c3c0 0.000222
+gallium_dri.so free 0x55717358c540 void 0.000223
+gallium_dri.so free 0x55717358c3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c3c0 0.000127
+gallium_dri.so free 0x55717358c600 void 0.000125
+gallium_dri.so free 0x55717358c3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c5b0 0.000127
+gallium_dri.so free 0x55717358c6c0 void 0.000124
+gallium_dri.so free 0x55717358c5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358c670 0.000130
+gallium_dri.so free 0x55717358c740 void 0.000129
+gallium_dri.so free 0x55717358c670 void 0.000128
+gallium_dri.so malloc 72 0x55717358c790 0.000129
+gallium_dri.so free 0x55717358c800 void 0.000131
+gallium_dri.so free 0x55717358c790 void 0.000161
+gallium_dri.so malloc 72 0x55717358c820 0.000134
+gallium_dri.so free 0x55717358c8c0 void 0.000132
+gallium_dri.so free 0x55717358c820 void 0.000166
+gallium_dri.so malloc 72 0x55717358c870 0.000133
+gallium_dri.so free 0x55717358c940 void 0.000132
+gallium_dri.so free 0x55717358c870 void 0.000132
+gallium_dri.so malloc 72 0x55717358c870 0.000132
+gallium_dri.so free 0x55717358c9c0 void 0.000131
+gallium_dri.so free 0x55717358c870 void 0.000131
+gallium_dri.so malloc 72 0x55717358c9c0 0.000131
+gallium_dri.so free 0x55717358ca80 void 0.000132
+gallium_dri.so free 0x55717358c9c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c9c0 0.000125
+gallium_dri.so free 0x55717358cb80 void 0.000130
+gallium_dri.so free 0x55717358c9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cb30 0.000129
+gallium_dri.so free 0x55717358cbc0 void 0.000125
+gallium_dri.so free 0x55717358cb30 void 0.000124
+gallium_dri.so malloc 72 0x55717358cb30 0.000124
+gallium_dri.so free 0x55717358cc80 void 0.000130
+gallium_dri.so free 0x55717358cb30 void 0.000133
+gallium_dri.so malloc 72 0x55717358ccc0 0.000132
+gallium_dri.so free 0x55717358cd40 void 0.000138
+gallium_dri.so free 0x55717358ccc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358cd40 0.000133
+gallium_dri.so free 0x55717358ce00 void 0.000131
+gallium_dri.so free 0x55717358cd40 void 0.000130
+gallium_dri.so malloc 72 0x55717358cd40 0.000131
+gallium_dri.so free 0x55717358ce80 void 0.000131
+gallium_dri.so free 0x55717358cd40 void 0.000130
+gallium_dri.so malloc 72 0x55717358ceb0 0.000130
+gallium_dri.so free 0x55717358cf00 void 0.000134
+gallium_dri.so free 0x55717358ceb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358ceb0 0.000131
+gallium_dri.so free 0x55717358d000 void 0.000130
+gallium_dri.so free 0x55717358ceb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358d040 0.000131
+gallium_dri.so free 0x55717358d0c0 void 0.000132
+gallium_dri.so free 0x55717358d040 void 0.000131
+gallium_dri.so malloc 72 0x55717358d0c0 0.000131
+gallium_dri.so free 0x55717358d180 void 0.000130
+gallium_dri.so free 0x55717358d0c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d0c0 0.000210
+gallium_dri.so free 0x55717358d200 void 0.000129
+gallium_dri.so free 0x55717358d0c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358d230 0.000132
+gallium_dri.so free 0x55717358d280 void 0.000132
+gallium_dri.so free 0x55717358d230 void 0.000132
+gallium_dri.so malloc 72 0x55717358d230 0.000132
+gallium_dri.so free 0x55717358d380 void 0.000127
+gallium_dri.so free 0x55717358d230 void 0.000129
+gallium_dri.so malloc 72 0x55717358d330 0.000132
+gallium_dri.so free 0x55717358d440 void 0.000130
+gallium_dri.so free 0x55717358d330 void 0.000125
+gallium_dri.so malloc 72 0x55717358d3f0 0.000127
+gallium_dri.so free 0x55717358d4c0 void 0.000130
+gallium_dri.so free 0x55717358d3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358d3f0 0.000126
+gallium_dri.so free 0x55717358d580 void 0.000125
+gallium_dri.so free 0x55717358d3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358d3f0 0.000132
+gallium_dri.so free 0x55717358d640 void 0.000126
+gallium_dri.so free 0x55717358d3f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358d5f0 0.000125
+gallium_dri.so free 0x55717358d6c0 void 0.000134
+gallium_dri.so free 0x55717358d5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d710 0.000129
+gallium_dri.so free 0x55717358d780 void 0.000126
+gallium_dri.so free 0x55717358d710 void 0.000128
+gallium_dri.so malloc 72 0x55717358d7a0 0.000133
+gallium_dri.so free 0x55717358d840 void 0.000132
+gallium_dri.so free 0x55717358d7a0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d7f0 0.000123
+gallium_dri.so free 0x55717358d8c0 void 0.000123
+gallium_dri.so free 0x55717358d7f0 void 0.000128
+gallium_dri.so malloc 72 0x55717358d8c0 0.000131
+gallium_dri.so free 0x55717358d980 void 0.000132
+gallium_dri.so free 0x55717358d8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d8c0 0.000122
+gallium_dri.so free 0x55717358da00 void 0.000123
+gallium_dri.so free 0x55717358d8c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358da00 0.000132
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so malloc 72 0x55717358da00 0.000124
+gallium_dri.so free 0x55717358db80 void 0.000128
+gallium_dri.so free 0x55717358da00 void 0.000141
+gallium_dri.so malloc 72 0x55717358da00 0.000140
+gallium_dri.so free 0x55717358dc40 void 0.000127
+gallium_dri.so free 0x55717358da00 void 0.000130
+gallium_dri.so malloc 72 0x55717358dbf0 0.000157
+gallium_dri.so free 0x55717358dcc0 void 0.000167
+gallium_dri.so free 0x55717358dbf0 void 0.000136
+gallium_dri.so malloc 72 0x55717358dd10 0.000132
+gallium_dri.so free 0x55717358dd80 void 0.000138
+gallium_dri.so free 0x55717358dd10 void 0.000132
+gallium_dri.so malloc 72 0x55717358ddc0 0.000132
+gallium_dri.so free 0x55717358de40 void 0.000131
+gallium_dri.so free 0x55717358ddc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ddc0 0.000132
+gallium_dri.so free 0x55717358dec0 void 0.000131
+gallium_dri.so free 0x55717358ddc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358def0 0.000131
+gallium_dri.so free 0x55717358df40 void 0.000127
+gallium_dri.so free 0x55717358def0 void 0.000126
+gallium_dri.so malloc 72 0x55717358def0 0.000126
+gallium_dri.so free 0x55717358e040 void 0.000136
+gallium_dri.so free 0x55717358def0 void 0.000128
+gallium_dri.so malloc 72 0x55717358dff0 0.000133
+gallium_dri.so free 0x55717358e100 void 0.000135
+gallium_dri.so free 0x55717358dff0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e0b0 0.000131
+gallium_dri.so free 0x55717358e140 void 0.000132
+gallium_dri.so free 0x55717358e0b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e0b0 0.000132
+gallium_dri.so free 0x55717358e200 void 0.000133
+gallium_dri.so free 0x55717358e0b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e270 0.000132
+gallium_dri.so free 0x55717358e2c0 void 0.000134
+gallium_dri.so free 0x55717358e270 void 0.000133
+gallium_dri.so malloc 72 0x55717358e270 0.000131
+gallium_dri.so free 0x55717358e3c0 void 0.000134
+gallium_dri.so free 0x55717358e270 void 0.000166
+gallium_dri.so malloc 72 0x55717358e370 0.000128
+gallium_dri.so free 0x55717358e480 void 0.000128
+gallium_dri.so free 0x55717358e370 void 0.000129
+gallium_dri.so malloc 72 0x55717358e430 0.000184
+gallium_dri.so free 0x55717358e4c0 void 0.000346
+gallium_dri.so free 0x55717358e430 void 0.000309
+gallium_dri.so malloc 72 0x55717358e430 0.000290
+gallium_dri.so free 0x55717358e580 void 0.000261
+gallium_dri.so free 0x55717358e430 void 0.000277
+gallium_dri.so malloc 72 0x55717358e5c0 0.000181
+gallium_dri.so free 0x55717358e640 void 0.000181
+gallium_dri.so free 0x55717358e5c0 void 0.000181
+gallium_dri.so malloc 72 0x55717358e640 0.000293
+gallium_dri.so free 0x55717358e700 void 0.000309
+gallium_dri.so free 0x55717358e640 void 0.000309
+gallium_dri.so malloc 72 0x55717358e640 0.000208
+gallium_dri.so free 0x55717358e7c0 void 0.000352
+gallium_dri.so free 0x55717358e640 void 0.000289
+gallium_dri.so malloc 72 0x55717358e7e0 0.000165
+gallium_dri.so free 0x55717358e880 void 0.000165
+gallium_dri.so free 0x55717358e7e0 void 0.000163
+gallium_dri.so malloc 72 0x55717358e830 0.000130
+gallium_dri.so free 0x55717358e900 void 0.000130
+gallium_dri.so free 0x55717358e830 void 0.000131
+gallium_dri.so malloc 72 0x55717358e830 0.000131
+gallium_dri.so free 0x55717358e980 void 0.000130
+gallium_dri.so free 0x55717358e830 void 0.000125
+gallium_dri.so malloc 72 0x55717358e980 0.000123
+gallium_dri.so free 0x55717358ea40 void 0.000130
+gallium_dri.so free 0x55717358e980 void 0.000130
+gallium_dri.so malloc 72 0x55717358e980 0.000133
+gallium_dri.so free 0x55717358eb00 void 0.000164
+gallium_dri.so free 0x55717358e980 void 0.000131
+gallium_dri.so malloc 72 0x55717358e980 0.000134
+gallium_dri.so free 0x55717358ebc0 void 0.000126
+gallium_dri.so free 0x55717358e980 void 0.000130
+gallium_dri.so malloc 72 0x55717358eb70 0.000130
+gallium_dri.so free 0x55717358ec80 void 0.000127
+gallium_dri.so free 0x55717358eb70 void 0.000128
+gallium_dri.so malloc 72 0x55717358ec30 0.000126
+gallium_dri.so free 0x55717358ed00 void 0.000125
+gallium_dri.so free 0x55717358ec30 void 0.000128
+gallium_dri.so malloc 72 0x55717358ed50 0.000130
+gallium_dri.so free 0x55717358edc0 void 0.000131
+gallium_dri.so free 0x55717358ed50 void 0.000131
+gallium_dri.so malloc 72 0x55717358ede0 0.000131
+gallium_dri.so free 0x55717358ee80 void 0.000131
+gallium_dri.so free 0x55717358ede0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee30 0.000131
+gallium_dri.so free 0x55717358ef00 void 0.000131
+gallium_dri.so free 0x55717358ee30 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee30 0.000132
+gallium_dri.so free 0x55717358ef80 void 0.000131
+gallium_dri.so free 0x55717358ee30 void 0.000191
+gallium_dri.so malloc 72 0x55717358ef80 0.000267
+gallium_dri.so free 0x55717358f040 void 0.000350
+gallium_dri.so free 0x55717358ef80 void 0.000338
+gallium_dri.so malloc 72 0x55717358ef80 0.000316
+gallium_dri.so free 0x55717358f140 void 0.000301
+gallium_dri.so free 0x55717358ef80 void 0.000276
+gallium_dri.so malloc 72 0x55717358f0f0 0.000214
+gallium_dri.so free 0x55717358f180 void 0.000171
+gallium_dri.so free 0x55717358f0f0 void 0.000172
+gallium_dri.so malloc 72 0x55717358f0f0 0.000138
+gallium_dri.so free 0x55717358f240 void 0.000139
+gallium_dri.so free 0x55717358f0f0 void 0.000138
+gallium_dri.so malloc 72 0x55717358f280 0.000179
+gallium_dri.so free 0x55717358f300 void 0.000174
+gallium_dri.so free 0x55717358f280 void 0.000173
+gallium_dri.so malloc 72 0x55717358f300 0.000137
+gallium_dri.so free 0x55717358f3c0 void 0.000138
+gallium_dri.so free 0x55717358f300 void 0.000137
+gallium_dri.so malloc 72 0x55717358f300 0.000138
+gallium_dri.so free 0x55717358f440 void 0.000138
+gallium_dri.so free 0x55717358f300 void 0.000139
+gallium_dri.so malloc 72 0x55717358f470 0.000138
+gallium_dri.so free 0x55717358f4c0 void 0.000133
+gallium_dri.so free 0x55717358f470 void 0.000132
+gallium_dri.so malloc 72 0x55717358f470 0.000136
+gallium_dri.so free 0x55717358f5c0 void 0.000133
+gallium_dri.so free 0x55717358f470 void 0.000136
+gallium_dri.so malloc 72 0x55717358f600 0.000139
+gallium_dri.so free 0x55717358f680 void 0.000138
+gallium_dri.so free 0x55717358f600 void 0.000138
+gallium_dri.so malloc 72 0x55717358f680 0.000149
+gallium_dri.so free 0x55717358f740 void 0.000133
+gallium_dri.so free 0x55717358f680 void 0.000136
+gallium_dri.so malloc 72 0x55717358f680 0.000132
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x55717358f680 void 0.000131
+gallium_dri.so malloc 72 0x55717358f7f0 0.000130
+gallium_dri.so free 0x55717358f840 void 0.000129
+gallium_dri.so free 0x55717358f7f0 void 0.000134
+gallium_dri.so malloc 72 0x55717358f7f0 0.000139
+gallium_dri.so free 0x55717358f940 void 0.000132
+gallium_dri.so free 0x55717358f7f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358f8f0 0.000139
+gallium_dri.so free 0x55717358fa00 void 0.000134
+gallium_dri.so free 0x55717358f8f0 void 0.000137
+gallium_dri.so malloc 72 0x55717358f9b0 0.000228
+gallium_dri.so free 0x55717358fa80 void 0.000194
+gallium_dri.so free 0x55717358f9b0 void 0.000138
+gallium_dri.so malloc 72 0x55717358f9b0 0.000137
+gallium_dri.so free 0x55717358fb40 void 0.000132
+gallium_dri.so free 0x55717358f9b0 void 0.000140
+gallium_dri.so malloc 72 0x55717358f9b0 0.000141
+gallium_dri.so free 0x55717358fc00 void 0.000135
+gallium_dri.so free 0x55717358f9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fbb0 0.000131
+gallium_dri.so free 0x55717358fc80 void 0.000136
+gallium_dri.so free 0x55717358fbb0 void 0.000138
+gallium_dri.so malloc 72 0x55717358fcd0 0.000133
+gallium_dri.so free 0x55717358fd40 void 0.000130
+gallium_dri.so free 0x55717358fcd0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fd60 0.000127
+gallium_dri.so free 0x55717358fe00 void 0.000125
+gallium_dri.so free 0x55717358fd60 void 0.000129
+gallium_dri.so malloc 72 0x55717358fdb0 0.000131
+gallium_dri.so free 0x55717358fe80 void 0.000133
+gallium_dri.so free 0x55717358fdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358fe80 0.000124
+gallium_dri.so free 0x55717358ff40 void 0.000123
+gallium_dri.so free 0x55717358fe80 void 0.000130
+gallium_dri.so malloc 72 0x55717358fe80 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000131
+gallium_dri.so free 0x55717358fe80 void 0.000131
+gallium_dri.so malloc 72 0x55717358ffc0 0.000159
+gallium_dri.so free 0x557173590080 void 0.000159
+gallium_dri.so free 0x55717358ffc0 void 0.000213
+gallium_dri.so malloc 72 0x55717358ffc0 0.000135
+gallium_dri.so free 0x557173590140 void 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ffc0 0.000130
+gallium_dri.so free 0x557173590200 void 0.000131
+gallium_dri.so free 0x55717358ffc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735901b0 0.000128
+gallium_dri.so free 0x557173590280 void 0.000156
+gallium_dri.so free 0x5571735901b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735902d0 0.000131
+gallium_dri.so free 0x557173590340 void 0.000131
+gallium_dri.so free 0x5571735902d0 void 0.000131
+gallium_dri.so malloc 72 0x557173590380 0.000131
+gallium_dri.so free 0x557173590400 void 0.000127
+gallium_dri.so free 0x557173590380 void 0.000128
+gallium_dri.so malloc 72 0x557173590380 0.000140
+gallium_dri.so free 0x557173590480 void 0.000133
+gallium_dri.so free 0x557173590380 void 0.000259
+gallium_dri.so malloc 72 0x5571735904b0 0.000282
+gallium_dri.so free 0x557173590500 void 0.000279
+gallium_dri.so free 0x5571735904b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735904b0 0.000274
+gallium_dri.so free 0x557173590600 void 0.000165
+gallium_dri.so free 0x5571735904b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735905b0 0.000132
+gallium_dri.so free 0x5571735906c0 void 0.000126
+gallium_dri.so free 0x5571735905b0 void 0.000128
+gallium_dri.so malloc 72 0x557173590670 0.000131
+gallium_dri.so free 0x557173590700 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000130
+gallium_dri.so malloc 72 0x557173590670 0.000130
+gallium_dri.so free 0x5571735907c0 void 0.000131
+gallium_dri.so free 0x557173590670 void 0.000159
+gallium_dri.so malloc 72 0x557173590830 0.000169
+gallium_dri.so free 0x557173590880 void 0.000167
+gallium_dri.so free 0x557173590830 void 0.000200
+gallium_dri.so malloc 72 0x557173590830 0.000160
+gallium_dri.so free 0x557173590980 void 0.000165
+gallium_dri.so free 0x557173590830 void 0.000166
+gallium_dri.so malloc 72 0x557173590930 0.000166
+gallium_dri.so free 0x557173590a40 void 0.000165
+gallium_dri.so free 0x557173590930 void 0.000159
+gallium_dri.so malloc 72 0x5571735909f0 0.000158
+gallium_dri.so free 0x557173590a80 void 0.000160
+gallium_dri.so free 0x5571735909f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735909f0 0.000132
+gallium_dri.so free 0x557173590b40 void 0.000127
+gallium_dri.so free 0x5571735909f0 void 0.000129
+gallium_dri.so malloc 72 0x557173590b80 0.000131
+gallium_dri.so free 0x557173590c00 void 0.000132
+gallium_dri.so free 0x557173590b80 void 0.000136
+gallium_dri.so malloc 72 0x557173590c00 0.000123
+gallium_dri.so free 0x557173590cc0 void 0.000123
+gallium_dri.so free 0x557173590c00 void 0.000124
+gallium_dri.so malloc 72 0x557173590c00 0.000121
+gallium_dri.so free 0x557173590d80 void 0.000129
+gallium_dri.so free 0x557173590c00 void 0.000130
+gallium_dri.so malloc 72 0x557173590da0 0.000131
+gallium_dri.so free 0x557173590e40 void 0.000126
+gallium_dri.so free 0x557173590da0 void 0.000121
+gallium_dri.so malloc 72 0x557173590df0 0.000123
+gallium_dri.so free 0x557173590ec0 void 0.000130
+gallium_dri.so free 0x557173590df0 void 0.000126
+gallium_dri.so malloc 72 0x557173590df0 0.000187
+gallium_dri.so free 0x557173590f40 void 0.000342
+gallium_dri.so free 0x557173590df0 void 0.000332
+gallium_dri.so malloc 72 0x557173590f40 0.000167
+gallium_dri.so free 0x557173591000 void 0.000170
+gallium_dri.so free 0x557173590f40 void 0.000165
+gallium_dri.so malloc 72 0x557173590f40 0.000144
+gallium_dri.so free 0x5571735910c0 void 0.000133
+gallium_dri.so free 0x557173590f40 void 0.000132
+gallium_dri.so malloc 72 0x557173590f40 0.000132
+gallium_dri.so free 0x557173591180 void 0.000132
+gallium_dri.so free 0x557173590f40 void 0.000132
+gallium_dri.so malloc 72 0x557173591130 0.000132
+gallium_dri.so free 0x557173591240 void 0.000132
+gallium_dri.so free 0x557173591130 void 0.000125
+gallium_dri.so malloc 72 0x5571735911f0 0.000130
+gallium_dri.so free 0x5571735912c0 void 0.000125
+gallium_dri.so free 0x5571735911f0 void 0.000124
+gallium_dri.so malloc 72 0x557173591310 0.000153
+gallium_dri.so free 0x557173591380 void 0.000134
+gallium_dri.so free 0x557173591310 void 0.000133
+gallium_dri.so malloc 72 0x5571735913a0 0.000131
+gallium_dri.so free 0x557173591440 void 0.000134
+gallium_dri.so free 0x5571735913a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735913f0 0.000129
+gallium_dri.so free 0x5571735914c0 void 0.000124
+gallium_dri.so free 0x5571735913f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735913f0 0.000134
+gallium_dri.so free 0x557173591540 void 0.000134
+gallium_dri.so free 0x5571735913f0 void 0.000131
+gallium_dri.so malloc 72 0x557173591540 0.000130
+gallium_dri.so free 0x557173591600 void 0.000132
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so malloc 72 0x557173591540 0.000133
+gallium_dri.so free 0x557173591700 void 0.000133
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so malloc 72 0x5571735916b0 0.000130
+gallium_dri.so free 0x557173591740 void 0.000127
+gallium_dri.so free 0x5571735916b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735916b0 0.000128
+gallium_dri.so free 0x557173591800 void 0.000126
+gallium_dri.so free 0x5571735916b0 void 0.000124
+gallium_dri.so malloc 72 0x557173591840 0.000125
+gallium_dri.so free 0x5571735918c0 void 0.000124
+gallium_dri.so free 0x557173591840 void 0.000130
+gallium_dri.so malloc 72 0x5571735918c0 0.000126
+gallium_dri.so free 0x557173591980 void 0.000130
+gallium_dri.so free 0x5571735918c0 void 0.000171
+gallium_dri.so malloc 72 0x5571735918c0 0.000134
+gallium_dri.so free 0x557173591a00 void 0.000132
+gallium_dri.so free 0x5571735918c0 void 0.000126
+gallium_dri.so malloc 72 0x557173591a30 0.000125
+gallium_dri.so free 0x557173591a80 void 0.000131
+gallium_dri.so free 0x557173591a30 void 0.000126
+gallium_dri.so malloc 72 0x557173591a30 0.000130
+gallium_dri.so free 0x557173591b80 void 0.000127
+gallium_dri.so free 0x557173591a30 void 0.000130
+gallium_dri.so malloc 72 0x557173591bc0 0.000132
+gallium_dri.so free 0x557173591c40 void 0.000132
+gallium_dri.so free 0x557173591bc0 void 0.000134
+gallium_dri.so malloc 72 0x557173591c40 0.000134
+gallium_dri.so free 0x557173591d00 void 0.000131
+gallium_dri.so free 0x557173591c40 void 0.000131
+gallium_dri.so malloc 72 0x557173591c40 0.000131
+gallium_dri.so free 0x557173591d80 void 0.000130
+gallium_dri.so free 0x557173591c40 void 0.000127
+gallium_dri.so malloc 72 0x557173591db0 0.000124
+gallium_dri.so free 0x557173591e00 void 0.000131
+gallium_dri.so free 0x557173591db0 void 0.000142
+gallium_dri.so malloc 72 0x557173591db0 0.000126
+gallium_dri.so free 0x557173591f00 void 0.000130
+gallium_dri.so free 0x557173591db0 void 0.000133
+gallium_dri.so malloc 72 0x557173591eb0 0.000126
+gallium_dri.so free 0x557173602380 void 0.000132
+gallium_dri.so free 0x557173591eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173602330 0.000131
+gallium_dri.so free 0x557173602400 void 0.000125
+gallium_dri.so free 0x557173602330 void 0.000131
+gallium_dri.so malloc 72 0x557173602330 0.000132
+gallium_dri.so free 0x5571736024c0 void 0.000125
+gallium_dri.so free 0x557173602330 void 0.000123
+gallium_dri.so malloc 72 0x557173602330 0.000122
+gallium_dri.so free 0x557173602580 void 0.000130
+gallium_dri.so free 0x557173602330 void 0.000125
+gallium_dri.so malloc 72 0x557173602530 0.000123
+gallium_dri.so free 0x557173602600 void 0.000125
+gallium_dri.so free 0x557173602530 void 0.000130
+gallium_dri.so malloc 72 0x557173602650 0.000132
+gallium_dri.so free 0x5571736026c0 void 0.000133
+gallium_dri.so free 0x557173602650 void 0.000131
+gallium_dri.so malloc 72 0x5571736026e0 0.000124
+gallium_dri.so free 0x557173602780 void 0.000128
+gallium_dri.so free 0x5571736026e0 void 0.000129
+gallium_dri.so malloc 72 0x557173602730 0.000132
+gallium_dri.so free 0x557173602800 void 0.000132
+gallium_dri.so free 0x557173602730 void 0.000125
+gallium_dri.so malloc 72 0x557173602800 0.000125
+gallium_dri.so free 0x5571736028c0 void 0.000130
+gallium_dri.so free 0x557173602800 void 0.000125
+gallium_dri.so malloc 72 0x557173602800 0.000123
+gallium_dri.so free 0x557173602940 void 0.000123
+gallium_dri.so free 0x557173602800 void 0.000125
+gallium_dri.so malloc 72 0x557173602940 0.000124
+gallium_dri.so free 0x557173602a00 void 0.000126
+gallium_dri.so free 0x557173602940 void 0.000130
+gallium_dri.so malloc 72 0x557173602940 0.000130
+gallium_dri.so free 0x557173602ac0 void 0.000131
+gallium_dri.so free 0x557173602940 void 0.000126
+gallium_dri.so malloc 72 0x557173602940 0.000169
+gallium_dri.so free 0x557173602b80 void 0.000134
+gallium_dri.so free 0x557173602940 void 0.000132
+gallium_dri.so malloc 72 0x557173602b30 0.000131
+gallium_dri.so free 0x557173602c00 void 0.000126
+gallium_dri.so free 0x557173602b30 void 0.000125
+gallium_dri.so malloc 72 0x557173602c50 0.000124
+gallium_dri.so free 0x557173602cc0 void 0.000125
+gallium_dri.so free 0x557173602c50 void 0.000127
+gallium_dri.so malloc 72 0x557173602d00 0.000174
+gallium_dri.so free 0x557173602d80 void 0.000133
+gallium_dri.so free 0x557173602d00 void 0.000127
+gallium_dri.so malloc 72 0x557173602d00 0.000127
+gallium_dri.so free 0x557173602e00 void 0.000126
+gallium_dri.so free 0x557173602d00 void 0.000130
+gallium_dri.so malloc 72 0x557173602e30 0.000131
+gallium_dri.so free 0x557173602e80 void 0.000126
+gallium_dri.so free 0x557173602e30 void 0.000125
+gallium_dri.so malloc 72 0x557173602e30 0.000125
+gallium_dri.so free 0x557173602f80 void 0.000130
+gallium_dri.so free 0x557173602e30 void 0.000125
+gallium_dri.so malloc 72 0x557173602f30 0.000132
+gallium_dri.so free 0x557173603040 void 0.000129
+gallium_dri.so free 0x557173602f30 void 0.000129
+gallium_dri.so malloc 72 0x557173602ff0 0.000126
+gallium_dri.so free 0x557173603080 void 0.000126
+gallium_dri.so free 0x557173602ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173602ff0 0.000125
+gallium_dri.so free 0x557173603140 void 0.000124
+gallium_dri.so free 0x557173602ff0 void 0.000126
+gallium_dri.so malloc 72 0x5571736031b0 0.000122
+gallium_dri.so free 0x557173603200 void 0.000125
+gallium_dri.so free 0x5571736031b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736031b0 0.000135
+gallium_dri.so free 0x557173603300 void 0.000124
+gallium_dri.so free 0x5571736031b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736032b0 0.000122
+gallium_dri.so free 0x5571736033c0 void 0.000124
+gallium_dri.so free 0x5571736032b0 void 0.000122
+gallium_dri.so malloc 72 0x557173603370 0.000125
+gallium_dri.so free 0x557173603400 void 0.000123
+gallium_dri.so free 0x557173603370 void 0.000125
+gallium_dri.so malloc 72 0x557173603370 0.000124
+gallium_dri.so free 0x5571736034c0 void 0.000123
+gallium_dri.so free 0x557173603370 void 0.000123
+gallium_dri.so malloc 72 0x557173603500 0.000122
+gallium_dri.so free 0x557173603580 void 0.000124
+gallium_dri.so free 0x557173603500 void 0.000130
+gallium_dri.so malloc 72 0x557173603580 0.000118
+gallium_dri.so free 0x557173603640 void 0.000117
+gallium_dri.so free 0x557173603580 void 0.000118
+gallium_dri.so malloc 72 0x557173603580 0.000117
+gallium_dri.so free 0x557173603700 void 0.000118
+gallium_dri.so free 0x557173603580 void 0.000117
+gallium_dri.so malloc 72 0x557173603720 0.000117
+gallium_dri.so free 0x5571736037c0 void 0.000118
+gallium_dri.so free 0x557173603720 void 0.000118
+gallium_dri.so malloc 72 0x557173603770 0.000118
+gallium_dri.so free 0x557173603840 void 0.000118
+gallium_dri.so free 0x557173603770 void 0.000127
+gallium_dri.so malloc 72 0x557173603770 0.000119
+gallium_dri.so free 0x5571736038c0 void 0.000120
+gallium_dri.so free 0x557173603770 void 0.000118
+gallium_dri.so malloc 72 0x5571736038c0 0.000118
+gallium_dri.so free 0x557173603980 void 0.000118
+gallium_dri.so free 0x5571736038c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736038c0 0.000118
+gallium_dri.so free 0x557173603a40 void 0.000118
+gallium_dri.so free 0x5571736038c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736038c0 0.000118
+gallium_dri.so free 0x557173603b00 void 0.000118
+gallium_dri.so free 0x5571736038c0 void 0.000118
+gallium_dri.so malloc 72 0x557173603ab0 0.000118
+gallium_dri.so free 0x557173603bc0 void 0.000118
+gallium_dri.so free 0x557173603ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173603b70 0.000118
+gallium_dri.so free 0x557173603c40 void 0.000120
+gallium_dri.so free 0x557173603b70 void 0.000118
+gallium_dri.so malloc 72 0x557173603c90 0.000117
+gallium_dri.so free 0x557173603d00 void 0.000118
+gallium_dri.so free 0x557173603c90 void 0.000118
+gallium_dri.so malloc 72 0x557173603d20 0.000118
+gallium_dri.so free 0x557173603dc0 void 0.000119
+gallium_dri.so free 0x557173603d20 void 0.000119
+gallium_dri.so malloc 72 0x557173603d70 0.000118
+gallium_dri.so free 0x557173603e40 void 0.000157
+gallium_dri.so free 0x557173603d70 void 0.000122
+gallium_dri.so malloc 72 0x557173603d70 0.000120
+gallium_dri.so free 0x557173603ec0 void 0.000119
+gallium_dri.so free 0x557173603d70 void 0.000119
+gallium_dri.so malloc 72 0x557173603ec0 0.000119
+gallium_dri.so free 0x557173603f80 void 0.000118
+gallium_dri.so free 0x557173603ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173603ec0 0.000119
+gallium_dri.so free 0x557173604080 void 0.000118
+gallium_dri.so free 0x557173603ec0 void 0.000116
+gallium_dri.so malloc 72 0x557173604030 0.000118
+gallium_dri.so free 0x5571736040c0 void 0.000119
+gallium_dri.so free 0x557173604030 void 0.000119
+gallium_dri.so malloc 72 0x557173604030 0.000119
+gallium_dri.so free 0x557173604180 void 0.000120
+gallium_dri.so free 0x557173604030 void 0.000119
+gallium_dri.so malloc 72 0x5571736041c0 0.000121
+gallium_dri.so free 0x557173604240 void 0.000141
+gallium_dri.so free 0x5571736041c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604240 0.000118
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x557173604240 void 0.000119
+gallium_dri.so malloc 72 0x557173604240 0.000118
+gallium_dri.so free 0x557173604380 void 0.000120
+gallium_dri.so free 0x557173604240 void 0.000120
+gallium_dri.so malloc 72 0x5571736043b0 0.000130
+gallium_dri.so free 0x557173604400 void 0.000117
+gallium_dri.so free 0x5571736043b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736043b0 0.000116
+gallium_dri.so free 0x557173604500 void 0.000116
+gallium_dri.so free 0x5571736043b0 void 0.000121
+gallium_dri.so malloc 72 0x557173604540 0.000118
+gallium_dri.so free 0x5571736045c0 void 0.000118
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so malloc 72 0x5571736045c0 0.000118
+gallium_dri.so free 0x557173604680 void 0.000118
+gallium_dri.so free 0x5571736045c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736045c0 0.000119
+gallium_dri.so free 0x557173604700 void 0.000118
+gallium_dri.so free 0x5571736045c0 void 0.000117
+gallium_dri.so malloc 72 0x557173604730 0.000117
+gallium_dri.so free 0x557173604780 void 0.000119
+gallium_dri.so free 0x557173604730 void 0.000117
+gallium_dri.so malloc 72 0x557173604730 0.000118
+gallium_dri.so free 0x557173604880 void 0.000125
+gallium_dri.so free 0x557173604730 void 0.000118
+gallium_dri.so malloc 72 0x557173604830 0.000117
+gallium_dri.so free 0x557173604940 void 0.000117
+gallium_dri.so free 0x557173604830 void 0.000117
+gallium_dri.so malloc 72 0x5571736048f0 0.000117
+gallium_dri.so free 0x5571736049c0 void 0.000117
+gallium_dri.so free 0x5571736048f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736048f0 0.000122
+gallium_dri.so free 0x557173604a80 void 0.000118
+gallium_dri.so free 0x5571736048f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736048f0 0.000118
+gallium_dri.so free 0x557173604b40 void 0.000122
+gallium_dri.so free 0x5571736048f0 void 0.000117
+gallium_dri.so malloc 72 0x557173604af0 0.000118
+gallium_dri.so free 0x557173604bc0 void 0.000118
+gallium_dri.so free 0x557173604af0 void 0.000113
+gallium_dri.so malloc 72 0x557173604c10 0.000117
+gallium_dri.so free 0x557173604c80 void 0.000119
+gallium_dri.so free 0x557173604c10 void 0.000117
+gallium_dri.so malloc 72 0x557173604ca0 0.000117
+gallium_dri.so free 0x557173604d40 void 0.000118
+gallium_dri.so free 0x557173604ca0 void 0.000119
+gallium_dri.so malloc 72 0x557173604cf0 0.000120
+gallium_dri.so free 0x557173604dc0 void 0.000119
+gallium_dri.so free 0x557173604cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173604dc0 0.000119
+gallium_dri.so free 0x557173604e80 void 0.000119
+gallium_dri.so free 0x557173604dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173604dc0 0.000118
+gallium_dri.so free 0x557173604f00 void 0.000118
+gallium_dri.so free 0x557173604dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173604f00 0.000117
+gallium_dri.so free 0x557173604fc0 void 0.000117
+gallium_dri.so free 0x557173604f00 void 0.000166
+gallium_dri.so malloc 72 0x557173604f00 0.000120
+gallium_dri.so free 0x557173605080 void 0.000120
+gallium_dri.so free 0x557173604f00 void 0.000119
+gallium_dri.so malloc 72 0x557173604f00 0.000120
+gallium_dri.so free 0x557173605140 void 0.000118
+gallium_dri.so free 0x557173604f00 void 0.000118
+gallium_dri.so malloc 72 0x5571736050f0 0.000119
+gallium_dri.so free 0x5571736051c0 void 0.000121
+gallium_dri.so free 0x5571736050f0 void 0.000121
+gallium_dri.so malloc 72 0x557173605210 0.000118
+gallium_dri.so free 0x557173605280 void 0.000119
+gallium_dri.so free 0x557173605210 void 0.000119
+gallium_dri.so malloc 72 0x5571736052c0 0.000119
+gallium_dri.so free 0x557173605340 void 0.000119
+gallium_dri.so free 0x5571736052c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736052c0 0.000119
+gallium_dri.so free 0x5571736053c0 void 0.000119
+gallium_dri.so free 0x5571736052c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736053f0 0.000119
+gallium_dri.so free 0x557173605440 void 0.000118
+gallium_dri.so free 0x5571736053f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736053f0 0.000120
+gallium_dri.so free 0x557173605540 void 0.000119
+gallium_dri.so free 0x5571736053f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736054f0 0.000120
+gallium_dri.so free 0x557173605600 void 0.000127
+gallium_dri.so free 0x5571736054f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736055b0 0.000119
+gallium_dri.so free 0x557173605640 void 0.000119
+gallium_dri.so free 0x5571736055b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736055b0 0.000117
+gallium_dri.so free 0x557173605700 void 0.000118
+gallium_dri.so free 0x5571736055b0 void 0.000117
+gallium_dri.so malloc 72 0x557173605770 0.000118
+gallium_dri.so free 0x5571736057c0 void 0.000118
+gallium_dri.so free 0x557173605770 void 0.000117
+gallium_dri.so malloc 72 0x557173605770 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000116
+gallium_dri.so free 0x557173605770 void 0.000117
+gallium_dri.so malloc 72 0x557173605870 0.000116
+gallium_dri.so free 0x557173605980 void 0.000115
+gallium_dri.so free 0x557173605870 void 0.000119
+gallium_dri.so malloc 72 0x557173605930 0.000118
+gallium_dri.so free 0x5571736059c0 void 0.000123
+gallium_dri.so free 0x557173605930 void 0.000136
+gallium_dri.so malloc 72 0x557173605930 0.000119
+gallium_dri.so free 0x557173605a80 void 0.000116
+gallium_dri.so free 0x557173605930 void 0.000118
+gallium_dri.so malloc 72 0x557173605ac0 0.000117
+gallium_dri.so free 0x557173605b40 void 0.000117
+gallium_dri.so free 0x557173605ac0 void 0.000116
+gallium_dri.so malloc 72 0x557173605b40 0.000128
+gallium_dri.so free 0x557173605c00 void 0.000118
+gallium_dri.so free 0x557173605b40 void 0.000119
+gallium_dri.so malloc 72 0x557173605b40 0.000120
+gallium_dri.so free 0x557173605cc0 void 0.000118
+gallium_dri.so free 0x557173605b40 void 0.000115
+gallium_dri.so malloc 72 0x557173605ce0 0.000119
+gallium_dri.so free 0x557173605d80 void 0.000119
+gallium_dri.so free 0x557173605ce0 void 0.000119
+gallium_dri.so malloc 72 0x557173605d30 0.000118
+gallium_dri.so free 0x557173605e00 void 0.000119
+gallium_dri.so free 0x557173605d30 void 0.000118
+gallium_dri.so malloc 72 0x557173605d30 0.000119
+gallium_dri.so free 0x557173605e80 void 0.000118
+gallium_dri.so free 0x557173605d30 void 0.000118
+gallium_dri.so malloc 72 0x557173605e80 0.000119
+gallium_dri.so free 0x557173605f40 void 0.000118
+gallium_dri.so free 0x557173605e80 void 0.000118
+gallium_dri.so malloc 72 0x557173605e80 0.000118
+gallium_dri.so free 0x557173606000 void 0.000119
+gallium_dri.so free 0x557173605e80 void 0.000118
+gallium_dri.so malloc 72 0x557173605e80 0.000118
+gallium_dri.so free 0x5571736060c0 void 0.000118
+gallium_dri.so free 0x557173605e80 void 0.000118
+gallium_dri.so malloc 72 0x557173606070 0.000118
+gallium_dri.so free 0x557173606180 void 0.000118
+gallium_dri.so free 0x557173606070 void 0.000119
+gallium_dri.so malloc 72 0x557173606130 0.000164
+gallium_dri.so free 0x557173606200 void 0.000120
+gallium_dri.so free 0x557173606130 void 0.000119
+gallium_dri.so malloc 72 0x557173606250 0.000118
+gallium_dri.so free 0x5571736062c0 void 0.000120
+gallium_dri.so free 0x557173606250 void 0.000119
+gallium_dri.so malloc 72 0x5571736062e0 0.000119
+gallium_dri.so free 0x557173606380 void 0.000118
+gallium_dri.so free 0x5571736062e0 void 0.000118
+gallium_dri.so malloc 72 0x557173606330 0.000119
+gallium_dri.so free 0x557173606400 void 0.000119
+gallium_dri.so free 0x557173606330 void 0.000119
+gallium_dri.so malloc 72 0x557173606330 0.000119
+gallium_dri.so free 0x557173606480 void 0.000121
+gallium_dri.so free 0x557173606330 void 0.000119
+gallium_dri.so malloc 72 0x557173606480 0.000118
+gallium_dri.so free 0x557173606540 void 0.000119
+gallium_dri.so free 0x557173606480 void 0.000121
+gallium_dri.so malloc 72 0x557173606480 0.000118
+gallium_dri.so free 0x557173606640 void 0.000119
+gallium_dri.so free 0x557173606480 void 0.000117
+gallium_dri.so malloc 72 0x5571736065f0 0.000118
+gallium_dri.so free 0x557173606680 void 0.000118
+gallium_dri.so free 0x5571736065f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736065f0 0.000118
+gallium_dri.so free 0x557173606740 void 0.000119
+gallium_dri.so free 0x5571736065f0 void 0.000127
+gallium_dri.so malloc 72 0x557173606780 0.000118
+gallium_dri.so free 0x557173606800 void 0.000117
+gallium_dri.so free 0x557173606780 void 0.000118
+gallium_dri.so malloc 72 0x557173606800 0.000116
+gallium_dri.so free 0x5571736068c0 void 0.000117
+gallium_dri.so free 0x557173606800 void 0.000118
+gallium_dri.so malloc 72 0x557173606800 0.000116
+gallium_dri.so free 0x557173606940 void 0.000117
+gallium_dri.so free 0x557173606800 void 0.000115
+gallium_dri.so malloc 72 0x557173606970 0.000118
+gallium_dri.so free 0x5571736069c0 void 0.000117
+gallium_dri.so free 0x557173606970 void 0.000119
+gallium_dri.so malloc 72 0x557173606970 0.000117
+gallium_dri.so free 0x557173606ac0 void 0.000117
+gallium_dri.so free 0x557173606970 void 0.000116
+gallium_dri.so malloc 72 0x557173606b00 0.000118
+gallium_dri.so free 0x557173606b80 void 0.000152
+gallium_dri.so free 0x557173606b00 void 0.000119
+gallium_dri.so malloc 72 0x557173606b80 0.000119
+gallium_dri.so free 0x557173606c40 void 0.000118
+gallium_dri.so free 0x557173606b80 void 0.000117
+gallium_dri.so malloc 72 0x557173606b80 0.000118
+gallium_dri.so free 0x557173606cc0 void 0.000117
+gallium_dri.so free 0x557173606b80 void 0.000119
+gallium_dri.so malloc 72 0x557173606cf0 0.000117
+gallium_dri.so free 0x557173606d40 void 0.000139
+gallium_dri.so free 0x557173606cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173606cf0 0.000119
+gallium_dri.so free 0x557173606e40 void 0.000118
+gallium_dri.so free 0x557173606cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173606df0 0.000118
+gallium_dri.so free 0x557173606f00 void 0.000118
+gallium_dri.so free 0x557173606df0 void 0.000118
+gallium_dri.so malloc 72 0x557173606eb0 0.000117
+gallium_dri.so free 0x557173606f80 void 0.000121
+gallium_dri.so free 0x557173606eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173606eb0 0.000118
+gallium_dri.so free 0x557173607040 void 0.000120
+gallium_dri.so free 0x557173606eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173606eb0 0.000122
+gallium_dri.so free 0x557173607100 void 0.000133
+gallium_dri.so free 0x557173606eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571736070b0 0.000119
+gallium_dri.so free 0x557173607180 void 0.000119
+gallium_dri.so free 0x5571736070b0 void 0.000152
+gallium_dri.so malloc 72 0x5571736071d0 0.000123
+gallium_dri.so free 0x557173607240 void 0.000119
+gallium_dri.so free 0x5571736071d0 void 0.000119
+gallium_dri.so malloc 72 0x557173607260 0.000119
+gallium_dri.so free 0x557173607300 void 0.000118
+gallium_dri.so free 0x557173607260 void 0.000119
+gallium_dri.so malloc 72 0x5571736072b0 0.000139
+gallium_dri.so free 0x557173607380 void 0.000124
+gallium_dri.so free 0x5571736072b0 void 0.000120
+gallium_dri.so malloc 72 0x557173607380 0.000118
+gallium_dri.so free 0x557173607440 void 0.000119
+gallium_dri.so free 0x557173607380 void 0.000118
+gallium_dri.so malloc 72 0x557173607380 0.000118
+gallium_dri.so free 0x5571736074c0 void 0.000118
+gallium_dri.so free 0x557173607380 void 0.000118
+gallium_dri.so malloc 72 0x5571736074c0 0.000118
+gallium_dri.so free 0x557173607580 void 0.000119
+gallium_dri.so free 0x5571736074c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736074c0 0.000119
+gallium_dri.so free 0x557173607640 void 0.000118
+gallium_dri.so free 0x5571736074c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736074c0 0.000118
+gallium_dri.so free 0x557173607700 void 0.000118
+gallium_dri.so free 0x5571736074c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736076b0 0.000117
+gallium_dri.so free 0x557173607780 void 0.000119
+gallium_dri.so free 0x5571736076b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736077d0 0.000118
+gallium_dri.so free 0x557173607840 void 0.000120
+gallium_dri.so free 0x5571736077d0 void 0.000117
+gallium_dri.so malloc 72 0x557173607880 0.000118
+gallium_dri.so free 0x557173607900 void 0.000119
+gallium_dri.so free 0x557173607880 void 0.000164
+gallium_dri.so malloc 72 0x557173607880 0.000122
+gallium_dri.so free 0x557173607980 void 0.000121
+gallium_dri.so free 0x557173607880 void 0.000128
+gallium_dri.so malloc 72 0x5571736079b0 0.000118
+gallium_dri.so free 0x557173607a00 void 0.000119
+gallium_dri.so free 0x5571736079b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736079b0 0.000117
+gallium_dri.so free 0x557173607b00 void 0.000118
+gallium_dri.so free 0x5571736079b0 void 0.000119
+gallium_dri.so malloc 72 0x557173607ab0 0.000119
+gallium_dri.so free 0x557173607bc0 void 0.000118
+gallium_dri.so free 0x557173607ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173607b70 0.000118
+gallium_dri.so free 0x557173607c00 void 0.000119
+gallium_dri.so free 0x557173607b70 void 0.000118
+gallium_dri.so malloc 72 0x557173607b70 0.000120
+gallium_dri.so free 0x557173607cc0 void 0.000119
+gallium_dri.so free 0x557173607b70 void 0.000118
+gallium_dri.so malloc 72 0x557173607d30 0.000118
+gallium_dri.so free 0x557173607d80 void 0.000117
+gallium_dri.so free 0x557173607d30 void 0.000118
+gallium_dri.so malloc 72 0x557173607d30 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x557173607d30 void 0.000115
+gallium_dri.so malloc 72 0x557173607e30 0.000118
+gallium_dri.so free 0x557173607f40 void 0.000138
+gallium_dri.so free 0x557173607e30 void 0.000121
+gallium_dri.so malloc 72 0x557173607ef0 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000119
+gallium_dri.so free 0x557173607ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173607ef0 0.000119
+gallium_dri.so free 0x557173608040 void 0.000118
+gallium_dri.so free 0x557173607ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173608080 0.000118
+gallium_dri.so free 0x557173608100 void 0.000117
+gallium_dri.so free 0x557173608080 void 0.000118
+gallium_dri.so malloc 72 0x557173608100 0.000119
+gallium_dri.so free 0x5571736081c0 void 0.000119
+gallium_dri.so free 0x557173608100 void 0.000119
+gallium_dri.so malloc 72 0x557173608100 0.000118
+gallium_dri.so free 0x557173608280 void 0.000120
+gallium_dri.so free 0x557173608100 void 0.000118
+gallium_dri.so malloc 72 0x5571736082a0 0.000118
+gallium_dri.so free 0x557173608340 void 0.000123
+gallium_dri.so free 0x5571736082a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736082f0 0.000120
+gallium_dri.so free 0x5571736083c0 void 0.000126
+gallium_dri.so free 0x5571736082f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736082f0 0.000119
+gallium_dri.so free 0x557173608440 void 0.000118
+gallium_dri.so free 0x5571736082f0 void 0.000117
+gallium_dri.so malloc 72 0x557173608440 0.000127
+gallium_dri.so free 0x557173608500 void 0.000123
+gallium_dri.so free 0x557173608440 void 0.000119
+gallium_dri.so malloc 72 0x557173608440 0.000119
+gallium_dri.so free 0x5571736085c0 void 0.000119
+gallium_dri.so free 0x557173608440 void 0.000119
+gallium_dri.so malloc 72 0x557173608440 0.000118
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x557173608440 void 0.000117
+gallium_dri.so malloc 72 0x557173608630 0.000118
+gallium_dri.so free 0x557173608740 void 0.000119
+gallium_dri.so free 0x557173608630 void 0.000118
+gallium_dri.so malloc 72 0x5571736086f0 0.000119
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x5571736086f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608810 0.000117
+gallium_dri.so free 0x557173608880 void 0.000119
+gallium_dri.so free 0x557173608810 void 0.000117
+gallium_dri.so malloc 72 0x5571736088a0 0.000119
+gallium_dri.so free 0x557173608940 void 0.000120
+gallium_dri.so free 0x5571736088a0 void 0.000125
+gallium_dri.so malloc 72 0x5571736088f0 0.000132
+gallium_dri.so free 0x5571736089c0 void 0.000120
+gallium_dri.so free 0x5571736088f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736088f0 0.000118
+gallium_dri.so free 0x557173608a40 void 0.000119
+gallium_dri.so free 0x5571736088f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608a40 0.000119
+gallium_dri.so free 0x557173608b00 void 0.000118
+gallium_dri.so free 0x557173608a40 void 0.000118
+gallium_dri.so malloc 72 0x557173608a40 0.000119
+gallium_dri.so free 0x557173608c00 void 0.000120
+gallium_dri.so free 0x557173608a40 void 0.000118
+gallium_dri.so malloc 72 0x557173608bb0 0.000120
+gallium_dri.so free 0x557173608c40 void 0.000119
+gallium_dri.so free 0x557173608bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173608bb0 0.000118
+gallium_dri.so free 0x557173608d00 void 0.000118
+gallium_dri.so free 0x557173608bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173608d40 0.000120
+gallium_dri.so free 0x557173608dc0 void 0.000122
+gallium_dri.so free 0x557173608d40 void 0.000126
+gallium_dri.so malloc 72 0x557173608dc0 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000119
+gallium_dri.so free 0x557173608dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173608dc0 0.000119
+gallium_dri.so free 0x557173608f00 void 0.000118
+gallium_dri.so free 0x557173608dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173608f30 0.000117
+gallium_dri.so free 0x557173608f80 void 0.000118
+gallium_dri.so free 0x557173608f30 void 0.000123
+gallium_dri.so malloc 72 0x557173608f30 0.000119
+gallium_dri.so free 0x557173609080 void 0.000119
+gallium_dri.so free 0x557173608f30 void 0.000136
+gallium_dri.so malloc 72 0x5571736090c0 0.000121
+gallium_dri.so free 0x557173609140 void 0.000118
+gallium_dri.so free 0x5571736090c0 void 0.000118
+gallium_dri.so malloc 72 0x557173609140 0.000118
+gallium_dri.so free 0x557173609200 void 0.000121
+gallium_dri.so free 0x557173609140 void 0.000119
+gallium_dri.so malloc 72 0x557173609140 0.000122
+gallium_dri.so free 0x557173609280 void 0.000119
+gallium_dri.so free 0x557173609140 void 0.000119
+gallium_dri.so malloc 72 0x5571736092b0 0.000118
+gallium_dri.so free 0x557173609300 void 0.000119
+gallium_dri.so free 0x5571736092b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736092b0 0.000118
+gallium_dri.so free 0x557173609400 void 0.000119
+gallium_dri.so free 0x5571736092b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736093b0 0.000118
+gallium_dri.so free 0x5571736094c0 void 0.000117
+gallium_dri.so free 0x5571736093b0 void 0.000118
+gallium_dri.so malloc 72 0x557173609470 0.000118
+gallium_dri.so free 0x557173609540 void 0.000119
+gallium_dri.so free 0x557173609470 void 0.000119
+gallium_dri.so malloc 72 0x557173609470 0.000119
+gallium_dri.so free 0x557173609600 void 0.000118
+gallium_dri.so free 0x557173609470 void 0.000117
+gallium_dri.so malloc 72 0x557173609470 0.000118
+gallium_dri.so free 0x5571736096c0 void 0.000203
+gallium_dri.so free 0x557173609470 void 0.000121
+gallium_dri.so malloc 72 0x557173609670 0.000119
+gallium_dri.so free 0x557173609740 void 0.000121
+gallium_dri.so free 0x557173609670 void 0.000117
+gallium_dri.so malloc 72 0x557173609790 0.000116
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so free 0x557173609790 void 0.000114
+gallium_dri.so malloc 72 0x557173609820 0.000118
+gallium_dri.so free 0x5571736098c0 void 0.000118
+gallium_dri.so free 0x557173609820 void 0.000118
+gallium_dri.so malloc 72 0x557173609870 0.000119
+gallium_dri.so free 0x557173609940 void 0.000117
+gallium_dri.so free 0x557173609870 void 0.000122
+gallium_dri.so malloc 72 0x557173609940 0.000124
+gallium_dri.so free 0x557173609a00 void 0.000125
+gallium_dri.so free 0x557173609940 void 0.000124
+gallium_dri.so malloc 72 0x557173609940 0.000124
+gallium_dri.so free 0x557173609a80 void 0.000120
+gallium_dri.so free 0x557173609940 void 0.000119
+gallium_dri.so malloc 72 0x557173609a80 0.000118
+gallium_dri.so free 0x557173609b40 void 0.000119
+gallium_dri.so free 0x557173609a80 void 0.000119
+gallium_dri.so malloc 72 0x557173609a80 0.000117
+gallium_dri.so free 0x557173609c00 void 0.000118
+gallium_dri.so free 0x557173609a80 void 0.000128
+gallium_dri.so malloc 72 0x557173609a80 0.000118
+gallium_dri.so free 0x557173609cc0 void 0.000118
+gallium_dri.so free 0x557173609a80 void 0.000116
+gallium_dri.so malloc 72 0x557173609c70 0.000114
+gallium_dri.so free 0x557173609d40 void 0.000118
+gallium_dri.so free 0x557173609c70 void 0.000118
+gallium_dri.so malloc 72 0x557173609d90 0.000118
+gallium_dri.so free 0x557173609e00 void 0.000118
+gallium_dri.so free 0x557173609d90 void 0.000118
+gallium_dri.so malloc 72 0x557173609e40 0.000120
+gallium_dri.so free 0x557173609ec0 void 0.000118
+gallium_dri.so free 0x557173609e40 void 0.000118
+gallium_dri.so malloc 72 0x557173609e40 0.000117
+gallium_dri.so free 0x557173609f40 void 0.000119
+gallium_dri.so free 0x557173609e40 void 0.000115
+gallium_dri.so malloc 72 0x557173609f70 0.000117
+gallium_dri.so free 0x557173609fc0 void 0.000118
+gallium_dri.so free 0x557173609f70 void 0.000118
+gallium_dri.so malloc 72 0x557173609f70 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so free 0x557173609f70 void 0.000154
+gallium_dri.so malloc 72 0x55717360a070 0.000120
+gallium_dri.so free 0x55717360a180 void 0.000125
+gallium_dri.so free 0x55717360a070 void 0.000120
+gallium_dri.so malloc 72 0x55717360a130 0.000118
+gallium_dri.so free 0x55717360a1c0 void 0.000133
+gallium_dri.so free 0x55717360a130 void 0.000113
+gallium_dri.so malloc 72 0x55717360a130 0.000111
+gallium_dri.so free 0x55717360a280 void 0.000110
+gallium_dri.so free 0x55717360a130 void 0.000111
+gallium_dri.so malloc 72 0x55717360a2f0 0.000111
+gallium_dri.so free 0x55717360a340 void 0.000111
+gallium_dri.so free 0x55717360a2f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a2f0 0.000111
+gallium_dri.so free 0x55717360a440 void 0.000110
+gallium_dri.so free 0x55717360a2f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360a3f0 0.000110
+gallium_dri.so free 0x55717360a500 void 0.000112
+gallium_dri.so free 0x55717360a3f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a4b0 0.000110
+gallium_dri.so free 0x55717360a540 void 0.000109
+gallium_dri.so free 0x55717360a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a4b0 0.000110
+gallium_dri.so free 0x55717360a600 void 0.000110
+gallium_dri.so free 0x55717360a4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360a640 0.000112
+gallium_dri.so free 0x55717360a6c0 void 0.000115
+gallium_dri.so free 0x55717360a640 void 0.000120
+gallium_dri.so malloc 72 0x55717360a6c0 0.000116
+gallium_dri.so free 0x55717360a780 void 0.000113
+gallium_dri.so free 0x55717360a6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a6c0 0.000111
+gallium_dri.so free 0x55717360a840 void 0.000110
+gallium_dri.so free 0x55717360a6c0 void 0.000126
+gallium_dri.so malloc 72 0x55717360a860 0.000120
+gallium_dri.so free 0x55717360a900 void 0.000124
+gallium_dri.so free 0x55717360a860 void 0.000121
+gallium_dri.so malloc 72 0x55717360a8b0 0.000117
+gallium_dri.so free 0x55717360a980 void 0.000118
+gallium_dri.so free 0x55717360a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a8b0 0.000117
+gallium_dri.so free 0x55717360aa00 void 0.000117
+gallium_dri.so free 0x55717360a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360aa00 0.000119
+gallium_dri.so free 0x55717360aac0 void 0.000118
+gallium_dri.so free 0x55717360aa00 void 0.000118
+gallium_dri.so malloc 72 0x55717360aa00 0.000119
+gallium_dri.so free 0x55717360ab80 void 0.000118
+gallium_dri.so free 0x55717360aa00 void 0.000118
+gallium_dri.so malloc 72 0x55717360aa00 0.000116
+gallium_dri.so free 0x55717360ac40 void 0.000117
+gallium_dri.so free 0x55717360aa00 void 0.000118
+gallium_dri.so malloc 72 0x55717360abf0 0.000118
+gallium_dri.so free 0x55717360ad00 void 0.000118
+gallium_dri.so free 0x55717360abf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360acb0 0.000118
+gallium_dri.so free 0x55717360ad80 void 0.000119
+gallium_dri.so free 0x55717360acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360add0 0.000118
+gallium_dri.so free 0x55717360ae40 void 0.000127
+gallium_dri.so free 0x55717360add0 void 0.000123
+gallium_dri.so malloc 72 0x55717360ae60 0.000123
+gallium_dri.so free 0x55717360af00 void 0.000120
+gallium_dri.so free 0x55717360ae60 void 0.000118
+gallium_dri.so malloc 72 0x55717360aeb0 0.000119
+gallium_dri.so free 0x55717360af80 void 0.000118
+gallium_dri.so free 0x55717360aeb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360aeb0 0.000118
+gallium_dri.so free 0x55717360b000 void 0.000119
+gallium_dri.so free 0x55717360aeb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b000 0.000118
+gallium_dri.so free 0x55717360b0c0 void 0.000117
+gallium_dri.so free 0x55717360b000 void 0.000118
+gallium_dri.so malloc 72 0x55717360b000 0.000120
+gallium_dri.so free 0x55717360b1c0 void 0.000118
+gallium_dri.so free 0x55717360b000 void 0.000118
+gallium_dri.so malloc 72 0x55717360b170 0.000118
+gallium_dri.so free 0x55717360b200 void 0.000118
+gallium_dri.so free 0x55717360b170 void 0.000117
+gallium_dri.so malloc 72 0x55717360b170 0.000118
+gallium_dri.so free 0x55717360b2c0 void 0.000118
+gallium_dri.so free 0x55717360b170 void 0.000118
+gallium_dri.so malloc 72 0x55717360b300 0.000118
+gallium_dri.so free 0x55717360b380 void 0.000118
+gallium_dri.so free 0x55717360b300 void 0.000117
+gallium_dri.so malloc 72 0x55717360b380 0.000170
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x55717360b380 void 0.000118
+gallium_dri.so malloc 72 0x55717360b380 0.000117
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so free 0x55717360b380 void 0.000121
+gallium_dri.so malloc 72 0x55717360b4f0 0.000118
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so free 0x55717360b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b4f0 0.000118
+gallium_dri.so free 0x55717360b640 void 0.000119
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b680 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000118
+gallium_dri.so free 0x55717360b680 void 0.000118
+gallium_dri.so malloc 72 0x55717360b700 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000118
+gallium_dri.so malloc 72 0x55717360b700 0.000118
+gallium_dri.so free 0x55717360b840 void 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000117
+gallium_dri.so malloc 72 0x55717360b870 0.000122
+gallium_dri.so free 0x55717360b8c0 void 0.000142
+gallium_dri.so free 0x55717360b870 void 0.000121
+gallium_dri.so malloc 72 0x55717360b870 0.000119
+gallium_dri.so free 0x55717360b9c0 void 0.000118
+gallium_dri.so free 0x55717360b870 void 0.000129
+gallium_dri.so malloc 72 0x55717360b970 0.000119
+gallium_dri.so free 0x55717360ba80 void 0.000117
+gallium_dri.so free 0x55717360b970 void 0.000119
+gallium_dri.so malloc 72 0x55717360ba30 0.000117
+gallium_dri.so free 0x55717360bb00 void 0.000119
+gallium_dri.so free 0x55717360ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba30 0.000117
+gallium_dri.so free 0x55717360bbc0 void 0.000117
+gallium_dri.so free 0x55717360ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba30 0.000118
+gallium_dri.so free 0x55717360bc80 void 0.000118
+gallium_dri.so free 0x55717360ba30 void 0.000117
+gallium_dri.so malloc 72 0x55717360bc30 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000118
+gallium_dri.so free 0x55717360bc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360bd50 0.000119
+gallium_dri.so free 0x55717360bdc0 void 0.000118
+gallium_dri.so free 0x55717360bd50 void 0.000118
+gallium_dri.so malloc 72 0x55717360bde0 0.000118
+gallium_dri.so free 0x55717360be80 void 0.000118
+gallium_dri.so free 0x55717360bde0 void 0.000117
+gallium_dri.so malloc 72 0x55717360be30 0.000118
+gallium_dri.so free 0x55717360bf00 void 0.000120
+gallium_dri.so free 0x55717360be30 void 0.000116
+gallium_dri.so malloc 72 0x55717360bf00 0.000117
+gallium_dri.so free 0x55717360bfc0 void 0.000127
+gallium_dri.so free 0x55717360bf00 void 0.000118
+gallium_dri.so malloc 72 0x55717360bf00 0.000119
+gallium_dri.so free 0x55717360c040 void 0.000117
+gallium_dri.so free 0x55717360bf00 void 0.000122
+gallium_dri.so malloc 72 0x55717360c040 0.000119
+gallium_dri.so free 0x55717360c100 void 0.000118
+gallium_dri.so free 0x55717360c040 void 0.000119
+gallium_dri.so malloc 72 0x55717360c040 0.000118
+gallium_dri.so free 0x55717360c1c0 void 0.000119
+gallium_dri.so free 0x55717360c040 void 0.000118
+gallium_dri.so malloc 72 0x55717360c040 0.000118
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so free 0x55717360c040 void 0.000118
+gallium_dri.so malloc 72 0x55717360c230 0.000118
+gallium_dri.so free 0x55717360c300 void 0.000119
+gallium_dri.so free 0x55717360c230 void 0.000117
+gallium_dri.so malloc 72 0x55717360c350 0.000118
+gallium_dri.so free 0x55717360c3c0 void 0.000119
+gallium_dri.so free 0x55717360c350 void 0.000119
+gallium_dri.so malloc 72 0x55717360c400 0.000115
+gallium_dri.so free 0x55717360c480 void 0.000118
+gallium_dri.so free 0x55717360c400 void 0.000117
+gallium_dri.so malloc 72 0x55717360c400 0.000117
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so free 0x55717360c400 void 0.000118
+gallium_dri.so malloc 72 0x55717360c530 0.000117
+gallium_dri.so free 0x55717360c580 void 0.000125
+gallium_dri.so free 0x55717360c530 void 0.000119
+gallium_dri.so malloc 72 0x55717360c530 0.000117
+gallium_dri.so free 0x55717360c680 void 0.000118
+gallium_dri.so free 0x55717360c530 void 0.000117
+gallium_dri.so malloc 72 0x55717360c630 0.000118
+gallium_dri.so free 0x55717360c740 void 0.000118
+gallium_dri.so free 0x55717360c630 void 0.000118
+gallium_dri.so malloc 72 0x55717360c6f0 0.000118
+gallium_dri.so free 0x55717360c780 void 0.000119
+gallium_dri.so free 0x55717360c6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c6f0 0.000117
+gallium_dri.so free 0x55717360c840 void 0.000118
+gallium_dri.so free 0x55717360c6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c8b0 0.000120
+gallium_dri.so free 0x55717360c900 void 0.000118
+gallium_dri.so free 0x55717360c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c8b0 0.000118
+gallium_dri.so free 0x55717360ca00 void 0.000118
+gallium_dri.so free 0x55717360c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c9b0 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000118
+gallium_dri.so free 0x55717360c9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca70 0.000118
+gallium_dri.so free 0x55717360cb00 void 0.000118
+gallium_dri.so free 0x55717360ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca70 0.000128
+gallium_dri.so free 0x55717360cbc0 void 0.000119
+gallium_dri.so free 0x55717360ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717360cc00 0.000117
+gallium_dri.so free 0x55717360cc80 void 0.000119
+gallium_dri.so free 0x55717360cc00 void 0.000117
+gallium_dri.so malloc 72 0x55717360cc80 0.000118
+gallium_dri.so free 0x55717360cd40 void 0.000117
+gallium_dri.so free 0x55717360cc80 void 0.000118
+gallium_dri.so malloc 72 0x55717360cc80 0.000119
+gallium_dri.so free 0x55717360ce00 void 0.000118
+gallium_dri.so free 0x55717360cc80 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce20 0.000118
+gallium_dri.so free 0x55717360cec0 void 0.000123
+gallium_dri.so free 0x55717360ce20 void 0.000120
+gallium_dri.so malloc 72 0x55717360ce70 0.000119
+gallium_dri.so free 0x55717360cf40 void 0.000124
+gallium_dri.so free 0x55717360ce70 void 0.000124
+gallium_dri.so malloc 72 0x55717360ce70 0.000125
+gallium_dri.so free 0x55717360cfc0 void 0.000123
+gallium_dri.so free 0x55717360ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717360cfc0 0.000133
+gallium_dri.so free 0x55717360d080 void 0.000126
+gallium_dri.so free 0x55717360cfc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cfc0 0.000117
+gallium_dri.so free 0x55717360d140 void 0.000127
+gallium_dri.so free 0x55717360cfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cfc0 0.000117
+gallium_dri.so free 0x55717360d200 void 0.000118
+gallium_dri.so free 0x55717360cfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d1b0 0.000117
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so free 0x55717360d1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d270 0.000119
+gallium_dri.so free 0x55717360d340 void 0.000114
+gallium_dri.so free 0x55717360d270 void 0.000117
+gallium_dri.so malloc 72 0x55717360d390 0.000119
+gallium_dri.so free 0x55717360d400 void 0.000119
+gallium_dri.so free 0x55717360d390 void 0.000119
+gallium_dri.so malloc 72 0x55717360d420 0.000118
+gallium_dri.so free 0x55717360d4c0 void 0.000118
+gallium_dri.so free 0x55717360d420 void 0.000117
+gallium_dri.so malloc 72 0x55717360d470 0.000118
+gallium_dri.so free 0x55717360d540 void 0.000117
+gallium_dri.so free 0x55717360d470 void 0.000118
+gallium_dri.so malloc 72 0x55717360d470 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000119
+gallium_dri.so free 0x55717360d470 void 0.000119
+gallium_dri.so malloc 72 0x55717360d5c0 0.000118
+gallium_dri.so free 0x55717360d680 void 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d5c0 0.000165
+gallium_dri.so free 0x55717360d780 void 0.000111
+gallium_dri.so free 0x55717360d5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d730 0.000110
+gallium_dri.so free 0x55717360d7c0 void 0.000110
+gallium_dri.so free 0x55717360d730 void 0.000110
+gallium_dri.so malloc 72 0x55717360d730 0.000110
+gallium_dri.so free 0x55717360d880 void 0.000109
+gallium_dri.so free 0x55717360d730 void 0.000111
+gallium_dri.so malloc 72 0x55717360d8c0 0.000111
+gallium_dri.so free 0x55717360d940 void 0.000111
+gallium_dri.so free 0x55717360d8c0 void 0.000109
+gallium_dri.so malloc 72 0x55717360d940 0.000113
+gallium_dri.so free 0x55717360da00 void 0.000111
+gallium_dri.so free 0x55717360d940 void 0.000109
+gallium_dri.so malloc 72 0x55717360d940 0.000109
+gallium_dri.so free 0x55717360da80 void 0.000110
+gallium_dri.so free 0x55717360d940 void 0.000111
+gallium_dri.so malloc 72 0x55717360dab0 0.000109
+gallium_dri.so free 0x55717360db00 void 0.000112
+gallium_dri.so free 0x55717360dab0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dab0 0.000112
+gallium_dri.so free 0x55717360dc00 void 0.000110
+gallium_dri.so free 0x55717360dab0 void 0.000110
+gallium_dri.so malloc 72 0x55717360dc40 0.000109
+gallium_dri.so free 0x55717360dcc0 void 0.000110
+gallium_dri.so free 0x55717360dc40 void 0.000112
+gallium_dri.so malloc 72 0x55717360dcc0 0.000110
+gallium_dri.so free 0x55717360dd80 void 0.000143
+gallium_dri.so free 0x55717360dcc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360dcc0 0.000212
+gallium_dri.so free 0x55717360de00 void 0.000221
+gallium_dri.so free 0x55717360dcc0 void 0.000212
+gallium_dri.so malloc 72 0x55717360de30 0.000213
+gallium_dri.so free 0x55717360de80 void 0.000216
+gallium_dri.so free 0x55717360de30 void 0.000371
+gallium_dri.so malloc 72 0x55717360de30 0.000342
+gallium_dri.so free 0x55717360df80 void 0.000273
+gallium_dri.so free 0x55717360de30 void 0.000284
+gallium_dri.so malloc 72 0x55717360df30 0.000272
+gallium_dri.so free 0x55717360e040 void 0.000256
+gallium_dri.so free 0x55717360df30 void 0.000225
+gallium_dri.so malloc 72 0x55717360dff0 0.000226
+gallium_dri.so free 0x55717360e0c0 void 0.000201
+gallium_dri.so free 0x55717360dff0 void 0.000215
+gallium_dri.so malloc 72 0x55717360dff0 0.000193
+gallium_dri.so free 0x55717360e180 void 0.000178
+gallium_dri.so free 0x55717360dff0 void 0.000216
+gallium_dri.so malloc 72 0x55717360dff0 0.000220
+gallium_dri.so free 0x55717360e240 void 0.000216
+gallium_dri.so free 0x55717360dff0 void 0.000222
+gallium_dri.so malloc 72 0x55717360e1f0 0.000217
+gallium_dri.so free 0x55717360e2c0 void 0.000218
+gallium_dri.so free 0x55717360e1f0 void 0.000217
+gallium_dri.so malloc 72 0x55717360e310 0.000223
+gallium_dri.so free 0x55717360e380 void 0.000199
+gallium_dri.so free 0x55717360e310 void 0.000222
+gallium_dri.so malloc 72 0x55717360e3a0 0.000235
+gallium_dri.so free 0x55717360e440 void 0.000230
+gallium_dri.so free 0x55717360e3a0 void 0.000217
+gallium_dri.so malloc 72 0x55717360e3f0 0.000218
+gallium_dri.so free 0x55717360e4c0 void 0.000216
+gallium_dri.so free 0x55717360e3f0 void 0.000272
+gallium_dri.so malloc 72 0x55717360e4c0 0.000217
+gallium_dri.so free 0x55717360e580 void 0.000216
+gallium_dri.so free 0x55717360e4c0 void 0.000224
+gallium_dri.so malloc 72 0x55717360e4c0 0.000217
+gallium_dri.so free 0x55717360e600 void 0.000217
+gallium_dri.so free 0x55717360e4c0 void 0.000220
+gallium_dri.so malloc 72 0x55717360e600 0.000226
+gallium_dri.so free 0x55717360e6c0 void 0.000217
+gallium_dri.so free 0x55717360e600 void 0.000213
+gallium_dri.so malloc 72 0x55717360e600 0.000239
+gallium_dri.so free 0x55717360e780 void 0.000240
+gallium_dri.so free 0x55717360e600 void 0.000219
+gallium_dri.so malloc 72 0x55717360e600 0.000214
+gallium_dri.so free 0x55717360e840 void 0.000182
+gallium_dri.so free 0x55717360e600 void 0.000140
+gallium_dri.so malloc 72 0x55717360e7f0 0.000193
+gallium_dri.so free 0x55717360e8c0 void 0.000243
+gallium_dri.so free 0x55717360e7f0 void 0.000240
+gallium_dri.so malloc 72 0x55717360e910 0.000217
+gallium_dri.so free 0x55717360e980 void 0.000217
+gallium_dri.so free 0x55717360e910 void 0.000193
+gallium_dri.so malloc 72 0x55717360e9c0 0.000232
+gallium_dri.so free 0x55717360ea40 void 0.000240
+gallium_dri.so free 0x55717360e9c0 void 0.000260
+gallium_dri.so malloc 72 0x55717360e9c0 0.000239
+gallium_dri.so free 0x55717360eac0 void 0.000237
+gallium_dri.so free 0x55717360e9c0 void 0.000241
+gallium_dri.so malloc 72 0x55717360eaf0 0.000240
+gallium_dri.so free 0x55717360eb40 void 0.000217
+gallium_dri.so free 0x55717360eaf0 void 0.000234
+gallium_dri.so malloc 72 0x55717360eaf0 0.000217
+gallium_dri.so free 0x55717360ec40 void 0.000215
+gallium_dri.so free 0x55717360eaf0 void 0.000188
+gallium_dri.so malloc 72 0x55717360ebf0 0.000239
+gallium_dri.so free 0x55717360ed00 void 0.000238
+gallium_dri.so free 0x55717360ebf0 void 0.000303
+gallium_dri.so malloc 72 0x55717360ecb0 0.000296
+gallium_dri.so free 0x55717360ed40 void 0.000441
+gallium_dri.so free 0x55717360ecb0 void 0.000350
+gallium_dri.so malloc 72 0x55717360ecb0 0.000285
+gallium_dri.so free 0x55717360ee00 void 0.000285
+gallium_dri.so free 0x55717360ecb0 void 0.000292
+gallium_dri.so malloc 72 0x55717360ee70 0.000281
+gallium_dri.so free 0x55717360eec0 void 0.000278
+gallium_dri.so free 0x55717360ee70 void 0.000280
+gallium_dri.so malloc 72 0x55717360ee70 0.000231
+gallium_dri.so free 0x55717360efc0 void 0.000215
+gallium_dri.so free 0x55717360ee70 void 0.000233
+gallium_dri.so malloc 72 0x55717360ef70 0.000231
+gallium_dri.so free 0x55717360f080 void 0.000236
+gallium_dri.so free 0x55717360ef70 void 0.000230
+gallium_dri.so malloc 72 0x55717360f030 0.000234
+gallium_dri.so free 0x55717360f0c0 void 0.000207
+gallium_dri.so free 0x55717360f030 void 0.000243
+gallium_dri.so malloc 72 0x55717360f030 0.000209
+gallium_dri.so free 0x55717360f180 void 0.000207
+gallium_dri.so free 0x55717360f030 void 0.000229
+gallium_dri.so malloc 72 0x55717360f1c0 0.000190
+gallium_dri.so free 0x55717360f240 void 0.000284
+gallium_dri.so free 0x55717360f1c0 void 0.000231
+gallium_dri.so malloc 72 0x55717360f240 0.000277
+gallium_dri.so free 0x55717360f300 void 0.000288
+gallium_dri.so free 0x55717360f240 void 0.000298
+gallium_dri.so malloc 72 0x55717360f240 0.000278
+gallium_dri.so free 0x55717360f3c0 void 0.000280
+gallium_dri.so free 0x55717360f240 void 0.000180
+gallium_dri.so malloc 72 0x55717360f3e0 0.000136
+gallium_dri.so free 0x55717360f480 void 0.000147
+gallium_dri.so free 0x55717360f3e0 void 0.000168
+gallium_dri.so malloc 72 0x55717360f430 0.000267
+gallium_dri.so free 0x55717360f500 void 0.000267
+gallium_dri.so free 0x55717360f430 void 0.000266
+gallium_dri.so malloc 72 0x55717360f430 0.000168
+gallium_dri.so free 0x55717360f580 void 0.000271
+gallium_dri.so free 0x55717360f430 void 0.000218
+gallium_dri.so malloc 72 0x55717360f580 0.000165
+gallium_dri.so free 0x55717360f640 void 0.000305
+gallium_dri.so free 0x55717360f580 void 0.000266
+gallium_dri.so malloc 72 0x55717360f580 0.000265
+gallium_dri.so free 0x55717360f700 void 0.000245
+gallium_dri.so free 0x55717360f580 void 0.000241
+gallium_dri.so malloc 72 0x55717360f580 0.000242
+gallium_dri.so free 0x55717360f7c0 void 0.000169
+gallium_dri.so free 0x55717360f580 void 0.000139
+gallium_dri.so malloc 72 0x55717360f770 0.000135
+gallium_dri.so free 0x55717360f880 void 0.000137
+gallium_dri.so free 0x55717360f770 void 0.000131
+gallium_dri.so malloc 72 0x55717360f830 0.000133
+gallium_dri.so free 0x55717360f900 void 0.000137
+gallium_dri.so free 0x55717360f830 void 0.000138
+gallium_dri.so malloc 72 0x55717360f950 0.000135
+gallium_dri.so free 0x55717360f9c0 void 0.000151
+gallium_dri.so free 0x55717360f950 void 0.000138
+gallium_dri.so malloc 72 0x55717360f9e0 0.000135
+gallium_dri.so free 0x55717360fa80 void 0.000136
+gallium_dri.so free 0x55717360f9e0 void 0.000138
+gallium_dri.so malloc 72 0x55717360fa30 0.000137
+gallium_dri.so free 0x55717360fb00 void 0.000138
+gallium_dri.so free 0x55717360fa30 void 0.000137
+gallium_dri.so malloc 72 0x55717360fa30 0.000132
+gallium_dri.so free 0x55717360fb80 void 0.000132
+gallium_dri.so free 0x55717360fa30 void 0.000138
+gallium_dri.so malloc 72 0x55717360fb80 0.000132
+gallium_dri.so free 0x55717360fc40 void 0.000127
+gallium_dri.so free 0x55717360fb80 void 0.000131
+gallium_dri.so malloc 72 0x55717360fb80 0.000131
+gallium_dri.so free 0x55717360fd40 void 0.000128
+gallium_dri.so free 0x55717360fb80 void 0.000125
+gallium_dri.so malloc 72 0x55717360fcf0 0.000152
+gallium_dri.so free 0x55717360fd80 void 0.000139
+gallium_dri.so free 0x55717360fcf0 void 0.000144
+gallium_dri.so malloc 72 0x55717360fcf0 0.000158
+gallium_dri.so free 0x55717360fe40 void 0.000137
+gallium_dri.so free 0x55717360fcf0 void 0.000138
+gallium_dri.so malloc 72 0x55717360fe80 0.000136
+gallium_dri.so free 0x55717360ff00 void 0.000132
+gallium_dri.so free 0x55717360fe80 void 0.000125
+gallium_dri.so malloc 72 0x55717360ff00 0.000130
+gallium_dri.so free 0x55717360ffc0 void 0.000137
+gallium_dri.so free 0x55717360ff00 void 0.000132
+gallium_dri.so malloc 72 0x55717360ff00 0.000125
+gallium_dri.so free 0x557173610040 void 0.000125
+gallium_dri.so free 0x55717360ff00 void 0.000132
+gallium_dri.so malloc 72 0x557173610070 0.000137
+gallium_dri.so free 0x5571736100c0 void 0.000138
+gallium_dri.so free 0x557173610070 void 0.000233
+gallium_dri.so malloc 72 0x557173610070 0.000248
+gallium_dri.so free 0x5571736101c0 void 0.000243
+gallium_dri.so free 0x557173610070 void 0.000171
+gallium_dri.so malloc 72 0x557173610200 0.000170
+gallium_dri.so free 0x557173610280 void 0.000140
+gallium_dri.so free 0x557173610200 void 0.000137
+gallium_dri.so malloc 72 0x557173610280 0.000138
+gallium_dri.so free 0x557173610340 void 0.000130
+gallium_dri.so free 0x557173610280 void 0.000130
+gallium_dri.so malloc 72 0x557173610280 0.000128
+gallium_dri.so free 0x5571736103c0 void 0.000130
+gallium_dri.so free 0x557173610280 void 0.000129
+gallium_dri.so malloc 72 0x5571736103f0 0.000129
+gallium_dri.so free 0x557173610440 void 0.000126
+gallium_dri.so free 0x5571736103f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736103f0 0.000124
+gallium_dri.so free 0x557173610540 void 0.000121
+gallium_dri.so free 0x5571736103f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736104f0 0.000125
+gallium_dri.so free 0x557173610600 void 0.000121
+gallium_dri.so free 0x5571736104f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736105b0 0.000130
+gallium_dri.so free 0x557173610680 void 0.000124
+gallium_dri.so free 0x5571736105b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736105b0 0.000131
+gallium_dri.so free 0x557173610740 void 0.000175
+gallium_dri.so free 0x5571736105b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736105b0 0.000129
+gallium_dri.so free 0x557173610800 void 0.000125
+gallium_dri.so free 0x5571736105b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736107b0 0.000125
+gallium_dri.so free 0x557173610880 void 0.000129
+gallium_dri.so free 0x5571736107b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736108d0 0.000123
+gallium_dri.so free 0x557173610940 void 0.000121
+gallium_dri.so free 0x5571736108d0 void 0.000120
+gallium_dri.so malloc 72 0x557173610960 0.000125
+gallium_dri.so free 0x557173610a00 void 0.000129
+gallium_dri.so free 0x557173610960 void 0.000130
+gallium_dri.so malloc 72 0x5571736109b0 0.000129
+gallium_dri.so free 0x557173610a80 void 0.000126
+gallium_dri.so free 0x5571736109b0 void 0.000118
+gallium_dri.so malloc 72 0x557173610a80 0.000125
+gallium_dri.so free 0x557173610b40 void 0.000130
+gallium_dri.so free 0x557173610a80 void 0.000130
+gallium_dri.so malloc 72 0x557173610a80 0.000130
+gallium_dri.so free 0x557173610bc0 void 0.000140
+gallium_dri.so free 0x557173610a80 void 0.000244
+gallium_dri.so malloc 72 0x557173610bc0 0.000310
+gallium_dri.so free 0x557173610c80 void 0.000321
+gallium_dri.so free 0x557173610bc0 void 0.000257
+gallium_dri.so malloc 72 0x557173610bc0 0.000219
+gallium_dri.so free 0x557173610d40 void 0.000222
+gallium_dri.so free 0x557173610bc0 void 0.000223
+gallium_dri.so malloc 72 0x557173610bc0 0.000222
+gallium_dri.so free 0x557173610e00 void 0.000202
+gallium_dri.so free 0x557173610bc0 void 0.000204
+gallium_dri.so malloc 72 0x557173610db0 0.000202
+gallium_dri.so free 0x557173610e80 void 0.000120
+gallium_dri.so free 0x557173610db0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ed0 0.000116
+gallium_dri.so free 0x557173610f40 void 0.000146
+gallium_dri.so free 0x557173610ed0 void 0.000134
+gallium_dri.so malloc 72 0x557173610f80 0.000125
+gallium_dri.so free 0x557173611000 void 0.000125
+gallium_dri.so free 0x557173610f80 void 0.000125
+gallium_dri.so malloc 72 0x557173610f80 0.000120
+gallium_dri.so free 0x557173611080 void 0.000120
+gallium_dri.so free 0x557173610f80 void 0.000118
+gallium_dri.so malloc 72 0x5571736110b0 0.000117
+gallium_dri.so free 0x557173611100 void 0.000117
+gallium_dri.so free 0x5571736110b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736110b0 0.000118
+gallium_dri.so free 0x557173611200 void 0.000118
+gallium_dri.so free 0x5571736110b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736111b0 0.000119
+gallium_dri.so free 0x5571736112c0 void 0.000118
+gallium_dri.so free 0x5571736111b0 void 0.000117
+gallium_dri.so malloc 72 0x557173611270 0.000118
+gallium_dri.so free 0x557173611300 void 0.000118
+gallium_dri.so free 0x557173611270 void 0.000118
+gallium_dri.so malloc 72 0x557173611270 0.000118
+gallium_dri.so free 0x5571736113c0 void 0.000118
+gallium_dri.so free 0x557173611270 void 0.000117
+gallium_dri.so malloc 72 0x557173611430 0.000116
+gallium_dri.so free 0x557173611480 void 0.000249
+gallium_dri.so free 0x557173611430 void 0.000219
+gallium_dri.so malloc 72 0x557173611430 0.000217
+gallium_dri.so free 0x557173611580 void 0.000127
+gallium_dri.so free 0x557173611430 void 0.000121
+gallium_dri.so malloc 72 0x557173611530 0.000123
+gallium_dri.so free 0x557173611640 void 0.000122
+gallium_dri.so free 0x557173611530 void 0.000121
+gallium_dri.so malloc 72 0x5571736115f0 0.000121
+gallium_dri.so free 0x557173611680 void 0.000120
+gallium_dri.so free 0x5571736115f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736115f0 0.000122
+gallium_dri.so free 0x557173611740 void 0.000122
+gallium_dri.so free 0x5571736115f0 void 0.000120
+gallium_dri.so malloc 72 0x557173611780 0.000122
+gallium_dri.so free 0x557173611800 void 0.000121
+gallium_dri.so free 0x557173611780 void 0.000120
+gallium_dri.so malloc 72 0x557173611800 0.000122
+gallium_dri.so free 0x5571736118c0 void 0.000121
+gallium_dri.so free 0x557173611800 void 0.000122
+gallium_dri.so malloc 72 0x557173611800 0.000120
+gallium_dri.so free 0x557173611980 void 0.000121
+gallium_dri.so free 0x557173611800 void 0.000121
+gallium_dri.so malloc 72 0x5571736119a0 0.000121
+gallium_dri.so free 0x557173611a40 void 0.000132
+gallium_dri.so free 0x5571736119a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736119f0 0.000122
+gallium_dri.so free 0x557173611ac0 void 0.000122
+gallium_dri.so free 0x5571736119f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736119f0 0.000120
+gallium_dri.so free 0x557173611b40 void 0.000122
+gallium_dri.so free 0x5571736119f0 void 0.000119
+gallium_dri.so malloc 72 0x557173611b40 0.000120
+gallium_dri.so free 0x557173611c00 void 0.000122
+gallium_dri.so free 0x557173611b40 void 0.000128
+gallium_dri.so malloc 72 0x557173611b40 0.000117
+gallium_dri.so free 0x557173611cc0 void 0.000114
+gallium_dri.so free 0x557173611b40 void 0.000114
+gallium_dri.so malloc 72 0x557173611b40 0.000116
+gallium_dri.so free 0x557173611d80 void 0.000116
+gallium_dri.so free 0x557173611b40 void 0.000115
+gallium_dri.so malloc 72 0x557173611d30 0.000119
+gallium_dri.so free 0x557173611e40 void 0.000114
+gallium_dri.so free 0x557173611d30 void 0.000115
+gallium_dri.so malloc 72 0x557173611df0 0.000113
+gallium_dri.so free 0x557173611ec0 void 0.000115
+gallium_dri.so free 0x557173611df0 void 0.000114
+gallium_dri.so malloc 72 0x557173611f10 0.000116
+gallium_dri.so free 0x557173611f80 void 0.000116
+gallium_dri.so free 0x557173611f10 void 0.000117
+gallium_dri.so malloc 72 0x557173611fa0 0.000114
+gallium_dri.so free 0x557173612040 void 0.000118
+gallium_dri.so free 0x557173611fa0 void 0.000117
+gallium_dri.so malloc 72 0x557173611ff0 0.000116
+gallium_dri.so free 0x5571736120c0 void 0.000115
+gallium_dri.so free 0x557173611ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173611ff0 0.000116
+gallium_dri.so free 0x557173612140 void 0.000115
+gallium_dri.so free 0x557173611ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173612140 0.000115
+gallium_dri.so free 0x557173612200 void 0.000116
+gallium_dri.so free 0x557173612140 void 0.000116
+gallium_dri.so malloc 72 0x557173612140 0.000116
+gallium_dri.so free 0x557173612300 void 0.000116
+gallium_dri.so free 0x557173612140 void 0.000114
+gallium_dri.so malloc 72 0x5571736122b0 0.000114
+gallium_dri.so free 0x557173612340 void 0.000116
+gallium_dri.so free 0x5571736122b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736122b0 0.000114
+gallium_dri.so free 0x557173612400 void 0.000115
+gallium_dri.so free 0x5571736122b0 void 0.000116
+gallium_dri.so malloc 72 0x557173612440 0.000113
+gallium_dri.so free 0x5571736124c0 void 0.000116
+gallium_dri.so free 0x557173612440 void 0.000113
+gallium_dri.so malloc 72 0x5571736124c0 0.000114
+gallium_dri.so free 0x557173612580 void 0.000115
+gallium_dri.so free 0x5571736124c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736124c0 0.000125
+gallium_dri.so free 0x557173612600 void 0.000153
+gallium_dri.so free 0x5571736124c0 void 0.000118
+gallium_dri.so malloc 72 0x557173612630 0.000115
+gallium_dri.so free 0x557173612680 void 0.000115
+gallium_dri.so free 0x557173612630 void 0.000113
+gallium_dri.so malloc 72 0x557173612630 0.000116
+gallium_dri.so free 0x557173612780 void 0.000115
+gallium_dri.so free 0x557173612630 void 0.000116
+gallium_dri.so malloc 72 0x5571736127c0 0.000114
+gallium_dri.so free 0x557173612840 void 0.000117
+gallium_dri.so free 0x5571736127c0 void 0.000115
+gallium_dri.so malloc 72 0x557173612840 0.000113
+gallium_dri.so free 0x557173612900 void 0.000115
+gallium_dri.so free 0x557173612840 void 0.000114
+gallium_dri.so malloc 72 0x557173612840 0.000115
+gallium_dri.so free 0x557173612980 void 0.000115
+gallium_dri.so free 0x557173612840 void 0.000114
+gallium_dri.so malloc 72 0x5571736129b0 0.000114
+gallium_dri.so free 0x557173612a00 void 0.000115
+gallium_dri.so free 0x5571736129b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736129b0 0.000114
+gallium_dri.so free 0x557173612b00 void 0.000114
+gallium_dri.so free 0x5571736129b0 void 0.000114
+gallium_dri.so malloc 72 0x557173612ab0 0.000116
+gallium_dri.so free 0x557173612bc0 void 0.000115
+gallium_dri.so free 0x557173612ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173612b70 0.000132
+gallium_dri.so free 0x557173612c40 void 0.000119
+gallium_dri.so free 0x557173612b70 void 0.000117
+gallium_dri.so malloc 72 0x557173612b70 0.000115
+gallium_dri.so free 0x557173612d00 void 0.000116
+gallium_dri.so free 0x557173612b70 void 0.000114
+gallium_dri.so malloc 72 0x557173612b70 0.000115
+gallium_dri.so free 0x557173612dc0 void 0.000115
+gallium_dri.so free 0x557173612b70 void 0.000114
+gallium_dri.so malloc 72 0x557173612d70 0.000115
+gallium_dri.so free 0x557173612e40 void 0.000115
+gallium_dri.so free 0x557173612d70 void 0.000114
+gallium_dri.so malloc 72 0x557173612e90 0.000114
+gallium_dri.so free 0x557173612f00 void 0.000115
+gallium_dri.so free 0x557173612e90 void 0.000114
+gallium_dri.so malloc 72 0x557173612f20 0.000115
+gallium_dri.so free 0x557173612fc0 void 0.000116
+gallium_dri.so free 0x557173612f20 void 0.000114
+gallium_dri.so malloc 72 0x557173612f70 0.000115
+gallium_dri.so free 0x557173613040 void 0.000116
+gallium_dri.so free 0x557173612f70 void 0.000115
+gallium_dri.so malloc 72 0x557173613040 0.000113
+gallium_dri.so free 0x557173613100 void 0.000116
+gallium_dri.so free 0x557173613040 void 0.000114
+gallium_dri.so malloc 72 0x557173613040 0.000115
+gallium_dri.so free 0x557173613180 void 0.000115
+gallium_dri.so free 0x557173613040 void 0.000114
+gallium_dri.so malloc 72 0x557173613180 0.000174
+gallium_dri.so free 0x557173613240 void 0.000116
+gallium_dri.so free 0x557173613180 void 0.000116
+gallium_dri.so malloc 72 0x557173613180 0.000113
+gallium_dri.so free 0x557173613300 void 0.000115
+gallium_dri.so free 0x557173613180 void 0.000115
+gallium_dri.so malloc 72 0x557173613180 0.000114
+gallium_dri.so free 0x5571736133c0 void 0.000117
+gallium_dri.so free 0x557173613180 void 0.000116
+gallium_dri.so malloc 72 0x557173613370 0.000115
+gallium_dri.so free 0x557173613440 void 0.000115
+gallium_dri.so free 0x557173613370 void 0.000114
+gallium_dri.so malloc 72 0x557173613490 0.000115
+gallium_dri.so free 0x557173613500 void 0.000115
+gallium_dri.so free 0x557173613490 void 0.000116
+gallium_dri.so malloc 72 0x557173613540 0.000114
+gallium_dri.so free 0x5571736135c0 void 0.000114
+gallium_dri.so free 0x557173613540 void 0.000114
+gallium_dri.so malloc 72 0x557173613540 0.000116
+gallium_dri.so free 0x557173613640 void 0.000116
+gallium_dri.so free 0x557173613540 void 0.000117
+gallium_dri.so malloc 72 0x557173613670 0.000115
+gallium_dri.so free 0x5571736136c0 void 0.000115
+gallium_dri.so free 0x557173613670 void 0.000116
+gallium_dri.so malloc 72 0x557173613670 0.000113
+gallium_dri.so free 0x5571736137c0 void 0.000114
+gallium_dri.so free 0x557173613670 void 0.000123
+gallium_dri.so malloc 72 0x557173613770 0.000116
+gallium_dri.so free 0x557173613880 void 0.000115
+gallium_dri.so free 0x557173613770 void 0.000114
+gallium_dri.so malloc 72 0x557173613830 0.000116
+gallium_dri.so free 0x5571736138c0 void 0.000115
+gallium_dri.so free 0x557173613830 void 0.000116
+gallium_dri.so malloc 72 0x557173613830 0.000114
+gallium_dri.so free 0x557173613980 void 0.000114
+gallium_dri.so free 0x557173613830 void 0.000114
+gallium_dri.so malloc 72 0x5571736139f0 0.000116
+gallium_dri.so free 0x557173613a40 void 0.000115
+gallium_dri.so free 0x5571736139f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736139f0 0.000113
+gallium_dri.so free 0x557173613b40 void 0.000116
+gallium_dri.so free 0x5571736139f0 void 0.000114
+gallium_dri.so malloc 72 0x557173613af0 0.000114
+gallium_dri.so free 0x557173613c00 void 0.000117
+gallium_dri.so free 0x557173613af0 void 0.000115
+gallium_dri.so malloc 72 0x557173613bb0 0.000115
+gallium_dri.so free 0x557173613c40 void 0.000116
+gallium_dri.so free 0x557173613bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613bb0 0.000113
+gallium_dri.so free 0x557173613d00 void 0.000115
+gallium_dri.so free 0x557173613bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613d40 0.000118
+gallium_dri.so free 0x557173613dc0 void 0.000116
+gallium_dri.so free 0x557173613d40 void 0.000114
+gallium_dri.so malloc 72 0x557173613dc0 0.000117
+gallium_dri.so free 0x557173613e80 void 0.000143
+gallium_dri.so free 0x557173613dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173613dc0 0.000115
+gallium_dri.so free 0x557173613f40 void 0.000117
+gallium_dri.so free 0x557173613dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173613f60 0.000114
+gallium_dri.so free 0x557173614000 void 0.000115
+gallium_dri.so free 0x557173613f60 void 0.000114
+gallium_dri.so malloc 72 0x557173613fb0 0.000117
+gallium_dri.so free 0x557173614080 void 0.000116
+gallium_dri.so free 0x557173613fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613fb0 0.000114
+gallium_dri.so free 0x557173614100 void 0.000114
+gallium_dri.so free 0x557173613fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173614100 0.000114
+gallium_dri.so free 0x5571736141c0 void 0.000116
+gallium_dri.so free 0x557173614100 void 0.000115
+gallium_dri.so malloc 72 0x557173614100 0.000115
+gallium_dri.so free 0x557173614280 void 0.000116
+gallium_dri.so free 0x557173614100 void 0.000115
+gallium_dri.so malloc 72 0x557173614100 0.000114
+gallium_dri.so free 0x557173614340 void 0.000115
+gallium_dri.so free 0x557173614100 void 0.000114
+gallium_dri.so malloc 72 0x5571736142f0 0.000116
+gallium_dri.so free 0x557173614400 void 0.000116
+gallium_dri.so free 0x5571736142f0 void 0.000164
+gallium_dri.so malloc 72 0x5571736143b0 0.000115
+gallium_dri.so free 0x557173614480 void 0.000114
+gallium_dri.so free 0x5571736143b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736144d0 0.000115
+gallium_dri.so free 0x557173614540 void 0.000117
+gallium_dri.so free 0x5571736144d0 void 0.000113
+gallium_dri.so malloc 72 0x557173614560 0.000115
+gallium_dri.so free 0x557173614600 void 0.000115
+gallium_dri.so free 0x557173614560 void 0.000115
+gallium_dri.so malloc 72 0x5571736145b0 0.000115
+gallium_dri.so free 0x557173614680 void 0.000115
+gallium_dri.so free 0x5571736145b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736145b0 0.000115
+gallium_dri.so free 0x557173614700 void 0.000114
+gallium_dri.so free 0x5571736145b0 void 0.000114
+gallium_dri.so malloc 72 0x557173614700 0.000115
+gallium_dri.so free 0x5571736147c0 void 0.000116
+gallium_dri.so free 0x557173614700 void 0.000114
+gallium_dri.so malloc 72 0x557173614700 0.000114
+gallium_dri.so free 0x5571736148c0 void 0.000116
+gallium_dri.so free 0x557173614700 void 0.000115
+gallium_dri.so malloc 72 0x557173614870 0.000116
+gallium_dri.so free 0x557173614900 void 0.000113
+gallium_dri.so free 0x557173614870 void 0.000114
+gallium_dri.so malloc 72 0x557173614870 0.000114
+gallium_dri.so free 0x5571736149c0 void 0.000115
+gallium_dri.so free 0x557173614870 void 0.000127
+gallium_dri.so malloc 72 0x557173614a00 0.000115
+gallium_dri.so free 0x557173614a80 void 0.000116
+gallium_dri.so free 0x557173614a00 void 0.000115
+gallium_dri.so malloc 72 0x557173614a80 0.000115
+gallium_dri.so free 0x557173614b40 void 0.000115
+gallium_dri.so free 0x557173614a80 void 0.000117
+gallium_dri.so malloc 72 0x557173614a80 0.000114
+gallium_dri.so free 0x557173614bc0 void 0.000114
+gallium_dri.so free 0x557173614a80 void 0.000114
+gallium_dri.so malloc 72 0x557173614bf0 0.000116
+gallium_dri.so free 0x557173614c40 void 0.000115
+gallium_dri.so free 0x557173614bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173614bf0 0.000115
+gallium_dri.so free 0x557173614d40 void 0.000117
+gallium_dri.so free 0x557173614bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173614d80 0.000114
+gallium_dri.so free 0x557173614e00 void 0.000116
+gallium_dri.so free 0x557173614d80 void 0.000113
+gallium_dri.so malloc 72 0x557173614e00 0.000115
+gallium_dri.so free 0x557173614ec0 void 0.000115
+gallium_dri.so free 0x557173614e00 void 0.000115
+gallium_dri.so malloc 72 0x557173614e00 0.000116
+gallium_dri.so free 0x557173614f40 void 0.000115
+gallium_dri.so free 0x557173614e00 void 0.000114
+gallium_dri.so malloc 72 0x557173614f70 0.000115
+gallium_dri.so free 0x557173614fc0 void 0.000116
+gallium_dri.so free 0x557173614f70 void 0.000127
+gallium_dri.so malloc 72 0x557173614f70 0.000115
+gallium_dri.so free 0x5571736150c0 void 0.000115
+gallium_dri.so free 0x557173614f70 void 0.000115
+gallium_dri.so malloc 72 0x557173615070 0.000115
+gallium_dri.so free 0x557173615180 void 0.000115
+gallium_dri.so free 0x557173615070 void 0.000114
+gallium_dri.so malloc 72 0x557173615130 0.000114
+gallium_dri.so free 0x557173615200 void 0.000115
+gallium_dri.so free 0x557173615130 void 0.000114
+gallium_dri.so malloc 72 0x557173615130 0.000116
+gallium_dri.so free 0x5571736152c0 void 0.000114
+gallium_dri.so free 0x557173615130 void 0.000116
+gallium_dri.so malloc 72 0x557173615130 0.000114
+gallium_dri.so free 0x557173615380 void 0.000114
+gallium_dri.so free 0x557173615130 void 0.000176
+gallium_dri.so malloc 72 0x557173615330 0.000181
+gallium_dri.so free 0x557173615400 void 0.000139
+gallium_dri.so free 0x557173615330 void 0.000115
+gallium_dri.so malloc 72 0x557173615450 0.000113
+gallium_dri.so free 0x5571736154c0 void 0.000114
+gallium_dri.so free 0x557173615450 void 0.000116
+gallium_dri.so malloc 72 0x5571736154e0 0.000115
+gallium_dri.so free 0x557173615580 void 0.000114
+gallium_dri.so free 0x5571736154e0 void 0.000114
+gallium_dri.so malloc 72 0x557173615530 0.000115
+gallium_dri.so free 0x557173615600 void 0.000163
+gallium_dri.so free 0x557173615530 void 0.000114
+gallium_dri.so malloc 72 0x557173615600 0.000146
+gallium_dri.so free 0x5571736156c0 void 0.000119
+gallium_dri.so free 0x557173615600 void 0.000115
+gallium_dri.so malloc 72 0x557173615600 0.000113
+gallium_dri.so free 0x557173615740 void 0.000116
+gallium_dri.so free 0x557173615600 void 0.000114
+gallium_dri.so malloc 72 0x557173615740 0.000115
+gallium_dri.so free 0x557173615800 void 0.000115
+gallium_dri.so free 0x557173615740 void 0.000115
+gallium_dri.so malloc 72 0x557173615740 0.000114
+gallium_dri.so free 0x5571736158c0 void 0.000116
+gallium_dri.so free 0x557173615740 void 0.000114
+gallium_dri.so malloc 72 0x557173615740 0.000115
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so free 0x557173615740 void 0.000114
+gallium_dri.so malloc 72 0x557173615930 0.000116
+gallium_dri.so free 0x557173615a00 void 0.000116
+gallium_dri.so free 0x557173615930 void 0.000115
+gallium_dri.so malloc 72 0x557173615a50 0.000115
+gallium_dri.so free 0x557173615ac0 void 0.000116
+gallium_dri.so free 0x557173615a50 void 0.000114
+gallium_dri.so malloc 72 0x557173615b00 0.000115
+gallium_dri.so free 0x557173615b80 void 0.000115
+gallium_dri.so free 0x557173615b00 void 0.000114
+gallium_dri.so malloc 72 0x557173615b00 0.000126
+gallium_dri.so free 0x557173615c00 void 0.000117
+gallium_dri.so free 0x557173615b00 void 0.000115
+gallium_dri.so malloc 72 0x557173615c30 0.000112
+gallium_dri.so free 0x557173615c80 void 0.000122
+gallium_dri.so free 0x557173615c30 void 0.000114
+gallium_dri.so malloc 72 0x557173615c30 0.000115
+gallium_dri.so free 0x557173615d80 void 0.000113
+gallium_dri.so free 0x557173615c30 void 0.000113
+gallium_dri.so malloc 72 0x557173615d30 0.000116
+gallium_dri.so free 0x557173615e40 void 0.000118
+gallium_dri.so free 0x557173615d30 void 0.000119
+gallium_dri.so malloc 72 0x557173615df0 0.000115
+gallium_dri.so free 0x557173615e80 void 0.000116
+gallium_dri.so free 0x557173615df0 void 0.000115
+gallium_dri.so malloc 72 0x557173615df0 0.000115
+gallium_dri.so free 0x557173615f40 void 0.000115
+gallium_dri.so free 0x557173615df0 void 0.000113
+gallium_dri.so malloc 72 0x557173615fb0 0.000116
+gallium_dri.so free 0x557173616000 void 0.000116
+gallium_dri.so free 0x557173615fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173615fb0 0.000114
+gallium_dri.so free 0x557173616100 void 0.000114
+gallium_dri.so free 0x557173615fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571736160b0 0.000116
+gallium_dri.so free 0x5571736161c0 void 0.000116
+gallium_dri.so free 0x5571736160b0 void 0.000114
+gallium_dri.so malloc 72 0x557173616170 0.000124
+gallium_dri.so free 0x557173616200 void 0.000116
+gallium_dri.so free 0x557173616170 void 0.000116
+gallium_dri.so malloc 72 0x557173616170 0.000114
+gallium_dri.so free 0x5571736162c0 void 0.000115
+gallium_dri.so free 0x557173616170 void 0.000115
+gallium_dri.so malloc 72 0x557173616300 0.000114
+gallium_dri.so free 0x557173616380 void 0.000116
+gallium_dri.so free 0x557173616300 void 0.000114
+gallium_dri.so malloc 72 0x557173616380 0.000116
+gallium_dri.so free 0x557173616440 void 0.000116
+gallium_dri.so free 0x557173616380 void 0.000115
+gallium_dri.so malloc 72 0x557173616380 0.000142
+gallium_dri.so free 0x557173616500 void 0.000118
+gallium_dri.so free 0x557173616380 void 0.000115
+gallium_dri.so malloc 72 0x557173616520 0.000116
+gallium_dri.so free 0x5571736165c0 void 0.000115
+gallium_dri.so free 0x557173616520 void 0.000114
+gallium_dri.so malloc 72 0x557173616570 0.000115
+gallium_dri.so free 0x557173616640 void 0.000116
+gallium_dri.so free 0x557173616570 void 0.000114
+gallium_dri.so malloc 72 0x557173616570 0.000115
+gallium_dri.so free 0x5571736166c0 void 0.000116
+gallium_dri.so free 0x557173616570 void 0.000113
+gallium_dri.so malloc 72 0x5571736166c0 0.000113
+gallium_dri.so free 0x557173616780 void 0.000115
+gallium_dri.so free 0x5571736166c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736166c0 0.000165
+gallium_dri.so free 0x557173616840 void 0.000116
+gallium_dri.so free 0x5571736166c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736166c0 0.000115
+gallium_dri.so free 0x557173616900 void 0.000116
+gallium_dri.so free 0x5571736166c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736168b0 0.000114
+gallium_dri.so free 0x5571736169c0 void 0.000114
+gallium_dri.so free 0x5571736168b0 void 0.000114
+gallium_dri.so malloc 72 0x557173616970 0.000115
+gallium_dri.so free 0x557173616a40 void 0.000115
+gallium_dri.so free 0x557173616970 void 0.000115
+gallium_dri.so malloc 72 0x557173616a90 0.000114
+gallium_dri.so free 0x557173616b00 void 0.000117
+gallium_dri.so free 0x557173616a90 void 0.000116
+gallium_dri.so malloc 72 0x557173616b20 0.000115
+gallium_dri.so free 0x557173616bc0 void 0.000115
+gallium_dri.so free 0x557173616b20 void 0.000114
+gallium_dri.so malloc 72 0x557173616b70 0.000115
+gallium_dri.so free 0x557173616c40 void 0.000116
+gallium_dri.so free 0x557173616b70 void 0.000120
+gallium_dri.so malloc 72 0x557173616b70 0.000115
+gallium_dri.so free 0x557173616cc0 void 0.000116
+gallium_dri.so free 0x557173616b70 void 0.000115
+gallium_dri.so malloc 72 0x557173616cc0 0.000115
+gallium_dri.so free 0x557173616d80 void 0.000114
+gallium_dri.so free 0x557173616cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173616cc0 0.000118
+gallium_dri.so free 0x557173616e80 void 0.000116
+gallium_dri.so free 0x557173616cc0 void 0.000116
+gallium_dri.so malloc 72 0x557173616e30 0.000115
+gallium_dri.so free 0x557173616ec0 void 0.000114
+gallium_dri.so free 0x557173616e30 void 0.000114
+gallium_dri.so malloc 72 0x557173616e30 0.000116
+gallium_dri.so free 0x557173616f80 void 0.000116
+gallium_dri.so free 0x557173616e30 void 0.000116
+gallium_dri.so malloc 72 0x557173616fc0 0.000114
+gallium_dri.so free 0x557173617040 void 0.000116
+gallium_dri.so free 0x557173616fc0 void 0.000115
+gallium_dri.so malloc 72 0x557173617040 0.000116
+gallium_dri.so free 0x557173617100 void 0.000114
+gallium_dri.so free 0x557173617040 void 0.000115
+gallium_dri.so malloc 72 0x557173617040 0.000115
+gallium_dri.so free 0x557173617180 void 0.000115
+gallium_dri.so free 0x557173617040 void 0.000115
+gallium_dri.so malloc 72 0x5571736171b0 0.000114
+gallium_dri.so free 0x557173617200 void 0.000115
+gallium_dri.so free 0x5571736171b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736171b0 0.000116
+gallium_dri.so free 0x557173617300 void 0.000115
+gallium_dri.so free 0x5571736171b0 void 0.000114
+gallium_dri.so malloc 72 0x557173617340 0.000113
+gallium_dri.so free 0x5571736173c0 void 0.000115
+gallium_dri.so free 0x557173617340 void 0.000121
+gallium_dri.so malloc 72 0x5571736173c0 0.000116
+gallium_dri.so free 0x557173617480 void 0.000116
+gallium_dri.so free 0x5571736173c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736173c0 0.000115
+gallium_dri.so free 0x557173617500 void 0.000114
+gallium_dri.so free 0x5571736173c0 void 0.000114
+gallium_dri.so malloc 72 0x557173617530 0.000115
+gallium_dri.so free 0x557173617580 void 0.000121
+gallium_dri.so free 0x557173617530 void 0.000124
+gallium_dri.so malloc 72 0x557173617530 0.000122
+gallium_dri.so free 0x557173617680 void 0.000118
+gallium_dri.so free 0x557173617530 void 0.000112
+gallium_dri.so malloc 72 0x557173617630 0.000114
+gallium_dri.so free 0x557173617740 void 0.000120
+gallium_dri.so free 0x557173617630 void 0.000119
+gallium_dri.so malloc 72 0x5571736176f0 0.000114
+gallium_dri.so free 0x5571736177c0 void 0.000114
+gallium_dri.so free 0x5571736176f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736176f0 0.000122
+gallium_dri.so free 0x557173617880 void 0.000123
+gallium_dri.so free 0x5571736176f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736176f0 0.000119
+gallium_dri.so free 0x557173617940 void 0.000120
+gallium_dri.so free 0x5571736176f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736178f0 0.000203
+gallium_dri.so free 0x5571736179c0 void 0.000162
+gallium_dri.so free 0x5571736178f0 void 0.000158
+gallium_dri.so malloc 72 0x557173617a10 0.000156
+gallium_dri.so free 0x557173617a80 void 0.000123
+gallium_dri.so free 0x557173617a10 void 0.000119
+gallium_dri.so malloc 72 0x557173617aa0 0.000115
+gallium_dri.so free 0x557173617b40 void 0.000114
+gallium_dri.so free 0x557173617aa0 void 0.000119
+gallium_dri.so malloc 72 0x557173617af0 0.000115
+gallium_dri.so free 0x557173617bc0 void 0.000122
+gallium_dri.so free 0x557173617af0 void 0.000124
+gallium_dri.so malloc 72 0x557173617bc0 0.000124
+gallium_dri.so free 0x557173617c80 void 0.000160
+gallium_dri.so free 0x557173617bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173617bc0 0.000119
+gallium_dri.so free 0x557173617d00 void 0.000122
+gallium_dri.so free 0x557173617bc0 void 0.000123
+gallium_dri.so malloc 72 0x557173617d00 0.000124
+gallium_dri.so free 0x557173617dc0 void 0.000120
+gallium_dri.so free 0x557173617d00 void 0.000113
+gallium_dri.so malloc 72 0x557173617d00 0.000114
+gallium_dri.so free 0x557173617e80 void 0.000126
+gallium_dri.so free 0x557173617d00 void 0.000115
+gallium_dri.so malloc 72 0x557173617d00 0.000117
+gallium_dri.so free 0x557173617f40 void 0.000118
+gallium_dri.so free 0x557173617d00 void 0.000113
+gallium_dri.so malloc 72 0x557173617ef0 0.000114
+gallium_dri.so free 0x557173617fc0 void 0.000120
+gallium_dri.so free 0x557173617ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173618010 0.000119
+gallium_dri.so free 0x557173618080 void 0.000115
+gallium_dri.so free 0x557173618010 void 0.000117
+gallium_dri.so malloc 72 0x5571736180c0 0.000124
+gallium_dri.so free 0x557173618140 void 0.000119
+gallium_dri.so free 0x5571736180c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736180c0 0.000124
+gallium_dri.so free 0x5571736181c0 void 0.000119
+gallium_dri.so free 0x5571736180c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736181f0 0.000123
+gallium_dri.so free 0x557173618240 void 0.000123
+gallium_dri.so free 0x5571736181f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736181f0 0.000123
+gallium_dri.so free 0x557173618340 void 0.000120
+gallium_dri.so free 0x5571736181f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736182f0 0.000131
+gallium_dri.so free 0x557173618400 void 0.000124
+gallium_dri.so free 0x5571736182f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736183b0 0.000123
+gallium_dri.so free 0x557173618440 void 0.000119
+gallium_dri.so free 0x5571736183b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736183b0 0.000119
+gallium_dri.so free 0x557173618500 void 0.000122
+gallium_dri.so free 0x5571736183b0 void 0.000124
+gallium_dri.so malloc 72 0x557173618570 0.000125
+gallium_dri.so free 0x5571736185c0 void 0.000124
+gallium_dri.so free 0x557173618570 void 0.000123
+gallium_dri.so malloc 72 0x557173618570 0.000119
+gallium_dri.so free 0x5571736186c0 void 0.000115
+gallium_dri.so free 0x557173618570 void 0.000112
+gallium_dri.so malloc 72 0x557173618670 0.000119
+gallium_dri.so free 0x557173618780 void 0.000121
+gallium_dri.so free 0x557173618670 void 0.000118
+gallium_dri.so malloc 72 0x557173618730 0.000124
+gallium_dri.so free 0x5571736187c0 void 0.000142
+gallium_dri.so free 0x557173618730 void 0.000126
+gallium_dri.so malloc 72 0x557173618730 0.000124
+gallium_dri.so free 0x557173618880 void 0.000158
+gallium_dri.so free 0x557173618730 void 0.000134
+gallium_dri.so malloc 72 0x5571736188c0 0.000131
+gallium_dri.so free 0x557173618940 void 0.000130
+gallium_dri.so free 0x5571736188c0 void 0.000130
+gallium_dri.so malloc 72 0x557173618940 0.000134
+gallium_dri.so free 0x557173618a00 void 0.000125
+gallium_dri.so free 0x557173618940 void 0.000125
+gallium_dri.so malloc 72 0x557173618940 0.000131
+gallium_dri.so free 0x557173618ac0 void 0.000130
+gallium_dri.so free 0x557173618940 void 0.000126
+gallium_dri.so malloc 72 0x557173618ae0 0.000125
+gallium_dri.so free 0x557173618b80 void 0.000124
+gallium_dri.so free 0x557173618ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173618b30 0.000120
+gallium_dri.so free 0x557173618c00 void 0.000121
+gallium_dri.so free 0x557173618b30 void 0.000119
+gallium_dri.so malloc 72 0x557173618b30 0.000121
+gallium_dri.so free 0x557173618c80 void 0.000120
+gallium_dri.so free 0x557173618b30 void 0.000125
+gallium_dri.so malloc 72 0x557173618c80 0.000129
+gallium_dri.so free 0x557173618d40 void 0.000129
+gallium_dri.so free 0x557173618c80 void 0.000128
+gallium_dri.so malloc 72 0x557173618c80 0.000127
+gallium_dri.so free 0x557173618e00 void 0.000128
+gallium_dri.so free 0x557173618c80 void 0.000131
+gallium_dri.so malloc 72 0x557173618c80 0.000129
+gallium_dri.so free 0x557173618ec0 void 0.000123
+gallium_dri.so free 0x557173618c80 void 0.000121
+gallium_dri.so malloc 72 0x557173618e70 0.000125
+gallium_dri.so free 0x557173618f80 void 0.000130
+gallium_dri.so free 0x557173618e70 void 0.000132
+gallium_dri.so malloc 72 0x557173618f30 0.000130
+gallium_dri.so free 0x557173619000 void 0.000129
+gallium_dri.so free 0x557173618f30 void 0.000130
+gallium_dri.so malloc 72 0x557173619050 0.000123
+gallium_dri.so free 0x5571736190c0 void 0.000126
+gallium_dri.so free 0x557173619050 void 0.000132
+gallium_dri.so malloc 72 0x5571736190e0 0.000121
+gallium_dri.so free 0x557173619180 void 0.000121
+gallium_dri.so free 0x5571736190e0 void 0.000125
+gallium_dri.so malloc 72 0x557173619130 0.000124
+gallium_dri.so free 0x557173619200 void 0.000125
+gallium_dri.so free 0x557173619130 void 0.000132
+gallium_dri.so malloc 72 0x557173619130 0.000126
+gallium_dri.so free 0x557173619280 void 0.000130
+gallium_dri.so free 0x557173619130 void 0.000131
+gallium_dri.so malloc 72 0x557173619280 0.000158
+gallium_dri.so free 0x557173619340 void 0.000131
+gallium_dri.so free 0x557173619280 void 0.000129
+gallium_dri.so malloc 72 0x557173619280 0.000131
+gallium_dri.so free 0x557173619440 void 0.000124
+gallium_dri.so free 0x557173619280 void 0.000124
+gallium_dri.so malloc 72 0x5571736193f0 0.000129
+gallium_dri.so free 0x557173619480 void 0.000129
+gallium_dri.so free 0x5571736193f0 void 0.000163
+gallium_dri.so malloc 72 0x5571736193f0 0.000163
+gallium_dri.so free 0x557173619540 void 0.000129
+gallium_dri.so free 0x5571736193f0 void 0.000125
+gallium_dri.so malloc 72 0x557173619580 0.000121
+gallium_dri.so free 0x557173619600 void 0.000120
+gallium_dri.so free 0x557173619580 void 0.000130
+gallium_dri.so malloc 72 0x557173619600 0.000131
+gallium_dri.so free 0x5571736196c0 void 0.000131
+gallium_dri.so free 0x557173619600 void 0.000132
+gallium_dri.so malloc 72 0x557173619600 0.000162
+gallium_dri.so free 0x557173619740 void 0.000132
+gallium_dri.so free 0x557173619600 void 0.000129
+gallium_dri.so malloc 72 0x557173619770 0.000130
+gallium_dri.so free 0x5571736197c0 void 0.000124
+gallium_dri.so free 0x557173619770 void 0.000125
+gallium_dri.so malloc 72 0x557173619770 0.000130
+gallium_dri.so free 0x5571736198c0 void 0.000125
+gallium_dri.so free 0x557173619770 void 0.000125
+gallium_dri.so malloc 72 0x557173619900 0.000131
+gallium_dri.so free 0x557173619980 void 0.000132
+gallium_dri.so free 0x557173619900 void 0.000130
+gallium_dri.so malloc 72 0x557173619980 0.000126
+gallium_dri.so free 0x557173619a40 void 0.000121
+gallium_dri.so free 0x557173619980 void 0.000125
+gallium_dri.so malloc 72 0x557173619980 0.000124
+gallium_dri.so free 0x557173619ac0 void 0.000119
+gallium_dri.so free 0x557173619980 void 0.000125
+gallium_dri.so malloc 72 0x557173619af0 0.000130
+gallium_dri.so free 0x557173619b40 void 0.000141
+gallium_dri.so free 0x557173619af0 void 0.000129
+gallium_dri.so malloc 72 0x557173619af0 0.000128
+gallium_dri.so free 0x557173619c40 void 0.000123
+gallium_dri.so free 0x557173619af0 void 0.000121
+gallium_dri.so malloc 72 0x557173619bf0 0.000125
+gallium_dri.so free 0x557173619d00 void 0.000130
+gallium_dri.so free 0x557173619bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173619cb0 0.000130
+gallium_dri.so free 0x557173619d80 void 0.000124
+gallium_dri.so free 0x557173619cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173619cb0 0.000124
+gallium_dri.so free 0x557173619e40 void 0.000124
+gallium_dri.so free 0x557173619cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173619cb0 0.000119
+gallium_dri.so free 0x557173619f00 void 0.000119
+gallium_dri.so free 0x557173619cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173619eb0 0.000124
+gallium_dri.so free 0x557173619f80 void 0.000131
+gallium_dri.so free 0x557173619eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173619fd0 0.000129
+gallium_dri.so free 0x55717361a040 void 0.000129
+gallium_dri.so free 0x557173619fd0 void 0.000197
+gallium_dri.so malloc 72 0x55717361a060 0.000131
+gallium_dri.so free 0x55717361a100 void 0.000130
+gallium_dri.so free 0x55717361a060 void 0.000125
+gallium_dri.so malloc 72 0x55717361a0b0 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000126
+gallium_dri.so free 0x55717361a0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a180 0.000124
+gallium_dri.so free 0x55717361a240 void 0.000125
+gallium_dri.so free 0x55717361a180 void 0.000123
+gallium_dri.so malloc 72 0x55717361a180 0.000123
+gallium_dri.so free 0x55717361a2c0 void 0.000123
+gallium_dri.so free 0x55717361a180 void 0.000128
+gallium_dri.so malloc 72 0x55717361a2c0 0.000126
+gallium_dri.so free 0x55717361a380 void 0.000126
+gallium_dri.so free 0x55717361a2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a2c0 0.000125
+gallium_dri.so free 0x55717361a440 void 0.000124
+gallium_dri.so free 0x55717361a2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a2c0 0.000122
+gallium_dri.so free 0x55717361a500 void 0.000124
+gallium_dri.so free 0x55717361a2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a4b0 0.000126
+gallium_dri.so free 0x55717361a580 void 0.000124
+gallium_dri.so free 0x55717361a4b0 void 0.000136
+gallium_dri.so malloc 72 0x55717361a5d0 0.000123
+gallium_dri.so free 0x55717361a640 void 0.000117
+gallium_dri.so free 0x55717361a5d0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a680 0.000116
+gallium_dri.so free 0x55717361a700 void 0.000115
+gallium_dri.so free 0x55717361a680 void 0.000115
+gallium_dri.so malloc 72 0x55717361a680 0.000115
+gallium_dri.so free 0x55717361a780 void 0.000116
+gallium_dri.so free 0x55717361a680 void 0.000117
+gallium_dri.so malloc 72 0x55717361a7b0 0.000141
+gallium_dri.so free 0x55717361a800 void 0.000119
+gallium_dri.so free 0x55717361a7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a7b0 0.000116
+gallium_dri.so free 0x55717361a900 void 0.000115
+gallium_dri.so free 0x55717361a7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a8b0 0.000115
+gallium_dri.so free 0x55717361a9c0 void 0.000114
+gallium_dri.so free 0x55717361a8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a970 0.000117
+gallium_dri.so free 0x55717361aa00 void 0.000120
+gallium_dri.so free 0x55717361a970 void 0.000117
+gallium_dri.so malloc 72 0x55717361a970 0.000117
+gallium_dri.so free 0x55717361aac0 void 0.000116
+gallium_dri.so free 0x55717361a970 void 0.000116
+gallium_dri.so malloc 72 0x55717361ab30 0.000116
+gallium_dri.so free 0x55717361ab80 void 0.000115
+gallium_dri.so free 0x55717361ab30 void 0.000140
+gallium_dri.so malloc 72 0x55717361ab30 0.000132
+gallium_dri.so free 0x55717361ac80 void 0.000130
+gallium_dri.so free 0x55717361ab30 void 0.000124
+gallium_dri.so malloc 72 0x55717361ac30 0.000124
+gallium_dri.so free 0x55717361ad40 void 0.000128
+gallium_dri.so free 0x55717361ac30 void 0.000128
+gallium_dri.so malloc 72 0x55717361acf0 0.000131
+gallium_dri.so free 0x55717361ad80 void 0.000131
+gallium_dri.so free 0x55717361acf0 void 0.000129
+gallium_dri.so malloc 72 0x55717361acf0 0.000128
+gallium_dri.so free 0x55717361ae40 void 0.000129
+gallium_dri.so free 0x55717361acf0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ae80 0.000130
+gallium_dri.so free 0x55717361af00 void 0.000125
+gallium_dri.so free 0x55717361ae80 void 0.000124
+gallium_dri.so malloc 72 0x55717361af00 0.000129
+gallium_dri.so free 0x55717361afc0 void 0.000129
+gallium_dri.so free 0x55717361af00 void 0.000131
+gallium_dri.so malloc 72 0x55717361af00 0.000130
+gallium_dri.so free 0x55717361b080 void 0.000130
+gallium_dri.so free 0x55717361af00 void 0.000179
+gallium_dri.so malloc 72 0x55717361b0a0 0.000131
+gallium_dri.so free 0x55717361b140 void 0.000130
+gallium_dri.so free 0x55717361b0a0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b0f0 0.000125
+gallium_dri.so free 0x55717361b1c0 void 0.000125
+gallium_dri.so free 0x55717361b0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b0f0 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000125
+gallium_dri.so free 0x55717361b0f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b240 0.000125
+gallium_dri.so free 0x55717361b300 void 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000124
+gallium_dri.so malloc 72 0x55717361b240 0.000125
+gallium_dri.so free 0x55717361b3c0 void 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000122
+gallium_dri.so malloc 72 0x55717361b240 0.000124
+gallium_dri.so free 0x55717361b480 void 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000124
+gallium_dri.so malloc 72 0x55717361b430 0.000124
+gallium_dri.so free 0x55717361b540 void 0.000125
+gallium_dri.so free 0x55717361b430 void 0.000124
+gallium_dri.so malloc 72 0x55717361b4f0 0.000124
+gallium_dri.so free 0x55717361b5c0 void 0.000124
+gallium_dri.so free 0x55717361b4f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b610 0.000119
+gallium_dri.so free 0x55717361b680 void 0.000116
+gallium_dri.so free 0x55717361b610 void 0.000116
+gallium_dri.so malloc 72 0x55717361b6a0 0.000115
+gallium_dri.so free 0x55717361b740 void 0.000117
+gallium_dri.so free 0x55717361b6a0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b6f0 0.000117
+gallium_dri.so free 0x55717361b7c0 void 0.000115
+gallium_dri.so free 0x55717361b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b6f0 0.000115
+gallium_dri.so free 0x55717361b840 void 0.000116
+gallium_dri.so free 0x55717361b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b840 0.000116
+gallium_dri.so free 0x55717361b900 void 0.000117
+gallium_dri.so free 0x55717361b840 void 0.000115
+gallium_dri.so malloc 72 0x55717361b840 0.000115
+gallium_dri.so free 0x55717361ba00 void 0.000115
+gallium_dri.so free 0x55717361b840 void 0.000115
+gallium_dri.so malloc 72 0x55717361b9b0 0.000117
+gallium_dri.so free 0x55717361ba40 void 0.000115
+gallium_dri.so free 0x55717361b9b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361b9b0 0.000116
+gallium_dri.so free 0x55717361bb00 void 0.000115
+gallium_dri.so free 0x55717361b9b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361bb40 0.000115
+gallium_dri.so free 0x55717361bbc0 void 0.000117
+gallium_dri.so free 0x55717361bb40 void 0.000116
+gallium_dri.so malloc 72 0x55717361bbc0 0.000122
+gallium_dri.so free 0x55717361bc80 void 0.000126
+gallium_dri.so free 0x55717361bbc0 void 0.000130
+gallium_dri.so malloc 72 0x55717361bbc0 0.000128
+gallium_dri.so free 0x55717361bd00 void 0.000130
+gallium_dri.so free 0x55717361bbc0 void 0.000129
+gallium_dri.so malloc 72 0x55717361bd30 0.000124
+gallium_dri.so free 0x55717361bd80 void 0.000119
+gallium_dri.so free 0x55717361bd30 void 0.000124
+gallium_dri.so malloc 72 0x55717361bd30 0.000124
+gallium_dri.so free 0x55717361be80 void 0.000121
+gallium_dri.so free 0x55717361bd30 void 0.000150
+gallium_dri.so malloc 72 0x55717361bec0 0.000132
+gallium_dri.so free 0x55717361bf40 void 0.000163
+gallium_dri.so free 0x55717361bec0 void 0.000162
+gallium_dri.so malloc 72 0x55717361bf40 0.000130
+gallium_dri.so free 0x55717361c000 void 0.000123
+gallium_dri.so free 0x55717361bf40 void 0.000125
+gallium_dri.so malloc 72 0x55717361bf40 0.000130
+gallium_dri.so free 0x55717361c080 void 0.000130
+gallium_dri.so free 0x55717361bf40 void 0.000124
+gallium_dri.so malloc 72 0x55717361c0b0 0.000187
+gallium_dri.so free 0x55717361c100 void 0.000127
+gallium_dri.so free 0x55717361c0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c0b0 0.000114
+gallium_dri.so free 0x55717361c200 void 0.000121
+gallium_dri.so free 0x55717361c0b0 void 0.000293
+gallium_dri.so malloc 72 0x55717361c1b0 0.000289
+gallium_dri.so free 0x55717361c2c0 void 0.000306
+gallium_dri.so free 0x55717361c1b0 void 0.000196
+gallium_dri.so malloc 72 0x55717361c270 0.000285
+gallium_dri.so free 0x55717361c340 void 0.000125
+gallium_dri.so free 0x55717361c270 void 0.000120
+gallium_dri.so malloc 72 0x55717361c270 0.000114
+gallium_dri.so free 0x55717361c400 void 0.000115
+gallium_dri.so free 0x55717361c270 void 0.000119
+gallium_dri.so malloc 72 0x55717361c270 0.000124
+gallium_dri.so free 0x55717361c4c0 void 0.000124
+gallium_dri.so free 0x55717361c270 void 0.000119
+gallium_dri.so malloc 72 0x55717361c470 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000124
+gallium_dri.so free 0x55717361c470 void 0.000119
+gallium_dri.so malloc 72 0x55717361c590 0.000116
+gallium_dri.so free 0x55717361c600 void 0.000116
+gallium_dri.so free 0x55717361c590 void 0.000120
+gallium_dri.so malloc 72 0x55717361c620 0.000124
+gallium_dri.so free 0x55717361c6c0 void 0.000123
+gallium_dri.so free 0x55717361c620 void 0.000124
+gallium_dri.so malloc 72 0x55717361c670 0.000118
+gallium_dri.so free 0x55717361c740 void 0.000121
+gallium_dri.so free 0x55717361c670 void 0.000125
+gallium_dri.so malloc 72 0x55717361c740 0.000119
+gallium_dri.so free 0x55717361c800 void 0.000118
+gallium_dri.so free 0x55717361c740 void 0.000119
+gallium_dri.so malloc 72 0x55717361c740 0.000118
+gallium_dri.so free 0x55717361c880 void 0.000116
+gallium_dri.so free 0x55717361c740 void 0.000119
+gallium_dri.so malloc 72 0x55717361c880 0.000124
+gallium_dri.so free 0x55717361c940 void 0.000124
+gallium_dri.so free 0x55717361c880 void 0.000119
+gallium_dri.so malloc 72 0x55717361c880 0.000116
+gallium_dri.so free 0x55717361ca00 void 0.000119
+gallium_dri.so free 0x55717361c880 void 0.000124
+gallium_dri.so malloc 72 0x55717361c880 0.000119
+gallium_dri.so free 0x55717361cac0 void 0.000120
+gallium_dri.so free 0x55717361c880 void 0.000124
+gallium_dri.so malloc 72 0x55717361ca70 0.000125
+gallium_dri.so free 0x55717361cb40 void 0.000132
+gallium_dri.so free 0x55717361ca70 void 0.000125
+gallium_dri.so malloc 72 0x55717361cb90 0.000119
+gallium_dri.so free 0x55717361cc00 void 0.000115
+gallium_dri.so free 0x55717361cb90 void 0.000120
+gallium_dri.so malloc 72 0x55717361cc40 0.000125
+gallium_dri.so free 0x55717361ccc0 void 0.000119
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc40 0.000114
+gallium_dri.so free 0x55717361cd40 void 0.000118
+gallium_dri.so free 0x55717361cc40 void 0.000125
+gallium_dri.so malloc 72 0x55717361cd70 0.000124
+gallium_dri.so free 0x55717361cdc0 void 0.000119
+gallium_dri.so free 0x55717361cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717361cd70 0.000123
+gallium_dri.so free 0x55717361cec0 void 0.000123
+gallium_dri.so free 0x55717361cd70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ce70 0.000115
+gallium_dri.so free 0x55717361cf80 void 0.000114
+gallium_dri.so free 0x55717361ce70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cf30 0.000113
+gallium_dri.so free 0x55717361cfc0 void 0.000115
+gallium_dri.so free 0x55717361cf30 void 0.000112
+gallium_dri.so malloc 72 0x55717361cf30 0.000115
+gallium_dri.so free 0x55717361d080 void 0.000119
+gallium_dri.so free 0x55717361cf30 void 0.000119
+gallium_dri.so malloc 72 0x55717361d0f0 0.000121
+gallium_dri.so free 0x55717361d140 void 0.000124
+gallium_dri.so free 0x55717361d0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d0f0 0.000118
+gallium_dri.so free 0x55717361d240 void 0.000120
+gallium_dri.so free 0x55717361d0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d1f0 0.000118
+gallium_dri.so free 0x55717361d300 void 0.000120
+gallium_dri.so free 0x55717361d1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d2b0 0.000120
+gallium_dri.so free 0x55717361d340 void 0.000119
+gallium_dri.so free 0x55717361d2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d2b0 0.000118
+gallium_dri.so free 0x55717361d400 void 0.000121
+gallium_dri.so free 0x55717361d2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d440 0.000120
+gallium_dri.so free 0x55717361d4c0 void 0.000120
+gallium_dri.so free 0x55717361d440 void 0.000120
+gallium_dri.so malloc 72 0x55717361d4c0 0.000123
+gallium_dri.so free 0x55717361d580 void 0.000122
+gallium_dri.so free 0x55717361d4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d4c0 0.000121
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so free 0x55717361d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d660 0.000119
+gallium_dri.so free 0x55717361d700 void 0.000121
+gallium_dri.so free 0x55717361d660 void 0.000127
+gallium_dri.so malloc 72 0x55717361d6b0 0.000122
+gallium_dri.so free 0x55717361d780 void 0.000122
+gallium_dri.so free 0x55717361d6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d6b0 0.000121
+gallium_dri.so free 0x55717361d800 void 0.000122
+gallium_dri.so free 0x55717361d6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d800 0.000119
+gallium_dri.so free 0x55717361d8c0 void 0.000120
+gallium_dri.so free 0x55717361d800 void 0.000119
+gallium_dri.so malloc 72 0x55717361d800 0.000119
+gallium_dri.so free 0x55717361d980 void 0.000121
+gallium_dri.so free 0x55717361d800 void 0.000120
+gallium_dri.so malloc 72 0x55717361d800 0.000120
+gallium_dri.so free 0x55717361da40 void 0.000120
+gallium_dri.so free 0x55717361d800 void 0.000122
+gallium_dri.so malloc 72 0x55717361d9f0 0.000140
+gallium_dri.so free 0x55717361db00 void 0.000121
+gallium_dri.so free 0x55717361d9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361dab0 0.000119
+gallium_dri.so free 0x55717361db80 void 0.000120
+gallium_dri.so free 0x55717361dab0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dbd0 0.000121
+gallium_dri.so free 0x55717361dc40 void 0.000121
+gallium_dri.so free 0x55717361dbd0 void 0.000120
+gallium_dri.so malloc 72 0x55717361dc60 0.000120
+gallium_dri.so free 0x55717361dd00 void 0.000130
+gallium_dri.so free 0x55717361dc60 void 0.000120
+gallium_dri.so malloc 72 0x55717361dcb0 0.000118
+gallium_dri.so free 0x55717361dd80 void 0.000120
+gallium_dri.so free 0x55717361dcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361dcb0 0.000119
+gallium_dri.so free 0x55717361de00 void 0.000120
+gallium_dri.so free 0x55717361dcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361de00 0.000122
+gallium_dri.so free 0x55717361dec0 void 0.000120
+gallium_dri.so free 0x55717361de00 void 0.000120
+gallium_dri.so malloc 72 0x55717361de00 0.000120
+gallium_dri.so free 0x55717361dfc0 void 0.000122
+gallium_dri.so free 0x55717361de00 void 0.000118
+gallium_dri.so malloc 72 0x55717361df70 0.000126
+gallium_dri.so free 0x55717361e000 void 0.000116
+gallium_dri.so free 0x55717361df70 void 0.000114
+gallium_dri.so malloc 72 0x55717361df70 0.000112
+gallium_dri.so free 0x55717361e0c0 void 0.000116
+gallium_dri.so free 0x55717361df70 void 0.000113
+gallium_dri.so malloc 72 0x55717361e100 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000115
+gallium_dri.so free 0x55717361e100 void 0.000114
+gallium_dri.so malloc 72 0x55717361e180 0.000113
+gallium_dri.so free 0x55717361e240 void 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000114
+gallium_dri.so malloc 72 0x55717361e180 0.000113
+gallium_dri.so free 0x55717361e2c0 void 0.000162
+gallium_dri.so free 0x55717361e180 void 0.000115
+gallium_dri.so malloc 72 0x55717361e2f0 0.000114
+gallium_dri.so free 0x55717361e340 void 0.000114
+gallium_dri.so free 0x55717361e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e2f0 0.000112
+gallium_dri.so free 0x55717361e440 void 0.000114
+gallium_dri.so free 0x55717361e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e480 0.000115
+gallium_dri.so free 0x55717361e500 void 0.000114
+gallium_dri.so free 0x55717361e480 void 0.000113
+gallium_dri.so malloc 72 0x55717361e500 0.000114
+gallium_dri.so free 0x55717361e5c0 void 0.000115
+gallium_dri.so free 0x55717361e500 void 0.000114
+gallium_dri.so malloc 72 0x55717361e500 0.000113
+gallium_dri.so free 0x55717361e640 void 0.000116
+gallium_dri.so free 0x55717361e500 void 0.000116
+gallium_dri.so malloc 72 0x55717361e670 0.000115
+gallium_dri.so free 0x55717361e6c0 void 0.000113
+gallium_dri.so free 0x55717361e670 void 0.000114
+gallium_dri.so malloc 72 0x55717361e670 0.000114
+gallium_dri.so free 0x55717361e7c0 void 0.000114
+gallium_dri.so free 0x55717361e670 void 0.000115
+gallium_dri.so malloc 72 0x55717361e770 0.000114
+gallium_dri.so free 0x55717361e880 void 0.000115
+gallium_dri.so free 0x55717361e770 void 0.000113
+gallium_dri.so malloc 72 0x55717361e830 0.000114
+gallium_dri.so free 0x55717361e900 void 0.000152
+gallium_dri.so free 0x55717361e830 void 0.000116
+gallium_dri.so malloc 72 0x55717361e830 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000116
+gallium_dri.so free 0x55717361e830 void 0.000114
+gallium_dri.so malloc 72 0x55717361e830 0.000114
+gallium_dri.so free 0x55717361ea80 void 0.000114
+gallium_dri.so free 0x55717361e830 void 0.000114
+gallium_dri.so malloc 72 0x55717361ea30 0.000114
+gallium_dri.so free 0x55717361eb00 void 0.000115
+gallium_dri.so free 0x55717361ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb50 0.000114
+gallium_dri.so free 0x55717361ebc0 void 0.000117
+gallium_dri.so free 0x55717361eb50 void 0.000114
+gallium_dri.so malloc 72 0x55717361ebe0 0.000114
+gallium_dri.so free 0x55717361ec80 void 0.000115
+gallium_dri.so free 0x55717361ebe0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec30 0.000114
+gallium_dri.so free 0x55717361ed00 void 0.000115
+gallium_dri.so free 0x55717361ec30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ed00 0.000113
+gallium_dri.so free 0x55717361edc0 void 0.000115
+gallium_dri.so free 0x55717361ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ed00 0.000114
+gallium_dri.so free 0x55717361ee40 void 0.000118
+gallium_dri.so free 0x55717361ed00 void 0.000112
+gallium_dri.so malloc 72 0x55717361ee40 0.000113
+gallium_dri.so free 0x55717361ef00 void 0.000123
+gallium_dri.so free 0x55717361ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ee40 0.000113
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ee40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ee40 0.000114
+gallium_dri.so free 0x55717361f080 void 0.000115
+gallium_dri.so free 0x55717361ee40 void 0.000112
+gallium_dri.so malloc 72 0x55717361f030 0.000112
+gallium_dri.so free 0x55717361f100 void 0.000115
+gallium_dri.so free 0x55717361f030 void 0.000112
+gallium_dri.so malloc 72 0x55717361f150 0.000113
+gallium_dri.so free 0x55717361f1c0 void 0.000116
+gallium_dri.so free 0x55717361f150 void 0.000112
+gallium_dri.so malloc 72 0x55717361f200 0.000113
+gallium_dri.so free 0x55717361f280 void 0.000116
+gallium_dri.so free 0x55717361f200 void 0.000113
+gallium_dri.so malloc 72 0x55717361f200 0.000115
+gallium_dri.so free 0x55717361f300 void 0.000115
+gallium_dri.so free 0x55717361f200 void 0.000114
+gallium_dri.so malloc 72 0x55717361f330 0.000113
+gallium_dri.so free 0x55717361f380 void 0.000115
+gallium_dri.so free 0x55717361f330 void 0.000113
+gallium_dri.so malloc 72 0x55717361f330 0.000114
+gallium_dri.so free 0x55717361f480 void 0.000115
+gallium_dri.so free 0x55717361f330 void 0.000114
+gallium_dri.so malloc 72 0x55717361f430 0.000113
+gallium_dri.so free 0x55717361f540 void 0.000115
+gallium_dri.so free 0x55717361f430 void 0.000162
+gallium_dri.so malloc 72 0x55717361f4f0 0.000114
+gallium_dri.so free 0x55717361f580 void 0.000117
+gallium_dri.so free 0x55717361f4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f4f0 0.000114
+gallium_dri.so free 0x55717361f640 void 0.000114
+gallium_dri.so free 0x55717361f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f6b0 0.000113
+gallium_dri.so free 0x55717361f700 void 0.000114
+gallium_dri.so free 0x55717361f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f6b0 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000115
+gallium_dri.so free 0x55717361f6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f7b0 0.000115
+gallium_dri.so free 0x55717361f8c0 void 0.000114
+gallium_dri.so free 0x55717361f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f870 0.000113
+gallium_dri.so free 0x55717361f900 void 0.000114
+gallium_dri.so free 0x55717361f870 void 0.000113
+gallium_dri.so malloc 72 0x55717361f870 0.000114
+gallium_dri.so free 0x55717361f9c0 void 0.000114
+gallium_dri.so free 0x55717361f870 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa00 0.000114
+gallium_dri.so free 0x55717361fa80 void 0.000115
+gallium_dri.so free 0x55717361fa00 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa80 0.000114
+gallium_dri.so free 0x55717361fb40 void 0.000115
+gallium_dri.so free 0x55717361fa80 void 0.000126
+gallium_dri.so malloc 72 0x55717361fa80 0.000116
+gallium_dri.so free 0x55717361fc00 void 0.000115
+gallium_dri.so free 0x55717361fa80 void 0.000115
+gallium_dri.so malloc 72 0x55717361fc20 0.000115
+gallium_dri.so free 0x55717361fcc0 void 0.000114
+gallium_dri.so free 0x55717361fc20 void 0.000117
+gallium_dri.so malloc 72 0x55717361fc70 0.000115
+gallium_dri.so free 0x55717361fd40 void 0.000115
+gallium_dri.so free 0x55717361fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc70 0.000115
+gallium_dri.so free 0x55717361fdc0 void 0.000115
+gallium_dri.so free 0x55717361fc70 void 0.000114
+gallium_dri.so malloc 72 0x55717361fdc0 0.000116
+gallium_dri.so free 0x55717361fe80 void 0.000114
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fdc0 0.000112
+gallium_dri.so free 0x55717361ff40 void 0.000113
+gallium_dri.so free 0x55717361fdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdc0 0.000114
+gallium_dri.so free 0x557173620000 void 0.000116
+gallium_dri.so free 0x55717361fdc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ffb0 0.000115
+gallium_dri.so free 0x5571736200c0 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620070 0.000114
+gallium_dri.so free 0x557173620140 void 0.000113
+gallium_dri.so free 0x557173620070 void 0.000126
+gallium_dri.so malloc 72 0x557173620190 0.000115
+gallium_dri.so free 0x557173620200 void 0.000114
+gallium_dri.so free 0x557173620190 void 0.000113
+gallium_dri.so malloc 72 0x557173620220 0.000113
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620220 void 0.000113
+gallium_dri.so malloc 72 0x557173620270 0.000113
+gallium_dri.so free 0x557173620340 void 0.000115
+gallium_dri.so free 0x557173620270 void 0.000114
+gallium_dri.so malloc 72 0x557173620270 0.000114
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so free 0x557173620270 void 0.000114
+gallium_dri.so malloc 72 0x5571736203c0 0.000113
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736203c0 0.000115
+gallium_dri.so free 0x557173620580 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so malloc 72 0x557173620530 0.000113
+gallium_dri.so free 0x5571736205c0 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000114
+gallium_dri.so free 0x557173620680 void 0.000114
+gallium_dri.so free 0x557173620530 void 0.000115
+gallium_dri.so malloc 72 0x5571736206c0 0.000114
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x5571736206c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620740 0.000147
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000113
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so malloc 72 0x5571736208b0 0.000112
+gallium_dri.so free 0x557173620900 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736208b0 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000117
+gallium_dri.so free 0x5571736208b0 void 0.000122
+gallium_dri.so malloc 72 0x557173620a40 0.000117
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x557173620a40 void 0.000114
+gallium_dri.so malloc 72 0x557173620ac0 0.000113
+gallium_dri.so free 0x557173620b80 void 0.000114
+gallium_dri.so free 0x557173620ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173620ac0 0.000114
+gallium_dri.so free 0x557173620c00 void 0.000115
+gallium_dri.so free 0x557173620ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173620c30 0.000114
+gallium_dri.so free 0x557173620c80 void 0.000114
+gallium_dri.so free 0x557173620c30 void 0.000113
+gallium_dri.so malloc 72 0x557173620c30 0.000113
+gallium_dri.so free 0x557173620d80 void 0.000116
+gallium_dri.so free 0x557173620c30 void 0.000114
+gallium_dri.so malloc 72 0x557173620d30 0.000116
+gallium_dri.so free 0x557173620ec0 void 0.000114
+gallium_dri.so free 0x557173620d30 void 0.000113
+gallium_dri.so malloc 72 0x557173620d30 0.000115
+gallium_dri.so free 0x557173620f80 void 0.000114
+gallium_dri.so free 0x557173620d30 void 0.000113
+gallium_dri.so malloc 72 0x557173620fa0 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000118
+gallium_dri.so free 0x557173620fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf370 0.000117
+gallium_dri.so free 0x5571735bfc80 void 0.000116
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000116
+gallium_dri.so free 0x5571735bf4c0 void 0.000115
+gallium_dri.so free 0x5571735bfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf510 0.000112
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735bf510 void 0.000113
+gallium_dri.so malloc 72 0x5571735cadb0 0.000113
+gallium_dri.so free 0x5571735bf580 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000115
+gallium_dri.so free 0x5571735bf5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf600 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000114
+gallium_dri.so free 0x5571735bf600 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf880 0.000115
+gallium_dri.so free 0x5571735bf900 void 0.000115
+gallium_dri.so free 0x5571735bf880 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf900 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf900 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf900 0.000113
+gallium_dri.so free 0x5571735bfa40 void 0.000114
+gallium_dri.so free 0x5571735bf900 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfa70 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000115
+gallium_dri.so free 0x5571735bfa70 void 0.000115
+gallium_dri.so malloc 72 0x557173600ec0 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000116
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173600f40 0.000114
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so malloc 72 0x557173600f40 0.000116
+gallium_dri.so free 0x557173601080 void 0.000115
+gallium_dri.so free 0x557173600f40 void 0.000112
+gallium_dri.so malloc 72 0x557173600f40 0.000113
+gallium_dri.so free 0x557173601140 void 0.000113
+gallium_dri.so free 0x557173600f40 void 0.000112
+gallium_dri.so malloc 72 0x557173600f40 0.000114
+gallium_dri.so free 0x557173601200 void 0.000116
+gallium_dri.so free 0x557173600f40 void 0.000115
+gallium_dri.so malloc 72 0x5571736011b0 0.000120
+gallium_dri.so free 0x557173601280 void 0.000116
+gallium_dri.so free 0x5571736011b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736012d0 0.000115
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x5571736012d0 void 0.000114
+gallium_dri.so malloc 72 0x557173601360 0.000114
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x557173601360 void 0.000114
+gallium_dri.so malloc 72 0x5571736013b0 0.000115
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x557173601580 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601530 0.000113
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601530 void 0.000112
+gallium_dri.so malloc 72 0x557173601650 0.000113
+gallium_dri.so free 0x5571736016c0 void 0.000115
+gallium_dri.so free 0x557173601650 void 0.000113
+gallium_dri.so malloc 72 0x5571736016e0 0.000113
+gallium_dri.so free 0x557173601780 void 0.000114
+gallium_dri.so free 0x5571736016e0 void 0.000113
+gallium_dri.so malloc 72 0x557173601730 0.000113
+gallium_dri.so free 0x557173601800 void 0.000116
+gallium_dri.so free 0x557173601730 void 0.000113
+gallium_dri.so malloc 72 0x557173601730 0.000133
+gallium_dri.so free 0x557173601880 void 0.000115
+gallium_dri.so free 0x557173601730 void 0.000114
+gallium_dri.so malloc 72 0x557173601880 0.000112
+gallium_dri.so free 0x557173601940 void 0.000116
+gallium_dri.so free 0x557173601880 void 0.000140
+gallium_dri.so malloc 72 0x557173601880 0.000114
+gallium_dri.so free 0x557173601a40 void 0.000114
+gallium_dri.so free 0x557173601880 void 0.000115
+gallium_dri.so malloc 72 0x557173601880 0.000112
+gallium_dri.so free 0x557173601ac0 void 0.000115
+gallium_dri.so free 0x557173601880 void 0.000114
+gallium_dri.so malloc 72 0x557173601af0 0.000113
+gallium_dri.so free 0x557173601b40 void 0.000114
+gallium_dri.so free 0x557173601af0 void 0.000114
+gallium_dri.so malloc 72 0x557173601af0 0.000118
+gallium_dri.so free 0x557173601c40 void 0.000115
+gallium_dri.so free 0x557173601af0 void 0.000112
+gallium_dri.so malloc 72 0x557173601bf0 0.000114
+gallium_dri.so free 0x557173601d00 void 0.000114
+gallium_dri.so free 0x557173601bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173601cb0 0.000114
+gallium_dri.so free 0x557173601d40 void 0.000115
+gallium_dri.so free 0x557173601cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173601cb0 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000114
+gallium_dri.so free 0x557173601cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173601e50 0.000126
+gallium_dri.so free 0x557173601ec0 void 0.000114
+gallium_dri.so free 0x557173601e50 void 0.000157
+gallium_dri.so malloc 72 0x557173601f00 0.000115
+gallium_dri.so free 0x557173601f80 void 0.000115
+gallium_dri.so free 0x557173601f00 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602040 void 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so malloc 72 0x557173601f80 0.000114
+gallium_dri.so free 0x5571736020c0 void 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x5571736020f0 0.000112
+gallium_dri.so free 0x557173602140 void 0.000114
+gallium_dri.so free 0x5571736020f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736020f0 0.000113
+gallium_dri.so free 0x557173602240 void 0.000114
+gallium_dri.so free 0x5571736020f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736021f0 0.000112
+gallium_dri.so free 0x5571735d3600 void 0.000113
+gallium_dri.so free 0x5571736021f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3640 0.000112
+gallium_dri.so free 0x5571735d36c0 void 0.000113
+gallium_dri.so free 0x5571735d3640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3640 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000113
+gallium_dri.so free 0x5571735d3640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3770 0.000164
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so free 0x5571735d3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3770 0.000113
+gallium_dri.so free 0x5571735d38c0 void 0.000114
+gallium_dri.so free 0x5571735d3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3870 0.000112
+gallium_dri.so free 0x5571735d3980 void 0.000113
+gallium_dri.so free 0x5571735d3870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3930 0.000113
+gallium_dri.so free 0x5571735d39c0 void 0.000116
+gallium_dri.so free 0x5571735d3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3930 0.000112
+gallium_dri.so free 0x5571735d3a80 void 0.000113
+gallium_dri.so free 0x5571735d3930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3af0 0.000112
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so free 0x5571735d3af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3af0 0.000114
+gallium_dri.so free 0x5571735d3c40 void 0.000114
+gallium_dri.so free 0x5571735d3af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000113
+gallium_dri.so free 0x5571735d3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3d40 void 0.000114
+gallium_dri.so free 0x5571735d3cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000112
+gallium_dri.so free 0x5571735d3e00 void 0.000118
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e40 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so free 0x5571735d3e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000112
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4060 0.000114
+gallium_dri.so free 0x5571735d4100 void 0.000113
+gallium_dri.so free 0x5571735d4060 void 0.000112
+gallium_dri.so malloc 72 0x5571735d40b0 0.000113
+gallium_dri.so free 0x5571735d4180 void 0.000113
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40b0 0.000113
+gallium_dri.so free 0x5571735d4200 void 0.000114
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4200 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000114
+gallium_dri.so free 0x5571735d4200 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4200 0.000112
+gallium_dri.so free 0x5571735d4380 void 0.000113
+gallium_dri.so free 0x5571735d4200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4200 0.000112
+gallium_dri.so free 0x5571735d4440 void 0.000124
+gallium_dri.so free 0x5571735d4200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d43f0 0.000112
+gallium_dri.so free 0x5571735d4500 void 0.000114
+gallium_dri.so free 0x5571735d43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so free 0x5571735d44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d45d0 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000113
+gallium_dri.so free 0x5571735d45d0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d4660 0.000112
+gallium_dri.so free 0x5571735d4700 void 0.000114
+gallium_dri.so free 0x5571735d4660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46b0 0.000119
+gallium_dri.so free 0x5571735d4780 void 0.000124
+gallium_dri.so free 0x5571735d46b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d46b0 0.000118
+gallium_dri.so free 0x5571735d4800 void 0.000119
+gallium_dri.so free 0x5571735d46b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4800 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4800 0.000113
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4970 0.000127
+gallium_dri.so free 0x5571735d4a00 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d4ac0 void 0.000113
+gallium_dri.so free 0x5571735d4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b00 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000117
+gallium_dri.so free 0x5571735d4b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4b80 0.000113
+gallium_dri.so free 0x5571735d4c40 void 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4b80 0.000112
+gallium_dri.so free 0x5571735d4cc0 void 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000113
+gallium_dri.so free 0x5571735d4d40 void 0.000113
+gallium_dri.so free 0x5571735d4cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000114
+gallium_dri.so free 0x5571735d4e40 void 0.000114
+gallium_dri.so free 0x5571735d4cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4e80 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000115
+gallium_dri.so free 0x5571735d4e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4f00 0.000113
+gallium_dri.so free 0x5571735d4fc0 void 0.000114
+gallium_dri.so free 0x5571735d4f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f00 0.000113
+gallium_dri.so free 0x5571735d5040 void 0.000126
+gallium_dri.so free 0x5571735d4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000112
+gallium_dri.so free 0x5571735d50c0 void 0.000113
+gallium_dri.so free 0x5571735d5070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5070 0.000113
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5170 0.000114
+gallium_dri.so free 0x5571735d5280 void 0.000114
+gallium_dri.so free 0x5571735d5170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000114
+gallium_dri.so free 0x5571735d5300 void 0.000113
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d53c0 void 0.000115
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5430 0.000113
+gallium_dri.so free 0x5571735d5500 void 0.000112
+gallium_dri.so free 0x5571735d5430 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5550 0.000118
+gallium_dri.so free 0x5571735d55c0 void 0.000113
+gallium_dri.so free 0x5571735d5550 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55e0 0.000113
+gallium_dri.so free 0x5571735d5680 void 0.000167
+gallium_dri.so free 0x5571735d55e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5630 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000117
+gallium_dri.so free 0x5571735d5630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5700 0.000124
+gallium_dri.so free 0x5571735d57c0 void 0.000123
+gallium_dri.so free 0x5571735d5700 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5700 0.000122
+gallium_dri.so free 0x5571735d5840 void 0.000123
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5840 0.000119
+gallium_dri.so free 0x5571735d5900 void 0.000118
+gallium_dri.so free 0x5571735d5840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5840 0.000122
+gallium_dri.so free 0x5571735d59c0 void 0.000123
+gallium_dri.so free 0x5571735d5840 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5840 0.000124
+gallium_dri.so free 0x5571735d5a80 void 0.000122
+gallium_dri.so free 0x5571735d5840 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5a30 0.000123
+gallium_dri.so free 0x5571735d5b00 void 0.000123
+gallium_dri.so free 0x5571735d5a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5b50 0.000119
+gallium_dri.so free 0x5571735d5bc0 void 0.000123
+gallium_dri.so free 0x5571735d5b50 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c00 0.000125
+gallium_dri.so free 0x5571735d5c80 void 0.000130
+gallium_dri.so free 0x5571735d5c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5c00 0.000130
+gallium_dri.so free 0x5571735d5d00 void 0.000131
+gallium_dri.so free 0x5571735d5c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5d30 0.000247
+gallium_dri.so free 0x5571735d5d80 void 0.000268
+gallium_dri.so free 0x5571735d5d30 void 0.000274
+gallium_dri.so malloc 72 0x5571735d5d30 0.000273
+gallium_dri.so free 0x5571735d5e80 void 0.000264
+gallium_dri.so free 0x5571735d5d30 void 0.000235
+gallium_dri.so malloc 72 0x5571735d5e30 0.000264
+gallium_dri.so free 0x5571735d5f40 void 0.000260
+gallium_dri.so free 0x5571735d5e30 void 0.000269
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000271
+gallium_dri.so free 0x5571735d5f80 void 0.000236
+gallium_dri.so free 0x5571735d5ef0 void 0.000199
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000200
+gallium_dri.so free 0x5571735d6040 void 0.000233
+gallium_dri.so free 0x5571735d5ef0 void 0.000236
+gallium_dri.so malloc 72 0x5571735d60b0 0.000273
+gallium_dri.so free 0x5571735d6100 void 0.000264
+gallium_dri.so free 0x5571735d60b0 void 0.000265
+gallium_dri.so malloc 72 0x5571735d60b0 0.000221
+gallium_dri.so free 0x5571735d6200 void 0.000223
+gallium_dri.so free 0x5571735d60b0 void 0.000207
+gallium_dri.so malloc 72 0x5571735d61b0 0.000127
+gallium_dri.so free 0x5571735d62c0 void 0.000124
+gallium_dri.so free 0x5571735d61b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6270 0.000120
+gallium_dri.so free 0x5571735d6300 void 0.000125
+gallium_dri.so free 0x5571735d6270 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6270 0.000125
+gallium_dri.so free 0x5571735d63c0 void 0.000125
+gallium_dri.so free 0x5571735d6270 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6400 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000122
+gallium_dri.so free 0x5571735d6400 void 0.000124
+gallium_dri.so malloc 72 0x5571735d6480 0.000124
+gallium_dri.so free 0x5571735d6540 void 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6480 0.000125
+gallium_dri.so free 0x5571735d6600 void 0.000140
+gallium_dri.so free 0x5571735d6480 void 0.000171
+gallium_dri.so malloc 72 0x5571735d6620 0.000284
+gallium_dri.so free 0x5571735d66c0 void 0.000291
+gallium_dri.so free 0x5571735d6620 void 0.000272
+gallium_dri.so malloc 72 0x5571735d6670 0.000284
+gallium_dri.so free 0x5571735d6740 void 0.000302
+gallium_dri.so free 0x5571735d6670 void 0.000349
+gallium_dri.so malloc 72 0x5571735d6670 0.000348
+gallium_dri.so free 0x5571735d67c0 void 0.000350
+gallium_dri.so free 0x5571735d6670 void 0.000287
+gallium_dri.so malloc 72 0x5571735d67c0 0.000302
+gallium_dri.so free 0x5571735d6880 void 0.000305
+gallium_dri.so free 0x5571735d67c0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d67c0 0.000289
+gallium_dri.so free 0x5571735d6940 void 0.000282
+gallium_dri.so free 0x5571735d67c0 void 0.000287
+gallium_dri.so malloc 72 0x5571735d67c0 0.000290
+gallium_dri.so free 0x5571735d6a00 void 0.000290
+gallium_dri.so free 0x5571735d67c0 void 0.000285
+gallium_dri.so malloc 72 0x5571735d69b0 0.000248
+gallium_dri.so free 0x5571735d6ac0 void 0.000256
+gallium_dri.so free 0x5571735d69b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d6a70 0.000307
+gallium_dri.so free 0x5571735d6b40 void 0.000292
+gallium_dri.so free 0x5571735d6a70 void 0.000289
+gallium_dri.so malloc 72 0x5571735d6b90 0.000294
+gallium_dri.so free 0x5571735d6c00 void 0.000171
+gallium_dri.so free 0x5571735d6b90 void 0.000215
+gallium_dri.so malloc 72 0x5571735d6c20 0.000133
+gallium_dri.so free 0x5571735ceb40 void 0.000233
+gallium_dri.so free 0x5571735d6c20 void 0.000234
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000379
+gallium_dri.so free 0x5571735cebc0 void 0.000371
+gallium_dri.so free 0x5571735ceaf0 void 0.000300
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000290
+gallium_dri.so free 0x5571735cec40 void 0.000287
+gallium_dri.so free 0x5571735ceaf0 void 0.000266
+gallium_dri.so malloc 72 0x5571735cec40 0.000286
+gallium_dri.so free 0x5571735ced00 void 0.000284
+gallium_dri.so free 0x5571735cec40 void 0.000192
+gallium_dri.so malloc 72 0x5571735cec40 0.000234
+gallium_dri.so free 0x5571735cee00 void 0.000232
+gallium_dri.so free 0x5571735cec40 void 0.000209
+gallium_dri.so malloc 72 0x5571735cedb0 0.000206
+gallium_dri.so free 0x5571735cee40 void 0.000135
+gallium_dri.so free 0x5571735cedb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735cedb0 0.000131
+gallium_dri.so free 0x5571735cef00 void 0.000127
+gallium_dri.so free 0x5571735cedb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cef40 0.000143
+gallium_dri.so free 0x5571735cefc0 void 0.000133
+gallium_dri.so free 0x5571735cef40 void 0.000126
+gallium_dri.so malloc 72 0x5571735cefc0 0.000127
+gallium_dri.so free 0x5571735cf080 void 0.000129
+gallium_dri.so free 0x5571735cefc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cefc0 0.000127
+gallium_dri.so free 0x5571735cf100 void 0.000144
+gallium_dri.so free 0x5571735cefc0 void 0.000150
+gallium_dri.so malloc 72 0x5571735cf130 0.000155
+gallium_dri.so free 0x5571735cf180 void 0.000157
+gallium_dri.so free 0x5571735cf130 void 0.000156
+gallium_dri.so malloc 72 0x5571735cf130 0.000150
+gallium_dri.so free 0x5571735cf280 void 0.000145
+gallium_dri.so free 0x5571735cf130 void 0.000148
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000156
+gallium_dri.so free 0x5571735cf340 void 0.000154
+gallium_dri.so free 0x5571735cf2c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735cf340 0.000148
+gallium_dri.so free 0x5571735cf400 void 0.000144
+gallium_dri.so free 0x5571735cf340 void 0.000148
+gallium_dri.so malloc 72 0x5571735cf340 0.000155
+gallium_dri.so free 0x5571735cf480 void 0.000156
+gallium_dri.so free 0x5571735cf340 void 0.000148
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000149
+gallium_dri.so free 0x5571735cf500 void 0.000148
+gallium_dri.so free 0x5571735cf4b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000155
+gallium_dri.so free 0x5571735cf600 void 0.000157
+gallium_dri.so free 0x5571735cf4b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000144
+gallium_dri.so free 0x5571735cf6c0 void 0.000148
+gallium_dri.so free 0x5571735cf5b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735cf670 0.000155
+gallium_dri.so free 0x5571735cf740 void 0.000151
+gallium_dri.so free 0x5571735cf670 void 0.000151
+gallium_dri.so malloc 72 0x5571735cf670 0.000154
+gallium_dri.so free 0x5571735cf800 void 0.000155
+gallium_dri.so free 0x5571735cf670 void 0.000155
+gallium_dri.so malloc 72 0x5571735cf670 0.000154
+gallium_dri.so free 0x5571735cf8c0 void 0.000153
+gallium_dri.so free 0x5571735cf670 void 0.000156
+gallium_dri.so malloc 72 0x5571735cf870 0.000154
+gallium_dri.so free 0x5571735cf940 void 0.000150
+gallium_dri.so free 0x5571735cf870 void 0.000149
+gallium_dri.so malloc 72 0x5571735cf990 0.000156
+gallium_dri.so free 0x5571735cfa00 void 0.000154
+gallium_dri.so free 0x5571735cf990 void 0.000150
+gallium_dri.so malloc 72 0x5571735cfa20 0.000161
+gallium_dri.so free 0x5571735cfac0 void 0.000155
+gallium_dri.so free 0x5571735cfa20 void 0.000149
+gallium_dri.so malloc 72 0x5571735cfa70 0.000148
+gallium_dri.so free 0x5571735cfb40 void 0.000154
+gallium_dri.so free 0x5571735cfa70 void 0.000153
+gallium_dri.so malloc 72 0x5571735cfb40 0.000148
+gallium_dri.so free 0x5571735cfc00 void 0.000144
+gallium_dri.so free 0x5571735cfb40 void 0.000199
+gallium_dri.so malloc 72 0x5571735cfb40 0.000154
+gallium_dri.so free 0x5571735cfc80 void 0.000153
+gallium_dri.so free 0x5571735cfb40 void 0.000160
+gallium_dri.so malloc 72 0x5571735cfc80 0.000131
+gallium_dri.so free 0x5571735cfd40 void 0.000124
+gallium_dri.so free 0x5571735cfc80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfc80 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc80 0.000115
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so free 0x5571735cfc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe70 0.000118
+gallium_dri.so free 0x5571735cff40 void 0.000115
+gallium_dri.so free 0x5571735cfe70 void 0.000122
+gallium_dri.so malloc 72 0x5571735cff90 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0040 0.000114
+gallium_dri.so free 0x5571735d00c0 void 0.000115
+gallium_dri.so free 0x5571735d0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0040 0.000114
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so free 0x5571735d0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000112
+gallium_dri.so free 0x5571735d01c0 void 0.000115
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0270 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0330 0.000114
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0330 0.000115
+gallium_dri.so free 0x5571735d0480 void 0.000114
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d04f0 0.000114
+gallium_dri.so free 0x5571735d0540 void 0.000115
+gallium_dri.so free 0x5571735d04f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d04f0 0.000114
+gallium_dri.so free 0x5571735d0640 void 0.000115
+gallium_dri.so free 0x5571735d04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d05f0 0.000113
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06b0 0.000113
+gallium_dri.so free 0x5571735d0740 void 0.000114
+gallium_dri.so free 0x5571735d06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d0800 void 0.000117
+gallium_dri.so free 0x5571735d06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0840 0.000113
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so free 0x5571735d0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d08c0 0.000115
+gallium_dri.so free 0x5571735d0980 void 0.000115
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d08c0 0.000114
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so free 0x5571735d08c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a60 0.000113
+gallium_dri.so free 0x5571735d0b00 void 0.000114
+gallium_dri.so free 0x5571735d0a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so free 0x5571735d0ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000115
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c00 0.000112
+gallium_dri.so free 0x5571735d0cc0 void 0.000116
+gallium_dri.so free 0x5571735d0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c00 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c00 0.000114
+gallium_dri.so free 0x5571735d0e40 void 0.000115
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0df0 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so free 0x5571735d0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000113
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so free 0x5571735d0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0fd0 0.000112
+gallium_dri.so free 0x5571735d1040 void 0.000114
+gallium_dri.so free 0x5571735d0fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1060 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000115
+gallium_dri.so free 0x5571735d1060 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000113
+gallium_dri.so free 0x5571735d1180 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000158
+gallium_dri.so free 0x5571735d1200 void 0.000116
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1200 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1200 0.000114
+gallium_dri.so free 0x5571735d13c0 void 0.000115
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1370 0.000113
+gallium_dri.so free 0x5571735d1400 void 0.000116
+gallium_dri.so free 0x5571735d1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1370 0.000112
+gallium_dri.so free 0x5571735d14c0 void 0.000114
+gallium_dri.so free 0x5571735d1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1500 0.000112
+gallium_dri.so free 0x5571735d1580 void 0.000115
+gallium_dri.so free 0x5571735d1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1580 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1580 0.000113
+gallium_dri.so free 0x5571735d16c0 void 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16f0 0.000115
+gallium_dri.so free 0x5571735d1740 void 0.000116
+gallium_dri.so free 0x5571735d16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d16f0 0.000124
+gallium_dri.so free 0x5571735d1840 void 0.000161
+gallium_dri.so free 0x5571735d16f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735d1880 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735d1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1900 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000114
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1900 0.000113
+gallium_dri.so free 0x5571735d1a40 void 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a70 0.000114
+gallium_dri.so free 0x5571735d1ac0 void 0.000114
+gallium_dri.so free 0x5571735d1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a70 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1b70 0.000113
+gallium_dri.so free 0x5571735d1c80 void 0.000116
+gallium_dri.so free 0x5571735d1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c30 0.000118
+gallium_dri.so free 0x5571735d1d00 void 0.000115
+gallium_dri.so free 0x5571735d1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c30 0.000112
+gallium_dri.so free 0x5571735d1dc0 void 0.000116
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c30 0.000116
+gallium_dri.so free 0x5571735d1e80 void 0.000115
+gallium_dri.so free 0x5571735d1c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x5571735d1f00 void 0.000116
+gallium_dri.so free 0x5571735d1e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1f50 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735d1f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1fe0 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1fe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2030 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so free 0x5571735d2030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2100 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2100 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2240 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000165
+gallium_dri.so free 0x5571735d2480 void 0.000116
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2430 0.000115
+gallium_dri.so free 0x5571735d2500 void 0.000115
+gallium_dri.so free 0x5571735d2430 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2550 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000116
+gallium_dri.so free 0x5571735d2550 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2600 0.000115
+gallium_dri.so free 0x5571735d2680 void 0.000117
+gallium_dri.so free 0x5571735d2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2600 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2730 0.000122
+gallium_dri.so free 0x5571735d2780 void 0.000116
+gallium_dri.so free 0x5571735d2730 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2730 0.000114
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2830 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000124
+gallium_dri.so free 0x5571735d2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28f0 0.000116
+gallium_dri.so free 0x5571735d2980 void 0.000121
+gallium_dri.so free 0x5571735d28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28f0 0.000126
+gallium_dri.so free 0x5571735d2a40 void 0.000115
+gallium_dri.so free 0x5571735d28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000113
+gallium_dri.so free 0x5571735d2b00 void 0.000114
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000113
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000113
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so free 0x5571735d2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000118
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2c70 0.000112
+gallium_dri.so free 0x5571735d2dc0 void 0.000113
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2e00 0.000113
+gallium_dri.so free 0x5571735d2e80 void 0.000114
+gallium_dri.so free 0x5571735d2e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2e80 0.000113
+gallium_dri.so free 0x5571735d2f40 void 0.000113
+gallium_dri.so free 0x5571735d2e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2e80 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3020 0.000126
+gallium_dri.so free 0x5571735d30c0 void 0.000116
+gallium_dri.so free 0x5571735d3020 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3070 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000116
+gallium_dri.so free 0x5571735d3070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3070 0.000112
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d3070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d31c0 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000116
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d31c0 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d31c0 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d33b0 0.000114
+gallium_dri.so free 0x5571735d34c0 void 0.000116
+gallium_dri.so free 0x5571735d33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3470 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000112
+gallium_dri.so free 0x5571735bff00 void 0.000165
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff30 0.000114
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so free 0x5571735bff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff30 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so free 0x5571735bff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000116
+gallium_dri.so free 0x5571735c0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x5571735c01c0 void 0.000116
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c01e0 0.000116
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c01e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0380 0.000113
+gallium_dri.so free 0x5571735c0440 void 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0380 0.000112
+gallium_dri.so free 0x5571735c0500 void 0.000128
+gallium_dri.so free 0x5571735c0380 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0380 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c05c0 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0670 0.000112
+gallium_dri.so free 0x5571735c0780 void 0.000114
+gallium_dri.so free 0x5571735c0670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0730 0.000114
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0730 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000116
+gallium_dri.so free 0x5571735c0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0940 0.000113
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0940 0.000114
+gallium_dri.so free 0x5571735c0ac0 void 0.000123
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0ae0 0.000113
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b30 0.000113
+gallium_dri.so free 0x5571735c0c00 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b30 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c80 0.000114
+gallium_dri.so free 0x5571735c0d40 void 0.000116
+gallium_dri.so free 0x5571735c0c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0c80 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c80 0.000114
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e70 0.000114
+gallium_dri.so free 0x5571735c0f80 void 0.000119
+gallium_dri.so free 0x5571735c0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0f30 0.000113
+gallium_dri.so free 0x5571735c1000 void 0.000114
+gallium_dri.so free 0x5571735c0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1050 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c1050 void 0.000165
+gallium_dri.so malloc 72 0x5571735c10e0 0.000114
+gallium_dri.so free 0x5571735c1180 void 0.000115
+gallium_dri.so free 0x5571735c10e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1130 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000113
+gallium_dri.so free 0x5571735c1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1130 0.000112
+gallium_dri.so free 0x5571735c1280 void 0.000114
+gallium_dri.so free 0x5571735c1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1280 0.000112
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so free 0x5571735c1280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1280 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c13f0 0.000111
+gallium_dri.so free 0x5571735c1480 void 0.000113
+gallium_dri.so free 0x5571735c13f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c13f0 0.000112
+gallium_dri.so free 0x5571735c1540 void 0.000114
+gallium_dri.so free 0x5571735c13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1580 0.000112
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c1580 void 0.000188
+gallium_dri.so malloc 72 0x5571735c1600 0.000188
+gallium_dri.so free 0x5571735c16c0 void 0.000238
+gallium_dri.so free 0x5571735c1600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1600 0.000115
+gallium_dri.so free 0x5571735c1740 void 0.000115
+gallium_dri.so free 0x5571735c1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1770 0.000113
+gallium_dri.so free 0x5571735c17c0 void 0.000112
+gallium_dri.so free 0x5571735c1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1770 0.000114
+gallium_dri.so free 0x5571735c18c0 void 0.000115
+gallium_dri.so free 0x5571735c1770 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1980 0.000113
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1980 0.000113
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000113
+gallium_dri.so free 0x5571735c1b40 void 0.000114
+gallium_dri.so free 0x5571735c1af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1af0 0.000112
+gallium_dri.so free 0x5571735c1c40 void 0.000114
+gallium_dri.so free 0x5571735c1af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000128
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000115
+gallium_dri.so free 0x5571735c1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000113
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2060 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000115
+gallium_dri.so free 0x5571735c2060 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20b0 0.000114
+gallium_dri.so free 0x5571735c2180 void 0.000116
+gallium_dri.so free 0x5571735c20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2180 0.000114
+gallium_dri.so free 0x5571735c2240 void 0.000115
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2180 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000166
+gallium_dri.so free 0x5571735c2180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22c0 0.000115
+gallium_dri.so free 0x5571735c2440 void 0.000116
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22c0 0.000118
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c24b0 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25d0 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c25d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000112
+gallium_dri.so free 0x5571735c2900 void 0.000123
+gallium_dri.so free 0x5571735c27b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c28b0 0.000115
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2970 0.000112
+gallium_dri.so free 0x5571735c2a00 void 0.000113
+gallium_dri.so free 0x5571735c2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2970 0.000117
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000115
+gallium_dri.so free 0x5571735c2b80 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c30 0.000114
+gallium_dri.so free 0x5571735c2d40 void 0.000114
+gallium_dri.so free 0x5571735c2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000112
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so free 0x5571735c2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e80 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so free 0x5571735c2e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2f00 0.000115
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f00 0.000114
+gallium_dri.so free 0x5571735c3080 void 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30a0 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c30a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c31c0 void 0.000115
+gallium_dri.so free 0x5571735c30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c30f0 0.000111
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3240 0.000113
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3240 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3240 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3430 0.000124
+gallium_dri.so free 0x5571735c3540 void 0.000123
+gallium_dri.so free 0x5571735c3430 void 0.000162
+gallium_dri.so malloc 72 0x5571735c34f0 0.000155
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3610 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3610 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36a0 0.000112
+gallium_dri.so free 0x5571735c3740 void 0.000114
+gallium_dri.so free 0x5571735c36a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36f0 0.000113
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so free 0x5571735c36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c36f0 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so free 0x5571735c36f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c3900 void 0.000113
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000117
+gallium_dri.so free 0x5571735c3840 void 0.000115
+gallium_dri.so malloc 72 0x5571735c39b0 0.000113
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so free 0x5571735c39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000114
+gallium_dri.so free 0x5571735c3b00 void 0.000126
+gallium_dri.so free 0x5571735c39b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b40 0.000112
+gallium_dri.so free 0x5571735c3bc0 void 0.000115
+gallium_dri.so free 0x5571735c3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000113
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3bc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000113
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so free 0x5571735c3d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d30 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000116
+gallium_dri.so free 0x5571735c3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f40 0.000113
+gallium_dri.so free 0x5571735c4000 void 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f40 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735c4100 void 0.000129
+gallium_dri.so free 0x5571735c40b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735c4200 void 0.000119
+gallium_dri.so free 0x5571735c40b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c41b0 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000113
+gallium_dri.so free 0x5571735c41b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000119
+gallium_dri.so free 0x5571735c4270 void 0.000212
+gallium_dri.so malloc 72 0x5571735c4270 0.000169
+gallium_dri.so free 0x5571735c4400 void 0.000148
+gallium_dri.so free 0x5571735c4270 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4270 0.000128
+gallium_dri.so free 0x5571735c44c0 void 0.000154
+gallium_dri.so free 0x5571735c4270 void 0.000176
+gallium_dri.so malloc 72 0x5571735c4470 0.000136
+gallium_dri.so free 0x5571735c4540 void 0.000180
+gallium_dri.so free 0x5571735c4470 void 0.000189
+gallium_dri.so malloc 72 0x5571735c4590 0.000182
+gallium_dri.so free 0x5571735c4600 void 0.000180
+gallium_dri.so free 0x5571735c4590 void 0.000256
+gallium_dri.so malloc 72 0x5571735c4620 0.000190
+gallium_dri.so free 0x5571735c46c0 void 0.000187
+gallium_dri.so free 0x5571735c4620 void 0.000187
+gallium_dri.so malloc 72 0x5571735c4670 0.000190
+gallium_dri.so free 0x5571735c4740 void 0.000189
+gallium_dri.so free 0x5571735c4670 void 0.000188
+gallium_dri.so malloc 72 0x5571735c4740 0.000188
+gallium_dri.so free 0x5571735c4800 void 0.000189
+gallium_dri.so free 0x5571735c4740 void 0.000183
+gallium_dri.so malloc 72 0x5571735c4740 0.000185
+gallium_dri.so free 0x5571735c4880 void 0.000184
+gallium_dri.so free 0x5571735c4740 void 0.000194
+gallium_dri.so malloc 72 0x5571735c4880 0.000180
+gallium_dri.so free 0x5571735c4940 void 0.000174
+gallium_dri.so free 0x5571735c4880 void 0.000176
+gallium_dri.so malloc 72 0x5571735c4880 0.000173
+gallium_dri.so free 0x5571735c4a00 void 0.000188
+gallium_dri.so free 0x5571735c4880 void 0.000176
+gallium_dri.so malloc 72 0x5571735c4880 0.000177
+gallium_dri.so free 0x5571735c4ac0 void 0.000181
+gallium_dri.so free 0x5571735c4880 void 0.000176
+gallium_dri.so malloc 72 0x5571735c4a70 0.000178
+gallium_dri.so free 0x5571735c4b40 void 0.000178
+gallium_dri.so free 0x5571735c4a70 void 0.000183
+gallium_dri.so malloc 72 0x5571735c4b90 0.000180
+gallium_dri.so free 0x5571735c4c00 void 0.000186
+gallium_dri.so free 0x5571735c4b90 void 0.000184
+gallium_dri.so malloc 72 0x5571735c4c40 0.000184
+gallium_dri.so free 0x5571735c4cc0 void 0.000249
+gallium_dri.so free 0x5571735c4c40 void 0.000321
+gallium_dri.so malloc 72 0x5571735c4c40 0.000259
+gallium_dri.so free 0x5571735c4d40 void 0.000130
+gallium_dri.so free 0x5571735c4c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4d70 0.000138
+gallium_dri.so free 0x5571735c4dc0 void 0.000126
+gallium_dri.so free 0x5571735c4d70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4d70 0.000123
+gallium_dri.so free 0x5571735c4ec0 void 0.000126
+gallium_dri.so free 0x5571735c4d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4e70 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000120
+gallium_dri.so free 0x5571735c4e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f30 0.000118
+gallium_dri.so free 0x5571735c4fc0 void 0.000127
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x557173462440 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571734624b0 0.000120
+gallium_dri.so free 0x557173462500 void 0.000118
+gallium_dri.so free 0x5571734624b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734624b0 0.000118
+gallium_dri.so free 0x557173462600 void 0.000119
+gallium_dri.so free 0x5571734624b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734625b0 0.000119
+gallium_dri.so free 0x5571734626c0 void 0.000119
+gallium_dri.so free 0x5571734625b0 void 0.000118
+gallium_dri.so malloc 72 0x557173462670 0.000119
+gallium_dri.so free 0x557173462700 void 0.000126
+gallium_dri.so free 0x557173462670 void 0.000112
+gallium_dri.so malloc 72 0x557173462670 0.000111
+gallium_dri.so free 0x5571734627c0 void 0.000112
+gallium_dri.so free 0x557173462670 void 0.000111
+gallium_dri.so malloc 72 0x557173462800 0.000161
+gallium_dri.so free 0x557173462880 void 0.000163
+gallium_dri.so free 0x557173462800 void 0.000114
+gallium_dri.so malloc 72 0x557173462880 0.000112
+gallium_dri.so free 0x557173462940 void 0.000110
+gallium_dri.so free 0x557173462880 void 0.000110
+gallium_dri.so malloc 72 0x557173462880 0.000111
+gallium_dri.so free 0x557173462a00 void 0.000110
+gallium_dri.so free 0x557173462880 void 0.000113
+gallium_dri.so malloc 72 0x557173462a20 0.000111
+gallium_dri.so free 0x557173462ac0 void 0.000112
+gallium_dri.so free 0x557173462a20 void 0.000111
+gallium_dri.so malloc 72 0x557173462a70 0.000111
+gallium_dri.so free 0x557173462b40 void 0.000111
+gallium_dri.so free 0x557173462a70 void 0.000111
+gallium_dri.so malloc 72 0x557173462a70 0.000111
+gallium_dri.so free 0x557173462bc0 void 0.000119
+gallium_dri.so free 0x557173462a70 void 0.000119
+gallium_dri.so malloc 72 0x557173462bc0 0.000116
+gallium_dri.so free 0x557173462c80 void 0.000113
+gallium_dri.so free 0x557173462bc0 void 0.000111
+gallium_dri.so malloc 72 0x557173462bc0 0.000112
+gallium_dri.so free 0x557173462d40 void 0.000121
+gallium_dri.so free 0x557173462bc0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bc0 0.000119
+gallium_dri.so free 0x557173462e00 void 0.000120
+gallium_dri.so free 0x557173462bc0 void 0.000123
+gallium_dri.so malloc 72 0x557173462db0 0.000125
+gallium_dri.so free 0x557173462ec0 void 0.000125
+gallium_dri.so free 0x557173462db0 void 0.000126
+gallium_dri.so malloc 72 0x557173462e70 0.000124
+gallium_dri.so free 0x557173462f40 void 0.000119
+gallium_dri.so free 0x557173462e70 void 0.000119
+gallium_dri.so malloc 72 0x557173462f90 0.000118
+gallium_dri.so free 0x557173463000 void 0.000120
+gallium_dri.so free 0x557173462f90 void 0.000118
+gallium_dri.so malloc 72 0x557173463020 0.000118
+gallium_dri.so free 0x5571734630c0 void 0.000119
+gallium_dri.so free 0x557173463020 void 0.000118
+gallium_dri.so malloc 72 0x557173463070 0.000118
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so free 0x557173463070 void 0.000118
+gallium_dri.so malloc 72 0x557173463070 0.000119
+gallium_dri.so free 0x5571734631c0 void 0.000120
+gallium_dri.so free 0x557173463070 void 0.000118
+gallium_dri.so malloc 72 0x5571734631c0 0.000119
+gallium_dri.so free 0x557173463280 void 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000233
+gallium_dri.so malloc 72 0x5571734631c0 0.000168
+gallium_dri.so free 0x557173463380 void 0.000170
+gallium_dri.so free 0x5571734631c0 void 0.000183
+gallium_dri.so malloc 72 0x557173463330 0.000166
+gallium_dri.so free 0x5571734633c0 void 0.000121
+gallium_dri.so free 0x557173463330 void 0.000119
+gallium_dri.so malloc 72 0x557173463330 0.000119
+gallium_dri.so free 0x557173463480 void 0.000119
+gallium_dri.so free 0x557173463330 void 0.000118
+gallium_dri.so malloc 72 0x5571734634c0 0.000118
+gallium_dri.so free 0x557173463540 void 0.000118
+gallium_dri.so free 0x5571734634c0 void 0.000119
+gallium_dri.so malloc 72 0x557173463540 0.000119
+gallium_dri.so free 0x557173463600 void 0.000118
+gallium_dri.so free 0x557173463540 void 0.000117
+gallium_dri.so malloc 72 0x557173463540 0.000120
+gallium_dri.so free 0x557173463680 void 0.000118
+gallium_dri.so free 0x557173463540 void 0.000119
+gallium_dri.so malloc 72 0x5571734636b0 0.000119
+gallium_dri.so free 0x557173463700 void 0.000119
+gallium_dri.so free 0x5571734636b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734636b0 0.000119
+gallium_dri.so free 0x557173463800 void 0.000127
+gallium_dri.so free 0x5571734636b0 void 0.000114
+gallium_dri.so malloc 72 0x557173463840 0.000112
+gallium_dri.so free 0x5571734638c0 void 0.000113
+gallium_dri.so free 0x557173463840 void 0.000110
+gallium_dri.so malloc 72 0x5571734638c0 0.000111
+gallium_dri.so free 0x557173463980 void 0.000111
+gallium_dri.so free 0x5571734638c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734638c0 0.000112
+gallium_dri.so free 0x557173463a00 void 0.000110
+gallium_dri.so free 0x5571734638c0 void 0.000112
+gallium_dri.so malloc 72 0x557173463a30 0.000110
+gallium_dri.so free 0x557173463a80 void 0.000111
+gallium_dri.so free 0x557173463a30 void 0.000111
+gallium_dri.so malloc 72 0x557173463a30 0.000111
+gallium_dri.so free 0x557173463b80 void 0.000111
+gallium_dri.so free 0x557173463a30 void 0.000111
+gallium_dri.so malloc 72 0x557173463b30 0.000115
+gallium_dri.so free 0x557173463c40 void 0.000111
+gallium_dri.so free 0x557173463b30 void 0.000111
+gallium_dri.so malloc 72 0x557173463bf0 0.000111
+gallium_dri.so free 0x557173463cc0 void 0.000116
+gallium_dri.so free 0x557173463bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173463bf0 0.000116
+gallium_dri.so free 0x557173463d80 void 0.000113
+gallium_dri.so free 0x557173463bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173463bf0 0.000112
+gallium_dri.so free 0x557173463e40 void 0.000161
+gallium_dri.so free 0x557173463bf0 void 0.000165
+gallium_dri.so malloc 72 0x557173463df0 0.000162
+gallium_dri.so free 0x557173463ec0 void 0.000158
+gallium_dri.so free 0x557173463df0 void 0.000121
+gallium_dri.so malloc 72 0x557173463f10 0.000115
+gallium_dri.so free 0x557173463f80 void 0.000115
+gallium_dri.so free 0x557173463f10 void 0.000114
+gallium_dri.so malloc 72 0x557173463fa0 0.000115
+gallium_dri.so free 0x557173464040 void 0.000115
+gallium_dri.so free 0x557173463fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173463ff0 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000116
+gallium_dri.so free 0x557173463ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734640c0 0.000114
+gallium_dri.so free 0x557173464180 void 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734640c0 0.000115
+gallium_dri.so free 0x557173464200 void 0.000116
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so malloc 72 0x557173464200 0.000115
+gallium_dri.so free 0x5571734642c0 void 0.000116
+gallium_dri.so free 0x557173464200 void 0.000120
+gallium_dri.so malloc 72 0x557173464200 0.000116
+gallium_dri.so free 0x557173464380 void 0.000116
+gallium_dri.so free 0x557173464200 void 0.000177
+gallium_dri.so malloc 72 0x557173464200 0.000115
+gallium_dri.so free 0x557173464440 void 0.000113
+gallium_dri.so free 0x557173464200 void 0.000114
+gallium_dri.so malloc 72 0x5571734643f0 0.000114
+gallium_dri.so free 0x5571734644c0 void 0.000114
+gallium_dri.so free 0x5571734643f0 void 0.000114
+gallium_dri.so malloc 72 0x557173464510 0.000113
+gallium_dri.so free 0x557173464580 void 0.000112
+gallium_dri.so free 0x557173464510 void 0.000114
+gallium_dri.so malloc 72 0x5571734645c0 0.000114
+gallium_dri.so free 0x557173464640 void 0.000113
+gallium_dri.so free 0x5571734645c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734645c0 0.000113
+gallium_dri.so free 0x5571734646c0 void 0.000113
+gallium_dri.so free 0x5571734645c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734646f0 0.000113
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so free 0x5571734646f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734646f0 0.000118
+gallium_dri.so free 0x557173464840 void 0.000119
+gallium_dri.so free 0x5571734646f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734647f0 0.000113
+gallium_dri.so free 0x557173464900 void 0.000114
+gallium_dri.so free 0x5571734647f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000115
+gallium_dri.so free 0x557173464940 void 0.000120
+gallium_dri.so free 0x5571734648b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734648b0 0.000115
+gallium_dri.so free 0x557173464a00 void 0.000124
+gallium_dri.so free 0x5571734648b0 void 0.000131
+gallium_dri.so malloc 72 0x557173464a70 0.000130
+gallium_dri.so free 0x557173464ac0 void 0.000174
+gallium_dri.so free 0x557173464a70 void 0.000132
+gallium_dri.so malloc 72 0x557173464a70 0.000124
+gallium_dri.so free 0x557173464bc0 void 0.000120
+gallium_dri.so free 0x557173464a70 void 0.000120
+gallium_dri.so malloc 72 0x557173464b70 0.000126
+gallium_dri.so free 0x557173464c80 void 0.000123
+gallium_dri.so free 0x557173464b70 void 0.000125
+gallium_dri.so malloc 72 0x557173464c30 0.000123
+gallium_dri.so free 0x557173464cc0 void 0.000124
+gallium_dri.so free 0x557173464c30 void 0.000125
+gallium_dri.so malloc 72 0x557173464c30 0.000121
+gallium_dri.so free 0x557173464d80 void 0.000121
+gallium_dri.so free 0x557173464c30 void 0.000125
+gallium_dri.so malloc 72 0x557173464dc0 0.000119
+gallium_dri.so free 0x557173464e40 void 0.000115
+gallium_dri.so free 0x557173464dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173464e40 0.000128
+gallium_dri.so free 0x557173464f00 void 0.000124
+gallium_dri.so free 0x557173464e40 void 0.000125
+gallium_dri.so malloc 72 0x557173464e40 0.000123
+gallium_dri.so free 0x557173464fc0 void 0.000125
+gallium_dri.so free 0x557173464e40 void 0.000124
+gallium_dri.so malloc 72 0x557173464fe0 0.000132
+gallium_dri.so free 0x557173465080 void 0.000126
+gallium_dri.so free 0x557173464fe0 void 0.000131
+gallium_dri.so malloc 72 0x557173465030 0.000125
+gallium_dri.so free 0x557173465100 void 0.000121
+gallium_dri.so free 0x557173465030 void 0.000120
+gallium_dri.so malloc 72 0x557173465030 0.000127
+gallium_dri.so free 0x557173465180 void 0.000131
+gallium_dri.so free 0x557173465030 void 0.000132
+gallium_dri.so malloc 72 0x557173465180 0.000130
+gallium_dri.so free 0x557173465240 void 0.000130
+gallium_dri.so free 0x557173465180 void 0.000130
+gallium_dri.so malloc 72 0x557173465180 0.000125
+gallium_dri.so free 0x557173465300 void 0.000128
+gallium_dri.so free 0x557173465180 void 0.000131
+gallium_dri.so malloc 72 0x557173465180 0.000129
+gallium_dri.so free 0x5571734653c0 void 0.000219
+gallium_dri.so free 0x557173465180 void 0.000135
+gallium_dri.so malloc 72 0x557173465370 0.000131
+gallium_dri.so free 0x557173465480 void 0.000126
+gallium_dri.so free 0x557173465370 void 0.000147
+gallium_dri.so malloc 72 0x557173465430 0.000163
+gallium_dri.so free 0x557173465500 void 0.000131
+gallium_dri.so free 0x557173465430 void 0.000133
+gallium_dri.so malloc 72 0x557173465550 0.000131
+gallium_dri.so free 0x5571734655c0 void 0.000125
+gallium_dri.so free 0x557173465550 void 0.000125
+gallium_dri.so malloc 72 0x5571734655e0 0.000131
+gallium_dri.so free 0x557173465680 void 0.000131
+gallium_dri.so free 0x5571734655e0 void 0.000182
+gallium_dri.so malloc 72 0x557173465630 0.000126
+gallium_dri.so free 0x557173465700 void 0.000125
+gallium_dri.so free 0x557173465630 void 0.000125
+gallium_dri.so malloc 72 0x557173465630 0.000128
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so free 0x557173465630 void 0.000125
+gallium_dri.so malloc 72 0x557173465780 0.000131
+gallium_dri.so free 0x557173465840 void 0.000126
+gallium_dri.so free 0x557173465780 void 0.000120
+gallium_dri.so malloc 72 0x557173465780 0.000135
+gallium_dri.so free 0x557173465940 void 0.000127
+gallium_dri.so free 0x557173465780 void 0.000129
+gallium_dri.so malloc 72 0x5571734658f0 0.000122
+gallium_dri.so free 0x557173465980 void 0.000127
+gallium_dri.so free 0x5571734658f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734658f0 0.000126
+gallium_dri.so free 0x557173465a40 void 0.000122
+gallium_dri.so free 0x5571734658f0 void 0.000125
+gallium_dri.so malloc 72 0x557173465a80 0.000131
+gallium_dri.so free 0x557173465b00 void 0.000132
+gallium_dri.so free 0x557173465a80 void 0.000125
+gallium_dri.so malloc 72 0x557173465b00 0.000122
+gallium_dri.so free 0x557173465bc0 void 0.000124
+gallium_dri.so free 0x557173465b00 void 0.000124
+gallium_dri.so malloc 72 0x557173465b00 0.000124
+gallium_dri.so free 0x557173465c40 void 0.000121
+gallium_dri.so free 0x557173465b00 void 0.000120
+gallium_dri.so malloc 72 0x557173465c70 0.000126
+gallium_dri.so free 0x557173465cc0 void 0.000130
+gallium_dri.so free 0x557173465c70 void 0.000130
+gallium_dri.so malloc 72 0x557173465c70 0.000124
+gallium_dri.so free 0x557173465dc0 void 0.000121
+gallium_dri.so free 0x557173465c70 void 0.000126
+gallium_dri.so malloc 72 0x557173465e00 0.000120
+gallium_dri.so free 0x557173465e80 void 0.000132
+gallium_dri.so free 0x557173465e00 void 0.000124
+gallium_dri.so malloc 72 0x557173465e80 0.000123
+gallium_dri.so free 0x557173465f40 void 0.000118
+gallium_dri.so free 0x557173465e80 void 0.000114
+gallium_dri.so malloc 72 0x557173465e80 0.000120
+gallium_dri.so free 0x557173465fc0 void 0.000125
+gallium_dri.so free 0x557173465e80 void 0.000140
+gallium_dri.so malloc 72 0x557173465ff0 0.000124
+gallium_dri.so free 0x557173466040 void 0.000125
+gallium_dri.so free 0x557173465ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173465ff0 0.000119
+gallium_dri.so free 0x557173466140 void 0.000121
+gallium_dri.so free 0x557173465ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571734660f0 0.000124
+gallium_dri.so free 0x557173466200 void 0.000122
+gallium_dri.so free 0x5571734660f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734661b0 0.000115
+gallium_dri.so free 0x557173466280 void 0.000113
+gallium_dri.so free 0x5571734661b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734661b0 0.000113
+gallium_dri.so free 0x557173466340 void 0.000112
+gallium_dri.so free 0x5571734661b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734661b0 0.000112
+gallium_dri.so free 0x557173466400 void 0.000114
+gallium_dri.so free 0x5571734661b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734663b0 0.000171
+gallium_dri.so free 0x557173466480 void 0.000116
+gallium_dri.so free 0x5571734663b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734664d0 0.000114
+gallium_dri.so free 0x557173466540 void 0.000114
+gallium_dri.so free 0x5571734664d0 void 0.000115
+gallium_dri.so malloc 72 0x557173466560 0.000120
+gallium_dri.so free 0x557173466600 void 0.000115
+gallium_dri.so free 0x557173466560 void 0.000114
+gallium_dri.so malloc 72 0x5571734665b0 0.000116
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x5571734665b0 void 0.000114
+gallium_dri.so malloc 72 0x557173466680 0.000115
+gallium_dri.so free 0x557173466740 void 0.000115
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so malloc 72 0x557173466680 0.000114
+gallium_dri.so free 0x5571734667c0 void 0.000115
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so malloc 72 0x5571734667c0 0.000114
+gallium_dri.so free 0x557173466880 void 0.000115
+gallium_dri.so free 0x5571734667c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734667c0 0.000116
+gallium_dri.so free 0x557173466940 void 0.000115
+gallium_dri.so free 0x5571734667c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734667c0 0.000115
+gallium_dri.so free 0x557173466a00 void 0.000116
+gallium_dri.so free 0x5571734667c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734669b0 0.000117
+gallium_dri.so free 0x557173466a80 void 0.000114
+gallium_dri.so free 0x5571734669b0 void 0.000115
+gallium_dri.so malloc 72 0x557173466ad0 0.000115
+gallium_dri.so free 0x557173466b40 void 0.000115
+gallium_dri.so free 0x557173466ad0 void 0.000115
+gallium_dri.so malloc 72 0x557173466b80 0.000115
+gallium_dri.so free 0x557173466c00 void 0.000116
+gallium_dri.so free 0x557173466b80 void 0.000114
+gallium_dri.so malloc 72 0x557173466b80 0.000115
+gallium_dri.so free 0x557173466c80 void 0.000114
+gallium_dri.so free 0x557173466b80 void 0.000118
+gallium_dri.so malloc 72 0x557173466cb0 0.000116
+gallium_dri.so free 0x557173466d00 void 0.000115
+gallium_dri.so free 0x557173466cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173466cb0 0.000116
+gallium_dri.so free 0x557173466e00 void 0.000115
+gallium_dri.so free 0x557173466cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173466db0 0.000115
+gallium_dri.so free 0x557173466ec0 void 0.000114
+gallium_dri.so free 0x557173466db0 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466f00 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466fc0 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173467030 0.000122
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so free 0x557173467030 void 0.000116
+gallium_dri.so malloc 72 0x557173467030 0.000114
+gallium_dri.so free 0x557173467180 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x557173467130 0.000113
+gallium_dri.so free 0x557173467240 void 0.000117
+gallium_dri.so free 0x557173467130 void 0.000115
+gallium_dri.so malloc 72 0x5571734671f0 0.000116
+gallium_dri.so free 0x557173467280 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000115
+gallium_dri.so free 0x557173467340 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x557173467380 0.000114
+gallium_dri.so free 0x557173467400 void 0.000116
+gallium_dri.so free 0x557173467380 void 0.000116
+gallium_dri.so malloc 72 0x557173467400 0.000113
+gallium_dri.so free 0x5571734674c0 void 0.000115
+gallium_dri.so free 0x557173467400 void 0.000121
+gallium_dri.so malloc 72 0x557173467400 0.000115
+gallium_dri.so free 0x557173467580 void 0.000115
+gallium_dri.so free 0x557173467400 void 0.000114
+gallium_dri.so malloc 72 0x5571734675a0 0.000114
+gallium_dri.so free 0x557173467640 void 0.000116
+gallium_dri.so free 0x5571734675a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734675f0 0.000125
+gallium_dri.so free 0x5571734676c0 void 0.000117
+gallium_dri.so free 0x5571734675f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734675f0 0.000115
+gallium_dri.so free 0x557173467740 void 0.000115
+gallium_dri.so free 0x5571734675f0 void 0.000114
+gallium_dri.so malloc 72 0x557173467740 0.000114
+gallium_dri.so free 0x557173467800 void 0.000115
+gallium_dri.so free 0x557173467740 void 0.000125
+gallium_dri.so malloc 72 0x557173467740 0.000125
+gallium_dri.so free 0x5571734678c0 void 0.000115
+gallium_dri.so free 0x557173467740 void 0.000115
+gallium_dri.so malloc 72 0x557173467740 0.000116
+gallium_dri.so free 0x557173467980 void 0.000114
+gallium_dri.so free 0x557173467740 void 0.000115
+gallium_dri.so malloc 72 0x557173467930 0.000114
+gallium_dri.so free 0x557173467a40 void 0.000116
+gallium_dri.so free 0x557173467930 void 0.000115
+gallium_dri.so malloc 72 0x5571734679f0 0.000115
+gallium_dri.so free 0x557173467ac0 void 0.000116
+gallium_dri.so free 0x5571734679f0 void 0.000114
+gallium_dri.so malloc 72 0x557173467b10 0.000115
+gallium_dri.so free 0x557173467b80 void 0.000116
+gallium_dri.so free 0x557173467b10 void 0.000114
+gallium_dri.so malloc 72 0x557173467ba0 0.000115
+gallium_dri.so free 0x557173467c40 void 0.000117
+gallium_dri.so free 0x557173467ba0 void 0.000115
+gallium_dri.so malloc 72 0x557173467bf0 0.000127
+gallium_dri.so free 0x557173467cc0 void 0.000116
+gallium_dri.so free 0x557173467bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173467bf0 0.000115
+gallium_dri.so free 0x557173467d40 void 0.000120
+gallium_dri.so free 0x557173467bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173467d40 0.000115
+gallium_dri.so free 0x557173467e00 void 0.000116
+gallium_dri.so free 0x557173467d40 void 0.000114
+gallium_dri.so malloc 72 0x557173467d40 0.000115
+gallium_dri.so free 0x557173467f00 void 0.000115
+gallium_dri.so free 0x557173467d40 void 0.000115
+gallium_dri.so malloc 72 0x557173467eb0 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000116
+gallium_dri.so free 0x557173467eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173467eb0 0.000113
+gallium_dri.so free 0x557173468000 void 0.000116
+gallium_dri.so free 0x557173467eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000115
+gallium_dri.so free 0x5571734680c0 void 0.000116
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x5571734680c0 0.000114
+gallium_dri.so free 0x557173468180 void 0.000116
+gallium_dri.so free 0x5571734680c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734680c0 0.000113
+gallium_dri.so free 0x557173468200 void 0.000115
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468230 0.000165
+gallium_dri.so free 0x557173468280 void 0.000115
+gallium_dri.so free 0x557173468230 void 0.000114
+gallium_dri.so malloc 72 0x557173468230 0.000115
+gallium_dri.so free 0x557173468380 void 0.000115
+gallium_dri.so free 0x557173468230 void 0.000116
+gallium_dri.so malloc 72 0x5571734683c0 0.000114
+gallium_dri.so free 0x557173468440 void 0.000120
+gallium_dri.so free 0x5571734683c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468440 0.000115
+gallium_dri.so free 0x557173468500 void 0.000117
+gallium_dri.so free 0x557173468440 void 0.000115
+gallium_dri.so malloc 72 0x557173468440 0.000114
+gallium_dri.so free 0x557173468580 void 0.000125
+gallium_dri.so free 0x557173468440 void 0.000114
+gallium_dri.so malloc 72 0x5571734685b0 0.000116
+gallium_dri.so free 0x557173468600 void 0.000115
+gallium_dri.so free 0x5571734685b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734685b0 0.000115
+gallium_dri.so free 0x557173468700 void 0.000117
+gallium_dri.so free 0x5571734685b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734686b0 0.000115
+gallium_dri.so free 0x5571734687c0 void 0.000116
+gallium_dri.so free 0x5571734686b0 void 0.000115
+gallium_dri.so malloc 72 0x557173468770 0.000114
+gallium_dri.so free 0x557173468840 void 0.000116
+gallium_dri.so free 0x557173468770 void 0.000115
+gallium_dri.so malloc 72 0x557173468770 0.000117
+gallium_dri.so free 0x557173468900 void 0.000115
+gallium_dri.so free 0x557173468770 void 0.000115
+gallium_dri.so malloc 72 0x557173468770 0.000114
+gallium_dri.so free 0x5571734689c0 void 0.000115
+gallium_dri.so free 0x557173468770 void 0.000115
+gallium_dri.so malloc 72 0x557173468970 0.000115
+gallium_dri.so free 0x557173468a40 void 0.000115
+gallium_dri.so free 0x557173468970 void 0.000114
+gallium_dri.so malloc 72 0x557173468a90 0.000114
+gallium_dri.so free 0x557173468b00 void 0.000115
+gallium_dri.so free 0x557173468a90 void 0.000114
+gallium_dri.so malloc 72 0x557173468b20 0.000119
+gallium_dri.so free 0x557173468bc0 void 0.000116
+gallium_dri.so free 0x557173468b20 void 0.000115
+gallium_dri.so malloc 72 0x557173468b70 0.000115
+gallium_dri.so free 0x557173468c40 void 0.000115
+gallium_dri.so free 0x557173468b70 void 0.000114
+gallium_dri.so malloc 72 0x557173468c40 0.000114
+gallium_dri.so free 0x557173468d00 void 0.000115
+gallium_dri.so free 0x557173468c40 void 0.000113
+gallium_dri.so malloc 72 0x557173468c40 0.000118
+gallium_dri.so free 0x557173468d80 void 0.000115
+gallium_dri.so free 0x557173468c40 void 0.000115
+gallium_dri.so malloc 72 0x557173468d80 0.000114
+gallium_dri.so free 0x557173468e40 void 0.000115
+gallium_dri.so free 0x557173468d80 void 0.000114
+gallium_dri.so malloc 72 0x557173468d80 0.000126
+gallium_dri.so free 0x557173468f00 void 0.000115
+gallium_dri.so free 0x557173468d80 void 0.000114
+gallium_dri.so malloc 72 0x557173468d80 0.000115
+gallium_dri.so free 0x557173468fc0 void 0.000116
+gallium_dri.so free 0x557173468d80 void 0.000114
+gallium_dri.so malloc 72 0x557173468f70 0.000115
+gallium_dri.so free 0x557173469040 void 0.000115
+gallium_dri.so free 0x557173468f70 void 0.000115
+gallium_dri.so malloc 72 0x557173469090 0.000118
+gallium_dri.so free 0x557173469100 void 0.000145
+gallium_dri.so free 0x557173469090 void 0.000115
+gallium_dri.so malloc 72 0x557173469140 0.000115
+gallium_dri.so free 0x5571734691c0 void 0.000115
+gallium_dri.so free 0x557173469140 void 0.000115
+gallium_dri.so malloc 72 0x557173469140 0.000116
+gallium_dri.so free 0x557173469240 void 0.000115
+gallium_dri.so free 0x557173469140 void 0.000116
+gallium_dri.so malloc 72 0x557173469270 0.000114
+gallium_dri.so free 0x5571734692c0 void 0.000115
+gallium_dri.so free 0x557173469270 void 0.000120
+gallium_dri.so malloc 72 0x557173469270 0.000116
+gallium_dri.so free 0x5571734693c0 void 0.000115
+gallium_dri.so free 0x557173469270 void 0.000117
+gallium_dri.so malloc 72 0x557173469370 0.000114
+gallium_dri.so free 0x557173469480 void 0.000115
+gallium_dri.so free 0x557173469370 void 0.000114
+gallium_dri.so malloc 72 0x557173469430 0.000120
+gallium_dri.so free 0x5571734694c0 void 0.000116
+gallium_dri.so free 0x557173469430 void 0.000114
+gallium_dri.so malloc 72 0x557173469430 0.000114
+gallium_dri.so free 0x557173469580 void 0.000115
+gallium_dri.so free 0x557173469430 void 0.000115
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb380 0.000115
+gallium_dri.so free 0x5571735eb440 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb380 0.000115
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb380 0.000115
+gallium_dri.so free 0x557173469740 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so malloc 72 0x5571734696f0 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000116
+gallium_dri.so free 0x5571734696f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb570 0.000115
+gallium_dri.so free 0x5571735eb680 void 0.000114
+gallium_dri.so free 0x5571735eb570 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb630 0.000117
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735eb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb630 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb630 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb630 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb830 0.000114
+gallium_dri.so free 0x5571735eb900 void 0.000118
+gallium_dri.so free 0x5571735eb830 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb950 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb950 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eb9e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba30 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000116
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb00 0.000115
+gallium_dri.so free 0x5571735ebbc0 void 0.000117
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebb00 0.000114
+gallium_dri.so free 0x5571735ebc40 void 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc40 0.000116
+gallium_dri.so free 0x5571735ebd00 void 0.000116
+gallium_dri.so free 0x5571735ebc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc40 0.000115
+gallium_dri.so free 0x5571735ebdc0 void 0.000116
+gallium_dri.so free 0x5571735ebc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc40 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000121
+gallium_dri.so free 0x5571735ebc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe30 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so free 0x5571735ebe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf50 0.000117
+gallium_dri.so free 0x5571735ebfc0 void 0.000115
+gallium_dri.so free 0x5571735ebf50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec000 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec000 0.000116
+gallium_dri.so free 0x5571735ec100 void 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000114
+gallium_dri.so free 0x5571735ec180 void 0.000117
+gallium_dri.so free 0x5571735ec130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000115
+gallium_dri.so free 0x5571735ec280 void 0.000116
+gallium_dri.so free 0x5571735ec130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec230 0.000117
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so free 0x5571735ec230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000114
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000115
+gallium_dri.so free 0x5571735ec440 void 0.000115
+gallium_dri.so free 0x5571735ec2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000113
+gallium_dri.so free 0x5571735ec500 void 0.000121
+gallium_dri.so free 0x5571735ec4b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec4b0 0.000119
+gallium_dri.so free 0x5571735ec600 void 0.000115
+gallium_dri.so free 0x5571735ec4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000116
+gallium_dri.so free 0x5571735ec5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec670 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000117
+gallium_dri.so free 0x5571735ec670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec670 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000116
+gallium_dri.so free 0x5571735ec670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec800 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec880 0.000117
+gallium_dri.so free 0x5571735ec940 void 0.000116
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec880 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000117
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca20 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so free 0x5571735eca20 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecb40 void 0.000116
+gallium_dri.so free 0x5571735eca70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca70 0.000116
+gallium_dri.so free 0x5571735ecbc0 void 0.000115
+gallium_dri.so free 0x5571735eca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000115
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000117
+gallium_dri.so free 0x5571735ece00 void 0.000116
+gallium_dri.so free 0x5571735ecbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000115
+gallium_dri.so free 0x5571735ecec0 void 0.000116
+gallium_dri.so free 0x5571735ecdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ece70 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so free 0x5571735ece70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf90 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ecf90 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed020 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000115
+gallium_dri.so free 0x5571735ed020 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed070 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000115
+gallium_dri.so free 0x5571735ed070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed070 0.000114
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x5571735ed070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed1c0 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed3c0 void 0.000116
+gallium_dri.so free 0x5571735ed330 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed330 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000116
+gallium_dri.so free 0x5571735ed330 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000116
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed540 0.000116
+gallium_dri.so free 0x5571735ed600 void 0.000115
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed540 0.000114
+gallium_dri.so free 0x5571735ed680 void 0.000115
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000115
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000115
+gallium_dri.so free 0x5571735ed800 void 0.000116
+gallium_dri.so free 0x5571735ed6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed840 0.000114
+gallium_dri.so free 0x5571735ed8c0 void 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000114
+gallium_dri.so free 0x5571735ed980 void 0.000116
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8c0 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000116
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda30 0.000115
+gallium_dri.so free 0x5571735eda80 void 0.000116
+gallium_dri.so free 0x5571735eda30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eda30 0.000116
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so free 0x5571735eda30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edb30 0.000115
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbf0 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000123
+gallium_dri.so free 0x5571735edbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edbf0 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edbf0 0.000147
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so free 0x5571735edbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eddf0 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000117
+gallium_dri.so free 0x5571735eddf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735edf10 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edf10 void 0.000117
+gallium_dri.so malloc 72 0x5571735edfa0 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000116
+gallium_dri.so free 0x5571735edfa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edff0 0.000116
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so free 0x5571735edff0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000115
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000116
+gallium_dri.so free 0x5571735ee0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee200 0.000114
+gallium_dri.so free 0x5571735ee2c0 void 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee200 0.000115
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee200 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000118
+gallium_dri.so free 0x5571735ee200 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000115
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee510 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000116
+gallium_dri.so free 0x5571735ee510 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so free 0x5571735ee5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000114
+gallium_dri.so free 0x5571735ee6c0 void 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000115
+gallium_dri.so free 0x5571735ee740 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000116
+gallium_dri.so free 0x5571735ee6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000116
+gallium_dri.so free 0x5571735ee7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000115
+gallium_dri.so free 0x5571735ee940 void 0.000117
+gallium_dri.so free 0x5571735ee8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000115
+gallium_dri.so free 0x5571735eea00 void 0.000116
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea70 0.000119
+gallium_dri.so free 0x5571735eeac0 void 0.000116
+gallium_dri.so free 0x5571735eea70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea70 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eea70 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeb70 0.000115
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so free 0x5571735eeb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec30 0.000114
+gallium_dri.so free 0x5571735eecc0 void 0.000121
+gallium_dri.so free 0x5571735eec30 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec30 0.000115
+gallium_dri.so free 0x5571735eed80 void 0.000115
+gallium_dri.so free 0x5571735eec30 void 0.000115
+gallium_dri.so malloc 72 0x5571735eedc0 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so free 0x5571735eedc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee40 0.000115
+gallium_dri.so free 0x5571735eef00 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee40 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eefe0 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eefe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef030 0.000114
+gallium_dri.so free 0x5571735ef100 void 0.000116
+gallium_dri.so free 0x5571735ef030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef030 0.000113
+gallium_dri.so free 0x5571735ef180 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef180 0.000116
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef180 0.000115
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef180 0.000117
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef370 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000113
+gallium_dri.so free 0x5571735ef370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef430 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so free 0x5571735ef430 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef550 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so free 0x5571735ef550 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5e0 0.000151
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef5e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef630 0.000115
+gallium_dri.so free 0x5571735ef700 void 0.000112
+gallium_dri.so free 0x5571735ef630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef630 0.000118
+gallium_dri.so free 0x5571735ef780 void 0.000119
+gallium_dri.so free 0x5571735ef630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef780 0.000114
+gallium_dri.so free 0x5571735ef840 void 0.000118
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef780 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000133
+gallium_dri.so free 0x5571735ef780 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000210
+gallium_dri.so free 0x5571735ef980 void 0.000216
+gallium_dri.so free 0x5571735ef8f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000116
+gallium_dri.so free 0x5571735efa40 void 0.000117
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000116
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb00 0.000113
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb00 0.000113
+gallium_dri.so free 0x5571735efc40 void 0.000116
+gallium_dri.so free 0x5571735efb00 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc70 0.000114
+gallium_dri.so free 0x5571735efdc0 void 0.000116
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe00 0.000115
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000122
+gallium_dri.so malloc 72 0x5571735efe80 0.000116
+gallium_dri.so free 0x5571735eff40 void 0.000113
+gallium_dri.so free 0x5571735efe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe80 0.000112
+gallium_dri.so free 0x5571735effc0 void 0.000113
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efff0 0.000113
+gallium_dri.so free 0x5571735f0040 void 0.000114
+gallium_dri.so free 0x5571735efff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efff0 0.000124
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735efff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f00f0 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f00f0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f01b0 0.000160
+gallium_dri.so free 0x5571735f0280 void 0.000268
+gallium_dri.so free 0x5571735f01b0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f01b0 0.000191
+gallium_dri.so free 0x5571735f0340 void 0.000158
+gallium_dri.so free 0x5571735f01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01b0 0.000116
+gallium_dri.so free 0x5571735f0400 void 0.000129
+gallium_dri.so free 0x5571735f01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03b0 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f04d0 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f04d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0560 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0560 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05b0 0.000116
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000121
+gallium_dri.so free 0x5571735f0740 void 0.000122
+gallium_dri.so free 0x5571735f0680 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0680 0.000120
+gallium_dri.so free 0x5571735f07c0 void 0.000121
+gallium_dri.so free 0x5571735f0680 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07c0 0.000123
+gallium_dri.so free 0x5571735f0880 void 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f07c0 0.000121
+gallium_dri.so free 0x5571735f0940 void 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07c0 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000123
+gallium_dri.so free 0x5571735f07c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f09b0 0.000121
+gallium_dri.so free 0x5571735f0a80 void 0.000122
+gallium_dri.so free 0x5571735f09b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ad0 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000122
+gallium_dri.so free 0x5571735f0ad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0b80 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b80 0.000119
+gallium_dri.so free 0x5571735f0c80 void 0.000121
+gallium_dri.so free 0x5571735f0b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000154
+gallium_dri.so free 0x5571735f0d00 void 0.000123
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0db0 0.000121
+gallium_dri.so free 0x5571735f0ec0 void 0.000122
+gallium_dri.so free 0x5571735f0db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0e70 0.000120
+gallium_dri.so free 0x5571735f0f00 void 0.000123
+gallium_dri.so free 0x5571735f0e70 void 0.000170
+gallium_dri.so malloc 72 0x5571735f0e70 0.000121
+gallium_dri.so free 0x5571735f0fc0 void 0.000126
+gallium_dri.so free 0x5571735f0e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1030 0.000120
+gallium_dri.so free 0x5571735f1080 void 0.000121
+gallium_dri.so free 0x5571735f1030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1030 0.000129
+gallium_dri.so free 0x5571735f1180 void 0.000135
+gallium_dri.so free 0x5571735f1030 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1130 0.000127
+gallium_dri.so free 0x5571735f1240 void 0.000121
+gallium_dri.so free 0x5571735f1130 void 0.000125
+gallium_dri.so malloc 72 0x5571735f11f0 0.000130
+gallium_dri.so free 0x5571735f1280 void 0.000132
+gallium_dri.so free 0x5571735f11f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f11f0 0.000125
+gallium_dri.so free 0x5571735f1340 void 0.000121
+gallium_dri.so free 0x5571735f11f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1380 0.000122
+gallium_dri.so free 0x5571735f1400 void 0.000123
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1400 0.000121
+gallium_dri.so free 0x5571735f14c0 void 0.000131
+gallium_dri.so free 0x5571735f1400 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1400 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000128
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15a0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f15a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000115
+gallium_dri.so free 0x5571735f16c0 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1740 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1740 0.000114
+gallium_dri.so free 0x5571735f18c0 void 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1740 0.000115
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1930 0.000114
+gallium_dri.so free 0x5571735f1a40 void 0.000115
+gallium_dri.so free 0x5571735f1930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f19f0 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000121
+gallium_dri.so free 0x5571735f19f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b10 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so free 0x5571735f1b10 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ba0 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so free 0x5571735f1ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000112
+gallium_dri.so free 0x5571735f1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000112
+gallium_dri.so free 0x5571735f1d40 void 0.000112
+gallium_dri.so free 0x5571735f1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d40 0.000114
+gallium_dri.so free 0x5571735f1e00 void 0.000118
+gallium_dri.so free 0x5571735f1d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1d40 0.000119
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000114
+gallium_dri.so free 0x5571735f1f40 void 0.000122
+gallium_dri.so free 0x5571735f1eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000123
+gallium_dri.so free 0x5571735f2000 void 0.000119
+gallium_dri.so free 0x5571735f1eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2040 0.000115
+gallium_dri.so free 0x5571735f20c0 void 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20c0 0.000114
+gallium_dri.so free 0x5571735f2180 void 0.000115
+gallium_dri.so free 0x5571735f20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20c0 0.000115
+gallium_dri.so free 0x5571735f2200 void 0.000115
+gallium_dri.so free 0x5571735f20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2230 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000115
+gallium_dri.so free 0x5571735f2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000114
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f23c0 0.000114
+gallium_dri.so free 0x5571735f2440 void 0.000115
+gallium_dri.so free 0x5571735f23c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f2440 0.000115
+gallium_dri.so free 0x5571735f2500 void 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2440 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f25b0 0.000115
+gallium_dri.so free 0x5571735f2600 void 0.000116
+gallium_dri.so free 0x5571735f25b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f25b0 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f25b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f26b0 0.000117
+gallium_dri.so free 0x5571735f27c0 void 0.000116
+gallium_dri.so free 0x5571735f26b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000116
+gallium_dri.so free 0x5571735f2770 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x5571735f2900 void 0.000115
+gallium_dri.so free 0x5571735f2770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571735f2770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a90 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000116
+gallium_dri.so free 0x5571735f2a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b20 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so free 0x5571735f2b20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b70 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so free 0x5571735f2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2c40 0.000114
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2c40 0.000118
+gallium_dri.so free 0x5571735f2d80 void 0.000116
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d80 0.000115
+gallium_dri.so free 0x5571735f2e40 void 0.000115
+gallium_dri.so free 0x5571735f2d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d80 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000116
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d80 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000115
+gallium_dri.so free 0x5571735f2d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2f70 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000117
+gallium_dri.so free 0x5571735f2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3090 0.000116
+gallium_dri.so free 0x5571735f3100 void 0.000115
+gallium_dri.so free 0x5571735f3090 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3140 0.000115
+gallium_dri.so free 0x5571735f31c0 void 0.000116
+gallium_dri.so free 0x5571735f3140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3140 0.000113
+gallium_dri.so free 0x5571735f3240 void 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3270 0.000126
+gallium_dri.so free 0x5571735f32c0 void 0.000117
+gallium_dri.so free 0x5571735f3270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3270 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3370 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f3370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3430 0.000114
+gallium_dri.so free 0x5571735f34c0 void 0.000124
+gallium_dri.so free 0x5571735f3430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3430 0.000115
+gallium_dri.so free 0x5571735f3580 void 0.000116
+gallium_dri.so free 0x5571735f3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f35f0 0.000116
+gallium_dri.so free 0x5571735f3640 void 0.000115
+gallium_dri.so free 0x5571735f35f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f35f0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735f35f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da8c0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa30 0.000124
+gallium_dri.so free 0x5571735daa80 void 0.000116
+gallium_dri.so free 0x5571735daa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa30 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000118
+gallium_dri.so free 0x5571735daa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dabf0 0.000115
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dabf0 0.000115
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadf0 0.000153
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dadf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf10 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dafa0 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735dafa0 void 0.000116
+gallium_dri.so malloc 72 0x5571735daff0 0.000163
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000115
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db200 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so malloc 72 0x5571735db200 0.000115
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db3f0 0.000117
+gallium_dri.so free 0x5571735db4c0 void 0.000116
+gallium_dri.so free 0x5571735db3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db510 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db510 void 0.000121
+gallium_dri.so malloc 72 0x5571735db5c0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000117
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000135
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db6f0 0.000113
+gallium_dri.so free 0x5571735db740 void 0.000116
+gallium_dri.so free 0x5571735db6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6f0 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7f0 0.000115
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8b0 0.000114
+gallium_dri.so free 0x5571735db940 void 0.000114
+gallium_dri.so free 0x5571735db8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db8b0 0.000114
+gallium_dri.so free 0x5571735dba00 void 0.000116
+gallium_dri.so free 0x5571735db8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbac0 void 0.000115
+gallium_dri.so free 0x5571735dba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba70 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000124
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so free 0x5571735dbc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000118
+gallium_dri.so free 0x5571735dbc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000116
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbe40 0.000115
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000116
+gallium_dri.so free 0x5571735dbfc0 void 0.000116
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000115
+gallium_dri.so free 0x5571735dc080 void 0.000116
+gallium_dri.so free 0x5571735dbfe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc180 void 0.000117
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc180 0.000115
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc180 0.000125
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc180 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc370 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000116
+gallium_dri.so free 0x5571735dc370 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc430 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc550 0.000117
+gallium_dri.so free 0x5571735dc5c0 void 0.000116
+gallium_dri.so free 0x5571735dc550 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000119
+gallium_dri.so free 0x5571735dc5e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc630 0.000115
+gallium_dri.so free 0x5571735dc700 void 0.000154
+gallium_dri.so free 0x5571735dc630 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc630 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000116
+gallium_dri.so free 0x5571735dc630 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc780 0.000115
+gallium_dri.so free 0x5571735dc840 void 0.000117
+gallium_dri.so free 0x5571735dc780 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc780 0.000128
+gallium_dri.so free 0x5571735dc940 void 0.000117
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dc980 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dca40 void 0.000116
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcb00 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000114
+gallium_dri.so free 0x5571735dcc40 void 0.000116
+gallium_dri.so free 0x5571735dcb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc70 0.000119
+gallium_dri.so free 0x5571735dccc0 void 0.000117
+gallium_dri.so free 0x5571735dcc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc70 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000116
+gallium_dri.so free 0x5571735dcc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce00 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735dce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce80 0.000161
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce80 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000117
+gallium_dri.so free 0x5571735dd280 void 0.000116
+gallium_dri.so free 0x5571735dd1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000116
+gallium_dri.so free 0x5571735dd1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571735dd3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000127
+gallium_dri.so free 0x5571735dd540 void 0.000116
+gallium_dri.so free 0x5571735dd4d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd560 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000117
+gallium_dri.so free 0x5571735dd560 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000116
+gallium_dri.so free 0x5571735dd5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd680 0.000116
+gallium_dri.so free 0x5571735dd740 void 0.000116
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd680 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000115
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000115
+gallium_dri.so free 0x5571735dd7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so free 0x5571735dd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddad0 0.000126
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so free 0x5571735ddad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb80 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb80 0.000117
+gallium_dri.so free 0x5571735ddc80 void 0.000117
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000114
+gallium_dri.so free 0x5571735ddd00 void 0.000116
+gallium_dri.so free 0x5571735ddcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735ddcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddb0 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735dddb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde70 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so free 0x5571735dde70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dde70 0.000122
+gallium_dri.so free 0x5571735ddfc0 void 0.000116
+gallium_dri.so free 0x5571735dde70 void 0.000115
+gallium_dri.so malloc 72 0x5571735de030 0.000115
+gallium_dri.so free 0x5571735de080 void 0.000116
+gallium_dri.so free 0x5571735de030 void 0.000115
+gallium_dri.so malloc 72 0x5571735de030 0.000188
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de030 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so free 0x5571735de1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de380 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000117
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000115
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de5a0 0.000115
+gallium_dri.so free 0x5571735de640 void 0.000116
+gallium_dri.so free 0x5571735de5a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de5f0 0.000116
+gallium_dri.so free 0x5571735de6c0 void 0.000115
+gallium_dri.so free 0x5571735de5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000126
+gallium_dri.so free 0x5571735de740 void 0.000116
+gallium_dri.so free 0x5571735de5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de740 0.000116
+gallium_dri.so free 0x5571735de800 void 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so malloc 72 0x5571735de740 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000115
+gallium_dri.so malloc 72 0x5571735de740 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so malloc 72 0x5571735de930 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de930 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000116
+gallium_dri.so free 0x5571735de9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb10 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deb10 void 0.000115
+gallium_dri.so malloc 72 0x5571735deba0 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000116
+gallium_dri.so free 0x5571735deba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debf0 0.000115
+gallium_dri.so free 0x5571735decc0 void 0.000115
+gallium_dri.so free 0x5571735debf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735debf0 0.000127
+gallium_dri.so free 0x5571735ded40 void 0.000115
+gallium_dri.so free 0x5571735debf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded40 0.000115
+gallium_dri.so free 0x5571735dee00 void 0.000116
+gallium_dri.so free 0x5571735ded40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ded40 0.000116
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735ded40 void 0.000115
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000116
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000114
+gallium_dri.so free 0x5571735df000 void 0.000117
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df040 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0c0 0.000120
+gallium_dri.so free 0x5571735df180 void 0.000120
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df0c0 0.000115
+gallium_dri.so free 0x5571735df200 void 0.000116
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000120
+gallium_dri.so free 0x5571735df280 void 0.000116
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000162
+gallium_dri.so free 0x5571735df380 void 0.000117
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3c0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000116
+gallium_dri.so free 0x5571735df3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5b0 0.000117
+gallium_dri.so free 0x5571735df600 void 0.000116
+gallium_dri.so free 0x5571735df5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5b0 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000116
+gallium_dri.so free 0x5571735df6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df770 0.000156
+gallium_dri.so free 0x5571735df840 void 0.000117
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df770 void 0.000175
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df970 0.000117
+gallium_dri.so free 0x5571735dfa40 void 0.000118
+gallium_dri.so free 0x5571735df970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa90 0.000116
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735dfa90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb20 0.000114
+gallium_dri.so free 0x5571735dfbc0 void 0.000116
+gallium_dri.so free 0x5571735dfb20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000116
+gallium_dri.so free 0x5571735dfc40 void 0.000116
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc40 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000116
+gallium_dri.so free 0x5571735dfc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc40 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd80 0.000124
+gallium_dri.so free 0x5571735dfe40 void 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd80 0.000116
+gallium_dri.so free 0x5571735dff00 void 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd80 0.000115
+gallium_dri.so free 0x5571735dffc0 void 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dff70 0.000124
+gallium_dri.so free 0x5571735e0040 void 0.000123
+gallium_dri.so free 0x5571735dff70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0090 0.000124
+gallium_dri.so free 0x5571735e0100 void 0.000122
+gallium_dri.so free 0x5571735e0090 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0140 0.000123
+gallium_dri.so free 0x5571735e01c0 void 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0140 0.000119
+gallium_dri.so free 0x5571735e0240 void 0.000120
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0270 0.000118
+gallium_dri.so free 0x5571735e02c0 void 0.000116
+gallium_dri.so free 0x5571735e0270 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0270 0.000126
+gallium_dri.so free 0x5571735e03c0 void 0.000124
+gallium_dri.so free 0x5571735e0270 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0370 0.000172
+gallium_dri.so free 0x5571735e0480 void 0.000125
+gallium_dri.so free 0x5571735e0370 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0430 0.000132
+gallium_dri.so free 0x5571735e04c0 void 0.000130
+gallium_dri.so free 0x5571735e0430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0430 0.000130
+gallium_dri.so free 0x5571735e0580 void 0.000127
+gallium_dri.so free 0x5571735e0430 void 0.000121
+gallium_dri.so malloc 72 0x5571735e05f0 0.000120
+gallium_dri.so free 0x5571735e0640 void 0.000122
+gallium_dri.so free 0x5571735e05f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e05f0 0.000131
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so free 0x5571735e05f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06f0 0.000127
+gallium_dri.so free 0x5571735e0800 void 0.000126
+gallium_dri.so free 0x5571735e06f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e07b0 0.000127
+gallium_dri.so free 0x5571735e0840 void 0.000132
+gallium_dri.so free 0x5571735e07b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e07b0 0.000121
+gallium_dri.so free 0x5571735e0900 void 0.000140
+gallium_dri.so free 0x5571735e07b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0940 0.000122
+gallium_dri.so free 0x5571735e09c0 void 0.000122
+gallium_dri.so free 0x5571735e0940 void 0.000126
+gallium_dri.so malloc 72 0x5571735e09c0 0.000130
+gallium_dri.so free 0x5571735e0a80 void 0.000130
+gallium_dri.so free 0x5571735e09c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e09c0 0.000126
+gallium_dri.so free 0x5571735e0b40 void 0.000131
+gallium_dri.so free 0x5571735e09c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0b60 0.000126
+gallium_dri.so free 0x5571735e0c00 void 0.000122
+gallium_dri.so free 0x5571735e0b60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000129
+gallium_dri.so free 0x5571735e0c80 void 0.000130
+gallium_dri.so free 0x5571735e0bb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000121
+gallium_dri.so free 0x5571735e0d00 void 0.000127
+gallium_dri.so free 0x5571735e0bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0d00 0.000129
+gallium_dri.so free 0x5571735e0dc0 void 0.000137
+gallium_dri.so free 0x5571735e0d00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0d00 0.000131
+gallium_dri.so free 0x5571735e0e80 void 0.000141
+gallium_dri.so free 0x5571735e0d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0d00 0.000133
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so free 0x5571735e0d00 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000125
+gallium_dri.so free 0x5571735e1000 void 0.000112
+gallium_dri.so free 0x5571735e0ef0 void 0.000260
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000185
+gallium_dri.so free 0x5571735e1080 void 0.000131
+gallium_dri.so free 0x5571735e0fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e10d0 0.000130
+gallium_dri.so free 0x5571735e1140 void 0.000130
+gallium_dri.so free 0x5571735e10d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1160 0.000125
+gallium_dri.so free 0x5571735e1200 void 0.000127
+gallium_dri.so free 0x5571735e1160 void 0.000135
+gallium_dri.so malloc 72 0x5571735e11b0 0.000132
+gallium_dri.so free 0x5571735e1280 void 0.000130
+gallium_dri.so free 0x5571735e11b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e11b0 0.000126
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e11b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1300 0.000138
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so free 0x5571735e1300 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1300 0.000124
+gallium_dri.so free 0x5571735e14c0 void 0.000121
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1470 0.000126
+gallium_dri.so free 0x5571735e1500 void 0.000123
+gallium_dri.so free 0x5571735e1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1470 0.000125
+gallium_dri.so free 0x5571735e15c0 void 0.000130
+gallium_dri.so free 0x5571735e1470 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1600 0.000121
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1680 0.000129
+gallium_dri.so free 0x5571735e1740 void 0.000129
+gallium_dri.so free 0x5571735e1680 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1680 0.000121
+gallium_dri.so free 0x5571735e17c0 void 0.000121
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e1840 void 0.000120
+gallium_dri.so free 0x5571735e17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000133
+gallium_dri.so free 0x5571735e17f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1980 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000122
+gallium_dri.so free 0x5571735e1980 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a00 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000120
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a00 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000123
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b70 0.000126
+gallium_dri.so free 0x5571735e1bc0 void 0.000123
+gallium_dri.so free 0x5571735e1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b70 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000121
+gallium_dri.so free 0x5571735e1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c70 0.000122
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000123
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000123
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000172
+gallium_dri.so free 0x5571735e1f80 void 0.000122
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f30 0.000120
+gallium_dri.so free 0x5571735e2000 void 0.000122
+gallium_dri.so free 0x5571735e1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2050 0.000121
+gallium_dri.so free 0x5571735e20c0 void 0.000121
+gallium_dri.so free 0x5571735e2050 void 0.000126
+gallium_dri.so malloc 72 0x5571735e20e0 0.000116
+gallium_dri.so free 0x5571735e2180 void 0.000115
+gallium_dri.so free 0x5571735e20e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2130 0.000116
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2200 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2200 0.000115
+gallium_dri.so free 0x5571735e2340 void 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2340 0.000116
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2340 void 0.000157
+gallium_dri.so malloc 72 0x5571735e2340 0.000116
+gallium_dri.so free 0x5571735e24c0 void 0.000116
+gallium_dri.so free 0x5571735e2340 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2340 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so free 0x5571735e2340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2530 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2650 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735e2650 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2700 0.000112
+gallium_dri.so free 0x5571735e2800 void 0.000112
+gallium_dri.so free 0x5571735e2700 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2830 0.000113
+gallium_dri.so free 0x5571735e2880 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2830 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2930 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e2930 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29f0 0.000118
+gallium_dri.so free 0x5571735e2a80 void 0.000118
+gallium_dri.so free 0x5571735e29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29f0 0.000118
+gallium_dri.so free 0x5571735e2b40 void 0.000117
+gallium_dri.so free 0x5571735e29f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000116
+gallium_dri.so free 0x5571735e2c00 void 0.000116
+gallium_dri.so free 0x5571735e2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000115
+gallium_dri.so free 0x5571735e2dc0 void 0.000116
+gallium_dri.so free 0x5571735e2cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000115
+gallium_dri.so free 0x5571735e2ec0 void 0.000116
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f00 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3120 0.000121
+gallium_dri.so free 0x5571735e31c0 void 0.000116
+gallium_dri.so free 0x5571735e3120 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3170 0.000115
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e3170 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3170 0.000119
+gallium_dri.so free 0x5571735e32c0 void 0.000115
+gallium_dri.so free 0x5571735e3170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e32c0 0.000115
+gallium_dri.so free 0x5571735e3380 void 0.000117
+gallium_dri.so free 0x5571735e32c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e32c0 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000117
+gallium_dri.so free 0x5571735e32c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e32c0 0.000116
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so free 0x5571735e32c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34b0 0.000115
+gallium_dri.so free 0x5571735e35c0 void 0.000116
+gallium_dri.so free 0x5571735e34b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3570 0.000114
+gallium_dri.so free 0x5571735e3640 void 0.000116
+gallium_dri.so free 0x5571735e3570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3690 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000116
+gallium_dri.so free 0x5571735e3690 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3720 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735e3720 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3770 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000113
+gallium_dri.so free 0x5571735e3770 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000112
+gallium_dri.so free 0x557173588440 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588490 0.000113
+gallium_dri.so free 0x557173588500 void 0.000114
+gallium_dri.so free 0x557173588490 void 0.000122
+gallium_dri.so malloc 72 0x557173588540 0.000114
+gallium_dri.so free 0x5571735885c0 void 0.000113
+gallium_dri.so free 0x557173588540 void 0.000112
+gallium_dri.so malloc 72 0x557173588540 0.000116
+gallium_dri.so free 0x557173588640 void 0.000115
+gallium_dri.so free 0x557173588540 void 0.000113
+gallium_dri.so malloc 72 0x557173588670 0.000112
+gallium_dri.so free 0x5571735886c0 void 0.000113
+gallium_dri.so free 0x557173588670 void 0.000113
+gallium_dri.so malloc 72 0x557173588670 0.000114
+gallium_dri.so free 0x5571735887c0 void 0.000113
+gallium_dri.so free 0x557173588670 void 0.000112
+gallium_dri.so malloc 72 0x557173588770 0.000120
+gallium_dri.so free 0x557173588880 void 0.000128
+gallium_dri.so free 0x557173588770 void 0.000113
+gallium_dri.so malloc 72 0x557173588830 0.000116
+gallium_dri.so free 0x5571735888c0 void 0.000116
+gallium_dri.so free 0x557173588830 void 0.000115
+gallium_dri.so malloc 72 0x557173588830 0.000114
+gallium_dri.so free 0x557173588980 void 0.000116
+gallium_dri.so free 0x557173588830 void 0.000115
+gallium_dri.so malloc 72 0x5571735889f0 0.000115
+gallium_dri.so free 0x557173588a40 void 0.000115
+gallium_dri.so free 0x5571735889f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735889f0 0.000114
+gallium_dri.so free 0x557173588b40 void 0.000116
+gallium_dri.so free 0x5571735889f0 void 0.000115
+gallium_dri.so malloc 72 0x557173588af0 0.000114
+gallium_dri.so free 0x557173588c00 void 0.000115
+gallium_dri.so free 0x557173588af0 void 0.000114
+gallium_dri.so malloc 72 0x557173588bb0 0.000117
+gallium_dri.so free 0x557173588c40 void 0.000116
+gallium_dri.so free 0x557173588bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173588bb0 0.000114
+gallium_dri.so free 0x557173588d00 void 0.000117
+gallium_dri.so free 0x557173588bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173588d40 0.000115
+gallium_dri.so free 0x557173588dc0 void 0.000118
+gallium_dri.so free 0x557173588d40 void 0.000115
+gallium_dri.so malloc 72 0x557173588dc0 0.000115
+gallium_dri.so free 0x557173588e80 void 0.000116
+gallium_dri.so free 0x557173588dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173588dc0 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000116
+gallium_dri.so free 0x557173588dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173588f60 0.000115
+gallium_dri.so free 0x557173589000 void 0.000116
+gallium_dri.so free 0x557173588f60 void 0.000114
+gallium_dri.so malloc 72 0x557173588fb0 0.000115
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x557173588fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173588fb0 0.000115
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so free 0x557173588fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x5571735891c0 void 0.000115
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000115
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000115
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x5571735892f0 0.000116
+gallium_dri.so free 0x557173589400 void 0.000116
+gallium_dri.so free 0x5571735892f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735894d0 0.000118
+gallium_dri.so free 0x557173589540 void 0.000115
+gallium_dri.so free 0x5571735894d0 void 0.000113
+gallium_dri.so malloc 72 0x557173589560 0.000112
+gallium_dri.so free 0x557173589600 void 0.000115
+gallium_dri.so free 0x557173589560 void 0.000112
+gallium_dri.so malloc 72 0x5571735895b0 0.000112
+gallium_dri.so free 0x557173589680 void 0.000113
+gallium_dri.so free 0x5571735895b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735895b0 0.000112
+gallium_dri.so free 0x557173589700 void 0.000113
+gallium_dri.so free 0x5571735895b0 void 0.000114
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x557173589700 void 0.000112
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000113
+gallium_dri.so free 0x557173589700 void 0.000112
+gallium_dri.so malloc 72 0x557173589870 0.000114
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so free 0x557173589870 void 0.000112
+gallium_dri.so malloc 72 0x557173589870 0.000112
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so free 0x557173589870 void 0.000113
+gallium_dri.so malloc 72 0x557173589a00 0.000113
+gallium_dri.so free 0x557173589a80 void 0.000116
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so malloc 72 0x557173589a80 0.000127
+gallium_dri.so free 0x557173589b40 void 0.000116
+gallium_dri.so free 0x557173589a80 void 0.000114
+gallium_dri.so malloc 72 0x557173589a80 0.000114
+gallium_dri.so free 0x557173589bc0 void 0.000115
+gallium_dri.so free 0x557173589a80 void 0.000114
+gallium_dri.so malloc 72 0x557173589bf0 0.000117
+gallium_dri.so free 0x557173589c40 void 0.000115
+gallium_dri.so free 0x557173589bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173589bf0 0.000115
+gallium_dri.so free 0x557173589d40 void 0.000116
+gallium_dri.so free 0x557173589bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173589d80 0.000116
+gallium_dri.so free 0x557173589e00 void 0.000116
+gallium_dri.so free 0x557173589d80 void 0.000115
+gallium_dri.so malloc 72 0x557173589e00 0.000115
+gallium_dri.so free 0x557173589ec0 void 0.000117
+gallium_dri.so free 0x557173589e00 void 0.000116
+gallium_dri.so malloc 72 0x557173589e00 0.000116
+gallium_dri.so free 0x557173589f40 void 0.000115
+gallium_dri.so free 0x557173589e00 void 0.000116
+gallium_dri.so malloc 72 0x557173589f70 0.000114
+gallium_dri.so free 0x557173589fc0 void 0.000116
+gallium_dri.so free 0x557173589f70 void 0.000114
+gallium_dri.so malloc 72 0x557173589f70 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000118
+gallium_dri.so free 0x557173589f70 void 0.000143
+gallium_dri.so malloc 72 0x55717358a070 0.000170
+gallium_dri.so free 0x55717358a180 void 0.000116
+gallium_dri.so free 0x55717358a070 void 0.000115
+gallium_dri.so malloc 72 0x55717358a130 0.000117
+gallium_dri.so free 0x55717358a200 void 0.000115
+gallium_dri.so free 0x55717358a130 void 0.000113
+gallium_dri.so malloc 72 0x55717358a130 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so free 0x55717358a130 void 0.000115
+gallium_dri.so malloc 72 0x55717358a130 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000125
+gallium_dri.so free 0x55717358a130 void 0.000115
+gallium_dri.so malloc 72 0x55717358a330 0.000116
+gallium_dri.so free 0x55717358a400 void 0.000116
+gallium_dri.so free 0x55717358a330 void 0.000114
+gallium_dri.so malloc 72 0x55717358a450 0.000115
+gallium_dri.so free 0x55717358a4c0 void 0.000116
+gallium_dri.so free 0x55717358a450 void 0.000115
+gallium_dri.so malloc 72 0x55717358a4e0 0.000115
+gallium_dri.so free 0x55717358a580 void 0.000116
+gallium_dri.so free 0x55717358a4e0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a530 0.000114
+gallium_dri.so free 0x55717358a600 void 0.000115
+gallium_dri.so free 0x55717358a530 void 0.000115
+gallium_dri.so malloc 72 0x55717358a600 0.000116
+gallium_dri.so free 0x55717358a6c0 void 0.000116
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so malloc 72 0x55717358a600 0.000115
+gallium_dri.so free 0x55717358a740 void 0.000114
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so malloc 72 0x55717358a740 0.000114
+gallium_dri.so free 0x55717358a800 void 0.000114
+gallium_dri.so free 0x55717358a740 void 0.000112
+gallium_dri.so malloc 72 0x55717358a740 0.000111
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a740 void 0.000114
+gallium_dri.so malloc 72 0x55717358a740 0.000113
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so free 0x55717358a740 void 0.000113
+gallium_dri.so malloc 72 0x55717358a930 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000114
+gallium_dri.so free 0x55717358a930 void 0.000113
+gallium_dri.so malloc 72 0x55717358aa50 0.000113
+gallium_dri.so free 0x55717358aac0 void 0.000116
+gallium_dri.so free 0x55717358aa50 void 0.000111
+gallium_dri.so malloc 72 0x55717358ab00 0.000113
+gallium_dri.so free 0x55717358ab80 void 0.000114
+gallium_dri.so free 0x55717358ab00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ab00 0.000114
+gallium_dri.so free 0x55717358ac00 void 0.000122
+gallium_dri.so free 0x55717358ab00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ac30 0.000113
+gallium_dri.so free 0x55717358ac80 void 0.000114
+gallium_dri.so free 0x55717358ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ac30 0.000138
+gallium_dri.so free 0x55717358ad80 void 0.000117
+gallium_dri.so free 0x55717358ac30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ad30 0.000114
+gallium_dri.so free 0x55717358ae40 void 0.000115
+gallium_dri.so free 0x55717358ad30 void 0.000114
+gallium_dri.so malloc 72 0x55717358adf0 0.000114
+gallium_dri.so free 0x55717358ae80 void 0.000117
+gallium_dri.so free 0x55717358adf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358adf0 0.000116
+gallium_dri.so free 0x55717358af40 void 0.000115
+gallium_dri.so free 0x55717358adf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358afb0 0.000115
+gallium_dri.so free 0x55717358b000 void 0.000114
+gallium_dri.so free 0x55717358afb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358afb0 0.000113
+gallium_dri.so free 0x55717358b100 void 0.000116
+gallium_dri.so free 0x55717358afb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b0b0 0.000115
+gallium_dri.so free 0x55717358b1c0 void 0.000115
+gallium_dri.so free 0x55717358b0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b170 0.000113
+gallium_dri.so free 0x55717358b200 void 0.000116
+gallium_dri.so free 0x55717358b170 void 0.000113
+gallium_dri.so malloc 72 0x55717358b170 0.000115
+gallium_dri.so free 0x55717358b2c0 void 0.000123
+gallium_dri.so free 0x55717358b170 void 0.000115
+gallium_dri.so malloc 72 0x55717358b300 0.000126
+gallium_dri.so free 0x55717358b380 void 0.000115
+gallium_dri.so free 0x55717358b300 void 0.000114
+gallium_dri.so malloc 72 0x55717358b380 0.000115
+gallium_dri.so free 0x55717358b440 void 0.000114
+gallium_dri.so free 0x55717358b380 void 0.000112
+gallium_dri.so malloc 72 0x55717358b380 0.000114
+gallium_dri.so free 0x55717358b500 void 0.000115
+gallium_dri.so free 0x55717358b380 void 0.000111
+gallium_dri.so malloc 72 0x55717358b520 0.000112
+gallium_dri.so free 0x55717358b5c0 void 0.000115
+gallium_dri.so free 0x55717358b520 void 0.000113
+gallium_dri.so malloc 72 0x55717358b570 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x55717358b570 void 0.000112
+gallium_dri.so malloc 72 0x55717358b570 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so free 0x55717358b570 void 0.000111
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b780 void 0.000112
+gallium_dri.so free 0x55717358b6c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358b6c0 0.000112
+gallium_dri.so free 0x55717358b840 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8b0 0.000164
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so free 0x55717358b8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000114
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba90 0.000115
+gallium_dri.so free 0x55717358bb00 void 0.000116
+gallium_dri.so free 0x55717358ba90 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb20 0.000118
+gallium_dri.so free 0x55717358bbc0 void 0.000116
+gallium_dri.so free 0x55717358bb20 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb70 0.000118
+gallium_dri.so free 0x55717358bc40 void 0.000115
+gallium_dri.so free 0x55717358bb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb70 0.000117
+gallium_dri.so free 0x55717358bcc0 void 0.000116
+gallium_dri.so free 0x55717358bb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcc0 0.000114
+gallium_dri.so free 0x55717358bd80 void 0.000116
+gallium_dri.so free 0x55717358bcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcc0 0.000114
+gallium_dri.so free 0x55717358be80 void 0.000116
+gallium_dri.so free 0x55717358bcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358be30 0.000114
+gallium_dri.so free 0x55717358bec0 void 0.000116
+gallium_dri.so free 0x55717358be30 void 0.000115
+gallium_dri.so malloc 72 0x55717358be30 0.000206
+gallium_dri.so free 0x55717358bf80 void 0.000117
+gallium_dri.so free 0x55717358be30 void 0.000115
+gallium_dri.so malloc 72 0x55717358bfc0 0.000114
+gallium_dri.so free 0x55717358c040 void 0.000116
+gallium_dri.so free 0x55717358bfc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c040 0.000115
+gallium_dri.so free 0x55717358c100 void 0.000116
+gallium_dri.so free 0x55717358c040 void 0.000114
+gallium_dri.so malloc 72 0x55717358c040 0.000114
+gallium_dri.so free 0x55717358c180 void 0.000115
+gallium_dri.so free 0x55717358c040 void 0.000124
+gallium_dri.so malloc 72 0x55717358c1b0 0.000115
+gallium_dri.so free 0x55717358c200 void 0.000116
+gallium_dri.so free 0x55717358c1b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c1b0 0.000115
+gallium_dri.so free 0x55717358c300 void 0.000117
+gallium_dri.so free 0x55717358c1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c340 0.000114
+gallium_dri.so free 0x55717358c3c0 void 0.000116
+gallium_dri.so free 0x55717358c340 void 0.000116
+gallium_dri.so malloc 72 0x55717358c3c0 0.000115
+gallium_dri.so free 0x55717358c480 void 0.000116
+gallium_dri.so free 0x55717358c3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c3c0 0.000114
+gallium_dri.so free 0x55717358c500 void 0.000116
+gallium_dri.so free 0x55717358c3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c530 0.000126
+gallium_dri.so free 0x55717358c580 void 0.000114
+gallium_dri.so free 0x55717358c530 void 0.000114
+gallium_dri.so malloc 72 0x55717358c530 0.000114
+gallium_dri.so free 0x55717358c680 void 0.000113
+gallium_dri.so free 0x55717358c530 void 0.000114
+gallium_dri.so malloc 72 0x55717358c630 0.000114
+gallium_dri.so free 0x55717358c740 void 0.000114
+gallium_dri.so free 0x55717358c630 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6f0 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so free 0x55717358c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c6f0 0.000112
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c6f0 0.000112
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so free 0x55717358c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8f0 0.000112
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so free 0x55717358c8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca10 0.000112
+gallium_dri.so free 0x55717358ca80 void 0.000115
+gallium_dri.so free 0x55717358ca10 void 0.000116
+gallium_dri.so malloc 72 0x55717358caa0 0.000116
+gallium_dri.so free 0x55717358cb40 void 0.000113
+gallium_dri.so free 0x55717358caa0 void 0.000114
+gallium_dri.so malloc 72 0x55717358caf0 0.000166
+gallium_dri.so free 0x55717358cbc0 void 0.000116
+gallium_dri.so free 0x55717358caf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cbc0 0.000115
+gallium_dri.so free 0x55717358cc80 void 0.000115
+gallium_dri.so free 0x55717358cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cbc0 0.000115
+gallium_dri.so free 0x55717358cd00 void 0.000117
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd00 0.000114
+gallium_dri.so free 0x55717358cdc0 void 0.000115
+gallium_dri.so free 0x55717358cd00 void 0.000114
+gallium_dri.so malloc 72 0x55717358cd00 0.000114
+gallium_dri.so free 0x55717358ce80 void 0.000115
+gallium_dri.so free 0x55717358cd00 void 0.000115
+gallium_dri.so malloc 72 0x55717358cd00 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000125
+gallium_dri.so free 0x55717358cd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358cef0 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000124
+gallium_dri.so free 0x55717358cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d010 0.000117
+gallium_dri.so free 0x55717358d080 void 0.000118
+gallium_dri.so free 0x55717358d010 void 0.000115
+gallium_dri.so malloc 72 0x55717358d0c0 0.000119
+gallium_dri.so free 0x55717358d140 void 0.000116
+gallium_dri.so free 0x55717358d0c0 void 0.000157
+gallium_dri.so malloc 72 0x55717358d0c0 0.000117
+gallium_dri.so free 0x55717358d1c0 void 0.000114
+gallium_dri.so free 0x55717358d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d1f0 0.000112
+gallium_dri.so free 0x55717358d240 void 0.000113
+gallium_dri.so free 0x55717358d1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358d1f0 0.000112
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d2f0 0.000114
+gallium_dri.so free 0x55717358d400 void 0.000114
+gallium_dri.so free 0x55717358d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d3b0 0.000112
+gallium_dri.so free 0x55717358d440 void 0.000114
+gallium_dri.so free 0x55717358d3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d3b0 0.000113
+gallium_dri.so free 0x55717358d500 void 0.000113
+gallium_dri.so free 0x55717358d3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d570 0.000113
+gallium_dri.so free 0x55717358d5c0 void 0.000115
+gallium_dri.so free 0x55717358d570 void 0.000112
+gallium_dri.so malloc 72 0x55717358d570 0.000113
+gallium_dri.so free 0x55717358d6c0 void 0.000114
+gallium_dri.so free 0x55717358d570 void 0.000113
+gallium_dri.so malloc 72 0x55717358d670 0.000114
+gallium_dri.so free 0x55717358d780 void 0.000113
+gallium_dri.so free 0x55717358d670 void 0.000124
+gallium_dri.so malloc 72 0x55717358d730 0.000116
+gallium_dri.so free 0x55717358d7c0 void 0.000115
+gallium_dri.so free 0x55717358d730 void 0.000114
+gallium_dri.so malloc 72 0x55717358d730 0.000112
+gallium_dri.so free 0x55717358d880 void 0.000112
+gallium_dri.so free 0x55717358d730 void 0.000113
+gallium_dri.so malloc 72 0x55717358d8c0 0.000114
+gallium_dri.so free 0x55717358d940 void 0.000116
+gallium_dri.so free 0x55717358d8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d940 0.000117
+gallium_dri.so free 0x55717358da00 void 0.000115
+gallium_dri.so free 0x55717358d940 void 0.000115
+gallium_dri.so malloc 72 0x55717358d940 0.000117
+gallium_dri.so free 0x55717358dac0 void 0.000116
+gallium_dri.so free 0x55717358d940 void 0.000114
+gallium_dri.so malloc 72 0x55717358dae0 0.000113
+gallium_dri.so free 0x55717358db80 void 0.000115
+gallium_dri.so free 0x55717358dae0 void 0.000113
+gallium_dri.so malloc 72 0x55717358db30 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x55717358db30 void 0.000114
+gallium_dri.so malloc 72 0x55717358db30 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000119
+gallium_dri.so free 0x55717358db30 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000186
+gallium_dri.so malloc 72 0x55717358dc80 0.000118
+gallium_dri.so free 0x55717358de00 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000114
+gallium_dri.so free 0x55717358e000 void 0.000120
+gallium_dri.so free 0x55717358df30 void 0.000116
+gallium_dri.so malloc 72 0x55717358e050 0.000115
+gallium_dri.so free 0x55717358e0c0 void 0.000115
+gallium_dri.so free 0x55717358e050 void 0.000114
+gallium_dri.so malloc 72 0x55717358e0e0 0.000113
+gallium_dri.so free 0x55717358e180 void 0.000114
+gallium_dri.so free 0x55717358e0e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e130 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x55717358e130 void 0.000113
+gallium_dri.so malloc 72 0x55717358e130 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000117
+gallium_dri.so free 0x55717358e130 void 0.000112
+gallium_dri.so malloc 72 0x55717358e280 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000124
+gallium_dri.so malloc 72 0x55717358e280 0.000112
+gallium_dri.so free 0x55717358e440 void 0.000111
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so malloc 72 0x55717358e3f0 0.000111
+gallium_dri.so free 0x55717358e480 void 0.000112
+gallium_dri.so free 0x55717358e3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3f0 0.000113
+gallium_dri.so free 0x55717358e540 void 0.000111
+gallium_dri.so free 0x55717358e3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e580 0.000123
+gallium_dri.so free 0x55717358e600 void 0.000117
+gallium_dri.so free 0x55717358e580 void 0.000113
+gallium_dri.so malloc 72 0x55717358e600 0.000112
+gallium_dri.so free 0x55717358e6c0 void 0.000114
+gallium_dri.so free 0x55717358e600 void 0.000112
+gallium_dri.so malloc 72 0x55717358e600 0.000117
+gallium_dri.so free 0x55717358e740 void 0.000114
+gallium_dri.so free 0x55717358e600 void 0.000113
+gallium_dri.so malloc 72 0x55717358e770 0.000113
+gallium_dri.so free 0x55717358e7c0 void 0.000113
+gallium_dri.so free 0x55717358e770 void 0.000113
+gallium_dri.so malloc 72 0x55717358e770 0.000112
+gallium_dri.so free 0x55717358e8c0 void 0.000120
+gallium_dri.so free 0x55717358e770 void 0.000117
+gallium_dri.so malloc 72 0x55717358e900 0.000114
+gallium_dri.so free 0x55717358e980 void 0.000138
+gallium_dri.so free 0x55717358e900 void 0.000143
+gallium_dri.so malloc 72 0x55717358e980 0.000148
+gallium_dri.so free 0x55717358ea40 void 0.000108
+gallium_dri.so free 0x55717358e980 void 0.000259
+gallium_dri.so malloc 72 0x55717358e980 0.000211
+gallium_dri.so free 0x55717358eac0 void 0.000115
+gallium_dri.so free 0x55717358e980 void 0.000120
+gallium_dri.so malloc 72 0x55717358eaf0 0.000114
+gallium_dri.so free 0x55717358eb40 void 0.000115
+gallium_dri.so free 0x55717358eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eaf0 0.000113
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so free 0x55717358eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ebf0 0.000114
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so free 0x55717358ebf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecb0 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so free 0x55717358ecb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecb0 0.000112
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so free 0x55717358ecb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ecb0 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000116
+gallium_dri.so free 0x55717358ecb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eeb0 0.000128
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358eeb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358efd0 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000113
+gallium_dri.so free 0x55717358efd0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f060 0.000112
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so free 0x55717358f060 void 0.000113
+gallium_dri.so malloc 72 0x55717358f0b0 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f180 0.000114
+gallium_dri.so free 0x55717358f240 void 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000113
+gallium_dri.so free 0x55717358f2c0 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f2c0 0.000113
+gallium_dri.so free 0x55717358f380 void 0.000113
+gallium_dri.so free 0x55717358f2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2c0 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2c0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4b0 0.000172
+gallium_dri.so free 0x55717358f580 void 0.000116
+gallium_dri.so free 0x55717358f4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f5d0 0.000113
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f5d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f680 0.000114
+gallium_dri.so free 0x55717358f700 void 0.000113
+gallium_dri.so free 0x55717358f680 void 0.000118
+gallium_dri.so malloc 72 0x55717358f680 0.000124
+gallium_dri.so free 0x55717358f780 void 0.000124
+gallium_dri.so free 0x55717358f680 void 0.000120
+gallium_dri.so malloc 72 0x55717358f7b0 0.000122
+gallium_dri.so free 0x55717358f800 void 0.000120
+gallium_dri.so free 0x55717358f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f7b0 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000113
+gallium_dri.so free 0x55717358f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f8b0 0.000114
+gallium_dri.so free 0x55717358f9c0 void 0.000114
+gallium_dri.so free 0x55717358f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f970 0.000112
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so free 0x55717358f970 void 0.000112
+gallium_dri.so malloc 72 0x55717358f970 0.000113
+gallium_dri.so free 0x55717358fac0 void 0.000116
+gallium_dri.so free 0x55717358f970 void 0.000121
+gallium_dri.so malloc 72 0x55717358fb30 0.000114
+gallium_dri.so free 0x55717358fb80 void 0.000112
+gallium_dri.so free 0x55717358fb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fb30 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000113
+gallium_dri.so free 0x55717358fb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc30 0.000118
+gallium_dri.so free 0x55717358fd40 void 0.000116
+gallium_dri.so free 0x55717358fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717358fcf0 0.000115
+gallium_dri.so free 0x55717358fd80 void 0.000114
+gallium_dri.so free 0x55717358fcf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fcf0 0.000120
+gallium_dri.so free 0x55717358fe40 void 0.000115
+gallium_dri.so free 0x55717358fcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe80 0.000116
+gallium_dri.so free 0x55717358ff00 void 0.000114
+gallium_dri.so free 0x55717358fe80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff00 0.000115
+gallium_dri.so free 0x55717358ffc0 void 0.000115
+gallium_dri.so free 0x55717358ff00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ff00 0.000115
+gallium_dri.so free 0x557173590080 void 0.000115
+gallium_dri.so free 0x55717358ff00 void 0.000114
+gallium_dri.so malloc 72 0x5571735900a0 0.000115
+gallium_dri.so free 0x557173590140 void 0.000115
+gallium_dri.so free 0x5571735900a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735900f0 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x5571735900f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so free 0x5571735900f0 void 0.000112
+gallium_dri.so malloc 72 0x557173590240 0.000112
+gallium_dri.so free 0x557173590300 void 0.000112
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000111
+gallium_dri.so free 0x5571735903c0 void 0.000112
+gallium_dri.so free 0x557173590240 void 0.000112
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590480 void 0.000112
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so malloc 72 0x557173590430 0.000123
+gallium_dri.so free 0x557173590540 void 0.000118
+gallium_dri.so free 0x557173590430 void 0.000112
+gallium_dri.so malloc 72 0x5571735904f0 0.000112
+gallium_dri.so free 0x5571735905c0 void 0.000112
+gallium_dri.so free 0x5571735904f0 void 0.000119
+gallium_dri.so malloc 72 0x557173590610 0.000118
+gallium_dri.so free 0x557173590680 void 0.000124
+gallium_dri.so free 0x557173590610 void 0.000124
+gallium_dri.so malloc 72 0x5571735906a0 0.000118
+gallium_dri.so free 0x557173590740 void 0.000129
+gallium_dri.so free 0x5571735906a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735906f0 0.000115
+gallium_dri.so free 0x5571735907c0 void 0.000114
+gallium_dri.so free 0x5571735906f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735906f0 0.000113
+gallium_dri.so free 0x557173590840 void 0.000114
+gallium_dri.so free 0x5571735906f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000114
+gallium_dri.so free 0x557173590900 void 0.000115
+gallium_dri.so free 0x557173590840 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000115
+gallium_dri.so free 0x557173590a00 void 0.000114
+gallium_dri.so free 0x557173590840 void 0.000113
+gallium_dri.so malloc 72 0x5571735909b0 0.000113
+gallium_dri.so free 0x557173590a40 void 0.000117
+gallium_dri.so free 0x5571735909b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735909b0 0.000112
+gallium_dri.so free 0x557173590b00 void 0.000115
+gallium_dri.so free 0x5571735909b0 void 0.000114
+gallium_dri.so malloc 72 0x557173590b40 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so malloc 72 0x557173590bc0 0.000113
+gallium_dri.so free 0x557173590c80 void 0.000115
+gallium_dri.so free 0x557173590bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590bc0 0.000113
+gallium_dri.so free 0x557173590d00 void 0.000119
+gallium_dri.so free 0x557173590bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173590d30 0.000114
+gallium_dri.so free 0x557173590d80 void 0.000113
+gallium_dri.so free 0x557173590d30 void 0.000113
+gallium_dri.so malloc 72 0x557173590d30 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000115
+gallium_dri.so free 0x557173590d30 void 0.000113
+gallium_dri.so malloc 72 0x557173590ec0 0.000113
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so free 0x557173590ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173590f40 0.000113
+gallium_dri.so free 0x557173591000 void 0.000115
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so malloc 72 0x557173590f40 0.000114
+gallium_dri.so free 0x557173591080 void 0.000115
+gallium_dri.so free 0x557173590f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735910b0 0.000113
+gallium_dri.so free 0x557173591100 void 0.000113
+gallium_dri.so free 0x5571735910b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735910b0 0.000112
+gallium_dri.so free 0x557173591200 void 0.000114
+gallium_dri.so free 0x5571735910b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911b0 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so free 0x5571735911b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591270 0.000114
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x557173591270 void 0.000123
+gallium_dri.so malloc 72 0x557173591270 0.000113
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x557173591270 void 0.000112
+gallium_dri.so malloc 72 0x557173591270 0.000113
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so free 0x557173591270 void 0.000112
+gallium_dri.so malloc 72 0x557173591470 0.000112
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x557173591470 void 0.000113
+gallium_dri.so malloc 72 0x557173591590 0.000114
+gallium_dri.so free 0x557173591600 void 0.000124
+gallium_dri.so free 0x557173591590 void 0.000115
+gallium_dri.so malloc 72 0x557173591620 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so free 0x557173591620 void 0.000112
+gallium_dri.so malloc 72 0x557173591670 0.000115
+gallium_dri.so free 0x557173591740 void 0.000112
+gallium_dri.so free 0x557173591670 void 0.000113
+gallium_dri.so malloc 72 0x557173591740 0.000114
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so malloc 72 0x557173591740 0.000112
+gallium_dri.so free 0x557173591880 void 0.000115
+gallium_dri.so free 0x557173591740 void 0.000112
+gallium_dri.so malloc 72 0x557173591880 0.000114
+gallium_dri.so free 0x557173591940 void 0.000115
+gallium_dri.so free 0x557173591880 void 0.000122
+gallium_dri.so malloc 72 0x557173591880 0.000117
+gallium_dri.so free 0x557173591a00 void 0.000116
+gallium_dri.so free 0x557173591880 void 0.000114
+gallium_dri.so malloc 72 0x557173591880 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000119
+gallium_dri.so free 0x557173591880 void 0.000115
+gallium_dri.so malloc 72 0x557173591a70 0.000114
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591b90 0.000114
+gallium_dri.so free 0x557173591c00 void 0.000116
+gallium_dri.so free 0x557173591b90 void 0.000115
+gallium_dri.so malloc 72 0x557173591c40 0.000125
+gallium_dri.so free 0x557173591cc0 void 0.000116
+gallium_dri.so free 0x557173591c40 void 0.000114
+gallium_dri.so malloc 72 0x557173591c40 0.000114
+gallium_dri.so free 0x557173591d40 void 0.000115
+gallium_dri.so free 0x557173591c40 void 0.000113
+gallium_dri.so malloc 72 0x557173591d70 0.000114
+gallium_dri.so free 0x557173591dc0 void 0.000116
+gallium_dri.so free 0x557173591d70 void 0.000114
+gallium_dri.so malloc 72 0x557173591d70 0.000114
+gallium_dri.so free 0x557173591ec0 void 0.000115
+gallium_dri.so free 0x557173591d70 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000113
+gallium_dri.so free 0x557173591f80 void 0.000118
+gallium_dri.so free 0x557173591e70 void 0.000114
+gallium_dri.so malloc 72 0x557173591f30 0.000116
+gallium_dri.so free 0x557173602380 void 0.000115
+gallium_dri.so free 0x557173591f30 void 0.000112
+gallium_dri.so malloc 72 0x557173602330 0.000113
+gallium_dri.so free 0x557173602400 void 0.000114
+gallium_dri.so free 0x557173602330 void 0.000113
+gallium_dri.so malloc 72 0x557173602330 0.000113
+gallium_dri.so free 0x557173602500 void 0.000114
+gallium_dri.so free 0x557173602330 void 0.000112
+gallium_dri.so malloc 72 0x5571736024b0 0.000113
+gallium_dri.so free 0x557173602580 void 0.000112
+gallium_dri.so free 0x5571736024b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736025d0 0.000112
+gallium_dri.so free 0x557173602640 void 0.000115
+gallium_dri.so free 0x5571736025d0 void 0.000112
+gallium_dri.so malloc 72 0x557173602660 0.000112
+gallium_dri.so free 0x557173602700 void 0.000114
+gallium_dri.so free 0x557173602660 void 0.000112
+gallium_dri.so malloc 72 0x5571736026b0 0.000112
+gallium_dri.so free 0x557173602780 void 0.000114
+gallium_dri.so free 0x5571736026b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736026b0 0.000112
+gallium_dri.so free 0x557173602800 void 0.000114
+gallium_dri.so free 0x5571736026b0 void 0.000111
+gallium_dri.so malloc 72 0x557173602800 0.000114
+gallium_dri.so free 0x5571736028c0 void 0.000118
+gallium_dri.so free 0x557173602800 void 0.000113
+gallium_dri.so malloc 72 0x557173602800 0.000128
+gallium_dri.so free 0x5571736029c0 void 0.000117
+gallium_dri.so free 0x557173602800 void 0.000114
+gallium_dri.so malloc 72 0x557173602800 0.000115
+gallium_dri.so free 0x557173602a40 void 0.000114
+gallium_dri.so free 0x557173602800 void 0.000114
+gallium_dri.so malloc 72 0x557173602a70 0.000112
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so free 0x557173602a70 void 0.000113
+gallium_dri.so malloc 72 0x557173602a70 0.000113
+gallium_dri.so free 0x557173602bc0 void 0.000114
+gallium_dri.so free 0x557173602a70 void 0.000113
+gallium_dri.so malloc 72 0x557173602b70 0.000113
+gallium_dri.so free 0x557173602c80 void 0.000115
+gallium_dri.so free 0x557173602b70 void 0.000114
+gallium_dri.so malloc 72 0x557173602c30 0.000113
+gallium_dri.so free 0x557173602cc0 void 0.000114
+gallium_dri.so free 0x557173602c30 void 0.000113
+gallium_dri.so malloc 72 0x557173602c30 0.000115
+gallium_dri.so free 0x557173602d80 void 0.000113
+gallium_dri.so free 0x557173602c30 void 0.000113
+gallium_dri.so malloc 72 0x557173602dd0 0.000114
+gallium_dri.so free 0x557173602e40 void 0.000120
+gallium_dri.so free 0x557173602dd0 void 0.000113
+gallium_dri.so malloc 72 0x557173602e80 0.000112
+gallium_dri.so free 0x557173602f00 void 0.000115
+gallium_dri.so free 0x557173602e80 void 0.000114
+gallium_dri.so malloc 72 0x557173602f00 0.000192
+gallium_dri.so free 0x557173602fc0 void 0.000117
+gallium_dri.so free 0x557173602f00 void 0.000113
+gallium_dri.so malloc 72 0x557173602f00 0.000113
+gallium_dri.so free 0x557173603040 void 0.000115
+gallium_dri.so free 0x557173602f00 void 0.000113
+gallium_dri.so malloc 72 0x557173603070 0.000113
+gallium_dri.so free 0x5571736030c0 void 0.000115
+gallium_dri.so free 0x557173603070 void 0.000113
+gallium_dri.so malloc 72 0x557173603070 0.000114
+gallium_dri.so free 0x5571736031c0 void 0.000114
+gallium_dri.so free 0x557173603070 void 0.000113
+gallium_dri.so malloc 72 0x557173603170 0.000112
+gallium_dri.so free 0x557173603280 void 0.000114
+gallium_dri.so free 0x557173603170 void 0.000113
+gallium_dri.so malloc 72 0x557173603230 0.000112
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x557173603230 void 0.000114
+gallium_dri.so malloc 72 0x557173603320 0.000113
+gallium_dri.so free 0x5571736033c0 void 0.000115
+gallium_dri.so free 0x557173603320 void 0.000113
+gallium_dri.so malloc 72 0x557173603370 0.000113
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173603370 void 0.000113
+gallium_dri.so malloc 72 0x557173603370 0.000114
+gallium_dri.so free 0x5571736034c0 void 0.000114
+gallium_dri.so free 0x557173603370 void 0.000113
+gallium_dri.so malloc 72 0x5571736034c0 0.000120
+gallium_dri.so free 0x557173603580 void 0.000117
+gallium_dri.so free 0x5571736034c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736034c0 0.000114
+gallium_dri.so free 0x557173603640 void 0.000114
+gallium_dri.so free 0x5571736034c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736034c0 0.000114
+gallium_dri.so free 0x557173603700 void 0.000176
+gallium_dri.so free 0x5571736034c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736036b0 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x5571736036b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf370 0.000117
+gallium_dri.so free 0x5571735bfc80 void 0.000115
+gallium_dri.so free 0x5571735bf370 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc30 0.000115
+gallium_dri.so free 0x5571735cae00 void 0.000115
+gallium_dri.so free 0x5571735bfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x557173603540 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x557173603600 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571736035b0 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x5571736035b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf510 0.000132
+gallium_dri.so free 0x5571735bf580 void 0.000117
+gallium_dri.so free 0x5571735bf510 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000113
+gallium_dri.so free 0x5571735bf680 void 0.000114
+gallium_dri.so free 0x5571735bf5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf630 0.000112
+gallium_dri.so free 0x5571735bf840 void 0.000113
+gallium_dri.so free 0x5571735bf630 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf870 0.000112
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf870 0.000117
+gallium_dri.so free 0x5571735bf9c0 void 0.000117
+gallium_dri.so free 0x5571735bf870 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000125
+gallium_dri.so free 0x5571735bf970 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfa30 0.000118
+gallium_dri.so free 0x557173602380 void 0.000122
+gallium_dri.so free 0x5571735bfa30 void 0.000119
+gallium_dri.so malloc 72 0x557173602330 0.000119
+gallium_dri.so free 0x557173602400 void 0.000121
+gallium_dri.so free 0x557173602330 void 0.000115
+gallium_dri.so malloc 72 0x557173602400 0.000118
+gallium_dri.so free 0x5571736024c0 void 0.000122
+gallium_dri.so free 0x557173602400 void 0.000119
+gallium_dri.so malloc 72 0x557173602400 0.000129
+gallium_dri.so free 0x557173602540 void 0.000118
+gallium_dri.so free 0x557173602400 void 0.000119
+gallium_dri.so malloc 72 0x557173602540 0.000118
+gallium_dri.so free 0x557173602600 void 0.000119
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so malloc 72 0x557173602540 0.000116
+gallium_dri.so free 0x5571736026c0 void 0.000115
+gallium_dri.so free 0x557173602540 void 0.000115
+gallium_dri.so malloc 72 0x557173602540 0.000116
+gallium_dri.so free 0x557173602780 void 0.000115
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so malloc 72 0x557173602730 0.000119
+gallium_dri.so free 0x557173602800 void 0.000118
+gallium_dri.so free 0x557173602730 void 0.000117
+gallium_dri.so malloc 72 0x557173602850 0.000118
+gallium_dri.so free 0x5571736028c0 void 0.000119
+gallium_dri.so free 0x557173602850 void 0.000115
+gallium_dri.so malloc 72 0x557173602900 0.000119
+gallium_dri.so free 0x557173602980 void 0.000119
+gallium_dri.so free 0x557173602900 void 0.000115
+gallium_dri.so malloc 72 0x557173602900 0.000116
+gallium_dri.so free 0x557173602a00 void 0.000116
+gallium_dri.so free 0x557173602900 void 0.000118
+gallium_dri.so malloc 72 0x557173602a30 0.000119
+gallium_dri.so free 0x557173602a80 void 0.000119
+gallium_dri.so free 0x557173602a30 void 0.000125
+gallium_dri.so malloc 72 0x557173602a30 0.000118
+gallium_dri.so free 0x557173602b80 void 0.000116
+gallium_dri.so free 0x557173602a30 void 0.000119
+gallium_dri.so malloc 72 0x557173602b30 0.000119
+gallium_dri.so free 0x557173602c40 void 0.000119
+gallium_dri.so free 0x557173602b30 void 0.000119
+gallium_dri.so malloc 72 0x557173602bf0 0.000120
+gallium_dri.so free 0x557173602c80 void 0.000117
+gallium_dri.so free 0x557173602bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173602bf0 0.000115
+gallium_dri.so free 0x557173602d40 void 0.000119
+gallium_dri.so free 0x557173602bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173602db0 0.000119
+gallium_dri.so free 0x557173602e00 void 0.000121
+gallium_dri.so free 0x557173602db0 void 0.000118
+gallium_dri.so malloc 72 0x557173602db0 0.000119
+gallium_dri.so free 0x557173602f00 void 0.000121
+gallium_dri.so free 0x557173602db0 void 0.000120
+gallium_dri.so malloc 72 0x557173602eb0 0.000118
+gallium_dri.so free 0x557173602fc0 void 0.000121
+gallium_dri.so free 0x557173602eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602f70 0.000118
+gallium_dri.so free 0x557173603000 void 0.000120
+gallium_dri.so free 0x557173602f70 void 0.000116
+gallium_dri.so malloc 72 0x557173602f70 0.000117
+gallium_dri.so free 0x5571736030c0 void 0.000117
+gallium_dri.so free 0x557173602f70 void 0.000324
+gallium_dri.so malloc 72 0x557173603100 0.000222
+gallium_dri.so free 0x557173603180 void 0.000126
+gallium_dri.so free 0x557173603100 void 0.000123
+gallium_dri.so malloc 72 0x557173603180 0.000122
+gallium_dri.so free 0x557173603240 void 0.000127
+gallium_dri.so free 0x557173603180 void 0.000123
+gallium_dri.so malloc 72 0x557173603180 0.000122
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so free 0x557173603180 void 0.000122
+gallium_dri.so malloc 72 0x557173603320 0.000121
+gallium_dri.so free 0x5571736033c0 void 0.000121
+gallium_dri.so free 0x557173603320 void 0.000120
+gallium_dri.so malloc 72 0x557173603370 0.000121
+gallium_dri.so free 0x557173603440 void 0.000120
+gallium_dri.so free 0x557173603370 void 0.000120
+gallium_dri.so malloc 72 0x557173603370 0.000120
+gallium_dri.so free 0x557173600e80 void 0.000122
+gallium_dri.so free 0x557173603370 void 0.000121
+gallium_dri.so malloc 72 0x557173600ed0 0.000121
+gallium_dri.so free 0x557173600f40 void 0.000122
+gallium_dri.so free 0x557173600ed0 void 0.000121
+gallium_dri.so malloc 72 0x557173600f60 0.000120
+gallium_dri.so free 0x557173601000 void 0.000130
+gallium_dri.so free 0x557173600f60 void 0.000121
+gallium_dri.so malloc 72 0x557173600fb0 0.000121
+gallium_dri.so free 0x557173601080 void 0.000122
+gallium_dri.so free 0x557173600fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173601080 0.000119
+gallium_dri.so free 0x557173601140 void 0.000122
+gallium_dri.so free 0x557173601080 void 0.000121
+gallium_dri.so malloc 72 0x557173601080 0.000119
+gallium_dri.so free 0x5571736011c0 void 0.000121
+gallium_dri.so free 0x557173601080 void 0.000121
+gallium_dri.so malloc 72 0x5571736011c0 0.000122
+gallium_dri.so free 0x557173601280 void 0.000136
+gallium_dri.so free 0x5571736011c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736011c0 0.000122
+gallium_dri.so free 0x557173601340 void 0.000122
+gallium_dri.so free 0x5571736011c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736011c0 0.000121
+gallium_dri.so free 0x557173601400 void 0.000121
+gallium_dri.so free 0x5571736011c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736013b0 0.000121
+gallium_dri.so free 0x557173601480 void 0.000120
+gallium_dri.so free 0x5571736013b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736014d0 0.000120
+gallium_dri.so free 0x557173601540 void 0.000121
+gallium_dri.so free 0x5571736014d0 void 0.000128
+gallium_dri.so malloc 72 0x557173601580 0.000122
+gallium_dri.so free 0x557173601600 void 0.000120
+gallium_dri.so free 0x557173601580 void 0.000120
+gallium_dri.so malloc 72 0x557173601580 0.000121
+gallium_dri.so free 0x557173601680 void 0.000120
+gallium_dri.so free 0x557173601580 void 0.000121
+gallium_dri.so malloc 72 0x5571736016b0 0.000120
+gallium_dri.so free 0x557173601700 void 0.000122
+gallium_dri.so free 0x5571736016b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736016b0 0.000119
+gallium_dri.so free 0x557173601800 void 0.000120
+gallium_dri.so free 0x5571736016b0 void 0.000141
+gallium_dri.so malloc 72 0x5571736017b0 0.000123
+gallium_dri.so free 0x5571736018c0 void 0.000122
+gallium_dri.so free 0x5571736017b0 void 0.000120
+gallium_dri.so malloc 72 0x557173601870 0.000121
+gallium_dri.so free 0x557173601900 void 0.000122
+gallium_dri.so free 0x557173601870 void 0.000120
+gallium_dri.so malloc 72 0x557173601870 0.000120
+gallium_dri.so free 0x5571736019c0 void 0.000121
+gallium_dri.so free 0x557173601870 void 0.000121
+gallium_dri.so malloc 72 0x557173601a30 0.000121
+gallium_dri.so free 0x557173601a80 void 0.000120
+gallium_dri.so free 0x557173601a30 void 0.000128
+gallium_dri.so malloc 72 0x557173601a30 0.000121
+gallium_dri.so free 0x557173601b80 void 0.000129
+gallium_dri.so free 0x557173601a30 void 0.000121
+gallium_dri.so malloc 72 0x557173601b30 0.000120
+gallium_dri.so free 0x557173601c40 void 0.000121
+gallium_dri.so free 0x557173601b30 void 0.000123
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x557173601c80 void 0.000121
+gallium_dri.so free 0x557173601bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x557173601d40 void 0.000120
+gallium_dri.so free 0x557173601bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173601d80 0.000122
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so free 0x557173601d80 void 0.000121
+gallium_dri.so malloc 72 0x557173601e00 0.000120
+gallium_dri.so free 0x557173601ec0 void 0.000120
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so malloc 72 0x557173601e00 0.000120
+gallium_dri.so free 0x557173601f80 void 0.000121
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so malloc 72 0x557173601fa0 0.000120
+gallium_dri.so free 0x557173602040 void 0.000121
+gallium_dri.so free 0x557173601fa0 void 0.000121
+gallium_dri.so malloc 72 0x557173601ff0 0.000119
+gallium_dri.so free 0x5571736020c0 void 0.000121
+gallium_dri.so free 0x557173601ff0 void 0.000132
+gallium_dri.so malloc 72 0x557173601ff0 0.000124
+gallium_dri.so free 0x557173602140 void 0.000121
+gallium_dri.so free 0x557173601ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173602140 0.000119
+gallium_dri.so free 0x557173602200 void 0.000121
+gallium_dri.so free 0x557173602140 void 0.000122
+gallium_dri.so malloc 72 0x557173602140 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000121
+gallium_dri.so free 0x557173602140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3630 0.000120
+gallium_dri.so free 0x5571735d3680 void 0.000120
+gallium_dri.so free 0x5571735d3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3680 0.000121
+gallium_dri.so free 0x5571735d3740 void 0.000121
+gallium_dri.so free 0x5571735d3680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3680 0.000120
+gallium_dri.so free 0x5571735d3840 void 0.000121
+gallium_dri.so free 0x5571735d3680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37f0 0.000121
+gallium_dri.so free 0x5571735d3900 void 0.000122
+gallium_dri.so free 0x5571735d37f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d38b0 0.000120
+gallium_dri.so free 0x5571735d3940 void 0.000123
+gallium_dri.so free 0x5571735d38b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d38b0 0.000127
+gallium_dri.so free 0x5571735d3a00 void 0.000135
+gallium_dri.so free 0x5571735d38b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3a40 0.000120
+gallium_dri.so free 0x5571735d3ac0 void 0.000121
+gallium_dri.so free 0x5571735d3a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000120
+gallium_dri.so free 0x5571735d3b80 void 0.000120
+gallium_dri.so free 0x5571735d3ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000120
+gallium_dri.so free 0x5571735d3c00 void 0.000121
+gallium_dri.so free 0x5571735d3ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000119
+gallium_dri.so free 0x5571735d3cc0 void 0.000121
+gallium_dri.so free 0x5571735d3ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000126
+gallium_dri.so free 0x5571735d3d80 void 0.000121
+gallium_dri.so free 0x5571735d3ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3d30 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000122
+gallium_dri.so free 0x5571735d3d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3e50 0.000119
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x5571735d3e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ee0 0.000120
+gallium_dri.so free 0x5571735d3f80 void 0.000121
+gallium_dri.so free 0x5571735d3ee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f30 0.000128
+gallium_dri.so free 0x5571735d4000 void 0.000122
+gallium_dri.so free 0x5571735d3f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3f30 0.000121
+gallium_dri.so free 0x5571735d4100 void 0.000120
+gallium_dri.so free 0x5571735d3f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d40b0 0.000119
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so free 0x5571735d40b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d41d0 0.000121
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d41d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4260 0.000120
+gallium_dri.so free 0x5571735d4300 void 0.000138
+gallium_dri.so free 0x5571735d4260 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42b0 0.000124
+gallium_dri.so free 0x5571735d4380 void 0.000120
+gallium_dri.so free 0x5571735d42b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d42b0 0.000119
+gallium_dri.so free 0x5571735d4400 void 0.000120
+gallium_dri.so free 0x5571735d42b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4400 0.000120
+gallium_dri.so free 0x5571735d44c0 void 0.000120
+gallium_dri.so free 0x5571735d4400 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4400 0.000119
+gallium_dri.so free 0x5571735d45c0 void 0.000142
+gallium_dri.so free 0x5571735d4400 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4400 0.000125
+gallium_dri.so free 0x5571735d4640 void 0.000123
+gallium_dri.so free 0x5571735d4400 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4670 0.000121
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d4670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4670 0.000119
+gallium_dri.so free 0x5571735d47c0 void 0.000120
+gallium_dri.so free 0x5571735d4670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4770 0.000120
+gallium_dri.so free 0x5571735d4880 void 0.000123
+gallium_dri.so free 0x5571735d4770 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4830 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735d4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4830 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000121
+gallium_dri.so free 0x5571735d4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d49d0 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000120
+gallium_dri.so free 0x5571735d49d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4a80 0.000121
+gallium_dri.so free 0x5571735d4b00 void 0.000121
+gallium_dri.so free 0x5571735d4a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4b00 0.000122
+gallium_dri.so free 0x5571735d4bc0 void 0.000122
+gallium_dri.so free 0x5571735d4b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4b00 0.000119
+gallium_dri.so free 0x5571735d4c40 void 0.000126
+gallium_dri.so free 0x5571735d4b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4c70 0.000120
+gallium_dri.so free 0x5571735d4cc0 void 0.000121
+gallium_dri.so free 0x5571735d4c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4c70 0.000122
+gallium_dri.so free 0x5571735d4dc0 void 0.000121
+gallium_dri.so free 0x5571735d4c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d70 0.000120
+gallium_dri.so free 0x5571735d4e80 void 0.000120
+gallium_dri.so free 0x5571735d4d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4e30 0.000120
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x5571735d4e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4f20 0.000120
+gallium_dri.so free 0x5571735d4fc0 void 0.000120
+gallium_dri.so free 0x5571735d4f20 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f70 0.000119
+gallium_dri.so free 0x5571735d5040 void 0.000120
+gallium_dri.so free 0x5571735d4f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f70 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000129
+gallium_dri.so free 0x5571735d4f70 void 0.000138
+gallium_dri.so malloc 72 0x5571735d50c0 0.000120
+gallium_dri.so free 0x5571735d5180 void 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d50c0 0.000121
+gallium_dri.so free 0x5571735d5240 void 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50c0 0.000121
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so free 0x5571735d50c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d52b0 0.000119
+gallium_dri.so free 0x5571735d5300 void 0.000121
+gallium_dri.so free 0x5571735d52b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d52b0 0.000119
+gallium_dri.so free 0x5571735d5400 void 0.000121
+gallium_dri.so free 0x5571735d52b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d53b0 0.000120
+gallium_dri.so free 0x5571735d54c0 void 0.000120
+gallium_dri.so free 0x5571735d53b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5470 0.000120
+gallium_dri.so free 0x5571735d5500 void 0.000120
+gallium_dri.so free 0x5571735d5470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5470 0.000120
+gallium_dri.so free 0x5571735d55c0 void 0.000120
+gallium_dri.so free 0x5571735d5470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5600 0.000157
+gallium_dri.so free 0x5571735d5680 void 0.000122
+gallium_dri.so free 0x5571735d5600 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5680 0.000122
+gallium_dri.so free 0x5571735d5740 void 0.000120
+gallium_dri.so free 0x5571735d5680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5680 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d5680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5820 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000122
+gallium_dri.so free 0x5571735d5820 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5870 0.000119
+gallium_dri.so free 0x5571735d5940 void 0.000121
+gallium_dri.so free 0x5571735d5870 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5870 0.000119
+gallium_dri.so free 0x5571735d59c0 void 0.000119
+gallium_dri.so free 0x5571735d5870 void 0.000121
+gallium_dri.so malloc 72 0x5571735d59c0 0.000119
+gallium_dri.so free 0x5571735d5a80 void 0.000121
+gallium_dri.so free 0x5571735d59c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d59c0 0.000121
+gallium_dri.so free 0x5571735d5b40 void 0.000120
+gallium_dri.so free 0x5571735d59c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d59c0 0.000120
+gallium_dri.so free 0x5571735d5c00 void 0.000118
+gallium_dri.so free 0x5571735d59c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5bb0 0.000121
+gallium_dri.so free 0x5571735d5cc0 void 0.000120
+gallium_dri.so free 0x5571735d5bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5c70 0.000119
+gallium_dri.so free 0x5571735d5d40 void 0.000120
+gallium_dri.so free 0x5571735d5c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5d90 0.000122
+gallium_dri.so free 0x5571735d5e00 void 0.000121
+gallium_dri.so free 0x5571735d5d90 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e20 0.000119
+gallium_dri.so free 0x5571735d5ec0 void 0.000120
+gallium_dri.so free 0x5571735d5e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5e70 0.000120
+gallium_dri.so free 0x5571735d5f40 void 0.000127
+gallium_dri.so free 0x5571735d5e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5e70 0.000119
+gallium_dri.so free 0x5571735d5fc0 void 0.000121
+gallium_dri.so free 0x5571735d5e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000121
+gallium_dri.so free 0x5571735d6080 void 0.000121
+gallium_dri.so free 0x5571735d5fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5fc0 0.000120
+gallium_dri.so free 0x5571735d6180 void 0.000121
+gallium_dri.so free 0x5571735d5fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6130 0.000198
+gallium_dri.so free 0x5571735d61c0 void 0.000122
+gallium_dri.so free 0x5571735d6130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6130 0.000119
+gallium_dri.so free 0x5571735d6280 void 0.000120
+gallium_dri.so free 0x5571735d6130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d62c0 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000121
+gallium_dri.so free 0x5571735d62c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6340 0.000120
+gallium_dri.so free 0x5571735d6400 void 0.000121
+gallium_dri.so free 0x5571735d6340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6340 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000143
+gallium_dri.so free 0x5571735d6340 void 0.000122
+gallium_dri.so malloc 72 0x5571735d64b0 0.000119
+gallium_dri.so free 0x5571735d6500 void 0.000120
+gallium_dri.so free 0x5571735d64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d64b0 0.000120
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so free 0x5571735d64b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6640 0.000119
+gallium_dri.so free 0x5571735d66c0 void 0.000122
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d66c0 0.000120
+gallium_dri.so free 0x5571735d6780 void 0.000130
+gallium_dri.so free 0x5571735d66c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d66c0 0.000120
+gallium_dri.so free 0x5571735d6800 void 0.000120
+gallium_dri.so free 0x5571735d66c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6830 0.000120
+gallium_dri.so free 0x5571735d6880 void 0.000121
+gallium_dri.so free 0x5571735d6830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6830 0.000119
+gallium_dri.so free 0x5571735d6980 void 0.000120
+gallium_dri.so free 0x5571735d6830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6930 0.000125
+gallium_dri.so free 0x5571735d6a40 void 0.000122
+gallium_dri.so free 0x5571735d6930 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69f0 0.000120
+gallium_dri.so free 0x5571735d6ac0 void 0.000122
+gallium_dri.so free 0x5571735d69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69f0 0.000120
+gallium_dri.so free 0x5571735d6b80 void 0.000120
+gallium_dri.so free 0x5571735d69f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69f0 0.000120
+gallium_dri.so free 0x5571735d6c40 void 0.000121
+gallium_dri.so free 0x5571735d69f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6bf0 0.000120
+gallium_dri.so free 0x5571735ceb40 void 0.000123
+gallium_dri.so free 0x5571735d6bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000129
+gallium_dri.so free 0x5571735cec00 void 0.000121
+gallium_dri.so free 0x5571735ceaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cebb0 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so free 0x5571735cebb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cebb0 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000121
+gallium_dri.so free 0x5571735cebb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced50 0.000121
+gallium_dri.so free 0x5571735cedc0 void 0.000121
+gallium_dri.so free 0x5571735ced50 void 0.000121
+gallium_dri.so malloc 72 0x5571735cee00 0.000120
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so free 0x5571735cee00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cee80 0.000121
+gallium_dri.so free 0x5571735cef40 void 0.000119
+gallium_dri.so free 0x5571735cee80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cee80 0.000120
+gallium_dri.so free 0x5571735cefc0 void 0.000120
+gallium_dri.so free 0x5571735cee80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceff0 0.000119
+gallium_dri.so free 0x5571735cf040 void 0.000119
+gallium_dri.so free 0x5571735ceff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceff0 0.000118
+gallium_dri.so free 0x5571735cf140 void 0.000122
+gallium_dri.so free 0x5571735ceff0 void 0.000211
+gallium_dri.so malloc 72 0x5571735cf0f0 0.000121
+gallium_dri.so free 0x5571735cf200 void 0.000121
+gallium_dri.so free 0x5571735cf0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf1b0 0.000119
+gallium_dri.so free 0x5571735cf280 void 0.000120
+gallium_dri.so free 0x5571735cf1b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf2a0 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so free 0x5571735cf2a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000119
+gallium_dri.so free 0x5571735cf3c0 void 0.000120
+gallium_dri.so free 0x5571735cf2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x5571735cf440 void 0.000120
+gallium_dri.so free 0x5571735cf2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf440 0.000119
+gallium_dri.so free 0x5571735cf500 void 0.000121
+gallium_dri.so free 0x5571735cf440 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf440 0.000121
+gallium_dri.so free 0x5571735cf5c0 void 0.000120
+gallium_dri.so free 0x5571735cf440 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf440 0.000118
+gallium_dri.so free 0x5571735cf680 void 0.000120
+gallium_dri.so free 0x5571735cf440 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf630 0.000131
+gallium_dri.so free 0x5571735cf680 void 0.000126
+gallium_dri.so free 0x5571735cf630 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf630 0.000120
+gallium_dri.so free 0x5571735cf780 void 0.000121
+gallium_dri.so free 0x5571735cf630 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf730 0.000119
+gallium_dri.so free 0x5571735cf840 void 0.000121
+gallium_dri.so free 0x5571735cf730 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000121
+gallium_dri.so free 0x5571735cf880 void 0.000121
+gallium_dri.so free 0x5571735cf7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000121
+gallium_dri.so free 0x5571735cf940 void 0.000119
+gallium_dri.so free 0x5571735cf7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf980 0.000138
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so free 0x5571735cf980 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfa00 0.000119
+gallium_dri.so free 0x5571735cfac0 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfa00 0.000121
+gallium_dri.so free 0x5571735cfb80 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfba0 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000122
+gallium_dri.so free 0x5571735cfba0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000121
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so free 0x5571735cfbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd40 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd40 0.000119
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd40 0.000142
+gallium_dri.so free 0x5571735cff80 void 0.000122
+gallium_dri.so free 0x5571735cfd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cff30 0.000120
+gallium_dri.so free 0x5571735d0040 void 0.000121
+gallium_dri.so free 0x5571735cff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfff0 0.000120
+gallium_dri.so free 0x5571735d00c0 void 0.000121
+gallium_dri.so free 0x5571735cfff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0110 0.000120
+gallium_dri.so free 0x5571735d0180 void 0.000122
+gallium_dri.so free 0x5571735d0110 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01a0 0.000164
+gallium_dri.so free 0x5571735d0240 void 0.000121
+gallium_dri.so free 0x5571735d01a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01f0 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01f0 0.000120
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x5571735d0400 void 0.000122
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0340 0.000120
+gallium_dri.so free 0x5571735d0500 void 0.000122
+gallium_dri.so free 0x5571735d0340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d04b0 0.000120
+gallium_dri.so free 0x5571735d0540 void 0.000120
+gallium_dri.so free 0x5571735d04b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d04b0 0.000121
+gallium_dri.so free 0x5571735d0600 void 0.000121
+gallium_dri.so free 0x5571735d04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0640 0.000120
+gallium_dri.so free 0x5571735d06c0 void 0.000123
+gallium_dri.so free 0x5571735d0640 void 0.000121
+gallium_dri.so malloc 72 0x5571735d06c0 0.000119
+gallium_dri.so free 0x5571735d0780 void 0.000121
+gallium_dri.so free 0x5571735d06c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d06c0 0.000120
+gallium_dri.so free 0x5571735d0800 void 0.000130
+gallium_dri.so free 0x5571735d06c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0830 0.000120
+gallium_dri.so free 0x5571735d0880 void 0.000119
+gallium_dri.so free 0x5571735d0830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0830 0.000120
+gallium_dri.so free 0x5571735d0980 void 0.000121
+gallium_dri.so free 0x5571735d0830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d09c0 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so free 0x5571735d09c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000120
+gallium_dri.so free 0x5571735d0b00 void 0.000120
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so free 0x5571735d0bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bb0 0.000121
+gallium_dri.so free 0x5571735d0d00 void 0.000120
+gallium_dri.so free 0x5571735d0bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000130
+gallium_dri.so free 0x5571735d0dc0 void 0.000146
+gallium_dri.so free 0x5571735d0cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0d70 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000113
+gallium_dri.so free 0x5571735d0d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0d70 0.000114
+gallium_dri.so free 0x5571735d0f00 void 0.000115
+gallium_dri.so free 0x5571735d0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d70 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000113
+gallium_dri.so free 0x5571735d0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f70 0.000115
+gallium_dri.so free 0x5571735d1040 void 0.000116
+gallium_dri.so free 0x5571735d0f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1090 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000116
+gallium_dri.so free 0x5571735d1090 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1120 0.000115
+gallium_dri.so free 0x5571735d11c0 void 0.000114
+gallium_dri.so free 0x5571735d1120 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1170 0.000117
+gallium_dri.so free 0x5571735d1240 void 0.000117
+gallium_dri.so free 0x5571735d1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1240 0.000115
+gallium_dri.so free 0x5571735d1300 void 0.000115
+gallium_dri.so free 0x5571735d1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1240 0.000130
+gallium_dri.so free 0x5571735d1380 void 0.000122
+gallium_dri.so free 0x5571735d1240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1380 0.000118
+gallium_dri.so free 0x5571735d1440 void 0.000121
+gallium_dri.so free 0x5571735d1380 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1380 0.000120
+gallium_dri.so free 0x5571735d1500 void 0.000122
+gallium_dri.so free 0x5571735d1380 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1380 0.000119
+gallium_dri.so free 0x5571735d15c0 void 0.000118
+gallium_dri.so free 0x5571735d1380 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1570 0.000116
+gallium_dri.so free 0x5571735d1640 void 0.000117
+gallium_dri.so free 0x5571735d1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1690 0.000116
+gallium_dri.so free 0x5571735d1700 void 0.000129
+gallium_dri.so free 0x5571735d1690 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1740 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000119
+gallium_dri.so free 0x5571735d1740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1740 0.000121
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so free 0x5571735d1740 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1870 0.000119
+gallium_dri.so free 0x5571735d18c0 void 0.000119
+gallium_dri.so free 0x5571735d1870 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1870 0.000117
+gallium_dri.so free 0x5571735d19c0 void 0.000118
+gallium_dri.so free 0x5571735d1870 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1970 0.000119
+gallium_dri.so free 0x5571735d1a80 void 0.000116
+gallium_dri.so free 0x5571735d1970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1a30 0.000119
+gallium_dri.so free 0x5571735d1ac0 void 0.000118
+gallium_dri.so free 0x5571735d1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a30 0.000116
+gallium_dri.so free 0x5571735d1b80 void 0.000120
+gallium_dri.so free 0x5571735d1a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000116
+gallium_dri.so free 0x5571735d1c40 void 0.000119
+gallium_dri.so free 0x5571735d1bf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d1bf0 0.000118
+gallium_dri.so free 0x5571735d1d40 void 0.000120
+gallium_dri.so free 0x5571735d1bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000119
+gallium_dri.so free 0x5571735d1e00 void 0.000121
+gallium_dri.so free 0x5571735d1cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1db0 0.000119
+gallium_dri.so free 0x5571735d1e40 void 0.000121
+gallium_dri.so free 0x5571735d1db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1db0 0.000120
+gallium_dri.so free 0x5571735d1f00 void 0.000162
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1f40 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000116
+gallium_dri.so free 0x5571735d2140 void 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000179
+gallium_dri.so malloc 72 0x5571735d2160 0.000231
+gallium_dri.so free 0x5571735d2200 void 0.000326
+gallium_dri.so free 0x5571735d2160 void 0.000291
+gallium_dri.so malloc 72 0x5571735d21b0 0.000127
+gallium_dri.so free 0x5571735d2280 void 0.000258
+gallium_dri.so free 0x5571735d21b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735d21b0 0.000291
+gallium_dri.so free 0x5571735d2300 void 0.000288
+gallium_dri.so free 0x5571735d21b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735d2300 0.000245
+gallium_dri.so free 0x5571735d23c0 void 0.000239
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2300 0.000118
+gallium_dri.so free 0x5571735d2480 void 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2300 0.000115
+gallium_dri.so free 0x5571735d2540 void 0.000116
+gallium_dri.so free 0x5571735d2300 void 0.000116
+gallium_dri.so malloc 72 0x5571735d24f0 0.000116
+gallium_dri.so free 0x5571735d2600 void 0.000115
+gallium_dri.so free 0x5571735d24f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d25b0 0.000116
+gallium_dri.so free 0x5571735d2680 void 0.000116
+gallium_dri.so free 0x5571735d25b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d26d0 0.000120
+gallium_dri.so free 0x5571735d2740 void 0.000121
+gallium_dri.so free 0x5571735d26d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2760 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000116
+gallium_dri.so free 0x5571735d2760 void 0.000116
+gallium_dri.so malloc 72 0x5571735d27b0 0.000132
+gallium_dri.so free 0x5571735d2880 void 0.000167
+gallium_dri.so free 0x5571735d27b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d27b0 0.000134
+gallium_dri.so free 0x5571735d2900 void 0.000132
+gallium_dri.so free 0x5571735d27b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2900 0.000129
+gallium_dri.so free 0x5571735d29c0 void 0.000125
+gallium_dri.so free 0x5571735d2900 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2900 0.000126
+gallium_dri.so free 0x5571735d2ac0 void 0.000129
+gallium_dri.so free 0x5571735d2900 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2a70 0.000124
+gallium_dri.so free 0x5571735d2b00 void 0.000121
+gallium_dri.so free 0x5571735d2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2a70 0.000120
+gallium_dri.so free 0x5571735d2bc0 void 0.000121
+gallium_dri.so free 0x5571735d2a70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2c00 0.000121
+gallium_dri.so free 0x5571735d2c80 void 0.000121
+gallium_dri.so free 0x5571735d2c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2c80 0.000119
+gallium_dri.so free 0x5571735d2d40 void 0.000121
+gallium_dri.so free 0x5571735d2c80 void 0.000167
+gallium_dri.so malloc 72 0x5571735d2c80 0.000167
+gallium_dri.so free 0x5571735d2dc0 void 0.000169
+gallium_dri.so free 0x5571735d2c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2df0 0.000127
+gallium_dri.so free 0x5571735d2e40 void 0.000125
+gallium_dri.so free 0x5571735d2df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2df0 0.000125
+gallium_dri.so free 0x5571735d2f40 void 0.000123
+gallium_dri.so free 0x5571735d2df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2f80 0.000129
+gallium_dri.so free 0x5571735d3000 void 0.000125
+gallium_dri.so free 0x5571735d2f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3000 0.000132
+gallium_dri.so free 0x5571735d30c0 void 0.000126
+gallium_dri.so free 0x5571735d3000 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3000 0.000124
+gallium_dri.so free 0x5571735d3140 void 0.000124
+gallium_dri.so free 0x5571735d3000 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3170 0.000123
+gallium_dri.so free 0x5571735d31c0 void 0.000124
+gallium_dri.so free 0x5571735d3170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3170 0.000130
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so free 0x5571735d3170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3270 0.000115
+gallium_dri.so free 0x5571735d3380 void 0.000115
+gallium_dri.so free 0x5571735d3270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3330 0.000115
+gallium_dri.so free 0x5571735d3400 void 0.000116
+gallium_dri.so free 0x5571735d3330 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3330 0.000116
+gallium_dri.so free 0x5571735d34c0 void 0.000117
+gallium_dri.so free 0x5571735d3330 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3330 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x5571735d3330 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3330 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000141
+gallium_dri.so free 0x5571735d3330 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe40 0.000115
+gallium_dri.so free 0x5571735bff00 void 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe40 0.000121
+gallium_dri.so free 0x5571735bffc0 void 0.000122
+gallium_dri.so free 0x5571735bfe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfe40 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0030 0.000133
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c00f0 0.000120
+gallium_dri.so free 0x5571735c01c0 void 0.000119
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0210 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000120
+gallium_dri.so free 0x5571735c0210 void 0.000117
+gallium_dri.so malloc 72 0x5571735c02a0 0.000120
+gallium_dri.so free 0x5571735c0340 void 0.000119
+gallium_dri.so free 0x5571735c02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0440 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0440 0.000118
+gallium_dri.so free 0x5571735c0600 void 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05b0 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c05b0 void 0.000202
+gallium_dri.so malloc 72 0x5571735c05b0 0.000133
+gallium_dri.so free 0x5571735c0700 void 0.000130
+gallium_dri.so free 0x5571735c05b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0740 0.000125
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so free 0x5571735c0740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07c0 0.000117
+gallium_dri.so free 0x5571735c0880 void 0.000118
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07c0 0.000119
+gallium_dri.so free 0x5571735c0900 void 0.000117
+gallium_dri.so free 0x5571735c07c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0930 0.000117
+gallium_dri.so free 0x5571735c0980 void 0.000117
+gallium_dri.so free 0x5571735c0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0930 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000120
+gallium_dri.so free 0x5571735c0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000118
+gallium_dri.so free 0x5571735c0ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0b40 0.000118
+gallium_dri.so free 0x5571735c0c00 void 0.000117
+gallium_dri.so free 0x5571735c0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b40 0.000118
+gallium_dri.so free 0x5571735c0c80 void 0.000128
+gallium_dri.so free 0x5571735c0b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000137
+gallium_dri.so free 0x5571735c0d00 void 0.000198
+gallium_dri.so free 0x5571735c0cb0 void 0.000191
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000159
+gallium_dri.so free 0x5571735c0e00 void 0.000111
+gallium_dri.so free 0x5571735c0cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0db0 0.000110
+gallium_dri.so free 0x5571735c0ec0 void 0.000110
+gallium_dri.so free 0x5571735c0db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0e70 0.000111
+gallium_dri.so free 0x5571735c0f40 void 0.000110
+gallium_dri.so free 0x5571735c0e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e70 0.000110
+gallium_dri.so free 0x5571735c1000 void 0.000110
+gallium_dri.so free 0x5571735c0e70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0e70 0.000110
+gallium_dri.so free 0x5571735c10c0 void 0.000111
+gallium_dri.so free 0x5571735c0e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c1140 void 0.000111
+gallium_dri.so free 0x5571735c1070 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1190 0.000110
+gallium_dri.so free 0x5571735c1200 void 0.000109
+gallium_dri.so free 0x5571735c1190 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1220 0.000123
+gallium_dri.so free 0x5571735c12c0 void 0.000116
+gallium_dri.so free 0x5571735c1220 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so free 0x5571735c1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1340 0.000113
+gallium_dri.so free 0x5571735c1400 void 0.000116
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1340 0.000112
+gallium_dri.so free 0x5571735c1480 void 0.000115
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1480 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c1480 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1480 0.000123
+gallium_dri.so free 0x5571735c1600 void 0.000122
+gallium_dri.so free 0x5571735c1480 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1480 0.000127
+gallium_dri.so free 0x5571735c16c0 void 0.000124
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1670 0.000114
+gallium_dri.so free 0x5571735c1740 void 0.000115
+gallium_dri.so free 0x5571735c1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1790 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000114
+gallium_dri.so free 0x5571735c1790 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1840 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1840 0.000112
+gallium_dri.so free 0x5571735c1940 void 0.000115
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1970 0.000113
+gallium_dri.so free 0x5571735c19c0 void 0.000115
+gallium_dri.so free 0x5571735c1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1970 0.000114
+gallium_dri.so free 0x5571735c1ac0 void 0.000115
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a70 0.000113
+gallium_dri.so free 0x5571735c1b80 void 0.000114
+gallium_dri.so free 0x5571735c1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1b30 0.000144
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so free 0x5571735c1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b30 0.000114
+gallium_dri.so free 0x5571735c1c80 void 0.000113
+gallium_dri.so free 0x5571735c1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000113
+gallium_dri.so free 0x5571735c1d40 void 0.000115
+gallium_dri.so free 0x5571735c1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000115
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1df0 0.000113
+gallium_dri.so free 0x5571735c1f00 void 0.000114
+gallium_dri.so free 0x5571735c1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000112
+gallium_dri.so free 0x5571735c1f40 void 0.000113
+gallium_dri.so free 0x5571735c1eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000112
+gallium_dri.so free 0x5571735c2000 void 0.000112
+gallium_dri.so free 0x5571735c1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2040 0.000112
+gallium_dri.so free 0x5571735c20c0 void 0.000112
+gallium_dri.so free 0x5571735c2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20c0 0.000112
+gallium_dri.so free 0x5571735c2180 void 0.000111
+gallium_dri.so free 0x5571735c20c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c20c0 0.000112
+gallium_dri.so free 0x5571735c2240 void 0.000121
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2260 0.000111
+gallium_dri.so free 0x5571735c2300 void 0.000111
+gallium_dri.so free 0x5571735c2260 void 0.000125
+gallium_dri.so malloc 72 0x5571735c22b0 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22b0 0.000111
+gallium_dri.so free 0x5571735c2400 void 0.000111
+gallium_dri.so free 0x5571735c22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2400 0.000163
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2400 0.000116
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2400 0.000112
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so free 0x5571735c2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25f0 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so free 0x5571735c25f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26b0 0.000112
+gallium_dri.so free 0x5571735c2780 void 0.000113
+gallium_dri.so free 0x5571735c26b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27d0 0.000114
+gallium_dri.so free 0x5571735c2840 void 0.000117
+gallium_dri.so free 0x5571735c27d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2860 0.000113
+gallium_dri.so free 0x5571735c2900 void 0.000114
+gallium_dri.so free 0x5571735c2860 void 0.000112
+gallium_dri.so malloc 72 0x5571735c28b0 0.000112
+gallium_dri.so free 0x5571735c2980 void 0.000113
+gallium_dri.so free 0x5571735c28b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c28b0 0.000119
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2a00 0.000123
+gallium_dri.so free 0x5571735c2ac0 void 0.000111
+gallium_dri.so free 0x5571735c2a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2a00 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000114
+gallium_dri.so free 0x5571735c2a00 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2b70 0.000109
+gallium_dri.so free 0x5571735c2c00 void 0.000109
+gallium_dri.so free 0x5571735c2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2b70 0.000110
+gallium_dri.so free 0x5571735c2cc0 void 0.000109
+gallium_dri.so free 0x5571735c2b70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2d00 0.000111
+gallium_dri.so free 0x5571735c2d80 void 0.000110
+gallium_dri.so free 0x5571735c2d00 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2d80 0.000111
+gallium_dri.so free 0x5571735c2e40 void 0.000109
+gallium_dri.so free 0x5571735c2d80 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2d80 0.000109
+gallium_dri.so free 0x5571735c2ec0 void 0.000110
+gallium_dri.so free 0x5571735c2d80 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000109
+gallium_dri.so free 0x5571735c2f40 void 0.000112
+gallium_dri.so free 0x5571735c2ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000111
+gallium_dri.so free 0x5571735c3040 void 0.000111
+gallium_dri.so free 0x5571735c2ef0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3080 0.000111
+gallium_dri.so free 0x5571735c3100 void 0.000128
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3100 0.000113
+gallium_dri.so free 0x5571735c31c0 void 0.000113
+gallium_dri.so free 0x5571735c3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3100 0.000113
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3270 0.000112
+gallium_dri.so free 0x5571735c32c0 void 0.000113
+gallium_dri.so free 0x5571735c3270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3270 0.000111
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3370 0.000112
+gallium_dri.so free 0x5571735c3480 void 0.000112
+gallium_dri.so free 0x5571735c3370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3430 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000114
+gallium_dri.so free 0x5571735c3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3430 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000114
+gallium_dri.so free 0x5571735c3430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3430 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000115
+gallium_dri.so free 0x5571735c3700 void 0.000125
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3750 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000117
+gallium_dri.so free 0x5571735c3750 void 0.000115
+gallium_dri.so malloc 72 0x5571735c37e0 0.000117
+gallium_dri.so free 0x5571735c3880 void 0.000118
+gallium_dri.so free 0x5571735c37e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3830 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000118
+gallium_dri.so free 0x5571735c3830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3900 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so free 0x5571735c3900 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3900 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000117
+gallium_dri.so free 0x5571735c3900 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3a40 0.000124
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a40 0.000116
+gallium_dri.so free 0x5571735c3bc0 void 0.000120
+gallium_dri.so free 0x5571735c3a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a40 0.000117
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c30 0.000116
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so free 0x5571735c3c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d50 0.000117
+gallium_dri.so free 0x5571735c3dc0 void 0.000117
+gallium_dri.so free 0x5571735c3d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e00 0.000118
+gallium_dri.so free 0x5571735c3e80 void 0.000117
+gallium_dri.so free 0x5571735c3e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3e00 0.000118
+gallium_dri.so free 0x5571735c3f00 void 0.000118
+gallium_dri.so free 0x5571735c3e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3f30 0.000116
+gallium_dri.so free 0x5571735c3f80 void 0.000117
+gallium_dri.so free 0x5571735c3f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3f30 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000117
+gallium_dri.so free 0x5571735c3f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4030 0.000117
+gallium_dri.so free 0x5571735c4140 void 0.000117
+gallium_dri.so free 0x5571735c4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40f0 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000118
+gallium_dri.so free 0x5571735c40f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40f0 0.000118
+gallium_dri.so free 0x5571735c4240 void 0.000117
+gallium_dri.so free 0x5571735c40f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c42b0 0.000190
+gallium_dri.so free 0x5571735c4300 void 0.000119
+gallium_dri.so free 0x5571735c42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c42b0 0.000117
+gallium_dri.so free 0x5571735c4400 void 0.000117
+gallium_dri.so free 0x5571735c42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c43b0 0.000122
+gallium_dri.so free 0x5571735c44c0 void 0.000116
+gallium_dri.so free 0x5571735c43b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4470 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000122
+gallium_dri.so free 0x5571735c4470 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4470 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so free 0x5571735c4470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4600 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4680 0.000119
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000118
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4820 0.000119
+gallium_dri.so free 0x5571735c48c0 void 0.000119
+gallium_dri.so free 0x5571735c4820 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4870 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000119
+gallium_dri.so free 0x5571735c4870 void 0.000139
+gallium_dri.so malloc 72 0x5571735c4870 0.000123
+gallium_dri.so free 0x5571735c49c0 void 0.000119
+gallium_dri.so free 0x5571735c4870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000118
+gallium_dri.so free 0x5571735c49c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c49c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49c0 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000117
+gallium_dri.so free 0x5571735c49c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000118
+gallium_dri.so free 0x5571735c4cc0 void 0.000118
+gallium_dri.so free 0x5571735c4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c70 0.000118
+gallium_dri.so free 0x5571735c4d40 void 0.000117
+gallium_dri.so free 0x5571735c4c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4d90 0.000117
+gallium_dri.so free 0x5571735c4e00 void 0.000117
+gallium_dri.so free 0x5571735c4d90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e20 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000127
+gallium_dri.so free 0x5571735c4e20 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4e70 0.000119
+gallium_dri.so free 0x5571735c4f40 void 0.000119
+gallium_dri.so free 0x5571735c4e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4e70 0.000120
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so free 0x5571735c4e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4fc0 0.000117
+gallium_dri.so free 0x557173462440 void 0.000119
+gallium_dri.so free 0x5571735c4fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173462480 0.000119
+gallium_dri.so free 0x557173462500 void 0.000119
+gallium_dri.so free 0x557173462480 void 0.000117
+gallium_dri.so malloc 72 0x557173462480 0.000117
+gallium_dri.so free 0x557173462580 void 0.000117
+gallium_dri.so free 0x557173462480 void 0.000116
+gallium_dri.so malloc 72 0x5571734625b0 0.000119
+gallium_dri.so free 0x557173462600 void 0.000118
+gallium_dri.so free 0x5571734625b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734625b0 0.000128
+gallium_dri.so free 0x557173462700 void 0.000119
+gallium_dri.so free 0x5571734625b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734626b0 0.000118
+gallium_dri.so free 0x5571734627c0 void 0.000117
+gallium_dri.so free 0x5571734626b0 void 0.000118
+gallium_dri.so malloc 72 0x557173462770 0.000118
+gallium_dri.so free 0x557173462800 void 0.000121
+gallium_dri.so free 0x557173462770 void 0.000119
+gallium_dri.so malloc 72 0x557173462770 0.000118
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so free 0x557173462770 void 0.000119
+gallium_dri.so malloc 72 0x557173462930 0.000118
+gallium_dri.so free 0x557173462980 void 0.000120
+gallium_dri.so free 0x557173462930 void 0.000120
+gallium_dri.so malloc 72 0x557173462930 0.000119
+gallium_dri.so free 0x557173462a80 void 0.000118
+gallium_dri.so free 0x557173462930 void 0.000118
+gallium_dri.so malloc 72 0x557173462a30 0.000117
+gallium_dri.so free 0x557173462b40 void 0.000117
+gallium_dri.so free 0x557173462a30 void 0.000122
+gallium_dri.so malloc 72 0x557173462af0 0.000123
+gallium_dri.so free 0x557173462b80 void 0.000123
+gallium_dri.so free 0x557173462af0 void 0.000138
+gallium_dri.so malloc 72 0x557173462af0 0.000124
+gallium_dri.so free 0x557173462c40 void 0.000120
+gallium_dri.so free 0x557173462af0 void 0.000118
+gallium_dri.so malloc 72 0x557173462c80 0.000117
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so free 0x557173462c80 void 0.000120
+gallium_dri.so malloc 72 0x557173462d00 0.000119
+gallium_dri.so free 0x557173462dc0 void 0.000183
+gallium_dri.so free 0x557173462d00 void 0.000122
+gallium_dri.so malloc 72 0x557173462d00 0.000119
+gallium_dri.so free 0x557173462e80 void 0.000118
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so malloc 72 0x557173462ea0 0.000118
+gallium_dri.so free 0x557173462f40 void 0.000118
+gallium_dri.so free 0x557173462ea0 void 0.000117
+gallium_dri.so malloc 72 0x557173462ef0 0.000118
+gallium_dri.so free 0x557173462fc0 void 0.000118
+gallium_dri.so free 0x557173462ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173462ef0 0.000118
+gallium_dri.so free 0x557173463040 void 0.000117
+gallium_dri.so free 0x557173462ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173463040 0.000117
+gallium_dri.so free 0x557173463100 void 0.000119
+gallium_dri.so free 0x557173463040 void 0.000118
+gallium_dri.so malloc 72 0x557173463040 0.000118
+gallium_dri.so free 0x5571734631c0 void 0.000117
+gallium_dri.so free 0x557173463040 void 0.000117
+gallium_dri.so malloc 72 0x557173463040 0.000118
+gallium_dri.so free 0x557173463280 void 0.000118
+gallium_dri.so free 0x557173463040 void 0.000118
+gallium_dri.so malloc 72 0x557173463230 0.000118
+gallium_dri.so free 0x557173463340 void 0.000119
+gallium_dri.so free 0x557173463230 void 0.000117
+gallium_dri.so malloc 72 0x5571734632f0 0.000125
+gallium_dri.so free 0x5571734633c0 void 0.000111
+gallium_dri.so free 0x5571734632f0 void 0.000111
+gallium_dri.so malloc 72 0x557173463410 0.000110
+gallium_dri.so free 0x557173463480 void 0.000110
+gallium_dri.so free 0x557173463410 void 0.000111
+gallium_dri.so malloc 72 0x5571734634a0 0.000110
+gallium_dri.so free 0x557173463540 void 0.000111
+gallium_dri.so free 0x5571734634a0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634f0 0.000111
+gallium_dri.so free 0x5571734635c0 void 0.000111
+gallium_dri.so free 0x5571734634f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734634f0 0.000109
+gallium_dri.so free 0x557173463640 void 0.000111
+gallium_dri.so free 0x5571734634f0 void 0.000110
+gallium_dri.so malloc 72 0x557173463640 0.000111
+gallium_dri.so free 0x557173463700 void 0.000111
+gallium_dri.so free 0x557173463640 void 0.000110
+gallium_dri.so malloc 72 0x557173463640 0.000111
+gallium_dri.so free 0x557173463800 void 0.000110
+gallium_dri.so free 0x557173463640 void 0.000110
+gallium_dri.so malloc 72 0x5571734637b0 0.000110
+gallium_dri.so free 0x557173463840 void 0.000110
+gallium_dri.so free 0x5571734637b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734637b0 0.000109
+gallium_dri.so free 0x557173463900 void 0.000110
+gallium_dri.so free 0x5571734637b0 void 0.000109
+gallium_dri.so malloc 72 0x557173463940 0.000109
+gallium_dri.so free 0x5571734639c0 void 0.000109
+gallium_dri.so free 0x557173463940 void 0.000123
+gallium_dri.so malloc 72 0x5571734639c0 0.000115
+gallium_dri.so free 0x557173463a80 void 0.000120
+gallium_dri.so free 0x5571734639c0 void 0.000150
+gallium_dri.so malloc 72 0x5571734639c0 0.000128
+gallium_dri.so free 0x557173463b00 void 0.000124
+gallium_dri.so free 0x5571734639c0 void 0.000120
+gallium_dri.so malloc 72 0x557173463b30 0.000112
+gallium_dri.so free 0x557173463b80 void 0.000113
+gallium_dri.so free 0x557173463b30 void 0.000114
+gallium_dri.so malloc 72 0x557173463b30 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000115
+gallium_dri.so free 0x557173463b30 void 0.000113
+gallium_dri.so malloc 72 0x557173463cc0 0.000113
+gallium_dri.so free 0x557173463d40 void 0.000114
+gallium_dri.so free 0x557173463cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173463d40 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so free 0x557173463d40 void 0.000113
+gallium_dri.so malloc 72 0x557173463d40 0.000111
+gallium_dri.so free 0x557173463e80 void 0.000115
+gallium_dri.so free 0x557173463d40 void 0.000113
+gallium_dri.so malloc 72 0x557173463eb0 0.000111
+gallium_dri.so free 0x557173463f00 void 0.000113
+gallium_dri.so free 0x557173463eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173463eb0 0.000113
+gallium_dri.so free 0x557173464000 void 0.000118
+gallium_dri.so free 0x557173463eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173463fb0 0.000113
+gallium_dri.so free 0x5571734640c0 void 0.000115
+gallium_dri.so free 0x557173463fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464070 0.000115
+gallium_dri.so free 0x557173464140 void 0.000113
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464070 0.000115
+gallium_dri.so free 0x557173464200 void 0.000115
+gallium_dri.so free 0x557173464070 void 0.000114
+gallium_dri.so malloc 72 0x557173464070 0.000114
+gallium_dri.so free 0x5571734642c0 void 0.000115
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464270 0.000113
+gallium_dri.so free 0x557173464340 void 0.000116
+gallium_dri.so free 0x557173464270 void 0.000118
+gallium_dri.so malloc 72 0x557173464390 0.000115
+gallium_dri.so free 0x557173464400 void 0.000115
+gallium_dri.so free 0x557173464390 void 0.000113
+gallium_dri.so malloc 72 0x557173464420 0.000121
+gallium_dri.so free 0x5571734644c0 void 0.000116
+gallium_dri.so free 0x557173464420 void 0.000112
+gallium_dri.so malloc 72 0x557173464470 0.000112
+gallium_dri.so free 0x557173464540 void 0.000114
+gallium_dri.so free 0x557173464470 void 0.000112
+gallium_dri.so malloc 72 0x557173464540 0.000113
+gallium_dri.so free 0x557173464600 void 0.000114
+gallium_dri.so free 0x557173464540 void 0.000111
+gallium_dri.so malloc 72 0x557173464540 0.000112
+gallium_dri.so free 0x557173464680 void 0.000112
+gallium_dri.so free 0x557173464540 void 0.000113
+gallium_dri.so malloc 72 0x557173464680 0.000112
+gallium_dri.so free 0x557173464740 void 0.000112
+gallium_dri.so free 0x557173464680 void 0.000113
+gallium_dri.so malloc 72 0x557173464680 0.000112
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so free 0x557173464680 void 0.000112
+gallium_dri.so malloc 72 0x557173464680 0.000113
+gallium_dri.so free 0x5571734648c0 void 0.000112
+gallium_dri.so free 0x557173464680 void 0.000111
+gallium_dri.so malloc 72 0x557173464870 0.000112
+gallium_dri.so free 0x557173464940 void 0.000112
+gallium_dri.so free 0x557173464870 void 0.000119
+gallium_dri.so malloc 72 0x557173464990 0.000115
+gallium_dri.so free 0x557173464a00 void 0.000142
+gallium_dri.so free 0x557173464990 void 0.000120
+gallium_dri.so malloc 72 0x557173464a40 0.000126
+gallium_dri.so free 0x557173464ac0 void 0.000116
+gallium_dri.so free 0x557173464a40 void 0.000115
+gallium_dri.so malloc 72 0x557173464a40 0.000114
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so free 0x557173464a40 void 0.000113
+gallium_dri.so malloc 72 0x557173464b70 0.000113
+gallium_dri.so free 0x557173464bc0 void 0.000122
+gallium_dri.so free 0x557173464b70 void 0.000113
+gallium_dri.so malloc 72 0x557173464b70 0.000114
+gallium_dri.so free 0x557173464cc0 void 0.000114
+gallium_dri.so free 0x557173464b70 void 0.000112
+gallium_dri.so malloc 72 0x557173464c70 0.000113
+gallium_dri.so free 0x557173464d80 void 0.000114
+gallium_dri.so free 0x557173464c70 void 0.000114
+gallium_dri.so malloc 72 0x557173464d30 0.000113
+gallium_dri.so free 0x557173464dc0 void 0.000113
+gallium_dri.so free 0x557173464d30 void 0.000113
+gallium_dri.so malloc 72 0x557173464d30 0.000113
+gallium_dri.so free 0x557173464e80 void 0.000115
+gallium_dri.so free 0x557173464d30 void 0.000112
+gallium_dri.so malloc 72 0x557173464ef0 0.000115
+gallium_dri.so free 0x557173464f40 void 0.000115
+gallium_dri.so free 0x557173464ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ef0 0.000112
+gallium_dri.so free 0x557173465040 void 0.000113
+gallium_dri.so free 0x557173464ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ff0 0.000112
+gallium_dri.so free 0x557173465100 void 0.000114
+gallium_dri.so free 0x557173464ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734650b0 0.000113
+gallium_dri.so free 0x557173465140 void 0.000114
+gallium_dri.so free 0x5571734650b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650b0 0.000113
+gallium_dri.so free 0x557173465200 void 0.000157
+gallium_dri.so free 0x5571734650b0 void 0.000114
+gallium_dri.so malloc 72 0x557173465240 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000115
+gallium_dri.so free 0x557173465240 void 0.000112
+gallium_dri.so malloc 72 0x5571734652c0 0.000114
+gallium_dri.so free 0x557173465380 void 0.000114
+gallium_dri.so free 0x5571734652c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734652c0 0.000125
+gallium_dri.so free 0x557173465440 void 0.000116
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so malloc 72 0x557173465460 0.000112
+gallium_dri.so free 0x557173465500 void 0.000114
+gallium_dri.so free 0x557173465460 void 0.000112
+gallium_dri.so malloc 72 0x5571734654b0 0.000112
+gallium_dri.so free 0x557173465580 void 0.000115
+gallium_dri.so free 0x5571734654b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734654b0 0.000114
+gallium_dri.so free 0x557173465600 void 0.000115
+gallium_dri.so free 0x5571734654b0 void 0.000113
+gallium_dri.so malloc 72 0x557173465600 0.000112
+gallium_dri.so free 0x5571734656c0 void 0.000114
+gallium_dri.so free 0x557173465600 void 0.000112
+gallium_dri.so malloc 72 0x557173465600 0.000113
+gallium_dri.so free 0x557173465780 void 0.000114
+gallium_dri.so free 0x557173465600 void 0.000113
+gallium_dri.so malloc 72 0x557173465600 0.000112
+gallium_dri.so free 0x557173465840 void 0.000115
+gallium_dri.so free 0x557173465600 void 0.000114
+gallium_dri.so malloc 72 0x5571734657f0 0.000113
+gallium_dri.so free 0x557173465900 void 0.000114
+gallium_dri.so free 0x5571734657f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734658b0 0.000115
+gallium_dri.so free 0x557173465980 void 0.000116
+gallium_dri.so free 0x5571734658b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734659d0 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000115
+gallium_dri.so free 0x5571734659d0 void 0.000117
+gallium_dri.so malloc 72 0x557173465a60 0.000113
+gallium_dri.so free 0x557173465b00 void 0.000112
+gallium_dri.so free 0x557173465a60 void 0.000112
+gallium_dri.so malloc 72 0x557173465ab0 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so free 0x557173465ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173465ab0 0.000112
+gallium_dri.so free 0x557173465c00 void 0.000112
+gallium_dri.so free 0x557173465ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173465c00 0.000114
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so free 0x557173465c00 void 0.000118
+gallium_dri.so malloc 72 0x557173465c00 0.000115
+gallium_dri.so free 0x557173465dc0 void 0.000115
+gallium_dri.so free 0x557173465c00 void 0.000114
+gallium_dri.so malloc 72 0x557173465d70 0.000112
+gallium_dri.so free 0x557173465e00 void 0.000114
+gallium_dri.so free 0x557173465d70 void 0.000127
+gallium_dri.so malloc 72 0x557173465d70 0.000113
+gallium_dri.so free 0x557173465ec0 void 0.000115
+gallium_dri.so free 0x557173465d70 void 0.000113
+gallium_dri.so malloc 72 0x557173465f00 0.000114
+gallium_dri.so free 0x557173465f80 void 0.000115
+gallium_dri.so free 0x557173465f00 void 0.000113
+gallium_dri.so malloc 72 0x557173465f80 0.000113
+gallium_dri.so free 0x557173466040 void 0.000114
+gallium_dri.so free 0x557173465f80 void 0.000113
+gallium_dri.so malloc 72 0x557173465f80 0.000112
+gallium_dri.so free 0x5571734660c0 void 0.000115
+gallium_dri.so free 0x557173465f80 void 0.000111
+gallium_dri.so malloc 72 0x5571734660f0 0.000114
+gallium_dri.so free 0x557173466140 void 0.000114
+gallium_dri.so free 0x5571734660f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734660f0 0.000113
+gallium_dri.so free 0x557173466240 void 0.000114
+gallium_dri.so free 0x5571734660f0 void 0.000115
+gallium_dri.so malloc 72 0x557173466280 0.000114
+gallium_dri.so free 0x557173466300 void 0.000113
+gallium_dri.so free 0x557173466280 void 0.000112
+gallium_dri.so malloc 72 0x557173466300 0.000128
+gallium_dri.so free 0x5571734663c0 void 0.000115
+gallium_dri.so free 0x557173466300 void 0.000112
+gallium_dri.so malloc 72 0x557173466300 0.000113
+gallium_dri.so free 0x557173466440 void 0.000115
+gallium_dri.so free 0x557173466300 void 0.000166
+gallium_dri.so malloc 72 0x557173466470 0.000113
+gallium_dri.so free 0x5571734664c0 void 0.000114
+gallium_dri.so free 0x557173466470 void 0.000113
+gallium_dri.so malloc 72 0x557173466470 0.000112
+gallium_dri.so free 0x5571734665c0 void 0.000114
+gallium_dri.so free 0x557173466470 void 0.000112
+gallium_dri.so malloc 72 0x557173466570 0.000113
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so free 0x557173466570 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000113
+gallium_dri.so free 0x557173466700 void 0.000115
+gallium_dri.so free 0x557173466630 void 0.000112
+gallium_dri.so malloc 72 0x557173466630 0.000112
+gallium_dri.so free 0x5571734667c0 void 0.000114
+gallium_dri.so free 0x557173466630 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000113
+gallium_dri.so free 0x557173466880 void 0.000143
+gallium_dri.so free 0x557173466630 void 0.000115
+gallium_dri.so malloc 72 0x557173466830 0.000114
+gallium_dri.so free 0x557173466900 void 0.000114
+gallium_dri.so free 0x557173466830 void 0.000114
+gallium_dri.so malloc 72 0x557173466950 0.000112
+gallium_dri.so free 0x5571734669c0 void 0.000115
+gallium_dri.so free 0x557173466950 void 0.000112
+gallium_dri.so malloc 72 0x5571734669e0 0.000112
+gallium_dri.so free 0x557173466a80 void 0.000115
+gallium_dri.so free 0x5571734669e0 void 0.000139
+gallium_dri.so malloc 72 0x557173466a30 0.000113
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so free 0x557173466a30 void 0.000112
+gallium_dri.so malloc 72 0x557173466b00 0.000113
+gallium_dri.so free 0x557173466bc0 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466b00 0.000114
+gallium_dri.so free 0x557173466c40 void 0.000114
+gallium_dri.so free 0x557173466b00 void 0.000113
+gallium_dri.so malloc 72 0x557173466c40 0.000113
+gallium_dri.so free 0x557173466d00 void 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000114
+gallium_dri.so malloc 72 0x557173466c40 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173466c40 void 0.000112
+gallium_dri.so malloc 72 0x557173466c40 0.000112
+gallium_dri.so free 0x557173466e80 void 0.000113
+gallium_dri.so free 0x557173466c40 void 0.000113
+gallium_dri.so malloc 72 0x557173466e30 0.000113
+gallium_dri.so free 0x557173466f00 void 0.000114
+gallium_dri.so free 0x557173466e30 void 0.000114
+gallium_dri.so malloc 72 0x557173466f50 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000113
+gallium_dri.so free 0x557173466f50 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000112
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so free 0x557173467000 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000115
+gallium_dri.so free 0x557173467100 void 0.000115
+gallium_dri.so free 0x557173467000 void 0.000113
+gallium_dri.so malloc 72 0x557173467130 0.000114
+gallium_dri.so free 0x557173467180 void 0.000114
+gallium_dri.so free 0x557173467130 void 0.000113
+gallium_dri.so malloc 72 0x557173467130 0.000113
+gallium_dri.so free 0x557173467280 void 0.000114
+gallium_dri.so free 0x557173467130 void 0.000125
+gallium_dri.so malloc 72 0x557173467230 0.000116
+gallium_dri.so free 0x557173467340 void 0.000113
+gallium_dri.so free 0x557173467230 void 0.000112
+gallium_dri.so malloc 72 0x5571734672f0 0.000113
+gallium_dri.so free 0x557173467380 void 0.000114
+gallium_dri.so free 0x5571734672f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734672f0 0.000116
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so free 0x5571734672f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734674b0 0.000113
+gallium_dri.so free 0x557173467500 void 0.000113
+gallium_dri.so free 0x5571734674b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734674b0 0.000114
+gallium_dri.so free 0x557173467600 void 0.000114
+gallium_dri.so free 0x5571734674b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734675b0 0.000113
+gallium_dri.so free 0x5571734676c0 void 0.000115
+gallium_dri.so free 0x5571734675b0 void 0.000116
+gallium_dri.so malloc 72 0x557173467670 0.000165
+gallium_dri.so free 0x557173467700 void 0.000113
+gallium_dri.so free 0x557173467670 void 0.000114
+gallium_dri.so malloc 72 0x557173467670 0.000113
+gallium_dri.so free 0x5571734677c0 void 0.000122
+gallium_dri.so free 0x557173467670 void 0.000113
+gallium_dri.so malloc 72 0x557173467800 0.000112
+gallium_dri.so free 0x557173467880 void 0.000114
+gallium_dri.so free 0x557173467800 void 0.000113
+gallium_dri.so malloc 72 0x557173467880 0.000115
+gallium_dri.so free 0x557173467940 void 0.000114
+gallium_dri.so free 0x557173467880 void 0.000112
+gallium_dri.so malloc 72 0x557173467880 0.000114
+gallium_dri.so free 0x557173467a00 void 0.000114
+gallium_dri.so free 0x557173467880 void 0.000113
+gallium_dri.so malloc 72 0x557173467a20 0.000113
+gallium_dri.so free 0x557173467ac0 void 0.000118
+gallium_dri.so free 0x557173467a20 void 0.000114
+gallium_dri.so malloc 72 0x557173467a70 0.000113
+gallium_dri.so free 0x557173467b40 void 0.000113
+gallium_dri.so free 0x557173467a70 void 0.000112
+gallium_dri.so malloc 72 0x557173467a70 0.000112
+gallium_dri.so free 0x557173467bc0 void 0.000115
+gallium_dri.so free 0x557173467a70 void 0.000114
+gallium_dri.so malloc 72 0x557173467bc0 0.000115
+gallium_dri.so free 0x557173467c80 void 0.000115
+gallium_dri.so free 0x557173467bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173467bc0 0.000127
+gallium_dri.so free 0x557173467d40 void 0.000116
+gallium_dri.so free 0x557173467bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173467bc0 0.000113
+gallium_dri.so free 0x557173467e00 void 0.000114
+gallium_dri.so free 0x557173467bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173467db0 0.000113
+gallium_dri.so free 0x557173467ec0 void 0.000113
+gallium_dri.so free 0x557173467db0 void 0.000112
+gallium_dri.so malloc 72 0x557173467e70 0.000113
+gallium_dri.so free 0x557173467f40 void 0.000113
+gallium_dri.so free 0x557173467e70 void 0.000113
+gallium_dri.so malloc 72 0x557173467f90 0.000112
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so free 0x557173467f90 void 0.000113
+gallium_dri.so malloc 72 0x557173468020 0.000113
+gallium_dri.so free 0x5571734680c0 void 0.000113
+gallium_dri.so free 0x557173468020 void 0.000112
+gallium_dri.so malloc 72 0x557173468070 0.000114
+gallium_dri.so free 0x557173468140 void 0.000114
+gallium_dri.so free 0x557173468070 void 0.000113
+gallium_dri.so malloc 72 0x557173468070 0.000113
+gallium_dri.so free 0x5571734681c0 void 0.000114
+gallium_dri.so free 0x557173468070 void 0.000131
+gallium_dri.so malloc 72 0x5571734681c0 0.000114
+gallium_dri.so free 0x557173468280 void 0.000114
+gallium_dri.so free 0x5571734681c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734681c0 0.000143
+gallium_dri.so free 0x557173468380 void 0.000125
+gallium_dri.so free 0x5571734681c0 void 0.000119
+gallium_dri.so malloc 72 0x557173468330 0.000118
+gallium_dri.so free 0x5571734683c0 void 0.000119
+gallium_dri.so free 0x557173468330 void 0.000120
+gallium_dri.so malloc 72 0x557173468330 0.000118
+gallium_dri.so free 0x557173468480 void 0.000118
+gallium_dri.so free 0x557173468330 void 0.000119
+gallium_dri.so malloc 72 0x5571734684c0 0.000118
+gallium_dri.so free 0x557173468540 void 0.000118
+gallium_dri.so free 0x5571734684c0 void 0.000117
+gallium_dri.so malloc 72 0x557173468540 0.000119
+gallium_dri.so free 0x557173468600 void 0.000118
+gallium_dri.so free 0x557173468540 void 0.000118
+gallium_dri.so malloc 72 0x557173468540 0.000120
+gallium_dri.so free 0x557173468680 void 0.000140
+gallium_dri.so free 0x557173468540 void 0.000120
+gallium_dri.so malloc 72 0x5571734686b0 0.000119
+gallium_dri.so free 0x557173468700 void 0.000119
+gallium_dri.so free 0x5571734686b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734686b0 0.000118
+gallium_dri.so free 0x557173468800 void 0.000119
+gallium_dri.so free 0x5571734686b0 void 0.000114
+gallium_dri.so malloc 72 0x557173468840 0.000118
+gallium_dri.so free 0x5571734688c0 void 0.000118
+gallium_dri.so free 0x557173468840 void 0.000153
+gallium_dri.so malloc 72 0x5571734688c0 0.000116
+gallium_dri.so free 0x557173468980 void 0.000115
+gallium_dri.so free 0x5571734688c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734688c0 0.000113
+gallium_dri.so free 0x557173468a00 void 0.000114
+gallium_dri.so free 0x5571734688c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468a30 0.000116
+gallium_dri.so free 0x557173468a80 void 0.000116
+gallium_dri.so free 0x557173468a30 void 0.000113
+gallium_dri.so malloc 72 0x557173468a30 0.000113
+gallium_dri.so free 0x557173468b80 void 0.000113
+gallium_dri.so free 0x557173468a30 void 0.000112
+gallium_dri.so malloc 72 0x557173468b30 0.000112
+gallium_dri.so free 0x557173468c40 void 0.000115
+gallium_dri.so free 0x557173468b30 void 0.000159
+gallium_dri.so malloc 72 0x557173468bf0 0.000215
+gallium_dri.so free 0x557173468cc0 void 0.000117
+gallium_dri.so free 0x557173468bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173468bf0 0.000112
+gallium_dri.so free 0x557173468d80 void 0.000114
+gallium_dri.so free 0x557173468bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173468bf0 0.000113
+gallium_dri.so free 0x557173468e40 void 0.000113
+gallium_dri.so free 0x557173468bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173468df0 0.000112
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so free 0x557173468df0 void 0.000159
+gallium_dri.so malloc 72 0x557173468f10 0.000114
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so free 0x557173468f10 void 0.000117
+gallium_dri.so malloc 72 0x557173468fa0 0.000113
+gallium_dri.so free 0x557173469040 void 0.000113
+gallium_dri.so free 0x557173468fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173468ff0 0.000116
+gallium_dri.so free 0x5571734690c0 void 0.000113
+gallium_dri.so free 0x557173468ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571734690c0 0.000114
+gallium_dri.so free 0x557173469180 void 0.000114
+gallium_dri.so free 0x5571734690c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734690c0 0.000113
+gallium_dri.so free 0x557173469200 void 0.000114
+gallium_dri.so free 0x5571734690c0 void 0.000113
+gallium_dri.so malloc 72 0x557173469200 0.000112
+gallium_dri.so free 0x5571734692c0 void 0.000113
+gallium_dri.so free 0x557173469200 void 0.000113
+gallium_dri.so malloc 72 0x557173469200 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x557173469200 void 0.000113
+gallium_dri.so malloc 72 0x557173469200 0.000118
+gallium_dri.so free 0x557173469440 void 0.000123
+gallium_dri.so free 0x557173469200 void 0.000119
+gallium_dri.so malloc 72 0x5571734693f0 0.000114
+gallium_dri.so free 0x5571734694c0 void 0.000122
+gallium_dri.so free 0x5571734693f0 void 0.000114
+gallium_dri.so malloc 72 0x557173469510 0.000122
+gallium_dri.so free 0x557173469580 void 0.000128
+gallium_dri.so free 0x557173469510 void 0.000129
+gallium_dri.so malloc 72 0x5571734695c0 0.000120
+gallium_dri.so free 0x557173469640 void 0.000123
+gallium_dri.so free 0x5571734695c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734695c0 0.000120
+gallium_dri.so free 0x5571734696c0 void 0.000123
+gallium_dri.so free 0x5571734695c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734696f0 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571734696f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734696f0 0.000120
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571734696f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb430 0.000120
+gallium_dri.so free 0x5571735eb540 void 0.000117
+gallium_dri.so free 0x5571735eb430 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000119
+gallium_dri.so free 0x5571735eb580 void 0.000121
+gallium_dri.so free 0x5571735eb4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000120
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so free 0x5571735eb6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000124
+gallium_dri.so free 0x5571735eb800 void 0.000117
+gallium_dri.so free 0x5571735eb6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000117
+gallium_dri.so free 0x5571735eb8c0 void 0.000119
+gallium_dri.so free 0x5571735eb7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb870 0.000116
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb870 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb870 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571735eb870 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba00 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba80 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba80 0.000117
+gallium_dri.so free 0x5571735ebc00 void 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000135
+gallium_dri.so malloc 72 0x5571735ebc20 0.000121
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so free 0x5571735ebc20 void 0.000180
+gallium_dri.so malloc 72 0x5571735ebc70 0.000118
+gallium_dri.so free 0x5571735ebd40 void 0.000117
+gallium_dri.so free 0x5571735ebc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc70 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000119
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000119
+gallium_dri.so free 0x5571735ebf40 void 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000118
+gallium_dri.so free 0x5571735ec000 void 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000123
+gallium_dri.so free 0x5571735ec0c0 void 0.000123
+gallium_dri.so free 0x5571735ebfb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec070 0.000120
+gallium_dri.so free 0x5571735ec140 void 0.000121
+gallium_dri.so free 0x5571735ec070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec190 0.000117
+gallium_dri.so free 0x5571735ec200 void 0.000120
+gallium_dri.so free 0x5571735ec190 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec220 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000130
+gallium_dri.so free 0x5571735ec220 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec270 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000117
+gallium_dri.so free 0x5571735ec270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec270 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000117
+gallium_dri.so free 0x5571735ec480 void 0.000117
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735ec5c0 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec530 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec740 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec740 0.000129
+gallium_dri.so free 0x5571735ec880 void 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000117
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so free 0x5571735ec8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000119
+gallium_dri.so free 0x5571735eca00 void 0.000119
+gallium_dri.so free 0x5571735ec8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca40 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000119
+gallium_dri.so free 0x5571735eca40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecac0 0.000117
+gallium_dri.so free 0x5571735ecb80 void 0.000116
+gallium_dri.so free 0x5571735ecac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecac0 0.000120
+gallium_dri.so free 0x5571735ecc00 void 0.000117
+gallium_dri.so free 0x5571735ecac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc30 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000116
+gallium_dri.so free 0x5571735ecc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc30 0.000120
+gallium_dri.so free 0x5571735ecd80 void 0.000117
+gallium_dri.so free 0x5571735ecc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecd30 0.000116
+gallium_dri.so free 0x5571735ece40 void 0.000117
+gallium_dri.so free 0x5571735ecd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000121
+gallium_dri.so free 0x5571735ecec0 void 0.000121
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000145
+gallium_dri.so free 0x5571735ecf80 void 0.000119
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000117
+gallium_dri.so free 0x5571735ed040 void 0.000118
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecff0 0.000120
+gallium_dri.so free 0x5571735ed0c0 void 0.000120
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed110 0.000119
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so free 0x5571735ed110 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000119
+gallium_dri.so free 0x5571735ed240 void 0.000117
+gallium_dri.so free 0x5571735ed1a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000116
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000121
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000118
+gallium_dri.so free 0x5571735ed400 void 0.000154
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed400 0.000117
+gallium_dri.so free 0x5571735ed4c0 void 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000117
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed400 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000121
+gallium_dri.so free 0x5571735ed400 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed710 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so free 0x5571735ed710 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000116
+gallium_dri.so free 0x5571735ed8c0 void 0.000120
+gallium_dri.so free 0x5571735ed7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000135
+gallium_dri.so free 0x5571735ed8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000127
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edab0 0.000117
+gallium_dri.so free 0x5571735edb40 void 0.000120
+gallium_dri.so free 0x5571735edab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735edab0 0.000116
+gallium_dri.so free 0x5571735edc00 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edc70 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735edc70 0.000120
+gallium_dri.so free 0x5571735eddc0 void 0.000117
+gallium_dri.so free 0x5571735edc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000124
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so free 0x5571735edd70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000117
+gallium_dri.so free 0x5571735ede30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ede30 0.000118
+gallium_dri.so free 0x5571735edf80 void 0.000117
+gallium_dri.so free 0x5571735ede30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edfc0 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so free 0x5571735edfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000123
+gallium_dri.so free 0x5571735ee040 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000119
+gallium_dri.so free 0x5571735ee280 void 0.000120
+gallium_dri.so free 0x5571735ee1e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee230 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee230 0.000117
+gallium_dri.so free 0x5571735ee380 void 0.000119
+gallium_dri.so free 0x5571735ee230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee380 0.000120
+gallium_dri.so free 0x5571735ee440 void 0.000117
+gallium_dri.so free 0x5571735ee380 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee380 0.000116
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so free 0x5571735ee380 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee380 0.000119
+gallium_dri.so free 0x5571735ee5c0 void 0.000124
+gallium_dri.so free 0x5571735ee380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee570 0.000118
+gallium_dri.so free 0x5571735ee680 void 0.000119
+gallium_dri.so free 0x5571735ee570 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee630 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000118
+gallium_dri.so free 0x5571735ee630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee750 0.000116
+gallium_dri.so free 0x5571735ee7c0 void 0.000117
+gallium_dri.so free 0x5571735ee750 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000120
+gallium_dri.so free 0x5571735ee880 void 0.000129
+gallium_dri.so free 0x5571735ee7e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee830 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee830 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee830 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000119
+gallium_dri.so free 0x5571735ee830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee980 0.000119
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee980 0.000120
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eeb80 void 0.000131
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000117
+gallium_dri.so free 0x5571735eeaf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735eec80 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so free 0x5571735eec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735eed00 0.000119
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed00 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee70 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eee70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef000 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000121
+gallium_dri.so free 0x5571735ef000 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef080 0.000119
+gallium_dri.so free 0x5571735ef140 void 0.000117
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef080 0.000168
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000117
+gallium_dri.so free 0x5571735ef1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000120
+gallium_dri.so free 0x5571735ef2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000119
+gallium_dri.so free 0x5571735ef3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000120
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000117
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so free 0x5571735ef5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000128
+gallium_dri.so free 0x5571735ef740 void 0.000121
+gallium_dri.so free 0x5571735ef6d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef760 0.000119
+gallium_dri.so free 0x5571735ef800 void 0.000120
+gallium_dri.so free 0x5571735ef760 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000119
+gallium_dri.so free 0x5571735ef880 void 0.000117
+gallium_dri.so free 0x5571735ef7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef880 0.000116
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef880 0.000117
+gallium_dri.so free 0x5571735ef9c0 void 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000117
+gallium_dri.so free 0x5571735efa80 void 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000120
+gallium_dri.so free 0x5571735ef9c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000120
+gallium_dri.so free 0x5571735efc00 void 0.000117
+gallium_dri.so free 0x5571735ef9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbb0 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000117
+gallium_dri.so free 0x5571735efbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcd0 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000129
+gallium_dri.so free 0x5571735efcd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd80 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000119
+gallium_dri.so free 0x5571735efd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735efd80 0.000117
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735efeb0 0.000117
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so free 0x5571735efeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efeb0 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so free 0x5571735efeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735effb0 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735effb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0070 0.000120
+gallium_dri.so free 0x5571735f0100 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0070 0.000118
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0230 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000117
+gallium_dri.so free 0x5571735f0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0230 0.000170
+gallium_dri.so free 0x5571735f0380 void 0.000120
+gallium_dri.so free 0x5571735f0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000117
+gallium_dri.so free 0x5571735f0440 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03f0 0.000123
+gallium_dri.so free 0x5571735f0480 void 0.000120
+gallium_dri.so free 0x5571735f03f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f03f0 0.000117
+gallium_dri.so free 0x5571735d35a0 void 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0580 0.000117
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0580 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0600 0.000116
+gallium_dri.so free 0x5571735f06c0 void 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0600 0.000245
+gallium_dri.so free 0x5571735f0780 void 0.000211
+gallium_dri.so free 0x5571735f0600 void 0.000211
+gallium_dri.so malloc 72 0x5571735f07a0 0.000118
+gallium_dri.so free 0x5571735f0840 void 0.000128
+gallium_dri.so free 0x5571735f07a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f07f0 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f07f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f07f0 0.000120
+gallium_dri.so free 0x5571735f0940 void 0.000121
+gallium_dri.so free 0x5571735f07f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0940 0.000123
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0940 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0940 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b30 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so free 0x5571735f0b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d10 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000112
+gallium_dri.so free 0x5571735f0d10 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0da0 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so free 0x5571735f0da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0df0 0.000111
+gallium_dri.so free 0x5571735f0f40 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f40 0.000116
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f40 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1140 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1240 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000116
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f12c0 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1430 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000114
+gallium_dri.so free 0x5571735f1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1430 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000113
+gallium_dri.so free 0x5571735f1430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15c0 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1640 0.000112
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1640 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000135
+gallium_dri.so malloc 72 0x5571735f17b0 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f18b0 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1970 0.000118
+gallium_dri.so free 0x5571735f1a40 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c90 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000113
+gallium_dri.so free 0x5571735f1c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d20 0.000113
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d70 0.000115
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e40 0.000112
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e40 0.000113
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000126
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000113
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000114
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2170 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2290 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2290 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2340 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2340 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2340 0.000114
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so free 0x5571735f2340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2470 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2470 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2470 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2570 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2630 0.000114
+gallium_dri.so free 0x5571735f2780 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f27f0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000115
+gallium_dri.so free 0x5571735f27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f27f0 0.000113
+gallium_dri.so free 0x5571735f2940 void 0.000113
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000112
+gallium_dri.so free 0x5571735f2a00 void 0.000114
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29b0 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29b0 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000113
+gallium_dri.so free 0x5571735f29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b40 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so free 0x5571735f2b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000126
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d60 0.000115
+gallium_dri.so free 0x5571735f2e00 void 0.000114
+gallium_dri.so free 0x5571735f2d60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2db0 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2db0 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000112
+gallium_dri.so free 0x5571735f2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f00 0.000119
+gallium_dri.so free 0x5571735f2fc0 void 0.000126
+gallium_dri.so free 0x5571735f2f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2f00 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f00 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30f0 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so free 0x5571735f30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000117
+gallium_dri.so free 0x5571735f3280 void 0.000124
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32d0 0.000113
+gallium_dri.so free 0x5571735f3340 void 0.000116
+gallium_dri.so free 0x5571735f32d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3360 0.000112
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3360 void 0.000112
+gallium_dri.so malloc 72 0x5571735f33b0 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33b0 0.000112
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3500 0.000112
+gallium_dri.so free 0x5571735f35c0 void 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3500 0.000114
+gallium_dri.so free 0x5571735f36c0 void 0.000142
+gallium_dri.so free 0x5571735f3500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x5571735f3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da930 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa50 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000112
+gallium_dri.so free 0x5571735daa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735daae0 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000112
+gallium_dri.so free 0x5571735daae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacb0 0.000112
+gallium_dri.so free 0x5571735dad80 void 0.000112
+gallium_dri.so free 0x5571735dacb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dadd0 0.000112
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dadd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae60 0.000117
+gallium_dri.so free 0x5571735daf00 void 0.000122
+gallium_dri.so free 0x5571735dae60 void 0.000119
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000114
+gallium_dri.so free 0x5571735db000 void 0.000126
+gallium_dri.so free 0x5571735daeb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db000 0.000122
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so malloc 72 0x5571735db000 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735db000 void 0.000112
+gallium_dri.so malloc 72 0x5571735db000 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x5571735db000 void 0.000113
+gallium_dri.so malloc 72 0x5571735db270 0.000115
+gallium_dri.so free 0x5571735db2c0 void 0.000114
+gallium_dri.so free 0x5571735db270 void 0.000115
+gallium_dri.so malloc 72 0x5571735db270 0.000119
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db270 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000113
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db430 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000118
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000112
+gallium_dri.so malloc 72 0x5571735db5d0 0.000127
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db5d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db680 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000139
+gallium_dri.so free 0x5571735db680 void 0.000119
+gallium_dri.so malloc 72 0x5571735db700 0.000119
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so malloc 72 0x5571735db700 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so malloc 72 0x5571735db870 0.000117
+gallium_dri.so free 0x5571735db8c0 void 0.000119
+gallium_dri.so free 0x5571735db870 void 0.000117
+gallium_dri.so malloc 72 0x5571735db870 0.000118
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so free 0x5571735db870 void 0.000117
+gallium_dri.so malloc 72 0x5571735db970 0.000118
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735db970 void 0.000119
+gallium_dri.so malloc 72 0x5571735dba30 0.000118
+gallium_dri.so free 0x5571735dbb00 void 0.000118
+gallium_dri.so free 0x5571735dba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb20 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000118
+gallium_dri.so free 0x5571735dbb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000123
+gallium_dri.so free 0x5571735dbc40 void 0.000110
+gallium_dri.so free 0x5571735dbb70 void 0.000205
+gallium_dri.so malloc 72 0x5571735dbb70 0.000171
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000118
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so free 0x5571735dbcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000119
+gallium_dri.so free 0x5571735dbf00 void 0.000119
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000118
+gallium_dri.so free 0x5571735dbf00 void 0.000119
+gallium_dri.so free 0x5571735dbeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000118
+gallium_dri.so free 0x5571735dc000 void 0.000118
+gallium_dri.so free 0x5571735dbeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000118
+gallium_dri.so free 0x5571735dc0c0 void 0.000117
+gallium_dri.so free 0x5571735dbfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000118
+gallium_dri.so free 0x5571735dc100 void 0.000123
+gallium_dri.so free 0x5571735dc070 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000111
+gallium_dri.so free 0x5571735dc070 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc200 0.000111
+gallium_dri.so free 0x5571735dc280 void 0.000110
+gallium_dri.so free 0x5571735dc200 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc280 0.000110
+gallium_dri.so free 0x5571735dc340 void 0.000111
+gallium_dri.so free 0x5571735dc280 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc280 0.000111
+gallium_dri.so free 0x5571735dc400 void 0.000110
+gallium_dri.so free 0x5571735dc280 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc420 0.000111
+gallium_dri.so free 0x5571735dc4c0 void 0.000112
+gallium_dri.so free 0x5571735dc420 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc470 0.000111
+gallium_dri.so free 0x5571735dc540 void 0.000139
+gallium_dri.so free 0x5571735dc470 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc470 0.000110
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc470 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000110
+gallium_dri.so free 0x5571735dc740 void 0.000110
+gallium_dri.so free 0x5571735dc5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc8c0 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000155
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc990 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so free 0x5571735dc990 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca20 0.000116
+gallium_dri.so free 0x5571735dcac0 void 0.000118
+gallium_dri.so free 0x5571735dca20 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca70 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dca70 0.000117
+gallium_dri.so free 0x5571735dcbc0 void 0.000118
+gallium_dri.so free 0x5571735dca70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000119
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000118
+gallium_dri.so free 0x5571735dcd80 void 0.000168
+gallium_dri.so free 0x5571735dcbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd30 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcec0 0.000119
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so free 0x5571735dcec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf40 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf40 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000118
+gallium_dri.so free 0x5571735dd100 void 0.000119
+gallium_dri.so free 0x5571735dd0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x5571735dd0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd240 0.000119
+gallium_dri.so free 0x5571735dd2c0 void 0.000118
+gallium_dri.so free 0x5571735dd240 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000124
+gallium_dri.so free 0x5571735dd380 void 0.000112
+gallium_dri.so free 0x5571735dd2c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000110
+gallium_dri.so free 0x5571735dd400 void 0.000120
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd430 0.000111
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so free 0x5571735dd430 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd430 0.000111
+gallium_dri.so free 0x5571735dd580 void 0.000111
+gallium_dri.so free 0x5571735dd430 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd530 0.000112
+gallium_dri.so free 0x5571735dd640 void 0.000115
+gallium_dri.so free 0x5571735dd530 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000111
+gallium_dri.so free 0x5571735dd6c0 void 0.000110
+gallium_dri.so free 0x5571735dd5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000110
+gallium_dri.so free 0x5571735dd780 void 0.000111
+gallium_dri.so free 0x5571735dd5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000112
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000110
+gallium_dri.so free 0x5571735dd8c0 void 0.000111
+gallium_dri.so free 0x5571735dd7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd910 0.000110
+gallium_dri.so free 0x5571735dd980 void 0.000128
+gallium_dri.so free 0x5571735dd910 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9a0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000120
+gallium_dri.so free 0x5571735dd9a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dd9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddac0 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc00 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc00 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc00 0.000119
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf10 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000122
+gallium_dri.so free 0x5571735ddf10 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000121
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000117
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de0f0 0.000117
+gallium_dri.so free 0x5571735de140 void 0.000118
+gallium_dri.so free 0x5571735de0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de0f0 0.000120
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735de0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1f0 0.000117
+gallium_dri.so free 0x5571735de300 void 0.000118
+gallium_dri.so free 0x5571735de1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2b0 0.000144
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so free 0x5571735de2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2b0 0.000117
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de470 0.000118
+gallium_dri.so free 0x5571735de4c0 void 0.000119
+gallium_dri.so free 0x5571735de470 void 0.000117
+gallium_dri.so malloc 72 0x5571735de470 0.000119
+gallium_dri.so free 0x5571735de5c0 void 0.000118
+gallium_dri.so free 0x5571735de470 void 0.000123
+gallium_dri.so malloc 72 0x5571735de570 0.000118
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so free 0x5571735de570 void 0.000118
+gallium_dri.so malloc 72 0x5571735de630 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000119
+gallium_dri.so free 0x5571735de630 void 0.000118
+gallium_dri.so malloc 72 0x5571735de630 0.000120
+gallium_dri.so free 0x5571735de780 void 0.000118
+gallium_dri.so free 0x5571735de630 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7c0 0.000117
+gallium_dri.so free 0x5571735de840 void 0.000119
+gallium_dri.so free 0x5571735de7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de840 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so malloc 72 0x5571735de840 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000118
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9e0 0.000119
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de9e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea30 0.000117
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea30 void 0.000127
+gallium_dri.so malloc 72 0x5571735dea30 0.000118
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so free 0x5571735dea30 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb80 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb80 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb80 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded70 0.000120
+gallium_dri.so free 0x5571735dee80 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee30 0.000122
+gallium_dri.so free 0x5571735def00 void 0.000119
+gallium_dri.so free 0x5571735dee30 void 0.000120
+gallium_dri.so malloc 72 0x5571735def50 0.000119
+gallium_dri.so free 0x5571735defc0 void 0.000118
+gallium_dri.so free 0x5571735def50 void 0.000118
+gallium_dri.so malloc 72 0x5571735defe0 0.000119
+gallium_dri.so free 0x5571735df080 void 0.000116
+gallium_dri.so free 0x5571735defe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df030 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000166
+gallium_dri.so free 0x5571735df030 void 0.000119
+gallium_dri.so malloc 72 0x5571735df030 0.000118
+gallium_dri.so free 0x5571735df180 void 0.000118
+gallium_dri.so free 0x5571735df030 void 0.000117
+gallium_dri.so malloc 72 0x5571735df180 0.000134
+gallium_dri.so free 0x5571735df240 void 0.000120
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so malloc 72 0x5571735df180 0.000119
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so free 0x5571735df2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df480 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000120
+gallium_dri.so free 0x5571735df480 void 0.000124
+gallium_dri.so malloc 72 0x5571735df500 0.000119
+gallium_dri.so free 0x5571735df5c0 void 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000116
+gallium_dri.so malloc 72 0x5571735df500 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000116
+gallium_dri.so malloc 72 0x5571735df670 0.000129
+gallium_dri.so free 0x5571735df6c0 void 0.000120
+gallium_dri.so free 0x5571735df670 void 0.000118
+gallium_dri.so malloc 72 0x5571735df670 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so free 0x5571735df670 void 0.000122
+gallium_dri.so malloc 72 0x5571735df800 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000118
+gallium_dri.so free 0x5571735df800 void 0.000120
+gallium_dri.so malloc 72 0x5571735df880 0.000118
+gallium_dri.so free 0x5571735df940 void 0.000118
+gallium_dri.so free 0x5571735df880 void 0.000117
+gallium_dri.so malloc 72 0x5571735df880 0.000119
+gallium_dri.so free 0x5571735df9c0 void 0.000118
+gallium_dri.so free 0x5571735df880 void 0.000118
+gallium_dri.so malloc 72 0x5571735df9f0 0.000118
+gallium_dri.so free 0x5571735dfa40 void 0.000120
+gallium_dri.so free 0x5571735df9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df9f0 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735df9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000117
+gallium_dri.so free 0x5571735dfc00 void 0.000118
+gallium_dri.so free 0x5571735dfaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000118
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so free 0x5571735dfbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000110
+gallium_dri.so free 0x5571735dfbb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000125
+gallium_dri.so free 0x5571735dfe00 void 0.000110
+gallium_dri.so free 0x5571735dfbb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000111
+gallium_dri.so free 0x5571735dfe80 void 0.000110
+gallium_dri.so free 0x5571735dfdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfed0 0.000109
+gallium_dri.so free 0x5571735dff40 void 0.000111
+gallium_dri.so free 0x5571735dfed0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dff60 0.000110
+gallium_dri.so free 0x5571735e0000 void 0.000109
+gallium_dri.so free 0x5571735dff60 void 0.000108
+gallium_dri.so malloc 72 0x5571735dffb0 0.000110
+gallium_dri.so free 0x5571735e0080 void 0.000112
+gallium_dri.so free 0x5571735dffb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0080 0.000110
+gallium_dri.so free 0x5571735e0140 void 0.000135
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0080 0.000112
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000111
+gallium_dri.so malloc 72 0x5571735e01c0 0.000110
+gallium_dri.so free 0x5571735e0280 void 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e01c0 0.000109
+gallium_dri.so free 0x5571735e0340 void 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e01c0 0.000118
+gallium_dri.so free 0x5571735e0400 void 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03b0 0.000117
+gallium_dri.so free 0x5571735e0480 void 0.000117
+gallium_dri.so free 0x5571735e03b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e04d0 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000119
+gallium_dri.so free 0x5571735e04d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0580 0.000117
+gallium_dri.so free 0x5571735e0600 void 0.000117
+gallium_dri.so free 0x5571735e0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0580 0.000118
+gallium_dri.so free 0x5571735e0680 void 0.000119
+gallium_dri.so free 0x5571735e0580 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06b0 0.000118
+gallium_dri.so free 0x5571735e0700 void 0.000118
+gallium_dri.so free 0x5571735e06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06b0 0.000118
+gallium_dri.so free 0x5571735e0800 void 0.000118
+gallium_dri.so free 0x5571735e06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e07b0 0.000118
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so free 0x5571735e07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0870 0.000128
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so free 0x5571735e0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0870 0.000118
+gallium_dri.so free 0x5571735e09c0 void 0.000118
+gallium_dri.so free 0x5571735e0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a30 0.000118
+gallium_dri.so free 0x5571735e0a80 void 0.000117
+gallium_dri.so free 0x5571735e0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a30 0.000117
+gallium_dri.so free 0x5571735e0b80 void 0.000119
+gallium_dri.so free 0x5571735e0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b30 0.000120
+gallium_dri.so free 0x5571735e0c40 void 0.000117
+gallium_dri.so free 0x5571735e0b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so free 0x5571735e0bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so free 0x5571735e0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d80 0.000117
+gallium_dri.so free 0x5571735e0e00 void 0.000118
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0e00 0.000118
+gallium_dri.so free 0x5571735e0ec0 void 0.000117
+gallium_dri.so free 0x5571735e0e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0e00 0.000115
+gallium_dri.so free 0x5571735e0f80 void 0.000109
+gallium_dri.so free 0x5571735e0e00 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000109
+gallium_dri.so free 0x5571735e1040 void 0.000110
+gallium_dri.so free 0x5571735e0fa0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000111
+gallium_dri.so free 0x5571735e10c0 void 0.000110
+gallium_dri.so free 0x5571735e0ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000109
+gallium_dri.so free 0x5571735e1140 void 0.000109
+gallium_dri.so free 0x5571735e0ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1140 0.000109
+gallium_dri.so free 0x5571735e1200 void 0.000109
+gallium_dri.so free 0x5571735e1140 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1140 0.000109
+gallium_dri.so free 0x5571735e12c0 void 0.000110
+gallium_dri.so free 0x5571735e1140 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1140 0.000110
+gallium_dri.so free 0x5571735e1380 void 0.000110
+gallium_dri.so free 0x5571735e1140 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1330 0.000110
+gallium_dri.so free 0x5571735e1440 void 0.000111
+gallium_dri.so free 0x5571735e1330 void 0.000109
+gallium_dri.so malloc 72 0x5571735e13f0 0.000111
+gallium_dri.so free 0x5571735e14c0 void 0.000109
+gallium_dri.so free 0x5571735e13f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1510 0.000116
+gallium_dri.so free 0x5571735e1580 void 0.000248
+gallium_dri.so free 0x5571735e1510 void 0.000284
+gallium_dri.so malloc 72 0x5571735e15a0 0.000305
+gallium_dri.so free 0x5571735e1640 void 0.000202
+gallium_dri.so free 0x5571735e15a0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e15f0 0.000119
+gallium_dri.so free 0x5571735e16c0 void 0.000118
+gallium_dri.so free 0x5571735e15f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1740 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000125
+gallium_dri.so free 0x5571735e18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a40 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000117
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c30 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so free 0x5571735e1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c30 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so free 0x5571735e1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e40 0.000141
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1e40 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so free 0x5571735e1fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e21c0 void 0.000113
+gallium_dri.so free 0x5571735e20b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2170 0.000113
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so free 0x5571735e2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2170 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2170 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x5571735e2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2490 0.000116
+gallium_dri.so free 0x5571735e2500 void 0.000113
+gallium_dri.so free 0x5571735e2490 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2520 0.000111
+gallium_dri.so free 0x5571735e25c0 void 0.000117
+gallium_dri.so free 0x5571735e2520 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000112
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e2570 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2970 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2a90 0.000117
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2a90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b40 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000113
+gallium_dri.so free 0x5571735e2b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b40 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000113
+gallium_dri.so free 0x5571735e2b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2c70 0.000120
+gallium_dri.so free 0x5571735e2cc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000145
+gallium_dri.so free 0x5571735e2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so free 0x5571735e2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e30 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000114
+gallium_dri.so free 0x5571735e3140 void 0.000112
+gallium_dri.so free 0x5571735e2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000113
+gallium_dri.so free 0x5571735e30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000126
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e31b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3340 0.000116
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e33c0 0.000115
+gallium_dri.so free 0x5571735e3480 void 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000113
+gallium_dri.so free 0x5571735e3540 void 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3560 0.000112
+gallium_dri.so free 0x5571735e3600 void 0.000113
+gallium_dri.so free 0x5571735e3560 void 0.000112
+gallium_dri.so malloc 72 0x5571735e35b0 0.000112
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e35b0 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000112
+gallium_dri.so free 0x5571735e35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3700 0.000112
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3700 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000126
+gallium_dri.so free 0x557173588440 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588440 0.000113
+gallium_dri.so free 0x557173588500 void 0.000114
+gallium_dri.so free 0x557173588440 void 0.000132
+gallium_dri.so malloc 72 0x557173588440 0.000115
+gallium_dri.so free 0x557173588580 void 0.000114
+gallium_dri.so free 0x557173588440 void 0.000112
+gallium_dri.so malloc 72 0x557173588580 0.000113
+gallium_dri.so free 0x557173588640 void 0.000113
+gallium_dri.so free 0x557173588580 void 0.000113
+gallium_dri.so malloc 72 0x557173588580 0.000111
+gallium_dri.so free 0x557173588700 void 0.000113
+gallium_dri.so free 0x557173588580 void 0.000111
+gallium_dri.so malloc 72 0x557173588580 0.000112
+gallium_dri.so free 0x5571735887c0 void 0.000113
+gallium_dri.so free 0x557173588580 void 0.000113
+gallium_dri.so malloc 72 0x557173588770 0.000112
+gallium_dri.so free 0x557173588840 void 0.000140
+gallium_dri.so free 0x557173588770 void 0.000118
+gallium_dri.so malloc 72 0x557173588890 0.000115
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x557173588890 void 0.000114
+gallium_dri.so malloc 72 0x557173588940 0.000112
+gallium_dri.so free 0x5571735889c0 void 0.000113
+gallium_dri.so free 0x557173588940 void 0.000113
+gallium_dri.so malloc 72 0x557173588940 0.000113
+gallium_dri.so free 0x557173588a40 void 0.000114
+gallium_dri.so free 0x557173588940 void 0.000114
+gallium_dri.so malloc 72 0x557173588a70 0.000113
+gallium_dri.so free 0x557173588ac0 void 0.000113
+gallium_dri.so free 0x557173588a70 void 0.000113
+gallium_dri.so malloc 72 0x557173588a70 0.000112
+gallium_dri.so free 0x557173588bc0 void 0.000113
+gallium_dri.so free 0x557173588a70 void 0.000111
+gallium_dri.so malloc 72 0x557173588b70 0.000113
+gallium_dri.so free 0x557173588c80 void 0.000113
+gallium_dri.so free 0x557173588b70 void 0.000112
+gallium_dri.so malloc 72 0x557173588c30 0.000112
+gallium_dri.so free 0x557173588cc0 void 0.000114
+gallium_dri.so free 0x557173588c30 void 0.000111
+gallium_dri.so malloc 72 0x557173588c30 0.000114
+gallium_dri.so free 0x557173588d80 void 0.000112
+gallium_dri.so free 0x557173588c30 void 0.000113
+gallium_dri.so malloc 72 0x557173588df0 0.000113
+gallium_dri.so free 0x557173588e40 void 0.000113
+gallium_dri.so free 0x557173588df0 void 0.000113
+gallium_dri.so malloc 72 0x557173588df0 0.000112
+gallium_dri.so free 0x557173588f40 void 0.000114
+gallium_dri.so free 0x557173588df0 void 0.000115
+gallium_dri.so malloc 72 0x557173588ef0 0.000114
+gallium_dri.so free 0x557173589000 void 0.000112
+gallium_dri.so free 0x557173588ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173588fb0 0.000112
+gallium_dri.so free 0x557173589040 void 0.000126
+gallium_dri.so free 0x557173588fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173588fb0 0.000113
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x557173588fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173589140 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x557173589140 void 0.000112
+gallium_dri.so malloc 72 0x5571735891c0 0.000112
+gallium_dri.so free 0x557173589280 void 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735891c0 0.000114
+gallium_dri.so free 0x557173589340 void 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so malloc 72 0x557173589360 0.000113
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589360 void 0.000112
+gallium_dri.so malloc 72 0x5571735893b0 0.000113
+gallium_dri.so free 0x557173589480 void 0.000113
+gallium_dri.so free 0x5571735893b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589500 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589500 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000115
+gallium_dri.so free 0x557173589500 void 0.000113
+gallium_dri.so malloc 72 0x557173589500 0.000113
+gallium_dri.so free 0x557173589680 void 0.000113
+gallium_dri.so free 0x557173589500 void 0.000184
+gallium_dri.so malloc 72 0x557173589500 0.000117
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x557173589500 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589800 void 0.000130
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735897b0 0.000114
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so free 0x5571735897b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735898d0 0.000113
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x5571735898d0 void 0.000112
+gallium_dri.so malloc 72 0x557173589960 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000112
+gallium_dri.so free 0x557173589960 void 0.000114
+gallium_dri.so malloc 72 0x5571735899b0 0.000113
+gallium_dri.so free 0x557173589a80 void 0.000113
+gallium_dri.so free 0x5571735899b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735899b0 0.000112
+gallium_dri.so free 0x557173589b00 void 0.000113
+gallium_dri.so free 0x5571735899b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589b00 0.000113
+gallium_dri.so free 0x557173589bc0 void 0.000113
+gallium_dri.so free 0x557173589b00 void 0.000112
+gallium_dri.so malloc 72 0x557173589b00 0.000113
+gallium_dri.so free 0x557173589cc0 void 0.000114
+gallium_dri.so free 0x557173589b00 void 0.000119
+gallium_dri.so malloc 72 0x557173589c70 0.000114
+gallium_dri.so free 0x557173589d00 void 0.000113
+gallium_dri.so free 0x557173589c70 void 0.000113
+gallium_dri.so malloc 72 0x557173589c70 0.000112
+gallium_dri.so free 0x557173589dc0 void 0.000113
+gallium_dri.so free 0x557173589c70 void 0.000111
+gallium_dri.so malloc 72 0x557173589e00 0.000113
+gallium_dri.so free 0x557173589e80 void 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000113
+gallium_dri.so malloc 72 0x557173589e80 0.000113
+gallium_dri.so free 0x557173589f40 void 0.000116
+gallium_dri.so free 0x557173589e80 void 0.000117
+gallium_dri.so malloc 72 0x557173589e80 0.000113
+gallium_dri.so free 0x557173589fc0 void 0.000114
+gallium_dri.so free 0x557173589e80 void 0.000113
+gallium_dri.so malloc 72 0x557173589ff0 0.000113
+gallium_dri.so free 0x55717358a040 void 0.000114
+gallium_dri.so free 0x557173589ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ff0 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so free 0x557173589ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a180 0.000112
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a180 void 0.000112
+gallium_dri.so malloc 72 0x55717358a200 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000123
+gallium_dri.so malloc 72 0x55717358a200 0.000114
+gallium_dri.so free 0x55717358a340 void 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000113
+gallium_dri.so malloc 72 0x55717358a370 0.000113
+gallium_dri.so free 0x55717358a3c0 void 0.000113
+gallium_dri.so free 0x55717358a370 void 0.000126
+gallium_dri.so malloc 72 0x55717358a370 0.000115
+gallium_dri.so free 0x55717358a4c0 void 0.000112
+gallium_dri.so free 0x55717358a370 void 0.000111
+gallium_dri.so malloc 72 0x55717358a470 0.000112
+gallium_dri.so free 0x55717358a580 void 0.000113
+gallium_dri.so free 0x55717358a470 void 0.000112
+gallium_dri.so malloc 72 0x55717358a530 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x55717358a530 void 0.000111
+gallium_dri.so malloc 72 0x55717358a530 0.000114
+gallium_dri.so free 0x55717358a6c0 void 0.000112
+gallium_dri.so free 0x55717358a530 void 0.000113
+gallium_dri.so malloc 72 0x55717358a530 0.000122
+gallium_dri.so free 0x55717358a780 void 0.000114
+gallium_dri.so free 0x55717358a530 void 0.000113
+gallium_dri.so malloc 72 0x55717358a730 0.000112
+gallium_dri.so free 0x55717358a800 void 0.000113
+gallium_dri.so free 0x55717358a730 void 0.000113
+gallium_dri.so malloc 72 0x55717358a850 0.000112
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a850 void 0.000114
+gallium_dri.so malloc 72 0x55717358a8e0 0.000188
+gallium_dri.so free 0x55717358a980 void 0.000115
+gallium_dri.so free 0x55717358a8e0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a930 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000113
+gallium_dri.so free 0x55717358a930 void 0.000112
+gallium_dri.so malloc 72 0x55717358aa00 0.000113
+gallium_dri.so free 0x55717358aac0 void 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000112
+gallium_dri.so malloc 72 0x55717358aa00 0.000113
+gallium_dri.so free 0x55717358ab40 void 0.000113
+gallium_dri.so free 0x55717358aa00 void 0.000111
+gallium_dri.so malloc 72 0x55717358ab40 0.000113
+gallium_dri.so free 0x55717358ac00 void 0.000114
+gallium_dri.so free 0x55717358ab40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ab40 0.000112
+gallium_dri.so free 0x55717358acc0 void 0.000112
+gallium_dri.so free 0x55717358ab40 void 0.000111
+gallium_dri.so malloc 72 0x55717358ab40 0.000112
+gallium_dri.so free 0x55717358ad80 void 0.000113
+gallium_dri.so free 0x55717358ab40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad30 0.000112
+gallium_dri.so free 0x55717358ae00 void 0.000117
+gallium_dri.so free 0x55717358ad30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ae50 0.000112
+gallium_dri.so free 0x55717358aec0 void 0.000114
+gallium_dri.so free 0x55717358ae50 void 0.000113
+gallium_dri.so malloc 72 0x55717358af00 0.000125
+gallium_dri.so free 0x55717358af80 void 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000117
+gallium_dri.so malloc 72 0x55717358af00 0.000113
+gallium_dri.so free 0x55717358b000 void 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000114
+gallium_dri.so malloc 72 0x55717358b030 0.000112
+gallium_dri.so free 0x55717358b080 void 0.000113
+gallium_dri.so free 0x55717358b030 void 0.000111
+gallium_dri.so malloc 72 0x55717358b030 0.000113
+gallium_dri.so free 0x55717358b180 void 0.000114
+gallium_dri.so free 0x55717358b030 void 0.000113
+gallium_dri.so malloc 72 0x55717358b130 0.000113
+gallium_dri.so free 0x55717358b240 void 0.000113
+gallium_dri.so free 0x55717358b130 void 0.000113
+gallium_dri.so malloc 72 0x55717358b1f0 0.000112
+gallium_dri.so free 0x55717358b280 void 0.000113
+gallium_dri.so free 0x55717358b1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b1f0 0.000113
+gallium_dri.so free 0x55717358b340 void 0.000114
+gallium_dri.so free 0x55717358b1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b3b0 0.000114
+gallium_dri.so free 0x55717358b400 void 0.000113
+gallium_dri.so free 0x55717358b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b3b0 0.000113
+gallium_dri.so free 0x55717358b500 void 0.000113
+gallium_dri.so free 0x55717358b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4b0 0.000119
+gallium_dri.so free 0x55717358b5c0 void 0.000117
+gallium_dri.so free 0x55717358b4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b570 0.000112
+gallium_dri.so free 0x55717358b600 void 0.000115
+gallium_dri.so free 0x55717358b570 void 0.000138
+gallium_dri.so malloc 72 0x55717358b570 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so free 0x55717358b570 void 0.000113
+gallium_dri.so malloc 72 0x55717358b700 0.000112
+gallium_dri.so free 0x55717358b780 void 0.000114
+gallium_dri.so free 0x55717358b700 void 0.000113
+gallium_dri.so malloc 72 0x55717358b780 0.000114
+gallium_dri.so free 0x55717358b840 void 0.000112
+gallium_dri.so free 0x55717358b780 void 0.000112
+gallium_dri.so malloc 72 0x55717358b780 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000113
+gallium_dri.so malloc 72 0x55717358b920 0.000114
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b920 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000112
+gallium_dri.so free 0x55717358ba40 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000112
+gallium_dri.so malloc 72 0x55717358b970 0.000112
+gallium_dri.so free 0x55717358bac0 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000112
+gallium_dri.so malloc 72 0x55717358bac0 0.000112
+gallium_dri.so free 0x55717358bb80 void 0.000127
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bac0 0.000112
+gallium_dri.so free 0x55717358bc40 void 0.000114
+gallium_dri.so free 0x55717358bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bac0 0.000113
+gallium_dri.so free 0x55717358bd00 void 0.000114
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcb0 0.000114
+gallium_dri.so free 0x55717358bdc0 void 0.000114
+gallium_dri.so free 0x55717358bcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bd70 0.000112
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so free 0x55717358bd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358be90 0.000112
+gallium_dri.so free 0x55717358bf00 void 0.000113
+gallium_dri.so free 0x55717358be90 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf20 0.000113
+gallium_dri.so free 0x55717358bfc0 void 0.000114
+gallium_dri.so free 0x55717358bf20 void 0.000116
+gallium_dri.so malloc 72 0x55717358bf70 0.000113
+gallium_dri.so free 0x55717358c040 void 0.000113
+gallium_dri.so free 0x55717358bf70 void 0.000114
+gallium_dri.so malloc 72 0x55717358bf70 0.000112
+gallium_dri.so free 0x55717358c0c0 void 0.000114
+gallium_dri.so free 0x55717358bf70 void 0.000112
+gallium_dri.so malloc 72 0x55717358c0c0 0.000114
+gallium_dri.so free 0x55717358c180 void 0.000119
+gallium_dri.so free 0x55717358c0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c0c0 0.000113
+gallium_dri.so free 0x55717358c280 void 0.000112
+gallium_dri.so free 0x55717358c0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c230 0.000113
+gallium_dri.so free 0x55717358c2c0 void 0.000113
+gallium_dri.so free 0x55717358c230 void 0.000123
+gallium_dri.so malloc 72 0x55717358c230 0.000116
+gallium_dri.so free 0x55717358c380 void 0.000114
+gallium_dri.so free 0x55717358c230 void 0.000112
+gallium_dri.so malloc 72 0x55717358c3c0 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000124
+gallium_dri.so free 0x55717358c3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c440 0.000113
+gallium_dri.so free 0x55717358c500 void 0.000114
+gallium_dri.so free 0x55717358c440 void 0.000112
+gallium_dri.so malloc 72 0x55717358c440 0.000112
+gallium_dri.so free 0x55717358c580 void 0.000113
+gallium_dri.so free 0x55717358c440 void 0.000139
+gallium_dri.so malloc 72 0x55717358c5b0 0.000115
+gallium_dri.so free 0x55717358c600 void 0.000115
+gallium_dri.so free 0x55717358c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c5b0 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so free 0x55717358c5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c740 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so free 0x55717358c740 void 0.000167
+gallium_dri.so malloc 72 0x55717358c7c0 0.000115
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c7c0 0.000113
+gallium_dri.so free 0x55717358c900 void 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c930 0.000113
+gallium_dri.so free 0x55717358c980 void 0.000113
+gallium_dri.so free 0x55717358c930 void 0.000114
+gallium_dri.so malloc 72 0x55717358c930 0.000113
+gallium_dri.so free 0x55717358ca80 void 0.000114
+gallium_dri.so free 0x55717358c930 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca30 0.000114
+gallium_dri.so free 0x55717358cb40 void 0.000113
+gallium_dri.so free 0x55717358ca30 void 0.000113
+gallium_dri.so malloc 72 0x55717358caf0 0.000113
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so free 0x55717358caf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358caf0 0.000113
+gallium_dri.so free 0x55717358cc80 void 0.000113
+gallium_dri.so free 0x55717358caf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358caf0 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000113
+gallium_dri.so free 0x55717358caf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ccf0 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000114
+gallium_dri.so free 0x55717358ccf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ce10 0.000117
+gallium_dri.so free 0x55717358ce80 void 0.000114
+gallium_dri.so free 0x55717358ce10 void 0.000113
+gallium_dri.so malloc 72 0x55717358cea0 0.000112
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so free 0x55717358cea0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cef0 0.000112
+gallium_dri.so free 0x55717358cfc0 void 0.000112
+gallium_dri.so free 0x55717358cef0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cfc0 0.000114
+gallium_dri.so free 0x55717358d080 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfc0 0.000112
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000111
+gallium_dri.so malloc 72 0x55717358d100 0.000114
+gallium_dri.so free 0x55717358d1c0 void 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000112
+gallium_dri.so malloc 72 0x55717358d100 0.000113
+gallium_dri.so free 0x55717358d280 void 0.000113
+gallium_dri.so free 0x55717358d100 void 0.000127
+gallium_dri.so malloc 72 0x55717358d100 0.000115
+gallium_dri.so free 0x55717358d340 void 0.000114
+gallium_dri.so free 0x55717358d100 void 0.000112
+gallium_dri.so malloc 72 0x55717358d2f0 0.000122
+gallium_dri.so free 0x55717358d3c0 void 0.000120
+gallium_dri.so free 0x55717358d2f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358d410 0.000126
+gallium_dri.so free 0x55717358d480 void 0.000128
+gallium_dri.so free 0x55717358d410 void 0.000123
+gallium_dri.so malloc 72 0x55717358d4c0 0.000152
+gallium_dri.so free 0x55717358d540 void 0.000125
+gallium_dri.so free 0x55717358d4c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358d4c0 0.000123
+gallium_dri.so free 0x55717358d5c0 void 0.000124
+gallium_dri.so free 0x55717358d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d5f0 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000115
+gallium_dri.so free 0x55717358d5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d5f0 0.000112
+gallium_dri.so free 0x55717358d740 void 0.000115
+gallium_dri.so free 0x55717358d5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d6f0 0.000111
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d7b0 0.000113
+gallium_dri.so free 0x55717358d840 void 0.000113
+gallium_dri.so free 0x55717358d7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d7b0 0.000113
+gallium_dri.so free 0x55717358d900 void 0.000112
+gallium_dri.so free 0x55717358d7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d970 0.000118
+gallium_dri.so free 0x55717358d9c0 void 0.000114
+gallium_dri.so free 0x55717358d970 void 0.000112
+gallium_dri.so malloc 72 0x55717358d970 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d970 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000112
+gallium_dri.so free 0x55717358db80 void 0.000112
+gallium_dri.so free 0x55717358da70 void 0.000112
+gallium_dri.so malloc 72 0x55717358db30 0.000112
+gallium_dri.so free 0x55717358dbc0 void 0.000113
+gallium_dri.so free 0x55717358db30 void 0.000113
+gallium_dri.so malloc 72 0x55717358db30 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so free 0x55717358db30 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcc0 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd40 0.000113
+gallium_dri.so free 0x55717358de00 void 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd40 0.000112
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358dee0 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358dee0 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000122
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so free 0x55717358df30 void 0.000112
+gallium_dri.so malloc 72 0x55717358df30 0.000111
+gallium_dri.so free 0x55717358e080 void 0.000111
+gallium_dri.so free 0x55717358df30 void 0.000113
+gallium_dri.so malloc 72 0x55717358e080 0.000112
+gallium_dri.so free 0x55717358e140 void 0.000112
+gallium_dri.so free 0x55717358e080 void 0.000127
+gallium_dri.so malloc 72 0x55717358e080 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so free 0x55717358e080 void 0.000128
+gallium_dri.so malloc 72 0x55717358e080 0.000122
+gallium_dri.so free 0x55717358e2c0 void 0.000115
+gallium_dri.so free 0x55717358e080 void 0.000117
+gallium_dri.so malloc 72 0x55717358e270 0.000123
+gallium_dri.so free 0x55717358e380 void 0.000123
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e330 0.000113
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x55717358e330 void 0.000125
+gallium_dri.so malloc 72 0x55717358e450 0.000122
+gallium_dri.so free 0x55717358e4c0 void 0.000122
+gallium_dri.so free 0x55717358e450 void 0.000123
+gallium_dri.so malloc 72 0x55717358e4e0 0.000134
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e4e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e530 0.000112
+gallium_dri.so free 0x55717358e600 void 0.000115
+gallium_dri.so free 0x55717358e530 void 0.000119
+gallium_dri.so malloc 72 0x55717358e530 0.000124
+gallium_dri.so free 0x55717358e680 void 0.000124
+gallium_dri.so free 0x55717358e530 void 0.000124
+gallium_dri.so malloc 72 0x55717358e680 0.000123
+gallium_dri.so free 0x55717358e740 void 0.000117
+gallium_dri.so free 0x55717358e680 void 0.000118
+gallium_dri.so malloc 72 0x55717358e680 0.000123
+gallium_dri.so free 0x55717358e840 void 0.000123
+gallium_dri.so free 0x55717358e680 void 0.000118
+gallium_dri.so malloc 72 0x55717358e7f0 0.000114
+gallium_dri.so free 0x55717358e880 void 0.000113
+gallium_dri.so free 0x55717358e7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e7f0 0.000122
+gallium_dri.so free 0x55717358e940 void 0.000124
+gallium_dri.so free 0x55717358e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e980 0.000120
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so free 0x55717358e980 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea00 0.000119
+gallium_dri.so free 0x55717358eac0 void 0.000120
+gallium_dri.so free 0x55717358ea00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ea00 0.000114
+gallium_dri.so free 0x55717358eb40 void 0.000114
+gallium_dri.so free 0x55717358ea00 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb70 0.000125
+gallium_dri.so free 0x55717358ebc0 void 0.000124
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb70 0.000117
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358eb70 void 0.000153
+gallium_dri.so malloc 72 0x55717358ed00 0.000125
+gallium_dri.so free 0x55717358ed80 void 0.000123
+gallium_dri.so free 0x55717358ed00 void 0.000151
+gallium_dri.so malloc 72 0x55717358ed80 0.000132
+gallium_dri.so free 0x55717358ee40 void 0.000168
+gallium_dri.so free 0x55717358ed80 void 0.000133
+gallium_dri.so malloc 72 0x55717358ed80 0.000130
+gallium_dri.so free 0x55717358eec0 void 0.000125
+gallium_dri.so free 0x55717358ed80 void 0.000123
+gallium_dri.so malloc 72 0x55717358eef0 0.000129
+gallium_dri.so free 0x55717358ef40 void 0.000130
+gallium_dri.so free 0x55717358eef0 void 0.000129
+gallium_dri.so malloc 72 0x55717358eef0 0.000135
+gallium_dri.so free 0x55717358f040 void 0.000120
+gallium_dri.so free 0x55717358eef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358eff0 0.000130
+gallium_dri.so free 0x55717358f100 void 0.000129
+gallium_dri.so free 0x55717358eff0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f0b0 0.000120
+gallium_dri.so free 0x55717358f180 void 0.000124
+gallium_dri.so free 0x55717358f0b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f0b0 0.000128
+gallium_dri.so free 0x55717358f240 void 0.000123
+gallium_dri.so free 0x55717358f0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f0b0 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000119
+gallium_dri.so free 0x55717358f0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f2b0 0.000130
+gallium_dri.so free 0x55717358f380 void 0.000128
+gallium_dri.so free 0x55717358f2b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f3d0 0.000123
+gallium_dri.so free 0x55717358f440 void 0.000136
+gallium_dri.so free 0x55717358f3d0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f460 0.000130
+gallium_dri.so free 0x55717358f500 void 0.000125
+gallium_dri.so free 0x55717358f460 void 0.000124
+gallium_dri.so malloc 72 0x55717358f4b0 0.000134
+gallium_dri.so free 0x55717358f580 void 0.000130
+gallium_dri.so free 0x55717358f4b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358f580 0.000126
+gallium_dri.so free 0x55717358f640 void 0.000120
+gallium_dri.so free 0x55717358f580 void 0.000124
+gallium_dri.so malloc 72 0x55717358f580 0.000129
+gallium_dri.so free 0x55717358f6c0 void 0.000130
+gallium_dri.so free 0x55717358f580 void 0.000124
+gallium_dri.so malloc 72 0x55717358f6c0 0.000124
+gallium_dri.so free 0x55717358f780 void 0.000130
+gallium_dri.so free 0x55717358f6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f6c0 0.000123
+gallium_dri.so free 0x55717358f840 void 0.000129
+gallium_dri.so free 0x55717358f6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f6c0 0.000124
+gallium_dri.so free 0x55717358f900 void 0.000120
+gallium_dri.so free 0x55717358f6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f8b0 0.000129
+gallium_dri.so free 0x55717358f980 void 0.000128
+gallium_dri.so free 0x55717358f8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f9d0 0.000120
+gallium_dri.so free 0x55717358fa40 void 0.000118
+gallium_dri.so free 0x55717358f9d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa80 0.000120
+gallium_dri.so free 0x55717358fb00 void 0.000139
+gallium_dri.so free 0x55717358fa80 void 0.000153
+gallium_dri.so malloc 72 0x55717358fa80 0.000152
+gallium_dri.so free 0x55717358fb80 void 0.000151
+gallium_dri.so free 0x55717358fa80 void 0.000152
+gallium_dri.so malloc 72 0x55717358fbb0 0.000152
+gallium_dri.so free 0x55717358fc00 void 0.000151
+gallium_dri.so free 0x55717358fbb0 void 0.000150
+gallium_dri.so malloc 72 0x55717358fbb0 0.000152
+gallium_dri.so free 0x55717358fd00 void 0.000153
+gallium_dri.so free 0x55717358fbb0 void 0.000151
+gallium_dri.so malloc 72 0x55717358fcb0 0.000151
+gallium_dri.so free 0x55717358fdc0 void 0.000153
+gallium_dri.so free 0x55717358fcb0 void 0.000151
+gallium_dri.so malloc 72 0x55717358fd70 0.000152
+gallium_dri.so free 0x55717358fe00 void 0.000159
+gallium_dri.so free 0x55717358fd70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd70 0.000112
+gallium_dri.so free 0x55717358fec0 void 0.000113
+gallium_dri.so free 0x55717358fd70 void 0.000111
+gallium_dri.so malloc 72 0x55717358ff30 0.000113
+gallium_dri.so free 0x55717358ff80 void 0.000112
+gallium_dri.so free 0x55717358ff30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ff30 0.000124
+gallium_dri.so free 0x557173590080 void 0.000114
+gallium_dri.so free 0x55717358ff30 void 0.000112
+gallium_dri.so malloc 72 0x557173590030 0.000112
+gallium_dri.so free 0x557173590140 void 0.000113
+gallium_dri.so free 0x557173590030 void 0.000113
+gallium_dri.so malloc 72 0x5571735900f0 0.000114
+gallium_dri.so free 0x557173590180 void 0.000112
+gallium_dri.so free 0x5571735900f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735900f0 0.000112
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so free 0x5571735900f0 void 0.000112
+gallium_dri.so malloc 72 0x557173590280 0.000112
+gallium_dri.so free 0x557173590300 void 0.000113
+gallium_dri.so free 0x557173590280 void 0.000113
+gallium_dri.so malloc 72 0x557173590300 0.000112
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so free 0x557173590300 void 0.000112
+gallium_dri.so malloc 72 0x557173590300 0.000113
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so free 0x557173590300 void 0.000112
+gallium_dri.so malloc 72 0x5571735904a0 0.000113
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x5571735904a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000112
+gallium_dri.so free 0x5571735904f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735904f0 0.000112
+gallium_dri.so free 0x557173590640 void 0.000118
+gallium_dri.so free 0x5571735904f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590640 0.000112
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so free 0x557173590640 void 0.000112
+gallium_dri.so malloc 72 0x557173590640 0.000112
+gallium_dri.so free 0x5571735907c0 void 0.000112
+gallium_dri.so free 0x557173590640 void 0.000113
+gallium_dri.so malloc 72 0x557173590640 0.000112
+gallium_dri.so free 0x557173590880 void 0.000112
+gallium_dri.so free 0x557173590640 void 0.000112
+gallium_dri.so malloc 72 0x557173590830 0.000113
+gallium_dri.so free 0x557173590940 void 0.000113
+gallium_dri.so free 0x557173590830 void 0.000113
+gallium_dri.so malloc 72 0x5571735908f0 0.000112
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x5571735908f0 void 0.000112
+gallium_dri.so malloc 72 0x557173590a10 0.000112
+gallium_dri.so free 0x557173590a80 void 0.000112
+gallium_dri.so free 0x557173590a10 void 0.000112
+gallium_dri.so malloc 72 0x557173590aa0 0.000112
+gallium_dri.so free 0x557173590b40 void 0.000113
+gallium_dri.so free 0x557173590aa0 void 0.000112
+gallium_dri.so malloc 72 0x557173590af0 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000113
+gallium_dri.so free 0x557173590af0 void 0.000123
+gallium_dri.so malloc 72 0x557173590af0 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000125
+gallium_dri.so free 0x557173590af0 void 0.000113
+gallium_dri.so malloc 72 0x557173590c40 0.000113
+gallium_dri.so free 0x557173590d00 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000112
+gallium_dri.so malloc 72 0x557173590c40 0.000113
+gallium_dri.so free 0x557173590e00 void 0.000113
+gallium_dri.so free 0x557173590c40 void 0.000113
+gallium_dri.so malloc 72 0x557173590db0 0.000112
+gallium_dri.so free 0x557173590e40 void 0.000118
+gallium_dri.so free 0x557173590db0 void 0.000114
+gallium_dri.so malloc 72 0x557173590db0 0.000113
+gallium_dri.so free 0x557173590f00 void 0.000113
+gallium_dri.so free 0x557173590db0 void 0.000112
+gallium_dri.so malloc 72 0x557173590f40 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000112
+gallium_dri.so free 0x557173590f40 void 0.000113
+gallium_dri.so malloc 72 0x557173590fc0 0.000113
+gallium_dri.so free 0x557173591080 void 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590fc0 0.000112
+gallium_dri.so free 0x557173591100 void 0.000112
+gallium_dri.so free 0x557173590fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173591130 0.000111
+gallium_dri.so free 0x557173591180 void 0.000114
+gallium_dri.so free 0x557173591130 void 0.000112
+gallium_dri.so malloc 72 0x557173591130 0.000113
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591130 void 0.000123
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591340 0.000115
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x557173591340 void 0.000112
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x557173591480 void 0.000112
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so malloc 72 0x5571735914b0 0.000117
+gallium_dri.so free 0x557173591500 void 0.000113
+gallium_dri.so free 0x5571735914b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735914b0 0.000112
+gallium_dri.so free 0x557173591600 void 0.000112
+gallium_dri.so free 0x5571735914b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735915b0 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000114
+gallium_dri.so free 0x5571735915b0 void 0.000111
+gallium_dri.so malloc 72 0x557173591670 0.000112
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so free 0x557173591670 void 0.000112
+gallium_dri.so malloc 72 0x557173591670 0.000111
+gallium_dri.so free 0x557173591800 void 0.000113
+gallium_dri.so free 0x557173591670 void 0.000111
+gallium_dri.so malloc 72 0x557173591670 0.000113
+gallium_dri.so free 0x5571735918c0 void 0.000112
+gallium_dri.so free 0x557173591670 void 0.000151
+gallium_dri.so malloc 72 0x557173591870 0.000116
+gallium_dri.so free 0x557173591940 void 0.000114
+gallium_dri.so free 0x557173591870 void 0.000111
+gallium_dri.so malloc 72 0x557173591990 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x557173591990 void 0.000115
+gallium_dri.so malloc 72 0x557173591a20 0.000113
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so free 0x557173591a20 void 0.000112
+gallium_dri.so malloc 72 0x557173591a70 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591b40 0.000113
+gallium_dri.so free 0x557173591c00 void 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000112
+gallium_dri.so malloc 72 0x557173591b40 0.000112
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000112
+gallium_dri.so malloc 72 0x557173591c80 0.000112
+gallium_dri.so free 0x557173591d40 void 0.000113
+gallium_dri.so free 0x557173591c80 void 0.000114
+gallium_dri.so malloc 72 0x557173591c80 0.000112
+gallium_dri.so free 0x557173591e00 void 0.000112
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so malloc 72 0x557173591c80 0.000112
+gallium_dri.so free 0x557173591ec0 void 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000113
+gallium_dri.so malloc 72 0x557173591e70 0.000125
+gallium_dri.so free 0x557173603700 void 0.000114
+gallium_dri.so free 0x557173591e70 void 0.000112
+gallium_dri.so malloc 72 0x557173603700 0.000113
+gallium_dri.so free 0x5571736037c0 void 0.000113
+gallium_dri.so free 0x557173603700 void 0.000111
+gallium_dri.so malloc 72 0x557173603700 0.000114
+gallium_dri.so free 0x557173591f40 void 0.000113
+gallium_dri.so free 0x557173603700 void 0.000111
+gallium_dri.so malloc 72 0x557173603700 0.000113
+gallium_dri.so free 0x5571736038c0 void 0.000113
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so malloc 72 0x557173603870 0.000112
+gallium_dri.so free 0x557173603940 void 0.000115
+gallium_dri.so free 0x557173603870 void 0.000112
+gallium_dri.so malloc 72 0x557173603870 0.000112
+gallium_dri.so free 0x5571736039c0 void 0.000113
+gallium_dri.so free 0x557173603870 void 0.000117
+gallium_dri.so malloc 72 0x5571736039c0 0.000116
+gallium_dri.so free 0x557173603a80 void 0.000114
+gallium_dri.so free 0x5571736039c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736039c0 0.000113
+gallium_dri.so free 0x557173603b40 void 0.000112
+gallium_dri.so free 0x5571736039c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736039c0 0.000112
+gallium_dri.so free 0x557173603c00 void 0.000172
+gallium_dri.so free 0x5571736039c0 void 0.000114
+gallium_dri.so malloc 72 0x557173603bb0 0.000129
+gallium_dri.so free 0x5571735bf3c0 void 0.000114
+gallium_dri.so free 0x557173603bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf370 0.000118
+gallium_dri.so free 0x5571735bfc80 void 0.000120
+gallium_dri.so free 0x5571735bf370 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc30 0.000113
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cadb0 0.000112
+gallium_dri.so free 0x557173603a40 void 0.000113
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000116
+gallium_dri.so free 0x557173603b00 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x557173603ab0 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000113
+gallium_dri.so free 0x557173603ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf510 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000113
+gallium_dri.so free 0x5571735bf510 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000113
+gallium_dri.so free 0x5571735bf680 void 0.000113
+gallium_dri.so free 0x5571735bf5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf630 0.000113
+gallium_dri.so free 0x5571735bf840 void 0.000113
+gallium_dri.so free 0x5571735bf630 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf870 0.000165
+gallium_dri.so free 0x5571735bf8c0 void 0.000116
+gallium_dri.so free 0x5571735bf870 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf870 0.000113
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf970 0.000112
+gallium_dri.so free 0x5571735bfa80 void 0.000112
+gallium_dri.so free 0x5571735bf970 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfa30 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000114
+gallium_dri.so free 0x5571735bfa30 void 0.000112
+gallium_dri.so malloc 72 0x557173600eb0 0.000113
+gallium_dri.so free 0x557173600f00 void 0.000112
+gallium_dri.so free 0x557173600eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173600f00 0.000112
+gallium_dri.so free 0x557173600fc0 void 0.000115
+gallium_dri.so free 0x557173600f00 void 0.000112
+gallium_dri.so malloc 72 0x557173600f00 0.000112
+gallium_dri.so free 0x5571736010c0 void 0.000113
+gallium_dri.so free 0x557173600f00 void 0.000112
+gallium_dri.so malloc 72 0x557173601070 0.000112
+gallium_dri.so free 0x557173601180 void 0.000113
+gallium_dri.so free 0x557173601070 void 0.000113
+gallium_dri.so malloc 72 0x557173601130 0.000111
+gallium_dri.so free 0x5571736011c0 void 0.000114
+gallium_dri.so free 0x557173601130 void 0.000113
+gallium_dri.so malloc 72 0x557173601130 0.000112
+gallium_dri.so free 0x557173601280 void 0.000117
+gallium_dri.so free 0x557173601130 void 0.000114
+gallium_dri.so malloc 72 0x5571736012c0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x5571736012c0 void 0.000112
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601400 void 0.000113
+gallium_dri.so free 0x557173601340 void 0.000111
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so free 0x557173601340 void 0.000112
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000112
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601340 void 0.000112
+gallium_dri.so malloc 72 0x5571736015b0 0.000114
+gallium_dri.so free 0x557173601680 void 0.000113
+gallium_dri.so free 0x5571736015b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736016d0 0.000113
+gallium_dri.so free 0x557173601740 void 0.000114
+gallium_dri.so free 0x5571736016d0 void 0.000112
+gallium_dri.so malloc 72 0x557173601760 0.000113
+gallium_dri.so free 0x557173601800 void 0.000114
+gallium_dri.so free 0x557173601760 void 0.000112
+gallium_dri.so malloc 72 0x5571736017b0 0.000112
+gallium_dri.so free 0x557173601880 void 0.000127
+gallium_dri.so free 0x5571736017b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736017b0 0.000114
+gallium_dri.so free 0x557173601980 void 0.000118
+gallium_dri.so free 0x5571736017b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601930 0.000112
+gallium_dri.so free 0x557173601a00 void 0.000113
+gallium_dri.so free 0x557173601930 void 0.000112
+gallium_dri.so malloc 72 0x557173601a50 0.000112
+gallium_dri.so free 0x557173601ac0 void 0.000114
+gallium_dri.so free 0x557173601a50 void 0.000112
+gallium_dri.so malloc 72 0x557173601ae0 0.000114
+gallium_dri.so free 0x557173601b80 void 0.000114
+gallium_dri.so free 0x557173601ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173601b30 0.000112
+gallium_dri.so free 0x557173601c00 void 0.000114
+gallium_dri.so free 0x557173601b30 void 0.000112
+gallium_dri.so malloc 72 0x557173601b30 0.000115
+gallium_dri.so free 0x557173601c80 void 0.000113
+gallium_dri.so free 0x557173601b30 void 0.000112
+gallium_dri.so malloc 72 0x557173601c80 0.000115
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x557173601c80 void 0.000112
+gallium_dri.so malloc 72 0x557173601c80 0.000114
+gallium_dri.so free 0x557173601e40 void 0.000113
+gallium_dri.so free 0x557173601c80 void 0.000113
+gallium_dri.so malloc 72 0x557173601c80 0.000113
+gallium_dri.so free 0x557173601ec0 void 0.000113
+gallium_dri.so free 0x557173601c80 void 0.000120
+gallium_dri.so malloc 72 0x557173601ef0 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000113
+gallium_dri.so free 0x557173601ef0 void 0.000111
+gallium_dri.so malloc 72 0x557173601ef0 0.000113
+gallium_dri.so free 0x557173602040 void 0.000118
+gallium_dri.so free 0x557173601ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173601ff0 0.000125
+gallium_dri.so free 0x557173602100 void 0.000115
+gallium_dri.so free 0x557173601ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571736020b0 0.000113
+gallium_dri.so free 0x557173602140 void 0.000113
+gallium_dri.so free 0x5571736020b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736020b0 0.000113
+gallium_dri.so free 0x557173602200 void 0.000113
+gallium_dri.so free 0x5571736020b0 void 0.000112
+gallium_dri.so malloc 72 0x557173602250 0.000112
+gallium_dri.so free 0x557173602380 void 0.000112
+gallium_dri.so free 0x557173602250 void 0.000112
+gallium_dri.so malloc 72 0x557173602330 0.000114
+gallium_dri.so free 0x557173602400 void 0.000113
+gallium_dri.so free 0x557173602330 void 0.000113
+gallium_dri.so malloc 72 0x557173602450 0.000115
+gallium_dri.so free 0x5571736024c0 void 0.000115
+gallium_dri.so free 0x557173602450 void 0.000113
+gallium_dri.so malloc 72 0x5571736024e0 0.000113
+gallium_dri.so free 0x557173602580 void 0.000113
+gallium_dri.so free 0x5571736024e0 void 0.000128
+gallium_dri.so malloc 72 0x557173602530 0.000115
+gallium_dri.so free 0x557173602600 void 0.000113
+gallium_dri.so free 0x557173602530 void 0.000112
+gallium_dri.so malloc 72 0x557173602530 0.000112
+gallium_dri.so free 0x557173602680 void 0.000113
+gallium_dri.so free 0x557173602530 void 0.000116
+gallium_dri.so malloc 72 0x557173602680 0.000113
+gallium_dri.so free 0x557173602740 void 0.000112
+gallium_dri.so free 0x557173602680 void 0.000113
+gallium_dri.so malloc 72 0x557173602680 0.000112
+gallium_dri.so free 0x557173602840 void 0.000114
+gallium_dri.so free 0x557173602680 void 0.000112
+gallium_dri.so malloc 72 0x5571736027f0 0.000112
+gallium_dri.so free 0x557173602880 void 0.000115
+gallium_dri.so free 0x5571736027f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736027f0 0.000113
+gallium_dri.so free 0x557173602940 void 0.000113
+gallium_dri.so free 0x5571736027f0 void 0.000112
+gallium_dri.so malloc 72 0x557173602980 0.000113
+gallium_dri.so free 0x557173602a00 void 0.000114
+gallium_dri.so free 0x557173602980 void 0.000113
+gallium_dri.so malloc 72 0x557173602a00 0.000112
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so free 0x557173602a00 void 0.000113
+gallium_dri.so malloc 72 0x557173602a00 0.000113
+gallium_dri.so free 0x557173602b40 void 0.000113
+gallium_dri.so free 0x557173602a00 void 0.000113
+gallium_dri.so malloc 72 0x557173602b70 0.000196
+gallium_dri.so free 0x557173602bc0 void 0.000139
+gallium_dri.so free 0x557173602b70 void 0.000191
+gallium_dri.so malloc 72 0x557173602b70 0.000197
+gallium_dri.so free 0x557173602cc0 void 0.000154
+gallium_dri.so free 0x557173602b70 void 0.000115
+gallium_dri.so malloc 72 0x557173602d00 0.000113
+gallium_dri.so free 0x557173602d80 void 0.000115
+gallium_dri.so free 0x557173602d00 void 0.000113
+gallium_dri.so malloc 72 0x557173602d80 0.000112
+gallium_dri.so free 0x557173602e40 void 0.000114
+gallium_dri.so free 0x557173602d80 void 0.000113
+gallium_dri.so malloc 72 0x557173602d80 0.000112
+gallium_dri.so free 0x557173602ec0 void 0.000115
+gallium_dri.so free 0x557173602d80 void 0.000113
+gallium_dri.so malloc 72 0x557173602ef0 0.000112
+gallium_dri.so free 0x557173602f40 void 0.000114
+gallium_dri.so free 0x557173602ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173602ef0 0.000113
+gallium_dri.so free 0x557173603040 void 0.000113
+gallium_dri.so free 0x557173602ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173602ff0 0.000114
+gallium_dri.so free 0x557173603100 void 0.000116
+gallium_dri.so free 0x557173602ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571736030b0 0.000114
+gallium_dri.so free 0x557173603180 void 0.000127
+gallium_dri.so free 0x5571736030b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736030b0 0.000115
+gallium_dri.so free 0x557173603240 void 0.000113
+gallium_dri.so free 0x5571736030b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736030b0 0.000113
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x5571736030b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736032b0 0.000113
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x5571736032b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736033d0 0.000114
+gallium_dri.so free 0x557173603440 void 0.000113
+gallium_dri.so free 0x5571736033d0 void 0.000114
+gallium_dri.so malloc 72 0x557173603460 0.000112
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x557173603460 void 0.000113
+gallium_dri.so malloc 72 0x5571736034b0 0.000112
+gallium_dri.so free 0x557173603580 void 0.000114
+gallium_dri.so free 0x5571736034b0 void 0.000113
+gallium_dri.so malloc 72 0x557173603580 0.000112
+gallium_dri.so free 0x557173603640 void 0.000113
+gallium_dri.so free 0x557173603580 void 0.000113
+gallium_dri.so malloc 72 0x557173603580 0.000112
+gallium_dri.so free 0x5571736036c0 void 0.000115
+gallium_dri.so free 0x557173603580 void 0.000113
+gallium_dri.so malloc 72 0x5571736036c0 0.000113
+gallium_dri.so free 0x557173603780 void 0.000113
+gallium_dri.so free 0x5571736036c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736036c0 0.000114
+gallium_dri.so free 0x557173603840 void 0.000118
+gallium_dri.so free 0x5571736036c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736036c0 0.000114
+gallium_dri.so free 0x557173603900 void 0.000113
+gallium_dri.so free 0x5571736036c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736038b0 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000113
+gallium_dri.so free 0x5571736038b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0480 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0480 0.000114
+gallium_dri.so free 0x5571735f0640 void 0.000116
+gallium_dri.so free 0x5571735f0480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05f0 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05f0 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0780 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0800 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so free 0x5571735f0800 void 0.000178
+gallium_dri.so malloc 72 0x5571735f0800 0.000115
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0970 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000113
+gallium_dri.so free 0x5571735f0970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0970 0.000112
+gallium_dri.so free 0x5571735f0ac0 void 0.000113
+gallium_dri.so free 0x5571735f0970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0b00 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000112
+gallium_dri.so free 0x5571735f0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0b80 0.000112
+gallium_dri.so free 0x5571735f0c40 void 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0b80 0.000112
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000112
+gallium_dri.so free 0x5571735f0d40 void 0.000113
+gallium_dri.so free 0x5571735f0cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000112
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so free 0x5571735f0cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0df0 0.000113
+gallium_dri.so free 0x5571735f0f00 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000117
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000116
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so free 0x5571735f0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000112
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11d0 0.000111
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f11d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1260 0.000112
+gallium_dri.so free 0x5571735f1300 void 0.000114
+gallium_dri.so free 0x5571735f1260 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so free 0x5571735f12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1380 0.000112
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1380 0.000123
+gallium_dri.so free 0x5571735f14c0 void 0.000123
+gallium_dri.so free 0x5571735f1380 void 0.000130
+gallium_dri.so malloc 72 0x5571735f14c0 0.000223
+gallium_dri.so free 0x5571735f1580 void 0.000215
+gallium_dri.so free 0x5571735f14c0 void 0.000214
+gallium_dri.so malloc 72 0x5571735f14c0 0.000199
+gallium_dri.so free 0x5571735f1640 void 0.000138
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f14c0 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f16b0 0.000112
+gallium_dri.so free 0x5571735f1780 void 0.000117
+gallium_dri.so free 0x5571735f16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17d0 0.000112
+gallium_dri.so free 0x5571735f1840 void 0.000113
+gallium_dri.so free 0x5571735f17d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1880 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1880 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735f19b0 0.000113
+gallium_dri.so free 0x5571735f1a00 void 0.000113
+gallium_dri.so free 0x5571735f19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19b0 0.000116
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f19b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000112
+gallium_dri.so free 0x5571735f1bc0 void 0.000113
+gallium_dri.so free 0x5571735f1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1b70 0.000112
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so free 0x5571735f1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b70 0.000112
+gallium_dri.so free 0x5571735f1cc0 void 0.000113
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d30 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1d30 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000127
+gallium_dri.so free 0x5571735f1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e30 0.000112
+gallium_dri.so free 0x5571735f1f40 void 0.000114
+gallium_dri.so free 0x5571735f1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000112
+gallium_dri.so free 0x5571735f1f80 void 0.000112
+gallium_dri.so free 0x5571735f1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000112
+gallium_dri.so free 0x5571735f2040 void 0.000113
+gallium_dri.so free 0x5571735f1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2080 0.000124
+gallium_dri.so free 0x5571735f2100 void 0.000112
+gallium_dri.so free 0x5571735f2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2100 0.000112
+gallium_dri.so free 0x5571735f21c0 void 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2100 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000112
+gallium_dri.so free 0x5571735f2100 void 0.000111
+gallium_dri.so malloc 72 0x5571735f22a0 0.000112
+gallium_dri.so free 0x5571735f2340 void 0.000126
+gallium_dri.so free 0x5571735f22a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f22f0 0.000125
+gallium_dri.so free 0x5571735f23c0 void 0.000123
+gallium_dri.so free 0x5571735f22f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f22f0 0.000127
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so free 0x5571735f22f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2440 0.000122
+gallium_dri.so free 0x5571735f2500 void 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2440 0.000121
+gallium_dri.so free 0x5571735f25c0 void 0.000123
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2440 0.000121
+gallium_dri.so free 0x5571735f2680 void 0.000122
+gallium_dri.so free 0x5571735f2440 void 0.000196
+gallium_dri.so malloc 72 0x5571735f2630 0.000124
+gallium_dri.so free 0x5571735f2740 void 0.000122
+gallium_dri.so free 0x5571735f2630 void 0.000123
+gallium_dri.so malloc 72 0x5571735f26f0 0.000122
+gallium_dri.so free 0x5571735f27c0 void 0.000121
+gallium_dri.so free 0x5571735f26f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2810 0.000122
+gallium_dri.so free 0x5571735f2880 void 0.000122
+gallium_dri.so free 0x5571735f2810 void 0.000121
+gallium_dri.so malloc 72 0x5571735f28a0 0.000122
+gallium_dri.so free 0x5571735f2940 void 0.000121
+gallium_dri.so free 0x5571735f28a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f28f0 0.000122
+gallium_dri.so free 0x5571735f29c0 void 0.000123
+gallium_dri.so free 0x5571735f28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f28f0 0.000126
+gallium_dri.so free 0x5571735f2a40 void 0.000124
+gallium_dri.so free 0x5571735f28f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2a40 0.000124
+gallium_dri.so free 0x5571735f2b00 void 0.000125
+gallium_dri.so free 0x5571735f2a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2a40 0.000125
+gallium_dri.so free 0x5571735f2c00 void 0.000127
+gallium_dri.so free 0x5571735f2a40 void 0.000185
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000126
+gallium_dri.so free 0x5571735f2c40 void 0.000126
+gallium_dri.so free 0x5571735f2bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000126
+gallium_dri.so free 0x5571735f2d00 void 0.000129
+gallium_dri.so free 0x5571735f2bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2d40 0.000127
+gallium_dri.so free 0x5571735f2dc0 void 0.000125
+gallium_dri.so free 0x5571735f2d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000126
+gallium_dri.so free 0x5571735f2e80 void 0.000126
+gallium_dri.so free 0x5571735f2dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000125
+gallium_dri.so free 0x5571735f2f00 void 0.000128
+gallium_dri.so free 0x5571735f2dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2f30 0.000129
+gallium_dri.so free 0x5571735f2f80 void 0.000127
+gallium_dri.so free 0x5571735f2f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2f30 0.000124
+gallium_dri.so free 0x5571735f3080 void 0.000125
+gallium_dri.so free 0x5571735f2f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f30c0 0.000123
+gallium_dri.so free 0x5571735f3140 void 0.000124
+gallium_dri.so free 0x5571735f30c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f3140 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000124
+gallium_dri.so free 0x5571735f3140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3140 0.000125
+gallium_dri.so free 0x5571735f3280 void 0.000123
+gallium_dri.so free 0x5571735f3140 void 0.000123
+gallium_dri.so malloc 72 0x5571735f32b0 0.000124
+gallium_dri.so free 0x5571735f3300 void 0.000127
+gallium_dri.so free 0x5571735f32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f32b0 0.000125
+gallium_dri.so free 0x5571735f3400 void 0.000127
+gallium_dri.so free 0x5571735f32b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f33b0 0.000126
+gallium_dri.so free 0x5571735f34c0 void 0.000127
+gallium_dri.so free 0x5571735f33b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3470 0.000121
+gallium_dri.so free 0x5571735f3540 void 0.000125
+gallium_dri.so free 0x5571735f3470 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3470 0.000131
+gallium_dri.so free 0x5571735f3600 void 0.000126
+gallium_dri.so free 0x5571735f3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3470 0.000192
+gallium_dri.so free 0x5571735eb380 void 0.000164
+gallium_dri.so free 0x5571735f3470 void 0.000170
+gallium_dri.so malloc 72 0x5571735f3470 0.000121
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735f3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb430 0.000118
+gallium_dri.so free 0x5571735f36c0 void 0.000118
+gallium_dri.so free 0x5571735eb430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3670 0.000119
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735f3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000113
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000113
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb700 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb700 0.000115
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb700 0.000112
+gallium_dri.so free 0x5571735eb940 void 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba10 0.000113
+gallium_dri.so free 0x5571735eba80 void 0.000113
+gallium_dri.so free 0x5571735eba10 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebac0 0.000120
+gallium_dri.so free 0x5571735ebb40 void 0.000124
+gallium_dri.so free 0x5571735ebac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebac0 0.000117
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x5571735ebac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so free 0x5571735ebbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebe00 void 0.000119
+gallium_dri.so free 0x5571735ebcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000119
+gallium_dri.so free 0x5571735ebf00 void 0.000129
+gallium_dri.so free 0x5571735ebdb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf70 0.000119
+gallium_dri.so free 0x5571735ebfc0 void 0.000120
+gallium_dri.so free 0x5571735ebf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf70 0.000118
+gallium_dri.so free 0x5571735ec0c0 void 0.000116
+gallium_dri.so free 0x5571735ebf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec070 0.000119
+gallium_dri.so free 0x5571735ec180 void 0.000116
+gallium_dri.so free 0x5571735ec070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec130 0.000116
+gallium_dri.so free 0x5571735ec1c0 void 0.000118
+gallium_dri.so free 0x5571735ec130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec130 0.000119
+gallium_dri.so free 0x5571735ec280 void 0.000119
+gallium_dri.so free 0x5571735ec130 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so free 0x5571735ec2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec340 0.000117
+gallium_dri.so free 0x5571735ec400 void 0.000117
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec340 0.000116
+gallium_dri.so free 0x5571735ec4c0 void 0.000124
+gallium_dri.so free 0x5571735ec340 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000122
+gallium_dri.so free 0x5571735ec4e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec530 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000160
+gallium_dri.so free 0x5571735ec530 void 0.000165
+gallium_dri.so malloc 72 0x5571735ec680 0.000126
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec680 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec680 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec870 0.000113
+gallium_dri.so free 0x5571735ec980 void 0.000114
+gallium_dri.so free 0x5571735ec870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec930 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec930 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca50 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000123
+gallium_dri.so free 0x5571735eca50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecae0 0.000121
+gallium_dri.so free 0x5571735ecb80 void 0.000118
+gallium_dri.so free 0x5571735ecae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb30 0.000124
+gallium_dri.so free 0x5571735ecc00 void 0.000125
+gallium_dri.so free 0x5571735ecb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecb30 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000119
+gallium_dri.so free 0x5571735ecb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc80 0.000115
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc80 0.000112
+gallium_dri.so free 0x5571735ece40 void 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ecdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecf80 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed000 0.000112
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed000 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed300 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed4c0 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000113
+gallium_dri.so free 0x5571735ed4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000114
+gallium_dri.so free 0x5571735ed640 void 0.000113
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000113
+gallium_dri.so free 0x5571735ed5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000111
+gallium_dri.so free 0x5571735ed6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000118
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735ed980 void 0.000117
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000118
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so free 0x5571735ed9d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eda60 0.000118
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735eda60 void 0.000117
+gallium_dri.so malloc 72 0x5571735edab0 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000117
+gallium_dri.so free 0x5571735edab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb80 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb80 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000117
+gallium_dri.so free 0x5571735edb80 void 0.000127
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcc0 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcc0 0.000117
+gallium_dri.so free 0x5571735edf00 void 0.000117
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edeb0 0.000117
+gallium_dri.so free 0x5571735edf80 void 0.000117
+gallium_dri.so free 0x5571735edeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735edfd0 0.000116
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so free 0x5571735edfd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee080 0.000119
+gallium_dri.so free 0x5571735ee100 void 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee080 0.000118
+gallium_dri.so free 0x5571735ee180 void 0.000117
+gallium_dri.so free 0x5571735ee080 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000117
+gallium_dri.so free 0x5571735ee200 void 0.000118
+gallium_dri.so free 0x5571735ee1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000175
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000112
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee370 0.000111
+gallium_dri.so free 0x5571735ee400 void 0.000110
+gallium_dri.so free 0x5571735ee370 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee370 0.000111
+gallium_dri.so free 0x5571735ee4c0 void 0.000109
+gallium_dri.so free 0x5571735ee370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee530 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000112
+gallium_dri.so free 0x5571735ee530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee530 0.000109
+gallium_dri.so free 0x5571735ee680 void 0.000111
+gallium_dri.so free 0x5571735ee530 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee630 0.000110
+gallium_dri.so free 0x5571735ee740 void 0.000112
+gallium_dri.so free 0x5571735ee630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000110
+gallium_dri.so free 0x5571735ee780 void 0.000112
+gallium_dri.so free 0x5571735ee6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000112
+gallium_dri.so free 0x5571735ee840 void 0.000109
+gallium_dri.so free 0x5571735ee6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee880 0.000109
+gallium_dri.so free 0x5571735ee900 void 0.000111
+gallium_dri.so free 0x5571735ee880 void 0.000148
+gallium_dri.so malloc 72 0x5571735ee900 0.000117
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee900 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee900 0.000116
+gallium_dri.so free 0x5571735eea80 void 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000113
+gallium_dri.so free 0x5571735eeaa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee30 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000113
+gallium_dri.so free 0x5571735eee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeef0 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef010 0.000112
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so free 0x5571735ef010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735ef0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef240 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef240 0.000112
+gallium_dri.so free 0x5571735ef400 void 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000117
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef540 0.000127
+gallium_dri.so free 0x5571735ef5c0 void 0.000117
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef730 0.000115
+gallium_dri.so free 0x5571735ef780 void 0.000112
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000115
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000145
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef940 0.000116
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000112
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efab0 0.000128
+gallium_dri.so free 0x5571735efc00 void 0.000116
+gallium_dri.so free 0x5571735efab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efbb0 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so free 0x5571735efbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000127
+gallium_dri.so free 0x5571735efc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc70 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000115
+gallium_dri.so free 0x5571735efc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000114
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff90 0.000112
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so free 0x5571735eff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0020 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000113
+gallium_dri.so free 0x5571735f0020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0140 0.000171
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0140 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0280 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe30 0.000112
+gallium_dri.so free 0x5571735bff00 void 0.000114
+gallium_dri.so free 0x5571735bfe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735bff50 0.000116
+gallium_dri.so free 0x5571735bffc0 void 0.000113
+gallium_dri.so free 0x5571735bff50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0000 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000113
+gallium_dri.so free 0x5571735c0000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0000 0.000112
+gallium_dri.so free 0x5571735c0100 void 0.000114
+gallium_dri.so free 0x5571735c0000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0130 0.000122
+gallium_dri.so free 0x5571735c0180 void 0.000115
+gallium_dri.so free 0x5571735c0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0130 0.000112
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0340 void 0.000114
+gallium_dri.so free 0x5571735c0230 void 0.000111
+gallium_dri.so malloc 72 0x5571735c02f0 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000112
+gallium_dri.so free 0x5571735c02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02f0 0.000113
+gallium_dri.so free 0x5571735c0440 void 0.000114
+gallium_dri.so free 0x5571735c02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c04b0 0.000112
+gallium_dri.so free 0x5571735c0500 void 0.000112
+gallium_dri.so free 0x5571735c04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c04b0 0.000112
+gallium_dri.so free 0x5571735c0600 void 0.000113
+gallium_dri.so free 0x5571735c04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05b0 0.000113
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c05b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0670 0.000112
+gallium_dri.so free 0x5571735c0700 void 0.000115
+gallium_dri.so free 0x5571735c0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0670 0.000112
+gallium_dri.so free 0x5571735c07c0 void 0.000128
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0800 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0880 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000112
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000112
+gallium_dri.so free 0x5571735c0a00 void 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a20 0.000113
+gallium_dri.so free 0x5571735c0ac0 void 0.000113
+gallium_dri.so free 0x5571735c0a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000114
+gallium_dri.so free 0x5571735c0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000113
+gallium_dri.so free 0x5571735c0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000112
+gallium_dri.so free 0x5571735c0d40 void 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c0db0 0.000114
+gallium_dri.so free 0x5571735c0ec0 void 0.000113
+gallium_dri.so free 0x5571735c0db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e70 0.000115
+gallium_dri.so free 0x5571735c0f40 void 0.000113
+gallium_dri.so free 0x5571735c0e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0f90 0.000113
+gallium_dri.so free 0x5571735c1000 void 0.000114
+gallium_dri.so free 0x5571735c0f90 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1020 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000132
+gallium_dri.so free 0x5571735c1020 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000116
+gallium_dri.so free 0x5571735c1140 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000112
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c11c0 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c11c0 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000112
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so free 0x5571735c1330 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1330 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c14c0 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000112
+gallium_dri.so free 0x5571735c14c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1540 0.000112
+gallium_dri.so free 0x5571735c1600 void 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1540 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000112
+gallium_dri.so free 0x5571735c1540 void 0.000112
+gallium_dri.so malloc 72 0x5571735c16b0 0.000112
+gallium_dri.so free 0x5571735c1700 void 0.000113
+gallium_dri.so free 0x5571735c16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16b0 0.000114
+gallium_dri.so free 0x5571735c1800 void 0.000113
+gallium_dri.so free 0x5571735c16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1840 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000113
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18c0 0.000112
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18c0 0.000112
+gallium_dri.so free 0x5571735c1a00 void 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a30 0.000108
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000117
+gallium_dri.so free 0x5571735c1b80 void 0.000113
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b30 0.000112
+gallium_dri.so free 0x5571735c1c40 void 0.000114
+gallium_dri.so free 0x5571735c1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000112
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1df0 0.000116
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so free 0x5571735c1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f10 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000112
+gallium_dri.so free 0x5571735c1f10 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000111
+gallium_dri.so free 0x5571735c2040 void 0.000113
+gallium_dri.so free 0x5571735c1fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000126
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so free 0x5571735c1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c20c0 0.000112
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20c0 0.000113
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2200 0.000112
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2200 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000113
+gallium_dri.so free 0x5571735c2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2200 0.000112
+gallium_dri.so free 0x5571735c2440 void 0.000113
+gallium_dri.so free 0x5571735c2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23f0 0.000113
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c23f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2510 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000113
+gallium_dri.so free 0x5571735c2510 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26f0 0.000112
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so free 0x5571735c26f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c26f0 0.000113
+gallium_dri.so free 0x5571735c2840 void 0.000113
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27f0 0.000112
+gallium_dri.so free 0x5571735c2900 void 0.000112
+gallium_dri.so free 0x5571735c27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c28b0 0.000112
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so free 0x5571735c28b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c28b0 0.000113
+gallium_dri.so free 0x5571735c2a00 void 0.000112
+gallium_dri.so free 0x5571735c28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2a70 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000113
+gallium_dri.so free 0x5571735c2a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2a70 0.000113
+gallium_dri.so free 0x5571735c2bc0 void 0.000113
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b70 0.000115
+gallium_dri.so free 0x5571735c2c80 void 0.000113
+gallium_dri.so free 0x5571735c2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c30 0.000112
+gallium_dri.so free 0x5571735c2cc0 void 0.000169
+gallium_dri.so free 0x5571735c2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c30 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so free 0x5571735c2c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000114
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so free 0x5571735c2dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2e40 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2e40 0.000112
+gallium_dri.so free 0x5571735c2fc0 void 0.000113
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000112
+gallium_dri.so free 0x5571735c2fe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3030 0.000112
+gallium_dri.so free 0x5571735c3100 void 0.000113
+gallium_dri.so free 0x5571735c3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3030 0.000113
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so free 0x5571735c3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3180 0.000112
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3180 0.000112
+gallium_dri.so free 0x5571735c3300 void 0.000122
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3180 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3370 0.000112
+gallium_dri.so free 0x5571735c3480 void 0.000114
+gallium_dri.so free 0x5571735c3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3430 0.000112
+gallium_dri.so free 0x5571735c3500 void 0.000113
+gallium_dri.so free 0x5571735c3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3550 0.000112
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so free 0x5571735c3550 void 0.000112
+gallium_dri.so malloc 72 0x5571735c35e0 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000112
+gallium_dri.so free 0x5571735c35e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000112
+gallium_dri.so free 0x5571735c3700 void 0.000113
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3780 void 0.000113
+gallium_dri.so free 0x5571735c3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3780 0.000112
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so free 0x5571735c3780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3780 0.000111
+gallium_dri.so free 0x5571735c3940 void 0.000115
+gallium_dri.so free 0x5571735c3780 void 0.000127
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c38f0 0.000112
+gallium_dri.so free 0x5571735c3a40 void 0.000113
+gallium_dri.so free 0x5571735c38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3a80 0.000112
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c3a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b00 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000112
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b00 0.000112
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3c70 0.000112
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3c70 0.000118
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e00 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3e80 0.000116
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000184
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000113
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4140 void 0.000113
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000112
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so free 0x5571735c40f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000120
+gallium_dri.so free 0x5571735c41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c41b0 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so free 0x5571735c41b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c41b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c43b0 0.000114
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so free 0x5571735c43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44d0 0.000112
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so free 0x5571735c44d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4560 0.000126
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c4560 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45b0 0.000117
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so free 0x5571735c45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4680 0.000112
+gallium_dri.so free 0x5571735c4740 void 0.000112
+gallium_dri.so free 0x5571735c4680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4680 0.000111
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so free 0x5571735c4680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c47c0 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c47c0 0.000112
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c47c0 0.000112
+gallium_dri.so free 0x5571735c4a00 void 0.000112
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49b0 0.000112
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c49b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000112
+gallium_dri.so free 0x5571735c4b40 void 0.000112
+gallium_dri.so free 0x5571735c4ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000116
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c80 void 0.000113
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000114
+gallium_dri.so free 0x5571735c4d00 void 0.000113
+gallium_dri.so free 0x5571735c4cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000113
+gallium_dri.so free 0x5571735c4e00 void 0.000112
+gallium_dri.so free 0x5571735c4cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4db0 0.000112
+gallium_dri.so free 0x5571735c4ec0 void 0.000113
+gallium_dri.so free 0x5571735c4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000116
+gallium_dri.so free 0x5571735c4f00 void 0.000115
+gallium_dri.so free 0x5571735c4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e70 0.000112
+gallium_dri.so free 0x5571735c4fc0 void 0.000112
+gallium_dri.so free 0x5571735c4e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5030 0.000114
+gallium_dri.so free 0x557173462440 void 0.000115
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x557173462480 0.000113
+gallium_dri.so free 0x557173462500 void 0.000113
+gallium_dri.so free 0x557173462480 void 0.000113
+gallium_dri.so malloc 72 0x557173462500 0.000112
+gallium_dri.so free 0x5571734625c0 void 0.000162
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x557173462640 void 0.000112
+gallium_dri.so free 0x557173462500 void 0.000112
+gallium_dri.so malloc 72 0x557173462670 0.000112
+gallium_dri.so free 0x5571734626c0 void 0.000113
+gallium_dri.so free 0x557173462670 void 0.000111
+gallium_dri.so malloc 72 0x557173462670 0.000113
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so free 0x557173462670 void 0.000112
+gallium_dri.so malloc 72 0x557173462770 0.000112
+gallium_dri.so free 0x557173462880 void 0.000112
+gallium_dri.so free 0x557173462770 void 0.000112
+gallium_dri.so malloc 72 0x557173462830 0.000113
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x557173462830 void 0.000112
+gallium_dri.so malloc 72 0x557173462830 0.000113
+gallium_dri.so free 0x5571734629c0 void 0.000113
+gallium_dri.so free 0x557173462830 void 0.000112
+gallium_dri.so malloc 72 0x557173462830 0.000112
+gallium_dri.so free 0x557173462a80 void 0.000115
+gallium_dri.so free 0x557173462830 void 0.000112
+gallium_dri.so malloc 72 0x557173462a30 0.000112
+gallium_dri.so free 0x557173462b00 void 0.000114
+gallium_dri.so free 0x557173462a30 void 0.000112
+gallium_dri.so malloc 72 0x557173462b50 0.000113
+gallium_dri.so free 0x557173462bc0 void 0.000113
+gallium_dri.so free 0x557173462b50 void 0.000114
+gallium_dri.so malloc 72 0x557173462be0 0.000112
+gallium_dri.so free 0x557173462c80 void 0.000114
+gallium_dri.so free 0x557173462be0 void 0.000113
+gallium_dri.so malloc 72 0x557173462c30 0.000112
+gallium_dri.so free 0x557173462d00 void 0.000113
+gallium_dri.so free 0x557173462c30 void 0.000111
+gallium_dri.so malloc 72 0x557173462d00 0.000112
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000113
+gallium_dri.so malloc 72 0x557173462d00 0.000114
+gallium_dri.so free 0x557173462e40 void 0.000113
+gallium_dri.so free 0x557173462d00 void 0.000112
+gallium_dri.so malloc 72 0x557173462e40 0.000111
+gallium_dri.so free 0x557173462f00 void 0.000113
+gallium_dri.so free 0x557173462e40 void 0.000120
+gallium_dri.so malloc 72 0x557173462e40 0.000114
+gallium_dri.so free 0x557173462fc0 void 0.000115
+gallium_dri.so free 0x557173462e40 void 0.000112
+gallium_dri.so malloc 72 0x557173462e40 0.000116
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462e40 void 0.000112
+gallium_dri.so malloc 72 0x557173463030 0.000114
+gallium_dri.so free 0x557173463100 void 0.000113
+gallium_dri.so free 0x557173463030 void 0.000113
+gallium_dri.so malloc 72 0x557173463150 0.000125
+gallium_dri.so free 0x5571734631c0 void 0.000114
+gallium_dri.so free 0x557173463150 void 0.000127
+gallium_dri.so malloc 72 0x557173463200 0.000114
+gallium_dri.so free 0x557173463280 void 0.000113
+gallium_dri.so free 0x557173463200 void 0.000112
+gallium_dri.so malloc 72 0x557173463200 0.000117
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463200 void 0.000113
+gallium_dri.so malloc 72 0x557173463330 0.000113
+gallium_dri.so free 0x557173463380 void 0.000113
+gallium_dri.so free 0x557173463330 void 0.000112
+gallium_dri.so malloc 72 0x557173463330 0.000116
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so free 0x557173463330 void 0.000113
+gallium_dri.so malloc 72 0x557173463430 0.000112
+gallium_dri.so free 0x557173463540 void 0.000113
+gallium_dri.so free 0x557173463430 void 0.000113
+gallium_dri.so malloc 72 0x5571734634f0 0.000112
+gallium_dri.so free 0x557173463580 void 0.000113
+gallium_dri.so free 0x5571734634f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734634f0 0.000112
+gallium_dri.so free 0x557173463640 void 0.000112
+gallium_dri.so free 0x5571734634f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734636b0 0.000113
+gallium_dri.so free 0x557173463700 void 0.000114
+gallium_dri.so free 0x5571734636b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734636b0 0.000113
+gallium_dri.so free 0x557173463800 void 0.000113
+gallium_dri.so free 0x5571734636b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734637b0 0.000119
+gallium_dri.so free 0x5571734638c0 void 0.000122
+gallium_dri.so free 0x5571734637b0 void 0.000114
+gallium_dri.so malloc 72 0x557173463870 0.000113
+gallium_dri.so free 0x557173463900 void 0.000115
+gallium_dri.so free 0x557173463870 void 0.000117
+gallium_dri.so malloc 72 0x557173463870 0.000122
+gallium_dri.so free 0x5571734639c0 void 0.000124
+gallium_dri.so free 0x557173463870 void 0.000119
+gallium_dri.so malloc 72 0x557173463a00 0.000114
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so free 0x557173463a00 void 0.000113
+gallium_dri.so malloc 72 0x557173463a80 0.000113
+gallium_dri.so free 0x557173463b40 void 0.000114
+gallium_dri.so free 0x557173463a80 void 0.000113
+gallium_dri.so malloc 72 0x557173463a80 0.000114
+gallium_dri.so free 0x557173463c00 void 0.000113
+gallium_dri.so free 0x557173463a80 void 0.000113
+gallium_dri.so malloc 72 0x557173463c20 0.000113
+gallium_dri.so free 0x557173463cc0 void 0.000113
+gallium_dri.so free 0x557173463c20 void 0.000113
+gallium_dri.so malloc 72 0x557173463c70 0.000112
+gallium_dri.so free 0x557173463d40 void 0.000112
+gallium_dri.so free 0x557173463c70 void 0.000112
+gallium_dri.so malloc 72 0x557173463c70 0.000112
+gallium_dri.so free 0x557173463dc0 void 0.000114
+gallium_dri.so free 0x557173463c70 void 0.000108
+gallium_dri.so malloc 72 0x557173463dc0 0.000115
+gallium_dri.so free 0x557173463e80 void 0.000113
+gallium_dri.so free 0x557173463dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463dc0 0.000113
+gallium_dri.so free 0x557173463f40 void 0.000113
+gallium_dri.so free 0x557173463dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173463dc0 0.000113
+gallium_dri.so free 0x557173464000 void 0.000114
+gallium_dri.so free 0x557173463dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463fb0 0.000113
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so free 0x557173463fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173464070 0.000115
+gallium_dri.so free 0x557173464140 void 0.000113
+gallium_dri.so free 0x557173464070 void 0.000113
+gallium_dri.so malloc 72 0x557173464190 0.000113
+gallium_dri.so free 0x557173464200 void 0.000114
+gallium_dri.so free 0x557173464190 void 0.000113
+gallium_dri.so malloc 72 0x557173464220 0.000113
+gallium_dri.so free 0x5571734642c0 void 0.000113
+gallium_dri.so free 0x557173464220 void 0.000117
+gallium_dri.so malloc 72 0x557173464270 0.000114
+gallium_dri.so free 0x557173464340 void 0.000112
+gallium_dri.so free 0x557173464270 void 0.000113
+gallium_dri.so malloc 72 0x557173464270 0.000113
+gallium_dri.so free 0x5571734643c0 void 0.000113
+gallium_dri.so free 0x557173464270 void 0.000153
+gallium_dri.so malloc 72 0x5571734643c0 0.000114
+gallium_dri.so free 0x557173464480 void 0.000112
+gallium_dri.so free 0x5571734643c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734643c0 0.000111
+gallium_dri.so free 0x557173464580 void 0.000111
+gallium_dri.so free 0x5571734643c0 void 0.000112
+gallium_dri.so malloc 72 0x557173464530 0.000112
+gallium_dri.so free 0x5571734645c0 void 0.000113
+gallium_dri.so free 0x557173464530 void 0.000113
+gallium_dri.so malloc 72 0x557173464530 0.000113
+gallium_dri.so free 0x557173464680 void 0.000113
+gallium_dri.so free 0x557173464530 void 0.000117
+gallium_dri.so malloc 72 0x5571734646c0 0.000118
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so free 0x5571734646c0 void 0.000113
+gallium_dri.so malloc 72 0x557173464740 0.000118
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x557173464740 void 0.000116
+gallium_dri.so malloc 72 0x557173464740 0.000113
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so free 0x557173464740 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000113
+gallium_dri.so free 0x557173464900 void 0.000112
+gallium_dri.so free 0x5571734648b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734648b0 0.000113
+gallium_dri.so free 0x557173464a00 void 0.000118
+gallium_dri.so free 0x5571734648b0 void 0.000157
+gallium_dri.so malloc 72 0x557173464a40 0.000151
+gallium_dri.so free 0x557173464ac0 void 0.000202
+gallium_dri.so free 0x557173464a40 void 0.000209
+gallium_dri.so malloc 72 0x557173464ac0 0.000241
+gallium_dri.so free 0x557173464b80 void 0.000263
+gallium_dri.so free 0x557173464ac0 void 0.000249
+gallium_dri.so malloc 72 0x557173464ac0 0.000191
+gallium_dri.so free 0x557173464c00 void 0.000122
+gallium_dri.so free 0x557173464ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173464c30 0.000113
+gallium_dri.so free 0x557173464c80 void 0.000119
+gallium_dri.so free 0x557173464c30 void 0.000119
+gallium_dri.so malloc 72 0x557173464c30 0.000114
+gallium_dri.so free 0x557173464d80 void 0.000118
+gallium_dri.so free 0x557173464c30 void 0.000114
+gallium_dri.so malloc 72 0x557173464d30 0.000113
+gallium_dri.so free 0x557173464e40 void 0.000117
+gallium_dri.so free 0x557173464d30 void 0.000123
+gallium_dri.so malloc 72 0x557173464df0 0.000118
+gallium_dri.so free 0x557173464ec0 void 0.000119
+gallium_dri.so free 0x557173464df0 void 0.000174
+gallium_dri.so malloc 72 0x557173464df0 0.000123
+gallium_dri.so free 0x557173464f80 void 0.000121
+gallium_dri.so free 0x557173464df0 void 0.000118
+gallium_dri.so malloc 72 0x557173464df0 0.000115
+gallium_dri.so free 0x557173465040 void 0.000114
+gallium_dri.so free 0x557173464df0 void 0.000112
+gallium_dri.so malloc 72 0x557173464ff0 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so free 0x557173464ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173465110 0.000120
+gallium_dri.so free 0x557173465180 void 0.000120
+gallium_dri.so free 0x557173465110 void 0.000118
+gallium_dri.so malloc 72 0x5571734651a0 0.000119
+gallium_dri.so free 0x557173465240 void 0.000121
+gallium_dri.so free 0x5571734651a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734651f0 0.000120
+gallium_dri.so free 0x5571734652c0 void 0.000120
+gallium_dri.so free 0x5571734651f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734652c0 0.000118
+gallium_dri.so free 0x557173465380 void 0.000119
+gallium_dri.so free 0x5571734652c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734652c0 0.000118
+gallium_dri.so free 0x557173465400 void 0.000120
+gallium_dri.so free 0x5571734652c0 void 0.000118
+gallium_dri.so malloc 72 0x557173465400 0.000118
+gallium_dri.so free 0x5571734654c0 void 0.000121
+gallium_dri.so free 0x557173465400 void 0.000117
+gallium_dri.so malloc 72 0x557173465400 0.000118
+gallium_dri.so free 0x557173465580 void 0.000118
+gallium_dri.so free 0x557173465400 void 0.000119
+gallium_dri.so malloc 72 0x557173465400 0.000118
+gallium_dri.so free 0x557173465640 void 0.000119
+gallium_dri.so free 0x557173465400 void 0.000118
+gallium_dri.so malloc 72 0x5571734655f0 0.000118
+gallium_dri.so free 0x5571734656c0 void 0.000118
+gallium_dri.so free 0x5571734655f0 void 0.000117
+gallium_dri.so malloc 72 0x557173465710 0.000120
+gallium_dri.so free 0x557173465780 void 0.000118
+gallium_dri.so free 0x557173465710 void 0.000118
+gallium_dri.so malloc 72 0x5571734657c0 0.000118
+gallium_dri.so free 0x557173465840 void 0.000119
+gallium_dri.so free 0x5571734657c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734657c0 0.000119
+gallium_dri.so free 0x5571734658c0 void 0.000119
+gallium_dri.so free 0x5571734657c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734658f0 0.000118
+gallium_dri.so free 0x557173465940 void 0.000119
+gallium_dri.so free 0x5571734658f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734658f0 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so free 0x5571734658f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734659f0 0.000129
+gallium_dri.so free 0x557173465b00 void 0.000119
+gallium_dri.so free 0x5571734659f0 void 0.000116
+gallium_dri.so malloc 72 0x557173465ab0 0.000133
+gallium_dri.so free 0x557173465b40 void 0.000133
+gallium_dri.so free 0x557173465ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173465ab0 0.000127
+gallium_dri.so free 0x557173465c00 void 0.000120
+gallium_dri.so free 0x557173465ab0 void 0.000123
+gallium_dri.so malloc 72 0x557173465c70 0.000130
+gallium_dri.so free 0x557173465cc0 void 0.000130
+gallium_dri.so free 0x557173465c70 void 0.000131
+gallium_dri.so malloc 72 0x557173465c70 0.000130
+gallium_dri.so free 0x557173465dc0 void 0.000123
+gallium_dri.so free 0x557173465c70 void 0.000119
+gallium_dri.so malloc 72 0x557173465d70 0.000128
+gallium_dri.so free 0x557173465e80 void 0.000127
+gallium_dri.so free 0x557173465d70 void 0.000127
+gallium_dri.so malloc 72 0x557173465e30 0.000121
+gallium_dri.so free 0x557173465ec0 void 0.000128
+gallium_dri.so free 0x557173465e30 void 0.000126
+gallium_dri.so malloc 72 0x557173465e30 0.000127
+gallium_dri.so free 0x557173465f80 void 0.000127
+gallium_dri.so free 0x557173465e30 void 0.000236
+gallium_dri.so malloc 72 0x557173465fc0 0.000122
+gallium_dri.so free 0x557173466040 void 0.000122
+gallium_dri.so free 0x557173465fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466040 0.000121
+gallium_dri.so free 0x557173466100 void 0.000147
+gallium_dri.so free 0x557173466040 void 0.000131
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x5571734661c0 void 0.000121
+gallium_dri.so free 0x557173466040 void 0.000116
+gallium_dri.so malloc 72 0x5571734661e0 0.000118
+gallium_dri.so free 0x557173466280 void 0.000119
+gallium_dri.so free 0x5571734661e0 void 0.000118
+gallium_dri.so malloc 72 0x557173466230 0.000121
+gallium_dri.so free 0x557173466300 void 0.000116
+gallium_dri.so free 0x557173466230 void 0.000119
+gallium_dri.so malloc 72 0x557173466230 0.000120
+gallium_dri.so free 0x557173466380 void 0.000119
+gallium_dri.so free 0x557173466230 void 0.000116
+gallium_dri.so malloc 72 0x557173466380 0.000119
+gallium_dri.so free 0x557173466440 void 0.000120
+gallium_dri.so free 0x557173466380 void 0.000118
+gallium_dri.so malloc 72 0x557173466380 0.000118
+gallium_dri.so free 0x557173466500 void 0.000120
+gallium_dri.so free 0x557173466380 void 0.000119
+gallium_dri.so malloc 72 0x557173466380 0.000118
+gallium_dri.so free 0x5571734665c0 void 0.000118
+gallium_dri.so free 0x557173466380 void 0.000116
+gallium_dri.so malloc 72 0x557173466570 0.000114
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so free 0x557173466570 void 0.000114
+gallium_dri.so malloc 72 0x557173466630 0.000114
+gallium_dri.so free 0x557173466700 void 0.000115
+gallium_dri.so free 0x557173466630 void 0.000114
+gallium_dri.so malloc 72 0x557173466750 0.000113
+gallium_dri.so free 0x5571734667c0 void 0.000113
+gallium_dri.so free 0x557173466750 void 0.000113
+gallium_dri.so malloc 72 0x5571734667e0 0.000112
+gallium_dri.so free 0x557173466880 void 0.000113
+gallium_dri.so free 0x5571734667e0 void 0.000114
+gallium_dri.so malloc 72 0x557173466830 0.000114
+gallium_dri.so free 0x557173466900 void 0.000115
+gallium_dri.so free 0x557173466830 void 0.000114
+gallium_dri.so malloc 72 0x557173466830 0.000112
+gallium_dri.so free 0x557173466980 void 0.000113
+gallium_dri.so free 0x557173466830 void 0.000114
+gallium_dri.so malloc 72 0x557173466980 0.000119
+gallium_dri.so free 0x557173466a40 void 0.000116
+gallium_dri.so free 0x557173466980 void 0.000115
+gallium_dri.so malloc 72 0x557173466980 0.000114
+gallium_dri.so free 0x557173466b40 void 0.000116
+gallium_dri.so free 0x557173466980 void 0.000113
+gallium_dri.so malloc 72 0x557173466af0 0.000113
+gallium_dri.so free 0x557173466b80 void 0.000124
+gallium_dri.so free 0x557173466af0 void 0.000117
+gallium_dri.so malloc 72 0x557173466af0 0.000116
+gallium_dri.so free 0x557173466c40 void 0.000115
+gallium_dri.so free 0x557173466af0 void 0.000116
+gallium_dri.so malloc 72 0x557173466c80 0.000115
+gallium_dri.so free 0x557173466d00 void 0.000116
+gallium_dri.so free 0x557173466c80 void 0.000115
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x557173466d00 void 0.000120
+gallium_dri.so malloc 72 0x557173466d00 0.000120
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so free 0x557173466d00 void 0.000119
+gallium_dri.so malloc 72 0x557173466e70 0.000117
+gallium_dri.so free 0x557173466ec0 void 0.000120
+gallium_dri.so free 0x557173466e70 void 0.000126
+gallium_dri.so malloc 72 0x557173466e70 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x557173466e70 void 0.000116
+gallium_dri.so malloc 72 0x557173467000 0.000119
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173467000 void 0.000119
+gallium_dri.so malloc 72 0x557173467080 0.000120
+gallium_dri.so free 0x557173467140 void 0.000120
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so malloc 72 0x557173467080 0.000161
+gallium_dri.so free 0x5571734671c0 void 0.000121
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so malloc 72 0x5571734671f0 0.000117
+gallium_dri.so free 0x557173467240 void 0.000119
+gallium_dri.so free 0x5571734671f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671f0 0.000116
+gallium_dri.so free 0x557173467340 void 0.000119
+gallium_dri.so free 0x5571734671f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734672f0 0.000117
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so free 0x5571734672f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673b0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000116
+gallium_dri.so free 0x5571734673b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673b0 0.000119
+gallium_dri.so free 0x557173467540 void 0.000117
+gallium_dri.so free 0x5571734673b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673b0 0.000120
+gallium_dri.so free 0x557173467600 void 0.000116
+gallium_dri.so free 0x5571734673b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734675b0 0.000116
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x5571734675b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734676d0 0.000118
+gallium_dri.so free 0x557173467740 void 0.000117
+gallium_dri.so free 0x5571734676d0 void 0.000171
+gallium_dri.so malloc 72 0x557173467760 0.000118
+gallium_dri.so free 0x557173467800 void 0.000116
+gallium_dri.so free 0x557173467760 void 0.000113
+gallium_dri.so malloc 72 0x5571734677b0 0.000115
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so free 0x5571734677b0 void 0.000114
+gallium_dri.so malloc 72 0x557173467880 0.000119
+gallium_dri.so free 0x557173467940 void 0.000117
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so malloc 72 0x557173467880 0.000115
+gallium_dri.so free 0x5571734679c0 void 0.000129
+gallium_dri.so free 0x557173467880 void 0.000116
+gallium_dri.so malloc 72 0x5571734679c0 0.000112
+gallium_dri.so free 0x557173467a80 void 0.000114
+gallium_dri.so free 0x5571734679c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734679c0 0.000114
+gallium_dri.so free 0x557173467b40 void 0.000115
+gallium_dri.so free 0x5571734679c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734679c0 0.000113
+gallium_dri.so free 0x557173467c00 void 0.000115
+gallium_dri.so free 0x5571734679c0 void 0.000114
+gallium_dri.so malloc 72 0x557173467bb0 0.000114
+gallium_dri.so free 0x557173467c80 void 0.000113
+gallium_dri.so free 0x557173467bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173467cd0 0.000113
+gallium_dri.so free 0x557173467d40 void 0.000114
+gallium_dri.so free 0x557173467cd0 void 0.000129
+gallium_dri.so malloc 72 0x557173467d80 0.000122
+gallium_dri.so free 0x557173467e00 void 0.000121
+gallium_dri.so free 0x557173467d80 void 0.000117
+gallium_dri.so malloc 72 0x557173467d80 0.000120
+gallium_dri.so free 0x557173467e80 void 0.000117
+gallium_dri.so free 0x557173467d80 void 0.000118
+gallium_dri.so malloc 72 0x557173467eb0 0.000119
+gallium_dri.so free 0x557173467f00 void 0.000118
+gallium_dri.so free 0x557173467eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173467eb0 0.000118
+gallium_dri.so free 0x557173468000 void 0.000117
+gallium_dri.so free 0x557173467eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173467fb0 0.000118
+gallium_dri.so free 0x5571734680c0 void 0.000106
+gallium_dri.so free 0x557173467fb0 void 0.000257
+gallium_dri.so malloc 72 0x557173468070 0.000237
+gallium_dri.so free 0x557173468100 void 0.000116
+gallium_dri.so free 0x557173468070 void 0.000115
+gallium_dri.so malloc 72 0x557173468070 0.000114
+gallium_dri.so free 0x5571734681c0 void 0.000114
+gallium_dri.so free 0x557173468070 void 0.000113
+gallium_dri.so malloc 72 0x557173468230 0.000113
+gallium_dri.so free 0x557173468280 void 0.000116
+gallium_dri.so free 0x557173468230 void 0.000114
+gallium_dri.so malloc 72 0x557173468230 0.000154
+gallium_dri.so free 0x557173468380 void 0.000116
+gallium_dri.so free 0x557173468230 void 0.000113
+gallium_dri.so malloc 72 0x557173468330 0.000114
+gallium_dri.so free 0x557173468440 void 0.000112
+gallium_dri.so free 0x557173468330 void 0.000114
+gallium_dri.so malloc 72 0x5571734683f0 0.000113
+gallium_dri.so free 0x557173468480 void 0.000112
+gallium_dri.so free 0x5571734683f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734683f0 0.000112
+gallium_dri.so free 0x557173468540 void 0.000112
+gallium_dri.so free 0x5571734683f0 void 0.000112
+gallium_dri.so malloc 72 0x557173468580 0.000113
+gallium_dri.so free 0x557173468600 void 0.000112
+gallium_dri.so free 0x557173468580 void 0.000113
+gallium_dri.so malloc 72 0x557173468600 0.000114
+gallium_dri.so free 0x5571734686c0 void 0.000113
+gallium_dri.so free 0x557173468600 void 0.000113
+gallium_dri.so malloc 72 0x557173468600 0.000112
+gallium_dri.so free 0x557173468780 void 0.000113
+gallium_dri.so free 0x557173468600 void 0.000113
+gallium_dri.so malloc 72 0x5571734687a0 0.000130
+gallium_dri.so free 0x557173468840 void 0.000121
+gallium_dri.so free 0x5571734687a0 void 0.000122
+gallium_dri.so malloc 72 0x5571734687f0 0.000118
+gallium_dri.so free 0x5571734688c0 void 0.000122
+gallium_dri.so free 0x5571734687f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734687f0 0.000126
+gallium_dri.so free 0x557173468940 void 0.000117
+gallium_dri.so free 0x5571734687f0 void 0.000116
+gallium_dri.so malloc 72 0x557173468940 0.000116
+gallium_dri.so free 0x557173468a00 void 0.000117
+gallium_dri.so free 0x557173468940 void 0.000115
+gallium_dri.so malloc 72 0x557173468940 0.000117
+gallium_dri.so free 0x557173468ac0 void 0.000117
+gallium_dri.so free 0x557173468940 void 0.000117
+gallium_dri.so malloc 72 0x557173468940 0.000117
+gallium_dri.so free 0x557173468b80 void 0.000120
+gallium_dri.so free 0x557173468940 void 0.000116
+gallium_dri.so malloc 72 0x557173468b30 0.000117
+gallium_dri.so free 0x557173468c40 void 0.000116
+gallium_dri.so free 0x557173468b30 void 0.000116
+gallium_dri.so malloc 72 0x557173468bf0 0.000116
+gallium_dri.so free 0x557173468cc0 void 0.000116
+gallium_dri.so free 0x557173468bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173468d10 0.000115
+gallium_dri.so free 0x557173468d80 void 0.000116
+gallium_dri.so free 0x557173468d10 void 0.000123
+gallium_dri.so malloc 72 0x557173468da0 0.000119
+gallium_dri.so free 0x557173468e40 void 0.000120
+gallium_dri.so free 0x557173468da0 void 0.000128
+gallium_dri.so malloc 72 0x557173468df0 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000121
+gallium_dri.so free 0x557173468df0 void 0.000120
+gallium_dri.so malloc 72 0x557173468df0 0.000122
+gallium_dri.so free 0x557173468f40 void 0.000119
+gallium_dri.so free 0x557173468df0 void 0.000120
+gallium_dri.so malloc 72 0x557173468f40 0.000119
+gallium_dri.so free 0x557173469000 void 0.000120
+gallium_dri.so free 0x557173468f40 void 0.000120
+gallium_dri.so malloc 72 0x557173468f40 0.000120
+gallium_dri.so free 0x557173469100 void 0.000120
+gallium_dri.so free 0x557173468f40 void 0.000119
+gallium_dri.so malloc 72 0x5571734690b0 0.000120
+gallium_dri.so free 0x557173469140 void 0.000120
+gallium_dri.so free 0x5571734690b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734690b0 0.000118
+gallium_dri.so free 0x557173469200 void 0.000120
+gallium_dri.so free 0x5571734690b0 void 0.000120
+gallium_dri.so malloc 72 0x557173469240 0.000127
+gallium_dri.so free 0x5571734692c0 void 0.000119
+gallium_dri.so free 0x557173469240 void 0.000121
+gallium_dri.so malloc 72 0x5571734692c0 0.000120
+gallium_dri.so free 0x557173469380 void 0.000118
+gallium_dri.so free 0x5571734692c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734692c0 0.000120
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so free 0x5571734692c0 void 0.000121
+gallium_dri.so malloc 72 0x557173469430 0.000120
+gallium_dri.so free 0x557173469480 void 0.000119
+gallium_dri.so free 0x557173469430 void 0.000161
+gallium_dri.so malloc 72 0x557173469430 0.000117
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x557173469430 void 0.000114
+gallium_dri.so malloc 72 0x5571734695c0 0.000116
+gallium_dri.so free 0x557173469640 void 0.000116
+gallium_dri.so free 0x5571734695c0 void 0.000114
+gallium_dri.so malloc 72 0x557173469640 0.000116
+gallium_dri.so free 0x557173469700 void 0.000118
+gallium_dri.so free 0x557173469640 void 0.000116
+gallium_dri.so malloc 72 0x557173469640 0.000115
+gallium_dri.so free 0x5571735ceb40 void 0.000117
+gallium_dri.so free 0x557173469640 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000114
+gallium_dri.so free 0x5571735cebc0 void 0.000118
+gallium_dri.so free 0x5571735ceaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cec40 void 0.000116
+gallium_dri.so free 0x5571735ceaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec40 0.000116
+gallium_dri.so free 0x5571735ced00 void 0.000115
+gallium_dri.so free 0x5571735cec40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cec40 0.000115
+gallium_dri.so free 0x5571735cee00 void 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec40 0.000121
+gallium_dri.so free 0x5571735cee80 void 0.000130
+gallium_dri.so free 0x5571735cec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000120
+gallium_dri.so free 0x5571735cef00 void 0.000119
+gallium_dri.so free 0x5571735ceeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceeb0 0.000119
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x5571735ceeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefb0 0.000118
+gallium_dri.so free 0x5571735cf0c0 void 0.000117
+gallium_dri.so free 0x5571735cefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf070 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so free 0x5571735cf070 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf070 0.000120
+gallium_dri.so free 0x5571735cf1c0 void 0.000120
+gallium_dri.so free 0x5571735cf070 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf210 0.000118
+gallium_dri.so free 0x5571735cf280 void 0.000120
+gallium_dri.so free 0x5571735cf210 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000119
+gallium_dri.so free 0x5571735cf340 void 0.000119
+gallium_dri.so free 0x5571735cf2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf340 0.000119
+gallium_dri.so free 0x5571735cf400 void 0.000120
+gallium_dri.so free 0x5571735cf340 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf340 0.000125
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000119
+gallium_dri.so free 0x5571735cf500 void 0.000120
+gallium_dri.so free 0x5571735cf4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000120
+gallium_dri.so free 0x5571735cf600 void 0.000122
+gallium_dri.so free 0x5571735cf4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000117
+gallium_dri.so free 0x5571735cf6c0 void 0.000118
+gallium_dri.so free 0x5571735cf5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf670 0.000120
+gallium_dri.so free 0x5571735cf740 void 0.000118
+gallium_dri.so free 0x5571735cf670 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf760 0.000119
+gallium_dri.so free 0x5571735cf800 void 0.000119
+gallium_dri.so free 0x5571735cf760 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000119
+gallium_dri.so free 0x5571735cf880 void 0.000119
+gallium_dri.so free 0x5571735cf7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000121
+gallium_dri.so free 0x5571735cf900 void 0.000119
+gallium_dri.so free 0x5571735cf7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf900 0.000120
+gallium_dri.so free 0x5571735cf9c0 void 0.000119
+gallium_dri.so free 0x5571735cf900 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf900 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x5571735cf900 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf900 0.000116
+gallium_dri.so free 0x5571735cfb40 void 0.000117
+gallium_dri.so free 0x5571735cf900 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000117
+gallium_dri.so free 0x5571735cfb40 void 0.000116
+gallium_dri.so free 0x5571735cfaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfaf0 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000124
+gallium_dri.so free 0x5571735cfaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000118
+gallium_dri.so free 0x5571735cfd00 void 0.000122
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so free 0x5571735cfcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000131
+gallium_dri.so free 0x5571735cfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe40 0.000118
+gallium_dri.so free 0x5571735cfec0 void 0.000118
+gallium_dri.so free 0x5571735cfe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfec0 0.000119
+gallium_dri.so free 0x5571735cff80 void 0.000121
+gallium_dri.so free 0x5571735cfec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfec0 0.000121
+gallium_dri.so free 0x5571735d0040 void 0.000126
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0060 0.000121
+gallium_dri.so free 0x5571735d0100 void 0.000119
+gallium_dri.so free 0x5571735d0060 void 0.000120
+gallium_dri.so malloc 72 0x5571735d00b0 0.000120
+gallium_dri.so free 0x5571735d0180 void 0.000121
+gallium_dri.so free 0x5571735d00b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d00b0 0.000120
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d00b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0200 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d0200 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0200 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0200 0.000120
+gallium_dri.so free 0x5571735d0440 void 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000117
+gallium_dri.so malloc 72 0x5571735d03f0 0.000120
+gallium_dri.so free 0x5571735d0500 void 0.000121
+gallium_dri.so free 0x5571735d03f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d04b0 0.000118
+gallium_dri.so free 0x5571735d0580 void 0.000163
+gallium_dri.so free 0x5571735d04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d05d0 0.000116
+gallium_dri.so free 0x5571735d0640 void 0.000116
+gallium_dri.so free 0x5571735d05d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0660 0.000116
+gallium_dri.so free 0x5571735d0700 void 0.000116
+gallium_dri.so free 0x5571735d0660 void 0.000115
+gallium_dri.so malloc 72 0x5571735d06b0 0.000115
+gallium_dri.so free 0x5571735d0780 void 0.000116
+gallium_dri.so free 0x5571735d06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d06b0 0.000116
+gallium_dri.so free 0x5571735d0800 void 0.000117
+gallium_dri.so free 0x5571735d06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0800 0.000116
+gallium_dri.so free 0x5571735d08c0 void 0.000116
+gallium_dri.so free 0x5571735d0800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0800 0.000115
+gallium_dri.so free 0x5571735d09c0 void 0.000118
+gallium_dri.so free 0x5571735d0800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0970 0.000116
+gallium_dri.so free 0x5571735d0a00 void 0.000117
+gallium_dri.so free 0x5571735d0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0970 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b00 0.000128
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b80 0.000115
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000117
+gallium_dri.so free 0x5571735d0cc0 void 0.000116
+gallium_dri.so free 0x5571735d0b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000115
+gallium_dri.so free 0x5571735d0d40 void 0.000119
+gallium_dri.so free 0x5571735d0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0cf0 0.000118
+gallium_dri.so free 0x5571735d0e40 void 0.000118
+gallium_dri.so free 0x5571735d0cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0e80 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000118
+gallium_dri.so free 0x5571735d0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f00 0.000115
+gallium_dri.so free 0x5571735d0fc0 void 0.000116
+gallium_dri.so free 0x5571735d0f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0f00 0.000117
+gallium_dri.so free 0x5571735d1040 void 0.000118
+gallium_dri.so free 0x5571735d0f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1070 0.000119
+gallium_dri.so free 0x5571735d10c0 void 0.000118
+gallium_dri.so free 0x5571735d1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1070 0.000129
+gallium_dri.so free 0x5571735d11c0 void 0.000121
+gallium_dri.so free 0x5571735d1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1170 0.000120
+gallium_dri.so free 0x5571735d1280 void 0.000121
+gallium_dri.so free 0x5571735d1170 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1230 0.000121
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d1230 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1230 0.000120
+gallium_dri.so free 0x5571735d13c0 void 0.000121
+gallium_dri.so free 0x5571735d1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1230 0.000120
+gallium_dri.so free 0x5571735d1480 void 0.000119
+gallium_dri.so free 0x5571735d1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1430 0.000121
+gallium_dri.so free 0x5571735d1500 void 0.000119
+gallium_dri.so free 0x5571735d1430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1550 0.000118
+gallium_dri.so free 0x5571735d15c0 void 0.000121
+gallium_dri.so free 0x5571735d1550 void 0.000121
+gallium_dri.so malloc 72 0x5571735d15e0 0.000120
+gallium_dri.so free 0x5571735d1680 void 0.000118
+gallium_dri.so free 0x5571735d15e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1630 0.000118
+gallium_dri.so free 0x5571735d1700 void 0.000118
+gallium_dri.so free 0x5571735d1630 void 0.000186
+gallium_dri.so malloc 72 0x5571735d1700 0.000118
+gallium_dri.so free 0x5571735d17c0 void 0.000116
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1700 0.000115
+gallium_dri.so free 0x5571735d1840 void 0.000117
+gallium_dri.so free 0x5571735d1700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1840 0.000116
+gallium_dri.so free 0x5571735d1900 void 0.000117
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1840 0.000116
+gallium_dri.so free 0x5571735d19c0 void 0.000121
+gallium_dri.so free 0x5571735d1840 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1840 0.000117
+gallium_dri.so free 0x5571735d1a80 void 0.000120
+gallium_dri.so free 0x5571735d1840 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a30 0.000120
+gallium_dri.so free 0x5571735d1b00 void 0.000120
+gallium_dri.so free 0x5571735d1a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1b50 0.000120
+gallium_dri.so free 0x5571735d1bc0 void 0.000120
+gallium_dri.so free 0x5571735d1b50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1c00 0.000119
+gallium_dri.so free 0x5571735d1c80 void 0.000121
+gallium_dri.so free 0x5571735d1c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c00 0.000117
+gallium_dri.so free 0x5571735d1d00 void 0.000128
+gallium_dri.so free 0x5571735d1c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1d30 0.000118
+gallium_dri.so free 0x5571735d1d80 void 0.000119
+gallium_dri.so free 0x5571735d1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1d30 0.000116
+gallium_dri.so free 0x5571735d1e80 void 0.000116
+gallium_dri.so free 0x5571735d1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1e30 0.000118
+gallium_dri.so free 0x5571735d1f40 void 0.000120
+gallium_dri.so free 0x5571735d1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000117
+gallium_dri.so free 0x5571735d1f80 void 0.000119
+gallium_dri.so free 0x5571735d1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1ef0 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000119
+gallium_dri.so free 0x5571735d1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d20b0 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d20b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d20b0 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d20b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d21b0 0.000116
+gallium_dri.so free 0x5571735d22c0 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2270 0.000125
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2270 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2270 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000112
+gallium_dri.so free 0x5571735d2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2400 0.000110
+gallium_dri.so free 0x5571735d2480 void 0.000112
+gallium_dri.so free 0x5571735d2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2480 0.000112
+gallium_dri.so free 0x5571735d2540 void 0.000111
+gallium_dri.so free 0x5571735d2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2480 0.000112
+gallium_dri.so free 0x5571735d2600 void 0.000111
+gallium_dri.so free 0x5571735d2480 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2620 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000111
+gallium_dri.so free 0x5571735d2620 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2670 0.000110
+gallium_dri.so free 0x5571735d2740 void 0.000113
+gallium_dri.so free 0x5571735d2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2670 0.000111
+gallium_dri.so free 0x5571735d27c0 void 0.000111
+gallium_dri.so free 0x5571735d2670 void 0.000111
+gallium_dri.so malloc 72 0x5571735d27c0 0.000112
+gallium_dri.so free 0x5571735d2880 void 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27c0 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000121
+gallium_dri.so free 0x5571735d27c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d27c0 0.000115
+gallium_dri.so free 0x5571735d2a00 void 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d29b0 0.000113
+gallium_dri.so free 0x5571735d2ac0 void 0.000113
+gallium_dri.so free 0x5571735d29b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2a70 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000115
+gallium_dri.so free 0x5571735d2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2b90 0.000112
+gallium_dri.so free 0x5571735d2c00 void 0.000114
+gallium_dri.so free 0x5571735d2b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c20 0.000113
+gallium_dri.so free 0x5571735d2cc0 void 0.000113
+gallium_dri.so free 0x5571735d2c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2d40 void 0.000115
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2c70 0.000113
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000112
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so free 0x5571735d2dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2dc0 0.000112
+gallium_dri.so free 0x5571735d2f80 void 0.000117
+gallium_dri.so free 0x5571735d2dc0 void 0.000166
+gallium_dri.so malloc 72 0x5571735d2f30 0.000115
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x5571735d2f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2f30 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d30c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3140 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3140 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32b0 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000115
+gallium_dri.so free 0x5571735d32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32b0 0.000113
+gallium_dri.so free 0x5571735d3400 void 0.000114
+gallium_dri.so free 0x5571735d32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3440 0.000112
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735d34c0 0.000113
+gallium_dri.so free 0x5571735d3580 void 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d34c0 0.000114
+gallium_dri.so free 0x5571735d3600 void 0.000112
+gallium_dri.so free 0x5571735d34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3630 0.000111
+gallium_dri.so free 0x5571735d3680 void 0.000111
+gallium_dri.so free 0x5571735d3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3630 0.000113
+gallium_dri.so free 0x5571735d3780 void 0.000113
+gallium_dri.so free 0x5571735d3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3730 0.000111
+gallium_dri.so free 0x5571735d3840 void 0.000112
+gallium_dri.so free 0x5571735d3730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d37f0 0.000117
+gallium_dri.so free 0x5571735d38c0 void 0.000115
+gallium_dri.so free 0x5571735d37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37f0 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000114
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37f0 0.000113
+gallium_dri.so free 0x5571735d3a40 void 0.000116
+gallium_dri.so free 0x5571735d37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d39f0 0.000115
+gallium_dri.so free 0x5571735d3ac0 void 0.000112
+gallium_dri.so free 0x5571735d39f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3b10 0.000112
+gallium_dri.so free 0x5571735d3b80 void 0.000112
+gallium_dri.so free 0x5571735d3b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3ba0 0.000126
+gallium_dri.so free 0x5571735d3c40 void 0.000115
+gallium_dri.so free 0x5571735d3ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3bf0 0.000112
+gallium_dri.so free 0x5571735d3cc0 void 0.000113
+gallium_dri.so free 0x5571735d3bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000114
+gallium_dri.so free 0x5571735d3d80 void 0.000114
+gallium_dri.so free 0x5571735d3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000114
+gallium_dri.so free 0x5571735d3cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e00 0.000112
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so free 0x5571735d3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3e00 0.000113
+gallium_dri.so free 0x5571735d3f80 void 0.000119
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3e00 0.000112
+gallium_dri.so free 0x5571735d4040 void 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ff0 0.000116
+gallium_dri.so free 0x5571735d40c0 void 0.000115
+gallium_dri.so free 0x5571735d3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4110 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d4110 void 0.000113
+gallium_dri.so malloc 72 0x5571735d41c0 0.000165
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so free 0x5571735d41c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d41c0 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000111
+gallium_dri.so free 0x5571735d41c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d42f0 0.000112
+gallium_dri.so free 0x5571735d4340 void 0.000112
+gallium_dri.so free 0x5571735d42f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d42f0 0.000115
+gallium_dri.so free 0x5571735d4440 void 0.000112
+gallium_dri.so free 0x5571735d42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000112
+gallium_dri.so free 0x5571735d43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000112
+gallium_dri.so free 0x5571735d4540 void 0.000111
+gallium_dri.so free 0x5571735d44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d44b0 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so free 0x5571735d44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4670 0.000123
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4670 0.000112
+gallium_dri.so free 0x5571735d47c0 void 0.000113
+gallium_dri.so free 0x5571735d4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000131
+gallium_dri.so free 0x5571735d4880 void 0.000125
+gallium_dri.so free 0x5571735d4770 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4830 0.000122
+gallium_dri.so free 0x5571735d48c0 void 0.000118
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4830 0.000128
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49c0 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000114
+gallium_dri.so free 0x5571735d4b00 void 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4a40 0.000114
+gallium_dri.so free 0x5571735d4bc0 void 0.000114
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4be0 0.000116
+gallium_dri.so free 0x5571735d4c80 void 0.000114
+gallium_dri.so free 0x5571735d4be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c30 0.000112
+gallium_dri.so free 0x5571735d4d00 void 0.000143
+gallium_dri.so free 0x5571735d4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c30 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4d80 0.000126
+gallium_dri.so free 0x5571735d4e40 void 0.000114
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d80 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000115
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4d80 0.000115
+gallium_dri.so free 0x5571735d4fc0 void 0.000114
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4f70 0.000113
+gallium_dri.so free 0x5571735d5080 void 0.000113
+gallium_dri.so free 0x5571735d4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5030 0.000113
+gallium_dri.so free 0x5571735d5100 void 0.000115
+gallium_dri.so free 0x5571735d5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5150 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000114
+gallium_dri.so free 0x5571735d5150 void 0.000112
+gallium_dri.so malloc 72 0x5571735d51e0 0.000112
+gallium_dri.so free 0x5571735d5280 void 0.000113
+gallium_dri.so free 0x5571735d51e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5230 0.000113
+gallium_dri.so free 0x5571735d5300 void 0.000114
+gallium_dri.so free 0x5571735d5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5230 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000115
+gallium_dri.so free 0x5571735d5230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5380 0.000159
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so free 0x5571735d5380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5380 0.000112
+gallium_dri.so free 0x5571735d5540 void 0.000112
+gallium_dri.so free 0x5571735d5380 void 0.000112
+gallium_dri.so malloc 72 0x5571735d54f0 0.000112
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x5571735d54f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54f0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000112
+gallium_dri.so free 0x5571735d54f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5680 0.000112
+gallium_dri.so free 0x5571735d5700 void 0.000112
+gallium_dri.so free 0x5571735d5680 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5700 0.000123
+gallium_dri.so free 0x5571735d57c0 void 0.000125
+gallium_dri.so free 0x5571735d5700 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5700 0.000119
+gallium_dri.so free 0x5571735d5840 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5870 0.000115
+gallium_dri.so free 0x5571735d58c0 void 0.000113
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5870 0.000113
+gallium_dri.so free 0x5571735d59c0 void 0.000118
+gallium_dri.so free 0x5571735d5870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a00 0.000127
+gallium_dri.so free 0x5571735d5a80 void 0.000116
+gallium_dri.so free 0x5571735d5a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5a80 0.000114
+gallium_dri.so free 0x5571735d5b40 void 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5a80 0.000113
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000114
+gallium_dri.so free 0x5571735d5c40 void 0.000115
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000112
+gallium_dri.so free 0x5571735d5d40 void 0.000112
+gallium_dri.so free 0x5571735d5bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000113
+gallium_dri.so free 0x5571735d5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000113
+gallium_dri.so free 0x5571735d5e80 void 0.000113
+gallium_dri.so free 0x5571735d5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000112
+gallium_dri.so free 0x5571735d5f40 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d6000 void 0.000113
+gallium_dri.so free 0x5571735d5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5fb0 0.000113
+gallium_dri.so free 0x5571735d6080 void 0.000121
+gallium_dri.so free 0x5571735d5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60d0 0.000114
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x5571735d60d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6160 0.000113
+gallium_dri.so free 0x5571735d6200 void 0.000115
+gallium_dri.so free 0x5571735d6160 void 0.000113
+gallium_dri.so malloc 72 0x5571735d61b0 0.000114
+gallium_dri.so free 0x5571735d6280 void 0.000115
+gallium_dri.so free 0x5571735d61b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6280 0.000117
+gallium_dri.so free 0x5571735d6340 void 0.000114
+gallium_dri.so free 0x5571735d6280 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6280 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000114
+gallium_dri.so free 0x5571735d6280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d63c0 0.000113
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d63c0 0.000113
+gallium_dri.so free 0x5571735d6540 void 0.000113
+gallium_dri.so free 0x5571735d63c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d63c0 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d65b0 0.000112
+gallium_dri.so free 0x5571735d6680 void 0.000173
+gallium_dri.so free 0x5571735d65b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d66d0 0.000123
+gallium_dri.so free 0x5571735d6740 void 0.000120
+gallium_dri.so free 0x5571735d66d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6780 0.000118
+gallium_dri.so free 0x5571735d6800 void 0.000114
+gallium_dri.so free 0x5571735d6780 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6780 0.000113
+gallium_dri.so free 0x5571735d6880 void 0.000113
+gallium_dri.so free 0x5571735d6780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d68b0 0.000112
+gallium_dri.so free 0x5571735d6900 void 0.000114
+gallium_dri.so free 0x5571735d68b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d68b0 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d68b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69b0 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000113
+gallium_dri.so free 0x5571735d69b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6b00 void 0.000113
+gallium_dri.so free 0x5571735d6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6a70 0.000114
+gallium_dri.so free 0x5571735d6bc0 void 0.000113
+gallium_dri.so free 0x5571735d6a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6c30 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735d6c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6c30 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so free 0x5571735d6c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000118
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad20 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dad20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000113
+gallium_dri.so free 0x5571735daec0 void 0.000126
+gallium_dri.so free 0x5571735dad70 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf00 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000112
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf80 0.000111
+gallium_dri.so free 0x5571735db040 void 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf80 0.000117
+gallium_dri.so free 0x5571735db0c0 void 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0f0 0.000112
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735db0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db140 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000112
+gallium_dri.so malloc 72 0x5571735db140 0.000119
+gallium_dri.so free 0x5571735db300 void 0.000123
+gallium_dri.so free 0x5571735db140 void 0.000119
+gallium_dri.so malloc 72 0x5571735db2b0 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db400 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000112
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000163
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db500 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db780 void 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db580 0.000112
+gallium_dri.so free 0x5571735db840 void 0.000125
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7f0 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so free 0x5571735db7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db910 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so free 0x5571735db910 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9a0 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db9a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9f0 0.000112
+gallium_dri.so free 0x5571735dbac0 void 0.000157
+gallium_dri.so free 0x5571735db9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db9f0 0.000119
+gallium_dri.so free 0x5571735dbbc0 void 0.000118
+gallium_dri.so free 0x5571735db9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc90 0.000112
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd20 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000112
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbec0 0.000115
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000127
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc130 0.000115
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so free 0x5571735dc130 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc130 0.000123
+gallium_dri.so free 0x5571735dc280 void 0.000119
+gallium_dri.so free 0x5571735dc130 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc230 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc230 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so free 0x5571735dc2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000113
+gallium_dri.so free 0x5571735dc2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc490 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc490 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc540 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000112
+gallium_dri.so free 0x5571735dc700 void 0.000171
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc730 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc730 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so free 0x5571735dc730 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9e0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca30 0.000112
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dca30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca30 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so free 0x5571735dca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb80 0.000112
+gallium_dri.so free 0x5571735dcc40 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so free 0x5571735dcb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcb80 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000111
+gallium_dri.so free 0x5571735dcec0 void 0.000111
+gallium_dri.so free 0x5571735dcd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dce70 0.000114
+gallium_dri.so free 0x5571735dcf80 void 0.000113
+gallium_dri.so free 0x5571735dce70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf30 0.000111
+gallium_dri.so free 0x5571735dcfc0 void 0.000111
+gallium_dri.so free 0x5571735dcf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcf30 0.000123
+gallium_dri.so free 0x5571735dd080 void 0.000124
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000135
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd140 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000127
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so free 0x5571735dd2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd480 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd480 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd480 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd670 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd850 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd850 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd8e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000113
+gallium_dri.so free 0x5571735dd930 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda80 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda80 0.000113
+gallium_dri.so free 0x5571735ddc40 void 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000113
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so free 0x5571735ddbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd80 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000123
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde00 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf70 0.000118
+gallium_dri.so free 0x5571735ddfc0 void 0.000124
+gallium_dri.so free 0x5571735ddf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf70 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de100 void 0.000112
+gallium_dri.so malloc 72 0x5571735de180 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000112
+gallium_dri.so malloc 72 0x5571735de180 0.000114
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de340 void 0.000114
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3f0 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000129
+gallium_dri.so free 0x5571735de3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000112
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000113
+gallium_dri.so free 0x5571735de4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so free 0x5571735de6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7d0 0.000113
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de7d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de860 0.000113
+gallium_dri.so free 0x5571735de900 void 0.000113
+gallium_dri.so free 0x5571735de860 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8b0 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de980 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so malloc 72 0x5571735de980 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000123
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so malloc 72 0x5571735deac0 0.000112
+gallium_dri.so free 0x5571735deb80 void 0.000113
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000116
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so free 0x5571735deac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735decb0 0.000118
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735decb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedd0 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000116
+gallium_dri.so free 0x5571735dedd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dee80 0.000123
+gallium_dri.so free 0x5571735def00 void 0.000124
+gallium_dri.so free 0x5571735dee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee80 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000118
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so malloc 72 0x5571735defb0 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000123
+gallium_dri.so free 0x5571735defb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735defb0 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0b0 0.000120
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df170 0.000113
+gallium_dri.so free 0x5571735df200 void 0.000114
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000123
+gallium_dri.so free 0x5571735df2c0 void 0.000123
+gallium_dri.so free 0x5571735df170 void 0.000120
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so free 0x5571735df330 void 0.000125
+gallium_dri.so malloc 72 0x5571735df330 0.000123
+gallium_dri.so free 0x5571735df480 void 0.000124
+gallium_dri.so free 0x5571735df330 void 0.000124
+gallium_dri.so malloc 72 0x5571735df430 0.000124
+gallium_dri.so free 0x5571735df540 void 0.000119
+gallium_dri.so free 0x5571735df430 void 0.000119
+gallium_dri.so malloc 72 0x5571735df4f0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000161
+gallium_dri.so free 0x5571735df4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df4f0 0.000126
+gallium_dri.so free 0x5571735df640 void 0.000123
+gallium_dri.so free 0x5571735df4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df680 0.000125
+gallium_dri.so free 0x5571735df700 void 0.000123
+gallium_dri.so free 0x5571735df680 void 0.000124
+gallium_dri.so malloc 72 0x5571735df700 0.000124
+gallium_dri.so free 0x5571735df7c0 void 0.000123
+gallium_dri.so free 0x5571735df700 void 0.000124
+gallium_dri.so malloc 72 0x5571735df700 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000129
+gallium_dri.so free 0x5571735df700 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8a0 0.000130
+gallium_dri.so free 0x5571735df940 void 0.000129
+gallium_dri.so free 0x5571735df8a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df8f0 0.000120
+gallium_dri.so free 0x5571735df9c0 void 0.000125
+gallium_dri.so free 0x5571735df8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df8f0 0.000124
+gallium_dri.so free 0x5571735dfa40 void 0.000122
+gallium_dri.so free 0x5571735df8f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dfa40 0.000131
+gallium_dri.so free 0x5571735dfb00 void 0.000126
+gallium_dri.so free 0x5571735dfa40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfa40 0.000128
+gallium_dri.so free 0x5571735dfbc0 void 0.000131
+gallium_dri.so free 0x5571735dfa40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfa40 0.000128
+gallium_dri.so free 0x5571735dfc80 void 0.000130
+gallium_dri.so free 0x5571735dfa40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfc30 0.000129
+gallium_dri.so free 0x5571735dfd40 void 0.000123
+gallium_dri.so free 0x5571735dfc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000129
+gallium_dri.so free 0x5571735dfdc0 void 0.000125
+gallium_dri.so free 0x5571735dfcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfe10 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000129
+gallium_dri.so free 0x5571735dfe10 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfea0 0.000129
+gallium_dri.so free 0x5571735dff40 void 0.000124
+gallium_dri.so free 0x5571735dfea0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfef0 0.000136
+gallium_dri.so free 0x5571735dffc0 void 0.000162
+gallium_dri.so free 0x5571735dfef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfef0 0.000129
+gallium_dri.so free 0x5571735e0040 void 0.000136
+gallium_dri.so free 0x5571735dfef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0040 0.000155
+gallium_dri.so free 0x5571735e0100 void 0.000133
+gallium_dri.so free 0x5571735e0040 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0040 0.000120
+gallium_dri.so free 0x5571735e0200 void 0.000125
+gallium_dri.so free 0x5571735e0040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e01b0 0.000119
+gallium_dri.so free 0x5571735e0240 void 0.000121
+gallium_dri.so free 0x5571735e01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01b0 0.000124
+gallium_dri.so free 0x5571735e0300 void 0.000131
+gallium_dri.so free 0x5571735e01b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0340 0.000131
+gallium_dri.so free 0x5571735e03c0 void 0.000126
+gallium_dri.so free 0x5571735e0340 void 0.000195
+gallium_dri.so malloc 72 0x5571735e03c0 0.000127
+gallium_dri.so free 0x5571735e0480 void 0.000142
+gallium_dri.so free 0x5571735e03c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e03c0 0.000127
+gallium_dri.so free 0x5571735e0500 void 0.000129
+gallium_dri.so free 0x5571735e03c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0530 0.000121
+gallium_dri.so free 0x5571735e0580 void 0.000126
+gallium_dri.so free 0x5571735e0530 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0530 0.000125
+gallium_dri.so free 0x5571735e0680 void 0.000125
+gallium_dri.so free 0x5571735e0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06c0 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000119
+gallium_dri.so free 0x5571735e06c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0740 0.000124
+gallium_dri.so free 0x5571735e0800 void 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0740 0.000129
+gallium_dri.so free 0x5571735e0880 void 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e08b0 0.000137
+gallium_dri.so free 0x5571735e0900 void 0.000140
+gallium_dri.so free 0x5571735e08b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e08b0 0.000225
+gallium_dri.so free 0x5571735e0a00 void 0.000242
+gallium_dri.so free 0x5571735e08b0 void 0.000241
+gallium_dri.so malloc 72 0x5571735e09b0 0.000269
+gallium_dri.so free 0x5571735e0ac0 void 0.000187
+gallium_dri.so free 0x5571735e09b0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e0a70 0.000128
+gallium_dri.so free 0x5571735e0b40 void 0.000129
+gallium_dri.so free 0x5571735e0a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0a70 0.000124
+gallium_dri.so free 0x5571735e0c00 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0a70 0.000129
+gallium_dri.so free 0x5571735e0cc0 void 0.000130
+gallium_dri.so free 0x5571735e0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0c70 0.000138
+gallium_dri.so free 0x5571735e0d40 void 0.000126
+gallium_dri.so free 0x5571735e0c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0d90 0.000236
+gallium_dri.so free 0x5571735e0e00 void 0.000237
+gallium_dri.so free 0x5571735e0d90 void 0.000166
+gallium_dri.so malloc 72 0x5571735e0e20 0.000162
+gallium_dri.so free 0x5571735e0ec0 void 0.000143
+gallium_dri.so free 0x5571735e0e20 void 0.000294
+gallium_dri.so malloc 72 0x5571735e0e70 0.000264
+gallium_dri.so free 0x5571735e0f40 void 0.000283
+gallium_dri.so free 0x5571735e0e70 void 0.000283
+gallium_dri.so malloc 72 0x5571735e0f40 0.000281
+gallium_dri.so free 0x5571735e1000 void 0.000291
+gallium_dri.so free 0x5571735e0f40 void 0.000282
+gallium_dri.so malloc 72 0x5571735e0f40 0.000249
+gallium_dri.so free 0x5571735e1080 void 0.000245
+gallium_dri.so free 0x5571735e0f40 void 0.000291
+gallium_dri.so malloc 72 0x5571735e1080 0.000290
+gallium_dri.so free 0x5571735e1140 void 0.000277
+gallium_dri.so free 0x5571735e1080 void 0.000276
+gallium_dri.so malloc 72 0x5571735e1080 0.000166
+gallium_dri.so free 0x5571735e1200 void 0.000167
+gallium_dri.so free 0x5571735e1080 void 0.000173
+gallium_dri.so malloc 72 0x5571735e1080 0.000137
+gallium_dri.so free 0x5571735e12c0 void 0.000137
+gallium_dri.so free 0x5571735e1080 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1270 0.000134
+gallium_dri.so free 0x5571735e1340 void 0.000134
+gallium_dri.so free 0x5571735e1270 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1390 0.000139
+gallium_dri.so free 0x5571735e1400 void 0.000138
+gallium_dri.so free 0x5571735e1390 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1440 0.000129
+gallium_dri.so free 0x5571735e14c0 void 0.000134
+gallium_dri.so free 0x5571735e1440 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1440 0.000130
+gallium_dri.so free 0x5571735e1540 void 0.000132
+gallium_dri.so free 0x5571735e1440 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1570 0.000133
+gallium_dri.so free 0x5571735e15c0 void 0.000137
+gallium_dri.so free 0x5571735e1570 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1570 0.000170
+gallium_dri.so free 0x5571735e16c0 void 0.000257
+gallium_dri.so free 0x5571735e1570 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1670 0.000136
+gallium_dri.so free 0x5571735e1780 void 0.000169
+gallium_dri.so free 0x5571735e1670 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1730 0.000137
+gallium_dri.so free 0x5571735e17c0 void 0.000141
+gallium_dri.so free 0x5571735e1730 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1730 0.000138
+gallium_dri.so free 0x5571735e1880 void 0.000138
+gallium_dri.so free 0x5571735e1730 void 0.000132
+gallium_dri.so malloc 72 0x5571735e18f0 0.000133
+gallium_dri.so free 0x5571735e1940 void 0.000137
+gallium_dri.so free 0x5571735e18f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e18f0 0.000137
+gallium_dri.so free 0x5571735e1a40 void 0.000136
+gallium_dri.so free 0x5571735e18f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e19f0 0.000130
+gallium_dri.so free 0x5571735e1b00 void 0.000126
+gallium_dri.so free 0x5571735e19f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000137
+gallium_dri.so free 0x5571735e1b40 void 0.000138
+gallium_dri.so free 0x5571735e1ab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000137
+gallium_dri.so free 0x5571735e1c00 void 0.000131
+gallium_dri.so free 0x5571735e1ab0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e1c40 0.000134
+gallium_dri.so free 0x5571735e1cc0 void 0.000136
+gallium_dri.so free 0x5571735e1c40 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000138
+gallium_dri.so free 0x5571735e1d80 void 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000129
+gallium_dri.so free 0x5571735e1e40 void 0.000129
+gallium_dri.so free 0x5571735e1cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1e60 0.000125
+gallium_dri.so free 0x5571735e1f00 void 0.000124
+gallium_dri.so free 0x5571735e1e60 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000130
+gallium_dri.so free 0x5571735e1f80 void 0.000129
+gallium_dri.so free 0x5571735e1eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000129
+gallium_dri.so free 0x5571735e2000 void 0.000124
+gallium_dri.so free 0x5571735e1eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2000 0.000124
+gallium_dri.so free 0x5571735e20c0 void 0.000130
+gallium_dri.so free 0x5571735e2000 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2000 0.000128
+gallium_dri.so free 0x5571735e2180 void 0.000128
+gallium_dri.so free 0x5571735e2000 void 0.000158
+gallium_dri.so malloc 72 0x5571735e2000 0.000210
+gallium_dri.so free 0x5571735e2240 void 0.000125
+gallium_dri.so free 0x5571735e2000 void 0.000125
+gallium_dri.so malloc 72 0x5571735e21f0 0.000120
+gallium_dri.so free 0x5571735e2300 void 0.000139
+gallium_dri.so free 0x5571735e21f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e22b0 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000130
+gallium_dri.so free 0x5571735e22b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e23d0 0.000120
+gallium_dri.so free 0x5571735e2440 void 0.000124
+gallium_dri.so free 0x5571735e23d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2460 0.000129
+gallium_dri.so free 0x5571735e2500 void 0.000130
+gallium_dri.so free 0x5571735e2460 void 0.000125
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000125
+gallium_dri.so free 0x5571735e24b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2600 void 0.000121
+gallium_dri.so free 0x5571735e24b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2600 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2600 0.000129
+gallium_dri.so free 0x5571735e27c0 void 0.000129
+gallium_dri.so free 0x5571735e2600 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2770 0.000121
+gallium_dri.so free 0x5571735e2800 void 0.000126
+gallium_dri.so free 0x5571735e2770 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2770 0.000120
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so free 0x5571735e2770 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2900 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2980 0.000135
+gallium_dri.so free 0x5571735e2a40 void 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2980 0.000175
+gallium_dri.so free 0x5571735e2ac0 void 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2af0 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000125
+gallium_dri.so free 0x5571735e2af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2af0 0.000130
+gallium_dri.so free 0x5571735e2c40 void 0.000129
+gallium_dri.so free 0x5571735e2af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2c80 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000125
+gallium_dri.so free 0x5571735e2c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2d00 0.000127
+gallium_dri.so free 0x5571735e2dc0 void 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d00 0.000128
+gallium_dri.so free 0x5571735e2e40 void 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e70 0.000119
+gallium_dri.so free 0x5571735e2ec0 void 0.000120
+gallium_dri.so free 0x5571735e2e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2e70 0.000128
+gallium_dri.so free 0x5571735e2fc0 void 0.000134
+gallium_dri.so free 0x5571735e2e70 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2f70 0.000129
+gallium_dri.so free 0x5571735e3080 void 0.000125
+gallium_dri.so free 0x5571735e2f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3030 0.000130
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so free 0x5571735e3030 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3030 0.000125
+gallium_dri.so free 0x5571735e31c0 void 0.000126
+gallium_dri.so free 0x5571735e3030 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3030 0.000119
+gallium_dri.so free 0x5571735e3280 void 0.000120
+gallium_dri.so free 0x5571735e3030 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3230 0.000130
+gallium_dri.so free 0x5571735e3300 void 0.000130
+gallium_dri.so free 0x5571735e3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3350 0.000128
+gallium_dri.so free 0x5571735e33c0 void 0.000130
+gallium_dri.so free 0x5571735e3350 void 0.000129
+gallium_dri.so malloc 72 0x5571735e33e0 0.000129
+gallium_dri.so free 0x5571735e3480 void 0.000140
+gallium_dri.so free 0x5571735e33e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3430 0.000125
+gallium_dri.so free 0x5571735e3500 void 0.000120
+gallium_dri.so free 0x5571735e3430 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3500 0.000125
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3500 0.000129
+gallium_dri.so free 0x5571735e3640 void 0.000123
+gallium_dri.so free 0x5571735e3500 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3640 0.000130
+gallium_dri.so free 0x5571735e3700 void 0.000137
+gallium_dri.so free 0x5571735e3640 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3640 0.000129
+gallium_dri.so free 0x5571735e37c0 void 0.000130
+gallium_dri.so free 0x5571735e3640 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3640 0.000129
+gallium_dri.so free 0x5571735883c0 void 0.000124
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so malloc 72 0x557173588370 0.000124
+gallium_dri.so free 0x557173588440 void 0.000131
+gallium_dri.so free 0x557173588370 void 0.000134
+gallium_dri.so malloc 72 0x557173588490 0.000128
+gallium_dri.so free 0x557173588500 void 0.000123
+gallium_dri.so free 0x557173588490 void 0.000118
+gallium_dri.so malloc 72 0x557173588540 0.000124
+gallium_dri.so free 0x5571735885c0 void 0.000124
+gallium_dri.so free 0x557173588540 void 0.000118
+gallium_dri.so malloc 72 0x557173588540 0.000118
+gallium_dri.so free 0x557173588640 void 0.000119
+gallium_dri.so free 0x557173588540 void 0.000294
+gallium_dri.so malloc 72 0x557173588670 0.000334
+gallium_dri.so free 0x5571735886c0 void 0.000357
+gallium_dri.so free 0x557173588670 void 0.000276
+gallium_dri.so malloc 72 0x557173588670 0.000285
+gallium_dri.so free 0x5571735887c0 void 0.000277
+gallium_dri.so free 0x557173588670 void 0.000246
+gallium_dri.so malloc 72 0x557173588770 0.000275
+gallium_dri.so free 0x557173588880 void 0.000221
+gallium_dri.so free 0x557173588770 void 0.000239
+gallium_dri.so malloc 72 0x557173588830 0.000182
+gallium_dri.so free 0x5571735888c0 void 0.000125
+gallium_dri.so free 0x557173588830 void 0.000126
+gallium_dri.so malloc 72 0x557173588830 0.000126
+gallium_dri.so free 0x557173588980 void 0.000125
+gallium_dri.so free 0x557173588830 void 0.000126
+gallium_dri.so malloc 72 0x5571735889f0 0.000131
+gallium_dri.so free 0x557173588a40 void 0.000126
+gallium_dri.so free 0x5571735889f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735889f0 0.000127
+gallium_dri.so free 0x557173588b40 void 0.000130
+gallium_dri.so free 0x5571735889f0 void 0.000125
+gallium_dri.so malloc 72 0x557173588af0 0.000127
+gallium_dri.so free 0x557173588c00 void 0.000130
+gallium_dri.so free 0x557173588af0 void 0.000129
+gallium_dri.so malloc 72 0x557173588bb0 0.000125
+gallium_dri.so free 0x557173588c40 void 0.000126
+gallium_dri.so free 0x557173588bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173588bb0 0.000133
+gallium_dri.so free 0x557173588d00 void 0.000131
+gallium_dri.so free 0x557173588bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173588d40 0.000130
+gallium_dri.so free 0x557173588dc0 void 0.000124
+gallium_dri.so free 0x557173588d40 void 0.000125
+gallium_dri.so malloc 72 0x557173588dc0 0.000131
+gallium_dri.so free 0x557173588e80 void 0.000130
+gallium_dri.so free 0x557173588dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173588dc0 0.000130
+gallium_dri.so free 0x557173588f40 void 0.000130
+gallium_dri.so free 0x557173588dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173588f60 0.000129
+gallium_dri.so free 0x557173589000 void 0.000125
+gallium_dri.so free 0x557173588f60 void 0.000120
+gallium_dri.so malloc 72 0x557173588fb0 0.000126
+gallium_dri.so free 0x557173589080 void 0.000124
+gallium_dri.so free 0x557173588fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588fb0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000165
+gallium_dri.so free 0x557173588fb0 void 0.000128
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x5571735891c0 void 0.000131
+gallium_dri.so free 0x557173589100 void 0.000130
+gallium_dri.so malloc 72 0x557173589100 0.000125
+gallium_dri.so free 0x557173589280 void 0.000122
+gallium_dri.so free 0x557173589100 void 0.000125
+gallium_dri.so malloc 72 0x557173589100 0.000131
+gallium_dri.so free 0x557173589340 void 0.000130
+gallium_dri.so free 0x557173589100 void 0.000132
+gallium_dri.so malloc 72 0x5571735892f0 0.000130
+gallium_dri.so free 0x557173589400 void 0.000129
+gallium_dri.so free 0x5571735892f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735893b0 0.000130
+gallium_dri.so free 0x557173589480 void 0.000132
+gallium_dri.so free 0x5571735893b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735894d0 0.000126
+gallium_dri.so free 0x557173589540 void 0.000125
+gallium_dri.so free 0x5571735894d0 void 0.000121
+gallium_dri.so malloc 72 0x557173589560 0.000120
+gallium_dri.so free 0x557173589600 void 0.000134
+gallium_dri.so free 0x557173589560 void 0.000120
+gallium_dri.so malloc 72 0x5571735895b0 0.000125
+gallium_dri.so free 0x557173589680 void 0.000131
+gallium_dri.so free 0x5571735895b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735895b0 0.000130
+gallium_dri.so free 0x557173589700 void 0.000129
+gallium_dri.so free 0x5571735895b0 void 0.000129
+gallium_dri.so malloc 72 0x557173589700 0.000124
+gallium_dri.so free 0x5571735897c0 void 0.000126
+gallium_dri.so free 0x557173589700 void 0.000132
+gallium_dri.so malloc 72 0x557173589700 0.000131
+gallium_dri.so free 0x5571735898c0 void 0.000129
+gallium_dri.so free 0x557173589700 void 0.000130
+gallium_dri.so malloc 72 0x557173589870 0.000130
+gallium_dri.so free 0x557173589900 void 0.000136
+gallium_dri.so free 0x557173589870 void 0.000131
+gallium_dri.so malloc 72 0x557173589870 0.000130
+gallium_dri.so free 0x5571735899c0 void 0.000131
+gallium_dri.so free 0x557173589870 void 0.000130
+gallium_dri.so malloc 72 0x557173589a00 0.000130
+gallium_dri.so free 0x557173589a80 void 0.000138
+gallium_dri.so free 0x557173589a00 void 0.000131
+gallium_dri.so malloc 72 0x557173589a80 0.000127
+gallium_dri.so free 0x557173589b40 void 0.000131
+gallium_dri.so free 0x557173589a80 void 0.000130
+gallium_dri.so malloc 72 0x557173589a80 0.000130
+gallium_dri.so free 0x557173589bc0 void 0.000129
+gallium_dri.so free 0x557173589a80 void 0.000128
+gallium_dri.so malloc 72 0x557173589bf0 0.000130
+gallium_dri.so free 0x557173589c40 void 0.000129
+gallium_dri.so free 0x557173589bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173589bf0 0.000129
+gallium_dri.so free 0x557173589d40 void 0.000131
+gallium_dri.so free 0x557173589bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173589d80 0.000122
+gallium_dri.so free 0x557173589e00 void 0.000183
+gallium_dri.so free 0x557173589d80 void 0.000128
+gallium_dri.so malloc 72 0x557173589e00 0.000122
+gallium_dri.so free 0x557173589ec0 void 0.000120
+gallium_dri.so free 0x557173589e00 void 0.000123
+gallium_dri.so malloc 72 0x557173589e00 0.000273
+gallium_dri.so free 0x557173589f40 void 0.000338
+gallium_dri.so free 0x557173589e00 void 0.000288
+gallium_dri.so malloc 72 0x557173589f70 0.000284
+gallium_dri.so free 0x557173589fc0 void 0.000286
+gallium_dri.so free 0x557173589f70 void 0.000281
+gallium_dri.so malloc 72 0x557173589f70 0.000287
+gallium_dri.so free 0x55717358a0c0 void 0.000277
+gallium_dri.so free 0x557173589f70 void 0.000163
+gallium_dri.so malloc 72 0x55717358a070 0.000166
+gallium_dri.so free 0x55717358a180 void 0.000164
+gallium_dri.so free 0x55717358a070 void 0.000129
+gallium_dri.so malloc 72 0x55717358a130 0.000124
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a130 void 0.000119
+gallium_dri.so malloc 72 0x55717358a130 0.000132
+gallium_dri.so free 0x55717358a2c0 void 0.000126
+gallium_dri.so free 0x55717358a130 void 0.000129
+gallium_dri.so malloc 72 0x55717358a130 0.000128
+gallium_dri.so free 0x55717358a380 void 0.000128
+gallium_dri.so free 0x55717358a130 void 0.000128
+gallium_dri.so malloc 72 0x55717358a330 0.000122
+gallium_dri.so free 0x55717358a400 void 0.000121
+gallium_dri.so free 0x55717358a330 void 0.000123
+gallium_dri.so malloc 72 0x55717358a450 0.000128
+gallium_dri.so free 0x55717358a4c0 void 0.000123
+gallium_dri.so free 0x55717358a450 void 0.000119
+gallium_dri.so malloc 72 0x55717358a4e0 0.000119
+gallium_dri.so free 0x55717358a580 void 0.000131
+gallium_dri.so free 0x55717358a4e0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a530 0.000127
+gallium_dri.so free 0x55717358a600 void 0.000131
+gallium_dri.so free 0x55717358a530 void 0.000130
+gallium_dri.so malloc 72 0x55717358a600 0.000130
+gallium_dri.so free 0x55717358a6c0 void 0.000140
+gallium_dri.so free 0x55717358a600 void 0.000187
+gallium_dri.so malloc 72 0x55717358a600 0.000257
+gallium_dri.so free 0x55717358a740 void 0.000223
+gallium_dri.so free 0x55717358a600 void 0.000230
+gallium_dri.so malloc 72 0x55717358a740 0.000129
+gallium_dri.so free 0x55717358a800 void 0.000129
+gallium_dri.so free 0x55717358a740 void 0.000129
+gallium_dri.so malloc 72 0x55717358a740 0.000129
+gallium_dri.so free 0x55717358a8c0 void 0.000130
+gallium_dri.so free 0x55717358a740 void 0.000125
+gallium_dri.so malloc 72 0x55717358a740 0.000120
+gallium_dri.so free 0x55717358a980 void 0.000119
+gallium_dri.so free 0x55717358a740 void 0.000124
+gallium_dri.so malloc 72 0x55717358a930 0.000129
+gallium_dri.so free 0x55717358aa00 void 0.000124
+gallium_dri.so free 0x55717358a930 void 0.000125
+gallium_dri.so malloc 72 0x55717358aa50 0.000129
+gallium_dri.so free 0x55717358aac0 void 0.000128
+gallium_dri.so free 0x55717358aa50 void 0.000124
+gallium_dri.so malloc 72 0x55717358ab00 0.000120
+gallium_dri.so free 0x55717358ab80 void 0.000124
+gallium_dri.so free 0x55717358ab00 void 0.000163
+gallium_dri.so malloc 72 0x55717358ab00 0.000122
+gallium_dri.so free 0x55717358ac00 void 0.000125
+gallium_dri.so free 0x55717358ab00 void 0.000125
+gallium_dri.so malloc 72 0x55717358ac30 0.000121
+gallium_dri.so free 0x55717358ac80 void 0.000120
+gallium_dri.so free 0x55717358ac30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ac30 0.000128
+gallium_dri.so free 0x55717358ad80 void 0.000129
+gallium_dri.so free 0x55717358ac30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ad30 0.000126
+gallium_dri.so free 0x55717358ae40 void 0.000129
+gallium_dri.so free 0x55717358ad30 void 0.000125
+gallium_dri.so malloc 72 0x55717358adf0 0.000119
+gallium_dri.so free 0x55717358ae80 void 0.000119
+gallium_dri.so free 0x55717358adf0 void 0.000123
+gallium_dri.so malloc 72 0x55717358adf0 0.000131
+gallium_dri.so free 0x55717358af40 void 0.000130
+gallium_dri.so free 0x55717358adf0 void 0.000126
+gallium_dri.so malloc 72 0x55717358afb0 0.000120
+gallium_dri.so free 0x55717358b000 void 0.000125
+gallium_dri.so free 0x55717358afb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358afb0 0.000131
+gallium_dri.so free 0x55717358b100 void 0.000130
+gallium_dri.so free 0x55717358afb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b0b0 0.000129
+gallium_dri.so free 0x55717358b1c0 void 0.000129
+gallium_dri.so free 0x55717358b0b0 void 0.000135
+gallium_dri.so malloc 72 0x55717358b170 0.000130
+gallium_dri.so free 0x55717358b200 void 0.000123
+gallium_dri.so free 0x55717358b170 void 0.000125
+gallium_dri.so malloc 72 0x55717358b170 0.000123
+gallium_dri.so free 0x55717358b2c0 void 0.000260
+gallium_dri.so free 0x55717358b170 void 0.000327
+gallium_dri.so malloc 72 0x55717358b300 0.000336
+gallium_dri.so free 0x55717358b380 void 0.000328
+gallium_dri.so free 0x55717358b300 void 0.000163
+gallium_dri.so malloc 72 0x55717358b380 0.000163
+gallium_dri.so free 0x55717358b440 void 0.000164
+gallium_dri.so free 0x55717358b380 void 0.000130
+gallium_dri.so malloc 72 0x55717358b380 0.000134
+gallium_dri.so free 0x55717358b500 void 0.000125
+gallium_dri.so free 0x55717358b380 void 0.000120
+gallium_dri.so malloc 72 0x55717358b520 0.000118
+gallium_dri.so free 0x55717358b5c0 void 0.000119
+gallium_dri.so free 0x55717358b520 void 0.000124
+gallium_dri.so malloc 72 0x55717358b570 0.000130
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so free 0x55717358b570 void 0.000131
+gallium_dri.so malloc 72 0x55717358b570 0.000128
+gallium_dri.so free 0x55717358b6c0 void 0.000223
+gallium_dri.so free 0x55717358b570 void 0.000239
+gallium_dri.so malloc 72 0x55717358b6c0 0.000276
+gallium_dri.so free 0x55717358b780 void 0.000277
+gallium_dri.so free 0x55717358b6c0 void 0.000280
+gallium_dri.so malloc 72 0x55717358b6c0 0.000282
+gallium_dri.so free 0x55717358b840 void 0.000270
+gallium_dri.so free 0x55717358b6c0 void 0.000282
+gallium_dri.so malloc 72 0x55717358b6c0 0.000223
+gallium_dri.so free 0x55717358b900 void 0.000161
+gallium_dri.so free 0x55717358b6c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b8b0 0.000123
+gallium_dri.so free 0x55717358b9c0 void 0.000125
+gallium_dri.so free 0x55717358b8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b970 0.000180
+gallium_dri.so free 0x55717358ba40 void 0.000200
+gallium_dri.so free 0x55717358b970 void 0.000202
+gallium_dri.so malloc 72 0x55717358ba90 0.000250
+gallium_dri.so free 0x55717358bb00 void 0.000244
+gallium_dri.so free 0x55717358ba90 void 0.000239
+gallium_dri.so malloc 72 0x55717358bb20 0.000244
+gallium_dri.so free 0x55717358bbc0 void 0.000181
+gallium_dri.so free 0x55717358bb20 void 0.000192
+gallium_dri.so malloc 72 0x55717358bb70 0.000185
+gallium_dri.so free 0x55717358bc40 void 0.000195
+gallium_dri.so free 0x55717358bb70 void 0.000201
+gallium_dri.so malloc 72 0x55717358bb70 0.000162
+gallium_dri.so free 0x55717358bcc0 void 0.000121
+gallium_dri.so free 0x55717358bb70 void 0.000139
+gallium_dri.so malloc 72 0x55717358bcc0 0.000133
+gallium_dri.so free 0x55717358bd80 void 0.000136
+gallium_dri.so free 0x55717358bcc0 void 0.000136
+gallium_dri.so malloc 72 0x55717358bcc0 0.000168
+gallium_dri.so free 0x55717358be80 void 0.000128
+gallium_dri.so free 0x55717358bcc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358be30 0.000137
+gallium_dri.so free 0x55717358bec0 void 0.000130
+gallium_dri.so free 0x55717358be30 void 0.000126
+gallium_dri.so malloc 72 0x55717358be30 0.000129
+gallium_dri.so free 0x55717358bf80 void 0.000128
+gallium_dri.so free 0x55717358be30 void 0.000131
+gallium_dri.so malloc 72 0x55717358bfc0 0.000136
+gallium_dri.so free 0x55717358c040 void 0.000150
+gallium_dri.so free 0x55717358bfc0 void 0.000193
+gallium_dri.so malloc 72 0x55717358c040 0.000190
+gallium_dri.so free 0x55717358c100 void 0.000191
+gallium_dri.so free 0x55717358c040 void 0.000193
+gallium_dri.so malloc 72 0x55717358c040 0.000190
+gallium_dri.so free 0x55717358c180 void 0.000194
+gallium_dri.so free 0x55717358c040 void 0.000190
+gallium_dri.so malloc 72 0x55717358c1b0 0.000167
+gallium_dri.so free 0x55717358c200 void 0.000132
+gallium_dri.so free 0x55717358c1b0 void 0.000193
+gallium_dri.so malloc 72 0x55717358c1b0 0.000167
+gallium_dri.so free 0x55717358c300 void 0.000134
+gallium_dri.so free 0x55717358c1b0 void 0.000193
+gallium_dri.so malloc 72 0x55717358c340 0.000190
+gallium_dri.so free 0x55717358c3c0 void 0.000190
+gallium_dri.so free 0x55717358c340 void 0.000196
+gallium_dri.so malloc 72 0x55717358c3c0 0.000208
+gallium_dri.so free 0x55717358c480 void 0.000174
+gallium_dri.so free 0x55717358c3c0 void 0.000169
+gallium_dri.so malloc 72 0x55717358c3c0 0.000170
+gallium_dri.so free 0x55717358c500 void 0.000137
+gallium_dri.so free 0x55717358c3c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c530 0.000127
+gallium_dri.so free 0x55717358c580 void 0.000132
+gallium_dri.so free 0x55717358c530 void 0.000131
+gallium_dri.so malloc 72 0x55717358c530 0.000126
+gallium_dri.so free 0x55717358c680 void 0.000126
+gallium_dri.so free 0x55717358c530 void 0.000131
+gallium_dri.so malloc 72 0x55717358c630 0.000136
+gallium_dri.so free 0x55717358c740 void 0.000136
+gallium_dri.so free 0x55717358c630 void 0.000137
+gallium_dri.so malloc 72 0x55717358c6f0 0.000137
+gallium_dri.so free 0x55717358c7c0 void 0.000136
+gallium_dri.so free 0x55717358c6f0 void 0.000137
+gallium_dri.so malloc 72 0x55717358c6f0 0.000135
+gallium_dri.so free 0x55717358c880 void 0.000147
+gallium_dri.so free 0x55717358c6f0 void 0.000165
+gallium_dri.so malloc 72 0x55717358c6f0 0.000164
+gallium_dri.so free 0x55717358c940 void 0.000128
+gallium_dri.so free 0x55717358c6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c8f0 0.000133
+gallium_dri.so free 0x55717358c9c0 void 0.000129
+gallium_dri.so free 0x55717358c8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ca10 0.000128
+gallium_dri.so free 0x55717358ca80 void 0.000124
+gallium_dri.so free 0x55717358ca10 void 0.000120
+gallium_dri.so malloc 72 0x55717358caa0 0.000125
+gallium_dri.so free 0x55717358cb40 void 0.000124
+gallium_dri.so free 0x55717358caa0 void 0.000119
+gallium_dri.so malloc 72 0x55717358caf0 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000120
+gallium_dri.so free 0x55717358caf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cbc0 0.000129
+gallium_dri.so free 0x55717358cc80 void 0.000129
+gallium_dri.so free 0x55717358cbc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358cbc0 0.000132
+gallium_dri.so free 0x55717358cd00 void 0.000140
+gallium_dri.so free 0x55717358cbc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358cd00 0.000128
+gallium_dri.so free 0x55717358cdc0 void 0.000130
+gallium_dri.so free 0x55717358cd00 void 0.000129
+gallium_dri.so malloc 72 0x55717358cd00 0.000123
+gallium_dri.so free 0x55717358ce80 void 0.000120
+gallium_dri.so free 0x55717358cd00 void 0.000124
+gallium_dri.so malloc 72 0x55717358cd00 0.000129
+gallium_dri.so free 0x55717358cf40 void 0.000129
+gallium_dri.so free 0x55717358cd00 void 0.000129
+gallium_dri.so malloc 72 0x55717358cef0 0.000124
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so free 0x55717358cef0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d010 0.000129
+gallium_dri.so free 0x55717358d080 void 0.000130
+gallium_dri.so free 0x55717358d010 void 0.000129
+gallium_dri.so malloc 72 0x55717358d0c0 0.000131
+gallium_dri.so free 0x55717358d140 void 0.000129
+gallium_dri.so free 0x55717358d0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d0c0 0.000129
+gallium_dri.so free 0x55717358d1c0 void 0.000168
+gallium_dri.so free 0x55717358d0c0 void 0.000151
+gallium_dri.so malloc 72 0x55717358d1f0 0.000146
+gallium_dri.so free 0x55717358d240 void 0.000146
+gallium_dri.so free 0x55717358d1f0 void 0.000146
+gallium_dri.so malloc 72 0x55717358d1f0 0.000145
+gallium_dri.so free 0x55717358d340 void 0.000138
+gallium_dri.so free 0x55717358d1f0 void 0.000136
+gallium_dri.so malloc 72 0x55717358d2f0 0.000141
+gallium_dri.so free 0x55717358d400 void 0.000145
+gallium_dri.so free 0x55717358d2f0 void 0.000142
+gallium_dri.so malloc 72 0x55717358d3b0 0.000137
+gallium_dri.so free 0x55717358d440 void 0.000142
+gallium_dri.so free 0x55717358d3b0 void 0.000145
+gallium_dri.so malloc 72 0x55717358d3b0 0.000143
+gallium_dri.so free 0x55717358d500 void 0.000145
+gallium_dri.so free 0x55717358d3b0 void 0.000159
+gallium_dri.so malloc 72 0x55717358d570 0.000145
+gallium_dri.so free 0x55717358d5c0 void 0.000140
+gallium_dri.so free 0x55717358d570 void 0.000168
+gallium_dri.so malloc 72 0x55717358d570 0.000160
+gallium_dri.so free 0x55717358d6c0 void 0.000164
+gallium_dri.so free 0x55717358d570 void 0.000161
+gallium_dri.so malloc 72 0x55717358d670 0.000163
+gallium_dri.so free 0x55717358d780 void 0.000154
+gallium_dri.so free 0x55717358d670 void 0.000160
+gallium_dri.so malloc 72 0x55717358d730 0.000155
+gallium_dri.so free 0x55717358d7c0 void 0.000158
+gallium_dri.so free 0x55717358d730 void 0.000156
+gallium_dri.so malloc 72 0x55717358d730 0.000157
+gallium_dri.so free 0x55717358d880 void 0.000164
+gallium_dri.so free 0x55717358d730 void 0.000161
+gallium_dri.so malloc 72 0x55717358d8c0 0.000160
+gallium_dri.so free 0x55717358d940 void 0.000163
+gallium_dri.so free 0x55717358d8c0 void 0.000162
+gallium_dri.so malloc 72 0x55717358d940 0.000160
+gallium_dri.so free 0x55717358da00 void 0.000170
+gallium_dri.so free 0x55717358d940 void 0.000160
+gallium_dri.so malloc 72 0x55717358d940 0.000162
+gallium_dri.so free 0x55717358dac0 void 0.000157
+gallium_dri.so free 0x55717358d940 void 0.000159
+gallium_dri.so malloc 72 0x55717358dae0 0.000155
+gallium_dri.so free 0x55717358db80 void 0.000158
+gallium_dri.so free 0x55717358dae0 void 0.000156
+gallium_dri.so malloc 72 0x55717358db30 0.000156
+gallium_dri.so free 0x55717358dc00 void 0.000163
+gallium_dri.so free 0x55717358db30 void 0.000159
+gallium_dri.so malloc 72 0x55717358db30 0.000151
+gallium_dri.so free 0x55717358dc80 void 0.000159
+gallium_dri.so free 0x55717358db30 void 0.000161
+gallium_dri.so malloc 72 0x55717358dc80 0.000161
+gallium_dri.so free 0x55717358dd40 void 0.000156
+gallium_dri.so free 0x55717358dc80 void 0.000151
+gallium_dri.so malloc 72 0x55717358dc80 0.000159
+gallium_dri.so free 0x55717358de00 void 0.000179
+gallium_dri.so free 0x55717358dc80 void 0.000179
+gallium_dri.so malloc 72 0x55717358dc80 0.000183
+gallium_dri.so free 0x55717358dec0 void 0.000159
+gallium_dri.so free 0x55717358dc80 void 0.000156
+gallium_dri.so malloc 72 0x55717358de70 0.000149
+gallium_dri.so free 0x55717358df80 void 0.000150
+gallium_dri.so free 0x55717358de70 void 0.000159
+gallium_dri.so malloc 72 0x55717358df30 0.000150
+gallium_dri.so free 0x55717358e000 void 0.000151
+gallium_dri.so free 0x55717358df30 void 0.000156
+gallium_dri.so malloc 72 0x55717358e050 0.000154
+gallium_dri.so free 0x55717358e0c0 void 0.000155
+gallium_dri.so free 0x55717358e050 void 0.000156
+gallium_dri.so malloc 72 0x55717358e0e0 0.000154
+gallium_dri.so free 0x55717358e180 void 0.000148
+gallium_dri.so free 0x55717358e0e0 void 0.000143
+gallium_dri.so malloc 72 0x55717358e130 0.000167
+gallium_dri.so free 0x55717358e200 void 0.000141
+gallium_dri.so free 0x55717358e130 void 0.000140
+gallium_dri.so malloc 72 0x55717358e130 0.000146
+gallium_dri.so free 0x55717358e280 void 0.000139
+gallium_dri.so free 0x55717358e130 void 0.000140
+gallium_dri.so malloc 72 0x55717358e280 0.000145
+gallium_dri.so free 0x55717358e340 void 0.000140
+gallium_dri.so free 0x55717358e280 void 0.000139
+gallium_dri.so malloc 72 0x55717358e280 0.000145
+gallium_dri.so free 0x55717358e440 void 0.000147
+gallium_dri.so free 0x55717358e280 void 0.000145
+gallium_dri.so malloc 72 0x55717358e3f0 0.000145
+gallium_dri.so free 0x55717358e480 void 0.000145
+gallium_dri.so free 0x55717358e3f0 void 0.000146
+gallium_dri.so malloc 72 0x55717358e3f0 0.000140
+gallium_dri.so free 0x55717358e540 void 0.000141
+gallium_dri.so free 0x55717358e3f0 void 0.000146
+gallium_dri.so malloc 72 0x55717358e580 0.000144
+gallium_dri.so free 0x55717358e600 void 0.000150
+gallium_dri.so free 0x55717358e580 void 0.000146
+gallium_dri.so malloc 72 0x55717358e600 0.000144
+gallium_dri.so free 0x55717358e6c0 void 0.000146
+gallium_dri.so free 0x55717358e600 void 0.000145
+gallium_dri.so malloc 72 0x55717358e600 0.000147
+gallium_dri.so free 0x55717358e740 void 0.000145
+gallium_dri.so free 0x55717358e600 void 0.000146
+gallium_dri.so malloc 72 0x55717358e770 0.000140
+gallium_dri.so free 0x55717358e7c0 void 0.000140
+gallium_dri.so free 0x55717358e770 void 0.000146
+gallium_dri.so malloc 72 0x55717358e770 0.000144
+gallium_dri.so free 0x55717358e8c0 void 0.000146
+gallium_dri.so free 0x55717358e770 void 0.000140
+gallium_dri.so malloc 72 0x55717358e900 0.000136
+gallium_dri.so free 0x55717358e980 void 0.000142
+gallium_dri.so free 0x55717358e900 void 0.000145
+gallium_dri.so malloc 72 0x55717358e980 0.000144
+gallium_dri.so free 0x55717358ea40 void 0.000181
+gallium_dri.so free 0x55717358e980 void 0.000186
+gallium_dri.so malloc 72 0x55717358e980 0.000132
+gallium_dri.so free 0x55717358eac0 void 0.000132
+gallium_dri.so free 0x55717358e980 void 0.000130
+gallium_dri.so malloc 72 0x55717358eaf0 0.000130
+gallium_dri.so free 0x55717358eb40 void 0.000126
+gallium_dri.so free 0x55717358eaf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eaf0 0.000125
+gallium_dri.so free 0x55717358ec40 void 0.000130
+gallium_dri.so free 0x55717358eaf0 void 0.000127
+gallium_dri.so malloc 72 0x55717358ebf0 0.000129
+gallium_dri.so free 0x55717358ed00 void 0.000131
+gallium_dri.so free 0x55717358ebf0 void 0.000129
+gallium_dri.so malloc 72 0x55717358ecb0 0.000131
+gallium_dri.so free 0x55717358ed80 void 0.000125
+gallium_dri.so free 0x55717358ecb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ecb0 0.000135
+gallium_dri.so free 0x55717358ee40 void 0.000124
+gallium_dri.so free 0x55717358ecb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ecb0 0.000139
+gallium_dri.so free 0x55717358ef00 void 0.000131
+gallium_dri.so free 0x55717358ecb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358eeb0 0.000131
+gallium_dri.so free 0x55717358ef80 void 0.000129
+gallium_dri.so free 0x55717358eeb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358efd0 0.000125
+gallium_dri.so free 0x55717358f040 void 0.000126
+gallium_dri.so free 0x55717358efd0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f060 0.000129
+gallium_dri.so free 0x55717358f100 void 0.000130
+gallium_dri.so free 0x55717358f060 void 0.000133
+gallium_dri.so malloc 72 0x55717358f0b0 0.000132
+gallium_dri.so free 0x55717358f180 void 0.000132
+gallium_dri.so free 0x55717358f0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f180 0.000129
+gallium_dri.so free 0x55717358f240 void 0.000125
+gallium_dri.so free 0x55717358f180 void 0.000120
+gallium_dri.so malloc 72 0x55717358f180 0.000126
+gallium_dri.so free 0x55717358f2c0 void 0.000130
+gallium_dri.so free 0x55717358f180 void 0.000141
+gallium_dri.so malloc 72 0x55717358f2c0 0.000130
+gallium_dri.so free 0x55717358f380 void 0.000130
+gallium_dri.so free 0x55717358f2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f2c0 0.000132
+gallium_dri.so free 0x55717358f440 void 0.000131
+gallium_dri.so free 0x55717358f2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f2c0 0.000131
+gallium_dri.so free 0x55717358f500 void 0.000126
+gallium_dri.so free 0x55717358f2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f4b0 0.000129
+gallium_dri.so free 0x55717358f580 void 0.000121
+gallium_dri.so free 0x55717358f4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f5d0 0.000126
+gallium_dri.so free 0x55717358f640 void 0.000125
+gallium_dri.so free 0x55717358f5d0 void 0.000124
+gallium_dri.so malloc 72 0x55717358f680 0.000133
+gallium_dri.so free 0x55717358f700 void 0.000131
+gallium_dri.so free 0x55717358f680 void 0.000131
+gallium_dri.so malloc 72 0x55717358f680 0.000131
+gallium_dri.so free 0x55717358f780 void 0.000130
+gallium_dri.so free 0x55717358f680 void 0.000172
+gallium_dri.so malloc 72 0x55717358f7b0 0.000132
+gallium_dri.so free 0x55717358f800 void 0.000130
+gallium_dri.so free 0x55717358f7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f7b0 0.000126
+gallium_dri.so free 0x55717358f900 void 0.000130
+gallium_dri.so free 0x55717358f7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f8b0 0.000126
+gallium_dri.so free 0x55717358f9c0 void 0.000122
+gallium_dri.so free 0x55717358f8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f970 0.000130
+gallium_dri.so free 0x55717358fa00 void 0.000124
+gallium_dri.so free 0x55717358f970 void 0.000121
+gallium_dri.so malloc 72 0x55717358f970 0.000121
+gallium_dri.so free 0x55717358fac0 void 0.000127
+gallium_dri.so free 0x55717358f970 void 0.000129
+gallium_dri.so malloc 72 0x55717358fb30 0.000130
+gallium_dri.so free 0x55717358fb80 void 0.000130
+gallium_dri.so free 0x55717358fb30 void 0.000126
+gallium_dri.so malloc 72 0x55717358fb30 0.000122
+gallium_dri.so free 0x55717358fc80 void 0.000126
+gallium_dri.so free 0x55717358fb30 void 0.000136
+gallium_dri.so malloc 72 0x55717358fc30 0.000122
+gallium_dri.so free 0x55717358fd40 void 0.000126
+gallium_dri.so free 0x55717358fc30 void 0.000125
+gallium_dri.so malloc 72 0x55717358fcf0 0.000121
+gallium_dri.so free 0x55717358fd80 void 0.000122
+gallium_dri.so free 0x55717358fcf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fcf0 0.000131
+gallium_dri.so free 0x55717358fe40 void 0.000130
+gallium_dri.so free 0x55717358fcf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fe80 0.000130
+gallium_dri.so free 0x55717358ff00 void 0.000130
+gallium_dri.so free 0x55717358fe80 void 0.000131
+gallium_dri.so malloc 72 0x55717358ff00 0.000130
+gallium_dri.so free 0x55717358ffc0 void 0.000125
+gallium_dri.so free 0x55717358ff00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ff00 0.000127
+gallium_dri.so free 0x557173590080 void 0.000129
+gallium_dri.so free 0x55717358ff00 void 0.000131
+gallium_dri.so malloc 72 0x5571735900a0 0.000130
+gallium_dri.so free 0x557173590140 void 0.000125
+gallium_dri.so free 0x5571735900a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735900f0 0.000123
+gallium_dri.so free 0x5571735901c0 void 0.000127
+gallium_dri.so free 0x5571735900f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735900f0 0.000129
+gallium_dri.so free 0x557173590240 void 0.000125
+gallium_dri.so free 0x5571735900f0 void 0.000121
+gallium_dri.so malloc 72 0x557173590240 0.000126
+gallium_dri.so free 0x557173590300 void 0.000130
+gallium_dri.so free 0x557173590240 void 0.000120
+gallium_dri.so malloc 72 0x557173590240 0.000125
+gallium_dri.so free 0x5571735903c0 void 0.000124
+gallium_dri.so free 0x557173590240 void 0.000119
+gallium_dri.so malloc 72 0x557173590240 0.000122
+gallium_dri.so free 0x557173590480 void 0.000127
+gallium_dri.so free 0x557173590240 void 0.000130
+gallium_dri.so malloc 72 0x557173590430 0.000130
+gallium_dri.so free 0x557173590540 void 0.000130
+gallium_dri.so free 0x557173590430 void 0.000130
+gallium_dri.so malloc 72 0x5571735904f0 0.000130
+gallium_dri.so free 0x5571735905c0 void 0.000126
+gallium_dri.so free 0x5571735904f0 void 0.000119
+gallium_dri.so malloc 72 0x557173590610 0.000128
+gallium_dri.so free 0x557173590680 void 0.000133
+gallium_dri.so free 0x557173590610 void 0.000128
+gallium_dri.so malloc 72 0x5571735906a0 0.000121
+gallium_dri.so free 0x557173590740 void 0.000127
+gallium_dri.so free 0x5571735906a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735906f0 0.000123
+gallium_dri.so free 0x5571735907c0 void 0.000122
+gallium_dri.so free 0x5571735906f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735906f0 0.000125
+gallium_dri.so free 0x557173590840 void 0.000131
+gallium_dri.so free 0x5571735906f0 void 0.000132
+gallium_dri.so malloc 72 0x557173590840 0.000131
+gallium_dri.so free 0x557173590900 void 0.000131
+gallium_dri.so free 0x557173590840 void 0.000131
+gallium_dri.so malloc 72 0x557173590840 0.000126
+gallium_dri.so free 0x557173590a00 void 0.000126
+gallium_dri.so free 0x557173590840 void 0.000130
+gallium_dri.so malloc 72 0x5571735909b0 0.000129
+gallium_dri.so free 0x557173590a40 void 0.000130
+gallium_dri.so free 0x5571735909b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735909b0 0.000129
+gallium_dri.so free 0x557173590b00 void 0.000133
+gallium_dri.so free 0x5571735909b0 void 0.000130
+gallium_dri.so malloc 72 0x557173590b40 0.000130
+gallium_dri.so free 0x557173590bc0 void 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000130
+gallium_dri.so malloc 72 0x557173590bc0 0.000130
+gallium_dri.so free 0x557173590c80 void 0.000125
+gallium_dri.so free 0x557173590bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173590bc0 0.000125
+gallium_dri.so free 0x557173590d00 void 0.000125
+gallium_dri.so free 0x557173590bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173590d30 0.000120
+gallium_dri.so free 0x557173590d80 void 0.000121
+gallium_dri.so free 0x557173590d30 void 0.000119
+gallium_dri.so malloc 72 0x557173590d30 0.000125
+gallium_dri.so free 0x557173590e80 void 0.000131
+gallium_dri.so free 0x557173590d30 void 0.000129
+gallium_dri.so malloc 72 0x557173590ec0 0.000131
+gallium_dri.so free 0x557173590f40 void 0.000124
+gallium_dri.so free 0x557173590ec0 void 0.000126
+gallium_dri.so malloc 72 0x557173590f40 0.000129
+gallium_dri.so free 0x557173591000 void 0.000172
+gallium_dri.so free 0x557173590f40 void 0.000130
+gallium_dri.so malloc 72 0x557173590f40 0.000129
+gallium_dri.so free 0x557173591080 void 0.000129
+gallium_dri.so free 0x557173590f40 void 0.000131
+gallium_dri.so malloc 72 0x5571735910b0 0.000130
+gallium_dri.so free 0x557173591100 void 0.000126
+gallium_dri.so free 0x5571735910b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735910b0 0.000126
+gallium_dri.so free 0x557173591200 void 0.000124
+gallium_dri.so free 0x5571735910b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735911b0 0.000121
+gallium_dri.so free 0x5571735912c0 void 0.000128
+gallium_dri.so free 0x5571735911b0 void 0.000131
+gallium_dri.so malloc 72 0x557173591270 0.000130
+gallium_dri.so free 0x557173591340 void 0.000125
+gallium_dri.so free 0x557173591270 void 0.000120
+gallium_dri.so malloc 72 0x557173591270 0.000126
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so free 0x557173591270 void 0.000127
+gallium_dri.so malloc 72 0x557173591270 0.000129
+gallium_dri.so free 0x5571735914c0 void 0.000142
+gallium_dri.so free 0x557173591270 void 0.000132
+gallium_dri.so malloc 72 0x557173591470 0.000131
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so free 0x557173591470 void 0.000126
+gallium_dri.so malloc 72 0x557173591590 0.000121
+gallium_dri.so free 0x557173591600 void 0.000121
+gallium_dri.so free 0x557173591590 void 0.000125
+gallium_dri.so malloc 72 0x557173591620 0.000125
+gallium_dri.so free 0x5571735916c0 void 0.000121
+gallium_dri.so free 0x557173591620 void 0.000120
+gallium_dri.so malloc 72 0x557173591670 0.000126
+gallium_dri.so free 0x557173591740 void 0.000126
+gallium_dri.so free 0x557173591670 void 0.000119
+gallium_dri.so malloc 72 0x557173591740 0.000121
+gallium_dri.so free 0x557173591800 void 0.000120
+gallium_dri.so free 0x557173591740 void 0.000119
+gallium_dri.so malloc 72 0x557173591740 0.000125
+gallium_dri.so free 0x557173591880 void 0.000130
+gallium_dri.so free 0x557173591740 void 0.000130
+gallium_dri.so malloc 72 0x557173591880 0.000129
+gallium_dri.so free 0x557173591940 void 0.000129
+gallium_dri.so free 0x557173591880 void 0.000123
+gallium_dri.so malloc 72 0x557173591880 0.000122
+gallium_dri.so free 0x557173591a00 void 0.000126
+gallium_dri.so free 0x557173591880 void 0.000129
+gallium_dri.so malloc 72 0x557173591880 0.000125
+gallium_dri.so free 0x557173591ac0 void 0.000124
+gallium_dri.so free 0x557173591880 void 0.000119
+gallium_dri.so malloc 72 0x557173591a70 0.000126
+gallium_dri.so free 0x557173591b40 void 0.000126
+gallium_dri.so free 0x557173591a70 void 0.000120
+gallium_dri.so malloc 72 0x557173591b90 0.000122
+gallium_dri.so free 0x557173591c00 void 0.000125
+gallium_dri.so free 0x557173591b90 void 0.000127
+gallium_dri.so malloc 72 0x557173591c40 0.000123
+gallium_dri.so free 0x557173591cc0 void 0.000132
+gallium_dri.so free 0x557173591c40 void 0.000127
+gallium_dri.so malloc 72 0x557173591c40 0.000121
+gallium_dri.so free 0x557173591d40 void 0.000125
+gallium_dri.so free 0x557173591c40 void 0.000131
+gallium_dri.so malloc 72 0x557173591d70 0.000124
+gallium_dri.so free 0x557173591dc0 void 0.000128
+gallium_dri.so free 0x557173591d70 void 0.000129
+gallium_dri.so malloc 72 0x557173591d70 0.000130
+gallium_dri.so free 0x557173591ec0 void 0.000192
+gallium_dri.so free 0x557173591d70 void 0.000130
+gallium_dri.so malloc 72 0x557173591e70 0.000131
+gallium_dri.so free 0x557173591f80 void 0.000130
+gallium_dri.so free 0x557173591e70 void 0.000131
+gallium_dri.so malloc 72 0x557173591f30 0.000129
+gallium_dri.so free 0x557173603c00 void 0.000130
+gallium_dri.so free 0x557173591f30 void 0.000133
+gallium_dri.so malloc 72 0x557173591f30 0.000132
+gallium_dri.so free 0x557173603cc0 void 0.000126
+gallium_dri.so free 0x557173591f30 void 0.000123
+gallium_dri.so malloc 72 0x557173603d30 0.000126
+gallium_dri.so free 0x557173603d80 void 0.000126
+gallium_dri.so free 0x557173603d30 void 0.000121
+gallium_dri.so malloc 72 0x557173603d30 0.000126
+gallium_dri.so free 0x557173603e80 void 0.000126
+gallium_dri.so free 0x557173603d30 void 0.000125
+gallium_dri.so malloc 72 0x557173603e30 0.000130
+gallium_dri.so free 0x557173603f40 void 0.000130
+gallium_dri.so free 0x557173603e30 void 0.000131
+gallium_dri.so malloc 72 0x557173603ef0 0.000130
+gallium_dri.so free 0x557173603f80 void 0.000132
+gallium_dri.so free 0x557173603ef0 void 0.000128
+gallium_dri.so malloc 72 0x557173603ef0 0.000130
+gallium_dri.so free 0x557173604040 void 0.000130
+gallium_dri.so free 0x557173603ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173604080 0.000129
+gallium_dri.so free 0x557173604100 void 0.000126
+gallium_dri.so free 0x557173604080 void 0.000119
+gallium_dri.so malloc 72 0x557173604100 0.000126
+gallium_dri.so free 0x5571736041c0 void 0.000129
+gallium_dri.so free 0x557173604100 void 0.000124
+gallium_dri.so malloc 72 0x557173604100 0.000120
+gallium_dri.so free 0x557173604280 void 0.000120
+gallium_dri.so free 0x557173604100 void 0.000127
+gallium_dri.so malloc 72 0x5571736042a0 0.000130
+gallium_dri.so free 0x557173604340 void 0.000128
+gallium_dri.so free 0x5571736042a0 void 0.000158
+gallium_dri.so malloc 72 0x5571736042f0 0.000204
+gallium_dri.so free 0x5571736043c0 void 0.000125
+gallium_dri.so free 0x5571736042f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736042f0 0.000130
+gallium_dri.so free 0x557173604440 void 0.000212
+gallium_dri.so free 0x5571736042f0 void 0.000166
+gallium_dri.so malloc 72 0x557173604440 0.000163
+gallium_dri.so free 0x557173604500 void 0.000161
+gallium_dri.so free 0x557173604440 void 0.000130
+gallium_dri.so malloc 72 0x557173604440 0.000130
+gallium_dri.so free 0x5571736045c0 void 0.000133
+gallium_dri.so free 0x557173604440 void 0.000130
+gallium_dri.so malloc 72 0x557173604440 0.000129
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x557173604440 void 0.000130
+gallium_dri.so malloc 72 0x557173604630 0.000130
+gallium_dri.so free 0x557173604740 void 0.000130
+gallium_dri.so free 0x557173604630 void 0.000132
+gallium_dri.so malloc 72 0x5571736046f0 0.000127
+gallium_dri.so free 0x5571736047c0 void 0.000120
+gallium_dri.so free 0x5571736046f0 void 0.000124
+gallium_dri.so malloc 72 0x557173604810 0.000128
+gallium_dri.so free 0x557173604880 void 0.000130
+gallium_dri.so free 0x557173604810 void 0.000138
+gallium_dri.so malloc 72 0x5571736048a0 0.000127
+gallium_dri.so free 0x557173604940 void 0.000131
+gallium_dri.so free 0x5571736048a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736048f0 0.000129
+gallium_dri.so free 0x5571736049c0 void 0.000131
+gallium_dri.so free 0x5571736048f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736048f0 0.000124
+gallium_dri.so free 0x557173604a40 void 0.000121
+gallium_dri.so free 0x5571736048f0 void 0.000125
+gallium_dri.so malloc 72 0x557173604a40 0.000130
+gallium_dri.so free 0x557173604b00 void 0.000131
+gallium_dri.so free 0x557173604a40 void 0.000125
+gallium_dri.so malloc 72 0x557173604a40 0.000125
+gallium_dri.so free 0x557173604c00 void 0.000125
+gallium_dri.so free 0x557173604a40 void 0.000125
+gallium_dri.so malloc 72 0x557173604bb0 0.000124
+gallium_dri.so free 0x557173604c40 void 0.000127
+gallium_dri.so free 0x557173604bb0 void 0.000129
+gallium_dri.so malloc 72 0x557173604bb0 0.000125
+gallium_dri.so free 0x557173604d00 void 0.000120
+gallium_dri.so free 0x557173604bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173604d40 0.000141
+gallium_dri.so free 0x557173604dc0 void 0.000132
+gallium_dri.so free 0x557173604d40 void 0.000130
+gallium_dri.so malloc 72 0x557173604dc0 0.000130
+gallium_dri.so free 0x557173604e80 void 0.000129
+gallium_dri.so free 0x557173604dc0 void 0.000124
+gallium_dri.so malloc 72 0x557173604dc0 0.000125
+gallium_dri.so free 0x557173604f00 void 0.000131
+gallium_dri.so free 0x557173604dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173604f30 0.000129
+gallium_dri.so free 0x557173604f80 void 0.000131
+gallium_dri.so free 0x557173604f30 void 0.000132
+gallium_dri.so malloc 72 0x557173604f30 0.000130
+gallium_dri.so free 0x557173605080 void 0.000129
+gallium_dri.so free 0x557173604f30 void 0.000129
+gallium_dri.so malloc 72 0x5571736050c0 0.000129
+gallium_dri.so free 0x557173605140 void 0.000133
+gallium_dri.so free 0x5571736050c0 void 0.000130
+gallium_dri.so malloc 72 0x557173605140 0.000179
+gallium_dri.so free 0x557173605200 void 0.000387
+gallium_dri.so free 0x557173605140 void 0.000213
+gallium_dri.so malloc 72 0x557173605140 0.000316
+gallium_dri.so free 0x557173605280 void 0.000278
+gallium_dri.so free 0x557173605140 void 0.000289
+gallium_dri.so malloc 72 0x5571736052b0 0.000278
+gallium_dri.so free 0x557173605300 void 0.000287
+gallium_dri.so free 0x5571736052b0 void 0.000222
+gallium_dri.so malloc 72 0x5571736052b0 0.000280
+gallium_dri.so free 0x557173605400 void 0.000290
+gallium_dri.so free 0x5571736052b0 void 0.000280
+gallium_dri.so malloc 72 0x5571736053b0 0.000282
+gallium_dri.so free 0x5571736054c0 void 0.000282
+gallium_dri.so free 0x5571736053b0 void 0.000283
+gallium_dri.so malloc 72 0x557173605470 0.000163
+gallium_dri.so free 0x557173605540 void 0.000166
+gallium_dri.so free 0x557173605470 void 0.000166
+gallium_dri.so malloc 72 0x557173605470 0.000130
+gallium_dri.so free 0x557173605600 void 0.000126
+gallium_dri.so free 0x557173605470 void 0.000125
+gallium_dri.so malloc 72 0x557173605470 0.000125
+gallium_dri.so free 0x5571736056c0 void 0.000123
+gallium_dri.so free 0x557173605470 void 0.000124
+gallium_dri.so malloc 72 0x557173605670 0.000129
+gallium_dri.so free 0x557173605740 void 0.000137
+gallium_dri.so free 0x557173605670 void 0.000131
+gallium_dri.so malloc 72 0x557173605790 0.000131
+gallium_dri.so free 0x557173605800 void 0.000130
+gallium_dri.so free 0x557173605790 void 0.000132
+gallium_dri.so malloc 72 0x557173605820 0.000130
+gallium_dri.so free 0x5571736058c0 void 0.000130
+gallium_dri.so free 0x557173605820 void 0.000152
+gallium_dri.so malloc 72 0x557173605870 0.000147
+gallium_dri.so free 0x557173605940 void 0.000144
+gallium_dri.so free 0x557173605870 void 0.000147
+gallium_dri.so malloc 72 0x557173605940 0.000145
+gallium_dri.so free 0x557173605a00 void 0.000145
+gallium_dri.so free 0x557173605940 void 0.000144
+gallium_dri.so malloc 72 0x557173605940 0.000139
+gallium_dri.so free 0x557173605a80 void 0.000141
+gallium_dri.so free 0x557173605940 void 0.000144
+gallium_dri.so malloc 72 0x557173605a80 0.000144
+gallium_dri.so free 0x557173605b40 void 0.000146
+gallium_dri.so free 0x557173605a80 void 0.000144
+gallium_dri.so malloc 72 0x557173605a80 0.000151
+gallium_dri.so free 0x557173605c00 void 0.000147
+gallium_dri.so free 0x557173605a80 void 0.000150
+gallium_dri.so malloc 72 0x557173605a80 0.000143
+gallium_dri.so free 0x557173605cc0 void 0.000144
+gallium_dri.so free 0x557173605a80 void 0.000153
+gallium_dri.so malloc 72 0x557173605c70 0.000145
+gallium_dri.so free 0x557173605d40 void 0.000153
+gallium_dri.so free 0x557173605c70 void 0.000146
+gallium_dri.so malloc 72 0x557173605d90 0.000142
+gallium_dri.so free 0x557173605e00 void 0.000135
+gallium_dri.so free 0x557173605d90 void 0.000139
+gallium_dri.so malloc 72 0x557173605e40 0.000139
+gallium_dri.so free 0x557173605ec0 void 0.000135
+gallium_dri.so free 0x557173605e40 void 0.000135
+gallium_dri.so malloc 72 0x557173605e40 0.000141
+gallium_dri.so free 0x557173605f40 void 0.000139
+gallium_dri.so free 0x557173605e40 void 0.000140
+gallium_dri.so malloc 72 0x557173605f70 0.000145
+gallium_dri.so free 0x557173605fc0 void 0.000140
+gallium_dri.so free 0x557173605f70 void 0.000140
+gallium_dri.so malloc 72 0x557173605f70 0.000146
+gallium_dri.so free 0x5571736060c0 void 0.000144
+gallium_dri.so free 0x557173605f70 void 0.000144
+gallium_dri.so malloc 72 0x557173606070 0.000145
+gallium_dri.so free 0x557173606180 void 0.000144
+gallium_dri.so free 0x557173606070 void 0.000140
+gallium_dri.so malloc 72 0x557173606130 0.000139
+gallium_dri.so free 0x5571736061c0 void 0.000140
+gallium_dri.so free 0x557173606130 void 0.000136
+gallium_dri.so malloc 72 0x557173606130 0.000140
+gallium_dri.so free 0x557173606280 void 0.000136
+gallium_dri.so free 0x557173606130 void 0.000124
+gallium_dri.so malloc 72 0x5571736062f0 0.000124
+gallium_dri.so free 0x557173606340 void 0.000122
+gallium_dri.so free 0x5571736062f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736062f0 0.000126
+gallium_dri.so free 0x557173606440 void 0.000125
+gallium_dri.so free 0x5571736062f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736063f0 0.000124
+gallium_dri.so free 0x557173606500 void 0.000121
+gallium_dri.so free 0x5571736063f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736064b0 0.000126
+gallium_dri.so free 0x557173606540 void 0.000121
+gallium_dri.so free 0x5571736064b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736064b0 0.000120
+gallium_dri.so free 0x557173606600 void 0.000126
+gallium_dri.so free 0x5571736064b0 void 0.000136
+gallium_dri.so malloc 72 0x557173606640 0.000121
+gallium_dri.so free 0x5571736066c0 void 0.000128
+gallium_dri.so free 0x557173606640 void 0.000129
+gallium_dri.so malloc 72 0x5571736066c0 0.000130
+gallium_dri.so free 0x557173606780 void 0.000129
+gallium_dri.so free 0x5571736066c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736066c0 0.000123
+gallium_dri.so free 0x557173606840 void 0.000125
+gallium_dri.so free 0x5571736066c0 void 0.000129
+gallium_dri.so malloc 72 0x557173606860 0.000130
+gallium_dri.so free 0x557173606900 void 0.000125
+gallium_dri.so free 0x557173606860 void 0.000125
+gallium_dri.so malloc 72 0x5571736068b0 0.000164
+gallium_dri.so free 0x557173606980 void 0.000132
+gallium_dri.so free 0x5571736068b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736068b0 0.000130
+gallium_dri.so free 0x557173606a00 void 0.000130
+gallium_dri.so free 0x5571736068b0 void 0.000131
+gallium_dri.so malloc 72 0x557173606a00 0.000129
+gallium_dri.so free 0x557173606ac0 void 0.000124
+gallium_dri.so free 0x557173606a00 void 0.000134
+gallium_dri.so malloc 72 0x557173606a00 0.000126
+gallium_dri.so free 0x557173606b80 void 0.000131
+gallium_dri.so free 0x557173606a00 void 0.000130
+gallium_dri.so malloc 72 0x557173606a00 0.000130
+gallium_dri.so free 0x557173606c40 void 0.000130
+gallium_dri.so free 0x557173606a00 void 0.000130
+gallium_dri.so malloc 72 0x557173606bf0 0.000126
+gallium_dri.so free 0x557173606d00 void 0.000121
+gallium_dri.so free 0x557173606bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173606cb0 0.000125
+gallium_dri.so free 0x557173606d80 void 0.000121
+gallium_dri.so free 0x557173606cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173606dd0 0.000130
+gallium_dri.so free 0x557173606e40 void 0.000130
+gallium_dri.so free 0x557173606dd0 void 0.000126
+gallium_dri.so malloc 72 0x557173606e60 0.000120
+gallium_dri.so free 0x557173606f00 void 0.000125
+gallium_dri.so free 0x557173606e60 void 0.000125
+gallium_dri.so malloc 72 0x557173606eb0 0.000125
+gallium_dri.so free 0x557173606f80 void 0.000127
+gallium_dri.so free 0x557173606eb0 void 0.000167
+gallium_dri.so malloc 72 0x557173606eb0 0.000131
+gallium_dri.so free 0x557173607000 void 0.000130
+gallium_dri.so free 0x557173606eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173607000 0.000124
+gallium_dri.so free 0x5571736070c0 void 0.000126
+gallium_dri.so free 0x557173607000 void 0.000130
+gallium_dri.so malloc 72 0x557173607000 0.000129
+gallium_dri.so free 0x5571736071c0 void 0.000125
+gallium_dri.so free 0x557173607000 void 0.000120
+gallium_dri.so malloc 72 0x557173607170 0.000126
+gallium_dri.so free 0x557173607200 void 0.000125
+gallium_dri.so free 0x557173607170 void 0.000120
+gallium_dri.so malloc 72 0x557173607170 0.000122
+gallium_dri.so free 0x5571736072c0 void 0.000125
+gallium_dri.so free 0x557173607170 void 0.000126
+gallium_dri.so malloc 72 0x557173607300 0.000121
+gallium_dri.so free 0x557173607380 void 0.000120
+gallium_dri.so free 0x557173607300 void 0.000124
+gallium_dri.so malloc 72 0x557173607380 0.000129
+gallium_dri.so free 0x557173607440 void 0.000131
+gallium_dri.so free 0x557173607380 void 0.000131
+gallium_dri.so malloc 72 0x557173607380 0.000132
+gallium_dri.so free 0x5571736074c0 void 0.000129
+gallium_dri.so free 0x557173607380 void 0.000146
+gallium_dri.so malloc 72 0x5571736074f0 0.000125
+gallium_dri.so free 0x557173607540 void 0.000130
+gallium_dri.so free 0x5571736074f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736074f0 0.000125
+gallium_dri.so free 0x557173607640 void 0.000121
+gallium_dri.so free 0x5571736074f0 void 0.000126
+gallium_dri.so malloc 72 0x557173607680 0.000129
+gallium_dri.so free 0x557173607700 void 0.000124
+gallium_dri.so free 0x557173607680 void 0.000124
+gallium_dri.so malloc 72 0x557173607700 0.000131
+gallium_dri.so free 0x5571736077c0 void 0.000129
+gallium_dri.so free 0x557173607700 void 0.000131
+gallium_dri.so malloc 72 0x557173607700 0.000131
+gallium_dri.so free 0x557173607840 void 0.000129
+gallium_dri.so free 0x557173607700 void 0.000130
+gallium_dri.so malloc 72 0x557173607870 0.000129
+gallium_dri.so free 0x5571736078c0 void 0.000129
+gallium_dri.so free 0x557173607870 void 0.000143
+gallium_dri.so malloc 72 0x557173607870 0.000130
+gallium_dri.so free 0x5571736079c0 void 0.000131
+gallium_dri.so free 0x557173607870 void 0.000130
+gallium_dri.so malloc 72 0x557173607970 0.000124
+gallium_dri.so free 0x557173607a80 void 0.000129
+gallium_dri.so free 0x557173607970 void 0.000130
+gallium_dri.so malloc 72 0x557173607a30 0.000126
+gallium_dri.so free 0x557173607b00 void 0.000121
+gallium_dri.so free 0x557173607a30 void 0.000125
+gallium_dri.so malloc 72 0x557173607a30 0.000125
+gallium_dri.so free 0x557173607bc0 void 0.000126
+gallium_dri.so free 0x557173607a30 void 0.000120
+gallium_dri.so malloc 72 0x557173607a30 0.000124
+gallium_dri.so free 0x557173607c80 void 0.000131
+gallium_dri.so free 0x557173607a30 void 0.000129
+gallium_dri.so malloc 72 0x557173607c30 0.000124
+gallium_dri.so free 0x557173607d00 void 0.000120
+gallium_dri.so free 0x557173607c30 void 0.000123
+gallium_dri.so malloc 72 0x557173607d50 0.000130
+gallium_dri.so free 0x557173607dc0 void 0.000131
+gallium_dri.so free 0x557173607d50 void 0.000221
+gallium_dri.so malloc 72 0x557173607de0 0.000170
+gallium_dri.so free 0x557173607e80 void 0.000162
+gallium_dri.so free 0x557173607de0 void 0.000162
+gallium_dri.so malloc 72 0x557173607e30 0.000129
+gallium_dri.so free 0x557173607f00 void 0.000167
+gallium_dri.so free 0x557173607e30 void 0.000125
+gallium_dri.so malloc 72 0x557173607f00 0.000129
+gallium_dri.so free 0x557173607fc0 void 0.000129
+gallium_dri.so free 0x557173607f00 void 0.000126
+gallium_dri.so malloc 72 0x557173607f00 0.000125
+gallium_dri.so free 0x557173608040 void 0.000132
+gallium_dri.so free 0x557173607f00 void 0.000139
+gallium_dri.so malloc 72 0x557173608040 0.000130
+gallium_dri.so free 0x557173608100 void 0.000126
+gallium_dri.so free 0x557173608040 void 0.000118
+gallium_dri.so malloc 72 0x557173608040 0.000125
+gallium_dri.so free 0x5571736081c0 void 0.000126
+gallium_dri.so free 0x557173608040 void 0.000126
+gallium_dri.so malloc 72 0x557173608040 0.000128
+gallium_dri.so free 0x557173608280 void 0.000132
+gallium_dri.so free 0x557173608040 void 0.000131
+gallium_dri.so malloc 72 0x557173608230 0.000130
+gallium_dri.so free 0x557173608300 void 0.000126
+gallium_dri.so free 0x557173608230 void 0.000120
+gallium_dri.so malloc 72 0x557173608350 0.000126
+gallium_dri.so free 0x5571736083c0 void 0.000125
+gallium_dri.so free 0x557173608350 void 0.000120
+gallium_dri.so malloc 72 0x557173608400 0.000120
+gallium_dri.so free 0x557173608480 void 0.000125
+gallium_dri.so free 0x557173608400 void 0.000126
+gallium_dri.so malloc 72 0x557173608400 0.000121
+gallium_dri.so free 0x557173608500 void 0.000120
+gallium_dri.so free 0x557173608400 void 0.000120
+gallium_dri.so malloc 72 0x557173608530 0.000125
+gallium_dri.so free 0x557173608580 void 0.000124
+gallium_dri.so free 0x557173608530 void 0.000128
+gallium_dri.so malloc 72 0x557173608530 0.000129
+gallium_dri.so free 0x557173608680 void 0.000129
+gallium_dri.so free 0x557173608530 void 0.000131
+gallium_dri.so malloc 72 0x557173608630 0.000129
+gallium_dri.so free 0x557173608740 void 0.000131
+gallium_dri.so free 0x557173608630 void 0.000122
+gallium_dri.so malloc 72 0x5571736086f0 0.000124
+gallium_dri.so free 0x557173608780 void 0.000125
+gallium_dri.so free 0x5571736086f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736086f0 0.000132
+gallium_dri.so free 0x557173608840 void 0.000129
+gallium_dri.so free 0x5571736086f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736088b0 0.000122
+gallium_dri.so free 0x557173608900 void 0.000126
+gallium_dri.so free 0x5571736088b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736088b0 0.000130
+gallium_dri.so free 0x557173608a00 void 0.000126
+gallium_dri.so free 0x5571736088b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736089b0 0.000128
+gallium_dri.so free 0x557173608ac0 void 0.000131
+gallium_dri.so free 0x5571736089b0 void 0.000129
+gallium_dri.so malloc 72 0x557173608a70 0.000130
+gallium_dri.so free 0x557173608b00 void 0.000130
+gallium_dri.so free 0x557173608a70 void 0.000125
+gallium_dri.so malloc 72 0x557173608a70 0.000133
+gallium_dri.so free 0x557173608bc0 void 0.000130
+gallium_dri.so free 0x557173608a70 void 0.000164
+gallium_dri.so malloc 72 0x557173608c00 0.000159
+gallium_dri.so free 0x557173608c80 void 0.000182
+gallium_dri.so free 0x557173608c00 void 0.000166
+gallium_dri.so malloc 72 0x557173608c80 0.000167
+gallium_dri.so free 0x557173608d40 void 0.000129
+gallium_dri.so free 0x557173608c80 void 0.000129
+gallium_dri.so malloc 72 0x557173608c80 0.000125
+gallium_dri.so free 0x557173608e00 void 0.000122
+gallium_dri.so free 0x557173608c80 void 0.000124
+gallium_dri.so malloc 72 0x557173608e20 0.000131
+gallium_dri.so free 0x557173608ec0 void 0.000130
+gallium_dri.so free 0x557173608e20 void 0.000130
+gallium_dri.so malloc 72 0x557173608e70 0.000158
+gallium_dri.so free 0x557173608f40 void 0.000131
+gallium_dri.so free 0x557173608e70 void 0.000129
+gallium_dri.so malloc 72 0x557173608e70 0.000125
+gallium_dri.so free 0x557173608fc0 void 0.000122
+gallium_dri.so free 0x557173608e70 void 0.000124
+gallium_dri.so malloc 72 0x557173608fc0 0.000149
+gallium_dri.so free 0x557173609080 void 0.000131
+gallium_dri.so free 0x557173608fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173608fc0 0.000128
+gallium_dri.so free 0x557173609140 void 0.000131
+gallium_dri.so free 0x557173608fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173608fc0 0.000129
+gallium_dri.so free 0x557173609200 void 0.000125
+gallium_dri.so free 0x557173608fc0 void 0.000128
+gallium_dri.so malloc 72 0x5571736091b0 0.000125
+gallium_dri.so free 0x5571736092c0 void 0.000121
+gallium_dri.so free 0x5571736091b0 void 0.000124
+gallium_dri.so malloc 72 0x557173609270 0.000128
+gallium_dri.so free 0x557173609340 void 0.000131
+gallium_dri.so free 0x557173609270 void 0.000130
+gallium_dri.so malloc 72 0x557173609390 0.000128
+gallium_dri.so free 0x557173609400 void 0.000131
+gallium_dri.so free 0x557173609390 void 0.000130
+gallium_dri.so malloc 72 0x557173609420 0.000130
+gallium_dri.so free 0x5571736094c0 void 0.000129
+gallium_dri.so free 0x557173609420 void 0.000137
+gallium_dri.so malloc 72 0x557173609470 0.000168
+gallium_dri.so free 0x557173609540 void 0.000166
+gallium_dri.so free 0x557173609470 void 0.000159
+gallium_dri.so malloc 72 0x557173609470 0.000159
+gallium_dri.so free 0x5571736095c0 void 0.000159
+gallium_dri.so free 0x557173609470 void 0.000152
+gallium_dri.so malloc 72 0x5571736095c0 0.000159
+gallium_dri.so free 0x557173609680 void 0.000166
+gallium_dri.so free 0x5571736095c0 void 0.000166
+gallium_dri.so malloc 72 0x5571736095c0 0.000160
+gallium_dri.so free 0x557173609780 void 0.000153
+gallium_dri.so free 0x5571736095c0 void 0.000151
+gallium_dri.so malloc 72 0x557173609730 0.000158
+gallium_dri.so free 0x5571736097c0 void 0.000158
+gallium_dri.so free 0x557173609730 void 0.000168
+gallium_dri.so malloc 72 0x557173609730 0.000137
+gallium_dri.so free 0x557173609880 void 0.000130
+gallium_dri.so free 0x557173609730 void 0.000126
+gallium_dri.so malloc 72 0x5571736098c0 0.000132
+gallium_dri.so free 0x557173609940 void 0.000127
+gallium_dri.so free 0x5571736098c0 void 0.000127
+gallium_dri.so malloc 72 0x557173609940 0.000125
+gallium_dri.so free 0x557173609a00 void 0.000128
+gallium_dri.so free 0x557173609940 void 0.000129
+gallium_dri.so malloc 72 0x557173609940 0.000129
+gallium_dri.so free 0x557173609a80 void 0.000125
+gallium_dri.so free 0x557173609940 void 0.000120
+gallium_dri.so malloc 72 0x557173609ab0 0.000119
+gallium_dri.so free 0x557173609b00 void 0.000119
+gallium_dri.so free 0x557173609ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ab0 0.000119
+gallium_dri.so free 0x557173609c00 void 0.000123
+gallium_dri.so free 0x557173609ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173609c40 0.000123
+gallium_dri.so free 0x557173609cc0 void 0.000129
+gallium_dri.so free 0x557173609c40 void 0.000132
+gallium_dri.so malloc 72 0x557173609cc0 0.000128
+gallium_dri.so free 0x557173609d80 void 0.000130
+gallium_dri.so free 0x557173609cc0 void 0.000130
+gallium_dri.so malloc 72 0x557173609cc0 0.000129
+gallium_dri.so free 0x557173609e00 void 0.000139
+gallium_dri.so free 0x557173609cc0 void 0.000131
+gallium_dri.so malloc 72 0x557173609e30 0.000129
+gallium_dri.so free 0x557173609e80 void 0.000125
+gallium_dri.so free 0x557173609e30 void 0.000119
+gallium_dri.so malloc 72 0x557173609e30 0.000125
+gallium_dri.so free 0x557173609f80 void 0.000124
+gallium_dri.so free 0x557173609e30 void 0.000119
+gallium_dri.so malloc 72 0x557173609f30 0.000118
+gallium_dri.so free 0x55717360a040 void 0.000120
+gallium_dri.so free 0x557173609f30 void 0.000119
+gallium_dri.so malloc 72 0x557173609ff0 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000120
+gallium_dri.so free 0x557173609ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ff0 0.000124
+gallium_dri.so free 0x55717360a180 void 0.000130
+gallium_dri.so free 0x557173609ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173609ff0 0.000125
+gallium_dri.so free 0x55717360a240 void 0.000120
+gallium_dri.so free 0x557173609ff0 void 0.000124
+gallium_dri.so malloc 72 0x55717360a1f0 0.000129
+gallium_dri.so free 0x55717360a2c0 void 0.000133
+gallium_dri.so free 0x55717360a1f0 void 0.000164
+gallium_dri.so malloc 72 0x55717360a310 0.000282
+gallium_dri.so free 0x55717360a380 void 0.000279
+gallium_dri.so free 0x55717360a310 void 0.000210
+gallium_dri.so malloc 72 0x55717360a3a0 0.000163
+gallium_dri.so free 0x55717360a440 void 0.000160
+gallium_dri.so free 0x55717360a3a0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a3f0 0.000129
+gallium_dri.so free 0x55717360a4c0 void 0.000129
+gallium_dri.so free 0x55717360a3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360a4c0 0.000129
+gallium_dri.so free 0x55717360a580 void 0.000130
+gallium_dri.so free 0x55717360a4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a4c0 0.000136
+gallium_dri.so free 0x55717360a600 void 0.000131
+gallium_dri.so free 0x55717360a4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a600 0.000130
+gallium_dri.so free 0x55717360a6c0 void 0.000125
+gallium_dri.so free 0x55717360a600 void 0.000120
+gallium_dri.so malloc 72 0x55717360a600 0.000137
+gallium_dri.so free 0x55717360a780 void 0.000124
+gallium_dri.so free 0x55717360a600 void 0.000124
+gallium_dri.so malloc 72 0x55717360a600 0.000130
+gallium_dri.so free 0x55717360a840 void 0.000129
+gallium_dri.so free 0x55717360a600 void 0.000130
+gallium_dri.so malloc 72 0x55717360a7f0 0.000119
+gallium_dri.so free 0x55717360a8c0 void 0.000125
+gallium_dri.so free 0x55717360a7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360a910 0.000125
+gallium_dri.so free 0x55717360a980 void 0.000120
+gallium_dri.so free 0x55717360a910 void 0.000125
+gallium_dri.so malloc 72 0x55717360a9c0 0.000123
+gallium_dri.so free 0x55717360aa40 void 0.000122
+gallium_dri.so free 0x55717360a9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360a9c0 0.000128
+gallium_dri.so free 0x55717360aac0 void 0.000131
+gallium_dri.so free 0x55717360a9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360aaf0 0.000129
+gallium_dri.so free 0x55717360ab40 void 0.000129
+gallium_dri.so free 0x55717360aaf0 void 0.000129
+gallium_dri.so malloc 72 0x55717360aaf0 0.000127
+gallium_dri.so free 0x55717360ac40 void 0.000132
+gallium_dri.so free 0x55717360aaf0 void 0.000128
+gallium_dri.so malloc 72 0x55717360abf0 0.000123
+gallium_dri.so free 0x55717360ad00 void 0.000121
+gallium_dri.so free 0x55717360abf0 void 0.000123
+gallium_dri.so malloc 72 0x55717360acb0 0.000130
+gallium_dri.so free 0x55717360ad40 void 0.000129
+gallium_dri.so free 0x55717360acb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360acb0 0.000191
+gallium_dri.so free 0x55717360ae00 void 0.000129
+gallium_dri.so free 0x55717360acb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ae70 0.000124
+gallium_dri.so free 0x55717360aec0 void 0.000126
+gallium_dri.so free 0x55717360ae70 void 0.000129
+gallium_dri.so malloc 72 0x55717360ae70 0.000131
+gallium_dri.so free 0x55717360afc0 void 0.000125
+gallium_dri.so free 0x55717360ae70 void 0.000128
+gallium_dri.so malloc 72 0x55717360af70 0.000124
+gallium_dri.so free 0x55717360b080 void 0.000119
+gallium_dri.so free 0x55717360af70 void 0.000120
+gallium_dri.so malloc 72 0x55717360b030 0.000124
+gallium_dri.so free 0x55717360b0c0 void 0.000189
+gallium_dri.so free 0x55717360b030 void 0.000132
+gallium_dri.so malloc 72 0x55717360b030 0.000130
+gallium_dri.so free 0x55717360b180 void 0.000129
+gallium_dri.so free 0x55717360b030 void 0.000222
+gallium_dri.so malloc 72 0x55717360b1c0 0.000219
+gallium_dri.so free 0x55717360b240 void 0.000221
+gallium_dri.so free 0x55717360b1c0 void 0.000199
+gallium_dri.so malloc 72 0x55717360b240 0.000126
+gallium_dri.so free 0x55717360b300 void 0.000129
+gallium_dri.so free 0x55717360b240 void 0.000130
+gallium_dri.so malloc 72 0x55717360b240 0.000128
+gallium_dri.so free 0x55717360b3c0 void 0.000126
+gallium_dri.so free 0x55717360b240 void 0.000131
+gallium_dri.so malloc 72 0x55717360b3e0 0.000132
+gallium_dri.so free 0x55717360b480 void 0.000127
+gallium_dri.so free 0x55717360b3e0 void 0.000125
+gallium_dri.so malloc 72 0x55717360b430 0.000129
+gallium_dri.so free 0x55717360b500 void 0.000123
+gallium_dri.so free 0x55717360b430 void 0.000118
+gallium_dri.so malloc 72 0x55717360b430 0.000132
+gallium_dri.so free 0x55717360b580 void 0.000129
+gallium_dri.so free 0x55717360b430 void 0.000130
+gallium_dri.so malloc 72 0x55717360b580 0.000129
+gallium_dri.so free 0x55717360b640 void 0.000124
+gallium_dri.so free 0x55717360b580 void 0.000121
+gallium_dri.so malloc 72 0x55717360b580 0.000126
+gallium_dri.so free 0x55717360b700 void 0.000129
+gallium_dri.so free 0x55717360b580 void 0.000130
+gallium_dri.so malloc 72 0x55717360b580 0.000130
+gallium_dri.so free 0x55717360b7c0 void 0.000125
+gallium_dri.so free 0x55717360b580 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000123
+gallium_dri.so free 0x55717360b880 void 0.000125
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x55717360b830 0.000125
+gallium_dri.so free 0x55717360b900 void 0.000129
+gallium_dri.so free 0x55717360b830 void 0.000125
+gallium_dri.so malloc 72 0x55717360b950 0.000120
+gallium_dri.so free 0x55717360b9c0 void 0.000120
+gallium_dri.so free 0x55717360b950 void 0.000127
+gallium_dri.so malloc 72 0x55717360b9e0 0.000124
+gallium_dri.so free 0x55717360ba80 void 0.000139
+gallium_dri.so free 0x55717360b9e0 void 0.000131
+gallium_dri.so malloc 72 0x55717360ba30 0.000126
+gallium_dri.so free 0x55717360bb00 void 0.000125
+gallium_dri.so free 0x55717360ba30 void 0.000125
+gallium_dri.so malloc 72 0x55717360ba30 0.000119
+gallium_dri.so free 0x55717360bb80 void 0.000119
+gallium_dri.so free 0x55717360ba30 void 0.000124
+gallium_dri.so malloc 72 0x55717360bb80 0.000130
+gallium_dri.so free 0x55717360bc40 void 0.000131
+gallium_dri.so free 0x55717360bb80 void 0.000131
+gallium_dri.so malloc 72 0x55717360bb80 0.000129
+gallium_dri.so free 0x55717360bd40 void 0.000236
+gallium_dri.so free 0x55717360bb80 void 0.000254
+gallium_dri.so malloc 72 0x55717360bcf0 0.000322
+gallium_dri.so free 0x55717360bd80 void 0.000320
+gallium_dri.so free 0x55717360bcf0 void 0.000329
+gallium_dri.so malloc 72 0x55717360bcf0 0.000311
+gallium_dri.so free 0x55717360be40 void 0.000286
+gallium_dri.so free 0x55717360bcf0 void 0.000270
+gallium_dri.so malloc 72 0x55717360be80 0.000263
+gallium_dri.so free 0x55717360bf00 void 0.000273
+gallium_dri.so free 0x55717360be80 void 0.000224
+gallium_dri.so malloc 72 0x55717360bf00 0.000167
+gallium_dri.so free 0x55717360bfc0 void 0.000130
+gallium_dri.so free 0x55717360bf00 void 0.000125
+gallium_dri.so malloc 72 0x55717360bf00 0.000119
+gallium_dri.so free 0x55717360c040 void 0.000124
+gallium_dri.so free 0x55717360bf00 void 0.000128
+gallium_dri.so malloc 72 0x55717360c070 0.000124
+gallium_dri.so free 0x55717360c0c0 void 0.000130
+gallium_dri.so free 0x55717360c070 void 0.000130
+gallium_dri.so malloc 72 0x55717360c070 0.000130
+gallium_dri.so free 0x55717360c1c0 void 0.000129
+gallium_dri.so free 0x55717360c070 void 0.000132
+gallium_dri.so malloc 72 0x55717360c200 0.000124
+gallium_dri.so free 0x55717360c280 void 0.000128
+gallium_dri.so free 0x55717360c200 void 0.000129
+gallium_dri.so malloc 72 0x55717360c280 0.000123
+gallium_dri.so free 0x55717360c340 void 0.000121
+gallium_dri.so free 0x55717360c280 void 0.000124
+gallium_dri.so malloc 72 0x55717360c280 0.000129
+gallium_dri.so free 0x55717360c3c0 void 0.000130
+gallium_dri.so free 0x55717360c280 void 0.000131
+gallium_dri.so malloc 72 0x55717360c3f0 0.000223
+gallium_dri.so free 0x55717360c440 void 0.000130
+gallium_dri.so free 0x55717360c3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c3f0 0.000138
+gallium_dri.so free 0x55717360c540 void 0.000127
+gallium_dri.so free 0x55717360c3f0 void 0.000223
+gallium_dri.so malloc 72 0x55717360c4f0 0.000132
+gallium_dri.so free 0x55717360c600 void 0.000130
+gallium_dri.so free 0x55717360c4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c5b0 0.000119
+gallium_dri.so free 0x55717360c680 void 0.000140
+gallium_dri.so free 0x55717360c5b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360c5b0 0.000129
+gallium_dri.so free 0x55717360c740 void 0.000165
+gallium_dri.so free 0x55717360c5b0 void 0.000168
+gallium_dri.so malloc 72 0x55717360c5b0 0.000131
+gallium_dri.so free 0x55717360c800 void 0.000130
+gallium_dri.so free 0x55717360c5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c7b0 0.000129
+gallium_dri.so free 0x55717360c880 void 0.000124
+gallium_dri.so free 0x55717360c7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c8d0 0.000131
+gallium_dri.so free 0x55717360c940 void 0.000129
+gallium_dri.so free 0x55717360c8d0 void 0.000129
+gallium_dri.so malloc 72 0x55717360c960 0.000128
+gallium_dri.so free 0x55717360ca00 void 0.000123
+gallium_dri.so free 0x55717360c960 void 0.000125
+gallium_dri.so malloc 72 0x55717360c9b0 0.000126
+gallium_dri.so free 0x55717360ca80 void 0.000124
+gallium_dri.so free 0x55717360c9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ca80 0.000153
+gallium_dri.so free 0x55717360cb40 void 0.000122
+gallium_dri.so free 0x55717360ca80 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca80 0.000165
+gallium_dri.so free 0x55717360cbc0 void 0.000128
+gallium_dri.so free 0x55717360ca80 void 0.000129
+gallium_dri.so malloc 72 0x55717360cbc0 0.000124
+gallium_dri.so free 0x55717360cc80 void 0.000120
+gallium_dri.so free 0x55717360cbc0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cbc0 0.000130
+gallium_dri.so free 0x55717360cd40 void 0.000130
+gallium_dri.so free 0x55717360cbc0 void 0.000129
+gallium_dri.so malloc 72 0x55717360cbc0 0.000131
+gallium_dri.so free 0x55717360ce00 void 0.000129
+gallium_dri.so free 0x55717360cbc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360cdb0 0.000120
+gallium_dri.so free 0x55717360ce80 void 0.000127
+gallium_dri.so free 0x55717360cdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ced0 0.000130
+gallium_dri.so free 0x55717360cf40 void 0.000125
+gallium_dri.so free 0x55717360ced0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cf80 0.000136
+gallium_dri.so free 0x55717360d000 void 0.000132
+gallium_dri.so free 0x55717360cf80 void 0.000130
+gallium_dri.so malloc 72 0x55717360cf80 0.000131
+gallium_dri.so free 0x55717360d080 void 0.000130
+gallium_dri.so free 0x55717360cf80 void 0.000125
+gallium_dri.so malloc 72 0x55717360d0b0 0.000120
+gallium_dri.so free 0x55717360d100 void 0.000124
+gallium_dri.so free 0x55717360d0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d0b0 0.000125
+gallium_dri.so free 0x55717360d200 void 0.000129
+gallium_dri.so free 0x55717360d0b0 void 0.000129
+gallium_dri.so malloc 72 0x55717360d1b0 0.000129
+gallium_dri.so free 0x55717360d2c0 void 0.000129
+gallium_dri.so free 0x55717360d1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d270 0.000124
+gallium_dri.so free 0x55717360d300 void 0.000127
+gallium_dri.so free 0x55717360d270 void 0.000129
+gallium_dri.so malloc 72 0x55717360d270 0.000124
+gallium_dri.so free 0x55717360d3c0 void 0.000121
+gallium_dri.so free 0x55717360d270 void 0.000124
+gallium_dri.so malloc 72 0x55717360d430 0.000130
+gallium_dri.so free 0x55717360d480 void 0.000134
+gallium_dri.so free 0x55717360d430 void 0.000131
+gallium_dri.so malloc 72 0x55717360d430 0.000129
+gallium_dri.so free 0x55717360d580 void 0.000136
+gallium_dri.so free 0x55717360d430 void 0.000145
+gallium_dri.so malloc 72 0x55717360d530 0.000131
+gallium_dri.so free 0x55717360d640 void 0.000133
+gallium_dri.so free 0x55717360d530 void 0.000126
+gallium_dri.so malloc 72 0x55717360d5f0 0.000121
+gallium_dri.so free 0x55717360d680 void 0.000126
+gallium_dri.so free 0x55717360d5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d5f0 0.000121
+gallium_dri.so free 0x55717360d740 void 0.000125
+gallium_dri.so free 0x55717360d5f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d780 0.000129
+gallium_dri.so free 0x55717360d800 void 0.000124
+gallium_dri.so free 0x55717360d780 void 0.000120
+gallium_dri.so malloc 72 0x55717360d800 0.000119
+gallium_dri.so free 0x55717360d8c0 void 0.000119
+gallium_dri.so free 0x55717360d800 void 0.000124
+gallium_dri.so malloc 72 0x55717360d800 0.000130
+gallium_dri.so free 0x55717360d980 void 0.000175
+gallium_dri.so free 0x55717360d800 void 0.000132
+gallium_dri.so malloc 72 0x55717360d9a0 0.000130
+gallium_dri.so free 0x55717360da40 void 0.000130
+gallium_dri.so free 0x55717360d9a0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d9f0 0.000120
+gallium_dri.so free 0x55717360dac0 void 0.000125
+gallium_dri.so free 0x55717360d9f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d9f0 0.000125
+gallium_dri.so free 0x55717360db40 void 0.000119
+gallium_dri.so free 0x55717360d9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360db40 0.000125
+gallium_dri.so free 0x55717360dc00 void 0.000130
+gallium_dri.so free 0x55717360db40 void 0.000129
+gallium_dri.so malloc 72 0x55717360db40 0.000125
+gallium_dri.so free 0x55717360dcc0 void 0.000122
+gallium_dri.so free 0x55717360db40 void 0.000125
+gallium_dri.so malloc 72 0x55717360db40 0.000129
+gallium_dri.so free 0x55717360dd80 void 0.000129
+gallium_dri.so free 0x55717360db40 void 0.000125
+gallium_dri.so malloc 72 0x55717360dd30 0.000119
+gallium_dri.so free 0x55717360de40 void 0.000126
+gallium_dri.so free 0x55717360dd30 void 0.000140
+gallium_dri.so malloc 72 0x55717360ddf0 0.000126
+gallium_dri.so free 0x55717360dec0 void 0.000120
+gallium_dri.so free 0x55717360ddf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360df10 0.000129
+gallium_dri.so free 0x55717360df80 void 0.000128
+gallium_dri.so free 0x55717360df10 void 0.000130
+gallium_dri.so malloc 72 0x55717360dfa0 0.000129
+gallium_dri.so free 0x55717360e040 void 0.000130
+gallium_dri.so free 0x55717360dfa0 void 0.000129
+gallium_dri.so malloc 72 0x55717360dff0 0.000128
+gallium_dri.so free 0x55717360e0c0 void 0.000129
+gallium_dri.so free 0x55717360dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717360dff0 0.000129
+gallium_dri.so free 0x55717360e140 void 0.000132
+gallium_dri.so free 0x55717360dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e140 0.000129
+gallium_dri.so free 0x55717360e200 void 0.000140
+gallium_dri.so free 0x55717360e140 void 0.000129
+gallium_dri.so malloc 72 0x55717360e140 0.000124
+gallium_dri.so free 0x55717360e300 void 0.000122
+gallium_dri.so free 0x55717360e140 void 0.000137
+gallium_dri.so malloc 72 0x55717360e2b0 0.000126
+gallium_dri.so free 0x55717360e340 void 0.000126
+gallium_dri.so free 0x55717360e2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e2b0 0.000130
+gallium_dri.so free 0x55717360e400 void 0.000130
+gallium_dri.so free 0x55717360e2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e440 0.000124
+gallium_dri.so free 0x55717360e4c0 void 0.000121
+gallium_dri.so free 0x55717360e440 void 0.000124
+gallium_dri.so malloc 72 0x55717360e4c0 0.000129
+gallium_dri.so free 0x55717360e580 void 0.000129
+gallium_dri.so free 0x55717360e4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e4c0 0.000131
+gallium_dri.so free 0x55717360e600 void 0.000129
+gallium_dri.so free 0x55717360e4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e630 0.000129
+gallium_dri.so free 0x55717360e680 void 0.000128
+gallium_dri.so free 0x55717360e630 void 0.000131
+gallium_dri.so malloc 72 0x55717360e630 0.000129
+gallium_dri.so free 0x55717360e780 void 0.000124
+gallium_dri.so free 0x55717360e630 void 0.000168
+gallium_dri.so malloc 72 0x55717360e7c0 0.000126
+gallium_dri.so free 0x55717360e840 void 0.000130
+gallium_dri.so free 0x55717360e7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e840 0.000130
+gallium_dri.so free 0x55717360e900 void 0.000129
+gallium_dri.so free 0x55717360e840 void 0.000129
+gallium_dri.so malloc 72 0x55717360e840 0.000128
+gallium_dri.so free 0x55717360e980 void 0.000124
+gallium_dri.so free 0x55717360e840 void 0.000119
+gallium_dri.so malloc 72 0x55717360e9b0 0.000125
+gallium_dri.so free 0x55717360ea00 void 0.000130
+gallium_dri.so free 0x55717360e9b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e9b0 0.000130
+gallium_dri.so free 0x55717360eb00 void 0.000130
+gallium_dri.so free 0x55717360e9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360eab0 0.000129
+gallium_dri.so free 0x55717360ebc0 void 0.000132
+gallium_dri.so free 0x55717360eab0 void 0.000130
+gallium_dri.so malloc 72 0x55717360eb70 0.000131
+gallium_dri.so free 0x55717360ec40 void 0.000137
+gallium_dri.so free 0x55717360eb70 void 0.000130
+gallium_dri.so malloc 72 0x55717360eb70 0.000123
+gallium_dri.so free 0x55717360ed00 void 0.000120
+gallium_dri.so free 0x55717360eb70 void 0.000125
+gallium_dri.so malloc 72 0x55717360eb70 0.000130
+gallium_dri.so free 0x55717360edc0 void 0.000130
+gallium_dri.so free 0x55717360eb70 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed70 0.000130
+gallium_dri.so free 0x55717360ee40 void 0.000129
+gallium_dri.so free 0x55717360ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717360ee90 0.000161
+gallium_dri.so free 0x55717360ef00 void 0.000131
+gallium_dri.so free 0x55717360ee90 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef20 0.000129
+gallium_dri.so free 0x55717360efc0 void 0.000131
+gallium_dri.so free 0x55717360ef20 void 0.000125
+gallium_dri.so malloc 72 0x55717360ef70 0.000125
+gallium_dri.so free 0x55717360f040 void 0.000124
+gallium_dri.so free 0x55717360ef70 void 0.000125
+gallium_dri.so malloc 72 0x55717360f040 0.000134
+gallium_dri.so free 0x55717360f100 void 0.000140
+gallium_dri.so free 0x55717360f040 void 0.000130
+gallium_dri.so malloc 72 0x55717360f040 0.000129
+gallium_dri.so free 0x55717360f180 void 0.000131
+gallium_dri.so free 0x55717360f040 void 0.000125
+gallium_dri.so malloc 72 0x55717360f180 0.000120
+gallium_dri.so free 0x55717360f240 void 0.000126
+gallium_dri.so free 0x55717360f180 void 0.000126
+gallium_dri.so malloc 72 0x55717360f180 0.000119
+gallium_dri.so free 0x55717360f300 void 0.000125
+gallium_dri.so free 0x55717360f180 void 0.000125
+gallium_dri.so malloc 72 0x55717360f180 0.000119
+gallium_dri.so free 0x55717360f3c0 void 0.000119
+gallium_dri.so free 0x55717360f180 void 0.000119
+gallium_dri.so malloc 72 0x55717360f370 0.000124
+gallium_dri.so free 0x55717360f440 void 0.000130
+gallium_dri.so free 0x55717360f370 void 0.000129
+gallium_dri.so malloc 72 0x55717360f490 0.000130
+gallium_dri.so free 0x55717360f500 void 0.000125
+gallium_dri.so free 0x55717360f490 void 0.000119
+gallium_dri.so malloc 72 0x55717360f540 0.000127
+gallium_dri.so free 0x55717360f5c0 void 0.000129
+gallium_dri.so free 0x55717360f540 void 0.000176
+gallium_dri.so malloc 72 0x55717360f540 0.000131
+gallium_dri.so free 0x55717360f640 void 0.000129
+gallium_dri.so free 0x55717360f540 void 0.000130
+gallium_dri.so malloc 72 0x55717360f670 0.000129
+gallium_dri.so free 0x55717360f6c0 void 0.000130
+gallium_dri.so free 0x55717360f670 void 0.000129
+gallium_dri.so malloc 72 0x55717360f670 0.000124
+gallium_dri.so free 0x55717360f7c0 void 0.000125
+gallium_dri.so free 0x55717360f670 void 0.000130
+gallium_dri.so malloc 72 0x55717360f770 0.000128
+gallium_dri.so free 0x55717360f880 void 0.000129
+gallium_dri.so free 0x55717360f770 void 0.000129
+gallium_dri.so malloc 72 0x55717360f830 0.000124
+gallium_dri.so free 0x55717360f8c0 void 0.000120
+gallium_dri.so free 0x55717360f830 void 0.000123
+gallium_dri.so malloc 72 0x55717360f830 0.000131
+gallium_dri.so free 0x55717360f980 void 0.000130
+gallium_dri.so free 0x55717360f830 void 0.000128
+gallium_dri.so malloc 72 0x55717360f9f0 0.000120
+gallium_dri.so free 0x55717360fa40 void 0.000126
+gallium_dri.so free 0x55717360f9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f9f0 0.000126
+gallium_dri.so free 0x55717360fb40 void 0.000125
+gallium_dri.so free 0x55717360f9f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360faf0 0.000129
+gallium_dri.so free 0x55717360fc00 void 0.000125
+gallium_dri.so free 0x55717360faf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fbb0 0.000124
+gallium_dri.so free 0x55717360fc40 void 0.000120
+gallium_dri.so free 0x55717360fbb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fbb0 0.000120
+gallium_dri.so free 0x55717360fd00 void 0.000120
+gallium_dri.so free 0x55717360fbb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd40 0.000129
+gallium_dri.so free 0x55717360fdc0 void 0.000130
+gallium_dri.so free 0x55717360fd40 void 0.000131
+gallium_dri.so malloc 72 0x55717360fdc0 0.000129
+gallium_dri.so free 0x55717360fe80 void 0.000125
+gallium_dri.so free 0x55717360fdc0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fdc0 0.000131
+gallium_dri.so free 0x55717360ff40 void 0.000128
+gallium_dri.so free 0x55717360fdc0 void 0.000131
+gallium_dri.so malloc 72 0x55717360ff60 0.000139
+gallium_dri.so free 0x557173610000 void 0.000132
+gallium_dri.so free 0x55717360ff60 void 0.000134
+gallium_dri.so malloc 72 0x55717360ffb0 0.000130
+gallium_dri.so free 0x557173610080 void 0.000126
+gallium_dri.so free 0x55717360ffb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ffb0 0.000129
+gallium_dri.so free 0x557173610100 void 0.000136
+gallium_dri.so free 0x55717360ffb0 void 0.000130
+gallium_dri.so malloc 72 0x557173610100 0.000124
+gallium_dri.so free 0x5571736101c0 void 0.000125
+gallium_dri.so free 0x557173610100 void 0.000127
+gallium_dri.so malloc 72 0x557173610100 0.000119
+gallium_dri.so free 0x557173610280 void 0.000120
+gallium_dri.so free 0x557173610100 void 0.000124
+gallium_dri.so malloc 72 0x557173610100 0.000156
+gallium_dri.so free 0x557173610340 void 0.000129
+gallium_dri.so free 0x557173610100 void 0.000185
+gallium_dri.so malloc 72 0x5571736102f0 0.000300
+gallium_dri.so free 0x557173610400 void 0.000208
+gallium_dri.so free 0x5571736102f0 void 0.000274
+gallium_dri.so malloc 72 0x5571736103b0 0.000311
+gallium_dri.so free 0x557173610480 void 0.000284
+gallium_dri.so free 0x5571736103b0 void 0.000270
+gallium_dri.so malloc 72 0x5571736104d0 0.000275
+gallium_dri.so free 0x557173610540 void 0.000242
+gallium_dri.so free 0x5571736104d0 void 0.000242
+gallium_dri.so malloc 72 0x557173610560 0.000204
+gallium_dri.so free 0x557173610600 void 0.000127
+gallium_dri.so free 0x557173610560 void 0.000131
+gallium_dri.so malloc 72 0x5571736105b0 0.000129
+gallium_dri.so free 0x557173610680 void 0.000125
+gallium_dri.so free 0x5571736105b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736105b0 0.000124
+gallium_dri.so free 0x557173610700 void 0.000130
+gallium_dri.so free 0x5571736105b0 void 0.000123
+gallium_dri.so malloc 72 0x557173610700 0.000131
+gallium_dri.so free 0x5571736107c0 void 0.000125
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so malloc 72 0x557173610700 0.000119
+gallium_dri.so free 0x5571736108c0 void 0.000124
+gallium_dri.so free 0x557173610700 void 0.000120
+gallium_dri.so malloc 72 0x557173610870 0.000124
+gallium_dri.so free 0x557173610900 void 0.000130
+gallium_dri.so free 0x557173610870 void 0.000130
+gallium_dri.so malloc 72 0x557173610870 0.000124
+gallium_dri.so free 0x5571736109c0 void 0.000121
+gallium_dri.so free 0x557173610870 void 0.000124
+gallium_dri.so malloc 72 0x557173610a00 0.000124
+gallium_dri.so free 0x557173610a80 void 0.000119
+gallium_dri.so free 0x557173610a00 void 0.000118
+gallium_dri.so malloc 72 0x557173610a80 0.000124
+gallium_dri.so free 0x557173610b40 void 0.000135
+gallium_dri.so free 0x557173610a80 void 0.000129
+gallium_dri.so malloc 72 0x557173610a80 0.000129
+gallium_dri.so free 0x557173610bc0 void 0.000129
+gallium_dri.so free 0x557173610a80 void 0.000131
+gallium_dri.so malloc 72 0x557173610bf0 0.000130
+gallium_dri.so free 0x557173610c40 void 0.000177
+gallium_dri.so free 0x557173610bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173610bf0 0.000129
+gallium_dri.so free 0x557173610d40 void 0.000124
+gallium_dri.so free 0x557173610bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610d80 0.000126
+gallium_dri.so free 0x557173610e00 void 0.000130
+gallium_dri.so free 0x557173610d80 void 0.000125
+gallium_dri.so malloc 72 0x557173610e00 0.000121
+gallium_dri.so free 0x557173610ec0 void 0.000119
+gallium_dri.so free 0x557173610e00 void 0.000125
+gallium_dri.so malloc 72 0x557173610e00 0.000131
+gallium_dri.so free 0x557173610f40 void 0.000130
+gallium_dri.so free 0x557173610e00 void 0.000125
+gallium_dri.so malloc 72 0x557173610f70 0.000118
+gallium_dri.so free 0x557173610fc0 void 0.000125
+gallium_dri.so free 0x557173610f70 void 0.000125
+gallium_dri.so malloc 72 0x557173610f70 0.000121
+gallium_dri.so free 0x5571736110c0 void 0.000125
+gallium_dri.so free 0x557173610f70 void 0.000126
+gallium_dri.so malloc 72 0x557173611070 0.000128
+gallium_dri.so free 0x557173611180 void 0.000124
+gallium_dri.so free 0x557173611070 void 0.000134
+gallium_dri.so malloc 72 0x557173611130 0.000127
+gallium_dri.so free 0x557173611200 void 0.000130
+gallium_dri.so free 0x557173611130 void 0.000130
+gallium_dri.so malloc 72 0x557173611130 0.000131
+gallium_dri.so free 0x5571736112c0 void 0.000128
+gallium_dri.so free 0x557173611130 void 0.000242
+gallium_dri.so malloc 72 0x557173611130 0.000283
+gallium_dri.so free 0x557173611380 void 0.000290
+gallium_dri.so free 0x557173611130 void 0.000273
+gallium_dri.so malloc 72 0x557173611330 0.000287
+gallium_dri.so free 0x557173611400 void 0.000278
+gallium_dri.so free 0x557173611330 void 0.000269
+gallium_dri.so malloc 72 0x557173611450 0.000241
+gallium_dri.so free 0x5571736114c0 void 0.000243
+gallium_dri.so free 0x557173611450 void 0.000228
+gallium_dri.so malloc 72 0x5571736114e0 0.000283
+gallium_dri.so free 0x557173611580 void 0.000273
+gallium_dri.so free 0x5571736114e0 void 0.000282
+gallium_dri.so malloc 72 0x557173611530 0.000290
+gallium_dri.so free 0x557173611600 void 0.000282
+gallium_dri.so free 0x557173611530 void 0.000288
+gallium_dri.so malloc 72 0x557173611600 0.000291
+gallium_dri.so free 0x5571736116c0 void 0.000282
+gallium_dri.so free 0x557173611600 void 0.000282
+gallium_dri.so malloc 72 0x557173611600 0.000285
+gallium_dri.so free 0x557173611740 void 0.000278
+gallium_dri.so free 0x557173611600 void 0.000284
+gallium_dri.so malloc 72 0x557173611740 0.000282
+gallium_dri.so free 0x557173611800 void 0.000283
+gallium_dri.so free 0x557173611740 void 0.000275
+gallium_dri.so malloc 72 0x557173611740 0.000277
+gallium_dri.so free 0x5571736118c0 void 0.000230
+gallium_dri.so free 0x557173611740 void 0.000282
+gallium_dri.so malloc 72 0x557173611740 0.000224
+gallium_dri.so free 0x557173611980 void 0.000240
+gallium_dri.so free 0x557173611740 void 0.000268
+gallium_dri.so malloc 72 0x557173611930 0.000248
+gallium_dri.so free 0x557173611a00 void 0.000222
+gallium_dri.so free 0x557173611930 void 0.000243
+gallium_dri.so malloc 72 0x557173611a50 0.000229
+gallium_dri.so free 0x557173611ac0 void 0.000241
+gallium_dri.so free 0x557173611a50 void 0.000248
+gallium_dri.so malloc 72 0x557173611b00 0.000204
+gallium_dri.so free 0x557173611b80 void 0.000281
+gallium_dri.so free 0x557173611b00 void 0.000232
+gallium_dri.so malloc 72 0x557173611b00 0.000223
+gallium_dri.so free 0x557173611c00 void 0.000201
+gallium_dri.so free 0x557173611b00 void 0.000203
+gallium_dri.so malloc 72 0x557173611c30 0.000173
+gallium_dri.so free 0x557173611c80 void 0.000132
+gallium_dri.so free 0x557173611c30 void 0.000131
+gallium_dri.so malloc 72 0x557173611c30 0.000131
+gallium_dri.so free 0x557173611d80 void 0.000224
+gallium_dri.so free 0x557173611c30 void 0.000322
+gallium_dri.so malloc 72 0x557173611d30 0.000369
+gallium_dri.so free 0x557173611e40 void 0.000283
+gallium_dri.so free 0x557173611d30 void 0.000293
+gallium_dri.so malloc 72 0x557173611df0 0.000301
+gallium_dri.so free 0x557173611e80 void 0.000292
+gallium_dri.so free 0x557173611df0 void 0.000280
+gallium_dri.so malloc 72 0x557173611df0 0.000278
+gallium_dri.so free 0x557173611f40 void 0.000282
+gallium_dri.so free 0x557173611df0 void 0.000288
+gallium_dri.so malloc 72 0x557173611fb0 0.000292
+gallium_dri.so free 0x557173612000 void 0.000279
+gallium_dri.so free 0x557173611fb0 void 0.000334
+gallium_dri.so malloc 72 0x557173611fb0 0.000323
+gallium_dri.so free 0x557173612100 void 0.000263
+gallium_dri.so free 0x557173611fb0 void 0.000274
+gallium_dri.so malloc 72 0x5571736120b0 0.000290
+gallium_dri.so free 0x5571736121c0 void 0.000315
+gallium_dri.so free 0x5571736120b0 void 0.000258
+gallium_dri.so malloc 72 0x557173612170 0.000276
+gallium_dri.so free 0x557173612200 void 0.000321
+gallium_dri.so free 0x557173612170 void 0.000288
+gallium_dri.so malloc 72 0x557173612170 0.000315
+gallium_dri.so free 0x5571736122c0 void 0.000348
+gallium_dri.so free 0x557173612170 void 0.000289
+gallium_dri.so malloc 72 0x557173612300 0.000244
+gallium_dri.so free 0x557173612380 void 0.000284
+gallium_dri.so free 0x557173612300 void 0.000284
+gallium_dri.so malloc 72 0x557173612380 0.000259
+gallium_dri.so free 0x557173612440 void 0.000282
+gallium_dri.so free 0x557173612380 void 0.000286
+gallium_dri.so malloc 72 0x557173612380 0.000286
+gallium_dri.so free 0x557173612500 void 0.000283
+gallium_dri.so free 0x557173612380 void 0.000308
+gallium_dri.so malloc 72 0x557173612520 0.000401
+gallium_dri.so free 0x5571736125c0 void 0.000312
+gallium_dri.so free 0x557173612520 void 0.000327
+gallium_dri.so malloc 72 0x557173612570 0.000255
+gallium_dri.so free 0x557173612640 void 0.000242
+gallium_dri.so free 0x557173612570 void 0.000222
+gallium_dri.so malloc 72 0x557173612570 0.000222
+gallium_dri.so free 0x5571736126c0 void 0.000222
+gallium_dri.so free 0x557173612570 void 0.000244
+gallium_dri.so malloc 72 0x5571736126c0 0.000200
+gallium_dri.so free 0x557173612780 void 0.000240
+gallium_dri.so free 0x5571736126c0 void 0.000242
+gallium_dri.so malloc 72 0x5571736126c0 0.000250
+gallium_dri.so free 0x557173612840 void 0.000240
+gallium_dri.so free 0x5571736126c0 void 0.000245
+gallium_dri.so malloc 72 0x5571736126c0 0.000222
+gallium_dri.so free 0x557173612900 void 0.000222
+gallium_dri.so free 0x5571736126c0 void 0.000241
+gallium_dri.so malloc 72 0x5571736128b0 0.000222
+gallium_dri.so free 0x5571736129c0 void 0.000223
+gallium_dri.so free 0x5571736128b0 void 0.000202
+gallium_dri.so malloc 72 0x557173612970 0.000198
+gallium_dri.so free 0x557173612a40 void 0.000223
+gallium_dri.so free 0x557173612970 void 0.000189
+gallium_dri.so malloc 72 0x557173612a90 0.000131
+gallium_dri.so free 0x557173612b00 void 0.000130
+gallium_dri.so free 0x557173612a90 void 0.000130
+gallium_dri.so malloc 72 0x557173612b20 0.000132
+gallium_dri.so free 0x557173612bc0 void 0.000128
+gallium_dri.so free 0x557173612b20 void 0.000208
+gallium_dri.so malloc 72 0x557173612b70 0.000162
+gallium_dri.so free 0x557173612c40 void 0.000218
+gallium_dri.so free 0x557173612b70 void 0.000297
+gallium_dri.so malloc 72 0x557173612b70 0.000268
+gallium_dri.so free 0x557173612cc0 void 0.000248
+gallium_dri.so free 0x557173612b70 void 0.000263
+gallium_dri.so malloc 72 0x557173612cc0 0.000267
+gallium_dri.so free 0x557173612d80 void 0.000269
+gallium_dri.so free 0x557173612cc0 void 0.000288
+gallium_dri.so malloc 72 0x557173612cc0 0.000143
+gallium_dri.so free 0x557173612e80 void 0.000136
+gallium_dri.so free 0x557173612cc0 void 0.000137
+gallium_dri.so malloc 72 0x557173612e30 0.000136
+gallium_dri.so free 0x557173612ec0 void 0.000135
+gallium_dri.so free 0x557173612e30 void 0.000144
+gallium_dri.so malloc 72 0x557173612e30 0.000129
+gallium_dri.so free 0x557173612f80 void 0.000129
+gallium_dri.so free 0x557173612e30 void 0.000130
+gallium_dri.so malloc 72 0x557173612fc0 0.000150
+gallium_dri.so free 0x557173613040 void 0.000148
+gallium_dri.so free 0x557173612fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173613040 0.000130
+gallium_dri.so free 0x557173613100 void 0.000131
+gallium_dri.so free 0x557173613040 void 0.000129
+gallium_dri.so malloc 72 0x557173613040 0.000130
+gallium_dri.so free 0x557173613180 void 0.000130
+gallium_dri.so free 0x557173613040 void 0.000130
+gallium_dri.so malloc 72 0x5571736131b0 0.000129
+gallium_dri.so free 0x557173613200 void 0.000129
+gallium_dri.so free 0x5571736131b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736131b0 0.000129
+gallium_dri.so free 0x557173613300 void 0.000130
+gallium_dri.so free 0x5571736131b0 void 0.000129
+gallium_dri.so malloc 72 0x557173613340 0.000129
+gallium_dri.so free 0x5571736133c0 void 0.000130
+gallium_dri.so free 0x557173613340 void 0.000129
+gallium_dri.so malloc 72 0x5571736133c0 0.000129
+gallium_dri.so free 0x557173613480 void 0.000141
+gallium_dri.so free 0x5571736133c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736133c0 0.000129
+gallium_dri.so free 0x557173613500 void 0.000130
+gallium_dri.so free 0x5571736133c0 void 0.000129
+gallium_dri.so malloc 72 0x557173613530 0.000130
+gallium_dri.so free 0x557173613580 void 0.000130
+gallium_dri.so free 0x557173613530 void 0.000130
+gallium_dri.so malloc 72 0x557173613530 0.000129
+gallium_dri.so free 0x557173613680 void 0.000129
+gallium_dri.so free 0x557173613530 void 0.000130
+gallium_dri.so malloc 72 0x557173613630 0.000130
+gallium_dri.so free 0x557173613740 void 0.000130
+gallium_dri.so free 0x557173613630 void 0.000130
+gallium_dri.so malloc 72 0x5571736136f0 0.000130
+gallium_dri.so free 0x5571736137c0 void 0.000133
+gallium_dri.so free 0x5571736136f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736136f0 0.000130
+gallium_dri.so free 0x557173613880 void 0.000129
+gallium_dri.so free 0x5571736136f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736136f0 0.000131
+gallium_dri.so free 0x557173613940 void 0.000129
+gallium_dri.so free 0x5571736136f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736138f0 0.000128
+gallium_dri.so free 0x5571736139c0 void 0.000136
+gallium_dri.so free 0x5571736138f0 void 0.000133
+gallium_dri.so malloc 72 0x557173613a10 0.000128
+gallium_dri.so free 0x557173613a80 void 0.000131
+gallium_dri.so free 0x557173613a10 void 0.000129
+gallium_dri.so malloc 72 0x557173613aa0 0.000133
+gallium_dri.so free 0x557173613b40 void 0.000130
+gallium_dri.so free 0x557173613aa0 void 0.000149
+gallium_dri.so malloc 72 0x557173613af0 0.000128
+gallium_dri.so free 0x557173613bc0 void 0.000132
+gallium_dri.so free 0x557173613af0 void 0.000130
+gallium_dri.so malloc 72 0x557173613bc0 0.000129
+gallium_dri.so free 0x557173613c80 void 0.000135
+gallium_dri.so free 0x557173613bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173613bc0 0.000133
+gallium_dri.so free 0x557173613d00 void 0.000168
+gallium_dri.so free 0x557173613bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173613d00 0.000115
+gallium_dri.so free 0x557173613dc0 void 0.000116
+gallium_dri.so free 0x557173613d00 void 0.000114
+gallium_dri.so malloc 72 0x557173613d00 0.000116
+gallium_dri.so free 0x557173613e80 void 0.000115
+gallium_dri.so free 0x557173613d00 void 0.000119
+gallium_dri.so malloc 72 0x557173613d00 0.000118
+gallium_dri.so free 0x557173613f40 void 0.000115
+gallium_dri.so free 0x557173613d00 void 0.000140
+gallium_dri.so malloc 72 0x557173613ef0 0.000121
+gallium_dri.so free 0x557173613fc0 void 0.000114
+gallium_dri.so free 0x557173613ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173614010 0.000114
+gallium_dri.so free 0x557173614080 void 0.000116
+gallium_dri.so free 0x557173614010 void 0.000114
+gallium_dri.so malloc 72 0x5571736140c0 0.000115
+gallium_dri.so free 0x557173614140 void 0.000115
+gallium_dri.so free 0x5571736140c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736140c0 0.000114
+gallium_dri.so free 0x5571736141c0 void 0.000115
+gallium_dri.so free 0x5571736140c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736141f0 0.000115
+gallium_dri.so free 0x557173614240 void 0.000114
+gallium_dri.so free 0x5571736141f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736141f0 0.000113
+gallium_dri.so free 0x557173614340 void 0.000115
+gallium_dri.so free 0x5571736141f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736142f0 0.000115
+gallium_dri.so free 0x557173614400 void 0.000115
+gallium_dri.so free 0x5571736142f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736143b0 0.000134
+gallium_dri.so free 0x557173614440 void 0.000116
+gallium_dri.so free 0x5571736143b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736143b0 0.000116
+gallium_dri.so free 0x557173614500 void 0.000114
+gallium_dri.so free 0x5571736143b0 void 0.000131
+gallium_dri.so malloc 72 0x557173614570 0.000121
+gallium_dri.so free 0x5571736145c0 void 0.000116
+gallium_dri.so free 0x557173614570 void 0.000115
+gallium_dri.so malloc 72 0x557173614570 0.000115
+gallium_dri.so free 0x5571736146c0 void 0.000116
+gallium_dri.so free 0x557173614570 void 0.000114
+gallium_dri.so malloc 72 0x557173614670 0.000114
+gallium_dri.so free 0x557173614780 void 0.000113
+gallium_dri.so free 0x557173614670 void 0.000115
+gallium_dri.so malloc 72 0x557173614730 0.000115
+gallium_dri.so free 0x5571736147c0 void 0.000114
+gallium_dri.so free 0x557173614730 void 0.000116
+gallium_dri.so malloc 72 0x557173614730 0.000114
+gallium_dri.so free 0x557173614880 void 0.000115
+gallium_dri.so free 0x557173614730 void 0.000113
+gallium_dri.so malloc 72 0x5571736148c0 0.000113
+gallium_dri.so free 0x557173614940 void 0.000116
+gallium_dri.so free 0x5571736148c0 void 0.000115
+gallium_dri.so malloc 72 0x557173614940 0.000114
+gallium_dri.so free 0x557173614a00 void 0.000116
+gallium_dri.so free 0x557173614940 void 0.000115
+gallium_dri.so malloc 72 0x557173614940 0.000116
+gallium_dri.so free 0x557173614ac0 void 0.000115
+gallium_dri.so free 0x557173614940 void 0.000113
+gallium_dri.so malloc 72 0x557173614ae0 0.000113
+gallium_dri.so free 0x557173614b80 void 0.000114
+gallium_dri.so free 0x557173614ae0 void 0.000152
+gallium_dri.so malloc 72 0x557173614b30 0.000155
+gallium_dri.so free 0x557173614c00 void 0.000157
+gallium_dri.so free 0x557173614b30 void 0.000152
+gallium_dri.so malloc 72 0x557173614b30 0.000153
+gallium_dri.so free 0x557173614c80 void 0.000155
+gallium_dri.so free 0x557173614b30 void 0.000152
+gallium_dri.so malloc 72 0x557173614c80 0.000152
+gallium_dri.so free 0x557173614d40 void 0.000156
+gallium_dri.so free 0x557173614c80 void 0.000153
+gallium_dri.so malloc 72 0x557173614c80 0.000159
+gallium_dri.so free 0x557173614e00 void 0.000127
+gallium_dri.so free 0x557173614c80 void 0.000114
+gallium_dri.so malloc 72 0x557173614c80 0.000114
+gallium_dri.so free 0x557173614ec0 void 0.000116
+gallium_dri.so free 0x557173614c80 void 0.000115
+gallium_dri.so malloc 72 0x557173614e70 0.000114
+gallium_dri.so free 0x557173614f80 void 0.000116
+gallium_dri.so free 0x557173614e70 void 0.000114
+gallium_dri.so malloc 72 0x557173614f30 0.000114
+gallium_dri.so free 0x557173615000 void 0.000115
+gallium_dri.so free 0x557173614f30 void 0.000114
+gallium_dri.so malloc 72 0x557173615050 0.000114
+gallium_dri.so free 0x5571736150c0 void 0.000115
+gallium_dri.so free 0x557173615050 void 0.000117
+gallium_dri.so malloc 72 0x5571736150e0 0.000113
+gallium_dri.so free 0x557173615180 void 0.000113
+gallium_dri.so free 0x5571736150e0 void 0.000114
+gallium_dri.so malloc 72 0x557173615130 0.000113
+gallium_dri.so free 0x557173615200 void 0.000114
+gallium_dri.so free 0x557173615130 void 0.000113
+gallium_dri.so malloc 72 0x557173615130 0.000115
+gallium_dri.so free 0x557173615280 void 0.000137
+gallium_dri.so free 0x557173615130 void 0.000117
+gallium_dri.so malloc 72 0x557173615280 0.000115
+gallium_dri.so free 0x557173615340 void 0.000113
+gallium_dri.so free 0x557173615280 void 0.000113
+gallium_dri.so malloc 72 0x557173615280 0.000114
+gallium_dri.so free 0x557173615440 void 0.000115
+gallium_dri.so free 0x557173615280 void 0.000114
+gallium_dri.so malloc 72 0x5571736153f0 0.000114
+gallium_dri.so free 0x557173615480 void 0.000114
+gallium_dri.so free 0x5571736153f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736153f0 0.000113
+gallium_dri.so free 0x557173615540 void 0.000113
+gallium_dri.so free 0x5571736153f0 void 0.000113
+gallium_dri.so malloc 72 0x557173615580 0.000115
+gallium_dri.so free 0x557173615600 void 0.000114
+gallium_dri.so free 0x557173615580 void 0.000113
+gallium_dri.so malloc 72 0x557173615600 0.000113
+gallium_dri.so free 0x5571736156c0 void 0.000114
+gallium_dri.so free 0x557173615600 void 0.000152
+gallium_dri.so malloc 72 0x557173615600 0.000115
+gallium_dri.so free 0x557173615740 void 0.000115
+gallium_dri.so free 0x557173615600 void 0.000112
+gallium_dri.so malloc 72 0x557173615770 0.000112
+gallium_dri.so free 0x5571736157c0 void 0.000114
+gallium_dri.so free 0x557173615770 void 0.000112
+gallium_dri.so malloc 72 0x557173615770 0.000114
+gallium_dri.so free 0x5571736158c0 void 0.000115
+gallium_dri.so free 0x557173615770 void 0.000115
+gallium_dri.so malloc 72 0x557173615900 0.000113
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so free 0x557173615900 void 0.000113
+gallium_dri.so malloc 72 0x557173615980 0.000114
+gallium_dri.so free 0x557173615a40 void 0.000115
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so malloc 72 0x557173615980 0.000114
+gallium_dri.so free 0x557173615ac0 void 0.000114
+gallium_dri.so free 0x557173615980 void 0.000114
+gallium_dri.so malloc 72 0x557173615af0 0.000114
+gallium_dri.so free 0x557173615b40 void 0.000114
+gallium_dri.so free 0x557173615af0 void 0.000112
+gallium_dri.so malloc 72 0x557173615af0 0.000112
+gallium_dri.so free 0x557173615c40 void 0.000114
+gallium_dri.so free 0x557173615af0 void 0.000112
+gallium_dri.so malloc 72 0x557173615bf0 0.000114
+gallium_dri.so free 0x557173615d00 void 0.000114
+gallium_dri.so free 0x557173615bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173615cb0 0.000115
+gallium_dri.so free 0x557173615d80 void 0.000115
+gallium_dri.so free 0x557173615cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173615cb0 0.000115
+gallium_dri.so free 0x557173615e40 void 0.000115
+gallium_dri.so free 0x557173615cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173615cb0 0.000114
+gallium_dri.so free 0x557173615f00 void 0.000114
+gallium_dri.so free 0x557173615cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173615eb0 0.000113
+gallium_dri.so free 0x557173615f80 void 0.000116
+gallium_dri.so free 0x557173615eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173615fd0 0.000114
+gallium_dri.so free 0x557173616040 void 0.000113
+gallium_dri.so free 0x557173615fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173616060 0.000123
+gallium_dri.so free 0x557173616100 void 0.000118
+gallium_dri.so free 0x557173616060 void 0.000115
+gallium_dri.so malloc 72 0x5571736160b0 0.000113
+gallium_dri.so free 0x557173616180 void 0.000114
+gallium_dri.so free 0x5571736160b0 void 0.000113
+gallium_dri.so malloc 72 0x557173616180 0.000114
+gallium_dri.so free 0x557173616240 void 0.000140
+gallium_dri.so free 0x557173616180 void 0.000115
+gallium_dri.so malloc 72 0x557173616180 0.000116
+gallium_dri.so free 0x5571736162c0 void 0.000114
+gallium_dri.so free 0x557173616180 void 0.000128
+gallium_dri.so malloc 72 0x5571736162c0 0.000114
+gallium_dri.so free 0x557173616380 void 0.000114
+gallium_dri.so free 0x5571736162c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736162c0 0.000113
+gallium_dri.so free 0x557173616440 void 0.000115
+gallium_dri.so free 0x5571736162c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736162c0 0.000113
+gallium_dri.so free 0x557173616500 void 0.000114
+gallium_dri.so free 0x5571736162c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736164b0 0.000112
+gallium_dri.so free 0x557173616580 void 0.000114
+gallium_dri.so free 0x5571736164b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736165d0 0.000113
+gallium_dri.so free 0x557173616640 void 0.000114
+gallium_dri.so free 0x5571736165d0 void 0.000114
+gallium_dri.so malloc 72 0x557173616680 0.000114
+gallium_dri.so free 0x557173616700 void 0.000114
+gallium_dri.so free 0x557173616680 void 0.000113
+gallium_dri.so malloc 72 0x557173616680 0.000114
+gallium_dri.so free 0x557173616780 void 0.000114
+gallium_dri.so free 0x557173616680 void 0.000112
+gallium_dri.so malloc 72 0x5571736167b0 0.000114
+gallium_dri.so free 0x557173616800 void 0.000114
+gallium_dri.so free 0x5571736167b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736167b0 0.000112
+gallium_dri.so free 0x557173616900 void 0.000113
+gallium_dri.so free 0x5571736167b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736168b0 0.000164
+gallium_dri.so free 0x5571736169c0 void 0.000118
+gallium_dri.so free 0x5571736168b0 void 0.000114
+gallium_dri.so malloc 72 0x557173616970 0.000114
+gallium_dri.so free 0x557173616a00 void 0.000115
+gallium_dri.so free 0x557173616970 void 0.000115
+gallium_dri.so malloc 72 0x557173616970 0.000114
+gallium_dri.so free 0x557173616ac0 void 0.000114
+gallium_dri.so free 0x557173616970 void 0.000114
+gallium_dri.so malloc 72 0x557173616b30 0.000114
+gallium_dri.so free 0x557173616b80 void 0.000115
+gallium_dri.so free 0x557173616b30 void 0.000113
+gallium_dri.so malloc 72 0x557173616b30 0.000113
+gallium_dri.so free 0x557173616c80 void 0.000113
+gallium_dri.so free 0x557173616b30 void 0.000116
+gallium_dri.so malloc 72 0x557173616c30 0.000113
+gallium_dri.so free 0x557173616d40 void 0.000115
+gallium_dri.so free 0x557173616c30 void 0.000112
+gallium_dri.so malloc 72 0x557173616cf0 0.000113
+gallium_dri.so free 0x557173616d80 void 0.000114
+gallium_dri.so free 0x557173616cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173616cf0 0.000115
+gallium_dri.so free 0x557173616e40 void 0.000114
+gallium_dri.so free 0x557173616cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173616e80 0.000114
+gallium_dri.so free 0x557173616f00 void 0.000113
+gallium_dri.so free 0x557173616e80 void 0.000112
+gallium_dri.so malloc 72 0x557173616f00 0.000129
+gallium_dri.so free 0x557173616fc0 void 0.000115
+gallium_dri.so free 0x557173616f00 void 0.000113
+gallium_dri.so malloc 72 0x557173616f00 0.000114
+gallium_dri.so free 0x557173617080 void 0.000115
+gallium_dri.so free 0x557173616f00 void 0.000113
+gallium_dri.so malloc 72 0x5571736170a0 0.000113
+gallium_dri.so free 0x557173617140 void 0.000115
+gallium_dri.so free 0x5571736170a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736170f0 0.000140
+gallium_dri.so free 0x5571736171c0 void 0.000118
+gallium_dri.so free 0x5571736170f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736170f0 0.000113
+gallium_dri.so free 0x557173617240 void 0.000115
+gallium_dri.so free 0x5571736170f0 void 0.000114
+gallium_dri.so malloc 72 0x557173617240 0.000114
+gallium_dri.so free 0x557173617300 void 0.000115
+gallium_dri.so free 0x557173617240 void 0.000114
+gallium_dri.so malloc 72 0x557173617240 0.000113
+gallium_dri.so free 0x5571736173c0 void 0.000115
+gallium_dri.so free 0x557173617240 void 0.000113
+gallium_dri.so malloc 72 0x557173617240 0.000115
+gallium_dri.so free 0x557173617480 void 0.000114
+gallium_dri.so free 0x557173617240 void 0.000114
+gallium_dri.so malloc 72 0x557173617430 0.000113
+gallium_dri.so free 0x557173617540 void 0.000114
+gallium_dri.so free 0x557173617430 void 0.000113
+gallium_dri.so malloc 72 0x5571736174f0 0.000128
+gallium_dri.so free 0x5571736175c0 void 0.000115
+gallium_dri.so free 0x5571736174f0 void 0.000115
+gallium_dri.so malloc 72 0x557173617610 0.000113
+gallium_dri.so free 0x557173617680 void 0.000116
+gallium_dri.so free 0x557173617610 void 0.000112
+gallium_dri.so malloc 72 0x5571736176a0 0.000113
+gallium_dri.so free 0x557173617740 void 0.000115
+gallium_dri.so free 0x5571736176a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736176f0 0.000115
+gallium_dri.so free 0x5571736177c0 void 0.000112
+gallium_dri.so free 0x5571736176f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736176f0 0.000113
+gallium_dri.so free 0x557173617840 void 0.000114
+gallium_dri.so free 0x5571736176f0 void 0.000114
+gallium_dri.so malloc 72 0x557173617840 0.000113
+gallium_dri.so free 0x557173617900 void 0.000118
+gallium_dri.so free 0x557173617840 void 0.000115
+gallium_dri.so malloc 72 0x557173617840 0.000113
+gallium_dri.so free 0x557173617a00 void 0.000114
+gallium_dri.so free 0x557173617840 void 0.000113
+gallium_dri.so malloc 72 0x5571736179b0 0.000113
+gallium_dri.so free 0x557173617a40 void 0.000113
+gallium_dri.so free 0x5571736179b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736179b0 0.000113
+gallium_dri.so free 0x557173617b00 void 0.000113
+gallium_dri.so free 0x5571736179b0 void 0.000113
+gallium_dri.so malloc 72 0x557173617b40 0.000113
+gallium_dri.so free 0x557173617bc0 void 0.000125
+gallium_dri.so free 0x557173617b40 void 0.000114
+gallium_dri.so malloc 72 0x557173617bc0 0.000114
+gallium_dri.so free 0x557173617c80 void 0.000114
+gallium_dri.so free 0x557173617bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173617bc0 0.000113
+gallium_dri.so free 0x557173617d00 void 0.000113
+gallium_dri.so free 0x557173617bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173617d30 0.000113
+gallium_dri.so free 0x557173617d80 void 0.000118
+gallium_dri.so free 0x557173617d30 void 0.000115
+gallium_dri.so malloc 72 0x557173617d30 0.000112
+gallium_dri.so free 0x557173617e80 void 0.000113
+gallium_dri.so free 0x557173617d30 void 0.000111
+gallium_dri.so malloc 72 0x557173617ec0 0.000113
+gallium_dri.so free 0x557173617f40 void 0.000114
+gallium_dri.so free 0x557173617ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173617f40 0.000113
+gallium_dri.so free 0x557173618000 void 0.000114
+gallium_dri.so free 0x557173617f40 void 0.000112
+gallium_dri.so malloc 72 0x557173617f40 0.000113
+gallium_dri.so free 0x557173618080 void 0.000117
+gallium_dri.so free 0x557173617f40 void 0.000115
+gallium_dri.so malloc 72 0x5571736180b0 0.000144
+gallium_dri.so free 0x557173618100 void 0.000117
+gallium_dri.so free 0x5571736180b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736180b0 0.000114
+gallium_dri.so free 0x557173618200 void 0.000106
+gallium_dri.so free 0x5571736180b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736181b0 0.000113
+gallium_dri.so free 0x5571736182c0 void 0.000115
+gallium_dri.so free 0x5571736181b0 void 0.000114
+gallium_dri.so malloc 72 0x557173618270 0.000114
+gallium_dri.so free 0x557173618340 void 0.000113
+gallium_dri.so free 0x557173618270 void 0.000114
+gallium_dri.so malloc 72 0x557173618270 0.000112
+gallium_dri.so free 0x557173618400 void 0.000114
+gallium_dri.so free 0x557173618270 void 0.000113
+gallium_dri.so malloc 72 0x557173618270 0.000116
+gallium_dri.so free 0x5571736184c0 void 0.000114
+gallium_dri.so free 0x557173618270 void 0.000113
+gallium_dri.so malloc 72 0x557173618470 0.000113
+gallium_dri.so free 0x557173618540 void 0.000114
+gallium_dri.so free 0x557173618470 void 0.000113
+gallium_dri.so malloc 72 0x557173618590 0.000112
+gallium_dri.so free 0x557173618600 void 0.000116
+gallium_dri.so free 0x557173618590 void 0.000113
+gallium_dri.so malloc 72 0x557173618620 0.000114
+gallium_dri.so free 0x5571736186c0 void 0.000113
+gallium_dri.so free 0x557173618620 void 0.000113
+gallium_dri.so malloc 72 0x557173618670 0.000113
+gallium_dri.so free 0x557173618740 void 0.000113
+gallium_dri.so free 0x557173618670 void 0.000112
+gallium_dri.so malloc 72 0x557173618740 0.000113
+gallium_dri.so free 0x557173618800 void 0.000122
+gallium_dri.so free 0x557173618740 void 0.000115
+gallium_dri.so malloc 72 0x557173618740 0.000112
+gallium_dri.so free 0x557173618880 void 0.000118
+gallium_dri.so free 0x557173618740 void 0.000114
+gallium_dri.so malloc 72 0x557173618880 0.000114
+gallium_dri.so free 0x557173618940 void 0.000114
+gallium_dri.so free 0x557173618880 void 0.000112
+gallium_dri.so malloc 72 0x557173618880 0.000113
+gallium_dri.so free 0x557173618a00 void 0.000113
+gallium_dri.so free 0x557173618880 void 0.000112
+gallium_dri.so malloc 72 0x557173618880 0.000116
+gallium_dri.so free 0x557173618ac0 void 0.000113
+gallium_dri.so free 0x557173618880 void 0.000114
+gallium_dri.so malloc 72 0x557173618a70 0.000114
+gallium_dri.so free 0x557173618b40 void 0.000114
+gallium_dri.so free 0x557173618a70 void 0.000114
+gallium_dri.so malloc 72 0x557173618b90 0.000113
+gallium_dri.so free 0x557173618c00 void 0.000114
+gallium_dri.so free 0x557173618b90 void 0.000112
+gallium_dri.so malloc 72 0x557173618c40 0.000113
+gallium_dri.so free 0x557173618cc0 void 0.000115
+gallium_dri.so free 0x557173618c40 void 0.000113
+gallium_dri.so malloc 72 0x557173618c40 0.000114
+gallium_dri.so free 0x557173618d40 void 0.000114
+gallium_dri.so free 0x557173618c40 void 0.000113
+gallium_dri.so malloc 72 0x557173618d70 0.000113
+gallium_dri.so free 0x557173618dc0 void 0.000118
+gallium_dri.so free 0x557173618d70 void 0.000164
+gallium_dri.so malloc 72 0x557173618d70 0.000114
+gallium_dri.so free 0x557173618ec0 void 0.000114
+gallium_dri.so free 0x557173618d70 void 0.000112
+gallium_dri.so malloc 72 0x557173618e70 0.000112
+gallium_dri.so free 0x557173618f80 void 0.000113
+gallium_dri.so free 0x557173618e70 void 0.000113
+gallium_dri.so malloc 72 0x557173618f30 0.000113
+gallium_dri.so free 0x557173618fc0 void 0.000113
+gallium_dri.so free 0x557173618f30 void 0.000113
+gallium_dri.so malloc 72 0x557173618f30 0.000125
+gallium_dri.so free 0x557173619080 void 0.000115
+gallium_dri.so free 0x557173618f30 void 0.000114
+gallium_dri.so malloc 72 0x5571736190f0 0.000115
+gallium_dri.so free 0x557173619140 void 0.000113
+gallium_dri.so free 0x5571736190f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736190f0 0.000113
+gallium_dri.so free 0x557173619240 void 0.000115
+gallium_dri.so free 0x5571736190f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736191f0 0.000113
+gallium_dri.so free 0x557173619300 void 0.000114
+gallium_dri.so free 0x5571736191f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736192b0 0.000113
+gallium_dri.so free 0x557173619340 void 0.000114
+gallium_dri.so free 0x5571736192b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736192b0 0.000112
+gallium_dri.so free 0x557173619400 void 0.000115
+gallium_dri.so free 0x5571736192b0 void 0.000128
+gallium_dri.so malloc 72 0x557173619440 0.000114
+gallium_dri.so free 0x5571736194c0 void 0.000114
+gallium_dri.so free 0x557173619440 void 0.000112
+gallium_dri.so malloc 72 0x5571736194c0 0.000113
+gallium_dri.so free 0x557173619580 void 0.000114
+gallium_dri.so free 0x5571736194c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736194c0 0.000113
+gallium_dri.so free 0x557173619640 void 0.000114
+gallium_dri.so free 0x5571736194c0 void 0.000113
+gallium_dri.so malloc 72 0x557173619660 0.000112
+gallium_dri.so free 0x557173619700 void 0.000114
+gallium_dri.so free 0x557173619660 void 0.000112
+gallium_dri.so malloc 72 0x5571736196b0 0.000114
+gallium_dri.so free 0x557173619780 void 0.000119
+gallium_dri.so free 0x5571736196b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736196b0 0.000120
+gallium_dri.so free 0x557173619800 void 0.000114
+gallium_dri.so free 0x5571736196b0 void 0.000117
+gallium_dri.so malloc 72 0x557173619800 0.000117
+gallium_dri.so free 0x5571736198c0 void 0.000114
+gallium_dri.so free 0x557173619800 void 0.000111
+gallium_dri.so malloc 72 0x557173619800 0.000115
+gallium_dri.so free 0x557173619980 void 0.000113
+gallium_dri.so free 0x557173619800 void 0.000112
+gallium_dri.so malloc 72 0x557173619800 0.000113
+gallium_dri.so free 0x557173619a40 void 0.000113
+gallium_dri.so free 0x557173619800 void 0.000135
+gallium_dri.so malloc 72 0x5571736199f0 0.000114
+gallium_dri.so free 0x557173619b00 void 0.000115
+gallium_dri.so free 0x5571736199f0 void 0.000113
+gallium_dri.so malloc 72 0x557173619ab0 0.000113
+gallium_dri.so free 0x557173619b80 void 0.000113
+gallium_dri.so free 0x557173619ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173619bd0 0.000112
+gallium_dri.so free 0x557173619c40 void 0.000113
+gallium_dri.so free 0x557173619bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173619c60 0.000112
+gallium_dri.so free 0x557173619d00 void 0.000112
+gallium_dri.so free 0x557173619c60 void 0.000114
+gallium_dri.so malloc 72 0x557173619cb0 0.000124
+gallium_dri.so free 0x557173619d80 void 0.000115
+gallium_dri.so free 0x557173619cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173619cb0 0.000118
+gallium_dri.so free 0x557173619e00 void 0.000116
+gallium_dri.so free 0x557173619cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173619e00 0.000112
+gallium_dri.so free 0x557173619ec0 void 0.000113
+gallium_dri.so free 0x557173619e00 void 0.000114
+gallium_dri.so malloc 72 0x557173619e00 0.000112
+gallium_dri.so free 0x557173619fc0 void 0.000114
+gallium_dri.so free 0x557173619e00 void 0.000137
+gallium_dri.so malloc 72 0x557173619f70 0.000114
+gallium_dri.so free 0x55717361a000 void 0.000114
+gallium_dri.so free 0x557173619f70 void 0.000132
+gallium_dri.so malloc 72 0x557173619f70 0.000112
+gallium_dri.so free 0x55717361a0c0 void 0.000112
+gallium_dri.so free 0x557173619f70 void 0.000112
+gallium_dri.so malloc 72 0x55717361a100 0.000113
+gallium_dri.so free 0x55717361a180 void 0.000113
+gallium_dri.so free 0x55717361a100 void 0.000112
+gallium_dri.so malloc 72 0x55717361a180 0.000113
+gallium_dri.so free 0x55717361a240 void 0.000113
+gallium_dri.so free 0x55717361a180 void 0.000110
+gallium_dri.so malloc 72 0x55717361a180 0.000110
+gallium_dri.so free 0x55717361a2c0 void 0.000113
+gallium_dri.so free 0x55717361a180 void 0.000112
+gallium_dri.so malloc 72 0x55717361a2f0 0.000112
+gallium_dri.so free 0x55717361a340 void 0.000114
+gallium_dri.so free 0x55717361a2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a2f0 0.000112
+gallium_dri.so free 0x55717361a440 void 0.000113
+gallium_dri.so free 0x55717361a2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a480 0.000111
+gallium_dri.so free 0x55717361a500 void 0.000111
+gallium_dri.so free 0x55717361a480 void 0.000112
+gallium_dri.so malloc 72 0x55717361a500 0.000118
+gallium_dri.so free 0x55717361a5c0 void 0.000119
+gallium_dri.so free 0x55717361a500 void 0.000113
+gallium_dri.so malloc 72 0x55717361a500 0.000114
+gallium_dri.so free 0x55717361a640 void 0.000112
+gallium_dri.so free 0x55717361a500 void 0.000120
+gallium_dri.so malloc 72 0x55717361a670 0.000120
+gallium_dri.so free 0x55717361a6c0 void 0.000118
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a670 0.000118
+gallium_dri.so free 0x55717361a7c0 void 0.000115
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a770 0.000116
+gallium_dri.so free 0x55717361a880 void 0.000114
+gallium_dri.so free 0x55717361a770 void 0.000112
+gallium_dri.so malloc 72 0x55717361a830 0.000114
+gallium_dri.so free 0x55717361a900 void 0.000113
+gallium_dri.so free 0x55717361a830 void 0.000115
+gallium_dri.so malloc 72 0x55717361a830 0.000113
+gallium_dri.so free 0x55717361a9c0 void 0.000113
+gallium_dri.so free 0x55717361a830 void 0.000113
+gallium_dri.so malloc 72 0x55717361a830 0.000114
+gallium_dri.so free 0x55717361aa80 void 0.000114
+gallium_dri.so free 0x55717361a830 void 0.000113
+gallium_dri.so malloc 72 0x55717361aa30 0.000113
+gallium_dri.so free 0x55717361ab00 void 0.000113
+gallium_dri.so free 0x55717361aa30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab50 0.000112
+gallium_dri.so free 0x55717361abc0 void 0.000114
+gallium_dri.so free 0x55717361ab50 void 0.000113
+gallium_dri.so malloc 72 0x55717361abe0 0.000113
+gallium_dri.so free 0x55717361ac80 void 0.000113
+gallium_dri.so free 0x55717361abe0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac30 0.000164
+gallium_dri.so free 0x55717361ad00 void 0.000113
+gallium_dri.so free 0x55717361ac30 void 0.000121
+gallium_dri.so malloc 72 0x55717361ad00 0.000114
+gallium_dri.so free 0x55717361adc0 void 0.000113
+gallium_dri.so free 0x55717361ad00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ad00 0.000117
+gallium_dri.so free 0x55717361ae40 void 0.000114
+gallium_dri.so free 0x55717361ad00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae40 0.000113
+gallium_dri.so free 0x55717361af00 void 0.000147
+gallium_dri.so free 0x55717361ae40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae40 0.000113
+gallium_dri.so free 0x55717361afc0 void 0.000113
+gallium_dri.so free 0x55717361ae40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae40 0.000112
+gallium_dri.so free 0x55717361b080 void 0.000113
+gallium_dri.so free 0x55717361ae40 void 0.000113
+gallium_dri.so malloc 72 0x55717361b030 0.000113
+gallium_dri.so free 0x55717361b100 void 0.000113
+gallium_dri.so free 0x55717361b030 void 0.000114
+gallium_dri.so malloc 72 0x55717361b150 0.000114
+gallium_dri.so free 0x55717361b1c0 void 0.000114
+gallium_dri.so free 0x55717361b150 void 0.000113
+gallium_dri.so malloc 72 0x55717361b200 0.000115
+gallium_dri.so free 0x55717361b280 void 0.000113
+gallium_dri.so free 0x55717361b200 void 0.000113
+gallium_dri.so malloc 72 0x55717361b200 0.000123
+gallium_dri.so free 0x55717361b300 void 0.000115
+gallium_dri.so free 0x55717361b200 void 0.000114
+gallium_dri.so malloc 72 0x55717361b330 0.000113
+gallium_dri.so free 0x55717361b380 void 0.000114
+gallium_dri.so free 0x55717361b330 void 0.000113
+gallium_dri.so malloc 72 0x55717361b330 0.000113
+gallium_dri.so free 0x55717361b480 void 0.000115
+gallium_dri.so free 0x55717361b330 void 0.000113
+gallium_dri.so malloc 72 0x55717361b430 0.000114
+gallium_dri.so free 0x55717361b540 void 0.000114
+gallium_dri.so free 0x55717361b430 void 0.000113
+gallium_dri.so malloc 72 0x55717361b4f0 0.000113
+gallium_dri.so free 0x55717361b580 void 0.000113
+gallium_dri.so free 0x55717361b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b4f0 0.000115
+gallium_dri.so free 0x55717361b640 void 0.000113
+gallium_dri.so free 0x55717361b4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b6b0 0.000114
+gallium_dri.so free 0x55717361b700 void 0.000114
+gallium_dri.so free 0x55717361b6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b6b0 0.000113
+gallium_dri.so free 0x55717361b800 void 0.000114
+gallium_dri.so free 0x55717361b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b7b0 0.000113
+gallium_dri.so free 0x55717361b8c0 void 0.000114
+gallium_dri.so free 0x55717361b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b870 0.000126
+gallium_dri.so free 0x55717361b900 void 0.000115
+gallium_dri.so free 0x55717361b870 void 0.000114
+gallium_dri.so malloc 72 0x55717361b870 0.000112
+gallium_dri.so free 0x55717361b9c0 void 0.000113
+gallium_dri.so free 0x55717361b870 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba00 0.000113
+gallium_dri.so free 0x55717361ba80 void 0.000113
+gallium_dri.so free 0x55717361ba00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba80 0.000114
+gallium_dri.so free 0x55717361bb40 void 0.000114
+gallium_dri.so free 0x55717361ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba80 0.000113
+gallium_dri.so free 0x55717361bc00 void 0.000115
+gallium_dri.so free 0x55717361ba80 void 0.000116
+gallium_dri.so malloc 72 0x55717361bc20 0.000113
+gallium_dri.so free 0x55717361bcc0 void 0.000115
+gallium_dri.so free 0x55717361bc20 void 0.000113
+gallium_dri.so malloc 72 0x55717361bc70 0.000113
+gallium_dri.so free 0x55717361bd40 void 0.000114
+gallium_dri.so free 0x55717361bc70 void 0.000114
+gallium_dri.so malloc 72 0x55717361bc70 0.000113
+gallium_dri.so free 0x55717361bdc0 void 0.000115
+gallium_dri.so free 0x55717361bc70 void 0.000117
+gallium_dri.so malloc 72 0x55717361bdc0 0.000115
+gallium_dri.so free 0x55717361be80 void 0.000138
+gallium_dri.so free 0x55717361bdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bdc0 0.000179
+gallium_dri.so free 0x55717361bf40 void 0.000117
+gallium_dri.so free 0x55717361bdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdc0 0.000115
+gallium_dri.so free 0x55717361c000 void 0.000114
+gallium_dri.so free 0x55717361bdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bfb0 0.000113
+gallium_dri.so free 0x55717361c0c0 void 0.000114
+gallium_dri.so free 0x55717361bfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c070 0.000112
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so free 0x55717361c070 void 0.000112
+gallium_dri.so malloc 72 0x55717361c190 0.000113
+gallium_dri.so free 0x55717361c200 void 0.000113
+gallium_dri.so free 0x55717361c190 void 0.000113
+gallium_dri.so malloc 72 0x55717361c220 0.000114
+gallium_dri.so free 0x55717361c2c0 void 0.000113
+gallium_dri.so free 0x55717361c220 void 0.000114
+gallium_dri.so malloc 72 0x55717361c270 0.000114
+gallium_dri.so free 0x55717361c340 void 0.000113
+gallium_dri.so free 0x55717361c270 void 0.000114
+gallium_dri.so malloc 72 0x55717361c270 0.000113
+gallium_dri.so free 0x55717361c3c0 void 0.000114
+gallium_dri.so free 0x55717361c270 void 0.000114
+gallium_dri.so malloc 72 0x55717361c3c0 0.000114
+gallium_dri.so free 0x55717361c480 void 0.000114
+gallium_dri.so free 0x55717361c3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c3c0 0.000113
+gallium_dri.so free 0x55717361c580 void 0.000121
+gallium_dri.so free 0x55717361c3c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c530 0.000119
+gallium_dri.so free 0x55717361c5c0 void 0.000120
+gallium_dri.so free 0x55717361c530 void 0.000115
+gallium_dri.so malloc 72 0x55717361c530 0.000113
+gallium_dri.so free 0x55717361c680 void 0.000113
+gallium_dri.so free 0x55717361c530 void 0.000112
+gallium_dri.so malloc 72 0x55717361c6c0 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000114
+gallium_dri.so free 0x55717361c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c740 0.000115
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so free 0x55717361c740 void 0.000113
+gallium_dri.so malloc 72 0x55717361c740 0.000114
+gallium_dri.so free 0x55717361c880 void 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000112
+gallium_dri.so malloc 72 0x55717361c8b0 0.000114
+gallium_dri.so free 0x55717361c900 void 0.000115
+gallium_dri.so free 0x55717361c8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c8b0 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000113
+gallium_dri.so free 0x55717361c8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ca40 0.000113
+gallium_dri.so free 0x55717361cac0 void 0.000114
+gallium_dri.so free 0x55717361ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717361cac0 0.000120
+gallium_dri.so free 0x55717361cb80 void 0.000114
+gallium_dri.so free 0x55717361cac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cac0 0.000113
+gallium_dri.so free 0x55717361cc00 void 0.000113
+gallium_dri.so free 0x55717361cac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc30 0.000113
+gallium_dri.so free 0x55717361cc80 void 0.000112
+gallium_dri.so free 0x55717361cc30 void 0.000112
+gallium_dri.so malloc 72 0x55717361cc30 0.000113
+gallium_dri.so free 0x55717361cd80 void 0.000123
+gallium_dri.so free 0x55717361cc30 void 0.000119
+gallium_dri.so malloc 72 0x55717361cd30 0.000114
+gallium_dri.so free 0x55717361ce40 void 0.000118
+gallium_dri.so free 0x55717361cd30 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000114
+gallium_dri.so free 0x55717361cec0 void 0.000114
+gallium_dri.so free 0x55717361cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000113
+gallium_dri.so free 0x55717361cf80 void 0.000113
+gallium_dri.so free 0x55717361cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cdf0 0.000116
+gallium_dri.so free 0x55717361d040 void 0.000114
+gallium_dri.so free 0x55717361cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cff0 0.000112
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so free 0x55717361cff0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d110 0.000114
+gallium_dri.so free 0x55717361d180 void 0.000161
+gallium_dri.so free 0x55717361d110 void 0.000112
+gallium_dri.so malloc 72 0x55717361d1a0 0.000112
+gallium_dri.so free 0x55717361d240 void 0.000112
+gallium_dri.so free 0x55717361d1a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d1f0 0.000112
+gallium_dri.so free 0x55717361d2c0 void 0.000112
+gallium_dri.so free 0x55717361d1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d2c0 0.000112
+gallium_dri.so free 0x55717361d380 void 0.000113
+gallium_dri.so free 0x55717361d2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d2c0 0.000111
+gallium_dri.so free 0x55717361d400 void 0.000111
+gallium_dri.so free 0x55717361d2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d400 0.000117
+gallium_dri.so free 0x55717361d4c0 void 0.000114
+gallium_dri.so free 0x55717361d400 void 0.000113
+gallium_dri.so malloc 72 0x55717361d400 0.000119
+gallium_dri.so free 0x55717361d580 void 0.000126
+gallium_dri.so free 0x55717361d400 void 0.000120
+gallium_dri.so malloc 72 0x55717361d400 0.000114
+gallium_dri.so free 0x55717361d640 void 0.000114
+gallium_dri.so free 0x55717361d400 void 0.000117
+gallium_dri.so malloc 72 0x55717361d5f0 0.000122
+gallium_dri.so free 0x55717361d6c0 void 0.000124
+gallium_dri.so free 0x55717361d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d710 0.000122
+gallium_dri.so free 0x55717361d780 void 0.000125
+gallium_dri.so free 0x55717361d710 void 0.000120
+gallium_dri.so malloc 72 0x55717361d7c0 0.000115
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so free 0x55717361d7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d7c0 0.000122
+gallium_dri.so free 0x55717361d8c0 void 0.000124
+gallium_dri.so free 0x55717361d7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d8f0 0.000120
+gallium_dri.so free 0x55717361d940 void 0.000123
+gallium_dri.so free 0x55717361d8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717361d8f0 0.000124
+gallium_dri.so free 0x55717361da40 void 0.000124
+gallium_dri.so free 0x55717361d8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361d9f0 0.000119
+gallium_dri.so free 0x55717361db00 void 0.000120
+gallium_dri.so free 0x55717361d9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361dab0 0.000120
+gallium_dri.so free 0x55717361db40 void 0.000141
+gallium_dri.so free 0x55717361dab0 void 0.000121
+gallium_dri.so malloc 72 0x55717361dab0 0.000124
+gallium_dri.so free 0x55717361dc00 void 0.000134
+gallium_dri.so free 0x55717361dab0 void 0.000120
+gallium_dri.so malloc 72 0x55717361dc70 0.000130
+gallium_dri.so free 0x55717361dcc0 void 0.000164
+gallium_dri.so free 0x55717361dc70 void 0.000132
+gallium_dri.so malloc 72 0x55717361dc70 0.000164
+gallium_dri.so free 0x55717361ddc0 void 0.000126
+gallium_dri.so free 0x55717361dc70 void 0.000126
+gallium_dri.so malloc 72 0x55717361dd70 0.000123
+gallium_dri.so free 0x55717361de80 void 0.000120
+gallium_dri.so free 0x55717361dd70 void 0.000124
+gallium_dri.so malloc 72 0x55717361de30 0.000129
+gallium_dri.so free 0x55717361dec0 void 0.000130
+gallium_dri.so free 0x55717361de30 void 0.000130
+gallium_dri.so malloc 72 0x55717361de30 0.000129
+gallium_dri.so free 0x55717361df80 void 0.000130
+gallium_dri.so free 0x55717361de30 void 0.000130
+gallium_dri.so malloc 72 0x55717361dfc0 0.000124
+gallium_dri.so free 0x55717361e040 void 0.000129
+gallium_dri.so free 0x55717361dfc0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e040 0.000125
+gallium_dri.so free 0x55717361e100 void 0.000183
+gallium_dri.so free 0x55717361e040 void 0.000131
+gallium_dri.so malloc 72 0x55717361e040 0.000130
+gallium_dri.so free 0x55717361e1c0 void 0.000131
+gallium_dri.so free 0x55717361e040 void 0.000128
+gallium_dri.so malloc 72 0x55717361e1e0 0.000120
+gallium_dri.so free 0x55717361e280 void 0.000120
+gallium_dri.so free 0x55717361e1e0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e230 0.000129
+gallium_dri.so free 0x55717361e300 void 0.000129
+gallium_dri.so free 0x55717361e230 void 0.000131
+gallium_dri.so malloc 72 0x55717361e230 0.000130
+gallium_dri.so free 0x55717361e380 void 0.000126
+gallium_dri.so free 0x55717361e230 void 0.000126
+gallium_dri.so malloc 72 0x55717361e380 0.000130
+gallium_dri.so free 0x55717361e440 void 0.000130
+gallium_dri.so free 0x55717361e380 void 0.000126
+gallium_dri.so malloc 72 0x55717361e380 0.000125
+gallium_dri.so free 0x55717361e500 void 0.000125
+gallium_dri.so free 0x55717361e380 void 0.000124
+gallium_dri.so malloc 72 0x55717361e380 0.000129
+gallium_dri.so free 0x55717361e5c0 void 0.000129
+gallium_dri.so free 0x55717361e380 void 0.000130
+gallium_dri.so malloc 72 0x55717361e570 0.000124
+gallium_dri.so free 0x55717361e680 void 0.000132
+gallium_dri.so free 0x55717361e570 void 0.000122
+gallium_dri.so malloc 72 0x55717361e630 0.000125
+gallium_dri.so free 0x55717361e700 void 0.000130
+gallium_dri.so free 0x55717361e630 void 0.000129
+gallium_dri.so malloc 72 0x55717361e750 0.000125
+gallium_dri.so free 0x55717361e7c0 void 0.000119
+gallium_dri.so free 0x55717361e750 void 0.000123
+gallium_dri.so malloc 72 0x55717361e7e0 0.000129
+gallium_dri.so free 0x55717361e880 void 0.000129
+gallium_dri.so free 0x55717361e7e0 void 0.000157
+gallium_dri.so malloc 72 0x55717361e830 0.000132
+gallium_dri.so free 0x55717361e900 void 0.000129
+gallium_dri.so free 0x55717361e830 void 0.000130
+gallium_dri.so malloc 72 0x55717361e830 0.000129
+gallium_dri.so free 0x55717361e980 void 0.000128
+gallium_dri.so free 0x55717361e830 void 0.000130
+gallium_dri.so malloc 72 0x55717361e980 0.000130
+gallium_dri.so free 0x55717361ea40 void 0.000130
+gallium_dri.so free 0x55717361e980 void 0.000130
+gallium_dri.so malloc 72 0x55717361e980 0.000125
+gallium_dri.so free 0x55717361eb40 void 0.000126
+gallium_dri.so free 0x55717361e980 void 0.000125
+gallium_dri.so malloc 72 0x55717361eaf0 0.000120
+gallium_dri.so free 0x55717361eb80 void 0.000125
+gallium_dri.so free 0x55717361eaf0 void 0.000133
+gallium_dri.so malloc 72 0x55717361eaf0 0.000129
+gallium_dri.so free 0x55717361ec40 void 0.000130
+gallium_dri.so free 0x55717361eaf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361ec80 0.000129
+gallium_dri.so free 0x55717361ed00 void 0.000125
+gallium_dri.so free 0x55717361ec80 void 0.000119
+gallium_dri.so malloc 72 0x55717361ed00 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000121
+gallium_dri.so free 0x55717361ed00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ed00 0.000123
+gallium_dri.so free 0x55717361ee40 void 0.000130
+gallium_dri.so free 0x55717361ed00 void 0.000132
+gallium_dri.so malloc 72 0x55717361ee70 0.000124
+gallium_dri.so free 0x55717361eec0 void 0.000125
+gallium_dri.so free 0x55717361ee70 void 0.000130
+gallium_dri.so malloc 72 0x55717361ee70 0.000129
+gallium_dri.so free 0x55717361efc0 void 0.000126
+gallium_dri.so free 0x55717361ee70 void 0.000120
+gallium_dri.so malloc 72 0x55717361f000 0.000120
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so free 0x55717361f000 void 0.000118
+gallium_dri.so malloc 72 0x55717361f080 0.000119
+gallium_dri.so free 0x55717361f140 void 0.000119
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so malloc 72 0x55717361f080 0.000126
+gallium_dri.so free 0x55717361f1c0 void 0.000120
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f240 void 0.000120
+gallium_dri.so free 0x55717361f1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f1f0 0.000118
+gallium_dri.so free 0x55717361f340 void 0.000120
+gallium_dri.so free 0x55717361f1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f2f0 0.000119
+gallium_dri.so free 0x55717361f400 void 0.000120
+gallium_dri.so free 0x55717361f2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f3b0 0.000120
+gallium_dri.so free 0x55717361f480 void 0.000118
+gallium_dri.so free 0x55717361f3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f3b0 0.000128
+gallium_dri.so free 0x55717361f540 void 0.000120
+gallium_dri.so free 0x55717361f3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f3b0 0.000119
+gallium_dri.so free 0x55717361f600 void 0.000119
+gallium_dri.so free 0x55717361f3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f5b0 0.000119
+gallium_dri.so free 0x55717361f680 void 0.000132
+gallium_dri.so free 0x55717361f5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f6d0 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000131
+gallium_dri.so free 0x55717361f6d0 void 0.000144
+gallium_dri.so malloc 72 0x55717361f760 0.000132
+gallium_dri.so free 0x55717361f800 void 0.000138
+gallium_dri.so free 0x55717361f760 void 0.000133
+gallium_dri.so malloc 72 0x55717361f7b0 0.000124
+gallium_dri.so free 0x55717361f880 void 0.000119
+gallium_dri.so free 0x55717361f7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f880 0.000126
+gallium_dri.so free 0x55717361f940 void 0.000115
+gallium_dri.so free 0x55717361f880 void 0.000112
+gallium_dri.so malloc 72 0x55717361f880 0.000112
+gallium_dri.so free 0x55717361f9c0 void 0.000113
+gallium_dri.so free 0x55717361f880 void 0.000112
+gallium_dri.so malloc 72 0x55717361f9c0 0.000112
+gallium_dri.so free 0x55717361fa80 void 0.000114
+gallium_dri.so free 0x55717361f9c0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f9c0 0.000112
+gallium_dri.so free 0x55717361fb40 void 0.000112
+gallium_dri.so free 0x55717361f9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f9c0 0.000112
+gallium_dri.so free 0x55717361fc00 void 0.000114
+gallium_dri.so free 0x55717361f9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fbb0 0.000112
+gallium_dri.so free 0x55717361fc80 void 0.000114
+gallium_dri.so free 0x55717361fbb0 void 0.000111
+gallium_dri.so malloc 72 0x55717361fcd0 0.000123
+gallium_dri.so free 0x55717361fd40 void 0.000113
+gallium_dri.so free 0x55717361fcd0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fd80 0.000111
+gallium_dri.so free 0x55717361fe00 void 0.000112
+gallium_dri.so free 0x55717361fd80 void 0.000112
+gallium_dri.so malloc 72 0x55717361fd80 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000112
+gallium_dri.so free 0x55717361fd80 void 0.000111
+gallium_dri.so malloc 72 0x55717361feb0 0.000112
+gallium_dri.so free 0x55717361ff00 void 0.000111
+gallium_dri.so free 0x55717361feb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361feb0 0.000111
+gallium_dri.so free 0x557173620000 void 0.000111
+gallium_dri.so free 0x55717361feb0 void 0.000111
+gallium_dri.so malloc 72 0x55717361ffb0 0.000112
+gallium_dri.so free 0x5571736200c0 void 0.000116
+gallium_dri.so free 0x55717361ffb0 void 0.000122
+gallium_dri.so malloc 72 0x557173620070 0.000118
+gallium_dri.so free 0x557173620100 void 0.000112
+gallium_dri.so free 0x557173620070 void 0.000114
+gallium_dri.so malloc 72 0x557173620070 0.000112
+gallium_dri.so free 0x5571736201c0 void 0.000116
+gallium_dri.so free 0x557173620070 void 0.000113
+gallium_dri.so malloc 72 0x557173620230 0.000112
+gallium_dri.so free 0x557173620280 void 0.000113
+gallium_dri.so free 0x557173620230 void 0.000113
+gallium_dri.so malloc 72 0x557173620230 0.000112
+gallium_dri.so free 0x557173620380 void 0.000126
+gallium_dri.so free 0x557173620230 void 0.000113
+gallium_dri.so malloc 72 0x557173620330 0.000113
+gallium_dri.so free 0x557173620440 void 0.000113
+gallium_dri.so free 0x557173620330 void 0.000112
+gallium_dri.so malloc 72 0x5571736203f0 0.000113
+gallium_dri.so free 0x557173620480 void 0.000112
+gallium_dri.so free 0x5571736203f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736203f0 0.000112
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so free 0x5571736203f0 void 0.000134
+gallium_dri.so malloc 72 0x557173620580 0.000113
+gallium_dri.so free 0x557173620600 void 0.000114
+gallium_dri.so free 0x557173620580 void 0.000112
+gallium_dri.so malloc 72 0x557173620600 0.000113
+gallium_dri.so free 0x5571736206c0 void 0.000112
+gallium_dri.so free 0x557173620600 void 0.000112
+gallium_dri.so malloc 72 0x557173620600 0.000113
+gallium_dri.so free 0x557173620780 void 0.000114
+gallium_dri.so free 0x557173620600 void 0.000114
+gallium_dri.so malloc 72 0x5571736207a0 0.000113
+gallium_dri.so free 0x557173620840 void 0.000113
+gallium_dri.so free 0x5571736207a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736207f0 0.000112
+gallium_dri.so free 0x5571736208c0 void 0.000113
+gallium_dri.so free 0x5571736207f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207f0 0.000116
+gallium_dri.so free 0x557173620940 void 0.000123
+gallium_dri.so free 0x5571736207f0 void 0.000113
+gallium_dri.so malloc 72 0x557173620940 0.000112
+gallium_dri.so free 0x557173620a00 void 0.000111
+gallium_dri.so free 0x557173620940 void 0.000112
+gallium_dri.so malloc 72 0x557173620940 0.000112
+gallium_dri.so free 0x557173620ac0 void 0.000112
+gallium_dri.so free 0x557173620940 void 0.000112
+gallium_dri.so malloc 72 0x557173620940 0.000111
+gallium_dri.so free 0x557173620b80 void 0.000121
+gallium_dri.so free 0x557173620940 void 0.000118
+gallium_dri.so malloc 72 0x557173620b30 0.000113
+gallium_dri.so free 0x557173620c40 void 0.000114
+gallium_dri.so free 0x557173620b30 void 0.000113
+gallium_dri.so malloc 72 0x557173620bf0 0.000111
+gallium_dri.so free 0x557173620cc0 void 0.000113
+gallium_dri.so free 0x557173620bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173620d10 0.000113
+gallium_dri.so free 0x557173620d80 void 0.000113
+gallium_dri.so free 0x557173620d10 void 0.000113
+gallium_dri.so malloc 72 0x557173620da0 0.000116
+gallium_dri.so free 0x557173620e40 void 0.000114
+gallium_dri.so free 0x557173620da0 void 0.000113
+gallium_dri.so malloc 72 0x557173620df0 0.000113
+gallium_dri.so free 0x557173620ec0 void 0.000112
+gallium_dri.so free 0x557173620df0 void 0.000113
+gallium_dri.so malloc 72 0x557173620df0 0.000112
+gallium_dri.so free 0x5571735bf3c0 void 0.000168
+gallium_dri.so free 0x557173620df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf370 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000113
+gallium_dri.so free 0x5571735bf370 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc30 0.000113
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000112
+gallium_dri.so free 0x5571735bf4c0 void 0.000113
+gallium_dri.so free 0x5571735cadb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000112
+gallium_dri.so free 0x5571735bf540 void 0.000113
+gallium_dri.so free 0x5571735bf4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000112
+gallium_dri.so free 0x5571735bf640 void 0.000113
+gallium_dri.so free 0x5571735bf4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000112
+gallium_dri.so free 0x5571735bf700 void 0.000113
+gallium_dri.so free 0x5571735bf5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000112
+gallium_dri.so free 0x5571735bf840 void 0.000112
+gallium_dri.so free 0x5571735bf6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000113
+gallium_dri.so free 0x5571735bf8c0 void 0.000138
+gallium_dri.so free 0x5571735bf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000130
+gallium_dri.so free 0x5571735bf870 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfa00 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000113
+gallium_dri.so free 0x5571735bfa00 void 0.000113
+gallium_dri.so malloc 72 0x557173600ed0 0.000113
+gallium_dri.so free 0x557173600f40 void 0.000113
+gallium_dri.so free 0x557173600ed0 void 0.000112
+gallium_dri.so malloc 72 0x557173600f60 0.000112
+gallium_dri.so free 0x557173601000 void 0.000114
+gallium_dri.so free 0x557173600f60 void 0.000113
+gallium_dri.so malloc 72 0x557173600fb0 0.000113
+gallium_dri.so free 0x5571735bfa80 void 0.000113
+gallium_dri.so free 0x557173600fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173600fb0 0.000113
+gallium_dri.so free 0x557173601080 void 0.000114
+gallium_dri.so free 0x557173600fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601080 0.000113
+gallium_dri.so free 0x557173601140 void 0.000113
+gallium_dri.so free 0x557173601080 void 0.000113
+gallium_dri.so malloc 72 0x557173601080 0.000112
+gallium_dri.so free 0x557173601200 void 0.000113
+gallium_dri.so free 0x557173601080 void 0.000112
+gallium_dri.so malloc 72 0x557173601220 0.000113
+gallium_dri.so free 0x5571736012c0 void 0.000114
+gallium_dri.so free 0x557173601220 void 0.000113
+gallium_dri.so malloc 72 0x557173601270 0.000112
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x557173601270 void 0.000120
+gallium_dri.so malloc 72 0x557173601270 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000115
+gallium_dri.so free 0x557173601270 void 0.000112
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013c0 0.000114
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x5571736013c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736015b0 0.000112
+gallium_dri.so free 0x5571736016c0 void 0.000113
+gallium_dri.so free 0x5571736015b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601670 0.000114
+gallium_dri.so free 0x557173601740 void 0.000115
+gallium_dri.so free 0x557173601670 void 0.000113
+gallium_dri.so malloc 72 0x557173601790 0.000112
+gallium_dri.so free 0x557173601800 void 0.000113
+gallium_dri.so free 0x557173601790 void 0.000112
+gallium_dri.so malloc 72 0x557173601820 0.000112
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so free 0x557173601820 void 0.000113
+gallium_dri.so malloc 72 0x557173601870 0.000112
+gallium_dri.so free 0x557173601940 void 0.000114
+gallium_dri.so free 0x557173601870 void 0.000180
+gallium_dri.so malloc 72 0x557173601870 0.000114
+gallium_dri.so free 0x5571736019c0 void 0.000113
+gallium_dri.so free 0x557173601870 void 0.000113
+gallium_dri.so malloc 72 0x5571736019c0 0.000113
+gallium_dri.so free 0x557173601a80 void 0.000114
+gallium_dri.so free 0x5571736019c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736019c0 0.000113
+gallium_dri.so free 0x557173601b80 void 0.000113
+gallium_dri.so free 0x5571736019c0 void 0.000113
+gallium_dri.so malloc 72 0x557173601b30 0.000119
+gallium_dri.so free 0x557173601bc0 void 0.000122
+gallium_dri.so free 0x557173601b30 void 0.000113
+gallium_dri.so malloc 72 0x557173601b30 0.000113
+gallium_dri.so free 0x557173601c80 void 0.000114
+gallium_dri.so free 0x557173601b30 void 0.000112
+gallium_dri.so malloc 72 0x557173601cc0 0.000116
+gallium_dri.so free 0x557173601d40 void 0.000115
+gallium_dri.so free 0x557173601cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173601d40 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000112
+gallium_dri.so malloc 72 0x557173601d40 0.000112
+gallium_dri.so free 0x557173601e80 void 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000114
+gallium_dri.so malloc 72 0x557173601eb0 0.000112
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so free 0x557173601eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173601eb0 0.000115
+gallium_dri.so free 0x557173602000 void 0.000113
+gallium_dri.so free 0x557173601eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173602040 0.000112
+gallium_dri.so free 0x5571736020c0 void 0.000113
+gallium_dri.so free 0x557173602040 void 0.000119
+gallium_dri.so malloc 72 0x5571736020c0 0.000114
+gallium_dri.so free 0x557173602180 void 0.000113
+gallium_dri.so free 0x5571736020c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736020c0 0.000113
+gallium_dri.so free 0x557173602200 void 0.000114
+gallium_dri.so free 0x5571736020c0 void 0.000113
+gallium_dri.so malloc 72 0x557173602230 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so free 0x557173602230 void 0.000112
+gallium_dri.so malloc 72 0x557173602230 0.000112
+gallium_dri.so free 0x5571735f0580 void 0.000114
+gallium_dri.so free 0x557173602230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0530 0.000114
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so free 0x5571735f0530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05f0 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05f0 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05f0 0.000127
+gallium_dri.so free 0x5571735f0840 void 0.000115
+gallium_dri.so free 0x5571735f05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07f0 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so free 0x5571735f07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0910 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f0910 void 0.000112
+gallium_dri.so malloc 72 0x5571735f09a0 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so free 0x5571735f09a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09f0 0.000112
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000124
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c00 0.000165
+gallium_dri.so free 0x5571735f0e40 void 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f10 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000113
+gallium_dri.so free 0x5571735f0f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000112
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so free 0x5571735f0fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10f0 0.000114
+gallium_dri.so free 0x5571735f1140 void 0.000112
+gallium_dri.so free 0x5571735f10f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10f0 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so free 0x5571735f10f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f11f0 0.000114
+gallium_dri.so free 0x5571735f1300 void 0.000117
+gallium_dri.so free 0x5571735f11f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000113
+gallium_dri.so free 0x5571735f1340 void 0.000113
+gallium_dri.so free 0x5571735f12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000124
+gallium_dri.so free 0x5571735f1400 void 0.000116
+gallium_dri.so free 0x5571735f12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1470 0.000125
+gallium_dri.so free 0x5571735f14c0 void 0.000114
+gallium_dri.so free 0x5571735f1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1470 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so free 0x5571735f1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1570 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000113
+gallium_dri.so free 0x5571735f1570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1630 0.000116
+gallium_dri.so free 0x5571735f16c0 void 0.000123
+gallium_dri.so free 0x5571735f1630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1630 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000114
+gallium_dri.so free 0x5571735f1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17c0 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so free 0x5571735f17c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1840 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1840 0.000115
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735f19e0 0.000113
+gallium_dri.so free 0x5571735f1a80 void 0.000108
+gallium_dri.so free 0x5571735f19e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a30 0.000119
+gallium_dri.so free 0x5571735f1b00 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1b80 0.000112
+gallium_dri.so free 0x5571735f1c40 void 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b80 0.000133
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b80 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d70 0.000114
+gallium_dri.so free 0x5571735f1e80 void 0.000115
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e30 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f50 0.000114
+gallium_dri.so free 0x5571735f1fc0 void 0.000113
+gallium_dri.so free 0x5571735f1f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000112
+gallium_dri.so free 0x5571735f2080 void 0.000130
+gallium_dri.so free 0x5571735f1fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2030 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2030 0.000114
+gallium_dri.so free 0x5571735f2180 void 0.000114
+gallium_dri.so free 0x5571735f2030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2180 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so free 0x5571735f2180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2180 0.000114
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so free 0x5571735f2180 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22f0 0.000113
+gallium_dri.so free 0x5571735f2380 void 0.000113
+gallium_dri.so free 0x5571735f22f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f22f0 0.000112
+gallium_dri.so free 0x5571735f2440 void 0.000113
+gallium_dri.so free 0x5571735f22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2480 0.000112
+gallium_dri.so free 0x5571735f2500 void 0.000113
+gallium_dri.so free 0x5571735f2480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2500 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f2500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2500 0.000112
+gallium_dri.so free 0x5571735f2640 void 0.000157
+gallium_dri.so free 0x5571735f2500 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2670 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f2670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2670 0.000115
+gallium_dri.so free 0x5571735f27c0 void 0.000106
+gallium_dri.so free 0x5571735f2670 void 0.000254
+gallium_dri.so malloc 72 0x5571735f2800 0.000152
+gallium_dri.so free 0x5571735f2880 void 0.000116
+gallium_dri.so free 0x5571735f2800 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2880 0.000112
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2880 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000113
+gallium_dri.so free 0x5571735f2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29f0 0.000112
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f29f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f29f0 0.000114
+gallium_dri.so free 0x5571735f2b40 void 0.000113
+gallium_dri.so free 0x5571735f29f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2af0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000144
+gallium_dri.so free 0x5571735f2af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000127
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so free 0x5571735f2bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000114
+gallium_dri.so free 0x5571735f2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000113
+gallium_dri.so free 0x5571735f2e00 void 0.000114
+gallium_dri.so free 0x5571735f2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2db0 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ed0 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000113
+gallium_dri.so free 0x5571735f2ed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f60 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000113
+gallium_dri.so free 0x5571735f2f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000112
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3080 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3080 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000113
+gallium_dri.so free 0x5571735f3280 void 0.000126
+gallium_dri.so free 0x5571735f31c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f31c0 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33b0 0.000117
+gallium_dri.so free 0x5571735f3480 void 0.000117
+gallium_dri.so free 0x5571735f33b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f34d0 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so free 0x5571735f34d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3580 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so free 0x5571735f3580 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3580 0.000124
+gallium_dri.so free 0x5571735f3680 void 0.000123
+gallium_dri.so free 0x5571735f3580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so free 0x5571735f36b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f36b0 0.000112
+gallium_dri.so free 0x5571735eb480 void 0.000113
+gallium_dri.so free 0x5571735f36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb430 0.000176
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735eb430 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000125
+gallium_dri.so free 0x5571735eb4f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000120
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so free 0x5571735eb6b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000113
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x5571735eb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000112
+gallium_dri.so free 0x5571735eb8c0 void 0.000114
+gallium_dri.so free 0x5571735eb7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb870 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000113
+gallium_dri.so free 0x5571735eb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb870 0.000112
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba00 0.000113
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eba00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba80 0.000117
+gallium_dri.so free 0x5571735ebb40 void 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba80 0.000114
+gallium_dri.so free 0x5571735ebc00 void 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc20 0.000112
+gallium_dri.so free 0x5571735ebcc0 void 0.000113
+gallium_dri.so free 0x5571735ebc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc70 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc70 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735ebc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000112
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000112
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000117
+gallium_dri.so free 0x5571735ebfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec070 0.000127
+gallium_dri.so free 0x5571735ec140 void 0.000122
+gallium_dri.so free 0x5571735ec070 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec190 0.000120
+gallium_dri.so free 0x5571735ec200 void 0.000118
+gallium_dri.so free 0x5571735ec190 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec220 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000119
+gallium_dri.so free 0x5571735ec220 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec270 0.000124
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735ec270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec270 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000118
+gallium_dri.so free 0x5571735ec580 void 0.000119
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec530 0.000116
+gallium_dri.so free 0x5571735ec5c0 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec530 0.000145
+gallium_dri.so free 0x5571735ec680 void 0.000163
+gallium_dri.so free 0x5571735ec530 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so free 0x5571735ec6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec740 0.000117
+gallium_dri.so free 0x5571735ec800 void 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec740 0.000118
+gallium_dri.so free 0x5571735ec880 void 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000118
+gallium_dri.so free 0x5571735ec900 void 0.000118
+gallium_dri.so free 0x5571735ec8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000118
+gallium_dri.so free 0x5571735eca00 void 0.000118
+gallium_dri.so free 0x5571735ec8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eca40 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000118
+gallium_dri.so free 0x5571735eca40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecac0 0.000116
+gallium_dri.so free 0x5571735ecb80 void 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecac0 0.000116
+gallium_dri.so free 0x5571735ecc00 void 0.000118
+gallium_dri.so free 0x5571735ecac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc30 0.000118
+gallium_dri.so free 0x5571735ecc80 void 0.000127
+gallium_dri.so free 0x5571735ecc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc30 0.000118
+gallium_dri.so free 0x5571735ecd80 void 0.000118
+gallium_dri.so free 0x5571735ecc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd30 0.000117
+gallium_dri.so free 0x5571735ece40 void 0.000118
+gallium_dri.so free 0x5571735ecd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000118
+gallium_dri.so free 0x5571735ecdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000118
+gallium_dri.so free 0x5571735ecf80 void 0.000118
+gallium_dri.so free 0x5571735ecdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000118
+gallium_dri.so free 0x5571735ed040 void 0.000124
+gallium_dri.so free 0x5571735ecdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecff0 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000118
+gallium_dri.so free 0x5571735ecff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed110 0.000116
+gallium_dri.so free 0x5571735ed180 void 0.000118
+gallium_dri.so free 0x5571735ed110 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000117
+gallium_dri.so free 0x5571735ed240 void 0.000117
+gallium_dri.so free 0x5571735ed1a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000126
+gallium_dri.so free 0x5571735ed2c0 void 0.000118
+gallium_dri.so free 0x5571735ed1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000117
+gallium_dri.so free 0x5571735ed380 void 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000118
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed400 0.000119
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000146
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so free 0x5571735ed400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed400 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed400 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed710 0.000118
+gallium_dri.so free 0x5571735ed780 void 0.000117
+gallium_dri.so free 0x5571735ed710 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000119
+gallium_dri.so free 0x5571735ed7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000121
+gallium_dri.so free 0x5571735ed8c0 void 0.000120
+gallium_dri.so free 0x5571735ed7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000118
+gallium_dri.so free 0x5571735ed940 void 0.000117
+gallium_dri.so free 0x5571735ed8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000118
+gallium_dri.so free 0x5571735eda40 void 0.000117
+gallium_dri.so free 0x5571735ed8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000118
+gallium_dri.so free 0x5571735edb00 void 0.000119
+gallium_dri.so free 0x5571735ed9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edab0 0.000116
+gallium_dri.so free 0x5571735edb40 void 0.000118
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edc00 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc70 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc70 0.000117
+gallium_dri.so free 0x5571735eddc0 void 0.000117
+gallium_dri.so free 0x5571735edc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000118
+gallium_dri.so free 0x5571735ede80 void 0.000118
+gallium_dri.so free 0x5571735edd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000118
+gallium_dri.so free 0x5571735ede30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede30 0.000117
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735ede30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edfc0 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so free 0x5571735edfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000117
+gallium_dri.so free 0x5571735ee280 void 0.000117
+gallium_dri.so free 0x5571735ee1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee230 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee230 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000117
+gallium_dri.so free 0x5571735ee230 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee380 0.000143
+gallium_dri.so free 0x5571735ee440 void 0.000131
+gallium_dri.so free 0x5571735ee380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee380 0.000117
+gallium_dri.so free 0x5571735ee500 void 0.000117
+gallium_dri.so free 0x5571735ee380 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee380 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee570 0.000117
+gallium_dri.so free 0x5571735ee680 void 0.000117
+gallium_dri.so free 0x5571735ee570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee630 0.000116
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee630 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee750 0.000118
+gallium_dri.so free 0x5571735ee7c0 void 0.000118
+gallium_dri.so free 0x5571735ee750 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000118
+gallium_dri.so free 0x5571735ee880 void 0.000117
+gallium_dri.so free 0x5571735ee7e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee830 0.000117
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee830 0.000117
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so free 0x5571735ee830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee980 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee980 0.000119
+gallium_dri.so free 0x5571735eeb40 void 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000118
+gallium_dri.so free 0x5571735eeb80 void 0.000118
+gallium_dri.so free 0x5571735eeaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000118
+gallium_dri.so free 0x5571735eeaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eec80 0.000117
+gallium_dri.so free 0x5571735eed00 void 0.000118
+gallium_dri.so free 0x5571735eec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed00 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed00 0.000117
+gallium_dri.so free 0x5571735eee40 void 0.000117
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee70 0.000118
+gallium_dri.so free 0x5571735eeec0 void 0.000123
+gallium_dri.so free 0x5571735eee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee70 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000117
+gallium_dri.so free 0x5571735eee70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef000 0.000126
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735ef000 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef080 0.000118
+gallium_dri.so free 0x5571735ef140 void 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef080 0.000118
+gallium_dri.so free 0x5571735ef1c0 void 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef1f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000119
+gallium_dri.so free 0x5571735ef3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef540 void 0.000118
+gallium_dri.so free 0x5571735ef3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000119
+gallium_dri.so free 0x5571735ef5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000118
+gallium_dri.so free 0x5571735ef740 void 0.000122
+gallium_dri.so free 0x5571735ef6d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef760 0.000122
+gallium_dri.so free 0x5571735ef800 void 0.000259
+gallium_dri.so free 0x5571735ef760 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000117
+gallium_dri.so free 0x5571735ef7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef880 0.000117
+gallium_dri.so free 0x5571735ef940 void 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef880 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000117
+gallium_dri.so free 0x5571735efa80 void 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000122
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000176
+gallium_dri.so free 0x5571735efc00 void 0.000123
+gallium_dri.so free 0x5571735ef9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efbb0 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000122
+gallium_dri.so free 0x5571735efbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efcd0 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000122
+gallium_dri.so free 0x5571735efcd0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efd80 0.000122
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd80 void 0.000130
+gallium_dri.so malloc 72 0x5571735efd80 0.000125
+gallium_dri.so free 0x5571735efe80 void 0.000121
+gallium_dri.so free 0x5571735efd80 void 0.000172
+gallium_dri.so malloc 72 0x5571735efeb0 0.000121
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so free 0x5571735efeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efeb0 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000118
+gallium_dri.so free 0x5571735efeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735effb0 0.000117
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735effb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0070 0.000135
+gallium_dri.so free 0x5571735f0100 void 0.000127
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000111
+gallium_dri.so free 0x5571735f01c0 void 0.000109
+gallium_dri.so free 0x5571735f0070 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0230 0.000110
+gallium_dri.so free 0x5571735f0280 void 0.000111
+gallium_dri.so free 0x5571735f0230 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0230 0.000111
+gallium_dri.so free 0x5571735f0380 void 0.000112
+gallium_dri.so free 0x5571735f0230 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0330 0.000110
+gallium_dri.so free 0x5571735bfdc0 void 0.000109
+gallium_dri.so free 0x5571735f0330 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0330 0.000111
+gallium_dri.so free 0x5571735bfe40 void 0.000110
+gallium_dri.so free 0x5571735f0330 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfe70 0.000109
+gallium_dri.so free 0x5571735bfec0 void 0.000110
+gallium_dri.so free 0x5571735bfe70 void 0.000109
+gallium_dri.so malloc 72 0x5571735bfe70 0.000109
+gallium_dri.so free 0x5571735bffc0 void 0.000110
+gallium_dri.so free 0x5571735bfe70 void 0.000109
+gallium_dri.so malloc 72 0x5571735bff70 0.000109
+gallium_dri.so free 0x5571735c0080 void 0.000110
+gallium_dri.so free 0x5571735bff70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0030 0.000109
+gallium_dri.so free 0x5571735c0100 void 0.000109
+gallium_dri.so free 0x5571735c0030 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0030 0.000126
+gallium_dri.so free 0x5571735c01c0 void 0.000113
+gallium_dri.so free 0x5571735c0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0030 0.000111
+gallium_dri.so free 0x5571735c0280 void 0.000112
+gallium_dri.so free 0x5571735c0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0350 0.000115
+gallium_dri.so free 0x5571735c03c0 void 0.000117
+gallium_dri.so free 0x5571735c0350 void 0.000122
+gallium_dri.so malloc 72 0x5571735c03e0 0.000119
+gallium_dri.so free 0x5571735c0480 void 0.000119
+gallium_dri.so free 0x5571735c03e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0430 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000117
+gallium_dri.so free 0x5571735c0430 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0500 0.000127
+gallium_dri.so free 0x5571735c05c0 void 0.000125
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0500 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0640 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0640 0.000122
+gallium_dri.so free 0x5571735c07c0 void 0.000121
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0640 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0830 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735c0830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0950 0.000120
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c0950 void 0.000153
+gallium_dri.so malloc 72 0x5571735c0a00 0.000121
+gallium_dri.so free 0x5571735c0a80 void 0.000119
+gallium_dri.so free 0x5571735c0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a00 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000120
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b30 0.000112
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b30 0.000115
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0c30 0.000113
+gallium_dri.so free 0x5571735c0d40 void 0.000113
+gallium_dri.so free 0x5571735c0c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000110
+gallium_dri.so free 0x5571735c0d80 void 0.000112
+gallium_dri.so free 0x5571735c0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000112
+gallium_dri.so free 0x5571735c0e40 void 0.000110
+gallium_dri.so free 0x5571735c0cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000110
+gallium_dri.so free 0x5571735c0f00 void 0.000109
+gallium_dri.so free 0x5571735c0eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000111
+gallium_dri.so free 0x5571735c1000 void 0.000110
+gallium_dri.so free 0x5571735c0eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000110
+gallium_dri.so free 0x5571735c10c0 void 0.000109
+gallium_dri.so free 0x5571735c0fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1070 0.000111
+gallium_dri.so free 0x5571735c1100 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1070 0.000110
+gallium_dri.so free 0x5571735c11c0 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1200 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000112
+gallium_dri.so free 0x5571735c1200 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1280 0.000110
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so free 0x5571735c1280 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1280 0.000168
+gallium_dri.so free 0x5571735c1400 void 0.000123
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1420 0.000113
+gallium_dri.so free 0x5571735c14c0 void 0.000112
+gallium_dri.so free 0x5571735c1420 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1470 0.000110
+gallium_dri.so free 0x5571735c1540 void 0.000110
+gallium_dri.so free 0x5571735c1470 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1470 0.000110
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1470 void 0.000111
+gallium_dri.so malloc 72 0x5571735c15c0 0.000111
+gallium_dri.so free 0x5571735c1680 void 0.000110
+gallium_dri.so free 0x5571735c15c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c15c0 0.000118
+gallium_dri.so free 0x5571735c1740 void 0.000110
+gallium_dri.so free 0x5571735c15c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c15c0 0.000109
+gallium_dri.so free 0x5571735c1800 void 0.000116
+gallium_dri.so free 0x5571735c15c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c17b0 0.000117
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so free 0x5571735c17b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1870 0.000113
+gallium_dri.so free 0x5571735c1940 void 0.000111
+gallium_dri.so free 0x5571735c1870 void 0.000140
+gallium_dri.so malloc 72 0x5571735c1990 0.000171
+gallium_dri.so free 0x5571735c1a00 void 0.000124
+gallium_dri.so free 0x5571735c1990 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1a20 0.000123
+gallium_dri.so free 0x5571735c1ac0 void 0.000120
+gallium_dri.so free 0x5571735c1a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a70 0.000113
+gallium_dri.so free 0x5571735c1b40 void 0.000113
+gallium_dri.so free 0x5571735c1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a70 0.000112
+gallium_dri.so free 0x5571735c1bc0 void 0.000114
+gallium_dri.so free 0x5571735c1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000117
+gallium_dri.so free 0x5571735c1c80 void 0.000117
+gallium_dri.so free 0x5571735c1bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000119
+gallium_dri.so free 0x5571735c1d80 void 0.000115
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d30 0.000113
+gallium_dri.so free 0x5571735c1dc0 void 0.000114
+gallium_dri.so free 0x5571735c1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1d30 0.000114
+gallium_dri.so free 0x5571735c1e80 void 0.000113
+gallium_dri.so free 0x5571735c1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000112
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1f40 0.000111
+gallium_dri.so free 0x5571735c2000 void 0.000110
+gallium_dri.so free 0x5571735c1f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1f40 0.000111
+gallium_dri.so free 0x5571735c2080 void 0.000116
+gallium_dri.so free 0x5571735c1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c20b0 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so free 0x5571735c20b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c20b0 0.000111
+gallium_dri.so free 0x5571735c2200 void 0.000110
+gallium_dri.so free 0x5571735c20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2240 0.000111
+gallium_dri.so free 0x5571735c22c0 void 0.000110
+gallium_dri.so free 0x5571735c2240 void 0.000110
+gallium_dri.so malloc 72 0x5571735c22c0 0.000109
+gallium_dri.so free 0x5571735c2380 void 0.000110
+gallium_dri.so free 0x5571735c22c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c22c0 0.000109
+gallium_dri.so free 0x5571735c2400 void 0.000111
+gallium_dri.so free 0x5571735c22c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2430 0.000115
+gallium_dri.so free 0x5571735c2480 void 0.000114
+gallium_dri.so free 0x5571735c2430 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2430 0.000110
+gallium_dri.so free 0x5571735c2580 void 0.000113
+gallium_dri.so free 0x5571735c2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2530 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000110
+gallium_dri.so free 0x5571735c2530 void 0.000208
+gallium_dri.so malloc 72 0x5571735c25f0 0.000212
+gallium_dri.so free 0x5571735c26c0 void 0.000207
+gallium_dri.so free 0x5571735c25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25f0 0.000117
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25f0 0.000128
+gallium_dri.so free 0x5571735c2840 void 0.000115
+gallium_dri.so free 0x5571735c25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c27f0 0.000118
+gallium_dri.so free 0x5571735c28c0 void 0.000115
+gallium_dri.so free 0x5571735c27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2910 0.000114
+gallium_dri.so free 0x5571735c2980 void 0.000113
+gallium_dri.so free 0x5571735c2910 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29a0 0.000114
+gallium_dri.so free 0x5571735c2a40 void 0.000113
+gallium_dri.so free 0x5571735c29a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c29f0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000114
+gallium_dri.so free 0x5571735c29f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000115
+gallium_dri.so free 0x5571735c2b80 void 0.000113
+gallium_dri.so free 0x5571735c2ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000115
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c00 0.000112
+gallium_dri.so free 0x5571735c2cc0 void 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c00 0.000112
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so free 0x5571735c2c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c00 0.000112
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2df0 0.000113
+gallium_dri.so free 0x5571735c2ec0 void 0.000115
+gallium_dri.so free 0x5571735c2df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f10 0.000114
+gallium_dri.so free 0x5571735c2f80 void 0.000113
+gallium_dri.so free 0x5571735c2f10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000112
+gallium_dri.so free 0x5571735c3040 void 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30f0 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000111
+gallium_dri.so free 0x5571735c30f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c30f0 0.000113
+gallium_dri.so free 0x5571735c3240 void 0.000112
+gallium_dri.so free 0x5571735c30f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c31f0 0.000112
+gallium_dri.so free 0x5571735c3300 void 0.000111
+gallium_dri.so free 0x5571735c31f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c32b0 0.000112
+gallium_dri.so free 0x5571735c3340 void 0.000112
+gallium_dri.so free 0x5571735c32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32b0 0.000112
+gallium_dri.so free 0x5571735c3400 void 0.000111
+gallium_dri.so free 0x5571735c32b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3470 0.000111
+gallium_dri.so free 0x5571735c34c0 void 0.000111
+gallium_dri.so free 0x5571735c3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3470 0.000116
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so free 0x5571735c3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3570 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so free 0x5571735c3570 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c36c0 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000184
+gallium_dri.so free 0x5571735c3780 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c37c0 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c37c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3840 0.000116
+gallium_dri.so free 0x5571735c3900 void 0.000115
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c39e0 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x5571735c39e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a30 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so free 0x5571735c3a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3a30 0.000112
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c3a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000112
+gallium_dri.so free 0x5571735c3b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000124
+gallium_dri.so free 0x5571735c3dc0 void 0.000115
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d70 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so free 0x5571735c3d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e30 0.000113
+gallium_dri.so free 0x5571735c3f00 void 0.000114
+gallium_dri.so free 0x5571735c3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f50 0.000112
+gallium_dri.so free 0x5571735c3fc0 void 0.000116
+gallium_dri.so free 0x5571735c3f50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3fe0 0.000112
+gallium_dri.so free 0x5571735c4080 void 0.000113
+gallium_dri.so free 0x5571735c3fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4030 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000114
+gallium_dri.so free 0x5571735c4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4030 0.000112
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c4030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4180 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4180 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000112
+gallium_dri.so free 0x5571735c4180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c42f0 0.000113
+gallium_dri.so free 0x5571735c4380 void 0.000127
+gallium_dri.so free 0x5571735c42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c42f0 0.000112
+gallium_dri.so free 0x5571735c4440 void 0.000114
+gallium_dri.so free 0x5571735c42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4480 0.000114
+gallium_dri.so free 0x5571735c4500 void 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4500 0.000112
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so free 0x5571735c4500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4500 0.000112
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c4500 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4670 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so free 0x5571735c4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4670 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so free 0x5571735c4670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4800 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c49c0 void 0.000185
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49f0 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c49f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49f0 0.000114
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4af0 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so free 0x5571735c4af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000112
+gallium_dri.so free 0x5571735c4d40 void 0.000114
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000112
+gallium_dri.so free 0x5571735c4e00 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4db0 0.000112
+gallium_dri.so free 0x5571735c4e80 void 0.000114
+gallium_dri.so free 0x5571735c4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ed0 0.000114
+gallium_dri.so free 0x5571735c4f40 void 0.000113
+gallium_dri.so free 0x5571735c4ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f60 0.000112
+gallium_dri.so free 0x5571735c5000 void 0.000126
+gallium_dri.so free 0x5571735c4f60 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000114
+gallium_dri.so free 0x557173462440 void 0.000114
+gallium_dri.so free 0x5571735c4fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462490 0.000111
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so free 0x557173462490 void 0.000112
+gallium_dri.so malloc 72 0x557173462540 0.000112
+gallium_dri.so free 0x5571734625c0 void 0.000123
+gallium_dri.so free 0x557173462540 void 0.000114
+gallium_dri.so malloc 72 0x5571734625c0 0.000113
+gallium_dri.so free 0x557173462680 void 0.000114
+gallium_dri.so free 0x5571734625c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734625c0 0.000112
+gallium_dri.so free 0x557173462700 void 0.000114
+gallium_dri.so free 0x5571734625c0 void 0.000115
+gallium_dri.so malloc 72 0x557173462730 0.000113
+gallium_dri.so free 0x557173462780 void 0.000114
+gallium_dri.so free 0x557173462730 void 0.000113
+gallium_dri.so malloc 72 0x557173462730 0.000112
+gallium_dri.so free 0x557173462880 void 0.000113
+gallium_dri.so free 0x557173462730 void 0.000111
+gallium_dri.so malloc 72 0x557173462830 0.000112
+gallium_dri.so free 0x557173462940 void 0.000113
+gallium_dri.so free 0x557173462830 void 0.000113
+gallium_dri.so malloc 72 0x5571734628f0 0.000113
+gallium_dri.so free 0x5571734629c0 void 0.000113
+gallium_dri.so free 0x5571734628f0 void 0.000196
+gallium_dri.so malloc 72 0x5571734629e0 0.000114
+gallium_dri.so free 0x557173462a80 void 0.000113
+gallium_dri.so free 0x5571734629e0 void 0.000113
+gallium_dri.so malloc 72 0x557173462a30 0.000113
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so free 0x557173462a30 void 0.000112
+gallium_dri.so malloc 72 0x557173462a30 0.000113
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so free 0x557173462a30 void 0.000114
+gallium_dri.so malloc 72 0x557173462b80 0.000112
+gallium_dri.so free 0x557173462c40 void 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so malloc 72 0x557173462b80 0.000114
+gallium_dri.so free 0x557173462d00 void 0.000113
+gallium_dri.so free 0x557173462b80 void 0.000112
+gallium_dri.so malloc 72 0x557173462b80 0.000126
+gallium_dri.so free 0x557173462dc0 void 0.000123
+gallium_dri.so free 0x557173462b80 void 0.000121
+gallium_dri.so malloc 72 0x557173462d70 0.000121
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x557173462d70 void 0.000121
+gallium_dri.so malloc 72 0x557173462d70 0.000122
+gallium_dri.so free 0x557173462ec0 void 0.000122
+gallium_dri.so free 0x557173462d70 void 0.000117
+gallium_dri.so malloc 72 0x557173462e70 0.000121
+gallium_dri.so free 0x557173462f80 void 0.000129
+gallium_dri.so free 0x557173462e70 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x557173462fc0 void 0.000117
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000117
+gallium_dri.so free 0x557173463080 void 0.000120
+gallium_dri.so free 0x557173462f30 void 0.000118
+gallium_dri.so malloc 72 0x5571734630c0 0.000121
+gallium_dri.so free 0x557173463140 void 0.000120
+gallium_dri.so free 0x5571734630c0 void 0.000117
+gallium_dri.so malloc 72 0x557173463140 0.000120
+gallium_dri.so free 0x557173463200 void 0.000120
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so malloc 72 0x557173463140 0.000119
+gallium_dri.so free 0x5571734632c0 void 0.000120
+gallium_dri.so free 0x557173463140 void 0.000116
+gallium_dri.so malloc 72 0x5571734632e0 0.000116
+gallium_dri.so free 0x557173463380 void 0.000119
+gallium_dri.so free 0x5571734632e0 void 0.000120
+gallium_dri.so malloc 72 0x557173463330 0.000118
+gallium_dri.so free 0x557173463400 void 0.000121
+gallium_dri.so free 0x557173463330 void 0.000116
+gallium_dri.so malloc 72 0x557173463330 0.000119
+gallium_dri.so free 0x557173463480 void 0.000120
+gallium_dri.so free 0x557173463330 void 0.000115
+gallium_dri.so malloc 72 0x557173463480 0.000167
+gallium_dri.so free 0x557173463540 void 0.000116
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so malloc 72 0x557173463480 0.000114
+gallium_dri.so free 0x557173463600 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so malloc 72 0x557173463480 0.000114
+gallium_dri.so free 0x5571734636c0 void 0.000116
+gallium_dri.so free 0x557173463480 void 0.000116
+gallium_dri.so malloc 72 0x557173463670 0.000115
+gallium_dri.so free 0x557173463780 void 0.000116
+gallium_dri.so free 0x557173463670 void 0.000114
+gallium_dri.so malloc 72 0x557173463730 0.000115
+gallium_dri.so free 0x557173463800 void 0.000116
+gallium_dri.so free 0x557173463730 void 0.000136
+gallium_dri.so malloc 72 0x557173463850 0.000119
+gallium_dri.so free 0x5571734638c0 void 0.000114
+gallium_dri.so free 0x557173463850 void 0.000115
+gallium_dri.so malloc 72 0x5571734638e0 0.000115
+gallium_dri.so free 0x557173463980 void 0.000122
+gallium_dri.so free 0x5571734638e0 void 0.000120
+gallium_dri.so malloc 72 0x557173463930 0.000121
+gallium_dri.so free 0x557173463a00 void 0.000119
+gallium_dri.so free 0x557173463930 void 0.000118
+gallium_dri.so malloc 72 0x557173463930 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000121
+gallium_dri.so free 0x557173463930 void 0.000120
+gallium_dri.so malloc 72 0x557173463a80 0.000124
+gallium_dri.so free 0x557173463b40 void 0.000118
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so malloc 72 0x557173463a80 0.000117
+gallium_dri.so free 0x557173463c40 void 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000120
+gallium_dri.so malloc 72 0x557173463bf0 0.000118
+gallium_dri.so free 0x557173463c80 void 0.000124
+gallium_dri.so free 0x557173463bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173463bf0 0.000117
+gallium_dri.so free 0x557173463d40 void 0.000120
+gallium_dri.so free 0x557173463bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173463d80 0.000119
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so free 0x557173463d80 void 0.000119
+gallium_dri.so malloc 72 0x557173463e00 0.000118
+gallium_dri.so free 0x557173463ec0 void 0.000118
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so malloc 72 0x557173463e00 0.000118
+gallium_dri.so free 0x557173463f40 void 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000115
+gallium_dri.so malloc 72 0x557173463f70 0.000119
+gallium_dri.so free 0x557173463fc0 void 0.000120
+gallium_dri.so free 0x557173463f70 void 0.000116
+gallium_dri.so malloc 72 0x557173463f70 0.000120
+gallium_dri.so free 0x5571734640c0 void 0.000119
+gallium_dri.so free 0x557173463f70 void 0.000107
+gallium_dri.so malloc 72 0x557173464100 0.000117
+gallium_dri.so free 0x557173464180 void 0.000120
+gallium_dri.so free 0x557173464100 void 0.000117
+gallium_dri.so malloc 72 0x557173464180 0.000117
+gallium_dri.so free 0x557173464240 void 0.000117
+gallium_dri.so free 0x557173464180 void 0.000119
+gallium_dri.so malloc 72 0x557173464180 0.000119
+gallium_dri.so free 0x5571734642c0 void 0.000119
+gallium_dri.so free 0x557173464180 void 0.000117
+gallium_dri.so malloc 72 0x5571734642f0 0.000121
+gallium_dri.so free 0x557173464340 void 0.000119
+gallium_dri.so free 0x5571734642f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734642f0 0.000117
+gallium_dri.so free 0x557173464440 void 0.000120
+gallium_dri.so free 0x5571734642f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734643f0 0.000123
+gallium_dri.so free 0x557173464500 void 0.000119
+gallium_dri.so free 0x5571734643f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734644b0 0.000118
+gallium_dri.so free 0x557173464580 void 0.000119
+gallium_dri.so free 0x5571734644b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734644b0 0.000116
+gallium_dri.so free 0x557173464640 void 0.000121
+gallium_dri.so free 0x5571734644b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734644b0 0.000119
+gallium_dri.so free 0x557173464700 void 0.000129
+gallium_dri.so free 0x5571734644b0 void 0.000144
+gallium_dri.so malloc 72 0x5571734646b0 0.000121
+gallium_dri.so free 0x557173464780 void 0.000120
+gallium_dri.so free 0x5571734646b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734647d0 0.000119
+gallium_dri.so free 0x557173464840 void 0.000119
+gallium_dri.so free 0x5571734647d0 void 0.000117
+gallium_dri.so malloc 72 0x557173464860 0.000116
+gallium_dri.so free 0x557173464900 void 0.000119
+gallium_dri.so free 0x557173464860 void 0.000119
+gallium_dri.so malloc 72 0x5571734648b0 0.000105
+gallium_dri.so free 0x557173464980 void 0.000259
+gallium_dri.so free 0x5571734648b0 void 0.000183
+gallium_dri.so malloc 72 0x557173464980 0.000117
+gallium_dri.so free 0x557173464a40 void 0.000115
+gallium_dri.so free 0x557173464980 void 0.000114
+gallium_dri.so malloc 72 0x557173464980 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464980 void 0.000112
+gallium_dri.so malloc 72 0x557173464ac0 0.000112
+gallium_dri.so free 0x557173464b80 void 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ac0 0.000119
+gallium_dri.so free 0x557173464c40 void 0.000115
+gallium_dri.so free 0x557173464ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173464ac0 0.000114
+gallium_dri.so free 0x557173464d00 void 0.000111
+gallium_dri.so free 0x557173464ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173464cb0 0.000112
+gallium_dri.so free 0x557173464d80 void 0.000111
+gallium_dri.so free 0x557173464cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173464dd0 0.000112
+gallium_dri.so free 0x557173464e40 void 0.000111
+gallium_dri.so free 0x557173464dd0 void 0.000115
+gallium_dri.so malloc 72 0x557173464e80 0.000111
+gallium_dri.so free 0x557173464f00 void 0.000112
+gallium_dri.so free 0x557173464e80 void 0.000111
+gallium_dri.so malloc 72 0x557173464e80 0.000111
+gallium_dri.so free 0x557173464f80 void 0.000111
+gallium_dri.so free 0x557173464e80 void 0.000111
+gallium_dri.so malloc 72 0x557173464fb0 0.000112
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so free 0x557173464fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173464fb0 0.000110
+gallium_dri.so free 0x557173465100 void 0.000110
+gallium_dri.so free 0x557173464fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650b0 0.000121
+gallium_dri.so free 0x5571734651c0 void 0.000118
+gallium_dri.so free 0x5571734650b0 void 0.000117
+gallium_dri.so malloc 72 0x557173465170 0.000116
+gallium_dri.so free 0x557173465200 void 0.000117
+gallium_dri.so free 0x557173465170 void 0.000117
+gallium_dri.so malloc 72 0x557173465170 0.000129
+gallium_dri.so free 0x5571734652c0 void 0.000118
+gallium_dri.so free 0x557173465170 void 0.000117
+gallium_dri.so malloc 72 0x557173465330 0.000117
+gallium_dri.so free 0x557173465380 void 0.000118
+gallium_dri.so free 0x557173465330 void 0.000118
+gallium_dri.so malloc 72 0x557173465330 0.000119
+gallium_dri.so free 0x557173465480 void 0.000117
+gallium_dri.so free 0x557173465330 void 0.000119
+gallium_dri.so malloc 72 0x557173465430 0.000119
+gallium_dri.so free 0x557173465540 void 0.000118
+gallium_dri.so free 0x557173465430 void 0.000119
+gallium_dri.so malloc 72 0x5571734654f0 0.000118
+gallium_dri.so free 0x557173465580 void 0.000141
+gallium_dri.so free 0x5571734654f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734654f0 0.000118
+gallium_dri.so free 0x557173465640 void 0.000119
+gallium_dri.so free 0x5571734654f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465680 0.000118
+gallium_dri.so free 0x557173465700 void 0.000118
+gallium_dri.so free 0x557173465680 void 0.000119
+gallium_dri.so malloc 72 0x557173465700 0.000118
+gallium_dri.so free 0x5571734657c0 void 0.000117
+gallium_dri.so free 0x557173465700 void 0.000118
+gallium_dri.so malloc 72 0x557173465700 0.000119
+gallium_dri.so free 0x557173465880 void 0.000120
+gallium_dri.so free 0x557173465700 void 0.000189
+gallium_dri.so malloc 72 0x5571734658a0 0.000120
+gallium_dri.so free 0x557173465940 void 0.000118
+gallium_dri.so free 0x5571734658a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734658f0 0.000117
+gallium_dri.so free 0x5571734659c0 void 0.000118
+gallium_dri.so free 0x5571734658f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734658f0 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so free 0x5571734658f0 void 0.000115
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465b00 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so malloc 72 0x557173465a40 0.000118
+gallium_dri.so free 0x557173465bc0 void 0.000125
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465c80 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so malloc 72 0x557173465c30 0.000117
+gallium_dri.so free 0x557173465d40 void 0.000118
+gallium_dri.so free 0x557173465c30 void 0.000119
+gallium_dri.so malloc 72 0x557173465cf0 0.000118
+gallium_dri.so free 0x557173465dc0 void 0.000118
+gallium_dri.so free 0x557173465cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173465e10 0.000118
+gallium_dri.so free 0x557173465e80 void 0.000127
+gallium_dri.so free 0x557173465e10 void 0.000118
+gallium_dri.so malloc 72 0x557173465ea0 0.000119
+gallium_dri.so free 0x557173465f40 void 0.000119
+gallium_dri.so free 0x557173465ea0 void 0.000118
+gallium_dri.so malloc 72 0x557173465ef0 0.000118
+gallium_dri.so free 0x557173465fc0 void 0.000117
+gallium_dri.so free 0x557173465ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173465ef0 0.000118
+gallium_dri.so free 0x557173466040 void 0.000119
+gallium_dri.so free 0x557173465ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173466040 0.000118
+gallium_dri.so free 0x557173466100 void 0.000118
+gallium_dri.so free 0x557173466040 void 0.000117
+gallium_dri.so malloc 72 0x557173466040 0.000119
+gallium_dri.so free 0x557173466200 void 0.000119
+gallium_dri.so free 0x557173466040 void 0.000120
+gallium_dri.so malloc 72 0x5571734661b0 0.000118
+gallium_dri.so free 0x557173466240 void 0.000121
+gallium_dri.so free 0x5571734661b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734661b0 0.000117
+gallium_dri.so free 0x557173466300 void 0.000119
+gallium_dri.so free 0x5571734661b0 void 0.000118
+gallium_dri.so malloc 72 0x557173466340 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000119
+gallium_dri.so free 0x557173466340 void 0.000118
+gallium_dri.so malloc 72 0x5571734663c0 0.000126
+gallium_dri.so free 0x557173466480 void 0.000129
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734663c0 0.000119
+gallium_dri.so free 0x557173466500 void 0.000118
+gallium_dri.so free 0x5571734663c0 void 0.000116
+gallium_dri.so malloc 72 0x557173466530 0.000118
+gallium_dri.so free 0x557173466580 void 0.000117
+gallium_dri.so free 0x557173466530 void 0.000118
+gallium_dri.so malloc 72 0x557173466530 0.000117
+gallium_dri.so free 0x557173466680 void 0.000116
+gallium_dri.so free 0x557173466530 void 0.000118
+gallium_dri.so malloc 72 0x5571734666c0 0.000118
+gallium_dri.so free 0x557173466740 void 0.000116
+gallium_dri.so free 0x5571734666c0 void 0.000117
+gallium_dri.so malloc 72 0x557173466740 0.000117
+gallium_dri.so free 0x557173466800 void 0.000118
+gallium_dri.so free 0x557173466740 void 0.000117
+gallium_dri.so malloc 72 0x557173466740 0.000116
+gallium_dri.so free 0x557173466880 void 0.000116
+gallium_dri.so free 0x557173466740 void 0.000117
+gallium_dri.so malloc 72 0x5571734668b0 0.000119
+gallium_dri.so free 0x557173466900 void 0.000118
+gallium_dri.so free 0x5571734668b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734668b0 0.000121
+gallium_dri.so free 0x557173466a00 void 0.000119
+gallium_dri.so free 0x5571734668b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734669b0 0.000123
+gallium_dri.so free 0x557173466ac0 void 0.000119
+gallium_dri.so free 0x5571734669b0 void 0.000119
+gallium_dri.so malloc 72 0x557173466a70 0.000117
+gallium_dri.so free 0x557173466b40 void 0.000124
+gallium_dri.so free 0x557173466a70 void 0.000119
+gallium_dri.so malloc 72 0x557173466a70 0.000118
+gallium_dri.so free 0x557173466c00 void 0.000118
+gallium_dri.so free 0x557173466a70 void 0.000119
+gallium_dri.so malloc 72 0x557173466a70 0.000119
+gallium_dri.so free 0x557173466cc0 void 0.000119
+gallium_dri.so free 0x557173466a70 void 0.000119
+gallium_dri.so malloc 72 0x557173466c70 0.000119
+gallium_dri.so free 0x557173466d40 void 0.000119
+gallium_dri.so free 0x557173466c70 void 0.000119
+gallium_dri.so malloc 72 0x557173466d90 0.000118
+gallium_dri.so free 0x557173466e00 void 0.000118
+gallium_dri.so free 0x557173466d90 void 0.000119
+gallium_dri.so malloc 72 0x557173466e20 0.000117
+gallium_dri.so free 0x557173466ec0 void 0.000118
+gallium_dri.so free 0x557173466e20 void 0.000118
+gallium_dri.so malloc 72 0x557173466e70 0.000118
+gallium_dri.so free 0x557173466f40 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000117
+gallium_dri.so malloc 72 0x557173466f40 0.000120
+gallium_dri.so free 0x557173467000 void 0.000124
+gallium_dri.so free 0x557173466f40 void 0.000120
+gallium_dri.so malloc 72 0x557173466f40 0.000119
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173466f40 void 0.000118
+gallium_dri.so malloc 72 0x557173467080 0.000119
+gallium_dri.so free 0x557173467140 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so malloc 72 0x557173467080 0.000119
+gallium_dri.so free 0x557173467200 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so malloc 72 0x557173467080 0.000117
+gallium_dri.so free 0x5571734672c0 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so malloc 72 0x557173467270 0.000138
+gallium_dri.so free 0x557173467340 void 0.000123
+gallium_dri.so free 0x557173467270 void 0.000120
+gallium_dri.so malloc 72 0x557173467390 0.000119
+gallium_dri.so free 0x557173467400 void 0.000118
+gallium_dri.so free 0x557173467390 void 0.000118
+gallium_dri.so malloc 72 0x557173467440 0.000120
+gallium_dri.so free 0x5571734674c0 void 0.000119
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so malloc 72 0x557173467440 0.000117
+gallium_dri.so free 0x557173467540 void 0.000118
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so malloc 72 0x557173467570 0.000117
+gallium_dri.so free 0x5571734675c0 void 0.000121
+gallium_dri.so free 0x557173467570 void 0.000120
+gallium_dri.so malloc 72 0x557173467570 0.000117
+gallium_dri.so free 0x5571734676c0 void 0.000117
+gallium_dri.so free 0x557173467570 void 0.000117
+gallium_dri.so malloc 72 0x557173467670 0.000117
+gallium_dri.so free 0x557173467780 void 0.000118
+gallium_dri.so free 0x557173467670 void 0.000119
+gallium_dri.so malloc 72 0x557173467730 0.000118
+gallium_dri.so free 0x5571734677c0 void 0.000117
+gallium_dri.so free 0x557173467730 void 0.000117
+gallium_dri.so malloc 72 0x557173467730 0.000118
+gallium_dri.so free 0x557173467880 void 0.000118
+gallium_dri.so free 0x557173467730 void 0.000119
+gallium_dri.so malloc 72 0x5571734678f0 0.000118
+gallium_dri.so free 0x557173467940 void 0.000119
+gallium_dri.so free 0x5571734678f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734678f0 0.000117
+gallium_dri.so free 0x557173467a40 void 0.000118
+gallium_dri.so free 0x5571734678f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734679f0 0.000119
+gallium_dri.so free 0x557173467b00 void 0.000120
+gallium_dri.so free 0x5571734679f0 void 0.000118
+gallium_dri.so malloc 72 0x557173467ab0 0.000118
+gallium_dri.so free 0x557173467b40 void 0.000117
+gallium_dri.so free 0x557173467ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173467ab0 0.000166
+gallium_dri.so free 0x557173467c00 void 0.000120
+gallium_dri.so free 0x557173467ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173467c40 0.000118
+gallium_dri.so free 0x557173467cc0 void 0.000118
+gallium_dri.so free 0x557173467c40 void 0.000118
+gallium_dri.so malloc 72 0x557173467cc0 0.000117
+gallium_dri.so free 0x557173467d80 void 0.000119
+gallium_dri.so free 0x557173467cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173467cc0 0.000117
+gallium_dri.so free 0x557173467e40 void 0.000117
+gallium_dri.so free 0x557173467cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173467e60 0.000116
+gallium_dri.so free 0x557173467f00 void 0.000118
+gallium_dri.so free 0x557173467e60 void 0.000118
+gallium_dri.so malloc 72 0x557173467eb0 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000117
+gallium_dri.so free 0x557173467eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173467eb0 0.000117
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so free 0x557173467eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173468000 0.000120
+gallium_dri.so free 0x5571734680c0 void 0.000122
+gallium_dri.so free 0x557173468000 void 0.000122
+gallium_dri.so malloc 72 0x557173468000 0.000121
+gallium_dri.so free 0x557173468180 void 0.000120
+gallium_dri.so free 0x557173468000 void 0.000129
+gallium_dri.so malloc 72 0x557173468000 0.000136
+gallium_dri.so free 0x557173468240 void 0.000123
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so malloc 72 0x5571734681f0 0.000121
+gallium_dri.so free 0x557173468300 void 0.000121
+gallium_dri.so free 0x5571734681f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734682b0 0.000121
+gallium_dri.so free 0x557173468380 void 0.000121
+gallium_dri.so free 0x5571734682b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734683d0 0.000122
+gallium_dri.so free 0x557173468440 void 0.000119
+gallium_dri.so free 0x5571734683d0 void 0.000117
+gallium_dri.so malloc 72 0x557173468460 0.000120
+gallium_dri.so free 0x557173468500 void 0.000121
+gallium_dri.so free 0x557173468460 void 0.000118
+gallium_dri.so malloc 72 0x5571734684b0 0.000120
+gallium_dri.so free 0x557173468580 void 0.000120
+gallium_dri.so free 0x5571734684b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734684b0 0.000121
+gallium_dri.so free 0x557173468600 void 0.000122
+gallium_dri.so free 0x5571734684b0 void 0.000120
+gallium_dri.so malloc 72 0x557173468600 0.000116
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so free 0x557173468600 void 0.000117
+gallium_dri.so malloc 72 0x557173468600 0.000120
+gallium_dri.so free 0x5571734687c0 void 0.000107
+gallium_dri.so free 0x557173468600 void 0.000119
+gallium_dri.so malloc 72 0x557173468770 0.000118
+gallium_dri.so free 0x557173468800 void 0.000130
+gallium_dri.so free 0x557173468770 void 0.000120
+gallium_dri.so malloc 72 0x557173468770 0.000117
+gallium_dri.so free 0x5571734688c0 void 0.000121
+gallium_dri.so free 0x557173468770 void 0.000119
+gallium_dri.so malloc 72 0x557173468900 0.000120
+gallium_dri.so free 0x557173468980 void 0.000121
+gallium_dri.so free 0x557173468900 void 0.000122
+gallium_dri.so malloc 72 0x557173468980 0.000120
+gallium_dri.so free 0x557173468a40 void 0.000121
+gallium_dri.so free 0x557173468980 void 0.000119
+gallium_dri.so malloc 72 0x557173468980 0.000120
+gallium_dri.so free 0x557173468ac0 void 0.000119
+gallium_dri.so free 0x557173468980 void 0.000121
+gallium_dri.so malloc 72 0x557173468af0 0.000122
+gallium_dri.so free 0x557173468b40 void 0.000120
+gallium_dri.so free 0x557173468af0 void 0.000121
+gallium_dri.so malloc 72 0x557173468af0 0.000121
+gallium_dri.so free 0x557173468c40 void 0.000119
+gallium_dri.so free 0x557173468af0 void 0.000120
+gallium_dri.so malloc 72 0x557173468c80 0.000121
+gallium_dri.so free 0x557173468d00 void 0.000122
+gallium_dri.so free 0x557173468c80 void 0.000119
+gallium_dri.so malloc 72 0x557173468d00 0.000124
+gallium_dri.so free 0x557173468dc0 void 0.000122
+gallium_dri.so free 0x557173468d00 void 0.000119
+gallium_dri.so malloc 72 0x557173468d00 0.000117
+gallium_dri.so free 0x557173468e40 void 0.000121
+gallium_dri.so free 0x557173468d00 void 0.000119
+gallium_dri.so malloc 72 0x557173468e70 0.000117
+gallium_dri.so free 0x557173468ec0 void 0.000118
+gallium_dri.so free 0x557173468e70 void 0.000117
+gallium_dri.so malloc 72 0x557173468e70 0.000118
+gallium_dri.so free 0x557173468fc0 void 0.000118
+gallium_dri.so free 0x557173468e70 void 0.000122
+gallium_dri.so malloc 72 0x557173468f70 0.000117
+gallium_dri.so free 0x557173469080 void 0.000121
+gallium_dri.so free 0x557173468f70 void 0.000123
+gallium_dri.so malloc 72 0x557173469030 0.000122
+gallium_dri.so free 0x557173469100 void 0.000121
+gallium_dri.so free 0x557173469030 void 0.000121
+gallium_dri.so malloc 72 0x557173469030 0.000121
+gallium_dri.so free 0x5571734691c0 void 0.000120
+gallium_dri.so free 0x557173469030 void 0.000121
+gallium_dri.so malloc 72 0x557173469030 0.000120
+gallium_dri.so free 0x557173469280 void 0.000121
+gallium_dri.so free 0x557173469030 void 0.000119
+gallium_dri.so malloc 72 0x557173469230 0.000119
+gallium_dri.so free 0x557173469300 void 0.000133
+gallium_dri.so free 0x557173469230 void 0.000119
+gallium_dri.so malloc 72 0x557173469350 0.000120
+gallium_dri.so free 0x5571734693c0 void 0.000120
+gallium_dri.so free 0x557173469350 void 0.000118
+gallium_dri.so malloc 72 0x5571734693e0 0.000119
+gallium_dri.so free 0x557173469480 void 0.000125
+gallium_dri.so free 0x5571734693e0 void 0.000118
+gallium_dri.so malloc 72 0x557173469430 0.000117
+gallium_dri.so free 0x557173469500 void 0.000121
+gallium_dri.so free 0x557173469430 void 0.000117
+gallium_dri.so malloc 72 0x557173469500 0.000121
+gallium_dri.so free 0x5571734695c0 void 0.000117
+gallium_dri.so free 0x557173469500 void 0.000117
+gallium_dri.so malloc 72 0x557173469500 0.000120
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x557173469500 void 0.000116
+gallium_dri.so malloc 72 0x557173469640 0.000118
+gallium_dri.so free 0x557173469700 void 0.000120
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so malloc 72 0x557173469640 0.000118
+gallium_dri.so free 0x5571735ceb40 void 0.000121
+gallium_dri.so free 0x557173469640 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000118
+gallium_dri.so free 0x5571735cebc0 void 0.000118
+gallium_dri.so free 0x5571735ceaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000131
+gallium_dri.so free 0x5571735cec40 void 0.000118
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000117
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so free 0x5571735cec40 void 0.000242
+gallium_dri.so malloc 72 0x5571735cec40 0.000238
+gallium_dri.so free 0x5571735cee00 void 0.000108
+gallium_dri.so free 0x5571735cec40 void 0.000258
+gallium_dri.so malloc 72 0x5571735cedb0 0.000233
+gallium_dri.so free 0x5571735cee40 void 0.000116
+gallium_dri.so free 0x5571735cedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cedb0 0.000120
+gallium_dri.so free 0x5571735cef00 void 0.000115
+gallium_dri.so free 0x5571735cedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cef40 0.000114
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so free 0x5571735cef40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000114
+gallium_dri.so free 0x5571735cf080 void 0.000115
+gallium_dri.so free 0x5571735cefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefc0 0.000113
+gallium_dri.so free 0x5571735cf100 void 0.000114
+gallium_dri.so free 0x5571735cefc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf130 0.000117
+gallium_dri.so free 0x5571735cf180 void 0.000144
+gallium_dri.so free 0x5571735cf130 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf130 0.000133
+gallium_dri.so free 0x5571735cf280 void 0.000116
+gallium_dri.so free 0x5571735cf130 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf2c0 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so free 0x5571735cf2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf340 0.000115
+gallium_dri.so free 0x5571735cf400 void 0.000114
+gallium_dri.so free 0x5571735cf340 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf340 0.000114
+gallium_dri.so free 0x5571735cf480 void 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000113
+gallium_dri.so free 0x5571735cf500 void 0.000113
+gallium_dri.so free 0x5571735cf4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000115
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000114
+gallium_dri.so free 0x5571735cf6c0 void 0.000115
+gallium_dri.so free 0x5571735cf5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf670 0.000116
+gallium_dri.so free 0x5571735cf740 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000127
+gallium_dri.so malloc 72 0x5571735cf670 0.000115
+gallium_dri.so free 0x5571735cf800 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf670 0.000115
+gallium_dri.so free 0x5571735cf8c0 void 0.000114
+gallium_dri.so free 0x5571735cf670 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000114
+gallium_dri.so free 0x5571735cf940 void 0.000115
+gallium_dri.so free 0x5571735cf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf990 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000114
+gallium_dri.so free 0x5571735cf990 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa20 0.000113
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa20 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfa70 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000117
+gallium_dri.so free 0x5571735cfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfb40 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000112
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc80 0.000115
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfc80 void 0.000159
+gallium_dri.so malloc 72 0x5571735cfc80 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc80 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000121
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe70 0.000114
+gallium_dri.so free 0x5571735cff40 void 0.000115
+gallium_dri.so free 0x5571735cfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cff90 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x5571735cff90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0040 0.000115
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x5571735d0040 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0040 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000115
+gallium_dri.so free 0x5571735d0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0170 0.000113
+gallium_dri.so free 0x5571735d01c0 void 0.000113
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d0170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0270 0.000115
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d0270 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0330 0.000115
+gallium_dri.so free 0x5571735d03c0 void 0.000114
+gallium_dri.so free 0x5571735d0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0330 0.000114
+gallium_dri.so free 0x5571735d0480 void 0.000115
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d04f0 0.000116
+gallium_dri.so free 0x5571735d0540 void 0.000114
+gallium_dri.so free 0x5571735d04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04f0 0.000113
+gallium_dri.so free 0x5571735d0640 void 0.000115
+gallium_dri.so free 0x5571735d04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d05f0 0.000114
+gallium_dri.so free 0x5571735d0700 void 0.000113
+gallium_dri.so free 0x5571735d05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06b0 0.000114
+gallium_dri.so free 0x5571735d0740 void 0.000114
+gallium_dri.so free 0x5571735d06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06b0 0.000113
+gallium_dri.so free 0x5571735d0800 void 0.000113
+gallium_dri.so free 0x5571735d06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0840 0.000114
+gallium_dri.so free 0x5571735d08c0 void 0.000115
+gallium_dri.so free 0x5571735d0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d08c0 0.000115
+gallium_dri.so free 0x5571735d0980 void 0.000114
+gallium_dri.so free 0x5571735d08c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d08c0 0.000116
+gallium_dri.so free 0x5571735d0a40 void 0.000116
+gallium_dri.so free 0x5571735d08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a60 0.000116
+gallium_dri.so free 0x5571735d0b00 void 0.000114
+gallium_dri.so free 0x5571735d0a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0ab0 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c00 0.000114
+gallium_dri.so free 0x5571735d0cc0 void 0.000115
+gallium_dri.so free 0x5571735d0c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c00 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c00 0.000113
+gallium_dri.so free 0x5571735d0e40 void 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0df0 0.000119
+gallium_dri.so free 0x5571735d0f00 void 0.000115
+gallium_dri.so free 0x5571735d0df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0eb0 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000115
+gallium_dri.so free 0x5571735d0eb0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d0fd0 0.000115
+gallium_dri.so free 0x5571735d1040 void 0.000140
+gallium_dri.so free 0x5571735d0fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1060 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000116
+gallium_dri.so free 0x5571735d1060 void 0.000114
+gallium_dri.so malloc 72 0x5571735d10b0 0.000114
+gallium_dri.so free 0x5571735d1180 void 0.000116
+gallium_dri.so free 0x5571735d10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d10b0 0.000115
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1200 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1200 0.000113
+gallium_dri.so free 0x5571735d13c0 void 0.000113
+gallium_dri.so free 0x5571735d1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1370 0.000113
+gallium_dri.so free 0x5571735d1400 void 0.000115
+gallium_dri.so free 0x5571735d1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1370 0.000113
+gallium_dri.so free 0x5571735d14c0 void 0.000116
+gallium_dri.so free 0x5571735d1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1500 0.000114
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so free 0x5571735d1500 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1580 0.000114
+gallium_dri.so free 0x5571735d1640 void 0.000115
+gallium_dri.so free 0x5571735d1580 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1580 0.000114
+gallium_dri.so free 0x5571735d16c0 void 0.000117
+gallium_dri.so free 0x5571735d1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735d16f0 0.000114
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so free 0x5571735d16f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d16f0 0.000116
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1880 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735d1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1900 0.000114
+gallium_dri.so free 0x5571735d19c0 void 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1900 0.000114
+gallium_dri.so free 0x5571735d1a40 void 0.000116
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a70 0.000114
+gallium_dri.so free 0x5571735d1ac0 void 0.000116
+gallium_dri.so free 0x5571735d1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1a70 0.000117
+gallium_dri.so free 0x5571735d1bc0 void 0.000115
+gallium_dri.so free 0x5571735d1a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1b70 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000114
+gallium_dri.so free 0x5571735d1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1d00 void 0.000114
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c30 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000114
+gallium_dri.so free 0x5571735d1c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1c30 0.000114
+gallium_dri.so free 0x5571735d1e80 void 0.000117
+gallium_dri.so free 0x5571735d1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e30 0.000114
+gallium_dri.so free 0x5571735d1f00 void 0.000115
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1f50 0.000145
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735d1f50 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fe0 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2030 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so free 0x5571735d2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2100 0.000116
+gallium_dri.so free 0x5571735d21c0 void 0.000115
+gallium_dri.so free 0x5571735d2100 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2100 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000115
+gallium_dri.so free 0x5571735d2300 void 0.000117
+gallium_dri.so free 0x5571735d2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2240 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000116
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2430 0.000114
+gallium_dri.so free 0x5571735d2500 void 0.000116
+gallium_dri.so free 0x5571735d2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2550 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x5571735d2550 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2600 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000115
+gallium_dri.so free 0x5571735d2600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2600 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000113
+gallium_dri.so free 0x5571735d2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2730 0.000115
+gallium_dri.so free 0x5571735d2780 void 0.000115
+gallium_dri.so free 0x5571735d2730 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2730 0.000114
+gallium_dri.so free 0x5571735d2880 void 0.000113
+gallium_dri.so free 0x5571735d2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2830 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d28f0 0.000115
+gallium_dri.so free 0x5571735d2980 void 0.000114
+gallium_dri.so free 0x5571735d28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d28f0 0.000113
+gallium_dri.so free 0x5571735d2a40 void 0.000114
+gallium_dri.so free 0x5571735d28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000115
+gallium_dri.so free 0x5571735d2b00 void 0.000115
+gallium_dri.so free 0x5571735d2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2ab0 0.000114
+gallium_dri.so free 0x5571735d2c00 void 0.000113
+gallium_dri.so free 0x5571735d2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2bb0 0.000116
+gallium_dri.so free 0x5571735d2cc0 void 0.000114
+gallium_dri.so free 0x5571735d2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000116
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2c70 0.000115
+gallium_dri.so free 0x5571735d2dc0 void 0.000114
+gallium_dri.so free 0x5571735d2c70 void 0.000166
+gallium_dri.so malloc 72 0x5571735d2e00 0.000120
+gallium_dri.so free 0x5571735d2e80 void 0.000139
+gallium_dri.so free 0x5571735d2e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2e80 0.000116
+gallium_dri.so free 0x5571735d2f40 void 0.000115
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2e80 0.000113
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so free 0x5571735d2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3020 0.000116
+gallium_dri.so free 0x5571735d30c0 void 0.000115
+gallium_dri.so free 0x5571735d3020 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3070 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so free 0x5571735d3070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3070 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000115
+gallium_dri.so free 0x5571735d3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d31c0 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000116
+gallium_dri.so free 0x5571735d31c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d31c0 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d31c0 0.000114
+gallium_dri.so free 0x5571735d3400 void 0.000124
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d33b0 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000114
+gallium_dri.so free 0x5571735d33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3470 0.000115
+gallium_dri.so free 0x5571735d3540 void 0.000114
+gallium_dri.so free 0x5571735d3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3590 0.000112
+gallium_dri.so free 0x5571735d3600 void 0.000114
+gallium_dri.so free 0x5571735d3590 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3620 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d3620 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3670 0.000114
+gallium_dri.so free 0x5571735d3740 void 0.000115
+gallium_dri.so free 0x5571735d3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3670 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so free 0x5571735d3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000115
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d37c0 0.000114
+gallium_dri.so free 0x5571735d3980 void 0.000115
+gallium_dri.so free 0x5571735d37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3930 0.000114
+gallium_dri.so free 0x5571735d39c0 void 0.000114
+gallium_dri.so free 0x5571735d3930 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3930 0.000114
+gallium_dri.so free 0x5571735d3a80 void 0.000114
+gallium_dri.so free 0x5571735d3930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ac0 0.000113
+gallium_dri.so free 0x5571735d3b40 void 0.000112
+gallium_dri.so free 0x5571735d3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b40 0.000114
+gallium_dri.so free 0x5571735d3c00 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3b40 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000115
+gallium_dri.so free 0x5571735d3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000115
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000137
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3e40 0.000116
+gallium_dri.so free 0x5571735d3ec0 void 0.000116
+gallium_dri.so free 0x5571735d3e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000116
+gallium_dri.so free 0x5571735d3f80 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3ec0 0.000114
+gallium_dri.so free 0x5571735d4000 void 0.000114
+gallium_dri.so free 0x5571735d3ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4030 0.000119
+gallium_dri.so free 0x5571735d4080 void 0.000120
+gallium_dri.so free 0x5571735d4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4030 0.000115
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4130 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so free 0x5571735d4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d41f0 0.000113
+gallium_dri.so free 0x5571735d42c0 void 0.000113
+gallium_dri.so free 0x5571735d41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d41f0 0.000116
+gallium_dri.so free 0x5571735d4380 void 0.000114
+gallium_dri.so free 0x5571735d41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d41f0 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000112
+gallium_dri.so free 0x5571735d41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000115
+gallium_dri.so free 0x5571735d44c0 void 0.000115
+gallium_dri.so free 0x5571735d43f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4510 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x5571735d4510 void 0.000115
+gallium_dri.so malloc 72 0x5571735d45a0 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000128
+gallium_dri.so free 0x5571735d45a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d45f0 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000116
+gallium_dri.so free 0x5571735d45f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d46c0 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000113
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46c0 0.000115
+gallium_dri.so free 0x5571735d4800 void 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4800 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4800 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4800 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d4800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49f0 0.000115
+gallium_dri.so free 0x5571735d4ac0 void 0.000117
+gallium_dri.so free 0x5571735d49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4b10 0.000112
+gallium_dri.so free 0x5571735d4b80 void 0.000112
+gallium_dri.so free 0x5571735d4b10 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4bc0 0.000114
+gallium_dri.so free 0x5571735d4c40 void 0.000164
+gallium_dri.so free 0x5571735d4bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4bc0 0.000143
+gallium_dri.so free 0x5571735d4cc0 void 0.000118
+gallium_dri.so free 0x5571735d4bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000115
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so free 0x5571735d4cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000116
+gallium_dri.so free 0x5571735d4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4df0 0.000116
+gallium_dri.so free 0x5571735d4f00 void 0.000115
+gallium_dri.so free 0x5571735d4df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000116
+gallium_dri.so free 0x5571735d4f40 void 0.000116
+gallium_dri.so free 0x5571735d4eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000116
+gallium_dri.so free 0x5571735d5000 void 0.000115
+gallium_dri.so free 0x5571735d4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000115
+gallium_dri.so free 0x5571735d50c0 void 0.000116
+gallium_dri.so free 0x5571735d5070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5070 0.000117
+gallium_dri.so free 0x5571735d51c0 void 0.000115
+gallium_dri.so free 0x5571735d5070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5170 0.000115
+gallium_dri.so free 0x5571735d5280 void 0.000128
+gallium_dri.so free 0x5571735d5170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5230 0.000116
+gallium_dri.so free 0x5571735d52c0 void 0.000116
+gallium_dri.so free 0x5571735d5230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5230 0.000116
+gallium_dri.so free 0x5571735d5380 void 0.000116
+gallium_dri.so free 0x5571735d5230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d53c0 0.000114
+gallium_dri.so free 0x5571735d5440 void 0.000115
+gallium_dri.so free 0x5571735d53c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5440 0.000117
+gallium_dri.so free 0x5571735d5500 void 0.000116
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5440 0.000115
+gallium_dri.so free 0x5571735d55c0 void 0.000116
+gallium_dri.so free 0x5571735d5440 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55e0 0.000116
+gallium_dri.so free 0x5571735d5680 void 0.000116
+gallium_dri.so free 0x5571735d55e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5630 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5630 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000116
+gallium_dri.so free 0x5571735d5630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5780 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000129
+gallium_dri.so free 0x5571735d5780 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5780 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000116
+gallium_dri.so free 0x5571735d5780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5780 0.000114
+gallium_dri.so free 0x5571735d59c0 void 0.000114
+gallium_dri.so free 0x5571735d5780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5970 0.000115
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5a30 0.000114
+gallium_dri.so free 0x5571735d5b00 void 0.000117
+gallium_dri.so free 0x5571735d5a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5b50 0.000115
+gallium_dri.so free 0x5571735d5bc0 void 0.000114
+gallium_dri.so free 0x5571735d5b50 void 0.000143
+gallium_dri.so malloc 72 0x5571735d5be0 0.000117
+gallium_dri.so free 0x5571735d5c80 void 0.000116
+gallium_dri.so free 0x5571735d5be0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5c30 0.000117
+gallium_dri.so free 0x5571735d5d00 void 0.000116
+gallium_dri.so free 0x5571735d5c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5c30 0.000114
+gallium_dri.so free 0x5571735d5d80 void 0.000117
+gallium_dri.so free 0x5571735d5c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5d80 0.000116
+gallium_dri.so free 0x5571735d5e40 void 0.000167
+gallium_dri.so free 0x5571735d5d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5d80 0.000115
+gallium_dri.so free 0x5571735d5f40 void 0.000116
+gallium_dri.so free 0x5571735d5d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000116
+gallium_dri.so free 0x5571735d5f80 void 0.000115
+gallium_dri.so free 0x5571735d5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000114
+gallium_dri.so free 0x5571735d6040 void 0.000115
+gallium_dri.so free 0x5571735d5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6080 0.000116
+gallium_dri.so free 0x5571735d6100 void 0.000116
+gallium_dri.so free 0x5571735d6080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6100 0.000113
+gallium_dri.so free 0x5571735d61c0 void 0.000116
+gallium_dri.so free 0x5571735d6100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6100 0.000115
+gallium_dri.so free 0x5571735d6240 void 0.000116
+gallium_dri.so free 0x5571735d6100 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6270 0.000116
+gallium_dri.so free 0x5571735d62c0 void 0.000116
+gallium_dri.so free 0x5571735d6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6270 0.000115
+gallium_dri.so free 0x5571735d63c0 void 0.000115
+gallium_dri.so free 0x5571735d6270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6400 0.000123
+gallium_dri.so free 0x5571735d6480 void 0.000117
+gallium_dri.so free 0x5571735d6400 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6480 0.000114
+gallium_dri.so free 0x5571735d6540 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6480 0.000116
+gallium_dri.so free 0x5571735d65c0 void 0.000115
+gallium_dri.so free 0x5571735d6480 void 0.000116
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000116
+gallium_dri.so free 0x5571735d65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d65f0 0.000116
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d66f0 0.000114
+gallium_dri.so free 0x5571735d6800 void 0.000126
+gallium_dri.so free 0x5571735d66f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d67b0 0.000116
+gallium_dri.so free 0x5571735d6880 void 0.000115
+gallium_dri.so free 0x5571735d67b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d67b0 0.000116
+gallium_dri.so free 0x5571735d6940 void 0.000117
+gallium_dri.so free 0x5571735d67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67b0 0.000116
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x5571735d67b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69b0 0.000123
+gallium_dri.so free 0x5571735d6a80 void 0.000117
+gallium_dri.so free 0x5571735d69b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6ad0 0.000142
+gallium_dri.so free 0x5571735d6b40 void 0.000117
+gallium_dri.so free 0x5571735d6ad0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6b60 0.000115
+gallium_dri.so free 0x5571735d6c00 void 0.000116
+gallium_dri.so free 0x5571735d6b60 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x5571735d6bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa00 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa00 0.000116
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa00 0.000115
+gallium_dri.so free 0x5571735dac40 void 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dabf0 0.000125
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad10 0.000115
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dad10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadc0 0.000116
+gallium_dri.so free 0x5571735dae40 void 0.000116
+gallium_dri.so free 0x5571735dadc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dadc0 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daef0 0.000116
+gallium_dri.so free 0x5571735daf40 void 0.000116
+gallium_dri.so free 0x5571735daef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daef0 0.000115
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000116
+gallium_dri.so free 0x5571735db140 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db0b0 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000127
+gallium_dri.so free 0x5571735db2c0 void 0.000116
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000116
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000115
+gallium_dri.so malloc 72 0x5571735db370 0.000116
+gallium_dri.so free 0x5571735db480 void 0.000117
+gallium_dri.so free 0x5571735db370 void 0.000115
+gallium_dri.so malloc 72 0x5571735db430 0.000116
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000117
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5c0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000140
+gallium_dri.so free 0x5571735db5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db640 0.000116
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so malloc 72 0x5571735db640 0.000116
+gallium_dri.so free 0x5571735db7c0 void 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7e0 0.000115
+gallium_dri.so free 0x5571735db880 void 0.000115
+gallium_dri.so free 0x5571735db7e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db830 0.000125
+gallium_dri.so free 0x5571735db900 void 0.000119
+gallium_dri.so free 0x5571735db830 void 0.000120
+gallium_dri.so malloc 72 0x5571735db830 0.000118
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so free 0x5571735db830 void 0.000116
+gallium_dri.so malloc 72 0x5571735db980 0.000116
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so malloc 72 0x5571735db980 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db980 void 0.000115
+gallium_dri.so malloc 72 0x5571735db980 0.000116
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735db980 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbb70 0.000115
+gallium_dri.so free 0x5571735dbc80 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc30 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd50 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd50 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbde0 0.000115
+gallium_dri.so free 0x5571735dbe80 void 0.000117
+gallium_dri.so free 0x5571735dbde0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbe30 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000117
+gallium_dri.so free 0x5571735dbe30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbe30 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000117
+gallium_dri.so free 0x5571735dbe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbf80 0.000115
+gallium_dri.so free 0x5571735dc040 void 0.000116
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbf80 0.000116
+gallium_dri.so free 0x5571735dc140 void 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000116
+gallium_dri.so free 0x5571735dc180 void 0.000117
+gallium_dri.so free 0x5571735dc0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000115
+gallium_dri.so free 0x5571735dc240 void 0.000116
+gallium_dri.so free 0x5571735dc0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc280 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc300 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc300 0.000115
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so free 0x5571735dc300 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc470 0.000116
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc470 void 0.000149
+gallium_dri.so malloc 72 0x5571735dc470 0.000117
+gallium_dri.so free 0x5571735dc5c0 void 0.000116
+gallium_dri.so free 0x5571735dc470 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc600 0.000116
+gallium_dri.so free 0x5571735dc680 void 0.000117
+gallium_dri.so free 0x5571735dc600 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc680 0.000114
+gallium_dri.so free 0x5571735dc7c0 void 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000116
+gallium_dri.so free 0x5571735dc840 void 0.000117
+gallium_dri.so free 0x5571735dc7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000115
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so free 0x5571735dc7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000116
+gallium_dri.so free 0x5571735dc8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000184
+gallium_dri.so free 0x5571735dc9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000115
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000115
+gallium_dri.so free 0x5571735dc9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000117
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dccd0 0.000117
+gallium_dri.so free 0x5571735dcd40 void 0.000116
+gallium_dri.so free 0x5571735dccd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd60 0.000115
+gallium_dri.so free 0x5571735dce00 void 0.000116
+gallium_dri.so free 0x5571735dcd60 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735dcdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dce80 0.000116
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dce80 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000115
+gallium_dri.so free 0x5571735dd080 void 0.000129
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000116
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000115
+gallium_dri.so free 0x5571735dd280 void 0.000117
+gallium_dri.so free 0x5571735dd1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd2d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd380 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd380 0.000130
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000117
+gallium_dri.so free 0x5571735dd500 void 0.000116
+gallium_dri.so free 0x5571735dd4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000117
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000126
+gallium_dri.so free 0x5571735dd6c0 void 0.000117
+gallium_dri.so free 0x5571735dd5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000117
+gallium_dri.so free 0x5571735dd670 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so free 0x5571735dd670 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd830 0.000116
+gallium_dri.so free 0x5571735dd880 void 0.000114
+gallium_dri.so free 0x5571735dd830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd830 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd830 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000117
+gallium_dri.so free 0x5571735dd9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb80 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000165
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc00 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddda0 0.000114
+gallium_dri.so free 0x5571735dde40 void 0.000116
+gallium_dri.so free 0x5571735ddda0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dddf0 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735dddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dddf0 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so free 0x5571735dddf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000117
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000128
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de310 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000125
+gallium_dri.so free 0x5571735de310 void 0.000116
+gallium_dri.so malloc 72 0x5571735de3a0 0.000117
+gallium_dri.so free 0x5571735de440 void 0.000117
+gallium_dri.so free 0x5571735de3a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de3f0 0.000117
+gallium_dri.so free 0x5571735de4c0 void 0.000116
+gallium_dri.so free 0x5571735de3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3f0 0.000115
+gallium_dri.so free 0x5571735de540 void 0.000116
+gallium_dri.so free 0x5571735de3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de540 0.000116
+gallium_dri.so free 0x5571735de600 void 0.000115
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so malloc 72 0x5571735de540 0.000115
+gallium_dri.so free 0x5571735de700 void 0.000116
+gallium_dri.so free 0x5571735de540 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000116
+gallium_dri.so free 0x5571735de6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de840 0.000120
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8c0 0.000115
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8c0 0.000114
+gallium_dri.so free 0x5571735dea00 void 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dea30 0.000115
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea30 0.000116
+gallium_dri.so free 0x5571735deb80 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000115
+gallium_dri.so malloc 72 0x5571735debc0 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec40 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec40 0.000116
+gallium_dri.so free 0x5571735ded80 void 0.000116
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735dee00 void 0.000113
+gallium_dri.so free 0x5571735dedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedb0 0.000123
+gallium_dri.so free 0x5571735def00 void 0.000117
+gallium_dri.so free 0x5571735dedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000115
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000115
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735def70 0.000115
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735df170 0.000115
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so free 0x5571735df170 void 0.000137
+gallium_dri.so malloc 72 0x5571735df290 0.000116
+gallium_dri.so free 0x5571735df300 void 0.000115
+gallium_dri.so free 0x5571735df290 void 0.000116
+gallium_dri.so malloc 72 0x5571735df320 0.000114
+gallium_dri.so free 0x5571735df3c0 void 0.000117
+gallium_dri.so free 0x5571735df320 void 0.000115
+gallium_dri.so malloc 72 0x5571735df370 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so free 0x5571735df370 void 0.000128
+gallium_dri.so malloc 72 0x5571735df440 0.000116
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df580 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000116
+gallium_dri.so malloc 72 0x5571735df580 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000116
+gallium_dri.so free 0x5571735df580 void 0.000116
+gallium_dri.so malloc 72 0x5571735df580 0.000116
+gallium_dri.so free 0x5571735df7c0 void 0.000116
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df890 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df890 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000116
+gallium_dri.so malloc 72 0x5571735df940 0.000115
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfa70 0.000114
+gallium_dri.so free 0x5571735dfac0 void 0.000116
+gallium_dri.so free 0x5571735dfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa70 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so free 0x5571735dfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb70 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000116
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000115
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dffb0 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000116
+gallium_dri.so free 0x5571735dffb0 void 0.000164
+gallium_dri.so malloc 72 0x5571735dffb0 0.000115
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0140 0.000143
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0360 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000115
+gallium_dri.so free 0x5571735e0360 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000116
+gallium_dri.so free 0x5571735e03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so free 0x5571735e03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000114
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000114
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000229
+gallium_dri.so malloc 72 0x5571735e0500 0.000229
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000119
+gallium_dri.so free 0x5571735e06f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08d0 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e08d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0960 0.000114
+gallium_dri.so free 0x5571735e0a00 void 0.000113
+gallium_dri.so free 0x5571735e0960 void 0.000114
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b00 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b00 0.000127
+gallium_dri.so free 0x5571735e0cc0 void 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0c70 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e00 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000116
+gallium_dri.so free 0x5571735e0e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0e80 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e80 0.000115
+gallium_dri.so free 0x5571735e0fc0 void 0.000116
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000138
+gallium_dri.so free 0x5571735e1040 void 0.000118
+gallium_dri.so free 0x5571735e0ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000116
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e0ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1180 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so free 0x5571735e1180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000128
+gallium_dri.so free 0x5571735e12c0 void 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000115
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1370 0.000115
+gallium_dri.so free 0x5571735e13c0 void 0.000116
+gallium_dri.so free 0x5571735e1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000115
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1470 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000116
+gallium_dri.so free 0x5571735e1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1730 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1850 0.000127
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e1850 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18e0 0.000115
+gallium_dri.so free 0x5571735e1980 void 0.000115
+gallium_dri.so free 0x5571735e18e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1930 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a00 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b40 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000116
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b40 0.000116
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b40 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000116
+gallium_dri.so free 0x5571735e1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e50 0.000160
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1e50 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1f00 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so free 0x5571735e1f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1f00 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2030 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2030 0.000116
+gallium_dri.so free 0x5571735e2180 void 0.000115
+gallium_dri.so free 0x5571735e2030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2130 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000116
+gallium_dri.so free 0x5571735e2130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e21f0 0.000114
+gallium_dri.so free 0x5571735e2280 void 0.000116
+gallium_dri.so free 0x5571735e21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e21f0 0.000115
+gallium_dri.so free 0x5571735e2340 void 0.000116
+gallium_dri.so free 0x5571735e21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e23b0 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000115
+gallium_dri.so free 0x5571735e23b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23b0 0.000116
+gallium_dri.so free 0x5571735e2500 void 0.000115
+gallium_dri.so free 0x5571735e23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735e24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2570 0.000116
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2570 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2700 0.000112
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000115
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2920 0.000113
+gallium_dri.so free 0x5571735e29c0 void 0.000116
+gallium_dri.so free 0x5571735e2920 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2970 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000115
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000116
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000116
+gallium_dri.so free 0x5571735e2d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e90 0.000131
+gallium_dri.so free 0x5571735e2f00 void 0.000119
+gallium_dri.so free 0x5571735e2e90 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f20 0.000115
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2f20 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f70 0.000115
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000182
+gallium_dri.so malloc 72 0x5571735e2f70 0.000116
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30c0 0.000115
+gallium_dri.so free 0x5571735e3180 void 0.000115
+gallium_dri.so free 0x5571735e30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30c0 0.000114
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so free 0x5571735e30c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3230 0.000117
+gallium_dri.so free 0x5571735e32c0 void 0.000116
+gallium_dri.so free 0x5571735e3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3230 0.000115
+gallium_dri.so free 0x5571735e3380 void 0.000114
+gallium_dri.so free 0x5571735e3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e33c0 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3440 0.000116
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3580 void 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e35b0 0.000115
+gallium_dri.so free 0x5571735e3600 void 0.000116
+gallium_dri.so free 0x5571735e35b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e35b0 0.000115
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e35b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3740 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3810 0.000115
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735e3810 void 0.000115
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x557173588400 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000115
+gallium_dri.so free 0x5571735884c0 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000115
+gallium_dri.so malloc 72 0x557173588500 0.000113
+gallium_dri.so free 0x557173588580 void 0.000118
+gallium_dri.so free 0x557173588500 void 0.000115
+gallium_dri.so malloc 72 0x557173588580 0.000114
+gallium_dri.so free 0x557173588640 void 0.000114
+gallium_dri.so free 0x557173588580 void 0.000114
+gallium_dri.so malloc 72 0x557173588580 0.000114
+gallium_dri.so free 0x557173588700 void 0.000115
+gallium_dri.so free 0x557173588580 void 0.000115
+gallium_dri.so malloc 72 0x557173588720 0.000114
+gallium_dri.so free 0x5571735887c0 void 0.000114
+gallium_dri.so free 0x557173588720 void 0.000125
+gallium_dri.so malloc 72 0x557173588770 0.000116
+gallium_dri.so free 0x557173588840 void 0.000115
+gallium_dri.so free 0x557173588770 void 0.000114
+gallium_dri.so malloc 72 0x557173588770 0.000114
+gallium_dri.so free 0x5571735888c0 void 0.000123
+gallium_dri.so free 0x557173588770 void 0.000124
+gallium_dri.so malloc 72 0x5571735888c0 0.000115
+gallium_dri.so free 0x557173588980 void 0.000115
+gallium_dri.so free 0x5571735888c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735888c0 0.000114
+gallium_dri.so free 0x557173588a40 void 0.000116
+gallium_dri.so free 0x5571735888c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735888c0 0.000113
+gallium_dri.so free 0x557173588b00 void 0.000115
+gallium_dri.so free 0x5571735888c0 void 0.000114
+gallium_dri.so malloc 72 0x557173588ab0 0.000115
+gallium_dri.so free 0x557173588bc0 void 0.000114
+gallium_dri.so free 0x557173588ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173588b70 0.000115
+gallium_dri.so free 0x557173588c40 void 0.000117
+gallium_dri.so free 0x557173588b70 void 0.000115
+gallium_dri.so malloc 72 0x557173588c90 0.000115
+gallium_dri.so free 0x557173588d00 void 0.000115
+gallium_dri.so free 0x557173588c90 void 0.000115
+gallium_dri.so malloc 72 0x557173588d20 0.000114
+gallium_dri.so free 0x557173588dc0 void 0.000116
+gallium_dri.so free 0x557173588d20 void 0.000162
+gallium_dri.so malloc 72 0x557173588d70 0.000114
+gallium_dri.so free 0x557173588e40 void 0.000114
+gallium_dri.so free 0x557173588d70 void 0.000127
+gallium_dri.so malloc 72 0x557173588d70 0.000116
+gallium_dri.so free 0x557173588ec0 void 0.000118
+gallium_dri.so free 0x557173588d70 void 0.000116
+gallium_dri.so malloc 72 0x557173588ec0 0.000116
+gallium_dri.so free 0x557173588f80 void 0.000114
+gallium_dri.so free 0x557173588ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173588ec0 0.000113
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so free 0x557173588ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173589030 0.000114
+gallium_dri.so free 0x5571735890c0 void 0.000116
+gallium_dri.so free 0x557173589030 void 0.000115
+gallium_dri.so malloc 72 0x557173589030 0.000250
+gallium_dri.so free 0x557173589180 void 0.000154
+gallium_dri.so free 0x557173589030 void 0.000168
+gallium_dri.so malloc 72 0x5571735891c0 0.000116
+gallium_dri.so free 0x557173589240 void 0.000115
+gallium_dri.so free 0x5571735891c0 void 0.000115
+gallium_dri.so malloc 72 0x557173589240 0.000114
+gallium_dri.so free 0x557173589300 void 0.000116
+gallium_dri.so free 0x557173589240 void 0.000113
+gallium_dri.so malloc 72 0x557173589240 0.000133
+gallium_dri.so free 0x557173589380 void 0.000126
+gallium_dri.so free 0x557173589240 void 0.000124
+gallium_dri.so malloc 72 0x5571735893b0 0.000124
+gallium_dri.so free 0x557173589400 void 0.000127
+gallium_dri.so free 0x5571735893b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735893b0 0.000124
+gallium_dri.so free 0x557173589500 void 0.000125
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x557173589540 0.000123
+gallium_dri.so free 0x5571735895c0 void 0.000124
+gallium_dri.so free 0x557173589540 void 0.000124
+gallium_dri.so malloc 72 0x5571735895c0 0.000117
+gallium_dri.so free 0x557173589680 void 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735895c0 0.000150
+gallium_dri.so free 0x557173589700 void 0.000185
+gallium_dri.so free 0x5571735895c0 void 0.000213
+gallium_dri.so malloc 72 0x557173589730 0.000124
+gallium_dri.so free 0x557173589780 void 0.000125
+gallium_dri.so free 0x557173589730 void 0.000131
+gallium_dri.so malloc 72 0x557173589730 0.000125
+gallium_dri.so free 0x557173589880 void 0.000125
+gallium_dri.so free 0x557173589730 void 0.000124
+gallium_dri.so malloc 72 0x557173589830 0.000126
+gallium_dri.so free 0x557173589940 void 0.000118
+gallium_dri.so free 0x557173589830 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000123
+gallium_dri.so free 0x5571735899c0 void 0.000125
+gallium_dri.so free 0x5571735898f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000113
+gallium_dri.so free 0x557173589a80 void 0.000113
+gallium_dri.so free 0x5571735898f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735898f0 0.000124
+gallium_dri.so free 0x557173589b40 void 0.000125
+gallium_dri.so free 0x5571735898f0 void 0.000117
+gallium_dri.so malloc 72 0x557173589af0 0.000121
+gallium_dri.so free 0x557173589bc0 void 0.000118
+gallium_dri.so free 0x557173589af0 void 0.000114
+gallium_dri.so malloc 72 0x557173589c10 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000116
+gallium_dri.so free 0x557173589c10 void 0.000113
+gallium_dri.so malloc 72 0x557173589ca0 0.000114
+gallium_dri.so free 0x557173589d40 void 0.000114
+gallium_dri.so free 0x557173589ca0 void 0.000161
+gallium_dri.so malloc 72 0x557173589cf0 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000119
+gallium_dri.so free 0x557173589cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173589dc0 0.000117
+gallium_dri.so free 0x557173589e80 void 0.000117
+gallium_dri.so free 0x557173589dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173589dc0 0.000113
+gallium_dri.so free 0x557173589f00 void 0.000113
+gallium_dri.so free 0x557173589dc0 void 0.000127
+gallium_dri.so malloc 72 0x557173589f00 0.000131
+gallium_dri.so free 0x557173589fc0 void 0.000130
+gallium_dri.so free 0x557173589f00 void 0.000130
+gallium_dri.so malloc 72 0x557173589f00 0.000128
+gallium_dri.so free 0x55717358a080 void 0.000130
+gallium_dri.so free 0x557173589f00 void 0.000163
+gallium_dri.so malloc 72 0x557173589f00 0.000162
+gallium_dri.so free 0x55717358a140 void 0.000223
+gallium_dri.so free 0x557173589f00 void 0.000130
+gallium_dri.so malloc 72 0x55717358a0f0 0.000130
+gallium_dri.so free 0x55717358a1c0 void 0.000130
+gallium_dri.so free 0x55717358a0f0 void 0.000141
+gallium_dri.so malloc 72 0x55717358a210 0.000169
+gallium_dri.so free 0x55717358a280 void 0.000130
+gallium_dri.so free 0x55717358a210 void 0.000132
+gallium_dri.so malloc 72 0x55717358a2c0 0.000160
+gallium_dri.so free 0x55717358a340 void 0.000126
+gallium_dri.so free 0x55717358a2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a2c0 0.000132
+gallium_dri.so free 0x55717358a3c0 void 0.000130
+gallium_dri.so free 0x55717358a2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a3f0 0.000129
+gallium_dri.so free 0x55717358a440 void 0.000125
+gallium_dri.so free 0x55717358a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a3f0 0.000128
+gallium_dri.so free 0x55717358a540 void 0.000131
+gallium_dri.so free 0x55717358a3f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a4f0 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358a4f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a5b0 0.000129
+gallium_dri.so free 0x55717358a640 void 0.000139
+gallium_dri.so free 0x55717358a5b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358a5b0 0.000130
+gallium_dri.so free 0x55717358a700 void 0.000131
+gallium_dri.so free 0x55717358a5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a770 0.000131
+gallium_dri.so free 0x55717358a7c0 void 0.000130
+gallium_dri.so free 0x55717358a770 void 0.000123
+gallium_dri.so malloc 72 0x55717358a770 0.000119
+gallium_dri.so free 0x55717358a8c0 void 0.000127
+gallium_dri.so free 0x55717358a770 void 0.000133
+gallium_dri.so malloc 72 0x55717358a870 0.000131
+gallium_dri.so free 0x55717358a980 void 0.000130
+gallium_dri.so free 0x55717358a870 void 0.000124
+gallium_dri.so malloc 72 0x55717358a930 0.000120
+gallium_dri.so free 0x55717358a9c0 void 0.000126
+gallium_dri.so free 0x55717358a930 void 0.000131
+gallium_dri.so malloc 72 0x55717358a930 0.000131
+gallium_dri.so free 0x55717358aa80 void 0.000126
+gallium_dri.so free 0x55717358a930 void 0.000121
+gallium_dri.so malloc 72 0x55717358aac0 0.000127
+gallium_dri.so free 0x55717358ab40 void 0.000139
+gallium_dri.so free 0x55717358aac0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ab40 0.000131
+gallium_dri.so free 0x55717358ac00 void 0.000163
+gallium_dri.so free 0x55717358ab40 void 0.000132
+gallium_dri.so malloc 72 0x55717358ab40 0.000131
+gallium_dri.so free 0x55717358acc0 void 0.000133
+gallium_dri.so free 0x55717358ab40 void 0.000132
+gallium_dri.so malloc 72 0x55717358ace0 0.000131
+gallium_dri.so free 0x55717358ad80 void 0.000130
+gallium_dri.so free 0x55717358ace0 void 0.000126
+gallium_dri.so malloc 72 0x55717358ad30 0.000120
+gallium_dri.so free 0x55717358ae00 void 0.000125
+gallium_dri.so free 0x55717358ad30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ad30 0.000127
+gallium_dri.so free 0x55717358ae80 void 0.000144
+gallium_dri.so free 0x55717358ad30 void 0.000134
+gallium_dri.so malloc 72 0x55717358ae80 0.000130
+gallium_dri.so free 0x55717358af40 void 0.000130
+gallium_dri.so free 0x55717358ae80 void 0.000130
+gallium_dri.so malloc 72 0x55717358ae80 0.000265
+gallium_dri.so free 0x55717358b000 void 0.000222
+gallium_dri.so free 0x55717358ae80 void 0.000224
+gallium_dri.so malloc 72 0x55717358ae80 0.000220
+gallium_dri.so free 0x55717358b0c0 void 0.000220
+gallium_dri.so free 0x55717358ae80 void 0.000131
+gallium_dri.so malloc 72 0x55717358b070 0.000132
+gallium_dri.so free 0x55717358b180 void 0.000125
+gallium_dri.so free 0x55717358b070 void 0.000125
+gallium_dri.so malloc 72 0x55717358b130 0.000132
+gallium_dri.so free 0x55717358b200 void 0.000131
+gallium_dri.so free 0x55717358b130 void 0.000131
+gallium_dri.so malloc 72 0x55717358b250 0.000130
+gallium_dri.so free 0x55717358b2c0 void 0.000132
+gallium_dri.so free 0x55717358b250 void 0.000130
+gallium_dri.so malloc 72 0x55717358b2e0 0.000125
+gallium_dri.so free 0x55717358b380 void 0.000121
+gallium_dri.so free 0x55717358b2e0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b330 0.000138
+gallium_dri.so free 0x55717358b400 void 0.000131
+gallium_dri.so free 0x55717358b330 void 0.000131
+gallium_dri.so malloc 72 0x55717358b330 0.000129
+gallium_dri.so free 0x55717358b480 void 0.000129
+gallium_dri.so free 0x55717358b330 void 0.000124
+gallium_dri.so malloc 72 0x55717358b480 0.000127
+gallium_dri.so free 0x55717358b540 void 0.000130
+gallium_dri.so free 0x55717358b480 void 0.000132
+gallium_dri.so malloc 72 0x55717358b480 0.000123
+gallium_dri.so free 0x55717358b640 void 0.000126
+gallium_dri.so free 0x55717358b480 void 0.000130
+gallium_dri.so malloc 72 0x55717358b5f0 0.000132
+gallium_dri.so free 0x55717358b680 void 0.000130
+gallium_dri.so free 0x55717358b5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b5f0 0.000131
+gallium_dri.so free 0x55717358b740 void 0.000131
+gallium_dri.so free 0x55717358b5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b780 0.000125
+gallium_dri.so free 0x55717358b800 void 0.000129
+gallium_dri.so free 0x55717358b780 void 0.000124
+gallium_dri.so malloc 72 0x55717358b800 0.000122
+gallium_dri.so free 0x55717358b8c0 void 0.000120
+gallium_dri.so free 0x55717358b800 void 0.000125
+gallium_dri.so malloc 72 0x55717358b800 0.000129
+gallium_dri.so free 0x55717358b940 void 0.000124
+gallium_dri.so free 0x55717358b800 void 0.000153
+gallium_dri.so malloc 72 0x55717358b970 0.000133
+gallium_dri.so free 0x55717358b9c0 void 0.000130
+gallium_dri.so free 0x55717358b970 void 0.000136
+gallium_dri.so malloc 72 0x55717358b970 0.000132
+gallium_dri.so free 0x55717358bac0 void 0.000130
+gallium_dri.so free 0x55717358b970 void 0.000131
+gallium_dri.so malloc 72 0x55717358bb00 0.000130
+gallium_dri.so free 0x55717358bb80 void 0.000130
+gallium_dri.so free 0x55717358bb00 void 0.000129
+gallium_dri.so malloc 72 0x55717358bb80 0.000129
+gallium_dri.so free 0x55717358bc40 void 0.000129
+gallium_dri.so free 0x55717358bb80 void 0.000126
+gallium_dri.so malloc 72 0x55717358bb80 0.000126
+gallium_dri.so free 0x55717358bcc0 void 0.000131
+gallium_dri.so free 0x55717358bb80 void 0.000251
+gallium_dri.so malloc 72 0x55717358bcf0 0.000181
+gallium_dri.so free 0x55717358bd40 void 0.000220
+gallium_dri.so free 0x55717358bcf0 void 0.000180
+gallium_dri.so malloc 72 0x55717358bcf0 0.000127
+gallium_dri.so free 0x55717358be40 void 0.000126
+gallium_dri.so free 0x55717358bcf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bdf0 0.000131
+gallium_dri.so free 0x55717358bf00 void 0.000131
+gallium_dri.so free 0x55717358bdf0 void 0.000133
+gallium_dri.so malloc 72 0x55717358beb0 0.000131
+gallium_dri.so free 0x55717358bf80 void 0.000125
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358beb0 0.000125
+gallium_dri.so free 0x55717358c040 void 0.000130
+gallium_dri.so free 0x55717358beb0 void 0.000132
+gallium_dri.so malloc 72 0x55717358beb0 0.000133
+gallium_dri.so free 0x55717358c100 void 0.000131
+gallium_dri.so free 0x55717358beb0 void 0.000127
+gallium_dri.so malloc 72 0x55717358c0b0 0.000134
+gallium_dri.so free 0x55717358c180 void 0.000127
+gallium_dri.so free 0x55717358c0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c1d0 0.000130
+gallium_dri.so free 0x55717358c240 void 0.000131
+gallium_dri.so free 0x55717358c1d0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c260 0.000130
+gallium_dri.so free 0x55717358c300 void 0.000124
+gallium_dri.so free 0x55717358c260 void 0.000125
+gallium_dri.so malloc 72 0x55717358c2b0 0.000131
+gallium_dri.so free 0x55717358c380 void 0.000123
+gallium_dri.so free 0x55717358c2b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358c380 0.000130
+gallium_dri.so free 0x55717358c440 void 0.000130
+gallium_dri.so free 0x55717358c380 void 0.000125
+gallium_dri.so malloc 72 0x55717358c380 0.000124
+gallium_dri.so free 0x55717358c4c0 void 0.000154
+gallium_dri.so free 0x55717358c380 void 0.000224
+gallium_dri.so malloc 72 0x55717358c4c0 0.000130
+gallium_dri.so free 0x55717358c580 void 0.000131
+gallium_dri.so free 0x55717358c4c0 void 0.000139
+gallium_dri.so malloc 72 0x55717358c4c0 0.000132
+gallium_dri.so free 0x55717358c640 void 0.000130
+gallium_dri.so free 0x55717358c4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c4c0 0.000125
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c4c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c6b0 0.000124
+gallium_dri.so free 0x55717358c780 void 0.000121
+gallium_dri.so free 0x55717358c6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c7d0 0.000130
+gallium_dri.so free 0x55717358c840 void 0.000129
+gallium_dri.so free 0x55717358c7d0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c880 0.000124
+gallium_dri.so free 0x55717358c900 void 0.000126
+gallium_dri.so free 0x55717358c880 void 0.000130
+gallium_dri.so malloc 72 0x55717358c880 0.000130
+gallium_dri.so free 0x55717358c980 void 0.000131
+gallium_dri.so free 0x55717358c880 void 0.000129
+gallium_dri.so malloc 72 0x55717358c9b0 0.000130
+gallium_dri.so free 0x55717358ca00 void 0.000129
+gallium_dri.so free 0x55717358c9b0 void 0.000165
+gallium_dri.so malloc 72 0x55717358c9b0 0.000126
+gallium_dri.so free 0x55717358cb00 void 0.000129
+gallium_dri.so free 0x55717358c9b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358cab0 0.000126
+gallium_dri.so free 0x55717358cbc0 void 0.000122
+gallium_dri.so free 0x55717358cab0 void 0.000123
+gallium_dri.so malloc 72 0x55717358cb70 0.000130
+gallium_dri.so free 0x55717358cc00 void 0.000223
+gallium_dri.so free 0x55717358cb70 void 0.000131
+gallium_dri.so malloc 72 0x55717358cb70 0.000128
+gallium_dri.so free 0x55717358ccc0 void 0.000123
+gallium_dri.so free 0x55717358cb70 void 0.000165
+gallium_dri.so malloc 72 0x55717358cd30 0.000127
+gallium_dri.so free 0x55717358cd80 void 0.000129
+gallium_dri.so free 0x55717358cd30 void 0.000132
+gallium_dri.so malloc 72 0x55717358cd30 0.000165
+gallium_dri.so free 0x55717358ce80 void 0.000168
+gallium_dri.so free 0x55717358cd30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ce30 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000127
+gallium_dri.so free 0x55717358ce30 void 0.000140
+gallium_dri.so malloc 72 0x55717358cef0 0.000125
+gallium_dri.so free 0x55717358cf80 void 0.000120
+gallium_dri.so free 0x55717358cef0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cef0 0.000129
+gallium_dri.so free 0x55717358d040 void 0.000131
+gallium_dri.so free 0x55717358cef0 void 0.000131
+gallium_dri.so malloc 72 0x55717358d080 0.000129
+gallium_dri.so free 0x55717358d100 void 0.000133
+gallium_dri.so free 0x55717358d080 void 0.000131
+gallium_dri.so malloc 72 0x55717358d100 0.000129
+gallium_dri.so free 0x55717358d1c0 void 0.000123
+gallium_dri.so free 0x55717358d100 void 0.000119
+gallium_dri.so malloc 72 0x55717358d100 0.000124
+gallium_dri.so free 0x55717358d280 void 0.000126
+gallium_dri.so free 0x55717358d100 void 0.000124
+gallium_dri.so malloc 72 0x55717358d2a0 0.000131
+gallium_dri.so free 0x55717358d340 void 0.000131
+gallium_dri.so free 0x55717358d2a0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d2f0 0.000132
+gallium_dri.so free 0x55717358d3c0 void 0.000131
+gallium_dri.so free 0x55717358d2f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358d2f0 0.000127
+gallium_dri.so free 0x55717358d440 void 0.000128
+gallium_dri.so free 0x55717358d2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358d440 0.000130
+gallium_dri.so free 0x55717358d500 void 0.000129
+gallium_dri.so free 0x55717358d440 void 0.000124
+gallium_dri.so malloc 72 0x55717358d440 0.000119
+gallium_dri.so free 0x55717358d5c0 void 0.000125
+gallium_dri.so free 0x55717358d440 void 0.000126
+gallium_dri.so malloc 72 0x55717358d440 0.000126
+gallium_dri.so free 0x55717358d680 void 0.000129
+gallium_dri.so free 0x55717358d440 void 0.000130
+gallium_dri.so malloc 72 0x55717358d630 0.000130
+gallium_dri.so free 0x55717358d740 void 0.000130
+gallium_dri.so free 0x55717358d630 void 0.000124
+gallium_dri.so malloc 72 0x55717358d6f0 0.000124
+gallium_dri.so free 0x55717358d7c0 void 0.000130
+gallium_dri.so free 0x55717358d6f0 void 0.000157
+gallium_dri.so malloc 72 0x55717358d810 0.000197
+gallium_dri.so free 0x55717358d880 void 0.000207
+gallium_dri.so free 0x55717358d810 void 0.000224
+gallium_dri.so malloc 72 0x55717358d8a0 0.000156
+gallium_dri.so free 0x55717358d940 void 0.000122
+gallium_dri.so free 0x55717358d8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d8f0 0.000125
+gallium_dri.so free 0x55717358d9c0 void 0.000124
+gallium_dri.so free 0x55717358d8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d8f0 0.000119
+gallium_dri.so free 0x55717358da40 void 0.000121
+gallium_dri.so free 0x55717358d8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358da40 0.000119
+gallium_dri.so free 0x55717358db00 void 0.000121
+gallium_dri.so free 0x55717358da40 void 0.000119
+gallium_dri.so malloc 72 0x55717358da40 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000120
+gallium_dri.so free 0x55717358da40 void 0.000121
+gallium_dri.so malloc 72 0x55717358dbb0 0.000119
+gallium_dri.so free 0x55717358dc40 void 0.000121
+gallium_dri.so free 0x55717358dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dbb0 0.000119
+gallium_dri.so free 0x55717358dd00 void 0.000120
+gallium_dri.so free 0x55717358dbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd40 0.000118
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so free 0x55717358dd40 void 0.000134
+gallium_dri.so malloc 72 0x55717358ddc0 0.000121
+gallium_dri.so free 0x55717358de80 void 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ddc0 0.000119
+gallium_dri.so free 0x55717358df00 void 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358df30 0.000121
+gallium_dri.so free 0x55717358df80 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000119
+gallium_dri.so malloc 72 0x55717358df30 0.000121
+gallium_dri.so free 0x55717358e080 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000119
+gallium_dri.so malloc 72 0x55717358e0c0 0.000120
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so free 0x55717358e0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e140 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x55717358e140 void 0.000119
+gallium_dri.so malloc 72 0x55717358e140 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000121
+gallium_dri.so free 0x55717358e140 void 0.000120
+gallium_dri.so malloc 72 0x55717358e2b0 0.000119
+gallium_dri.so free 0x55717358e300 void 0.000120
+gallium_dri.so free 0x55717358e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2b0 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000138
+gallium_dri.so free 0x55717358e2b0 void 0.000146
+gallium_dri.so malloc 72 0x55717358e3b0 0.000143
+gallium_dri.so free 0x55717358e4c0 void 0.000142
+gallium_dri.so free 0x55717358e3b0 void 0.000142
+gallium_dri.so malloc 72 0x55717358e470 0.000143
+gallium_dri.so free 0x55717358e540 void 0.000143
+gallium_dri.so free 0x55717358e470 void 0.000142
+gallium_dri.so malloc 72 0x55717358e470 0.000141
+gallium_dri.so free 0x55717358e600 void 0.000142
+gallium_dri.so free 0x55717358e470 void 0.000142
+gallium_dri.so malloc 72 0x55717358e470 0.000141
+gallium_dri.so free 0x55717358e6c0 void 0.000143
+gallium_dri.so free 0x55717358e470 void 0.000143
+gallium_dri.so malloc 72 0x55717358e670 0.000141
+gallium_dri.so free 0x55717358e740 void 0.000143
+gallium_dri.so free 0x55717358e670 void 0.000142
+gallium_dri.so malloc 72 0x55717358e790 0.000142
+gallium_dri.so free 0x55717358e800 void 0.000143
+gallium_dri.so free 0x55717358e790 void 0.000153
+gallium_dri.so malloc 72 0x55717358e820 0.000122
+gallium_dri.so free 0x55717358e8c0 void 0.000114
+gallium_dri.so free 0x55717358e820 void 0.000113
+gallium_dri.so malloc 72 0x55717358e870 0.000125
+gallium_dri.so free 0x55717358e940 void 0.000116
+gallium_dri.so free 0x55717358e870 void 0.000113
+gallium_dri.so malloc 72 0x55717358e940 0.000115
+gallium_dri.so free 0x55717358ea00 void 0.000115
+gallium_dri.so free 0x55717358e940 void 0.000113
+gallium_dri.so malloc 72 0x55717358e940 0.000114
+gallium_dri.so free 0x55717358ea80 void 0.000114
+gallium_dri.so free 0x55717358e940 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea80 0.000113
+gallium_dri.so free 0x55717358eb40 void 0.000115
+gallium_dri.so free 0x55717358ea80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ea80 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000114
+gallium_dri.so free 0x55717358ea80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ea80 0.000117
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so free 0x55717358ea80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec70 0.000113
+gallium_dri.so free 0x55717358ed40 void 0.000114
+gallium_dri.so free 0x55717358ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed90 0.000114
+gallium_dri.so free 0x55717358ee00 void 0.000115
+gallium_dri.so free 0x55717358ed90 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee40 0.000116
+gallium_dri.so free 0x55717358eec0 void 0.000115
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee40 0.000119
+gallium_dri.so free 0x55717358ef40 void 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef70 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef70 0.000112
+gallium_dri.so free 0x55717358f0c0 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f070 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f070 void 0.000113
+gallium_dri.so malloc 72 0x55717358f130 0.000115
+gallium_dri.so free 0x55717358f1c0 void 0.000115
+gallium_dri.so free 0x55717358f130 void 0.000115
+gallium_dri.so malloc 72 0x55717358f130 0.000114
+gallium_dri.so free 0x55717358f280 void 0.000114
+gallium_dri.so free 0x55717358f130 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2f0 0.000113
+gallium_dri.so free 0x55717358f340 void 0.000115
+gallium_dri.so free 0x55717358f2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2f0 0.000112
+gallium_dri.so free 0x55717358f440 void 0.000119
+gallium_dri.so free 0x55717358f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f3f0 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f540 void 0.000126
+gallium_dri.so free 0x55717358f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f4b0 0.000113
+gallium_dri.so free 0x55717358f600 void 0.000113
+gallium_dri.so free 0x55717358f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f640 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000115
+gallium_dri.so free 0x55717358f640 void 0.000112
+gallium_dri.so malloc 72 0x55717358f6c0 0.000114
+gallium_dri.so free 0x55717358f780 void 0.000116
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f6c0 0.000115
+gallium_dri.so free 0x55717358f840 void 0.000119
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f860 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so free 0x55717358f860 void 0.000113
+gallium_dri.so malloc 72 0x55717358f8b0 0.000113
+gallium_dri.so free 0x55717358f980 void 0.000116
+gallium_dri.so free 0x55717358f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f8b0 0.000113
+gallium_dri.so free 0x55717358fa00 void 0.000116
+gallium_dri.so free 0x55717358f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa00 0.000114
+gallium_dri.so free 0x55717358fac0 void 0.000115
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa00 0.000113
+gallium_dri.so free 0x55717358fb80 void 0.000126
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa00 0.000114
+gallium_dri.so free 0x55717358fc40 void 0.000116
+gallium_dri.so free 0x55717358fa00 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbf0 0.000114
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fcb0 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000115
+gallium_dri.so free 0x55717358fcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fdd0 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000115
+gallium_dri.so free 0x55717358fdd0 void 0.000115
+gallium_dri.so malloc 72 0x55717358fe60 0.000114
+gallium_dri.so free 0x55717358ff00 void 0.000116
+gallium_dri.so free 0x55717358fe60 void 0.000113
+gallium_dri.so malloc 72 0x55717358feb0 0.000114
+gallium_dri.so free 0x55717358ff80 void 0.000114
+gallium_dri.so free 0x55717358feb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358feb0 0.000114
+gallium_dri.so free 0x557173590000 void 0.000115
+gallium_dri.so free 0x55717358feb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590000 0.000114
+gallium_dri.so free 0x5571735900c0 void 0.000114
+gallium_dri.so free 0x557173590000 void 0.000113
+gallium_dri.so malloc 72 0x557173590000 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x557173590000 void 0.000115
+gallium_dri.so malloc 72 0x557173590170 0.000114
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so free 0x557173590170 void 0.000113
+gallium_dri.so malloc 72 0x557173590170 0.000112
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so free 0x557173590170 void 0.000113
+gallium_dri.so malloc 72 0x557173590300 0.000113
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so free 0x557173590300 void 0.000112
+gallium_dri.so malloc 72 0x557173590380 0.000113
+gallium_dri.so free 0x557173590440 void 0.000113
+gallium_dri.so free 0x557173590380 void 0.000112
+gallium_dri.so malloc 72 0x557173590380 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000114
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x557173590540 void 0.000116
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000124
+gallium_dri.so free 0x557173590640 void 0.000125
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590680 0.000115
+gallium_dri.so free 0x557173590700 void 0.000115
+gallium_dri.so free 0x557173590680 void 0.000113
+gallium_dri.so malloc 72 0x557173590700 0.000112
+gallium_dri.so free 0x5571735907c0 void 0.000189
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so malloc 72 0x557173590700 0.000117
+gallium_dri.so free 0x557173590840 void 0.000116
+gallium_dri.so free 0x557173590700 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000116
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000112
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x557173590870 void 0.000113
+gallium_dri.so malloc 72 0x557173590970 0.000113
+gallium_dri.so free 0x557173590a80 void 0.000115
+gallium_dri.so free 0x557173590970 void 0.000114
+gallium_dri.so malloc 72 0x557173590a30 0.000112
+gallium_dri.so free 0x557173590b00 void 0.000115
+gallium_dri.so free 0x557173590a30 void 0.000114
+gallium_dri.so malloc 72 0x557173590a30 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000116
+gallium_dri.so free 0x557173590a30 void 0.000113
+gallium_dri.so malloc 72 0x557173590a30 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000112
+gallium_dri.so malloc 72 0x557173590c30 0.000114
+gallium_dri.so free 0x557173590d00 void 0.000114
+gallium_dri.so free 0x557173590c30 void 0.000113
+gallium_dri.so malloc 72 0x557173590d50 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000161
+gallium_dri.so free 0x557173590d50 void 0.000114
+gallium_dri.so malloc 72 0x557173590de0 0.000114
+gallium_dri.so free 0x557173590e80 void 0.000115
+gallium_dri.so free 0x557173590de0 void 0.000113
+gallium_dri.so malloc 72 0x557173590e30 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so free 0x557173590e30 void 0.000112
+gallium_dri.so malloc 72 0x557173590f00 0.000112
+gallium_dri.so free 0x557173590fc0 void 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so malloc 72 0x557173590f00 0.000114
+gallium_dri.so free 0x557173591040 void 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000112
+gallium_dri.so malloc 72 0x557173591040 0.000114
+gallium_dri.so free 0x557173591100 void 0.000115
+gallium_dri.so free 0x557173591040 void 0.000114
+gallium_dri.so malloc 72 0x557173591040 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x557173591040 void 0.000114
+gallium_dri.so malloc 72 0x557173591040 0.000114
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x557173591040 void 0.000113
+gallium_dri.so malloc 72 0x557173591230 0.000118
+gallium_dri.so free 0x557173591300 void 0.000124
+gallium_dri.so free 0x557173591230 void 0.000120
+gallium_dri.so malloc 72 0x557173591350 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000123
+gallium_dri.so free 0x557173591350 void 0.000113
+gallium_dri.so malloc 72 0x557173591400 0.000118
+gallium_dri.so free 0x557173591480 void 0.000114
+gallium_dri.so free 0x557173591400 void 0.000112
+gallium_dri.so malloc 72 0x557173591400 0.000116
+gallium_dri.so free 0x557173591500 void 0.000115
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so malloc 72 0x557173591530 0.000121
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so free 0x557173591530 void 0.000114
+gallium_dri.so malloc 72 0x557173591530 0.000115
+gallium_dri.so free 0x557173591680 void 0.000114
+gallium_dri.so free 0x557173591530 void 0.000115
+gallium_dri.so malloc 72 0x557173591630 0.000114
+gallium_dri.so free 0x557173591740 void 0.000115
+gallium_dri.so free 0x557173591630 void 0.000114
+gallium_dri.so malloc 72 0x5571735916f0 0.000114
+gallium_dri.so free 0x557173591780 void 0.000115
+gallium_dri.so free 0x5571735916f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735916f0 0.000116
+gallium_dri.so free 0x557173591840 void 0.000115
+gallium_dri.so free 0x5571735916f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735918b0 0.000116
+gallium_dri.so free 0x557173591900 void 0.000116
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735918b0 0.000114
+gallium_dri.so free 0x557173591a00 void 0.000171
+gallium_dri.so free 0x5571735918b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735919b0 0.000115
+gallium_dri.so free 0x557173591ac0 void 0.000116
+gallium_dri.so free 0x5571735919b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000114
+gallium_dri.so free 0x557173591b00 void 0.000115
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591a70 0.000115
+gallium_dri.so free 0x557173591bc0 void 0.000115
+gallium_dri.so free 0x557173591a70 void 0.000114
+gallium_dri.so malloc 72 0x557173591c00 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000117
+gallium_dri.so free 0x557173591c00 void 0.000115
+gallium_dri.so malloc 72 0x557173591c80 0.000115
+gallium_dri.so free 0x557173591d40 void 0.000116
+gallium_dri.so free 0x557173591c80 void 0.000116
+gallium_dri.so malloc 72 0x557173591c80 0.000116
+gallium_dri.so free 0x557173591e00 void 0.000117
+gallium_dri.so free 0x557173591c80 void 0.000115
+gallium_dri.so malloc 72 0x557173591e20 0.000116
+gallium_dri.so free 0x557173591ec0 void 0.000116
+gallium_dri.so free 0x557173591e20 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000115
+gallium_dri.so free 0x557173591f40 void 0.000116
+gallium_dri.so free 0x557173591e70 void 0.000114
+gallium_dri.so malloc 72 0x557173591e70 0.000116
+gallium_dri.so free 0x557173602380 void 0.000129
+gallium_dri.so free 0x557173591e70 void 0.000115
+gallium_dri.so malloc 72 0x557173602330 0.000115
+gallium_dri.so free 0x557173602440 void 0.000115
+gallium_dri.so free 0x557173602330 void 0.000115
+gallium_dri.so malloc 72 0x5571736023f0 0.000115
+gallium_dri.so free 0x557173602480 void 0.000115
+gallium_dri.so free 0x5571736023f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736023f0 0.000115
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so free 0x5571736023f0 void 0.000115
+gallium_dri.so malloc 72 0x557173602590 0.000116
+gallium_dri.so free 0x557173602600 void 0.000116
+gallium_dri.so free 0x557173602590 void 0.000114
+gallium_dri.so malloc 72 0x557173602640 0.000116
+gallium_dri.so free 0x5571736026c0 void 0.000116
+gallium_dri.so free 0x557173602640 void 0.000114
+gallium_dri.so malloc 72 0x5571736026c0 0.000115
+gallium_dri.so free 0x557173602780 void 0.000117
+gallium_dri.so free 0x5571736026c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736026c0 0.000115
+gallium_dri.so free 0x557173602800 void 0.000115
+gallium_dri.so free 0x5571736026c0 void 0.000117
+gallium_dri.so malloc 72 0x557173602830 0.000114
+gallium_dri.so free 0x557173602880 void 0.000115
+gallium_dri.so free 0x557173602830 void 0.000114
+gallium_dri.so malloc 72 0x557173602830 0.000115
+gallium_dri.so free 0x557173602980 void 0.000130
+gallium_dri.so free 0x557173602830 void 0.000115
+gallium_dri.so malloc 72 0x557173602930 0.000115
+gallium_dri.so free 0x557173602a40 void 0.000116
+gallium_dri.so free 0x557173602930 void 0.000114
+gallium_dri.so malloc 72 0x5571736029f0 0.000115
+gallium_dri.so free 0x557173602ac0 void 0.000115
+gallium_dri.so free 0x5571736029f0 void 0.000114
+gallium_dri.so malloc 72 0x557173602ae0 0.000115
+gallium_dri.so free 0x557173602b80 void 0.000118
+gallium_dri.so free 0x557173602ae0 void 0.000114
+gallium_dri.so malloc 72 0x557173602b30 0.000114
+gallium_dri.so free 0x557173602c00 void 0.000116
+gallium_dri.so free 0x557173602b30 void 0.000115
+gallium_dri.so malloc 72 0x557173602b30 0.000115
+gallium_dri.so free 0x557173602c80 void 0.000116
+gallium_dri.so free 0x557173602b30 void 0.000115
+gallium_dri.so malloc 72 0x557173602c80 0.000115
+gallium_dri.so free 0x557173602d40 void 0.000116
+gallium_dri.so free 0x557173602c80 void 0.000117
+gallium_dri.so malloc 72 0x557173602c80 0.000115
+gallium_dri.so free 0x557173602e00 void 0.000116
+gallium_dri.so free 0x557173602c80 void 0.000114
+gallium_dri.so malloc 72 0x557173602c80 0.000116
+gallium_dri.so free 0x557173602ec0 void 0.000175
+gallium_dri.so free 0x557173602c80 void 0.000116
+gallium_dri.so malloc 72 0x557173602e70 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000120
+gallium_dri.so free 0x557173602e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf370 0.000115
+gallium_dri.so free 0x5571735bfc80 void 0.000116
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000115
+gallium_dri.so free 0x5571735cae00 void 0.000116
+gallium_dri.so free 0x5571735bfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000117
+gallium_dri.so free 0x557173602d00 void 0.000118
+gallium_dri.so free 0x5571735cadb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x557173602dc0 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x557173602d70 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000117
+gallium_dri.so free 0x557173602d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf510 0.000115
+gallium_dri.so free 0x5571735bf580 void 0.000116
+gallium_dri.so free 0x5571735bf510 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000114
+gallium_dri.so free 0x5571735bf680 void 0.000117
+gallium_dri.so free 0x5571735bf5e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf630 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000115
+gallium_dri.so free 0x5571735bf630 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf870 0.000124
+gallium_dri.so free 0x5571735bf8c0 void 0.000116
+gallium_dri.so free 0x5571735bf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bf970 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfa30 0.000113
+gallium_dri.so free 0x557173602380 void 0.000116
+gallium_dri.so free 0x5571735bfa30 void 0.000114
+gallium_dri.so malloc 72 0x557173602330 0.000114
+gallium_dri.so free 0x557173602400 void 0.000114
+gallium_dri.so free 0x557173602330 void 0.000114
+gallium_dri.so malloc 72 0x557173602400 0.000115
+gallium_dri.so free 0x5571736024c0 void 0.000115
+gallium_dri.so free 0x557173602400 void 0.000116
+gallium_dri.so malloc 72 0x557173602400 0.000115
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so free 0x557173602400 void 0.000115
+gallium_dri.so malloc 72 0x557173602540 0.000114
+gallium_dri.so free 0x557173602600 void 0.000116
+gallium_dri.so free 0x557173602540 void 0.000114
+gallium_dri.so malloc 72 0x557173602540 0.000114
+gallium_dri.so free 0x5571736026c0 void 0.000115
+gallium_dri.so free 0x557173602540 void 0.000121
+gallium_dri.so malloc 72 0x557173602540 0.000115
+gallium_dri.so free 0x557173602780 void 0.000117
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so malloc 72 0x557173602730 0.000114
+gallium_dri.so free 0x557173602800 void 0.000115
+gallium_dri.so free 0x557173602730 void 0.000115
+gallium_dri.so malloc 72 0x557173602850 0.000116
+gallium_dri.so free 0x5571736028c0 void 0.000116
+gallium_dri.so free 0x557173602850 void 0.000115
+gallium_dri.so malloc 72 0x557173602900 0.000114
+gallium_dri.so free 0x557173602980 void 0.000117
+gallium_dri.so free 0x557173602900 void 0.000114
+gallium_dri.so malloc 72 0x557173602900 0.000115
+gallium_dri.so free 0x557173602a00 void 0.000116
+gallium_dri.so free 0x557173602900 void 0.000114
+gallium_dri.so malloc 72 0x557173602a30 0.000114
+gallium_dri.so free 0x557173602a80 void 0.000116
+gallium_dri.so free 0x557173602a30 void 0.000115
+gallium_dri.so malloc 72 0x557173602a30 0.000114
+gallium_dri.so free 0x557173602b80 void 0.000115
+gallium_dri.so free 0x557173602a30 void 0.000114
+gallium_dri.so malloc 72 0x557173602b30 0.000115
+gallium_dri.so free 0x557173602c40 void 0.000116
+gallium_dri.so free 0x557173602b30 void 0.000115
+gallium_dri.so malloc 72 0x557173602bf0 0.000115
+gallium_dri.so free 0x557173600e80 void 0.000116
+gallium_dri.so free 0x557173602bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173600eb0 0.000115
+gallium_dri.so free 0x557173600f00 void 0.000164
+gallium_dri.so free 0x557173600eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173600eb0 0.000115
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173601040 0.000114
+gallium_dri.so free 0x5571736010c0 void 0.000116
+gallium_dri.so free 0x557173601040 void 0.000119
+gallium_dri.so malloc 72 0x5571736010c0 0.000116
+gallium_dri.so free 0x557173601180 void 0.000116
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736010c0 0.000115
+gallium_dri.so free 0x557173601200 void 0.000115
+gallium_dri.so free 0x5571736010c0 void 0.000115
+gallium_dri.so malloc 72 0x557173601230 0.000115
+gallium_dri.so free 0x557173601280 void 0.000117
+gallium_dri.so free 0x557173601230 void 0.000114
+gallium_dri.so malloc 72 0x557173601230 0.000114
+gallium_dri.so free 0x557173601380 void 0.000115
+gallium_dri.so free 0x557173601230 void 0.000114
+gallium_dri.so malloc 72 0x557173601330 0.000116
+gallium_dri.so free 0x557173601440 void 0.000115
+gallium_dri.so free 0x557173601330 void 0.000114
+gallium_dri.so malloc 72 0x5571736013f0 0.000116
+gallium_dri.so free 0x5571736014c0 void 0.000116
+gallium_dri.so free 0x5571736013f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736013f0 0.000115
+gallium_dri.so free 0x557173601580 void 0.000118
+gallium_dri.so free 0x5571736013f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736013f0 0.000115
+gallium_dri.so free 0x557173601640 void 0.000116
+gallium_dri.so free 0x5571736013f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736015f0 0.000114
+gallium_dri.so free 0x5571736016c0 void 0.000115
+gallium_dri.so free 0x5571736015f0 void 0.000115
+gallium_dri.so malloc 72 0x557173601710 0.000115
+gallium_dri.so free 0x557173601780 void 0.000116
+gallium_dri.so free 0x557173601710 void 0.000116
+gallium_dri.so malloc 72 0x5571736017a0 0.000114
+gallium_dri.so free 0x557173601840 void 0.000116
+gallium_dri.so free 0x5571736017a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736017f0 0.000114
+gallium_dri.so free 0x5571736018c0 void 0.000119
+gallium_dri.so free 0x5571736017f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736018c0 0.000115
+gallium_dri.so free 0x557173601980 void 0.000115
+gallium_dri.so free 0x5571736018c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736018c0 0.000114
+gallium_dri.so free 0x557173601a00 void 0.000115
+gallium_dri.so free 0x5571736018c0 void 0.000115
+gallium_dri.so malloc 72 0x557173601a00 0.000114
+gallium_dri.so free 0x557173601ac0 void 0.000118
+gallium_dri.so free 0x557173601a00 void 0.000116
+gallium_dri.so malloc 72 0x557173601a00 0.000115
+gallium_dri.so free 0x557173601b80 void 0.000129
+gallium_dri.so free 0x557173601a00 void 0.000116
+gallium_dri.so malloc 72 0x557173601a00 0.000116
+gallium_dri.so free 0x557173601c40 void 0.000117
+gallium_dri.so free 0x557173601a00 void 0.000115
+gallium_dri.so malloc 72 0x557173601bf0 0.000117
+gallium_dri.so free 0x557173601cc0 void 0.000117
+gallium_dri.so free 0x557173601bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173601d10 0.000115
+gallium_dri.so free 0x557173601d80 void 0.000117
+gallium_dri.so free 0x557173601d10 void 0.000115
+gallium_dri.so malloc 72 0x557173601dc0 0.000115
+gallium_dri.so free 0x557173601e40 void 0.000116
+gallium_dri.so free 0x557173601dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173601dc0 0.000116
+gallium_dri.so free 0x557173601ec0 void 0.000115
+gallium_dri.so free 0x557173601dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173601ef0 0.000115
+gallium_dri.so free 0x557173601f40 void 0.000115
+gallium_dri.so free 0x557173601ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173601ef0 0.000114
+gallium_dri.so free 0x557173602040 void 0.000116
+gallium_dri.so free 0x557173601ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173601ff0 0.000115
+gallium_dri.so free 0x557173602100 void 0.000115
+gallium_dri.so free 0x557173601ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571736020b0 0.000115
+gallium_dri.so free 0x557173602140 void 0.000168
+gallium_dri.so free 0x5571736020b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736020b0 0.000117
+gallium_dri.so free 0x557173602200 void 0.000117
+gallium_dri.so free 0x5571736020b0 void 0.000120
+gallium_dri.so malloc 72 0x557173602270 0.000125
+gallium_dri.so free 0x5571735f0480 void 0.000125
+gallium_dri.so free 0x557173602270 void 0.000120
+gallium_dri.so malloc 72 0x557173602270 0.000115
+gallium_dri.so free 0x5571735f0580 void 0.000116
+gallium_dri.so free 0x557173602270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0530 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000116
+gallium_dri.so free 0x5571735f0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05f0 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f05f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f05f0 0.000115
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f05f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0780 0.000116
+gallium_dri.so free 0x5571735f0800 void 0.000116
+gallium_dri.so free 0x5571735f0780 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0800 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0800 0.000121
+gallium_dri.so free 0x5571735f0980 void 0.000116
+gallium_dri.so free 0x5571735f0800 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09a0 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000116
+gallium_dri.so free 0x5571735f09a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f09f0 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f09f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09f0 0.000115
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so free 0x5571735f09f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b40 0.000117
+gallium_dri.so free 0x5571735f0c00 void 0.000116
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b40 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000116
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b40 0.000115
+gallium_dri.so free 0x5571735f0d80 void 0.000117
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d30 0.000116
+gallium_dri.so free 0x5571735f0e40 void 0.000116
+gallium_dri.so free 0x5571735f0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0df0 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000117
+gallium_dri.so free 0x5571735f0df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0f10 0.000123
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fa0 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so free 0x5571735f0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000113
+gallium_dri.so free 0x5571735f1140 void 0.000114
+gallium_dri.so free 0x5571735f0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1140 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so free 0x5571735f1140 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1140 0.000114
+gallium_dri.so free 0x5571735f1300 void 0.000120
+gallium_dri.so free 0x5571735f1140 void 0.000116
+gallium_dri.so malloc 72 0x5571735f12b0 0.000114
+gallium_dri.so free 0x5571735f1340 void 0.000114
+gallium_dri.so free 0x5571735f12b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f12b0 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000117
+gallium_dri.so free 0x5571735f12b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1440 0.000114
+gallium_dri.so free 0x5571735f14c0 void 0.000116
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so malloc 72 0x5571735f14c0 0.000166
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f14c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14c0 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1630 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000119
+gallium_dri.so free 0x5571735f1630 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1630 0.000119
+gallium_dri.so free 0x5571735f1780 void 0.000116
+gallium_dri.so free 0x5571735f1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17c0 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000216
+gallium_dri.so free 0x5571735f17c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735f1840 0.000209
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1840 0.000131
+gallium_dri.so free 0x5571735f1980 void 0.000126
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19b0 0.000117
+gallium_dri.so free 0x5571735f1a00 void 0.000116
+gallium_dri.so free 0x5571735f19b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f19b0 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so free 0x5571735f19b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000114
+gallium_dri.so free 0x5571735f1bc0 void 0.000114
+gallium_dri.so free 0x5571735f1ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b70 0.000110
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000113
+gallium_dri.so free 0x5571735f1dc0 void 0.000114
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d70 0.000111
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e90 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e90 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1f20 0.000123
+gallium_dri.so free 0x5571735f1fc0 void 0.000156
+gallium_dri.so free 0x5571735f1f20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1f70 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000165
+gallium_dri.so free 0x5571735f1f70 void 0.000162
+gallium_dri.so malloc 72 0x5571735f2040 0.000163
+gallium_dri.so free 0x5571735f2100 void 0.000125
+gallium_dri.so free 0x5571735f2040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2040 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so free 0x5571735f2040 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2180 0.000125
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2180 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000116
+gallium_dri.so free 0x5571735f2180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2180 0.000124
+gallium_dri.so free 0x5571735f23c0 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2370 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so free 0x5571735f2370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2490 0.000116
+gallium_dri.so free 0x5571735f2500 void 0.000118
+gallium_dri.so free 0x5571735f2490 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2540 0.000116
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so free 0x5571735f2540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2540 0.000128
+gallium_dri.so free 0x5571735f2640 void 0.000125
+gallium_dri.so free 0x5571735f2540 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2670 0.000125
+gallium_dri.so free 0x5571735f26c0 void 0.000124
+gallium_dri.so free 0x5571735f2670 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2670 0.000135
+gallium_dri.so free 0x5571735f27c0 void 0.000132
+gallium_dri.so free 0x5571735f2670 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2770 0.000130
+gallium_dri.so free 0x5571735f2880 void 0.000131
+gallium_dri.so free 0x5571735f2770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2830 0.000130
+gallium_dri.so free 0x5571735f28c0 void 0.000129
+gallium_dri.so free 0x5571735f2830 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2830 0.000125
+gallium_dri.so free 0x5571735f2980 void 0.000127
+gallium_dri.so free 0x5571735f2830 void 0.000126
+gallium_dri.so malloc 72 0x5571735f29f0 0.000133
+gallium_dri.so free 0x5571735f2a40 void 0.000131
+gallium_dri.so free 0x5571735f29f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f29f0 0.000121
+gallium_dri.so free 0x5571735f2b40 void 0.000126
+gallium_dri.so free 0x5571735f29f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2af0 0.000126
+gallium_dri.so free 0x5571735f2c00 void 0.000122
+gallium_dri.so free 0x5571735f2af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000126
+gallium_dri.so free 0x5571735f2c40 void 0.000126
+gallium_dri.so free 0x5571735f2bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000122
+gallium_dri.so free 0x5571735f2d00 void 0.000126
+gallium_dri.so free 0x5571735f2bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2d40 0.000122
+gallium_dri.so free 0x5571735f2dc0 void 0.000121
+gallium_dri.so free 0x5571735f2d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000131
+gallium_dri.so free 0x5571735f2e80 void 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000125
+gallium_dri.so free 0x5571735f2f40 void 0.000184
+gallium_dri.so free 0x5571735f2dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2f60 0.000130
+gallium_dri.so free 0x5571735f3000 void 0.000130
+gallium_dri.so free 0x5571735f2f60 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000127
+gallium_dri.so free 0x5571735f3080 void 0.000130
+gallium_dri.so free 0x5571735f2fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2fb0 0.000126
+gallium_dri.so free 0x5571735f3100 void 0.000126
+gallium_dri.so free 0x5571735f2fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3100 0.000131
+gallium_dri.so free 0x5571735f31c0 void 0.000130
+gallium_dri.so free 0x5571735f3100 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3100 0.000130
+gallium_dri.so free 0x5571735f3280 void 0.000131
+gallium_dri.so free 0x5571735f3100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3100 0.000130
+gallium_dri.so free 0x5571735f3340 void 0.000130
+gallium_dri.so free 0x5571735f3100 void 0.000127
+gallium_dri.so malloc 72 0x5571735f32f0 0.000140
+gallium_dri.so free 0x5571735f3400 void 0.000131
+gallium_dri.so free 0x5571735f32f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f33b0 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f33b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f34d0 0.000130
+gallium_dri.so free 0x5571735f3540 void 0.000131
+gallium_dri.so free 0x5571735f34d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3560 0.000126
+gallium_dri.so free 0x5571735f3600 void 0.000123
+gallium_dri.so free 0x5571735f3560 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000125
+gallium_dri.so free 0x5571735f3680 void 0.000131
+gallium_dri.so free 0x5571735f35b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f35b0 0.000130
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735f35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb440 void 0.000130
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb380 0.000130
+gallium_dri.so free 0x5571735eb540 void 0.000131
+gallium_dri.so free 0x5571735eb380 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000126
+gallium_dri.so free 0x5571735eb580 void 0.000128
+gallium_dri.so free 0x5571735eb4f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000127
+gallium_dri.so free 0x5571735eb640 void 0.000131
+gallium_dri.so free 0x5571735eb4f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb680 0.000129
+gallium_dri.so free 0x5571735eb700 void 0.000164
+gallium_dri.so free 0x5571735eb680 void 0.000164
+gallium_dri.so malloc 72 0x5571735eb700 0.000161
+gallium_dri.so free 0x5571735eb7c0 void 0.000131
+gallium_dri.so free 0x5571735eb700 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb700 0.000120
+gallium_dri.so free 0x5571735eb840 void 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb870 0.000120
+gallium_dri.so free 0x5571735eb8c0 void 0.000126
+gallium_dri.so free 0x5571735eb870 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb870 0.000122
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735eb870 void 0.000129
+gallium_dri.so malloc 72 0x5571735eba00 0.000129
+gallium_dri.so free 0x5571735eba80 void 0.000124
+gallium_dri.so free 0x5571735eba00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba80 0.000127
+gallium_dri.so free 0x5571735ebb40 void 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba80 0.000134
+gallium_dri.so free 0x5571735ebbc0 void 0.000129
+gallium_dri.so free 0x5571735eba80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000125
+gallium_dri.so free 0x5571735ebc40 void 0.000128
+gallium_dri.so free 0x5571735ebbf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000126
+gallium_dri.so free 0x5571735ebd40 void 0.000126
+gallium_dri.so free 0x5571735ebbf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebe00 void 0.000129
+gallium_dri.so free 0x5571735ebcf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000128
+gallium_dri.so free 0x5571735ebe80 void 0.000149
+gallium_dri.so free 0x5571735ebdb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000124
+gallium_dri.so free 0x5571735ebf40 void 0.000125
+gallium_dri.so free 0x5571735ebdb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000125
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000129
+gallium_dri.so free 0x5571735ec080 void 0.000130
+gallium_dri.so free 0x5571735ebfb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec0d0 0.000130
+gallium_dri.so free 0x5571735ec140 void 0.000130
+gallium_dri.so free 0x5571735ec0d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec160 0.000129
+gallium_dri.so free 0x5571735ec200 void 0.000130
+gallium_dri.so free 0x5571735ec160 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000126
+gallium_dri.so free 0x5571735ec280 void 0.000130
+gallium_dri.so free 0x5571735ec1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec280 0.000195
+gallium_dri.so free 0x5571735ec340 void 0.000164
+gallium_dri.so free 0x5571735ec280 void 0.000164
+gallium_dri.so malloc 72 0x5571735ec280 0.000160
+gallium_dri.so free 0x5571735ec3c0 void 0.000129
+gallium_dri.so free 0x5571735ec280 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000123
+gallium_dri.so free 0x5571735ec480 void 0.000125
+gallium_dri.so free 0x5571735ec3c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000119
+gallium_dri.so free 0x5571735ec540 void 0.000124
+gallium_dri.so free 0x5571735ec3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000124
+gallium_dri.so free 0x5571735ec600 void 0.000128
+gallium_dri.so free 0x5571735ec3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000125
+gallium_dri.so free 0x5571735ec680 void 0.000125
+gallium_dri.so free 0x5571735ec5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000124
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec6d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec780 0.000138
+gallium_dri.so free 0x5571735ec800 void 0.000132
+gallium_dri.so free 0x5571735ec780 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec780 0.000236
+gallium_dri.so free 0x5571735ec880 void 0.000222
+gallium_dri.so free 0x5571735ec780 void 0.000261
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000333
+gallium_dri.so free 0x5571735ec900 void 0.000274
+gallium_dri.so free 0x5571735ec8b0 void 0.000279
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000291
+gallium_dri.so free 0x5571735eca00 void 0.000228
+gallium_dri.so free 0x5571735ec8b0 void 0.000245
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000286
+gallium_dri.so free 0x5571735ecac0 void 0.000205
+gallium_dri.so free 0x5571735ec9b0 void 0.000175
+gallium_dri.so malloc 72 0x5571735eca70 0.000200
+gallium_dri.so free 0x5571735ecb00 void 0.000228
+gallium_dri.so free 0x5571735eca70 void 0.000216
+gallium_dri.so malloc 72 0x5571735eca70 0.000210
+gallium_dri.so free 0x5571735ecbc0 void 0.000256
+gallium_dri.so free 0x5571735eca70 void 0.000232
+gallium_dri.so malloc 72 0x5571735ecc30 0.000166
+gallium_dri.so free 0x5571735ecc80 void 0.000178
+gallium_dri.so free 0x5571735ecc30 void 0.000250
+gallium_dri.so malloc 72 0x5571735ecc30 0.000286
+gallium_dri.so free 0x5571735ecd80 void 0.000280
+gallium_dri.so free 0x5571735ecc30 void 0.000279
+gallium_dri.so malloc 72 0x5571735ecd30 0.000186
+gallium_dri.so free 0x5571735ece40 void 0.000151
+gallium_dri.so free 0x5571735ecd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000129
+gallium_dri.so free 0x5571735ece80 void 0.000125
+gallium_dri.so free 0x5571735ecdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000126
+gallium_dri.so free 0x5571735ecf40 void 0.000125
+gallium_dri.so free 0x5571735ecdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf80 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000126
+gallium_dri.so free 0x5571735ecf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed000 0.000121
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed000 0.000130
+gallium_dri.so free 0x5571735ed180 void 0.000130
+gallium_dri.so free 0x5571735ed000 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000125
+gallium_dri.so free 0x5571735ed240 void 0.000129
+gallium_dri.so free 0x5571735ed1a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000126
+gallium_dri.so free 0x5571735ed2c0 void 0.000128
+gallium_dri.so free 0x5571735ed1f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000129
+gallium_dri.so free 0x5571735ed340 void 0.000129
+gallium_dri.so free 0x5571735ed1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed340 0.000161
+gallium_dri.so free 0x5571735ed400 void 0.000339
+gallium_dri.so free 0x5571735ed340 void 0.000214
+gallium_dri.so malloc 72 0x5571735ed340 0.000341
+gallium_dri.so free 0x5571735ed4c0 void 0.000317
+gallium_dri.so free 0x5571735ed340 void 0.000285
+gallium_dri.so malloc 72 0x5571735ed340 0.000321
+gallium_dri.so free 0x5571735ed580 void 0.000320
+gallium_dri.so free 0x5571735ed340 void 0.000215
+gallium_dri.so malloc 72 0x5571735ed530 0.000178
+gallium_dri.so free 0x5571735ed640 void 0.000314
+gallium_dri.so free 0x5571735ed530 void 0.000275
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000281
+gallium_dri.so free 0x5571735ed6c0 void 0.000231
+gallium_dri.so free 0x5571735ed5f0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ed710 0.000211
+gallium_dri.so free 0x5571735ed780 void 0.000215
+gallium_dri.so free 0x5571735ed710 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000137
+gallium_dri.so free 0x5571735ed840 void 0.000138
+gallium_dri.so free 0x5571735ed7a0 void 0.000206
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000128
+gallium_dri.so free 0x5571735ed8c0 void 0.000133
+gallium_dri.so free 0x5571735ed7f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000220
+gallium_dri.so free 0x5571735ed940 void 0.000187
+gallium_dri.so free 0x5571735ed7f0 void 0.000244
+gallium_dri.so malloc 72 0x5571735ed940 0.000214
+gallium_dri.so free 0x5571735eda00 void 0.000244
+gallium_dri.so free 0x5571735ed940 void 0.000229
+gallium_dri.so malloc 72 0x5571735ed940 0.000228
+gallium_dri.so free 0x5571735edb00 void 0.000231
+gallium_dri.so free 0x5571735ed940 void 0.000246
+gallium_dri.so malloc 72 0x5571735edab0 0.000245
+gallium_dri.so free 0x5571735edb40 void 0.000231
+gallium_dri.so free 0x5571735edab0 void 0.000229
+gallium_dri.so malloc 72 0x5571735edab0 0.000211
+gallium_dri.so free 0x5571735edc00 void 0.000240
+gallium_dri.so free 0x5571735edab0 void 0.000245
+gallium_dri.so malloc 72 0x5571735edc40 0.000222
+gallium_dri.so free 0x5571735edcc0 void 0.000237
+gallium_dri.so free 0x5571735edc40 void 0.000209
+gallium_dri.so malloc 72 0x5571735edcc0 0.000207
+gallium_dri.so free 0x5571735edd80 void 0.000249
+gallium_dri.so free 0x5571735edcc0 void 0.000250
+gallium_dri.so malloc 72 0x5571735edcc0 0.000292
+gallium_dri.so free 0x5571735ede00 void 0.000310
+gallium_dri.so free 0x5571735edcc0 void 0.000282
+gallium_dri.so malloc 72 0x5571735ede30 0.000275
+gallium_dri.so free 0x5571735ede80 void 0.000281
+gallium_dri.so free 0x5571735ede30 void 0.000283
+gallium_dri.so malloc 72 0x5571735ede30 0.000276
+gallium_dri.so free 0x5571735edf80 void 0.000286
+gallium_dri.so free 0x5571735ede30 void 0.000275
+gallium_dri.so malloc 72 0x5571735edfc0 0.000244
+gallium_dri.so free 0x5571735ee040 void 0.000285
+gallium_dri.so free 0x5571735edfc0 void 0.000284
+gallium_dri.so malloc 72 0x5571735ee040 0.000281
+gallium_dri.so free 0x5571735ee100 void 0.000279
+gallium_dri.so free 0x5571735ee040 void 0.000282
+gallium_dri.so malloc 72 0x5571735ee040 0.000276
+gallium_dri.so free 0x5571735ee180 void 0.000282
+gallium_dri.so free 0x5571735ee040 void 0.000284
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000285
+gallium_dri.so free 0x5571735ee200 void 0.000275
+gallium_dri.so free 0x5571735ee1b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000283
+gallium_dri.so free 0x5571735ee300 void 0.000266
+gallium_dri.so free 0x5571735ee1b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000274
+gallium_dri.so free 0x5571735ee3c0 void 0.000233
+gallium_dri.so free 0x5571735ee2b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735ee370 0.000230
+gallium_dri.so free 0x5571735ee440 void 0.000228
+gallium_dri.so free 0x5571735ee370 void 0.000230
+gallium_dri.so malloc 72 0x5571735ee370 0.000229
+gallium_dri.so free 0x5571735ee500 void 0.000231
+gallium_dri.so free 0x5571735ee370 void 0.000206
+gallium_dri.so malloc 72 0x5571735ee370 0.000244
+gallium_dri.so free 0x5571735ee5c0 void 0.000230
+gallium_dri.so free 0x5571735ee370 void 0.000212
+gallium_dri.so malloc 72 0x5571735ee570 0.000238
+gallium_dri.so free 0x5571735ee640 void 0.000231
+gallium_dri.so free 0x5571735ee570 void 0.000209
+gallium_dri.so malloc 72 0x5571735ee690 0.000179
+gallium_dri.so free 0x5571735ee700 void 0.000134
+gallium_dri.so free 0x5571735ee690 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee720 0.000137
+gallium_dri.so free 0x5571735ee7c0 void 0.000133
+gallium_dri.so free 0x5571735ee720 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee770 0.000128
+gallium_dri.so free 0x5571735ee840 void 0.000135
+gallium_dri.so free 0x5571735ee770 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee840 0.000134
+gallium_dri.so free 0x5571735ee900 void 0.000137
+gallium_dri.so free 0x5571735ee840 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee840 0.000132
+gallium_dri.so free 0x5571735ee980 void 0.000136
+gallium_dri.so free 0x5571735ee840 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee980 0.000265
+gallium_dri.so free 0x5571735eea40 void 0.000349
+gallium_dri.so free 0x5571735ee980 void 0.000340
+gallium_dri.so malloc 72 0x5571735ee980 0.000335
+gallium_dri.so free 0x5571735eeb00 void 0.000289
+gallium_dri.so free 0x5571735ee980 void 0.000280
+gallium_dri.so malloc 72 0x5571735ee980 0.000295
+gallium_dri.so free 0x5571735eebc0 void 0.000290
+gallium_dri.so free 0x5571735ee980 void 0.000299
+gallium_dri.so malloc 72 0x5571735eeb70 0.000299
+gallium_dri.so free 0x5571735eec40 void 0.000284
+gallium_dri.so free 0x5571735eeb70 void 0.000288
+gallium_dri.so malloc 72 0x5571735eec90 0.000286
+gallium_dri.so free 0x5571735eed00 void 0.000287
+gallium_dri.so free 0x5571735eec90 void 0.000290
+gallium_dri.so malloc 72 0x5571735eed40 0.000290
+gallium_dri.so free 0x5571735eedc0 void 0.000289
+gallium_dri.so free 0x5571735eed40 void 0.000288
+gallium_dri.so malloc 72 0x5571735eed40 0.000287
+gallium_dri.so free 0x5571735eee40 void 0.000285
+gallium_dri.so free 0x5571735eed40 void 0.000291
+gallium_dri.so malloc 72 0x5571735eee70 0.000293
+gallium_dri.so free 0x5571735eeec0 void 0.000294
+gallium_dri.so free 0x5571735eee70 void 0.000292
+gallium_dri.so malloc 72 0x5571735eee70 0.000291
+gallium_dri.so free 0x5571735eefc0 void 0.000293
+gallium_dri.so free 0x5571735eee70 void 0.000317
+gallium_dri.so malloc 72 0x5571735eef70 0.000296
+gallium_dri.so free 0x5571735ef080 void 0.000291
+gallium_dri.so free 0x5571735eef70 void 0.000295
+gallium_dri.so malloc 72 0x5571735ef030 0.000292
+gallium_dri.so free 0x5571735ef0c0 void 0.000299
+gallium_dri.so free 0x5571735ef030 void 0.000290
+gallium_dri.so malloc 72 0x5571735ef030 0.000293
+gallium_dri.so free 0x5571735ef180 void 0.000286
+gallium_dri.so free 0x5571735ef030 void 0.000287
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000280
+gallium_dri.so free 0x5571735ef240 void 0.000294
+gallium_dri.so free 0x5571735ef1f0 void 0.000292
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000233
+gallium_dri.so free 0x5571735ef340 void 0.000240
+gallium_dri.so free 0x5571735ef1f0 void 0.000282
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000288
+gallium_dri.so free 0x5571735ef400 void 0.000292
+gallium_dri.so free 0x5571735ef2f0 void 0.000325
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000269
+gallium_dri.so free 0x5571735ef440 void 0.000152
+gallium_dri.so free 0x5571735ef3b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000147
+gallium_dri.so free 0x5571735ef500 void 0.000147
+gallium_dri.so free 0x5571735ef3b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef540 0.000144
+gallium_dri.so free 0x5571735ef5c0 void 0.000147
+gallium_dri.so free 0x5571735ef540 void 0.000147
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000146
+gallium_dri.so free 0x5571735ef680 void 0.000145
+gallium_dri.so free 0x5571735ef5c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000145
+gallium_dri.so free 0x5571735ef740 void 0.000148
+gallium_dri.so free 0x5571735ef5c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef760 0.000145
+gallium_dri.so free 0x5571735ef800 void 0.000145
+gallium_dri.so free 0x5571735ef760 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000146
+gallium_dri.so free 0x5571735ef880 void 0.000184
+gallium_dri.so free 0x5571735ef7b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000148
+gallium_dri.so free 0x5571735ef900 void 0.000146
+gallium_dri.so free 0x5571735ef7b0 void 0.000273
+gallium_dri.so malloc 72 0x5571735ef900 0.000192
+gallium_dri.so free 0x5571735ef9c0 void 0.000148
+gallium_dri.so free 0x5571735ef900 void 0.000211
+gallium_dri.so malloc 72 0x5571735ef900 0.000213
+gallium_dri.so free 0x5571735efa80 void 0.000147
+gallium_dri.so free 0x5571735ef900 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef900 0.000146
+gallium_dri.so free 0x5571735efb40 void 0.000147
+gallium_dri.so free 0x5571735ef900 void 0.000147
+gallium_dri.so malloc 72 0x5571735efaf0 0.000147
+gallium_dri.so free 0x5571735efc00 void 0.000148
+gallium_dri.so free 0x5571735efaf0 void 0.000148
+gallium_dri.so malloc 72 0x5571735efbb0 0.000147
+gallium_dri.so free 0x5571735efc80 void 0.000147
+gallium_dri.so free 0x5571735efbb0 void 0.000175
+gallium_dri.so malloc 72 0x5571735efcd0 0.000218
+gallium_dri.so free 0x5571735efd40 void 0.000166
+gallium_dri.so free 0x5571735efcd0 void 0.000165
+gallium_dri.so malloc 72 0x5571735efd60 0.000166
+gallium_dri.so free 0x5571735efe00 void 0.000172
+gallium_dri.so free 0x5571735efd60 void 0.000141
+gallium_dri.so malloc 72 0x5571735efdb0 0.000139
+gallium_dri.so free 0x5571735efe80 void 0.000139
+gallium_dri.so free 0x5571735efdb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735efdb0 0.000137
+gallium_dri.so free 0x5571735eff00 void 0.000139
+gallium_dri.so free 0x5571735efdb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eff00 0.000139
+gallium_dri.so free 0x5571735effc0 void 0.000141
+gallium_dri.so free 0x5571735eff00 void 0.000139
+gallium_dri.so malloc 72 0x5571735eff00 0.000139
+gallium_dri.so free 0x5571735f00c0 void 0.000139
+gallium_dri.so free 0x5571735eff00 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0070 0.000137
+gallium_dri.so free 0x5571735f0100 void 0.000145
+gallium_dri.so free 0x5571735f0070 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0070 0.000138
+gallium_dri.so free 0x5571735f01c0 void 0.000139
+gallium_dri.so free 0x5571735f0070 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0200 0.000137
+gallium_dri.so free 0x5571735f0280 void 0.000139
+gallium_dri.so free 0x5571735f0200 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0280 0.000139
+gallium_dri.so free 0x5571735f0340 void 0.000139
+gallium_dri.so free 0x5571735f0280 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0280 0.000138
+gallium_dri.so free 0x5571735f03c0 void 0.000138
+gallium_dri.so free 0x5571735f0280 void 0.000137
+gallium_dri.so malloc 72 0x5571735f03f0 0.000140
+gallium_dri.so free 0x5571735bfdc0 void 0.000140
+gallium_dri.so free 0x5571735f03f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f03f0 0.000140
+gallium_dri.so free 0x5571735bfec0 void 0.000139
+gallium_dri.so free 0x5571735f03f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735bfe70 0.000140
+gallium_dri.so free 0x5571735bff40 void 0.000141
+gallium_dri.so free 0x5571735bfe70 void 0.000150
+gallium_dri.so malloc 72 0x5571735bff90 0.000138
+gallium_dri.so free 0x5571735c0000 void 0.000138
+gallium_dri.so free 0x5571735bff90 void 0.000139
+gallium_dri.so malloc 72 0x5571735c0020 0.000137
+gallium_dri.so free 0x5571735c00c0 void 0.000138
+gallium_dri.so free 0x5571735c0020 void 0.000136
+gallium_dri.so malloc 72 0x5571735c0070 0.000138
+gallium_dri.so free 0x5571735c0140 void 0.000138
+gallium_dri.so free 0x5571735c0070 void 0.000137
+gallium_dri.so malloc 72 0x5571735c0070 0.000139
+gallium_dri.so free 0x5571735c01c0 void 0.000139
+gallium_dri.so free 0x5571735c0070 void 0.000139
+gallium_dri.so malloc 72 0x5571735c01c0 0.000142
+gallium_dri.so free 0x5571735c0280 void 0.000139
+gallium_dri.so free 0x5571735c01c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c01c0 0.000137
+gallium_dri.so free 0x5571735c0380 void 0.000139
+gallium_dri.so free 0x5571735c01c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c01c0 0.000139
+gallium_dri.so free 0x5571735c0400 void 0.000143
+gallium_dri.so free 0x5571735c01c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0430 0.000141
+gallium_dri.so free 0x5571735c0480 void 0.000130
+gallium_dri.so free 0x5571735c0430 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0430 0.000132
+gallium_dri.so free 0x5571735c0580 void 0.000133
+gallium_dri.so free 0x5571735c0430 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0530 0.000132
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so free 0x5571735c0530 void 0.000132
+gallium_dri.so malloc 72 0x5571735c05f0 0.000131
+gallium_dri.so free 0x5571735c0680 void 0.000131
+gallium_dri.so free 0x5571735c05f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c05f0 0.000131
+gallium_dri.so free 0x5571735c0740 void 0.000131
+gallium_dri.so free 0x5571735c05f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0790 0.000131
+gallium_dri.so free 0x5571735c0800 void 0.000134
+gallium_dri.so free 0x5571735c0790 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0840 0.000132
+gallium_dri.so free 0x5571735c08c0 void 0.000131
+gallium_dri.so free 0x5571735c0840 void 0.000130
+gallium_dri.so malloc 72 0x5571735c08c0 0.000133
+gallium_dri.so free 0x5571735c0980 void 0.000133
+gallium_dri.so free 0x5571735c08c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c08c0 0.000133
+gallium_dri.so free 0x5571735c0a00 void 0.000132
+gallium_dri.so free 0x5571735c08c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0a30 0.000132
+gallium_dri.so free 0x5571735c0a80 void 0.000133
+gallium_dri.so free 0x5571735c0a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0a30 0.000132
+gallium_dri.so free 0x5571735c0b80 void 0.000132
+gallium_dri.so free 0x5571735c0a30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0b30 0.000132
+gallium_dri.so free 0x5571735c0c40 void 0.000134
+gallium_dri.so free 0x5571735c0b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000133
+gallium_dri.so free 0x5571735c0cc0 void 0.000131
+gallium_dri.so free 0x5571735c0bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000132
+gallium_dri.so free 0x5571735c0d80 void 0.000131
+gallium_dri.so free 0x5571735c0ce0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0d30 0.000134
+gallium_dri.so free 0x5571735c0e00 void 0.000131
+gallium_dri.so free 0x5571735c0d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0d30 0.000130
+gallium_dri.so free 0x5571735c0e80 void 0.000153
+gallium_dri.so free 0x5571735c0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0e80 0.000132
+gallium_dri.so free 0x5571735c0f40 void 0.000131
+gallium_dri.so free 0x5571735c0e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0e80 0.000130
+gallium_dri.so free 0x5571735c1000 void 0.000131
+gallium_dri.so free 0x5571735c0e80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0e80 0.000131
+gallium_dri.so free 0x5571735c10c0 void 0.000133
+gallium_dri.so free 0x5571735c0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1070 0.000133
+gallium_dri.so free 0x5571735c10c0 void 0.000136
+gallium_dri.so free 0x5571735c1070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1070 0.000132
+gallium_dri.so free 0x5571735c11c0 void 0.000132
+gallium_dri.so free 0x5571735c1070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1170 0.000132
+gallium_dri.so free 0x5571735c1280 void 0.000134
+gallium_dri.so free 0x5571735c1170 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1230 0.000133
+gallium_dri.so free 0x5571735c12c0 void 0.000132
+gallium_dri.so free 0x5571735c1230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1230 0.000132
+gallium_dri.so free 0x5571735c1380 void 0.000132
+gallium_dri.so free 0x5571735c1230 void 0.000132
+gallium_dri.so malloc 72 0x5571735c13c0 0.000132
+gallium_dri.so free 0x5571735c1440 void 0.000134
+gallium_dri.so free 0x5571735c13c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1440 0.000132
+gallium_dri.so free 0x5571735c1500 void 0.000132
+gallium_dri.so free 0x5571735c1440 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1440 0.000131
+gallium_dri.so free 0x5571735c15c0 void 0.000132
+gallium_dri.so free 0x5571735c1440 void 0.000131
+gallium_dri.so malloc 72 0x5571735c15e0 0.000132
+gallium_dri.so free 0x5571735c1680 void 0.000133
+gallium_dri.so free 0x5571735c15e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1630 0.000131
+gallium_dri.so free 0x5571735c1700 void 0.000131
+gallium_dri.so free 0x5571735c1630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1630 0.000133
+gallium_dri.so free 0x5571735c1780 void 0.000133
+gallium_dri.so free 0x5571735c1630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1780 0.000131
+gallium_dri.so free 0x5571735c1840 void 0.000131
+gallium_dri.so free 0x5571735c1780 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1780 0.000132
+gallium_dri.so free 0x5571735c1900 void 0.000132
+gallium_dri.so free 0x5571735c1780 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1780 0.000132
+gallium_dri.so free 0x5571735c19c0 void 0.000133
+gallium_dri.so free 0x5571735c1780 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1970 0.000132
+gallium_dri.so free 0x5571735c1a80 void 0.000131
+gallium_dri.so free 0x5571735c1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1a30 0.000133
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so free 0x5571735c1a30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1b50 0.000132
+gallium_dri.so free 0x5571735c1bc0 void 0.000131
+gallium_dri.so free 0x5571735c1b50 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1be0 0.000134
+gallium_dri.so free 0x5571735c1c80 void 0.000131
+gallium_dri.so free 0x5571735c1be0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1c30 0.000133
+gallium_dri.so free 0x5571735c1d00 void 0.000132
+gallium_dri.so free 0x5571735c1c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1c30 0.000191
+gallium_dri.so free 0x5571735c1d80 void 0.000262
+gallium_dri.so free 0x5571735c1c30 void 0.000232
+gallium_dri.so malloc 72 0x5571735c1d80 0.000178
+gallium_dri.so free 0x5571735c1e40 void 0.000133
+gallium_dri.so free 0x5571735c1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1d80 0.000131
+gallium_dri.so free 0x5571735c1f40 void 0.000130
+gallium_dri.so free 0x5571735c1d80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000132
+gallium_dri.so free 0x5571735c1f80 void 0.000132
+gallium_dri.so free 0x5571735c1ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000133
+gallium_dri.so free 0x5571735c2040 void 0.000133
+gallium_dri.so free 0x5571735c1ef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2080 0.000131
+gallium_dri.so free 0x5571735c2100 void 0.000132
+gallium_dri.so free 0x5571735c2080 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2100 0.000131
+gallium_dri.so free 0x5571735c21c0 void 0.000132
+gallium_dri.so free 0x5571735c2100 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2100 0.000139
+gallium_dri.so free 0x5571735c2240 void 0.000134
+gallium_dri.so free 0x5571735c2100 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2270 0.000131
+gallium_dri.so free 0x5571735c22c0 void 0.000131
+gallium_dri.so free 0x5571735c2270 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2270 0.000130
+gallium_dri.so free 0x5571735c23c0 void 0.000132
+gallium_dri.so free 0x5571735c2270 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2400 0.000132
+gallium_dri.so free 0x5571735c2480 void 0.000132
+gallium_dri.so free 0x5571735c2400 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2480 0.000132
+gallium_dri.so free 0x5571735c2540 void 0.000134
+gallium_dri.so free 0x5571735c2480 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2480 0.000130
+gallium_dri.so free 0x5571735c25c0 void 0.000131
+gallium_dri.so free 0x5571735c2480 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25f0 0.000133
+gallium_dri.so free 0x5571735c2640 void 0.000133
+gallium_dri.so free 0x5571735c25f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c25f0 0.000131
+gallium_dri.so free 0x5571735c2740 void 0.000131
+gallium_dri.so free 0x5571735c25f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c26f0 0.000133
+gallium_dri.so free 0x5571735c2800 void 0.000141
+gallium_dri.so free 0x5571735c26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27b0 0.000133
+gallium_dri.so free 0x5571735c2880 void 0.000133
+gallium_dri.so free 0x5571735c27b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27b0 0.000131
+gallium_dri.so free 0x5571735c2940 void 0.000133
+gallium_dri.so free 0x5571735c27b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27b0 0.000130
+gallium_dri.so free 0x5571735c2a00 void 0.000132
+gallium_dri.so free 0x5571735c27b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c29b0 0.000132
+gallium_dri.so free 0x5571735c2a80 void 0.000132
+gallium_dri.so free 0x5571735c29b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2ad0 0.000133
+gallium_dri.so free 0x5571735c2b40 void 0.000130
+gallium_dri.so free 0x5571735c2ad0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2b60 0.000133
+gallium_dri.so free 0x5571735c2c00 void 0.000133
+gallium_dri.so free 0x5571735c2b60 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000132
+gallium_dri.so free 0x5571735c2c80 void 0.000180
+gallium_dri.so free 0x5571735c2bb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c2c80 0.000133
+gallium_dri.so free 0x5571735c2d40 void 0.000134
+gallium_dri.so free 0x5571735c2c80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2c80 0.000132
+gallium_dri.so free 0x5571735c2dc0 void 0.000133
+gallium_dri.so free 0x5571735c2c80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000132
+gallium_dri.so free 0x5571735c2e80 void 0.000134
+gallium_dri.so free 0x5571735c2dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000132
+gallium_dri.so free 0x5571735c2f40 void 0.000132
+gallium_dri.so free 0x5571735c2dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000130
+gallium_dri.so free 0x5571735c3000 void 0.000134
+gallium_dri.so free 0x5571735c2dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000132
+gallium_dri.so free 0x5571735c3080 void 0.000137
+gallium_dri.so free 0x5571735c2fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c30d0 0.000130
+gallium_dri.so free 0x5571735c3140 void 0.000131
+gallium_dri.so free 0x5571735c30d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3180 0.000134
+gallium_dri.so free 0x5571735c3200 void 0.000133
+gallium_dri.so free 0x5571735c3180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3180 0.000131
+gallium_dri.so free 0x5571735c3280 void 0.000131
+gallium_dri.so free 0x5571735c3180 void 0.000132
+gallium_dri.so malloc 72 0x5571735c32b0 0.000132
+gallium_dri.so free 0x5571735c3300 void 0.000134
+gallium_dri.so free 0x5571735c32b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c32b0 0.000132
+gallium_dri.so free 0x5571735c3400 void 0.000132
+gallium_dri.so free 0x5571735c32b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c33b0 0.000130
+gallium_dri.so free 0x5571735c34c0 void 0.000132
+gallium_dri.so free 0x5571735c33b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3470 0.000131
+gallium_dri.so free 0x5571735c3500 void 0.000132
+gallium_dri.so free 0x5571735c3470 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3470 0.000131
+gallium_dri.so free 0x5571735c35c0 void 0.000133
+gallium_dri.so free 0x5571735c3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3630 0.000130
+gallium_dri.so free 0x5571735c3680 void 0.000180
+gallium_dri.so free 0x5571735c3630 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3630 0.000131
+gallium_dri.so free 0x5571735c3780 void 0.000131
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3730 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000137
+gallium_dri.so free 0x5571735c3730 void 0.000132
+gallium_dri.so malloc 72 0x5571735c37f0 0.000131
+gallium_dri.so free 0x5571735c3880 void 0.000133
+gallium_dri.so free 0x5571735c37f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c37f0 0.000133
+gallium_dri.so free 0x5571735c3940 void 0.000133
+gallium_dri.so free 0x5571735c37f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3980 0.000131
+gallium_dri.so free 0x5571735c3a00 void 0.000135
+gallium_dri.so free 0x5571735c3980 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3a00 0.000133
+gallium_dri.so free 0x5571735c3ac0 void 0.000132
+gallium_dri.so free 0x5571735c3a00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3a00 0.000133
+gallium_dri.so free 0x5571735c3b80 void 0.000132
+gallium_dri.so free 0x5571735c3a00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000144
+gallium_dri.so free 0x5571735c3c40 void 0.000133
+gallium_dri.so free 0x5571735c3ba0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000132
+gallium_dri.so free 0x5571735c3cc0 void 0.000135
+gallium_dri.so free 0x5571735c3bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000131
+gallium_dri.so free 0x5571735c3d40 void 0.000132
+gallium_dri.so free 0x5571735c3bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3d40 0.000133
+gallium_dri.so free 0x5571735c3e00 void 0.000134
+gallium_dri.so free 0x5571735c3d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3d40 0.000132
+gallium_dri.so free 0x5571735c3ec0 void 0.000131
+gallium_dri.so free 0x5571735c3d40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3d40 0.000133
+gallium_dri.so free 0x5571735c3f80 void 0.000133
+gallium_dri.so free 0x5571735c3d40 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3f30 0.000132
+gallium_dri.so free 0x5571735c4040 void 0.000131
+gallium_dri.so free 0x5571735c3f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000129
+gallium_dri.so free 0x5571735c40c0 void 0.000131
+gallium_dri.so free 0x5571735c3ff0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4110 0.000132
+gallium_dri.so free 0x5571735c4180 void 0.000132
+gallium_dri.so free 0x5571735c4110 void 0.000132
+gallium_dri.so malloc 72 0x5571735c41a0 0.000131
+gallium_dri.so free 0x5571735c4240 void 0.000133
+gallium_dri.so free 0x5571735c41a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41f0 0.000133
+gallium_dri.so free 0x5571735c42c0 void 0.000133
+gallium_dri.so free 0x5571735c41f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c41f0 0.000131
+gallium_dri.so free 0x5571735c4340 void 0.000131
+gallium_dri.so free 0x5571735c41f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4340 0.000131
+gallium_dri.so free 0x5571735c4400 void 0.000133
+gallium_dri.so free 0x5571735c4340 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4340 0.000133
+gallium_dri.so free 0x5571735c4500 void 0.000131
+gallium_dri.so free 0x5571735c4340 void 0.000133
+gallium_dri.so malloc 72 0x5571735c44b0 0.000133
+gallium_dri.so free 0x5571735c4540 void 0.000133
+gallium_dri.so free 0x5571735c44b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c44b0 0.000130
+gallium_dri.so free 0x5571735c4600 void 0.000182
+gallium_dri.so free 0x5571735c44b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4640 0.000133
+gallium_dri.so free 0x5571735c46c0 void 0.000133
+gallium_dri.so free 0x5571735c4640 void 0.000130
+gallium_dri.so malloc 72 0x5571735c46c0 0.000131
+gallium_dri.so free 0x5571735c4780 void 0.000136
+gallium_dri.so free 0x5571735c46c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c46c0 0.000132
+gallium_dri.so free 0x5571735c4800 void 0.000131
+gallium_dri.so free 0x5571735c46c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4830 0.000131
+gallium_dri.so free 0x5571735c4880 void 0.000133
+gallium_dri.so free 0x5571735c4830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4830 0.000130
+gallium_dri.so free 0x5571735c4980 void 0.000131
+gallium_dri.so free 0x5571735c4830 void 0.000131
+gallium_dri.so malloc 72 0x5571735c49c0 0.000130
+gallium_dri.so free 0x5571735c4a40 void 0.000132
+gallium_dri.so free 0x5571735c49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4a40 0.000130
+gallium_dri.so free 0x5571735c4b00 void 0.000131
+gallium_dri.so free 0x5571735c4a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a40 0.000140
+gallium_dri.so free 0x5571735c4b80 void 0.000132
+gallium_dri.so free 0x5571735c4a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000131
+gallium_dri.so free 0x5571735c4c00 void 0.000132
+gallium_dri.so free 0x5571735c4bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000131
+gallium_dri.so free 0x5571735c4d00 void 0.000132
+gallium_dri.so free 0x5571735c4bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000131
+gallium_dri.so free 0x5571735c4dc0 void 0.000132
+gallium_dri.so free 0x5571735c4cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4d70 0.000131
+gallium_dri.so free 0x5571735c4e40 void 0.000135
+gallium_dri.so free 0x5571735c4d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4d70 0.000131
+gallium_dri.so free 0x5571735c4f00 void 0.000132
+gallium_dri.so free 0x5571735c4d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4d70 0.000132
+gallium_dri.so free 0x5571735c4fc0 void 0.000132
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4f70 0.000130
+gallium_dri.so free 0x557173462440 void 0.000131
+gallium_dri.so free 0x5571735c4f70 void 0.000140
+gallium_dri.so malloc 72 0x557173462490 0.000131
+gallium_dri.so free 0x557173462500 void 0.000133
+gallium_dri.so free 0x557173462490 void 0.000130
+gallium_dri.so malloc 72 0x557173462520 0.000131
+gallium_dri.so free 0x5571735c5040 void 0.000131
+gallium_dri.so free 0x557173462520 void 0.000129
+gallium_dri.so malloc 72 0x5571735c5070 0.000132
+gallium_dri.so free 0x5571734625c0 void 0.000132
+gallium_dri.so free 0x5571735c5070 void 0.000132
+gallium_dri.so malloc 72 0x557173462570 0.000131
+gallium_dri.so free 0x557173462680 void 0.000132
+gallium_dri.so free 0x557173462570 void 0.000130
+gallium_dri.so malloc 72 0x557173462630 0.000130
+gallium_dri.so free 0x557173462700 void 0.000131
+gallium_dri.so free 0x557173462630 void 0.000131
+gallium_dri.so malloc 72 0x557173462750 0.000131
+gallium_dri.so free 0x5571734627c0 void 0.000131
+gallium_dri.so free 0x557173462750 void 0.000132
+gallium_dri.so malloc 72 0x5571734627e0 0.000131
+gallium_dri.so free 0x557173462880 void 0.000133
+gallium_dri.so free 0x5571734627e0 void 0.000131
+gallium_dri.so malloc 72 0x557173462830 0.000130
+gallium_dri.so free 0x557173462900 void 0.000194
+gallium_dri.so free 0x557173462830 void 0.000133
+gallium_dri.so malloc 72 0x557173462830 0.000131
+gallium_dri.so free 0x557173462980 void 0.000137
+gallium_dri.so free 0x557173462830 void 0.000132
+gallium_dri.so malloc 72 0x557173462980 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000132
+gallium_dri.so free 0x557173462980 void 0.000131
+gallium_dri.so malloc 72 0x557173462980 0.000132
+gallium_dri.so free 0x557173462b40 void 0.000132
+gallium_dri.so free 0x557173462980 void 0.000131
+gallium_dri.so malloc 72 0x557173462af0 0.000133
+gallium_dri.so free 0x557173462b80 void 0.000133
+gallium_dri.so free 0x557173462af0 void 0.000131
+gallium_dri.so malloc 72 0x557173462af0 0.000130
+gallium_dri.so free 0x557173462c40 void 0.000133
+gallium_dri.so free 0x557173462af0 void 0.000131
+gallium_dri.so malloc 72 0x557173462c80 0.000131
+gallium_dri.so free 0x557173462d00 void 0.000130
+gallium_dri.so free 0x557173462c80 void 0.000131
+gallium_dri.so malloc 72 0x557173462d00 0.000131
+gallium_dri.so free 0x557173462dc0 void 0.000131
+gallium_dri.so free 0x557173462d00 void 0.000131
+gallium_dri.so malloc 72 0x557173462d00 0.000132
+gallium_dri.so free 0x557173462e40 void 0.000132
+gallium_dri.so free 0x557173462d00 void 0.000131
+gallium_dri.so malloc 72 0x557173462e70 0.000129
+gallium_dri.so free 0x557173462ec0 void 0.000132
+gallium_dri.so free 0x557173462e70 void 0.000130
+gallium_dri.so malloc 72 0x557173462e70 0.000130
+gallium_dri.so free 0x557173462fc0 void 0.000130
+gallium_dri.so free 0x557173462e70 void 0.000130
+gallium_dri.so malloc 72 0x557173463000 0.000132
+gallium_dri.so free 0x557173463080 void 0.000131
+gallium_dri.so free 0x557173463000 void 0.000132
+gallium_dri.so malloc 72 0x557173463080 0.000131
+gallium_dri.so free 0x557173463140 void 0.000132
+gallium_dri.so free 0x557173463080 void 0.000130
+gallium_dri.so malloc 72 0x557173463080 0.000131
+gallium_dri.so free 0x5571734631c0 void 0.000131
+gallium_dri.so free 0x557173463080 void 0.000131
+gallium_dri.so malloc 72 0x5571734631f0 0.000130
+gallium_dri.so free 0x557173463240 void 0.000132
+gallium_dri.so free 0x5571734631f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734631f0 0.000130
+gallium_dri.so free 0x557173463340 void 0.000130
+gallium_dri.so free 0x5571734631f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734632f0 0.000132
+gallium_dri.so free 0x557173463400 void 0.000131
+gallium_dri.so free 0x5571734632f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734633b0 0.000130
+gallium_dri.so free 0x557173463480 void 0.000131
+gallium_dri.so free 0x5571734633b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734633b0 0.000131
+gallium_dri.so free 0x557173463540 void 0.000130
+gallium_dri.so free 0x5571734633b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734633b0 0.000131
+gallium_dri.so free 0x557173463600 void 0.000131
+gallium_dri.so free 0x5571734633b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734635b0 0.000130
+gallium_dri.so free 0x557173463680 void 0.000130
+gallium_dri.so free 0x5571734635b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734636d0 0.000130
+gallium_dri.so free 0x557173463740 void 0.000130
+gallium_dri.so free 0x5571734636d0 void 0.000136
+gallium_dri.so malloc 72 0x557173463760 0.000131
+gallium_dri.so free 0x557173463800 void 0.000130
+gallium_dri.so free 0x557173463760 void 0.000130
+gallium_dri.so malloc 72 0x5571734637b0 0.000131
+gallium_dri.so free 0x557173463880 void 0.000140
+gallium_dri.so free 0x5571734637b0 void 0.000133
+gallium_dri.so malloc 72 0x557173463880 0.000130
+gallium_dri.so free 0x557173463940 void 0.000133
+gallium_dri.so free 0x557173463880 void 0.000130
+gallium_dri.so malloc 72 0x557173463880 0.000131
+gallium_dri.so free 0x5571734639c0 void 0.000131
+gallium_dri.so free 0x557173463880 void 0.000130
+gallium_dri.so malloc 72 0x5571734639c0 0.000132
+gallium_dri.so free 0x557173463a80 void 0.000132
+gallium_dri.so free 0x5571734639c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734639c0 0.000131
+gallium_dri.so free 0x557173463b40 void 0.000131
+gallium_dri.so free 0x5571734639c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734639c0 0.000132
+gallium_dri.so free 0x557173463c00 void 0.000130
+gallium_dri.so free 0x5571734639c0 void 0.000131
+gallium_dri.so malloc 72 0x557173463bb0 0.000131
+gallium_dri.so free 0x557173463c80 void 0.000132
+gallium_dri.so free 0x557173463bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173463cd0 0.000131
+gallium_dri.so free 0x557173463d40 void 0.000130
+gallium_dri.so free 0x557173463cd0 void 0.000130
+gallium_dri.so malloc 72 0x557173463d80 0.000140
+gallium_dri.so free 0x557173463e00 void 0.000131
+gallium_dri.so free 0x557173463d80 void 0.000130
+gallium_dri.so malloc 72 0x557173463d80 0.000132
+gallium_dri.so free 0x557173463e80 void 0.000132
+gallium_dri.so free 0x557173463d80 void 0.000130
+gallium_dri.so malloc 72 0x557173463eb0 0.000130
+gallium_dri.so free 0x557173463f00 void 0.000133
+gallium_dri.so free 0x557173463eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173463eb0 0.000130
+gallium_dri.so free 0x557173464000 void 0.000131
+gallium_dri.so free 0x557173463eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173463fb0 0.000132
+gallium_dri.so free 0x5571734640c0 void 0.000130
+gallium_dri.so free 0x557173463fb0 void 0.000132
+gallium_dri.so malloc 72 0x557173464070 0.000132
+gallium_dri.so free 0x557173464100 void 0.000131
+gallium_dri.so free 0x557173464070 void 0.000129
+gallium_dri.so malloc 72 0x557173464070 0.000132
+gallium_dri.so free 0x5571734641c0 void 0.000131
+gallium_dri.so free 0x557173464070 void 0.000130
+gallium_dri.so malloc 72 0x557173464230 0.000131
+gallium_dri.so free 0x557173464280 void 0.000131
+gallium_dri.so free 0x557173464230 void 0.000178
+gallium_dri.so malloc 72 0x557173464230 0.000132
+gallium_dri.so free 0x557173464380 void 0.000131
+gallium_dri.so free 0x557173464230 void 0.000132
+gallium_dri.so malloc 72 0x557173464330 0.000130
+gallium_dri.so free 0x557173464440 void 0.000130
+gallium_dri.so free 0x557173464330 void 0.000132
+gallium_dri.so malloc 72 0x5571734643f0 0.000131
+gallium_dri.so free 0x557173464480 void 0.000130
+gallium_dri.so free 0x5571734643f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734643f0 0.000132
+gallium_dri.so free 0x557173464540 void 0.000131
+gallium_dri.so free 0x5571734643f0 void 0.000130
+gallium_dri.so malloc 72 0x557173464580 0.000132
+gallium_dri.so free 0x557173464600 void 0.000131
+gallium_dri.so free 0x557173464580 void 0.000132
+gallium_dri.so malloc 72 0x557173464600 0.000131
+gallium_dri.so free 0x5571734646c0 void 0.000132
+gallium_dri.so free 0x557173464600 void 0.000131
+gallium_dri.so malloc 72 0x557173464600 0.000132
+gallium_dri.so free 0x557173464780 void 0.000131
+gallium_dri.so free 0x557173464600 void 0.000132
+gallium_dri.so malloc 72 0x5571734647a0 0.000130
+gallium_dri.so free 0x557173464840 void 0.000140
+gallium_dri.so free 0x5571734647a0 void 0.000132
+gallium_dri.so malloc 72 0x5571734647f0 0.000132
+gallium_dri.so free 0x5571734648c0 void 0.000131
+gallium_dri.so free 0x5571734647f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734647f0 0.000131
+gallium_dri.so free 0x557173464940 void 0.000132
+gallium_dri.so free 0x5571734647f0 void 0.000131
+gallium_dri.so malloc 72 0x557173464940 0.000132
+gallium_dri.so free 0x557173464a00 void 0.000137
+gallium_dri.so free 0x557173464940 void 0.000131
+gallium_dri.so malloc 72 0x557173464940 0.000132
+gallium_dri.so free 0x557173464ac0 void 0.000132
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so malloc 72 0x557173464940 0.000131
+gallium_dri.so free 0x557173464b80 void 0.000131
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so malloc 72 0x557173464b30 0.000131
+gallium_dri.so free 0x557173464c40 void 0.000131
+gallium_dri.so free 0x557173464b30 void 0.000134
+gallium_dri.so malloc 72 0x557173464bf0 0.000130
+gallium_dri.so free 0x557173464cc0 void 0.000132
+gallium_dri.so free 0x557173464bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173464d10 0.000140
+gallium_dri.so free 0x557173464d80 void 0.000132
+gallium_dri.so free 0x557173464d10 void 0.000130
+gallium_dri.so malloc 72 0x557173464da0 0.000131
+gallium_dri.so free 0x557173464e40 void 0.000131
+gallium_dri.so free 0x557173464da0 void 0.000131
+gallium_dri.so malloc 72 0x557173464df0 0.000132
+gallium_dri.so free 0x557173464ec0 void 0.000131
+gallium_dri.so free 0x557173464df0 void 0.000131
+gallium_dri.so malloc 72 0x557173464df0 0.000131
+gallium_dri.so free 0x557173464f40 void 0.000130
+gallium_dri.so free 0x557173464df0 void 0.000132
+gallium_dri.so malloc 72 0x557173464f40 0.000131
+gallium_dri.so free 0x557173465000 void 0.000130
+gallium_dri.so free 0x557173464f40 void 0.000131
+gallium_dri.so malloc 72 0x557173464f40 0.000130
+gallium_dri.so free 0x557173465100 void 0.000131
+gallium_dri.so free 0x557173464f40 void 0.000130
+gallium_dri.so malloc 72 0x5571734650b0 0.000130
+gallium_dri.so free 0x557173465140 void 0.000130
+gallium_dri.so free 0x5571734650b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734650b0 0.000131
+gallium_dri.so free 0x557173465200 void 0.000131
+gallium_dri.so free 0x5571734650b0 void 0.000199
+gallium_dri.so malloc 72 0x557173465240 0.000132
+gallium_dri.so free 0x5571734652c0 void 0.000132
+gallium_dri.so free 0x557173465240 void 0.000129
+gallium_dri.so malloc 72 0x5571734652c0 0.000133
+gallium_dri.so free 0x557173465380 void 0.000131
+gallium_dri.so free 0x5571734652c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734652c0 0.000130
+gallium_dri.so free 0x557173465400 void 0.000131
+gallium_dri.so free 0x5571734652c0 void 0.000131
+gallium_dri.so malloc 72 0x557173465430 0.000131
+gallium_dri.so free 0x557173465480 void 0.000133
+gallium_dri.so free 0x557173465430 void 0.000129
+gallium_dri.so malloc 72 0x557173465430 0.000131
+gallium_dri.so free 0x557173465580 void 0.000132
+gallium_dri.so free 0x557173465430 void 0.000130
+gallium_dri.so malloc 72 0x5571734655c0 0.000131
+gallium_dri.so free 0x557173465640 void 0.000131
+gallium_dri.so free 0x5571734655c0 void 0.000131
+gallium_dri.so malloc 72 0x557173465640 0.000131
+gallium_dri.so free 0x557173465700 void 0.000130
+gallium_dri.so free 0x557173465640 void 0.000131
+gallium_dri.so malloc 72 0x557173465640 0.000131
+gallium_dri.so free 0x557173465780 void 0.000133
+gallium_dri.so free 0x557173465640 void 0.000132
+gallium_dri.so malloc 72 0x5571734657b0 0.000131
+gallium_dri.so free 0x557173465800 void 0.000131
+gallium_dri.so free 0x5571734657b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734657b0 0.000131
+gallium_dri.so free 0x557173465900 void 0.000131
+gallium_dri.so free 0x5571734657b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734658b0 0.000132
+gallium_dri.so free 0x5571734659c0 void 0.000132
+gallium_dri.so free 0x5571734658b0 void 0.000130
+gallium_dri.so malloc 72 0x557173465970 0.000131
+gallium_dri.so free 0x557173465a40 void 0.000130
+gallium_dri.so free 0x557173465970 void 0.000129
+gallium_dri.so malloc 72 0x557173465970 0.000130
+gallium_dri.so free 0x557173465b00 void 0.000130
+gallium_dri.so free 0x557173465970 void 0.000130
+gallium_dri.so malloc 72 0x557173465970 0.000131
+gallium_dri.so free 0x557173465bc0 void 0.000131
+gallium_dri.so free 0x557173465970 void 0.000131
+gallium_dri.so malloc 72 0x557173465b70 0.000130
+gallium_dri.so free 0x557173465c40 void 0.000132
+gallium_dri.so free 0x557173465b70 void 0.000131
+gallium_dri.so malloc 72 0x557173465c90 0.000140
+gallium_dri.so free 0x557173465d00 void 0.000132
+gallium_dri.so free 0x557173465c90 void 0.000131
+gallium_dri.so malloc 72 0x557173465d20 0.000131
+gallium_dri.so free 0x557173465dc0 void 0.000130
+gallium_dri.so free 0x557173465d20 void 0.000129
+gallium_dri.so malloc 72 0x557173465d70 0.000132
+gallium_dri.so free 0x557173465e40 void 0.000130
+gallium_dri.so free 0x557173465d70 void 0.000130
+gallium_dri.so malloc 72 0x557173465e40 0.000131
+gallium_dri.so free 0x557173465f00 void 0.000131
+gallium_dri.so free 0x557173465e40 void 0.000132
+gallium_dri.so malloc 72 0x557173465e40 0.000131
+gallium_dri.so free 0x557173465f80 void 0.000132
+gallium_dri.so free 0x557173465e40 void 0.000131
+gallium_dri.so malloc 72 0x557173465f80 0.000135
+gallium_dri.so free 0x557173466040 void 0.000131
+gallium_dri.so free 0x557173465f80 void 0.000130
+gallium_dri.so malloc 72 0x557173465f80 0.000130
+gallium_dri.so free 0x557173466100 void 0.000131
+gallium_dri.so free 0x557173465f80 void 0.000130
+gallium_dri.so malloc 72 0x557173465f80 0.000131
+gallium_dri.so free 0x5571734661c0 void 0.000130
+gallium_dri.so free 0x557173465f80 void 0.000180
+gallium_dri.so malloc 72 0x557173466170 0.000132
+gallium_dri.so free 0x557173466240 void 0.000131
+gallium_dri.so free 0x557173466170 void 0.000131
+gallium_dri.so malloc 72 0x557173466290 0.000131
+gallium_dri.so free 0x557173466300 void 0.000132
+gallium_dri.so free 0x557173466290 void 0.000131
+gallium_dri.so malloc 72 0x557173466340 0.000130
+gallium_dri.so free 0x5571734663c0 void 0.000132
+gallium_dri.so free 0x557173466340 void 0.000131
+gallium_dri.so malloc 72 0x557173466340 0.000131
+gallium_dri.so free 0x557173466440 void 0.000131
+gallium_dri.so free 0x557173466340 void 0.000130
+gallium_dri.so malloc 72 0x557173466470 0.000129
+gallium_dri.so free 0x5571734664c0 void 0.000131
+gallium_dri.so free 0x557173466470 void 0.000131
+gallium_dri.so malloc 72 0x557173466470 0.000131
+gallium_dri.so free 0x5571734665c0 void 0.000132
+gallium_dri.so free 0x557173466470 void 0.000130
+gallium_dri.so malloc 72 0x557173466570 0.000130
+gallium_dri.so free 0x557173466680 void 0.000132
+gallium_dri.so free 0x557173466570 void 0.000130
+gallium_dri.so malloc 72 0x557173466630 0.000131
+gallium_dri.so free 0x5571734666c0 void 0.000141
+gallium_dri.so free 0x557173466630 void 0.000131
+gallium_dri.so malloc 72 0x557173466630 0.000131
+gallium_dri.so free 0x557173466780 void 0.000132
+gallium_dri.so free 0x557173466630 void 0.000131
+gallium_dri.so malloc 72 0x5571734667f0 0.000132
+gallium_dri.so free 0x557173466840 void 0.000131
+gallium_dri.so free 0x5571734667f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734667f0 0.000130
+gallium_dri.so free 0x557173466940 void 0.000131
+gallium_dri.so free 0x5571734667f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734668f0 0.000130
+gallium_dri.so free 0x557173466a00 void 0.000130
+gallium_dri.so free 0x5571734668f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734669b0 0.000129
+gallium_dri.so free 0x557173466a40 void 0.000130
+gallium_dri.so free 0x5571734669b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734669b0 0.000130
+gallium_dri.so free 0x557173466b00 void 0.000132
+gallium_dri.so free 0x5571734669b0 void 0.000132
+gallium_dri.so malloc 72 0x557173466b40 0.000130
+gallium_dri.so free 0x557173466bc0 void 0.000132
+gallium_dri.so free 0x557173466b40 void 0.000131
+gallium_dri.so malloc 72 0x557173466bc0 0.000142
+gallium_dri.so free 0x557173466c80 void 0.000131
+gallium_dri.so free 0x557173466bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173466bc0 0.000131
+gallium_dri.so free 0x557173466d40 void 0.000132
+gallium_dri.so free 0x557173466bc0 void 0.000131
+gallium_dri.so malloc 72 0x557173466d60 0.000135
+gallium_dri.so free 0x557173466e00 void 0.000133
+gallium_dri.so free 0x557173466d60 void 0.000129
+gallium_dri.so malloc 72 0x557173466db0 0.000130
+gallium_dri.so free 0x557173466e80 void 0.000131
+gallium_dri.so free 0x557173466db0 void 0.000130
+gallium_dri.so malloc 72 0x557173466db0 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000131
+gallium_dri.so free 0x557173466db0 void 0.000131
+gallium_dri.so malloc 72 0x557173466f00 0.000132
+gallium_dri.so free 0x557173466fc0 void 0.000129
+gallium_dri.so free 0x557173466f00 void 0.000131
+gallium_dri.so malloc 72 0x557173466f00 0.000132
+gallium_dri.so free 0x557173467080 void 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000130
+gallium_dri.so malloc 72 0x557173466f00 0.000132
+gallium_dri.so free 0x557173467140 void 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000142
+gallium_dri.so malloc 72 0x5571734670f0 0.000132
+gallium_dri.so free 0x557173467200 void 0.000131
+gallium_dri.so free 0x5571734670f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734671b0 0.000130
+gallium_dri.so free 0x557173467280 void 0.000131
+gallium_dri.so free 0x5571734671b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734672d0 0.000131
+gallium_dri.so free 0x557173467340 void 0.000130
+gallium_dri.so free 0x5571734672d0 void 0.000131
+gallium_dri.so malloc 72 0x557173467360 0.000133
+gallium_dri.so free 0x557173467400 void 0.000131
+gallium_dri.so free 0x557173467360 void 0.000131
+gallium_dri.so malloc 72 0x5571734673b0 0.000131
+gallium_dri.so free 0x557173467480 void 0.000132
+gallium_dri.so free 0x5571734673b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734673b0 0.000132
+gallium_dri.so free 0x557173467500 void 0.000131
+gallium_dri.so free 0x5571734673b0 void 0.000135
+gallium_dri.so malloc 72 0x557173467500 0.000131
+gallium_dri.so free 0x5571734675c0 void 0.000130
+gallium_dri.so free 0x557173467500 void 0.000130
+gallium_dri.so malloc 72 0x557173467500 0.000132
+gallium_dri.so free 0x5571734676c0 void 0.000140
+gallium_dri.so free 0x557173467500 void 0.000131
+gallium_dri.so malloc 72 0x557173467670 0.000130
+gallium_dri.so free 0x557173467700 void 0.000133
+gallium_dri.so free 0x557173467670 void 0.000135
+gallium_dri.so malloc 72 0x557173467670 0.000130
+gallium_dri.so free 0x5571734677c0 void 0.000130
+gallium_dri.so free 0x557173467670 void 0.000131
+gallium_dri.so malloc 72 0x557173467800 0.000132
+gallium_dri.so free 0x557173467880 void 0.000132
+gallium_dri.so free 0x557173467800 void 0.000131
+gallium_dri.so malloc 72 0x557173467880 0.000130
+gallium_dri.so free 0x557173467940 void 0.000131
+gallium_dri.so free 0x557173467880 void 0.000131
+gallium_dri.so malloc 72 0x557173467880 0.000130
+gallium_dri.so free 0x5571734679c0 void 0.000130
+gallium_dri.so free 0x557173467880 void 0.000132
+gallium_dri.so malloc 72 0x5571734679f0 0.000136
+gallium_dri.so free 0x557173467a40 void 0.000131
+gallium_dri.so free 0x5571734679f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734679f0 0.000131
+gallium_dri.so free 0x557173467b40 void 0.000132
+gallium_dri.so free 0x5571734679f0 void 0.000131
+gallium_dri.so malloc 72 0x557173467b80 0.000178
+gallium_dri.so free 0x557173467c00 void 0.000131
+gallium_dri.so free 0x557173467b80 void 0.000194
+gallium_dri.so malloc 72 0x557173467c00 0.000134
+gallium_dri.so free 0x557173467cc0 void 0.000133
+gallium_dri.so free 0x557173467c00 void 0.000130
+gallium_dri.so malloc 72 0x557173467c00 0.000131
+gallium_dri.so free 0x557173467d40 void 0.000131
+gallium_dri.so free 0x557173467c00 void 0.000130
+gallium_dri.so malloc 72 0x557173467d70 0.000131
+gallium_dri.so free 0x557173467dc0 void 0.000130
+gallium_dri.so free 0x557173467d70 void 0.000131
+gallium_dri.so malloc 72 0x557173467d70 0.000131
+gallium_dri.so free 0x557173467ec0 void 0.000131
+gallium_dri.so free 0x557173467d70 void 0.000131
+gallium_dri.so malloc 72 0x557173467e70 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000131
+gallium_dri.so free 0x557173467e70 void 0.000132
+gallium_dri.so malloc 72 0x557173467f30 0.000130
+gallium_dri.so free 0x557173468000 void 0.000131
+gallium_dri.so free 0x557173467f30 void 0.000131
+gallium_dri.so malloc 72 0x557173467f30 0.000131
+gallium_dri.so free 0x5571734680c0 void 0.000132
+gallium_dri.so free 0x557173467f30 void 0.000131
+gallium_dri.so malloc 72 0x557173467f30 0.000130
+gallium_dri.so free 0x557173468180 void 0.000131
+gallium_dri.so free 0x557173467f30 void 0.000128
+gallium_dri.so malloc 72 0x557173468130 0.000130
+gallium_dri.so free 0x557173468200 void 0.000129
+gallium_dri.so free 0x557173468130 void 0.000130
+gallium_dri.so malloc 72 0x557173468250 0.000129
+gallium_dri.so free 0x5571734682c0 void 0.000129
+gallium_dri.so free 0x557173468250 void 0.000127
+gallium_dri.so malloc 72 0x5571734682e0 0.000129
+gallium_dri.so free 0x557173468380 void 0.000129
+gallium_dri.so free 0x5571734682e0 void 0.000127
+gallium_dri.so malloc 72 0x557173468330 0.000134
+gallium_dri.so free 0x557173468400 void 0.000132
+gallium_dri.so free 0x557173468330 void 0.000132
+gallium_dri.so malloc 72 0x557173468400 0.000132
+gallium_dri.so free 0x5571734684c0 void 0.000134
+gallium_dri.so free 0x557173468400 void 0.000134
+gallium_dri.so malloc 72 0x557173468400 0.000131
+gallium_dri.so free 0x557173468540 void 0.000131
+gallium_dri.so free 0x557173468400 void 0.000133
+gallium_dri.so malloc 72 0x557173468540 0.000131
+gallium_dri.so free 0x557173468600 void 0.000141
+gallium_dri.so free 0x557173468540 void 0.000131
+gallium_dri.so malloc 72 0x557173468540 0.000132
+gallium_dri.so free 0x5571734686c0 void 0.000132
+gallium_dri.so free 0x557173468540 void 0.000132
+gallium_dri.so malloc 72 0x557173468540 0.000131
+gallium_dri.so free 0x557173468780 void 0.000131
+gallium_dri.so free 0x557173468540 void 0.000131
+gallium_dri.so malloc 72 0x557173468730 0.000133
+gallium_dri.so free 0x557173468800 void 0.000130
+gallium_dri.so free 0x557173468730 void 0.000131
+gallium_dri.so malloc 72 0x557173468850 0.000137
+gallium_dri.so free 0x5571734688c0 void 0.000134
+gallium_dri.so free 0x557173468850 void 0.000131
+gallium_dri.so malloc 72 0x557173468900 0.000132
+gallium_dri.so free 0x557173468980 void 0.000133
+gallium_dri.so free 0x557173468900 void 0.000131
+gallium_dri.so malloc 72 0x557173468900 0.000131
+gallium_dri.so free 0x557173468a00 void 0.000132
+gallium_dri.so free 0x557173468900 void 0.000131
+gallium_dri.so malloc 72 0x557173468a30 0.000131
+gallium_dri.so free 0x557173468a80 void 0.000131
+gallium_dri.so free 0x557173468a30 void 0.000131
+gallium_dri.so malloc 72 0x557173468a30 0.000140
+gallium_dri.so free 0x557173468b80 void 0.000134
+gallium_dri.so free 0x557173468a30 void 0.000132
+gallium_dri.so malloc 72 0x557173468b30 0.000132
+gallium_dri.so free 0x557173468c40 void 0.000131
+gallium_dri.so free 0x557173468b30 void 0.000131
+gallium_dri.so malloc 72 0x557173468bf0 0.000131
+gallium_dri.so free 0x557173468c80 void 0.000131
+gallium_dri.so free 0x557173468bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173468bf0 0.000131
+gallium_dri.so free 0x557173468d40 void 0.000132
+gallium_dri.so free 0x557173468bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173468db0 0.000131
+gallium_dri.so free 0x557173468e00 void 0.000132
+gallium_dri.so free 0x557173468db0 void 0.000131
+gallium_dri.so malloc 72 0x557173468db0 0.000132
+gallium_dri.so free 0x557173468f00 void 0.000134
+gallium_dri.so free 0x557173468db0 void 0.000132
+gallium_dri.so malloc 72 0x557173468eb0 0.000132
+gallium_dri.so free 0x557173468fc0 void 0.000133
+gallium_dri.so free 0x557173468eb0 void 0.000132
+gallium_dri.so malloc 72 0x557173468f70 0.000131
+gallium_dri.so free 0x557173469000 void 0.000133
+gallium_dri.so free 0x557173468f70 void 0.000134
+gallium_dri.so malloc 72 0x557173468f70 0.000131
+gallium_dri.so free 0x5571734690c0 void 0.000133
+gallium_dri.so free 0x557173468f70 void 0.000131
+gallium_dri.so malloc 72 0x557173469100 0.000133
+gallium_dri.so free 0x557173469180 void 0.000131
+gallium_dri.so free 0x557173469100 void 0.000132
+gallium_dri.so malloc 72 0x557173469180 0.000132
+gallium_dri.so free 0x557173469240 void 0.000133
+gallium_dri.so free 0x557173469180 void 0.000133
+gallium_dri.so malloc 72 0x557173469180 0.000131
+gallium_dri.so free 0x557173469300 void 0.000132
+gallium_dri.so free 0x557173469180 void 0.000133
+gallium_dri.so malloc 72 0x557173469320 0.000133
+gallium_dri.so free 0x5571734693c0 void 0.000133
+gallium_dri.so free 0x557173469320 void 0.000133
+gallium_dri.so malloc 72 0x557173469370 0.000131
+gallium_dri.so free 0x557173469440 void 0.000132
+gallium_dri.so free 0x557173469370 void 0.000133
+gallium_dri.so malloc 72 0x557173469370 0.000130
+gallium_dri.so free 0x5571734694c0 void 0.000132
+gallium_dri.so free 0x557173469370 void 0.000133
+gallium_dri.so malloc 72 0x5571734694c0 0.000131
+gallium_dri.so free 0x557173469580 void 0.000259
+gallium_dri.so free 0x5571734694c0 void 0.000349
+gallium_dri.so malloc 72 0x5571734694c0 0.000120
+gallium_dri.so free 0x557173469640 void 0.000401
+gallium_dri.so free 0x5571734694c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734694c0 0.000189
+gallium_dri.so free 0x557173469700 void 0.000138
+gallium_dri.so free 0x5571734694c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734696b0 0.000115
+gallium_dri.so free 0x5571735ceb40 void 0.000117
+gallium_dri.so free 0x5571734696b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cebc0 void 0.000115
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec10 0.000115
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735cec10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceca0 0.000116
+gallium_dri.so free 0x5571735ced40 void 0.000117
+gallium_dri.so free 0x5571735ceca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cecf0 0.000130
+gallium_dri.so free 0x5571735cedc0 void 0.000119
+gallium_dri.so free 0x5571735cecf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cecf0 0.000114
+gallium_dri.so free 0x5571735cee40 void 0.000116
+gallium_dri.so free 0x5571735cecf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cee40 0.000116
+gallium_dri.so free 0x5571735cef00 void 0.000119
+gallium_dri.so free 0x5571735cee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cee40 0.000115
+gallium_dri.so free 0x5571735cf000 void 0.000117
+gallium_dri.so free 0x5571735cee40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cefb0 0.000116
+gallium_dri.so free 0x5571735cf040 void 0.000114
+gallium_dri.so free 0x5571735cefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefb0 0.000115
+gallium_dri.so free 0x5571735cf100 void 0.000115
+gallium_dri.so free 0x5571735cefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf140 0.000115
+gallium_dri.so free 0x5571735cf1c0 void 0.000116
+gallium_dri.so free 0x5571735cf140 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000115
+gallium_dri.so free 0x5571735cf280 void 0.000116
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000115
+gallium_dri.so free 0x5571735cf300 void 0.000117
+gallium_dri.so free 0x5571735cf1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf330 0.000137
+gallium_dri.so free 0x5571735cf380 void 0.000118
+gallium_dri.so free 0x5571735cf330 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf330 0.000115
+gallium_dri.so free 0x5571735cf480 void 0.000117
+gallium_dri.so free 0x5571735cf330 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000141
+gallium_dri.so free 0x5571735cf4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf540 0.000115
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf540 0.000114
+gallium_dri.so free 0x5571735cf680 void 0.000114
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000116
+gallium_dri.so free 0x5571735cf700 void 0.000115
+gallium_dri.so free 0x5571735cf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000118
+gallium_dri.so free 0x5571735cf800 void 0.000115
+gallium_dri.so free 0x5571735cf6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000113
+gallium_dri.so free 0x5571735cf8c0 void 0.000114
+gallium_dri.so free 0x5571735cf7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf870 0.000114
+gallium_dri.so free 0x5571735cf940 void 0.000115
+gallium_dri.so free 0x5571735cf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000170
+gallium_dri.so free 0x5571735cfa00 void 0.000231
+gallium_dri.so free 0x5571735cf870 void 0.000327
+gallium_dri.so malloc 72 0x5571735cf870 0.000357
+gallium_dri.so free 0x5571735cfac0 void 0.000318
+gallium_dri.so free 0x5571735cf870 void 0.000304
+gallium_dri.so malloc 72 0x5571735cfa70 0.000246
+gallium_dri.so free 0x5571735cfb40 void 0.000224
+gallium_dri.so free 0x5571735cfa70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfb90 0.000118
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so free 0x5571735cfb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfc20 0.000126
+gallium_dri.so free 0x5571735cfcc0 void 0.000124
+gallium_dri.so free 0x5571735cfc20 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfc70 0.000124
+gallium_dri.so free 0x5571735cfd40 void 0.000133
+gallium_dri.so free 0x5571735cfc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfd40 0.000118
+gallium_dri.so free 0x5571735cfe00 void 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd40 0.000114
+gallium_dri.so free 0x5571735cfe80 void 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe80 0.000115
+gallium_dri.so free 0x5571735cff40 void 0.000114
+gallium_dri.so free 0x5571735cfe80 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe80 0.000124
+gallium_dri.so free 0x5571735d0000 void 0.000124
+gallium_dri.so free 0x5571735cfe80 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfe80 0.000124
+gallium_dri.so free 0x5571735d00c0 void 0.000123
+gallium_dri.so free 0x5571735cfe80 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0070 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000123
+gallium_dri.so free 0x5571735d0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0190 0.000120
+gallium_dri.so free 0x5571735d0200 void 0.000123
+gallium_dri.so free 0x5571735d0190 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0240 0.000127
+gallium_dri.so free 0x5571735d02c0 void 0.000124
+gallium_dri.so free 0x5571735d0240 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0240 0.000123
+gallium_dri.so free 0x5571735d0340 void 0.000124
+gallium_dri.so free 0x5571735d0240 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0370 0.000118
+gallium_dri.so free 0x5571735d03c0 void 0.000118
+gallium_dri.so free 0x5571735d0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0370 0.000120
+gallium_dri.so free 0x5571735d04c0 void 0.000123
+gallium_dri.so free 0x5571735d0370 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0470 0.000118
+gallium_dri.so free 0x5571735d0580 void 0.000119
+gallium_dri.so free 0x5571735d0470 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0530 0.000198
+gallium_dri.so free 0x5571735d05c0 void 0.000218
+gallium_dri.so free 0x5571735d0530 void 0.000222
+gallium_dri.so malloc 72 0x5571735d0530 0.000223
+gallium_dri.so free 0x5571735d0680 void 0.000254
+gallium_dri.so free 0x5571735d0530 void 0.000267
+gallium_dri.so malloc 72 0x5571735d06f0 0.000275
+gallium_dri.so free 0x5571735d0740 void 0.000277
+gallium_dri.so free 0x5571735d06f0 void 0.000268
+gallium_dri.so malloc 72 0x5571735d06f0 0.000276
+gallium_dri.so free 0x5571735d0840 void 0.000228
+gallium_dri.so free 0x5571735d06f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735d07f0 0.000220
+gallium_dri.so free 0x5571735d0900 void 0.000200
+gallium_dri.so free 0x5571735d07f0 void 0.000195
+gallium_dri.so malloc 72 0x5571735d08b0 0.000167
+gallium_dri.so free 0x5571735d0940 void 0.000129
+gallium_dri.so free 0x5571735d08b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d08b0 0.000130
+gallium_dri.so free 0x5571735d0a00 void 0.000132
+gallium_dri.so free 0x5571735d08b0 void 0.000233
+gallium_dri.so malloc 72 0x5571735d0a40 0.000223
+gallium_dri.so free 0x5571735d0ac0 void 0.000235
+gallium_dri.so free 0x5571735d0a40 void 0.000222
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000237
+gallium_dri.so free 0x5571735d0b80 void 0.000221
+gallium_dri.so free 0x5571735d0ac0 void 0.000201
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000197
+gallium_dri.so free 0x5571735d0c40 void 0.000194
+gallium_dri.so free 0x5571735d0ac0 void 0.000225
+gallium_dri.so malloc 72 0x5571735d0c60 0.000201
+gallium_dri.so free 0x5571735d0d00 void 0.000132
+gallium_dri.so free 0x5571735d0c60 void 0.000242
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000279
+gallium_dri.so free 0x5571735d0d80 void 0.000276
+gallium_dri.so free 0x5571735d0cb0 void 0.000340
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000328
+gallium_dri.so free 0x5571735d0e00 void 0.000341
+gallium_dri.so free 0x5571735d0cb0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d0e00 0.000291
+gallium_dri.so free 0x5571735d0ec0 void 0.000246
+gallium_dri.so free 0x5571735d0e00 void 0.000305
+gallium_dri.so malloc 72 0x5571735d0e00 0.000339
+gallium_dri.so free 0x5571735d0f80 void 0.000346
+gallium_dri.so free 0x5571735d0e00 void 0.000290
+gallium_dri.so malloc 72 0x5571735d0e00 0.000289
+gallium_dri.so free 0x5571735d1040 void 0.000314
+gallium_dri.so free 0x5571735d0e00 void 0.000282
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000289
+gallium_dri.so free 0x5571735d1100 void 0.000306
+gallium_dri.so free 0x5571735d0ff0 void 0.000338
+gallium_dri.so malloc 72 0x5571735d10b0 0.000314
+gallium_dri.so free 0x5571735d1180 void 0.000287
+gallium_dri.so free 0x5571735d10b0 void 0.000288
+gallium_dri.so malloc 72 0x5571735d11d0 0.000288
+gallium_dri.so free 0x5571735d1240 void 0.000293
+gallium_dri.so free 0x5571735d11d0 void 0.000288
+gallium_dri.so malloc 72 0x5571735d1260 0.000288
+gallium_dri.so free 0x5571735d1300 void 0.000293
+gallium_dri.so free 0x5571735d1260 void 0.000287
+gallium_dri.so malloc 72 0x5571735d12b0 0.000290
+gallium_dri.so free 0x5571735d1380 void 0.000288
+gallium_dri.so free 0x5571735d12b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735d12b0 0.000279
+gallium_dri.so free 0x5571735d1400 void 0.000286
+gallium_dri.so free 0x5571735d12b0 void 0.000289
+gallium_dri.so malloc 72 0x5571735d1400 0.000290
+gallium_dri.so free 0x5571735d14c0 void 0.000290
+gallium_dri.so free 0x5571735d1400 void 0.000290
+gallium_dri.so malloc 72 0x5571735d1400 0.000280
+gallium_dri.so free 0x5571735d15c0 void 0.000283
+gallium_dri.so free 0x5571735d1400 void 0.000290
+gallium_dri.so malloc 72 0x5571735d1570 0.000283
+gallium_dri.so free 0x5571735d1600 void 0.000280
+gallium_dri.so free 0x5571735d1570 void 0.000279
+gallium_dri.so malloc 72 0x5571735d1570 0.000283
+gallium_dri.so free 0x5571735d16c0 void 0.000272
+gallium_dri.so free 0x5571735d1570 void 0.000282
+gallium_dri.so malloc 72 0x5571735d1700 0.000282
+gallium_dri.so free 0x5571735d1780 void 0.000272
+gallium_dri.so free 0x5571735d1700 void 0.000273
+gallium_dri.so malloc 72 0x5571735d1780 0.000284
+gallium_dri.so free 0x5571735d1840 void 0.000280
+gallium_dri.so free 0x5571735d1780 void 0.000282
+gallium_dri.so malloc 72 0x5571735d1780 0.000282
+gallium_dri.so free 0x5571735d18c0 void 0.000232
+gallium_dri.so free 0x5571735d1780 void 0.000207
+gallium_dri.so malloc 72 0x5571735d18f0 0.000205
+gallium_dri.so free 0x5571735d1940 void 0.000212
+gallium_dri.so free 0x5571735d18f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d18f0 0.000132
+gallium_dri.so free 0x5571735d1a40 void 0.000130
+gallium_dri.so free 0x5571735d18f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1a80 0.000138
+gallium_dri.so free 0x5571735d1b00 void 0.000245
+gallium_dri.so free 0x5571735d1a80 void 0.000231
+gallium_dri.so malloc 72 0x5571735d1b00 0.000228
+gallium_dri.so free 0x5571735d1bc0 void 0.000238
+gallium_dri.so free 0x5571735d1b00 void 0.000229
+gallium_dri.so malloc 72 0x5571735d1b00 0.000206
+gallium_dri.so free 0x5571735d1c40 void 0.000210
+gallium_dri.so free 0x5571735d1b00 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1c70 0.000137
+gallium_dri.so free 0x5571735d1cc0 void 0.000138
+gallium_dri.so free 0x5571735d1c70 void 0.000208
+gallium_dri.so malloc 72 0x5571735d1c70 0.000132
+gallium_dri.so free 0x5571735d1dc0 void 0.000135
+gallium_dri.so free 0x5571735d1c70 void 0.000139
+gallium_dri.so malloc 72 0x5571735d1d70 0.000137
+gallium_dri.so free 0x5571735d1e80 void 0.000231
+gallium_dri.so free 0x5571735d1d70 void 0.000245
+gallium_dri.so malloc 72 0x5571735d1e30 0.000244
+gallium_dri.so free 0x5571735d1f00 void 0.000231
+gallium_dri.so free 0x5571735d1e30 void 0.000245
+gallium_dri.so malloc 72 0x5571735d1e30 0.000209
+gallium_dri.so free 0x5571735d1fc0 void 0.000243
+gallium_dri.so free 0x5571735d1e30 void 0.000211
+gallium_dri.so malloc 72 0x5571735d1e30 0.000185
+gallium_dri.so free 0x5571735d2080 void 0.000190
+gallium_dri.so free 0x5571735d1e30 void 0.000191
+gallium_dri.so malloc 72 0x5571735d2030 0.000207
+gallium_dri.so free 0x5571735d2100 void 0.000240
+gallium_dri.so free 0x5571735d2030 void 0.000247
+gallium_dri.so malloc 72 0x5571735d2150 0.000229
+gallium_dri.so free 0x5571735d21c0 void 0.000232
+gallium_dri.so free 0x5571735d2150 void 0.000258
+gallium_dri.so malloc 72 0x5571735d21e0 0.000228
+gallium_dri.so free 0x5571735d2280 void 0.000210
+gallium_dri.so free 0x5571735d21e0 void 0.000187
+gallium_dri.so malloc 72 0x5571735d2230 0.000170
+gallium_dri.so free 0x5571735d2300 void 0.000130
+gallium_dri.so free 0x5571735d2230 void 0.000134
+gallium_dri.so malloc 72 0x5571735d2300 0.000137
+gallium_dri.so free 0x5571735d23c0 void 0.000138
+gallium_dri.so free 0x5571735d2300 void 0.000280
+gallium_dri.so malloc 72 0x5571735d2300 0.000288
+gallium_dri.so free 0x5571735d2440 void 0.000284
+gallium_dri.so free 0x5571735d2300 void 0.000290
+gallium_dri.so malloc 72 0x5571735d2440 0.000285
+gallium_dri.so free 0x5571735d2500 void 0.000286
+gallium_dri.so free 0x5571735d2440 void 0.000288
+gallium_dri.so malloc 72 0x5571735d2440 0.000289
+gallium_dri.so free 0x5571735d25c0 void 0.000273
+gallium_dri.so free 0x5571735d2440 void 0.000245
+gallium_dri.so malloc 72 0x5571735d2440 0.000189
+gallium_dri.so free 0x5571735d2680 void 0.000230
+gallium_dri.so free 0x5571735d2440 void 0.000256
+gallium_dri.so malloc 72 0x5571735d2630 0.000288
+gallium_dri.so free 0x5571735d2700 void 0.000291
+gallium_dri.so free 0x5571735d2630 void 0.000294
+gallium_dri.so malloc 72 0x5571735d2750 0.000278
+gallium_dri.so free 0x5571735d27c0 void 0.000286
+gallium_dri.so free 0x5571735d2750 void 0.000295
+gallium_dri.so malloc 72 0x5571735d2800 0.000291
+gallium_dri.so free 0x5571735d2880 void 0.000279
+gallium_dri.so free 0x5571735d2800 void 0.000272
+gallium_dri.so malloc 72 0x5571735d2800 0.000289
+gallium_dri.so free 0x5571735d2900 void 0.000287
+gallium_dri.so free 0x5571735d2800 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2930 0.000287
+gallium_dri.so free 0x5571735d2980 void 0.000287
+gallium_dri.so free 0x5571735d2930 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2930 0.000287
+gallium_dri.so free 0x5571735d2a80 void 0.000286
+gallium_dri.so free 0x5571735d2930 void 0.000303
+gallium_dri.so malloc 72 0x5571735d2a30 0.000277
+gallium_dri.so free 0x5571735d2b40 void 0.000286
+gallium_dri.so free 0x5571735d2a30 void 0.000240
+gallium_dri.so malloc 72 0x5571735d2af0 0.000291
+gallium_dri.so free 0x5571735d2b80 void 0.000278
+gallium_dri.so free 0x5571735d2af0 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2af0 0.000290
+gallium_dri.so free 0x5571735d2c40 void 0.000285
+gallium_dri.so free 0x5571735d2af0 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000280
+gallium_dri.so free 0x5571735d2d00 void 0.000299
+gallium_dri.so free 0x5571735d2cb0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000280
+gallium_dri.so free 0x5571735d2e00 void 0.000288
+gallium_dri.so free 0x5571735d2cb0 void 0.000265
+gallium_dri.so malloc 72 0x5571735d2db0 0.000290
+gallium_dri.so free 0x5571735d2ec0 void 0.000285
+gallium_dri.so free 0x5571735d2db0 void 0.000281
+gallium_dri.so malloc 72 0x5571735d2e70 0.000293
+gallium_dri.so free 0x5571735d2f00 void 0.000289
+gallium_dri.so free 0x5571735d2e70 void 0.000289
+gallium_dri.so malloc 72 0x5571735d2e70 0.000294
+gallium_dri.so free 0x5571735d2fc0 void 0.000289
+gallium_dri.so free 0x5571735d2e70 void 0.000285
+gallium_dri.so malloc 72 0x5571735d3000 0.000284
+gallium_dri.so free 0x5571735d3080 void 0.000286
+gallium_dri.so free 0x5571735d3000 void 0.000391
+gallium_dri.so malloc 72 0x5571735d3080 0.000498
+gallium_dri.so free 0x5571735d3140 void 0.000198
+gallium_dri.so free 0x5571735d3080 void 0.000179
+gallium_dri.so malloc 72 0x5571735d3080 0.000341
+gallium_dri.so free 0x5571735d3200 void 0.000176
+gallium_dri.so free 0x5571735d3080 void 0.000171
+gallium_dri.so malloc 72 0x5571735d3220 0.000169
+gallium_dri.so free 0x5571735d32c0 void 0.000137
+gallium_dri.so free 0x5571735d3220 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3270 0.000138
+gallium_dri.so free 0x5571735d3340 void 0.000139
+gallium_dri.so free 0x5571735d3270 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3270 0.000132
+gallium_dri.so free 0x5571735d33c0 void 0.000141
+gallium_dri.so free 0x5571735d3270 void 0.000132
+gallium_dri.so malloc 72 0x5571735d33c0 0.000138
+gallium_dri.so free 0x5571735d3480 void 0.000203
+gallium_dri.so free 0x5571735d33c0 void 0.000339
+gallium_dri.so malloc 72 0x5571735d33c0 0.000346
+gallium_dri.so free 0x5571735d3540 void 0.000339
+gallium_dri.so free 0x5571735d33c0 void 0.000343
+gallium_dri.so malloc 72 0x5571735d33c0 0.000288
+gallium_dri.so free 0x5571735d3600 void 0.000282
+gallium_dri.so free 0x5571735d33c0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d35b0 0.000288
+gallium_dri.so free 0x5571735d36c0 void 0.000282
+gallium_dri.so free 0x5571735d35b0 void 0.000326
+gallium_dri.so malloc 72 0x5571735d3670 0.000288
+gallium_dri.so free 0x5571735d3740 void 0.000269
+gallium_dri.so free 0x5571735d3670 void 0.000270
+gallium_dri.so malloc 72 0x5571735d3790 0.000248
+gallium_dri.so free 0x5571735d3800 void 0.000244
+gallium_dri.so free 0x5571735d3790 void 0.000161
+gallium_dri.so malloc 72 0x5571735d3820 0.000158
+gallium_dri.so free 0x5571735d38c0 void 0.000197
+gallium_dri.so free 0x5571735d3820 void 0.000216
+gallium_dri.so malloc 72 0x5571735d3870 0.000167
+gallium_dri.so free 0x5571735d3940 void 0.000246
+gallium_dri.so free 0x5571735d3870 void 0.000371
+gallium_dri.so malloc 72 0x5571735d3870 0.000320
+gallium_dri.so free 0x5571735d39c0 void 0.000281
+gallium_dri.so free 0x5571735d3870 void 0.000282
+gallium_dri.so malloc 72 0x5571735d39c0 0.000282
+gallium_dri.so free 0x5571735d3a80 void 0.000281
+gallium_dri.so free 0x5571735d39c0 void 0.000284
+gallium_dri.so malloc 72 0x5571735d39c0 0.000289
+gallium_dri.so free 0x5571735d3b80 void 0.000280
+gallium_dri.so free 0x5571735d39c0 void 0.000285
+gallium_dri.so malloc 72 0x5571735d3b30 0.000284
+gallium_dri.so free 0x5571735d3bc0 void 0.000229
+gallium_dri.so free 0x5571735d3b30 void 0.000232
+gallium_dri.so malloc 72 0x5571735d3b30 0.000233
+gallium_dri.so free 0x5571735d3c80 void 0.000229
+gallium_dri.so free 0x5571735d3b30 void 0.000229
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000138
+gallium_dri.so free 0x5571735d3d40 void 0.000133
+gallium_dri.so free 0x5571735d3cc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3d40 0.000132
+gallium_dri.so free 0x5571735d3e00 void 0.000137
+gallium_dri.so free 0x5571735d3d40 void 0.000212
+gallium_dri.so malloc 72 0x5571735d3d40 0.000135
+gallium_dri.so free 0x5571735d3e80 void 0.000136
+gallium_dri.so free 0x5571735d3d40 void 0.000138
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000228
+gallium_dri.so free 0x5571735d3f00 void 0.000250
+gallium_dri.so free 0x5571735d3eb0 void 0.000230
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000209
+gallium_dri.so free 0x5571735d4000 void 0.000141
+gallium_dri.so free 0x5571735d3eb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4040 0.000137
+gallium_dri.so free 0x5571735d40c0 void 0.000246
+gallium_dri.so free 0x5571735d4040 void 0.000232
+gallium_dri.so malloc 72 0x5571735d40c0 0.000187
+gallium_dri.so free 0x5571735d4180 void 0.000212
+gallium_dri.so free 0x5571735d40c0 void 0.000257
+gallium_dri.so malloc 72 0x5571735d40c0 0.000138
+gallium_dri.so free 0x5571735d4200 void 0.000138
+gallium_dri.so free 0x5571735d40c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4230 0.000134
+gallium_dri.so free 0x5571735d4280 void 0.000138
+gallium_dri.so free 0x5571735d4230 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4230 0.000131
+gallium_dri.so free 0x5571735d4380 void 0.000138
+gallium_dri.so free 0x5571735d4230 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4330 0.000138
+gallium_dri.so free 0x5571735d4440 void 0.000136
+gallium_dri.so free 0x5571735d4330 void 0.000140
+gallium_dri.so malloc 72 0x5571735d43f0 0.000139
+gallium_dri.so free 0x5571735d44c0 void 0.000138
+gallium_dri.so free 0x5571735d43f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d43f0 0.000137
+gallium_dri.so free 0x5571735d4580 void 0.000138
+gallium_dri.so free 0x5571735d43f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d43f0 0.000138
+gallium_dri.so free 0x5571735d4640 void 0.000130
+gallium_dri.so free 0x5571735d43f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d45f0 0.000134
+gallium_dri.so free 0x5571735d46c0 void 0.000137
+gallium_dri.so free 0x5571735d45f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4710 0.000127
+gallium_dri.so free 0x5571735d4780 void 0.000127
+gallium_dri.so free 0x5571735d4710 void 0.000133
+gallium_dri.so malloc 72 0x5571735d47a0 0.000137
+gallium_dri.so free 0x5571735d4840 void 0.000138
+gallium_dri.so free 0x5571735d47a0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d47f0 0.000147
+gallium_dri.so free 0x5571735d48c0 void 0.000138
+gallium_dri.so free 0x5571735d47f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d48c0 0.000175
+gallium_dri.so free 0x5571735d4980 void 0.000133
+gallium_dri.so free 0x5571735d48c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d48c0 0.000126
+gallium_dri.so free 0x5571735d4a00 void 0.000132
+gallium_dri.so free 0x5571735d48c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4a00 0.000137
+gallium_dri.so free 0x5571735d4ac0 void 0.000204
+gallium_dri.so free 0x5571735d4a00 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4a00 0.000126
+gallium_dri.so free 0x5571735d4b80 void 0.000126
+gallium_dri.so free 0x5571735d4a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4a00 0.000132
+gallium_dri.so free 0x5571735d4c40 void 0.000137
+gallium_dri.so free 0x5571735d4a00 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000138
+gallium_dri.so free 0x5571735d4cc0 void 0.000135
+gallium_dri.so free 0x5571735d4bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4d10 0.000175
+gallium_dri.so free 0x5571735d4d80 void 0.000139
+gallium_dri.so free 0x5571735d4d10 void 0.000188
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000188
+gallium_dri.so free 0x5571735d4e40 void 0.000133
+gallium_dri.so free 0x5571735d4dc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000127
+gallium_dri.so free 0x5571735d4ec0 void 0.000133
+gallium_dri.so free 0x5571735d4dc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000137
+gallium_dri.so free 0x5571735d4f40 void 0.000131
+gallium_dri.so free 0x5571735d4ef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000121
+gallium_dri.so free 0x5571735d5040 void 0.000126
+gallium_dri.so free 0x5571735d4ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4ff0 0.000122
+gallium_dri.so free 0x5571735d5100 void 0.000126
+gallium_dri.so free 0x5571735d4ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d50b0 0.000130
+gallium_dri.so free 0x5571735d5140 void 0.000126
+gallium_dri.so free 0x5571735d50b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50b0 0.000129
+gallium_dri.so free 0x5571735d5200 void 0.000131
+gallium_dri.so free 0x5571735d50b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5270 0.000128
+gallium_dri.so free 0x5571735d52c0 void 0.000132
+gallium_dri.so free 0x5571735d5270 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5270 0.000124
+gallium_dri.so free 0x5571735d53c0 void 0.000126
+gallium_dri.so free 0x5571735d5270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5370 0.000123
+gallium_dri.so free 0x5571735d5480 void 0.000120
+gallium_dri.so free 0x5571735d5370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5430 0.000120
+gallium_dri.so free 0x5571735d54c0 void 0.000126
+gallium_dri.so free 0x5571735d5430 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5430 0.000128
+gallium_dri.so free 0x5571735d5580 void 0.000132
+gallium_dri.so free 0x5571735d5430 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55c0 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so free 0x5571735d55c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5640 0.000133
+gallium_dri.so free 0x5571735d5700 void 0.000127
+gallium_dri.so free 0x5571735d5640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5640 0.000124
+gallium_dri.so free 0x5571735d57c0 void 0.000125
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57e0 0.000120
+gallium_dri.so free 0x5571735d5880 void 0.000125
+gallium_dri.so free 0x5571735d57e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5830 0.000125
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d5830 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5830 0.000133
+gallium_dri.so free 0x5571735d5980 void 0.000129
+gallium_dri.so free 0x5571735d5830 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5980 0.000130
+gallium_dri.so free 0x5571735d5a40 void 0.000131
+gallium_dri.so free 0x5571735d5980 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5980 0.000131
+gallium_dri.so free 0x5571735d5b00 void 0.000124
+gallium_dri.so free 0x5571735d5980 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5980 0.000130
+gallium_dri.so free 0x5571735d5bc0 void 0.000175
+gallium_dri.so free 0x5571735d5980 void 0.000242
+gallium_dri.so malloc 72 0x5571735d5b70 0.000277
+gallium_dri.so free 0x5571735d5c80 void 0.000229
+gallium_dri.so free 0x5571735d5b70 void 0.000275
+gallium_dri.so malloc 72 0x5571735d5c30 0.000272
+gallium_dri.so free 0x5571735d5d00 void 0.000132
+gallium_dri.so free 0x5571735d5c30 void 0.000165
+gallium_dri.so malloc 72 0x5571735d5d50 0.000131
+gallium_dri.so free 0x5571735d5dc0 void 0.000130
+gallium_dri.so free 0x5571735d5d50 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5de0 0.000130
+gallium_dri.so free 0x5571735d5e80 void 0.000130
+gallium_dri.so free 0x5571735d5de0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5e30 0.000131
+gallium_dri.so free 0x5571735d5f00 void 0.000129
+gallium_dri.so free 0x5571735d5e30 void 0.000138
+gallium_dri.so malloc 72 0x5571735d5e30 0.000131
+gallium_dri.so free 0x5571735d5f80 void 0.000124
+gallium_dri.so free 0x5571735d5e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5f80 0.000126
+gallium_dri.so free 0x5571735d6040 void 0.000130
+gallium_dri.so free 0x5571735d5f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5f80 0.000131
+gallium_dri.so free 0x5571735d6140 void 0.000124
+gallium_dri.so free 0x5571735d5f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d60f0 0.000127
+gallium_dri.so free 0x5571735d6180 void 0.000130
+gallium_dri.so free 0x5571735d60f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60f0 0.000120
+gallium_dri.so free 0x5571735d6240 void 0.000126
+gallium_dri.so free 0x5571735d60f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d6280 0.000125
+gallium_dri.so free 0x5571735d6300 void 0.000131
+gallium_dri.so free 0x5571735d6280 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6300 0.000126
+gallium_dri.so free 0x5571735d63c0 void 0.000121
+gallium_dri.so free 0x5571735d6300 void 0.000126
+gallium_dri.so malloc 72 0x5571735d6300 0.000142
+gallium_dri.so free 0x5571735d6440 void 0.000130
+gallium_dri.so free 0x5571735d6300 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6470 0.000134
+gallium_dri.so free 0x5571735d64c0 void 0.000129
+gallium_dri.so free 0x5571735d6470 void 0.000288
+gallium_dri.so malloc 72 0x5571735d6470 0.000328
+gallium_dri.so free 0x5571735d65c0 void 0.000333
+gallium_dri.so free 0x5571735d6470 void 0.000274
+gallium_dri.so malloc 72 0x5571735d6600 0.000274
+gallium_dri.so free 0x5571735d6680 void 0.000282
+gallium_dri.so free 0x5571735d6600 void 0.000257
+gallium_dri.so malloc 72 0x5571735d6680 0.000281
+gallium_dri.so free 0x5571735d6740 void 0.000284
+gallium_dri.so free 0x5571735d6680 void 0.000285
+gallium_dri.so malloc 72 0x5571735d6680 0.000234
+gallium_dri.so free 0x5571735d67c0 void 0.000246
+gallium_dri.so free 0x5571735d6680 void 0.000230
+gallium_dri.so malloc 72 0x5571735d67f0 0.000230
+gallium_dri.so free 0x5571735d6840 void 0.000137
+gallium_dri.so free 0x5571735d67f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d67f0 0.000129
+gallium_dri.so free 0x5571735d6940 void 0.000133
+gallium_dri.so free 0x5571735d67f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d68f0 0.000126
+gallium_dri.so free 0x5571735d6a00 void 0.000129
+gallium_dri.so free 0x5571735d68f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d69b0 0.000132
+gallium_dri.so free 0x5571735d6a80 void 0.000137
+gallium_dri.so free 0x5571735d69b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d69b0 0.000131
+gallium_dri.so free 0x5571735d6b40 void 0.000135
+gallium_dri.so free 0x5571735d69b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d69b0 0.000251
+gallium_dri.so free 0x5571735d6c00 void 0.000231
+gallium_dri.so free 0x5571735d69b0 void 0.000244
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000217
+gallium_dri.so free 0x5571735da8c0 void 0.000181
+gallium_dri.so free 0x5571735d6bb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735da8c0 0.000167
+gallium_dri.so free 0x5571735da980 void 0.000129
+gallium_dri.so free 0x5571735da8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735da8c0 0.000127
+gallium_dri.so free 0x5571735daa00 void 0.000132
+gallium_dri.so free 0x5571735da8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735daa30 0.000126
+gallium_dri.so free 0x5571735daa80 void 0.000127
+gallium_dri.so free 0x5571735daa30 void 0.000132
+gallium_dri.so malloc 72 0x5571735daa80 0.000131
+gallium_dri.so free 0x5571735dab40 void 0.000126
+gallium_dri.so free 0x5571735daa80 void 0.000131
+gallium_dri.so malloc 72 0x5571735daa80 0.000185
+gallium_dri.so free 0x5571735dac40 void 0.000230
+gallium_dri.so free 0x5571735daa80 void 0.000231
+gallium_dri.so malloc 72 0x5571735dabf0 0.000251
+gallium_dri.so free 0x5571735dad00 void 0.000223
+gallium_dri.so free 0x5571735dabf0 void 0.000169
+gallium_dri.so malloc 72 0x5571735dacb0 0.000172
+gallium_dri.so free 0x5571735dad40 void 0.000169
+gallium_dri.so free 0x5571735dacb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dacb0 0.000215
+gallium_dri.so free 0x5571735dae00 void 0.000207
+gallium_dri.so free 0x5571735dacb0 void 0.000239
+gallium_dri.so malloc 72 0x5571735dae40 0.000228
+gallium_dri.so free 0x5571735daec0 void 0.000221
+gallium_dri.so free 0x5571735dae40 void 0.000221
+gallium_dri.so malloc 72 0x5571735daec0 0.000140
+gallium_dri.so free 0x5571735daf80 void 0.000131
+gallium_dri.so free 0x5571735daec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735daec0 0.000239
+gallium_dri.so free 0x5571735db000 void 0.000238
+gallium_dri.so free 0x5571735daec0 void 0.000167
+gallium_dri.so malloc 72 0x5571735daec0 0.000273
+gallium_dri.so free 0x5571735db0c0 void 0.000266
+gallium_dri.so free 0x5571735daec0 void 0.000279
+gallium_dri.so malloc 72 0x5571735daec0 0.000274
+gallium_dri.so free 0x5571735db180 void 0.000278
+gallium_dri.so free 0x5571735daec0 void 0.000268
+gallium_dri.so malloc 72 0x5571735db130 0.000275
+gallium_dri.so free 0x5571735db200 void 0.000273
+gallium_dri.so free 0x5571735db130 void 0.000253
+gallium_dri.so malloc 72 0x5571735db250 0.000274
+gallium_dri.so free 0x5571735db2c0 void 0.000270
+gallium_dri.so free 0x5571735db250 void 0.000275
+gallium_dri.so malloc 72 0x5571735db2e0 0.000282
+gallium_dri.so free 0x5571735db380 void 0.000241
+gallium_dri.so free 0x5571735db2e0 void 0.000282
+gallium_dri.so malloc 72 0x5571735db330 0.000281
+gallium_dri.so free 0x5571735db400 void 0.000278
+gallium_dri.so free 0x5571735db330 void 0.000274
+gallium_dri.so malloc 72 0x5571735db330 0.000293
+gallium_dri.so free 0x5571735db500 void 0.000324
+gallium_dri.so free 0x5571735db330 void 0.000343
+gallium_dri.so malloc 72 0x5571735db4b0 0.000307
+gallium_dri.so free 0x5571735db580 void 0.000278
+gallium_dri.so free 0x5571735db4b0 void 0.000275
+gallium_dri.so malloc 72 0x5571735db5d0 0.000273
+gallium_dri.so free 0x5571735db640 void 0.000267
+gallium_dri.so free 0x5571735db5d0 void 0.000281
+gallium_dri.so malloc 72 0x5571735db660 0.000285
+gallium_dri.so free 0x5571735db700 void 0.000229
+gallium_dri.so free 0x5571735db660 void 0.000209
+gallium_dri.so malloc 72 0x5571735db6b0 0.000134
+gallium_dri.so free 0x5571735db780 void 0.000136
+gallium_dri.so free 0x5571735db6b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735db6b0 0.000250
+gallium_dri.so free 0x5571735db800 void 0.000291
+gallium_dri.so free 0x5571735db6b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735db800 0.000275
+gallium_dri.so free 0x5571735db8c0 void 0.000276
+gallium_dri.so free 0x5571735db800 void 0.000280
+gallium_dri.so malloc 72 0x5571735db800 0.000285
+gallium_dri.so free 0x5571735db9c0 void 0.000284
+gallium_dri.so free 0x5571735db800 void 0.000285
+gallium_dri.so malloc 72 0x5571735db800 0.000286
+gallium_dri.so free 0x5571735dba40 void 0.000276
+gallium_dri.so free 0x5571735db800 void 0.000291
+gallium_dri.so malloc 72 0x5571735dba70 0.000283
+gallium_dri.so free 0x5571735dbac0 void 0.000296
+gallium_dri.so free 0x5571735dba70 void 0.000291
+gallium_dri.so malloc 72 0x5571735dba70 0.000283
+gallium_dri.so free 0x5571735dbbc0 void 0.000286
+gallium_dri.so free 0x5571735dba70 void 0.000290
+gallium_dri.so malloc 72 0x5571735dbb70 0.000274
+gallium_dri.so free 0x5571735dbc80 void 0.000278
+gallium_dri.so free 0x5571735dbb70 void 0.000285
+gallium_dri.so malloc 72 0x5571735dbc30 0.000275
+gallium_dri.so free 0x5571735dbcc0 void 0.000283
+gallium_dri.so free 0x5571735dbc30 void 0.000277
+gallium_dri.so malloc 72 0x5571735dbc30 0.000229
+gallium_dri.so free 0x5571735dbd80 void 0.000288
+gallium_dri.so free 0x5571735dbc30 void 0.000235
+gallium_dri.so malloc 72 0x5571735dbdd0 0.000252
+gallium_dri.so free 0x5571735dbe40 void 0.000230
+gallium_dri.so free 0x5571735dbdd0 void 0.000229
+gallium_dri.so malloc 72 0x5571735dbe80 0.000228
+gallium_dri.so free 0x5571735dbf00 void 0.000138
+gallium_dri.so free 0x5571735dbe80 void 0.000133
+gallium_dri.so malloc 72 0x5571735dbf00 0.000128
+gallium_dri.so free 0x5571735dbfc0 void 0.000133
+gallium_dri.so free 0x5571735dbf00 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbf00 0.000134
+gallium_dri.so free 0x5571735dc040 void 0.000139
+gallium_dri.so free 0x5571735dbf00 void 0.000138
+gallium_dri.so malloc 72 0x5571735dc070 0.000298
+gallium_dri.so free 0x5571735dc0c0 void 0.000349
+gallium_dri.so free 0x5571735dc070 void 0.000327
+gallium_dri.so malloc 72 0x5571735dc070 0.000274
+gallium_dri.so free 0x5571735dc1c0 void 0.000276
+gallium_dri.so free 0x5571735dc070 void 0.000282
+gallium_dri.so malloc 72 0x5571735dc170 0.000276
+gallium_dri.so free 0x5571735dc280 void 0.000277
+gallium_dri.so free 0x5571735dc170 void 0.000284
+gallium_dri.so malloc 72 0x5571735dc230 0.000288
+gallium_dri.so free 0x5571735dc300 void 0.000273
+gallium_dri.so free 0x5571735dc230 void 0.000306
+gallium_dri.so malloc 72 0x5571735dc320 0.000279
+gallium_dri.so free 0x5571735dc3c0 void 0.000259
+gallium_dri.so free 0x5571735dc320 void 0.000230
+gallium_dri.so malloc 72 0x5571735dc370 0.000232
+gallium_dri.so free 0x5571735dc440 void 0.000235
+gallium_dri.so free 0x5571735dc370 void 0.000226
+gallium_dri.so malloc 72 0x5571735dc370 0.000323
+gallium_dri.so free 0x5571735dc4c0 void 0.000286
+gallium_dri.so free 0x5571735dc370 void 0.000286
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000283
+gallium_dri.so free 0x5571735dc580 void 0.000292
+gallium_dri.so free 0x5571735dc4c0 void 0.000225
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000290
+gallium_dri.so free 0x5571735dc640 void 0.000290
+gallium_dri.so free 0x5571735dc4c0 void 0.000314
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000284
+gallium_dri.so free 0x5571735dc700 void 0.000285
+gallium_dri.so free 0x5571735dc4c0 void 0.000246
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000184
+gallium_dri.so free 0x5571735dc700 void 0.000194
+gallium_dri.so free 0x5571735dc6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000138
+gallium_dri.so free 0x5571735dc800 void 0.000169
+gallium_dri.so free 0x5571735dc6b0 void 0.000296
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000289
+gallium_dri.so free 0x5571735dc8c0 void 0.000285
+gallium_dri.so free 0x5571735dc7b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735dc870 0.000290
+gallium_dri.so free 0x5571735dc900 void 0.000276
+gallium_dri.so free 0x5571735dc870 void 0.000290
+gallium_dri.so malloc 72 0x5571735dc870 0.000277
+gallium_dri.so free 0x5571735dc9c0 void 0.000275
+gallium_dri.so free 0x5571735dc870 void 0.000296
+gallium_dri.so malloc 72 0x5571735dca00 0.000332
+gallium_dri.so free 0x5571735dca80 void 0.000327
+gallium_dri.so free 0x5571735dca00 void 0.000288
+gallium_dri.so malloc 72 0x5571735dca80 0.000282
+gallium_dri.so free 0x5571735dcb40 void 0.000289
+gallium_dri.so free 0x5571735dca80 void 0.000281
+gallium_dri.so malloc 72 0x5571735dca80 0.000274
+gallium_dri.so free 0x5571735dcc00 void 0.000280
+gallium_dri.so free 0x5571735dca80 void 0.000233
+gallium_dri.so malloc 72 0x5571735dcc20 0.000214
+gallium_dri.so free 0x5571735dccc0 void 0.000191
+gallium_dri.so free 0x5571735dcc20 void 0.000134
+gallium_dri.so malloc 72 0x5571735dcc70 0.000136
+gallium_dri.so free 0x5571735dcd40 void 0.000137
+gallium_dri.so free 0x5571735dcc70 void 0.000210
+gallium_dri.so malloc 72 0x5571735dcc70 0.000133
+gallium_dri.so free 0x5571735dcdc0 void 0.000137
+gallium_dri.so free 0x5571735dcc70 void 0.000138
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000229
+gallium_dri.so free 0x5571735dce80 void 0.000137
+gallium_dri.so free 0x5571735dcdc0 void 0.000299
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000342
+gallium_dri.so free 0x5571735dcf40 void 0.000293
+gallium_dri.so free 0x5571735dcdc0 void 0.000295
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000291
+gallium_dri.so free 0x5571735dd000 void 0.000288
+gallium_dri.so free 0x5571735dcdc0 void 0.000298
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000289
+gallium_dri.so free 0x5571735dd0c0 void 0.000289
+gallium_dri.so free 0x5571735dcfb0 void 0.000283
+gallium_dri.so malloc 72 0x5571735dd070 0.000290
+gallium_dri.so free 0x5571735dd140 void 0.000289
+gallium_dri.so free 0x5571735dd070 void 0.000225
+gallium_dri.so malloc 72 0x5571735dd190 0.000347
+gallium_dri.so free 0x5571735dd200 void 0.000165
+gallium_dri.so free 0x5571735dd190 void 0.000268
+gallium_dri.so malloc 72 0x5571735dd220 0.000138
+gallium_dri.so free 0x5571735dd2c0 void 0.000227
+gallium_dri.so free 0x5571735dd220 void 0.000148
+gallium_dri.so malloc 72 0x5571735dd270 0.000146
+gallium_dri.so free 0x5571735dd340 void 0.000147
+gallium_dri.so free 0x5571735dd270 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd270 0.000146
+gallium_dri.so free 0x5571735dd3c0 void 0.000146
+gallium_dri.so free 0x5571735dd270 void 0.000147
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000146
+gallium_dri.so free 0x5571735dd480 void 0.000153
+gallium_dri.so free 0x5571735dd3c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000145
+gallium_dri.so free 0x5571735dd580 void 0.000147
+gallium_dri.so free 0x5571735dd3c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd530 0.000145
+gallium_dri.so free 0x5571735dd5c0 void 0.000147
+gallium_dri.so free 0x5571735dd530 void 0.000182
+gallium_dri.so malloc 72 0x5571735dd530 0.000229
+gallium_dri.so free 0x5571735dd680 void 0.000177
+gallium_dri.so free 0x5571735dd530 void 0.000230
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000181
+gallium_dri.so free 0x5571735dd740 void 0.000155
+gallium_dri.so free 0x5571735dd6c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735dd740 0.000245
+gallium_dri.so free 0x5571735dd800 void 0.000268
+gallium_dri.so free 0x5571735dd740 void 0.000176
+gallium_dri.so malloc 72 0x5571735dd740 0.000215
+gallium_dri.so free 0x5571735dd880 void 0.000231
+gallium_dri.so free 0x5571735dd740 void 0.000177
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000267
+gallium_dri.so free 0x5571735dd900 void 0.000229
+gallium_dri.so free 0x5571735dd8b0 void 0.000219
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000214
+gallium_dri.so free 0x5571735dda00 void 0.000178
+gallium_dri.so free 0x5571735dd8b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735dda40 0.000175
+gallium_dri.so free 0x5571735ddac0 void 0.000264
+gallium_dri.so free 0x5571735dda40 void 0.000232
+gallium_dri.so malloc 72 0x5571735ddac0 0.000176
+gallium_dri.so free 0x5571735ddb80 void 0.000181
+gallium_dri.so free 0x5571735ddac0 void 0.000240
+gallium_dri.so malloc 72 0x5571735ddac0 0.000319
+gallium_dri.so free 0x5571735ddc00 void 0.000233
+gallium_dri.so free 0x5571735ddac0 void 0.000210
+gallium_dri.so malloc 72 0x5571735ddc30 0.000211
+gallium_dri.so free 0x5571735ddc80 void 0.000191
+gallium_dri.so free 0x5571735ddc30 void 0.000232
+gallium_dri.so malloc 72 0x5571735ddc30 0.000228
+gallium_dri.so free 0x5571735ddd80 void 0.000213
+gallium_dri.so free 0x5571735ddc30 void 0.000208
+gallium_dri.so malloc 72 0x5571735ddd30 0.000185
+gallium_dri.so free 0x5571735dde40 void 0.000181
+gallium_dri.so free 0x5571735ddd30 void 0.000139
+gallium_dri.so malloc 72 0x5571735dddf0 0.000140
+gallium_dri.so free 0x5571735ddec0 void 0.000138
+gallium_dri.so free 0x5571735dddf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dddf0 0.000137
+gallium_dri.so free 0x5571735ddf80 void 0.000137
+gallium_dri.so free 0x5571735dddf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dddf0 0.000139
+gallium_dri.so free 0x5571735de040 void 0.000139
+gallium_dri.so free 0x5571735dddf0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ddff0 0.000141
+gallium_dri.so free 0x5571735de0c0 void 0.000139
+gallium_dri.so free 0x5571735ddff0 void 0.000137
+gallium_dri.so malloc 72 0x5571735de110 0.000140
+gallium_dri.so free 0x5571735de180 void 0.000140
+gallium_dri.so free 0x5571735de110 void 0.000139
+gallium_dri.so malloc 72 0x5571735de1a0 0.000138
+gallium_dri.so free 0x5571735de240 void 0.000137
+gallium_dri.so free 0x5571735de1a0 void 0.000138
+gallium_dri.so malloc 72 0x5571735de1f0 0.000137
+gallium_dri.so free 0x5571735de2c0 void 0.000140
+gallium_dri.so free 0x5571735de1f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735de2c0 0.000137
+gallium_dri.so free 0x5571735de380 void 0.000137
+gallium_dri.so free 0x5571735de2c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735de2c0 0.000138
+gallium_dri.so free 0x5571735de400 void 0.000139
+gallium_dri.so free 0x5571735de2c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735de400 0.000140
+gallium_dri.so free 0x5571735de4c0 void 0.000140
+gallium_dri.so free 0x5571735de400 void 0.000138
+gallium_dri.so malloc 72 0x5571735de400 0.000140
+gallium_dri.so free 0x5571735de580 void 0.000139
+gallium_dri.so free 0x5571735de400 void 0.000139
+gallium_dri.so malloc 72 0x5571735de400 0.000197
+gallium_dri.so free 0x5571735de640 void 0.000180
+gallium_dri.so free 0x5571735de400 void 0.000138
+gallium_dri.so malloc 72 0x5571735de5f0 0.000139
+gallium_dri.so free 0x5571735de6c0 void 0.000140
+gallium_dri.so free 0x5571735de5f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735de710 0.000137
+gallium_dri.so free 0x5571735de780 void 0.000138
+gallium_dri.so free 0x5571735de710 void 0.000138
+gallium_dri.so malloc 72 0x5571735de7c0 0.000138
+gallium_dri.so free 0x5571735de840 void 0.000137
+gallium_dri.so free 0x5571735de7c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735de7c0 0.000138
+gallium_dri.so free 0x5571735de8c0 void 0.000137
+gallium_dri.so free 0x5571735de7c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735de8f0 0.000139
+gallium_dri.so free 0x5571735de940 void 0.000139
+gallium_dri.so free 0x5571735de8f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735de8f0 0.000136
+gallium_dri.so free 0x5571735dea40 void 0.000137
+gallium_dri.so free 0x5571735de8f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735de9f0 0.000132
+gallium_dri.so free 0x5571735deb00 void 0.000141
+gallium_dri.so free 0x5571735de9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735deab0 0.000131
+gallium_dri.so free 0x5571735deb40 void 0.000131
+gallium_dri.so free 0x5571735deab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735deab0 0.000132
+gallium_dri.so free 0x5571735dec00 void 0.000130
+gallium_dri.so free 0x5571735deab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dec70 0.000135
+gallium_dri.so free 0x5571735decc0 void 0.000134
+gallium_dri.so free 0x5571735dec70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dec70 0.000131
+gallium_dri.so free 0x5571735dedc0 void 0.000131
+gallium_dri.so free 0x5571735dec70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ded70 0.000131
+gallium_dri.so free 0x5571735dee80 void 0.000133
+gallium_dri.so free 0x5571735ded70 void 0.000134
+gallium_dri.so malloc 72 0x5571735dee30 0.000132
+gallium_dri.so free 0x5571735deec0 void 0.000132
+gallium_dri.so free 0x5571735dee30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dee30 0.000130
+gallium_dri.so free 0x5571735def80 void 0.000132
+gallium_dri.so free 0x5571735dee30 void 0.000132
+gallium_dri.so malloc 72 0x5571735defc0 0.000135
+gallium_dri.so free 0x5571735df040 void 0.000133
+gallium_dri.so free 0x5571735defc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df040 0.000131
+gallium_dri.so free 0x5571735df100 void 0.000132
+gallium_dri.so free 0x5571735df040 void 0.000132
+gallium_dri.so malloc 72 0x5571735df040 0.000132
+gallium_dri.so free 0x5571735df1c0 void 0.000132
+gallium_dri.so free 0x5571735df040 void 0.000130
+gallium_dri.so malloc 72 0x5571735df1e0 0.000131
+gallium_dri.so free 0x5571735df280 void 0.000133
+gallium_dri.so free 0x5571735df1e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df230 0.000130
+gallium_dri.so free 0x5571735df300 void 0.000131
+gallium_dri.so free 0x5571735df230 void 0.000130
+gallium_dri.so malloc 72 0x5571735df230 0.000132
+gallium_dri.so free 0x5571735df380 void 0.000132
+gallium_dri.so free 0x5571735df230 void 0.000133
+gallium_dri.so malloc 72 0x5571735df380 0.000130
+gallium_dri.so free 0x5571735df440 void 0.000131
+gallium_dri.so free 0x5571735df380 void 0.000132
+gallium_dri.so malloc 72 0x5571735df380 0.000131
+gallium_dri.so free 0x5571735df500 void 0.000132
+gallium_dri.so free 0x5571735df380 void 0.000168
+gallium_dri.so malloc 72 0x5571735df380 0.000132
+gallium_dri.so free 0x5571735df5c0 void 0.000133
+gallium_dri.so free 0x5571735df380 void 0.000131
+gallium_dri.so malloc 72 0x5571735df570 0.000131
+gallium_dri.so free 0x5571735df680 void 0.000131
+gallium_dri.so free 0x5571735df570 void 0.000131
+gallium_dri.so malloc 72 0x5571735df630 0.000131
+gallium_dri.so free 0x5571735df700 void 0.000130
+gallium_dri.so free 0x5571735df630 void 0.000131
+gallium_dri.so malloc 72 0x5571735df750 0.000130
+gallium_dri.so free 0x5571735df7c0 void 0.000131
+gallium_dri.so free 0x5571735df750 void 0.000134
+gallium_dri.so malloc 72 0x5571735df7e0 0.000133
+gallium_dri.so free 0x5571735df880 void 0.000133
+gallium_dri.so free 0x5571735df7e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df830 0.000132
+gallium_dri.so free 0x5571735df900 void 0.000133
+gallium_dri.so free 0x5571735df830 void 0.000132
+gallium_dri.so malloc 72 0x5571735df830 0.000133
+gallium_dri.so free 0x5571735df980 void 0.000133
+gallium_dri.so free 0x5571735df830 void 0.000132
+gallium_dri.so malloc 72 0x5571735df980 0.000130
+gallium_dri.so free 0x5571735dfa40 void 0.000131
+gallium_dri.so free 0x5571735df980 void 0.000131
+gallium_dri.so malloc 72 0x5571735df980 0.000133
+gallium_dri.so free 0x5571735dfb40 void 0.000134
+gallium_dri.so free 0x5571735df980 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000133
+gallium_dri.so free 0x5571735dfb80 void 0.000131
+gallium_dri.so free 0x5571735dfaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000131
+gallium_dri.so free 0x5571735dfc40 void 0.000131
+gallium_dri.so free 0x5571735dfaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfc80 0.000131
+gallium_dri.so free 0x5571735dfd00 void 0.000134
+gallium_dri.so free 0x5571735dfc80 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfd00 0.000131
+gallium_dri.so free 0x5571735dfdc0 void 0.000130
+gallium_dri.so free 0x5571735dfd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfd00 0.000132
+gallium_dri.so free 0x5571735dfe40 void 0.000132
+gallium_dri.so free 0x5571735dfd00 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfe70 0.000132
+gallium_dri.so free 0x5571735dfec0 void 0.000129
+gallium_dri.so free 0x5571735dfe70 void 0.000186
+gallium_dri.so malloc 72 0x5571735dfe70 0.000135
+gallium_dri.so free 0x5571735dffc0 void 0.000132
+gallium_dri.so free 0x5571735dfe70 void 0.000134
+gallium_dri.so malloc 72 0x5571735e0000 0.000133
+gallium_dri.so free 0x5571735e0080 void 0.000132
+gallium_dri.so free 0x5571735e0000 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0080 0.000134
+gallium_dri.so free 0x5571735e0140 void 0.000132
+gallium_dri.so free 0x5571735e0080 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0080 0.000131
+gallium_dri.so free 0x5571735e01c0 void 0.000131
+gallium_dri.so free 0x5571735e0080 void 0.000131
+gallium_dri.so malloc 72 0x5571735e01f0 0.000131
+gallium_dri.so free 0x5571735e0240 void 0.000133
+gallium_dri.so free 0x5571735e01f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e01f0 0.000132
+gallium_dri.so free 0x5571735e0340 void 0.000130
+gallium_dri.so free 0x5571735e01f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e02f0 0.000130
+gallium_dri.so free 0x5571735e0400 void 0.000132
+gallium_dri.so free 0x5571735e02f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e03b0 0.000129
+gallium_dri.so free 0x5571735e0480 void 0.000142
+gallium_dri.so free 0x5571735e03b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e03b0 0.000130
+gallium_dri.so free 0x5571735e0540 void 0.000132
+gallium_dri.so free 0x5571735e03b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e03b0 0.000131
+gallium_dri.so free 0x5571735e0600 void 0.000132
+gallium_dri.so free 0x5571735e03b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e05b0 0.000132
+gallium_dri.so free 0x5571735e0680 void 0.000133
+gallium_dri.so free 0x5571735e05b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e06d0 0.000133
+gallium_dri.so free 0x5571735e0740 void 0.000134
+gallium_dri.so free 0x5571735e06d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0760 0.000133
+gallium_dri.so free 0x5571735e0800 void 0.000133
+gallium_dri.so free 0x5571735e0760 void 0.000131
+gallium_dri.so malloc 72 0x5571735e07b0 0.000131
+gallium_dri.so free 0x5571735e0880 void 0.000135
+gallium_dri.so free 0x5571735e07b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0880 0.000133
+gallium_dri.so free 0x5571735e0940 void 0.000133
+gallium_dri.so free 0x5571735e0880 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0880 0.000141
+gallium_dri.so free 0x5571735e09c0 void 0.000133
+gallium_dri.so free 0x5571735e0880 void 0.000132
+gallium_dri.so malloc 72 0x5571735e09c0 0.000130
+gallium_dri.so free 0x5571735e0a80 void 0.000130
+gallium_dri.so free 0x5571735e09c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e09c0 0.000191
+gallium_dri.so free 0x5571735e0b40 void 0.000328
+gallium_dri.so free 0x5571735e09c0 void 0.000220
+gallium_dri.so malloc 72 0x5571735e09c0 0.000301
+gallium_dri.so free 0x5571735e0c00 void 0.000190
+gallium_dri.so free 0x5571735e09c0 void 0.000357
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000223
+gallium_dri.so free 0x5571735e0c80 void 0.000221
+gallium_dri.so free 0x5571735e0bb0 void 0.000219
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000186
+gallium_dri.so free 0x5571735e0d40 void 0.000185
+gallium_dri.so free 0x5571735e0cd0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e0d80 0.000182
+gallium_dri.so free 0x5571736022f0 void 0.000180
+gallium_dri.so free 0x5571735e0e00 void 0.000175
+gallium_dri.so free 0x5571735e0d80 void 0.000172
+gallium_dri.so malloc 72 0x5571735e0d80 0.000172
+gallium_dri.so free 0x5571735e0e80 void 0.000182
+gallium_dri.so free 0x5571735e0d80 void 0.000174
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000173
+gallium_dri.so free 0x5571735e0f00 void 0.000172
+gallium_dri.so free 0x5571735e0eb0 void 0.000174
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000184
+gallium_dri.so free 0x5571735e1000 void 0.000184
+gallium_dri.so free 0x5571735e0eb0 void 0.000183
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000182
+gallium_dri.so free 0x5571735e10c0 void 0.000198
+gallium_dri.so free 0x5571735e0fb0 void 0.000184
+gallium_dri.so malloc 72 0x5571735e1070 0.000183
+gallium_dri.so free 0x5571735e1100 void 0.000183
+gallium_dri.so free 0x5571735e1070 void 0.000183
+gallium_dri.so malloc 72 0x5571735e1070 0.000182
+gallium_dri.so free 0x5571735e11c0 void 0.000167
+gallium_dri.so free 0x5571735e1070 void 0.000169
+gallium_dri.so malloc 72 0x5571735e1230 0.000130
+gallium_dri.so free 0x5571735e1280 void 0.000133
+gallium_dri.so free 0x5571735e1230 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1230 0.000127
+gallium_dri.so free 0x5571735e1380 void 0.000125
+gallium_dri.so free 0x5571735e1230 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1330 0.000125
+gallium_dri.so free 0x5571735e1440 void 0.000125
+gallium_dri.so free 0x5571735e1330 void 0.000130
+gallium_dri.so malloc 72 0x5571735e13f0 0.000127
+gallium_dri.so free 0x5571735e1480 void 0.000126
+gallium_dri.so free 0x5571735e13f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e13f0 0.000140
+gallium_dri.so free 0x5571735e1540 void 0.000125
+gallium_dri.so free 0x5571735e13f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1580 0.000123
+gallium_dri.so free 0x5571735e1600 void 0.000125
+gallium_dri.so free 0x5571735e1580 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1600 0.000125
+gallium_dri.so free 0x5571735e16c0 void 0.000128
+gallium_dri.so free 0x5571735e1600 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1600 0.000124
+gallium_dri.so free 0x5571735e1780 void 0.000125
+gallium_dri.so free 0x5571735e1600 void 0.000183
+gallium_dri.so malloc 72 0x5571735e17a0 0.000250
+gallium_dri.so free 0x5571735e1840 void 0.000246
+gallium_dri.so free 0x5571735e17a0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e17f0 0.000201
+gallium_dri.so free 0x5571735e18c0 void 0.000262
+gallium_dri.so free 0x5571735e17f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e17f0 0.000133
+gallium_dri.so free 0x5571735e1940 void 0.000132
+gallium_dri.so free 0x5571735e17f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e1940 0.000133
+gallium_dri.so free 0x5571735e1a00 void 0.000134
+gallium_dri.so free 0x5571735e1940 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1940 0.000132
+gallium_dri.so free 0x5571735e1ac0 void 0.000130
+gallium_dri.so free 0x5571735e1940 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1940 0.000127
+gallium_dri.so free 0x5571735e1b80 void 0.000131
+gallium_dri.so free 0x5571735e1940 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1b30 0.000208
+gallium_dri.so free 0x5571735e1c40 void 0.000249
+gallium_dri.so free 0x5571735e1b30 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000127
+gallium_dri.so free 0x5571735e1cc0 void 0.000127
+gallium_dri.so free 0x5571735e1bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1d10 0.000128
+gallium_dri.so free 0x5571735e1d80 void 0.000122
+gallium_dri.so free 0x5571735e1d10 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1da0 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000129
+gallium_dri.so free 0x5571735e1da0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1df0 0.000116
+gallium_dri.so free 0x5571735e1ec0 void 0.000163
+gallium_dri.so free 0x5571735e1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1df0 0.000121
+gallium_dri.so free 0x5571735e1f40 void 0.000117
+gallium_dri.so free 0x5571735e1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f40 0.000120
+gallium_dri.so free 0x5571735e2000 void 0.000193
+gallium_dri.so free 0x5571735e1f40 void 0.000189
+gallium_dri.so malloc 72 0x5571735e1f40 0.000196
+gallium_dri.so free 0x5571735e2100 void 0.000187
+gallium_dri.so free 0x5571735e1f40 void 0.000183
+gallium_dri.so malloc 72 0x5571735e20b0 0.000186
+gallium_dri.so free 0x5571735e2140 void 0.000183
+gallium_dri.so free 0x5571735e20b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735e20b0 0.000175
+gallium_dri.so free 0x5571735e2200 void 0.000175
+gallium_dri.so free 0x5571735e20b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e2240 0.000179
+gallium_dri.so free 0x5571735e22c0 void 0.000181
+gallium_dri.so free 0x5571735e2240 void 0.000281
+gallium_dri.so malloc 72 0x5571735e22c0 0.000179
+gallium_dri.so free 0x5571735e2380 void 0.000178
+gallium_dri.so free 0x5571735e22c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735e22c0 0.000181
+gallium_dri.so free 0x5571735e2400 void 0.000178
+gallium_dri.so free 0x5571735e22c0 void 0.000178
+gallium_dri.so malloc 72 0x5571735e2430 0.000178
+gallium_dri.so free 0x5571735e2480 void 0.000181
+gallium_dri.so free 0x5571735e2430 void 0.000156
+gallium_dri.so malloc 72 0x5571735e2430 0.000117
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e25c0 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000185
+gallium_dri.so free 0x5571735e25c0 void 0.000171
+gallium_dri.so malloc 72 0x5571735e2640 0.000118
+gallium_dri.so free 0x5571735e2700 void 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2640 0.000123
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000168
+gallium_dri.so malloc 72 0x5571735e27b0 0.000121
+gallium_dri.so free 0x5571735e2800 void 0.000121
+gallium_dri.so free 0x5571735e27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e27b0 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28b0 0.000121
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so free 0x5571735e28b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2970 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2970 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000121
+gallium_dri.so free 0x5571735e2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2970 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000120
+gallium_dri.so free 0x5571735e2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b70 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c90 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d20 0.000117
+gallium_dri.so free 0x5571735e2dc0 void 0.000153
+gallium_dri.so free 0x5571735e2d20 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000118
+gallium_dri.so free 0x5571735e2d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e40 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000120
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e40 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000128
+gallium_dri.so free 0x5571735e2f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2f80 0.000130
+gallium_dri.so free 0x5571735e3100 void 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f80 0.000205
+gallium_dri.so free 0x5571735e31c0 void 0.000124
+gallium_dri.so free 0x5571735e2f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3170 0.000137
+gallium_dri.so free 0x5571735e3240 void 0.000132
+gallium_dri.so free 0x5571735e3170 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3290 0.000117
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so free 0x5571735e3290 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3340 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000112
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000158
+gallium_dri.so free 0x5571735e3470 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3570 0.000124
+gallium_dri.so free 0x5571735e3680 void 0.000120
+gallium_dri.so free 0x5571735e3570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000120
+gallium_dri.so free 0x5571735e3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37f0 0.000112
+gallium_dri.so free 0x5571735883c0 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000122
+gallium_dri.so malloc 72 0x557173588490 0.000113
+gallium_dri.so free 0x557173588500 void 0.000113
+gallium_dri.so free 0x557173588490 void 0.000114
+gallium_dri.so malloc 72 0x557173588520 0.000112
+gallium_dri.so free 0x5571735885c0 void 0.000113
+gallium_dri.so free 0x557173588520 void 0.000112
+gallium_dri.so malloc 72 0x557173588570 0.000112
+gallium_dri.so free 0x557173588640 void 0.000113
+gallium_dri.so free 0x557173588570 void 0.000118
+gallium_dri.so malloc 72 0x557173588570 0.000118
+gallium_dri.so free 0x5571735886c0 void 0.000114
+gallium_dri.so free 0x557173588570 void 0.000114
+gallium_dri.so malloc 72 0x5571735886c0 0.000111
+gallium_dri.so free 0x557173588780 void 0.000114
+gallium_dri.so free 0x5571735886c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735886c0 0.000113
+gallium_dri.so free 0x557173588880 void 0.000113
+gallium_dri.so free 0x5571735886c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735886c0 0.000113
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so free 0x5571735886c0 void 0.000113
+gallium_dri.so malloc 72 0x557173588930 0.000112
+gallium_dri.so free 0x557173588980 void 0.000114
+gallium_dri.so free 0x557173588930 void 0.000113
+gallium_dri.so malloc 72 0x557173588930 0.000114
+gallium_dri.so free 0x557173588a80 void 0.000115
+gallium_dri.so free 0x557173588930 void 0.000186
+gallium_dri.so malloc 72 0x557173588a30 0.000113
+gallium_dri.so free 0x557173588b40 void 0.000113
+gallium_dri.so free 0x557173588a30 void 0.000113
+gallium_dri.so malloc 72 0x557173588af0 0.000113
+gallium_dri.so free 0x557173588b80 void 0.000112
+gallium_dri.so free 0x557173588af0 void 0.000113
+gallium_dri.so malloc 72 0x557173588af0 0.000112
+gallium_dri.so free 0x557173588c40 void 0.000112
+gallium_dri.so free 0x557173588af0 void 0.000112
+gallium_dri.so malloc 72 0x557173588c90 0.000112
+gallium_dri.so free 0x557173588d00 void 0.000112
+gallium_dri.so free 0x557173588c90 void 0.000112
+gallium_dri.so malloc 72 0x557173588d40 0.000114
+gallium_dri.so free 0x557173588dc0 void 0.000113
+gallium_dri.so free 0x557173588d40 void 0.000113
+gallium_dri.so malloc 72 0x557173588dc0 0.000112
+gallium_dri.so free 0x557173588e80 void 0.000112
+gallium_dri.so free 0x557173588dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173588dc0 0.000117
+gallium_dri.so free 0x557173588f00 void 0.000127
+gallium_dri.so free 0x557173588dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173588f30 0.000114
+gallium_dri.so free 0x557173588f80 void 0.000113
+gallium_dri.so free 0x557173588f30 void 0.000113
+gallium_dri.so malloc 72 0x557173588f30 0.000117
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x557173588f30 void 0.000126
+gallium_dri.so malloc 72 0x557173589030 0.000114
+gallium_dri.so free 0x557173589140 void 0.000115
+gallium_dri.so free 0x557173589030 void 0.000113
+gallium_dri.so malloc 72 0x5571735890f0 0.000114
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x5571735890f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891e0 0.000118
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so free 0x5571735891e0 void 0.000113
+gallium_dri.so malloc 72 0x557173589230 0.000115
+gallium_dri.so free 0x557173589300 void 0.000113
+gallium_dri.so free 0x557173589230 void 0.000113
+gallium_dri.so malloc 72 0x557173589230 0.000114
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so free 0x557173589230 void 0.000113
+gallium_dri.so malloc 72 0x557173589380 0.000113
+gallium_dri.so free 0x557173589440 void 0.000115
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so malloc 72 0x557173589380 0.000113
+gallium_dri.so free 0x557173589500 void 0.000113
+gallium_dri.so free 0x557173589380 void 0.000112
+gallium_dri.so malloc 72 0x557173589380 0.000114
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so malloc 72 0x557173589570 0.000113
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589570 void 0.000120
+gallium_dri.so malloc 72 0x557173589570 0.000115
+gallium_dri.so free 0x5571735896c0 void 0.000169
+gallium_dri.so free 0x557173589570 void 0.000209
+gallium_dri.so malloc 72 0x557173589670 0.000185
+gallium_dri.so free 0x557173589780 void 0.000118
+gallium_dri.so free 0x557173589670 void 0.000119
+gallium_dri.so malloc 72 0x557173589730 0.000119
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x557173589730 void 0.000114
+gallium_dri.so malloc 72 0x557173589730 0.000114
+gallium_dri.so free 0x557173589880 void 0.000114
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x5571735898c0 0.000114
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000113
+gallium_dri.so malloc 72 0x557173589940 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000113
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so malloc 72 0x557173589940 0.000113
+gallium_dri.so free 0x557173589ac0 void 0.000113
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so malloc 72 0x557173589ae0 0.000112
+gallium_dri.so free 0x557173589b80 void 0.000113
+gallium_dri.so free 0x557173589ae0 void 0.000112
+gallium_dri.so malloc 72 0x557173589b30 0.000180
+gallium_dri.so free 0x557173589c00 void 0.000115
+gallium_dri.so free 0x557173589b30 void 0.000116
+gallium_dri.so malloc 72 0x557173589b30 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000114
+gallium_dri.so free 0x557173589b30 void 0.000113
+gallium_dri.so malloc 72 0x557173589c80 0.000113
+gallium_dri.so free 0x557173589d40 void 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000112
+gallium_dri.so malloc 72 0x557173589c80 0.000113
+gallium_dri.so free 0x557173589e00 void 0.000115
+gallium_dri.so free 0x557173589c80 void 0.000114
+gallium_dri.so malloc 72 0x557173589c80 0.000113
+gallium_dri.so free 0x557173589ec0 void 0.000114
+gallium_dri.so free 0x557173589c80 void 0.000112
+gallium_dri.so malloc 72 0x557173589e70 0.000114
+gallium_dri.so free 0x557173589f80 void 0.000123
+gallium_dri.so free 0x557173589e70 void 0.000127
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a000 void 0.000115
+gallium_dri.so free 0x557173589f30 void 0.000119
+gallium_dri.so malloc 72 0x55717358a050 0.000123
+gallium_dri.so free 0x55717358a0c0 void 0.000119
+gallium_dri.so free 0x55717358a050 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0e0 0.000115
+gallium_dri.so free 0x55717358a180 void 0.000114
+gallium_dri.so free 0x55717358a0e0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a130 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a130 void 0.000114
+gallium_dri.so malloc 72 0x55717358a130 0.000114
+gallium_dri.so free 0x55717358a280 void 0.000113
+gallium_dri.so free 0x55717358a130 void 0.000113
+gallium_dri.so malloc 72 0x55717358a280 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000113
+gallium_dri.so free 0x55717358a280 void 0.000114
+gallium_dri.so malloc 72 0x55717358a280 0.000113
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so free 0x55717358a280 void 0.000112
+gallium_dri.so malloc 72 0x55717358a3f0 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000114
+gallium_dri.so free 0x55717358a3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a3f0 0.000112
+gallium_dri.so free 0x55717358a540 void 0.000114
+gallium_dri.so free 0x55717358a3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a580 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000116
+gallium_dri.so free 0x55717358a580 void 0.000114
+gallium_dri.so malloc 72 0x55717358a600 0.000114
+gallium_dri.so free 0x55717358a6c0 void 0.000114
+gallium_dri.so free 0x55717358a600 void 0.000113
+gallium_dri.so malloc 72 0x55717358a600 0.000114
+gallium_dri.so free 0x55717358a740 void 0.000114
+gallium_dri.so free 0x55717358a600 void 0.000127
+gallium_dri.so malloc 72 0x55717358a770 0.000114
+gallium_dri.so free 0x55717358a7c0 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000113
+gallium_dri.so malloc 72 0x55717358a770 0.000114
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a770 void 0.000114
+gallium_dri.so malloc 72 0x55717358a900 0.000118
+gallium_dri.so free 0x55717358a980 void 0.000115
+gallium_dri.so free 0x55717358a900 void 0.000113
+gallium_dri.so malloc 72 0x55717358a980 0.000114
+gallium_dri.so free 0x55717358aa40 void 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000114
+gallium_dri.so malloc 72 0x55717358a980 0.000113
+gallium_dri.so free 0x55717358aac0 void 0.000114
+gallium_dri.so free 0x55717358a980 void 0.000123
+gallium_dri.so malloc 72 0x55717358aaf0 0.000114
+gallium_dri.so free 0x55717358ab40 void 0.000114
+gallium_dri.so free 0x55717358aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aaf0 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000115
+gallium_dri.so free 0x55717358aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358ad00 void 0.000119
+gallium_dri.so free 0x55717358abf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358acb0 0.000123
+gallium_dri.so free 0x55717358ad80 void 0.000119
+gallium_dri.so free 0x55717358acb0 void 0.000165
+gallium_dri.so malloc 72 0x55717358acb0 0.000114
+gallium_dri.so free 0x55717358ae40 void 0.000121
+gallium_dri.so free 0x55717358acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358acb0 0.000114
+gallium_dri.so free 0x55717358af00 void 0.000113
+gallium_dri.so free 0x55717358acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aeb0 0.000113
+gallium_dri.so free 0x55717358af80 void 0.000114
+gallium_dri.so free 0x55717358aeb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358afd0 0.000113
+gallium_dri.so free 0x55717358b040 void 0.000116
+gallium_dri.so free 0x55717358afd0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b060 0.000113
+gallium_dri.so free 0x55717358b100 void 0.000120
+gallium_dri.so free 0x55717358b060 void 0.000115
+gallium_dri.so malloc 72 0x55717358b0b0 0.000114
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so free 0x55717358b0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b180 0.000114
+gallium_dri.so free 0x55717358b240 void 0.000114
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so malloc 72 0x55717358b180 0.000113
+gallium_dri.so free 0x55717358b2c0 void 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000114
+gallium_dri.so malloc 72 0x55717358b2c0 0.000113
+gallium_dri.so free 0x55717358b380 void 0.000114
+gallium_dri.so free 0x55717358b2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b2c0 0.000114
+gallium_dri.so free 0x55717358b440 void 0.000114
+gallium_dri.so free 0x55717358b2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b2c0 0.000114
+gallium_dri.so free 0x55717358b500 void 0.000113
+gallium_dri.so free 0x55717358b2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4b0 0.000112
+gallium_dri.so free 0x55717358b580 void 0.000114
+gallium_dri.so free 0x55717358b4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b5d0 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x55717358b5d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b680 0.000112
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x55717358b680 void 0.000113
+gallium_dri.so malloc 72 0x55717358b680 0.000113
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so free 0x55717358b680 void 0.000124
+gallium_dri.so malloc 72 0x55717358b7b0 0.000123
+gallium_dri.so free 0x55717358b800 void 0.000124
+gallium_dri.so free 0x55717358b7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b7b0 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8b0 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000127
+gallium_dri.so free 0x55717358b8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000116
+gallium_dri.so free 0x55717358ba00 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358bac0 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000113
+gallium_dri.so malloc 72 0x55717358bb30 0.000113
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358bb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bb30 0.000113
+gallium_dri.so free 0x55717358bc80 void 0.000114
+gallium_dri.so free 0x55717358bb30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bc30 0.000113
+gallium_dri.so free 0x55717358bd40 void 0.000113
+gallium_dri.so free 0x55717358bc30 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcf0 0.000113
+gallium_dri.so free 0x55717358bd80 void 0.000114
+gallium_dri.so free 0x55717358bcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcf0 0.000112
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so free 0x55717358bcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358be80 0.000113
+gallium_dri.so free 0x55717358bf00 void 0.000115
+gallium_dri.so free 0x55717358be80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf00 0.000113
+gallium_dri.so free 0x55717358bfc0 void 0.000156
+gallium_dri.so free 0x55717358bf00 void 0.000116
+gallium_dri.so malloc 72 0x55717358bf00 0.000114
+gallium_dri.so free 0x55717358c080 void 0.000114
+gallium_dri.so free 0x55717358bf00 void 0.000117
+gallium_dri.so malloc 72 0x55717358c0a0 0.000114
+gallium_dri.so free 0x55717358c140 void 0.000114
+gallium_dri.so free 0x55717358c0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0f0 0.000112
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x55717358c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c0f0 0.000120
+gallium_dri.so free 0x55717358c240 void 0.000115
+gallium_dri.so free 0x55717358c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c240 0.000113
+gallium_dri.so free 0x55717358c300 void 0.000113
+gallium_dri.so free 0x55717358c240 void 0.000113
+gallium_dri.so malloc 72 0x55717358c240 0.000114
+gallium_dri.so free 0x55717358c3c0 void 0.000115
+gallium_dri.so free 0x55717358c240 void 0.000116
+gallium_dri.so malloc 72 0x55717358c240 0.000113
+gallium_dri.so free 0x55717358c480 void 0.000114
+gallium_dri.so free 0x55717358c240 void 0.000112
+gallium_dri.so malloc 72 0x55717358c430 0.000114
+gallium_dri.so free 0x55717358c540 void 0.000119
+gallium_dri.so free 0x55717358c430 void 0.000120
+gallium_dri.so malloc 72 0x55717358c4f0 0.000114
+gallium_dri.so free 0x55717358c5c0 void 0.000125
+gallium_dri.so free 0x55717358c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c610 0.000112
+gallium_dri.so free 0x55717358c680 void 0.000246
+gallium_dri.so free 0x55717358c610 void 0.000209
+gallium_dri.so malloc 72 0x55717358c6a0 0.000163
+gallium_dri.so free 0x55717358c740 void 0.000123
+gallium_dri.so free 0x55717358c6a0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c6f0 0.000118
+gallium_dri.so free 0x55717358c7c0 void 0.000119
+gallium_dri.so free 0x55717358c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c6f0 0.000114
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c840 0.000111
+gallium_dri.so free 0x55717358c900 void 0.000113
+gallium_dri.so free 0x55717358c840 void 0.000113
+gallium_dri.so malloc 72 0x55717358c840 0.000112
+gallium_dri.so free 0x55717358ca00 void 0.000112
+gallium_dri.so free 0x55717358c840 void 0.000112
+gallium_dri.so malloc 72 0x55717358c9b0 0.000112
+gallium_dri.so free 0x55717358ca40 void 0.000113
+gallium_dri.so free 0x55717358c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9b0 0.000159
+gallium_dri.so free 0x55717358cb00 void 0.000160
+gallium_dri.so free 0x55717358c9b0 void 0.000157
+gallium_dri.so malloc 72 0x55717358cb40 0.000124
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so free 0x55717358cb40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cbc0 0.000115
+gallium_dri.so free 0x55717358cc80 void 0.000114
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cbc0 0.000113
+gallium_dri.so free 0x55717358cd00 void 0.000113
+gallium_dri.so free 0x55717358cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cd30 0.000114
+gallium_dri.so free 0x55717358cd80 void 0.000118
+gallium_dri.so free 0x55717358cd30 void 0.000112
+gallium_dri.so malloc 72 0x55717358cd30 0.000113
+gallium_dri.so free 0x55717358ce80 void 0.000115
+gallium_dri.so free 0x55717358cd30 void 0.000123
+gallium_dri.so malloc 72 0x55717358cec0 0.000130
+gallium_dri.so free 0x55717358cf40 void 0.000133
+gallium_dri.so free 0x55717358cec0 void 0.000132
+gallium_dri.so malloc 72 0x55717358cf40 0.000164
+gallium_dri.so free 0x55717358d000 void 0.000169
+gallium_dri.so free 0x55717358cf40 void 0.000129
+gallium_dri.so malloc 72 0x55717358cf40 0.000136
+gallium_dri.so free 0x55717358d080 void 0.000125
+gallium_dri.so free 0x55717358cf40 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0b0 0.000118
+gallium_dri.so free 0x55717358d100 void 0.000120
+gallium_dri.so free 0x55717358d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d0b0 0.000120
+gallium_dri.so free 0x55717358d200 void 0.000120
+gallium_dri.so free 0x55717358d0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d1b0 0.000119
+gallium_dri.so free 0x55717358d2c0 void 0.000119
+gallium_dri.so free 0x55717358d1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d270 0.000120
+gallium_dri.so free 0x55717358d340 void 0.000120
+gallium_dri.so free 0x55717358d270 void 0.000119
+gallium_dri.so malloc 72 0x55717358d270 0.000123
+gallium_dri.so free 0x55717358d400 void 0.000119
+gallium_dri.so free 0x55717358d270 void 0.000118
+gallium_dri.so malloc 72 0x55717358d270 0.000120
+gallium_dri.so free 0x55717358d4c0 void 0.000118
+gallium_dri.so free 0x55717358d270 void 0.000121
+gallium_dri.so malloc 72 0x55717358d470 0.000118
+gallium_dri.so free 0x55717358d540 void 0.000118
+gallium_dri.so free 0x55717358d470 void 0.000118
+gallium_dri.so malloc 72 0x55717358d590 0.000119
+gallium_dri.so free 0x55717358d600 void 0.000133
+gallium_dri.so free 0x55717358d590 void 0.000121
+gallium_dri.so malloc 72 0x55717358d620 0.000120
+gallium_dri.so free 0x55717358d6c0 void 0.000120
+gallium_dri.so free 0x55717358d620 void 0.000119
+gallium_dri.so malloc 72 0x55717358d670 0.000119
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so free 0x55717358d670 void 0.000118
+gallium_dri.so malloc 72 0x55717358d740 0.000120
+gallium_dri.so free 0x55717358d800 void 0.000123
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so malloc 72 0x55717358d740 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000120
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so malloc 72 0x55717358d880 0.000119
+gallium_dri.so free 0x55717358d940 void 0.000123
+gallium_dri.so free 0x55717358d880 void 0.000122
+gallium_dri.so malloc 72 0x55717358d880 0.000119
+gallium_dri.so free 0x55717358da00 void 0.000120
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so malloc 72 0x55717358d880 0.000118
+gallium_dri.so free 0x55717358dac0 void 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000120
+gallium_dri.so malloc 72 0x55717358da70 0.000124
+gallium_dri.so free 0x55717358db40 void 0.000129
+gallium_dri.so free 0x55717358da70 void 0.000124
+gallium_dri.so malloc 72 0x55717358db90 0.000133
+gallium_dri.so free 0x55717358dc00 void 0.000120
+gallium_dri.so free 0x55717358db90 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc40 0.000132
+gallium_dri.so free 0x55717358dcc0 void 0.000126
+gallium_dri.so free 0x55717358dc40 void 0.000120
+gallium_dri.so malloc 72 0x55717358dc40 0.000119
+gallium_dri.so free 0x55717358dd40 void 0.000120
+gallium_dri.so free 0x55717358dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd70 0.000124
+gallium_dri.so free 0x55717358ddc0 void 0.000115
+gallium_dri.so free 0x55717358dd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358dd70 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so free 0x55717358dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000112
+gallium_dri.so free 0x55717358df80 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000114
+gallium_dri.so free 0x55717358dfc0 void 0.000114
+gallium_dri.so free 0x55717358df30 void 0.000114
+gallium_dri.so malloc 72 0x55717358df30 0.000113
+gallium_dri.so free 0x55717358e080 void 0.000113
+gallium_dri.so free 0x55717358df30 void 0.000113
+gallium_dri.so malloc 72 0x55717358e0f0 0.000114
+gallium_dri.so free 0x55717358e140 void 0.000113
+gallium_dri.so free 0x55717358e0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e0f0 0.000120
+gallium_dri.so free 0x55717358e240 void 0.000114
+gallium_dri.so free 0x55717358e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e1f0 0.000112
+gallium_dri.so free 0x55717358e300 void 0.000115
+gallium_dri.so free 0x55717358e1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e2b0 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000113
+gallium_dri.so free 0x55717358e2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2b0 0.000112
+gallium_dri.so free 0x55717358e400 void 0.000114
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000113
+gallium_dri.so malloc 72 0x55717358e4c0 0.000114
+gallium_dri.so free 0x55717358e580 void 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e4c0 0.000114
+gallium_dri.so free 0x55717358e640 void 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e660 0.000113
+gallium_dri.so free 0x55717358e700 void 0.000114
+gallium_dri.so free 0x55717358e660 void 0.000112
+gallium_dri.so malloc 72 0x55717358e6b0 0.000113
+gallium_dri.so free 0x55717358e780 void 0.000113
+gallium_dri.so free 0x55717358e6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e6b0 0.000122
+gallium_dri.so free 0x55717358e800 void 0.000116
+gallium_dri.so free 0x55717358e6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e800 0.000114
+gallium_dri.so free 0x55717358e8c0 void 0.000114
+gallium_dri.so free 0x55717358e800 void 0.000113
+gallium_dri.so malloc 72 0x55717358e800 0.000113
+gallium_dri.so free 0x55717358e980 void 0.000113
+gallium_dri.so free 0x55717358e800 void 0.000112
+gallium_dri.so malloc 72 0x55717358e800 0.000113
+gallium_dri.so free 0x55717358ea40 void 0.000113
+gallium_dri.so free 0x55717358e800 void 0.000113
+gallium_dri.so malloc 72 0x55717358e9f0 0.000113
+gallium_dri.so free 0x55717358eb00 void 0.000115
+gallium_dri.so free 0x55717358e9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358eab0 0.000113
+gallium_dri.so free 0x55717358eb80 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ebd0 0.000113
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so free 0x55717358ebd0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec60 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000113
+gallium_dri.so free 0x55717358ec60 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecb0 0.000113
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so free 0x55717358ecb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ecb0 0.000118
+gallium_dri.so free 0x55717358ee00 void 0.000107
+gallium_dri.so free 0x55717358ecb0 void 0.000202
+gallium_dri.so malloc 72 0x55717358ee00 0.000115
+gallium_dri.so free 0x55717358eec0 void 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee00 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000122
+gallium_dri.so free 0x55717358ee00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef70 0.000114
+gallium_dri.so free 0x55717358f000 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef70 0.000113
+gallium_dri.so free 0x55717358f0c0 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f100 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so free 0x55717358f100 void 0.000113
+gallium_dri.so malloc 72 0x55717358f180 0.000116
+gallium_dri.so free 0x55717358f240 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000113
+gallium_dri.so free 0x55717358f2c0 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2f0 0.000112
+gallium_dri.so free 0x55717358f340 void 0.000114
+gallium_dri.so free 0x55717358f2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2f0 0.000157
+gallium_dri.so free 0x55717358f440 void 0.000117
+gallium_dri.so free 0x55717358f2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f480 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000113
+gallium_dri.so free 0x55717358f480 void 0.000123
+gallium_dri.so malloc 72 0x55717358f500 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000116
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so malloc 72 0x55717358f500 0.000114
+gallium_dri.so free 0x55717358f640 void 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so free 0x55717358f670 void 0.000115
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000112
+gallium_dri.so malloc 72 0x55717358f770 0.000113
+gallium_dri.so free 0x55717358f880 void 0.000113
+gallium_dri.so free 0x55717358f770 void 0.000114
+gallium_dri.so malloc 72 0x55717358f830 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000114
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f830 0.000113
+gallium_dri.so free 0x55717358f9c0 void 0.000113
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f830 0.000113
+gallium_dri.so free 0x55717358fa80 void 0.000115
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358fa30 0.000114
+gallium_dri.so free 0x55717358fb00 void 0.000114
+gallium_dri.so free 0x55717358fa30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fb50 0.000113
+gallium_dri.so free 0x55717358fbc0 void 0.000114
+gallium_dri.so free 0x55717358fb50 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbe0 0.000113
+gallium_dri.so free 0x55717358fc80 void 0.000125
+gallium_dri.so free 0x55717358fbe0 void 0.000141
+gallium_dri.so malloc 72 0x55717358fc30 0.000130
+gallium_dri.so free 0x55717358fd00 void 0.000122
+gallium_dri.so free 0x55717358fc30 void 0.000115
+gallium_dri.so malloc 72 0x55717358fd00 0.000125
+gallium_dri.so free 0x55717358fdc0 void 0.000121
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so malloc 72 0x55717358fd00 0.000125
+gallium_dri.so free 0x55717358fe40 void 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000118
+gallium_dri.so malloc 72 0x55717358fe40 0.000117
+gallium_dri.so free 0x55717358ff00 void 0.000121
+gallium_dri.so free 0x55717358fe40 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe40 0.000116
+gallium_dri.so free 0x55717358ffc0 void 0.000128
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe40 0.000113
+gallium_dri.so free 0x557173590080 void 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000115
+gallium_dri.so malloc 72 0x557173590030 0.000113
+gallium_dri.so free 0x557173590100 void 0.000115
+gallium_dri.so free 0x557173590030 void 0.000113
+gallium_dri.so malloc 72 0x557173590150 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x557173590150 void 0.000115
+gallium_dri.so malloc 72 0x557173590200 0.000114
+gallium_dri.so free 0x557173590280 void 0.000114
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so malloc 72 0x557173590200 0.000113
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so free 0x557173590200 void 0.000114
+gallium_dri.so malloc 72 0x557173590330 0.000113
+gallium_dri.so free 0x557173590380 void 0.000116
+gallium_dri.so free 0x557173590330 void 0.000113
+gallium_dri.so malloc 72 0x557173590330 0.000114
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000114
+gallium_dri.so free 0x557173590540 void 0.000115
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x557173590580 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x557173590640 void 0.000112
+gallium_dri.so free 0x5571735904f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735906b0 0.000112
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so free 0x5571735906b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735906b0 0.000110
+gallium_dri.so free 0x557173590800 void 0.000111
+gallium_dri.so free 0x5571735906b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735907b0 0.000111
+gallium_dri.so free 0x5571735908c0 void 0.000112
+gallium_dri.so free 0x5571735907b0 void 0.000114
+gallium_dri.so malloc 72 0x557173590870 0.000111
+gallium_dri.so free 0x557173590900 void 0.000112
+gallium_dri.so free 0x557173590870 void 0.000115
+gallium_dri.so malloc 72 0x557173590870 0.000118
+gallium_dri.so free 0x5571735909c0 void 0.000123
+gallium_dri.so free 0x557173590870 void 0.000119
+gallium_dri.so malloc 72 0x557173590a00 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000112
+gallium_dri.so free 0x557173590a00 void 0.000112
+gallium_dri.so malloc 72 0x557173590a80 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000164
+gallium_dri.so free 0x557173590a80 void 0.000163
+gallium_dri.so malloc 72 0x557173590a80 0.000170
+gallium_dri.so free 0x557173590c00 void 0.000123
+gallium_dri.so free 0x557173590a80 void 0.000118
+gallium_dri.so malloc 72 0x557173590c20 0.000112
+gallium_dri.so free 0x557173590cc0 void 0.000112
+gallium_dri.so free 0x557173590c20 void 0.000126
+gallium_dri.so malloc 72 0x557173590c70 0.000180
+gallium_dri.so free 0x557173590d40 void 0.000123
+gallium_dri.so free 0x557173590c70 void 0.000125
+gallium_dri.so malloc 72 0x557173590c70 0.000123
+gallium_dri.so free 0x557173590dc0 void 0.000123
+gallium_dri.so free 0x557173590c70 void 0.000119
+gallium_dri.so malloc 72 0x557173590dc0 0.000119
+gallium_dri.so free 0x557173590e80 void 0.000115
+gallium_dri.so free 0x557173590dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173590dc0 0.000112
+gallium_dri.so free 0x557173590f40 void 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590dc0 0.000113
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so free 0x557173590dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173590fb0 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000123
+gallium_dri.so free 0x557173590fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173591070 0.000114
+gallium_dri.so free 0x557173591140 void 0.000113
+gallium_dri.so free 0x557173591070 void 0.000116
+gallium_dri.so malloc 72 0x557173591190 0.000112
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so free 0x557173591190 void 0.000113
+gallium_dri.so malloc 72 0x557173591220 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000113
+gallium_dri.so free 0x557173591220 void 0.000119
+gallium_dri.so malloc 72 0x557173591270 0.000118
+gallium_dri.so free 0x557173591340 void 0.000119
+gallium_dri.so free 0x557173591270 void 0.000116
+gallium_dri.so malloc 72 0x557173591270 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000113
+gallium_dri.so free 0x557173591270 void 0.000114
+gallium_dri.so malloc 72 0x5571735913c0 0.000112
+gallium_dri.so free 0x557173591480 void 0.000117
+gallium_dri.so free 0x5571735913c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913c0 0.000114
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591530 0.000113
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so free 0x557173591530 void 0.000113
+gallium_dri.so malloc 72 0x557173591530 0.000113
+gallium_dri.so free 0x557173591680 void 0.000116
+gallium_dri.so free 0x557173591530 void 0.000112
+gallium_dri.so malloc 72 0x5571735916c0 0.000114
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so free 0x5571735916c0 void 0.000162
+gallium_dri.so malloc 72 0x557173591740 0.000113
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so malloc 72 0x557173591740 0.000113
+gallium_dri.so free 0x557173591880 void 0.000113
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so malloc 72 0x5571735918b0 0.000111
+gallium_dri.so free 0x557173591900 void 0.000112
+gallium_dri.so free 0x5571735918b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735918b0 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x5571735918b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591a40 0.000112
+gallium_dri.so free 0x557173591ac0 void 0.000118
+gallium_dri.so free 0x557173591a40 void 0.000123
+gallium_dri.so malloc 72 0x557173591ac0 0.000118
+gallium_dri.so free 0x557173591b80 void 0.000115
+gallium_dri.so free 0x557173591ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ac0 0.000112
+gallium_dri.so free 0x557173591c00 void 0.000127
+gallium_dri.so free 0x557173591ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173591c30 0.000123
+gallium_dri.so free 0x557173591c80 void 0.000120
+gallium_dri.so free 0x557173591c30 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000119
+gallium_dri.so free 0x557173591c30 void 0.000114
+gallium_dri.so malloc 72 0x557173591d30 0.000113
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591d30 void 0.000119
+gallium_dri.so malloc 72 0x557173591df0 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000114
+gallium_dri.so malloc 72 0x557173591df0 0.000115
+gallium_dri.so free 0x557173602ec0 void 0.000115
+gallium_dri.so free 0x557173591df0 void 0.000114
+gallium_dri.so malloc 72 0x557173591df0 0.000114
+gallium_dri.so free 0x557173602f80 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000112
+gallium_dri.so malloc 72 0x557173602fc0 0.000115
+gallium_dri.so free 0x557173603040 void 0.000115
+gallium_dri.so free 0x557173602fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173603040 0.000114
+gallium_dri.so free 0x557173603100 void 0.000116
+gallium_dri.so free 0x557173603040 void 0.000114
+gallium_dri.so malloc 72 0x557173603040 0.000114
+gallium_dri.so free 0x557173603180 void 0.000115
+gallium_dri.so free 0x557173603040 void 0.000115
+gallium_dri.so malloc 72 0x5571736031b0 0.000116
+gallium_dri.so free 0x557173603200 void 0.000115
+gallium_dri.so free 0x5571736031b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603200 0.000115
+gallium_dri.so free 0x5571736032c0 void 0.000115
+gallium_dri.so free 0x557173603200 void 0.000122
+gallium_dri.so malloc 72 0x557173603200 0.000150
+gallium_dri.so free 0x5571736033c0 void 0.000230
+gallium_dri.so free 0x557173603200 void 0.000194
+gallium_dri.so malloc 72 0x557173603370 0.000124
+gallium_dri.so free 0x557173603480 void 0.000119
+gallium_dri.so free 0x557173603370 void 0.000113
+gallium_dri.so malloc 72 0x557173603430 0.000116
+gallium_dri.so free 0x5571736034c0 void 0.000120
+gallium_dri.so free 0x557173603430 void 0.000114
+gallium_dri.so malloc 72 0x557173603430 0.000112
+gallium_dri.so free 0x557173603580 void 0.000113
+gallium_dri.so free 0x557173603430 void 0.000110
+gallium_dri.so malloc 72 0x5571736035c0 0.000110
+gallium_dri.so free 0x557173603640 void 0.000110
+gallium_dri.so free 0x5571736035c0 void 0.000111
+gallium_dri.so malloc 72 0x557173603640 0.000116
+gallium_dri.so free 0x557173603700 void 0.000112
+gallium_dri.so free 0x557173603640 void 0.000116
+gallium_dri.so malloc 72 0x557173603640 0.000121
+gallium_dri.so free 0x557173603780 void 0.000119
+gallium_dri.so free 0x557173603640 void 0.000112
+gallium_dri.so malloc 72 0x557173603640 0.000111
+gallium_dri.so free 0x557173603840 void 0.000160
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so malloc 72 0x557173603640 0.000115
+gallium_dri.so free 0x557173603900 void 0.000116
+gallium_dri.so free 0x557173603640 void 0.000114
+gallium_dri.so malloc 72 0x5571736038b0 0.000115
+gallium_dri.so free 0x557173603980 void 0.000115
+gallium_dri.so free 0x5571736038b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736039d0 0.000113
+gallium_dri.so free 0x557173603a40 void 0.000115
+gallium_dri.so free 0x5571736039d0 void 0.000116
+gallium_dri.so malloc 72 0x557173603a60 0.000114
+gallium_dri.so free 0x557173603b00 void 0.000115
+gallium_dri.so free 0x557173603a60 void 0.000114
+gallium_dri.so malloc 72 0x557173603ab0 0.000114
+gallium_dri.so free 0x557173603b80 void 0.000114
+gallium_dri.so free 0x557173603ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173603ab0 0.000114
+gallium_dri.so free 0x557173603c80 void 0.000115
+gallium_dri.so free 0x557173603ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173603c30 0.000118
+gallium_dri.so free 0x557173603d00 void 0.000115
+gallium_dri.so free 0x557173603c30 void 0.000115
+gallium_dri.so malloc 72 0x557173603d50 0.000114
+gallium_dri.so free 0x557173603dc0 void 0.000116
+gallium_dri.so free 0x557173603d50 void 0.000114
+gallium_dri.so malloc 72 0x557173603de0 0.000115
+gallium_dri.so free 0x557173603e80 void 0.000126
+gallium_dri.so free 0x557173603de0 void 0.000116
+gallium_dri.so malloc 72 0x557173603e30 0.000114
+gallium_dri.so free 0x557173603f00 void 0.000115
+gallium_dri.so free 0x557173603e30 void 0.000113
+gallium_dri.so malloc 72 0x557173603e30 0.000114
+gallium_dri.so free 0x557173603f80 void 0.000115
+gallium_dri.so free 0x557173603e30 void 0.000113
+gallium_dri.so malloc 72 0x557173603f80 0.000114
+gallium_dri.so free 0x557173604040 void 0.000115
+gallium_dri.so free 0x557173603f80 void 0.000115
+gallium_dri.so malloc 72 0x557173603f80 0.000116
+gallium_dri.so free 0x557173604140 void 0.000114
+gallium_dri.so free 0x557173603f80 void 0.000113
+gallium_dri.so malloc 72 0x557173603f80 0.000113
+gallium_dri.so free 0x5571736041c0 void 0.000115
+gallium_dri.so free 0x557173603f80 void 0.000115
+gallium_dri.so malloc 72 0x5571736041f0 0.000115
+gallium_dri.so free 0x557173604240 void 0.000115
+gallium_dri.so free 0x5571736041f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736041f0 0.000114
+gallium_dri.so free 0x557173604340 void 0.000114
+gallium_dri.so free 0x5571736041f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736042f0 0.000114
+gallium_dri.so free 0x557173604400 void 0.000115
+gallium_dri.so free 0x5571736042f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736043b0 0.000115
+gallium_dri.so free 0x557173604440 void 0.000116
+gallium_dri.so free 0x5571736043b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736043b0 0.000116
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so free 0x5571736043b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604550 0.000115
+gallium_dri.so free 0x5571736045c0 void 0.000115
+gallium_dri.so free 0x557173604550 void 0.000114
+gallium_dri.so malloc 72 0x557173604600 0.000115
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so free 0x557173604600 void 0.000115
+gallium_dri.so malloc 72 0x557173604680 0.000117
+gallium_dri.so free 0x557173604740 void 0.000116
+gallium_dri.so free 0x557173604680 void 0.000114
+gallium_dri.so malloc 72 0x557173604680 0.000115
+gallium_dri.so free 0x5571736047c0 void 0.000115
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so malloc 72 0x5571736047f0 0.000114
+gallium_dri.so free 0x557173604840 void 0.000116
+gallium_dri.so free 0x5571736047f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736047f0 0.000113
+gallium_dri.so free 0x557173604940 void 0.000115
+gallium_dri.so free 0x5571736047f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736048f0 0.000115
+gallium_dri.so free 0x557173604a00 void 0.000115
+gallium_dri.so free 0x5571736048f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736049b0 0.000115
+gallium_dri.so free 0x557173604a80 void 0.000117
+gallium_dri.so free 0x5571736049b0 void 0.000166
+gallium_dri.so malloc 72 0x557173604aa0 0.000115
+gallium_dri.so free 0x557173604b40 void 0.000116
+gallium_dri.so free 0x557173604aa0 void 0.000114
+gallium_dri.so malloc 72 0x557173604af0 0.000114
+gallium_dri.so free 0x557173604bc0 void 0.000116
+gallium_dri.so free 0x557173604af0 void 0.000118
+gallium_dri.so malloc 72 0x557173604af0 0.000116
+gallium_dri.so free 0x557173604c40 void 0.000117
+gallium_dri.so free 0x557173604af0 void 0.000115
+gallium_dri.so malloc 72 0x557173604c40 0.000119
+gallium_dri.so free 0x557173604d00 void 0.000116
+gallium_dri.so free 0x557173604c40 void 0.000114
+gallium_dri.so malloc 72 0x557173604c40 0.000114
+gallium_dri.so free 0x557173604dc0 void 0.000116
+gallium_dri.so free 0x557173604c40 void 0.000113
+gallium_dri.so malloc 72 0x557173604c40 0.000114
+gallium_dri.so free 0x557173604e80 void 0.000194
+gallium_dri.so free 0x557173604c40 void 0.000115
+gallium_dri.so malloc 72 0x557173604e30 0.000114
+gallium_dri.so free 0x5571735bf3c0 void 0.000115
+gallium_dri.so free 0x557173604e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf370 0.000114
+gallium_dri.so free 0x5571735bfc80 void 0.000116
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000116
+gallium_dri.so free 0x5571735cae00 void 0.000127
+gallium_dri.so free 0x5571735bfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x557173604cc0 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000115
+gallium_dri.so free 0x557173604d80 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000115
+gallium_dri.so malloc 72 0x557173604d30 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000115
+gallium_dri.so free 0x557173604d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf510 0.000115
+gallium_dri.so free 0x5571735bf580 void 0.000115
+gallium_dri.so free 0x5571735bf510 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000114
+gallium_dri.so free 0x5571735bf680 void 0.000116
+gallium_dri.so free 0x5571735bf5e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf630 0.000113
+gallium_dri.so free 0x5571735bf840 void 0.000116
+gallium_dri.so free 0x5571735bf630 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000120
+gallium_dri.so free 0x5571735bf970 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfa30 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000117
+gallium_dri.so free 0x5571735bfa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000115
+gallium_dri.so free 0x5571735e0f00 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f00 0.000115
+gallium_dri.so free 0x5571735e0fc0 void 0.000116
+gallium_dri.so free 0x5571735e0f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f00 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000115
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000115
+gallium_dri.so free 0x5571735e1180 void 0.000115
+gallium_dri.so free 0x5571735e1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1130 0.000114
+gallium_dri.so free 0x5571735e11c0 void 0.000115
+gallium_dri.so free 0x5571735e1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1130 0.000115
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e12c0 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000115
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1340 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000124
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1340 0.000115
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1340 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15b0 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so free 0x5571735e15b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e16d0 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1760 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1760 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17b0 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000115
+gallium_dri.so free 0x5571735e1980 void 0.000115
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1930 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000128
+gallium_dri.so free 0x5571735e1930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a50 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ae0 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so free 0x5571735e1ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b30 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000116
+gallium_dri.so free 0x5571735e1b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b30 0.000117
+gallium_dri.so free 0x5571735e1c80 void 0.000117
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000116
+gallium_dri.so free 0x5571735e1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000118
+gallium_dri.so free 0x5571735e1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000113
+gallium_dri.so free 0x5571735e20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2250 0.000123
+gallium_dri.so free 0x5571735e22c0 void 0.000120
+gallium_dri.so free 0x5571735e2250 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2380 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000211
+gallium_dri.so free 0x5571735e2380 void 0.000191
+gallium_dri.so malloc 72 0x5571735e2380 0.000119
+gallium_dri.so free 0x5571735e24c0 void 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24f0 0.000119
+gallium_dri.so free 0x5571735e2540 void 0.000119
+gallium_dri.so free 0x5571735e24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24f0 0.000168
+gallium_dri.so free 0x5571735e2640 void 0.000123
+gallium_dri.so free 0x5571735e24f0 void 0.000189
+gallium_dri.so malloc 72 0x5571735e25f0 0.000198
+gallium_dri.so free 0x5571735e2700 void 0.000162
+gallium_dri.so free 0x5571735e25f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735e26b0 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000117
+gallium_dri.so free 0x5571735e26b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27a0 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000117
+gallium_dri.so free 0x5571735e27a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27f0 0.000118
+gallium_dri.so free 0x5571735e28c0 void 0.000118
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27f0 0.000117
+gallium_dri.so free 0x5571735e2940 void 0.000121
+gallium_dri.so free 0x5571735e27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2940 0.000117
+gallium_dri.so free 0x5571735e2a00 void 0.000118
+gallium_dri.so free 0x5571735e2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2940 0.000118
+gallium_dri.so free 0x5571735e2ac0 void 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2940 0.000117
+gallium_dri.so free 0x5571735e2b80 void 0.000126
+gallium_dri.so free 0x5571735e2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b30 0.000117
+gallium_dri.so free 0x5571735e2b80 void 0.000119
+gallium_dri.so free 0x5571735e2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2b30 0.000119
+gallium_dri.so free 0x5571735e2c80 void 0.000118
+gallium_dri.so free 0x5571735e2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c30 0.000118
+gallium_dri.so free 0x5571735e2d40 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000120
+gallium_dri.so free 0x5571735e2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000118
+gallium_dri.so free 0x5571735e2cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e80 0.000119
+gallium_dri.so free 0x5571735e2f00 void 0.000118
+gallium_dri.so free 0x5571735e2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f00 0.000119
+gallium_dri.so free 0x5571735e2fc0 void 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f00 0.000117
+gallium_dri.so free 0x5571735e3080 void 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e30a0 0.000131
+gallium_dri.so free 0x5571735e3140 void 0.000120
+gallium_dri.so free 0x5571735e30a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30f0 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000118
+gallium_dri.so free 0x5571735e30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e30f0 0.000123
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3240 0.000118
+gallium_dri.so free 0x5571735e3300 void 0.000125
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3240 0.000118
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3240 0.000118
+gallium_dri.so free 0x5571735e3480 void 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so free 0x5571735e3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e34f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3610 0.000119
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so free 0x5571735e3610 void 0.000118
+gallium_dri.so malloc 72 0x5571735e36a0 0.000110
+gallium_dri.so free 0x5571735e3740 void 0.000119
+gallium_dri.so free 0x5571735e36a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e36f0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735e36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e36f0 0.000118
+gallium_dri.so free 0x5571735f0480 void 0.000118
+gallium_dri.so free 0x5571735e36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0480 0.000118
+gallium_dri.so free 0x5571735f0540 void 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0480 0.000118
+gallium_dri.so free 0x5571735f0640 void 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05f0 0.000117
+gallium_dri.so free 0x5571735f0680 void 0.000117
+gallium_dri.so free 0x5571735f05f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05f0 0.000118
+gallium_dri.so free 0x5571735f0740 void 0.000117
+gallium_dri.so free 0x5571735f05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0780 0.000119
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so free 0x5571735f0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0800 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f0800 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0800 0.000120
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0970 0.000118
+gallium_dri.so free 0x5571735f09c0 void 0.000118
+gallium_dri.so free 0x5571735f0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0970 0.000117
+gallium_dri.so free 0x5571735f0ac0 void 0.000118
+gallium_dri.so free 0x5571735f0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b00 0.000118
+gallium_dri.so free 0x5571735f0b80 void 0.000118
+gallium_dri.so free 0x5571735f0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0b80 0.000118
+gallium_dri.so free 0x5571735f0c40 void 0.000118
+gallium_dri.so free 0x5571735f0b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0b80 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so free 0x5571735f0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so free 0x5571735f0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000117
+gallium_dri.so free 0x5571735f0e40 void 0.000125
+gallium_dri.so free 0x5571735f0cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0df0 0.000118
+gallium_dri.so free 0x5571735f0f00 void 0.000119
+gallium_dri.so free 0x5571735f0df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so free 0x5571735f0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f11d0 0.000117
+gallium_dri.so free 0x5571735f1240 void 0.000119
+gallium_dri.so free 0x5571735f11d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1260 0.000120
+gallium_dri.so free 0x5571735f1300 void 0.000118
+gallium_dri.so free 0x5571735f1260 void 0.000120
+gallium_dri.so malloc 72 0x5571735f12b0 0.000119
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so free 0x5571735f12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1380 0.000117
+gallium_dri.so free 0x5571735f1440 void 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1380 0.000117
+gallium_dri.so free 0x5571735f14c0 void 0.000129
+gallium_dri.so free 0x5571735f1380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f14c0 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f14c0 0.000117
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f14c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f14c0 0.000118
+gallium_dri.so free 0x5571735f1700 void 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16b0 0.000124
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f17d0 0.000119
+gallium_dri.so free 0x5571735f1840 void 0.000118
+gallium_dri.so free 0x5571735f17d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1880 0.000118
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1880 0.000117
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f19b0 0.000118
+gallium_dri.so free 0x5571735f1a00 void 0.000118
+gallium_dri.so free 0x5571735f19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f19b0 0.000127
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f19b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000114
+gallium_dri.so free 0x5571735f1bc0 void 0.000117
+gallium_dri.so free 0x5571735f1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c00 void 0.000117
+gallium_dri.so free 0x5571735f1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000117
+gallium_dri.so free 0x5571735f1cc0 void 0.000121
+gallium_dri.so free 0x5571735f1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d30 0.000117
+gallium_dri.so free 0x5571735f1d80 void 0.000124
+gallium_dri.so free 0x5571735f1d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d30 0.000118
+gallium_dri.so free 0x5571735f1e80 void 0.000118
+gallium_dri.so free 0x5571735f1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e30 0.000118
+gallium_dri.so free 0x5571735f1f40 void 0.000119
+gallium_dri.so free 0x5571735f1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000118
+gallium_dri.so free 0x5571735f1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000118
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so free 0x5571735f1ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2080 0.000127
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2100 0.000117
+gallium_dri.so free 0x5571735f21c0 void 0.000119
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2100 0.000118
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22a0 0.000117
+gallium_dri.so free 0x5571735f2340 void 0.000118
+gallium_dri.so free 0x5571735f22a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22f0 0.000117
+gallium_dri.so free 0x5571735f23c0 void 0.000117
+gallium_dri.so free 0x5571735f22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f22f0 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so free 0x5571735f22f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2440 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2440 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000117
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2440 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2630 0.000121
+gallium_dri.so free 0x5571735f2740 void 0.000118
+gallium_dri.so free 0x5571735f2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f26f0 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000118
+gallium_dri.so free 0x5571735f26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2810 0.000117
+gallium_dri.so free 0x5571735f2880 void 0.000117
+gallium_dri.so free 0x5571735f2810 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28a0 0.000118
+gallium_dri.so free 0x5571735f2940 void 0.000119
+gallium_dri.so free 0x5571735f28a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28f0 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28f0 0.000117
+gallium_dri.so free 0x5571735f2a40 void 0.000118
+gallium_dri.so free 0x5571735f28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2a40 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a40 0.000118
+gallium_dri.so free 0x5571735f2c00 void 0.000119
+gallium_dri.so free 0x5571735f2a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000118
+gallium_dri.so free 0x5571735f2c40 void 0.000119
+gallium_dri.so free 0x5571735f2bb0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000123
+gallium_dri.so free 0x5571735f2bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2d40 0.000118
+gallium_dri.so free 0x5571735f2dc0 void 0.000118
+gallium_dri.so free 0x5571735f2d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so free 0x5571735f2dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so free 0x5571735f2dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2f30 0.000118
+gallium_dri.so free 0x5571735f2f80 void 0.000119
+gallium_dri.so free 0x5571735f2f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2f30 0.000118
+gallium_dri.so free 0x5571735f3080 void 0.000118
+gallium_dri.so free 0x5571735f2f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30c0 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000119
+gallium_dri.so free 0x5571735f30c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3140 0.000119
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f3140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3140 0.000118
+gallium_dri.so free 0x5571735f3280 void 0.000126
+gallium_dri.so free 0x5571735f3140 void 0.000120
+gallium_dri.so malloc 72 0x5571735f32b0 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f32b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f32b0 0.000118
+gallium_dri.so free 0x5571735f3400 void 0.000118
+gallium_dri.so free 0x5571735f32b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33b0 0.000119
+gallium_dri.so free 0x5571735f34c0 void 0.000117
+gallium_dri.so free 0x5571735f33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f3540 void 0.000118
+gallium_dri.so free 0x5571735f3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000115
+gallium_dri.so free 0x5571735f3600 void 0.000118
+gallium_dri.so free 0x5571735f3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x557173600e80 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000118
+gallium_dri.so malloc 72 0x557173600ec0 0.000118
+gallium_dri.so free 0x557173600f40 void 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173600f40 0.000117
+gallium_dri.so free 0x5571735f36c0 void 0.000118
+gallium_dri.so free 0x557173600f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000127
+gallium_dri.so free 0x557173601000 void 0.000119
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000108
+gallium_dri.so free 0x5571736010c0 void 0.000231
+gallium_dri.so free 0x5571735f3670 void 0.000158
+gallium_dri.so malloc 72 0x557173601070 0.000120
+gallium_dri.so free 0x557173601180 void 0.000118
+gallium_dri.so free 0x557173601070 void 0.000117
+gallium_dri.so malloc 72 0x557173601130 0.000116
+gallium_dri.so free 0x557173601200 void 0.000117
+gallium_dri.so free 0x557173601130 void 0.000120
+gallium_dri.so malloc 72 0x557173601250 0.000117
+gallium_dri.so free 0x5571736012c0 void 0.000117
+gallium_dri.so free 0x557173601250 void 0.000117
+gallium_dri.so malloc 72 0x5571736012e0 0.000119
+gallium_dri.so free 0x557173601380 void 0.000118
+gallium_dri.so free 0x5571736012e0 void 0.000118
+gallium_dri.so malloc 72 0x557173601330 0.000122
+gallium_dri.so free 0x557173601400 void 0.000119
+gallium_dri.so free 0x557173601330 void 0.000119
+gallium_dri.so malloc 72 0x557173601330 0.000117
+gallium_dri.so free 0x557173601480 void 0.000118
+gallium_dri.so free 0x557173601330 void 0.000119
+gallium_dri.so malloc 72 0x557173601480 0.000117
+gallium_dri.so free 0x557173601540 void 0.000118
+gallium_dri.so free 0x557173601480 void 0.000127
+gallium_dri.so malloc 72 0x557173601480 0.000119
+gallium_dri.so free 0x557173601640 void 0.000118
+gallium_dri.so free 0x557173601480 void 0.000117
+gallium_dri.so malloc 72 0x5571736015f0 0.000118
+gallium_dri.so free 0x557173601680 void 0.000118
+gallium_dri.so free 0x5571736015f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736015f0 0.000119
+gallium_dri.so free 0x557173601740 void 0.000118
+gallium_dri.so free 0x5571736015f0 void 0.000118
+gallium_dri.so malloc 72 0x557173601780 0.000118
+gallium_dri.so free 0x557173601800 void 0.000118
+gallium_dri.so free 0x557173601780 void 0.000117
+gallium_dri.so malloc 72 0x557173601800 0.000119
+gallium_dri.so free 0x5571736018c0 void 0.000119
+gallium_dri.so free 0x557173601800 void 0.000118
+gallium_dri.so malloc 72 0x557173601800 0.000119
+gallium_dri.so free 0x557173601940 void 0.000119
+gallium_dri.so free 0x557173601800 void 0.000118
+gallium_dri.so malloc 72 0x557173601970 0.000117
+gallium_dri.so free 0x5571736019c0 void 0.000119
+gallium_dri.so free 0x557173601970 void 0.000118
+gallium_dri.so malloc 72 0x557173601970 0.000118
+gallium_dri.so free 0x557173601ac0 void 0.000118
+gallium_dri.so free 0x557173601970 void 0.000118
+gallium_dri.so malloc 72 0x557173601b00 0.000117
+gallium_dri.so free 0x557173601b80 void 0.000124
+gallium_dri.so free 0x557173601b00 void 0.000121
+gallium_dri.so malloc 72 0x557173601b80 0.000118
+gallium_dri.so free 0x557173601c40 void 0.000120
+gallium_dri.so free 0x557173601b80 void 0.000119
+gallium_dri.so malloc 72 0x557173601b80 0.000117
+gallium_dri.so free 0x557173601cc0 void 0.000118
+gallium_dri.so free 0x557173601b80 void 0.000117
+gallium_dri.so malloc 72 0x557173601cf0 0.000121
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x557173601cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173601cf0 0.000117
+gallium_dri.so free 0x557173601e40 void 0.000118
+gallium_dri.so free 0x557173601cf0 void 0.000123
+gallium_dri.so malloc 72 0x557173601df0 0.000120
+gallium_dri.so free 0x557173601f00 void 0.000119
+gallium_dri.so free 0x557173601df0 void 0.000119
+gallium_dri.so malloc 72 0x557173601eb0 0.000118
+gallium_dri.so free 0x557173601f80 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173601eb0 0.000118
+gallium_dri.so free 0x557173602040 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000117
+gallium_dri.so free 0x557173602100 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571736020b0 0.000118
+gallium_dri.so free 0x557173602180 void 0.000123
+gallium_dri.so free 0x5571736020b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736021d0 0.000119
+gallium_dri.so free 0x557173602240 void 0.000119
+gallium_dri.so free 0x5571736021d0 void 0.000119
+gallium_dri.so malloc 72 0x557173602260 0.000118
+gallium_dri.so free 0x557173602300 void 0.000119
+gallium_dri.so free 0x557173602260 void 0.000119
+gallium_dri.so malloc 72 0x5571736022b0 0.000123
+gallium_dri.so free 0x557173602380 void 0.000120
+gallium_dri.so free 0x5571736022b0 void 0.000119
+gallium_dri.so malloc 72 0x557173602380 0.000119
+gallium_dri.so free 0x557173602440 void 0.000119
+gallium_dri.so free 0x557173602380 void 0.000118
+gallium_dri.so malloc 72 0x557173602380 0.000118
+gallium_dri.so free 0x5571736024c0 void 0.000120
+gallium_dri.so free 0x557173602380 void 0.000118
+gallium_dri.so malloc 72 0x5571736024c0 0.000118
+gallium_dri.so free 0x557173602580 void 0.000118
+gallium_dri.so free 0x5571736024c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736024c0 0.000119
+gallium_dri.so free 0x557173602640 void 0.000119
+gallium_dri.so free 0x5571736024c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736024c0 0.000118
+gallium_dri.so free 0x557173602700 void 0.000119
+gallium_dri.so free 0x5571736024c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736026b0 0.000120
+gallium_dri.so free 0x557173602780 void 0.000120
+gallium_dri.so free 0x5571736026b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736027d0 0.000120
+gallium_dri.so free 0x557173602840 void 0.000119
+gallium_dri.so free 0x5571736027d0 void 0.000118
+gallium_dri.so malloc 72 0x557173602880 0.000117
+gallium_dri.so free 0x557173602900 void 0.000118
+gallium_dri.so free 0x557173602880 void 0.000118
+gallium_dri.so malloc 72 0x557173602880 0.000118
+gallium_dri.so free 0x557173602980 void 0.000120
+gallium_dri.so free 0x557173602880 void 0.000118
+gallium_dri.so malloc 72 0x5571736029b0 0.000119
+gallium_dri.so free 0x557173602a00 void 0.000119
+gallium_dri.so free 0x5571736029b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736029b0 0.000118
+gallium_dri.so free 0x557173602b00 void 0.000118
+gallium_dri.so free 0x5571736029b0 void 0.000119
+gallium_dri.so malloc 72 0x557173602ab0 0.000118
+gallium_dri.so free 0x557173602bc0 void 0.000118
+gallium_dri.so free 0x557173602ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173602b70 0.000119
+gallium_dri.so free 0x557173602c00 void 0.000120
+gallium_dri.so free 0x557173602b70 void 0.000118
+gallium_dri.so malloc 72 0x557173602b70 0.000119
+gallium_dri.so free 0x557173602cc0 void 0.000120
+gallium_dri.so free 0x557173602b70 void 0.000129
+gallium_dri.so malloc 72 0x557173602d30 0.000119
+gallium_dri.so free 0x557173602d80 void 0.000119
+gallium_dri.so free 0x557173602d30 void 0.000118
+gallium_dri.so malloc 72 0x557173602d30 0.000117
+gallium_dri.so free 0x557173602e80 void 0.000119
+gallium_dri.so free 0x557173602d30 void 0.000118
+gallium_dri.so malloc 72 0x557173602e30 0.000118
+gallium_dri.so free 0x557173602f40 void 0.000119
+gallium_dri.so free 0x557173602e30 void 0.000117
+gallium_dri.so malloc 72 0x557173602ef0 0.000118
+gallium_dri.so free 0x557173602f80 void 0.000119
+gallium_dri.so free 0x557173602ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173602ef0 0.000120
+gallium_dri.so free 0x557173603040 void 0.000120
+gallium_dri.so free 0x557173602ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173603080 0.000126
+gallium_dri.so free 0x557173603100 void 0.000121
+gallium_dri.so free 0x557173603080 void 0.000120
+gallium_dri.so malloc 72 0x557173603100 0.000118
+gallium_dri.so free 0x5571736031c0 void 0.000119
+gallium_dri.so free 0x557173603100 void 0.000117
+gallium_dri.so malloc 72 0x557173603100 0.000118
+gallium_dri.so free 0x557173603280 void 0.000118
+gallium_dri.so free 0x557173603100 void 0.000119
+gallium_dri.so malloc 72 0x5571736032a0 0.000124
+gallium_dri.so free 0x557173603340 void 0.000125
+gallium_dri.so free 0x5571736032a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736032f0 0.000119
+gallium_dri.so free 0x5571736033c0 void 0.000119
+gallium_dri.so free 0x5571736032f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736032f0 0.000119
+gallium_dri.so free 0x557173603440 void 0.000118
+gallium_dri.so free 0x5571736032f0 void 0.000118
+gallium_dri.so malloc 72 0x557173603440 0.000119
+gallium_dri.so free 0x557173603500 void 0.000118
+gallium_dri.so free 0x557173603440 void 0.000120
+gallium_dri.so malloc 72 0x557173603440 0.000118
+gallium_dri.so free 0x5571736035c0 void 0.000121
+gallium_dri.so free 0x557173603440 void 0.000124
+gallium_dri.so malloc 72 0x557173603440 0.000118
+gallium_dri.so free 0x557173603680 void 0.000118
+gallium_dri.so free 0x557173603440 void 0.000119
+gallium_dri.so malloc 72 0x557173603630 0.000119
+gallium_dri.so free 0x557173603740 void 0.000120
+gallium_dri.so free 0x557173603630 void 0.000120
+gallium_dri.so malloc 72 0x5571736036f0 0.000118
+gallium_dri.so free 0x5571736037c0 void 0.000119
+gallium_dri.so free 0x5571736036f0 void 0.000118
+gallium_dri.so malloc 72 0x557173603810 0.000118
+gallium_dri.so free 0x557173603880 void 0.000119
+gallium_dri.so free 0x557173603810 void 0.000118
+gallium_dri.so malloc 72 0x5571736038a0 0.000114
+gallium_dri.so free 0x557173603940 void 0.000111
+gallium_dri.so free 0x5571736038a0 void 0.000111
+gallium_dri.so malloc 72 0x5571736038f0 0.000111
+gallium_dri.so free 0x5571736039c0 void 0.000112
+gallium_dri.so free 0x5571736038f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736038f0 0.000110
+gallium_dri.so free 0x557173603a40 void 0.000110
+gallium_dri.so free 0x5571736038f0 void 0.000111
+gallium_dri.so malloc 72 0x557173603a40 0.000110
+gallium_dri.so free 0x557173603b00 void 0.000111
+gallium_dri.so free 0x557173603a40 void 0.000110
+gallium_dri.so malloc 72 0x557173603a40 0.000110
+gallium_dri.so free 0x557173603c00 void 0.000111
+gallium_dri.so free 0x557173603a40 void 0.000110
+gallium_dri.so malloc 72 0x557173603bb0 0.000111
+gallium_dri.so free 0x557173603c40 void 0.000110
+gallium_dri.so free 0x557173603bb0 void 0.000109
+gallium_dri.so malloc 72 0x557173603bb0 0.000110
+gallium_dri.so free 0x557173603d00 void 0.000110
+gallium_dri.so free 0x557173603bb0 void 0.000110
+gallium_dri.so malloc 72 0x557173603d40 0.000109
+gallium_dri.so free 0x557173603dc0 void 0.000111
+gallium_dri.so free 0x557173603d40 void 0.000110
+gallium_dri.so malloc 72 0x557173603dc0 0.000109
+gallium_dri.so free 0x557173603e80 void 0.000109
+gallium_dri.so free 0x557173603dc0 void 0.000110
+gallium_dri.so malloc 72 0x557173603dc0 0.000109
+gallium_dri.so free 0x557173603f00 void 0.000186
+gallium_dri.so free 0x557173603dc0 void 0.000156
+gallium_dri.so malloc 72 0x557173603f30 0.000115
+gallium_dri.so free 0x557173603f80 void 0.000111
+gallium_dri.so free 0x557173603f30 void 0.000111
+gallium_dri.so malloc 72 0x557173603f30 0.000110
+gallium_dri.so free 0x557173604080 void 0.000111
+gallium_dri.so free 0x557173603f30 void 0.000110
+gallium_dri.so malloc 72 0x5571736040c0 0.000110
+gallium_dri.so free 0x557173604140 void 0.000110
+gallium_dri.so free 0x5571736040c0 void 0.000110
+gallium_dri.so malloc 72 0x557173604140 0.000110
+gallium_dri.so free 0x557173604200 void 0.000109
+gallium_dri.so free 0x557173604140 void 0.000111
+gallium_dri.so malloc 72 0x557173604140 0.000109
+gallium_dri.so free 0x557173604280 void 0.000115
+gallium_dri.so free 0x557173604140 void 0.000111
+gallium_dri.so malloc 72 0x5571736042b0 0.000110
+gallium_dri.so free 0x557173604300 void 0.000111
+gallium_dri.so free 0x5571736042b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736042b0 0.000115
+gallium_dri.so free 0x557173604400 void 0.000119
+gallium_dri.so free 0x5571736042b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736043b0 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000111
+gallium_dri.so free 0x5571736043b0 void 0.000109
+gallium_dri.so malloc 72 0x557173604470 0.000110
+gallium_dri.so free 0x557173604540 void 0.000117
+gallium_dri.so free 0x557173604470 void 0.000114
+gallium_dri.so malloc 72 0x557173604470 0.000118
+gallium_dri.so free 0x557173604600 void 0.000124
+gallium_dri.so free 0x557173604470 void 0.000124
+gallium_dri.so malloc 72 0x557173604470 0.000118
+gallium_dri.so free 0x5571736046c0 void 0.000113
+gallium_dri.so free 0x557173604470 void 0.000113
+gallium_dri.so malloc 72 0x557173604670 0.000113
+gallium_dri.so free 0x557173604740 void 0.000114
+gallium_dri.so free 0x557173604670 void 0.000114
+gallium_dri.so malloc 72 0x557173604790 0.000112
+gallium_dri.so free 0x557173604800 void 0.000114
+gallium_dri.so free 0x557173604790 void 0.000113
+gallium_dri.so malloc 72 0x557173604820 0.000114
+gallium_dri.so free 0x5571736048c0 void 0.000113
+gallium_dri.so free 0x557173604820 void 0.000113
+gallium_dri.so malloc 72 0x557173604870 0.000112
+gallium_dri.so free 0x557173604940 void 0.000115
+gallium_dri.so free 0x557173604870 void 0.000111
+gallium_dri.so malloc 72 0x557173604940 0.000113
+gallium_dri.so free 0x557173604a00 void 0.000114
+gallium_dri.so free 0x557173604940 void 0.000113
+gallium_dri.so malloc 72 0x557173604940 0.000114
+gallium_dri.so free 0x557173604a80 void 0.000113
+gallium_dri.so free 0x557173604940 void 0.000112
+gallium_dri.so malloc 72 0x557173604a80 0.000126
+gallium_dri.so free 0x557173604b40 void 0.000114
+gallium_dri.so free 0x557173604a80 void 0.000115
+gallium_dri.so malloc 72 0x557173604a80 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so free 0x557173604a80 void 0.000113
+gallium_dri.so malloc 72 0x557173604a80 0.000113
+gallium_dri.so free 0x5571735eb440 void 0.000114
+gallium_dri.so free 0x557173604a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb480 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb500 0.000116
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000114
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb500 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb500 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb770 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000114
+gallium_dri.so free 0x5571735eb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb890 0.000116
+gallium_dri.so free 0x5571735eb900 void 0.000116
+gallium_dri.so free 0x5571735eb890 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb920 0.000112
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb920 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb970 0.000117
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so free 0x5571735eb970 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb970 0.000113
+gallium_dri.so free 0x5571735ebb40 void 0.000114
+gallium_dri.so free 0x5571735eb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000113
+gallium_dri.so free 0x5571735ebbc0 void 0.000115
+gallium_dri.so free 0x5571735ebaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc10 0.000112
+gallium_dri.so free 0x5571735ebc80 void 0.000115
+gallium_dri.so free 0x5571735ebc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebca0 0.000114
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000112
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe40 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000128
+gallium_dri.so free 0x5571735ebe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebe40 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe40 0.000114
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so free 0x5571735ec0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000114
+gallium_dri.so free 0x5571735ec200 void 0.000114
+gallium_dri.so free 0x5571735ec0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000114
+gallium_dri.so free 0x5571735ec270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec270 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec410 0.000114
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so free 0x5571735ec410 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000112
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so free 0x5571735ec4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec540 0.000113
+gallium_dri.so free 0x5571735ec600 void 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec540 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000114
+gallium_dri.so free 0x5571735ec6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000113
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec870 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec960 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec960 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000117
+gallium_dri.so free 0x5571735eca80 void 0.000117
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735ecb00 void 0.000114
+gallium_dri.so free 0x5571735ec9b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735ecb00 0.000113
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so free 0x5571735ecb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb00 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000113
+gallium_dri.so free 0x5571735ecb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb00 0.000112
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eccf0 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so free 0x5571735eccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccf0 0.000113
+gallium_dri.so free 0x5571735ece40 void 0.000113
+gallium_dri.so free 0x5571735eccf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000114
+gallium_dri.so free 0x5571735ecf00 void 0.000120
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eceb0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735eceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eceb0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735eceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed040 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so free 0x5571735ed040 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed240 void 0.000114
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed260 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000116
+gallium_dri.so free 0x5571735ed260 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so free 0x5571735ed2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000113
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000112
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000122
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000116
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed7d0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so free 0x5571735ed7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed860 0.000113
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed860 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000112
+gallium_dri.so free 0x5571735ed980 void 0.000113
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735eda00 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda00 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735eda00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda00 0.000114
+gallium_dri.so free 0x5571735edbc0 void 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb70 0.000112
+gallium_dri.so free 0x5571735edc00 void 0.000115
+gallium_dri.so free 0x5571735edb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb70 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd00 0.000185
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edef0 0.000113
+gallium_dri.so free 0x5571735edf40 void 0.000113
+gallium_dri.so free 0x5571735edef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edef0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so free 0x5571735edef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee100 0.000113
+gallium_dri.so free 0x5571735ee1c0 void 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee100 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee270 0.000113
+gallium_dri.so free 0x5571735ee2c0 void 0.000113
+gallium_dri.so free 0x5571735ee270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee270 0.000125
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000114
+gallium_dri.so free 0x5571735ee480 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee430 0.000113
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee430 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee430 0.000113
+gallium_dri.so free 0x5571735ee5c0 void 0.000114
+gallium_dri.so free 0x5571735ee430 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee430 0.000113
+gallium_dri.so free 0x5571735ee680 void 0.000113
+gallium_dri.so free 0x5571735ee430 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee750 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so free 0x5571735ee750 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000113
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee830 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so free 0x5571735ee830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee900 0.000113
+gallium_dri.so free 0x5571735ee9c0 void 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee900 0.000113
+gallium_dri.so free 0x5571735eea40 void 0.000114
+gallium_dri.so free 0x5571735ee900 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea40 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so free 0x5571735eea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea40 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea40 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec30 0.000112
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eec30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed50 0.000114
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eed50 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee00 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee00 0.000115
+gallium_dri.so free 0x5571735eef00 void 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eef30 0.000112
+gallium_dri.so free 0x5571735eef80 void 0.000163
+gallium_dri.so free 0x5571735eef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef30 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so free 0x5571735eef30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000113
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so free 0x5571735ef0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000113
+gallium_dri.so free 0x5571735ef2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2b0 0.000114
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so free 0x5571735ef2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef4c0 void 0.000113
+gallium_dri.so free 0x5571735ef3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef470 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so free 0x5571735ef470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef470 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000116
+gallium_dri.so free 0x5571735ef470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef600 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef680 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef680 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef820 0.000118
+gallium_dri.so free 0x5571735ef8c0 void 0.000125
+gallium_dri.so free 0x5571735ef820 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef870 0.000123
+gallium_dri.so free 0x5571735ef940 void 0.000124
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so free 0x5571735ef870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000116
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000113
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000128
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efd90 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efd90 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe20 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000115
+gallium_dri.so free 0x5571735efe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000112
+gallium_dri.so free 0x5571735eff40 void 0.000113
+gallium_dri.so free 0x5571735efe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000112
+gallium_dri.so free 0x5571735effc0 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735effc0 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so free 0x5571735effc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735effc0 0.000114
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0130 0.000155
+gallium_dri.so free 0x5571735f01c0 void 0.000116
+gallium_dri.so free 0x5571735f0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000112
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02c0 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0340 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000112
+gallium_dri.so free 0x5571735bfec0 void 0.000112
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000123
+gallium_dri.so free 0x5571735bffc0 void 0.000118
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0000 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000113
+gallium_dri.so free 0x5571735c0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0080 0.000117
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0080 0.000122
+gallium_dri.so free 0x5571735c01c0 void 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735c01f0 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735c01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c01f0 0.000112
+gallium_dri.so free 0x5571735c0340 void 0.000114
+gallium_dri.so free 0x5571735c01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so free 0x5571735c02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c03b0 0.000114
+gallium_dri.so free 0x5571735c0480 void 0.000114
+gallium_dri.so free 0x5571735c03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c03b0 0.000112
+gallium_dri.so free 0x5571735c0540 void 0.000114
+gallium_dri.so free 0x5571735c03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c03b0 0.000112
+gallium_dri.so free 0x5571735c0600 void 0.000113
+gallium_dri.so free 0x5571735c03b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05b0 0.000113
+gallium_dri.so free 0x5571735c0680 void 0.000113
+gallium_dri.so free 0x5571735c05b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c06d0 0.000119
+gallium_dri.so free 0x5571735c0740 void 0.000120
+gallium_dri.so free 0x5571735c06d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0760 0.000126
+gallium_dri.so free 0x5571735c0800 void 0.000115
+gallium_dri.so free 0x5571735c0760 void 0.000117
+gallium_dri.so malloc 72 0x5571735c07b0 0.000116
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000113
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000112
+gallium_dri.so malloc 72 0x5571735c09c0 0.000113
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c09c0 0.000112
+gallium_dri.so free 0x5571735c0b40 void 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c09c0 0.000113
+gallium_dri.so free 0x5571735c0c00 void 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000114
+gallium_dri.so free 0x5571735c0d40 void 0.000113
+gallium_dri.so free 0x5571735c0cd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0d80 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d80 0.000112
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735c0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x5571735c1000 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c1100 void 0.000113
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1230 0.000121
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so free 0x5571735c1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1230 0.000115
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1330 0.000115
+gallium_dri.so free 0x5571735c1440 void 0.000116
+gallium_dri.so free 0x5571735c1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c13f0 0.000121
+gallium_dri.so free 0x5571735c1480 void 0.000117
+gallium_dri.so free 0x5571735c13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13f0 0.000112
+gallium_dri.so free 0x5571735c1540 void 0.000113
+gallium_dri.so free 0x5571735c13f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1580 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000121
+gallium_dri.so free 0x5571735c1580 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1600 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1600 0.000116
+gallium_dri.so free 0x5571735c1780 void 0.000117
+gallium_dri.so free 0x5571735c1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735c17a0 0.000116
+gallium_dri.so free 0x5571735c1840 void 0.000118
+gallium_dri.so free 0x5571735c17a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c17f0 0.000117
+gallium_dri.so free 0x5571735c18c0 void 0.000118
+gallium_dri.so free 0x5571735c17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c17f0 0.000117
+gallium_dri.so free 0x5571735c1940 void 0.000117
+gallium_dri.so free 0x5571735c17f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1940 0.000125
+gallium_dri.so free 0x5571735c1a00 void 0.000119
+gallium_dri.so free 0x5571735c1940 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1940 0.000117
+gallium_dri.so free 0x5571735c1ac0 void 0.000118
+gallium_dri.so free 0x5571735c1940 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1940 0.000117
+gallium_dri.so free 0x5571735c1b80 void 0.000116
+gallium_dri.so free 0x5571735c1940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1b30 0.000119
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so free 0x5571735c1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000117
+gallium_dri.so free 0x5571735c1cc0 void 0.000118
+gallium_dri.so free 0x5571735c1bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1d10 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000117
+gallium_dri.so free 0x5571735c1d10 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1da0 0.000126
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so free 0x5571735c1da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1df0 0.000117
+gallium_dri.so free 0x5571735c1ec0 void 0.000117
+gallium_dri.so free 0x5571735c1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1df0 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000117
+gallium_dri.so free 0x5571735c1df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1f40 0.000119
+gallium_dri.so free 0x5571735c2000 void 0.000119
+gallium_dri.so free 0x5571735c1f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f40 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20b0 0.000120
+gallium_dri.so free 0x5571735c2140 void 0.000119
+gallium_dri.so free 0x5571735c20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c20b0 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so free 0x5571735c20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2240 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000125
+gallium_dri.so free 0x5571735c2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c22c0 0.000117
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c22c0 0.000118
+gallium_dri.so free 0x5571735c2400 void 0.000120
+gallium_dri.so free 0x5571735c22c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2430 0.000118
+gallium_dri.so free 0x5571735c2480 void 0.000119
+gallium_dri.so free 0x5571735c2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2430 0.000118
+gallium_dri.so free 0x5571735c2580 void 0.000124
+gallium_dri.so free 0x5571735c2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000111
+gallium_dri.so free 0x5571735c2640 void 0.000111
+gallium_dri.so free 0x5571735c25c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2640 0.000112
+gallium_dri.so free 0x5571735c2700 void 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2640 0.000111
+gallium_dri.so free 0x5571735c2780 void 0.000111
+gallium_dri.so free 0x5571735c2640 void 0.000111
+gallium_dri.so malloc 72 0x5571735c27b0 0.000111
+gallium_dri.so free 0x5571735c2800 void 0.000111
+gallium_dri.so free 0x5571735c27b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c27b0 0.000110
+gallium_dri.so free 0x5571735c2900 void 0.000110
+gallium_dri.so free 0x5571735c27b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c28b0 0.000110
+gallium_dri.so free 0x5571735c29c0 void 0.000110
+gallium_dri.so free 0x5571735c28b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2970 0.000111
+gallium_dri.so free 0x5571735c2a40 void 0.000113
+gallium_dri.so free 0x5571735c2970 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2970 0.000116
+gallium_dri.so free 0x5571735c2b00 void 0.000112
+gallium_dri.so free 0x5571735c2970 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2970 0.000110
+gallium_dri.so free 0x5571735c2bc0 void 0.000109
+gallium_dri.so free 0x5571735c2970 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2b70 0.000118
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2c90 0.000124
+gallium_dri.so free 0x5571735c2d00 void 0.000125
+gallium_dri.so free 0x5571735c2c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2d20 0.000117
+gallium_dri.so free 0x5571735c2dc0 void 0.000119
+gallium_dri.so free 0x5571735c2d20 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2d70 0.000126
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so free 0x5571735c2d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e40 0.000119
+gallium_dri.so free 0x5571735c2f00 void 0.000124
+gallium_dri.so free 0x5571735c2e40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2e40 0.000121
+gallium_dri.so free 0x5571735c2f80 void 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2f80 0.000118
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so free 0x5571735c2f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2f80 0.000124
+gallium_dri.so free 0x5571735c3100 void 0.000124
+gallium_dri.so free 0x5571735c2f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f80 0.000125
+gallium_dri.so free 0x5571735c31c0 void 0.000119
+gallium_dri.so free 0x5571735c2f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3170 0.000118
+gallium_dri.so free 0x5571735c3240 void 0.000122
+gallium_dri.so free 0x5571735c3170 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3290 0.000125
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so free 0x5571735c3290 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3340 0.000126
+gallium_dri.so free 0x5571735c33c0 void 0.000126
+gallium_dri.so free 0x5571735c3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3340 0.000122
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3470 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so free 0x5571735c3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3470 0.000123
+gallium_dri.so free 0x5571735c35c0 void 0.000126
+gallium_dri.so free 0x5571735c3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000123
+gallium_dri.so free 0x5571735c3570 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3630 0.000126
+gallium_dri.so free 0x5571735c36c0 void 0.000132
+gallium_dri.so free 0x5571735c3630 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3630 0.000124
+gallium_dri.so free 0x5571735c3780 void 0.000119
+gallium_dri.so free 0x5571735c3630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c37f0 0.000124
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c37f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c37f0 0.000124
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so free 0x5571735c37f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c38f0 0.000124
+gallium_dri.so free 0x5571735c3a00 void 0.000127
+gallium_dri.so free 0x5571735c38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c39b0 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so free 0x5571735c39b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c39b0 0.000124
+gallium_dri.so free 0x5571735c3b00 void 0.000125
+gallium_dri.so free 0x5571735c39b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3b40 0.000118
+gallium_dri.so free 0x5571735c3bc0 void 0.000117
+gallium_dri.so free 0x5571735c3b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000125
+gallium_dri.so free 0x5571735c3c80 void 0.000125
+gallium_dri.so free 0x5571735c3bc0 void 0.000176
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000122
+gallium_dri.so free 0x5571735c3d40 void 0.000123
+gallium_dri.so free 0x5571735c3bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3d60 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000119
+gallium_dri.so free 0x5571735c3d60 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3db0 0.000126
+gallium_dri.so free 0x5571735c3e80 void 0.000125
+gallium_dri.so free 0x5571735c3db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3db0 0.000120
+gallium_dri.so free 0x5571735c3f00 void 0.000123
+gallium_dri.so free 0x5571735c3db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3f00 0.000120
+gallium_dri.so free 0x5571735c3fc0 void 0.000124
+gallium_dri.so free 0x5571735c3f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3f00 0.000120
+gallium_dri.so free 0x5571735c4080 void 0.000119
+gallium_dri.so free 0x5571735c3f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3f00 0.000119
+gallium_dri.so free 0x5571735c4140 void 0.000123
+gallium_dri.so free 0x5571735c3f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735c40f0 0.000126
+gallium_dri.so free 0x5571735c4200 void 0.000128
+gallium_dri.so free 0x5571735c40f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c41b0 0.000136
+gallium_dri.so free 0x5571735c4280 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c42d0 0.000117
+gallium_dri.so free 0x5571735c4340 void 0.000117
+gallium_dri.so free 0x5571735c42d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4360 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000116
+gallium_dri.so free 0x5571735c4360 void 0.000116
+gallium_dri.so malloc 72 0x5571735c43b0 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000117
+gallium_dri.so free 0x5571735c43b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c43b0 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000116
+gallium_dri.so free 0x5571735c43b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4500 0.000116
+gallium_dri.so free 0x5571735c45c0 void 0.000118
+gallium_dri.so free 0x5571735c4500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4500 0.000117
+gallium_dri.so free 0x5571735c46c0 void 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4670 0.000116
+gallium_dri.so free 0x5571735c4700 void 0.000117
+gallium_dri.so free 0x5571735c4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4800 0.000127
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4880 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4880 0.000117
+gallium_dri.so free 0x5571735c49c0 void 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000116
+gallium_dri.so malloc 72 0x5571735c49f0 0.000118
+gallium_dri.so free 0x5571735c4a40 void 0.000119
+gallium_dri.so free 0x5571735c49f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49f0 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so free 0x5571735c49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b80 0.000117
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c00 0.000118
+gallium_dri.so free 0x5571735c4cc0 void 0.000117
+gallium_dri.so free 0x5571735c4c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4c00 0.000117
+gallium_dri.so free 0x5571735c4d40 void 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d70 0.000118
+gallium_dri.so free 0x5571735c4dc0 void 0.000117
+gallium_dri.so free 0x5571735c4d70 void 0.000178
+gallium_dri.so malloc 72 0x5571735c4d70 0.000119
+gallium_dri.so free 0x5571735c4ec0 void 0.000119
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000117
+gallium_dri.so free 0x5571735c4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f30 0.000116
+gallium_dri.so free 0x5571735c5000 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f30 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so free 0x5571735c4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f30 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735da930 0.000108
+gallium_dri.so free 0x5571735daa00 void 0.000197
+gallium_dri.so free 0x5571735da930 void 0.000163
+gallium_dri.so malloc 72 0x5571735daa50 0.000118
+gallium_dri.so free 0x5571735daac0 void 0.000119
+gallium_dri.so free 0x5571735daa50 void 0.000118
+gallium_dri.so malloc 72 0x5571735daae0 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735daae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dac00 void 0.000119
+gallium_dri.so free 0x5571735dab30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac00 0.000117
+gallium_dri.so free 0x5571735dacc0 void 0.000118
+gallium_dri.so free 0x5571735dac00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dac00 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000117
+gallium_dri.so free 0x5571735dac00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dad40 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000116
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad40 0.000117
+gallium_dri.so free 0x5571735daec0 void 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad40 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf30 0.000116
+gallium_dri.so free 0x5571735db000 void 0.000118
+gallium_dri.so free 0x5571735daf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735db050 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000117
+gallium_dri.so free 0x5571735db050 void 0.000118
+gallium_dri.so malloc 72 0x5571735db100 0.000117
+gallium_dri.so free 0x5571735db180 void 0.000117
+gallium_dri.so free 0x5571735db100 void 0.000117
+gallium_dri.so malloc 72 0x5571735db100 0.000129
+gallium_dri.so free 0x5571735db200 void 0.000119
+gallium_dri.so free 0x5571735db100 void 0.000117
+gallium_dri.so malloc 72 0x5571735db230 0.000118
+gallium_dri.so free 0x5571735db280 void 0.000119
+gallium_dri.so free 0x5571735db230 void 0.000118
+gallium_dri.so malloc 72 0x5571735db230 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so free 0x5571735db230 void 0.000118
+gallium_dri.so malloc 72 0x5571735db330 0.000118
+gallium_dri.so free 0x5571735db440 void 0.000119
+gallium_dri.so free 0x5571735db330 void 0.000118
+gallium_dri.so malloc 72 0x5571735db3f0 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000119
+gallium_dri.so free 0x5571735db3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3f0 0.000117
+gallium_dri.so free 0x5571735db540 void 0.000118
+gallium_dri.so free 0x5571735db3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5b0 0.000117
+gallium_dri.so free 0x5571735db600 void 0.000118
+gallium_dri.so free 0x5571735db5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5b0 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so free 0x5571735db5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db6b0 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db770 0.000124
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db770 0.000119
+gallium_dri.so free 0x5571735db8c0 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db900 0.000118
+gallium_dri.so free 0x5571735db980 void 0.000127
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so malloc 72 0x5571735db980 0.000120
+gallium_dri.so free 0x5571735dba40 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbb20 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000119
+gallium_dri.so free 0x5571735dbb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735dbc40 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000119
+gallium_dri.so free 0x5571735dbcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000117
+gallium_dri.so free 0x5571735dbfc0 void 0.000117
+gallium_dri.so free 0x5571735dbeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbf70 0.000139
+gallium_dri.so free 0x5571735dc040 void 0.000118
+gallium_dri.so free 0x5571735dbf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc090 0.000116
+gallium_dri.so free 0x5571735dc100 void 0.000117
+gallium_dri.so free 0x5571735dc090 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc120 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so free 0x5571735dc120 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc170 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc170 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc170 0.000116
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so free 0x5571735dc170 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000119
+gallium_dri.so free 0x5571735dc380 void 0.000128
+gallium_dri.so free 0x5571735dc2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so free 0x5571735dc2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc430 0.000117
+gallium_dri.so free 0x5571735dc4c0 void 0.000119
+gallium_dri.so free 0x5571735dc430 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc430 0.000118
+gallium_dri.so free 0x5571735dc580 void 0.000119
+gallium_dri.so free 0x5571735dc430 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000118
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc640 0.000119
+gallium_dri.so free 0x5571735dc700 void 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc640 0.000118
+gallium_dri.so free 0x5571735dc780 void 0.000118
+gallium_dri.so free 0x5571735dc640 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000118
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000119
+gallium_dri.so free 0x5571735dc7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc940 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000122
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000119
+gallium_dri.so free 0x5571735dcb00 void 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb30 0.000119
+gallium_dri.so free 0x5571735dcb80 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcc80 void 0.000118
+gallium_dri.so free 0x5571735dcb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc30 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000119
+gallium_dri.so free 0x5571735dcc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dccf0 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dccf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dccf0 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dccf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccf0 0.000118
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dccf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcef0 0.000119
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dcef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd010 0.000117
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so free 0x5571735dd010 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000117
+gallium_dri.so free 0x5571735dd0a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000117
+gallium_dri.so free 0x5571735dd1c0 void 0.000118
+gallium_dri.so free 0x5571735dd0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000119
+gallium_dri.so free 0x5571735dd1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000118
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so free 0x5571735dd1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000117
+gallium_dri.so free 0x5571735dd3c0 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd480 void 0.000118
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd540 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000120
+gallium_dri.so free 0x5571735dd5c0 void 0.000118
+gallium_dri.so free 0x5571735dd4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd610 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd610 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000118
+gallium_dri.so free 0x5571735dd740 void 0.000120
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000119
+gallium_dri.so free 0x5571735dd6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000117
+gallium_dri.so free 0x5571735dd840 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000119
+gallium_dri.so free 0x5571735dd8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000117
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so free 0x5571735dd9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddb70 0.000120
+gallium_dri.so free 0x5571735ddbc0 void 0.000118
+gallium_dri.so free 0x5571735ddb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb70 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000120
+gallium_dri.so free 0x5571735ddb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddc70 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so free 0x5571735ddc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735dddc0 void 0.000118
+gallium_dri.so free 0x5571735ddd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735dde80 void 0.000120
+gallium_dri.so free 0x5571735ddd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddec0 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de000 void 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0e0 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de0e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de200 void 0.000119
+gallium_dri.so free 0x5571735de130 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000118
+gallium_dri.so malloc 72 0x5571735de280 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so malloc 72 0x5571735de280 0.000118
+gallium_dri.so free 0x5571735de400 void 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so malloc 72 0x5571735de280 0.000116
+gallium_dri.so free 0x5571735de4c0 void 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so malloc 72 0x5571735de470 0.000118
+gallium_dri.so free 0x5571735de580 void 0.000117
+gallium_dri.so free 0x5571735de470 void 0.000117
+gallium_dri.so malloc 72 0x5571735de530 0.000117
+gallium_dri.so free 0x5571735de600 void 0.000117
+gallium_dri.so free 0x5571735de530 void 0.000118
+gallium_dri.so malloc 72 0x5571735de650 0.000117
+gallium_dri.so free 0x5571735de6c0 void 0.000119
+gallium_dri.so free 0x5571735de650 void 0.000117
+gallium_dri.so malloc 72 0x5571735de6e0 0.000124
+gallium_dri.so free 0x5571735de780 void 0.000118
+gallium_dri.so free 0x5571735de6e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de730 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000117
+gallium_dri.so free 0x5571735de730 void 0.000122
+gallium_dri.so malloc 72 0x5571735de730 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so free 0x5571735de730 void 0.000117
+gallium_dri.so malloc 72 0x5571735de880 0.000116
+gallium_dri.so free 0x5571735de940 void 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de880 0.000118
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so malloc 72 0x5571735de9f0 0.000118
+gallium_dri.so free 0x5571735dea80 void 0.000117
+gallium_dri.so free 0x5571735de9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000118
+gallium_dri.so free 0x5571735deb40 void 0.000117
+gallium_dri.so free 0x5571735de9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735deb80 0.000117
+gallium_dri.so free 0x5571735dec00 void 0.000117
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec00 0.000117
+gallium_dri.so free 0x5571735decc0 void 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec00 0.000128
+gallium_dri.so free 0x5571735ded40 void 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735ded70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000118
+gallium_dri.so malloc 72 0x5571735def00 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000117
+gallium_dri.so malloc 72 0x5571735def80 0.000117
+gallium_dri.so free 0x5571735df040 void 0.000118
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000117
+gallium_dri.so free 0x5571735df0c0 void 0.000117
+gallium_dri.so free 0x5571735def80 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df140 void 0.000117
+gallium_dri.so free 0x5571735df0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000120
+gallium_dri.so free 0x5571735df0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1f0 0.000118
+gallium_dri.so free 0x5571735df300 void 0.000118
+gallium_dri.so free 0x5571735df1f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735df2b0 0.000123
+gallium_dri.so free 0x5571735df380 void 0.000135
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2b0 0.000228
+gallium_dri.so free 0x5571735df440 void 0.000219
+gallium_dri.so free 0x5571735df2b0 void 0.000194
+gallium_dri.so malloc 72 0x5571735df2b0 0.000156
+gallium_dri.so free 0x5571735df500 void 0.000119
+gallium_dri.so free 0x5571735df2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df4b0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5d0 0.000116
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735df5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df660 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df660 void 0.000117
+gallium_dri.so malloc 72 0x5571735df6b0 0.000119
+gallium_dri.so free 0x5571735df780 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df780 0.000119
+gallium_dri.so free 0x5571735df840 void 0.000118
+gallium_dri.so free 0x5571735df780 void 0.000124
+gallium_dri.so malloc 72 0x5571735df780 0.000114
+gallium_dri.so free 0x5571735df8c0 void 0.000112
+gallium_dri.so free 0x5571735df780 void 0.000110
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735df980 void 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df8c0 0.000111
+gallium_dri.so free 0x5571735dfa40 void 0.000111
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfb00 void 0.000111
+gallium_dri.so free 0x5571735df8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfab0 0.000112
+gallium_dri.so free 0x5571735dfb80 void 0.000111
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000111
+gallium_dri.so free 0x5571735dfc40 void 0.000110
+gallium_dri.so free 0x5571735dfbd0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfc80 0.000112
+gallium_dri.so free 0x5571735dfd00 void 0.000111
+gallium_dri.so free 0x5571735dfc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfc80 0.000117
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000111
+gallium_dri.so free 0x5571735dfdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000123
+gallium_dri.so free 0x5571735dff00 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so free 0x5571735dfeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dff70 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000118
+gallium_dri.so free 0x5571735dff70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dff70 0.000116
+gallium_dri.so free 0x5571735e00c0 void 0.000118
+gallium_dri.so free 0x5571735dff70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0130 0.000116
+gallium_dri.so free 0x5571735e0180 void 0.000183
+gallium_dri.so free 0x5571735e0130 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0130 0.000125
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e0130 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0230 0.000120
+gallium_dri.so free 0x5571735e0340 void 0.000118
+gallium_dri.so free 0x5571735e0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02f0 0.000117
+gallium_dri.so free 0x5571735e0380 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000116
+gallium_dri.so free 0x5571735e0440 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735e0480 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e05c0 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06a0 0.000124
+gallium_dri.so free 0x5571735e0740 void 0.000119
+gallium_dri.so free 0x5571735e06a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so free 0x5571735e06f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0840 0.000120
+gallium_dri.so free 0x5571735e0900 void 0.000119
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0840 0.000117
+gallium_dri.so free 0x5571735e09c0 void 0.000117
+gallium_dri.so free 0x5571735e0840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0840 0.000117
+gallium_dri.so free 0x5571735e0a80 void 0.000125
+gallium_dri.so free 0x5571735e0840 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0a30 0.000111
+gallium_dri.so free 0x5571735e0b40 void 0.000111
+gallium_dri.so free 0x5571735e0a30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0af0 0.000111
+gallium_dri.so free 0x5571735e0bc0 void 0.000111
+gallium_dri.so free 0x5571735e0af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0c10 0.000111
+gallium_dri.so free 0x5571735e0c80 void 0.000111
+gallium_dri.so free 0x5571735e0c10 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000109
+gallium_dri.so free 0x5571735e0d40 void 0.000111
+gallium_dri.so free 0x5571735e0ca0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000110
+gallium_dri.so free 0x557173462440 void 0.000110
+gallium_dri.so free 0x5571735e0cf0 void 0.000111
+gallium_dri.so malloc 72 0x557173462480 0.000110
+gallium_dri.so free 0x557173462500 void 0.000109
+gallium_dri.so free 0x557173462480 void 0.000110
+gallium_dri.so malloc 72 0x557173462500 0.000111
+gallium_dri.so free 0x5571734625c0 void 0.000112
+gallium_dri.so free 0x557173462500 void 0.000110
+gallium_dri.so malloc 72 0x557173462500 0.000110
+gallium_dri.so free 0x5571735e0dc0 void 0.000110
+gallium_dri.so free 0x557173462500 void 0.000110
+gallium_dri.so malloc 72 0x557173462500 0.000110
+gallium_dri.so free 0x557173462640 void 0.000110
+gallium_dri.so free 0x557173462500 void 0.000111
+gallium_dri.so malloc 72 0x557173462500 0.000124
+gallium_dri.so free 0x557173462700 void 0.000125
+gallium_dri.so free 0x557173462500 void 0.000120
+gallium_dri.so malloc 72 0x557173462740 0.000119
+gallium_dri.so free 0x5571734627c0 void 0.000123
+gallium_dri.so free 0x557173462740 void 0.000122
+gallium_dri.so malloc 72 0x5571734627c0 0.000118
+gallium_dri.so free 0x557173462880 void 0.000119
+gallium_dri.so free 0x5571734627c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734627c0 0.000118
+gallium_dri.so free 0x557173462900 void 0.000115
+gallium_dri.so free 0x5571734627c0 void 0.000119
+gallium_dri.so malloc 72 0x557173462930 0.000119
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x557173462930 void 0.000114
+gallium_dri.so malloc 72 0x557173462930 0.000118
+gallium_dri.so free 0x557173462a80 void 0.000119
+gallium_dri.so free 0x557173462930 void 0.000117
+gallium_dri.so malloc 72 0x557173462ac0 0.000116
+gallium_dri.so free 0x557173462b40 void 0.000119
+gallium_dri.so free 0x557173462ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173462b40 0.000118
+gallium_dri.so free 0x557173462c00 void 0.000117
+gallium_dri.so free 0x557173462b40 void 0.000118
+gallium_dri.so malloc 72 0x557173462b40 0.000118
+gallium_dri.so free 0x557173462c80 void 0.000126
+gallium_dri.so free 0x557173462b40 void 0.000124
+gallium_dri.so malloc 72 0x557173462cb0 0.000118
+gallium_dri.so free 0x557173462d00 void 0.000119
+gallium_dri.so free 0x557173462cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173462cb0 0.000118
+gallium_dri.so free 0x557173462e00 void 0.000118
+gallium_dri.so free 0x557173462cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173462db0 0.000118
+gallium_dri.so free 0x557173462ec0 void 0.000117
+gallium_dri.so free 0x557173462db0 void 0.000117
+gallium_dri.so malloc 72 0x557173462e70 0.000117
+gallium_dri.so free 0x557173462f40 void 0.000118
+gallium_dri.so free 0x557173462e70 void 0.000118
+gallium_dri.so malloc 72 0x557173462e70 0.000119
+gallium_dri.so free 0x557173463000 void 0.000119
+gallium_dri.so free 0x557173462e70 void 0.000118
+gallium_dri.so malloc 72 0x557173462e70 0.000117
+gallium_dri.so free 0x5571734630c0 void 0.000118
+gallium_dri.so free 0x557173462e70 void 0.000119
+gallium_dri.so malloc 72 0x557173463070 0.000118
+gallium_dri.so free 0x557173463140 void 0.000120
+gallium_dri.so free 0x557173463070 void 0.000119
+gallium_dri.so malloc 72 0x557173463190 0.000117
+gallium_dri.so free 0x557173463200 void 0.000119
+gallium_dri.so free 0x557173463190 void 0.000118
+gallium_dri.so malloc 72 0x557173463220 0.000118
+gallium_dri.so free 0x5571734632c0 void 0.000126
+gallium_dri.so free 0x557173463220 void 0.000121
+gallium_dri.so malloc 72 0x557173463270 0.000120
+gallium_dri.so free 0x557173463340 void 0.000118
+gallium_dri.so free 0x557173463270 void 0.000119
+gallium_dri.so malloc 72 0x557173463340 0.000119
+gallium_dri.so free 0x557173463400 void 0.000119
+gallium_dri.so free 0x557173463340 void 0.000119
+gallium_dri.so malloc 72 0x557173463340 0.000118
+gallium_dri.so free 0x557173463480 void 0.000119
+gallium_dri.so free 0x557173463340 void 0.000118
+gallium_dri.so malloc 72 0x557173463480 0.000118
+gallium_dri.so free 0x557173463540 void 0.000119
+gallium_dri.so free 0x557173463480 void 0.000119
+gallium_dri.so malloc 72 0x557173463480 0.000117
+gallium_dri.so free 0x557173463600 void 0.000118
+gallium_dri.so free 0x557173463480 void 0.000118
+gallium_dri.so malloc 72 0x557173463480 0.000117
+gallium_dri.so free 0x5571734636c0 void 0.000118
+gallium_dri.so free 0x557173463480 void 0.000118
+gallium_dri.so malloc 72 0x557173463670 0.000119
+gallium_dri.so free 0x557173463740 void 0.000119
+gallium_dri.so free 0x557173463670 void 0.000119
+gallium_dri.so malloc 72 0x557173463790 0.000118
+gallium_dri.so free 0x557173463800 void 0.000118
+gallium_dri.so free 0x557173463790 void 0.000118
+gallium_dri.so malloc 72 0x557173463840 0.000168
+gallium_dri.so free 0x5571734638c0 void 0.000118
+gallium_dri.so free 0x557173463840 void 0.000118
+gallium_dri.so malloc 72 0x557173463840 0.000120
+gallium_dri.so free 0x557173463940 void 0.000118
+gallium_dri.so free 0x557173463840 void 0.000117
+gallium_dri.so malloc 72 0x557173463970 0.000118
+gallium_dri.so free 0x5571734639c0 void 0.000118
+gallium_dri.so free 0x557173463970 void 0.000117
+gallium_dri.so malloc 72 0x557173463970 0.000118
+gallium_dri.so free 0x557173463ac0 void 0.000120
+gallium_dri.so free 0x557173463970 void 0.000119
+gallium_dri.so malloc 72 0x557173463a70 0.000118
+gallium_dri.so free 0x557173463b80 void 0.000117
+gallium_dri.so free 0x557173463a70 void 0.000118
+gallium_dri.so malloc 72 0x557173463b30 0.000117
+gallium_dri.so free 0x557173463bc0 void 0.000118
+gallium_dri.so free 0x557173463b30 void 0.000123
+gallium_dri.so malloc 72 0x557173463b30 0.000119
+gallium_dri.so free 0x557173463c80 void 0.000119
+gallium_dri.so free 0x557173463b30 void 0.000117
+gallium_dri.so malloc 72 0x557173463cf0 0.000118
+gallium_dri.so free 0x557173463d40 void 0.000118
+gallium_dri.so free 0x557173463cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173463cf0 0.000119
+gallium_dri.so free 0x557173463e40 void 0.000118
+gallium_dri.so free 0x557173463cf0 void 0.000126
+gallium_dri.so malloc 72 0x557173463df0 0.000118
+gallium_dri.so free 0x557173463f00 void 0.000117
+gallium_dri.so free 0x557173463df0 void 0.000118
+gallium_dri.so malloc 72 0x557173463eb0 0.000119
+gallium_dri.so free 0x557173463f40 void 0.000120
+gallium_dri.so free 0x557173463eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173463eb0 0.000117
+gallium_dri.so free 0x557173464000 void 0.000118
+gallium_dri.so free 0x557173463eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173464040 0.000117
+gallium_dri.so free 0x5571734640c0 void 0.000118
+gallium_dri.so free 0x557173464040 void 0.000119
+gallium_dri.so malloc 72 0x5571734640c0 0.000119
+gallium_dri.so free 0x557173464180 void 0.000118
+gallium_dri.so free 0x5571734640c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734640c0 0.000116
+gallium_dri.so free 0x557173464240 void 0.000118
+gallium_dri.so free 0x5571734640c0 void 0.000117
+gallium_dri.so malloc 72 0x557173464260 0.000120
+gallium_dri.so free 0x557173464300 void 0.000119
+gallium_dri.so free 0x557173464260 void 0.000116
+gallium_dri.so malloc 72 0x5571734642b0 0.000118
+gallium_dri.so free 0x557173464380 void 0.000118
+gallium_dri.so free 0x5571734642b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734642b0 0.000117
+gallium_dri.so free 0x557173464400 void 0.000119
+gallium_dri.so free 0x5571734642b0 void 0.000126
+gallium_dri.so malloc 72 0x557173464400 0.000119
+gallium_dri.so free 0x5571734644c0 void 0.000119
+gallium_dri.so free 0x557173464400 void 0.000119
+gallium_dri.so malloc 72 0x557173464400 0.000118
+gallium_dri.so free 0x557173464580 void 0.000117
+gallium_dri.so free 0x557173464400 void 0.000120
+gallium_dri.so malloc 72 0x557173464400 0.000118
+gallium_dri.so free 0x557173464640 void 0.000118
+gallium_dri.so free 0x557173464400 void 0.000118
+gallium_dri.so malloc 72 0x5571734645f0 0.000120
+gallium_dri.so free 0x557173464700 void 0.000119
+gallium_dri.so free 0x5571734645f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734646b0 0.000118
+gallium_dri.so free 0x557173464780 void 0.000118
+gallium_dri.so free 0x5571734646b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734647d0 0.000118
+gallium_dri.so free 0x557173464840 void 0.000119
+gallium_dri.so free 0x5571734647d0 void 0.000119
+gallium_dri.so malloc 72 0x557173464860 0.000119
+gallium_dri.so free 0x557173464900 void 0.000118
+gallium_dri.so free 0x557173464860 void 0.000118
+gallium_dri.so malloc 72 0x5571734648b0 0.000119
+gallium_dri.so free 0x557173464980 void 0.000118
+gallium_dri.so free 0x5571734648b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734648b0 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000193
+gallium_dri.so free 0x5571734648b0 void 0.000119
+gallium_dri.so malloc 72 0x557173464a00 0.000118
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000118
+gallium_dri.so malloc 72 0x557173464a00 0.000118
+gallium_dri.so free 0x557173464bc0 void 0.000118
+gallium_dri.so free 0x557173464a00 void 0.000123
+gallium_dri.so malloc 72 0x557173464b70 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so free 0x557173464b70 void 0.000118
+gallium_dri.so malloc 72 0x557173464b70 0.000118
+gallium_dri.so free 0x557173464cc0 void 0.000119
+gallium_dri.so free 0x557173464b70 void 0.000119
+gallium_dri.so malloc 72 0x557173464d00 0.000119
+gallium_dri.so free 0x557173464d80 void 0.000118
+gallium_dri.so free 0x557173464d00 void 0.000118
+gallium_dri.so malloc 72 0x557173464d80 0.000118
+gallium_dri.so free 0x557173464e40 void 0.000118
+gallium_dri.so free 0x557173464d80 void 0.000118
+gallium_dri.so malloc 72 0x557173464d80 0.000117
+gallium_dri.so free 0x557173464ec0 void 0.000119
+gallium_dri.so free 0x557173464d80 void 0.000118
+gallium_dri.so malloc 72 0x557173464ef0 0.000117
+gallium_dri.so free 0x557173464f40 void 0.000117
+gallium_dri.so free 0x557173464ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173464ef0 0.000125
+gallium_dri.so free 0x557173465040 void 0.000119
+gallium_dri.so free 0x557173464ef0 void 0.000121
+gallium_dri.so malloc 72 0x557173465080 0.000118
+gallium_dri.so free 0x557173465100 void 0.000117
+gallium_dri.so free 0x557173465080 void 0.000117
+gallium_dri.so malloc 72 0x557173465100 0.000118
+gallium_dri.so free 0x5571734651c0 void 0.000118
+gallium_dri.so free 0x557173465100 void 0.000119
+gallium_dri.so malloc 72 0x557173465100 0.000119
+gallium_dri.so free 0x557173465240 void 0.000117
+gallium_dri.so free 0x557173465100 void 0.000115
+gallium_dri.so malloc 72 0x557173465270 0.000118
+gallium_dri.so free 0x5571734652c0 void 0.000117
+gallium_dri.so free 0x557173465270 void 0.000117
+gallium_dri.so malloc 72 0x557173465270 0.000118
+gallium_dri.so free 0x5571734653c0 void 0.000210
+gallium_dri.so free 0x557173465270 void 0.000158
+gallium_dri.so malloc 72 0x557173465370 0.000151
+gallium_dri.so free 0x557173465480 void 0.000119
+gallium_dri.so free 0x557173465370 void 0.000116
+gallium_dri.so malloc 72 0x557173465430 0.000117
+gallium_dri.so free 0x557173465500 void 0.000117
+gallium_dri.so free 0x557173465430 void 0.000117
+gallium_dri.so malloc 72 0x557173465430 0.000118
+gallium_dri.so free 0x5571734655c0 void 0.000117
+gallium_dri.so free 0x557173465430 void 0.000120
+gallium_dri.so malloc 72 0x557173465430 0.000116
+gallium_dri.so free 0x557173465680 void 0.000119
+gallium_dri.so free 0x557173465430 void 0.000118
+gallium_dri.so malloc 72 0x557173465630 0.000116
+gallium_dri.so free 0x557173465700 void 0.000118
+gallium_dri.so free 0x557173465630 void 0.000118
+gallium_dri.so malloc 72 0x557173465750 0.000117
+gallium_dri.so free 0x5571734657c0 void 0.000117
+gallium_dri.so free 0x557173465750 void 0.000123
+gallium_dri.so malloc 72 0x5571734657e0 0.000119
+gallium_dri.so free 0x557173465880 void 0.000119
+gallium_dri.so free 0x5571734657e0 void 0.000119
+gallium_dri.so malloc 72 0x557173465830 0.000118
+gallium_dri.so free 0x557173465900 void 0.000121
+gallium_dri.so free 0x557173465830 void 0.000119
+gallium_dri.so malloc 72 0x557173465900 0.000118
+gallium_dri.so free 0x5571734659c0 void 0.000119
+gallium_dri.so free 0x557173465900 void 0.000119
+gallium_dri.so malloc 72 0x557173465900 0.000119
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so free 0x557173465900 void 0.000116
+gallium_dri.so malloc 72 0x557173465a40 0.000119
+gallium_dri.so free 0x557173465b00 void 0.000124
+gallium_dri.so free 0x557173465a40 void 0.000120
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465bc0 void 0.000169
+gallium_dri.so free 0x557173465a40 void 0.000120
+gallium_dri.so malloc 72 0x557173465a40 0.000118
+gallium_dri.so free 0x557173465c80 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000116
+gallium_dri.so malloc 72 0x557173465c30 0.000118
+gallium_dri.so free 0x557173465d00 void 0.000119
+gallium_dri.so free 0x557173465c30 void 0.000118
+gallium_dri.so malloc 72 0x557173465d50 0.000119
+gallium_dri.so free 0x557173465dc0 void 0.000119
+gallium_dri.so free 0x557173465d50 void 0.000118
+gallium_dri.so malloc 72 0x557173465e00 0.000119
+gallium_dri.so free 0x557173465e80 void 0.000119
+gallium_dri.so free 0x557173465e00 void 0.000118
+gallium_dri.so malloc 72 0x557173465e00 0.000118
+gallium_dri.so free 0x557173465f00 void 0.000118
+gallium_dri.so free 0x557173465e00 void 0.000118
+gallium_dri.so malloc 72 0x557173465f30 0.000119
+gallium_dri.so free 0x557173465f80 void 0.000119
+gallium_dri.so free 0x557173465f30 void 0.000119
+gallium_dri.so malloc 72 0x557173465f30 0.000117
+gallium_dri.so free 0x557173466080 void 0.000119
+gallium_dri.so free 0x557173465f30 void 0.000118
+gallium_dri.so malloc 72 0x557173466030 0.000118
+gallium_dri.so free 0x557173466140 void 0.000119
+gallium_dri.so free 0x557173466030 void 0.000119
+gallium_dri.so malloc 72 0x5571734660f0 0.000128
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so free 0x5571734660f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734660f0 0.000119
+gallium_dri.so free 0x557173466240 void 0.000119
+gallium_dri.so free 0x5571734660f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734662b0 0.000118
+gallium_dri.so free 0x557173466300 void 0.000119
+gallium_dri.so free 0x5571734662b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734662b0 0.000119
+gallium_dri.so free 0x557173466400 void 0.000118
+gallium_dri.so free 0x5571734662b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734663b0 0.000118
+gallium_dri.so free 0x5571734664c0 void 0.000120
+gallium_dri.so free 0x5571734663b0 void 0.000119
+gallium_dri.so malloc 72 0x557173466470 0.000119
+gallium_dri.so free 0x557173466500 void 0.000118
+gallium_dri.so free 0x557173466470 void 0.000118
+gallium_dri.so malloc 72 0x557173466470 0.000118
+gallium_dri.so free 0x5571734665c0 void 0.000120
+gallium_dri.so free 0x557173466470 void 0.000119
+gallium_dri.so malloc 72 0x557173466600 0.000119
+gallium_dri.so free 0x557173466680 void 0.000119
+gallium_dri.so free 0x557173466600 void 0.000118
+gallium_dri.so malloc 72 0x557173466680 0.000119
+gallium_dri.so free 0x557173466740 void 0.000119
+gallium_dri.so free 0x557173466680 void 0.000119
+gallium_dri.so malloc 72 0x557173466680 0.000121
+gallium_dri.so free 0x557173466800 void 0.000119
+gallium_dri.so free 0x557173466680 void 0.000119
+gallium_dri.so malloc 72 0x557173466820 0.000118
+gallium_dri.so free 0x5571734668c0 void 0.000120
+gallium_dri.so free 0x557173466820 void 0.000118
+gallium_dri.so malloc 72 0x557173466870 0.000119
+gallium_dri.so free 0x557173466940 void 0.000119
+gallium_dri.so free 0x557173466870 void 0.000119
+gallium_dri.so malloc 72 0x557173466870 0.000118
+gallium_dri.so free 0x5571734669c0 void 0.000119
+gallium_dri.so free 0x557173466870 void 0.000119
+gallium_dri.so malloc 72 0x5571734669c0 0.000119
+gallium_dri.so free 0x557173466a80 void 0.000123
+gallium_dri.so free 0x5571734669c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734669c0 0.000119
+gallium_dri.so free 0x557173466b40 void 0.000119
+gallium_dri.so free 0x5571734669c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734669c0 0.000117
+gallium_dri.so free 0x557173466c00 void 0.000119
+gallium_dri.so free 0x5571734669c0 void 0.000121
+gallium_dri.so malloc 72 0x557173466bb0 0.000119
+gallium_dri.so free 0x557173466cc0 void 0.000120
+gallium_dri.so free 0x557173466bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173466c70 0.000119
+gallium_dri.so free 0x557173466d40 void 0.000119
+gallium_dri.so free 0x557173466c70 void 0.000170
+gallium_dri.so malloc 72 0x557173466d90 0.000120
+gallium_dri.so free 0x557173466e00 void 0.000119
+gallium_dri.so free 0x557173466d90 void 0.000119
+gallium_dri.so malloc 72 0x557173466e20 0.000157
+gallium_dri.so free 0x557173466ec0 void 0.000120
+gallium_dri.so free 0x557173466e20 void 0.000117
+gallium_dri.so malloc 72 0x557173466e70 0.000120
+gallium_dri.so free 0x557173466f40 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000118
+gallium_dri.so malloc 72 0x557173466e70 0.000119
+gallium_dri.so free 0x557173466fc0 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000120
+gallium_dri.so malloc 72 0x557173466fc0 0.000118
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000123
+gallium_dri.so malloc 72 0x557173466fc0 0.000125
+gallium_dri.so free 0x557173467180 void 0.000125
+gallium_dri.so free 0x557173466fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173467130 0.000118
+gallium_dri.so free 0x5571734671c0 void 0.000119
+gallium_dri.so free 0x557173467130 void 0.000119
+gallium_dri.so malloc 72 0x557173467130 0.000118
+gallium_dri.so free 0x557173467280 void 0.000118
+gallium_dri.so free 0x557173467130 void 0.000118
+gallium_dri.so malloc 72 0x5571734672c0 0.000126
+gallium_dri.so free 0x557173467340 void 0.000119
+gallium_dri.so free 0x5571734672c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467340 0.000119
+gallium_dri.so free 0x557173467400 void 0.000120
+gallium_dri.so free 0x557173467340 void 0.000118
+gallium_dri.so malloc 72 0x557173467340 0.000119
+gallium_dri.so free 0x557173467480 void 0.000119
+gallium_dri.so free 0x557173467340 void 0.000118
+gallium_dri.so malloc 72 0x5571734674b0 0.000119
+gallium_dri.so free 0x557173467500 void 0.000120
+gallium_dri.so free 0x5571734674b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734674b0 0.000119
+gallium_dri.so free 0x557173467600 void 0.000119
+gallium_dri.so free 0x5571734674b0 void 0.000119
+gallium_dri.so malloc 72 0x557173467640 0.000118
+gallium_dri.so free 0x5571734676c0 void 0.000119
+gallium_dri.so free 0x557173467640 void 0.000119
+gallium_dri.so malloc 72 0x5571734676c0 0.000118
+gallium_dri.so free 0x557173467780 void 0.000119
+gallium_dri.so free 0x5571734676c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734676c0 0.000118
+gallium_dri.so free 0x557173467800 void 0.000118
+gallium_dri.so free 0x5571734676c0 void 0.000117
+gallium_dri.so malloc 72 0x557173467830 0.000119
+gallium_dri.so free 0x557173467880 void 0.000119
+gallium_dri.so free 0x557173467830 void 0.000119
+gallium_dri.so malloc 72 0x557173467830 0.000114
+gallium_dri.so free 0x557173467980 void 0.000111
+gallium_dri.so free 0x557173467830 void 0.000110
+gallium_dri.so malloc 72 0x557173467930 0.000111
+gallium_dri.so free 0x557173467a40 void 0.000115
+gallium_dri.so free 0x557173467930 void 0.000111
+gallium_dri.so malloc 72 0x5571734679f0 0.000110
+gallium_dri.so free 0x557173467ac0 void 0.000111
+gallium_dri.so free 0x5571734679f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734679f0 0.000112
+gallium_dri.so free 0x557173467b80 void 0.000110
+gallium_dri.so free 0x5571734679f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734679f0 0.000112
+gallium_dri.so free 0x557173467c40 void 0.000113
+gallium_dri.so free 0x5571734679f0 void 0.000112
+gallium_dri.so malloc 72 0x557173467bf0 0.000110
+gallium_dri.so free 0x557173467cc0 void 0.000110
+gallium_dri.so free 0x557173467bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173467d10 0.000111
+gallium_dri.so free 0x557173467d80 void 0.000111
+gallium_dri.so free 0x557173467d10 void 0.000110
+gallium_dri.so malloc 72 0x557173467da0 0.000116
+gallium_dri.so free 0x557173467e40 void 0.000119
+gallium_dri.so free 0x557173467da0 void 0.000115
+gallium_dri.so malloc 72 0x557173467df0 0.000113
+gallium_dri.so free 0x557173467ec0 void 0.000112
+gallium_dri.so free 0x557173467df0 void 0.000110
+gallium_dri.so malloc 72 0x557173467ec0 0.000179
+gallium_dri.so free 0x557173467f80 void 0.000116
+gallium_dri.so free 0x557173467ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ec0 0.000114
+gallium_dri.so free 0x557173468000 void 0.000116
+gallium_dri.so free 0x557173467ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173468000 0.000121
+gallium_dri.so free 0x5571734680c0 void 0.000115
+gallium_dri.so free 0x557173468000 void 0.000112
+gallium_dri.so malloc 72 0x557173468000 0.000113
+gallium_dri.so free 0x557173468180 void 0.000113
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so malloc 72 0x557173468000 0.000115
+gallium_dri.so free 0x557173468240 void 0.000116
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so malloc 72 0x5571734681f0 0.000114
+gallium_dri.so free 0x5571734682c0 void 0.000113
+gallium_dri.so free 0x5571734681f0 void 0.000114
+gallium_dri.so malloc 72 0x557173468310 0.000113
+gallium_dri.so free 0x557173468380 void 0.000114
+gallium_dri.so free 0x557173468310 void 0.000113
+gallium_dri.so malloc 72 0x5571734683c0 0.000113
+gallium_dri.so free 0x557173468440 void 0.000115
+gallium_dri.so free 0x5571734683c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734683c0 0.000113
+gallium_dri.so free 0x5571734684c0 void 0.000113
+gallium_dri.so free 0x5571734683c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734684f0 0.000126
+gallium_dri.so free 0x557173468540 void 0.000115
+gallium_dri.so free 0x5571734684f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734684f0 0.000116
+gallium_dri.so free 0x557173468640 void 0.000114
+gallium_dri.so free 0x5571734684f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734685f0 0.000112
+gallium_dri.so free 0x557173468700 void 0.000116
+gallium_dri.so free 0x5571734685f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734686b0 0.000114
+gallium_dri.so free 0x557173468740 void 0.000115
+gallium_dri.so free 0x5571734686b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734686b0 0.000118
+gallium_dri.so free 0x557173468800 void 0.000118
+gallium_dri.so free 0x5571734686b0 void 0.000121
+gallium_dri.so malloc 72 0x557173468870 0.000124
+gallium_dri.so free 0x5571734688c0 void 0.000119
+gallium_dri.so free 0x557173468870 void 0.000114
+gallium_dri.so malloc 72 0x557173468870 0.000113
+gallium_dri.so free 0x5571734689c0 void 0.000114
+gallium_dri.so free 0x557173468870 void 0.000117
+gallium_dri.so malloc 72 0x557173468970 0.000114
+gallium_dri.so free 0x557173468a80 void 0.000114
+gallium_dri.so free 0x557173468970 void 0.000113
+gallium_dri.so malloc 72 0x557173468a30 0.000112
+gallium_dri.so free 0x557173468ac0 void 0.000115
+gallium_dri.so free 0x557173468a30 void 0.000114
+gallium_dri.so malloc 72 0x557173468a30 0.000127
+gallium_dri.so free 0x557173468b80 void 0.000114
+gallium_dri.so free 0x557173468a30 void 0.000114
+gallium_dri.so malloc 72 0x557173468bc0 0.000116
+gallium_dri.so free 0x557173468c40 void 0.000113
+gallium_dri.so free 0x557173468bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173468c40 0.000113
+gallium_dri.so free 0x557173468d00 void 0.000113
+gallium_dri.so free 0x557173468c40 void 0.000113
+gallium_dri.so malloc 72 0x557173468c40 0.000114
+gallium_dri.so free 0x557173468dc0 void 0.000114
+gallium_dri.so free 0x557173468c40 void 0.000114
+gallium_dri.so malloc 72 0x557173468de0 0.000113
+gallium_dri.so free 0x557173468e80 void 0.000114
+gallium_dri.so free 0x557173468de0 void 0.000113
+gallium_dri.so malloc 72 0x557173468e30 0.000114
+gallium_dri.so free 0x557173468f00 void 0.000113
+gallium_dri.so free 0x557173468e30 void 0.000112
+gallium_dri.so malloc 72 0x557173468e30 0.000113
+gallium_dri.so free 0x557173468f80 void 0.000114
+gallium_dri.so free 0x557173468e30 void 0.000113
+gallium_dri.so malloc 72 0x557173468f80 0.000112
+gallium_dri.so free 0x557173469040 void 0.000115
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so malloc 72 0x557173468f80 0.000113
+gallium_dri.so free 0x557173469100 void 0.000113
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so malloc 72 0x557173468f80 0.000113
+gallium_dri.so free 0x5571734691c0 void 0.000115
+gallium_dri.so free 0x557173468f80 void 0.000114
+gallium_dri.so malloc 72 0x557173469170 0.000112
+gallium_dri.so free 0x557173469280 void 0.000112
+gallium_dri.so free 0x557173469170 void 0.000113
+gallium_dri.so malloc 72 0x557173469230 0.000113
+gallium_dri.so free 0x557173469300 void 0.000112
+gallium_dri.so free 0x557173469230 void 0.000111
+gallium_dri.so malloc 72 0x557173469350 0.000112
+gallium_dri.so free 0x5571734693c0 void 0.000113
+gallium_dri.so free 0x557173469350 void 0.000112
+gallium_dri.so malloc 72 0x5571734693e0 0.000113
+gallium_dri.so free 0x557173469480 void 0.000112
+gallium_dri.so free 0x5571734693e0 void 0.000113
+gallium_dri.so malloc 72 0x557173469430 0.000112
+gallium_dri.so free 0x557173469500 void 0.000113
+gallium_dri.so free 0x557173469430 void 0.000115
+gallium_dri.so malloc 72 0x557173469430 0.000113
+gallium_dri.so free 0x557173469580 void 0.000112
+gallium_dri.so free 0x557173469430 void 0.000113
+gallium_dri.so malloc 72 0x557173469580 0.000115
+gallium_dri.so free 0x557173469640 void 0.000113
+gallium_dri.so free 0x557173469580 void 0.000112
+gallium_dri.so malloc 72 0x557173469580 0.000112
+gallium_dri.so free 0x557173469740 void 0.000117
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so malloc 72 0x5571734696f0 0.000113
+gallium_dri.so free 0x5571735ceb40 void 0.000128
+gallium_dri.so free 0x5571734696f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000113
+gallium_dri.so free 0x5571735cebc0 void 0.000114
+gallium_dri.so free 0x5571735ceaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000113
+gallium_dri.so free 0x5571735cec40 void 0.000114
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec40 0.000115
+gallium_dri.so free 0x5571735ced00 void 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec40 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec40 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee30 0.000113
+gallium_dri.so free 0x5571735cee80 void 0.000115
+gallium_dri.so free 0x5571735cee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee30 0.000113
+gallium_dri.so free 0x5571735cef80 void 0.000113
+gallium_dri.so free 0x5571735cee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cef30 0.000118
+gallium_dri.so free 0x5571735cf040 void 0.000123
+gallium_dri.so free 0x5571735cef30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ceff0 0.000123
+gallium_dri.so free 0x5571735cf080 void 0.000127
+gallium_dri.so free 0x5571735ceff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceff0 0.000117
+gallium_dri.so free 0x5571735cf140 void 0.000114
+gallium_dri.so free 0x5571735ceff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf180 0.000114
+gallium_dri.so free 0x5571735cf200 void 0.000113
+gallium_dri.so free 0x5571735cf180 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf200 0.000114
+gallium_dri.so free 0x5571735cf2c0 void 0.000114
+gallium_dri.so free 0x5571735cf200 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf200 0.000114
+gallium_dri.so free 0x5571735cf380 void 0.000113
+gallium_dri.so free 0x5571735cf200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf3a0 0.000114
+gallium_dri.so free 0x5571735cf440 void 0.000114
+gallium_dri.so free 0x5571735cf3a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so free 0x5571735cf3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so free 0x5571735cf3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf540 0.000117
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf540 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000127
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf540 0.000113
+gallium_dri.so free 0x5571735cf780 void 0.000114
+gallium_dri.so free 0x5571735cf540 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf730 0.000113
+gallium_dri.so free 0x5571735cf840 void 0.000115
+gallium_dri.so free 0x5571735cf730 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000113
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x5571735cf7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf910 0.000113
+gallium_dri.so free 0x5571735cf980 void 0.000115
+gallium_dri.so free 0x5571735cf910 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9a0 0.000113
+gallium_dri.so free 0x5571735cfa40 void 0.000114
+gallium_dri.so free 0x5571735cf9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000114
+gallium_dri.so free 0x5571735cfac0 void 0.000113
+gallium_dri.so free 0x5571735cf9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so free 0x5571735cf9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb40 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000121
+gallium_dri.so free 0x5571735cfb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so free 0x5571735cfcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfec0 0.000116
+gallium_dri.so free 0x5571735cff80 void 0.000117
+gallium_dri.so free 0x5571735cfec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfec0 0.000116
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so free 0x5571735cfec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0030 0.000117
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x5571735d0030 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0030 0.000116
+gallium_dri.so free 0x5571735d0180 void 0.000117
+gallium_dri.so free 0x5571735d0030 void 0.000117
+gallium_dri.so malloc 72 0x5571735d01c0 0.000117
+gallium_dri.so free 0x5571735d0240 void 0.000117
+gallium_dri.so free 0x5571735d01c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0240 0.000116
+gallium_dri.so free 0x5571735d0300 void 0.000156
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0240 0.000118
+gallium_dri.so free 0x5571735d0380 void 0.000117
+gallium_dri.so free 0x5571735d0240 void 0.000116
+gallium_dri.so malloc 72 0x5571735d03b0 0.000116
+gallium_dri.so free 0x5571735d0400 void 0.000117
+gallium_dri.so free 0x5571735d03b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d03b0 0.000117
+gallium_dri.so free 0x5571735d0500 void 0.000118
+gallium_dri.so free 0x5571735d03b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d04b0 0.000116
+gallium_dri.so free 0x5571735d05c0 void 0.000116
+gallium_dri.so free 0x5571735d04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0570 0.000116
+gallium_dri.so free 0x5571735d0640 void 0.000117
+gallium_dri.so free 0x5571735d0570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0570 0.000119
+gallium_dri.so free 0x5571735d0700 void 0.000117
+gallium_dri.so free 0x5571735d0570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0570 0.000117
+gallium_dri.so free 0x5571735d07c0 void 0.000118
+gallium_dri.so free 0x5571735d0570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0770 0.000118
+gallium_dri.so free 0x5571735d0840 void 0.000117
+gallium_dri.so free 0x5571735d0770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0890 0.000117
+gallium_dri.so free 0x5571735d0900 void 0.000129
+gallium_dri.so free 0x5571735d0890 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0920 0.000119
+gallium_dri.so free 0x5571735d09c0 void 0.000117
+gallium_dri.so free 0x5571735d0920 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0970 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so free 0x5571735d0970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a40 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a40 0.000117
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b80 0.000117
+gallium_dri.so free 0x5571735d0c40 void 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b80 0.000116
+gallium_dri.so free 0x5571735d0d00 void 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b80 0.000117
+gallium_dri.so free 0x5571735d0dc0 void 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0d70 0.000118
+gallium_dri.so free 0x5571735d0e40 void 0.000119
+gallium_dri.so free 0x5571735d0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0e90 0.000122
+gallium_dri.so free 0x5571735d0f00 void 0.000119
+gallium_dri.so free 0x5571735d0e90 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0f40 0.000117
+gallium_dri.so free 0x5571735d0fc0 void 0.000118
+gallium_dri.so free 0x5571735d0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f40 0.000117
+gallium_dri.so free 0x5571735d1040 void 0.000117
+gallium_dri.so free 0x5571735d0f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1070 0.000117
+gallium_dri.so free 0x5571735d10c0 void 0.000125
+gallium_dri.so free 0x5571735d1070 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1070 0.000199
+gallium_dri.so free 0x5571735d11c0 void 0.000154
+gallium_dri.so free 0x5571735d1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1170 0.000117
+gallium_dri.so free 0x5571735d1280 void 0.000118
+gallium_dri.so free 0x5571735d1170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1230 0.000118
+gallium_dri.so free 0x5571735d12c0 void 0.000117
+gallium_dri.so free 0x5571735d1230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1230 0.000117
+gallium_dri.so free 0x5571735d1380 void 0.000117
+gallium_dri.so free 0x5571735d1230 void 0.000120
+gallium_dri.so malloc 72 0x5571735d13f0 0.000117
+gallium_dri.so free 0x5571735d1440 void 0.000118
+gallium_dri.so free 0x5571735d13f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d13f0 0.000118
+gallium_dri.so free 0x5571735d1540 void 0.000117
+gallium_dri.so free 0x5571735d13f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d14f0 0.000116
+gallium_dri.so free 0x5571735d1600 void 0.000118
+gallium_dri.so free 0x5571735d14f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d15b0 0.000117
+gallium_dri.so free 0x5571735d1640 void 0.000118
+gallium_dri.so free 0x5571735d15b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d15b0 0.000116
+gallium_dri.so free 0x5571735d1700 void 0.000118
+gallium_dri.so free 0x5571735d15b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1740 0.000118
+gallium_dri.so free 0x5571735d17c0 void 0.000117
+gallium_dri.so free 0x5571735d1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17c0 0.000116
+gallium_dri.so free 0x5571735d1880 void 0.000118
+gallium_dri.so free 0x5571735d17c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d17c0 0.000117
+gallium_dri.so free 0x5571735d1940 void 0.000119
+gallium_dri.so free 0x5571735d17c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1960 0.000116
+gallium_dri.so free 0x5571735d1a00 void 0.000116
+gallium_dri.so free 0x5571735d1960 void 0.000116
+gallium_dri.so malloc 72 0x5571735d19b0 0.000116
+gallium_dri.so free 0x5571735d1a80 void 0.000116
+gallium_dri.so free 0x5571735d19b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d19b0 0.000117
+gallium_dri.so free 0x5571735d1b00 void 0.000117
+gallium_dri.so free 0x5571735d19b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1b00 0.000118
+gallium_dri.so free 0x5571735d1bc0 void 0.000118
+gallium_dri.so free 0x5571735d1b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1b00 0.000116
+gallium_dri.so free 0x5571735d1c80 void 0.000118
+gallium_dri.so free 0x5571735d1b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1b00 0.000118
+gallium_dri.so free 0x5571735d1d40 void 0.000116
+gallium_dri.so free 0x5571735d1b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000121
+gallium_dri.so free 0x5571735d1e00 void 0.000117
+gallium_dri.so free 0x5571735d1cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1db0 0.000117
+gallium_dri.so free 0x5571735d1e80 void 0.000118
+gallium_dri.so free 0x5571735d1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1ed0 0.000119
+gallium_dri.so free 0x5571735d1f40 void 0.000117
+gallium_dri.so free 0x5571735d1ed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1f60 0.000117
+gallium_dri.so free 0x5571735d2000 void 0.000117
+gallium_dri.so free 0x5571735d1f60 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000117
+gallium_dri.so free 0x5571735d2080 void 0.000145
+gallium_dri.so free 0x5571735d1fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000119
+gallium_dri.so free 0x5571735d2100 void 0.000119
+gallium_dri.so free 0x5571735d1fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2100 0.000117
+gallium_dri.so free 0x5571735d21c0 void 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2100 0.000120
+gallium_dri.so free 0x5571735d22c0 void 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2270 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000120
+gallium_dri.so free 0x5571735d2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2270 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2400 0.000117
+gallium_dri.so free 0x5571735d2480 void 0.000120
+gallium_dri.so free 0x5571735d2400 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2480 0.000119
+gallium_dri.so free 0x5571735d2540 void 0.000119
+gallium_dri.so free 0x5571735d2480 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2480 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x5571735d2480 void 0.000119
+gallium_dri.so malloc 72 0x5571735d25f0 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000121
+gallium_dri.so free 0x5571735d25f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d25f0 0.000118
+gallium_dri.so free 0x5571735d2740 void 0.000116
+gallium_dri.so free 0x5571735d25f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2780 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000117
+gallium_dri.so free 0x5571735d2780 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2800 0.000117
+gallium_dri.so free 0x5571735d28c0 void 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2800 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2970 0.000126
+gallium_dri.so free 0x5571735d29c0 void 0.000127
+gallium_dri.so free 0x5571735d2970 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2970 0.000119
+gallium_dri.so free 0x5571735d2ac0 void 0.000117
+gallium_dri.so free 0x5571735d2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2a70 0.000116
+gallium_dri.so free 0x5571735d2b80 void 0.000117
+gallium_dri.so free 0x5571735d2a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2b30 0.000117
+gallium_dri.so free 0x5571735d2c00 void 0.000117
+gallium_dri.so free 0x5571735d2b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2b30 0.000119
+gallium_dri.so free 0x5571735d2cc0 void 0.000118
+gallium_dri.so free 0x5571735d2b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2d80 void 0.000118
+gallium_dri.so free 0x5571735d2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2d30 0.000118
+gallium_dri.so free 0x5571735d2e00 void 0.000119
+gallium_dri.so free 0x5571735d2d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e50 0.000121
+gallium_dri.so free 0x5571735d2ec0 void 0.000118
+gallium_dri.so free 0x5571735d2e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ee0 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000118
+gallium_dri.so free 0x5571735d2ee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2f30 0.000117
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so free 0x5571735d2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3000 0.000117
+gallium_dri.so free 0x5571735d30c0 void 0.000117
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000209
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3140 0.000110
+gallium_dri.so free 0x5571735d32c0 void 0.000110
+gallium_dri.so free 0x5571735d3140 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3140 0.000110
+gallium_dri.so free 0x5571735d3380 void 0.000110
+gallium_dri.so free 0x5571735d3140 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3330 0.000111
+gallium_dri.so free 0x5571735d3400 void 0.000110
+gallium_dri.so free 0x5571735d3330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3450 0.000113
+gallium_dri.so free 0x5571735d34c0 void 0.000111
+gallium_dri.so free 0x5571735d3450 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3500 0.000110
+gallium_dri.so free 0x5571735d3580 void 0.000110
+gallium_dri.so free 0x5571735d3500 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3500 0.000109
+gallium_dri.so free 0x5571735d3600 void 0.000109
+gallium_dri.so free 0x5571735d3500 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3630 0.000110
+gallium_dri.so free 0x5571735d3680 void 0.000116
+gallium_dri.so free 0x5571735d3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3630 0.000116
+gallium_dri.so free 0x5571735d3780 void 0.000113
+gallium_dri.so free 0x5571735d3630 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3730 0.000110
+gallium_dri.so free 0x5571735d3840 void 0.000111
+gallium_dri.so free 0x5571735d3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735d37f0 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000122
+gallium_dri.so free 0x5571735d37f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d37f0 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000121
+gallium_dri.so free 0x5571735d37f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d39b0 0.000119
+gallium_dri.so free 0x5571735d3a00 void 0.000116
+gallium_dri.so free 0x5571735d39b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d39b0 0.000123
+gallium_dri.so free 0x5571735d3b00 void 0.000123
+gallium_dri.so free 0x5571735d39b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000120
+gallium_dri.so free 0x5571735d3bc0 void 0.000105
+gallium_dri.so free 0x5571735d3ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3b70 0.000111
+gallium_dri.so free 0x5571735d3c00 void 0.000110
+gallium_dri.so free 0x5571735d3b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3b70 0.000120
+gallium_dri.so free 0x5571735d3cc0 void 0.000119
+gallium_dri.so free 0x5571735d3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d00 0.000110
+gallium_dri.so free 0x5571735d3d80 void 0.000113
+gallium_dri.so free 0x5571735d3d00 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3d80 0.000160
+gallium_dri.so free 0x5571735d3e40 void 0.000157
+gallium_dri.so free 0x5571735d3d80 void 0.000163
+gallium_dri.so malloc 72 0x5571735d3d80 0.000180
+gallium_dri.so free 0x5571735d3f00 void 0.000168
+gallium_dri.so free 0x5571735d3d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3f20 0.000118
+gallium_dri.so free 0x5571735d3fc0 void 0.000116
+gallium_dri.so free 0x5571735d3f20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3f70 0.000115
+gallium_dri.so free 0x5571735d4040 void 0.000115
+gallium_dri.so free 0x5571735d3f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3f70 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so free 0x5571735d3f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d40c0 0.000112
+gallium_dri.so free 0x5571735d4180 void 0.000115
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40c0 0.000113
+gallium_dri.so free 0x5571735d4240 void 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40c0 0.000114
+gallium_dri.so free 0x5571735d4300 void 0.000116
+gallium_dri.so free 0x5571735d40c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d42b0 0.000164
+gallium_dri.so free 0x5571735d43c0 void 0.000115
+gallium_dri.so free 0x5571735d42b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4370 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d4370 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4490 0.000113
+gallium_dri.so free 0x5571735d4500 void 0.000115
+gallium_dri.so free 0x5571735d4490 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4520 0.000112
+gallium_dri.so free 0x5571735d45c0 void 0.000114
+gallium_dri.so free 0x5571735d4520 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4570 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000115
+gallium_dri.so free 0x5571735d4570 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4570 0.000113
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so free 0x5571735d4570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46c0 0.000115
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d46c0 0.000115
+gallium_dri.so free 0x5571735d4880 void 0.000116
+gallium_dri.so free 0x5571735d46c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4830 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4830 0.000124
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49c0 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4a40 0.000113
+gallium_dri.so free 0x5571735d4b00 void 0.000113
+gallium_dri.so free 0x5571735d4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4a40 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000112
+gallium_dri.so free 0x5571735d4c00 void 0.000115
+gallium_dri.so free 0x5571735d4bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000114
+gallium_dri.so free 0x5571735d4d00 void 0.000114
+gallium_dri.so free 0x5571735d4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4d40 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000112
+gallium_dri.so free 0x5571735d4d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000113
+gallium_dri.so free 0x5571735d4e80 void 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000113
+gallium_dri.so free 0x5571735d4f00 void 0.000155
+gallium_dri.so free 0x5571735d4dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4f30 0.000125
+gallium_dri.so free 0x5571735d4f80 void 0.000116
+gallium_dri.so free 0x5571735d4f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4f30 0.000113
+gallium_dri.so free 0x5571735d5080 void 0.000116
+gallium_dri.so free 0x5571735d4f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5030 0.000114
+gallium_dri.so free 0x5571735d5140 void 0.000115
+gallium_dri.so free 0x5571735d5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50f0 0.000112
+gallium_dri.so free 0x5571735d51c0 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d50f0 0.000115
+gallium_dri.so free 0x5571735d5280 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50f0 0.000113
+gallium_dri.so free 0x5571735d5340 void 0.000114
+gallium_dri.so free 0x5571735d50f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d52f0 0.000112
+gallium_dri.so free 0x5571735d53c0 void 0.000114
+gallium_dri.so free 0x5571735d52f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5410 0.000114
+gallium_dri.so free 0x5571735d5480 void 0.000113
+gallium_dri.so free 0x5571735d5410 void 0.000113
+gallium_dri.so malloc 72 0x5571735d54a0 0.000113
+gallium_dri.so free 0x5571735d5540 void 0.000114
+gallium_dri.so free 0x5571735d54a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d54f0 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000162
+gallium_dri.so free 0x5571735d54f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55c0 0.000116
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so free 0x5571735d55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55c0 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000116
+gallium_dri.so free 0x5571735d55c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5700 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5700 0.000114
+gallium_dri.so free 0x5571735d5880 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5700 0.000114
+gallium_dri.so free 0x5571735d5940 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d58f0 0.000115
+gallium_dri.so free 0x5571735d59c0 void 0.000115
+gallium_dri.so free 0x5571735d58f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5a10 0.000114
+gallium_dri.so free 0x5571735d5a80 void 0.000115
+gallium_dri.so free 0x5571735d5a10 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000116
+gallium_dri.so free 0x5571735d5b40 void 0.000115
+gallium_dri.so free 0x5571735d5ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000115
+gallium_dri.so free 0x5571735d5bc0 void 0.000121
+gallium_dri.so free 0x5571735d5ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000113
+gallium_dri.so free 0x5571735d5c40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000114
+gallium_dri.so free 0x5571735d5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000113
+gallium_dri.so free 0x5571735d5e00 void 0.000114
+gallium_dri.so free 0x5571735d5cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5db0 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5db0 0.000114
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so free 0x5571735d5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5f70 0.000114
+gallium_dri.so free 0x5571735d5fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5f70 0.000113
+gallium_dri.so free 0x5571735d60c0 void 0.000114
+gallium_dri.so free 0x5571735d5f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6070 0.000112
+gallium_dri.so free 0x5571735d6180 void 0.000114
+gallium_dri.so free 0x5571735d6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6130 0.000114
+gallium_dri.so free 0x5571735d61c0 void 0.000126
+gallium_dri.so free 0x5571735d6130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6130 0.000113
+gallium_dri.so free 0x5571735d6280 void 0.000113
+gallium_dri.so free 0x5571735d6130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62c0 0.000112
+gallium_dri.so free 0x5571735d6340 void 0.000115
+gallium_dri.so free 0x5571735d62c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6340 0.000114
+gallium_dri.so free 0x5571735d6400 void 0.000115
+gallium_dri.so free 0x5571735d6340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6340 0.000115
+gallium_dri.so free 0x5571735d64c0 void 0.000116
+gallium_dri.so free 0x5571735d6340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d64e0 0.000113
+gallium_dri.so free 0x5571735d6580 void 0.000114
+gallium_dri.so free 0x5571735d64e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6530 0.000113
+gallium_dri.so free 0x5571735d6600 void 0.000115
+gallium_dri.so free 0x5571735d6530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6530 0.000114
+gallium_dri.so free 0x5571735d6680 void 0.000115
+gallium_dri.so free 0x5571735d6530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6680 0.000113
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6680 0.000113
+gallium_dri.so free 0x5571735d6800 void 0.000115
+gallium_dri.so free 0x5571735d6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6680 0.000115
+gallium_dri.so free 0x5571735d68c0 void 0.000116
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6870 0.000115
+gallium_dri.so free 0x5571735d6980 void 0.000115
+gallium_dri.so free 0x5571735d6870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6930 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000116
+gallium_dri.so free 0x5571735d6930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6a50 0.000114
+gallium_dri.so free 0x5571735d6ac0 void 0.000116
+gallium_dri.so free 0x5571735d6a50 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6ae0 0.000113
+gallium_dri.so free 0x5571735d6b80 void 0.000116
+gallium_dri.so free 0x5571735d6ae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b30 0.000118
+gallium_dri.so free 0x5571735d6c00 void 0.000116
+gallium_dri.so free 0x5571735d6b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6b30 0.000115
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735d6b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x557173588480 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000115
+gallium_dri.so malloc 72 0x557173588430 0.000114
+gallium_dri.so free 0x557173588500 void 0.000116
+gallium_dri.so free 0x557173588430 void 0.000114
+gallium_dri.so malloc 72 0x557173588520 0.000113
+gallium_dri.so free 0x5571735885c0 void 0.000113
+gallium_dri.so free 0x557173588520 void 0.000114
+gallium_dri.so malloc 72 0x557173588570 0.000113
+gallium_dri.so free 0x557173588640 void 0.000113
+gallium_dri.so free 0x557173588570 void 0.000112
+gallium_dri.so malloc 72 0x557173588570 0.000112
+gallium_dri.so free 0x5571735886c0 void 0.000114
+gallium_dri.so free 0x557173588570 void 0.000112
+gallium_dri.so malloc 72 0x5571735886c0 0.000111
+gallium_dri.so free 0x557173588780 void 0.000114
+gallium_dri.so free 0x5571735886c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735886c0 0.000113
+gallium_dri.so free 0x557173588840 void 0.000113
+gallium_dri.so free 0x5571735886c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735886c0 0.000114
+gallium_dri.so free 0x557173588900 void 0.000113
+gallium_dri.so free 0x5571735886c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735888b0 0.000112
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x5571735888b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735888b0 0.000113
+gallium_dri.so free 0x557173588a00 void 0.000114
+gallium_dri.so free 0x5571735888b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735889b0 0.000116
+gallium_dri.so free 0x557173588ac0 void 0.000114
+gallium_dri.so free 0x5571735889b0 void 0.000123
+gallium_dri.so malloc 72 0x557173588a70 0.000115
+gallium_dri.so free 0x557173588b00 void 0.000115
+gallium_dri.so free 0x557173588a70 void 0.000114
+gallium_dri.so malloc 72 0x557173588a70 0.000115
+gallium_dri.so free 0x557173588bc0 void 0.000116
+gallium_dri.so free 0x557173588a70 void 0.000115
+gallium_dri.so malloc 72 0x557173588c00 0.000115
+gallium_dri.so free 0x557173588c80 void 0.000115
+gallium_dri.so free 0x557173588c00 void 0.000113
+gallium_dri.so malloc 72 0x557173588c80 0.000114
+gallium_dri.so free 0x557173588d40 void 0.000115
+gallium_dri.so free 0x557173588c80 void 0.000114
+gallium_dri.so malloc 72 0x557173588c80 0.000116
+gallium_dri.so free 0x557173588e00 void 0.000116
+gallium_dri.so free 0x557173588c80 void 0.000116
+gallium_dri.so malloc 72 0x557173588e20 0.000119
+gallium_dri.so free 0x557173588ec0 void 0.000123
+gallium_dri.so free 0x557173588e20 void 0.000124
+gallium_dri.so malloc 72 0x557173588e70 0.000125
+gallium_dri.so free 0x557173588f40 void 0.000124
+gallium_dri.so free 0x557173588e70 void 0.000120
+gallium_dri.so malloc 72 0x557173588e70 0.000115
+gallium_dri.so free 0x557173588fc0 void 0.000116
+gallium_dri.so free 0x557173588e70 void 0.000115
+gallium_dri.so malloc 72 0x557173588fc0 0.000116
+gallium_dri.so free 0x557173589080 void 0.000125
+gallium_dri.so free 0x557173588fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173588fc0 0.000113
+gallium_dri.so free 0x557173589140 void 0.000112
+gallium_dri.so free 0x557173588fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173588fc0 0.000112
+gallium_dri.so free 0x557173589200 void 0.000119
+gallium_dri.so free 0x557173588fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891b0 0.000114
+gallium_dri.so free 0x5571735892c0 void 0.000113
+gallium_dri.so free 0x5571735891b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589270 0.000112
+gallium_dri.so free 0x557173589340 void 0.000114
+gallium_dri.so free 0x557173589270 void 0.000112
+gallium_dri.so malloc 72 0x557173589390 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589390 void 0.000113
+gallium_dri.so malloc 72 0x557173589420 0.000115
+gallium_dri.so free 0x5571735894c0 void 0.000114
+gallium_dri.so free 0x557173589420 void 0.000113
+gallium_dri.so malloc 72 0x557173589470 0.000114
+gallium_dri.so free 0x557173589540 void 0.000115
+gallium_dri.so free 0x557173589470 void 0.000114
+gallium_dri.so malloc 72 0x557173589470 0.000111
+gallium_dri.so free 0x5571735895c0 void 0.000114
+gallium_dri.so free 0x557173589470 void 0.000112
+gallium_dri.so malloc 72 0x5571735895c0 0.000112
+gallium_dri.so free 0x557173589680 void 0.000120
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735895c0 0.000114
+gallium_dri.so free 0x557173589780 void 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000113
+gallium_dri.so malloc 72 0x557173589730 0.000113
+gallium_dri.so free 0x5571735897c0 void 0.000114
+gallium_dri.so free 0x557173589730 void 0.000114
+gallium_dri.so malloc 72 0x557173589730 0.000112
+gallium_dri.so free 0x557173589880 void 0.000113
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x5571735898c0 0.000114
+gallium_dri.so free 0x557173589940 void 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000112
+gallium_dri.so malloc 72 0x557173589940 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so malloc 72 0x557173589940 0.000112
+gallium_dri.so free 0x557173589a80 void 0.000114
+gallium_dri.so free 0x557173589940 void 0.000112
+gallium_dri.so malloc 72 0x557173589ab0 0.000112
+gallium_dri.so free 0x557173589b00 void 0.000115
+gallium_dri.so free 0x557173589ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173589ab0 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so free 0x557173589ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173589c40 0.000115
+gallium_dri.so free 0x557173589cc0 void 0.000116
+gallium_dri.so free 0x557173589c40 void 0.000121
+gallium_dri.so malloc 72 0x557173589cc0 0.000115
+gallium_dri.so free 0x557173589d80 void 0.000160
+gallium_dri.so free 0x557173589cc0 void 0.000156
+gallium_dri.so malloc 72 0x557173589cc0 0.000117
+gallium_dri.so free 0x557173589e00 void 0.000117
+gallium_dri.so free 0x557173589cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173589e30 0.000120
+gallium_dri.so free 0x557173589e80 void 0.000194
+gallium_dri.so free 0x557173589e30 void 0.000118
+gallium_dri.so malloc 72 0x557173589e30 0.000117
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589e30 void 0.000118
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x55717358a040 void 0.000119
+gallium_dri.so free 0x557173589f30 void 0.000118
+gallium_dri.so malloc 72 0x557173589ff0 0.000118
+gallium_dri.so free 0x55717358a0c0 void 0.000118
+gallium_dri.so free 0x557173589ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173589ff0 0.000118
+gallium_dri.so free 0x55717358a180 void 0.000118
+gallium_dri.so free 0x557173589ff0 void 0.000122
+gallium_dri.so malloc 72 0x557173589ff0 0.000120
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so free 0x557173589ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1f0 0.000123
+gallium_dri.so free 0x55717358a2c0 void 0.000112
+gallium_dri.so free 0x55717358a1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a310 0.000110
+gallium_dri.so free 0x55717358a380 void 0.000112
+gallium_dri.so free 0x55717358a310 void 0.000111
+gallium_dri.so malloc 72 0x55717358a3a0 0.000111
+gallium_dri.so free 0x55717358a440 void 0.000110
+gallium_dri.so free 0x55717358a3a0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a3f0 0.000110
+gallium_dri.so free 0x55717358a4c0 void 0.000109
+gallium_dri.so free 0x55717358a3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a4c0 0.000110
+gallium_dri.so free 0x55717358a580 void 0.000110
+gallium_dri.so free 0x55717358a4c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a4c0 0.000111
+gallium_dri.so free 0x55717358a600 void 0.000110
+gallium_dri.so free 0x55717358a4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a600 0.000111
+gallium_dri.so free 0x55717358a6c0 void 0.000111
+gallium_dri.so free 0x55717358a600 void 0.000110
+gallium_dri.so malloc 72 0x55717358a600 0.000109
+gallium_dri.so free 0x55717358a780 void 0.000110
+gallium_dri.so free 0x55717358a600 void 0.000111
+gallium_dri.so malloc 72 0x55717358a600 0.000110
+gallium_dri.so free 0x55717358a840 void 0.000112
+gallium_dri.so free 0x55717358a600 void 0.000110
+gallium_dri.so malloc 72 0x55717358a7f0 0.000109
+gallium_dri.so free 0x55717358a8c0 void 0.000122
+gallium_dri.so free 0x55717358a7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a910 0.000115
+gallium_dri.so free 0x55717358a980 void 0.000116
+gallium_dri.so free 0x55717358a910 void 0.000114
+gallium_dri.so malloc 72 0x55717358a9c0 0.000116
+gallium_dri.so free 0x55717358aa40 void 0.000115
+gallium_dri.so free 0x55717358a9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a9c0 0.000113
+gallium_dri.so free 0x55717358aac0 void 0.000114
+gallium_dri.so free 0x55717358a9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aaf0 0.000114
+gallium_dri.so free 0x55717358ab40 void 0.000114
+gallium_dri.so free 0x55717358aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358aaf0 0.000112
+gallium_dri.so free 0x55717358ac40 void 0.000114
+gallium_dri.so free 0x55717358aaf0 void 0.000112
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358ad00 void 0.000115
+gallium_dri.so free 0x55717358abf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358acb0 0.000113
+gallium_dri.so free 0x55717358ad40 void 0.000115
+gallium_dri.so free 0x55717358acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358acb0 0.000116
+gallium_dri.so free 0x55717358ae00 void 0.000115
+gallium_dri.so free 0x55717358acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ae70 0.000116
+gallium_dri.so free 0x55717358aec0 void 0.000114
+gallium_dri.so free 0x55717358ae70 void 0.000123
+gallium_dri.so malloc 72 0x55717358ae70 0.000118
+gallium_dri.so free 0x55717358afc0 void 0.000118
+gallium_dri.so free 0x55717358ae70 void 0.000123
+gallium_dri.so malloc 72 0x55717358af70 0.000119
+gallium_dri.so free 0x55717358b080 void 0.000120
+gallium_dri.so free 0x55717358af70 void 0.000118
+gallium_dri.so malloc 72 0x55717358b030 0.000118
+gallium_dri.so free 0x55717358b0c0 void 0.000117
+gallium_dri.so free 0x55717358b030 void 0.000118
+gallium_dri.so malloc 72 0x55717358b030 0.000117
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so free 0x55717358b030 void 0.000122
+gallium_dri.so malloc 72 0x55717358b1c0 0.000120
+gallium_dri.so free 0x55717358b240 void 0.000118
+gallium_dri.so free 0x55717358b1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b240 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000118
+gallium_dri.so free 0x55717358b240 void 0.000117
+gallium_dri.so malloc 72 0x55717358b240 0.000120
+gallium_dri.so free 0x55717358b3c0 void 0.000118
+gallium_dri.so free 0x55717358b240 void 0.000117
+gallium_dri.so malloc 72 0x55717358b3e0 0.000118
+gallium_dri.so free 0x55717358b480 void 0.000118
+gallium_dri.so free 0x55717358b3e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b430 0.000117
+gallium_dri.so free 0x55717358b500 void 0.000114
+gallium_dri.so free 0x55717358b430 void 0.000111
+gallium_dri.so malloc 72 0x55717358b430 0.000111
+gallium_dri.so free 0x55717358b580 void 0.000110
+gallium_dri.so free 0x55717358b430 void 0.000110
+gallium_dri.so malloc 72 0x55717358b580 0.000110
+gallium_dri.so free 0x55717358b640 void 0.000111
+gallium_dri.so free 0x55717358b580 void 0.000112
+gallium_dri.so malloc 72 0x55717358b580 0.000110
+gallium_dri.so free 0x55717358b700 void 0.000111
+gallium_dri.so free 0x55717358b580 void 0.000111
+gallium_dri.so malloc 72 0x55717358b580 0.000110
+gallium_dri.so free 0x55717358b7c0 void 0.000110
+gallium_dri.so free 0x55717358b580 void 0.000110
+gallium_dri.so malloc 72 0x55717358b770 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000111
+gallium_dri.so free 0x55717358b770 void 0.000110
+gallium_dri.so malloc 72 0x55717358b830 0.000110
+gallium_dri.so free 0x55717358b900 void 0.000109
+gallium_dri.so free 0x55717358b830 void 0.000109
+gallium_dri.so malloc 72 0x55717358b950 0.000110
+gallium_dri.so free 0x55717358b9c0 void 0.000110
+gallium_dri.so free 0x55717358b950 void 0.000112
+gallium_dri.so malloc 72 0x55717358b9e0 0.000110
+gallium_dri.so free 0x55717358ba80 void 0.000110
+gallium_dri.so free 0x55717358b9e0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ba30 0.000109
+gallium_dri.so free 0x55717358bb00 void 0.000110
+gallium_dri.so free 0x55717358ba30 void 0.000126
+gallium_dri.so malloc 72 0x55717358ba30 0.000114
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so free 0x55717358ba30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bb80 0.000114
+gallium_dri.so free 0x55717358bc40 void 0.000115
+gallium_dri.so free 0x55717358bb80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bb80 0.000114
+gallium_dri.so free 0x55717358bd40 void 0.000116
+gallium_dri.so free 0x55717358bb80 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcf0 0.000114
+gallium_dri.so free 0x55717358bd80 void 0.000114
+gallium_dri.so free 0x55717358bcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcf0 0.000114
+gallium_dri.so free 0x55717358be40 void 0.000115
+gallium_dri.so free 0x55717358bcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358be80 0.000115
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so free 0x55717358be80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf00 0.000112
+gallium_dri.so free 0x55717358bfc0 void 0.000115
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so malloc 72 0x55717358bf00 0.000113
+gallium_dri.so free 0x55717358c040 void 0.000115
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so malloc 72 0x55717358c070 0.000115
+gallium_dri.so free 0x55717358c0c0 void 0.000114
+gallium_dri.so free 0x55717358c070 void 0.000198
+gallium_dri.so malloc 72 0x55717358c070 0.000126
+gallium_dri.so free 0x55717358c1c0 void 0.000131
+gallium_dri.so free 0x55717358c070 void 0.000124
+gallium_dri.so malloc 72 0x55717358c200 0.000125
+gallium_dri.so free 0x55717358c280 void 0.000120
+gallium_dri.so free 0x55717358c200 void 0.000118
+gallium_dri.so malloc 72 0x55717358c280 0.000119
+gallium_dri.so free 0x55717358c340 void 0.000118
+gallium_dri.so free 0x55717358c280 void 0.000121
+gallium_dri.so malloc 72 0x55717358c280 0.000118
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so free 0x55717358c280 void 0.000118
+gallium_dri.so malloc 72 0x55717358c3f0 0.000117
+gallium_dri.so free 0x55717358c440 void 0.000118
+gallium_dri.so free 0x55717358c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c3f0 0.000119
+gallium_dri.so free 0x55717358c540 void 0.000118
+gallium_dri.so free 0x55717358c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c4f0 0.000117
+gallium_dri.so free 0x55717358c600 void 0.000117
+gallium_dri.so free 0x55717358c4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c5b0 0.000118
+gallium_dri.so free 0x55717358c680 void 0.000119
+gallium_dri.so free 0x55717358c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c5b0 0.000118
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so free 0x55717358c5b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358c5b0 0.000109
+gallium_dri.so free 0x55717358c800 void 0.000112
+gallium_dri.so free 0x55717358c5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358c7b0 0.000112
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358c8d0 0.000111
+gallium_dri.so free 0x55717358c940 void 0.000110
+gallium_dri.so free 0x55717358c8d0 void 0.000110
+gallium_dri.so malloc 72 0x55717358c960 0.000110
+gallium_dri.so free 0x55717358ca00 void 0.000111
+gallium_dri.so free 0x55717358c960 void 0.000109
+gallium_dri.so malloc 72 0x55717358c9b0 0.000110
+gallium_dri.so free 0x55717358ca80 void 0.000110
+gallium_dri.so free 0x55717358c9b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ca80 0.000110
+gallium_dri.so free 0x55717358cb40 void 0.000110
+gallium_dri.so free 0x55717358ca80 void 0.000110
+gallium_dri.so malloc 72 0x55717358ca80 0.000111
+gallium_dri.so free 0x55717358cbc0 void 0.000110
+gallium_dri.so free 0x55717358ca80 void 0.000110
+gallium_dri.so malloc 72 0x55717358cbc0 0.000110
+gallium_dri.so free 0x55717358cc80 void 0.000111
+gallium_dri.so free 0x55717358cbc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358cbc0 0.000111
+gallium_dri.so free 0x55717358cd40 void 0.000111
+gallium_dri.so free 0x55717358cbc0 void 0.000127
+gallium_dri.so malloc 72 0x55717358cbc0 0.000119
+gallium_dri.so free 0x55717358ce00 void 0.000117
+gallium_dri.so free 0x55717358cbc0 void 0.000122
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358ce80 void 0.000119
+gallium_dri.so free 0x55717358cdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ced0 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000118
+gallium_dri.so free 0x55717358ced0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cf80 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000120
+gallium_dri.so free 0x55717358cf80 void 0.000119
+gallium_dri.so malloc 72 0x55717358cf80 0.000118
+gallium_dri.so free 0x55717358d080 void 0.000117
+gallium_dri.so free 0x55717358cf80 void 0.000118
+gallium_dri.so malloc 72 0x55717358d0b0 0.000117
+gallium_dri.so free 0x55717358d100 void 0.000118
+gallium_dri.so free 0x55717358d0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d0b0 0.000118
+gallium_dri.so free 0x55717358d200 void 0.000119
+gallium_dri.so free 0x55717358d0b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d1b0 0.000118
+gallium_dri.so free 0x55717358d2c0 void 0.000118
+gallium_dri.so free 0x55717358d1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d270 0.000117
+gallium_dri.so free 0x55717358d300 void 0.000129
+gallium_dri.so free 0x55717358d270 void 0.000112
+gallium_dri.so malloc 72 0x55717358d270 0.000109
+gallium_dri.so free 0x55717358d3c0 void 0.000110
+gallium_dri.so free 0x55717358d270 void 0.000110
+gallium_dri.so malloc 72 0x55717358d430 0.000110
+gallium_dri.so free 0x55717358d480 void 0.000110
+gallium_dri.so free 0x55717358d430 void 0.000110
+gallium_dri.so malloc 72 0x55717358d430 0.000109
+gallium_dri.so free 0x55717358d580 void 0.000110
+gallium_dri.so free 0x55717358d430 void 0.000109
+gallium_dri.so malloc 72 0x55717358d530 0.000109
+gallium_dri.so free 0x55717358d640 void 0.000110
+gallium_dri.so free 0x55717358d530 void 0.000111
+gallium_dri.so malloc 72 0x55717358d5f0 0.000110
+gallium_dri.so free 0x55717358d680 void 0.000110
+gallium_dri.so free 0x55717358d5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358d5f0 0.000110
+gallium_dri.so free 0x55717358d740 void 0.000109
+gallium_dri.so free 0x55717358d5f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358d780 0.000109
+gallium_dri.so free 0x55717358d800 void 0.000109
+gallium_dri.so free 0x55717358d780 void 0.000121
+gallium_dri.so malloc 72 0x55717358d800 0.000117
+gallium_dri.so free 0x55717358d8c0 void 0.000113
+gallium_dri.so free 0x55717358d800 void 0.000112
+gallium_dri.so malloc 72 0x55717358d800 0.000111
+gallium_dri.so free 0x55717358d980 void 0.000112
+gallium_dri.so free 0x55717358d800 void 0.000126
+gallium_dri.so malloc 72 0x55717358d9a0 0.000120
+gallium_dri.so free 0x55717358da40 void 0.000116
+gallium_dri.so free 0x55717358d9a0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d9f0 0.000119
+gallium_dri.so free 0x55717358dac0 void 0.000116
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9f0 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000116
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358db40 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000113
+gallium_dri.so malloc 72 0x55717358db40 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so malloc 72 0x55717358db40 0.000115
+gallium_dri.so free 0x55717358dd80 void 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd30 0.000115
+gallium_dri.so free 0x55717358de40 void 0.000114
+gallium_dri.so free 0x55717358dd30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ddf0 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358df10 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358df10 void 0.000157
+gallium_dri.so malloc 72 0x55717358dfa0 0.000116
+gallium_dri.so free 0x55717358e040 void 0.000116
+gallium_dri.so free 0x55717358dfa0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dff0 0.000114
+gallium_dri.so free 0x55717358e0c0 void 0.000116
+gallium_dri.so free 0x55717358dff0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dff0 0.000114
+gallium_dri.so free 0x55717358e140 void 0.000116
+gallium_dri.so free 0x55717358dff0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e140 0.000116
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so malloc 72 0x55717358e140 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000116
+gallium_dri.so free 0x55717358e140 void 0.000116
+gallium_dri.so malloc 72 0x55717358e2b0 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000118
+gallium_dri.so free 0x55717358e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e2b0 0.000115
+gallium_dri.so free 0x55717358e400 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e440 0.000115
+gallium_dri.so free 0x55717358e4c0 void 0.000116
+gallium_dri.so free 0x55717358e440 void 0.000115
+gallium_dri.so malloc 72 0x55717358e4c0 0.000115
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x55717358e4c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e4c0 0.000113
+gallium_dri.so free 0x55717358e600 void 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e630 0.000113
+gallium_dri.so free 0x55717358e680 void 0.000112
+gallium_dri.so free 0x55717358e630 void 0.000112
+gallium_dri.so malloc 72 0x55717358e630 0.000111
+gallium_dri.so free 0x55717358e780 void 0.000112
+gallium_dri.so free 0x55717358e630 void 0.000113
+gallium_dri.so malloc 72 0x55717358e7c0 0.000122
+gallium_dri.so free 0x55717358e840 void 0.000119
+gallium_dri.so free 0x55717358e7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e840 0.000112
+gallium_dri.so free 0x55717358e900 void 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000113
+gallium_dri.so malloc 72 0x55717358e840 0.000119
+gallium_dri.so free 0x55717358e980 void 0.000115
+gallium_dri.so free 0x55717358e840 void 0.000113
+gallium_dri.so malloc 72 0x55717358e9b0 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000115
+gallium_dri.so free 0x55717358e9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e9b0 0.000113
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x55717358e9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358eab0 0.000115
+gallium_dri.so free 0x55717358ebc0 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000124
+gallium_dri.so malloc 72 0x55717358eb70 0.000116
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so free 0x55717358eb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358eb70 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000115
+gallium_dri.so free 0x55717358eb70 void 0.000114
+gallium_dri.so malloc 72 0x55717358eb70 0.000113
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed70 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000116
+gallium_dri.so free 0x55717358ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee90 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ee90 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef20 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000116
+gallium_dri.so free 0x55717358ef20 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef70 0.000112
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f040 0.000114
+gallium_dri.so free 0x55717358f100 void 0.000115
+gallium_dri.so free 0x55717358f040 void 0.000113
+gallium_dri.so malloc 72 0x55717358f040 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000123
+gallium_dri.so free 0x55717358f240 void 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so malloc 72 0x55717358f180 0.000112
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000118
+gallium_dri.so free 0x55717358f3c0 void 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358f370 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000115
+gallium_dri.so free 0x55717358f370 void 0.000112
+gallium_dri.so malloc 72 0x55717358f490 0.000113
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f490 void 0.000115
+gallium_dri.so malloc 72 0x55717358f540 0.000115
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so free 0x55717358f540 void 0.000113
+gallium_dri.so malloc 72 0x55717358f540 0.000113
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f540 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so free 0x55717358f670 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000115
+gallium_dri.so malloc 72 0x55717358f770 0.000121
+gallium_dri.so free 0x55717358f880 void 0.000116
+gallium_dri.so free 0x55717358f770 void 0.000114
+gallium_dri.so malloc 72 0x55717358f830 0.000113
+gallium_dri.so free 0x55717358f8c0 void 0.000114
+gallium_dri.so free 0x55717358f830 void 0.000114
+gallium_dri.so malloc 72 0x55717358f830 0.000113
+gallium_dri.so free 0x55717358f980 void 0.000116
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9f0 0.000114
+gallium_dri.so free 0x55717358fa40 void 0.000113
+gallium_dri.so free 0x55717358f9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9f0 0.000113
+gallium_dri.so free 0x55717358fb40 void 0.000114
+gallium_dri.so free 0x55717358f9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358faf0 0.000113
+gallium_dri.so free 0x55717358fc00 void 0.000118
+gallium_dri.so free 0x55717358faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbb0 0.000114
+gallium_dri.so free 0x55717358fc40 void 0.000114
+gallium_dri.so free 0x55717358fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbb0 0.000115
+gallium_dri.so free 0x55717358fd00 void 0.000107
+gallium_dri.so free 0x55717358fbb0 void 0.000198
+gallium_dri.so malloc 72 0x55717358fd40 0.000115
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so free 0x55717358fd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358fdc0 0.000118
+gallium_dri.so free 0x55717358fe80 void 0.000117
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fdc0 0.000116
+gallium_dri.so free 0x55717358ff40 void 0.000116
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ff60 0.000114
+gallium_dri.so free 0x557173590000 void 0.000116
+gallium_dri.so free 0x55717358ff60 void 0.000115
+gallium_dri.so malloc 72 0x55717358ffb0 0.000115
+gallium_dri.so free 0x557173590080 void 0.000117
+gallium_dri.so free 0x55717358ffb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ffb0 0.000114
+gallium_dri.so free 0x557173590100 void 0.000115
+gallium_dri.so free 0x55717358ffb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590100 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x557173590100 void 0.000114
+gallium_dri.so malloc 72 0x557173590100 0.000114
+gallium_dri.so free 0x557173590280 void 0.000117
+gallium_dri.so free 0x557173590100 void 0.000115
+gallium_dri.so malloc 72 0x557173590100 0.000116
+gallium_dri.so free 0x557173590340 void 0.000117
+gallium_dri.so free 0x557173590100 void 0.000118
+gallium_dri.so malloc 72 0x5571735902f0 0.000116
+gallium_dri.so free 0x557173590400 void 0.000115
+gallium_dri.so free 0x5571735902f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735903b0 0.000106
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x5571735903b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735904d0 0.000113
+gallium_dri.so free 0x557173590540 void 0.000114
+gallium_dri.so free 0x5571735904d0 void 0.000113
+gallium_dri.so malloc 72 0x557173590560 0.000113
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so free 0x557173590560 void 0.000113
+gallium_dri.so malloc 72 0x5571735905b0 0.000112
+gallium_dri.so free 0x557173590680 void 0.000116
+gallium_dri.so free 0x5571735905b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905b0 0.000114
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000112
+gallium_dri.so malloc 72 0x557173590700 0.000113
+gallium_dri.so free 0x5571735907c0 void 0.000113
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so malloc 72 0x557173590700 0.000112
+gallium_dri.so free 0x5571735908c0 void 0.000114
+gallium_dri.so free 0x557173590700 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x557173590900 void 0.000112
+gallium_dri.so free 0x557173590870 void 0.000113
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590a00 0.000122
+gallium_dri.so free 0x557173590a80 void 0.000117
+gallium_dri.so free 0x557173590a00 void 0.000113
+gallium_dri.so malloc 72 0x557173590a80 0.000114
+gallium_dri.so free 0x557173590b40 void 0.000116
+gallium_dri.so free 0x557173590a80 void 0.000117
+gallium_dri.so malloc 72 0x557173590a80 0.000115
+gallium_dri.so free 0x557173590bc0 void 0.000115
+gallium_dri.so free 0x557173590a80 void 0.000114
+gallium_dri.so malloc 72 0x557173590bf0 0.000115
+gallium_dri.so free 0x557173590c40 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590bf0 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173590bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590d80 0.000113
+gallium_dri.so free 0x557173590e00 void 0.000115
+gallium_dri.so free 0x557173590d80 void 0.000113
+gallium_dri.so malloc 72 0x557173590e00 0.000113
+gallium_dri.so free 0x557173590ec0 void 0.000116
+gallium_dri.so free 0x557173590e00 void 0.000113
+gallium_dri.so malloc 72 0x557173590e00 0.000114
+gallium_dri.so free 0x557173590f40 void 0.000115
+gallium_dri.so free 0x557173590e00 void 0.000113
+gallium_dri.so malloc 72 0x557173590f70 0.000113
+gallium_dri.so free 0x557173590fc0 void 0.000115
+gallium_dri.so free 0x557173590f70 void 0.000113
+gallium_dri.so malloc 72 0x557173590f70 0.000113
+gallium_dri.so free 0x5571735910c0 void 0.000128
+gallium_dri.so free 0x557173590f70 void 0.000125
+gallium_dri.so malloc 72 0x557173591070 0.000123
+gallium_dri.so free 0x557173591180 void 0.000123
+gallium_dri.so free 0x557173591070 void 0.000119
+gallium_dri.so malloc 72 0x557173591130 0.000119
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so free 0x557173591130 void 0.000118
+gallium_dri.so malloc 72 0x557173591130 0.000118
+gallium_dri.so free 0x5571735912c0 void 0.000119
+gallium_dri.so free 0x557173591130 void 0.000119
+gallium_dri.so malloc 72 0x557173591130 0.000122
+gallium_dri.so free 0x557173591380 void 0.000119
+gallium_dri.so free 0x557173591130 void 0.000118
+gallium_dri.so malloc 72 0x557173591330 0.000117
+gallium_dri.so free 0x557173591400 void 0.000119
+gallium_dri.so free 0x557173591330 void 0.000119
+gallium_dri.so malloc 72 0x557173591450 0.000119
+gallium_dri.so free 0x5571735914c0 void 0.000119
+gallium_dri.so free 0x557173591450 void 0.000118
+gallium_dri.so malloc 72 0x5571735914e0 0.000118
+gallium_dri.so free 0x557173591580 void 0.000120
+gallium_dri.so free 0x5571735914e0 void 0.000120
+gallium_dri.so malloc 72 0x557173591530 0.000119
+gallium_dri.so free 0x557173591600 void 0.000118
+gallium_dri.so free 0x557173591530 void 0.000124
+gallium_dri.so malloc 72 0x557173591600 0.000112
+gallium_dri.so free 0x5571735916c0 void 0.000110
+gallium_dri.so free 0x557173591600 void 0.000111
+gallium_dri.so malloc 72 0x557173591600 0.000110
+gallium_dri.so free 0x557173591740 void 0.000110
+gallium_dri.so free 0x557173591600 void 0.000109
+gallium_dri.so malloc 72 0x557173591740 0.000110
+gallium_dri.so free 0x557173591800 void 0.000111
+gallium_dri.so free 0x557173591740 void 0.000110
+gallium_dri.so malloc 72 0x557173591740 0.000110
+gallium_dri.so free 0x5571735918c0 void 0.000110
+gallium_dri.so free 0x557173591740 void 0.000110
+gallium_dri.so malloc 72 0x557173591740 0.000110
+gallium_dri.so free 0x557173591980 void 0.000110
+gallium_dri.so free 0x557173591740 void 0.000111
+gallium_dri.so malloc 72 0x557173591930 0.000111
+gallium_dri.so free 0x557173591a00 void 0.000110
+gallium_dri.so free 0x557173591930 void 0.000111
+gallium_dri.so malloc 72 0x557173591a50 0.000110
+gallium_dri.so free 0x557173591ac0 void 0.000109
+gallium_dri.so free 0x557173591a50 void 0.000109
+gallium_dri.so malloc 72 0x557173591b00 0.000116
+gallium_dri.so free 0x557173591b80 void 0.000122
+gallium_dri.so free 0x557173591b00 void 0.000116
+gallium_dri.so malloc 72 0x557173591b00 0.000113
+gallium_dri.so free 0x557173591c00 void 0.000112
+gallium_dri.so free 0x557173591b00 void 0.000111
+gallium_dri.so malloc 72 0x557173591c30 0.000122
+gallium_dri.so free 0x557173591c80 void 0.000116
+gallium_dri.so free 0x557173591c30 void 0.000113
+gallium_dri.so malloc 72 0x557173591c30 0.000115
+gallium_dri.so free 0x557173591d80 void 0.000115
+gallium_dri.so free 0x557173591c30 void 0.000114
+gallium_dri.so malloc 72 0x557173591d30 0.000114
+gallium_dri.so free 0x557173591e40 void 0.000114
+gallium_dri.so free 0x557173591d30 void 0.000113
+gallium_dri.so malloc 72 0x557173591df0 0.000113
+gallium_dri.so free 0x557173591e80 void 0.000114
+gallium_dri.so free 0x557173591df0 void 0.000120
+gallium_dri.so malloc 72 0x557173591df0 0.000125
+gallium_dri.so free 0x557173604e80 void 0.000124
+gallium_dri.so free 0x557173591df0 void 0.000164
+gallium_dri.so malloc 72 0x557173591df0 0.000124
+gallium_dri.so free 0x557173604f80 void 0.000124
+gallium_dri.so free 0x557173591df0 void 0.000120
+gallium_dri.so malloc 72 0x557173604fc0 0.000115
+gallium_dri.so free 0x557173605040 void 0.000114
+gallium_dri.so free 0x557173604fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173605040 0.000114
+gallium_dri.so free 0x557173591f40 void 0.000115
+gallium_dri.so free 0x557173605040 void 0.000112
+gallium_dri.so malloc 72 0x557173605040 0.000114
+gallium_dri.so free 0x557173605100 void 0.000177
+gallium_dri.so free 0x557173605040 void 0.000114
+gallium_dri.so malloc 72 0x557173605040 0.000119
+gallium_dri.so free 0x5571736051c0 void 0.000114
+gallium_dri.so free 0x557173605040 void 0.000112
+gallium_dri.so malloc 72 0x557173605170 0.000114
+gallium_dri.so free 0x557173605240 void 0.000113
+gallium_dri.so free 0x557173605170 void 0.000112
+gallium_dri.so malloc 72 0x557173605290 0.000114
+gallium_dri.so free 0x557173605300 void 0.000116
+gallium_dri.so free 0x557173605290 void 0.000114
+gallium_dri.so malloc 72 0x557173605360 0.000115
+gallium_dri.so free 0x557173605400 void 0.000115
+gallium_dri.so free 0x557173605360 void 0.000113
+gallium_dri.so malloc 72 0x5571736053b0 0.000114
+gallium_dri.so free 0x557173605440 void 0.000115
+gallium_dri.so free 0x5571736053b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736053b0 0.000114
+gallium_dri.so free 0x557173605500 void 0.000115
+gallium_dri.so free 0x5571736053b0 void 0.000114
+gallium_dri.so malloc 72 0x557173605540 0.000113
+gallium_dri.so free 0x5571736055c0 void 0.000115
+gallium_dri.so free 0x557173605540 void 0.000114
+gallium_dri.so malloc 72 0x5571736055c0 0.000112
+gallium_dri.so free 0x557173605680 void 0.000115
+gallium_dri.so free 0x5571736055c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736055c0 0.000113
+gallium_dri.so free 0x557173605700 void 0.000122
+gallium_dri.so free 0x5571736055c0 void 0.000112
+gallium_dri.so malloc 72 0x557173605730 0.000111
+gallium_dri.so free 0x557173605780 void 0.000110
+gallium_dri.so free 0x557173605730 void 0.000113
+gallium_dri.so malloc 72 0x557173605780 0.000113
+gallium_dri.so free 0x557173605840 void 0.000110
+gallium_dri.so free 0x557173605780 void 0.000111
+gallium_dri.so malloc 72 0x557173605780 0.000110
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so free 0x557173605780 void 0.000112
+gallium_dri.so malloc 72 0x5571736058f0 0.000110
+gallium_dri.so free 0x557173605a00 void 0.000110
+gallium_dri.so free 0x5571736058f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736059b0 0.000110
+gallium_dri.so free 0x557173605a40 void 0.000110
+gallium_dri.so free 0x5571736059b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736059b0 0.000110
+gallium_dri.so free 0x557173605b00 void 0.000110
+gallium_dri.so free 0x5571736059b0 void 0.000118
+gallium_dri.so malloc 72 0x557173605b40 0.000115
+gallium_dri.so free 0x557173605bc0 void 0.000112
+gallium_dri.so free 0x557173605b40 void 0.000109
+gallium_dri.so malloc 72 0x557173605bc0 0.000110
+gallium_dri.so free 0x557173605c80 void 0.000111
+gallium_dri.so free 0x557173605bc0 void 0.000153
+gallium_dri.so malloc 72 0x557173605bc0 0.000177
+gallium_dri.so free 0x557173605d00 void 0.000199
+gallium_dri.so free 0x557173605bc0 void 0.000178
+gallium_dri.so malloc 72 0x557173605bc0 0.000144
+gallium_dri.so free 0x557173605dc0 void 0.000140
+gallium_dri.so free 0x557173605bc0 void 0.000135
+gallium_dri.so malloc 72 0x557173605bc0 0.000135
+gallium_dri.so free 0x557173605e80 void 0.000138
+gallium_dri.so free 0x557173605bc0 void 0.000138
+gallium_dri.so malloc 72 0x557173605e30 0.000136
+gallium_dri.so free 0x557173605f00 void 0.000138
+gallium_dri.so free 0x557173605e30 void 0.000133
+gallium_dri.so malloc 72 0x557173605f50 0.000128
+gallium_dri.so free 0x557173605fc0 void 0.000130
+gallium_dri.so free 0x557173605f50 void 0.000130
+gallium_dri.so malloc 72 0x557173605fe0 0.000129
+gallium_dri.so free 0x557173606080 void 0.000140
+gallium_dri.so free 0x557173605fe0 void 0.000125
+gallium_dri.so malloc 72 0x557173606030 0.000116
+gallium_dri.so free 0x557173606100 void 0.000114
+gallium_dri.so free 0x557173606030 void 0.000113
+gallium_dri.so malloc 72 0x557173606030 0.000114
+gallium_dri.so free 0x557173606200 void 0.000115
+gallium_dri.so free 0x557173606030 void 0.000140
+gallium_dri.so malloc 72 0x5571736061b0 0.000116
+gallium_dri.so free 0x557173606280 void 0.000143
+gallium_dri.so free 0x5571736061b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736062d0 0.000113
+gallium_dri.so free 0x557173606340 void 0.000112
+gallium_dri.so free 0x5571736062d0 void 0.000113
+gallium_dri.so malloc 72 0x557173606360 0.000112
+gallium_dri.so free 0x557173606400 void 0.000123
+gallium_dri.so free 0x557173606360 void 0.000127
+gallium_dri.so malloc 72 0x5571736063b0 0.000121
+gallium_dri.so free 0x557173606480 void 0.000114
+gallium_dri.so free 0x5571736063b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736063b0 0.000114
+gallium_dri.so free 0x557173606500 void 0.000117
+gallium_dri.so free 0x5571736063b0 void 0.000114
+gallium_dri.so malloc 72 0x557173606500 0.000114
+gallium_dri.so free 0x5571736065c0 void 0.000114
+gallium_dri.so free 0x557173606500 void 0.000113
+gallium_dri.so malloc 72 0x557173606500 0.000114
+gallium_dri.so free 0x5571736066c0 void 0.000120
+gallium_dri.so free 0x557173606500 void 0.000120
+gallium_dri.so malloc 72 0x557173606500 0.000114
+gallium_dri.so free 0x557173606740 void 0.000115
+gallium_dri.so free 0x557173606500 void 0.000113
+gallium_dri.so malloc 72 0x557173606770 0.000112
+gallium_dri.so free 0x5571736067c0 void 0.000204
+gallium_dri.so free 0x557173606770 void 0.000243
+gallium_dri.so malloc 72 0x557173606770 0.000168
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x557173606770 void 0.000128
+gallium_dri.so malloc 72 0x557173606870 0.000127
+gallium_dri.so free 0x557173606980 void 0.000119
+gallium_dri.so free 0x557173606870 void 0.000114
+gallium_dri.so malloc 72 0x557173606930 0.000120
+gallium_dri.so free 0x5571736069c0 void 0.000119
+gallium_dri.so free 0x557173606930 void 0.000118
+gallium_dri.so malloc 72 0x557173606930 0.000125
+gallium_dri.so free 0x557173606a80 void 0.000123
+gallium_dri.so free 0x557173606930 void 0.000124
+gallium_dri.so malloc 72 0x557173606ad0 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606ad0 void 0.000112
+gallium_dri.so malloc 72 0x557173606b80 0.000119
+gallium_dri.so free 0x557173606c00 void 0.000117
+gallium_dri.so free 0x557173606b80 void 0.000114
+gallium_dri.so malloc 72 0x557173606c00 0.000114
+gallium_dri.so free 0x557173606cc0 void 0.000114
+gallium_dri.so free 0x557173606c00 void 0.000135
+gallium_dri.so malloc 72 0x557173606c00 0.000130
+gallium_dri.so free 0x557173606d40 void 0.000132
+gallium_dri.so free 0x557173606c00 void 0.000126
+gallium_dri.so malloc 72 0x557173606d70 0.000127
+gallium_dri.so free 0x557173606dc0 void 0.000126
+gallium_dri.so free 0x557173606d70 void 0.000126
+gallium_dri.so malloc 72 0x557173606d70 0.000126
+gallium_dri.so free 0x557173606ec0 void 0.000128
+gallium_dri.so free 0x557173606d70 void 0.000127
+gallium_dri.so malloc 72 0x557173606e70 0.000126
+gallium_dri.so free 0x557173606f80 void 0.000125
+gallium_dri.so free 0x557173606e70 void 0.000124
+gallium_dri.so malloc 72 0x557173606f30 0.000127
+gallium_dri.so free 0x557173607000 void 0.000126
+gallium_dri.so free 0x557173606f30 void 0.000128
+gallium_dri.so malloc 72 0x557173607020 0.000125
+gallium_dri.so free 0x5571736070c0 void 0.000127
+gallium_dri.so free 0x557173607020 void 0.000124
+gallium_dri.so malloc 72 0x557173607070 0.000125
+gallium_dri.so free 0x557173607140 void 0.000126
+gallium_dri.so free 0x557173607070 void 0.000124
+gallium_dri.so malloc 72 0x557173607070 0.000128
+gallium_dri.so free 0x5571736071c0 void 0.000125
+gallium_dri.so free 0x557173607070 void 0.000124
+gallium_dri.so malloc 72 0x5571736071c0 0.000166
+gallium_dri.so free 0x557173607280 void 0.000128
+gallium_dri.so free 0x5571736071c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736071c0 0.000127
+gallium_dri.so free 0x557173607340 void 0.000126
+gallium_dri.so free 0x5571736071c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736071c0 0.000125
+gallium_dri.so free 0x557173607400 void 0.000197
+gallium_dri.so free 0x5571736071c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736073b0 0.000127
+gallium_dri.so free 0x5571735bf3c0 void 0.000127
+gallium_dri.so free 0x5571736073b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf370 0.000125
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x5571735bf370 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfc30 0.000129
+gallium_dri.so free 0x5571735cae00 void 0.000126
+gallium_dri.so free 0x5571735bfc30 void 0.000126
+gallium_dri.so malloc 72 0x5571735cadb0 0.000125
+gallium_dri.so free 0x557173607240 void 0.000126
+gallium_dri.so free 0x5571735cadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cadb0 0.000125
+gallium_dri.so free 0x557173607300 void 0.000126
+gallium_dri.so free 0x5571735cadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571736072b0 0.000133
+gallium_dri.so free 0x5571735bf4c0 void 0.000135
+gallium_dri.so free 0x5571736072b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf510 0.000127
+gallium_dri.so free 0x5571735bf580 void 0.000126
+gallium_dri.so free 0x5571735bf510 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000126
+gallium_dri.so free 0x5571735bf680 void 0.000127
+gallium_dri.so free 0x5571735bf5e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf630 0.000124
+gallium_dri.so free 0x5571735bf840 void 0.000126
+gallium_dri.so free 0x5571735bf630 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf870 0.000123
+gallium_dri.so free 0x5571735bf8c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000112
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf970 0.000115
+gallium_dri.so free 0x5571735bfa80 void 0.000114
+gallium_dri.so free 0x5571735bf970 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfa30 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735bfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f00 0.000109
+gallium_dri.so free 0x5571735e0fc0 void 0.000116
+gallium_dri.so free 0x5571735e0f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0f00 0.000112
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so free 0x5571735e0f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1180 void 0.000114
+gallium_dri.so free 0x5571735e1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1130 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000114
+gallium_dri.so free 0x5571735e1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1130 0.000112
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e12c0 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000112
+gallium_dri.so free 0x5571735e1400 void 0.000116
+gallium_dri.so free 0x5571735e1340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1340 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1340 0.000136
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15b0 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so free 0x5571735e15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16d0 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1760 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000114
+gallium_dri.so free 0x5571735e17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735e1980 void 0.000113
+gallium_dri.so free 0x5571735e17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1930 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e1930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a50 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ae0 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1ae0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b30 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000140
+gallium_dri.so malloc 72 0x5571735e1c80 0.000112
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c80 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so free 0x5571735e1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000113
+gallium_dri.so free 0x5571735e2040 void 0.000113
+gallium_dri.so free 0x5571735e1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000123
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2250 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2250 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2380 0.000123
+gallium_dri.so free 0x5571735e2440 void 0.000128
+gallium_dri.so free 0x5571735e2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2380 0.000115
+gallium_dri.so free 0x5571735e24c0 void 0.000125
+gallium_dri.so free 0x5571735e2380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e24f0 0.000128
+gallium_dri.so free 0x5571735e2540 void 0.000131
+gallium_dri.so free 0x5571735e24f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e24f0 0.000123
+gallium_dri.so free 0x5571735e2640 void 0.000125
+gallium_dri.so free 0x5571735e24f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e25f0 0.000126
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e25f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e26b0 0.000159
+gallium_dri.so free 0x5571735e2780 void 0.000124
+gallium_dri.so free 0x5571735e26b0 void 0.000157
+gallium_dri.so malloc 72 0x5571735e27a0 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e27a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27f0 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000115
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e27f0 0.000123
+gallium_dri.so free 0x5571735e2940 void 0.000123
+gallium_dri.so free 0x5571735e27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2940 0.000122
+gallium_dri.so free 0x5571735e2a00 void 0.000123
+gallium_dri.so free 0x5571735e2940 void 0.000136
+gallium_dri.so malloc 72 0x5571735e2940 0.000130
+gallium_dri.so free 0x5571735e2ac0 void 0.000182
+gallium_dri.so free 0x5571735e2940 void 0.000184
+gallium_dri.so malloc 72 0x5571735e2940 0.000157
+gallium_dri.so free 0x5571735e2b80 void 0.000121
+gallium_dri.so free 0x5571735e2940 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2b30 0.000173
+gallium_dri.so free 0x5571735e2b80 void 0.000235
+gallium_dri.so free 0x5571735e2b30 void 0.000242
+gallium_dri.so malloc 72 0x5571735e2b30 0.000237
+gallium_dri.so free 0x5571735e2c80 void 0.000235
+gallium_dri.so free 0x5571735e2b30 void 0.000237
+gallium_dri.so malloc 72 0x5571735e2c30 0.000237
+gallium_dri.so free 0x5571735e2d40 void 0.000235
+gallium_dri.so free 0x5571735e2c30 void 0.000241
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000234
+gallium_dri.so free 0x5571735e2d80 void 0.000234
+gallium_dri.so free 0x5571735e2cf0 void 0.000238
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000236
+gallium_dri.so free 0x5571735e2e40 void 0.000239
+gallium_dri.so free 0x5571735e2cf0 void 0.000248
+gallium_dri.so malloc 72 0x5571735e2e80 0.000239
+gallium_dri.so free 0x5571735e2f00 void 0.000237
+gallium_dri.so free 0x5571735e2e80 void 0.000187
+gallium_dri.so malloc 72 0x5571735e2f00 0.000186
+gallium_dri.so free 0x5571735e2fc0 void 0.000185
+gallium_dri.so free 0x5571735e2f00 void 0.000182
+gallium_dri.so malloc 72 0x5571735e2f00 0.000186
+gallium_dri.so free 0x5571735e3080 void 0.000185
+gallium_dri.so free 0x5571735e2f00 void 0.000159
+gallium_dri.so malloc 72 0x5571735e30a0 0.000127
+gallium_dri.so free 0x5571735e3140 void 0.000130
+gallium_dri.so free 0x5571735e30a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e30f0 0.000121
+gallium_dri.so free 0x5571735e31c0 void 0.000125
+gallium_dri.so free 0x5571735e30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e30f0 0.000125
+gallium_dri.so free 0x5571735e3240 void 0.000131
+gallium_dri.so free 0x5571735e30f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3240 0.000132
+gallium_dri.so free 0x5571735e3300 void 0.000167
+gallium_dri.so free 0x5571735e3240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3240 0.000129
+gallium_dri.so free 0x5571735e33c0 void 0.000128
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3240 0.000132
+gallium_dri.so free 0x5571735e3480 void 0.000137
+gallium_dri.so free 0x5571735e3240 void 0.000136
+gallium_dri.so malloc 72 0x5571735e3430 0.000131
+gallium_dri.so free 0x5571735e3540 void 0.000130
+gallium_dri.so free 0x5571735e3430 void 0.000140
+gallium_dri.so malloc 72 0x5571735e34f0 0.000136
+gallium_dri.so free 0x5571735e35c0 void 0.000136
+gallium_dri.so free 0x5571735e34f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735e3610 0.000138
+gallium_dri.so free 0x5571735e3680 void 0.000137
+gallium_dri.so free 0x5571735e3610 void 0.000138
+gallium_dri.so malloc 72 0x5571735e36a0 0.000146
+gallium_dri.so free 0x5571735e3740 void 0.000131
+gallium_dri.so free 0x5571735e36a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e36f0 0.000136
+gallium_dri.so free 0x5571735e37c0 void 0.000136
+gallium_dri.so free 0x5571735e36f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e36f0 0.000132
+gallium_dri.so free 0x5571735f0480 void 0.000127
+gallium_dri.so free 0x5571735e36f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0480 0.000131
+gallium_dri.so free 0x5571735f0540 void 0.000126
+gallium_dri.so free 0x5571735f0480 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0480 0.000138
+gallium_dri.so free 0x5571735f0640 void 0.000138
+gallium_dri.so free 0x5571735f0480 void 0.000137
+gallium_dri.so malloc 72 0x5571735f05f0 0.000131
+gallium_dri.so free 0x5571735f0680 void 0.000126
+gallium_dri.so free 0x5571735f05f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f05f0 0.000131
+gallium_dri.so free 0x5571735f0740 void 0.000126
+gallium_dri.so free 0x5571735f05f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0780 0.000140
+gallium_dri.so free 0x5571735f0800 void 0.000137
+gallium_dri.so free 0x5571735f0780 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0800 0.000136
+gallium_dri.so free 0x5571735f08c0 void 0.000136
+gallium_dri.so free 0x5571735f0800 void 0.000174
+gallium_dri.so malloc 72 0x5571735f0800 0.000131
+gallium_dri.so free 0x5571735f0940 void 0.000134
+gallium_dri.so free 0x5571735f0800 void 0.000136
+gallium_dri.so malloc 72 0x5571735f0970 0.000137
+gallium_dri.so free 0x5571735f09c0 void 0.000136
+gallium_dri.so free 0x5571735f0970 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0970 0.000174
+gallium_dri.so free 0x5571735f0ac0 void 0.000136
+gallium_dri.so free 0x5571735f0970 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0b00 0.000137
+gallium_dri.so free 0x5571735f0b80 void 0.000137
+gallium_dri.so free 0x5571735f0b00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0b80 0.000210
+gallium_dri.so free 0x5571735f0c40 void 0.000173
+gallium_dri.so free 0x5571735f0b80 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0b80 0.000142
+gallium_dri.so free 0x5571735f0cc0 void 0.000130
+gallium_dri.so free 0x5571735f0b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000129
+gallium_dri.so free 0x5571735f0d40 void 0.000123
+gallium_dri.so free 0x5571735f0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000120
+gallium_dri.so free 0x5571735f0e40 void 0.000189
+gallium_dri.so free 0x5571735f0cf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0df0 0.000131
+gallium_dri.so free 0x5571735f0f00 void 0.000131
+gallium_dri.so free 0x5571735f0df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000129
+gallium_dri.so free 0x5571735f0f80 void 0.000129
+gallium_dri.so free 0x5571735f0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000129
+gallium_dri.so free 0x5571735f1040 void 0.000130
+gallium_dri.so free 0x5571735f0eb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000125
+gallium_dri.so free 0x5571735f1100 void 0.000126
+gallium_dri.so free 0x5571735f0eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f10b0 0.000130
+gallium_dri.so free 0x5571735f1180 void 0.000167
+gallium_dri.so free 0x5571735f10b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f11d0 0.000120
+gallium_dri.so free 0x5571735f1240 void 0.000120
+gallium_dri.so free 0x5571735f11d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1260 0.000130
+gallium_dri.so free 0x5571735f1300 void 0.000130
+gallium_dri.so free 0x5571735f1260 void 0.000130
+gallium_dri.so malloc 72 0x5571735f12b0 0.000129
+gallium_dri.so free 0x5571735f1380 void 0.000124
+gallium_dri.so free 0x5571735f12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1380 0.000124
+gallium_dri.so free 0x5571735f1440 void 0.000130
+gallium_dri.so free 0x5571735f1380 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1380 0.000131
+gallium_dri.so free 0x5571735f14c0 void 0.000129
+gallium_dri.so free 0x5571735f1380 void 0.000169
+gallium_dri.so malloc 72 0x5571735f14c0 0.000172
+gallium_dri.so free 0x5571735f1580 void 0.000166
+gallium_dri.so free 0x5571735f14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f14c0 0.000129
+gallium_dri.so free 0x5571735f1640 void 0.000124
+gallium_dri.so free 0x5571735f14c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f14c0 0.000129
+gallium_dri.so free 0x5571735f1700 void 0.000128
+gallium_dri.so free 0x5571735f14c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f16b0 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000131
+gallium_dri.so free 0x5571735f16b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f17d0 0.000129
+gallium_dri.so free 0x5571735f1840 void 0.000124
+gallium_dri.so free 0x5571735f17d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1880 0.000125
+gallium_dri.so free 0x5571735f1900 void 0.000126
+gallium_dri.so free 0x5571735f1880 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1880 0.000130
+gallium_dri.so free 0x5571735f1980 void 0.000170
+gallium_dri.so free 0x5571735f1880 void 0.000166
+gallium_dri.so malloc 72 0x5571735f19b0 0.000167
+gallium_dri.so free 0x5571735f1a00 void 0.000128
+gallium_dri.so free 0x5571735f19b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f19b0 0.000130
+gallium_dri.so free 0x5571735f1b00 void 0.000132
+gallium_dri.so free 0x5571735f19b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000129
+gallium_dri.so free 0x5571735f1bc0 void 0.000124
+gallium_dri.so free 0x5571735f1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000125
+gallium_dri.so free 0x5571735f1c00 void 0.000129
+gallium_dri.so free 0x5571735f1b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1b70 0.000124
+gallium_dri.so free 0x5571735f1cc0 void 0.000125
+gallium_dri.so free 0x5571735f1b70 void 0.000146
+gallium_dri.so malloc 72 0x5571735f1d30 0.000132
+gallium_dri.so free 0x5571735f1d80 void 0.000129
+gallium_dri.so free 0x5571735f1d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1d30 0.000123
+gallium_dri.so free 0x5571735f1e80 void 0.000124
+gallium_dri.so free 0x5571735f1d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1e30 0.000123
+gallium_dri.so free 0x5571735f1f40 void 0.000126
+gallium_dri.so free 0x5571735f1e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000125
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so free 0x5571735f1ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000124
+gallium_dri.so free 0x5571735f2040 void 0.000129
+gallium_dri.so free 0x5571735f1ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2080 0.000130
+gallium_dri.so free 0x5571735f2100 void 0.000124
+gallium_dri.so free 0x5571735f2080 void 0.000145
+gallium_dri.so malloc 72 0x5571735f2100 0.000125
+gallium_dri.so free 0x5571735f21c0 void 0.000129
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2100 0.000120
+gallium_dri.so free 0x5571735f2280 void 0.000119
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f22a0 0.000121
+gallium_dri.so free 0x5571735f2340 void 0.000131
+gallium_dri.so free 0x5571735f22a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f22f0 0.000124
+gallium_dri.so free 0x5571735f23c0 void 0.000129
+gallium_dri.so free 0x5571735f22f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f22f0 0.000129
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so free 0x5571735f22f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2440 0.000125
+gallium_dri.so free 0x5571735f2500 void 0.000126
+gallium_dri.so free 0x5571735f2440 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2440 0.000129
+gallium_dri.so free 0x5571735f25c0 void 0.000123
+gallium_dri.so free 0x5571735f2440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2440 0.000124
+gallium_dri.so free 0x5571735f2680 void 0.000130
+gallium_dri.so free 0x5571735f2440 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2630 0.000163
+gallium_dri.so free 0x5571735f2740 void 0.000129
+gallium_dri.so free 0x5571735f2630 void 0.000131
+gallium_dri.so malloc 72 0x5571735f26f0 0.000124
+gallium_dri.so free 0x5571735f27c0 void 0.000127
+gallium_dri.so free 0x5571735f26f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2810 0.000131
+gallium_dri.so free 0x5571735f2880 void 0.000129
+gallium_dri.so free 0x5571735f2810 void 0.000130
+gallium_dri.so malloc 72 0x5571735f28a0 0.000131
+gallium_dri.so free 0x5571735f2940 void 0.000129
+gallium_dri.so free 0x5571735f28a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f28f0 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000125
+gallium_dri.so free 0x5571735f28f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f28f0 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a40 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2a40 0.000131
+gallium_dri.so free 0x5571735f2c00 void 0.000130
+gallium_dri.so free 0x5571735f2a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000129
+gallium_dri.so free 0x5571735f2c40 void 0.000130
+gallium_dri.so free 0x5571735f2bb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000131
+gallium_dri.so free 0x5571735f2d00 void 0.000129
+gallium_dri.so free 0x5571735f2bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2d40 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000129
+gallium_dri.so free 0x5571735f2d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000129
+gallium_dri.so free 0x5571735f2e80 void 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000126
+gallium_dri.so free 0x5571735f2f00 void 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2f30 0.000130
+gallium_dri.so free 0x5571735f2f80 void 0.000129
+gallium_dri.so free 0x5571735f2f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2f30 0.000130
+gallium_dri.so free 0x5571735f3080 void 0.000124
+gallium_dri.so free 0x5571735f2f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f30c0 0.000128
+gallium_dri.so free 0x5571735f3140 void 0.000130
+gallium_dri.so free 0x5571735f30c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f3140 0.000132
+gallium_dri.so free 0x5571735f3200 void 0.000129
+gallium_dri.so free 0x5571735f3140 void 0.000163
+gallium_dri.so malloc 72 0x5571735f3140 0.000129
+gallium_dri.so free 0x5571735f3280 void 0.000125
+gallium_dri.so free 0x5571735f3140 void 0.000120
+gallium_dri.so malloc 72 0x5571735f32b0 0.000124
+gallium_dri.so free 0x5571735f3300 void 0.000129
+gallium_dri.so free 0x5571735f32b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f32b0 0.000124
+gallium_dri.so free 0x5571735f3400 void 0.000121
+gallium_dri.so free 0x5571735f32b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f33b0 0.000130
+gallium_dri.so free 0x5571735f34c0 void 0.000124
+gallium_dri.so free 0x5571735f33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000125
+gallium_dri.so free 0x5571735f3470 void 0.000154
+gallium_dri.so malloc 72 0x5571735f3470 0.000126
+gallium_dri.so free 0x5571735f3600 void 0.000125
+gallium_dri.so free 0x5571735f3470 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3470 0.000132
+gallium_dri.so free 0x5571735eb380 void 0.000127
+gallium_dri.so free 0x5571735f3470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3470 0.000125
+gallium_dri.so free 0x5571735eb480 void 0.000124
+gallium_dri.so free 0x5571735f3470 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb430 0.000129
+gallium_dri.so free 0x5571735f36c0 void 0.000125
+gallium_dri.so free 0x5571735eb430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3670 0.000124
+gallium_dri.so free 0x5571735eb540 void 0.000125
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000120
+gallium_dri.so free 0x5571735eb5c0 void 0.000121
+gallium_dri.so free 0x5571735eb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000130
+gallium_dri.so free 0x5571735eb680 void 0.000129
+gallium_dri.so free 0x5571735eb5c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000122
+gallium_dri.so free 0x5571735eb5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb700 0.000124
+gallium_dri.so free 0x5571735eb7c0 void 0.000138
+gallium_dri.so free 0x5571735eb700 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb700 0.000133
+gallium_dri.so free 0x5571735eb880 void 0.000126
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb700 0.000124
+gallium_dri.so free 0x5571735eb940 void 0.000124
+gallium_dri.so free 0x5571735eb700 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000130
+gallium_dri.so free 0x5571735eb9c0 void 0.000130
+gallium_dri.so free 0x5571735eb8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eba10 0.000129
+gallium_dri.so free 0x5571735eba80 void 0.000125
+gallium_dri.so free 0x5571735eba10 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebac0 0.000130
+gallium_dri.so free 0x5571735ebb40 void 0.000130
+gallium_dri.so free 0x5571735ebac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebac0 0.000130
+gallium_dri.so free 0x5571735ebbc0 void 0.000129
+gallium_dri.so free 0x5571735ebac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000125
+gallium_dri.so free 0x5571735ebc40 void 0.000219
+gallium_dri.so free 0x5571735ebbf0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000164
+gallium_dri.so free 0x5571735ebd40 void 0.000162
+gallium_dri.so free 0x5571735ebbf0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebe00 void 0.000123
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebdb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000129
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so free 0x5571735ebdb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebf70 0.000125
+gallium_dri.so free 0x5571735ebfc0 void 0.000121
+gallium_dri.so free 0x5571735ebf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebf70 0.000123
+gallium_dri.so free 0x5571735ec0c0 void 0.000120
+gallium_dri.so free 0x5571735ebf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec070 0.000118
+gallium_dri.so free 0x5571735ec180 void 0.000120
+gallium_dri.so free 0x5571735ec070 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec130 0.000126
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ec130 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec130 0.000128
+gallium_dri.so free 0x5571735ec280 void 0.000125
+gallium_dri.so free 0x5571735ec130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec340 0.000125
+gallium_dri.so free 0x5571735ec400 void 0.000129
+gallium_dri.so free 0x5571735ec340 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec340 0.000129
+gallium_dri.so free 0x5571735ec4c0 void 0.000124
+gallium_dri.so free 0x5571735ec340 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000130
+gallium_dri.so free 0x5571735ec580 void 0.000128
+gallium_dri.so free 0x5571735ec4e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec530 0.000129
+gallium_dri.so free 0x5571735ec600 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec530 0.000129
+gallium_dri.so free 0x5571735ec680 void 0.000129
+gallium_dri.so free 0x5571735ec530 void 0.000164
+gallium_dri.so malloc 72 0x5571735ec680 0.000133
+gallium_dri.so free 0x5571735ec740 void 0.000131
+gallium_dri.so free 0x5571735ec680 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec680 0.000124
+gallium_dri.so free 0x5571735ec800 void 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec680 0.000134
+gallium_dri.so free 0x5571735ec8c0 void 0.000132
+gallium_dri.so free 0x5571735ec680 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec870 0.000125
+gallium_dri.so free 0x5571735ec980 void 0.000124
+gallium_dri.so free 0x5571735ec870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec930 0.000129
+gallium_dri.so free 0x5571735eca00 void 0.000129
+gallium_dri.so free 0x5571735ec930 void 0.000130
+gallium_dri.so malloc 72 0x5571735eca50 0.000128
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735eca50 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecae0 0.000125
+gallium_dri.so free 0x5571735ecb80 void 0.000120
+gallium_dri.so free 0x5571735ecae0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecb30 0.000129
+gallium_dri.so free 0x5571735ecc00 void 0.000124
+gallium_dri.so free 0x5571735ecb30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecb30 0.000132
+gallium_dri.so free 0x5571735ecc80 void 0.000131
+gallium_dri.so free 0x5571735ecb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecc80 0.000129
+gallium_dri.so free 0x5571735ecd40 void 0.000130
+gallium_dri.so free 0x5571735ecc80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecc80 0.000129
+gallium_dri.so free 0x5571735ece40 void 0.000124
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000119
+gallium_dri.so free 0x5571735ecdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000128
+gallium_dri.so free 0x5571735ecf40 void 0.000130
+gallium_dri.so free 0x5571735ecdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecf80 0.000119
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecf80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed000 0.000129
+gallium_dri.so free 0x5571735ed0c0 void 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed000 0.000130
+gallium_dri.so free 0x5571735ed140 void 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed170 0.000132
+gallium_dri.so free 0x5571735ed1c0 void 0.000121
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed170 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed300 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000119
+gallium_dri.so free 0x5571735ed300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed380 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed380 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000118
+gallium_dri.so free 0x5571735ed540 void 0.000120
+gallium_dri.so free 0x5571735ed4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000119
+gallium_dri.so free 0x5571735ed4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000119
+gallium_dri.so free 0x5571735ed700 void 0.000120
+gallium_dri.so free 0x5571735ed5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000124
+gallium_dri.so free 0x5571735ed780 void 0.000116
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000113
+gallium_dri.so free 0x5571735ed6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000112
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735ed980 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so free 0x5571735ed9d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda60 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda60 void 0.000112
+gallium_dri.so malloc 72 0x5571735edab0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb80 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb80 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000111
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000124
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000105
+gallium_dri.so malloc 72 0x5571735edeb0 0.000116
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so free 0x5571735edeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edfd0 0.000112
+gallium_dri.so free 0x5571735ee040 void 0.000113
+gallium_dri.so free 0x5571735edfd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee080 0.000111
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee080 0.000112
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000112
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000112
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee400 void 0.000120
+gallium_dri.so free 0x5571735ee370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee4c0 void 0.000113
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000112
+gallium_dri.so free 0x5571735ee530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee530 0.000112
+gallium_dri.so free 0x5571735ee680 void 0.000113
+gallium_dri.so free 0x5571735ee530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee740 void 0.000113
+gallium_dri.so free 0x5571735ee630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000116
+gallium_dri.so free 0x5571735ee780 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000113
+gallium_dri.so free 0x5571735ee840 void 0.000113
+gallium_dri.so free 0x5571735ee6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee880 0.000112
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so free 0x5571735ee880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee900 0.000113
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee900 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee900 0.000113
+gallium_dri.so free 0x5571735eea80 void 0.000130
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000113
+gallium_dri.so free 0x5571735eeaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee30 0.000113
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eeef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef010 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so free 0x5571735ef010 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735ef0a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000112
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef240 0.000115
+gallium_dri.so free 0x5571735ef300 void 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef240 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000113
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef540 0.000112
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000119
+gallium_dri.so free 0x5571735ef700 void 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef730 0.000117
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000112
+gallium_dri.so free 0x5571735ef730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735efab0 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000113
+gallium_dri.so free 0x5571735efab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efc00 void 0.000113
+gallium_dri.so free 0x5571735efab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efbb0 0.000113
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so free 0x5571735efbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000127
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff90 0.000112
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so free 0x5571735eff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0020 0.000112
+gallium_dri.so free 0x5571735f00c0 void 0.000121
+gallium_dri.so free 0x5571735f0020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000116
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0140 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0140 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000112
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000132
+gallium_dri.so free 0x5571735f0280 void 0.000186
+gallium_dri.so malloc 72 0x5571735bfe30 0.000178
+gallium_dri.so free 0x5571735bff00 void 0.000162
+gallium_dri.so free 0x5571735bfe30 void 0.000163
+gallium_dri.so malloc 72 0x5571735bff50 0.000165
+gallium_dri.so free 0x5571735bffc0 void 0.000137
+gallium_dri.so free 0x5571735bff50 void 0.000137
+gallium_dri.so malloc 72 0x5571735c0000 0.000137
+gallium_dri.so free 0x5571735c0080 void 0.000137
+gallium_dri.so free 0x5571735c0000 void 0.000137
+gallium_dri.so malloc 72 0x5571735c0000 0.000134
+gallium_dri.so free 0x5571735c0100 void 0.000128
+gallium_dri.so free 0x5571735c0000 void 0.000136
+gallium_dri.so malloc 72 0x5571735c0130 0.000137
+gallium_dri.so free 0x5571735c0180 void 0.000211
+gallium_dri.so free 0x5571735c0130 void 0.000138
+gallium_dri.so malloc 72 0x5571735c0130 0.000135
+gallium_dri.so free 0x5571735c0280 void 0.000128
+gallium_dri.so free 0x5571735c0130 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0230 0.000136
+gallium_dri.so free 0x5571735c0340 void 0.000139
+gallium_dri.so free 0x5571735c0230 void 0.000134
+gallium_dri.so malloc 72 0x5571735c02f0 0.000133
+gallium_dri.so free 0x5571735c0380 void 0.000138
+gallium_dri.so free 0x5571735c02f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c02f0 0.000138
+gallium_dri.so free 0x5571735c0440 void 0.000137
+gallium_dri.so free 0x5571735c02f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c04b0 0.000131
+gallium_dri.so free 0x5571735c0500 void 0.000135
+gallium_dri.so free 0x5571735c04b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c04b0 0.000137
+gallium_dri.so free 0x5571735c0600 void 0.000136
+gallium_dri.so free 0x5571735c04b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c05b0 0.000147
+gallium_dri.so free 0x5571735c06c0 void 0.000133
+gallium_dri.so free 0x5571735c05b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0670 0.000135
+gallium_dri.so free 0x5571735c0700 void 0.000131
+gallium_dri.so free 0x5571735c0670 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0670 0.000151
+gallium_dri.so free 0x5571735c07c0 void 0.000130
+gallium_dri.so free 0x5571735c0670 void 0.000219
+gallium_dri.so malloc 72 0x5571735c0800 0.000224
+gallium_dri.so free 0x5571735c0880 void 0.000130
+gallium_dri.so free 0x5571735c0800 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0880 0.000116
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0880 0.000122
+gallium_dri.so free 0x5571735c0a00 void 0.000125
+gallium_dri.so free 0x5571735c0880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a20 0.000119
+gallium_dri.so free 0x5571735c0ac0 void 0.000119
+gallium_dri.so free 0x5571735c0a20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0a70 0.000125
+gallium_dri.so free 0x5571735c0b40 void 0.000135
+gallium_dri.so free 0x5571735c0a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0a70 0.000124
+gallium_dri.so free 0x5571735c0bc0 void 0.000123
+gallium_dri.so free 0x5571735c0a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000118
+gallium_dri.so free 0x5571735c0c80 void 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000118
+gallium_dri.so free 0x5571735c0d40 void 0.000125
+gallium_dri.so free 0x5571735c0bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000123
+gallium_dri.so free 0x5571735c0e00 void 0.000123
+gallium_dri.so free 0x5571735c0bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0db0 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000120
+gallium_dri.so free 0x5571735c0db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0e70 0.000130
+gallium_dri.so free 0x5571735c0f40 void 0.000129
+gallium_dri.so free 0x5571735c0e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0f90 0.000121
+gallium_dri.so free 0x5571735c1000 void 0.000126
+gallium_dri.so free 0x5571735c0f90 void 0.000177
+gallium_dri.so malloc 72 0x5571735c1020 0.000128
+gallium_dri.so free 0x5571735c10c0 void 0.000129
+gallium_dri.so free 0x5571735c1020 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c1140 void 0.000125
+gallium_dri.so free 0x5571735c1070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1070 0.000129
+gallium_dri.so free 0x5571735c11c0 void 0.000129
+gallium_dri.so free 0x5571735c1070 void 0.000126
+gallium_dri.so malloc 72 0x5571735c11c0 0.000120
+gallium_dri.so free 0x5571735c1280 void 0.000125
+gallium_dri.so free 0x5571735c11c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000128
+gallium_dri.so free 0x5571735c1380 void 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1330 0.000129
+gallium_dri.so free 0x5571735c13c0 void 0.000132
+gallium_dri.so free 0x5571735c1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1330 0.000130
+gallium_dri.so free 0x5571735c1480 void 0.000130
+gallium_dri.so free 0x5571735c1330 void 0.000133
+gallium_dri.so malloc 72 0x5571735c14c0 0.000129
+gallium_dri.so free 0x5571735c1540 void 0.000130
+gallium_dri.so free 0x5571735c14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1540 0.000125
+gallium_dri.so free 0x5571735c1600 void 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1540 0.000130
+gallium_dri.so free 0x5571735c1680 void 0.000129
+gallium_dri.so free 0x5571735c1540 void 0.000133
+gallium_dri.so malloc 72 0x5571735c16b0 0.000131
+gallium_dri.so free 0x5571735c1700 void 0.000129
+gallium_dri.so free 0x5571735c16b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c16b0 0.000120
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so free 0x5571735c16b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1840 0.000135
+gallium_dri.so free 0x5571735c18c0 void 0.000131
+gallium_dri.so free 0x5571735c1840 void 0.000126
+gallium_dri.so malloc 72 0x5571735c18c0 0.000125
+gallium_dri.so free 0x5571735c1980 void 0.000123
+gallium_dri.so free 0x5571735c18c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c18c0 0.000123
+gallium_dri.so free 0x5571735c1a00 void 0.000126
+gallium_dri.so free 0x5571735c18c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a30 0.000129
+gallium_dri.so free 0x5571735c1a80 void 0.000130
+gallium_dri.so free 0x5571735c1a30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1a30 0.000127
+gallium_dri.so free 0x5571735c1b80 void 0.000120
+gallium_dri.so free 0x5571735c1a30 void 0.000150
+gallium_dri.so malloc 72 0x5571735c1b30 0.000132
+gallium_dri.so free 0x5571735c1c40 void 0.000126
+gallium_dri.so free 0x5571735c1b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000130
+gallium_dri.so free 0x5571735c1cc0 void 0.000124
+gallium_dri.so free 0x5571735c1bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000130
+gallium_dri.so free 0x5571735c1d80 void 0.000130
+gallium_dri.so free 0x5571735c1bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000125
+gallium_dri.so free 0x5571735c1e40 void 0.000124
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1df0 0.000130
+gallium_dri.so free 0x5571735c1ec0 void 0.000131
+gallium_dri.so free 0x5571735c1df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1f10 0.000129
+gallium_dri.so free 0x5571735c1f80 void 0.000131
+gallium_dri.so free 0x5571735c1f10 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000133
+gallium_dri.so free 0x5571735c2040 void 0.000129
+gallium_dri.so free 0x5571735c1fa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000129
+gallium_dri.so free 0x5571735c20c0 void 0.000134
+gallium_dri.so free 0x5571735c1ff0 void 0.000197
+gallium_dri.so malloc 72 0x5571735c20c0 0.000214
+gallium_dri.so free 0x5571735c2180 void 0.000250
+gallium_dri.so free 0x5571735c20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c20c0 0.000135
+gallium_dri.so free 0x5571735c2200 void 0.000133
+gallium_dri.so free 0x5571735c20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2200 0.000134
+gallium_dri.so free 0x5571735c22c0 void 0.000132
+gallium_dri.so free 0x5571735c2200 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2200 0.000129
+gallium_dri.so free 0x5571735c2380 void 0.000130
+gallium_dri.so free 0x5571735c2200 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2200 0.000130
+gallium_dri.so free 0x5571735c2440 void 0.000126
+gallium_dri.so free 0x5571735c2200 void 0.000125
+gallium_dri.so malloc 72 0x5571735c23f0 0.000130
+gallium_dri.so free 0x5571735c24c0 void 0.000124
+gallium_dri.so free 0x5571735c23f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2510 0.000120
+gallium_dri.so free 0x5571735c2580 void 0.000125
+gallium_dri.so free 0x5571735c2510 void 0.000126
+gallium_dri.so malloc 72 0x5571735c25c0 0.000125
+gallium_dri.so free 0x5571735c2640 void 0.000130
+gallium_dri.so free 0x5571735c25c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25c0 0.000130
+gallium_dri.so free 0x5571735c26c0 void 0.000131
+gallium_dri.so free 0x5571735c25c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c26f0 0.000136
+gallium_dri.so free 0x5571735c2740 void 0.000130
+gallium_dri.so free 0x5571735c26f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c26f0 0.000130
+gallium_dri.so free 0x5571735c2840 void 0.000124
+gallium_dri.so free 0x5571735c26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c27f0 0.000124
+gallium_dri.so free 0x5571735c2900 void 0.000123
+gallium_dri.so free 0x5571735c27f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c28b0 0.000128
+gallium_dri.so free 0x5571735c2940 void 0.000131
+gallium_dri.so free 0x5571735c28b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c28b0 0.000124
+gallium_dri.so free 0x5571735c2a00 void 0.000125
+gallium_dri.so free 0x5571735c28b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2a70 0.000131
+gallium_dri.so free 0x5571735c2ac0 void 0.000123
+gallium_dri.so free 0x5571735c2a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2a70 0.000130
+gallium_dri.so free 0x5571735c2bc0 void 0.000224
+gallium_dri.so free 0x5571735c2a70 void 0.000224
+gallium_dri.so malloc 72 0x5571735c2b70 0.000241
+gallium_dri.so free 0x5571735c2c80 void 0.000131
+gallium_dri.so free 0x5571735c2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2c30 0.000127
+gallium_dri.so free 0x5571735c2cc0 void 0.000125
+gallium_dri.so free 0x5571735c2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2c30 0.000124
+gallium_dri.so free 0x5571735c2d80 void 0.000119
+gallium_dri.so free 0x5571735c2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so free 0x5571735c2dc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2e40 0.000131
+gallium_dri.so free 0x5571735c2f00 void 0.000131
+gallium_dri.so free 0x5571735c2e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2e40 0.000124
+gallium_dri.so free 0x5571735c2fc0 void 0.000129
+gallium_dri.so free 0x5571735c2e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000125
+gallium_dri.so free 0x5571735c3080 void 0.000125
+gallium_dri.so free 0x5571735c2fe0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3030 0.000129
+gallium_dri.so free 0x5571735c3100 void 0.000130
+gallium_dri.so free 0x5571735c3030 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3030 0.000124
+gallium_dri.so free 0x5571735c3180 void 0.000133
+gallium_dri.so free 0x5571735c3030 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3180 0.000124
+gallium_dri.so free 0x5571735c3240 void 0.000126
+gallium_dri.so free 0x5571735c3180 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3180 0.000120
+gallium_dri.so free 0x5571735c3300 void 0.000130
+gallium_dri.so free 0x5571735c3180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3180 0.000129
+gallium_dri.so free 0x5571735c33c0 void 0.000129
+gallium_dri.so free 0x5571735c3180 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3370 0.000124
+gallium_dri.so free 0x5571735c3480 void 0.000126
+gallium_dri.so free 0x5571735c3370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3430 0.000125
+gallium_dri.so free 0x5571735c3500 void 0.000120
+gallium_dri.so free 0x5571735c3430 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3550 0.000129
+gallium_dri.so free 0x5571735c35c0 void 0.000129
+gallium_dri.so free 0x5571735c3550 void 0.000130
+gallium_dri.so malloc 72 0x5571735c35e0 0.000128
+gallium_dri.so free 0x5571735c3680 void 0.000123
+gallium_dri.so free 0x5571735c35e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3630 0.000129
+gallium_dri.so free 0x5571735c3700 void 0.000190
+gallium_dri.so free 0x5571735c3630 void 0.000140
+gallium_dri.so malloc 72 0x5571735c3630 0.000127
+gallium_dri.so free 0x5571735c3780 void 0.000150
+gallium_dri.so free 0x5571735c3630 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3780 0.000123
+gallium_dri.so free 0x5571735c3840 void 0.000124
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3780 0.000114
+gallium_dri.so free 0x5571735c3940 void 0.000114
+gallium_dri.so free 0x5571735c3780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c38f0 0.000114
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c38f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3a40 void 0.000113
+gallium_dri.so free 0x5571735c38f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a80 0.000114
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c3a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b00 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b00 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c70 0.000134
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000115
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e00 0.000112
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000112
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e80 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000114
+gallium_dri.so free 0x5571735c4040 void 0.000113
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4140 void 0.000114
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4200 void 0.000117
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41b0 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000114
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41b0 0.000112
+gallium_dri.so free 0x5571735c4340 void 0.000126
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c41b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c43b0 0.000112
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so free 0x5571735c43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44d0 0.000113
+gallium_dri.so free 0x5571735c4540 void 0.000115
+gallium_dri.so free 0x5571735c44d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4560 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000117
+gallium_dri.so free 0x5571735c4560 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45b0 0.000113
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so free 0x5571735c45b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4680 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4680 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000119
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c47c0 0.000113
+gallium_dri.so free 0x5571735c4a00 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49b0 0.000115
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c49b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c4ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4b80 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000114
+gallium_dri.so free 0x5571735c4d00 void 0.000113
+gallium_dri.so free 0x5571735c4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000114
+gallium_dri.so free 0x5571735c4e00 void 0.000114
+gallium_dri.so free 0x5571735c4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4db0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000112
+gallium_dri.so free 0x5571735c4f00 void 0.000135
+gallium_dri.so free 0x5571735c4e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4e70 0.000117
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so free 0x5571735c4e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5030 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000113
+gallium_dri.so free 0x5571735c5030 void 0.000115
+gallium_dri.so malloc 72 0x557173600ec0 0.000112
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173600f40 0.000112
+gallium_dri.so free 0x557173601000 void 0.000113
+gallium_dri.so free 0x557173600f40 void 0.000113
+gallium_dri.so malloc 72 0x557173600f40 0.000114
+gallium_dri.so free 0x557173601080 void 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000112
+gallium_dri.so malloc 72 0x5571736010b0 0.000112
+gallium_dri.so free 0x557173601100 void 0.000114
+gallium_dri.so free 0x5571736010b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736010b0 0.000112
+gallium_dri.so free 0x557173601200 void 0.000116
+gallium_dri.so free 0x5571736010b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736011b0 0.000114
+gallium_dri.so free 0x5571736012c0 void 0.000117
+gallium_dri.so free 0x5571736011b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601270 0.000113
+gallium_dri.so free 0x557173601340 void 0.000112
+gallium_dri.so free 0x557173601270 void 0.000121
+gallium_dri.so malloc 72 0x557173601270 0.000115
+gallium_dri.so free 0x557173601400 void 0.000113
+gallium_dri.so free 0x557173601270 void 0.000114
+gallium_dri.so malloc 72 0x557173601270 0.000113
+gallium_dri.so free 0x5571736014c0 void 0.000114
+gallium_dri.so free 0x557173601270 void 0.000114
+gallium_dri.so malloc 72 0x557173601470 0.000122
+gallium_dri.so free 0x557173601540 void 0.000119
+gallium_dri.so free 0x557173601470 void 0.000116
+gallium_dri.so malloc 72 0x557173601590 0.000109
+gallium_dri.so free 0x557173601600 void 0.000260
+gallium_dri.so free 0x557173601590 void 0.000295
+gallium_dri.so malloc 72 0x557173601620 0.000273
+gallium_dri.so free 0x5571736016c0 void 0.000274
+gallium_dri.so free 0x557173601620 void 0.000276
+gallium_dri.so malloc 72 0x557173601670 0.000162
+gallium_dri.so free 0x557173601740 void 0.000160
+gallium_dri.so free 0x557173601670 void 0.000123
+gallium_dri.so malloc 72 0x557173601740 0.000136
+gallium_dri.so free 0x557173601800 void 0.000126
+gallium_dri.so free 0x557173601740 void 0.000125
+gallium_dri.so malloc 72 0x557173601740 0.000122
+gallium_dri.so free 0x557173601880 void 0.000123
+gallium_dri.so free 0x557173601740 void 0.000123
+gallium_dri.so malloc 72 0x557173601880 0.000124
+gallium_dri.so free 0x557173601940 void 0.000124
+gallium_dri.so free 0x557173601880 void 0.000120
+gallium_dri.so malloc 72 0x557173601880 0.000119
+gallium_dri.so free 0x557173601a00 void 0.000118
+gallium_dri.so free 0x557173601880 void 0.000119
+gallium_dri.so malloc 72 0x557173601880 0.000117
+gallium_dri.so free 0x557173601ac0 void 0.000116
+gallium_dri.so free 0x557173601880 void 0.000118
+gallium_dri.so malloc 72 0x557173601a70 0.000122
+gallium_dri.so free 0x557173601b40 void 0.000122
+gallium_dri.so free 0x557173601a70 void 0.000119
+gallium_dri.so malloc 72 0x557173601b90 0.000114
+gallium_dri.so free 0x557173601c00 void 0.000114
+gallium_dri.so free 0x557173601b90 void 0.000118
+gallium_dri.so malloc 72 0x557173601c40 0.000123
+gallium_dri.so free 0x557173601cc0 void 0.000122
+gallium_dri.so free 0x557173601c40 void 0.000164
+gallium_dri.so malloc 72 0x557173601c40 0.000124
+gallium_dri.so free 0x557173601d40 void 0.000123
+gallium_dri.so free 0x557173601c40 void 0.000126
+gallium_dri.so malloc 72 0x557173601d70 0.000167
+gallium_dri.so free 0x557173601dc0 void 0.000122
+gallium_dri.so free 0x557173601d70 void 0.000123
+gallium_dri.so malloc 72 0x557173601d70 0.000123
+gallium_dri.so free 0x557173601ec0 void 0.000117
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601e70 0.000112
+gallium_dri.so free 0x557173601f80 void 0.000118
+gallium_dri.so free 0x557173601e70 void 0.000124
+gallium_dri.so malloc 72 0x557173601f30 0.000124
+gallium_dri.so free 0x557173601fc0 void 0.000124
+gallium_dri.so free 0x557173601f30 void 0.000161
+gallium_dri.so malloc 72 0x557173601f30 0.000161
+gallium_dri.so free 0x557173602080 void 0.000123
+gallium_dri.so free 0x557173601f30 void 0.000136
+gallium_dri.so malloc 72 0x5571736020f0 0.000131
+gallium_dri.so free 0x557173602140 void 0.000210
+gallium_dri.so free 0x5571736020f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736020f0 0.000129
+gallium_dri.so free 0x557173602240 void 0.000125
+gallium_dri.so free 0x5571736020f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736021f0 0.000125
+gallium_dri.so free 0x557173602300 void 0.000130
+gallium_dri.so free 0x5571736021f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736022b0 0.000129
+gallium_dri.so free 0x557173602340 void 0.000124
+gallium_dri.so free 0x5571736022b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736022b0 0.000125
+gallium_dri.so free 0x557173602400 void 0.000130
+gallium_dri.so free 0x5571736022b0 void 0.000130
+gallium_dri.so malloc 72 0x557173602440 0.000131
+gallium_dri.so free 0x5571736024c0 void 0.000129
+gallium_dri.so free 0x557173602440 void 0.000125
+gallium_dri.so malloc 72 0x5571736024c0 0.000120
+gallium_dri.so free 0x557173602580 void 0.000119
+gallium_dri.so free 0x5571736024c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736024c0 0.000130
+gallium_dri.so free 0x557173602640 void 0.000132
+gallium_dri.so free 0x5571736024c0 void 0.000130
+gallium_dri.so malloc 72 0x557173602660 0.000129
+gallium_dri.so free 0x557173602700 void 0.000124
+gallium_dri.so free 0x557173602660 void 0.000120
+gallium_dri.so malloc 72 0x5571736026b0 0.000125
+gallium_dri.so free 0x557173602780 void 0.000132
+gallium_dri.so free 0x5571736026b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736026b0 0.000129
+gallium_dri.so free 0x557173602800 void 0.000130
+gallium_dri.so free 0x5571736026b0 void 0.000130
+gallium_dri.so malloc 72 0x557173602800 0.000129
+gallium_dri.so free 0x5571736028c0 void 0.000130
+gallium_dri.so free 0x557173602800 void 0.000125
+gallium_dri.so malloc 72 0x557173602800 0.000125
+gallium_dri.so free 0x557173602980 void 0.000131
+gallium_dri.so free 0x557173602800 void 0.000125
+gallium_dri.so malloc 72 0x557173602800 0.000126
+gallium_dri.so free 0x557173602a40 void 0.000129
+gallium_dri.so free 0x557173602800 void 0.000131
+gallium_dri.so malloc 72 0x5571736029f0 0.000140
+gallium_dri.so free 0x557173602b00 void 0.000130
+gallium_dri.so free 0x5571736029f0 void 0.000131
+gallium_dri.so malloc 72 0x557173602ab0 0.000125
+gallium_dri.so free 0x557173602b80 void 0.000121
+gallium_dri.so free 0x557173602ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173602bd0 0.000131
+gallium_dri.so free 0x557173602c40 void 0.000129
+gallium_dri.so free 0x557173602bd0 void 0.000131
+gallium_dri.so malloc 72 0x557173602c60 0.000124
+gallium_dri.so free 0x557173602d00 void 0.000126
+gallium_dri.so free 0x557173602c60 void 0.000134
+gallium_dri.so malloc 72 0x557173602cb0 0.000130
+gallium_dri.so free 0x557173602d80 void 0.000130
+gallium_dri.so free 0x557173602cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173602cb0 0.000124
+gallium_dri.so free 0x557173602e00 void 0.000128
+gallium_dri.so free 0x557173602cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173602e00 0.000128
+gallium_dri.so free 0x557173602ec0 void 0.000129
+gallium_dri.so free 0x557173602e00 void 0.000169
+gallium_dri.so malloc 72 0x557173602e00 0.000135
+gallium_dri.so free 0x557173602fc0 void 0.000131
+gallium_dri.so free 0x557173602e00 void 0.000129
+gallium_dri.so malloc 72 0x557173602f70 0.000123
+gallium_dri.so free 0x557173603000 void 0.000123
+gallium_dri.so free 0x557173602f70 void 0.000125
+gallium_dri.so malloc 72 0x557173602f70 0.000125
+gallium_dri.so free 0x5571736030c0 void 0.000120
+gallium_dri.so free 0x557173602f70 void 0.000124
+gallium_dri.so malloc 72 0x557173603100 0.000131
+gallium_dri.so free 0x557173603180 void 0.000130
+gallium_dri.so free 0x557173603100 void 0.000130
+gallium_dri.so malloc 72 0x557173603180 0.000129
+gallium_dri.so free 0x557173603240 void 0.000130
+gallium_dri.so free 0x557173603180 void 0.000130
+gallium_dri.so malloc 72 0x557173603180 0.000129
+gallium_dri.so free 0x5571736032c0 void 0.000130
+gallium_dri.so free 0x557173603180 void 0.000130
+gallium_dri.so malloc 72 0x5571736032f0 0.000129
+gallium_dri.so free 0x557173603340 void 0.000130
+gallium_dri.so free 0x5571736032f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736032f0 0.000129
+gallium_dri.so free 0x557173603440 void 0.000130
+gallium_dri.so free 0x5571736032f0 void 0.000130
+gallium_dri.so malloc 72 0x557173603480 0.000125
+gallium_dri.so free 0x557173603500 void 0.000120
+gallium_dri.so free 0x557173603480 void 0.000125
+gallium_dri.so malloc 72 0x557173603500 0.000124
+gallium_dri.so free 0x5571736035c0 void 0.000120
+gallium_dri.so free 0x557173603500 void 0.000124
+gallium_dri.so malloc 72 0x557173603500 0.000129
+gallium_dri.so free 0x557173603640 void 0.000131
+gallium_dri.so free 0x557173603500 void 0.000135
+gallium_dri.so malloc 72 0x557173603670 0.000129
+gallium_dri.so free 0x5571736036c0 void 0.000125
+gallium_dri.so free 0x557173603670 void 0.000124
+gallium_dri.so malloc 72 0x557173603670 0.000131
+gallium_dri.so free 0x5571736037c0 void 0.000124
+gallium_dri.so free 0x557173603670 void 0.000119
+gallium_dri.so malloc 72 0x557173603770 0.000125
+gallium_dri.so free 0x557173603880 void 0.000130
+gallium_dri.so free 0x557173603770 void 0.000134
+gallium_dri.so malloc 72 0x557173603830 0.000163
+gallium_dri.so free 0x557173603900 void 0.000129
+gallium_dri.so free 0x557173603830 void 0.000131
+gallium_dri.so malloc 72 0x557173603830 0.000125
+gallium_dri.so free 0x5571736039c0 void 0.000126
+gallium_dri.so free 0x557173603830 void 0.000125
+gallium_dri.so malloc 72 0x557173603830 0.000126
+gallium_dri.so free 0x557173603a80 void 0.000125
+gallium_dri.so free 0x557173603830 void 0.000121
+gallium_dri.so malloc 72 0x557173603a30 0.000124
+gallium_dri.so free 0x557173603b00 void 0.000129
+gallium_dri.so free 0x557173603a30 void 0.000133
+gallium_dri.so malloc 72 0x557173603b50 0.000163
+gallium_dri.so free 0x557173603bc0 void 0.000134
+gallium_dri.so free 0x557173603b50 void 0.000125
+gallium_dri.so malloc 72 0x557173603be0 0.000125
+gallium_dri.so free 0x557173603c80 void 0.000123
+gallium_dri.so free 0x557173603be0 void 0.000124
+gallium_dri.so malloc 72 0x557173603c30 0.000129
+gallium_dri.so free 0x557173603d00 void 0.000129
+gallium_dri.so free 0x557173603c30 void 0.000167
+gallium_dri.so malloc 72 0x557173603d00 0.000126
+gallium_dri.so free 0x557173603dc0 void 0.000130
+gallium_dri.so free 0x557173603d00 void 0.000130
+gallium_dri.so malloc 72 0x557173603d00 0.000130
+gallium_dri.so free 0x557173603e40 void 0.000129
+gallium_dri.so free 0x557173603d00 void 0.000130
+gallium_dri.so malloc 72 0x557173603e40 0.000123
+gallium_dri.so free 0x557173603f00 void 0.000125
+gallium_dri.so free 0x557173603e40 void 0.000131
+gallium_dri.so malloc 72 0x557173603e40 0.000124
+gallium_dri.so free 0x557173603fc0 void 0.000126
+gallium_dri.so free 0x557173603e40 void 0.000125
+gallium_dri.so malloc 72 0x557173603e40 0.000119
+gallium_dri.so free 0x557173604080 void 0.000120
+gallium_dri.so free 0x557173603e40 void 0.000120
+gallium_dri.so malloc 72 0x557173604030 0.000124
+gallium_dri.so free 0x557173604100 void 0.000128
+gallium_dri.so free 0x557173604030 void 0.000130
+gallium_dri.so malloc 72 0x557173604150 0.000163
+gallium_dri.so free 0x5571736041c0 void 0.000129
+gallium_dri.so free 0x557173604150 void 0.000139
+gallium_dri.so malloc 72 0x557173604200 0.000129
+gallium_dri.so free 0x557173604280 void 0.000130
+gallium_dri.so free 0x557173604200 void 0.000129
+gallium_dri.so malloc 72 0x557173604200 0.000123
+gallium_dri.so free 0x557173604300 void 0.000121
+gallium_dri.so free 0x557173604200 void 0.000125
+gallium_dri.so malloc 72 0x557173604330 0.000130
+gallium_dri.so free 0x557173604380 void 0.000129
+gallium_dri.so free 0x557173604330 void 0.000124
+gallium_dri.so malloc 72 0x557173604330 0.000120
+gallium_dri.so free 0x557173604480 void 0.000126
+gallium_dri.so free 0x557173604330 void 0.000129
+gallium_dri.so malloc 72 0x557173604430 0.000131
+gallium_dri.so free 0x557173604540 void 0.000130
+gallium_dri.so free 0x557173604430 void 0.000132
+gallium_dri.so malloc 72 0x5571736044f0 0.000131
+gallium_dri.so free 0x557173604580 void 0.000130
+gallium_dri.so free 0x5571736044f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736044f0 0.000130
+gallium_dri.so free 0x557173604640 void 0.000124
+gallium_dri.so free 0x5571736044f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736046b0 0.000130
+gallium_dri.so free 0x557173604700 void 0.000130
+gallium_dri.so free 0x5571736046b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736046b0 0.000129
+gallium_dri.so free 0x557173604800 void 0.000124
+gallium_dri.so free 0x5571736046b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736047b0 0.000124
+gallium_dri.so free 0x5571736048c0 void 0.000125
+gallium_dri.so free 0x5571736047b0 void 0.000124
+gallium_dri.so malloc 72 0x557173604870 0.000126
+gallium_dri.so free 0x557173604900 void 0.000124
+gallium_dri.so free 0x557173604870 void 0.000125
+gallium_dri.so malloc 72 0x557173604870 0.000129
+gallium_dri.so free 0x5571736049c0 void 0.000129
+gallium_dri.so free 0x557173604870 void 0.000129
+gallium_dri.so malloc 72 0x557173604a00 0.000123
+gallium_dri.so free 0x557173604a80 void 0.000121
+gallium_dri.so free 0x557173604a00 void 0.000123
+gallium_dri.so malloc 72 0x557173604a80 0.000130
+gallium_dri.so free 0x557173604b40 void 0.000130
+gallium_dri.so free 0x557173604a80 void 0.000171
+gallium_dri.so malloc 72 0x557173604a80 0.000131
+gallium_dri.so free 0x557173604c00 void 0.000129
+gallium_dri.so free 0x557173604a80 void 0.000125
+gallium_dri.so malloc 72 0x557173604c20 0.000119
+gallium_dri.so free 0x557173604cc0 void 0.000125
+gallium_dri.so free 0x557173604c20 void 0.000125
+gallium_dri.so malloc 72 0x557173604c70 0.000126
+gallium_dri.so free 0x557173604d40 void 0.000129
+gallium_dri.so free 0x557173604c70 void 0.000130
+gallium_dri.so malloc 72 0x557173604c70 0.000129
+gallium_dri.so free 0x557173604dc0 void 0.000129
+gallium_dri.so free 0x557173604c70 void 0.000131
+gallium_dri.so malloc 72 0x557173604dc0 0.000124
+gallium_dri.so free 0x557173604e80 void 0.000126
+gallium_dri.so free 0x557173604dc0 void 0.000129
+gallium_dri.so malloc 72 0x557173604dc0 0.000129
+gallium_dri.so free 0x557173604f40 void 0.000131
+gallium_dri.so free 0x557173604dc0 void 0.000129
+gallium_dri.so malloc 72 0x557173604dc0 0.000130
+gallium_dri.so free 0x557173605000 void 0.000133
+gallium_dri.so free 0x557173604dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173604fb0 0.000126
+gallium_dri.so free 0x5571736050c0 void 0.000119
+gallium_dri.so free 0x557173604fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173605070 0.000130
+gallium_dri.so free 0x557173605140 void 0.000129
+gallium_dri.so free 0x557173605070 void 0.000131
+gallium_dri.so malloc 72 0x557173605190 0.000126
+gallium_dri.so free 0x557173605200 void 0.000126
+gallium_dri.so free 0x557173605190 void 0.000130
+gallium_dri.so malloc 72 0x557173605220 0.000125
+gallium_dri.so free 0x5571736052c0 void 0.000119
+gallium_dri.so free 0x557173605220 void 0.000125
+gallium_dri.so malloc 72 0x557173605270 0.000131
+gallium_dri.so free 0x557173605340 void 0.000129
+gallium_dri.so free 0x557173605270 void 0.000130
+gallium_dri.so malloc 72 0x557173605270 0.000124
+gallium_dri.so free 0x5571736053c0 void 0.000125
+gallium_dri.so free 0x557173605270 void 0.000134
+gallium_dri.so malloc 72 0x5571736053c0 0.000130
+gallium_dri.so free 0x557173605480 void 0.000166
+gallium_dri.so free 0x5571736053c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736053c0 0.000130
+gallium_dri.so free 0x557173605580 void 0.000125
+gallium_dri.so free 0x5571736053c0 void 0.000120
+gallium_dri.so malloc 72 0x557173605530 0.000124
+gallium_dri.so free 0x5571736055c0 void 0.000130
+gallium_dri.so free 0x557173605530 void 0.000129
+gallium_dri.so malloc 72 0x557173605530 0.000130
+gallium_dri.so free 0x557173605680 void 0.000131
+gallium_dri.so free 0x557173605530 void 0.000131
+gallium_dri.so malloc 72 0x5571736056c0 0.000129
+gallium_dri.so free 0x557173605740 void 0.000129
+gallium_dri.so free 0x5571736056c0 void 0.000129
+gallium_dri.so malloc 72 0x557173605740 0.000124
+gallium_dri.so free 0x557173605800 void 0.000121
+gallium_dri.so free 0x557173605740 void 0.000123
+gallium_dri.so malloc 72 0x557173605740 0.000129
+gallium_dri.so free 0x557173605880 void 0.000131
+gallium_dri.so free 0x557173605740 void 0.000130
+gallium_dri.so malloc 72 0x5571736058b0 0.000140
+gallium_dri.so free 0x557173605900 void 0.000129
+gallium_dri.so free 0x5571736058b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736058b0 0.000126
+gallium_dri.so free 0x557173605a00 void 0.000130
+gallium_dri.so free 0x5571736058b0 void 0.000131
+gallium_dri.so malloc 72 0x557173605a40 0.000131
+gallium_dri.so free 0x557173605ac0 void 0.000163
+gallium_dri.so free 0x557173605a40 void 0.000226
+gallium_dri.so malloc 72 0x557173605ac0 0.000129
+gallium_dri.so free 0x557173605b80 void 0.000128
+gallium_dri.so free 0x557173605ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173605ac0 0.000124
+gallium_dri.so free 0x557173605c00 void 0.000122
+gallium_dri.so free 0x557173605ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173605c30 0.000128
+gallium_dri.so free 0x557173605c80 void 0.000121
+gallium_dri.so free 0x557173605c30 void 0.000120
+gallium_dri.so malloc 72 0x557173605c30 0.000120
+gallium_dri.so free 0x557173605d80 void 0.000212
+gallium_dri.so free 0x557173605c30 void 0.000172
+gallium_dri.so malloc 72 0x557173605d30 0.000169
+gallium_dri.so free 0x557173605e40 void 0.000128
+gallium_dri.so free 0x557173605d30 void 0.000125
+gallium_dri.so malloc 72 0x557173605df0 0.000125
+gallium_dri.so free 0x557173605ec0 void 0.000124
+gallium_dri.so free 0x557173605df0 void 0.000124
+gallium_dri.so malloc 72 0x557173605df0 0.000131
+gallium_dri.so free 0x557173605f80 void 0.000131
+gallium_dri.so free 0x557173605df0 void 0.000137
+gallium_dri.so malloc 72 0x557173605df0 0.000134
+gallium_dri.so free 0x557173606040 void 0.000139
+gallium_dri.so free 0x557173605df0 void 0.000134
+gallium_dri.so malloc 72 0x557173605ff0 0.000132
+gallium_dri.so free 0x5571736060c0 void 0.000133
+gallium_dri.so free 0x557173605ff0 void 0.000138
+gallium_dri.so malloc 72 0x557173606110 0.000225
+gallium_dri.so free 0x557173606180 void 0.000173
+gallium_dri.so free 0x557173606110 void 0.000137
+gallium_dri.so malloc 72 0x5571736061a0 0.000135
+gallium_dri.so free 0x557173606240 void 0.000212
+gallium_dri.so free 0x5571736061a0 void 0.000244
+gallium_dri.so malloc 72 0x5571736061f0 0.000138
+gallium_dri.so free 0x5571736062c0 void 0.000136
+gallium_dri.so free 0x5571736061f0 void 0.000138
+gallium_dri.so malloc 72 0x5571736062c0 0.000169
+gallium_dri.so free 0x557173606380 void 0.000193
+gallium_dri.so free 0x5571736062c0 void 0.000193
+gallium_dri.so malloc 72 0x5571736062c0 0.000204
+gallium_dri.so free 0x557173606400 void 0.000155
+gallium_dri.so free 0x5571736062c0 void 0.000153
+gallium_dri.so malloc 72 0x557173606400 0.000147
+gallium_dri.so free 0x5571736064c0 void 0.000194
+gallium_dri.so free 0x557173606400 void 0.000141
+gallium_dri.so malloc 72 0x557173606400 0.000192
+gallium_dri.so free 0x557173606580 void 0.000176
+gallium_dri.so free 0x557173606400 void 0.000129
+gallium_dri.so malloc 72 0x557173606400 0.000129
+gallium_dri.so free 0x557173606640 void 0.000122
+gallium_dri.so free 0x557173606400 void 0.000136
+gallium_dri.so malloc 72 0x5571736065f0 0.000122
+gallium_dri.so free 0x5571736066c0 void 0.000121
+gallium_dri.so free 0x5571736065f0 void 0.000121
+gallium_dri.so malloc 72 0x557173606710 0.000122
+gallium_dri.so free 0x557173606780 void 0.000123
+gallium_dri.so free 0x557173606710 void 0.000120
+gallium_dri.so malloc 72 0x5571736067c0 0.000121
+gallium_dri.so free 0x557173606840 void 0.000121
+gallium_dri.so free 0x5571736067c0 void 0.000122
+gallium_dri.so malloc 72 0x5571736067c0 0.000122
+gallium_dri.so free 0x5571736068c0 void 0.000175
+gallium_dri.so free 0x5571736067c0 void 0.000227
+gallium_dri.so malloc 72 0x5571736068f0 0.000182
+gallium_dri.so free 0x557173606940 void 0.000183
+gallium_dri.so free 0x5571736068f0 void 0.000246
+gallium_dri.so malloc 72 0x5571736068f0 0.000379
+gallium_dri.so free 0x557173606a40 void 0.000351
+gallium_dri.so free 0x5571736068f0 void 0.000261
+gallium_dri.so malloc 72 0x5571736069f0 0.000158
+gallium_dri.so free 0x557173606b00 void 0.000152
+gallium_dri.so free 0x5571736069f0 void 0.000159
+gallium_dri.so malloc 72 0x557173606ab0 0.000260
+gallium_dri.so free 0x557173606b40 void 0.000149
+gallium_dri.so free 0x557173606ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173606ab0 0.000128
+gallium_dri.so free 0x557173606c00 void 0.000130
+gallium_dri.so free 0x557173606ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173606c70 0.000127
+gallium_dri.so free 0x557173606cc0 void 0.000135
+gallium_dri.so free 0x557173606c70 void 0.000145
+gallium_dri.so malloc 72 0x557173606c70 0.000146
+gallium_dri.so free 0x557173606dc0 void 0.000142
+gallium_dri.so free 0x557173606c70 void 0.000142
+gallium_dri.so malloc 72 0x557173606d70 0.000159
+gallium_dri.so free 0x557173606e80 void 0.000152
+gallium_dri.so free 0x557173606d70 void 0.000167
+gallium_dri.so malloc 72 0x557173606e30 0.000137
+gallium_dri.so free 0x557173606ec0 void 0.000138
+gallium_dri.so free 0x557173606e30 void 0.000150
+gallium_dri.so malloc 72 0x557173606e30 0.000134
+gallium_dri.so free 0x557173606f80 void 0.000200
+gallium_dri.so free 0x557173606e30 void 0.000163
+gallium_dri.so malloc 72 0x557173606fc0 0.000138
+gallium_dri.so free 0x557173607040 void 0.000143
+gallium_dri.so free 0x557173606fc0 void 0.000148
+gallium_dri.so malloc 72 0x557173607040 0.000159
+gallium_dri.so free 0x557173607100 void 0.000134
+gallium_dri.so free 0x557173607040 void 0.000122
+gallium_dri.so malloc 72 0x557173607040 0.000124
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so free 0x557173607040 void 0.000123
+gallium_dri.so malloc 72 0x557173607040 0.000121
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so free 0x557173607040 void 0.000121
+gallium_dri.so malloc 72 0x5571735da970 0.000124
+gallium_dri.so free 0x5571735da9c0 void 0.000126
+gallium_dri.so free 0x5571735da970 void 0.000123
+gallium_dri.so malloc 72 0x5571735da970 0.000122
+gallium_dri.so free 0x5571735daac0 void 0.000122
+gallium_dri.so free 0x5571735da970 void 0.000123
+gallium_dri.so malloc 72 0x5571735daa70 0.000140
+gallium_dri.so free 0x5571735dab80 void 0.000132
+gallium_dri.so free 0x5571735daa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab30 0.000116
+gallium_dri.so free 0x5571735dabc0 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab30 0.000117
+gallium_dri.so free 0x5571735dac80 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dacd0 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000115
+gallium_dri.so free 0x5571735dacd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dad80 0.000115
+gallium_dri.so free 0x5571735dae00 void 0.000117
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dae00 0.000116
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000116
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf70 0.000114
+gallium_dri.so free 0x5571735dafc0 void 0.000114
+gallium_dri.so free 0x5571735daf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000117
+gallium_dri.so free 0x5571735db0c0 void 0.000118
+gallium_dri.so free 0x5571735daf70 void 0.000126
+gallium_dri.so malloc 72 0x5571735db070 0.000128
+gallium_dri.so free 0x5571735db180 void 0.000137
+gallium_dri.so free 0x5571735db070 void 0.000128
+gallium_dri.so malloc 72 0x5571735db130 0.000130
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so free 0x5571735db130 void 0.000116
+gallium_dri.so malloc 72 0x5571735db220 0.000117
+gallium_dri.so free 0x5571735db2c0 void 0.000117
+gallium_dri.so free 0x5571735db220 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000118
+gallium_dri.so free 0x5571735db340 void 0.000121
+gallium_dri.so free 0x5571735db270 void 0.000116
+gallium_dri.so malloc 72 0x5571735db270 0.000117
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db3c0 0.000116
+gallium_dri.so free 0x5571735db480 void 0.000136
+gallium_dri.so free 0x5571735db3c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735db3c0 0.000127
+gallium_dri.so free 0x5571735db540 void 0.000129
+gallium_dri.so free 0x5571735db3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db3c0 0.000121
+gallium_dri.so free 0x5571735db600 void 0.000172
+gallium_dri.so free 0x5571735db3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db5b0 0.000126
+gallium_dri.so free 0x5571735db600 void 0.000127
+gallium_dri.so free 0x5571735db5b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735db5b0 0.000127
+gallium_dri.so free 0x5571735db700 void 0.000125
+gallium_dri.so free 0x5571735db5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db6b0 0.000122
+gallium_dri.so free 0x5571735db7c0 void 0.000120
+gallium_dri.so free 0x5571735db6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db770 0.000122
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db770 void 0.000122
+gallium_dri.so malloc 72 0x5571735db770 0.000120
+gallium_dri.so free 0x5571735db8c0 void 0.000123
+gallium_dri.so free 0x5571735db770 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000121
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so malloc 72 0x5571735db980 0.000143
+gallium_dri.so free 0x5571735dba40 void 0.000147
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so malloc 72 0x5571735db980 0.000124
+gallium_dri.so free 0x5571735dbb00 void 0.000124
+gallium_dri.so free 0x5571735db980 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb20 0.000128
+gallium_dri.so free 0x5571735dbbc0 void 0.000126
+gallium_dri.so free 0x5571735dbb20 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb70 0.000146
+gallium_dri.so free 0x5571735dbc40 void 0.000132
+gallium_dri.so free 0x5571735dbb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb70 0.000126
+gallium_dri.so free 0x5571735dbcc0 void 0.000122
+gallium_dri.so free 0x5571735dbb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbd80 void 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000120
+gallium_dri.so free 0x5571735dbf00 void 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000121
+gallium_dri.so free 0x5571735dbfc0 void 0.000122
+gallium_dri.so free 0x5571735dbeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000120
+gallium_dri.so free 0x5571735dc040 void 0.000121
+gallium_dri.so free 0x5571735dbf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc090 0.000118
+gallium_dri.so free 0x5571735dc100 void 0.000120
+gallium_dri.so free 0x5571735dc090 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc120 0.000121
+gallium_dri.so free 0x5571735dc1c0 void 0.000121
+gallium_dri.so free 0x5571735dc120 void 0.000150
+gallium_dri.so malloc 72 0x5571735dc170 0.000136
+gallium_dri.so free 0x5571735dc240 void 0.000134
+gallium_dri.so free 0x5571735dc170 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc170 0.000134
+gallium_dri.so free 0x5571735dc2c0 void 0.000141
+gallium_dri.so free 0x5571735dc170 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000145
+gallium_dri.so free 0x5571735dc380 void 0.000147
+gallium_dri.so free 0x5571735dc2c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000184
+gallium_dri.so free 0x5571735dc480 void 0.000149
+gallium_dri.so free 0x5571735dc2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc430 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc430 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x5571735dc430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc640 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc640 0.000125
+gallium_dri.so free 0x5571735dc700 void 0.000142
+gallium_dri.so free 0x5571735dc640 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc640 0.000112
+gallium_dri.so free 0x5571735dc780 void 0.000113
+gallium_dri.so free 0x5571735dc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc940 0.000116
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000112
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb30 0.000114
+gallium_dri.so free 0x5571735dcb80 void 0.000114
+gallium_dri.so free 0x5571735dcb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb30 0.000112
+gallium_dri.so free 0x5571735dcc80 void 0.000113
+gallium_dri.so free 0x5571735dcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc30 0.000115
+gallium_dri.so free 0x5571735dcd40 void 0.000132
+gallium_dri.so free 0x5571735dcc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dccf0 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dccf0 0.000110
+gallium_dri.so free 0x5571735dce80 void 0.000111
+gallium_dri.so free 0x5571735dccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dccf0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000111
+gallium_dri.so free 0x5571735dccf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcef0 0.000111
+gallium_dri.so free 0x5571735dcfc0 void 0.000112
+gallium_dri.so free 0x5571735dcef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd010 0.000112
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dd010 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dd0a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000111
+gallium_dri.so free 0x5571735dd1c0 void 0.000112
+gallium_dri.so free 0x5571735dd0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000112
+gallium_dri.so free 0x5571735dd280 void 0.000111
+gallium_dri.so free 0x5571735dd1c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000110
+gallium_dri.so free 0x5571735dd300 void 0.000110
+gallium_dri.so free 0x5571735dd1c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd300 0.000116
+gallium_dri.so free 0x5571735dd480 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000115
+gallium_dri.so free 0x5571735dd540 void 0.000117
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000116
+gallium_dri.so free 0x5571735dd5c0 void 0.000116
+gallium_dri.so free 0x5571735dd4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd610 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000117
+gallium_dri.so free 0x5571735dd610 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000116
+gallium_dri.so free 0x5571735dd6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000122
+gallium_dri.so free 0x5571735dd7c0 void 0.000125
+gallium_dri.so free 0x5571735dd6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000116
+gallium_dri.so free 0x5571735dd7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000124
+gallium_dri.so free 0x5571735dd7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000126
+gallium_dri.so free 0x5571735dda00 void 0.000120
+gallium_dri.so free 0x5571735dd8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000117
+gallium_dri.so free 0x5571735dda40 void 0.000117
+gallium_dri.so free 0x5571735dd9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000116
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so free 0x5571735dd9b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddb70 0.000152
+gallium_dri.so free 0x5571735ddbc0 void 0.000122
+gallium_dri.so free 0x5571735ddb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb70 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc70 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735ddc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddd30 0.000120
+gallium_dri.so free 0x5571735dddc0 void 0.000117
+gallium_dri.so free 0x5571735ddd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddd30 0.000117
+gallium_dri.so free 0x5571735dde80 void 0.000116
+gallium_dri.so free 0x5571735ddd30 void 0.000141
+gallium_dri.so malloc 72 0x5571735ddec0 0.000127
+gallium_dri.so free 0x5571735ddf40 void 0.000121
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf40 0.000187
+gallium_dri.so free 0x5571735de000 void 0.000113
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf40 0.000112
+gallium_dri.so free 0x5571735de0c0 void 0.000111
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735de0e0 0.000109
+gallium_dri.so free 0x5571735de180 void 0.000111
+gallium_dri.so free 0x5571735de0e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de200 void 0.000112
+gallium_dri.so free 0x5571735de130 void 0.000110
+gallium_dri.so malloc 72 0x5571735de130 0.000109
+gallium_dri.so free 0x5571735de280 void 0.000110
+gallium_dri.so free 0x5571735de130 void 0.000110
+gallium_dri.so malloc 72 0x5571735de280 0.000110
+gallium_dri.so free 0x5571735de340 void 0.000110
+gallium_dri.so free 0x5571735de280 void 0.000111
+gallium_dri.so malloc 72 0x5571735de280 0.000110
+gallium_dri.so free 0x5571735de400 void 0.000109
+gallium_dri.so free 0x5571735de280 void 0.000111
+gallium_dri.so malloc 72 0x5571735de280 0.000110
+gallium_dri.so free 0x5571735de4c0 void 0.000111
+gallium_dri.so free 0x5571735de280 void 0.000134
+gallium_dri.so malloc 72 0x5571735de470 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000111
+gallium_dri.so free 0x5571735de470 void 0.000110
+gallium_dri.so malloc 72 0x5571735de530 0.000110
+gallium_dri.so free 0x5571735de600 void 0.000109
+gallium_dri.so free 0x5571735de530 void 0.000110
+gallium_dri.so malloc 72 0x5571735de650 0.000109
+gallium_dri.so free 0x5571735de6c0 void 0.000109
+gallium_dri.so free 0x5571735de650 void 0.000110
+gallium_dri.so malloc 72 0x5571735de6e0 0.000110
+gallium_dri.so free 0x5571735de780 void 0.000110
+gallium_dri.so free 0x5571735de6e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de730 0.000109
+gallium_dri.so free 0x5571735de800 void 0.000110
+gallium_dri.so free 0x5571735de730 void 0.000111
+gallium_dri.so malloc 72 0x5571735de730 0.000110
+gallium_dri.so free 0x5571735de880 void 0.000111
+gallium_dri.so free 0x5571735de730 void 0.000111
+gallium_dri.so malloc 72 0x5571735de880 0.000110
+gallium_dri.so free 0x5571735de940 void 0.000110
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so malloc 72 0x5571735de880 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000116
+gallium_dri.so free 0x5571735de880 void 0.000110
+gallium_dri.so malloc 72 0x5571735de9f0 0.000110
+gallium_dri.so free 0x5571735dea80 void 0.000111
+gallium_dri.so free 0x5571735de9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9f0 0.000132
+gallium_dri.so free 0x5571735deb40 void 0.000121
+gallium_dri.so free 0x5571735de9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb80 0.000111
+gallium_dri.so free 0x5571735dec00 void 0.000112
+gallium_dri.so free 0x5571735deb80 void 0.000110
+gallium_dri.so malloc 72 0x5571735dec00 0.000110
+gallium_dri.so free 0x5571735decc0 void 0.000111
+gallium_dri.so free 0x5571735dec00 void 0.000109
+gallium_dri.so malloc 72 0x5571735dec00 0.000110
+gallium_dri.so free 0x5571735ded40 void 0.000108
+gallium_dri.so free 0x5571735dec00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ded70 0.000109
+gallium_dri.so free 0x5571735dedc0 void 0.000110
+gallium_dri.so free 0x5571735ded70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ded70 0.000111
+gallium_dri.so free 0x5571735deec0 void 0.000118
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735def00 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000109
+gallium_dri.so malloc 72 0x5571735def80 0.000116
+gallium_dri.so free 0x5571735df040 void 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735def80 0.000112
+gallium_dri.so free 0x5571735df0c0 void 0.000112
+gallium_dri.so free 0x5571735def80 void 0.000110
+gallium_dri.so malloc 72 0x5571735df0f0 0.000176
+gallium_dri.so free 0x5571735df140 void 0.000125
+gallium_dri.so free 0x5571735df0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0f0 0.000117
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df1f0 0.000117
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so free 0x5571735df1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2b0 0.000117
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so free 0x5571735df2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df2b0 0.000117
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so free 0x5571735df2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df2b0 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df4b0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df5d0 0.000117
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so free 0x5571735df5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df660 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df660 void 0.000129
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000110
+gallium_dri.so free 0x5571735df6b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df780 0.000110
+gallium_dri.so free 0x5571735df840 void 0.000110
+gallium_dri.so free 0x5571735df780 void 0.000110
+gallium_dri.so malloc 72 0x5571735df780 0.000118
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000110
+gallium_dri.so malloc 72 0x5571735df8c0 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000111
+gallium_dri.so free 0x5571735df8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfa40 void 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735df8c0 0.000110
+gallium_dri.so free 0x5571735dfb00 void 0.000111
+gallium_dri.so free 0x5571735df8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfab0 0.000110
+gallium_dri.so free 0x5571735dfb80 void 0.000110
+gallium_dri.so free 0x5571735dfab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000109
+gallium_dri.so free 0x5571735dfc40 void 0.000110
+gallium_dri.so free 0x5571735dfbd0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfc80 0.000111
+gallium_dri.so free 0x5571735dfd00 void 0.000110
+gallium_dri.so free 0x5571735dfc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfc80 0.000110
+gallium_dri.so free 0x5571735dfd80 void 0.000134
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000116
+gallium_dri.so free 0x5571735dfe00 void 0.000116
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000115
+gallium_dri.so free 0x5571735dff00 void 0.000116
+gallium_dri.so free 0x5571735dfdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000112
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff70 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so free 0x5571735dff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dff70 0.000114
+gallium_dri.so free 0x5571735e00c0 void 0.000115
+gallium_dri.so free 0x5571735dff70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0130 0.000114
+gallium_dri.so free 0x5571735e0180 void 0.000123
+gallium_dri.so free 0x5571735e0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0130 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0230 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000116
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e0380 void 0.000194
+gallium_dri.so free 0x5571735e02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000113
+gallium_dri.so free 0x5571735e0440 void 0.000113
+gallium_dri.so free 0x5571735e02f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0480 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000114
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0500 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e06a0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000112
+gallium_dri.so free 0x5571735e07c0 void 0.000114
+gallium_dri.so free 0x5571735e06f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0840 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000128
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a30 0.000115
+gallium_dri.so free 0x5571735e0b40 void 0.000116
+gallium_dri.so free 0x5571735e0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0af0 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c10 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so free 0x5571735e0c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so free 0x5571735e0ca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000113
+gallium_dri.so free 0x557173462440 void 0.000115
+gallium_dri.so free 0x5571735e0cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173462480 0.000113
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so free 0x557173462480 void 0.000113
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x5571734625c0 void 0.000115
+gallium_dri.so free 0x557173462500 void 0.000113
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000121
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x557173462640 void 0.000115
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so malloc 72 0x557173462500 0.000113
+gallium_dri.so free 0x557173462700 void 0.000114
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so malloc 72 0x557173462740 0.000123
+gallium_dri.so free 0x5571734627c0 void 0.000116
+gallium_dri.so free 0x557173462740 void 0.000112
+gallium_dri.so malloc 72 0x5571734627c0 0.000113
+gallium_dri.so free 0x557173462880 void 0.000114
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734627c0 0.000113
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x5571734627c0 void 0.000113
+gallium_dri.so malloc 72 0x557173462930 0.000114
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so free 0x557173462930 void 0.000113
+gallium_dri.so malloc 72 0x557173462930 0.000113
+gallium_dri.so free 0x557173462a80 void 0.000116
+gallium_dri.so free 0x557173462930 void 0.000114
+gallium_dri.so malloc 72 0x557173462ac0 0.000114
+gallium_dri.so free 0x557173462b40 void 0.000115
+gallium_dri.so free 0x557173462ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173462b40 0.000113
+gallium_dri.so free 0x557173462c00 void 0.000167
+gallium_dri.so free 0x557173462b40 void 0.000117
+gallium_dri.so malloc 72 0x557173462b40 0.000114
+gallium_dri.so free 0x557173462c80 void 0.000115
+gallium_dri.so free 0x557173462b40 void 0.000113
+gallium_dri.so malloc 72 0x557173462cb0 0.000113
+gallium_dri.so free 0x557173462d00 void 0.000115
+gallium_dri.so free 0x557173462cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173462cb0 0.000114
+gallium_dri.so free 0x557173462e00 void 0.000115
+gallium_dri.so free 0x557173462cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173462db0 0.000114
+gallium_dri.so free 0x557173462ec0 void 0.000114
+gallium_dri.so free 0x557173462db0 void 0.000114
+gallium_dri.so malloc 72 0x557173462e70 0.000115
+gallium_dri.so free 0x557173462f40 void 0.000115
+gallium_dri.so free 0x557173462e70 void 0.000114
+gallium_dri.so malloc 72 0x557173462e70 0.000114
+gallium_dri.so free 0x557173463000 void 0.000116
+gallium_dri.so free 0x557173462e70 void 0.000113
+gallium_dri.so malloc 72 0x557173462e70 0.000113
+gallium_dri.so free 0x5571734630c0 void 0.000114
+gallium_dri.so free 0x557173462e70 void 0.000115
+gallium_dri.so malloc 72 0x557173463070 0.000113
+gallium_dri.so free 0x557173463140 void 0.000116
+gallium_dri.so free 0x557173463070 void 0.000112
+gallium_dri.so malloc 72 0x557173463190 0.000112
+gallium_dri.so free 0x557173463200 void 0.000115
+gallium_dri.so free 0x557173463190 void 0.000114
+gallium_dri.so malloc 72 0x557173463220 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000115
+gallium_dri.so free 0x557173463220 void 0.000115
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x557173463340 void 0.000115
+gallium_dri.so free 0x557173463270 void 0.000115
+gallium_dri.so malloc 72 0x557173463340 0.000114
+gallium_dri.so free 0x557173463400 void 0.000115
+gallium_dri.so free 0x557173463340 void 0.000113
+gallium_dri.so malloc 72 0x557173463340 0.000113
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so free 0x557173463340 void 0.000114
+gallium_dri.so malloc 72 0x557173463480 0.000112
+gallium_dri.so free 0x557173463540 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so malloc 72 0x557173463480 0.000118
+gallium_dri.so free 0x557173463600 void 0.000116
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so malloc 72 0x557173463480 0.000113
+gallium_dri.so free 0x5571734636c0 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so malloc 72 0x557173463670 0.000115
+gallium_dri.so free 0x557173463740 void 0.000114
+gallium_dri.so free 0x557173463670 void 0.000114
+gallium_dri.so malloc 72 0x557173463790 0.000118
+gallium_dri.so free 0x557173463800 void 0.000115
+gallium_dri.so free 0x557173463790 void 0.000138
+gallium_dri.so malloc 72 0x557173463840 0.000114
+gallium_dri.so free 0x5571734638c0 void 0.000113
+gallium_dri.so free 0x557173463840 void 0.000114
+gallium_dri.so malloc 72 0x557173463840 0.000114
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so free 0x557173463840 void 0.000112
+gallium_dri.so malloc 72 0x557173463970 0.000115
+gallium_dri.so free 0x5571734639c0 void 0.000115
+gallium_dri.so free 0x557173463970 void 0.000115
+gallium_dri.so malloc 72 0x557173463970 0.000115
+gallium_dri.so free 0x557173463ac0 void 0.000116
+gallium_dri.so free 0x557173463970 void 0.000114
+gallium_dri.so malloc 72 0x557173463a70 0.000114
+gallium_dri.so free 0x557173463b80 void 0.000114
+gallium_dri.so free 0x557173463a70 void 0.000113
+gallium_dri.so malloc 72 0x557173463b30 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000121
+gallium_dri.so free 0x557173463b30 void 0.000114
+gallium_dri.so malloc 72 0x557173463b30 0.000114
+gallium_dri.so free 0x557173463c80 void 0.000115
+gallium_dri.so free 0x557173463b30 void 0.000114
+gallium_dri.so malloc 72 0x557173463cf0 0.000115
+gallium_dri.so free 0x557173463d40 void 0.000115
+gallium_dri.so free 0x557173463cf0 void 0.000116
+gallium_dri.so malloc 72 0x557173463cf0 0.000114
+gallium_dri.so free 0x557173463e40 void 0.000115
+gallium_dri.so free 0x557173463cf0 void 0.000172
+gallium_dri.so malloc 72 0x557173463df0 0.000113
+gallium_dri.so free 0x557173463f00 void 0.000115
+gallium_dri.so free 0x557173463df0 void 0.000113
+gallium_dri.so malloc 72 0x557173463eb0 0.000114
+gallium_dri.so free 0x557173463f40 void 0.000115
+gallium_dri.so free 0x557173463eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173463eb0 0.000114
+gallium_dri.so free 0x557173464000 void 0.000121
+gallium_dri.so free 0x557173463eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173464040 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000115
+gallium_dri.so free 0x557173464040 void 0.000114
+gallium_dri.so malloc 72 0x5571734640c0 0.000116
+gallium_dri.so free 0x557173464180 void 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734640c0 0.000113
+gallium_dri.so free 0x557173464240 void 0.000115
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so malloc 72 0x557173464260 0.000114
+gallium_dri.so free 0x557173464300 void 0.000116
+gallium_dri.so free 0x557173464260 void 0.000113
+gallium_dri.so malloc 72 0x5571734642b0 0.000114
+gallium_dri.so free 0x557173464380 void 0.000114
+gallium_dri.so free 0x5571734642b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734642b0 0.000114
+gallium_dri.so free 0x557173464400 void 0.000120
+gallium_dri.so free 0x5571734642b0 void 0.000123
+gallium_dri.so malloc 72 0x557173464400 0.000114
+gallium_dri.so free 0x5571734644c0 void 0.000114
+gallium_dri.so free 0x557173464400 void 0.000113
+gallium_dri.so malloc 72 0x557173464400 0.000112
+gallium_dri.so free 0x557173464580 void 0.000113
+gallium_dri.so free 0x557173464400 void 0.000112
+gallium_dri.so malloc 72 0x557173464400 0.000113
+gallium_dri.so free 0x557173464640 void 0.000112
+gallium_dri.so free 0x557173464400 void 0.000114
+gallium_dri.so malloc 72 0x5571734645f0 0.000112
+gallium_dri.so free 0x557173464700 void 0.000112
+gallium_dri.so free 0x5571734645f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734646b0 0.000111
+gallium_dri.so free 0x557173464780 void 0.000117
+gallium_dri.so free 0x5571734646b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734647d0 0.000118
+gallium_dri.so free 0x557173464840 void 0.000113
+gallium_dri.so free 0x5571734647d0 void 0.000112
+gallium_dri.so malloc 72 0x557173464860 0.000112
+gallium_dri.so free 0x557173464900 void 0.000112
+gallium_dri.so free 0x557173464860 void 0.000122
+gallium_dri.so malloc 72 0x5571734648b0 0.000306
+gallium_dri.so free 0x557173464980 void 0.000316
+gallium_dri.so free 0x5571734648b0 void 0.000349
+gallium_dri.so malloc 72 0x5571734648b0 0.000158
+gallium_dri.so free 0x557173464a00 void 0.000159
+gallium_dri.so free 0x5571734648b0 void 0.000121
+gallium_dri.so malloc 72 0x557173464a00 0.000116
+gallium_dri.so free 0x557173464ac0 void 0.000121
+gallium_dri.so free 0x557173464a00 void 0.000115
+gallium_dri.so malloc 72 0x557173464a00 0.000116
+gallium_dri.so free 0x557173464bc0 void 0.000115
+gallium_dri.so free 0x557173464a00 void 0.000115
+gallium_dri.so malloc 72 0x557173464b70 0.000115
+gallium_dri.so free 0x557173464c00 void 0.000117
+gallium_dri.so free 0x557173464b70 void 0.000115
+gallium_dri.so malloc 72 0x557173464b70 0.000115
+gallium_dri.so free 0x557173464cc0 void 0.000116
+gallium_dri.so free 0x557173464b70 void 0.000114
+gallium_dri.so malloc 72 0x557173464d00 0.000115
+gallium_dri.so free 0x557173464d80 void 0.000116
+gallium_dri.so free 0x557173464d00 void 0.000114
+gallium_dri.so malloc 72 0x557173464d80 0.000114
+gallium_dri.so free 0x557173464e40 void 0.000117
+gallium_dri.so free 0x557173464d80 void 0.000114
+gallium_dri.so malloc 72 0x557173464d80 0.000114
+gallium_dri.so free 0x557173464ec0 void 0.000115
+gallium_dri.so free 0x557173464d80 void 0.000122
+gallium_dri.so malloc 72 0x557173464ef0 0.000116
+gallium_dri.so free 0x557173464f40 void 0.000115
+gallium_dri.so free 0x557173464ef0 void 0.000150
+gallium_dri.so malloc 72 0x557173464ef0 0.000115
+gallium_dri.so free 0x557173465040 void 0.000122
+gallium_dri.so free 0x557173464ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173465080 0.000115
+gallium_dri.so free 0x557173465100 void 0.000117
+gallium_dri.so free 0x557173465080 void 0.000120
+gallium_dri.so malloc 72 0x557173465100 0.000115
+gallium_dri.so free 0x5571734651c0 void 0.000116
+gallium_dri.so free 0x557173465100 void 0.000114
+gallium_dri.so malloc 72 0x557173465100 0.000115
+gallium_dri.so free 0x557173465240 void 0.000117
+gallium_dri.so free 0x557173465100 void 0.000115
+gallium_dri.so malloc 72 0x557173465270 0.000114
+gallium_dri.so free 0x5571734652c0 void 0.000121
+gallium_dri.so free 0x557173465270 void 0.000114
+gallium_dri.so malloc 72 0x557173465270 0.000114
+gallium_dri.so free 0x5571734653c0 void 0.000116
+gallium_dri.so free 0x557173465270 void 0.000116
+gallium_dri.so malloc 72 0x557173465370 0.000115
+gallium_dri.so free 0x557173465480 void 0.000116
+gallium_dri.so free 0x557173465370 void 0.000115
+gallium_dri.so malloc 72 0x557173465430 0.000114
+gallium_dri.so free 0x557173465500 void 0.000116
+gallium_dri.so free 0x557173465430 void 0.000135
+gallium_dri.so malloc 72 0x557173465430 0.000129
+gallium_dri.so free 0x5571734655c0 void 0.000133
+gallium_dri.so free 0x557173465430 void 0.000126
+gallium_dri.so malloc 72 0x557173465430 0.000128
+gallium_dri.so free 0x557173465680 void 0.000126
+gallium_dri.so free 0x557173465430 void 0.000126
+gallium_dri.so malloc 72 0x557173465630 0.000130
+gallium_dri.so free 0x557173465700 void 0.000133
+gallium_dri.so free 0x557173465630 void 0.000128
+gallium_dri.so malloc 72 0x557173465750 0.000134
+gallium_dri.so free 0x5571734657c0 void 0.000137
+gallium_dri.so free 0x557173465750 void 0.000138
+gallium_dri.so malloc 72 0x5571734657e0 0.000133
+gallium_dri.so free 0x557173465880 void 0.000131
+gallium_dri.so free 0x5571734657e0 void 0.000127
+gallium_dri.so malloc 72 0x557173465830 0.000128
+gallium_dri.so free 0x557173465900 void 0.000129
+gallium_dri.so free 0x557173465830 void 0.000127
+gallium_dri.so malloc 72 0x557173465900 0.000127
+gallium_dri.so free 0x5571734659c0 void 0.000128
+gallium_dri.so free 0x557173465900 void 0.000126
+gallium_dri.so malloc 72 0x557173465900 0.000127
+gallium_dri.so free 0x557173465a40 void 0.000144
+gallium_dri.so free 0x557173465900 void 0.000128
+gallium_dri.so malloc 72 0x557173465a40 0.000129
+gallium_dri.so free 0x557173465b00 void 0.000128
+gallium_dri.so free 0x557173465a40 void 0.000126
+gallium_dri.so malloc 72 0x557173465a40 0.000126
+gallium_dri.so free 0x557173465bc0 void 0.000128
+gallium_dri.so free 0x557173465a40 void 0.000128
+gallium_dri.so malloc 72 0x557173465a40 0.000126
+gallium_dri.so free 0x557173465c80 void 0.000146
+gallium_dri.so free 0x557173465a40 void 0.000128
+gallium_dri.so malloc 72 0x557173465c30 0.000126
+gallium_dri.so free 0x557173465d00 void 0.000130
+gallium_dri.so free 0x557173465c30 void 0.000127
+gallium_dri.so malloc 72 0x557173465d50 0.000127
+gallium_dri.so free 0x557173465dc0 void 0.000129
+gallium_dri.so free 0x557173465d50 void 0.000128
+gallium_dri.so malloc 72 0x557173465e00 0.000126
+gallium_dri.so free 0x557173465e80 void 0.000129
+gallium_dri.so free 0x557173465e00 void 0.000127
+gallium_dri.so malloc 72 0x557173465e00 0.000126
+gallium_dri.so free 0x557173465f00 void 0.000130
+gallium_dri.so free 0x557173465e00 void 0.000126
+gallium_dri.so malloc 72 0x557173465f30 0.000126
+gallium_dri.so free 0x557173465f80 void 0.000128
+gallium_dri.so free 0x557173465f30 void 0.000143
+gallium_dri.so malloc 72 0x557173465f30 0.000127
+gallium_dri.so free 0x557173466080 void 0.000126
+gallium_dri.so free 0x557173465f30 void 0.000126
+gallium_dri.so malloc 72 0x557173466030 0.000126
+gallium_dri.so free 0x557173466140 void 0.000126
+gallium_dri.so free 0x557173466030 void 0.000131
+gallium_dri.so malloc 72 0x5571734660f0 0.000119
+gallium_dri.so free 0x557173466180 void 0.000113
+gallium_dri.so free 0x5571734660f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734660f0 0.000116
+gallium_dri.so free 0x557173466240 void 0.000115
+gallium_dri.so free 0x5571734660f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734662b0 0.000114
+gallium_dri.so free 0x557173466300 void 0.000113
+gallium_dri.so free 0x5571734662b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734662b0 0.000113
+gallium_dri.so free 0x557173466400 void 0.000115
+gallium_dri.so free 0x5571734662b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734663b0 0.000113
+gallium_dri.so free 0x5571734664c0 void 0.000113
+gallium_dri.so free 0x5571734663b0 void 0.000187
+gallium_dri.so malloc 72 0x557173466470 0.000124
+gallium_dri.so free 0x557173466500 void 0.000125
+gallium_dri.so free 0x557173466470 void 0.000124
+gallium_dri.so malloc 72 0x557173466470 0.000123
+gallium_dri.so free 0x5571734665c0 void 0.000166
+gallium_dri.so free 0x557173466470 void 0.000202
+gallium_dri.so malloc 72 0x557173466600 0.000157
+gallium_dri.so free 0x557173466680 void 0.000117
+gallium_dri.so free 0x557173466600 void 0.000115
+gallium_dri.so malloc 72 0x557173466680 0.000116
+gallium_dri.so free 0x557173466740 void 0.000116
+gallium_dri.so free 0x557173466680 void 0.000114
+gallium_dri.so malloc 72 0x557173466680 0.000115
+gallium_dri.so free 0x557173466800 void 0.000115
+gallium_dri.so free 0x557173466680 void 0.000113
+gallium_dri.so malloc 72 0x557173466820 0.000113
+gallium_dri.so free 0x5571734668c0 void 0.000114
+gallium_dri.so free 0x557173466820 void 0.000115
+gallium_dri.so malloc 72 0x557173466870 0.000115
+gallium_dri.so free 0x557173466940 void 0.000116
+gallium_dri.so free 0x557173466870 void 0.000114
+gallium_dri.so malloc 72 0x557173466870 0.000114
+gallium_dri.so free 0x5571734669c0 void 0.000116
+gallium_dri.so free 0x557173466870 void 0.000114
+gallium_dri.so malloc 72 0x5571734669c0 0.000115
+gallium_dri.so free 0x557173466a80 void 0.000115
+gallium_dri.so free 0x5571734669c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734669c0 0.000114
+gallium_dri.so free 0x557173466b40 void 0.000115
+gallium_dri.so free 0x5571734669c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734669c0 0.000115
+gallium_dri.so free 0x557173466c00 void 0.000116
+gallium_dri.so free 0x5571734669c0 void 0.000116
+gallium_dri.so malloc 72 0x557173466bb0 0.000115
+gallium_dri.so free 0x557173466cc0 void 0.000116
+gallium_dri.so free 0x557173466bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173466c70 0.000115
+gallium_dri.so free 0x557173466d40 void 0.000116
+gallium_dri.so free 0x557173466c70 void 0.000115
+gallium_dri.so malloc 72 0x557173466d90 0.000118
+gallium_dri.so free 0x557173466e00 void 0.000117
+gallium_dri.so free 0x557173466d90 void 0.000114
+gallium_dri.so malloc 72 0x557173466e20 0.000114
+gallium_dri.so free 0x557173466ec0 void 0.000114
+gallium_dri.so free 0x557173466e20 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466f40 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466fc0 0.000113
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466fc0 0.000116
+gallium_dri.so free 0x557173467180 void 0.000116
+gallium_dri.so free 0x557173466fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173467130 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000118
+gallium_dri.so free 0x557173467130 void 0.000120
+gallium_dri.so malloc 72 0x557173467130 0.000116
+gallium_dri.so free 0x557173467280 void 0.000115
+gallium_dri.so free 0x557173467130 void 0.000113
+gallium_dri.so malloc 72 0x5571734672c0 0.000113
+gallium_dri.so free 0x557173467340 void 0.000115
+gallium_dri.so free 0x5571734672c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467340 0.000161
+gallium_dri.so free 0x557173467400 void 0.000235
+gallium_dri.so free 0x557173467340 void 0.000265
+gallium_dri.so malloc 72 0x557173467340 0.000244
+gallium_dri.so free 0x557173467480 void 0.000218
+gallium_dri.so free 0x557173467340 void 0.000222
+gallium_dri.so malloc 72 0x5571734674b0 0.000193
+gallium_dri.so free 0x557173467500 void 0.000193
+gallium_dri.so free 0x5571734674b0 void 0.000162
+gallium_dri.so malloc 72 0x5571734674b0 0.000114
+gallium_dri.so free 0x557173467600 void 0.000164
+gallium_dri.so free 0x5571734674b0 void 0.000115
+gallium_dri.so malloc 72 0x557173467640 0.000114
+gallium_dri.so free 0x5571734676c0 void 0.000115
+gallium_dri.so free 0x557173467640 void 0.000114
+gallium_dri.so malloc 72 0x5571734676c0 0.000115
+gallium_dri.so free 0x557173467780 void 0.000116
+gallium_dri.so free 0x5571734676c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734676c0 0.000114
+gallium_dri.so free 0x557173467800 void 0.000116
+gallium_dri.so free 0x5571734676c0 void 0.000114
+gallium_dri.so malloc 72 0x557173467830 0.000114
+gallium_dri.so free 0x557173467880 void 0.000116
+gallium_dri.so free 0x557173467830 void 0.000115
+gallium_dri.so malloc 72 0x557173467830 0.000114
+gallium_dri.so free 0x557173467980 void 0.000116
+gallium_dri.so free 0x557173467830 void 0.000115
+gallium_dri.so malloc 72 0x557173467930 0.000115
+gallium_dri.so free 0x557173467a40 void 0.000115
+gallium_dri.so free 0x557173467930 void 0.000115
+gallium_dri.so malloc 72 0x5571734679f0 0.000114
+gallium_dri.so free 0x557173467ac0 void 0.000116
+gallium_dri.so free 0x5571734679f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734679f0 0.000114
+gallium_dri.so free 0x557173467b80 void 0.000115
+gallium_dri.so free 0x5571734679f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734679f0 0.000114
+gallium_dri.so free 0x557173467c40 void 0.000125
+gallium_dri.so free 0x5571734679f0 void 0.000115
+gallium_dri.so malloc 72 0x557173467bf0 0.000113
+gallium_dri.so free 0x557173467cc0 void 0.000114
+gallium_dri.so free 0x557173467bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173467d10 0.000112
+gallium_dri.so free 0x557173467d80 void 0.000113
+gallium_dri.so free 0x557173467d10 void 0.000114
+gallium_dri.so malloc 72 0x557173467da0 0.000113
+gallium_dri.so free 0x557173467e40 void 0.000113
+gallium_dri.so free 0x557173467da0 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000114
+gallium_dri.so free 0x557173467ec0 void 0.000113
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467ec0 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so free 0x557173467ec0 void 0.000124
+gallium_dri.so malloc 72 0x557173467ec0 0.000125
+gallium_dri.so free 0x557173468000 void 0.000121
+gallium_dri.so free 0x557173467ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173468000 0.000119
+gallium_dri.so free 0x5571734680c0 void 0.000120
+gallium_dri.so free 0x557173468000 void 0.000132
+gallium_dri.so malloc 72 0x557173468000 0.000131
+gallium_dri.so free 0x557173468180 void 0.000131
+gallium_dri.so free 0x557173468000 void 0.000125
+gallium_dri.so malloc 72 0x557173468000 0.000134
+gallium_dri.so free 0x557173468240 void 0.000132
+gallium_dri.so free 0x557173468000 void 0.000125
+gallium_dri.so malloc 72 0x5571734681f0 0.000122
+gallium_dri.so free 0x5571734682c0 void 0.000121
+gallium_dri.so free 0x5571734681f0 void 0.000121
+gallium_dri.so malloc 72 0x557173468310 0.000120
+gallium_dri.so free 0x557173468380 void 0.000121
+gallium_dri.so free 0x557173468310 void 0.000121
+gallium_dri.so malloc 72 0x5571734683c0 0.000122
+gallium_dri.so free 0x557173468440 void 0.000121
+gallium_dri.so free 0x5571734683c0 void 0.000123
+gallium_dri.so malloc 72 0x5571734683c0 0.000120
+gallium_dri.so free 0x5571734684c0 void 0.000122
+gallium_dri.so free 0x5571734683c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734684f0 0.000120
+gallium_dri.so free 0x557173468540 void 0.000122
+gallium_dri.so free 0x5571734684f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734684f0 0.000120
+gallium_dri.so free 0x557173468640 void 0.000121
+gallium_dri.so free 0x5571734684f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734685f0 0.000121
+gallium_dri.so free 0x557173468700 void 0.000122
+gallium_dri.so free 0x5571734685f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734686b0 0.000121
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so free 0x5571734686b0 void 0.000168
+gallium_dri.so malloc 72 0x5571734686b0 0.000121
+gallium_dri.so free 0x557173468800 void 0.000122
+gallium_dri.so free 0x5571734686b0 void 0.000120
+gallium_dri.so malloc 72 0x557173468870 0.000121
+gallium_dri.so free 0x5571734688c0 void 0.000121
+gallium_dri.so free 0x557173468870 void 0.000120
+gallium_dri.so malloc 72 0x557173468870 0.000119
+gallium_dri.so free 0x5571734689c0 void 0.000122
+gallium_dri.so free 0x557173468870 void 0.000120
+gallium_dri.so malloc 72 0x557173468970 0.000121
+gallium_dri.so free 0x557173468a80 void 0.000122
+gallium_dri.so free 0x557173468970 void 0.000121
+gallium_dri.so malloc 72 0x557173468a30 0.000121
+gallium_dri.so free 0x557173468ac0 void 0.000122
+gallium_dri.so free 0x557173468a30 void 0.000121
+gallium_dri.so malloc 72 0x557173468a30 0.000119
+gallium_dri.so free 0x557173468b80 void 0.000121
+gallium_dri.so free 0x557173468a30 void 0.000120
+gallium_dri.so malloc 72 0x557173468bc0 0.000120
+gallium_dri.so free 0x557173468c40 void 0.000121
+gallium_dri.so free 0x557173468bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173468c40 0.000122
+gallium_dri.so free 0x557173468d00 void 0.000121
+gallium_dri.so free 0x557173468c40 void 0.000120
+gallium_dri.so malloc 72 0x557173468c40 0.000127
+gallium_dri.so free 0x557173468dc0 void 0.000123
+gallium_dri.so free 0x557173468c40 void 0.000121
+gallium_dri.so malloc 72 0x557173468de0 0.000124
+gallium_dri.so free 0x557173468e80 void 0.000127
+gallium_dri.so free 0x557173468de0 void 0.000114
+gallium_dri.so malloc 72 0x557173468e30 0.000114
+gallium_dri.so free 0x557173468f00 void 0.000115
+gallium_dri.so free 0x557173468e30 void 0.000114
+gallium_dri.so malloc 72 0x557173468e30 0.000126
+gallium_dri.so free 0x557173468f80 void 0.000130
+gallium_dri.so free 0x557173468e30 void 0.000129
+gallium_dri.so malloc 72 0x557173468f80 0.000122
+gallium_dri.so free 0x557173469040 void 0.000116
+gallium_dri.so free 0x557173468f80 void 0.000119
+gallium_dri.so malloc 72 0x557173468f80 0.000119
+gallium_dri.so free 0x557173469100 void 0.000117
+gallium_dri.so free 0x557173468f80 void 0.000115
+gallium_dri.so malloc 72 0x557173468f80 0.000120
+gallium_dri.so free 0x5571734691c0 void 0.000120
+gallium_dri.so free 0x557173468f80 void 0.000114
+gallium_dri.so malloc 72 0x557173469170 0.000117
+gallium_dri.so free 0x557173469280 void 0.000116
+gallium_dri.so free 0x557173469170 void 0.000116
+gallium_dri.so malloc 72 0x557173469230 0.000114
+gallium_dri.so free 0x557173469300 void 0.000126
+gallium_dri.so free 0x557173469230 void 0.000115
+gallium_dri.so malloc 72 0x557173469350 0.000114
+gallium_dri.so free 0x5571734693c0 void 0.000116
+gallium_dri.so free 0x557173469350 void 0.000116
+gallium_dri.so malloc 72 0x5571734693e0 0.000117
+gallium_dri.so free 0x557173469480 void 0.000116
+gallium_dri.so free 0x5571734693e0 void 0.000114
+gallium_dri.so malloc 72 0x557173469430 0.000114
+gallium_dri.so free 0x557173469500 void 0.000116
+gallium_dri.so free 0x557173469430 void 0.000113
+gallium_dri.so malloc 72 0x557173469430 0.000113
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x557173469430 void 0.000115
+gallium_dri.so malloc 72 0x557173469580 0.000114
+gallium_dri.so free 0x557173469640 void 0.000116
+gallium_dri.so free 0x557173469580 void 0.000157
+gallium_dri.so malloc 72 0x557173469580 0.000117
+gallium_dri.so free 0x557173469740 void 0.000116
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so malloc 72 0x5571734696f0 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000117
+gallium_dri.so free 0x5571734696f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cebc0 void 0.000116
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cec40 void 0.000167
+gallium_dri.so free 0x5571735ceaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec40 0.000114
+gallium_dri.so free 0x5571735ced00 void 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec40 0.000114
+gallium_dri.so free 0x5571735cedc0 void 0.000115
+gallium_dri.so free 0x5571735cec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cec40 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000116
+gallium_dri.so free 0x5571735cec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735cee30 0.000114
+gallium_dri.so free 0x5571735cee80 void 0.000117
+gallium_dri.so free 0x5571735cee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735cee30 0.000114
+gallium_dri.so free 0x5571735cef80 void 0.000115
+gallium_dri.so free 0x5571735cee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cef30 0.000115
+gallium_dri.so free 0x5571735cf040 void 0.000115
+gallium_dri.so free 0x5571735cef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceff0 0.000120
+gallium_dri.so free 0x5571735cf080 void 0.000117
+gallium_dri.so free 0x5571735ceff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceff0 0.000114
+gallium_dri.so free 0x5571735cf140 void 0.000115
+gallium_dri.so free 0x5571735ceff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf180 0.000115
+gallium_dri.so free 0x5571735cf200 void 0.000128
+gallium_dri.so free 0x5571735cf180 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf200 0.000115
+gallium_dri.so free 0x5571735cf2c0 void 0.000115
+gallium_dri.so free 0x5571735cf200 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf200 0.000114
+gallium_dri.so free 0x5571735cf380 void 0.000115
+gallium_dri.so free 0x5571735cf200 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf3a0 0.000115
+gallium_dri.so free 0x5571735cf440 void 0.000116
+gallium_dri.so free 0x5571735cf3a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000113
+gallium_dri.so free 0x5571735cf4c0 void 0.000115
+gallium_dri.so free 0x5571735cf3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf3f0 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000116
+gallium_dri.so free 0x5571735cf3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf540 0.000114
+gallium_dri.so free 0x5571735cf600 void 0.000117
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf540 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000116
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf540 0.000113
+gallium_dri.so free 0x5571735cf780 void 0.000116
+gallium_dri.so free 0x5571735cf540 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf730 0.000114
+gallium_dri.so free 0x5571735cf840 void 0.000128
+gallium_dri.so free 0x5571735cf730 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf7f0 0.000115
+gallium_dri.so free 0x5571735cf8c0 void 0.000116
+gallium_dri.so free 0x5571735cf7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf910 0.000114
+gallium_dri.so free 0x5571735cf980 void 0.000116
+gallium_dri.so free 0x5571735cf910 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9a0 0.000114
+gallium_dri.so free 0x5571735cfa40 void 0.000116
+gallium_dri.so free 0x5571735cf9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000117
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cf9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf9f0 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x5571735cf9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb40 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so free 0x5571735cfb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb40 0.000114
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000164
+gallium_dri.so free 0x5571735cfcb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe40 0.000114
+gallium_dri.so free 0x5571735cfec0 void 0.000116
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfec0 0.000114
+gallium_dri.so free 0x5571735cff80 void 0.000116
+gallium_dri.so free 0x5571735cfec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfec0 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000116
+gallium_dri.so free 0x5571735cfec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0030 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so free 0x5571735d0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0030 0.000115
+gallium_dri.so free 0x5571735d0180 void 0.000116
+gallium_dri.so free 0x5571735d0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735d01c0 0.000115
+gallium_dri.so free 0x5571735d0240 void 0.000117
+gallium_dri.so free 0x5571735d01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0240 0.000115
+gallium_dri.so free 0x5571735d0300 void 0.000115
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0240 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000117
+gallium_dri.so free 0x5571735d0240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03b0 0.000114
+gallium_dri.so free 0x5571735d0400 void 0.000127
+gallium_dri.so free 0x5571735d03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d03b0 0.000116
+gallium_dri.so free 0x5571735d0500 void 0.000116
+gallium_dri.so free 0x5571735d03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d04b0 0.000115
+gallium_dri.so free 0x5571735d05c0 void 0.000116
+gallium_dri.so free 0x5571735d04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0570 0.000115
+gallium_dri.so free 0x5571735d0640 void 0.000115
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0570 0.000115
+gallium_dri.so free 0x5571735d0700 void 0.000115
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0570 0.000117
+gallium_dri.so free 0x5571735d07c0 void 0.000114
+gallium_dri.so free 0x5571735d0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0770 0.000115
+gallium_dri.so free 0x5571735d0840 void 0.000115
+gallium_dri.so free 0x5571735d0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0890 0.000114
+gallium_dri.so free 0x5571735d0900 void 0.000116
+gallium_dri.so free 0x5571735d0890 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0920 0.000115
+gallium_dri.so free 0x5571735d09c0 void 0.000115
+gallium_dri.so free 0x5571735d0920 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0970 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000129
+gallium_dri.so free 0x5571735d0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b80 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000117
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b80 0.000115
+gallium_dri.so free 0x5571735d0dc0 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d70 0.000115
+gallium_dri.so free 0x5571735d0e40 void 0.000116
+gallium_dri.so free 0x5571735d0d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0e90 0.000115
+gallium_dri.so free 0x5571735d0f00 void 0.000116
+gallium_dri.so free 0x5571735d0e90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0f40 0.000114
+gallium_dri.so free 0x5571735d0fc0 void 0.000116
+gallium_dri.so free 0x5571735d0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0f40 0.000115
+gallium_dri.so free 0x5571735d1040 void 0.000165
+gallium_dri.so free 0x5571735d0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1070 0.000114
+gallium_dri.so free 0x5571735d10c0 void 0.000115
+gallium_dri.so free 0x5571735d1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1070 0.000114
+gallium_dri.so free 0x5571735d11c0 void 0.000115
+gallium_dri.so free 0x5571735d1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1170 0.000115
+gallium_dri.so free 0x5571735d1280 void 0.000115
+gallium_dri.so free 0x5571735d1170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1230 0.000115
+gallium_dri.so free 0x5571735d12c0 void 0.000117
+gallium_dri.so free 0x5571735d1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1230 0.000115
+gallium_dri.so free 0x5571735d1380 void 0.000115
+gallium_dri.so free 0x5571735d1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d13f0 0.000116
+gallium_dri.so free 0x5571735d1440 void 0.000116
+gallium_dri.so free 0x5571735d13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d13f0 0.000113
+gallium_dri.so free 0x5571735d1540 void 0.000115
+gallium_dri.so free 0x5571735d13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d14f0 0.000114
+gallium_dri.so free 0x5571735d1600 void 0.000116
+gallium_dri.so free 0x5571735d14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d15b0 0.000115
+gallium_dri.so free 0x5571735d1640 void 0.000126
+gallium_dri.so free 0x5571735d15b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d15b0 0.000115
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so free 0x5571735d15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1740 0.000113
+gallium_dri.so free 0x5571735d17c0 void 0.000115
+gallium_dri.so free 0x5571735d1740 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17c0 0.000113
+gallium_dri.so free 0x5571735d1880 void 0.000116
+gallium_dri.so free 0x5571735d17c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d17c0 0.000117
+gallium_dri.so free 0x5571735d1940 void 0.000116
+gallium_dri.so free 0x5571735d17c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1960 0.000114
+gallium_dri.so free 0x5571735d1a00 void 0.000115
+gallium_dri.so free 0x5571735d1960 void 0.000116
+gallium_dri.so malloc 72 0x5571735d19b0 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000115
+gallium_dri.so free 0x5571735d19b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d19b0 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000116
+gallium_dri.so free 0x5571735d19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b00 0.000125
+gallium_dri.so free 0x5571735d1bc0 void 0.000124
+gallium_dri.so free 0x5571735d1b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1b00 0.000121
+gallium_dri.so free 0x5571735d1c80 void 0.000119
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b00 0.000117
+gallium_dri.so free 0x5571735d1d40 void 0.000116
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1cf0 0.000118
+gallium_dri.so free 0x5571735d1e00 void 0.000115
+gallium_dri.so free 0x5571735d1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1db0 0.000115
+gallium_dri.so free 0x5571735d1e80 void 0.000115
+gallium_dri.so free 0x5571735d1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1ed0 0.000113
+gallium_dri.so free 0x5571735d1f40 void 0.000115
+gallium_dri.so free 0x5571735d1ed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1f60 0.000117
+gallium_dri.so free 0x5571735d2000 void 0.000116
+gallium_dri.so free 0x5571735d1f60 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000115
+gallium_dri.so free 0x5571735d2080 void 0.000115
+gallium_dri.so free 0x5571735d1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1fb0 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2100 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2100 0.000116
+gallium_dri.so free 0x5571735d22c0 void 0.000117
+gallium_dri.so free 0x5571735d2100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2270 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2270 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000116
+gallium_dri.so free 0x5571735d2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2400 0.000114
+gallium_dri.so free 0x5571735d2480 void 0.000116
+gallium_dri.so free 0x5571735d2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2480 0.000114
+gallium_dri.so free 0x5571735d2540 void 0.000116
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2480 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000116
+gallium_dri.so free 0x5571735d2480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25f0 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25f0 0.000113
+gallium_dri.so free 0x5571735d2740 void 0.000115
+gallium_dri.so free 0x5571735d25f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2780 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2800 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000123
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2800 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2970 0.000114
+gallium_dri.so free 0x5571735d29c0 void 0.000119
+gallium_dri.so free 0x5571735d2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2970 0.000120
+gallium_dri.so free 0x5571735d2ac0 void 0.000120
+gallium_dri.so free 0x5571735d2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2a70 0.000120
+gallium_dri.so free 0x5571735d2b80 void 0.000118
+gallium_dri.so free 0x5571735d2a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2b30 0.000118
+gallium_dri.so free 0x5571735d2c00 void 0.000118
+gallium_dri.so free 0x5571735d2b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2b30 0.000119
+gallium_dri.so free 0x5571735d2cc0 void 0.000119
+gallium_dri.so free 0x5571735d2b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2b30 0.000119
+gallium_dri.so free 0x5571735d2d80 void 0.000119
+gallium_dri.so free 0x5571735d2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2d30 0.000117
+gallium_dri.so free 0x5571735d2e00 void 0.000118
+gallium_dri.so free 0x5571735d2d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2e50 0.000167
+gallium_dri.so free 0x5571735d2ec0 void 0.000119
+gallium_dri.so free 0x5571735d2e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ee0 0.000119
+gallium_dri.so free 0x5571735d2f80 void 0.000118
+gallium_dri.so free 0x5571735d2ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2f30 0.000123
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so free 0x5571735d2f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d30c0 void 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000119
+gallium_dri.so free 0x5571735d32c0 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3140 0.000119
+gallium_dri.so free 0x5571735d3380 void 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3330 0.000118
+gallium_dri.so free 0x5571735d3400 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3450 0.000120
+gallium_dri.so free 0x5571735d34c0 void 0.000128
+gallium_dri.so free 0x5571735d3450 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3500 0.000119
+gallium_dri.so free 0x5571735d3580 void 0.000119
+gallium_dri.so free 0x5571735d3500 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3500 0.000119
+gallium_dri.so free 0x5571735d3600 void 0.000120
+gallium_dri.so free 0x5571735d3500 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3630 0.000118
+gallium_dri.so free 0x5571735d3680 void 0.000118
+gallium_dri.so free 0x5571735d3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3630 0.000117
+gallium_dri.so free 0x5571735d3780 void 0.000119
+gallium_dri.so free 0x5571735d3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3730 0.000120
+gallium_dri.so free 0x5571735d3840 void 0.000119
+gallium_dri.so free 0x5571735d3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735d37f0 0.000118
+gallium_dri.so free 0x5571735d3880 void 0.000118
+gallium_dri.so free 0x5571735d37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37f0 0.000117
+gallium_dri.so free 0x5571735d3940 void 0.000117
+gallium_dri.so free 0x5571735d37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d39b0 0.000119
+gallium_dri.so free 0x5571735d3a00 void 0.000129
+gallium_dri.so free 0x5571735d39b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d39b0 0.000120
+gallium_dri.so free 0x5571735d3b00 void 0.000118
+gallium_dri.so free 0x5571735d39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3ab0 0.000118
+gallium_dri.so free 0x5571735d3bc0 void 0.000118
+gallium_dri.so free 0x5571735d3ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3b70 0.000118
+gallium_dri.so free 0x5571735d3c00 void 0.000121
+gallium_dri.so free 0x5571735d3b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3b70 0.000119
+gallium_dri.so free 0x5571735d3cc0 void 0.000118
+gallium_dri.so free 0x5571735d3b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d00 0.000118
+gallium_dri.so free 0x5571735d3d80 void 0.000118
+gallium_dri.so free 0x5571735d3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d80 0.000119
+gallium_dri.so free 0x5571735d3e40 void 0.000117
+gallium_dri.so free 0x5571735d3d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d80 0.000117
+gallium_dri.so free 0x5571735d3f00 void 0.000118
+gallium_dri.so free 0x5571735d3d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f20 0.000124
+gallium_dri.so free 0x5571735d3fc0 void 0.000119
+gallium_dri.so free 0x5571735d3f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3f70 0.000119
+gallium_dri.so free 0x5571735d4040 void 0.000124
+gallium_dri.so free 0x5571735d3f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3f70 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so free 0x5571735d3f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4240 void 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d40c0 0.000118
+gallium_dri.so free 0x5571735d4300 void 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d42b0 0.000119
+gallium_dri.so free 0x5571735d43c0 void 0.000119
+gallium_dri.so free 0x5571735d42b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4370 0.000119
+gallium_dri.so free 0x5571735d4440 void 0.000119
+gallium_dri.so free 0x5571735d4370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4490 0.000119
+gallium_dri.so free 0x5571735d4500 void 0.000118
+gallium_dri.so free 0x5571735d4490 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4520 0.000120
+gallium_dri.so free 0x5571735d45c0 void 0.000118
+gallium_dri.so free 0x5571735d4520 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4570 0.000121
+gallium_dri.so free 0x5571735d4640 void 0.000118
+gallium_dri.so free 0x5571735d4570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4570 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4570 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46c0 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000118
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d46c0 0.000118
+gallium_dri.so free 0x5571735d4880 void 0.000118
+gallium_dri.so free 0x5571735d46c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4830 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000123
+gallium_dri.so free 0x5571735d4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4830 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4830 void 0.000123
+gallium_dri.so malloc 72 0x5571735d49c0 0.000122
+gallium_dri.so free 0x5571735d4a40 void 0.000120
+gallium_dri.so free 0x5571735d49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a40 0.000119
+gallium_dri.so free 0x5571735d4b00 void 0.000120
+gallium_dri.so free 0x5571735d4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4a40 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000128
+gallium_dri.so free 0x5571735d4a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000119
+gallium_dri.so free 0x5571735d4c00 void 0.000118
+gallium_dri.so free 0x5571735d4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4bb0 0.000117
+gallium_dri.so free 0x5571735d4d00 void 0.000120
+gallium_dri.so free 0x5571735d4bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d40 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000117
+gallium_dri.so free 0x5571735d4d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000119
+gallium_dri.so free 0x5571735d4e80 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000120
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f30 0.000118
+gallium_dri.so free 0x5571735d4f80 void 0.000121
+gallium_dri.so free 0x5571735d4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4f30 0.000120
+gallium_dri.so free 0x5571735d5080 void 0.000117
+gallium_dri.so free 0x5571735d4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5030 0.000118
+gallium_dri.so free 0x5571735d5140 void 0.000119
+gallium_dri.so free 0x5571735d5030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d50f0 0.000117
+gallium_dri.so free 0x5571735d51c0 void 0.000115
+gallium_dri.so free 0x5571735d50f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d50f0 0.000110
+gallium_dri.so free 0x5571735d5280 void 0.000110
+gallium_dri.so free 0x5571735d50f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d50f0 0.000110
+gallium_dri.so free 0x5571735d5340 void 0.000110
+gallium_dri.so free 0x5571735d50f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d52f0 0.000110
+gallium_dri.so free 0x5571735d53c0 void 0.000110
+gallium_dri.so free 0x5571735d52f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5410 0.000110
+gallium_dri.so free 0x5571735d5480 void 0.000112
+gallium_dri.so free 0x5571735d5410 void 0.000110
+gallium_dri.so malloc 72 0x5571735d54a0 0.000111
+gallium_dri.so free 0x5571735d5540 void 0.000109
+gallium_dri.so free 0x5571735d54a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d54f0 0.000110
+gallium_dri.so free 0x5571735d55c0 void 0.000109
+gallium_dri.so free 0x5571735d54f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d55c0 0.000110
+gallium_dri.so free 0x5571735d5680 void 0.000116
+gallium_dri.so free 0x5571735d55c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55c0 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000111
+gallium_dri.so free 0x5571735d55c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5700 0.000111
+gallium_dri.so free 0x5571735d57c0 void 0.000147
+gallium_dri.so free 0x5571735d5700 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5700 0.000131
+gallium_dri.so free 0x5571735d5880 void 0.000131
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5700 0.000128
+gallium_dri.so free 0x5571735d5940 void 0.000123
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58f0 0.000119
+gallium_dri.so free 0x5571735d59c0 void 0.000124
+gallium_dri.so free 0x5571735d58f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5a10 0.000126
+gallium_dri.so free 0x5571735d5a80 void 0.000121
+gallium_dri.so free 0x5571735d5a10 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000119
+gallium_dri.so free 0x5571735d5b40 void 0.000124
+gallium_dri.so free 0x5571735d5ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5ac0 0.000123
+gallium_dri.so free 0x5571735d5bc0 void 0.000121
+gallium_dri.so free 0x5571735d5ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000118
+gallium_dri.so free 0x5571735d5c40 void 0.000124
+gallium_dri.so free 0x5571735d5bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5bf0 0.000128
+gallium_dri.so free 0x5571735d5d40 void 0.000197
+gallium_dri.so free 0x5571735d5bf0 void 0.000274
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000197
+gallium_dri.so free 0x5571735d5e00 void 0.000172
+gallium_dri.so free 0x5571735d5cf0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d5db0 0.000130
+gallium_dri.so free 0x5571735d5e40 void 0.000126
+gallium_dri.so free 0x5571735d5db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5db0 0.000129
+gallium_dri.so free 0x5571735d5f00 void 0.000127
+gallium_dri.so free 0x5571735d5db0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5f70 0.000131
+gallium_dri.so free 0x5571735d5fc0 void 0.000125
+gallium_dri.so free 0x5571735d5f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5f70 0.000129
+gallium_dri.so free 0x5571735d60c0 void 0.000131
+gallium_dri.so free 0x5571735d5f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6070 0.000144
+gallium_dri.so free 0x5571735d6180 void 0.000132
+gallium_dri.so free 0x5571735d6070 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6130 0.000186
+gallium_dri.so free 0x5571735d61c0 void 0.000133
+gallium_dri.so free 0x5571735d6130 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6130 0.000126
+gallium_dri.so free 0x5571735d6280 void 0.000125
+gallium_dri.so free 0x5571735d6130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d62c0 0.000132
+gallium_dri.so free 0x5571735d6340 void 0.000131
+gallium_dri.so free 0x5571735d62c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6340 0.000132
+gallium_dri.so free 0x5571735d6400 void 0.000144
+gallium_dri.so free 0x5571735d6340 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6340 0.000127
+gallium_dri.so free 0x5571735d64c0 void 0.000129
+gallium_dri.so free 0x5571735d6340 void 0.000129
+gallium_dri.so malloc 72 0x5571735d64e0 0.000129
+gallium_dri.so free 0x5571735d6580 void 0.000129
+gallium_dri.so free 0x5571735d64e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d6530 0.000160
+gallium_dri.so free 0x5571735d6600 void 0.000148
+gallium_dri.so free 0x5571735d6530 void 0.000156
+gallium_dri.so malloc 72 0x5571735d6530 0.000146
+gallium_dri.so free 0x5571735d6680 void 0.000146
+gallium_dri.so free 0x5571735d6530 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6680 0.000145
+gallium_dri.so free 0x5571735d6740 void 0.000145
+gallium_dri.so free 0x5571735d6680 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6680 0.000146
+gallium_dri.so free 0x5571735d6800 void 0.000147
+gallium_dri.so free 0x5571735d6680 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6680 0.000145
+gallium_dri.so free 0x5571735d68c0 void 0.000146
+gallium_dri.so free 0x5571735d6680 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6870 0.000145
+gallium_dri.so free 0x5571735d6980 void 0.000145
+gallium_dri.so free 0x5571735d6870 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6930 0.000145
+gallium_dri.so free 0x5571735d6a00 void 0.000144
+gallium_dri.so free 0x5571735d6930 void 0.000145
+gallium_dri.so malloc 72 0x5571735d6a50 0.000160
+gallium_dri.so free 0x5571735d6ac0 void 0.000149
+gallium_dri.so free 0x5571735d6a50 void 0.000146
+gallium_dri.so malloc 72 0x5571735d6ae0 0.000145
+gallium_dri.so free 0x5571735d6b80 void 0.000147
+gallium_dri.so free 0x5571735d6ae0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d6b30 0.000144
+gallium_dri.so free 0x5571735d6c00 void 0.000145
+gallium_dri.so free 0x5571735d6b30 void 0.000144
+gallium_dri.so malloc 72 0x5571735d6b30 0.000145
+gallium_dri.so free 0x5571735883c0 void 0.000145
+gallium_dri.so free 0x5571735d6b30 void 0.000144
+gallium_dri.so malloc 72 0x557173588370 0.000144
+gallium_dri.so free 0x557173588480 void 0.000144
+gallium_dri.so free 0x557173588370 void 0.000144
+gallium_dri.so malloc 72 0x557173588430 0.000136
+gallium_dri.so free 0x557173588500 void 0.000119
+gallium_dri.so free 0x557173588430 void 0.000118
+gallium_dri.so malloc 72 0x557173588520 0.000118
+gallium_dri.so free 0x5571735885c0 void 0.000117
+gallium_dri.so free 0x557173588520 void 0.000115
+gallium_dri.so malloc 72 0x557173588570 0.000113
+gallium_dri.so free 0x557173588640 void 0.000117
+gallium_dri.so free 0x557173588570 void 0.000129
+gallium_dri.so malloc 72 0x557173588570 0.000122
+gallium_dri.so free 0x5571735886c0 void 0.000123
+gallium_dri.so free 0x557173588570 void 0.000118
+gallium_dri.so malloc 72 0x5571735886c0 0.000123
+gallium_dri.so free 0x557173588780 void 0.000122
+gallium_dri.so free 0x5571735886c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735886c0 0.000121
+gallium_dri.so free 0x557173588840 void 0.000123
+gallium_dri.so free 0x5571735886c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735886c0 0.000124
+gallium_dri.so free 0x557173588900 void 0.000122
+gallium_dri.so free 0x5571735886c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735888b0 0.000123
+gallium_dri.so free 0x557173588900 void 0.000123
+gallium_dri.so free 0x5571735888b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735888b0 0.000126
+gallium_dri.so free 0x557173588a00 void 0.000122
+gallium_dri.so free 0x5571735888b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735889b0 0.000122
+gallium_dri.so free 0x557173588ac0 void 0.000118
+gallium_dri.so free 0x5571735889b0 void 0.000122
+gallium_dri.so malloc 72 0x557173588a70 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x557173588a70 void 0.000118
+gallium_dri.so malloc 72 0x557173588a70 0.000122
+gallium_dri.so free 0x557173588bc0 void 0.000125
+gallium_dri.so free 0x557173588a70 void 0.000122
+gallium_dri.so malloc 72 0x557173588c00 0.000122
+gallium_dri.so free 0x557173588c80 void 0.000122
+gallium_dri.so free 0x557173588c00 void 0.000122
+gallium_dri.so malloc 72 0x557173588c80 0.000121
+gallium_dri.so free 0x557173588d40 void 0.000121
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so malloc 72 0x557173588c80 0.000122
+gallium_dri.so free 0x557173588e00 void 0.000122
+gallium_dri.so free 0x557173588c80 void 0.000121
+gallium_dri.so malloc 72 0x557173588e20 0.000121
+gallium_dri.so free 0x557173588ec0 void 0.000120
+gallium_dri.so free 0x557173588e20 void 0.000120
+gallium_dri.so malloc 72 0x557173588e70 0.000121
+gallium_dri.so free 0x557173588f40 void 0.000121
+gallium_dri.so free 0x557173588e70 void 0.000120
+gallium_dri.so malloc 72 0x557173588e70 0.000122
+gallium_dri.so free 0x557173588fc0 void 0.000122
+gallium_dri.so free 0x557173588e70 void 0.000121
+gallium_dri.so malloc 72 0x557173588fc0 0.000121
+gallium_dri.so free 0x557173589080 void 0.000121
+gallium_dri.so free 0x557173588fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173588fc0 0.000121
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so free 0x557173588fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173588fc0 0.000116
+gallium_dri.so free 0x557173589200 void 0.000114
+gallium_dri.so free 0x557173588fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735891b0 0.000116
+gallium_dri.so free 0x5571735892c0 void 0.000110
+gallium_dri.so free 0x5571735891b0 void 0.000116
+gallium_dri.so malloc 72 0x557173589270 0.000116
+gallium_dri.so free 0x557173589340 void 0.000114
+gallium_dri.so free 0x557173589270 void 0.000115
+gallium_dri.so malloc 72 0x557173589390 0.000115
+gallium_dri.so free 0x557173589400 void 0.000116
+gallium_dri.so free 0x557173589390 void 0.000116
+gallium_dri.so malloc 72 0x557173589420 0.000115
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589420 void 0.000115
+gallium_dri.so malloc 72 0x557173589470 0.000116
+gallium_dri.so free 0x557173589540 void 0.000116
+gallium_dri.so free 0x557173589470 void 0.000116
+gallium_dri.so malloc 72 0x557173589470 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so free 0x557173589470 void 0.000116
+gallium_dri.so malloc 72 0x5571735895c0 0.000115
+gallium_dri.so free 0x557173589680 void 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735895c0 0.000116
+gallium_dri.so free 0x557173589780 void 0.000116
+gallium_dri.so free 0x5571735895c0 void 0.000131
+gallium_dri.so malloc 72 0x557173589730 0.000122
+gallium_dri.so free 0x5571735897c0 void 0.000122
+gallium_dri.so free 0x557173589730 void 0.000130
+gallium_dri.so malloc 72 0x557173589730 0.000123
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x557173589730 void 0.000122
+gallium_dri.so malloc 72 0x5571735898c0 0.000121
+gallium_dri.so free 0x557173589940 void 0.000121
+gallium_dri.so free 0x5571735898c0 void 0.000120
+gallium_dri.so malloc 72 0x557173589940 0.000121
+gallium_dri.so free 0x557173589a00 void 0.000122
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so malloc 72 0x557173589940 0.000121
+gallium_dri.so free 0x557173589a80 void 0.000122
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so malloc 72 0x557173589ab0 0.000120
+gallium_dri.so free 0x557173589b00 void 0.000121
+gallium_dri.so free 0x557173589ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173589ab0 0.000121
+gallium_dri.so free 0x557173589c00 void 0.000124
+gallium_dri.so free 0x557173589ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173589c40 0.000122
+gallium_dri.so free 0x557173589cc0 void 0.000121
+gallium_dri.so free 0x557173589c40 void 0.000121
+gallium_dri.so malloc 72 0x557173589cc0 0.000216
+gallium_dri.so free 0x557173589d80 void 0.000117
+gallium_dri.so free 0x557173589cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173589cc0 0.000114
+gallium_dri.so free 0x557173589e00 void 0.000115
+gallium_dri.so free 0x557173589cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173589e30 0.000118
+gallium_dri.so free 0x557173589e80 void 0.000116
+gallium_dri.so free 0x557173589e30 void 0.000116
+gallium_dri.so malloc 72 0x557173589e30 0.000116
+gallium_dri.so free 0x557173589f80 void 0.000115
+gallium_dri.so free 0x557173589e30 void 0.000115
+gallium_dri.so malloc 72 0x557173589f30 0.000116
+gallium_dri.so free 0x55717358a040 void 0.000116
+gallium_dri.so free 0x557173589f30 void 0.000115
+gallium_dri.so malloc 72 0x557173589ff0 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000115
+gallium_dri.so free 0x557173589ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173589ff0 0.000160
+gallium_dri.so free 0x55717358a180 void 0.000119
+gallium_dri.so free 0x557173589ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173589ff0 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so free 0x557173589ff0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1f0 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so free 0x55717358a1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a310 0.000120
+gallium_dri.so free 0x55717358a380 void 0.000118
+gallium_dri.so free 0x55717358a310 void 0.000115
+gallium_dri.so malloc 72 0x55717358a3a0 0.000115
+gallium_dri.so free 0x55717358a440 void 0.000116
+gallium_dri.so free 0x55717358a3a0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a3f0 0.000115
+gallium_dri.so free 0x55717358a4c0 void 0.000117
+gallium_dri.so free 0x55717358a3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a4c0 0.000115
+gallium_dri.so free 0x55717358a580 void 0.000115
+gallium_dri.so free 0x55717358a4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a4c0 0.000117
+gallium_dri.so free 0x55717358a600 void 0.000116
+gallium_dri.so free 0x55717358a4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a600 0.000116
+gallium_dri.so free 0x55717358a6c0 void 0.000116
+gallium_dri.so free 0x55717358a600 void 0.000134
+gallium_dri.so malloc 72 0x55717358a600 0.000116
+gallium_dri.so free 0x55717358a780 void 0.000115
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so malloc 72 0x55717358a600 0.000117
+gallium_dri.so free 0x55717358a840 void 0.000115
+gallium_dri.so free 0x55717358a600 void 0.000115
+gallium_dri.so malloc 72 0x55717358a7f0 0.000115
+gallium_dri.so free 0x55717358a8c0 void 0.000116
+gallium_dri.so free 0x55717358a7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a910 0.000123
+gallium_dri.so free 0x55717358a980 void 0.000120
+gallium_dri.so free 0x55717358a910 void 0.000120
+gallium_dri.so malloc 72 0x55717358a9c0 0.000119
+gallium_dri.so free 0x55717358aa40 void 0.000122
+gallium_dri.so free 0x55717358a9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a9c0 0.000121
+gallium_dri.so free 0x55717358aac0 void 0.000122
+gallium_dri.so free 0x55717358a9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358aaf0 0.000119
+gallium_dri.so free 0x55717358ab40 void 0.000122
+gallium_dri.so free 0x55717358aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aaf0 0.000121
+gallium_dri.so free 0x55717358ac40 void 0.000121
+gallium_dri.so free 0x55717358aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358abf0 0.000121
+gallium_dri.so free 0x55717358ad00 void 0.000120
+gallium_dri.so free 0x55717358abf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358acb0 0.000123
+gallium_dri.so free 0x55717358ad40 void 0.000120
+gallium_dri.so free 0x55717358acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358acb0 0.000121
+gallium_dri.so free 0x55717358ae00 void 0.000122
+gallium_dri.so free 0x55717358acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ae70 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000143
+gallium_dri.so free 0x55717358ae70 void 0.000122
+gallium_dri.so malloc 72 0x55717358ae70 0.000121
+gallium_dri.so free 0x55717358afc0 void 0.000124
+gallium_dri.so free 0x55717358ae70 void 0.000120
+gallium_dri.so malloc 72 0x55717358af70 0.000175
+gallium_dri.so free 0x55717358b080 void 0.000122
+gallium_dri.so free 0x55717358af70 void 0.000121
+gallium_dri.so malloc 72 0x55717358b030 0.000119
+gallium_dri.so free 0x55717358b0c0 void 0.000121
+gallium_dri.so free 0x55717358b030 void 0.000121
+gallium_dri.so malloc 72 0x55717358b030 0.000121
+gallium_dri.so free 0x55717358b180 void 0.000122
+gallium_dri.so free 0x55717358b030 void 0.000121
+gallium_dri.so malloc 72 0x55717358b1c0 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000122
+gallium_dri.so free 0x55717358b1c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b240 0.000120
+gallium_dri.so free 0x55717358b300 void 0.000122
+gallium_dri.so free 0x55717358b240 void 0.000121
+gallium_dri.so malloc 72 0x55717358b240 0.000120
+gallium_dri.so free 0x55717358b3c0 void 0.000121
+gallium_dri.so free 0x55717358b240 void 0.000120
+gallium_dri.so malloc 72 0x55717358b3e0 0.000121
+gallium_dri.so free 0x55717358b480 void 0.000121
+gallium_dri.so free 0x55717358b3e0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b430 0.000117
+gallium_dri.so free 0x55717358b500 void 0.000118
+gallium_dri.so free 0x55717358b430 void 0.000116
+gallium_dri.so malloc 72 0x55717358b430 0.000116
+gallium_dri.so free 0x55717358b580 void 0.000132
+gallium_dri.so free 0x55717358b430 void 0.000117
+gallium_dri.so malloc 72 0x55717358b580 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x55717358b580 void 0.000117
+gallium_dri.so malloc 72 0x55717358b580 0.000116
+gallium_dri.so free 0x55717358b700 void 0.000116
+gallium_dri.so free 0x55717358b580 void 0.000116
+gallium_dri.so malloc 72 0x55717358b580 0.000115
+gallium_dri.so free 0x55717358b7c0 void 0.000117
+gallium_dri.so free 0x55717358b580 void 0.000114
+gallium_dri.so malloc 72 0x55717358b770 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000115
+gallium_dri.so free 0x55717358b770 void 0.000115
+gallium_dri.so malloc 72 0x55717358b830 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000116
+gallium_dri.so free 0x55717358b830 void 0.000115
+gallium_dri.so malloc 72 0x55717358b950 0.000116
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so free 0x55717358b950 void 0.000116
+gallium_dri.so malloc 72 0x55717358b9e0 0.000116
+gallium_dri.so free 0x55717358ba80 void 0.000116
+gallium_dri.so free 0x55717358b9e0 void 0.000184
+gallium_dri.so malloc 72 0x55717358ba30 0.000208
+gallium_dri.so free 0x55717358bb00 void 0.000210
+gallium_dri.so free 0x55717358ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ba30 0.000126
+gallium_dri.so free 0x55717358bb80 void 0.000127
+gallium_dri.so free 0x55717358ba30 void 0.000126
+gallium_dri.so malloc 72 0x55717358bb80 0.000126
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358bb80 void 0.000118
+gallium_dri.so malloc 72 0x55717358bb80 0.000123
+gallium_dri.so free 0x55717358bd40 void 0.000125
+gallium_dri.so free 0x55717358bb80 void 0.000127
+gallium_dri.so malloc 72 0x55717358bcf0 0.000192
+gallium_dri.so free 0x55717358bd80 void 0.000179
+gallium_dri.so free 0x55717358bcf0 void 0.000139
+gallium_dri.so malloc 72 0x55717358bcf0 0.000124
+gallium_dri.so free 0x55717358be40 void 0.000124
+gallium_dri.so free 0x55717358bcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358be80 0.000134
+gallium_dri.so free 0x55717358bf00 void 0.000124
+gallium_dri.so free 0x55717358be80 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf00 0.000118
+gallium_dri.so free 0x55717358bfc0 void 0.000118
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf00 0.000117
+gallium_dri.so free 0x55717358c040 void 0.000119
+gallium_dri.so free 0x55717358bf00 void 0.000118
+gallium_dri.so malloc 72 0x55717358c070 0.000118
+gallium_dri.so free 0x55717358c0c0 void 0.000119
+gallium_dri.so free 0x55717358c070 void 0.000119
+gallium_dri.so malloc 72 0x55717358c070 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000119
+gallium_dri.so free 0x55717358c070 void 0.000121
+gallium_dri.so malloc 72 0x55717358c200 0.000118
+gallium_dri.so free 0x55717358c280 void 0.000119
+gallium_dri.so free 0x55717358c200 void 0.000117
+gallium_dri.so malloc 72 0x55717358c280 0.000121
+gallium_dri.so free 0x55717358c340 void 0.000119
+gallium_dri.so free 0x55717358c280 void 0.000117
+gallium_dri.so malloc 72 0x55717358c280 0.000119
+gallium_dri.so free 0x55717358c3c0 void 0.000119
+gallium_dri.so free 0x55717358c280 void 0.000117
+gallium_dri.so malloc 72 0x55717358c3f0 0.000116
+gallium_dri.so free 0x55717358c440 void 0.000117
+gallium_dri.so free 0x55717358c3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c3f0 0.000132
+gallium_dri.so free 0x55717358c540 void 0.000122
+gallium_dri.so free 0x55717358c3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c4f0 0.000121
+gallium_dri.so free 0x55717358c600 void 0.000120
+gallium_dri.so free 0x55717358c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c5b0 0.000122
+gallium_dri.so free 0x55717358c680 void 0.000120
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5b0 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000123
+gallium_dri.so free 0x55717358c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c5b0 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000123
+gallium_dri.so free 0x55717358c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c7b0 0.000119
+gallium_dri.so free 0x55717358c880 void 0.000121
+gallium_dri.so free 0x55717358c7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8d0 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000121
+gallium_dri.so free 0x55717358c8d0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c960 0.000119
+gallium_dri.so free 0x55717358ca00 void 0.000122
+gallium_dri.so free 0x55717358c960 void 0.000120
+gallium_dri.so malloc 72 0x55717358c9b0 0.000121
+gallium_dri.so free 0x55717358ca80 void 0.000121
+gallium_dri.so free 0x55717358c9b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358ca80 0.000120
+gallium_dri.so free 0x55717358cb40 void 0.000121
+gallium_dri.so free 0x55717358ca80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ca80 0.000118
+gallium_dri.so free 0x55717358cbc0 void 0.000133
+gallium_dri.so free 0x55717358ca80 void 0.000162
+gallium_dri.so malloc 72 0x55717358cbc0 0.000153
+gallium_dri.so free 0x55717358cc80 void 0.000262
+gallium_dri.so free 0x55717358cbc0 void 0.000168
+gallium_dri.so malloc 72 0x55717358cbc0 0.000261
+gallium_dri.so free 0x55717358cd40 void 0.000268
+gallium_dri.so free 0x55717358cbc0 void 0.000332
+gallium_dri.so malloc 72 0x55717358cbc0 0.000199
+gallium_dri.so free 0x55717358ce00 void 0.000115
+gallium_dri.so free 0x55717358cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cdb0 0.000112
+gallium_dri.so free 0x55717358ce80 void 0.000115
+gallium_dri.so free 0x55717358cdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ced0 0.000126
+gallium_dri.so free 0x55717358cf40 void 0.000131
+gallium_dri.so free 0x55717358ced0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf80 0.000113
+gallium_dri.so free 0x55717358d000 void 0.000111
+gallium_dri.so free 0x55717358cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cf80 0.000112
+gallium_dri.so free 0x55717358d080 void 0.000112
+gallium_dri.so free 0x55717358cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717358d0b0 0.000112
+gallium_dri.so free 0x55717358d100 void 0.000114
+gallium_dri.so free 0x55717358d0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d0b0 0.000112
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x55717358d0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d1b0 0.000110
+gallium_dri.so free 0x55717358d2c0 void 0.000112
+gallium_dri.so free 0x55717358d1b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358d270 0.000117
+gallium_dri.so free 0x55717358d300 void 0.000119
+gallium_dri.so free 0x55717358d270 void 0.000114
+gallium_dri.so malloc 72 0x55717358d270 0.000114
+gallium_dri.so free 0x55717358d3c0 void 0.000114
+gallium_dri.so free 0x55717358d270 void 0.000112
+gallium_dri.so malloc 72 0x55717358d430 0.000111
+gallium_dri.so free 0x55717358d480 void 0.000120
+gallium_dri.so free 0x55717358d430 void 0.000115
+gallium_dri.so malloc 72 0x55717358d430 0.000115
+gallium_dri.so free 0x55717358d580 void 0.000114
+gallium_dri.so free 0x55717358d430 void 0.000116
+gallium_dri.so malloc 72 0x55717358d530 0.000113
+gallium_dri.so free 0x55717358d640 void 0.000153
+gallium_dri.so free 0x55717358d530 void 0.000115
+gallium_dri.so malloc 72 0x55717358d5f0 0.000114
+gallium_dri.so free 0x55717358d680 void 0.000114
+gallium_dri.so free 0x55717358d5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d5f0 0.000116
+gallium_dri.so free 0x55717358d740 void 0.000113
+gallium_dri.so free 0x55717358d5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358d780 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d780 void 0.000115
+gallium_dri.so malloc 72 0x55717358d800 0.000114
+gallium_dri.so free 0x55717358d8c0 void 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000113
+gallium_dri.so malloc 72 0x55717358d800 0.000115
+gallium_dri.so free 0x55717358d980 void 0.000116
+gallium_dri.so free 0x55717358d800 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9a0 0.000115
+gallium_dri.so free 0x55717358da40 void 0.000116
+gallium_dri.so free 0x55717358d9a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d9f0 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x55717358d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d9f0 0.000114
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so free 0x55717358d9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358db40 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so malloc 72 0x55717358db40 0.000113
+gallium_dri.so free 0x55717358dcc0 void 0.000113
+gallium_dri.so free 0x55717358db40 void 0.000116
+gallium_dri.so malloc 72 0x55717358db40 0.000113
+gallium_dri.so free 0x55717358dd80 void 0.000112
+gallium_dri.so free 0x55717358db40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dd30 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000123
+gallium_dri.so free 0x55717358dd30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ddf0 0.000275
+gallium_dri.so free 0x55717358dec0 void 0.000158
+gallium_dri.so free 0x55717358ddf0 void 0.000157
+gallium_dri.so malloc 72 0x55717358df10 0.000226
+gallium_dri.so free 0x55717358df80 void 0.000164
+gallium_dri.so free 0x55717358df10 void 0.000200
+gallium_dri.so malloc 72 0x55717358dfa0 0.000199
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358dfa0 void 0.000126
+gallium_dri.so malloc 72 0x55717358dff0 0.000116
+gallium_dri.so free 0x55717358e0c0 void 0.000114
+gallium_dri.so free 0x55717358dff0 void 0.000111
+gallium_dri.so malloc 72 0x55717358dff0 0.000113
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so free 0x55717358dff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e140 0.000115
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x55717358e140 void 0.000113
+gallium_dri.so malloc 72 0x55717358e140 0.000115
+gallium_dri.so free 0x55717358e300 void 0.000119
+gallium_dri.so free 0x55717358e140 void 0.000114
+gallium_dri.so malloc 72 0x55717358e2b0 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e2b0 0.000112
+gallium_dri.so free 0x55717358e400 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4c0 0.000113
+gallium_dri.so free 0x55717358e580 void 0.000115
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4c0 0.000113
+gallium_dri.so free 0x55717358e600 void 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e630 0.000117
+gallium_dri.so free 0x55717358e680 void 0.000113
+gallium_dri.so free 0x55717358e630 void 0.000114
+gallium_dri.so malloc 72 0x55717358e630 0.000112
+gallium_dri.so free 0x55717358e780 void 0.000112
+gallium_dri.so free 0x55717358e630 void 0.000114
+gallium_dri.so malloc 72 0x55717358e7c0 0.000112
+gallium_dri.so free 0x55717358e840 void 0.000113
+gallium_dri.so free 0x55717358e7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e840 0.000113
+gallium_dri.so free 0x55717358e900 void 0.000114
+gallium_dri.so free 0x55717358e840 void 0.000114
+gallium_dri.so malloc 72 0x55717358e840 0.000112
+gallium_dri.so free 0x55717358e980 void 0.000113
+gallium_dri.so free 0x55717358e840 void 0.000114
+gallium_dri.so malloc 72 0x55717358e9b0 0.000113
+gallium_dri.so free 0x55717358ea00 void 0.000113
+gallium_dri.so free 0x55717358e9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e9b0 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x55717358e9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358eab0 0.000112
+gallium_dri.so free 0x55717358ebc0 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358eb70 0.000122
+gallium_dri.so free 0x55717358ec40 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb70 0.000164
+gallium_dri.so free 0x55717358ed00 void 0.000120
+gallium_dri.so free 0x55717358eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717358eb70 0.000115
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed70 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so free 0x55717358ed70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee90 0.000129
+gallium_dri.so free 0x55717358ef00 void 0.000123
+gallium_dri.so free 0x55717358ee90 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef20 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so free 0x55717358ef20 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef70 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000113
+gallium_dri.so free 0x55717358ef70 void 0.000115
+gallium_dri.so malloc 72 0x55717358f040 0.000113
+gallium_dri.so free 0x55717358f100 void 0.000114
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so malloc 72 0x55717358f040 0.000113
+gallium_dri.so free 0x55717358f180 void 0.000116
+gallium_dri.so free 0x55717358f040 void 0.000114
+gallium_dri.so malloc 72 0x55717358f180 0.000115
+gallium_dri.so free 0x55717358f240 void 0.000116
+gallium_dri.so free 0x55717358f180 void 0.000126
+gallium_dri.so malloc 72 0x55717358f180 0.000113
+gallium_dri.so free 0x55717358f300 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so malloc 72 0x55717358f180 0.000115
+gallium_dri.so free 0x55717358f3c0 void 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000113
+gallium_dri.so malloc 72 0x55717358f370 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f370 void 0.000112
+gallium_dri.so malloc 72 0x55717358f490 0.000112
+gallium_dri.so free 0x55717358f500 void 0.000114
+gallium_dri.so free 0x55717358f490 void 0.000114
+gallium_dri.so malloc 72 0x55717358f540 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000114
+gallium_dri.so free 0x55717358f540 void 0.000113
+gallium_dri.so malloc 72 0x55717358f540 0.000112
+gallium_dri.so free 0x55717358f640 void 0.000115
+gallium_dri.so free 0x55717358f540 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000121
+gallium_dri.so free 0x55717358f670 void 0.000114
+gallium_dri.so malloc 72 0x55717358f670 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x55717358f670 void 0.000115
+gallium_dri.so malloc 72 0x55717358f770 0.000114
+gallium_dri.so free 0x55717358f880 void 0.000114
+gallium_dri.so free 0x55717358f770 void 0.000123
+gallium_dri.so malloc 72 0x55717358f830 0.000114
+gallium_dri.so free 0x55717358f8c0 void 0.000112
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f830 0.000112
+gallium_dri.so free 0x55717358f980 void 0.000112
+gallium_dri.so free 0x55717358f830 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9f0 0.000113
+gallium_dri.so free 0x55717358fa40 void 0.000112
+gallium_dri.so free 0x55717358f9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9f0 0.000113
+gallium_dri.so free 0x55717358fb40 void 0.000112
+gallium_dri.so free 0x55717358f9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358faf0 0.000112
+gallium_dri.so free 0x55717358fc00 void 0.000118
+gallium_dri.so free 0x55717358faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fbb0 0.000112
+gallium_dri.so free 0x55717358fc40 void 0.000112
+gallium_dri.so free 0x55717358fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fbb0 0.000113
+gallium_dri.so free 0x55717358fd00 void 0.000112
+gallium_dri.so free 0x55717358fbb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358fd40 0.000123
+gallium_dri.so free 0x55717358fdc0 void 0.000123
+gallium_dri.so free 0x55717358fd40 void 0.000120
+gallium_dri.so malloc 72 0x55717358fdc0 0.000115
+gallium_dri.so free 0x55717358fe80 void 0.000118
+gallium_dri.so free 0x55717358fdc0 void 0.000177
+gallium_dri.so malloc 72 0x55717358fdc0 0.000116
+gallium_dri.so free 0x55717358ff40 void 0.000113
+gallium_dri.so free 0x55717358fdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ff60 0.000150
+gallium_dri.so free 0x557173590000 void 0.000125
+gallium_dri.so free 0x55717358ff60 void 0.000125
+gallium_dri.so malloc 72 0x55717358ffb0 0.000126
+gallium_dri.so free 0x557173590080 void 0.000142
+gallium_dri.so free 0x55717358ffb0 void 0.000128
+gallium_dri.so malloc 72 0x55717358ffb0 0.000127
+gallium_dri.so free 0x557173590100 void 0.000127
+gallium_dri.so free 0x55717358ffb0 void 0.000115
+gallium_dri.so malloc 72 0x557173590100 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x557173590100 void 0.000112
+gallium_dri.so malloc 72 0x557173590100 0.000112
+gallium_dri.so free 0x557173590280 void 0.000115
+gallium_dri.so free 0x557173590100 void 0.000112
+gallium_dri.so malloc 72 0x557173590100 0.000113
+gallium_dri.so free 0x557173590340 void 0.000115
+gallium_dri.so free 0x557173590100 void 0.000113
+gallium_dri.so malloc 72 0x5571735902f0 0.000113
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x5571735902f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735903b0 0.000114
+gallium_dri.so free 0x557173590480 void 0.000128
+gallium_dri.so free 0x5571735903b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735904d0 0.000113
+gallium_dri.so free 0x557173590540 void 0.000115
+gallium_dri.so free 0x5571735904d0 void 0.000113
+gallium_dri.so malloc 72 0x557173590560 0.000113
+gallium_dri.so free 0x557173590600 void 0.000116
+gallium_dri.so free 0x557173590560 void 0.000120
+gallium_dri.so malloc 72 0x5571735905b0 0.000115
+gallium_dri.so free 0x557173590680 void 0.000116
+gallium_dri.so free 0x5571735905b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905b0 0.000114
+gallium_dri.so free 0x557173590700 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000112
+gallium_dri.so malloc 72 0x557173590700 0.000114
+gallium_dri.so free 0x5571735907c0 void 0.000115
+gallium_dri.so free 0x557173590700 void 0.000113
+gallium_dri.so malloc 72 0x557173590700 0.000115
+gallium_dri.so free 0x5571735908c0 void 0.000115
+gallium_dri.so free 0x557173590700 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000113
+gallium_dri.so free 0x557173590900 void 0.000114
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590870 0.000115
+gallium_dri.so free 0x5571735909c0 void 0.000115
+gallium_dri.so free 0x557173590870 void 0.000112
+gallium_dri.so malloc 72 0x557173590a00 0.000112
+gallium_dri.so free 0x557173590a80 void 0.000128
+gallium_dri.so free 0x557173590a00 void 0.000125
+gallium_dri.so malloc 72 0x557173590a80 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000113
+gallium_dri.so malloc 72 0x557173590a80 0.000113
+gallium_dri.so free 0x557173590bc0 void 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000178
+gallium_dri.so malloc 72 0x557173590bf0 0.000378
+gallium_dri.so free 0x557173590c40 void 0.000380
+gallium_dri.so free 0x557173590bf0 void 0.000316
+gallium_dri.so malloc 72 0x557173590bf0 0.000152
+gallium_dri.so free 0x557173590d40 void 0.000123
+gallium_dri.so free 0x557173590bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173590d80 0.000115
+gallium_dri.so free 0x557173590e00 void 0.000115
+gallium_dri.so free 0x557173590d80 void 0.000114
+gallium_dri.so malloc 72 0x557173590e00 0.000116
+gallium_dri.so free 0x557173590ec0 void 0.000116
+gallium_dri.so free 0x557173590e00 void 0.000116
+gallium_dri.so malloc 72 0x557173590e00 0.000121
+gallium_dri.so free 0x557173590f40 void 0.000116
+gallium_dri.so free 0x557173590e00 void 0.000114
+gallium_dri.so malloc 72 0x557173590f70 0.000114
+gallium_dri.so free 0x557173590fc0 void 0.000116
+gallium_dri.so free 0x557173590f70 void 0.000114
+gallium_dri.so malloc 72 0x557173590f70 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so free 0x557173590f70 void 0.000114
+gallium_dri.so malloc 72 0x557173591070 0.000116
+gallium_dri.so free 0x557173591180 void 0.000115
+gallium_dri.so free 0x557173591070 void 0.000116
+gallium_dri.so malloc 72 0x557173591130 0.000114
+gallium_dri.so free 0x557173591200 void 0.000116
+gallium_dri.so free 0x557173591130 void 0.000114
+gallium_dri.so malloc 72 0x557173591130 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000116
+gallium_dri.so free 0x557173591130 void 0.000112
+gallium_dri.so malloc 72 0x557173591130 0.000115
+gallium_dri.so free 0x557173591380 void 0.000116
+gallium_dri.so free 0x557173591130 void 0.000121
+gallium_dri.so malloc 72 0x557173591330 0.000115
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so free 0x557173591330 void 0.000114
+gallium_dri.so malloc 72 0x557173591450 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000119
+gallium_dri.so free 0x557173591450 void 0.000113
+gallium_dri.so malloc 72 0x5571735914e0 0.000127
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so free 0x5571735914e0 void 0.000113
+gallium_dri.so malloc 72 0x557173591530 0.000114
+gallium_dri.so free 0x557173591600 void 0.000115
+gallium_dri.so free 0x557173591530 void 0.000114
+gallium_dri.so malloc 72 0x557173591600 0.000115
+gallium_dri.so free 0x5571735916c0 void 0.000116
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so malloc 72 0x557173591600 0.000115
+gallium_dri.so free 0x557173591740 void 0.000116
+gallium_dri.so free 0x557173591600 void 0.000114
+gallium_dri.so malloc 72 0x557173591740 0.000116
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so malloc 72 0x557173591740 0.000114
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so malloc 72 0x557173591740 0.000115
+gallium_dri.so free 0x557173591980 void 0.000116
+gallium_dri.so free 0x557173591740 void 0.000114
+gallium_dri.so malloc 72 0x557173591930 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000114
+gallium_dri.so free 0x557173591930 void 0.000114
+gallium_dri.so malloc 72 0x557173591a50 0.000114
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x557173591a50 void 0.000124
+gallium_dri.so malloc 72 0x557173591b00 0.000185
+gallium_dri.so free 0x557173591b80 void 0.000123
+gallium_dri.so free 0x557173591b00 void 0.000121
+gallium_dri.so malloc 72 0x557173591b00 0.000121
+gallium_dri.so free 0x557173591c00 void 0.000123
+gallium_dri.so free 0x557173591b00 void 0.000121
+gallium_dri.so malloc 72 0x557173591c30 0.000120
+gallium_dri.so free 0x557173591c80 void 0.000121
+gallium_dri.so free 0x557173591c30 void 0.000119
+gallium_dri.so malloc 72 0x557173591c30 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so free 0x557173591c30 void 0.000119
+gallium_dri.so malloc 72 0x557173591d30 0.000120
+gallium_dri.so free 0x557173591e40 void 0.000120
+gallium_dri.so free 0x557173591d30 void 0.000122
+gallium_dri.so malloc 72 0x557173591df0 0.000145
+gallium_dri.so free 0x557173591e80 void 0.000122
+gallium_dri.so free 0x557173591df0 void 0.000121
+gallium_dri.so malloc 72 0x557173591df0 0.000120
+gallium_dri.so free 0x557173607400 void 0.000123
+gallium_dri.so free 0x557173591df0 void 0.000121
+gallium_dri.so malloc 72 0x557173591df0 0.000119
+gallium_dri.so free 0x557173607500 void 0.000121
+gallium_dri.so free 0x557173591df0 void 0.000122
+gallium_dri.so malloc 72 0x557173607540 0.000120
+gallium_dri.so free 0x5571736075c0 void 0.000132
+gallium_dri.so free 0x557173607540 void 0.000121
+gallium_dri.so malloc 72 0x5571736075c0 0.000120
+gallium_dri.so free 0x557173591f40 void 0.000122
+gallium_dri.so free 0x5571736075c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736075c0 0.000121
+gallium_dri.so free 0x557173607680 void 0.000120
+gallium_dri.so free 0x5571736075c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736075c0 0.000121
+gallium_dri.so free 0x557173607740 void 0.000122
+gallium_dri.so free 0x5571736075c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736076f0 0.000120
+gallium_dri.so free 0x5571736077c0 void 0.000122
+gallium_dri.so free 0x5571736076f0 void 0.000121
+gallium_dri.so malloc 72 0x557173607810 0.000122
+gallium_dri.so free 0x557173607880 void 0.000121
+gallium_dri.so free 0x557173607810 void 0.000119
+gallium_dri.so malloc 72 0x5571736078e0 0.000120
+gallium_dri.so free 0x557173607980 void 0.000122
+gallium_dri.so free 0x5571736078e0 void 0.000120
+gallium_dri.so malloc 72 0x557173607930 0.000120
+gallium_dri.so free 0x5571736079c0 void 0.000122
+gallium_dri.so free 0x557173607930 void 0.000120
+gallium_dri.so malloc 72 0x557173607930 0.000120
+gallium_dri.so free 0x557173607a80 void 0.000121
+gallium_dri.so free 0x557173607930 void 0.000121
+gallium_dri.so malloc 72 0x557173607ac0 0.000133
+gallium_dri.so free 0x557173607b40 void 0.000123
+gallium_dri.so free 0x557173607ac0 void 0.000123
+gallium_dri.so malloc 72 0x557173607b40 0.000120
+gallium_dri.so free 0x557173607c00 void 0.000122
+gallium_dri.so free 0x557173607b40 void 0.000121
+gallium_dri.so malloc 72 0x557173607b40 0.000120
+gallium_dri.so free 0x557173607c80 void 0.000123
+gallium_dri.so free 0x557173607b40 void 0.000119
+gallium_dri.so malloc 72 0x557173607cb0 0.000120
+gallium_dri.so free 0x557173607d00 void 0.000121
+gallium_dri.so free 0x557173607cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173607d00 0.000120
+gallium_dri.so free 0x557173607dc0 void 0.000121
+gallium_dri.so free 0x557173607d00 void 0.000120
+gallium_dri.so malloc 72 0x557173607d00 0.000120
+gallium_dri.so free 0x557173607ec0 void 0.000122
+gallium_dri.so free 0x557173607d00 void 0.000119
+gallium_dri.so malloc 72 0x557173607e70 0.000121
+gallium_dri.so free 0x557173607f80 void 0.000121
+gallium_dri.so free 0x557173607e70 void 0.000121
+gallium_dri.so malloc 72 0x557173607f30 0.000118
+gallium_dri.so free 0x557173607fc0 void 0.000127
+gallium_dri.so free 0x557173607f30 void 0.000116
+gallium_dri.so malloc 72 0x557173607f30 0.000114
+gallium_dri.so free 0x557173608080 void 0.000115
+gallium_dri.so free 0x557173607f30 void 0.000180
+gallium_dri.so malloc 72 0x5571736080c0 0.000115
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x5571736080c0 void 0.000117
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x557173608200 void 0.000115
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so malloc 72 0x557173608140 0.000116
+gallium_dri.so free 0x557173608280 void 0.000116
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x557173608340 void 0.000116
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x557173608400 void 0.000116
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so malloc 72 0x5571736083b0 0.000113
+gallium_dri.so free 0x557173608480 void 0.000116
+gallium_dri.so free 0x5571736083b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736084d0 0.000115
+gallium_dri.so free 0x557173608540 void 0.000122
+gallium_dri.so free 0x5571736084d0 void 0.000114
+gallium_dri.so malloc 72 0x557173608560 0.000116
+gallium_dri.so free 0x557173608600 void 0.000115
+gallium_dri.so free 0x557173608560 void 0.000114
+gallium_dri.so malloc 72 0x5571736085b0 0.000116
+gallium_dri.so free 0x557173608680 void 0.000170
+gallium_dri.so free 0x5571736085b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736085b0 0.000115
+gallium_dri.so free 0x557173608780 void 0.000115
+gallium_dri.so free 0x5571736085b0 void 0.000115
+gallium_dri.so malloc 72 0x557173608730 0.000115
+gallium_dri.so free 0x557173608800 void 0.000117
+gallium_dri.so free 0x557173608730 void 0.000114
+gallium_dri.so malloc 72 0x557173608850 0.000115
+gallium_dri.so free 0x5571736088c0 void 0.000116
+gallium_dri.so free 0x557173608850 void 0.000115
+gallium_dri.so malloc 72 0x5571736088e0 0.000114
+gallium_dri.so free 0x557173608980 void 0.000117
+gallium_dri.so free 0x5571736088e0 void 0.000114
+gallium_dri.so malloc 72 0x557173608930 0.000114
+gallium_dri.so free 0x557173608a00 void 0.000116
+gallium_dri.so free 0x557173608930 void 0.000114
+gallium_dri.so malloc 72 0x557173608930 0.000114
+gallium_dri.so free 0x557173608a80 void 0.000115
+gallium_dri.so free 0x557173608930 void 0.000116
+gallium_dri.so malloc 72 0x557173608a80 0.000114
+gallium_dri.so free 0x557173608b40 void 0.000114
+gallium_dri.so free 0x557173608a80 void 0.000114
+gallium_dri.so malloc 72 0x557173608a80 0.000116
+gallium_dri.so free 0x557173608c40 void 0.000116
+gallium_dri.so free 0x557173608a80 void 0.000114
+gallium_dri.so malloc 72 0x557173608a80 0.000115
+gallium_dri.so free 0x557173608cc0 void 0.000126
+gallium_dri.so free 0x557173608a80 void 0.000116
+gallium_dri.so malloc 72 0x557173608cf0 0.000114
+gallium_dri.so free 0x557173608d40 void 0.000116
+gallium_dri.so free 0x557173608cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173608cf0 0.000113
+gallium_dri.so free 0x557173608e40 void 0.000115
+gallium_dri.so free 0x557173608cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173608df0 0.000114
+gallium_dri.so free 0x557173608f00 void 0.000117
+gallium_dri.so free 0x557173608df0 void 0.000113
+gallium_dri.so malloc 72 0x557173608eb0 0.000115
+gallium_dri.so free 0x557173608f40 void 0.000115
+gallium_dri.so free 0x557173608eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173608eb0 0.000118
+gallium_dri.so free 0x557173609000 void 0.000115
+gallium_dri.so free 0x557173608eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173609050 0.000114
+gallium_dri.so free 0x5571736090c0 void 0.000115
+gallium_dri.so free 0x557173609050 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000113
+gallium_dri.so free 0x557173609180 void 0.000117
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x557173609180 0.000114
+gallium_dri.so free 0x557173609240 void 0.000115
+gallium_dri.so free 0x557173609180 void 0.000114
+gallium_dri.so malloc 72 0x557173609180 0.000114
+gallium_dri.so free 0x5571736092c0 void 0.000115
+gallium_dri.so free 0x557173609180 void 0.000117
+gallium_dri.so malloc 72 0x5571736092f0 0.000113
+gallium_dri.so free 0x557173609340 void 0.000115
+gallium_dri.so free 0x5571736092f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736092f0 0.000115
+gallium_dri.so free 0x557173609440 void 0.000114
+gallium_dri.so free 0x5571736092f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736093f0 0.000121
+gallium_dri.so free 0x557173609500 void 0.000117
+gallium_dri.so free 0x5571736093f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736094b0 0.000116
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x5571736094b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095a0 0.000115
+gallium_dri.so free 0x557173609640 void 0.000115
+gallium_dri.so free 0x5571736095a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x5571736096c0 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x557173609740 void 0.000116
+gallium_dri.so free 0x5571736095f0 void 0.000115
+gallium_dri.so malloc 72 0x557173609740 0.000114
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173609740 void 0.000114
+gallium_dri.so malloc 72 0x557173609740 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000116
+gallium_dri.so free 0x557173609740 void 0.000127
+gallium_dri.so malloc 72 0x557173609740 0.000116
+gallium_dri.so free 0x557173609980 void 0.000195
+gallium_dri.so free 0x557173609740 void 0.000116
+gallium_dri.so malloc 72 0x557173609930 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000116
+gallium_dri.so free 0x557173609930 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf370 0.000114
+gallium_dri.so free 0x5571735bfc80 void 0.000117
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x5571735cae00 void 0.000115
+gallium_dri.so free 0x5571735bfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x5571736097c0 void 0.000116
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000114
+gallium_dri.so free 0x557173609880 void 0.000115
+gallium_dri.so free 0x5571735cadb0 void 0.000114
+gallium_dri.so malloc 72 0x557173609830 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000115
+gallium_dri.so free 0x557173609830 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf510 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000117
+gallium_dri.so free 0x5571735bf510 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000114
+gallium_dri.so free 0x5571735bf680 void 0.000175
+gallium_dri.so free 0x5571735bf5e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf630 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000120
+gallium_dri.so free 0x5571735bf630 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000115
+gallium_dri.so free 0x5571735bf9c0 void 0.000116
+gallium_dri.so free 0x5571735bf870 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000116
+gallium_dri.so free 0x5571735bf970 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa30 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000116
+gallium_dri.so free 0x5571735bfa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f00 0.000121
+gallium_dri.so free 0x5571735e0fc0 void 0.000115
+gallium_dri.so free 0x5571735e0f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f00 0.000125
+gallium_dri.so free 0x5571735e10c0 void 0.000125
+gallium_dri.so free 0x5571735e0f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1070 0.000171
+gallium_dri.so free 0x5571735e1180 void 0.000121
+gallium_dri.so free 0x5571735e1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1130 0.000115
+gallium_dri.so free 0x5571735e11c0 void 0.000116
+gallium_dri.so free 0x5571735e1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1130 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000116
+gallium_dri.so free 0x5571735e1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e12c0 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000116
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000115
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000116
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1340 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000116
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1340 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15b0 0.000114
+gallium_dri.so free 0x5571735e1680 void 0.000116
+gallium_dri.so free 0x5571735e15b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e16d0 0.000128
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1760 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17b0 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000116
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000115
+gallium_dri.so free 0x5571735e1980 void 0.000116
+gallium_dri.so free 0x5571735e17b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1930 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a50 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ae0 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so free 0x5571735e1ae0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b30 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so free 0x5571735e1b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c80 0.000123
+gallium_dri.so free 0x5571735e1d40 void 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c80 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so free 0x5571735e1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000124
+gallium_dri.so free 0x5571735e2040 void 0.000125
+gallium_dri.so free 0x5571735e1ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735e1ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e20b0 0.000119
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e20b0 0.000119
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2250 0.000120
+gallium_dri.so free 0x5571735e22c0 void 0.000134
+gallium_dri.so free 0x5571735e2250 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2300 0.000127
+gallium_dri.so free 0x5571735e2380 void 0.000123
+gallium_dri.so free 0x5571735e2300 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2380 0.000123
+gallium_dri.so free 0x5571735e2440 void 0.000124
+gallium_dri.so free 0x5571735e2380 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2380 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24f0 0.000119
+gallium_dri.so free 0x5571735e2540 void 0.000116
+gallium_dri.so free 0x5571735e24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24f0 0.000125
+gallium_dri.so free 0x5571735e2640 void 0.000123
+gallium_dri.so free 0x5571735e24f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e25f0 0.000124
+gallium_dri.so free 0x5571735e2700 void 0.000125
+gallium_dri.so free 0x5571735e25f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e26b0 0.000124
+gallium_dri.so free 0x5571735e2780 void 0.000181
+gallium_dri.so free 0x5571735e26b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e27a0 0.000137
+gallium_dri.so free 0x5571735e2840 void 0.000130
+gallium_dri.so free 0x5571735e27a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e27f0 0.000124
+gallium_dri.so free 0x5571735e28c0 void 0.000124
+gallium_dri.so free 0x5571735e27f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e27f0 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000130
+gallium_dri.so free 0x5571735e27f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2940 0.000130
+gallium_dri.so free 0x5571735e2a00 void 0.000130
+gallium_dri.so free 0x5571735e2940 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2940 0.000130
+gallium_dri.so free 0x5571735e2ac0 void 0.000126
+gallium_dri.so free 0x5571735e2940 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2940 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000124
+gallium_dri.so free 0x5571735e2940 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2b30 0.000129
+gallium_dri.so free 0x5571735e2b80 void 0.000131
+gallium_dri.so free 0x5571735e2b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2b30 0.000126
+gallium_dri.so free 0x5571735e2c80 void 0.000129
+gallium_dri.so free 0x5571735e2b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2c30 0.000121
+gallium_dri.so free 0x5571735e2d40 void 0.000120
+gallium_dri.so free 0x5571735e2c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000131
+gallium_dri.so free 0x5571735e2d80 void 0.000131
+gallium_dri.so free 0x5571735e2cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000125
+gallium_dri.so free 0x5571735e2e40 void 0.000125
+gallium_dri.so free 0x5571735e2cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2e80 0.000122
+gallium_dri.so free 0x5571735e2f00 void 0.000126
+gallium_dri.so free 0x5571735e2e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2f00 0.000127
+gallium_dri.so free 0x5571735e2fc0 void 0.000130
+gallium_dri.so free 0x5571735e2f00 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2f00 0.000122
+gallium_dri.so free 0x5571735e3080 void 0.000122
+gallium_dri.so free 0x5571735e2f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e30a0 0.000131
+gallium_dri.so free 0x5571735e3140 void 0.000131
+gallium_dri.so free 0x5571735e30a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e30f0 0.000126
+gallium_dri.so free 0x5571735e31c0 void 0.000130
+gallium_dri.so free 0x5571735e30f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e30f0 0.000132
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so free 0x5571735e30f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3240 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000131
+gallium_dri.so free 0x5571735e3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3240 0.000130
+gallium_dri.so free 0x5571735e33c0 void 0.000131
+gallium_dri.so free 0x5571735e3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3240 0.000126
+gallium_dri.so free 0x5571735e3480 void 0.000127
+gallium_dri.so free 0x5571735e3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3430 0.000129
+gallium_dri.so free 0x5571735e3540 void 0.000125
+gallium_dri.so free 0x5571735e3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000121
+gallium_dri.so free 0x5571735e35c0 void 0.000126
+gallium_dri.so free 0x5571735e34f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3610 0.000120
+gallium_dri.so free 0x5571735e3680 void 0.000127
+gallium_dri.so free 0x5571735e3610 void 0.000133
+gallium_dri.so malloc 72 0x5571735e36a0 0.000131
+gallium_dri.so free 0x5571735e3740 void 0.000131
+gallium_dri.so free 0x5571735e36a0 void 0.000193
+gallium_dri.so malloc 72 0x5571735e36f0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e36f0 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735e36f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000119
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05f0 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000115
+gallium_dri.so free 0x5571735f05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05f0 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f05f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0780 0.000113
+gallium_dri.so free 0x5571735f0800 void 0.000116
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0800 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0800 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0970 0.000116
+gallium_dri.so free 0x5571735f09c0 void 0.000116
+gallium_dri.so free 0x5571735f0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0970 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b00 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000117
+gallium_dri.so free 0x5571735f0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b80 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000116
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b80 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000116
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000114
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so free 0x5571735f0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000116
+gallium_dri.so free 0x5571735f0cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000116
+gallium_dri.so free 0x5571735f0f00 void 0.000114
+gallium_dri.so free 0x5571735f0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000116
+gallium_dri.so free 0x5571735f1040 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000116
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f11d0 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f11d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1260 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000116
+gallium_dri.so free 0x5571735f1260 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f12b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1380 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1380 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14c0 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14c0 0.000123
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f14c0 0.000115
+gallium_dri.so free 0x5571735f1700 void 0.000116
+gallium_dri.so free 0x5571735f14c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16b0 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000116
+gallium_dri.so free 0x5571735f16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17d0 0.000115
+gallium_dri.so free 0x5571735f1840 void 0.000116
+gallium_dri.so free 0x5571735f17d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1880 0.000116
+gallium_dri.so free 0x5571735f1900 void 0.000116
+gallium_dri.so free 0x5571735f1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1880 0.000115
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735f19b0 0.000116
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f19b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f19b0 0.000114
+gallium_dri.so free 0x5571735f1b00 void 0.000116
+gallium_dri.so free 0x5571735f19b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000115
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1b70 0.000116
+gallium_dri.so free 0x5571735f1c00 void 0.000116
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000114
+gallium_dri.so free 0x5571735f1cc0 void 0.000116
+gallium_dri.so free 0x5571735f1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d30 0.000114
+gallium_dri.so free 0x5571735f1d80 void 0.000115
+gallium_dri.so free 0x5571735f1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d30 0.000116
+gallium_dri.so free 0x5571735f1e80 void 0.000115
+gallium_dri.so free 0x5571735f1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e30 0.000114
+gallium_dri.so free 0x5571735f1f40 void 0.000115
+gallium_dri.so free 0x5571735f1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so free 0x5571735f1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000116
+gallium_dri.so free 0x5571735f1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2080 0.000115
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so free 0x5571735f2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2100 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2100 0.000127
+gallium_dri.so free 0x5571735f2280 void 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so malloc 72 0x5571735f22a0 0.000115
+gallium_dri.so free 0x5571735f2340 void 0.000116
+gallium_dri.so free 0x5571735f22a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22f0 0.000117
+gallium_dri.so free 0x5571735f23c0 void 0.000126
+gallium_dri.so free 0x5571735f22f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f22f0 0.000114
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so free 0x5571735f22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2440 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2440 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2440 0.000115
+gallium_dri.so free 0x5571735f2680 void 0.000117
+gallium_dri.so free 0x5571735f2440 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2630 0.000115
+gallium_dri.so free 0x5571735f2740 void 0.000116
+gallium_dri.so free 0x5571735f2630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f26f0 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so free 0x5571735f26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2810 0.000168
+gallium_dri.so free 0x5571735f2880 void 0.000116
+gallium_dri.so free 0x5571735f2810 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28a0 0.000115
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f28a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571735f28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000116
+gallium_dri.so free 0x5571735f28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a40 0.000115
+gallium_dri.so free 0x5571735f2b00 void 0.000116
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a40 0.000116
+gallium_dri.so free 0x5571735f2c00 void 0.000116
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so free 0x5571735f2bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000115
+gallium_dri.so free 0x5571735f2d00 void 0.000115
+gallium_dri.so free 0x5571735f2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d40 0.000115
+gallium_dri.so free 0x5571735f2dc0 void 0.000115
+gallium_dri.so free 0x5571735f2d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000127
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2dc0 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000116
+gallium_dri.so free 0x5571735f2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f30 0.000115
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f30 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000117
+gallium_dri.so free 0x5571735f2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30c0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000117
+gallium_dri.so free 0x5571735f30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3140 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3140 0.000114
+gallium_dri.so free 0x5571735f3280 void 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32b0 0.000122
+gallium_dri.so free 0x5571735f3300 void 0.000117
+gallium_dri.so free 0x5571735f32b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32b0 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000116
+gallium_dri.so free 0x5571735f32b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33b0 0.000150
+gallium_dri.so free 0x5571735f34c0 void 0.000117
+gallium_dri.so free 0x5571735f33b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3470 0.000116
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3470 0.000114
+gallium_dri.so free 0x5571735f3600 void 0.000115
+gallium_dri.so free 0x5571735f3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735f3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3470 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so free 0x5571735f3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735f36c0 void 0.000114
+gallium_dri.so free 0x5571735eb430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735f3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000163
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb700 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb700 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb700 0.000113
+gallium_dri.so free 0x5571735eb940 void 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000116
+gallium_dri.so free 0x5571735eb8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba10 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000154
+gallium_dri.so free 0x5571735eba10 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebac0 0.000117
+gallium_dri.so free 0x5571735ebb40 void 0.000116
+gallium_dri.so free 0x5571735ebac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebac0 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000116
+gallium_dri.so free 0x5571735ebac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000115
+gallium_dri.so free 0x5571735ebc40 void 0.000116
+gallium_dri.so free 0x5571735ebbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000128
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebe00 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000115
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so free 0x5571735ebdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so free 0x5571735ebdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf70 0.000119
+gallium_dri.so free 0x5571735ebfc0 void 0.000116
+gallium_dri.so free 0x5571735ebf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf70 0.000114
+gallium_dri.so free 0x5571735ec0c0 void 0.000116
+gallium_dri.so free 0x5571735ebf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec070 0.000115
+gallium_dri.so free 0x5571735ec180 void 0.000116
+gallium_dri.so free 0x5571735ec070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000115
+gallium_dri.so free 0x5571735ec1c0 void 0.000117
+gallium_dri.so free 0x5571735ec130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000114
+gallium_dri.so free 0x5571735ec280 void 0.000116
+gallium_dri.so free 0x5571735ec130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000128
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec340 0.000115
+gallium_dri.so free 0x5571735ec400 void 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec340 0.000113
+gallium_dri.so free 0x5571735ec4c0 void 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000115
+gallium_dri.so free 0x5571735ec580 void 0.000116
+gallium_dri.so free 0x5571735ec4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec680 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec680 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec680 0.000115
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec870 0.000165
+gallium_dri.so free 0x5571735ec980 void 0.000116
+gallium_dri.so free 0x5571735ec870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec930 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000115
+gallium_dri.so free 0x5571735ec930 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca50 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735eca50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecae0 0.000114
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735ecae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000116
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb30 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000117
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc80 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc80 0.000114
+gallium_dri.so free 0x5571735ece40 void 0.000122
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000128
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so free 0x5571735ecdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf80 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed000 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000116
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed000 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000116
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed170 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000115
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed300 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed380 0.000115
+gallium_dri.so free 0x5571735ed440 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed380 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000127
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000112
+gallium_dri.so free 0x5571735ed700 void 0.000113
+gallium_dri.so free 0x5571735ed5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000114
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed980 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so free 0x5571735ed9d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eda60 0.000111
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda60 void 0.000114
+gallium_dri.so malloc 72 0x5571735edab0 0.000112
+gallium_dri.so free 0x5571735edb80 void 0.000175
+gallium_dri.so free 0x5571735edab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb80 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb80 0.000111
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735edeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edfd0 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edfd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee080 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000128
+gallium_dri.so free 0x5571735ee080 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000115
+gallium_dri.so free 0x5571735ee1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000112
+gallium_dri.so free 0x5571735ee400 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee370 0.000114
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee530 0.000112
+gallium_dri.so free 0x5571735ee680 void 0.000116
+gallium_dri.so free 0x5571735ee530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000113
+gallium_dri.so free 0x5571735ee780 void 0.000124
+gallium_dri.so free 0x5571735ee6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000113
+gallium_dri.so free 0x5571735ee840 void 0.000116
+gallium_dri.so free 0x5571735ee6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee880 0.000115
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee880 void 0.000184
+gallium_dri.so malloc 72 0x5571735ee900 0.000206
+gallium_dri.so free 0x5571735ee9c0 void 0.000239
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee900 0.000116
+gallium_dri.so free 0x5571735eea80 void 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000116
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eeaa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000122
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec40 0.000114
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000116
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee30 0.000113
+gallium_dri.so free 0x5571735eef40 void 0.000120
+gallium_dri.so free 0x5571735eee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeef0 0.000112
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef010 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735ef010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef0a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000112
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef240 0.000116
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef240 0.000112
+gallium_dri.so free 0x5571735ef400 void 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef440 void 0.000116
+gallium_dri.so free 0x5571735ef3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000116
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef540 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000115
+gallium_dri.so free 0x5571735ef680 void 0.000116
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000112
+gallium_dri.so free 0x5571735ef700 void 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735ef940 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so malloc 72 0x5571735efab0 0.000112
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735efab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efab0 0.000112
+gallium_dri.so free 0x5571735efc00 void 0.000116
+gallium_dri.so free 0x5571735efab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efbb0 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so free 0x5571735efbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000113
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efe70 0.000114
+gallium_dri.so free 0x5571735eff40 void 0.000126
+gallium_dri.so free 0x5571735efe70 void 0.000124
+gallium_dri.so malloc 72 0x5571735eff90 0.000112
+gallium_dri.so free 0x5571735f0000 void 0.000112
+gallium_dri.so free 0x5571735eff90 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0020 0.000115
+gallium_dri.so free 0x5571735f00c0 void 0.000113
+gallium_dri.so free 0x5571735f0020 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000112
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0140 0.000111
+gallium_dri.so free 0x5571735f0200 void 0.000112
+gallium_dri.so free 0x5571735f0140 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0140 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0280 0.000110
+gallium_dri.so free 0x5571735f0340 void 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000120
+gallium_dri.so free 0x5571735bfdc0 void 0.000120
+gallium_dri.so free 0x5571735f0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0280 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe30 0.000114
+gallium_dri.so free 0x5571735bff00 void 0.000114
+gallium_dri.so free 0x5571735bfe30 void 0.000126
+gallium_dri.so malloc 72 0x5571735bff50 0.000115
+gallium_dri.so free 0x5571735bffc0 void 0.000113
+gallium_dri.so free 0x5571735bff50 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0000 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000113
+gallium_dri.so free 0x5571735c0000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0000 0.000114
+gallium_dri.so free 0x5571735c0100 void 0.000113
+gallium_dri.so free 0x5571735c0000 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0130 0.000114
+gallium_dri.so free 0x5571735c0180 void 0.000116
+gallium_dri.so free 0x5571735c0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0130 0.000113
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000112
+gallium_dri.so free 0x5571735c0340 void 0.000115
+gallium_dri.so free 0x5571735c0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02f0 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so free 0x5571735c02f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02f0 0.000112
+gallium_dri.so free 0x5571735c0440 void 0.000116
+gallium_dri.so free 0x5571735c02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c04b0 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000114
+gallium_dri.so free 0x5571735c04b0 void 0.000176
+gallium_dri.so malloc 72 0x5571735c04b0 0.000115
+gallium_dri.so free 0x5571735c0600 void 0.000114
+gallium_dri.so free 0x5571735c04b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c05b0 0.000115
+gallium_dri.so free 0x5571735c06c0 void 0.000115
+gallium_dri.so free 0x5571735c05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0670 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0670 0.000114
+gallium_dri.so free 0x5571735c07c0 void 0.000114
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0800 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000116
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a20 0.000113
+gallium_dri.so free 0x5571735c0ac0 void 0.000114
+gallium_dri.so free 0x5571735c0a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a70 0.000114
+gallium_dri.so free 0x5571735c0b40 void 0.000120
+gallium_dri.so free 0x5571735c0a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0a70 0.000152
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so free 0x5571735c0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000112
+gallium_dri.so free 0x5571735c0c80 void 0.000123
+gallium_dri.so free 0x5571735c0bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000123
+gallium_dri.so free 0x5571735c0d40 void 0.000123
+gallium_dri.so free 0x5571735c0bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000123
+gallium_dri.so free 0x5571735c0e00 void 0.000115
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0db0 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e70 0.000113
+gallium_dri.so free 0x5571735c0f40 void 0.000115
+gallium_dri.so free 0x5571735c0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0f90 0.000113
+gallium_dri.so free 0x5571735c1000 void 0.000115
+gallium_dri.so free 0x5571735c0f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1020 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c1020 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c1140 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c11c0 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c11c0 0.000112
+gallium_dri.so free 0x5571735c1380 void 0.000116
+gallium_dri.so free 0x5571735c11c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000115
+gallium_dri.so free 0x5571735c1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000111
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c14c0 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so free 0x5571735c14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1540 0.000115
+gallium_dri.so free 0x5571735c1600 void 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1540 0.000113
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so free 0x5571735c1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16b0 0.000113
+gallium_dri.so free 0x5571735c1700 void 0.000168
+gallium_dri.so free 0x5571735c16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c16b0 0.000112
+gallium_dri.so free 0x5571735c1800 void 0.000114
+gallium_dri.so free 0x5571735c16b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1840 0.000117
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so free 0x5571735c1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c18c0 0.000111
+gallium_dri.so free 0x5571735c1980 void 0.000112
+gallium_dri.so free 0x5571735c18c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c18c0 0.000111
+gallium_dri.so free 0x5571735c1a00 void 0.000112
+gallium_dri.so free 0x5571735c18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000112
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a30 0.000112
+gallium_dri.so free 0x5571735c1b80 void 0.000111
+gallium_dri.so free 0x5571735c1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1b30 0.000119
+gallium_dri.so free 0x5571735c1c40 void 0.000124
+gallium_dri.so free 0x5571735c1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000115
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000112
+gallium_dri.so free 0x5571735c1d80 void 0.000126
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000113
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1df0 0.000111
+gallium_dri.so free 0x5571735c1ec0 void 0.000114
+gallium_dri.so free 0x5571735c1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f10 0.000112
+gallium_dri.so free 0x5571735c1f80 void 0.000113
+gallium_dri.so free 0x5571735c1f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000113
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000112
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so free 0x5571735c1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20c0 0.000112
+gallium_dri.so free 0x5571735c2180 void 0.000115
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20c0 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000125
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c2440 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23f0 0.000114
+gallium_dri.so free 0x5571735c24c0 void 0.000115
+gallium_dri.so free 0x5571735c23f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2510 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c2510 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25c0 0.000114
+gallium_dri.so free 0x5571735c26c0 void 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26f0 0.000111
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c26f0 0.000114
+gallium_dri.so free 0x5571735c2840 void 0.000115
+gallium_dri.so free 0x5571735c26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27f0 0.000118
+gallium_dri.so free 0x5571735c2900 void 0.000114
+gallium_dri.so free 0x5571735c27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c28b0 0.000112
+gallium_dri.so free 0x5571735c2940 void 0.000119
+gallium_dri.so free 0x5571735c28b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c28b0 0.000120
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2a70 0.000109
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000114
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so free 0x5571735c2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2b70 0.000123
+gallium_dri.so free 0x5571735c2c80 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c30 0.000114
+gallium_dri.so free 0x5571735c2cc0 void 0.000114
+gallium_dri.so free 0x5571735c2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so free 0x5571735c2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000112
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e40 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so free 0x5571735c2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e40 0.000112
+gallium_dri.so free 0x5571735c2fc0 void 0.000127
+gallium_dri.so free 0x5571735c2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so free 0x5571735c2fe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3030 0.000112
+gallium_dri.so free 0x5571735c3100 void 0.000115
+gallium_dri.so free 0x5571735c3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3030 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so free 0x5571735c3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3180 0.000112
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3180 0.000113
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3180 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3370 0.000113
+gallium_dri.so free 0x5571735c3480 void 0.000114
+gallium_dri.so free 0x5571735c3370 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3430 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000115
+gallium_dri.so free 0x5571735c3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3550 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so free 0x5571735c3550 void 0.000112
+gallium_dri.so malloc 72 0x5571735c35e0 0.000109
+gallium_dri.so free 0x5571735c3680 void 0.000109
+gallium_dri.so free 0x5571735c35e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3630 0.000111
+gallium_dri.so free 0x5571735c3700 void 0.000110
+gallium_dri.so free 0x5571735c3630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3630 0.000110
+gallium_dri.so free 0x5571735c3780 void 0.000110
+gallium_dri.so free 0x5571735c3630 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3780 0.000109
+gallium_dri.so free 0x5571735c3840 void 0.000110
+gallium_dri.so free 0x5571735c3780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3780 0.000111
+gallium_dri.so free 0x5571735c3940 void 0.000116
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3980 void 0.000111
+gallium_dri.so free 0x5571735c38f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c38f0 0.000110
+gallium_dri.so free 0x5571735c3a40 void 0.000112
+gallium_dri.so free 0x5571735c38f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3a80 0.000109
+gallium_dri.so free 0x5571735c3b00 void 0.000110
+gallium_dri.so free 0x5571735c3a80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3b00 0.000110
+gallium_dri.so free 0x5571735c3bc0 void 0.000110
+gallium_dri.so free 0x5571735c3b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3b00 0.000174
+gallium_dri.so free 0x5571735c3c40 void 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c70 0.000119
+gallium_dri.so free 0x5571735c3cc0 void 0.000123
+gallium_dri.so free 0x5571735c3c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000115
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e00 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so free 0x5571735c3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000112
+gallium_dri.so free 0x5571735c3fc0 void 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000114
+gallium_dri.so free 0x5571735c3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000115
+gallium_dri.so free 0x5571735c4140 void 0.000117
+gallium_dri.so free 0x5571735c3ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4200 void 0.000115
+gallium_dri.so free 0x5571735c40f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c41b0 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000115
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41b0 0.000112
+gallium_dri.so free 0x5571735c4340 void 0.000115
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c4400 void 0.000115
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43b0 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so free 0x5571735c43b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44d0 0.000113
+gallium_dri.so free 0x5571735c4540 void 0.000115
+gallium_dri.so free 0x5571735c44d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4560 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c4560 void 0.000114
+gallium_dri.so malloc 72 0x5571735c45b0 0.000113
+gallium_dri.so free 0x5571735c4680 void 0.000115
+gallium_dri.so free 0x5571735c45b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4680 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4680 0.000112
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c47c0 0.000126
+gallium_dri.so free 0x5571735c4880 void 0.000130
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c47c0 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000116
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49b0 0.000123
+gallium_dri.so free 0x5571735c4a80 void 0.000122
+gallium_dri.so free 0x5571735c49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000114
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4ad0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4b80 0.000144
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000112
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000112
+gallium_dri.so free 0x5571735c4d00 void 0.000116
+gallium_dri.so free 0x5571735c4cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000112
+gallium_dri.so free 0x5571735c4e00 void 0.000113
+gallium_dri.so free 0x5571735c4cb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c4db0 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000113
+gallium_dri.so free 0x5571735c4db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4e70 0.000111
+gallium_dri.so free 0x5571735c4f00 void 0.000114
+gallium_dri.so free 0x5571735c4e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000112
+gallium_dri.so free 0x5571735c4fc0 void 0.000114
+gallium_dri.so free 0x5571735c4e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c5030 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5030 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x5571735c5030 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac50 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad20 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so free 0x5571735dad20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad70 0.000112
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad70 0.000111
+gallium_dri.so free 0x5571735daec0 void 0.000111
+gallium_dri.so free 0x5571735dad70 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf00 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000117
+gallium_dri.so free 0x5571735daf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf80 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf80 0.000111
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000105
+gallium_dri.so malloc 72 0x5571735db0f0 0.000191
+gallium_dri.so free 0x5571735db140 void 0.000156
+gallium_dri.so free 0x5571735db0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db140 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000126
+gallium_dri.so free 0x5571735db140 void 0.000116
+gallium_dri.so malloc 72 0x5571735db140 0.000112
+gallium_dri.so free 0x5571735db300 void 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2b0 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db500 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x5571735db500 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so malloc 72 0x5571735db580 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7f0 0.000115
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db910 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000115
+gallium_dri.so free 0x5571735db910 void 0.000116
+gallium_dri.so malloc 72 0x5571735db9a0 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db9f0 0.000116
+gallium_dri.so free 0x5571735dbac0 void 0.000116
+gallium_dri.so free 0x5571735db9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9f0 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735db9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc90 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd20 0.000114
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000118
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc130 0.000112
+gallium_dri.so free 0x5571735dc180 void 0.000112
+gallium_dri.so free 0x5571735dc130 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc130 0.000112
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc130 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc230 0.000113
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so free 0x5571735dc230 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so free 0x5571735dc2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000112
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so free 0x5571735dc2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc490 0.000125
+gallium_dri.so free 0x5571735dc500 void 0.000117
+gallium_dri.so free 0x5571735dc490 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc540 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc700 void 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc730 0.000115
+gallium_dri.so free 0x5571735dc780 void 0.000115
+gallium_dri.so free 0x5571735dc730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc730 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc830 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc830 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9e0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca30 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so free 0x5571735dca30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dca30 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so free 0x5571735dca30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcc40 void 0.000114
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb80 0.000112
+gallium_dri.so free 0x5571735dcd00 void 0.000114
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000114
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce70 0.000114
+gallium_dri.so free 0x5571735dcf80 void 0.000113
+gallium_dri.so free 0x5571735dce70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf30 0.000112
+gallium_dri.so free 0x5571735dcfc0 void 0.000117
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000123
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd140 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so free 0x5571735dd2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd330 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd330 0.000112
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd480 0.000112
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd480 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd480 0.000119
+gallium_dri.so free 0x5571735dd6c0 void 0.000153
+gallium_dri.so free 0x5571735dd480 void 0.000154
+gallium_dri.so malloc 72 0x5571735dd670 0.000136
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd730 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd850 0.000112
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd850 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda80 0.000114
+gallium_dri.so free 0x5571735ddc40 void 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000114
+gallium_dri.so free 0x5571735ddc80 void 0.000116
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd80 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddf40 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735ddfc0 void 0.000113
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735ddf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735de100 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de100 void 0.000112
+gallium_dri.so malloc 72 0x5571735de180 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so malloc 72 0x5571735de180 0.000136
+gallium_dri.so free 0x5571735de2c0 void 0.000133
+gallium_dri.so free 0x5571735de180 void 0.000137
+gallium_dri.so malloc 72 0x5571735de2f0 0.000139
+gallium_dri.so free 0x5571735de340 void 0.000133
+gallium_dri.so free 0x5571735de2f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de2f0 0.000132
+gallium_dri.so free 0x5571735de440 void 0.000134
+gallium_dri.so free 0x5571735de2f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735de3f0 0.000150
+gallium_dri.so free 0x5571735de500 void 0.000152
+gallium_dri.so free 0x5571735de3f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de4b0 0.000212
+gallium_dri.so free 0x5571735de580 void 0.000182
+gallium_dri.so free 0x5571735de4b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735de4b0 0.000181
+gallium_dri.so free 0x5571735de640 void 0.000147
+gallium_dri.so free 0x5571735de4b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735de4b0 0.000136
+gallium_dri.so free 0x5571735de700 void 0.000156
+gallium_dri.so free 0x5571735de4b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de6b0 0.000144
+gallium_dri.so free 0x5571735de780 void 0.000143
+gallium_dri.so free 0x5571735de6b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de7d0 0.000138
+gallium_dri.so free 0x5571735de840 void 0.000142
+gallium_dri.so free 0x5571735de7d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de860 0.000144
+gallium_dri.so free 0x5571735de900 void 0.000144
+gallium_dri.so free 0x5571735de860 void 0.000138
+gallium_dri.so malloc 72 0x5571735de8b0 0.000135
+gallium_dri.so free 0x5571735de980 void 0.000145
+gallium_dri.so free 0x5571735de8b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735de980 0.000133
+gallium_dri.so free 0x5571735dea40 void 0.000133
+gallium_dri.so free 0x5571735de980 void 0.000139
+gallium_dri.so malloc 72 0x5571735de980 0.000149
+gallium_dri.so free 0x5571735deac0 void 0.000146
+gallium_dri.so free 0x5571735de980 void 0.000151
+gallium_dri.so malloc 72 0x5571735deac0 0.000140
+gallium_dri.so free 0x5571735deb80 void 0.000147
+gallium_dri.so free 0x5571735deac0 void 0.000233
+gallium_dri.so malloc 72 0x5571735deac0 0.000275
+gallium_dri.so free 0x5571735dec40 void 0.000273
+gallium_dri.so free 0x5571735deac0 void 0.000276
+gallium_dri.so malloc 72 0x5571735deac0 0.000277
+gallium_dri.so free 0x5571735ded00 void 0.000278
+gallium_dri.so free 0x5571735deac0 void 0.000166
+gallium_dri.so malloc 72 0x5571735decb0 0.000167
+gallium_dri.so free 0x5571735ded80 void 0.000162
+gallium_dri.so free 0x5571735decb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dedd0 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000128
+gallium_dri.so free 0x5571735dedd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dee80 0.000128
+gallium_dri.so free 0x5571735def00 void 0.000132
+gallium_dri.so free 0x5571735dee80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee80 0.000130
+gallium_dri.so free 0x5571735def80 void 0.000129
+gallium_dri.so free 0x5571735dee80 void 0.000131
+gallium_dri.so malloc 72 0x5571735defb0 0.000131
+gallium_dri.so free 0x5571735df000 void 0.000129
+gallium_dri.so free 0x5571735defb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735defb0 0.000129
+gallium_dri.so free 0x5571735df100 void 0.000130
+gallium_dri.so free 0x5571735defb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df0b0 0.000128
+gallium_dri.so free 0x5571735df1c0 void 0.000129
+gallium_dri.so free 0x5571735df0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df170 0.000131
+gallium_dri.so free 0x5571735df200 void 0.000124
+gallium_dri.so free 0x5571735df170 void 0.000124
+gallium_dri.so malloc 72 0x5571735df170 0.000129
+gallium_dri.so free 0x5571735df2c0 void 0.000130
+gallium_dri.so free 0x5571735df170 void 0.000162
+gallium_dri.so malloc 72 0x5571735df330 0.000163
+gallium_dri.so free 0x5571735df380 void 0.000240
+gallium_dri.so free 0x5571735df330 void 0.000169
+gallium_dri.so malloc 72 0x5571735df330 0.000130
+gallium_dri.so free 0x5571735df480 void 0.000131
+gallium_dri.so free 0x5571735df330 void 0.000132
+gallium_dri.so malloc 72 0x5571735df430 0.000183
+gallium_dri.so free 0x5571735df540 void 0.000225
+gallium_dri.so free 0x5571735df430 void 0.000229
+gallium_dri.so malloc 72 0x5571735df4f0 0.000220
+gallium_dri.so free 0x5571735df580 void 0.000200
+gallium_dri.so free 0x5571735df4f0 void 0.000217
+gallium_dri.so malloc 72 0x5571735df4f0 0.000130
+gallium_dri.so free 0x5571735df640 void 0.000133
+gallium_dri.so free 0x5571735df4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df680 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000126
+gallium_dri.so free 0x5571735df680 void 0.000129
+gallium_dri.so malloc 72 0x5571735df700 0.000130
+gallium_dri.so free 0x5571735df7c0 void 0.000132
+gallium_dri.so free 0x5571735df700 void 0.000131
+gallium_dri.so malloc 72 0x5571735df700 0.000124
+gallium_dri.so free 0x5571735df880 void 0.000125
+gallium_dri.so free 0x5571735df700 void 0.000129
+gallium_dri.so malloc 72 0x5571735df8a0 0.000129
+gallium_dri.so free 0x5571735df940 void 0.000128
+gallium_dri.so free 0x5571735df8a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df8f0 0.000129
+gallium_dri.so free 0x5571735df9c0 void 0.000132
+gallium_dri.so free 0x5571735df8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df8f0 0.000129
+gallium_dri.so free 0x5571735dfa40 void 0.000130
+gallium_dri.so free 0x5571735df8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfa40 0.000129
+gallium_dri.so free 0x5571735dfb00 void 0.000125
+gallium_dri.so free 0x5571735dfa40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfa40 0.000130
+gallium_dri.so free 0x5571735dfbc0 void 0.000130
+gallium_dri.so free 0x5571735dfa40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfa40 0.000130
+gallium_dri.so free 0x5571735dfc80 void 0.000129
+gallium_dri.so free 0x5571735dfa40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc30 0.000130
+gallium_dri.so free 0x5571735dfd40 void 0.000127
+gallium_dri.so free 0x5571735dfc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000129
+gallium_dri.so free 0x5571735dfdc0 void 0.000130
+gallium_dri.so free 0x5571735dfcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfe10 0.000124
+gallium_dri.so free 0x5571735dfe80 void 0.000123
+gallium_dri.so free 0x5571735dfe10 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfea0 0.000119
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so free 0x5571735dfea0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfef0 0.000129
+gallium_dri.so free 0x5571735dffc0 void 0.000129
+gallium_dri.so free 0x5571735dfef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfef0 0.000126
+gallium_dri.so free 0x5571735e0040 void 0.000130
+gallium_dri.so free 0x5571735dfef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0040 0.000128
+gallium_dri.so free 0x5571735e0100 void 0.000123
+gallium_dri.so free 0x5571735e0040 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0040 0.000130
+gallium_dri.so free 0x5571735e0200 void 0.000131
+gallium_dri.so free 0x5571735e0040 void 0.000131
+gallium_dri.so malloc 72 0x5571735e01b0 0.000124
+gallium_dri.so free 0x5571735e0240 void 0.000137
+gallium_dri.so free 0x5571735e01b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e01b0 0.000119
+gallium_dri.so free 0x5571735e0300 void 0.000119
+gallium_dri.so free 0x5571735e01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0340 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e0340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000119
+gallium_dri.so free 0x5571735e0480 void 0.000122
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000124
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0530 0.000113
+gallium_dri.so free 0x5571735e0580 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0530 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000116
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06c0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0740 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0740 0.000113
+gallium_dri.so free 0x5571735e0880 void 0.000156
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so free 0x5571735e08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000114
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000114
+gallium_dri.so free 0x5571735e09b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0b40 void 0.000114
+gallium_dri.so free 0x5571735e0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000114
+gallium_dri.so free 0x5571735e0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000113
+gallium_dri.so free 0x5571735e0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so free 0x5571735e0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d90 0.000113
+gallium_dri.so free 0x557173462440 void 0.000114
+gallium_dri.so free 0x5571735e0d90 void 0.000112
+gallium_dri.so malloc 72 0x557173462460 0.000115
+gallium_dri.so free 0x557173462500 void 0.000116
+gallium_dri.so free 0x557173462460 void 0.000116
+gallium_dri.so malloc 72 0x5571734624b0 0.000114
+gallium_dri.so free 0x557173462580 void 0.000114
+gallium_dri.so free 0x5571734624b0 void 0.000114
+gallium_dri.so malloc 72 0x557173462580 0.000113
+gallium_dri.so free 0x557173462640 void 0.000113
+gallium_dri.so free 0x557173462580 void 0.000114
+gallium_dri.so malloc 72 0x557173462580 0.000113
+gallium_dri.so free 0x5571734626c0 void 0.000115
+gallium_dri.so free 0x557173462580 void 0.000113
+gallium_dri.so malloc 72 0x5571734626c0 0.000246
+gallium_dri.so free 0x557173462780 void 0.000183
+gallium_dri.so free 0x5571734626c0 void 0.000181
+gallium_dri.so malloc 72 0x5571734626c0 0.000114
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x5571734626c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734626c0 0.000112
+gallium_dri.so free 0x557173462900 void 0.000115
+gallium_dri.so free 0x5571734626c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734628b0 0.000113
+gallium_dri.so free 0x557173462980 void 0.000113
+gallium_dri.so free 0x5571734628b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734629d0 0.000112
+gallium_dri.so free 0x557173462a40 void 0.000115
+gallium_dri.so free 0x5571734629d0 void 0.000113
+gallium_dri.so malloc 72 0x557173462a80 0.000129
+gallium_dri.so free 0x557173462b00 void 0.000122
+gallium_dri.so free 0x557173462a80 void 0.000114
+gallium_dri.so malloc 72 0x557173462a80 0.000113
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so free 0x557173462a80 void 0.000112
+gallium_dri.so malloc 72 0x557173462bb0 0.000113
+gallium_dri.so free 0x557173462c00 void 0.000114
+gallium_dri.so free 0x557173462bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bb0 0.000113
+gallium_dri.so free 0x557173462d00 void 0.000114
+gallium_dri.so free 0x557173462bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173462cb0 0.000114
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so free 0x557173462cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462d70 0.000114
+gallium_dri.so free 0x557173462e00 void 0.000113
+gallium_dri.so free 0x557173462d70 void 0.000115
+gallium_dri.so malloc 72 0x557173462d70 0.000114
+gallium_dri.so free 0x557173462ec0 void 0.000114
+gallium_dri.so free 0x557173462d70 void 0.000112
+gallium_dri.so malloc 72 0x557173462f30 0.000115
+gallium_dri.so free 0x557173462f80 void 0.000114
+gallium_dri.so free 0x557173462f30 void 0.000113
+gallium_dri.so malloc 72 0x557173462f30 0.000114
+gallium_dri.so free 0x557173463080 void 0.000114
+gallium_dri.so free 0x557173462f30 void 0.000113
+gallium_dri.so malloc 72 0x557173463030 0.000114
+gallium_dri.so free 0x557173463140 void 0.000115
+gallium_dri.so free 0x557173463030 void 0.000113
+gallium_dri.so malloc 72 0x5571734630f0 0.000114
+gallium_dri.so free 0x557173463180 void 0.000114
+gallium_dri.so free 0x5571734630f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734630f0 0.000112
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x5571734630f0 void 0.000113
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463280 void 0.000112
+gallium_dri.so malloc 72 0x557173463300 0.000113
+gallium_dri.so free 0x5571734633c0 void 0.000113
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so malloc 72 0x557173463300 0.000113
+gallium_dri.so free 0x557173463480 void 0.000117
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so malloc 72 0x5571734634a0 0.000113
+gallium_dri.so free 0x557173463540 void 0.000113
+gallium_dri.so free 0x5571734634a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734634f0 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000113
+gallium_dri.so free 0x5571734634f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734634f0 0.000114
+gallium_dri.so free 0x557173463640 void 0.000114
+gallium_dri.so free 0x5571734634f0 void 0.000113
+gallium_dri.so malloc 72 0x557173463640 0.000114
+gallium_dri.so free 0x557173463700 void 0.000126
+gallium_dri.so free 0x557173463640 void 0.000113
+gallium_dri.so malloc 72 0x557173463640 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463640 void 0.000114
+gallium_dri.so malloc 72 0x557173463640 0.000112
+gallium_dri.so free 0x557173463880 void 0.000115
+gallium_dri.so free 0x557173463640 void 0.000112
+gallium_dri.so malloc 72 0x557173463830 0.000113
+gallium_dri.so free 0x557173463940 void 0.000113
+gallium_dri.so free 0x557173463830 void 0.000113
+gallium_dri.so malloc 72 0x5571734638f0 0.000115
+gallium_dri.so free 0x5571734639c0 void 0.000114
+gallium_dri.so free 0x5571734638f0 void 0.000112
+gallium_dri.so malloc 72 0x557173463a10 0.000113
+gallium_dri.so free 0x557173463a80 void 0.000112
+gallium_dri.so free 0x557173463a10 void 0.000113
+gallium_dri.so malloc 72 0x557173463aa0 0.000112
+gallium_dri.so free 0x557173463b40 void 0.000119
+gallium_dri.so free 0x557173463aa0 void 0.000114
+gallium_dri.so malloc 72 0x557173463af0 0.000113
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so free 0x557173463af0 void 0.000113
+gallium_dri.so malloc 72 0x557173463af0 0.000113
+gallium_dri.so free 0x557173463c40 void 0.000114
+gallium_dri.so free 0x557173463af0 void 0.000120
+gallium_dri.so malloc 72 0x557173463c40 0.000114
+gallium_dri.so free 0x557173463d00 void 0.000114
+gallium_dri.so free 0x557173463c40 void 0.000168
+gallium_dri.so malloc 72 0x557173463c40 0.000114
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173463c40 void 0.000113
+gallium_dri.so malloc 72 0x557173463db0 0.000114
+gallium_dri.so free 0x557173463e40 void 0.000113
+gallium_dri.so free 0x557173463db0 void 0.000113
+gallium_dri.so malloc 72 0x557173463db0 0.000113
+gallium_dri.so free 0x557173463f00 void 0.000115
+gallium_dri.so free 0x557173463db0 void 0.000113
+gallium_dri.so malloc 72 0x557173463f40 0.000113
+gallium_dri.so free 0x557173463fc0 void 0.000114
+gallium_dri.so free 0x557173463f40 void 0.000114
+gallium_dri.so malloc 72 0x557173463fc0 0.000112
+gallium_dri.so free 0x557173464080 void 0.000114
+gallium_dri.so free 0x557173463fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463fc0 0.000112
+gallium_dri.so free 0x557173464100 void 0.000113
+gallium_dri.so free 0x557173463fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173464130 0.000113
+gallium_dri.so free 0x557173464180 void 0.000113
+gallium_dri.so free 0x557173464130 void 0.000112
+gallium_dri.so malloc 72 0x557173464130 0.000114
+gallium_dri.so free 0x557173464280 void 0.000115
+gallium_dri.so free 0x557173464130 void 0.000114
+gallium_dri.so malloc 72 0x5571734642c0 0.000113
+gallium_dri.so free 0x557173464340 void 0.000115
+gallium_dri.so free 0x5571734642c0 void 0.000123
+gallium_dri.so malloc 72 0x557173464340 0.000114
+gallium_dri.so free 0x557173464400 void 0.000113
+gallium_dri.so free 0x557173464340 void 0.000112
+gallium_dri.so malloc 72 0x557173464340 0.000113
+gallium_dri.so free 0x557173464480 void 0.000114
+gallium_dri.so free 0x557173464340 void 0.000114
+gallium_dri.so malloc 72 0x5571734644b0 0.000115
+gallium_dri.so free 0x557173464500 void 0.000114
+gallium_dri.so free 0x5571734644b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734644b0 0.000113
+gallium_dri.so free 0x557173464600 void 0.000113
+gallium_dri.so free 0x5571734644b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734645b0 0.000113
+gallium_dri.so free 0x5571734646c0 void 0.000114
+gallium_dri.so free 0x5571734645b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464670 0.000123
+gallium_dri.so free 0x557173464740 void 0.000119
+gallium_dri.so free 0x557173464670 void 0.000113
+gallium_dri.so malloc 72 0x557173464670 0.000112
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x557173464670 void 0.000114
+gallium_dri.so malloc 72 0x557173464670 0.000113
+gallium_dri.so free 0x5571734648c0 void 0.000114
+gallium_dri.so free 0x557173464670 void 0.000113
+gallium_dri.so malloc 72 0x557173464870 0.000113
+gallium_dri.so free 0x557173464940 void 0.000114
+gallium_dri.so free 0x557173464870 void 0.000119
+gallium_dri.so malloc 72 0x557173464990 0.000116
+gallium_dri.so free 0x557173464a00 void 0.000113
+gallium_dri.so free 0x557173464990 void 0.000113
+gallium_dri.so malloc 72 0x557173464a20 0.000112
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464a20 void 0.000112
+gallium_dri.so malloc 72 0x557173464a70 0.000114
+gallium_dri.so free 0x557173464b40 void 0.000119
+gallium_dri.so free 0x557173464a70 void 0.000114
+gallium_dri.so malloc 72 0x557173464b40 0.000113
+gallium_dri.so free 0x557173464c00 void 0.000113
+gallium_dri.so free 0x557173464b40 void 0.000122
+gallium_dri.so malloc 72 0x557173464b40 0.000116
+gallium_dri.so free 0x557173464c80 void 0.000115
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so malloc 72 0x557173464c80 0.000113
+gallium_dri.so free 0x557173464d40 void 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000114
+gallium_dri.so malloc 72 0x557173464c80 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so free 0x557173464c80 void 0.000113
+gallium_dri.so malloc 72 0x557173464c80 0.000114
+gallium_dri.so free 0x557173464ec0 void 0.000113
+gallium_dri.so free 0x557173464c80 void 0.000112
+gallium_dri.so malloc 72 0x557173464e70 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so free 0x557173464e70 void 0.000112
+gallium_dri.so malloc 72 0x557173464f90 0.000184
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so free 0x557173464f90 void 0.000113
+gallium_dri.so malloc 72 0x557173465040 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465040 void 0.000113
+gallium_dri.so malloc 72 0x557173465040 0.000113
+gallium_dri.so free 0x557173465140 void 0.000113
+gallium_dri.so free 0x557173465040 void 0.000114
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x5571734651c0 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x5571734652c0 void 0.000114
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465270 0.000113
+gallium_dri.so free 0x557173465380 void 0.000113
+gallium_dri.so free 0x557173465270 void 0.000112
+gallium_dri.so malloc 72 0x557173465330 0.000112
+gallium_dri.so free 0x5571734653c0 void 0.000112
+gallium_dri.so free 0x557173465330 void 0.000114
+gallium_dri.so malloc 72 0x557173465330 0.000113
+gallium_dri.so free 0x557173465480 void 0.000114
+gallium_dri.so free 0x557173465330 void 0.000114
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x557173465540 void 0.000113
+gallium_dri.so free 0x5571734654f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734654f0 0.000124
+gallium_dri.so free 0x557173465640 void 0.000114
+gallium_dri.so free 0x5571734654f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734655f0 0.000114
+gallium_dri.so free 0x557173465700 void 0.000113
+gallium_dri.so free 0x5571734655f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734656b0 0.000113
+gallium_dri.so free 0x557173465740 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734656b0 0.000113
+gallium_dri.so free 0x557173465800 void 0.000115
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x557173465840 0.000113
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x5571734658c0 0.000113
+gallium_dri.so free 0x557173465980 void 0.000113
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734658c0 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000113
+gallium_dri.so free 0x5571734658c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465a60 0.000113
+gallium_dri.so free 0x557173465b00 void 0.000113
+gallium_dri.so free 0x557173465a60 void 0.000113
+gallium_dri.so malloc 72 0x557173465ab0 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000121
+gallium_dri.so free 0x557173465ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173465ab0 0.000114
+gallium_dri.so free 0x557173465c00 void 0.000118
+gallium_dri.so free 0x557173465ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173465c00 0.000113
+gallium_dri.so free 0x557173465cc0 void 0.000114
+gallium_dri.so free 0x557173465c00 void 0.000114
+gallium_dri.so malloc 72 0x557173465c00 0.000113
+gallium_dri.so free 0x557173465d80 void 0.000114
+gallium_dri.so free 0x557173465c00 void 0.000113
+gallium_dri.so malloc 72 0x557173465c00 0.000115
+gallium_dri.so free 0x557173465e40 void 0.000113
+gallium_dri.so free 0x557173465c00 void 0.000114
+gallium_dri.so malloc 72 0x557173465df0 0.000113
+gallium_dri.so free 0x557173465f00 void 0.000114
+gallium_dri.so free 0x557173465df0 void 0.000113
+gallium_dri.so malloc 72 0x557173465eb0 0.000113
+gallium_dri.so free 0x557173465f80 void 0.000114
+gallium_dri.so free 0x557173465eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173465fd0 0.000114
+gallium_dri.so free 0x557173466040 void 0.000116
+gallium_dri.so free 0x557173465fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173466060 0.000113
+gallium_dri.so free 0x557173466100 void 0.000113
+gallium_dri.so free 0x557173466060 void 0.000113
+gallium_dri.so malloc 72 0x5571734660b0 0.000113
+gallium_dri.so free 0x557173466180 void 0.000114
+gallium_dri.so free 0x5571734660b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734660b0 0.000114
+gallium_dri.so free 0x557173466200 void 0.000166
+gallium_dri.so free 0x5571734660b0 void 0.000112
+gallium_dri.so malloc 72 0x557173466200 0.000113
+gallium_dri.so free 0x5571734662c0 void 0.000114
+gallium_dri.so free 0x557173466200 void 0.000112
+gallium_dri.so malloc 72 0x557173466200 0.000113
+gallium_dri.so free 0x5571734663c0 void 0.000113
+gallium_dri.so free 0x557173466200 void 0.000114
+gallium_dri.so malloc 72 0x557173466370 0.000113
+gallium_dri.so free 0x557173466400 void 0.000114
+gallium_dri.so free 0x557173466370 void 0.000112
+gallium_dri.so malloc 72 0x557173466370 0.000114
+gallium_dri.so free 0x5571734664c0 void 0.000114
+gallium_dri.so free 0x557173466370 void 0.000113
+gallium_dri.so malloc 72 0x557173466500 0.000114
+gallium_dri.so free 0x557173466580 void 0.000114
+gallium_dri.so free 0x557173466500 void 0.000112
+gallium_dri.so malloc 72 0x557173466580 0.000113
+gallium_dri.so free 0x557173466640 void 0.000115
+gallium_dri.so free 0x557173466580 void 0.000113
+gallium_dri.so malloc 72 0x557173466580 0.000114
+gallium_dri.so free 0x5571734666c0 void 0.000115
+gallium_dri.so free 0x557173466580 void 0.000113
+gallium_dri.so malloc 72 0x5571734666f0 0.000114
+gallium_dri.so free 0x557173466740 void 0.000114
+gallium_dri.so free 0x5571734666f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734666f0 0.000114
+gallium_dri.so free 0x557173466840 void 0.000176
+gallium_dri.so free 0x5571734666f0 void 0.000117
+gallium_dri.so malloc 72 0x557173466880 0.000113
+gallium_dri.so free 0x557173466900 void 0.000114
+gallium_dri.so free 0x557173466880 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000113
+gallium_dri.so free 0x5571734669c0 void 0.000114
+gallium_dri.so free 0x557173466900 void 0.000114
+gallium_dri.so malloc 72 0x557173466900 0.000115
+gallium_dri.so free 0x557173466a40 void 0.000115
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466a70 0.000113
+gallium_dri.so free 0x557173466ac0 void 0.000121
+gallium_dri.so free 0x557173466a70 void 0.000113
+gallium_dri.so malloc 72 0x557173466a70 0.000118
+gallium_dri.so free 0x557173466bc0 void 0.000114
+gallium_dri.so free 0x557173466a70 void 0.000113
+gallium_dri.so malloc 72 0x557173466b70 0.000114
+gallium_dri.so free 0x557173466c80 void 0.000113
+gallium_dri.so free 0x557173466b70 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000114
+gallium_dri.so free 0x557173466d00 void 0.000114
+gallium_dri.so free 0x557173466c30 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so free 0x557173466c30 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000113
+gallium_dri.so free 0x557173466e80 void 0.000114
+gallium_dri.so free 0x557173466c30 void 0.000117
+gallium_dri.so malloc 72 0x557173466e30 0.000113
+gallium_dri.so free 0x557173466f00 void 0.000115
+gallium_dri.so free 0x557173466e30 void 0.000114
+gallium_dri.so malloc 72 0x557173466f50 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x557173466f50 void 0.000114
+gallium_dri.so malloc 72 0x557173466fe0 0.000113
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173466fe0 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000112
+gallium_dri.so free 0x557173467100 void 0.000113
+gallium_dri.so free 0x557173467030 void 0.000112
+gallium_dri.so malloc 72 0x557173467100 0.000112
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so free 0x557173467100 void 0.000114
+gallium_dri.so malloc 72 0x557173467100 0.000114
+gallium_dri.so free 0x557173467240 void 0.000114
+gallium_dri.so free 0x557173467100 void 0.000112
+gallium_dri.so malloc 72 0x557173467240 0.000113
+gallium_dri.so free 0x557173467300 void 0.000113
+gallium_dri.so free 0x557173467240 void 0.000113
+gallium_dri.so malloc 72 0x557173467240 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so free 0x557173467240 void 0.000113
+gallium_dri.so malloc 72 0x557173467240 0.000116
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x557173467240 void 0.000163
+gallium_dri.so malloc 72 0x557173467430 0.000114
+gallium_dri.so free 0x557173467500 void 0.000114
+gallium_dri.so free 0x557173467430 void 0.000113
+gallium_dri.so malloc 72 0x557173467550 0.000113
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467550 void 0.000113
+gallium_dri.so malloc 72 0x557173467600 0.000113
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so malloc 72 0x557173467600 0.000112
+gallium_dri.so free 0x557173467700 void 0.000114
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so malloc 72 0x557173467730 0.000113
+gallium_dri.so free 0x557173467780 void 0.000114
+gallium_dri.so free 0x557173467730 void 0.000113
+gallium_dri.so malloc 72 0x557173467730 0.000113
+gallium_dri.so free 0x557173467880 void 0.000115
+gallium_dri.so free 0x557173467730 void 0.000113
+gallium_dri.so malloc 72 0x557173467830 0.000113
+gallium_dri.so free 0x557173467940 void 0.000114
+gallium_dri.so free 0x557173467830 void 0.000114
+gallium_dri.so malloc 72 0x5571734678f0 0.000113
+gallium_dri.so free 0x557173467980 void 0.000113
+gallium_dri.so free 0x5571734678f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734678f0 0.000113
+gallium_dri.so free 0x557173467a40 void 0.000121
+gallium_dri.so free 0x5571734678f0 void 0.000151
+gallium_dri.so malloc 72 0x557173467ab0 0.000116
+gallium_dri.so free 0x557173467b00 void 0.000114
+gallium_dri.so free 0x557173467ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ab0 0.000117
+gallium_dri.so free 0x557173467c00 void 0.000115
+gallium_dri.so free 0x557173467ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173467bb0 0.000112
+gallium_dri.so free 0x557173467cc0 void 0.000113
+gallium_dri.so free 0x557173467bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173467c70 0.000113
+gallium_dri.so free 0x557173467d00 void 0.000114
+gallium_dri.so free 0x557173467c70 void 0.000113
+gallium_dri.so malloc 72 0x557173467c70 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x557173467c70 void 0.000115
+gallium_dri.so malloc 72 0x557173467e00 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467e00 void 0.000113
+gallium_dri.so malloc 72 0x557173467e80 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so malloc 72 0x557173467e80 0.000113
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000112
+gallium_dri.so malloc 72 0x557173468020 0.000112
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so free 0x557173468020 void 0.000112
+gallium_dri.so malloc 72 0x557173468070 0.000127
+gallium_dri.so free 0x557173468140 void 0.000113
+gallium_dri.so free 0x557173468070 void 0.000114
+gallium_dri.so malloc 72 0x557173468070 0.000112
+gallium_dri.so free 0x5571734681c0 void 0.000113
+gallium_dri.so free 0x557173468070 void 0.000113
+gallium_dri.so malloc 72 0x5571734681c0 0.000114
+gallium_dri.so free 0x557173468280 void 0.000114
+gallium_dri.so free 0x5571734681c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734681c0 0.000112
+gallium_dri.so free 0x557173468340 void 0.000114
+gallium_dri.so free 0x5571734681c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734681c0 0.000115
+gallium_dri.so free 0x557173468400 void 0.000114
+gallium_dri.so free 0x5571734681c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734683b0 0.000113
+gallium_dri.so free 0x5571734684c0 void 0.000113
+gallium_dri.so free 0x5571734683b0 void 0.000112
+gallium_dri.so malloc 72 0x557173468470 0.000113
+gallium_dri.so free 0x557173468540 void 0.000114
+gallium_dri.so free 0x557173468470 void 0.000113
+gallium_dri.so malloc 72 0x557173468590 0.000113
+gallium_dri.so free 0x557173468600 void 0.000113
+gallium_dri.so free 0x557173468590 void 0.000113
+gallium_dri.so malloc 72 0x557173468620 0.000117
+gallium_dri.so free 0x5571734686c0 void 0.000125
+gallium_dri.so free 0x557173468620 void 0.000162
+gallium_dri.so malloc 72 0x557173468670 0.000161
+gallium_dri.so free 0x557173468740 void 0.000159
+gallium_dri.so free 0x557173468670 void 0.000161
+gallium_dri.so malloc 72 0x557173468670 0.000118
+gallium_dri.so free 0x5571734687c0 void 0.000117
+gallium_dri.so free 0x557173468670 void 0.000114
+gallium_dri.so malloc 72 0x5571734687c0 0.000114
+gallium_dri.so free 0x557173468880 void 0.000112
+gallium_dri.so free 0x5571734687c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734687c0 0.000114
+gallium_dri.so free 0x557173468980 void 0.000119
+gallium_dri.so free 0x5571734687c0 void 0.000115
+gallium_dri.so malloc 72 0x557173468930 0.000114
+gallium_dri.so free 0x5571734689c0 void 0.000114
+gallium_dri.so free 0x557173468930 void 0.000113
+gallium_dri.so malloc 72 0x557173468930 0.000112
+gallium_dri.so free 0x557173468a80 void 0.000114
+gallium_dri.so free 0x557173468930 void 0.000112
+gallium_dri.so malloc 72 0x557173468ac0 0.000119
+gallium_dri.so free 0x557173468b40 void 0.000114
+gallium_dri.so free 0x557173468ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173468b40 0.000113
+gallium_dri.so free 0x557173468c00 void 0.000114
+gallium_dri.so free 0x557173468b40 void 0.000113
+gallium_dri.so malloc 72 0x557173468b40 0.000120
+gallium_dri.so free 0x557173468c80 void 0.000128
+gallium_dri.so free 0x557173468b40 void 0.000114
+gallium_dri.so malloc 72 0x557173468cb0 0.000113
+gallium_dri.so free 0x557173468d00 void 0.000113
+gallium_dri.so free 0x557173468cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173468cb0 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000115
+gallium_dri.so free 0x557173468cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173468e40 0.000112
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so free 0x557173468e40 void 0.000113
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so free 0x557173468ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173469000 void 0.000115
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173469030 0.000113
+gallium_dri.so free 0x557173469080 void 0.000113
+gallium_dri.so free 0x557173469030 void 0.000113
+gallium_dri.so malloc 72 0x557173469030 0.000113
+gallium_dri.so free 0x557173469180 void 0.000113
+gallium_dri.so free 0x557173469030 void 0.000112
+gallium_dri.so malloc 72 0x557173469130 0.000116
+gallium_dri.so free 0x557173469240 void 0.000114
+gallium_dri.so free 0x557173469130 void 0.000113
+gallium_dri.so malloc 72 0x5571734691f0 0.000117
+gallium_dri.so free 0x5571734692c0 void 0.000119
+gallium_dri.so free 0x5571734691f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734691f0 0.000113
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x5571734691f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734691f0 0.000113
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x5571734691f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x5571734694c0 void 0.000113
+gallium_dri.so free 0x5571734693f0 void 0.000113
+gallium_dri.so malloc 72 0x557173469510 0.000116
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so free 0x557173469510 void 0.000113
+gallium_dri.so malloc 72 0x5571734695a0 0.000119
+gallium_dri.so free 0x557173469640 void 0.000123
+gallium_dri.so free 0x5571734695a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695f0 0.000120
+gallium_dri.so free 0x5571734696c0 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734696c0 0.000118
+gallium_dri.so free 0x5571735ceb40 void 0.000115
+gallium_dri.so free 0x5571734696c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735cebc0 void 0.000124
+gallium_dri.so free 0x5571735ceaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cec10 0.000127
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735cec10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceca0 0.000124
+gallium_dri.so free 0x5571735ced40 void 0.000119
+gallium_dri.so free 0x5571735ceca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cecf0 0.000113
+gallium_dri.so free 0x5571735cedc0 void 0.000113
+gallium_dri.so free 0x5571735cecf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cecf0 0.000125
+gallium_dri.so free 0x5571735cee40 void 0.000125
+gallium_dri.so free 0x5571735cecf0 void 0.000158
+gallium_dri.so malloc 72 0x5571735cee40 0.000161
+gallium_dri.so free 0x5571735cef00 void 0.000123
+gallium_dri.so free 0x5571735cee40 void 0.000162
+gallium_dri.so malloc 72 0x5571735cee40 0.000125
+gallium_dri.so free 0x5571735cf000 void 0.000122
+gallium_dri.so free 0x5571735cee40 void 0.000124
+gallium_dri.so malloc 72 0x5571735cefb0 0.000118
+gallium_dri.so free 0x5571735cf040 void 0.000120
+gallium_dri.so free 0x5571735cefb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cefb0 0.000124
+gallium_dri.so free 0x5571735cf100 void 0.000132
+gallium_dri.so free 0x5571735cefb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735cf140 0.000124
+gallium_dri.so free 0x5571735cf1c0 void 0.000124
+gallium_dri.so free 0x5571735cf140 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000126
+gallium_dri.so free 0x5571735cf280 void 0.000118
+gallium_dri.so free 0x5571735cf1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000118
+gallium_dri.so free 0x5571735cf300 void 0.000122
+gallium_dri.so free 0x5571735cf1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf330 0.000124
+gallium_dri.so free 0x5571735cf380 void 0.000119
+gallium_dri.so free 0x5571735cf330 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf330 0.000114
+gallium_dri.so free 0x5571735cf480 void 0.000115
+gallium_dri.so free 0x5571735cf330 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000119
+gallium_dri.so free 0x5571735cf540 void 0.000125
+gallium_dri.so free 0x5571735cf4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf540 0.000124
+gallium_dri.so free 0x5571735cf600 void 0.000125
+gallium_dri.so free 0x5571735cf540 void 0.000157
+gallium_dri.so malloc 72 0x5571735cf540 0.000162
+gallium_dri.so free 0x5571735cf680 void 0.000160
+gallium_dri.so free 0x5571735cf540 void 0.000166
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000124
+gallium_dri.so free 0x5571735cf700 void 0.000125
+gallium_dri.so free 0x5571735cf6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000125
+gallium_dri.so free 0x5571735cf800 void 0.000127
+gallium_dri.so free 0x5571735cf6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf7b0 0.000118
+gallium_dri.so free 0x5571735cf8c0 void 0.000122
+gallium_dri.so free 0x5571735cf7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf870 0.000119
+gallium_dri.so free 0x5571735cf940 void 0.000115
+gallium_dri.so free 0x5571735cf870 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf870 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x5571735cf870 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf870 0.000124
+gallium_dri.so free 0x5571735cfac0 void 0.000162
+gallium_dri.so free 0x5571735cf870 void 0.000168
+gallium_dri.so malloc 72 0x5571735cfa70 0.000166
+gallium_dri.so free 0x5571735cfb40 void 0.000163
+gallium_dri.so free 0x5571735cfa70 void 0.000133
+gallium_dri.so malloc 72 0x5571735cfb90 0.000129
+gallium_dri.so free 0x5571735cfc00 void 0.000123
+gallium_dri.so free 0x5571735cfb90 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfc20 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000123
+gallium_dri.so free 0x5571735cfc20 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfc70 0.000132
+gallium_dri.so free 0x5571735cfd40 void 0.000130
+gallium_dri.so free 0x5571735cfc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfd40 0.000129
+gallium_dri.so free 0x5571735cfe00 void 0.000123
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd40 0.000126
+gallium_dri.so free 0x5571735cfe80 void 0.000131
+gallium_dri.so free 0x5571735cfd40 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe80 0.000130
+gallium_dri.so free 0x5571735cff40 void 0.000173
+gallium_dri.so free 0x5571735cfe80 void 0.000165
+gallium_dri.so malloc 72 0x5571735cfe80 0.000269
+gallium_dri.so free 0x5571735d0000 void 0.000224
+gallium_dri.so free 0x5571735cfe80 void 0.000199
+gallium_dri.so malloc 72 0x5571735cfe80 0.000196
+gallium_dri.so free 0x5571735d00c0 void 0.000194
+gallium_dri.so free 0x5571735cfe80 void 0.000196
+gallium_dri.so malloc 72 0x5571735d0070 0.000167
+gallium_dri.so free 0x5571735d0140 void 0.000130
+gallium_dri.so free 0x5571735d0070 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0190 0.000195
+gallium_dri.so free 0x5571735d0200 void 0.000218
+gallium_dri.so free 0x5571735d0190 void 0.000224
+gallium_dri.so malloc 72 0x5571735d0240 0.000225
+gallium_dri.so free 0x5571735d02c0 void 0.000224
+gallium_dri.so free 0x5571735d0240 void 0.000240
+gallium_dri.so malloc 72 0x5571735d0240 0.000224
+gallium_dri.so free 0x5571735d0340 void 0.000226
+gallium_dri.so free 0x5571735d0240 void 0.000203
+gallium_dri.so malloc 72 0x5571735d0370 0.000194
+gallium_dri.so free 0x5571735d03c0 void 0.000200
+gallium_dri.so free 0x5571735d0370 void 0.000219
+gallium_dri.so malloc 72 0x5571735d0370 0.000198
+gallium_dri.so free 0x5571735d04c0 void 0.000185
+gallium_dri.so free 0x5571735d0370 void 0.000181
+gallium_dri.so malloc 72 0x5571735d0470 0.000158
+gallium_dri.so free 0x5571735d0580 void 0.000199
+gallium_dri.so free 0x5571735d0470 void 0.000218
+gallium_dri.so malloc 72 0x5571735d0530 0.000220
+gallium_dri.so free 0x5571735d05c0 void 0.000362
+gallium_dri.so free 0x5571735d0530 void 0.000457
+gallium_dri.so malloc 72 0x5571735d0530 0.000295
+gallium_dri.so free 0x5571735d0680 void 0.000285
+gallium_dri.so free 0x5571735d0530 void 0.000279
+gallium_dri.so malloc 72 0x5571735d06f0 0.000277
+gallium_dri.so free 0x5571735d0740 void 0.000274
+gallium_dri.so free 0x5571735d06f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735d06f0 0.000239
+gallium_dri.so free 0x5571735d0840 void 0.000225
+gallium_dri.so free 0x5571735d06f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d07f0 0.000128
+gallium_dri.so free 0x5571735d0900 void 0.000128
+gallium_dri.so free 0x5571735d07f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d08b0 0.000135
+gallium_dri.so free 0x5571735d0940 void 0.000129
+gallium_dri.so free 0x5571735d08b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d08b0 0.000124
+gallium_dri.so free 0x5571735d0a00 void 0.000127
+gallium_dri.so free 0x5571735d08b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0a40 0.000140
+gallium_dri.so free 0x5571735d0ac0 void 0.000196
+gallium_dri.so free 0x5571735d0a40 void 0.000151
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000150
+gallium_dri.so free 0x5571735d0b80 void 0.000150
+gallium_dri.so free 0x5571735d0ac0 void 0.000150
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000151
+gallium_dri.so free 0x5571735d0c40 void 0.000159
+gallium_dri.so free 0x5571735d0ac0 void 0.000193
+gallium_dri.so malloc 72 0x5571735d0c60 0.000189
+gallium_dri.so free 0x5571735d0d00 void 0.000164
+gallium_dri.so free 0x5571735d0c60 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000161
+gallium_dri.so free 0x5571735d0d80 void 0.000163
+gallium_dri.so free 0x5571735d0cb0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d0cb0 0.000162
+gallium_dri.so free 0x5571735d0e00 void 0.000162
+gallium_dri.so free 0x5571735d0cb0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d0e00 0.000161
+gallium_dri.so free 0x5571735d0ec0 void 0.000161
+gallium_dri.so free 0x5571735d0e00 void 0.000162
+gallium_dri.so malloc 72 0x5571735d0e00 0.000161
+gallium_dri.so free 0x5571735d0f80 void 0.000165
+gallium_dri.so free 0x5571735d0e00 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0e00 0.000161
+gallium_dri.so free 0x5571735d1040 void 0.000162
+gallium_dri.so free 0x5571735d0e00 void 0.000164
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000160
+gallium_dri.so free 0x5571735d1100 void 0.000162
+gallium_dri.so free 0x5571735d0ff0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d10b0 0.000164
+gallium_dri.so free 0x5571735d1180 void 0.000162
+gallium_dri.so free 0x5571735d10b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d11d0 0.000163
+gallium_dri.so free 0x5571735d1240 void 0.000161
+gallium_dri.so free 0x5571735d11d0 void 0.000194
+gallium_dri.so malloc 72 0x5571735d1260 0.000173
+gallium_dri.so free 0x5571735d1300 void 0.000174
+gallium_dri.so free 0x5571735d1260 void 0.000174
+gallium_dri.so malloc 72 0x5571735d12b0 0.000172
+gallium_dri.so free 0x5571735d1380 void 0.000175
+gallium_dri.so free 0x5571735d12b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735d12b0 0.000173
+gallium_dri.so free 0x5571735d1400 void 0.000174
+gallium_dri.so free 0x5571735d12b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735d1400 0.000215
+gallium_dri.so free 0x5571735d14c0 void 0.000135
+gallium_dri.so free 0x5571735d1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1400 0.000119
+gallium_dri.so free 0x5571735d15c0 void 0.000136
+gallium_dri.so free 0x5571735d1400 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000115
+gallium_dri.so free 0x5571735d1600 void 0.000115
+gallium_dri.so free 0x5571735d1570 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000125
+gallium_dri.so free 0x5571735d1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1700 0.000116
+gallium_dri.so free 0x5571735d1780 void 0.000115
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000115
+gallium_dri.so free 0x5571735d1840 void 0.000115
+gallium_dri.so free 0x5571735d1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1780 0.000113
+gallium_dri.so free 0x5571735d18c0 void 0.000114
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d18f0 0.000115
+gallium_dri.so free 0x5571735d1940 void 0.000114
+gallium_dri.so free 0x5571735d18f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d18f0 0.000114
+gallium_dri.so free 0x5571735d1a40 void 0.000114
+gallium_dri.so free 0x5571735d18f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a80 0.000115
+gallium_dri.so free 0x5571735d1b00 void 0.000115
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b00 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000116
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b00 0.000113
+gallium_dri.so free 0x5571735d1c40 void 0.000115
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1c70 0.000113
+gallium_dri.so free 0x5571735d1cc0 void 0.000116
+gallium_dri.so free 0x5571735d1c70 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1c70 0.000115
+gallium_dri.so free 0x5571735d1dc0 void 0.000114
+gallium_dri.so free 0x5571735d1c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1d70 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000114
+gallium_dri.so free 0x5571735d1d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x5571735d1f00 void 0.000114
+gallium_dri.so free 0x5571735d1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735d1e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1e30 0.000112
+gallium_dri.so free 0x5571735d2080 void 0.000113
+gallium_dri.so free 0x5571735d1e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2030 0.000120
+gallium_dri.so free 0x5571735d2100 void 0.000118
+gallium_dri.so free 0x5571735d2030 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2150 0.000114
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2150 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21e0 0.000115
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d21e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2230 0.000115
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2230 void 0.000137
+gallium_dri.so malloc 72 0x5571735d2300 0.000154
+gallium_dri.so free 0x5571735d23c0 void 0.000153
+gallium_dri.so free 0x5571735d2300 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2300 0.000153
+gallium_dri.so free 0x5571735d2440 void 0.000153
+gallium_dri.so free 0x5571735d2300 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2440 0.000153
+gallium_dri.so free 0x5571735d2500 void 0.000153
+gallium_dri.so free 0x5571735d2440 void 0.000212
+gallium_dri.so malloc 72 0x5571735d2440 0.000126
+gallium_dri.so free 0x5571735d25c0 void 0.000124
+gallium_dri.so free 0x5571735d2440 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2440 0.000125
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x5571735d2440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2630 0.000115
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2750 0.000115
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d2750 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2800 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000128
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2800 0.000115
+gallium_dri.so free 0x5571735d2900 void 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2930 0.000114
+gallium_dri.so free 0x5571735d2980 void 0.000116
+gallium_dri.so free 0x5571735d2930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2930 0.000114
+gallium_dri.so free 0x5571735d2a80 void 0.000114
+gallium_dri.so free 0x5571735d2930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2a30 0.000113
+gallium_dri.so free 0x5571735d2b40 void 0.000116
+gallium_dri.so free 0x5571735d2a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2af0 0.000114
+gallium_dri.so free 0x5571735d2b80 void 0.000115
+gallium_dri.so free 0x5571735d2af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2af0 0.000114
+gallium_dri.so free 0x5571735d2c40 void 0.000115
+gallium_dri.so free 0x5571735d2af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000115
+gallium_dri.so free 0x5571735d2d00 void 0.000116
+gallium_dri.so free 0x5571735d2cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000115
+gallium_dri.so free 0x5571735d2e00 void 0.000116
+gallium_dri.so free 0x5571735d2cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2db0 0.000113
+gallium_dri.so free 0x5571735d2ec0 void 0.000128
+gallium_dri.so free 0x5571735d2db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2e70 0.000112
+gallium_dri.so free 0x5571735d2f00 void 0.000114
+gallium_dri.so free 0x5571735d2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2e70 0.000132
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x5571735d2e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3080 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3080 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3220 0.000113
+gallium_dri.so free 0x5571735d32c0 void 0.000115
+gallium_dri.so free 0x5571735d3220 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3270 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d3270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3270 0.000114
+gallium_dri.so free 0x5571735d33c0 void 0.000115
+gallium_dri.so free 0x5571735d3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d33c0 0.000156
+gallium_dri.so free 0x5571735d3480 void 0.000230
+gallium_dri.so free 0x5571735d33c0 void 0.000391
+gallium_dri.so malloc 72 0x5571735d33c0 0.000327
+gallium_dri.so free 0x5571735d3540 void 0.000271
+gallium_dri.so free 0x5571735d33c0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d33c0 0.000282
+gallium_dri.so free 0x5571735d3600 void 0.000279
+gallium_dri.so free 0x5571735d33c0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d35b0 0.000279
+gallium_dri.so free 0x5571735d36c0 void 0.000281
+gallium_dri.so free 0x5571735d35b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d3670 0.000291
+gallium_dri.so free 0x5571735d3740 void 0.000343
+gallium_dri.so free 0x5571735d3670 void 0.000256
+gallium_dri.so malloc 72 0x5571735d3790 0.000287
+gallium_dri.so free 0x5571735d3800 void 0.000286
+gallium_dri.so free 0x5571735d3790 void 0.000318
+gallium_dri.so malloc 72 0x5571735d3820 0.000288
+gallium_dri.so free 0x5571735d38c0 void 0.000253
+gallium_dri.so free 0x5571735d3820 void 0.000286
+gallium_dri.so malloc 72 0x5571735d3870 0.000282
+gallium_dri.so free 0x5571735d3940 void 0.000267
+gallium_dri.so free 0x5571735d3870 void 0.000394
+gallium_dri.so malloc 72 0x5571735d3870 0.000319
+gallium_dri.so free 0x5571735d39c0 void 0.000320
+gallium_dri.so free 0x5571735d3870 void 0.000270
+gallium_dri.so malloc 72 0x5571735d39c0 0.000289
+gallium_dri.so free 0x5571735d3a80 void 0.000270
+gallium_dri.so free 0x5571735d39c0 void 0.000289
+gallium_dri.so malloc 72 0x5571735d39c0 0.000288
+gallium_dri.so free 0x5571735d3b80 void 0.000286
+gallium_dri.so free 0x5571735d39c0 void 0.000318
+gallium_dri.so malloc 72 0x5571735d3b30 0.000325
+gallium_dri.so free 0x5571735d3bc0 void 0.000204
+gallium_dri.so free 0x5571735d3b30 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3b30 0.000133
+gallium_dri.so free 0x5571735d3c80 void 0.000125
+gallium_dri.so free 0x5571735d3b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000122
+gallium_dri.so free 0x5571735d3d40 void 0.000121
+gallium_dri.so free 0x5571735d3cc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3d40 0.000122
+gallium_dri.so free 0x5571735d3e00 void 0.000124
+gallium_dri.so free 0x5571735d3d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3d40 0.000121
+gallium_dri.so free 0x5571735d3e80 void 0.000121
+gallium_dri.so free 0x5571735d3d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000121
+gallium_dri.so free 0x5571735d3f00 void 0.000122
+gallium_dri.so free 0x5571735d3eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000128
+gallium_dri.so free 0x5571735d4000 void 0.000124
+gallium_dri.so free 0x5571735d3eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4040 0.000123
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d4040 void 0.000141
+gallium_dri.so malloc 72 0x5571735d40c0 0.000131
+gallium_dri.so free 0x5571735d4180 void 0.000131
+gallium_dri.so free 0x5571735d40c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d40c0 0.000137
+gallium_dri.so free 0x5571735d4200 void 0.000197
+gallium_dri.so free 0x5571735d40c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735d4230 0.000232
+gallium_dri.so free 0x5571735d4280 void 0.000212
+gallium_dri.so free 0x5571735d4230 void 0.000177
+gallium_dri.so malloc 72 0x5571735d4230 0.000136
+gallium_dri.so free 0x5571735d4380 void 0.000136
+gallium_dri.so free 0x5571735d4230 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4330 0.000132
+gallium_dri.so free 0x5571735d4440 void 0.000132
+gallium_dri.so free 0x5571735d4330 void 0.000136
+gallium_dri.so malloc 72 0x5571735d43f0 0.000131
+gallium_dri.so free 0x5571735d44c0 void 0.000130
+gallium_dri.so free 0x5571735d43f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d43f0 0.000138
+gallium_dri.so free 0x5571735d4580 void 0.000183
+gallium_dri.so free 0x5571735d43f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735d43f0 0.000180
+gallium_dri.so free 0x5571735d4640 void 0.000181
+gallium_dri.so free 0x5571735d43f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735d45f0 0.000168
+gallium_dri.so free 0x5571735d46c0 void 0.000180
+gallium_dri.so free 0x5571735d45f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735d4710 0.000180
+gallium_dri.so free 0x5571735d4780 void 0.000182
+gallium_dri.so free 0x5571735d4710 void 0.000180
+gallium_dri.so malloc 72 0x5571735d47a0 0.000183
+gallium_dri.so free 0x5571735d4840 void 0.000180
+gallium_dri.so free 0x5571735d47a0 void 0.000185
+gallium_dri.so malloc 72 0x5571735d47f0 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000133
+gallium_dri.so free 0x5571735d47f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d48c0 0.000161
+gallium_dri.so free 0x5571735d4980 void 0.000167
+gallium_dri.so free 0x5571735d48c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d48c0 0.000130
+gallium_dri.so free 0x5571735d4a00 void 0.000125
+gallium_dri.so free 0x5571735d48c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4a00 0.000130
+gallium_dri.so free 0x5571735d4ac0 void 0.000131
+gallium_dri.so free 0x5571735d4a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4a00 0.000130
+gallium_dri.so free 0x5571735d4b80 void 0.000130
+gallium_dri.so free 0x5571735d4a00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4a00 0.000124
+gallium_dri.so free 0x5571735d4c40 void 0.000131
+gallium_dri.so free 0x5571735d4a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000129
+gallium_dri.so free 0x5571735d4cc0 void 0.000126
+gallium_dri.so free 0x5571735d4bf0 void 0.000234
+gallium_dri.so malloc 72 0x5571735d4d10 0.000182
+gallium_dri.so free 0x5571735d4d80 void 0.000134
+gallium_dri.so free 0x5571735d4d10 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000132
+gallium_dri.so free 0x5571735d4e40 void 0.000129
+gallium_dri.so free 0x5571735d4dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000130
+gallium_dri.so free 0x5571735d4ec0 void 0.000130
+gallium_dri.so free 0x5571735d4dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000137
+gallium_dri.so free 0x5571735d4f40 void 0.000130
+gallium_dri.so free 0x5571735d4ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000124
+gallium_dri.so free 0x5571735d5040 void 0.000124
+gallium_dri.so free 0x5571735d4ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4ff0 0.000125
+gallium_dri.so free 0x5571735d5100 void 0.000125
+gallium_dri.so free 0x5571735d4ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d50b0 0.000128
+gallium_dri.so free 0x5571735d5140 void 0.000131
+gallium_dri.so free 0x5571735d50b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d50b0 0.000125
+gallium_dri.so free 0x5571735d5200 void 0.000207
+gallium_dri.so free 0x5571735d50b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5270 0.000130
+gallium_dri.so free 0x5571735d52c0 void 0.000130
+gallium_dri.so free 0x5571735d5270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5270 0.000130
+gallium_dri.so free 0x5571735d53c0 void 0.000129
+gallium_dri.so free 0x5571735d5270 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5370 0.000130
+gallium_dri.so free 0x5571735d5480 void 0.000134
+gallium_dri.so free 0x5571735d5370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5430 0.000126
+gallium_dri.so free 0x5571735d54c0 void 0.000130
+gallium_dri.so free 0x5571735d5430 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5430 0.000126
+gallium_dri.so free 0x5571735d5580 void 0.000125
+gallium_dri.so free 0x5571735d5430 void 0.000128
+gallium_dri.so malloc 72 0x5571735d55c0 0.000133
+gallium_dri.so free 0x5571735d5640 void 0.000130
+gallium_dri.so free 0x5571735d55c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5640 0.000125
+gallium_dri.so free 0x5571735d5700 void 0.000128
+gallium_dri.so free 0x5571735d5640 void 0.000244
+gallium_dri.so malloc 72 0x5571735d5640 0.000166
+gallium_dri.so free 0x5571735d57c0 void 0.000159
+gallium_dri.so free 0x5571735d5640 void 0.000315
+gallium_dri.so malloc 72 0x5571735d57e0 0.000268
+gallium_dri.so free 0x5571735d5880 void 0.000273
+gallium_dri.so free 0x5571735d57e0 void 0.000280
+gallium_dri.so malloc 72 0x5571735d5830 0.000276
+gallium_dri.so free 0x5571735d5900 void 0.000278
+gallium_dri.so free 0x5571735d5830 void 0.000276
+gallium_dri.so malloc 72 0x5571735d5830 0.000239
+gallium_dri.so free 0x5571735d5980 void 0.000164
+gallium_dri.so free 0x5571735d5830 void 0.000160
+gallium_dri.so malloc 72 0x5571735d5980 0.000184
+gallium_dri.so free 0x5571735d5a40 void 0.000131
+gallium_dri.so free 0x5571735d5980 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5980 0.000123
+gallium_dri.so free 0x5571735d5b00 void 0.000124
+gallium_dri.so free 0x5571735d5980 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5980 0.000131
+gallium_dri.so free 0x5571735d5bc0 void 0.000131
+gallium_dri.so free 0x5571735d5980 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5b70 0.000126
+gallium_dri.so free 0x5571735d5c80 void 0.000129
+gallium_dri.so free 0x5571735d5b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5c30 0.000132
+gallium_dri.so free 0x5571735d5d00 void 0.000130
+gallium_dri.so free 0x5571735d5c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5d50 0.000131
+gallium_dri.so free 0x5571735d5dc0 void 0.000126
+gallium_dri.so free 0x5571735d5d50 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5de0 0.000131
+gallium_dri.so free 0x5571735d5e80 void 0.000130
+gallium_dri.so free 0x5571735d5de0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5e30 0.000170
+gallium_dri.so free 0x5571735d5f00 void 0.000131
+gallium_dri.so free 0x5571735d5e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5e30 0.000131
+gallium_dri.so free 0x5571735d5f80 void 0.000126
+gallium_dri.so free 0x5571735d5e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5f80 0.000133
+gallium_dri.so free 0x5571735d6040 void 0.000131
+gallium_dri.so free 0x5571735d5f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5f80 0.000131
+gallium_dri.so free 0x5571735d6140 void 0.000125
+gallium_dri.so free 0x5571735d5f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d60f0 0.000130
+gallium_dri.so free 0x5571735d6180 void 0.000126
+gallium_dri.so free 0x5571735d60f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d60f0 0.000198
+gallium_dri.so free 0x5571735d6240 void 0.000335
+gallium_dri.so free 0x5571735d60f0 void 0.000290
+gallium_dri.so malloc 72 0x5571735d6280 0.000299
+gallium_dri.so free 0x5571735d6300 void 0.000282
+gallium_dri.so free 0x5571735d6280 void 0.000280
+gallium_dri.so malloc 72 0x5571735d6300 0.000167
+gallium_dri.so free 0x5571735d63c0 void 0.000243
+gallium_dri.so free 0x5571735d6300 void 0.000284
+gallium_dri.so malloc 72 0x5571735d6300 0.000166
+gallium_dri.so free 0x5571735d6440 void 0.000240
+gallium_dri.so free 0x5571735d6300 void 0.000283
+gallium_dri.so malloc 72 0x5571735d6470 0.000293
+gallium_dri.so free 0x5571735d64c0 void 0.000285
+gallium_dri.so free 0x5571735d6470 void 0.000281
+gallium_dri.so malloc 72 0x5571735d6470 0.000282
+gallium_dri.so free 0x5571735d65c0 void 0.000303
+gallium_dri.so free 0x5571735d6470 void 0.000285
+gallium_dri.so malloc 72 0x5571735d6600 0.000293
+gallium_dri.so free 0x5571735d6680 void 0.000248
+gallium_dri.so free 0x5571735d6600 void 0.000169
+gallium_dri.so malloc 72 0x5571735d6680 0.000167
+gallium_dri.so free 0x5571735d6740 void 0.000170
+gallium_dri.so free 0x5571735d6680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6680 0.000127
+gallium_dri.so free 0x5571735d67c0 void 0.000124
+gallium_dri.so free 0x5571735d6680 void 0.000129
+gallium_dri.so malloc 72 0x5571735d67f0 0.000125
+gallium_dri.so free 0x5571735d6840 void 0.000139
+gallium_dri.so free 0x5571735d67f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d67f0 0.000138
+gallium_dri.so free 0x5571735d6940 void 0.000138
+gallium_dri.so free 0x5571735d67f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d68f0 0.000132
+gallium_dri.so free 0x5571735d6a00 void 0.000179
+gallium_dri.so free 0x5571735d68f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d69b0 0.000138
+gallium_dri.so free 0x5571735d6a80 void 0.000137
+gallium_dri.so free 0x5571735d69b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d69b0 0.000137
+gallium_dri.so free 0x5571735d6b40 void 0.000132
+gallium_dri.so free 0x5571735d69b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d69b0 0.000132
+gallium_dri.so free 0x5571735d6c00 void 0.000132
+gallium_dri.so free 0x5571735d69b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000135
+gallium_dri.so free 0x557173600e80 void 0.000138
+gallium_dri.so free 0x5571735d6bb0 void 0.000137
+gallium_dri.so malloc 72 0x557173600ed0 0.000138
+gallium_dri.so free 0x557173600f40 void 0.000139
+gallium_dri.so free 0x557173600ed0 void 0.000189
+gallium_dri.so malloc 72 0x557173600f60 0.000248
+gallium_dri.so free 0x557173601000 void 0.000137
+gallium_dri.so free 0x557173600f60 void 0.000149
+gallium_dri.so malloc 72 0x557173600fb0 0.000171
+gallium_dri.so free 0x557173601080 void 0.000190
+gallium_dri.so free 0x557173600fb0 void 0.000233
+gallium_dri.so malloc 72 0x557173601080 0.000232
+gallium_dri.so free 0x557173601140 void 0.000208
+gallium_dri.so free 0x557173601080 void 0.000133
+gallium_dri.so malloc 72 0x557173601080 0.000137
+gallium_dri.so free 0x5571736011c0 void 0.000132
+gallium_dri.so free 0x557173601080 void 0.000135
+gallium_dri.so malloc 72 0x5571736011c0 0.000136
+gallium_dri.so free 0x557173601280 void 0.000134
+gallium_dri.so free 0x5571736011c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736011c0 0.000135
+gallium_dri.so free 0x557173601340 void 0.000137
+gallium_dri.so free 0x5571736011c0 void 0.000137
+gallium_dri.so malloc 72 0x5571736011c0 0.000137
+gallium_dri.so free 0x557173601400 void 0.000132
+gallium_dri.so free 0x5571736011c0 void 0.000193
+gallium_dri.so malloc 72 0x5571736013b0 0.000138
+gallium_dri.so free 0x557173601480 void 0.000138
+gallium_dri.so free 0x5571736013b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736014d0 0.000130
+gallium_dri.so free 0x557173601540 void 0.000136
+gallium_dri.so free 0x5571736014d0 void 0.000142
+gallium_dri.so malloc 72 0x557173601580 0.000132
+gallium_dri.so free 0x557173601600 void 0.000127
+gallium_dri.so free 0x557173601580 void 0.000129
+gallium_dri.so malloc 72 0x557173601580 0.000125
+gallium_dri.so free 0x557173601680 void 0.000125
+gallium_dri.so free 0x557173601580 void 0.000128
+gallium_dri.so malloc 72 0x5571736016b0 0.000131
+gallium_dri.so free 0x557173601700 void 0.000130
+gallium_dri.so free 0x5571736016b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736016b0 0.000131
+gallium_dri.so free 0x557173601800 void 0.000130
+gallium_dri.so free 0x5571736016b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736017b0 0.000129
+gallium_dri.so free 0x5571736018c0 void 0.000125
+gallium_dri.so free 0x5571736017b0 void 0.000132
+gallium_dri.so malloc 72 0x557173601870 0.000130
+gallium_dri.so free 0x557173601900 void 0.000134
+gallium_dri.so free 0x557173601870 void 0.000125
+gallium_dri.so malloc 72 0x557173601870 0.000128
+gallium_dri.so free 0x5571736019c0 void 0.000132
+gallium_dri.so free 0x557173601870 void 0.000180
+gallium_dri.so malloc 72 0x557173601a30 0.000243
+gallium_dri.so free 0x557173601a80 void 0.000130
+gallium_dri.so free 0x557173601a30 void 0.000132
+gallium_dri.so malloc 72 0x557173601a30 0.000167
+gallium_dri.so free 0x557173601b80 void 0.000126
+gallium_dri.so free 0x557173601a30 void 0.000130
+gallium_dri.so malloc 72 0x557173601b30 0.000130
+gallium_dri.so free 0x557173601c40 void 0.000198
+gallium_dri.so free 0x557173601b30 void 0.000162
+gallium_dri.so malloc 72 0x557173601bf0 0.000165
+gallium_dri.so free 0x557173601c80 void 0.000163
+gallium_dri.so free 0x557173601bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173601bf0 0.000133
+gallium_dri.so free 0x557173601d40 void 0.000130
+gallium_dri.so free 0x557173601bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173601d80 0.000125
+gallium_dri.so free 0x557173601e00 void 0.000130
+gallium_dri.so free 0x557173601d80 void 0.000125
+gallium_dri.so malloc 72 0x557173601e00 0.000128
+gallium_dri.so free 0x557173601ec0 void 0.000126
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so malloc 72 0x557173601e00 0.000124
+gallium_dri.so free 0x557173601f80 void 0.000129
+gallium_dri.so free 0x557173601e00 void 0.000131
+gallium_dri.so malloc 72 0x557173601fa0 0.000131
+gallium_dri.so free 0x557173602040 void 0.000130
+gallium_dri.so free 0x557173601fa0 void 0.000131
+gallium_dri.so malloc 72 0x557173601ff0 0.000130
+gallium_dri.so free 0x5571736020c0 void 0.000131
+gallium_dri.so free 0x557173601ff0 void 0.000127
+gallium_dri.so malloc 72 0x557173601ff0 0.000129
+gallium_dri.so free 0x557173602140 void 0.000130
+gallium_dri.so free 0x557173601ff0 void 0.000126
+gallium_dri.so malloc 72 0x557173602140 0.000161
+gallium_dri.so free 0x557173602200 void 0.000163
+gallium_dri.so free 0x557173602140 void 0.000136
+gallium_dri.so malloc 72 0x557173602140 0.000132
+gallium_dri.so free 0x5571736022c0 void 0.000131
+gallium_dri.so free 0x557173602140 void 0.000135
+gallium_dri.so malloc 72 0x557173602140 0.000131
+gallium_dri.so free 0x557173602380 void 0.000130
+gallium_dri.so free 0x557173602140 void 0.000131
+gallium_dri.so malloc 72 0x557173602330 0.000131
+gallium_dri.so free 0x557173602440 void 0.000131
+gallium_dri.so free 0x557173602330 void 0.000131
+gallium_dri.so malloc 72 0x5571736023f0 0.000132
+gallium_dri.so free 0x5571736024c0 void 0.000132
+gallium_dri.so free 0x5571736023f0 void 0.000129
+gallium_dri.so malloc 72 0x557173602510 0.000131
+gallium_dri.so free 0x557173602580 void 0.000131
+gallium_dri.so free 0x557173602510 void 0.000131
+gallium_dri.so malloc 72 0x5571736025a0 0.000131
+gallium_dri.so free 0x557173602640 void 0.000128
+gallium_dri.so free 0x5571736025a0 void 0.000133
+gallium_dri.so malloc 72 0x5571736025f0 0.000130
+gallium_dri.so free 0x5571736026c0 void 0.000184
+gallium_dri.so free 0x5571736025f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736025f0 0.000129
+gallium_dri.so free 0x557173602740 void 0.000130
+gallium_dri.so free 0x5571736025f0 void 0.000126
+gallium_dri.so malloc 72 0x557173602740 0.000128
+gallium_dri.so free 0x557173602800 void 0.000127
+gallium_dri.so free 0x557173602740 void 0.000126
+gallium_dri.so malloc 72 0x557173602740 0.000124
+gallium_dri.so free 0x557173602900 void 0.000125
+gallium_dri.so free 0x557173602740 void 0.000126
+gallium_dri.so malloc 72 0x5571736028b0 0.000131
+gallium_dri.so free 0x557173602940 void 0.000126
+gallium_dri.so free 0x5571736028b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736028b0 0.000131
+gallium_dri.so free 0x557173602a00 void 0.000130
+gallium_dri.so free 0x5571736028b0 void 0.000131
+gallium_dri.so malloc 72 0x557173602a40 0.000131
+gallium_dri.so free 0x557173602ac0 void 0.000133
+gallium_dri.so free 0x557173602a40 void 0.000126
+gallium_dri.so malloc 72 0x557173602ac0 0.000128
+gallium_dri.so free 0x557173602b80 void 0.000133
+gallium_dri.so free 0x557173602ac0 void 0.000132
+gallium_dri.so malloc 72 0x557173602ac0 0.000127
+gallium_dri.so free 0x557173602c00 void 0.000130
+gallium_dri.so free 0x557173602ac0 void 0.000131
+gallium_dri.so malloc 72 0x557173602c30 0.000132
+gallium_dri.so free 0x557173602c80 void 0.000130
+gallium_dri.so free 0x557173602c30 void 0.000124
+gallium_dri.so malloc 72 0x557173602c30 0.000123
+gallium_dri.so free 0x557173602d80 void 0.000132
+gallium_dri.so free 0x557173602c30 void 0.000126
+gallium_dri.so malloc 72 0x557173602dc0 0.000123
+gallium_dri.so free 0x557173602e40 void 0.000125
+gallium_dri.so free 0x557173602dc0 void 0.000128
+gallium_dri.so malloc 72 0x557173602e40 0.000131
+gallium_dri.so free 0x557173602f00 void 0.000131
+gallium_dri.so free 0x557173602e40 void 0.000126
+gallium_dri.so malloc 72 0x557173602e40 0.000124
+gallium_dri.so free 0x557173602f80 void 0.000159
+gallium_dri.so free 0x557173602e40 void 0.000162
+gallium_dri.so malloc 72 0x557173602fb0 0.000160
+gallium_dri.so free 0x557173603000 void 0.000163
+gallium_dri.so free 0x557173602fb0 void 0.000170
+gallium_dri.so malloc 72 0x557173602fb0 0.000167
+gallium_dri.so free 0x557173603100 void 0.000337
+gallium_dri.so free 0x557173602fb0 void 0.000217
+gallium_dri.so malloc 72 0x5571736030b0 0.000265
+gallium_dri.so free 0x5571736031c0 void 0.000284
+gallium_dri.so free 0x5571736030b0 void 0.000268
+gallium_dri.so malloc 72 0x557173603170 0.000278
+gallium_dri.so free 0x557173603240 void 0.000283
+gallium_dri.so free 0x557173603170 void 0.000277
+gallium_dri.so malloc 72 0x557173603170 0.000249
+gallium_dri.so free 0x557173603300 void 0.000166
+gallium_dri.so free 0x557173603170 void 0.000168
+gallium_dri.so malloc 72 0x557173603170 0.000168
+gallium_dri.so free 0x5571736033c0 void 0.000131
+gallium_dri.so free 0x557173603170 void 0.000132
+gallium_dri.so malloc 72 0x557173603370 0.000125
+gallium_dri.so free 0x557173603440 void 0.000131
+gallium_dri.so free 0x557173603370 void 0.000130
+gallium_dri.so malloc 72 0x557173603490 0.000130
+gallium_dri.so free 0x557173603500 void 0.000131
+gallium_dri.so free 0x557173603490 void 0.000126
+gallium_dri.so malloc 72 0x557173603520 0.000131
+gallium_dri.so free 0x5571736035c0 void 0.000130
+gallium_dri.so free 0x557173603520 void 0.000131
+gallium_dri.so malloc 72 0x557173603570 0.000130
+gallium_dri.so free 0x557173603640 void 0.000131
+gallium_dri.so free 0x557173603570 void 0.000130
+gallium_dri.so malloc 72 0x557173603640 0.000130
+gallium_dri.so free 0x557173603700 void 0.000185
+gallium_dri.so free 0x557173603640 void 0.000132
+gallium_dri.so malloc 72 0x557173603640 0.000130
+gallium_dri.so free 0x557173603780 void 0.000133
+gallium_dri.so free 0x557173603640 void 0.000131
+gallium_dri.so malloc 72 0x557173603780 0.000126
+gallium_dri.so free 0x557173603840 void 0.000123
+gallium_dri.so free 0x557173603780 void 0.000124
+gallium_dri.so malloc 72 0x557173603780 0.000128
+gallium_dri.so free 0x557173603900 void 0.000125
+gallium_dri.so free 0x557173603780 void 0.000124
+gallium_dri.so malloc 72 0x557173603780 0.000123
+gallium_dri.so free 0x5571736039c0 void 0.000129
+gallium_dri.so free 0x557173603780 void 0.000126
+gallium_dri.so malloc 72 0x557173603970 0.000123
+gallium_dri.so free 0x557173603a40 void 0.000133
+gallium_dri.so free 0x557173603970 void 0.000125
+gallium_dri.so malloc 72 0x557173603a90 0.000123
+gallium_dri.so free 0x557173603b00 void 0.000125
+gallium_dri.so free 0x557173603a90 void 0.000128
+gallium_dri.so malloc 72 0x557173603b40 0.000131
+gallium_dri.so free 0x557173603bc0 void 0.000126
+gallium_dri.so free 0x557173603b40 void 0.000135
+gallium_dri.so malloc 72 0x557173603b40 0.000131
+gallium_dri.so free 0x557173603c40 void 0.000300
+gallium_dri.so free 0x557173603b40 void 0.000282
+gallium_dri.so malloc 72 0x557173603c70 0.000293
+gallium_dri.so free 0x557173603cc0 void 0.000292
+gallium_dri.so free 0x557173603c70 void 0.000294
+gallium_dri.so malloc 72 0x557173603c70 0.000292
+gallium_dri.so free 0x557173603dc0 void 0.000171
+gallium_dri.so free 0x557173603c70 void 0.000173
+gallium_dri.so malloc 72 0x557173603d70 0.000168
+gallium_dri.so free 0x557173603e80 void 0.000139
+gallium_dri.so free 0x557173603d70 void 0.000140
+gallium_dri.so malloc 72 0x557173603e30 0.000131
+gallium_dri.so free 0x557173603ec0 void 0.000136
+gallium_dri.so free 0x557173603e30 void 0.000138
+gallium_dri.so malloc 72 0x557173603e30 0.000241
+gallium_dri.so free 0x557173603f80 void 0.000236
+gallium_dri.so free 0x557173603e30 void 0.000141
+gallium_dri.so malloc 72 0x557173603ff0 0.000132
+gallium_dri.so free 0x557173604040 void 0.000131
+gallium_dri.so free 0x557173603ff0 void 0.000137
+gallium_dri.so malloc 72 0x557173603ff0 0.000141
+gallium_dri.so free 0x557173604140 void 0.000142
+gallium_dri.so free 0x557173603ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571736040f0 0.000130
+gallium_dri.so free 0x557173604200 void 0.000137
+gallium_dri.so free 0x5571736040f0 void 0.000138
+gallium_dri.so malloc 72 0x5571736041b0 0.000140
+gallium_dri.so free 0x557173604240 void 0.000131
+gallium_dri.so free 0x5571736041b0 void 0.000190
+gallium_dri.so malloc 72 0x5571736041b0 0.000181
+gallium_dri.so free 0x557173604300 void 0.000139
+gallium_dri.so free 0x5571736041b0 void 0.000130
+gallium_dri.so malloc 72 0x557173604340 0.000130
+gallium_dri.so free 0x5571736043c0 void 0.000140
+gallium_dri.so free 0x557173604340 void 0.000139
+gallium_dri.so malloc 72 0x5571736043c0 0.000195
+gallium_dri.so free 0x557173604480 void 0.000235
+gallium_dri.so free 0x5571736043c0 void 0.000138
+gallium_dri.so malloc 72 0x5571736043c0 0.000138
+gallium_dri.so free 0x557173604540 void 0.000130
+gallium_dri.so free 0x5571736043c0 void 0.000130
+gallium_dri.so malloc 72 0x557173604560 0.000131
+gallium_dri.so free 0x557173604600 void 0.000126
+gallium_dri.so free 0x557173604560 void 0.000124
+gallium_dri.so malloc 72 0x5571736045b0 0.000124
+gallium_dri.so free 0x557173604680 void 0.000123
+gallium_dri.so free 0x5571736045b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736045b0 0.000123
+gallium_dri.so free 0x557173604700 void 0.000124
+gallium_dri.so free 0x5571736045b0 void 0.000128
+gallium_dri.so malloc 72 0x557173604700 0.000130
+gallium_dri.so free 0x5571736047c0 void 0.000131
+gallium_dri.so free 0x557173604700 void 0.000126
+gallium_dri.so malloc 72 0x557173604700 0.000124
+gallium_dri.so free 0x557173604880 void 0.000139
+gallium_dri.so free 0x557173604700 void 0.000132
+gallium_dri.so malloc 72 0x557173604700 0.000132
+gallium_dri.so free 0x557173604940 void 0.000124
+gallium_dri.so free 0x557173604700 void 0.000124
+gallium_dri.so malloc 72 0x5571736048f0 0.000123
+gallium_dri.so free 0x557173604a00 void 0.000123
+gallium_dri.so free 0x5571736048f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736049b0 0.000132
+gallium_dri.so free 0x557173604a80 void 0.000132
+gallium_dri.so free 0x5571736049b0 void 0.000123
+gallium_dri.so malloc 72 0x557173604ad0 0.000127
+gallium_dri.so free 0x557173604b40 void 0.000123
+gallium_dri.so free 0x557173604ad0 void 0.000123
+gallium_dri.so malloc 72 0x557173604b60 0.000123
+gallium_dri.so free 0x557173604c00 void 0.000130
+gallium_dri.so free 0x557173604b60 void 0.000125
+gallium_dri.so malloc 72 0x557173604bb0 0.000123
+gallium_dri.so free 0x557173604c80 void 0.000129
+gallium_dri.so free 0x557173604bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173604bb0 0.000131
+gallium_dri.so free 0x557173604d00 void 0.000126
+gallium_dri.so free 0x557173604bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173604d00 0.000131
+gallium_dri.so free 0x557173604dc0 void 0.000131
+gallium_dri.so free 0x557173604d00 void 0.000135
+gallium_dri.so malloc 72 0x557173604d00 0.000131
+gallium_dri.so free 0x557173604ec0 void 0.000127
+gallium_dri.so free 0x557173604d00 void 0.000131
+gallium_dri.so malloc 72 0x557173604e70 0.000131
+gallium_dri.so free 0x557173604f00 void 0.000132
+gallium_dri.so free 0x557173604e70 void 0.000126
+gallium_dri.so malloc 72 0x557173604e70 0.000125
+gallium_dri.so free 0x557173604fc0 void 0.000131
+gallium_dri.so free 0x557173604e70 void 0.000131
+gallium_dri.so malloc 72 0x557173605000 0.000130
+gallium_dri.so free 0x557173605080 void 0.000130
+gallium_dri.so free 0x557173605000 void 0.000130
+gallium_dri.so malloc 72 0x557173605080 0.000130
+gallium_dri.so free 0x557173605140 void 0.000126
+gallium_dri.so free 0x557173605080 void 0.000129
+gallium_dri.so malloc 72 0x557173605080 0.000132
+gallium_dri.so free 0x5571736051c0 void 0.000131
+gallium_dri.so free 0x557173605080 void 0.000131
+gallium_dri.so malloc 72 0x5571736051f0 0.000125
+gallium_dri.so free 0x557173605240 void 0.000130
+gallium_dri.so free 0x5571736051f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736051f0 0.000131
+gallium_dri.so free 0x557173605340 void 0.000125
+gallium_dri.so free 0x5571736051f0 void 0.000127
+gallium_dri.so malloc 72 0x557173605380 0.000126
+gallium_dri.so free 0x557173605400 void 0.000127
+gallium_dri.so free 0x557173605380 void 0.000117
+gallium_dri.so malloc 72 0x557173605400 0.000124
+gallium_dri.so free 0x5571736054c0 void 0.000126
+gallium_dri.so free 0x557173605400 void 0.000126
+gallium_dri.so malloc 72 0x557173605400 0.000126
+gallium_dri.so free 0x557173605540 void 0.000126
+gallium_dri.so free 0x557173605400 void 0.000125
+gallium_dri.so malloc 72 0x557173605570 0.000125
+gallium_dri.so free 0x5571736055c0 void 0.000119
+gallium_dri.so free 0x557173605570 void 0.000124
+gallium_dri.so malloc 72 0x557173605570 0.000126
+gallium_dri.so free 0x5571736056c0 void 0.000119
+gallium_dri.so free 0x557173605570 void 0.000124
+gallium_dri.so malloc 72 0x557173605670 0.000119
+gallium_dri.so free 0x557173605780 void 0.000118
+gallium_dri.so free 0x557173605670 void 0.000118
+gallium_dri.so malloc 72 0x557173605730 0.000117
+gallium_dri.so free 0x557173605800 void 0.000120
+gallium_dri.so free 0x557173605730 void 0.000115
+gallium_dri.so malloc 72 0x557173605730 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x557173605730 void 0.000117
+gallium_dri.so malloc 72 0x557173605730 0.000130
+gallium_dri.so free 0x557173605980 void 0.000119
+gallium_dri.so free 0x557173605730 void 0.000119
+gallium_dri.so malloc 72 0x557173605930 0.000118
+gallium_dri.so free 0x557173605a00 void 0.000119
+gallium_dri.so free 0x557173605930 void 0.000118
+gallium_dri.so malloc 72 0x557173605a50 0.000117
+gallium_dri.so free 0x557173605ac0 void 0.000120
+gallium_dri.so free 0x557173605a50 void 0.000119
+gallium_dri.so malloc 72 0x557173605ae0 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000116
+gallium_dri.so free 0x557173605ae0 void 0.000119
+gallium_dri.so malloc 72 0x557173605b30 0.000117
+gallium_dri.so free 0x557173605c00 void 0.000119
+gallium_dri.so free 0x557173605b30 void 0.000119
+gallium_dri.so malloc 72 0x557173605c00 0.000117
+gallium_dri.so free 0x557173605cc0 void 0.000119
+gallium_dri.so free 0x557173605c00 void 0.000117
+gallium_dri.so malloc 72 0x557173605c00 0.000119
+gallium_dri.so free 0x557173605d40 void 0.000117
+gallium_dri.so free 0x557173605c00 void 0.000119
+gallium_dri.so malloc 72 0x557173605d40 0.000119
+gallium_dri.so free 0x557173605e00 void 0.000118
+gallium_dri.so free 0x557173605d40 void 0.000115
+gallium_dri.so malloc 72 0x557173605d40 0.000118
+gallium_dri.so free 0x557173605ec0 void 0.000118
+gallium_dri.so free 0x557173605d40 void 0.000115
+gallium_dri.so malloc 72 0x557173605d40 0.000123
+gallium_dri.so free 0x557173605f80 void 0.000118
+gallium_dri.so free 0x557173605d40 void 0.000117
+gallium_dri.so malloc 72 0x557173605f30 0.000117
+gallium_dri.so free 0x557173606000 void 0.000118
+gallium_dri.so free 0x557173605f30 void 0.000118
+gallium_dri.so malloc 72 0x557173606050 0.000116
+gallium_dri.so free 0x5571736060c0 void 0.000118
+gallium_dri.so free 0x557173606050 void 0.000116
+gallium_dri.so malloc 72 0x557173606100 0.000117
+gallium_dri.so free 0x557173606180 void 0.000118
+gallium_dri.so free 0x557173606100 void 0.000118
+gallium_dri.so malloc 72 0x557173606100 0.000116
+gallium_dri.so free 0x557173606200 void 0.000119
+gallium_dri.so free 0x557173606100 void 0.000124
+gallium_dri.so malloc 72 0x557173606230 0.000119
+gallium_dri.so free 0x557173606280 void 0.000118
+gallium_dri.so free 0x557173606230 void 0.000117
+gallium_dri.so malloc 72 0x557173606230 0.000118
+gallium_dri.so free 0x557173606380 void 0.000117
+gallium_dri.so free 0x557173606230 void 0.000116
+gallium_dri.so malloc 72 0x557173606330 0.000117
+gallium_dri.so free 0x557173606440 void 0.000117
+gallium_dri.so free 0x557173606330 void 0.000117
+gallium_dri.so malloc 72 0x5571736063f0 0.000117
+gallium_dri.so free 0x557173606480 void 0.000117
+gallium_dri.so free 0x5571736063f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736063f0 0.000119
+gallium_dri.so free 0x557173606540 void 0.000119
+gallium_dri.so free 0x5571736063f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736065b0 0.000116
+gallium_dri.so free 0x557173606600 void 0.000116
+gallium_dri.so free 0x5571736065b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736065b0 0.000116
+gallium_dri.so free 0x557173606700 void 0.000116
+gallium_dri.so free 0x5571736065b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736066b0 0.000118
+gallium_dri.so free 0x5571736067c0 void 0.000117
+gallium_dri.so free 0x5571736066b0 void 0.000116
+gallium_dri.so malloc 72 0x557173606770 0.000117
+gallium_dri.so free 0x557173606800 void 0.000117
+gallium_dri.so free 0x557173606770 void 0.000117
+gallium_dri.so malloc 72 0x557173606770 0.000118
+gallium_dri.so free 0x5571736068c0 void 0.000116
+gallium_dri.so free 0x557173606770 void 0.000116
+gallium_dri.so malloc 72 0x557173606900 0.000116
+gallium_dri.so free 0x557173606980 void 0.000117
+gallium_dri.so free 0x557173606900 void 0.000116
+gallium_dri.so malloc 72 0x557173606980 0.000118
+gallium_dri.so free 0x557173606a40 void 0.000118
+gallium_dri.so free 0x557173606980 void 0.000115
+gallium_dri.so malloc 72 0x557173606980 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000116
+gallium_dri.so free 0x557173606980 void 0.000120
+gallium_dri.so malloc 72 0x557173606b20 0.000117
+gallium_dri.so free 0x557173606bc0 void 0.000122
+gallium_dri.so free 0x557173606b20 void 0.000120
+gallium_dri.so malloc 72 0x557173606b70 0.000120
+gallium_dri.so free 0x557173606c40 void 0.000118
+gallium_dri.so free 0x557173606b70 void 0.000114
+gallium_dri.so malloc 72 0x557173606b70 0.000117
+gallium_dri.so free 0x557173606cc0 void 0.000119
+gallium_dri.so free 0x557173606b70 void 0.000118
+gallium_dri.so malloc 72 0x557173606cc0 0.000149
+gallium_dri.so free 0x557173606d80 void 0.000122
+gallium_dri.so free 0x557173606cc0 void 0.000108
+gallium_dri.so malloc 72 0x557173606cc0 0.000261
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so free 0x557173606cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173606cc0 0.000120
+gallium_dri.so free 0x557173606f00 void 0.000119
+gallium_dri.so free 0x557173606cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173606eb0 0.000117
+gallium_dri.so free 0x557173606fc0 void 0.000118
+gallium_dri.so free 0x557173606eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173606f70 0.000117
+gallium_dri.so free 0x557173607040 void 0.000119
+gallium_dri.so free 0x557173606f70 void 0.000118
+gallium_dri.so malloc 72 0x557173607090 0.000180
+gallium_dri.so free 0x557173607100 void 0.000119
+gallium_dri.so free 0x557173607090 void 0.000116
+gallium_dri.so malloc 72 0x557173607120 0.000120
+gallium_dri.so free 0x5571736071c0 void 0.000122
+gallium_dri.so free 0x557173607120 void 0.000117
+gallium_dri.so malloc 72 0x557173607170 0.000117
+gallium_dri.so free 0x557173607240 void 0.000114
+gallium_dri.so free 0x557173607170 void 0.000117
+gallium_dri.so malloc 72 0x557173607170 0.000116
+gallium_dri.so free 0x5571736072c0 void 0.000117
+gallium_dri.so free 0x557173607170 void 0.000117
+gallium_dri.so malloc 72 0x5571736072c0 0.000117
+gallium_dri.so free 0x557173607380 void 0.000117
+gallium_dri.so free 0x5571736072c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736072c0 0.000117
+gallium_dri.so free 0x557173607480 void 0.000115
+gallium_dri.so free 0x5571736072c0 void 0.000116
+gallium_dri.so malloc 72 0x557173607430 0.000118
+gallium_dri.so free 0x5571736074c0 void 0.000117
+gallium_dri.so free 0x557173607430 void 0.000116
+gallium_dri.so malloc 72 0x557173607430 0.000116
+gallium_dri.so free 0x557173607580 void 0.000117
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x5571736075c0 0.000116
+gallium_dri.so free 0x557173607640 void 0.000118
+gallium_dri.so free 0x5571736075c0 void 0.000126
+gallium_dri.so malloc 72 0x557173607640 0.000118
+gallium_dri.so free 0x557173607700 void 0.000118
+gallium_dri.so free 0x557173607640 void 0.000117
+gallium_dri.so malloc 72 0x557173607640 0.000117
+gallium_dri.so free 0x557173607780 void 0.000117
+gallium_dri.so free 0x557173607640 void 0.000118
+gallium_dri.so malloc 72 0x5571736077b0 0.000117
+gallium_dri.so free 0x557173607800 void 0.000117
+gallium_dri.so free 0x5571736077b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736077b0 0.000117
+gallium_dri.so free 0x557173607900 void 0.000119
+gallium_dri.so free 0x5571736077b0 void 0.000118
+gallium_dri.so malloc 72 0x557173607940 0.000117
+gallium_dri.so free 0x5571736079c0 void 0.000118
+gallium_dri.so free 0x557173607940 void 0.000118
+gallium_dri.so malloc 72 0x5571736079c0 0.000116
+gallium_dri.so free 0x557173607a80 void 0.000117
+gallium_dri.so free 0x5571736079c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736079c0 0.000116
+gallium_dri.so free 0x557173607b00 void 0.000119
+gallium_dri.so free 0x5571736079c0 void 0.000117
+gallium_dri.so malloc 72 0x557173607b30 0.000117
+gallium_dri.so free 0x557173607b80 void 0.000118
+gallium_dri.so free 0x557173607b30 void 0.000117
+gallium_dri.so malloc 72 0x557173607b30 0.000115
+gallium_dri.so free 0x557173607c80 void 0.000117
+gallium_dri.so free 0x557173607b30 void 0.000127
+gallium_dri.so malloc 72 0x557173607c30 0.000117
+gallium_dri.so free 0x557173607d40 void 0.000116
+gallium_dri.so free 0x557173607c30 void 0.000116
+gallium_dri.so malloc 72 0x557173607cf0 0.000117
+gallium_dri.so free 0x557173607dc0 void 0.000117
+gallium_dri.so free 0x557173607cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173607cf0 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x557173607cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173607cf0 0.000116
+gallium_dri.so free 0x557173607f40 void 0.000118
+gallium_dri.so free 0x557173607cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173607ef0 0.000117
+gallium_dri.so free 0x557173607fc0 void 0.000121
+gallium_dri.so free 0x557173607ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173608010 0.000117
+gallium_dri.so free 0x557173608080 void 0.000118
+gallium_dri.so free 0x557173608010 void 0.000117
+gallium_dri.so malloc 72 0x5571736080a0 0.000117
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so free 0x5571736080a0 void 0.000123
+gallium_dri.so malloc 72 0x5571736080f0 0.000118
+gallium_dri.so free 0x5571736081c0 void 0.000117
+gallium_dri.so free 0x5571736080f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736081c0 0.000118
+gallium_dri.so free 0x557173608280 void 0.000164
+gallium_dri.so free 0x5571736081c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736081c0 0.000120
+gallium_dri.so free 0x557173608300 void 0.000118
+gallium_dri.so free 0x5571736081c0 void 0.000119
+gallium_dri.so malloc 72 0x557173608300 0.000115
+gallium_dri.so free 0x5571736083c0 void 0.000118
+gallium_dri.so free 0x557173608300 void 0.000118
+gallium_dri.so malloc 72 0x557173608300 0.000118
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x557173608300 void 0.000119
+gallium_dri.so malloc 72 0x557173608300 0.000119
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173608300 void 0.000118
+gallium_dri.so malloc 72 0x5571736084f0 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000118
+gallium_dri.so free 0x5571736084f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608610 0.000118
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x557173608610 void 0.000118
+gallium_dri.so malloc 72 0x5571736086c0 0.000118
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x5571736086c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736086c0 0.000119
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x5571736086c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736087f0 0.000120
+gallium_dri.so free 0x557173608840 void 0.000120
+gallium_dri.so free 0x5571736087f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736087f0 0.000117
+gallium_dri.so free 0x557173608940 void 0.000119
+gallium_dri.so free 0x5571736087f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736088f0 0.000119
+gallium_dri.so free 0x557173608a00 void 0.000120
+gallium_dri.so free 0x5571736088f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736089b0 0.000119
+gallium_dri.so free 0x557173608a40 void 0.000119
+gallium_dri.so free 0x5571736089b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736089b0 0.000119
+gallium_dri.so free 0x557173608b00 void 0.000124
+gallium_dri.so free 0x5571736089b0 void 0.000194
+gallium_dri.so malloc 72 0x557173608b70 0.000200
+gallium_dri.so free 0x557173608bc0 void 0.000158
+gallium_dri.so free 0x557173608b70 void 0.000194
+gallium_dri.so malloc 72 0x557173608b70 0.000118
+gallium_dri.so free 0x557173608cc0 void 0.000117
+gallium_dri.so free 0x557173608b70 void 0.000117
+gallium_dri.so malloc 72 0x557173608c70 0.000116
+gallium_dri.so free 0x557173608d80 void 0.000117
+gallium_dri.so free 0x557173608c70 void 0.000116
+gallium_dri.so malloc 72 0x557173608d30 0.000117
+gallium_dri.so free 0x557173608dc0 void 0.000130
+gallium_dri.so free 0x557173608d30 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000117
+gallium_dri.so free 0x557173608e80 void 0.000117
+gallium_dri.so free 0x557173608d30 void 0.000120
+gallium_dri.so malloc 72 0x557173608ec0 0.000119
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173608f40 0.000119
+gallium_dri.so free 0x557173609000 void 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so malloc 72 0x557173608f40 0.000124
+gallium_dri.so free 0x5571736090c0 void 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so malloc 72 0x5571736090e0 0.000118
+gallium_dri.so free 0x557173609180 void 0.000119
+gallium_dri.so free 0x5571736090e0 void 0.000115
+gallium_dri.so malloc 72 0x557173609130 0.000116
+gallium_dri.so free 0x557173609200 void 0.000120
+gallium_dri.so free 0x557173609130 void 0.000118
+gallium_dri.so malloc 72 0x557173609130 0.000118
+gallium_dri.so free 0x557173609280 void 0.000119
+gallium_dri.so free 0x557173609130 void 0.000118
+gallium_dri.so malloc 72 0x557173609280 0.000117
+gallium_dri.so free 0x557173609340 void 0.000118
+gallium_dri.so free 0x557173609280 void 0.000118
+gallium_dri.so malloc 72 0x557173609280 0.000160
+gallium_dri.so free 0x557173609400 void 0.000120
+gallium_dri.so free 0x557173609280 void 0.000115
+gallium_dri.so malloc 72 0x557173609280 0.000117
+gallium_dri.so free 0x5571736094c0 void 0.000117
+gallium_dri.so free 0x557173609280 void 0.000117
+gallium_dri.so malloc 72 0x557173609470 0.000118
+gallium_dri.so free 0x557173609580 void 0.000117
+gallium_dri.so free 0x557173609470 void 0.000117
+gallium_dri.so malloc 72 0x557173609530 0.000117
+gallium_dri.so free 0x557173609600 void 0.000118
+gallium_dri.so free 0x557173609530 void 0.000117
+gallium_dri.so malloc 72 0x557173609650 0.000118
+gallium_dri.so free 0x5571736096c0 void 0.000118
+gallium_dri.so free 0x557173609650 void 0.000117
+gallium_dri.so malloc 72 0x557173609650 0.000117
+gallium_dri.so free 0x5571735883c0 void 0.000118
+gallium_dri.so free 0x557173609650 void 0.000117
+gallium_dri.so malloc 72 0x557173588370 0.000117
+gallium_dri.so free 0x557173588440 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x5571735884c0 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000117
+gallium_dri.so malloc 72 0x5571735884c0 0.000117
+gallium_dri.so free 0x557173588580 void 0.000117
+gallium_dri.so free 0x5571735884c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735884c0 0.000128
+gallium_dri.so free 0x557173588680 void 0.000118
+gallium_dri.so free 0x5571735884c0 void 0.000117
+gallium_dri.so malloc 72 0x557173588630 0.000117
+gallium_dri.so free 0x5571735886c0 void 0.000116
+gallium_dri.so free 0x557173588630 void 0.000116
+gallium_dri.so malloc 72 0x557173588630 0.000116
+gallium_dri.so free 0x557173588780 void 0.000117
+gallium_dri.so free 0x557173588630 void 0.000116
+gallium_dri.so malloc 72 0x5571735887c0 0.000116
+gallium_dri.so free 0x557173588840 void 0.000116
+gallium_dri.so free 0x5571735887c0 void 0.000116
+gallium_dri.so malloc 72 0x557173588840 0.000116
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so malloc 72 0x557173588840 0.000117
+gallium_dri.so free 0x557173588980 void 0.000116
+gallium_dri.so free 0x557173588840 void 0.000117
+gallium_dri.so malloc 72 0x5571735889b0 0.000108
+gallium_dri.so free 0x557173588a00 void 0.000231
+gallium_dri.so free 0x5571735889b0 void 0.000210
+gallium_dri.so malloc 72 0x5571735889b0 0.000118
+gallium_dri.so free 0x557173588b00 void 0.000117
+gallium_dri.so free 0x5571735889b0 void 0.000117
+gallium_dri.so malloc 72 0x557173588b40 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000127
+gallium_dri.so free 0x557173588b40 void 0.000123
+gallium_dri.so malloc 72 0x557173588bc0 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000117
+gallium_dri.so free 0x557173588d00 void 0.000116
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588d30 0.000118
+gallium_dri.so free 0x557173588d80 void 0.000118
+gallium_dri.so free 0x557173588d30 void 0.000117
+gallium_dri.so malloc 72 0x557173588d30 0.000117
+gallium_dri.so free 0x557173588e80 void 0.000119
+gallium_dri.so free 0x557173588d30 void 0.000119
+gallium_dri.so malloc 72 0x557173588e30 0.000118
+gallium_dri.so free 0x557173588f40 void 0.000118
+gallium_dri.so free 0x557173588e30 void 0.000118
+gallium_dri.so malloc 72 0x557173588ef0 0.000117
+gallium_dri.so free 0x557173588fc0 void 0.000119
+gallium_dri.so free 0x557173588ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173588ef0 0.000118
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173588ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173588ef0 0.000117
+gallium_dri.so free 0x557173589140 void 0.000117
+gallium_dri.so free 0x557173588ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735890f0 0.000117
+gallium_dri.so free 0x5571735891c0 void 0.000128
+gallium_dri.so free 0x5571735890f0 void 0.000118
+gallium_dri.so malloc 72 0x557173589210 0.000120
+gallium_dri.so free 0x557173589280 void 0.000117
+gallium_dri.so free 0x557173589210 void 0.000117
+gallium_dri.so malloc 72 0x5571735892a0 0.000117
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x5571735892a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735892f0 0.000117
+gallium_dri.so free 0x5571735893c0 void 0.000120
+gallium_dri.so free 0x5571735892f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735893c0 0.000118
+gallium_dri.so free 0x557173589480 void 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735893c0 0.000118
+gallium_dri.so free 0x557173589500 void 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000119
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x5571735895c0 void 0.000118
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so malloc 72 0x557173589500 0.000119
+gallium_dri.so free 0x557173589680 void 0.000118
+gallium_dri.so free 0x557173589500 void 0.000119
+gallium_dri.so malloc 72 0x557173589500 0.000118
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x557173589500 void 0.000117
+gallium_dri.so malloc 72 0x5571735896f0 0.000163
+gallium_dri.so free 0x5571735897c0 void 0.000120
+gallium_dri.so free 0x5571735896f0 void 0.000118
+gallium_dri.so malloc 72 0x557173589810 0.000118
+gallium_dri.so free 0x557173589880 void 0.000118
+gallium_dri.so free 0x557173589810 void 0.000117
+gallium_dri.so malloc 72 0x5571735898c0 0.000118
+gallium_dri.so free 0x557173589940 void 0.000118
+gallium_dri.so free 0x5571735898c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735898c0 0.000118
+gallium_dri.so free 0x5571735899c0 void 0.000117
+gallium_dri.so free 0x5571735898c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899f0 0.000117
+gallium_dri.so free 0x557173589a40 void 0.000117
+gallium_dri.so free 0x5571735899f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735899f0 0.000118
+gallium_dri.so free 0x557173589b40 void 0.000118
+gallium_dri.so free 0x5571735899f0 void 0.000118
+gallium_dri.so malloc 72 0x557173589af0 0.000122
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so free 0x557173589af0 void 0.000118
+gallium_dri.so malloc 72 0x557173589bb0 0.000118
+gallium_dri.so free 0x557173589c40 void 0.000118
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589bb0 0.000117
+gallium_dri.so free 0x557173589d00 void 0.000118
+gallium_dri.so free 0x557173589bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173589dc0 void 0.000117
+gallium_dri.so free 0x557173589d70 void 0.000118
+gallium_dri.so malloc 72 0x557173589d70 0.000117
+gallium_dri.so free 0x557173589ec0 void 0.000117
+gallium_dri.so free 0x557173589d70 void 0.000119
+gallium_dri.so malloc 72 0x557173589e70 0.000117
+gallium_dri.so free 0x557173589f80 void 0.000118
+gallium_dri.so free 0x557173589e70 void 0.000117
+gallium_dri.so malloc 72 0x557173589f30 0.000118
+gallium_dri.so free 0x557173589fc0 void 0.000117
+gallium_dri.so free 0x557173589f30 void 0.000116
+gallium_dri.so malloc 72 0x557173589f30 0.000117
+gallium_dri.so free 0x55717358a080 void 0.000117
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0c0 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000109
+gallium_dri.so free 0x55717358a0c0 void 0.000190
+gallium_dri.so malloc 72 0x55717358a140 0.000187
+gallium_dri.so free 0x55717358a200 void 0.000154
+gallium_dri.so free 0x55717358a140 void 0.000153
+gallium_dri.so malloc 72 0x55717358a140 0.000118
+gallium_dri.so free 0x55717358a2c0 void 0.000116
+gallium_dri.so free 0x55717358a140 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2e0 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so free 0x55717358a2e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a330 0.000115
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a330 void 0.000117
+gallium_dri.so malloc 72 0x55717358a330 0.000116
+gallium_dri.so free 0x55717358a480 void 0.000117
+gallium_dri.so free 0x55717358a330 void 0.000118
+gallium_dri.so malloc 72 0x55717358a480 0.000118
+gallium_dri.so free 0x55717358a540 void 0.000118
+gallium_dri.so free 0x55717358a480 void 0.000118
+gallium_dri.so malloc 72 0x55717358a480 0.000118
+gallium_dri.so free 0x55717358a600 void 0.000117
+gallium_dri.so free 0x55717358a480 void 0.000118
+gallium_dri.so malloc 72 0x55717358a480 0.000118
+gallium_dri.so free 0x55717358a6c0 void 0.000118
+gallium_dri.so free 0x55717358a480 void 0.000117
+gallium_dri.so malloc 72 0x55717358a670 0.000156
+gallium_dri.so free 0x55717358a780 void 0.000117
+gallium_dri.so free 0x55717358a670 void 0.000120
+gallium_dri.so malloc 72 0x55717358a730 0.000118
+gallium_dri.so free 0x55717358a800 void 0.000117
+gallium_dri.so free 0x55717358a730 void 0.000118
+gallium_dri.so malloc 72 0x55717358a850 0.000119
+gallium_dri.so free 0x55717358a8c0 void 0.000119
+gallium_dri.so free 0x55717358a850 void 0.000119
+gallium_dri.so malloc 72 0x55717358a8e0 0.000127
+gallium_dri.so free 0x55717358a980 void 0.000119
+gallium_dri.so free 0x55717358a8e0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a930 0.000117
+gallium_dri.so free 0x55717358aa00 void 0.000119
+gallium_dri.so free 0x55717358a930 void 0.000118
+gallium_dri.so malloc 72 0x55717358a930 0.000117
+gallium_dri.so free 0x55717358aa80 void 0.000118
+gallium_dri.so free 0x55717358a930 void 0.000123
+gallium_dri.so malloc 72 0x55717358aa80 0.000119
+gallium_dri.so free 0x55717358ab40 void 0.000119
+gallium_dri.so free 0x55717358aa80 void 0.000114
+gallium_dri.so malloc 72 0x55717358aa80 0.000117
+gallium_dri.so free 0x55717358ac40 void 0.000117
+gallium_dri.so free 0x55717358aa80 void 0.000122
+gallium_dri.so malloc 72 0x55717358abf0 0.000124
+gallium_dri.so free 0x55717358ac80 void 0.000125
+gallium_dri.so free 0x55717358abf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358abf0 0.000117
+gallium_dri.so free 0x55717358ad40 void 0.000118
+gallium_dri.so free 0x55717358abf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad80 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so free 0x55717358ad80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ae00 0.000119
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so free 0x55717358ae00 void 0.000125
+gallium_dri.so malloc 72 0x55717358ae00 0.000117
+gallium_dri.so free 0x55717358af40 void 0.000117
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so malloc 72 0x55717358af70 0.000117
+gallium_dri.so free 0x55717358afc0 void 0.000118
+gallium_dri.so free 0x55717358af70 void 0.000117
+gallium_dri.so malloc 72 0x55717358af70 0.000117
+gallium_dri.so free 0x55717358b0c0 void 0.000118
+gallium_dri.so free 0x55717358af70 void 0.000119
+gallium_dri.so malloc 72 0x55717358b100 0.000116
+gallium_dri.so free 0x55717358b180 void 0.000117
+gallium_dri.so free 0x55717358b100 void 0.000119
+gallium_dri.so malloc 72 0x55717358b180 0.000116
+gallium_dri.so free 0x55717358b240 void 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so malloc 72 0x55717358b180 0.000119
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000118
+gallium_dri.so malloc 72 0x55717358b2f0 0.000118
+gallium_dri.so free 0x55717358b340 void 0.000118
+gallium_dri.so free 0x55717358b2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b2f0 0.000119
+gallium_dri.so free 0x55717358b440 void 0.000119
+gallium_dri.so free 0x55717358b2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b3f0 0.000118
+gallium_dri.so free 0x55717358b500 void 0.000169
+gallium_dri.so free 0x55717358b3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4b0 0.000110
+gallium_dri.so free 0x55717358b580 void 0.000112
+gallium_dri.so free 0x55717358b4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b4b0 0.000110
+gallium_dri.so free 0x55717358b640 void 0.000110
+gallium_dri.so free 0x55717358b4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358b4b0 0.000109
+gallium_dri.so free 0x55717358b700 void 0.000110
+gallium_dri.so free 0x55717358b4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358b6b0 0.000109
+gallium_dri.so free 0x55717358b780 void 0.000109
+gallium_dri.so free 0x55717358b6b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358b7d0 0.000110
+gallium_dri.so free 0x55717358b840 void 0.000110
+gallium_dri.so free 0x55717358b7d0 void 0.000110
+gallium_dri.so malloc 72 0x55717358b860 0.000109
+gallium_dri.so free 0x55717358b900 void 0.000112
+gallium_dri.so free 0x55717358b860 void 0.000111
+gallium_dri.so malloc 72 0x55717358b8b0 0.000110
+gallium_dri.so free 0x55717358b980 void 0.000109
+gallium_dri.so free 0x55717358b8b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358b980 0.000111
+gallium_dri.so free 0x55717358ba40 void 0.000110
+gallium_dri.so free 0x55717358b980 void 0.000110
+gallium_dri.so malloc 72 0x55717358b980 0.000114
+gallium_dri.so free 0x55717358bac0 void 0.000111
+gallium_dri.so free 0x55717358b980 void 0.000110
+gallium_dri.so malloc 72 0x55717358bac0 0.000145
+gallium_dri.so free 0x55717358bb80 void 0.000117
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bac0 0.000112
+gallium_dri.so free 0x55717358bc40 void 0.000115
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bac0 0.000113
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so free 0x55717358bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcb0 0.000112
+gallium_dri.so free 0x55717358bd80 void 0.000113
+gallium_dri.so free 0x55717358bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bdd0 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000113
+gallium_dri.so free 0x55717358bdd0 void 0.000113
+gallium_dri.so malloc 72 0x55717358be80 0.000113
+gallium_dri.so free 0x55717358bf00 void 0.000113
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so malloc 72 0x55717358be80 0.000113
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so free 0x55717358be80 void 0.000113
+gallium_dri.so malloc 72 0x55717358bfb0 0.000112
+gallium_dri.so free 0x55717358c000 void 0.000114
+gallium_dri.so free 0x55717358bfb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358bfb0 0.000113
+gallium_dri.so free 0x55717358c100 void 0.000113
+gallium_dri.so free 0x55717358bfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c0b0 0.000121
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x55717358c0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c170 0.000113
+gallium_dri.so free 0x55717358c200 void 0.000113
+gallium_dri.so free 0x55717358c170 void 0.000112
+gallium_dri.so malloc 72 0x55717358c170 0.000115
+gallium_dri.so free 0x55717358c2c0 void 0.000113
+gallium_dri.so free 0x55717358c170 void 0.000112
+gallium_dri.so malloc 72 0x55717358c330 0.000114
+gallium_dri.so free 0x55717358c380 void 0.000113
+gallium_dri.so free 0x55717358c330 void 0.000113
+gallium_dri.so malloc 72 0x55717358c330 0.000114
+gallium_dri.so free 0x55717358c480 void 0.000112
+gallium_dri.so free 0x55717358c330 void 0.000113
+gallium_dri.so malloc 72 0x55717358c430 0.000112
+gallium_dri.so free 0x55717358c540 void 0.000113
+gallium_dri.so free 0x55717358c430 void 0.000113
+gallium_dri.so malloc 72 0x55717358c4f0 0.000115
+gallium_dri.so free 0x55717358c580 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c4f0 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c700 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000123
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so malloc 72 0x55717358c700 0.000113
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8a0 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so free 0x55717358c8a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8f0 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000113
+gallium_dri.so free 0x55717358c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8f0 0.000112
+gallium_dri.so free 0x55717358ca40 void 0.000113
+gallium_dri.so free 0x55717358c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca40 0.000112
+gallium_dri.so free 0x55717358cb00 void 0.000115
+gallium_dri.so free 0x55717358ca40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cbc0 void 0.000112
+gallium_dri.so free 0x55717358ca40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ca40 0.000113
+gallium_dri.so free 0x55717358cc80 void 0.000112
+gallium_dri.so free 0x55717358ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cc30 0.000112
+gallium_dri.so free 0x55717358cd40 void 0.000114
+gallium_dri.so free 0x55717358cc30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ccf0 0.000113
+gallium_dri.so free 0x55717358cdc0 void 0.000113
+gallium_dri.so free 0x55717358ccf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ce10 0.000114
+gallium_dri.so free 0x55717358ce80 void 0.000114
+gallium_dri.so free 0x55717358ce10 void 0.000113
+gallium_dri.so malloc 72 0x55717358cea0 0.000112
+gallium_dri.so free 0x55717358cf40 void 0.000113
+gallium_dri.so free 0x55717358cea0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cef0 0.000113
+gallium_dri.so free 0x55717358cfc0 void 0.000115
+gallium_dri.so free 0x55717358cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cef0 0.000112
+gallium_dri.so free 0x55717358d040 void 0.000113
+gallium_dri.so free 0x55717358cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d040 0.000113
+gallium_dri.so free 0x55717358d100 void 0.000113
+gallium_dri.so free 0x55717358d040 void 0.000114
+gallium_dri.so malloc 72 0x55717358d040 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x55717358d040 void 0.000113
+gallium_dri.so malloc 72 0x55717358d1b0 0.000113
+gallium_dri.so free 0x55717358d240 void 0.000113
+gallium_dri.so free 0x55717358d1b0 void 0.000154
+gallium_dri.so malloc 72 0x55717358d1b0 0.000166
+gallium_dri.so free 0x55717358d300 void 0.000362
+gallium_dri.so free 0x55717358d1b0 void 0.000268
+gallium_dri.so malloc 72 0x55717358d340 0.000183
+gallium_dri.so free 0x55717358d3c0 void 0.000211
+gallium_dri.so free 0x55717358d340 void 0.000307
+gallium_dri.so malloc 72 0x55717358d3c0 0.000303
+gallium_dri.so free 0x55717358d480 void 0.000307
+gallium_dri.so free 0x55717358d3c0 void 0.000231
+gallium_dri.so malloc 72 0x55717358d3c0 0.000182
+gallium_dri.so free 0x55717358d500 void 0.000176
+gallium_dri.so free 0x55717358d3c0 void 0.000174
+gallium_dri.so malloc 72 0x55717358d530 0.000171
+gallium_dri.so free 0x55717358d580 void 0.000174
+gallium_dri.so free 0x55717358d530 void 0.000172
+gallium_dri.so malloc 72 0x55717358d530 0.000171
+gallium_dri.so free 0x55717358d680 void 0.000171
+gallium_dri.so free 0x55717358d530 void 0.000231
+gallium_dri.so malloc 72 0x55717358d6c0 0.000171
+gallium_dri.so free 0x55717358d740 void 0.000188
+gallium_dri.so free 0x55717358d6c0 void 0.000183
+gallium_dri.so malloc 72 0x55717358d740 0.000182
+gallium_dri.so free 0x55717358d800 void 0.000181
+gallium_dri.so free 0x55717358d740 void 0.000181
+gallium_dri.so malloc 72 0x55717358d740 0.000184
+gallium_dri.so free 0x55717358d880 void 0.000182
+gallium_dri.so free 0x55717358d740 void 0.000180
+gallium_dri.so malloc 72 0x55717358d8b0 0.000181
+gallium_dri.so free 0x55717358d900 void 0.000183
+gallium_dri.so free 0x55717358d8b0 void 0.000183
+gallium_dri.so malloc 72 0x55717358d8b0 0.000182
+gallium_dri.so free 0x55717358da00 void 0.000181
+gallium_dri.so free 0x55717358d8b0 void 0.000215
+gallium_dri.so malloc 72 0x55717358d9b0 0.000171
+gallium_dri.so free 0x55717358dac0 void 0.000241
+gallium_dri.so free 0x55717358d9b0 void 0.000309
+gallium_dri.so malloc 72 0x55717358da70 0.000189
+gallium_dri.so free 0x55717358db40 void 0.000224
+gallium_dri.so free 0x55717358da70 void 0.000228
+gallium_dri.so malloc 72 0x55717358da70 0.000226
+gallium_dri.so free 0x55717358dc00 void 0.000225
+gallium_dri.so free 0x55717358da70 void 0.000229
+gallium_dri.so malloc 72 0x55717358da70 0.000190
+gallium_dri.so free 0x55717358dcc0 void 0.000236
+gallium_dri.so free 0x55717358da70 void 0.000202
+gallium_dri.so malloc 72 0x55717358dc70 0.000199
+gallium_dri.so free 0x55717358dd40 void 0.000236
+gallium_dri.so free 0x55717358dc70 void 0.000238
+gallium_dri.so malloc 72 0x55717358dd90 0.000246
+gallium_dri.so free 0x55717358de00 void 0.000234
+gallium_dri.so free 0x55717358dd90 void 0.000230
+gallium_dri.so malloc 72 0x55717358de20 0.000194
+gallium_dri.so free 0x55717358dec0 void 0.000184
+gallium_dri.so free 0x55717358de20 void 0.000181
+gallium_dri.so malloc 72 0x55717358de70 0.000182
+gallium_dri.so free 0x55717358df40 void 0.000177
+gallium_dri.so free 0x55717358de70 void 0.000180
+gallium_dri.so malloc 72 0x55717358df40 0.000179
+gallium_dri.so free 0x55717358e000 void 0.000179
+gallium_dri.so free 0x55717358df40 void 0.000179
+gallium_dri.so malloc 72 0x55717358df40 0.000213
+gallium_dri.so free 0x55717358e080 void 0.000179
+gallium_dri.so free 0x55717358df40 void 0.000180
+gallium_dri.so malloc 72 0x55717358e080 0.000177
+gallium_dri.so free 0x55717358e140 void 0.000190
+gallium_dri.so free 0x55717358e080 void 0.000218
+gallium_dri.so malloc 72 0x55717358e080 0.000217
+gallium_dri.so free 0x55717358e200 void 0.000218
+gallium_dri.so free 0x55717358e080 void 0.000217
+gallium_dri.so malloc 72 0x55717358e080 0.000231
+gallium_dri.so free 0x55717358e2c0 void 0.000228
+gallium_dri.so free 0x55717358e080 void 0.000225
+gallium_dri.so malloc 72 0x55717358e270 0.000277
+gallium_dri.so free 0x55717358e340 void 0.000301
+gallium_dri.so free 0x55717358e270 void 0.000267
+gallium_dri.so malloc 72 0x55717358e390 0.000269
+gallium_dri.so free 0x55717358e400 void 0.000251
+gallium_dri.so free 0x55717358e390 void 0.000273
+gallium_dri.so malloc 72 0x55717358e440 0.000152
+gallium_dri.so free 0x55717358e4c0 void 0.000139
+gallium_dri.so free 0x55717358e440 void 0.000138
+gallium_dri.so malloc 72 0x55717358e440 0.000142
+gallium_dri.so free 0x55717358e540 void 0.000134
+gallium_dri.so free 0x55717358e440 void 0.000133
+gallium_dri.so malloc 72 0x55717358e570 0.000131
+gallium_dri.so free 0x55717358e5c0 void 0.000129
+gallium_dri.so free 0x55717358e570 void 0.000132
+gallium_dri.so malloc 72 0x55717358e570 0.000130
+gallium_dri.so free 0x55717358e6c0 void 0.000131
+gallium_dri.so free 0x55717358e570 void 0.000131
+gallium_dri.so malloc 72 0x55717358e670 0.000136
+gallium_dri.so free 0x55717358e780 void 0.000141
+gallium_dri.so free 0x55717358e670 void 0.000151
+gallium_dri.so malloc 72 0x55717358e730 0.000140
+gallium_dri.so free 0x55717358e7c0 void 0.000132
+gallium_dri.so free 0x55717358e730 void 0.000129
+gallium_dri.so malloc 72 0x55717358e730 0.000130
+gallium_dri.so free 0x55717358e880 void 0.000130
+gallium_dri.so free 0x55717358e730 void 0.000132
+gallium_dri.so malloc 72 0x55717358e8f0 0.000131
+gallium_dri.so free 0x55717358e940 void 0.000140
+gallium_dri.so free 0x55717358e8f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e8f0 0.000132
+gallium_dri.so free 0x55717358ea40 void 0.000131
+gallium_dri.so free 0x55717358e8f0 void 0.000134
+gallium_dri.so malloc 72 0x55717358e9f0 0.000130
+gallium_dri.so free 0x55717358eb00 void 0.000132
+gallium_dri.so free 0x55717358e9f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358eab0 0.000131
+gallium_dri.so free 0x55717358eb40 void 0.000132
+gallium_dri.so free 0x55717358eab0 void 0.000133
+gallium_dri.so malloc 72 0x55717358eab0 0.000132
+gallium_dri.so free 0x55717358ec00 void 0.000132
+gallium_dri.so free 0x55717358eab0 void 0.000134
+gallium_dri.so malloc 72 0x55717358ec40 0.000129
+gallium_dri.so free 0x55717358ecc0 void 0.000131
+gallium_dri.so free 0x55717358ec40 void 0.000133
+gallium_dri.so malloc 72 0x55717358ecc0 0.000134
+gallium_dri.so free 0x55717358ed80 void 0.000129
+gallium_dri.so free 0x55717358ecc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ecc0 0.000130
+gallium_dri.so free 0x55717358ee40 void 0.000136
+gallium_dri.so free 0x55717358ecc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee60 0.000131
+gallium_dri.so free 0x55717358ef00 void 0.000142
+gallium_dri.so free 0x55717358ee60 void 0.000130
+gallium_dri.so malloc 72 0x55717358eeb0 0.000132
+gallium_dri.so free 0x55717358ef80 void 0.000128
+gallium_dri.so free 0x55717358eeb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358eeb0 0.000130
+gallium_dri.so free 0x55717358f000 void 0.000129
+gallium_dri.so free 0x55717358eeb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f000 0.000129
+gallium_dri.so free 0x55717358f0c0 void 0.000129
+gallium_dri.so free 0x55717358f000 void 0.000129
+gallium_dri.so malloc 72 0x55717358f000 0.000136
+gallium_dri.so free 0x55717358f180 void 0.000126
+gallium_dri.so free 0x55717358f000 void 0.000115
+gallium_dri.so malloc 72 0x55717358f000 0.000115
+gallium_dri.so free 0x55717358f240 void 0.000115
+gallium_dri.so free 0x55717358f000 void 0.000114
+gallium_dri.so malloc 72 0x55717358f1f0 0.000113
+gallium_dri.so free 0x55717358f300 void 0.000117
+gallium_dri.so free 0x55717358f1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2b0 0.000114
+gallium_dri.so free 0x55717358f380 void 0.000164
+gallium_dri.so free 0x55717358f2b0 void 0.000180
+gallium_dri.so malloc 72 0x55717358f3d0 0.000177
+gallium_dri.so free 0x55717358f440 void 0.000151
+gallium_dri.so free 0x55717358f3d0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f460 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f460 void 0.000112
+gallium_dri.so malloc 72 0x55717358f4b0 0.000114
+gallium_dri.so free 0x55717358f580 void 0.000115
+gallium_dri.so free 0x55717358f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f4b0 0.000118
+gallium_dri.so free 0x55717358f600 void 0.000115
+gallium_dri.so free 0x55717358f4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f600 0.000114
+gallium_dri.so free 0x55717358f6c0 void 0.000114
+gallium_dri.so free 0x55717358f600 void 0.000118
+gallium_dri.so malloc 72 0x55717358f600 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x55717358f600 void 0.000113
+gallium_dri.so malloc 72 0x55717358f770 0.000114
+gallium_dri.so free 0x55717358f800 void 0.000114
+gallium_dri.so free 0x55717358f770 void 0.000114
+gallium_dri.so malloc 72 0x55717358f770 0.000113
+gallium_dri.so free 0x55717358f8c0 void 0.000115
+gallium_dri.so free 0x55717358f770 void 0.000113
+gallium_dri.so malloc 72 0x55717358f900 0.000113
+gallium_dri.so free 0x55717358f980 void 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000113
+gallium_dri.so malloc 72 0x55717358f980 0.000114
+gallium_dri.so free 0x55717358fa40 void 0.000175
+gallium_dri.so free 0x55717358f980 void 0.000120
+gallium_dri.so malloc 72 0x55717358f980 0.000118
+gallium_dri.so free 0x55717358fac0 void 0.000146
+gallium_dri.so free 0x55717358f980 void 0.000120
+gallium_dri.so malloc 72 0x55717358faf0 0.000165
+gallium_dri.so free 0x55717358fb40 void 0.000154
+gallium_dri.so free 0x55717358faf0 void 0.000202
+gallium_dri.so malloc 72 0x55717358faf0 0.000246
+gallium_dri.so free 0x55717358fc40 void 0.000254
+gallium_dri.so free 0x55717358faf0 void 0.000190
+gallium_dri.so malloc 72 0x55717358fc80 0.000158
+gallium_dri.so free 0x55717358fd00 void 0.000168
+gallium_dri.so free 0x55717358fc80 void 0.000163
+gallium_dri.so malloc 72 0x55717358fd00 0.000178
+gallium_dri.so free 0x55717358fdc0 void 0.000161
+gallium_dri.so free 0x55717358fd00 void 0.000179
+gallium_dri.so malloc 72 0x55717358fd00 0.000152
+gallium_dri.so free 0x55717358fe40 void 0.000152
+gallium_dri.so free 0x55717358fd00 void 0.000163
+gallium_dri.so malloc 72 0x55717358fe70 0.000168
+gallium_dri.so free 0x55717358fec0 void 0.000152
+gallium_dri.so free 0x55717358fe70 void 0.000146
+gallium_dri.so malloc 72 0x55717358fe70 0.000142
+gallium_dri.so free 0x55717358ffc0 void 0.000122
+gallium_dri.so free 0x55717358fe70 void 0.000123
+gallium_dri.so malloc 72 0x55717358ff70 0.000125
+gallium_dri.so free 0x557173590080 void 0.000126
+gallium_dri.so free 0x55717358ff70 void 0.000125
+gallium_dri.so malloc 72 0x557173590030 0.000125
+gallium_dri.so free 0x557173590100 void 0.000124
+gallium_dri.so free 0x557173590030 void 0.000122
+gallium_dri.so malloc 72 0x557173590030 0.000124
+gallium_dri.so free 0x5571735901c0 void 0.000127
+gallium_dri.so free 0x557173590030 void 0.000122
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x557173590280 void 0.000140
+gallium_dri.so free 0x557173590030 void 0.000145
+gallium_dri.so malloc 72 0x557173590230 0.000145
+gallium_dri.so free 0x557173590300 void 0.000146
+gallium_dri.so free 0x557173590230 void 0.000145
+gallium_dri.so malloc 72 0x557173590350 0.000146
+gallium_dri.so free 0x5571735903c0 void 0.000160
+gallium_dri.so free 0x557173590350 void 0.000146
+gallium_dri.so malloc 72 0x5571735903e0 0.000152
+gallium_dri.so free 0x557173590480 void 0.000132
+gallium_dri.so free 0x5571735903e0 void 0.000219
+gallium_dri.so malloc 72 0x557173590430 0.000195
+gallium_dri.so free 0x557173590500 void 0.000134
+gallium_dri.so free 0x557173590430 void 0.000133
+gallium_dri.so malloc 72 0x557173590500 0.000133
+gallium_dri.so free 0x5571735905c0 void 0.000135
+gallium_dri.so free 0x557173590500 void 0.000131
+gallium_dri.so malloc 72 0x557173590500 0.000134
+gallium_dri.so free 0x557173590640 void 0.000136
+gallium_dri.so free 0x557173590500 void 0.000141
+gallium_dri.so malloc 72 0x557173590640 0.000142
+gallium_dri.so free 0x557173590700 void 0.000142
+gallium_dri.so free 0x557173590640 void 0.000142
+gallium_dri.so malloc 72 0x557173590640 0.000141
+gallium_dri.so free 0x5571735907c0 void 0.000141
+gallium_dri.so free 0x557173590640 void 0.000141
+gallium_dri.so malloc 72 0x557173590640 0.000142
+gallium_dri.so free 0x557173590880 void 0.000142
+gallium_dri.so free 0x557173590640 void 0.000160
+gallium_dri.so malloc 72 0x557173590830 0.000143
+gallium_dri.so free 0x557173590900 void 0.000143
+gallium_dri.so free 0x557173590830 void 0.000200
+gallium_dri.so malloc 72 0x557173590950 0.000268
+gallium_dri.so free 0x5571735909c0 void 0.000268
+gallium_dri.so free 0x557173590950 void 0.000268
+gallium_dri.so malloc 72 0x557173590a00 0.000267
+gallium_dri.so free 0x557173590a80 void 0.000226
+gallium_dri.so free 0x557173590a00 void 0.000218
+gallium_dri.so malloc 72 0x557173590a00 0.000119
+gallium_dri.so free 0x557173590b00 void 0.000118
+gallium_dri.so free 0x557173590a00 void 0.000115
+gallium_dri.so malloc 72 0x557173590b30 0.000114
+gallium_dri.so free 0x557173590b80 void 0.000115
+gallium_dri.so free 0x557173590b30 void 0.000114
+gallium_dri.so malloc 72 0x557173590b30 0.000114
+gallium_dri.so free 0x557173590c80 void 0.000116
+gallium_dri.so free 0x557173590b30 void 0.000115
+gallium_dri.so malloc 72 0x557173590c30 0.000124
+gallium_dri.so free 0x557173590d40 void 0.000116
+gallium_dri.so free 0x557173590c30 void 0.000112
+gallium_dri.so malloc 72 0x557173590cf0 0.000115
+gallium_dri.so free 0x557173590d80 void 0.000115
+gallium_dri.so free 0x557173590cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000114
+gallium_dri.so free 0x557173590e40 void 0.000114
+gallium_dri.so free 0x557173590cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000114
+gallium_dri.so free 0x557173590eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590eb0 0.000113
+gallium_dri.so free 0x557173591000 void 0.000114
+gallium_dri.so free 0x557173590eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590fb0 0.000112
+gallium_dri.so free 0x5571735910c0 void 0.000114
+gallium_dri.so free 0x557173590fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173591070 0.000114
+gallium_dri.so free 0x557173591100 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000112
+gallium_dri.so malloc 72 0x557173591070 0.000115
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591200 void 0.000114
+gallium_dri.so malloc 72 0x557173591280 0.000113
+gallium_dri.so free 0x557173591340 void 0.000127
+gallium_dri.so free 0x557173591280 void 0.000115
+gallium_dri.so malloc 72 0x557173591280 0.000131
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so free 0x557173591280 void 0.000112
+gallium_dri.so malloc 72 0x557173591420 0.000111
+gallium_dri.so free 0x5571735914c0 void 0.000113
+gallium_dri.so free 0x557173591420 void 0.000114
+gallium_dri.so malloc 72 0x557173591470 0.000115
+gallium_dri.so free 0x557173591540 void 0.000115
+gallium_dri.so free 0x557173591470 void 0.000113
+gallium_dri.so malloc 72 0x557173591470 0.000117
+gallium_dri.so free 0x5571735915c0 void 0.000125
+gallium_dri.so free 0x557173591470 void 0.000120
+gallium_dri.so malloc 72 0x5571735915c0 0.000116
+gallium_dri.so free 0x557173591680 void 0.000113
+gallium_dri.so free 0x5571735915c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735915c0 0.000121
+gallium_dri.so free 0x557173591740 void 0.000180
+gallium_dri.so free 0x5571735915c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735915c0 0.000116
+gallium_dri.so free 0x557173591800 void 0.000115
+gallium_dri.so free 0x5571735915c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735917b0 0.000115
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x5571735917b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591870 0.000125
+gallium_dri.so free 0x557173591940 void 0.000124
+gallium_dri.so free 0x557173591870 void 0.000123
+gallium_dri.so malloc 72 0x557173591990 0.000120
+gallium_dri.so free 0x557173591a00 void 0.000120
+gallium_dri.so free 0x557173591990 void 0.000123
+gallium_dri.so malloc 72 0x557173591a20 0.000119
+gallium_dri.so free 0x557173591ac0 void 0.000119
+gallium_dri.so free 0x557173591a20 void 0.000118
+gallium_dri.so malloc 72 0x557173591a70 0.000118
+gallium_dri.so free 0x557173591b40 void 0.000119
+gallium_dri.so free 0x557173591a70 void 0.000117
+gallium_dri.so malloc 72 0x557173591a70 0.000118
+gallium_dri.so free 0x557173591bc0 void 0.000118
+gallium_dri.so free 0x557173591a70 void 0.000119
+gallium_dri.so malloc 72 0x557173591bc0 0.000118
+gallium_dri.so free 0x557173591c80 void 0.000118
+gallium_dri.so free 0x557173591bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173591bc0 0.000119
+gallium_dri.so free 0x557173591d80 void 0.000118
+gallium_dri.so free 0x557173591bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173591d30 0.000121
+gallium_dri.so free 0x557173591dc0 void 0.000119
+gallium_dri.so free 0x557173591d30 void 0.000120
+gallium_dri.so malloc 72 0x557173591d30 0.000119
+gallium_dri.so free 0x557173591e80 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x557173591ec0 0.000112
+gallium_dri.so free 0x557173609980 void 0.000113
+gallium_dri.so free 0x557173591ec0 void 0.000110
+gallium_dri.so malloc 72 0x557173609980 0.000113
+gallium_dri.so free 0x557173591f40 void 0.000111
+gallium_dri.so free 0x557173609980 void 0.000112
+gallium_dri.so malloc 72 0x557173609980 0.000110
+gallium_dri.so free 0x557173609a40 void 0.000112
+gallium_dri.so free 0x557173609980 void 0.000110
+gallium_dri.so malloc 72 0x557173609980 0.000111
+gallium_dri.so free 0x557173609b00 void 0.000110
+gallium_dri.so free 0x557173609980 void 0.000112
+gallium_dri.so malloc 72 0x557173609b70 0.000111
+gallium_dri.so free 0x557173609bc0 void 0.000113
+gallium_dri.so free 0x557173609b70 void 0.000112
+gallium_dri.so malloc 72 0x557173609b70 0.000113
+gallium_dri.so free 0x557173609cc0 void 0.000114
+gallium_dri.so free 0x557173609b70 void 0.000112
+gallium_dri.so malloc 72 0x557173609c70 0.000112
+gallium_dri.so free 0x557173609d80 void 0.000111
+gallium_dri.so free 0x557173609c70 void 0.000118
+gallium_dri.so malloc 72 0x557173609d30 0.000119
+gallium_dri.so free 0x557173609dc0 void 0.000120
+gallium_dri.so free 0x557173609d30 void 0.000114
+gallium_dri.so malloc 72 0x557173609d30 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000112
+gallium_dri.so free 0x557173609d30 void 0.000132
+gallium_dri.so malloc 72 0x557173609ec0 0.000121
+gallium_dri.so free 0x557173609f40 void 0.000116
+gallium_dri.so free 0x557173609ec0 void 0.000111
+gallium_dri.so malloc 72 0x557173609f40 0.000112
+gallium_dri.so free 0x55717360a000 void 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000111
+gallium_dri.so malloc 72 0x557173609f40 0.000111
+gallium_dri.so free 0x55717360a0c0 void 0.000111
+gallium_dri.so free 0x557173609f40 void 0.000110
+gallium_dri.so malloc 72 0x55717360a0e0 0.000111
+gallium_dri.so free 0x55717360a180 void 0.000112
+gallium_dri.so free 0x55717360a0e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a130 0.000111
+gallium_dri.so free 0x55717360a200 void 0.000111
+gallium_dri.so free 0x55717360a130 void 0.000111
+gallium_dri.so malloc 72 0x55717360a130 0.000111
+gallium_dri.so free 0x55717360a280 void 0.000113
+gallium_dri.so free 0x55717360a130 void 0.000111
+gallium_dri.so malloc 72 0x55717360a280 0.000117
+gallium_dri.so free 0x55717360a340 void 0.000119
+gallium_dri.so free 0x55717360a280 void 0.000111
+gallium_dri.so malloc 72 0x55717360a280 0.000116
+gallium_dri.so free 0x55717360a400 void 0.000118
+gallium_dri.so free 0x55717360a280 void 0.000113
+gallium_dri.so malloc 72 0x55717360a280 0.000112
+gallium_dri.so free 0x55717360a4c0 void 0.000112
+gallium_dri.so free 0x55717360a280 void 0.000111
+gallium_dri.so malloc 72 0x55717360a470 0.000126
+gallium_dri.so free 0x55717360a580 void 0.000116
+gallium_dri.so free 0x55717360a470 void 0.000116
+gallium_dri.so malloc 72 0x55717360a530 0.000132
+gallium_dri.so free 0x55717360a600 void 0.000118
+gallium_dri.so free 0x55717360a530 void 0.000115
+gallium_dri.so malloc 72 0x55717360a650 0.000115
+gallium_dri.so free 0x55717360a6c0 void 0.000115
+gallium_dri.so free 0x55717360a650 void 0.000115
+gallium_dri.so malloc 72 0x55717360a6e0 0.000115
+gallium_dri.so free 0x55717360a780 void 0.000115
+gallium_dri.so free 0x55717360a6e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a730 0.000114
+gallium_dri.so free 0x55717360a800 void 0.000116
+gallium_dri.so free 0x55717360a730 void 0.000113
+gallium_dri.so malloc 72 0x55717360a730 0.000113
+gallium_dri.so free 0x55717360a880 void 0.000115
+gallium_dri.so free 0x55717360a730 void 0.000113
+gallium_dri.so malloc 72 0x55717360a880 0.000114
+gallium_dri.so free 0x55717360a940 void 0.000115
+gallium_dri.so free 0x55717360a880 void 0.000115
+gallium_dri.so malloc 72 0x55717360a880 0.000114
+gallium_dri.so free 0x55717360aa40 void 0.000115
+gallium_dri.so free 0x55717360a880 void 0.000114
+gallium_dri.so malloc 72 0x55717360a9f0 0.000113
+gallium_dri.so free 0x55717360aa80 void 0.000114
+gallium_dri.so free 0x55717360a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a9f0 0.000179
+gallium_dri.so free 0x55717360ab40 void 0.000116
+gallium_dri.so free 0x55717360a9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ab80 0.000114
+gallium_dri.so free 0x55717360ac00 void 0.000115
+gallium_dri.so free 0x55717360ab80 void 0.000114
+gallium_dri.so malloc 72 0x55717360ac00 0.000117
+gallium_dri.so free 0x55717360acc0 void 0.000115
+gallium_dri.so free 0x55717360ac00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ac00 0.000113
+gallium_dri.so free 0x55717360ad40 void 0.000115
+gallium_dri.so free 0x55717360ac00 void 0.000113
+gallium_dri.so malloc 72 0x55717360ad70 0.000114
+gallium_dri.so free 0x55717360adc0 void 0.000113
+gallium_dri.so free 0x55717360ad70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ad70 0.000113
+gallium_dri.so free 0x55717360aec0 void 0.000115
+gallium_dri.so free 0x55717360ad70 void 0.000114
+gallium_dri.so malloc 72 0x55717360af00 0.000114
+gallium_dri.so free 0x55717360af80 void 0.000116
+gallium_dri.so free 0x55717360af00 void 0.000114
+gallium_dri.so malloc 72 0x55717360af80 0.000120
+gallium_dri.so free 0x55717360b040 void 0.000116
+gallium_dri.so free 0x55717360af80 void 0.000114
+gallium_dri.so malloc 72 0x55717360af80 0.000113
+gallium_dri.so free 0x55717360b0c0 void 0.000116
+gallium_dri.so free 0x55717360af80 void 0.000114
+gallium_dri.so malloc 72 0x55717360b0f0 0.000125
+gallium_dri.so free 0x55717360b140 void 0.000115
+gallium_dri.so free 0x55717360b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b0f0 0.000113
+gallium_dri.so free 0x55717360b240 void 0.000116
+gallium_dri.so free 0x55717360b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b1f0 0.000119
+gallium_dri.so free 0x55717360b300 void 0.000116
+gallium_dri.so free 0x55717360b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b2b0 0.000115
+gallium_dri.so free 0x55717360b380 void 0.000115
+gallium_dri.so free 0x55717360b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b2b0 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x55717360b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b2b0 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x55717360b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4b0 0.000113
+gallium_dri.so free 0x55717360b580 void 0.000115
+gallium_dri.so free 0x55717360b4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b5d0 0.000115
+gallium_dri.so free 0x55717360b640 void 0.000114
+gallium_dri.so free 0x55717360b5d0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b660 0.000114
+gallium_dri.so free 0x55717360b700 void 0.000115
+gallium_dri.so free 0x55717360b660 void 0.000114
+gallium_dri.so malloc 72 0x55717360b6b0 0.000146
+gallium_dri.so free 0x55717360b780 void 0.000118
+gallium_dri.so free 0x55717360b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b780 0.000113
+gallium_dri.so free 0x55717360b840 void 0.000114
+gallium_dri.so free 0x55717360b780 void 0.000114
+gallium_dri.so malloc 72 0x55717360b780 0.000114
+gallium_dri.so free 0x55717360b8c0 void 0.000115
+gallium_dri.so free 0x55717360b780 void 0.000113
+gallium_dri.so malloc 72 0x55717360b8c0 0.000115
+gallium_dri.so free 0x55717360b980 void 0.000114
+gallium_dri.so free 0x55717360b8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b8c0 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x55717360b8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b8c0 0.000112
+gallium_dri.so free 0x55717360bb00 void 0.000115
+gallium_dri.so free 0x55717360b8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bab0 0.000114
+gallium_dri.so free 0x55717360bb80 void 0.000114
+gallium_dri.so free 0x55717360bab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bbd0 0.000113
+gallium_dri.so free 0x55717360bc40 void 0.000116
+gallium_dri.so free 0x55717360bbd0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bc80 0.000115
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x55717360bc80 void 0.000113
+gallium_dri.so malloc 72 0x55717360bc80 0.000113
+gallium_dri.so free 0x55717360bd80 void 0.000125
+gallium_dri.so free 0x55717360bc80 void 0.000115
+gallium_dri.so malloc 72 0x55717360bdb0 0.000113
+gallium_dri.so free 0x55717360be00 void 0.000149
+gallium_dri.so free 0x55717360bdb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bdb0 0.000115
+gallium_dri.so free 0x55717360bf00 void 0.000115
+gallium_dri.so free 0x55717360bdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360beb0 0.000114
+gallium_dri.so free 0x55717360bfc0 void 0.000115
+gallium_dri.so free 0x55717360beb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bf70 0.000115
+gallium_dri.so free 0x55717360c000 void 0.000115
+gallium_dri.so free 0x55717360bf70 void 0.000115
+gallium_dri.so free 0x5571735f0440 void 0.000121
+gallium_dri.so free 0x5571735f4960 void 0.000115
+libX11.so.6 malloc 24 0x5571735aec40 0.000116
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000114
+libxcb.so.1 malloc 16 0x5571735a6150 0.000111
+libX11.so.6 free 0x55717357efb0 void 0.000120
+libxcb.so.1 free 0x5571735a6150 void 0.000113
+libX11.so.6 free 0x5571735b6d10 void 0.000124
+particles malloc 96 0x5571735bfd20 0.000119
+particles malloc 96 0x5571735bfbc0 0.000113
+particles malloc 96 0x5571735bfb00 0.000112
+particles malloc 96 0x5571735bf740 0.000111
+particles malloc 96 0x5571735bf7b0 0.000112
+particles malloc 96 0x5571735bf430 0.000111
+particles malloc 96 0x5571735bf300 0.000110
+particles malloc 96 0x55717360c030 0.000114
+particles malloc 96 0x55717360b180 0.000112
+particles malloc 96 0x55717360b240 0.000112
+particles malloc 96 0x55717360b3a0 0.000111
+particles malloc 96 0x55717360b910 0.000111
+particles malloc 96 0x55717360b9a0 0.000111
+particles malloc 96 0x55717360be40 0.000111
+particles malloc 96 0x55717360bf00 0.000112
+particles malloc 96 0x55717360adc0 0.000114
+particles malloc 96 0x55717360a2d0 0.000110
+particles malloc 96 0x55717360a360 0.000111
+particles malloc 96 0x55717360a4c0 0.000111
+particles malloc 96 0x55717360a8d0 0.000110
+particles malloc 96 0x55717360a980 0.000111
+particles malloc 96 0x55717360aab0 0.000111
+particles malloc 96 0x55717360ae30 0.000112
+particles malloc 96 0x557173609df0 0.000113
+particles malloc 96 0x557173591cc0 0.000110
+particles malloc 96 0x557173591df0 0.000111
+particles malloc 96 0x5571736099d0 0.000111
+particles malloc 96 0x557173609a70 0.000178
+particles malloc 96 0x557173609b00 0.000118
+particles malloc 96 0x557173609c00 0.000111
+particles malloc 96 0x557173609cc0 0.000112
+particles malloc 96 0x557173591c10 0.000113
+particles malloc 96 0x557173590e40 0.000112
+particles malloc 96 0x557173590f40 0.000113
+particles malloc 96 0x557173591000 0.000112
+particles malloc 96 0x557173591130 0.000111
+particles malloc 96 0x557173591610 0.000111
+particles malloc 96 0x5571735916a0 0.000113
+particles malloc 96 0x557173591800 0.000111
+particles malloc 96 0x557173590db0 0.000113
+particles malloc 96 0x55717358ff00 0.000112
+particles malloc 96 0x55717358ffc0 0.000111
+particles malloc 96 0x557173590120 0.000111
+particles malloc 96 0x557173590690 0.000111
+particles malloc 96 0x557173590720 0.000111
+particles malloc 96 0x557173590bc0 0.000111
+particles malloc 96 0x557173590c80 0.000111
+particles malloc 96 0x55717358fb40 0.000113
+particles malloc 96 0x55717358f050 0.000112
+particles malloc 96 0x55717358f0e0 0.000112
+particles malloc 96 0x55717358f240 0.000112
+particles malloc 96 0x55717358f650 0.000112
+particles malloc 96 0x55717358f700 0.000111
+particles malloc 96 0x55717358f830 0.000110
+particles malloc 96 0x55717358fbb0 0.000110
+particles malloc 96 0x55717358eb70 0.000123
+particles malloc 96 0x55717358e160 0.000112
+particles malloc 96 0x55717358e600 0.000111
+particles malloc 96 0x55717358e6c0 0.000110
+particles malloc 96 0x55717358e7f0 0.000111
+particles malloc 96 0x55717358e880 0.000110
+particles malloc 96 0x55717358e980 0.000121
+particles malloc 96 0x55717358ea40 0.000114
+particles malloc 96 0x55717358e0d0 0.000114
+particles malloc 96 0x55717358d140 0.000111
+particles malloc 96 0x55717358d270 0.000111
+particles malloc 96 0x55717358d5f0 0.000111
+particles malloc 96 0x55717358d580 0.000110
+particles malloc 96 0x55717358d940 0.000112
+particles malloc 96 0x55717358da00 0.000112
+particles malloc 96 0x55717358db60 0.000116
+particles malloc 96 0x55717358d090 0.000114
+particles malloc 96 0x55717358c2c0 0.000111
+particles malloc 96 0x55717358c3c0 0.000112
+particles malloc 96 0x55717358c480 0.000111
+particles malloc 96 0x55717358c5b0 0.000112
+particles malloc 96 0x55717358ca90 0.000118
+particles malloc 96 0x55717358cb20 0.000120
+particles malloc 96 0x55717358cc80 0.000115
+particles malloc 96 0x55717358c230 0.000115
+particles malloc 96 0x55717358b380 0.000112
+particles malloc 96 0x55717358b440 0.000110
+particles malloc 96 0x55717358b5a0 0.000133
+particles malloc 96 0x55717358bb10 0.000118
+particles malloc 96 0x55717358bba0 0.000112
+particles malloc 96 0x55717358c040 0.000112
+particles malloc 96 0x55717358c100 0.000116
+particles malloc 96 0x55717358afc0 0.000121
+particles malloc 96 0x55717358a4d0 0.000111
+particles malloc 96 0x55717358a560 0.000112
+particles malloc 96 0x55717358a6c0 0.000111
+particles malloc 96 0x55717358aad0 0.000112
+particles malloc 96 0x55717358ab80 0.000110
+particles malloc 96 0x55717358acb0 0.000110
+particles malloc 96 0x55717358b030 0.000111
+particles malloc 96 0x557173589ff0 0.000112
+particles malloc 96 0x5571735895e0 0.000112
+particles malloc 96 0x557173589a80 0.000111
+particles malloc 96 0x557173589b40 0.000112
+particles malloc 96 0x557173589c70 0.000110
+particles malloc 96 0x557173589d00 0.000112
+particles malloc 96 0x557173589e00 0.000112
+particles malloc 96 0x557173589ec0 0.000111
+particles malloc 96 0x557173589550 0.000114
+particles malloc 96 0x5571735885c0 0.000111
+particles malloc 96 0x5571735886f0 0.000111
+particles malloc 96 0x557173588a70 0.000112
+particles malloc 96 0x557173588a00 0.000111
+particles malloc 96 0x557173588dc0 0.000110
+particles malloc 96 0x557173588e80 0.000111
+particles malloc 96 0x557173588fe0 0.000172
+particles malloc 96 0x557173588510 0.000127
+particles malloc 96 0x557173608b00 0.000125
+particles malloc 96 0x557173608c00 0.000124
+particles malloc 96 0x557173608cc0 0.000121
+particles malloc 96 0x557173608df0 0.000118
+particles malloc 96 0x5571736092d0 0.000119
+particles malloc 96 0x557173609360 0.000122
+particles malloc 96 0x5571736094c0 0.000118
+particles malloc 96 0x557173608a70 0.000122
+particles malloc 96 0x557173607bc0 0.000118
+particles malloc 96 0x557173607c80 0.000118
+particles malloc 96 0x557173607de0 0.000118
+particles malloc 96 0x557173608350 0.000122
+particles malloc 96 0x5571736083e0 0.000119
+particles malloc 96 0x557173608880 0.000118
+particles malloc 96 0x557173608940 0.000118
+particles malloc 96 0x557173607800 0.000119
+particles malloc 96 0x557173606d10 0.000118
+particles malloc 96 0x557173606da0 0.000121
+particles malloc 96 0x557173606f00 0.000119
+particles malloc 96 0x557173607310 0.000118
+particles malloc 96 0x5571736073c0 0.000117
+particles malloc 96 0x5571736074f0 0.000120
+particles malloc 96 0x557173607870 0.000118
+particles malloc 96 0x557173606830 0.000119
+particles malloc 96 0x557173605e20 0.000139
+particles malloc 96 0x5571736062c0 0.000112
+particles malloc 96 0x557173606380 0.000121
+particles malloc 96 0x5571736064b0 0.000109
+particles malloc 96 0x557173606540 0.000246
+particles malloc 96 0x557173606640 0.000217
+particles malloc 96 0x557173606700 0.000121
+particles malloc 96 0x557173605d90 0.000120
+particles malloc 96 0x557173604e00 0.000131
+particles malloc 96 0x557173604f30 0.000124
+particles malloc 96 0x5571736052b0 0.000120
+particles malloc 96 0x557173605240 0.000121
+particles malloc 96 0x557173605600 0.000119
+particles malloc 96 0x5571736056c0 0.000119
+particles malloc 96 0x557173605820 0.000120
+particles malloc 96 0x557173604d50 0.000121
+particles malloc 96 0x557173603f80 0.000120
+particles malloc 96 0x557173604080 0.000119
+particles malloc 96 0x557173604140 0.000120
+particles malloc 96 0x557173604270 0.000119
+particles malloc 96 0x557173604750 0.000123
+particles malloc 96 0x5571736047e0 0.000121
+particles malloc 96 0x557173604940 0.000126
+particles malloc 96 0x557173603ef0 0.000127
+particles malloc 96 0x557173603040 0.000135
+particles malloc 96 0x557173603100 0.000121
+particles malloc 96 0x557173603260 0.000126
+particles malloc 96 0x5571736037d0 0.000129
+particles malloc 96 0x557173603860 0.000129
+particles malloc 96 0x557173603d00 0.000128
+particles malloc 96 0x557173603dc0 0.000130
+particles malloc 96 0x557173602c80 0.000129
+particles malloc 96 0x557173602190 0.000125
+particles malloc 96 0x557173602220 0.000125
+particles malloc 96 0x557173602380 0.000129
+particles malloc 96 0x557173602790 0.000127
+particles malloc 96 0x557173602840 0.000133
+particles malloc 96 0x557173602970 0.000139
+particles malloc 96 0x557173602cf0 0.000129
+particles malloc 96 0x557173601cb0 0.000129
+particles malloc 96 0x5571736012a0 0.000124
+particles malloc 96 0x557173601740 0.000128
+particles malloc 96 0x557173601800 0.000129
+particles malloc 96 0x557173601930 0.000128
+particles malloc 96 0x5571736019c0 0.000126
+particles malloc 96 0x557173601ac0 0.000125
+particles malloc 96 0x557173601b80 0.000131
+particles malloc 96 0x557173601210 0.000140
+particles malloc 96 0x5571735d6080 0.000125
+particles malloc 96 0x5571735d61b0 0.000125
+particles malloc 96 0x5571735d6530 0.000125
+particles malloc 96 0x5571735d64c0 0.000151
+particles malloc 96 0x5571735d6880 0.000119
+particles malloc 96 0x5571735d6940 0.000120
+particles malloc 96 0x5571735d6aa0 0.000122
+particles malloc 96 0x5571735d5fd0 0.000127
+particles malloc 96 0x5571735d5200 0.000120
+particles malloc 96 0x5571735d5300 0.000122
+particles malloc 96 0x5571735d53c0 0.000127
+particles malloc 96 0x5571735d54f0 0.000177
+particles malloc 96 0x5571735d59d0 0.000178
+particles malloc 96 0x5571735d5a60 0.000217
+particles malloc 96 0x5571735d5bc0 0.000261
+particles malloc 96 0x5571735d5170 0.000180
+particles malloc 96 0x5571735d42c0 0.000192
+particles malloc 96 0x5571735d4380 0.000333
+particles malloc 96 0x5571735d44e0 0.000242
+particles malloc 96 0x5571735d4a50 0.000287
+particles malloc 96 0x5571735d4ae0 0.000315
+particles malloc 96 0x5571735d4f80 0.000225
+particles malloc 96 0x5571735d5040 0.000247
+particles malloc 96 0x5571735d3f00 0.000219
+particles malloc 96 0x5571735d3410 0.000179
+particles malloc 96 0x5571735d34a0 0.000193
+particles malloc 96 0x5571735d3600 0.000219
+particles malloc 96 0x5571735d3a10 0.000301
+particles malloc 96 0x5571735d3ac0 0.000190
+particles malloc 96 0x5571735d3bf0 0.000307
+particles malloc 96 0x5571735d3f70 0.000297
+particles malloc 96 0x5571735d2f30 0.000276
+particles malloc 96 0x5571735d2520 0.000165
+particles malloc 96 0x5571735d29c0 0.000167
+particles malloc 96 0x5571735d2a80 0.000134
+particles malloc 96 0x5571735d2bb0 0.000132
+particles malloc 96 0x5571735d2c40 0.000132
+particles malloc 96 0x5571735d2d40 0.000124
+particles malloc 96 0x5571735d2e00 0.000123
+particles malloc 96 0x5571735d2490 0.000129
+particles malloc 96 0x5571735d1500 0.000132
+particles malloc 96 0x5571735d1630 0.000132
+particles malloc 96 0x5571735d19b0 0.000132
+particles malloc 96 0x5571735d1940 0.000126
+particles malloc 96 0x5571735d1d00 0.000127
+particles malloc 96 0x5571735d1dc0 0.000132
+particles malloc 96 0x5571735d1f20 0.000132
+particles malloc 96 0x5571735d1450 0.000124
+particles malloc 96 0x5571735d0680 0.000132
+particles malloc 96 0x5571735d0780 0.000130
+particles malloc 96 0x5571735d0840 0.000125
+particles malloc 96 0x5571735d0970 0.000128
+particles malloc 96 0x5571735d0e50 0.000132
+particles malloc 96 0x5571735d0ee0 0.000125
+particles malloc 96 0x5571735d1040 0.000128
+particles malloc 96 0x5571735d05f0 0.000134
+particles malloc 96 0x5571735cf740 0.000130
+particles malloc 96 0x5571735cf800 0.000124
+particles malloc 96 0x5571735cf960 0.000125
+particles malloc 96 0x5571735cfed0 0.000128
+particles malloc 96 0x5571735cff60 0.000125
+particles malloc 96 0x5571735d0400 0.000123
+particles malloc 96 0x5571735d04c0 0.000127
+particles malloc 96 0x5571735cf380 0.000133
+particles malloc 96 0x5571734690c0 0.000132
+particles malloc 96 0x557173469180 0.000126
+particles malloc 96 0x5571734692e0 0.000126
+particles malloc 96 0x5571735cee90 0.000131
+particles malloc 96 0x5571735cef40 0.000134
+particles malloc 96 0x5571735cf070 0.000123
+particles malloc 96 0x5571735cf3f0 0.000131
+particles malloc 96 0x557173468d00 0.000133
+particles malloc 96 0x557173468210 0.000132
+particles malloc 96 0x5571734682a0 0.000132
+particles malloc 96 0x557173468400 0.000160
+particles malloc 96 0x557173468810 0.000125
+particles malloc 96 0x5571734688c0 0.000124
+particles malloc 96 0x5571734689f0 0.000123
+particles malloc 96 0x557173468d70 0.000128
+particles malloc 96 0x557173467d30 0.000134
+particles malloc 96 0x557173467320 0.000125
+particles malloc 96 0x5571734677c0 0.000123
+particles malloc 96 0x557173467880 0.000123
+particles malloc 96 0x5571734679b0 0.000123
+particles malloc 96 0x557173467a40 0.000123
+particles malloc 96 0x557173467b40 0.000124
+particles malloc 96 0x557173467c00 0.000128
+particles malloc 96 0x557173467290 0.000133
+particles malloc 96 0x557173466300 0.000132
+particles malloc 96 0x557173466430 0.000136
+particles malloc 96 0x5571734667b0 0.000125
+particles malloc 96 0x557173466740 0.000127
+particles malloc 96 0x557173466b00 0.000134
+particles malloc 96 0x557173466bc0 0.000136
+particles malloc 96 0x557173466d20 0.000130
+particles malloc 96 0x557173466250 0.000132
+particles malloc 96 0x557173465480 0.000123
+particles malloc 96 0x557173465580 0.000127
+particles malloc 96 0x557173465640 0.000133
+particles malloc 96 0x557173465770 0.000132
+particles malloc 96 0x557173465c50 0.000125
+particles malloc 96 0x557173465ce0 0.000127
+particles malloc 96 0x557173465e40 0.000132
+particles malloc 96 0x5571734653f0 0.000134
+particles malloc 96 0x557173464540 0.000131
+particles malloc 96 0x557173464600 0.000131
+particles malloc 96 0x557173464760 0.000125
+particles malloc 96 0x557173464cd0 0.000127
+particles malloc 96 0x557173464d60 0.000132
+particles malloc 96 0x557173465200 0.000131
+particles malloc 96 0x5571734652c0 0.000125
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000125
+libxcb.so.1 malloc 16 0x5571735a6150 0.000122
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000129
+libxcb.so.1 malloc 16 0x55717357efb0 0.000133
+libX11.so.6 malloc 24 0x5571735a6130 0.000124
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000148
+libxcb.so.1 malloc 16 0x55717357ee90 0.000132
+libX11.so.6 free 0x5571735aec40 void 0.000127
+libxcb.so.1 free 0x55717357ee90 void 0.000126
+libX11.so.6 free 0x5571735eb2d0 void 0.000126
+particles malloc 96 0x557173464180 0.000128
+particles malloc 96 0x557173463690 0.000129
+particles malloc 96 0x557173463720 0.000132
+particles malloc 96 0x557173463880 0.000130
+particles malloc 96 0x557173463c90 0.000125
+particles malloc 96 0x557173463d40 0.000129
+particles malloc 96 0x557173463e70 0.000132
+particles malloc 96 0x5571734641f0 0.000131
+particles malloc 96 0x5571734631b0 0.000127
+particles malloc 96 0x5571734627a0 0.000129
+particles malloc 96 0x557173462c40 0.000130
+particles malloc 96 0x557173462d00 0.000131
+particles malloc 96 0x557173462e30 0.000126
+particles malloc 96 0x557173462ec0 0.000128
+libX11.so.6 malloc 24 0x55717357ee90 0.000126
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000124
+libxcb.so.1 malloc 16 0x5571735aec40 0.000124
+libX11.so.6 free 0x5571735a6130 void 0.000125
+libxcb.so.1 free 0x5571735aec40 void 0.000130
+libX11.so.6 free 0x5571735eb2d0 void 0.000132
+libX11.so.6 malloc 24 0x5571735aec40 0.000126
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000126
+libxcb.so.1 malloc 16 0x5571735a6130 0.000123
+libX11.so.6 free 0x55717357ee90 void 0.000131
+libxcb.so.1 free 0x5571735a6130 void 0.000133
+libX11.so.6 free 0x5571735eb2d0 void 0.000124
+libX11.so.6 malloc 24 0x5571735a6130 0.000222
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000225
+libxcb.so.1 malloc 16 0x55717357ee90 0.000213
+libX11.so.6 free 0x5571735aec40 void 0.000125
+libxcb.so.1 free 0x55717357ee90 void 0.000126
+libX11.so.6 free 0x5571735eb2d0 void 0.000124
+particles free 0x5571734697a0 void 0.000125
+particles free 0x557173469810 void 0.000127
+particles free 0x557173469880 void 0.000127
+particles free 0x5571734698f0 void 0.000125
+particles free 0x557173469960 void 0.000125
+particles free 0x5571734699d0 void 0.000125
+particles free 0x557173469a40 void 0.000124
+particles free 0x557173469ab0 void 0.000141
+particles free 0x557173469b20 void 0.000128
+particles free 0x557173469b90 void 0.000127
+particles free 0x557173469c00 void 0.000126
+particles free 0x557173469c70 void 0.000126
+particles free 0x557173469ce0 void 0.000126
+particles free 0x557173469d50 void 0.000148
+particles free 0x557173469dc0 void 0.000127
+particles free 0x557173469e30 void 0.000127
+particles free 0x557173469ea0 void 0.000127
+particles free 0x557173469f10 void 0.000125
+particles free 0x557173469f80 void 0.000125
+particles free 0x557173469ff0 void 0.000125
+particles free 0x55717346a060 void 0.000125
+particles free 0x55717346a0d0 void 0.000126
+particles free 0x55717346a140 void 0.000131
+particles free 0x55717346a1b0 void 0.000127
+particles free 0x55717346a220 void 0.000125
+particles free 0x55717346a290 void 0.000126
+particles free 0x55717346a300 void 0.000126
+particles free 0x55717346a370 void 0.000125
+particles free 0x55717346a3e0 void 0.000125
+particles free 0x55717346a450 void 0.000127
+particles free 0x55717346a4c0 void 0.000125
+particles free 0x55717346a530 void 0.000221
+particles free 0x55717346a5a0 void 0.000126
+particles free 0x55717346a610 void 0.000125
+particles free 0x55717346a680 void 0.000127
+particles free 0x55717346a6f0 void 0.000126
+particles free 0x55717346a760 void 0.000125
+particles free 0x55717346a7d0 void 0.000123
+particles free 0x55717346a840 void 0.000124
+particles free 0x55717346a8b0 void 0.000123
+particles free 0x55717346a920 void 0.000123
+particles free 0x55717346a990 void 0.000124
+particles free 0x55717346aa00 void 0.000123
+particles free 0x55717346aa70 void 0.000123
+particles free 0x55717346aae0 void 0.000125
+particles free 0x55717346ab50 void 0.000124
+particles free 0x55717346abc0 void 0.000125
+particles free 0x55717346ac30 void 0.000124
+particles free 0x55717346aca0 void 0.000124
+particles free 0x55717346ad10 void 0.000124
+particles free 0x55717346ad80 void 0.000124
+particles free 0x55717346adf0 void 0.000124
+particles free 0x55717346ae60 void 0.000188
+particles free 0x55717346aed0 void 0.000130
+particles free 0x55717346af40 void 0.000127
+particles free 0x55717346afb0 void 0.000137
+particles free 0x55717346b020 void 0.000126
+particles free 0x55717346b090 void 0.000125
+particles free 0x55717346b100 void 0.000125
+particles free 0x55717346b170 void 0.000125
+particles free 0x55717346b1e0 void 0.000132
+particles free 0x55717346b250 void 0.000125
+particles free 0x55717346b2c0 void 0.000126
+particles free 0x55717346b330 void 0.000126
+particles free 0x55717346b3a0 void 0.000126
+particles free 0x55717346b410 void 0.000127
+particles free 0x55717346b480 void 0.000127
+particles free 0x55717346b4f0 void 0.000125
+particles free 0x55717346b560 void 0.000126
+particles free 0x55717346b5d0 void 0.000126
+particles free 0x55717346b640 void 0.000126
+particles free 0x55717346b6b0 void 0.000125
+particles free 0x55717346b720 void 0.000125
+particles free 0x55717346b790 void 0.000127
+particles free 0x55717346b800 void 0.000126
+particles free 0x55717346b870 void 0.000125
+particles free 0x55717346b8e0 void 0.000125
+particles free 0x55717346b950 void 0.000125
+particles free 0x55717346b9c0 void 0.000127
+particles free 0x55717346ba30 void 0.000139
+particles free 0x55717346baa0 void 0.000129
+particles free 0x55717346bb10 void 0.000125
+particles free 0x55717346bb80 void 0.000126
+particles free 0x55717346bbf0 void 0.000126
+particles free 0x55717346bc60 void 0.000127
+particles free 0x55717346bcd0 void 0.000127
+particles free 0x55717346bd40 void 0.000133
+particles free 0x55717346bdb0 void 0.000120
+particles free 0x55717346be20 void 0.000120
+particles free 0x55717346be90 void 0.000119
+particles free 0x55717346bf00 void 0.000119
+particles free 0x55717346bf70 void 0.000119
+particles free 0x55717346bfe0 void 0.000119
+particles free 0x55717346c050 void 0.000119
+particles free 0x55717346c0c0 void 0.000125
+particles free 0x55717346c130 void 0.000120
+particles free 0x55717346c1a0 void 0.000119
+particles free 0x55717346c210 void 0.000120
+particles free 0x55717346c280 void 0.000120
+particles free 0x55717346c2f0 void 0.000121
+particles free 0x55717346c360 void 0.000119
+particles free 0x55717346c3d0 void 0.000120
+particles free 0x55717346c440 void 0.000121
+particles free 0x55717346c4b0 void 0.000119
+particles free 0x55717346c520 void 0.000119
+particles free 0x55717346c590 void 0.000122
+particles free 0x55717346c600 void 0.000122
+particles free 0x55717346c670 void 0.000120
+particles free 0x55717346c6e0 void 0.000120
+particles free 0x55717346c750 void 0.000120
+particles free 0x55717346c7c0 void 0.000120
+particles free 0x55717346c830 void 0.000120
+particles free 0x55717346c8a0 void 0.000144
+particles free 0x55717346c910 void 0.000122
+particles free 0x55717346c980 void 0.000120
+particles free 0x55717346c9f0 void 0.000119
+particles free 0x55717346ca60 void 0.000120
+particles free 0x55717346cad0 void 0.000120
+particles free 0x55717346cb40 void 0.000119
+particles free 0x55717346cbb0 void 0.000120
+particles free 0x55717346cc20 void 0.000122
+particles free 0x55717346cc90 void 0.000119
+particles free 0x55717346cd00 void 0.000120
+particles free 0x55717346cd70 void 0.000119
+particles free 0x55717346cde0 void 0.000119
+particles free 0x55717346ce50 void 0.000121
+particles free 0x55717346cec0 void 0.000121
+particles free 0x55717346cf30 void 0.000120
+particles free 0x55717346cfa0 void 0.000120
+particles free 0x55717346d010 void 0.000120
+particles free 0x55717346d080 void 0.000131
+particles free 0x55717346d0f0 void 0.000118
+particles free 0x55717346d160 void 0.000120
+particles free 0x55717346d1d0 void 0.000121
+particles free 0x55717346d240 void 0.000120
+particles free 0x55717346d2b0 void 0.000120
+particles free 0x55717346d320 void 0.000120
+particles free 0x55717346d390 void 0.000120
+particles free 0x55717346d400 void 0.000119
+particles free 0x55717346d470 void 0.000120
+particles free 0x55717346d4e0 void 0.000120
+particles free 0x55717346d550 void 0.000121
+particles free 0x55717346d5c0 void 0.000119
+particles free 0x55717346d630 void 0.000120
+particles free 0x55717346d6a0 void 0.000121
+particles free 0x55717346d710 void 0.000120
+particles free 0x55717346d780 void 0.000122
+particles free 0x55717346d7f0 void 0.000119
+particles free 0x55717346d860 void 0.000120
+particles free 0x55717346d8d0 void 0.000120
+particles free 0x55717346d940 void 0.000121
+particles free 0x55717346d9b0 void 0.000119
+particles free 0x55717346da20 void 0.000121
+particles free 0x55717346da90 void 0.000125
+particles free 0x55717346db00 void 0.000120
+particles free 0x55717346db70 void 0.000119
+particles free 0x55717346dbe0 void 0.000166
+particles free 0x55717346dc50 void 0.000121
+particles free 0x55717346dcc0 void 0.000119
+particles free 0x55717346dd30 void 0.000119
+particles free 0x55717346dda0 void 0.000120
+particles free 0x55717346de10 void 0.000121
+particles free 0x55717346de80 void 0.000121
+particles free 0x55717346def0 void 0.000120
+particles free 0x55717346df60 void 0.000120
+particles free 0x55717346dfd0 void 0.000119
+particles free 0x55717346e040 void 0.000121
+particles free 0x55717346e0b0 void 0.000120
+particles free 0x55717346e120 void 0.000120
+particles free 0x55717346e190 void 0.000119
+particles free 0x55717346e200 void 0.000120
+particles free 0x55717346e270 void 0.000120
+particles free 0x55717346e2e0 void 0.000119
+particles free 0x55717346e350 void 0.000121
+particles free 0x55717346e3c0 void 0.000121
+particles free 0x55717346e430 void 0.000119
+particles free 0x55717346e4a0 void 0.000120
+particles free 0x55717346e510 void 0.000121
+particles free 0x55717346e580 void 0.000120
+particles free 0x55717346e5f0 void 0.000120
+particles free 0x55717346e660 void 0.000120
+particles free 0x55717346e6d0 void 0.000122
+particles free 0x55717346e740 void 0.000120
+particles free 0x55717346e7b0 void 0.000119
+particles free 0x55717346e820 void 0.000121
+particles free 0x55717346e890 void 0.000119
+particles free 0x55717346e900 void 0.000120
+particles free 0x55717346e970 void 0.000122
+particles free 0x55717346e9e0 void 0.000119
+particles realloc 0x5571735f49a0|31080 0x5571735f49a0 0.000125
+libxcb.so.1 free 0x5571735a6150 void 0.000123
+libGL.so.1 free 0x5571735b6d10 void 0.000130
+libxcb.so.1 free 0x55717357efb0 void 0.000121
+libGL.so.1 free 0x5571735a2fb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bf70 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so free 0x55717360bf70 void 0.000119
+gallium_dri.so malloc 72 0x55717360bf70 0.000117
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so free 0x55717360bf70 void 0.000206
+gallium_dri.so malloc 72 0x55717360bf70 0.000250
+gallium_dri.so free 0x5571735fc480 void 0.000122
+gallium_dri.so free 0x55717360bf70 void 0.000116
+gallium_dri.so malloc 72 0x55717360bf70 0.000130
+gallium_dri.so free 0x5571735fc540 void 0.000131
+gallium_dri.so free 0x55717360bf70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000130
+gallium_dri.so free 0x5571735fc5c0 void 0.000131
+gallium_dri.so free 0x5571735fc4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc610 0.000131
+gallium_dri.so free 0x5571735fc680 void 0.000131
+gallium_dri.so free 0x5571735fc610 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc6a0 0.000129
+gallium_dri.so free 0x5571735fc740 void 0.000132
+gallium_dri.so free 0x5571735fc6a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000141
+gallium_dri.so free 0x5571735fc7c0 void 0.000131
+gallium_dri.so free 0x5571735fc6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000130
+gallium_dri.so free 0x5571735fc8c0 void 0.000130
+gallium_dri.so free 0x5571735fc6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc870 0.000130
+gallium_dri.so free 0x5571735fc940 void 0.000129
+gallium_dri.so free 0x5571735fc870 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc990 0.000130
+gallium_dri.so free 0x5571735fca00 void 0.000134
+gallium_dri.so free 0x5571735fc990 void 0.000132
+gallium_dri.so malloc 72 0x5571735fca20 0.000130
+gallium_dri.so free 0x5571735fcac0 void 0.000132
+gallium_dri.so free 0x5571735fca20 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca70 0.000131
+gallium_dri.so free 0x5571735fcb40 void 0.000132
+gallium_dri.so free 0x5571735fca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca70 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000132
+gallium_dri.so free 0x5571735fca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000140
+gallium_dri.so free 0x5571735fcd80 void 0.000133
+gallium_dri.so free 0x5571735fcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000133
+gallium_dri.so free 0x5571735fce00 void 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fce30 0.000130
+gallium_dri.so free 0x5571735fce80 void 0.000132
+gallium_dri.so free 0x5571735fce30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fce30 0.000132
+gallium_dri.so free 0x5571735fcf80 void 0.000131
+gallium_dri.so free 0x5571735fce30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcf30 0.000131
+gallium_dri.so free 0x5571735fd040 void 0.000130
+gallium_dri.so free 0x5571735fcf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcff0 0.000130
+gallium_dri.so free 0x5571735fd080 void 0.000131
+gallium_dri.so free 0x5571735fcff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcff0 0.000132
+gallium_dri.so free 0x5571735fd140 void 0.000130
+gallium_dri.so free 0x5571735fcff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd190 0.000133
+gallium_dri.so free 0x5571735fd200 void 0.000130
+gallium_dri.so free 0x5571735fd190 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd240 0.000137
+gallium_dri.so free 0x5571735fd2c0 void 0.000132
+gallium_dri.so free 0x5571735fd240 void 0.000139
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000121
+gallium_dri.so free 0x5571735fd380 void 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000119
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd430 0.000119
+gallium_dri.so free 0x5571735fd480 void 0.000119
+gallium_dri.so free 0x5571735fd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd430 0.000119
+gallium_dri.so free 0x5571735fd580 void 0.000119
+gallium_dri.so free 0x5571735fd430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd530 0.000118
+gallium_dri.so free 0x5571735fd640 void 0.000118
+gallium_dri.so free 0x5571735fd530 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000119
+gallium_dri.so free 0x5571735fd6c0 void 0.000119
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd6e0 0.000119
+gallium_dri.so free 0x5571735fd780 void 0.000118
+gallium_dri.so free 0x5571735fd6e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd730 0.000118
+gallium_dri.so free 0x5571735fd800 void 0.000127
+gallium_dri.so free 0x5571735fd730 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd730 0.000118
+gallium_dri.so free 0x5571735fd880 void 0.000119
+gallium_dri.so free 0x5571735fd730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd880 0.000119
+gallium_dri.so free 0x5571735fd940 void 0.000119
+gallium_dri.so free 0x5571735fd880 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd880 0.000119
+gallium_dri.so free 0x5571735fda00 void 0.000142
+gallium_dri.so free 0x5571735fd880 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd880 0.000119
+gallium_dri.so free 0x5571735fdac0 void 0.000120
+gallium_dri.so free 0x5571735fd880 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda70 0.000118
+gallium_dri.so free 0x5571735fdac0 void 0.000118
+gallium_dri.so free 0x5571735fda70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fda70 0.000118
+gallium_dri.so free 0x5571735fdbc0 void 0.000119
+gallium_dri.so free 0x5571735fda70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdb70 0.000118
+gallium_dri.so free 0x5571735fdc80 void 0.000118
+gallium_dri.so free 0x5571735fdb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdc30 0.000118
+gallium_dri.so free 0x5571735fdcc0 void 0.000118
+gallium_dri.so free 0x5571735fdc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdc30 0.000127
+gallium_dri.so free 0x5571735fdd80 void 0.000121
+gallium_dri.so free 0x5571735fdc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fddc0 0.000118
+gallium_dri.so free 0x5571735fde40 void 0.000119
+gallium_dri.so free 0x5571735fddc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fde40 0.000119
+gallium_dri.so free 0x5571735fdf00 void 0.000118
+gallium_dri.so free 0x5571735fde40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fde40 0.000119
+gallium_dri.so free 0x5571735fdfc0 void 0.000118
+gallium_dri.so free 0x5571735fde40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdfe0 0.000117
+gallium_dri.so free 0x5571735fe080 void 0.000119
+gallium_dri.so free 0x5571735fdfe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe030 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000120
+gallium_dri.so free 0x5571735fe030 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe030 0.000118
+gallium_dri.so free 0x5571735fe180 void 0.000120
+gallium_dri.so free 0x5571735fe030 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe180 0.000119
+gallium_dri.so free 0x5571735fe240 void 0.000119
+gallium_dri.so free 0x5571735fe180 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe180 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000119
+gallium_dri.so free 0x5571735fe180 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe180 0.000177
+gallium_dri.so free 0x5571735fe3c0 void 0.000120
+gallium_dri.so free 0x5571735fe180 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe370 0.000119
+gallium_dri.so free 0x5571735fe480 void 0.000119
+gallium_dri.so free 0x5571735fe370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe430 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000122
+gallium_dri.so free 0x5571735fe430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe550 0.000118
+gallium_dri.so free 0x5571735fe5c0 void 0.000119
+gallium_dri.so free 0x5571735fe550 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe5e0 0.000119
+gallium_dri.so free 0x5571735fe680 void 0.000131
+gallium_dri.so free 0x5571735fe5e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe630 0.000118
+gallium_dri.so free 0x5571735fe700 void 0.000120
+gallium_dri.so free 0x5571735fe630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe630 0.000119
+gallium_dri.so free 0x5571735fe780 void 0.000119
+gallium_dri.so free 0x5571735fe630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe780 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so free 0x5571735fe780 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe780 0.000118
+gallium_dri.so free 0x5571735fe940 void 0.000118
+gallium_dri.so free 0x5571735fe780 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000120
+gallium_dri.so free 0x5571735fe980 void 0.000120
+gallium_dri.so free 0x5571735fe8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000118
+gallium_dri.so free 0x5571735fea40 void 0.000119
+gallium_dri.so free 0x5571735fe8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fea80 0.000118
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so free 0x5571735fea80 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb00 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb00 0.000118
+gallium_dri.so free 0x5571735fec40 void 0.000119
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fec70 0.000119
+gallium_dri.so free 0x5571735fecc0 void 0.000119
+gallium_dri.so free 0x5571735fec70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fec70 0.000119
+gallium_dri.so free 0x5571735fedc0 void 0.000117
+gallium_dri.so free 0x5571735fec70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fee00 0.000120
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so free 0x5571735fee00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fee80 0.000120
+gallium_dri.so free 0x5571735fef40 void 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fee80 0.000123
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so malloc 72 0x5571735feff0 0.000119
+gallium_dri.so free 0x5571735ff040 void 0.000119
+gallium_dri.so free 0x5571735feff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735feff0 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000118
+gallium_dri.so free 0x5571735feff0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000123
+gallium_dri.so free 0x5571735ff200 void 0.000120
+gallium_dri.so free 0x5571735ff0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000117
+gallium_dri.so free 0x5571735ff280 void 0.000119
+gallium_dri.so free 0x5571735ff1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000119
+gallium_dri.so free 0x5571735ff340 void 0.000118
+gallium_dri.so free 0x5571735ff1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000118
+gallium_dri.so free 0x5571735ff400 void 0.000118
+gallium_dri.so free 0x5571735ff1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000118
+gallium_dri.so free 0x5571735ff3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000129
+gallium_dri.so free 0x5571735ff540 void 0.000119
+gallium_dri.so free 0x5571735ff4d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff560 0.000118
+gallium_dri.so free 0x5571735ff600 void 0.000120
+gallium_dri.so free 0x5571735ff560 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000118
+gallium_dri.so free 0x5571735ff680 void 0.000118
+gallium_dri.so free 0x5571735ff5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff680 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000118
+gallium_dri.so free 0x5571735ff680 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff680 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000126
+gallium_dri.so free 0x5571735ff680 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000130
+gallium_dri.so free 0x5571735ff880 void 0.000128
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000126
+gallium_dri.so free 0x5571735ff940 void 0.000125
+gallium_dri.so free 0x5571735ff7c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000126
+gallium_dri.so free 0x5571735ffa00 void 0.000127
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so free 0x5571735ff9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffad0 0.000118
+gallium_dri.so free 0x5571735ffb40 void 0.000211
+gallium_dri.so free 0x5571735ffad0 void 0.000211
+gallium_dri.so malloc 72 0x5571735ffb80 0.000212
+gallium_dri.so free 0x5571735ffc00 void 0.000125
+gallium_dri.so free 0x5571735ffb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffb80 0.000124
+gallium_dri.so free 0x5571735ffc80 void 0.000124
+gallium_dri.so free 0x5571735ffb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffcb0 0.000115
+gallium_dri.so free 0x5571735ffd00 void 0.000115
+gallium_dri.so free 0x5571735ffcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffcb0 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffcb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000114
+gallium_dri.so free 0x5571735ffec0 void 0.000115
+gallium_dri.so free 0x5571735ffdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735fff00 void 0.000179
+gallium_dri.so free 0x5571735ffe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffe70 0.000119
+gallium_dri.so free 0x5571735fffc0 void 0.000118
+gallium_dri.so free 0x5571735ffe70 void 0.000117
+gallium_dri.so malloc 72 0x557173600030 0.000118
+gallium_dri.so free 0x557173600080 void 0.000119
+gallium_dri.so free 0x557173600030 void 0.000118
+gallium_dri.so malloc 72 0x557173600030 0.000118
+gallium_dri.so free 0x557173600180 void 0.000117
+gallium_dri.so free 0x557173600030 void 0.000118
+gallium_dri.so malloc 72 0x557173600130 0.000118
+gallium_dri.so free 0x557173600240 void 0.000118
+gallium_dri.so free 0x557173600130 void 0.000122
+gallium_dri.so malloc 72 0x5571736001f0 0.000116
+gallium_dri.so free 0x557173600280 void 0.000118
+gallium_dri.so free 0x5571736001f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736001f0 0.000128
+gallium_dri.so free 0x557173600340 void 0.000123
+gallium_dri.so free 0x5571736001f0 void 0.000117
+gallium_dri.so malloc 72 0x557173600380 0.000118
+gallium_dri.so free 0x557173600400 void 0.000118
+gallium_dri.so free 0x557173600380 void 0.000123
+gallium_dri.so malloc 72 0x557173600400 0.000119
+gallium_dri.so free 0x5571736004c0 void 0.000120
+gallium_dri.so free 0x557173600400 void 0.000147
+gallium_dri.so malloc 72 0x557173600400 0.000134
+gallium_dri.so free 0x557173600580 void 0.000131
+gallium_dri.so free 0x557173600400 void 0.000126
+gallium_dri.so malloc 72 0x5571736005a0 0.000122
+gallium_dri.so free 0x557173600640 void 0.000123
+gallium_dri.so free 0x5571736005a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736005f0 0.000120
+gallium_dri.so free 0x5571736006c0 void 0.000120
+gallium_dri.so free 0x5571736005f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736005f0 0.000135
+gallium_dri.so free 0x557173600740 void 0.000136
+gallium_dri.so free 0x5571736005f0 void 0.000132
+gallium_dri.so malloc 72 0x557173600740 0.000128
+gallium_dri.so free 0x557173600800 void 0.000128
+gallium_dri.so free 0x557173600740 void 0.000126
+gallium_dri.so malloc 72 0x557173600740 0.000129
+gallium_dri.so free 0x5571736008c0 void 0.000129
+gallium_dri.so free 0x557173600740 void 0.000124
+gallium_dri.so malloc 72 0x557173600740 0.000127
+gallium_dri.so free 0x557173600980 void 0.000128
+gallium_dri.so free 0x557173600740 void 0.000127
+gallium_dri.so malloc 72 0x557173600930 0.000128
+gallium_dri.so free 0x557173600a40 void 0.000128
+gallium_dri.so free 0x557173600930 void 0.000139
+gallium_dri.so malloc 72 0x5571736009f0 0.000127
+gallium_dri.so free 0x557173600ac0 void 0.000129
+gallium_dri.so free 0x5571736009f0 void 0.000126
+gallium_dri.so malloc 72 0x557173600b10 0.000126
+gallium_dri.so free 0x557173600b80 void 0.000127
+gallium_dri.so free 0x557173600b10 void 0.000125
+gallium_dri.so malloc 72 0x557173600ba0 0.000126
+gallium_dri.so free 0x557173600c40 void 0.000127
+gallium_dri.so free 0x557173600ba0 void 0.000125
+gallium_dri.so malloc 72 0x557173600bf0 0.000126
+gallium_dri.so free 0x557173600cc0 void 0.000128
+gallium_dri.so free 0x557173600bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173600bf0 0.000126
+gallium_dri.so free 0x557173600d40 void 0.000127
+gallium_dri.so free 0x557173600bf0 void 0.000134
+gallium_dri.so malloc 72 0x557173600d40 0.000122
+gallium_dri.so free 0x55717360c0c0 void 0.000121
+gallium_dri.so free 0x557173600d40 void 0.000120
+gallium_dri.so malloc 72 0x55717360c100 0.000122
+gallium_dri.so free 0x55717360c180 void 0.000121
+gallium_dri.so free 0x55717360c100 void 0.000120
+gallium_dri.so malloc 72 0x55717360c100 0.000122
+gallium_dri.so free 0x55717360c200 void 0.000121
+gallium_dri.so free 0x55717360c100 void 0.000119
+gallium_dri.so malloc 72 0x55717360c230 0.000183
+gallium_dri.so free 0x55717360c280 void 0.000124
+gallium_dri.so free 0x55717360c230 void 0.000121
+gallium_dri.so malloc 72 0x55717360c230 0.000122
+gallium_dri.so free 0x55717360c380 void 0.000121
+gallium_dri.so free 0x55717360c230 void 0.000120
+gallium_dri.so malloc 72 0x55717360c330 0.000120
+gallium_dri.so free 0x55717360c440 void 0.000119
+gallium_dri.so free 0x55717360c330 void 0.000117
+gallium_dri.so malloc 72 0x55717360c3f0 0.000121
+gallium_dri.so free 0x55717360c480 void 0.000121
+gallium_dri.so free 0x55717360c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c3f0 0.000119
+gallium_dri.so free 0x55717360c540 void 0.000118
+gallium_dri.so free 0x55717360c3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c5b0 0.000120
+gallium_dri.so free 0x55717360c600 void 0.000120
+gallium_dri.so free 0x55717360c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c5b0 0.000121
+gallium_dri.so free 0x55717360c700 void 0.000117
+gallium_dri.so free 0x55717360c5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c6b0 0.000115
+gallium_dri.so free 0x55717360c7c0 void 0.000118
+gallium_dri.so free 0x55717360c6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c770 0.000116
+gallium_dri.so free 0x55717360c800 void 0.000116
+gallium_dri.so free 0x55717360c770 void 0.000128
+gallium_dri.so malloc 72 0x55717360c770 0.000117
+gallium_dri.so free 0x55717360c8c0 void 0.000117
+gallium_dri.so free 0x55717360c770 void 0.000116
+gallium_dri.so malloc 72 0x55717360c900 0.000117
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so free 0x55717360c900 void 0.000116
+gallium_dri.so malloc 72 0x55717360c980 0.000117
+gallium_dri.so free 0x55717360ca40 void 0.000116
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so malloc 72 0x55717360c980 0.000116
+gallium_dri.so free 0x55717360cb00 void 0.000116
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb20 0.000116
+gallium_dri.so free 0x55717360cbc0 void 0.000114
+gallium_dri.so free 0x55717360cb20 void 0.000114
+gallium_dri.so malloc 72 0x55717360cb70 0.000114
+gallium_dri.so free 0x55717360cc40 void 0.000117
+gallium_dri.so free 0x55717360cb70 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb70 0.000117
+gallium_dri.so free 0x55717360ccc0 void 0.000116
+gallium_dri.so free 0x55717360cb70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ccc0 0.000115
+gallium_dri.so free 0x55717360cd80 void 0.000115
+gallium_dri.so free 0x55717360ccc0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ccc0 0.000116
+gallium_dri.so free 0x55717360ce40 void 0.000115
+gallium_dri.so free 0x55717360ccc0 void 0.000127
+gallium_dri.so malloc 72 0x55717360ccc0 0.000116
+gallium_dri.so free 0x55717360cf00 void 0.000116
+gallium_dri.so free 0x55717360ccc0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ceb0 0.000115
+gallium_dri.so free 0x55717360cfc0 void 0.000117
+gallium_dri.so free 0x55717360ceb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf70 0.000115
+gallium_dri.so free 0x55717360d040 void 0.000117
+gallium_dri.so free 0x55717360cf70 void 0.000115
+gallium_dri.so malloc 72 0x55717360d090 0.000115
+gallium_dri.so free 0x55717360d100 void 0.000116
+gallium_dri.so free 0x55717360d090 void 0.000137
+gallium_dri.so malloc 72 0x55717360d120 0.000134
+gallium_dri.so free 0x55717360d1c0 void 0.000116
+gallium_dri.so free 0x55717360d120 void 0.000117
+gallium_dri.so malloc 72 0x55717360d170 0.000116
+gallium_dri.so free 0x55717360d240 void 0.000116
+gallium_dri.so free 0x55717360d170 void 0.000115
+gallium_dri.so malloc 72 0x55717360d170 0.000115
+gallium_dri.so free 0x55717360d2c0 void 0.000115
+gallium_dri.so free 0x55717360d170 void 0.000116
+gallium_dri.so malloc 72 0x55717360d2c0 0.000115
+gallium_dri.so free 0x55717360d380 void 0.000117
+gallium_dri.so free 0x55717360d2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2c0 0.000114
+gallium_dri.so free 0x55717360d480 void 0.000114
+gallium_dri.so free 0x55717360d2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d430 0.000117
+gallium_dri.so free 0x55717360d4c0 void 0.000117
+gallium_dri.so free 0x55717360d430 void 0.000116
+gallium_dri.so malloc 72 0x55717360d430 0.000114
+gallium_dri.so free 0x55717360d580 void 0.000116
+gallium_dri.so free 0x55717360d430 void 0.000115
+gallium_dri.so malloc 72 0x55717360d5c0 0.000115
+gallium_dri.so free 0x55717360d640 void 0.000116
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d640 0.000115
+gallium_dri.so free 0x55717360d700 void 0.000114
+gallium_dri.so free 0x55717360d640 void 0.000115
+gallium_dri.so malloc 72 0x55717360d640 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000116
+gallium_dri.so free 0x55717360d640 void 0.000115
+gallium_dri.so malloc 72 0x55717360d7b0 0.000116
+gallium_dri.so free 0x55717360d800 void 0.000116
+gallium_dri.so free 0x55717360d7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d7b0 0.000115
+gallium_dri.so free 0x55717360d900 void 0.000115
+gallium_dri.so free 0x55717360d7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d940 0.000116
+gallium_dri.so free 0x55717360d9c0 void 0.000117
+gallium_dri.so free 0x55717360d940 void 0.000115
+gallium_dri.so malloc 72 0x55717360d9c0 0.000115
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x55717360d9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d9c0 0.000117
+gallium_dri.so free 0x55717360db00 void 0.000117
+gallium_dri.so free 0x55717360d9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360db30 0.000115
+gallium_dri.so free 0x55717360db80 void 0.000115
+gallium_dri.so free 0x55717360db30 void 0.000114
+gallium_dri.so malloc 72 0x55717360db30 0.000115
+gallium_dri.so free 0x55717360dc80 void 0.000115
+gallium_dri.so free 0x55717360db30 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc30 0.000115
+gallium_dri.so free 0x55717360dd40 void 0.000117
+gallium_dri.so free 0x55717360dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcf0 0.000114
+gallium_dri.so free 0x55717360ddc0 void 0.000114
+gallium_dri.so free 0x55717360dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcf0 0.000115
+gallium_dri.so free 0x55717360de80 void 0.000116
+gallium_dri.so free 0x55717360dcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360dcf0 0.000116
+gallium_dri.so free 0x55717360df40 void 0.000115
+gallium_dri.so free 0x55717360dcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360def0 0.000115
+gallium_dri.so free 0x55717360dfc0 void 0.000118
+gallium_dri.so free 0x55717360def0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e010 0.000117
+gallium_dri.so free 0x55717360e080 void 0.000116
+gallium_dri.so free 0x55717360e010 void 0.000127
+gallium_dri.so malloc 72 0x55717360e0a0 0.000117
+gallium_dri.so free 0x55717360e140 void 0.000118
+gallium_dri.so free 0x55717360e0a0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e0f0 0.000117
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so free 0x55717360e0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e1c0 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so free 0x55717360e1c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e1c0 0.000117
+gallium_dri.so free 0x55717360e300 void 0.000116
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e300 0.000114
+gallium_dri.so free 0x55717360e3c0 void 0.000115
+gallium_dri.so free 0x55717360e300 void 0.000115
+gallium_dri.so malloc 72 0x55717360e300 0.000114
+gallium_dri.so free 0x55717360e480 void 0.000118
+gallium_dri.so free 0x55717360e300 void 0.000115
+gallium_dri.so malloc 72 0x55717360e300 0.000115
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so free 0x55717360e300 void 0.000116
+gallium_dri.so malloc 72 0x55717360e4f0 0.000116
+gallium_dri.so free 0x55717360e5c0 void 0.000117
+gallium_dri.so free 0x55717360e4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e610 0.000116
+gallium_dri.so free 0x55717360e680 void 0.000116
+gallium_dri.so free 0x55717360e610 void 0.000131
+gallium_dri.so malloc 72 0x55717360e6c0 0.000118
+gallium_dri.so free 0x55717360e740 void 0.000118
+gallium_dri.so free 0x55717360e6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e6c0 0.000116
+gallium_dri.so free 0x55717360e7c0 void 0.000115
+gallium_dri.so free 0x55717360e6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e7f0 0.000116
+gallium_dri.so free 0x55717360e840 void 0.000115
+gallium_dri.so free 0x55717360e7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e7f0 0.000117
+gallium_dri.so free 0x55717360e940 void 0.000119
+gallium_dri.so free 0x55717360e7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e8f0 0.000122
+gallium_dri.so free 0x55717360ea00 void 0.000137
+gallium_dri.so free 0x55717360e8f0 void 0.000166
+gallium_dri.so malloc 72 0x55717360e9b0 0.000160
+gallium_dri.so free 0x55717360ea40 void 0.000161
+gallium_dri.so free 0x55717360e9b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e9b0 0.000120
+gallium_dri.so free 0x55717360eb00 void 0.000125
+gallium_dri.so free 0x55717360e9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360eb70 0.000125
+gallium_dri.so free 0x55717360ebc0 void 0.000136
+gallium_dri.so free 0x55717360eb70 void 0.000220
+gallium_dri.so malloc 72 0x55717360eb70 0.000212
+gallium_dri.so free 0x55717360ecc0 void 0.000188
+gallium_dri.so free 0x55717360eb70 void 0.000201
+gallium_dri.so malloc 72 0x55717360ec70 0.000112
+gallium_dri.so free 0x55717360ed80 void 0.000112
+gallium_dri.so free 0x55717360ec70 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed30 0.000112
+gallium_dri.so free 0x55717360edc0 void 0.000111
+gallium_dri.so free 0x55717360ed30 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed30 0.000116
+gallium_dri.so free 0x55717360ee80 void 0.000117
+gallium_dri.so free 0x55717360ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717360eec0 0.000121
+gallium_dri.so free 0x55717360ef40 void 0.000117
+gallium_dri.so free 0x55717360eec0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ef40 0.000117
+gallium_dri.so free 0x55717360f000 void 0.000123
+gallium_dri.so free 0x55717360ef40 void 0.000125
+gallium_dri.so malloc 72 0x55717360ef40 0.000126
+gallium_dri.so free 0x55717360f0c0 void 0.000123
+gallium_dri.so free 0x55717360ef40 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0e0 0.000119
+gallium_dri.so free 0x55717360f180 void 0.000129
+gallium_dri.so free 0x55717360f0e0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f130 0.000124
+gallium_dri.so free 0x55717360f200 void 0.000131
+gallium_dri.so free 0x55717360f130 void 0.000131
+gallium_dri.so malloc 72 0x55717360f130 0.000126
+gallium_dri.so free 0x55717360f280 void 0.000126
+gallium_dri.so free 0x55717360f130 void 0.000124
+gallium_dri.so malloc 72 0x55717360f280 0.000124
+gallium_dri.so free 0x55717360f340 void 0.000124
+gallium_dri.so free 0x55717360f280 void 0.000124
+gallium_dri.so malloc 72 0x55717360f280 0.000124
+gallium_dri.so free 0x55717360f400 void 0.000124
+gallium_dri.so free 0x55717360f280 void 0.000125
+gallium_dri.so malloc 72 0x55717360f280 0.000124
+gallium_dri.so free 0x55717360f4c0 void 0.000124
+gallium_dri.so free 0x55717360f280 void 0.000124
+gallium_dri.so malloc 72 0x55717360f470 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000124
+gallium_dri.so free 0x55717360f470 void 0.000125
+gallium_dri.so malloc 72 0x55717360f530 0.000124
+gallium_dri.so free 0x55717360f600 void 0.000123
+gallium_dri.so free 0x55717360f530 void 0.000121
+gallium_dri.so malloc 72 0x55717360f650 0.000124
+gallium_dri.so free 0x55717360f6c0 void 0.000166
+gallium_dri.so free 0x55717360f650 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6e0 0.000117
+gallium_dri.so free 0x55717360f780 void 0.000117
+gallium_dri.so free 0x55717360f6e0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f730 0.000116
+gallium_dri.so free 0x55717360f800 void 0.000116
+gallium_dri.so free 0x55717360f730 void 0.000117
+gallium_dri.so malloc 72 0x55717360f730 0.000117
+gallium_dri.so free 0x55717360f880 void 0.000116
+gallium_dri.so free 0x55717360f730 void 0.000133
+gallium_dri.so malloc 72 0x55717360f880 0.000117
+gallium_dri.so free 0x55717360f940 void 0.000117
+gallium_dri.so free 0x55717360f880 void 0.000116
+gallium_dri.so malloc 72 0x55717360f880 0.000117
+gallium_dri.so free 0x55717360fa40 void 0.000117
+gallium_dri.so free 0x55717360f880 void 0.000116
+gallium_dri.so malloc 72 0x55717360f9f0 0.000118
+gallium_dri.so free 0x55717360fa80 void 0.000116
+gallium_dri.so free 0x55717360f9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f9f0 0.000122
+gallium_dri.so free 0x55717360fb40 void 0.000127
+gallium_dri.so free 0x55717360f9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360fb80 0.000119
+gallium_dri.so free 0x55717360fc00 void 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so malloc 72 0x55717360fc00 0.000187
+gallium_dri.so free 0x55717360fcc0 void 0.000133
+gallium_dri.so free 0x55717360fc00 void 0.000171
+gallium_dri.so malloc 72 0x55717360fc00 0.000128
+gallium_dri.so free 0x55717360fd40 void 0.000130
+gallium_dri.so free 0x55717360fc00 void 0.000131
+gallium_dri.so malloc 72 0x55717360fd70 0.000122
+gallium_dri.so free 0x55717360fdc0 void 0.000127
+gallium_dri.so free 0x55717360fd70 void 0.000225
+gallium_dri.so malloc 72 0x55717360fd70 0.000168
+gallium_dri.so free 0x55717360fec0 void 0.000197
+gallium_dri.so free 0x55717360fd70 void 0.000143
+gallium_dri.so malloc 72 0x55717360ff00 0.000126
+gallium_dri.so free 0x55717360ff80 void 0.000124
+gallium_dri.so free 0x55717360ff00 void 0.000125
+gallium_dri.so malloc 72 0x55717360ff80 0.000125
+gallium_dri.so free 0x557173610040 void 0.000124
+gallium_dri.so free 0x55717360ff80 void 0.000124
+gallium_dri.so malloc 72 0x55717360ff80 0.000124
+gallium_dri.so free 0x5571736100c0 void 0.000120
+gallium_dri.so free 0x55717360ff80 void 0.000130
+gallium_dri.so malloc 72 0x5571736100f0 0.000120
+gallium_dri.so free 0x557173610140 void 0.000118
+gallium_dri.so free 0x5571736100f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736100f0 0.000119
+gallium_dri.so free 0x557173610240 void 0.000119
+gallium_dri.so free 0x5571736100f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736101f0 0.000119
+gallium_dri.so free 0x557173610300 void 0.000119
+gallium_dri.so free 0x5571736101f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736102b0 0.000118
+gallium_dri.so free 0x557173610380 void 0.000119
+gallium_dri.so free 0x5571736102b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736102b0 0.000119
+gallium_dri.so free 0x557173610440 void 0.000117
+gallium_dri.so free 0x5571736102b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736102b0 0.000118
+gallium_dri.so free 0x557173610500 void 0.000120
+gallium_dri.so free 0x5571736102b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736104b0 0.000118
+gallium_dri.so free 0x557173610580 void 0.000118
+gallium_dri.so free 0x5571736104b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736105d0 0.000118
+gallium_dri.so free 0x557173610640 void 0.000118
+gallium_dri.so free 0x5571736105d0 void 0.000117
+gallium_dri.so malloc 72 0x557173610660 0.000118
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so free 0x557173610660 void 0.000112
+gallium_dri.so malloc 72 0x5571736106b0 0.000109
+gallium_dri.so free 0x557173610780 void 0.000110
+gallium_dri.so free 0x5571736106b0 void 0.000111
+gallium_dri.so malloc 72 0x557173610780 0.000109
+gallium_dri.so free 0x557173610840 void 0.000112
+gallium_dri.so free 0x557173610780 void 0.000110
+gallium_dri.so malloc 72 0x557173610780 0.000109
+gallium_dri.so free 0x5571736108c0 void 0.000110
+gallium_dri.so free 0x557173610780 void 0.000109
+gallium_dri.so malloc 72 0x5571736108c0 0.000110
+gallium_dri.so free 0x557173610980 void 0.000110
+gallium_dri.so free 0x5571736108c0 void 0.000109
+gallium_dri.so malloc 72 0x5571736108c0 0.000110
+gallium_dri.so free 0x557173610a40 void 0.000109
+gallium_dri.so free 0x5571736108c0 void 0.000109
+gallium_dri.so malloc 72 0x5571736108c0 0.000111
+gallium_dri.so free 0x557173610b00 void 0.000110
+gallium_dri.so free 0x5571736108c0 void 0.000114
+gallium_dri.so malloc 72 0x557173610ab0 0.000112
+gallium_dri.so free 0x557173610b80 void 0.000117
+gallium_dri.so free 0x557173610ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173610bd0 0.000122
+gallium_dri.so free 0x557173610c40 void 0.000119
+gallium_dri.so free 0x557173610bd0 void 0.000117
+gallium_dri.so malloc 72 0x557173610c80 0.000115
+gallium_dri.so free 0x557173610d00 void 0.000119
+gallium_dri.so free 0x557173610c80 void 0.000153
+gallium_dri.so malloc 72 0x557173610c80 0.000131
+gallium_dri.so free 0x557173610d80 void 0.000130
+gallium_dri.so free 0x557173610c80 void 0.000130
+gallium_dri.so malloc 72 0x557173610db0 0.000130
+gallium_dri.so free 0x557173610e00 void 0.000126
+gallium_dri.so free 0x557173610db0 void 0.000125
+gallium_dri.so malloc 72 0x557173610db0 0.000126
+gallium_dri.so free 0x557173610f00 void 0.000124
+gallium_dri.so free 0x557173610db0 void 0.000123
+gallium_dri.so malloc 72 0x557173610eb0 0.000125
+gallium_dri.so free 0x557173610fc0 void 0.000125
+gallium_dri.so free 0x557173610eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173610f70 0.000124
+gallium_dri.so free 0x557173611000 void 0.000124
+gallium_dri.so free 0x557173610f70 void 0.000123
+gallium_dri.so malloc 72 0x557173610f70 0.000123
+gallium_dri.so free 0x5571736110c0 void 0.000123
+gallium_dri.so free 0x557173610f70 void 0.000123
+gallium_dri.so malloc 72 0x557173611130 0.000124
+gallium_dri.so free 0x557173611180 void 0.000125
+gallium_dri.so free 0x557173611130 void 0.000124
+gallium_dri.so malloc 72 0x557173611130 0.000125
+gallium_dri.so free 0x557173611280 void 0.000124
+gallium_dri.so free 0x557173611130 void 0.000122
+gallium_dri.so malloc 72 0x557173611230 0.000120
+gallium_dri.so free 0x557173611340 void 0.000115
+gallium_dri.so free 0x557173611230 void 0.000116
+gallium_dri.so malloc 72 0x5571736112f0 0.000116
+gallium_dri.so free 0x557173611380 void 0.000117
+gallium_dri.so free 0x5571736112f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736112f0 0.000116
+gallium_dri.so free 0x557173611440 void 0.000116
+gallium_dri.so free 0x5571736112f0 void 0.000115
+gallium_dri.so malloc 72 0x557173611480 0.000115
+gallium_dri.so free 0x557173611500 void 0.000115
+gallium_dri.so free 0x557173611480 void 0.000115
+gallium_dri.so malloc 72 0x557173611500 0.000116
+gallium_dri.so free 0x5571736115c0 void 0.000116
+gallium_dri.so free 0x557173611500 void 0.000116
+gallium_dri.so malloc 72 0x557173611500 0.000124
+gallium_dri.so free 0x557173611680 void 0.000128
+gallium_dri.so free 0x557173611500 void 0.000116
+gallium_dri.so malloc 72 0x5571736116a0 0.000115
+gallium_dri.so free 0x557173611740 void 0.000116
+gallium_dri.so free 0x5571736116a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736116f0 0.000127
+gallium_dri.so free 0x5571736117c0 void 0.000124
+gallium_dri.so free 0x5571736116f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736116f0 0.000115
+gallium_dri.so free 0x557173611840 void 0.000116
+gallium_dri.so free 0x5571736116f0 void 0.000134
+gallium_dri.so malloc 72 0x557173611840 0.000126
+gallium_dri.so free 0x557173611900 void 0.000125
+gallium_dri.so free 0x557173611840 void 0.000128
+gallium_dri.so malloc 72 0x557173611840 0.000132
+gallium_dri.so free 0x5571736119c0 void 0.000131
+gallium_dri.so free 0x557173611840 void 0.000130
+gallium_dri.so malloc 72 0x557173611840 0.000136
+gallium_dri.so free 0x557173611a80 void 0.000126
+gallium_dri.so free 0x557173611840 void 0.000124
+gallium_dri.so malloc 72 0x557173611a30 0.000127
+gallium_dri.so free 0x557173611b40 void 0.000125
+gallium_dri.so free 0x557173611a30 void 0.000124
+gallium_dri.so malloc 72 0x557173611af0 0.000121
+gallium_dri.so free 0x557173611bc0 void 0.000118
+gallium_dri.so free 0x557173611af0 void 0.000122
+gallium_dri.so malloc 72 0x557173611c10 0.000125
+gallium_dri.so free 0x557173611c80 void 0.000124
+gallium_dri.so free 0x557173611c10 void 0.000120
+gallium_dri.so malloc 72 0x557173611ca0 0.000120
+gallium_dri.so free 0x557173611d40 void 0.000124
+gallium_dri.so free 0x557173611ca0 void 0.000124
+gallium_dri.so malloc 72 0x557173611cf0 0.000145
+gallium_dri.so free 0x557173611dc0 void 0.000129
+gallium_dri.so free 0x557173611cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173611cf0 0.000125
+gallium_dri.so free 0x557173611e40 void 0.000127
+gallium_dri.so free 0x557173611cf0 void 0.000124
+gallium_dri.so malloc 72 0x557173611e40 0.000120
+gallium_dri.so free 0x557173611f00 void 0.000120
+gallium_dri.so free 0x557173611e40 void 0.000119
+gallium_dri.so malloc 72 0x557173611e40 0.000124
+gallium_dri.so free 0x557173612000 void 0.000121
+gallium_dri.so free 0x557173611e40 void 0.000123
+gallium_dri.so malloc 72 0x557173611fb0 0.000125
+gallium_dri.so free 0x557173612040 void 0.000125
+gallium_dri.so free 0x557173611fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173611fb0 0.000118
+gallium_dri.so free 0x557173612100 void 0.000124
+gallium_dri.so free 0x557173611fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173612140 0.000124
+gallium_dri.so free 0x5571736121c0 void 0.000125
+gallium_dri.so free 0x557173612140 void 0.000125
+gallium_dri.so malloc 72 0x5571736121c0 0.000125
+gallium_dri.so free 0x557173612280 void 0.000131
+gallium_dri.so free 0x5571736121c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736121c0 0.000121
+gallium_dri.so free 0x557173612300 void 0.000119
+gallium_dri.so free 0x5571736121c0 void 0.000123
+gallium_dri.so malloc 72 0x557173612330 0.000125
+gallium_dri.so free 0x557173612380 void 0.000125
+gallium_dri.so free 0x557173612330 void 0.000122
+gallium_dri.so malloc 72 0x557173612330 0.000125
+gallium_dri.so free 0x557173612480 void 0.000125
+gallium_dri.so free 0x557173612330 void 0.000126
+gallium_dri.so malloc 72 0x5571736124c0 0.000125
+gallium_dri.so free 0x557173612540 void 0.000125
+gallium_dri.so free 0x5571736124c0 void 0.000124
+gallium_dri.so malloc 72 0x557173612540 0.000119
+gallium_dri.so free 0x557173612600 void 0.000122
+gallium_dri.so free 0x557173612540 void 0.000130
+gallium_dri.so malloc 72 0x557173612540 0.000125
+gallium_dri.so free 0x557173612680 void 0.000125
+gallium_dri.so free 0x557173612540 void 0.000125
+gallium_dri.so malloc 72 0x5571736126b0 0.000121
+gallium_dri.so free 0x557173612700 void 0.000137
+gallium_dri.so free 0x5571736126b0 void 0.000137
+gallium_dri.so malloc 72 0x5571736126b0 0.000154
+gallium_dri.so free 0x557173612800 void 0.000139
+gallium_dri.so free 0x5571736126b0 void 0.000140
+gallium_dri.so malloc 72 0x5571736127b0 0.000137
+gallium_dri.so free 0x5571736128c0 void 0.000139
+gallium_dri.so free 0x5571736127b0 void 0.000140
+gallium_dri.so malloc 72 0x557173612870 0.000133
+gallium_dri.so free 0x557173612940 void 0.000139
+gallium_dri.so free 0x557173612870 void 0.000139
+gallium_dri.so malloc 72 0x557173612870 0.000139
+gallium_dri.so free 0x557173612a00 void 0.000139
+gallium_dri.so free 0x557173612870 void 0.000178
+gallium_dri.so malloc 72 0x557173612870 0.000175
+gallium_dri.so free 0x557173612ac0 void 0.000176
+gallium_dri.so free 0x557173612870 void 0.000174
+gallium_dri.so malloc 72 0x557173612a70 0.000139
+gallium_dri.so free 0x557173612b40 void 0.000134
+gallium_dri.so free 0x557173612a70 void 0.000138
+gallium_dri.so malloc 72 0x557173612b90 0.000133
+gallium_dri.so free 0x557173612c00 void 0.000135
+gallium_dri.so free 0x557173612b90 void 0.000137
+gallium_dri.so malloc 72 0x557173612c20 0.000137
+gallium_dri.so free 0x557173612cc0 void 0.000140
+gallium_dri.so free 0x557173612c20 void 0.000233
+gallium_dri.so malloc 72 0x557173612c70 0.000228
+gallium_dri.so free 0x557173612d40 void 0.000228
+gallium_dri.so free 0x557173612c70 void 0.000231
+gallium_dri.so malloc 72 0x557173612d40 0.000273
+gallium_dri.so free 0x557173612e00 void 0.000287
+gallium_dri.so free 0x557173612d40 void 0.000277
+gallium_dri.so malloc 72 0x557173612d40 0.000284
+gallium_dri.so free 0x557173612e80 void 0.000281
+gallium_dri.so free 0x557173612d40 void 0.000242
+gallium_dri.so malloc 72 0x557173612e80 0.000234
+gallium_dri.so free 0x557173612f40 void 0.000209
+gallium_dri.so free 0x557173612e80 void 0.000193
+gallium_dri.so malloc 72 0x557173612e80 0.000139
+gallium_dri.so free 0x557173613000 void 0.000191
+gallium_dri.so free 0x557173612e80 void 0.000211
+gallium_dri.so malloc 72 0x557173612e80 0.000256
+gallium_dri.so free 0x5571736130c0 void 0.000234
+gallium_dri.so free 0x557173612e80 void 0.000331
+gallium_dri.so malloc 72 0x557173613070 0.000257
+gallium_dri.so free 0x557173613140 void 0.000140
+gallium_dri.so free 0x557173613070 void 0.000135
+gallium_dri.so malloc 72 0x557173613190 0.000136
+gallium_dri.so free 0x557173613200 void 0.000136
+gallium_dri.so free 0x557173613190 void 0.000134
+gallium_dri.so malloc 72 0x557173613240 0.000149
+gallium_dri.so free 0x5571736132c0 void 0.000137
+gallium_dri.so free 0x557173613240 void 0.000134
+gallium_dri.so malloc 72 0x557173613240 0.000136
+gallium_dri.so free 0x557173613340 void 0.000135
+gallium_dri.so free 0x557173613240 void 0.000135
+gallium_dri.so malloc 72 0x557173613370 0.000136
+gallium_dri.so free 0x5571736133c0 void 0.000135
+gallium_dri.so free 0x557173613370 void 0.000124
+gallium_dri.so malloc 72 0x557173613370 0.000262
+gallium_dri.so free 0x5571736134c0 void 0.000171
+gallium_dri.so free 0x557173613370 void 0.000219
+gallium_dri.so malloc 72 0x557173613470 0.000133
+gallium_dri.so free 0x557173613580 void 0.000131
+gallium_dri.so free 0x557173613470 void 0.000131
+gallium_dri.so malloc 72 0x557173613530 0.000131
+gallium_dri.so free 0x5571736135c0 void 0.000130
+gallium_dri.so free 0x557173613530 void 0.000136
+gallium_dri.so malloc 72 0x557173613530 0.000141
+gallium_dri.so free 0x557173613680 void 0.000182
+gallium_dri.so free 0x557173613530 void 0.000139
+gallium_dri.so malloc 72 0x5571736136f0 0.000305
+gallium_dri.so free 0x557173613740 void 0.000186
+gallium_dri.so free 0x5571736136f0 void 0.000192
+gallium_dri.so malloc 72 0x5571736136f0 0.000179
+gallium_dri.so free 0x557173613840 void 0.000148
+gallium_dri.so free 0x5571736136f0 void 0.000148
+gallium_dri.so malloc 72 0x5571736137f0 0.000245
+gallium_dri.so free 0x557173613900 void 0.000192
+gallium_dri.so free 0x5571736137f0 void 0.000149
+gallium_dri.so malloc 72 0x5571736138b0 0.000148
+gallium_dri.so free 0x557173613940 void 0.000130
+gallium_dri.so free 0x5571736138b0 void 0.000217
+gallium_dri.so malloc 72 0x5571736138b0 0.000221
+gallium_dri.so free 0x557173613a00 void 0.000131
+gallium_dri.so free 0x5571736138b0 void 0.000130
+gallium_dri.so malloc 72 0x557173613a40 0.000130
+gallium_dri.so free 0x557173613ac0 void 0.000223
+gallium_dri.so free 0x557173613a40 void 0.000180
+gallium_dri.so malloc 72 0x557173613ac0 0.000137
+gallium_dri.so free 0x557173613b80 void 0.000137
+gallium_dri.so free 0x557173613ac0 void 0.000135
+gallium_dri.so malloc 72 0x557173613ac0 0.000135
+gallium_dri.so free 0x557173613c40 void 0.000137
+gallium_dri.so free 0x557173613ac0 void 0.000134
+gallium_dri.so malloc 72 0x557173613c60 0.000135
+gallium_dri.so free 0x557173613d00 void 0.000135
+gallium_dri.so free 0x557173613c60 void 0.000134
+gallium_dri.so malloc 72 0x557173613cb0 0.000134
+gallium_dri.so free 0x557173613d80 void 0.000137
+gallium_dri.so free 0x557173613cb0 void 0.000135
+gallium_dri.so malloc 72 0x557173613cb0 0.000136
+gallium_dri.so free 0x557173613e00 void 0.000133
+gallium_dri.so free 0x557173613cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173613e00 0.000135
+gallium_dri.so free 0x557173613ec0 void 0.000134
+gallium_dri.so free 0x557173613e00 void 0.000132
+gallium_dri.so malloc 72 0x557173613e00 0.000134
+gallium_dri.so free 0x557173613f80 void 0.000133
+gallium_dri.so free 0x557173613e00 void 0.000134
+gallium_dri.so malloc 72 0x557173613e00 0.000151
+gallium_dri.so free 0x557173614040 void 0.000137
+gallium_dri.so free 0x557173613e00 void 0.000137
+gallium_dri.so malloc 72 0x557173613ff0 0.000134
+gallium_dri.so free 0x557173614100 void 0.000135
+gallium_dri.so free 0x557173613ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571736140b0 0.000134
+gallium_dri.so free 0x557173614180 void 0.000134
+gallium_dri.so free 0x5571736140b0 void 0.000134
+gallium_dri.so malloc 72 0x5571736141d0 0.000134
+gallium_dri.so free 0x557173614240 void 0.000133
+gallium_dri.so free 0x5571736141d0 void 0.000133
+gallium_dri.so malloc 72 0x557173614260 0.000133
+gallium_dri.so free 0x557173614300 void 0.000134
+gallium_dri.so free 0x557173614260 void 0.000134
+gallium_dri.so malloc 72 0x5571736142b0 0.000132
+gallium_dri.so free 0x557173614380 void 0.000133
+gallium_dri.so free 0x5571736142b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736142b0 0.000133
+gallium_dri.so free 0x557173614400 void 0.000133
+gallium_dri.so free 0x5571736142b0 void 0.000114
+gallium_dri.so malloc 72 0x557173614400 0.000115
+gallium_dri.so free 0x5571736144c0 void 0.000114
+gallium_dri.so free 0x557173614400 void 0.000113
+gallium_dri.so malloc 72 0x557173614400 0.000120
+gallium_dri.so free 0x5571736145c0 void 0.000116
+gallium_dri.so free 0x557173614400 void 0.000114
+gallium_dri.so malloc 72 0x557173614570 0.000113
+gallium_dri.so free 0x557173614600 void 0.000114
+gallium_dri.so free 0x557173614570 void 0.000113
+gallium_dri.so malloc 72 0x557173614570 0.000113
+gallium_dri.so free 0x5571736146c0 void 0.000114
+gallium_dri.so free 0x557173614570 void 0.000112
+gallium_dri.so malloc 72 0x557173614700 0.000114
+gallium_dri.so free 0x557173614780 void 0.000114
+gallium_dri.so free 0x557173614700 void 0.000112
+gallium_dri.so malloc 72 0x557173614780 0.000113
+gallium_dri.so free 0x557173614840 void 0.000114
+gallium_dri.so free 0x557173614780 void 0.000114
+gallium_dri.so malloc 72 0x557173614780 0.000113
+gallium_dri.so free 0x5571736148c0 void 0.000115
+gallium_dri.so free 0x557173614780 void 0.000113
+gallium_dri.so malloc 72 0x5571736148f0 0.000113
+gallium_dri.so free 0x557173614940 void 0.000114
+gallium_dri.so free 0x5571736148f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736148f0 0.000113
+gallium_dri.so free 0x557173614a40 void 0.000114
+gallium_dri.so free 0x5571736148f0 void 0.000116
+gallium_dri.so malloc 72 0x557173614a80 0.000114
+gallium_dri.so free 0x557173614b00 void 0.000114
+gallium_dri.so free 0x557173614a80 void 0.000113
+gallium_dri.so malloc 72 0x557173614b00 0.000113
+gallium_dri.so free 0x557173614bc0 void 0.000128
+gallium_dri.so free 0x557173614b00 void 0.000115
+gallium_dri.so malloc 72 0x557173614b00 0.000114
+gallium_dri.so free 0x557173614c40 void 0.000113
+gallium_dri.so free 0x557173614b00 void 0.000113
+gallium_dri.so malloc 72 0x557173614c70 0.000131
+gallium_dri.so free 0x557173614cc0 void 0.000114
+gallium_dri.so free 0x557173614c70 void 0.000114
+gallium_dri.so malloc 72 0x557173614c70 0.000113
+gallium_dri.so free 0x557173614dc0 void 0.000119
+gallium_dri.so free 0x557173614c70 void 0.000118
+gallium_dri.so malloc 72 0x557173614d70 0.000115
+gallium_dri.so free 0x557173614e80 void 0.000113
+gallium_dri.so free 0x557173614d70 void 0.000113
+gallium_dri.so malloc 72 0x557173614e30 0.000113
+gallium_dri.so free 0x557173614f00 void 0.000114
+gallium_dri.so free 0x557173614e30 void 0.000112
+gallium_dri.so malloc 72 0x557173614e30 0.000114
+gallium_dri.so free 0x557173614fc0 void 0.000115
+gallium_dri.so free 0x557173614e30 void 0.000120
+gallium_dri.so malloc 72 0x557173614e30 0.000115
+gallium_dri.so free 0x557173615080 void 0.000114
+gallium_dri.so free 0x557173614e30 void 0.000113
+gallium_dri.so malloc 72 0x557173615030 0.000113
+gallium_dri.so free 0x557173615100 void 0.000115
+gallium_dri.so free 0x557173615030 void 0.000113
+gallium_dri.so malloc 72 0x557173615150 0.000112
+gallium_dri.so free 0x5571736151c0 void 0.000153
+gallium_dri.so free 0x557173615150 void 0.000115
+gallium_dri.so malloc 72 0x5571736151e0 0.000112
+gallium_dri.so free 0x557173615280 void 0.000114
+gallium_dri.so free 0x5571736151e0 void 0.000115
+gallium_dri.so malloc 72 0x557173615230 0.000113
+gallium_dri.so free 0x557173615300 void 0.000114
+gallium_dri.so free 0x557173615230 void 0.000113
+gallium_dri.so malloc 72 0x557173615300 0.000113
+gallium_dri.so free 0x5571736153c0 void 0.000114
+gallium_dri.so free 0x557173615300 void 0.000112
+gallium_dri.so malloc 72 0x557173615300 0.000119
+gallium_dri.so free 0x557173615440 void 0.000117
+gallium_dri.so free 0x557173615300 void 0.000113
+gallium_dri.so malloc 72 0x557173615440 0.000113
+gallium_dri.so free 0x557173615500 void 0.000114
+gallium_dri.so free 0x557173615440 void 0.000112
+gallium_dri.so malloc 72 0x557173615440 0.000114
+gallium_dri.so free 0x5571736155c0 void 0.000114
+gallium_dri.so free 0x557173615440 void 0.000113
+gallium_dri.so malloc 72 0x557173615440 0.000112
+gallium_dri.so free 0x557173615680 void 0.000116
+gallium_dri.so free 0x557173615440 void 0.000114
+gallium_dri.so malloc 72 0x557173615630 0.000113
+gallium_dri.so free 0x557173615700 void 0.000116
+gallium_dri.so free 0x557173615630 void 0.000112
+gallium_dri.so malloc 72 0x557173615750 0.000114
+gallium_dri.so free 0x5571736157c0 void 0.000115
+gallium_dri.so free 0x557173615750 void 0.000115
+gallium_dri.so malloc 72 0x557173615800 0.000114
+gallium_dri.so free 0x557173615880 void 0.000113
+gallium_dri.so free 0x557173615800 void 0.000112
+gallium_dri.so malloc 72 0x557173615800 0.000113
+gallium_dri.so free 0x557173615900 void 0.000114
+gallium_dri.so free 0x557173615800 void 0.000113
+gallium_dri.so malloc 72 0x557173615930 0.000114
+gallium_dri.so free 0x557173615980 void 0.000113
+gallium_dri.so free 0x557173615930 void 0.000113
+gallium_dri.so malloc 72 0x557173615930 0.000113
+gallium_dri.so free 0x557173615a80 void 0.000114
+gallium_dri.so free 0x557173615930 void 0.000115
+gallium_dri.so malloc 72 0x557173615a30 0.000113
+gallium_dri.so free 0x557173615b40 void 0.000113
+gallium_dri.so free 0x557173615a30 void 0.000112
+gallium_dri.so malloc 72 0x557173615af0 0.000113
+gallium_dri.so free 0x557173615b80 void 0.000113
+gallium_dri.so free 0x557173615af0 void 0.000113
+gallium_dri.so malloc 72 0x557173615af0 0.000114
+gallium_dri.so free 0x557173615c40 void 0.000113
+gallium_dri.so free 0x557173615af0 void 0.000112
+gallium_dri.so malloc 72 0x557173615cb0 0.000114
+gallium_dri.so free 0x557173615d00 void 0.000113
+gallium_dri.so free 0x557173615cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173615cb0 0.000112
+gallium_dri.so free 0x557173615e00 void 0.000115
+gallium_dri.so free 0x557173615cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173615db0 0.000117
+gallium_dri.so free 0x557173615ec0 void 0.000114
+gallium_dri.so free 0x557173615db0 void 0.000112
+gallium_dri.so malloc 72 0x557173615e70 0.000113
+gallium_dri.so free 0x557173615f00 void 0.000114
+gallium_dri.so free 0x557173615e70 void 0.000111
+gallium_dri.so malloc 72 0x557173615e70 0.000113
+gallium_dri.so free 0x557173615fc0 void 0.000113
+gallium_dri.so free 0x557173615e70 void 0.000113
+gallium_dri.so malloc 72 0x557173616000 0.000114
+gallium_dri.so free 0x557173616080 void 0.000112
+gallium_dri.so free 0x557173616000 void 0.000113
+gallium_dri.so malloc 72 0x557173616080 0.000113
+gallium_dri.so free 0x557173616140 void 0.000114
+gallium_dri.so free 0x557173616080 void 0.000115
+gallium_dri.so malloc 72 0x557173616080 0.000113
+gallium_dri.so free 0x557173616200 void 0.000113
+gallium_dri.so free 0x557173616080 void 0.000113
+gallium_dri.so malloc 72 0x557173616220 0.000112
+gallium_dri.so free 0x5571736162c0 void 0.000112
+gallium_dri.so free 0x557173616220 void 0.000115
+gallium_dri.so malloc 72 0x557173616270 0.000112
+gallium_dri.so free 0x557173616340 void 0.000115
+gallium_dri.so free 0x557173616270 void 0.000114
+gallium_dri.so malloc 72 0x557173616270 0.000113
+gallium_dri.so free 0x5571736163c0 void 0.000113
+gallium_dri.so free 0x557173616270 void 0.000113
+gallium_dri.so malloc 72 0x5571736163c0 0.000169
+gallium_dri.so free 0x557173616480 void 0.000115
+gallium_dri.so free 0x5571736163c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736163c0 0.000113
+gallium_dri.so free 0x557173616540 void 0.000122
+gallium_dri.so free 0x5571736163c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736163c0 0.000115
+gallium_dri.so free 0x557173616600 void 0.000121
+gallium_dri.so free 0x5571736163c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736165b0 0.000114
+gallium_dri.so free 0x5571736166c0 void 0.000114
+gallium_dri.so free 0x5571736165b0 void 0.000119
+gallium_dri.so malloc 72 0x557173616670 0.000123
+gallium_dri.so free 0x557173616740 void 0.000119
+gallium_dri.so free 0x557173616670 void 0.000114
+gallium_dri.so malloc 72 0x557173616790 0.000115
+gallium_dri.so free 0x557173616800 void 0.000115
+gallium_dri.so free 0x557173616790 void 0.000115
+gallium_dri.so malloc 72 0x557173616820 0.000126
+gallium_dri.so free 0x5571736168c0 void 0.000119
+gallium_dri.so free 0x557173616820 void 0.000113
+gallium_dri.so malloc 72 0x557173616870 0.000116
+gallium_dri.so free 0x557173616940 void 0.000116
+gallium_dri.so free 0x557173616870 void 0.000114
+gallium_dri.so malloc 72 0x557173616870 0.000115
+gallium_dri.so free 0x5571736169c0 void 0.000115
+gallium_dri.so free 0x557173616870 void 0.000124
+gallium_dri.so malloc 72 0x5571736169c0 0.000114
+gallium_dri.so free 0x557173616a80 void 0.000116
+gallium_dri.so free 0x5571736169c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736169c0 0.000114
+gallium_dri.so free 0x557173616b80 void 0.000113
+gallium_dri.so free 0x5571736169c0 void 0.000114
+gallium_dri.so malloc 72 0x557173616b30 0.000112
+gallium_dri.so free 0x557173616bc0 void 0.000114
+gallium_dri.so free 0x557173616b30 void 0.000114
+gallium_dri.so malloc 72 0x557173616b30 0.000114
+gallium_dri.so free 0x557173616c80 void 0.000113
+gallium_dri.so free 0x557173616b30 void 0.000112
+gallium_dri.so malloc 72 0x557173616cc0 0.000114
+gallium_dri.so free 0x557173616d40 void 0.000113
+gallium_dri.so free 0x557173616cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173616d40 0.000149
+gallium_dri.so free 0x557173616e00 void 0.000118
+gallium_dri.so free 0x557173616d40 void 0.000113
+gallium_dri.so malloc 72 0x557173616d40 0.000113
+gallium_dri.so free 0x557173616e80 void 0.000114
+gallium_dri.so free 0x557173616d40 void 0.000112
+gallium_dri.so malloc 72 0x557173616eb0 0.000113
+gallium_dri.so free 0x557173616f00 void 0.000114
+gallium_dri.so free 0x557173616eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173616eb0 0.000114
+gallium_dri.so free 0x557173617000 void 0.000113
+gallium_dri.so free 0x557173616eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173617040 0.000114
+gallium_dri.so free 0x5571736170c0 void 0.000113
+gallium_dri.so free 0x557173617040 void 0.000114
+gallium_dri.so malloc 72 0x5571736170c0 0.000113
+gallium_dri.so free 0x557173617180 void 0.000114
+gallium_dri.so free 0x5571736170c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736170c0 0.000111
+gallium_dri.so free 0x557173617200 void 0.000115
+gallium_dri.so free 0x5571736170c0 void 0.000113
+gallium_dri.so malloc 72 0x557173617230 0.000111
+gallium_dri.so free 0x557173617280 void 0.000118
+gallium_dri.so free 0x557173617230 void 0.000123
+gallium_dri.so malloc 72 0x557173617230 0.000117
+gallium_dri.so free 0x557173617380 void 0.000113
+gallium_dri.so free 0x557173617230 void 0.000112
+gallium_dri.so malloc 72 0x557173617330 0.000112
+gallium_dri.so free 0x557173617440 void 0.000124
+gallium_dri.so free 0x557173617330 void 0.000150
+gallium_dri.so malloc 72 0x5571736173f0 0.000130
+gallium_dri.so free 0x5571736174c0 void 0.000126
+gallium_dri.so free 0x5571736173f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736173f0 0.000115
+gallium_dri.so free 0x557173617580 void 0.000116
+gallium_dri.so free 0x5571736173f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736173f0 0.000113
+gallium_dri.so free 0x557173617640 void 0.000164
+gallium_dri.so free 0x5571736173f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736175f0 0.000113
+gallium_dri.so free 0x5571736176c0 void 0.000113
+gallium_dri.so free 0x5571736175f0 void 0.000113
+gallium_dri.so malloc 72 0x557173617710 0.000114
+gallium_dri.so free 0x557173617780 void 0.000114
+gallium_dri.so free 0x557173617710 void 0.000113
+gallium_dri.so malloc 72 0x5571736177a0 0.000113
+gallium_dri.so free 0x557173617840 void 0.000114
+gallium_dri.so free 0x5571736177a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736177f0 0.000114
+gallium_dri.so free 0x5571736178c0 void 0.000113
+gallium_dri.so free 0x5571736177f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736178c0 0.000113
+gallium_dri.so free 0x557173617980 void 0.000114
+gallium_dri.so free 0x5571736178c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736178c0 0.000114
+gallium_dri.so free 0x557173617a00 void 0.000114
+gallium_dri.so free 0x5571736178c0 void 0.000113
+gallium_dri.so malloc 72 0x557173617a00 0.000113
+gallium_dri.so free 0x557173617ac0 void 0.000113
+gallium_dri.so free 0x557173617a00 void 0.000113
+gallium_dri.so malloc 72 0x557173617a00 0.000114
+gallium_dri.so free 0x557173617b80 void 0.000114
+gallium_dri.so free 0x557173617a00 void 0.000114
+gallium_dri.so malloc 72 0x557173617a00 0.000114
+gallium_dri.so free 0x557173617c40 void 0.000122
+gallium_dri.so free 0x557173617a00 void 0.000113
+gallium_dri.so malloc 72 0x557173617bf0 0.000113
+gallium_dri.so free 0x557173617cc0 void 0.000111
+gallium_dri.so free 0x557173617bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173617d10 0.000111
+gallium_dri.so free 0x557173617d80 void 0.000113
+gallium_dri.so free 0x557173617d10 void 0.000112
+gallium_dri.so malloc 72 0x557173617dc0 0.000110
+gallium_dri.so free 0x557173617e40 void 0.000111
+gallium_dri.so free 0x557173617dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173617dc0 0.000111
+gallium_dri.so free 0x557173617ec0 void 0.000111
+gallium_dri.so free 0x557173617dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173617ef0 0.000113
+gallium_dri.so free 0x557173617f40 void 0.000113
+gallium_dri.so free 0x557173617ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173617ef0 0.000113
+gallium_dri.so free 0x557173618040 void 0.000112
+gallium_dri.so free 0x557173617ef0 void 0.000138
+gallium_dri.so malloc 72 0x557173617ff0 0.000138
+gallium_dri.so free 0x557173618100 void 0.000124
+gallium_dri.so free 0x557173617ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571736180b0 0.000118
+gallium_dri.so free 0x557173618140 void 0.000118
+gallium_dri.so free 0x5571736180b0 void 0.000196
+gallium_dri.so malloc 72 0x5571736180b0 0.000229
+gallium_dri.so free 0x557173618200 void 0.000310
+gallium_dri.so free 0x5571736180b0 void 0.000256
+gallium_dri.so malloc 72 0x557173618270 0.000284
+gallium_dri.so free 0x5571736182c0 void 0.000292
+gallium_dri.so free 0x557173618270 void 0.000192
+gallium_dri.so malloc 72 0x557173618270 0.000140
+gallium_dri.so free 0x5571736183c0 void 0.000132
+gallium_dri.so free 0x557173618270 void 0.000132
+gallium_dri.so malloc 72 0x557173618370 0.000130
+gallium_dri.so free 0x557173618480 void 0.000165
+gallium_dri.so free 0x557173618370 void 0.000168
+gallium_dri.so malloc 72 0x557173618430 0.000130
+gallium_dri.so free 0x5571736184c0 void 0.000130
+gallium_dri.so free 0x557173618430 void 0.000131
+gallium_dri.so malloc 72 0x557173618430 0.000233
+gallium_dri.so free 0x557173618580 void 0.000145
+gallium_dri.so free 0x557173618430 void 0.000129
+gallium_dri.so malloc 72 0x5571736185c0 0.000130
+gallium_dri.so free 0x557173618640 void 0.000128
+gallium_dri.so free 0x5571736185c0 void 0.000126
+gallium_dri.so malloc 72 0x557173618640 0.000128
+gallium_dri.so free 0x557173618700 void 0.000127
+gallium_dri.so free 0x557173618640 void 0.000126
+gallium_dri.so malloc 72 0x557173618640 0.000125
+gallium_dri.so free 0x5571736187c0 void 0.000127
+gallium_dri.so free 0x557173618640 void 0.000127
+gallium_dri.so malloc 72 0x5571736187e0 0.000127
+gallium_dri.so free 0x557173618880 void 0.000127
+gallium_dri.so free 0x5571736187e0 void 0.000128
+gallium_dri.so malloc 72 0x557173618830 0.000128
+gallium_dri.so free 0x557173618900 void 0.000127
+gallium_dri.so free 0x557173618830 void 0.000128
+gallium_dri.so malloc 72 0x557173618830 0.000125
+gallium_dri.so free 0x557173618980 void 0.000127
+gallium_dri.so free 0x557173618830 void 0.000128
+gallium_dri.so malloc 72 0x557173618980 0.000127
+gallium_dri.so free 0x557173618a40 void 0.000127
+gallium_dri.so free 0x557173618980 void 0.000129
+gallium_dri.so malloc 72 0x557173618980 0.000127
+gallium_dri.so free 0x557173618b00 void 0.000128
+gallium_dri.so free 0x557173618980 void 0.000122
+gallium_dri.so malloc 72 0x557173618980 0.000130
+gallium_dri.so free 0x557173618bc0 void 0.000128
+gallium_dri.so free 0x557173618980 void 0.000127
+gallium_dri.so malloc 72 0x557173618b70 0.000125
+gallium_dri.so free 0x557173618c80 void 0.000133
+gallium_dri.so free 0x557173618b70 void 0.000129
+gallium_dri.so malloc 72 0x557173618c30 0.000128
+gallium_dri.so free 0x557173618d00 void 0.000126
+gallium_dri.so free 0x557173618c30 void 0.000127
+gallium_dri.so malloc 72 0x557173618d50 0.000127
+gallium_dri.so free 0x557173618dc0 void 0.000129
+gallium_dri.so free 0x557173618d50 void 0.000128
+gallium_dri.so malloc 72 0x557173618de0 0.000126
+gallium_dri.so free 0x557173618e80 void 0.000127
+gallium_dri.so free 0x557173618de0 void 0.000128
+gallium_dri.so malloc 72 0x557173618e30 0.000127
+gallium_dri.so free 0x557173618f00 void 0.000127
+gallium_dri.so free 0x557173618e30 void 0.000128
+gallium_dri.so malloc 72 0x557173618e30 0.000126
+gallium_dri.so free 0x557173618f80 void 0.000126
+gallium_dri.so free 0x557173618e30 void 0.000151
+gallium_dri.so malloc 72 0x557173618f80 0.000144
+gallium_dri.so free 0x557173619040 void 0.000142
+gallium_dri.so free 0x557173618f80 void 0.000143
+gallium_dri.so malloc 72 0x557173618f80 0.000144
+gallium_dri.so free 0x557173619140 void 0.000144
+gallium_dri.so free 0x557173618f80 void 0.000142
+gallium_dri.so malloc 72 0x5571736190f0 0.000142
+gallium_dri.so free 0x557173619180 void 0.000144
+gallium_dri.so free 0x5571736190f0 void 0.000142
+gallium_dri.so malloc 72 0x5571736190f0 0.000142
+gallium_dri.so free 0x557173619240 void 0.000143
+gallium_dri.so free 0x5571736190f0 void 0.000141
+gallium_dri.so malloc 72 0x557173619280 0.000143
+gallium_dri.so free 0x557173619300 void 0.000143
+gallium_dri.so free 0x557173619280 void 0.000144
+gallium_dri.so malloc 72 0x557173619300 0.000143
+gallium_dri.so free 0x5571736193c0 void 0.000143
+gallium_dri.so free 0x557173619300 void 0.000142
+gallium_dri.so malloc 72 0x557173619300 0.000143
+gallium_dri.so free 0x557173619440 void 0.000143
+gallium_dri.so free 0x557173619300 void 0.000143
+gallium_dri.so malloc 72 0x557173619470 0.000150
+gallium_dri.so free 0x5571736194c0 void 0.000144
+gallium_dri.so free 0x557173619470 void 0.000143
+gallium_dri.so malloc 72 0x557173619470 0.000142
+gallium_dri.so free 0x5571736195c0 void 0.000144
+gallium_dri.so free 0x557173619470 void 0.000142
+gallium_dri.so malloc 72 0x557173619600 0.000143
+gallium_dri.so free 0x557173619680 void 0.000144
+gallium_dri.so free 0x557173619600 void 0.000142
+gallium_dri.so malloc 72 0x557173619680 0.000142
+gallium_dri.so free 0x557173619740 void 0.000145
+gallium_dri.so free 0x557173619680 void 0.000141
+gallium_dri.so malloc 72 0x557173619680 0.000141
+gallium_dri.so free 0x5571736197c0 void 0.000142
+gallium_dri.so free 0x557173619680 void 0.000138
+gallium_dri.so malloc 72 0x5571736197f0 0.000145
+gallium_dri.so free 0x557173619840 void 0.000145
+gallium_dri.so free 0x5571736197f0 void 0.000157
+gallium_dri.so malloc 72 0x5571736197f0 0.000142
+gallium_dri.so free 0x557173619940 void 0.000142
+gallium_dri.so free 0x5571736197f0 void 0.000139
+gallium_dri.so malloc 72 0x5571736198f0 0.000143
+gallium_dri.so free 0x557173619a00 void 0.000128
+gallium_dri.so free 0x5571736198f0 void 0.000144
+gallium_dri.so malloc 72 0x5571736199b0 0.000143
+gallium_dri.so free 0x557173619a80 void 0.000140
+gallium_dri.so free 0x5571736199b0 void 0.000143
+gallium_dri.so malloc 72 0x5571736199b0 0.000150
+gallium_dri.so free 0x557173619b40 void 0.000126
+gallium_dri.so free 0x5571736199b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736199b0 0.000121
+gallium_dri.so free 0x557173619c00 void 0.000123
+gallium_dri.so free 0x5571736199b0 void 0.000123
+gallium_dri.so malloc 72 0x557173619bb0 0.000120
+gallium_dri.so free 0x557173619c80 void 0.000122
+gallium_dri.so free 0x557173619bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173619cd0 0.000119
+gallium_dri.so free 0x557173619d40 void 0.000118
+gallium_dri.so free 0x557173619cd0 void 0.000118
+gallium_dri.so malloc 72 0x557173619d60 0.000122
+gallium_dri.so free 0x557173619e00 void 0.000120
+gallium_dri.so free 0x557173619d60 void 0.000120
+gallium_dri.so malloc 72 0x557173619db0 0.000122
+gallium_dri.so free 0x557173619e80 void 0.000122
+gallium_dri.so free 0x557173619db0 void 0.000122
+gallium_dri.so malloc 72 0x557173619e80 0.000121
+gallium_dri.so free 0x557173619f40 void 0.000130
+gallium_dri.so free 0x557173619e80 void 0.000122
+gallium_dri.so malloc 72 0x557173619e80 0.000120
+gallium_dri.so free 0x557173619fc0 void 0.000121
+gallium_dri.so free 0x557173619e80 void 0.000121
+gallium_dri.so malloc 72 0x557173619fc0 0.000121
+gallium_dri.so free 0x55717361a080 void 0.000122
+gallium_dri.so free 0x557173619fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173619fc0 0.000123
+gallium_dri.so free 0x55717361a140 void 0.000121
+gallium_dri.so free 0x557173619fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173619fc0 0.000122
+gallium_dri.so free 0x55717361a200 void 0.000122
+gallium_dri.so free 0x557173619fc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a1b0 0.000118
+gallium_dri.so free 0x55717361a280 void 0.000123
+gallium_dri.so free 0x55717361a1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a2d0 0.000121
+gallium_dri.so free 0x55717361a340 void 0.000122
+gallium_dri.so free 0x55717361a2d0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a380 0.000123
+gallium_dri.so free 0x55717361a400 void 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000109
+gallium_dri.so malloc 72 0x55717361a380 0.000227
+gallium_dri.so free 0x55717361a480 void 0.000233
+gallium_dri.so free 0x55717361a380 void 0.000126
+gallium_dri.so malloc 72 0x55717361a4b0 0.000114
+gallium_dri.so free 0x55717361a500 void 0.000115
+gallium_dri.so free 0x55717361a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a4b0 0.000115
+gallium_dri.so free 0x55717361a600 void 0.000122
+gallium_dri.so free 0x55717361a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a5b0 0.000114
+gallium_dri.so free 0x55717361a6c0 void 0.000116
+gallium_dri.so free 0x55717361a5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a670 0.000113
+gallium_dri.so free 0x55717361a700 void 0.000113
+gallium_dri.so free 0x55717361a670 void 0.000114
+gallium_dri.so malloc 72 0x55717361a670 0.000113
+gallium_dri.so free 0x55717361a7c0 void 0.000114
+gallium_dri.so free 0x55717361a670 void 0.000113
+gallium_dri.so malloc 72 0x55717361a830 0.000121
+gallium_dri.so free 0x55717361a880 void 0.000116
+gallium_dri.so free 0x55717361a830 void 0.000114
+gallium_dri.so malloc 72 0x55717361a830 0.000116
+gallium_dri.so free 0x55717361a980 void 0.000115
+gallium_dri.so free 0x55717361a830 void 0.000114
+gallium_dri.so malloc 72 0x55717361a930 0.000114
+gallium_dri.so free 0x55717361aa40 void 0.000118
+gallium_dri.so free 0x55717361a930 void 0.000116
+gallium_dri.so malloc 72 0x55717361a9f0 0.000115
+gallium_dri.so free 0x55717361aa80 void 0.000116
+gallium_dri.so free 0x55717361a9f0 void 0.000170
+gallium_dri.so malloc 72 0x55717361a9f0 0.000115
+gallium_dri.so free 0x55717361ab40 void 0.000115
+gallium_dri.so free 0x55717361a9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ab80 0.000114
+gallium_dri.so free 0x55717361ac00 void 0.000116
+gallium_dri.so free 0x55717361ab80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ac00 0.000115
+gallium_dri.so free 0x55717361acc0 void 0.000115
+gallium_dri.so free 0x55717361ac00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac00 0.000116
+gallium_dri.so free 0x55717361ad80 void 0.000115
+gallium_dri.so free 0x55717361ac00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ada0 0.000117
+gallium_dri.so free 0x55717361ae40 void 0.000115
+gallium_dri.so free 0x55717361ada0 void 0.000116
+gallium_dri.so malloc 72 0x55717361adf0 0.000113
+gallium_dri.so free 0x55717361aec0 void 0.000116
+gallium_dri.so free 0x55717361adf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361adf0 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000115
+gallium_dri.so free 0x55717361adf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361af40 0.000115
+gallium_dri.so free 0x55717361b000 void 0.000117
+gallium_dri.so free 0x55717361af40 void 0.000112
+gallium_dri.so malloc 72 0x55717361af40 0.000115
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so free 0x55717361af40 void 0.000126
+gallium_dri.so malloc 72 0x55717361af40 0.000113
+gallium_dri.so free 0x55717361b180 void 0.000122
+gallium_dri.so free 0x55717361af40 void 0.000120
+gallium_dri.so malloc 72 0x55717361b130 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000121
+gallium_dri.so free 0x55717361b130 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1f0 0.000120
+gallium_dri.so free 0x55717361b2c0 void 0.000120
+gallium_dri.so free 0x55717361b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b310 0.000119
+gallium_dri.so free 0x55717361b380 void 0.000120
+gallium_dri.so free 0x55717361b310 void 0.000116
+gallium_dri.so malloc 72 0x55717361b3a0 0.000119
+gallium_dri.so free 0x55717361b440 void 0.000119
+gallium_dri.so free 0x55717361b3a0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b3f0 0.000120
+gallium_dri.so free 0x55717361b4c0 void 0.000120
+gallium_dri.so free 0x55717361b3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b3f0 0.000120
+gallium_dri.so free 0x55717361b540 void 0.000121
+gallium_dri.so free 0x55717361b3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b540 0.000120
+gallium_dri.so free 0x55717361b600 void 0.000120
+gallium_dri.so free 0x55717361b540 void 0.000120
+gallium_dri.so malloc 72 0x55717361b540 0.000120
+gallium_dri.so free 0x55717361b700 void 0.000130
+gallium_dri.so free 0x55717361b540 void 0.000120
+gallium_dri.so malloc 72 0x55717361b6b0 0.000121
+gallium_dri.so free 0x55717361b740 void 0.000120
+gallium_dri.so free 0x55717361b6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b6b0 0.000120
+gallium_dri.so free 0x55717361b800 void 0.000121
+gallium_dri.so free 0x55717361b6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b840 0.000117
+gallium_dri.so free 0x55717361b8c0 void 0.000119
+gallium_dri.so free 0x55717361b840 void 0.000119
+gallium_dri.so malloc 72 0x55717361b8c0 0.000119
+gallium_dri.so free 0x55717361b980 void 0.000120
+gallium_dri.so free 0x55717361b8c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b8c0 0.000120
+gallium_dri.so free 0x55717361ba00 void 0.000121
+gallium_dri.so free 0x55717361b8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ba30 0.000120
+gallium_dri.so free 0x55717361ba80 void 0.000121
+gallium_dri.so free 0x55717361ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ba30 0.000120
+gallium_dri.so free 0x55717361bb80 void 0.000122
+gallium_dri.so free 0x55717361ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717361bbc0 0.000117
+gallium_dri.so free 0x55717361bc40 void 0.000120
+gallium_dri.so free 0x55717361bbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bc40 0.000173
+gallium_dri.so free 0x55717361bd00 void 0.000121
+gallium_dri.so free 0x55717361bc40 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc40 0.000120
+gallium_dri.so free 0x55717361bd80 void 0.000121
+gallium_dri.so free 0x55717361bc40 void 0.000120
+gallium_dri.so malloc 72 0x55717361bdb0 0.000120
+gallium_dri.so free 0x55717361be00 void 0.000121
+gallium_dri.so free 0x55717361bdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bdb0 0.000120
+gallium_dri.so free 0x55717361bf00 void 0.000120
+gallium_dri.so free 0x55717361bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361beb0 0.000120
+gallium_dri.so free 0x55717361bfc0 void 0.000118
+gallium_dri.so free 0x55717361beb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bf70 0.000119
+gallium_dri.so free 0x55717361c040 void 0.000120
+gallium_dri.so free 0x55717361bf70 void 0.000118
+gallium_dri.so malloc 72 0x55717361bf70 0.000119
+gallium_dri.so free 0x55717361c100 void 0.000120
+gallium_dri.so free 0x55717361bf70 void 0.000116
+gallium_dri.so malloc 72 0x55717361bf70 0.000119
+gallium_dri.so free 0x55717361c1c0 void 0.000122
+gallium_dri.so free 0x55717361bf70 void 0.000119
+gallium_dri.so malloc 72 0x55717361c170 0.000119
+gallium_dri.so free 0x55717361c240 void 0.000121
+gallium_dri.so free 0x55717361c170 void 0.000129
+gallium_dri.so malloc 72 0x55717361c290 0.000118
+gallium_dri.so free 0x55717361c300 void 0.000121
+gallium_dri.so free 0x55717361c290 void 0.000117
+gallium_dri.so malloc 72 0x55717361c320 0.000121
+gallium_dri.so free 0x55717361c3c0 void 0.000122
+gallium_dri.so free 0x55717361c320 void 0.000113
+gallium_dri.so malloc 72 0x55717361c370 0.000113
+gallium_dri.so free 0x55717361c440 void 0.000114
+gallium_dri.so free 0x55717361c370 void 0.000112
+gallium_dri.so malloc 72 0x55717361c440 0.000114
+gallium_dri.so free 0x55717361c500 void 0.000114
+gallium_dri.so free 0x55717361c440 void 0.000113
+gallium_dri.so malloc 72 0x55717361c440 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000114
+gallium_dri.so free 0x55717361c440 void 0.000113
+gallium_dri.so malloc 72 0x55717361c580 0.000113
+gallium_dri.so free 0x55717361c640 void 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000112
+gallium_dri.so malloc 72 0x55717361c580 0.000114
+gallium_dri.so free 0x55717361c700 void 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000112
+gallium_dri.so malloc 72 0x55717361c580 0.000113
+gallium_dri.so free 0x55717361c7c0 void 0.000115
+gallium_dri.so free 0x55717361c580 void 0.000113
+gallium_dri.so malloc 72 0x55717361c770 0.000113
+gallium_dri.so free 0x55717361c840 void 0.000115
+gallium_dri.so free 0x55717361c770 void 0.000128
+gallium_dri.so malloc 72 0x55717361c890 0.000116
+gallium_dri.so free 0x55717361c900 void 0.000114
+gallium_dri.so free 0x55717361c890 void 0.000117
+gallium_dri.so malloc 72 0x55717361c940 0.000113
+gallium_dri.so free 0x55717361c9c0 void 0.000116
+gallium_dri.so free 0x55717361c940 void 0.000114
+gallium_dri.so malloc 72 0x55717361c940 0.000113
+gallium_dri.so free 0x55717361ca40 void 0.000114
+gallium_dri.so free 0x55717361c940 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca70 0.000113
+gallium_dri.so free 0x55717361cac0 void 0.000115
+gallium_dri.so free 0x55717361ca70 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca70 0.000116
+gallium_dri.so free 0x55717361cbc0 void 0.000114
+gallium_dri.so free 0x55717361ca70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb70 0.000113
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so free 0x55717361cb70 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc30 0.000113
+gallium_dri.so free 0x55717361ccc0 void 0.000115
+gallium_dri.so free 0x55717361cc30 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc30 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000113
+gallium_dri.so free 0x55717361cc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361cdf0 0.000115
+gallium_dri.so free 0x55717361ce40 void 0.000114
+gallium_dri.so free 0x55717361cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000116
+gallium_dri.so free 0x55717361cf40 void 0.000114
+gallium_dri.so free 0x55717361cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cef0 0.000114
+gallium_dri.so free 0x55717361d000 void 0.000115
+gallium_dri.so free 0x55717361cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717361cfb0 0.000113
+gallium_dri.so free 0x55717361d040 void 0.000115
+gallium_dri.so free 0x55717361cfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cfb0 0.000112
+gallium_dri.so free 0x55717361d100 void 0.000114
+gallium_dri.so free 0x55717361cfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d140 0.000113
+gallium_dri.so free 0x55717361d1c0 void 0.000114
+gallium_dri.so free 0x55717361d140 void 0.000113
+gallium_dri.so malloc 72 0x55717361d1c0 0.000113
+gallium_dri.so free 0x55717361d280 void 0.000116
+gallium_dri.so free 0x55717361d1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d1c0 0.000116
+gallium_dri.so free 0x55717361d340 void 0.000122
+gallium_dri.so free 0x55717361d1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d360 0.000113
+gallium_dri.so free 0x55717361d400 void 0.000114
+gallium_dri.so free 0x55717361d360 void 0.000114
+gallium_dri.so malloc 72 0x55717361d3b0 0.000113
+gallium_dri.so free 0x55717361d480 void 0.000114
+gallium_dri.so free 0x55717361d3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d3b0 0.000128
+gallium_dri.so free 0x55717361d500 void 0.000114
+gallium_dri.so free 0x55717361d3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d500 0.000113
+gallium_dri.so free 0x55717361d5c0 void 0.000113
+gallium_dri.so free 0x55717361d500 void 0.000114
+gallium_dri.so malloc 72 0x55717361d500 0.000114
+gallium_dri.so free 0x55717361d680 void 0.000115
+gallium_dri.so free 0x55717361d500 void 0.000113
+gallium_dri.so malloc 72 0x55717361d500 0.000114
+gallium_dri.so free 0x55717361d740 void 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000112
+gallium_dri.so malloc 72 0x55717361d6f0 0.000113
+gallium_dri.so free 0x55717361d800 void 0.000115
+gallium_dri.so free 0x55717361d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d7b0 0.000112
+gallium_dri.so free 0x55717361d880 void 0.000115
+gallium_dri.so free 0x55717361d7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d8d0 0.000114
+gallium_dri.so free 0x55717361d940 void 0.000114
+gallium_dri.so free 0x55717361d8d0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d960 0.000114
+gallium_dri.so free 0x55717361da00 void 0.000114
+gallium_dri.so free 0x55717361d960 void 0.000113
+gallium_dri.so malloc 72 0x55717361d9b0 0.000112
+gallium_dri.so free 0x55717361da80 void 0.000114
+gallium_dri.so free 0x55717361d9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d9b0 0.000113
+gallium_dri.so free 0x55717361db00 void 0.000119
+gallium_dri.so free 0x55717361d9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361db00 0.000113
+gallium_dri.so free 0x55717361dbc0 void 0.000114
+gallium_dri.so free 0x55717361db00 void 0.000113
+gallium_dri.so malloc 72 0x55717361db00 0.000113
+gallium_dri.so free 0x55717361dcc0 void 0.000115
+gallium_dri.so free 0x55717361db00 void 0.000112
+gallium_dri.so malloc 72 0x55717361dc70 0.000113
+gallium_dri.so free 0x55717361dd00 void 0.000114
+gallium_dri.so free 0x55717361dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361dc70 0.000114
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so free 0x55717361dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361de00 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000113
+gallium_dri.so free 0x55717361de00 void 0.000113
+gallium_dri.so malloc 72 0x55717361de80 0.000113
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000115
+gallium_dri.so malloc 72 0x55717361de80 0.000114
+gallium_dri.so free 0x55717361dfc0 void 0.000116
+gallium_dri.so free 0x55717361de80 void 0.000114
+gallium_dri.so malloc 72 0x55717361dff0 0.000113
+gallium_dri.so free 0x55717361e040 void 0.000114
+gallium_dri.so free 0x55717361dff0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dff0 0.000112
+gallium_dri.so free 0x55717361e140 void 0.000128
+gallium_dri.so free 0x55717361dff0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e180 0.000113
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000114
+gallium_dri.so malloc 72 0x55717361e200 0.000113
+gallium_dri.so free 0x55717361e2c0 void 0.000120
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so malloc 72 0x55717361e200 0.000114
+gallium_dri.so free 0x55717361e340 void 0.000114
+gallium_dri.so free 0x55717361e200 void 0.000113
+gallium_dri.so malloc 72 0x55717361e370 0.000114
+gallium_dri.so free 0x55717361e3c0 void 0.000115
+gallium_dri.so free 0x55717361e370 void 0.000113
+gallium_dri.so malloc 72 0x55717361e370 0.000113
+gallium_dri.so free 0x55717361e4c0 void 0.000113
+gallium_dri.so free 0x55717361e370 void 0.000113
+gallium_dri.so malloc 72 0x55717361e470 0.000114
+gallium_dri.so free 0x55717361e580 void 0.000115
+gallium_dri.so free 0x55717361e470 void 0.000113
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e600 void 0.000114
+gallium_dri.so free 0x55717361e530 void 0.000114
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e6c0 void 0.000114
+gallium_dri.so free 0x55717361e530 void 0.000113
+gallium_dri.so malloc 72 0x55717361e530 0.000113
+gallium_dri.so free 0x55717361e780 void 0.000121
+gallium_dri.so free 0x55717361e530 void 0.000114
+gallium_dri.so malloc 72 0x55717361e730 0.000113
+gallium_dri.so free 0x55717361e800 void 0.000115
+gallium_dri.so free 0x55717361e730 void 0.000113
+gallium_dri.so malloc 72 0x55717361e850 0.000113
+gallium_dri.so free 0x55717361e8c0 void 0.000115
+gallium_dri.so free 0x55717361e850 void 0.000113
+gallium_dri.so malloc 72 0x55717361e8e0 0.000113
+gallium_dri.so free 0x55717361e980 void 0.000116
+gallium_dri.so free 0x55717361e8e0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e930 0.000115
+gallium_dri.so free 0x55717361ea00 void 0.000114
+gallium_dri.so free 0x55717361e930 void 0.000113
+gallium_dri.so malloc 72 0x55717361ea00 0.000113
+gallium_dri.so free 0x55717361eac0 void 0.000115
+gallium_dri.so free 0x55717361ea00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ea00 0.000115
+gallium_dri.so free 0x55717361eb40 void 0.000113
+gallium_dri.so free 0x55717361ea00 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb40 0.000112
+gallium_dri.so free 0x55717361ec00 void 0.000114
+gallium_dri.so free 0x55717361eb40 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb40 0.000113
+gallium_dri.so free 0x55717361ecc0 void 0.000114
+gallium_dri.so free 0x55717361eb40 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb40 0.000114
+gallium_dri.so free 0x55717361ed80 void 0.000114
+gallium_dri.so free 0x55717361eb40 void 0.000124
+gallium_dri.so malloc 72 0x55717361ed30 0.000114
+gallium_dri.so free 0x55717361ee00 void 0.000114
+gallium_dri.so free 0x55717361ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ee50 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000113
+gallium_dri.so free 0x55717361ee50 void 0.000113
+gallium_dri.so malloc 72 0x55717361ef00 0.000113
+gallium_dri.so free 0x55717361ef80 void 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ef00 0.000113
+gallium_dri.so free 0x55717361f000 void 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717361f030 0.000113
+gallium_dri.so free 0x55717361f080 void 0.000113
+gallium_dri.so free 0x55717361f030 void 0.000112
+gallium_dri.so malloc 72 0x55717361f030 0.000113
+gallium_dri.so free 0x55717361f180 void 0.000114
+gallium_dri.so free 0x55717361f030 void 0.000112
+gallium_dri.so malloc 72 0x55717361f130 0.000119
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f130 void 0.000113
+gallium_dri.so malloc 72 0x55717361f1f0 0.000114
+gallium_dri.so free 0x55717361f280 void 0.000114
+gallium_dri.so free 0x55717361f1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f1f0 0.000116
+gallium_dri.so free 0x55717361f340 void 0.000114
+gallium_dri.so free 0x55717361f1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f3b0 0.000116
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f3b0 0.000113
+gallium_dri.so free 0x55717361f500 void 0.000114
+gallium_dri.so free 0x55717361f3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f4b0 0.000112
+gallium_dri.so free 0x55717361f5c0 void 0.000113
+gallium_dri.so free 0x55717361f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f570 0.000113
+gallium_dri.so free 0x55717361f600 void 0.000113
+gallium_dri.so free 0x55717361f570 void 0.000113
+gallium_dri.so malloc 72 0x55717361f570 0.000114
+gallium_dri.so free 0x55717361f6c0 void 0.000114
+gallium_dri.so free 0x55717361f570 void 0.000112
+gallium_dri.so malloc 72 0x55717361f700 0.000114
+gallium_dri.so free 0x55717361f780 void 0.000113
+gallium_dri.so free 0x55717361f700 void 0.000113
+gallium_dri.so malloc 72 0x55717361f780 0.000113
+gallium_dri.so free 0x55717361f840 void 0.000116
+gallium_dri.so free 0x55717361f780 void 0.000113
+gallium_dri.so malloc 72 0x55717361f780 0.000112
+gallium_dri.so free 0x55717361f900 void 0.000114
+gallium_dri.so free 0x55717361f780 void 0.000113
+gallium_dri.so malloc 72 0x55717361f920 0.000113
+gallium_dri.so free 0x55717361f9c0 void 0.000115
+gallium_dri.so free 0x55717361f920 void 0.000113
+gallium_dri.so malloc 72 0x55717361f970 0.000182
+gallium_dri.so free 0x55717361fa40 void 0.000117
+gallium_dri.so free 0x55717361f970 void 0.000113
+gallium_dri.so malloc 72 0x55717361f970 0.000113
+gallium_dri.so free 0x55717361fac0 void 0.000114
+gallium_dri.so free 0x55717361f970 void 0.000112
+gallium_dri.so malloc 72 0x55717361fac0 0.000113
+gallium_dri.so free 0x55717361fb80 void 0.000113
+gallium_dri.so free 0x55717361fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fac0 0.000112
+gallium_dri.so free 0x55717361fc40 void 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fac0 0.000113
+gallium_dri.so free 0x55717361fd00 void 0.000112
+gallium_dri.so free 0x55717361fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717361fcb0 0.000113
+gallium_dri.so free 0x55717361fdc0 void 0.000124
+gallium_dri.so free 0x55717361fcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361fd70 0.000120
+gallium_dri.so free 0x55717361fe40 void 0.000121
+gallium_dri.so free 0x55717361fd70 void 0.000120
+gallium_dri.so malloc 72 0x55717361fe90 0.000118
+gallium_dri.so free 0x55717361ff00 void 0.000121
+gallium_dri.so free 0x55717361fe90 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff20 0.000120
+gallium_dri.so free 0x55717361ffc0 void 0.000120
+gallium_dri.so free 0x55717361ff20 void 0.000120
+gallium_dri.so malloc 72 0x55717361ff70 0.000122
+gallium_dri.so free 0x557173620040 void 0.000121
+gallium_dri.so free 0x55717361ff70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff70 0.000120
+gallium_dri.so free 0x5571736200c0 void 0.000121
+gallium_dri.so free 0x55717361ff70 void 0.000109
+gallium_dri.so malloc 72 0x5571736200c0 0.000122
+gallium_dri.so free 0x557173620180 void 0.000122
+gallium_dri.so free 0x5571736200c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736200c0 0.000119
+gallium_dri.so free 0x557173620280 void 0.000120
+gallium_dri.so free 0x5571736200c0 void 0.000120
+gallium_dri.so malloc 72 0x557173620230 0.000120
+gallium_dri.so free 0x5571736202c0 void 0.000120
+gallium_dri.so free 0x557173620230 void 0.000120
+gallium_dri.so malloc 72 0x557173620230 0.000143
+gallium_dri.so free 0x557173620380 void 0.000119
+gallium_dri.so free 0x557173620230 void 0.000126
+gallium_dri.so malloc 72 0x5571736203c0 0.000115
+gallium_dri.so free 0x557173620440 void 0.000114
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so malloc 72 0x557173620440 0.000113
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so free 0x557173620440 void 0.000114
+gallium_dri.so malloc 72 0x557173620440 0.000114
+gallium_dri.so free 0x557173620580 void 0.000115
+gallium_dri.so free 0x557173620440 void 0.000129
+gallium_dri.so malloc 72 0x5571736205b0 0.000115
+gallium_dri.so free 0x557173620600 void 0.000116
+gallium_dri.so free 0x5571736205b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736205b0 0.000114
+gallium_dri.so free 0x557173620700 void 0.000115
+gallium_dri.so free 0x5571736205b0 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x5571736207c0 0.000113
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207c0 0.000114
+gallium_dri.so free 0x557173620900 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so malloc 72 0x557173620930 0.000117
+gallium_dri.so free 0x557173620980 void 0.000115
+gallium_dri.so free 0x557173620930 void 0.000115
+gallium_dri.so malloc 72 0x557173620930 0.000113
+gallium_dri.so free 0x557173620a80 void 0.000114
+gallium_dri.so free 0x557173620930 void 0.000114
+gallium_dri.so malloc 72 0x557173620a30 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620a30 void 0.000113
+gallium_dri.so malloc 72 0x557173620af0 0.000114
+gallium_dri.so free 0x557173620bc0 void 0.000114
+gallium_dri.so free 0x557173620af0 void 0.000176
+gallium_dri.so malloc 72 0x557173620af0 0.000115
+gallium_dri.so free 0x557173620c80 void 0.000114
+gallium_dri.so free 0x557173620af0 void 0.000113
+gallium_dri.so malloc 72 0x557173620af0 0.000114
+gallium_dri.so free 0x557173620d40 void 0.000114
+gallium_dri.so free 0x557173620af0 void 0.000113
+gallium_dri.so malloc 72 0x557173620cf0 0.000113
+gallium_dri.so free 0x557173620dc0 void 0.000113
+gallium_dri.so free 0x557173620cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173620e10 0.000113
+gallium_dri.so free 0x557173620e80 void 0.000115
+gallium_dri.so free 0x557173620e10 void 0.000112
+gallium_dri.so malloc 72 0x557173620ea0 0.000114
+gallium_dri.so free 0x557173620f40 void 0.000114
+gallium_dri.so free 0x557173620ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173620ef0 0.000114
+gallium_dri.so free 0x55717360bfc0 void 0.000120
+gallium_dri.so free 0x557173620ef0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bf70 0.000114
+gallium_dri.so free 0x55717360aa40 void 0.000114
+gallium_dri.so free 0x55717360bf70 void 0.000113
+gallium_dri.so malloc 72 0x55717360a9f0 0.000113
+gallium_dri.so free 0x557173609d80 void 0.000116
+gallium_dri.so free 0x55717360a9f0 void 0.000115
+gallium_dri.so malloc 72 0x557173609d30 0.000113
+gallium_dri.so free 0x557173609bc0 void 0.000113
+gallium_dri.so free 0x557173609d30 void 0.000117
+gallium_dri.so malloc 72 0x557173609b70 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000114
+gallium_dri.so free 0x557173609b70 void 0.000114
+gallium_dri.so malloc 72 0x557173591d30 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000115
+gallium_dri.so free 0x557173591d30 void 0.000113
+gallium_dri.so malloc 72 0x557173591070 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000115
+gallium_dri.so free 0x557173590cf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f770 0.000115
+gallium_dri.so free 0x557173590f00 void 0.000114
+gallium_dri.so free 0x55717358f770 void 0.000113
+gallium_dri.so malloc 72 0x557173590eb0 0.000112
+gallium_dri.so free 0x55717358eb00 void 0.000113
+gallium_dri.so free 0x557173590eb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000115
+gallium_dri.so free 0x55717358e780 void 0.000114
+gallium_dri.so free 0x55717358eab0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e730 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x55717358e730 void 0.000113
+gallium_dri.so malloc 72 0x55717358d1b0 0.000114
+gallium_dri.so free 0x55717358e940 void 0.000115
+gallium_dri.so free 0x55717358d1b0 void 0.000159
+gallium_dri.so malloc 72 0x55717358e8f0 0.000115
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000112
+gallium_dri.so free 0x55717360a400 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360a470 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x55717360a470 void 0.000113
+gallium_dri.so malloc 72 0x55717358c170 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000113
+gallium_dri.so free 0x55717358c170 void 0.000113
+gallium_dri.so malloc 72 0x55717358abf0 0.000116
+gallium_dri.so free 0x55717358c380 void 0.000113
+gallium_dri.so free 0x55717358abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c330 0.000113
+gallium_dri.so free 0x557173589f80 void 0.000114
+gallium_dri.so free 0x55717358c330 void 0.000113
+gallium_dri.so malloc 72 0x557173589f30 0.000113
+gallium_dri.so free 0x557173589c00 void 0.000114
+gallium_dri.so free 0x557173589f30 void 0.000115
+gallium_dri.so malloc 72 0x557173589bb0 0.000115
+gallium_dri.so free 0x557173588680 void 0.000116
+gallium_dri.so free 0x557173589bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173588630 0.000115
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so free 0x557173588630 void 0.000162
+gallium_dri.so malloc 72 0x557173588630 0.000116
+gallium_dri.so free 0x557173589dc0 void 0.000115
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x557173589d70 0.000114
+gallium_dri.so free 0x557173608d80 void 0.000116
+gallium_dri.so free 0x557173589d70 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000119
+gallium_dri.so free 0x557173608a00 void 0.000114
+gallium_dri.so free 0x557173608d30 void 0.000113
+gallium_dri.so malloc 72 0x5571736089b0 0.000113
+gallium_dri.so free 0x557173607480 void 0.000114
+gallium_dri.so free 0x5571736089b0 void 0.000112
+gallium_dri.so malloc 72 0x557173607430 0.000113
+gallium_dri.so free 0x557173608bc0 void 0.000113
+gallium_dri.so free 0x557173607430 void 0.000112
+gallium_dri.so malloc 72 0x557173608b70 0.000112
+gallium_dri.so free 0x5571736067c0 void 0.000115
+gallium_dri.so free 0x557173608b70 void 0.000114
+gallium_dri.so malloc 72 0x557173606770 0.000113
+gallium_dri.so free 0x557173606440 void 0.000114
+gallium_dri.so free 0x557173606770 void 0.000114
+gallium_dri.so malloc 72 0x5571736063f0 0.000115
+gallium_dri.so free 0x557173604ec0 void 0.000113
+gallium_dri.so free 0x5571736063f0 void 0.000114
+gallium_dri.so malloc 72 0x557173604e70 0.000114
+gallium_dri.so free 0x557173604200 void 0.000114
+gallium_dri.so free 0x557173604e70 void 0.000120
+gallium_dri.so malloc 72 0x5571736041b0 0.000114
+gallium_dri.so free 0x557173606600 void 0.000115
+gallium_dri.so free 0x5571736041b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736065b0 0.000112
+gallium_dri.so free 0x557173603e80 void 0.000113
+gallium_dri.so free 0x5571736065b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603e30 0.000113
+gallium_dri.so free 0x557173602900 void 0.000114
+gallium_dri.so free 0x557173603e30 void 0.000113
+gallium_dri.so malloc 72 0x5571736028b0 0.000112
+gallium_dri.so free 0x557173601c40 void 0.000115
+gallium_dri.so free 0x5571736028b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601bf0 0.000113
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so free 0x557173601bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173601870 0.000114
+gallium_dri.so free 0x557173604040 void 0.000114
+gallium_dri.so free 0x557173601870 void 0.000112
+gallium_dri.so malloc 72 0x557173603ff0 0.000112
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x557173603ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60f0 0.000112
+gallium_dri.so free 0x5571735d5480 void 0.000113
+gallium_dri.so free 0x5571735d60f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5430 0.000115
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so free 0x5571735d5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d50b0 0.000122
+gallium_dri.so free 0x557173601a80 void 0.000112
+gallium_dri.so free 0x5571735d50b0 void 0.000111
+gallium_dri.so malloc 72 0x557173601a30 0.000113
+gallium_dri.so free 0x5571735d3b80 void 0.000111
+gallium_dri.so free 0x557173601a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b30 0.000110
+gallium_dri.so free 0x55717358f180 void 0.000112
+gallium_dri.so free 0x5571735d3b30 void 0.000127
+gallium_dri.so malloc 72 0x55717358f1f0 0.000123
+gallium_dri.so free 0x5571735d2ec0 void 0.000123
+gallium_dri.so free 0x55717358f1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e70 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x5571735d2e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2af0 0.000121
+gallium_dri.so free 0x5571735d52c0 void 0.000121
+gallium_dri.so free 0x5571735d2af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5270 0.000120
+gallium_dri.so free 0x5571735d15c0 void 0.000120
+gallium_dri.so free 0x5571735d5270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1570 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000120
+gallium_dri.so free 0x5571735d1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000122
+gallium_dri.so free 0x5571735d08b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d0530 0.000123
+gallium_dri.so free 0x55717358cbc0 void 0.000122
+gallium_dri.so free 0x5571735d0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000123
+gallium_dri.so free 0x5571735d2d00 void 0.000121
+gallium_dri.so free 0x5571735d0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000121
+gallium_dri.so free 0x5571735cf000 void 0.000121
+gallium_dri.so free 0x5571735d2cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cefb0 0.000120
+gallium_dri.so free 0x557173468980 void 0.000122
+gallium_dri.so free 0x5571735cefb0 void 0.000120
+gallium_dri.so malloc 72 0x557173468930 0.000120
+gallium_dri.so free 0x557173467cc0 void 0.000121
+gallium_dri.so free 0x557173468930 void 0.000120
+gallium_dri.so malloc 72 0x557173467c70 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x557173467c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d06f0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571735d06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734678f0 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000121
+gallium_dri.so free 0x5571734678f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466370 0.000119
+gallium_dri.so free 0x557173465700 void 0.000121
+gallium_dri.so free 0x557173466370 void 0.000116
+gallium_dri.so malloc 72 0x5571734656b0 0.000115
+gallium_dri.so free 0x557173465380 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000115
+gallium_dri.so malloc 72 0x557173465330 0.000114
+gallium_dri.so free 0x557173467b00 void 0.000114
+gallium_dri.so free 0x557173465330 void 0.000114
+gallium_dri.so malloc 72 0x557173467ab0 0.000115
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173467ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173463db0 0.000114
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so free 0x557173463db0 void 0.000114
+gallium_dri.so malloc 72 0x5571734630f0 0.000113
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so free 0x5571734630f0 void 0.000114
+gallium_dri.so malloc 72 0x557173462d70 0.000113
+gallium_dri.so free 0x5571735bf3c0 void 0.000112
+gallium_dri.so free 0x557173462d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf370 0.000113
+gallium_dri.so free 0x557173465540 void 0.000114
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000113
+gallium_dri.so free 0x5571734654f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x557173609400 void 0.000130
+gallium_dri.so free 0x5571734654f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734654f0 0.000120
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so free 0x5571734654f0 void 0.000120
+gallium_dri.so malloc 72 0x557173606e40 0.000119
+gallium_dri.so free 0x557173462f80 void 0.000120
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x557173604880 void 0.000120
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x5571736022c0 void 0.000122
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x557173602330 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000120
+gallium_dri.so free 0x557173602330 void 0.000120
+gallium_dri.so malloc 72 0x557173602330 0.000120
+gallium_dri.so free 0x5571735d3540 void 0.000121
+gallium_dri.so free 0x557173602330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3540 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000120
+gallium_dri.so malloc 72 0x5571735cadb0 0.000119
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so free 0x5571735cadb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cadb0 0.000169
+gallium_dri.so free 0x557173468340 void 0.000127
+gallium_dri.so free 0x5571735cadb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cadb0 0.000123
+gallium_dri.so free 0x557173465d80 void 0.000122
+gallium_dri.so free 0x5571735cadb0 void 0.000120
+gallium_dri.so malloc 72 0x557173465d80 0.000121
+gallium_dri.so free 0x5571734637c0 void 0.000121
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so malloc 72 0x557173465d80 0.000120
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfc30 0.000120
+gallium_dri.so free 0x55717360b300 void 0.000121
+gallium_dri.so free 0x5571735bfc30 void 0.000122
+gallium_dri.so malloc 72 0x55717360b2b0 0.000119
+gallium_dri.so free 0x557173590080 void 0.000122
+gallium_dri.so free 0x55717360b2b0 void 0.000120
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000121
+gallium_dri.so free 0x557173590030 void 0.000121
+gallium_dri.so malloc 72 0x55717358da70 0.000121
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000120
+gallium_dri.so malloc 72 0x55717358b4b0 0.000120
+gallium_dri.so free 0x557173588f40 void 0.000171
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x557173588ef0 0.000186
+gallium_dri.so free 0x557173607d40 void 0.000126
+gallium_dri.so free 0x557173588ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173607cf0 0.000112
+gallium_dri.so free 0x557173605780 void 0.000111
+gallium_dri.so free 0x557173607cf0 void 0.000111
+gallium_dri.so malloc 72 0x557173605730 0.000110
+gallium_dri.so free 0x5571736031c0 void 0.000116
+gallium_dri.so free 0x557173605730 void 0.000110
+gallium_dri.so malloc 72 0x557173603170 0.000110
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x557173603170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d69b0 0.000111
+gallium_dri.so free 0x5571735d4440 void 0.000110
+gallium_dri.so free 0x5571735d69b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d43f0 0.000112
+gallium_dri.so free 0x5571735d1e80 void 0.000110
+gallium_dri.so free 0x5571735d43f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d1e30 0.000111
+gallium_dri.so free 0x5571735cf8c0 void 0.000114
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000111
+gallium_dri.so free 0x557173469240 void 0.000112
+gallium_dri.so free 0x5571735cf870 void 0.000110
+gallium_dri.so malloc 72 0x5571734691f0 0.000110
+gallium_dri.so free 0x557173466c80 void 0.000119
+gallium_dri.so free 0x5571734691f0 void 0.000119
+gallium_dri.so malloc 72 0x557173466c30 0.000124
+gallium_dri.so free 0x5571734646c0 void 0.000121
+gallium_dri.so free 0x557173466c30 void 0.000121
+gallium_dri.so malloc 72 0x557173464670 0.000117
+gallium_dri.so free 0x557173591e80 void 0.000118
+gallium_dri.so free 0x557173464670 void 0.000119
+gallium_dri.so malloc 72 0x557173591ec0 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000119
+gallium_dri.so free 0x557173591ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b40 0.000120
+gallium_dri.so free 0x5571735d6c00 void 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6b40 0.000118
+gallium_dri.so free 0x557173591f40 void 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000119
+gallium_dri.so malloc 72 0x557173591f70 0.000117
+gallium_dri.so free 0x5571735883c0 void 0.000133
+gallium_dri.so free 0x557173591f70 void 0.000120
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x55717360ab40 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x55717360ab90 0.000117
+gallium_dri.so free 0x55717360ac00 void 0.000169
+gallium_dri.so free 0x55717360ab90 void 0.000159
+gallium_dri.so malloc 72 0x55717360ac20 0.000158
+gallium_dri.so free 0x5571735884c0 void 0.000160
+gallium_dri.so free 0x55717360ac20 void 0.000157
+gallium_dri.so malloc 72 0x557173588470 0.000157
+gallium_dri.so free 0x55717360acc0 void 0.000158
+gallium_dri.so free 0x557173588470 void 0.000158
+gallium_dri.so malloc 72 0x55717360ac70 0.000159
+gallium_dri.so free 0x55717358f8c0 void 0.000160
+gallium_dri.so free 0x55717360ac70 void 0.000158
+gallium_dri.so malloc 72 0x55717358f910 0.000159
+gallium_dri.so free 0x55717358f980 void 0.000162
+gallium_dri.so free 0x55717358f910 void 0.000160
+gallium_dri.so malloc 72 0x55717358f9e0 0.000159
+gallium_dri.so free 0x55717358fa80 void 0.000158
+gallium_dri.so free 0x55717358f9e0 void 0.000158
+gallium_dri.so malloc 72 0x55717358fa30 0.000160
+gallium_dri.so free 0x55717360ad40 void 0.000159
+gallium_dri.so free 0x55717358fa30 void 0.000177
+gallium_dri.so malloc 72 0x55717360ad70 0.000135
+gallium_dri.so free 0x55717358d300 void 0.000118
+gallium_dri.so free 0x55717360ad70 void 0.000117
+gallium_dri.so malloc 72 0x55717358d340 0.000117
+gallium_dri.so free 0x55717358d3c0 void 0.000248
+gallium_dri.so free 0x55717358d340 void 0.000120
+gallium_dri.so malloc 72 0x55717358d3c0 0.000119
+gallium_dri.so free 0x55717358d480 void 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d3c0 0.000120
+gallium_dri.so free 0x55717358d500 void 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d530 0.000117
+gallium_dri.so free 0x55717358ad40 void 0.000118
+gallium_dri.so free 0x55717358d530 void 0.000117
+gallium_dri.so malloc 72 0x55717358ad90 0.000117
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so free 0x55717358ad90 void 0.000118
+gallium_dri.so malloc 72 0x55717358ae40 0.000120
+gallium_dri.so free 0x55717358aec0 void 0.000120
+gallium_dri.so free 0x55717358ae40 void 0.000117
+gallium_dri.so malloc 72 0x55717358aec0 0.000118
+gallium_dri.so free 0x557173588780 void 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735887a0 0.000117
+gallium_dri.so free 0x557173588840 void 0.000150
+gallium_dri.so free 0x5571735887a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735887f0 0.000119
+gallium_dri.so free 0x5571735888c0 void 0.000118
+gallium_dri.so free 0x5571735887f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735887f0 0.000124
+gallium_dri.so free 0x557173588940 void 0.000118
+gallium_dri.so free 0x5571735887f0 void 0.000119
+gallium_dri.so malloc 72 0x557173588940 0.000118
+gallium_dri.so free 0x557173607580 void 0.000120
+gallium_dri.so free 0x557173588940 void 0.000117
+gallium_dri.so malloc 72 0x5571736075c0 0.000120
+gallium_dri.so free 0x557173607640 void 0.000118
+gallium_dri.so free 0x5571736075c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736075c0 0.000119
+gallium_dri.so free 0x5571736076c0 void 0.000118
+gallium_dri.so free 0x5571736075c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736076f0 0.000118
+gallium_dri.so free 0x557173607740 void 0.000119
+gallium_dri.so free 0x5571736076f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736076f0 0.000117
+gallium_dri.so free 0x557173604fc0 void 0.000120
+gallium_dri.so free 0x5571736076f0 void 0.000118
+gallium_dri.so malloc 72 0x557173605010 0.000118
+gallium_dri.so free 0x557173605080 void 0.000118
+gallium_dri.so free 0x557173605010 void 0.000118
+gallium_dri.so malloc 72 0x5571736050a0 0.000127
+gallium_dri.so free 0x557173605140 void 0.000119
+gallium_dri.so free 0x5571736050a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736050f0 0.000118
+gallium_dri.so free 0x557173602a00 void 0.000119
+gallium_dri.so free 0x5571736050f0 void 0.000118
+gallium_dri.so malloc 72 0x557173602a70 0.000118
+gallium_dri.so free 0x5571736051c0 void 0.000118
+gallium_dri.so free 0x557173602a70 void 0.000117
+gallium_dri.so malloc 72 0x557173602a70 0.000119
+gallium_dri.so free 0x557173602ac0 void 0.000117
+gallium_dri.so free 0x557173602a70 void 0.000115
+gallium_dri.so malloc 72 0x557173602ac0 0.000119
+gallium_dri.so free 0x557173602b80 void 0.000119
+gallium_dri.so free 0x557173602ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173602ac0 0.000117
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so free 0x557173602ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6270 0.000121
+gallium_dri.so free 0x5571735d62c0 void 0.000119
+gallium_dri.so free 0x5571735d6270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6270 0.000119
+gallium_dri.so free 0x5571735d63c0 void 0.000119
+gallium_dri.so free 0x5571735d6270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6370 0.000118
+gallium_dri.so free 0x5571735d3c80 void 0.000119
+gallium_dri.so free 0x5571735d6370 void 0.000161
+gallium_dri.so malloc 72 0x5571735d3ce0 0.000123
+gallium_dri.so free 0x5571735d6480 void 0.000117
+gallium_dri.so free 0x5571735d3ce0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6430 0.000181
+gallium_dri.so free 0x5571735d3d80 void 0.000199
+gallium_dri.so free 0x5571735d6430 void 0.000135
+gallium_dri.so malloc 72 0x5571735d3d30 0.000119
+gallium_dri.so free 0x5571735d3e00 void 0.000118
+gallium_dri.so free 0x5571735d3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d30 0.000119
+gallium_dri.so free 0x5571735d16c0 void 0.000118
+gallium_dri.so free 0x5571735d3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1710 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000119
+gallium_dri.so free 0x5571735d1710 void 0.000118
+gallium_dri.so malloc 72 0x5571735d17a0 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so free 0x5571735d17a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d17f0 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000119
+gallium_dri.so free 0x5571735d17f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf150 0.000117
+gallium_dri.so free 0x5571735d18c0 void 0.000120
+gallium_dri.so free 0x5571735cf150 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf150 0.000128
+gallium_dri.so free 0x5571735cf1c0 void 0.000121
+gallium_dri.so free 0x5571735cf150 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf210 0.000118
+gallium_dri.so free 0x5571735cf280 void 0.000120
+gallium_dri.so free 0x5571735cf210 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf2a0 0.000119
+gallium_dri.so free 0x557173468a80 void 0.000118
+gallium_dri.so free 0x5571735cf2a0 void 0.000114
+gallium_dri.so malloc 72 0x557173468ab0 0.000117
+gallium_dri.so free 0x557173468b00 void 0.000120
+gallium_dri.so free 0x557173468ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173468ab0 0.000118
+gallium_dri.so free 0x557173468c00 void 0.000119
+gallium_dri.so free 0x557173468ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173468bb0 0.000120
+gallium_dri.so free 0x5571734664c0 void 0.000118
+gallium_dri.so free 0x557173468bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173466500 0.000118
+gallium_dri.so free 0x5571735cf340 void 0.000118
+gallium_dri.so free 0x557173466500 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x557173466580 void 0.000119
+gallium_dri.so free 0x5571735cf2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000118
+gallium_dri.so free 0x557173466640 void 0.000119
+gallium_dri.so free 0x5571735cf2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734665f0 0.000121
+gallium_dri.so free 0x557173463f00 void 0.000119
+gallium_dri.so free 0x5571734665f0 void 0.000119
+gallium_dri.so malloc 72 0x557173463f50 0.000119
+gallium_dri.so free 0x557173468cc0 void 0.000118
+gallium_dri.so free 0x557173463f50 void 0.000124
+gallium_dri.so malloc 72 0x557173468c70 0.000119
+gallium_dri.so free 0x5571734666c0 void 0.000119
+gallium_dri.so free 0x557173468c70 void 0.000117
+gallium_dri.so malloc 72 0x5571734666f0 0.000118
+gallium_dri.so free 0x557173463fc0 void 0.000119
+gallium_dri.so free 0x5571734666f0 void 0.000117
+gallium_dri.so malloc 72 0x557173464030 0.000119
+gallium_dri.so free 0x557173464080 void 0.000119
+gallium_dri.so free 0x557173464030 void 0.000117
+gallium_dri.so malloc 72 0x557173464030 0.000118
+gallium_dri.so free 0x5571735bf4c0 void 0.000119
+gallium_dri.so free 0x557173464030 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf510 0.000120
+gallium_dri.so free 0x5571735bf580 void 0.000120
+gallium_dri.so free 0x5571735bf510 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5a0 0.000117
+gallium_dri.so free 0x5571735bf640 void 0.000118
+gallium_dri.so free 0x5571735bf5a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000119
+gallium_dri.so free 0x5571735bf6c0 void 0.000118
+gallium_dri.so free 0x5571735bf5f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000119
+gallium_dri.so free 0x55717360aec0 void 0.000119
+gallium_dri.so free 0x5571735bf5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360af10 0.000118
+gallium_dri.so free 0x55717360af80 void 0.000118
+gallium_dri.so free 0x55717360af10 void 0.000124
+gallium_dri.so malloc 72 0x55717360afe0 0.000119
+gallium_dri.so free 0x55717360b080 void 0.000119
+gallium_dri.so free 0x55717360afe0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b030 0.000117
+gallium_dri.so free 0x55717360b0c0 void 0.000117
+gallium_dri.so free 0x55717360b030 void 0.000118
+gallium_dri.so malloc 72 0x55717360b030 0.000117
+gallium_dri.so free 0x55717358fc40 void 0.000119
+gallium_dri.so free 0x55717360b030 void 0.000117
+gallium_dri.so malloc 72 0x55717358fc80 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000117
+gallium_dri.so free 0x55717358fc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358fd00 0.000118
+gallium_dri.so free 0x55717358fdc0 void 0.000119
+gallium_dri.so free 0x55717358fd00 void 0.000116
+gallium_dri.so malloc 72 0x55717358fd00 0.000119
+gallium_dri.so free 0x55717358fe40 void 0.000117
+gallium_dri.so free 0x55717358fd00 void 0.000117
+gallium_dri.so malloc 72 0x55717358fe70 0.000119
+gallium_dri.so free 0x55717358d680 void 0.000129
+gallium_dri.so free 0x55717358fe70 void 0.000120
+gallium_dri.so malloc 72 0x55717358d6d0 0.000118
+gallium_dri.so free 0x55717358d740 void 0.000118
+gallium_dri.so free 0x55717358d6d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d780 0.000116
+gallium_dri.so free 0x55717358d800 void 0.000119
+gallium_dri.so free 0x55717358d780 void 0.000118
+gallium_dri.so malloc 72 0x55717358d800 0.000118
+gallium_dri.so free 0x55717358d8c0 void 0.000119
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so malloc 72 0x55717358d800 0.000118
+gallium_dri.so free 0x55717358b0c0 void 0.000118
+gallium_dri.so free 0x55717358d800 void 0.000117
+gallium_dri.so malloc 72 0x55717358b0f0 0.000117
+gallium_dri.so free 0x55717358b140 void 0.000120
+gallium_dri.so free 0x55717358b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b0f0 0.000119
+gallium_dri.so free 0x55717358b240 void 0.000118
+gallium_dri.so free 0x55717358b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b1f0 0.000118
+gallium_dri.so free 0x55717358b300 void 0.000118
+gallium_dri.so free 0x55717358b1f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358b2b0 0.000118
+gallium_dri.so free 0x557173588b00 void 0.000118
+gallium_dri.so free 0x55717358b2b0 void 0.000118
+gallium_dri.so malloc 72 0x557173588b20 0.000117
+gallium_dri.so free 0x557173588bc0 void 0.000123
+gallium_dri.so free 0x557173588b20 void 0.000118
+gallium_dri.so malloc 72 0x557173588b70 0.000119
+gallium_dri.so free 0x557173588c40 void 0.000118
+gallium_dri.so free 0x557173588b70 void 0.000147
+gallium_dri.so malloc 72 0x557173588b70 0.000120
+gallium_dri.so free 0x557173588cc0 void 0.000119
+gallium_dri.so free 0x557173588b70 void 0.000118
+gallium_dri.so malloc 72 0x557173588cc0 0.000119
+gallium_dri.so free 0x557173607900 void 0.000119
+gallium_dri.so free 0x557173588cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173607920 0.000118
+gallium_dri.so free 0x5571736079c0 void 0.000117
+gallium_dri.so free 0x557173607920 void 0.000118
+gallium_dri.so malloc 72 0x557173607970 0.000119
+gallium_dri.so free 0x557173607a40 void 0.000119
+gallium_dri.so free 0x557173607970 void 0.000118
+gallium_dri.so malloc 72 0x557173607970 0.000119
+gallium_dri.so free 0x557173607b40 void 0.000117
+gallium_dri.so free 0x557173607970 void 0.000119
+gallium_dri.so malloc 72 0x557173607af0 0.000118
+gallium_dri.so free 0x557173605340 void 0.000118
+gallium_dri.so free 0x557173607af0 void 0.000119
+gallium_dri.so malloc 72 0x557173605390 0.000119
+gallium_dri.so free 0x557173605400 void 0.000118
+gallium_dri.so free 0x557173605390 void 0.000127
+gallium_dri.so malloc 72 0x557173605420 0.000120
+gallium_dri.so free 0x5571736054c0 void 0.000119
+gallium_dri.so free 0x557173605420 void 0.000118
+gallium_dri.so malloc 72 0x557173605470 0.000119
+gallium_dri.so free 0x557173605540 void 0.000118
+gallium_dri.so free 0x557173605470 void 0.000117
+gallium_dri.so malloc 72 0x557173605470 0.000119
+gallium_dri.so free 0x557173602d80 void 0.000118
+gallium_dri.so free 0x557173605470 void 0.000117
+gallium_dri.so malloc 72 0x557173602dd0 0.000118
+gallium_dri.so free 0x557173602e40 void 0.000120
+gallium_dri.so free 0x557173602dd0 void 0.000118
+gallium_dri.so malloc 72 0x557173602ea0 0.000118
+gallium_dri.so free 0x557173602f40 void 0.000119
+gallium_dri.so free 0x557173602ea0 void 0.000118
+gallium_dri.so malloc 72 0x557173602ef0 0.000122
+gallium_dri.so free 0x557173602f80 void 0.000120
+gallium_dri.so free 0x557173602ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173602ef0 0.000119
+gallium_dri.so free 0x5571735d65c0 void 0.000118
+gallium_dri.so free 0x557173602ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6600 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000119
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6680 0.000120
+gallium_dri.so free 0x5571735d6740 void 0.000118
+gallium_dri.so free 0x5571735d6680 void 0.000127
+gallium_dri.so malloc 72 0x5571735d6680 0.000118
+gallium_dri.so free 0x5571735d67c0 void 0.000119
+gallium_dri.so free 0x5571735d6680 void 0.000117
+gallium_dri.so malloc 72 0x5571735d67f0 0.000118
+gallium_dri.so free 0x5571735d4000 void 0.000121
+gallium_dri.so free 0x5571735d67f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4050 0.000118
+gallium_dri.so free 0x5571735d40c0 void 0.000117
+gallium_dri.so free 0x5571735d4050 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4100 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so free 0x5571735d4100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4180 0.000119
+gallium_dri.so free 0x5571735d4240 void 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4180 0.000118
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1a70 0.000118
+gallium_dri.so free 0x5571735d1ac0 void 0.000117
+gallium_dri.so free 0x5571735d1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1a70 0.000117
+gallium_dri.so free 0x5571735d1bc0 void 0.000119
+gallium_dri.so free 0x5571735d1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1b70 0.000118
+gallium_dri.so free 0x5571735d1c80 void 0.000186
+gallium_dri.so free 0x5571735d1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1c30 0.000118
+gallium_dri.so free 0x5571735cf480 void 0.000117
+gallium_dri.so free 0x5571735d1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4a0 0.000118
+gallium_dri.so free 0x5571735cf540 void 0.000120
+gallium_dri.so free 0x5571735cf4a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000118
+gallium_dri.so free 0x5571735cf5c0 void 0.000118
+gallium_dri.so free 0x5571735cf4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4f0 0.000119
+gallium_dri.so free 0x5571735cf640 void 0.000119
+gallium_dri.so free 0x5571735cf4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf640 0.000119
+gallium_dri.so free 0x557173468e00 void 0.000120
+gallium_dri.so free 0x5571735cf640 void 0.000118
+gallium_dri.so malloc 72 0x557173468e20 0.000116
+gallium_dri.so free 0x557173468ec0 void 0.000118
+gallium_dri.so free 0x557173468e20 void 0.000117
+gallium_dri.so malloc 72 0x557173468e70 0.000119
+gallium_dri.so free 0x557173468f40 void 0.000119
+gallium_dri.so free 0x557173468e70 void 0.000118
+gallium_dri.so malloc 72 0x557173468e70 0.000118
+gallium_dri.so free 0x557173469040 void 0.000118
+gallium_dri.so free 0x557173468e70 void 0.000114
+gallium_dri.so malloc 72 0x557173468ff0 0.000123
+gallium_dri.so free 0x557173466840 void 0.000112
+gallium_dri.so free 0x557173468ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173466890 0.000111
+gallium_dri.so free 0x557173466900 void 0.000112
+gallium_dri.so free 0x557173466890 void 0.000111
+gallium_dri.so malloc 72 0x557173466920 0.000111
+gallium_dri.so free 0x5571734669c0 void 0.000110
+gallium_dri.so free 0x557173466920 void 0.000111
+gallium_dri.so malloc 72 0x557173466970 0.000110
+gallium_dri.so free 0x557173466a40 void 0.000139
+gallium_dri.so free 0x557173466970 void 0.000110
+gallium_dri.so malloc 72 0x557173466970 0.000110
+gallium_dri.so free 0x557173464280 void 0.000112
+gallium_dri.so free 0x557173466970 void 0.000111
+gallium_dri.so malloc 72 0x5571734642d0 0.000110
+gallium_dri.so free 0x557173464340 void 0.000112
+gallium_dri.so free 0x5571734642d0 void 0.000112
+gallium_dri.so malloc 72 0x5571734643a0 0.000112
+gallium_dri.so free 0x557173464440 void 0.000110
+gallium_dri.so free 0x5571734643a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734643f0 0.000113
+gallium_dri.so free 0x557173464480 void 0.000113
+gallium_dri.so free 0x5571734643f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734643f0 0.000110
+gallium_dri.so free 0x5571735bf840 void 0.000111
+gallium_dri.so free 0x5571734643f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf880 0.000111
+gallium_dri.so free 0x5571735bf900 void 0.000136
+gallium_dri.so free 0x5571735bf880 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf900 0.000124
+gallium_dri.so free 0x5571735bf9c0 void 0.000120
+gallium_dri.so free 0x5571735bf900 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf900 0.000118
+gallium_dri.so free 0x5571735bfa40 void 0.000121
+gallium_dri.so free 0x5571735bf900 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfa70 0.000119
+gallium_dri.so free 0x557173462440 void 0.000121
+gallium_dri.so free 0x5571735bfa70 void 0.000119
+gallium_dri.so malloc 72 0x557173462490 0.000118
+gallium_dri.so free 0x557173462500 void 0.000120
+gallium_dri.so free 0x557173462490 void 0.000117
+gallium_dri.so malloc 72 0x557173462540 0.000117
+gallium_dri.so free 0x5571734625c0 void 0.000119
+gallium_dri.so free 0x557173462540 void 0.000120
+gallium_dri.so malloc 72 0x5571734625c0 0.000119
+gallium_dri.so free 0x557173462680 void 0.000118
+gallium_dri.so free 0x5571734625c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734625c0 0.000123
+gallium_dri.so free 0x557173462700 void 0.000123
+gallium_dri.so free 0x5571734625c0 void 0.000120
+gallium_dri.so malloc 72 0x557173462730 0.000118
+gallium_dri.so free 0x55717360a580 void 0.000119
+gallium_dri.so free 0x557173462730 void 0.000120
+gallium_dri.so malloc 72 0x55717360a530 0.000128
+gallium_dri.so free 0x55717360a600 void 0.000118
+gallium_dri.so free 0x55717360a530 void 0.000119
+gallium_dri.so malloc 72 0x55717360a650 0.000118
+gallium_dri.so free 0x55717360a6c0 void 0.000119
+gallium_dri.so free 0x55717360a650 void 0.000119
+gallium_dri.so malloc 72 0x55717360a700 0.000119
+gallium_dri.so free 0x55717360a780 void 0.000119
+gallium_dri.so free 0x55717360a700 void 0.000119
+gallium_dri.so malloc 72 0x55717360a700 0.000120
+gallium_dri.so free 0x55717360a800 void 0.000120
+gallium_dri.so free 0x55717360a700 void 0.000119
+gallium_dri.so malloc 72 0x55717360a830 0.000118
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x55717360a830 void 0.000118
+gallium_dri.so malloc 72 0x557173591870 0.000118
+gallium_dri.so free 0x557173591940 void 0.000118
+gallium_dri.so free 0x557173591870 void 0.000121
+gallium_dri.so malloc 72 0x557173591990 0.000118
+gallium_dri.so free 0x557173591a00 void 0.000119
+gallium_dri.so free 0x557173591990 void 0.000120
+gallium_dri.so malloc 72 0x557173591a20 0.000118
+gallium_dri.so free 0x557173591ac0 void 0.000119
+gallium_dri.so free 0x557173591a20 void 0.000119
+gallium_dri.so malloc 72 0x557173591a70 0.000122
+gallium_dri.so free 0x557173591b40 void 0.000120
+gallium_dri.so free 0x557173591a70 void 0.000128
+gallium_dri.so malloc 72 0x557173591a70 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000120
+gallium_dri.so free 0x557173591a70 void 0.000119
+gallium_dri.so malloc 72 0x55717358f2b0 0.000119
+gallium_dri.so free 0x55717358f380 void 0.000121
+gallium_dri.so free 0x55717358f2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f3d0 0.000119
+gallium_dri.so free 0x55717358f440 void 0.000118
+gallium_dri.so free 0x55717358f3d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f460 0.000118
+gallium_dri.so free 0x55717358f500 void 0.000118
+gallium_dri.so free 0x55717358f460 void 0.000119
+gallium_dri.so malloc 72 0x55717358f4b0 0.000118
+gallium_dri.so free 0x55717358f580 void 0.000120
+gallium_dri.so free 0x55717358f4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f4b0 0.000118
+gallium_dri.so free 0x55717358cd40 void 0.000118
+gallium_dri.so free 0x55717358f4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ccf0 0.000121
+gallium_dri.so free 0x55717358ce00 void 0.000120
+gallium_dri.so free 0x55717358ccf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cdb0 0.000117
+gallium_dri.so free 0x55717358ce80 void 0.000119
+gallium_dri.so free 0x55717358cdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cdb0 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000119
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cdb0 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000120
+gallium_dri.so free 0x55717358cdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cfb0 0.000118
+gallium_dri.so free 0x55717358a780 void 0.000119
+gallium_dri.so free 0x55717358cfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a730 0.000132
+gallium_dri.so free 0x55717358a840 void 0.000121
+gallium_dri.so free 0x55717358a730 void 0.000119
+gallium_dri.so malloc 72 0x55717358a7f0 0.000118
+gallium_dri.so free 0x55717358a880 void 0.000118
+gallium_dri.so free 0x55717358a7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a7f0 0.000145
+gallium_dri.so free 0x55717358a940 void 0.000119
+gallium_dri.so free 0x55717358a7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a990 0.000118
+gallium_dri.so free 0x55717358aa00 void 0.000119
+gallium_dri.so free 0x55717358a990 void 0.000118
+gallium_dri.so malloc 72 0x55717358aa40 0.000120
+gallium_dri.so free 0x557173606fc0 void 0.000120
+gallium_dri.so free 0x55717358aa40 void 0.000120
+gallium_dri.so malloc 72 0x557173606f70 0.000118
+gallium_dri.so free 0x557173607080 void 0.000118
+gallium_dri.so free 0x557173606f70 void 0.000119
+gallium_dri.so malloc 72 0x557173607030 0.000126
+gallium_dri.so free 0x5571736070c0 void 0.000122
+gallium_dri.so free 0x557173607030 void 0.000119
+gallium_dri.so malloc 72 0x557173607030 0.000119
+gallium_dri.so free 0x557173607180 void 0.000119
+gallium_dri.so free 0x557173607030 void 0.000119
+gallium_dri.so malloc 72 0x5571736071c0 0.000119
+gallium_dri.so free 0x557173607240 void 0.000120
+gallium_dri.so free 0x5571736071c0 void 0.000119
+gallium_dri.so malloc 72 0x557173607240 0.000117
+gallium_dri.so free 0x557173604a00 void 0.000118
+gallium_dri.so free 0x557173607240 void 0.000118
+gallium_dri.so malloc 72 0x5571736049b0 0.000118
+gallium_dri.so free 0x557173604a80 void 0.000120
+gallium_dri.so free 0x5571736049b0 void 0.000119
+gallium_dri.so malloc 72 0x557173604aa0 0.000119
+gallium_dri.so free 0x557173604b40 void 0.000119
+gallium_dri.so free 0x557173604aa0 void 0.000118
+gallium_dri.so malloc 72 0x557173604af0 0.000118
+gallium_dri.so free 0x557173604bc0 void 0.000120
+gallium_dri.so free 0x557173604af0 void 0.000120
+gallium_dri.so malloc 72 0x557173604af0 0.000119
+gallium_dri.so free 0x557173604c40 void 0.000119
+gallium_dri.so free 0x557173604af0 void 0.000119
+gallium_dri.so malloc 72 0x557173604c40 0.000120
+gallium_dri.so free 0x557173602440 void 0.000119
+gallium_dri.so free 0x557173604c40 void 0.000119
+gallium_dri.so malloc 72 0x5571736023f0 0.000122
+gallium_dri.so free 0x557173602480 void 0.000120
+gallium_dri.so free 0x5571736023f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736023f0 0.000119
+gallium_dri.so free 0x557173602540 void 0.000118
+gallium_dri.so free 0x5571736023f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736025b0 0.000118
+gallium_dri.so free 0x557173602600 void 0.000121
+gallium_dri.so free 0x5571736025b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736025b0 0.000119
+gallium_dri.so free 0x557173602700 void 0.000119
+gallium_dri.so free 0x5571736025b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736026b0 0.000118
+gallium_dri.so free 0x5571735d5c80 void 0.000118
+gallium_dri.so free 0x5571736026b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5c30 0.000119
+gallium_dri.so free 0x5571735d5cc0 void 0.000118
+gallium_dri.so free 0x5571735d5c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5c30 0.000118
+gallium_dri.so free 0x5571735d5d80 void 0.000119
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000128
+gallium_dri.so free 0x5571735d5e40 void 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5e40 0.000119
+gallium_dri.so free 0x5571735d5f00 void 0.000121
+gallium_dri.so free 0x5571735d5e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5e40 0.000120
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735d5e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3670 0.000119
+gallium_dri.so free 0x5571735d3700 void 0.000120
+gallium_dri.so free 0x5571735d3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3670 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000119
+gallium_dri.so free 0x5571735d3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3800 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000121
+gallium_dri.so free 0x5571735d3800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3880 0.000118
+gallium_dri.so free 0x5571735d3940 void 0.000118
+gallium_dri.so free 0x5571735d3880 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3880 0.000120
+gallium_dri.so free 0x5571735d1100 void 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000120
+gallium_dri.so free 0x5571735d10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1180 0.000119
+gallium_dri.so free 0x5571735d1240 void 0.000119
+gallium_dri.so free 0x5571735d1180 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1180 0.000118
+gallium_dri.so free 0x5571735d12c0 void 0.000122
+gallium_dri.so free 0x5571735d1180 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12c0 0.000119
+gallium_dri.so free 0x5571735d1380 void 0.000120
+gallium_dri.so free 0x5571735d12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d12c0 0.000119
+gallium_dri.so free 0x5571735ceb40 void 0.000120
+gallium_dri.so free 0x5571735d12c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000119
+gallium_dri.so free 0x5571735cebc0 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000119
+gallium_dri.so free 0x5571735cec40 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cec40 0.000118
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000149
+gallium_dri.so free 0x5571735cee00 void 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cedb0 0.000118
+gallium_dri.so free 0x5571734684c0 void 0.000119
+gallium_dri.so free 0x5571735cedb0 void 0.000119
+gallium_dri.so malloc 72 0x557173468470 0.000119
+gallium_dri.so free 0x557173468540 void 0.000125
+gallium_dri.so free 0x557173468470 void 0.000130
+gallium_dri.so malloc 72 0x557173468470 0.000121
+gallium_dri.so free 0x5571734685c0 void 0.000119
+gallium_dri.so free 0x557173468470 void 0.000120
+gallium_dri.so malloc 72 0x5571734685c0 0.000119
+gallium_dri.so free 0x557173468680 void 0.000120
+gallium_dri.so free 0x5571734685c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734685c0 0.000119
+gallium_dri.so free 0x557173468740 void 0.000120
+gallium_dri.so free 0x5571734685c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734685c0 0.000119
+gallium_dri.so free 0x557173465f00 void 0.000118
+gallium_dri.so free 0x5571734685c0 void 0.000120
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173465f00 void 0.000121
+gallium_dri.so free 0x557173465eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173466000 void 0.000120
+gallium_dri.so free 0x557173465eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173465fb0 0.000121
+gallium_dri.so free 0x5571734660c0 void 0.000119
+gallium_dri.so free 0x557173465fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173466070 0.000120
+gallium_dri.so free 0x557173466100 void 0.000120
+gallium_dri.so free 0x557173466070 void 0.000119
+gallium_dri.so malloc 72 0x557173466070 0.000119
+gallium_dri.so free 0x5571734661c0 void 0.000169
+gallium_dri.so free 0x557173466070 void 0.000123
+gallium_dri.so malloc 72 0x557173466200 0.000124
+gallium_dri.so free 0x557173463940 void 0.000119
+gallium_dri.so free 0x557173466200 void 0.000119
+gallium_dri.so malloc 72 0x5571734638f0 0.000120
+gallium_dri.so free 0x557173463a00 void 0.000119
+gallium_dri.so free 0x5571734638f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734639b0 0.000118
+gallium_dri.so free 0x557173463a80 void 0.000119
+gallium_dri.so free 0x5571734639b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734639b0 0.000118
+gallium_dri.so free 0x557173463b40 void 0.000119
+gallium_dri.so free 0x5571734639b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734639b0 0.000119
+gallium_dri.so free 0x557173463c00 void 0.000119
+gallium_dri.so free 0x5571734639b0 void 0.000119
+gallium_dri.so malloc 72 0x557173463bb0 0.000118
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so free 0x557173463bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735907c0 0.000121
+gallium_dri.so free 0x557173590880 void 0.000120
+gallium_dri.so free 0x5571735907c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735907c0 0.000119
+gallium_dri.so free 0x557173590900 void 0.000119
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590930 0.000129
+gallium_dri.so free 0x557173590980 void 0.000121
+gallium_dri.so free 0x557173590930 void 0.000119
+gallium_dri.so malloc 72 0x557173590980 0.000119
+gallium_dri.so free 0x557173590a40 void 0.000120
+gallium_dri.so free 0x557173590980 void 0.000120
+gallium_dri.so malloc 72 0x557173590980 0.000118
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x557173590980 void 0.000121
+gallium_dri.so malloc 72 0x557173590af0 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x557173590af0 void 0.000121
+gallium_dri.so malloc 72 0x557173590af0 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x557173590af0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e2b0 0.000125
+gallium_dri.so free 0x55717358e300 void 0.000119
+gallium_dri.so free 0x55717358e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e2b0 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e3b0 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000132
+gallium_dri.so free 0x55717358e3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e470 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000127
+gallium_dri.so malloc 72 0x55717358e560 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x55717358e560 0.000119
+gallium_dri.so free 0x55717358bd00 void 0.000118
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcb0 0.000119
+gallium_dri.so free 0x55717358bd80 void 0.000119
+gallium_dri.so free 0x55717358bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bdd0 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000119
+gallium_dri.so free 0x55717358bdd0 void 0.000119
+gallium_dri.so malloc 72 0x55717358be60 0.000119
+gallium_dri.so free 0x55717358bf00 void 0.000120
+gallium_dri.so free 0x55717358be60 void 0.000118
+gallium_dri.so malloc 72 0x55717358beb0 0.000118
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bff0 0.000120
+gallium_dri.so free 0x557173589680 void 0.000120
+gallium_dri.so free 0x55717358bff0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bff0 0.000143
+gallium_dri.so free 0x557173589700 void 0.000121
+gallium_dri.so free 0x55717358bff0 void 0.000119
+gallium_dri.so malloc 72 0x557173589700 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000165
+gallium_dri.so free 0x557173589700 void 0.000122
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so malloc 72 0x5571735898f0 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so free 0x5571735898f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589a10 0.000118
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x557173589a10 void 0.000120
+gallium_dri.so malloc 72 0x557173589a10 0.000118
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173589a10 void 0.000119
+gallium_dri.so malloc 72 0x557173608560 0.000117
+gallium_dri.so free 0x557173608600 void 0.000118
+gallium_dri.so free 0x557173608560 void 0.000119
+gallium_dri.so malloc 72 0x5571736085b0 0.000119
+gallium_dri.so free 0x557173608680 void 0.000119
+gallium_dri.so free 0x5571736085b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736085b0 0.000118
+gallium_dri.so free 0x557173608700 void 0.000119
+gallium_dri.so free 0x5571736085b0 void 0.000119
+gallium_dri.so malloc 72 0x557173608700 0.000127
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x557173608700 void 0.000120
+gallium_dri.so malloc 72 0x557173608700 0.000118
+gallium_dri.so free 0x557173605ec0 void 0.000118
+gallium_dri.so free 0x557173608700 void 0.000123
+gallium_dri.so malloc 72 0x557173608700 0.000119
+gallium_dri.so free 0x557173605f80 void 0.000118
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so malloc 72 0x557173605f30 0.000119
+gallium_dri.so free 0x557173606040 void 0.000124
+gallium_dri.so free 0x557173605f30 void 0.000119
+gallium_dri.so malloc 72 0x557173605ff0 0.000120
+gallium_dri.so free 0x5571736060c0 void 0.000119
+gallium_dri.so free 0x557173605ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173606110 0.000119
+gallium_dri.so free 0x557173606180 void 0.000136
+gallium_dri.so free 0x557173606110 void 0.000119
+gallium_dri.so malloc 72 0x5571736061a0 0.000119
+gallium_dri.so free 0x557173606240 void 0.000118
+gallium_dri.so free 0x5571736061a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736061f0 0.000121
+gallium_dri.so free 0x557173603900 void 0.000118
+gallium_dri.so free 0x5571736061f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736061f0 0.000118
+gallium_dri.so free 0x557173603980 void 0.000120
+gallium_dri.so free 0x5571736061f0 void 0.000129
+gallium_dri.so malloc 72 0x557173603980 0.000119
+gallium_dri.so free 0x557173603a40 void 0.000118
+gallium_dri.so free 0x557173603980 void 0.000118
+gallium_dri.so malloc 72 0x557173603980 0.000118
+gallium_dri.so free 0x557173603b40 void 0.000117
+gallium_dri.so free 0x557173603980 void 0.000119
+gallium_dri.so malloc 72 0x557173603af0 0.000118
+gallium_dri.so free 0x557173603b80 void 0.000120
+gallium_dri.so free 0x557173603af0 void 0.000118
+gallium_dri.so malloc 72 0x557173603af0 0.000117
+gallium_dri.so free 0x557173603c40 void 0.000119
+gallium_dri.so free 0x557173603af0 void 0.000118
+gallium_dri.so malloc 72 0x557173603c80 0.000118
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so free 0x557173603c80 void 0.000119
+gallium_dri.so malloc 72 0x557173601340 0.000120
+gallium_dri.so free 0x557173601400 void 0.000117
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so malloc 72 0x557173601340 0.000118
+gallium_dri.so free 0x557173601480 void 0.000118
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so malloc 72 0x5571736014b0 0.000118
+gallium_dri.so free 0x557173601500 void 0.000118
+gallium_dri.so free 0x5571736014b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736014b0 0.000119
+gallium_dri.so free 0x557173601600 void 0.000119
+gallium_dri.so free 0x5571736014b0 void 0.000124
+gallium_dri.so malloc 72 0x557173601640 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000118
+gallium_dri.so free 0x557173601640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4b80 0.000119
+gallium_dri.so free 0x5571735d4c40 void 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4b80 0.000119
+gallium_dri.so free 0x5571735d4cc0 void 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000118
+gallium_dri.so free 0x5571736016c0 void 0.000119
+gallium_dri.so free 0x5571735d4cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000121
+gallium_dri.so free 0x5571735d4d40 void 0.000120
+gallium_dri.so free 0x5571735d4cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d40 0.000119
+gallium_dri.so free 0x5571735d4e00 void 0.000117
+gallium_dri.so free 0x5571735d4d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4d40 0.000118
+gallium_dri.so free 0x5571735d4f00 void 0.000119
+gallium_dri.so free 0x5571735d4d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4d40 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000125
+gallium_dri.so free 0x5571735d4d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d40 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000152
+gallium_dri.so free 0x5571735d4d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2630 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2750 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000119
+gallium_dri.so free 0x5571735d2750 void 0.000118
+gallium_dri.so malloc 72 0x5571735d27e0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000117
+gallium_dri.so free 0x5571735d27e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2830 0.000118
+gallium_dri.so free 0x5571735d2900 void 0.000119
+gallium_dri.so free 0x5571735d2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2900 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2900 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x5571735d2900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000117
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0080 0.000129
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0270 0.000120
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0390 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so free 0x5571735d0390 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0390 0.000118
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so free 0x5571735d0390 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0390 0.000118
+gallium_dri.so free 0x557173467500 void 0.000118
+gallium_dri.so free 0x5571735d0390 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0390 0.000117
+gallium_dri.so free 0x5571734675c0 void 0.000117
+gallium_dri.so free 0x5571735d0390 void 0.000117
+gallium_dri.so malloc 72 0x557173467570 0.000118
+gallium_dri.so free 0x557173467640 void 0.000118
+gallium_dri.so free 0x557173467570 void 0.000118
+gallium_dri.so malloc 72 0x557173467690 0.000118
+gallium_dri.so free 0x557173467700 void 0.000118
+gallium_dri.so free 0x557173467690 void 0.000118
+gallium_dri.so malloc 72 0x557173467720 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x557173467720 void 0.000160
+gallium_dri.so malloc 72 0x557173467720 0.000121
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so free 0x557173467720 void 0.000118
+gallium_dri.so malloc 72 0x557173464e70 0.000118
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so free 0x557173464e70 void 0.000117
+gallium_dri.so malloc 72 0x557173464e70 0.000117
+gallium_dri.so free 0x557173464fc0 void 0.000117
+gallium_dri.so free 0x557173464e70 void 0.000118
+gallium_dri.so malloc 72 0x557173464f70 0.000116
+gallium_dri.so free 0x557173465080 void 0.000130
+gallium_dri.so free 0x557173464f70 void 0.000120
+gallium_dri.so malloc 72 0x557173465030 0.000117
+gallium_dri.so free 0x5571734650c0 void 0.000118
+gallium_dri.so free 0x557173465030 void 0.000118
+gallium_dri.so malloc 72 0x557173465030 0.000118
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so free 0x557173465030 void 0.000119
+gallium_dri.so malloc 72 0x557173465030 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so free 0x557173465030 void 0.000118
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173462980 void 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734628c0 0.000119
+gallium_dri.so free 0x557173462a80 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173465180 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734651b0 0.000118
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x5571734651b0 void 0.000117
+gallium_dri.so malloc 72 0x557173462b40 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000117
+gallium_dri.so free 0x557173462b40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba40 0.000118
+gallium_dri.so free 0x55717360bb00 void 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba40 0.000119
+gallium_dri.so free 0x55717360bb80 void 0.000119
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so malloc 72 0x55717360bbb0 0.000118
+gallium_dri.so free 0x55717360bc00 void 0.000119
+gallium_dri.so free 0x55717360bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bc00 0.000119
+gallium_dri.so free 0x557173462bc0 void 0.000122
+gallium_dri.so free 0x55717360bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717360bc00 0.000119
+gallium_dri.so free 0x55717360bcc0 void 0.000118
+gallium_dri.so free 0x55717360bc00 void 0.000118
+gallium_dri.so malloc 72 0x55717360bcc0 0.000117
+gallium_dri.so free 0x55717360bd80 void 0.000128
+gallium_dri.so free 0x55717360bcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bcc0 0.000119
+gallium_dri.so free 0x557173469380 void 0.000118
+gallium_dri.so free 0x55717360bcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bcc0 0.000120
+gallium_dri.so free 0x557173469440 void 0.000118
+gallium_dri.so free 0x55717360bcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571734693f0 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000118
+gallium_dri.so free 0x5571734693f0 void 0.000118
+gallium_dri.so malloc 72 0x557173469510 0.000117
+gallium_dri.so free 0x557173469580 void 0.000117
+gallium_dri.so free 0x557173469510 void 0.000118
+gallium_dri.so malloc 72 0x5571734695c0 0.000121
+gallium_dri.so free 0x557173469640 void 0.000119
+gallium_dri.so free 0x5571734695c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734695c0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000119
+gallium_dri.so free 0x5571734695c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734696f0 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x5571734696f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000116
+gallium_dri.so free 0x557173591280 void 0.000133
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so malloc 72 0x557173591280 0.000163
+gallium_dri.so free 0x557173591340 void 0.000124
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so malloc 72 0x557173591280 0.000118
+gallium_dri.so free 0x5571735913c0 void 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so malloc 72 0x5571735913f0 0.000118
+gallium_dri.so free 0x557173591440 void 0.000118
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735913f0 0.000114
+gallium_dri.so free 0x557173591540 void 0.000117
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591580 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x557173591580 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec50 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so free 0x55717358ec50 void 0.000117
+gallium_dri.so malloc 72 0x55717358ece0 0.000117
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ece0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed30 0.000118
+gallium_dri.so free 0x55717358ee00 void 0.000120
+gallium_dri.so free 0x55717358ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed30 0.000117
+gallium_dri.so free 0x55717358ee80 void 0.000118
+gallium_dri.so free 0x55717358ed30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ee80 0.000118
+gallium_dri.so free 0x55717358ef40 void 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee80 0.000118
+gallium_dri.so free 0x55717358c640 void 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000122
+gallium_dri.so malloc 72 0x55717358c660 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000119
+gallium_dri.so free 0x55717358c660 void 0.000118
+gallium_dri.so malloc 72 0x55717358c6b0 0.000120
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000117
+gallium_dri.so free 0x55717358c800 void 0.000118
+gallium_dri.so free 0x55717358c6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c800 0.000117
+gallium_dri.so free 0x55717358c8c0 void 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000118
+gallium_dri.so malloc 72 0x55717358c800 0.000117
+gallium_dri.so free 0x55717358c980 void 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so malloc 72 0x55717358c800 0.000118
+gallium_dri.so free 0x55717358a080 void 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0d0 0.000118
+gallium_dri.so free 0x55717358a140 void 0.000119
+gallium_dri.so free 0x55717358a0d0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a180 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a180 void 0.000117
+gallium_dri.so malloc 72 0x55717358a200 0.000118
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so malloc 72 0x55717358a200 0.000118
+gallium_dri.so free 0x55717358ca40 void 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9f0 0.000117
+gallium_dri.so free 0x55717358a340 void 0.000126
+gallium_dri.so free 0x55717358c9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a380 0.000119
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000118
+gallium_dri.so malloc 72 0x55717358a400 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so malloc 72 0x557173608ec0 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so free 0x557173608ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ec0 0.000119
+gallium_dri.so free 0x557173608fc0 void 0.000121
+gallium_dri.so free 0x557173608ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ff0 0.000118
+gallium_dri.so free 0x557173609040 void 0.000161
+gallium_dri.so free 0x557173608ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173608ff0 0.000118
+gallium_dri.so free 0x557173609140 void 0.000119
+gallium_dri.so free 0x557173608ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571736090f0 0.000118
+gallium_dri.so free 0x557173609200 void 0.000117
+gallium_dri.so free 0x5571736090f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736091b0 0.000118
+gallium_dri.so free 0x5571736068c0 void 0.000146
+gallium_dri.so free 0x5571736091b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736068f0 0.000117
+gallium_dri.so free 0x557173606940 void 0.000120
+gallium_dri.so free 0x5571736068f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736068f0 0.000118
+gallium_dri.so free 0x557173606a40 void 0.000119
+gallium_dri.so free 0x5571736068f0 void 0.000119
+gallium_dri.so malloc 72 0x557173606a80 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000118
+gallium_dri.so malloc 72 0x557173606b00 0.000120
+gallium_dri.so free 0x557173609240 void 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000118
+gallium_dri.so malloc 72 0x557173606b00 0.000119
+gallium_dri.so free 0x557173606bc0 void 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000117
+gallium_dri.so malloc 72 0x557173606b00 0.000126
+gallium_dri.so free 0x557173606c80 void 0.000120
+gallium_dri.so free 0x557173606b00 void 0.000118
+gallium_dri.so malloc 72 0x557173606c30 0.000118
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x557173606c30 void 0.000118
+gallium_dri.so malloc 72 0x557173604350 0.000116
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so free 0x557173604350 void 0.000118
+gallium_dri.so malloc 72 0x557173604420 0.000117
+gallium_dri.so free 0x5571736044c0 void 0.000117
+gallium_dri.so free 0x557173604420 void 0.000118
+gallium_dri.so malloc 72 0x557173604470 0.000117
+gallium_dri.so free 0x557173604500 void 0.000119
+gallium_dri.so free 0x557173604470 void 0.000119
+gallium_dri.so malloc 72 0x557173604470 0.000119
+gallium_dri.so free 0x5571736045c0 void 0.000180
+gallium_dri.so free 0x557173604470 void 0.000194
+gallium_dri.so malloc 72 0x557173604600 0.000150
+gallium_dri.so free 0x557173604680 void 0.000119
+gallium_dri.so free 0x557173604600 void 0.000117
+gallium_dri.so malloc 72 0x557173604680 0.000117
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x557173604680 void 0.000117
+gallium_dri.so malloc 72 0x557173601d60 0.000133
+gallium_dri.so free 0x557173601e00 void 0.000125
+gallium_dri.so free 0x557173601d60 void 0.000120
+gallium_dri.so malloc 72 0x557173601db0 0.000120
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601db0 void 0.000117
+gallium_dri.so malloc 72 0x557173601e80 0.000118
+gallium_dri.so free 0x557173601f40 void 0.000118
+gallium_dri.so free 0x557173601e80 void 0.000117
+gallium_dri.so malloc 72 0x557173601e80 0.000122
+gallium_dri.so free 0x557173601fc0 void 0.000119
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173602080 void 0.000117
+gallium_dri.so free 0x557173601fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173601fc0 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000120
+gallium_dri.so free 0x557173601fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55b0 0.000119
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5770 0.000119
+gallium_dri.so free 0x5571735d5840 void 0.000126
+gallium_dri.so free 0x5571735d5770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5860 0.000117
+gallium_dri.so free 0x5571735d5900 void 0.000118
+gallium_dri.so free 0x5571735d5860 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58b0 0.000117
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so free 0x5571735d58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000183
+gallium_dri.so free 0x5571735d3080 void 0.000119
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3080 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3080 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d31f0 0.000117
+gallium_dri.so free 0x5571735d3240 void 0.000117
+gallium_dri.so free 0x5571735d31f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d31f0 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000117
+gallium_dri.so free 0x5571735d31f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3380 0.000118
+gallium_dri.so free 0x5571735d0a00 void 0.000119
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a50 0.000127
+gallium_dri.so free 0x5571735d0ac0 void 0.000119
+gallium_dri.so free 0x5571735d0a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0ae0 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so free 0x5571735d0ae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000117
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so free 0x5571735d0b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c80 0.000129
+gallium_dri.so free 0x5571735d0d40 void 0.000146
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c80 0.000118
+gallium_dri.so free 0x557173467dc0 void 0.000117
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so malloc 72 0x557173467de0 0.000118
+gallium_dri.so free 0x557173467e80 void 0.000117
+gallium_dri.so free 0x557173467de0 void 0.000117
+gallium_dri.so malloc 72 0x557173467e30 0.000119
+gallium_dri.so free 0x557173467f00 void 0.000118
+gallium_dri.so free 0x557173467e30 void 0.000117
+gallium_dri.so malloc 72 0x557173467e30 0.000124
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so free 0x557173467e30 void 0.000174
+gallium_dri.so malloc 72 0x557173467f80 0.000120
+gallium_dri.so free 0x557173468040 void 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so malloc 72 0x557173467f80 0.000119
+gallium_dri.so free 0x557173468100 void 0.000117
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so malloc 72 0x557173467f80 0.000115
+gallium_dri.so free 0x557173465800 void 0.000116
+gallium_dri.so free 0x557173467f80 void 0.000117
+gallium_dri.so malloc 72 0x557173465850 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000117
+gallium_dri.so free 0x557173465850 void 0.000118
+gallium_dri.so malloc 72 0x557173465900 0.000118
+gallium_dri.so free 0x557173465980 void 0.000118
+gallium_dri.so free 0x557173465900 void 0.000117
+gallium_dri.so malloc 72 0x557173465980 0.000117
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so free 0x557173465980 void 0.000118
+gallium_dri.so malloc 72 0x557173465980 0.000118
+gallium_dri.so free 0x5571734681c0 void 0.000122
+gallium_dri.so free 0x557173465980 void 0.000118
+gallium_dri.so malloc 72 0x557173468170 0.000115
+gallium_dri.so free 0x557173465ac0 void 0.000118
+gallium_dri.so free 0x557173468170 void 0.000118
+gallium_dri.so malloc 72 0x557173465b00 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000125
+gallium_dri.so free 0x557173465b00 void 0.000120
+gallium_dri.so malloc 72 0x557173465b80 0.000118
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000117
+gallium_dri.so malloc 72 0x557173463280 0.000119
+gallium_dri.so free 0x557173463300 void 0.000118
+gallium_dri.so free 0x557173463280 void 0.000117
+gallium_dri.so malloc 72 0x557173463280 0.000117
+gallium_dri.so free 0x557173463380 void 0.000118
+gallium_dri.so free 0x557173463280 void 0.000117
+gallium_dri.so malloc 72 0x5571734633b0 0.000118
+gallium_dri.so free 0x557173463400 void 0.000117
+gallium_dri.so free 0x5571734633b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734633b0 0.000118
+gallium_dri.so free 0x557173463500 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734634b0 0.000117
+gallium_dri.so free 0x5571734635c0 void 0.000120
+gallium_dri.so free 0x5571734634b0 void 0.000118
+gallium_dri.so malloc 72 0x557173463570 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000119
+gallium_dri.so free 0x557173463570 void 0.000117
+gallium_dri.so malloc 72 0x557173609eb0 0.000118
+gallium_dri.so free 0x557173609f00 void 0.000118
+gallium_dri.so free 0x557173609eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x55717360a000 void 0.000132
+gallium_dri.so free 0x557173609eb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a040 0.000116
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so free 0x55717360a040 void 0.000119
+gallium_dri.so malloc 72 0x55717360a0c0 0.000117
+gallium_dri.so free 0x557173463600 void 0.000118
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a0c0 0.000117
+gallium_dri.so free 0x55717360a180 void 0.000117
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a0c0 0.000118
+gallium_dri.so free 0x55717360a240 void 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a1f0 0.000123
+gallium_dri.so free 0x557173609580 void 0.000120
+gallium_dri.so free 0x55717360a1f0 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x557173609640 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000117
+gallium_dri.so free 0x5571736096c0 void 0.000120
+gallium_dri.so free 0x5571736095f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736095f0 0.000117
+gallium_dri.so free 0x557173609780 void 0.000117
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000178
+gallium_dri.so free 0x557173609840 void 0.000121
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736097f0 0.000118
+gallium_dri.so free 0x5571736098c0 void 0.000117
+gallium_dri.so free 0x5571736097f0 void 0.000119
+gallium_dri.so malloc 72 0x557173609910 0.000117
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x557173609910 void 0.000120
+gallium_dri.so malloc 72 0x557173609910 0.000118
+gallium_dri.so free 0x557173590240 void 0.000119
+gallium_dri.so free 0x557173609910 void 0.000119
+gallium_dri.so malloc 72 0x557173590270 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000119
+gallium_dri.so free 0x557173590270 void 0.000118
+gallium_dri.so malloc 72 0x5571735902c0 0.000119
+gallium_dri.so free 0x557173590380 void 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735902c0 0.000122
+gallium_dri.so free 0x557173590480 void 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000118
+gallium_dri.so malloc 72 0x557173590430 0.000118
+gallium_dri.so free 0x557173590540 void 0.000118
+gallium_dri.so free 0x557173590430 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000118
+gallium_dri.so free 0x557173590580 void 0.000117
+gallium_dri.so free 0x5571735904f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735904f0 0.000117
+gallium_dri.so free 0x55717358dc80 void 0.000117
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc80 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ddf0 0.000121
+gallium_dri.so free 0x55717358de80 void 0.000122
+gallium_dri.so free 0x55717358ddf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ddf0 0.000118
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358ddf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358df80 0.000118
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000118
+gallium_dri.so malloc 72 0x55717358e000 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x55717358e000 void 0.000119
+gallium_dri.so malloc 72 0x55717358e000 0.000118
+gallium_dri.so free 0x55717358b6c0 void 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000121
+gallium_dri.so malloc 72 0x55717358b6f0 0.000119
+gallium_dri.so free 0x55717358b740 void 0.000121
+gallium_dri.so free 0x55717358b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6f0 0.000118
+gallium_dri.so free 0x55717358b840 void 0.000118
+gallium_dri.so free 0x55717358b6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b880 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000117
+gallium_dri.so malloc 72 0x55717358b900 0.000118
+gallium_dri.so free 0x55717358b9c0 void 0.000118
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so malloc 72 0x55717358b900 0.000123
+gallium_dri.so free 0x55717358ba40 void 0.000124
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba70 0.000118
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x55717358ba70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba70 0.000119
+gallium_dri.so free 0x557173589100 void 0.000118
+gallium_dri.so free 0x55717358ba70 void 0.000117
+gallium_dri.so malloc 72 0x557173589100 0.000120
+gallium_dri.so free 0x5571735891c0 void 0.000118
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x557173589100 0.000117
+gallium_dri.so free 0x5571735892c0 void 0.000120
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so malloc 72 0x557173589100 0.000117
+gallium_dri.so free 0x557173589340 void 0.000119
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589370 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589370 void 0.000119
+gallium_dri.so malloc 72 0x557173589370 0.000117
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589370 void 0.000118
+gallium_dri.so malloc 72 0x557173589470 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x557173589470 void 0.000118
+gallium_dri.so malloc 72 0x557173589470 0.000117
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so free 0x557173589470 void 0.000117
+gallium_dri.so malloc 72 0x557173607f30 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so free 0x557173607f30 void 0.000121
+gallium_dri.so malloc 72 0x557173607f80 0.000119
+gallium_dri.so free 0x557173608040 void 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000117
+gallium_dri.so malloc 72 0x557173607f80 0.000119
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so malloc 72 0x5571736080f0 0.000131
+gallium_dri.so free 0x557173608200 void 0.000114
+gallium_dri.so free 0x5571736080f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736081b0 0.000111
+gallium_dri.so free 0x557173608240 void 0.000112
+gallium_dri.so free 0x5571736081b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736081b0 0.000110
+gallium_dri.so free 0x5571736058c0 void 0.000111
+gallium_dri.so free 0x5571736081b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736081b0 0.000111
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so free 0x5571736081b0 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000110
+gallium_dri.so free 0x557173605a00 void 0.000110
+gallium_dri.so free 0x557173605940 void 0.000111
+gallium_dri.so malloc 72 0x557173605940 0.000110
+gallium_dri.so free 0x557173605b00 void 0.000110
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173605ab0 0.000109
+gallium_dri.so free 0x557173605b40 void 0.000111
+gallium_dri.so free 0x557173605ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173605ab0 0.000110
+gallium_dri.so free 0x557173605c00 void 0.000120
+gallium_dri.so free 0x557173605ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173605c40 0.000139
+gallium_dri.so free 0x557173605cc0 void 0.000111
+gallium_dri.so free 0x557173605c40 void 0.000110
+gallium_dri.so malloc 72 0x557173605cc0 0.000111
+gallium_dri.so free 0x557173603300 void 0.000183
+gallium_dri.so free 0x557173605cc0 void 0.000116
+gallium_dri.so malloc 72 0x557173605cc0 0.000112
+gallium_dri.so free 0x557173603380 void 0.000113
+gallium_dri.so free 0x557173605cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571736033b0 0.000113
+gallium_dri.so free 0x557173603400 void 0.000114
+gallium_dri.so free 0x5571736033b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173603500 void 0.000116
+gallium_dri.so free 0x5571736033b0 void 0.000112
+gallium_dri.so malloc 72 0x557173603540 0.000112
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so free 0x557173603540 void 0.000112
+gallium_dri.so malloc 72 0x5571736035c0 0.000112
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736035c0 0.000113
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000112
+gallium_dri.so malloc 72 0x557173603730 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x557173603730 void 0.000113
+gallium_dri.so malloc 72 0x557173603730 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so free 0x557173603730 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4600 0.000112
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4600 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4600 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4600 0.000112
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4870 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4870 0.000112
+gallium_dri.so free 0x5571735d49c0 void 0.000114
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2070 0.000113
+gallium_dri.so free 0x5571735d20c0 void 0.000113
+gallium_dri.so free 0x5571735d2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20c0 0.000113
+gallium_dri.so free 0x5571735d2180 void 0.000113
+gallium_dri.so free 0x5571735d20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20c0 0.000115
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2230 0.000114
+gallium_dri.so free 0x5571735d2340 void 0.000112
+gallium_dri.so free 0x5571735d2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d22f0 0.000114
+gallium_dri.so free 0x5571735d2380 void 0.000113
+gallium_dri.so free 0x5571735d22f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d22f0 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735d22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d22f0 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000118
+gallium_dri.so free 0x5571735d22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfc40 void 0.000112
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x5571735cfc80 void 0.000119
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd80 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfe00 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe00 0.000113
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so malloc 72 0x557173466e70 0.000113
+gallium_dri.so free 0x557173466ec0 void 0.000113
+gallium_dri.so free 0x557173466e70 void 0.000112
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000113
+gallium_dri.so free 0x557173466e70 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000115
+gallium_dri.so free 0x557173467080 void 0.000113
+gallium_dri.so free 0x557173467000 void 0.000113
+gallium_dri.so malloc 72 0x557173467080 0.000115
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x557173467080 void 0.000112
+gallium_dri.so malloc 72 0x557173467080 0.000112
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671f0 0.000113
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000155
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173464a40 void 0.000113
+gallium_dri.so free 0x557173464880 void 0.000112
+gallium_dri.so malloc 72 0x557173464880 0.000112
+gallium_dri.so free 0x557173464ac0 void 0.000113
+gallium_dri.so free 0x557173464880 void 0.000112
+gallium_dri.so malloc 72 0x557173464af0 0.000112
+gallium_dri.so free 0x557173464b40 void 0.000113
+gallium_dri.so free 0x557173464af0 void 0.000114
+gallium_dri.so malloc 72 0x557173464af0 0.000113
+gallium_dri.so free 0x557173464c40 void 0.000115
+gallium_dri.so free 0x557173464af0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000113
+gallium_dri.so free 0x557173464bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173464bf0 0.000112
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so free 0x557173464bf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4f0 0.000113
+gallium_dri.so free 0x55717360b540 void 0.000115
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b540 0.000119
+gallium_dri.so free 0x55717360b600 void 0.000114
+gallium_dri.so free 0x55717360b540 void 0.000113
+gallium_dri.so malloc 72 0x55717360b540 0.000123
+gallium_dri.so free 0x55717360b700 void 0.000128
+gallium_dri.so free 0x55717360b540 void 0.000124
+gallium_dri.so malloc 72 0x55717360b6b0 0.000123
+gallium_dri.so free 0x55717360b7c0 void 0.000124
+gallium_dri.so free 0x55717360b6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b770 0.000118
+gallium_dri.so free 0x55717360b800 void 0.000116
+gallium_dri.so free 0x55717360b770 void 0.000114
+gallium_dri.so malloc 72 0x55717360b770 0.000112
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x55717360b770 void 0.000112
+gallium_dri.so malloc 72 0x55717360c100 0.000112
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so free 0x55717360c100 void 0.000112
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c240 void 0.000114
+gallium_dri.so free 0x55717360c180 void 0.000113
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000114
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c380 void 0.000114
+gallium_dri.so free 0x55717360c180 void 0.000113
+gallium_dri.so malloc 72 0x55717360c180 0.000112
+gallium_dri.so free 0x55717360c440 void 0.000113
+gallium_dri.so free 0x55717360c180 void 0.000128
+gallium_dri.so malloc 72 0x55717360c3f0 0.000114
+gallium_dri.so free 0x55717360c4c0 void 0.000116
+gallium_dri.so free 0x55717360c3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c510 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000114
+gallium_dri.so free 0x55717360c510 void 0.000113
+gallium_dri.so malloc 72 0x55717360c510 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x55717360c510 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e0f00 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1040 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10c0 0.000114
+gallium_dri.so free 0x5571735e1180 void 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10c0 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1230 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1230 0.000219
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1440 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000114
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000112
+gallium_dri.so free 0x5571735e1640 void 0.000113
+gallium_dri.so free 0x5571735e13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1710 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e1710 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17a0 0.000113
+gallium_dri.so free 0x5571735e1840 void 0.000116
+gallium_dri.so free 0x5571735e17a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18c0 0.000120
+gallium_dri.so free 0x5571735e1980 void 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18c0 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000140
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000116
+gallium_dri.so free 0x5571735e1c40 void 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d10 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1d10 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1dc0 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000128
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000113
+gallium_dri.so free 0x5571735e2040 void 0.000113
+gallium_dri.so free 0x5571735e1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2270 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2270 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000115
+gallium_dri.so free 0x5571735e2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000112
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2430 0.000115
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so free 0x5571735e2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2430 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e2430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e25c0 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2640 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e27c0 void 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27e0 0.000113
+gallium_dri.so free 0x5571735e2880 void 0.000114
+gallium_dri.so free 0x5571735e27e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000126
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2b70 0.000115
+gallium_dri.so free 0x5571735e2c80 void 0.000113
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d50 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2de0 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2f00 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000115
+gallium_dri.so free 0x5571735e3140 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3180 void 0.000115
+gallium_dri.so free 0x5571735e30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30f0 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3280 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3300 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000115
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3600 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3680 0.000112
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000163
+gallium_dri.so malloc 72 0x5571735e37f0 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37f0 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000113
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc630 0.000112
+gallium_dri.so free 0x5571735fc680 void 0.000114
+gallium_dri.so free 0x5571735fc630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc630 0.000112
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc730 0.000113
+gallium_dri.so free 0x5571735fc840 void 0.000114
+gallium_dri.so free 0x5571735fc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so free 0x5571735fc7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000115
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc990 0.000112
+gallium_dri.so free 0x5571735fca00 void 0.000112
+gallium_dri.so free 0x5571735fc990 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca40 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcac0 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000115
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcc30 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc30 0.000113
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so free 0x5571735fcd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000112
+gallium_dri.so free 0x5571735fcdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcee0 0.000129
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so free 0x5571735fcee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000114
+gallium_dri.so free 0x5571735fcf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcf30 0.000112
+gallium_dri.so free 0x5571735fd080 void 0.000115
+gallium_dri.so free 0x5571735fcf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd080 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd080 0.000113
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd080 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000112
+gallium_dri.so free 0x5571735fd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd270 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd270 0.000118
+gallium_dri.so free 0x5571735fd3c0 void 0.000115
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd370 0.000113
+gallium_dri.so free 0x5571735fd480 void 0.000113
+gallium_dri.so free 0x5571735fd370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd430 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000164
+gallium_dri.so free 0x5571735fd430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd430 0.000113
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000112
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so free 0x5571735fd5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd640 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd640 0.000113
+gallium_dri.so free 0x5571735fd7c0 void 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000148
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000120
+gallium_dri.so free 0x5571735fd880 void 0.000118
+gallium_dri.so free 0x5571735fd7e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd830 0.000118
+gallium_dri.so free 0x5571735fd900 void 0.000118
+gallium_dri.so free 0x5571735fd830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd830 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000113
+gallium_dri.so free 0x5571735fd830 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd980 0.000113
+gallium_dri.so free 0x5571735fda40 void 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd980 0.000124
+gallium_dri.so free 0x5571735fdb00 void 0.000116
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd980 0.000115
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdb70 0.000114
+gallium_dri.so free 0x5571735fdc80 void 0.000113
+gallium_dri.so free 0x5571735fdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc30 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000113
+gallium_dri.so free 0x5571735fdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd50 0.000113
+gallium_dri.so free 0x5571735fddc0 void 0.000113
+gallium_dri.so free 0x5571735fdd50 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdde0 0.000113
+gallium_dri.so free 0x5571735fde80 void 0.000114
+gallium_dri.so free 0x5571735fdde0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000114
+gallium_dri.so free 0x5571735fde30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000117
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf80 0.000113
+gallium_dri.so free 0x5571735fe140 void 0.000124
+gallium_dri.so free 0x5571735fdf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000112
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000111
+gallium_dri.so free 0x5571735fe240 void 0.000113
+gallium_dri.so free 0x5571735fe0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe280 0.000112
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe300 0.000116
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe300 0.000112
+gallium_dri.so free 0x5571735fe440 void 0.000111
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe470 0.000112
+gallium_dri.so free 0x5571735fe4c0 void 0.000113
+gallium_dri.so free 0x5571735fe470 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe470 0.000112
+gallium_dri.so free 0x5571735fe5c0 void 0.000111
+gallium_dri.so free 0x5571735fe470 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe600 0.000112
+gallium_dri.so free 0x5571735fe680 void 0.000112
+gallium_dri.so free 0x5571735fe600 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe680 0.000112
+gallium_dri.so free 0x5571735fe740 void 0.000111
+gallium_dri.so free 0x5571735fe680 void 0.000181
+gallium_dri.so malloc 72 0x5571735fe680 0.000123
+gallium_dri.so free 0x5571735fe7c0 void 0.000120
+gallium_dri.so free 0x5571735fe680 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000125
+gallium_dri.so free 0x5571735fe840 void 0.000125
+gallium_dri.so free 0x5571735fe7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000124
+gallium_dri.so free 0x5571735fe940 void 0.000125
+gallium_dri.so free 0x5571735fe7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000123
+gallium_dri.so free 0x5571735fea00 void 0.000123
+gallium_dri.so free 0x5571735fe8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000120
+gallium_dri.so free 0x5571735fea80 void 0.000123
+gallium_dri.so free 0x5571735fe9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000124
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000119
+gallium_dri.so free 0x5571735fec00 void 0.000121
+gallium_dri.so free 0x5571735fe9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735febb0 0.000133
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so free 0x5571735febb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fecd0 0.000119
+gallium_dri.so free 0x5571735fed40 void 0.000123
+gallium_dri.so free 0x5571735fecd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed60 0.000119
+gallium_dri.so free 0x5571735fee00 void 0.000123
+gallium_dri.so free 0x5571735fed60 void 0.000123
+gallium_dri.so malloc 72 0x5571735fedb0 0.000118
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so free 0x5571735fedb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fee80 0.000120
+gallium_dri.so free 0x5571735fef40 void 0.000119
+gallium_dri.so free 0x5571735fee80 void 0.000123
+gallium_dri.so malloc 72 0x5571735fee80 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000147
+gallium_dri.so free 0x5571735fee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefc0 0.000123
+gallium_dri.so free 0x5571735ff080 void 0.000125
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefc0 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000118
+gallium_dri.so free 0x5571735fefc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefc0 0.000117
+gallium_dri.so free 0x5571735ff200 void 0.000135
+gallium_dri.so free 0x5571735fefc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000131
+gallium_dri.so free 0x5571735ff280 void 0.000130
+gallium_dri.so free 0x5571735ff1b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000123
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so free 0x5571735ff2d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff380 0.000131
+gallium_dri.so free 0x5571735ff400 void 0.000130
+gallium_dri.so free 0x5571735ff380 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff380 0.000124
+gallium_dri.so free 0x5571735ff480 void 0.000123
+gallium_dri.so free 0x5571735ff380 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000131
+gallium_dri.so free 0x5571735ff500 void 0.000126
+gallium_dri.so free 0x5571735ff4b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000133
+gallium_dri.so free 0x5571735ff600 void 0.000130
+gallium_dri.so free 0x5571735ff4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000130
+gallium_dri.so free 0x5571735ff6c0 void 0.000139
+gallium_dri.so free 0x5571735ff5b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff670 0.000132
+gallium_dri.so free 0x5571735ff700 void 0.000126
+gallium_dri.so free 0x5571735ff670 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff670 0.000123
+gallium_dri.so free 0x5571735ff7c0 void 0.000128
+gallium_dri.so free 0x5571735ff670 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff830 0.000126
+gallium_dri.so free 0x5571735ff880 void 0.000123
+gallium_dri.so free 0x5571735ff830 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff830 0.000132
+gallium_dri.so free 0x5571735ff980 void 0.000129
+gallium_dri.so free 0x5571735ff830 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff930 0.000130
+gallium_dri.so free 0x5571735ffa40 void 0.000130
+gallium_dri.so free 0x5571735ff930 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000133
+gallium_dri.so free 0x5571735ffa80 void 0.000133
+gallium_dri.so free 0x5571735ff9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000126
+gallium_dri.so free 0x5571735ffb40 void 0.000138
+gallium_dri.so free 0x5571735ff9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffb80 0.000180
+gallium_dri.so free 0x5571735ffc00 void 0.000236
+gallium_dri.so free 0x5571735ffb80 void 0.000235
+gallium_dri.so malloc 72 0x5571735ffc00 0.000274
+gallium_dri.so free 0x5571735ffcc0 void 0.000275
+gallium_dri.so free 0x5571735ffc00 void 0.000275
+gallium_dri.so malloc 72 0x5571735ffc00 0.000271
+gallium_dri.so free 0x5571735ffd80 void 0.000271
+gallium_dri.so free 0x5571735ffc00 void 0.000277
+gallium_dri.so malloc 72 0x5571735ffda0 0.000279
+gallium_dri.so free 0x5571735ffe40 void 0.000274
+gallium_dri.so free 0x5571735ffda0 void 0.000265
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000363
+gallium_dri.so free 0x5571735ffec0 void 0.000318
+gallium_dri.so free 0x5571735ffdf0 void 0.000278
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000244
+gallium_dri.so free 0x5571735fff40 void 0.000236
+gallium_dri.so free 0x5571735ffdf0 void 0.000206
+gallium_dri.so malloc 72 0x5571735fff40 0.000188
+gallium_dri.so free 0x557173600000 void 0.000248
+gallium_dri.so free 0x5571735fff40 void 0.000239
+gallium_dri.so malloc 72 0x5571735fff40 0.000248
+gallium_dri.so free 0x5571736000c0 void 0.000238
+gallium_dri.so free 0x5571735fff40 void 0.000248
+gallium_dri.so malloc 72 0x5571735fff40 0.000238
+gallium_dri.so free 0x557173600180 void 0.000245
+gallium_dri.so free 0x5571735fff40 void 0.000245
+gallium_dri.so malloc 72 0x557173600130 0.000236
+gallium_dri.so free 0x557173600240 void 0.000244
+gallium_dri.so free 0x557173600130 void 0.000228
+gallium_dri.so malloc 72 0x5571736001f0 0.000245
+gallium_dri.so free 0x5571736002c0 void 0.000247
+gallium_dri.so free 0x5571736001f0 void 0.000238
+gallium_dri.so malloc 72 0x557173600310 0.000238
+gallium_dri.so free 0x557173600380 void 0.000248
+gallium_dri.so free 0x557173600310 void 0.000246
+gallium_dri.so malloc 72 0x5571736003a0 0.000249
+gallium_dri.so free 0x557173600440 void 0.000233
+gallium_dri.so free 0x5571736003a0 void 0.000231
+gallium_dri.so malloc 72 0x5571736003f0 0.000216
+gallium_dri.so free 0x5571736004c0 void 0.000212
+gallium_dri.so free 0x5571736003f0 void 0.000195
+gallium_dri.so malloc 72 0x5571736003f0 0.000159
+gallium_dri.so free 0x557173600540 void 0.000164
+gallium_dri.so free 0x5571736003f0 void 0.000213
+gallium_dri.so malloc 72 0x557173600540 0.000217
+gallium_dri.so free 0x557173600600 void 0.000219
+gallium_dri.so free 0x557173600540 void 0.000204
+gallium_dri.so malloc 72 0x557173600540 0.000159
+gallium_dri.so free 0x557173600700 void 0.000159
+gallium_dri.so free 0x557173600540 void 0.000161
+gallium_dri.so malloc 72 0x5571736006b0 0.000237
+gallium_dri.so free 0x557173600740 void 0.000218
+gallium_dri.so free 0x5571736006b0 void 0.000263
+gallium_dri.so malloc 72 0x5571736006b0 0.000219
+gallium_dri.so free 0x557173600800 void 0.000166
+gallium_dri.so free 0x5571736006b0 void 0.000198
+gallium_dri.so malloc 72 0x557173600840 0.000166
+gallium_dri.so free 0x5571736008c0 void 0.000153
+gallium_dri.so free 0x557173600840 void 0.000138
+gallium_dri.so malloc 72 0x5571736008c0 0.000138
+gallium_dri.so free 0x557173600980 void 0.000140
+gallium_dri.so free 0x5571736008c0 void 0.000135
+gallium_dri.so malloc 72 0x5571736008c0 0.000137
+gallium_dri.so free 0x557173600a00 void 0.000138
+gallium_dri.so free 0x5571736008c0 void 0.000133
+gallium_dri.so malloc 72 0x557173600a30 0.000133
+gallium_dri.so free 0x557173600a80 void 0.000137
+gallium_dri.so free 0x557173600a30 void 0.000136
+gallium_dri.so malloc 72 0x557173600a30 0.000132
+gallium_dri.so free 0x557173600b80 void 0.000133
+gallium_dri.so free 0x557173600a30 void 0.000135
+gallium_dri.so malloc 72 0x557173600bc0 0.000141
+gallium_dri.so free 0x557173600c40 void 0.000139
+gallium_dri.so free 0x557173600bc0 void 0.000134
+gallium_dri.so malloc 72 0x557173600c40 0.000131
+gallium_dri.so free 0x557173600d00 void 0.000137
+gallium_dri.so free 0x557173600c40 void 0.000137
+gallium_dri.so malloc 72 0x557173600c40 0.000133
+gallium_dri.so free 0x557173600d80 void 0.000137
+gallium_dri.so free 0x557173600c40 void 0.000137
+gallium_dri.so malloc 72 0x557173600db0 0.000136
+gallium_dri.so free 0x557173600e00 void 0.000132
+gallium_dri.so free 0x557173600db0 void 0.000132
+gallium_dri.so malloc 72 0x557173600db0 0.000131
+gallium_dri.so free 0x557173600f00 void 0.000137
+gallium_dri.so free 0x557173600db0 void 0.000132
+gallium_dri.so malloc 72 0x557173600eb0 0.000136
+gallium_dri.so free 0x557173600fc0 void 0.000133
+gallium_dri.so free 0x557173600eb0 void 0.000135
+gallium_dri.so malloc 72 0x557173600f70 0.000137
+gallium_dri.so free 0x557173601040 void 0.000138
+gallium_dri.so free 0x557173600f70 void 0.000148
+gallium_dri.so malloc 72 0x557173600f70 0.000139
+gallium_dri.so free 0x557173601100 void 0.000133
+gallium_dri.so free 0x557173600f70 void 0.000128
+gallium_dri.so malloc 72 0x557173600f70 0.000136
+gallium_dri.so free 0x557173469a00 void 0.000138
+gallium_dri.so free 0x557173600f70 void 0.000133
+gallium_dri.so malloc 72 0x557173600f70 0.000146
+gallium_dri.so free 0x557173469a80 void 0.000138
+gallium_dri.so free 0x557173600f70 void 0.000137
+gallium_dri.so malloc 72 0x557173469a80 0.000133
+gallium_dri.so free 0x557173469b40 void 0.000131
+gallium_dri.so free 0x557173469a80 void 0.000135
+gallium_dri.so malloc 72 0x557173469a80 0.000139
+gallium_dri.so free 0x5571736011c0 void 0.000137
+gallium_dri.so free 0x557173469a80 void 0.000137
+gallium_dri.so malloc 72 0x557173601170 0.000133
+gallium_dri.so free 0x557173469c00 void 0.000131
+gallium_dri.so free 0x557173601170 void 0.000137
+gallium_dri.so malloc 72 0x557173469c00 0.000132
+gallium_dri.so free 0x557173469cc0 void 0.000140
+gallium_dri.so free 0x557173469c00 void 0.000136
+gallium_dri.so malloc 72 0x557173469c00 0.000133
+gallium_dri.so free 0x557173469d40 void 0.000130
+gallium_dri.so free 0x557173469c00 void 0.000139
+gallium_dri.so malloc 72 0x557173469d40 0.000133
+gallium_dri.so free 0x557173469e00 void 0.000130
+gallium_dri.so free 0x557173469d40 void 0.000130
+gallium_dri.so malloc 72 0x557173469d40 0.000126
+gallium_dri.so free 0x557173469ec0 void 0.000129
+gallium_dri.so free 0x557173469d40 void 0.000132
+gallium_dri.so malloc 72 0x557173469d40 0.000130
+gallium_dri.so free 0x557173469f80 void 0.000131
+gallium_dri.so free 0x557173469d40 void 0.000125
+gallium_dri.so malloc 72 0x557173469f30 0.000125
+gallium_dri.so free 0x55717346a000 void 0.000131
+gallium_dri.so free 0x557173469f30 void 0.000131
+gallium_dri.so malloc 72 0x55717346a050 0.000130
+gallium_dri.so free 0x55717346a0c0 void 0.000126
+gallium_dri.so free 0x55717346a050 void 0.000125
+gallium_dri.so malloc 72 0x55717346a100 0.000125
+gallium_dri.so free 0x55717346a180 void 0.000131
+gallium_dri.so free 0x55717346a100 void 0.000188
+gallium_dri.so malloc 72 0x55717346a100 0.000128
+gallium_dri.so free 0x55717346a200 void 0.000300
+gallium_dri.so free 0x55717346a100 void 0.000334
+gallium_dri.so malloc 72 0x55717346a230 0.000313
+gallium_dri.so free 0x55717346a280 void 0.000279
+gallium_dri.so free 0x55717346a230 void 0.000287
+gallium_dri.so malloc 72 0x55717346a230 0.000281
+gallium_dri.so free 0x55717346a380 void 0.000279
+gallium_dri.so free 0x55717346a230 void 0.000287
+gallium_dri.so malloc 72 0x55717346a330 0.000276
+gallium_dri.so free 0x55717346a440 void 0.000287
+gallium_dri.so free 0x55717346a330 void 0.000293
+gallium_dri.so malloc 72 0x55717346a3f0 0.000282
+gallium_dri.so free 0x55717346a480 void 0.000283
+gallium_dri.so free 0x55717346a3f0 void 0.000277
+gallium_dri.so malloc 72 0x55717346a3f0 0.000280
+gallium_dri.so free 0x55717346a540 void 0.000284
+gallium_dri.so free 0x55717346a3f0 void 0.000283
+gallium_dri.so malloc 72 0x55717346a5b0 0.000272
+gallium_dri.so free 0x55717346a600 void 0.000280
+gallium_dri.so free 0x55717346a5b0 void 0.000287
+gallium_dri.so malloc 72 0x55717346a5b0 0.000291
+gallium_dri.so free 0x55717346a700 void 0.000308
+gallium_dri.so free 0x55717346a5b0 void 0.000304
+gallium_dri.so malloc 72 0x55717346a6b0 0.000334
+gallium_dri.so free 0x55717346a7c0 void 0.000281
+gallium_dri.so free 0x55717346a6b0 void 0.000327
+gallium_dri.so malloc 72 0x55717346a770 0.000272
+gallium_dri.so free 0x55717346a800 void 0.000272
+gallium_dri.so free 0x55717346a770 void 0.000271
+gallium_dri.so malloc 72 0x55717346a770 0.000252
+gallium_dri.so free 0x55717346a8c0 void 0.000267
+gallium_dri.so free 0x55717346a770 void 0.000269
+gallium_dri.so malloc 72 0x55717346a900 0.000269
+gallium_dri.so free 0x55717346a980 void 0.000276
+gallium_dri.so free 0x55717346a900 void 0.000252
+gallium_dri.so malloc 72 0x55717346a980 0.000314
+gallium_dri.so free 0x55717346aa40 void 0.000277
+gallium_dri.so free 0x55717346a980 void 0.000291
+gallium_dri.so malloc 72 0x55717346a980 0.000286
+gallium_dri.so free 0x55717346ab00 void 0.000286
+gallium_dri.so free 0x55717346a980 void 0.000255
+gallium_dri.so malloc 72 0x55717346ab20 0.000282
+gallium_dri.so free 0x55717346abc0 void 0.000276
+gallium_dri.so free 0x55717346ab20 void 0.000232
+gallium_dri.so malloc 72 0x55717346ab70 0.000289
+gallium_dri.so free 0x55717346ac40 void 0.000289
+gallium_dri.so free 0x55717346ab70 void 0.000290
+gallium_dri.so malloc 72 0x55717346ab70 0.000288
+gallium_dri.so free 0x55717346acc0 void 0.000278
+gallium_dri.so free 0x55717346ab70 void 0.000292
+gallium_dri.so malloc 72 0x55717346acc0 0.000282
+gallium_dri.so free 0x55717346ad80 void 0.000288
+gallium_dri.so free 0x55717346acc0 void 0.000286
+gallium_dri.so malloc 72 0x55717346acc0 0.000288
+gallium_dri.so free 0x55717346ae40 void 0.000285
+gallium_dri.so free 0x55717346acc0 void 0.000287
+gallium_dri.so malloc 72 0x55717346acc0 0.000289
+gallium_dri.so free 0x55717346af00 void 0.000306
+gallium_dri.so free 0x55717346acc0 void 0.000289
+gallium_dri.so malloc 72 0x55717346aeb0 0.000291
+gallium_dri.so free 0x55717346afc0 void 0.000286
+gallium_dri.so free 0x55717346aeb0 void 0.000287
+gallium_dri.so malloc 72 0x55717346af70 0.000293
+gallium_dri.so free 0x55717346b040 void 0.000286
+gallium_dri.so free 0x55717346af70 void 0.000291
+gallium_dri.so malloc 72 0x55717346b090 0.000297
+gallium_dri.so free 0x55717346b100 void 0.000278
+gallium_dri.so free 0x55717346b090 void 0.000287
+gallium_dri.so malloc 72 0x55717346b120 0.000313
+gallium_dri.so free 0x55717346b1c0 void 0.000310
+gallium_dri.so free 0x55717346b120 void 0.000280
+gallium_dri.so malloc 72 0x55717346b170 0.000284
+gallium_dri.so free 0x55717346b240 void 0.000288
+gallium_dri.so free 0x55717346b170 void 0.000285
+gallium_dri.so malloc 72 0x55717346b170 0.000293
+gallium_dri.so free 0x55717346b2c0 void 0.000250
+gallium_dri.so free 0x55717346b170 void 0.000211
+gallium_dri.so malloc 72 0x55717346b2c0 0.000135
+gallium_dri.so free 0x55717346b380 void 0.000133
+gallium_dri.so free 0x55717346b2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b2c0 0.000133
+gallium_dri.so free 0x55717346b480 void 0.000130
+gallium_dri.so free 0x55717346b2c0 void 0.000135
+gallium_dri.so malloc 72 0x55717346b430 0.000132
+gallium_dri.so free 0x55717346b4c0 void 0.000129
+gallium_dri.so free 0x55717346b430 void 0.000142
+gallium_dri.so malloc 72 0x55717346b430 0.000127
+gallium_dri.so free 0x55717346b580 void 0.000125
+gallium_dri.so free 0x55717346b430 void 0.000124
+gallium_dri.so malloc 72 0x55717346b5c0 0.000124
+gallium_dri.so free 0x55717346b640 void 0.000124
+gallium_dri.so free 0x55717346b5c0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b640 0.000124
+gallium_dri.so free 0x55717346b700 void 0.000123
+gallium_dri.so free 0x55717346b640 void 0.000125
+gallium_dri.so malloc 72 0x55717346b640 0.000123
+gallium_dri.so free 0x55717346b780 void 0.000124
+gallium_dri.so free 0x55717346b640 void 0.000124
+gallium_dri.so malloc 72 0x55717346b7b0 0.000123
+gallium_dri.so free 0x55717346b800 void 0.000124
+gallium_dri.so free 0x55717346b7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b7b0 0.000123
+gallium_dri.so free 0x55717346b900 void 0.000126
+gallium_dri.so free 0x55717346b7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b940 0.000122
+gallium_dri.so free 0x55717346b9c0 void 0.000129
+gallium_dri.so free 0x55717346b940 void 0.000129
+gallium_dri.so malloc 72 0x55717346b9c0 0.000123
+gallium_dri.so free 0x55717346ba80 void 0.000125
+gallium_dri.so free 0x55717346b9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b9c0 0.000123
+gallium_dri.so free 0x55717346bb00 void 0.000139
+gallium_dri.so free 0x55717346b9c0 void 0.000138
+gallium_dri.so malloc 72 0x55717346bb30 0.000135
+gallium_dri.so free 0x55717346bb80 void 0.000137
+gallium_dri.so free 0x55717346bb30 void 0.000140
+gallium_dri.so malloc 72 0x55717346bb30 0.000166
+gallium_dri.so free 0x55717346bc80 void 0.000139
+gallium_dri.so free 0x55717346bb30 void 0.000148
+gallium_dri.so malloc 72 0x55717346bc30 0.000131
+gallium_dri.so free 0x55717346bd40 void 0.000132
+gallium_dri.so free 0x55717346bc30 void 0.000126
+gallium_dri.so malloc 72 0x55717346bcf0 0.000130
+gallium_dri.so free 0x55717346bdc0 void 0.000133
+gallium_dri.so free 0x55717346bcf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346bcf0 0.000131
+gallium_dri.so free 0x55717346be80 void 0.000127
+gallium_dri.so free 0x55717346bcf0 void 0.000130
+gallium_dri.so malloc 72 0x55717346bcf0 0.000130
+gallium_dri.so free 0x55717346bf40 void 0.000132
+gallium_dri.so free 0x55717346bcf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346bef0 0.000132
+gallium_dri.so free 0x55717346bfc0 void 0.000130
+gallium_dri.so free 0x55717346bef0 void 0.000218
+gallium_dri.so malloc 72 0x55717346c010 0.000134
+gallium_dri.so free 0x55717346c080 void 0.000132
+gallium_dri.so free 0x55717346c010 void 0.000127
+gallium_dri.so malloc 72 0x55717346c0a0 0.000126
+gallium_dri.so free 0x55717346c140 void 0.000125
+gallium_dri.so free 0x55717346c0a0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c0f0 0.000126
+gallium_dri.so free 0x55717346c1c0 void 0.000153
+gallium_dri.so free 0x55717346c0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346c1c0 0.000126
+gallium_dri.so free 0x55717346c280 void 0.000125
+gallium_dri.so free 0x55717346c1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c1c0 0.000128
+gallium_dri.so free 0x55717346c300 void 0.000126
+gallium_dri.so free 0x55717346c1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c300 0.000126
+gallium_dri.so free 0x55717346c3c0 void 0.000124
+gallium_dri.so free 0x55717346c300 void 0.000125
+gallium_dri.so malloc 72 0x55717346c300 0.000124
+gallium_dri.so free 0x55717346c480 void 0.000123
+gallium_dri.so free 0x55717346c300 void 0.000124
+gallium_dri.so malloc 72 0x55717346c300 0.000123
+gallium_dri.so free 0x55717346c540 void 0.000126
+gallium_dri.so free 0x55717346c300 void 0.000130
+gallium_dri.so malloc 72 0x55717346c4f0 0.000120
+gallium_dri.so free 0x55717346c5c0 void 0.000117
+gallium_dri.so free 0x55717346c4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c610 0.000117
+gallium_dri.so free 0x55717346c680 void 0.000116
+gallium_dri.so free 0x55717346c610 void 0.000116
+gallium_dri.so malloc 72 0x55717346c6c0 0.000117
+gallium_dri.so free 0x55717346c740 void 0.000115
+gallium_dri.so free 0x55717346c6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c6c0 0.000116
+gallium_dri.so free 0x55717346c7c0 void 0.000116
+gallium_dri.so free 0x55717346c6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c7f0 0.000117
+gallium_dri.so free 0x55717346c840 void 0.000117
+gallium_dri.so free 0x55717346c7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c7f0 0.000118
+gallium_dri.so free 0x55717346c940 void 0.000116
+gallium_dri.so free 0x55717346c7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346c8f0 0.000116
+gallium_dri.so free 0x55717346ca00 void 0.000117
+gallium_dri.so free 0x55717346c8f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346c9b0 0.000123
+gallium_dri.so free 0x55717346ca40 void 0.000118
+gallium_dri.so free 0x55717346c9b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346c9b0 0.000117
+gallium_dri.so free 0x55717346cb00 void 0.000116
+gallium_dri.so free 0x55717346c9b0 void 0.000146
+gallium_dri.so malloc 72 0x55717346cb70 0.000119
+gallium_dri.so free 0x55717346cbc0 void 0.000119
+gallium_dri.so free 0x55717346cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717346cb70 0.000118
+gallium_dri.so free 0x55717346ccc0 void 0.000120
+gallium_dri.so free 0x55717346cb70 void 0.000118
+gallium_dri.so malloc 72 0x55717346cc70 0.000119
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so free 0x55717346cc70 void 0.000118
+gallium_dri.so malloc 72 0x55717346cd30 0.000123
+gallium_dri.so free 0x55717346cdc0 void 0.000122
+gallium_dri.so free 0x55717346cd30 void 0.000122
+gallium_dri.so malloc 72 0x55717346cd30 0.000119
+gallium_dri.so free 0x55717346ce80 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346cec0 0.000118
+gallium_dri.so free 0x55717346cf40 void 0.000119
+gallium_dri.so free 0x55717346cec0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cf40 0.000119
+gallium_dri.so free 0x55717346d000 void 0.000119
+gallium_dri.so free 0x55717346cf40 void 0.000118
+gallium_dri.so malloc 72 0x55717346cf40 0.000133
+gallium_dri.so free 0x55717346d0c0 void 0.000123
+gallium_dri.so free 0x55717346cf40 void 0.000120
+gallium_dri.so malloc 72 0x55717346d0e0 0.000119
+gallium_dri.so free 0x55717346d180 void 0.000194
+gallium_dri.so free 0x55717346d0e0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d130 0.000124
+gallium_dri.so free 0x55717346d200 void 0.000128
+gallium_dri.so free 0x55717346d130 void 0.000120
+gallium_dri.so malloc 72 0x55717346d130 0.000119
+gallium_dri.so free 0x55717346d280 void 0.000118
+gallium_dri.so free 0x55717346d130 void 0.000119
+gallium_dri.so malloc 72 0x55717346d280 0.000120
+gallium_dri.so free 0x55717346d340 void 0.000118
+gallium_dri.so free 0x55717346d280 void 0.000119
+gallium_dri.so malloc 72 0x55717346d280 0.000119
+gallium_dri.so free 0x55717346d400 void 0.000118
+gallium_dri.so free 0x55717346d280 void 0.000119
+gallium_dri.so malloc 72 0x55717346d280 0.000120
+gallium_dri.so free 0x55717346d4c0 void 0.000119
+gallium_dri.so free 0x55717346d280 void 0.000118
+gallium_dri.so malloc 72 0x55717346d470 0.000117
+gallium_dri.so free 0x55717346d580 void 0.000117
+gallium_dri.so free 0x55717346d470 void 0.000118
+gallium_dri.so malloc 72 0x55717346d530 0.000119
+gallium_dri.so free 0x55717346d600 void 0.000120
+gallium_dri.so free 0x55717346d530 void 0.000119
+gallium_dri.so malloc 72 0x55717346d650 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000118
+gallium_dri.so free 0x55717346d650 void 0.000121
+gallium_dri.so malloc 72 0x55717346d6e0 0.000102
+gallium_dri.so free 0x55717346d780 void 0.000112
+gallium_dri.so free 0x55717346d6e0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d730 0.000111
+gallium_dri.so free 0x55717346d800 void 0.000111
+gallium_dri.so free 0x55717346d730 void 0.000110
+gallium_dri.so malloc 72 0x55717346d730 0.000111
+gallium_dri.so free 0x55717346d880 void 0.000110
+gallium_dri.so free 0x55717346d730 void 0.000112
+gallium_dri.so malloc 72 0x55717346d880 0.000111
+gallium_dri.so free 0x55717346d940 void 0.000110
+gallium_dri.so free 0x55717346d880 void 0.000110
+gallium_dri.so malloc 72 0x55717346d880 0.000110
+gallium_dri.so free 0x55717346da40 void 0.000112
+gallium_dri.so free 0x55717346d880 void 0.000113
+gallium_dri.so malloc 72 0x55717346d9f0 0.000112
+gallium_dri.so free 0x55717346da80 void 0.000112
+gallium_dri.so free 0x55717346d9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d9f0 0.000112
+gallium_dri.so free 0x55717346db40 void 0.000110
+gallium_dri.so free 0x55717346d9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346db80 0.000115
+gallium_dri.so free 0x55717346dc00 void 0.000124
+gallium_dri.so free 0x55717346db80 void 0.000115
+gallium_dri.so malloc 72 0x55717346dc00 0.000111
+gallium_dri.so free 0x55717346dcc0 void 0.000111
+gallium_dri.so free 0x55717346dc00 void 0.000112
+gallium_dri.so malloc 72 0x55717346dc00 0.000110
+gallium_dri.so free 0x55717346dd40 void 0.000122
+gallium_dri.so free 0x55717346dc00 void 0.000120
+gallium_dri.so malloc 72 0x55717346dd70 0.000118
+gallium_dri.so free 0x55717346ddc0 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd70 0.000118
+gallium_dri.so free 0x55717346dec0 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346df00 0.000119
+gallium_dri.so free 0x55717346df80 void 0.000142
+gallium_dri.so free 0x55717346df00 void 0.000123
+gallium_dri.so malloc 72 0x55717346df80 0.000119
+gallium_dri.so free 0x55717346e040 void 0.000118
+gallium_dri.so free 0x55717346df80 void 0.000117
+gallium_dri.so malloc 72 0x55717346df80 0.000118
+gallium_dri.so free 0x55717346e0c0 void 0.000122
+gallium_dri.so free 0x55717346df80 void 0.000119
+gallium_dri.so malloc 72 0x55717346e0f0 0.000119
+gallium_dri.so free 0x55717346e140 void 0.000127
+gallium_dri.so free 0x55717346e0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e0f0 0.000118
+gallium_dri.so free 0x55717346e240 void 0.000118
+gallium_dri.so free 0x55717346e0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e1f0 0.000118
+gallium_dri.so free 0x55717346e300 void 0.000119
+gallium_dri.so free 0x55717346e1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e2b0 0.000129
+gallium_dri.so free 0x55717346e380 void 0.000137
+gallium_dri.so free 0x55717346e2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e2b0 0.000126
+gallium_dri.so free 0x55717346e440 void 0.000121
+gallium_dri.so free 0x55717346e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e2b0 0.000118
+gallium_dri.so free 0x55717346e500 void 0.000119
+gallium_dri.so free 0x55717346e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e4b0 0.000118
+gallium_dri.so free 0x55717346e580 void 0.000128
+gallium_dri.so free 0x55717346e4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e5d0 0.000117
+gallium_dri.so free 0x55717346e640 void 0.000119
+gallium_dri.so free 0x55717346e5d0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e660 0.000119
+gallium_dri.so free 0x55717346e700 void 0.000118
+gallium_dri.so free 0x55717346e660 void 0.000120
+gallium_dri.so malloc 72 0x55717346e6b0 0.000118
+gallium_dri.so free 0x55717346e780 void 0.000119
+gallium_dri.so free 0x55717346e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e780 0.000120
+gallium_dri.so free 0x55717346e840 void 0.000118
+gallium_dri.so free 0x55717346e780 void 0.000115
+gallium_dri.so malloc 72 0x55717346e780 0.000119
+gallium_dri.so free 0x55717346e8c0 void 0.000126
+gallium_dri.so free 0x55717346e780 void 0.000113
+gallium_dri.so malloc 72 0x55717346e8c0 0.000118
+gallium_dri.so free 0x55717346e980 void 0.000116
+gallium_dri.so free 0x55717346e8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e8c0 0.000110
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x55717346e8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e8c0 0.000113
+gallium_dri.so free 0x5571735bfe80 void 0.000110
+gallium_dri.so free 0x55717346e8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfe30 0.000110
+gallium_dri.so free 0x5571735bff00 void 0.000110
+gallium_dri.so free 0x5571735bfe30 void 0.000111
+gallium_dri.so malloc 72 0x5571735bff50 0.000120
+gallium_dri.so free 0x5571735bffc0 void 0.000120
+gallium_dri.so free 0x5571735bff50 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0000 0.000116
+gallium_dri.so free 0x5571735c0080 void 0.000116
+gallium_dri.so free 0x5571735c0000 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0000 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000117
+gallium_dri.so free 0x5571735c0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0130 0.000130
+gallium_dri.so free 0x5571735c0180 void 0.000118
+gallium_dri.so free 0x5571735c0130 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0130 0.000118
+gallium_dri.so free 0x5571735c0280 void 0.000131
+gallium_dri.so free 0x5571735c0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0230 0.000120
+gallium_dri.so free 0x5571735c0340 void 0.000118
+gallium_dri.so free 0x5571735c0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02f0 0.000117
+gallium_dri.so free 0x5571735c0380 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so free 0x5571735c02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c04b0 0.000120
+gallium_dri.so free 0x5571735c0500 void 0.000120
+gallium_dri.so free 0x5571735c04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c04b0 0.000120
+gallium_dri.so free 0x5571735c0600 void 0.000118
+gallium_dri.so free 0x5571735c04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0670 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000120
+gallium_dri.so free 0x5571735c0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0670 0.000120
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so free 0x5571735c0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0800 0.000158
+gallium_dri.so free 0x5571735c0880 void 0.000121
+gallium_dri.so free 0x5571735c0800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0880 0.000118
+gallium_dri.so free 0x5571735c0940 void 0.000119
+gallium_dri.so free 0x5571735c0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0880 0.000118
+gallium_dri.so free 0x5571735c0a00 void 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0a20 0.000119
+gallium_dri.so free 0x5571735c0ac0 void 0.000119
+gallium_dri.so free 0x5571735c0a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a70 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000133
+gallium_dri.so free 0x5571735c0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a70 0.000121
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so free 0x5571735c0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000119
+gallium_dri.so free 0x5571735c0c80 void 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000117
+gallium_dri.so free 0x5571735c0d40 void 0.000125
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0db0 0.000119
+gallium_dri.so free 0x5571735c0ec0 void 0.000120
+gallium_dri.so free 0x5571735c0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e70 0.000116
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0f90 0.000119
+gallium_dri.so free 0x5571735c1000 void 0.000118
+gallium_dri.so free 0x5571735c0f90 void 0.000138
+gallium_dri.so malloc 72 0x5571735c1020 0.000123
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c1020 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000122
+gallium_dri.so free 0x5571735c1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11c0 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000120
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11c0 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1330 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000126
+gallium_dri.so free 0x5571735c1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1330 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so free 0x5571735c1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14c0 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1540 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000121
+gallium_dri.so free 0x5571735c1540 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1540 0.000120
+gallium_dri.so free 0x5571735c1680 void 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so free 0x5571735c16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1840 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so free 0x5571735c1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c18c0 0.000120
+gallium_dri.so free 0x5571735c1980 void 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c18c0 0.000118
+gallium_dri.so free 0x5571735c1a00 void 0.000127
+gallium_dri.so free 0x5571735c18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a30 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000120
+gallium_dri.so free 0x5571735c1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a30 0.000119
+gallium_dri.so free 0x5571735c1b80 void 0.000119
+gallium_dri.so free 0x5571735c1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1b30 0.000118
+gallium_dri.so free 0x5571735c1c40 void 0.000120
+gallium_dri.so free 0x5571735c1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000123
+gallium_dri.so free 0x5571735c1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000119
+gallium_dri.so free 0x5571735c1d80 void 0.000248
+gallium_dri.so free 0x5571735c1bf0 void 0.000184
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000160
+gallium_dri.so free 0x5571735c1e40 void 0.000123
+gallium_dri.so free 0x5571735c1bf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1df0 0.000121
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so free 0x5571735c1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f10 0.000131
+gallium_dri.so free 0x5571735c1f80 void 0.000117
+gallium_dri.so free 0x5571735c1f10 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000120
+gallium_dri.so free 0x5571735c2040 void 0.000124
+gallium_dri.so free 0x5571735c1fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000121
+gallium_dri.so free 0x5571735c20c0 void 0.000120
+gallium_dri.so free 0x5571735c1ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20c0 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000116
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20c0 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so free 0x5571735c20c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2200 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2200 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2200 0.000115
+gallium_dri.so free 0x5571735c2440 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c23f0 0.000114
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c23f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2510 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000113
+gallium_dri.so free 0x5571735c2510 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000112
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000111
+gallium_dri.so free 0x5571735c26c0 void 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26f0 0.000112
+gallium_dri.so free 0x5571735c2740 void 0.000112
+gallium_dri.so free 0x5571735c26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26f0 0.000111
+gallium_dri.so free 0x5571735c2840 void 0.000113
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27f0 0.000114
+gallium_dri.so free 0x5571735c2900 void 0.000179
+gallium_dri.so free 0x5571735c27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c28b0 0.000122
+gallium_dri.so free 0x5571735c2940 void 0.000124
+gallium_dri.so free 0x5571735c28b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c28b0 0.000119
+gallium_dri.so free 0x5571735c2a00 void 0.000115
+gallium_dri.so free 0x5571735c28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000130
+gallium_dri.so free 0x5571735c2a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2a70 0.000118
+gallium_dri.so free 0x5571735c2bc0 void 0.000124
+gallium_dri.so free 0x5571735c2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2c80 void 0.000121
+gallium_dri.so free 0x5571735c2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c30 0.000127
+gallium_dri.so free 0x5571735c2cc0 void 0.000127
+gallium_dri.so free 0x5571735c2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c30 0.000121
+gallium_dri.so free 0x5571735c2d80 void 0.000120
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so free 0x5571735c2dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e40 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e40 0.000121
+gallium_dri.so free 0x5571735c2fc0 void 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000121
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c2fe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3030 0.000211
+gallium_dri.so free 0x5571735c3100 void 0.000121
+gallium_dri.so free 0x5571735c3030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3030 0.000120
+gallium_dri.so free 0x5571735c3180 void 0.000120
+gallium_dri.so free 0x5571735c3030 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3180 0.000120
+gallium_dri.so free 0x5571735c3240 void 0.000120
+gallium_dri.so free 0x5571735c3180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3180 0.000120
+gallium_dri.so free 0x5571735c3300 void 0.000121
+gallium_dri.so free 0x5571735c3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3180 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so free 0x5571735c3180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3370 0.000121
+gallium_dri.so free 0x5571735c3480 void 0.000120
+gallium_dri.so free 0x5571735c3370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3430 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000120
+gallium_dri.so free 0x5571735c3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3550 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000120
+gallium_dri.so free 0x5571735c3550 void 0.000125
+gallium_dri.so malloc 72 0x5571735c35e0 0.000126
+gallium_dri.so free 0x5571735c3680 void 0.000131
+gallium_dri.so free 0x5571735c35e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3630 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000120
+gallium_dri.so free 0x5571735c3630 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3630 0.000129
+gallium_dri.so free 0x5571735c3780 void 0.000131
+gallium_dri.so free 0x5571735c3630 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3780 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c3780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3780 0.000119
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000120
+gallium_dri.so malloc 72 0x5571735c38f0 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000121
+gallium_dri.so free 0x5571735c38f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c38f0 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000125
+gallium_dri.so free 0x5571735c38f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a80 0.000112
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c3a80 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3b00 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b00 0.000128
+gallium_dri.so free 0x5571735c3c40 void 0.000117
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x5571735c3cc0 void 0.000115
+gallium_dri.so free 0x5571735c3c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000113
+gallium_dri.so free 0x5571735c3c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e00 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so free 0x5571735c3e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e80 0.000114
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000114
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4140 void 0.000115
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000112
+gallium_dri.so free 0x5571735c4200 void 0.000116
+gallium_dri.so free 0x5571735c40f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000120
+gallium_dri.so free 0x5571735c41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41b0 0.000112
+gallium_dri.so free 0x5571735c4340 void 0.000112
+gallium_dri.so free 0x5571735c41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41b0 0.000115
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c41b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43b0 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so free 0x5571735c43b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44d0 0.000123
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c44d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4560 0.000115
+gallium_dri.so free 0x5571735c4600 void 0.000116
+gallium_dri.so free 0x5571735c4560 void 0.000115
+gallium_dri.so malloc 72 0x5571735c45b0 0.000123
+gallium_dri.so free 0x5571735c4680 void 0.000120
+gallium_dri.so free 0x5571735c45b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4680 0.000125
+gallium_dri.so free 0x5571735c4740 void 0.000120
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4680 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000120
+gallium_dri.so free 0x5571735c4680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47c0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4a00 void 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c49b0 0.000128
+gallium_dri.so free 0x5571735c4a80 void 0.000118
+gallium_dri.so free 0x5571735c49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4ad0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b80 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b80 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000117
+gallium_dri.so free 0x5571735c4b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000116
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so free 0x5571735c4cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000119
+gallium_dri.so free 0x5571735c4e00 void 0.000118
+gallium_dri.so free 0x5571735c4cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4db0 0.000111
+gallium_dri.so free 0x5571735c4ec0 void 0.000110
+gallium_dri.so free 0x5571735c4db0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4e70 0.000110
+gallium_dri.so free 0x5571735c4f00 void 0.000111
+gallium_dri.so free 0x5571735c4e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4e70 0.000111
+gallium_dri.so free 0x5571735c4fc0 void 0.000110
+gallium_dri.so free 0x5571735c4e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c5030 0.000110
+gallium_dri.so free 0x5571735da8c0 void 0.000111
+gallium_dri.so free 0x5571735c5030 void 0.000110
+gallium_dri.so malloc 72 0x5571735c5030 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000111
+gallium_dri.so free 0x5571735c5030 void 0.000110
+gallium_dri.so malloc 72 0x5571735da940 0.000109
+gallium_dri.so free 0x5571735daa00 void 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000110
+gallium_dri.so malloc 72 0x5571735da940 0.000111
+gallium_dri.so free 0x5571735daac0 void 0.000111
+gallium_dri.so free 0x5571735da940 void 0.000109
+gallium_dri.so malloc 72 0x5571735da940 0.000116
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab30 0.000111
+gallium_dri.so free 0x5571735dac00 void 0.000110
+gallium_dri.so free 0x5571735dab30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dac50 0.000160
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad20 0.000110
+gallium_dri.so free 0x5571735dadc0 void 0.000153
+gallium_dri.so free 0x5571735dad20 void 0.000124
+gallium_dri.so malloc 72 0x5571735dad70 0.000125
+gallium_dri.so free 0x5571735dae00 void 0.000124
+gallium_dri.so free 0x5571735dad70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dad70 0.000124
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so free 0x5571735dad70 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf00 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735daf80 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf80 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0f0 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000130
+gallium_dri.so free 0x5571735db0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db140 0.000119
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db140 void 0.000116
+gallium_dri.so malloc 72 0x5571735db140 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so malloc 72 0x5571735db2b0 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db400 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db500 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so malloc 72 0x5571735db7f0 0.000112
+gallium_dri.so free 0x5571735db8c0 void 0.000111
+gallium_dri.so free 0x5571735db7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db910 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db910 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9a0 0.000111
+gallium_dri.so free 0x5571735dba40 void 0.000112
+gallium_dri.so free 0x5571735db9a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9f0 0.000110
+gallium_dri.so free 0x5571735dbac0 void 0.000113
+gallium_dri.so free 0x5571735db9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9f0 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735db9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000111
+gallium_dri.so free 0x5571735dbc40 void 0.000112
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc90 0.000117
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd20 0.000119
+gallium_dri.so free 0x5571735dbdc0 void 0.000125
+gallium_dri.so free 0x5571735dbd20 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbd70 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbd70 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000113
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbec0 0.000143
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc130 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so free 0x5571735dc130 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc130 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so free 0x5571735dc130 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc230 0.000112
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so free 0x5571735dc230 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000115
+gallium_dri.so free 0x5571735dc380 void 0.000115
+gallium_dri.so free 0x5571735dc2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so free 0x5571735dc2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc490 0.000117
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc490 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc540 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc700 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc730 0.000113
+gallium_dri.so free 0x5571735dc780 void 0.000113
+gallium_dri.so free 0x5571735dc730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc730 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc830 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc830 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9e0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc9e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca30 0.000124
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca30 0.000110
+gallium_dri.so free 0x5571735dcb80 void 0.000113
+gallium_dri.so free 0x5571735dca30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcc40 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb80 0.000124
+gallium_dri.so free 0x5571735dcd00 void 0.000131
+gallium_dri.so free 0x5571735dcb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb80 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcd70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000112
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce70 0.000113
+gallium_dri.so free 0x5571735dcf80 void 0.000113
+gallium_dri.so free 0x5571735dce70 void 0.000147
+gallium_dri.so malloc 72 0x5571735dcf30 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dcf30 void 0.000127
+gallium_dri.so malloc 72 0x5571735dcf30 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000116
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dd0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd140 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd140 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so free 0x5571735dd2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000112
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd480 0.000114
+gallium_dri.so free 0x5571735dd540 void 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd480 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd480 0.000172
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd730 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd850 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000113
+gallium_dri.so free 0x5571735dd850 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000111
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000111
+gallium_dri.so free 0x5571735dda00 void 0.000112
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000117
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735dda80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda80 0.000120
+gallium_dri.so free 0x5571735ddc40 void 0.000119
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000119
+gallium_dri.so free 0x5571735ddc80 void 0.000113
+gallium_dri.so free 0x5571735ddbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000112
+gallium_dri.so free 0x5571735ddd40 void 0.000114
+gallium_dri.so free 0x5571735ddbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddd80 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000139
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde00 0.000112
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf70 0.000114
+gallium_dri.so free 0x5571735ddfc0 void 0.000115
+gallium_dri.so free 0x5571735ddf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000126
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735de100 void 0.000114
+gallium_dri.so malloc 72 0x5571735de180 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so malloc 72 0x5571735de180 0.000125
+gallium_dri.so free 0x5571735de2c0 void 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de2f0 0.000114
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so free 0x5571735de2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de3f0 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4b0 0.000112
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000113
+gallium_dri.so free 0x5571735de4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so free 0x5571735de6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7d0 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so free 0x5571735de7d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de860 0.000112
+gallium_dri.so free 0x5571735de900 void 0.000114
+gallium_dri.so free 0x5571735de860 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8b0 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so free 0x5571735de8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de980 0.000111
+gallium_dri.so free 0x5571735dea40 void 0.000123
+gallium_dri.so free 0x5571735de980 void 0.000122
+gallium_dri.so malloc 72 0x5571735de980 0.000121
+gallium_dri.so free 0x5571735deac0 void 0.000117
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so malloc 72 0x5571735deac0 0.000123
+gallium_dri.so free 0x5571735deb80 void 0.000122
+gallium_dri.so free 0x5571735deac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735deac0 0.000121
+gallium_dri.so free 0x5571735dec40 void 0.000122
+gallium_dri.so free 0x5571735deac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735deac0 0.000121
+gallium_dri.so free 0x5571735ded00 void 0.000122
+gallium_dri.so free 0x5571735deac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735decb0 0.000119
+gallium_dri.so free 0x5571735ded80 void 0.000120
+gallium_dri.so free 0x5571735decb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dedd0 0.000144
+gallium_dri.so free 0x5571735dee40 void 0.000118
+gallium_dri.so free 0x5571735dedd0 void 0.000172
+gallium_dri.so malloc 72 0x5571735dee80 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so free 0x5571735dee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee80 0.000116
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so free 0x5571735dee80 void 0.000117
+gallium_dri.so malloc 72 0x5571735defb0 0.000120
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735defb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735defb0 0.000120
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735defb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df0b0 0.000120
+gallium_dri.so free 0x5571735df1c0 void 0.000120
+gallium_dri.so free 0x5571735df0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df170 0.000121
+gallium_dri.so free 0x5571735df200 void 0.000214
+gallium_dri.so free 0x5571735df170 void 0.000181
+gallium_dri.so malloc 72 0x5571735df170 0.000119
+gallium_dri.so free 0x5571735df2c0 void 0.000120
+gallium_dri.so free 0x5571735df170 void 0.000120
+gallium_dri.so malloc 72 0x5571735df330 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000154
+gallium_dri.so free 0x5571735df330 void 0.000126
+gallium_dri.so malloc 72 0x5571735df330 0.000132
+gallium_dri.so free 0x5571735df480 void 0.000119
+gallium_dri.so free 0x5571735df330 void 0.000122
+gallium_dri.so malloc 72 0x5571735df430 0.000122
+gallium_dri.so free 0x5571735df540 void 0.000117
+gallium_dri.so free 0x5571735df430 void 0.000129
+gallium_dri.so malloc 72 0x5571735df4f0 0.000124
+gallium_dri.so free 0x5571735df580 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4f0 0.000128
+gallium_dri.so free 0x5571735df640 void 0.000124
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df680 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so free 0x5571735df680 void 0.000116
+gallium_dri.so malloc 72 0x5571735df700 0.000116
+gallium_dri.so free 0x5571735df7c0 void 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000116
+gallium_dri.so malloc 72 0x5571735df700 0.000116
+gallium_dri.so free 0x5571735df880 void 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8a0 0.000119
+gallium_dri.so free 0x5571735df940 void 0.000116
+gallium_dri.so free 0x5571735df8a0 void 0.000152
+gallium_dri.so malloc 72 0x5571735df8f0 0.000189
+gallium_dri.so free 0x5571735df9c0 void 0.000155
+gallium_dri.so free 0x5571735df8f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df8f0 0.000128
+gallium_dri.so free 0x5571735dfa40 void 0.000128
+gallium_dri.so free 0x5571735df8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfa40 0.000126
+gallium_dri.so free 0x5571735dfb00 void 0.000128
+gallium_dri.so free 0x5571735dfa40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfa40 0.000126
+gallium_dri.so free 0x5571735dfbc0 void 0.000126
+gallium_dri.so free 0x5571735dfa40 void 0.000138
+gallium_dri.so malloc 72 0x5571735dfa40 0.000116
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000116
+gallium_dri.so free 0x5571735dfd40 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe10 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000116
+gallium_dri.so free 0x5571735dfe10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfea0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000125
+gallium_dri.so free 0x5571735dffc0 void 0.000121
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0200 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01b0 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0340 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03c0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0530 0.000129
+gallium_dri.so free 0x5571735e0580 void 0.000118
+gallium_dri.so free 0x5571735e0530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0530 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e06c0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0740 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0740 0.000124
+gallium_dri.so free 0x5571735e0880 void 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000191
+gallium_dri.so malloc 72 0x5571735e08b0 0.000121
+gallium_dri.so free 0x5571735e0900 void 0.000121
+gallium_dri.so free 0x5571735e08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08b0 0.000122
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so free 0x5571735e08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e09b0 0.000121
+gallium_dri.so free 0x5571735e0ac0 void 0.000121
+gallium_dri.so free 0x5571735e09b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0a70 0.000180
+gallium_dri.so free 0x5571735e0b40 void 0.000123
+gallium_dri.so free 0x5571735e0a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0a70 0.000122
+gallium_dri.so free 0x5571735e0c00 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0a70 0.000121
+gallium_dri.so free 0x5571735e0cc0 void 0.000120
+gallium_dri.so free 0x5571735e0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c70 0.000122
+gallium_dri.so free 0x5571735e0d40 void 0.000127
+gallium_dri.so free 0x5571735e0c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0d90 0.000125
+gallium_dri.so free 0x5571735eb380 void 0.000126
+gallium_dri.so free 0x5571735e0d90 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0d90 0.000123
+gallium_dri.so free 0x5571735eb440 void 0.000122
+gallium_dri.so free 0x5571735e0d90 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d90 0.000125
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so free 0x5571735e0d90 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000114
+gallium_dri.so free 0x5571735eb5c0 void 0.000115
+gallium_dri.so free 0x5571735eb4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb570 0.000112
+gallium_dri.so free 0x5571735eb640 void 0.000119
+gallium_dri.so free 0x5571735eb570 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb690 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735eb690 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb720 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so free 0x5571735eb720 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb770 0.000115
+gallium_dri.so free 0x5571735eb840 void 0.000114
+gallium_dri.so free 0x5571735eb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb770 0.000113
+gallium_dri.so free 0x5571735eb8c0 void 0.000113
+gallium_dri.so free 0x5571735eb770 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000114
+gallium_dri.so free 0x5571735eb980 void 0.000113
+gallium_dri.so free 0x5571735eb8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000116
+gallium_dri.so free 0x5571735eb8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba30 0.000113
+gallium_dri.so free 0x5571735ebac0 void 0.000114
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000117
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000113
+gallium_dri.so free 0x5571735ebc40 void 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc40 0.000126
+gallium_dri.so free 0x5571735ebd00 void 0.000115
+gallium_dri.so free 0x5571735ebc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc40 0.000114
+gallium_dri.so free 0x5571735ebd80 void 0.000114
+gallium_dri.so free 0x5571735ebc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000113
+gallium_dri.so free 0x5571735ebe00 void 0.000114
+gallium_dri.so free 0x5571735ebdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000114
+gallium_dri.so free 0x5571735ebdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf40 0.000140
+gallium_dri.so free 0x5571735ebfc0 void 0.000116
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000113
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec130 0.000113
+gallium_dri.so free 0x5571735ec180 void 0.000115
+gallium_dri.so free 0x5571735ec130 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec130 0.000114
+gallium_dri.so free 0x5571735ec280 void 0.000113
+gallium_dri.so free 0x5571735ec130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec230 0.000192
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so free 0x5571735ec230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so free 0x5571735ec2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000113
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so free 0x5571735ec2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000113
+gallium_dri.so free 0x5571735ec2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000113
+gallium_dri.so free 0x5571735ec4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec610 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec610 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000113
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so free 0x5571735ec6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000113
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000116
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec900 0.000115
+gallium_dri.so free 0x5571735ec9c0 void 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec900 0.000112
+gallium_dri.so free 0x5571735eca80 void 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec900 0.000113
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecaf0 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000116
+gallium_dri.so free 0x5571735ecaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc10 0.000114
+gallium_dri.so free 0x5571735ecc80 void 0.000116
+gallium_dri.so free 0x5571735ecc10 void 0.000114
+gallium_dri.so malloc 72 0x5571735eccc0 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccc0 0.000112
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000112
+gallium_dri.so free 0x5571735ece40 void 0.000115
+gallium_dri.so free 0x5571735ecdf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000117
+gallium_dri.so free 0x5571735ecf40 void 0.000127
+gallium_dri.so free 0x5571735ecdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecef0 0.000113
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ecef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed040 void 0.000113
+gallium_dri.so free 0x5571735ecfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed100 void 0.000114
+gallium_dri.so free 0x5571735ecfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed270 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed330 0.000114
+gallium_dri.so free 0x5571735ed3c0 void 0.000113
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000157
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed540 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed540 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed730 0.000112
+gallium_dri.so free 0x5571735ed800 void 0.000114
+gallium_dri.so free 0x5571735ed730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed730 0.000112
+gallium_dri.so free 0x5571735ed880 void 0.000113
+gallium_dri.so free 0x5571735ed730 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed880 0.000116
+gallium_dri.so free 0x5571735ed940 void 0.000114
+gallium_dri.so free 0x5571735ed880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed880 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000113
+gallium_dri.so free 0x5571735ed880 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed880 0.000113
+gallium_dri.so free 0x5571735edac0 void 0.000114
+gallium_dri.so free 0x5571735ed880 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda70 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so free 0x5571735eda70 void 0.000116
+gallium_dri.so malloc 72 0x5571735edb30 0.000113
+gallium_dri.so free 0x5571735edc00 void 0.000114
+gallium_dri.so free 0x5571735edb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc50 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edc50 void 0.000114
+gallium_dri.so malloc 72 0x5571735edce0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd30 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000113
+gallium_dri.so free 0x5571735edd30 void 0.000146
+gallium_dri.so malloc 72 0x5571735edd30 0.000116
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so free 0x5571735edd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede80 0.000113
+gallium_dri.so free 0x5571735edf40 void 0.000114
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede80 0.000116
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edff0 0.000113
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so free 0x5571735edff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edff0 0.000114
+gallium_dri.so free 0x5571735ee140 void 0.000113
+gallium_dri.so free 0x5571735edff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee180 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee200 0.000113
+gallium_dri.so free 0x5571735ee2c0 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee200 0.000114
+gallium_dri.so free 0x5571735ee340 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000112
+gallium_dri.so free 0x5571735ee4c0 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee500 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee580 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee580 0.000117
+gallium_dri.so free 0x5571735ee6c0 void 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee6f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000120
+gallium_dri.so free 0x5571735ee840 void 0.000116
+gallium_dri.so free 0x5571735ee6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000112
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so free 0x5571735ee7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000114
+gallium_dri.so free 0x5571735ee8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000112
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so free 0x5571735ee8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeab0 0.000113
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eebd0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eebd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eec60 0.000112
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so free 0x5571735eec60 void 0.000115
+gallium_dri.so malloc 72 0x5571735eecb0 0.000113
+gallium_dri.so free 0x5571735eed80 void 0.000115
+gallium_dri.so free 0x5571735eecb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eed80 0.000117
+gallium_dri.so free 0x5571735eee40 void 0.000113
+gallium_dri.so free 0x5571735eed80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eed80 0.000115
+gallium_dri.so free 0x5571735eeec0 void 0.000113
+gallium_dri.so free 0x5571735eed80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeec0 0.000113
+gallium_dri.so free 0x5571735eef80 void 0.000115
+gallium_dri.so free 0x5571735eeec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeec0 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so free 0x5571735eeec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeec0 0.000113
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0b0 0.000114
+gallium_dri.so free 0x5571735ef180 void 0.000113
+gallium_dri.so free 0x5571735ef0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1d0 0.000114
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so free 0x5571735ef1d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef280 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef280 0.000114
+gallium_dri.so free 0x5571735ef380 void 0.000116
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000125
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef570 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef570 0.000118
+gallium_dri.so free 0x5571735ef6c0 void 0.000116
+gallium_dri.so free 0x5571735ef570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef830 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000113
+gallium_dri.so free 0x5571735ef980 void 0.000114
+gallium_dri.so free 0x5571735ef8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000114
+gallium_dri.so free 0x5571735efa40 void 0.000119
+gallium_dri.so free 0x5571735ef8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa80 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735efb00 0.000115
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735efb00 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735efca0 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000140
+gallium_dri.so free 0x5571735efca0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efcf0 0.000116
+gallium_dri.so free 0x5571735efdc0 void 0.000114
+gallium_dri.so free 0x5571735efcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efcf0 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so free 0x5571735efcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe40 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe40 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe40 0.000113
+gallium_dri.so free 0x5571735f0080 void 0.000117
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0030 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735f0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00f0 0.000113
+gallium_dri.so free 0x5571735f01c0 void 0.000114
+gallium_dri.so free 0x5571735f00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0210 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so free 0x5571735f0210 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02a0 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f02a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f02f0 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000113
+gallium_dri.so free 0x5571735f02f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f02f0 0.000113
+gallium_dri.so free 0x5571735f0440 void 0.000113
+gallium_dri.so free 0x5571735f02f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0440 0.000122
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f0440 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0440 0.000119
+gallium_dri.so free 0x5571735f0600 void 0.000124
+gallium_dri.so free 0x5571735f0440 void 0.000124
+gallium_dri.so malloc 72 0x5571735f05b0 0.000133
+gallium_dri.so free 0x5571735f0640 void 0.000124
+gallium_dri.so free 0x5571735f05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f05b0 0.000118
+gallium_dri.so free 0x5571735f0700 void 0.000115
+gallium_dri.so free 0x5571735f05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0740 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07c0 0.000112
+gallium_dri.so free 0x5571735f0880 void 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07c0 0.000113
+gallium_dri.so free 0x5571735f0900 void 0.000114
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0930 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0930 0.000113
+gallium_dri.so free 0x5571735f0a80 void 0.000113
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b40 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b40 0.000178
+gallium_dri.so free 0x5571735f0c80 void 0.000115
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000114
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0e00 void 0.000113
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0db0 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000115
+gallium_dri.so free 0x5571735f0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000114
+gallium_dri.so free 0x5571735f0f40 void 0.000117
+gallium_dri.so free 0x5571735f0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0e70 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000115
+gallium_dri.so free 0x5571735f0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e70 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so free 0x5571735f0e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1070 0.000115
+gallium_dri.so free 0x5571735f1140 void 0.000113
+gallium_dri.so free 0x5571735f1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1190 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so free 0x5571735f1190 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1220 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1220 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1270 0.000112
+gallium_dri.so free 0x5571735f1340 void 0.000119
+gallium_dri.so free 0x5571735f1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1340 0.000118
+gallium_dri.so free 0x5571735f1400 void 0.000126
+gallium_dri.so free 0x5571735f1340 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1340 0.000122
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so free 0x5571735f1340 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1480 0.000125
+gallium_dri.so free 0x5571735f1540 void 0.000121
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1480 0.000117
+gallium_dri.so free 0x5571735f1600 void 0.000124
+gallium_dri.so free 0x5571735f1480 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1480 0.000125
+gallium_dri.so free 0x5571735f16c0 void 0.000124
+gallium_dri.so free 0x5571735f1480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1670 0.000120
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so free 0x5571735f1670 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1790 0.000125
+gallium_dri.so free 0x5571735f1800 void 0.000124
+gallium_dri.so free 0x5571735f1790 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1840 0.000124
+gallium_dri.so free 0x5571735f18c0 void 0.000124
+gallium_dri.so free 0x5571735f1840 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1840 0.000119
+gallium_dri.so free 0x5571735f1940 void 0.000124
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1970 0.000123
+gallium_dri.so free 0x5571735f19c0 void 0.000137
+gallium_dri.so free 0x5571735f1970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1970 0.000125
+gallium_dri.so free 0x5571735f1ac0 void 0.000124
+gallium_dri.so free 0x5571735f1970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1a70 0.000125
+gallium_dri.so free 0x5571735f1b80 void 0.000129
+gallium_dri.so free 0x5571735f1a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1b30 0.000124
+gallium_dri.so free 0x5571735f1bc0 void 0.000125
+gallium_dri.so free 0x5571735f1b30 void 0.000175
+gallium_dri.so malloc 72 0x5571735f1b30 0.000127
+gallium_dri.so free 0x5571735f1c80 void 0.000128
+gallium_dri.so free 0x5571735f1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000124
+gallium_dri.so free 0x5571735f1d40 void 0.000125
+gallium_dri.so free 0x5571735f1cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000117
+gallium_dri.so free 0x5571735f1cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1df0 0.000131
+gallium_dri.so free 0x5571735f1f00 void 0.000125
+gallium_dri.so free 0x5571735f1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000118
+gallium_dri.so free 0x5571735f1f40 void 0.000118
+gallium_dri.so free 0x5571735f1eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000126
+gallium_dri.so free 0x5571735f2000 void 0.000125
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2040 0.000119
+gallium_dri.so free 0x5571735f20c0 void 0.000122
+gallium_dri.so free 0x5571735f2040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f20c0 0.000132
+gallium_dri.so free 0x5571735f2180 void 0.000128
+gallium_dri.so free 0x5571735f20c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f20c0 0.000124
+gallium_dri.so free 0x5571735f2240 void 0.000126
+gallium_dri.so free 0x5571735f20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2260 0.000129
+gallium_dri.so free 0x5571735f2300 void 0.000127
+gallium_dri.so free 0x5571735f2260 void 0.000129
+gallium_dri.so malloc 72 0x5571735f22b0 0.000130
+gallium_dri.so free 0x5571735f2380 void 0.000125
+gallium_dri.so free 0x5571735f22b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f22b0 0.000135
+gallium_dri.so free 0x5571735f2400 void 0.000183
+gallium_dri.so free 0x5571735f22b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f2400 0.000222
+gallium_dri.so free 0x5571735f24c0 void 0.000201
+gallium_dri.so free 0x5571735f2400 void 0.000204
+gallium_dri.so malloc 72 0x5571735f2400 0.000183
+gallium_dri.so free 0x5571735f2580 void 0.000222
+gallium_dri.so free 0x5571735f2400 void 0.000227
+gallium_dri.so malloc 72 0x5571735f2400 0.000128
+gallium_dri.so free 0x5571735f2640 void 0.000290
+gallium_dri.so free 0x5571735f2400 void 0.000282
+gallium_dri.so malloc 72 0x5571735f25f0 0.000276
+gallium_dri.so free 0x5571735f2700 void 0.000269
+gallium_dri.so free 0x5571735f25f0 void 0.000277
+gallium_dri.so malloc 72 0x5571735f26b0 0.000282
+gallium_dri.so free 0x5571735f2780 void 0.000167
+gallium_dri.so free 0x5571735f26b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f27d0 0.000233
+gallium_dri.so free 0x5571735f2840 void 0.000276
+gallium_dri.so free 0x5571735f27d0 void 0.000205
+gallium_dri.so malloc 72 0x5571735f2860 0.000164
+gallium_dri.so free 0x5571735f2900 void 0.000227
+gallium_dri.so free 0x5571735f2860 void 0.000224
+gallium_dri.so malloc 72 0x5571735f28b0 0.000130
+gallium_dri.so free 0x5571735f2980 void 0.000132
+gallium_dri.so free 0x5571735f28b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f28b0 0.000124
+gallium_dri.so free 0x5571735f2a00 void 0.000130
+gallium_dri.so free 0x5571735f28b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2a00 0.000123
+gallium_dri.so free 0x5571735f2ac0 void 0.000122
+gallium_dri.so free 0x5571735f2a00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2a00 0.000123
+gallium_dri.so free 0x5571735f2bc0 void 0.000123
+gallium_dri.so free 0x5571735f2a00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2b70 0.000124
+gallium_dri.so free 0x5571735f2c00 void 0.000123
+gallium_dri.so free 0x5571735f2b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b70 0.000123
+gallium_dri.so free 0x5571735f2cc0 void 0.000123
+gallium_dri.so free 0x5571735f2b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2d00 0.000132
+gallium_dri.so free 0x5571735f2d80 void 0.000133
+gallium_dri.so free 0x5571735f2d00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2d80 0.000126
+gallium_dri.so free 0x5571735f2e40 void 0.000131
+gallium_dri.so free 0x5571735f2d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2d80 0.000133
+gallium_dri.so free 0x5571735f2ec0 void 0.000126
+gallium_dri.so free 0x5571735f2d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000131
+gallium_dri.so free 0x5571735f2f40 void 0.000133
+gallium_dri.so free 0x5571735f2ef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000131
+gallium_dri.so free 0x5571735f3040 void 0.000130
+gallium_dri.so free 0x5571735f2ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3080 0.000133
+gallium_dri.so free 0x5571735f3100 void 0.000125
+gallium_dri.so free 0x5571735f3080 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3100 0.000131
+gallium_dri.so free 0x5571735f31c0 void 0.000132
+gallium_dri.so free 0x5571735f3100 void 0.000133
+gallium_dri.so malloc 72 0x5571735f3100 0.000124
+gallium_dri.so free 0x5571735f3240 void 0.000131
+gallium_dri.so free 0x5571735f3100 void 0.000169
+gallium_dri.so malloc 72 0x5571735f3270 0.000224
+gallium_dri.so free 0x5571735f32c0 void 0.000224
+gallium_dri.so free 0x5571735f3270 void 0.000223
+gallium_dri.so malloc 72 0x5571735f3270 0.000222
+gallium_dri.so free 0x5571735f33c0 void 0.000235
+gallium_dri.so free 0x5571735f3270 void 0.000223
+gallium_dri.so malloc 72 0x5571735f3370 0.000186
+gallium_dri.so free 0x5571735f3480 void 0.000185
+gallium_dri.so free 0x5571735f3370 void 0.000182
+gallium_dri.so malloc 72 0x5571735f3430 0.000135
+gallium_dri.so free 0x5571735f3500 void 0.000127
+gallium_dri.so free 0x5571735f3430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3430 0.000130
+gallium_dri.so free 0x5571735f35c0 void 0.000132
+gallium_dri.so free 0x5571735f3430 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3430 0.000129
+gallium_dri.so free 0x5571735f3680 void 0.000132
+gallium_dri.so free 0x5571735f3430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3630 0.000126
+gallium_dri.so free 0x55717360c640 void 0.000129
+gallium_dri.so free 0x5571735f3630 void 0.000131
+gallium_dri.so malloc 72 0x55717360c640 0.000131
+gallium_dri.so free 0x55717360c700 void 0.000132
+gallium_dri.so free 0x55717360c640 void 0.000125
+gallium_dri.so malloc 72 0x55717360c640 0.000129
+gallium_dri.so free 0x55717360c7c0 void 0.000127
+gallium_dri.so free 0x55717360c640 void 0.000126
+gallium_dri.so malloc 72 0x55717360c640 0.000124
+gallium_dri.so free 0x55717360c880 void 0.000127
+gallium_dri.so free 0x55717360c640 void 0.000130
+gallium_dri.so malloc 72 0x55717360c830 0.000126
+gallium_dri.so free 0x55717360c940 void 0.000124
+gallium_dri.so free 0x55717360c830 void 0.000129
+gallium_dri.so malloc 72 0x55717360c8f0 0.000131
+gallium_dri.so free 0x55717360c9c0 void 0.000130
+gallium_dri.so free 0x55717360c8f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360ca10 0.000125
+gallium_dri.so free 0x55717360ca80 void 0.000130
+gallium_dri.so free 0x55717360ca10 void 0.000131
+gallium_dri.so malloc 72 0x55717360caa0 0.000127
+gallium_dri.so free 0x55717360cb40 void 0.000126
+gallium_dri.so free 0x55717360caa0 void 0.000129
+gallium_dri.so malloc 72 0x55717360caf0 0.000131
+gallium_dri.so free 0x55717360cbc0 void 0.000141
+gallium_dri.so free 0x55717360caf0 void 0.000148
+gallium_dri.so malloc 72 0x55717360caf0 0.000184
+gallium_dri.so free 0x55717360cc40 void 0.000182
+gallium_dri.so free 0x55717360caf0 void 0.000161
+gallium_dri.so malloc 72 0x55717360cc40 0.000130
+gallium_dri.so free 0x55717360cd00 void 0.000131
+gallium_dri.so free 0x55717360cc40 void 0.000131
+gallium_dri.so malloc 72 0x55717360cc40 0.000160
+gallium_dri.so free 0x55717360ce00 void 0.000126
+gallium_dri.so free 0x55717360cc40 void 0.000130
+gallium_dri.so malloc 72 0x55717360cdb0 0.000131
+gallium_dri.so free 0x55717360ce40 void 0.000132
+gallium_dri.so free 0x55717360cdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360cdb0 0.000124
+gallium_dri.so free 0x55717360cf00 void 0.000124
+gallium_dri.so free 0x55717360cdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cf40 0.000124
+gallium_dri.so free 0x55717360cfc0 void 0.000125
+gallium_dri.so free 0x55717360cf40 void 0.000126
+gallium_dri.so malloc 72 0x55717360cfc0 0.000125
+gallium_dri.so free 0x55717360d080 void 0.000124
+gallium_dri.so free 0x55717360cfc0 void 0.000134
+gallium_dri.so malloc 72 0x55717360cfc0 0.000195
+gallium_dri.so free 0x55717360d100 void 0.000127
+gallium_dri.so free 0x55717360cfc0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d130 0.000125
+gallium_dri.so free 0x55717360d180 void 0.000125
+gallium_dri.so free 0x55717360d130 void 0.000121
+gallium_dri.so malloc 72 0x55717360d130 0.000126
+gallium_dri.so free 0x55717360d280 void 0.000126
+gallium_dri.so free 0x55717360d130 void 0.000124
+gallium_dri.so malloc 72 0x55717360d2c0 0.000126
+gallium_dri.so free 0x55717360d340 void 0.000125
+gallium_dri.so free 0x55717360d2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d340 0.000124
+gallium_dri.so free 0x55717360d400 void 0.000124
+gallium_dri.so free 0x55717360d340 void 0.000123
+gallium_dri.so malloc 72 0x55717360d340 0.000128
+gallium_dri.so free 0x55717360d480 void 0.000125
+gallium_dri.so free 0x55717360d340 void 0.000124
+gallium_dri.so malloc 72 0x55717360d4b0 0.000124
+gallium_dri.so free 0x55717360d500 void 0.000125
+gallium_dri.so free 0x55717360d4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d4b0 0.000124
+gallium_dri.so free 0x55717360d600 void 0.000125
+gallium_dri.so free 0x55717360d4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d5b0 0.000124
+gallium_dri.so free 0x55717360d6c0 void 0.000133
+gallium_dri.so free 0x55717360d5b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d670 0.000124
+gallium_dri.so free 0x55717360d740 void 0.000125
+gallium_dri.so free 0x55717360d670 void 0.000130
+gallium_dri.so malloc 72 0x55717360d670 0.000120
+gallium_dri.so free 0x55717360d800 void 0.000119
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d670 0.000118
+gallium_dri.so free 0x55717360d8c0 void 0.000119
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d870 0.000119
+gallium_dri.so free 0x55717360d940 void 0.000118
+gallium_dri.so free 0x55717360d870 void 0.000120
+gallium_dri.so malloc 72 0x55717360d990 0.000148
+gallium_dri.so free 0x55717360da00 void 0.000120
+gallium_dri.so free 0x55717360d990 void 0.000120
+gallium_dri.so malloc 72 0x55717360da20 0.000121
+gallium_dri.so free 0x55717360dac0 void 0.000119
+gallium_dri.so free 0x55717360da20 void 0.000120
+gallium_dri.so malloc 72 0x55717360da70 0.000119
+gallium_dri.so free 0x55717360db40 void 0.000119
+gallium_dri.so free 0x55717360da70 void 0.000117
+gallium_dri.so malloc 72 0x55717360db40 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000119
+gallium_dri.so free 0x55717360db40 void 0.000118
+gallium_dri.so malloc 72 0x55717360db40 0.000123
+gallium_dri.so free 0x55717360dc80 void 0.000119
+gallium_dri.so free 0x55717360db40 void 0.000116
+gallium_dri.so malloc 72 0x55717360dc80 0.000119
+gallium_dri.so free 0x55717360dd40 void 0.000118
+gallium_dri.so free 0x55717360dc80 void 0.000119
+gallium_dri.so malloc 72 0x55717360dc80 0.000118
+gallium_dri.so free 0x55717360de00 void 0.000119
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717360dc80 0.000118
+gallium_dri.so free 0x55717360dec0 void 0.000119
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717360de70 0.000118
+gallium_dri.so free 0x55717360df40 void 0.000119
+gallium_dri.so free 0x55717360de70 void 0.000119
+gallium_dri.so malloc 72 0x55717360df90 0.000118
+gallium_dri.so free 0x55717360e000 void 0.000119
+gallium_dri.so free 0x55717360df90 void 0.000118
+gallium_dri.so malloc 72 0x55717360e040 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000119
+gallium_dri.so free 0x55717360e040 void 0.000118
+gallium_dri.so malloc 72 0x55717360e040 0.000118
+gallium_dri.so free 0x55717360e140 void 0.000118
+gallium_dri.so free 0x55717360e040 void 0.000119
+gallium_dri.so malloc 72 0x55717360e170 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x55717360e170 void 0.000166
+gallium_dri.so malloc 72 0x55717360e170 0.000120
+gallium_dri.so free 0x55717360e2c0 void 0.000118
+gallium_dri.so free 0x55717360e170 void 0.000119
+gallium_dri.so malloc 72 0x55717360e270 0.000118
+gallium_dri.so free 0x55717360e380 void 0.000119
+gallium_dri.so free 0x55717360e270 void 0.000119
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e3c0 void 0.000118
+gallium_dri.so free 0x55717360e330 void 0.000118
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e480 void 0.000117
+gallium_dri.so free 0x55717360e330 void 0.000118
+gallium_dri.so malloc 72 0x55717360e4f0 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000119
+gallium_dri.so free 0x55717360e4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e4f0 0.000118
+gallium_dri.so free 0x55717360e640 void 0.000118
+gallium_dri.so free 0x55717360e4f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360e5f0 0.000120
+gallium_dri.so free 0x55717360e700 void 0.000126
+gallium_dri.so free 0x55717360e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6b0 0.000119
+gallium_dri.so free 0x55717360e740 void 0.000118
+gallium_dri.so free 0x55717360e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6b0 0.000119
+gallium_dri.so free 0x55717360e800 void 0.000128
+gallium_dri.so free 0x55717360e6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e840 0.000124
+gallium_dri.so free 0x55717360e8c0 void 0.000136
+gallium_dri.so free 0x55717360e840 void 0.000118
+gallium_dri.so malloc 72 0x55717360e8c0 0.000119
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x55717360e8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e8c0 0.000119
+gallium_dri.so free 0x55717360ea40 void 0.000119
+gallium_dri.so free 0x55717360e8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ea60 0.000118
+gallium_dri.so free 0x55717360eb00 void 0.000120
+gallium_dri.so free 0x55717360ea60 void 0.000116
+gallium_dri.so malloc 72 0x55717360eab0 0.000119
+gallium_dri.so free 0x55717360eb80 void 0.000120
+gallium_dri.so free 0x55717360eab0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eab0 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360eab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ec00 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ec00 0.000118
+gallium_dri.so free 0x55717360ed80 void 0.000118
+gallium_dri.so free 0x55717360ec00 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec00 0.000128
+gallium_dri.so free 0x55717360ee40 void 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000118
+gallium_dri.so malloc 72 0x55717360edf0 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000118
+gallium_dri.so free 0x55717360edf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eeb0 0.000118
+gallium_dri.so free 0x55717360ef80 void 0.000119
+gallium_dri.so free 0x55717360eeb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360efd0 0.000118
+gallium_dri.so free 0x55717360f040 void 0.000121
+gallium_dri.so free 0x55717360efd0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f060 0.000119
+gallium_dri.so free 0x55717360f100 void 0.000118
+gallium_dri.so free 0x55717360f060 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0b0 0.000118
+gallium_dri.so free 0x55717360f180 void 0.000121
+gallium_dri.so free 0x55717360f0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0b0 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so free 0x55717360f0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f200 0.000118
+gallium_dri.so free 0x55717360f2c0 void 0.000118
+gallium_dri.so free 0x55717360f200 void 0.000119
+gallium_dri.so malloc 72 0x55717360f200 0.000118
+gallium_dri.so free 0x55717360f3c0 void 0.000120
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so malloc 72 0x55717360f370 0.000123
+gallium_dri.so free 0x55717360f400 void 0.000119
+gallium_dri.so free 0x55717360f370 void 0.000119
+gallium_dri.so malloc 72 0x55717360f370 0.000120
+gallium_dri.so free 0x55717360f4c0 void 0.000118
+gallium_dri.so free 0x55717360f370 void 0.000118
+gallium_dri.so malloc 72 0x55717360f500 0.000117
+gallium_dri.so free 0x55717360f580 void 0.000118
+gallium_dri.so free 0x55717360f500 void 0.000118
+gallium_dri.so malloc 72 0x55717360f580 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000119
+gallium_dri.so malloc 72 0x55717360f580 0.000118
+gallium_dri.so free 0x55717360f6c0 void 0.000118
+gallium_dri.so free 0x55717360f580 void 0.000130
+gallium_dri.so malloc 72 0x55717360f6f0 0.000123
+gallium_dri.so free 0x55717360f740 void 0.000119
+gallium_dri.so free 0x55717360f6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f840 void 0.000120
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f880 0.000118
+gallium_dri.so free 0x55717360f900 void 0.000118
+gallium_dri.so free 0x55717360f880 void 0.000119
+gallium_dri.so malloc 72 0x55717360f900 0.000118
+gallium_dri.so free 0x55717360f9c0 void 0.000118
+gallium_dri.so free 0x55717360f900 void 0.000121
+gallium_dri.so malloc 72 0x55717360f900 0.000121
+gallium_dri.so free 0x55717360fa40 void 0.000119
+gallium_dri.so free 0x55717360f900 void 0.000120
+gallium_dri.so malloc 72 0x55717360fa70 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000119
+gallium_dri.so free 0x55717360fa70 void 0.000119
+gallium_dri.so malloc 72 0x55717360fa70 0.000118
+gallium_dri.so free 0x55717360fbc0 void 0.000118
+gallium_dri.so free 0x55717360fa70 void 0.000120
+gallium_dri.so malloc 72 0x55717360fb70 0.000118
+gallium_dri.so free 0x55717360fc80 void 0.000121
+gallium_dri.so free 0x55717360fb70 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc30 0.000118
+gallium_dri.so free 0x55717360fd00 void 0.000118
+gallium_dri.so free 0x55717360fc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc30 0.000118
+gallium_dri.so free 0x55717360fdc0 void 0.000118
+gallium_dri.so free 0x55717360fc30 void 0.000120
+gallium_dri.so malloc 72 0x55717360fc30 0.000119
+gallium_dri.so free 0x55717360fe80 void 0.000119
+gallium_dri.so free 0x55717360fc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360fe30 0.000118
+gallium_dri.so free 0x55717360ff00 void 0.000119
+gallium_dri.so free 0x55717360fe30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ff50 0.000119
+gallium_dri.so free 0x55717360ffc0 void 0.000129
+gallium_dri.so free 0x55717360ff50 void 0.000119
+gallium_dri.so malloc 72 0x55717360ffe0 0.000118
+gallium_dri.so free 0x557173610080 void 0.000119
+gallium_dri.so free 0x55717360ffe0 void 0.000118
+gallium_dri.so malloc 72 0x557173610030 0.000118
+gallium_dri.so free 0x557173610100 void 0.000119
+gallium_dri.so free 0x557173610030 void 0.000115
+gallium_dri.so malloc 72 0x557173610100 0.000118
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x557173610100 void 0.000119
+gallium_dri.so malloc 72 0x557173610100 0.000118
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so free 0x557173610100 void 0.000120
+gallium_dri.so malloc 72 0x557173610240 0.000119
+gallium_dri.so free 0x557173610300 void 0.000119
+gallium_dri.so free 0x557173610240 void 0.000119
+gallium_dri.so malloc 72 0x557173610240 0.000118
+gallium_dri.so free 0x5571736103c0 void 0.000117
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so malloc 72 0x557173610240 0.000121
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so free 0x557173610240 void 0.000119
+gallium_dri.so malloc 72 0x557173610430 0.000119
+gallium_dri.so free 0x557173610500 void 0.000119
+gallium_dri.so free 0x557173610430 void 0.000118
+gallium_dri.so malloc 72 0x557173610550 0.000158
+gallium_dri.so free 0x5571736105c0 void 0.000125
+gallium_dri.so free 0x557173610550 void 0.000141
+gallium_dri.so malloc 72 0x557173610600 0.000121
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so free 0x557173610600 void 0.000118
+gallium_dri.so malloc 72 0x557173610600 0.000118
+gallium_dri.so free 0x557173610700 void 0.000118
+gallium_dri.so free 0x557173610600 void 0.000119
+gallium_dri.so malloc 72 0x557173610730 0.000118
+gallium_dri.so free 0x557173610780 void 0.000119
+gallium_dri.so free 0x557173610730 void 0.000118
+gallium_dri.so malloc 72 0x557173610730 0.000119
+gallium_dri.so free 0x557173610880 void 0.000119
+gallium_dri.so free 0x557173610730 void 0.000118
+gallium_dri.so malloc 72 0x557173610830 0.000118
+gallium_dri.so free 0x557173610940 void 0.000119
+gallium_dri.so free 0x557173610830 void 0.000118
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x557173610980 void 0.000120
+gallium_dri.so free 0x5571736108f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000118
+gallium_dri.so free 0x5571736108f0 void 0.000118
+gallium_dri.so malloc 72 0x557173610ab0 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so free 0x557173610ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173610ab0 0.000119
+gallium_dri.so free 0x557173610c00 void 0.000120
+gallium_dri.so free 0x557173610ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173610bb0 0.000119
+gallium_dri.so free 0x557173610cc0 void 0.000118
+gallium_dri.so free 0x557173610bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173610c70 0.000119
+gallium_dri.so free 0x557173610d00 void 0.000119
+gallium_dri.so free 0x557173610c70 void 0.000119
+gallium_dri.so malloc 72 0x557173610c70 0.000119
+gallium_dri.so free 0x557173610dc0 void 0.000120
+gallium_dri.so free 0x557173610c70 void 0.000121
+gallium_dri.so malloc 72 0x557173610e00 0.000119
+gallium_dri.so free 0x557173610e80 void 0.000119
+gallium_dri.so free 0x557173610e00 void 0.000118
+gallium_dri.so malloc 72 0x557173610e80 0.000119
+gallium_dri.so free 0x557173610f40 void 0.000119
+gallium_dri.so free 0x557173610e80 void 0.000119
+gallium_dri.so malloc 72 0x557173610e80 0.000118
+gallium_dri.so free 0x557173611000 void 0.000119
+gallium_dri.so free 0x557173610e80 void 0.000118
+gallium_dri.so malloc 72 0x557173611020 0.000117
+gallium_dri.so free 0x5571736110c0 void 0.000121
+gallium_dri.so free 0x557173611020 void 0.000120
+gallium_dri.so malloc 72 0x557173611070 0.000119
+gallium_dri.so free 0x557173611140 void 0.000118
+gallium_dri.so free 0x557173611070 void 0.000127
+gallium_dri.so malloc 72 0x557173611070 0.000120
+gallium_dri.so free 0x5571736111c0 void 0.000120
+gallium_dri.so free 0x557173611070 void 0.000119
+gallium_dri.so malloc 72 0x5571736111c0 0.000118
+gallium_dri.so free 0x557173611280 void 0.000119
+gallium_dri.so free 0x5571736111c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736111c0 0.000118
+gallium_dri.so free 0x557173611340 void 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736111c0 0.000120
+gallium_dri.so free 0x557173611400 void 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736113b0 0.000118
+gallium_dri.so free 0x5571736114c0 void 0.000142
+gallium_dri.so free 0x5571736113b0 void 0.000120
+gallium_dri.so malloc 72 0x557173611470 0.000117
+gallium_dri.so free 0x557173611540 void 0.000121
+gallium_dri.so free 0x557173611470 void 0.000119
+gallium_dri.so malloc 72 0x557173611590 0.000119
+gallium_dri.so free 0x557173611600 void 0.000119
+gallium_dri.so free 0x557173611590 void 0.000119
+gallium_dri.so malloc 72 0x557173611620 0.000118
+gallium_dri.so free 0x5571736116c0 void 0.000119
+gallium_dri.so free 0x557173611620 void 0.000119
+gallium_dri.so malloc 72 0x557173611670 0.000118
+gallium_dri.so free 0x557173611740 void 0.000169
+gallium_dri.so free 0x557173611670 void 0.000119
+gallium_dri.so malloc 72 0x557173611670 0.000118
+gallium_dri.so free 0x5571736117c0 void 0.000120
+gallium_dri.so free 0x557173611670 void 0.000120
+gallium_dri.so malloc 72 0x5571736117c0 0.000118
+gallium_dri.so free 0x557173611880 void 0.000119
+gallium_dri.so free 0x5571736117c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736117c0 0.000118
+gallium_dri.so free 0x557173611980 void 0.000118
+gallium_dri.so free 0x5571736117c0 void 0.000119
+gallium_dri.so malloc 72 0x557173611930 0.000118
+gallium_dri.so free 0x5571736119c0 void 0.000119
+gallium_dri.so free 0x557173611930 void 0.000118
+gallium_dri.so malloc 72 0x557173611930 0.000119
+gallium_dri.so free 0x557173611a80 void 0.000118
+gallium_dri.so free 0x557173611930 void 0.000118
+gallium_dri.so malloc 72 0x557173611ac0 0.000118
+gallium_dri.so free 0x557173611b40 void 0.000119
+gallium_dri.so free 0x557173611ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173611b40 0.000119
+gallium_dri.so free 0x557173611c00 void 0.000119
+gallium_dri.so free 0x557173611b40 void 0.000119
+gallium_dri.so malloc 72 0x557173611b40 0.000118
+gallium_dri.so free 0x557173611c80 void 0.000119
+gallium_dri.so free 0x557173611b40 void 0.000119
+gallium_dri.so malloc 72 0x557173611cb0 0.000130
+gallium_dri.so free 0x557173611d00 void 0.000120
+gallium_dri.so free 0x557173611cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611cb0 0.000118
+gallium_dri.so free 0x557173611e00 void 0.000118
+gallium_dri.so free 0x557173611cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611e40 0.000119
+gallium_dri.so free 0x557173611ec0 void 0.000119
+gallium_dri.so free 0x557173611e40 void 0.000118
+gallium_dri.so malloc 72 0x557173611ec0 0.000117
+gallium_dri.so free 0x557173611f80 void 0.000118
+gallium_dri.so free 0x557173611ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173611ec0 0.000119
+gallium_dri.so free 0x557173612000 void 0.000119
+gallium_dri.so free 0x557173611ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173612030 0.000119
+gallium_dri.so free 0x557173612080 void 0.000119
+gallium_dri.so free 0x557173612030 void 0.000118
+gallium_dri.so malloc 72 0x557173612030 0.000118
+gallium_dri.so free 0x557173612180 void 0.000118
+gallium_dri.so free 0x557173612030 void 0.000115
+gallium_dri.so malloc 72 0x557173612130 0.000120
+gallium_dri.so free 0x557173612240 void 0.000119
+gallium_dri.so free 0x557173612130 void 0.000118
+gallium_dri.so malloc 72 0x5571736121f0 0.000117
+gallium_dri.so free 0x5571736122c0 void 0.000118
+gallium_dri.so free 0x5571736121f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736121f0 0.000120
+gallium_dri.so free 0x557173612380 void 0.000144
+gallium_dri.so free 0x5571736121f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736121f0 0.000119
+gallium_dri.so free 0x557173612440 void 0.000119
+gallium_dri.so free 0x5571736121f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736123f0 0.000123
+gallium_dri.so free 0x5571736124c0 void 0.000120
+gallium_dri.so free 0x5571736123f0 void 0.000118
+gallium_dri.so malloc 72 0x557173612510 0.000118
+gallium_dri.so free 0x557173612580 void 0.000118
+gallium_dri.so free 0x557173612510 void 0.000119
+gallium_dri.so malloc 72 0x5571736125a0 0.000120
+gallium_dri.so free 0x557173612640 void 0.000120
+gallium_dri.so free 0x5571736125a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736125f0 0.000120
+gallium_dri.so free 0x5571736126c0 void 0.000119
+gallium_dri.so free 0x5571736125f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736126c0 0.000118
+gallium_dri.so free 0x557173612780 void 0.000120
+gallium_dri.so free 0x5571736126c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736126c0 0.000119
+gallium_dri.so free 0x557173612800 void 0.000119
+gallium_dri.so free 0x5571736126c0 void 0.000119
+gallium_dri.so malloc 72 0x557173612800 0.000119
+gallium_dri.so free 0x5571736128c0 void 0.000118
+gallium_dri.so free 0x557173612800 void 0.000167
+gallium_dri.so malloc 72 0x557173612800 0.000121
+gallium_dri.so free 0x557173612980 void 0.000118
+gallium_dri.so free 0x557173612800 void 0.000119
+gallium_dri.so malloc 72 0x557173612800 0.000118
+gallium_dri.so free 0x557173612a40 void 0.000119
+gallium_dri.so free 0x557173612800 void 0.000118
+gallium_dri.so malloc 72 0x5571736129f0 0.000119
+gallium_dri.so free 0x557173612ac0 void 0.000120
+gallium_dri.so free 0x5571736129f0 void 0.000118
+gallium_dri.so malloc 72 0x557173612b10 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000120
+gallium_dri.so free 0x557173612b10 void 0.000117
+gallium_dri.so malloc 72 0x557173612bc0 0.000118
+gallium_dri.so free 0x557173612c40 void 0.000118
+gallium_dri.so free 0x557173612bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173612bc0 0.000117
+gallium_dri.so free 0x557173612cc0 void 0.000118
+gallium_dri.so free 0x557173612bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173612cf0 0.000119
+gallium_dri.so free 0x557173612d40 void 0.000120
+gallium_dri.so free 0x557173612cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173612cf0 0.000118
+gallium_dri.so free 0x557173612e40 void 0.000118
+gallium_dri.so free 0x557173612cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173612df0 0.000118
+gallium_dri.so free 0x557173612f00 void 0.000128
+gallium_dri.so free 0x557173612df0 void 0.000119
+gallium_dri.so malloc 72 0x557173612eb0 0.000119
+gallium_dri.so free 0x557173612f40 void 0.000119
+gallium_dri.so free 0x557173612eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173612eb0 0.000118
+gallium_dri.so free 0x557173613000 void 0.000118
+gallium_dri.so free 0x557173612eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173613070 0.000118
+gallium_dri.so free 0x5571736130c0 void 0.000120
+gallium_dri.so free 0x557173613070 void 0.000118
+gallium_dri.so malloc 72 0x557173613070 0.000118
+gallium_dri.so free 0x5571736131c0 void 0.000119
+gallium_dri.so free 0x557173613070 void 0.000120
+gallium_dri.so malloc 72 0x557173613170 0.000119
+gallium_dri.so free 0x557173613280 void 0.000137
+gallium_dri.so free 0x557173613170 void 0.000121
+gallium_dri.so malloc 72 0x557173613230 0.000119
+gallium_dri.so free 0x5571736132c0 void 0.000119
+gallium_dri.so free 0x557173613230 void 0.000119
+gallium_dri.so malloc 72 0x557173613230 0.000120
+gallium_dri.so free 0x557173613380 void 0.000131
+gallium_dri.so free 0x557173613230 void 0.000120
+gallium_dri.so malloc 72 0x5571736133c0 0.000125
+gallium_dri.so free 0x557173613440 void 0.000118
+gallium_dri.so free 0x5571736133c0 void 0.000117
+gallium_dri.so malloc 72 0x557173613440 0.000128
+gallium_dri.so free 0x557173613500 void 0.000120
+gallium_dri.so free 0x557173613440 void 0.000120
+gallium_dri.so malloc 72 0x557173613440 0.000119
+gallium_dri.so free 0x5571736135c0 void 0.000121
+gallium_dri.so free 0x557173613440 void 0.000120
+gallium_dri.so malloc 72 0x5571736135e0 0.000118
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so free 0x5571736135e0 void 0.000119
+gallium_dri.so malloc 72 0x557173613630 0.000118
+gallium_dri.so free 0x557173613700 void 0.000119
+gallium_dri.so free 0x557173613630 void 0.000121
+gallium_dri.so malloc 72 0x557173613630 0.000119
+gallium_dri.so free 0x557173613780 void 0.000119
+gallium_dri.so free 0x557173613630 void 0.000123
+gallium_dri.so malloc 72 0x557173613780 0.000126
+gallium_dri.so free 0x557173613840 void 0.000125
+gallium_dri.so free 0x557173613780 void 0.000127
+gallium_dri.so malloc 72 0x557173613780 0.000120
+gallium_dri.so free 0x557173613900 void 0.000118
+gallium_dri.so free 0x557173613780 void 0.000118
+gallium_dri.so malloc 72 0x557173613780 0.000119
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so free 0x557173613780 void 0.000118
+gallium_dri.so malloc 72 0x557173613970 0.000120
+gallium_dri.so free 0x557173613a80 void 0.000127
+gallium_dri.so free 0x557173613970 void 0.000120
+gallium_dri.so malloc 72 0x557173613a30 0.000118
+gallium_dri.so free 0x557173613b00 void 0.000121
+gallium_dri.so free 0x557173613a30 void 0.000118
+gallium_dri.so malloc 72 0x557173613b50 0.000118
+gallium_dri.so free 0x557173613bc0 void 0.000119
+gallium_dri.so free 0x557173613b50 void 0.000118
+gallium_dri.so malloc 72 0x557173613be0 0.000118
+gallium_dri.so free 0x557173613c80 void 0.000118
+gallium_dri.so free 0x557173613be0 void 0.000118
+gallium_dri.so malloc 72 0x557173613c30 0.000119
+gallium_dri.so free 0x557173613d00 void 0.000118
+gallium_dri.so free 0x557173613c30 void 0.000118
+gallium_dri.so malloc 72 0x557173613c30 0.000118
+gallium_dri.so free 0x557173613d80 void 0.000117
+gallium_dri.so free 0x557173613c30 void 0.000118
+gallium_dri.so malloc 72 0x557173613d80 0.000119
+gallium_dri.so free 0x557173613e40 void 0.000119
+gallium_dri.so free 0x557173613d80 void 0.000119
+gallium_dri.so malloc 72 0x557173613d80 0.000118
+gallium_dri.so free 0x557173613f40 void 0.000119
+gallium_dri.so free 0x557173613d80 void 0.000119
+gallium_dri.so malloc 72 0x557173613ef0 0.000118
+gallium_dri.so free 0x557173613f80 void 0.000121
+gallium_dri.so free 0x557173613ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173613ef0 0.000119
+gallium_dri.so free 0x557173614040 void 0.000125
+gallium_dri.so free 0x557173613ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173614080 0.000138
+gallium_dri.so free 0x557173614100 void 0.000112
+gallium_dri.so free 0x557173614080 void 0.000112
+gallium_dri.so malloc 72 0x557173614100 0.000111
+gallium_dri.so free 0x5571736141c0 void 0.000111
+gallium_dri.so free 0x557173614100 void 0.000111
+gallium_dri.so malloc 72 0x557173614100 0.000111
+gallium_dri.so free 0x557173614240 void 0.000111
+gallium_dri.so free 0x557173614100 void 0.000110
+gallium_dri.so malloc 72 0x557173614270 0.000111
+gallium_dri.so free 0x5571736142c0 void 0.000111
+gallium_dri.so free 0x557173614270 void 0.000111
+gallium_dri.so malloc 72 0x557173614270 0.000115
+gallium_dri.so free 0x5571736143c0 void 0.000111
+gallium_dri.so free 0x557173614270 void 0.000110
+gallium_dri.so malloc 72 0x557173614400 0.000109
+gallium_dri.so free 0x557173614480 void 0.000111
+gallium_dri.so free 0x557173614400 void 0.000110
+gallium_dri.so malloc 72 0x557173614480 0.000110
+gallium_dri.so free 0x557173614540 void 0.000110
+gallium_dri.so free 0x557173614480 void 0.000110
+gallium_dri.so malloc 72 0x557173614480 0.000109
+gallium_dri.so free 0x5571736145c0 void 0.000110
+gallium_dri.so free 0x557173614480 void 0.000110
+gallium_dri.so malloc 72 0x5571736145f0 0.000111
+gallium_dri.so free 0x557173614640 void 0.000112
+gallium_dri.so free 0x5571736145f0 void 0.000175
+gallium_dri.so malloc 72 0x5571736145f0 0.000125
+gallium_dri.so free 0x557173614740 void 0.000126
+gallium_dri.so free 0x5571736145f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736146f0 0.000119
+gallium_dri.so free 0x557173614800 void 0.000118
+gallium_dri.so free 0x5571736146f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736147b0 0.000125
+gallium_dri.so free 0x557173614880 void 0.000124
+gallium_dri.so free 0x5571736147b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736147b0 0.000118
+gallium_dri.so free 0x557173614940 void 0.000124
+gallium_dri.so free 0x5571736147b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736147b0 0.000127
+gallium_dri.so free 0x557173614a00 void 0.000124
+gallium_dri.so free 0x5571736147b0 void 0.000180
+gallium_dri.so malloc 72 0x5571736149b0 0.000178
+gallium_dri.so free 0x557173614a80 void 0.000196
+gallium_dri.so free 0x5571736149b0 void 0.000178
+gallium_dri.so malloc 72 0x557173614ad0 0.000177
+gallium_dri.so free 0x557173614b40 void 0.000180
+gallium_dri.so free 0x557173614ad0 void 0.000187
+gallium_dri.so malloc 72 0x557173614b60 0.000179
+gallium_dri.so free 0x557173614c00 void 0.000180
+gallium_dri.so free 0x557173614b60 void 0.000154
+gallium_dri.so malloc 72 0x557173614bb0 0.000118
+gallium_dri.so free 0x557173614c80 void 0.000123
+gallium_dri.so free 0x557173614bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173614c80 0.000121
+gallium_dri.so free 0x557173614d40 void 0.000118
+gallium_dri.so free 0x557173614c80 void 0.000122
+gallium_dri.so malloc 72 0x557173614c80 0.000119
+gallium_dri.so free 0x557173614dc0 void 0.000118
+gallium_dri.so free 0x557173614c80 void 0.000119
+gallium_dri.so malloc 72 0x557173614dc0 0.000145
+gallium_dri.so free 0x557173614e80 void 0.000128
+gallium_dri.so free 0x557173614dc0 void 0.000177
+gallium_dri.so malloc 72 0x557173614dc0 0.000177
+gallium_dri.so free 0x557173614f40 void 0.000180
+gallium_dri.so free 0x557173614dc0 void 0.000148
+gallium_dri.so malloc 72 0x557173614dc0 0.000120
+gallium_dri.so free 0x557173615000 void 0.000169
+gallium_dri.so free 0x557173614dc0 void 0.000226
+gallium_dri.so malloc 72 0x557173614fb0 0.000162
+gallium_dri.so free 0x557173615080 void 0.000160
+gallium_dri.so free 0x557173614fb0 void 0.000198
+gallium_dri.so malloc 72 0x5571736150d0 0.000183
+gallium_dri.so free 0x557173615140 void 0.000217
+gallium_dri.so free 0x5571736150d0 void 0.000224
+gallium_dri.so malloc 72 0x557173615180 0.000234
+gallium_dri.so free 0x557173615200 void 0.000273
+gallium_dri.so free 0x557173615180 void 0.000168
+gallium_dri.so malloc 72 0x557173615180 0.000161
+gallium_dri.so free 0x557173615280 void 0.000134
+gallium_dri.so free 0x557173615180 void 0.000131
+gallium_dri.so malloc 72 0x5571736152b0 0.000130
+gallium_dri.so free 0x557173615300 void 0.000125
+gallium_dri.so free 0x5571736152b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736152b0 0.000128
+gallium_dri.so free 0x557173615400 void 0.000126
+gallium_dri.so free 0x5571736152b0 void 0.000183
+gallium_dri.so malloc 72 0x5571736153b0 0.000171
+gallium_dri.so free 0x5571736154c0 void 0.000165
+gallium_dri.so free 0x5571736153b0 void 0.000165
+gallium_dri.so malloc 72 0x557173615470 0.000132
+gallium_dri.so free 0x557173615500 void 0.000130
+gallium_dri.so free 0x557173615470 void 0.000125
+gallium_dri.so malloc 72 0x557173615470 0.000122
+gallium_dri.so free 0x5571736155c0 void 0.000127
+gallium_dri.so free 0x557173615470 void 0.000131
+gallium_dri.so malloc 72 0x557173615630 0.000125
+gallium_dri.so free 0x557173615680 void 0.000162
+gallium_dri.so free 0x557173615630 void 0.000130
+gallium_dri.so malloc 72 0x557173615630 0.000130
+gallium_dri.so free 0x557173615780 void 0.000131
+gallium_dri.so free 0x557173615630 void 0.000132
+gallium_dri.so malloc 72 0x557173615730 0.000186
+gallium_dri.so free 0x557173615840 void 0.000247
+gallium_dri.so free 0x557173615730 void 0.000278
+gallium_dri.so malloc 72 0x5571736157f0 0.000177
+gallium_dri.so free 0x557173615880 void 0.000163
+gallium_dri.so free 0x5571736157f0 void 0.000202
+gallium_dri.so malloc 72 0x5571736157f0 0.000133
+gallium_dri.so free 0x557173615940 void 0.000132
+gallium_dri.so free 0x5571736157f0 void 0.000131
+gallium_dri.so malloc 72 0x557173615980 0.000125
+gallium_dri.so free 0x557173615a00 void 0.000124
+gallium_dri.so free 0x557173615980 void 0.000128
+gallium_dri.so malloc 72 0x557173615a00 0.000124
+gallium_dri.so free 0x557173615ac0 void 0.000124
+gallium_dri.so free 0x557173615a00 void 0.000123
+gallium_dri.so malloc 72 0x557173615a00 0.000123
+gallium_dri.so free 0x557173615b80 void 0.000122
+gallium_dri.so free 0x557173615a00 void 0.000127
+gallium_dri.so malloc 72 0x557173615ba0 0.000133
+gallium_dri.so free 0x557173615c40 void 0.000133
+gallium_dri.so free 0x557173615ba0 void 0.000125
+gallium_dri.so malloc 72 0x557173615bf0 0.000128
+gallium_dri.so free 0x557173615cc0 void 0.000132
+gallium_dri.so free 0x557173615bf0 void 0.000127
+gallium_dri.so malloc 72 0x557173615bf0 0.000136
+gallium_dri.so free 0x557173615d40 void 0.000127
+gallium_dri.so free 0x557173615bf0 void 0.000129
+gallium_dri.so malloc 72 0x557173615d40 0.000132
+gallium_dri.so free 0x557173615e00 void 0.000130
+gallium_dri.so free 0x557173615d40 void 0.000130
+gallium_dri.so malloc 72 0x557173615d40 0.000131
+gallium_dri.so free 0x557173615ec0 void 0.000130
+gallium_dri.so free 0x557173615d40 void 0.000125
+gallium_dri.so malloc 72 0x557173615d40 0.000128
+gallium_dri.so free 0x557173615f80 void 0.000125
+gallium_dri.so free 0x557173615d40 void 0.000124
+gallium_dri.so malloc 72 0x557173615f30 0.000126
+gallium_dri.so free 0x557173616040 void 0.000129
+gallium_dri.so free 0x557173615f30 void 0.000126
+gallium_dri.so malloc 72 0x557173615ff0 0.000123
+gallium_dri.so free 0x5571736160c0 void 0.000125
+gallium_dri.so free 0x557173615ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173616110 0.000131
+gallium_dri.so free 0x557173616180 void 0.000132
+gallium_dri.so free 0x557173616110 void 0.000133
+gallium_dri.so malloc 72 0x5571736161a0 0.000126
+gallium_dri.so free 0x557173616240 void 0.000168
+gallium_dri.so free 0x5571736161a0 void 0.000130
+gallium_dri.so malloc 72 0x5571736161f0 0.000130
+gallium_dri.so free 0x5571736162c0 void 0.000130
+gallium_dri.so free 0x5571736161f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736161f0 0.000127
+gallium_dri.so free 0x557173616340 void 0.000245
+gallium_dri.so free 0x5571736161f0 void 0.000276
+gallium_dri.so malloc 72 0x557173616340 0.000286
+gallium_dri.so free 0x557173616400 void 0.000280
+gallium_dri.so free 0x557173616340 void 0.000266
+gallium_dri.so malloc 72 0x557173616340 0.000168
+gallium_dri.so free 0x557173616500 void 0.000164
+gallium_dri.so free 0x557173616340 void 0.000131
+gallium_dri.so malloc 72 0x5571736164b0 0.000131
+gallium_dri.so free 0x557173616540 void 0.000126
+gallium_dri.so free 0x5571736164b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736164b0 0.000123
+gallium_dri.so free 0x557173616600 void 0.000126
+gallium_dri.so free 0x5571736164b0 void 0.000123
+gallium_dri.so malloc 72 0x557173616640 0.000127
+gallium_dri.so free 0x5571736166c0 void 0.000131
+gallium_dri.so free 0x557173616640 void 0.000132
+gallium_dri.so malloc 72 0x5571736166c0 0.000131
+gallium_dri.so free 0x557173616780 void 0.000127
+gallium_dri.so free 0x5571736166c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736166c0 0.000130
+gallium_dri.so free 0x557173616800 void 0.000132
+gallium_dri.so free 0x5571736166c0 void 0.000125
+gallium_dri.so malloc 72 0x557173616830 0.000124
+gallium_dri.so free 0x557173616880 void 0.000123
+gallium_dri.so free 0x557173616830 void 0.000128
+gallium_dri.so malloc 72 0x557173616830 0.000133
+gallium_dri.so free 0x557173616980 void 0.000132
+gallium_dri.so free 0x557173616830 void 0.000123
+gallium_dri.so malloc 72 0x5571736169c0 0.000123
+gallium_dri.so free 0x557173616a40 void 0.000129
+gallium_dri.so free 0x5571736169c0 void 0.000132
+gallium_dri.so malloc 72 0x557173616a40 0.000133
+gallium_dri.so free 0x557173616b00 void 0.000124
+gallium_dri.so free 0x557173616a40 void 0.000139
+gallium_dri.so malloc 72 0x557173616a40 0.000124
+gallium_dri.so free 0x557173616b80 void 0.000129
+gallium_dri.so free 0x557173616a40 void 0.000133
+gallium_dri.so malloc 72 0x557173616bb0 0.000132
+gallium_dri.so free 0x557173616c00 void 0.000132
+gallium_dri.so free 0x557173616bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173616bb0 0.000130
+gallium_dri.so free 0x557173616d00 void 0.000132
+gallium_dri.so free 0x557173616bb0 void 0.000132
+gallium_dri.so malloc 72 0x557173616cb0 0.000123
+gallium_dri.so free 0x557173616dc0 void 0.000183
+gallium_dri.so free 0x557173616cb0 void 0.000170
+gallium_dri.so malloc 72 0x557173616d70 0.000131
+gallium_dri.so free 0x557173616e40 void 0.000132
+gallium_dri.so free 0x557173616d70 void 0.000131
+gallium_dri.so malloc 72 0x557173616d70 0.000131
+gallium_dri.so free 0x557173616f00 void 0.000125
+gallium_dri.so free 0x557173616d70 void 0.000123
+gallium_dri.so malloc 72 0x557173616d70 0.000129
+gallium_dri.so free 0x557173616fc0 void 0.000141
+gallium_dri.so free 0x557173616d70 void 0.000131
+gallium_dri.so malloc 72 0x557173616f70 0.000161
+gallium_dri.so free 0x557173617040 void 0.000231
+gallium_dri.so free 0x557173616f70 void 0.000131
+gallium_dri.so malloc 72 0x557173617090 0.000129
+gallium_dri.so free 0x557173617100 void 0.000130
+gallium_dri.so free 0x557173617090 void 0.000131
+gallium_dri.so malloc 72 0x557173617120 0.000132
+gallium_dri.so free 0x5571736171c0 void 0.000130
+gallium_dri.so free 0x557173617120 void 0.000130
+gallium_dri.so malloc 72 0x557173617170 0.000130
+gallium_dri.so free 0x557173617240 void 0.000130
+gallium_dri.so free 0x557173617170 void 0.000126
+gallium_dri.so malloc 72 0x557173617240 0.000127
+gallium_dri.so free 0x557173617300 void 0.000129
+gallium_dri.so free 0x557173617240 void 0.000126
+gallium_dri.so malloc 72 0x557173617240 0.000124
+gallium_dri.so free 0x557173617380 void 0.000130
+gallium_dri.so free 0x557173617240 void 0.000135
+gallium_dri.so malloc 72 0x557173617380 0.000178
+gallium_dri.so free 0x557173617440 void 0.000131
+gallium_dri.so free 0x557173617380 void 0.000126
+gallium_dri.so malloc 72 0x557173617380 0.000125
+gallium_dri.so free 0x557173617500 void 0.000129
+gallium_dri.so free 0x557173617380 void 0.000130
+gallium_dri.so malloc 72 0x557173617380 0.000125
+gallium_dri.so free 0x5571736175c0 void 0.000124
+gallium_dri.so free 0x557173617380 void 0.000128
+gallium_dri.so malloc 72 0x557173617570 0.000131
+gallium_dri.so free 0x557173617640 void 0.000130
+gallium_dri.so free 0x557173617570 void 0.000132
+gallium_dri.so malloc 72 0x557173617690 0.000131
+gallium_dri.so free 0x557173617700 void 0.000129
+gallium_dri.so free 0x557173617690 void 0.000125
+gallium_dri.so malloc 72 0x557173617740 0.000125
+gallium_dri.so free 0x5571736177c0 void 0.000123
+gallium_dri.so free 0x557173617740 void 0.000134
+gallium_dri.so malloc 72 0x557173617740 0.000132
+gallium_dri.so free 0x557173617840 void 0.000130
+gallium_dri.so free 0x557173617740 void 0.000132
+gallium_dri.so malloc 72 0x557173617870 0.000141
+gallium_dri.so free 0x5571736178c0 void 0.000184
+gallium_dri.so free 0x557173617870 void 0.000223
+gallium_dri.so malloc 72 0x557173617870 0.000130
+gallium_dri.so free 0x5571736179c0 void 0.000125
+gallium_dri.so free 0x557173617870 void 0.000124
+gallium_dri.so malloc 72 0x557173617970 0.000129
+gallium_dri.so free 0x557173617a80 void 0.000124
+gallium_dri.so free 0x557173617970 void 0.000123
+gallium_dri.so malloc 72 0x557173617a30 0.000123
+gallium_dri.so free 0x557173617ac0 void 0.000124
+gallium_dri.so free 0x557173617a30 void 0.000125
+gallium_dri.so malloc 72 0x557173617a30 0.000129
+gallium_dri.so free 0x557173617b80 void 0.000158
+gallium_dri.so free 0x557173617a30 void 0.000126
+gallium_dri.so malloc 72 0x557173617bf0 0.000124
+gallium_dri.so free 0x557173617c40 void 0.000124
+gallium_dri.so free 0x557173617bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173617bf0 0.000132
+gallium_dri.so free 0x557173617d40 void 0.000133
+gallium_dri.so free 0x557173617bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173617cf0 0.000122
+gallium_dri.so free 0x557173617e00 void 0.000134
+gallium_dri.so free 0x557173617cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173617db0 0.000131
+gallium_dri.so free 0x557173617e40 void 0.000126
+gallium_dri.so free 0x557173617db0 void 0.000129
+gallium_dri.so malloc 72 0x557173617db0 0.000130
+gallium_dri.so free 0x557173617f00 void 0.000125
+gallium_dri.so free 0x557173617db0 void 0.000124
+gallium_dri.so malloc 72 0x557173617f40 0.000126
+gallium_dri.so free 0x557173617fc0 void 0.000129
+gallium_dri.so free 0x557173617f40 void 0.000125
+gallium_dri.so malloc 72 0x557173617fc0 0.000123
+gallium_dri.so free 0x557173618080 void 0.000124
+gallium_dri.so free 0x557173617fc0 void 0.000129
+gallium_dri.so malloc 72 0x557173617fc0 0.000132
+gallium_dri.so free 0x557173618140 void 0.000125
+gallium_dri.so free 0x557173617fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173618160 0.000131
+gallium_dri.so free 0x557173618200 void 0.000130
+gallium_dri.so free 0x557173618160 void 0.000131
+gallium_dri.so malloc 72 0x5571736181b0 0.000131
+gallium_dri.so free 0x557173618280 void 0.000130
+gallium_dri.so free 0x5571736181b0 void 0.000183
+gallium_dri.so malloc 72 0x5571736181b0 0.000132
+gallium_dri.so free 0x557173618300 void 0.000131
+gallium_dri.so free 0x5571736181b0 void 0.000132
+gallium_dri.so malloc 72 0x557173618300 0.000130
+gallium_dri.so free 0x5571736183c0 void 0.000137
+gallium_dri.so free 0x557173618300 void 0.000132
+gallium_dri.so malloc 72 0x557173618300 0.000125
+gallium_dri.so free 0x557173618480 void 0.000133
+gallium_dri.so free 0x557173618300 void 0.000130
+gallium_dri.so malloc 72 0x557173618300 0.000125
+gallium_dri.so free 0x557173618540 void 0.000125
+gallium_dri.so free 0x557173618300 void 0.000128
+gallium_dri.so malloc 72 0x5571736184f0 0.000133
+gallium_dri.so free 0x557173618600 void 0.000131
+gallium_dri.so free 0x5571736184f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736185b0 0.000125
+gallium_dri.so free 0x557173618680 void 0.000125
+gallium_dri.so free 0x5571736185b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736186d0 0.000131
+gallium_dri.so free 0x557173618740 void 0.000132
+gallium_dri.so free 0x5571736186d0 void 0.000141
+gallium_dri.so malloc 72 0x557173618760 0.000132
+gallium_dri.so free 0x557173618800 void 0.000141
+gallium_dri.so free 0x557173618760 void 0.000134
+gallium_dri.so malloc 72 0x5571736187b0 0.000132
+gallium_dri.so free 0x557173618880 void 0.000132
+gallium_dri.so free 0x5571736187b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736187b0 0.000132
+gallium_dri.so free 0x557173618900 void 0.000125
+gallium_dri.so free 0x5571736187b0 void 0.000123
+gallium_dri.so malloc 72 0x557173618900 0.000129
+gallium_dri.so free 0x5571736189c0 void 0.000124
+gallium_dri.so free 0x557173618900 void 0.000123
+gallium_dri.so malloc 72 0x557173618900 0.000125
+gallium_dri.so free 0x557173618ac0 void 0.000130
+gallium_dri.so free 0x557173618900 void 0.000132
+gallium_dri.so malloc 72 0x557173618a70 0.000132
+gallium_dri.so free 0x557173618b00 void 0.000125
+gallium_dri.so free 0x557173618a70 void 0.000124
+gallium_dri.so malloc 72 0x557173618a70 0.000129
+gallium_dri.so free 0x557173618bc0 void 0.000140
+gallium_dri.so free 0x557173618a70 void 0.000129
+gallium_dri.so malloc 72 0x557173618c00 0.000130
+gallium_dri.so free 0x557173618c80 void 0.000126
+gallium_dri.so free 0x557173618c00 void 0.000129
+gallium_dri.so malloc 72 0x557173618c80 0.000131
+gallium_dri.so free 0x557173618d40 void 0.000130
+gallium_dri.so free 0x557173618c80 void 0.000130
+gallium_dri.so malloc 72 0x557173618c80 0.000127
+gallium_dri.so free 0x557173618dc0 void 0.000129
+gallium_dri.so free 0x557173618c80 void 0.000127
+gallium_dri.so malloc 72 0x557173618df0 0.000131
+gallium_dri.so free 0x557173618e40 void 0.000131
+gallium_dri.so free 0x557173618df0 void 0.000131
+gallium_dri.so malloc 72 0x557173618df0 0.000132
+gallium_dri.so free 0x557173618f40 void 0.000131
+gallium_dri.so free 0x557173618df0 void 0.000126
+gallium_dri.so malloc 72 0x557173618f80 0.000123
+gallium_dri.so free 0x557173619000 void 0.000129
+gallium_dri.so free 0x557173618f80 void 0.000130
+gallium_dri.so malloc 72 0x557173619000 0.000131
+gallium_dri.so free 0x5571736190c0 void 0.000132
+gallium_dri.so free 0x557173619000 void 0.000134
+gallium_dri.so malloc 72 0x557173619000 0.000132
+gallium_dri.so free 0x557173619140 void 0.000223
+gallium_dri.so free 0x557173619000 void 0.000130
+gallium_dri.so malloc 72 0x557173619170 0.000133
+gallium_dri.so free 0x5571736191c0 void 0.000130
+gallium_dri.so free 0x557173619170 void 0.000131
+gallium_dri.so malloc 72 0x557173619170 0.000133
+gallium_dri.so free 0x5571736192c0 void 0.000131
+gallium_dri.so free 0x557173619170 void 0.000124
+gallium_dri.so malloc 72 0x557173619270 0.000122
+gallium_dri.so free 0x557173619380 void 0.000130
+gallium_dri.so free 0x557173619270 void 0.000166
+gallium_dri.so malloc 72 0x557173619330 0.000133
+gallium_dri.so free 0x557173619400 void 0.000133
+gallium_dri.so free 0x557173619330 void 0.000132
+gallium_dri.so malloc 72 0x557173619330 0.000132
+gallium_dri.so free 0x5571736194c0 void 0.000125
+gallium_dri.so free 0x557173619330 void 0.000128
+gallium_dri.so malloc 72 0x557173619330 0.000131
+gallium_dri.so free 0x557173619580 void 0.000128
+gallium_dri.so free 0x557173619330 void 0.000132
+gallium_dri.so malloc 72 0x557173619530 0.000127
+gallium_dri.so free 0x557173619600 void 0.000124
+gallium_dri.so free 0x557173619530 void 0.000124
+gallium_dri.so malloc 72 0x557173619650 0.000130
+gallium_dri.so free 0x5571736196c0 void 0.000129
+gallium_dri.so free 0x557173619650 void 0.000132
+gallium_dri.so malloc 72 0x5571736196e0 0.000131
+gallium_dri.so free 0x557173619780 void 0.000139
+gallium_dri.so free 0x5571736196e0 void 0.000130
+gallium_dri.so malloc 72 0x557173619730 0.000131
+gallium_dri.so free 0x557173619800 void 0.000132
+gallium_dri.so free 0x557173619730 void 0.000131
+gallium_dri.so malloc 72 0x557173619800 0.000131
+gallium_dri.so free 0x5571736198c0 void 0.000127
+gallium_dri.so free 0x557173619800 void 0.000124
+gallium_dri.so malloc 72 0x557173619800 0.000132
+gallium_dri.so free 0x557173619940 void 0.000131
+gallium_dri.so free 0x557173619800 void 0.000131
+gallium_dri.so malloc 72 0x557173619940 0.000178
+gallium_dri.so free 0x557173619a00 void 0.000127
+gallium_dri.so free 0x557173619940 void 0.000128
+gallium_dri.so malloc 72 0x557173619940 0.000133
+gallium_dri.so free 0x557173619ac0 void 0.000132
+gallium_dri.so free 0x557173619940 void 0.000129
+gallium_dri.so malloc 72 0x557173619940 0.000130
+gallium_dri.so free 0x557173619b80 void 0.000131
+gallium_dri.so free 0x557173619940 void 0.000131
+gallium_dri.so malloc 72 0x557173619b30 0.000130
+gallium_dri.so free 0x557173619c00 void 0.000130
+gallium_dri.so free 0x557173619b30 void 0.000132
+gallium_dri.so malloc 72 0x557173619c50 0.000132
+gallium_dri.so free 0x557173619cc0 void 0.000134
+gallium_dri.so free 0x557173619c50 void 0.000133
+gallium_dri.so malloc 72 0x557173619d00 0.000131
+gallium_dri.so free 0x557173619d80 void 0.000130
+gallium_dri.so free 0x557173619d00 void 0.000232
+gallium_dri.so malloc 72 0x557173619d00 0.000225
+gallium_dri.so free 0x557173619e00 void 0.000235
+gallium_dri.so free 0x557173619d00 void 0.000151
+gallium_dri.so malloc 72 0x557173619e30 0.000134
+gallium_dri.so free 0x557173619e80 void 0.000133
+gallium_dri.so free 0x557173619e30 void 0.000131
+gallium_dri.so malloc 72 0x557173619e30 0.000132
+gallium_dri.so free 0x557173619f80 void 0.000133
+gallium_dri.so free 0x557173619e30 void 0.000132
+gallium_dri.so malloc 72 0x557173619f30 0.000132
+gallium_dri.so free 0x55717361a040 void 0.000124
+gallium_dri.so free 0x557173619f30 void 0.000124
+gallium_dri.so malloc 72 0x557173619ff0 0.000128
+gallium_dri.so free 0x55717361a080 void 0.000132
+gallium_dri.so free 0x557173619ff0 void 0.000132
+gallium_dri.so malloc 72 0x557173619ff0 0.000132
+gallium_dri.so free 0x55717361a140 void 0.000132
+gallium_dri.so free 0x557173619ff0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a1b0 0.000133
+gallium_dri.so free 0x55717361a200 void 0.000125
+gallium_dri.so free 0x55717361a1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a1b0 0.000246
+gallium_dri.so free 0x55717361a300 void 0.000173
+gallium_dri.so free 0x55717361a1b0 void 0.000231
+gallium_dri.so malloc 72 0x55717361a2b0 0.000131
+gallium_dri.so free 0x55717361a3c0 void 0.000132
+gallium_dri.so free 0x55717361a2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a370 0.000129
+gallium_dri.so free 0x55717361a400 void 0.000130
+gallium_dri.so free 0x55717361a370 void 0.000126
+gallium_dri.so malloc 72 0x55717361a370 0.000125
+gallium_dri.so free 0x55717361a4c0 void 0.000125
+gallium_dri.so free 0x55717361a370 void 0.000128
+gallium_dri.so malloc 72 0x55717361a500 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000125
+gallium_dri.so free 0x55717361a500 void 0.000129
+gallium_dri.so malloc 72 0x55717361a580 0.000131
+gallium_dri.so free 0x55717361a640 void 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000130
+gallium_dri.so malloc 72 0x55717361a580 0.000131
+gallium_dri.so free 0x55717361a700 void 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000169
+gallium_dri.so malloc 72 0x55717361a720 0.000153
+gallium_dri.so free 0x55717361a7c0 void 0.000149
+gallium_dri.so free 0x55717361a720 void 0.000146
+gallium_dri.so malloc 72 0x55717361a770 0.000152
+gallium_dri.so free 0x55717361a840 void 0.000149
+gallium_dri.so free 0x55717361a770 void 0.000153
+gallium_dri.so malloc 72 0x55717361a770 0.000145
+gallium_dri.so free 0x55717361a8c0 void 0.000146
+gallium_dri.so free 0x55717361a770 void 0.000146
+gallium_dri.so malloc 72 0x55717361a8c0 0.000144
+gallium_dri.so free 0x55717361a980 void 0.000147
+gallium_dri.so free 0x55717361a8c0 void 0.000145
+gallium_dri.so malloc 72 0x55717361a8c0 0.000144
+gallium_dri.so free 0x55717361aa40 void 0.000144
+gallium_dri.so free 0x55717361a8c0 void 0.000145
+gallium_dri.so malloc 72 0x55717361a8c0 0.000145
+gallium_dri.so free 0x55717361ab00 void 0.000145
+gallium_dri.so free 0x55717361a8c0 void 0.000141
+gallium_dri.so malloc 72 0x55717361aab0 0.000162
+gallium_dri.so free 0x55717361abc0 void 0.000163
+gallium_dri.so free 0x55717361aab0 void 0.000232
+gallium_dri.so malloc 72 0x55717361ab70 0.000188
+gallium_dri.so free 0x55717361ac40 void 0.000174
+gallium_dri.so free 0x55717361ab70 void 0.000166
+gallium_dri.so malloc 72 0x55717361ac90 0.000162
+gallium_dri.so free 0x55717361ad00 void 0.000152
+gallium_dri.so free 0x55717361ac90 void 0.000151
+gallium_dri.so malloc 72 0x55717361ad20 0.000149
+gallium_dri.so free 0x55717361adc0 void 0.000151
+gallium_dri.so free 0x55717361ad20 void 0.000151
+gallium_dri.so malloc 72 0x55717361ad70 0.000151
+gallium_dri.so free 0x55717361ae40 void 0.000149
+gallium_dri.so free 0x55717361ad70 void 0.000150
+gallium_dri.so malloc 72 0x55717361ad70 0.000151
+gallium_dri.so free 0x55717361aec0 void 0.000152
+gallium_dri.so free 0x55717361ad70 void 0.000150
+gallium_dri.so malloc 72 0x55717361aec0 0.000150
+gallium_dri.so free 0x55717361af80 void 0.000172
+gallium_dri.so free 0x55717361aec0 void 0.000175
+gallium_dri.so malloc 72 0x55717361aec0 0.000175
+gallium_dri.so free 0x55717361b080 void 0.000162
+gallium_dri.so free 0x55717361aec0 void 0.000149
+gallium_dri.so malloc 72 0x55717361b030 0.000147
+gallium_dri.so free 0x55717361b0c0 void 0.000149
+gallium_dri.so free 0x55717361b030 void 0.000149
+gallium_dri.so malloc 72 0x55717361b030 0.000147
+gallium_dri.so free 0x55717361b180 void 0.000149
+gallium_dri.so free 0x55717361b030 void 0.000149
+gallium_dri.so malloc 72 0x55717361b1c0 0.000148
+gallium_dri.so free 0x55717361b240 void 0.000149
+gallium_dri.so free 0x55717361b1c0 void 0.000148
+gallium_dri.so malloc 72 0x55717361b240 0.000148
+gallium_dri.so free 0x55717361b300 void 0.000162
+gallium_dri.so free 0x55717361b240 void 0.000184
+gallium_dri.so malloc 72 0x55717361b240 0.000182
+gallium_dri.so free 0x55717361b380 void 0.000137
+gallium_dri.so free 0x55717361b240 void 0.000173
+gallium_dri.so malloc 72 0x55717361b3b0 0.000180
+gallium_dri.so free 0x55717361b400 void 0.000182
+gallium_dri.so free 0x55717361b3b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b3b0 0.000125
+gallium_dri.so free 0x55717361b500 void 0.000125
+gallium_dri.so free 0x55717361b3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b540 0.000124
+gallium_dri.so free 0x55717361b5c0 void 0.000125
+gallium_dri.so free 0x55717361b540 void 0.000124
+gallium_dri.so malloc 72 0x55717361b5c0 0.000125
+gallium_dri.so free 0x55717361b680 void 0.000124
+gallium_dri.so free 0x55717361b5c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b5c0 0.000125
+gallium_dri.so free 0x55717361b700 void 0.000126
+gallium_dri.so free 0x55717361b5c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b730 0.000125
+gallium_dri.so free 0x55717361b780 void 0.000125
+gallium_dri.so free 0x55717361b730 void 0.000126
+gallium_dri.so malloc 72 0x55717361b730 0.000127
+gallium_dri.so free 0x55717361b880 void 0.000125
+gallium_dri.so free 0x55717361b730 void 0.000124
+gallium_dri.so malloc 72 0x55717361b830 0.000124
+gallium_dri.so free 0x55717361b940 void 0.000125
+gallium_dri.so free 0x55717361b830 void 0.000155
+gallium_dri.so malloc 72 0x55717361b8f0 0.000133
+gallium_dri.so free 0x55717361b9c0 void 0.000130
+gallium_dri.so free 0x55717361b8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b8f0 0.000132
+gallium_dri.so free 0x55717361ba80 void 0.000130
+gallium_dri.so free 0x55717361b8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b8f0 0.000132
+gallium_dri.so free 0x55717361bb40 void 0.000132
+gallium_dri.so free 0x55717361b8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361baf0 0.000131
+gallium_dri.so free 0x55717361bbc0 void 0.000132
+gallium_dri.so free 0x55717361baf0 void 0.000136
+gallium_dri.so malloc 72 0x55717361bc10 0.000132
+gallium_dri.so free 0x55717361bc80 void 0.000132
+gallium_dri.so free 0x55717361bc10 void 0.000131
+gallium_dri.so malloc 72 0x55717361bca0 0.000131
+gallium_dri.so free 0x55717361bd40 void 0.000131
+gallium_dri.so free 0x55717361bca0 void 0.000131
+gallium_dri.so malloc 72 0x55717361bcf0 0.000131
+gallium_dri.so free 0x55717361bdc0 void 0.000131
+gallium_dri.so free 0x55717361bcf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361bdc0 0.000130
+gallium_dri.so free 0x55717361be80 void 0.000163
+gallium_dri.so free 0x55717361bdc0 void 0.000158
+gallium_dri.so malloc 72 0x55717361bdc0 0.000261
+gallium_dri.so free 0x55717361bf00 void 0.000282
+gallium_dri.so free 0x55717361bdc0 void 0.000242
+gallium_dri.so malloc 72 0x55717361bf00 0.000233
+gallium_dri.so free 0x55717361bfc0 void 0.000233
+gallium_dri.so free 0x55717361bf00 void 0.000153
+gallium_dri.so malloc 72 0x55717361bf00 0.000177
+gallium_dri.so free 0x55717361c080 void 0.000130
+gallium_dri.so free 0x55717361bf00 void 0.000130
+gallium_dri.so malloc 72 0x55717361bf00 0.000130
+gallium_dri.so free 0x55717361c140 void 0.000130
+gallium_dri.so free 0x55717361bf00 void 0.000136
+gallium_dri.so malloc 72 0x55717361c0f0 0.000130
+gallium_dri.so free 0x55717361c1c0 void 0.000129
+gallium_dri.so free 0x55717361c0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c210 0.000129
+gallium_dri.so free 0x55717361c280 void 0.000142
+gallium_dri.so free 0x55717361c210 void 0.000130
+gallium_dri.so malloc 72 0x55717361c2c0 0.000128
+gallium_dri.so free 0x55717361c340 void 0.000129
+gallium_dri.so free 0x55717361c2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c2c0 0.000130
+gallium_dri.so free 0x55717361c3c0 void 0.000130
+gallium_dri.so free 0x55717361c2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c3f0 0.000130
+gallium_dri.so free 0x55717361c440 void 0.000129
+gallium_dri.so free 0x55717361c3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361c3f0 0.000129
+gallium_dri.so free 0x55717361c540 void 0.000130
+gallium_dri.so free 0x55717361c3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361c4f0 0.000128
+gallium_dri.so free 0x55717361c600 void 0.000128
+gallium_dri.so free 0x55717361c4f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361c5b0 0.000130
+gallium_dri.so free 0x55717361c640 void 0.000129
+gallium_dri.so free 0x55717361c5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c5b0 0.000130
+gallium_dri.so free 0x55717361c700 void 0.000129
+gallium_dri.so free 0x55717361c5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c770 0.000161
+gallium_dri.so free 0x55717361c7c0 void 0.000132
+gallium_dri.so free 0x55717361c770 void 0.000133
+gallium_dri.so malloc 72 0x55717361c770 0.000130
+gallium_dri.so free 0x55717361c8c0 void 0.000131
+gallium_dri.so free 0x55717361c770 void 0.000131
+gallium_dri.so malloc 72 0x55717361c870 0.000132
+gallium_dri.so free 0x55717361c980 void 0.000131
+gallium_dri.so free 0x55717361c870 void 0.000131
+gallium_dri.so malloc 72 0x55717361c930 0.000131
+gallium_dri.so free 0x55717361c9c0 void 0.000131
+gallium_dri.so free 0x55717361c930 void 0.000131
+gallium_dri.so malloc 72 0x55717361c930 0.000131
+gallium_dri.so free 0x55717361ca80 void 0.000131
+gallium_dri.so free 0x55717361c930 void 0.000132
+gallium_dri.so malloc 72 0x55717361cac0 0.000130
+gallium_dri.so free 0x55717361cb40 void 0.000131
+gallium_dri.so free 0x55717361cac0 void 0.000130
+gallium_dri.so malloc 72 0x55717361cb40 0.000131
+gallium_dri.so free 0x55717361cc00 void 0.000132
+gallium_dri.so free 0x55717361cb40 void 0.000131
+gallium_dri.so malloc 72 0x55717361cb40 0.000133
+gallium_dri.so free 0x55717361ccc0 void 0.000131
+gallium_dri.so free 0x55717361cb40 void 0.000140
+gallium_dri.so malloc 72 0x55717361cce0 0.000132
+gallium_dri.so free 0x55717361cd80 void 0.000205
+gallium_dri.so free 0x55717361cce0 void 0.000210
+gallium_dri.so malloc 72 0x55717361cd30 0.000177
+gallium_dri.so free 0x55717361ce00 void 0.000130
+gallium_dri.so free 0x55717361cd30 void 0.000132
+gallium_dri.so malloc 72 0x55717361cd30 0.000132
+gallium_dri.so free 0x55717361ce80 void 0.000136
+gallium_dri.so free 0x55717361cd30 void 0.000131
+gallium_dri.so malloc 72 0x55717361ce80 0.000130
+gallium_dri.so free 0x55717361cf40 void 0.000131
+gallium_dri.so free 0x55717361ce80 void 0.000131
+gallium_dri.so malloc 72 0x55717361ce80 0.000132
+gallium_dri.so free 0x55717361d000 void 0.000133
+gallium_dri.so free 0x55717361ce80 void 0.000131
+gallium_dri.so malloc 72 0x55717361ce80 0.000132
+gallium_dri.so free 0x55717361d0c0 void 0.000131
+gallium_dri.so free 0x55717361ce80 void 0.000130
+gallium_dri.so malloc 72 0x55717361d070 0.000131
+gallium_dri.so free 0x55717361d180 void 0.000131
+gallium_dri.so free 0x55717361d070 void 0.000131
+gallium_dri.so malloc 72 0x55717361d130 0.000142
+gallium_dri.so free 0x55717361d200 void 0.000132
+gallium_dri.so free 0x55717361d130 void 0.000132
+gallium_dri.so malloc 72 0x55717361d250 0.000130
+gallium_dri.so free 0x55717361d2c0 void 0.000132
+gallium_dri.so free 0x55717361d250 void 0.000130
+gallium_dri.so malloc 72 0x55717361d2e0 0.000131
+gallium_dri.so free 0x55717361d380 void 0.000131
+gallium_dri.so free 0x55717361d2e0 void 0.000133
+gallium_dri.so malloc 72 0x55717361d330 0.000132
+gallium_dri.so free 0x55717361d400 void 0.000132
+gallium_dri.so free 0x55717361d330 void 0.000130
+gallium_dri.so malloc 72 0x55717361d330 0.000130
+gallium_dri.so free 0x55717361d480 void 0.000130
+gallium_dri.so free 0x55717361d330 void 0.000131
+gallium_dri.so malloc 72 0x55717361d480 0.000130
+gallium_dri.so free 0x55717361d540 void 0.000134
+gallium_dri.so free 0x55717361d480 void 0.000130
+gallium_dri.so malloc 72 0x55717361d480 0.000131
+gallium_dri.so free 0x55717361d640 void 0.000132
+gallium_dri.so free 0x55717361d480 void 0.000131
+gallium_dri.so malloc 72 0x55717361d5f0 0.000131
+gallium_dri.so free 0x55717361d680 void 0.000131
+gallium_dri.so free 0x55717361d5f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361d5f0 0.000131
+gallium_dri.so free 0x55717361d740 void 0.000131
+gallium_dri.so free 0x55717361d5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d780 0.000131
+gallium_dri.so free 0x55717361d800 void 0.000132
+gallium_dri.so free 0x55717361d780 void 0.000131
+gallium_dri.so malloc 72 0x55717361d800 0.000131
+gallium_dri.so free 0x55717361d8c0 void 0.000131
+gallium_dri.so free 0x55717361d800 void 0.000131
+gallium_dri.so malloc 72 0x55717361d800 0.000131
+gallium_dri.so free 0x55717361d940 void 0.000131
+gallium_dri.so free 0x55717361d800 void 0.000130
+gallium_dri.so malloc 72 0x55717361d970 0.000174
+gallium_dri.so free 0x55717361d9c0 void 0.000132
+gallium_dri.so free 0x55717361d970 void 0.000131
+gallium_dri.so malloc 72 0x55717361d970 0.000131
+gallium_dri.so free 0x55717361dac0 void 0.000133
+gallium_dri.so free 0x55717361d970 void 0.000132
+gallium_dri.so malloc 72 0x55717361db00 0.000131
+gallium_dri.so free 0x55717361db80 void 0.000131
+gallium_dri.so free 0x55717361db00 void 0.000130
+gallium_dri.so malloc 72 0x55717361db80 0.000162
+gallium_dri.so free 0x55717361dc40 void 0.000140
+gallium_dri.so free 0x55717361db80 void 0.000120
+gallium_dri.so malloc 72 0x55717361db80 0.000120
+gallium_dri.so free 0x55717361dcc0 void 0.000118
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so malloc 72 0x55717361dcf0 0.000117
+gallium_dri.so free 0x55717361dd40 void 0.000118
+gallium_dri.so free 0x55717361dcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361dcf0 0.000116
+gallium_dri.so free 0x55717361de40 void 0.000117
+gallium_dri.so free 0x55717361dcf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ddf0 0.000118
+gallium_dri.so free 0x55717361df00 void 0.000117
+gallium_dri.so free 0x55717361ddf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361deb0 0.000115
+gallium_dri.so free 0x55717361df80 void 0.000116
+gallium_dri.so free 0x55717361deb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361deb0 0.000114
+gallium_dri.so free 0x55717361e040 void 0.000116
+gallium_dri.so free 0x55717361deb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361deb0 0.000116
+gallium_dri.so free 0x55717361e100 void 0.000116
+gallium_dri.so free 0x55717361deb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e0b0 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000117
+gallium_dri.so free 0x55717361e0b0 void 0.000137
+gallium_dri.so malloc 72 0x55717361e1d0 0.000119
+gallium_dri.so free 0x55717361e240 void 0.000123
+gallium_dri.so free 0x55717361e1d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e260 0.000116
+gallium_dri.so free 0x55717361e300 void 0.000117
+gallium_dri.so free 0x55717361e260 void 0.000115
+gallium_dri.so malloc 72 0x55717361e2b0 0.000116
+gallium_dri.so free 0x55717361e380 void 0.000116
+gallium_dri.so free 0x55717361e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e380 0.000114
+gallium_dri.so free 0x55717361e440 void 0.000115
+gallium_dri.so free 0x55717361e380 void 0.000114
+gallium_dri.so malloc 72 0x55717361e380 0.000115
+gallium_dri.so free 0x55717361e4c0 void 0.000117
+gallium_dri.so free 0x55717361e380 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4c0 0.000116
+gallium_dri.so free 0x55717361e580 void 0.000115
+gallium_dri.so free 0x55717361e4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4c0 0.000116
+gallium_dri.so free 0x55717361e640 void 0.000116
+gallium_dri.so free 0x55717361e4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4c0 0.000115
+gallium_dri.so free 0x55717361e700 void 0.000117
+gallium_dri.so free 0x55717361e4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6b0 0.000115
+gallium_dri.so free 0x55717361e780 void 0.000116
+gallium_dri.so free 0x55717361e6b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361e7d0 0.000120
+gallium_dri.so free 0x55717361e840 void 0.000116
+gallium_dri.so free 0x55717361e7d0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e880 0.000141
+gallium_dri.so free 0x55717361e900 void 0.000128
+gallium_dri.so free 0x55717361e880 void 0.000125
+gallium_dri.so malloc 72 0x55717361e880 0.000264
+gallium_dri.so free 0x55717361e980 void 0.000314
+gallium_dri.so free 0x55717361e880 void 0.000313
+gallium_dri.so malloc 72 0x55717361e9b0 0.000313
+gallium_dri.so free 0x55717361ea00 void 0.000369
+gallium_dri.so free 0x55717361e9b0 void 0.000363
+gallium_dri.so malloc 72 0x55717361e9b0 0.000339
+gallium_dri.so free 0x55717361eb00 void 0.000331
+gallium_dri.so free 0x55717361e9b0 void 0.000321
+gallium_dri.so malloc 72 0x55717361eab0 0.000312
+gallium_dri.so free 0x55717361ebc0 void 0.000315
+gallium_dri.so free 0x55717361eab0 void 0.000313
+gallium_dri.so malloc 72 0x55717361eb70 0.000307
+gallium_dri.so free 0x55717361ec00 void 0.000352
+gallium_dri.so free 0x55717361eb70 void 0.000251
+gallium_dri.so malloc 72 0x55717361eb70 0.000294
+gallium_dri.so free 0x55717361ecc0 void 0.000282
+gallium_dri.so free 0x55717361eb70 void 0.000274
+gallium_dri.so malloc 72 0x55717361ed30 0.000308
+gallium_dri.so free 0x55717361ed80 void 0.000298
+gallium_dri.so free 0x55717361ed30 void 0.000283
+gallium_dri.so malloc 72 0x55717361ed30 0.000245
+gallium_dri.so free 0x55717361ee80 void 0.000166
+gallium_dri.so free 0x55717361ed30 void 0.000168
+gallium_dri.so malloc 72 0x55717361ee30 0.000173
+gallium_dri.so free 0x55717361ef40 void 0.000130
+gallium_dri.so free 0x55717361ee30 void 0.000133
+gallium_dri.so malloc 72 0x55717361eef0 0.000129
+gallium_dri.so free 0x55717361ef80 void 0.000131
+gallium_dri.so free 0x55717361eef0 void 0.000131
+gallium_dri.so malloc 72 0x55717361eef0 0.000126
+gallium_dri.so free 0x55717361f040 void 0.000127
+gallium_dri.so free 0x55717361eef0 void 0.000129
+gallium_dri.so malloc 72 0x55717361f080 0.000129
+gallium_dri.so free 0x55717361f100 void 0.000130
+gallium_dri.so free 0x55717361f080 void 0.000169
+gallium_dri.so malloc 72 0x55717361f100 0.000166
+gallium_dri.so free 0x55717361f1c0 void 0.000164
+gallium_dri.so free 0x55717361f100 void 0.000130
+gallium_dri.so malloc 72 0x55717361f100 0.000130
+gallium_dri.so free 0x55717361f280 void 0.000132
+gallium_dri.so free 0x55717361f100 void 0.000131
+gallium_dri.so malloc 72 0x55717361f2a0 0.000131
+gallium_dri.so free 0x55717361f340 void 0.000126
+gallium_dri.so free 0x55717361f2a0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f2f0 0.000125
+gallium_dri.so free 0x55717361f3c0 void 0.000125
+gallium_dri.so free 0x55717361f2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f2f0 0.000121
+gallium_dri.so free 0x55717361f440 void 0.000127
+gallium_dri.so free 0x55717361f2f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361f440 0.000121
+gallium_dri.so free 0x55717361f500 void 0.000126
+gallium_dri.so free 0x55717361f440 void 0.000132
+gallium_dri.so malloc 72 0x55717361f440 0.000130
+gallium_dri.so free 0x55717361f5c0 void 0.000140
+gallium_dri.so free 0x55717361f440 void 0.000132
+gallium_dri.so malloc 72 0x55717361f440 0.000130
+gallium_dri.so free 0x55717361f680 void 0.000124
+gallium_dri.so free 0x55717361f440 void 0.000161
+gallium_dri.so malloc 72 0x55717361f630 0.000129
+gallium_dri.so free 0x55717361f740 void 0.000142
+gallium_dri.so free 0x55717361f630 void 0.000140
+gallium_dri.so malloc 72 0x55717361f6f0 0.000137
+gallium_dri.so free 0x55717361f7c0 void 0.000137
+gallium_dri.so free 0x55717361f6f0 void 0.000175
+gallium_dri.so malloc 72 0x55717361f810 0.000172
+gallium_dri.so free 0x55717361f880 void 0.000171
+gallium_dri.so free 0x55717361f810 void 0.000137
+gallium_dri.so malloc 72 0x55717361f8a0 0.000138
+gallium_dri.so free 0x55717361f940 void 0.000132
+gallium_dri.so free 0x55717361f8a0 void 0.000128
+gallium_dri.so malloc 72 0x55717361f8f0 0.000133
+gallium_dri.so free 0x55717361f9c0 void 0.000137
+gallium_dri.so free 0x55717361f8f0 void 0.000162
+gallium_dri.so malloc 72 0x55717361f8f0 0.000140
+gallium_dri.so free 0x55717361fa40 void 0.000139
+gallium_dri.so free 0x55717361f8f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361fa40 0.000130
+gallium_dri.so free 0x55717361fb00 void 0.000133
+gallium_dri.so free 0x55717361fa40 void 0.000133
+gallium_dri.so malloc 72 0x55717361fa40 0.000128
+gallium_dri.so free 0x55717361fc00 void 0.000128
+gallium_dri.so free 0x55717361fa40 void 0.000131
+gallium_dri.so malloc 72 0x55717361fbb0 0.000132
+gallium_dri.so free 0x55717361fc40 void 0.000129
+gallium_dri.so free 0x55717361fbb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361fbb0 0.000134
+gallium_dri.so free 0x55717361fd00 void 0.000132
+gallium_dri.so free 0x55717361fbb0 void 0.000128
+gallium_dri.so malloc 72 0x55717361fd40 0.000128
+gallium_dri.so free 0x55717361fdc0 void 0.000133
+gallium_dri.so free 0x55717361fd40 void 0.000133
+gallium_dri.so malloc 72 0x55717361fdc0 0.000128
+gallium_dri.so free 0x55717361fe80 void 0.000128
+gallium_dri.so free 0x55717361fdc0 void 0.000132
+gallium_dri.so malloc 72 0x55717361fdc0 0.000282
+gallium_dri.so free 0x55717361ff00 void 0.000295
+gallium_dri.so free 0x55717361fdc0 void 0.000290
+gallium_dri.so malloc 72 0x55717361ff30 0.000288
+gallium_dri.so free 0x55717361ff80 void 0.000293
+gallium_dri.so free 0x55717361ff30 void 0.000288
+gallium_dri.so malloc 72 0x55717361ff30 0.000292
+gallium_dri.so free 0x557173620080 void 0.000288
+gallium_dri.so free 0x55717361ff30 void 0.000172
+gallium_dri.so malloc 72 0x5571736200c0 0.000171
+gallium_dri.so free 0x557173620140 void 0.000169
+gallium_dri.so free 0x5571736200c0 void 0.000134
+gallium_dri.so malloc 72 0x557173620140 0.000137
+gallium_dri.so free 0x557173620200 void 0.000137
+gallium_dri.so free 0x557173620140 void 0.000152
+gallium_dri.so malloc 72 0x557173620140 0.000145
+gallium_dri.so free 0x557173620280 void 0.000144
+gallium_dri.so free 0x557173620140 void 0.000153
+gallium_dri.so malloc 72 0x5571736202b0 0.000147
+gallium_dri.so free 0x557173620300 void 0.000220
+gallium_dri.so free 0x5571736202b0 void 0.000139
+gallium_dri.so malloc 72 0x5571736202b0 0.000138
+gallium_dri.so free 0x557173620400 void 0.000133
+gallium_dri.so free 0x5571736202b0 void 0.000140
+gallium_dri.so malloc 72 0x5571736203b0 0.000148
+gallium_dri.so free 0x5571736204c0 void 0.000202
+gallium_dri.so free 0x5571736203b0 void 0.000300
+gallium_dri.so malloc 72 0x557173620470 0.000308
+gallium_dri.so free 0x557173620540 void 0.000257
+gallium_dri.so free 0x557173620470 void 0.000180
+gallium_dri.so malloc 72 0x557173620470 0.000183
+gallium_dri.so free 0x557173620600 void 0.000176
+gallium_dri.so free 0x557173620470 void 0.000181
+gallium_dri.so malloc 72 0x557173620470 0.000185
+gallium_dri.so free 0x5571736206c0 void 0.000157
+gallium_dri.so free 0x557173620470 void 0.000146
+gallium_dri.so malloc 72 0x557173620670 0.000146
+gallium_dri.so free 0x557173620740 void 0.000168
+gallium_dri.so free 0x557173620670 void 0.000148
+gallium_dri.so malloc 72 0x557173620790 0.000145
+gallium_dri.so free 0x557173620800 void 0.000145
+gallium_dri.so free 0x557173620790 void 0.000146
+gallium_dri.so malloc 72 0x557173620820 0.000146
+gallium_dri.so free 0x5571736208c0 void 0.000140
+gallium_dri.so free 0x557173620820 void 0.000140
+gallium_dri.so malloc 72 0x557173620870 0.000140
+gallium_dri.so free 0x557173620940 void 0.000136
+gallium_dri.so free 0x557173620870 void 0.000140
+gallium_dri.so malloc 72 0x557173620940 0.000168
+gallium_dri.so free 0x557173620a00 void 0.000164
+gallium_dri.so free 0x557173620940 void 0.000201
+gallium_dri.so malloc 72 0x557173620940 0.000166
+gallium_dri.so free 0x557173620a80 void 0.000160
+gallium_dri.so free 0x557173620940 void 0.000158
+gallium_dri.so malloc 72 0x557173620a80 0.000158
+gallium_dri.so free 0x557173620b40 void 0.000158
+gallium_dri.so free 0x557173620a80 void 0.000160
+gallium_dri.so malloc 72 0x557173620a80 0.000160
+gallium_dri.so free 0x557173620c00 void 0.000154
+gallium_dri.so free 0x557173620a80 void 0.000153
+gallium_dri.so malloc 72 0x557173620a80 0.000152
+gallium_dri.so free 0x557173620cc0 void 0.000160
+gallium_dri.so free 0x557173620a80 void 0.000395
+gallium_dri.so malloc 72 0x557173620c70 0.000191
+gallium_dri.so free 0x557173620d40 void 0.000264
+gallium_dri.so free 0x557173620c70 void 0.000289
+gallium_dri.so malloc 72 0x557173620d90 0.000283
+gallium_dri.so free 0x557173620e00 void 0.000281
+gallium_dri.so free 0x557173620d90 void 0.000284
+gallium_dri.so malloc 72 0x557173620e40 0.000167
+gallium_dri.so free 0x557173620f40 void 0.000165
+gallium_dri.so free 0x557173620e40 void 0.000168
+gallium_dri.so malloc 72 0x557173620e40 0.000131
+gallium_dri.so free 0x5571735bf3c0 void 0.000126
+gallium_dri.so free 0x557173620e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf370 0.000126
+gallium_dri.so free 0x557173463140 void 0.000130
+gallium_dri.so free 0x5571735bf370 void 0.000134
+gallium_dri.so malloc 72 0x5571734630f0 0.000130
+gallium_dri.so free 0x557173463e00 void 0.000143
+gallium_dri.so free 0x5571734630f0 void 0.000131
+gallium_dri.so malloc 72 0x557173463db0 0.000131
+gallium_dri.so free 0x5571735cae00 void 0.000131
+gallium_dri.so free 0x557173463db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cadb0 0.000122
+gallium_dri.so free 0x557173465700 void 0.000121
+gallium_dri.so free 0x5571735cadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571734656b0 0.000130
+gallium_dri.so free 0x557173468340 void 0.000130
+gallium_dri.so free 0x5571734656b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734683b0 0.000125
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571734683b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734678f0 0.000130
+gallium_dri.so free 0x557173468980 void 0.000131
+gallium_dri.so free 0x5571734678f0 void 0.000131
+gallium_dri.so malloc 72 0x557173468930 0.000129
+gallium_dri.so free 0x557173462f80 void 0.000124
+gallium_dri.so free 0x557173468930 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000121
+gallium_dri.so free 0x5571735cf000 void 0.000126
+gallium_dri.so free 0x557173462f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735cefb0 0.000127
+gallium_dri.so free 0x5571735d0900 void 0.000150
+gallium_dri.so free 0x5571735cefb0 void 0.000159
+gallium_dri.so malloc 72 0x5571735d08b0 0.000163
+gallium_dri.so free 0x5571735d15c0 void 0.000159
+gallium_dri.so free 0x5571735d08b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d1570 0.000164
+gallium_dri.so free 0x5571735d0f80 void 0.000215
+gallium_dri.so free 0x5571735d1570 void 0.000269
+gallium_dri.so malloc 72 0x5571735d1570 0.000167
+gallium_dri.so free 0x557173465540 void 0.000159
+gallium_dri.so free 0x5571735d1570 void 0.000197
+gallium_dri.so malloc 72 0x5571734654f0 0.000166
+gallium_dri.so free 0x5571735d2ec0 void 0.000128
+gallium_dri.so free 0x5571734654f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2e70 0.000136
+gallium_dri.so free 0x5571735d3b80 void 0.000152
+gallium_dri.so free 0x5571735d2e70 void 0.000136
+gallium_dri.so malloc 72 0x5571735d3b30 0.000130
+gallium_dri.so free 0x5571735d5480 void 0.000129
+gallium_dri.so free 0x5571735d3b30 void 0.000216
+gallium_dri.so malloc 72 0x5571735d5430 0.000135
+gallium_dri.so free 0x557173467b00 void 0.000128
+gallium_dri.so free 0x5571735d5430 void 0.000125
+gallium_dri.so malloc 72 0x557173467ab0 0.000129
+gallium_dri.so free 0x5571735d6140 void 0.000136
+gallium_dri.so free 0x557173467ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d60f0 0.000128
+gallium_dri.so free 0x5571736018c0 void 0.000124
+gallium_dri.so free 0x5571735d60f0 void 0.000129
+gallium_dri.so malloc 72 0x557173601870 0.000128
+gallium_dri.so free 0x557173602900 void 0.000128
+gallium_dri.so free 0x557173601870 void 0.000127
+gallium_dri.so malloc 72 0x5571736028b0 0.000127
+gallium_dri.so free 0x557173603e80 void 0.000129
+gallium_dri.so free 0x5571736028b0 void 0.000128
+gallium_dri.so malloc 72 0x557173603e30 0.000128
+gallium_dri.so free 0x5571735d0740 void 0.000129
+gallium_dri.so free 0x557173603e30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d06f0 0.000127
+gallium_dri.so free 0x557173604ec0 void 0.000129
+gallium_dri.so free 0x5571735d06f0 void 0.000127
+gallium_dri.so malloc 72 0x557173604e70 0.000128
+gallium_dri.so free 0x5571736067c0 void 0.000127
+gallium_dri.so free 0x557173604e70 void 0.000135
+gallium_dri.so malloc 72 0x557173606770 0.000127
+gallium_dri.so free 0x557173608a00 void 0.000124
+gallium_dri.so free 0x557173606770 void 0.000126
+gallium_dri.so malloc 72 0x5571736089b0 0.000125
+gallium_dri.so free 0x557173608d80 void 0.000126
+gallium_dri.so free 0x5571736089b0 void 0.000121
+gallium_dri.so malloc 72 0x557173608d30 0.000125
+gallium_dri.so free 0x5571735d2d00 void 0.000123
+gallium_dri.so free 0x557173608d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000124
+gallium_dri.so free 0x557173589c00 void 0.000125
+gallium_dri.so free 0x5571735d2cb0 void 0.000124
+gallium_dri.so malloc 72 0x557173589bb0 0.000125
+gallium_dri.so free 0x557173589f80 void 0.000124
+gallium_dri.so free 0x557173589bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173589f30 0.000123
+gallium_dri.so free 0x55717358c1c0 void 0.000125
+gallium_dri.so free 0x557173589f30 void 0.000125
+gallium_dri.so malloc 72 0x55717358c170 0.000126
+gallium_dri.so free 0x5571735d52c0 void 0.000123
+gallium_dri.so free 0x55717358c170 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5270 0.000122
+gallium_dri.so free 0x55717358c540 void 0.000121
+gallium_dri.so free 0x5571735d5270 void 0.000124
+gallium_dri.so malloc 72 0x55717358c4f0 0.000142
+gallium_dri.so free 0x5571735d5b00 void 0.000162
+gallium_dri.so free 0x55717358c4f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d5b70 0.000162
+gallium_dri.so free 0x55717358e780 void 0.000163
+gallium_dri.so free 0x5571735d5b70 void 0.000159
+gallium_dri.so malloc 72 0x55717358e730 0.000164
+gallium_dri.so free 0x55717358eb00 void 0.000162
+gallium_dri.so free 0x55717358e730 void 0.000161
+gallium_dri.so malloc 72 0x55717358eab0 0.000161
+gallium_dri.so free 0x557173601a80 void 0.000162
+gallium_dri.so free 0x55717358eab0 void 0.000160
+gallium_dri.so malloc 72 0x557173601a30 0.000160
+gallium_dri.so free 0x55717358f7c0 void 0.000158
+gallium_dri.so free 0x557173601a30 void 0.000161
+gallium_dri.so malloc 72 0x55717358f770 0.000160
+gallium_dri.so free 0x5571735910c0 void 0.000161
+gallium_dri.so free 0x55717358f770 void 0.000168
+gallium_dri.so malloc 72 0x557173591070 0.000128
+gallium_dri.so free 0x557173591d80 void 0.000122
+gallium_dri.so free 0x557173591070 void 0.000138
+gallium_dri.so malloc 72 0x557173591d30 0.000119
+gallium_dri.so free 0x557173604880 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x557173591d30 0.000118
+gallium_dri.so free 0x557173604040 void 0.000121
+gallium_dri.so free 0x557173591d30 void 0.000117
+gallium_dri.so malloc 72 0x557173603ff0 0.000117
+gallium_dri.so free 0x55717360aa40 void 0.000121
+gallium_dri.so free 0x557173603ff0 void 0.000116
+gallium_dri.so malloc 72 0x55717360a9f0 0.000121
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x55717360a9f0 void 0.000119
+gallium_dri.so malloc 72 0x557173462d70 0.000119
+gallium_dri.so free 0x557173465380 void 0.000119
+gallium_dri.so free 0x557173462d70 void 0.000119
+gallium_dri.so malloc 72 0x557173465330 0.000119
+gallium_dri.so free 0x557173606600 void 0.000123
+gallium_dri.so free 0x557173465330 void 0.000116
+gallium_dri.so malloc 72 0x5571736065b0 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000122
+gallium_dri.so free 0x5571736065b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466370 0.000121
+gallium_dri.so free 0x557173467cc0 void 0.000119
+gallium_dri.so free 0x557173466370 void 0.000116
+gallium_dri.so malloc 72 0x557173467c70 0.000118
+gallium_dri.so free 0x5571735d0580 void 0.000124
+gallium_dri.so free 0x557173467c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0530 0.000118
+gallium_dri.so free 0x5571735d2b40 void 0.000116
+gallium_dri.so free 0x5571735d0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2af0 0.000116
+gallium_dri.so free 0x557173608bc0 void 0.000120
+gallium_dri.so free 0x5571735d2af0 void 0.000116
+gallium_dri.so malloc 72 0x557173608b70 0.000118
+gallium_dri.so free 0x5571735d5100 void 0.000120
+gallium_dri.so free 0x557173608b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d50b0 0.000119
+gallium_dri.so free 0x557173601c40 void 0.000119
+gallium_dri.so free 0x5571735d50b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000119
+gallium_dri.so free 0x557173604200 void 0.000117
+gallium_dri.so free 0x557173601bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571736041b0 0.000108
+gallium_dri.so free 0x557173606440 void 0.000192
+gallium_dri.so free 0x5571736041b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736063f0 0.000116
+gallium_dri.so free 0x557173589dc0 void 0.000115
+gallium_dri.so free 0x5571736063f0 void 0.000115
+gallium_dri.so malloc 72 0x557173589d70 0.000114
+gallium_dri.so free 0x557173607480 void 0.000116
+gallium_dri.so free 0x557173589d70 void 0.000115
+gallium_dri.so malloc 72 0x557173607430 0.000113
+gallium_dri.so free 0x557173588680 void 0.000118
+gallium_dri.so free 0x557173607430 void 0.000114
+gallium_dri.so malloc 72 0x557173588630 0.000113
+gallium_dri.so free 0x55717358ac40 void 0.000117
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358c380 void 0.000114
+gallium_dri.so free 0x55717358abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c330 0.000112
+gallium_dri.so free 0x55717358d200 void 0.000116
+gallium_dri.so free 0x55717358c330 void 0.000114
+gallium_dri.so malloc 72 0x55717358d1b0 0.000116
+gallium_dri.so free 0x557173609400 void 0.000120
+gallium_dri.so free 0x55717358d1b0 void 0.000114
+gallium_dri.so malloc 72 0x557173609470 0.000114
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173609470 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000113
+gallium_dri.so free 0x557173609d80 void 0.000116
+gallium_dri.so free 0x557173590cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173609d30 0.000113
+gallium_dri.so free 0x55717358e940 void 0.000115
+gallium_dri.so free 0x557173609d30 void 0.000112
+gallium_dri.so malloc 72 0x55717358e8f0 0.000114
+gallium_dri.so free 0x55717360bfc0 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bf70 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000126
+gallium_dri.so free 0x55717360bf70 void 0.000115
+gallium_dri.so malloc 72 0x55717360bf70 0.000113
+gallium_dri.so free 0x557173466c80 void 0.000115
+gallium_dri.so free 0x55717360bf70 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000113
+gallium_dri.so free 0x5571734646c0 void 0.000116
+gallium_dri.so free 0x557173466c30 void 0.000114
+gallium_dri.so malloc 72 0x557173464670 0.000115
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so free 0x557173464670 void 0.000115
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x557173590eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d69b0 0.000115
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x5571735d69b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43f0 0.000114
+gallium_dri.so free 0x55717358b500 void 0.000115
+gallium_dri.so free 0x5571735d43f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4b0 0.000113
+gallium_dri.so free 0x557173609bc0 void 0.000116
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x557173609b70 0.000113
+gallium_dri.so free 0x557173588f40 void 0.000114
+gallium_dri.so free 0x557173609b70 void 0.000113
+gallium_dri.so malloc 72 0x557173588ef0 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000166
+gallium_dri.so free 0x557173588ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x55717360b300 void 0.000122
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x55717360b2b0 0.000114
+gallium_dri.so free 0x557173465d80 void 0.000115
+gallium_dri.so free 0x55717360b2b0 void 0.000113
+gallium_dri.so malloc 72 0x557173465d80 0.000115
+gallium_dri.so free 0x5571735d3540 void 0.000115
+gallium_dri.so free 0x557173465d80 void 0.000114
+gallium_dri.so malloc 72 0x557173465d80 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000115
+gallium_dri.so free 0x557173465d80 void 0.000115
+gallium_dri.so malloc 72 0x557173465d80 0.000113
+gallium_dri.so free 0x557173469240 void 0.000116
+gallium_dri.so free 0x557173465d80 void 0.000115
+gallium_dri.so malloc 72 0x5571734691f0 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000115
+gallium_dri.so free 0x5571734691f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e30 0.000114
+gallium_dri.so free 0x557173605780 void 0.000115
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x557173605730 0.000115
+gallium_dri.so free 0x557173590080 void 0.000115
+gallium_dri.so free 0x557173605730 void 0.000118
+gallium_dri.so malloc 72 0x557173590030 0.000117
+gallium_dri.so free 0x5571734637c0 void 0.000127
+gallium_dri.so free 0x557173590030 void 0.000115
+gallium_dri.so malloc 72 0x557173590030 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000116
+gallium_dri.so free 0x557173590030 void 0.000114
+gallium_dri.so malloc 72 0x557173590030 0.000113
+gallium_dri.so free 0x557173591740 void 0.000115
+gallium_dri.so free 0x557173590030 void 0.000113
+gallium_dri.so malloc 72 0x557173591740 0.000113
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x557173591740 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000112
+gallium_dri.so free 0x5571736031c0 void 0.000116
+gallium_dri.so free 0x5571735cf870 void 0.000113
+gallium_dri.so malloc 72 0x557173603170 0.000113
+gallium_dri.so free 0x557173607d40 void 0.000115
+gallium_dri.so free 0x557173603170 void 0.000114
+gallium_dri.so malloc 72 0x557173607cf0 0.000115
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x557173607cf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000114
+gallium_dri.so free 0x5571736022c0 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x5571736022c0 0.000114
+gallium_dri.so free 0x55717358f180 void 0.000115
+gallium_dri.so free 0x5571736022c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736022c0 0.000114
+gallium_dri.so free 0x55717360a400 void 0.000122
+gallium_dri.so free 0x5571736022c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736022c0 0.000115
+gallium_dri.so free 0x557173591e80 void 0.000114
+gallium_dri.so free 0x5571736022c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591ec0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000115
+gallium_dri.so free 0x557173591ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6b40 0.000114
+gallium_dri.so free 0x5571735d6c00 void 0.000114
+gallium_dri.so free 0x5571735d6b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6b40 0.000113
+gallium_dri.so free 0x557173591f40 void 0.000114
+gallium_dri.so free 0x5571735d6b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d6b40 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735d6b40 void 0.000112
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000120
+gallium_dri.so free 0x557173588370 void 0.000115
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x5571735bf4c0 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf510 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000114
+gallium_dri.so free 0x5571735bf510 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf5a0 0.000114
+gallium_dri.so free 0x5571735bf640 void 0.000116
+gallium_dri.so free 0x5571735bf5a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000116
+gallium_dri.so free 0x5571735cf100 void 0.000116
+gallium_dri.so free 0x5571735bf5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf150 0.000115
+gallium_dri.so free 0x5571735bf6c0 void 0.000115
+gallium_dri.so free 0x5571735cf150 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf150 0.000113
+gallium_dri.so free 0x5571735cf1c0 void 0.000113
+gallium_dri.so free 0x5571735cf150 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf210 0.000112
+gallium_dri.so free 0x5571735cf280 void 0.000141
+gallium_dri.so free 0x5571735cf210 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf2a0 0.000114
+gallium_dri.so free 0x5571735d16c0 void 0.000115
+gallium_dri.so free 0x5571735cf2a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16f0 0.000112
+gallium_dri.so free 0x5571735d1740 void 0.000115
+gallium_dri.so free 0x5571735d16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d16f0 0.000117
+gallium_dri.so free 0x5571735d1840 void 0.000117
+gallium_dri.so free 0x5571735d16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17f0 0.000113
+gallium_dri.so free 0x557173604fc0 void 0.000114
+gallium_dri.so free 0x5571735d17f0 void 0.000114
+gallium_dri.so malloc 72 0x557173605000 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000114
+gallium_dri.so free 0x557173605000 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000115
+gallium_dri.so free 0x557173605080 void 0.000115
+gallium_dri.so free 0x5571735cf2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000113
+gallium_dri.so free 0x557173605140 void 0.000114
+gallium_dri.so free 0x5571735cf2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736050f0 0.000113
+gallium_dri.so free 0x55717358ad40 void 0.000115
+gallium_dri.so free 0x5571736050f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ad90 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x55717358ad90 void 0.000114
+gallium_dri.so malloc 72 0x5571735d18b0 0.000116
+gallium_dri.so free 0x5571736051c0 void 0.000115
+gallium_dri.so free 0x5571735d18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736051f0 0.000114
+gallium_dri.so free 0x55717358ae00 void 0.000115
+gallium_dri.so free 0x5571736051f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ae70 0.000115
+gallium_dri.so free 0x55717358aec0 void 0.000115
+gallium_dri.so free 0x55717358ae70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ae70 0.000112
+gallium_dri.so free 0x55717358d300 void 0.000114
+gallium_dri.so free 0x55717358ae70 void 0.000114
+gallium_dri.so malloc 72 0x55717358d350 0.000113
+gallium_dri.so free 0x55717358d3c0 void 0.000114
+gallium_dri.so free 0x55717358d350 void 0.000173
+gallium_dri.so malloc 72 0x55717358d3e0 0.000114
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so free 0x55717358d3e0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d430 0.000119
+gallium_dri.so free 0x55717358d500 void 0.000114
+gallium_dri.so free 0x55717358d430 void 0.000114
+gallium_dri.so malloc 72 0x55717358d430 0.000113
+gallium_dri.so free 0x5571734664c0 void 0.000115
+gallium_dri.so free 0x55717358d430 void 0.000114
+gallium_dri.so malloc 72 0x557173466510 0.000114
+gallium_dri.so free 0x557173466580 void 0.000115
+gallium_dri.so free 0x557173466510 void 0.000114
+gallium_dri.so malloc 72 0x5571734665e0 0.000113
+gallium_dri.so free 0x557173466680 void 0.000115
+gallium_dri.so free 0x5571734665e0 void 0.000113
+gallium_dri.so malloc 72 0x557173466630 0.000113
+gallium_dri.so free 0x5571735d3c80 void 0.000116
+gallium_dri.so free 0x557173466630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000114
+gallium_dri.so free 0x5571735d3e00 void 0.000113
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3db0 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000116
+gallium_dri.so free 0x5571735d3db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3e70 0.000115
+gallium_dri.so free 0x55717358f8c0 void 0.000116
+gallium_dri.so free 0x5571735d3e70 void 0.000114
+gallium_dri.so malloc 72 0x55717358f8f0 0.000115
+gallium_dri.so free 0x55717358f940 void 0.000116
+gallium_dri.so free 0x55717358f8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f940 0.000115
+gallium_dri.so free 0x55717358fa00 void 0.000115
+gallium_dri.so free 0x55717358f940 void 0.000118
+gallium_dri.so malloc 72 0x55717358f940 0.000115
+gallium_dri.so free 0x55717360ab40 void 0.000115
+gallium_dri.so free 0x55717358f940 void 0.000113
+gallium_dri.so malloc 72 0x55717360ab90 0.000116
+gallium_dri.so free 0x55717358fb00 void 0.000115
+gallium_dri.so free 0x55717360ab90 void 0.000114
+gallium_dri.so malloc 72 0x55717358fab0 0.000113
+gallium_dri.so free 0x55717360ac00 void 0.000115
+gallium_dri.so free 0x55717358fab0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ac30 0.000114
+gallium_dri.so free 0x55717360ac80 void 0.000115
+gallium_dri.so free 0x55717360ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ac30 0.000113
+gallium_dri.so free 0x557173463f00 void 0.000114
+gallium_dri.so free 0x55717360ac30 void 0.000114
+gallium_dri.so malloc 72 0x557173463f50 0.000113
+gallium_dri.so free 0x557173463fc0 void 0.000116
+gallium_dri.so free 0x557173463f50 void 0.000127
+gallium_dri.so malloc 72 0x557173464000 0.000117
+gallium_dri.so free 0x55717360ad80 void 0.000113
+gallium_dri.so free 0x557173464000 void 0.000113
+gallium_dri.so malloc 72 0x55717360ad30 0.000112
+gallium_dri.so free 0x557173464080 void 0.000114
+gallium_dri.so free 0x55717360ad30 void 0.000112
+gallium_dri.so malloc 72 0x55717360ad30 0.000113
+gallium_dri.so free 0x557173468a80 void 0.000114
+gallium_dri.so free 0x55717360ad30 void 0.000113
+gallium_dri.so malloc 72 0x557173468ac0 0.000112
+gallium_dri.so free 0x557173468b40 void 0.000114
+gallium_dri.so free 0x557173468ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173468b40 0.000112
+gallium_dri.so free 0x557173464140 void 0.000114
+gallium_dri.so free 0x557173468b40 void 0.000114
+gallium_dri.so malloc 72 0x5571734640f0 0.000113
+gallium_dri.so free 0x557173468c00 void 0.000114
+gallium_dri.so free 0x5571734640f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734640f0 0.000114
+gallium_dri.so free 0x5571735d6240 void 0.000114
+gallium_dri.so free 0x5571734640f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62b0 0.000115
+gallium_dri.so free 0x5571735d6300 void 0.000114
+gallium_dri.so free 0x5571735d62b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d62b0 0.000114
+gallium_dri.so free 0x5571735d6400 void 0.000115
+gallium_dri.so free 0x5571735d62b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d63b0 0.000144
+gallium_dri.so free 0x557173468cc0 void 0.000117
+gallium_dri.so free 0x5571735d63b0 void 0.000114
+gallium_dri.so malloc 72 0x557173468c70 0.000116
+gallium_dri.so free 0x557173602a00 void 0.000115
+gallium_dri.so free 0x557173468c70 void 0.000113
+gallium_dri.so malloc 72 0x557173602a30 0.000112
+gallium_dri.so free 0x557173602a80 void 0.000114
+gallium_dri.so free 0x557173602a30 void 0.000113
+gallium_dri.so malloc 72 0x557173602a30 0.000114
+gallium_dri.so free 0x557173602b80 void 0.000115
+gallium_dri.so free 0x557173602a30 void 0.000114
+gallium_dri.so malloc 72 0x557173602b30 0.000114
+gallium_dri.so free 0x557173588780 void 0.000115
+gallium_dri.so free 0x557173602b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735887e0 0.000115
+gallium_dri.so free 0x557173602c40 void 0.000115
+gallium_dri.so free 0x5571735887e0 void 0.000112
+gallium_dri.so malloc 72 0x557173602bf0 0.000114
+gallium_dri.so free 0x557173588880 void 0.000115
+gallium_dri.so free 0x557173602bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173588830 0.000114
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x557173588830 void 0.000112
+gallium_dri.so malloc 72 0x557173588830 0.000114
+gallium_dri.so free 0x557173607580 void 0.000114
+gallium_dri.so free 0x557173588830 void 0.000118
+gallium_dri.so malloc 72 0x5571736075d0 0.000127
+gallium_dri.so free 0x557173607640 void 0.000116
+gallium_dri.so free 0x5571736075d0 void 0.000116
+gallium_dri.so malloc 72 0x557173607660 0.000114
+gallium_dri.so free 0x557173607700 void 0.000115
+gallium_dri.so free 0x557173607660 void 0.000114
+gallium_dri.so malloc 72 0x5571736076b0 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000127
+gallium_dri.so free 0x5571736076b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf890 0.000113
+gallium_dri.so free 0x557173607780 void 0.000114
+gallium_dri.so free 0x5571735bf890 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf890 0.000113
+gallium_dri.so free 0x5571735bf900 void 0.000117
+gallium_dri.so free 0x5571735bf890 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf950 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000115
+gallium_dri.so free 0x5571735bf950 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf9e0 0.000113
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bf9e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfa30 0.000113
+gallium_dri.so free 0x557173466840 void 0.000115
+gallium_dri.so free 0x5571735bfa30 void 0.000114
+gallium_dri.so malloc 72 0x557173466880 0.000113
+gallium_dri.so free 0x557173466900 void 0.000115
+gallium_dri.so free 0x557173466880 void 0.000115
+gallium_dri.so malloc 72 0x557173466900 0.000188
+gallium_dri.so free 0x5571734669c0 void 0.000116
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000114
+gallium_dri.so free 0x557173466a40 void 0.000120
+gallium_dri.so free 0x557173466900 void 0.000115
+gallium_dri.so malloc 72 0x557173466900 0.000115
+gallium_dri.so free 0x5571735d4000 void 0.000116
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4030 0.000113
+gallium_dri.so free 0x5571735d4080 void 0.000115
+gallium_dri.so free 0x5571735d4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4030 0.000113
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d4030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4130 0.000114
+gallium_dri.so free 0x5571735d4240 void 0.000115
+gallium_dri.so free 0x5571735d4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d41f0 0.000113
+gallium_dri.so free 0x5571735d65c0 void 0.000115
+gallium_dri.so free 0x5571735d41f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000116
+gallium_dri.so free 0x5571735d65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6740 void 0.000115
+gallium_dri.so free 0x5571735d65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6780 0.000127
+gallium_dri.so free 0x557173605340 void 0.000116
+gallium_dri.so free 0x5571735d6780 void 0.000115
+gallium_dri.so malloc 72 0x557173605390 0.000114
+gallium_dri.so free 0x557173605400 void 0.000114
+gallium_dri.so free 0x557173605390 void 0.000114
+gallium_dri.so malloc 72 0x557173605420 0.000113
+gallium_dri.so free 0x5571736054c0 void 0.000114
+gallium_dri.so free 0x557173605420 void 0.000114
+gallium_dri.so malloc 72 0x557173605470 0.000114
+gallium_dri.so free 0x5571735d6800 void 0.000115
+gallium_dri.so free 0x557173605470 void 0.000113
+gallium_dri.so malloc 72 0x557173605470 0.000113
+gallium_dri.so free 0x557173605540 void 0.000115
+gallium_dri.so free 0x557173605470 void 0.000113
+gallium_dri.so malloc 72 0x557173605540 0.000113
+gallium_dri.so free 0x55717358d680 void 0.000117
+gallium_dri.so free 0x557173605540 void 0.000114
+gallium_dri.so malloc 72 0x55717358d6e0 0.000114
+gallium_dri.so free 0x55717358d780 void 0.000115
+gallium_dri.so free 0x55717358d6e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d730 0.000113
+gallium_dri.so free 0x55717358d7c0 void 0.000120
+gallium_dri.so free 0x55717358d730 void 0.000125
+gallium_dri.so malloc 72 0x55717358d730 0.000119
+gallium_dri.so free 0x55717358d880 void 0.000123
+gallium_dri.so free 0x55717358d730 void 0.000131
+gallium_dri.so malloc 72 0x55717358d8c0 0.000120
+gallium_dri.so free 0x55717358fc40 void 0.000118
+gallium_dri.so free 0x55717358d8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc90 0.000115
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fc90 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd20 0.000113
+gallium_dri.so free 0x55717358fdc0 void 0.000114
+gallium_dri.so free 0x55717358fd20 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd70 0.000115
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fd70 void 0.000112
+gallium_dri.so malloc 72 0x55717358fe40 0.000114
+gallium_dri.so free 0x557173464280 void 0.000115
+gallium_dri.so free 0x55717358fe40 void 0.000113
+gallium_dri.so malloc 72 0x5571734642c0 0.000112
+gallium_dri.so free 0x557173464340 void 0.000114
+gallium_dri.so free 0x5571734642c0 void 0.000121
+gallium_dri.so malloc 72 0x557173464340 0.000176
+gallium_dri.so free 0x557173464400 void 0.000241
+gallium_dri.so free 0x557173464340 void 0.000117
+gallium_dri.so malloc 72 0x557173464340 0.000114
+gallium_dri.so free 0x557173464480 void 0.000115
+gallium_dri.so free 0x557173464340 void 0.000113
+gallium_dri.so malloc 72 0x5571734644b0 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000126
+gallium_dri.so free 0x5571734644b0 void 0.000114
+gallium_dri.so malloc 72 0x557173468e40 0.000114
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so free 0x557173468e40 void 0.000112
+gallium_dri.so malloc 72 0x557173468ec0 0.000115
+gallium_dri.so free 0x557173468f80 void 0.000115
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173468ec0 0.000115
+gallium_dri.so free 0x557173469000 void 0.000116
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173468ec0 0.000113
+gallium_dri.so free 0x5571735cf480 void 0.000125
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000113
+gallium_dri.so free 0x5571735cf500 void 0.000115
+gallium_dri.so free 0x5571735cf4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000112
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000116
+gallium_dri.so free 0x5571735cf5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf670 0.000112
+gallium_dri.so free 0x5571735d1a40 void 0.000115
+gallium_dri.so free 0x5571735cf670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a70 0.000116
+gallium_dri.so free 0x5571735d1ac0 void 0.000114
+gallium_dri.so free 0x5571735d1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1a70 0.000117
+gallium_dri.so free 0x5571735d1bc0 void 0.000119
+gallium_dri.so free 0x5571735d1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1c00 0.000112
+gallium_dri.so free 0x557173602d80 void 0.000123
+gallium_dri.so free 0x5571735d1c00 void 0.000123
+gallium_dri.so malloc 72 0x557173602dd0 0.000112
+gallium_dri.so free 0x557173602e40 void 0.000120
+gallium_dri.so free 0x557173602dd0 void 0.000120
+gallium_dri.so malloc 72 0x557173602e60 0.000114
+gallium_dri.so free 0x557173602f00 void 0.000116
+gallium_dri.so free 0x557173602e60 void 0.000118
+gallium_dri.so malloc 72 0x557173602eb0 0.000123
+gallium_dri.so free 0x5571735d1c80 void 0.000123
+gallium_dri.so free 0x557173602eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602eb0 0.000114
+gallium_dri.so free 0x557173602f80 void 0.000121
+gallium_dri.so free 0x557173602eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173602f80 0.000125
+gallium_dri.so free 0x557173607900 void 0.000124
+gallium_dri.so free 0x557173602f80 void 0.000124
+gallium_dri.so malloc 72 0x557173607960 0.000124
+gallium_dri.so free 0x557173607a00 void 0.000120
+gallium_dri.so free 0x557173607960 void 0.000191
+gallium_dri.so malloc 72 0x5571736079b0 0.000125
+gallium_dri.so free 0x557173607a40 void 0.000123
+gallium_dri.so free 0x5571736079b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736079b0 0.000124
+gallium_dri.so free 0x557173607b00 void 0.000124
+gallium_dri.so free 0x5571736079b0 void 0.000124
+gallium_dri.so malloc 72 0x557173607b40 0.000124
+gallium_dri.so free 0x557173588b00 void 0.000124
+gallium_dri.so free 0x557173607b40 void 0.000123
+gallium_dri.so malloc 72 0x557173588b50 0.000123
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588b50 void 0.000114
+gallium_dri.so malloc 72 0x557173588be0 0.000119
+gallium_dri.so free 0x557173588c80 void 0.000119
+gallium_dri.so free 0x557173588be0 void 0.000119
+gallium_dri.so malloc 72 0x557173588c30 0.000119
+gallium_dri.so free 0x557173588d00 void 0.000115
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588d00 0.000125
+gallium_dri.so free 0x55717358b0c0 void 0.000125
+gallium_dri.so free 0x557173588d00 void 0.000120
+gallium_dri.so malloc 72 0x55717358b100 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so free 0x55717358b100 void 0.000119
+gallium_dri.so malloc 72 0x55717358b180 0.000131
+gallium_dri.so free 0x55717358b240 void 0.000124
+gallium_dri.so free 0x55717358b180 void 0.000124
+gallium_dri.so malloc 72 0x55717358b180 0.000119
+gallium_dri.so free 0x55717358b2c0 void 0.000115
+gallium_dri.so free 0x55717358b180 void 0.000119
+gallium_dri.so malloc 72 0x55717358b2f0 0.000123
+gallium_dri.so free 0x55717360aec0 void 0.000124
+gallium_dri.so free 0x55717358b2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360af00 0.000115
+gallium_dri.so free 0x55717360af80 void 0.000119
+gallium_dri.so free 0x55717360af00 void 0.000114
+gallium_dri.so malloc 72 0x55717360af80 0.000113
+gallium_dri.so free 0x55717360b040 void 0.000116
+gallium_dri.so free 0x55717360af80 void 0.000115
+gallium_dri.so malloc 72 0x55717360af80 0.000120
+gallium_dri.so free 0x55717360b0c0 void 0.000124
+gallium_dri.so free 0x55717360af80 void 0.000119
+gallium_dri.so malloc 72 0x55717360af80 0.000116
+gallium_dri.so free 0x557173462440 void 0.000120
+gallium_dri.so free 0x55717360af80 void 0.000120
+gallium_dri.so malloc 72 0x557173462470 0.000123
+gallium_dri.so free 0x5571734624c0 void 0.000125
+gallium_dri.so free 0x557173462470 void 0.000124
+gallium_dri.so malloc 72 0x557173462470 0.000123
+gallium_dri.so free 0x5571734625c0 void 0.000124
+gallium_dri.so free 0x557173462470 void 0.000133
+gallium_dri.so malloc 72 0x557173462570 0.000125
+gallium_dri.so free 0x557173462680 void 0.000124
+gallium_dri.so free 0x557173462570 void 0.000120
+gallium_dri.so malloc 72 0x557173462630 0.000115
+gallium_dri.so free 0x5571734626c0 void 0.000115
+gallium_dri.so free 0x557173462630 void 0.000118
+gallium_dri.so malloc 72 0x557173462630 0.000125
+gallium_dri.so free 0x55717358f300 void 0.000118
+gallium_dri.so free 0x557173462630 void 0.000120
+gallium_dri.so malloc 72 0x55717358f2b0 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x55717358f2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358f2b0 0.000124
+gallium_dri.so free 0x55717358f400 void 0.000122
+gallium_dri.so free 0x55717358f2b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358f3b0 0.000126
+gallium_dri.so free 0x55717358f4c0 void 0.000123
+gallium_dri.so free 0x55717358f3b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358f470 0.000124
+gallium_dri.so free 0x55717358f500 void 0.000119
+gallium_dri.so free 0x55717358f470 void 0.000112
+gallium_dri.so malloc 72 0x55717358f470 0.000116
+gallium_dri.so free 0x55717358f5c0 void 0.000116
+gallium_dri.so free 0x55717358f470 void 0.000113
+gallium_dri.so malloc 72 0x55717358f600 0.000114
+gallium_dri.so free 0x55717360a580 void 0.000116
+gallium_dri.so free 0x55717358f600 void 0.000112
+gallium_dri.so malloc 72 0x55717360a530 0.000114
+gallium_dri.so free 0x55717360a640 void 0.000119
+gallium_dri.so free 0x55717360a530 void 0.000115
+gallium_dri.so malloc 72 0x55717360a5f0 0.000115
+gallium_dri.so free 0x55717360a6c0 void 0.000117
+gallium_dri.so free 0x55717360a5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a5f0 0.000113
+gallium_dri.so free 0x55717360a780 void 0.000115
+gallium_dri.so free 0x55717360a5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a5f0 0.000116
+gallium_dri.so free 0x55717360a840 void 0.000116
+gallium_dri.so free 0x55717360a5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a7f0 0.000115
+gallium_dri.so free 0x557173465f00 void 0.000116
+gallium_dri.so free 0x55717360a7f0 void 0.000113
+gallium_dri.so malloc 72 0x557173465eb0 0.000114
+gallium_dri.so free 0x557173465fc0 void 0.000115
+gallium_dri.so free 0x557173465eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173465f70 0.000113
+gallium_dri.so free 0x557173466000 void 0.000115
+gallium_dri.so free 0x557173465f70 void 0.000113
+gallium_dri.so malloc 72 0x557173465f70 0.000114
+gallium_dri.so free 0x5571734660c0 void 0.000117
+gallium_dri.so free 0x557173465f70 void 0.000114
+gallium_dri.so malloc 72 0x557173466110 0.000114
+gallium_dri.so free 0x557173466180 void 0.000127
+gallium_dri.so free 0x557173466110 void 0.000113
+gallium_dri.so malloc 72 0x5571734661c0 0.000155
+gallium_dri.so free 0x5571734684c0 void 0.000196
+gallium_dri.so free 0x5571734661c0 void 0.000196
+gallium_dri.so malloc 72 0x557173468470 0.000115
+gallium_dri.so free 0x557173468580 void 0.000116
+gallium_dri.so free 0x557173468470 void 0.000112
+gallium_dri.so malloc 72 0x557173468530 0.000111
+gallium_dri.so free 0x5571734685c0 void 0.000113
+gallium_dri.so free 0x557173468530 void 0.000118
+gallium_dri.so malloc 72 0x557173468530 0.000113
+gallium_dri.so free 0x557173468680 void 0.000115
+gallium_dri.so free 0x557173468530 void 0.000113
+gallium_dri.so malloc 72 0x5571734686c0 0.000112
+gallium_dri.so free 0x557173468740 void 0.000114
+gallium_dri.so free 0x5571734686c0 void 0.000112
+gallium_dri.so malloc 72 0x557173468740 0.000113
+gallium_dri.so free 0x5571735ceb40 void 0.000116
+gallium_dri.so free 0x557173468740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cebc0 void 0.000115
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cebe0 0.000114
+gallium_dri.so free 0x5571735cec80 void 0.000116
+gallium_dri.so free 0x5571735cebe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cec30 0.000187
+gallium_dri.so free 0x5571735ced00 void 0.000119
+gallium_dri.so free 0x5571735cec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cec30 0.000120
+gallium_dri.so free 0x5571735ced80 void 0.000115
+gallium_dri.so free 0x5571735cec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ced80 0.000115
+gallium_dri.so free 0x5571735d1100 void 0.000115
+gallium_dri.so free 0x5571735ced80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d10b0 0.000114
+gallium_dri.so free 0x5571735d1140 void 0.000115
+gallium_dri.so free 0x5571735d10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d10b0 0.000114
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1270 0.000115
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1270 0.000112
+gallium_dri.so free 0x5571735d13c0 void 0.000114
+gallium_dri.so free 0x5571735d1270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1370 0.000113
+gallium_dri.so free 0x5571735d36c0 void 0.000115
+gallium_dri.so free 0x5571735d1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3670 0.000113
+gallium_dri.so free 0x5571735d3700 void 0.000114
+gallium_dri.so free 0x5571735d3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3670 0.000117
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so free 0x5571735d3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3800 0.000111
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d3800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3880 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3880 0.000112
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735d3880 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5c30 0.000111
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5c30 0.000115
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so free 0x5571735d5c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000114
+gallium_dri.so free 0x5571735d5dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e40 0.000123
+gallium_dri.so free 0x5571735d5f00 void 0.000113
+gallium_dri.so free 0x5571735d5e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5e40 0.000113
+gallium_dri.so free 0x557173602440 void 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000112
+gallium_dri.so malloc 72 0x5571736023f0 0.000126
+gallium_dri.so free 0x5571736024c0 void 0.000121
+gallium_dri.so free 0x5571736023f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736024c0 0.000115
+gallium_dri.so free 0x557173602580 void 0.000116
+gallium_dri.so free 0x5571736024c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736024c0 0.000115
+gallium_dri.so free 0x557173602600 void 0.000114
+gallium_dri.so free 0x5571736024c0 void 0.000115
+gallium_dri.so malloc 72 0x557173602600 0.000114
+gallium_dri.so free 0x5571736026c0 void 0.000115
+gallium_dri.so free 0x557173602600 void 0.000115
+gallium_dri.so malloc 72 0x557173602600 0.000114
+gallium_dri.so free 0x557173604a00 void 0.000115
+gallium_dri.so free 0x557173602600 void 0.000115
+gallium_dri.so malloc 72 0x5571736049b0 0.000113
+gallium_dri.so free 0x557173604a80 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736049b0 0.000119
+gallium_dri.so free 0x557173604b00 void 0.000117
+gallium_dri.so free 0x5571736049b0 void 0.000115
+gallium_dri.so malloc 72 0x557173604b00 0.000114
+gallium_dri.so free 0x557173604bc0 void 0.000115
+gallium_dri.so free 0x557173604b00 void 0.000114
+gallium_dri.so malloc 72 0x557173604b00 0.000114
+gallium_dri.so free 0x557173604cc0 void 0.000115
+gallium_dri.so free 0x557173604b00 void 0.000113
+gallium_dri.so malloc 72 0x557173604c70 0.000125
+gallium_dri.so free 0x557173606fc0 void 0.000114
+gallium_dri.so free 0x557173604c70 void 0.000112
+gallium_dri.so malloc 72 0x557173606f70 0.000113
+gallium_dri.so free 0x557173607040 void 0.000114
+gallium_dri.so free 0x557173606f70 void 0.000113
+gallium_dri.so malloc 72 0x557173606f70 0.000113
+gallium_dri.so free 0x5571736070c0 void 0.000114
+gallium_dri.so free 0x557173606f70 void 0.000112
+gallium_dri.so malloc 72 0x5571736070c0 0.000112
+gallium_dri.so free 0x557173607180 void 0.000113
+gallium_dri.so free 0x5571736070c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736070c0 0.000113
+gallium_dri.so free 0x557173607240 void 0.000114
+gallium_dri.so free 0x5571736070c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736070c0 0.000113
+gallium_dri.so free 0x55717358a780 void 0.000114
+gallium_dri.so free 0x5571736070c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a730 0.000113
+gallium_dri.so free 0x55717358a780 void 0.000114
+gallium_dri.so free 0x55717358a730 void 0.000112
+gallium_dri.so malloc 72 0x55717358a730 0.000113
+gallium_dri.so free 0x55717358a880 void 0.000113
+gallium_dri.so free 0x55717358a730 void 0.000113
+gallium_dri.so malloc 72 0x55717358a830 0.000112
+gallium_dri.so free 0x55717358a940 void 0.000115
+gallium_dri.so free 0x55717358a830 void 0.000112
+gallium_dri.so malloc 72 0x55717358a8f0 0.000113
+gallium_dri.so free 0x55717358a980 void 0.000127
+gallium_dri.so free 0x55717358a8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a8f0 0.000113
+gallium_dri.so free 0x55717358aa40 void 0.000114
+gallium_dri.so free 0x55717358a8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358aa80 0.000114
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so free 0x55717358aa80 void 0.000112
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591980 void 0.000115
+gallium_dri.so free 0x557173591870 void 0.000113
+gallium_dri.so malloc 72 0x557173591930 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000115
+gallium_dri.so free 0x557173591930 void 0.000112
+gallium_dri.so malloc 72 0x557173591930 0.000114
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x557173591930 void 0.000112
+gallium_dri.so malloc 72 0x557173591930 0.000112
+gallium_dri.so free 0x557173591b80 void 0.000117
+gallium_dri.so free 0x557173591930 void 0.000113
+gallium_dri.so malloc 72 0x557173591b30 0.000114
+gallium_dri.so free 0x557173463940 void 0.000115
+gallium_dri.so free 0x557173591b30 void 0.000113
+gallium_dri.so malloc 72 0x5571734638f0 0.000114
+gallium_dri.so free 0x557173463a00 void 0.000115
+gallium_dri.so free 0x5571734638f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734639b0 0.000112
+gallium_dri.so free 0x557173463a40 void 0.000181
+gallium_dri.so free 0x5571734639b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734639b0 0.000115
+gallium_dri.so free 0x557173463b00 void 0.000115
+gallium_dri.so free 0x5571734639b0 void 0.000119
+gallium_dri.so malloc 72 0x557173463b50 0.000114
+gallium_dri.so free 0x557173463bc0 void 0.000114
+gallium_dri.so free 0x557173463b50 void 0.000112
+gallium_dri.so malloc 72 0x557173463c00 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000115
+gallium_dri.so free 0x557173463c00 void 0.000112
+gallium_dri.so malloc 72 0x55717358ccf0 0.000114
+gallium_dri.so free 0x55717358ce00 void 0.000114
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cdb0 0.000118
+gallium_dri.so free 0x55717358ce40 void 0.000116
+gallium_dri.so free 0x55717358cdb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358cdb0 0.000114
+gallium_dri.so free 0x55717358cf00 void 0.000114
+gallium_dri.so free 0x55717358cdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf40 0.000112
+gallium_dri.so free 0x55717358cfc0 void 0.000114
+gallium_dri.so free 0x55717358cf40 void 0.000114
+gallium_dri.so malloc 72 0x55717358cfc0 0.000115
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x55717358cfc0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cfc0 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000128
+gallium_dri.so free 0x55717358cfc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358cfc0 0.000114
+gallium_dri.so free 0x55717360bb80 void 0.000115
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cfc0 0.000113
+gallium_dri.so free 0x55717360bc40 void 0.000113
+gallium_dri.so free 0x55717358cfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bbf0 0.000113
+gallium_dri.so free 0x55717360bcc0 void 0.000114
+gallium_dri.so free 0x55717360bbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bd10 0.000115
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bd10 void 0.000113
+gallium_dri.so malloc 72 0x55717360bda0 0.000114
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x55717360bda0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bda0 0.000113
+gallium_dri.so free 0x557173462900 void 0.000115
+gallium_dri.so free 0x55717360bda0 void 0.000112
+gallium_dri.so malloc 72 0x5571734628b0 0.000115
+gallium_dri.so free 0x557173462900 void 0.000116
+gallium_dri.so free 0x5571734628b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628b0 0.000114
+gallium_dri.so free 0x557173462a00 void 0.000113
+gallium_dri.so free 0x5571734628b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734629b0 0.000113
+gallium_dri.so free 0x557173462ac0 void 0.000114
+gallium_dri.so free 0x5571734629b0 void 0.000117
+gallium_dri.so malloc 72 0x557173462a70 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x557173462a70 void 0.000113
+gallium_dri.so malloc 72 0x557173462a70 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000115
+gallium_dri.so free 0x557173462a70 void 0.000112
+gallium_dri.so malloc 72 0x557173462a70 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so free 0x557173462a70 void 0.000115
+gallium_dri.so malloc 72 0x557173464e80 0.000114
+gallium_dri.so free 0x557173464f40 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000113
+gallium_dri.so free 0x557173465040 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000114
+gallium_dri.so free 0x557173462bc0 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so malloc 72 0x557173462bf0 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173462bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173465100 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173465100 void 0.000113
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000186
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x557173467500 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so malloc 72 0x557173467530 0.000114
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so free 0x557173467530 void 0.000113
+gallium_dri.so malloc 72 0x557173467580 0.000114
+gallium_dri.so free 0x557173465180 void 0.000115
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so malloc 72 0x557173467580 0.000115
+gallium_dri.so free 0x557173467640 void 0.000115
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so malloc 72 0x557173467640 0.000113
+gallium_dri.so free 0x557173467700 void 0.000113
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so malloc 72 0x557173467640 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so malloc 72 0x557173467640 0.000112
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0070 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000116
+gallium_dri.so free 0x5571735d0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0190 0.000112
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so free 0x5571735d0190 void 0.000152
+gallium_dri.so malloc 72 0x5571735d0240 0.000115
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0240 0.000114
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0370 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x5571735d0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0370 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x5571735d0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c00 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000115
+gallium_dri.so free 0x5571735d4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c00 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4c00 0.000115
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4df0 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000114
+gallium_dri.so free 0x5571735d4df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4df0 0.000116
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735d4df0 void 0.000127
+gallium_dri.so malloc 72 0x557173601340 0.000114
+gallium_dri.so free 0x5571735d4f40 void 0.000116
+gallium_dri.so free 0x557173601340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000114
+gallium_dri.so free 0x557173601400 void 0.000121
+gallium_dri.so free 0x5571735d4ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000115
+gallium_dri.so free 0x5571736014c0 void 0.000115
+gallium_dri.so free 0x5571735d4ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173601470 0.000113
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x557173601470 void 0.000115
+gallium_dri.so malloc 72 0x557173601590 0.000115
+gallium_dri.so free 0x557173601600 void 0.000115
+gallium_dri.so free 0x557173601590 void 0.000113
+gallium_dri.so malloc 72 0x557173601660 0.000115
+gallium_dri.so free 0x557173601700 void 0.000114
+gallium_dri.so free 0x557173601660 void 0.000112
+gallium_dri.so malloc 72 0x5571736016b0 0.000113
+gallium_dri.so free 0x557173603900 void 0.000114
+gallium_dri.so free 0x5571736016b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736016b0 0.000112
+gallium_dri.so free 0x5571736039c0 void 0.000114
+gallium_dri.so free 0x5571736016b0 void 0.000113
+gallium_dri.so malloc 72 0x557173603970 0.000112
+gallium_dri.so free 0x557173603a40 void 0.000114
+gallium_dri.so free 0x557173603970 void 0.000160
+gallium_dri.so malloc 72 0x557173603a90 0.000116
+gallium_dri.so free 0x557173603b00 void 0.000114
+gallium_dri.so free 0x557173603a90 void 0.000112
+gallium_dri.so malloc 72 0x557173603b20 0.000112
+gallium_dri.so free 0x557173603bc0 void 0.000114
+gallium_dri.so free 0x557173603b20 void 0.000113
+gallium_dri.so malloc 72 0x557173603b70 0.000112
+gallium_dri.so free 0x557173603c40 void 0.000114
+gallium_dri.so free 0x557173603b70 void 0.000112
+gallium_dri.so malloc 72 0x557173603c40 0.000115
+gallium_dri.so free 0x557173605ec0 void 0.000113
+gallium_dri.so free 0x557173603c40 void 0.000112
+gallium_dri.so malloc 72 0x557173603c40 0.000113
+gallium_dri.so free 0x557173605f40 void 0.000113
+gallium_dri.so free 0x557173603c40 void 0.000112
+gallium_dri.so malloc 72 0x557173605f40 0.000180
+gallium_dri.so free 0x557173606000 void 0.000242
+gallium_dri.so free 0x557173605f40 void 0.000115
+gallium_dri.so malloc 72 0x557173605f40 0.000114
+gallium_dri.so free 0x5571736060c0 void 0.000113
+gallium_dri.so free 0x557173605f40 void 0.000114
+gallium_dri.so malloc 72 0x557173605f40 0.000113
+gallium_dri.so free 0x557173606180 void 0.000115
+gallium_dri.so free 0x557173605f40 void 0.000113
+gallium_dri.so malloc 72 0x557173606130 0.000113
+gallium_dri.so free 0x557173606200 void 0.000126
+gallium_dri.so free 0x557173606130 void 0.000115
+gallium_dri.so malloc 72 0x557173606250 0.000112
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so free 0x557173606250 void 0.000111
+gallium_dri.so malloc 72 0x557173606250 0.000113
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so free 0x557173606250 void 0.000112
+gallium_dri.so malloc 72 0x557173606250 0.000114
+gallium_dri.so free 0x5571736085c0 void 0.000113
+gallium_dri.so free 0x557173606250 void 0.000111
+gallium_dri.so malloc 72 0x557173606250 0.000112
+gallium_dri.so free 0x557173608680 void 0.000114
+gallium_dri.so free 0x557173606250 void 0.000112
+gallium_dri.so malloc 72 0x557173608630 0.000113
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so free 0x557173608630 void 0.000114
+gallium_dri.so malloc 72 0x557173608750 0.000112
+gallium_dri.so free 0x5571736087c0 void 0.000114
+gallium_dri.so free 0x557173608750 void 0.000121
+gallium_dri.so malloc 72 0x5571736087e0 0.000114
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so free 0x5571736087e0 void 0.000113
+gallium_dri.so malloc 72 0x5571736087e0 0.000120
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571736087e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735896f0 0.000117
+gallium_dri.so free 0x557173589740 void 0.000119
+gallium_dri.so free 0x5571735896f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589840 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735897f0 0.000120
+gallium_dri.so free 0x557173589900 void 0.000121
+gallium_dri.so free 0x5571735897f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x5571735898b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735898b0 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000120
+gallium_dri.so free 0x5571735898b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000120
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so free 0x5571735898b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358bd80 void 0.000120
+gallium_dri.so free 0x55717358bcc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358be80 void 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000121
+gallium_dri.so free 0x55717358bcc0 void 0.000120
+gallium_dri.so malloc 72 0x557173589a30 0.000125
+gallium_dri.so free 0x55717358bf00 void 0.000121
+gallium_dri.so free 0x557173589a30 void 0.000118
+gallium_dri.so malloc 72 0x55717358bf40 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x55717358bf40 void 0.000116
+gallium_dri.so malloc 72 0x55717358e200 0.000118
+gallium_dri.so free 0x55717358e2c0 void 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so malloc 72 0x55717358e200 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000115
+gallium_dri.so free 0x55717358e370 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3c0 0.000119
+gallium_dri.so free 0x55717358bfc0 void 0.000119
+gallium_dri.so free 0x55717358e3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3c0 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e480 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000115
+gallium_dri.so malloc 72 0x55717358e480 0.000120
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000115
+gallium_dri.so malloc 72 0x55717358e480 0.000129
+gallium_dri.so free 0x557173590880 void 0.000117
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so malloc 72 0x557173590830 0.000120
+gallium_dri.so free 0x557173590900 void 0.000121
+gallium_dri.so free 0x557173590830 void 0.000122
+gallium_dri.so malloc 72 0x557173590950 0.000120
+gallium_dri.so free 0x5571735909c0 void 0.000122
+gallium_dri.so free 0x557173590950 void 0.000117
+gallium_dri.so malloc 72 0x557173590a00 0.000120
+gallium_dri.so free 0x557173590a80 void 0.000121
+gallium_dri.so free 0x557173590a00 void 0.000121
+gallium_dri.so malloc 72 0x557173590a00 0.000119
+gallium_dri.so free 0x557173590b00 void 0.000120
+gallium_dri.so free 0x557173590a00 void 0.000116
+gallium_dri.so malloc 72 0x557173590b30 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x557173590b30 0.000123
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000120
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000170
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2830 0.000117
+gallium_dri.so free 0x5571735d2880 void 0.000120
+gallium_dri.so free 0x5571735d2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2830 0.000120
+gallium_dri.so free 0x557173469380 void 0.000118
+gallium_dri.so free 0x5571735d2830 void 0.000119
+gallium_dri.so malloc 72 0x557173469380 0.000116
+gallium_dri.so free 0x5571735d2980 void 0.000121
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2930 0.000120
+gallium_dri.so free 0x557173469440 void 0.000120
+gallium_dri.so free 0x5571735d2930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2930 0.000120
+gallium_dri.so free 0x557173469500 void 0.000121
+gallium_dri.so free 0x5571735d2930 void 0.000117
+gallium_dri.so malloc 72 0x5571734694b0 0.000117
+gallium_dri.so free 0x557173469580 void 0.000118
+gallium_dri.so free 0x5571734694b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695d0 0.000120
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x5571734695d0 void 0.000119
+gallium_dri.so malloc 72 0x5571734696a0 0.000120
+gallium_dri.so free 0x557173469740 void 0.000130
+gallium_dri.so free 0x5571734696a0 void 0.000116
+gallium_dri.so malloc 72 0x5571734696f0 0.000118
+gallium_dri.so free 0x55717358a080 void 0.000118
+gallium_dri.so free 0x5571734696f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a100 void 0.000117
+gallium_dri.so free 0x55717358a0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1b0 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000119
+gallium_dri.so free 0x55717358a1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a270 0.000117
+gallium_dri.so free 0x55717358a300 void 0.000116
+gallium_dri.so free 0x55717358a270 void 0.000115
+gallium_dri.so malloc 72 0x55717358a270 0.000116
+gallium_dri.so free 0x55717358a3c0 void 0.000123
+gallium_dri.so free 0x55717358a270 void 0.000119
+gallium_dri.so malloc 72 0x55717358a410 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000120
+gallium_dri.so free 0x55717358a410 void 0.000116
+gallium_dri.so malloc 72 0x557173609ec0 0.000116
+gallium_dri.so free 0x557173609f40 void 0.000118
+gallium_dri.so free 0x557173609ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173609f40 0.000129
+gallium_dri.so free 0x55717360a000 void 0.000123
+gallium_dri.so free 0x557173609f40 void 0.000116
+gallium_dri.so malloc 72 0x557173609f40 0.000116
+gallium_dri.so free 0x55717360a080 void 0.000220
+gallium_dri.so free 0x557173609f40 void 0.000123
+gallium_dri.so malloc 72 0x55717360a0b0 0.000118
+gallium_dri.so free 0x55717360a100 void 0.000115
+gallium_dri.so free 0x55717360a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a0b0 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000126
+gallium_dri.so free 0x55717360a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a1b0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717360a1b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463280 void 0.000112
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463380 void 0.000156
+gallium_dri.so free 0x557173463280 void 0.000174
+gallium_dri.so malloc 72 0x5571734633b0 0.000123
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so free 0x5571734633b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734633b0 0.000112
+gallium_dri.so free 0x557173463500 void 0.000185
+gallium_dri.so free 0x5571734633b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734634b0 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x5571734634b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463570 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000113
+gallium_dri.so free 0x557173463570 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000114
+gallium_dri.so free 0x557173467e40 void 0.000113
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467df0 0.000113
+gallium_dri.so free 0x557173467f40 void 0.000112
+gallium_dri.so free 0x557173467df0 void 0.000112
+gallium_dri.so malloc 72 0x557173467f80 0.000113
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000113
+gallium_dri.so malloc 72 0x557173468000 0.000114
+gallium_dri.so free 0x557173463600 void 0.000113
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468000 0.000116
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so free 0x557173468000 void 0.000112
+gallium_dri.so malloc 72 0x557173468000 0.000113
+gallium_dri.so free 0x557173468180 void 0.000114
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468130 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x557173468130 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a50 0.000111
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so free 0x5571735d0a50 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b20 0.000111
+gallium_dri.so free 0x5571735d0bc0 void 0.000112
+gallium_dri.so free 0x5571735d0b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b70 0.000112
+gallium_dri.so free 0x5571735d0c00 void 0.000113
+gallium_dri.so free 0x5571735d0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b70 0.000115
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d00 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000115
+gallium_dri.so free 0x5571735d0d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d80 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000113
+gallium_dri.so free 0x5571735d2fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3030 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so free 0x5571735d3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3100 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so free 0x5571735d3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000115
+gallium_dri.so free 0x5571735d3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000112
+gallium_dri.so free 0x5571735d3240 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55b0 0.000112
+gallium_dri.so free 0x5571735d5600 void 0.000114
+gallium_dri.so free 0x5571735d55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d55b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d56b0 0.000112
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5770 0.000113
+gallium_dri.so free 0x5571735d5840 void 0.000115
+gallium_dri.so free 0x5571735d5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5860 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000113
+gallium_dri.so free 0x5571735d5860 void 0.000113
+gallium_dri.so malloc 72 0x5571735d58b0 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x5571735d58b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601d80 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000111
+gallium_dri.so free 0x557173601d80 void 0.000112
+gallium_dri.so malloc 72 0x557173601e00 0.000111
+gallium_dri.so free 0x557173601ec0 void 0.000111
+gallium_dri.so free 0x557173601e00 void 0.000127
+gallium_dri.so malloc 72 0x557173601e00 0.000115
+gallium_dri.so free 0x557173601f40 void 0.000112
+gallium_dri.so free 0x557173601e00 void 0.000110
+gallium_dri.so malloc 72 0x557173601f70 0.000111
+gallium_dri.so free 0x557173601fc0 void 0.000111
+gallium_dri.so free 0x557173601f70 void 0.000112
+gallium_dri.so malloc 72 0x557173601f70 0.000111
+gallium_dri.so free 0x5571736020c0 void 0.000111
+gallium_dri.so free 0x557173601f70 void 0.000111
+gallium_dri.so malloc 72 0x557173602100 0.000114
+gallium_dri.so free 0x557173604300 void 0.000123
+gallium_dri.so free 0x557173602100 void 0.000112
+gallium_dri.so malloc 72 0x557173604350 0.000161
+gallium_dri.so free 0x5571736043c0 void 0.000111
+gallium_dri.so free 0x557173604350 void 0.000113
+gallium_dri.so malloc 72 0x5571736043e0 0.000112
+gallium_dri.so free 0x557173604480 void 0.000112
+gallium_dri.so free 0x5571736043e0 void 0.000112
+gallium_dri.so malloc 72 0x557173604430 0.000118
+gallium_dri.so free 0x557173604500 void 0.000117
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x557173604430 0.000123
+gallium_dri.so free 0x557173604580 void 0.000114
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x557173604580 0.000114
+gallium_dri.so free 0x557173604640 void 0.000113
+gallium_dri.so free 0x557173604580 void 0.000113
+gallium_dri.so malloc 72 0x557173604580 0.000115
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x557173604580 void 0.000118
+gallium_dri.so malloc 72 0x5571736068e0 0.000114
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x5571736068e0 void 0.000112
+gallium_dri.so malloc 72 0x557173606930 0.000112
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so free 0x557173606930 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000114
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so free 0x557173606930 void 0.000113
+gallium_dri.so malloc 72 0x557173606a80 0.000112
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000113
+gallium_dri.so malloc 72 0x557173606a80 0.000113
+gallium_dri.so free 0x557173606c00 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so malloc 72 0x557173606a80 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000113
+gallium_dri.so malloc 72 0x557173608ed0 0.000112
+gallium_dri.so free 0x557173608f40 void 0.000161
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f80 0.000118
+gallium_dri.so free 0x557173609000 void 0.000115
+gallium_dri.so free 0x557173608f80 void 0.000112
+gallium_dri.so malloc 72 0x557173609000 0.000116
+gallium_dri.so free 0x5571736090c0 void 0.000116
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so malloc 72 0x557173609000 0.000114
+gallium_dri.so free 0x557173606cc0 void 0.000113
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so malloc 72 0x557173606c70 0.000114
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so free 0x557173606c70 void 0.000115
+gallium_dri.so malloc 72 0x557173609180 0.000113
+gallium_dri.so free 0x557173609200 void 0.000116
+gallium_dri.so free 0x557173609180 void 0.000114
+gallium_dri.so malloc 72 0x557173609200 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000115
+gallium_dri.so malloc 72 0x55717358c680 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000118
+gallium_dri.so free 0x55717358c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000114
+gallium_dri.so free 0x55717358c7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358c8b0 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so free 0x55717358c8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c970 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000113
+gallium_dri.so free 0x55717358c970 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec30 0.000114
+gallium_dri.so free 0x55717358ec80 void 0.000113
+gallium_dri.so free 0x55717358ec30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec30 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so free 0x55717358ec30 void 0.000114
+gallium_dri.so malloc 72 0x55717358edc0 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee40 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000112
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee40 0.000115
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee40 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000126
+gallium_dri.so free 0x55717358ee40 void 0.000116
+gallium_dri.so malloc 72 0x55717358ef70 0.000115
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000115
+gallium_dri.so malloc 72 0x557173591210 0.000116
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591210 void 0.000114
+gallium_dri.so malloc 72 0x5571735912e0 0.000114
+gallium_dri.so free 0x557173591380 void 0.000116
+gallium_dri.so free 0x5571735912e0 void 0.000115
+gallium_dri.so malloc 72 0x557173591330 0.000115
+gallium_dri.so free 0x5571735913c0 void 0.000120
+gallium_dri.so free 0x557173591330 void 0.000116
+gallium_dri.so malloc 72 0x557173591330 0.000114
+gallium_dri.so free 0x557173591480 void 0.000114
+gallium_dri.so free 0x557173591330 void 0.000114
+gallium_dri.so malloc 72 0x5571735914c0 0.000114
+gallium_dri.so free 0x557173591540 void 0.000113
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591540 0.000122
+gallium_dri.so free 0x557173465800 void 0.000116
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so malloc 72 0x557173465820 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x557173465820 void 0.000114
+gallium_dri.so malloc 72 0x557173465870 0.000116
+gallium_dri.so free 0x557173465940 void 0.000188
+gallium_dri.so free 0x557173465870 void 0.000115
+gallium_dri.so malloc 72 0x557173465940 0.000115
+gallium_dri.so free 0x557173465a00 void 0.000113
+gallium_dri.so free 0x557173465940 void 0.000114
+gallium_dri.so malloc 72 0x557173465940 0.000113
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so free 0x557173465940 void 0.000113
+gallium_dri.so malloc 72 0x557173465a80 0.000114
+gallium_dri.so free 0x557173465b40 void 0.000115
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so malloc 72 0x557173465a80 0.000114
+gallium_dri.so free 0x557173609580 void 0.000114
+gallium_dri.so free 0x557173465a80 void 0.000115
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x557173609600 void 0.000116
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x557173609680 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x557173609680 0.000114
+gallium_dri.so free 0x557173609740 void 0.000115
+gallium_dri.so free 0x557173609680 void 0.000115
+gallium_dri.so malloc 72 0x557173609680 0.000113
+gallium_dri.so free 0x557173609840 void 0.000114
+gallium_dri.so free 0x557173609680 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000117
+gallium_dri.so free 0x557173609880 void 0.000122
+gallium_dri.so free 0x5571736097f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x557173609940 void 0.000115
+gallium_dri.so free 0x5571736097f0 void 0.000115
+gallium_dri.so malloc 72 0x557173609980 0.000115
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173609980 void 0.000115
+gallium_dri.so malloc 72 0x557173464800 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000116
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so malloc 72 0x557173464800 0.000113
+gallium_dri.so free 0x557173464940 void 0.000114
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so malloc 72 0x557173464970 0.000119
+gallium_dri.so free 0x5571734649c0 void 0.000115
+gallium_dri.so free 0x557173464970 void 0.000114
+gallium_dri.so malloc 72 0x557173464970 0.000116
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464970 void 0.000114
+gallium_dri.so malloc 72 0x557173464b00 0.000115
+gallium_dri.so free 0x557173464b80 void 0.000116
+gallium_dri.so free 0x557173464b00 void 0.000114
+gallium_dri.so malloc 72 0x557173464b80 0.000118
+gallium_dri.so free 0x557173464c40 void 0.000116
+gallium_dri.so free 0x557173464b80 void 0.000114
+gallium_dri.so malloc 72 0x557173464b80 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000128
+gallium_dri.so free 0x557173464b80 void 0.000116
+gallium_dri.so malloc 72 0x557173464b80 0.000115
+gallium_dri.so free 0x557173466e80 void 0.000115
+gallium_dri.so free 0x557173464b80 void 0.000113
+gallium_dri.so malloc 72 0x557173466e30 0.000112
+gallium_dri.so free 0x557173466f00 void 0.000113
+gallium_dri.so free 0x557173466e30 void 0.000114
+gallium_dri.so malloc 72 0x557173466f50 0.000116
+gallium_dri.so free 0x557173466fc0 void 0.000116
+gallium_dri.so free 0x557173466f50 void 0.000114
+gallium_dri.so malloc 72 0x557173467020 0.000114
+gallium_dri.so free 0x5571734670c0 void 0.000117
+gallium_dri.so free 0x557173467020 void 0.000115
+gallium_dri.so malloc 72 0x557173467070 0.000113
+gallium_dri.so free 0x557173467100 void 0.000114
+gallium_dri.so free 0x557173467070 void 0.000114
+gallium_dri.so malloc 72 0x557173467070 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so free 0x557173467070 void 0.000113
+gallium_dri.so malloc 72 0x557173467200 0.000112
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x557173467200 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000113
+gallium_dri.so free 0x5571735cfac0 void 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000112
+gallium_dri.so free 0x5571735cfb40 void 0.000164
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb70 0.000113
+gallium_dri.so free 0x5571735cfbc0 void 0.000115
+gallium_dri.so free 0x5571735cfb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbc0 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000114
+gallium_dri.so free 0x5571735cfbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbc0 0.000112
+gallium_dri.so free 0x5571735cfd80 void 0.000112
+gallium_dri.so free 0x5571735cfbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd30 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000114
+gallium_dri.so free 0x5571735cfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000128
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x5571735cfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000114
+gallium_dri.so free 0x5571735cfdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2030 0.000112
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so free 0x5571735d2030 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2150 0.000112
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so free 0x5571735d2150 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2200 0.000114
+gallium_dri.so free 0x5571735d2280 void 0.000121
+gallium_dri.so free 0x5571735d2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2200 0.000115
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2330 0.000116
+gallium_dri.so free 0x5571735d2380 void 0.000114
+gallium_dri.so free 0x5571735d2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2330 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so free 0x5571735d2330 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4580 0.000113
+gallium_dri.so free 0x5571735d4640 void 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4580 0.000112
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000111
+gallium_dri.so malloc 72 0x5571735d46f0 0.000112
+gallium_dri.so free 0x5571735d4740 void 0.000113
+gallium_dri.so free 0x5571735d46f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d46f0 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000112
+gallium_dri.so free 0x5571735d46f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4880 0.000112
+gallium_dri.so free 0x5571735d4900 void 0.000114
+gallium_dri.so free 0x5571735d4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4900 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4900 0.000113
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4900 0.000113
+gallium_dri.so free 0x5571736033c0 void 0.000113
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so malloc 72 0x557173603370 0.000113
+gallium_dri.so free 0x557173603440 void 0.000113
+gallium_dri.so free 0x557173603370 void 0.000112
+gallium_dri.so malloc 72 0x557173603490 0.000112
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x557173603490 void 0.000113
+gallium_dri.so malloc 72 0x557173603560 0.000113
+gallium_dri.so free 0x557173603600 void 0.000114
+gallium_dri.so free 0x557173603560 void 0.000113
+gallium_dri.so malloc 72 0x5571736035b0 0.000114
+gallium_dri.so free 0x557173603640 void 0.000113
+gallium_dri.so free 0x5571736035b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736035b0 0.000115
+gallium_dri.so free 0x557173603700 void 0.000115
+gallium_dri.so free 0x5571736035b0 void 0.000112
+gallium_dri.so malloc 72 0x557173603740 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000112
+gallium_dri.so free 0x557173603740 void 0.000112
+gallium_dri.so malloc 72 0x5571736058c0 0.000112
+gallium_dri.so free 0x557173605980 void 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736058c0 0.000108
+gallium_dri.so free 0x557173605a00 void 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so malloc 72 0x557173605a30 0.000112
+gallium_dri.so free 0x557173605a80 void 0.000113
+gallium_dri.so free 0x557173605a30 void 0.000113
+gallium_dri.so malloc 72 0x557173605a80 0.000114
+gallium_dri.so free 0x557173605b40 void 0.000115
+gallium_dri.so free 0x557173605a80 void 0.000112
+gallium_dri.so malloc 72 0x557173605a80 0.000113
+gallium_dri.so free 0x557173605c40 void 0.000113
+gallium_dri.so free 0x557173605a80 void 0.000112
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x557173605d00 void 0.000114
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173605cb0 0.000112
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x557173605cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173605cb0 0.000112
+gallium_dri.so free 0x557173607f40 void 0.000113
+gallium_dri.so free 0x557173605cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173607ef0 0.000117
+gallium_dri.so free 0x557173607fc0 void 0.000115
+gallium_dri.so free 0x557173607ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173608010 0.000113
+gallium_dri.so free 0x557173608080 void 0.000113
+gallium_dri.so free 0x557173608010 void 0.000112
+gallium_dri.so malloc 72 0x5571736080c0 0.000127
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736080c0 0.000112
+gallium_dri.so free 0x5571736081c0 void 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736081f0 0.000113
+gallium_dri.so free 0x557173608240 void 0.000114
+gallium_dri.so free 0x5571736081f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736081f0 0.000114
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x5571736081f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x557173589140 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x5571735891f0 0.000113
+gallium_dri.so free 0x557173589240 void 0.000113
+gallium_dri.so free 0x5571735891f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891f0 0.000117
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x5571735891f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589380 0.000114
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x557173589380 void 0.000112
+gallium_dri.so malloc 72 0x557173589400 0.000126
+gallium_dri.so free 0x5571735894c0 void 0.000116
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so malloc 72 0x557173589400 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so malloc 72 0x557173589400 0.000113
+gallium_dri.so free 0x55717358b700 void 0.000113
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so malloc 72 0x55717358b6b0 0.000112
+gallium_dri.so free 0x55717358b780 void 0.000115
+gallium_dri.so free 0x55717358b6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b7d0 0.000113
+gallium_dri.so free 0x55717358b840 void 0.000113
+gallium_dri.so free 0x55717358b7d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8a0 0.000114
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b8a0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8f0 0.000114
+gallium_dri.so free 0x55717358b980 void 0.000118
+gallium_dri.so free 0x55717358b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8f0 0.000112
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so free 0x55717358b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba80 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x55717358ba80 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc00 0.000112
+gallium_dri.so free 0x55717358dcc0 void 0.000126
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd70 0.000113
+gallium_dri.so free 0x55717358ddc0 void 0.000112
+gallium_dri.so free 0x55717358dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ddc0 0.000112
+gallium_dri.so free 0x55717358de80 void 0.000112
+gallium_dri.so free 0x55717358ddc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ddc0 0.000117
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358ddc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358df30 0.000112
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358df30 void 0.000112
+gallium_dri.so malloc 72 0x55717358dff0 0.000106
+gallium_dri.so free 0x5571735901c0 void 0.000200
+gallium_dri.so free 0x55717358dff0 void 0.000195
+gallium_dri.so malloc 72 0x55717358dff0 0.000186
+gallium_dri.so free 0x557173590280 void 0.000199
+gallium_dri.so free 0x55717358dff0 void 0.000113
+gallium_dri.so malloc 72 0x557173590230 0.000114
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so free 0x557173590230 void 0.000122
+gallium_dri.so malloc 72 0x557173590350 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000112
+gallium_dri.so free 0x557173590350 void 0.000113
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x557173590400 0.000112
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so malloc 72 0x557173590530 0.000113
+gallium_dri.so free 0x557173590580 void 0.000114
+gallium_dri.so free 0x557173590530 void 0.000113
+gallium_dri.so malloc 72 0x557173590530 0.000112
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x557173590530 void 0.000113
+gallium_dri.so malloc 72 0x55717360b440 0.000114
+gallium_dri.so free 0x55717360b500 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so malloc 72 0x55717360b440 0.000115
+gallium_dri.so free 0x55717360b580 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000113
+gallium_dri.so malloc 72 0x55717360b5b0 0.000113
+gallium_dri.so free 0x55717360b600 void 0.000113
+gallium_dri.so free 0x55717360b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b5b0 0.000113
+gallium_dri.so free 0x55717360b700 void 0.000114
+gallium_dri.so free 0x55717360b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b740 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000116
+gallium_dri.so free 0x55717360b740 void 0.000115
+gallium_dri.so malloc 72 0x55717360b7c0 0.000113
+gallium_dri.so free 0x55717360b880 void 0.000114
+gallium_dri.so free 0x55717360b7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b7c0 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000116
+gallium_dri.so free 0x55717360b7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c140 void 0.000115
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000115
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c1f0 0.000114
+gallium_dri.so free 0x55717360c300 void 0.000115
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2b0 0.000115
+gallium_dri.so free 0x55717360c380 void 0.000118
+gallium_dri.so free 0x55717360c2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c2b0 0.000119
+gallium_dri.so free 0x55717360c440 void 0.000118
+gallium_dri.so free 0x55717360c2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c2b0 0.000116
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so free 0x55717360c2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c4b0 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x55717360c4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000112
+gallium_dri.so free 0x5571735e0ed0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f60 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000117
+gallium_dri.so free 0x5571735e0f60 void 0.000114
+gallium_dri.so malloc 72 0x55717360c5b0 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000113
+gallium_dri.so free 0x55717360c5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1190 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1220 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e1220 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000124
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e13c0 0.000113
+gallium_dri.so free 0x5571735e1480 void 0.000112
+gallium_dri.so free 0x5571735e13c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e13c0 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000114
+gallium_dri.so free 0x5571735e15c0 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so free 0x5571735e1530 void 0.000111
+gallium_dri.so malloc 72 0x5571735e16c0 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e1900 void 0.000113
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000179
+gallium_dri.so free 0x5571735e1a00 void 0.000124
+gallium_dri.so free 0x5571735e18b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e1a40 0.000124
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so free 0x5571735e1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so free 0x5571735e1c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000113
+gallium_dri.so free 0x5571735e1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1df0 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1df0 0.000112
+gallium_dri.so free 0x5571735e2040 void 0.000110
+gallium_dri.so free 0x5571735e1df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000109
+gallium_dri.so free 0x5571735e20c0 void 0.000110
+gallium_dri.so free 0x5571735e1ff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2110 0.000109
+gallium_dri.so free 0x5571735e2180 void 0.000111
+gallium_dri.so free 0x5571735e2110 void 0.000109
+gallium_dri.so malloc 72 0x5571735e21a0 0.000111
+gallium_dri.so free 0x5571735e2240 void 0.000109
+gallium_dri.so free 0x5571735e21a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e21f0 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000117
+gallium_dri.so free 0x5571735e21f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e22c0 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000110
+gallium_dri.so free 0x5571735e22c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22c0 0.000110
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2400 0.000109
+gallium_dri.so free 0x5571735e24c0 void 0.000111
+gallium_dri.so free 0x5571735e2400 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2400 0.000109
+gallium_dri.so free 0x5571735e2580 void 0.000110
+gallium_dri.so free 0x5571735e2400 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2400 0.000109
+gallium_dri.so free 0x5571735e2640 void 0.000126
+gallium_dri.so free 0x5571735e2400 void 0.000174
+gallium_dri.so malloc 72 0x5571735e25f0 0.000161
+gallium_dri.so free 0x5571735e26c0 void 0.000123
+gallium_dri.so free 0x5571735e25f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2710 0.000122
+gallium_dri.so free 0x5571735e2780 void 0.000123
+gallium_dri.so free 0x5571735e2710 void 0.000119
+gallium_dri.so malloc 72 0x5571735e27c0 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27c0 0.000112
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so free 0x5571735e27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2940 void 0.000113
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29f0 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e29f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000112
+gallium_dri.so free 0x5571735e2b40 void 0.000113
+gallium_dri.so free 0x5571735e2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000114
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000115
+gallium_dri.so free 0x5571735e2cc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c70 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d70 0.000112
+gallium_dri.so free 0x5571735e2e80 void 0.000113
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2ec0 void 0.000118
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2fc0 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3040 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3040 0.000112
+gallium_dri.so free 0x5571735e31c0 void 0.000112
+gallium_dri.so free 0x5571735e3040 void 0.000123
+gallium_dri.so malloc 72 0x5571735e31e0 0.000115
+gallium_dri.so free 0x5571735e3280 void 0.000113
+gallium_dri.so free 0x5571735e31e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3230 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3230 0.000112
+gallium_dri.so free 0x5571735e3380 void 0.000114
+gallium_dri.so free 0x5571735e3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3380 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so free 0x5571735e3380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3380 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3380 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3570 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000113
+gallium_dri.so free 0x5571735e3570 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3750 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735e3750 void 0.000112
+gallium_dri.so malloc 72 0x5571735e37e0 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735e37e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e37e0 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000113
+gallium_dri.so free 0x5571735e37e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so free 0x5571735fc3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000115
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc4d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc580 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000113
+gallium_dri.so free 0x5571735fc580 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc580 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000113
+gallium_dri.so free 0x5571735fc580 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000112
+gallium_dri.so free 0x5571735fc700 void 0.000112
+gallium_dri.so free 0x5571735fc6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000112
+gallium_dri.so free 0x5571735fc800 void 0.000113
+gallium_dri.so free 0x5571735fc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000119
+gallium_dri.so free 0x5571735fc8c0 void 0.000115
+gallium_dri.so free 0x5571735fc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc870 0.000164
+gallium_dri.so free 0x5571735fc900 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc870 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca30 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000112
+gallium_dri.so free 0x5571735fca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca30 0.000113
+gallium_dri.so free 0x5571735fcb80 void 0.000135
+gallium_dri.so free 0x5571735fca30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcb30 0.000123
+gallium_dri.so free 0x5571735fcc40 void 0.000123
+gallium_dri.so free 0x5571735fcb30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000115
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000112
+gallium_dri.so free 0x5571735fcd40 void 0.000112
+gallium_dri.so free 0x5571735fcbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd80 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so free 0x5571735fcd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so free 0x5571735fce00 void 0.000125
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcfa0 0.000187
+gallium_dri.so free 0x5571735fd040 void 0.000153
+gallium_dri.so free 0x5571735fcfa0 void 0.000197
+gallium_dri.so malloc 72 0x5571735fcff0 0.000112
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so free 0x5571735fcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcff0 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so free 0x5571735fcff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd140 0.000113
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd140 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd140 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000116
+gallium_dri.so free 0x5571735fd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd330 0.000112
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000123
+gallium_dri.so free 0x5571735fd3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd510 0.000119
+gallium_dri.so free 0x5571735fd580 void 0.000114
+gallium_dri.so free 0x5571735fd510 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000109
+gallium_dri.so free 0x5571735fd640 void 0.000112
+gallium_dri.so free 0x5571735fd5a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000109
+gallium_dri.so free 0x5571735fd6c0 void 0.000109
+gallium_dri.so free 0x5571735fd5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000109
+gallium_dri.so free 0x5571735fd740 void 0.000110
+gallium_dri.so free 0x5571735fd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd740 0.000112
+gallium_dri.so free 0x5571735fd800 void 0.000110
+gallium_dri.so free 0x5571735fd740 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd740 0.000110
+gallium_dri.so free 0x5571735fd900 void 0.000110
+gallium_dri.so free 0x5571735fd740 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000111
+gallium_dri.so free 0x5571735fd940 void 0.000110
+gallium_dri.so free 0x5571735fd8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000113
+gallium_dri.so free 0x5571735fda00 void 0.000112
+gallium_dri.so free 0x5571735fd8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fda40 0.000111
+gallium_dri.so free 0x5571735fdac0 void 0.000226
+gallium_dri.so free 0x5571735fda40 void 0.000162
+gallium_dri.so malloc 72 0x5571735fdac0 0.000159
+gallium_dri.so free 0x5571735fdb80 void 0.000125
+gallium_dri.so free 0x5571735fdac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdac0 0.000119
+gallium_dri.so free 0x5571735fdc00 void 0.000123
+gallium_dri.so free 0x5571735fdac0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdc30 0.000219
+gallium_dri.so free 0x5571735fdc80 void 0.000121
+gallium_dri.so free 0x5571735fdc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdc30 0.000125
+gallium_dri.so free 0x5571735fdd80 void 0.000123
+gallium_dri.so free 0x5571735fdc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fddc0 0.000117
+gallium_dri.so free 0x5571735fde40 void 0.000123
+gallium_dri.so free 0x5571735fddc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fde40 0.000127
+gallium_dri.so free 0x5571735fdf00 void 0.000125
+gallium_dri.so free 0x5571735fde40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fde40 0.000127
+gallium_dri.so free 0x5571735fdf80 void 0.000193
+gallium_dri.so free 0x5571735fde40 void 0.000229
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000125
+gallium_dri.so free 0x5571735fe000 void 0.000120
+gallium_dri.so free 0x5571735fdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000122
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so free 0x5571735fdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000131
+gallium_dri.so free 0x5571735fe1c0 void 0.000125
+gallium_dri.so free 0x5571735fe0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe170 0.000121
+gallium_dri.so free 0x5571735fe240 void 0.000126
+gallium_dri.so free 0x5571735fe170 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe170 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000125
+gallium_dri.so free 0x5571735fe170 void 0.000141
+gallium_dri.so malloc 72 0x5571735fe170 0.000214
+gallium_dri.so free 0x5571735fe3c0 void 0.000125
+gallium_dri.so free 0x5571735fe170 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe370 0.000125
+gallium_dri.so free 0x5571735fe440 void 0.000130
+gallium_dri.so free 0x5571735fe370 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe490 0.000127
+gallium_dri.so free 0x5571735fe500 void 0.000119
+gallium_dri.so free 0x5571735fe490 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe520 0.000117
+gallium_dri.so free 0x5571735fe5c0 void 0.000123
+gallium_dri.so free 0x5571735fe520 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe570 0.000119
+gallium_dri.so free 0x5571735fe640 void 0.000130
+gallium_dri.so free 0x5571735fe570 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe640 0.000131
+gallium_dri.so free 0x5571735fe700 void 0.000132
+gallium_dri.so free 0x5571735fe640 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe640 0.000131
+gallium_dri.so free 0x5571735fe780 void 0.000131
+gallium_dri.so free 0x5571735fe640 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe780 0.000125
+gallium_dri.so free 0x5571735fe840 void 0.000124
+gallium_dri.so free 0x5571735fe780 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe780 0.000129
+gallium_dri.so free 0x5571735fe900 void 0.000131
+gallium_dri.so free 0x5571735fe780 void 0.000169
+gallium_dri.so malloc 72 0x5571735fe780 0.000130
+gallium_dri.so free 0x5571735fe9c0 void 0.000131
+gallium_dri.so free 0x5571735fe780 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe970 0.000127
+gallium_dri.so free 0x5571735fea40 void 0.000129
+gallium_dri.so free 0x5571735fe970 void 0.000131
+gallium_dri.so malloc 72 0x5571735fea90 0.000126
+gallium_dri.so free 0x5571735feb00 void 0.000125
+gallium_dri.so free 0x5571735fea90 void 0.000129
+gallium_dri.so malloc 72 0x5571735feb40 0.000131
+gallium_dri.so free 0x5571735febc0 void 0.000126
+gallium_dri.so free 0x5571735feb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735feb40 0.000130
+gallium_dri.so free 0x5571735fec40 void 0.000127
+gallium_dri.so free 0x5571735feb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fec70 0.000123
+gallium_dri.so free 0x5571735fecc0 void 0.000130
+gallium_dri.so free 0x5571735fec70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fec70 0.000130
+gallium_dri.so free 0x5571735fedc0 void 0.000131
+gallium_dri.so free 0x5571735fec70 void 0.000134
+gallium_dri.so malloc 72 0x5571735fed70 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000131
+gallium_dri.so free 0x5571735fed70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fee30 0.000133
+gallium_dri.so free 0x5571735feec0 void 0.000132
+gallium_dri.so free 0x5571735fee30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fee30 0.000123
+gallium_dri.so free 0x5571735fef80 void 0.000129
+gallium_dri.so free 0x5571735fee30 void 0.000133
+gallium_dri.so malloc 72 0x5571735feff0 0.000124
+gallium_dri.so free 0x5571735ff040 void 0.000131
+gallium_dri.so free 0x5571735feff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735feff0 0.000131
+gallium_dri.so free 0x5571735ff140 void 0.000132
+gallium_dri.so free 0x5571735feff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000130
+gallium_dri.so free 0x5571735ff200 void 0.000125
+gallium_dri.so free 0x5571735ff0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000128
+gallium_dri.so free 0x5571735ff240 void 0.000143
+gallium_dri.so free 0x5571735ff1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000125
+gallium_dri.so free 0x5571735ff300 void 0.000125
+gallium_dri.so free 0x5571735ff1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff340 0.000130
+gallium_dri.so free 0x5571735ff3c0 void 0.000132
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000128
+gallium_dri.so free 0x5571735ff480 void 0.000131
+gallium_dri.so free 0x5571735ff3c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000124
+gallium_dri.so free 0x5571735ff540 void 0.000129
+gallium_dri.so free 0x5571735ff3c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff560 0.000131
+gallium_dri.so free 0x5571735ff600 void 0.000132
+gallium_dri.so free 0x5571735ff560 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000131
+gallium_dri.so free 0x5571735ff680 void 0.000126
+gallium_dri.so free 0x5571735ff5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000139
+gallium_dri.so free 0x5571735ff700 void 0.000129
+gallium_dri.so free 0x5571735ff5b0 void 0.000187
+gallium_dri.so malloc 72 0x5571735ff700 0.000131
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so free 0x5571735ff700 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff700 0.000123
+gallium_dri.so free 0x5571735ff880 void 0.000130
+gallium_dri.so free 0x5571735ff700 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff700 0.000123
+gallium_dri.so free 0x5571735ff940 void 0.000128
+gallium_dri.so free 0x5571735ff700 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000130
+gallium_dri.so free 0x5571735ffa00 void 0.000124
+gallium_dri.so free 0x5571735ff8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000126
+gallium_dri.so free 0x5571735ffa80 void 0.000128
+gallium_dri.so free 0x5571735ff9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffad0 0.000129
+gallium_dri.so free 0x5571735ffb40 void 0.000130
+gallium_dri.so free 0x5571735ffad0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffb60 0.000131
+gallium_dri.so free 0x5571735ffc00 void 0.000131
+gallium_dri.so free 0x5571735ffb60 void 0.000143
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000133
+gallium_dri.so free 0x5571735ffc80 void 0.000132
+gallium_dri.so free 0x5571735ffbb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000133
+gallium_dri.so free 0x5571735ffd00 void 0.000132
+gallium_dri.so free 0x5571735ffbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffd00 0.000124
+gallium_dri.so free 0x5571735ffdc0 void 0.000130
+gallium_dri.so free 0x5571735ffd00 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffd00 0.000123
+gallium_dri.so free 0x5571735ffec0 void 0.000123
+gallium_dri.so free 0x5571735ffd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffe70 0.000129
+gallium_dri.so free 0x5571735fff00 void 0.000135
+gallium_dri.so free 0x5571735ffe70 void 0.000141
+gallium_dri.so malloc 72 0x5571735ffe70 0.000298
+gallium_dri.so free 0x5571735fffc0 void 0.000260
+gallium_dri.so free 0x5571735ffe70 void 0.000279
+gallium_dri.so malloc 72 0x557173600000 0.000269
+gallium_dri.so free 0x557173600080 void 0.000283
+gallium_dri.so free 0x557173600000 void 0.000256
+gallium_dri.so malloc 72 0x557173600080 0.000278
+gallium_dri.so free 0x557173600140 void 0.000166
+gallium_dri.so free 0x557173600080 void 0.000131
+gallium_dri.so malloc 72 0x557173600080 0.000162
+gallium_dri.so free 0x5571736001c0 void 0.000130
+gallium_dri.so free 0x557173600080 void 0.000129
+gallium_dri.so malloc 72 0x5571736001f0 0.000130
+gallium_dri.so free 0x557173600240 void 0.000129
+gallium_dri.so free 0x5571736001f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736001f0 0.000129
+gallium_dri.so free 0x557173600340 void 0.000131
+gallium_dri.so free 0x5571736001f0 void 0.000125
+gallium_dri.so malloc 72 0x557173600380 0.000124
+gallium_dri.so free 0x557173600400 void 0.000124
+gallium_dri.so free 0x557173600380 void 0.000129
+gallium_dri.so malloc 72 0x557173600400 0.000175
+gallium_dri.so free 0x5571736004c0 void 0.000130
+gallium_dri.so free 0x557173600400 void 0.000126
+gallium_dri.so malloc 72 0x557173600400 0.000127
+gallium_dri.so free 0x557173600540 void 0.000125
+gallium_dri.so free 0x557173600400 void 0.000128
+gallium_dri.so malloc 72 0x557173600570 0.000131
+gallium_dri.so free 0x5571736005c0 void 0.000125
+gallium_dri.so free 0x557173600570 void 0.000123
+gallium_dri.so malloc 72 0x557173600570 0.000124
+gallium_dri.so free 0x5571736006c0 void 0.000130
+gallium_dri.so free 0x557173600570 void 0.000125
+gallium_dri.so malloc 72 0x557173600670 0.000129
+gallium_dri.so free 0x557173600780 void 0.000131
+gallium_dri.so free 0x557173600670 void 0.000126
+gallium_dri.so malloc 72 0x557173600730 0.000137
+gallium_dri.so free 0x557173600800 void 0.000131
+gallium_dri.so free 0x557173600730 void 0.000132
+gallium_dri.so malloc 72 0x557173600730 0.000130
+gallium_dri.so free 0x5571736008c0 void 0.000125
+gallium_dri.so free 0x557173600730 void 0.000124
+gallium_dri.so malloc 72 0x557173600730 0.000123
+gallium_dri.so free 0x557173600980 void 0.000128
+gallium_dri.so free 0x557173600730 void 0.000130
+gallium_dri.so malloc 72 0x557173600930 0.000133
+gallium_dri.so free 0x557173600a00 void 0.000130
+gallium_dri.so free 0x557173600930 void 0.000159
+gallium_dri.so malloc 72 0x557173600a50 0.000136
+gallium_dri.so free 0x557173600ac0 void 0.000131
+gallium_dri.so free 0x557173600a50 void 0.000130
+gallium_dri.so malloc 72 0x557173600ae0 0.000131
+gallium_dri.so free 0x557173600b80 void 0.000130
+gallium_dri.so free 0x557173600ae0 void 0.000132
+gallium_dri.so malloc 72 0x557173600b30 0.000126
+gallium_dri.so free 0x557173600c00 void 0.000129
+gallium_dri.so free 0x557173600b30 void 0.000130
+gallium_dri.so malloc 72 0x557173600c00 0.000129
+gallium_dri.so free 0x557173600cc0 void 0.000130
+gallium_dri.so free 0x557173600c00 void 0.000132
+gallium_dri.so malloc 72 0x557173600c00 0.000130
+gallium_dri.so free 0x557173600d40 void 0.000131
+gallium_dri.so free 0x557173600c00 void 0.000125
+gallium_dri.so malloc 72 0x557173600d40 0.000132
+gallium_dri.so free 0x557173600e00 void 0.000131
+gallium_dri.so free 0x557173600d40 void 0.000132
+gallium_dri.so malloc 72 0x557173600d40 0.000132
+gallium_dri.so free 0x557173600ec0 void 0.000130
+gallium_dri.so free 0x557173600d40 void 0.000131
+gallium_dri.so malloc 72 0x557173600d40 0.000131
+gallium_dri.so free 0x557173600f80 void 0.000186
+gallium_dri.so free 0x557173600d40 void 0.000130
+gallium_dri.so malloc 72 0x557173600f30 0.000130
+gallium_dri.so free 0x557173601000 void 0.000125
+gallium_dri.so free 0x557173600f30 void 0.000122
+gallium_dri.so malloc 72 0x557173601050 0.000124
+gallium_dri.so free 0x5571736010c0 void 0.000126
+gallium_dri.so free 0x557173601050 void 0.000222
+gallium_dri.so malloc 72 0x557173601100 0.000220
+gallium_dri.so free 0x557173601180 void 0.000200
+gallium_dri.so free 0x557173601100 void 0.000126
+gallium_dri.so malloc 72 0x557173601100 0.000297
+gallium_dri.so free 0x557173469a00 void 0.000357
+gallium_dri.so free 0x557173601100 void 0.000279
+gallium_dri.so malloc 72 0x557173601100 0.000276
+gallium_dri.so free 0x557173469ac0 void 0.000275
+gallium_dri.so free 0x557173601100 void 0.000278
+gallium_dri.so malloc 72 0x557173469a70 0.000163
+gallium_dri.so free 0x557173469b40 void 0.000166
+gallium_dri.so free 0x557173469a70 void 0.000237
+gallium_dri.so malloc 72 0x557173469b90 0.000288
+gallium_dri.so free 0x557173469c00 void 0.000164
+gallium_dri.so free 0x557173469b90 void 0.000165
+gallium_dri.so malloc 72 0x557173469c20 0.000167
+gallium_dri.so free 0x557173469cc0 void 0.000130
+gallium_dri.so free 0x557173469c20 void 0.000141
+gallium_dri.so malloc 72 0x557173469c70 0.000138
+gallium_dri.so free 0x557173469d40 void 0.000139
+gallium_dri.so free 0x557173469c70 void 0.000140
+gallium_dri.so malloc 72 0x557173469c70 0.000138
+gallium_dri.so free 0x557173469e40 void 0.000131
+gallium_dri.so free 0x557173469c70 void 0.000129
+gallium_dri.so malloc 72 0x557173469df0 0.000134
+gallium_dri.so free 0x557173469ec0 void 0.000140
+gallium_dri.so free 0x557173469df0 void 0.000130
+gallium_dri.so malloc 72 0x557173469f10 0.000136
+gallium_dri.so free 0x557173469f80 void 0.000140
+gallium_dri.so free 0x557173469f10 void 0.000138
+gallium_dri.so malloc 72 0x557173469fa0 0.000139
+gallium_dri.so free 0x55717346a040 void 0.000131
+gallium_dri.so free 0x557173469fa0 void 0.000130
+gallium_dri.so malloc 72 0x557173469ff0 0.000136
+gallium_dri.so free 0x55717346a0c0 void 0.000140
+gallium_dri.so free 0x557173469ff0 void 0.000212
+gallium_dri.so malloc 72 0x557173469ff0 0.000136
+gallium_dri.so free 0x55717346a140 void 0.000138
+gallium_dri.so free 0x557173469ff0 void 0.000149
+gallium_dri.so malloc 72 0x55717346a140 0.000251
+gallium_dri.so free 0x55717346a200 void 0.000252
+gallium_dri.so free 0x55717346a140 void 0.000273
+gallium_dri.so malloc 72 0x55717346a140 0.000236
+gallium_dri.so free 0x55717346a300 void 0.000139
+gallium_dri.so free 0x55717346a140 void 0.000138
+gallium_dri.so malloc 72 0x55717346a140 0.000173
+gallium_dri.so free 0x55717346a380 void 0.000134
+gallium_dri.so free 0x55717346a140 void 0.000134
+gallium_dri.so malloc 72 0x55717346a3b0 0.000138
+gallium_dri.so free 0x55717346a400 void 0.000138
+gallium_dri.so free 0x55717346a3b0 void 0.000139
+gallium_dri.so malloc 72 0x55717346a3b0 0.000137
+gallium_dri.so free 0x55717346a500 void 0.000137
+gallium_dri.so free 0x55717346a3b0 void 0.000137
+gallium_dri.so malloc 72 0x55717346a4b0 0.000138
+gallium_dri.so free 0x55717346a5c0 void 0.000133
+gallium_dri.so free 0x55717346a4b0 void 0.000140
+gallium_dri.so malloc 72 0x55717346a570 0.000132
+gallium_dri.so free 0x55717346a600 void 0.000136
+gallium_dri.so free 0x55717346a570 void 0.000138
+gallium_dri.so malloc 72 0x55717346a570 0.000139
+gallium_dri.so free 0x55717346a6c0 void 0.000137
+gallium_dri.so free 0x55717346a570 void 0.000136
+gallium_dri.so malloc 72 0x55717346a710 0.000138
+gallium_dri.so free 0x55717346a780 void 0.000137
+gallium_dri.so free 0x55717346a710 void 0.000150
+gallium_dri.so malloc 72 0x55717346a7c0 0.000132
+gallium_dri.so free 0x55717346a840 void 0.000125
+gallium_dri.so free 0x55717346a7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a840 0.000122
+gallium_dri.so free 0x55717346a900 void 0.000125
+gallium_dri.so free 0x55717346a840 void 0.000126
+gallium_dri.so malloc 72 0x55717346a840 0.000130
+gallium_dri.so free 0x55717346a980 void 0.000126
+gallium_dri.so free 0x55717346a840 void 0.000125
+gallium_dri.so malloc 72 0x55717346a9b0 0.000124
+gallium_dri.so free 0x55717346aa00 void 0.000124
+gallium_dri.so free 0x55717346a9b0 void 0.000138
+gallium_dri.so malloc 72 0x55717346a9b0 0.000125
+gallium_dri.so free 0x55717346ab00 void 0.000123
+gallium_dri.so free 0x55717346a9b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346aab0 0.000132
+gallium_dri.so free 0x55717346abc0 void 0.000124
+gallium_dri.so free 0x55717346aab0 void 0.000123
+gallium_dri.so malloc 72 0x55717346ab70 0.000124
+gallium_dri.so free 0x55717346ac40 void 0.000130
+gallium_dri.so free 0x55717346ab70 void 0.000125
+gallium_dri.so malloc 72 0x55717346ac60 0.000124
+gallium_dri.so free 0x55717346ad00 void 0.000123
+gallium_dri.so free 0x55717346ac60 void 0.000128
+gallium_dri.so malloc 72 0x55717346acb0 0.000132
+gallium_dri.so free 0x55717346ad80 void 0.000133
+gallium_dri.so free 0x55717346acb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346acb0 0.000131
+gallium_dri.so free 0x55717346ae00 void 0.000132
+gallium_dri.so free 0x55717346acb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ae00 0.000131
+gallium_dri.so free 0x55717346aec0 void 0.000131
+gallium_dri.so free 0x55717346ae00 void 0.000123
+gallium_dri.so malloc 72 0x55717346ae00 0.000133
+gallium_dri.so free 0x55717346af80 void 0.000129
+gallium_dri.so free 0x55717346ae00 void 0.000125
+gallium_dri.so malloc 72 0x55717346ae00 0.000123
+gallium_dri.so free 0x55717346b040 void 0.000129
+gallium_dri.so free 0x55717346ae00 void 0.000133
+gallium_dri.so malloc 72 0x55717346aff0 0.000132
+gallium_dri.so free 0x55717346b040 void 0.000124
+gallium_dri.so free 0x55717346aff0 void 0.000127
+gallium_dri.so malloc 72 0x55717346aff0 0.000130
+gallium_dri.so free 0x55717346b140 void 0.000125
+gallium_dri.so free 0x55717346aff0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b0f0 0.000131
+gallium_dri.so free 0x55717346b200 void 0.000126
+gallium_dri.so free 0x55717346b0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346b1b0 0.000132
+gallium_dri.so free 0x55717346b240 void 0.000132
+gallium_dri.so free 0x55717346b1b0 void 0.000299
+gallium_dri.so malloc 72 0x55717346b1b0 0.000289
+gallium_dri.so free 0x55717346b300 void 0.000298
+gallium_dri.so free 0x55717346b1b0 void 0.000288
+gallium_dri.so malloc 72 0x55717346b340 0.000261
+gallium_dri.so free 0x55717346b3c0 void 0.000173
+gallium_dri.so free 0x55717346b340 void 0.000226
+gallium_dri.so malloc 72 0x55717346b3c0 0.000225
+gallium_dri.so free 0x55717346b480 void 0.000204
+gallium_dri.so free 0x55717346b3c0 void 0.000164
+gallium_dri.so malloc 72 0x55717346b3c0 0.000129
+gallium_dri.so free 0x55717346b540 void 0.000127
+gallium_dri.so free 0x55717346b3c0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b560 0.000131
+gallium_dri.so free 0x55717346b600 void 0.000131
+gallium_dri.so free 0x55717346b560 void 0.000132
+gallium_dri.so malloc 72 0x55717346b5b0 0.000130
+gallium_dri.so free 0x55717346b680 void 0.000130
+gallium_dri.so free 0x55717346b5b0 void 0.000133
+gallium_dri.so malloc 72 0x55717346b5b0 0.000130
+gallium_dri.so free 0x55717346b700 void 0.000145
+gallium_dri.so free 0x55717346b5b0 void 0.000137
+gallium_dri.so malloc 72 0x55717346b700 0.000139
+gallium_dri.so free 0x55717346b7c0 void 0.000139
+gallium_dri.so free 0x55717346b700 void 0.000138
+gallium_dri.so malloc 72 0x55717346b700 0.000137
+gallium_dri.so free 0x55717346b880 void 0.000138
+gallium_dri.so free 0x55717346b700 void 0.000138
+gallium_dri.so malloc 72 0x55717346b700 0.000133
+gallium_dri.so free 0x55717346b940 void 0.000136
+gallium_dri.so free 0x55717346b700 void 0.000139
+gallium_dri.so malloc 72 0x55717346b8f0 0.000137
+gallium_dri.so free 0x55717346ba00 void 0.000137
+gallium_dri.so free 0x55717346b8f0 void 0.000138
+gallium_dri.so malloc 72 0x55717346b9b0 0.000137
+gallium_dri.so free 0x55717346ba80 void 0.000137
+gallium_dri.so free 0x55717346b9b0 void 0.000134
+gallium_dri.so malloc 72 0x55717346bad0 0.000134
+gallium_dri.so free 0x55717346bb40 void 0.000133
+gallium_dri.so free 0x55717346bad0 void 0.000139
+gallium_dri.so malloc 72 0x55717346bb60 0.000131
+gallium_dri.so free 0x55717346bc00 void 0.000137
+gallium_dri.so free 0x55717346bb60 void 0.000131
+gallium_dri.so malloc 72 0x55717346bbb0 0.000136
+gallium_dri.so free 0x55717346bc80 void 0.000139
+gallium_dri.so free 0x55717346bbb0 void 0.000193
+gallium_dri.so malloc 72 0x55717346bbb0 0.000141
+gallium_dri.so free 0x55717346bd00 void 0.000139
+gallium_dri.so free 0x55717346bbb0 void 0.000140
+gallium_dri.so malloc 72 0x55717346bd00 0.000234
+gallium_dri.so free 0x55717346bdc0 void 0.000137
+gallium_dri.so free 0x55717346bd00 void 0.000139
+gallium_dri.so malloc 72 0x55717346bd00 0.000131
+gallium_dri.so free 0x55717346bec0 void 0.000134
+gallium_dri.so free 0x55717346bd00 void 0.000132
+gallium_dri.so malloc 72 0x55717346be70 0.000137
+gallium_dri.so free 0x55717346bf00 void 0.000139
+gallium_dri.so free 0x55717346be70 void 0.000141
+gallium_dri.so malloc 72 0x55717346be70 0.000155
+gallium_dri.so free 0x55717346bfc0 void 0.000134
+gallium_dri.so free 0x55717346be70 void 0.000138
+gallium_dri.so malloc 72 0x55717346c000 0.000133
+gallium_dri.so free 0x55717346c080 void 0.000139
+gallium_dri.so free 0x55717346c000 void 0.000139
+gallium_dri.so malloc 72 0x55717346c080 0.000134
+gallium_dri.so free 0x55717346c140 void 0.000132
+gallium_dri.so free 0x55717346c080 void 0.000137
+gallium_dri.so malloc 72 0x55717346c080 0.000134
+gallium_dri.so free 0x55717346c1c0 void 0.000131
+gallium_dri.so free 0x55717346c080 void 0.000139
+gallium_dri.so malloc 72 0x55717346c1f0 0.000133
+gallium_dri.so free 0x55717346c240 void 0.000131
+gallium_dri.so free 0x55717346c1f0 void 0.000137
+gallium_dri.so malloc 72 0x55717346c1f0 0.000133
+gallium_dri.so free 0x55717346c340 void 0.000133
+gallium_dri.so free 0x55717346c1f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346c380 0.000131
+gallium_dri.so free 0x55717346c400 void 0.000132
+gallium_dri.so free 0x55717346c380 void 0.000132
+gallium_dri.so malloc 72 0x55717346c400 0.000137
+gallium_dri.so free 0x55717346c4c0 void 0.000142
+gallium_dri.so free 0x55717346c400 void 0.000236
+gallium_dri.so malloc 72 0x55717346c400 0.000235
+gallium_dri.so free 0x55717346c540 void 0.000244
+gallium_dri.so free 0x55717346c400 void 0.000238
+gallium_dri.so malloc 72 0x55717346c570 0.000235
+gallium_dri.so free 0x55717346c5c0 void 0.000214
+gallium_dri.so free 0x55717346c570 void 0.000193
+gallium_dri.so malloc 72 0x55717346c570 0.000265
+gallium_dri.so free 0x55717346c6c0 void 0.000226
+gallium_dri.so free 0x55717346c570 void 0.000290
+gallium_dri.so malloc 72 0x55717346c670 0.000327
+gallium_dri.so free 0x55717346c780 void 0.000226
+gallium_dri.so free 0x55717346c670 void 0.000229
+gallium_dri.so malloc 72 0x55717346c730 0.000142
+gallium_dri.so free 0x55717346c800 void 0.000132
+gallium_dri.so free 0x55717346c730 void 0.000127
+gallium_dri.so malloc 72 0x55717346c730 0.000125
+gallium_dri.so free 0x55717346c8c0 void 0.000129
+gallium_dri.so free 0x55717346c730 void 0.000127
+gallium_dri.so malloc 72 0x55717346c730 0.000125
+gallium_dri.so free 0x55717346c980 void 0.000131
+gallium_dri.so free 0x55717346c730 void 0.000132
+gallium_dri.so malloc 72 0x55717346c930 0.000132
+gallium_dri.so free 0x55717346ca00 void 0.000134
+gallium_dri.so free 0x55717346c930 void 0.000132
+gallium_dri.so malloc 72 0x55717346ca50 0.000132
+gallium_dri.so free 0x55717346cac0 void 0.000132
+gallium_dri.so free 0x55717346ca50 void 0.000132
+gallium_dri.so malloc 72 0x55717346cae0 0.000131
+gallium_dri.so free 0x55717346cb80 void 0.000132
+gallium_dri.so free 0x55717346cae0 void 0.000131
+gallium_dri.so malloc 72 0x55717346cb30 0.000127
+gallium_dri.so free 0x55717346cc00 void 0.000126
+gallium_dri.so free 0x55717346cb30 void 0.000131
+gallium_dri.so malloc 72 0x55717346cc00 0.000165
+gallium_dri.so free 0x55717346ccc0 void 0.000264
+gallium_dri.so free 0x55717346cc00 void 0.000268
+gallium_dri.so malloc 72 0x55717346cc00 0.000136
+gallium_dri.so free 0x55717346cd40 void 0.000173
+gallium_dri.so free 0x55717346cc00 void 0.000123
+gallium_dri.so malloc 72 0x55717346cd40 0.000122
+gallium_dri.so free 0x55717346ce00 void 0.000121
+gallium_dri.so free 0x55717346cd40 void 0.000122
+gallium_dri.so malloc 72 0x55717346cd40 0.000120
+gallium_dri.so free 0x55717346cec0 void 0.000121
+gallium_dri.so free 0x55717346cd40 void 0.000121
+gallium_dri.so malloc 72 0x55717346cd40 0.000123
+gallium_dri.so free 0x55717346cf80 void 0.000123
+gallium_dri.so free 0x55717346cd40 void 0.000121
+gallium_dri.so malloc 72 0x55717346cf30 0.000122
+gallium_dri.so free 0x55717346d000 void 0.000123
+gallium_dri.so free 0x55717346cf30 void 0.000122
+gallium_dri.so malloc 72 0x55717346d050 0.000121
+gallium_dri.so free 0x55717346d0c0 void 0.000125
+gallium_dri.so free 0x55717346d050 void 0.000121
+gallium_dri.so malloc 72 0x55717346d100 0.000134
+gallium_dri.so free 0x55717346d180 void 0.000121
+gallium_dri.so free 0x55717346d100 void 0.000121
+gallium_dri.so malloc 72 0x55717346d100 0.000120
+gallium_dri.so free 0x55717346d200 void 0.000121
+gallium_dri.so free 0x55717346d100 void 0.000122
+gallium_dri.so malloc 72 0x55717346d230 0.000121
+gallium_dri.so free 0x55717346d280 void 0.000121
+gallium_dri.so free 0x55717346d230 void 0.000120
+gallium_dri.so malloc 72 0x55717346d230 0.000122
+gallium_dri.so free 0x55717346d380 void 0.000121
+gallium_dri.so free 0x55717346d230 void 0.000121
+gallium_dri.so malloc 72 0x55717346d330 0.000124
+gallium_dri.so free 0x55717346d440 void 0.000121
+gallium_dri.so free 0x55717346d330 void 0.000122
+gallium_dri.so malloc 72 0x55717346d3f0 0.000121
+gallium_dri.so free 0x55717346d480 void 0.000122
+gallium_dri.so free 0x55717346d3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d3f0 0.000122
+gallium_dri.so free 0x55717346d540 void 0.000118
+gallium_dri.so free 0x55717346d3f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d5b0 0.000122
+gallium_dri.so free 0x55717346d600 void 0.000121
+gallium_dri.so free 0x55717346d5b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d5b0 0.000120
+gallium_dri.so free 0x55717346d700 void 0.000137
+gallium_dri.so free 0x55717346d5b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d6b0 0.000123
+gallium_dri.so free 0x55717346d7c0 void 0.000121
+gallium_dri.so free 0x55717346d6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d770 0.000121
+gallium_dri.so free 0x55717346d800 void 0.000122
+gallium_dri.so free 0x55717346d770 void 0.000123
+gallium_dri.so malloc 72 0x55717346d770 0.000120
+gallium_dri.so free 0x55717346d8c0 void 0.000121
+gallium_dri.so free 0x55717346d770 void 0.000121
+gallium_dri.so malloc 72 0x55717346d900 0.000122
+gallium_dri.so free 0x55717346d980 void 0.000122
+gallium_dri.so free 0x55717346d900 void 0.000123
+gallium_dri.so malloc 72 0x55717346d980 0.000120
+gallium_dri.so free 0x55717346da40 void 0.000121
+gallium_dri.so free 0x55717346d980 void 0.000121
+gallium_dri.so malloc 72 0x55717346d980 0.000121
+gallium_dri.so free 0x55717346db00 void 0.000123
+gallium_dri.so free 0x55717346d980 void 0.000121
+gallium_dri.so malloc 72 0x55717346db20 0.000122
+gallium_dri.so free 0x55717346dbc0 void 0.000121
+gallium_dri.so free 0x55717346db20 void 0.000121
+gallium_dri.so malloc 72 0x55717346db70 0.000123
+gallium_dri.so free 0x55717346dc40 void 0.000121
+gallium_dri.so free 0x55717346db70 void 0.000121
+gallium_dri.so malloc 72 0x55717346db70 0.000130
+gallium_dri.so free 0x55717346dcc0 void 0.000123
+gallium_dri.so free 0x55717346db70 void 0.000121
+gallium_dri.so malloc 72 0x55717346dcc0 0.000120
+gallium_dri.so free 0x55717346dd80 void 0.000122
+gallium_dri.so free 0x55717346dcc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346dcc0 0.000120
+gallium_dri.so free 0x55717346de40 void 0.000123
+gallium_dri.so free 0x55717346dcc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346dcc0 0.000122
+gallium_dri.so free 0x55717346df00 void 0.000122
+gallium_dri.so free 0x55717346dcc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346deb0 0.000120
+gallium_dri.so free 0x55717346dfc0 void 0.000121
+gallium_dri.so free 0x55717346deb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346df70 0.000121
+gallium_dri.so free 0x55717346e040 void 0.000122
+gallium_dri.so free 0x55717346df70 void 0.000122
+gallium_dri.so malloc 72 0x55717346e090 0.000121
+gallium_dri.so free 0x55717346e100 void 0.000122
+gallium_dri.so free 0x55717346e090 void 0.000122
+gallium_dri.so malloc 72 0x55717346e120 0.000121
+gallium_dri.so free 0x55717346e1c0 void 0.000121
+gallium_dri.so free 0x55717346e120 void 0.000121
+gallium_dri.so malloc 72 0x55717346e170 0.000120
+gallium_dri.so free 0x55717346e240 void 0.000125
+gallium_dri.so free 0x55717346e170 void 0.000123
+gallium_dri.so malloc 72 0x55717346e170 0.000122
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so free 0x55717346e170 void 0.000122
+gallium_dri.so malloc 72 0x55717346e2c0 0.000120
+gallium_dri.so free 0x55717346e380 void 0.000121
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e2c0 0.000120
+gallium_dri.so free 0x55717346e480 void 0.000123
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e430 0.000121
+gallium_dri.so free 0x55717346e4c0 void 0.000121
+gallium_dri.so free 0x55717346e430 void 0.000122
+gallium_dri.so malloc 72 0x55717346e430 0.000120
+gallium_dri.so free 0x55717346e580 void 0.000123
+gallium_dri.so free 0x55717346e430 void 0.000129
+gallium_dri.so malloc 72 0x55717346e5c0 0.000121
+gallium_dri.so free 0x55717346e640 void 0.000122
+gallium_dri.so free 0x55717346e5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e640 0.000121
+gallium_dri.so free 0x55717346e700 void 0.000122
+gallium_dri.so free 0x55717346e640 void 0.000123
+gallium_dri.so malloc 72 0x55717346e640 0.000121
+gallium_dri.so free 0x55717346e780 void 0.000123
+gallium_dri.so free 0x55717346e640 void 0.000122
+gallium_dri.so malloc 72 0x55717346e7b0 0.000150
+gallium_dri.so free 0x55717346e800 void 0.000123
+gallium_dri.so free 0x55717346e7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e7b0 0.000123
+gallium_dri.so free 0x55717346e900 void 0.000123
+gallium_dri.so free 0x55717346e7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e940 0.000121
+gallium_dri.so free 0x55717346e9c0 void 0.000121
+gallium_dri.so free 0x55717346e940 void 0.000120
+gallium_dri.so malloc 72 0x55717346e9c0 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000122
+gallium_dri.so free 0x55717346e9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e9c0 0.000121
+gallium_dri.so free 0x5571735bfe40 void 0.000122
+gallium_dri.so free 0x55717346e9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfe70 0.000121
+gallium_dri.so free 0x5571735bfec0 void 0.000122
+gallium_dri.so free 0x5571735bfe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfe70 0.000122
+gallium_dri.so free 0x5571735bffc0 void 0.000121
+gallium_dri.so free 0x5571735bfe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735bff70 0.000121
+gallium_dri.so free 0x5571735c0080 void 0.000121
+gallium_dri.so free 0x5571735bff70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0030 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000133
+gallium_dri.so free 0x5571735c0030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0030 0.000123
+gallium_dri.so free 0x5571735c01c0 void 0.000120
+gallium_dri.so free 0x5571735c0030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0030 0.000122
+gallium_dri.so free 0x5571735c0280 void 0.000122
+gallium_dri.so free 0x5571735c0030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0230 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000121
+gallium_dri.so free 0x5571735c0230 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0350 0.000123
+gallium_dri.so free 0x5571735c03c0 void 0.000121
+gallium_dri.so free 0x5571735c0350 void 0.000122
+gallium_dri.so malloc 72 0x5571735c03e0 0.000121
+gallium_dri.so free 0x5571735c0480 void 0.000121
+gallium_dri.so free 0x5571735c03e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0430 0.000122
+gallium_dri.so free 0x5571735c0500 void 0.000124
+gallium_dri.so free 0x5571735c0430 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0500 0.000121
+gallium_dri.so free 0x5571735c05c0 void 0.000122
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0500 0.000121
+gallium_dri.so free 0x5571735c0640 void 0.000122
+gallium_dri.so free 0x5571735c0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0640 0.000125
+gallium_dri.so free 0x5571735c0700 void 0.000121
+gallium_dri.so free 0x5571735c0640 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0640 0.000122
+gallium_dri.so free 0x5571735c07c0 void 0.000122
+gallium_dri.so free 0x5571735c0640 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0640 0.000123
+gallium_dri.so free 0x5571735c0880 void 0.000121
+gallium_dri.so free 0x5571735c0640 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0830 0.000120
+gallium_dri.so free 0x5571735c0900 void 0.000122
+gallium_dri.so free 0x5571735c0830 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0950 0.000122
+gallium_dri.so free 0x5571735c09c0 void 0.000121
+gallium_dri.so free 0x5571735c0950 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0a00 0.000121
+gallium_dri.so free 0x5571735c0a80 void 0.000122
+gallium_dri.so free 0x5571735c0a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0a00 0.000121
+gallium_dri.so free 0x5571735c0b00 void 0.000122
+gallium_dri.so free 0x5571735c0a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0b30 0.000120
+gallium_dri.so free 0x5571735c0b80 void 0.000121
+gallium_dri.so free 0x5571735c0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0b30 0.000121
+gallium_dri.so free 0x5571735c0c80 void 0.000190
+gallium_dri.so free 0x5571735c0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0c30 0.000121
+gallium_dri.so free 0x5571735c0d40 void 0.000120
+gallium_dri.so free 0x5571735c0c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000121
+gallium_dri.so free 0x5571735c0d80 void 0.000122
+gallium_dri.so free 0x5571735c0cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000121
+gallium_dri.so free 0x5571735c0e40 void 0.000122
+gallium_dri.so free 0x5571735c0cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000121
+gallium_dri.so free 0x5571735c0f00 void 0.000121
+gallium_dri.so free 0x5571735c0eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000121
+gallium_dri.so free 0x5571735c1000 void 0.000122
+gallium_dri.so free 0x5571735c0eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000121
+gallium_dri.so free 0x5571735c10c0 void 0.000122
+gallium_dri.so free 0x5571735c0fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1070 0.000123
+gallium_dri.so free 0x5571735c1100 void 0.000122
+gallium_dri.so free 0x5571735c1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1070 0.000122
+gallium_dri.so free 0x5571735c11c0 void 0.000121
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1200 0.000120
+gallium_dri.so free 0x5571735c1280 void 0.000123
+gallium_dri.so free 0x5571735c1200 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1280 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so free 0x5571735c1280 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1280 0.000122
+gallium_dri.so free 0x5571735c1400 void 0.000122
+gallium_dri.so free 0x5571735c1280 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1420 0.000122
+gallium_dri.so free 0x5571735c14c0 void 0.000121
+gallium_dri.so free 0x5571735c1420 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1470 0.000121
+gallium_dri.so free 0x5571735c1540 void 0.000122
+gallium_dri.so free 0x5571735c1470 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1470 0.000121
+gallium_dri.so free 0x5571735c15c0 void 0.000122
+gallium_dri.so free 0x5571735c1470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c15c0 0.000121
+gallium_dri.so free 0x5571735c1680 void 0.000122
+gallium_dri.so free 0x5571735c15c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c15c0 0.000123
+gallium_dri.so free 0x5571735c1740 void 0.000122
+gallium_dri.so free 0x5571735c15c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c15c0 0.000120
+gallium_dri.so free 0x5571735c1800 void 0.000124
+gallium_dri.so free 0x5571735c15c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c17b0 0.000121
+gallium_dri.so free 0x5571735c18c0 void 0.000121
+gallium_dri.so free 0x5571735c17b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1870 0.000122
+gallium_dri.so free 0x5571735c1940 void 0.000120
+gallium_dri.so free 0x5571735c1870 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1990 0.000122
+gallium_dri.so free 0x5571735c1a00 void 0.000123
+gallium_dri.so free 0x5571735c1990 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1a20 0.000120
+gallium_dri.so free 0x5571735c1ac0 void 0.000120
+gallium_dri.so free 0x5571735c1a20 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1a70 0.000121
+gallium_dri.so free 0x5571735c1b40 void 0.000121
+gallium_dri.so free 0x5571735c1a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a70 0.000120
+gallium_dri.so free 0x5571735c1bc0 void 0.000121
+gallium_dri.so free 0x5571735c1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000121
+gallium_dri.so free 0x5571735c1c80 void 0.000121
+gallium_dri.so free 0x5571735c1bc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000121
+gallium_dri.so free 0x5571735c1d80 void 0.000122
+gallium_dri.so free 0x5571735c1bc0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c1d30 0.000121
+gallium_dri.so free 0x5571735c1dc0 void 0.000123
+gallium_dri.so free 0x5571735c1d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1d30 0.000122
+gallium_dri.so free 0x5571735c1e80 void 0.000121
+gallium_dri.so free 0x5571735c1d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so free 0x5571735c1ec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1f40 0.000123
+gallium_dri.so free 0x5571735c2000 void 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1f40 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000120
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c20b0 0.000120
+gallium_dri.so free 0x5571735c2100 void 0.000122
+gallium_dri.so free 0x5571735c20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c20b0 0.000122
+gallium_dri.so free 0x5571735c2200 void 0.000122
+gallium_dri.so free 0x5571735c20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2240 0.000120
+gallium_dri.so free 0x5571735c22c0 void 0.000125
+gallium_dri.so free 0x5571735c2240 void 0.000123
+gallium_dri.so malloc 72 0x5571735c22c0 0.000132
+gallium_dri.so free 0x5571735c2380 void 0.000122
+gallium_dri.so free 0x5571735c22c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c22c0 0.000120
+gallium_dri.so free 0x5571735c2400 void 0.000120
+gallium_dri.so free 0x5571735c22c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2430 0.000121
+gallium_dri.so free 0x5571735c2480 void 0.000122
+gallium_dri.so free 0x5571735c2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2430 0.000121
+gallium_dri.so free 0x5571735c2580 void 0.000122
+gallium_dri.so free 0x5571735c2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2530 0.000126
+gallium_dri.so free 0x5571735c2640 void 0.000122
+gallium_dri.so free 0x5571735c2530 void 0.000122
+gallium_dri.so malloc 72 0x5571735c25f0 0.000121
+gallium_dri.so free 0x5571735c26c0 void 0.000121
+gallium_dri.so free 0x5571735c25f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c25f0 0.000121
+gallium_dri.so free 0x5571735c2780 void 0.000123
+gallium_dri.so free 0x5571735c25f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c25f0 0.000121
+gallium_dri.so free 0x5571735c2840 void 0.000121
+gallium_dri.so free 0x5571735c25f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c27f0 0.000121
+gallium_dri.so free 0x5571735c28c0 void 0.000123
+gallium_dri.so free 0x5571735c27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2910 0.000121
+gallium_dri.so free 0x5571735c2980 void 0.000121
+gallium_dri.so free 0x5571735c2910 void 0.000121
+gallium_dri.so malloc 72 0x5571735c29a0 0.000121
+gallium_dri.so free 0x5571735c2a40 void 0.000121
+gallium_dri.so free 0x5571735c29a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c29f0 0.000122
+gallium_dri.so free 0x5571735c2ac0 void 0.000121
+gallium_dri.so free 0x5571735c29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000121
+gallium_dri.so free 0x5571735c2b80 void 0.000123
+gallium_dri.so free 0x5571735c2ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000121
+gallium_dri.so free 0x5571735c2c00 void 0.000121
+gallium_dri.so free 0x5571735c2ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2c00 0.000122
+gallium_dri.so free 0x5571735c2cc0 void 0.000120
+gallium_dri.so free 0x5571735c2c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2c00 0.000121
+gallium_dri.so free 0x5571735c2d80 void 0.000122
+gallium_dri.so free 0x5571735c2c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2c00 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000122
+gallium_dri.so free 0x5571735c2c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2df0 0.000170
+gallium_dri.so free 0x5571735c2ec0 void 0.000123
+gallium_dri.so free 0x5571735c2df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2f10 0.000121
+gallium_dri.so free 0x5571735c2f80 void 0.000122
+gallium_dri.so free 0x5571735c2f10 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000121
+gallium_dri.so free 0x5571735c3040 void 0.000121
+gallium_dri.so free 0x5571735c2fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000121
+gallium_dri.so free 0x5571735c30c0 void 0.000121
+gallium_dri.so free 0x5571735c2fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c30f0 0.000121
+gallium_dri.so free 0x5571735c3140 void 0.000122
+gallium_dri.so free 0x5571735c30f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c30f0 0.000120
+gallium_dri.so free 0x5571735c3240 void 0.000121
+gallium_dri.so free 0x5571735c30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c31f0 0.000120
+gallium_dri.so free 0x5571735c3300 void 0.000122
+gallium_dri.so free 0x5571735c31f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c32b0 0.000123
+gallium_dri.so free 0x5571735c3340 void 0.000122
+gallium_dri.so free 0x5571735c32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c32b0 0.000121
+gallium_dri.so free 0x5571735c3400 void 0.000130
+gallium_dri.so free 0x5571735c32b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3470 0.000121
+gallium_dri.so free 0x5571735c34c0 void 0.000121
+gallium_dri.so free 0x5571735c3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3470 0.000121
+gallium_dri.so free 0x5571735c35c0 void 0.000123
+gallium_dri.so free 0x5571735c3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3570 0.000121
+gallium_dri.so free 0x5571735c3680 void 0.000126
+gallium_dri.so free 0x5571735c3570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c36c0 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3630 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c37c0 0.000122
+gallium_dri.so free 0x5571735c3840 void 0.000121
+gallium_dri.so free 0x5571735c37c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3840 0.000120
+gallium_dri.so free 0x5571735c3900 void 0.000121
+gallium_dri.so free 0x5571735c3840 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3840 0.000122
+gallium_dri.so free 0x5571735c39c0 void 0.000120
+gallium_dri.so free 0x5571735c3840 void 0.000121
+gallium_dri.so malloc 72 0x5571735c39e0 0.000129
+gallium_dri.so free 0x5571735c3a80 void 0.000122
+gallium_dri.so free 0x5571735c39e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3a30 0.000169
+gallium_dri.so free 0x5571735c3b00 void 0.000160
+gallium_dri.so free 0x5571735c3a30 void 0.000162
+gallium_dri.so malloc 72 0x5571735c3a30 0.000191
+gallium_dri.so free 0x5571735c3b80 void 0.000159
+gallium_dri.so free 0x5571735c3a30 void 0.000161
+gallium_dri.so malloc 72 0x5571735c3b80 0.000155
+gallium_dri.so free 0x5571735c3c40 void 0.000123
+gallium_dri.so free 0x5571735c3b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3b80 0.000124
+gallium_dri.so free 0x5571735c3d00 void 0.000120
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3d70 0.000117
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so free 0x5571735c3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e30 0.000167
+gallium_dri.so free 0x5571735c3f00 void 0.000126
+gallium_dri.so free 0x5571735c3e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3f50 0.000124
+gallium_dri.so free 0x5571735c3fc0 void 0.000124
+gallium_dri.so free 0x5571735c3f50 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3fe0 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000116
+gallium_dri.so free 0x5571735c3fe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4030 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000116
+gallium_dri.so free 0x5571735c4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4030 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000115
+gallium_dri.so free 0x5571735c4030 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4180 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4180 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c42f0 0.000112
+gallium_dri.so free 0x5571735c4380 void 0.000115
+gallium_dri.so free 0x5571735c42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c42f0 0.000112
+gallium_dri.so free 0x5571735c4440 void 0.000121
+gallium_dri.so free 0x5571735c42f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4480 0.000118
+gallium_dri.so free 0x5571735c4500 void 0.000119
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4500 0.000118
+gallium_dri.so free 0x5571735c45c0 void 0.000119
+gallium_dri.so free 0x5571735c4500 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4500 0.000118
+gallium_dri.so free 0x5571735c4640 void 0.000119
+gallium_dri.so free 0x5571735c4500 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4670 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000119
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4670 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000119
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4800 0.000120
+gallium_dri.so free 0x5571735c4880 void 0.000120
+gallium_dri.so free 0x5571735c4800 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4880 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000121
+gallium_dri.so free 0x5571735c4880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4880 0.000119
+gallium_dri.so free 0x5571735c49c0 void 0.000121
+gallium_dri.so free 0x5571735c4880 void 0.000120
+gallium_dri.so malloc 72 0x5571735c49f0 0.000119
+gallium_dri.so free 0x5571735c4a40 void 0.000131
+gallium_dri.so free 0x5571735c49f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c49f0 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so free 0x5571735c49f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4af0 0.000131
+gallium_dri.so free 0x5571735c4c00 void 0.000126
+gallium_dri.so free 0x5571735c4af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000119
+gallium_dri.so free 0x5571735c4c80 void 0.000119
+gallium_dri.so free 0x5571735c4bb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000120
+gallium_dri.so free 0x5571735c4d40 void 0.000120
+gallium_dri.so free 0x5571735c4bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000124
+gallium_dri.so free 0x5571735c4e00 void 0.000130
+gallium_dri.so free 0x5571735c4bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4db0 0.000121
+gallium_dri.so free 0x5571735c4e80 void 0.000121
+gallium_dri.so free 0x5571735c4db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4ed0 0.000120
+gallium_dri.so free 0x5571735c4f40 void 0.000120
+gallium_dri.so free 0x5571735c4ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f60 0.000118
+gallium_dri.so free 0x5571735c5000 void 0.000120
+gallium_dri.so free 0x5571735c4f60 void 0.000168
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x5571735c4fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000117
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa00 0.000118
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000126
+gallium_dri.so malloc 72 0x5571735daa00 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa00 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabf0 0.000115
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad10 0.000116
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dad10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadc0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000122
+gallium_dri.so free 0x5571735dadc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadc0 0.000111
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daef0 0.000115
+gallium_dri.so free 0x5571735daf40 void 0.000113
+gallium_dri.so free 0x5571735daef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daef0 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000112
+gallium_dri.so free 0x5571735daef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daff0 0.000111
+gallium_dri.so free 0x5571735db100 void 0.000112
+gallium_dri.so free 0x5571735daff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0b0 0.000112
+gallium_dri.so free 0x5571735db140 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000111
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db270 0.000112
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db270 void 0.000113
+gallium_dri.so malloc 72 0x5571735db270 0.000110
+gallium_dri.so free 0x5571735db3c0 void 0.000112
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000118
+gallium_dri.so free 0x5571735db480 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000122
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x5571735db4c0 void 0.000119
+gallium_dri.so free 0x5571735db430 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000112
+gallium_dri.so malloc 72 0x5571735db5c0 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db640 0.000114
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so malloc 72 0x5571735db640 0.000115
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7e0 0.000112
+gallium_dri.so free 0x5571735db880 void 0.000114
+gallium_dri.so free 0x5571735db7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db830 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735db830 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000115
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000158
+gallium_dri.so malloc 72 0x5571735db980 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000112
+gallium_dri.so malloc 72 0x5571735db980 0.000112
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd50 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000115
+gallium_dri.so free 0x5571735dbd50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbde0 0.000117
+gallium_dri.so free 0x5571735dbe80 void 0.000115
+gallium_dri.so free 0x5571735dbde0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe30 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe30 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000112
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbf80 0.000110
+gallium_dri.so free 0x5571735dc140 void 0.000259
+gallium_dri.so free 0x5571735dbf80 void 0.000228
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000116
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so free 0x5571735dc0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc280 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc300 0.000116
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc300 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000113
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc600 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000129
+gallium_dri.so free 0x5571735dc600 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc680 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc680 0.000116
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000112
+gallium_dri.so free 0x5571735dc840 void 0.000117
+gallium_dri.so free 0x5571735dc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000116
+gallium_dri.so free 0x5571735dc8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000115
+gallium_dri.so free 0x5571735dca80 void 0.000116
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000115
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000116
+gallium_dri.so free 0x5571735dcc80 void 0.000129
+gallium_dri.so free 0x5571735dcbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dccd0 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000116
+gallium_dri.so free 0x5571735dccd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd60 0.000115
+gallium_dri.so free 0x5571735dce00 void 0.000115
+gallium_dri.so free 0x5571735dcd60 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735dcdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce80 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so free 0x5571735dd1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000113
+gallium_dri.so free 0x5571735dd2d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd380 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000112
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000115
+gallium_dri.so free 0x5571735dd500 void 0.000113
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000112
+gallium_dri.so free 0x5571735dd600 void 0.000112
+gallium_dri.so free 0x5571735dd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000117
+gallium_dri.so free 0x5571735dd5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000117
+gallium_dri.so free 0x5571735dd670 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd7c0 void 0.000115
+gallium_dri.so free 0x5571735dd670 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd830 0.000115
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd830 void 0.000162
+gallium_dri.so malloc 72 0x5571735dd830 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000116
+gallium_dri.so free 0x5571735dda40 void 0.000116
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000116
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000116
+gallium_dri.so free 0x5571735dd9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb80 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddc00 0.000115
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddda0 0.000116
+gallium_dri.so free 0x5571735dde40 void 0.000116
+gallium_dri.so free 0x5571735ddda0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dddf0 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000115
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1f0 0.000116
+gallium_dri.so free 0x5571735de2c0 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de310 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000116
+gallium_dri.so free 0x5571735de310 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3a0 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000116
+gallium_dri.so free 0x5571735de3a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3f0 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000143
+gallium_dri.so free 0x5571735de3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de3f0 0.000115
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de540 0.000116
+gallium_dri.so free 0x5571735de600 void 0.000116
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so malloc 72 0x5571735de540 0.000114
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so free 0x5571735de540 void 0.000116
+gallium_dri.so malloc 72 0x5571735de6b0 0.000116
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so free 0x5571735de6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de6b0 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000117
+gallium_dri.so free 0x5571735de6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de840 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000116
+gallium_dri.so free 0x5571735de840 void 0.000139
+gallium_dri.so malloc 72 0x5571735de8c0 0.000118
+gallium_dri.so free 0x5571735de980 void 0.000124
+gallium_dri.so free 0x5571735de8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8c0 0.000115
+gallium_dri.so free 0x5571735dea00 void 0.000115
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000128
+gallium_dri.so free 0x5571735dea30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dea30 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735dea30 void 0.000117
+gallium_dri.so malloc 72 0x5571735debc0 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000116
+gallium_dri.so free 0x5571735debc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dec40 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec40 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735dee00 void 0.000116
+gallium_dri.so free 0x5571735dedb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedb0 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000115
+gallium_dri.so free 0x5571735defc0 void 0.000116
+gallium_dri.so free 0x5571735deeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735def70 void 0.000115
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000129
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000115
+gallium_dri.so free 0x5571735df1c0 void 0.000116
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735df170 0.000116
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df170 void 0.000115
+gallium_dri.so malloc 72 0x5571735df290 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000116
+gallium_dri.so free 0x5571735df290 void 0.000116
+gallium_dri.so malloc 72 0x5571735df320 0.000115
+gallium_dri.so free 0x5571735df3c0 void 0.000117
+gallium_dri.so free 0x5571735df320 void 0.000114
+gallium_dri.so malloc 72 0x5571735df370 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df370 void 0.000115
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000116
+gallium_dri.so malloc 72 0x5571735df440 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000117
+gallium_dri.so malloc 72 0x5571735df580 0.000115
+gallium_dri.so free 0x5571735df640 void 0.000116
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so malloc 72 0x5571735df580 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000187
+gallium_dri.so free 0x5571735df580 void 0.000116
+gallium_dri.so malloc 72 0x5571735df580 0.000115
+gallium_dri.so free 0x5571735df7c0 void 0.000115
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so malloc 72 0x5571735df770 0.000116
+gallium_dri.so free 0x5571735df840 void 0.000116
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df890 0.000115
+gallium_dri.so free 0x5571735df900 void 0.000115
+gallium_dri.so free 0x5571735df890 void 0.000115
+gallium_dri.so malloc 72 0x5571735df940 0.000116
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000114
+gallium_dri.so free 0x5571735dfa40 void 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa70 0.000118
+gallium_dri.so free 0x5571735dfac0 void 0.000121
+gallium_dri.so free 0x5571735dfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa70 0.000117
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfb70 0.000116
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc30 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfc30 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000117
+gallium_dri.so free 0x5571735dfdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000117
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000117
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000116
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0140 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0140 void 0.000116
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e01c0 0.000126
+gallium_dri.so free 0x5571735e0340 void 0.000116
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0360 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e0360 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e03b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03b0 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e03b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000115
+gallium_dri.so free 0x5571735e05c0 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000116
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000116
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06f0 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e06f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08d0 0.000165
+gallium_dri.so free 0x5571735e0940 void 0.000117
+gallium_dri.so free 0x5571735e08d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0960 0.000114
+gallium_dri.so free 0x5571735e0a00 void 0.000118
+gallium_dri.so free 0x5571735e0960 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09b0 0.000117
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e09b0 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e09b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b00 0.000115
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b00 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000117
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735e0d00 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c70 0.000116
+gallium_dri.so free 0x5571735eb480 void 0.000115
+gallium_dri.so free 0x5571735e0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb430 0.000124
+gallium_dri.so free 0x5571735eb540 void 0.000116
+gallium_dri.so free 0x5571735eb430 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000116
+gallium_dri.so free 0x5571735eb580 void 0.000117
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000115
+gallium_dri.so free 0x5571735eb640 void 0.000116
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so free 0x5571735eb6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000116
+gallium_dri.so free 0x5571735eb800 void 0.000116
+gallium_dri.so free 0x5571735eb6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000115
+gallium_dri.so free 0x5571735eb8c0 void 0.000115
+gallium_dri.so free 0x5571735eb7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb870 0.000114
+gallium_dri.so free 0x5571735eb900 void 0.000116
+gallium_dri.so free 0x5571735eb870 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb870 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba00 0.000116
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eba00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba80 0.000138
+gallium_dri.so free 0x5571735ebb40 void 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000125
+gallium_dri.so malloc 72 0x5571735eba80 0.000125
+gallium_dri.so free 0x5571735ebc00 void 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc20 0.000115
+gallium_dri.so free 0x5571735ebcc0 void 0.000120
+gallium_dri.so free 0x5571735ebc20 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebc70 0.000119
+gallium_dri.so free 0x5571735ebd40 void 0.000116
+gallium_dri.so free 0x5571735ebc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc70 0.000123
+gallium_dri.so free 0x5571735ebdc0 void 0.000124
+gallium_dri.so free 0x5571735ebc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000126
+gallium_dri.so free 0x5571735ebe80 void 0.000124
+gallium_dri.so free 0x5571735ebdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000119
+gallium_dri.so free 0x5571735ebf40 void 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebdc0 0.000126
+gallium_dri.so free 0x5571735ec000 void 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000120
+gallium_dri.so free 0x5571735ec0c0 void 0.000120
+gallium_dri.so free 0x5571735ebfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec070 0.000120
+gallium_dri.so free 0x5571735ec140 void 0.000122
+gallium_dri.so free 0x5571735ec070 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec190 0.000130
+gallium_dri.so free 0x5571735ec200 void 0.000125
+gallium_dri.so free 0x5571735ec190 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec220 0.000121
+gallium_dri.so free 0x5571735ec2c0 void 0.000127
+gallium_dri.so free 0x5571735ec220 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec270 0.000130
+gallium_dri.so free 0x5571735ec340 void 0.000130
+gallium_dri.so free 0x5571735ec270 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec270 0.000131
+gallium_dri.so free 0x5571735ec3c0 void 0.000220
+gallium_dri.so free 0x5571735ec270 void 0.000228
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000219
+gallium_dri.so free 0x5571735ec480 void 0.000235
+gallium_dri.so free 0x5571735ec3c0 void 0.000222
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000239
+gallium_dri.so free 0x5571735ec580 void 0.000250
+gallium_dri.so free 0x5571735ec3c0 void 0.000278
+gallium_dri.so malloc 72 0x5571735ec530 0.000265
+gallium_dri.so free 0x5571735ec5c0 void 0.000221
+gallium_dri.so free 0x5571735ec530 void 0.000224
+gallium_dri.so malloc 72 0x5571735ec530 0.000197
+gallium_dri.so free 0x5571735ec680 void 0.000250
+gallium_dri.so free 0x5571735ec530 void 0.000223
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000222
+gallium_dri.so free 0x5571735ec740 void 0.000269
+gallium_dri.so free 0x5571735ec6c0 void 0.000223
+gallium_dri.so malloc 72 0x5571735ec740 0.000352
+gallium_dri.so free 0x5571735ec800 void 0.000388
+gallium_dri.so free 0x5571735ec740 void 0.000296
+gallium_dri.so malloc 72 0x5571735ec740 0.000281
+gallium_dri.so free 0x5571735ec880 void 0.000274
+gallium_dri.so free 0x5571735ec740 void 0.000276
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000270
+gallium_dri.so free 0x5571735ec900 void 0.000274
+gallium_dri.so free 0x5571735ec8b0 void 0.000288
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000261
+gallium_dri.so free 0x5571735eca00 void 0.000272
+gallium_dri.so free 0x5571735ec8b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735eca40 0.000246
+gallium_dri.so free 0x5571735ecac0 void 0.000255
+gallium_dri.so free 0x5571735eca40 void 0.000222
+gallium_dri.so malloc 72 0x5571735ecac0 0.000243
+gallium_dri.so free 0x5571735ecb80 void 0.000246
+gallium_dri.so free 0x5571735ecac0 void 0.000245
+gallium_dri.so malloc 72 0x5571735ecac0 0.000244
+gallium_dri.so free 0x5571735ecc00 void 0.000224
+gallium_dri.so free 0x5571735ecac0 void 0.000197
+gallium_dri.so malloc 72 0x5571735ecc30 0.000242
+gallium_dri.so free 0x5571735ecc80 void 0.000245
+gallium_dri.so free 0x5571735ecc30 void 0.000224
+gallium_dri.so malloc 72 0x5571735ecc30 0.000142
+gallium_dri.so free 0x5571735ecd80 void 0.000145
+gallium_dri.so free 0x5571735ecc30 void 0.000207
+gallium_dri.so malloc 72 0x5571735ecd30 0.000245
+gallium_dri.so free 0x5571735ece40 void 0.000247
+gallium_dri.so free 0x5571735ecd30 void 0.000242
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000245
+gallium_dri.so free 0x5571735ecec0 void 0.000245
+gallium_dri.so free 0x5571735ecdf0 void 0.000251
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000222
+gallium_dri.so free 0x5571735ecf80 void 0.000254
+gallium_dri.so free 0x5571735ecdf0 void 0.000333
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000285
+gallium_dri.so free 0x5571735ed040 void 0.000188
+gallium_dri.so free 0x5571735ecdf0 void 0.000206
+gallium_dri.so malloc 72 0x5571735ecff0 0.000193
+gallium_dri.so free 0x5571735ed0c0 void 0.000149
+gallium_dri.so free 0x5571735ecff0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ed110 0.000154
+gallium_dri.so free 0x5571735ed180 void 0.000151
+gallium_dri.so free 0x5571735ed110 void 0.000150
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000152
+gallium_dri.so free 0x5571735ed240 void 0.000151
+gallium_dri.so free 0x5571735ed1a0 void 0.000152
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000151
+gallium_dri.so free 0x5571735ed2c0 void 0.000150
+gallium_dri.so free 0x5571735ed1f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000148
+gallium_dri.so free 0x5571735ed380 void 0.000151
+gallium_dri.so free 0x5571735ed2c0 void 0.000152
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000150
+gallium_dri.so free 0x5571735ed400 void 0.000147
+gallium_dri.so free 0x5571735ed2c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ed400 0.000157
+gallium_dri.so free 0x5571735ed4c0 void 0.000151
+gallium_dri.so free 0x5571735ed400 void 0.000151
+gallium_dri.so malloc 72 0x5571735ed400 0.000148
+gallium_dri.so free 0x5571735ed580 void 0.000147
+gallium_dri.so free 0x5571735ed400 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed400 0.000152
+gallium_dri.so free 0x5571735ed640 void 0.000151
+gallium_dri.so free 0x5571735ed400 void 0.000148
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000142
+gallium_dri.so free 0x5571735ed6c0 void 0.000148
+gallium_dri.so free 0x5571735ed5f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ed710 0.000151
+gallium_dri.so free 0x5571735ed780 void 0.000148
+gallium_dri.so free 0x5571735ed710 void 0.000143
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000146
+gallium_dri.so free 0x5571735ed840 void 0.000150
+gallium_dri.so free 0x5571735ed7c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000151
+gallium_dri.so free 0x5571735ed8c0 void 0.000222
+gallium_dri.so free 0x5571735ed7c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000341
+gallium_dri.so free 0x5571735ed940 void 0.000219
+gallium_dri.so free 0x5571735ed8f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000171
+gallium_dri.so free 0x5571735eda40 void 0.000131
+gallium_dri.so free 0x5571735ed8f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000121
+gallium_dri.so free 0x5571735edb00 void 0.000125
+gallium_dri.so free 0x5571735ed9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735edab0 0.000121
+gallium_dri.so free 0x5571735edb40 void 0.000122
+gallium_dri.so free 0x5571735edab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edab0 0.000123
+gallium_dri.so free 0x5571735edc00 void 0.000121
+gallium_dri.so free 0x5571735edab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edc70 0.000138
+gallium_dri.so free 0x5571735edcc0 void 0.000132
+gallium_dri.so free 0x5571735edc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735edc70 0.000130
+gallium_dri.so free 0x5571735eddc0 void 0.000134
+gallium_dri.so free 0x5571735edc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735edd70 0.000131
+gallium_dri.so free 0x5571735ede80 void 0.000127
+gallium_dri.so free 0x5571735edd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede30 0.000125
+gallium_dri.so free 0x5571735edec0 void 0.000129
+gallium_dri.so free 0x5571735ede30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ede30 0.000130
+gallium_dri.so free 0x5571735edf80 void 0.000125
+gallium_dri.so free 0x5571735ede30 void 0.000124
+gallium_dri.so malloc 72 0x5571735edfc0 0.000131
+gallium_dri.so free 0x5571735ee040 void 0.000130
+gallium_dri.so free 0x5571735edfc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee040 0.000131
+gallium_dri.so free 0x5571735ee100 void 0.000131
+gallium_dri.so free 0x5571735ee040 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee040 0.000129
+gallium_dri.so free 0x5571735ee1c0 void 0.000125
+gallium_dri.so free 0x5571735ee040 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000131
+gallium_dri.so free 0x5571735ee280 void 0.000131
+gallium_dri.so free 0x5571735ee1e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee230 0.000132
+gallium_dri.so free 0x5571735ee300 void 0.000126
+gallium_dri.so free 0x5571735ee230 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee230 0.000121
+gallium_dri.so free 0x5571735ee380 void 0.000127
+gallium_dri.so free 0x5571735ee230 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee380 0.000129
+gallium_dri.so free 0x5571735ee440 void 0.000137
+gallium_dri.so free 0x5571735ee380 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee380 0.000137
+gallium_dri.so free 0x5571735ee500 void 0.000139
+gallium_dri.so free 0x5571735ee380 void 0.000233
+gallium_dri.so malloc 72 0x5571735ee380 0.000237
+gallium_dri.so free 0x5571735ee5c0 void 0.000199
+gallium_dri.so free 0x5571735ee380 void 0.000231
+gallium_dri.so malloc 72 0x5571735ee570 0.000233
+gallium_dri.so free 0x5571735ee680 void 0.000234
+gallium_dri.so free 0x5571735ee570 void 0.000228
+gallium_dri.so malloc 72 0x5571735ee630 0.000207
+gallium_dri.so free 0x5571735ee700 void 0.000217
+gallium_dri.so free 0x5571735ee630 void 0.000190
+gallium_dri.so malloc 72 0x5571735ee750 0.000189
+gallium_dri.so free 0x5571735ee7c0 void 0.000189
+gallium_dri.so free 0x5571735ee750 void 0.000275
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000282
+gallium_dri.so free 0x5571735ee880 void 0.000290
+gallium_dri.so free 0x5571735ee7e0 void 0.000292
+gallium_dri.so malloc 72 0x5571735ee830 0.000294
+gallium_dri.so free 0x5571735ee900 void 0.000295
+gallium_dri.so free 0x5571735ee830 void 0.000277
+gallium_dri.so malloc 72 0x5571735ee830 0.000278
+gallium_dri.so free 0x5571735ee980 void 0.000250
+gallium_dri.so free 0x5571735ee830 void 0.000236
+gallium_dri.so malloc 72 0x5571735ee980 0.000229
+gallium_dri.so free 0x5571735eea40 void 0.000295
+gallium_dri.so free 0x5571735ee980 void 0.000283
+gallium_dri.so malloc 72 0x5571735ee980 0.000293
+gallium_dri.so free 0x5571735eeb40 void 0.000284
+gallium_dri.so free 0x5571735ee980 void 0.000294
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000178
+gallium_dri.so free 0x5571735eeb80 void 0.000137
+gallium_dri.so free 0x5571735eeaf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000137
+gallium_dri.so free 0x5571735eec40 void 0.000231
+gallium_dri.so free 0x5571735eeaf0 void 0.000232
+gallium_dri.so malloc 72 0x5571735eec80 0.000309
+gallium_dri.so free 0x5571735eed00 void 0.000244
+gallium_dri.so free 0x5571735eec80 void 0.000234
+gallium_dri.so malloc 72 0x5571735eed00 0.000236
+gallium_dri.so free 0x5571735eedc0 void 0.000225
+gallium_dri.so free 0x5571735eed00 void 0.000167
+gallium_dri.so malloc 72 0x5571735eed00 0.000133
+gallium_dri.so free 0x5571735eee40 void 0.000132
+gallium_dri.so free 0x5571735eed00 void 0.000126
+gallium_dri.so malloc 72 0x5571735eee70 0.000129
+gallium_dri.so free 0x5571735eeec0 void 0.000133
+gallium_dri.so free 0x5571735eee70 void 0.000132
+gallium_dri.so malloc 72 0x5571735eee70 0.000128
+gallium_dri.so free 0x5571735eefc0 void 0.000134
+gallium_dri.so free 0x5571735eee70 void 0.000209
+gallium_dri.so malloc 72 0x5571735ef000 0.000268
+gallium_dri.so free 0x5571735ef080 void 0.000266
+gallium_dri.so free 0x5571735ef000 void 0.000307
+gallium_dri.so malloc 72 0x5571735ef080 0.000308
+gallium_dri.so free 0x5571735ef140 void 0.000309
+gallium_dri.so free 0x5571735ef080 void 0.000344
+gallium_dri.so malloc 72 0x5571735ef080 0.000179
+gallium_dri.so free 0x5571735ef1c0 void 0.000151
+gallium_dri.so free 0x5571735ef080 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000148
+gallium_dri.so free 0x5571735ef240 void 0.000146
+gallium_dri.so free 0x5571735ef1f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000148
+gallium_dri.so free 0x5571735ef340 void 0.000165
+gallium_dri.so free 0x5571735ef1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000145
+gallium_dri.so free 0x5571735ef400 void 0.000139
+gallium_dri.so free 0x5571735ef2f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000138
+gallium_dri.so free 0x5571735ef480 void 0.000138
+gallium_dri.so free 0x5571735ef3b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000139
+gallium_dri.so free 0x5571735ef540 void 0.000138
+gallium_dri.so free 0x5571735ef3b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000139
+gallium_dri.so free 0x5571735ef600 void 0.000139
+gallium_dri.so free 0x5571735ef3b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000140
+gallium_dri.so free 0x5571735ef680 void 0.000141
+gallium_dri.so free 0x5571735ef5b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000174
+gallium_dri.so free 0x5571735ef740 void 0.000154
+gallium_dri.so free 0x5571735ef6d0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef760 0.000140
+gallium_dri.so free 0x5571735ef800 void 0.000141
+gallium_dri.so free 0x5571735ef760 void 0.000184
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000167
+gallium_dri.so free 0x5571735ef880 void 0.000166
+gallium_dri.so free 0x5571735ef7b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ef880 0.000166
+gallium_dri.so free 0x5571735ef940 void 0.000161
+gallium_dri.so free 0x5571735ef880 void 0.000234
+gallium_dri.so malloc 72 0x5571735ef880 0.000172
+gallium_dri.so free 0x5571735ef9c0 void 0.000172
+gallium_dri.so free 0x5571735ef880 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000137
+gallium_dri.so free 0x5571735ef9c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000288
+gallium_dri.so free 0x5571735efb40 void 0.000363
+gallium_dri.so free 0x5571735ef9c0 void 0.000249
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000290
+gallium_dri.so free 0x5571735efc00 void 0.000320
+gallium_dri.so free 0x5571735ef9c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735efbb0 0.000312
+gallium_dri.so free 0x5571735efc80 void 0.000168
+gallium_dri.so free 0x5571735efbb0 void 0.000251
+gallium_dri.so malloc 72 0x5571735efcd0 0.000218
+gallium_dri.so free 0x5571735efd40 void 0.000219
+gallium_dri.so free 0x5571735efcd0 void 0.000183
+gallium_dri.so malloc 72 0x5571735efd80 0.000219
+gallium_dri.so free 0x5571735efe00 void 0.000220
+gallium_dri.so free 0x5571735efd80 void 0.000179
+gallium_dri.so malloc 72 0x5571735efd80 0.000176
+gallium_dri.so free 0x5571735efe80 void 0.000169
+gallium_dri.so free 0x5571735efd80 void 0.000209
+gallium_dri.so malloc 72 0x5571735efeb0 0.000237
+gallium_dri.so free 0x5571735eff00 void 0.000185
+gallium_dri.so free 0x5571735efeb0 void 0.000179
+gallium_dri.so malloc 72 0x5571735efeb0 0.000180
+gallium_dri.so free 0x5571735f0000 void 0.000187
+gallium_dri.so free 0x5571735efeb0 void 0.000182
+gallium_dri.so malloc 72 0x5571735effb0 0.000177
+gallium_dri.so free 0x5571735f00c0 void 0.000180
+gallium_dri.so free 0x5571735effb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f0070 0.000175
+gallium_dri.so free 0x5571735f0100 void 0.000171
+gallium_dri.so free 0x5571735f0070 void 0.000170
+gallium_dri.so malloc 72 0x5571735f0070 0.000171
+gallium_dri.so free 0x5571735f01c0 void 0.000173
+gallium_dri.so free 0x5571735f0070 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0230 0.000172
+gallium_dri.so free 0x5571735f0280 void 0.000173
+gallium_dri.so free 0x5571735f0230 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0230 0.000176
+gallium_dri.so free 0x5571735f0380 void 0.000173
+gallium_dri.so free 0x5571735f0230 void 0.000173
+gallium_dri.so malloc 72 0x5571735f0330 0.000171
+gallium_dri.so free 0x5571735f0440 void 0.000171
+gallium_dri.so free 0x5571735f0330 void 0.000171
+gallium_dri.so malloc 72 0x5571735f03f0 0.000171
+gallium_dri.so free 0x5571735f0480 void 0.000172
+gallium_dri.so free 0x5571735f03f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f03f0 0.000173
+gallium_dri.so free 0x5571735f0540 void 0.000175
+gallium_dri.so free 0x5571735f03f0 void 0.000241
+gallium_dri.so malloc 72 0x5571735f0580 0.000177
+gallium_dri.so free 0x5571735f0600 void 0.000280
+gallium_dri.so free 0x5571735f0580 void 0.000283
+gallium_dri.so malloc 72 0x5571735f0600 0.000208
+gallium_dri.so free 0x5571735f06c0 void 0.000305
+gallium_dri.so free 0x5571735f0600 void 0.000208
+gallium_dri.so malloc 72 0x5571735f0600 0.000296
+gallium_dri.so free 0x5571735f0780 void 0.000333
+gallium_dri.so free 0x5571735f0600 void 0.000273
+gallium_dri.so malloc 72 0x5571735f07a0 0.000269
+gallium_dri.so free 0x5571735f0840 void 0.000283
+gallium_dri.so free 0x5571735f07a0 void 0.000260
+gallium_dri.so malloc 72 0x5571735f07f0 0.000219
+gallium_dri.so free 0x5571735f08c0 void 0.000223
+gallium_dri.so free 0x5571735f07f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f07f0 0.000177
+gallium_dri.so free 0x5571735f0940 void 0.000181
+gallium_dri.so free 0x5571735f07f0 void 0.000271
+gallium_dri.so malloc 72 0x5571735f0940 0.000188
+gallium_dri.so free 0x5571735f0a00 void 0.000191
+gallium_dri.so free 0x5571735f0940 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0940 0.000194
+gallium_dri.so free 0x5571735f0ac0 void 0.000192
+gallium_dri.so free 0x5571735f0940 void 0.000191
+gallium_dri.so malloc 72 0x5571735f0940 0.000183
+gallium_dri.so free 0x5571735f0b80 void 0.000180
+gallium_dri.so free 0x5571735f0940 void 0.000180
+gallium_dri.so malloc 72 0x5571735f0b30 0.000180
+gallium_dri.so free 0x5571735f0c40 void 0.000181
+gallium_dri.so free 0x5571735f0b30 void 0.000181
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000178
+gallium_dri.so free 0x5571735f0cc0 void 0.000181
+gallium_dri.so free 0x5571735f0bf0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f0d10 0.000181
+gallium_dri.so free 0x5571735f0d80 void 0.000188
+gallium_dri.so free 0x5571735f0d10 void 0.000180
+gallium_dri.so malloc 72 0x5571735f0da0 0.000179
+gallium_dri.so free 0x5571735f0e40 void 0.000178
+gallium_dri.so free 0x5571735f0da0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f0df0 0.000178
+gallium_dri.so free 0x5571735f0ec0 void 0.000181
+gallium_dri.so free 0x5571735f0df0 void 0.000187
+gallium_dri.so malloc 72 0x5571735f0df0 0.000186
+gallium_dri.so free 0x5571735f0f40 void 0.000185
+gallium_dri.so free 0x5571735f0df0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0f40 0.000182
+gallium_dri.so free 0x5571735f1000 void 0.000182
+gallium_dri.so free 0x5571735f0f40 void 0.000187
+gallium_dri.so malloc 72 0x5571735f0f40 0.000187
+gallium_dri.so free 0x5571735f1100 void 0.000182
+gallium_dri.so free 0x5571735f0f40 void 0.000187
+gallium_dri.so malloc 72 0x5571735f10b0 0.000199
+gallium_dri.so free 0x5571735f1140 void 0.000183
+gallium_dri.so free 0x5571735f10b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f10b0 0.000194
+gallium_dri.so free 0x5571735f1200 void 0.000189
+gallium_dri.so free 0x5571735f10b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735f1240 0.000199
+gallium_dri.so free 0x5571735f12c0 void 0.000195
+gallium_dri.so free 0x5571735f1240 void 0.000184
+gallium_dri.so malloc 72 0x5571735f12c0 0.000182
+gallium_dri.so free 0x5571735f1380 void 0.000171
+gallium_dri.so free 0x5571735f12c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f12c0 0.000169
+gallium_dri.so free 0x5571735f1400 void 0.000170
+gallium_dri.so free 0x5571735f12c0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f1430 0.000161
+gallium_dri.so free 0x5571735f1480 void 0.000126
+gallium_dri.so free 0x5571735f1430 void 0.000140
+gallium_dri.so malloc 72 0x5571735f1430 0.000122
+gallium_dri.so free 0x5571735f1580 void 0.000118
+gallium_dri.so free 0x5571735f1430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f15c0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f15c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1640 0.000117
+gallium_dri.so free 0x5571735f1700 void 0.000116
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1640 0.000115
+gallium_dri.so free 0x5571735f1780 void 0.000115
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000116
+gallium_dri.so free 0x5571735f17b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f18b0 0.000115
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so free 0x5571735f18b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1970 0.000117
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so free 0x5571735f1970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000116
+gallium_dri.so free 0x5571735f1970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1970 0.000123
+gallium_dri.so free 0x5571735f1bc0 void 0.000122
+gallium_dri.so free 0x5571735f1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1b70 0.000122
+gallium_dri.so free 0x5571735f1c40 void 0.000122
+gallium_dri.so free 0x5571735f1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c90 0.000122
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c90 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1d20 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d70 0.000121
+gallium_dri.so free 0x5571735f1e40 void 0.000120
+gallium_dri.so free 0x5571735f1d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1e40 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e40 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000124
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1f80 0.000124
+gallium_dri.so free 0x5571735f2040 void 0.000122
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f80 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000128
+gallium_dri.so free 0x5571735f1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1f80 0.000125
+gallium_dri.so free 0x5571735f21c0 void 0.000122
+gallium_dri.so free 0x5571735f1f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2170 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f2170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2290 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000124
+gallium_dri.so free 0x5571735f2290 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2340 0.000121
+gallium_dri.so free 0x5571735f23c0 void 0.000122
+gallium_dri.so free 0x5571735f2340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2340 0.000121
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so free 0x5571735f2340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2470 0.000122
+gallium_dri.so free 0x5571735f24c0 void 0.000122
+gallium_dri.so free 0x5571735f2470 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2470 0.000121
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so free 0x5571735f2470 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2570 0.000121
+gallium_dri.so free 0x5571735f2680 void 0.000123
+gallium_dri.so free 0x5571735f2570 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2630 0.000116
+gallium_dri.so free 0x5571735f26c0 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2630 0.000117
+gallium_dri.so free 0x5571735f2780 void 0.000116
+gallium_dri.so free 0x5571735f2630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f27f0 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000117
+gallium_dri.so free 0x5571735f27f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f27f0 0.000115
+gallium_dri.so free 0x5571735f2940 void 0.000114
+gallium_dri.so free 0x5571735f27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f28f0 0.000115
+gallium_dri.so free 0x5571735f2a00 void 0.000116
+gallium_dri.so free 0x5571735f28f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f29b0 0.000115
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f29b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f29b0 0.000115
+gallium_dri.so free 0x5571735f2b00 void 0.000116
+gallium_dri.so free 0x5571735f29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b40 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000117
+gallium_dri.so free 0x5571735f2b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000116
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000119
+gallium_dri.so free 0x5571735f2d40 void 0.000123
+gallium_dri.so free 0x5571735f2bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d60 0.000119
+gallium_dri.so free 0x5571735f2e00 void 0.000129
+gallium_dri.so free 0x5571735f2d60 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2db0 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000148
+gallium_dri.so free 0x5571735f2db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2db0 0.000120
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so free 0x5571735f2db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2f00 0.000122
+gallium_dri.so free 0x5571735f2fc0 void 0.000121
+gallium_dri.so free 0x5571735f2f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2f00 0.000120
+gallium_dri.so free 0x5571735f3080 void 0.000122
+gallium_dri.so free 0x5571735f2f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2f00 0.000122
+gallium_dri.so free 0x5571735f3140 void 0.000121
+gallium_dri.so free 0x5571735f2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f30f0 0.000120
+gallium_dri.so free 0x5571735f3200 void 0.000121
+gallium_dri.so free 0x5571735f30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x5571735f3280 void 0.000128
+gallium_dri.so free 0x5571735f31b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f32d0 0.000122
+gallium_dri.so free 0x5571735f3340 void 0.000121
+gallium_dri.so free 0x5571735f32d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3360 0.000121
+gallium_dri.so free 0x5571735f3400 void 0.000123
+gallium_dri.so free 0x5571735f3360 void 0.000120
+gallium_dri.so malloc 72 0x5571735f33b0 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f33b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f33b0 0.000123
+gallium_dri.so free 0x5571735f3500 void 0.000122
+gallium_dri.so free 0x5571735f33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3500 0.000122
+gallium_dri.so free 0x5571735f35c0 void 0.000123
+gallium_dri.so free 0x5571735f3500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3500 0.000123
+gallium_dri.so free 0x5571735f36c0 void 0.000122
+gallium_dri.so free 0x5571735f3500 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3670 0.000123
+gallium_dri.so free 0x55717360c640 void 0.000121
+gallium_dri.so free 0x5571735f3670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3670 0.000121
+gallium_dri.so free 0x55717360c700 void 0.000122
+gallium_dri.so free 0x5571735f3670 void 0.000130
+gallium_dri.so malloc 72 0x55717360c740 0.000116
+gallium_dri.so free 0x55717360c7c0 void 0.000116
+gallium_dri.so free 0x55717360c740 void 0.000115
+gallium_dri.so malloc 72 0x55717360c7c0 0.000113
+gallium_dri.so free 0x55717360c880 void 0.000114
+gallium_dri.so free 0x55717360c7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c7c0 0.000116
+gallium_dri.so free 0x55717360c900 void 0.000115
+gallium_dri.so free 0x55717360c7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c930 0.000115
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c930 void 0.000116
+gallium_dri.so malloc 72 0x55717360c930 0.000115
+gallium_dri.so free 0x55717360ca80 void 0.000116
+gallium_dri.so free 0x55717360c930 void 0.000114
+gallium_dri.so malloc 72 0x55717360cac0 0.000115
+gallium_dri.so free 0x55717360cb40 void 0.000117
+gallium_dri.so free 0x55717360cac0 void 0.000116
+gallium_dri.so malloc 72 0x55717360cb40 0.000115
+gallium_dri.so free 0x55717360cc00 void 0.000116
+gallium_dri.so free 0x55717360cb40 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb40 0.000144
+gallium_dri.so free 0x55717360cc80 void 0.000119
+gallium_dri.so free 0x55717360cb40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ccb0 0.000116
+gallium_dri.so free 0x55717360cd00 void 0.000117
+gallium_dri.so free 0x55717360ccb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ccb0 0.000121
+gallium_dri.so free 0x55717360ce00 void 0.000123
+gallium_dri.so free 0x55717360ccb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cdb0 0.000120
+gallium_dri.so free 0x55717360cec0 void 0.000119
+gallium_dri.so free 0x55717360cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ce70 0.000120
+gallium_dri.so free 0x55717360cf40 void 0.000122
+gallium_dri.so free 0x55717360ce70 void 0.000122
+gallium_dri.so malloc 72 0x55717360ce70 0.000121
+gallium_dri.so free 0x55717360d000 void 0.000122
+gallium_dri.so free 0x55717360ce70 void 0.000122
+gallium_dri.so malloc 72 0x55717360ce70 0.000121
+gallium_dri.so free 0x55717360d0c0 void 0.000121
+gallium_dri.so free 0x55717360ce70 void 0.000120
+gallium_dri.so malloc 72 0x55717360d070 0.000123
+gallium_dri.so free 0x55717360d140 void 0.000121
+gallium_dri.so free 0x55717360d070 void 0.000120
+gallium_dri.so malloc 72 0x55717360d190 0.000121
+gallium_dri.so free 0x55717360d200 void 0.000121
+gallium_dri.so free 0x55717360d190 void 0.000120
+gallium_dri.so malloc 72 0x55717360d220 0.000120
+gallium_dri.so free 0x55717360d2c0 void 0.000123
+gallium_dri.so free 0x55717360d220 void 0.000117
+gallium_dri.so malloc 72 0x55717360d270 0.000121
+gallium_dri.so free 0x55717360d340 void 0.000126
+gallium_dri.so free 0x55717360d270 void 0.000120
+gallium_dri.so malloc 72 0x55717360d340 0.000120
+gallium_dri.so free 0x55717360d400 void 0.000122
+gallium_dri.so free 0x55717360d340 void 0.000120
+gallium_dri.so malloc 72 0x55717360d340 0.000120
+gallium_dri.so free 0x55717360d480 void 0.000121
+gallium_dri.so free 0x55717360d340 void 0.000120
+gallium_dri.so malloc 72 0x55717360d480 0.000122
+gallium_dri.so free 0x55717360d540 void 0.000121
+gallium_dri.so free 0x55717360d480 void 0.000122
+gallium_dri.so malloc 72 0x55717360d480 0.000121
+gallium_dri.so free 0x55717360d600 void 0.000122
+gallium_dri.so free 0x55717360d480 void 0.000120
+gallium_dri.so malloc 72 0x55717360d480 0.000120
+gallium_dri.so free 0x55717360d6c0 void 0.000118
+gallium_dri.so free 0x55717360d480 void 0.000119
+gallium_dri.so malloc 72 0x55717360d670 0.000122
+gallium_dri.so free 0x55717360d740 void 0.000121
+gallium_dri.so free 0x55717360d670 void 0.000121
+gallium_dri.so malloc 72 0x55717360d790 0.000120
+gallium_dri.so free 0x55717360d800 void 0.000121
+gallium_dri.so free 0x55717360d790 void 0.000121
+gallium_dri.so malloc 72 0x55717360d840 0.000121
+gallium_dri.so free 0x55717360d8c0 void 0.000122
+gallium_dri.so free 0x55717360d840 void 0.000124
+gallium_dri.so malloc 72 0x55717360d840 0.000122
+gallium_dri.so free 0x55717360d940 void 0.000121
+gallium_dri.so free 0x55717360d840 void 0.000119
+gallium_dri.so malloc 72 0x55717360d970 0.000120
+gallium_dri.so free 0x55717360d9c0 void 0.000123
+gallium_dri.so free 0x55717360d970 void 0.000117
+gallium_dri.so malloc 72 0x55717360d970 0.000120
+gallium_dri.so free 0x55717360dac0 void 0.000121
+gallium_dri.so free 0x55717360d970 void 0.000146
+gallium_dri.so malloc 72 0x55717360da70 0.000121
+gallium_dri.so free 0x55717360db80 void 0.000121
+gallium_dri.so free 0x55717360da70 void 0.000126
+gallium_dri.so malloc 72 0x55717360db30 0.000120
+gallium_dri.so free 0x55717360dbc0 void 0.000120
+gallium_dri.so free 0x55717360db30 void 0.000120
+gallium_dri.so malloc 72 0x55717360db30 0.000120
+gallium_dri.so free 0x55717360dc80 void 0.000122
+gallium_dri.so free 0x55717360db30 void 0.000123
+gallium_dri.so malloc 72 0x55717360dcf0 0.000120
+gallium_dri.so free 0x55717360dd40 void 0.000120
+gallium_dri.so free 0x55717360dcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dcf0 0.000120
+gallium_dri.so free 0x55717360de40 void 0.000120
+gallium_dri.so free 0x55717360dcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ddf0 0.000123
+gallium_dri.so free 0x55717360df00 void 0.000130
+gallium_dri.so free 0x55717360ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360deb0 0.000121
+gallium_dri.so free 0x55717360df40 void 0.000120
+gallium_dri.so free 0x55717360deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360deb0 0.000120
+gallium_dri.so free 0x55717360e000 void 0.000123
+gallium_dri.so free 0x55717360deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e040 0.000128
+gallium_dri.so free 0x55717360e0c0 void 0.000119
+gallium_dri.so free 0x55717360e040 void 0.000118
+gallium_dri.so malloc 72 0x55717360e0c0 0.000116
+gallium_dri.so free 0x55717360e180 void 0.000117
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e0c0 0.000117
+gallium_dri.so free 0x55717360e240 void 0.000117
+gallium_dri.so free 0x55717360e0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e260 0.000114
+gallium_dri.so free 0x55717360e300 void 0.000115
+gallium_dri.so free 0x55717360e260 void 0.000115
+gallium_dri.so malloc 72 0x55717360e2b0 0.000115
+gallium_dri.so free 0x55717360e380 void 0.000116
+gallium_dri.so free 0x55717360e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2b0 0.000116
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x55717360e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e400 0.000159
+gallium_dri.so free 0x55717360e4c0 void 0.000124
+gallium_dri.so free 0x55717360e400 void 0.000118
+gallium_dri.so malloc 72 0x55717360e400 0.000119
+gallium_dri.so free 0x55717360e580 void 0.000121
+gallium_dri.so free 0x55717360e400 void 0.000119
+gallium_dri.so malloc 72 0x55717360e400 0.000119
+gallium_dri.so free 0x55717360e640 void 0.000120
+gallium_dri.so free 0x55717360e400 void 0.000120
+gallium_dri.so malloc 72 0x55717360e5f0 0.000119
+gallium_dri.so free 0x55717360e700 void 0.000118
+gallium_dri.so free 0x55717360e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6b0 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000118
+gallium_dri.so free 0x55717360e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e7d0 0.000119
+gallium_dri.so free 0x55717360e840 void 0.000118
+gallium_dri.so free 0x55717360e7d0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e860 0.000119
+gallium_dri.so free 0x55717360e900 void 0.000118
+gallium_dri.so free 0x55717360e860 void 0.000119
+gallium_dri.so malloc 72 0x55717360e8b0 0.000147
+gallium_dri.so free 0x55717360e980 void 0.000120
+gallium_dri.so free 0x55717360e8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e8b0 0.000119
+gallium_dri.so free 0x55717360ea00 void 0.000120
+gallium_dri.so free 0x55717360e8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ea00 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717360ea00 void 0.000111
+gallium_dri.so malloc 72 0x55717360ea00 0.000111
+gallium_dri.so free 0x55717360ebc0 void 0.000113
+gallium_dri.so free 0x55717360ea00 void 0.000111
+gallium_dri.so malloc 72 0x55717360eb70 0.000112
+gallium_dri.so free 0x55717360ec00 void 0.000111
+gallium_dri.so free 0x55717360eb70 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb70 0.000120
+gallium_dri.so free 0x55717360ecc0 void 0.000114
+gallium_dri.so free 0x55717360eb70 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed00 0.000110
+gallium_dri.so free 0x55717360ed80 void 0.000110
+gallium_dri.so free 0x55717360ed00 void 0.000112
+gallium_dri.so malloc 72 0x55717360ed80 0.000112
+gallium_dri.so free 0x55717360ee40 void 0.000112
+gallium_dri.so free 0x55717360ed80 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed80 0.000111
+gallium_dri.so free 0x55717360eec0 void 0.000111
+gallium_dri.so free 0x55717360ed80 void 0.000113
+gallium_dri.so malloc 72 0x55717360eef0 0.000112
+gallium_dri.so free 0x55717360ef40 void 0.000111
+gallium_dri.so free 0x55717360eef0 void 0.000111
+gallium_dri.so malloc 72 0x55717360eef0 0.000112
+gallium_dri.so free 0x55717360f040 void 0.000110
+gallium_dri.so free 0x55717360eef0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f080 0.000120
+gallium_dri.so free 0x55717360f100 void 0.000116
+gallium_dri.so free 0x55717360f080 void 0.000114
+gallium_dri.so malloc 72 0x55717360f100 0.000115
+gallium_dri.so free 0x55717360f1c0 void 0.000114
+gallium_dri.so free 0x55717360f100 void 0.000113
+gallium_dri.so malloc 72 0x55717360f100 0.000113
+gallium_dri.so free 0x55717360f240 void 0.000114
+gallium_dri.so free 0x55717360f100 void 0.000112
+gallium_dri.so malloc 72 0x55717360f270 0.000111
+gallium_dri.so free 0x55717360f2c0 void 0.000113
+gallium_dri.so free 0x55717360f270 void 0.000115
+gallium_dri.so malloc 72 0x55717360f270 0.000113
+gallium_dri.so free 0x55717360f3c0 void 0.000113
+gallium_dri.so free 0x55717360f270 void 0.000113
+gallium_dri.so malloc 72 0x55717360f370 0.000113
+gallium_dri.so free 0x55717360f480 void 0.000114
+gallium_dri.so free 0x55717360f370 void 0.000118
+gallium_dri.so malloc 72 0x55717360f430 0.000120
+gallium_dri.so free 0x55717360f500 void 0.000120
+gallium_dri.so free 0x55717360f430 void 0.000120
+gallium_dri.so malloc 72 0x55717360f430 0.000119
+gallium_dri.so free 0x55717360f5c0 void 0.000119
+gallium_dri.so free 0x55717360f430 void 0.000119
+gallium_dri.so malloc 72 0x55717360f430 0.000119
+gallium_dri.so free 0x55717360f680 void 0.000121
+gallium_dri.so free 0x55717360f430 void 0.000119
+gallium_dri.so malloc 72 0x55717360f630 0.000175
+gallium_dri.so free 0x55717360f700 void 0.000126
+gallium_dri.so free 0x55717360f630 void 0.000117
+gallium_dri.so malloc 72 0x55717360f750 0.000120
+gallium_dri.so free 0x55717360f7c0 void 0.000120
+gallium_dri.so free 0x55717360f750 void 0.000120
+gallium_dri.so malloc 72 0x55717360f7e0 0.000119
+gallium_dri.so free 0x55717360f880 void 0.000118
+gallium_dri.so free 0x55717360f7e0 void 0.000142
+gallium_dri.so malloc 72 0x55717360f830 0.000120
+gallium_dri.so free 0x55717360f900 void 0.000120
+gallium_dri.so free 0x55717360f830 void 0.000120
+gallium_dri.so malloc 72 0x55717360f900 0.000119
+gallium_dri.so free 0x55717360f9c0 void 0.000119
+gallium_dri.so free 0x55717360f900 void 0.000115
+gallium_dri.so malloc 72 0x55717360f900 0.000118
+gallium_dri.so free 0x55717360fa40 void 0.000120
+gallium_dri.so free 0x55717360f900 void 0.000118
+gallium_dri.so malloc 72 0x55717360fa40 0.000124
+gallium_dri.so free 0x55717360fb00 void 0.000120
+gallium_dri.so free 0x55717360fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717360fa40 0.000120
+gallium_dri.so free 0x55717360fbc0 void 0.000119
+gallium_dri.so free 0x55717360fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717360fa40 0.000120
+gallium_dri.so free 0x55717360fc80 void 0.000120
+gallium_dri.so free 0x55717360fa40 void 0.000132
+gallium_dri.so malloc 72 0x55717360fc30 0.000112
+gallium_dri.so free 0x55717360fd00 void 0.000110
+gallium_dri.so free 0x55717360fc30 void 0.000111
+gallium_dri.so malloc 72 0x55717360fd50 0.000111
+gallium_dri.so free 0x55717360fdc0 void 0.000111
+gallium_dri.so free 0x55717360fd50 void 0.000112
+gallium_dri.so malloc 72 0x55717360fe00 0.000110
+gallium_dri.so free 0x55717360fe80 void 0.000112
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so malloc 72 0x55717360fe00 0.000111
+gallium_dri.so free 0x55717360ff00 void 0.000110
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so malloc 72 0x55717360ff30 0.000111
+gallium_dri.so free 0x55717360ff80 void 0.000112
+gallium_dri.so free 0x55717360ff30 void 0.000111
+gallium_dri.so malloc 72 0x55717360ff30 0.000110
+gallium_dri.so free 0x557173610080 void 0.000111
+gallium_dri.so free 0x55717360ff30 void 0.000112
+gallium_dri.so malloc 72 0x557173610030 0.000112
+gallium_dri.so free 0x557173610140 void 0.000110
+gallium_dri.so free 0x557173610030 void 0.000115
+gallium_dri.so malloc 72 0x5571736100f0 0.000112
+gallium_dri.so free 0x557173610180 void 0.000112
+gallium_dri.so free 0x5571736100f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736100f0 0.000110
+gallium_dri.so free 0x557173610240 void 0.000110
+gallium_dri.so free 0x5571736100f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736102b0 0.000135
+gallium_dri.so free 0x557173610300 void 0.000122
+gallium_dri.so free 0x5571736102b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736102b0 0.000119
+gallium_dri.so free 0x557173610400 void 0.000119
+gallium_dri.so free 0x5571736102b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736103b0 0.000118
+gallium_dri.so free 0x5571736104c0 void 0.000121
+gallium_dri.so free 0x5571736103b0 void 0.000119
+gallium_dri.so malloc 72 0x557173610470 0.000120
+gallium_dri.so free 0x557173610500 void 0.000122
+gallium_dri.so free 0x557173610470 void 0.000123
+gallium_dri.so malloc 72 0x557173610470 0.000125
+gallium_dri.so free 0x5571736105c0 void 0.000126
+gallium_dri.so free 0x557173610470 void 0.000126
+gallium_dri.so malloc 72 0x557173610600 0.000120
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so free 0x557173610600 void 0.000124
+gallium_dri.so malloc 72 0x557173610680 0.000125
+gallium_dri.so free 0x557173610740 void 0.000126
+gallium_dri.so free 0x557173610680 void 0.000121
+gallium_dri.so malloc 72 0x557173610680 0.000148
+gallium_dri.so free 0x557173610800 void 0.000183
+gallium_dri.so free 0x557173610680 void 0.000181
+gallium_dri.so malloc 72 0x557173610820 0.000222
+gallium_dri.so free 0x5571736108c0 void 0.000203
+gallium_dri.so free 0x557173610820 void 0.000181
+gallium_dri.so malloc 72 0x557173610870 0.000195
+gallium_dri.so free 0x557173610940 void 0.000179
+gallium_dri.so free 0x557173610870 void 0.000202
+gallium_dri.so malloc 72 0x557173610870 0.000193
+gallium_dri.so free 0x5571736109c0 void 0.000185
+gallium_dri.so free 0x557173610870 void 0.000184
+gallium_dri.so malloc 72 0x5571736109c0 0.000205
+gallium_dri.so free 0x557173610a80 void 0.000187
+gallium_dri.so free 0x5571736109c0 void 0.000212
+gallium_dri.so malloc 72 0x5571736109c0 0.000125
+gallium_dri.so free 0x557173610b40 void 0.000125
+gallium_dri.so free 0x5571736109c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736109c0 0.000126
+gallium_dri.so free 0x557173610c00 void 0.000125
+gallium_dri.so free 0x5571736109c0 void 0.000124
+gallium_dri.so malloc 72 0x557173610bb0 0.000125
+gallium_dri.so free 0x557173610cc0 void 0.000124
+gallium_dri.so free 0x557173610bb0 void 0.000136
+gallium_dri.so malloc 72 0x557173610c70 0.000127
+gallium_dri.so free 0x557173610d40 void 0.000125
+gallium_dri.so free 0x557173610c70 void 0.000126
+gallium_dri.so malloc 72 0x557173610d90 0.000125
+gallium_dri.so free 0x557173610e00 void 0.000125
+gallium_dri.so free 0x557173610d90 void 0.000124
+gallium_dri.so malloc 72 0x557173610e20 0.000125
+gallium_dri.so free 0x557173610ec0 void 0.000125
+gallium_dri.so free 0x557173610e20 void 0.000124
+gallium_dri.so malloc 72 0x557173610e70 0.000123
+gallium_dri.so free 0x557173610f40 void 0.000124
+gallium_dri.so free 0x557173610e70 void 0.000124
+gallium_dri.so malloc 72 0x557173610e70 0.000125
+gallium_dri.so free 0x557173610fc0 void 0.000126
+gallium_dri.so free 0x557173610e70 void 0.000124
+gallium_dri.so malloc 72 0x557173610fc0 0.000125
+gallium_dri.so free 0x557173611080 void 0.000125
+gallium_dri.so free 0x557173610fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173610fc0 0.000125
+gallium_dri.so free 0x557173611180 void 0.000124
+gallium_dri.so free 0x557173610fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173611130 0.000124
+gallium_dri.so free 0x5571736111c0 void 0.000125
+gallium_dri.so free 0x557173611130 void 0.000123
+gallium_dri.so malloc 72 0x557173611130 0.000131
+gallium_dri.so free 0x557173611280 void 0.000128
+gallium_dri.so free 0x557173611130 void 0.000124
+gallium_dri.so malloc 72 0x5571736112c0 0.000126
+gallium_dri.so free 0x557173611340 void 0.000125
+gallium_dri.so free 0x5571736112c0 void 0.000125
+gallium_dri.so malloc 72 0x557173611340 0.000125
+gallium_dri.so free 0x557173611400 void 0.000123
+gallium_dri.so free 0x557173611340 void 0.000128
+gallium_dri.so malloc 72 0x557173611340 0.000125
+gallium_dri.so free 0x557173611480 void 0.000125
+gallium_dri.so free 0x557173611340 void 0.000125
+gallium_dri.so malloc 72 0x5571736114b0 0.000125
+gallium_dri.so free 0x557173611500 void 0.000123
+gallium_dri.so free 0x5571736114b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736114b0 0.000124
+gallium_dri.so free 0x557173611600 void 0.000124
+gallium_dri.so free 0x5571736114b0 void 0.000124
+gallium_dri.so malloc 72 0x557173611640 0.000124
+gallium_dri.so free 0x5571736116c0 void 0.000125
+gallium_dri.so free 0x557173611640 void 0.000125
+gallium_dri.so malloc 72 0x5571736116c0 0.000125
+gallium_dri.so free 0x557173611780 void 0.000125
+gallium_dri.so free 0x5571736116c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736116c0 0.000133
+gallium_dri.so free 0x557173611800 void 0.000132
+gallium_dri.so free 0x5571736116c0 void 0.000122
+gallium_dri.so malloc 72 0x557173611830 0.000119
+gallium_dri.so free 0x557173611880 void 0.000119
+gallium_dri.so free 0x557173611830 void 0.000118
+gallium_dri.so malloc 72 0x557173611830 0.000118
+gallium_dri.so free 0x557173611980 void 0.000120
+gallium_dri.so free 0x557173611830 void 0.000118
+gallium_dri.so malloc 72 0x557173611930 0.000120
+gallium_dri.so free 0x557173611a40 void 0.000118
+gallium_dri.so free 0x557173611930 void 0.000119
+gallium_dri.so malloc 72 0x5571736119f0 0.000123
+gallium_dri.so free 0x557173611ac0 void 0.000120
+gallium_dri.so free 0x5571736119f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736119f0 0.000119
+gallium_dri.so free 0x557173611b80 void 0.000119
+gallium_dri.so free 0x5571736119f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736119f0 0.000119
+gallium_dri.so free 0x557173611c40 void 0.000120
+gallium_dri.so free 0x5571736119f0 void 0.000118
+gallium_dri.so malloc 72 0x557173611bf0 0.000118
+gallium_dri.so free 0x557173611cc0 void 0.000118
+gallium_dri.so free 0x557173611bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173611d10 0.000118
+gallium_dri.so free 0x557173611d80 void 0.000119
+gallium_dri.so free 0x557173611d10 void 0.000118
+gallium_dri.so malloc 72 0x557173611da0 0.000119
+gallium_dri.so free 0x557173611e40 void 0.000124
+gallium_dri.so free 0x557173611da0 void 0.000119
+gallium_dri.so malloc 72 0x557173611df0 0.000118
+gallium_dri.so free 0x557173611ec0 void 0.000120
+gallium_dri.so free 0x557173611df0 void 0.000118
+gallium_dri.so malloc 72 0x557173611ec0 0.000119
+gallium_dri.so free 0x557173611f80 void 0.000120
+gallium_dri.so free 0x557173611ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173611ec0 0.000119
+gallium_dri.so free 0x557173612000 void 0.000118
+gallium_dri.so free 0x557173611ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173612000 0.000118
+gallium_dri.so free 0x5571736120c0 void 0.000119
+gallium_dri.so free 0x557173612000 void 0.000118
+gallium_dri.so malloc 72 0x557173612000 0.000118
+gallium_dri.so free 0x557173612180 void 0.000118
+gallium_dri.so free 0x557173612000 void 0.000118
+gallium_dri.so malloc 72 0x557173612000 0.000118
+gallium_dri.so free 0x557173612240 void 0.000118
+gallium_dri.so free 0x557173612000 void 0.000119
+gallium_dri.so malloc 72 0x5571736121f0 0.000120
+gallium_dri.so free 0x5571736122c0 void 0.000126
+gallium_dri.so free 0x5571736121f0 void 0.000118
+gallium_dri.so malloc 72 0x557173612310 0.000119
+gallium_dri.so free 0x557173612380 void 0.000119
+gallium_dri.so free 0x557173612310 void 0.000118
+gallium_dri.so malloc 72 0x5571736123c0 0.000129
+gallium_dri.so free 0x557173612440 void 0.000119
+gallium_dri.so free 0x5571736123c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736123c0 0.000118
+gallium_dri.so free 0x5571736124c0 void 0.000118
+gallium_dri.so free 0x5571736123c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736124f0 0.000118
+gallium_dri.so free 0x557173612540 void 0.000120
+gallium_dri.so free 0x5571736124f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736124f0 0.000120
+gallium_dri.so free 0x557173612640 void 0.000118
+gallium_dri.so free 0x5571736124f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736125f0 0.000119
+gallium_dri.so free 0x557173612700 void 0.000119
+gallium_dri.so free 0x5571736125f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736126b0 0.000120
+gallium_dri.so free 0x557173612740 void 0.000120
+gallium_dri.so free 0x5571736126b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736126b0 0.000119
+gallium_dri.so free 0x557173612800 void 0.000119
+gallium_dri.so free 0x5571736126b0 void 0.000118
+gallium_dri.so malloc 72 0x557173612870 0.000120
+gallium_dri.so free 0x5571736128c0 void 0.000120
+gallium_dri.so free 0x557173612870 void 0.000119
+gallium_dri.so malloc 72 0x557173612870 0.000119
+gallium_dri.so free 0x5571736129c0 void 0.000121
+gallium_dri.so free 0x557173612870 void 0.000143
+gallium_dri.so malloc 72 0x557173612970 0.000121
+gallium_dri.so free 0x557173612a80 void 0.000120
+gallium_dri.so free 0x557173612970 void 0.000118
+gallium_dri.so malloc 72 0x557173612a30 0.000119
+gallium_dri.so free 0x557173612ac0 void 0.000119
+gallium_dri.so free 0x557173612a30 void 0.000119
+gallium_dri.so malloc 72 0x557173612a30 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000118
+gallium_dri.so free 0x557173612a30 void 0.000119
+gallium_dri.so malloc 72 0x557173612bc0 0.000120
+gallium_dri.so free 0x557173612c40 void 0.000119
+gallium_dri.so free 0x557173612bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173612c40 0.000119
+gallium_dri.so free 0x557173612d00 void 0.000119
+gallium_dri.so free 0x557173612c40 void 0.000119
+gallium_dri.so malloc 72 0x557173612c40 0.000119
+gallium_dri.so free 0x557173612dc0 void 0.000120
+gallium_dri.so free 0x557173612c40 void 0.000117
+gallium_dri.so malloc 72 0x557173612de0 0.000118
+gallium_dri.so free 0x557173612e80 void 0.000118
+gallium_dri.so free 0x557173612de0 void 0.000118
+gallium_dri.so malloc 72 0x557173612e30 0.000118
+gallium_dri.so free 0x557173612f00 void 0.000121
+gallium_dri.so free 0x557173612e30 void 0.000118
+gallium_dri.so malloc 72 0x557173612e30 0.000119
+gallium_dri.so free 0x557173612f80 void 0.000203
+gallium_dri.so free 0x557173612e30 void 0.000121
+gallium_dri.so malloc 72 0x557173612f80 0.000118
+gallium_dri.so free 0x557173613040 void 0.000119
+gallium_dri.so free 0x557173612f80 void 0.000118
+gallium_dri.so malloc 72 0x557173612f80 0.000119
+gallium_dri.so free 0x557173613100 void 0.000118
+gallium_dri.so free 0x557173612f80 void 0.000118
+gallium_dri.so malloc 72 0x557173612f80 0.000139
+gallium_dri.so free 0x5571736131c0 void 0.000120
+gallium_dri.so free 0x557173612f80 void 0.000119
+gallium_dri.so malloc 72 0x557173613170 0.000124
+gallium_dri.so free 0x557173613280 void 0.000119
+gallium_dri.so free 0x557173613170 void 0.000119
+gallium_dri.so malloc 72 0x557173613230 0.000119
+gallium_dri.so free 0x557173613300 void 0.000119
+gallium_dri.so free 0x557173613230 void 0.000119
+gallium_dri.so malloc 72 0x557173613350 0.000121
+gallium_dri.so free 0x5571736133c0 void 0.000120
+gallium_dri.so free 0x557173613350 void 0.000118
+gallium_dri.so malloc 72 0x5571736133e0 0.000119
+gallium_dri.so free 0x557173613480 void 0.000120
+gallium_dri.so free 0x5571736133e0 void 0.000118
+gallium_dri.so malloc 72 0x557173613430 0.000119
+gallium_dri.so free 0x557173613500 void 0.000120
+gallium_dri.so free 0x557173613430 void 0.000118
+gallium_dri.so malloc 72 0x557173613430 0.000129
+gallium_dri.so free 0x557173613580 void 0.000119
+gallium_dri.so free 0x557173613430 void 0.000119
+gallium_dri.so malloc 72 0x557173613580 0.000118
+gallium_dri.so free 0x557173613640 void 0.000122
+gallium_dri.so free 0x557173613580 void 0.000122
+gallium_dri.so malloc 72 0x557173613580 0.000118
+gallium_dri.so free 0x557173613740 void 0.000118
+gallium_dri.so free 0x557173613580 void 0.000118
+gallium_dri.so malloc 72 0x5571736136f0 0.000119
+gallium_dri.so free 0x557173613780 void 0.000119
+gallium_dri.so free 0x5571736136f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736136f0 0.000119
+gallium_dri.so free 0x557173613840 void 0.000119
+gallium_dri.so free 0x5571736136f0 void 0.000117
+gallium_dri.so malloc 72 0x557173613880 0.000118
+gallium_dri.so free 0x557173613900 void 0.000118
+gallium_dri.so free 0x557173613880 void 0.000118
+gallium_dri.so malloc 72 0x557173613900 0.000119
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so free 0x557173613900 void 0.000117
+gallium_dri.so malloc 72 0x557173613900 0.000119
+gallium_dri.so free 0x557173613a40 void 0.000118
+gallium_dri.so free 0x557173613900 void 0.000116
+gallium_dri.so malloc 72 0x557173613a70 0.000118
+gallium_dri.so free 0x557173613ac0 void 0.000121
+gallium_dri.so free 0x557173613a70 void 0.000141
+gallium_dri.so malloc 72 0x557173613a70 0.000120
+gallium_dri.so free 0x557173613bc0 void 0.000119
+gallium_dri.so free 0x557173613a70 void 0.000116
+gallium_dri.so malloc 72 0x557173613c00 0.000119
+gallium_dri.so free 0x557173613c80 void 0.000118
+gallium_dri.so free 0x557173613c00 void 0.000120
+gallium_dri.so malloc 72 0x557173613c80 0.000119
+gallium_dri.so free 0x557173613d40 void 0.000118
+gallium_dri.so free 0x557173613c80 void 0.000120
+gallium_dri.so malloc 72 0x557173613c80 0.000119
+gallium_dri.so free 0x557173613dc0 void 0.000118
+gallium_dri.so free 0x557173613c80 void 0.000119
+gallium_dri.so malloc 72 0x557173613df0 0.000119
+gallium_dri.so free 0x557173613e40 void 0.000118
+gallium_dri.so free 0x557173613df0 void 0.000118
+gallium_dri.so malloc 72 0x557173613df0 0.000118
+gallium_dri.so free 0x557173613f40 void 0.000119
+gallium_dri.so free 0x557173613df0 void 0.000119
+gallium_dri.so malloc 72 0x557173613ef0 0.000119
+gallium_dri.so free 0x557173614000 void 0.000120
+gallium_dri.so free 0x557173613ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173613fb0 0.000125
+gallium_dri.so free 0x557173614080 void 0.000121
+gallium_dri.so free 0x557173613fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173613fb0 0.000119
+gallium_dri.so free 0x557173614140 void 0.000176
+gallium_dri.so free 0x557173613fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173613fb0 0.000118
+gallium_dri.so free 0x557173614200 void 0.000118
+gallium_dri.so free 0x557173613fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571736141b0 0.000118
+gallium_dri.so free 0x557173614280 void 0.000118
+gallium_dri.so free 0x5571736141b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736142d0 0.000117
+gallium_dri.so free 0x557173614340 void 0.000120
+gallium_dri.so free 0x5571736142d0 void 0.000118
+gallium_dri.so malloc 72 0x557173614360 0.000119
+gallium_dri.so free 0x557173614400 void 0.000118
+gallium_dri.so free 0x557173614360 void 0.000117
+gallium_dri.so malloc 72 0x5571736143b0 0.000120
+gallium_dri.so free 0x557173614480 void 0.000119
+gallium_dri.so free 0x5571736143b0 void 0.000118
+gallium_dri.so malloc 72 0x557173614480 0.000118
+gallium_dri.so free 0x557173614540 void 0.000118
+gallium_dri.so free 0x557173614480 void 0.000118
+gallium_dri.so malloc 72 0x557173614480 0.000119
+gallium_dri.so free 0x5571736145c0 void 0.000125
+gallium_dri.so free 0x557173614480 void 0.000119
+gallium_dri.so malloc 72 0x5571736145c0 0.000119
+gallium_dri.so free 0x557173614680 void 0.000118
+gallium_dri.so free 0x5571736145c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736145c0 0.000127
+gallium_dri.so free 0x557173614740 void 0.000122
+gallium_dri.so free 0x5571736145c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736145c0 0.000118
+gallium_dri.so free 0x557173614800 void 0.000118
+gallium_dri.so free 0x5571736145c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736147b0 0.000119
+gallium_dri.so free 0x557173614880 void 0.000119
+gallium_dri.so free 0x5571736147b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736148d0 0.000117
+gallium_dri.so free 0x557173614940 void 0.000120
+gallium_dri.so free 0x5571736148d0 void 0.000117
+gallium_dri.so malloc 72 0x557173614980 0.000122
+gallium_dri.so free 0x557173614a00 void 0.000122
+gallium_dri.so free 0x557173614980 void 0.000120
+gallium_dri.so malloc 72 0x557173614980 0.000118
+gallium_dri.so free 0x557173614a80 void 0.000120
+gallium_dri.so free 0x557173614980 void 0.000115
+gallium_dri.so malloc 72 0x557173614ab0 0.000120
+gallium_dri.so free 0x557173614b00 void 0.000118
+gallium_dri.so free 0x557173614ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173614ab0 0.000119
+gallium_dri.so free 0x557173614c00 void 0.000119
+gallium_dri.so free 0x557173614ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173614bb0 0.000118
+gallium_dri.so free 0x557173614cc0 void 0.000119
+gallium_dri.so free 0x557173614bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173614c70 0.000122
+gallium_dri.so free 0x557173614d00 void 0.000121
+gallium_dri.so free 0x557173614c70 void 0.000120
+gallium_dri.so malloc 72 0x557173614c70 0.000118
+gallium_dri.so free 0x557173614dc0 void 0.000118
+gallium_dri.so free 0x557173614c70 void 0.000119
+gallium_dri.so malloc 72 0x557173614e30 0.000119
+gallium_dri.so free 0x557173614e80 void 0.000118
+gallium_dri.so free 0x557173614e30 void 0.000144
+gallium_dri.so malloc 72 0x557173614e30 0.000121
+gallium_dri.so free 0x557173614f80 void 0.000118
+gallium_dri.so free 0x557173614e30 void 0.000114
+gallium_dri.so malloc 72 0x557173614f30 0.000118
+gallium_dri.so free 0x557173615040 void 0.000119
+gallium_dri.so free 0x557173614f30 void 0.000118
+gallium_dri.so malloc 72 0x557173614ff0 0.000117
+gallium_dri.so free 0x557173615080 void 0.000120
+gallium_dri.so free 0x557173614ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173614ff0 0.000118
+gallium_dri.so free 0x557173615140 void 0.000121
+gallium_dri.so free 0x557173614ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173615180 0.000119
+gallium_dri.so free 0x557173615200 void 0.000118
+gallium_dri.so free 0x557173615180 void 0.000119
+gallium_dri.so malloc 72 0x557173615200 0.000119
+gallium_dri.so free 0x5571736152c0 void 0.000118
+gallium_dri.so free 0x557173615200 void 0.000124
+gallium_dri.so malloc 72 0x557173615200 0.000119
+gallium_dri.so free 0x557173615380 void 0.000119
+gallium_dri.so free 0x557173615200 void 0.000118
+gallium_dri.so malloc 72 0x5571736153a0 0.000118
+gallium_dri.so free 0x557173615440 void 0.000119
+gallium_dri.so free 0x5571736153a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736153f0 0.000118
+gallium_dri.so free 0x5571736154c0 void 0.000119
+gallium_dri.so free 0x5571736153f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736153f0 0.000121
+gallium_dri.so free 0x557173615540 void 0.000119
+gallium_dri.so free 0x5571736153f0 void 0.000119
+gallium_dri.so malloc 72 0x557173615540 0.000119
+gallium_dri.so free 0x557173615600 void 0.000120
+gallium_dri.so free 0x557173615540 void 0.000115
+gallium_dri.so malloc 72 0x557173615540 0.000119
+gallium_dri.so free 0x5571736156c0 void 0.000119
+gallium_dri.so free 0x557173615540 void 0.000119
+gallium_dri.so malloc 72 0x557173615540 0.000118
+gallium_dri.so free 0x557173615780 void 0.000119
+gallium_dri.so free 0x557173615540 void 0.000118
+gallium_dri.so malloc 72 0x557173615730 0.000118
+gallium_dri.so free 0x557173615840 void 0.000120
+gallium_dri.so free 0x557173615730 void 0.000118
+gallium_dri.so malloc 72 0x5571736157f0 0.000119
+gallium_dri.so free 0x5571736158c0 void 0.000121
+gallium_dri.so free 0x5571736157f0 void 0.000118
+gallium_dri.so malloc 72 0x557173615910 0.000118
+gallium_dri.so free 0x557173615980 void 0.000118
+gallium_dri.so free 0x557173615910 void 0.000118
+gallium_dri.so malloc 72 0x5571736159a0 0.000119
+gallium_dri.so free 0x557173615a40 void 0.000119
+gallium_dri.so free 0x5571736159a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736159f0 0.000119
+gallium_dri.so free 0x557173615ac0 void 0.000119
+gallium_dri.so free 0x5571736159f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736159f0 0.000121
+gallium_dri.so free 0x557173615b40 void 0.000120
+gallium_dri.so free 0x5571736159f0 void 0.000117
+gallium_dri.so malloc 72 0x557173615b40 0.000118
+gallium_dri.so free 0x557173615c00 void 0.000118
+gallium_dri.so free 0x557173615b40 void 0.000119
+gallium_dri.so malloc 72 0x557173615b40 0.000118
+gallium_dri.so free 0x557173615d00 void 0.000119
+gallium_dri.so free 0x557173615b40 void 0.000119
+gallium_dri.so malloc 72 0x557173615cb0 0.000118
+gallium_dri.so free 0x557173615d40 void 0.000124
+gallium_dri.so free 0x557173615cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173615cb0 0.000119
+gallium_dri.so free 0x557173615e00 void 0.000119
+gallium_dri.so free 0x557173615cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173615e40 0.000124
+gallium_dri.so free 0x557173615ec0 void 0.000118
+gallium_dri.so free 0x557173615e40 void 0.000119
+gallium_dri.so malloc 72 0x557173615ec0 0.000117
+gallium_dri.so free 0x557173615f80 void 0.000119
+gallium_dri.so free 0x557173615ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173615ec0 0.000119
+gallium_dri.so free 0x557173616000 void 0.000120
+gallium_dri.so free 0x557173615ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173616030 0.000118
+gallium_dri.so free 0x557173616080 void 0.000118
+gallium_dri.so free 0x557173616030 void 0.000118
+gallium_dri.so malloc 72 0x557173616030 0.000122
+gallium_dri.so free 0x557173616180 void 0.000124
+gallium_dri.so free 0x557173616030 void 0.000118
+gallium_dri.so malloc 72 0x5571736161c0 0.000119
+gallium_dri.so free 0x557173616240 void 0.000118
+gallium_dri.so free 0x5571736161c0 void 0.000119
+gallium_dri.so malloc 72 0x557173616240 0.000118
+gallium_dri.so free 0x557173616300 void 0.000118
+gallium_dri.so free 0x557173616240 void 0.000119
+gallium_dri.so malloc 72 0x557173616240 0.000119
+gallium_dri.so free 0x557173616380 void 0.000119
+gallium_dri.so free 0x557173616240 void 0.000118
+gallium_dri.so malloc 72 0x5571736163b0 0.000119
+gallium_dri.so free 0x557173616400 void 0.000120
+gallium_dri.so free 0x5571736163b0 void 0.000173
+gallium_dri.so malloc 72 0x5571736163b0 0.000118
+gallium_dri.so free 0x557173616500 void 0.000118
+gallium_dri.so free 0x5571736163b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736164b0 0.000118
+gallium_dri.so free 0x5571736165c0 void 0.000118
+gallium_dri.so free 0x5571736164b0 void 0.000118
+gallium_dri.so malloc 72 0x557173616570 0.000120
+gallium_dri.so free 0x557173616640 void 0.000120
+gallium_dri.so free 0x557173616570 void 0.000118
+gallium_dri.so malloc 72 0x557173616570 0.000119
+gallium_dri.so free 0x557173616700 void 0.000118
+gallium_dri.so free 0x557173616570 void 0.000118
+gallium_dri.so malloc 72 0x557173616570 0.000118
+gallium_dri.so free 0x5571736167c0 void 0.000119
+gallium_dri.so free 0x557173616570 void 0.000118
+gallium_dri.so malloc 72 0x557173616770 0.000118
+gallium_dri.so free 0x557173616840 void 0.000119
+gallium_dri.so free 0x557173616770 void 0.000118
+gallium_dri.so malloc 72 0x557173616890 0.000118
+gallium_dri.so free 0x557173616900 void 0.000118
+gallium_dri.so free 0x557173616890 void 0.000118
+gallium_dri.so malloc 72 0x557173616920 0.000115
+gallium_dri.so free 0x5571736169c0 void 0.000119
+gallium_dri.so free 0x557173616920 void 0.000119
+gallium_dri.so malloc 72 0x557173616970 0.000118
+gallium_dri.so free 0x557173616a40 void 0.000128
+gallium_dri.so free 0x557173616970 void 0.000119
+gallium_dri.so malloc 72 0x557173616a40 0.000119
+gallium_dri.so free 0x557173616b00 void 0.000118
+gallium_dri.so free 0x557173616a40 void 0.000117
+gallium_dri.so malloc 72 0x557173616a40 0.000119
+gallium_dri.so free 0x557173616b80 void 0.000118
+gallium_dri.so free 0x557173616a40 void 0.000115
+gallium_dri.so malloc 72 0x557173616b80 0.000118
+gallium_dri.so free 0x557173616c40 void 0.000150
+gallium_dri.so free 0x557173616b80 void 0.000120
+gallium_dri.so malloc 72 0x557173616b80 0.000118
+gallium_dri.so free 0x557173616d00 void 0.000119
+gallium_dri.so free 0x557173616b80 void 0.000117
+gallium_dri.so malloc 72 0x557173616b80 0.000119
+gallium_dri.so free 0x557173616dc0 void 0.000119
+gallium_dri.so free 0x557173616b80 void 0.000117
+gallium_dri.so malloc 72 0x557173616d70 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000119
+gallium_dri.so free 0x557173616d70 void 0.000119
+gallium_dri.so malloc 72 0x557173616e90 0.000118
+gallium_dri.so free 0x557173616f00 void 0.000117
+gallium_dri.so free 0x557173616e90 void 0.000118
+gallium_dri.so malloc 72 0x557173616f40 0.000120
+gallium_dri.so free 0x557173616fc0 void 0.000120
+gallium_dri.so free 0x557173616f40 void 0.000117
+gallium_dri.so malloc 72 0x557173616f40 0.000139
+gallium_dri.so free 0x557173617040 void 0.000120
+gallium_dri.so free 0x557173616f40 void 0.000118
+gallium_dri.so malloc 72 0x557173617070 0.000119
+gallium_dri.so free 0x5571736170c0 void 0.000119
+gallium_dri.so free 0x557173617070 void 0.000117
+gallium_dri.so malloc 72 0x557173617070 0.000119
+gallium_dri.so free 0x5571736171c0 void 0.000118
+gallium_dri.so free 0x557173617070 void 0.000118
+gallium_dri.so malloc 72 0x557173617170 0.000117
+gallium_dri.so free 0x557173617280 void 0.000117
+gallium_dri.so free 0x557173617170 void 0.000118
+gallium_dri.so malloc 72 0x557173617230 0.000118
+gallium_dri.so free 0x5571736172c0 void 0.000123
+gallium_dri.so free 0x557173617230 void 0.000120
+gallium_dri.so malloc 72 0x557173617230 0.000117
+gallium_dri.so free 0x557173617380 void 0.000119
+gallium_dri.so free 0x557173617230 void 0.000128
+gallium_dri.so malloc 72 0x5571736173f0 0.000121
+gallium_dri.so free 0x557173617440 void 0.000118
+gallium_dri.so free 0x5571736173f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736173f0 0.000118
+gallium_dri.so free 0x557173617540 void 0.000118
+gallium_dri.so free 0x5571736173f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736174f0 0.000120
+gallium_dri.so free 0x557173617600 void 0.000119
+gallium_dri.so free 0x5571736174f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736175b0 0.000119
+gallium_dri.so free 0x557173617640 void 0.000119
+gallium_dri.so free 0x5571736175b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736175b0 0.000116
+gallium_dri.so free 0x557173617700 void 0.000120
+gallium_dri.so free 0x5571736175b0 void 0.000118
+gallium_dri.so malloc 72 0x557173617740 0.000119
+gallium_dri.so free 0x5571736177c0 void 0.000119
+gallium_dri.so free 0x557173617740 void 0.000118
+gallium_dri.so malloc 72 0x5571736177c0 0.000118
+gallium_dri.so free 0x557173617880 void 0.000118
+gallium_dri.so free 0x5571736177c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736177c0 0.000119
+gallium_dri.so free 0x557173617940 void 0.000123
+gallium_dri.so free 0x5571736177c0 void 0.000117
+gallium_dri.so malloc 72 0x557173617960 0.000119
+gallium_dri.so free 0x557173617a00 void 0.000117
+gallium_dri.so free 0x557173617960 void 0.000118
+gallium_dri.so malloc 72 0x5571736179b0 0.000120
+gallium_dri.so free 0x557173617a80 void 0.000118
+gallium_dri.so free 0x5571736179b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736179b0 0.000118
+gallium_dri.so free 0x557173617b00 void 0.000137
+gallium_dri.so free 0x5571736179b0 void 0.000119
+gallium_dri.so malloc 72 0x557173617b00 0.000119
+gallium_dri.so free 0x557173617bc0 void 0.000134
+gallium_dri.so free 0x557173617b00 void 0.000113
+gallium_dri.so malloc 72 0x557173617b00 0.000110
+gallium_dri.so free 0x557173617c80 void 0.000109
+gallium_dri.so free 0x557173617b00 void 0.000110
+gallium_dri.so malloc 72 0x557173617b00 0.000109
+gallium_dri.so free 0x557173617d40 void 0.000110
+gallium_dri.so free 0x557173617b00 void 0.000111
+gallium_dri.so malloc 72 0x557173617cf0 0.000110
+gallium_dri.so free 0x557173617e00 void 0.000109
+gallium_dri.so free 0x557173617cf0 void 0.000110
+gallium_dri.so malloc 72 0x557173617db0 0.000109
+gallium_dri.so free 0x557173617e80 void 0.000110
+gallium_dri.so free 0x557173617db0 void 0.000111
+gallium_dri.so malloc 72 0x557173617ed0 0.000109
+gallium_dri.so free 0x557173617f40 void 0.000111
+gallium_dri.so free 0x557173617ed0 void 0.000109
+gallium_dri.so malloc 72 0x557173617f60 0.000111
+gallium_dri.so free 0x557173618000 void 0.000110
+gallium_dri.so free 0x557173617f60 void 0.000110
+gallium_dri.so malloc 72 0x557173617fb0 0.000110
+gallium_dri.so free 0x557173618080 void 0.000110
+gallium_dri.so free 0x557173617fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173617fb0 0.000110
+gallium_dri.so free 0x557173618100 void 0.000111
+gallium_dri.so free 0x557173617fb0 void 0.000109
+gallium_dri.so malloc 72 0x557173618100 0.000110
+gallium_dri.so free 0x5571736181c0 void 0.000111
+gallium_dri.so free 0x557173618100 void 0.000109
+gallium_dri.so malloc 72 0x557173618100 0.000178
+gallium_dri.so free 0x5571736182c0 void 0.000128
+gallium_dri.so free 0x557173618100 void 0.000126
+gallium_dri.so malloc 72 0x557173618270 0.000124
+gallium_dri.so free 0x557173618300 void 0.000115
+gallium_dri.so free 0x557173618270 void 0.000123
+gallium_dri.so malloc 72 0x557173618270 0.000129
+gallium_dri.so free 0x5571736183c0 void 0.000126
+gallium_dri.so free 0x557173618270 void 0.000125
+gallium_dri.so malloc 72 0x557173618400 0.000121
+gallium_dri.so free 0x557173618480 void 0.000116
+gallium_dri.so free 0x557173618400 void 0.000119
+gallium_dri.so malloc 72 0x557173618480 0.000120
+gallium_dri.so free 0x557173618540 void 0.000116
+gallium_dri.so free 0x557173618480 void 0.000113
+gallium_dri.so malloc 72 0x557173618480 0.000120
+gallium_dri.so free 0x5571736185c0 void 0.000119
+gallium_dri.so free 0x557173618480 void 0.000114
+gallium_dri.so malloc 72 0x5571736185f0 0.000115
+gallium_dri.so free 0x557173618640 void 0.000121
+gallium_dri.so free 0x5571736185f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736185f0 0.000120
+gallium_dri.so free 0x557173618740 void 0.000117
+gallium_dri.so free 0x5571736185f0 void 0.000114
+gallium_dri.so malloc 72 0x557173618780 0.000122
+gallium_dri.so free 0x557173618800 void 0.000125
+gallium_dri.so free 0x557173618780 void 0.000124
+gallium_dri.so malloc 72 0x557173618800 0.000119
+gallium_dri.so free 0x5571736188c0 void 0.000117
+gallium_dri.so free 0x557173618800 void 0.000114
+gallium_dri.so malloc 72 0x557173618800 0.000119
+gallium_dri.so free 0x557173618940 void 0.000119
+gallium_dri.so free 0x557173618800 void 0.000131
+gallium_dri.so malloc 72 0x557173618970 0.000128
+gallium_dri.so free 0x5571736189c0 void 0.000125
+gallium_dri.so free 0x557173618970 void 0.000120
+gallium_dri.so malloc 72 0x557173618970 0.000116
+gallium_dri.so free 0x557173618ac0 void 0.000116
+gallium_dri.so free 0x557173618970 void 0.000119
+gallium_dri.so malloc 72 0x557173618a70 0.000120
+gallium_dri.so free 0x557173618b80 void 0.000117
+gallium_dri.so free 0x557173618a70 void 0.000115
+gallium_dri.so malloc 72 0x557173618b30 0.000119
+gallium_dri.so free 0x557173618c00 void 0.000124
+gallium_dri.so free 0x557173618b30 void 0.000125
+gallium_dri.so malloc 72 0x557173618b30 0.000124
+gallium_dri.so free 0x557173618cc0 void 0.000124
+gallium_dri.so free 0x557173618b30 void 0.000132
+gallium_dri.so malloc 72 0x557173618b30 0.000125
+gallium_dri.so free 0x557173618d80 void 0.000121
+gallium_dri.so free 0x557173618b30 void 0.000114
+gallium_dri.so malloc 72 0x557173618d30 0.000114
+gallium_dri.so free 0x557173618e00 void 0.000115
+gallium_dri.so free 0x557173618d30 void 0.000118
+gallium_dri.so malloc 72 0x557173618e50 0.000123
+gallium_dri.so free 0x557173618ec0 void 0.000123
+gallium_dri.so free 0x557173618e50 void 0.000120
+gallium_dri.so malloc 72 0x557173618ee0 0.000120
+gallium_dri.so free 0x557173618f80 void 0.000119
+gallium_dri.so free 0x557173618ee0 void 0.000119
+gallium_dri.so malloc 72 0x557173618f30 0.000129
+gallium_dri.so free 0x557173619000 void 0.000125
+gallium_dri.so free 0x557173618f30 void 0.000125
+gallium_dri.so malloc 72 0x557173619000 0.000124
+gallium_dri.so free 0x5571736190c0 void 0.000124
+gallium_dri.so free 0x557173619000 void 0.000124
+gallium_dri.so malloc 72 0x557173619000 0.000123
+gallium_dri.so free 0x557173619140 void 0.000119
+gallium_dri.so free 0x557173619000 void 0.000119
+gallium_dri.so malloc 72 0x557173619140 0.000136
+gallium_dri.so free 0x557173619200 void 0.000131
+gallium_dri.so free 0x557173619140 void 0.000214
+gallium_dri.so malloc 72 0x557173619140 0.000127
+gallium_dri.so free 0x5571736192c0 void 0.000178
+gallium_dri.so free 0x557173619140 void 0.000221
+gallium_dri.so malloc 72 0x557173619140 0.000236
+gallium_dri.so free 0x557173619380 void 0.000200
+gallium_dri.so free 0x557173619140 void 0.000195
+gallium_dri.so malloc 72 0x557173619330 0.000183
+gallium_dri.so free 0x557173619400 void 0.000129
+gallium_dri.so free 0x557173619330 void 0.000202
+gallium_dri.so malloc 72 0x557173619450 0.000220
+gallium_dri.so free 0x5571736194c0 void 0.000240
+gallium_dri.so free 0x557173619450 void 0.000242
+gallium_dri.so malloc 72 0x557173619500 0.000242
+gallium_dri.so free 0x557173619580 void 0.000220
+gallium_dri.so free 0x557173619500 void 0.000248
+gallium_dri.so malloc 72 0x557173619500 0.000232
+gallium_dri.so free 0x557173619600 void 0.000223
+gallium_dri.so free 0x557173619500 void 0.000217
+gallium_dri.so malloc 72 0x557173619630 0.000220
+gallium_dri.so free 0x557173619680 void 0.000247
+gallium_dri.so free 0x557173619630 void 0.000218
+gallium_dri.so malloc 72 0x557173619630 0.000220
+gallium_dri.so free 0x557173619780 void 0.000202
+gallium_dri.so free 0x557173619630 void 0.000207
+gallium_dri.so malloc 72 0x557173619730 0.000130
+gallium_dri.so free 0x557173619840 void 0.000179
+gallium_dri.so free 0x557173619730 void 0.000200
+gallium_dri.so malloc 72 0x5571736197f0 0.000125
+gallium_dri.so free 0x557173619880 void 0.000129
+gallium_dri.so free 0x5571736197f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736197f0 0.000131
+gallium_dri.so free 0x557173619940 void 0.000186
+gallium_dri.so free 0x5571736197f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736199b0 0.000126
+gallium_dri.so free 0x557173619a00 void 0.000137
+gallium_dri.so free 0x5571736199b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736199b0 0.000183
+gallium_dri.so free 0x557173619b00 void 0.000131
+gallium_dri.so free 0x5571736199b0 void 0.000131
+gallium_dri.so malloc 72 0x557173619ab0 0.000126
+gallium_dri.so free 0x557173619bc0 void 0.000123
+gallium_dri.so free 0x557173619ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173619b70 0.000122
+gallium_dri.so free 0x557173619c00 void 0.000121
+gallium_dri.so free 0x557173619b70 void 0.000120
+gallium_dri.so malloc 72 0x557173619b70 0.000120
+gallium_dri.so free 0x557173619cc0 void 0.000125
+gallium_dri.so free 0x557173619b70 void 0.000121
+gallium_dri.so malloc 72 0x557173619d00 0.000121
+gallium_dri.so free 0x557173619d80 void 0.000122
+gallium_dri.so free 0x557173619d00 void 0.000120
+gallium_dri.so malloc 72 0x557173619d80 0.000121
+gallium_dri.so free 0x557173619e40 void 0.000121
+gallium_dri.so free 0x557173619d80 void 0.000120
+gallium_dri.so malloc 72 0x557173619d80 0.000122
+gallium_dri.so free 0x557173619f00 void 0.000121
+gallium_dri.so free 0x557173619d80 void 0.000121
+gallium_dri.so malloc 72 0x557173619f20 0.000119
+gallium_dri.so free 0x557173619fc0 void 0.000120
+gallium_dri.so free 0x557173619f20 void 0.000126
+gallium_dri.so malloc 72 0x557173619f70 0.000121
+gallium_dri.so free 0x55717361a040 void 0.000122
+gallium_dri.so free 0x557173619f70 void 0.000121
+gallium_dri.so malloc 72 0x557173619f70 0.000121
+gallium_dri.so free 0x55717361a0c0 void 0.000121
+gallium_dri.so free 0x557173619f70 void 0.000120
+gallium_dri.so malloc 72 0x55717361a0c0 0.000120
+gallium_dri.so free 0x55717361a180 void 0.000120
+gallium_dri.so free 0x55717361a0c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361a0c0 0.000126
+gallium_dri.so free 0x55717361a240 void 0.000121
+gallium_dri.so free 0x55717361a0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a0c0 0.000120
+gallium_dri.so free 0x55717361a300 void 0.000134
+gallium_dri.so free 0x55717361a0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a2b0 0.000121
+gallium_dri.so free 0x55717361a3c0 void 0.000122
+gallium_dri.so free 0x55717361a2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a370 0.000121
+gallium_dri.so free 0x55717361a440 void 0.000121
+gallium_dri.so free 0x55717361a370 void 0.000121
+gallium_dri.so malloc 72 0x55717361a490 0.000119
+gallium_dri.so free 0x55717361a500 void 0.000121
+gallium_dri.so free 0x55717361a490 void 0.000121
+gallium_dri.so malloc 72 0x55717361a520 0.000132
+gallium_dri.so free 0x55717361a5c0 void 0.000120
+gallium_dri.so free 0x55717361a520 void 0.000120
+gallium_dri.so malloc 72 0x55717361a570 0.000120
+gallium_dri.so free 0x55717361a640 void 0.000122
+gallium_dri.so free 0x55717361a570 void 0.000120
+gallium_dri.so malloc 72 0x55717361a570 0.000121
+gallium_dri.so free 0x55717361a6c0 void 0.000121
+gallium_dri.so free 0x55717361a570 void 0.000121
+gallium_dri.so malloc 72 0x55717361a6c0 0.000122
+gallium_dri.so free 0x55717361a780 void 0.000122
+gallium_dri.so free 0x55717361a6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a6c0 0.000120
+gallium_dri.so free 0x55717361a880 void 0.000121
+gallium_dri.so free 0x55717361a6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a830 0.000120
+gallium_dri.so free 0x55717361a8c0 void 0.000123
+gallium_dri.so free 0x55717361a830 void 0.000119
+gallium_dri.so malloc 72 0x55717361a830 0.000121
+gallium_dri.so free 0x55717361a980 void 0.000120
+gallium_dri.so free 0x55717361a830 void 0.000120
+gallium_dri.so malloc 72 0x55717361a9c0 0.000120
+gallium_dri.so free 0x55717361aa40 void 0.000121
+gallium_dri.so free 0x55717361a9c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361aa40 0.000120
+gallium_dri.so free 0x55717361ab00 void 0.000123
+gallium_dri.so free 0x55717361aa40 void 0.000138
+gallium_dri.so malloc 72 0x55717361aa40 0.000122
+gallium_dri.so free 0x55717361ab80 void 0.000120
+gallium_dri.so free 0x55717361aa40 void 0.000120
+gallium_dri.so malloc 72 0x55717361abb0 0.000125
+gallium_dri.so free 0x55717361ac00 void 0.000121
+gallium_dri.so free 0x55717361abb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361abb0 0.000114
+gallium_dri.so free 0x55717361ad00 void 0.000116
+gallium_dri.so free 0x55717361abb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ad40 0.000114
+gallium_dri.so free 0x55717361adc0 void 0.000117
+gallium_dri.so free 0x55717361ad40 void 0.000114
+gallium_dri.so malloc 72 0x55717361adc0 0.000114
+gallium_dri.so free 0x55717361ae80 void 0.000116
+gallium_dri.so free 0x55717361adc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361adc0 0.000114
+gallium_dri.so free 0x55717361af00 void 0.000115
+gallium_dri.so free 0x55717361adc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361af30 0.000115
+gallium_dri.so free 0x55717361af80 void 0.000116
+gallium_dri.so free 0x55717361af30 void 0.000115
+gallium_dri.so malloc 72 0x55717361af30 0.000113
+gallium_dri.so free 0x55717361b080 void 0.000116
+gallium_dri.so free 0x55717361af30 void 0.000147
+gallium_dri.so malloc 72 0x55717361b030 0.000117
+gallium_dri.so free 0x55717361b140 void 0.000165
+gallium_dri.so free 0x55717361b030 void 0.000117
+gallium_dri.so malloc 72 0x55717361b0f0 0.000115
+gallium_dri.so free 0x55717361b1c0 void 0.000115
+gallium_dri.so free 0x55717361b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b0f0 0.000114
+gallium_dri.so free 0x55717361b280 void 0.000114
+gallium_dri.so free 0x55717361b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b0f0 0.000114
+gallium_dri.so free 0x55717361b340 void 0.000115
+gallium_dri.so free 0x55717361b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b2f0 0.000115
+gallium_dri.so free 0x55717361b3c0 void 0.000114
+gallium_dri.so free 0x55717361b2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b410 0.000113
+gallium_dri.so free 0x55717361b480 void 0.000116
+gallium_dri.so free 0x55717361b410 void 0.000117
+gallium_dri.so malloc 72 0x55717361b4a0 0.000115
+gallium_dri.so free 0x55717361b540 void 0.000116
+gallium_dri.so free 0x55717361b4a0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b4f0 0.000115
+gallium_dri.so free 0x55717361b5c0 void 0.000115
+gallium_dri.so free 0x55717361b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b5c0 0.000115
+gallium_dri.so free 0x55717361b680 void 0.000116
+gallium_dri.so free 0x55717361b5c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361b5c0 0.000114
+gallium_dri.so free 0x55717361b700 void 0.000127
+gallium_dri.so free 0x55717361b5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b700 0.000113
+gallium_dri.so free 0x55717361b7c0 void 0.000116
+gallium_dri.so free 0x55717361b700 void 0.000114
+gallium_dri.so malloc 72 0x55717361b700 0.000114
+gallium_dri.so free 0x55717361b880 void 0.000117
+gallium_dri.so free 0x55717361b700 void 0.000115
+gallium_dri.so malloc 72 0x55717361b700 0.000115
+gallium_dri.so free 0x55717361b940 void 0.000116
+gallium_dri.so free 0x55717361b700 void 0.000114
+gallium_dri.so malloc 72 0x55717361b8f0 0.000114
+gallium_dri.so free 0x55717361b9c0 void 0.000116
+gallium_dri.so free 0x55717361b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ba10 0.000114
+gallium_dri.so free 0x55717361ba80 void 0.000115
+gallium_dri.so free 0x55717361ba10 void 0.000114
+gallium_dri.so malloc 72 0x55717361bac0 0.000121
+gallium_dri.so free 0x55717361bb40 void 0.000117
+gallium_dri.so free 0x55717361bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bac0 0.000117
+gallium_dri.so free 0x55717361bbc0 void 0.000119
+gallium_dri.so free 0x55717361bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bbf0 0.000113
+gallium_dri.so free 0x55717361bc40 void 0.000115
+gallium_dri.so free 0x55717361bbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361bbf0 0.000114
+gallium_dri.so free 0x55717361bd40 void 0.000131
+gallium_dri.so free 0x55717361bbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bcf0 0.000116
+gallium_dri.so free 0x55717361be00 void 0.000116
+gallium_dri.so free 0x55717361bcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bdb0 0.000114
+gallium_dri.so free 0x55717361be40 void 0.000115
+gallium_dri.so free 0x55717361bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdb0 0.000116
+gallium_dri.so free 0x55717361bf00 void 0.000117
+gallium_dri.so free 0x55717361bdb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361bf70 0.000115
+gallium_dri.so free 0x55717361bfc0 void 0.000122
+gallium_dri.so free 0x55717361bf70 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf70 0.000114
+gallium_dri.so free 0x55717361c0c0 void 0.000116
+gallium_dri.so free 0x55717361bf70 void 0.000115
+gallium_dri.so malloc 72 0x55717361c070 0.000115
+gallium_dri.so free 0x55717361c180 void 0.000117
+gallium_dri.so free 0x55717361c070 void 0.000115
+gallium_dri.so malloc 72 0x55717361c130 0.000115
+gallium_dri.so free 0x55717361c1c0 void 0.000116
+gallium_dri.so free 0x55717361c130 void 0.000114
+gallium_dri.so malloc 72 0x55717361c130 0.000116
+gallium_dri.so free 0x55717361c280 void 0.000117
+gallium_dri.so free 0x55717361c130 void 0.000115
+gallium_dri.so malloc 72 0x55717361c2c0 0.000114
+gallium_dri.so free 0x55717361c340 void 0.000166
+gallium_dri.so free 0x55717361c2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361c340 0.000116
+gallium_dri.so free 0x55717361c400 void 0.000116
+gallium_dri.so free 0x55717361c340 void 0.000114
+gallium_dri.so malloc 72 0x55717361c340 0.000116
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c340 void 0.000114
+gallium_dri.so malloc 72 0x55717361c4e0 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000115
+gallium_dri.so free 0x55717361c4e0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c530 0.000119
+gallium_dri.so free 0x55717361c600 void 0.000116
+gallium_dri.so free 0x55717361c530 void 0.000114
+gallium_dri.so malloc 72 0x55717361c530 0.000115
+gallium_dri.so free 0x55717361c680 void 0.000116
+gallium_dri.so free 0x55717361c530 void 0.000117
+gallium_dri.so malloc 72 0x55717361c680 0.000105
+gallium_dri.so free 0x55717361c740 void 0.000234
+gallium_dri.so free 0x55717361c680 void 0.000178
+gallium_dri.so malloc 72 0x55717361c680 0.000114
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000114
+gallium_dri.so malloc 72 0x55717361c680 0.000115
+gallium_dri.so free 0x55717361c8c0 void 0.000113
+gallium_dri.so free 0x55717361c680 void 0.000113
+gallium_dri.so malloc 72 0x55717361c870 0.000126
+gallium_dri.so free 0x55717361c980 void 0.000116
+gallium_dri.so free 0x55717361c870 void 0.000113
+gallium_dri.so malloc 72 0x55717361c930 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c930 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca50 0.000112
+gallium_dri.so free 0x55717361cac0 void 0.000114
+gallium_dri.so free 0x55717361ca50 void 0.000113
+gallium_dri.so malloc 72 0x55717361cae0 0.000114
+gallium_dri.so free 0x55717361cb80 void 0.000115
+gallium_dri.so free 0x55717361cae0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cb30 0.000113
+gallium_dri.so free 0x55717361cc00 void 0.000115
+gallium_dri.so free 0x55717361cb30 void 0.000112
+gallium_dri.so malloc 72 0x55717361cb30 0.000114
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so free 0x55717361cb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc80 0.000115
+gallium_dri.so free 0x55717361cd40 void 0.000114
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc80 0.000114
+gallium_dri.so free 0x55717361ce40 void 0.000115
+gallium_dri.so free 0x55717361cc80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000113
+gallium_dri.so free 0x55717361ce80 void 0.000140
+gallium_dri.so free 0x55717361cdf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361cdf0 0.000135
+gallium_dri.so free 0x55717361cf40 void 0.000116
+gallium_dri.so free 0x55717361cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf80 0.000112
+gallium_dri.so free 0x55717361d000 void 0.000115
+gallium_dri.so free 0x55717361cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717361d000 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so free 0x55717361d000 void 0.000114
+gallium_dri.so malloc 72 0x55717361d000 0.000114
+gallium_dri.so free 0x55717361d140 void 0.000114
+gallium_dri.so free 0x55717361d000 void 0.000114
+gallium_dri.so malloc 72 0x55717361d170 0.000114
+gallium_dri.so free 0x55717361d1c0 void 0.000115
+gallium_dri.so free 0x55717361d170 void 0.000115
+gallium_dri.so malloc 72 0x55717361d170 0.000115
+gallium_dri.so free 0x55717361d2c0 void 0.000112
+gallium_dri.so free 0x55717361d170 void 0.000114
+gallium_dri.so malloc 72 0x55717361d300 0.000119
+gallium_dri.so free 0x55717361d380 void 0.000120
+gallium_dri.so free 0x55717361d300 void 0.000112
+gallium_dri.so malloc 72 0x55717361d380 0.000114
+gallium_dri.so free 0x55717361d440 void 0.000114
+gallium_dri.so free 0x55717361d380 void 0.000114
+gallium_dri.so malloc 72 0x55717361d380 0.000114
+gallium_dri.so free 0x55717361d4c0 void 0.000114
+gallium_dri.so free 0x55717361d380 void 0.000112
+gallium_dri.so malloc 72 0x55717361d4f0 0.000167
+gallium_dri.so free 0x55717361d540 void 0.000117
+gallium_dri.so free 0x55717361d4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d4f0 0.000112
+gallium_dri.so free 0x55717361d640 void 0.000115
+gallium_dri.so free 0x55717361d4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361d5f0 0.000115
+gallium_dri.so free 0x55717361d700 void 0.000114
+gallium_dri.so free 0x55717361d5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d6b0 0.000117
+gallium_dri.so free 0x55717361d780 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d6b0 0.000114
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6b0 0.000113
+gallium_dri.so free 0x55717361d900 void 0.000116
+gallium_dri.so free 0x55717361d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d8b0 0.000112
+gallium_dri.so free 0x55717361d980 void 0.000114
+gallium_dri.so free 0x55717361d8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d9d0 0.000113
+gallium_dri.so free 0x55717361da40 void 0.000115
+gallium_dri.so free 0x55717361d9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717361da60 0.000114
+gallium_dri.so free 0x55717361db00 void 0.000115
+gallium_dri.so free 0x55717361da60 void 0.000112
+gallium_dri.so malloc 72 0x55717361dab0 0.000125
+gallium_dri.so free 0x55717361db80 void 0.000119
+gallium_dri.so free 0x55717361dab0 void 0.000114
+gallium_dri.so malloc 72 0x55717361db80 0.000112
+gallium_dri.so free 0x55717361dc40 void 0.000114
+gallium_dri.so free 0x55717361db80 void 0.000114
+gallium_dri.so malloc 72 0x55717361db80 0.000112
+gallium_dri.so free 0x55717361dcc0 void 0.000113
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so malloc 72 0x55717361dcc0 0.000114
+gallium_dri.so free 0x55717361dd80 void 0.000115
+gallium_dri.so free 0x55717361dcc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dcc0 0.000138
+gallium_dri.so free 0x55717361de40 void 0.000117
+gallium_dri.so free 0x55717361dcc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dcc0 0.000113
+gallium_dri.so free 0x55717361df00 void 0.000114
+gallium_dri.so free 0x55717361dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361deb0 0.000113
+gallium_dri.so free 0x55717361df80 void 0.000115
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dfd0 0.000115
+gallium_dri.so free 0x55717361e040 void 0.000115
+gallium_dri.so free 0x55717361dfd0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e080 0.000115
+gallium_dri.so free 0x55717361e100 void 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000113
+gallium_dri.so malloc 72 0x55717361e080 0.000113
+gallium_dri.so free 0x55717361e180 void 0.000119
+gallium_dri.so free 0x55717361e080 void 0.000113
+gallium_dri.so malloc 72 0x55717361e1b0 0.000115
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so free 0x55717361e1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e1b0 0.000112
+gallium_dri.so free 0x55717361e300 void 0.000114
+gallium_dri.so free 0x55717361e1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e2b0 0.000115
+gallium_dri.so free 0x55717361e3c0 void 0.000113
+gallium_dri.so free 0x55717361e2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e370 0.000113
+gallium_dri.so free 0x55717361e400 void 0.000115
+gallium_dri.so free 0x55717361e370 void 0.000115
+gallium_dri.so malloc 72 0x55717361e370 0.000112
+gallium_dri.so free 0x55717361e4c0 void 0.000115
+gallium_dri.so free 0x55717361e370 void 0.000115
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e580 void 0.000115
+gallium_dri.so free 0x55717361e530 void 0.000114
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e680 void 0.000115
+gallium_dri.so free 0x55717361e530 void 0.000112
+gallium_dri.so malloc 72 0x55717361e630 0.000114
+gallium_dri.so free 0x55717361e740 void 0.000115
+gallium_dri.so free 0x55717361e630 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6f0 0.000113
+gallium_dri.so free 0x55717361e780 void 0.000173
+gallium_dri.so free 0x55717361e6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6f0 0.000112
+gallium_dri.so free 0x55717361e840 void 0.000114
+gallium_dri.so free 0x55717361e6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e880 0.000113
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so free 0x55717361e880 void 0.000113
+gallium_dri.so malloc 72 0x55717361e900 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so malloc 72 0x55717361e900 0.000114
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361e900 void 0.000113
+gallium_dri.so malloc 72 0x55717361eaa0 0.000113
+gallium_dri.so free 0x55717361eb40 void 0.000115
+gallium_dri.so free 0x55717361eaa0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eaf0 0.000117
+gallium_dri.so free 0x55717361ebc0 void 0.000115
+gallium_dri.so free 0x55717361eaf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361eaf0 0.000114
+gallium_dri.so free 0x55717361ec40 void 0.000114
+gallium_dri.so free 0x55717361eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ec40 0.000112
+gallium_dri.so free 0x55717361ed00 void 0.000113
+gallium_dri.so free 0x55717361ec40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ec40 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000127
+gallium_dri.so free 0x55717361ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec40 0.000114
+gallium_dri.so free 0x55717361ee80 void 0.000114
+gallium_dri.so free 0x55717361ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ee30 0.000116
+gallium_dri.so free 0x55717361ef40 void 0.000114
+gallium_dri.so free 0x55717361ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717361eef0 0.000113
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f010 0.000116
+gallium_dri.so free 0x55717361f080 void 0.000114
+gallium_dri.so free 0x55717361f010 void 0.000114
+gallium_dri.so malloc 72 0x55717361f0a0 0.000114
+gallium_dri.so free 0x55717361f140 void 0.000115
+gallium_dri.so free 0x55717361f0a0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f0f0 0.000113
+gallium_dri.so free 0x55717361f1c0 void 0.000115
+gallium_dri.so free 0x55717361f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f0f0 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f240 0.000114
+gallium_dri.so free 0x55717361f300 void 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000113
+gallium_dri.so malloc 72 0x55717361f240 0.000114
+gallium_dri.so free 0x55717361f400 void 0.000136
+gallium_dri.so free 0x55717361f240 void 0.000114
+gallium_dri.so malloc 72 0x55717361f3b0 0.000112
+gallium_dri.so free 0x55717361f440 void 0.000114
+gallium_dri.so free 0x55717361f3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f3b0 0.000113
+gallium_dri.so free 0x55717361f500 void 0.000115
+gallium_dri.so free 0x55717361f3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f540 0.000114
+gallium_dri.so free 0x55717361f5c0 void 0.000115
+gallium_dri.so free 0x55717361f540 void 0.000112
+gallium_dri.so malloc 72 0x55717361f5c0 0.000114
+gallium_dri.so free 0x55717361f680 void 0.000115
+gallium_dri.so free 0x55717361f5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f5c0 0.000112
+gallium_dri.so free 0x55717361f700 void 0.000115
+gallium_dri.so free 0x55717361f5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f730 0.000111
+gallium_dri.so free 0x55717361f780 void 0.000113
+gallium_dri.so free 0x55717361f730 void 0.000113
+gallium_dri.so malloc 72 0x55717361f730 0.000114
+gallium_dri.so free 0x55717361f880 void 0.000115
+gallium_dri.so free 0x55717361f730 void 0.000114
+gallium_dri.so malloc 72 0x55717361f8c0 0.000112
+gallium_dri.so free 0x55717361f940 void 0.000113
+gallium_dri.so free 0x55717361f8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f940 0.000113
+gallium_dri.so free 0x55717361fa00 void 0.000161
+gallium_dri.so free 0x55717361f940 void 0.000119
+gallium_dri.so malloc 72 0x55717361f940 0.000113
+gallium_dri.so free 0x55717361fa80 void 0.000116
+gallium_dri.so free 0x55717361f940 void 0.000112
+gallium_dri.so malloc 72 0x55717361fab0 0.000113
+gallium_dri.so free 0x55717361fb00 void 0.000115
+gallium_dri.so free 0x55717361fab0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fab0 0.000113
+gallium_dri.so free 0x55717361fc00 void 0.000116
+gallium_dri.so free 0x55717361fab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fbb0 0.000115
+gallium_dri.so free 0x55717361fcc0 void 0.000118
+gallium_dri.so free 0x55717361fbb0 void 0.000128
+gallium_dri.so malloc 72 0x55717361fc70 0.000115
+gallium_dri.so free 0x55717361fd40 void 0.000114
+gallium_dri.so free 0x55717361fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc70 0.000114
+gallium_dri.so free 0x55717361fe00 void 0.000115
+gallium_dri.so free 0x55717361fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc70 0.000113
+gallium_dri.so free 0x55717361fec0 void 0.000114
+gallium_dri.so free 0x55717361fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe70 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000115
+gallium_dri.so free 0x55717361fe70 void 0.000112
+gallium_dri.so malloc 72 0x55717361ff90 0.000114
+gallium_dri.so free 0x557173620000 void 0.000125
+gallium_dri.so free 0x55717361ff90 void 0.000117
+gallium_dri.so malloc 72 0x557173620020 0.000115
+gallium_dri.so free 0x5571736200c0 void 0.000115
+gallium_dri.so free 0x557173620020 void 0.000114
+gallium_dri.so malloc 72 0x557173620070 0.000114
+gallium_dri.so free 0x557173620140 void 0.000115
+gallium_dri.so free 0x557173620070 void 0.000113
+gallium_dri.so malloc 72 0x557173620140 0.000114
+gallium_dri.so free 0x557173620200 void 0.000114
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so malloc 72 0x557173620140 0.000115
+gallium_dri.so free 0x557173620280 void 0.000115
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so malloc 72 0x557173620280 0.000113
+gallium_dri.so free 0x557173620340 void 0.000116
+gallium_dri.so free 0x557173620280 void 0.000115
+gallium_dri.so malloc 72 0x557173620280 0.000113
+gallium_dri.so free 0x557173620400 void 0.000115
+gallium_dri.so free 0x557173620280 void 0.000112
+gallium_dri.so malloc 72 0x557173620280 0.000123
+gallium_dri.so free 0x5571736204c0 void 0.000116
+gallium_dri.so free 0x557173620280 void 0.000114
+gallium_dri.so malloc 72 0x557173620470 0.000114
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so free 0x557173620470 void 0.000114
+gallium_dri.so malloc 72 0x557173620590 0.000115
+gallium_dri.so free 0x557173620600 void 0.000114
+gallium_dri.so free 0x557173620590 void 0.000119
+gallium_dri.so malloc 72 0x557173620640 0.000113
+gallium_dri.so free 0x5571736206c0 void 0.000114
+gallium_dri.so free 0x557173620640 void 0.000118
+gallium_dri.so malloc 72 0x557173620640 0.000118
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x557173620640 void 0.000112
+gallium_dri.so malloc 72 0x557173620770 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000119
+gallium_dri.so free 0x557173620770 void 0.000115
+gallium_dri.so malloc 72 0x557173620770 0.000115
+gallium_dri.so free 0x5571736208c0 void 0.000115
+gallium_dri.so free 0x557173620770 void 0.000114
+gallium_dri.so malloc 72 0x557173620870 0.000114
+gallium_dri.so free 0x557173620980 void 0.000115
+gallium_dri.so free 0x557173620870 void 0.000114
+gallium_dri.so malloc 72 0x557173620930 0.000116
+gallium_dri.so free 0x5571736209c0 void 0.000116
+gallium_dri.so free 0x557173620930 void 0.000114
+gallium_dri.so malloc 72 0x557173620930 0.000115
+gallium_dri.so free 0x557173620a80 void 0.000116
+gallium_dri.so free 0x557173620930 void 0.000114
+gallium_dri.so malloc 72 0x557173620af0 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000119
+gallium_dri.so free 0x557173620af0 void 0.000115
+gallium_dri.so malloc 72 0x557173620af0 0.000114
+gallium_dri.so free 0x557173620c40 void 0.000187
+gallium_dri.so free 0x557173620af0 void 0.000117
+gallium_dri.so malloc 72 0x557173620bf0 0.000115
+gallium_dri.so free 0x557173620d00 void 0.000117
+gallium_dri.so free 0x557173620bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173620cb0 0.000114
+gallium_dri.so free 0x557173620d40 void 0.000116
+gallium_dri.so free 0x557173620cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620cb0 0.000117
+gallium_dri.so free 0x557173620ec0 void 0.000116
+gallium_dri.so free 0x557173620cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173620cb0 0.000116
+gallium_dri.so free 0x55717360bfc0 void 0.000117
+gallium_dri.so free 0x557173620cb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bf70 0.000116
+gallium_dri.so free 0x55717360a400 void 0.000115
+gallium_dri.so free 0x55717360bf70 void 0.000114
+gallium_dri.so malloc 72 0x55717360bf70 0.000116
+gallium_dri.so free 0x557173609bc0 void 0.000115
+gallium_dri.so free 0x55717360bf70 void 0.000116
+gallium_dri.so malloc 72 0x557173609b70 0.000115
+gallium_dri.so free 0x557173590d40 void 0.000115
+gallium_dri.so free 0x557173609b70 void 0.000114
+gallium_dri.so malloc 72 0x557173590cf0 0.000114
+gallium_dri.so free 0x55717358d200 void 0.000116
+gallium_dri.so free 0x557173590cf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d1b0 0.000122
+gallium_dri.so free 0x557173588680 void 0.000114
+gallium_dri.so free 0x55717358d1b0 void 0.000115
+gallium_dri.so malloc 72 0x557173588630 0.000113
+gallium_dri.so free 0x557173590f00 void 0.000115
+gallium_dri.so free 0x557173588630 void 0.000115
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x557173607480 void 0.000113
+gallium_dri.so free 0x557173590eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173607430 0.000112
+gallium_dri.so free 0x557173606440 void 0.000113
+gallium_dri.so free 0x557173607430 void 0.000113
+gallium_dri.so malloc 72 0x5571736063f0 0.000113
+gallium_dri.so free 0x557173601c40 void 0.000113
+gallium_dri.so free 0x5571736063f0 void 0.000114
+gallium_dri.so malloc 72 0x557173601bf0 0.000111
+gallium_dri.so free 0x5571735d5100 void 0.000113
+gallium_dri.so free 0x557173601bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d50b0 0.000124
+gallium_dri.so free 0x55717358e940 void 0.000124
+gallium_dri.so free 0x5571735d50b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e8f0 0.000116
+gallium_dri.so free 0x5571735d0580 void 0.000116
+gallium_dri.so free 0x55717358e8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0530 0.000114
+gallium_dri.so free 0x5571734663c0 void 0.000115
+gallium_dri.so free 0x5571735d0530 void 0.000115
+gallium_dri.so malloc 72 0x557173466370 0.000136
+gallium_dri.so free 0x557173462dc0 void 0.000116
+gallium_dri.so free 0x557173466370 void 0.000142
+gallium_dri.so malloc 72 0x557173462d70 0.000116
+gallium_dri.so free 0x55717360aa40 void 0.000116
+gallium_dri.so free 0x557173462d70 void 0.000115
+gallium_dri.so malloc 72 0x55717360a9f0 0.000116
+gallium_dri.so free 0x55717358c380 void 0.000115
+gallium_dri.so free 0x55717360a9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c330 0.000114
+gallium_dri.so free 0x5571735910c0 void 0.000116
+gallium_dri.so free 0x55717358c330 void 0.000114
+gallium_dri.so malloc 72 0x557173591070 0.000115
+gallium_dri.so free 0x55717358f7c0 void 0.000139
+gallium_dri.so free 0x557173591070 void 0.000116
+gallium_dri.so malloc 72 0x55717358f770 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000115
+gallium_dri.so free 0x55717358f770 void 0.000115
+gallium_dri.so malloc 72 0x55717358e730 0.000114
+gallium_dri.so free 0x557173589dc0 void 0.000116
+gallium_dri.so free 0x55717358e730 void 0.000124
+gallium_dri.so malloc 72 0x557173589d70 0.000116
+gallium_dri.so free 0x55717358c540 void 0.000117
+gallium_dri.so free 0x557173589d70 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000116
+gallium_dri.so free 0x55717358f180 void 0.000117
+gallium_dri.so free 0x55717358c4f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358f1f0 0.000122
+gallium_dri.so free 0x557173589f80 void 0.000116
+gallium_dri.so free 0x55717358f1f0 void 0.000117
+gallium_dri.so malloc 72 0x557173589f30 0.000116
+gallium_dri.so free 0x557173589c00 void 0.000116
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x557173589bb0 0.000117
+gallium_dri.so free 0x557173608bc0 void 0.000116
+gallium_dri.so free 0x557173589bb0 void 0.000167
+gallium_dri.so malloc 72 0x557173608b70 0.000182
+gallium_dri.so free 0x557173608d80 void 0.000171
+gallium_dri.so free 0x557173608b70 void 0.000136
+gallium_dri.so malloc 72 0x557173608d30 0.000137
+gallium_dri.so free 0x5571736067c0 void 0.000162
+gallium_dri.so free 0x557173608d30 void 0.000160
+gallium_dri.so malloc 72 0x557173606770 0.000132
+gallium_dri.so free 0x557173604ec0 void 0.000131
+gallium_dri.so free 0x557173606770 void 0.000134
+gallium_dri.so malloc 72 0x557173604e70 0.000135
+gallium_dri.so free 0x55717358cbc0 void 0.000136
+gallium_dri.so free 0x557173604e70 void 0.000144
+gallium_dri.so malloc 72 0x557173604e70 0.000226
+gallium_dri.so free 0x557173606600 void 0.000230
+gallium_dri.so free 0x557173604e70 void 0.000223
+gallium_dri.so malloc 72 0x5571736065b0 0.000223
+gallium_dri.so free 0x557173602900 void 0.000214
+gallium_dri.so free 0x5571736065b0 void 0.000222
+gallium_dri.so malloc 72 0x5571736028b0 0.000221
+gallium_dri.so free 0x5571735d6140 void 0.000224
+gallium_dri.so free 0x5571736028b0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d60f0 0.000223
+gallium_dri.so free 0x5571735d3b80 void 0.000215
+gallium_dri.so free 0x5571735d60f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d3b30 0.000218
+gallium_dri.so free 0x557173604040 void 0.000215
+gallium_dri.so free 0x5571735d3b30 void 0.000224
+gallium_dri.so malloc 72 0x557173603ff0 0.000323
+gallium_dri.so free 0x5571735d2ec0 void 0.000316
+gallium_dri.so free 0x557173603ff0 void 0.000323
+gallium_dri.so malloc 72 0x5571735d2e70 0.000326
+gallium_dri.so free 0x5571735d0900 void 0.000268
+gallium_dri.so free 0x5571735d2e70 void 0.000324
+gallium_dri.so malloc 72 0x5571735d08b0 0.000267
+gallium_dri.so free 0x5571735cf000 void 0.000266
+gallium_dri.so free 0x5571735d08b0 void 0.000265
+gallium_dri.so malloc 72 0x5571735cefb0 0.000267
+gallium_dri.so free 0x557173467940 void 0.000264
+gallium_dri.so free 0x5571735cefb0 void 0.000244
+gallium_dri.so malloc 72 0x5571734678f0 0.000223
+gallium_dri.so free 0x557173601a80 void 0.000226
+gallium_dri.so free 0x5571734678f0 void 0.000224
+gallium_dri.so malloc 72 0x557173601a30 0.000222
+gallium_dri.so free 0x557173465700 void 0.000199
+gallium_dri.so free 0x557173601a30 void 0.000185
+gallium_dri.so malloc 72 0x5571734656b0 0.000221
+gallium_dri.so free 0x557173463140 void 0.000226
+gallium_dri.so free 0x5571734656b0 void 0.000224
+gallium_dri.so malloc 72 0x5571734630f0 0.000224
+gallium_dri.so free 0x5571735bf3c0 void 0.000133
+gallium_dri.so free 0x5571734630f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735bf370 0.000260
+gallium_dri.so free 0x557173609d80 void 0.000261
+gallium_dri.so free 0x5571735bf370 void 0.000285
+gallium_dri.so malloc 72 0x557173609d30 0.000227
+gallium_dri.so free 0x5571735d52c0 void 0.000224
+gallium_dri.so free 0x557173609d30 void 0.000231
+gallium_dri.so malloc 72 0x5571735d5270 0.000203
+gallium_dri.so free 0x55717358ac40 void 0.000134
+gallium_dri.so free 0x5571735d5270 void 0.000137
+gallium_dri.so malloc 72 0x55717358abf0 0.000133
+gallium_dri.so free 0x557173604200 void 0.000161
+gallium_dri.so free 0x55717358abf0 void 0.000132
+gallium_dri.so malloc 72 0x5571736041b0 0.000129
+gallium_dri.so free 0x5571735d2b40 void 0.000126
+gallium_dri.so free 0x5571736041b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2af0 0.000142
+gallium_dri.so free 0x5571735d2d00 void 0.000191
+gallium_dri.so free 0x5571735d2af0 void 0.000232
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000234
+gallium_dri.so free 0x557173467cc0 void 0.000243
+gallium_dri.so free 0x5571735d2cb0 void 0.000232
+gallium_dri.so malloc 72 0x557173467c70 0.000230
+gallium_dri.so free 0x5571734637c0 void 0.000215
+gallium_dri.so free 0x557173467c70 void 0.000178
+gallium_dri.so malloc 72 0x557173463830 0.000195
+gallium_dri.so free 0x557173465380 void 0.000233
+gallium_dri.so free 0x557173463830 void 0.000214
+gallium_dri.so malloc 72 0x557173465330 0.000138
+gallium_dri.so free 0x557173591d80 void 0.000134
+gallium_dri.so free 0x557173465330 void 0.000132
+gallium_dri.so malloc 72 0x557173591d30 0.000136
+gallium_dri.so free 0x5571735d0740 void 0.000138
+gallium_dri.so free 0x557173591d30 void 0.000134
+gallium_dri.so malloc 72 0x5571735d06f0 0.000231
+gallium_dri.so free 0x55717358eb00 void 0.000231
+gallium_dri.so free 0x5571735d06f0 void 0.000233
+gallium_dri.so malloc 72 0x55717358eab0 0.000231
+gallium_dri.so free 0x55717358c1c0 void 0.000238
+gallium_dri.so free 0x55717358eab0 void 0.000211
+gallium_dri.so malloc 72 0x55717358c170 0.000243
+gallium_dri.so free 0x557173608a00 void 0.000210
+gallium_dri.so free 0x55717358c170 void 0.000188
+gallium_dri.so malloc 72 0x5571736089b0 0.000236
+gallium_dri.so free 0x557173606e40 void 0.000230
+gallium_dri.so free 0x5571736089b0 void 0.000211
+gallium_dri.so malloc 72 0x5571736089b0 0.000194
+gallium_dri.so free 0x557173467b00 void 0.000234
+gallium_dri.so free 0x5571736089b0 void 0.000191
+gallium_dri.so malloc 72 0x557173467ab0 0.000231
+gallium_dri.so free 0x557173603e80 void 0.000232
+gallium_dri.so free 0x557173467ab0 void 0.000232
+gallium_dri.so malloc 72 0x557173603e30 0.000231
+gallium_dri.so free 0x5571736018c0 void 0.000236
+gallium_dri.so free 0x557173603e30 void 0.000252
+gallium_dri.so malloc 72 0x557173601870 0.000293
+gallium_dri.so free 0x5571735d5480 void 0.000311
+gallium_dri.so free 0x557173601870 void 0.000340
+gallium_dri.so malloc 72 0x5571735d5430 0.000297
+gallium_dri.so free 0x557173465540 void 0.000232
+gallium_dri.so free 0x5571735d5430 void 0.000233
+gallium_dri.so malloc 72 0x5571734654f0 0.000282
+gallium_dri.so free 0x5571735d15c0 void 0.000129
+gallium_dri.so free 0x5571734654f0 void 0.000227
+gallium_dri.so malloc 72 0x5571735d1570 0.000222
+gallium_dri.so free 0x557173468980 void 0.000165
+gallium_dri.so free 0x5571735d1570 void 0.000126
+gallium_dri.so malloc 72 0x557173468930 0.000134
+gallium_dri.so free 0x557173463e00 void 0.000127
+gallium_dri.so free 0x557173468930 void 0.000125
+gallium_dri.so malloc 72 0x557173463db0 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000126
+gallium_dri.so free 0x557173463db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3540 0.000126
+gallium_dri.so free 0x557173462f80 void 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000125
+gallium_dri.so malloc 72 0x557173462f30 0.000126
+gallium_dri.so free 0x55717358a600 void 0.000127
+gallium_dri.so free 0x557173462f30 void 0.000126
+gallium_dri.so malloc 72 0x557173462f30 0.000125
+gallium_dri.so free 0x5571736022c0 void 0.000125
+gallium_dri.so free 0x557173462f30 void 0.000128
+gallium_dri.so malloc 72 0x557173462f30 0.000124
+gallium_dri.so free 0x5571735cf8c0 void 0.000125
+gallium_dri.so free 0x557173462f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf870 0.000126
+gallium_dri.so free 0x5571736031c0 void 0.000126
+gallium_dri.so free 0x5571735cf870 void 0.000125
+gallium_dri.so malloc 72 0x557173603170 0.000126
+gallium_dri.so free 0x5571735cae00 void 0.000125
+gallium_dri.so free 0x557173603170 void 0.000126
+gallium_dri.so malloc 72 0x5571735cadb0 0.000126
+gallium_dri.so free 0x557173591740 void 0.000134
+gallium_dri.so free 0x5571735cadb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735cadb0 0.000160
+gallium_dri.so free 0x557173590080 void 0.000161
+gallium_dri.so free 0x5571735cadb0 void 0.000304
+gallium_dri.so malloc 72 0x557173590030 0.000319
+gallium_dri.so free 0x557173465d80 void 0.000332
+gallium_dri.so free 0x557173590030 void 0.000312
+gallium_dri.so malloc 72 0x557173465d80 0.000300
+gallium_dri.so free 0x557173588f40 void 0.000330
+gallium_dri.so free 0x557173465d80 void 0.000294
+gallium_dri.so malloc 72 0x557173588ef0 0.000152
+gallium_dri.so free 0x5571735d6a00 void 0.000123
+gallium_dri.so free 0x557173588ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d69b0 0.000151
+gallium_dri.so free 0x55717358dac0 void 0.000177
+gallium_dri.so free 0x5571735d69b0 void 0.000191
+gallium_dri.so malloc 72 0x55717358da70 0.000244
+gallium_dri.so free 0x557173605780 void 0.000247
+gallium_dri.so free 0x55717358da70 void 0.000243
+gallium_dri.so malloc 72 0x557173605730 0.000190
+gallium_dri.so free 0x557173469240 void 0.000202
+gallium_dri.so free 0x557173605730 void 0.000125
+gallium_dri.so malloc 72 0x5571734691f0 0.000126
+gallium_dri.so free 0x55717360b300 void 0.000124
+gallium_dri.so free 0x5571734691f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360b2b0 0.000123
+gallium_dri.so free 0x5571735d4440 void 0.000125
+gallium_dri.so free 0x55717360b2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d43f0 0.000125
+gallium_dri.so free 0x557173604880 void 0.000124
+gallium_dri.so free 0x5571735d43f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d43f0 0.000125
+gallium_dri.so free 0x5571735d0f80 void 0.000123
+gallium_dri.so free 0x5571735d43f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0f80 0.000133
+gallium_dri.so free 0x557173607d40 void 0.000126
+gallium_dri.so free 0x5571735d0f80 void 0.000124
+gallium_dri.so malloc 72 0x557173607cf0 0.000124
+gallium_dri.so free 0x5571735d1e80 void 0.000123
+gallium_dri.so free 0x557173607cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1e30 0.000125
+gallium_dri.so free 0x5571735bfc80 void 0.000125
+gallium_dri.so free 0x5571735d1e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfc30 0.000124
+gallium_dri.so free 0x55717358b500 void 0.000125
+gallium_dri.so free 0x5571735bfc30 void 0.000124
+gallium_dri.so malloc 72 0x55717358b4b0 0.000124
+gallium_dri.so free 0x557173466c80 void 0.000124
+gallium_dri.so free 0x55717358b4b0 void 0.000125
+gallium_dri.so malloc 72 0x557173466c30 0.000124
+gallium_dri.so free 0x557173609400 void 0.000124
+gallium_dri.so free 0x557173466c30 void 0.000122
+gallium_dri.so malloc 72 0x557173466c30 0.000125
+gallium_dri.so free 0x5571735d5b00 void 0.000124
+gallium_dri.so free 0x557173466c30 void 0.000124
+gallium_dri.so malloc 72 0x557173466c30 0.000125
+gallium_dri.so free 0x557173468340 void 0.000132
+gallium_dri.so free 0x557173466c30 void 0.000123
+gallium_dri.so malloc 72 0x557173468340 0.000124
+gallium_dri.so free 0x5571734646c0 void 0.000158
+gallium_dri.so free 0x557173468340 void 0.000125
+gallium_dri.so malloc 72 0x557173464670 0.000124
+gallium_dri.so free 0x557173591e80 void 0.000124
+gallium_dri.so free 0x557173464670 void 0.000123
+gallium_dri.so malloc 72 0x557173591ed0 0.000124
+gallium_dri.so free 0x557173591f40 void 0.000124
+gallium_dri.so free 0x557173591ed0 void 0.000125
+gallium_dri.so malloc 72 0x557173591ed0 0.000123
+gallium_dri.so free 0x5571735d6b40 void 0.000124
+gallium_dri.so free 0x557173591ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ed0 0.000123
+gallium_dri.so free 0x5571735d6c00 void 0.000124
+gallium_dri.so free 0x557173591ed0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000197
+gallium_dri.so free 0x5571735883c0 void 0.000188
+gallium_dri.so free 0x5571735d6bb0 void 0.000161
+gallium_dri.so malloc 72 0x557173588370 0.000126
+gallium_dri.so free 0x557173588480 void 0.000125
+gallium_dri.so free 0x557173588370 void 0.000124
+gallium_dri.so malloc 72 0x557173588430 0.000123
+gallium_dri.so free 0x557173607580 void 0.000125
+gallium_dri.so free 0x557173588430 void 0.000125
+gallium_dri.so malloc 72 0x5571736075a0 0.000125
+gallium_dri.so free 0x557173607640 void 0.000133
+gallium_dri.so free 0x5571736075a0 void 0.000124
+gallium_dri.so malloc 72 0x5571736075f0 0.000123
+gallium_dri.so free 0x5571736076c0 void 0.000132
+gallium_dri.so free 0x5571736075f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736075f0 0.000118
+gallium_dri.so free 0x557173607740 void 0.000116
+gallium_dri.so free 0x5571736075f0 void 0.000118
+gallium_dri.so malloc 72 0x557173607740 0.000116
+gallium_dri.so free 0x557173468a80 void 0.000117
+gallium_dri.so free 0x557173607740 void 0.000118
+gallium_dri.so malloc 72 0x557173468aa0 0.000117
+gallium_dri.so free 0x557173468b40 void 0.000116
+gallium_dri.so free 0x557173468aa0 void 0.000118
+gallium_dri.so malloc 72 0x557173468af0 0.000116
+gallium_dri.so free 0x557173468bc0 void 0.000118
+gallium_dri.so free 0x557173468af0 void 0.000114
+gallium_dri.so malloc 72 0x557173468af0 0.000118
+gallium_dri.so free 0x557173463f00 void 0.000118
+gallium_dri.so free 0x557173468af0 void 0.000117
+gallium_dri.so malloc 72 0x557173463f40 0.000116
+gallium_dri.so free 0x557173463fc0 void 0.000118
+gallium_dri.so free 0x557173463f40 void 0.000117
+gallium_dri.so malloc 72 0x557173463fc0 0.000116
+gallium_dri.so free 0x557173468cc0 void 0.000118
+gallium_dri.so free 0x557173463fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173468c70 0.000126
+gallium_dri.so free 0x557173464080 void 0.000120
+gallium_dri.so free 0x557173468c70 void 0.000118
+gallium_dri.so malloc 72 0x557173468c70 0.000119
+gallium_dri.so free 0x55717358d300 void 0.000118
+gallium_dri.so free 0x557173468c70 void 0.000115
+gallium_dri.so malloc 72 0x55717358d340 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000119
+gallium_dri.so free 0x55717358d340 void 0.000119
+gallium_dri.so malloc 72 0x55717358d3c0 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000119
+gallium_dri.so free 0x55717358d3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d3c0 0.000119
+gallium_dri.so free 0x557173464140 void 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734640f0 0.000122
+gallium_dri.so free 0x5571735cf100 void 0.000118
+gallium_dri.so free 0x5571734640f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf130 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000119
+gallium_dri.so free 0x5571735cf130 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf130 0.000119
+gallium_dri.so free 0x5571735cf280 void 0.000118
+gallium_dri.so free 0x5571735cf130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf230 0.000117
+gallium_dri.so free 0x5571735cf340 void 0.000119
+gallium_dri.so free 0x5571735cf230 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000124
+gallium_dri.so free 0x5571735bf4c0 void 0.000119
+gallium_dri.so free 0x5571735cf2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000119
+gallium_dri.so free 0x5571735bf540 void 0.000117
+gallium_dri.so free 0x5571735bf4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf540 0.000120
+gallium_dri.so free 0x5571735bf600 void 0.000119
+gallium_dri.so free 0x5571735bf540 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf540 0.000118
+gallium_dri.so free 0x557173588780 void 0.000118
+gallium_dri.so free 0x5571735bf540 void 0.000116
+gallium_dri.so malloc 72 0x5571735887d0 0.000119
+gallium_dri.so free 0x5571735bf700 void 0.000119
+gallium_dri.so free 0x5571735887d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000118
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so free 0x5571735bf6b0 void 0.000119
+gallium_dri.so malloc 72 0x557173588870 0.000118
+gallium_dri.so free 0x5571735888c0 void 0.000123
+gallium_dri.so free 0x557173588870 void 0.000120
+gallium_dri.so malloc 72 0x557173588870 0.000119
+gallium_dri.so free 0x5571734664c0 void 0.000118
+gallium_dri.so free 0x557173588870 void 0.000119
+gallium_dri.so malloc 72 0x557173466510 0.000161
+gallium_dri.so free 0x557173466580 void 0.000210
+gallium_dri.so free 0x557173466510 void 0.000120
+gallium_dri.so malloc 72 0x5571734665c0 0.000119
+gallium_dri.so free 0x5571735889c0 void 0.000117
+gallium_dri.so free 0x5571734665c0 void 0.000118
+gallium_dri.so malloc 72 0x557173588970 0.000118
+gallium_dri.so free 0x557173466640 void 0.000118
+gallium_dri.so free 0x557173588970 void 0.000117
+gallium_dri.so malloc 72 0x557173588970 0.000118
+gallium_dri.so free 0x557173604fc0 void 0.000119
+gallium_dri.so free 0x557173588970 void 0.000117
+gallium_dri.so malloc 72 0x557173605000 0.000119
+gallium_dri.so free 0x557173605080 void 0.000118
+gallium_dri.so free 0x557173605000 void 0.000119
+gallium_dri.so malloc 72 0x557173605080 0.000118
+gallium_dri.so free 0x557173466700 void 0.000117
+gallium_dri.so free 0x557173605080 void 0.000120
+gallium_dri.so malloc 72 0x5571734666b0 0.000118
+gallium_dri.so free 0x557173605140 void 0.000117
+gallium_dri.so free 0x5571734666b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734666b0 0.000117
+gallium_dri.so free 0x557173602a00 void 0.000119
+gallium_dri.so free 0x5571734666b0 void 0.000117
+gallium_dri.so malloc 72 0x557173602a70 0.000116
+gallium_dri.so free 0x557173602ac0 void 0.000115
+gallium_dri.so free 0x557173602a70 void 0.000116
+gallium_dri.so malloc 72 0x557173602a70 0.000115
+gallium_dri.so free 0x557173602bc0 void 0.000121
+gallium_dri.so free 0x557173602a70 void 0.000120
+gallium_dri.so malloc 72 0x557173602b70 0.000119
+gallium_dri.so free 0x557173605200 void 0.000118
+gallium_dri.so free 0x557173602b70 void 0.000119
+gallium_dri.so malloc 72 0x5571736051b0 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000119
+gallium_dri.so free 0x5571736051b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6270 0.000119
+gallium_dri.so free 0x5571735d62c0 void 0.000117
+gallium_dri.so free 0x5571735d6270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6270 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000118
+gallium_dri.so free 0x5571735d6270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6370 0.000118
+gallium_dri.so free 0x55717360ab40 void 0.000119
+gallium_dri.so free 0x5571735d6370 void 0.000118
+gallium_dri.so malloc 72 0x55717360aba0 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000119
+gallium_dri.so free 0x55717360aba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6430 0.000119
+gallium_dri.so free 0x55717360ac40 void 0.000118
+gallium_dri.so free 0x5571735d6430 void 0.000119
+gallium_dri.so malloc 72 0x55717360abf0 0.000118
+gallium_dri.so free 0x55717360acc0 void 0.000118
+gallium_dri.so free 0x55717360abf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360abf0 0.000165
+gallium_dri.so free 0x55717358f8c0 void 0.000120
+gallium_dri.so free 0x55717360abf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f910 0.000119
+gallium_dri.so free 0x55717358f980 void 0.000120
+gallium_dri.so free 0x55717358f910 void 0.000119
+gallium_dri.so malloc 72 0x55717358f9a0 0.000118
+gallium_dri.so free 0x55717358fa40 void 0.000119
+gallium_dri.so free 0x55717358f9a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f9f0 0.000118
+gallium_dri.so free 0x5571735d3c80 void 0.000120
+gallium_dri.so free 0x55717358f9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000119
+gallium_dri.so free 0x55717358fac0 void 0.000118
+gallium_dri.so free 0x5571735d3cd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000118
+gallium_dri.so free 0x5571735d3d40 void 0.000118
+gallium_dri.so free 0x5571735d3cd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3d90 0.000118
+gallium_dri.so free 0x5571735d3e00 void 0.000118
+gallium_dri.so free 0x5571735d3d90 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3e20 0.000118
+gallium_dri.so free 0x55717358ad40 void 0.000118
+gallium_dri.so free 0x5571735d3e20 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad70 0.000118
+gallium_dri.so free 0x55717358adc0 void 0.000118
+gallium_dri.so free 0x55717358ad70 void 0.000126
+gallium_dri.so malloc 72 0x55717358ad70 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so free 0x55717358ad70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ae70 0.000119
+gallium_dri.so free 0x5571735d16c0 void 0.000117
+gallium_dri.so free 0x55717358ae70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1700 0.000117
+gallium_dri.so free 0x5571735d3ec0 void 0.000117
+gallium_dri.so free 0x5571735d1700 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3e70 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000117
+gallium_dri.so free 0x5571735d3e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3e70 0.000118
+gallium_dri.so free 0x5571735d1840 void 0.000117
+gallium_dri.so free 0x5571735d3e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d17f0 0.000118
+gallium_dri.so free 0x55717358b0c0 void 0.000117
+gallium_dri.so free 0x5571735d17f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b110 0.000118
+gallium_dri.so free 0x55717358af80 void 0.000117
+gallium_dri.so free 0x55717358b110 void 0.000117
+gallium_dri.so malloc 72 0x55717358af30 0.000116
+gallium_dri.so free 0x5571735d18c0 void 0.000119
+gallium_dri.so free 0x55717358af30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d18f0 0.000123
+gallium_dri.so free 0x55717358b180 void 0.000190
+gallium_dri.so free 0x5571735d18f0 void 0.000159
+gallium_dri.so malloc 72 0x55717358b1f0 0.000197
+gallium_dri.so free 0x55717358b240 void 0.000119
+gallium_dri.so free 0x55717358b1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b1f0 0.000118
+gallium_dri.so free 0x557173588b00 void 0.000117
+gallium_dri.so free 0x55717358b1f0 void 0.000116
+gallium_dri.so malloc 72 0x557173588b50 0.000117
+gallium_dri.so free 0x55717358b340 void 0.000117
+gallium_dri.so free 0x557173588b50 void 0.000117
+gallium_dri.so malloc 72 0x55717358b2f0 0.000117
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so free 0x55717358b2f0 void 0.000117
+gallium_dri.so malloc 72 0x557173588bf0 0.000118
+gallium_dri.so free 0x557173588c40 void 0.000117
+gallium_dri.so free 0x557173588bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173588bf0 0.000121
+gallium_dri.so free 0x557173588d40 void 0.000121
+gallium_dri.so free 0x557173588bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173588cf0 0.000120
+gallium_dri.so free 0x557173602d80 void 0.000120
+gallium_dri.so free 0x557173588cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173602de0 0.000120
+gallium_dri.so free 0x557173602e80 void 0.000121
+gallium_dri.so free 0x557173602de0 void 0.000128
+gallium_dri.so malloc 72 0x557173602e30 0.000142
+gallium_dri.so free 0x557173602ec0 void 0.000131
+gallium_dri.so free 0x557173602e30 void 0.000125
+gallium_dri.so malloc 72 0x557173602e30 0.000121
+gallium_dri.so free 0x557173602f80 void 0.000121
+gallium_dri.so free 0x557173602e30 void 0.000122
+gallium_dri.so malloc 72 0x557173602fc0 0.000122
+gallium_dri.so free 0x557173464280 void 0.000123
+gallium_dri.so free 0x557173602fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571734642d0 0.000120
+gallium_dri.so free 0x557173464340 void 0.000121
+gallium_dri.so free 0x5571734642d0 void 0.000120
+gallium_dri.so malloc 72 0x557173464360 0.000121
+gallium_dri.so free 0x557173464400 void 0.000122
+gallium_dri.so free 0x557173464360 void 0.000121
+gallium_dri.so malloc 72 0x5571734643b0 0.000122
+gallium_dri.so free 0x557173464480 void 0.000121
+gallium_dri.so free 0x5571734643b0 void 0.000122
+gallium_dri.so malloc 72 0x557173464480 0.000121
+gallium_dri.so free 0x55717358fc40 void 0.000123
+gallium_dri.so free 0x557173464480 void 0.000120
+gallium_dri.so malloc 72 0x55717358fc80 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so free 0x55717358fc80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000121
+gallium_dri.so free 0x55717358fdc0 void 0.000131
+gallium_dri.so free 0x55717358fd00 void 0.000124
+gallium_dri.so malloc 72 0x55717358fd00 0.000178
+gallium_dri.so free 0x55717358fe40 void 0.000122
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fe70 0.000120
+gallium_dri.so free 0x557173605340 void 0.000121
+gallium_dri.so free 0x55717358fe70 void 0.000122
+gallium_dri.so malloc 72 0x557173605380 0.000121
+gallium_dri.so free 0x557173605400 void 0.000121
+gallium_dri.so free 0x557173605380 void 0.000122
+gallium_dri.so malloc 72 0x557173605400 0.000121
+gallium_dri.so free 0x5571736054c0 void 0.000122
+gallium_dri.so free 0x557173605400 void 0.000120
+gallium_dri.so malloc 72 0x557173605400 0.000121
+gallium_dri.so free 0x557173605540 void 0.000122
+gallium_dri.so free 0x557173605400 void 0.000120
+gallium_dri.so malloc 72 0x557173605400 0.000122
+gallium_dri.so free 0x5571735bf840 void 0.000120
+gallium_dri.so free 0x557173605400 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf870 0.000120
+gallium_dri.so free 0x5571735bf8c0 void 0.000121
+gallium_dri.so free 0x5571735bf870 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf870 0.000120
+gallium_dri.so free 0x5571735bf9c0 void 0.000120
+gallium_dri.so free 0x5571735bf870 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf970 0.000120
+gallium_dri.so free 0x5571735bfa80 void 0.000129
+gallium_dri.so free 0x5571735bf970 void 0.000216
+gallium_dri.so malloc 72 0x5571735bfa30 0.000213
+gallium_dri.so free 0x55717360aec0 void 0.000183
+gallium_dri.so free 0x5571735bfa30 void 0.000118
+gallium_dri.so malloc 72 0x55717360aef0 0.000118
+gallium_dri.so free 0x55717360af40 void 0.000118
+gallium_dri.so free 0x55717360aef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360aef0 0.000117
+gallium_dri.so free 0x55717360b040 void 0.000117
+gallium_dri.so free 0x55717360aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b080 0.000116
+gallium_dri.so free 0x557173607900 void 0.000118
+gallium_dri.so free 0x55717360b080 void 0.000117
+gallium_dri.so malloc 72 0x557173607950 0.000117
+gallium_dri.so free 0x5571736079c0 void 0.000119
+gallium_dri.so free 0x557173607950 void 0.000115
+gallium_dri.so malloc 72 0x5571736079e0 0.000117
+gallium_dri.so free 0x557173607a80 void 0.000118
+gallium_dri.so free 0x5571736079e0 void 0.000118
+gallium_dri.so malloc 72 0x557173607a30 0.000119
+gallium_dri.so free 0x55717360b100 void 0.000117
+gallium_dri.so free 0x557173607a30 void 0.000125
+gallium_dri.so malloc 72 0x557173607a30 0.000117
+gallium_dri.so free 0x557173607b00 void 0.000117
+gallium_dri.so free 0x557173607a30 void 0.000116
+gallium_dri.so malloc 72 0x557173607b00 0.000118
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so free 0x557173607b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1aa0 0.000117
+gallium_dri.so free 0x5571735d1b40 void 0.000117
+gallium_dri.so free 0x5571735d1aa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1af0 0.000117
+gallium_dri.so free 0x5571735d1b80 void 0.000118
+gallium_dri.so free 0x5571735d1af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1af0 0.000117
+gallium_dri.so free 0x5571735d1c40 void 0.000117
+gallium_dri.so free 0x5571735d1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1c80 0.000159
+gallium_dri.so free 0x5571735cf480 void 0.000123
+gallium_dri.so free 0x5571735d1c80 void 0.000139
+gallium_dri.so malloc 72 0x5571735cf4d0 0.000118
+gallium_dri.so free 0x5571735cf540 void 0.000119
+gallium_dri.so free 0x5571735cf4d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf560 0.000117
+gallium_dri.so free 0x5571735cf600 void 0.000117
+gallium_dri.so free 0x5571735cf560 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000117
+gallium_dri.so free 0x5571735cf680 void 0.000117
+gallium_dri.so free 0x5571735cf5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf680 0.000118
+gallium_dri.so free 0x557173468e00 void 0.000119
+gallium_dri.so free 0x5571735cf680 void 0.000117
+gallium_dri.so malloc 72 0x557173468e40 0.000118
+gallium_dri.so free 0x557173468ec0 void 0.000118
+gallium_dri.so free 0x557173468e40 void 0.000116
+gallium_dri.so malloc 72 0x557173468ec0 0.000117
+gallium_dri.so free 0x557173468f80 void 0.000117
+gallium_dri.so free 0x557173468ec0 void 0.000116
+gallium_dri.so malloc 72 0x557173468ec0 0.000118
+gallium_dri.so free 0x557173469000 void 0.000118
+gallium_dri.so free 0x557173468ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173469030 0.000117
+gallium_dri.so free 0x55717358d680 void 0.000118
+gallium_dri.so free 0x557173469030 void 0.000118
+gallium_dri.so malloc 72 0x55717358d6c0 0.000117
+gallium_dri.so free 0x55717358d740 void 0.000117
+gallium_dri.so free 0x55717358d6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d740 0.000117
+gallium_dri.so free 0x55717358d800 void 0.000118
+gallium_dri.so free 0x55717358d740 void 0.000117
+gallium_dri.so malloc 72 0x55717358d740 0.000118
+gallium_dri.so free 0x55717358d880 void 0.000118
+gallium_dri.so free 0x55717358d740 void 0.000117
+gallium_dri.so malloc 72 0x55717358d740 0.000117
+gallium_dri.so free 0x5571735d65c0 void 0.000162
+gallium_dri.so free 0x55717358d740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d65f0 0.000118
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so free 0x5571735d65f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d65f0 0.000115
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d65f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d66f0 0.000118
+gallium_dri.so free 0x5571735d6800 void 0.000119
+gallium_dri.so free 0x5571735d66f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d67b0 0.000119
+gallium_dri.so free 0x5571735d4000 void 0.000119
+gallium_dri.so free 0x5571735d67b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4030 0.000118
+gallium_dri.so free 0x5571735d4080 void 0.000119
+gallium_dri.so free 0x5571735d4030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4030 0.000118
+gallium_dri.so free 0x5571735d4180 void 0.000118
+gallium_dri.so free 0x5571735d4030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d41c0 0.000122
+gallium_dri.so free 0x557173466840 void 0.000119
+gallium_dri.so free 0x5571735d41c0 void 0.000117
+gallium_dri.so malloc 72 0x557173466890 0.000118
+gallium_dri.so free 0x557173466900 void 0.000118
+gallium_dri.so free 0x557173466890 void 0.000118
+gallium_dri.so malloc 72 0x557173466920 0.000125
+gallium_dri.so free 0x5571734669c0 void 0.000112
+gallium_dri.so free 0x557173466920 void 0.000110
+gallium_dri.so malloc 72 0x557173466970 0.000159
+gallium_dri.so free 0x5571735d4240 void 0.000113
+gallium_dri.so free 0x557173466970 void 0.000110
+gallium_dri.so malloc 72 0x557173466970 0.000110
+gallium_dri.so free 0x557173466a40 void 0.000110
+gallium_dri.so free 0x557173466970 void 0.000111
+gallium_dri.so malloc 72 0x557173466a40 0.000111
+gallium_dri.so free 0x557173462440 void 0.000110
+gallium_dri.so free 0x557173466a40 void 0.000110
+gallium_dri.so malloc 72 0x5571734624a0 0.000110
+gallium_dri.so free 0x557173462540 void 0.000110
+gallium_dri.so free 0x5571734624a0 void 0.000111
+gallium_dri.so malloc 72 0x5571734624f0 0.000110
+gallium_dri.so free 0x557173462580 void 0.000110
+gallium_dri.so free 0x5571734624f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734624f0 0.000110
+gallium_dri.so free 0x557173462640 void 0.000109
+gallium_dri.so free 0x5571734624f0 void 0.000111
+gallium_dri.so malloc 72 0x557173462680 0.000112
+gallium_dri.so free 0x557173462700 void 0.000113
+gallium_dri.so free 0x557173462680 void 0.000111
+gallium_dri.so malloc 72 0x557173462750 0.000112
+gallium_dri.so free 0x55717358cd40 void 0.000110
+gallium_dri.so free 0x557173462750 void 0.000111
+gallium_dri.so malloc 72 0x55717358ccf0 0.000110
+gallium_dri.so free 0x55717358cd80 void 0.000128
+gallium_dri.so free 0x55717358ccf0 void 0.000109
+gallium_dri.so malloc 72 0x55717358ccf0 0.000206
+gallium_dri.so free 0x55717358ce40 void 0.000157
+gallium_dri.so free 0x55717358ccf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ce90 0.000116
+gallium_dri.so free 0x55717358cf00 void 0.000117
+gallium_dri.so free 0x55717358ce90 void 0.000116
+gallium_dri.so malloc 72 0x55717358cf40 0.000116
+gallium_dri.so free 0x55717358cfc0 void 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000116
+gallium_dri.so malloc 72 0x55717358cfc0 0.000119
+gallium_dri.so free 0x557173463940 void 0.000117
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571734638f0 0.000117
+gallium_dri.so free 0x557173463980 void 0.000118
+gallium_dri.so free 0x5571734638f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734638f0 0.000117
+gallium_dri.so free 0x557173463a40 void 0.000154
+gallium_dri.so free 0x5571734638f0 void 0.000119
+gallium_dri.so malloc 72 0x557173463a80 0.000119
+gallium_dri.so free 0x557173463b00 void 0.000118
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so malloc 72 0x557173463b00 0.000118
+gallium_dri.so free 0x557173463bc0 void 0.000118
+gallium_dri.so free 0x557173463b00 void 0.000118
+gallium_dri.so malloc 72 0x557173463b00 0.000125
+gallium_dri.so free 0x55717358a780 void 0.000111
+gallium_dri.so free 0x557173463b00 void 0.000110
+gallium_dri.so malloc 72 0x55717358a730 0.000110
+gallium_dri.so free 0x55717358a7c0 void 0.000110
+gallium_dri.so free 0x55717358a730 void 0.000110
+gallium_dri.so malloc 72 0x55717358a730 0.000110
+gallium_dri.so free 0x55717358a880 void 0.000110
+gallium_dri.so free 0x55717358a730 void 0.000109
+gallium_dri.so malloc 72 0x55717358a8c0 0.000109
+gallium_dri.so free 0x55717358a940 void 0.000110
+gallium_dri.so free 0x55717358a8c0 void 0.000111
+gallium_dri.so malloc 72 0x55717358a940 0.000110
+gallium_dri.so free 0x55717358aa00 void 0.000110
+gallium_dri.so free 0x55717358a940 void 0.000110
+gallium_dri.so malloc 72 0x55717358a940 0.000109
+gallium_dri.so free 0x557173606fc0 void 0.000109
+gallium_dri.so free 0x55717358a940 void 0.000156
+gallium_dri.so malloc 72 0x557173606f70 0.000115
+gallium_dri.so free 0x557173607040 void 0.000112
+gallium_dri.so free 0x557173606f70 void 0.000111
+gallium_dri.so malloc 72 0x557173606f70 0.000114
+gallium_dri.so free 0x557173607140 void 0.000114
+gallium_dri.so free 0x557173606f70 void 0.000112
+gallium_dri.so malloc 72 0x5571736070f0 0.000110
+gallium_dri.so free 0x5571736071c0 void 0.000112
+gallium_dri.so free 0x5571736070f0 void 0.000110
+gallium_dri.so malloc 72 0x557173607210 0.000123
+gallium_dri.so free 0x557173607280 void 0.000120
+gallium_dri.so free 0x557173607210 void 0.000116
+gallium_dri.so malloc 72 0x5571736072a0 0.000114
+gallium_dri.so free 0x557173604a00 void 0.000113
+gallium_dri.so free 0x5571736072a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736049b0 0.000112
+gallium_dri.so free 0x557173604a80 void 0.000113
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736049b0 0.000112
+gallium_dri.so free 0x557173604b00 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000112
+gallium_dri.so malloc 72 0x557173604b00 0.000114
+gallium_dri.so free 0x557173604bc0 void 0.000112
+gallium_dri.so free 0x557173604b00 void 0.000111
+gallium_dri.so malloc 72 0x557173604b00 0.000113
+gallium_dri.so free 0x557173604cc0 void 0.000113
+gallium_dri.so free 0x557173604b00 void 0.000112
+gallium_dri.so malloc 72 0x557173604b00 0.000113
+gallium_dri.so free 0x557173602440 void 0.000114
+gallium_dri.so free 0x557173604b00 void 0.000114
+gallium_dri.so malloc 72 0x5571736023f0 0.000113
+gallium_dri.so free 0x5571736024c0 void 0.000113
+gallium_dri.so free 0x5571736023f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736023f0 0.000119
+gallium_dri.so free 0x557173602540 void 0.000114
+gallium_dri.so free 0x5571736023f0 void 0.000113
+gallium_dri.so malloc 72 0x557173602540 0.000113
+gallium_dri.so free 0x557173602600 void 0.000122
+gallium_dri.so free 0x557173602540 void 0.000130
+gallium_dri.so malloc 72 0x557173602540 0.000129
+gallium_dri.so free 0x5571736026c0 void 0.000246
+gallium_dri.so free 0x557173602540 void 0.000128
+gallium_dri.so malloc 72 0x557173602540 0.000122
+gallium_dri.so free 0x5571735d5c80 void 0.000120
+gallium_dri.so free 0x557173602540 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5c30 0.000125
+gallium_dri.so free 0x5571735d5d40 void 0.000125
+gallium_dri.so free 0x5571735d5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000117
+gallium_dri.so free 0x5571735d5dc0 void 0.000119
+gallium_dri.so free 0x5571735d5cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5e10 0.000119
+gallium_dri.so free 0x5571735d5e80 void 0.000117
+gallium_dri.so free 0x5571735d5e10 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5ea0 0.000119
+gallium_dri.so free 0x5571735d5f40 void 0.000121
+gallium_dri.so free 0x5571735d5ea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000118
+gallium_dri.so free 0x5571735d36c0 void 0.000118
+gallium_dri.so free 0x5571735d5ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3670 0.000118
+gallium_dri.so free 0x5571735d3740 void 0.000117
+gallium_dri.so free 0x5571735d3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3790 0.000123
+gallium_dri.so free 0x5571735d3800 void 0.000118
+gallium_dri.so free 0x5571735d3790 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3840 0.000118
+gallium_dri.so free 0x5571735d38c0 void 0.000117
+gallium_dri.so free 0x5571735d3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3840 0.000117
+gallium_dri.so free 0x5571735d3940 void 0.000117
+gallium_dri.so free 0x5571735d3840 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3970 0.000122
+gallium_dri.so free 0x5571735d1100 void 0.000126
+gallium_dri.so free 0x5571735d3970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d10b0 0.000116
+gallium_dri.so free 0x5571735d1180 void 0.000117
+gallium_dri.so free 0x5571735d10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d11d0 0.000151
+gallium_dri.so free 0x5571735d1240 void 0.000121
+gallium_dri.so free 0x5571735d11d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1260 0.000118
+gallium_dri.so free 0x5571735d1300 void 0.000117
+gallium_dri.so free 0x5571735d1260 void 0.000116
+gallium_dri.so malloc 72 0x5571735d12b0 0.000116
+gallium_dri.so free 0x5571735d1380 void 0.000127
+gallium_dri.so free 0x5571735d12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d12b0 0.000119
+gallium_dri.so free 0x5571735ceb40 void 0.000118
+gallium_dri.so free 0x5571735d12b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000117
+gallium_dri.so free 0x5571735cebc0 void 0.000120
+gallium_dri.so free 0x5571735ceaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cec10 0.000118
+gallium_dri.so free 0x5571735cec80 void 0.000118
+gallium_dri.so free 0x5571735cec10 void 0.000117
+gallium_dri.so malloc 72 0x5571735ceca0 0.000117
+gallium_dri.so free 0x5571735ced40 void 0.000117
+gallium_dri.so free 0x5571735ceca0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cecf0 0.000120
+gallium_dri.so free 0x5571735cedc0 void 0.000120
+gallium_dri.so free 0x5571735cecf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cecf0 0.000117
+gallium_dri.so free 0x5571734684c0 void 0.000119
+gallium_dri.so free 0x5571735cecf0 void 0.000117
+gallium_dri.so malloc 72 0x557173468470 0.000117
+gallium_dri.so free 0x557173468580 void 0.000119
+gallium_dri.so free 0x557173468470 void 0.000118
+gallium_dri.so malloc 72 0x557173468530 0.000117
+gallium_dri.so free 0x557173468600 void 0.000118
+gallium_dri.so free 0x557173468530 void 0.000117
+gallium_dri.so malloc 72 0x557173468530 0.000186
+gallium_dri.so free 0x5571734686c0 void 0.000113
+gallium_dri.so free 0x557173468530 void 0.000110
+gallium_dri.so malloc 72 0x557173468530 0.000111
+gallium_dri.so free 0x557173468780 void 0.000111
+gallium_dri.so free 0x557173468530 void 0.000112
+gallium_dri.so malloc 72 0x557173468730 0.000110
+gallium_dri.so free 0x557173465f00 void 0.000111
+gallium_dri.so free 0x557173468730 void 0.000111
+gallium_dri.so malloc 72 0x557173465eb0 0.000110
+gallium_dri.so free 0x557173465fc0 void 0.000111
+gallium_dri.so free 0x557173465eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173465f70 0.000111
+gallium_dri.so free 0x557173466000 void 0.000112
+gallium_dri.so free 0x557173465f70 void 0.000111
+gallium_dri.so malloc 72 0x557173465f70 0.000111
+gallium_dri.so free 0x5571734660c0 void 0.000110
+gallium_dri.so free 0x557173465f70 void 0.000111
+gallium_dri.so malloc 72 0x557173466110 0.000121
+gallium_dri.so free 0x557173466180 void 0.000111
+gallium_dri.so free 0x557173466110 void 0.000111
+gallium_dri.so malloc 72 0x5571734661c0 0.000112
+gallium_dri.so free 0x55717358f300 void 0.000111
+gallium_dri.so free 0x5571734661c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2b0 0.000111
+gallium_dri.so free 0x55717358f3c0 void 0.000110
+gallium_dri.so free 0x55717358f2b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358f370 0.000112
+gallium_dri.so free 0x55717358f400 void 0.000126
+gallium_dri.so free 0x55717358f370 void 0.000114
+gallium_dri.so malloc 72 0x55717358f370 0.000114
+gallium_dri.so free 0x5571735f4960 void 0.000115
+gallium_dri.so free 0x55717358f4c0 void 0.000114
+gallium_dri.so free 0x55717358f370 void 0.000110
+gallium_dri.so malloc 72 0x55717358f500 0.000110
+gallium_dri.so free 0x55717358f580 void 0.000109
+gallium_dri.so free 0x55717358f500 void 0.000111
+gallium_dri.so malloc 72 0x55717358f580 0.000111
+gallium_dri.so free 0x5571735918c0 void 0.000109
+gallium_dri.so free 0x55717358f580 void 0.000112
+gallium_dri.so malloc 72 0x557173591870 0.000110
+gallium_dri.so free 0x557173591940 void 0.000139
+gallium_dri.so free 0x557173591870 void 0.000115
+gallium_dri.so malloc 72 0x557173591960 0.000111
+gallium_dri.so free 0x557173591a00 void 0.000110
+gallium_dri.so free 0x557173591960 void 0.000111
+gallium_dri.so malloc 72 0x5571735919b0 0.000111
+gallium_dri.so free 0x557173591a80 void 0.000111
+gallium_dri.so free 0x5571735919b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735919b0 0.000117
+gallium_dri.so free 0x557173591b00 void 0.000116
+gallium_dri.so free 0x5571735919b0 void 0.000111
+gallium_dri.so malloc 72 0x557173591b00 0.000109
+gallium_dri.so free 0x55717360a580 void 0.000111
+gallium_dri.so free 0x557173591b00 void 0.000111
+gallium_dri.so malloc 72 0x55717360a530 0.000125
+gallium_dri.so free 0x55717360a5c0 void 0.000122
+gallium_dri.so free 0x55717360a530 void 0.000112
+gallium_dri.so malloc 72 0x55717360a530 0.000112
+gallium_dri.so free 0x55717360a680 void 0.000113
+gallium_dri.so free 0x55717360a530 void 0.000110
+gallium_dri.so malloc 72 0x55717360a6f0 0.000111
+gallium_dri.so free 0x55717360a740 void 0.000110
+gallium_dri.so free 0x55717360a6f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360a6f0 0.000109
+gallium_dri.so free 0x55717360a840 void 0.000111
+gallium_dri.so free 0x55717360a6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a7f0 0.000111
+gallium_dri.so free 0x557173603900 void 0.000111
+gallium_dri.so free 0x55717360a7f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a7f0 0.000110
+gallium_dri.so free 0x557173603980 void 0.000110
+gallium_dri.so free 0x55717360a7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736039b0 0.000110
+gallium_dri.so free 0x557173603a00 void 0.000109
+gallium_dri.so free 0x5571736039b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736039b0 0.000132
+gallium_dri.so free 0x557173603b00 void 0.000125
+gallium_dri.so free 0x5571736039b0 void 0.000115
+gallium_dri.so malloc 72 0x557173603ab0 0.000111
+gallium_dri.so free 0x557173603bc0 void 0.000111
+gallium_dri.so free 0x557173603ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173603b70 0.000188
+gallium_dri.so free 0x557173603c40 void 0.000120
+gallium_dri.so free 0x557173603b70 void 0.000169
+gallium_dri.so malloc 72 0x557173603b70 0.000236
+gallium_dri.so free 0x557173601340 void 0.000146
+gallium_dri.so free 0x557173603b70 void 0.000111
+gallium_dri.so malloc 72 0x557173603b70 0.000110
+gallium_dri.so free 0x557173601400 void 0.000110
+gallium_dri.so free 0x557173603b70 void 0.000110
+gallium_dri.so malloc 72 0x5571736013b0 0.000109
+gallium_dri.so free 0x557173601480 void 0.000109
+gallium_dri.so free 0x5571736013b0 void 0.000109
+gallium_dri.so malloc 72 0x5571736014d0 0.000110
+gallium_dri.so free 0x557173601540 void 0.000109
+gallium_dri.so free 0x5571736014d0 void 0.000109
+gallium_dri.so malloc 72 0x557173601560 0.000109
+gallium_dri.so free 0x557173601600 void 0.000109
+gallium_dri.so free 0x557173601560 void 0.000109
+gallium_dri.so malloc 72 0x5571736015b0 0.000110
+gallium_dri.so free 0x557173601680 void 0.000109
+gallium_dri.so free 0x5571736015b0 void 0.000111
+gallium_dri.so malloc 72 0x557173601680 0.000110
+gallium_dri.so free 0x5571735d0000 void 0.000109
+gallium_dri.so free 0x557173601680 void 0.000110
+gallium_dri.so malloc 72 0x557173601680 0.000109
+gallium_dri.so free 0x5571735d0080 void 0.000109
+gallium_dri.so free 0x557173601680 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0080 0.000121
+gallium_dri.so free 0x5571735d0140 void 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0080 0.000110
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0080 0.000110
+gallium_dri.so free 0x5571735d02c0 void 0.000111
+gallium_dri.so free 0x5571735d0080 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0270 0.000109
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so free 0x5571735d0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0390 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000111
+gallium_dri.so free 0x5571735d0390 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0390 0.000112
+gallium_dri.so free 0x5571735d2640 void 0.000110
+gallium_dri.so free 0x5571735d0390 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0390 0.000110
+gallium_dri.so free 0x5571735d2700 void 0.000111
+gallium_dri.so free 0x5571735d0390 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0390 0.000110
+gallium_dri.so free 0x5571735d27c0 void 0.000110
+gallium_dri.so free 0x5571735d0390 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2770 0.000109
+gallium_dri.so free 0x5571735d2840 void 0.000110
+gallium_dri.so free 0x5571735d2770 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2890 0.000142
+gallium_dri.so free 0x5571735d2900 void 0.000126
+gallium_dri.so free 0x5571735d2890 void 0.000175
+gallium_dri.so malloc 72 0x5571735d2920 0.000197
+gallium_dri.so free 0x55717358e200 void 0.000195
+gallium_dri.so free 0x5571735d2920 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2920 0.000118
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x5571735d2920 void 0.000118
+gallium_dri.so malloc 72 0x55717358e270 0.000118
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x55717358e270 void 0.000117
+gallium_dri.so malloc 72 0x55717358e270 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000118
+gallium_dri.so free 0x55717358e270 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000166
+gallium_dri.so free 0x55717358e370 void 0.000118
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e430 void 0.000117
+gallium_dri.so malloc 72 0x55717358e430 0.000119
+gallium_dri.so free 0x55717358bc40 void 0.000118
+gallium_dri.so free 0x55717358e430 void 0.000118
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x55717358bcc0 void 0.000125
+gallium_dri.so free 0x55717358e430 void 0.000110
+gallium_dri.so malloc 72 0x55717358bcc0 0.000111
+gallium_dri.so free 0x55717358bd80 void 0.000109
+gallium_dri.so free 0x55717358bcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcc0 0.000111
+gallium_dri.so free 0x55717358be80 void 0.000110
+gallium_dri.so free 0x55717358bcc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358bcc0 0.000110
+gallium_dri.so free 0x55717358e580 void 0.000110
+gallium_dri.so free 0x55717358bcc0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e5b0 0.000111
+gallium_dri.so free 0x55717358bf00 void 0.000110
+gallium_dri.so free 0x55717358e5b0 void 0.000109
+gallium_dri.so malloc 72 0x55717358bf40 0.000110
+gallium_dri.so free 0x557173589680 void 0.000109
+gallium_dri.so free 0x55717358bf40 void 0.000110
+gallium_dri.so malloc 72 0x557173589680 0.000110
+gallium_dri.so free 0x557173589740 void 0.000110
+gallium_dri.so free 0x557173589680 void 0.000110
+gallium_dri.so malloc 72 0x557173589680 0.000109
+gallium_dri.so free 0x5571735897c0 void 0.000117
+gallium_dri.so free 0x557173589680 void 0.000152
+gallium_dri.so malloc 72 0x5571735897f0 0.000151
+gallium_dri.so free 0x557173589840 void 0.000183
+gallium_dri.so free 0x5571735897f0 void 0.000146
+gallium_dri.so malloc 72 0x557173589840 0.000133
+gallium_dri.so free 0x55717358bfc0 void 0.000125
+gallium_dri.so free 0x557173589840 void 0.000123
+gallium_dri.so malloc 72 0x557173589840 0.000123
+gallium_dri.so free 0x557173589900 void 0.000125
+gallium_dri.so free 0x557173589840 void 0.000119
+gallium_dri.so malloc 72 0x557173589900 0.000118
+gallium_dri.so free 0x5571735899c0 void 0.000118
+gallium_dri.so free 0x557173589900 void 0.000117
+gallium_dri.so malloc 72 0x557173589900 0.000117
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x557173589900 void 0.000117
+gallium_dri.so malloc 72 0x557173589900 0.000118
+gallium_dri.so free 0x557173608540 void 0.000117
+gallium_dri.so free 0x557173589900 void 0.000117
+gallium_dri.so malloc 72 0x5571736084f0 0.000117
+gallium_dri.so free 0x5571736085c0 void 0.000117
+gallium_dri.so free 0x5571736084f0 void 0.000117
+gallium_dri.so malloc 72 0x557173608610 0.000117
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x557173608610 void 0.000118
+gallium_dri.so malloc 72 0x5571736086c0 0.000117
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x5571736086c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736086c0 0.000117
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x5571736086c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736087f0 0.000113
+gallium_dri.so free 0x557173605ec0 void 0.000111
+gallium_dri.so free 0x5571736087f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736087f0 0.000110
+gallium_dri.so free 0x557173605f40 void 0.000164
+gallium_dri.so free 0x5571736087f0 void 0.000111
+gallium_dri.so malloc 72 0x557173605f40 0.000111
+gallium_dri.so free 0x557173606000 void 0.000110
+gallium_dri.so free 0x557173605f40 void 0.000110
+gallium_dri.so malloc 72 0x557173605f40 0.000113
+gallium_dri.so free 0x5571736060c0 void 0.000110
+gallium_dri.so free 0x557173605f40 void 0.000109
+gallium_dri.so malloc 72 0x557173605f40 0.000110
+gallium_dri.so free 0x557173606180 void 0.000111
+gallium_dri.so free 0x557173605f40 void 0.000110
+gallium_dri.so malloc 72 0x557173606130 0.000109
+gallium_dri.so free 0x557173606180 void 0.000110
+gallium_dri.so free 0x557173606130 void 0.000110
+gallium_dri.so malloc 72 0x557173606130 0.000110
+gallium_dri.so free 0x5571735d4b80 void 0.000110
+gallium_dri.so free 0x557173606130 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4b80 0.000117
+gallium_dri.so free 0x557173606280 void 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so malloc 72 0x557173606230 0.000113
+gallium_dri.so free 0x5571735d4c40 void 0.000110
+gallium_dri.so free 0x557173606230 void 0.000111
+gallium_dri.so malloc 72 0x557173606230 0.000127
+gallium_dri.so free 0x5571735d4d00 void 0.000124
+gallium_dri.so free 0x557173606230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4cb0 0.000113
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so free 0x5571735d4cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4dd0 0.000112
+gallium_dri.so free 0x5571735d4e40 void 0.000119
+gallium_dri.so free 0x5571735d4dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ea0 0.000123
+gallium_dri.so free 0x5571735d4f40 void 0.000118
+gallium_dri.so free 0x5571735d4ea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000116
+gallium_dri.so free 0x5571735d4ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000118
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571735d4ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173467430 0.000123
+gallium_dri.so free 0x557173467500 void 0.000122
+gallium_dri.so free 0x557173467430 void 0.000124
+gallium_dri.so malloc 72 0x557173467550 0.000124
+gallium_dri.so free 0x5571734675c0 void 0.000122
+gallium_dri.so free 0x557173467550 void 0.000120
+gallium_dri.so malloc 72 0x5571734675e0 0.000194
+gallium_dri.so free 0x557173467680 void 0.000155
+gallium_dri.so free 0x5571734675e0 void 0.000121
+gallium_dri.so malloc 72 0x557173467630 0.000123
+gallium_dri.so free 0x557173467700 void 0.000124
+gallium_dri.so free 0x557173467630 void 0.000124
+gallium_dri.so malloc 72 0x557173467700 0.000124
+gallium_dri.so free 0x557173464e00 void 0.000125
+gallium_dri.so free 0x557173467700 void 0.000124
+gallium_dri.so malloc 72 0x557173467700 0.000123
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so free 0x557173467700 void 0.000114
+gallium_dri.so malloc 72 0x557173464e80 0.000122
+gallium_dri.so free 0x557173464f40 void 0.000124
+gallium_dri.so free 0x557173464e80 void 0.000183
+gallium_dri.so malloc 72 0x557173464e80 0.000126
+gallium_dri.so free 0x557173465000 void 0.000129
+gallium_dri.so free 0x557173464e80 void 0.000170
+gallium_dri.so malloc 72 0x557173464e80 0.000133
+gallium_dri.so free 0x5571734650c0 void 0.000131
+gallium_dri.so free 0x557173464e80 void 0.000140
+gallium_dri.so malloc 72 0x557173465070 0.000123
+gallium_dri.so free 0x557173465140 void 0.000127
+gallium_dri.so free 0x557173465070 void 0.000132
+gallium_dri.so malloc 72 0x557173465190 0.000131
+gallium_dri.so free 0x557173462840 void 0.000130
+gallium_dri.so free 0x557173465190 void 0.000131
+gallium_dri.so malloc 72 0x557173465190 0.000129
+gallium_dri.so free 0x5571734628c0 void 0.000132
+gallium_dri.so free 0x557173465190 void 0.000130
+gallium_dri.so malloc 72 0x557173465190 0.000123
+gallium_dri.so free 0x557173462980 void 0.000121
+gallium_dri.so free 0x557173465190 void 0.000124
+gallium_dri.so malloc 72 0x557173465190 0.000131
+gallium_dri.so free 0x557173462a40 void 0.000131
+gallium_dri.so free 0x557173465190 void 0.000131
+gallium_dri.so malloc 72 0x5571734629f0 0.000130
+gallium_dri.so free 0x557173462ac0 void 0.000130
+gallium_dri.so free 0x5571734629f0 void 0.000132
+gallium_dri.so malloc 72 0x557173462b10 0.000128
+gallium_dri.so free 0x557173462b80 void 0.000139
+gallium_dri.so free 0x557173462b10 void 0.000131
+gallium_dri.so malloc 72 0x557173462ba0 0.000130
+gallium_dri.so free 0x55717360ba40 void 0.000131
+gallium_dri.so free 0x557173462ba0 void 0.000126
+gallium_dri.so malloc 72 0x557173462ba0 0.000120
+gallium_dri.so free 0x55717360bb00 void 0.000126
+gallium_dri.so free 0x557173462ba0 void 0.000129
+gallium_dri.so malloc 72 0x55717360bab0 0.000124
+gallium_dri.so free 0x55717360bb00 void 0.000121
+gallium_dri.so free 0x55717360bab0 void 0.000124
+gallium_dri.so malloc 72 0x55717360bab0 0.000124
+gallium_dri.so free 0x55717360bc00 void 0.000120
+gallium_dri.so free 0x55717360bab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bbb0 0.000123
+gallium_dri.so free 0x55717360bcc0 void 0.000129
+gallium_dri.so free 0x55717360bbb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360bc70 0.000125
+gallium_dri.so free 0x55717360bd00 void 0.000129
+gallium_dri.so free 0x55717360bc70 void 0.000129
+gallium_dri.so malloc 72 0x55717360bc70 0.000125
+gallium_dri.so free 0x5571735907c0 void 0.000121
+gallium_dri.so free 0x55717360bc70 void 0.000186
+gallium_dri.so malloc 72 0x55717360bc70 0.000126
+gallium_dri.so free 0x557173590840 void 0.000131
+gallium_dri.so free 0x55717360bc70 void 0.000129
+gallium_dri.so malloc 72 0x557173590840 0.000153
+gallium_dri.so free 0x557173590900 void 0.000160
+gallium_dri.so free 0x557173590840 void 0.000150
+gallium_dri.so malloc 72 0x557173590840 0.000129
+gallium_dri.so free 0x557173590a00 void 0.000126
+gallium_dri.so free 0x557173590840 void 0.000119
+gallium_dri.so malloc 72 0x557173590840 0.000127
+gallium_dri.so free 0x55717360bdc0 void 0.000125
+gallium_dri.so free 0x557173590840 void 0.000121
+gallium_dri.so malloc 72 0x55717360bdf0 0.000121
+gallium_dri.so free 0x557173590a80 void 0.000121
+gallium_dri.so free 0x55717360bdf0 void 0.000128
+gallium_dri.so malloc 72 0x557173590ac0 0.000126
+gallium_dri.so free 0x557173469380 void 0.000121
+gallium_dri.so free 0x557173590ac0 void 0.000126
+gallium_dri.so malloc 72 0x557173469380 0.000125
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x557173469380 void 0.000131
+gallium_dri.so malloc 72 0x557173469380 0.000126
+gallium_dri.so free 0x5571734694c0 void 0.000128
+gallium_dri.so free 0x557173469380 void 0.000130
+gallium_dri.so malloc 72 0x5571734694f0 0.000128
+gallium_dri.so free 0x557173469540 void 0.000125
+gallium_dri.so free 0x5571734694f0 void 0.000119
+gallium_dri.so malloc 72 0x557173469540 0.000125
+gallium_dri.so free 0x557173590b40 void 0.000124
+gallium_dri.so free 0x557173469540 void 0.000119
+gallium_dri.so malloc 72 0x557173469540 0.000119
+gallium_dri.so free 0x557173469600 void 0.000119
+gallium_dri.so free 0x557173469540 void 0.000124
+gallium_dri.so malloc 72 0x557173469600 0.000130
+gallium_dri.so free 0x5571734696c0 void 0.000129
+gallium_dri.so free 0x557173469600 void 0.000125
+gallium_dri.so malloc 72 0x557173469600 0.000120
+gallium_dri.so free 0x557173465800 void 0.000126
+gallium_dri.so free 0x557173469600 void 0.000128
+gallium_dri.so malloc 72 0x557173465830 0.000130
+gallium_dri.so free 0x557173465880 void 0.000129
+gallium_dri.so free 0x557173465830 void 0.000128
+gallium_dri.so malloc 72 0x557173465830 0.000127
+gallium_dri.so free 0x557173465980 void 0.000133
+gallium_dri.so free 0x557173465830 void 0.000131
+gallium_dri.so malloc 72 0x557173465930 0.000147
+gallium_dri.so free 0x557173465a40 void 0.000145
+gallium_dri.so free 0x557173465930 void 0.000140
+gallium_dri.so malloc 72 0x5571734659f0 0.000135
+gallium_dri.so free 0x557173465ac0 void 0.000141
+gallium_dri.so free 0x5571734659f0 void 0.000144
+gallium_dri.so malloc 72 0x557173465ae0 0.000146
+gallium_dri.so free 0x557173465b80 void 0.000145
+gallium_dri.so free 0x557173465ae0 void 0.000148
+gallium_dri.so malloc 72 0x557173465b30 0.000145
+gallium_dri.so free 0x5571735911c0 void 0.000182
+gallium_dri.so free 0x557173465b30 void 0.000179
+gallium_dri.so malloc 72 0x557173591200 0.000179
+gallium_dri.so free 0x557173591280 void 0.000146
+gallium_dri.so free 0x557173591200 void 0.000176
+gallium_dri.so malloc 72 0x557173591280 0.000226
+gallium_dri.so free 0x557173591340 void 0.000238
+gallium_dri.so free 0x557173591280 void 0.000145
+gallium_dri.so malloc 72 0x557173591280 0.000145
+gallium_dri.so free 0x5571735913c0 void 0.000139
+gallium_dri.so free 0x557173591280 void 0.000134
+gallium_dri.so malloc 72 0x5571735913f0 0.000140
+gallium_dri.so free 0x557173591440 void 0.000146
+gallium_dri.so free 0x5571735913f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735913f0 0.000136
+gallium_dri.so free 0x557173591540 void 0.000141
+gallium_dri.so free 0x5571735913f0 void 0.000145
+gallium_dri.so malloc 72 0x557173591580 0.000136
+gallium_dri.so free 0x55717358ec00 void 0.000140
+gallium_dri.so free 0x557173591580 void 0.000139
+gallium_dri.so malloc 72 0x55717358ec50 0.000135
+gallium_dri.so free 0x55717358ecc0 void 0.000141
+gallium_dri.so free 0x55717358ec50 void 0.000141
+gallium_dri.so malloc 72 0x55717358ece0 0.000136
+gallium_dri.so free 0x55717358ed80 void 0.000143
+gallium_dri.so free 0x55717358ece0 void 0.000148
+gallium_dri.so malloc 72 0x55717358ed30 0.000144
+gallium_dri.so free 0x55717358ee00 void 0.000147
+gallium_dri.so free 0x55717358ed30 void 0.000146
+gallium_dri.so malloc 72 0x55717358ed30 0.000140
+gallium_dri.so free 0x55717358ee80 void 0.000135
+gallium_dri.so free 0x55717358ed30 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee80 0.000139
+gallium_dri.so free 0x55717358ef40 void 0.000145
+gallium_dri.so free 0x55717358ee80 void 0.000145
+gallium_dri.so malloc 72 0x55717358ee80 0.000144
+gallium_dri.so free 0x55717358c640 void 0.000145
+gallium_dri.so free 0x55717358ee80 void 0.000152
+gallium_dri.so malloc 72 0x55717358c660 0.000131
+gallium_dri.so free 0x55717358c700 void 0.000129
+gallium_dri.so free 0x55717358c660 void 0.000130
+gallium_dri.so malloc 72 0x55717358c6b0 0.000124
+gallium_dri.so free 0x55717358c780 void 0.000127
+gallium_dri.so free 0x55717358c6b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c6b0 0.000138
+gallium_dri.so free 0x55717358c800 void 0.000164
+gallium_dri.so free 0x55717358c6b0 void 0.000161
+gallium_dri.so malloc 72 0x55717358c800 0.000227
+gallium_dri.so free 0x55717358c8c0 void 0.000223
+gallium_dri.so free 0x55717358c800 void 0.000129
+gallium_dri.so malloc 72 0x55717358c800 0.000129
+gallium_dri.so free 0x55717358c980 void 0.000126
+gallium_dri.so free 0x55717358c800 void 0.000127
+gallium_dri.so malloc 72 0x55717358c800 0.000130
+gallium_dri.so free 0x5571736068c0 void 0.000236
+gallium_dri.so free 0x55717358c800 void 0.000222
+gallium_dri.so malloc 72 0x557173606910 0.000131
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606910 void 0.000125
+gallium_dri.so malloc 72 0x5571736069c0 0.000120
+gallium_dri.so free 0x557173606a40 void 0.000130
+gallium_dri.so free 0x5571736069c0 void 0.000129
+gallium_dri.so malloc 72 0x557173606a40 0.000175
+gallium_dri.so free 0x557173606b00 void 0.000131
+gallium_dri.so free 0x557173606a40 void 0.000130
+gallium_dri.so malloc 72 0x557173606a40 0.000124
+gallium_dri.so free 0x55717358ca40 void 0.000120
+gallium_dri.so free 0x557173606a40 void 0.000126
+gallium_dri.so malloc 72 0x55717358c9f0 0.000124
+gallium_dri.so free 0x557173606b80 void 0.000125
+gallium_dri.so free 0x55717358c9f0 void 0.000119
+gallium_dri.so malloc 72 0x557173606bc0 0.000126
+gallium_dri.so free 0x557173606c40 void 0.000125
+gallium_dri.so free 0x557173606bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173606c40 0.000128
+gallium_dri.so free 0x557173604300 void 0.000129
+gallium_dri.so free 0x557173606c40 void 0.000130
+gallium_dri.so malloc 72 0x557173604340 0.000129
+gallium_dri.so free 0x5571736043c0 void 0.000126
+gallium_dri.so free 0x557173604340 void 0.000120
+gallium_dri.so malloc 72 0x557173604340 0.000126
+gallium_dri.so free 0x557173604440 void 0.000126
+gallium_dri.so free 0x557173604340 void 0.000120
+gallium_dri.so malloc 72 0x557173604470 0.000120
+gallium_dri.so free 0x5571736044c0 void 0.000139
+gallium_dri.so free 0x557173604470 void 0.000127
+gallium_dri.so malloc 72 0x557173604470 0.000121
+gallium_dri.so free 0x5571736045c0 void 0.000121
+gallium_dri.so free 0x557173604470 void 0.000125
+gallium_dri.so malloc 72 0x557173604570 0.000130
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x557173604570 void 0.000125
+gallium_dri.so malloc 72 0x557173604630 0.000121
+gallium_dri.so free 0x557173601d40 void 0.000126
+gallium_dri.so free 0x557173604630 void 0.000131
+gallium_dri.so malloc 72 0x557173601d70 0.000129
+gallium_dri.so free 0x557173601dc0 void 0.000134
+gallium_dri.so free 0x557173601d70 void 0.000132
+gallium_dri.so malloc 72 0x557173601d70 0.000130
+gallium_dri.so free 0x557173601ec0 void 0.000129
+gallium_dri.so free 0x557173601d70 void 0.000164
+gallium_dri.so malloc 72 0x557173601f00 0.000179
+gallium_dri.so free 0x557173601f80 void 0.000167
+gallium_dri.so free 0x557173601f00 void 0.000197
+gallium_dri.so malloc 72 0x557173601f80 0.000231
+gallium_dri.so free 0x5571736046c0 void 0.000136
+gallium_dri.so free 0x557173601f80 void 0.000132
+gallium_dri.so malloc 72 0x557173601f80 0.000130
+gallium_dri.so free 0x557173602040 void 0.000129
+gallium_dri.so free 0x557173601f80 void 0.000130
+gallium_dri.so malloc 72 0x557173601f80 0.000131
+gallium_dri.so free 0x557173602100 void 0.000130
+gallium_dri.so free 0x557173601f80 void 0.000131
+gallium_dri.so malloc 72 0x5571736020b0 0.000125
+gallium_dri.so free 0x5571735d5580 void 0.000127
+gallium_dri.so free 0x5571736020b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55d0 0.000131
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so free 0x5571735d55d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d56a0 0.000130
+gallium_dri.so free 0x5571735d5740 void 0.000135
+gallium_dri.so free 0x5571735d56a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d56f0 0.000129
+gallium_dri.so free 0x5571735d5780 void 0.000138
+gallium_dri.so free 0x5571735d56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d56f0 0.000129
+gallium_dri.so free 0x5571735d5840 void 0.000125
+gallium_dri.so free 0x5571735d56f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5880 0.000131
+gallium_dri.so free 0x5571735d5900 void 0.000129
+gallium_dri.so free 0x5571735d5880 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5900 0.000126
+gallium_dri.so free 0x5571735d2fc0 void 0.000123
+gallium_dri.so free 0x5571735d5900 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000130
+gallium_dri.so free 0x5571735d3080 void 0.000125
+gallium_dri.so free 0x5571735d2fe0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3030 0.000132
+gallium_dri.so free 0x5571735d3100 void 0.000129
+gallium_dri.so free 0x5571735d3030 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3100 0.000126
+gallium_dri.so free 0x5571735d31c0 void 0.000130
+gallium_dri.so free 0x5571735d3100 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3100 0.000129
+gallium_dri.so free 0x5571735d3240 void 0.000134
+gallium_dri.so free 0x5571735d3100 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3240 0.000126
+gallium_dri.so free 0x5571735d3300 void 0.000125
+gallium_dri.so free 0x5571735d3240 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3240 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000124
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a30 0.000125
+gallium_dri.so free 0x5571735d0a80 void 0.000129
+gallium_dri.so free 0x5571735d0a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a30 0.000129
+gallium_dri.so free 0x5571735d0b80 void 0.000124
+gallium_dri.so free 0x5571735d0a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000127
+gallium_dri.so free 0x5571735d0c40 void 0.000130
+gallium_dri.so free 0x5571735d0b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000125
+gallium_dri.so free 0x5571735d0cc0 void 0.000125
+gallium_dri.so free 0x5571735d0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000127
+gallium_dri.so free 0x5571735d0ce0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0d30 0.000135
+gallium_dri.so free 0x557173467dc0 void 0.000164
+gallium_dri.so free 0x5571735d0d30 void 0.000129
+gallium_dri.so malloc 72 0x557173467e00 0.000129
+gallium_dri.so free 0x557173467e80 void 0.000129
+gallium_dri.so free 0x557173467e00 void 0.000125
+gallium_dri.so malloc 72 0x557173467e80 0.000125
+gallium_dri.so free 0x557173467f40 void 0.000125
+gallium_dri.so free 0x557173467e80 void 0.000119
+gallium_dri.so malloc 72 0x557173467e80 0.000118
+gallium_dri.so free 0x557173467fc0 void 0.000121
+gallium_dri.so free 0x557173467e80 void 0.000123
+gallium_dri.so malloc 72 0x557173467ff0 0.000128
+gallium_dri.so free 0x557173468040 void 0.000132
+gallium_dri.so free 0x557173467ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173467ff0 0.000129
+gallium_dri.so free 0x557173468140 void 0.000131
+gallium_dri.so free 0x557173467ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173468180 0.000126
+gallium_dri.so free 0x557173463240 void 0.000130
+gallium_dri.so free 0x557173468180 void 0.000129
+gallium_dri.so malloc 72 0x557173463290 0.000132
+gallium_dri.so free 0x557173463300 void 0.000131
+gallium_dri.so free 0x557173463290 void 0.000129
+gallium_dri.so malloc 72 0x557173463320 0.000130
+gallium_dri.so free 0x5571734633c0 void 0.000130
+gallium_dri.so free 0x557173463320 void 0.000132
+gallium_dri.so malloc 72 0x557173463370 0.000130
+gallium_dri.so free 0x557173463440 void 0.000130
+gallium_dri.so free 0x557173463370 void 0.000126
+gallium_dri.so malloc 72 0x557173463370 0.000125
+gallium_dri.so free 0x5571734634c0 void 0.000130
+gallium_dri.so free 0x557173463370 void 0.000130
+gallium_dri.so malloc 72 0x5571734634c0 0.000130
+gallium_dri.so free 0x557173463580 void 0.000129
+gallium_dri.so free 0x5571734634c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734634c0 0.000162
+gallium_dri.so free 0x557173609e80 void 0.000161
+gallium_dri.so free 0x5571734634c0 void 0.000162
+gallium_dri.so malloc 72 0x557173609ea0 0.000128
+gallium_dri.so free 0x557173609f40 void 0.000159
+gallium_dri.so free 0x557173609ea0 void 0.000132
+gallium_dri.so malloc 72 0x557173609ef0 0.000130
+gallium_dri.so free 0x557173609fc0 void 0.000129
+gallium_dri.so free 0x557173609ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173609ef0 0.000121
+gallium_dri.so free 0x55717360a040 void 0.000120
+gallium_dri.so free 0x557173609ef0 void 0.000121
+gallium_dri.so malloc 72 0x55717360a040 0.000125
+gallium_dri.so free 0x55717360a100 void 0.000130
+gallium_dri.so free 0x55717360a040 void 0.000131
+gallium_dri.so malloc 72 0x55717360a040 0.000130
+gallium_dri.so free 0x55717360a1c0 void 0.000132
+gallium_dri.so free 0x55717360a040 void 0.000131
+gallium_dri.so malloc 72 0x55717360a040 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000124
+gallium_dri.so free 0x55717360a040 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0d0 0.000122
+gallium_dri.so free 0x55717358a140 void 0.000120
+gallium_dri.so free 0x55717358a0d0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a180 0.000129
+gallium_dri.so free 0x55717358a200 void 0.000124
+gallium_dri.so free 0x55717358a180 void 0.000132
+gallium_dri.so malloc 72 0x55717358a200 0.000130
+gallium_dri.so free 0x55717358a2c0 void 0.000132
+gallium_dri.so free 0x55717358a200 void 0.000129
+gallium_dri.so malloc 72 0x55717358a200 0.000125
+gallium_dri.so free 0x55717360a280 void 0.000121
+gallium_dri.so free 0x55717358a200 void 0.000124
+gallium_dri.so malloc 72 0x55717360a230 0.000123
+gallium_dri.so free 0x55717358a340 void 0.000122
+gallium_dri.so free 0x55717360a230 void 0.000119
+gallium_dri.so malloc 72 0x55717358a380 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so malloc 72 0x55717358a400 0.000126
+gallium_dri.so free 0x557173608e80 void 0.000125
+gallium_dri.so free 0x55717358a400 void 0.000125
+gallium_dri.so malloc 72 0x557173608ec0 0.000129
+gallium_dri.so free 0x557173608f40 void 0.000125
+gallium_dri.so free 0x557173608ec0 void 0.000124
+gallium_dri.so malloc 72 0x557173608ec0 0.000130
+gallium_dri.so free 0x557173608fc0 void 0.000130
+gallium_dri.so free 0x557173608ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173608ff0 0.000193
+gallium_dri.so free 0x557173609040 void 0.000131
+gallium_dri.so free 0x557173608ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173608ff0 0.000130
+gallium_dri.so free 0x557173609140 void 0.000124
+gallium_dri.so free 0x557173608ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571736090f0 0.000125
+gallium_dri.so free 0x557173609200 void 0.000124
+gallium_dri.so free 0x5571736090f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736091b0 0.000134
+gallium_dri.so free 0x557173609580 void 0.000126
+gallium_dri.so free 0x5571736091b0 void 0.000120
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x557173609600 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000124
+gallium_dri.so malloc 72 0x557173609530 0.000130
+gallium_dri.so free 0x557173609700 void 0.000130
+gallium_dri.so free 0x557173609530 void 0.000127
+gallium_dri.so malloc 72 0x5571736096b0 0.000120
+gallium_dri.so free 0x557173609780 void 0.000127
+gallium_dri.so free 0x5571736096b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736097d0 0.000130
+gallium_dri.so free 0x557173609240 void 0.000141
+gallium_dri.so free 0x5571736097d0 void 0.000130
+gallium_dri.so malloc 72 0x5571736097d0 0.000129
+gallium_dri.so free 0x557173609840 void 0.000124
+gallium_dri.so free 0x5571736097d0 void 0.000121
+gallium_dri.so malloc 72 0x557173609870 0.000124
+gallium_dri.so free 0x5571736098c0 void 0.000129
+gallium_dri.so free 0x557173609870 void 0.000130
+gallium_dri.so malloc 72 0x557173609870 0.000129
+gallium_dri.so free 0x5571735901c0 void 0.000130
+gallium_dri.so free 0x557173609870 void 0.000124
+gallium_dri.so malloc 72 0x5571735901c0 0.000126
+gallium_dri.so free 0x557173590280 void 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735901c0 0.000130
+gallium_dri.so free 0x557173590340 void 0.000125
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x557173590360 0.000124
+gallium_dri.so free 0x557173590400 void 0.000130
+gallium_dri.so free 0x557173590360 void 0.000130
+gallium_dri.so malloc 72 0x5571735903b0 0.000125
+gallium_dri.so free 0x557173590480 void 0.000126
+gallium_dri.so free 0x5571735903b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735903b0 0.000129
+gallium_dri.so free 0x557173590500 void 0.000124
+gallium_dri.so free 0x5571735903b0 void 0.000125
+gallium_dri.so malloc 72 0x557173590500 0.000131
+gallium_dri.so free 0x5571735905c0 void 0.000130
+gallium_dri.so free 0x557173590500 void 0.000125
+gallium_dri.so malloc 72 0x557173590500 0.000125
+gallium_dri.so free 0x55717358dc00 void 0.000124
+gallium_dri.so free 0x557173590500 void 0.000120
+gallium_dri.so malloc 72 0x557173590500 0.000121
+gallium_dri.so free 0x55717358dcc0 void 0.000120
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000119
+gallium_dri.so free 0x55717358dd80 void 0.000119
+gallium_dri.so free 0x55717358dc70 void 0.000125
+gallium_dri.so malloc 72 0x55717358dd30 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000132
+gallium_dri.so free 0x55717358dd30 void 0.000131
+gallium_dri.so malloc 72 0x55717358de50 0.000129
+gallium_dri.so free 0x55717358dec0 void 0.000124
+gallium_dri.so free 0x55717358de50 void 0.000136
+gallium_dri.so malloc 72 0x55717358dee0 0.000136
+gallium_dri.so free 0x55717358df80 void 0.000131
+gallium_dri.so free 0x55717358dee0 void 0.000126
+gallium_dri.so malloc 72 0x55717358df30 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000125
+gallium_dri.so free 0x55717358df30 void 0.000131
+gallium_dri.so malloc 72 0x55717358df30 0.000130
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so free 0x55717358df30 void 0.000130
+gallium_dri.so malloc 72 0x55717358b640 0.000130
+gallium_dri.so free 0x55717358b700 void 0.000128
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so malloc 72 0x55717358b640 0.000129
+gallium_dri.so free 0x55717358b780 void 0.000124
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000126
+gallium_dri.so free 0x55717358b840 void 0.000130
+gallium_dri.so free 0x55717358b640 void 0.000125
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x55717358b900 void 0.000125
+gallium_dri.so free 0x55717358b640 void 0.000134
+gallium_dri.so malloc 72 0x55717358b8b0 0.000120
+gallium_dri.so free 0x55717358b980 void 0.000121
+gallium_dri.so free 0x55717358b8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b9d0 0.000123
+gallium_dri.so free 0x55717358ba40 void 0.000121
+gallium_dri.so free 0x55717358b9d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba60 0.000126
+gallium_dri.so free 0x557173589080 void 0.000130
+gallium_dri.so free 0x55717358ba60 void 0.000125
+gallium_dri.so malloc 72 0x55717358ba60 0.000120
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so free 0x55717358ba60 void 0.000124
+gallium_dri.so malloc 72 0x5571735890f0 0.000124
+gallium_dri.so free 0x557173589140 void 0.000120
+gallium_dri.so free 0x5571735890f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735890f0 0.000125
+gallium_dri.so free 0x557173589240 void 0.000121
+gallium_dri.so free 0x5571735890f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735891f0 0.000129
+gallium_dri.so free 0x557173589300 void 0.000132
+gallium_dri.so free 0x5571735891f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735892b0 0.000129
+gallium_dri.so free 0x557173589340 void 0.000184
+gallium_dri.so free 0x5571735892b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735892b0 0.000129
+gallium_dri.so free 0x557173589400 void 0.000130
+gallium_dri.so free 0x5571735892b0 void 0.000125
+gallium_dri.so malloc 72 0x557173589440 0.000125
+gallium_dri.so free 0x5571735894c0 void 0.000129
+gallium_dri.so free 0x557173589440 void 0.000126
+gallium_dri.so malloc 72 0x5571735894c0 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000126
+gallium_dri.so free 0x5571735894c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735894c0 0.000124
+gallium_dri.so free 0x557173607f40 void 0.000120
+gallium_dri.so free 0x5571735894c0 void 0.000124
+gallium_dri.so malloc 72 0x557173607f60 0.000134
+gallium_dri.so free 0x557173608000 void 0.000131
+gallium_dri.so free 0x557173607f60 void 0.000125
+gallium_dri.so malloc 72 0x557173607fb0 0.000119
+gallium_dri.so free 0x557173608080 void 0.000120
+gallium_dri.so free 0x557173607fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173607fb0 0.000130
+gallium_dri.so free 0x557173608100 void 0.000130
+gallium_dri.so free 0x557173607fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173608100 0.000130
+gallium_dri.so free 0x5571736081c0 void 0.000129
+gallium_dri.so free 0x557173608100 void 0.000131
+gallium_dri.so malloc 72 0x557173608100 0.000130
+gallium_dri.so free 0x557173608280 void 0.000124
+gallium_dri.so free 0x557173608100 void 0.000120
+gallium_dri.so malloc 72 0x557173608100 0.000125
+gallium_dri.so free 0x5571736058c0 void 0.000124
+gallium_dri.so free 0x557173608100 void 0.000120
+gallium_dri.so malloc 72 0x5571736058c0 0.000120
+gallium_dri.so free 0x557173605980 void 0.000124
+gallium_dri.so free 0x5571736058c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736058c0 0.000129
+gallium_dri.so free 0x557173605a00 void 0.000129
+gallium_dri.so free 0x5571736058c0 void 0.000132
+gallium_dri.so malloc 72 0x557173605a00 0.000130
+gallium_dri.so free 0x557173605ac0 void 0.000129
+gallium_dri.so free 0x557173605a00 void 0.000129
+gallium_dri.so malloc 72 0x557173605a00 0.000131
+gallium_dri.so free 0x557173605b80 void 0.000132
+gallium_dri.so free 0x557173605a00 void 0.000125
+gallium_dri.so malloc 72 0x557173605a00 0.000133
+gallium_dri.so free 0x557173605c40 void 0.000130
+gallium_dri.so free 0x557173605a00 void 0.000130
+gallium_dri.so malloc 72 0x557173605bf0 0.000131
+gallium_dri.so free 0x557173605cc0 void 0.000125
+gallium_dri.so free 0x557173605bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173605d10 0.000129
+gallium_dri.so free 0x557173603300 void 0.000130
+gallium_dri.so free 0x557173605d10 void 0.000131
+gallium_dri.so malloc 72 0x557173605d10 0.000125
+gallium_dri.so free 0x557173603380 void 0.000120
+gallium_dri.so free 0x557173605d10 void 0.000125
+gallium_dri.so malloc 72 0x557173605d10 0.000130
+gallium_dri.so free 0x557173603440 void 0.000130
+gallium_dri.so free 0x557173605d10 void 0.000127
+gallium_dri.so malloc 72 0x557173605d10 0.000121
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x557173605d10 void 0.000124
+gallium_dri.so malloc 72 0x5571736034b0 0.000123
+gallium_dri.so free 0x557173603580 void 0.000120
+gallium_dri.so free 0x5571736034b0 void 0.000138
+gallium_dri.so malloc 72 0x5571736035d0 0.000125
+gallium_dri.so free 0x557173603640 void 0.000129
+gallium_dri.so free 0x5571736035d0 void 0.000125
+gallium_dri.so malloc 72 0x557173603660 0.000121
+gallium_dri.so free 0x557173603700 void 0.000120
+gallium_dri.so free 0x557173603660 void 0.000129
+gallium_dri.so malloc 72 0x5571736036b0 0.000130
+gallium_dri.so free 0x5571735d4580 void 0.000124
+gallium_dri.so free 0x5571736036b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736036b0 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000126
+gallium_dri.so free 0x5571736036b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4630 0.000126
+gallium_dri.so free 0x5571735d4700 void 0.000125
+gallium_dri.so free 0x5571735d4630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4750 0.000123
+gallium_dri.so free 0x5571735d47c0 void 0.000120
+gallium_dri.so free 0x5571735d4750 void 0.000118
+gallium_dri.so malloc 72 0x5571735d47e0 0.000126
+gallium_dri.so free 0x5571735d4880 void 0.000124
+gallium_dri.so free 0x5571735d47e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4830 0.000130
+gallium_dri.so free 0x5571735d4900 void 0.000125
+gallium_dri.so free 0x5571735d4830 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4830 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000124
+gallium_dri.so free 0x5571735d4830 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4980 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4980 0.000130
+gallium_dri.so free 0x5571735d2080 void 0.000129
+gallium_dri.so free 0x5571735d4980 void 0.000129
+gallium_dri.so malloc 72 0x5571735d20a0 0.000130
+gallium_dri.so free 0x5571735d2140 void 0.000128
+gallium_dri.so free 0x5571735d20a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d20f0 0.000125
+gallium_dri.so free 0x5571735d21c0 void 0.000123
+gallium_dri.so free 0x5571735d20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d20f0 0.000131
+gallium_dri.so free 0x5571735d2240 void 0.000125
+gallium_dri.so free 0x5571735d20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2240 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000178
+gallium_dri.so free 0x5571735d2240 void 0.000286
+gallium_dri.so malloc 72 0x5571735d2240 0.000166
+gallium_dri.so free 0x5571735d23c0 void 0.000163
+gallium_dri.so free 0x5571735d2240 void 0.000241
+gallium_dri.so malloc 72 0x5571735d2240 0.000180
+gallium_dri.so free 0x5571735cfa00 void 0.000133
+gallium_dri.so free 0x5571735d2240 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfa00 0.000128
+gallium_dri.so free 0x5571735cfac0 void 0.000128
+gallium_dri.so free 0x5571735cfa00 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfa00 0.000124
+gallium_dri.so free 0x5571735cfb40 void 0.000127
+gallium_dri.so free 0x5571735cfa00 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfb40 0.000126
+gallium_dri.so free 0x5571735cfc00 void 0.000127
+gallium_dri.so free 0x5571735cfb40 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfb40 0.000124
+gallium_dri.so free 0x5571735cfcc0 void 0.000127
+gallium_dri.so free 0x5571735cfb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfb40 0.000127
+gallium_dri.so free 0x5571735cfd80 void 0.000143
+gallium_dri.so free 0x5571735cfb40 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfd30 0.000122
+gallium_dri.so free 0x5571735cfe00 void 0.000218
+gallium_dri.so free 0x5571735cfd30 void 0.000243
+gallium_dri.so malloc 72 0x5571735cfe50 0.000162
+gallium_dri.so free 0x557173466dc0 void 0.000129
+gallium_dri.so free 0x5571735cfe50 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfe50 0.000122
+gallium_dri.so free 0x557173466e40 void 0.000125
+gallium_dri.so free 0x5571735cfe50 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfe50 0.000120
+gallium_dri.so free 0x557173466f00 void 0.000120
+gallium_dri.so free 0x5571735cfe50 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe50 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000117
+gallium_dri.so free 0x5571735cfe50 void 0.000122
+gallium_dri.so malloc 72 0x557173466f70 0.000125
+gallium_dri.so free 0x557173467040 void 0.000127
+gallium_dri.so free 0x557173466f70 void 0.000122
+gallium_dri.so malloc 72 0x557173467090 0.000118
+gallium_dri.so free 0x557173467100 void 0.000118
+gallium_dri.so free 0x557173467090 void 0.000136
+gallium_dri.so malloc 72 0x557173467120 0.000137
+gallium_dri.so free 0x5571734671c0 void 0.000129
+gallium_dri.so free 0x557173467120 void 0.000124
+gallium_dri.so malloc 72 0x557173467170 0.000132
+gallium_dri.so free 0x557173464800 void 0.000136
+gallium_dri.so free 0x557173467170 void 0.000128
+gallium_dri.so malloc 72 0x557173467170 0.000125
+gallium_dri.so free 0x557173464900 void 0.000134
+gallium_dri.so free 0x557173467170 void 0.000136
+gallium_dri.so malloc 72 0x5571734648b0 0.000133
+gallium_dri.so free 0x557173464980 void 0.000132
+gallium_dri.so free 0x5571734648b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734649d0 0.000126
+gallium_dri.so free 0x557173464a40 void 0.000125
+gallium_dri.so free 0x5571734649d0 void 0.000130
+gallium_dri.so malloc 72 0x557173464a60 0.000126
+gallium_dri.so free 0x557173464b00 void 0.000124
+gallium_dri.so free 0x557173464a60 void 0.000125
+gallium_dri.so malloc 72 0x557173464ab0 0.000126
+gallium_dri.so free 0x557173464b80 void 0.000124
+gallium_dri.so free 0x557173464ab0 void 0.000134
+gallium_dri.so malloc 72 0x557173464ab0 0.000125
+gallium_dri.so free 0x557173464c00 void 0.000125
+gallium_dri.so free 0x557173464ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173464c00 0.000124
+gallium_dri.so free 0x55717360b440 void 0.000123
+gallium_dri.so free 0x557173464c00 void 0.000124
+gallium_dri.so malloc 72 0x557173464c00 0.000124
+gallium_dri.so free 0x55717360b500 void 0.000122
+gallium_dri.so free 0x557173464c00 void 0.000122
+gallium_dri.so malloc 72 0x55717360b520 0.000124
+gallium_dri.so free 0x55717360b5c0 void 0.000122
+gallium_dri.so free 0x55717360b520 void 0.000124
+gallium_dri.so malloc 72 0x55717360b570 0.000123
+gallium_dri.so free 0x55717360b640 void 0.000125
+gallium_dri.so free 0x55717360b570 void 0.000121
+gallium_dri.so malloc 72 0x55717360b570 0.000123
+gallium_dri.so free 0x55717360b6c0 void 0.000124
+gallium_dri.so free 0x55717360b570 void 0.000122
+gallium_dri.so malloc 72 0x55717360b6c0 0.000124
+gallium_dri.so free 0x55717360b780 void 0.000124
+gallium_dri.so free 0x55717360b6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360b6c0 0.000123
+gallium_dri.so free 0x55717360b840 void 0.000122
+gallium_dri.so free 0x55717360b6c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b6c0 0.000123
+gallium_dri.so free 0x55717360c0c0 void 0.000126
+gallium_dri.so free 0x55717360b6c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c110 0.000123
+gallium_dri.so free 0x55717360c180 void 0.000124
+gallium_dri.so free 0x55717360c110 void 0.000123
+gallium_dri.so malloc 72 0x55717360c1c0 0.000123
+gallium_dri.so free 0x55717360c240 void 0.000122
+gallium_dri.so free 0x55717360c1c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c240 0.000124
+gallium_dri.so free 0x55717360c300 void 0.000123
+gallium_dri.so free 0x55717360c240 void 0.000122
+gallium_dri.so malloc 72 0x55717360c240 0.000122
+gallium_dri.so free 0x55717360c380 void 0.000123
+gallium_dri.so free 0x55717360c240 void 0.000125
+gallium_dri.so malloc 72 0x55717360c3b0 0.000124
+gallium_dri.so free 0x55717360c400 void 0.000123
+gallium_dri.so free 0x55717360c3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c3b0 0.000123
+gallium_dri.so free 0x55717360c500 void 0.000123
+gallium_dri.so free 0x55717360c3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c4b0 0.000126
+gallium_dri.so free 0x5571735e0e80 void 0.000125
+gallium_dri.so free 0x55717360c4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000124
+gallium_dri.so free 0x55717360c5c0 void 0.000124
+gallium_dri.so free 0x5571735e0ec0 void 0.000188
+gallium_dri.so malloc 72 0x55717360c570 0.000125
+gallium_dri.so free 0x5571735e0f40 void 0.000126
+gallium_dri.so free 0x55717360c570 void 0.000209
+gallium_dri.so malloc 72 0x55717360c570 0.000171
+gallium_dri.so free 0x5571735e1000 void 0.000125
+gallium_dri.so free 0x55717360c570 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000124
+gallium_dri.so free 0x5571735e1080 void 0.000126
+gallium_dri.so free 0x5571735e0fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e10d0 0.000124
+gallium_dri.so free 0x5571735e1140 void 0.000125
+gallium_dri.so free 0x5571735e10d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1160 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so free 0x5571735e1160 void 0.000124
+gallium_dri.so malloc 72 0x5571735e11b0 0.000124
+gallium_dri.so free 0x5571735e1280 void 0.000124
+gallium_dri.so free 0x5571735e11b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e11b0 0.000124
+gallium_dri.so free 0x5571735e1380 void 0.000126
+gallium_dri.so free 0x5571735e11b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1330 0.000124
+gallium_dri.so free 0x5571735e1400 void 0.000124
+gallium_dri.so free 0x5571735e1330 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1450 0.000124
+gallium_dri.so free 0x5571735e14c0 void 0.000124
+gallium_dri.so free 0x5571735e1450 void 0.000123
+gallium_dri.so malloc 72 0x5571735e14e0 0.000125
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so free 0x5571735e14e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1530 0.000117
+gallium_dri.so free 0x5571735e1600 void 0.000117
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000116
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1680 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1680 0.000117
+gallium_dri.so free 0x5571735e1840 void 0.000117
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1680 0.000117
+gallium_dri.so free 0x5571735e18c0 void 0.000117
+gallium_dri.so free 0x5571735e1680 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18f0 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e18f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18f0 0.000118
+gallium_dri.so free 0x5571735e1a40 void 0.000124
+gallium_dri.so free 0x5571735e18f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e19f0 0.000118
+gallium_dri.so free 0x5571735e1b00 void 0.000120
+gallium_dri.so free 0x5571735e19f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c50 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c50 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d00 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d80 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d80 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000119
+gallium_dri.so free 0x5571735e1ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000126
+gallium_dri.so free 0x5571735e1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000119
+gallium_dri.so free 0x5571735e1ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e20b0 0.000117
+gallium_dri.so free 0x5571735e2180 void 0.000121
+gallium_dri.so free 0x5571735e20b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e21a0 0.000118
+gallium_dri.so free 0x5571735e2240 void 0.000117
+gallium_dri.so free 0x5571735e21a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e21f0 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e21f0 0.000118
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so free 0x5571735e21f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2340 0.000118
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2340 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000117
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2340 0.000117
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2530 0.000124
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so free 0x5571735e2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2530 0.000118
+gallium_dri.so free 0x5571735e2680 void 0.000121
+gallium_dri.so free 0x5571735e2530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2630 0.000119
+gallium_dri.so free 0x5571735e2740 void 0.000118
+gallium_dri.so free 0x5571735e2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000118
+gallium_dri.so free 0x5571735e26f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e26f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2880 0.000120
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e2880 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2900 0.000119
+gallium_dri.so free 0x5571735e29c0 void 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2900 0.000118
+gallium_dri.so free 0x5571735e2a80 void 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2aa0 0.000121
+gallium_dri.so free 0x5571735e2b40 void 0.000118
+gallium_dri.so free 0x5571735e2aa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2af0 0.000181
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x5571735e2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2af0 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c40 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c40 0.000120
+gallium_dri.so free 0x5571735e2dc0 void 0.000118
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2c40 0.000119
+gallium_dri.so free 0x5571735e2e80 void 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2e30 0.000119
+gallium_dri.so free 0x5571735e2f40 void 0.000119
+gallium_dri.so free 0x5571735e2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000119
+gallium_dri.so free 0x5571735e2fc0 void 0.000119
+gallium_dri.so free 0x5571735e2ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3010 0.000118
+gallium_dri.so free 0x5571735e3080 void 0.000119
+gallium_dri.so free 0x5571735e3010 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30a0 0.000119
+gallium_dri.so free 0x5571735e3140 void 0.000118
+gallium_dri.so free 0x5571735e30a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e30f0 0.000118
+gallium_dri.so free 0x5571735e31c0 void 0.000118
+gallium_dri.so free 0x5571735e30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e30f0 0.000116
+gallium_dri.so free 0x5571735e3240 void 0.000117
+gallium_dri.so free 0x5571735e30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3240 0.000117
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so free 0x5571735e3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3240 0.000121
+gallium_dri.so free 0x5571735e3400 void 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so malloc 72 0x5571735e33b0 0.000117
+gallium_dri.so free 0x5571735e3440 void 0.000116
+gallium_dri.so free 0x5571735e33b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e33b0 0.000119
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so free 0x5571735e33b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3540 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so free 0x5571735e3540 void 0.000116
+gallium_dri.so malloc 72 0x5571735e35c0 0.000117
+gallium_dri.so free 0x5571735e3680 void 0.000117
+gallium_dri.so free 0x5571735e35c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e35c0 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3730 0.000118
+gallium_dri.so free 0x5571735e3780 void 0.000117
+gallium_dri.so free 0x5571735e3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3730 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000119
+gallium_dri.so free 0x5571735e3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3730 0.000118
+gallium_dri.so free 0x5571735fc3c0 void 0.000118
+gallium_dri.so free 0x5571735e3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000119
+gallium_dri.so free 0x5571735fc480 void 0.000119
+gallium_dri.so free 0x5571735fc3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000119
+gallium_dri.so free 0x5571735fc540 void 0.000118
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000118
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000118
+gallium_dri.so free 0x5571735fc680 void 0.000117
+gallium_dri.so free 0x5571735fc5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000119
+gallium_dri.so free 0x5571735fc740 void 0.000123
+gallium_dri.so free 0x5571735fc6d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000120
+gallium_dri.so free 0x5571735fc840 void 0.000187
+gallium_dri.so free 0x5571735fc7a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000119
+gallium_dri.so free 0x5571735fc880 void 0.000119
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000117
+gallium_dri.so free 0x5571735fc940 void 0.000118
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc980 0.000117
+gallium_dri.so free 0x5571735fca00 void 0.000117
+gallium_dri.so free 0x5571735fc980 void 0.000117
+gallium_dri.so malloc 72 0x5571735fca00 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000119
+gallium_dri.so free 0x5571735fca00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fca00 0.000118
+gallium_dri.so free 0x5571735fcb40 void 0.000122
+gallium_dri.so free 0x5571735fca00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcb70 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000118
+gallium_dri.so free 0x5571735fcb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000119
+gallium_dri.so free 0x5571735fcc80 void 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000119
+gallium_dri.so free 0x5571735fcd80 void 0.000118
+gallium_dri.so free 0x5571735fcbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcd30 0.000132
+gallium_dri.so free 0x5571735fce40 void 0.000118
+gallium_dri.so free 0x5571735fcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000117
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000117
+gallium_dri.so free 0x5571735fcf40 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcf80 0.000116
+gallium_dri.so free 0x5571735fd000 void 0.000117
+gallium_dri.so free 0x5571735fcf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd000 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd000 0.000118
+gallium_dri.so free 0x5571735fd140 void 0.000117
+gallium_dri.so free 0x5571735fd000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd000 0.000119
+gallium_dri.so free 0x5571735fd200 void 0.000119
+gallium_dri.so free 0x5571735fd000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd000 0.000119
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd270 0.000118
+gallium_dri.so free 0x5571735fd340 void 0.000121
+gallium_dri.so free 0x5571735fd270 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd390 0.000119
+gallium_dri.so free 0x5571735fd400 void 0.000121
+gallium_dri.so free 0x5571735fd390 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd420 0.000118
+gallium_dri.so free 0x5571735fd4c0 void 0.000118
+gallium_dri.so free 0x5571735fd420 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd470 0.000118
+gallium_dri.so free 0x5571735fd540 void 0.000119
+gallium_dri.so free 0x5571735fd470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd470 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000121
+gallium_dri.so free 0x5571735fd470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000117
+gallium_dri.so free 0x5571735fd6c0 void 0.000119
+gallium_dri.so free 0x5571735fd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd710 0.000120
+gallium_dri.so free 0x5571735fd780 void 0.000117
+gallium_dri.so free 0x5571735fd710 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000118
+gallium_dri.so free 0x5571735fd840 void 0.000117
+gallium_dri.so free 0x5571735fd7a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000118
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x5571735fd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000117
+gallium_dri.so free 0x5571735fd940 void 0.000118
+gallium_dri.so free 0x5571735fd7f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd940 0.000119
+gallium_dri.so free 0x5571735fda00 void 0.000118
+gallium_dri.so free 0x5571735fd940 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd940 0.000118
+gallium_dri.so free 0x5571735fdb00 void 0.000119
+gallium_dri.so free 0x5571735fd940 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd940 0.000118
+gallium_dri.so free 0x5571735fdb80 void 0.000118
+gallium_dri.so free 0x5571735fd940 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000118
+gallium_dri.so free 0x5571735fdc00 void 0.000118
+gallium_dri.so free 0x5571735fdbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000118
+gallium_dri.so free 0x5571735fdd00 void 0.000119
+gallium_dri.so free 0x5571735fdbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000123
+gallium_dri.so free 0x5571735fddc0 void 0.000118
+gallium_dri.so free 0x5571735fdcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdd70 0.000123
+gallium_dri.so free 0x5571735fde00 void 0.000118
+gallium_dri.so free 0x5571735fdd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdd70 0.000119
+gallium_dri.so free 0x5571735fdec0 void 0.000120
+gallium_dri.so free 0x5571735fdd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdf10 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000127
+gallium_dri.so free 0x5571735fdf10 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000122
+gallium_dri.so free 0x5571735fe040 void 0.000119
+gallium_dri.so free 0x5571735fdfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe040 0.000160
+gallium_dri.so free 0x5571735fe100 void 0.000153
+gallium_dri.so free 0x5571735fe040 void 0.000155
+gallium_dri.so malloc 72 0x5571735fe040 0.000118
+gallium_dri.so free 0x5571735fe180 void 0.000117
+gallium_dri.so free 0x5571735fe040 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000117
+gallium_dri.so free 0x5571735fe200 void 0.000118
+gallium_dri.so free 0x5571735fe1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000126
+gallium_dri.so free 0x5571735fe300 void 0.000125
+gallium_dri.so free 0x5571735fe1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000118
+gallium_dri.so free 0x5571735fe3c0 void 0.000116
+gallium_dri.so free 0x5571735fe2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe370 0.000117
+gallium_dri.so free 0x5571735fe440 void 0.000118
+gallium_dri.so free 0x5571735fe370 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe460 0.000118
+gallium_dri.so free 0x5571735fe500 void 0.000118
+gallium_dri.so free 0x5571735fe460 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000119
+gallium_dri.so free 0x5571735fe580 void 0.000117
+gallium_dri.so free 0x5571735fe4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000117
+gallium_dri.so free 0x5571735fe600 void 0.000118
+gallium_dri.so free 0x5571735fe4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe600 0.000117
+gallium_dri.so free 0x5571735fe6c0 void 0.000118
+gallium_dri.so free 0x5571735fe600 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe600 0.000172
+gallium_dri.so free 0x5571735fe780 void 0.000192
+gallium_dri.so free 0x5571735fe600 void 0.000163
+gallium_dri.so malloc 72 0x5571735fe600 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000119
+gallium_dri.so free 0x5571735fe600 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so free 0x5571735fe7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000117
+gallium_dri.so free 0x5571735fe940 void 0.000120
+gallium_dri.so free 0x5571735fe7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000118
+gallium_dri.so free 0x5571735fea00 void 0.000119
+gallium_dri.so free 0x5571735fe8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000165
+gallium_dri.so free 0x5571735fea40 void 0.000111
+gallium_dri.so free 0x5571735fe9b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000110
+gallium_dri.so free 0x5571735feb00 void 0.000110
+gallium_dri.so free 0x5571735fe9b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735feb40 0.000110
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so free 0x5571735feb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735febc0 0.000111
+gallium_dri.so free 0x5571735fec80 void 0.000112
+gallium_dri.so free 0x5571735febc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735febc0 0.000110
+gallium_dri.so free 0x5571735fed40 void 0.000111
+gallium_dri.so free 0x5571735febc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fed60 0.000111
+gallium_dri.so free 0x5571735fee00 void 0.000111
+gallium_dri.so free 0x5571735fed60 void 0.000111
+gallium_dri.so malloc 72 0x5571735fedb0 0.000111
+gallium_dri.so free 0x5571735fee80 void 0.000111
+gallium_dri.so free 0x5571735fedb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fedb0 0.000116
+gallium_dri.so free 0x5571735fef00 void 0.000123
+gallium_dri.so free 0x5571735fedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fef00 0.000112
+gallium_dri.so free 0x5571735fefc0 void 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fef00 0.000128
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so free 0x5571735fef00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fef00 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735ff0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000113
+gallium_dri.so free 0x5571735ff280 void 0.000120
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff360 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000115
+gallium_dri.so free 0x5571735ff360 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff500 0.000113
+gallium_dri.so free 0x5571735ff6c0 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff800 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000116
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000114
+gallium_dri.so free 0x5571735ffa40 void 0.000115
+gallium_dri.so free 0x5571735ff9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000113
+gallium_dri.so free 0x5571735ff9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb80 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000118
+gallium_dri.so free 0x5571735ffb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc00 0.000112
+gallium_dri.so free 0x5571735ffcc0 void 0.000165
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc00 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000112
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd70 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd70 0.000114
+gallium_dri.so free 0x5571735ffec0 void 0.000115
+gallium_dri.so free 0x5571735ffd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe70 0.000115
+gallium_dri.so free 0x5571735fff80 void 0.000115
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600000 void 0.000114
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000113
+gallium_dri.so free 0x5571736000c0 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x557173600180 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000119
+gallium_dri.so malloc 72 0x557173600130 0.000119
+gallium_dri.so free 0x557173600200 void 0.000121
+gallium_dri.so free 0x557173600130 void 0.000114
+gallium_dri.so malloc 72 0x557173600250 0.000114
+gallium_dri.so free 0x5571736002c0 void 0.000126
+gallium_dri.so free 0x557173600250 void 0.000114
+gallium_dri.so malloc 72 0x5571736002e0 0.000113
+gallium_dri.so free 0x557173600380 void 0.000114
+gallium_dri.so free 0x5571736002e0 void 0.000113
+gallium_dri.so malloc 72 0x557173600330 0.000115
+gallium_dri.so free 0x557173600400 void 0.000113
+gallium_dri.so free 0x557173600330 void 0.000113
+gallium_dri.so malloc 72 0x557173600400 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000113
+gallium_dri.so free 0x557173600400 void 0.000113
+gallium_dri.so malloc 72 0x557173600400 0.000113
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000112
+gallium_dri.so free 0x557173600600 void 0.000113
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600730 0.000113
+gallium_dri.so free 0x557173600800 void 0.000114
+gallium_dri.so free 0x557173600730 void 0.000113
+gallium_dri.so malloc 72 0x557173600850 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000118
+gallium_dri.so free 0x557173600850 void 0.000114
+gallium_dri.so malloc 72 0x557173600900 0.000114
+gallium_dri.so free 0x557173600980 void 0.000114
+gallium_dri.so free 0x557173600900 void 0.000113
+gallium_dri.so malloc 72 0x557173600900 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x557173600900 void 0.000115
+gallium_dri.so malloc 72 0x557173600a30 0.000113
+gallium_dri.so free 0x557173600a80 void 0.000113
+gallium_dri.so free 0x557173600a30 void 0.000112
+gallium_dri.so malloc 72 0x557173600a30 0.000114
+gallium_dri.so free 0x557173600b80 void 0.000113
+gallium_dri.so free 0x557173600a30 void 0.000112
+gallium_dri.so malloc 72 0x557173600b30 0.000118
+gallium_dri.so free 0x557173600c40 void 0.000115
+gallium_dri.so free 0x557173600b30 void 0.000112
+gallium_dri.so malloc 72 0x557173600bf0 0.000112
+gallium_dri.so free 0x557173600c80 void 0.000115
+gallium_dri.so free 0x557173600bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173600bf0 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000113
+gallium_dri.so free 0x557173600bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173600db0 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000113
+gallium_dri.so free 0x557173600db0 void 0.000116
+gallium_dri.so malloc 72 0x557173600db0 0.000113
+gallium_dri.so free 0x557173600f00 void 0.000121
+gallium_dri.so free 0x557173600db0 void 0.000137
+gallium_dri.so malloc 72 0x557173600eb0 0.000118
+gallium_dri.so free 0x557173600fc0 void 0.000112
+gallium_dri.so free 0x557173600eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173600f70 0.000112
+gallium_dri.so free 0x557173601000 void 0.000122
+gallium_dri.so free 0x557173600f70 void 0.000115
+gallium_dri.so malloc 72 0x557173600f70 0.000115
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000113
+gallium_dri.so malloc 72 0x557173601100 0.000122
+gallium_dri.so free 0x557173601180 void 0.000114
+gallium_dri.so free 0x557173601100 void 0.000114
+gallium_dri.so malloc 72 0x557173601180 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so free 0x557173601180 void 0.000113
+gallium_dri.so malloc 72 0x557173601180 0.000114
+gallium_dri.so free 0x557173469ac0 void 0.000114
+gallium_dri.so free 0x557173601180 void 0.000113
+gallium_dri.so malloc 72 0x557173469ae0 0.000112
+gallium_dri.so free 0x557173469b80 void 0.000115
+gallium_dri.so free 0x557173469ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173469b30 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173469b30 void 0.000113
+gallium_dri.so malloc 72 0x557173469b30 0.000113
+gallium_dri.so free 0x557173469c80 void 0.000114
+gallium_dri.so free 0x557173469b30 void 0.000127
+gallium_dri.so malloc 72 0x557173469c80 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000116
+gallium_dri.so free 0x557173469c80 void 0.000114
+gallium_dri.so malloc 72 0x557173469c80 0.000114
+gallium_dri.so free 0x557173469e00 void 0.000114
+gallium_dri.so free 0x557173469c80 void 0.000113
+gallium_dri.so malloc 72 0x557173469c80 0.000120
+gallium_dri.so free 0x557173469ec0 void 0.000124
+gallium_dri.so free 0x557173469c80 void 0.000119
+gallium_dri.so malloc 72 0x557173469e70 0.000114
+gallium_dri.so free 0x557173469f80 void 0.000115
+gallium_dri.so free 0x557173469e70 void 0.000112
+gallium_dri.so malloc 72 0x557173469f30 0.000114
+gallium_dri.so free 0x55717346a000 void 0.000118
+gallium_dri.so free 0x557173469f30 void 0.000114
+gallium_dri.so malloc 72 0x55717346a050 0.000114
+gallium_dri.so free 0x55717346a0c0 void 0.000114
+gallium_dri.so free 0x55717346a050 void 0.000112
+gallium_dri.so malloc 72 0x55717346a0e0 0.000113
+gallium_dri.so free 0x55717346a180 void 0.000113
+gallium_dri.so free 0x55717346a0e0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a130 0.000113
+gallium_dri.so free 0x55717346a200 void 0.000115
+gallium_dri.so free 0x55717346a130 void 0.000113
+gallium_dri.so malloc 72 0x55717346a130 0.000113
+gallium_dri.so free 0x55717346a280 void 0.000113
+gallium_dri.so free 0x55717346a130 void 0.000125
+gallium_dri.so malloc 72 0x55717346a280 0.000115
+gallium_dri.so free 0x55717346a340 void 0.000113
+gallium_dri.so free 0x55717346a280 void 0.000117
+gallium_dri.so malloc 72 0x55717346a280 0.000113
+gallium_dri.so free 0x55717346a440 void 0.000122
+gallium_dri.so free 0x55717346a280 void 0.000119
+gallium_dri.so malloc 72 0x55717346a3f0 0.000114
+gallium_dri.so free 0x55717346a480 void 0.000114
+gallium_dri.so free 0x55717346a3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a3f0 0.000113
+gallium_dri.so free 0x55717346a540 void 0.000115
+gallium_dri.so free 0x55717346a3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a580 0.000113
+gallium_dri.so free 0x55717346a600 void 0.000114
+gallium_dri.so free 0x55717346a580 void 0.000113
+gallium_dri.so malloc 72 0x55717346a600 0.000113
+gallium_dri.so free 0x55717346a6c0 void 0.000114
+gallium_dri.so free 0x55717346a600 void 0.000114
+gallium_dri.so malloc 72 0x55717346a600 0.000113
+gallium_dri.so free 0x55717346a740 void 0.000114
+gallium_dri.so free 0x55717346a600 void 0.000113
+gallium_dri.so malloc 72 0x55717346a770 0.000114
+gallium_dri.so free 0x55717346a7c0 void 0.000113
+gallium_dri.so free 0x55717346a770 void 0.000113
+gallium_dri.so malloc 72 0x55717346a770 0.000120
+gallium_dri.so free 0x55717346a8c0 void 0.000114
+gallium_dri.so free 0x55717346a770 void 0.000153
+gallium_dri.so malloc 72 0x55717346a900 0.000116
+gallium_dri.so free 0x55717346a980 void 0.000113
+gallium_dri.so free 0x55717346a900 void 0.000113
+gallium_dri.so malloc 72 0x55717346a980 0.000113
+gallium_dri.so free 0x55717346aa40 void 0.000115
+gallium_dri.so free 0x55717346a980 void 0.000113
+gallium_dri.so malloc 72 0x55717346a980 0.000111
+gallium_dri.so free 0x55717346aac0 void 0.000113
+gallium_dri.so free 0x55717346a980 void 0.000112
+gallium_dri.so malloc 72 0x55717346aaf0 0.000112
+gallium_dri.so free 0x55717346ab40 void 0.000118
+gallium_dri.so free 0x55717346aaf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000112
+gallium_dri.so free 0x55717346aaf0 void 0.000111
+gallium_dri.so malloc 72 0x55717346abf0 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000112
+gallium_dri.so free 0x55717346abf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346acb0 0.000123
+gallium_dri.so free 0x55717346ad80 void 0.000125
+gallium_dri.so free 0x55717346acb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346acb0 0.000124
+gallium_dri.so free 0x55717346ae40 void 0.000120
+gallium_dri.so free 0x55717346acb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346acb0 0.000125
+gallium_dri.so free 0x55717346af00 void 0.000137
+gallium_dri.so free 0x55717346acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346aeb0 0.000123
+gallium_dri.so free 0x55717346af80 void 0.000121
+gallium_dri.so free 0x55717346aeb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346afd0 0.000124
+gallium_dri.so free 0x55717346b040 void 0.000125
+gallium_dri.so free 0x55717346afd0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b060 0.000118
+gallium_dri.so free 0x55717346b100 void 0.000123
+gallium_dri.so free 0x55717346b060 void 0.000125
+gallium_dri.so malloc 72 0x55717346b0b0 0.000124
+gallium_dri.so free 0x55717346b180 void 0.000121
+gallium_dri.so free 0x55717346b0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b180 0.000118
+gallium_dri.so free 0x55717346b240 void 0.000119
+gallium_dri.so free 0x55717346b180 void 0.000123
+gallium_dri.so malloc 72 0x55717346b180 0.000127
+gallium_dri.so free 0x55717346b2c0 void 0.000124
+gallium_dri.so free 0x55717346b180 void 0.000127
+gallium_dri.so malloc 72 0x55717346b2c0 0.000125
+gallium_dri.so free 0x55717346b380 void 0.000126
+gallium_dri.so free 0x55717346b2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2c0 0.000124
+gallium_dri.so free 0x55717346b440 void 0.000125
+gallium_dri.so free 0x55717346b2c0 void 0.000146
+gallium_dri.so malloc 72 0x55717346b2c0 0.000121
+gallium_dri.so free 0x55717346b500 void 0.000123
+gallium_dri.so free 0x55717346b2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b4b0 0.000119
+gallium_dri.so free 0x55717346b580 void 0.000124
+gallium_dri.so free 0x55717346b4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b5d0 0.000121
+gallium_dri.so free 0x55717346b640 void 0.000123
+gallium_dri.so free 0x55717346b5d0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b680 0.000124
+gallium_dri.so free 0x55717346b700 void 0.000124
+gallium_dri.so free 0x55717346b680 void 0.000125
+gallium_dri.so malloc 72 0x55717346b680 0.000125
+gallium_dri.so free 0x55717346b780 void 0.000120
+gallium_dri.so free 0x55717346b680 void 0.000119
+gallium_dri.so malloc 72 0x55717346b7b0 0.000118
+gallium_dri.so free 0x55717346b800 void 0.000118
+gallium_dri.so free 0x55717346b7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b7b0 0.000124
+gallium_dri.so free 0x55717346b900 void 0.000125
+gallium_dri.so free 0x55717346b7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b8b0 0.000122
+gallium_dri.so free 0x55717346b9c0 void 0.000125
+gallium_dri.so free 0x55717346b8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b970 0.000190
+gallium_dri.so free 0x55717346ba00 void 0.000128
+gallium_dri.so free 0x55717346b970 void 0.000124
+gallium_dri.so malloc 72 0x55717346b970 0.000124
+gallium_dri.so free 0x55717346bac0 void 0.000124
+gallium_dri.so free 0x55717346b970 void 0.000124
+gallium_dri.so malloc 72 0x55717346bb30 0.000120
+gallium_dri.so free 0x55717346bb80 void 0.000123
+gallium_dri.so free 0x55717346bb30 void 0.000126
+gallium_dri.so malloc 72 0x55717346bb30 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000123
+gallium_dri.so free 0x55717346bb30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bc30 0.000118
+gallium_dri.so free 0x55717346bd40 void 0.000118
+gallium_dri.so free 0x55717346bc30 void 0.000123
+gallium_dri.so malloc 72 0x55717346bcf0 0.000125
+gallium_dri.so free 0x55717346bd80 void 0.000126
+gallium_dri.so free 0x55717346bcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717346bcf0 0.000118
+gallium_dri.so free 0x55717346be40 void 0.000118
+gallium_dri.so free 0x55717346bcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346be80 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000118
+gallium_dri.so free 0x55717346be80 void 0.000119
+gallium_dri.so malloc 72 0x55717346bf00 0.000118
+gallium_dri.so free 0x55717346bfc0 void 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000127
+gallium_dri.so malloc 72 0x55717346bf00 0.000118
+gallium_dri.so free 0x55717346c080 void 0.000120
+gallium_dri.so free 0x55717346bf00 void 0.000118
+gallium_dri.so malloc 72 0x55717346c0a0 0.000118
+gallium_dri.so free 0x55717346c140 void 0.000118
+gallium_dri.so free 0x55717346c0a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c0f0 0.000117
+gallium_dri.so free 0x55717346c1c0 void 0.000119
+gallium_dri.so free 0x55717346c0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c0f0 0.000118
+gallium_dri.so free 0x55717346c240 void 0.000118
+gallium_dri.so free 0x55717346c0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c240 0.000118
+gallium_dri.so free 0x55717346c300 void 0.000119
+gallium_dri.so free 0x55717346c240 void 0.000118
+gallium_dri.so malloc 72 0x55717346c240 0.000122
+gallium_dri.so free 0x55717346c3c0 void 0.000119
+gallium_dri.so free 0x55717346c240 void 0.000118
+gallium_dri.so malloc 72 0x55717346c240 0.000118
+gallium_dri.so free 0x55717346c480 void 0.000118
+gallium_dri.so free 0x55717346c240 void 0.000118
+gallium_dri.so malloc 72 0x55717346c430 0.000118
+gallium_dri.so free 0x55717346c540 void 0.000120
+gallium_dri.so free 0x55717346c430 void 0.000120
+gallium_dri.so malloc 72 0x55717346c4f0 0.000119
+gallium_dri.so free 0x55717346c5c0 void 0.000129
+gallium_dri.so free 0x55717346c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c610 0.000119
+gallium_dri.so free 0x55717346c680 void 0.000119
+gallium_dri.so free 0x55717346c610 void 0.000120
+gallium_dri.so malloc 72 0x55717346c6a0 0.000118
+gallium_dri.so free 0x55717346c740 void 0.000118
+gallium_dri.so free 0x55717346c6a0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c6f0 0.000118
+gallium_dri.so free 0x55717346c7c0 void 0.000119
+gallium_dri.so free 0x55717346c6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c6f0 0.000120
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so free 0x55717346c6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c840 0.000118
+gallium_dri.so free 0x55717346c900 void 0.000118
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so malloc 72 0x55717346c840 0.000118
+gallium_dri.so free 0x55717346ca00 void 0.000119
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so malloc 72 0x55717346c9b0 0.000119
+gallium_dri.so free 0x55717346ca40 void 0.000118
+gallium_dri.so free 0x55717346c9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c9b0 0.000117
+gallium_dri.so free 0x55717346cb00 void 0.000118
+gallium_dri.so free 0x55717346c9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cb40 0.000120
+gallium_dri.so free 0x55717346cbc0 void 0.000125
+gallium_dri.so free 0x55717346cb40 void 0.000118
+gallium_dri.so malloc 72 0x55717346cbc0 0.000117
+gallium_dri.so free 0x55717346cc80 void 0.000118
+gallium_dri.so free 0x55717346cbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cbc0 0.000119
+gallium_dri.so free 0x55717346cd00 void 0.000119
+gallium_dri.so free 0x55717346cbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cd30 0.000118
+gallium_dri.so free 0x55717346cd80 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd30 0.000118
+gallium_dri.so free 0x55717346ce80 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000117
+gallium_dri.so malloc 72 0x55717346cec0 0.000119
+gallium_dri.so free 0x55717346cf40 void 0.000118
+gallium_dri.so free 0x55717346cec0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cf40 0.000118
+gallium_dri.so free 0x55717346d000 void 0.000118
+gallium_dri.so free 0x55717346cf40 void 0.000119
+gallium_dri.so malloc 72 0x55717346cf40 0.000118
+gallium_dri.so free 0x55717346d080 void 0.000118
+gallium_dri.so free 0x55717346cf40 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000130
+gallium_dri.so free 0x55717346d200 void 0.000119
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d1b0 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000119
+gallium_dri.so free 0x55717346d1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d270 0.000124
+gallium_dri.so free 0x55717346d340 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000119
+gallium_dri.so malloc 72 0x55717346d270 0.000119
+gallium_dri.so free 0x55717346d400 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000121
+gallium_dri.so malloc 72 0x55717346d270 0.000118
+gallium_dri.so free 0x55717346d4c0 void 0.000117
+gallium_dri.so free 0x55717346d270 void 0.000118
+gallium_dri.so malloc 72 0x55717346d470 0.000124
+gallium_dri.so free 0x55717346d540 void 0.000119
+gallium_dri.so free 0x55717346d470 void 0.000118
+gallium_dri.so malloc 72 0x55717346d590 0.000119
+gallium_dri.so free 0x55717346d600 void 0.000119
+gallium_dri.so free 0x55717346d590 void 0.000119
+gallium_dri.so malloc 72 0x55717346d620 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000117
+gallium_dri.so free 0x55717346d620 void 0.000117
+gallium_dri.so malloc 72 0x55717346d670 0.000118
+gallium_dri.so free 0x55717346d740 void 0.000118
+gallium_dri.so free 0x55717346d670 void 0.000129
+gallium_dri.so malloc 72 0x55717346d740 0.000119
+gallium_dri.so free 0x55717346d800 void 0.000118
+gallium_dri.so free 0x55717346d740 void 0.000118
+gallium_dri.so malloc 72 0x55717346d740 0.000118
+gallium_dri.so free 0x55717346d880 void 0.000119
+gallium_dri.so free 0x55717346d740 void 0.000118
+gallium_dri.so malloc 72 0x55717346d880 0.000118
+gallium_dri.so free 0x55717346d940 void 0.000119
+gallium_dri.so free 0x55717346d880 void 0.000117
+gallium_dri.so malloc 72 0x55717346d880 0.000117
+gallium_dri.so free 0x55717346da00 void 0.000119
+gallium_dri.so free 0x55717346d880 void 0.000117
+gallium_dri.so malloc 72 0x55717346d880 0.000118
+gallium_dri.so free 0x55717346dac0 void 0.000117
+gallium_dri.so free 0x55717346d880 void 0.000119
+gallium_dri.so malloc 72 0x55717346da70 0.000117
+gallium_dri.so free 0x55717346db40 void 0.000117
+gallium_dri.so free 0x55717346da70 void 0.000119
+gallium_dri.so malloc 72 0x55717346db90 0.000120
+gallium_dri.so free 0x55717346dc00 void 0.000119
+gallium_dri.so free 0x55717346db90 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc40 0.000120
+gallium_dri.so free 0x55717346dcc0 void 0.000118
+gallium_dri.so free 0x55717346dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc40 0.000118
+gallium_dri.so free 0x55717346dd40 void 0.000118
+gallium_dri.so free 0x55717346dc40 void 0.000110
+gallium_dri.so malloc 72 0x55717346dd70 0.000119
+gallium_dri.so free 0x55717346ddc0 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd70 0.000117
+gallium_dri.so free 0x55717346dec0 void 0.000118
+gallium_dri.so free 0x55717346dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717346de70 0.000117
+gallium_dri.so free 0x55717346df80 void 0.000118
+gallium_dri.so free 0x55717346de70 void 0.000119
+gallium_dri.so malloc 72 0x55717346df30 0.000115
+gallium_dri.so free 0x55717346dfc0 void 0.000118
+gallium_dri.so free 0x55717346df30 void 0.000117
+gallium_dri.so malloc 72 0x55717346df30 0.000118
+gallium_dri.so free 0x55717346e080 void 0.000118
+gallium_dri.so free 0x55717346df30 void 0.000118
+gallium_dri.so malloc 72 0x55717346e0f0 0.000118
+gallium_dri.so free 0x55717346e140 void 0.000118
+gallium_dri.so free 0x55717346e0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e0f0 0.000118
+gallium_dri.so free 0x55717346e240 void 0.000118
+gallium_dri.so free 0x55717346e0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e1f0 0.000118
+gallium_dri.so free 0x55717346e300 void 0.000121
+gallium_dri.so free 0x55717346e1f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e2b0 0.000119
+gallium_dri.so free 0x55717346e340 void 0.000128
+gallium_dri.so free 0x55717346e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e2b0 0.000119
+gallium_dri.so free 0x55717346e400 void 0.000118
+gallium_dri.so free 0x55717346e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e440 0.000117
+gallium_dri.so free 0x55717346e4c0 void 0.000119
+gallium_dri.so free 0x55717346e440 void 0.000119
+gallium_dri.so malloc 72 0x55717346e4c0 0.000118
+gallium_dri.so free 0x55717346e580 void 0.000117
+gallium_dri.so free 0x55717346e4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e4c0 0.000118
+gallium_dri.so free 0x55717346e640 void 0.000117
+gallium_dri.so free 0x55717346e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e660 0.000118
+gallium_dri.so free 0x55717346e700 void 0.000118
+gallium_dri.so free 0x55717346e660 void 0.000119
+gallium_dri.so malloc 72 0x55717346e6b0 0.000118
+gallium_dri.so free 0x55717346e780 void 0.000118
+gallium_dri.so free 0x55717346e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e6b0 0.000118
+gallium_dri.so free 0x55717346e800 void 0.000118
+gallium_dri.so free 0x55717346e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e800 0.000117
+gallium_dri.so free 0x55717346e8c0 void 0.000118
+gallium_dri.so free 0x55717346e800 void 0.000118
+gallium_dri.so malloc 72 0x55717346e800 0.000116
+gallium_dri.so free 0x55717346e980 void 0.000119
+gallium_dri.so free 0x55717346e800 void 0.000118
+gallium_dri.so malloc 72 0x55717346e800 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x55717346e800 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735bff00 void 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bff00 0.000120
+gallium_dri.so free 0x5571735bffc0 void 0.000119
+gallium_dri.so free 0x5571735bff00 void 0.000118
+gallium_dri.so malloc 72 0x5571735bff00 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000118
+gallium_dri.so free 0x5571735bff00 void 0.000117
+gallium_dri.so malloc 72 0x5571735bff00 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735bff00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c00f0 0.000117
+gallium_dri.so free 0x5571735c01c0 void 0.000119
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0210 0.000118
+gallium_dri.so free 0x5571735c0280 void 0.000118
+gallium_dri.so free 0x5571735c0210 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02c0 0.000165
+gallium_dri.so free 0x5571735c0340 void 0.000121
+gallium_dri.so free 0x5571735c02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02c0 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c03f0 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c03f0 0.000118
+gallium_dri.so free 0x5571735c0540 void 0.000118
+gallium_dri.so free 0x5571735c03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c04f0 0.000118
+gallium_dri.so free 0x5571735c0600 void 0.000119
+gallium_dri.so free 0x5571735c04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0770 0.000117
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so free 0x5571735c0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0770 0.000117
+gallium_dri.so free 0x5571735c08c0 void 0.000118
+gallium_dri.so free 0x5571735c0770 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0870 0.000120
+gallium_dri.so free 0x5571735c0980 void 0.000118
+gallium_dri.so free 0x5571735c0870 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0930 0.000119
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c0930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0930 0.000117
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so free 0x5571735c0930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000116
+gallium_dri.so free 0x5571735c0b40 void 0.000119
+gallium_dri.so free 0x5571735c0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b40 0.000118
+gallium_dri.so free 0x5571735c0c00 void 0.000121
+gallium_dri.so free 0x5571735c0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b40 0.000118
+gallium_dri.so free 0x5571735c0cc0 void 0.000117
+gallium_dri.so free 0x5571735c0b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000121
+gallium_dri.so free 0x5571735c0d80 void 0.000118
+gallium_dri.so free 0x5571735c0ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0d30 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d30 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so free 0x5571735c0d30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0e80 0.000119
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e80 0.000117
+gallium_dri.so free 0x5571735c1000 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e80 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x5571735c1180 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1130 0.000119
+gallium_dri.so free 0x5571735c1200 void 0.000118
+gallium_dri.so free 0x5571735c1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1250 0.000117
+gallium_dri.so free 0x5571735c12c0 void 0.000118
+gallium_dri.so free 0x5571735c1250 void 0.000119
+gallium_dri.so malloc 72 0x5571735c12e0 0.000118
+gallium_dri.so free 0x5571735c1380 void 0.000119
+gallium_dri.so free 0x5571735c12e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1330 0.000118
+gallium_dri.so free 0x5571735c1400 void 0.000118
+gallium_dri.so free 0x5571735c1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1330 0.000121
+gallium_dri.so free 0x5571735c1480 void 0.000168
+gallium_dri.so free 0x5571735c1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1480 0.000118
+gallium_dri.so free 0x5571735c1540 void 0.000123
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1480 0.000118
+gallium_dri.so free 0x5571735c1640 void 0.000119
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c15f0 0.000118
+gallium_dri.so free 0x5571735c1680 void 0.000119
+gallium_dri.so free 0x5571735c15f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c15f0 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000117
+gallium_dri.so free 0x5571735c15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1780 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so free 0x5571735c1780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1800 0.000119
+gallium_dri.so free 0x5571735c18c0 void 0.000117
+gallium_dri.so free 0x5571735c1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1800 0.000117
+gallium_dri.so free 0x5571735c1940 void 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1970 0.000118
+gallium_dri.so free 0x5571735c19c0 void 0.000119
+gallium_dri.so free 0x5571735c1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1970 0.000120
+gallium_dri.so free 0x5571735c1ac0 void 0.000119
+gallium_dri.so free 0x5571735c1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1b00 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000119
+gallium_dri.so free 0x5571735c1b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b80 0.000118
+gallium_dri.so free 0x5571735c1c40 void 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b80 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000119
+gallium_dri.so free 0x5571735c1b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000119
+gallium_dri.so free 0x5571735c1d40 void 0.000118
+gallium_dri.so free 0x5571735c1cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000119
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so free 0x5571735c1cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1df0 0.000117
+gallium_dri.so free 0x5571735c1f00 void 0.000119
+gallium_dri.so free 0x5571735c1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000117
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so free 0x5571735c1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000117
+gallium_dri.so free 0x5571735c2040 void 0.000119
+gallium_dri.so free 0x5571735c1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000129
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c1eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c20b0 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c21d0 0.000119
+gallium_dri.so free 0x5571735c2240 void 0.000118
+gallium_dri.so free 0x5571735c21d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2260 0.000118
+gallium_dri.so free 0x5571735c2300 void 0.000117
+gallium_dri.so free 0x5571735c2260 void 0.000117
+gallium_dri.so malloc 72 0x5571735c22b0 0.000120
+gallium_dri.so free 0x5571735c2380 void 0.000117
+gallium_dri.so free 0x5571735c22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2380 0.000117
+gallium_dri.so free 0x5571735c2440 void 0.000117
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2380 0.000118
+gallium_dri.so free 0x5571735c24c0 void 0.000123
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24c0 0.000118
+gallium_dri.so free 0x5571735c2580 void 0.000117
+gallium_dri.so free 0x5571735c24c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24c0 0.000117
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so free 0x5571735c24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c24c0 0.000119
+gallium_dri.so free 0x5571735c2700 void 0.000118
+gallium_dri.so free 0x5571735c24c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26b0 0.000118
+gallium_dri.so free 0x5571735c2780 void 0.000119
+gallium_dri.so free 0x5571735c26b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c27d0 0.000118
+gallium_dri.so free 0x5571735c2840 void 0.000118
+gallium_dri.so free 0x5571735c27d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2880 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so free 0x5571735c2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2880 0.000117
+gallium_dri.so free 0x5571735c2980 void 0.000118
+gallium_dri.so free 0x5571735c2880 void 0.000117
+gallium_dri.so malloc 72 0x5571735c29b0 0.000118
+gallium_dri.so free 0x5571735c2a00 void 0.000117
+gallium_dri.so free 0x5571735c29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c29b0 0.000118
+gallium_dri.so free 0x5571735c2b00 void 0.000120
+gallium_dri.so free 0x5571735c29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2ab0 0.000115
+gallium_dri.so free 0x5571735c2bc0 void 0.000118
+gallium_dri.so free 0x5571735c2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2c00 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2cc0 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2d30 0.000118
+gallium_dri.so free 0x5571735c2d80 void 0.000117
+gallium_dri.so free 0x5571735c2d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2d30 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000118
+gallium_dri.so free 0x5571735c2d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e30 0.000118
+gallium_dri.so free 0x5571735c2f40 void 0.000118
+gallium_dri.so free 0x5571735c2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000118
+gallium_dri.so free 0x5571735c2f80 void 0.000118
+gallium_dri.so free 0x5571735c2ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000117
+gallium_dri.so free 0x5571735c3040 void 0.000119
+gallium_dri.so free 0x5571735c2ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3080 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so free 0x5571735c3080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000120
+gallium_dri.so free 0x5571735c31c0 void 0.000118
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000128
+gallium_dri.so free 0x5571735c3100 void 0.000120
+gallium_dri.so malloc 72 0x5571735c32a0 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000119
+gallium_dri.so free 0x5571735c32a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c32f0 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x5571735c32f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c32f0 0.000118
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so free 0x5571735c32f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3440 0.000122
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3440 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3440 0.000116
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3440 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000119
+gallium_dri.so free 0x5571735c3740 void 0.000119
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36f0 0.000118
+gallium_dri.so free 0x5571735c37c0 void 0.000119
+gallium_dri.so free 0x5571735c36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3810 0.000117
+gallium_dri.so free 0x5571735c3880 void 0.000127
+gallium_dri.so free 0x5571735c3810 void 0.000118
+gallium_dri.so malloc 72 0x5571735c38a0 0.000118
+gallium_dri.so free 0x5571735c3940 void 0.000119
+gallium_dri.so free 0x5571735c38a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c38f0 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so free 0x5571735c38f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c38f0 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so free 0x5571735c38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3a40 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3a40 0.000120
+gallium_dri.so free 0x5571735c3c00 void 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000123
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so free 0x5571735c3bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000118
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so free 0x5571735c3bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d40 0.000117
+gallium_dri.so free 0x5571735c3dc0 void 0.000118
+gallium_dri.so free 0x5571735c3d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000110
+gallium_dri.so free 0x5571735c3e80 void 0.000120
+gallium_dri.so free 0x5571735c3dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3dc0 0.000119
+gallium_dri.so free 0x5571735c3f00 void 0.000118
+gallium_dri.so free 0x5571735c3dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3f30 0.000117
+gallium_dri.so free 0x5571735c3f80 void 0.000117
+gallium_dri.so free 0x5571735c3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3f30 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000119
+gallium_dri.so free 0x5571735c3f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c40c0 0.000123
+gallium_dri.so free 0x5571735c4140 void 0.000120
+gallium_dri.so free 0x5571735c40c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4140 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000118
+gallium_dri.so free 0x5571735c4140 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4140 0.000118
+gallium_dri.so free 0x5571735c4280 void 0.000119
+gallium_dri.so free 0x5571735c4140 void 0.000117
+gallium_dri.so malloc 72 0x5571735c42b0 0.000118
+gallium_dri.so free 0x5571735c4300 void 0.000118
+gallium_dri.so free 0x5571735c42b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c42b0 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000122
+gallium_dri.so free 0x5571735c42b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c43b0 0.000112
+gallium_dri.so free 0x5571735c44c0 void 0.000109
+gallium_dri.so free 0x5571735c43b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4470 0.000111
+gallium_dri.so free 0x5571735c4540 void 0.000110
+gallium_dri.so free 0x5571735c4470 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4470 0.000110
+gallium_dri.so free 0x5571735c4600 void 0.000111
+gallium_dri.so free 0x5571735c4470 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4470 0.000110
+gallium_dri.so free 0x5571735c46c0 void 0.000110
+gallium_dri.so free 0x5571735c4470 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4670 0.000112
+gallium_dri.so free 0x5571735c4740 void 0.000111
+gallium_dri.so free 0x5571735c4670 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4790 0.000109
+gallium_dri.so free 0x5571735c4800 void 0.000111
+gallium_dri.so free 0x5571735c4790 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4820 0.000110
+gallium_dri.so free 0x5571735c48c0 void 0.000112
+gallium_dri.so free 0x5571735c4820 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4870 0.000112
+gallium_dri.so free 0x5571735c4940 void 0.000110
+gallium_dri.so free 0x5571735c4870 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4940 0.000110
+gallium_dri.so free 0x5571735c4a00 void 0.000111
+gallium_dri.so free 0x5571735c4940 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4940 0.000127
+gallium_dri.so free 0x5571735c4a80 void 0.000122
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a80 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a80 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a80 0.000117
+gallium_dri.so free 0x5571735c4cc0 void 0.000124
+gallium_dri.so free 0x5571735c4a80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4c70 0.000123
+gallium_dri.so free 0x5571735c4d40 void 0.000125
+gallium_dri.so free 0x5571735c4c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4d90 0.000123
+gallium_dri.so free 0x5571735c4e00 void 0.000117
+gallium_dri.so free 0x5571735c4d90 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4e40 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e40 0.000124
+gallium_dri.so free 0x5571735c4f40 void 0.000123
+gallium_dri.so free 0x5571735c4e40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4f70 0.000124
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so free 0x5571735c4f70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4f70 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735c4f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000123
+gallium_dri.so free 0x5571735da980 void 0.000124
+gallium_dri.so free 0x5571735da8c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735da8c0 0.000119
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735daa30 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000121
+gallium_dri.so free 0x5571735daa30 void 0.000123
+gallium_dri.so malloc 72 0x5571735daa30 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000120
+gallium_dri.so free 0x5571735daa30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dabc0 0.000124
+gallium_dri.so free 0x5571735dac40 void 0.000119
+gallium_dri.so free 0x5571735dabc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac40 0.000123
+gallium_dri.so free 0x5571735dad00 void 0.000123
+gallium_dri.so free 0x5571735dac40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dac40 0.000128
+gallium_dri.so free 0x5571735dad80 void 0.000125
+gallium_dri.so free 0x5571735dac40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dadb0 0.000124
+gallium_dri.so free 0x5571735dae00 void 0.000129
+gallium_dri.so free 0x5571735dadb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dadb0 0.000124
+gallium_dri.so free 0x5571735daf00 void 0.000119
+gallium_dri.so free 0x5571735dadb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daeb0 0.000118
+gallium_dri.so free 0x5571735dafc0 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000125
+gallium_dri.so free 0x5571735db040 void 0.000124
+gallium_dri.so free 0x5571735daf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000119
+gallium_dri.so free 0x5571735daf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf70 0.000117
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735daf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735db170 0.000124
+gallium_dri.so free 0x5571735db240 void 0.000124
+gallium_dri.so free 0x5571735db170 void 0.000125
+gallium_dri.so malloc 72 0x5571735db290 0.000119
+gallium_dri.so free 0x5571735db300 void 0.000120
+gallium_dri.so free 0x5571735db290 void 0.000119
+gallium_dri.so malloc 72 0x5571735db320 0.000115
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db320 void 0.000125
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000113
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db440 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so malloc 72 0x5571735db440 0.000112
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so malloc 72 0x5571735db580 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db770 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db770 void 0.000113
+gallium_dri.so malloc 72 0x5571735db890 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db890 void 0.000113
+gallium_dri.so malloc 72 0x5571735db940 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000113
+gallium_dri.so malloc 72 0x5571735db940 0.000127
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba70 0.000113
+gallium_dri.so free 0x5571735dbac0 void 0.000115
+gallium_dri.so free 0x5571735dba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000119
+gallium_dri.so free 0x5571735dbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbdf0 0.000114
+gallium_dri.so free 0x5571735dbf40 void 0.000113
+gallium_dri.so free 0x5571735dbdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbef0 0.000113
+gallium_dri.so free 0x5571735dc000 void 0.000114
+gallium_dri.so free 0x5571735dbef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000156
+gallium_dri.so free 0x5571735dc040 void 0.000116
+gallium_dri.so free 0x5571735dbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc140 0.000112
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735dc140 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc360 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so free 0x5571735dc360 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so free 0x5571735dc3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc500 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc500 0.000118
+gallium_dri.so free 0x5571735dc680 void 0.000128
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc500 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8d0 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc8d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc960 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so free 0x5571735dc960 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000112
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000115
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000169
+gallium_dri.so free 0x5571735dcb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd00 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000112
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce00 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000112
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000114
+gallium_dri.so free 0x5571735dcff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcff0 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd180 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd200 0.000116
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000163
+gallium_dri.so malloc 72 0x5571735dd200 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd370 0.000114
+gallium_dri.so free 0x5571735dd3c0 void 0.000113
+gallium_dri.so free 0x5571735dd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd370 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so free 0x5571735dd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd470 0.000113
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd730 0.000112
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x5571735dd730 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd850 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000113
+gallium_dri.so free 0x5571735dd850 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd8e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda00 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda00 0.000113
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb40 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb40 0.000116
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb40 0.000112
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde50 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dde50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf00 0.000119
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf00 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735de030 0.000113
+gallium_dri.so free 0x5571735de080 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000112
+gallium_dri.so malloc 72 0x5571735de030 0.000112
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000112
+gallium_dri.so malloc 72 0x5571735de130 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000112
+gallium_dri.so free 0x5571735de280 void 0.000114
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de340 void 0.000114
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de3b0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so free 0x5571735de3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3b0 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000121
+gallium_dri.so free 0x5571735de3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4b0 0.000125
+gallium_dri.so free 0x5571735de5c0 void 0.000116
+gallium_dri.so free 0x5571735de4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de570 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000114
+gallium_dri.so free 0x5571735de570 void 0.000116
+gallium_dri.so malloc 72 0x5571735de570 0.000113
+gallium_dri.so free 0x5571735de6c0 void 0.000114
+gallium_dri.so free 0x5571735de570 void 0.000113
+gallium_dri.so malloc 72 0x5571735de700 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000113
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de900 void 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000114
+gallium_dri.so malloc 72 0x5571735de920 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de920 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000112
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000127
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deac0 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deac0 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735deac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decb0 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000118
+gallium_dri.so free 0x5571735decb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee90 0.000112
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735dee90 void 0.000113
+gallium_dri.so malloc 72 0x5571735def20 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000113
+gallium_dri.so free 0x5571735def20 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0c0 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0c0 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3c0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000122
+gallium_dri.so free 0x5571735df3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df600 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5b0 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so free 0x5571735df5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df740 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df740 void 0.000129
+gallium_dri.so malloc 72 0x5571735df7c0 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7c0 0.000112
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df930 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df930 void 0.000114
+gallium_dri.so malloc 72 0x5571735df930 0.000115
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735dfa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfe10 0.000115
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfe10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfea0 0.000112
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000111
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0100 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0100 0.000113
+gallium_dri.so free 0x5571735e0280 void 0.000112
+gallium_dri.so free 0x5571735e0100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0100 0.000114
+gallium_dri.so free 0x5571735e0340 void 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0410 0.000191
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0410 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0640 void 0.000114
+gallium_dri.so free 0x5571735e05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000113
+gallium_dri.so free 0x5571735e06f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000112
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0970 0.000113
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so free 0x5571735e0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0970 0.000170
+gallium_dri.so free 0x5571735e0ac0 void 0.000115
+gallium_dri.so free 0x5571735e0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a70 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000112
+gallium_dri.so free 0x5571735e0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b30 0.000112
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so free 0x5571735e0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b30 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so free 0x5571735e0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d40 0.000112
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d40 0.000113
+gallium_dri.so free 0x5571735eb480 void 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d40 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb530 0.000113
+gallium_dri.so free 0x5571735eb580 void 0.000114
+gallium_dri.so free 0x5571735eb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb530 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000127
+gallium_dri.so free 0x5571735eb530 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb630 0.000113
+gallium_dri.so free 0x5571735eb740 void 0.000114
+gallium_dri.so free 0x5571735eb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000113
+gallium_dri.so free 0x5571735eb6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000113
+gallium_dri.so free 0x5571735eb6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb890 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000119
+gallium_dri.so free 0x5571735eb890 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb940 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb940 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb30 0.000114
+gallium_dri.so free 0x5571735ebb80 void 0.000114
+gallium_dri.so free 0x5571735ebb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb30 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000127
+gallium_dri.so free 0x5571735ebb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc30 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebde0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so free 0x5571735ebde0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe30 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000114
+gallium_dri.so free 0x5571735ebe30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe30 0.000106
+gallium_dri.so free 0x5571735ebf80 void 0.000243
+gallium_dri.so free 0x5571735ebe30 void 0.000194
+gallium_dri.so malloc 72 0x5571735ebf80 0.000114
+gallium_dri.so free 0x5571735ec040 void 0.000115
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf80 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf80 0.000112
+gallium_dri.so free 0x5571735ec1c0 void 0.000115
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec170 0.000123
+gallium_dri.so free 0x5571735ec1c0 void 0.000115
+gallium_dri.so free 0x5571735ec170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec170 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735ec170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec270 0.000117
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec330 0.000112
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000112
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec540 0.000112
+gallium_dri.so free 0x5571735ec600 void 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec540 0.000124
+gallium_dri.so free 0x5571735ec6c0 void 0.000123
+gallium_dri.so free 0x5571735ec540 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000125
+gallium_dri.so free 0x5571735ec780 void 0.000124
+gallium_dri.so free 0x5571735ec6e0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ec730 0.000117
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec730 0.000113
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec880 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec880 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec880 0.000116
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000114
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecc50 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000114
+gallium_dri.so free 0x5571735ecc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecce0 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so free 0x5571735ecce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000117
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd30 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000114
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece80 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece80 0.000113
+gallium_dri.so free 0x5571735ed040 void 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x5571735ed080 void 0.000113
+gallium_dri.so free 0x5571735ecff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed180 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so free 0x5571735ed180 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed200 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed200 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed370 0.000127
+gallium_dri.so free 0x5571735ed3c0 void 0.000119
+gallium_dri.so free 0x5571735ed370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed370 0.000112
+gallium_dri.so free 0x5571735ed4c0 void 0.000112
+gallium_dri.so free 0x5571735ed370 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed500 0.000116
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so free 0x5571735ed500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed580 0.000112
+gallium_dri.so free 0x5571735ed640 void 0.000114
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed580 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000114
+gallium_dri.so free 0x5571735ed6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000112
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000113
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735ed980 void 0.000113
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000172
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000176
+gallium_dri.so free 0x5571735edb00 void 0.000175
+gallium_dri.so free 0x5571735ed8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edab0 0.000180
+gallium_dri.so free 0x5571735edb80 void 0.000123
+gallium_dri.so free 0x5571735edab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edbd0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edbd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc60 0.000113
+gallium_dri.so free 0x5571735edd00 void 0.000113
+gallium_dri.so free 0x5571735edc60 void 0.000112
+gallium_dri.so malloc 72 0x5571735edcb0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edec0 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edec0 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edec0 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735edec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000121
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee1d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee280 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee280 0.000112
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000114
+gallium_dri.so free 0x5571735ee400 void 0.000113
+gallium_dri.so free 0x5571735ee3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000112
+gallium_dri.so free 0x5571735ee500 void 0.000116
+gallium_dri.so free 0x5571735ee3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000122
+gallium_dri.so free 0x5571735ee4b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee570 0.000114
+gallium_dri.so free 0x5571735ee600 void 0.000114
+gallium_dri.so free 0x5571735ee570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee570 0.000113
+gallium_dri.so free 0x5571735ee6c0 void 0.000112
+gallium_dri.so free 0x5571735ee570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee730 0.000112
+gallium_dri.so free 0x5571735ee780 void 0.000112
+gallium_dri.so free 0x5571735ee730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee730 0.000112
+gallium_dri.so free 0x5571735ee880 void 0.000113
+gallium_dri.so free 0x5571735ee730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee830 0.000112
+gallium_dri.so free 0x5571735ee940 void 0.000113
+gallium_dri.so free 0x5571735ee830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000112
+gallium_dri.so free 0x5571735ee980 void 0.000112
+gallium_dri.so free 0x5571735ee8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000124
+gallium_dri.so free 0x5571735eea40 void 0.000123
+gallium_dri.so free 0x5571735ee8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eea80 0.000118
+gallium_dri.so free 0x5571735eeb00 void 0.000119
+gallium_dri.so free 0x5571735eea80 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeb00 0.000123
+gallium_dri.so free 0x5571735eebc0 void 0.000161
+gallium_dri.so free 0x5571735eeb00 void 0.000158
+gallium_dri.so malloc 72 0x5571735eeb00 0.000155
+gallium_dri.so free 0x5571735eec80 void 0.000123
+gallium_dri.so free 0x5571735eeb00 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeca0 0.000125
+gallium_dri.so free 0x5571735eed40 void 0.000119
+gallium_dri.so free 0x5571735eeca0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eecf0 0.000124
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000115
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so free 0x5571735eecf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee40 0.000116
+gallium_dri.so free 0x5571735eef00 void 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000123
+gallium_dri.so malloc 72 0x5571735eee40 0.000125
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee40 0.000125
+gallium_dri.so free 0x5571735ef080 void 0.000135
+gallium_dri.so free 0x5571735eee40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef030 0.000135
+gallium_dri.so free 0x5571735ef140 void 0.000129
+gallium_dri.so free 0x5571735ef030 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000130
+gallium_dri.so free 0x5571735ef1c0 void 0.000125
+gallium_dri.so free 0x5571735ef0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef210 0.000121
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so free 0x5571735ef210 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000133
+gallium_dri.so free 0x5571735ef340 void 0.000130
+gallium_dri.so free 0x5571735ef2a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000125
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so free 0x5571735ef2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000123
+gallium_dri.so free 0x5571735ef440 void 0.000120
+gallium_dri.so free 0x5571735ef2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef440 0.000125
+gallium_dri.so free 0x5571735ef500 void 0.000124
+gallium_dri.so free 0x5571735ef440 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef440 0.000132
+gallium_dri.so free 0x5571735ef600 void 0.000130
+gallium_dri.so free 0x5571735ef440 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000120
+gallium_dri.so free 0x5571735ef640 void 0.000127
+gallium_dri.so free 0x5571735ef5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000128
+gallium_dri.so free 0x5571735ef700 void 0.000131
+gallium_dri.so free 0x5571735ef5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef740 0.000128
+gallium_dri.so free 0x5571735ef7c0 void 0.000130
+gallium_dri.so free 0x5571735ef740 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000130
+gallium_dri.so free 0x5571735ef880 void 0.000132
+gallium_dri.so free 0x5571735ef7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000129
+gallium_dri.so free 0x5571735ef900 void 0.000162
+gallium_dri.so free 0x5571735ef7c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef930 0.000125
+gallium_dri.so free 0x5571735ef980 void 0.000127
+gallium_dri.so free 0x5571735ef930 void 0.000319
+gallium_dri.so malloc 72 0x5571735ef930 0.000281
+gallium_dri.so free 0x5571735efa80 void 0.000281
+gallium_dri.so free 0x5571735ef930 void 0.000287
+gallium_dri.so malloc 72 0x5571735efac0 0.000281
+gallium_dri.so free 0x5571735efb40 void 0.000165
+gallium_dri.so free 0x5571735efac0 void 0.000248
+gallium_dri.so malloc 72 0x5571735efb40 0.000205
+gallium_dri.so free 0x5571735efc00 void 0.000168
+gallium_dri.so free 0x5571735efb40 void 0.000166
+gallium_dri.so malloc 72 0x5571735efb40 0.000235
+gallium_dri.so free 0x5571735efc80 void 0.000186
+gallium_dri.so free 0x5571735efb40 void 0.000228
+gallium_dri.so malloc 72 0x5571735efcb0 0.000227
+gallium_dri.so free 0x5571735efd00 void 0.000290
+gallium_dri.so free 0x5571735efcb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735efcb0 0.000141
+gallium_dri.so free 0x5571735efe00 void 0.000142
+gallium_dri.so free 0x5571735efcb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735efdb0 0.000145
+gallium_dri.so free 0x5571735efec0 void 0.000145
+gallium_dri.so free 0x5571735efdb0 void 0.000182
+gallium_dri.so malloc 72 0x5571735efe70 0.000146
+gallium_dri.so free 0x5571735eff40 void 0.000147
+gallium_dri.so free 0x5571735efe70 void 0.000167
+gallium_dri.so malloc 72 0x5571735efe70 0.000164
+gallium_dri.so free 0x5571735f0000 void 0.000167
+gallium_dri.so free 0x5571735efe70 void 0.000165
+gallium_dri.so malloc 72 0x5571735efe70 0.000164
+gallium_dri.so free 0x5571735f00c0 void 0.000165
+gallium_dri.so free 0x5571735efe70 void 0.000178
+gallium_dri.so malloc 72 0x5571735f0070 0.000168
+gallium_dri.so free 0x5571735f0140 void 0.000166
+gallium_dri.so free 0x5571735f0070 void 0.000166
+gallium_dri.so malloc 72 0x5571735f0190 0.000161
+gallium_dri.so free 0x5571735f0200 void 0.000162
+gallium_dri.so free 0x5571735f0190 void 0.000167
+gallium_dri.so malloc 72 0x5571735f0220 0.000166
+gallium_dri.so free 0x5571735f02c0 void 0.000168
+gallium_dri.so free 0x5571735f0220 void 0.000168
+gallium_dri.so malloc 72 0x5571735f0270 0.000166
+gallium_dri.so free 0x5571735f0340 void 0.000160
+gallium_dri.so free 0x5571735f0270 void 0.000152
+gallium_dri.so malloc 72 0x5571735f0340 0.000160
+gallium_dri.so free 0x5571735f0400 void 0.000168
+gallium_dri.so free 0x5571735f0340 void 0.000166
+gallium_dri.so malloc 72 0x5571735f0340 0.000166
+gallium_dri.so free 0x5571735f0480 void 0.000229
+gallium_dri.so free 0x5571735f0340 void 0.000181
+gallium_dri.so malloc 72 0x5571735f0480 0.000131
+gallium_dri.so free 0x5571735f0540 void 0.000125
+gallium_dri.so free 0x5571735f0480 void 0.000261
+gallium_dri.so malloc 72 0x5571735f0480 0.000238
+gallium_dri.so free 0x5571735f0600 void 0.000285
+gallium_dri.so free 0x5571735f0480 void 0.000261
+gallium_dri.so malloc 72 0x5571735f0480 0.000287
+gallium_dri.so free 0x5571735f06c0 void 0.000283
+gallium_dri.so free 0x5571735f0480 void 0.000295
+gallium_dri.so malloc 72 0x5571735f0670 0.000283
+gallium_dri.so free 0x5571735f0740 void 0.000280
+gallium_dri.so free 0x5571735f0670 void 0.000170
+gallium_dri.so malloc 72 0x5571735f0790 0.000171
+gallium_dri.so free 0x5571735f0800 void 0.000163
+gallium_dri.so free 0x5571735f0790 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0840 0.000130
+gallium_dri.so free 0x5571735f08c0 void 0.000129
+gallium_dri.so free 0x5571735f0840 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0840 0.000120
+gallium_dri.so free 0x5571735f0940 void 0.000126
+gallium_dri.so free 0x5571735f0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0970 0.000129
+gallium_dri.so free 0x5571735f09c0 void 0.000130
+gallium_dri.so free 0x5571735f0970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0970 0.000129
+gallium_dri.so free 0x5571735f0ac0 void 0.000125
+gallium_dri.so free 0x5571735f0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a70 0.000119
+gallium_dri.so free 0x5571735f0b80 void 0.000128
+gallium_dri.so free 0x5571735f0a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0b30 0.000119
+gallium_dri.so free 0x5571735f0bc0 void 0.000121
+gallium_dri.so free 0x5571735f0b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0b30 0.000132
+gallium_dri.so free 0x5571735f0c80 void 0.000263
+gallium_dri.so free 0x5571735f0b30 void 0.000335
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000336
+gallium_dri.so free 0x5571735f0d40 void 0.000321
+gallium_dri.so free 0x5571735f0cf0 void 0.000295
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000281
+gallium_dri.so free 0x5571735f0e40 void 0.000297
+gallium_dri.so free 0x5571735f0cf0 void 0.000278
+gallium_dri.so malloc 72 0x5571735f0df0 0.000282
+gallium_dri.so free 0x5571735f0f00 void 0.000283
+gallium_dri.so free 0x5571735f0df0 void 0.000274
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000243
+gallium_dri.so free 0x5571735f0f40 void 0.000236
+gallium_dri.so free 0x5571735f0eb0 void 0.000230
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000229
+gallium_dri.so free 0x5571735f1000 void 0.000232
+gallium_dri.so free 0x5571735f0eb0 void 0.000210
+gallium_dri.so malloc 72 0x5571735f1040 0.000152
+gallium_dri.so free 0x5571735f10c0 void 0.000138
+gallium_dri.so free 0x5571735f1040 void 0.000140
+gallium_dri.so malloc 72 0x5571735f10c0 0.000228
+gallium_dri.so free 0x5571735f1180 void 0.000254
+gallium_dri.so free 0x5571735f10c0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f10c0 0.000233
+gallium_dri.so free 0x5571735f1240 void 0.000233
+gallium_dri.so free 0x5571735f10c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735f1260 0.000229
+gallium_dri.so free 0x5571735f1300 void 0.000201
+gallium_dri.so free 0x5571735f1260 void 0.000233
+gallium_dri.so malloc 72 0x5571735f12b0 0.000232
+gallium_dri.so free 0x5571735f1380 void 0.000231
+gallium_dri.so free 0x5571735f12b0 void 0.000235
+gallium_dri.so malloc 72 0x5571735f12b0 0.000238
+gallium_dri.so free 0x5571735f1400 void 0.000212
+gallium_dri.so free 0x5571735f12b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f1400 0.000138
+gallium_dri.so free 0x5571735f14c0 void 0.000137
+gallium_dri.so free 0x5571735f1400 void 0.000210
+gallium_dri.so malloc 72 0x5571735f1400 0.000238
+gallium_dri.so free 0x5571735f1580 void 0.000233
+gallium_dri.so free 0x5571735f1400 void 0.000226
+gallium_dri.so malloc 72 0x5571735f1400 0.000232
+gallium_dri.so free 0x5571735f1640 void 0.000292
+gallium_dri.so free 0x5571735f1400 void 0.000232
+gallium_dri.so malloc 72 0x5571735f15f0 0.000232
+gallium_dri.so free 0x5571735f1700 void 0.000231
+gallium_dri.so free 0x5571735f15f0 void 0.000265
+gallium_dri.so malloc 72 0x5571735f16b0 0.000211
+gallium_dri.so free 0x5571735f1780 void 0.000246
+gallium_dri.so free 0x5571735f16b0 void 0.000235
+gallium_dri.so malloc 72 0x5571735f17d0 0.000444
+gallium_dri.so free 0x5571735f1840 void 0.000386
+gallium_dri.so free 0x5571735f17d0 void 0.000301
+gallium_dri.so malloc 72 0x5571735f1860 0.000288
+gallium_dri.so free 0x5571735f1900 void 0.000304
+gallium_dri.so free 0x5571735f1860 void 0.000290
+gallium_dri.so malloc 72 0x5571735f18b0 0.000298
+gallium_dri.so free 0x5571735f1980 void 0.000288
+gallium_dri.so free 0x5571735f18b0 void 0.000299
+gallium_dri.so malloc 72 0x5571735f18b0 0.000287
+gallium_dri.so free 0x5571735f1a00 void 0.000284
+gallium_dri.so free 0x5571735f18b0 void 0.000291
+gallium_dri.so malloc 72 0x5571735f1a00 0.000287
+gallium_dri.so free 0x5571735f1ac0 void 0.000289
+gallium_dri.so free 0x5571735f1a00 void 0.000292
+gallium_dri.so malloc 72 0x5571735f1a00 0.000295
+gallium_dri.so free 0x5571735f1bc0 void 0.000269
+gallium_dri.so free 0x5571735f1a00 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1b70 0.000291
+gallium_dri.so free 0x5571735f1c00 void 0.000295
+gallium_dri.so free 0x5571735f1b70 void 0.000292
+gallium_dri.so malloc 72 0x5571735f1b70 0.000297
+gallium_dri.so free 0x5571735f1cc0 void 0.000292
+gallium_dri.so free 0x5571735f1b70 void 0.000286
+gallium_dri.so malloc 72 0x5571735f1d00 0.000297
+gallium_dri.so free 0x5571735f1d80 void 0.000288
+gallium_dri.so free 0x5571735f1d00 void 0.000286
+gallium_dri.so malloc 72 0x5571735f1d80 0.000300
+gallium_dri.so free 0x5571735f1e40 void 0.000262
+gallium_dri.so free 0x5571735f1d80 void 0.000292
+gallium_dri.so malloc 72 0x5571735f1d80 0.000296
+gallium_dri.so free 0x5571735f1ec0 void 0.000300
+gallium_dri.so free 0x5571735f1d80 void 0.000299
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000303
+gallium_dri.so free 0x5571735f1f40 void 0.000296
+gallium_dri.so free 0x5571735f1ef0 void 0.000300
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000303
+gallium_dri.so free 0x5571735f2040 void 0.000295
+gallium_dri.so free 0x5571735f1ef0 void 0.000242
+gallium_dri.so malloc 72 0x5571735f2080 0.000253
+gallium_dri.so free 0x5571735f2100 void 0.000239
+gallium_dri.so free 0x5571735f2080 void 0.000242
+gallium_dri.so malloc 72 0x5571735f2100 0.000237
+gallium_dri.so free 0x5571735f21c0 void 0.000240
+gallium_dri.so free 0x5571735f2100 void 0.000241
+gallium_dri.so malloc 72 0x5571735f2100 0.000246
+gallium_dri.so free 0x5571735f2240 void 0.000245
+gallium_dri.so free 0x5571735f2100 void 0.000240
+gallium_dri.so malloc 72 0x5571735f2270 0.000241
+gallium_dri.so free 0x5571735f22c0 void 0.000220
+gallium_dri.so free 0x5571735f2270 void 0.000190
+gallium_dri.so malloc 72 0x5571735f2270 0.000242
+gallium_dri.so free 0x5571735f23c0 void 0.000241
+gallium_dri.so free 0x5571735f2270 void 0.000227
+gallium_dri.so malloc 72 0x5571735f2370 0.000218
+gallium_dri.so free 0x5571735f2480 void 0.000221
+gallium_dri.so free 0x5571735f2370 void 0.000141
+gallium_dri.so malloc 72 0x5571735f2430 0.000141
+gallium_dri.so free 0x5571735f2500 void 0.000154
+gallium_dri.so free 0x5571735f2430 void 0.000238
+gallium_dri.so malloc 72 0x5571735f2430 0.000343
+gallium_dri.so free 0x5571735f25c0 void 0.000316
+gallium_dri.so free 0x5571735f2430 void 0.000316
+gallium_dri.so malloc 72 0x5571735f2430 0.000299
+gallium_dri.so free 0x5571735f2680 void 0.000281
+gallium_dri.so free 0x5571735f2430 void 0.000231
+gallium_dri.so malloc 72 0x5571735f2630 0.000227
+gallium_dri.so free 0x5571735f2700 void 0.000350
+gallium_dri.so free 0x5571735f2630 void 0.000176
+gallium_dri.so malloc 72 0x5571735f2750 0.000174
+gallium_dri.so free 0x5571735f27c0 void 0.000172
+gallium_dri.so free 0x5571735f2750 void 0.000140
+gallium_dri.so malloc 72 0x5571735f27e0 0.000137
+gallium_dri.so free 0x5571735f2880 void 0.000171
+gallium_dri.so free 0x5571735f27e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2830 0.000133
+gallium_dri.so free 0x5571735f2900 void 0.000138
+gallium_dri.so free 0x5571735f2830 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2900 0.000127
+gallium_dri.so free 0x5571735f29c0 void 0.000127
+gallium_dri.so free 0x5571735f2900 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2900 0.000131
+gallium_dri.so free 0x5571735f2a40 void 0.000140
+gallium_dri.so free 0x5571735f2900 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2a40 0.000179
+gallium_dri.so free 0x5571735f2b00 void 0.000140
+gallium_dri.so free 0x5571735f2a40 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2a40 0.000172
+gallium_dri.so free 0x5571735f2bc0 void 0.000177
+gallium_dri.so free 0x5571735f2a40 void 0.000174
+gallium_dri.so malloc 72 0x5571735f2a40 0.000173
+gallium_dri.so free 0x5571735f2c80 void 0.000172
+gallium_dri.so free 0x5571735f2a40 void 0.000174
+gallium_dri.so malloc 72 0x5571735f2c30 0.000173
+gallium_dri.so free 0x5571735f2d00 void 0.000174
+gallium_dri.so free 0x5571735f2c30 void 0.000176
+gallium_dri.so malloc 72 0x5571735f2d50 0.000175
+gallium_dri.so free 0x5571735f2dc0 void 0.000174
+gallium_dri.so free 0x5571735f2d50 void 0.000139
+gallium_dri.so malloc 72 0x5571735f2e00 0.000137
+gallium_dri.so free 0x5571735f2e80 void 0.000138
+gallium_dri.so free 0x5571735f2e00 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2e00 0.000219
+gallium_dri.so free 0x5571735f2f00 void 0.000227
+gallium_dri.so free 0x5571735f2e00 void 0.000227
+gallium_dri.so malloc 72 0x5571735f2f30 0.000230
+gallium_dri.so free 0x5571735f2f80 void 0.000228
+gallium_dri.so free 0x5571735f2f30 void 0.000446
+gallium_dri.so malloc 72 0x5571735f2f30 0.000384
+gallium_dri.so free 0x5571735f3080 void 0.000276
+gallium_dri.so free 0x5571735f2f30 void 0.000282
+gallium_dri.so malloc 72 0x5571735f3030 0.000289
+gallium_dri.so free 0x5571735f3140 void 0.000289
+gallium_dri.so free 0x5571735f3030 void 0.000240
+gallium_dri.so malloc 72 0x5571735f30f0 0.000290
+gallium_dri.so free 0x5571735f3180 void 0.000300
+gallium_dri.so free 0x5571735f30f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f30f0 0.000170
+gallium_dri.so free 0x5571735f3240 void 0.000172
+gallium_dri.so free 0x5571735f30f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f32b0 0.000138
+gallium_dri.so free 0x5571735f3300 void 0.000133
+gallium_dri.so free 0x5571735f32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f32b0 0.000133
+gallium_dri.so free 0x5571735f3400 void 0.000132
+gallium_dri.so free 0x5571735f32b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f33b0 0.000128
+gallium_dri.so free 0x5571735f34c0 void 0.000133
+gallium_dri.so free 0x5571735f33b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f3470 0.000127
+gallium_dri.so free 0x5571735f3500 void 0.000126
+gallium_dri.so free 0x5571735f3470 void 0.000209
+gallium_dri.so malloc 72 0x5571735f3470 0.000173
+gallium_dri.so free 0x5571735f35c0 void 0.000170
+gallium_dri.so free 0x5571735f3470 void 0.000173
+gallium_dri.so malloc 72 0x5571735f3600 0.000137
+gallium_dri.so free 0x55717360c640 void 0.000133
+gallium_dri.so free 0x5571735f3600 void 0.000183
+gallium_dri.so malloc 72 0x55717360c640 0.000140
+gallium_dri.so free 0x55717360c700 void 0.000137
+gallium_dri.so free 0x55717360c640 void 0.000138
+gallium_dri.so malloc 72 0x55717360c640 0.000138
+gallium_dri.so free 0x55717360c800 void 0.000139
+gallium_dri.so free 0x55717360c640 void 0.000138
+gallium_dri.so malloc 72 0x55717360c640 0.000137
+gallium_dri.so free 0x55717360c880 void 0.000135
+gallium_dri.so free 0x55717360c640 void 0.000126
+gallium_dri.so malloc 72 0x55717360c8b0 0.000133
+gallium_dri.so free 0x5571735f3680 void 0.000137
+gallium_dri.so free 0x55717360c8b0 void 0.000138
+gallium_dri.so malloc 72 0x55717360c8b0 0.000151
+gallium_dri.so free 0x55717360c900 void 0.000184
+gallium_dri.so free 0x55717360c8b0 void 0.000271
+gallium_dri.so malloc 72 0x55717360c900 0.000278
+gallium_dri.so free 0x55717360c9c0 void 0.000401
+gallium_dri.so free 0x55717360c900 void 0.000281
+gallium_dri.so malloc 72 0x55717360c900 0.000285
+gallium_dri.so free 0x55717360ca80 void 0.000285
+gallium_dri.so free 0x55717360c900 void 0.000272
+gallium_dri.so malloc 72 0x55717360c900 0.000274
+gallium_dri.so free 0x55717360cb40 void 0.000283
+gallium_dri.so free 0x55717360c900 void 0.000271
+gallium_dri.so malloc 72 0x55717360caf0 0.000288
+gallium_dri.so free 0x55717360cc00 void 0.000224
+gallium_dri.so free 0x55717360caf0 void 0.000222
+gallium_dri.so malloc 72 0x55717360cbb0 0.000221
+gallium_dri.so free 0x55717360cc80 void 0.000228
+gallium_dri.so free 0x55717360cbb0 void 0.000198
+gallium_dri.so malloc 72 0x55717360ccd0 0.000127
+gallium_dri.so free 0x55717360cd40 void 0.000131
+gallium_dri.so free 0x55717360ccd0 void 0.000131
+gallium_dri.so malloc 72 0x55717360cd60 0.000131
+gallium_dri.so free 0x55717360ce00 void 0.000130
+gallium_dri.so free 0x55717360cd60 void 0.000125
+gallium_dri.so malloc 72 0x55717360cdb0 0.000120
+gallium_dri.so free 0x55717360ce80 void 0.000121
+gallium_dri.so free 0x55717360cdb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360cdb0 0.000131
+gallium_dri.so free 0x55717360cf00 void 0.000129
+gallium_dri.so free 0x55717360cdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360cf00 0.000130
+gallium_dri.so free 0x55717360cfc0 void 0.000158
+gallium_dri.so free 0x55717360cf00 void 0.000132
+gallium_dri.so malloc 72 0x55717360cf00 0.000199
+gallium_dri.so free 0x55717360d0c0 void 0.000186
+gallium_dri.so free 0x55717360cf00 void 0.000187
+gallium_dri.so malloc 72 0x55717360d070 0.000186
+gallium_dri.so free 0x55717360d100 void 0.000183
+gallium_dri.so free 0x55717360d070 void 0.000187
+gallium_dri.so malloc 72 0x55717360d070 0.000191
+gallium_dri.so free 0x55717360d1c0 void 0.000190
+gallium_dri.so free 0x55717360d070 void 0.000186
+gallium_dri.so malloc 72 0x55717360d200 0.000162
+gallium_dri.so free 0x55717360d280 void 0.000128
+gallium_dri.so free 0x55717360d200 void 0.000130
+gallium_dri.so malloc 72 0x55717360d280 0.000131
+gallium_dri.so free 0x55717360d340 void 0.000125
+gallium_dri.so free 0x55717360d280 void 0.000124
+gallium_dri.so malloc 72 0x55717360d280 0.000130
+gallium_dri.so free 0x55717360d3c0 void 0.000130
+gallium_dri.so free 0x55717360d280 void 0.000126
+gallium_dri.so malloc 72 0x55717360d3f0 0.000124
+gallium_dri.so free 0x55717360d440 void 0.000127
+gallium_dri.so free 0x55717360d3f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d3f0 0.000159
+gallium_dri.so free 0x55717360d540 void 0.000202
+gallium_dri.so free 0x55717360d3f0 void 0.000176
+gallium_dri.so malloc 72 0x55717360d580 0.000143
+gallium_dri.so free 0x55717360d600 void 0.000199
+gallium_dri.so free 0x55717360d580 void 0.000176
+gallium_dri.so malloc 72 0x55717360d600 0.000141
+gallium_dri.so free 0x55717360d6c0 void 0.000177
+gallium_dri.so free 0x55717360d600 void 0.000135
+gallium_dri.so malloc 72 0x55717360d600 0.000134
+gallium_dri.so free 0x55717360d740 void 0.000140
+gallium_dri.so free 0x55717360d600 void 0.000141
+gallium_dri.so malloc 72 0x55717360d770 0.000135
+gallium_dri.so free 0x55717360d7c0 void 0.000134
+gallium_dri.so free 0x55717360d770 void 0.000139
+gallium_dri.so malloc 72 0x55717360d770 0.000145
+gallium_dri.so free 0x55717360d8c0 void 0.000196
+gallium_dri.so free 0x55717360d770 void 0.000176
+gallium_dri.so malloc 72 0x55717360d870 0.000135
+gallium_dri.so free 0x55717360d980 void 0.000134
+gallium_dri.so free 0x55717360d870 void 0.000147
+gallium_dri.so malloc 72 0x55717360d930 0.000155
+gallium_dri.so free 0x55717360da00 void 0.000153
+gallium_dri.so free 0x55717360d930 void 0.000151
+gallium_dri.so malloc 72 0x55717360d930 0.000152
+gallium_dri.so free 0x55717360dac0 void 0.000155
+gallium_dri.so free 0x55717360d930 void 0.000151
+gallium_dri.so malloc 72 0x55717360d930 0.000153
+gallium_dri.so free 0x55717360db80 void 0.000153
+gallium_dri.so free 0x55717360d930 void 0.000153
+gallium_dri.so malloc 72 0x55717360db30 0.000152
+gallium_dri.so free 0x55717360dc00 void 0.000154
+gallium_dri.so free 0x55717360db30 void 0.000153
+gallium_dri.so malloc 72 0x55717360dc50 0.000158
+gallium_dri.so free 0x55717360dcc0 void 0.000154
+gallium_dri.so free 0x55717360dc50 void 0.000153
+gallium_dri.so malloc 72 0x55717360dce0 0.000154
+gallium_dri.so free 0x55717360dd80 void 0.000153
+gallium_dri.so free 0x55717360dce0 void 0.000152
+gallium_dri.so malloc 72 0x55717360dd30 0.000153
+gallium_dri.so free 0x55717360de00 void 0.000153
+gallium_dri.so free 0x55717360dd30 void 0.000168
+gallium_dri.so malloc 72 0x55717360de00 0.000152
+gallium_dri.so free 0x55717360dec0 void 0.000154
+gallium_dri.so free 0x55717360de00 void 0.000152
+gallium_dri.so malloc 72 0x55717360de00 0.000151
+gallium_dri.so free 0x55717360df40 void 0.000154
+gallium_dri.so free 0x55717360de00 void 0.000160
+gallium_dri.so malloc 72 0x55717360df40 0.000127
+gallium_dri.so free 0x55717360e000 void 0.000114
+gallium_dri.so free 0x55717360df40 void 0.000114
+gallium_dri.so malloc 72 0x55717360df40 0.000114
+gallium_dri.so free 0x55717360e0c0 void 0.000114
+gallium_dri.so free 0x55717360df40 void 0.000114
+gallium_dri.so malloc 72 0x55717360df40 0.000114
+gallium_dri.so free 0x55717360e180 void 0.000116
+gallium_dri.so free 0x55717360df40 void 0.000114
+gallium_dri.so malloc 72 0x55717360e130 0.000114
+gallium_dri.so free 0x55717360e200 void 0.000113
+gallium_dri.so free 0x55717360e130 void 0.000112
+gallium_dri.so malloc 72 0x55717360e250 0.000128
+gallium_dri.so free 0x55717360e2c0 void 0.000124
+gallium_dri.so free 0x55717360e250 void 0.000133
+gallium_dri.so malloc 72 0x55717360e300 0.000138
+gallium_dri.so free 0x55717360e380 void 0.000123
+gallium_dri.so free 0x55717360e300 void 0.000129
+gallium_dri.so malloc 72 0x55717360e300 0.000123
+gallium_dri.so free 0x55717360e400 void 0.000123
+gallium_dri.so free 0x55717360e300 void 0.000121
+gallium_dri.so malloc 72 0x55717360e430 0.000138
+gallium_dri.so free 0x55717360e480 void 0.000128
+gallium_dri.so free 0x55717360e430 void 0.000120
+gallium_dri.so malloc 72 0x55717360e430 0.000121
+gallium_dri.so free 0x55717360e580 void 0.000121
+gallium_dri.so free 0x55717360e430 void 0.000121
+gallium_dri.so malloc 72 0x55717360e530 0.000120
+gallium_dri.so free 0x55717360e640 void 0.000120
+gallium_dri.so free 0x55717360e530 void 0.000120
+gallium_dri.so malloc 72 0x55717360e5f0 0.000117
+gallium_dri.so free 0x55717360e680 void 0.000121
+gallium_dri.so free 0x55717360e5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e5f0 0.000121
+gallium_dri.so free 0x55717360e740 void 0.000121
+gallium_dri.so free 0x55717360e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e7b0 0.000118
+gallium_dri.so free 0x55717360e800 void 0.000121
+gallium_dri.so free 0x55717360e7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e7b0 0.000120
+gallium_dri.so free 0x55717360e900 void 0.000120
+gallium_dri.so free 0x55717360e7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e8b0 0.000121
+gallium_dri.so free 0x55717360e9c0 void 0.000142
+gallium_dri.so free 0x55717360e8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e970 0.000115
+gallium_dri.so free 0x55717360ea00 void 0.000118
+gallium_dri.so free 0x55717360e970 void 0.000115
+gallium_dri.so malloc 72 0x55717360e970 0.000116
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717360e970 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb00 0.000116
+gallium_dri.so free 0x55717360eb80 void 0.000117
+gallium_dri.so free 0x55717360eb00 void 0.000116
+gallium_dri.so malloc 72 0x55717360eb80 0.000116
+gallium_dri.so free 0x55717360ec40 void 0.000117
+gallium_dri.so free 0x55717360eb80 void 0.000115
+gallium_dri.so malloc 72 0x55717360eb80 0.000115
+gallium_dri.so free 0x55717360ed00 void 0.000116
+gallium_dri.so free 0x55717360eb80 void 0.000115
+gallium_dri.so malloc 72 0x55717360ed20 0.000121
+gallium_dri.so free 0x55717360edc0 void 0.000118
+gallium_dri.so free 0x55717360ed20 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed70 0.000121
+gallium_dri.so free 0x55717360ee40 void 0.000122
+gallium_dri.so free 0x55717360ed70 void 0.000122
+gallium_dri.so malloc 72 0x55717360ed70 0.000119
+gallium_dri.so free 0x55717360eec0 void 0.000129
+gallium_dri.so free 0x55717360ed70 void 0.000119
+gallium_dri.so malloc 72 0x55717360eec0 0.000120
+gallium_dri.so free 0x55717360ef80 void 0.000124
+gallium_dri.so free 0x55717360eec0 void 0.000120
+gallium_dri.so malloc 72 0x55717360eec0 0.000120
+gallium_dri.so free 0x55717360f040 void 0.000118
+gallium_dri.so free 0x55717360eec0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eec0 0.000118
+gallium_dri.so free 0x55717360f100 void 0.000120
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0b0 0.000121
+gallium_dri.so free 0x55717360f1c0 void 0.000121
+gallium_dri.so free 0x55717360f0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f170 0.000122
+gallium_dri.so free 0x55717360f240 void 0.000120
+gallium_dri.so free 0x55717360f170 void 0.000116
+gallium_dri.so malloc 72 0x55717360f290 0.000118
+gallium_dri.so free 0x55717360f300 void 0.000120
+gallium_dri.so free 0x55717360f290 void 0.000119
+gallium_dri.so malloc 72 0x55717360f320 0.000121
+gallium_dri.so free 0x55717360f3c0 void 0.000119
+gallium_dri.so free 0x55717360f320 void 0.000120
+gallium_dri.so malloc 72 0x55717360f370 0.000120
+gallium_dri.so free 0x55717360f440 void 0.000120
+gallium_dri.so free 0x55717360f370 void 0.000119
+gallium_dri.so malloc 72 0x55717360f370 0.000119
+gallium_dri.so free 0x55717360f4c0 void 0.000118
+gallium_dri.so free 0x55717360f370 void 0.000118
+gallium_dri.so malloc 72 0x55717360f4c0 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000121
+gallium_dri.so free 0x55717360f4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f4c0 0.000120
+gallium_dri.so free 0x55717360f680 void 0.000120
+gallium_dri.so free 0x55717360f4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f630 0.000120
+gallium_dri.so free 0x55717360f6c0 void 0.000121
+gallium_dri.so free 0x55717360f630 void 0.000120
+gallium_dri.so malloc 72 0x55717360f630 0.000119
+gallium_dri.so free 0x55717360f780 void 0.000119
+gallium_dri.so free 0x55717360f630 void 0.000118
+gallium_dri.so malloc 72 0x55717360f7c0 0.000120
+gallium_dri.so free 0x55717360f840 void 0.000118
+gallium_dri.so free 0x55717360f7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f840 0.000119
+gallium_dri.so free 0x55717360f900 void 0.000120
+gallium_dri.so free 0x55717360f840 void 0.000119
+gallium_dri.so malloc 72 0x55717360f840 0.000119
+gallium_dri.so free 0x55717360f980 void 0.000121
+gallium_dri.so free 0x55717360f840 void 0.000119
+gallium_dri.so malloc 72 0x55717360f9b0 0.000119
+gallium_dri.so free 0x55717360fa00 void 0.000117
+gallium_dri.so free 0x55717360f9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f9b0 0.000119
+gallium_dri.so free 0x55717360fb00 void 0.000121
+gallium_dri.so free 0x55717360f9b0 void 0.000129
+gallium_dri.so malloc 72 0x55717360fb40 0.000120
+gallium_dri.so free 0x55717360fbc0 void 0.000122
+gallium_dri.so free 0x55717360fb40 void 0.000121
+gallium_dri.so malloc 72 0x55717360fbc0 0.000121
+gallium_dri.so free 0x55717360fc80 void 0.000121
+gallium_dri.so free 0x55717360fbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fbc0 0.000120
+gallium_dri.so free 0x55717360fd00 void 0.000120
+gallium_dri.so free 0x55717360fbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd30 0.000121
+gallium_dri.so free 0x55717360fd80 void 0.000120
+gallium_dri.so free 0x55717360fd30 void 0.000121
+gallium_dri.so malloc 72 0x55717360fd30 0.000125
+gallium_dri.so free 0x55717360fe80 void 0.000121
+gallium_dri.so free 0x55717360fd30 void 0.000120
+gallium_dri.so malloc 72 0x55717360fe30 0.000116
+gallium_dri.so free 0x55717360ff40 void 0.000123
+gallium_dri.so free 0x55717360fe30 void 0.000120
+gallium_dri.so malloc 72 0x55717360fef0 0.000121
+gallium_dri.so free 0x55717360ffc0 void 0.000118
+gallium_dri.so free 0x55717360fef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fef0 0.000119
+gallium_dri.so free 0x557173610080 void 0.000118
+gallium_dri.so free 0x55717360fef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fef0 0.000121
+gallium_dri.so free 0x557173610140 void 0.000119
+gallium_dri.so free 0x55717360fef0 void 0.000118
+gallium_dri.so malloc 72 0x5571736100f0 0.000120
+gallium_dri.so free 0x5571736101c0 void 0.000120
+gallium_dri.so free 0x5571736100f0 void 0.000120
+gallium_dri.so malloc 72 0x557173610210 0.000120
+gallium_dri.so free 0x557173610280 void 0.000118
+gallium_dri.so free 0x557173610210 void 0.000120
+gallium_dri.so malloc 72 0x5571736102a0 0.000118
+gallium_dri.so free 0x557173610340 void 0.000119
+gallium_dri.so free 0x5571736102a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736102f0 0.000117
+gallium_dri.so free 0x5571736103c0 void 0.000121
+gallium_dri.so free 0x5571736102f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736103c0 0.000122
+gallium_dri.so free 0x557173610480 void 0.000120
+gallium_dri.so free 0x5571736103c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736103c0 0.000118
+gallium_dri.so free 0x557173610500 void 0.000121
+gallium_dri.so free 0x5571736103c0 void 0.000120
+gallium_dri.so malloc 72 0x557173610500 0.000119
+gallium_dri.so free 0x5571736105c0 void 0.000121
+gallium_dri.so free 0x557173610500 void 0.000119
+gallium_dri.so malloc 72 0x557173610500 0.000121
+gallium_dri.so free 0x557173610680 void 0.000121
+gallium_dri.so free 0x557173610500 void 0.000119
+gallium_dri.so malloc 72 0x557173610500 0.000124
+gallium_dri.so free 0x557173610740 void 0.000116
+gallium_dri.so free 0x557173610500 void 0.000117
+gallium_dri.so malloc 72 0x5571736106f0 0.000246
+gallium_dri.so free 0x5571736107c0 void 0.000210
+gallium_dri.so free 0x5571736106f0 void 0.000123
+gallium_dri.so malloc 72 0x557173610810 0.000131
+gallium_dri.so free 0x557173610880 void 0.000125
+gallium_dri.so free 0x557173610810 void 0.000125
+gallium_dri.so malloc 72 0x5571736108c0 0.000125
+gallium_dri.so free 0x557173610940 void 0.000126
+gallium_dri.so free 0x5571736108c0 void 0.000128
+gallium_dri.so malloc 72 0x5571736108c0 0.000125
+gallium_dri.so free 0x5571736109c0 void 0.000125
+gallium_dri.so free 0x5571736108c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736109f0 0.000118
+gallium_dri.so free 0x557173610a40 void 0.000119
+gallium_dri.so free 0x5571736109f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736109f0 0.000119
+gallium_dri.so free 0x557173610b40 void 0.000118
+gallium_dri.so free 0x5571736109f0 void 0.000120
+gallium_dri.so malloc 72 0x557173610af0 0.000142
+gallium_dri.so free 0x557173610c00 void 0.000113
+gallium_dri.so free 0x557173610af0 void 0.000111
+gallium_dri.so malloc 72 0x557173610bb0 0.000111
+gallium_dri.so free 0x557173610c40 void 0.000117
+gallium_dri.so free 0x557173610bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173610bb0 0.000117
+gallium_dri.so free 0x557173610d00 void 0.000116
+gallium_dri.so free 0x557173610bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173610d70 0.000115
+gallium_dri.so free 0x557173610dc0 void 0.000117
+gallium_dri.so free 0x557173610d70 void 0.000117
+gallium_dri.so malloc 72 0x557173610d70 0.000116
+gallium_dri.so free 0x557173610ec0 void 0.000116
+gallium_dri.so free 0x557173610d70 void 0.000115
+gallium_dri.so malloc 72 0x557173610e70 0.000117
+gallium_dri.so free 0x557173610f80 void 0.000116
+gallium_dri.so free 0x557173610e70 void 0.000118
+gallium_dri.so malloc 72 0x557173610f30 0.000116
+gallium_dri.so free 0x557173610fc0 void 0.000116
+gallium_dri.so free 0x557173610f30 void 0.000116
+gallium_dri.so malloc 72 0x557173610f30 0.000115
+gallium_dri.so free 0x557173611080 void 0.000117
+gallium_dri.so free 0x557173610f30 void 0.000116
+gallium_dri.so malloc 72 0x5571736110c0 0.000116
+gallium_dri.so free 0x557173611140 void 0.000118
+gallium_dri.so free 0x5571736110c0 void 0.000116
+gallium_dri.so malloc 72 0x557173611140 0.000129
+gallium_dri.so free 0x557173611200 void 0.000120
+gallium_dri.so free 0x557173611140 void 0.000119
+gallium_dri.so malloc 72 0x557173611140 0.000119
+gallium_dri.so free 0x5571736112c0 void 0.000118
+gallium_dri.so free 0x557173611140 void 0.000119
+gallium_dri.so malloc 72 0x5571736112e0 0.000119
+gallium_dri.so free 0x557173611380 void 0.000123
+gallium_dri.so free 0x5571736112e0 void 0.000130
+gallium_dri.so malloc 72 0x557173611330 0.000126
+gallium_dri.so free 0x557173611400 void 0.000120
+gallium_dri.so free 0x557173611330 void 0.000119
+gallium_dri.so malloc 72 0x557173611330 0.000119
+gallium_dri.so free 0x557173611480 void 0.000128
+gallium_dri.so free 0x557173611330 void 0.000130
+gallium_dri.so malloc 72 0x557173611480 0.000130
+gallium_dri.so free 0x557173611540 void 0.000131
+gallium_dri.so free 0x557173611480 void 0.000125
+gallium_dri.so malloc 72 0x557173611480 0.000122
+gallium_dri.so free 0x557173611600 void 0.000120
+gallium_dri.so free 0x557173611480 void 0.000121
+gallium_dri.so malloc 72 0x557173611480 0.000120
+gallium_dri.so free 0x5571736116c0 void 0.000121
+gallium_dri.so free 0x557173611480 void 0.000118
+gallium_dri.so malloc 72 0x557173611670 0.000119
+gallium_dri.so free 0x557173611780 void 0.000176
+gallium_dri.so free 0x557173611670 void 0.000125
+gallium_dri.so malloc 72 0x557173611730 0.000125
+gallium_dri.so free 0x557173611800 void 0.000125
+gallium_dri.so free 0x557173611730 void 0.000120
+gallium_dri.so malloc 72 0x557173611850 0.000124
+gallium_dri.so free 0x5571736118c0 void 0.000125
+gallium_dri.so free 0x557173611850 void 0.000124
+gallium_dri.so malloc 72 0x5571736118e0 0.000124
+gallium_dri.so free 0x557173611980 void 0.000123
+gallium_dri.so free 0x5571736118e0 void 0.000123
+gallium_dri.so malloc 72 0x557173611930 0.000124
+gallium_dri.so free 0x557173611a00 void 0.000123
+gallium_dri.so free 0x557173611930 void 0.000121
+gallium_dri.so malloc 72 0x557173611930 0.000124
+gallium_dri.so free 0x557173611a80 void 0.000124
+gallium_dri.so free 0x557173611930 void 0.000124
+gallium_dri.so malloc 72 0x557173611a80 0.000125
+gallium_dri.so free 0x557173611b40 void 0.000126
+gallium_dri.so free 0x557173611a80 void 0.000145
+gallium_dri.so malloc 72 0x557173611a80 0.000131
+gallium_dri.so free 0x557173611c40 void 0.000121
+gallium_dri.so free 0x557173611a80 void 0.000118
+gallium_dri.so malloc 72 0x557173611bf0 0.000120
+gallium_dri.so free 0x557173611c80 void 0.000118
+gallium_dri.so free 0x557173611bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173611bf0 0.000117
+gallium_dri.so free 0x557173611d40 void 0.000112
+gallium_dri.so free 0x557173611bf0 void 0.000110
+gallium_dri.so malloc 72 0x557173611d80 0.000111
+gallium_dri.so free 0x557173611e00 void 0.000110
+gallium_dri.so free 0x557173611d80 void 0.000111
+gallium_dri.so malloc 72 0x557173611e00 0.000110
+gallium_dri.so free 0x557173611ec0 void 0.000111
+gallium_dri.so free 0x557173611e00 void 0.000110
+gallium_dri.so malloc 72 0x557173611e00 0.000109
+gallium_dri.so free 0x557173611f40 void 0.000110
+gallium_dri.so free 0x557173611e00 void 0.000111
+gallium_dri.so malloc 72 0x557173611f70 0.000110
+gallium_dri.so free 0x557173611fc0 void 0.000109
+gallium_dri.so free 0x557173611f70 void 0.000109
+gallium_dri.so malloc 72 0x557173611f70 0.000110
+gallium_dri.so free 0x5571736120c0 void 0.000109
+gallium_dri.so free 0x557173611f70 void 0.000111
+gallium_dri.so malloc 72 0x557173612100 0.000110
+gallium_dri.so free 0x557173612180 void 0.000109
+gallium_dri.so free 0x557173612100 void 0.000110
+gallium_dri.so malloc 72 0x557173612180 0.000110
+gallium_dri.so free 0x557173612240 void 0.000110
+gallium_dri.so free 0x557173612180 void 0.000110
+gallium_dri.so malloc 72 0x557173612180 0.000110
+gallium_dri.so free 0x5571736122c0 void 0.000111
+gallium_dri.so free 0x557173612180 void 0.000110
+gallium_dri.so malloc 72 0x5571736122f0 0.000125
+gallium_dri.so free 0x557173612340 void 0.000161
+gallium_dri.so free 0x5571736122f0 void 0.000160
+gallium_dri.so malloc 72 0x5571736122f0 0.000159
+gallium_dri.so free 0x557173612440 void 0.000159
+gallium_dri.so free 0x5571736122f0 void 0.000159
+gallium_dri.so malloc 72 0x5571736123f0 0.000159
+gallium_dri.so free 0x557173612500 void 0.000161
+gallium_dri.so free 0x5571736123f0 void 0.000159
+gallium_dri.so malloc 72 0x5571736124b0 0.000158
+gallium_dri.so free 0x557173612580 void 0.000159
+gallium_dri.so free 0x5571736124b0 void 0.000161
+gallium_dri.so malloc 72 0x5571736124b0 0.000159
+gallium_dri.so free 0x557173612640 void 0.000158
+gallium_dri.so free 0x5571736124b0 void 0.000159
+gallium_dri.so malloc 72 0x5571736124b0 0.000160
+gallium_dri.so free 0x557173612700 void 0.000162
+gallium_dri.so free 0x5571736124b0 void 0.000159
+gallium_dri.so malloc 72 0x5571736126b0 0.000159
+gallium_dri.so free 0x557173612780 void 0.000156
+gallium_dri.so free 0x5571736126b0 void 0.000168
+gallium_dri.so malloc 72 0x5571736127d0 0.000158
+gallium_dri.so free 0x557173612840 void 0.000161
+gallium_dri.so free 0x5571736127d0 void 0.000160
+gallium_dri.so malloc 72 0x557173612860 0.000160
+gallium_dri.so free 0x557173612900 void 0.000158
+gallium_dri.so free 0x557173612860 void 0.000158
+gallium_dri.so malloc 72 0x5571736128b0 0.000158
+gallium_dri.so free 0x557173612980 void 0.000162
+gallium_dri.so free 0x5571736128b0 void 0.000160
+gallium_dri.so malloc 72 0x557173612980 0.000159
+gallium_dri.so free 0x557173612a40 void 0.000159
+gallium_dri.so free 0x557173612980 void 0.000158
+gallium_dri.so malloc 72 0x557173612980 0.000168
+gallium_dri.so free 0x557173612ac0 void 0.000125
+gallium_dri.so free 0x557173612980 void 0.000118
+gallium_dri.so malloc 72 0x557173612ac0 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000117
+gallium_dri.so free 0x557173612ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173612ac0 0.000118
+gallium_dri.so free 0x557173612c40 void 0.000120
+gallium_dri.so free 0x557173612ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173612ac0 0.000154
+gallium_dri.so free 0x557173612d00 void 0.000121
+gallium_dri.so free 0x557173612ac0 void 0.000116
+gallium_dri.so malloc 72 0x557173612cb0 0.000117
+gallium_dri.so free 0x557173612d80 void 0.000119
+gallium_dri.so free 0x557173612cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173612dd0 0.000119
+gallium_dri.so free 0x557173612e40 void 0.000147
+gallium_dri.so free 0x557173612dd0 void 0.000120
+gallium_dri.so malloc 72 0x557173612e80 0.000120
+gallium_dri.so free 0x557173612f00 void 0.000119
+gallium_dri.so free 0x557173612e80 void 0.000121
+gallium_dri.so malloc 72 0x557173612e80 0.000118
+gallium_dri.so free 0x557173612f80 void 0.000120
+gallium_dri.so free 0x557173612e80 void 0.000119
+gallium_dri.so malloc 72 0x557173612fb0 0.000119
+gallium_dri.so free 0x557173613000 void 0.000118
+gallium_dri.so free 0x557173612fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173612fb0 0.000122
+gallium_dri.so free 0x557173613100 void 0.000120
+gallium_dri.so free 0x557173612fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736130b0 0.000118
+gallium_dri.so free 0x5571736131c0 void 0.000120
+gallium_dri.so free 0x5571736130b0 void 0.000119
+gallium_dri.so malloc 72 0x557173613170 0.000122
+gallium_dri.so free 0x557173613200 void 0.000119
+gallium_dri.so free 0x557173613170 void 0.000121
+gallium_dri.so malloc 72 0x557173613170 0.000122
+gallium_dri.so free 0x5571736132c0 void 0.000124
+gallium_dri.so free 0x557173613170 void 0.000125
+gallium_dri.so malloc 72 0x557173613330 0.000120
+gallium_dri.so free 0x557173613380 void 0.000125
+gallium_dri.so free 0x557173613330 void 0.000124
+gallium_dri.so malloc 72 0x557173613330 0.000120
+gallium_dri.so free 0x557173613480 void 0.000119
+gallium_dri.so free 0x557173613330 void 0.000122
+gallium_dri.so malloc 72 0x557173613430 0.000124
+gallium_dri.so free 0x557173613540 void 0.000125
+gallium_dri.so free 0x557173613430 void 0.000119
+gallium_dri.so malloc 72 0x5571736134f0 0.000119
+gallium_dri.so free 0x557173613580 void 0.000124
+gallium_dri.so free 0x5571736134f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736134f0 0.000123
+gallium_dri.so free 0x557173613640 void 0.000120
+gallium_dri.so free 0x5571736134f0 void 0.000122
+gallium_dri.so malloc 72 0x557173613680 0.000119
+gallium_dri.so free 0x557173613700 void 0.000118
+gallium_dri.so free 0x557173613680 void 0.000121
+gallium_dri.so malloc 72 0x557173613700 0.000124
+gallium_dri.so free 0x5571736137c0 void 0.000134
+gallium_dri.so free 0x557173613700 void 0.000125
+gallium_dri.so malloc 72 0x557173613700 0.000124
+gallium_dri.so free 0x557173613880 void 0.000120
+gallium_dri.so free 0x557173613700 void 0.000119
+gallium_dri.so malloc 72 0x5571736138a0 0.000118
+gallium_dri.so free 0x557173613940 void 0.000122
+gallium_dri.so free 0x5571736138a0 void 0.000123
+gallium_dri.so malloc 72 0x5571736138f0 0.000125
+gallium_dri.so free 0x5571736139c0 void 0.000125
+gallium_dri.so free 0x5571736138f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736138f0 0.000123
+gallium_dri.so free 0x557173613a40 void 0.000124
+gallium_dri.so free 0x5571736138f0 void 0.000119
+gallium_dri.so malloc 72 0x557173613a40 0.000120
+gallium_dri.so free 0x557173613b00 void 0.000124
+gallium_dri.so free 0x557173613a40 void 0.000125
+gallium_dri.so malloc 72 0x557173613a40 0.000124
+gallium_dri.so free 0x557173613bc0 void 0.000120
+gallium_dri.so free 0x557173613a40 void 0.000122
+gallium_dri.so malloc 72 0x557173613a40 0.000123
+gallium_dri.so free 0x557173613c80 void 0.000126
+gallium_dri.so free 0x557173613a40 void 0.000134
+gallium_dri.so malloc 72 0x557173613c30 0.000124
+gallium_dri.so free 0x557173613d40 void 0.000125
+gallium_dri.so free 0x557173613c30 void 0.000124
+gallium_dri.so malloc 72 0x557173613cf0 0.000126
+gallium_dri.so free 0x557173613dc0 void 0.000120
+gallium_dri.so free 0x557173613cf0 void 0.000124
+gallium_dri.so malloc 72 0x557173613e10 0.000125
+gallium_dri.so free 0x557173613e80 void 0.000126
+gallium_dri.so free 0x557173613e10 void 0.000120
+gallium_dri.so malloc 72 0x557173613ea0 0.000124
+gallium_dri.so free 0x557173613f40 void 0.000123
+gallium_dri.so free 0x557173613ea0 void 0.000124
+gallium_dri.so malloc 72 0x557173613ef0 0.000136
+gallium_dri.so free 0x557173613fc0 void 0.000124
+gallium_dri.so free 0x557173613ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173613ef0 0.000125
+gallium_dri.so free 0x557173614040 void 0.000124
+gallium_dri.so free 0x557173613ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173614040 0.000119
+gallium_dri.so free 0x557173614100 void 0.000122
+gallium_dri.so free 0x557173614040 void 0.000120
+gallium_dri.so malloc 72 0x557173614040 0.000128
+gallium_dri.so free 0x557173614200 void 0.000119
+gallium_dri.so free 0x557173614040 void 0.000124
+gallium_dri.so malloc 72 0x5571736141b0 0.000122
+gallium_dri.so free 0x557173614240 void 0.000118
+gallium_dri.so free 0x5571736141b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736141b0 0.000127
+gallium_dri.so free 0x557173614300 void 0.000121
+gallium_dri.so free 0x5571736141b0 void 0.000127
+gallium_dri.so malloc 72 0x557173614340 0.000121
+gallium_dri.so free 0x5571736143c0 void 0.000123
+gallium_dri.so free 0x557173614340 void 0.000151
+gallium_dri.so malloc 72 0x5571736143c0 0.000120
+gallium_dri.so free 0x557173614480 void 0.000123
+gallium_dri.so free 0x5571736143c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736143c0 0.000125
+gallium_dri.so free 0x557173614500 void 0.000126
+gallium_dri.so free 0x5571736143c0 void 0.000120
+gallium_dri.so malloc 72 0x557173614530 0.000124
+gallium_dri.so free 0x557173614580 void 0.000125
+gallium_dri.so free 0x557173614530 void 0.000135
+gallium_dri.so malloc 72 0x557173614530 0.000132
+gallium_dri.so free 0x557173614680 void 0.000152
+gallium_dri.so free 0x557173614530 void 0.000129
+gallium_dri.so malloc 72 0x5571736146c0 0.000124
+gallium_dri.so free 0x557173614740 void 0.000130
+gallium_dri.so free 0x5571736146c0 void 0.000132
+gallium_dri.so malloc 72 0x557173614740 0.000126
+gallium_dri.so free 0x557173614800 void 0.000132
+gallium_dri.so free 0x557173614740 void 0.000130
+gallium_dri.so malloc 72 0x557173614740 0.000143
+gallium_dri.so free 0x557173614880 void 0.000130
+gallium_dri.so free 0x557173614740 void 0.000126
+gallium_dri.so malloc 72 0x5571736148b0 0.000126
+gallium_dri.so free 0x557173614900 void 0.000127
+gallium_dri.so free 0x5571736148b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736148b0 0.000132
+gallium_dri.so free 0x557173614a00 void 0.000128
+gallium_dri.so free 0x5571736148b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736149b0 0.000128
+gallium_dri.so free 0x557173614ac0 void 0.000126
+gallium_dri.so free 0x5571736149b0 void 0.000127
+gallium_dri.so malloc 72 0x557173614a70 0.000128
+gallium_dri.so free 0x557173614b40 void 0.000128
+gallium_dri.so free 0x557173614a70 void 0.000127
+gallium_dri.so malloc 72 0x557173614a70 0.000180
+gallium_dri.so free 0x557173614c00 void 0.000129
+gallium_dri.so free 0x557173614a70 void 0.000130
+gallium_dri.so malloc 72 0x557173614a70 0.000145
+gallium_dri.so free 0x557173614cc0 void 0.000130
+gallium_dri.so free 0x557173614a70 void 0.000128
+gallium_dri.so malloc 72 0x557173614c70 0.000127
+gallium_dri.so free 0x557173614d40 void 0.000126
+gallium_dri.so free 0x557173614c70 void 0.000127
+gallium_dri.so malloc 72 0x557173614d90 0.000126
+gallium_dri.so free 0x557173614e00 void 0.000128
+gallium_dri.so free 0x557173614d90 void 0.000129
+gallium_dri.so malloc 72 0x557173614e20 0.000127
+gallium_dri.so free 0x557173614ec0 void 0.000129
+gallium_dri.so free 0x557173614e20 void 0.000129
+gallium_dri.so malloc 72 0x557173614e70 0.000127
+gallium_dri.so free 0x557173614f40 void 0.000129
+gallium_dri.so free 0x557173614e70 void 0.000128
+gallium_dri.so malloc 72 0x557173614f40 0.000129
+gallium_dri.so free 0x557173615000 void 0.000128
+gallium_dri.so free 0x557173614f40 void 0.000127
+gallium_dri.so malloc 72 0x557173614f40 0.000126
+gallium_dri.so free 0x557173615080 void 0.000128
+gallium_dri.so free 0x557173614f40 void 0.000126
+gallium_dri.so malloc 72 0x557173615080 0.000137
+gallium_dri.so free 0x557173615140 void 0.000129
+gallium_dri.so free 0x557173615080 void 0.000129
+gallium_dri.so malloc 72 0x557173615080 0.000127
+gallium_dri.so free 0x557173615200 void 0.000128
+gallium_dri.so free 0x557173615080 void 0.000127
+gallium_dri.so malloc 72 0x557173615080 0.000128
+gallium_dri.so free 0x5571736152c0 void 0.000128
+gallium_dri.so free 0x557173615080 void 0.000128
+gallium_dri.so malloc 72 0x557173615270 0.000127
+gallium_dri.so free 0x557173615340 void 0.000128
+gallium_dri.so free 0x557173615270 void 0.000127
+gallium_dri.so malloc 72 0x557173615390 0.000126
+gallium_dri.so free 0x557173615400 void 0.000134
+gallium_dri.so free 0x557173615390 void 0.000122
+gallium_dri.so malloc 72 0x557173615440 0.000120
+gallium_dri.so free 0x5571736154c0 void 0.000121
+gallium_dri.so free 0x557173615440 void 0.000121
+gallium_dri.so malloc 72 0x557173615440 0.000121
+gallium_dri.so free 0x557173615540 void 0.000121
+gallium_dri.so free 0x557173615440 void 0.000121
+gallium_dri.so malloc 72 0x557173615570 0.000121
+gallium_dri.so free 0x5571736155c0 void 0.000122
+gallium_dri.so free 0x557173615570 void 0.000120
+gallium_dri.so malloc 72 0x557173615570 0.000120
+gallium_dri.so free 0x5571736156c0 void 0.000130
+gallium_dri.so free 0x557173615570 void 0.000124
+gallium_dri.so malloc 72 0x557173615670 0.000122
+gallium_dri.so free 0x557173615780 void 0.000120
+gallium_dri.so free 0x557173615670 void 0.000121
+gallium_dri.so malloc 72 0x557173615730 0.000120
+gallium_dri.so free 0x5571736157c0 void 0.000121
+gallium_dri.so free 0x557173615730 void 0.000120
+gallium_dri.so malloc 72 0x557173615730 0.000123
+gallium_dri.so free 0x557173615880 void 0.000121
+gallium_dri.so free 0x557173615730 void 0.000120
+gallium_dri.so malloc 72 0x5571736158f0 0.000122
+gallium_dri.so free 0x557173615940 void 0.000121
+gallium_dri.so free 0x5571736158f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736158f0 0.000121
+gallium_dri.so free 0x557173615a40 void 0.000121
+gallium_dri.so free 0x5571736158f0 void 0.000150
+gallium_dri.so malloc 72 0x5571736159f0 0.000121
+gallium_dri.so free 0x557173615b00 void 0.000121
+gallium_dri.so free 0x5571736159f0 void 0.000120
+gallium_dri.so malloc 72 0x557173615ab0 0.000120
+gallium_dri.so free 0x557173615b40 void 0.000121
+gallium_dri.so free 0x557173615ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173615ab0 0.000120
+gallium_dri.so free 0x557173615c00 void 0.000120
+gallium_dri.so free 0x557173615ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173615c40 0.000123
+gallium_dri.so free 0x557173615cc0 void 0.000121
+gallium_dri.so free 0x557173615c40 void 0.000121
+gallium_dri.so malloc 72 0x557173615cc0 0.000121
+gallium_dri.so free 0x557173615d80 void 0.000122
+gallium_dri.so free 0x557173615cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173615cc0 0.000121
+gallium_dri.so free 0x557173615e40 void 0.000120
+gallium_dri.so free 0x557173615cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173615e60 0.000121
+gallium_dri.so free 0x557173615f00 void 0.000122
+gallium_dri.so free 0x557173615e60 void 0.000120
+gallium_dri.so malloc 72 0x557173615eb0 0.000119
+gallium_dri.so free 0x557173615f80 void 0.000120
+gallium_dri.so free 0x557173615eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173615eb0 0.000120
+gallium_dri.so free 0x557173616000 void 0.000121
+gallium_dri.so free 0x557173615eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173616000 0.000120
+gallium_dri.so free 0x5571736160c0 void 0.000121
+gallium_dri.so free 0x557173616000 void 0.000120
+gallium_dri.so malloc 72 0x557173616000 0.000119
+gallium_dri.so free 0x557173616180 void 0.000122
+gallium_dri.so free 0x557173616000 void 0.000120
+gallium_dri.so malloc 72 0x557173616000 0.000121
+gallium_dri.so free 0x557173616240 void 0.000130
+gallium_dri.so free 0x557173616000 void 0.000122
+gallium_dri.so malloc 72 0x5571736161f0 0.000120
+gallium_dri.so free 0x557173616300 void 0.000120
+gallium_dri.so free 0x5571736161f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736162b0 0.000121
+gallium_dri.so free 0x557173616380 void 0.000121
+gallium_dri.so free 0x5571736162b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736163d0 0.000120
+gallium_dri.so free 0x557173616440 void 0.000121
+gallium_dri.so free 0x5571736163d0 void 0.000120
+gallium_dri.so malloc 72 0x557173616460 0.000121
+gallium_dri.so free 0x557173616500 void 0.000121
+gallium_dri.so free 0x557173616460 void 0.000121
+gallium_dri.so malloc 72 0x5571736164b0 0.000121
+gallium_dri.so free 0x557173616580 void 0.000121
+gallium_dri.so free 0x5571736164b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736164b0 0.000120
+gallium_dri.so free 0x557173616600 void 0.000119
+gallium_dri.so free 0x5571736164b0 void 0.000120
+gallium_dri.so malloc 72 0x557173616600 0.000120
+gallium_dri.so free 0x5571736166c0 void 0.000121
+gallium_dri.so free 0x557173616600 void 0.000121
+gallium_dri.so malloc 72 0x557173616600 0.000121
+gallium_dri.so free 0x5571736167c0 void 0.000121
+gallium_dri.so free 0x557173616600 void 0.000120
+gallium_dri.so malloc 72 0x557173616770 0.000179
+gallium_dri.so free 0x557173616800 void 0.000121
+gallium_dri.so free 0x557173616770 void 0.000120
+gallium_dri.so malloc 72 0x557173616770 0.000119
+gallium_dri.so free 0x5571736168c0 void 0.000121
+gallium_dri.so free 0x557173616770 void 0.000120
+gallium_dri.so malloc 72 0x557173616900 0.000119
+gallium_dri.so free 0x557173616980 void 0.000120
+gallium_dri.so free 0x557173616900 void 0.000120
+gallium_dri.so malloc 72 0x557173616980 0.000119
+gallium_dri.so free 0x557173616a40 void 0.000120
+gallium_dri.so free 0x557173616980 void 0.000120
+gallium_dri.so malloc 72 0x557173616980 0.000120
+gallium_dri.so free 0x557173616ac0 void 0.000120
+gallium_dri.so free 0x557173616980 void 0.000121
+gallium_dri.so malloc 72 0x557173616af0 0.000120
+gallium_dri.so free 0x557173616b40 void 0.000121
+gallium_dri.so free 0x557173616af0 void 0.000120
+gallium_dri.so malloc 72 0x557173616af0 0.000122
+gallium_dri.so free 0x557173616c40 void 0.000121
+gallium_dri.so free 0x557173616af0 void 0.000121
+gallium_dri.so malloc 72 0x557173616c80 0.000120
+gallium_dri.so free 0x557173616d00 void 0.000120
+gallium_dri.so free 0x557173616c80 void 0.000119
+gallium_dri.so malloc 72 0x557173616d00 0.000121
+gallium_dri.so free 0x557173616dc0 void 0.000129
+gallium_dri.so free 0x557173616d00 void 0.000122
+gallium_dri.so malloc 72 0x557173616d00 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000121
+gallium_dri.so free 0x557173616d00 void 0.000119
+gallium_dri.so malloc 72 0x557173616e70 0.000121
+gallium_dri.so free 0x557173616ec0 void 0.000120
+gallium_dri.so free 0x557173616e70 void 0.000121
+gallium_dri.so malloc 72 0x557173616e70 0.000120
+gallium_dri.so free 0x557173616fc0 void 0.000119
+gallium_dri.so free 0x557173616e70 void 0.000121
+gallium_dri.so malloc 72 0x557173616f70 0.000120
+gallium_dri.so free 0x557173617080 void 0.000122
+gallium_dri.so free 0x557173616f70 void 0.000121
+gallium_dri.so malloc 72 0x557173617030 0.000121
+gallium_dri.so free 0x557173617100 void 0.000121
+gallium_dri.so free 0x557173617030 void 0.000120
+gallium_dri.so malloc 72 0x557173617030 0.000120
+gallium_dri.so free 0x5571736171c0 void 0.000120
+gallium_dri.so free 0x557173617030 void 0.000120
+gallium_dri.so malloc 72 0x557173617030 0.000124
+gallium_dri.so free 0x557173617280 void 0.000124
+gallium_dri.so free 0x557173617030 void 0.000122
+gallium_dri.so malloc 72 0x557173617230 0.000120
+gallium_dri.so free 0x557173617300 void 0.000120
+gallium_dri.so free 0x557173617230 void 0.000120
+gallium_dri.so malloc 72 0x557173617350 0.000133
+gallium_dri.so free 0x5571736173c0 void 0.000122
+gallium_dri.so free 0x557173617350 void 0.000121
+gallium_dri.so malloc 72 0x5571736173e0 0.000121
+gallium_dri.so free 0x557173617480 void 0.000121
+gallium_dri.so free 0x5571736173e0 void 0.000120
+gallium_dri.so malloc 72 0x557173617430 0.000119
+gallium_dri.so free 0x557173617500 void 0.000121
+gallium_dri.so free 0x557173617430 void 0.000120
+gallium_dri.so malloc 72 0x557173617500 0.000120
+gallium_dri.so free 0x5571736175c0 void 0.000120
+gallium_dri.so free 0x557173617500 void 0.000119
+gallium_dri.so malloc 72 0x557173617500 0.000119
+gallium_dri.so free 0x557173617640 void 0.000122
+gallium_dri.so free 0x557173617500 void 0.000122
+gallium_dri.so malloc 72 0x557173617640 0.000120
+gallium_dri.so free 0x557173617700 void 0.000121
+gallium_dri.so free 0x557173617640 void 0.000119
+gallium_dri.so malloc 72 0x557173617640 0.000120
+gallium_dri.so free 0x5571736177c0 void 0.000121
+gallium_dri.so free 0x557173617640 void 0.000121
+gallium_dri.so malloc 72 0x557173617640 0.000122
+gallium_dri.so free 0x557173617880 void 0.000120
+gallium_dri.so free 0x557173617640 void 0.000120
+gallium_dri.so malloc 72 0x557173617830 0.000120
+gallium_dri.so free 0x557173617900 void 0.000120
+gallium_dri.so free 0x557173617830 void 0.000124
+gallium_dri.so malloc 72 0x557173617950 0.000121
+gallium_dri.so free 0x5571736179c0 void 0.000120
+gallium_dri.so free 0x557173617950 void 0.000120
+gallium_dri.so malloc 72 0x557173617a00 0.000120
+gallium_dri.so free 0x557173617a80 void 0.000122
+gallium_dri.so free 0x557173617a00 void 0.000119
+gallium_dri.so malloc 72 0x557173617a00 0.000120
+gallium_dri.so free 0x557173617b00 void 0.000122
+gallium_dri.so free 0x557173617a00 void 0.000120
+gallium_dri.so malloc 72 0x557173617b30 0.000120
+gallium_dri.so free 0x557173617b80 void 0.000120
+gallium_dri.so free 0x557173617b30 void 0.000121
+gallium_dri.so malloc 72 0x557173617b30 0.000120
+gallium_dri.so free 0x557173617c80 void 0.000120
+gallium_dri.so free 0x557173617b30 void 0.000121
+gallium_dri.so malloc 72 0x557173617c30 0.000120
+gallium_dri.so free 0x557173617d40 void 0.000119
+gallium_dri.so free 0x557173617c30 void 0.000121
+gallium_dri.so malloc 72 0x557173617cf0 0.000121
+gallium_dri.so free 0x557173617d80 void 0.000120
+gallium_dri.so free 0x557173617cf0 void 0.000121
+gallium_dri.so malloc 72 0x557173617cf0 0.000121
+gallium_dri.so free 0x557173617e40 void 0.000121
+gallium_dri.so free 0x557173617cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173617eb0 0.000127
+gallium_dri.so free 0x557173617f00 void 0.000121
+gallium_dri.so free 0x557173617eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173617eb0 0.000119
+gallium_dri.so free 0x557173618000 void 0.000121
+gallium_dri.so free 0x557173617eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173617fb0 0.000121
+gallium_dri.so free 0x5571736180c0 void 0.000120
+gallium_dri.so free 0x557173617fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173618070 0.000120
+gallium_dri.so free 0x557173618100 void 0.000125
+gallium_dri.so free 0x557173618070 void 0.000120
+gallium_dri.so malloc 72 0x557173618070 0.000120
+gallium_dri.so free 0x5571736181c0 void 0.000122
+gallium_dri.so free 0x557173618070 void 0.000120
+gallium_dri.so malloc 72 0x557173618200 0.000120
+gallium_dri.so free 0x557173618280 void 0.000120
+gallium_dri.so free 0x557173618200 void 0.000121
+gallium_dri.so malloc 72 0x557173618280 0.000120
+gallium_dri.so free 0x557173618340 void 0.000120
+gallium_dri.so free 0x557173618280 void 0.000119
+gallium_dri.so malloc 72 0x557173618280 0.000120
+gallium_dri.so free 0x557173618400 void 0.000122
+gallium_dri.so free 0x557173618280 void 0.000121
+gallium_dri.so malloc 72 0x557173618420 0.000121
+gallium_dri.so free 0x5571736184c0 void 0.000120
+gallium_dri.so free 0x557173618420 void 0.000207
+gallium_dri.so malloc 72 0x557173618470 0.000121
+gallium_dri.so free 0x557173618540 void 0.000121
+gallium_dri.so free 0x557173618470 void 0.000120
+gallium_dri.so malloc 72 0x557173618470 0.000120
+gallium_dri.so free 0x5571736185c0 void 0.000121
+gallium_dri.so free 0x557173618470 void 0.000121
+gallium_dri.so malloc 72 0x5571736185c0 0.000120
+gallium_dri.so free 0x557173618680 void 0.000120
+gallium_dri.so free 0x5571736185c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736185c0 0.000119
+gallium_dri.so free 0x557173618740 void 0.000120
+gallium_dri.so free 0x5571736185c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736185c0 0.000121
+gallium_dri.so free 0x557173618800 void 0.000121
+gallium_dri.so free 0x5571736185c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736187b0 0.000120
+gallium_dri.so free 0x5571736188c0 void 0.000121
+gallium_dri.so free 0x5571736187b0 void 0.000121
+gallium_dri.so malloc 72 0x557173618870 0.000121
+gallium_dri.so free 0x557173618940 void 0.000120
+gallium_dri.so free 0x557173618870 void 0.000120
+gallium_dri.so malloc 72 0x557173618990 0.000120
+gallium_dri.so free 0x557173618a00 void 0.000121
+gallium_dri.so free 0x557173618990 void 0.000151
+gallium_dri.so malloc 72 0x557173618a20 0.000132
+gallium_dri.so free 0x557173618ac0 void 0.000122
+gallium_dri.so free 0x557173618a20 void 0.000121
+gallium_dri.so malloc 72 0x557173618a70 0.000120
+gallium_dri.so free 0x557173618b40 void 0.000120
+gallium_dri.so free 0x557173618a70 void 0.000120
+gallium_dri.so malloc 72 0x557173618a70 0.000121
+gallium_dri.so free 0x557173618bc0 void 0.000120
+gallium_dri.so free 0x557173618a70 void 0.000120
+gallium_dri.so malloc 72 0x557173618bc0 0.000119
+gallium_dri.so free 0x557173618c80 void 0.000120
+gallium_dri.so free 0x557173618bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173618bc0 0.000120
+gallium_dri.so free 0x557173618d80 void 0.000119
+gallium_dri.so free 0x557173618bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173618d30 0.000119
+gallium_dri.so free 0x557173618dc0 void 0.000120
+gallium_dri.so free 0x557173618d30 void 0.000120
+gallium_dri.so malloc 72 0x557173618d30 0.000120
+gallium_dri.so free 0x557173618e80 void 0.000121
+gallium_dri.so free 0x557173618d30 void 0.000120
+gallium_dri.so malloc 72 0x557173618ec0 0.000120
+gallium_dri.so free 0x557173618f40 void 0.000121
+gallium_dri.so free 0x557173618ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173618f40 0.000121
+gallium_dri.so free 0x557173619000 void 0.000120
+gallium_dri.so free 0x557173618f40 void 0.000136
+gallium_dri.so malloc 72 0x557173618f40 0.000121
+gallium_dri.so free 0x557173619080 void 0.000121
+gallium_dri.so free 0x557173618f40 void 0.000120
+gallium_dri.so malloc 72 0x5571736190b0 0.000121
+gallium_dri.so free 0x557173619100 void 0.000121
+gallium_dri.so free 0x5571736190b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736190b0 0.000121
+gallium_dri.so free 0x557173619200 void 0.000121
+gallium_dri.so free 0x5571736190b0 void 0.000120
+gallium_dri.so malloc 72 0x557173619240 0.000120
+gallium_dri.so free 0x5571736192c0 void 0.000120
+gallium_dri.so free 0x557173619240 void 0.000120
+gallium_dri.so malloc 72 0x5571736192c0 0.000120
+gallium_dri.so free 0x557173619380 void 0.000119
+gallium_dri.so free 0x5571736192c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736192c0 0.000131
+gallium_dri.so free 0x557173619400 void 0.000123
+gallium_dri.so free 0x5571736192c0 void 0.000121
+gallium_dri.so malloc 72 0x557173619430 0.000119
+gallium_dri.so free 0x557173619480 void 0.000121
+gallium_dri.so free 0x557173619430 void 0.000120
+gallium_dri.so malloc 72 0x557173619430 0.000120
+gallium_dri.so free 0x557173619580 void 0.000122
+gallium_dri.so free 0x557173619430 void 0.000120
+gallium_dri.so malloc 72 0x557173619530 0.000119
+gallium_dri.so free 0x557173619640 void 0.000123
+gallium_dri.so free 0x557173619530 void 0.000120
+gallium_dri.so malloc 72 0x5571736195f0 0.000120
+gallium_dri.so free 0x5571736196c0 void 0.000121
+gallium_dri.so free 0x5571736195f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736195f0 0.000120
+gallium_dri.so free 0x557173619780 void 0.000121
+gallium_dri.so free 0x5571736195f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736195f0 0.000120
+gallium_dri.so free 0x557173619840 void 0.000120
+gallium_dri.so free 0x5571736195f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736197f0 0.000119
+gallium_dri.so free 0x5571736198c0 void 0.000121
+gallium_dri.so free 0x5571736197f0 void 0.000120
+gallium_dri.so malloc 72 0x557173619910 0.000122
+gallium_dri.so free 0x557173619980 void 0.000121
+gallium_dri.so free 0x557173619910 void 0.000120
+gallium_dri.so malloc 72 0x5571736199a0 0.000120
+gallium_dri.so free 0x557173619a40 void 0.000121
+gallium_dri.so free 0x5571736199a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736199f0 0.000120
+gallium_dri.so free 0x557173619ac0 void 0.000120
+gallium_dri.so free 0x5571736199f0 void 0.000120
+gallium_dri.so malloc 72 0x557173619ac0 0.000121
+gallium_dri.so free 0x557173619b80 void 0.000121
+gallium_dri.so free 0x557173619ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173619ac0 0.000121
+gallium_dri.so free 0x557173619c00 void 0.000121
+gallium_dri.so free 0x557173619ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173619c00 0.000119
+gallium_dri.so free 0x557173619cc0 void 0.000120
+gallium_dri.so free 0x557173619c00 void 0.000122
+gallium_dri.so malloc 72 0x557173619c00 0.000120
+gallium_dri.so free 0x557173619d80 void 0.000121
+gallium_dri.so free 0x557173619c00 void 0.000121
+gallium_dri.so malloc 72 0x557173619c00 0.000120
+gallium_dri.so free 0x557173619e40 void 0.000122
+gallium_dri.so free 0x557173619c00 void 0.000120
+gallium_dri.so malloc 72 0x557173619df0 0.000120
+gallium_dri.so free 0x557173619ec0 void 0.000120
+gallium_dri.so free 0x557173619df0 void 0.000119
+gallium_dri.so malloc 72 0x557173619f10 0.000123
+gallium_dri.so free 0x557173619f80 void 0.000122
+gallium_dri.so free 0x557173619f10 void 0.000120
+gallium_dri.so malloc 72 0x557173619fc0 0.000120
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so free 0x557173619fc0 void 0.000119
+gallium_dri.so malloc 72 0x557173619fc0 0.000119
+gallium_dri.so free 0x55717361a0c0 void 0.000122
+gallium_dri.so free 0x557173619fc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a0f0 0.000119
+gallium_dri.so free 0x55717361a140 void 0.000170
+gallium_dri.so free 0x55717361a0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a0f0 0.000120
+gallium_dri.so free 0x55717361a240 void 0.000122
+gallium_dri.so free 0x55717361a0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a1f0 0.000121
+gallium_dri.so free 0x55717361a300 void 0.000121
+gallium_dri.so free 0x55717361a1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a2b0 0.000120
+gallium_dri.so free 0x55717361a340 void 0.000121
+gallium_dri.so free 0x55717361a2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361a2b0 0.000120
+gallium_dri.so free 0x55717361a400 void 0.000121
+gallium_dri.so free 0x55717361a2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a470 0.000120
+gallium_dri.so free 0x55717361a4c0 void 0.000120
+gallium_dri.so free 0x55717361a470 void 0.000121
+gallium_dri.so malloc 72 0x55717361a470 0.000122
+gallium_dri.so free 0x55717361a5c0 void 0.000122
+gallium_dri.so free 0x55717361a470 void 0.000120
+gallium_dri.so malloc 72 0x55717361a570 0.000121
+gallium_dri.so free 0x55717361a680 void 0.000121
+gallium_dri.so free 0x55717361a570 void 0.000120
+gallium_dri.so malloc 72 0x55717361a630 0.000120
+gallium_dri.so free 0x55717361a6c0 void 0.000121
+gallium_dri.so free 0x55717361a630 void 0.000130
+gallium_dri.so malloc 72 0x55717361a630 0.000122
+gallium_dri.so free 0x55717361a780 void 0.000121
+gallium_dri.so free 0x55717361a630 void 0.000120
+gallium_dri.so malloc 72 0x55717361a7c0 0.000122
+gallium_dri.so free 0x55717361a840 void 0.000122
+gallium_dri.so free 0x55717361a7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a840 0.000120
+gallium_dri.so free 0x55717361a900 void 0.000121
+gallium_dri.so free 0x55717361a840 void 0.000120
+gallium_dri.so malloc 72 0x55717361a840 0.000119
+gallium_dri.so free 0x55717361a9c0 void 0.000121
+gallium_dri.so free 0x55717361a840 void 0.000121
+gallium_dri.so malloc 72 0x55717361a9e0 0.000121
+gallium_dri.so free 0x55717361aa80 void 0.000121
+gallium_dri.so free 0x55717361a9e0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aa30 0.000120
+gallium_dri.so free 0x55717361ab00 void 0.000120
+gallium_dri.so free 0x55717361aa30 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa30 0.000121
+gallium_dri.so free 0x55717361ab80 void 0.000120
+gallium_dri.so free 0x55717361aa30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ab80 0.000120
+gallium_dri.so free 0x55717361ac40 void 0.000120
+gallium_dri.so free 0x55717361ab80 void 0.000121
+gallium_dri.so malloc 72 0x55717361ab80 0.000120
+gallium_dri.so free 0x55717361ad00 void 0.000132
+gallium_dri.so free 0x55717361ab80 void 0.000120
+gallium_dri.so malloc 72 0x55717361ab80 0.000120
+gallium_dri.so free 0x55717361adc0 void 0.000120
+gallium_dri.so free 0x55717361ab80 void 0.000120
+gallium_dri.so malloc 72 0x55717361ad70 0.000121
+gallium_dri.so free 0x55717361ae80 void 0.000121
+gallium_dri.so free 0x55717361ad70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ae30 0.000119
+gallium_dri.so free 0x55717361af00 void 0.000120
+gallium_dri.so free 0x55717361ae30 void 0.000120
+gallium_dri.so malloc 72 0x55717361af50 0.000120
+gallium_dri.so free 0x55717361afc0 void 0.000120
+gallium_dri.so free 0x55717361af50 void 0.000124
+gallium_dri.so malloc 72 0x55717361afe0 0.000121
+gallium_dri.so free 0x55717361b080 void 0.000122
+gallium_dri.so free 0x55717361afe0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b030 0.000120
+gallium_dri.so free 0x55717361b100 void 0.000122
+gallium_dri.so free 0x55717361b030 void 0.000120
+gallium_dri.so malloc 72 0x55717361b030 0.000121
+gallium_dri.so free 0x55717361b180 void 0.000120
+gallium_dri.so free 0x55717361b030 void 0.000121
+gallium_dri.so malloc 72 0x55717361b180 0.000121
+gallium_dri.so free 0x55717361b240 void 0.000122
+gallium_dri.so free 0x55717361b180 void 0.000121
+gallium_dri.so malloc 72 0x55717361b180 0.000185
+gallium_dri.so free 0x55717361b340 void 0.000122
+gallium_dri.so free 0x55717361b180 void 0.000119
+gallium_dri.so malloc 72 0x55717361b2f0 0.000120
+gallium_dri.so free 0x55717361b380 void 0.000120
+gallium_dri.so free 0x55717361b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b2f0 0.000120
+gallium_dri.so free 0x55717361b440 void 0.000122
+gallium_dri.so free 0x55717361b2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b480 0.000119
+gallium_dri.so free 0x55717361b500 void 0.000121
+gallium_dri.so free 0x55717361b480 void 0.000120
+gallium_dri.so malloc 72 0x55717361b500 0.000120
+gallium_dri.so free 0x55717361b5c0 void 0.000121
+gallium_dri.so free 0x55717361b500 void 0.000122
+gallium_dri.so malloc 72 0x55717361b500 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000120
+gallium_dri.so free 0x55717361b500 void 0.000120
+gallium_dri.so malloc 72 0x55717361b670 0.000120
+gallium_dri.so free 0x55717361b6c0 void 0.000120
+gallium_dri.so free 0x55717361b670 void 0.000121
+gallium_dri.so malloc 72 0x55717361b670 0.000121
+gallium_dri.so free 0x55717361b7c0 void 0.000121
+gallium_dri.so free 0x55717361b670 void 0.000119
+gallium_dri.so malloc 72 0x55717361b800 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000130
+gallium_dri.so free 0x55717361b800 void 0.000121
+gallium_dri.so malloc 72 0x55717361b880 0.000121
+gallium_dri.so free 0x55717361b940 void 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000120
+gallium_dri.so malloc 72 0x55717361b880 0.000120
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000145
+gallium_dri.so malloc 72 0x55717361b9f0 0.000122
+gallium_dri.so free 0x55717361ba40 void 0.000121
+gallium_dri.so free 0x55717361b9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b9f0 0.000119
+gallium_dri.so free 0x55717361bb40 void 0.000120
+gallium_dri.so free 0x55717361b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361baf0 0.000119
+gallium_dri.so free 0x55717361bc00 void 0.000122
+gallium_dri.so free 0x55717361baf0 void 0.000132
+gallium_dri.so malloc 72 0x55717361bbb0 0.000121
+gallium_dri.so free 0x55717361bc80 void 0.000121
+gallium_dri.so free 0x55717361bbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bbb0 0.000120
+gallium_dri.so free 0x55717361bd40 void 0.000121
+gallium_dri.so free 0x55717361bbb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bbb0 0.000120
+gallium_dri.so free 0x55717361be00 void 0.000121
+gallium_dri.so free 0x55717361bbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bdb0 0.000123
+gallium_dri.so free 0x55717361be80 void 0.000120
+gallium_dri.so free 0x55717361bdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bed0 0.000125
+gallium_dri.so free 0x55717361bf40 void 0.000122
+gallium_dri.so free 0x55717361bed0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bf60 0.000120
+gallium_dri.so free 0x55717361c000 void 0.000119
+gallium_dri.so free 0x55717361bf60 void 0.000120
+gallium_dri.so malloc 72 0x55717361bfb0 0.000119
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so free 0x55717361bfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c080 0.000119
+gallium_dri.so free 0x55717361c140 void 0.000120
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so malloc 72 0x55717361c080 0.000119
+gallium_dri.so free 0x55717361c1c0 void 0.000121
+gallium_dri.so free 0x55717361c080 void 0.000122
+gallium_dri.so malloc 72 0x55717361c1c0 0.000120
+gallium_dri.so free 0x55717361c280 void 0.000119
+gallium_dri.so free 0x55717361c1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c1c0 0.000119
+gallium_dri.so free 0x55717361c340 void 0.000121
+gallium_dri.so free 0x55717361c1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c1c0 0.000119
+gallium_dri.so free 0x55717361c400 void 0.000157
+gallium_dri.so free 0x55717361c1c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c3b0 0.000120
+gallium_dri.so free 0x55717361c480 void 0.000121
+gallium_dri.so free 0x55717361c3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c4d0 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000119
+gallium_dri.so free 0x55717361c4d0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c580 0.000121
+gallium_dri.so free 0x55717361c600 void 0.000120
+gallium_dri.so free 0x55717361c580 void 0.000119
+gallium_dri.so malloc 72 0x55717361c580 0.000119
+gallium_dri.so free 0x55717361c680 void 0.000119
+gallium_dri.so free 0x55717361c580 void 0.000119
+gallium_dri.so malloc 72 0x55717361c6b0 0.000119
+gallium_dri.so free 0x55717361c700 void 0.000120
+gallium_dri.so free 0x55717361c6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c6b0 0.000120
+gallium_dri.so free 0x55717361c800 void 0.000119
+gallium_dri.so free 0x55717361c6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c7b0 0.000118
+gallium_dri.so free 0x55717361c8c0 void 0.000120
+gallium_dri.so free 0x55717361c7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c870 0.000159
+gallium_dri.so free 0x55717361c900 void 0.000158
+gallium_dri.so free 0x55717361c870 void 0.000120
+gallium_dri.so malloc 72 0x55717361c870 0.000116
+gallium_dri.so free 0x55717361c9c0 void 0.000110
+gallium_dri.so free 0x55717361c870 void 0.000109
+gallium_dri.so malloc 72 0x55717361ca30 0.000110
+gallium_dri.so free 0x55717361ca80 void 0.000110
+gallium_dri.so free 0x55717361ca30 void 0.000109
+gallium_dri.so malloc 72 0x55717361ca30 0.000110
+gallium_dri.so free 0x55717361cb80 void 0.000109
+gallium_dri.so free 0x55717361ca30 void 0.000110
+gallium_dri.so malloc 72 0x55717361cb30 0.000111
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so free 0x55717361cb30 void 0.000111
+gallium_dri.so malloc 72 0x55717361cbf0 0.000110
+gallium_dri.so free 0x55717361cc80 void 0.000109
+gallium_dri.so free 0x55717361cbf0 void 0.000111
+gallium_dri.so malloc 72 0x55717361cbf0 0.000110
+gallium_dri.so free 0x55717361cd40 void 0.000110
+gallium_dri.so free 0x55717361cbf0 void 0.000110
+gallium_dri.so malloc 72 0x55717361cd80 0.000109
+gallium_dri.so free 0x55717361ce00 void 0.000111
+gallium_dri.so free 0x55717361cd80 void 0.000110
+gallium_dri.so malloc 72 0x55717361ce00 0.000117
+gallium_dri.so free 0x55717361cec0 void 0.000113
+gallium_dri.so free 0x55717361ce00 void 0.000109
+gallium_dri.so malloc 72 0x55717361ce00 0.000110
+gallium_dri.so free 0x55717361cf80 void 0.000110
+gallium_dri.so free 0x55717361ce00 void 0.000110
+gallium_dri.so malloc 72 0x55717361cfa0 0.000114
+gallium_dri.so free 0x55717361d040 void 0.000145
+gallium_dri.so free 0x55717361cfa0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cff0 0.000115
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so free 0x55717361cff0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cff0 0.000116
+gallium_dri.so free 0x55717361d140 void 0.000115
+gallium_dri.so free 0x55717361cff0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d140 0.000113
+gallium_dri.so free 0x55717361d200 void 0.000114
+gallium_dri.so free 0x55717361d140 void 0.000121
+gallium_dri.so malloc 72 0x55717361d140 0.000121
+gallium_dri.so free 0x55717361d2c0 void 0.000150
+gallium_dri.so free 0x55717361d140 void 0.000123
+gallium_dri.so malloc 72 0x55717361d140 0.000121
+gallium_dri.so free 0x55717361d380 void 0.000123
+gallium_dri.so free 0x55717361d140 void 0.000121
+gallium_dri.so malloc 72 0x55717361d330 0.000122
+gallium_dri.so free 0x55717361d440 void 0.000119
+gallium_dri.so free 0x55717361d330 void 0.000121
+gallium_dri.so malloc 72 0x55717361d3f0 0.000120
+gallium_dri.so free 0x55717361d4c0 void 0.000122
+gallium_dri.so free 0x55717361d3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d510 0.000120
+gallium_dri.so free 0x55717361d580 void 0.000121
+gallium_dri.so free 0x55717361d510 void 0.000120
+gallium_dri.so malloc 72 0x55717361d5a0 0.000130
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so free 0x55717361d5a0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d5f0 0.000120
+gallium_dri.so free 0x55717361d6c0 void 0.000120
+gallium_dri.so free 0x55717361d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d5f0 0.000122
+gallium_dri.so free 0x55717361d740 void 0.000121
+gallium_dri.so free 0x55717361d5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361d740 0.000121
+gallium_dri.so free 0x55717361d800 void 0.000122
+gallium_dri.so free 0x55717361d740 void 0.000120
+gallium_dri.so malloc 72 0x55717361d740 0.000121
+gallium_dri.so free 0x55717361d900 void 0.000121
+gallium_dri.so free 0x55717361d740 void 0.000120
+gallium_dri.so malloc 72 0x55717361d8b0 0.000120
+gallium_dri.so free 0x55717361d940 void 0.000119
+gallium_dri.so free 0x55717361d8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d8b0 0.000118
+gallium_dri.so free 0x55717361da00 void 0.000122
+gallium_dri.so free 0x55717361d8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361da40 0.000120
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so free 0x55717361da40 void 0.000118
+gallium_dri.so malloc 72 0x55717361dac0 0.000122
+gallium_dri.so free 0x55717361db80 void 0.000122
+gallium_dri.so free 0x55717361dac0 void 0.000123
+gallium_dri.so malloc 72 0x55717361dac0 0.000121
+gallium_dri.so free 0x55717361dc00 void 0.000153
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so malloc 72 0x55717361dc30 0.000120
+gallium_dri.so free 0x55717361dc80 void 0.000123
+gallium_dri.so free 0x55717361dc30 void 0.000122
+gallium_dri.so malloc 72 0x55717361dc30 0.000122
+gallium_dri.so free 0x55717361dd80 void 0.000122
+gallium_dri.so free 0x55717361dc30 void 0.000125
+gallium_dri.so malloc 72 0x55717361ddc0 0.000119
+gallium_dri.so free 0x55717361de40 void 0.000118
+gallium_dri.so free 0x55717361ddc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361de40 0.000120
+gallium_dri.so free 0x55717361df00 void 0.000120
+gallium_dri.so free 0x55717361de40 void 0.000121
+gallium_dri.so malloc 72 0x55717361de40 0.000122
+gallium_dri.so free 0x55717361df80 void 0.000121
+gallium_dri.so free 0x55717361de40 void 0.000119
+gallium_dri.so malloc 72 0x55717361dfb0 0.000119
+gallium_dri.so free 0x55717361e000 void 0.000121
+gallium_dri.so free 0x55717361dfb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361dfb0 0.000118
+gallium_dri.so free 0x55717361e100 void 0.000122
+gallium_dri.so free 0x55717361dfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e0b0 0.000170
+gallium_dri.so free 0x55717361e1c0 void 0.000121
+gallium_dri.so free 0x55717361e0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e170 0.000121
+gallium_dri.so free 0x55717361e240 void 0.000122
+gallium_dri.so free 0x55717361e170 void 0.000117
+gallium_dri.so malloc 72 0x55717361e170 0.000120
+gallium_dri.so free 0x55717361e300 void 0.000121
+gallium_dri.so free 0x55717361e170 void 0.000118
+gallium_dri.so malloc 72 0x55717361e170 0.000118
+gallium_dri.so free 0x55717361e3c0 void 0.000123
+gallium_dri.so free 0x55717361e170 void 0.000122
+gallium_dri.so malloc 72 0x55717361e370 0.000120
+gallium_dri.so free 0x55717361e440 void 0.000121
+gallium_dri.so free 0x55717361e370 void 0.000121
+gallium_dri.so malloc 72 0x55717361e490 0.000120
+gallium_dri.so free 0x55717361e500 void 0.000122
+gallium_dri.so free 0x55717361e490 void 0.000116
+gallium_dri.so malloc 72 0x55717361e520 0.000120
+gallium_dri.so free 0x55717361e5c0 void 0.000122
+gallium_dri.so free 0x55717361e520 void 0.000120
+gallium_dri.so malloc 72 0x55717361e570 0.000119
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so free 0x55717361e570 void 0.000122
+gallium_dri.so malloc 72 0x55717361e640 0.000124
+gallium_dri.so free 0x55717361e700 void 0.000120
+gallium_dri.so free 0x55717361e640 void 0.000108
+gallium_dri.so malloc 72 0x55717361e640 0.000120
+gallium_dri.so free 0x55717361e780 void 0.000122
+gallium_dri.so free 0x55717361e640 void 0.000119
+gallium_dri.so malloc 72 0x55717361e780 0.000117
+gallium_dri.so free 0x55717361e840 void 0.000123
+gallium_dri.so free 0x55717361e780 void 0.000121
+gallium_dri.so malloc 72 0x55717361e780 0.000118
+gallium_dri.so free 0x55717361e900 void 0.000120
+gallium_dri.so free 0x55717361e780 void 0.000117
+gallium_dri.so malloc 72 0x55717361e780 0.000121
+gallium_dri.so free 0x55717361e9c0 void 0.000122
+gallium_dri.so free 0x55717361e780 void 0.000122
+gallium_dri.so malloc 72 0x55717361e970 0.000120
+gallium_dri.so free 0x55717361ea40 void 0.000122
+gallium_dri.so free 0x55717361e970 void 0.000121
+gallium_dri.so malloc 72 0x55717361ea90 0.000124
+gallium_dri.so free 0x55717361eb00 void 0.000121
+gallium_dri.so free 0x55717361ea90 void 0.000120
+gallium_dri.so malloc 72 0x55717361eb40 0.000122
+gallium_dri.so free 0x55717361ebc0 void 0.000121
+gallium_dri.so free 0x55717361eb40 void 0.000117
+gallium_dri.so malloc 72 0x55717361eb40 0.000119
+gallium_dri.so free 0x55717361ec40 void 0.000120
+gallium_dri.so free 0x55717361eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ec70 0.000124
+gallium_dri.so free 0x55717361ecc0 void 0.000124
+gallium_dri.so free 0x55717361ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ec70 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000122
+gallium_dri.so free 0x55717361ec70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ed70 0.000120
+gallium_dri.so free 0x55717361ee80 void 0.000123
+gallium_dri.so free 0x55717361ed70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ee30 0.000120
+gallium_dri.so free 0x55717361eec0 void 0.000120
+gallium_dri.so free 0x55717361ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ee30 0.000120
+gallium_dri.so free 0x55717361ef80 void 0.000122
+gallium_dri.so free 0x55717361ee30 void 0.000121
+gallium_dri.so malloc 72 0x55717361eff0 0.000120
+gallium_dri.so free 0x55717361f040 void 0.000120
+gallium_dri.so free 0x55717361eff0 void 0.000119
+gallium_dri.so malloc 72 0x55717361eff0 0.000118
+gallium_dri.so free 0x55717361f140 void 0.000121
+gallium_dri.so free 0x55717361eff0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f0f0 0.000121
+gallium_dri.so free 0x55717361f200 void 0.000120
+gallium_dri.so free 0x55717361f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f1b0 0.000121
+gallium_dri.so free 0x55717361f240 void 0.000121
+gallium_dri.so free 0x55717361f1b0 void 0.000186
+gallium_dri.so malloc 72 0x55717361f1b0 0.000124
+gallium_dri.so free 0x55717361f300 void 0.000119
+gallium_dri.so free 0x55717361f1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f340 0.000122
+gallium_dri.so free 0x55717361f3c0 void 0.000120
+gallium_dri.so free 0x55717361f340 void 0.000117
+gallium_dri.so malloc 72 0x55717361f3c0 0.000118
+gallium_dri.so free 0x55717361f480 void 0.000119
+gallium_dri.so free 0x55717361f3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f3c0 0.000120
+gallium_dri.so free 0x55717361f540 void 0.000120
+gallium_dri.so free 0x55717361f3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f560 0.000117
+gallium_dri.so free 0x55717361f600 void 0.000121
+gallium_dri.so free 0x55717361f560 void 0.000119
+gallium_dri.so malloc 72 0x55717361f5b0 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000117
+gallium_dri.so free 0x55717361f5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f5b0 0.000121
+gallium_dri.so free 0x55717361f700 void 0.000119
+gallium_dri.so free 0x55717361f5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f700 0.000117
+gallium_dri.so free 0x55717361f7c0 void 0.000121
+gallium_dri.so free 0x55717361f700 void 0.000120
+gallium_dri.so malloc 72 0x55717361f700 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000131
+gallium_dri.so free 0x55717361f700 void 0.000121
+gallium_dri.so malloc 72 0x55717361f700 0.000120
+gallium_dri.so free 0x55717361f940 void 0.000117
+gallium_dri.so free 0x55717361f700 void 0.000119
+gallium_dri.so malloc 72 0x55717361f8f0 0.000120
+gallium_dri.so free 0x55717361fa00 void 0.000119
+gallium_dri.so free 0x55717361f8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f9b0 0.000117
+gallium_dri.so free 0x55717361fa80 void 0.000119
+gallium_dri.so free 0x55717361f9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361fad0 0.000119
+gallium_dri.so free 0x55717361fb40 void 0.000120
+gallium_dri.so free 0x55717361fad0 void 0.000121
+gallium_dri.so malloc 72 0x55717361fb60 0.000117
+gallium_dri.so free 0x55717361fc00 void 0.000122
+gallium_dri.so free 0x55717361fb60 void 0.000126
+gallium_dri.so malloc 72 0x55717361fbb0 0.000122
+gallium_dri.so free 0x55717361fc80 void 0.000121
+gallium_dri.so free 0x55717361fbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361fbb0 0.000120
+gallium_dri.so free 0x55717361fd00 void 0.000121
+gallium_dri.so free 0x55717361fbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fd00 0.000122
+gallium_dri.so free 0x55717361fdc0 void 0.000120
+gallium_dri.so free 0x55717361fd00 void 0.000117
+gallium_dri.so malloc 72 0x55717361fd00 0.000129
+gallium_dri.so free 0x55717361fec0 void 0.000118
+gallium_dri.so free 0x55717361fd00 void 0.000119
+gallium_dri.so malloc 72 0x55717361fe70 0.000117
+gallium_dri.so free 0x55717361ff00 void 0.000123
+gallium_dri.so free 0x55717361fe70 void 0.000120
+gallium_dri.so malloc 72 0x55717361fe70 0.000121
+gallium_dri.so free 0x55717361ffc0 void 0.000121
+gallium_dri.so free 0x55717361fe70 void 0.000120
+gallium_dri.so malloc 72 0x557173620000 0.000120
+gallium_dri.so free 0x557173620080 void 0.000121
+gallium_dri.so free 0x557173620000 void 0.000119
+gallium_dri.so malloc 72 0x557173620080 0.000120
+gallium_dri.so free 0x557173620140 void 0.000121
+gallium_dri.so free 0x557173620080 void 0.000119
+gallium_dri.so malloc 72 0x557173620080 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000123
+gallium_dri.so free 0x557173620080 void 0.000122
+gallium_dri.so malloc 72 0x5571736201f0 0.000121
+gallium_dri.so free 0x557173620240 void 0.000118
+gallium_dri.so free 0x5571736201f0 void 0.000148
+gallium_dri.so malloc 72 0x5571736201f0 0.000120
+gallium_dri.so free 0x557173620340 void 0.000120
+gallium_dri.so free 0x5571736201f0 void 0.000120
+gallium_dri.so malloc 72 0x557173620380 0.000120
+gallium_dri.so free 0x557173620400 void 0.000121
+gallium_dri.so free 0x557173620380 void 0.000128
+gallium_dri.so malloc 72 0x557173620400 0.000122
+gallium_dri.so free 0x5571736204c0 void 0.000117
+gallium_dri.so free 0x557173620400 void 0.000117
+gallium_dri.so malloc 72 0x557173620400 0.000120
+gallium_dri.so free 0x557173620540 void 0.000121
+gallium_dri.so free 0x557173620400 void 0.000119
+gallium_dri.so malloc 72 0x557173620570 0.000121
+gallium_dri.so free 0x5571736205c0 void 0.000116
+gallium_dri.so free 0x557173620570 void 0.000119
+gallium_dri.so malloc 72 0x557173620570 0.000119
+gallium_dri.so free 0x5571736206c0 void 0.000120
+gallium_dri.so free 0x557173620570 void 0.000116
+gallium_dri.so malloc 72 0x557173620670 0.000120
+gallium_dri.so free 0x557173620780 void 0.000117
+gallium_dri.so free 0x557173620670 void 0.000119
+gallium_dri.so malloc 72 0x557173620730 0.000117
+gallium_dri.so free 0x557173620800 void 0.000120
+gallium_dri.so free 0x557173620730 void 0.000119
+gallium_dri.so malloc 72 0x557173620730 0.000120
+gallium_dri.so free 0x5571736208c0 void 0.000120
+gallium_dri.so free 0x557173620730 void 0.000118
+gallium_dri.so malloc 72 0x557173620730 0.000116
+gallium_dri.so free 0x557173620980 void 0.000120
+gallium_dri.so free 0x557173620730 void 0.000119
+gallium_dri.so malloc 72 0x557173620930 0.000121
+gallium_dri.so free 0x557173620a00 void 0.000130
+gallium_dri.so free 0x557173620930 void 0.000120
+gallium_dri.so malloc 72 0x557173620a50 0.000119
+gallium_dri.so free 0x557173620ac0 void 0.000119
+gallium_dri.so free 0x557173620a50 void 0.000120
+gallium_dri.so malloc 72 0x557173620ae0 0.000116
+gallium_dri.so free 0x557173620b80 void 0.000126
+gallium_dri.so free 0x557173620ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173620b30 0.000119
+gallium_dri.so free 0x557173620c00 void 0.000119
+gallium_dri.so free 0x557173620b30 void 0.000120
+gallium_dri.so malloc 72 0x557173620c00 0.000117
+gallium_dri.so free 0x557173620d00 void 0.000117
+gallium_dri.so free 0x557173620c00 void 0.000118
+gallium_dri.so malloc 72 0x557173620c00 0.000116
+gallium_dri.so free 0x557173620e00 void 0.000118
+gallium_dri.so free 0x557173620c00 void 0.000118
+gallium_dri.so malloc 72 0x557173620db0 0.000119
+gallium_dri.so free 0x557173620ec0 void 0.000120
+gallium_dri.so free 0x557173620db0 void 0.000120
+gallium_dri.so malloc 72 0x557173620e70 0.000122
+gallium_dri.so free 0x557173620f00 void 0.000120
+gallium_dri.so free 0x557173620e70 void 0.000120
+gallium_dri.so malloc 72 0x557173620e70 0.000116
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so free 0x557173620e70 void 0.000166
+gallium_dri.so malloc 72 0x557173463db0 0.000122
+gallium_dri.so free 0x5571735d15c0 void 0.000121
+gallium_dri.so free 0x557173463db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000120
+gallium_dri.so free 0x5571736018c0 void 0.000120
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x557173601870 0.000122
+gallium_dri.so free 0x5571735cae00 void 0.000120
+gallium_dri.so free 0x557173601870 void 0.000119
+gallium_dri.so malloc 72 0x5571735cadb0 0.000120
+gallium_dri.so free 0x557173603e80 void 0.000121
+gallium_dri.so free 0x5571735cadb0 void 0.000116
+gallium_dri.so malloc 72 0x557173603e30 0.000120
+gallium_dri.so free 0x55717358c1c0 void 0.000121
+gallium_dri.so free 0x557173603e30 void 0.000118
+gallium_dri.so malloc 72 0x55717358c170 0.000119
+gallium_dri.so free 0x55717358eb00 void 0.000120
+gallium_dri.so free 0x55717358c170 void 0.000118
+gallium_dri.so malloc 72 0x55717358eab0 0.000120
+gallium_dri.so free 0x557173462f80 void 0.000121
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x557173465380 void 0.000120
+gallium_dri.so free 0x557173462f30 void 0.000119
+gallium_dri.so malloc 72 0x557173465330 0.000121
+gallium_dri.so free 0x5571735d5b00 void 0.000131
+gallium_dri.so free 0x557173465330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5b70 0.000118
+gallium_dri.so free 0x557173467cc0 void 0.000120
+gallium_dri.so free 0x5571735d5b70 void 0.000120
+gallium_dri.so malloc 72 0x557173467c70 0.000120
+gallium_dri.so free 0x557173604200 void 0.000121
+gallium_dri.so free 0x557173467c70 void 0.000120
+gallium_dri.so malloc 72 0x5571736041b0 0.000120
+gallium_dri.so free 0x557173465540 void 0.000120
+gallium_dri.so free 0x5571736041b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734654f0 0.000118
+gallium_dri.so free 0x55717358ac40 void 0.000119
+gallium_dri.so free 0x5571734654f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358abf0 0.000119
+gallium_dri.so free 0x557173609d80 void 0.000120
+gallium_dri.so free 0x55717358abf0 void 0.000116
+gallium_dri.so malloc 72 0x557173609d30 0.000117
+gallium_dri.so free 0x557173463140 void 0.000120
+gallium_dri.so free 0x557173609d30 void 0.000116
+gallium_dri.so malloc 72 0x5571734630f0 0.000119
+gallium_dri.so free 0x557173609400 void 0.000121
+gallium_dri.so free 0x5571734630f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734630f0 0.000119
+gallium_dri.so free 0x557173467b00 void 0.000120
+gallium_dri.so free 0x5571734630f0 void 0.000120
+gallium_dri.so malloc 72 0x557173467ab0 0.000130
+gallium_dri.so free 0x557173465700 void 0.000121
+gallium_dri.so free 0x557173467ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656b0 0.000121
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x5571734656b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cefb0 0.000119
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735cefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e70 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000122
+gallium_dri.so free 0x5571735d2e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06f0 0.000120
+gallium_dri.so free 0x5571735d6140 void 0.000120
+gallium_dri.so free 0x5571735d06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d60f0 0.000120
+gallium_dri.so free 0x557173602900 void 0.000119
+gallium_dri.so free 0x5571735d60f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736028b0 0.000120
+gallium_dri.so free 0x5571736067c0 void 0.000122
+gallium_dri.so free 0x5571736028b0 void 0.000119
+gallium_dri.so malloc 72 0x557173606770 0.000119
+gallium_dri.so free 0x557173608d80 void 0.000119
+gallium_dri.so free 0x557173606770 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000117
+gallium_dri.so free 0x5571735d2d00 void 0.000116
+gallium_dri.so free 0x557173608d30 void 0.000188
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000120
+gallium_dri.so free 0x557173589f80 void 0.000120
+gallium_dri.so free 0x5571735d2cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173589f30 0.000120
+gallium_dri.so free 0x55717358c540 void 0.000118
+gallium_dri.so free 0x557173589f30 void 0.000117
+gallium_dri.so malloc 72 0x55717358c4f0 0.000120
+gallium_dri.so free 0x55717358f7c0 void 0.000120
+gallium_dri.so free 0x55717358c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f770 0.000119
+gallium_dri.so free 0x5571735910c0 void 0.000121
+gallium_dri.so free 0x55717358f770 void 0.000119
+gallium_dri.so malloc 72 0x557173591070 0.000120
+gallium_dri.so free 0x5571735d52c0 void 0.000117
+gallium_dri.so free 0x557173591070 void 0.000152
+gallium_dri.so malloc 72 0x5571735d5270 0.000121
+gallium_dri.so free 0x55717360aa40 void 0.000121
+gallium_dri.so free 0x5571735d5270 void 0.000120
+gallium_dri.so malloc 72 0x55717360a9f0 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000121
+gallium_dri.so free 0x55717360a9f0 void 0.000117
+gallium_dri.so malloc 72 0x557173466370 0.000121
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so free 0x557173466370 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0530 0.000171
+gallium_dri.so free 0x557173601a80 void 0.000121
+gallium_dri.so free 0x5571735d0530 void 0.000120
+gallium_dri.so malloc 72 0x557173601a30 0.000120
+gallium_dri.so free 0x557173601c40 void 0.000120
+gallium_dri.so free 0x557173601a30 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x557173604880 void 0.000119
+gallium_dri.so free 0x557173601bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571736048f0 0.000120
+gallium_dri.so free 0x557173607480 void 0.000120
+gallium_dri.so free 0x5571736048f0 void 0.000120
+gallium_dri.so malloc 72 0x557173607430 0.000119
+gallium_dri.so free 0x55717358d200 void 0.000123
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x55717358d1b0 0.000119
+gallium_dri.so free 0x557173604040 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000119
+gallium_dri.so malloc 72 0x557173603ff0 0.000119
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so free 0x557173603ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173590cf0 0.000120
+gallium_dri.so free 0x557173468980 void 0.000121
+gallium_dri.so free 0x557173590cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173468930 0.000120
+gallium_dri.so free 0x5571735d5480 void 0.000122
+gallium_dri.so free 0x557173468930 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5430 0.000120
+gallium_dri.so free 0x557173591740 void 0.000118
+gallium_dri.so free 0x5571735d5430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5430 0.000119
+gallium_dri.so free 0x557173606600 void 0.000121
+gallium_dri.so free 0x5571735d5430 void 0.000120
+gallium_dri.so malloc 72 0x5571736065b0 0.000121
+gallium_dri.so free 0x557173608a00 void 0.000120
+gallium_dri.so free 0x5571736065b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736089b0 0.000119
+gallium_dri.so free 0x557173591d80 void 0.000120
+gallium_dri.so free 0x5571736089b0 void 0.000120
+gallium_dri.so malloc 72 0x557173591d30 0.000119
+gallium_dri.so free 0x5571735d2b40 void 0.000120
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2af0 0.000120
+gallium_dri.so free 0x557173608bc0 void 0.000120
+gallium_dri.so free 0x5571735d2af0 void 0.000120
+gallium_dri.so malloc 72 0x557173608b70 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000121
+gallium_dri.so free 0x557173608b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf370 0.000119
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571735bf370 void 0.000120
+gallium_dri.so malloc 72 0x5571734678f0 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000130
+gallium_dri.so free 0x5571734678f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d3b80 void 0.000147
+gallium_dri.so free 0x5571735d08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3b30 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000121
+gallium_dri.so free 0x5571735d3b30 void 0.000118
+gallium_dri.so malloc 72 0x557173589d70 0.000121
+gallium_dri.so free 0x557173604ec0 void 0.000120
+gallium_dri.so free 0x557173589d70 void 0.000119
+gallium_dri.so malloc 72 0x557173604e70 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000117
+gallium_dri.so free 0x557173604e70 void 0.000115
+gallium_dri.so malloc 72 0x557173589bb0 0.000121
+gallium_dri.so free 0x55717358e780 void 0.000118
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e730 0.000121
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x55717358e730 void 0.000121
+gallium_dri.so malloc 72 0x557173462d70 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000118
+gallium_dri.so free 0x557173462d70 void 0.000118
+gallium_dri.so malloc 72 0x55717358c330 0.000120
+gallium_dri.so free 0x5571735d5100 void 0.000121
+gallium_dri.so free 0x55717358c330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d50b0 0.000129
+gallium_dri.so free 0x557173606440 void 0.000118
+gallium_dri.so free 0x5571735d50b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736063f0 0.000121
+gallium_dri.so free 0x557173588680 void 0.000120
+gallium_dri.so free 0x5571736063f0 void 0.000120
+gallium_dri.so malloc 72 0x557173588630 0.000119
+gallium_dri.so free 0x55717358e940 void 0.000120
+gallium_dri.so free 0x557173588630 void 0.000118
+gallium_dri.so malloc 72 0x55717358e8f0 0.000120
+gallium_dri.so free 0x55717360bfc0 void 0.000120
+gallium_dri.so free 0x55717358e8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bf70 0.000120
+gallium_dri.so free 0x5571736022c0 void 0.000121
+gallium_dri.so free 0x55717360bf70 void 0.000119
+gallium_dri.so malloc 72 0x557173602330 0.000119
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so free 0x557173602330 void 0.000119
+gallium_dri.so malloc 72 0x557173602330 0.000120
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so free 0x557173602330 void 0.000119
+gallium_dri.so malloc 72 0x557173468340 0.000121
+gallium_dri.so free 0x557173590f00 void 0.000117
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so malloc 72 0x557173590eb0 0.000120
+gallium_dri.so free 0x5571735d1e80 void 0.000120
+gallium_dri.so free 0x557173590eb0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d1e30 0.000120
+gallium_dri.so free 0x5571735bfc80 void 0.000120
+gallium_dri.so free 0x5571735d1e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfc30 0.000120
+gallium_dri.so free 0x5571735d0f80 void 0.000120
+gallium_dri.so free 0x5571735bfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0f80 0.000120
+gallium_dri.so free 0x55717360b300 void 0.000120
+gallium_dri.so free 0x5571735d0f80 void 0.000119
+gallium_dri.so malloc 72 0x55717360b2b0 0.000121
+gallium_dri.so free 0x557173609bc0 void 0.000121
+gallium_dri.so free 0x55717360b2b0 void 0.000119
+gallium_dri.so malloc 72 0x557173609b70 0.000119
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x557173609b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43f0 0.000119
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so free 0x5571735d43f0 void 0.000119
+gallium_dri.so malloc 72 0x557173588ef0 0.000120
+gallium_dri.so free 0x5571735d6a00 void 0.000120
+gallium_dri.so free 0x557173588ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000120
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571735d3540 void 0.000128
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69b0 0.000119
+gallium_dri.so free 0x5571734646c0 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x557173464670 0.000121
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so free 0x557173464670 void 0.000119
+gallium_dri.so malloc 72 0x55717358b4b0 0.000119
+gallium_dri.so free 0x557173605780 void 0.000120
+gallium_dri.so free 0x55717358b4b0 void 0.000120
+gallium_dri.so malloc 72 0x557173605730 0.000119
+gallium_dri.so free 0x557173590080 void 0.000120
+gallium_dri.so free 0x557173605730 void 0.000119
+gallium_dri.so malloc 72 0x557173590030 0.000120
+gallium_dri.so free 0x5571736031c0 void 0.000119
+gallium_dri.so free 0x557173590030 void 0.000121
+gallium_dri.so malloc 72 0x557173603170 0.000120
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so free 0x557173603170 void 0.000123
+gallium_dri.so malloc 72 0x557173603170 0.000119
+gallium_dri.so free 0x55717358cbc0 void 0.000120
+gallium_dri.so free 0x557173603170 void 0.000120
+gallium_dri.so malloc 72 0x55717358cbc0 0.000120
+gallium_dri.so free 0x55717360a400 void 0.000121
+gallium_dri.so free 0x55717358cbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cbc0 0.000129
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so free 0x55717358cbc0 void 0.000119
+gallium_dri.so malloc 72 0x557173466c30 0.000120
+gallium_dri.so free 0x557173469240 void 0.000121
+gallium_dri.so free 0x557173466c30 void 0.000120
+gallium_dri.so malloc 72 0x5571734691f0 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000148
+gallium_dri.so free 0x5571734691f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358da70 0.000120
+gallium_dri.so free 0x5571735cf8c0 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf870 0.000120
+gallium_dri.so free 0x5571734637c0 void 0.000120
+gallium_dri.so free 0x5571735cf870 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf870 0.000119
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so free 0x5571735cf870 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf870 0.000121
+gallium_dri.so free 0x557173607d40 void 0.000121
+gallium_dri.so free 0x5571735cf870 void 0.000120
+gallium_dri.so malloc 72 0x557173607cf0 0.000119
+gallium_dri.so free 0x55717358f300 void 0.000121
+gallium_dri.so free 0x557173607cf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f2b0 0.000120
+gallium_dri.so free 0x557173591e80 void 0.000117
+gallium_dri.so free 0x55717358f2b0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ed0 0.000120
+gallium_dri.so free 0x557173591f40 void 0.000121
+gallium_dri.so free 0x557173591ed0 void 0.000117
+gallium_dri.so malloc 72 0x557173591ed0 0.000120
+gallium_dri.so free 0x5571735d6b40 void 0.000128
+gallium_dri.so free 0x557173591ed0 void 0.000120
+gallium_dri.so malloc 72 0x557173591ed0 0.000122
+gallium_dri.so free 0x5571735d6c00 void 0.000121
+gallium_dri.so free 0x557173591ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000119
+gallium_dri.so free 0x5571735883c0 void 0.000121
+gallium_dri.so free 0x5571735d6bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000120
+gallium_dri.so free 0x557173588480 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x557173588430 0.000120
+gallium_dri.so free 0x55717358f400 void 0.000121
+gallium_dri.so free 0x557173588430 void 0.000119
+gallium_dri.so malloc 72 0x557173588430 0.000119
+gallium_dri.so free 0x55717358f4c0 void 0.000120
+gallium_dri.so free 0x557173588430 void 0.000120
+gallium_dri.so malloc 72 0x557173588430 0.000121
+gallium_dri.so free 0x55717358f580 void 0.000121
+gallium_dri.so free 0x557173588430 void 0.000120
+gallium_dri.so malloc 72 0x55717358f530 0.000130
+gallium_dri.so free 0x5571735d3c80 void 0.000122
+gallium_dri.so free 0x55717358f530 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000120
+gallium_dri.so free 0x5571735d3d40 void 0.000120
+gallium_dri.so free 0x5571735d3cd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3d60 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000120
+gallium_dri.so free 0x5571735d3d60 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3db0 0.000124
+gallium_dri.so free 0x55717358f8c0 void 0.000122
+gallium_dri.so free 0x5571735d3db0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f910 0.000118
+gallium_dri.so free 0x5571735d3e80 void 0.000120
+gallium_dri.so free 0x55717358f910 void 0.000120
+gallium_dri.so malloc 72 0x55717358f910 0.000120
+gallium_dri.so free 0x55717358f980 void 0.000121
+gallium_dri.so free 0x55717358f910 void 0.000119
+gallium_dri.so malloc 72 0x55717358f9d0 0.000119
+gallium_dri.so free 0x55717358fa40 void 0.000121
+gallium_dri.so free 0x55717358f9d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fa60 0.000120
+gallium_dri.so free 0x557173604fc0 void 0.000120
+gallium_dri.so free 0x55717358fa60 void 0.000121
+gallium_dri.so malloc 72 0x557173604ff0 0.000121
+gallium_dri.so free 0x557173605040 void 0.000120
+gallium_dri.so free 0x557173604ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173604ff0 0.000118
+gallium_dri.so free 0x557173605140 void 0.000119
+gallium_dri.so free 0x557173604ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571736050f0 0.000119
+gallium_dri.so free 0x5571734664c0 void 0.000119
+gallium_dri.so free 0x5571736050f0 void 0.000120
+gallium_dri.so malloc 72 0x557173466500 0.000120
+gallium_dri.so free 0x55717358fb00 void 0.000120
+gallium_dri.so free 0x557173466500 void 0.000120
+gallium_dri.so malloc 72 0x55717358fab0 0.000120
+gallium_dri.so free 0x557173466580 void 0.000120
+gallium_dri.so free 0x55717358fab0 void 0.000118
+gallium_dri.so malloc 72 0x55717358fab0 0.000119
+gallium_dri.so free 0x557173466640 void 0.000121
+gallium_dri.so free 0x55717358fab0 void 0.000119
+gallium_dri.so malloc 72 0x5571734665f0 0.000120
+gallium_dri.so free 0x557173463f00 void 0.000121
+gallium_dri.so free 0x5571734665f0 void 0.000118
+gallium_dri.so malloc 72 0x557173463f50 0.000120
+gallium_dri.so free 0x557173605200 void 0.000120
+gallium_dri.so free 0x557173463f50 void 0.000120
+gallium_dri.so malloc 72 0x5571736051b0 0.000120
+gallium_dri.so free 0x5571734666c0 void 0.000117
+gallium_dri.so free 0x5571736051b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734666f0 0.000119
+gallium_dri.so free 0x557173463fc0 void 0.000130
+gallium_dri.so free 0x5571734666f0 void 0.000120
+gallium_dri.so malloc 72 0x557173464030 0.000119
+gallium_dri.so free 0x557173464080 void 0.000119
+gallium_dri.so free 0x557173464030 void 0.000120
+gallium_dri.so malloc 72 0x557173464030 0.000121
+gallium_dri.so free 0x5571735d16c0 void 0.000120
+gallium_dri.so free 0x557173464030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1710 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000120
+gallium_dri.so free 0x5571735d1710 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17a0 0.000120
+gallium_dri.so free 0x5571735d1840 void 0.000119
+gallium_dri.so free 0x5571735d17a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d17f0 0.000117
+gallium_dri.so free 0x5571735d18c0 void 0.000119
+gallium_dri.so free 0x5571735d17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17f0 0.000121
+gallium_dri.so free 0x55717360ab40 void 0.000122
+gallium_dri.so free 0x5571735d17f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ab90 0.000120
+gallium_dri.so free 0x55717360ac00 void 0.000121
+gallium_dri.so free 0x55717360ab90 void 0.000120
+gallium_dri.so malloc 72 0x55717360ac60 0.000120
+gallium_dri.so free 0x55717360ad00 void 0.000122
+gallium_dri.so free 0x55717360ac60 void 0.000123
+gallium_dri.so malloc 72 0x55717360acb0 0.000130
+gallium_dri.so free 0x55717358d300 void 0.000121
+gallium_dri.so free 0x55717360acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d330 0.000118
+gallium_dri.so free 0x55717358d380 void 0.000119
+gallium_dri.so free 0x55717358d330 void 0.000118
+gallium_dri.so malloc 72 0x55717358d330 0.000120
+gallium_dri.so free 0x55717358d480 void 0.000119
+gallium_dri.so free 0x55717358d330 void 0.000119
+gallium_dri.so malloc 72 0x55717358d430 0.000119
+gallium_dri.so free 0x55717358d540 void 0.000119
+gallium_dri.so free 0x55717358d430 void 0.000120
+gallium_dri.so malloc 72 0x55717358d4f0 0.000120
+gallium_dri.so free 0x55717358ad40 void 0.000120
+gallium_dri.so free 0x55717358d4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ad70 0.000119
+gallium_dri.so free 0x55717358adc0 void 0.000122
+gallium_dri.so free 0x55717358ad70 void 0.000121
+gallium_dri.so malloc 72 0x55717358adc0 0.000121
+gallium_dri.so free 0x55717358ae80 void 0.000121
+gallium_dri.so free 0x55717358adc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358adc0 0.000120
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so free 0x55717358adc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6290 0.000119
+gallium_dri.so free 0x55717358af80 void 0.000120
+gallium_dri.so free 0x5571735d6290 void 0.000170
+gallium_dri.so malloc 72 0x55717358af30 0.000121
+gallium_dri.so free 0x5571735d6300 void 0.000150
+gallium_dri.so free 0x55717358af30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6330 0.000119
+gallium_dri.so free 0x5571735d6380 void 0.000120
+gallium_dri.so free 0x5571735d6330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6330 0.000121
+gallium_dri.so free 0x557173602a00 void 0.000120
+gallium_dri.so free 0x5571735d6330 void 0.000121
+gallium_dri.so malloc 72 0x557173602a50 0.000120
+gallium_dri.so free 0x557173602ac0 void 0.000120
+gallium_dri.so free 0x557173602a50 void 0.000119
+gallium_dri.so malloc 72 0x557173602b00 0.000119
+gallium_dri.so free 0x5571735d6480 void 0.000120
+gallium_dri.so free 0x557173602b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6430 0.000119
+gallium_dri.so free 0x557173602b80 void 0.000119
+gallium_dri.so free 0x5571735d6430 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6430 0.000121
+gallium_dri.so free 0x557173588780 void 0.000120
+gallium_dri.so free 0x5571735d6430 void 0.000118
+gallium_dri.so malloc 72 0x5571735887c0 0.000117
+gallium_dri.so free 0x557173588840 void 0.000120
+gallium_dri.so free 0x5571735887c0 void 0.000119
+gallium_dri.so malloc 72 0x557173588840 0.000119
+gallium_dri.so free 0x557173602c40 void 0.000121
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so malloc 72 0x557173602bf0 0.000118
+gallium_dri.so free 0x557173588900 void 0.000121
+gallium_dri.so free 0x557173602bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173602bf0 0.000119
+gallium_dri.so free 0x5571735bf4c0 void 0.000120
+gallium_dri.so free 0x557173602bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf530 0.000122
+gallium_dri.so free 0x5571735bf580 void 0.000120
+gallium_dri.so free 0x5571735bf530 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf530 0.000119
+gallium_dri.so free 0x5571735bf680 void 0.000119
+gallium_dri.so free 0x5571735bf530 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf630 0.000120
+gallium_dri.so free 0x5571735889c0 void 0.000125
+gallium_dri.so free 0x5571735bf630 void 0.000119
+gallium_dri.so malloc 72 0x557173588970 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000116
+gallium_dri.so free 0x557173588970 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf130 0.000118
+gallium_dri.so free 0x5571735cf180 void 0.000120
+gallium_dri.so free 0x5571735cf130 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf130 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000121
+gallium_dri.so free 0x5571735cf130 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf230 0.000118
+gallium_dri.so free 0x557173468a80 void 0.000117
+gallium_dri.so free 0x5571735cf230 void 0.000116
+gallium_dri.so malloc 72 0x557173468ae0 0.000115
+gallium_dri.so free 0x5571735cf340 void 0.000120
+gallium_dri.so free 0x557173468ae0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000117
+gallium_dri.so free 0x557173468b80 void 0.000116
+gallium_dri.so free 0x5571735cf2f0 void 0.000116
+gallium_dri.so malloc 72 0x557173468b30 0.000116
+gallium_dri.so free 0x557173468c00 void 0.000116
+gallium_dri.so free 0x557173468b30 void 0.000131
+gallium_dri.so malloc 72 0x557173468b30 0.000126
+gallium_dri.so free 0x557173607580 void 0.000122
+gallium_dri.so free 0x557173468b30 void 0.000120
+gallium_dri.so malloc 72 0x5571736075d0 0.000144
+gallium_dri.so free 0x557173607640 void 0.000125
+gallium_dri.so free 0x5571736075d0 void 0.000123
+gallium_dri.so malloc 72 0x557173607660 0.000121
+gallium_dri.so free 0x557173607700 void 0.000122
+gallium_dri.so free 0x557173607660 void 0.000121
+gallium_dri.so malloc 72 0x5571736076b0 0.000121
+gallium_dri.so free 0x557173466840 void 0.000121
+gallium_dri.so free 0x5571736076b0 void 0.000123
+gallium_dri.so malloc 72 0x557173466890 0.000120
+gallium_dri.so free 0x557173607780 void 0.000185
+gallium_dri.so free 0x557173466890 void 0.000124
+gallium_dri.so malloc 72 0x557173466890 0.000121
+gallium_dri.so free 0x557173466900 void 0.000120
+gallium_dri.so free 0x557173466890 void 0.000121
+gallium_dri.so malloc 72 0x557173466950 0.000120
+gallium_dri.so free 0x5571734669c0 void 0.000120
+gallium_dri.so free 0x557173466950 void 0.000121
+gallium_dri.so malloc 72 0x5571734669e0 0.000122
+gallium_dri.so free 0x557173466a80 void 0.000122
+gallium_dri.so free 0x5571734669e0 void 0.000120
+gallium_dri.so malloc 72 0x557173466a30 0.000121
+gallium_dri.so free 0x557173468e00 void 0.000120
+gallium_dri.so free 0x557173466a30 void 0.000121
+gallium_dri.so malloc 72 0x557173468e40 0.000121
+gallium_dri.so free 0x557173468ec0 void 0.000121
+gallium_dri.so free 0x557173468e40 void 0.000121
+gallium_dri.so malloc 72 0x557173468ec0 0.000121
+gallium_dri.so free 0x557173468f80 void 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173468ec0 0.000122
+gallium_dri.so free 0x557173469000 void 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173468ec0 0.000122
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000167
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000123
+gallium_dri.so free 0x5571735cf500 void 0.000121
+gallium_dri.so free 0x5571735cf4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000121
+gallium_dri.so free 0x5571735cf600 void 0.000122
+gallium_dri.so free 0x5571735cf4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000122
+gallium_dri.so free 0x5571735cf6c0 void 0.000122
+gallium_dri.so free 0x5571735cf5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf670 0.000121
+gallium_dri.so free 0x557173607900 void 0.000122
+gallium_dri.so free 0x5571735cf670 void 0.000123
+gallium_dri.so malloc 72 0x557173607930 0.000121
+gallium_dri.so free 0x557173607980 void 0.000121
+gallium_dri.so free 0x557173607930 void 0.000121
+gallium_dri.so malloc 72 0x557173607930 0.000121
+gallium_dri.so free 0x557173607a80 void 0.000122
+gallium_dri.so free 0x557173607930 void 0.000121
+gallium_dri.so malloc 72 0x557173607ac0 0.000124
+gallium_dri.so free 0x55717358fc40 void 0.000122
+gallium_dri.so free 0x557173607ac0 void 0.000122
+gallium_dri.so malloc 72 0x55717358fc90 0.000123
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so free 0x55717358fc90 void 0.000123
+gallium_dri.so malloc 72 0x55717358fd20 0.000119
+gallium_dri.so free 0x55717358fdc0 void 0.000124
+gallium_dri.so free 0x55717358fd20 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd70 0.000122
+gallium_dri.so free 0x557173607b40 void 0.000121
+gallium_dri.so free 0x55717358fd70 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd70 0.000120
+gallium_dri.so free 0x55717358fe40 void 0.000121
+gallium_dri.so free 0x55717358fd70 void 0.000120
+gallium_dri.so malloc 72 0x55717358fe40 0.000121
+gallium_dri.so free 0x557173464280 void 0.000121
+gallium_dri.so free 0x55717358fe40 void 0.000120
+gallium_dri.so malloc 72 0x5571734642e0 0.000121
+gallium_dri.so free 0x557173464380 void 0.000120
+gallium_dri.so free 0x5571734642e0 void 0.000124
+gallium_dri.so malloc 72 0x557173464330 0.000121
+gallium_dri.so free 0x5571734643c0 void 0.000122
+gallium_dri.so free 0x557173464330 void 0.000121
+gallium_dri.so malloc 72 0x557173464330 0.000120
+gallium_dri.so free 0x557173464480 void 0.000121
+gallium_dri.so free 0x557173464330 void 0.000121
+gallium_dri.so malloc 72 0x5571734644c0 0.000120
+gallium_dri.so free 0x5571735d4000 void 0.000121
+gallium_dri.so free 0x5571734644c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4050 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000120
+gallium_dri.so free 0x5571735d4050 void 0.000130
+gallium_dri.so malloc 72 0x5571735d40e0 0.000122
+gallium_dri.so free 0x5571735d4180 void 0.000121
+gallium_dri.so free 0x5571735d40e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4130 0.000120
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d4130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4200 0.000121
+gallium_dri.so free 0x5571735d65c0 void 0.000122
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6600 0.000121
+gallium_dri.so free 0x5571735d6680 void 0.000123
+gallium_dri.so free 0x5571735d6600 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6680 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000122
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6680 0.000122
+gallium_dri.so free 0x5571735d67c0 void 0.000122
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so malloc 72 0x5571735d67f0 0.000146
+gallium_dri.so free 0x55717358d680 void 0.000123
+gallium_dri.so free 0x5571735d67f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d6c0 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so free 0x55717358d6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d740 0.000133
+gallium_dri.so free 0x55717358d800 void 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000123
+gallium_dri.so malloc 72 0x55717358d740 0.000122
+gallium_dri.so free 0x55717358d880 void 0.000121
+gallium_dri.so free 0x55717358d740 void 0.000120
+gallium_dri.so malloc 72 0x55717358d740 0.000120
+gallium_dri.so free 0x5571735d1a40 void 0.000122
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a70 0.000122
+gallium_dri.so free 0x5571735d1ac0 void 0.000121
+gallium_dri.so free 0x5571735d1a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a70 0.000121
+gallium_dri.so free 0x5571735d1bc0 void 0.000121
+gallium_dri.so free 0x5571735d1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1b70 0.000120
+gallium_dri.so free 0x5571735d1c80 void 0.000122
+gallium_dri.so free 0x5571735d1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1c30 0.000120
+gallium_dri.so free 0x55717360aec0 void 0.000122
+gallium_dri.so free 0x5571735d1c30 void 0.000121
+gallium_dri.so malloc 72 0x55717360aef0 0.000122
+gallium_dri.so free 0x55717360af40 void 0.000121
+gallium_dri.so free 0x55717360aef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360aef0 0.000123
+gallium_dri.so free 0x55717360b040 void 0.000120
+gallium_dri.so free 0x55717360aef0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b080 0.000120
+gallium_dri.so free 0x5571735bf840 void 0.000121
+gallium_dri.so free 0x55717360b080 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf890 0.000121
+gallium_dri.so free 0x5571735bf900 void 0.000122
+gallium_dri.so free 0x5571735bf890 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf920 0.000121
+gallium_dri.so free 0x5571735bf9c0 void 0.000121
+gallium_dri.so free 0x5571735bf920 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf970 0.000121
+gallium_dri.so free 0x55717360b100 void 0.000122
+gallium_dri.so free 0x5571735bf970 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf970 0.000121
+gallium_dri.so free 0x5571735bfa40 void 0.000120
+gallium_dri.so free 0x5571735bf970 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfa40 0.000120
+gallium_dri.so free 0x557173605340 void 0.000122
+gallium_dri.so free 0x5571735bfa40 void 0.000120
+gallium_dri.so malloc 72 0x5571736053a0 0.000121
+gallium_dri.so free 0x557173605440 void 0.000120
+gallium_dri.so free 0x5571736053a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736053f0 0.000120
+gallium_dri.so free 0x557173605480 void 0.000120
+gallium_dri.so free 0x5571736053f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736053f0 0.000130
+gallium_dri.so free 0x557173605540 void 0.000123
+gallium_dri.so free 0x5571736053f0 void 0.000121
+gallium_dri.so malloc 72 0x557173605580 0.000120
+gallium_dri.so free 0x557173602d80 void 0.000122
+gallium_dri.so free 0x557173605580 void 0.000123
+gallium_dri.so malloc 72 0x557173602dd0 0.000120
+gallium_dri.so free 0x557173602e40 void 0.000121
+gallium_dri.so free 0x557173602dd0 void 0.000121
+gallium_dri.so malloc 72 0x557173602e60 0.000120
+gallium_dri.so free 0x557173602f00 void 0.000120
+gallium_dri.so free 0x557173602e60 void 0.000120
+gallium_dri.so malloc 72 0x557173602eb0 0.000126
+gallium_dri.so free 0x557173602f80 void 0.000124
+gallium_dri.so free 0x557173602eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173602f80 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x557173602f80 void 0.000122
+gallium_dri.so malloc 72 0x557173588b40 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so free 0x557173588b40 void 0.000122
+gallium_dri.so malloc 72 0x557173588bc0 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173588bc0 0.000121
+gallium_dri.so free 0x557173588d00 void 0.000123
+gallium_dri.so free 0x557173588bc0 void 0.000129
+gallium_dri.so malloc 72 0x557173588d30 0.000121
+gallium_dri.so free 0x55717358b0c0 void 0.000120
+gallium_dri.so free 0x557173588d30 void 0.000121
+gallium_dri.so malloc 72 0x55717358b100 0.000120
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so free 0x55717358b100 void 0.000122
+gallium_dri.so malloc 72 0x55717358b180 0.000122
+gallium_dri.so free 0x55717358b240 void 0.000121
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so malloc 72 0x55717358b180 0.000120
+gallium_dri.so free 0x55717358b2c0 void 0.000121
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so malloc 72 0x55717358b180 0.000121
+gallium_dri.so free 0x557173462440 void 0.000122
+gallium_dri.so free 0x55717358b180 void 0.000121
+gallium_dri.so malloc 72 0x557173462470 0.000121
+gallium_dri.so free 0x5571734624c0 void 0.000122
+gallium_dri.so free 0x557173462470 void 0.000120
+gallium_dri.so malloc 72 0x557173462470 0.000122
+gallium_dri.so free 0x5571734625c0 void 0.000122
+gallium_dri.so free 0x557173462470 void 0.000121
+gallium_dri.so malloc 72 0x557173462570 0.000121
+gallium_dri.so free 0x557173462680 void 0.000148
+gallium_dri.so free 0x557173462570 void 0.000120
+gallium_dri.so malloc 72 0x557173462630 0.000111
+gallium_dri.so free 0x5571734626c0 void 0.000122
+gallium_dri.so free 0x557173462630 void 0.000122
+gallium_dri.so malloc 72 0x557173462630 0.000120
+gallium_dri.so free 0x5571735ceb40 void 0.000121
+gallium_dri.so free 0x557173462630 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735ceb40 void 0.000123
+gallium_dri.so free 0x5571735ceaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cebf0 0.000122
+gallium_dri.so free 0x5571735ced00 void 0.000122
+gallium_dri.so free 0x5571735cebf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cecb0 0.000121
+gallium_dri.so free 0x5571735ced40 void 0.000122
+gallium_dri.so free 0x5571735cecb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cecb0 0.000122
+gallium_dri.so free 0x5571735cee00 void 0.000121
+gallium_dri.so free 0x5571735cecb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cee40 0.000121
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735cee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3670 0.000120
+gallium_dri.so free 0x5571735d3780 void 0.000129
+gallium_dri.so free 0x5571735d3670 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3730 0.000127
+gallium_dri.so free 0x5571735d3800 void 0.000122
+gallium_dri.so free 0x5571735d3730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3730 0.000121
+gallium_dri.so free 0x5571735d38c0 void 0.000123
+gallium_dri.so free 0x5571735d3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3730 0.000123
+gallium_dri.so free 0x5571735d3980 void 0.000122
+gallium_dri.so free 0x5571735d3730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3930 0.000121
+gallium_dri.so free 0x55717360a580 void 0.000121
+gallium_dri.so free 0x5571735d3930 void 0.000123
+gallium_dri.so malloc 72 0x55717360a530 0.000122
+gallium_dri.so free 0x55717360a640 void 0.000123
+gallium_dri.so free 0x55717360a530 void 0.000137
+gallium_dri.so malloc 72 0x55717360a5f0 0.000122
+gallium_dri.so free 0x55717360a680 void 0.000121
+gallium_dri.so free 0x55717360a5f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360a5f0 0.000121
+gallium_dri.so free 0x55717360a740 void 0.000121
+gallium_dri.so free 0x55717360a5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360a790 0.000121
+gallium_dri.so free 0x55717360a800 void 0.000122
+gallium_dri.so free 0x55717360a790 void 0.000120
+gallium_dri.so malloc 72 0x55717360a840 0.000122
+gallium_dri.so free 0x5571735918c0 void 0.000122
+gallium_dri.so free 0x55717360a840 void 0.000121
+gallium_dri.so malloc 72 0x557173591870 0.000122
+gallium_dri.so free 0x557173591980 void 0.000121
+gallium_dri.so free 0x557173591870 void 0.000121
+gallium_dri.so malloc 72 0x557173591930 0.000121
+gallium_dri.so free 0x5571735919c0 void 0.000121
+gallium_dri.so free 0x557173591930 void 0.000122
+gallium_dri.so malloc 72 0x557173591930 0.000120
+gallium_dri.so free 0x557173591a80 void 0.000122
+gallium_dri.so free 0x557173591930 void 0.000121
+gallium_dri.so malloc 72 0x557173591ac0 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so free 0x557173591ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173591b40 0.000121
+gallium_dri.so free 0x557173465f00 void 0.000123
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so malloc 72 0x557173465eb0 0.000122
+gallium_dri.so free 0x557173465f80 void 0.000121
+gallium_dri.so free 0x557173465eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173465fa0 0.000122
+gallium_dri.so free 0x557173466040 void 0.000122
+gallium_dri.so free 0x557173465fa0 void 0.000121
+gallium_dri.so malloc 72 0x557173465ff0 0.000121
+gallium_dri.so free 0x5571734660c0 void 0.000131
+gallium_dri.so free 0x557173465ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173465ff0 0.000121
+gallium_dri.so free 0x557173466140 void 0.000123
+gallium_dri.so free 0x557173465ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173466140 0.000121
+gallium_dri.so free 0x5571735d1100 void 0.000122
+gallium_dri.so free 0x557173466140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000121
+gallium_dri.so free 0x5571735d1140 void 0.000122
+gallium_dri.so free 0x5571735d10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000122
+gallium_dri.so free 0x5571735d1200 void 0.000122
+gallium_dri.so free 0x5571735d10b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1270 0.000121
+gallium_dri.so free 0x5571735d12c0 void 0.000124
+gallium_dri.so free 0x5571735d1270 void 0.000211
+gallium_dri.so malloc 72 0x5571735d1270 0.000206
+gallium_dri.so free 0x5571735d13c0 void 0.000203
+gallium_dri.so free 0x5571735d1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1370 0.000121
+gallium_dri.so free 0x5571735d5c80 void 0.000119
+gallium_dri.so free 0x5571735d1370 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5c30 0.000194
+gallium_dri.so free 0x5571735d5cc0 void 0.000126
+gallium_dri.so free 0x5571735d5c30 void 0.000155
+gallium_dri.so malloc 72 0x5571735d5c30 0.000126
+gallium_dri.so free 0x5571735d5d80 void 0.000124
+gallium_dri.so free 0x5571735d5c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000125
+gallium_dri.so free 0x5571735d5e40 void 0.000129
+gallium_dri.so free 0x5571735d5dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5e40 0.000125
+gallium_dri.so free 0x5571735d5f00 void 0.000125
+gallium_dri.so free 0x5571735d5e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5e40 0.000124
+gallium_dri.so free 0x557173602440 void 0.000125
+gallium_dri.so free 0x5571735d5e40 void 0.000124
+gallium_dri.so malloc 72 0x5571736023f0 0.000124
+gallium_dri.so free 0x557173602480 void 0.000124
+gallium_dri.so free 0x5571736023f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736023f0 0.000124
+gallium_dri.so free 0x557173602540 void 0.000125
+gallium_dri.so free 0x5571736023f0 void 0.000124
+gallium_dri.so malloc 72 0x557173602580 0.000125
+gallium_dri.so free 0x557173602600 void 0.000125
+gallium_dri.so free 0x557173602580 void 0.000124
+gallium_dri.so malloc 72 0x557173602600 0.000135
+gallium_dri.so free 0x5571736026c0 void 0.000123
+gallium_dri.so free 0x557173602600 void 0.000123
+gallium_dri.so malloc 72 0x557173602600 0.000123
+gallium_dri.so free 0x557173604a00 void 0.000125
+gallium_dri.so free 0x557173602600 void 0.000123
+gallium_dri.so malloc 72 0x5571736049b0 0.000122
+gallium_dri.so free 0x557173604a80 void 0.000124
+gallium_dri.so free 0x5571736049b0 void 0.000123
+gallium_dri.so malloc 72 0x557173604a80 0.000123
+gallium_dri.so free 0x557173604b40 void 0.000122
+gallium_dri.so free 0x557173604a80 void 0.000122
+gallium_dri.so malloc 72 0x557173604a80 0.000123
+gallium_dri.so free 0x557173604bc0 void 0.000125
+gallium_dri.so free 0x557173604a80 void 0.000135
+gallium_dri.so malloc 72 0x557173604bc0 0.000128
+gallium_dri.so free 0x557173604c80 void 0.000124
+gallium_dri.so free 0x557173604bc0 void 0.000122
+gallium_dri.so malloc 72 0x557173604bc0 0.000186
+gallium_dri.so free 0x557173606fc0 void 0.000253
+gallium_dri.so free 0x557173604bc0 void 0.000201
+gallium_dri.so malloc 72 0x557173606f70 0.000125
+gallium_dri.so free 0x557173607040 void 0.000125
+gallium_dri.so free 0x557173606f70 void 0.000131
+gallium_dri.so malloc 72 0x557173606f70 0.000124
+gallium_dri.so free 0x5571736070c0 void 0.000125
+gallium_dri.so free 0x557173606f70 void 0.000124
+gallium_dri.so malloc 72 0x5571736070c0 0.000124
+gallium_dri.so free 0x557173607180 void 0.000124
+gallium_dri.so free 0x5571736070c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736070c0 0.000124
+gallium_dri.so free 0x557173607280 void 0.000125
+gallium_dri.so free 0x5571736070c0 void 0.000124
+gallium_dri.so malloc 72 0x557173607230 0.000123
+gallium_dri.so free 0x55717358a780 void 0.000123
+gallium_dri.so free 0x557173607230 void 0.000125
+gallium_dri.so malloc 72 0x55717358a730 0.000124
+gallium_dri.so free 0x55717358a800 void 0.000122
+gallium_dri.so free 0x55717358a730 void 0.000129
+gallium_dri.so malloc 72 0x55717358a730 0.000119
+gallium_dri.so free 0x55717358a880 void 0.000118
+gallium_dri.so free 0x55717358a730 void 0.000118
+gallium_dri.so malloc 72 0x55717358a880 0.000118
+gallium_dri.so free 0x55717358a940 void 0.000118
+gallium_dri.so free 0x55717358a880 void 0.000119
+gallium_dri.so malloc 72 0x55717358a880 0.000119
+gallium_dri.so free 0x55717358aa00 void 0.000118
+gallium_dri.so free 0x55717358a880 void 0.000117
+gallium_dri.so malloc 72 0x55717358a880 0.000119
+gallium_dri.so free 0x557173463940 void 0.000128
+gallium_dri.so free 0x55717358a880 void 0.000117
+gallium_dri.so malloc 72 0x5571734638f0 0.000116
+gallium_dri.so free 0x557173463940 void 0.000135
+gallium_dri.so free 0x5571734638f0 void 0.000272
+gallium_dri.so malloc 72 0x5571734638f0 0.000332
+gallium_dri.so free 0x557173463a40 void 0.000340
+gallium_dri.so free 0x5571734638f0 void 0.000276
+gallium_dri.so malloc 72 0x5571734639f0 0.000275
+gallium_dri.so free 0x557173463b00 void 0.000287
+gallium_dri.so free 0x5571734639f0 void 0.000276
+gallium_dri.so malloc 72 0x557173463ab0 0.000264
+gallium_dri.so free 0x557173463b40 void 0.000272
+gallium_dri.so free 0x557173463ab0 void 0.000259
+gallium_dri.so malloc 72 0x557173463ab0 0.000275
+gallium_dri.so free 0x557173463c00 void 0.000277
+gallium_dri.so free 0x557173463ab0 void 0.000221
+gallium_dri.so malloc 72 0x557173463c40 0.000282
+gallium_dri.so free 0x55717358cd40 void 0.000219
+gallium_dri.so free 0x557173463c40 void 0.000223
+gallium_dri.so malloc 72 0x55717358ccf0 0.000219
+gallium_dri.so free 0x55717358ce00 void 0.000125
+gallium_dri.so free 0x55717358ccf0 void 0.000123
+gallium_dri.so malloc 72 0x55717358cdb0 0.000124
+gallium_dri.so free 0x55717358ce80 void 0.000123
+gallium_dri.so free 0x55717358cdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000125
+gallium_dri.so free 0x55717358cdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cdb0 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000120
+gallium_dri.so free 0x55717358cdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cfb0 0.000128
+gallium_dri.so free 0x5571734684c0 void 0.000163
+gallium_dri.so free 0x55717358cfb0 void 0.000161
+gallium_dri.so malloc 72 0x557173468470 0.000135
+gallium_dri.so free 0x557173468580 void 0.000138
+gallium_dri.so free 0x557173468470 void 0.000138
+gallium_dri.so malloc 72 0x557173468530 0.000136
+gallium_dri.so free 0x5571734685c0 void 0.000137
+gallium_dri.so free 0x557173468530 void 0.000138
+gallium_dri.so malloc 72 0x557173468530 0.000136
+gallium_dri.so free 0x557173468680 void 0.000137
+gallium_dri.so free 0x557173468530 void 0.000139
+gallium_dri.so malloc 72 0x5571734686d0 0.000132
+gallium_dri.so free 0x557173468740 void 0.000135
+gallium_dri.so free 0x5571734686d0 void 0.000139
+gallium_dri.so malloc 72 0x557173468780 0.000143
+gallium_dri.so free 0x5571735d4b80 void 0.000136
+gallium_dri.so free 0x557173468780 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4b80 0.000147
+gallium_dri.so free 0x5571735d4c40 void 0.000137
+gallium_dri.so free 0x5571735d4b80 void 0.000172
+gallium_dri.so malloc 72 0x5571735d4b80 0.000136
+gallium_dri.so free 0x5571735d4cc0 void 0.000131
+gallium_dri.so free 0x5571735d4b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000133
+gallium_dri.so free 0x5571735d4d40 void 0.000131
+gallium_dri.so free 0x5571735d4cf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000136
+gallium_dri.so free 0x5571735d4e40 void 0.000137
+gallium_dri.so free 0x5571735d4cf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4df0 0.000131
+gallium_dri.so free 0x5571735d4f00 void 0.000129
+gallium_dri.so free 0x5571735d4df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000144
+gallium_dri.so free 0x557173608480 void 0.000136
+gallium_dri.so free 0x5571735d4eb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000130
+gallium_dri.so free 0x557173608500 void 0.000133
+gallium_dri.so free 0x5571735d4eb0 void 0.000174
+gallium_dri.so malloc 72 0x557173608530 0.000132
+gallium_dri.so free 0x557173608580 void 0.000208
+gallium_dri.so free 0x557173608530 void 0.000134
+gallium_dri.so malloc 72 0x557173608530 0.000234
+gallium_dri.so free 0x557173608680 void 0.000233
+gallium_dri.so free 0x557173608530 void 0.000233
+gallium_dri.so malloc 72 0x557173608630 0.000232
+gallium_dri.so free 0x557173608740 void 0.000136
+gallium_dri.so free 0x557173608630 void 0.000138
+gallium_dri.so malloc 72 0x5571736086f0 0.000137
+gallium_dri.so free 0x557173608780 void 0.000174
+gallium_dri.so free 0x5571736086f0 void 0.000169
+gallium_dri.so malloc 72 0x5571736086f0 0.000135
+gallium_dri.so free 0x557173601340 void 0.000138
+gallium_dri.so free 0x5571736086f0 void 0.000138
+gallium_dri.so malloc 72 0x5571736086f0 0.000137
+gallium_dri.so free 0x557173601440 void 0.000148
+gallium_dri.so free 0x5571736086f0 void 0.000138
+gallium_dri.so malloc 72 0x5571736013f0 0.000137
+gallium_dri.so free 0x5571736014c0 void 0.000129
+gallium_dri.so free 0x5571736013f0 void 0.000130
+gallium_dri.so malloc 72 0x557173601510 0.000129
+gallium_dri.so free 0x557173601580 void 0.000130
+gallium_dri.so free 0x557173601510 void 0.000130
+gallium_dri.so malloc 72 0x5571736015a0 0.000152
+gallium_dri.so free 0x557173601640 void 0.000127
+gallium_dri.so free 0x5571736015a0 void 0.000130
+gallium_dri.so malloc 72 0x5571736015f0 0.000130
+gallium_dri.so free 0x5571736016c0 void 0.000124
+gallium_dri.so free 0x5571736015f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736015f0 0.000124
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so free 0x5571736015f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735907c0 0.000129
+gallium_dri.so free 0x557173590880 void 0.000130
+gallium_dri.so free 0x5571735907c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735907c0 0.000138
+gallium_dri.so free 0x557173590940 void 0.000131
+gallium_dri.so free 0x5571735907c0 void 0.000130
+gallium_dri.so malloc 72 0x557173590960 0.000129
+gallium_dri.so free 0x557173590a00 void 0.000131
+gallium_dri.so free 0x557173590960 void 0.000185
+gallium_dri.so malloc 72 0x5571735909b0 0.000175
+gallium_dri.so free 0x557173590a80 void 0.000128
+gallium_dri.so free 0x5571735909b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735909b0 0.000130
+gallium_dri.so free 0x557173590b00 void 0.000130
+gallium_dri.so free 0x5571735909b0 void 0.000126
+gallium_dri.so malloc 72 0x557173590b00 0.000128
+gallium_dri.so free 0x55717360ba40 void 0.000129
+gallium_dri.so free 0x557173590b00 void 0.000131
+gallium_dri.so malloc 72 0x557173590b00 0.000127
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so free 0x557173590b00 void 0.000131
+gallium_dri.so malloc 72 0x55717360baf0 0.000129
+gallium_dri.so free 0x55717360bb40 void 0.000132
+gallium_dri.so free 0x55717360baf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bb40 0.000193
+gallium_dri.so free 0x55717360bc00 void 0.000132
+gallium_dri.so free 0x55717360bb40 void 0.000140
+gallium_dri.so malloc 72 0x55717360bb40 0.000132
+gallium_dri.so free 0x55717360bd00 void 0.000132
+gallium_dri.so free 0x55717360bb40 void 0.000242
+gallium_dri.so malloc 72 0x55717360bcb0 0.000268
+gallium_dri.so free 0x55717360bdc0 void 0.000273
+gallium_dri.so free 0x55717360bcb0 void 0.000282
+gallium_dri.so malloc 72 0x55717360bd70 0.000278
+gallium_dri.so free 0x557173462840 void 0.000275
+gallium_dri.so free 0x55717360bd70 void 0.000267
+gallium_dri.so malloc 72 0x55717360bd70 0.000273
+gallium_dri.so free 0x557173462900 void 0.000280
+gallium_dri.so free 0x55717360bd70 void 0.000299
+gallium_dri.so malloc 72 0x5571734628b0 0.000277
+gallium_dri.so free 0x557173462980 void 0.000217
+gallium_dri.so free 0x5571734628b0 void 0.000286
+gallium_dri.so malloc 72 0x5571734629d0 0.000269
+gallium_dri.so free 0x557173462a40 void 0.000285
+gallium_dri.so free 0x5571734629d0 void 0.000229
+gallium_dri.so malloc 72 0x557173462a80 0.000243
+gallium_dri.so free 0x557173462b00 void 0.000224
+gallium_dri.so free 0x557173462a80 void 0.000228
+gallium_dri.so malloc 72 0x557173462a80 0.000203
+gallium_dri.so free 0x557173462b80 void 0.000228
+gallium_dri.so free 0x557173462a80 void 0.000203
+gallium_dri.so malloc 72 0x557173462bb0 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000125
+gallium_dri.so free 0x557173462bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173462bb0 0.000128
+gallium_dri.so free 0x557173464e80 void 0.000130
+gallium_dri.so free 0x557173462bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173464e80 0.000125
+gallium_dri.so free 0x557173464f40 void 0.000124
+gallium_dri.so free 0x557173464e80 void 0.000125
+gallium_dri.so malloc 72 0x557173464e80 0.000130
+gallium_dri.so free 0x557173465000 void 0.000129
+gallium_dri.so free 0x557173464e80 void 0.000124
+gallium_dri.so malloc 72 0x557173464e80 0.000125
+gallium_dri.so free 0x5571734650c0 void 0.000125
+gallium_dri.so free 0x557173464e80 void 0.000125
+gallium_dri.so malloc 72 0x557173465070 0.000123
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so free 0x557173465070 void 0.000150
+gallium_dri.so malloc 72 0x557173465070 0.000125
+gallium_dri.so free 0x557173605ec0 void 0.000126
+gallium_dri.so free 0x557173465070 void 0.000125
+gallium_dri.so malloc 72 0x557173605ec0 0.000121
+gallium_dri.so free 0x5571734651c0 void 0.000126
+gallium_dri.so free 0x557173605ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173465170 0.000123
+gallium_dri.so free 0x557173605f80 void 0.000119
+gallium_dri.so free 0x557173465170 void 0.000123
+gallium_dri.so malloc 72 0x557173465170 0.000138
+gallium_dri.so free 0x557173606040 void 0.000130
+gallium_dri.so free 0x557173465170 void 0.000131
+gallium_dri.so malloc 72 0x557173605ff0 0.000129
+gallium_dri.so free 0x5571736060c0 void 0.000130
+gallium_dri.so free 0x557173605ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173606110 0.000124
+gallium_dri.so free 0x557173606180 void 0.000125
+gallium_dri.so free 0x557173606110 void 0.000130
+gallium_dri.so malloc 72 0x5571736061e0 0.000123
+gallium_dri.so free 0x557173606280 void 0.000126
+gallium_dri.so free 0x5571736061e0 void 0.000129
+gallium_dri.so malloc 72 0x557173606230 0.000129
+gallium_dri.so free 0x557173589680 void 0.000161
+gallium_dri.so free 0x557173606230 void 0.000129
+gallium_dri.so malloc 72 0x557173606230 0.000130
+gallium_dri.so free 0x557173589740 void 0.000130
+gallium_dri.so free 0x557173606230 void 0.000126
+gallium_dri.so malloc 72 0x5571735896f0 0.000125
+gallium_dri.so free 0x5571735897c0 void 0.000124
+gallium_dri.so free 0x5571735896f0 void 0.000124
+gallium_dri.so malloc 72 0x557173589810 0.000130
+gallium_dri.so free 0x557173589880 void 0.000129
+gallium_dri.so free 0x557173589810 void 0.000188
+gallium_dri.so malloc 72 0x5571735898a0 0.000190
+gallium_dri.so free 0x557173589940 void 0.000137
+gallium_dri.so free 0x5571735898a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735898f0 0.000129
+gallium_dri.so free 0x5571735899c0 void 0.000130
+gallium_dri.so free 0x5571735898f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735899c0 0.000120
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735899c0 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcc0 0.000118
+gallium_dri.so free 0x55717358bd80 void 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcc0 0.000118
+gallium_dri.so free 0x55717358be40 void 0.000124
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bcc0 0.000120
+gallium_dri.so free 0x55717358bf00 void 0.000119
+gallium_dri.so free 0x55717358bcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358beb0 0.000119
+gallium_dri.so free 0x55717358bf80 void 0.000119
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bfd0 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000183
+gallium_dri.so free 0x55717358bfd0 void 0.000125
+gallium_dri.so malloc 72 0x55717358bfd0 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x55717358bfd0 void 0.000120
+gallium_dri.so malloc 72 0x55717358bfd0 0.000118
+gallium_dri.so free 0x55717358e340 void 0.000119
+gallium_dri.so free 0x55717358bfd0 void 0.000118
+gallium_dri.so malloc 72 0x55717358bfd0 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x55717358bfd0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3b0 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so free 0x55717358e3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e4d0 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e4d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e560 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000121
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x55717358e560 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2630 0.000117
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x5571735d2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2630 0.000132
+gallium_dri.so free 0x5571735d2780 void 0.000121
+gallium_dri.so free 0x5571735d2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2730 0.000118
+gallium_dri.so free 0x5571735d2840 void 0.000119
+gallium_dri.so free 0x5571735d2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735d27f0 0.000125
+gallium_dri.so free 0x5571735d2880 void 0.000117
+gallium_dri.so free 0x5571735d27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27f0 0.000112
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x5571735d27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27f0 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so free 0x5571735d27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0080 0.000115
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000112
+gallium_dri.so free 0x5571735d0240 void 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2970 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000113
+gallium_dri.so free 0x5571735d2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0300 0.000128
+gallium_dri.so free 0x557173603900 void 0.000115
+gallium_dri.so free 0x5571735d0300 void 0.000113
+gallium_dri.so malloc 72 0x557173603900 0.000113
+gallium_dri.so free 0x5571736039c0 void 0.000113
+gallium_dri.so free 0x557173603900 void 0.000113
+gallium_dri.so malloc 72 0x557173603900 0.000113
+gallium_dri.so free 0x557173603a40 void 0.000114
+gallium_dri.so free 0x557173603900 void 0.000113
+gallium_dri.so malloc 72 0x557173603a70 0.000113
+gallium_dri.so free 0x557173603ac0 void 0.000113
+gallium_dri.so free 0x557173603a70 void 0.000113
+gallium_dri.so malloc 72 0x557173603ac0 0.000113
+gallium_dri.so free 0x5571735d0380 void 0.000113
+gallium_dri.so free 0x557173603ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173603ac0 0.000113
+gallium_dri.so free 0x557173603b80 void 0.000113
+gallium_dri.so free 0x557173603ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173603b80 0.000113
+gallium_dri.so free 0x557173603c40 void 0.000113
+gallium_dri.so free 0x557173603b80 void 0.000113
+gallium_dri.so malloc 72 0x557173603b80 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000116
+gallium_dri.so free 0x557173603b80 void 0.000112
+gallium_dri.so malloc 72 0x557173603b80 0.000114
+gallium_dri.so free 0x557173467480 void 0.000112
+gallium_dri.so free 0x557173603b80 void 0.000113
+gallium_dri.so malloc 72 0x557173467430 0.000113
+gallium_dri.so free 0x557173467500 void 0.000119
+gallium_dri.so free 0x557173467430 void 0.000114
+gallium_dri.so malloc 72 0x557173467550 0.000113
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467550 void 0.000113
+gallium_dri.so malloc 72 0x557173467600 0.000112
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so malloc 72 0x557173467600 0.000114
+gallium_dri.so free 0x557173467700 void 0.000114
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so malloc 72 0x557173467730 0.000113
+gallium_dri.so free 0x557173469380 void 0.000113
+gallium_dri.so free 0x557173467730 void 0.000112
+gallium_dri.so malloc 72 0x557173467730 0.000114
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so free 0x557173467730 void 0.000113
+gallium_dri.so malloc 72 0x557173469400 0.000113
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x557173469400 void 0.000112
+gallium_dri.so malloc 72 0x557173469400 0.000112
+gallium_dri.so free 0x557173469580 void 0.000113
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000113
+gallium_dri.so free 0x557173469640 void 0.000113
+gallium_dri.so free 0x557173469400 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x557173469640 void 0.000126
+gallium_dri.so free 0x5571734695f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000115
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x557173606910 0.000114
+gallium_dri.so free 0x557173606980 void 0.000113
+gallium_dri.so free 0x557173606910 void 0.000113
+gallium_dri.so malloc 72 0x5571736069a0 0.000114
+gallium_dri.so free 0x557173606a40 void 0.000113
+gallium_dri.so free 0x5571736069a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736069f0 0.000113
+gallium_dri.so free 0x557173469740 void 0.000113
+gallium_dri.so free 0x5571736069f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734696f0 0.000112
+gallium_dri.so free 0x557173606ac0 void 0.000114
+gallium_dri.so free 0x5571734696f0 void 0.000112
+gallium_dri.so malloc 72 0x557173606ac0 0.000115
+gallium_dri.so free 0x557173606b80 void 0.000114
+gallium_dri.so free 0x557173606ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173606ac0 0.000114
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173606c60 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x557173606c60 void 0.000112
+gallium_dri.so malloc 72 0x557173608eb0 0.000113
+gallium_dri.so free 0x557173608f00 void 0.000135
+gallium_dri.so free 0x557173608eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173608eb0 0.000113
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so free 0x557173608eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608fb0 0.000113
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so free 0x557173608fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609070 0.000114
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so free 0x557173609070 void 0.000113
+gallium_dri.so malloc 72 0x557173609070 0.000112
+gallium_dri.so free 0x5571736091c0 void 0.000113
+gallium_dri.so free 0x557173609070 void 0.000112
+gallium_dri.so malloc 72 0x557173609210 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000113
+gallium_dri.so free 0x557173609210 void 0.000113
+gallium_dri.so malloc 72 0x557173609ec0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000114
+gallium_dri.so free 0x557173609ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173609f40 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so malloc 72 0x557173609f40 0.000112
+gallium_dri.so free 0x55717360a080 void 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so malloc 72 0x55717360a0b0 0.000141
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so free 0x55717360a0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a0b0 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000114
+gallium_dri.so free 0x55717360a0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360a1b0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717360a1b0 void 0.000114
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463300 void 0.000113
+gallium_dri.so free 0x557173463280 void 0.000112
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463380 void 0.000113
+gallium_dri.so free 0x557173463280 void 0.000117
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463400 void 0.000112
+gallium_dri.so free 0x5571734633b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463500 void 0.000114
+gallium_dri.so free 0x5571734633b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734634b0 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000113
+gallium_dri.so free 0x5571734634b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463570 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000113
+gallium_dri.so free 0x557173463570 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000112
+gallium_dri.so free 0x557173467e40 void 0.000114
+gallium_dri.so free 0x557173467df0 void 0.000126
+gallium_dri.so malloc 72 0x557173467df0 0.000116
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467f80 0.000112
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000114
+gallium_dri.so malloc 72 0x557173468000 0.000113
+gallium_dri.so free 0x557173463600 void 0.000127
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468000 0.000112
+gallium_dri.so free 0x5571734680c0 void 0.000115
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468000 0.000112
+gallium_dri.so free 0x557173468180 void 0.000114
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468130 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000141
+gallium_dri.so free 0x557173468130 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a50 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b20 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so free 0x5571735d0b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b70 0.000112
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000155
+gallium_dri.so malloc 72 0x5571735d0b70 0.000117
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d00 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so free 0x5571735d0d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0d80 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2fe0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3030 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000114
+gallium_dri.so free 0x5571735d3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000112
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000118
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3240 0.000117
+gallium_dri.so free 0x5571735d3300 void 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3240 0.000112
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000125
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5770 0.000117
+gallium_dri.so free 0x5571735d5840 void 0.000113
+gallium_dri.so free 0x5571735d5770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5860 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5860 void 0.000112
+gallium_dri.so malloc 72 0x5571735d58b0 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000114
+gallium_dri.so free 0x5571735d58b0 void 0.000112
+gallium_dri.so malloc 72 0x557173601d80 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000119
+gallium_dri.so free 0x557173601d80 void 0.000113
+gallium_dri.so malloc 72 0x557173601e00 0.000114
+gallium_dri.so free 0x557173601ec0 void 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000113
+gallium_dri.so malloc 72 0x557173601e00 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000112
+gallium_dri.so malloc 72 0x557173601f70 0.000121
+gallium_dri.so free 0x557173601fc0 void 0.000115
+gallium_dri.so free 0x557173601f70 void 0.000113
+gallium_dri.so malloc 72 0x557173601f70 0.000141
+gallium_dri.so free 0x5571736020c0 void 0.000115
+gallium_dri.so free 0x557173601f70 void 0.000112
+gallium_dri.so malloc 72 0x557173602100 0.000114
+gallium_dri.so free 0x557173604300 void 0.000113
+gallium_dri.so free 0x557173602100 void 0.000114
+gallium_dri.so malloc 72 0x557173604350 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604350 void 0.000114
+gallium_dri.so malloc 72 0x5571736043e0 0.000112
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so free 0x5571736043e0 void 0.000112
+gallium_dri.so malloc 72 0x557173604430 0.000112
+gallium_dri.so free 0x557173604500 void 0.000113
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x557173604430 0.000114
+gallium_dri.so free 0x557173604580 void 0.000113
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x557173604580 0.000113
+gallium_dri.so free 0x557173604640 void 0.000112
+gallium_dri.so free 0x557173604580 void 0.000113
+gallium_dri.so malloc 72 0x557173604580 0.000112
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x557173604580 void 0.000116
+gallium_dri.so malloc 72 0x55717358c660 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000185
+gallium_dri.so free 0x55717358c660 void 0.000114
+gallium_dri.so malloc 72 0x55717358c6b0 0.000112
+gallium_dri.so free 0x55717358c780 void 0.000113
+gallium_dri.so free 0x55717358c6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c6b0 0.000113
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so free 0x55717358c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000112
+gallium_dri.so free 0x55717358c8c0 void 0.000113
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000112
+gallium_dri.so free 0x55717358c980 void 0.000113
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000117
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec50 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000113
+gallium_dri.so free 0x55717358ec50 void 0.000116
+gallium_dri.so malloc 72 0x55717358ed00 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000113
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000112
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed80 0.000114
+gallium_dri.so free 0x55717358ca40 void 0.000126
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717358c9f0 0.000114
+gallium_dri.so free 0x55717358eec0 void 0.000113
+gallium_dri.so free 0x55717358c9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef80 0.000112
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000113
+gallium_dri.so malloc 72 0x557173591200 0.000113
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591200 void 0.000114
+gallium_dri.so malloc 72 0x557173591200 0.000114
+gallium_dri.so free 0x557173591300 void 0.000116
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591330 0.000114
+gallium_dri.so free 0x557173591380 void 0.000114
+gallium_dri.so free 0x557173591330 void 0.000113
+gallium_dri.so malloc 72 0x557173591330 0.000112
+gallium_dri.so free 0x557173591480 void 0.000114
+gallium_dri.so free 0x557173591330 void 0.000113
+gallium_dri.so malloc 72 0x557173591430 0.000112
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x557173591430 void 0.000113
+gallium_dri.so malloc 72 0x5571735914f0 0.000113
+gallium_dri.so free 0x557173465800 void 0.000112
+gallium_dri.so free 0x5571735914f0 void 0.000117
+gallium_dri.so malloc 72 0x557173465830 0.000113
+gallium_dri.so free 0x557173465880 void 0.000113
+gallium_dri.so free 0x557173465830 void 0.000112
+gallium_dri.so malloc 72 0x557173465830 0.000113
+gallium_dri.so free 0x557173465980 void 0.000113
+gallium_dri.so free 0x557173465830 void 0.000114
+gallium_dri.so malloc 72 0x5571734659c0 0.000114
+gallium_dri.so free 0x557173465a40 void 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000112
+gallium_dri.so malloc 72 0x557173465a40 0.000112
+gallium_dri.so free 0x557173591580 void 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so malloc 72 0x557173465a40 0.000112
+gallium_dri.so free 0x557173465b00 void 0.000115
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so malloc 72 0x557173465a40 0.000113
+gallium_dri.so free 0x557173465bc0 void 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000113
+gallium_dri.so malloc 72 0x557173465b70 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000113
+gallium_dri.so free 0x557173465b70 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0d0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so free 0x55717358a0d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1a0 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a1a0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a1f0 0.000114
+gallium_dri.so free 0x55717358a280 void 0.000114
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1f0 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000117
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a380 0.000138
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000117
+gallium_dri.so malloc 72 0x55717358a400 0.000112
+gallium_dri.so free 0x557173609580 void 0.000114
+gallium_dri.so free 0x55717358a400 void 0.000112
+gallium_dri.so malloc 72 0x557173609530 0.000113
+gallium_dri.so free 0x5571736095c0 void 0.000113
+gallium_dri.so free 0x557173609530 void 0.000112
+gallium_dri.so malloc 72 0x557173609530 0.000113
+gallium_dri.so free 0x557173609680 void 0.000113
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736096d0 0.000114
+gallium_dri.so free 0x557173609740 void 0.000114
+gallium_dri.so free 0x5571736096d0 void 0.000112
+gallium_dri.so malloc 72 0x557173609780 0.000112
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000127
+gallium_dri.so free 0x557173609940 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000112
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x557173466e40 void 0.000118
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so malloc 72 0x557173466e40 0.000115
+gallium_dri.so free 0x557173466f00 void 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so malloc 72 0x557173466e40 0.000113
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173466fb0 0.000112
+gallium_dri.so free 0x557173467040 void 0.000114
+gallium_dri.so free 0x557173466fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173466fb0 0.000112
+gallium_dri.so free 0x557173467100 void 0.000113
+gallium_dri.so free 0x557173466fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173467140 0.000115
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467140 void 0.000113
+gallium_dri.so malloc 72 0x5571734671c0 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734671c0 0.000159
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfb00 void 0.000113
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000114
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc40 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe30 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x5571735cfe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe30 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so free 0x5571735cfe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2040 0.000112
+gallium_dri.so free 0x5571735d2100 void 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2040 0.000172
+gallium_dri.so free 0x5571735d2200 void 0.000117
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d22b0 0.000123
+gallium_dri.so free 0x5571735d2300 void 0.000125
+gallium_dri.so free 0x5571735d22b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d22b0 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so free 0x5571735d22b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d23b0 0.000113
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735d23b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d23b0 0.000112
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x5571735d23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173603400 void 0.000115
+gallium_dri.so free 0x5571736033b0 void 0.000113
+gallium_dri.so malloc 72 0x557173603400 0.000114
+gallium_dri.so free 0x5571736034c0 void 0.000114
+gallium_dri.so free 0x557173603400 void 0.000114
+gallium_dri.so malloc 72 0x557173603400 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so free 0x557173603400 void 0.000129
+gallium_dri.so malloc 72 0x557173603570 0.000114
+gallium_dri.so free 0x557173603680 void 0.000113
+gallium_dri.so free 0x557173603570 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000113
+gallium_dri.so free 0x5571736036c0 void 0.000113
+gallium_dri.so free 0x557173603630 void 0.000112
+gallium_dri.so malloc 72 0x557173603630 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x557173603630 void 0.000113
+gallium_dri.so malloc 72 0x557173603630 0.000113
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so free 0x557173603630 void 0.000139
+gallium_dri.so malloc 72 0x557173605940 0.000112
+gallium_dri.so free 0x557173605a00 void 0.000116
+gallium_dri.so free 0x557173605940 void 0.000112
+gallium_dri.so malloc 72 0x557173605940 0.000112
+gallium_dri.so free 0x557173605b00 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000112
+gallium_dri.so malloc 72 0x557173605ab0 0.000113
+gallium_dri.so free 0x557173605b40 void 0.000114
+gallium_dri.so free 0x557173605ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173605ab0 0.000113
+gallium_dri.so free 0x557173605c00 void 0.000113
+gallium_dri.so free 0x557173605ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173605c40 0.000113
+gallium_dri.so free 0x557173605cc0 void 0.000114
+gallium_dri.so free 0x557173605c40 void 0.000113
+gallium_dri.so malloc 72 0x557173605cc0 0.000110
+gallium_dri.so free 0x557173607e80 void 0.000116
+gallium_dri.so free 0x557173605cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173605cc0 0.000111
+gallium_dri.so free 0x557173607f00 void 0.000111
+gallium_dri.so free 0x557173605cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173607f30 0.000111
+gallium_dri.so free 0x557173607f80 void 0.000116
+gallium_dri.so free 0x557173607f30 void 0.000113
+gallium_dri.so malloc 72 0x557173607f30 0.000112
+gallium_dri.so free 0x557173608080 void 0.000112
+gallium_dri.so free 0x557173607f30 void 0.000112
+gallium_dri.so malloc 72 0x5571736080c0 0.000111
+gallium_dri.so free 0x557173608140 void 0.000110
+gallium_dri.so free 0x5571736080c0 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000116
+gallium_dri.so free 0x557173608200 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so malloc 72 0x557173608140 0.000115
+gallium_dri.so free 0x557173608280 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so malloc 72 0x5571736082b0 0.000122
+gallium_dri.so free 0x557173589080 void 0.000125
+gallium_dri.so free 0x5571736082b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736082b0 0.000122
+gallium_dri.so free 0x557173589100 void 0.000134
+gallium_dri.so free 0x5571736082b0 void 0.000124
+gallium_dri.so malloc 72 0x557173589100 0.000165
+gallium_dri.so free 0x5571735891c0 void 0.000126
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so malloc 72 0x557173589100 0.000124
+gallium_dri.so free 0x5571735892c0 void 0.000119
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so malloc 72 0x557173589100 0.000119
+gallium_dri.so free 0x557173589340 void 0.000124
+gallium_dri.so free 0x557173589100 void 0.000123
+gallium_dri.so malloc 72 0x557173589370 0.000124
+gallium_dri.so free 0x5571735893c0 void 0.000123
+gallium_dri.so free 0x557173589370 void 0.000123
+gallium_dri.so malloc 72 0x557173589370 0.000125
+gallium_dri.so free 0x5571735894c0 void 0.000123
+gallium_dri.so free 0x557173589370 void 0.000124
+gallium_dri.so malloc 72 0x557173589470 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x557173589470 void 0.000119
+gallium_dri.so malloc 72 0x557173589470 0.000120
+gallium_dri.so free 0x55717358b6c0 void 0.000134
+gallium_dri.so free 0x557173589470 void 0.000123
+gallium_dri.so malloc 72 0x55717358b6f0 0.000123
+gallium_dri.so free 0x55717358b740 void 0.000124
+gallium_dri.so free 0x55717358b6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b740 0.000127
+gallium_dri.so free 0x55717358b800 void 0.000123
+gallium_dri.so free 0x55717358b740 void 0.000118
+gallium_dri.so malloc 72 0x55717358b740 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so free 0x55717358b740 void 0.000121
+gallium_dri.so malloc 72 0x55717358b8b0 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000123
+gallium_dri.so free 0x55717358b8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b970 0.000125
+gallium_dri.so free 0x55717358ba00 void 0.000123
+gallium_dri.so free 0x55717358b970 void 0.000123
+gallium_dri.so malloc 72 0x55717358b970 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000119
+gallium_dri.so free 0x55717358b970 void 0.000176
+gallium_dri.so malloc 72 0x55717358dc80 0.000125
+gallium_dri.so free 0x55717358dd40 void 0.000176
+gallium_dri.so free 0x55717358dc80 void 0.000221
+gallium_dri.so malloc 72 0x55717358dc80 0.000237
+gallium_dri.so free 0x55717358de40 void 0.000195
+gallium_dri.so free 0x55717358dc80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ddf0 0.000123
+gallium_dri.so free 0x55717358de80 void 0.000133
+gallium_dri.so free 0x55717358ddf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ddf0 0.000130
+gallium_dri.so free 0x55717358df40 void 0.000157
+gallium_dri.so free 0x55717358ddf0 void 0.000129
+gallium_dri.so malloc 72 0x55717358df80 0.000130
+gallium_dri.so free 0x55717358e000 void 0.000128
+gallium_dri.so free 0x55717358df80 void 0.000129
+gallium_dri.so malloc 72 0x55717358e000 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000125
+gallium_dri.so free 0x55717358e000 void 0.000124
+gallium_dri.so malloc 72 0x55717358e000 0.000140
+gallium_dri.so free 0x557173590240 void 0.000125
+gallium_dri.so free 0x55717358e000 void 0.000125
+gallium_dri.so malloc 72 0x557173590270 0.000131
+gallium_dri.so free 0x5571735902c0 void 0.000130
+gallium_dri.so free 0x557173590270 void 0.000130
+gallium_dri.so malloc 72 0x557173590270 0.000129
+gallium_dri.so free 0x5571735903c0 void 0.000130
+gallium_dri.so free 0x557173590270 void 0.000131
+gallium_dri.so malloc 72 0x557173590400 0.000125
+gallium_dri.so free 0x557173590480 void 0.000125
+gallium_dri.so free 0x557173590400 void 0.000131
+gallium_dri.so malloc 72 0x557173590480 0.000129
+gallium_dri.so free 0x557173590540 void 0.000125
+gallium_dri.so free 0x557173590480 void 0.000119
+gallium_dri.so malloc 72 0x557173590480 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000120
+gallium_dri.so free 0x557173590480 void 0.000119
+gallium_dri.so malloc 72 0x5571735905f0 0.000123
+gallium_dri.so free 0x557173464800 void 0.000131
+gallium_dri.so free 0x5571735905f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735905f0 0.000129
+gallium_dri.so free 0x557173464880 void 0.000133
+gallium_dri.so free 0x5571735905f0 void 0.000130
+gallium_dri.so malloc 72 0x557173464880 0.000130
+gallium_dri.so free 0x557173464940 void 0.000128
+gallium_dri.so free 0x557173464880 void 0.000129
+gallium_dri.so malloc 72 0x557173464880 0.000130
+gallium_dri.so free 0x557173464a40 void 0.000124
+gallium_dri.so free 0x557173464880 void 0.000124
+gallium_dri.so malloc 72 0x557173464880 0.000128
+gallium_dri.so free 0x557173464ac0 void 0.000128
+gallium_dri.so free 0x557173464880 void 0.000125
+gallium_dri.so malloc 72 0x557173464af0 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000124
+gallium_dri.so free 0x557173464af0 void 0.000293
+gallium_dri.so malloc 72 0x557173464af0 0.000338
+gallium_dri.so free 0x557173464c40 void 0.000327
+gallium_dri.so free 0x557173464af0 void 0.000169
+gallium_dri.so malloc 72 0x557173464bf0 0.000206
+gallium_dri.so free 0x5571735d4580 void 0.000179
+gallium_dri.so free 0x557173464bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173464bf0 0.000132
+gallium_dri.so free 0x5571735d4600 void 0.000130
+gallium_dri.so free 0x557173464bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4630 0.000126
+gallium_dri.so free 0x5571735d4680 void 0.000131
+gallium_dri.so free 0x5571735d4630 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4680 0.000121
+gallium_dri.so free 0x5571735d4740 void 0.000121
+gallium_dri.so free 0x5571735d4680 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4680 0.000132
+gallium_dri.so free 0x5571735d4840 void 0.000131
+gallium_dri.so free 0x5571735d4680 void 0.000131
+gallium_dri.so malloc 72 0x5571735d47f0 0.000124
+gallium_dri.so free 0x5571735d4900 void 0.000127
+gallium_dri.so free 0x5571735d47f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d48b0 0.000126
+gallium_dri.so free 0x5571735d4940 void 0.000121
+gallium_dri.so free 0x5571735d48b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d48b0 0.000146
+gallium_dri.so free 0x55717360b440 void 0.000132
+gallium_dri.so free 0x5571735d48b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d48b0 0.000121
+gallium_dri.so free 0x55717360b4c0 void 0.000126
+gallium_dri.so free 0x5571735d48b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b4c0 0.000129
+gallium_dri.so free 0x55717360b580 void 0.000132
+gallium_dri.so free 0x55717360b4c0 void 0.000126
+gallium_dri.so malloc 72 0x55717360b4c0 0.000126
+gallium_dri.so free 0x55717360b680 void 0.000130
+gallium_dri.so free 0x55717360b4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b630 0.000132
+gallium_dri.so free 0x55717360b6c0 void 0.000140
+gallium_dri.so free 0x55717360b630 void 0.000131
+gallium_dri.so malloc 72 0x55717360b630 0.000165
+gallium_dri.so free 0x55717360b780 void 0.000130
+gallium_dri.so free 0x55717360b630 void 0.000131
+gallium_dri.so malloc 72 0x55717360b7c0 0.000132
+gallium_dri.so free 0x55717360b840 void 0.000136
+gallium_dri.so free 0x55717360b7c0 void 0.000181
+gallium_dri.so malloc 72 0x55717360b840 0.000178
+gallium_dri.so free 0x55717360c0c0 void 0.000185
+gallium_dri.so free 0x55717360b840 void 0.000138
+gallium_dri.so malloc 72 0x55717360c0e0 0.000137
+gallium_dri.so free 0x55717360c180 void 0.000138
+gallium_dri.so free 0x55717360c0e0 void 0.000140
+gallium_dri.so malloc 72 0x55717360c130 0.000141
+gallium_dri.so free 0x55717360c200 void 0.000137
+gallium_dri.so free 0x55717360c130 void 0.000138
+gallium_dri.so malloc 72 0x55717360c130 0.000139
+gallium_dri.so free 0x55717360c300 void 0.000139
+gallium_dri.so free 0x55717360c130 void 0.000141
+gallium_dri.so malloc 72 0x55717360c2b0 0.000138
+gallium_dri.so free 0x55717360c380 void 0.000138
+gallium_dri.so free 0x55717360c2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360c3d0 0.000128
+gallium_dri.so free 0x55717360c440 void 0.000135
+gallium_dri.so free 0x55717360c3d0 void 0.000144
+gallium_dri.so malloc 72 0x55717360c460 0.000140
+gallium_dri.so free 0x55717360c500 void 0.000139
+gallium_dri.so free 0x55717360c460 void 0.000136
+gallium_dri.so malloc 72 0x55717360c4b0 0.000128
+gallium_dri.so free 0x55717360c580 void 0.000134
+gallium_dri.so free 0x55717360c4b0 void 0.000138
+gallium_dri.so malloc 72 0x55717360c4b0 0.000132
+gallium_dri.so free 0x5571735e0e80 void 0.000130
+gallium_dri.so free 0x55717360c4b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000133
+gallium_dri.so free 0x5571735e0f40 void 0.000133
+gallium_dri.so free 0x5571735e0ed0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000127
+gallium_dri.so free 0x5571735e1040 void 0.000127
+gallium_dri.so free 0x5571735e0fa0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000132
+gallium_dri.so free 0x5571735e1080 void 0.000138
+gallium_dri.so free 0x5571735e0ff0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000137
+gallium_dri.so free 0x5571735e1140 void 0.000132
+gallium_dri.so free 0x5571735e0ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1180 0.000138
+gallium_dri.so free 0x5571735e1200 void 0.000139
+gallium_dri.so free 0x5571735e1180 void 0.000161
+gallium_dri.so malloc 72 0x5571735e1200 0.000134
+gallium_dri.so free 0x5571735e12c0 void 0.000138
+gallium_dri.so free 0x5571735e1200 void 0.000141
+gallium_dri.so malloc 72 0x5571735e1200 0.000133
+gallium_dri.so free 0x5571735e1340 void 0.000133
+gallium_dri.so free 0x5571735e1200 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1370 0.000137
+gallium_dri.so free 0x5571735e13c0 void 0.000133
+gallium_dri.so free 0x5571735e1370 void 0.000128
+gallium_dri.so malloc 72 0x5571735e13c0 0.000133
+gallium_dri.so free 0x5571735e1480 void 0.000133
+gallium_dri.so free 0x5571735e13c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e13c0 0.000135
+gallium_dri.so free 0x5571735e1580 void 0.000138
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1530 0.000130
+gallium_dri.so free 0x5571735e1640 void 0.000130
+gallium_dri.so free 0x5571735e1530 void 0.000132
+gallium_dri.so malloc 72 0x5571735e15f0 0.000127
+gallium_dri.so free 0x5571735e1680 void 0.000130
+gallium_dri.so free 0x5571735e15f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e15f0 0.000130
+gallium_dri.so free 0x5571735e1740 void 0.000130
+gallium_dri.so free 0x5571735e15f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1780 0.000127
+gallium_dri.so free 0x5571735e1800 void 0.000130
+gallium_dri.so free 0x5571735e1780 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1800 0.000131
+gallium_dri.so free 0x5571735e18c0 void 0.000125
+gallium_dri.so free 0x5571735e1800 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1800 0.000126
+gallium_dri.so free 0x5571735e1940 void 0.000126
+gallium_dri.so free 0x5571735e1800 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1800 0.000130
+gallium_dri.so free 0x5571735e1a00 void 0.000132
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1800 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000135
+gallium_dri.so free 0x5571735e1800 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a70 0.000124
+gallium_dri.so free 0x5571735e1b40 void 0.000130
+gallium_dri.so free 0x5571735e1a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1b90 0.000127
+gallium_dri.so free 0x5571735e1c00 void 0.000130
+gallium_dri.so free 0x5571735e1b90 void 0.000224
+gallium_dri.so malloc 72 0x5571735e1c20 0.000227
+gallium_dri.so free 0x5571735e1cc0 void 0.000223
+gallium_dri.so free 0x5571735e1c20 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c70 0.000124
+gallium_dri.so free 0x5571735e1d40 void 0.000121
+gallium_dri.so free 0x5571735e1c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c70 0.000138
+gallium_dri.so free 0x5571735e1e40 void 0.000131
+gallium_dri.so free 0x5571735e1c70 void 0.000173
+gallium_dri.so malloc 72 0x5571735e1df0 0.000130
+gallium_dri.so free 0x5571735e1ec0 void 0.000132
+gallium_dri.so free 0x5571735e1df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1f10 0.000136
+gallium_dri.so free 0x5571735e1f80 void 0.000128
+gallium_dri.so free 0x5571735e1f10 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000130
+gallium_dri.so free 0x5571735e2040 void 0.000129
+gallium_dri.so free 0x5571735e1fa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000124
+gallium_dri.so free 0x5571735e20c0 void 0.000129
+gallium_dri.so free 0x5571735e1ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000131
+gallium_dri.so free 0x5571735e2140 void 0.000124
+gallium_dri.so free 0x5571735e1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2140 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000128
+gallium_dri.so free 0x5571735e2140 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2140 0.000125
+gallium_dri.so free 0x5571735e2300 void 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000222
+gallium_dri.so malloc 72 0x5571735e2140 0.000169
+gallium_dri.so free 0x5571735e2380 void 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000129
+gallium_dri.so malloc 72 0x5571735e23b0 0.000133
+gallium_dri.so free 0x5571735e2400 void 0.000126
+gallium_dri.so free 0x5571735e23b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e23b0 0.000131
+gallium_dri.so free 0x5571735e2500 void 0.000126
+gallium_dri.so free 0x5571735e23b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24b0 0.000121
+gallium_dri.so free 0x5571735e25c0 void 0.000126
+gallium_dri.so free 0x5571735e24b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2570 0.000131
+gallium_dri.so free 0x5571735e2600 void 0.000131
+gallium_dri.so free 0x5571735e2570 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2570 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000126
+gallium_dri.so free 0x5571735e2570 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2710 0.000126
+gallium_dri.so free 0x5571735e2780 void 0.000132
+gallium_dri.so free 0x5571735e2710 void 0.000131
+gallium_dri.so malloc 72 0x5571735e27c0 0.000130
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so free 0x5571735e27c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2840 0.000251
+gallium_dri.so free 0x5571735e2900 void 0.000234
+gallium_dri.so free 0x5571735e2840 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2840 0.000132
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so free 0x5571735e2840 void 0.000200
+gallium_dri.so malloc 72 0x5571735e29b0 0.000121
+gallium_dri.so free 0x5571735e2a00 void 0.000126
+gallium_dri.so free 0x5571735e29b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e29b0 0.000127
+gallium_dri.so free 0x5571735e2b00 void 0.000130
+gallium_dri.so free 0x5571735e29b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000130
+gallium_dri.so free 0x5571735e2bc0 void 0.000125
+gallium_dri.so free 0x5571735e2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2b70 0.000130
+gallium_dri.so free 0x5571735e2c40 void 0.000131
+gallium_dri.so free 0x5571735e2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c60 0.000130
+gallium_dri.so free 0x5571735e2d00 void 0.000147
+gallium_dri.so free 0x5571735e2c60 void 0.000148
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000145
+gallium_dri.so free 0x5571735e2d80 void 0.000145
+gallium_dri.so free 0x5571735e2cb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000133
+gallium_dri.so free 0x5571735e2e00 void 0.000148
+gallium_dri.so free 0x5571735e2cb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e2e00 0.000144
+gallium_dri.so free 0x5571735e2ec0 void 0.000146
+gallium_dri.so free 0x5571735e2e00 void 0.000146
+gallium_dri.so malloc 72 0x5571735e2e00 0.000145
+gallium_dri.so free 0x5571735e2f80 void 0.000146
+gallium_dri.so free 0x5571735e2e00 void 0.000150
+gallium_dri.so malloc 72 0x5571735e2e00 0.000148
+gallium_dri.so free 0x5571735e3040 void 0.000148
+gallium_dri.so free 0x5571735e2e00 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000146
+gallium_dri.so free 0x5571735e3040 void 0.000181
+gallium_dri.so free 0x5571735e2ff0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000180
+gallium_dri.so free 0x5571735e3140 void 0.000183
+gallium_dri.so free 0x5571735e2ff0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e30f0 0.000145
+gallium_dri.so free 0x5571735e3200 void 0.000146
+gallium_dri.so free 0x5571735e30f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e31b0 0.000142
+gallium_dri.so free 0x5571735e3240 void 0.000147
+gallium_dri.so free 0x5571735e31b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e31b0 0.000140
+gallium_dri.so free 0x5571735e3300 void 0.000137
+gallium_dri.so free 0x5571735e31b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3340 0.000145
+gallium_dri.so free 0x5571735e33c0 void 0.000140
+gallium_dri.so free 0x5571735e3340 void 0.000135
+gallium_dri.so malloc 72 0x5571735e33c0 0.000134
+gallium_dri.so free 0x5571735e3480 void 0.000141
+gallium_dri.so free 0x5571735e33c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e33c0 0.000141
+gallium_dri.so free 0x5571735e3540 void 0.000142
+gallium_dri.so free 0x5571735e33c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735e3560 0.000146
+gallium_dri.so free 0x5571735e3600 void 0.000146
+gallium_dri.so free 0x5571735e3560 void 0.000145
+gallium_dri.so malloc 72 0x5571735e35b0 0.000147
+gallium_dri.so free 0x5571735e3680 void 0.000140
+gallium_dri.so free 0x5571735e35b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e35b0 0.000144
+gallium_dri.so free 0x5571735e3700 void 0.000145
+gallium_dri.so free 0x5571735e35b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e3700 0.000144
+gallium_dri.so free 0x5571735e37c0 void 0.000146
+gallium_dri.so free 0x5571735e3700 void 0.000144
+gallium_dri.so malloc 72 0x5571735e3700 0.000146
+gallium_dri.so free 0x5571735fc340 void 0.000147
+gallium_dri.so free 0x5571735e3700 void 0.000149
+gallium_dri.so malloc 72 0x5571735e3700 0.000136
+gallium_dri.so free 0x5571735fc400 void 0.000141
+gallium_dri.so free 0x5571735e3700 void 0.000140
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000143
+gallium_dri.so free 0x5571735fc4c0 void 0.000146
+gallium_dri.so free 0x5571735fc3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc470 0.000130
+gallium_dri.so free 0x5571735fc540 void 0.000130
+gallium_dri.so free 0x5571735fc470 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc590 0.000131
+gallium_dri.so free 0x5571735fc600 void 0.000125
+gallium_dri.so free 0x5571735fc590 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc620 0.000129
+gallium_dri.so free 0x5571735fc6c0 void 0.000130
+gallium_dri.so free 0x5571735fc620 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc670 0.000127
+gallium_dri.so free 0x5571735fc740 void 0.000130
+gallium_dri.so free 0x5571735fc670 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc670 0.000130
+gallium_dri.so free 0x5571735fc7c0 void 0.000130
+gallium_dri.so free 0x5571735fc670 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000132
+gallium_dri.so free 0x5571735fc880 void 0.000130
+gallium_dri.so free 0x5571735fc7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000132
+gallium_dri.so free 0x5571735fc980 void 0.000129
+gallium_dri.so free 0x5571735fc7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc930 0.000130
+gallium_dri.so free 0x5571735fc9c0 void 0.000129
+gallium_dri.so free 0x5571735fc930 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc930 0.000129
+gallium_dri.so free 0x5571735fca80 void 0.000125
+gallium_dri.so free 0x5571735fc930 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcac0 0.000124
+gallium_dri.so free 0x5571735fcb40 void 0.000130
+gallium_dri.so free 0x5571735fcac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcb40 0.000130
+gallium_dri.so free 0x5571735fcc00 void 0.000125
+gallium_dri.so free 0x5571735fcb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcb40 0.000129
+gallium_dri.so free 0x5571735fcc80 void 0.000142
+gallium_dri.so free 0x5571735fcb40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fccb0 0.000129
+gallium_dri.so free 0x5571735fcd00 void 0.000131
+gallium_dri.so free 0x5571735fccb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fccb0 0.000127
+gallium_dri.so free 0x5571735fce00 void 0.000121
+gallium_dri.so free 0x5571735fccb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fce40 0.000130
+gallium_dri.so free 0x5571735fcec0 void 0.000130
+gallium_dri.so free 0x5571735fce40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcec0 0.000126
+gallium_dri.so free 0x5571735fcf80 void 0.000121
+gallium_dri.so free 0x5571735fcec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcec0 0.000129
+gallium_dri.so free 0x5571735fd000 void 0.000130
+gallium_dri.so free 0x5571735fcec0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd030 0.000130
+gallium_dri.so free 0x5571735fd080 void 0.000133
+gallium_dri.so free 0x5571735fd030 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd030 0.000121
+gallium_dri.so free 0x5571735fd180 void 0.000134
+gallium_dri.so free 0x5571735fd030 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd130 0.000125
+gallium_dri.so free 0x5571735fd240 void 0.000127
+gallium_dri.so free 0x5571735fd130 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000129
+gallium_dri.so free 0x5571735fd2c0 void 0.000130
+gallium_dri.so free 0x5571735fd1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000125
+gallium_dri.so free 0x5571735fd380 void 0.000126
+gallium_dri.so free 0x5571735fd1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000124
+gallium_dri.so free 0x5571735fd440 void 0.000120
+gallium_dri.so free 0x5571735fd1f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000125
+gallium_dri.so free 0x5571735fd4c0 void 0.000127
+gallium_dri.so free 0x5571735fd3f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd510 0.000130
+gallium_dri.so free 0x5571735fd580 void 0.000125
+gallium_dri.so free 0x5571735fd510 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000124
+gallium_dri.so free 0x5571735fd640 void 0.000124
+gallium_dri.so free 0x5571735fd5a0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000127
+gallium_dri.so free 0x5571735fd6c0 void 0.000132
+gallium_dri.so free 0x5571735fd5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000125
+gallium_dri.so free 0x5571735fd780 void 0.000120
+gallium_dri.so free 0x5571735fd6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd6c0 0.000130
+gallium_dri.so free 0x5571735fd800 void 0.000131
+gallium_dri.so free 0x5571735fd6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd800 0.000129
+gallium_dri.so free 0x5571735fd8c0 void 0.000124
+gallium_dri.so free 0x5571735fd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd800 0.000125
+gallium_dri.so free 0x5571735fd980 void 0.000125
+gallium_dri.so free 0x5571735fd800 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd800 0.000129
+gallium_dri.so free 0x5571735fda40 void 0.000130
+gallium_dri.so free 0x5571735fd800 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000121
+gallium_dri.so free 0x5571735fdac0 void 0.000121
+gallium_dri.so free 0x5571735fd9f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdb10 0.000130
+gallium_dri.so free 0x5571735fdb80 void 0.000130
+gallium_dri.so free 0x5571735fdb10 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so free 0x5571735fdbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000130
+gallium_dri.so free 0x5571735fdcc0 void 0.000128
+gallium_dri.so free 0x5571735fdbc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000130
+gallium_dri.so free 0x5571735fdd40 void 0.000129
+gallium_dri.so free 0x5571735fdcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000129
+gallium_dri.so free 0x5571735fde40 void 0.000131
+gallium_dri.so free 0x5571735fdcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fddf0 0.000130
+gallium_dri.so free 0x5571735fdf00 void 0.000130
+gallium_dri.so free 0x5571735fddf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000129
+gallium_dri.so free 0x5571735fdf40 void 0.000138
+gallium_dri.so free 0x5571735fdeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000130
+gallium_dri.so free 0x5571735fe000 void 0.000130
+gallium_dri.so free 0x5571735fdeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe070 0.000129
+gallium_dri.so free 0x5571735fe0c0 void 0.000124
+gallium_dri.so free 0x5571735fe070 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe070 0.000130
+gallium_dri.so free 0x5571735fe1c0 void 0.000130
+gallium_dri.so free 0x5571735fe070 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe170 0.000121
+gallium_dri.so free 0x5571735fe280 void 0.000120
+gallium_dri.so free 0x5571735fe170 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe230 0.000130
+gallium_dri.so free 0x5571735fe2c0 void 0.000124
+gallium_dri.so free 0x5571735fe230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe230 0.000130
+gallium_dri.so free 0x5571735fe380 void 0.000158
+gallium_dri.so free 0x5571735fe230 void 0.000161
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000125
+gallium_dri.so free 0x5571735fe440 void 0.000173
+gallium_dri.so free 0x5571735fe3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe440 0.000142
+gallium_dri.so free 0x5571735fe500 void 0.000143
+gallium_dri.so free 0x5571735fe440 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe440 0.000127
+gallium_dri.so free 0x5571735fe5c0 void 0.000127
+gallium_dri.so free 0x5571735fe440 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe5e0 0.000126
+gallium_dri.so free 0x5571735fe680 void 0.000127
+gallium_dri.so free 0x5571735fe5e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe630 0.000126
+gallium_dri.so free 0x5571735fe700 void 0.000127
+gallium_dri.so free 0x5571735fe630 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe630 0.000129
+gallium_dri.so free 0x5571735fe780 void 0.000128
+gallium_dri.so free 0x5571735fe630 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe780 0.000124
+gallium_dri.so free 0x5571735fe840 void 0.000143
+gallium_dri.so free 0x5571735fe780 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe780 0.000126
+gallium_dri.so free 0x5571735fe900 void 0.000123
+gallium_dri.so free 0x5571735fe780 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe780 0.000133
+gallium_dri.so free 0x5571735fe9c0 void 0.000132
+gallium_dri.so free 0x5571735fe780 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe970 0.000124
+gallium_dri.so free 0x5571735fea80 void 0.000125
+gallium_dri.so free 0x5571735fe970 void 0.000126
+gallium_dri.so malloc 72 0x5571735fea30 0.000127
+gallium_dri.so free 0x5571735feb00 void 0.000128
+gallium_dri.so free 0x5571735fea30 void 0.000129
+gallium_dri.so malloc 72 0x5571735feb50 0.000126
+gallium_dri.so free 0x5571735febc0 void 0.000128
+gallium_dri.so free 0x5571735feb50 void 0.000125
+gallium_dri.so malloc 72 0x5571735febe0 0.000125
+gallium_dri.so free 0x5571735fec80 void 0.000126
+gallium_dri.so free 0x5571735febe0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fec30 0.000124
+gallium_dri.so free 0x5571735fed00 void 0.000128
+gallium_dri.so free 0x5571735fec30 void 0.000127
+gallium_dri.so malloc 72 0x5571735fec30 0.000127
+gallium_dri.so free 0x5571735fed80 void 0.000128
+gallium_dri.so free 0x5571735fec30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fed80 0.000129
+gallium_dri.so free 0x5571735fee40 void 0.000127
+gallium_dri.so free 0x5571735fed80 void 0.000128
+gallium_dri.so malloc 72 0x5571735fed80 0.000128
+gallium_dri.so free 0x5571735fef40 void 0.000138
+gallium_dri.so free 0x5571735fed80 void 0.000125
+gallium_dri.so malloc 72 0x5571735feef0 0.000127
+gallium_dri.so free 0x5571735fef80 void 0.000125
+gallium_dri.so free 0x5571735feef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735feef0 0.000124
+gallium_dri.so free 0x5571735ff040 void 0.000125
+gallium_dri.so free 0x5571735feef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff080 0.000126
+gallium_dri.so free 0x5571735ff100 void 0.000128
+gallium_dri.so free 0x5571735ff080 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff100 0.000128
+gallium_dri.so free 0x5571735ff1c0 void 0.000130
+gallium_dri.so free 0x5571735ff100 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff100 0.000127
+gallium_dri.so free 0x5571735ff240 void 0.000130
+gallium_dri.so free 0x5571735ff100 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff270 0.000127
+gallium_dri.so free 0x5571735ff2c0 void 0.000127
+gallium_dri.so free 0x5571735ff270 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff270 0.000124
+gallium_dri.so free 0x5571735ff3c0 void 0.000127
+gallium_dri.so free 0x5571735ff270 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff400 0.000126
+gallium_dri.so free 0x5571735ff480 void 0.000124
+gallium_dri.so free 0x5571735ff400 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff480 0.000125
+gallium_dri.so free 0x5571735ff540 void 0.000126
+gallium_dri.so free 0x5571735ff480 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff480 0.000127
+gallium_dri.so free 0x5571735ff5c0 void 0.000124
+gallium_dri.so free 0x5571735ff480 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff5f0 0.000141
+gallium_dri.so free 0x5571735ff640 void 0.000129
+gallium_dri.so free 0x5571735ff5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff5f0 0.000127
+gallium_dri.so free 0x5571735ff740 void 0.000128
+gallium_dri.so free 0x5571735ff5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000125
+gallium_dri.so free 0x5571735ff800 void 0.000125
+gallium_dri.so free 0x5571735ff6f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000135
+gallium_dri.so free 0x5571735ff880 void 0.000122
+gallium_dri.so free 0x5571735ff7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000121
+gallium_dri.so free 0x5571735ff940 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000117
+gallium_dri.so free 0x5571735ffa00 void 0.000123
+gallium_dri.so free 0x5571735ff7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000123
+gallium_dri.so free 0x5571735ffa80 void 0.000120
+gallium_dri.so free 0x5571735ff9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffad0 0.000121
+gallium_dri.so free 0x5571735ffb40 void 0.000119
+gallium_dri.so free 0x5571735ffad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffb60 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so free 0x5571735ffb60 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000117
+gallium_dri.so free 0x5571735ffc80 void 0.000121
+gallium_dri.so free 0x5571735ffbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffc80 0.000119
+gallium_dri.so free 0x5571735ffd40 void 0.000118
+gallium_dri.so free 0x5571735ffc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc80 0.000120
+gallium_dri.so free 0x5571735ffdc0 void 0.000118
+gallium_dri.so free 0x5571735ffc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000121
+gallium_dri.so free 0x5571735ffe80 void 0.000121
+gallium_dri.so free 0x5571735ffdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000120
+gallium_dri.so free 0x5571735fff40 void 0.000121
+gallium_dri.so free 0x5571735ffdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000117
+gallium_dri.so free 0x557173600000 void 0.000118
+gallium_dri.so free 0x5571735ffdc0 void 0.000162
+gallium_dri.so malloc 72 0x5571735fffb0 0.000121
+gallium_dri.so free 0x557173600080 void 0.000117
+gallium_dri.so free 0x5571735fffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736000d0 0.000117
+gallium_dri.so free 0x557173600140 void 0.000118
+gallium_dri.so free 0x5571736000d0 void 0.000118
+gallium_dri.so malloc 72 0x557173600180 0.000116
+gallium_dri.so free 0x557173600200 void 0.000121
+gallium_dri.so free 0x557173600180 void 0.000117
+gallium_dri.so malloc 72 0x557173600180 0.000117
+gallium_dri.so free 0x557173600280 void 0.000120
+gallium_dri.so free 0x557173600180 void 0.000120
+gallium_dri.so malloc 72 0x5571736002b0 0.000122
+gallium_dri.so free 0x557173600300 void 0.000121
+gallium_dri.so free 0x5571736002b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736002b0 0.000120
+gallium_dri.so free 0x557173600400 void 0.000121
+gallium_dri.so free 0x5571736002b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736003b0 0.000118
+gallium_dri.so free 0x5571736004c0 void 0.000121
+gallium_dri.so free 0x5571736003b0 void 0.000134
+gallium_dri.so malloc 72 0x557173600470 0.000122
+gallium_dri.so free 0x557173600500 void 0.000120
+gallium_dri.so free 0x557173600470 void 0.000120
+gallium_dri.so malloc 72 0x557173600470 0.000118
+gallium_dri.so free 0x5571736005c0 void 0.000124
+gallium_dri.so free 0x557173600470 void 0.000118
+gallium_dri.so malloc 72 0x557173600630 0.000120
+gallium_dri.so free 0x557173600680 void 0.000122
+gallium_dri.so free 0x557173600630 void 0.000120
+gallium_dri.so malloc 72 0x557173600630 0.000120
+gallium_dri.so free 0x557173600780 void 0.000118
+gallium_dri.so free 0x557173600630 void 0.000121
+gallium_dri.so malloc 72 0x557173600730 0.000121
+gallium_dri.so free 0x557173600840 void 0.000117
+gallium_dri.so free 0x557173600730 void 0.000120
+gallium_dri.so malloc 72 0x5571736007f0 0.000121
+gallium_dri.so free 0x557173600880 void 0.000118
+gallium_dri.so free 0x5571736007f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736007f0 0.000122
+gallium_dri.so free 0x557173600940 void 0.000121
+gallium_dri.so free 0x5571736007f0 void 0.000118
+gallium_dri.so malloc 72 0x557173600980 0.000119
+gallium_dri.so free 0x557173600a00 void 0.000121
+gallium_dri.so free 0x557173600980 void 0.000118
+gallium_dri.so malloc 72 0x557173600a00 0.000121
+gallium_dri.so free 0x557173600ac0 void 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000117
+gallium_dri.so malloc 72 0x557173600a00 0.000121
+gallium_dri.so free 0x557173600b80 void 0.000118
+gallium_dri.so free 0x557173600a00 void 0.000119
+gallium_dri.so malloc 72 0x557173600ba0 0.000128
+gallium_dri.so free 0x557173600c40 void 0.000122
+gallium_dri.so free 0x557173600ba0 void 0.000117
+gallium_dri.so malloc 72 0x557173600bf0 0.000118
+gallium_dri.so free 0x557173600cc0 void 0.000120
+gallium_dri.so free 0x557173600bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173600bf0 0.000117
+gallium_dri.so free 0x557173600d40 void 0.000121
+gallium_dri.so free 0x557173600bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173600d40 0.000117
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x557173600d40 void 0.000116
+gallium_dri.so malloc 72 0x557173600d40 0.000119
+gallium_dri.so free 0x557173600ec0 void 0.000121
+gallium_dri.so free 0x557173600d40 void 0.000119
+gallium_dri.so malloc 72 0x557173600d40 0.000121
+gallium_dri.so free 0x557173600f80 void 0.000118
+gallium_dri.so free 0x557173600d40 void 0.000119
+gallium_dri.so malloc 72 0x557173600f30 0.000120
+gallium_dri.so free 0x557173601040 void 0.000121
+gallium_dri.so free 0x557173600f30 void 0.000118
+gallium_dri.so malloc 72 0x557173600ff0 0.000119
+gallium_dri.so free 0x5571736010c0 void 0.000121
+gallium_dri.so free 0x557173600ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173601110 0.000119
+gallium_dri.so free 0x557173601180 void 0.000118
+gallium_dri.so free 0x557173601110 void 0.000186
+gallium_dri.so malloc 72 0x5571736011a0 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000117
+gallium_dri.so free 0x5571736011a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736011a0 0.000119
+gallium_dri.so free 0x557173469ac0 void 0.000120
+gallium_dri.so free 0x5571736011a0 void 0.000116
+gallium_dri.so malloc 72 0x557173469a70 0.000120
+gallium_dri.so free 0x557173469b40 void 0.000133
+gallium_dri.so free 0x557173469a70 void 0.000120
+gallium_dri.so malloc 72 0x557173469b90 0.000121
+gallium_dri.so free 0x557173469c00 void 0.000121
+gallium_dri.so free 0x557173469b90 void 0.000117
+gallium_dri.so malloc 72 0x557173469c40 0.000117
+gallium_dri.so free 0x557173469cc0 void 0.000117
+gallium_dri.so free 0x557173469c40 void 0.000120
+gallium_dri.so malloc 72 0x557173469c40 0.000121
+gallium_dri.so free 0x557173469d40 void 0.000119
+gallium_dri.so free 0x557173469c40 void 0.000116
+gallium_dri.so malloc 72 0x557173469d70 0.000120
+gallium_dri.so free 0x557173469dc0 void 0.000118
+gallium_dri.so free 0x557173469d70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d70 0.000122
+gallium_dri.so free 0x557173469ec0 void 0.000121
+gallium_dri.so free 0x557173469d70 void 0.000120
+gallium_dri.so malloc 72 0x557173469e70 0.000117
+gallium_dri.so free 0x557173469f80 void 0.000124
+gallium_dri.so free 0x557173469e70 void 0.000118
+gallium_dri.so malloc 72 0x557173469f30 0.000121
+gallium_dri.so free 0x557173469fc0 void 0.000116
+gallium_dri.so free 0x557173469f30 void 0.000117
+gallium_dri.so malloc 72 0x557173469f30 0.000119
+gallium_dri.so free 0x55717346a080 void 0.000118
+gallium_dri.so free 0x557173469f30 void 0.000116
+gallium_dri.so malloc 72 0x55717346a0f0 0.000116
+gallium_dri.so free 0x55717346a140 void 0.000118
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a0f0 0.000118
+gallium_dri.so free 0x55717346a240 void 0.000121
+gallium_dri.so free 0x55717346a0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a1f0 0.000121
+gallium_dri.so free 0x55717346a300 void 0.000121
+gallium_dri.so free 0x55717346a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a2b0 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000120
+gallium_dri.so free 0x55717346a2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a2b0 0.000120
+gallium_dri.so free 0x55717346a400 void 0.000120
+gallium_dri.so free 0x55717346a2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a440 0.000117
+gallium_dri.so free 0x55717346a4c0 void 0.000120
+gallium_dri.so free 0x55717346a440 void 0.000120
+gallium_dri.so malloc 72 0x55717346a4c0 0.000129
+gallium_dri.so free 0x55717346a580 void 0.000121
+gallium_dri.so free 0x55717346a4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a4c0 0.000118
+gallium_dri.so free 0x55717346a640 void 0.000119
+gallium_dri.so free 0x55717346a4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a660 0.000118
+gallium_dri.so free 0x55717346a700 void 0.000120
+gallium_dri.so free 0x55717346a660 void 0.000120
+gallium_dri.so malloc 72 0x55717346a6b0 0.000117
+gallium_dri.so free 0x55717346a780 void 0.000120
+gallium_dri.so free 0x55717346a6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a6b0 0.000117
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so free 0x55717346a6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a800 0.000121
+gallium_dri.so free 0x55717346a8c0 void 0.000120
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so malloc 72 0x55717346a800 0.000117
+gallium_dri.so free 0x55717346a980 void 0.000120
+gallium_dri.so free 0x55717346a800 void 0.000116
+gallium_dri.so malloc 72 0x55717346a800 0.000119
+gallium_dri.so free 0x55717346aa40 void 0.000133
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so malloc 72 0x55717346a9f0 0.000120
+gallium_dri.so free 0x55717346ab00 void 0.000121
+gallium_dri.so free 0x55717346a9f0 void 0.000170
+gallium_dri.so malloc 72 0x55717346aab0 0.000118
+gallium_dri.so free 0x55717346ab80 void 0.000117
+gallium_dri.so free 0x55717346aab0 void 0.000119
+gallium_dri.so malloc 72 0x55717346abd0 0.000120
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x55717346abd0 void 0.000117
+gallium_dri.so malloc 72 0x55717346ac60 0.000120
+gallium_dri.so free 0x55717346ad00 void 0.000120
+gallium_dri.so free 0x55717346ac60 void 0.000117
+gallium_dri.so malloc 72 0x55717346acb0 0.000119
+gallium_dri.so free 0x55717346ad80 void 0.000119
+gallium_dri.so free 0x55717346acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346acb0 0.000122
+gallium_dri.so free 0x55717346ae00 void 0.000120
+gallium_dri.so free 0x55717346acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae00 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae00 0.000119
+gallium_dri.so free 0x55717346afc0 void 0.000119
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so malloc 72 0x55717346af70 0.000120
+gallium_dri.so free 0x55717346b000 void 0.000120
+gallium_dri.so free 0x55717346af70 void 0.000118
+gallium_dri.so malloc 72 0x55717346af70 0.000119
+gallium_dri.so free 0x55717346b0c0 void 0.000131
+gallium_dri.so free 0x55717346af70 void 0.000118
+gallium_dri.so malloc 72 0x55717346b100 0.000119
+gallium_dri.so free 0x55717346b180 void 0.000119
+gallium_dri.so free 0x55717346b100 void 0.000117
+gallium_dri.so malloc 72 0x55717346b180 0.000116
+gallium_dri.so free 0x55717346b240 void 0.000118
+gallium_dri.so free 0x55717346b180 void 0.000116
+gallium_dri.so malloc 72 0x55717346b180 0.000120
+gallium_dri.so free 0x55717346b2c0 void 0.000120
+gallium_dri.so free 0x55717346b180 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2f0 0.000120
+gallium_dri.so free 0x55717346b340 void 0.000118
+gallium_dri.so free 0x55717346b2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b2f0 0.000119
+gallium_dri.so free 0x55717346b440 void 0.000120
+gallium_dri.so free 0x55717346b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b480 0.000118
+gallium_dri.so free 0x55717346b500 void 0.000121
+gallium_dri.so free 0x55717346b480 void 0.000117
+gallium_dri.so malloc 72 0x55717346b500 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so free 0x55717346b500 void 0.000116
+gallium_dri.so malloc 72 0x55717346b500 0.000120
+gallium_dri.so free 0x55717346b640 void 0.000118
+gallium_dri.so free 0x55717346b500 void 0.000117
+gallium_dri.so malloc 72 0x55717346b670 0.000129
+gallium_dri.so free 0x55717346b6c0 void 0.000118
+gallium_dri.so free 0x55717346b670 void 0.000120
+gallium_dri.so malloc 72 0x55717346b670 0.000121
+gallium_dri.so free 0x55717346b7c0 void 0.000116
+gallium_dri.so free 0x55717346b670 void 0.000117
+gallium_dri.so malloc 72 0x55717346b770 0.000121
+gallium_dri.so free 0x55717346b880 void 0.000120
+gallium_dri.so free 0x55717346b770 void 0.000119
+gallium_dri.so malloc 72 0x55717346b830 0.000117
+gallium_dri.so free 0x55717346b900 void 0.000124
+gallium_dri.so free 0x55717346b830 void 0.000118
+gallium_dri.so malloc 72 0x55717346b830 0.000120
+gallium_dri.so free 0x55717346b9c0 void 0.000120
+gallium_dri.so free 0x55717346b830 void 0.000119
+gallium_dri.so malloc 72 0x55717346b830 0.000119
+gallium_dri.so free 0x55717346ba80 void 0.000121
+gallium_dri.so free 0x55717346b830 void 0.000117
+gallium_dri.so malloc 72 0x55717346ba30 0.000119
+gallium_dri.so free 0x55717346bb00 void 0.000120
+gallium_dri.so free 0x55717346ba30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bb50 0.000120
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so free 0x55717346bb50 void 0.000120
+gallium_dri.so malloc 72 0x55717346bbe0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so free 0x55717346bbe0 void 0.000170
+gallium_dri.so malloc 72 0x55717346bc30 0.000121
+gallium_dri.so free 0x55717346bd00 void 0.000121
+gallium_dri.so free 0x55717346bc30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bd00 0.000122
+gallium_dri.so free 0x55717346bdc0 void 0.000120
+gallium_dri.so free 0x55717346bd00 void 0.000117
+gallium_dri.so malloc 72 0x55717346bd00 0.000117
+gallium_dri.so free 0x55717346be40 void 0.000118
+gallium_dri.so free 0x55717346bd00 void 0.000117
+gallium_dri.so malloc 72 0x55717346be40 0.000117
+gallium_dri.so free 0x55717346bf00 void 0.000120
+gallium_dri.so free 0x55717346be40 void 0.000119
+gallium_dri.so malloc 72 0x55717346be40 0.000117
+gallium_dri.so free 0x55717346bfc0 void 0.000118
+gallium_dri.so free 0x55717346be40 void 0.000119
+gallium_dri.so malloc 72 0x55717346be40 0.000120
+gallium_dri.so free 0x55717346c080 void 0.000120
+gallium_dri.so free 0x55717346be40 void 0.000119
+gallium_dri.so malloc 72 0x55717346c030 0.000120
+gallium_dri.so free 0x55717346c100 void 0.000121
+gallium_dri.so free 0x55717346c030 void 0.000120
+gallium_dri.so malloc 72 0x55717346c150 0.000120
+gallium_dri.so free 0x55717346c1c0 void 0.000120
+gallium_dri.so free 0x55717346c150 void 0.000116
+gallium_dri.so malloc 72 0x55717346c200 0.000117
+gallium_dri.so free 0x55717346c280 void 0.000131
+gallium_dri.so free 0x55717346c200 void 0.000117
+gallium_dri.so malloc 72 0x55717346c200 0.000120
+gallium_dri.so free 0x55717346c300 void 0.000118
+gallium_dri.so free 0x55717346c200 void 0.000119
+gallium_dri.so malloc 72 0x55717346c330 0.000121
+gallium_dri.so free 0x55717346c380 void 0.000120
+gallium_dri.so free 0x55717346c330 void 0.000117
+gallium_dri.so malloc 72 0x55717346c330 0.000119
+gallium_dri.so free 0x55717346c480 void 0.000120
+gallium_dri.so free 0x55717346c330 void 0.000116
+gallium_dri.so malloc 72 0x55717346c430 0.000121
+gallium_dri.so free 0x55717346c540 void 0.000121
+gallium_dri.so free 0x55717346c430 void 0.000117
+gallium_dri.so malloc 72 0x55717346c4f0 0.000116
+gallium_dri.so free 0x55717346c580 void 0.000119
+gallium_dri.so free 0x55717346c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c4f0 0.000118
+gallium_dri.so free 0x55717346c640 void 0.000117
+gallium_dri.so free 0x55717346c4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c6b0 0.000120
+gallium_dri.so free 0x55717346c700 void 0.000121
+gallium_dri.so free 0x55717346c6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c6b0 0.000133
+gallium_dri.so free 0x55717346c800 void 0.000117
+gallium_dri.so free 0x55717346c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c7b0 0.000131
+gallium_dri.so free 0x55717346c8c0 void 0.000121
+gallium_dri.so free 0x55717346c7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c870 0.000119
+gallium_dri.so free 0x55717346c900 void 0.000120
+gallium_dri.so free 0x55717346c870 void 0.000118
+gallium_dri.so malloc 72 0x55717346c870 0.000118
+gallium_dri.so free 0x55717346c9c0 void 0.000119
+gallium_dri.so free 0x55717346c870 void 0.000119
+gallium_dri.so malloc 72 0x55717346ca00 0.000119
+gallium_dri.so free 0x55717346ca80 void 0.000119
+gallium_dri.so free 0x55717346ca00 void 0.000117
+gallium_dri.so malloc 72 0x55717346ca80 0.000119
+gallium_dri.so free 0x55717346cb40 void 0.000121
+gallium_dri.so free 0x55717346ca80 void 0.000119
+gallium_dri.so malloc 72 0x55717346ca80 0.000118
+gallium_dri.so free 0x55717346cc00 void 0.000120
+gallium_dri.so free 0x55717346ca80 void 0.000119
+gallium_dri.so malloc 72 0x55717346cc20 0.000120
+gallium_dri.so free 0x55717346ccc0 void 0.000121
+gallium_dri.so free 0x55717346cc20 void 0.000125
+gallium_dri.so malloc 72 0x55717346cc70 0.000121
+gallium_dri.so free 0x55717346cd40 void 0.000121
+gallium_dri.so free 0x55717346cc70 void 0.000119
+gallium_dri.so malloc 72 0x55717346cc70 0.000117
+gallium_dri.so free 0x55717346cdc0 void 0.000119
+gallium_dri.so free 0x55717346cc70 void 0.000168
+gallium_dri.so malloc 72 0x55717346cdc0 0.000121
+gallium_dri.so free 0x55717346ce80 void 0.000119
+gallium_dri.so free 0x55717346cdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdc0 0.000119
+gallium_dri.so free 0x55717346cf40 void 0.000120
+gallium_dri.so free 0x55717346cdc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346cdc0 0.000116
+gallium_dri.so free 0x55717346d000 void 0.000116
+gallium_dri.so free 0x55717346cdc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cfb0 0.000119
+gallium_dri.so free 0x55717346d0c0 void 0.000119
+gallium_dri.so free 0x55717346cfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d070 0.000117
+gallium_dri.so free 0x55717346d140 void 0.000120
+gallium_dri.so free 0x55717346d070 void 0.000119
+gallium_dri.so malloc 72 0x55717346d190 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000119
+gallium_dri.so free 0x55717346d190 void 0.000119
+gallium_dri.so malloc 72 0x55717346d220 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000195
+gallium_dri.so free 0x55717346d220 void 0.000127
+gallium_dri.so malloc 72 0x55717346d270 0.000125
+gallium_dri.so free 0x55717346d340 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000114
+gallium_dri.so malloc 72 0x55717346d270 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000116
+gallium_dri.so free 0x55717346d270 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3c0 0.000113
+gallium_dri.so free 0x55717346d480 void 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d3c0 0.000113
+gallium_dri.so free 0x55717346d580 void 0.000114
+gallium_dri.so free 0x55717346d3c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d530 0.000120
+gallium_dri.so free 0x55717346d5c0 void 0.000122
+gallium_dri.so free 0x55717346d530 void 0.000128
+gallium_dri.so malloc 72 0x55717346d530 0.000120
+gallium_dri.so free 0x55717346d680 void 0.000121
+gallium_dri.so free 0x55717346d530 void 0.000120
+gallium_dri.so malloc 72 0x55717346d6c0 0.000120
+gallium_dri.so free 0x55717346d740 void 0.000121
+gallium_dri.so free 0x55717346d6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d740 0.000121
+gallium_dri.so free 0x55717346d800 void 0.000120
+gallium_dri.so free 0x55717346d740 void 0.000120
+gallium_dri.so malloc 72 0x55717346d740 0.000119
+gallium_dri.so free 0x55717346d880 void 0.000121
+gallium_dri.so free 0x55717346d740 void 0.000120
+gallium_dri.so malloc 72 0x55717346d8b0 0.000120
+gallium_dri.so free 0x55717346d900 void 0.000120
+gallium_dri.so free 0x55717346d8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d8b0 0.000130
+gallium_dri.so free 0x55717346da00 void 0.000119
+gallium_dri.so free 0x55717346d8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346da40 0.000120
+gallium_dri.so free 0x55717346dac0 void 0.000119
+gallium_dri.so free 0x55717346da40 void 0.000121
+gallium_dri.so malloc 72 0x55717346dac0 0.000120
+gallium_dri.so free 0x55717346db80 void 0.000121
+gallium_dri.so free 0x55717346dac0 void 0.000118
+gallium_dri.so malloc 72 0x55717346dac0 0.000120
+gallium_dri.so free 0x55717346dc00 void 0.000126
+gallium_dri.so free 0x55717346dac0 void 0.000121
+gallium_dri.so malloc 72 0x55717346dc30 0.000120
+gallium_dri.so free 0x55717346dc80 void 0.000118
+gallium_dri.so free 0x55717346dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc30 0.000121
+gallium_dri.so free 0x55717346dd80 void 0.000121
+gallium_dri.so free 0x55717346dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717346dd30 0.000120
+gallium_dri.so free 0x55717346de40 void 0.000120
+gallium_dri.so free 0x55717346dd30 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddf0 0.000118
+gallium_dri.so free 0x55717346dec0 void 0.000120
+gallium_dri.so free 0x55717346ddf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ddf0 0.000120
+gallium_dri.so free 0x55717346df80 void 0.000122
+gallium_dri.so free 0x55717346ddf0 void 0.000165
+gallium_dri.so malloc 72 0x55717346ddf0 0.000121
+gallium_dri.so free 0x55717346e040 void 0.000118
+gallium_dri.so free 0x55717346ddf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346dff0 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000121
+gallium_dri.so free 0x55717346dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e110 0.000119
+gallium_dri.so free 0x55717346e180 void 0.000121
+gallium_dri.so free 0x55717346e110 void 0.000120
+gallium_dri.so malloc 72 0x55717346e1a0 0.000120
+gallium_dri.so free 0x55717346e240 void 0.000122
+gallium_dri.so free 0x55717346e1a0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e1f0 0.000121
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so free 0x55717346e1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e2c0 0.000121
+gallium_dri.so free 0x55717346e380 void 0.000119
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e2c0 0.000119
+gallium_dri.so free 0x55717346e400 void 0.000121
+gallium_dri.so free 0x55717346e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e400 0.000121
+gallium_dri.so free 0x55717346e4c0 void 0.000122
+gallium_dri.so free 0x55717346e400 void 0.000120
+gallium_dri.so malloc 72 0x55717346e400 0.000127
+gallium_dri.so free 0x55717346e580 void 0.000122
+gallium_dri.so free 0x55717346e400 void 0.000119
+gallium_dri.so malloc 72 0x55717346e400 0.000119
+gallium_dri.so free 0x55717346e640 void 0.000117
+gallium_dri.so free 0x55717346e400 void 0.000116
+gallium_dri.so malloc 72 0x55717346e5f0 0.000116
+gallium_dri.so free 0x55717346e6c0 void 0.000120
+gallium_dri.so free 0x55717346e5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e710 0.000119
+gallium_dri.so free 0x55717346e780 void 0.000119
+gallium_dri.so free 0x55717346e710 void 0.000116
+gallium_dri.so malloc 72 0x55717346e7c0 0.000119
+gallium_dri.so free 0x55717346e840 void 0.000120
+gallium_dri.so free 0x55717346e7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e7c0 0.000116
+gallium_dri.so free 0x55717346e8c0 void 0.000120
+gallium_dri.so free 0x55717346e7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8f0 0.000115
+gallium_dri.so free 0x55717346e940 void 0.000116
+gallium_dri.so free 0x55717346e8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e8f0 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x55717346e8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000116
+gallium_dri.so free 0x5571735bfe80 void 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000155
+gallium_dri.so free 0x5571735bff00 void 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bff30 0.000119
+gallium_dri.so free 0x5571735bff80 void 0.000118
+gallium_dri.so free 0x5571735bff30 void 0.000117
+gallium_dri.so malloc 72 0x5571735bff30 0.000121
+gallium_dri.so free 0x5571735c0080 void 0.000124
+gallium_dri.so free 0x5571735bff30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c00c0 0.000117
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c00c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0140 0.000121
+gallium_dri.so free 0x5571735c0200 void 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0140 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000116
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02b0 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so free 0x5571735c02b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02b0 0.000117
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735c02b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c03b0 0.000119
+gallium_dri.so free 0x5571735c04c0 void 0.000121
+gallium_dri.so free 0x5571735c03b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c0470 0.000121
+gallium_dri.so free 0x5571735c0540 void 0.000121
+gallium_dri.so free 0x5571735c0470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0470 0.000117
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so free 0x5571735c0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0470 0.000119
+gallium_dri.so free 0x5571735c06c0 void 0.000118
+gallium_dri.so free 0x5571735c0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0670 0.000120
+gallium_dri.so free 0x5571735c0740 void 0.000136
+gallium_dri.so free 0x5571735c0670 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0790 0.000117
+gallium_dri.so free 0x5571735c0800 void 0.000119
+gallium_dri.so free 0x5571735c0790 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0820 0.000117
+gallium_dri.so free 0x5571735c08c0 void 0.000120
+gallium_dri.so free 0x5571735c0820 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0870 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000118
+gallium_dri.so free 0x5571735c0870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0940 0.000118
+gallium_dri.so free 0x5571735c0a00 void 0.000120
+gallium_dri.so free 0x5571735c0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0940 0.000119
+gallium_dri.so free 0x5571735c0a80 void 0.000126
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a80 0.000114
+gallium_dri.so free 0x5571735c0b40 void 0.000115
+gallium_dri.so free 0x5571735c0a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0a80 0.000115
+gallium_dri.so free 0x5571735c0c00 void 0.000115
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a80 0.000121
+gallium_dri.so free 0x5571735c0cc0 void 0.000117
+gallium_dri.so free 0x5571735c0a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0c70 0.000115
+gallium_dri.so free 0x5571735c0d40 void 0.000117
+gallium_dri.so free 0x5571735c0c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0d90 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000117
+gallium_dri.so free 0x5571735c0d90 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0e40 0.000126
+gallium_dri.so free 0x5571735c0ec0 void 0.000122
+gallium_dri.so free 0x5571735c0e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e40 0.000117
+gallium_dri.so free 0x5571735c0f40 void 0.000120
+gallium_dri.so free 0x5571735c0e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0f70 0.000121
+gallium_dri.so free 0x5571735c0fc0 void 0.000119
+gallium_dri.so free 0x5571735c0f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0f70 0.000130
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735c0f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x5571735c1180 void 0.000123
+gallium_dri.so free 0x5571735c1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1130 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so free 0x5571735c1130 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1130 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000118
+gallium_dri.so free 0x5571735c1130 void 0.000118
+gallium_dri.so malloc 72 0x5571735c12f0 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000123
+gallium_dri.so free 0x5571735c12f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c12f0 0.000121
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so free 0x5571735c12f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c13f0 0.000122
+gallium_dri.so free 0x5571735c1500 void 0.000126
+gallium_dri.so free 0x5571735c13f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c1540 void 0.000123
+gallium_dri.so free 0x5571735c14b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c14b0 0.000119
+gallium_dri.so free 0x5571735c1600 void 0.000135
+gallium_dri.so free 0x5571735c14b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1640 0.000121
+gallium_dri.so free 0x5571735c16c0 void 0.000119
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16c0 0.000121
+gallium_dri.so free 0x5571735c1780 void 0.000123
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16c0 0.000120
+gallium_dri.so free 0x5571735c1840 void 0.000122
+gallium_dri.so free 0x5571735c16c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1860 0.000118
+gallium_dri.so free 0x5571735c1900 void 0.000118
+gallium_dri.so free 0x5571735c1860 void 0.000122
+gallium_dri.so malloc 72 0x5571735c18b0 0.000120
+gallium_dri.so free 0x5571735c1980 void 0.000121
+gallium_dri.so free 0x5571735c18b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c18b0 0.000119
+gallium_dri.so free 0x5571735c1a00 void 0.000116
+gallium_dri.so free 0x5571735c18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a00 0.000119
+gallium_dri.so free 0x5571735c1ac0 void 0.000121
+gallium_dri.so free 0x5571735c1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a00 0.000121
+gallium_dri.so free 0x5571735c1b80 void 0.000122
+gallium_dri.so free 0x5571735c1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a00 0.000118
+gallium_dri.so free 0x5571735c1c40 void 0.000131
+gallium_dri.so free 0x5571735c1a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000118
+gallium_dri.so free 0x5571735c1d00 void 0.000122
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000129
+gallium_dri.so free 0x5571735c1cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1dd0 0.000121
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so free 0x5571735c1dd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e60 0.000120
+gallium_dri.so free 0x5571735c1f00 void 0.000122
+gallium_dri.so free 0x5571735c1e60 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000122
+gallium_dri.so free 0x5571735c1f80 void 0.000122
+gallium_dri.so free 0x5571735c1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000122
+gallium_dri.so free 0x5571735c2000 void 0.000121
+gallium_dri.so free 0x5571735c1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2000 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000119
+gallium_dri.so free 0x5571735c2000 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2000 0.000117
+gallium_dri.so free 0x5571735c21c0 void 0.000117
+gallium_dri.so free 0x5571735c2000 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2170 0.000125
+gallium_dri.so free 0x5571735c2200 void 0.000138
+gallium_dri.so free 0x5571735c2170 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2170 0.000120
+gallium_dri.so free 0x5571735c22c0 void 0.000121
+gallium_dri.so free 0x5571735c2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2300 0.000122
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735c2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2380 0.000117
+gallium_dri.so free 0x5571735c2440 void 0.000122
+gallium_dri.so free 0x5571735c2380 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2380 0.000121
+gallium_dri.so free 0x5571735c24c0 void 0.000122
+gallium_dri.so free 0x5571735c2380 void 0.000122
+gallium_dri.so malloc 72 0x5571735c24f0 0.000120
+gallium_dri.so free 0x5571735c2540 void 0.000121
+gallium_dri.so free 0x5571735c24f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c24f0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000121
+gallium_dri.so free 0x5571735c24f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2680 0.000117
+gallium_dri.so free 0x5571735c2700 void 0.000122
+gallium_dri.so free 0x5571735c2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2700 0.000121
+gallium_dri.so free 0x5571735c27c0 void 0.000131
+gallium_dri.so free 0x5571735c2700 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2700 0.000122
+gallium_dri.so free 0x5571735c2840 void 0.000120
+gallium_dri.so free 0x5571735c2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2870 0.000117
+gallium_dri.so free 0x5571735c28c0 void 0.000117
+gallium_dri.so free 0x5571735c2870 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2870 0.000121
+gallium_dri.so free 0x5571735c29c0 void 0.000121
+gallium_dri.so free 0x5571735c2870 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x5571735c2a80 void 0.000118
+gallium_dri.so free 0x5571735c2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2a30 0.000120
+gallium_dri.so free 0x5571735c2b00 void 0.000121
+gallium_dri.so free 0x5571735c2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a30 0.000121
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so free 0x5571735c2a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2a30 0.000120
+gallium_dri.so free 0x5571735c2c80 void 0.000120
+gallium_dri.so free 0x5571735c2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c30 0.000119
+gallium_dri.so free 0x5571735c2d00 void 0.000120
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2d50 0.000124
+gallium_dri.so free 0x5571735c2dc0 void 0.000123
+gallium_dri.so free 0x5571735c2d50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2de0 0.000126
+gallium_dri.so free 0x5571735c2e80 void 0.000121
+gallium_dri.so free 0x5571735c2de0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2e30 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f00 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000123
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f00 0.000122
+gallium_dri.so free 0x5571735c3040 void 0.000122
+gallium_dri.so free 0x5571735c2f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3040 0.000121
+gallium_dri.so free 0x5571735c3100 void 0.000122
+gallium_dri.so free 0x5571735c3040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3040 0.000118
+gallium_dri.so free 0x5571735c31c0 void 0.000121
+gallium_dri.so free 0x5571735c3040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3040 0.000121
+gallium_dri.so free 0x5571735c3280 void 0.000120
+gallium_dri.so free 0x5571735c3040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3230 0.000120
+gallium_dri.so free 0x5571735c3300 void 0.000139
+gallium_dri.so free 0x5571735c3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3350 0.000121
+gallium_dri.so free 0x5571735c33c0 void 0.000122
+gallium_dri.so free 0x5571735c3350 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3400 0.000122
+gallium_dri.so free 0x5571735c3480 void 0.000120
+gallium_dri.so free 0x5571735c3400 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3400 0.000121
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c3400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3530 0.000117
+gallium_dri.so free 0x5571735c3580 void 0.000119
+gallium_dri.so free 0x5571735c3530 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3530 0.000121
+gallium_dri.so free 0x5571735c3680 void 0.000120
+gallium_dri.so free 0x5571735c3530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3630 0.000120
+gallium_dri.so free 0x5571735c3740 void 0.000124
+gallium_dri.so free 0x5571735c3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c36f0 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c36f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36f0 0.000121
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so free 0x5571735c36f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c38b0 0.000122
+gallium_dri.so free 0x5571735c3900 void 0.000120
+gallium_dri.so free 0x5571735c38b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c38b0 0.000118
+gallium_dri.so free 0x5571735c3a00 void 0.000120
+gallium_dri.so free 0x5571735c38b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c39b0 0.000118
+gallium_dri.so free 0x5571735c3ac0 void 0.000122
+gallium_dri.so free 0x5571735c39b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a70 0.000120
+gallium_dri.so free 0x5571735c3b00 void 0.000123
+gallium_dri.so free 0x5571735c3a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a70 0.000119
+gallium_dri.so free 0x5571735c3bc0 void 0.000121
+gallium_dri.so free 0x5571735c3a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c00 0.000117
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c80 0.000119
+gallium_dri.so free 0x5571735c3d40 void 0.000128
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c80 0.000120
+gallium_dri.so free 0x5571735c3e00 void 0.000121
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3e20 0.000119
+gallium_dri.so free 0x5571735c3ec0 void 0.000193
+gallium_dri.so free 0x5571735c3e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3e70 0.000121
+gallium_dri.so free 0x5571735c3f40 void 0.000122
+gallium_dri.so free 0x5571735c3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3e70 0.000121
+gallium_dri.so free 0x5571735c3fc0 void 0.000121
+gallium_dri.so free 0x5571735c3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000120
+gallium_dri.so free 0x5571735c4080 void 0.000122
+gallium_dri.so free 0x5571735c3fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000117
+gallium_dri.so free 0x5571735c4140 void 0.000117
+gallium_dri.so free 0x5571735c3fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000120
+gallium_dri.so free 0x5571735c4200 void 0.000119
+gallium_dri.so free 0x5571735c3fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c41b0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000121
+gallium_dri.so free 0x5571735c41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735c4340 void 0.000119
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4390 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000121
+gallium_dri.so free 0x5571735c4390 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4420 0.000121
+gallium_dri.so free 0x5571735c44c0 void 0.000118
+gallium_dri.so free 0x5571735c4420 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4470 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000122
+gallium_dri.so free 0x5571735c4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4470 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000121
+gallium_dri.so free 0x5571735c4470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c45c0 0.000122
+gallium_dri.so free 0x5571735c4680 void 0.000122
+gallium_dri.so free 0x5571735c45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c45c0 0.000120
+gallium_dri.so free 0x5571735c4780 void 0.000119
+gallium_dri.so free 0x5571735c45c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4730 0.000121
+gallium_dri.so free 0x5571735c47c0 void 0.000121
+gallium_dri.so free 0x5571735c4730 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4730 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000122
+gallium_dri.so free 0x5571735c4730 void 0.000121
+gallium_dri.so malloc 72 0x5571735c48c0 0.000122
+gallium_dri.so free 0x5571735c4940 void 0.000121
+gallium_dri.so free 0x5571735c48c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4940 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000130
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4940 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000121
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000121
+gallium_dri.so free 0x5571735c4b00 void 0.000122
+gallium_dri.so free 0x5571735c4ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4c40 0.000123
+gallium_dri.so free 0x5571735c4cc0 void 0.000118
+gallium_dri.so free 0x5571735c4c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000120
+gallium_dri.so free 0x5571735c4d80 void 0.000121
+gallium_dri.so free 0x5571735c4cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000123
+gallium_dri.so free 0x5571735c4e00 void 0.000121
+gallium_dri.so free 0x5571735c4cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e30 0.000117
+gallium_dri.so free 0x5571735c4e80 void 0.000121
+gallium_dri.so free 0x5571735c4e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4e30 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000119
+gallium_dri.so free 0x5571735c4e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f30 0.000130
+gallium_dri.so free 0x5571735c5040 void 0.000127
+gallium_dri.so free 0x5571735c4f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000123
+gallium_dri.so free 0x5571735c4ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000122
+gallium_dri.so free 0x5571735da940 void 0.000122
+gallium_dri.so free 0x5571735c4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da970 0.000120
+gallium_dri.so free 0x5571735da9c0 void 0.000119
+gallium_dri.so free 0x5571735da970 void 0.000122
+gallium_dri.so malloc 72 0x5571735da970 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735da970 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa70 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735daa70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab30 0.000122
+gallium_dri.so free 0x5571735dabc0 void 0.000119
+gallium_dri.so free 0x5571735dab30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dac80 void 0.000122
+gallium_dri.so free 0x5571735dab30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacd0 0.000117
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so free 0x5571735dacd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dad80 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so free 0x5571735dad80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae00 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000121
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dae00 0.000118
+gallium_dri.so free 0x5571735daf40 void 0.000123
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000121
+gallium_dri.so free 0x5571735dafc0 void 0.000117
+gallium_dri.so free 0x5571735daf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735daf70 0.000117
+gallium_dri.so free 0x5571735db0c0 void 0.000120
+gallium_dri.so free 0x5571735daf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735db070 0.000118
+gallium_dri.so free 0x5571735db180 void 0.000122
+gallium_dri.so free 0x5571735db070 void 0.000120
+gallium_dri.so malloc 72 0x5571735db130 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so free 0x5571735db130 void 0.000122
+gallium_dri.so malloc 72 0x5571735db220 0.000120
+gallium_dri.so free 0x5571735db2c0 void 0.000121
+gallium_dri.so free 0x5571735db220 void 0.000120
+gallium_dri.so malloc 72 0x5571735db270 0.000118
+gallium_dri.so free 0x5571735db340 void 0.000128
+gallium_dri.so free 0x5571735db270 void 0.000118
+gallium_dri.so malloc 72 0x5571735db270 0.000117
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so free 0x5571735db270 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3c0 0.000121
+gallium_dri.so free 0x5571735db480 void 0.000123
+gallium_dri.so free 0x5571735db3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db3c0 0.000119
+gallium_dri.so free 0x5571735db540 void 0.000120
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db3c0 0.000118
+gallium_dri.so free 0x5571735db600 void 0.000121
+gallium_dri.so free 0x5571735db3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000118
+gallium_dri.so free 0x5571735db600 void 0.000122
+gallium_dri.so free 0x5571735db5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5b0 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000121
+gallium_dri.so free 0x5571735db5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db6b0 0.000120
+gallium_dri.so free 0x5571735db7c0 void 0.000122
+gallium_dri.so free 0x5571735db6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db770 0.000119
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db770 void 0.000129
+gallium_dri.so malloc 72 0x5571735db770 0.000121
+gallium_dri.so free 0x5571735db8c0 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000121
+gallium_dri.so free 0x5571735db900 void 0.000117
+gallium_dri.so malloc 72 0x5571735db980 0.000117
+gallium_dri.so free 0x5571735dba40 void 0.000121
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000122
+gallium_dri.so free 0x5571735db980 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbb20 0.000119
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735dbb20 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbc40 void 0.000123
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000123
+gallium_dri.so free 0x5571735dbd80 void 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000117
+gallium_dri.so free 0x5571735dbe40 void 0.000133
+gallium_dri.so free 0x5571735dbcc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000120
+gallium_dri.so free 0x5571735dbfc0 void 0.000120
+gallium_dri.so free 0x5571735dbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf70 0.000122
+gallium_dri.so free 0x5571735dc040 void 0.000122
+gallium_dri.so free 0x5571735dbf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc090 0.000119
+gallium_dri.so free 0x5571735dc100 void 0.000122
+gallium_dri.so free 0x5571735dc090 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc120 0.000120
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x5571735dc120 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc170 0.000121
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc170 0.000120
+gallium_dri.so free 0x5571735dc2c0 void 0.000121
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000121
+gallium_dri.so free 0x5571735dc380 void 0.000120
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000125
+gallium_dri.so free 0x5571735dc480 void 0.000126
+gallium_dri.so free 0x5571735dc2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc430 0.000119
+gallium_dri.so free 0x5571735dc4c0 void 0.000122
+gallium_dri.so free 0x5571735dc430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc430 0.000120
+gallium_dri.so free 0x5571735dc580 void 0.000121
+gallium_dri.so free 0x5571735dc430 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000122
+gallium_dri.so free 0x5571735dc640 void 0.000123
+gallium_dri.so free 0x5571735dc5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc640 0.000121
+gallium_dri.so free 0x5571735dc700 void 0.000122
+gallium_dri.so free 0x5571735dc640 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc640 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000120
+gallium_dri.so free 0x5571735dc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000122
+gallium_dri.so free 0x5571735dc800 void 0.000122
+gallium_dri.so free 0x5571735dc7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000122
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc940 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000131
+gallium_dri.so free 0x5571735dc940 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000117
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000122
+gallium_dri.so free 0x5571735dcb00 void 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcb80 void 0.000123
+gallium_dri.so free 0x5571735dcb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb30 0.000121
+gallium_dri.so free 0x5571735dcc80 void 0.000122
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcc30 0.000121
+gallium_dri.so free 0x5571735dcd40 void 0.000121
+gallium_dri.so free 0x5571735dcc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dccf0 0.000121
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dccf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dccf0 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000121
+gallium_dri.so free 0x5571735dccf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dccf0 0.000120
+gallium_dri.so free 0x5571735dcf40 void 0.000120
+gallium_dri.so free 0x5571735dccf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcef0 0.000123
+gallium_dri.so free 0x5571735dcfc0 void 0.000123
+gallium_dri.so free 0x5571735dcef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd010 0.000120
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dd010 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000122
+gallium_dri.so free 0x5571735dd140 void 0.000123
+gallium_dri.so free 0x5571735dd0a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000118
+gallium_dri.so free 0x5571735dd1c0 void 0.000119
+gallium_dri.so free 0x5571735dd0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000121
+gallium_dri.so free 0x5571735dd1c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000118
+gallium_dri.so free 0x5571735dd300 void 0.000118
+gallium_dri.so free 0x5571735dd1c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd300 0.000118
+gallium_dri.so free 0x5571735dd3c0 void 0.000122
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000119
+gallium_dri.so free 0x5571735dd480 void 0.000121
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd300 0.000121
+gallium_dri.so free 0x5571735dd540 void 0.000170
+gallium_dri.so free 0x5571735dd300 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000117
+gallium_dri.so free 0x5571735dd5c0 void 0.000121
+gallium_dri.so free 0x5571735dd4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd610 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000117
+gallium_dri.so free 0x5571735dd610 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000122
+gallium_dri.so free 0x5571735dd740 void 0.000119
+gallium_dri.so free 0x5571735dd6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000117
+gallium_dri.so free 0x5571735dd6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000121
+gallium_dri.so free 0x5571735dd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000121
+gallium_dri.so free 0x5571735dd940 void 0.000122
+gallium_dri.so free 0x5571735dd7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000123
+gallium_dri.so free 0x5571735dd8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000117
+gallium_dri.so free 0x5571735dda40 void 0.000123
+gallium_dri.so free 0x5571735dd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000129
+gallium_dri.so free 0x5571735ddb00 void 0.000123
+gallium_dri.so free 0x5571735dd9b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddb70 0.000119
+gallium_dri.so free 0x5571735ddbc0 void 0.000120
+gallium_dri.so free 0x5571735ddb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb70 0.000120
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so free 0x5571735ddb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddc70 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so free 0x5571735ddc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddd30 0.000118
+gallium_dri.so free 0x5571735dddc0 void 0.000120
+gallium_dri.so free 0x5571735ddd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddd30 0.000121
+gallium_dri.so free 0x5571735dde80 void 0.000122
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddec0 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de000 void 0.000127
+gallium_dri.so free 0x5571735ddf40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf40 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000123
+gallium_dri.so malloc 72 0x5571735de0e0 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000133
+gallium_dri.so free 0x5571735de0e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de130 0.000121
+gallium_dri.so free 0x5571735de200 void 0.000120
+gallium_dri.so free 0x5571735de130 void 0.000120
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de280 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so malloc 72 0x5571735de280 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000122
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so malloc 72 0x5571735de280 0.000122
+gallium_dri.so free 0x5571735de4c0 void 0.000121
+gallium_dri.so free 0x5571735de280 void 0.000122
+gallium_dri.so malloc 72 0x5571735de470 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000123
+gallium_dri.so free 0x5571735de470 void 0.000121
+gallium_dri.so malloc 72 0x5571735de530 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000123
+gallium_dri.so free 0x5571735de530 void 0.000122
+gallium_dri.so malloc 72 0x5571735de650 0.000222
+gallium_dri.so free 0x5571735de6c0 void 0.000123
+gallium_dri.so free 0x5571735de650 void 0.000118
+gallium_dri.so malloc 72 0x5571735de6e0 0.000120
+gallium_dri.so free 0x5571735de780 void 0.000120
+gallium_dri.so free 0x5571735de6e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de730 0.000118
+gallium_dri.so free 0x5571735de800 void 0.000122
+gallium_dri.so free 0x5571735de730 void 0.000120
+gallium_dri.so malloc 72 0x5571735de730 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000120
+gallium_dri.so free 0x5571735de730 void 0.000121
+gallium_dri.so malloc 72 0x5571735de880 0.000120
+gallium_dri.so free 0x5571735de940 void 0.000121
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de880 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000122
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000121
+gallium_dri.so free 0x5571735dea80 void 0.000120
+gallium_dri.so free 0x5571735de9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de9f0 0.000120
+gallium_dri.so free 0x5571735deb40 void 0.000122
+gallium_dri.so free 0x5571735de9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deb80 0.000118
+gallium_dri.so free 0x5571735dec00 void 0.000129
+gallium_dri.so free 0x5571735deb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec00 0.000121
+gallium_dri.so free 0x5571735decc0 void 0.000118
+gallium_dri.so free 0x5571735dec00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec00 0.000118
+gallium_dri.so free 0x5571735ded40 void 0.000122
+gallium_dri.so free 0x5571735dec00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000118
+gallium_dri.so free 0x5571735dedc0 void 0.000121
+gallium_dri.so free 0x5571735ded70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded70 0.000120
+gallium_dri.so free 0x5571735deec0 void 0.000122
+gallium_dri.so free 0x5571735ded70 void 0.000123
+gallium_dri.so malloc 72 0x5571735def00 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000134
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df040 void 0.000122
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df0c0 void 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so malloc 72 0x5571735df0f0 0.000122
+gallium_dri.so free 0x5571735df140 void 0.000122
+gallium_dri.so free 0x5571735df0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df0f0 0.000131
+gallium_dri.so free 0x5571735df240 void 0.000121
+gallium_dri.so free 0x5571735df0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df1f0 0.000119
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so free 0x5571735df1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2b0 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2b0 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000122
+gallium_dri.so free 0x5571735df2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2b0 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4b0 0.000122
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df5d0 0.000121
+gallium_dri.so free 0x5571735df640 void 0.000121
+gallium_dri.so free 0x5571735df5d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df660 0.000117
+gallium_dri.so free 0x5571735df700 void 0.000120
+gallium_dri.so free 0x5571735df660 void 0.000119
+gallium_dri.so malloc 72 0x5571735df6b0 0.000121
+gallium_dri.so free 0x5571735df780 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df780 0.000121
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so free 0x5571735df780 void 0.000119
+gallium_dri.so malloc 72 0x5571735df780 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000120
+gallium_dri.so free 0x5571735df780 void 0.000121
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735df980 void 0.000119
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df8c0 0.000122
+gallium_dri.so free 0x5571735dfa40 void 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735dfb00 void 0.000122
+gallium_dri.so free 0x5571735df8c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfab0 0.000121
+gallium_dri.so free 0x5571735dfb80 void 0.000121
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000117
+gallium_dri.so free 0x5571735dfbd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc80 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc80 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000123
+gallium_dri.so free 0x5571735dfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000122
+gallium_dri.so free 0x5571735dfe00 void 0.000125
+gallium_dri.so free 0x5571735dfdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000117
+gallium_dri.so free 0x5571735dff00 void 0.000122
+gallium_dri.so free 0x5571735dfdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so free 0x5571735dfeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dff70 0.000118
+gallium_dri.so free 0x5571735e0000 void 0.000121
+gallium_dri.so free 0x5571735dff70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dff70 0.000119
+gallium_dri.so free 0x5571735e00c0 void 0.000117
+gallium_dri.so free 0x5571735dff70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0130 0.000119
+gallium_dri.so free 0x5571735e0180 void 0.000122
+gallium_dri.so free 0x5571735e0130 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0130 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so free 0x5571735e0130 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0230 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000121
+gallium_dri.so free 0x5571735e0230 void 0.000159
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e0380 void 0.000118
+gallium_dri.so free 0x5571735e02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e0440 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0480 0.000122
+gallium_dri.so free 0x5571735e0500 void 0.000121
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0500 0.000120
+gallium_dri.so free 0x5571735e05c0 void 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0500 0.000121
+gallium_dri.so free 0x5571735e0680 void 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06a0 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so free 0x5571735e06a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06f0 0.000121
+gallium_dri.so free 0x5571735e07c0 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06f0 0.000121
+gallium_dri.so free 0x5571735e0840 void 0.000122
+gallium_dri.so free 0x5571735e06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0840 0.000121
+gallium_dri.so free 0x5571735e0900 void 0.000131
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0840 0.000119
+gallium_dri.so free 0x5571735e09c0 void 0.000121
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0840 0.000118
+gallium_dri.so free 0x5571735e0a80 void 0.000119
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a30 0.000120
+gallium_dri.so free 0x5571735e0b40 void 0.000121
+gallium_dri.so free 0x5571735e0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0af0 0.000122
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so free 0x5571735e0af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c10 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000117
+gallium_dri.so free 0x5571735e0c10 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000129
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so free 0x5571735e0ca0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735e0cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000121
+gallium_dri.so free 0x5571735eb480 void 0.000121
+gallium_dri.so free 0x5571735e0cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb430 0.000132
+gallium_dri.so free 0x5571735eb540 void 0.000122
+gallium_dri.so free 0x5571735eb430 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000117
+gallium_dri.so free 0x5571735eb5c0 void 0.000119
+gallium_dri.so free 0x5571735eb4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000117
+gallium_dri.so free 0x5571735eb740 void 0.000121
+gallium_dri.so free 0x5571735eb5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000120
+gallium_dri.so free 0x5571735eb800 void 0.000118
+gallium_dri.so free 0x5571735eb6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000117
+gallium_dri.so free 0x5571735eb840 void 0.000121
+gallium_dri.so free 0x5571735eb7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000116
+gallium_dri.so free 0x5571735eb900 void 0.000121
+gallium_dri.so free 0x5571735eb7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb970 0.000116
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571735eb970 void 0.000191
+gallium_dri.so malloc 72 0x5571735eb970 0.000120
+gallium_dri.so free 0x5571735ebac0 void 0.000118
+gallium_dri.so free 0x5571735eb970 void 0.000122
+gallium_dri.so malloc 72 0x5571735eba70 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000119
+gallium_dri.so free 0x5571735eba70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb30 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x5571735ebb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb30 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcc0 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so free 0x5571735ebcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd40 0.000117
+gallium_dri.so free 0x5571735ebe00 void 0.000117
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd40 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebee0 0.000117
+gallium_dri.so free 0x5571735ebf80 void 0.000120
+gallium_dri.so free 0x5571735ebee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000129
+gallium_dri.so free 0x5571735ebf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000120
+gallium_dri.so free 0x5571735ebf30 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec080 0.000118
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec080 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000126
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec080 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec270 0.000117
+gallium_dri.so free 0x5571735ec380 void 0.000121
+gallium_dri.so free 0x5571735ec270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec330 0.000117
+gallium_dri.so free 0x5571735ec400 void 0.000121
+gallium_dri.so free 0x5571735ec330 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec450 0.000119
+gallium_dri.so free 0x5571735ec4c0 void 0.000120
+gallium_dri.so free 0x5571735ec450 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000121
+gallium_dri.so free 0x5571735ec580 void 0.000121
+gallium_dri.so free 0x5571735ec4e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec530 0.000128
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec530 0.000121
+gallium_dri.so free 0x5571735ec680 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec680 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec680 0.000120
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000117
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000119
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec980 0.000117
+gallium_dri.so free 0x5571735eca00 void 0.000121
+gallium_dri.so free 0x5571735ec980 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca00 0.000117
+gallium_dri.so free 0x5571735ecac0 void 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eca00 0.000121
+gallium_dri.so free 0x5571735ecb40 void 0.000117
+gallium_dri.so free 0x5571735eca00 void 0.000169
+gallium_dri.so malloc 72 0x5571735ecb70 0.000121
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so free 0x5571735ecb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb70 0.000118
+gallium_dri.so free 0x5571735eccc0 void 0.000121
+gallium_dri.so free 0x5571735ecb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd00 0.000117
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so free 0x5571735ecd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd80 0.000119
+gallium_dri.so free 0x5571735ece40 void 0.000121
+gallium_dri.so free 0x5571735ecd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd80 0.000119
+gallium_dri.so free 0x5571735ecec0 void 0.000121
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecef0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000132
+gallium_dri.so free 0x5571735ecef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecef0 0.000120
+gallium_dri.so free 0x5571735ed040 void 0.000117
+gallium_dri.so free 0x5571735ecef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecff0 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000120
+gallium_dri.so free 0x5571735ecff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000125
+gallium_dri.so free 0x5571735ed180 void 0.000123
+gallium_dri.so free 0x5571735ed0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed240 void 0.000121
+gallium_dri.so free 0x5571735ed0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000120
+gallium_dri.so free 0x5571735ed300 void 0.000120
+gallium_dri.so free 0x5571735ed0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed3d0 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed3d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed460 0.000121
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so free 0x5571735ed460 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so free 0x5571735ed4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed580 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed580 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000120
+gallium_dri.so free 0x5571735ed900 void 0.000122
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735ed980 void 0.000116
+gallium_dri.so free 0x5571735ed8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed9d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eda80 0.000119
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so free 0x5571735eda80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eda80 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735eda80 void 0.000117
+gallium_dri.so malloc 72 0x5571735edbb0 0.000121
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so free 0x5571735edbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edbb0 0.000119
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edbb0 void 0.000170
+gallium_dri.so malloc 72 0x5571735edcb0 0.000118
+gallium_dri.so free 0x5571735eddc0 void 0.000120
+gallium_dri.so free 0x5571735edcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd70 0.000120
+gallium_dri.so free 0x5571735ede00 void 0.000122
+gallium_dri.so free 0x5571735edd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edd70 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000117
+gallium_dri.so free 0x5571735edd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf30 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee030 0.000118
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735ee030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000117
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000120
+gallium_dri.so free 0x5571735ee240 void 0.000120
+gallium_dri.so free 0x5571735ee0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee280 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000130
+gallium_dri.so free 0x5571735ee280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee300 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee300 0.000117
+gallium_dri.so free 0x5571735ee480 void 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000120
+gallium_dri.so free 0x5571735ee540 void 0.000117
+gallium_dri.so free 0x5571735ee4a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000118
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so free 0x5571735ee4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000117
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee640 0.000120
+gallium_dri.so free 0x5571735ee7c0 void 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000117
+gallium_dri.so free 0x5571735ee880 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee830 0.000129
+gallium_dri.so free 0x5571735ee940 void 0.000121
+gallium_dri.so free 0x5571735ee830 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000117
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eea10 0.000116
+gallium_dri.so free 0x5571735eea80 void 0.000118
+gallium_dri.so free 0x5571735eea10 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000117
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so free 0x5571735eeaa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000120
+gallium_dri.so free 0x5571735eeaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec40 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec40 0.000121
+gallium_dri.so free 0x5571735eee00 void 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eedb0 0.000118
+gallium_dri.so free 0x5571735eee40 void 0.000120
+gallium_dri.so free 0x5571735eedb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eedb0 0.000121
+gallium_dri.so free 0x5571735eef00 void 0.000121
+gallium_dri.so free 0x5571735eedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef40 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eef40 void 0.000125
+gallium_dri.so malloc 72 0x5571735eefc0 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eefc0 0.000120
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef130 0.000120
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so free 0x5571735ef130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef130 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000121
+gallium_dri.so free 0x5571735ef130 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000121
+gallium_dri.so free 0x5571735ef2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef340 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef340 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000131
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so free 0x5571735ef4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000121
+gallium_dri.so free 0x5571735ef600 void 0.000121
+gallium_dri.so free 0x5571735ef4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000120
+gallium_dri.so free 0x5571735ef5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000119
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef670 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000119
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000120
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000120
+gallium_dri.so free 0x5571735ef940 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef990 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000120
+gallium_dri.so free 0x5571735ef990 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa20 0.000168
+gallium_dri.so free 0x5571735efac0 void 0.000122
+gallium_dri.so free 0x5571735efa20 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa70 0.000117
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so free 0x5571735efa70 void 0.000116
+gallium_dri.so malloc 72 0x5571735efb40 0.000132
+gallium_dri.so free 0x5571735efc00 void 0.000119
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000117
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000117
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc80 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc80 0.000119
+gallium_dri.so free 0x5571735efec0 void 0.000117
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735efe70 0.000120
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff90 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735eff90 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0040 0.000119
+gallium_dri.so free 0x5571735f00c0 void 0.000117
+gallium_dri.so free 0x5571735f0040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0040 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0040 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0170 0.000117
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so free 0x5571735f0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0170 0.000117
+gallium_dri.so free 0x5571735f02c0 void 0.000120
+gallium_dri.so free 0x5571735f0170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0270 0.000119
+gallium_dri.so free 0x5571735f0380 void 0.000117
+gallium_dri.so free 0x5571735f0270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000120
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0330 0.000120
+gallium_dri.so free 0x5571735f0480 void 0.000117
+gallium_dri.so free 0x5571735f0330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0540 void 0.000120
+gallium_dri.so free 0x5571735f04f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0640 void 0.000128
+gallium_dri.so free 0x5571735f04f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f05f0 0.000117
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f05f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f06b0 0.000119
+gallium_dri.so free 0x5571735f0740 void 0.000119
+gallium_dri.so free 0x5571735f06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f06b0 0.000116
+gallium_dri.so free 0x5571735f0800 void 0.000120
+gallium_dri.so free 0x5571735f06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0840 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so free 0x5571735f0840 void 0.000116
+gallium_dri.so malloc 72 0x5571735f08c0 0.000119
+gallium_dri.so free 0x5571735f0980 void 0.000121
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f08c0 0.000120
+gallium_dri.so free 0x5571735f0a40 void 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0a60 0.000131
+gallium_dri.so free 0x5571735f0b00 void 0.000118
+gallium_dri.so free 0x5571735f0a60 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000116
+gallium_dri.so free 0x5571735f0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000174
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000120
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000117
+gallium_dri.so free 0x5571735f0e40 void 0.000121
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0df0 0.000126
+gallium_dri.so free 0x5571735f0f00 void 0.000121
+gallium_dri.so free 0x5571735f0df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000119
+gallium_dri.so free 0x5571735f0f80 void 0.000116
+gallium_dri.so free 0x5571735f0eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000120
+gallium_dri.so free 0x5571735f1040 void 0.000118
+gallium_dri.so free 0x5571735f0fd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1060 0.000118
+gallium_dri.so free 0x5571735f1100 void 0.000121
+gallium_dri.so free 0x5571735f1060 void 0.000116
+gallium_dri.so malloc 72 0x5571735f10b0 0.000120
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f10b0 0.000121
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so free 0x5571735f10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1200 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so free 0x5571735f1200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1200 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1370 0.000117
+gallium_dri.so free 0x5571735f1400 void 0.000122
+gallium_dri.so free 0x5571735f1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1370 0.000116
+gallium_dri.so free 0x5571735f14c0 void 0.000120
+gallium_dri.so free 0x5571735f1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1500 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000121
+gallium_dri.so free 0x5571735f1500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1580 0.000117
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1580 0.000117
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000116
+gallium_dri.so malloc 72 0x5571735f16f0 0.000120
+gallium_dri.so free 0x5571735f1740 void 0.000168
+gallium_dri.so free 0x5571735f16f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f16f0 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so free 0x5571735f16f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1880 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000117
+gallium_dri.so free 0x5571735f1880 void 0.000135
+gallium_dri.so malloc 72 0x5571735f1900 0.000121
+gallium_dri.so free 0x5571735f19c0 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1900 0.000118
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a70 0.000120
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so free 0x5571735f1a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a70 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000121
+gallium_dri.so free 0x5571735f1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000120
+gallium_dri.so free 0x5571735f1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c30 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c30 0.000130
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c30 0.000121
+gallium_dri.so free 0x5571735f1e80 void 0.000118
+gallium_dri.so free 0x5571735f1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000123
+gallium_dri.so free 0x5571735f1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f50 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000118
+gallium_dri.so free 0x5571735f1f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000116
+gallium_dri.so free 0x5571735f2080 void 0.000118
+gallium_dri.so free 0x5571735f1fe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2030 0.000117
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f2030 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2100 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000116
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2100 0.000120
+gallium_dri.so free 0x5571735f2240 void 0.000117
+gallium_dri.so free 0x5571735f2100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2240 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2240 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000117
+gallium_dri.so free 0x5571735f2240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2240 0.000122
+gallium_dri.so free 0x5571735f2480 void 0.000117
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000117
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2550 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000121
+gallium_dri.so free 0x5571735f2550 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2600 0.000119
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2600 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000116
+gallium_dri.so free 0x5571735f2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x5571735f2780 void 0.000120
+gallium_dri.so free 0x5571735f2730 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2730 0.000120
+gallium_dri.so free 0x5571735f2880 void 0.000117
+gallium_dri.so free 0x5571735f2730 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2830 0.000119
+gallium_dri.so free 0x5571735f2940 void 0.000162
+gallium_dri.so free 0x5571735f2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f2980 void 0.000115
+gallium_dri.so free 0x5571735f28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28f0 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000115
+gallium_dri.so free 0x5571735f2b00 void 0.000126
+gallium_dri.so free 0x5571735f2ab0 void 0.000237
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000116
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000111
+gallium_dri.so free 0x5571735f2cc0 void 0.000112
+gallium_dri.so free 0x5571735f2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2c70 0.000118
+gallium_dri.so free 0x5571735f2d00 void 0.000116
+gallium_dri.so free 0x5571735f2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c70 0.000114
+gallium_dri.so free 0x5571735f2dc0 void 0.000115
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e00 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x5571735f2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e80 0.000123
+gallium_dri.so free 0x5571735f2f40 void 0.000116
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2e80 0.000122
+gallium_dri.so free 0x5571735f3000 void 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3020 0.000122
+gallium_dri.so free 0x5571735f30c0 void 0.000121
+gallium_dri.so free 0x5571735f3020 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3070 0.000121
+gallium_dri.so free 0x5571735f3140 void 0.000120
+gallium_dri.so free 0x5571735f3070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3070 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so free 0x5571735f3070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31c0 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so free 0x5571735f31c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3340 void 0.000121
+gallium_dri.so free 0x5571735f31c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31c0 0.000120
+gallium_dri.so free 0x5571735f3400 void 0.000122
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33b0 0.000118
+gallium_dri.so free 0x5571735f34c0 void 0.000120
+gallium_dri.so free 0x5571735f33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000122
+gallium_dri.so free 0x5571735f3540 void 0.000123
+gallium_dri.so free 0x5571735f3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3590 0.000121
+gallium_dri.so free 0x5571735f3600 void 0.000122
+gallium_dri.so free 0x5571735f3590 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3620 0.000120
+gallium_dri.so free 0x55717360c640 void 0.000135
+gallium_dri.so free 0x5571735f3620 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3620 0.000120
+gallium_dri.so free 0x55717360c700 void 0.000121
+gallium_dri.so free 0x5571735f3620 void 0.000119
+gallium_dri.so malloc 72 0x55717360c740 0.000119
+gallium_dri.so free 0x55717360c7c0 void 0.000120
+gallium_dri.so free 0x55717360c740 void 0.000120
+gallium_dri.so malloc 72 0x55717360c7c0 0.000118
+gallium_dri.so free 0x55717360c880 void 0.000122
+gallium_dri.so free 0x55717360c7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c7c0 0.000122
+gallium_dri.so free 0x5571735f36c0 void 0.000121
+gallium_dri.so free 0x55717360c7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3670 0.000120
+gallium_dri.so free 0x55717360c900 void 0.000122
+gallium_dri.so free 0x5571735f3670 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3670 0.000118
+gallium_dri.so free 0x55717360c9c0 void 0.000191
+gallium_dri.so free 0x5571735f3670 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca00 0.000120
+gallium_dri.so free 0x55717360ca80 void 0.000120
+gallium_dri.so free 0x55717360ca00 void 0.000119
+gallium_dri.so malloc 72 0x55717360ca80 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000122
+gallium_dri.so free 0x55717360ca80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca80 0.000118
+gallium_dri.so free 0x55717360cbc0 void 0.000117
+gallium_dri.so free 0x55717360ca80 void 0.000120
+gallium_dri.so malloc 72 0x55717360cbf0 0.000118
+gallium_dri.so free 0x55717360cc40 void 0.000121
+gallium_dri.so free 0x55717360cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cbf0 0.000121
+gallium_dri.so free 0x55717360cd40 void 0.000128
+gallium_dri.so free 0x55717360cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd80 0.000120
+gallium_dri.so free 0x55717360ce00 void 0.000118
+gallium_dri.so free 0x55717360cd80 void 0.000120
+gallium_dri.so malloc 72 0x55717360ce00 0.000120
+gallium_dri.so free 0x55717360cec0 void 0.000122
+gallium_dri.so free 0x55717360ce00 void 0.000121
+gallium_dri.so malloc 72 0x55717360ce00 0.000120
+gallium_dri.so free 0x55717360cf40 void 0.000117
+gallium_dri.so free 0x55717360ce00 void 0.000117
+gallium_dri.so malloc 72 0x55717360cf70 0.000124
+gallium_dri.so free 0x55717360cfc0 void 0.000122
+gallium_dri.so free 0x55717360cf70 void 0.000121
+gallium_dri.so malloc 72 0x55717360cf70 0.000120
+gallium_dri.so free 0x55717360d0c0 void 0.000120
+gallium_dri.so free 0x55717360cf70 void 0.000118
+gallium_dri.so malloc 72 0x55717360d070 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000121
+gallium_dri.so free 0x55717360d070 void 0.000117
+gallium_dri.so malloc 72 0x55717360d130 0.000121
+gallium_dri.so free 0x55717360d200 void 0.000122
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d130 0.000119
+gallium_dri.so free 0x55717360d2c0 void 0.000119
+gallium_dri.so free 0x55717360d130 void 0.000116
+gallium_dri.so malloc 72 0x55717360d130 0.000120
+gallium_dri.so free 0x55717360d380 void 0.000122
+gallium_dri.so free 0x55717360d130 void 0.000120
+gallium_dri.so malloc 72 0x55717360d330 0.000121
+gallium_dri.so free 0x55717360d400 void 0.000121
+gallium_dri.so free 0x55717360d330 void 0.000131
+gallium_dri.so malloc 72 0x55717360d450 0.000122
+gallium_dri.so free 0x55717360d4c0 void 0.000121
+gallium_dri.so free 0x55717360d450 void 0.000121
+gallium_dri.so malloc 72 0x55717360d4e0 0.000118
+gallium_dri.so free 0x55717360d580 void 0.000131
+gallium_dri.so free 0x55717360d4e0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d530 0.000122
+gallium_dri.so free 0x55717360d600 void 0.000119
+gallium_dri.so free 0x55717360d530 void 0.000118
+gallium_dri.so malloc 72 0x55717360d600 0.000118
+gallium_dri.so free 0x55717360d6c0 void 0.000122
+gallium_dri.so free 0x55717360d600 void 0.000118
+gallium_dri.so malloc 72 0x55717360d600 0.000119
+gallium_dri.so free 0x55717360d740 void 0.000122
+gallium_dri.so free 0x55717360d600 void 0.000122
+gallium_dri.so malloc 72 0x55717360d740 0.000118
+gallium_dri.so free 0x55717360d800 void 0.000121
+gallium_dri.so free 0x55717360d740 void 0.000119
+gallium_dri.so malloc 72 0x55717360d740 0.000118
+gallium_dri.so free 0x55717360d8c0 void 0.000118
+gallium_dri.so free 0x55717360d740 void 0.000118
+gallium_dri.so malloc 72 0x55717360d740 0.000117
+gallium_dri.so free 0x55717360d980 void 0.000122
+gallium_dri.so free 0x55717360d740 void 0.000117
+gallium_dri.so malloc 72 0x55717360d930 0.000120
+gallium_dri.so free 0x55717360da00 void 0.000118
+gallium_dri.so free 0x55717360d930 void 0.000117
+gallium_dri.so malloc 72 0x55717360da50 0.000120
+gallium_dri.so free 0x55717360dac0 void 0.000122
+gallium_dri.so free 0x55717360da50 void 0.000122
+gallium_dri.so malloc 72 0x55717360db00 0.000168
+gallium_dri.so free 0x55717360db80 void 0.000123
+gallium_dri.so free 0x55717360db00 void 0.000120
+gallium_dri.so malloc 72 0x55717360db00 0.000119
+gallium_dri.so free 0x55717360dc00 void 0.000120
+gallium_dri.so free 0x55717360db00 void 0.000127
+gallium_dri.so malloc 72 0x55717360dc30 0.000118
+gallium_dri.so free 0x55717360dc80 void 0.000121
+gallium_dri.so free 0x55717360dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717360dc30 0.000120
+gallium_dri.so free 0x55717360dd80 void 0.000120
+gallium_dri.so free 0x55717360dc30 void 0.000116
+gallium_dri.so malloc 72 0x55717360dd30 0.000116
+gallium_dri.so free 0x55717360de40 void 0.000121
+gallium_dri.so free 0x55717360dd30 void 0.000116
+gallium_dri.so malloc 72 0x55717360ddf0 0.000119
+gallium_dri.so free 0x55717360de80 void 0.000120
+gallium_dri.so free 0x55717360ddf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ddf0 0.000121
+gallium_dri.so free 0x55717360df40 void 0.000117
+gallium_dri.so free 0x55717360ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dfb0 0.000121
+gallium_dri.so free 0x55717360e000 void 0.000117
+gallium_dri.so free 0x55717360dfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dfb0 0.000122
+gallium_dri.so free 0x55717360e100 void 0.000128
+gallium_dri.so free 0x55717360dfb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e0b0 0.000121
+gallium_dri.so free 0x55717360e1c0 void 0.000122
+gallium_dri.so free 0x55717360e0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e170 0.000121
+gallium_dri.so free 0x55717360e200 void 0.000121
+gallium_dri.so free 0x55717360e170 void 0.000122
+gallium_dri.so malloc 72 0x55717360e170 0.000121
+gallium_dri.so free 0x55717360e2c0 void 0.000135
+gallium_dri.so free 0x55717360e170 void 0.000122
+gallium_dri.so malloc 72 0x55717360e300 0.000123
+gallium_dri.so free 0x55717360e380 void 0.000119
+gallium_dri.so free 0x55717360e300 void 0.000122
+gallium_dri.so malloc 72 0x55717360e380 0.000120
+gallium_dri.so free 0x55717360e440 void 0.000121
+gallium_dri.so free 0x55717360e380 void 0.000120
+gallium_dri.so malloc 72 0x55717360e380 0.000120
+gallium_dri.so free 0x55717360e500 void 0.000121
+gallium_dri.so free 0x55717360e380 void 0.000121
+gallium_dri.so malloc 72 0x55717360e520 0.000121
+gallium_dri.so free 0x55717360e5c0 void 0.000122
+gallium_dri.so free 0x55717360e520 void 0.000119
+gallium_dri.so malloc 72 0x55717360e570 0.000120
+gallium_dri.so free 0x55717360e640 void 0.000119
+gallium_dri.so free 0x55717360e570 void 0.000121
+gallium_dri.so malloc 72 0x55717360e570 0.000132
+gallium_dri.so free 0x55717360e6c0 void 0.000124
+gallium_dri.so free 0x55717360e570 void 0.000119
+gallium_dri.so malloc 72 0x55717360e6c0 0.000121
+gallium_dri.so free 0x55717360e780 void 0.000119
+gallium_dri.so free 0x55717360e6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e6c0 0.000120
+gallium_dri.so free 0x55717360e840 void 0.000122
+gallium_dri.so free 0x55717360e6c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e6c0 0.000121
+gallium_dri.so free 0x55717360e900 void 0.000124
+gallium_dri.so free 0x55717360e6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e8b0 0.000121
+gallium_dri.so free 0x55717360e9c0 void 0.000121
+gallium_dri.so free 0x55717360e8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e970 0.000122
+gallium_dri.so free 0x55717360ea40 void 0.000123
+gallium_dri.so free 0x55717360e970 void 0.000121
+gallium_dri.so malloc 72 0x55717360ea90 0.000121
+gallium_dri.so free 0x55717360eb00 void 0.000122
+gallium_dri.so free 0x55717360ea90 void 0.000119
+gallium_dri.so malloc 72 0x55717360eb20 0.000125
+gallium_dri.so free 0x55717360ebc0 void 0.000119
+gallium_dri.so free 0x55717360eb20 void 0.000121
+gallium_dri.so malloc 72 0x55717360eb70 0.000120
+gallium_dri.so free 0x55717360ec40 void 0.000120
+gallium_dri.so free 0x55717360eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717360eb70 0.000120
+gallium_dri.so free 0x55717360ecc0 void 0.000118
+gallium_dri.so free 0x55717360eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ecc0 0.000117
+gallium_dri.so free 0x55717360ed80 void 0.000117
+gallium_dri.so free 0x55717360ecc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ecc0 0.000117
+gallium_dri.so free 0x55717360ee80 void 0.000116
+gallium_dri.so free 0x55717360ecc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee30 0.000119
+gallium_dri.so free 0x55717360eec0 void 0.000118
+gallium_dri.so free 0x55717360ee30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee30 0.000116
+gallium_dri.so free 0x55717360ef80 void 0.000118
+gallium_dri.so free 0x55717360ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717360efc0 0.000119
+gallium_dri.so free 0x55717360f040 void 0.000121
+gallium_dri.so free 0x55717360efc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f040 0.000115
+gallium_dri.so free 0x55717360f100 void 0.000116
+gallium_dri.so free 0x55717360f040 void 0.000119
+gallium_dri.so malloc 72 0x55717360f040 0.000123
+gallium_dri.so free 0x55717360f180 void 0.000117
+gallium_dri.so free 0x55717360f040 void 0.000117
+gallium_dri.so malloc 72 0x55717360f1b0 0.000188
+gallium_dri.so free 0x55717360f200 void 0.000123
+gallium_dri.so free 0x55717360f1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f1b0 0.000120
+gallium_dri.so free 0x55717360f300 void 0.000120
+gallium_dri.so free 0x55717360f1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f340 0.000120
+gallium_dri.so free 0x55717360f3c0 void 0.000121
+gallium_dri.so free 0x55717360f340 void 0.000117
+gallium_dri.so malloc 72 0x55717360f3c0 0.000120
+gallium_dri.so free 0x55717360f480 void 0.000120
+gallium_dri.so free 0x55717360f3c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f3c0 0.000121
+gallium_dri.so free 0x55717360f500 void 0.000120
+gallium_dri.so free 0x55717360f3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f530 0.000120
+gallium_dri.so free 0x55717360f580 void 0.000121
+gallium_dri.so free 0x55717360f530 void 0.000119
+gallium_dri.so malloc 72 0x55717360f530 0.000120
+gallium_dri.so free 0x55717360f680 void 0.000122
+gallium_dri.so free 0x55717360f530 void 0.000122
+gallium_dri.so malloc 72 0x55717360f630 0.000121
+gallium_dri.so free 0x55717360f740 void 0.000121
+gallium_dri.so free 0x55717360f630 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6f0 0.000123
+gallium_dri.so free 0x55717360f7c0 void 0.000122
+gallium_dri.so free 0x55717360f6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f6f0 0.000121
+gallium_dri.so free 0x55717360f880 void 0.000123
+gallium_dri.so free 0x55717360f6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6f0 0.000120
+gallium_dri.so free 0x55717360f940 void 0.000117
+gallium_dri.so free 0x55717360f6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f8f0 0.000121
+gallium_dri.so free 0x55717360f9c0 void 0.000119
+gallium_dri.so free 0x55717360f8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fa10 0.000120
+gallium_dri.so free 0x55717360fa80 void 0.000127
+gallium_dri.so free 0x55717360fa10 void 0.000121
+gallium_dri.so malloc 72 0x55717360faa0 0.000121
+gallium_dri.so free 0x55717360fb40 void 0.000120
+gallium_dri.so free 0x55717360faa0 void 0.000118
+gallium_dri.so malloc 72 0x55717360faf0 0.000122
+gallium_dri.so free 0x55717360fbc0 void 0.000121
+gallium_dri.so free 0x55717360faf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fbc0 0.000121
+gallium_dri.so free 0x55717360fc80 void 0.000121
+gallium_dri.so free 0x55717360fbc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fbc0 0.000121
+gallium_dri.so free 0x55717360fd00 void 0.000120
+gallium_dri.so free 0x55717360fbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fd00 0.000206
+gallium_dri.so free 0x55717360fdc0 void 0.000125
+gallium_dri.so free 0x55717360fd00 void 0.000121
+gallium_dri.so malloc 72 0x55717360fd00 0.000119
+gallium_dri.so free 0x55717360fe80 void 0.000121
+gallium_dri.so free 0x55717360fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd00 0.000119
+gallium_dri.so free 0x55717360ff40 void 0.000121
+gallium_dri.so free 0x55717360fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717360fef0 0.000136
+gallium_dri.so free 0x55717360ffc0 void 0.000123
+gallium_dri.so free 0x55717360fef0 void 0.000118
+gallium_dri.so malloc 72 0x557173610010 0.000121
+gallium_dri.so free 0x557173610080 void 0.000123
+gallium_dri.so free 0x557173610010 void 0.000118
+gallium_dri.so malloc 72 0x5571736100c0 0.000121
+gallium_dri.so free 0x557173610140 void 0.000122
+gallium_dri.so free 0x5571736100c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736100c0 0.000116
+gallium_dri.so free 0x5571736101c0 void 0.000119
+gallium_dri.so free 0x5571736100c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736101f0 0.000120
+gallium_dri.so free 0x557173610240 void 0.000121
+gallium_dri.so free 0x5571736101f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736101f0 0.000120
+gallium_dri.so free 0x557173610340 void 0.000117
+gallium_dri.so free 0x5571736101f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736102f0 0.000121
+gallium_dri.so free 0x557173610400 void 0.000121
+gallium_dri.so free 0x5571736102f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736103b0 0.000119
+gallium_dri.so free 0x557173610440 void 0.000117
+gallium_dri.so free 0x5571736103b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736103b0 0.000121
+gallium_dri.so free 0x557173610500 void 0.000121
+gallium_dri.so free 0x5571736103b0 void 0.000120
+gallium_dri.so malloc 72 0x557173610570 0.000120
+gallium_dri.so free 0x5571736105c0 void 0.000119
+gallium_dri.so free 0x557173610570 void 0.000117
+gallium_dri.so malloc 72 0x557173610570 0.000119
+gallium_dri.so free 0x5571736106c0 void 0.000122
+gallium_dri.so free 0x557173610570 void 0.000120
+gallium_dri.so malloc 72 0x557173610670 0.000120
+gallium_dri.so free 0x557173610780 void 0.000120
+gallium_dri.so free 0x557173610670 void 0.000120
+gallium_dri.so malloc 72 0x557173610730 0.000120
+gallium_dri.so free 0x5571736107c0 void 0.000120
+gallium_dri.so free 0x557173610730 void 0.000120
+gallium_dri.so malloc 72 0x557173610730 0.000120
+gallium_dri.so free 0x557173610880 void 0.000118
+gallium_dri.so free 0x557173610730 void 0.000118
+gallium_dri.so malloc 72 0x5571736108c0 0.000127
+gallium_dri.so free 0x557173610940 void 0.000123
+gallium_dri.so free 0x5571736108c0 void 0.000124
+gallium_dri.so malloc 72 0x557173610940 0.000123
+gallium_dri.so free 0x557173610a00 void 0.000123
+gallium_dri.so free 0x557173610940 void 0.000121
+gallium_dri.so malloc 72 0x557173610940 0.000121
+gallium_dri.so free 0x557173610ac0 void 0.000122
+gallium_dri.so free 0x557173610940 void 0.000121
+gallium_dri.so malloc 72 0x557173610ae0 0.000119
+gallium_dri.so free 0x557173610b80 void 0.000122
+gallium_dri.so free 0x557173610ae0 void 0.000118
+gallium_dri.so malloc 72 0x557173610b30 0.000121
+gallium_dri.so free 0x557173610c00 void 0.000120
+gallium_dri.so free 0x557173610b30 void 0.000120
+gallium_dri.so malloc 72 0x557173610b30 0.000121
+gallium_dri.so free 0x557173610c80 void 0.000122
+gallium_dri.so free 0x557173610b30 void 0.000120
+gallium_dri.so malloc 72 0x557173610c80 0.000121
+gallium_dri.so free 0x557173610d40 void 0.000121
+gallium_dri.so free 0x557173610c80 void 0.000117
+gallium_dri.so malloc 72 0x557173610c80 0.000122
+gallium_dri.so free 0x557173610e00 void 0.000122
+gallium_dri.so free 0x557173610c80 void 0.000135
+gallium_dri.so malloc 72 0x557173610c80 0.000121
+gallium_dri.so free 0x557173610ec0 void 0.000118
+gallium_dri.so free 0x557173610c80 void 0.000170
+gallium_dri.so malloc 72 0x557173610e70 0.000119
+gallium_dri.so free 0x557173610f80 void 0.000122
+gallium_dri.so free 0x557173610e70 void 0.000118
+gallium_dri.so malloc 72 0x557173610f30 0.000119
+gallium_dri.so free 0x557173611000 void 0.000119
+gallium_dri.so free 0x557173610f30 void 0.000121
+gallium_dri.so malloc 72 0x557173611050 0.000119
+gallium_dri.so free 0x5571736110c0 void 0.000121
+gallium_dri.so free 0x557173611050 void 0.000118
+gallium_dri.so malloc 72 0x5571736110e0 0.000117
+gallium_dri.so free 0x557173611180 void 0.000118
+gallium_dri.so free 0x5571736110e0 void 0.000121
+gallium_dri.so malloc 72 0x557173611130 0.000118
+gallium_dri.so free 0x557173611200 void 0.000120
+gallium_dri.so free 0x557173611130 void 0.000118
+gallium_dri.so malloc 72 0x557173611130 0.000121
+gallium_dri.so free 0x557173611280 void 0.000121
+gallium_dri.so free 0x557173611130 void 0.000118
+gallium_dri.so malloc 72 0x557173611280 0.000118
+gallium_dri.so free 0x557173611340 void 0.000122
+gallium_dri.so free 0x557173611280 void 0.000120
+gallium_dri.so malloc 72 0x557173611280 0.000117
+gallium_dri.so free 0x557173611440 void 0.000120
+gallium_dri.so free 0x557173611280 void 0.000119
+gallium_dri.so malloc 72 0x5571736113f0 0.000119
+gallium_dri.so free 0x557173611480 void 0.000121
+gallium_dri.so free 0x5571736113f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736113f0 0.000120
+gallium_dri.so free 0x557173611540 void 0.000119
+gallium_dri.so free 0x5571736113f0 void 0.000118
+gallium_dri.so malloc 72 0x557173611580 0.000120
+gallium_dri.so free 0x557173611600 void 0.000121
+gallium_dri.so free 0x557173611580 void 0.000118
+gallium_dri.so malloc 72 0x557173611600 0.000120
+gallium_dri.so free 0x5571736116c0 void 0.000122
+gallium_dri.so free 0x557173611600 void 0.000118
+gallium_dri.so malloc 72 0x557173611600 0.000122
+gallium_dri.so free 0x557173611740 void 0.000119
+gallium_dri.so free 0x557173611600 void 0.000120
+gallium_dri.so malloc 72 0x557173611770 0.000119
+gallium_dri.so free 0x5571736117c0 void 0.000118
+gallium_dri.so free 0x557173611770 void 0.000120
+gallium_dri.so malloc 72 0x557173611770 0.000117
+gallium_dri.so free 0x5571736118c0 void 0.000121
+gallium_dri.so free 0x557173611770 void 0.000120
+gallium_dri.so malloc 72 0x557173611900 0.000117
+gallium_dri.so free 0x557173611980 void 0.000122
+gallium_dri.so free 0x557173611900 void 0.000117
+gallium_dri.so malloc 72 0x557173611980 0.000119
+gallium_dri.so free 0x557173611a40 void 0.000121
+gallium_dri.so free 0x557173611980 void 0.000179
+gallium_dri.so malloc 72 0x557173611980 0.000124
+gallium_dri.so free 0x557173611ac0 void 0.000122
+gallium_dri.so free 0x557173611980 void 0.000118
+gallium_dri.so malloc 72 0x557173611af0 0.000120
+gallium_dri.so free 0x557173611b40 void 0.000120
+gallium_dri.so free 0x557173611af0 void 0.000121
+gallium_dri.so malloc 72 0x557173611af0 0.000121
+gallium_dri.so free 0x557173611c40 void 0.000121
+gallium_dri.so free 0x557173611af0 void 0.000121
+gallium_dri.so malloc 72 0x557173611bf0 0.000130
+gallium_dri.so free 0x557173611d00 void 0.000124
+gallium_dri.so free 0x557173611bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173611cb0 0.000120
+gallium_dri.so free 0x557173611d80 void 0.000121
+gallium_dri.so free 0x557173611cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173611cb0 0.000119
+gallium_dri.so free 0x557173611e40 void 0.000121
+gallium_dri.so free 0x557173611cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173611cb0 0.000122
+gallium_dri.so free 0x557173611f00 void 0.000122
+gallium_dri.so free 0x557173611cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173611eb0 0.000120
+gallium_dri.so free 0x557173611f80 void 0.000117
+gallium_dri.so free 0x557173611eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611fd0 0.000121
+gallium_dri.so free 0x557173612040 void 0.000131
+gallium_dri.so free 0x557173611fd0 void 0.000122
+gallium_dri.so malloc 72 0x557173612060 0.000118
+gallium_dri.so free 0x557173612100 void 0.000121
+gallium_dri.so free 0x557173612060 void 0.000121
+gallium_dri.so malloc 72 0x5571736120b0 0.000120
+gallium_dri.so free 0x557173612180 void 0.000121
+gallium_dri.so free 0x5571736120b0 void 0.000120
+gallium_dri.so malloc 72 0x557173612180 0.000119
+gallium_dri.so free 0x557173612240 void 0.000122
+gallium_dri.so free 0x557173612180 void 0.000120
+gallium_dri.so malloc 72 0x557173612180 0.000117
+gallium_dri.so free 0x5571736122c0 void 0.000123
+gallium_dri.so free 0x557173612180 void 0.000118
+gallium_dri.so malloc 72 0x5571736122c0 0.000120
+gallium_dri.so free 0x557173612380 void 0.000121
+gallium_dri.so free 0x5571736122c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736122c0 0.000119
+gallium_dri.so free 0x557173612440 void 0.000122
+gallium_dri.so free 0x5571736122c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736122c0 0.000120
+gallium_dri.so free 0x557173612500 void 0.000120
+gallium_dri.so free 0x5571736122c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736124b0 0.000121
+gallium_dri.so free 0x557173612580 void 0.000121
+gallium_dri.so free 0x5571736124b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736125d0 0.000124
+gallium_dri.so free 0x557173612640 void 0.000120
+gallium_dri.so free 0x5571736125d0 void 0.000121
+gallium_dri.so malloc 72 0x557173612680 0.000120
+gallium_dri.so free 0x557173612700 void 0.000119
+gallium_dri.so free 0x557173612680 void 0.000120
+gallium_dri.so malloc 72 0x557173612680 0.000118
+gallium_dri.so free 0x557173612780 void 0.000122
+gallium_dri.so free 0x557173612680 void 0.000119
+gallium_dri.so malloc 72 0x5571736127b0 0.000119
+gallium_dri.so free 0x557173612800 void 0.000121
+gallium_dri.so free 0x5571736127b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736127b0 0.000120
+gallium_dri.so free 0x557173612900 void 0.000121
+gallium_dri.so free 0x5571736127b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736128b0 0.000120
+gallium_dri.so free 0x5571736129c0 void 0.000117
+gallium_dri.so free 0x5571736128b0 void 0.000119
+gallium_dri.so malloc 72 0x557173612970 0.000118
+gallium_dri.so free 0x557173612a00 void 0.000120
+gallium_dri.so free 0x557173612970 void 0.000120
+gallium_dri.so malloc 72 0x557173612970 0.000121
+gallium_dri.so free 0x557173612ac0 void 0.000122
+gallium_dri.so free 0x557173612970 void 0.000134
+gallium_dri.so malloc 72 0x557173612b30 0.000121
+gallium_dri.so free 0x557173612b80 void 0.000170
+gallium_dri.so free 0x557173612b30 void 0.000118
+gallium_dri.so malloc 72 0x557173612b30 0.000120
+gallium_dri.so free 0x557173612c80 void 0.000120
+gallium_dri.so free 0x557173612b30 void 0.000120
+gallium_dri.so malloc 72 0x557173612c30 0.000120
+gallium_dri.so free 0x557173612d40 void 0.000118
+gallium_dri.so free 0x557173612c30 void 0.000120
+gallium_dri.so malloc 72 0x557173612cf0 0.000119
+gallium_dri.so free 0x557173612d80 void 0.000124
+gallium_dri.so free 0x557173612cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173612cf0 0.000119
+gallium_dri.so free 0x557173612e40 void 0.000117
+gallium_dri.so free 0x557173612cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173612e80 0.000121
+gallium_dri.so free 0x557173612f00 void 0.000122
+gallium_dri.so free 0x557173612e80 void 0.000122
+gallium_dri.so malloc 72 0x557173612f00 0.000118
+gallium_dri.so free 0x557173612fc0 void 0.000121
+gallium_dri.so free 0x557173612f00 void 0.000119
+gallium_dri.so malloc 72 0x557173612f00 0.000121
+gallium_dri.so free 0x557173613080 void 0.000122
+gallium_dri.so free 0x557173612f00 void 0.000121
+gallium_dri.so malloc 72 0x5571736130a0 0.000119
+gallium_dri.so free 0x557173613140 void 0.000121
+gallium_dri.so free 0x5571736130a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736130f0 0.000130
+gallium_dri.so free 0x5571736131c0 void 0.000123
+gallium_dri.so free 0x5571736130f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736130f0 0.000122
+gallium_dri.so free 0x557173613240 void 0.000122
+gallium_dri.so free 0x5571736130f0 void 0.000120
+gallium_dri.so malloc 72 0x557173613240 0.000122
+gallium_dri.so free 0x557173613300 void 0.000122
+gallium_dri.so free 0x557173613240 void 0.000120
+gallium_dri.so malloc 72 0x557173613240 0.000118
+gallium_dri.so free 0x5571736133c0 void 0.000124
+gallium_dri.so free 0x557173613240 void 0.000121
+gallium_dri.so malloc 72 0x557173613240 0.000120
+gallium_dri.so free 0x557173613480 void 0.000117
+gallium_dri.so free 0x557173613240 void 0.000117
+gallium_dri.so malloc 72 0x557173613430 0.000119
+gallium_dri.so free 0x557173613540 void 0.000121
+gallium_dri.so free 0x557173613430 void 0.000119
+gallium_dri.so malloc 72 0x5571736134f0 0.000122
+gallium_dri.so free 0x5571736135c0 void 0.000121
+gallium_dri.so free 0x5571736134f0 void 0.000117
+gallium_dri.so malloc 72 0x557173613610 0.000119
+gallium_dri.so free 0x557173613680 void 0.000121
+gallium_dri.so free 0x557173613610 void 0.000121
+gallium_dri.so malloc 72 0x5571736136a0 0.000127
+gallium_dri.so free 0x557173613740 void 0.000124
+gallium_dri.so free 0x5571736136a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736136f0 0.000119
+gallium_dri.so free 0x5571736137c0 void 0.000119
+gallium_dri.so free 0x5571736136f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736136f0 0.000118
+gallium_dri.so free 0x557173613840 void 0.000123
+gallium_dri.so free 0x5571736136f0 void 0.000121
+gallium_dri.so malloc 72 0x557173613840 0.000122
+gallium_dri.so free 0x557173613900 void 0.000119
+gallium_dri.so free 0x557173613840 void 0.000119
+gallium_dri.so malloc 72 0x557173613840 0.000119
+gallium_dri.so free 0x557173613a00 void 0.000122
+gallium_dri.so free 0x557173613840 void 0.000118
+gallium_dri.so malloc 72 0x5571736139b0 0.000121
+gallium_dri.so free 0x557173613a40 void 0.000122
+gallium_dri.so free 0x5571736139b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736139b0 0.000120
+gallium_dri.so free 0x557173613b00 void 0.000120
+gallium_dri.so free 0x5571736139b0 void 0.000118
+gallium_dri.so malloc 72 0x557173613b40 0.000120
+gallium_dri.so free 0x557173613bc0 void 0.000122
+gallium_dri.so free 0x557173613b40 void 0.000121
+gallium_dri.so malloc 72 0x557173613bc0 0.000120
+gallium_dri.so free 0x557173613c80 void 0.000117
+gallium_dri.so free 0x557173613bc0 void 0.000122
+gallium_dri.so malloc 72 0x557173613bc0 0.000189
+gallium_dri.so free 0x557173613d00 void 0.000123
+gallium_dri.so free 0x557173613bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173613d30 0.000121
+gallium_dri.so free 0x557173613d80 void 0.000123
+gallium_dri.so free 0x557173613d30 void 0.000119
+gallium_dri.so malloc 72 0x557173613d30 0.000123
+gallium_dri.so free 0x557173613e80 void 0.000118
+gallium_dri.so free 0x557173613d30 void 0.000120
+gallium_dri.so malloc 72 0x557173613ec0 0.000122
+gallium_dri.so free 0x557173613f40 void 0.000122
+gallium_dri.so free 0x557173613ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173613f40 0.000121
+gallium_dri.so free 0x557173614000 void 0.000122
+gallium_dri.so free 0x557173613f40 void 0.000120
+gallium_dri.so malloc 72 0x557173613f40 0.000117
+gallium_dri.so free 0x557173614080 void 0.000121
+gallium_dri.so free 0x557173613f40 void 0.000120
+gallium_dri.so malloc 72 0x5571736140b0 0.000121
+gallium_dri.so free 0x557173614100 void 0.000122
+gallium_dri.so free 0x5571736140b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736140b0 0.000121
+gallium_dri.so free 0x557173614200 void 0.000122
+gallium_dri.so free 0x5571736140b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736141b0 0.000119
+gallium_dri.so free 0x5571736142c0 void 0.000173
+gallium_dri.so free 0x5571736141b0 void 0.000124
+gallium_dri.so malloc 72 0x557173614270 0.000121
+gallium_dri.so free 0x557173614340 void 0.000121
+gallium_dri.so free 0x557173614270 void 0.000121
+gallium_dri.so malloc 72 0x557173614270 0.000121
+gallium_dri.so free 0x557173614400 void 0.000122
+gallium_dri.so free 0x557173614270 void 0.000120
+gallium_dri.so malloc 72 0x557173614270 0.000120
+gallium_dri.so free 0x5571736144c0 void 0.000118
+gallium_dri.so free 0x557173614270 void 0.000120
+gallium_dri.so malloc 72 0x557173614470 0.000120
+gallium_dri.so free 0x557173614540 void 0.000123
+gallium_dri.so free 0x557173614470 void 0.000121
+gallium_dri.so malloc 72 0x557173614590 0.000124
+gallium_dri.so free 0x557173614600 void 0.000121
+gallium_dri.so free 0x557173614590 void 0.000118
+gallium_dri.so malloc 72 0x557173614620 0.000118
+gallium_dri.so free 0x5571736146c0 void 0.000119
+gallium_dri.so free 0x557173614620 void 0.000122
+gallium_dri.so malloc 72 0x557173614670 0.000118
+gallium_dri.so free 0x557173614740 void 0.000117
+gallium_dri.so free 0x557173614670 void 0.000117
+gallium_dri.so malloc 72 0x557173614740 0.000121
+gallium_dri.so free 0x557173614800 void 0.000121
+gallium_dri.so free 0x557173614740 void 0.000126
+gallium_dri.so malloc 72 0x557173614740 0.000130
+gallium_dri.so free 0x557173614880 void 0.000122
+gallium_dri.so free 0x557173614740 void 0.000121
+gallium_dri.so malloc 72 0x557173614880 0.000120
+gallium_dri.so free 0x557173614940 void 0.000121
+gallium_dri.so free 0x557173614880 void 0.000120
+gallium_dri.so malloc 72 0x557173614880 0.000117
+gallium_dri.so free 0x557173614a00 void 0.000120
+gallium_dri.so free 0x557173614880 void 0.000119
+gallium_dri.so malloc 72 0x557173614880 0.000120
+gallium_dri.so free 0x557173614ac0 void 0.000123
+gallium_dri.so free 0x557173614880 void 0.000120
+gallium_dri.so malloc 72 0x557173614a70 0.000121
+gallium_dri.so free 0x557173614b40 void 0.000122
+gallium_dri.so free 0x557173614a70 void 0.000118
+gallium_dri.so malloc 72 0x557173614b90 0.000121
+gallium_dri.so free 0x557173614c00 void 0.000120
+gallium_dri.so free 0x557173614b90 void 0.000123
+gallium_dri.so malloc 72 0x557173614c40 0.000121
+gallium_dri.so free 0x557173614cc0 void 0.000123
+gallium_dri.so free 0x557173614c40 void 0.000120
+gallium_dri.so malloc 72 0x557173614c40 0.000122
+gallium_dri.so free 0x557173614d40 void 0.000120
+gallium_dri.so free 0x557173614c40 void 0.000120
+gallium_dri.so malloc 72 0x557173614d70 0.000117
+gallium_dri.so free 0x557173614dc0 void 0.000120
+gallium_dri.so free 0x557173614d70 void 0.000124
+gallium_dri.so malloc 72 0x557173614d70 0.000121
+gallium_dri.so free 0x557173614ec0 void 0.000123
+gallium_dri.so free 0x557173614d70 void 0.000121
+gallium_dri.so malloc 72 0x557173614e70 0.000119
+gallium_dri.so free 0x557173614f80 void 0.000121
+gallium_dri.so free 0x557173614e70 void 0.000120
+gallium_dri.so malloc 72 0x557173614f30 0.000120
+gallium_dri.so free 0x557173614fc0 void 0.000120
+gallium_dri.so free 0x557173614f30 void 0.000120
+gallium_dri.so malloc 72 0x557173614f30 0.000122
+gallium_dri.so free 0x557173615080 void 0.000121
+gallium_dri.so free 0x557173614f30 void 0.000120
+gallium_dri.so malloc 72 0x5571736150f0 0.000119
+gallium_dri.so free 0x557173615140 void 0.000121
+gallium_dri.so free 0x5571736150f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736150f0 0.000120
+gallium_dri.so free 0x557173615240 void 0.000117
+gallium_dri.so free 0x5571736150f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736151f0 0.000120
+gallium_dri.so free 0x557173615300 void 0.000122
+gallium_dri.so free 0x5571736151f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736152b0 0.000120
+gallium_dri.so free 0x557173615340 void 0.000122
+gallium_dri.so free 0x5571736152b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736152b0 0.000130
+gallium_dri.so free 0x557173615400 void 0.000120
+gallium_dri.so free 0x5571736152b0 void 0.000119
+gallium_dri.so malloc 72 0x557173615440 0.000121
+gallium_dri.so free 0x5571736154c0 void 0.000120
+gallium_dri.so free 0x557173615440 void 0.000125
+gallium_dri.so malloc 72 0x5571736154c0 0.000120
+gallium_dri.so free 0x557173615580 void 0.000119
+gallium_dri.so free 0x5571736154c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736154c0 0.000120
+gallium_dri.so free 0x557173615640 void 0.000119
+gallium_dri.so free 0x5571736154c0 void 0.000122
+gallium_dri.so malloc 72 0x557173615660 0.000132
+gallium_dri.so free 0x557173615700 void 0.000120
+gallium_dri.so free 0x557173615660 void 0.000122
+gallium_dri.so malloc 72 0x5571736156b0 0.000120
+gallium_dri.so free 0x557173615780 void 0.000121
+gallium_dri.so free 0x5571736156b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736156b0 0.000120
+gallium_dri.so free 0x557173615800 void 0.000119
+gallium_dri.so free 0x5571736156b0 void 0.000118
+gallium_dri.so malloc 72 0x557173615800 0.000120
+gallium_dri.so free 0x5571736158c0 void 0.000121
+gallium_dri.so free 0x557173615800 void 0.000120
+gallium_dri.so malloc 72 0x557173615800 0.000119
+gallium_dri.so free 0x557173615980 void 0.000121
+gallium_dri.so free 0x557173615800 void 0.000132
+gallium_dri.so malloc 72 0x557173615800 0.000123
+gallium_dri.so free 0x557173615a40 void 0.000118
+gallium_dri.so free 0x557173615800 void 0.000118
+gallium_dri.so malloc 72 0x5571736159f0 0.000121
+gallium_dri.so free 0x557173615b00 void 0.000119
+gallium_dri.so free 0x5571736159f0 void 0.000119
+gallium_dri.so malloc 72 0x557173615ab0 0.000120
+gallium_dri.so free 0x557173615b80 void 0.000117
+gallium_dri.so free 0x557173615ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173615bd0 0.000121
+gallium_dri.so free 0x557173615c40 void 0.000122
+gallium_dri.so free 0x557173615bd0 void 0.000117
+gallium_dri.so malloc 72 0x557173615c60 0.000120
+gallium_dri.so free 0x557173615d00 void 0.000117
+gallium_dri.so free 0x557173615c60 void 0.000117
+gallium_dri.so malloc 72 0x557173615cb0 0.000119
+gallium_dri.so free 0x557173615d80 void 0.000118
+gallium_dri.so free 0x557173615cb0 void 0.000116
+gallium_dri.so malloc 72 0x557173615cb0 0.000120
+gallium_dri.so free 0x557173615e00 void 0.000117
+gallium_dri.so free 0x557173615cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173615e00 0.000116
+gallium_dri.so free 0x557173615ec0 void 0.000120
+gallium_dri.so free 0x557173615e00 void 0.000118
+gallium_dri.so malloc 72 0x557173615e00 0.000116
+gallium_dri.so free 0x557173615fc0 void 0.000127
+gallium_dri.so free 0x557173615e00 void 0.000121
+gallium_dri.so malloc 72 0x557173615f70 0.000120
+gallium_dri.so free 0x557173616000 void 0.000122
+gallium_dri.so free 0x557173615f70 void 0.000117
+gallium_dri.so malloc 72 0x557173615f70 0.000120
+gallium_dri.so free 0x5571736160c0 void 0.000118
+gallium_dri.so free 0x557173615f70 void 0.000118
+gallium_dri.so malloc 72 0x557173616100 0.000117
+gallium_dri.so free 0x557173616180 void 0.000117
+gallium_dri.so free 0x557173616100 void 0.000116
+gallium_dri.so malloc 72 0x557173616180 0.000120
+gallium_dri.so free 0x557173616240 void 0.000117
+gallium_dri.so free 0x557173616180 void 0.000119
+gallium_dri.so malloc 72 0x557173616180 0.000119
+gallium_dri.so free 0x5571736162c0 void 0.000119
+gallium_dri.so free 0x557173616180 void 0.000116
+gallium_dri.so malloc 72 0x5571736162f0 0.000119
+gallium_dri.so free 0x557173616340 void 0.000118
+gallium_dri.so free 0x5571736162f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736162f0 0.000117
+gallium_dri.so free 0x557173616440 void 0.000125
+gallium_dri.so free 0x5571736162f0 void 0.000121
+gallium_dri.so malloc 72 0x557173616480 0.000120
+gallium_dri.so free 0x557173616500 void 0.000120
+gallium_dri.so free 0x557173616480 void 0.000120
+gallium_dri.so malloc 72 0x557173616500 0.000188
+gallium_dri.so free 0x5571736165c0 void 0.000123
+gallium_dri.so free 0x557173616500 void 0.000118
+gallium_dri.so malloc 72 0x557173616500 0.000120
+gallium_dri.so free 0x557173616640 void 0.000120
+gallium_dri.so free 0x557173616500 void 0.000120
+gallium_dri.so malloc 72 0x557173616670 0.000119
+gallium_dri.so free 0x5571736166c0 void 0.000121
+gallium_dri.so free 0x557173616670 void 0.000117
+gallium_dri.so malloc 72 0x557173616670 0.000119
+gallium_dri.so free 0x5571736167c0 void 0.000119
+gallium_dri.so free 0x557173616670 void 0.000116
+gallium_dri.so malloc 72 0x557173616770 0.000116
+gallium_dri.so free 0x557173616880 void 0.000120
+gallium_dri.so free 0x557173616770 void 0.000118
+gallium_dri.so malloc 72 0x557173616830 0.000119
+gallium_dri.so free 0x557173616900 void 0.000121
+gallium_dri.so free 0x557173616830 void 0.000119
+gallium_dri.so malloc 72 0x557173616830 0.000119
+gallium_dri.so free 0x5571736169c0 void 0.000121
+gallium_dri.so free 0x557173616830 void 0.000119
+gallium_dri.so malloc 72 0x557173616830 0.000118
+gallium_dri.so free 0x557173616a80 void 0.000122
+gallium_dri.so free 0x557173616830 void 0.000120
+gallium_dri.so malloc 72 0x557173616a30 0.000120
+gallium_dri.so free 0x557173616b00 void 0.000122
+gallium_dri.so free 0x557173616a30 void 0.000165
+gallium_dri.so malloc 72 0x557173616b50 0.000118
+gallium_dri.so free 0x557173616bc0 void 0.000120
+gallium_dri.so free 0x557173616b50 void 0.000117
+gallium_dri.so malloc 72 0x557173616be0 0.000117
+gallium_dri.so free 0x557173616c80 void 0.000120
+gallium_dri.so free 0x557173616be0 void 0.000119
+gallium_dri.so malloc 72 0x557173616c30 0.000116
+gallium_dri.so free 0x557173616d00 void 0.000118
+gallium_dri.so free 0x557173616c30 void 0.000119
+gallium_dri.so malloc 72 0x557173616d00 0.000118
+gallium_dri.so free 0x557173616dc0 void 0.000121
+gallium_dri.so free 0x557173616d00 void 0.000119
+gallium_dri.so malloc 72 0x557173616d00 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000117
+gallium_dri.so free 0x557173616d00 void 0.000119
+gallium_dri.so malloc 72 0x557173616e40 0.000120
+gallium_dri.so free 0x557173616f00 void 0.000121
+gallium_dri.so free 0x557173616e40 void 0.000120
+gallium_dri.so malloc 72 0x557173616e40 0.000120
+gallium_dri.so free 0x557173616fc0 void 0.000120
+gallium_dri.so free 0x557173616e40 void 0.000116
+gallium_dri.so malloc 72 0x557173616e40 0.000119
+gallium_dri.so free 0x557173617080 void 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000117
+gallium_dri.so malloc 72 0x557173617030 0.000188
+gallium_dri.so free 0x557173617100 void 0.000272
+gallium_dri.so free 0x557173617030 void 0.000160
+gallium_dri.so malloc 72 0x557173617150 0.000115
+gallium_dri.so free 0x5571736171c0 void 0.000117
+gallium_dri.so free 0x557173617150 void 0.000121
+gallium_dri.so malloc 72 0x557173617200 0.000121
+gallium_dri.so free 0x557173617280 void 0.000158
+gallium_dri.so free 0x557173617200 void 0.000217
+gallium_dri.so malloc 72 0x557173617200 0.000224
+gallium_dri.so free 0x557173617300 void 0.000196
+gallium_dri.so free 0x557173617200 void 0.000193
+gallium_dri.so malloc 72 0x557173617330 0.000115
+gallium_dri.so free 0x557173617380 void 0.000118
+gallium_dri.so free 0x557173617330 void 0.000120
+gallium_dri.so malloc 72 0x557173617330 0.000125
+gallium_dri.so free 0x557173617480 void 0.000122
+gallium_dri.so free 0x557173617330 void 0.000121
+gallium_dri.so malloc 72 0x557173617430 0.000120
+gallium_dri.so free 0x557173617540 void 0.000118
+gallium_dri.so free 0x557173617430 void 0.000116
+gallium_dri.so malloc 72 0x5571736174f0 0.000129
+gallium_dri.so free 0x557173617580 void 0.000119
+gallium_dri.so free 0x5571736174f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736174f0 0.000118
+gallium_dri.so free 0x557173617640 void 0.000123
+gallium_dri.so free 0x5571736174f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736176b0 0.000125
+gallium_dri.so free 0x557173617700 void 0.000118
+gallium_dri.so free 0x5571736176b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736176b0 0.000116
+gallium_dri.so free 0x557173617800 void 0.000124
+gallium_dri.so free 0x5571736176b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736177b0 0.000123
+gallium_dri.so free 0x5571736178c0 void 0.000124
+gallium_dri.so free 0x5571736177b0 void 0.000124
+gallium_dri.so malloc 72 0x557173617870 0.000123
+gallium_dri.so free 0x557173617900 void 0.000125
+gallium_dri.so free 0x557173617870 void 0.000125
+gallium_dri.so malloc 72 0x557173617870 0.000126
+gallium_dri.so free 0x5571736179c0 void 0.000124
+gallium_dri.so free 0x557173617870 void 0.000125
+gallium_dri.so malloc 72 0x557173617a00 0.000124
+gallium_dri.so free 0x557173617a80 void 0.000124
+gallium_dri.so free 0x557173617a00 void 0.000124
+gallium_dri.so malloc 72 0x557173617a80 0.000124
+gallium_dri.so free 0x557173617b40 void 0.000157
+gallium_dri.so free 0x557173617a80 void 0.000142
+gallium_dri.so malloc 72 0x557173617a80 0.000136
+gallium_dri.so free 0x557173617c00 void 0.000136
+gallium_dri.so free 0x557173617a80 void 0.000135
+gallium_dri.so malloc 72 0x557173617c20 0.000137
+gallium_dri.so free 0x557173617cc0 void 0.000136
+gallium_dri.so free 0x557173617c20 void 0.000136
+gallium_dri.so malloc 72 0x557173617c70 0.000138
+gallium_dri.so free 0x557173617d40 void 0.000135
+gallium_dri.so free 0x557173617c70 void 0.000137
+gallium_dri.so malloc 72 0x557173617c70 0.000136
+gallium_dri.so free 0x557173617dc0 void 0.000144
+gallium_dri.so free 0x557173617c70 void 0.000137
+gallium_dri.so malloc 72 0x557173617dc0 0.000186
+gallium_dri.so free 0x557173617e80 void 0.000133
+gallium_dri.so free 0x557173617dc0 void 0.000164
+gallium_dri.so malloc 72 0x557173617dc0 0.000198
+gallium_dri.so free 0x557173617f40 void 0.000191
+gallium_dri.so free 0x557173617dc0 void 0.000187
+gallium_dri.so malloc 72 0x557173617dc0 0.000183
+gallium_dri.so free 0x557173618000 void 0.000200
+gallium_dri.so free 0x557173617dc0 void 0.000193
+gallium_dri.so malloc 72 0x557173617fb0 0.000192
+gallium_dri.so free 0x5571736180c0 void 0.000190
+gallium_dri.so free 0x557173617fb0 void 0.000127
+gallium_dri.so malloc 72 0x557173618070 0.000127
+gallium_dri.so free 0x557173618140 void 0.000123
+gallium_dri.so free 0x557173618070 void 0.000126
+gallium_dri.so malloc 72 0x557173618190 0.000122
+gallium_dri.so free 0x557173618200 void 0.000125
+gallium_dri.so free 0x557173618190 void 0.000122
+gallium_dri.so malloc 72 0x557173618220 0.000123
+gallium_dri.so free 0x5571736182c0 void 0.000123
+gallium_dri.so free 0x557173618220 void 0.000122
+gallium_dri.so malloc 72 0x557173618270 0.000121
+gallium_dri.so free 0x557173618340 void 0.000123
+gallium_dri.so free 0x557173618270 void 0.000123
+gallium_dri.so malloc 72 0x557173618270 0.000122
+gallium_dri.so free 0x5571736183c0 void 0.000122
+gallium_dri.so free 0x557173618270 void 0.000122
+gallium_dri.so malloc 72 0x5571736183c0 0.000125
+gallium_dri.so free 0x557173618480 void 0.000122
+gallium_dri.so free 0x5571736183c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736183c0 0.000148
+gallium_dri.so free 0x557173618580 void 0.000126
+gallium_dri.so free 0x5571736183c0 void 0.000123
+gallium_dri.so malloc 72 0x557173618530 0.000121
+gallium_dri.so free 0x5571736185c0 void 0.000123
+gallium_dri.so free 0x557173618530 void 0.000124
+gallium_dri.so malloc 72 0x557173618530 0.000125
+gallium_dri.so free 0x557173618680 void 0.000123
+gallium_dri.so free 0x557173618530 void 0.000124
+gallium_dri.so malloc 72 0x5571736186c0 0.000123
+gallium_dri.so free 0x557173618740 void 0.000125
+gallium_dri.so free 0x5571736186c0 void 0.000121
+gallium_dri.so malloc 72 0x557173618740 0.000121
+gallium_dri.so free 0x557173618800 void 0.000125
+gallium_dri.so free 0x557173618740 void 0.000124
+gallium_dri.so malloc 72 0x557173618740 0.000124
+gallium_dri.so free 0x557173618880 void 0.000123
+gallium_dri.so free 0x557173618740 void 0.000125
+gallium_dri.so malloc 72 0x5571736188b0 0.000124
+gallium_dri.so free 0x557173618900 void 0.000124
+gallium_dri.so free 0x5571736188b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736188b0 0.000122
+gallium_dri.so free 0x557173618a00 void 0.000127
+gallium_dri.so free 0x5571736188b0 void 0.000122
+gallium_dri.so malloc 72 0x557173618a40 0.000122
+gallium_dri.so free 0x557173618ac0 void 0.000183
+gallium_dri.so free 0x557173618a40 void 0.000203
+gallium_dri.so malloc 72 0x557173618ac0 0.000119
+gallium_dri.so free 0x557173618b80 void 0.000119
+gallium_dri.so free 0x557173618ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173618ac0 0.000119
+gallium_dri.so free 0x557173618c00 void 0.000118
+gallium_dri.so free 0x557173618ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173618c30 0.000119
+gallium_dri.so free 0x557173618c80 void 0.000118
+gallium_dri.so free 0x557173618c30 void 0.000123
+gallium_dri.so malloc 72 0x557173618c30 0.000113
+gallium_dri.so free 0x557173618d80 void 0.000112
+gallium_dri.so free 0x557173618c30 void 0.000116
+gallium_dri.so malloc 72 0x557173618d30 0.000115
+gallium_dri.so free 0x557173618e40 void 0.000126
+gallium_dri.so free 0x557173618d30 void 0.000118
+gallium_dri.so malloc 72 0x557173618df0 0.000118
+gallium_dri.so free 0x557173618ec0 void 0.000118
+gallium_dri.so free 0x557173618df0 void 0.000117
+gallium_dri.so malloc 72 0x557173618df0 0.000117
+gallium_dri.so free 0x557173618f80 void 0.000117
+gallium_dri.so free 0x557173618df0 void 0.000123
+gallium_dri.so malloc 72 0x557173618df0 0.000125
+gallium_dri.so free 0x557173619040 void 0.000120
+gallium_dri.so free 0x557173618df0 void 0.000135
+gallium_dri.so malloc 72 0x557173618ff0 0.000121
+gallium_dri.so free 0x5571736190c0 void 0.000119
+gallium_dri.so free 0x557173618ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173619110 0.000113
+gallium_dri.so free 0x557173619180 void 0.000115
+gallium_dri.so free 0x557173619110 void 0.000134
+gallium_dri.so malloc 72 0x5571736191a0 0.000133
+gallium_dri.so free 0x557173619240 void 0.000124
+gallium_dri.so free 0x5571736191a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736191f0 0.000121
+gallium_dri.so free 0x5571736192c0 void 0.000150
+gallium_dri.so free 0x5571736191f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736192c0 0.000121
+gallium_dri.so free 0x557173619380 void 0.000121
+gallium_dri.so free 0x5571736192c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736192c0 0.000121
+gallium_dri.so free 0x557173619400 void 0.000120
+gallium_dri.so free 0x5571736192c0 void 0.000120
+gallium_dri.so malloc 72 0x557173619400 0.000120
+gallium_dri.so free 0x5571736194c0 void 0.000121
+gallium_dri.so free 0x557173619400 void 0.000119
+gallium_dri.so malloc 72 0x557173619400 0.000120
+gallium_dri.so free 0x557173619580 void 0.000121
+gallium_dri.so free 0x557173619400 void 0.000120
+gallium_dri.so malloc 72 0x557173619400 0.000118
+gallium_dri.so free 0x557173619640 void 0.000137
+gallium_dri.so free 0x557173619400 void 0.000121
+gallium_dri.so malloc 72 0x5571736195f0 0.000147
+gallium_dri.so free 0x5571736196c0 void 0.000139
+gallium_dri.so free 0x5571736195f0 void 0.000121
+gallium_dri.so malloc 72 0x557173619710 0.000122
+gallium_dri.so free 0x557173619780 void 0.000122
+gallium_dri.so free 0x557173619710 void 0.000122
+gallium_dri.so malloc 72 0x5571736197c0 0.000122
+gallium_dri.so free 0x557173619840 void 0.000120
+gallium_dri.so free 0x5571736197c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736197c0 0.000120
+gallium_dri.so free 0x5571736198c0 void 0.000121
+gallium_dri.so free 0x5571736197c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736198f0 0.000120
+gallium_dri.so free 0x557173619940 void 0.000121
+gallium_dri.so free 0x5571736198f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736198f0 0.000119
+gallium_dri.so free 0x557173619a40 void 0.000120
+gallium_dri.so free 0x5571736198f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736199f0 0.000118
+gallium_dri.so free 0x557173619b00 void 0.000120
+gallium_dri.so free 0x5571736199f0 void 0.000119
+gallium_dri.so malloc 72 0x557173619ab0 0.000119
+gallium_dri.so free 0x557173619b40 void 0.000120
+gallium_dri.so free 0x557173619ab0 void 0.000133
+gallium_dri.so malloc 72 0x557173619ab0 0.000122
+gallium_dri.so free 0x557173619c00 void 0.000122
+gallium_dri.so free 0x557173619ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173619c70 0.000121
+gallium_dri.so free 0x557173619cc0 void 0.000121
+gallium_dri.so free 0x557173619c70 void 0.000120
+gallium_dri.so malloc 72 0x557173619c70 0.000122
+gallium_dri.so free 0x557173619dc0 void 0.000127
+gallium_dri.so free 0x557173619c70 void 0.000118
+gallium_dri.so malloc 72 0x557173619d70 0.000121
+gallium_dri.so free 0x557173619e80 void 0.000119
+gallium_dri.so free 0x557173619d70 void 0.000120
+gallium_dri.so malloc 72 0x557173619e30 0.000119
+gallium_dri.so free 0x557173619ec0 void 0.000120
+gallium_dri.so free 0x557173619e30 void 0.000121
+gallium_dri.so malloc 72 0x557173619e30 0.000121
+gallium_dri.so free 0x557173619f80 void 0.000118
+gallium_dri.so free 0x557173619e30 void 0.000119
+gallium_dri.so malloc 72 0x557173619fc0 0.000121
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so free 0x557173619fc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a040 0.000120
+gallium_dri.so free 0x55717361a100 void 0.000120
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000135
+gallium_dri.so free 0x55717361a1c0 void 0.000144
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so malloc 72 0x55717361a1e0 0.000121
+gallium_dri.so free 0x55717361a280 void 0.000120
+gallium_dri.so free 0x55717361a1e0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a230 0.000120
+gallium_dri.so free 0x55717361a300 void 0.000120
+gallium_dri.so free 0x55717361a230 void 0.000120
+gallium_dri.so malloc 72 0x55717361a230 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000121
+gallium_dri.so free 0x55717361a230 void 0.000119
+gallium_dri.so malloc 72 0x55717361a380 0.000119
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000122
+gallium_dri.so malloc 72 0x55717361a380 0.000119
+gallium_dri.so free 0x55717361a500 void 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000120
+gallium_dri.so malloc 72 0x55717361a380 0.000117
+gallium_dri.so free 0x55717361a5c0 void 0.000119
+gallium_dri.so free 0x55717361a380 void 0.000119
+gallium_dri.so malloc 72 0x55717361a570 0.000120
+gallium_dri.so free 0x55717361a680 void 0.000120
+gallium_dri.so free 0x55717361a570 void 0.000128
+gallium_dri.so malloc 72 0x55717361a630 0.000127
+gallium_dri.so free 0x55717361a700 void 0.000126
+gallium_dri.so free 0x55717361a630 void 0.000126
+gallium_dri.so malloc 72 0x55717361a750 0.000135
+gallium_dri.so free 0x55717361a7c0 void 0.000127
+gallium_dri.so free 0x55717361a750 void 0.000124
+gallium_dri.so malloc 72 0x55717361a7e0 0.000128
+gallium_dri.so free 0x55717361a880 void 0.000126
+gallium_dri.so free 0x55717361a7e0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a830 0.000123
+gallium_dri.so free 0x55717361a900 void 0.000125
+gallium_dri.so free 0x55717361a830 void 0.000125
+gallium_dri.so malloc 72 0x55717361a830 0.000126
+gallium_dri.so free 0x55717361a980 void 0.000127
+gallium_dri.so free 0x55717361a830 void 0.000123
+gallium_dri.so malloc 72 0x55717361a980 0.000126
+gallium_dri.so free 0x55717361aa40 void 0.000127
+gallium_dri.so free 0x55717361a980 void 0.000126
+gallium_dri.so malloc 72 0x55717361a980 0.000126
+gallium_dri.so free 0x55717361ab40 void 0.000125
+gallium_dri.so free 0x55717361a980 void 0.000124
+gallium_dri.so malloc 72 0x55717361aaf0 0.000125
+gallium_dri.so free 0x55717361ab80 void 0.000126
+gallium_dri.so free 0x55717361aaf0 void 0.000124
+gallium_dri.so malloc 72 0x55717361aaf0 0.000126
+gallium_dri.so free 0x55717361ac40 void 0.000132
+gallium_dri.so free 0x55717361aaf0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ac80 0.000118
+gallium_dri.so free 0x55717361ad00 void 0.000130
+gallium_dri.so free 0x55717361ac80 void 0.000120
+gallium_dri.so malloc 72 0x55717361ad00 0.000120
+gallium_dri.so free 0x55717361adc0 void 0.000120
+gallium_dri.so free 0x55717361ad00 void 0.000122
+gallium_dri.so malloc 72 0x55717361ad00 0.000119
+gallium_dri.so free 0x55717361ae40 void 0.000119
+gallium_dri.so free 0x55717361ad00 void 0.000128
+gallium_dri.so malloc 72 0x55717361ae70 0.000131
+gallium_dri.so free 0x55717361aec0 void 0.000121
+gallium_dri.so free 0x55717361ae70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ae70 0.000151
+gallium_dri.so free 0x55717361afc0 void 0.000120
+gallium_dri.so free 0x55717361ae70 void 0.000117
+gallium_dri.so malloc 72 0x55717361b000 0.000119
+gallium_dri.so free 0x55717361b080 void 0.000117
+gallium_dri.so free 0x55717361b000 void 0.000120
+gallium_dri.so malloc 72 0x55717361b080 0.000120
+gallium_dri.so free 0x55717361b140 void 0.000121
+gallium_dri.so free 0x55717361b080 void 0.000119
+gallium_dri.so malloc 72 0x55717361b080 0.000121
+gallium_dri.so free 0x55717361b1c0 void 0.000119
+gallium_dri.so free 0x55717361b080 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1f0 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000122
+gallium_dri.so free 0x55717361b1f0 void 0.000165
+gallium_dri.so malloc 72 0x55717361b1f0 0.000121
+gallium_dri.so free 0x55717361b340 void 0.000121
+gallium_dri.so free 0x55717361b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b2f0 0.000120
+gallium_dri.so free 0x55717361b400 void 0.000121
+gallium_dri.so free 0x55717361b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b3b0 0.000120
+gallium_dri.so free 0x55717361b480 void 0.000120
+gallium_dri.so free 0x55717361b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b3b0 0.000119
+gallium_dri.so free 0x55717361b540 void 0.000120
+gallium_dri.so free 0x55717361b3b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b3b0 0.000118
+gallium_dri.so free 0x55717361b600 void 0.000121
+gallium_dri.so free 0x55717361b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b5b0 0.000120
+gallium_dri.so free 0x55717361b680 void 0.000122
+gallium_dri.so free 0x55717361b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b6d0 0.000121
+gallium_dri.so free 0x55717361b740 void 0.000120
+gallium_dri.so free 0x55717361b6d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b760 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000120
+gallium_dri.so free 0x55717361b760 void 0.000121
+gallium_dri.so malloc 72 0x55717361b7b0 0.000121
+gallium_dri.so free 0x55717361b880 void 0.000133
+gallium_dri.so free 0x55717361b7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b880 0.000119
+gallium_dri.so free 0x55717361b940 void 0.000121
+gallium_dri.so free 0x55717361b880 void 0.000120
+gallium_dri.so malloc 72 0x55717361b880 0.000123
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000120
+gallium_dri.so malloc 72 0x55717361b9c0 0.000120
+gallium_dri.so free 0x55717361ba80 void 0.000120
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b9c0 0.000120
+gallium_dri.so free 0x55717361bb40 void 0.000121
+gallium_dri.so free 0x55717361b9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b9c0 0.000126
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so free 0x55717361b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bbb0 0.000120
+gallium_dri.so free 0x55717361bc80 void 0.000120
+gallium_dri.so free 0x55717361bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bcd0 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000121
+gallium_dri.so free 0x55717361bcd0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bd80 0.000120
+gallium_dri.so free 0x55717361be00 void 0.000121
+gallium_dri.so free 0x55717361bd80 void 0.000147
+gallium_dri.so malloc 72 0x55717361bd80 0.000137
+gallium_dri.so free 0x55717361be80 void 0.000124
+gallium_dri.so free 0x55717361bd80 void 0.000120
+gallium_dri.so malloc 72 0x55717361beb0 0.000120
+gallium_dri.so free 0x55717361bf00 void 0.000120
+gallium_dri.so free 0x55717361beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361beb0 0.000117
+gallium_dri.so free 0x55717361c000 void 0.000117
+gallium_dri.so free 0x55717361beb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bfb0 0.000120
+gallium_dri.so free 0x55717361c0c0 void 0.000121
+gallium_dri.so free 0x55717361bfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c070 0.000121
+gallium_dri.so free 0x55717361c100 void 0.000121
+gallium_dri.so free 0x55717361c070 void 0.000120
+gallium_dri.so malloc 72 0x55717361c070 0.000121
+gallium_dri.so free 0x55717361c1c0 void 0.000120
+gallium_dri.so free 0x55717361c070 void 0.000118
+gallium_dri.so malloc 72 0x55717361c230 0.000120
+gallium_dri.so free 0x55717361c280 void 0.000121
+gallium_dri.so free 0x55717361c230 void 0.000119
+gallium_dri.so malloc 72 0x55717361c230 0.000120
+gallium_dri.so free 0x55717361c380 void 0.000121
+gallium_dri.so free 0x55717361c230 void 0.000118
+gallium_dri.so malloc 72 0x55717361c330 0.000120
+gallium_dri.so free 0x55717361c440 void 0.000120
+gallium_dri.so free 0x55717361c330 void 0.000174
+gallium_dri.so malloc 72 0x55717361c3f0 0.000120
+gallium_dri.so free 0x55717361c480 void 0.000121
+gallium_dri.so free 0x55717361c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c3f0 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000120
+gallium_dri.so free 0x55717361c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c580 0.000120
+gallium_dri.so free 0x55717361c600 void 0.000133
+gallium_dri.so free 0x55717361c580 void 0.000132
+gallium_dri.so malloc 72 0x55717361c600 0.000121
+gallium_dri.so free 0x55717361c6c0 void 0.000120
+gallium_dri.so free 0x55717361c600 void 0.000120
+gallium_dri.so malloc 72 0x55717361c600 0.000120
+gallium_dri.so free 0x55717361c780 void 0.000121
+gallium_dri.so free 0x55717361c600 void 0.000119
+gallium_dri.so malloc 72 0x55717361c7a0 0.000118
+gallium_dri.so free 0x55717361c840 void 0.000120
+gallium_dri.so free 0x55717361c7a0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c7f0 0.000118
+gallium_dri.so free 0x55717361c8c0 void 0.000121
+gallium_dri.so free 0x55717361c7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c7f0 0.000122
+gallium_dri.so free 0x55717361c940 void 0.000121
+gallium_dri.so free 0x55717361c7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c940 0.000129
+gallium_dri.so free 0x55717361ca00 void 0.000119
+gallium_dri.so free 0x55717361c940 void 0.000119
+gallium_dri.so malloc 72 0x55717361c940 0.000119
+gallium_dri.so free 0x55717361cac0 void 0.000125
+gallium_dri.so free 0x55717361c940 void 0.000117
+gallium_dri.so malloc 72 0x55717361c940 0.000117
+gallium_dri.so free 0x55717361cb80 void 0.000120
+gallium_dri.so free 0x55717361c940 void 0.000119
+gallium_dri.so malloc 72 0x55717361cb30 0.000119
+gallium_dri.so free 0x55717361cc40 void 0.000120
+gallium_dri.so free 0x55717361cb30 void 0.000116
+gallium_dri.so malloc 72 0x55717361cbf0 0.000119
+gallium_dri.so free 0x55717361ccc0 void 0.000124
+gallium_dri.so free 0x55717361cbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cd10 0.000120
+gallium_dri.so free 0x55717361cd80 void 0.000122
+gallium_dri.so free 0x55717361cd10 void 0.000120
+gallium_dri.so malloc 72 0x55717361cda0 0.000120
+gallium_dri.so free 0x55717361ce40 void 0.000121
+gallium_dri.so free 0x55717361cda0 void 0.000119
+gallium_dri.so malloc 72 0x55717361cdf0 0.000119
+gallium_dri.so free 0x55717361cec0 void 0.000125
+gallium_dri.so free 0x55717361cdf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cdf0 0.000120
+gallium_dri.so free 0x55717361cf40 void 0.000121
+gallium_dri.so free 0x55717361cdf0 void 0.000141
+gallium_dri.so malloc 72 0x55717361cf40 0.000121
+gallium_dri.so free 0x55717361d000 void 0.000121
+gallium_dri.so free 0x55717361cf40 void 0.000117
+gallium_dri.so malloc 72 0x55717361cf40 0.000119
+gallium_dri.so free 0x55717361d100 void 0.000122
+gallium_dri.so free 0x55717361cf40 void 0.000117
+gallium_dri.so malloc 72 0x55717361d0b0 0.000119
+gallium_dri.so free 0x55717361d140 void 0.000121
+gallium_dri.so free 0x55717361d0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361d0b0 0.000120
+gallium_dri.so free 0x55717361d200 void 0.000121
+gallium_dri.so free 0x55717361d0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d240 0.000120
+gallium_dri.so free 0x55717361d2c0 void 0.000120
+gallium_dri.so free 0x55717361d240 void 0.000117
+gallium_dri.so malloc 72 0x55717361d2c0 0.000121
+gallium_dri.so free 0x55717361d380 void 0.000121
+gallium_dri.so free 0x55717361d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d2c0 0.000121
+gallium_dri.so free 0x55717361d400 void 0.000120
+gallium_dri.so free 0x55717361d2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d430 0.000120
+gallium_dri.so free 0x55717361d480 void 0.000120
+gallium_dri.so free 0x55717361d430 void 0.000119
+gallium_dri.so malloc 72 0x55717361d430 0.000119
+gallium_dri.so free 0x55717361d580 void 0.000172
+gallium_dri.so free 0x55717361d430 void 0.000117
+gallium_dri.so malloc 72 0x55717361d5c0 0.000117
+gallium_dri.so free 0x55717361d640 void 0.000117
+gallium_dri.so free 0x55717361d5c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361d640 0.000116
+gallium_dri.so free 0x55717361d700 void 0.000117
+gallium_dri.so free 0x55717361d640 void 0.000115
+gallium_dri.so malloc 72 0x55717361d640 0.000117
+gallium_dri.so free 0x55717361d780 void 0.000122
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so malloc 72 0x55717361d7b0 0.000122
+gallium_dri.so free 0x55717361d800 void 0.000123
+gallium_dri.so free 0x55717361d7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d7b0 0.000121
+gallium_dri.so free 0x55717361d900 void 0.000121
+gallium_dri.so free 0x55717361d7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d8b0 0.000121
+gallium_dri.so free 0x55717361d9c0 void 0.000130
+gallium_dri.so free 0x55717361d8b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361d970 0.000128
+gallium_dri.so free 0x55717361da40 void 0.000123
+gallium_dri.so free 0x55717361d970 void 0.000120
+gallium_dri.so malloc 72 0x55717361d970 0.000122
+gallium_dri.so free 0x55717361db00 void 0.000151
+gallium_dri.so free 0x55717361d970 void 0.000132
+gallium_dri.so malloc 72 0x55717361d970 0.000124
+gallium_dri.so free 0x55717361dbc0 void 0.000123
+gallium_dri.so free 0x55717361d970 void 0.000121
+gallium_dri.so malloc 72 0x55717361db70 0.000122
+gallium_dri.so free 0x55717361dc40 void 0.000122
+gallium_dri.so free 0x55717361db70 void 0.000122
+gallium_dri.so malloc 72 0x55717361dc90 0.000121
+gallium_dri.so free 0x55717361dd00 void 0.000122
+gallium_dri.so free 0x55717361dc90 void 0.000122
+gallium_dri.so malloc 72 0x55717361dd20 0.000142
+gallium_dri.so free 0x55717361ddc0 void 0.000126
+gallium_dri.so free 0x55717361dd20 void 0.000121
+gallium_dri.so malloc 72 0x55717361dd70 0.000121
+gallium_dri.so free 0x55717361de40 void 0.000122
+gallium_dri.so free 0x55717361dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717361de40 0.000120
+gallium_dri.so free 0x55717361df00 void 0.000121
+gallium_dri.so free 0x55717361de40 void 0.000122
+gallium_dri.so malloc 72 0x55717361de40 0.000120
+gallium_dri.so free 0x55717361df80 void 0.000122
+gallium_dri.so free 0x55717361de40 void 0.000121
+gallium_dri.so malloc 72 0x55717361df80 0.000120
+gallium_dri.so free 0x55717361e040 void 0.000121
+gallium_dri.so free 0x55717361df80 void 0.000121
+gallium_dri.so malloc 72 0x55717361df80 0.000120
+gallium_dri.so free 0x55717361e100 void 0.000130
+gallium_dri.so free 0x55717361df80 void 0.000123
+gallium_dri.so malloc 72 0x55717361df80 0.000122
+gallium_dri.so free 0x55717361e1c0 void 0.000122
+gallium_dri.so free 0x55717361df80 void 0.000121
+gallium_dri.so malloc 72 0x55717361e170 0.000120
+gallium_dri.so free 0x55717361e240 void 0.000122
+gallium_dri.so free 0x55717361e170 void 0.000120
+gallium_dri.so malloc 72 0x55717361e290 0.000121
+gallium_dri.so free 0x55717361e300 void 0.000121
+gallium_dri.so free 0x55717361e290 void 0.000120
+gallium_dri.so malloc 72 0x55717361e340 0.000121
+gallium_dri.so free 0x55717361e3c0 void 0.000123
+gallium_dri.so free 0x55717361e340 void 0.000121
+gallium_dri.so malloc 72 0x55717361e340 0.000121
+gallium_dri.so free 0x55717361e440 void 0.000121
+gallium_dri.so free 0x55717361e340 void 0.000120
+gallium_dri.so malloc 72 0x55717361e470 0.000140
+gallium_dri.so free 0x55717361e4c0 void 0.000125
+gallium_dri.so free 0x55717361e470 void 0.000121
+gallium_dri.so malloc 72 0x55717361e470 0.000121
+gallium_dri.so free 0x55717361e5c0 void 0.000121
+gallium_dri.so free 0x55717361e470 void 0.000121
+gallium_dri.so malloc 72 0x55717361e570 0.000121
+gallium_dri.so free 0x55717361e680 void 0.000121
+gallium_dri.so free 0x55717361e570 void 0.000177
+gallium_dri.so malloc 72 0x55717361e630 0.000122
+gallium_dri.so free 0x55717361e6c0 void 0.000121
+gallium_dri.so free 0x55717361e630 void 0.000120
+gallium_dri.so malloc 72 0x55717361e630 0.000120
+gallium_dri.so free 0x55717361e780 void 0.000121
+gallium_dri.so free 0x55717361e630 void 0.000121
+gallium_dri.so malloc 72 0x55717361e7f0 0.000119
+gallium_dri.so free 0x55717361e840 void 0.000120
+gallium_dri.so free 0x55717361e7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e7f0 0.000127
+gallium_dri.so free 0x55717361e940 void 0.000141
+gallium_dri.so free 0x55717361e7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361e8f0 0.000121
+gallium_dri.so free 0x55717361ea00 void 0.000122
+gallium_dri.so free 0x55717361e8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e9b0 0.000120
+gallium_dri.so free 0x55717361ea40 void 0.000120
+gallium_dri.so free 0x55717361e9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e9b0 0.000120
+gallium_dri.so free 0x55717361eb00 void 0.000122
+gallium_dri.so free 0x55717361e9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361eb40 0.000120
+gallium_dri.so free 0x55717361ebc0 void 0.000122
+gallium_dri.so free 0x55717361eb40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ebc0 0.000137
+gallium_dri.so free 0x55717361ec80 void 0.000123
+gallium_dri.so free 0x55717361ebc0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ebc0 0.000120
+gallium_dri.so free 0x55717361ed40 void 0.000121
+gallium_dri.so free 0x55717361ebc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ed60 0.000120
+gallium_dri.so free 0x55717361ee00 void 0.000122
+gallium_dri.so free 0x55717361ed60 void 0.000120
+gallium_dri.so malloc 72 0x55717361edb0 0.000120
+gallium_dri.so free 0x55717361ee80 void 0.000121
+gallium_dri.so free 0x55717361edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361edb0 0.000121
+gallium_dri.so free 0x55717361ef00 void 0.000121
+gallium_dri.so free 0x55717361edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ef00 0.000120
+gallium_dri.so free 0x55717361efc0 void 0.000121
+gallium_dri.so free 0x55717361ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717361ef00 0.000122
+gallium_dri.so free 0x55717361f080 void 0.000121
+gallium_dri.so free 0x55717361ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717361ef00 0.000121
+gallium_dri.so free 0x55717361f140 void 0.000120
+gallium_dri.so free 0x55717361ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717361f0f0 0.000121
+gallium_dri.so free 0x55717361f200 void 0.000121
+gallium_dri.so free 0x55717361f0f0 void 0.000140
+gallium_dri.so malloc 72 0x55717361f1b0 0.000121
+gallium_dri.so free 0x55717361f280 void 0.000121
+gallium_dri.so free 0x55717361f1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f2d0 0.000120
+gallium_dri.so free 0x55717361f340 void 0.000121
+gallium_dri.so free 0x55717361f2d0 void 0.000122
+gallium_dri.so malloc 72 0x55717361f360 0.000119
+gallium_dri.so free 0x55717361f400 void 0.000122
+gallium_dri.so free 0x55717361f360 void 0.000120
+gallium_dri.so malloc 72 0x55717361f3b0 0.000120
+gallium_dri.so free 0x55717361f480 void 0.000141
+gallium_dri.so free 0x55717361f3b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361f3b0 0.000122
+gallium_dri.so free 0x55717361f500 void 0.000122
+gallium_dri.so free 0x55717361f3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f500 0.000119
+gallium_dri.so free 0x55717361f5c0 void 0.000121
+gallium_dri.so free 0x55717361f500 void 0.000120
+gallium_dri.so malloc 72 0x55717361f500 0.000121
+gallium_dri.so free 0x55717361f6c0 void 0.000121
+gallium_dri.so free 0x55717361f500 void 0.000119
+gallium_dri.so malloc 72 0x55717361f670 0.000120
+gallium_dri.so free 0x55717361f700 void 0.000121
+gallium_dri.so free 0x55717361f670 void 0.000140
+gallium_dri.so malloc 72 0x55717361f670 0.000185
+gallium_dri.so free 0x55717361f7c0 void 0.000123
+gallium_dri.so free 0x55717361f670 void 0.000121
+gallium_dri.so malloc 72 0x55717361f800 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000121
+gallium_dri.so free 0x55717361f800 void 0.000122
+gallium_dri.so malloc 72 0x55717361f880 0.000120
+gallium_dri.so free 0x55717361f940 void 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000121
+gallium_dri.so malloc 72 0x55717361f880 0.000120
+gallium_dri.so free 0x55717361f9c0 void 0.000120
+gallium_dri.so free 0x55717361f880 void 0.000120
+gallium_dri.so malloc 72 0x55717361f9f0 0.000121
+gallium_dri.so free 0x55717361fa40 void 0.000121
+gallium_dri.so free 0x55717361f9f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361f9f0 0.000121
+gallium_dri.so free 0x55717361fb40 void 0.000120
+gallium_dri.so free 0x55717361f9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361fb80 0.000120
+gallium_dri.so free 0x55717361fc00 void 0.000121
+gallium_dri.so free 0x55717361fb80 void 0.000121
+gallium_dri.so malloc 72 0x55717361fc00 0.000120
+gallium_dri.so free 0x55717361fcc0 void 0.000121
+gallium_dri.so free 0x55717361fc00 void 0.000120
+gallium_dri.so malloc 72 0x55717361fc00 0.000120
+gallium_dri.so free 0x55717361fd40 void 0.000119
+gallium_dri.so free 0x55717361fc00 void 0.000122
+gallium_dri.so malloc 72 0x55717361fd70 0.000121
+gallium_dri.so free 0x55717361fdc0 void 0.000120
+gallium_dri.so free 0x55717361fd70 void 0.000120
+gallium_dri.so malloc 72 0x55717361fd70 0.000120
+gallium_dri.so free 0x55717361fec0 void 0.000121
+gallium_dri.so free 0x55717361fd70 void 0.000120
+gallium_dri.so malloc 72 0x55717361fe70 0.000122
+gallium_dri.so free 0x55717361ff80 void 0.000121
+gallium_dri.so free 0x55717361fe70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ff30 0.000121
+gallium_dri.so free 0x557173620000 void 0.000121
+gallium_dri.so free 0x55717361ff30 void 0.000121
+gallium_dri.so malloc 72 0x55717361ff30 0.000121
+gallium_dri.so free 0x5571736200c0 void 0.000120
+gallium_dri.so free 0x55717361ff30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ff30 0.000120
+gallium_dri.so free 0x557173620180 void 0.000120
+gallium_dri.so free 0x55717361ff30 void 0.000120
+gallium_dri.so malloc 72 0x557173620130 0.000120
+gallium_dri.so free 0x557173620200 void 0.000121
+gallium_dri.so free 0x557173620130 void 0.000122
+gallium_dri.so malloc 72 0x557173620250 0.000120
+gallium_dri.so free 0x5571736202c0 void 0.000121
+gallium_dri.so free 0x557173620250 void 0.000121
+gallium_dri.so malloc 72 0x5571736202e0 0.000141
+gallium_dri.so free 0x557173620380 void 0.000123
+gallium_dri.so free 0x5571736202e0 void 0.000120
+gallium_dri.so malloc 72 0x557173620330 0.000122
+gallium_dri.so free 0x557173620400 void 0.000121
+gallium_dri.so free 0x557173620330 void 0.000121
+gallium_dri.so malloc 72 0x557173620400 0.000120
+gallium_dri.so free 0x5571736204c0 void 0.000121
+gallium_dri.so free 0x557173620400 void 0.000120
+gallium_dri.so malloc 72 0x557173620400 0.000120
+gallium_dri.so free 0x557173620540 void 0.000123
+gallium_dri.so free 0x557173620400 void 0.000147
+gallium_dri.so malloc 72 0x557173620540 0.000122
+gallium_dri.so free 0x557173620600 void 0.000122
+gallium_dri.so free 0x557173620540 void 0.000121
+gallium_dri.so malloc 72 0x557173620540 0.000121
+gallium_dri.so free 0x5571736206c0 void 0.000126
+gallium_dri.so free 0x557173620540 void 0.000122
+gallium_dri.so malloc 72 0x557173620540 0.000121
+gallium_dri.so free 0x557173620780 void 0.000121
+gallium_dri.so free 0x557173620540 void 0.000120
+gallium_dri.so malloc 72 0x557173620730 0.000122
+gallium_dri.so free 0x557173620800 void 0.000121
+gallium_dri.so free 0x557173620730 void 0.000121
+gallium_dri.so malloc 72 0x557173620850 0.000122
+gallium_dri.so free 0x5571736208c0 void 0.000121
+gallium_dri.so free 0x557173620850 void 0.000126
+gallium_dri.so malloc 72 0x557173620900 0.000121
+gallium_dri.so free 0x557173620980 void 0.000122
+gallium_dri.so free 0x557173620900 void 0.000122
+gallium_dri.so malloc 72 0x557173620900 0.000120
+gallium_dri.so free 0x557173620a00 void 0.000121
+gallium_dri.so free 0x557173620900 void 0.000120
+gallium_dri.so malloc 72 0x557173620a30 0.000119
+gallium_dri.so free 0x557173620a80 void 0.000121
+gallium_dri.so free 0x557173620a30 void 0.000121
+gallium_dri.so malloc 72 0x557173620a30 0.000121
+gallium_dri.so free 0x557173620b80 void 0.000142
+gallium_dri.so free 0x557173620a30 void 0.000131
+gallium_dri.so malloc 72 0x557173620b30 0.000121
+gallium_dri.so free 0x557173620c40 void 0.000122
+gallium_dri.so free 0x557173620b30 void 0.000119
+gallium_dri.so malloc 72 0x557173620bf0 0.000120
+gallium_dri.so free 0x557173620c80 void 0.000122
+gallium_dri.so free 0x557173620bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173620bf0 0.000122
+gallium_dri.so free 0x557173620d40 void 0.000122
+gallium_dri.so free 0x557173620bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173620db0 0.000120
+gallium_dri.so free 0x557173620ec0 void 0.000121
+gallium_dri.so free 0x557173620db0 void 0.000120
+gallium_dri.so malloc 72 0x557173620db0 0.000122
+gallium_dri.so free 0x55717360bfc0 void 0.000122
+gallium_dri.so free 0x557173620db0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bf70 0.000121
+gallium_dri.so free 0x557173609bc0 void 0.000122
+gallium_dri.so free 0x55717360bf70 void 0.000120
+gallium_dri.so malloc 72 0x557173609b70 0.000121
+gallium_dri.so free 0x557173606440 void 0.000120
+gallium_dri.so free 0x557173609b70 void 0.000120
+gallium_dri.so malloc 72 0x5571736063f0 0.000122
+gallium_dri.so free 0x5571735d5100 void 0.000121
+gallium_dri.so free 0x5571736063f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50b0 0.000120
+gallium_dri.so free 0x557173462dc0 void 0.000121
+gallium_dri.so free 0x5571735d50b0 void 0.000120
+gallium_dri.so malloc 72 0x557173462d70 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so free 0x557173462d70 void 0.000122
+gallium_dri.so malloc 72 0x557173462d70 0.000121
+gallium_dri.so free 0x557173590f00 void 0.000122
+gallium_dri.so free 0x557173462d70 void 0.000121
+gallium_dri.so malloc 72 0x557173590eb0 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000124
+gallium_dri.so free 0x557173590eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173589bb0 0.000142
+gallium_dri.so free 0x557173604ec0 void 0.000122
+gallium_dri.so free 0x557173589bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173604e70 0.000120
+gallium_dri.so free 0x5571735d0900 void 0.000122
+gallium_dri.so free 0x557173604e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d08b0 0.000121
+gallium_dri.so free 0x55717358e940 void 0.000121
+gallium_dri.so free 0x5571735d08b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e8f0 0.000120
+gallium_dri.so free 0x5571735bf3c0 void 0.000120
+gallium_dri.so free 0x55717358e8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf370 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000122
+gallium_dri.so free 0x5571735bf370 void 0.000122
+gallium_dri.so malloc 72 0x557173591d30 0.000121
+gallium_dri.so free 0x557173608a00 void 0.000121
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x5571736089b0 0.000120
+gallium_dri.so free 0x557173468980 void 0.000122
+gallium_dri.so free 0x5571736089b0 void 0.000122
+gallium_dri.so malloc 72 0x557173468930 0.000120
+gallium_dri.so free 0x55717358c380 void 0.000120
+gallium_dri.so free 0x557173468930 void 0.000121
+gallium_dri.so malloc 72 0x55717358c330 0.000119
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so free 0x55717358c330 void 0.000127
+gallium_dri.so malloc 72 0x557173590cf0 0.000122
+gallium_dri.so free 0x557173607480 void 0.000120
+gallium_dri.so free 0x557173590cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173607430 0.000120
+gallium_dri.so free 0x557173601c40 void 0.000120
+gallium_dri.so free 0x557173607430 void 0.000121
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x5571734663c0 void 0.000121
+gallium_dri.so free 0x557173601bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173466370 0.000120
+gallium_dri.so free 0x557173589dc0 void 0.000120
+gallium_dri.so free 0x557173466370 void 0.000120
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x55717360aa40 void 0.000124
+gallium_dri.so free 0x557173589d70 void 0.000120
+gallium_dri.so malloc 72 0x55717360a9f0 0.000121
+gallium_dri.so free 0x5571735910c0 void 0.000121
+gallium_dri.so free 0x55717360a9f0 void 0.000122
+gallium_dri.so malloc 72 0x557173591070 0.000121
+gallium_dri.so free 0x55717358c540 void 0.000121
+gallium_dri.so free 0x557173591070 void 0.000120
+gallium_dri.so malloc 72 0x55717358c4f0 0.000119
+gallium_dri.so free 0x557173608bc0 void 0.000121
+gallium_dri.so free 0x55717358c4f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608b70 0.000131
+gallium_dri.so free 0x557173589f80 void 0.000122
+gallium_dri.so free 0x557173608b70 void 0.000120
+gallium_dri.so malloc 72 0x557173589f30 0.000121
+gallium_dri.so free 0x5571734637c0 void 0.000121
+gallium_dri.so free 0x557173589f30 void 0.000120
+gallium_dri.so malloc 72 0x557173463830 0.000119
+gallium_dri.so free 0x5571736067c0 void 0.000130
+gallium_dri.so free 0x557173463830 void 0.000123
+gallium_dri.so malloc 72 0x557173606770 0.000122
+gallium_dri.so free 0x5571735d6140 void 0.000121
+gallium_dri.so free 0x557173606770 void 0.000138
+gallium_dri.so malloc 72 0x5571735d60f0 0.000124
+gallium_dri.so free 0x557173606600 void 0.000126
+gallium_dri.so free 0x5571735d60f0 void 0.000136
+gallium_dri.so malloc 72 0x5571736065b0 0.000121
+gallium_dri.so free 0x5571735cf000 void 0.000122
+gallium_dri.so free 0x5571736065b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cefb0 0.000120
+gallium_dri.so free 0x557173465700 void 0.000120
+gallium_dri.so free 0x5571735cefb0 void 0.000120
+gallium_dri.so malloc 72 0x5571734656b0 0.000120
+gallium_dri.so free 0x557173609d80 void 0.000127
+gallium_dri.so free 0x5571734656b0 void 0.000121
+gallium_dri.so malloc 72 0x557173609d30 0.000120
+gallium_dri.so free 0x55717360a400 void 0.000137
+gallium_dri.so free 0x557173609d30 void 0.000122
+gallium_dri.so malloc 72 0x557173609d30 0.000122
+gallium_dri.so free 0x557173604040 void 0.000122
+gallium_dri.so free 0x557173609d30 void 0.000121
+gallium_dri.so malloc 72 0x557173603ff0 0.000121
+gallium_dri.so free 0x55717358ac40 void 0.000121
+gallium_dri.so free 0x557173603ff0 void 0.000120
+gallium_dri.so malloc 72 0x55717358abf0 0.000122
+gallium_dri.so free 0x557173467cc0 void 0.000121
+gallium_dri.so free 0x55717358abf0 void 0.000120
+gallium_dri.so malloc 72 0x557173467c70 0.000120
+gallium_dri.so free 0x557173465380 void 0.000122
+gallium_dri.so free 0x557173467c70 void 0.000121
+gallium_dri.so malloc 72 0x557173465330 0.000119
+gallium_dri.so free 0x557173601a80 void 0.000121
+gallium_dri.so free 0x557173465330 void 0.000120
+gallium_dri.so malloc 72 0x557173601a30 0.000122
+gallium_dri.so free 0x55717358c1c0 void 0.000122
+gallium_dri.so free 0x557173601a30 void 0.000121
+gallium_dri.so malloc 72 0x55717358c170 0.000120
+gallium_dri.so free 0x557173603e80 void 0.000121
+gallium_dri.so free 0x55717358c170 void 0.000121
+gallium_dri.so malloc 72 0x557173603e30 0.000121
+gallium_dri.so free 0x5571736018c0 void 0.000123
+gallium_dri.so free 0x557173603e30 void 0.000121
+gallium_dri.so malloc 72 0x557173601870 0.000171
+gallium_dri.so free 0x557173463e00 void 0.000121
+gallium_dri.so free 0x557173601870 void 0.000120
+gallium_dri.so malloc 72 0x557173463db0 0.000121
+gallium_dri.so free 0x5571735d52c0 void 0.000121
+gallium_dri.so free 0x557173463db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5270 0.000122
+gallium_dri.so free 0x557173588680 void 0.000120
+gallium_dri.so free 0x5571735d5270 void 0.000121
+gallium_dri.so malloc 72 0x557173588630 0.000120
+gallium_dri.so free 0x55717358e780 void 0.000121
+gallium_dri.so free 0x557173588630 void 0.000121
+gallium_dri.so malloc 72 0x55717358e730 0.000119
+gallium_dri.so free 0x5571735d3b80 void 0.000121
+gallium_dri.so free 0x55717358e730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3b30 0.000120
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x5571735d3b30 void 0.000120
+gallium_dri.so malloc 72 0x5571734678f0 0.000122
+gallium_dri.so free 0x5571735d2d00 void 0.000122
+gallium_dri.so free 0x5571734678f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000119
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x5571735d2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2af0 0.000152
+gallium_dri.so free 0x5571735d5480 void 0.000133
+gallium_dri.so free 0x5571735d2af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5430 0.000120
+gallium_dri.so free 0x55717358d200 void 0.000121
+gallium_dri.so free 0x5571735d5430 void 0.000120
+gallium_dri.so malloc 72 0x55717358d1b0 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d06f0 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so free 0x5571735d06f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0530 0.000121
+gallium_dri.so free 0x557173606e40 void 0.000121
+gallium_dri.so free 0x5571735d0530 void 0.000127
+gallium_dri.so malloc 72 0x557173606eb0 0.000122
+gallium_dri.so free 0x55717358f7c0 void 0.000121
+gallium_dri.so free 0x557173606eb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f770 0.000120
+gallium_dri.so free 0x557173608d80 void 0.000121
+gallium_dri.so free 0x55717358f770 void 0.000120
+gallium_dri.so malloc 72 0x557173608d30 0.000120
+gallium_dri.so free 0x557173467b00 void 0.000121
+gallium_dri.so free 0x557173608d30 void 0.000120
+gallium_dri.so malloc 72 0x557173467ab0 0.000120
+gallium_dri.so free 0x557173602900 void 0.000121
+gallium_dri.so free 0x557173467ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571736028b0 0.000128
+gallium_dri.so free 0x5571735d2ec0 void 0.000121
+gallium_dri.so free 0x5571736028b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2e70 0.000120
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so free 0x5571735d2e70 void 0.000121
+gallium_dri.so malloc 72 0x5571734630f0 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000122
+gallium_dri.so free 0x5571734630f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734630f0 0.000120
+gallium_dri.so free 0x557173465540 void 0.000121
+gallium_dri.so free 0x5571734630f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734654f0 0.000119
+gallium_dri.so free 0x557173604200 void 0.000122
+gallium_dri.so free 0x5571734654f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736041b0 0.000136
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so free 0x5571736041b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eab0 0.000120
+gallium_dri.so free 0x5571735d15c0 void 0.000122
+gallium_dri.so free 0x55717358eab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1570 0.000122
+gallium_dri.so free 0x557173462f80 void 0.000121
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x557173465d80 void 0.000176
+gallium_dri.so free 0x557173462f30 void 0.000121
+gallium_dri.so malloc 72 0x557173462f30 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000121
+gallium_dri.so free 0x557173462f30 void 0.000121
+gallium_dri.so malloc 72 0x55717358a600 0.000120
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so malloc 72 0x557173466c30 0.000121
+gallium_dri.so free 0x557173469240 void 0.000121
+gallium_dri.so free 0x557173466c30 void 0.000120
+gallium_dri.so malloc 72 0x5571734691f0 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000137
+gallium_dri.so free 0x5571734691f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cadb0 0.000120
+gallium_dri.so free 0x55717358cbc0 void 0.000123
+gallium_dri.so free 0x5571735cadb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cadb0 0.000120
+gallium_dri.so free 0x557173590080 void 0.000120
+gallium_dri.so free 0x5571735cadb0 void 0.000121
+gallium_dri.so malloc 72 0x557173590030 0.000120
+gallium_dri.so free 0x5571736031c0 void 0.000122
+gallium_dri.so free 0x557173590030 void 0.000121
+gallium_dri.so malloc 72 0x557173603170 0.000120
+gallium_dri.so free 0x5571735d4440 void 0.000121
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d43f0 0.000122
+gallium_dri.so free 0x5571735d0f80 void 0.000121
+gallium_dri.so free 0x5571735d43f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d43f0 0.000120
+gallium_dri.so free 0x5571735d1e80 void 0.000122
+gallium_dri.so free 0x5571735d43f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1e30 0.000120
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so free 0x5571735d1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1e30 0.000127
+gallium_dri.so free 0x55717358dac0 void 0.000122
+gallium_dri.so free 0x5571735d1e30 void 0.000120
+gallium_dri.so malloc 72 0x55717358da70 0.000122
+gallium_dri.so free 0x55717358b500 void 0.000122
+gallium_dri.so free 0x55717358da70 void 0.000121
+gallium_dri.so malloc 72 0x55717358b4b0 0.000120
+gallium_dri.so free 0x557173588f40 void 0.000122
+gallium_dri.so free 0x55717358b4b0 void 0.000120
+gallium_dri.so malloc 72 0x557173588ef0 0.000121
+gallium_dri.so free 0x5571735bfc80 void 0.000120
+gallium_dri.so free 0x557173588ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfc30 0.000120
+gallium_dri.so free 0x557173591740 void 0.000121
+gallium_dri.so free 0x5571735bfc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfc30 0.000120
+gallium_dri.so free 0x557173609400 void 0.000138
+gallium_dri.so free 0x5571735bfc30 void 0.000122
+gallium_dri.so malloc 72 0x557173609400 0.000120
+gallium_dri.so free 0x557173607d40 void 0.000122
+gallium_dri.so free 0x557173609400 void 0.000121
+gallium_dri.so malloc 72 0x557173607cf0 0.000120
+gallium_dri.so free 0x5571735cf8c0 void 0.000120
+gallium_dri.so free 0x557173607cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf870 0.000119
+gallium_dri.so free 0x557173605780 void 0.000122
+gallium_dri.so free 0x5571735cf870 void 0.000121
+gallium_dri.so malloc 72 0x557173605730 0.000121
+gallium_dri.so free 0x5571734646c0 void 0.000120
+gallium_dri.so free 0x557173605730 void 0.000120
+gallium_dri.so malloc 72 0x557173464670 0.000120
+gallium_dri.so free 0x5571735d6a00 void 0.000120
+gallium_dri.so free 0x557173464670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d69b0 0.000121
+gallium_dri.so free 0x5571736022c0 void 0.000121
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000121
+gallium_dri.so free 0x557173604880 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000120
+gallium_dri.so free 0x5571735d5b00 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735d69b0 0.000117
+gallium_dri.so free 0x55717360b300 void 0.000115
+gallium_dri.so free 0x5571735d69b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b2b0 0.000116
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x55717360b2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2b0 0.000116
+gallium_dri.so free 0x557173591e80 void 0.000114
+gallium_dri.so free 0x55717358f2b0 void 0.000116
+gallium_dri.so malloc 72 0x557173591eb0 0.000116
+gallium_dri.so free 0x557173591f00 void 0.000115
+gallium_dri.so free 0x557173591eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173591f00 0.000114
+gallium_dri.so free 0x5571735d6b40 void 0.000116
+gallium_dri.so free 0x557173591f00 void 0.000115
+gallium_dri.so malloc 72 0x557173591f00 0.000113
+gallium_dri.so free 0x5571735d6bc0 void 0.000138
+gallium_dri.so free 0x557173591f00 void 0.000106
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000116
+gallium_dri.so free 0x5571735883c0 void 0.000116
+gallium_dri.so free 0x5571735d6bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x557173588400 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000115
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x55717358f400 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000137
+gallium_dri.so malloc 72 0x557173588370 0.000122
+gallium_dri.so free 0x55717358f500 void 0.000121
+gallium_dri.so free 0x557173588370 void 0.000121
+gallium_dri.so malloc 72 0x55717358f4b0 0.000122
+gallium_dri.so free 0x55717358f5c0 void 0.000121
+gallium_dri.so free 0x55717358f4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f570 0.000122
+gallium_dri.so free 0x557173607580 void 0.000121
+gallium_dri.so free 0x55717358f570 void 0.000122
+gallium_dri.so malloc 72 0x5571736075a0 0.000121
+gallium_dri.so free 0x557173607640 void 0.000121
+gallium_dri.so free 0x5571736075a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736075f0 0.000121
+gallium_dri.so free 0x5571736076c0 void 0.000122
+gallium_dri.so free 0x5571736075f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736075f0 0.000121
+gallium_dri.so free 0x557173607740 void 0.000121
+gallium_dri.so free 0x5571736075f0 void 0.000121
+gallium_dri.so malloc 72 0x557173607740 0.000121
+gallium_dri.so free 0x557173588780 void 0.000123
+gallium_dri.so free 0x557173607740 void 0.000121
+gallium_dri.so malloc 72 0x5571735887a0 0.000121
+gallium_dri.so free 0x557173588840 void 0.000122
+gallium_dri.so free 0x5571735887a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735887f0 0.000120
+gallium_dri.so free 0x5571735888c0 void 0.000125
+gallium_dri.so free 0x5571735887f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735887f0 0.000122
+gallium_dri.so free 0x557173602a00 void 0.000122
+gallium_dri.so free 0x5571735887f0 void 0.000120
+gallium_dri.so malloc 72 0x557173602a40 0.000123
+gallium_dri.so free 0x557173602ac0 void 0.000122
+gallium_dri.so free 0x557173602a40 void 0.000122
+gallium_dri.so malloc 72 0x557173602ac0 0.000121
+gallium_dri.so free 0x5571735889c0 void 0.000122
+gallium_dri.so free 0x557173602ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173588970 0.000121
+gallium_dri.so free 0x557173602b80 void 0.000151
+gallium_dri.so free 0x557173588970 void 0.000122
+gallium_dri.so malloc 72 0x557173588970 0.000122
+gallium_dri.so free 0x5571735d16c0 void 0.000122
+gallium_dri.so free 0x557173588970 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1700 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000123
+gallium_dri.so free 0x5571735d1700 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1780 0.000122
+gallium_dri.so free 0x5571735d1840 void 0.000123
+gallium_dri.so free 0x5571735d1780 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1780 0.000121
+gallium_dri.so free 0x557173602c40 void 0.000122
+gallium_dri.so free 0x5571735d1780 void 0.000174
+gallium_dri.so malloc 72 0x557173602bf0 0.000123
+gallium_dri.so free 0x55717358f8c0 void 0.000122
+gallium_dri.so free 0x557173602bf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f8f0 0.000121
+gallium_dri.so free 0x55717358f940 void 0.000121
+gallium_dri.so free 0x55717358f8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f8f0 0.000121
+gallium_dri.so free 0x55717358fa40 void 0.000120
+gallium_dri.so free 0x55717358f8f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f9f0 0.000120
+gallium_dri.so free 0x55717358fb00 void 0.000121
+gallium_dri.so free 0x55717358f9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358fab0 0.000122
+gallium_dri.so free 0x5571735d3c80 void 0.000123
+gallium_dri.so free 0x55717358fab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000122
+gallium_dri.so free 0x5571735d3cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3d00 0.000121
+gallium_dri.so free 0x5571735d3dc0 void 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d00 0.000124
+gallium_dri.so free 0x557173468a80 void 0.000122
+gallium_dri.so free 0x5571735d3d00 void 0.000121
+gallium_dri.so malloc 72 0x557173468ad0 0.000131
+gallium_dri.so free 0x5571735d3ec0 void 0.000120
+gallium_dri.so free 0x557173468ad0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3e70 0.000121
+gallium_dri.so free 0x557173468b40 void 0.000123
+gallium_dri.so free 0x5571735d3e70 void 0.000121
+gallium_dri.so malloc 72 0x557173468b70 0.000120
+gallium_dri.so free 0x557173468bc0 void 0.000121
+gallium_dri.so free 0x557173468b70 void 0.000121
+gallium_dri.so malloc 72 0x557173468b70 0.000120
+gallium_dri.so free 0x55717360ab40 void 0.000121
+gallium_dri.so free 0x557173468b70 void 0.000122
+gallium_dri.so malloc 72 0x55717360ab90 0.000120
+gallium_dri.so free 0x55717360ac00 void 0.000120
+gallium_dri.so free 0x55717360ab90 void 0.000120
+gallium_dri.so malloc 72 0x55717360ac40 0.000122
+gallium_dri.so free 0x557173468cc0 void 0.000121
+gallium_dri.so free 0x55717360ac40 void 0.000140
+gallium_dri.so malloc 72 0x557173468c70 0.000131
+gallium_dri.so free 0x55717360acc0 void 0.000122
+gallium_dri.so free 0x557173468c70 void 0.000121
+gallium_dri.so malloc 72 0x557173468c70 0.000120
+gallium_dri.so free 0x5571734664c0 void 0.000121
+gallium_dri.so free 0x557173468c70 void 0.000120
+gallium_dri.so malloc 72 0x557173466500 0.000121
+gallium_dri.so free 0x557173466580 void 0.000182
+gallium_dri.so free 0x557173466500 void 0.000131
+gallium_dri.so malloc 72 0x557173466580 0.000142
+gallium_dri.so free 0x55717360ad80 void 0.000123
+gallium_dri.so free 0x557173466580 void 0.000120
+gallium_dri.so malloc 72 0x55717360ad30 0.000123
+gallium_dri.so free 0x557173466640 void 0.000121
+gallium_dri.so free 0x55717360ad30 void 0.000120
+gallium_dri.so malloc 72 0x55717360ad30 0.000121
+gallium_dri.so free 0x5571735cf100 void 0.000121
+gallium_dri.so free 0x55717360ad30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf170 0.000122
+gallium_dri.so free 0x5571735cf1c0 void 0.000122
+gallium_dri.so free 0x5571735cf170 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf170 0.000121
+gallium_dri.so free 0x5571735cf2c0 void 0.000122
+gallium_dri.so free 0x5571735cf170 void 0.000122
+gallium_dri.so malloc 72 0x5571735cf270 0.000120
+gallium_dri.so free 0x557173466700 void 0.000122
+gallium_dri.so free 0x5571735cf270 void 0.000121
+gallium_dri.so malloc 72 0x5571734666b0 0.000120
+gallium_dri.so free 0x5571735bf4c0 void 0.000122
+gallium_dri.so free 0x5571734666b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000120
+gallium_dri.so free 0x5571735bf540 void 0.000121
+gallium_dri.so free 0x5571735bf4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000121
+gallium_dri.so free 0x5571735bf640 void 0.000122
+gallium_dri.so free 0x5571735bf4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000122
+gallium_dri.so free 0x5571735d6240 void 0.000121
+gallium_dri.so free 0x5571735bf5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d62a0 0.000121
+gallium_dri.so free 0x5571735bf700 void 0.000121
+gallium_dri.so free 0x5571735d62a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000119
+gallium_dri.so free 0x5571735d6340 void 0.000121
+gallium_dri.so free 0x5571735bf6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d62f0 0.000121
+gallium_dri.so free 0x5571735d63c0 void 0.000122
+gallium_dri.so free 0x5571735d62f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d62f0 0.000120
+gallium_dri.so free 0x55717358ad40 void 0.000121
+gallium_dri.so free 0x5571735d62f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ad90 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000124
+gallium_dri.so free 0x55717358ad90 void 0.000121
+gallium_dri.so malloc 72 0x55717358ae20 0.000121
+gallium_dri.so free 0x55717358aec0 void 0.000121
+gallium_dri.so free 0x55717358ae20 void 0.000120
+gallium_dri.so malloc 72 0x55717358ae70 0.000120
+gallium_dri.so free 0x55717358d300 void 0.000130
+gallium_dri.so free 0x55717358ae70 void 0.000123
+gallium_dri.so malloc 72 0x55717358d350 0.000121
+gallium_dri.so free 0x55717358af40 void 0.000121
+gallium_dri.so free 0x55717358d350 void 0.000122
+gallium_dri.so malloc 72 0x55717358d350 0.000120
+gallium_dri.so free 0x55717358d3c0 void 0.000122
+gallium_dri.so free 0x55717358d350 void 0.000122
+gallium_dri.so malloc 72 0x55717358d410 0.000121
+gallium_dri.so free 0x55717358d480 void 0.000120
+gallium_dri.so free 0x55717358d410 void 0.000121
+gallium_dri.so malloc 72 0x55717358d4a0 0.000119
+gallium_dri.so free 0x557173463f00 void 0.000125
+gallium_dri.so free 0x55717358d4a0 void 0.000127
+gallium_dri.so malloc 72 0x557173463f30 0.000121
+gallium_dri.so free 0x557173463f80 void 0.000122
+gallium_dri.so free 0x557173463f30 void 0.000121
+gallium_dri.so malloc 72 0x557173463f30 0.000120
+gallium_dri.so free 0x557173464080 void 0.000121
+gallium_dri.so free 0x557173463f30 void 0.000120
+gallium_dri.so malloc 72 0x557173464030 0.000122
+gallium_dri.so free 0x557173604fc0 void 0.000122
+gallium_dri.so free 0x557173464030 void 0.000121
+gallium_dri.so malloc 72 0x557173605000 0.000121
+gallium_dri.so free 0x55717358d540 void 0.000120
+gallium_dri.so free 0x557173605000 void 0.000121
+gallium_dri.so malloc 72 0x55717358d4f0 0.000126
+gallium_dri.so free 0x557173605080 void 0.000123
+gallium_dri.so free 0x55717358d4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358d4f0 0.000122
+gallium_dri.so free 0x557173605140 void 0.000121
+gallium_dri.so free 0x55717358d4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736050f0 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x5571736050f0 void 0.000121
+gallium_dri.so malloc 72 0x557173588b50 0.000120
+gallium_dri.so free 0x557173464140 void 0.000121
+gallium_dri.so free 0x557173588b50 void 0.000121
+gallium_dri.so malloc 72 0x5571734640f0 0.000120
+gallium_dri.so free 0x5571736051c0 void 0.000121
+gallium_dri.so free 0x5571734640f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736051f0 0.000122
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so free 0x5571736051f0 void 0.000125
+gallium_dri.so malloc 72 0x557173588c30 0.000139
+gallium_dri.so free 0x557173588c80 void 0.000123
+gallium_dri.so free 0x557173588c30 void 0.000121
+gallium_dri.so malloc 72 0x557173588c30 0.000121
+gallium_dri.so free 0x557173602d80 void 0.000122
+gallium_dri.so free 0x557173588c30 void 0.000123
+gallium_dri.so malloc 72 0x557173602dd0 0.000119
+gallium_dri.so free 0x557173588d80 void 0.000124
+gallium_dri.so free 0x557173602dd0 void 0.000122
+gallium_dri.so malloc 72 0x557173588d30 0.000120
+gallium_dri.so free 0x557173602e40 void 0.000122
+gallium_dri.so free 0x557173588d30 void 0.000120
+gallium_dri.so malloc 72 0x557173602e70 0.000120
+gallium_dri.so free 0x557173602ec0 void 0.000121
+gallium_dri.so free 0x557173602e70 void 0.000119
+gallium_dri.so malloc 72 0x557173602e70 0.000120
+gallium_dri.so free 0x557173602fc0 void 0.000122
+gallium_dri.so free 0x557173602e70 void 0.000125
+gallium_dri.so malloc 72 0x557173602f70 0.000123
+gallium_dri.so free 0x5571735bf840 void 0.000121
+gallium_dri.so free 0x557173602f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf8a0 0.000120
+gallium_dri.so free 0x5571735bf940 void 0.000121
+gallium_dri.so free 0x5571735bf8a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf8f0 0.000120
+gallium_dri.so free 0x5571735bf980 void 0.000120
+gallium_dri.so free 0x5571735bf8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf8f0 0.000121
+gallium_dri.so free 0x5571735bfa40 void 0.000121
+gallium_dri.so free 0x5571735bf8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfa80 0.000121
+gallium_dri.so free 0x5571735d65c0 void 0.000121
+gallium_dri.so free 0x5571735bfa80 void 0.000154
+gallium_dri.so malloc 72 0x5571735d6610 0.000122
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so free 0x5571735d6610 void 0.000121
+gallium_dri.so malloc 72 0x5571735d66a0 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000122
+gallium_dri.so free 0x5571735d66a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d66f0 0.000120
+gallium_dri.so free 0x5571735d67c0 void 0.000120
+gallium_dri.so free 0x5571735d66f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d67c0 0.000121
+gallium_dri.so free 0x5571735d4000 void 0.000120
+gallium_dri.so free 0x5571735d67c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4040 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d4040 void 0.000121
+gallium_dri.so malloc 72 0x5571735d40c0 0.000120
+gallium_dri.so free 0x5571735d4180 void 0.000122
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d40c0 0.000120
+gallium_dri.so free 0x5571735d4200 void 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4230 0.000120
+gallium_dri.so free 0x55717358fc40 void 0.000122
+gallium_dri.so free 0x5571735d4230 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc80 0.000122
+gallium_dri.so free 0x55717358fd00 void 0.000122
+gallium_dri.so free 0x55717358fc80 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000122
+gallium_dri.so free 0x55717358fe40 void 0.000121
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd00 0.000120
+gallium_dri.so free 0x557173466840 void 0.000121
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so malloc 72 0x557173466870 0.000120
+gallium_dri.so free 0x5571734668c0 void 0.000122
+gallium_dri.so free 0x557173466870 void 0.000120
+gallium_dri.so malloc 72 0x557173466870 0.000119
+gallium_dri.so free 0x5571734669c0 void 0.000121
+gallium_dri.so free 0x557173466870 void 0.000120
+gallium_dri.so malloc 72 0x557173466970 0.000119
+gallium_dri.so free 0x557173466a80 void 0.000121
+gallium_dri.so free 0x557173466970 void 0.000121
+gallium_dri.so malloc 72 0x557173466a30 0.000121
+gallium_dri.so free 0x55717358b0c0 void 0.000121
+gallium_dri.so free 0x557173466a30 void 0.000121
+gallium_dri.so malloc 72 0x55717358b0f0 0.000121
+gallium_dri.so free 0x55717358b140 void 0.000122
+gallium_dri.so free 0x55717358b0f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b0f0 0.000129
+gallium_dri.so free 0x55717358b240 void 0.000122
+gallium_dri.so free 0x55717358b0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b280 0.000121
+gallium_dri.so free 0x557173605340 void 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000120
+gallium_dri.so malloc 72 0x557173605390 0.000121
+gallium_dri.so free 0x557173605400 void 0.000122
+gallium_dri.so free 0x557173605390 void 0.000120
+gallium_dri.so malloc 72 0x557173605420 0.000122
+gallium_dri.so free 0x5571736054c0 void 0.000121
+gallium_dri.so free 0x557173605420 void 0.000120
+gallium_dri.so malloc 72 0x557173605470 0.000153
+gallium_dri.so free 0x55717358b300 void 0.000124
+gallium_dri.so free 0x557173605470 void 0.000121
+gallium_dri.so malloc 72 0x557173605470 0.000121
+gallium_dri.so free 0x557173605540 void 0.000120
+gallium_dri.so free 0x557173605470 void 0.000120
+gallium_dri.so malloc 72 0x557173605540 0.000122
+gallium_dri.so free 0x55717360aec0 void 0.000136
+gallium_dri.so free 0x557173605540 void 0.000122
+gallium_dri.so malloc 72 0x55717360af20 0.000121
+gallium_dri.so free 0x55717360afc0 void 0.000121
+gallium_dri.so free 0x55717360af20 void 0.000120
+gallium_dri.so malloc 72 0x55717360af70 0.000184
+gallium_dri.so free 0x55717360b000 void 0.000141
+gallium_dri.so free 0x55717360af70 void 0.000129
+gallium_dri.so malloc 72 0x55717360af70 0.000125
+gallium_dri.so free 0x55717360b0c0 void 0.000121
+gallium_dri.so free 0x55717360af70 void 0.000121
+gallium_dri.so malloc 72 0x55717360b100 0.000120
+gallium_dri.so free 0x5571735d1a40 void 0.000123
+gallium_dri.so free 0x55717360b100 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1a90 0.000120
+gallium_dri.so free 0x5571735d1b00 void 0.000121
+gallium_dri.so free 0x5571735d1a90 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1b20 0.000120
+gallium_dri.so free 0x5571735d1bc0 void 0.000121
+gallium_dri.so free 0x5571735d1b20 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1b70 0.000123
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so free 0x5571735d1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1c40 0.000121
+gallium_dri.so free 0x55717358d680 void 0.000122
+gallium_dri.so free 0x5571735d1c40 void 0.000120
+gallium_dri.so malloc 72 0x55717358d6c0 0.000122
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so free 0x55717358d6c0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d740 0.000121
+gallium_dri.so free 0x55717358d800 void 0.000131
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so malloc 72 0x55717358d740 0.000121
+gallium_dri.so free 0x55717358d880 void 0.000123
+gallium_dri.so free 0x55717358d740 void 0.000122
+gallium_dri.so malloc 72 0x55717358d8b0 0.000121
+gallium_dri.so free 0x557173464280 void 0.000120
+gallium_dri.so free 0x55717358d8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734642c0 0.000120
+gallium_dri.so free 0x557173464340 void 0.000120
+gallium_dri.so free 0x5571734642c0 void 0.000123
+gallium_dri.so malloc 72 0x557173464340 0.000120
+gallium_dri.so free 0x557173464400 void 0.000120
+gallium_dri.so free 0x557173464340 void 0.000121
+gallium_dri.so malloc 72 0x557173464340 0.000126
+gallium_dri.so free 0x557173464480 void 0.000121
+gallium_dri.so free 0x557173464340 void 0.000120
+gallium_dri.so malloc 72 0x557173464340 0.000129
+gallium_dri.so free 0x557173607900 void 0.000122
+gallium_dri.so free 0x557173464340 void 0.000120
+gallium_dri.so malloc 72 0x557173607930 0.000120
+gallium_dri.so free 0x557173607980 void 0.000121
+gallium_dri.so free 0x557173607930 void 0.000122
+gallium_dri.so malloc 72 0x557173607930 0.000121
+gallium_dri.so free 0x557173607a80 void 0.000121
+gallium_dri.so free 0x557173607930 void 0.000120
+gallium_dri.so malloc 72 0x557173607a30 0.000142
+gallium_dri.so free 0x557173607b40 void 0.000134
+gallium_dri.so free 0x557173607a30 void 0.000135
+gallium_dri.so malloc 72 0x557173607af0 0.000133
+gallium_dri.so free 0x5571735cf480 void 0.000134
+gallium_dri.so free 0x557173607af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000133
+gallium_dri.so free 0x5571735cf500 void 0.000133
+gallium_dri.so free 0x5571735cf4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000132
+gallium_dri.so free 0x5571735cf600 void 0.000134
+gallium_dri.so free 0x5571735cf4b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cf640 0.000132
+gallium_dri.so free 0x557173468e00 void 0.000134
+gallium_dri.so free 0x5571735cf640 void 0.000133
+gallium_dri.so malloc 72 0x557173468e50 0.000135
+gallium_dri.so free 0x557173468ec0 void 0.000134
+gallium_dri.so free 0x557173468e50 void 0.000134
+gallium_dri.so malloc 72 0x557173468ee0 0.000133
+gallium_dri.so free 0x557173468f80 void 0.000133
+gallium_dri.so free 0x557173468ee0 void 0.000134
+gallium_dri.so malloc 72 0x557173468f30 0.000133
+gallium_dri.so free 0x5571735cf6c0 void 0.000137
+gallium_dri.so free 0x557173468f30 void 0.000146
+gallium_dri.so malloc 72 0x557173468f30 0.000135
+gallium_dri.so free 0x557173469000 void 0.000134
+gallium_dri.so free 0x557173468f30 void 0.000133
+gallium_dri.so malloc 72 0x557173469000 0.000135
+gallium_dri.so free 0x557173462440 void 0.000135
+gallium_dri.so free 0x557173469000 void 0.000134
+gallium_dri.so malloc 72 0x5571734624a0 0.000133
+gallium_dri.so free 0x557173462540 void 0.000134
+gallium_dri.so free 0x5571734624a0 void 0.000134
+gallium_dri.so malloc 72 0x5571734624f0 0.000133
+gallium_dri.so free 0x557173462580 void 0.000135
+gallium_dri.so free 0x5571734624f0 void 0.000135
+gallium_dri.so malloc 72 0x5571734624f0 0.000133
+gallium_dri.so free 0x557173462640 void 0.000135
+gallium_dri.so free 0x5571734624f0 void 0.000134
+gallium_dri.so malloc 72 0x557173462680 0.000134
+gallium_dri.so free 0x557173462700 void 0.000135
+gallium_dri.so free 0x557173462680 void 0.000134
+gallium_dri.so malloc 72 0x557173462750 0.000134
+gallium_dri.so free 0x5571734684c0 void 0.000135
+gallium_dri.so free 0x557173462750 void 0.000134
+gallium_dri.so malloc 72 0x557173468470 0.000134
+gallium_dri.so free 0x557173468500 void 0.000145
+gallium_dri.so free 0x557173468470 void 0.000135
+gallium_dri.so malloc 72 0x557173468470 0.000135
+gallium_dri.so free 0x5571734685c0 void 0.000133
+gallium_dri.so free 0x557173468470 void 0.000134
+gallium_dri.so malloc 72 0x557173468610 0.000134
+gallium_dri.so free 0x557173468680 void 0.000141
+gallium_dri.so free 0x557173468610 void 0.000125
+gallium_dri.so malloc 72 0x5571734686c0 0.000121
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so malloc 72 0x557173468740 0.000120
+gallium_dri.so free 0x557173463940 void 0.000121
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so malloc 72 0x5571734638f0 0.000120
+gallium_dri.so free 0x557173463980 void 0.000121
+gallium_dri.so free 0x5571734638f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734638f0 0.000121
+gallium_dri.so free 0x557173463a40 void 0.000121
+gallium_dri.so free 0x5571734638f0 void 0.000121
+gallium_dri.so malloc 72 0x557173463a80 0.000121
+gallium_dri.so free 0x557173463b00 void 0.000121
+gallium_dri.so free 0x557173463a80 void 0.000121
+gallium_dri.so malloc 72 0x557173463b00 0.000122
+gallium_dri.so free 0x557173463bc0 void 0.000120
+gallium_dri.so free 0x557173463b00 void 0.000132
+gallium_dri.so malloc 72 0x557173463b00 0.000123
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x557173463b00 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000120
+gallium_dri.so free 0x55717358a7c0 void 0.000120
+gallium_dri.so free 0x55717358a730 void 0.000119
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a880 void 0.000122
+gallium_dri.so free 0x55717358a730 void 0.000120
+gallium_dri.so malloc 72 0x55717358a8c0 0.000121
+gallium_dri.so free 0x55717358a940 void 0.000121
+gallium_dri.so free 0x55717358a8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a940 0.000120
+gallium_dri.so free 0x55717358aa00 void 0.000122
+gallium_dri.so free 0x55717358a940 void 0.000122
+gallium_dri.so malloc 72 0x55717358a940 0.000120
+gallium_dri.so free 0x557173606fc0 void 0.000121
+gallium_dri.so free 0x55717358a940 void 0.000121
+gallium_dri.so malloc 72 0x557173606f70 0.000121
+gallium_dri.so free 0x557173607040 void 0.000121
+gallium_dri.so free 0x557173606f70 void 0.000121
+gallium_dri.so malloc 72 0x557173606f70 0.000120
+gallium_dri.so free 0x557173607140 void 0.000121
+gallium_dri.so free 0x557173606f70 void 0.000120
+gallium_dri.so malloc 72 0x5571736070f0 0.000121
+gallium_dri.so free 0x5571736071c0 void 0.000129
+gallium_dri.so free 0x5571736070f0 void 0.000120
+gallium_dri.so malloc 72 0x557173607210 0.000122
+gallium_dri.so free 0x557173607280 void 0.000122
+gallium_dri.so free 0x557173607210 void 0.000121
+gallium_dri.so malloc 72 0x5571736072a0 0.000121
+gallium_dri.so free 0x557173604a00 void 0.000119
+gallium_dri.so free 0x5571736072a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736049b0 0.000120
+gallium_dri.so free 0x557173604a80 void 0.000121
+gallium_dri.so free 0x5571736049b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736049b0 0.000121
+gallium_dri.so free 0x557173604b00 void 0.000121
+gallium_dri.so free 0x5571736049b0 void 0.000122
+gallium_dri.so malloc 72 0x557173604b00 0.000121
+gallium_dri.so free 0x557173604bc0 void 0.000122
+gallium_dri.so free 0x557173604b00 void 0.000121
+gallium_dri.so malloc 72 0x557173604b00 0.000120
+gallium_dri.so free 0x557173604cc0 void 0.000120
+gallium_dri.so free 0x557173604b00 void 0.000121
+gallium_dri.so malloc 72 0x557173604b00 0.000119
+gallium_dri.so free 0x557173602440 void 0.000121
+gallium_dri.so free 0x557173604b00 void 0.000125
+gallium_dri.so malloc 72 0x5571736023f0 0.000122
+gallium_dri.so free 0x5571736024c0 void 0.000121
+gallium_dri.so free 0x5571736023f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736023f0 0.000121
+gallium_dri.so free 0x557173602540 void 0.000122
+gallium_dri.so free 0x5571736023f0 void 0.000121
+gallium_dri.so malloc 72 0x557173602540 0.000122
+gallium_dri.so free 0x557173602600 void 0.000120
+gallium_dri.so free 0x557173602540 void 0.000121
+gallium_dri.so malloc 72 0x557173602540 0.000119
+gallium_dri.so free 0x5571736026c0 void 0.000121
+gallium_dri.so free 0x557173602540 void 0.000121
+gallium_dri.so malloc 72 0x557173602540 0.000120
+gallium_dri.so free 0x5571735d5c80 void 0.000122
+gallium_dri.so free 0x557173602540 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c30 0.000120
+gallium_dri.so free 0x5571735d5d40 void 0.000120
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000120
+gallium_dri.so free 0x5571735d5cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5e10 0.000120
+gallium_dri.so free 0x5571735d5e80 void 0.000122
+gallium_dri.so free 0x5571735d5e10 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5ea0 0.000121
+gallium_dri.so free 0x5571735d5f40 void 0.000120
+gallium_dri.so free 0x5571735d5ea0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000120
+gallium_dri.so free 0x5571735d1100 void 0.000169
+gallium_dri.so free 0x5571735d5ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d10b0 0.000120
+gallium_dri.so free 0x5571735d1180 void 0.000121
+gallium_dri.so free 0x5571735d10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d11d0 0.000122
+gallium_dri.so free 0x5571735d1240 void 0.000121
+gallium_dri.so free 0x5571735d11d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1280 0.000120
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d1280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1280 0.000121
+gallium_dri.so free 0x5571735d1380 void 0.000121
+gallium_dri.so free 0x5571735d1280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d13b0 0.000121
+gallium_dri.so free 0x557173465f00 void 0.000121
+gallium_dri.so free 0x5571735d13b0 void 0.000120
+gallium_dri.so malloc 72 0x557173465eb0 0.000122
+gallium_dri.so free 0x557173465f80 void 0.000122
+gallium_dri.so free 0x557173465eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173465fd0 0.000121
+gallium_dri.so free 0x557173466040 void 0.000121
+gallium_dri.so free 0x557173465fd0 void 0.000121
+gallium_dri.so malloc 72 0x557173466060 0.000120
+gallium_dri.so free 0x557173466100 void 0.000121
+gallium_dri.so free 0x557173466060 void 0.000123
+gallium_dri.so malloc 72 0x5571734660b0 0.000122
+gallium_dri.so free 0x557173466180 void 0.000120
+gallium_dri.so free 0x5571734660b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734660b0 0.000121
+gallium_dri.so free 0x5571735918c0 void 0.000121
+gallium_dri.so free 0x5571734660b0 void 0.000120
+gallium_dri.so malloc 72 0x557173591870 0.000119
+gallium_dri.so free 0x557173591940 void 0.000120
+gallium_dri.so free 0x557173591870 void 0.000120
+gallium_dri.so malloc 72 0x557173591990 0.000121
+gallium_dri.so free 0x557173591a00 void 0.000121
+gallium_dri.so free 0x557173591990 void 0.000121
+gallium_dri.so malloc 72 0x557173591a20 0.000123
+gallium_dri.so free 0x557173591ac0 void 0.000120
+gallium_dri.so free 0x557173591a20 void 0.000120
+gallium_dri.so malloc 72 0x557173591a70 0.000120
+gallium_dri.so free 0x557173591b40 void 0.000120
+gallium_dri.so free 0x557173591a70 void 0.000121
+gallium_dri.so malloc 72 0x557173591a70 0.000120
+gallium_dri.so free 0x55717360a580 void 0.000126
+gallium_dri.so free 0x557173591a70 void 0.000122
+gallium_dri.so malloc 72 0x55717360a530 0.000121
+gallium_dri.so free 0x55717360a640 void 0.000121
+gallium_dri.so free 0x55717360a530 void 0.000120
+gallium_dri.so malloc 72 0x55717360a5f0 0.000120
+gallium_dri.so free 0x55717360a6c0 void 0.000129
+gallium_dri.so free 0x55717360a5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360a5f0 0.000115
+gallium_dri.so free 0x55717360a780 void 0.000116
+gallium_dri.so free 0x55717360a5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a5f0 0.000114
+gallium_dri.so free 0x55717360a840 void 0.000115
+gallium_dri.so free 0x55717360a5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a7f0 0.000115
+gallium_dri.so free 0x5571735ceb40 void 0.000115
+gallium_dri.so free 0x55717360a7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cec00 void 0.000113
+gallium_dri.so free 0x5571735ceaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735cec40 void 0.000116
+gallium_dri.so free 0x5571735cebb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735ced00 void 0.000115
+gallium_dri.so free 0x5571735cebb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ced50 0.000114
+gallium_dri.so free 0x5571735cedc0 void 0.000115
+gallium_dri.so free 0x5571735ced50 void 0.000115
+gallium_dri.so malloc 72 0x5571735cee00 0.000115
+gallium_dri.so free 0x55717358cd40 void 0.000116
+gallium_dri.so free 0x5571735cee00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ccf0 0.000115
+gallium_dri.so free 0x55717358ce00 void 0.000124
+gallium_dri.so free 0x55717358ccf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358ce40 void 0.000121
+gallium_dri.so free 0x55717358cdb0 void 0.000116
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358cf00 void 0.000120
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cf40 0.000119
+gallium_dri.so free 0x55717358cfc0 void 0.000120
+gallium_dri.so free 0x55717358cf40 void 0.000120
+gallium_dri.so malloc 72 0x55717358cfc0 0.000120
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x55717358cfc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3670 0.000120
+gallium_dri.so free 0x5571735d3740 void 0.000121
+gallium_dri.so free 0x5571735d3670 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3760 0.000120
+gallium_dri.so free 0x5571735d3800 void 0.000121
+gallium_dri.so free 0x5571735d3760 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37b0 0.000120
+gallium_dri.so free 0x5571735d3880 void 0.000117
+gallium_dri.so free 0x5571735d37b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37b0 0.000121
+gallium_dri.so free 0x5571735d3900 void 0.000120
+gallium_dri.so free 0x5571735d37b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3900 0.000127
+gallium_dri.so free 0x557173589680 void 0.000125
+gallium_dri.so free 0x5571735d3900 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3900 0.000120
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so free 0x5571735d3900 void 0.000116
+gallium_dri.so malloc 72 0x557173589730 0.000120
+gallium_dri.so free 0x557173589780 void 0.000118
+gallium_dri.so free 0x557173589730 void 0.000120
+gallium_dri.so malloc 72 0x557173589730 0.000120
+gallium_dri.so free 0x557173589880 void 0.000122
+gallium_dri.so free 0x557173589730 void 0.000121
+gallium_dri.so malloc 72 0x5571735898c0 0.000121
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x5571735898c0 void 0.000116
+gallium_dri.so malloc 72 0x557173589940 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000120
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so malloc 72 0x557173589940 0.000121
+gallium_dri.so free 0x557173605ec0 void 0.000120
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so malloc 72 0x557173589940 0.000119
+gallium_dri.so free 0x557173605f80 void 0.000120
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so malloc 72 0x557173605f30 0.000117
+gallium_dri.so free 0x557173606000 void 0.000120
+gallium_dri.so free 0x557173605f30 void 0.000175
+gallium_dri.so malloc 72 0x557173606050 0.000122
+gallium_dri.so free 0x5571736060c0 void 0.000119
+gallium_dri.so free 0x557173606050 void 0.000120
+gallium_dri.so malloc 72 0x557173606120 0.000120
+gallium_dri.so free 0x5571736061c0 void 0.000121
+gallium_dri.so free 0x557173606120 void 0.000116
+gallium_dri.so malloc 72 0x557173606170 0.000118
+gallium_dri.so free 0x557173606200 void 0.000121
+gallium_dri.so free 0x557173606170 void 0.000120
+gallium_dri.so malloc 72 0x557173606170 0.000119
+gallium_dri.so free 0x557173462840 void 0.000119
+gallium_dri.so free 0x557173606170 void 0.000117
+gallium_dri.so malloc 72 0x557173606170 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so free 0x557173606170 void 0.000119
+gallium_dri.so malloc 72 0x5571734628c0 0.000120
+gallium_dri.so free 0x557173462980 void 0.000122
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000121
+gallium_dri.so free 0x557173462a40 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734628c0 0.000121
+gallium_dri.so free 0x557173462b00 void 0.000123
+gallium_dri.so free 0x5571734628c0 void 0.000122
+gallium_dri.so malloc 72 0x557173462ab0 0.000123
+gallium_dri.so free 0x557173462bc0 void 0.000132
+gallium_dri.so free 0x557173462ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173462b70 0.000121
+gallium_dri.so free 0x557173603900 void 0.000120
+gallium_dri.so free 0x557173462b70 void 0.000120
+gallium_dri.so malloc 72 0x557173603900 0.000120
+gallium_dri.so free 0x5571736039c0 void 0.000118
+gallium_dri.so free 0x557173603900 void 0.000120
+gallium_dri.so malloc 72 0x557173603900 0.000121
+gallium_dri.so free 0x557173603a40 void 0.000120
+gallium_dri.so free 0x557173603900 void 0.000119
+gallium_dri.so malloc 72 0x557173603a70 0.000120
+gallium_dri.so free 0x557173603ac0 void 0.000120
+gallium_dri.so free 0x557173603a70 void 0.000120
+gallium_dri.so malloc 72 0x557173603a70 0.000120
+gallium_dri.so free 0x557173603bc0 void 0.000121
+gallium_dri.so free 0x557173603a70 void 0.000117
+gallium_dri.so malloc 72 0x557173603b70 0.000120
+gallium_dri.so free 0x557173603c80 void 0.000120
+gallium_dri.so free 0x557173603b70 void 0.000120
+gallium_dri.so malloc 72 0x557173603c30 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x557173603c30 void 0.000120
+gallium_dri.so malloc 72 0x557173603c30 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so free 0x557173603c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d00b0 0.000136
+gallium_dri.so free 0x5571735d0100 void 0.000122
+gallium_dri.so free 0x5571735d00b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d00b0 0.000120
+gallium_dri.so free 0x5571735d0200 void 0.000118
+gallium_dri.so free 0x5571735d00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01b0 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000123
+gallium_dri.so free 0x5571735d01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0270 0.000119
+gallium_dri.so free 0x5571735d0300 void 0.000120
+gallium_dri.so free 0x5571735d0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0270 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x5571735d0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0270 0.000120
+gallium_dri.so free 0x5571735d26c0 void 0.000120
+gallium_dri.so free 0x5571735d0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2670 0.000121
+gallium_dri.so free 0x5571735d2740 void 0.000118
+gallium_dri.so free 0x5571735d2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2790 0.000122
+gallium_dri.so free 0x5571735d2800 void 0.000120
+gallium_dri.so free 0x5571735d2790 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2820 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so free 0x5571735d2820 void 0.000189
+gallium_dri.so malloc 72 0x5571735d2870 0.000117
+gallium_dri.so free 0x5571735d2940 void 0.000116
+gallium_dri.so free 0x5571735d2870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2870 0.000117
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x5571735d2870 void 0.000115
+gallium_dri.so malloc 72 0x55717358e200 0.000116
+gallium_dri.so free 0x55717358e2c0 void 0.000117
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000121
+gallium_dri.so free 0x55717358e380 void 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000122
+gallium_dri.so malloc 72 0x55717358e3a0 0.000121
+gallium_dri.so free 0x55717358e440 void 0.000121
+gallium_dri.so free 0x55717358e3a0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e3f0 0.000121
+gallium_dri.so free 0x55717358e4c0 void 0.000122
+gallium_dri.so free 0x55717358e3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e3f0 0.000129
+gallium_dri.so free 0x55717358e540 void 0.000123
+gallium_dri.so free 0x55717358e3f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e540 0.000122
+gallium_dri.so free 0x55717358bc40 void 0.000122
+gallium_dri.so free 0x55717358e540 void 0.000122
+gallium_dri.so malloc 72 0x55717358e540 0.000129
+gallium_dri.so free 0x55717358bcc0 void 0.000124
+gallium_dri.so free 0x55717358e540 void 0.000123
+gallium_dri.so malloc 72 0x55717358bcf0 0.000122
+gallium_dri.so free 0x55717358bd40 void 0.000120
+gallium_dri.so free 0x55717358bcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bd40 0.000120
+gallium_dri.so free 0x55717358be00 void 0.000122
+gallium_dri.so free 0x55717358bd40 void 0.000121
+gallium_dri.so malloc 72 0x55717358bd40 0.000121
+gallium_dri.so free 0x55717358bf00 void 0.000123
+gallium_dri.so free 0x55717358bd40 void 0.000123
+gallium_dri.so malloc 72 0x55717358beb0 0.000121
+gallium_dri.so free 0x55717358bfc0 void 0.000122
+gallium_dri.so free 0x55717358beb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000120
+gallium_dri.so free 0x557173464e00 void 0.000123
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf70 0.000120
+gallium_dri.so free 0x557173464ec0 void 0.000120
+gallium_dri.so free 0x55717358bf70 void 0.000121
+gallium_dri.so malloc 72 0x557173464e70 0.000121
+gallium_dri.so free 0x557173464f40 void 0.000122
+gallium_dri.so free 0x557173464e70 void 0.000124
+gallium_dri.so malloc 72 0x557173464f90 0.000121
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173464f90 void 0.000130
+gallium_dri.so malloc 72 0x557173465040 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000122
+gallium_dri.so free 0x557173465040 void 0.000121
+gallium_dri.so malloc 72 0x557173465040 0.000122
+gallium_dri.so free 0x557173465140 void 0.000121
+gallium_dri.so free 0x557173465040 void 0.000121
+gallium_dri.so malloc 72 0x557173465170 0.000122
+gallium_dri.so free 0x55717360ba40 void 0.000121
+gallium_dri.so free 0x557173465170 void 0.000122
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000120
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x55717360bac0 0.000121
+gallium_dri.so free 0x55717360bb80 void 0.000122
+gallium_dri.so free 0x55717360bac0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bac0 0.000121
+gallium_dri.so free 0x55717360bc40 void 0.000122
+gallium_dri.so free 0x55717360bac0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bac0 0.000120
+gallium_dri.so free 0x55717360bd00 void 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd00 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bcb0 0.000157
+gallium_dri.so free 0x5571735907c0 void 0.000124
+gallium_dri.so free 0x55717360bcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735907c0 0.000121
+gallium_dri.so free 0x55717360be00 void 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bdb0 0.000122
+gallium_dri.so free 0x557173590880 void 0.000122
+gallium_dri.so free 0x55717360bdb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bdb0 0.000170
+gallium_dri.so free 0x557173590940 void 0.000161
+gallium_dri.so free 0x55717360bdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735908f0 0.000120
+gallium_dri.so free 0x5571735909c0 void 0.000120
+gallium_dri.so free 0x5571735908f0 void 0.000119
+gallium_dri.so malloc 72 0x557173590a10 0.000120
+gallium_dri.so free 0x557173590a80 void 0.000119
+gallium_dri.so free 0x557173590a10 void 0.000119
+gallium_dri.so malloc 72 0x557173590ae0 0.000120
+gallium_dri.so free 0x557173590b80 void 0.000121
+gallium_dri.so free 0x557173590ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173590b30 0.000119
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x557173590b30 0.000119
+gallium_dri.so free 0x557173601400 void 0.000125
+gallium_dri.so free 0x557173590b30 void 0.000122
+gallium_dri.so malloc 72 0x5571736013b0 0.000119
+gallium_dri.so free 0x557173601480 void 0.000117
+gallium_dri.so free 0x5571736013b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736014d0 0.000118
+gallium_dri.so free 0x557173601540 void 0.000116
+gallium_dri.so free 0x5571736014d0 void 0.000126
+gallium_dri.so malloc 72 0x557173601560 0.000118
+gallium_dri.so free 0x557173601600 void 0.000116
+gallium_dri.so free 0x557173601560 void 0.000118
+gallium_dri.so malloc 72 0x5571736015b0 0.000118
+gallium_dri.so free 0x557173601680 void 0.000118
+gallium_dri.so free 0x5571736015b0 void 0.000115
+gallium_dri.so malloc 72 0x557173601680 0.000119
+gallium_dri.so free 0x557173608480 void 0.000117
+gallium_dri.so free 0x557173601680 void 0.000116
+gallium_dri.so malloc 72 0x557173601680 0.000117
+gallium_dri.so free 0x557173608500 void 0.000119
+gallium_dri.so free 0x557173601680 void 0.000117
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x5571736085c0 void 0.000118
+gallium_dri.so free 0x557173608500 void 0.000117
+gallium_dri.so malloc 72 0x557173608500 0.000118
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x557173608740 void 0.000129
+gallium_dri.so free 0x557173608500 void 0.000120
+gallium_dri.so malloc 72 0x5571736086f0 0.000118
+gallium_dri.so free 0x5571736087c0 void 0.000120
+gallium_dri.so free 0x5571736086f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608810 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000118
+gallium_dri.so free 0x557173608810 void 0.000118
+gallium_dri.so malloc 72 0x557173608810 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000119
+gallium_dri.so free 0x557173608810 void 0.000119
+gallium_dri.so malloc 72 0x557173608810 0.000118
+gallium_dri.so free 0x5571735d4cc0 void 0.000118
+gallium_dri.so free 0x557173608810 void 0.000120
+gallium_dri.so malloc 72 0x557173608810 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so free 0x557173608810 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4d30 0.000118
+gallium_dri.so free 0x5571735d4e00 void 0.000122
+gallium_dri.so free 0x5571735d4d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4e50 0.000118
+gallium_dri.so free 0x5571735d4ec0 void 0.000119
+gallium_dri.so free 0x5571735d4e50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4ee0 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so free 0x5571735d4ee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4ee0 0.000163
+gallium_dri.so free 0x557173467480 void 0.000120
+gallium_dri.so free 0x5571735d4ee0 void 0.000122
+gallium_dri.so malloc 72 0x557173467430 0.000118
+gallium_dri.so free 0x557173467480 void 0.000120
+gallium_dri.so free 0x557173467430 void 0.000118
+gallium_dri.so malloc 72 0x557173467430 0.000119
+gallium_dri.so free 0x557173467580 void 0.000118
+gallium_dri.so free 0x557173467430 void 0.000118
+gallium_dri.so malloc 72 0x557173467530 0.000119
+gallium_dri.so free 0x557173467640 void 0.000119
+gallium_dri.so free 0x557173467530 void 0.000119
+gallium_dri.so malloc 72 0x5571734675f0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so free 0x5571734675f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734675f0 0.000119
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x5571734675f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734675f0 0.000117
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so free 0x5571734675f0 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x5571734695c0 void 0.000118
+gallium_dri.so free 0x557173469400 void 0.000128
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173467740 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000126
+gallium_dri.so malloc 72 0x557173467770 0.000120
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x557173467770 void 0.000119
+gallium_dri.so malloc 72 0x557173469680 0.000120
+gallium_dri.so free 0x557173469700 void 0.000120
+gallium_dri.so free 0x557173469680 void 0.000119
+gallium_dri.so malloc 72 0x557173469750 0.000120
+gallium_dri.so free 0x5571736068c0 void 0.000118
+gallium_dri.so free 0x557173469750 void 0.000119
+gallium_dri.so malloc 72 0x5571736068e0 0.000118
+gallium_dri.so free 0x557173606980 void 0.000118
+gallium_dri.so free 0x5571736068e0 void 0.000120
+gallium_dri.so malloc 72 0x557173606930 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000121
+gallium_dri.so free 0x557173606930 void 0.000120
+gallium_dri.so malloc 72 0x557173606a00 0.000119
+gallium_dri.so free 0x557173606ac0 void 0.000120
+gallium_dri.so free 0x557173606a00 void 0.000119
+gallium_dri.so malloc 72 0x557173606a00 0.000119
+gallium_dri.so free 0x557173606b40 void 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000120
+gallium_dri.so malloc 72 0x557173606b40 0.000119
+gallium_dri.so free 0x557173606c00 void 0.000128
+gallium_dri.so free 0x557173606b40 void 0.000121
+gallium_dri.so malloc 72 0x557173606b40 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000120
+gallium_dri.so free 0x557173606b40 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a100 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1b0 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000120
+gallium_dri.so free 0x55717358a1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a270 0.000119
+gallium_dri.so free 0x55717358a340 void 0.000119
+gallium_dri.so free 0x55717358a270 void 0.000120
+gallium_dri.so malloc 72 0x55717358a360 0.000119
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a360 void 0.000120
+gallium_dri.so malloc 72 0x55717358a3b0 0.000119
+gallium_dri.so free 0x557173465800 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465840 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000119
+gallium_dri.so free 0x557173465840 void 0.000120
+gallium_dri.so malloc 72 0x5571734658c0 0.000166
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so free 0x5571734658c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734658c0 0.000118
+gallium_dri.so free 0x557173465a00 void 0.000119
+gallium_dri.so free 0x5571734658c0 void 0.000120
+gallium_dri.so malloc 72 0x557173465a30 0.000119
+gallium_dri.so free 0x557173465a80 void 0.000120
+gallium_dri.so free 0x557173465a30 void 0.000118
+gallium_dri.so malloc 72 0x557173465a30 0.000120
+gallium_dri.so free 0x557173465b80 void 0.000118
+gallium_dri.so free 0x557173465a30 void 0.000118
+gallium_dri.so malloc 72 0x557173465bc0 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000119
+gallium_dri.so free 0x557173465bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173591210 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so free 0x557173591210 void 0.000119
+gallium_dri.so malloc 72 0x5571735912a0 0.000119
+gallium_dri.so free 0x557173591340 void 0.000119
+gallium_dri.so free 0x5571735912a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735912f0 0.000119
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x5571735912f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735912f0 0.000118
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so free 0x5571735912f0 void 0.000128
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x557173591500 void 0.000119
+gallium_dri.so free 0x557173591440 void 0.000118
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x55717358c640 void 0.000118
+gallium_dri.so free 0x557173591440 void 0.000118
+gallium_dri.so malloc 72 0x55717358c660 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000120
+gallium_dri.so free 0x55717358c660 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000118
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000120
+gallium_dri.so free 0x55717358c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c800 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so malloc 72 0x55717358c800 0.000119
+gallium_dri.so free 0x55717358c980 void 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so malloc 72 0x55717358c800 0.000118
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000118
+gallium_dri.so malloc 72 0x557173604350 0.000116
+gallium_dri.so free 0x5571736043c0 void 0.000128
+gallium_dri.so free 0x557173604350 void 0.000121
+gallium_dri.so malloc 72 0x557173604400 0.000119
+gallium_dri.so free 0x557173604480 void 0.000120
+gallium_dri.so free 0x557173604400 void 0.000119
+gallium_dri.so malloc 72 0x557173604480 0.000117
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so free 0x557173604480 void 0.000119
+gallium_dri.so malloc 72 0x557173604480 0.000118
+gallium_dri.so free 0x55717358ca40 void 0.000121
+gallium_dri.so free 0x557173604480 void 0.000117
+gallium_dri.so malloc 72 0x55717358c9f0 0.000118
+gallium_dri.so free 0x5571736045c0 void 0.000118
+gallium_dri.so free 0x55717358c9f0 void 0.000118
+gallium_dri.so malloc 72 0x557173604600 0.000119
+gallium_dri.so free 0x557173604680 void 0.000119
+gallium_dri.so free 0x557173604600 void 0.000119
+gallium_dri.so malloc 72 0x557173604680 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x557173604680 void 0.000119
+gallium_dri.so malloc 72 0x557173601d80 0.000120
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so free 0x557173601d80 void 0.000118
+gallium_dri.so malloc 72 0x557173601d80 0.000119
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000156
+gallium_dri.so free 0x557173601f00 void 0.000122
+gallium_dri.so free 0x557173601eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173601eb0 0.000116
+gallium_dri.so free 0x557173602000 void 0.000119
+gallium_dri.so free 0x557173601eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173601fb0 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so free 0x557173601fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602070 0.000119
+gallium_dri.so free 0x5571735d5580 void 0.000124
+gallium_dri.so free 0x557173602070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000119
+gallium_dri.so free 0x5571735d5600 void 0.000119
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5740 0.000117
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d5740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x557173602100 void 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x5571735d5880 void 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x5571735d5940 void 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58f0 0.000119
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d58f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3010 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000119
+gallium_dri.so free 0x5571735d3010 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30e0 0.000120
+gallium_dri.so free 0x5571735d3180 void 0.000119
+gallium_dri.so free 0x5571735d30e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3130 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000119
+gallium_dri.so free 0x5571735d3130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3130 0.000120
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32c0 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3340 0.000118
+gallium_dri.so free 0x5571735d0a00 void 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a20 0.000119
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so free 0x5571735d0a20 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0a70 0.000118
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so free 0x5571735d0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b40 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000119
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b40 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000118
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x5571735d0d40 void 0.000119
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x557173467dc0 void 0.000119
+gallium_dri.so free 0x5571735d0c80 void 0.000117
+gallium_dri.so malloc 72 0x557173467df0 0.000119
+gallium_dri.so free 0x557173467e40 void 0.000118
+gallium_dri.so free 0x557173467df0 void 0.000117
+gallium_dri.so malloc 72 0x557173467df0 0.000119
+gallium_dri.so free 0x557173467f40 void 0.000118
+gallium_dri.so free 0x557173467df0 void 0.000119
+gallium_dri.so malloc 72 0x557173467ef0 0.000118
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so free 0x557173467ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173467fb0 0.000118
+gallium_dri.so free 0x557173468080 void 0.000162
+gallium_dri.so free 0x557173467fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571734680a0 0.000119
+gallium_dri.so free 0x557173468140 void 0.000118
+gallium_dri.so free 0x5571734680a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734680f0 0.000118
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x5571734680f0 void 0.000118
+gallium_dri.so malloc 72 0x557173463280 0.000118
+gallium_dri.so free 0x557173463300 void 0.000117
+gallium_dri.so free 0x557173463280 void 0.000117
+gallium_dri.so malloc 72 0x557173463300 0.000117
+gallium_dri.so free 0x5571734633c0 void 0.000117
+gallium_dri.so free 0x557173463300 void 0.000118
+gallium_dri.so malloc 72 0x557173463300 0.000118
+gallium_dri.so free 0x557173463440 void 0.000118
+gallium_dri.so free 0x557173463300 void 0.000118
+gallium_dri.so malloc 72 0x557173463470 0.000118
+gallium_dri.so free 0x5571734634c0 void 0.000119
+gallium_dri.so free 0x557173463470 void 0.000117
+gallium_dri.so malloc 72 0x557173463470 0.000118
+gallium_dri.so free 0x5571734635c0 void 0.000118
+gallium_dri.so free 0x557173463470 void 0.000118
+gallium_dri.so malloc 72 0x557173463600 0.000119
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x557173463600 void 0.000117
+gallium_dri.so malloc 72 0x557173609ed0 0.000118
+gallium_dri.so free 0x557173609f40 void 0.000120
+gallium_dri.so free 0x557173609ed0 void 0.000118
+gallium_dri.so malloc 72 0x557173609f60 0.000119
+gallium_dri.so free 0x55717360a000 void 0.000119
+gallium_dri.so free 0x557173609f60 void 0.000117
+gallium_dri.so malloc 72 0x557173609fb0 0.000117
+gallium_dri.so free 0x55717360a080 void 0.000119
+gallium_dri.so free 0x557173609fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173609fb0 0.000119
+gallium_dri.so free 0x55717360a100 void 0.000118
+gallium_dri.so free 0x557173609fb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360a100 0.000119
+gallium_dri.so free 0x55717360a1c0 void 0.000117
+gallium_dri.so free 0x55717360a100 void 0.000117
+gallium_dri.so malloc 72 0x55717360a100 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000118
+gallium_dri.so free 0x55717360a100 void 0.000119
+gallium_dri.so malloc 72 0x557173608ea0 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so free 0x557173608ea0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ef0 0.000117
+gallium_dri.so free 0x557173608fc0 void 0.000118
+gallium_dri.so free 0x557173608ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ef0 0.000117
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so free 0x557173608ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173609040 0.000127
+gallium_dri.so free 0x557173609100 void 0.000119
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so malloc 72 0x557173609040 0.000118
+gallium_dri.so free 0x5571736091c0 void 0.000118
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so malloc 72 0x557173609040 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec50 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358ec50 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed00 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed80 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed80 0.000117
+gallium_dri.so free 0x557173609280 void 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so malloc 72 0x557173609230 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000119
+gallium_dri.so free 0x557173609230 void 0.000122
+gallium_dri.so malloc 72 0x55717358ef00 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000117
+gallium_dri.so free 0x55717358ef00 void 0.000151
+gallium_dri.so malloc 72 0x55717358ef80 0.000127
+gallium_dri.so free 0x557173609580 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000121
+gallium_dri.so free 0x557173609600 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000118
+gallium_dri.so malloc 72 0x557173609620 0.000117
+gallium_dri.so free 0x5571736096c0 void 0.000118
+gallium_dri.so free 0x557173609620 void 0.000118
+gallium_dri.so malloc 72 0x557173609670 0.000118
+gallium_dri.so free 0x557173609740 void 0.000119
+gallium_dri.so free 0x557173609670 void 0.000118
+gallium_dri.so malloc 72 0x557173609670 0.000118
+gallium_dri.so free 0x5571736097c0 void 0.000118
+gallium_dri.so free 0x557173609670 void 0.000118
+gallium_dri.so malloc 72 0x5571736097c0 0.000118
+gallium_dri.so free 0x557173609880 void 0.000119
+gallium_dri.so free 0x5571736097c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736097c0 0.000119
+gallium_dri.so free 0x557173609940 void 0.000118
+gallium_dri.so free 0x5571736097c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736097c0 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x5571736097c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736097c0 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000118
+gallium_dri.so free 0x5571736097c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4630 0.000118
+gallium_dri.so free 0x5571735d4700 void 0.000119
+gallium_dri.so free 0x5571735d4630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4750 0.000117
+gallium_dri.so free 0x5571735d47c0 void 0.000119
+gallium_dri.so free 0x5571735d4750 void 0.000117
+gallium_dri.so malloc 72 0x5571735d47e0 0.000117
+gallium_dri.so free 0x5571735d4880 void 0.000118
+gallium_dri.so free 0x5571735d47e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so free 0x5571735d4830 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000117
+gallium_dri.so free 0x5571735d4830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4980 0.000118
+gallium_dri.so free 0x557173464800 void 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4980 0.000119
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so malloc 72 0x5571734648e0 0.000119
+gallium_dri.so free 0x557173464980 void 0.000118
+gallium_dri.so free 0x5571734648e0 void 0.000119
+gallium_dri.so malloc 72 0x557173464930 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000134
+gallium_dri.so free 0x557173464930 void 0.000120
+gallium_dri.so malloc 72 0x557173464930 0.000117
+gallium_dri.so free 0x557173464a80 void 0.000118
+gallium_dri.so free 0x557173464930 void 0.000119
+gallium_dri.so malloc 72 0x557173464a80 0.000119
+gallium_dri.so free 0x557173464b40 void 0.000120
+gallium_dri.so free 0x557173464a80 void 0.000117
+gallium_dri.so malloc 72 0x557173464a80 0.000122
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so free 0x557173464a80 void 0.000118
+gallium_dri.so malloc 72 0x557173464a80 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so free 0x557173464a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735901c0 0.000119
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000118
+gallium_dri.so free 0x557173590300 void 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so malloc 72 0x557173590300 0.000118
+gallium_dri.so free 0x5571735903c0 void 0.000117
+gallium_dri.so free 0x557173590300 void 0.000118
+gallium_dri.so malloc 72 0x557173590300 0.000118
+gallium_dri.so free 0x557173590480 void 0.000119
+gallium_dri.so free 0x557173590300 void 0.000118
+gallium_dri.so malloc 72 0x557173590300 0.000130
+gallium_dri.so free 0x557173590540 void 0.000126
+gallium_dri.so free 0x557173590300 void 0.000119
+gallium_dri.so malloc 72 0x5571735904f0 0.000117
+gallium_dri.so free 0x5571735905c0 void 0.000122
+gallium_dri.so free 0x5571735904f0 void 0.000117
+gallium_dri.so malloc 72 0x557173590610 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x557173590610 void 0.000120
+gallium_dri.so malloc 72 0x557173590610 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so free 0x557173590610 void 0.000119
+gallium_dri.so malloc 72 0x557173590610 0.000119
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so free 0x557173590610 void 0.000115
+gallium_dri.so malloc 72 0x557173590610 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000119
+gallium_dri.so free 0x557173590610 void 0.000118
+gallium_dri.so malloc 72 0x55717358ddb0 0.000117
+gallium_dri.so free 0x55717358de80 void 0.000118
+gallium_dri.so free 0x55717358ddb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ded0 0.000117
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358ded0 void 0.000118
+gallium_dri.so malloc 72 0x55717358df60 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358df60 void 0.000118
+gallium_dri.so malloc 72 0x55717358dfb0 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so free 0x55717358dfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dfb0 0.000118
+gallium_dri.so free 0x55717358b740 void 0.000118
+gallium_dri.so free 0x55717358dfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6f0 0.000118
+gallium_dri.so free 0x55717358b7c0 void 0.000119
+gallium_dri.so free 0x55717358b6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b810 0.000117
+gallium_dri.so free 0x55717358b880 void 0.000118
+gallium_dri.so free 0x55717358b810 void 0.000118
+gallium_dri.so malloc 72 0x55717358b8a0 0.000118
+gallium_dri.so free 0x55717358b940 void 0.000118
+gallium_dri.so free 0x55717358b8a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b8f0 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000118
+gallium_dri.so free 0x55717358b8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8f0 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba40 0.000119
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba40 0.000118
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x55717358ba40 void 0.000127
+gallium_dri.so malloc 72 0x557173589160 0.000118
+gallium_dri.so free 0x557173589200 void 0.000118
+gallium_dri.so free 0x557173589160 void 0.000123
+gallium_dri.so malloc 72 0x5571735891b0 0.000119
+gallium_dri.so free 0x557173589280 void 0.000119
+gallium_dri.so free 0x5571735891b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735891b0 0.000118
+gallium_dri.so free 0x557173589300 void 0.000118
+gallium_dri.so free 0x5571735891b0 void 0.000117
+gallium_dri.so malloc 72 0x557173589300 0.000118
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589300 void 0.000117
+gallium_dri.so malloc 72 0x557173589300 0.000118
+gallium_dri.so free 0x557173589480 void 0.000117
+gallium_dri.so free 0x557173589300 void 0.000117
+gallium_dri.so malloc 72 0x557173589300 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000120
+gallium_dri.so free 0x557173589300 void 0.000116
+gallium_dri.so malloc 72 0x557173607e80 0.000117
+gallium_dri.so free 0x557173607f40 void 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x557173607fc0 void 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so malloc 72 0x557173607fc0 0.000117
+gallium_dri.so free 0x557173608080 void 0.000164
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173607fc0 0.000118
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so free 0x557173607fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173607fc0 0.000119
+gallium_dri.so free 0x557173608200 void 0.000119
+gallium_dri.so free 0x557173607fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571736081b0 0.000117
+gallium_dri.so free 0x557173608280 void 0.000120
+gallium_dri.so free 0x5571736081b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736082d0 0.000119
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so free 0x5571736082d0 void 0.000117
+gallium_dri.so malloc 72 0x5571736082d0 0.000119
+gallium_dri.so free 0x557173605940 void 0.000118
+gallium_dri.so free 0x5571736082d0 void 0.000119
+gallium_dri.so malloc 72 0x5571736082d0 0.000118
+gallium_dri.so free 0x557173605a00 void 0.000119
+gallium_dri.so free 0x5571736082d0 void 0.000118
+gallium_dri.so malloc 72 0x5571736082d0 0.000119
+gallium_dri.so free 0x557173605ac0 void 0.000118
+gallium_dri.so free 0x5571736082d0 void 0.000118
+gallium_dri.so malloc 72 0x557173605a70 0.000118
+gallium_dri.so free 0x557173605b40 void 0.000118
+gallium_dri.so free 0x557173605a70 void 0.000118
+gallium_dri.so malloc 72 0x557173605b90 0.000122
+gallium_dri.so free 0x557173605c00 void 0.000120
+gallium_dri.so free 0x557173605b90 void 0.000120
+gallium_dri.so malloc 72 0x557173605c20 0.000118
+gallium_dri.so free 0x557173605cc0 void 0.000118
+gallium_dri.so free 0x557173605c20 void 0.000118
+gallium_dri.so malloc 72 0x557173605c70 0.000120
+gallium_dri.so free 0x557173603300 void 0.000119
+gallium_dri.so free 0x557173605c70 void 0.000117
+gallium_dri.so malloc 72 0x557173605c70 0.000118
+gallium_dri.so free 0x557173603400 void 0.000117
+gallium_dri.so free 0x557173605c70 void 0.000118
+gallium_dri.so malloc 72 0x5571736033b0 0.000119
+gallium_dri.so free 0x557173603480 void 0.000119
+gallium_dri.so free 0x5571736033b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736034d0 0.000118
+gallium_dri.so free 0x557173603540 void 0.000118
+gallium_dri.so free 0x5571736034d0 void 0.000117
+gallium_dri.so malloc 72 0x557173603560 0.000118
+gallium_dri.so free 0x557173603600 void 0.000118
+gallium_dri.so free 0x557173603560 void 0.000122
+gallium_dri.so malloc 72 0x5571736035b0 0.000120
+gallium_dri.so free 0x557173603680 void 0.000118
+gallium_dri.so free 0x5571736035b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736035b0 0.000117
+gallium_dri.so free 0x557173603700 void 0.000118
+gallium_dri.so free 0x5571736035b0 void 0.000118
+gallium_dri.so malloc 72 0x557173603700 0.000129
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x557173603700 void 0.000115
+gallium_dri.so malloc 72 0x557173603700 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000125
+gallium_dri.so free 0x557173603700 void 0.000117
+gallium_dri.so malloc 72 0x5571735d20a0 0.000118
+gallium_dri.so free 0x5571735d2140 void 0.000118
+gallium_dri.so free 0x5571735d20a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d20f0 0.000118
+gallium_dri.so free 0x5571735d21c0 void 0.000119
+gallium_dri.so free 0x5571735d20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d20f0 0.000119
+gallium_dri.so free 0x5571735d2240 void 0.000119
+gallium_dri.so free 0x5571735d20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2240 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so free 0x5571735d2240 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2240 0.000117
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2240 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so free 0x5571735d2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa00 0.000119
+gallium_dri.so free 0x5571735cfac0 void 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000156
+gallium_dri.so malloc 72 0x5571735cfa00 0.000120
+gallium_dri.so free 0x5571735cfb40 void 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb40 0.000117
+gallium_dri.so free 0x5571735cfc00 void 0.000119
+gallium_dri.so free 0x5571735cfb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfb40 0.000117
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so free 0x5571735cfb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb40 0.000117
+gallium_dri.so free 0x5571735cfd80 void 0.000118
+gallium_dri.so free 0x5571735cfb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd30 0.000118
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe50 0.000117
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so free 0x5571735cfe50 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe50 0.000118
+gallium_dri.so free 0x557173466e40 void 0.000118
+gallium_dri.so free 0x5571735cfe50 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe50 0.000119
+gallium_dri.so free 0x557173466f00 void 0.000119
+gallium_dri.so free 0x5571735cfe50 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe50 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x5571735cfe50 void 0.000121
+gallium_dri.so malloc 72 0x557173466f70 0.000118
+gallium_dri.so free 0x557173467040 void 0.000119
+gallium_dri.so free 0x557173466f70 void 0.000118
+gallium_dri.so malloc 72 0x557173467090 0.000119
+gallium_dri.so free 0x557173467100 void 0.000117
+gallium_dri.so free 0x557173467090 void 0.000117
+gallium_dri.so malloc 72 0x557173467120 0.000117
+gallium_dri.so free 0x5571734671c0 void 0.000118
+gallium_dri.so free 0x557173467120 void 0.000120
+gallium_dri.so malloc 72 0x557173467170 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so free 0x557173467170 void 0.000118
+gallium_dri.so malloc 72 0x557173467170 0.000118
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so free 0x557173467170 void 0.000118
+gallium_dri.so malloc 72 0x55717360b4f0 0.000117
+gallium_dri.so free 0x55717360b5c0 void 0.000121
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b610 0.000119
+gallium_dri.so free 0x55717360b680 void 0.000117
+gallium_dri.so free 0x55717360b610 void 0.000117
+gallium_dri.so malloc 72 0x55717360b6a0 0.000117
+gallium_dri.so free 0x55717360b740 void 0.000118
+gallium_dri.so free 0x55717360b6a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6f0 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000128
+gallium_dri.so free 0x55717360b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6f0 0.000115
+gallium_dri.so free 0x55717360b840 void 0.000117
+gallium_dri.so free 0x55717360b6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b840 0.000117
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so free 0x55717360b840 void 0.000118
+gallium_dri.so malloc 72 0x55717360c120 0.000117
+gallium_dri.so free 0x55717360c1c0 void 0.000118
+gallium_dri.so free 0x55717360c120 void 0.000117
+gallium_dri.so malloc 72 0x55717360c170 0.000119
+gallium_dri.so free 0x55717360c200 void 0.000119
+gallium_dri.so free 0x55717360c170 void 0.000120
+gallium_dri.so malloc 72 0x55717360c170 0.000117
+gallium_dri.so free 0x55717360c2c0 void 0.000116
+gallium_dri.so free 0x55717360c170 void 0.000119
+gallium_dri.so malloc 72 0x55717360c300 0.000118
+gallium_dri.so free 0x55717360c380 void 0.000119
+gallium_dri.so free 0x55717360c300 void 0.000117
+gallium_dri.so malloc 72 0x55717360c380 0.000119
+gallium_dri.so free 0x55717360c440 void 0.000118
+gallium_dri.so free 0x55717360c380 void 0.000115
+gallium_dri.so malloc 72 0x55717360c380 0.000118
+gallium_dri.so free 0x55717360c4c0 void 0.000118
+gallium_dri.so free 0x55717360c380 void 0.000118
+gallium_dri.so malloc 72 0x55717360c4f0 0.000118
+gallium_dri.so free 0x55717360c540 void 0.000123
+gallium_dri.so free 0x55717360c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c540 0.000117
+gallium_dri.so free 0x5571735e0e80 void 0.000119
+gallium_dri.so free 0x55717360c540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so free 0x5571735e0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f40 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f40 0.000118
+gallium_dri.so free 0x5571735e1080 void 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e10b0 0.000118
+gallium_dri.so free 0x5571735e1100 void 0.000117
+gallium_dri.so free 0x5571735e10b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e10b0 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e10b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e11b0 0.000117
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1270 0.000117
+gallium_dri.so free 0x5571735e1340 void 0.000119
+gallium_dri.so free 0x5571735e1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1360 0.000135
+gallium_dri.so free 0x5571735e1400 void 0.000119
+gallium_dri.so free 0x5571735e1360 void 0.000118
+gallium_dri.so malloc 72 0x5571735e13b0 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e13b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e13b0 0.000118
+gallium_dri.so free 0x5571735e1500 void 0.000118
+gallium_dri.so free 0x5571735e13b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1500 0.000118
+gallium_dri.so free 0x5571735e15c0 void 0.000117
+gallium_dri.so free 0x5571735e1500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1500 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1500 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e16f0 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e16f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16f0 0.000118
+gallium_dri.so free 0x5571735e1840 void 0.000117
+gallium_dri.so free 0x5571735e16f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1900 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e18b0 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000119
+gallium_dri.so free 0x5571735e18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18b0 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a40 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so free 0x5571735e1a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c60 0.000118
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so free 0x5571735e1c60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000117
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735e1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000160
+gallium_dri.so malloc 72 0x5571735e1e00 0.000111
+gallium_dri.so free 0x5571735e1f80 void 0.000111
+gallium_dri.so free 0x5571735e1e00 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1e00 0.000110
+gallium_dri.so free 0x5571735e2040 void 0.000110
+gallium_dri.so free 0x5571735e1e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000110
+gallium_dri.so free 0x5571735e2100 void 0.000109
+gallium_dri.so free 0x5571735e1ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e20b0 0.000110
+gallium_dri.so free 0x5571735e2180 void 0.000112
+gallium_dri.so free 0x5571735e20b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e21d0 0.000110
+gallium_dri.so free 0x5571735e2240 void 0.000110
+gallium_dri.so free 0x5571735e21d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2260 0.000110
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x5571735e2260 void 0.000111
+gallium_dri.so malloc 72 0x5571735e22b0 0.000112
+gallium_dri.so free 0x5571735e2380 void 0.000112
+gallium_dri.so free 0x5571735e22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22b0 0.000113
+gallium_dri.so free 0x5571735e2400 void 0.000111
+gallium_dri.so free 0x5571735e22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2400 0.000111
+gallium_dri.so free 0x5571735e24c0 void 0.000112
+gallium_dri.so free 0x5571735e2400 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2400 0.000145
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735e2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000115
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000112
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2700 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2780 0.000116
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000115
+gallium_dri.so free 0x5571735e2940 void 0.000113
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a80 0.000112
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b00 0.000123
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b00 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2cc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000113
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000113
+gallium_dri.so free 0x5571735e3080 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3150 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000161
+gallium_dri.so free 0x5571735e3150 void 0.000116
+gallium_dri.so malloc 72 0x5571735e31e0 0.000114
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so free 0x5571735e31e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3230 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3750 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000126
+gallium_dri.so free 0x5571735e3750 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3750 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e3750 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3750 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735e3750 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000120
+gallium_dri.so free 0x5571735fc440 void 0.000116
+gallium_dri.so free 0x5571735fc3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000113
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000114
+gallium_dri.so free 0x5571735fc640 void 0.000116
+gallium_dri.so free 0x5571735fc5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000113
+gallium_dri.so free 0x5571735fc700 void 0.000115
+gallium_dri.so free 0x5571735fc5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc770 0.000115
+gallium_dri.so free 0x5571735fc7c0 void 0.000113
+gallium_dri.so free 0x5571735fc770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc770 0.000113
+gallium_dri.so free 0x5571735fc8c0 void 0.000169
+gallium_dri.so free 0x5571735fc770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc870 0.000114
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc930 0.000112
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000114
+gallium_dri.so free 0x5571735fcb40 void 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb40 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000113
+gallium_dri.so free 0x5571735fcb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcb40 0.000114
+gallium_dri.so free 0x5571735fccc0 void 0.000117
+gallium_dri.so free 0x5571735fcb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcce0 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fcce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000119
+gallium_dri.so free 0x5571735fcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd30 0.000114
+gallium_dri.so free 0x5571735fce80 void 0.000114
+gallium_dri.so free 0x5571735fcd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fce80 0.000114
+gallium_dri.so free 0x5571735fcf40 void 0.000113
+gallium_dri.so free 0x5571735fce80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce80 0.000112
+gallium_dri.so free 0x5571735fd000 void 0.000112
+gallium_dri.so free 0x5571735fce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce80 0.000112
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fce80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd070 0.000113
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735fd070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd130 0.000113
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so free 0x5571735fd130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd250 0.000111
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd250 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2e0 0.000118
+gallium_dri.so free 0x5571735fd380 void 0.000118
+gallium_dri.so free 0x5571735fd2e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd330 0.000118
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd330 0.000118
+gallium_dri.so free 0x5571735fd480 void 0.000118
+gallium_dri.so free 0x5571735fd330 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd480 0.000119
+gallium_dri.so free 0x5571735fd540 void 0.000118
+gallium_dri.so free 0x5571735fd480 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd480 0.000118
+gallium_dri.so free 0x5571735fd640 void 0.000118
+gallium_dri.so free 0x5571735fd480 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000118
+gallium_dri.so free 0x5571735fd680 void 0.000118
+gallium_dri.so free 0x5571735fd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000119
+gallium_dri.so free 0x5571735fd740 void 0.000119
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd780 0.000118
+gallium_dri.so free 0x5571735fd800 void 0.000119
+gallium_dri.so free 0x5571735fd780 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd800 0.000119
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x5571735fd800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd800 0.000119
+gallium_dri.so free 0x5571735fd940 void 0.000119
+gallium_dri.so free 0x5571735fd800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd970 0.000118
+gallium_dri.so free 0x5571735fd9c0 void 0.000118
+gallium_dri.so free 0x5571735fd970 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd970 0.000121
+gallium_dri.so free 0x5571735fdac0 void 0.000117
+gallium_dri.so free 0x5571735fd970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdb00 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000119
+gallium_dri.so free 0x5571735fdb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdb80 0.000119
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdb80 0.000117
+gallium_dri.so free 0x5571735fdcc0 void 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000118
+gallium_dri.so free 0x5571735fdd40 void 0.000118
+gallium_dri.so free 0x5571735fdcf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000120
+gallium_dri.so free 0x5571735fde40 void 0.000118
+gallium_dri.so free 0x5571735fdcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fddf0 0.000117
+gallium_dri.so free 0x5571735fdf00 void 0.000117
+gallium_dri.so free 0x5571735fddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000120
+gallium_dri.so free 0x5571735fdf80 void 0.000119
+gallium_dri.so free 0x5571735fdeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000117
+gallium_dri.so free 0x5571735fe040 void 0.000118
+gallium_dri.so free 0x5571735fdeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000124
+gallium_dri.so free 0x5571735fdeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000109
+gallium_dri.so free 0x5571735fe180 void 0.000110
+gallium_dri.so free 0x5571735fe0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe1d0 0.000109
+gallium_dri.so free 0x5571735fe240 void 0.000109
+gallium_dri.so free 0x5571735fe1d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe260 0.000110
+gallium_dri.so free 0x5571735fe300 void 0.000110
+gallium_dri.so free 0x5571735fe260 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000110
+gallium_dri.so free 0x5571735fe380 void 0.000111
+gallium_dri.so free 0x5571735fe2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe380 0.000112
+gallium_dri.so free 0x5571735fe440 void 0.000111
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe380 0.000110
+gallium_dri.so free 0x5571735fe4c0 void 0.000110
+gallium_dri.so free 0x5571735fe380 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000112
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000110
+gallium_dri.so free 0x5571735fe640 void 0.000110
+gallium_dri.so free 0x5571735fe4c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000110
+gallium_dri.so free 0x5571735fe700 void 0.000111
+gallium_dri.so free 0x5571735fe4c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe6b0 0.000116
+gallium_dri.so free 0x5571735fe780 void 0.000114
+gallium_dri.so free 0x5571735fe6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7d0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x5571735fe7d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe880 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe880 0.000112
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x5571735fea00 void 0.000114
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000114
+gallium_dri.so free 0x5571735feb00 void 0.000114
+gallium_dri.so free 0x5571735fe9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735feab0 0.000112
+gallium_dri.so free 0x5571735febc0 void 0.000116
+gallium_dri.so free 0x5571735feab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735feb70 0.000113
+gallium_dri.so free 0x5571735fec00 void 0.000114
+gallium_dri.so free 0x5571735feb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb70 0.000112
+gallium_dri.so free 0x5571735fecc0 void 0.000114
+gallium_dri.so free 0x5571735feb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fed30 0.000116
+gallium_dri.so free 0x5571735fed80 void 0.000114
+gallium_dri.so free 0x5571735fed30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fed30 0.000114
+gallium_dri.so free 0x5571735fee80 void 0.000114
+gallium_dri.so free 0x5571735fed30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fee30 void 0.000112
+gallium_dri.so malloc 72 0x5571735feef0 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000115
+gallium_dri.so free 0x5571735feef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feef0 0.000112
+gallium_dri.so free 0x5571735ff040 void 0.000114
+gallium_dri.so free 0x5571735feef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff080 0.000113
+gallium_dri.so free 0x5571735ff100 void 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff100 0.000114
+gallium_dri.so free 0x5571735ff1c0 void 0.000114
+gallium_dri.so free 0x5571735ff100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff100 0.000114
+gallium_dri.so free 0x5571735ff280 void 0.000113
+gallium_dri.so free 0x5571735ff100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff2a0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff2a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000124
+gallium_dri.so free 0x5571735ff3c0 void 0.000116
+gallium_dri.so free 0x5571735ff2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000112
+gallium_dri.so free 0x5571735ff440 void 0.000114
+gallium_dri.so free 0x5571735ff2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff440 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so free 0x5571735ff440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff440 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff440 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff630 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000114
+gallium_dri.so free 0x5571735ff630 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff810 0.000112
+gallium_dri.so free 0x5571735ff880 void 0.000116
+gallium_dri.so free 0x5571735ff810 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8a0 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so free 0x5571735ff8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000112
+gallium_dri.so free 0x5571735ff9c0 void 0.000189
+gallium_dri.so free 0x5571735ff8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000113
+gallium_dri.so free 0x5571735ffa40 void 0.000114
+gallium_dri.so free 0x5571735ff8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffa40 0.000115
+gallium_dri.so free 0x5571735ffb00 void 0.000115
+gallium_dri.so free 0x5571735ffa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa40 0.000119
+gallium_dri.so free 0x5571735ffc00 void 0.000115
+gallium_dri.so free 0x5571735ffa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000105
+gallium_dri.so free 0x5571735ffc40 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000114
+gallium_dri.so free 0x5571735ffd00 void 0.000113
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd40 0.000112
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000115
+gallium_dri.so free 0x5571735ffe80 void 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000114
+gallium_dri.so free 0x5571735fff00 void 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fff30 0.000113
+gallium_dri.so free 0x5571735fff80 void 0.000128
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x557173600080 void 0.000113
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x5571736000c0 0.000113
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so free 0x5571736000c0 void 0.000114
+gallium_dri.so malloc 72 0x557173600140 0.000114
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so free 0x557173600140 void 0.000113
+gallium_dri.so malloc 72 0x557173600140 0.000115
+gallium_dri.so free 0x557173600280 void 0.000114
+gallium_dri.so free 0x557173600140 void 0.000113
+gallium_dri.so malloc 72 0x5571736002b0 0.000113
+gallium_dri.so free 0x557173600300 void 0.000115
+gallium_dri.so free 0x5571736002b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736002b0 0.000112
+gallium_dri.so free 0x557173600400 void 0.000113
+gallium_dri.so free 0x5571736002b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736003b0 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x5571736003b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600470 0.000113
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so free 0x557173600470 void 0.000115
+gallium_dri.so malloc 72 0x557173600470 0.000113
+gallium_dri.so free 0x557173600600 void 0.000118
+gallium_dri.so free 0x557173600470 void 0.000114
+gallium_dri.so malloc 72 0x557173600470 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x557173600470 void 0.000112
+gallium_dri.so malloc 72 0x557173600670 0.000112
+gallium_dri.so free 0x557173600740 void 0.000115
+gallium_dri.so free 0x557173600670 void 0.000113
+gallium_dri.so malloc 72 0x557173600790 0.000114
+gallium_dri.so free 0x557173600800 void 0.000114
+gallium_dri.so free 0x557173600790 void 0.000113
+gallium_dri.so malloc 72 0x557173600820 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x557173600820 void 0.000113
+gallium_dri.so malloc 72 0x557173600870 0.000114
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so free 0x557173600870 void 0.000114
+gallium_dri.so malloc 72 0x557173600940 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so malloc 72 0x557173600940 0.000113
+gallium_dri.so free 0x557173600a80 void 0.000115
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so malloc 72 0x557173600a80 0.000114
+gallium_dri.so free 0x557173600b40 void 0.000114
+gallium_dri.so free 0x557173600a80 void 0.000112
+gallium_dri.so malloc 72 0x557173600a80 0.000112
+gallium_dri.so free 0x557173600c00 void 0.000113
+gallium_dri.so free 0x557173600a80 void 0.000125
+gallium_dri.so malloc 72 0x557173600a80 0.000113
+gallium_dri.so free 0x557173600cc0 void 0.000115
+gallium_dri.so free 0x557173600a80 void 0.000114
+gallium_dri.so malloc 72 0x557173600c70 0.000113
+gallium_dri.so free 0x557173600d40 void 0.000112
+gallium_dri.so free 0x557173600c70 void 0.000112
+gallium_dri.so malloc 72 0x557173600d90 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173600d90 void 0.000126
+gallium_dri.so malloc 72 0x557173600e40 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e40 void 0.000112
+gallium_dri.so malloc 72 0x557173600e40 0.000112
+gallium_dri.so free 0x557173600f40 void 0.000113
+gallium_dri.so free 0x557173600e40 void 0.000111
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000113
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000112
+gallium_dri.so malloc 72 0x557173601070 0.000113
+gallium_dri.so free 0x557173601180 void 0.000114
+gallium_dri.so free 0x557173601070 void 0.000115
+gallium_dri.so malloc 72 0x557173601130 0.000112
+gallium_dri.so free 0x557173469a00 void 0.000112
+gallium_dri.so free 0x557173601130 void 0.000112
+gallium_dri.so malloc 72 0x557173601130 0.000117
+gallium_dri.so free 0x557173469ac0 void 0.000113
+gallium_dri.so free 0x557173601130 void 0.000112
+gallium_dri.so malloc 72 0x557173469a70 0.000113
+gallium_dri.so free 0x557173469ac0 void 0.000113
+gallium_dri.so free 0x557173469a70 void 0.000112
+gallium_dri.so malloc 72 0x557173469a70 0.000112
+gallium_dri.so free 0x557173469bc0 void 0.000113
+gallium_dri.so free 0x557173469a70 void 0.000113
+gallium_dri.so malloc 72 0x557173469b70 0.000112
+gallium_dri.so free 0x557173469c80 void 0.000116
+gallium_dri.so free 0x557173469b70 void 0.000114
+gallium_dri.so malloc 72 0x557173469c30 0.000115
+gallium_dri.so free 0x557173469cc0 void 0.000113
+gallium_dri.so free 0x557173469c30 void 0.000113
+gallium_dri.so malloc 72 0x557173469c30 0.000113
+gallium_dri.so free 0x557173469d80 void 0.000116
+gallium_dri.so free 0x557173469c30 void 0.000114
+gallium_dri.so malloc 72 0x557173469dc0 0.000114
+gallium_dri.so free 0x557173469e40 void 0.000114
+gallium_dri.so free 0x557173469dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173469e40 0.000113
+gallium_dri.so free 0x557173469f00 void 0.000113
+gallium_dri.so free 0x557173469e40 void 0.000113
+gallium_dri.so malloc 72 0x557173469e40 0.000113
+gallium_dri.so free 0x557173469fc0 void 0.000114
+gallium_dri.so free 0x557173469e40 void 0.000112
+gallium_dri.so malloc 72 0x557173469fe0 0.000181
+gallium_dri.so free 0x55717346a080 void 0.000116
+gallium_dri.so free 0x557173469fe0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a030 0.000112
+gallium_dri.so free 0x55717346a100 void 0.000113
+gallium_dri.so free 0x55717346a030 void 0.000113
+gallium_dri.so malloc 72 0x55717346a030 0.000113
+gallium_dri.so free 0x55717346a180 void 0.000116
+gallium_dri.so free 0x55717346a030 void 0.000112
+gallium_dri.so malloc 72 0x55717346a180 0.000113
+gallium_dri.so free 0x55717346a240 void 0.000114
+gallium_dri.so free 0x55717346a180 void 0.000113
+gallium_dri.so malloc 72 0x55717346a180 0.000114
+gallium_dri.so free 0x55717346a300 void 0.000113
+gallium_dri.so free 0x55717346a180 void 0.000113
+gallium_dri.so malloc 72 0x55717346a180 0.000112
+gallium_dri.so free 0x55717346a3c0 void 0.000113
+gallium_dri.so free 0x55717346a180 void 0.000113
+gallium_dri.so malloc 72 0x55717346a370 0.000113
+gallium_dri.so free 0x55717346a480 void 0.000115
+gallium_dri.so free 0x55717346a370 void 0.000114
+gallium_dri.so malloc 72 0x55717346a430 0.000112
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so free 0x55717346a430 void 0.000112
+gallium_dri.so malloc 72 0x55717346a550 0.000112
+gallium_dri.so free 0x55717346a5c0 void 0.000113
+gallium_dri.so free 0x55717346a550 void 0.000112
+gallium_dri.so malloc 72 0x55717346a5e0 0.000116
+gallium_dri.so free 0x55717346a680 void 0.000116
+gallium_dri.so free 0x55717346a5e0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000112
+gallium_dri.so free 0x55717346a700 void 0.000112
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000115
+gallium_dri.so free 0x55717346a780 void 0.000116
+gallium_dri.so free 0x55717346a630 void 0.000112
+gallium_dri.so malloc 72 0x55717346a780 0.000112
+gallium_dri.so free 0x55717346a840 void 0.000114
+gallium_dri.so free 0x55717346a780 void 0.000113
+gallium_dri.so malloc 72 0x55717346a780 0.000113
+gallium_dri.so free 0x55717346a940 void 0.000113
+gallium_dri.so free 0x55717346a780 void 0.000114
+gallium_dri.so malloc 72 0x55717346a8f0 0.000113
+gallium_dri.so free 0x55717346a980 void 0.000114
+gallium_dri.so free 0x55717346a8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a8f0 0.000112
+gallium_dri.so free 0x55717346aa40 void 0.000113
+gallium_dri.so free 0x55717346a8f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346aa80 0.000113
+gallium_dri.so free 0x55717346ab00 void 0.000114
+gallium_dri.so free 0x55717346aa80 void 0.000114
+gallium_dri.so malloc 72 0x55717346ab00 0.000115
+gallium_dri.so free 0x55717346abc0 void 0.000114
+gallium_dri.so free 0x55717346ab00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ab00 0.000112
+gallium_dri.so free 0x55717346ac40 void 0.000128
+gallium_dri.so free 0x55717346ab00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac70 0.000112
+gallium_dri.so free 0x55717346acc0 void 0.000114
+gallium_dri.so free 0x55717346ac70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac70 0.000113
+gallium_dri.so free 0x55717346adc0 void 0.000113
+gallium_dri.so free 0x55717346ac70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae00 0.000115
+gallium_dri.so free 0x55717346ae80 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae80 0.000113
+gallium_dri.so free 0x55717346af40 void 0.000114
+gallium_dri.so free 0x55717346ae80 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae80 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x55717346ae80 void 0.000112
+gallium_dri.so malloc 72 0x55717346aff0 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000113
+gallium_dri.so free 0x55717346aff0 void 0.000111
+gallium_dri.so malloc 72 0x55717346aff0 0.000114
+gallium_dri.so free 0x55717346b140 void 0.000116
+gallium_dri.so free 0x55717346aff0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b0f0 0.000115
+gallium_dri.so free 0x55717346b200 void 0.000113
+gallium_dri.so free 0x55717346b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1b0 0.000114
+gallium_dri.so free 0x55717346b280 void 0.000114
+gallium_dri.so free 0x55717346b1b0 void 0.000180
+gallium_dri.so malloc 72 0x55717346b1b0 0.000114
+gallium_dri.so free 0x55717346b340 void 0.000113
+gallium_dri.so free 0x55717346b1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b1b0 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x55717346b1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x55717346b480 void 0.000116
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b4d0 0.000113
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717346b4d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b560 0.000113
+gallium_dri.so free 0x55717346b600 void 0.000113
+gallium_dri.so free 0x55717346b560 void 0.000112
+gallium_dri.so malloc 72 0x55717346b5b0 0.000117
+gallium_dri.so free 0x55717346b680 void 0.000115
+gallium_dri.so free 0x55717346b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b680 0.000112
+gallium_dri.so free 0x55717346b740 void 0.000113
+gallium_dri.so free 0x55717346b680 void 0.000111
+gallium_dri.so malloc 72 0x55717346b680 0.000112
+gallium_dri.so free 0x55717346b7c0 void 0.000114
+gallium_dri.so free 0x55717346b680 void 0.000112
+gallium_dri.so malloc 72 0x55717346b7c0 0.000112
+gallium_dri.so free 0x55717346b880 void 0.000114
+gallium_dri.so free 0x55717346b7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b7c0 0.000114
+gallium_dri.so free 0x55717346b940 void 0.000115
+gallium_dri.so free 0x55717346b7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b7c0 0.000112
+gallium_dri.so free 0x55717346ba00 void 0.000114
+gallium_dri.so free 0x55717346b7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b9b0 0.000112
+gallium_dri.so free 0x55717346ba80 void 0.000112
+gallium_dri.so free 0x55717346b9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bad0 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x55717346bad0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bb80 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000114
+gallium_dri.so free 0x55717346bb80 void 0.000112
+gallium_dri.so malloc 72 0x55717346bb80 0.000113
+gallium_dri.so free 0x55717346bc80 void 0.000114
+gallium_dri.so free 0x55717346bb80 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcb0 0.000117
+gallium_dri.so free 0x55717346bd00 void 0.000114
+gallium_dri.so free 0x55717346bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcb0 0.000114
+gallium_dri.so free 0x55717346be00 void 0.000113
+gallium_dri.so free 0x55717346bcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bdb0 0.000113
+gallium_dri.so free 0x55717346bec0 void 0.000114
+gallium_dri.so free 0x55717346bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346be70 0.000116
+gallium_dri.so free 0x55717346bf00 void 0.000114
+gallium_dri.so free 0x55717346be70 void 0.000113
+gallium_dri.so malloc 72 0x55717346be70 0.000112
+gallium_dri.so free 0x55717346bfc0 void 0.000114
+gallium_dri.so free 0x55717346be70 void 0.000113
+gallium_dri.so malloc 72 0x55717346c030 0.000119
+gallium_dri.so free 0x55717346c080 void 0.000115
+gallium_dri.so free 0x55717346c030 void 0.000114
+gallium_dri.so malloc 72 0x55717346c030 0.000113
+gallium_dri.so free 0x55717346c180 void 0.000113
+gallium_dri.so free 0x55717346c030 void 0.000113
+gallium_dri.so malloc 72 0x55717346c130 0.000113
+gallium_dri.so free 0x55717346c240 void 0.000113
+gallium_dri.so free 0x55717346c130 void 0.000111
+gallium_dri.so malloc 72 0x55717346c1f0 0.000112
+gallium_dri.so free 0x55717346c280 void 0.000113
+gallium_dri.so free 0x55717346c1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c1f0 0.000114
+gallium_dri.so free 0x55717346c340 void 0.000114
+gallium_dri.so free 0x55717346c1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c380 0.000113
+gallium_dri.so free 0x55717346c400 void 0.000113
+gallium_dri.so free 0x55717346c380 void 0.000112
+gallium_dri.so malloc 72 0x55717346c400 0.000114
+gallium_dri.so free 0x55717346c4c0 void 0.000114
+gallium_dri.so free 0x55717346c400 void 0.000114
+gallium_dri.so malloc 72 0x55717346c400 0.000125
+gallium_dri.so free 0x55717346c580 void 0.000117
+gallium_dri.so free 0x55717346c400 void 0.000113
+gallium_dri.so malloc 72 0x55717346c5a0 0.000112
+gallium_dri.so free 0x55717346c640 void 0.000115
+gallium_dri.so free 0x55717346c5a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c5f0 0.000113
+gallium_dri.so free 0x55717346c6c0 void 0.000115
+gallium_dri.so free 0x55717346c5f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346c5f0 0.000113
+gallium_dri.so free 0x55717346c740 void 0.000114
+gallium_dri.so free 0x55717346c5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c740 0.000112
+gallium_dri.so free 0x55717346c800 void 0.000114
+gallium_dri.so free 0x55717346c740 void 0.000113
+gallium_dri.so malloc 72 0x55717346c740 0.000113
+gallium_dri.so free 0x55717346c8c0 void 0.000113
+gallium_dri.so free 0x55717346c740 void 0.000113
+gallium_dri.so malloc 72 0x55717346c740 0.000112
+gallium_dri.so free 0x55717346c980 void 0.000113
+gallium_dri.so free 0x55717346c740 void 0.000113
+gallium_dri.so malloc 72 0x55717346c930 0.000113
+gallium_dri.so free 0x55717346ca40 void 0.000113
+gallium_dri.so free 0x55717346c930 void 0.000112
+gallium_dri.so malloc 72 0x55717346c9f0 0.000113
+gallium_dri.so free 0x55717346cac0 void 0.000113
+gallium_dri.so free 0x55717346c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cb10 0.000126
+gallium_dri.so free 0x55717346cb80 void 0.000112
+gallium_dri.so free 0x55717346cb10 void 0.000110
+gallium_dri.so malloc 72 0x55717346cba0 0.000110
+gallium_dri.so free 0x55717346cc40 void 0.000110
+gallium_dri.so free 0x55717346cba0 void 0.000110
+gallium_dri.so malloc 72 0x55717346cbf0 0.000110
+gallium_dri.so free 0x55717346ccc0 void 0.000110
+gallium_dri.so free 0x55717346cbf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346cbf0 0.000109
+gallium_dri.so free 0x55717346cd40 void 0.000109
+gallium_dri.so free 0x55717346cbf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346cd40 0.000110
+gallium_dri.so free 0x55717346ce00 void 0.000111
+gallium_dri.so free 0x55717346cd40 void 0.000111
+gallium_dri.so malloc 72 0x55717346cd40 0.000111
+gallium_dri.so free 0x55717346cf00 void 0.000110
+gallium_dri.so free 0x55717346cd40 void 0.000109
+gallium_dri.so malloc 72 0x55717346ceb0 0.000111
+gallium_dri.so free 0x55717346cf40 void 0.000110
+gallium_dri.so free 0x55717346ceb0 void 0.000216
+gallium_dri.so malloc 72 0x55717346ceb0 0.000276
+gallium_dri.so free 0x55717346d000 void 0.000209
+gallium_dri.so free 0x55717346ceb0 void 0.000155
+gallium_dri.so malloc 72 0x55717346d040 0.000154
+gallium_dri.so free 0x55717346d0c0 void 0.000122
+gallium_dri.so free 0x55717346d040 void 0.000116
+gallium_dri.so malloc 72 0x55717346d0c0 0.000114
+gallium_dri.so free 0x55717346d180 void 0.000113
+gallium_dri.so free 0x55717346d0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d0c0 0.000115
+gallium_dri.so free 0x55717346d200 void 0.000115
+gallium_dri.so free 0x55717346d0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d230 0.000117
+gallium_dri.so free 0x55717346d280 void 0.000113
+gallium_dri.so free 0x55717346d230 void 0.000114
+gallium_dri.so malloc 72 0x55717346d230 0.000113
+gallium_dri.so free 0x55717346d380 void 0.000114
+gallium_dri.so free 0x55717346d230 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000114
+gallium_dri.so free 0x55717346d440 void 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d440 0.000113
+gallium_dri.so free 0x55717346d500 void 0.000114
+gallium_dri.so free 0x55717346d440 void 0.000112
+gallium_dri.so malloc 72 0x55717346d440 0.000113
+gallium_dri.so free 0x55717346d580 void 0.000113
+gallium_dri.so free 0x55717346d440 void 0.000120
+gallium_dri.so malloc 72 0x55717346d5b0 0.000114
+gallium_dri.so free 0x55717346d600 void 0.000117
+gallium_dri.so free 0x55717346d5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d5b0 0.000113
+gallium_dri.so free 0x55717346d700 void 0.000119
+gallium_dri.so free 0x55717346d5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d6b0 0.000115
+gallium_dri.so free 0x55717346d7c0 void 0.000114
+gallium_dri.so free 0x55717346d6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d770 0.000115
+gallium_dri.so free 0x55717346d840 void 0.000114
+gallium_dri.so free 0x55717346d770 void 0.000113
+gallium_dri.so malloc 72 0x55717346d770 0.000112
+gallium_dri.so free 0x55717346d900 void 0.000115
+gallium_dri.so free 0x55717346d770 void 0.000115
+gallium_dri.so malloc 72 0x55717346d770 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000114
+gallium_dri.so free 0x55717346d770 void 0.000112
+gallium_dri.so malloc 72 0x55717346d970 0.000113
+gallium_dri.so free 0x55717346da40 void 0.000113
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x55717346da90 0.000113
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so free 0x55717346da90 void 0.000113
+gallium_dri.so malloc 72 0x55717346db20 0.000117
+gallium_dri.so free 0x55717346dbc0 void 0.000114
+gallium_dri.so free 0x55717346db20 void 0.000113
+gallium_dri.so malloc 72 0x55717346db70 0.000113
+gallium_dri.so free 0x55717346dc40 void 0.000114
+gallium_dri.so free 0x55717346db70 void 0.000113
+gallium_dri.so malloc 72 0x55717346dc40 0.000113
+gallium_dri.so free 0x55717346dd00 void 0.000133
+gallium_dri.so free 0x55717346dc40 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc40 0.000120
+gallium_dri.so free 0x55717346dd80 void 0.000119
+gallium_dri.so free 0x55717346dc40 void 0.000119
+gallium_dri.so malloc 72 0x55717346dd80 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000119
+gallium_dri.so free 0x55717346dd80 void 0.000121
+gallium_dri.so malloc 72 0x55717346dd80 0.000117
+gallium_dri.so free 0x55717346df00 void 0.000118
+gallium_dri.so free 0x55717346dd80 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd80 0.000119
+gallium_dri.so free 0x55717346dfc0 void 0.000118
+gallium_dri.so free 0x55717346dd80 void 0.000119
+gallium_dri.so malloc 72 0x55717346df70 0.000118
+gallium_dri.so free 0x55717346e040 void 0.000118
+gallium_dri.so free 0x55717346df70 void 0.000118
+gallium_dri.so malloc 72 0x55717346e090 0.000117
+gallium_dri.so free 0x55717346e100 void 0.000118
+gallium_dri.so free 0x55717346e090 void 0.000118
+gallium_dri.so malloc 72 0x55717346e140 0.000118
+gallium_dri.so free 0x55717346e1c0 void 0.000119
+gallium_dri.so free 0x55717346e140 void 0.000117
+gallium_dri.so malloc 72 0x55717346e140 0.000118
+gallium_dri.so free 0x55717346e240 void 0.000119
+gallium_dri.so free 0x55717346e140 void 0.000117
+gallium_dri.so malloc 72 0x55717346e270 0.000118
+gallium_dri.so free 0x55717346e2c0 void 0.000115
+gallium_dri.so free 0x55717346e270 void 0.000111
+gallium_dri.so malloc 72 0x55717346e270 0.000112
+gallium_dri.so free 0x55717346e3c0 void 0.000111
+gallium_dri.so free 0x55717346e270 void 0.000109
+gallium_dri.so malloc 72 0x55717346e370 0.000111
+gallium_dri.so free 0x55717346e480 void 0.000112
+gallium_dri.so free 0x55717346e370 void 0.000110
+gallium_dri.so malloc 72 0x55717346e430 0.000110
+gallium_dri.so free 0x55717346e4c0 void 0.000111
+gallium_dri.so free 0x55717346e430 void 0.000110
+gallium_dri.so malloc 72 0x55717346e430 0.000112
+gallium_dri.so free 0x55717346e580 void 0.000115
+gallium_dri.so free 0x55717346e430 void 0.000110
+gallium_dri.so malloc 72 0x55717346e5f0 0.000113
+gallium_dri.so free 0x55717346e640 void 0.000111
+gallium_dri.so free 0x55717346e5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346e5f0 0.000109
+gallium_dri.so free 0x55717346e740 void 0.000109
+gallium_dri.so free 0x55717346e5f0 void 0.000109
+gallium_dri.so malloc 72 0x55717346e6f0 0.000111
+gallium_dri.so free 0x55717346e800 void 0.000110
+gallium_dri.so free 0x55717346e6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e7b0 0.000121
+gallium_dri.so free 0x55717346e840 void 0.000115
+gallium_dri.so free 0x55717346e7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346e7b0 0.000113
+gallium_dri.so free 0x55717346e900 void 0.000123
+gallium_dri.so free 0x55717346e7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e940 0.000111
+gallium_dri.so free 0x55717346e9c0 void 0.000113
+gallium_dri.so free 0x55717346e940 void 0.000112
+gallium_dri.so malloc 72 0x55717346e9c0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so free 0x55717346e9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e9c0 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000113
+gallium_dri.so free 0x55717346e9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfea0 0.000117
+gallium_dri.so free 0x5571735bff40 void 0.000118
+gallium_dri.so free 0x5571735bfea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfef0 0.000114
+gallium_dri.so free 0x5571735bffc0 void 0.000113
+gallium_dri.so free 0x5571735bfef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfef0 0.000119
+gallium_dri.so free 0x5571735c0040 void 0.000121
+gallium_dri.so free 0x5571735bfef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0040 0.000119
+gallium_dri.so free 0x5571735c0100 void 0.000120
+gallium_dri.so free 0x5571735c0040 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0040 0.000119
+gallium_dri.so free 0x5571735c01c0 void 0.000119
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0040 0.000118
+gallium_dri.so free 0x5571735c0280 void 0.000125
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0230 0.000118
+gallium_dri.so free 0x5571735c0340 void 0.000118
+gallium_dri.so free 0x5571735c0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0410 0.000119
+gallium_dri.so free 0x5571735c0480 void 0.000118
+gallium_dri.so free 0x5571735c0410 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04a0 0.000117
+gallium_dri.so free 0x5571735c0540 void 0.000118
+gallium_dri.so free 0x5571735c04a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04f0 0.000118
+gallium_dri.so free 0x5571735c05c0 void 0.000118
+gallium_dri.so free 0x5571735c04f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c04f0 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so free 0x5571735c04f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0640 0.000117
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0640 0.000116
+gallium_dri.so free 0x5571735c0800 void 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so malloc 72 0x5571735c07b0 0.000120
+gallium_dri.so free 0x5571735c0840 void 0.000123
+gallium_dri.so free 0x5571735c07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07b0 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000118
+gallium_dri.so free 0x5571735c07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0940 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735c09c0 0.000121
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c09c0 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b30 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000120
+gallium_dri.so free 0x5571735c0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b30 0.000119
+gallium_dri.so free 0x5571735c0c80 void 0.000117
+gallium_dri.so free 0x5571735c0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0cc0 0.000118
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so free 0x5571735c0cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0d40 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x5571735c0d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0d40 0.000111
+gallium_dri.so free 0x5571735c0e80 void 0.000110
+gallium_dri.so free 0x5571735c0d40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000111
+gallium_dri.so free 0x5571735c0f00 void 0.000110
+gallium_dri.so free 0x5571735c0eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000110
+gallium_dri.so free 0x5571735c1000 void 0.000112
+gallium_dri.so free 0x5571735c0eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000110
+gallium_dri.so free 0x5571735c10c0 void 0.000111
+gallium_dri.so free 0x5571735c0fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1070 0.000109
+gallium_dri.so free 0x5571735c1140 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1070 0.000109
+gallium_dri.so free 0x5571735c1200 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1070 0.000110
+gallium_dri.so free 0x5571735c12c0 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1270 0.000111
+gallium_dri.so free 0x5571735c1340 void 0.000113
+gallium_dri.so free 0x5571735c1270 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1390 0.000110
+gallium_dri.so free 0x5571735c1400 void 0.000111
+gallium_dri.so free 0x5571735c1390 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1420 0.000141
+gallium_dri.so free 0x5571735c14c0 void 0.000119
+gallium_dri.so free 0x5571735c1420 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1470 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1540 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c1540 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1540 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000116
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1680 0.000115
+gallium_dri.so free 0x5571735c1740 void 0.000115
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1680 0.000116
+gallium_dri.so free 0x5571735c1800 void 0.000115
+gallium_dri.so free 0x5571735c1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1680 0.000116
+gallium_dri.so free 0x5571735c18c0 void 0.000120
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1870 0.000116
+gallium_dri.so free 0x5571735c1940 void 0.000114
+gallium_dri.so free 0x5571735c1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1990 0.000114
+gallium_dri.so free 0x5571735c1a00 void 0.000116
+gallium_dri.so free 0x5571735c1990 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1a40 0.000128
+gallium_dri.so free 0x5571735c1ac0 void 0.000117
+gallium_dri.so free 0x5571735c1a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a40 0.000115
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x5571735c1a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1b70 0.000114
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so free 0x5571735c1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1b70 0.000115
+gallium_dri.so free 0x5571735c1cc0 void 0.000116
+gallium_dri.so free 0x5571735c1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1c70 0.000115
+gallium_dri.so free 0x5571735c1d80 void 0.000116
+gallium_dri.so free 0x5571735c1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d30 0.000115
+gallium_dri.so free 0x5571735c1dc0 void 0.000115
+gallium_dri.so free 0x5571735c1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d30 0.000114
+gallium_dri.so free 0x5571735c1e80 void 0.000115
+gallium_dri.so free 0x5571735c1d30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000114
+gallium_dri.so free 0x5571735c1f40 void 0.000117
+gallium_dri.so free 0x5571735c1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000115
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000190
+gallium_dri.so free 0x5571735c2100 void 0.000117
+gallium_dri.so free 0x5571735c1ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20b0 0.000115
+gallium_dri.so free 0x5571735c2140 void 0.000117
+gallium_dri.so free 0x5571735c20b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c20b0 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000116
+gallium_dri.so free 0x5571735c20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2240 0.000117
+gallium_dri.so free 0x5571735c22c0 void 0.000117
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22c0 0.000115
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000114
+gallium_dri.so free 0x5571735c2440 void 0.000115
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2460 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000116
+gallium_dri.so free 0x5571735c2460 void 0.000116
+gallium_dri.so malloc 72 0x5571735c24b0 0.000116
+gallium_dri.so free 0x5571735c2580 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2600 void 0.000116
+gallium_dri.so free 0x5571735c24b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c2600 0.000116
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2600 0.000118
+gallium_dri.so free 0x5571735c2780 void 0.000115
+gallium_dri.so free 0x5571735c2600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2600 0.000115
+gallium_dri.so free 0x5571735c2840 void 0.000121
+gallium_dri.so free 0x5571735c2600 void 0.000116
+gallium_dri.so malloc 72 0x5571735c27f0 0.000115
+gallium_dri.so free 0x5571735c2900 void 0.000115
+gallium_dri.so free 0x5571735c27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c28b0 0.000114
+gallium_dri.so free 0x5571735c2980 void 0.000116
+gallium_dri.so free 0x5571735c28b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c29d0 0.000114
+gallium_dri.so free 0x5571735c2a40 void 0.000114
+gallium_dri.so free 0x5571735c29d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2a60 0.000116
+gallium_dri.so free 0x5571735c2b00 void 0.000116
+gallium_dri.so free 0x5571735c2a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2ab0 0.000116
+gallium_dri.so free 0x5571735c2b80 void 0.000116
+gallium_dri.so free 0x5571735c2ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2ab0 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2ab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2c00 0.000115
+gallium_dri.so free 0x5571735c2cc0 void 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c00 0.000115
+gallium_dri.so free 0x5571735c2dc0 void 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2d70 0.000115
+gallium_dri.so free 0x5571735c2e00 void 0.000118
+gallium_dri.so free 0x5571735c2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d70 0.000118
+gallium_dri.so free 0x5571735c2ec0 void 0.000115
+gallium_dri.so free 0x5571735c2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f00 0.000115
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2f80 0.000115
+gallium_dri.so free 0x5571735c3040 void 0.000116
+gallium_dri.so free 0x5571735c2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f80 0.000115
+gallium_dri.so free 0x5571735c30c0 void 0.000115
+gallium_dri.so free 0x5571735c2f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c3140 void 0.000116
+gallium_dri.so free 0x5571735c30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3280 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so free 0x5571735c3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3300 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x5571735c3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3300 0.000113
+gallium_dri.so free 0x5571735c3440 void 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000116
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so free 0x5571735c3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3570 0.000116
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so free 0x5571735c3570 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3630 0.000115
+gallium_dri.so free 0x5571735c3700 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c37c0 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c3880 void 0.000114
+gallium_dri.so free 0x5571735c3630 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3830 0.000114
+gallium_dri.so free 0x5571735c3900 void 0.000116
+gallium_dri.so free 0x5571735c3830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3950 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000115
+gallium_dri.so free 0x5571735c3950 void 0.000118
+gallium_dri.so malloc 72 0x5571735c39e0 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x5571735c39e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a30 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000116
+gallium_dri.so free 0x5571735c3a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b00 0.000115
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b00 0.000115
+gallium_dri.so free 0x5571735c3c40 void 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c40 0.000115
+gallium_dri.so free 0x5571735c3d00 void 0.000116
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c40 0.000118
+gallium_dri.so free 0x5571735c3dc0 void 0.000116
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c40 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000176
+gallium_dri.so malloc 72 0x5571735c3e30 0.000114
+gallium_dri.so free 0x5571735c3f00 void 0.000114
+gallium_dri.so free 0x5571735c3e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f50 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000114
+gallium_dri.so free 0x5571735c3f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4000 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000115
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4000 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000115
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4180 void 0.000115
+gallium_dri.so free 0x5571735c4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4130 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4230 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000115
+gallium_dri.so free 0x5571735c4230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c42f0 0.000113
+gallium_dri.so free 0x5571735c4380 void 0.000115
+gallium_dri.so free 0x5571735c42f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c42f0 0.000114
+gallium_dri.so free 0x5571735c4440 void 0.000116
+gallium_dri.so free 0x5571735c42f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c44b0 0.000115
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000115
+gallium_dri.so free 0x5571735c44b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45b0 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so free 0x5571735c45b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4670 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000116
+gallium_dri.so free 0x5571735c4670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4670 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so free 0x5571735c4670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4800 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000112
+gallium_dri.so free 0x5571735c4a00 void 0.000119
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a20 0.000113
+gallium_dri.so free 0x5571735c4ac0 void 0.000115
+gallium_dri.so free 0x5571735c4a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000125
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000113
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000115
+gallium_dri.so free 0x5571735c4d40 void 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000113
+gallium_dri.so free 0x5571735c4e00 void 0.000115
+gallium_dri.so free 0x5571735c4bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4db0 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000113
+gallium_dri.so free 0x5571735c4f40 void 0.000113
+gallium_dri.so free 0x5571735c4e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f90 0.000116
+gallium_dri.so free 0x5571735c5000 void 0.000115
+gallium_dri.so free 0x5571735c4f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c5020 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735c5020 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5020 0.000186
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735c5020 void 0.000113
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da930 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa50 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab00 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab00 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac30 0.000112
+gallium_dri.so free 0x5571735dac80 void 0.000114
+gallium_dri.so free 0x5571735dac30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac30 0.000115
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dac30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000116
+gallium_dri.so free 0x5571735dad30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000124
+gallium_dri.so free 0x5571735daf40 void 0.000116
+gallium_dri.so free 0x5571735dadf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafb0 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so free 0x5571735dafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dafb0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735dafb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db170 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db170 void 0.000113
+gallium_dri.so malloc 72 0x5571735db170 0.000115
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db170 void 0.000112
+gallium_dri.so malloc 72 0x5571735db300 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000116
+gallium_dri.so free 0x5571735db300 void 0.000112
+gallium_dri.so malloc 72 0x5571735db380 0.000112
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000115
+gallium_dri.so malloc 72 0x5571735db380 0.000114
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so free 0x5571735db380 void 0.000113
+gallium_dri.so malloc 72 0x5571735db520 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000117
+gallium_dri.so free 0x5571735db520 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000112
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000112
+gallium_dri.so malloc 72 0x5571735db570 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6c0 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6c0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6c0 0.000115
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8b0 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000114
+gallium_dri.so free 0x5571735db8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000118
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba90 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735dba90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb20 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000166
+gallium_dri.so free 0x5571735dbb20 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000112
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000116
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe30 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so free 0x5571735dbe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe30 0.000111
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfc0 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc040 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dc040 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc040 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000123
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000118
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so free 0x5571735dc1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000115
+gallium_dri.so free 0x5571735dc300 void 0.000113
+gallium_dri.so free 0x5571735dc1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc340 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000112
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000114
+gallium_dri.so free 0x5571735dc580 void 0.000114
+gallium_dri.so free 0x5571735dc530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc630 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735dc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000113
+gallium_dri.so free 0x55717360c600 void 0.000116
+gallium_dri.so free 0x5571735dc7c0 void 0.000117
+gallium_dri.so free 0x5571735dc6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000111
+gallium_dri.so free 0x5571735dc880 void 0.000111
+gallium_dri.so free 0x5571735dc6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000111
+gallium_dri.so free 0x5571735dc940 void 0.000110
+gallium_dri.so free 0x5571735dc6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000110
+gallium_dri.so free 0x5571735dc9c0 void 0.000110
+gallium_dri.so free 0x5571735dc8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dca10 0.000111
+gallium_dri.so free 0x5571735dca80 void 0.000111
+gallium_dri.so free 0x5571735dca10 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcaa0 0.000110
+gallium_dri.so free 0x5571735dcb40 void 0.000109
+gallium_dri.so free 0x5571735dcaa0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000110
+gallium_dri.so free 0x5571735dcbc0 void 0.000110
+gallium_dri.so free 0x5571735dcaf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000109
+gallium_dri.so free 0x5571735dcc80 void 0.000110
+gallium_dri.so free 0x5571735dcbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000114
+gallium_dri.so free 0x5571735dcd00 void 0.000110
+gallium_dri.so free 0x5571735dcbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd00 0.000110
+gallium_dri.so free 0x5571735dcdc0 void 0.000110
+gallium_dri.so free 0x5571735dcd00 void 0.000163
+gallium_dri.so malloc 72 0x5571735dcd00 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000111
+gallium_dri.so free 0x5571735dcd00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcd00 0.000111
+gallium_dri.so free 0x5571735dcf40 void 0.000109
+gallium_dri.so free 0x5571735dcd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcef0 0.000109
+gallium_dri.so free 0x5571735dcfc0 void 0.000110
+gallium_dri.so free 0x5571735dcef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd010 0.000110
+gallium_dri.so free 0x5571735dd080 void 0.000110
+gallium_dri.so free 0x5571735dd010 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000109
+gallium_dri.so free 0x5571735dd140 void 0.000110
+gallium_dri.so free 0x5571735dd0c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000109
+gallium_dri.so free 0x5571735dd1c0 void 0.000110
+gallium_dri.so free 0x5571735dd0c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000115
+gallium_dri.so free 0x5571735dd240 void 0.000111
+gallium_dri.so free 0x5571735dd1f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000110
+gallium_dri.so free 0x5571735dd340 void 0.000109
+gallium_dri.so free 0x5571735dd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000110
+gallium_dri.so free 0x5571735dd400 void 0.000109
+gallium_dri.so free 0x5571735dd2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000123
+gallium_dri.so free 0x5571735dd440 void 0.000114
+gallium_dri.so free 0x5571735dd3b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000109
+gallium_dri.so free 0x5571735dd500 void 0.000109
+gallium_dri.so free 0x5571735dd3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd570 0.000112
+gallium_dri.so free 0x5571735dd5c0 void 0.000110
+gallium_dri.so free 0x5571735dd570 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd570 0.000109
+gallium_dri.so free 0x5571735dd6c0 void 0.000109
+gallium_dri.so free 0x5571735dd570 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd670 0.000111
+gallium_dri.so free 0x5571735dd780 void 0.000109
+gallium_dri.so free 0x5571735dd670 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd730 0.000111
+gallium_dri.so free 0x5571735dd7c0 void 0.000110
+gallium_dri.so free 0x5571735dd730 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd730 0.000109
+gallium_dri.so free 0x5571735dd880 void 0.000109
+gallium_dri.so free 0x5571735dd730 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000110
+gallium_dri.so free 0x5571735dd940 void 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd940 0.000111
+gallium_dri.so free 0x5571735dda00 void 0.000110
+gallium_dri.so free 0x5571735dd940 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd940 0.000111
+gallium_dri.so free 0x5571735ddac0 void 0.000109
+gallium_dri.so free 0x5571735dd940 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddae0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000111
+gallium_dri.so free 0x5571735ddae0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddb30 0.000109
+gallium_dri.so free 0x5571735ddc00 void 0.000111
+gallium_dri.so free 0x5571735ddb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddb30 0.000111
+gallium_dri.so free 0x5571735ddc80 void 0.000109
+gallium_dri.so free 0x5571735ddb30 void 0.000109
+gallium_dri.so malloc 72 0x5571735ddc80 0.000110
+gallium_dri.so free 0x5571735ddd40 void 0.000110
+gallium_dri.so free 0x5571735ddc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddc80 0.000110
+gallium_dri.so free 0x5571735dde00 void 0.000110
+gallium_dri.so free 0x5571735ddc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddc80 0.000111
+gallium_dri.so free 0x5571735ddec0 void 0.000110
+gallium_dri.so free 0x5571735ddc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735dde70 0.000109
+gallium_dri.so free 0x5571735ddf80 void 0.000110
+gallium_dri.so free 0x5571735dde70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddf30 0.000110
+gallium_dri.so free 0x5571735de000 void 0.000109
+gallium_dri.so free 0x5571735ddf30 void 0.000110
+gallium_dri.so malloc 72 0x5571735de050 0.000111
+gallium_dri.so free 0x5571735de0c0 void 0.000109
+gallium_dri.so free 0x5571735de050 void 0.000110
+gallium_dri.so malloc 72 0x5571735de0e0 0.000160
+gallium_dri.so free 0x5571735de180 void 0.000122
+gallium_dri.so free 0x5571735de0e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de130 0.000119
+gallium_dri.so free 0x5571735de200 void 0.000118
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de280 void 0.000119
+gallium_dri.so free 0x5571735de130 void 0.000123
+gallium_dri.so malloc 72 0x5571735de280 0.000124
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so free 0x5571735de280 void 0.000118
+gallium_dri.so malloc 72 0x5571735de280 0.000117
+gallium_dri.so free 0x5571735de440 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000118
+gallium_dri.so malloc 72 0x5571735de3f0 0.000120
+gallium_dri.so free 0x5571735de480 void 0.000117
+gallium_dri.so free 0x5571735de3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de3f0 0.000117
+gallium_dri.so free 0x5571735de540 void 0.000118
+gallium_dri.so free 0x5571735de3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de580 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so malloc 72 0x5571735de600 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so malloc 72 0x5571735de600 0.000112
+gallium_dri.so free 0x5571735de740 void 0.000111
+gallium_dri.so free 0x5571735de600 void 0.000111
+gallium_dri.so malloc 72 0x5571735de770 0.000109
+gallium_dri.so free 0x5571735de7c0 void 0.000111
+gallium_dri.so free 0x5571735de770 void 0.000109
+gallium_dri.so malloc 72 0x5571735de770 0.000109
+gallium_dri.so free 0x5571735de8c0 void 0.000109
+gallium_dri.so free 0x5571735de770 void 0.000110
+gallium_dri.so malloc 72 0x5571735de900 0.000109
+gallium_dri.so free 0x5571735de980 void 0.000110
+gallium_dri.so free 0x5571735de900 void 0.000110
+gallium_dri.so malloc 72 0x5571735de980 0.000109
+gallium_dri.so free 0x5571735dea40 void 0.000109
+gallium_dri.so free 0x5571735de980 void 0.000110
+gallium_dri.so malloc 72 0x5571735de980 0.000109
+gallium_dri.so free 0x5571735deac0 void 0.000110
+gallium_dri.so free 0x5571735de980 void 0.000112
+gallium_dri.so malloc 72 0x5571735deaf0 0.000110
+gallium_dri.so free 0x5571735deb40 void 0.000111
+gallium_dri.so free 0x5571735deaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735deaf0 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000111
+gallium_dri.so free 0x5571735deaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735debf0 0.000110
+gallium_dri.so free 0x5571735ded00 void 0.000110
+gallium_dri.so free 0x5571735debf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735decb0 0.000111
+gallium_dri.so free 0x5571735ded80 void 0.000127
+gallium_dri.so free 0x5571735decb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735decb0 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decb0 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735decb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735deeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735defd0 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735defd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df060 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df060 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0b0 0.000115
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df180 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so malloc 72 0x5571735df180 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000116
+gallium_dri.so free 0x5571735df180 void 0.000117
+gallium_dri.so malloc 72 0x5571735df2c0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000173
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2c0 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2c0 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df4b0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000117
+gallium_dri.so free 0x5571735df4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df5d0 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df680 0.000118
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so malloc 72 0x5571735df680 0.000118
+gallium_dri.so free 0x5571735df780 void 0.000118
+gallium_dri.so free 0x5571735df680 void 0.000119
+gallium_dri.so malloc 72 0x5571735df7b0 0.000117
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so free 0x5571735df7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df7b0 0.000120
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df8b0 0.000118
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df970 0.000111
+gallium_dri.so free 0x5571735dfa00 void 0.000111
+gallium_dri.so free 0x5571735df970 void 0.000111
+gallium_dri.so malloc 72 0x5571735df970 0.000111
+gallium_dri.so free 0x5571735dfac0 void 0.000111
+gallium_dri.so free 0x5571735df970 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfb30 0.000110
+gallium_dri.so free 0x5571735dfb80 void 0.000111
+gallium_dri.so free 0x5571735dfb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfb30 0.000110
+gallium_dri.so free 0x5571735dfc80 void 0.000110
+gallium_dri.so free 0x5571735dfb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfc30 0.000110
+gallium_dri.so free 0x5571735dfd40 void 0.000111
+gallium_dri.so free 0x5571735dfc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000109
+gallium_dri.so free 0x5571735dfd80 void 0.000110
+gallium_dri.so free 0x5571735dfcf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000110
+gallium_dri.so free 0x5571735dfe40 void 0.000111
+gallium_dri.so free 0x5571735dfcf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfe80 0.000110
+gallium_dri.so free 0x5571735dff00 void 0.000110
+gallium_dri.so free 0x5571735dfe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dff00 0.000110
+gallium_dri.so free 0x5571735dffc0 void 0.000111
+gallium_dri.so free 0x5571735dff00 void 0.000127
+gallium_dri.so malloc 72 0x5571735dff00 0.000118
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so free 0x5571735dff00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00a0 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000119
+gallium_dri.so free 0x5571735e00a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e00f0 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so free 0x5571735e00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00f0 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000118
+gallium_dri.so free 0x5571735e00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0240 0.000118
+gallium_dri.so free 0x5571735e0300 void 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0240 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0240 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0430 0.000119
+gallium_dri.so free 0x5571735e0540 void 0.000118
+gallium_dri.so free 0x5571735e0430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e04f0 0.000119
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e04f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0610 0.000111
+gallium_dri.so free 0x5571735e0680 void 0.000110
+gallium_dri.so free 0x5571735e0610 void 0.000110
+gallium_dri.so malloc 72 0x5571735e06a0 0.000110
+gallium_dri.so free 0x5571735e0740 void 0.000111
+gallium_dri.so free 0x5571735e06a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e06f0 0.000110
+gallium_dri.so free 0x5571735e07c0 void 0.000109
+gallium_dri.so free 0x5571735e06f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e06f0 0.000109
+gallium_dri.so free 0x5571735e0840 void 0.000110
+gallium_dri.so free 0x5571735e06f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0840 0.000111
+gallium_dri.so free 0x5571735e0900 void 0.000110
+gallium_dri.so free 0x5571735e0840 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0840 0.000110
+gallium_dri.so free 0x5571735e0a00 void 0.000110
+gallium_dri.so free 0x5571735e0840 void 0.000110
+gallium_dri.so malloc 72 0x5571735e09b0 0.000110
+gallium_dri.so free 0x5571735e0a40 void 0.000111
+gallium_dri.so free 0x5571735e09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09b0 0.000112
+gallium_dri.so free 0x5571735e0b00 void 0.000111
+gallium_dri.so free 0x5571735e09b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0b40 0.000112
+gallium_dri.so free 0x5571735e0bc0 void 0.000111
+gallium_dri.so free 0x5571735e0b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000125
+gallium_dri.so free 0x5571735e0c80 void 0.000116
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bc0 0.000113
+gallium_dri.so free 0x5571735e0d00 void 0.000116
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d30 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000115
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000113
+gallium_dri.so free 0x5571735eb540 void 0.000114
+gallium_dri.so free 0x5571735eb4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb540 0.000112
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb540 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000116
+gallium_dri.so free 0x5571735eb540 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb540 0.000113
+gallium_dri.so free 0x5571735eb680 void 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000116
+gallium_dri.so free 0x5571735eb6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb740 0.000155
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x5571735eb740 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb740 0.000112
+gallium_dri.so free 0x5571735eb8c0 void 0.000195
+gallium_dri.so free 0x5571735eb740 void 0.000220
+gallium_dri.so malloc 72 0x5571735eb8e0 0.000249
+gallium_dri.so free 0x5571735eb980 void 0.000259
+gallium_dri.so free 0x5571735eb8e0 void 0.000288
+gallium_dri.so malloc 72 0x5571735eb930 0.000117
+gallium_dri.so free 0x5571735eba00 void 0.000221
+gallium_dri.so free 0x5571735eb930 void 0.000165
+gallium_dri.so malloc 72 0x5571735eb930 0.000123
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so free 0x5571735eb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba80 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba80 0.000118
+gallium_dri.so free 0x5571735ebc00 void 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba80 0.000113
+gallium_dri.so free 0x5571735ebcc0 void 0.000111
+gallium_dri.so free 0x5571735eba80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebc70 0.000110
+gallium_dri.so free 0x5571735ebd80 void 0.000124
+gallium_dri.so free 0x5571735ebc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebd30 0.000111
+gallium_dri.so free 0x5571735ebe00 void 0.000111
+gallium_dri.so free 0x5571735ebd30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebe50 0.000110
+gallium_dri.so free 0x5571735ebec0 void 0.000109
+gallium_dri.so free 0x5571735ebe50 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebee0 0.000110
+gallium_dri.so free 0x5571735ebf80 void 0.000111
+gallium_dri.so free 0x5571735ebee0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf30 0.000110
+gallium_dri.so free 0x5571735ec000 void 0.000109
+gallium_dri.so free 0x5571735ebf30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebf30 0.000109
+gallium_dri.so free 0x5571735ec080 void 0.000110
+gallium_dri.so free 0x5571735ebf30 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec080 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000111
+gallium_dri.so free 0x5571735ec080 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec080 0.000110
+gallium_dri.so free 0x5571735ec240 void 0.000110
+gallium_dri.so free 0x5571735ec080 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000111
+gallium_dri.so free 0x5571735ec280 void 0.000157
+gallium_dri.so free 0x5571735ec1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735ec1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec380 0.000118
+gallium_dri.so free 0x5571735ec400 void 0.000119
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec400 0.000120
+gallium_dri.so free 0x5571735ec4c0 void 0.000118
+gallium_dri.so free 0x5571735ec400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec400 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000118
+gallium_dri.so free 0x5571735ec400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec570 0.000119
+gallium_dri.so free 0x5571735ec5c0 void 0.000117
+gallium_dri.so free 0x5571735ec570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec570 0.000119
+gallium_dri.so free 0x5571735ec6c0 void 0.000118
+gallium_dri.so free 0x5571735ec570 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec700 0.000139
+gallium_dri.so free 0x5571735ec780 void 0.000119
+gallium_dri.so free 0x5571735ec700 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec780 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000119
+gallium_dri.so free 0x5571735ec780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec780 0.000134
+gallium_dri.so free 0x5571735ec8c0 void 0.000118
+gallium_dri.so free 0x5571735ec780 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec8f0 0.000115
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec8f0 0.000116
+gallium_dri.so free 0x5571735eca40 void 0.000115
+gallium_dri.so free 0x5571735ec8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9f0 0.000118
+gallium_dri.so free 0x5571735ecb00 void 0.000115
+gallium_dri.so free 0x5571735ec9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecab0 0.000116
+gallium_dri.so free 0x5571735ecb80 void 0.000116
+gallium_dri.so free 0x5571735ecab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecab0 0.000115
+gallium_dri.so free 0x5571735ecc40 void 0.000116
+gallium_dri.so free 0x5571735ecab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecab0 0.000115
+gallium_dri.so free 0x5571735ecd00 void 0.000117
+gallium_dri.so free 0x5571735ecab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eccb0 0.000118
+gallium_dri.so free 0x5571735ecd80 void 0.000117
+gallium_dri.so free 0x5571735eccb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecdd0 0.000116
+gallium_dri.so free 0x5571735ece40 void 0.000117
+gallium_dri.so free 0x5571735ecdd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ece60 0.000128
+gallium_dri.so free 0x5571735ecf00 void 0.000119
+gallium_dri.so free 0x5571735ece60 void 0.000116
+gallium_dri.so malloc 72 0x5571735eceb0 0.000118
+gallium_dri.so free 0x5571735ecf80 void 0.000116
+gallium_dri.so free 0x5571735eceb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecf80 0.000117
+gallium_dri.so free 0x5571735ed040 void 0.000116
+gallium_dri.so free 0x5571735ecf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf80 0.000116
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so free 0x5571735ecf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000116
+gallium_dri.so free 0x5571735ed180 void 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000116
+gallium_dri.so free 0x5571735ed240 void 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000115
+gallium_dri.so free 0x5571735ed300 void 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000118
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed3d0 0.000117
+gallium_dri.so free 0x5571735ed440 void 0.000117
+gallium_dri.so free 0x5571735ed3d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed480 0.000132
+gallium_dri.so free 0x5571735ed500 void 0.000122
+gallium_dri.so free 0x5571735ed480 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed480 0.000118
+gallium_dri.so free 0x5571735ed580 void 0.000122
+gallium_dri.so free 0x5571735ed480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed5b0 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000120
+gallium_dri.so free 0x5571735ed5b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed5b0 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so free 0x5571735ed5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000113
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed770 0.000113
+gallium_dri.so free 0x5571735ed800 void 0.000114
+gallium_dri.so free 0x5571735ed770 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed770 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000115
+gallium_dri.so free 0x5571735ed770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed930 0.000113
+gallium_dri.so free 0x5571735ed980 void 0.000116
+gallium_dri.so free 0x5571735ed930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed930 0.000113
+gallium_dri.so free 0x5571735eda80 void 0.000116
+gallium_dri.so free 0x5571735ed930 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda30 0.000117
+gallium_dri.so free 0x5571735edb40 void 0.000115
+gallium_dri.so free 0x5571735eda30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edaf0 0.000113
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so free 0x5571735edaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edaf0 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc80 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000116
+gallium_dri.so free 0x5571735edc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd00 0.000125
+gallium_dri.so free 0x5571735eddc0 void 0.000115
+gallium_dri.so free 0x5571735edd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd00 0.000115
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735edea0 0.000114
+gallium_dri.so free 0x5571735edf40 void 0.000115
+gallium_dri.so free 0x5571735edea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edef0 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edef0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000123
+gallium_dri.so free 0x5571735edef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee040 0.000128
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee040 0.000121
+gallium_dri.so free 0x5571735ee1c0 void 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee280 void 0.000117
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee230 0.000122
+gallium_dri.so free 0x5571735ee340 void 0.000119
+gallium_dri.so free 0x5571735ee230 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000122
+gallium_dri.so free 0x5571735ee3c0 void 0.000122
+gallium_dri.so free 0x5571735ee2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee410 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000121
+gallium_dri.so free 0x5571735ee410 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000118
+gallium_dri.so free 0x5571735ee540 void 0.000121
+gallium_dri.so free 0x5571735ee4a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000133
+gallium_dri.so free 0x5571735ee5c0 void 0.000124
+gallium_dri.so free 0x5571735ee4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee4f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee640 0.000117
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee640 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000116
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000117
+gallium_dri.so free 0x5571735ee7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000116
+gallium_dri.so free 0x5571735ee7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee940 0.000114
+gallium_dri.so free 0x5571735ee9c0 void 0.000116
+gallium_dri.so free 0x5571735ee940 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000118
+gallium_dri.so free 0x5571735ee9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000117
+gallium_dri.so free 0x5571735eeb00 void 0.000116
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb30 0.000115
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735eeb30 0.000118
+gallium_dri.so free 0x5571735eec80 void 0.000130
+gallium_dri.so free 0x5571735eeb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eecc0 0.000116
+gallium_dri.so free 0x5571735eed40 void 0.000116
+gallium_dri.so free 0x5571735eecc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed40 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so free 0x5571735eed40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed40 0.000112
+gallium_dri.so free 0x5571735eee80 void 0.000113
+gallium_dri.so free 0x5571735eed40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000113
+gallium_dri.so free 0x5571735eef00 void 0.000115
+gallium_dri.so free 0x5571735eeeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000115
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eeeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eefb0 0.000114
+gallium_dri.so free 0x5571735ef0c0 void 0.000115
+gallium_dri.so free 0x5571735eefb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef070 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef070 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef070 0.000112
+gallium_dri.so free 0x5571735ef200 void 0.000122
+gallium_dri.so free 0x5571735ef070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef070 0.000114
+gallium_dri.so free 0x5571735ef2c0 void 0.000114
+gallium_dri.so free 0x5571735ef070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef270 0.000112
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef390 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000115
+gallium_dri.so free 0x5571735ef390 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef420 0.000112
+gallium_dri.so free 0x5571735ef4c0 void 0.000113
+gallium_dri.so free 0x5571735ef420 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef470 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so free 0x5571735ef470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef540 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef540 0.000142
+gallium_dri.so free 0x5571735ef680 void 0.000120
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef680 0.000112
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef680 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef680 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000189
+gallium_dri.so malloc 72 0x5571735ef870 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef870 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef990 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef990 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa40 0.000113
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735efa40 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa40 0.000113
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efa40 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb70 0.000112
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so free 0x5571735efb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb70 0.000112
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so free 0x5571735efb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000118
+gallium_dri.so free 0x5571735efd80 void 0.000116
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd30 0.000114
+gallium_dri.so free 0x5571735efdc0 void 0.000115
+gallium_dri.so free 0x5571735efd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efd30 0.000112
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735efef0 0.000114
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efef0 0.000114
+gallium_dri.so free 0x5571735f0040 void 0.000113
+gallium_dri.so free 0x5571735efef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efff0 0.000112
+gallium_dri.so free 0x5571735f0100 void 0.000114
+gallium_dri.so free 0x5571735efff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f00b0 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f00b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00b0 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f00b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0240 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000116
+gallium_dri.so free 0x5571735f0240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f02c0 0.000115
+gallium_dri.so free 0x5571735f0380 void 0.000115
+gallium_dri.so free 0x5571735f02c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f02c0 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000125
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0460 0.000113
+gallium_dri.so free 0x5571735f0500 void 0.000115
+gallium_dri.so free 0x5571735f0460 void 0.000125
+gallium_dri.so malloc 72 0x5571735f04b0 0.000115
+gallium_dri.so free 0x5571735f0580 void 0.000115
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f04b0 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000117
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0600 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f07f0 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000114
+gallium_dri.so free 0x5571735f07f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f08b0 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09d0 0.000115
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so free 0x5571735f09d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a60 0.000113
+gallium_dri.so free 0x5571735f0b00 void 0.000115
+gallium_dri.so free 0x5571735f0a60 void 0.000167
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000113
+gallium_dri.so free 0x5571735f0ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000112
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c00 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000112
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c00 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000116
+gallium_dri.so free 0x5571735f0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d70 0.000113
+gallium_dri.so free 0x5571735f0e00 void 0.000116
+gallium_dri.so free 0x5571735f0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d70 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000115
+gallium_dri.so free 0x5571735f0d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f00 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f80 0.000115
+gallium_dri.so free 0x5571735f1040 void 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f80 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000169
+gallium_dri.so malloc 72 0x5571735f10f0 0.000117
+gallium_dri.so free 0x5571735f1140 void 0.000115
+gallium_dri.so free 0x5571735f10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10f0 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1280 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f1280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1300 0.000131
+gallium_dri.so free 0x5571735f13c0 void 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1300 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1470 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000114
+gallium_dri.so free 0x5571735f1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1470 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000114
+gallium_dri.so free 0x5571735f1470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1570 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000115
+gallium_dri.so free 0x5571735f1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1630 0.000117
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f1630 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1630 0.000113
+gallium_dri.so free 0x5571735f17c0 void 0.000114
+gallium_dri.so free 0x5571735f1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1630 0.000112
+gallium_dri.so free 0x5571735f1880 void 0.000114
+gallium_dri.so free 0x5571735f1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1830 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000115
+gallium_dri.so free 0x5571735f1830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1950 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000114
+gallium_dri.so free 0x5571735f1950 void 0.000114
+gallium_dri.so malloc 72 0x5571735f19e0 0.000113
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f19e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b00 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b00 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c40 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c40 0.000162
+gallium_dri.so free 0x5571735f1dc0 void 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c40 0.000115
+gallium_dri.so free 0x5571735f1e80 void 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1e30 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f50 0.000115
+gallium_dri.so free 0x5571735f1fc0 void 0.000116
+gallium_dri.so free 0x5571735f1f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2000 0.000113
+gallium_dri.so free 0x5571735f2080 void 0.000114
+gallium_dri.so free 0x5571735f2000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2000 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000114
+gallium_dri.so free 0x5571735f2000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2130 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000115
+gallium_dri.so free 0x5571735f2130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2130 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so free 0x5571735f2130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000117
+gallium_dri.so free 0x5571735f2340 void 0.000116
+gallium_dri.so free 0x5571735f2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22f0 0.000116
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22f0 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000115
+gallium_dri.so free 0x5571735f22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f24b0 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000115
+gallium_dri.so free 0x5571735f24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f24b0 0.000113
+gallium_dri.so free 0x5571735f2600 void 0.000114
+gallium_dri.so free 0x5571735f24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f25b0 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f25b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2670 0.000114
+gallium_dri.so free 0x5571735f2700 void 0.000116
+gallium_dri.so free 0x5571735f2670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2670 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2800 0.000114
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2800 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2880 0.000114
+gallium_dri.so free 0x5571735f2940 void 0.000115
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2880 0.000125
+gallium_dri.so free 0x5571735f2a00 void 0.000112
+gallium_dri.so free 0x5571735f2880 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a20 0.000112
+gallium_dri.so free 0x5571735f2ac0 void 0.000112
+gallium_dri.so free 0x5571735f2a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a70 0.000110
+gallium_dri.so free 0x5571735f2b40 void 0.000112
+gallium_dri.so free 0x5571735f2a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a70 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000112
+gallium_dri.so free 0x5571735f2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000112
+gallium_dri.so free 0x5571735f2c80 void 0.000112
+gallium_dri.so free 0x5571735f2bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000115
+gallium_dri.so free 0x5571735f2e00 void 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2db0 0.000114
+gallium_dri.so free 0x5571735f2ec0 void 0.000114
+gallium_dri.so free 0x5571735f2db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e70 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000116
+gallium_dri.so free 0x5571735f2e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f90 0.000112
+gallium_dri.so free 0x5571735f3000 void 0.000165
+gallium_dri.so free 0x5571735f2f90 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3020 0.000113
+gallium_dri.so free 0x5571735f30c0 void 0.000114
+gallium_dri.so free 0x5571735f3020 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3070 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000115
+gallium_dri.so free 0x5571735f3070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3070 0.000113
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so free 0x5571735f3070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31c0 0.000118
+gallium_dri.so free 0x5571735f3280 void 0.000115
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31c0 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3330 0.000112
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3330 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f3330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f34c0 0.000112
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3540 0.000112
+gallium_dri.so free 0x5571735f3600 void 0.000125
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3540 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000117
+gallium_dri.so malloc 72 0x5571735f36b0 0.000114
+gallium_dri.so free 0x55717360c640 void 0.000114
+gallium_dri.so free 0x5571735f36b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f36b0 0.000115
+gallium_dri.so free 0x55717360c740 void 0.000115
+gallium_dri.so free 0x5571735f36b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c780 0.000114
+gallium_dri.so free 0x55717360c800 void 0.000115
+gallium_dri.so free 0x55717360c780 void 0.000113
+gallium_dri.so malloc 72 0x55717360c800 0.000112
+gallium_dri.so free 0x55717360c8c0 void 0.000113
+gallium_dri.so free 0x55717360c800 void 0.000112
+gallium_dri.so malloc 72 0x55717360c800 0.000112
+gallium_dri.so free 0x55717360c940 void 0.000113
+gallium_dri.so free 0x55717360c800 void 0.000112
+gallium_dri.so malloc 72 0x55717360c970 0.000113
+gallium_dri.so free 0x55717360c9c0 void 0.000113
+gallium_dri.so free 0x55717360c970 void 0.000114
+gallium_dri.so malloc 72 0x55717360c970 0.000113
+gallium_dri.so free 0x55717360cac0 void 0.000114
+gallium_dri.so free 0x55717360c970 void 0.000112
+gallium_dri.so malloc 72 0x55717360ca70 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000129
+gallium_dri.so free 0x55717360ca70 void 0.000116
+gallium_dri.so malloc 72 0x55717360cb30 0.000113
+gallium_dri.so free 0x55717360cc00 void 0.000114
+gallium_dri.so free 0x55717360cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360cb30 0.000113
+gallium_dri.so free 0x55717360ccc0 void 0.000115
+gallium_dri.so free 0x55717360cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360cb30 0.000116
+gallium_dri.so free 0x55717360cd80 void 0.000115
+gallium_dri.so free 0x55717360cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd30 0.000117
+gallium_dri.so free 0x55717360ce00 void 0.000115
+gallium_dri.so free 0x55717360cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717360ce50 0.000114
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so free 0x55717360ce50 void 0.000113
+gallium_dri.so malloc 72 0x55717360cee0 0.000114
+gallium_dri.so free 0x55717360cf80 void 0.000115
+gallium_dri.so free 0x55717360cee0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf30 0.000116
+gallium_dri.so free 0x55717360d000 void 0.000114
+gallium_dri.so free 0x55717360cf30 void 0.000113
+gallium_dri.so malloc 72 0x55717360d000 0.000115
+gallium_dri.so free 0x55717360d0c0 void 0.000115
+gallium_dri.so free 0x55717360d000 void 0.000113
+gallium_dri.so malloc 72 0x55717360d000 0.000119
+gallium_dri.so free 0x55717360d140 void 0.000116
+gallium_dri.so free 0x55717360d000 void 0.000164
+gallium_dri.so malloc 72 0x55717360d140 0.000113
+gallium_dri.so free 0x55717360d200 void 0.000114
+gallium_dri.so free 0x55717360d140 void 0.000113
+gallium_dri.so malloc 72 0x55717360d140 0.000113
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so free 0x55717360d140 void 0.000115
+gallium_dri.so malloc 72 0x55717360d140 0.000114
+gallium_dri.so free 0x55717360d380 void 0.000115
+gallium_dri.so free 0x55717360d140 void 0.000114
+gallium_dri.so malloc 72 0x55717360d330 0.000113
+gallium_dri.so free 0x55717360d400 void 0.000115
+gallium_dri.so free 0x55717360d330 void 0.000114
+gallium_dri.so malloc 72 0x55717360d450 0.000115
+gallium_dri.so free 0x55717360d4c0 void 0.000114
+gallium_dri.so free 0x55717360d450 void 0.000113
+gallium_dri.so malloc 72 0x55717360d500 0.000113
+gallium_dri.so free 0x55717360d580 void 0.000116
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so malloc 72 0x55717360d500 0.000112
+gallium_dri.so free 0x55717360d600 void 0.000116
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so malloc 72 0x55717360d630 0.000112
+gallium_dri.so free 0x55717360d680 void 0.000115
+gallium_dri.so free 0x55717360d630 void 0.000113
+gallium_dri.so malloc 72 0x55717360d630 0.000113
+gallium_dri.so free 0x55717360d780 void 0.000115
+gallium_dri.so free 0x55717360d630 void 0.000124
+gallium_dri.so malloc 72 0x55717360d730 0.000118
+gallium_dri.so free 0x55717360d840 void 0.000114
+gallium_dri.so free 0x55717360d730 void 0.000112
+gallium_dri.so malloc 72 0x55717360d7f0 0.000112
+gallium_dri.so free 0x55717360d880 void 0.000115
+gallium_dri.so free 0x55717360d7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d7f0 0.000113
+gallium_dri.so free 0x55717360d940 void 0.000114
+gallium_dri.so free 0x55717360d7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d9b0 0.000113
+gallium_dri.so free 0x55717360da00 void 0.000115
+gallium_dri.so free 0x55717360d9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d9b0 0.000113
+gallium_dri.so free 0x55717360db00 void 0.000114
+gallium_dri.so free 0x55717360d9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dab0 0.000112
+gallium_dri.so free 0x55717360dbc0 void 0.000113
+gallium_dri.so free 0x55717360dab0 void 0.000112
+gallium_dri.so malloc 72 0x55717360db70 0.000113
+gallium_dri.so free 0x55717360dc00 void 0.000114
+gallium_dri.so free 0x55717360db70 void 0.000112
+gallium_dri.so malloc 72 0x55717360db70 0.000113
+gallium_dri.so free 0x55717360dcc0 void 0.000114
+gallium_dri.so free 0x55717360db70 void 0.000112
+gallium_dri.so malloc 72 0x55717360dd00 0.000115
+gallium_dri.so free 0x55717360dd80 void 0.000115
+gallium_dri.so free 0x55717360dd00 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd80 0.000117
+gallium_dri.so free 0x55717360de40 void 0.000116
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd80 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000115
+gallium_dri.so free 0x55717360dd80 void 0.000114
+gallium_dri.so malloc 72 0x55717360df20 0.000114
+gallium_dri.so free 0x55717360dfc0 void 0.000115
+gallium_dri.so free 0x55717360df20 void 0.000112
+gallium_dri.so malloc 72 0x55717360df70 0.000114
+gallium_dri.so free 0x55717360e040 void 0.000116
+gallium_dri.so free 0x55717360df70 void 0.000126
+gallium_dri.so malloc 72 0x55717360df70 0.000116
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so free 0x55717360df70 void 0.000115
+gallium_dri.so malloc 72 0x55717360e0c0 0.000113
+gallium_dri.so free 0x55717360e180 void 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e0c0 0.000114
+gallium_dri.so free 0x55717360e240 void 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e0c0 0.000114
+gallium_dri.so free 0x55717360e300 void 0.000114
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2b0 0.000112
+gallium_dri.so free 0x55717360e3c0 void 0.000115
+gallium_dri.so free 0x55717360e2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e370 0.000164
+gallium_dri.so free 0x55717360e440 void 0.000116
+gallium_dri.so free 0x55717360e370 void 0.000112
+gallium_dri.so malloc 72 0x55717360e490 0.000119
+gallium_dri.so free 0x55717360e500 void 0.000115
+gallium_dri.so free 0x55717360e490 void 0.000112
+gallium_dri.so malloc 72 0x55717360e520 0.000112
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e520 void 0.000113
+gallium_dri.so malloc 72 0x55717360e570 0.000112
+gallium_dri.so free 0x55717360e640 void 0.000115
+gallium_dri.so free 0x55717360e570 void 0.000112
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e570 void 0.000115
+gallium_dri.so malloc 72 0x55717360e6c0 0.000114
+gallium_dri.so free 0x55717360e780 void 0.000115
+gallium_dri.so free 0x55717360e6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e6c0 0.000114
+gallium_dri.so free 0x55717360e880 void 0.000115
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e830 0.000112
+gallium_dri.so free 0x55717360e8c0 void 0.000113
+gallium_dri.so free 0x55717360e830 void 0.000113
+gallium_dri.so malloc 72 0x55717360e830 0.000114
+gallium_dri.so free 0x55717360e980 void 0.000114
+gallium_dri.so free 0x55717360e830 void 0.000112
+gallium_dri.so malloc 72 0x55717360e9c0 0.000127
+gallium_dri.so free 0x55717360ea40 void 0.000117
+gallium_dri.so free 0x55717360e9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea40 0.000114
+gallium_dri.so free 0x55717360eb00 void 0.000114
+gallium_dri.so free 0x55717360ea40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea40 0.000112
+gallium_dri.so free 0x55717360eb80 void 0.000113
+gallium_dri.so free 0x55717360ea40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ebb0 0.000115
+gallium_dri.so free 0x55717360ec00 void 0.000116
+gallium_dri.so free 0x55717360ebb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ebb0 0.000114
+gallium_dri.so free 0x55717360ed00 void 0.000115
+gallium_dri.so free 0x55717360ebb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ed40 0.000113
+gallium_dri.so free 0x55717360edc0 void 0.000115
+gallium_dri.so free 0x55717360ed40 void 0.000113
+gallium_dri.so malloc 72 0x55717360edc0 0.000113
+gallium_dri.so free 0x55717360ee80 void 0.000114
+gallium_dri.so free 0x55717360edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360edc0 0.000114
+gallium_dri.so free 0x55717360ef00 void 0.000114
+gallium_dri.so free 0x55717360edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef30 0.000113
+gallium_dri.so free 0x55717360ef80 void 0.000114
+gallium_dri.so free 0x55717360ef30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ef30 0.000124
+gallium_dri.so free 0x55717360f080 void 0.000113
+gallium_dri.so free 0x55717360ef30 void 0.000112
+gallium_dri.so malloc 72 0x55717360f030 0.000110
+gallium_dri.so free 0x55717360f140 void 0.000112
+gallium_dri.so free 0x55717360f030 void 0.000112
+gallium_dri.so malloc 72 0x55717360f0f0 0.000113
+gallium_dri.so free 0x55717360f1c0 void 0.000112
+gallium_dri.so free 0x55717360f0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f0f0 0.000112
+gallium_dri.so free 0x55717360f280 void 0.000114
+gallium_dri.so free 0x55717360f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0f0 0.000112
+gallium_dri.so free 0x55717360f340 void 0.000112
+gallium_dri.so free 0x55717360f0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f2f0 0.000111
+gallium_dri.so free 0x55717360f3c0 void 0.000111
+gallium_dri.so free 0x55717360f2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f410 0.000111
+gallium_dri.so free 0x55717360f480 void 0.000112
+gallium_dri.so free 0x55717360f410 void 0.000112
+gallium_dri.so malloc 72 0x55717360f4a0 0.000113
+gallium_dri.so free 0x55717360f540 void 0.000113
+gallium_dri.so free 0x55717360f4a0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f4f0 0.000113
+gallium_dri.so free 0x55717360f5c0 void 0.000112
+gallium_dri.so free 0x55717360f4f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f5c0 0.000112
+gallium_dri.so free 0x55717360f680 void 0.000215
+gallium_dri.so free 0x55717360f5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f5c0 0.000112
+gallium_dri.so free 0x55717360f700 void 0.000113
+gallium_dri.so free 0x55717360f5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f700 0.000112
+gallium_dri.so free 0x55717360f7c0 void 0.000114
+gallium_dri.so free 0x55717360f700 void 0.000117
+gallium_dri.so malloc 72 0x55717360f700 0.000113
+gallium_dri.so free 0x55717360f880 void 0.000115
+gallium_dri.so free 0x55717360f700 void 0.000113
+gallium_dri.so malloc 72 0x55717360f700 0.000113
+gallium_dri.so free 0x55717360f940 void 0.000114
+gallium_dri.so free 0x55717360f700 void 0.000112
+gallium_dri.so malloc 72 0x55717360f8f0 0.000114
+gallium_dri.so free 0x55717360f9c0 void 0.000115
+gallium_dri.so free 0x55717360f8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fa10 0.000114
+gallium_dri.so free 0x55717360fa80 void 0.000114
+gallium_dri.so free 0x55717360fa10 void 0.000113
+gallium_dri.so malloc 72 0x55717360fac0 0.000114
+gallium_dri.so free 0x55717360fb40 void 0.000115
+gallium_dri.so free 0x55717360fac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fac0 0.000114
+gallium_dri.so free 0x55717360fbc0 void 0.000115
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fbf0 0.000114
+gallium_dri.so free 0x55717360fc40 void 0.000129
+gallium_dri.so free 0x55717360fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fbf0 0.000113
+gallium_dri.so free 0x55717360fd40 void 0.000114
+gallium_dri.so free 0x55717360fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fcf0 0.000113
+gallium_dri.so free 0x55717360fe00 void 0.000115
+gallium_dri.so free 0x55717360fcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fdb0 0.000124
+gallium_dri.so free 0x55717360fe40 void 0.000116
+gallium_dri.so free 0x55717360fdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fdb0 0.000114
+gallium_dri.so free 0x55717360ff00 void 0.000115
+gallium_dri.so free 0x55717360fdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ff70 0.000113
+gallium_dri.so free 0x55717360ffc0 void 0.000113
+gallium_dri.so free 0x55717360ff70 void 0.000114
+gallium_dri.so malloc 72 0x55717360ff70 0.000113
+gallium_dri.so free 0x5571736100c0 void 0.000115
+gallium_dri.so free 0x55717360ff70 void 0.000112
+gallium_dri.so malloc 72 0x557173610070 0.000113
+gallium_dri.so free 0x557173610180 void 0.000115
+gallium_dri.so free 0x557173610070 void 0.000114
+gallium_dri.so malloc 72 0x557173610130 0.000114
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x557173610130 void 0.000114
+gallium_dri.so malloc 72 0x557173610130 0.000112
+gallium_dri.so free 0x557173610280 void 0.000129
+gallium_dri.so free 0x557173610130 void 0.000114
+gallium_dri.so malloc 72 0x5571736102c0 0.000112
+gallium_dri.so free 0x557173610340 void 0.000111
+gallium_dri.so free 0x5571736102c0 void 0.000112
+gallium_dri.so malloc 72 0x557173610340 0.000112
+gallium_dri.so free 0x557173610400 void 0.000112
+gallium_dri.so free 0x557173610340 void 0.000111
+gallium_dri.so malloc 72 0x557173610340 0.000111
+gallium_dri.so free 0x5571736104c0 void 0.000110
+gallium_dri.so free 0x557173610340 void 0.000113
+gallium_dri.so malloc 72 0x5571736104e0 0.000112
+gallium_dri.so free 0x557173610580 void 0.000111
+gallium_dri.so free 0x5571736104e0 void 0.000112
+gallium_dri.so malloc 72 0x557173610530 0.000111
+gallium_dri.so free 0x557173610600 void 0.000111
+gallium_dri.so free 0x557173610530 void 0.000115
+gallium_dri.so malloc 72 0x557173610530 0.000112
+gallium_dri.so free 0x557173610680 void 0.000113
+gallium_dri.so free 0x557173610530 void 0.000111
+gallium_dri.so malloc 72 0x557173610680 0.000110
+gallium_dri.so free 0x557173610740 void 0.000114
+gallium_dri.so free 0x557173610680 void 0.000113
+gallium_dri.so malloc 72 0x557173610680 0.000111
+gallium_dri.so free 0x557173610800 void 0.000113
+gallium_dri.so free 0x557173610680 void 0.000116
+gallium_dri.so malloc 72 0x557173610680 0.000111
+gallium_dri.so free 0x5571736108c0 void 0.000117
+gallium_dri.so free 0x557173610680 void 0.000126
+gallium_dri.so malloc 72 0x557173610870 0.000115
+gallium_dri.so free 0x557173610980 void 0.000112
+gallium_dri.so free 0x557173610870 void 0.000120
+gallium_dri.so malloc 72 0x557173610930 0.000116
+gallium_dri.so free 0x557173610a00 void 0.000114
+gallium_dri.so free 0x557173610930 void 0.000112
+gallium_dri.so malloc 72 0x557173610a50 0.000112
+gallium_dri.so free 0x557173610ac0 void 0.000113
+gallium_dri.so free 0x557173610a50 void 0.000111
+gallium_dri.so malloc 72 0x557173610ae0 0.000112
+gallium_dri.so free 0x557173610b80 void 0.000114
+gallium_dri.so free 0x557173610ae0 void 0.000115
+gallium_dri.so malloc 72 0x557173610b30 0.000113
+gallium_dri.so free 0x557173610c00 void 0.000114
+gallium_dri.so free 0x557173610b30 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000112
+gallium_dri.so free 0x557173610c80 void 0.000113
+gallium_dri.so free 0x557173610b30 void 0.000112
+gallium_dri.so malloc 72 0x557173610c80 0.000113
+gallium_dri.so free 0x557173610d40 void 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000113
+gallium_dri.so malloc 72 0x557173610c80 0.000114
+gallium_dri.so free 0x557173610e40 void 0.000114
+gallium_dri.so free 0x557173610c80 void 0.000112
+gallium_dri.so malloc 72 0x557173610df0 0.000112
+gallium_dri.so free 0x557173610e80 void 0.000114
+gallium_dri.so free 0x557173610df0 void 0.000122
+gallium_dri.so malloc 72 0x557173610df0 0.000127
+gallium_dri.so free 0x557173610f40 void 0.000116
+gallium_dri.so free 0x557173610df0 void 0.000114
+gallium_dri.so malloc 72 0x557173610f80 0.000114
+gallium_dri.so free 0x557173611000 void 0.000114
+gallium_dri.so free 0x557173610f80 void 0.000116
+gallium_dri.so malloc 72 0x557173611000 0.000113
+gallium_dri.so free 0x5571736110c0 void 0.000114
+gallium_dri.so free 0x557173611000 void 0.000112
+gallium_dri.so malloc 72 0x557173611000 0.000113
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x557173611000 void 0.000115
+gallium_dri.so malloc 72 0x557173611170 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000115
+gallium_dri.so free 0x557173611170 void 0.000113
+gallium_dri.so malloc 72 0x557173611170 0.000113
+gallium_dri.so free 0x5571736112c0 void 0.000115
+gallium_dri.so free 0x557173611170 void 0.000112
+gallium_dri.so malloc 72 0x557173611300 0.000112
+gallium_dri.so free 0x557173611380 void 0.000115
+gallium_dri.so free 0x557173611300 void 0.000114
+gallium_dri.so malloc 72 0x557173611380 0.000114
+gallium_dri.so free 0x557173611440 void 0.000115
+gallium_dri.so free 0x557173611380 void 0.000113
+gallium_dri.so malloc 72 0x557173611380 0.000112
+gallium_dri.so free 0x5571736114c0 void 0.000114
+gallium_dri.so free 0x557173611380 void 0.000113
+gallium_dri.so malloc 72 0x5571736114f0 0.000167
+gallium_dri.so free 0x557173611540 void 0.000114
+gallium_dri.so free 0x5571736114f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736114f0 0.000113
+gallium_dri.so free 0x557173611640 void 0.000114
+gallium_dri.so free 0x5571736114f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736115f0 0.000112
+gallium_dri.so free 0x557173611700 void 0.000115
+gallium_dri.so free 0x5571736115f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736116b0 0.000114
+gallium_dri.so free 0x557173611780 void 0.000115
+gallium_dri.so free 0x5571736116b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736116b0 0.000114
+gallium_dri.so free 0x557173611840 void 0.000126
+gallium_dri.so free 0x5571736116b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736116b0 0.000114
+gallium_dri.so free 0x557173611900 void 0.000115
+gallium_dri.so free 0x5571736116b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736118b0 0.000114
+gallium_dri.so free 0x557173611980 void 0.000114
+gallium_dri.so free 0x5571736118b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736119d0 0.000114
+gallium_dri.so free 0x557173611a40 void 0.000115
+gallium_dri.so free 0x5571736119d0 void 0.000113
+gallium_dri.so malloc 72 0x557173611a60 0.000111
+gallium_dri.so free 0x557173611b00 void 0.000117
+gallium_dri.so free 0x557173611a60 void 0.000114
+gallium_dri.so malloc 72 0x557173611ab0 0.000126
+gallium_dri.so free 0x557173611b80 void 0.000116
+gallium_dri.so free 0x557173611ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173611b80 0.000113
+gallium_dri.so free 0x557173611c40 void 0.000114
+gallium_dri.so free 0x557173611b80 void 0.000113
+gallium_dri.so malloc 72 0x557173611b80 0.000113
+gallium_dri.so free 0x557173611cc0 void 0.000115
+gallium_dri.so free 0x557173611b80 void 0.000113
+gallium_dri.so malloc 72 0x557173611cc0 0.000113
+gallium_dri.so free 0x557173611d80 void 0.000114
+gallium_dri.so free 0x557173611cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173611cc0 0.000113
+gallium_dri.so free 0x557173611e40 void 0.000115
+gallium_dri.so free 0x557173611cc0 void 0.000131
+gallium_dri.so malloc 72 0x557173611cc0 0.000113
+gallium_dri.so free 0x557173611f00 void 0.000115
+gallium_dri.so free 0x557173611cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173611eb0 0.000112
+gallium_dri.so free 0x557173611f80 void 0.000115
+gallium_dri.so free 0x557173611eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173611fd0 0.000113
+gallium_dri.so free 0x557173612040 void 0.000115
+gallium_dri.so free 0x557173611fd0 void 0.000112
+gallium_dri.so malloc 72 0x557173612080 0.000112
+gallium_dri.so free 0x557173612100 void 0.000115
+gallium_dri.so free 0x557173612080 void 0.000112
+gallium_dri.so malloc 72 0x557173612080 0.000113
+gallium_dri.so free 0x557173612180 void 0.000117
+gallium_dri.so free 0x557173612080 void 0.000115
+gallium_dri.so malloc 72 0x5571736121b0 0.000114
+gallium_dri.so free 0x557173612200 void 0.000114
+gallium_dri.so free 0x5571736121b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736121b0 0.000141
+gallium_dri.so free 0x557173612300 void 0.000115
+gallium_dri.so free 0x5571736121b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736122b0 0.000112
+gallium_dri.so free 0x5571736123c0 void 0.000114
+gallium_dri.so free 0x5571736122b0 void 0.000114
+gallium_dri.so malloc 72 0x557173612370 0.000114
+gallium_dri.so free 0x557173612400 void 0.000115
+gallium_dri.so free 0x557173612370 void 0.000114
+gallium_dri.so malloc 72 0x557173612370 0.000114
+gallium_dri.so free 0x5571736124c0 void 0.000116
+gallium_dri.so free 0x557173612370 void 0.000113
+gallium_dri.so malloc 72 0x557173612530 0.000113
+gallium_dri.so free 0x557173612580 void 0.000114
+gallium_dri.so free 0x557173612530 void 0.000114
+gallium_dri.so malloc 72 0x557173612530 0.000113
+gallium_dri.so free 0x557173612680 void 0.000115
+gallium_dri.so free 0x557173612530 void 0.000113
+gallium_dri.so malloc 72 0x557173612630 0.000114
+gallium_dri.so free 0x557173612740 void 0.000115
+gallium_dri.so free 0x557173612630 void 0.000113
+gallium_dri.so malloc 72 0x5571736126f0 0.000113
+gallium_dri.so free 0x557173612780 void 0.000181
+gallium_dri.so free 0x5571736126f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736126f0 0.000113
+gallium_dri.so free 0x557173612840 void 0.000118
+gallium_dri.so free 0x5571736126f0 void 0.000113
+gallium_dri.so malloc 72 0x557173612880 0.000112
+gallium_dri.so free 0x557173612900 void 0.000114
+gallium_dri.so free 0x557173612880 void 0.000114
+gallium_dri.so malloc 72 0x557173612900 0.000115
+gallium_dri.so free 0x5571736129c0 void 0.000114
+gallium_dri.so free 0x557173612900 void 0.000113
+gallium_dri.so malloc 72 0x557173612900 0.000117
+gallium_dri.so free 0x557173612a80 void 0.000115
+gallium_dri.so free 0x557173612900 void 0.000114
+gallium_dri.so malloc 72 0x557173612aa0 0.000113
+gallium_dri.so free 0x557173612b40 void 0.000113
+gallium_dri.so free 0x557173612aa0 void 0.000115
+gallium_dri.so malloc 72 0x557173612af0 0.000113
+gallium_dri.so free 0x557173612bc0 void 0.000115
+gallium_dri.so free 0x557173612af0 void 0.000113
+gallium_dri.so malloc 72 0x557173612af0 0.000112
+gallium_dri.so free 0x557173612c40 void 0.000114
+gallium_dri.so free 0x557173612af0 void 0.000113
+gallium_dri.so malloc 72 0x557173612c40 0.000112
+gallium_dri.so free 0x557173612d00 void 0.000114
+gallium_dri.so free 0x557173612c40 void 0.000114
+gallium_dri.so malloc 72 0x557173612c40 0.000111
+gallium_dri.so free 0x557173612dc0 void 0.000135
+gallium_dri.so free 0x557173612c40 void 0.000116
+gallium_dri.so malloc 72 0x557173612c40 0.000114
+gallium_dri.so free 0x557173612e80 void 0.000115
+gallium_dri.so free 0x557173612c40 void 0.000113
+gallium_dri.so malloc 72 0x557173612e30 0.000113
+gallium_dri.so free 0x557173612f40 void 0.000114
+gallium_dri.so free 0x557173612e30 void 0.000113
+gallium_dri.so malloc 72 0x557173612ef0 0.000113
+gallium_dri.so free 0x557173612fc0 void 0.000115
+gallium_dri.so free 0x557173612ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173613010 0.000113
+gallium_dri.so free 0x557173613080 void 0.000115
+gallium_dri.so free 0x557173613010 void 0.000112
+gallium_dri.so malloc 72 0x5571736130a0 0.000112
+gallium_dri.so free 0x557173613140 void 0.000114
+gallium_dri.so free 0x5571736130a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736130f0 0.000122
+gallium_dri.so free 0x5571736131c0 void 0.000117
+gallium_dri.so free 0x5571736130f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736130f0 0.000113
+gallium_dri.so free 0x557173613240 void 0.000114
+gallium_dri.so free 0x5571736130f0 void 0.000113
+gallium_dri.so malloc 72 0x557173613240 0.000113
+gallium_dri.so free 0x557173613300 void 0.000114
+gallium_dri.so free 0x557173613240 void 0.000112
+gallium_dri.so malloc 72 0x557173613240 0.000115
+gallium_dri.so free 0x557173613400 void 0.000126
+gallium_dri.so free 0x557173613240 void 0.000113
+gallium_dri.so malloc 72 0x5571736133b0 0.000113
+gallium_dri.so free 0x557173613440 void 0.000114
+gallium_dri.so free 0x5571736133b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736133b0 0.000113
+gallium_dri.so free 0x557173613500 void 0.000115
+gallium_dri.so free 0x5571736133b0 void 0.000111
+gallium_dri.so malloc 72 0x557173613540 0.000114
+gallium_dri.so free 0x5571736135c0 void 0.000114
+gallium_dri.so free 0x557173613540 void 0.000114
+gallium_dri.so malloc 72 0x5571736135c0 0.000113
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so free 0x5571736135c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736135c0 0.000115
+gallium_dri.so free 0x557173613700 void 0.000114
+gallium_dri.so free 0x5571736135c0 void 0.000113
+gallium_dri.so malloc 72 0x557173613730 0.000114
+gallium_dri.so free 0x557173613780 void 0.000115
+gallium_dri.so free 0x557173613730 void 0.000112
+gallium_dri.so malloc 72 0x557173613730 0.000112
+gallium_dri.so free 0x557173613880 void 0.000119
+gallium_dri.so free 0x557173613730 void 0.000113
+gallium_dri.so malloc 72 0x5571736138c0 0.000114
+gallium_dri.so free 0x557173613940 void 0.000114
+gallium_dri.so free 0x5571736138c0 void 0.000113
+gallium_dri.so malloc 72 0x557173613940 0.000118
+gallium_dri.so free 0x557173613a00 void 0.000114
+gallium_dri.so free 0x557173613940 void 0.000119
+gallium_dri.so malloc 72 0x557173613940 0.000114
+gallium_dri.so free 0x557173613a80 void 0.000115
+gallium_dri.so free 0x557173613940 void 0.000114
+gallium_dri.so malloc 72 0x557173613ab0 0.000113
+gallium_dri.so free 0x557173613b00 void 0.000115
+gallium_dri.so free 0x557173613ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173613ab0 0.000115
+gallium_dri.so free 0x557173613c00 void 0.000115
+gallium_dri.so free 0x557173613ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173613bb0 0.000112
+gallium_dri.so free 0x557173613cc0 void 0.000113
+gallium_dri.so free 0x557173613bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173613c70 0.000113
+gallium_dri.so free 0x557173613d40 void 0.000132
+gallium_dri.so free 0x557173613c70 void 0.000114
+gallium_dri.so malloc 72 0x557173613c70 0.000112
+gallium_dri.so free 0x557173613e00 void 0.000115
+gallium_dri.so free 0x557173613c70 void 0.000114
+gallium_dri.so malloc 72 0x557173613c70 0.000112
+gallium_dri.so free 0x557173613ec0 void 0.000113
+gallium_dri.so free 0x557173613c70 void 0.000113
+gallium_dri.so malloc 72 0x557173613e70 0.000114
+gallium_dri.so free 0x557173613f40 void 0.000115
+gallium_dri.so free 0x557173613e70 void 0.000113
+gallium_dri.so malloc 72 0x557173613f90 0.000113
+gallium_dri.so free 0x557173614000 void 0.000115
+gallium_dri.so free 0x557173613f90 void 0.000123
+gallium_dri.so malloc 72 0x557173614020 0.000115
+gallium_dri.so free 0x5571736140c0 void 0.000114
+gallium_dri.so free 0x557173614020 void 0.000112
+gallium_dri.so malloc 72 0x557173614070 0.000113
+gallium_dri.so free 0x557173614140 void 0.000115
+gallium_dri.so free 0x557173614070 void 0.000113
+gallium_dri.so malloc 72 0x557173614140 0.000114
+gallium_dri.so free 0x557173614200 void 0.000115
+gallium_dri.so free 0x557173614140 void 0.000114
+gallium_dri.so malloc 72 0x557173614140 0.000113
+gallium_dri.so free 0x557173614280 void 0.000115
+gallium_dri.so free 0x557173614140 void 0.000113
+gallium_dri.so malloc 72 0x557173614280 0.000112
+gallium_dri.so free 0x557173614340 void 0.000114
+gallium_dri.so free 0x557173614280 void 0.000113
+gallium_dri.so malloc 72 0x557173614280 0.000114
+gallium_dri.so free 0x557173614400 void 0.000114
+gallium_dri.so free 0x557173614280 void 0.000113
+gallium_dri.so malloc 72 0x557173614280 0.000114
+gallium_dri.so free 0x5571736144c0 void 0.000115
+gallium_dri.so free 0x557173614280 void 0.000112
+gallium_dri.so malloc 72 0x557173614470 0.000113
+gallium_dri.so free 0x557173614540 void 0.000115
+gallium_dri.so free 0x557173614470 void 0.000114
+gallium_dri.so malloc 72 0x557173614590 0.000113
+gallium_dri.so free 0x557173614600 void 0.000114
+gallium_dri.so free 0x557173614590 void 0.000126
+gallium_dri.so malloc 72 0x557173614640 0.000113
+gallium_dri.so free 0x5571736146c0 void 0.000115
+gallium_dri.so free 0x557173614640 void 0.000116
+gallium_dri.so malloc 72 0x557173614640 0.000115
+gallium_dri.so free 0x557173614740 void 0.000115
+gallium_dri.so free 0x557173614640 void 0.000115
+gallium_dri.so malloc 72 0x557173614770 0.000114
+gallium_dri.so free 0x5571736147c0 void 0.000115
+gallium_dri.so free 0x557173614770 void 0.000113
+gallium_dri.so malloc 72 0x557173614770 0.000118
+gallium_dri.so free 0x5571736148c0 void 0.000113
+gallium_dri.so free 0x557173614770 void 0.000113
+gallium_dri.so malloc 72 0x557173614870 0.000116
+gallium_dri.so free 0x557173614980 void 0.000113
+gallium_dri.so free 0x557173614870 void 0.000113
+gallium_dri.so malloc 72 0x557173614930 0.000112
+gallium_dri.so free 0x5571736149c0 void 0.000113
+gallium_dri.so free 0x557173614930 void 0.000113
+gallium_dri.so malloc 72 0x557173614930 0.000114
+gallium_dri.so free 0x557173614a80 void 0.000115
+gallium_dri.so free 0x557173614930 void 0.000114
+gallium_dri.so malloc 72 0x557173614af0 0.000127
+gallium_dri.so free 0x557173614b40 void 0.000114
+gallium_dri.so free 0x557173614af0 void 0.000113
+gallium_dri.so malloc 72 0x557173614af0 0.000115
+gallium_dri.so free 0x557173614c40 void 0.000114
+gallium_dri.so free 0x557173614af0 void 0.000113
+gallium_dri.so malloc 72 0x557173614bf0 0.000118
+gallium_dri.so free 0x557173614d00 void 0.000122
+gallium_dri.so free 0x557173614bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173614cb0 0.000112
+gallium_dri.so free 0x557173614d40 void 0.000116
+gallium_dri.so free 0x557173614cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173614cb0 0.000114
+gallium_dri.so free 0x557173614e00 void 0.000115
+gallium_dri.so free 0x557173614cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173614e40 0.000113
+gallium_dri.so free 0x557173614ec0 void 0.000114
+gallium_dri.so free 0x557173614e40 void 0.000113
+gallium_dri.so malloc 72 0x557173614ec0 0.000114
+gallium_dri.so free 0x557173614f80 void 0.000115
+gallium_dri.so free 0x557173614ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173614ec0 0.000113
+gallium_dri.so free 0x557173615040 void 0.000114
+gallium_dri.so free 0x557173614ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173615060 0.000115
+gallium_dri.so free 0x557173615100 void 0.000113
+gallium_dri.so free 0x557173615060 void 0.000112
+gallium_dri.so malloc 72 0x5571736150b0 0.000114
+gallium_dri.so free 0x557173615180 void 0.000114
+gallium_dri.so free 0x5571736150b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736150b0 0.000114
+gallium_dri.so free 0x557173615200 void 0.000115
+gallium_dri.so free 0x5571736150b0 void 0.000113
+gallium_dri.so malloc 72 0x557173615200 0.000122
+gallium_dri.so free 0x5571736152c0 void 0.000112
+gallium_dri.so free 0x557173615200 void 0.000114
+gallium_dri.so malloc 72 0x557173615200 0.000113
+gallium_dri.so free 0x557173615380 void 0.000113
+gallium_dri.so free 0x557173615200 void 0.000114
+gallium_dri.so malloc 72 0x557173615200 0.000113
+gallium_dri.so free 0x557173615440 void 0.000112
+gallium_dri.so free 0x557173615200 void 0.000110
+gallium_dri.so malloc 72 0x5571736153f0 0.000115
+gallium_dri.so free 0x557173615500 void 0.000115
+gallium_dri.so free 0x5571736153f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736154b0 0.000112
+gallium_dri.so free 0x557173615580 void 0.000112
+gallium_dri.so free 0x5571736154b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736155d0 0.000112
+gallium_dri.so free 0x557173615640 void 0.000124
+gallium_dri.so free 0x5571736155d0 void 0.000117
+gallium_dri.so malloc 72 0x557173615660 0.000120
+gallium_dri.so free 0x557173615700 void 0.000116
+gallium_dri.so free 0x557173615660 void 0.000116
+gallium_dri.so malloc 72 0x5571736156b0 0.000116
+gallium_dri.so free 0x557173615780 void 0.000117
+gallium_dri.so free 0x5571736156b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736156b0 0.000114
+gallium_dri.so free 0x557173615800 void 0.000116
+gallium_dri.so free 0x5571736156b0 void 0.000121
+gallium_dri.so malloc 72 0x557173615800 0.000138
+gallium_dri.so free 0x5571736158c0 void 0.000118
+gallium_dri.so free 0x557173615800 void 0.000117
+gallium_dri.so malloc 72 0x557173615800 0.000120
+gallium_dri.so free 0x5571736159c0 void 0.000122
+gallium_dri.so free 0x557173615800 void 0.000118
+gallium_dri.so malloc 72 0x557173615970 0.000117
+gallium_dri.so free 0x557173615a00 void 0.000123
+gallium_dri.so free 0x557173615970 void 0.000119
+gallium_dri.so malloc 72 0x557173615970 0.000121
+gallium_dri.so free 0x557173615ac0 void 0.000118
+gallium_dri.so free 0x557173615970 void 0.000120
+gallium_dri.so malloc 72 0x557173615b00 0.000117
+gallium_dri.so free 0x557173615b80 void 0.000118
+gallium_dri.so free 0x557173615b00 void 0.000119
+gallium_dri.so malloc 72 0x557173615b80 0.000128
+gallium_dri.so free 0x557173615c40 void 0.000121
+gallium_dri.so free 0x557173615b80 void 0.000120
+gallium_dri.so malloc 72 0x557173615b80 0.000120
+gallium_dri.so free 0x557173615cc0 void 0.000120
+gallium_dri.so free 0x557173615b80 void 0.000119
+gallium_dri.so malloc 72 0x557173615cf0 0.000120
+gallium_dri.so free 0x557173615d40 void 0.000120
+gallium_dri.so free 0x557173615cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173615cf0 0.000120
+gallium_dri.so free 0x557173615e40 void 0.000120
+gallium_dri.so free 0x557173615cf0 void 0.000170
+gallium_dri.so malloc 72 0x557173615e80 0.000118
+gallium_dri.so free 0x557173615f00 void 0.000119
+gallium_dri.so free 0x557173615e80 void 0.000118
+gallium_dri.so malloc 72 0x557173615f00 0.000119
+gallium_dri.so free 0x557173615fc0 void 0.000118
+gallium_dri.so free 0x557173615f00 void 0.000118
+gallium_dri.so malloc 72 0x557173615f00 0.000119
+gallium_dri.so free 0x557173616040 void 0.000117
+gallium_dri.so free 0x557173615f00 void 0.000116
+gallium_dri.so malloc 72 0x557173616070 0.000119
+gallium_dri.so free 0x5571736160c0 void 0.000120
+gallium_dri.so free 0x557173616070 void 0.000120
+gallium_dri.so malloc 72 0x557173616070 0.000118
+gallium_dri.so free 0x5571736161c0 void 0.000119
+gallium_dri.so free 0x557173616070 void 0.000119
+gallium_dri.so malloc 72 0x557173616170 0.000118
+gallium_dri.so free 0x557173616280 void 0.000119
+gallium_dri.so free 0x557173616170 void 0.000119
+gallium_dri.so malloc 72 0x557173616230 0.000118
+gallium_dri.so free 0x557173616300 void 0.000120
+gallium_dri.so free 0x557173616230 void 0.000119
+gallium_dri.so malloc 72 0x557173616230 0.000117
+gallium_dri.so free 0x5571736163c0 void 0.000118
+gallium_dri.so free 0x557173616230 void 0.000116
+gallium_dri.so malloc 72 0x557173616230 0.000130
+gallium_dri.so free 0x557173616480 void 0.000179
+gallium_dri.so free 0x557173616230 void 0.000111
+gallium_dri.so malloc 72 0x557173616430 0.000113
+gallium_dri.so free 0x557173616500 void 0.000114
+gallium_dri.so free 0x557173616430 void 0.000112
+gallium_dri.so malloc 72 0x557173616550 0.000110
+gallium_dri.so free 0x5571736165c0 void 0.000111
+gallium_dri.so free 0x557173616550 void 0.000110
+gallium_dri.so malloc 72 0x5571736165e0 0.000113
+gallium_dri.so free 0x557173616680 void 0.000111
+gallium_dri.so free 0x5571736165e0 void 0.000111
+gallium_dri.so malloc 72 0x557173616630 0.000110
+gallium_dri.so free 0x557173616700 void 0.000110
+gallium_dri.so free 0x557173616630 void 0.000110
+gallium_dri.so malloc 72 0x557173616700 0.000110
+gallium_dri.so free 0x5571736167c0 void 0.000110
+gallium_dri.so free 0x557173616700 void 0.000110
+gallium_dri.so malloc 72 0x557173616700 0.000115
+gallium_dri.so free 0x557173616840 void 0.000112
+gallium_dri.so free 0x557173616700 void 0.000110
+gallium_dri.so malloc 72 0x557173616840 0.000111
+gallium_dri.so free 0x557173616900 void 0.000112
+gallium_dri.so free 0x557173616840 void 0.000112
+gallium_dri.so malloc 72 0x557173616840 0.000111
+gallium_dri.so free 0x5571736169c0 void 0.000110
+gallium_dri.so free 0x557173616840 void 0.000109
+gallium_dri.so malloc 72 0x557173616840 0.000110
+gallium_dri.so free 0x557173616a80 void 0.000111
+gallium_dri.so free 0x557173616840 void 0.000117
+gallium_dri.so malloc 72 0x557173616a30 0.000114
+gallium_dri.so free 0x557173616b00 void 0.000120
+gallium_dri.so free 0x557173616a30 void 0.000114
+gallium_dri.so malloc 72 0x557173616b50 0.000115
+gallium_dri.so free 0x557173616bc0 void 0.000115
+gallium_dri.so free 0x557173616b50 void 0.000113
+gallium_dri.so malloc 72 0x557173616c00 0.000115
+gallium_dri.so free 0x557173616c80 void 0.000115
+gallium_dri.so free 0x557173616c00 void 0.000113
+gallium_dri.so malloc 72 0x557173616c00 0.000113
+gallium_dri.so free 0x557173616d00 void 0.000116
+gallium_dri.so free 0x557173616c00 void 0.000112
+gallium_dri.so malloc 72 0x557173616d30 0.000113
+gallium_dri.so free 0x557173616d80 void 0.000114
+gallium_dri.so free 0x557173616d30 void 0.000113
+gallium_dri.so malloc 72 0x557173616d30 0.000112
+gallium_dri.so free 0x557173616e80 void 0.000114
+gallium_dri.so free 0x557173616d30 void 0.000113
+gallium_dri.so malloc 72 0x557173616e30 0.000111
+gallium_dri.so free 0x557173616f40 void 0.000114
+gallium_dri.so free 0x557173616e30 void 0.000113
+gallium_dri.so malloc 72 0x557173616ef0 0.000113
+gallium_dri.so free 0x557173616f80 void 0.000114
+gallium_dri.so free 0x557173616ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173616ef0 0.000116
+gallium_dri.so free 0x557173617040 void 0.000111
+gallium_dri.so free 0x557173616ef0 void 0.000249
+gallium_dri.so malloc 72 0x5571736170b0 0.000166
+gallium_dri.so free 0x557173617100 void 0.000115
+gallium_dri.so free 0x5571736170b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736170b0 0.000115
+gallium_dri.so free 0x557173617200 void 0.000116
+gallium_dri.so free 0x5571736170b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736171b0 0.000115
+gallium_dri.so free 0x5571736172c0 void 0.000114
+gallium_dri.so free 0x5571736171b0 void 0.000115
+gallium_dri.so malloc 72 0x557173617270 0.000114
+gallium_dri.so free 0x557173617300 void 0.000116
+gallium_dri.so free 0x557173617270 void 0.000115
+gallium_dri.so malloc 72 0x557173617270 0.000114
+gallium_dri.so free 0x5571736173c0 void 0.000115
+gallium_dri.so free 0x557173617270 void 0.000115
+gallium_dri.so malloc 72 0x557173617400 0.000113
+gallium_dri.so free 0x557173617480 void 0.000114
+gallium_dri.so free 0x557173617400 void 0.000114
+gallium_dri.so malloc 72 0x557173617480 0.000115
+gallium_dri.so free 0x557173617540 void 0.000114
+gallium_dri.so free 0x557173617480 void 0.000114
+gallium_dri.so malloc 72 0x557173617480 0.000112
+gallium_dri.so free 0x557173617600 void 0.000113
+gallium_dri.so free 0x557173617480 void 0.000113
+gallium_dri.so malloc 72 0x557173617620 0.000123
+gallium_dri.so free 0x5571736176c0 void 0.000124
+gallium_dri.so free 0x557173617620 void 0.000119
+gallium_dri.so malloc 72 0x557173617670 0.000120
+gallium_dri.so free 0x557173617740 void 0.000120
+gallium_dri.so free 0x557173617670 void 0.000117
+gallium_dri.so malloc 72 0x557173617670 0.000119
+gallium_dri.so free 0x5571736177c0 void 0.000120
+gallium_dri.so free 0x557173617670 void 0.000118
+gallium_dri.so malloc 72 0x5571736177c0 0.000120
+gallium_dri.so free 0x557173617880 void 0.000121
+gallium_dri.so free 0x5571736177c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736177c0 0.000121
+gallium_dri.so free 0x557173617940 void 0.000120
+gallium_dri.so free 0x5571736177c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736177c0 0.000120
+gallium_dri.so free 0x557173617a00 void 0.000134
+gallium_dri.so free 0x5571736177c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736179b0 0.000119
+gallium_dri.so free 0x557173617ac0 void 0.000120
+gallium_dri.so free 0x5571736179b0 void 0.000120
+gallium_dri.so malloc 72 0x557173617a70 0.000118
+gallium_dri.so free 0x557173617b40 void 0.000119
+gallium_dri.so free 0x557173617a70 void 0.000119
+gallium_dri.so malloc 72 0x557173617b90 0.000118
+gallium_dri.so free 0x557173617c00 void 0.000120
+gallium_dri.so free 0x557173617b90 void 0.000166
+gallium_dri.so malloc 72 0x557173617c20 0.000121
+gallium_dri.so free 0x557173617cc0 void 0.000122
+gallium_dri.so free 0x557173617c20 void 0.000122
+gallium_dri.so malloc 72 0x557173617c70 0.000119
+gallium_dri.so free 0x557173617d40 void 0.000122
+gallium_dri.so free 0x557173617c70 void 0.000121
+gallium_dri.so malloc 72 0x557173617c70 0.000117
+gallium_dri.so free 0x557173617dc0 void 0.000117
+gallium_dri.so free 0x557173617c70 void 0.000117
+gallium_dri.so malloc 72 0x557173617dc0 0.000121
+gallium_dri.so free 0x557173617e80 void 0.000122
+gallium_dri.so free 0x557173617dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173617dc0 0.000121
+gallium_dri.so free 0x557173617f80 void 0.000123
+gallium_dri.so free 0x557173617dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173617f30 0.000120
+gallium_dri.so free 0x557173617fc0 void 0.000119
+gallium_dri.so free 0x557173617f30 void 0.000119
+gallium_dri.so malloc 72 0x557173617f30 0.000118
+gallium_dri.so free 0x557173618080 void 0.000121
+gallium_dri.so free 0x557173617f30 void 0.000118
+gallium_dri.so malloc 72 0x5571736180c0 0.000121
+gallium_dri.so free 0x557173618140 void 0.000121
+gallium_dri.so free 0x5571736180c0 void 0.000120
+gallium_dri.so malloc 72 0x557173618140 0.000120
+gallium_dri.so free 0x557173618200 void 0.000130
+gallium_dri.so free 0x557173618140 void 0.000120
+gallium_dri.so malloc 72 0x557173618140 0.000119
+gallium_dri.so free 0x557173618280 void 0.000122
+gallium_dri.so free 0x557173618140 void 0.000117
+gallium_dri.so malloc 72 0x5571736182b0 0.000118
+gallium_dri.so free 0x557173618300 void 0.000119
+gallium_dri.so free 0x5571736182b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736182b0 0.000119
+gallium_dri.so free 0x557173618400 void 0.000120
+gallium_dri.so free 0x5571736182b0 void 0.000121
+gallium_dri.so malloc 72 0x557173618440 0.000118
+gallium_dri.so free 0x5571736184c0 void 0.000121
+gallium_dri.so free 0x557173618440 void 0.000121
+gallium_dri.so malloc 72 0x5571736184c0 0.000120
+gallium_dri.so free 0x557173618580 void 0.000124
+gallium_dri.so free 0x5571736184c0 void 0.000144
+gallium_dri.so malloc 72 0x5571736184c0 0.000122
+gallium_dri.so free 0x557173618600 void 0.000120
+gallium_dri.so free 0x5571736184c0 void 0.000121
+gallium_dri.so malloc 72 0x557173618630 0.000118
+gallium_dri.so free 0x557173618680 void 0.000121
+gallium_dri.so free 0x557173618630 void 0.000129
+gallium_dri.so malloc 72 0x557173618630 0.000120
+gallium_dri.so free 0x557173618780 void 0.000122
+gallium_dri.so free 0x557173618630 void 0.000125
+gallium_dri.so malloc 72 0x557173618730 0.000120
+gallium_dri.so free 0x557173618840 void 0.000122
+gallium_dri.so free 0x557173618730 void 0.000123
+gallium_dri.so malloc 72 0x5571736187f0 0.000125
+gallium_dri.so free 0x5571736188c0 void 0.000122
+gallium_dri.so free 0x5571736187f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736187f0 0.000117
+gallium_dri.so free 0x557173618980 void 0.000122
+gallium_dri.so free 0x5571736187f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736187f0 0.000122
+gallium_dri.so free 0x557173618a40 void 0.000121
+gallium_dri.so free 0x5571736187f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736189f0 0.000117
+gallium_dri.so free 0x557173618ac0 void 0.000120
+gallium_dri.so free 0x5571736189f0 void 0.000118
+gallium_dri.so malloc 72 0x557173618b10 0.000121
+gallium_dri.so free 0x557173618b80 void 0.000122
+gallium_dri.so free 0x557173618b10 void 0.000118
+gallium_dri.so malloc 72 0x557173618ba0 0.000119
+gallium_dri.so free 0x557173618c40 void 0.000119
+gallium_dri.so free 0x557173618ba0 void 0.000120
+gallium_dri.so malloc 72 0x557173618bf0 0.000117
+gallium_dri.so free 0x557173618cc0 void 0.000117
+gallium_dri.so free 0x557173618bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173618cc0 0.000120
+gallium_dri.so free 0x557173618d80 void 0.000129
+gallium_dri.so free 0x557173618cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173618cc0 0.000120
+gallium_dri.so free 0x557173618e00 void 0.000120
+gallium_dri.so free 0x557173618cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173618e00 0.000122
+gallium_dri.so free 0x557173618ec0 void 0.000122
+gallium_dri.so free 0x557173618e00 void 0.000119
+gallium_dri.so malloc 72 0x557173618e00 0.000120
+gallium_dri.so free 0x557173618f80 void 0.000123
+gallium_dri.so free 0x557173618e00 void 0.000119
+gallium_dri.so malloc 72 0x557173618e00 0.000118
+gallium_dri.so free 0x557173619040 void 0.000118
+gallium_dri.so free 0x557173618e00 void 0.000117
+gallium_dri.so malloc 72 0x557173618ff0 0.000118
+gallium_dri.so free 0x5571736190c0 void 0.000122
+gallium_dri.so free 0x557173618ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173619110 0.000120
+gallium_dri.so free 0x557173619180 void 0.000123
+gallium_dri.so free 0x557173619110 void 0.000121
+gallium_dri.so malloc 72 0x5571736191c0 0.000122
+gallium_dri.so free 0x557173619240 void 0.000119
+gallium_dri.so free 0x5571736191c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736191c0 0.000120
+gallium_dri.so free 0x5571736192c0 void 0.000118
+gallium_dri.so free 0x5571736191c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736192f0 0.000130
+gallium_dri.so free 0x557173619340 void 0.000122
+gallium_dri.so free 0x5571736192f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736192f0 0.000118
+gallium_dri.so free 0x557173619440 void 0.000117
+gallium_dri.so free 0x5571736192f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736193f0 0.000120
+gallium_dri.so free 0x557173619500 void 0.000121
+gallium_dri.so free 0x5571736193f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736194b0 0.000118
+gallium_dri.so free 0x557173619540 void 0.000120
+gallium_dri.so free 0x5571736194b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736194b0 0.000120
+gallium_dri.so free 0x557173619600 void 0.000122
+gallium_dri.so free 0x5571736194b0 void 0.000120
+gallium_dri.so malloc 72 0x557173619670 0.000120
+gallium_dri.so free 0x5571736196c0 void 0.000121
+gallium_dri.so free 0x557173619670 void 0.000122
+gallium_dri.so malloc 72 0x557173619670 0.000119
+gallium_dri.so free 0x5571736197c0 void 0.000121
+gallium_dri.so free 0x557173619670 void 0.000117
+gallium_dri.so malloc 72 0x557173619770 0.000123
+gallium_dri.so free 0x557173619880 void 0.000121
+gallium_dri.so free 0x557173619770 void 0.000120
+gallium_dri.so malloc 72 0x557173619830 0.000121
+gallium_dri.so free 0x5571736198c0 void 0.000119
+gallium_dri.so free 0x557173619830 void 0.000192
+gallium_dri.so malloc 72 0x557173619830 0.000119
+gallium_dri.so free 0x557173619980 void 0.000121
+gallium_dri.so free 0x557173619830 void 0.000121
+gallium_dri.so malloc 72 0x5571736199c0 0.000119
+gallium_dri.so free 0x557173619a40 void 0.000118
+gallium_dri.so free 0x5571736199c0 void 0.000117
+gallium_dri.so malloc 72 0x557173619a40 0.000120
+gallium_dri.so free 0x557173619b00 void 0.000121
+gallium_dri.so free 0x557173619a40 void 0.000122
+gallium_dri.so malloc 72 0x557173619a40 0.000119
+gallium_dri.so free 0x557173619bc0 void 0.000122
+gallium_dri.so free 0x557173619a40 void 0.000118
+gallium_dri.so malloc 72 0x557173619be0 0.000119
+gallium_dri.so free 0x557173619c80 void 0.000121
+gallium_dri.so free 0x557173619be0 void 0.000120
+gallium_dri.so malloc 72 0x557173619c30 0.000116
+gallium_dri.so free 0x557173619d00 void 0.000122
+gallium_dri.so free 0x557173619c30 void 0.000120
+gallium_dri.so malloc 72 0x557173619c30 0.000120
+gallium_dri.so free 0x557173619d80 void 0.000179
+gallium_dri.so free 0x557173619c30 void 0.000238
+gallium_dri.so malloc 72 0x557173619d80 0.000117
+gallium_dri.so free 0x557173619e40 void 0.000114
+gallium_dri.so free 0x557173619d80 void 0.000126
+gallium_dri.so malloc 72 0x557173619d80 0.000116
+gallium_dri.so free 0x557173619f00 void 0.000115
+gallium_dri.so free 0x557173619d80 void 0.000120
+gallium_dri.so malloc 72 0x557173619d80 0.000115
+gallium_dri.so free 0x557173619fc0 void 0.000115
+gallium_dri.so free 0x557173619d80 void 0.000115
+gallium_dri.so malloc 72 0x557173619f70 0.000115
+gallium_dri.so free 0x55717361a080 void 0.000118
+gallium_dri.so free 0x557173619f70 void 0.000114
+gallium_dri.so malloc 72 0x55717361a030 0.000115
+gallium_dri.so free 0x55717361a100 void 0.000116
+gallium_dri.so free 0x55717361a030 void 0.000113
+gallium_dri.so malloc 72 0x55717361a150 0.000114
+gallium_dri.so free 0x55717361a1c0 void 0.000116
+gallium_dri.so free 0x55717361a150 void 0.000117
+gallium_dri.so malloc 72 0x55717361a1e0 0.000116
+gallium_dri.so free 0x55717361a280 void 0.000116
+gallium_dri.so free 0x55717361a1e0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a230 0.000115
+gallium_dri.so free 0x55717361a300 void 0.000116
+gallium_dri.so free 0x55717361a230 void 0.000114
+gallium_dri.so malloc 72 0x55717361a230 0.000115
+gallium_dri.so free 0x55717361a380 void 0.000115
+gallium_dri.so free 0x55717361a230 void 0.000123
+gallium_dri.so malloc 72 0x55717361a380 0.000120
+gallium_dri.so free 0x55717361a440 void 0.000115
+gallium_dri.so free 0x55717361a380 void 0.000132
+gallium_dri.so malloc 72 0x55717361a380 0.000119
+gallium_dri.so free 0x55717361a540 void 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000116
+gallium_dri.so malloc 72 0x55717361a4f0 0.000117
+gallium_dri.so free 0x55717361a580 void 0.000118
+gallium_dri.so free 0x55717361a4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a4f0 0.000114
+gallium_dri.so free 0x55717361a640 void 0.000120
+gallium_dri.so free 0x55717361a4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a680 0.000118
+gallium_dri.so free 0x55717361a700 void 0.000123
+gallium_dri.so free 0x55717361a680 void 0.000119
+gallium_dri.so malloc 72 0x55717361a700 0.000114
+gallium_dri.so free 0x55717361a7c0 void 0.000120
+gallium_dri.so free 0x55717361a700 void 0.000120
+gallium_dri.so malloc 72 0x55717361a700 0.000113
+gallium_dri.so free 0x55717361a840 void 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000118
+gallium_dri.so malloc 72 0x55717361a870 0.000123
+gallium_dri.so free 0x55717361a8c0 void 0.000123
+gallium_dri.so free 0x55717361a870 void 0.000124
+gallium_dri.so malloc 72 0x55717361a870 0.000138
+gallium_dri.so free 0x55717361a9c0 void 0.000205
+gallium_dri.so free 0x55717361a870 void 0.000123
+gallium_dri.so malloc 72 0x55717361aa00 0.000121
+gallium_dri.so free 0x55717361aa80 void 0.000119
+gallium_dri.so free 0x55717361aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa80 0.000120
+gallium_dri.so free 0x55717361ab40 void 0.000121
+gallium_dri.so free 0x55717361aa80 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa80 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000118
+gallium_dri.so free 0x55717361aa80 void 0.000116
+gallium_dri.so malloc 72 0x55717361abf0 0.000121
+gallium_dri.so free 0x55717361ac40 void 0.000121
+gallium_dri.so free 0x55717361abf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361abf0 0.000119
+gallium_dri.so free 0x55717361ad40 void 0.000118
+gallium_dri.so free 0x55717361abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361acf0 0.000122
+gallium_dri.so free 0x55717361ae00 void 0.000121
+gallium_dri.so free 0x55717361acf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361adb0 0.000118
+gallium_dri.so free 0x55717361ae80 void 0.000119
+gallium_dri.so free 0x55717361adb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361adb0 0.000121
+gallium_dri.so free 0x55717361af40 void 0.000124
+gallium_dri.so free 0x55717361adb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361adb0 0.000121
+gallium_dri.so free 0x55717361b000 void 0.000118
+gallium_dri.so free 0x55717361adb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361afb0 0.000119
+gallium_dri.so free 0x55717361b080 void 0.000122
+gallium_dri.so free 0x55717361afb0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b0d0 0.000120
+gallium_dri.so free 0x55717361b140 void 0.000121
+gallium_dri.so free 0x55717361b0d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b160 0.000117
+gallium_dri.so free 0x55717361b200 void 0.000123
+gallium_dri.so free 0x55717361b160 void 0.000117
+gallium_dri.so malloc 72 0x55717361b1b0 0.000120
+gallium_dri.so free 0x55717361b280 void 0.000120
+gallium_dri.so free 0x55717361b1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b280 0.000118
+gallium_dri.so free 0x55717361b340 void 0.000121
+gallium_dri.so free 0x55717361b280 void 0.000130
+gallium_dri.so malloc 72 0x55717361b280 0.000123
+gallium_dri.so free 0x55717361b3c0 void 0.000122
+gallium_dri.so free 0x55717361b280 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3c0 0.000121
+gallium_dri.so free 0x55717361b480 void 0.000121
+gallium_dri.so free 0x55717361b3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b3c0 0.000118
+gallium_dri.so free 0x55717361b540 void 0.000132
+gallium_dri.so free 0x55717361b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3c0 0.000121
+gallium_dri.so free 0x55717361b600 void 0.000118
+gallium_dri.so free 0x55717361b3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b5b0 0.000117
+gallium_dri.so free 0x55717361b680 void 0.000121
+gallium_dri.so free 0x55717361b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b6d0 0.000119
+gallium_dri.so free 0x55717361b740 void 0.000118
+gallium_dri.so free 0x55717361b6d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b780 0.000118
+gallium_dri.so free 0x55717361b800 void 0.000117
+gallium_dri.so free 0x55717361b780 void 0.000118
+gallium_dri.so malloc 72 0x55717361b780 0.000121
+gallium_dri.so free 0x55717361b880 void 0.000121
+gallium_dri.so free 0x55717361b780 void 0.000117
+gallium_dri.so malloc 72 0x55717361b8b0 0.000122
+gallium_dri.so free 0x55717361b900 void 0.000120
+gallium_dri.so free 0x55717361b8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b8b0 0.000122
+gallium_dri.so free 0x55717361ba00 void 0.000148
+gallium_dri.so free 0x55717361b8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b9b0 0.000122
+gallium_dri.so free 0x55717361bac0 void 0.000122
+gallium_dri.so free 0x55717361b9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ba70 0.000131
+gallium_dri.so free 0x55717361bb00 void 0.000122
+gallium_dri.so free 0x55717361ba70 void 0.000123
+gallium_dri.so malloc 72 0x55717361ba70 0.000118
+gallium_dri.so free 0x55717361bbc0 void 0.000122
+gallium_dri.so free 0x55717361ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717361bc30 0.000121
+gallium_dri.so free 0x55717361bc80 void 0.000122
+gallium_dri.so free 0x55717361bc30 void 0.000118
+gallium_dri.so malloc 72 0x55717361bc30 0.000120
+gallium_dri.so free 0x55717361bd80 void 0.000120
+gallium_dri.so free 0x55717361bc30 void 0.000120
+gallium_dri.so malloc 72 0x55717361bd30 0.000121
+gallium_dri.so free 0x55717361be40 void 0.000122
+gallium_dri.so free 0x55717361bd30 void 0.000118
+gallium_dri.so malloc 72 0x55717361bdf0 0.000121
+gallium_dri.so free 0x55717361be80 void 0.000121
+gallium_dri.so free 0x55717361bdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bdf0 0.000122
+gallium_dri.so free 0x55717361bf40 void 0.000121
+gallium_dri.so free 0x55717361bdf0 void 0.000123
+gallium_dri.so malloc 72 0x55717361bf80 0.000122
+gallium_dri.so free 0x55717361c000 void 0.000120
+gallium_dri.so free 0x55717361bf80 void 0.000120
+gallium_dri.so malloc 72 0x55717361c000 0.000121
+gallium_dri.so free 0x55717361c0c0 void 0.000120
+gallium_dri.so free 0x55717361c000 void 0.000120
+gallium_dri.so malloc 72 0x55717361c000 0.000117
+gallium_dri.so free 0x55717361c180 void 0.000118
+gallium_dri.so free 0x55717361c000 void 0.000117
+gallium_dri.so malloc 72 0x55717361c1a0 0.000120
+gallium_dri.so free 0x55717361c240 void 0.000119
+gallium_dri.so free 0x55717361c1a0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c1f0 0.000117
+gallium_dri.so free 0x55717361c2c0 void 0.000116
+gallium_dri.so free 0x55717361c1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c1f0 0.000117
+gallium_dri.so free 0x55717361c340 void 0.000117
+gallium_dri.so free 0x55717361c1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c340 0.000119
+gallium_dri.so free 0x55717361c400 void 0.000116
+gallium_dri.so free 0x55717361c340 void 0.000116
+gallium_dri.so malloc 72 0x55717361c340 0.000132
+gallium_dri.so free 0x55717361c4c0 void 0.000119
+gallium_dri.so free 0x55717361c340 void 0.000117
+gallium_dri.so malloc 72 0x55717361c340 0.000119
+gallium_dri.so free 0x55717361c580 void 0.000120
+gallium_dri.so free 0x55717361c340 void 0.000119
+gallium_dri.so malloc 72 0x55717361c530 0.000118
+gallium_dri.so free 0x55717361c640 void 0.000121
+gallium_dri.so free 0x55717361c530 void 0.000117
+gallium_dri.so malloc 72 0x55717361c5f0 0.000116
+gallium_dri.so free 0x55717361c6c0 void 0.000126
+gallium_dri.so free 0x55717361c5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c710 0.000121
+gallium_dri.so free 0x55717361c780 void 0.000120
+gallium_dri.so free 0x55717361c710 void 0.000120
+gallium_dri.so malloc 72 0x55717361c7a0 0.000119
+gallium_dri.so free 0x55717361c840 void 0.000121
+gallium_dri.so free 0x55717361c7a0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c7f0 0.000120
+gallium_dri.so free 0x55717361c8c0 void 0.000125
+gallium_dri.so free 0x55717361c7f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c7f0 0.000119
+gallium_dri.so free 0x55717361c940 void 0.000121
+gallium_dri.so free 0x55717361c7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c940 0.000122
+gallium_dri.so free 0x55717361ca00 void 0.000122
+gallium_dri.so free 0x55717361c940 void 0.000119
+gallium_dri.so malloc 72 0x55717361c940 0.000118
+gallium_dri.so free 0x55717361cb00 void 0.000118
+gallium_dri.so free 0x55717361c940 void 0.000120
+gallium_dri.so malloc 72 0x55717361cab0 0.000121
+gallium_dri.so free 0x55717361cb40 void 0.000122
+gallium_dri.so free 0x55717361cab0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cab0 0.000118
+gallium_dri.so free 0x55717361cc00 void 0.000120
+gallium_dri.so free 0x55717361cab0 void 0.000131
+gallium_dri.so malloc 72 0x55717361cc40 0.000121
+gallium_dri.so free 0x55717361ccc0 void 0.000120
+gallium_dri.so free 0x55717361cc40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ccc0 0.000118
+gallium_dri.so free 0x55717361cd80 void 0.000122
+gallium_dri.so free 0x55717361ccc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ccc0 0.000120
+gallium_dri.so free 0x55717361ce00 void 0.000120
+gallium_dri.so free 0x55717361ccc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ce30 0.000119
+gallium_dri.so free 0x55717361ce80 void 0.000121
+gallium_dri.so free 0x55717361ce30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ce30 0.000120
+gallium_dri.so free 0x55717361cf80 void 0.000122
+gallium_dri.so free 0x55717361ce30 void 0.000118
+gallium_dri.so malloc 72 0x55717361cfc0 0.000120
+gallium_dri.so free 0x55717361d040 void 0.000121
+gallium_dri.so free 0x55717361cfc0 void 0.000134
+gallium_dri.so malloc 72 0x55717361d040 0.000123
+gallium_dri.so free 0x55717361d100 void 0.000122
+gallium_dri.so free 0x55717361d040 void 0.000121
+gallium_dri.so malloc 72 0x55717361d040 0.000117
+gallium_dri.so free 0x55717361d180 void 0.000117
+gallium_dri.so free 0x55717361d040 void 0.000117
+gallium_dri.so malloc 72 0x55717361d1b0 0.000126
+gallium_dri.so free 0x55717361d200 void 0.000126
+gallium_dri.so free 0x55717361d1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d1b0 0.000120
+gallium_dri.so free 0x55717361d300 void 0.000122
+gallium_dri.so free 0x55717361d1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d2b0 0.000122
+gallium_dri.so free 0x55717361d3c0 void 0.000119
+gallium_dri.so free 0x55717361d2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d370 0.000120
+gallium_dri.so free 0x55717361d440 void 0.000120
+gallium_dri.so free 0x55717361d370 void 0.000120
+gallium_dri.so malloc 72 0x55717361d370 0.000118
+gallium_dri.so free 0x55717361d500 void 0.000119
+gallium_dri.so free 0x55717361d370 void 0.000121
+gallium_dri.so malloc 72 0x55717361d370 0.000120
+gallium_dri.so free 0x55717361d5c0 void 0.000122
+gallium_dri.so free 0x55717361d370 void 0.000119
+gallium_dri.so malloc 72 0x55717361d570 0.000118
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so free 0x55717361d570 void 0.000120
+gallium_dri.so malloc 72 0x55717361d690 0.000120
+gallium_dri.so free 0x55717361d700 void 0.000124
+gallium_dri.so free 0x55717361d690 void 0.000120
+gallium_dri.so malloc 72 0x55717361d720 0.000117
+gallium_dri.so free 0x55717361d7c0 void 0.000122
+gallium_dri.so free 0x55717361d720 void 0.000131
+gallium_dri.so malloc 72 0x55717361d770 0.000121
+gallium_dri.so free 0x55717361d840 void 0.000119
+gallium_dri.so free 0x55717361d770 void 0.000121
+gallium_dri.so malloc 72 0x55717361d840 0.000121
+gallium_dri.so free 0x55717361d900 void 0.000121
+gallium_dri.so free 0x55717361d840 void 0.000119
+gallium_dri.so malloc 72 0x55717361d840 0.000121
+gallium_dri.so free 0x55717361d980 void 0.000121
+gallium_dri.so free 0x55717361d840 void 0.000118
+gallium_dri.so malloc 72 0x55717361d980 0.000121
+gallium_dri.so free 0x55717361da40 void 0.000121
+gallium_dri.so free 0x55717361d980 void 0.000117
+gallium_dri.so malloc 72 0x55717361d980 0.000120
+gallium_dri.so free 0x55717361db00 void 0.000119
+gallium_dri.so free 0x55717361d980 void 0.000121
+gallium_dri.so malloc 72 0x55717361d980 0.000117
+gallium_dri.so free 0x55717361dbc0 void 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000116
+gallium_dri.so malloc 72 0x55717361db70 0.000117
+gallium_dri.so free 0x55717361dc40 void 0.000118
+gallium_dri.so free 0x55717361db70 void 0.000125
+gallium_dri.so malloc 72 0x55717361dc90 0.000120
+gallium_dri.so free 0x55717361dd00 void 0.000121
+gallium_dri.so free 0x55717361dc90 void 0.000122
+gallium_dri.so malloc 72 0x55717361dd40 0.000121
+gallium_dri.so free 0x55717361ddc0 void 0.000138
+gallium_dri.so free 0x55717361dd40 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd40 0.000118
+gallium_dri.so free 0x55717361de40 void 0.000119
+gallium_dri.so free 0x55717361dd40 void 0.000120
+gallium_dri.so malloc 72 0x55717361de70 0.000120
+gallium_dri.so free 0x55717361dec0 void 0.000127
+gallium_dri.so free 0x55717361de70 void 0.000121
+gallium_dri.so malloc 72 0x55717361de70 0.000118
+gallium_dri.so free 0x55717361dfc0 void 0.000123
+gallium_dri.so free 0x55717361de70 void 0.000120
+gallium_dri.so malloc 72 0x55717361df70 0.000119
+gallium_dri.so free 0x55717361e080 void 0.000122
+gallium_dri.so free 0x55717361df70 void 0.000121
+gallium_dri.so malloc 72 0x55717361e030 0.000121
+gallium_dri.so free 0x55717361e0c0 void 0.000127
+gallium_dri.so free 0x55717361e030 void 0.000120
+gallium_dri.so malloc 72 0x55717361e030 0.000122
+gallium_dri.so free 0x55717361e180 void 0.000118
+gallium_dri.so free 0x55717361e030 void 0.000119
+gallium_dri.so malloc 72 0x55717361e1f0 0.000122
+gallium_dri.so free 0x55717361e240 void 0.000121
+gallium_dri.so free 0x55717361e1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e1f0 0.000122
+gallium_dri.so free 0x55717361e340 void 0.000119
+gallium_dri.so free 0x55717361e1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e2f0 0.000124
+gallium_dri.so free 0x55717361e400 void 0.000121
+gallium_dri.so free 0x55717361e2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e3b0 0.000118
+gallium_dri.so free 0x55717361e440 void 0.000122
+gallium_dri.so free 0x55717361e3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e3b0 0.000119
+gallium_dri.so free 0x55717361e500 void 0.000120
+gallium_dri.so free 0x55717361e3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e540 0.000122
+gallium_dri.so free 0x55717361e5c0 void 0.000120
+gallium_dri.so free 0x55717361e540 void 0.000120
+gallium_dri.so malloc 72 0x55717361e5c0 0.000117
+gallium_dri.so free 0x55717361e680 void 0.000121
+gallium_dri.so free 0x55717361e5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e5c0 0.000184
+gallium_dri.so free 0x55717361e740 void 0.000252
+gallium_dri.so free 0x55717361e5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e760 0.000117
+gallium_dri.so free 0x55717361e800 void 0.000115
+gallium_dri.so free 0x55717361e760 void 0.000113
+gallium_dri.so malloc 72 0x55717361e7b0 0.000115
+gallium_dri.so free 0x55717361e880 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e7b0 0.000129
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e900 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000117
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so malloc 72 0x55717361e900 0.000115
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so malloc 72 0x55717361e900 0.000114
+gallium_dri.so free 0x55717361eb40 void 0.000115
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so malloc 72 0x55717361eaf0 0.000115
+gallium_dri.so free 0x55717361ec00 void 0.000116
+gallium_dri.so free 0x55717361eaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ebb0 0.000115
+gallium_dri.so free 0x55717361ec80 void 0.000116
+gallium_dri.so free 0x55717361ebb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ecd0 0.000115
+gallium_dri.so free 0x55717361ed40 void 0.000115
+gallium_dri.so free 0x55717361ecd0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ed60 0.000116
+gallium_dri.so free 0x55717361ee00 void 0.000115
+gallium_dri.so free 0x55717361ed60 void 0.000115
+gallium_dri.so malloc 72 0x55717361edb0 0.000115
+gallium_dri.so free 0x55717361ee80 void 0.000115
+gallium_dri.so free 0x55717361edb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361edb0 0.000130
+gallium_dri.so free 0x55717361ef00 void 0.000116
+gallium_dri.so free 0x55717361edb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ef00 0.000115
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000117
+gallium_dri.so malloc 72 0x55717361ef00 0.000115
+gallium_dri.so free 0x55717361f0c0 void 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717361f070 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000114
+gallium_dri.so free 0x55717361f070 void 0.000115
+gallium_dri.so malloc 72 0x55717361f070 0.000115
+gallium_dri.so free 0x55717361f1c0 void 0.000115
+gallium_dri.so free 0x55717361f070 void 0.000114
+gallium_dri.so malloc 72 0x55717361f200 0.000116
+gallium_dri.so free 0x55717361f280 void 0.000159
+gallium_dri.so free 0x55717361f200 void 0.000115
+gallium_dri.so malloc 72 0x55717361f280 0.000115
+gallium_dri.so free 0x55717361f340 void 0.000114
+gallium_dri.so free 0x55717361f280 void 0.000113
+gallium_dri.so malloc 72 0x55717361f280 0.000115
+gallium_dri.so free 0x55717361f3c0 void 0.000116
+gallium_dri.so free 0x55717361f280 void 0.000115
+gallium_dri.so malloc 72 0x55717361f3f0 0.000114
+gallium_dri.so free 0x55717361f440 void 0.000126
+gallium_dri.so free 0x55717361f3f0 void 0.000185
+gallium_dri.so malloc 72 0x55717361f3f0 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000116
+gallium_dri.so free 0x55717361f3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f580 0.000116
+gallium_dri.so free 0x55717361f600 void 0.000115
+gallium_dri.so free 0x55717361f580 void 0.000115
+gallium_dri.so malloc 72 0x55717361f600 0.000117
+gallium_dri.so free 0x55717361f6c0 void 0.000115
+gallium_dri.so free 0x55717361f600 void 0.000113
+gallium_dri.so malloc 72 0x55717361f600 0.000115
+gallium_dri.so free 0x55717361f740 void 0.000115
+gallium_dri.so free 0x55717361f600 void 0.000114
+gallium_dri.so malloc 72 0x55717361f770 0.000115
+gallium_dri.so free 0x55717361f7c0 void 0.000116
+gallium_dri.so free 0x55717361f770 void 0.000113
+gallium_dri.so malloc 72 0x55717361f770 0.000113
+gallium_dri.so free 0x55717361f8c0 void 0.000116
+gallium_dri.so free 0x55717361f770 void 0.000115
+gallium_dri.so malloc 72 0x55717361f870 0.000114
+gallium_dri.so free 0x55717361f980 void 0.000114
+gallium_dri.so free 0x55717361f870 void 0.000114
+gallium_dri.so malloc 72 0x55717361f930 0.000116
+gallium_dri.so free 0x55717361fa00 void 0.000116
+gallium_dri.so free 0x55717361f930 void 0.000113
+gallium_dri.so malloc 72 0x55717361f930 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000116
+gallium_dri.so free 0x55717361f930 void 0.000125
+gallium_dri.so malloc 72 0x55717361f930 0.000115
+gallium_dri.so free 0x55717361fb80 void 0.000116
+gallium_dri.so free 0x55717361f930 void 0.000113
+gallium_dri.so malloc 72 0x55717361fb30 0.000114
+gallium_dri.so free 0x55717361fc00 void 0.000116
+gallium_dri.so free 0x55717361fb30 void 0.000115
+gallium_dri.so malloc 72 0x55717361fc50 0.000129
+gallium_dri.so free 0x55717361fcc0 void 0.000116
+gallium_dri.so free 0x55717361fc50 void 0.000115
+gallium_dri.so malloc 72 0x55717361fce0 0.000116
+gallium_dri.so free 0x55717361fd80 void 0.000115
+gallium_dri.so free 0x55717361fce0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fd30 0.000115
+gallium_dri.so free 0x55717361fe00 void 0.000115
+gallium_dri.so free 0x55717361fd30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe00 0.000114
+gallium_dri.so free 0x55717361fec0 void 0.000114
+gallium_dri.so free 0x55717361fe00 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe00 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000116
+gallium_dri.so free 0x55717361fe00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ff40 0.000123
+gallium_dri.so free 0x557173620000 void 0.000116
+gallium_dri.so free 0x55717361ff40 void 0.000115
+gallium_dri.so malloc 72 0x55717361ff40 0.000115
+gallium_dri.so free 0x5571736200c0 void 0.000115
+gallium_dri.so free 0x55717361ff40 void 0.000130
+gallium_dri.so malloc 72 0x55717361ff40 0.000114
+gallium_dri.so free 0x557173620180 void 0.000116
+gallium_dri.so free 0x55717361ff40 void 0.000154
+gallium_dri.so malloc 72 0x557173620130 0.000115
+gallium_dri.so free 0x557173620200 void 0.000116
+gallium_dri.so free 0x557173620130 void 0.000115
+gallium_dri.so malloc 72 0x557173620250 0.000115
+gallium_dri.so free 0x5571736202c0 void 0.000116
+gallium_dri.so free 0x557173620250 void 0.000115
+gallium_dri.so malloc 72 0x557173620300 0.000116
+gallium_dri.so free 0x557173620380 void 0.000115
+gallium_dri.so free 0x557173620300 void 0.000113
+gallium_dri.so malloc 72 0x557173620300 0.000116
+gallium_dri.so free 0x557173620400 void 0.000116
+gallium_dri.so free 0x557173620300 void 0.000114
+gallium_dri.so malloc 72 0x557173620430 0.000115
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x557173620430 void 0.000113
+gallium_dri.so malloc 72 0x557173620430 0.000113
+gallium_dri.so free 0x557173620580 void 0.000115
+gallium_dri.so free 0x557173620430 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000113
+gallium_dri.so free 0x557173620640 void 0.000117
+gallium_dri.so free 0x557173620530 void 0.000114
+gallium_dri.so malloc 72 0x5571736205f0 0.000116
+gallium_dri.so free 0x557173620680 void 0.000115
+gallium_dri.so free 0x5571736205f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736205f0 0.000115
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x5571736205f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736207b0 0.000116
+gallium_dri.so free 0x557173620800 void 0.000116
+gallium_dri.so free 0x5571736207b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736207b0 0.000116
+gallium_dri.so free 0x557173620900 void 0.000116
+gallium_dri.so free 0x5571736207b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736208b0 0.000115
+gallium_dri.so free 0x5571736209c0 void 0.000117
+gallium_dri.so free 0x5571736208b0 void 0.000112
+gallium_dri.so malloc 72 0x557173620970 0.000115
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x557173620970 void 0.000114
+gallium_dri.so malloc 72 0x557173620970 0.000115
+gallium_dri.so free 0x557173620ac0 void 0.000117
+gallium_dri.so free 0x557173620970 void 0.000114
+gallium_dri.so malloc 72 0x557173620b00 0.000116
+gallium_dri.so free 0x557173620b80 void 0.000133
+gallium_dri.so free 0x557173620b00 void 0.000116
+gallium_dri.so malloc 72 0x557173620b80 0.000116
+gallium_dri.so free 0x557173620c40 void 0.000117
+gallium_dri.so free 0x557173620b80 void 0.000116
+gallium_dri.so malloc 72 0x557173620b80 0.000115
+gallium_dri.so free 0x557173620d00 void 0.000126
+gallium_dri.so free 0x557173620b80 void 0.000116
+gallium_dri.so malloc 72 0x557173620d20 0.000115
+gallium_dri.so free 0x557173620e00 void 0.000127
+gallium_dri.so free 0x557173620d20 void 0.000116
+gallium_dri.so malloc 72 0x557173620d20 0.000117
+gallium_dri.so free 0x557173620ec0 void 0.000116
+gallium_dri.so free 0x557173620d20 void 0.000114
+gallium_dri.so malloc 72 0x557173620f00 0.000113
+gallium_dri.so free 0x55717358eb00 void 0.000120
+gallium_dri.so free 0x557173620f00 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000121
+gallium_dri.so free 0x5571735cae00 void 0.000116
+gallium_dri.so free 0x55717358eab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cadb0 0.000115
+gallium_dri.so free 0x557173604200 void 0.000116
+gallium_dri.so free 0x5571735cadb0 void 0.000117
+gallium_dri.so malloc 72 0x5571736041b0 0.000116
+gallium_dri.so free 0x5571735d2ec0 void 0.000116
+gallium_dri.so free 0x5571736041b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2e70 0.000115
+gallium_dri.so free 0x557173602900 void 0.000115
+gallium_dri.so free 0x5571735d2e70 void 0.000116
+gallium_dri.so malloc 72 0x5571736028b0 0.000121
+gallium_dri.so free 0x55717358f7c0 void 0.000122
+gallium_dri.so free 0x5571736028b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f770 0.000135
+gallium_dri.so free 0x557173462f80 void 0.000116
+gallium_dri.so free 0x55717358f770 void 0.000113
+gallium_dri.so malloc 72 0x557173462f30 0.000116
+gallium_dri.so free 0x5571735d0580 void 0.000115
+gallium_dri.so free 0x557173462f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0530 0.000115
+gallium_dri.so free 0x5571735d5480 void 0.000116
+gallium_dri.so free 0x5571735d0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5430 0.000114
+gallium_dri.so free 0x5571735d2b40 void 0.000115
+gallium_dri.so free 0x5571735d5430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2af0 0.000114
+gallium_dri.so free 0x557173467940 void 0.000117
+gallium_dri.so free 0x5571735d2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571734678f0 0.000115
+gallium_dri.so free 0x557173465540 void 0.000115
+gallium_dri.so free 0x5571734678f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734654f0 0.000116
+gallium_dri.so free 0x55717358e780 void 0.000115
+gallium_dri.so free 0x5571734654f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e730 0.000115
+gallium_dri.so free 0x557173588680 void 0.000115
+gallium_dri.so free 0x55717358e730 void 0.000114
+gallium_dri.so malloc 72 0x557173588630 0.000114
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so free 0x557173588630 void 0.000114
+gallium_dri.so malloc 72 0x557173601870 0.000170
+gallium_dri.so free 0x557173467b00 void 0.000117
+gallium_dri.so free 0x557173601870 void 0.000115
+gallium_dri.so malloc 72 0x557173467ab0 0.000115
+gallium_dri.so free 0x55717358c1c0 void 0.000115
+gallium_dri.so free 0x557173467ab0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c170 0.000115
+gallium_dri.so free 0x5571735d5b00 void 0.000122
+gallium_dri.so free 0x55717358c170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5b70 0.000113
+gallium_dri.so free 0x557173467cc0 void 0.000114
+gallium_dri.so free 0x5571735d5b70 void 0.000114
+gallium_dri.so malloc 72 0x557173467c70 0.000115
+gallium_dri.so free 0x55717358ac40 void 0.000115
+gallium_dri.so free 0x557173467c70 void 0.000114
+gallium_dri.so malloc 72 0x55717358abf0 0.000115
+gallium_dri.so free 0x5571735d0740 void 0.000117
+gallium_dri.so free 0x55717358abf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d06f0 0.000115
+gallium_dri.so free 0x557173465700 void 0.000115
+gallium_dri.so free 0x5571735d06f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734656b0 0.000114
+gallium_dri.so free 0x5571735cf000 void 0.000116
+gallium_dri.so free 0x5571734656b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cefb0 0.000115
+gallium_dri.so free 0x5571736067c0 void 0.000115
+gallium_dri.so free 0x5571735cefb0 void 0.000123
+gallium_dri.so malloc 72 0x557173606770 0.000117
+gallium_dri.so free 0x557173604880 void 0.000119
+gallium_dri.so free 0x557173606770 void 0.000115
+gallium_dri.so malloc 72 0x557173606770 0.000122
+gallium_dri.so free 0x5571735d2d00 void 0.000122
+gallium_dri.so free 0x557173606770 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000120
+gallium_dri.so free 0x557173589f80 void 0.000123
+gallium_dri.so free 0x5571735d2cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173589f30 0.000122
+gallium_dri.so free 0x5571735910c0 void 0.000120
+gallium_dri.so free 0x557173589f30 void 0.000120
+gallium_dri.so malloc 72 0x557173591070 0.000119
+gallium_dri.so free 0x55717360aa40 void 0.000122
+gallium_dri.so free 0x557173591070 void 0.000120
+gallium_dri.so malloc 72 0x55717360a9f0 0.000123
+gallium_dri.so free 0x5571735d52c0 void 0.000119
+gallium_dri.so free 0x55717360a9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5270 0.000119
+gallium_dri.so free 0x5571734663c0 void 0.000122
+gallium_dri.so free 0x5571735d5270 void 0.000120
+gallium_dri.so malloc 72 0x557173466370 0.000119
+gallium_dri.so free 0x557173607480 void 0.000119
+gallium_dri.so free 0x557173466370 void 0.000121
+gallium_dri.so malloc 72 0x557173607430 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000132
+gallium_dri.so free 0x557173607430 void 0.000119
+gallium_dri.so malloc 72 0x557173590cf0 0.000118
+gallium_dri.so free 0x557173608a00 void 0.000121
+gallium_dri.so free 0x557173590cf0 void 0.000123
+gallium_dri.so malloc 72 0x5571736089b0 0.000118
+gallium_dri.so free 0x557173601a80 void 0.000121
+gallium_dri.so free 0x5571736089b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601a30 0.000126
+gallium_dri.so free 0x5571735bf3c0 void 0.000121
+gallium_dri.so free 0x557173601a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf370 0.000121
+gallium_dri.so free 0x557173604ec0 void 0.000121
+gallium_dri.so free 0x5571735bf370 void 0.000117
+gallium_dri.so malloc 72 0x557173604e70 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000122
+gallium_dri.so free 0x557173604e70 void 0.000119
+gallium_dri.so malloc 72 0x557173589bb0 0.000122
+gallium_dri.so free 0x5571735d5100 void 0.000118
+gallium_dri.so free 0x557173589bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d50b0 0.000119
+gallium_dri.so free 0x557173604040 void 0.000136
+gallium_dri.so free 0x5571735d50b0 void 0.000122
+gallium_dri.so malloc 72 0x557173603ff0 0.000120
+gallium_dri.so free 0x557173606440 void 0.000123
+gallium_dri.so free 0x557173603ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571736063f0 0.000175
+gallium_dri.so free 0x5571735d15c0 void 0.000123
+gallium_dri.so free 0x5571736063f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000121
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x5571734630f0 0.000119
+gallium_dri.so free 0x557173606600 void 0.000121
+gallium_dri.so free 0x5571734630f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736065b0 0.000120
+gallium_dri.so free 0x557173608d80 void 0.000122
+gallium_dri.so free 0x5571736065b0 void 0.000121
+gallium_dri.so malloc 72 0x557173608d30 0.000118
+gallium_dri.so free 0x5571736022c0 void 0.000119
+gallium_dri.so free 0x557173608d30 void 0.000117
+gallium_dri.so malloc 72 0x557173602330 0.000119
+gallium_dri.so free 0x55717358d200 void 0.000120
+gallium_dri.so free 0x557173602330 void 0.000118
+gallium_dri.so malloc 72 0x55717358d1b0 0.000119
+gallium_dri.so free 0x5571735d3b80 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3b30 0.000118
+gallium_dri.so free 0x557173608bc0 void 0.000121
+gallium_dri.so free 0x5571735d3b30 void 0.000118
+gallium_dri.so malloc 72 0x557173608b70 0.000117
+gallium_dri.so free 0x557173463e00 void 0.000122
+gallium_dri.so free 0x557173608b70 void 0.000124
+gallium_dri.so malloc 72 0x557173463db0 0.000117
+gallium_dri.so free 0x557173603e80 void 0.000125
+gallium_dri.so free 0x557173463db0 void 0.000115
+gallium_dri.so malloc 72 0x557173603e30 0.000116
+gallium_dri.so free 0x557173465380 void 0.000116
+gallium_dri.so free 0x557173603e30 void 0.000115
+gallium_dri.so malloc 72 0x557173465330 0.000115
+gallium_dri.so free 0x557173591740 void 0.000116
+gallium_dri.so free 0x557173465330 void 0.000115
+gallium_dri.so malloc 72 0x557173465330 0.000115
+gallium_dri.so free 0x557173589dc0 void 0.000115
+gallium_dri.so free 0x557173465330 void 0.000115
+gallium_dri.so malloc 72 0x557173589d70 0.000114
+gallium_dri.so free 0x557173609d80 void 0.000116
+gallium_dri.so free 0x557173589d70 void 0.000114
+gallium_dri.so malloc 72 0x557173609d30 0.000113
+gallium_dri.so free 0x5571735d6140 void 0.000114
+gallium_dri.so free 0x557173609d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d60f0 0.000113
+gallium_dri.so free 0x55717358c540 void 0.000116
+gallium_dri.so free 0x5571735d60f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c4f0 0.000114
+gallium_dri.so free 0x55717358c380 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c330 0.000113
+gallium_dri.so free 0x557173601c40 void 0.000114
+gallium_dri.so free 0x55717358c330 void 0.000121
+gallium_dri.so malloc 72 0x557173601bf0 0.000115
+gallium_dri.so free 0x557173468980 void 0.000116
+gallium_dri.so free 0x557173601bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173468930 0.000116
+gallium_dri.so free 0x557173591d80 void 0.000117
+gallium_dri.so free 0x557173468930 void 0.000115
+gallium_dri.so malloc 72 0x557173591d30 0.000115
+gallium_dri.so free 0x5571735d0900 void 0.000130
+gallium_dri.so free 0x557173591d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d08b0 0.000114
+gallium_dri.so free 0x55717358e940 void 0.000115
+gallium_dri.so free 0x5571735d08b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8f0 0.000114
+gallium_dri.so free 0x557173462dc0 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000112
+gallium_dri.so malloc 72 0x557173462d70 0.000113
+gallium_dri.so free 0x55717360bfc0 void 0.000116
+gallium_dri.so free 0x557173462d70 void 0.000115
+gallium_dri.so malloc 72 0x55717360bf70 0.000114
+gallium_dri.so free 0x557173468340 void 0.000115
+gallium_dri.so free 0x55717360bf70 void 0.000115
+gallium_dri.so malloc 72 0x557173468340 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000114
+gallium_dri.so free 0x557173468340 void 0.000115
+gallium_dri.so malloc 72 0x557173468340 0.000114
+gallium_dri.so free 0x557173590f00 void 0.000114
+gallium_dri.so free 0x557173468340 void 0.000119
+gallium_dri.so malloc 72 0x557173590eb0 0.000116
+gallium_dri.so free 0x55717358cbc0 void 0.000115
+gallium_dri.so free 0x557173590eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173590eb0 0.000115
+gallium_dri.so free 0x557173465d80 void 0.000115
+gallium_dri.so free 0x557173590eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173590eb0 0.000113
+gallium_dri.so free 0x557173607d40 void 0.000120
+gallium_dri.so free 0x557173590eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173607cf0 0.000114
+gallium_dri.so free 0x557173609bc0 void 0.000115
+gallium_dri.so free 0x557173607cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173609b70 0.000114
+gallium_dri.so free 0x5571735cf8c0 void 0.000115
+gallium_dri.so free 0x557173609b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf870 0.000115
+gallium_dri.so free 0x557173609400 void 0.000116
+gallium_dri.so free 0x5571735cf870 void 0.000113
+gallium_dri.so malloc 72 0x557173609470 0.000114
+gallium_dri.so free 0x55717358b500 void 0.000114
+gallium_dri.so free 0x557173609470 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4b0 0.000114
+gallium_dri.so free 0x557173588f40 void 0.000115
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x557173588ef0 0.000111
+gallium_dri.so free 0x5571735d1e80 void 0.000170
+gallium_dri.so free 0x557173588ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1e30 0.000115
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1e30 0.000114
+gallium_dri.so free 0x557173605780 void 0.000115
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x557173605730 0.000112
+gallium_dri.so free 0x5571735d4440 void 0.000115
+gallium_dri.so free 0x557173605730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43f0 0.000115
+gallium_dri.so free 0x557173590080 void 0.000115
+gallium_dri.so free 0x5571735d43f0 void 0.000112
+gallium_dri.so malloc 72 0x557173590030 0.000114
+gallium_dri.so free 0x557173466c80 void 0.000114
+gallium_dri.so free 0x557173590030 void 0.000114
+gallium_dri.so malloc 72 0x557173466c30 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000116
+gallium_dri.so free 0x557173466c30 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000113
+gallium_dri.so free 0x55717360a400 void 0.000115
+gallium_dri.so free 0x557173466c30 void 0.000113
+gallium_dri.so malloc 72 0x557173466c30 0.000127
+gallium_dri.so free 0x55717358f180 void 0.000116
+gallium_dri.so free 0x557173466c30 void 0.000112
+gallium_dri.so malloc 72 0x55717358f180 0.000112
+gallium_dri.so free 0x55717360b300 void 0.000175
+gallium_dri.so free 0x55717358f180 void 0.000115
+gallium_dri.so malloc 72 0x55717360b2b0 0.000112
+gallium_dri.so free 0x5571734646c0 void 0.000114
+gallium_dri.so free 0x55717360b2b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464670 0.000114
+gallium_dri.so free 0x5571735bfc80 void 0.000113
+gallium_dri.so free 0x557173464670 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfc30 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000113
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000113
+gallium_dri.so free 0x5571736031c0 void 0.000112
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x557173603170 0.000112
+gallium_dri.so free 0x557173469240 void 0.000113
+gallium_dri.so free 0x557173603170 void 0.000114
+gallium_dri.so malloc 72 0x5571734691f0 0.000112
+gallium_dri.so free 0x557173606e40 void 0.000117
+gallium_dri.so free 0x5571734691f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734691f0 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000115
+gallium_dri.so free 0x5571734691f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734691f0 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000115
+gallium_dri.so free 0x5571734691f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69b0 0.000120
+gallium_dri.so free 0x55717358f300 void 0.000115
+gallium_dri.so free 0x5571735d69b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2b0 0.000114
+gallium_dri.so free 0x557173591e80 void 0.000114
+gallium_dri.so free 0x55717358f2b0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ea0 0.000112
+gallium_dri.so free 0x557173591f40 void 0.000116
+gallium_dri.so free 0x557173591ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ef0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000116
+gallium_dri.so free 0x557173591ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173591ef0 0.000112
+gallium_dri.so free 0x5571735d6bc0 void 0.000108
+gallium_dri.so free 0x557173591ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x5571735d6bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588400 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x55717358f400 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000114
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x55717358f540 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000114
+gallium_dri.so free 0x55717358f540 void 0.000137
+gallium_dri.so malloc 72 0x55717358f5c0 0.000114
+gallium_dri.so free 0x55717358d300 void 0.000114
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d320 0.000114
+gallium_dri.so free 0x55717358d3c0 void 0.000116
+gallium_dri.so free 0x55717358d320 void 0.000113
+gallium_dri.so malloc 72 0x55717358d370 0.000114
+gallium_dri.so free 0x55717358d440 void 0.000115
+gallium_dri.so free 0x55717358d370 void 0.000113
+gallium_dri.so malloc 72 0x55717358d370 0.000126
+gallium_dri.so free 0x55717358d4c0 void 0.000116
+gallium_dri.so free 0x55717358d370 void 0.000114
+gallium_dri.so malloc 72 0x55717358d4c0 0.000115
+gallium_dri.so free 0x55717358ad40 void 0.000114
+gallium_dri.so free 0x55717358d4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ada0 0.000113
+gallium_dri.so free 0x55717358ae40 void 0.000125
+gallium_dri.so free 0x55717358ada0 void 0.000113
+gallium_dri.so malloc 72 0x55717358adf0 0.000112
+gallium_dri.so free 0x55717358ae80 void 0.000115
+gallium_dri.so free 0x55717358adf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358adf0 0.000114
+gallium_dri.so free 0x5571734664c0 void 0.000114
+gallium_dri.so free 0x55717358adf0 void 0.000113
+gallium_dri.so malloc 72 0x557173466500 0.000112
+gallium_dri.so free 0x557173466580 void 0.000116
+gallium_dri.so free 0x557173466500 void 0.000169
+gallium_dri.so malloc 72 0x557173466580 0.000115
+gallium_dri.so free 0x557173466640 void 0.000114
+gallium_dri.so free 0x557173466580 void 0.000112
+gallium_dri.so malloc 72 0x557173466580 0.000124
+gallium_dri.so free 0x55717358af40 void 0.000121
+gallium_dri.so free 0x557173466580 void 0.000119
+gallium_dri.so malloc 72 0x55717358af70 0.000120
+gallium_dri.so free 0x55717360ab40 void 0.000121
+gallium_dri.so free 0x55717358af70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ab90 0.000117
+gallium_dri.so free 0x55717360ac00 void 0.000119
+gallium_dri.so free 0x55717360ab90 void 0.000119
+gallium_dri.so malloc 72 0x55717360ac40 0.000119
+gallium_dri.so free 0x55717360acc0 void 0.000119
+gallium_dri.so free 0x55717360ac40 void 0.000125
+gallium_dri.so malloc 72 0x55717360acc0 0.000120
+gallium_dri.so free 0x5571734666c0 void 0.000123
+gallium_dri.so free 0x55717360acc0 void 0.000116
+gallium_dri.so malloc 72 0x55717360acc0 0.000119
+gallium_dri.so free 0x557173602a00 void 0.000120
+gallium_dri.so free 0x55717360acc0 void 0.000120
+gallium_dri.so malloc 72 0x557173602a30 0.000121
+gallium_dri.so free 0x557173602a80 void 0.000121
+gallium_dri.so free 0x557173602a30 void 0.000117
+gallium_dri.so malloc 72 0x557173602a30 0.000120
+gallium_dri.so free 0x557173602b80 void 0.000131
+gallium_dri.so free 0x557173602a30 void 0.000117
+gallium_dri.so malloc 72 0x557173602b30 0.000121
+gallium_dri.so free 0x557173604fc0 void 0.000120
+gallium_dri.so free 0x557173602b30 void 0.000119
+gallium_dri.so malloc 72 0x557173605000 0.000120
+gallium_dri.so free 0x557173602c40 void 0.000123
+gallium_dri.so free 0x557173605000 void 0.000115
+gallium_dri.so malloc 72 0x557173602bf0 0.000119
+gallium_dri.so free 0x557173605080 void 0.000119
+gallium_dri.so free 0x557173602bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173602bf0 0.000118
+gallium_dri.so free 0x557173605140 void 0.000118
+gallium_dri.so free 0x557173602bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571736050f0 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000118
+gallium_dri.so free 0x5571736050f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6290 0.000119
+gallium_dri.so free 0x5571735d6300 void 0.000121
+gallium_dri.so free 0x5571735d6290 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6320 0.000118
+gallium_dri.so free 0x5571736051c0 void 0.000118
+gallium_dri.so free 0x5571735d6320 void 0.000119
+gallium_dri.so malloc 72 0x5571736051f0 0.000133
+gallium_dri.so free 0x5571735d63c0 void 0.000130
+gallium_dri.so free 0x5571736051f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735d6370 0.000187
+gallium_dri.so free 0x5571735d63c0 void 0.000193
+gallium_dri.so free 0x5571735d6370 void 0.000189
+gallium_dri.so malloc 72 0x5571735d6370 0.000319
+gallium_dri.so free 0x5571735d16c0 void 0.000131
+gallium_dri.so free 0x5571735d6370 void 0.000197
+gallium_dri.so malloc 72 0x5571735d1710 0.000188
+gallium_dri.so free 0x5571735d1780 void 0.000128
+gallium_dri.so free 0x5571735d1710 void 0.000122
+gallium_dri.so malloc 72 0x5571735d17a0 0.000123
+gallium_dri.so free 0x5571735d1840 void 0.000151
+gallium_dri.so free 0x5571735d17a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d17f0 0.000131
+gallium_dri.so free 0x5571735d18c0 void 0.000126
+gallium_dri.so free 0x5571735d17f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d17f0 0.000130
+gallium_dri.so free 0x557173463f00 void 0.000126
+gallium_dri.so free 0x5571735d17f0 void 0.000121
+gallium_dri.so malloc 72 0x557173463f50 0.000125
+gallium_dri.so free 0x557173463fc0 void 0.000130
+gallium_dri.so free 0x557173463f50 void 0.000127
+gallium_dri.so malloc 72 0x557173464020 0.000130
+gallium_dri.so free 0x5571734640c0 void 0.000135
+gallium_dri.so free 0x557173464020 void 0.000172
+gallium_dri.so malloc 72 0x557173464070 0.000153
+gallium_dri.so free 0x5571735bf4c0 void 0.000116
+gallium_dri.so free 0x557173464070 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000112
+gallium_dri.so free 0x5571735bf540 void 0.000116
+gallium_dri.so free 0x5571735bf4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf4f0 0.000115
+gallium_dri.so free 0x5571735bf640 void 0.000127
+gallium_dri.so free 0x5571735bf4f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000135
+gallium_dri.so free 0x5571735bf700 void 0.000128
+gallium_dri.so free 0x5571735bf5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000126
+gallium_dri.so free 0x5571735cf100 void 0.000135
+gallium_dri.so free 0x5571735bf6b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735cf130 0.000180
+gallium_dri.so free 0x5571735cf180 void 0.000148
+gallium_dri.so free 0x5571735cf130 void 0.000147
+gallium_dri.so malloc 72 0x5571735cf180 0.000149
+gallium_dri.so free 0x5571735cf240 void 0.000165
+gallium_dri.so free 0x5571735cf180 void 0.000150
+gallium_dri.so malloc 72 0x5571735cf180 0.000146
+gallium_dri.so free 0x557173468a80 void 0.000147
+gallium_dri.so free 0x5571735cf180 void 0.000147
+gallium_dri.so malloc 72 0x557173468ad0 0.000147
+gallium_dri.so free 0x5571735cf340 void 0.000149
+gallium_dri.so free 0x557173468ad0 void 0.000146
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000217
+gallium_dri.so free 0x557173468b40 void 0.000150
+gallium_dri.so free 0x5571735cf2f0 void 0.000156
+gallium_dri.so malloc 72 0x557173468b70 0.000131
+gallium_dri.so free 0x557173468bc0 void 0.000132
+gallium_dri.so free 0x557173468b70 void 0.000132
+gallium_dri.so malloc 72 0x557173468b70 0.000130
+gallium_dri.so free 0x5571735d3c80 void 0.000131
+gallium_dri.so free 0x557173468b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000132
+gallium_dri.so free 0x5571735d3d40 void 0.000134
+gallium_dri.so free 0x5571735d3cd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3d80 0.000131
+gallium_dri.so free 0x557173468cc0 void 0.000132
+gallium_dri.so free 0x5571735d3d80 void 0.000182
+gallium_dri.so malloc 72 0x557173468c70 0.000184
+gallium_dri.so free 0x5571735d3e00 void 0.000133
+gallium_dri.so free 0x557173468c70 void 0.000134
+gallium_dri.so malloc 72 0x557173468c70 0.000133
+gallium_dri.so free 0x55717358f8c0 void 0.000132
+gallium_dri.so free 0x557173468c70 void 0.000132
+gallium_dri.so malloc 72 0x55717358f900 0.000130
+gallium_dri.so free 0x55717358f980 void 0.000132
+gallium_dri.so free 0x55717358f900 void 0.000131
+gallium_dri.so malloc 72 0x55717358f980 0.000131
+gallium_dri.so free 0x5571735d3ec0 void 0.000131
+gallium_dri.so free 0x55717358f980 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3e70 0.000131
+gallium_dri.so free 0x55717358fa40 void 0.000131
+gallium_dri.so free 0x5571735d3e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3e70 0.000131
+gallium_dri.so free 0x557173588780 void 0.000134
+gallium_dri.so free 0x5571735d3e70 void 0.000135
+gallium_dri.so malloc 72 0x5571735887f0 0.000131
+gallium_dri.so free 0x557173588840 void 0.000131
+gallium_dri.so free 0x5571735887f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735887f0 0.000178
+gallium_dri.so free 0x557173588940 void 0.000136
+gallium_dri.so free 0x5571735887f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735888f0 0.000131
+gallium_dri.so free 0x55717358fb00 void 0.000132
+gallium_dri.so free 0x5571735888f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358fab0 0.000129
+gallium_dri.so free 0x557173607580 void 0.000131
+gallium_dri.so free 0x55717358fab0 void 0.000131
+gallium_dri.so malloc 72 0x5571736075b0 0.000131
+gallium_dri.so free 0x557173607600 void 0.000131
+gallium_dri.so free 0x5571736075b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736075b0 0.000130
+gallium_dri.so free 0x557173607700 void 0.000131
+gallium_dri.so free 0x5571736075b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736076b0 0.000131
+gallium_dri.so free 0x557173468e00 void 0.000133
+gallium_dri.so free 0x5571736076b0 void 0.000131
+gallium_dri.so malloc 72 0x557173468e60 0.000135
+gallium_dri.so free 0x5571736077c0 void 0.000136
+gallium_dri.so free 0x557173468e60 void 0.000132
+gallium_dri.so malloc 72 0x557173607770 0.000134
+gallium_dri.so free 0x557173468f00 void 0.000131
+gallium_dri.so free 0x557173607770 void 0.000138
+gallium_dri.so malloc 72 0x557173468eb0 0.000136
+gallium_dri.so free 0x557173468f80 void 0.000134
+gallium_dri.so free 0x557173468eb0 void 0.000141
+gallium_dri.so malloc 72 0x557173468eb0 0.000124
+gallium_dri.so free 0x557173469000 void 0.000124
+gallium_dri.so free 0x557173468eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173469000 0.000125
+gallium_dri.so free 0x55717358d680 void 0.000126
+gallium_dri.so free 0x557173469000 void 0.000128
+gallium_dri.so malloc 72 0x55717358d6a0 0.000124
+gallium_dri.so free 0x55717358d740 void 0.000125
+gallium_dri.so free 0x55717358d6a0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d6f0 0.000124
+gallium_dri.so free 0x55717358d7c0 void 0.000125
+gallium_dri.so free 0x55717358d6f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d7c0 0.000125
+gallium_dri.so free 0x55717358d880 void 0.000126
+gallium_dri.so free 0x55717358d7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358d7c0 0.000127
+gallium_dri.so free 0x5571735d1a40 void 0.000127
+gallium_dri.so free 0x55717358d7c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1a90 0.000126
+gallium_dri.so free 0x5571735d1b00 void 0.000152
+gallium_dri.so free 0x5571735d1a90 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1b20 0.000132
+gallium_dri.so free 0x5571735d1bc0 void 0.000125
+gallium_dri.so free 0x5571735d1b20 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1b70 0.000124
+gallium_dri.so free 0x5571735d1c40 void 0.000125
+gallium_dri.so free 0x5571735d1b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1b70 0.000124
+gallium_dri.so free 0x557173605340 void 0.000126
+gallium_dri.so free 0x5571735d1b70 void 0.000125
+gallium_dri.so malloc 72 0x557173605390 0.000124
+gallium_dri.so free 0x557173605400 void 0.000126
+gallium_dri.so free 0x557173605390 void 0.000124
+gallium_dri.so malloc 72 0x557173605440 0.000124
+gallium_dri.so free 0x5571736054c0 void 0.000126
+gallium_dri.so free 0x557173605440 void 0.000124
+gallium_dri.so malloc 72 0x557173605440 0.000124
+gallium_dri.so free 0x557173605540 void 0.000127
+gallium_dri.so free 0x557173605440 void 0.000125
+gallium_dri.so malloc 72 0x557173605570 0.000129
+gallium_dri.so free 0x5571735d4000 void 0.000128
+gallium_dri.so free 0x557173605570 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4040 0.000125
+gallium_dri.so free 0x5571735d40c0 void 0.000126
+gallium_dri.so free 0x5571735d4040 void 0.000126
+gallium_dri.so malloc 72 0x5571735d40c0 0.000172
+gallium_dri.so free 0x5571735d4180 void 0.000133
+gallium_dri.so free 0x5571735d40c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d40c0 0.000131
+gallium_dri.so free 0x5571735d4200 void 0.000132
+gallium_dri.so free 0x5571735d40c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4230 0.000132
+gallium_dri.so free 0x5571735d65c0 void 0.000132
+gallium_dri.so free 0x5571735d4230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6630 0.000131
+gallium_dri.so free 0x5571735d6680 void 0.000132
+gallium_dri.so free 0x5571735d6630 void 0.000132
+gallium_dri.so malloc 72 0x5571735d6630 0.000131
+gallium_dri.so free 0x5571735d6780 void 0.000132
+gallium_dri.so free 0x5571735d6630 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6730 0.000131
+gallium_dri.so free 0x5571735d6840 void 0.000137
+gallium_dri.so free 0x5571735d6730 void 0.000133
+gallium_dri.so malloc 72 0x5571735d67f0 0.000132
+gallium_dri.so free 0x5571735cf480 void 0.000132
+gallium_dri.so free 0x5571735d67f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000135
+gallium_dri.so free 0x5571735cf500 void 0.000239
+gallium_dri.so free 0x5571735cf4b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000125
+gallium_dri.so free 0x5571735cf600 void 0.000127
+gallium_dri.so free 0x5571735cf4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000126
+gallium_dri.so free 0x5571735cf6c0 void 0.000126
+gallium_dri.so free 0x5571735cf5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf670 0.000123
+gallium_dri.so free 0x557173607900 void 0.000125
+gallium_dri.so free 0x5571735cf670 void 0.000125
+gallium_dri.so malloc 72 0x557173607920 0.000124
+gallium_dri.so free 0x5571736079c0 void 0.000127
+gallium_dri.so free 0x557173607920 void 0.000125
+gallium_dri.so malloc 72 0x557173607970 0.000125
+gallium_dri.so free 0x557173607a40 void 0.000130
+gallium_dri.so free 0x557173607970 void 0.000124
+gallium_dri.so malloc 72 0x557173607970 0.000125
+gallium_dri.so free 0x557173607ac0 void 0.000129
+gallium_dri.so free 0x557173607970 void 0.000129
+gallium_dri.so malloc 72 0x557173607ac0 0.000127
+gallium_dri.so free 0x557173464280 void 0.000126
+gallium_dri.so free 0x557173607ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571734642a0 0.000124
+gallium_dri.so free 0x557173464340 void 0.000148
+gallium_dri.so free 0x5571734642a0 void 0.000133
+gallium_dri.so malloc 72 0x5571734642f0 0.000132
+gallium_dri.so free 0x5571734643c0 void 0.000131
+gallium_dri.so free 0x5571734642f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734643c0 0.000132
+gallium_dri.so free 0x557173464480 void 0.000131
+gallium_dri.so free 0x5571734643c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734643c0 0.000131
+gallium_dri.so free 0x55717360aec0 void 0.000132
+gallium_dri.so free 0x5571734643c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360af10 0.000132
+gallium_dri.so free 0x55717360af80 void 0.000132
+gallium_dri.so free 0x55717360af10 void 0.000131
+gallium_dri.so malloc 72 0x55717360afa0 0.000131
+gallium_dri.so free 0x55717360b040 void 0.000133
+gallium_dri.so free 0x55717360afa0 void 0.000132
+gallium_dri.so malloc 72 0x55717360aff0 0.000131
+gallium_dri.so free 0x55717360b0c0 void 0.000133
+gallium_dri.so free 0x55717360aff0 void 0.000132
+gallium_dri.so malloc 72 0x55717360aff0 0.000130
+gallium_dri.so free 0x55717358b0c0 void 0.000131
+gallium_dri.so free 0x55717360aff0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b110 0.000137
+gallium_dri.so free 0x55717358b180 void 0.000223
+gallium_dri.so free 0x55717358b110 void 0.000191
+gallium_dri.so malloc 72 0x55717358b1c0 0.000125
+gallium_dri.so free 0x55717358b240 void 0.000126
+gallium_dri.so free 0x55717358b1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b1c0 0.000125
+gallium_dri.so free 0x55717358b2c0 void 0.000126
+gallium_dri.so free 0x55717358b1c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b2f0 0.000124
+gallium_dri.so free 0x557173466840 void 0.000126
+gallium_dri.so free 0x55717358b2f0 void 0.000124
+gallium_dri.so malloc 72 0x557173466880 0.000124
+gallium_dri.so free 0x557173466900 void 0.000126
+gallium_dri.so free 0x557173466880 void 0.000127
+gallium_dri.so malloc 72 0x557173466900 0.000125
+gallium_dri.so free 0x5571734669c0 void 0.000125
+gallium_dri.so free 0x557173466900 void 0.000127
+gallium_dri.so malloc 72 0x557173466900 0.000129
+gallium_dri.so free 0x557173466a40 void 0.000126
+gallium_dri.so free 0x557173466900 void 0.000126
+gallium_dri.so malloc 72 0x557173466a70 0.000125
+gallium_dri.so free 0x55717358fc40 void 0.000126
+gallium_dri.so free 0x557173466a70 void 0.000146
+gallium_dri.so malloc 72 0x55717358fcb0 0.000131
+gallium_dri.so free 0x55717358fd00 void 0.000132
+gallium_dri.so free 0x55717358fcb0 void 0.000137
+gallium_dri.so malloc 72 0x55717358fcb0 0.000134
+gallium_dri.so free 0x55717358fe00 void 0.000132
+gallium_dri.so free 0x55717358fcb0 void 0.000136
+gallium_dri.so malloc 72 0x55717358fdb0 0.000132
+gallium_dri.so free 0x55717358fec0 void 0.000157
+gallium_dri.so free 0x55717358fdb0 void 0.000170
+gallium_dri.so malloc 72 0x55717358fe70 0.000175
+gallium_dri.so free 0x5571735bf840 void 0.000131
+gallium_dri.so free 0x55717358fe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf870 0.000130
+gallium_dri.so free 0x5571735bf8c0 void 0.000131
+gallium_dri.so free 0x5571735bf870 void 0.000131
+gallium_dri.so malloc 72 0x5571735bf870 0.000130
+gallium_dri.so free 0x5571735bf9c0 void 0.000129
+gallium_dri.so free 0x5571735bf870 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf970 0.000130
+gallium_dri.so free 0x5571735bfa80 void 0.000130
+gallium_dri.so free 0x5571735bf970 void 0.000132
+gallium_dri.so malloc 72 0x5571735bfa30 0.000181
+gallium_dri.so free 0x557173602d80 void 0.000132
+gallium_dri.so free 0x5571735bfa30 void 0.000130
+gallium_dri.so malloc 72 0x557173602da0 0.000130
+gallium_dri.so free 0x557173602e40 void 0.000131
+gallium_dri.so free 0x557173602da0 void 0.000129
+gallium_dri.so malloc 72 0x557173602df0 0.000130
+gallium_dri.so free 0x557173602ec0 void 0.000131
+gallium_dri.so free 0x557173602df0 void 0.000129
+gallium_dri.so malloc 72 0x557173602df0 0.000129
+gallium_dri.so free 0x557173602f40 void 0.000130
+gallium_dri.so free 0x557173602df0 void 0.000130
+gallium_dri.so malloc 72 0x557173602f40 0.000131
+gallium_dri.so free 0x557173588b00 void 0.000131
+gallium_dri.so free 0x557173602f40 void 0.000131
+gallium_dri.so malloc 72 0x557173588b20 0.000131
+gallium_dri.so free 0x557173588bc0 void 0.000129
+gallium_dri.so free 0x557173588b20 void 0.000131
+gallium_dri.so malloc 72 0x557173588b70 0.000130
+gallium_dri.so free 0x557173588c40 void 0.000130
+gallium_dri.so free 0x557173588b70 void 0.000128
+gallium_dri.so malloc 72 0x557173588c40 0.000130
+gallium_dri.so free 0x557173588d00 void 0.000131
+gallium_dri.so free 0x557173588c40 void 0.000143
+gallium_dri.so malloc 72 0x557173588c40 0.000131
+gallium_dri.so free 0x557173462440 void 0.000130
+gallium_dri.so free 0x557173588c40 void 0.000130
+gallium_dri.so malloc 72 0x557173462490 0.000130
+gallium_dri.so free 0x557173462500 void 0.000132
+gallium_dri.so free 0x557173462490 void 0.000130
+gallium_dri.so malloc 72 0x557173462520 0.000129
+gallium_dri.so free 0x5571734625c0 void 0.000131
+gallium_dri.so free 0x557173462520 void 0.000129
+gallium_dri.so malloc 72 0x557173462570 0.000130
+gallium_dri.so free 0x557173462640 void 0.000129
+gallium_dri.so free 0x557173462570 void 0.000130
+gallium_dri.so malloc 72 0x557173462570 0.000131
+gallium_dri.so free 0x5571734626c0 void 0.000131
+gallium_dri.so free 0x557173462570 void 0.000130
+gallium_dri.so malloc 72 0x5571734626c0 0.000130
+gallium_dri.so free 0x5571735918c0 void 0.000131
+gallium_dri.so free 0x5571734626c0 void 0.000131
+gallium_dri.so malloc 72 0x557173591870 0.000129
+gallium_dri.so free 0x557173591940 void 0.000130
+gallium_dri.so free 0x557173591870 void 0.000129
+gallium_dri.so malloc 72 0x557173591960 0.000130
+gallium_dri.so free 0x557173591a00 void 0.000141
+gallium_dri.so free 0x557173591960 void 0.000133
+gallium_dri.so malloc 72 0x5571735919b0 0.000130
+gallium_dri.so free 0x557173591a80 void 0.000131
+gallium_dri.so free 0x5571735919b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735919b0 0.000131
+gallium_dri.so free 0x557173591b00 void 0.000158
+gallium_dri.so free 0x5571735919b0 void 0.000131
+gallium_dri.so malloc 72 0x557173591b00 0.000130
+gallium_dri.so free 0x5571735d1100 void 0.000130
+gallium_dri.so free 0x557173591b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d10b0 0.000129
+gallium_dri.so free 0x5571735d1140 void 0.000130
+gallium_dri.so free 0x5571735d10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d10b0 0.000131
+gallium_dri.so free 0x5571735d1200 void 0.000132
+gallium_dri.so free 0x5571735d10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1270 0.000129
+gallium_dri.so free 0x5571735d12c0 void 0.000130
+gallium_dri.so free 0x5571735d1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1270 0.000129
+gallium_dri.so free 0x5571735d13c0 void 0.000132
+gallium_dri.so free 0x5571735d1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1370 0.000198
+gallium_dri.so free 0x5571735d36c0 void 0.000135
+gallium_dri.so free 0x5571735d1370 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3670 0.000132
+gallium_dri.so free 0x5571735d3700 void 0.000133
+gallium_dri.so free 0x5571735d3670 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3670 0.000132
+gallium_dri.so free 0x5571735d37c0 void 0.000132
+gallium_dri.so free 0x5571735d3670 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3800 0.000134
+gallium_dri.so free 0x5571735d3880 void 0.000133
+gallium_dri.so free 0x5571735d3800 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3880 0.000133
+gallium_dri.so free 0x5571735d3940 void 0.000137
+gallium_dri.so free 0x5571735d3880 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3880 0.000132
+gallium_dri.so free 0x55717358cd40 void 0.000134
+gallium_dri.so free 0x5571735d3880 void 0.000133
+gallium_dri.so malloc 72 0x55717358ccf0 0.000131
+gallium_dri.so free 0x55717358cd80 void 0.000134
+gallium_dri.so free 0x55717358ccf0 void 0.000133
+gallium_dri.so malloc 72 0x55717358ccf0 0.000131
+gallium_dri.so free 0x55717358ce40 void 0.000137
+gallium_dri.so free 0x55717358ccf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ce80 0.000131
+gallium_dri.so free 0x55717358cf00 void 0.000132
+gallium_dri.so free 0x55717358ce80 void 0.000129
+gallium_dri.so malloc 72 0x55717358cf00 0.000130
+gallium_dri.so free 0x55717358cfc0 void 0.000130
+gallium_dri.so free 0x55717358cf00 void 0.000130
+gallium_dri.so malloc 72 0x55717358cf00 0.000130
+gallium_dri.so free 0x5571735ceb40 void 0.000131
+gallium_dri.so free 0x55717358cf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000131
+gallium_dri.so free 0x5571735cebc0 void 0.000131
+gallium_dri.so free 0x5571735ceaf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cebc0 0.000131
+gallium_dri.so free 0x5571735cec80 void 0.000131
+gallium_dri.so free 0x5571735cebc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cebc0 0.000130
+gallium_dri.so free 0x5571735ced00 void 0.000131
+gallium_dri.so free 0x5571735cebc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ced00 0.000129
+gallium_dri.so free 0x5571735cedc0 void 0.000130
+gallium_dri.so free 0x5571735ced00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ced00 0.000129
+gallium_dri.so free 0x557173465f00 void 0.000133
+gallium_dri.so free 0x5571735ced00 void 0.000131
+gallium_dri.so malloc 72 0x557173465eb0 0.000132
+gallium_dri.so free 0x557173465f80 void 0.000131
+gallium_dri.so free 0x557173465eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173465eb0 0.000132
+gallium_dri.so free 0x557173466000 void 0.000132
+gallium_dri.so free 0x557173465eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173466000 0.000130
+gallium_dri.so free 0x5571734660c0 void 0.000131
+gallium_dri.so free 0x557173466000 void 0.000132
+gallium_dri.so malloc 72 0x557173466000 0.000131
+gallium_dri.so free 0x5571734661c0 void 0.000133
+gallium_dri.so free 0x557173466000 void 0.000132
+gallium_dri.so malloc 72 0x557173466170 0.000132
+gallium_dri.so free 0x5571735d5c80 void 0.000132
+gallium_dri.so free 0x557173466170 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5c30 0.000130
+gallium_dri.so free 0x5571735d5d00 void 0.000133
+gallium_dri.so free 0x5571735d5c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5c30 0.000131
+gallium_dri.so free 0x5571735d5d80 void 0.000132
+gallium_dri.so free 0x5571735d5c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5d80 0.000136
+gallium_dri.so free 0x5571735d5e40 void 0.000132
+gallium_dri.so free 0x5571735d5d80 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5d80 0.000133
+gallium_dri.so free 0x5571735d5f00 void 0.000137
+gallium_dri.so free 0x5571735d5d80 void 0.000134
+gallium_dri.so malloc 72 0x5571735d5d80 0.000132
+gallium_dri.so free 0x557173602440 void 0.000133
+gallium_dri.so free 0x5571735d5d80 void 0.000131
+gallium_dri.so malloc 72 0x5571736023f0 0.000153
+gallium_dri.so free 0x557173602440 void 0.000134
+gallium_dri.so free 0x5571736023f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736023f0 0.000132
+gallium_dri.so free 0x557173602540 void 0.000132
+gallium_dri.so free 0x5571736023f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736024f0 0.000132
+gallium_dri.so free 0x557173602600 void 0.000134
+gallium_dri.so free 0x5571736024f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736025b0 0.000132
+gallium_dri.so free 0x557173602640 void 0.000133
+gallium_dri.so free 0x5571736025b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736025b0 0.000133
+gallium_dri.so free 0x557173602700 void 0.000142
+gallium_dri.so free 0x5571736025b0 void 0.000132
+gallium_dri.so malloc 72 0x557173602740 0.000130
+gallium_dri.so free 0x557173604a00 void 0.000132
+gallium_dri.so free 0x557173602740 void 0.000129
+gallium_dri.so malloc 72 0x5571736049b0 0.000129
+gallium_dri.so free 0x557173604ac0 void 0.000131
+gallium_dri.so free 0x5571736049b0 void 0.000130
+gallium_dri.so malloc 72 0x557173604a70 0.000130
+gallium_dri.so free 0x557173604b40 void 0.000132
+gallium_dri.so free 0x557173604a70 void 0.000130
+gallium_dri.so malloc 72 0x557173604a70 0.000131
+gallium_dri.so free 0x557173604c00 void 0.000130
+gallium_dri.so free 0x557173604a70 void 0.000130
+gallium_dri.so malloc 72 0x557173604a70 0.000130
+gallium_dri.so free 0x557173604cc0 void 0.000131
+gallium_dri.so free 0x557173604a70 void 0.000129
+gallium_dri.so malloc 72 0x557173604c70 0.000129
+gallium_dri.so free 0x557173606fc0 void 0.000133
+gallium_dri.so free 0x557173604c70 void 0.000132
+gallium_dri.so malloc 72 0x557173606f70 0.000129
+gallium_dri.so free 0x557173607080 void 0.000132
+gallium_dri.so free 0x557173606f70 void 0.000128
+gallium_dri.so malloc 72 0x557173607030 0.000142
+gallium_dri.so free 0x5571736070c0 void 0.000135
+gallium_dri.so free 0x557173607030 void 0.000131
+gallium_dri.so malloc 72 0x557173607030 0.000131
+gallium_dri.so free 0x557173607180 void 0.000133
+gallium_dri.so free 0x557173607030 void 0.000132
+gallium_dri.so malloc 72 0x5571736071d0 0.000132
+gallium_dri.so free 0x557173607240 void 0.000133
+gallium_dri.so free 0x5571736071d0 void 0.000133
+gallium_dri.so malloc 72 0x557173607280 0.000133
+gallium_dri.so free 0x55717358a780 void 0.000132
+gallium_dri.so free 0x557173607280 void 0.000133
+gallium_dri.so malloc 72 0x55717358a730 0.000132
+gallium_dri.so free 0x55717358a840 void 0.000133
+gallium_dri.so free 0x55717358a730 void 0.000132
+gallium_dri.so malloc 72 0x55717358a7f0 0.000132
+gallium_dri.so free 0x55717358a880 void 0.000133
+gallium_dri.so free 0x55717358a7f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358a7f0 0.000131
+gallium_dri.so free 0x55717358a940 void 0.000136
+gallium_dri.so free 0x55717358a7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a980 0.000132
+gallium_dri.so free 0x55717358aa00 void 0.000131
+gallium_dri.so free 0x55717358a980 void 0.000177
+gallium_dri.so malloc 72 0x55717358aa00 0.000132
+gallium_dri.so free 0x557173463940 void 0.000132
+gallium_dri.so free 0x55717358aa00 void 0.000132
+gallium_dri.so malloc 72 0x5571734638f0 0.000131
+gallium_dri.so free 0x5571734639c0 void 0.000132
+gallium_dri.so free 0x5571734638f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734639e0 0.000131
+gallium_dri.so free 0x557173463a80 void 0.000132
+gallium_dri.so free 0x5571734639e0 void 0.000130
+gallium_dri.so malloc 72 0x557173463a30 0.000132
+gallium_dri.so free 0x557173463b00 void 0.000133
+gallium_dri.so free 0x557173463a30 void 0.000132
+gallium_dri.so malloc 72 0x557173463a30 0.000131
+gallium_dri.so free 0x557173463b80 void 0.000132
+gallium_dri.so free 0x557173463a30 void 0.000132
+gallium_dri.so malloc 72 0x557173463b80 0.000131
+gallium_dri.so free 0x5571734684c0 void 0.000132
+gallium_dri.so free 0x557173463b80 void 0.000131
+gallium_dri.so malloc 72 0x557173468470 0.000131
+gallium_dri.so free 0x557173468500 void 0.000132
+gallium_dri.so free 0x557173468470 void 0.000131
+gallium_dri.so malloc 72 0x557173468470 0.000132
+gallium_dri.so free 0x5571734685c0 void 0.000135
+gallium_dri.so free 0x557173468470 void 0.000132
+gallium_dri.so malloc 72 0x557173468630 0.000132
+gallium_dri.so free 0x557173468680 void 0.000132
+gallium_dri.so free 0x557173468630 void 0.000131
+gallium_dri.so malloc 72 0x557173468630 0.000131
+gallium_dri.so free 0x557173468780 void 0.000132
+gallium_dri.so free 0x557173468630 void 0.000131
+gallium_dri.so malloc 72 0x557173468730 0.000130
+gallium_dri.so free 0x55717360a580 void 0.000135
+gallium_dri.so free 0x557173468730 void 0.000131
+gallium_dri.so malloc 72 0x55717360a530 0.000132
+gallium_dri.so free 0x55717360a5c0 void 0.000132
+gallium_dri.so free 0x55717360a530 void 0.000156
+gallium_dri.so malloc 72 0x55717360a530 0.000132
+gallium_dri.so free 0x55717360a680 void 0.000165
+gallium_dri.so free 0x55717360a530 void 0.000177
+gallium_dri.so malloc 72 0x55717360a6c0 0.000131
+gallium_dri.so free 0x55717360a740 void 0.000132
+gallium_dri.so free 0x55717360a6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a740 0.000131
+gallium_dri.so free 0x55717360a800 void 0.000131
+gallium_dri.so free 0x55717360a740 void 0.000140
+gallium_dri.so malloc 72 0x55717360a740 0.000131
+gallium_dri.so free 0x5571735907c0 void 0.000131
+gallium_dri.so free 0x55717360a740 void 0.000132
+gallium_dri.so malloc 72 0x55717360a740 0.000130
+gallium_dri.so free 0x557173590840 void 0.000134
+gallium_dri.so free 0x55717360a740 void 0.000133
+gallium_dri.so malloc 72 0x557173590870 0.000131
+gallium_dri.so free 0x5571735908c0 void 0.000131
+gallium_dri.so free 0x557173590870 void 0.000131
+gallium_dri.so malloc 72 0x557173590870 0.000136
+gallium_dri.so free 0x5571735909c0 void 0.000133
+gallium_dri.so free 0x557173590870 void 0.000131
+gallium_dri.so malloc 72 0x557173590970 0.000134
+gallium_dri.so free 0x557173590a80 void 0.000132
+gallium_dri.so free 0x557173590970 void 0.000131
+gallium_dri.so malloc 72 0x557173590a30 0.000132
+gallium_dri.so free 0x557173590ac0 void 0.000133
+gallium_dri.so free 0x557173590a30 void 0.000131
+gallium_dri.so malloc 72 0x557173590a30 0.000133
+gallium_dri.so free 0x557173464e00 void 0.000132
+gallium_dri.so free 0x557173590a30 void 0.000132
+gallium_dri.so malloc 72 0x557173464e00 0.000132
+gallium_dri.so free 0x557173464ec0 void 0.000152
+gallium_dri.so free 0x557173464e00 void 0.000126
+gallium_dri.so malloc 72 0x557173464e00 0.000125
+gallium_dri.so free 0x557173464f40 void 0.000121
+gallium_dri.so free 0x557173464e00 void 0.000118
+gallium_dri.so malloc 72 0x557173464f40 0.000120
+gallium_dri.so free 0x557173465000 void 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so malloc 72 0x557173464f40 0.000119
+gallium_dri.so free 0x5571734650c0 void 0.000118
+gallium_dri.so free 0x557173464f40 void 0.000117
+gallium_dri.so malloc 72 0x557173464f40 0.000118
+gallium_dri.so free 0x557173465180 void 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000118
+gallium_dri.so malloc 72 0x557173465130 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so free 0x557173465130 void 0.000117
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673c0 0.000117
+gallium_dri.so free 0x557173467500 void 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734673c0 0.000118
+gallium_dri.so free 0x5571734675c0 void 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000128
+gallium_dri.so malloc 72 0x5571734673c0 0.000120
+gallium_dri.so free 0x557173467680 void 0.000187
+gallium_dri.so free 0x5571734673c0 void 0.000240
+gallium_dri.so malloc 72 0x557173467630 0.000183
+gallium_dri.so free 0x557173467700 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000125
+gallium_dri.so malloc 72 0x557173467750 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000119
+gallium_dri.so free 0x557173467750 void 0.000118
+gallium_dri.so malloc 72 0x557173467750 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000119
+gallium_dri.so free 0x557173467750 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c30 0.000120
+gallium_dri.so free 0x5571735d4c80 void 0.000118
+gallium_dri.so free 0x5571735d4c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c30 0.000119
+gallium_dri.so free 0x5571735d4d80 void 0.000119
+gallium_dri.so free 0x5571735d4c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000119
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so free 0x5571735d4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e40 0.000119
+gallium_dri.so free 0x5571735d4f00 void 0.000118
+gallium_dri.so free 0x5571735d4e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4e40 0.000152
+gallium_dri.so free 0x557173608480 void 0.000140
+gallium_dri.so free 0x5571735d4e40 void 0.000141
+gallium_dri.so malloc 72 0x5571735d4e40 0.000140
+gallium_dri.so free 0x557173608540 void 0.000139
+gallium_dri.so free 0x5571735d4e40 void 0.000140
+gallium_dri.so malloc 72 0x5571736084f0 0.000140
+gallium_dri.so free 0x5571736085c0 void 0.000139
+gallium_dri.so free 0x5571736084f0 void 0.000135
+gallium_dri.so malloc 72 0x557173608610 0.000140
+gallium_dri.so free 0x557173608680 void 0.000139
+gallium_dri.so free 0x557173608610 void 0.000138
+gallium_dri.so malloc 72 0x5571736086e0 0.000140
+gallium_dri.so free 0x557173608780 void 0.000140
+gallium_dri.so free 0x5571736086e0 void 0.000137
+gallium_dri.so malloc 72 0x557173608730 0.000140
+gallium_dri.so free 0x5571736087c0 void 0.000139
+gallium_dri.so free 0x557173608730 void 0.000139
+gallium_dri.so malloc 72 0x557173608730 0.000139
+gallium_dri.so free 0x55717360ba40 void 0.000142
+gallium_dri.so free 0x557173608730 void 0.000139
+gallium_dri.so malloc 72 0x557173608730 0.000139
+gallium_dri.so free 0x55717360bac0 void 0.000158
+gallium_dri.so free 0x557173608730 void 0.000140
+gallium_dri.so malloc 72 0x55717360bac0 0.000140
+gallium_dri.so free 0x55717360bb80 void 0.000141
+gallium_dri.so free 0x55717360bac0 void 0.000140
+gallium_dri.so malloc 72 0x55717360bac0 0.000141
+gallium_dri.so free 0x55717360bc40 void 0.000139
+gallium_dri.so free 0x55717360bac0 void 0.000141
+gallium_dri.so malloc 72 0x55717360bac0 0.000140
+gallium_dri.so free 0x55717360bd00 void 0.000141
+gallium_dri.so free 0x55717360bac0 void 0.000140
+gallium_dri.so malloc 72 0x55717360bcb0 0.000138
+gallium_dri.so free 0x55717360bdc0 void 0.000140
+gallium_dri.so free 0x55717360bcb0 void 0.000148
+gallium_dri.so malloc 72 0x55717360bd70 0.000142
+gallium_dri.so free 0x55717358bc40 void 0.000142
+gallium_dri.so free 0x55717360bd70 void 0.000140
+gallium_dri.so malloc 72 0x55717358bc40 0.000139
+gallium_dri.so free 0x55717358bd00 void 0.000140
+gallium_dri.so free 0x55717358bc40 void 0.000136
+gallium_dri.so malloc 72 0x55717358bc40 0.000140
+gallium_dri.so free 0x55717358bd80 void 0.000148
+gallium_dri.so free 0x55717358bc40 void 0.000121
+gallium_dri.so malloc 72 0x55717358bdb0 0.000122
+gallium_dri.so free 0x55717358be00 void 0.000122
+gallium_dri.so free 0x55717358bdb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bdb0 0.000118
+gallium_dri.so free 0x55717358bf00 void 0.000120
+gallium_dri.so free 0x55717358bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358beb0 0.000120
+gallium_dri.so free 0x55717358bfc0 void 0.000119
+gallium_dri.so free 0x55717358beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bf70 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x55717358bf70 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf70 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000119
+gallium_dri.so free 0x55717358bf70 void 0.000118
+gallium_dri.so malloc 72 0x55717358e2b0 0.000128
+gallium_dri.so free 0x55717358e300 void 0.000127
+gallium_dri.so free 0x55717358e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e2b0 0.000121
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3b0 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e470 0.000119
+gallium_dri.so free 0x55717358e500 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000131
+gallium_dri.so malloc 72 0x55717358e470 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000120
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x55717358e470 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2670 0.000119
+gallium_dri.so free 0x5571735d2740 void 0.000119
+gallium_dri.so free 0x5571735d2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2790 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so free 0x5571735d2790 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2820 0.000120
+gallium_dri.so free 0x5571735d28c0 void 0.000120
+gallium_dri.so free 0x5571735d2820 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2870 0.000119
+gallium_dri.so free 0x5571735d2940 void 0.000118
+gallium_dri.so free 0x5571735d2870 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2870 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x5571735d2870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000119
+gallium_dri.so free 0x5571735d00c0 void 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571735d0180 void 0.000168
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01a0 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000118
+gallium_dri.so free 0x5571735d01a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01f0 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so free 0x5571735d01f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01f0 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d01f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x557173603900 void 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0340 0.000124
+gallium_dri.so free 0x557173603980 void 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000117
+gallium_dri.so malloc 72 0x5571736039b0 0.000118
+gallium_dri.so free 0x557173603a00 void 0.000120
+gallium_dri.so free 0x5571736039b0 void 0.000116
+gallium_dri.so malloc 72 0x557173603a00 0.000120
+gallium_dri.so free 0x557173603ac0 void 0.000121
+gallium_dri.so free 0x557173603a00 void 0.000119
+gallium_dri.so malloc 72 0x557173603a00 0.000120
+gallium_dri.so free 0x557173603bc0 void 0.000120
+gallium_dri.so free 0x557173603a00 void 0.000119
+gallium_dri.so malloc 72 0x557173603b70 0.000128
+gallium_dri.so free 0x557173603c80 void 0.000118
+gallium_dri.so free 0x557173603b70 void 0.000120
+gallium_dri.so malloc 72 0x557173603c30 0.000119
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so free 0x557173603c30 void 0.000118
+gallium_dri.so malloc 72 0x557173603c30 0.000118
+gallium_dri.so free 0x557173462900 void 0.000118
+gallium_dri.so free 0x557173603c30 void 0.000118
+gallium_dri.so malloc 72 0x5571734628b0 0.000120
+gallium_dri.so free 0x557173462980 void 0.000118
+gallium_dri.so free 0x5571734628b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734629d0 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000119
+gallium_dri.so free 0x5571734629d0 void 0.000115
+gallium_dri.so malloc 72 0x557173462a80 0.000118
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x557173462a80 void 0.000121
+gallium_dri.so malloc 72 0x557173462a80 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000119
+gallium_dri.so free 0x557173462a80 void 0.000119
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173605ec0 void 0.000117
+gallium_dri.so free 0x557173462bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173605f40 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000128
+gallium_dri.so malloc 72 0x557173605f40 0.000120
+gallium_dri.so free 0x557173606000 void 0.000119
+gallium_dri.so free 0x557173605f40 void 0.000119
+gallium_dri.so malloc 72 0x557173605f40 0.000119
+gallium_dri.so free 0x5571736060c0 void 0.000117
+gallium_dri.so free 0x557173605f40 void 0.000119
+gallium_dri.so malloc 72 0x557173605f40 0.000119
+gallium_dri.so free 0x557173606180 void 0.000118
+gallium_dri.so free 0x557173605f40 void 0.000118
+gallium_dri.so malloc 72 0x557173606130 0.000119
+gallium_dri.so free 0x557173606180 void 0.000120
+gallium_dri.so free 0x557173606130 void 0.000118
+gallium_dri.so malloc 72 0x557173606130 0.000118
+gallium_dri.so free 0x557173589680 void 0.000120
+gallium_dri.so free 0x557173606130 void 0.000115
+gallium_dri.so malloc 72 0x557173589680 0.000119
+gallium_dri.so free 0x557173606280 void 0.000125
+gallium_dri.so free 0x557173589680 void 0.000124
+gallium_dri.so malloc 72 0x557173606230 0.000119
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x557173606230 void 0.000118
+gallium_dri.so malloc 72 0x557173606230 0.000119
+gallium_dri.so free 0x557173589800 void 0.000118
+gallium_dri.so free 0x557173606230 void 0.000119
+gallium_dri.so malloc 72 0x5571735897b0 0.000119
+gallium_dri.so free 0x557173589880 void 0.000160
+gallium_dri.so free 0x5571735897b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898d0 0.000119
+gallium_dri.so free 0x557173589940 void 0.000118
+gallium_dri.so free 0x5571735898d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735899a0 0.000119
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x5571735899a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735899f0 0.000118
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so free 0x5571735899f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899f0 0.000119
+gallium_dri.so free 0x557173601400 void 0.000118
+gallium_dri.so free 0x5571735899f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736013b0 0.000118
+gallium_dri.so free 0x557173601480 void 0.000119
+gallium_dri.so free 0x5571736013b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736014d0 0.000118
+gallium_dri.so free 0x557173601540 void 0.000119
+gallium_dri.so free 0x5571736014d0 void 0.000118
+gallium_dri.so malloc 72 0x557173601560 0.000118
+gallium_dri.so free 0x557173601600 void 0.000118
+gallium_dri.so free 0x557173601560 void 0.000118
+gallium_dri.so malloc 72 0x5571736015b0 0.000118
+gallium_dri.so free 0x557173601680 void 0.000119
+gallium_dri.so free 0x5571736015b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601680 0.000125
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x557173601680 void 0.000110
+gallium_dri.so malloc 72 0x557173601680 0.000110
+gallium_dri.so free 0x557173469400 void 0.000109
+gallium_dri.so free 0x557173601680 void 0.000109
+gallium_dri.so malloc 72 0x557173469400 0.000109
+gallium_dri.so free 0x5571734694c0 void 0.000110
+gallium_dri.so free 0x557173469400 void 0.000109
+gallium_dri.so malloc 72 0x557173469400 0.000111
+gallium_dri.so free 0x557173469580 void 0.000110
+gallium_dri.so free 0x557173469400 void 0.000110
+gallium_dri.so malloc 72 0x557173469400 0.000110
+gallium_dri.so free 0x557173469640 void 0.000109
+gallium_dri.so free 0x557173469400 void 0.000111
+gallium_dri.so malloc 72 0x5571734695f0 0.000111
+gallium_dri.so free 0x5571734696c0 void 0.000111
+gallium_dri.so free 0x5571734695f0 void 0.000109
+gallium_dri.so malloc 72 0x557173469710 0.000110
+gallium_dri.so free 0x557173604300 void 0.000110
+gallium_dri.so free 0x557173469710 void 0.000110
+gallium_dri.so malloc 72 0x557173604340 0.000110
+gallium_dri.so free 0x5571736043c0 void 0.000119
+gallium_dri.so free 0x557173604340 void 0.000114
+gallium_dri.so malloc 72 0x557173604340 0.000111
+gallium_dri.so free 0x557173604440 void 0.000111
+gallium_dri.so free 0x557173604340 void 0.000110
+gallium_dri.so malloc 72 0x557173604470 0.000109
+gallium_dri.so free 0x5571736044c0 void 0.000109
+gallium_dri.so free 0x557173604470 void 0.000158
+gallium_dri.so malloc 72 0x557173604470 0.000128
+gallium_dri.so free 0x5571736045c0 void 0.000129
+gallium_dri.so free 0x557173604470 void 0.000127
+gallium_dri.so malloc 72 0x557173604570 0.000120
+gallium_dri.so free 0x557173604680 void 0.000127
+gallium_dri.so free 0x557173604570 void 0.000128
+gallium_dri.so malloc 72 0x557173604630 0.000124
+gallium_dri.so free 0x557173608e80 void 0.000125
+gallium_dri.so free 0x557173604630 void 0.000125
+gallium_dri.so malloc 72 0x557173608eb0 0.000125
+gallium_dri.so free 0x557173608f00 void 0.000125
+gallium_dri.so free 0x557173608eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173608eb0 0.000124
+gallium_dri.so free 0x557173609000 void 0.000116
+gallium_dri.so free 0x557173608eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173609040 0.000124
+gallium_dri.so free 0x5571736090c0 void 0.000126
+gallium_dri.so free 0x557173609040 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000121
+gallium_dri.so free 0x5571736046c0 void 0.000120
+gallium_dri.so free 0x5571736090c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736090c0 0.000126
+gallium_dri.so free 0x557173609180 void 0.000124
+gallium_dri.so free 0x5571736090c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736090c0 0.000115
+gallium_dri.so free 0x557173609240 void 0.000122
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736091f0 0.000116
+gallium_dri.so free 0x557173609e80 void 0.000121
+gallium_dri.so free 0x5571736091f0 void 0.000124
+gallium_dri.so malloc 72 0x557173609ed0 0.000124
+gallium_dri.so free 0x557173609f40 void 0.000125
+gallium_dri.so free 0x557173609ed0 void 0.000120
+gallium_dri.so malloc 72 0x557173609fa0 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000115
+gallium_dri.so free 0x557173609fa0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ff0 0.000124
+gallium_dri.so free 0x55717360a080 void 0.000126
+gallium_dri.so free 0x557173609ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173609ff0 0.000125
+gallium_dri.so free 0x55717360a140 void 0.000125
+gallium_dri.so free 0x557173609ff0 void 0.000120
+gallium_dri.so malloc 72 0x55717360a180 0.000115
+gallium_dri.so free 0x55717360a200 void 0.000124
+gallium_dri.so free 0x55717360a180 void 0.000120
+gallium_dri.so malloc 72 0x55717360a200 0.000115
+gallium_dri.so free 0x557173463240 void 0.000117
+gallium_dri.so free 0x55717360a200 void 0.000119
+gallium_dri.so malloc 72 0x557173463260 0.000120
+gallium_dri.so free 0x557173463300 void 0.000117
+gallium_dri.so free 0x557173463260 void 0.000115
+gallium_dri.so malloc 72 0x5571734632b0 0.000119
+gallium_dri.so free 0x557173463380 void 0.000125
+gallium_dri.so free 0x5571734632b0 void 0.000124
+gallium_dri.so malloc 72 0x557173463380 0.000119
+gallium_dri.so free 0x557173463440 void 0.000116
+gallium_dri.so free 0x557173463380 void 0.000118
+gallium_dri.so malloc 72 0x557173463380 0.000118
+gallium_dri.so free 0x5571734634c0 void 0.000116
+gallium_dri.so free 0x557173463380 void 0.000119
+gallium_dri.so malloc 72 0x5571734634c0 0.000125
+gallium_dri.so free 0x557173463580 void 0.000120
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734634c0 0.000115
+gallium_dri.so free 0x557173467dc0 void 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000119
+gallium_dri.so malloc 72 0x557173467df0 0.000124
+gallium_dri.so free 0x557173467e40 void 0.000130
+gallium_dri.so free 0x557173467df0 void 0.000125
+gallium_dri.so malloc 72 0x557173467df0 0.000124
+gallium_dri.so free 0x557173467f40 void 0.000124
+gallium_dri.so free 0x557173467df0 void 0.000124
+gallium_dri.so malloc 72 0x557173467ef0 0.000124
+gallium_dri.so free 0x557173468000 void 0.000125
+gallium_dri.so free 0x557173467ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173467fb0 0.000129
+gallium_dri.so free 0x557173468080 void 0.000131
+gallium_dri.so free 0x557173467fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571734680a0 0.000130
+gallium_dri.so free 0x557173468140 void 0.000124
+gallium_dri.so free 0x5571734680a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734680f0 0.000128
+gallium_dri.so free 0x5571735d0a00 void 0.000125
+gallium_dri.so free 0x5571734680f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000127
+gallium_dri.so free 0x5571735d0a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000125
+gallium_dri.so free 0x5571735d0b80 void 0.000134
+gallium_dri.so free 0x5571735d0ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000126
+gallium_dri.so free 0x5571735d0c00 void 0.000125
+gallium_dri.so free 0x5571735d0ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0c30 0.000122
+gallium_dri.so free 0x5571735d0c80 void 0.000140
+gallium_dri.so free 0x5571735d0c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0c30 0.000129
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000127
+gallium_dri.so free 0x5571735d2fc0 void 0.000126
+gallium_dri.so free 0x5571735d0dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3010 0.000121
+gallium_dri.so free 0x5571735d3080 void 0.000127
+gallium_dri.so free 0x5571735d3010 void 0.000134
+gallium_dri.so malloc 72 0x5571735d30a0 0.000125
+gallium_dri.so free 0x5571735d3140 void 0.000122
+gallium_dri.so free 0x5571735d30a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d30f0 0.000130
+gallium_dri.so free 0x5571735d31c0 void 0.000131
+gallium_dri.so free 0x5571735d30f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d30f0 0.000131
+gallium_dri.so free 0x5571735d3240 void 0.000130
+gallium_dri.so free 0x5571735d30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3240 0.000124
+gallium_dri.so free 0x5571735d3300 void 0.000128
+gallium_dri.so free 0x5571735d3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3240 0.000126
+gallium_dri.so free 0x5571735d5580 void 0.000122
+gallium_dri.so free 0x5571735d3240 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55a0 0.000130
+gallium_dri.so free 0x5571735d5640 void 0.000130
+gallium_dri.so free 0x5571735d55a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d55f0 0.000121
+gallium_dri.so free 0x5571735d56c0 void 0.000128
+gallium_dri.so free 0x5571735d55f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d55f0 0.000130
+gallium_dri.so free 0x5571735d5740 void 0.000130
+gallium_dri.so free 0x5571735d55f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5740 0.000131
+gallium_dri.so free 0x5571735d5800 void 0.000127
+gallium_dri.so free 0x5571735d5740 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5740 0.000142
+gallium_dri.so free 0x5571735d58c0 void 0.000136
+gallium_dri.so free 0x5571735d5740 void 0.000167
+gallium_dri.so malloc 72 0x5571735d5740 0.000130
+gallium_dri.so free 0x557173601d40 void 0.000129
+gallium_dri.so free 0x5571735d5740 void 0.000131
+gallium_dri.so malloc 72 0x557173601d90 0.000132
+gallium_dri.so free 0x557173601e00 void 0.000125
+gallium_dri.so free 0x557173601d90 void 0.000125
+gallium_dri.so malloc 72 0x557173601e40 0.000131
+gallium_dri.so free 0x557173601ec0 void 0.000130
+gallium_dri.so free 0x557173601e40 void 0.000126
+gallium_dri.so malloc 72 0x557173601ec0 0.000122
+gallium_dri.so free 0x557173601f80 void 0.000122
+gallium_dri.so free 0x557173601ec0 void 0.000126
+gallium_dri.so malloc 72 0x557173601ec0 0.000129
+gallium_dri.so free 0x5571735d5980 void 0.000129
+gallium_dri.so free 0x557173601ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5930 0.000131
+gallium_dri.so free 0x557173602000 void 0.000133
+gallium_dri.so free 0x5571735d5930 void 0.000125
+gallium_dri.so malloc 72 0x557173602040 0.000121
+gallium_dri.so free 0x5571736020c0 void 0.000122
+gallium_dri.so free 0x557173602040 void 0.000125
+gallium_dri.so malloc 72 0x5571736020c0 0.000132
+gallium_dri.so free 0x55717358c640 void 0.000131
+gallium_dri.so free 0x5571736020c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358c680 0.000122
+gallium_dri.so free 0x55717358c700 void 0.000122
+gallium_dri.so free 0x55717358c680 void 0.000126
+gallium_dri.so malloc 72 0x55717358c680 0.000130
+gallium_dri.so free 0x55717358c780 void 0.000130
+gallium_dri.so free 0x55717358c680 void 0.000127
+gallium_dri.so malloc 72 0x55717358c7b0 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000122
+gallium_dri.so free 0x55717358c7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c7b0 0.000125
+gallium_dri.so free 0x55717358c900 void 0.000131
+gallium_dri.so free 0x55717358c7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c8b0 0.000126
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so free 0x55717358c8b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358c970 0.000125
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x55717358c970 void 0.000125
+gallium_dri.so malloc 72 0x5571735911f0 0.000131
+gallium_dri.so free 0x557173591240 void 0.000130
+gallium_dri.so free 0x5571735911f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735911f0 0.000195
+gallium_dri.so free 0x557173591340 void 0.000128
+gallium_dri.so free 0x5571735911f0 void 0.000125
+gallium_dri.so malloc 72 0x557173591380 0.000132
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so free 0x557173591380 void 0.000119
+gallium_dri.so malloc 72 0x557173591400 0.000122
+gallium_dri.so free 0x55717358ca00 void 0.000127
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so malloc 72 0x557173591400 0.000125
+gallium_dri.so free 0x5571735914c0 void 0.000125
+gallium_dri.so free 0x557173591400 void 0.000129
+gallium_dri.so malloc 72 0x557173591400 0.000130
+gallium_dri.so free 0x557173591580 void 0.000130
+gallium_dri.so free 0x557173591400 void 0.000125
+gallium_dri.so malloc 72 0x557173591530 0.000126
+gallium_dri.so free 0x557173465800 void 0.000131
+gallium_dri.so free 0x557173591530 void 0.000128
+gallium_dri.so malloc 72 0x557173465850 0.000123
+gallium_dri.so free 0x5571734658c0 void 0.000124
+gallium_dri.so free 0x557173465850 void 0.000124
+gallium_dri.so malloc 72 0x557173465920 0.000122
+gallium_dri.so free 0x5571734659c0 void 0.000124
+gallium_dri.so free 0x557173465920 void 0.000124
+gallium_dri.so malloc 72 0x557173465970 0.000125
+gallium_dri.so free 0x557173465a00 void 0.000127
+gallium_dri.so free 0x557173465970 void 0.000120
+gallium_dri.so malloc 72 0x557173465970 0.000114
+gallium_dri.so free 0x557173465ac0 void 0.000116
+gallium_dri.so free 0x557173465970 void 0.000114
+gallium_dri.so malloc 72 0x557173465b00 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so free 0x557173465b00 void 0.000115
+gallium_dri.so malloc 72 0x557173465b80 0.000115
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173465b80 void 0.000115
+gallium_dri.so malloc 72 0x55717358a0a0 0.000115
+gallium_dri.so free 0x55717358a140 void 0.000115
+gallium_dri.so free 0x55717358a0a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0f0 0.000116
+gallium_dri.so free 0x55717358a1c0 void 0.000116
+gallium_dri.so free 0x55717358a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1c0 0.000115
+gallium_dri.so free 0x55717358a280 void 0.000115
+gallium_dri.so free 0x55717358a1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a1c0 0.000114
+gallium_dri.so free 0x55717358a300 void 0.000117
+gallium_dri.so free 0x55717358a1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a300 0.000115
+gallium_dri.so free 0x55717358a3c0 void 0.000114
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so malloc 72 0x55717358a300 0.000115
+gallium_dri.so free 0x5571736068c0 void 0.000122
+gallium_dri.so free 0x55717358a300 void 0.000116
+gallium_dri.so malloc 72 0x5571736068f0 0.000114
+gallium_dri.so free 0x557173606940 void 0.000116
+gallium_dri.so free 0x5571736068f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736068f0 0.000114
+gallium_dri.so free 0x557173606a40 void 0.000118
+gallium_dri.so free 0x5571736068f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736069f0 0.000116
+gallium_dri.so free 0x557173606b00 void 0.000115
+gallium_dri.so free 0x5571736069f0 void 0.000114
+gallium_dri.so malloc 72 0x557173606ab0 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000115
+gallium_dri.so free 0x557173606ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173606ba0 0.000115
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606ba0 void 0.000114
+gallium_dri.so malloc 72 0x557173606bf0 0.000115
+gallium_dri.so free 0x55717358ec00 void 0.000116
+gallium_dri.so free 0x557173606bf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec40 0.000116
+gallium_dri.so free 0x55717358ecc0 void 0.000117
+gallium_dri.so free 0x55717358ec40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ecc0 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ecc0 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000122
+gallium_dri.so free 0x55717358ecc0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee30 0.000116
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee30 0.000114
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so free 0x55717358ee30 void 0.000119
+gallium_dri.so malloc 72 0x55717358efc0 0.000115
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x55717358efc0 void 0.000115
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609680 void 0.000116
+gallium_dri.so free 0x5571736095f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609740 void 0.000116
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x557173609780 0.000114
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so malloc 72 0x557173609800 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000127
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfb00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so free 0x5571735cfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so free 0x5571735cfbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc70 0.000114
+gallium_dri.so free 0x5571735cfd00 void 0.000115
+gallium_dri.so free 0x5571735cfc70 void 0.000150
+gallium_dri.so malloc 72 0x5571735cfc70 0.000115
+gallium_dri.so free 0x5571735cfdc0 void 0.000115
+gallium_dri.so free 0x5571735cfc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe10 0.000122
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735cfe10 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe10 0.000116
+gallium_dri.so free 0x5571735d2040 void 0.000116
+gallium_dri.so free 0x5571735cfe10 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2040 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000180
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2230 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2350 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2350 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2400 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2400 0.000115
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000114
+gallium_dri.so free 0x5571736059c0 void 0.000115
+gallium_dri.so free 0x557173605970 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000113
+gallium_dri.so free 0x557173605ac0 void 0.000119
+gallium_dri.so free 0x557173605970 void 0.000113
+gallium_dri.so malloc 72 0x557173605a70 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000127
+gallium_dri.so free 0x557173605a70 void 0.000114
+gallium_dri.so malloc 72 0x557173605b30 0.000114
+gallium_dri.so free 0x557173605bc0 void 0.000115
+gallium_dri.so free 0x557173605b30 void 0.000116
+gallium_dri.so malloc 72 0x557173605b30 0.000115
+gallium_dri.so free 0x557173605c80 void 0.000116
+gallium_dri.so free 0x557173605b30 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173605cf0 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so free 0x557173605cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x557173607fc0 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000117
+gallium_dri.so free 0x557173608080 void 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000115
+gallium_dri.so malloc 72 0x557173607f00 0.000114
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x5571736080f0 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000117
+gallium_dri.so free 0x5571736080f0 void 0.000115
+gallium_dri.so malloc 72 0x557173608210 0.000117
+gallium_dri.so free 0x557173608280 void 0.000156
+gallium_dri.so free 0x557173608210 void 0.000116
+gallium_dri.so malloc 72 0x5571736082e0 0.000116
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so free 0x5571736082e0 void 0.000114
+gallium_dri.so malloc 72 0x5571736082e0 0.000115
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x5571736082e0 void 0.000115
+gallium_dri.so malloc 72 0x557173589130 0.000113
+gallium_dri.so free 0x557173589180 void 0.000115
+gallium_dri.so free 0x557173589130 void 0.000113
+gallium_dri.so malloc 72 0x557173589130 0.000114
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x557173589130 void 0.000116
+gallium_dri.so malloc 72 0x557173589230 0.000114
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so free 0x557173589230 void 0.000114
+gallium_dri.so malloc 72 0x5571735892f0 0.000114
+gallium_dri.so free 0x557173589380 void 0.000117
+gallium_dri.so free 0x5571735892f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735892f0 0.000115
+gallium_dri.so free 0x557173589440 void 0.000115
+gallium_dri.so free 0x5571735892f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589490 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x557173589490 void 0.000114
+gallium_dri.so malloc 72 0x557173589490 0.000114
+gallium_dri.so free 0x55717358dc80 void 0.000127
+gallium_dri.so free 0x557173589490 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000115
+gallium_dri.so free 0x55717358dd40 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000115
+gallium_dri.so free 0x55717358df40 void 0.000115
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358df90 0.000117
+gallium_dri.so free 0x55717358e000 void 0.000116
+gallium_dri.so free 0x55717358df90 void 0.000113
+gallium_dri.so malloc 72 0x55717358e040 0.000150
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so malloc 72 0x55717358e040 0.000123
+gallium_dri.so free 0x557173590240 void 0.000120
+gallium_dri.so free 0x55717358e040 void 0.000115
+gallium_dri.so malloc 72 0x557173590270 0.000115
+gallium_dri.so free 0x5571735902c0 void 0.000117
+gallium_dri.so free 0x557173590270 void 0.000114
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000143
+gallium_dri.so free 0x557173590270 void 0.000114
+gallium_dri.so malloc 72 0x557173590370 0.000114
+gallium_dri.so free 0x557173590480 void 0.000116
+gallium_dri.so free 0x557173590370 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000114
+gallium_dri.so free 0x5571735904c0 void 0.000115
+gallium_dri.so free 0x557173590430 void 0.000115
+gallium_dri.so malloc 72 0x557173590430 0.000116
+gallium_dri.so free 0x557173590580 void 0.000116
+gallium_dri.so free 0x557173590430 void 0.000115
+gallium_dri.so malloc 72 0x5571735905f0 0.000115
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x5571735905f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735905f0 0.000114
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so free 0x5571735905f0 void 0.000114
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000142
+gallium_dri.so malloc 72 0x557173464880 0.000115
+gallium_dri.so free 0x557173464a00 void 0.000116
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so malloc 72 0x557173464a70 0.000177
+gallium_dri.so free 0x557173464b40 void 0.000117
+gallium_dri.so free 0x557173464a70 void 0.000115
+gallium_dri.so malloc 72 0x557173464b90 0.000203
+gallium_dri.so free 0x557173464c00 void 0.000116
+gallium_dri.so free 0x557173464b90 void 0.000115
+gallium_dri.so malloc 72 0x557173464c60 0.000115
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x557173464c60 void 0.000114
+gallium_dri.so malloc 72 0x557173464c60 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so free 0x557173464c60 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000114
+gallium_dri.so free 0x55717360b540 void 0.000115
+gallium_dri.so free 0x55717360b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000114
+gallium_dri.so free 0x55717360b640 void 0.000150
+gallium_dri.so free 0x55717360b4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b5f0 0.000114
+gallium_dri.so free 0x55717360b700 void 0.000115
+gallium_dri.so free 0x55717360b5f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b6b0 0.000116
+gallium_dri.so free 0x55717360b740 void 0.000114
+gallium_dri.so free 0x55717360b6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6b0 0.000114
+gallium_dri.so free 0x55717360b800 void 0.000116
+gallium_dri.so free 0x55717360b6b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360b850 0.000117
+gallium_dri.so free 0x557173603300 void 0.000116
+gallium_dri.so free 0x55717360b850 void 0.000114
+gallium_dri.so malloc 72 0x55717360b850 0.000118
+gallium_dri.so free 0x557173603380 void 0.000189
+gallium_dri.so free 0x55717360b850 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000115
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000114
+gallium_dri.so free 0x557173603500 void 0.000117
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603570 0.000115
+gallium_dri.so free 0x557173603640 void 0.000115
+gallium_dri.so free 0x557173603570 void 0.000115
+gallium_dri.so malloc 72 0x557173603690 0.000114
+gallium_dri.so free 0x557173603700 void 0.000116
+gallium_dri.so free 0x557173603690 void 0.000114
+gallium_dri.so malloc 72 0x557173603740 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x557173603740 void 0.000126
+gallium_dri.so malloc 72 0x557173603740 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000118
+gallium_dri.so free 0x557173603740 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6f0 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000116
+gallium_dri.so free 0x55717358b6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6f0 0.000115
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b7f0 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000189
+gallium_dri.so free 0x55717358b7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8b0 0.000116
+gallium_dri.so free 0x55717358b940 void 0.000117
+gallium_dri.so free 0x55717358b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8b0 0.000115
+gallium_dri.so free 0x55717358ba00 void 0.000116
+gallium_dri.so free 0x55717358b8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba70 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x55717358ba70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ba70 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000118
+gallium_dri.so free 0x55717358ba70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4600 0.000116
+gallium_dri.so free 0x5571735d46c0 void 0.000117
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d4780 void 0.000128
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4600 0.000119
+gallium_dri.so free 0x5571735d4840 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d47f0 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4910 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4910 void 0.000114
+gallium_dri.so malloc 72 0x5571735d49e0 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000116
+gallium_dri.so free 0x5571735d49e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d49e0 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x5571735d49e0 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000113
+gallium_dri.so free 0x557173466ec0 void 0.000117
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000130
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173466f70 0.000113
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so free 0x557173466f70 void 0.000114
+gallium_dri.so malloc 72 0x557173467030 0.000114
+gallium_dri.so free 0x5571734670c0 void 0.000128
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x557173467030 0.000114
+gallium_dri.so free 0x557173467180 void 0.000117
+gallium_dri.so free 0x557173467030 void 0.000115
+gallium_dri.so malloc 72 0x5571734671d0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571734671d0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671d0 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x5571734671d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000131
+gallium_dri.so free 0x5571735daac0 void 0.000117
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dac50 0.000184
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dac50 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad00 0.000193
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dad00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dad00 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000116
+gallium_dri.so free 0x5571735dad00 void 0.000115
+gallium_dri.so malloc 72 0x5571735dae30 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000117
+gallium_dri.so free 0x5571735dae30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae30 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000117
+gallium_dri.so free 0x5571735dae30 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf30 0.000115
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daf30 void 0.000125
+gallium_dri.so malloc 72 0x5571735daff0 0.000115
+gallium_dri.so free 0x5571735db080 void 0.000116
+gallium_dri.so free 0x5571735daff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db140 void 0.000115
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000116
+gallium_dri.so free 0x5571735db1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db2b0 0.000116
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db400 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000116
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000115
+gallium_dri.so malloc 72 0x5571735db500 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so malloc 72 0x5571735db580 0.000115
+gallium_dri.so free 0x5571735db700 void 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000129
+gallium_dri.so malloc 72 0x5571735db720 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db720 void 0.000114
+gallium_dri.so malloc 72 0x5571735db770 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000121
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db770 0.000175
+gallium_dri.so free 0x5571735db8c0 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000128
+gallium_dri.so malloc 72 0x5571735db8c0 0.000115
+gallium_dri.so free 0x5571735db980 void 0.000116
+gallium_dri.so free 0x5571735db8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db8c0 0.000115
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db8c0 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbab0 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dbab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc90 0.000114
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd20 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000117
+gallium_dri.so free 0x5571735dbd20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000117
+gallium_dri.so free 0x5571735dbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000191
+gallium_dri.so free 0x5571735dbd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbec0 0.000115
+gallium_dri.so free 0x5571735dbf80 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dc080 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc030 0.000114
+gallium_dri.so free 0x5571735dc0c0 void 0.000116
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc030 0.000115
+gallium_dri.so free 0x5571735dc180 void 0.000117
+gallium_dri.so free 0x5571735dc030 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000115
+gallium_dri.so free 0x5571735dc240 void 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000117
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc240 0.000115
+gallium_dri.so free 0x5571735dc380 void 0.000116
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000115
+gallium_dri.so free 0x5571735dc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000124
+gallium_dri.so free 0x5571735e0e80 void 0.000143
+gallium_dri.so free 0x5571735dc3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000124
+gallium_dri.so free 0x5571735e0f40 void 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f40 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f40 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc530 0.000114
+gallium_dri.so free 0x5571735e1080 void 0.000115
+gallium_dri.so free 0x5571735dc530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e10c0 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1140 0.000116
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1140 0.000115
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e12e0 0.000115
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e12e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000127
+gallium_dri.so free 0x5571735e1400 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000117
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1480 0.000115
+gallium_dri.so free 0x5571735e1540 void 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1480 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1480 0.000115
+gallium_dri.so free 0x5571735e16c0 void 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1670 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000115
+gallium_dri.so free 0x5571735e1670 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1730 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1850 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e1850 void 0.000128
+gallium_dri.so malloc 72 0x5571735e18e0 0.000116
+gallium_dri.so free 0x5571735e1980 void 0.000116
+gallium_dri.so free 0x5571735e18e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1930 0.000162
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e1930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1930 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000117
+gallium_dri.so free 0x5571735e1930 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1a80 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a80 0.000113
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000123
+gallium_dri.so free 0x5571735e1bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000132
+gallium_dri.so free 0x5571735e1d40 void 0.000127
+gallium_dri.so free 0x5571735e1bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1d80 0.000121
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1e00 0.000132
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e00 0.000129
+gallium_dri.so free 0x5571735e1f40 void 0.000125
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1f70 0.000124
+gallium_dri.so free 0x5571735e1fc0 void 0.000126
+gallium_dri.so free 0x5571735e1f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1f70 0.000124
+gallium_dri.so free 0x5571735e20c0 void 0.000125
+gallium_dri.so free 0x5571735e1f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2100 0.000125
+gallium_dri.so free 0x5571735e2180 void 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2180 0.000123
+gallium_dri.so free 0x5571735e2240 void 0.000121
+gallium_dri.so free 0x5571735e2180 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2180 0.000126
+gallium_dri.so free 0x5571735e22c0 void 0.000124
+gallium_dri.so free 0x5571735e2180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e22f0 0.000134
+gallium_dri.so free 0x5571735e2340 void 0.000126
+gallium_dri.so free 0x5571735e22f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e22f0 0.000124
+gallium_dri.so free 0x5571735e2440 void 0.000126
+gallium_dri.so free 0x5571735e22f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e23f0 0.000163
+gallium_dri.so free 0x5571735e2500 void 0.000284
+gallium_dri.so free 0x5571735e23f0 void 0.000270
+gallium_dri.so malloc 72 0x5571735e24b0 0.000260
+gallium_dri.so free 0x5571735e2580 void 0.000273
+gallium_dri.so free 0x5571735e24b0 void 0.000267
+gallium_dri.so malloc 72 0x5571735e24b0 0.000266
+gallium_dri.so free 0x5571735e2640 void 0.000263
+gallium_dri.so free 0x5571735e24b0 void 0.000258
+gallium_dri.so malloc 72 0x5571735e24b0 0.000266
+gallium_dri.so free 0x5571735e2700 void 0.000272
+gallium_dri.so free 0x5571735e24b0 void 0.000449
+gallium_dri.so malloc 72 0x5571735e26b0 0.000340
+gallium_dri.so free 0x5571735e2780 void 0.000276
+gallium_dri.so free 0x5571735e26b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735e27d0 0.000284
+gallium_dri.so free 0x5571735e2840 void 0.000294
+gallium_dri.so free 0x5571735e27d0 void 0.000290
+gallium_dri.so malloc 72 0x5571735e2860 0.000278
+gallium_dri.so free 0x5571735e2900 void 0.000271
+gallium_dri.so free 0x5571735e2860 void 0.000265
+gallium_dri.so malloc 72 0x5571735e28b0 0.000167
+gallium_dri.so free 0x5571735e2980 void 0.000282
+gallium_dri.so free 0x5571735e28b0 void 0.000344
+gallium_dri.so malloc 72 0x5571735e2980 0.000321
+gallium_dri.so free 0x5571735e2a40 void 0.000270
+gallium_dri.so free 0x5571735e2980 void 0.000246
+gallium_dri.so malloc 72 0x5571735e2980 0.000300
+gallium_dri.so free 0x5571735e2ac0 void 0.000299
+gallium_dri.so free 0x5571735e2980 void 0.000300
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000302
+gallium_dri.so free 0x5571735e2b80 void 0.000306
+gallium_dri.so free 0x5571735e2ac0 void 0.000304
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000317
+gallium_dri.so free 0x5571735e2c40 void 0.000341
+gallium_dri.so free 0x5571735e2ac0 void 0.000265
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000268
+gallium_dri.so free 0x5571735e2d00 void 0.000294
+gallium_dri.so free 0x5571735e2ac0 void 0.000215
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000270
+gallium_dri.so free 0x5571735e2d80 void 0.000297
+gallium_dri.so free 0x5571735e2cb0 void 0.000268
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000264
+gallium_dri.so free 0x5571735e2e40 void 0.000268
+gallium_dri.so free 0x5571735e2dd0 void 0.000268
+gallium_dri.so malloc 72 0x5571735e2e80 0.000288
+gallium_dri.so free 0x5571735e2f00 void 0.000268
+gallium_dri.so free 0x5571735e2e80 void 0.000268
+gallium_dri.so malloc 72 0x5571735e2e80 0.000269
+gallium_dri.so free 0x5571735e2f80 void 0.000269
+gallium_dri.so free 0x5571735e2e80 void 0.000247
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000295
+gallium_dri.so free 0x5571735e3000 void 0.000268
+gallium_dri.so free 0x5571735e2fb0 void 0.000265
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000271
+gallium_dri.so free 0x5571735e3100 void 0.000269
+gallium_dri.so free 0x5571735e2fb0 void 0.000356
+gallium_dri.so malloc 72 0x5571735e30b0 0.000322
+gallium_dri.so free 0x5571735e31c0 void 0.000322
+gallium_dri.so free 0x5571735e30b0 void 0.000264
+gallium_dri.so malloc 72 0x5571735e3170 0.000335
+gallium_dri.so free 0x5571735e3200 void 0.000375
+gallium_dri.so free 0x5571735e3170 void 0.000336
+gallium_dri.so malloc 72 0x5571735e3170 0.000271
+gallium_dri.so free 0x5571735e32c0 void 0.000283
+gallium_dri.so free 0x5571735e3170 void 0.000270
+gallium_dri.so malloc 72 0x5571735e3330 0.000284
+gallium_dri.so free 0x5571735e3380 void 0.000285
+gallium_dri.so free 0x5571735e3330 void 0.000335
+gallium_dri.so malloc 72 0x5571735e3330 0.000331
+gallium_dri.so free 0x5571735e3480 void 0.000317
+gallium_dri.so free 0x5571735e3330 void 0.000275
+gallium_dri.so malloc 72 0x5571735e3430 0.000322
+gallium_dri.so free 0x5571735e3540 void 0.000229
+gallium_dri.so free 0x5571735e3430 void 0.000205
+gallium_dri.so malloc 72 0x5571735e34f0 0.000207
+gallium_dri.so free 0x5571735e3580 void 0.000201
+gallium_dri.so free 0x5571735e34f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e34f0 0.000202
+gallium_dri.so free 0x5571735e3640 void 0.000280
+gallium_dri.so free 0x5571735e34f0 void 0.000318
+gallium_dri.so malloc 72 0x5571735e3680 0.000323
+gallium_dri.so free 0x5571735e3700 void 0.000215
+gallium_dri.so free 0x5571735e3680 void 0.000274
+gallium_dri.so malloc 72 0x5571735e3700 0.000224
+gallium_dri.so free 0x5571735e37c0 void 0.000203
+gallium_dri.so free 0x5571735e3700 void 0.000266
+gallium_dri.so malloc 72 0x5571735e3700 0.000126
+gallium_dri.so free 0x5571735dc5c0 void 0.000124
+gallium_dri.so free 0x5571735e3700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3700 0.000137
+gallium_dri.so free 0x5571735dc680 void 0.000153
+gallium_dri.so free 0x5571735e3700 void 0.000139
+gallium_dri.so malloc 72 0x5571735e3700 0.000147
+gallium_dri.so free 0x5571735dc740 void 0.000127
+gallium_dri.so free 0x5571735e3700 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000136
+gallium_dri.so free 0x5571735dc7c0 void 0.000188
+gallium_dri.so free 0x5571735dc6f0 void 0.000266
+gallium_dri.so malloc 72 0x5571735dc810 0.000178
+gallium_dri.so free 0x5571735dc880 void 0.000143
+gallium_dri.so free 0x5571735dc810 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc8a0 0.000140
+gallium_dri.so free 0x5571735dc940 void 0.000139
+gallium_dri.so free 0x5571735dc8a0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000138
+gallium_dri.so free 0x5571735dc9c0 void 0.000139
+gallium_dri.so free 0x5571735dc8f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000139
+gallium_dri.so free 0x5571735dca80 void 0.000140
+gallium_dri.so free 0x5571735dc9c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000138
+gallium_dri.so free 0x5571735dcb00 void 0.000138
+gallium_dri.so free 0x5571735dc9c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcb00 0.000139
+gallium_dri.so free 0x5571735dcbc0 void 0.000139
+gallium_dri.so free 0x5571735dcb00 void 0.000165
+gallium_dri.so malloc 72 0x5571735dcb00 0.000148
+gallium_dri.so free 0x5571735dcc80 void 0.000143
+gallium_dri.so free 0x5571735dcb00 void 0.000140
+gallium_dri.so malloc 72 0x5571735dcb00 0.000139
+gallium_dri.so free 0x5571735dcd40 void 0.000142
+gallium_dri.so free 0x5571735dcb00 void 0.000140
+gallium_dri.so malloc 72 0x5571735dccf0 0.000139
+gallium_dri.so free 0x5571735dcdc0 void 0.000141
+gallium_dri.so free 0x5571735dccf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dce10 0.000139
+gallium_dri.so free 0x5571735dce80 void 0.000139
+gallium_dri.so free 0x5571735dce10 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcec0 0.000139
+gallium_dri.so free 0x5571735dcf40 void 0.000163
+gallium_dri.so free 0x5571735dcec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcec0 0.000140
+gallium_dri.so free 0x5571735dcfc0 void 0.000145
+gallium_dri.so free 0x5571735dcec0 void 0.000149
+gallium_dri.so malloc 72 0x5571735dcff0 0.000146
+gallium_dri.so free 0x5571735dd040 void 0.000143
+gallium_dri.so free 0x5571735dcff0 void 0.000144
+gallium_dri.so malloc 72 0x5571735dcff0 0.000172
+gallium_dri.so free 0x5571735dd140 void 0.000224
+gallium_dri.so free 0x5571735dcff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dd0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000111
+gallium_dri.so free 0x5571735dd240 void 0.000111
+gallium_dri.so free 0x5571735dd1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000111
+gallium_dri.so free 0x5571735dd300 void 0.000111
+gallium_dri.so free 0x5571735dd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd370 0.000110
+gallium_dri.so free 0x5571735dd3c0 void 0.000110
+gallium_dri.so free 0x5571735dd370 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd370 0.000110
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so free 0x5571735dd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd470 0.000111
+gallium_dri.so free 0x5571735dd580 void 0.000111
+gallium_dri.so free 0x5571735dd470 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd530 0.000111
+gallium_dri.so free 0x5571735dd5c0 void 0.000110
+gallium_dri.so free 0x5571735dd530 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd530 0.000111
+gallium_dri.so free 0x5571735dd680 void 0.000112
+gallium_dri.so free 0x5571735dd530 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000142
+gallium_dri.so free 0x5571735dd740 void 0.000127
+gallium_dri.so free 0x5571735dd6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd740 0.000125
+gallium_dri.so free 0x5571735dd800 void 0.000125
+gallium_dri.so free 0x5571735dd740 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd740 0.000119
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000122
+gallium_dri.so free 0x5571735dd8e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd930 0.000124
+gallium_dri.so free 0x5571735dda00 void 0.000123
+gallium_dri.so free 0x5571735dd930 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd930 0.000119
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dda80 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000116
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000130
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735dda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc70 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x5571735ddc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so free 0x5571735ddd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde50 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dde50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddee0 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddee0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000171
+gallium_dri.so free 0x5571735ddf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf30 0.000114
+gallium_dri.so free 0x5571735de080 void 0.000113
+gallium_dri.so free 0x5571735ddf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735de080 0.000115
+gallium_dri.so free 0x5571735de140 void 0.000117
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so malloc 72 0x5571735de080 0.000115
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de080 void 0.000116
+gallium_dri.so malloc 72 0x5571735de1f0 0.000127
+gallium_dri.so free 0x5571735de280 void 0.000116
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1f0 0.000115
+gallium_dri.so free 0x5571735de340 void 0.000116
+gallium_dri.so free 0x5571735de1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de380 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000116
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000115
+gallium_dri.so free 0x5571735de5c0 void 0.000114
+gallium_dri.so free 0x5571735de570 void 0.000113
+gallium_dri.so malloc 72 0x5571735de570 0.000114
+gallium_dri.so free 0x5571735de6c0 void 0.000116
+gallium_dri.so free 0x5571735de570 void 0.000114
+gallium_dri.so malloc 72 0x5571735de700 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000116
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so malloc 72 0x5571735de780 0.000114
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so malloc 72 0x5571735de780 0.000176
+gallium_dri.so free 0x5571735de8c0 void 0.000117
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8f0 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000115
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deab0 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000116
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deab0 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000116
+gallium_dri.so free 0x5571735deab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735deab0 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000115
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735decb0 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735decb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dedd0 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735dedd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee60 0.000127
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dee60 void 0.000168
+gallium_dri.so malloc 72 0x5571735deeb0 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000116
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735def80 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000116
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so malloc 72 0x5571735def80 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000116
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0c0 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2b0 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3d0 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df3d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df480 0.000117
+gallium_dri.so free 0x5571735df500 void 0.000115
+gallium_dri.so free 0x5571735df480 void 0.000114
+gallium_dri.so malloc 72 0x5571735df480 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df480 void 0.000116
+gallium_dri.so malloc 72 0x5571735df5b0 0.000116
+gallium_dri.so free 0x5571735df600 void 0.000115
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000116
+gallium_dri.so free 0x5571735df6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df800 void 0.000120
+gallium_dri.so free 0x5571735df770 void 0.000114
+gallium_dri.so malloc 72 0x5571735df770 0.000115
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so free 0x5571735df770 void 0.000114
+gallium_dri.so malloc 72 0x5571735df930 0.000115
+gallium_dri.so free 0x5571735df980 void 0.000114
+gallium_dri.so free 0x5571735df930 void 0.000115
+gallium_dri.so malloc 72 0x5571735df930 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000116
+gallium_dri.so free 0x5571735df930 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfa30 0.000166
+gallium_dri.so free 0x5571735dfb40 void 0.000116
+gallium_dri.so free 0x5571735dfa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000114
+gallium_dri.so free 0x5571735dfb80 void 0.000132
+gallium_dri.so free 0x5571735dfaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc80 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000116
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd00 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000116
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd00 0.000115
+gallium_dri.so free 0x5571735dfe80 void 0.000122
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfea0 0.000115
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfef0 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000117
+gallium_dri.so free 0x5571735dfef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0040 0.000122
+gallium_dri.so free 0x5571735e0100 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0230 0.000114
+gallium_dri.so free 0x5571735e0340 void 0.000117
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000116
+gallium_dri.so free 0x5571735e02f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0410 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0410 void 0.000114
+gallium_dri.so malloc 72 0x5571735e04a0 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e04a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e04f0 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e04f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e04f0 0.000114
+gallium_dri.so free 0x5571735e0640 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0640 0.000114
+gallium_dri.so free 0x5571735e0700 void 0.000116
+gallium_dri.so free 0x5571735e0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0640 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0940 0.000115
+gallium_dri.so free 0x5571735e09c0 void 0.000116
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735e09c0 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09c0 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000117
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b30 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so free 0x5571735e0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b30 0.000117
+gallium_dri.so free 0x5571735e0c80 void 0.000115
+gallium_dri.so free 0x5571735e0b30 void 0.000167
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d40 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d40 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000115
+gallium_dri.so free 0x5571735fc440 void 0.000115
+gallium_dri.so free 0x5571735fc3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000114
+gallium_dri.so free 0x5571735fc540 void 0.000115
+gallium_dri.so free 0x5571735fc3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000117
+gallium_dri.so free 0x5571735fc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000116
+gallium_dri.so free 0x5571735fc680 void 0.000115
+gallium_dri.so free 0x5571735fc5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000116
+gallium_dri.so free 0x5571735fc5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000116
+gallium_dri.so free 0x5571735fc880 void 0.000115
+gallium_dri.so free 0x5571735fc7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc8d0 0.000114
+gallium_dri.so free 0x5571735fc940 void 0.000115
+gallium_dri.so free 0x5571735fc8d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc960 0.000114
+gallium_dri.so free 0x5571735fca00 void 0.000116
+gallium_dri.so free 0x5571735fc960 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000114
+gallium_dri.so free 0x5571735fca80 void 0.000116
+gallium_dri.so free 0x5571735fc9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fca80 0.000116
+gallium_dri.so free 0x5571735fcb40 void 0.000117
+gallium_dri.so free 0x5571735fca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca80 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000116
+gallium_dri.so free 0x5571735fca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000116
+gallium_dri.so free 0x5571735fcbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000115
+gallium_dri.so free 0x5571735fcd40 void 0.000116
+gallium_dri.so free 0x5571735fcbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so free 0x5571735fcbc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcdb0 0.000124
+gallium_dri.so free 0x5571735fce80 void 0.000119
+gallium_dri.so free 0x5571735fcdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fced0 0.000115
+gallium_dri.so free 0x5571735fcf40 void 0.000133
+gallium_dri.so free 0x5571735fced0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcf80 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf80 0.000115
+gallium_dri.so free 0x5571735fd080 void 0.000115
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000114
+gallium_dri.so free 0x5571735fd100 void 0.000117
+gallium_dri.so free 0x5571735fd0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000167
+gallium_dri.so free 0x5571735fd200 void 0.000126
+gallium_dri.so free 0x5571735fd0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000124
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so free 0x5571735fd1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd270 0.000118
+gallium_dri.so free 0x5571735fd300 void 0.000117
+gallium_dri.so free 0x5571735fd270 void 0.000158
+gallium_dri.so malloc 72 0x5571735fd270 0.000117
+gallium_dri.so free 0x5571735fd3c0 void 0.000114
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd430 0.000114
+gallium_dri.so free 0x5571735fd480 void 0.000116
+gallium_dri.so free 0x5571735fd430 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd430 0.000115
+gallium_dri.so free 0x5571735fd580 void 0.000114
+gallium_dri.so free 0x5571735fd430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd530 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000114
+gallium_dri.so free 0x5571735fd680 void 0.000116
+gallium_dri.so free 0x5571735fd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000116
+gallium_dri.so free 0x5571735fd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd780 0.000113
+gallium_dri.so free 0x5571735fd800 void 0.000116
+gallium_dri.so free 0x5571735fd780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd800 0.000115
+gallium_dri.so free 0x5571735fd8c0 void 0.000116
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd800 0.000115
+gallium_dri.so free 0x5571735fd980 void 0.000115
+gallium_dri.so free 0x5571735fd800 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000117
+gallium_dri.so free 0x5571735fda40 void 0.000115
+gallium_dri.so free 0x5571735fd9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000115
+gallium_dri.so free 0x5571735fdac0 void 0.000114
+gallium_dri.so free 0x5571735fd9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000114
+gallium_dri.so free 0x5571735fdb40 void 0.000115
+gallium_dri.so free 0x5571735fd9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdb40 0.000114
+gallium_dri.so free 0x5571735fdc00 void 0.000116
+gallium_dri.so free 0x5571735fdb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb40 0.000118
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb40 0.000116
+gallium_dri.so free 0x5571735fdd80 void 0.000117
+gallium_dri.so free 0x5571735fdb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd30 0.000116
+gallium_dri.so free 0x5571735fde40 void 0.000128
+gallium_dri.so free 0x5571735fdd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fddf0 0.000115
+gallium_dri.so free 0x5571735fdec0 void 0.000116
+gallium_dri.so free 0x5571735fddf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf10 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000116
+gallium_dri.so free 0x5571735fdf10 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdfa0 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdfa0 void 0.000204
+gallium_dri.so malloc 72 0x5571735fdff0 0.000133
+gallium_dri.so free 0x5571735fe0c0 void 0.000119
+gallium_dri.so free 0x5571735fdff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdff0 0.000119
+gallium_dri.so free 0x5571735fe140 void 0.000118
+gallium_dri.so free 0x5571735fdff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe140 0.000119
+gallium_dri.so free 0x5571735fe200 void 0.000119
+gallium_dri.so free 0x5571735fe140 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe140 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe140 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000119
+gallium_dri.so free 0x5571735fe340 void 0.000119
+gallium_dri.so free 0x5571735fe2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000119
+gallium_dri.so free 0x5571735fe400 void 0.000119
+gallium_dri.so free 0x5571735fe2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe440 0.000124
+gallium_dri.so free 0x5571735fe4c0 void 0.000120
+gallium_dri.so free 0x5571735fe440 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000118
+gallium_dri.so free 0x5571735fe580 void 0.000122
+gallium_dri.so free 0x5571735fe4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000122
+gallium_dri.so free 0x5571735fe600 void 0.000120
+gallium_dri.so free 0x5571735fe4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe630 0.000118
+gallium_dri.so free 0x5571735fe680 void 0.000118
+gallium_dri.so free 0x5571735fe630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe630 0.000118
+gallium_dri.so free 0x5571735fe780 void 0.000118
+gallium_dri.so free 0x5571735fe630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735fe7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe840 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe840 0.000119
+gallium_dri.so free 0x5571735fe980 void 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000119
+gallium_dri.so free 0x5571735fea00 void 0.000121
+gallium_dri.so free 0x5571735fe9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000118
+gallium_dri.so free 0x5571735feb00 void 0.000119
+gallium_dri.so free 0x5571735fe9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735feab0 0.000121
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so free 0x5571735feab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb70 0.000120
+gallium_dri.so free 0x5571735fec40 void 0.000118
+gallium_dri.so free 0x5571735feb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb70 0.000125
+gallium_dri.so free 0x5571735fed00 void 0.000119
+gallium_dri.so free 0x5571735feb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb70 0.000118
+gallium_dri.so free 0x5571735fedc0 void 0.000118
+gallium_dri.so free 0x5571735feb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed70 0.000119
+gallium_dri.so free 0x5571735fee40 void 0.000119
+gallium_dri.so free 0x5571735fed70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fee90 0.000118
+gallium_dri.so free 0x5571735fef00 void 0.000169
+gallium_dri.so free 0x5571735fee90 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef20 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000119
+gallium_dri.so free 0x5571735fef20 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef70 0.000118
+gallium_dri.so free 0x5571735ff040 void 0.000119
+gallium_dri.so free 0x5571735fef70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff040 0.000119
+gallium_dri.so free 0x5571735ff100 void 0.000128
+gallium_dri.so free 0x5571735ff040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff040 0.000119
+gallium_dri.so free 0x5571735ff180 void 0.000118
+gallium_dri.so free 0x5571735ff040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff180 0.000119
+gallium_dri.so free 0x5571735ff240 void 0.000118
+gallium_dri.so free 0x5571735ff180 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff180 0.000120
+gallium_dri.so free 0x5571735ff300 void 0.000118
+gallium_dri.so free 0x5571735ff180 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff180 0.000118
+gallium_dri.so free 0x5571735ff3c0 void 0.000118
+gallium_dri.so free 0x5571735ff180 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff370 0.000118
+gallium_dri.so free 0x5571735ff440 void 0.000119
+gallium_dri.so free 0x5571735ff370 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff490 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000118
+gallium_dri.so free 0x5571735ff490 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff540 0.000118
+gallium_dri.so free 0x5571735ff5c0 void 0.000119
+gallium_dri.so free 0x5571735ff540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff540 0.000117
+gallium_dri.so free 0x5571735ff640 void 0.000118
+gallium_dri.so free 0x5571735ff540 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff670 0.000117
+gallium_dri.so free 0x5571735ff6c0 void 0.000123
+gallium_dri.so free 0x5571735ff670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff670 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000118
+gallium_dri.so free 0x5571735ff670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff770 0.000119
+gallium_dri.so free 0x5571735ff880 void 0.000119
+gallium_dri.so free 0x5571735ff770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff830 0.000118
+gallium_dri.so free 0x5571735ff8c0 void 0.000118
+gallium_dri.so free 0x5571735ff830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff830 0.000117
+gallium_dri.so free 0x5571735ff980 void 0.000118
+gallium_dri.so free 0x5571735ff830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000119
+gallium_dri.so free 0x5571735ffa40 void 0.000119
+gallium_dri.so free 0x5571735ff9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000117
+gallium_dri.so free 0x5571735ffb40 void 0.000120
+gallium_dri.so free 0x5571735ff9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000120
+gallium_dri.so free 0x5571735ffc00 void 0.000119
+gallium_dri.so free 0x5571735ffaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000119
+gallium_dri.so free 0x5571735ffc40 void 0.000118
+gallium_dri.so free 0x5571735ffbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000114
+gallium_dri.so free 0x5571735ffd00 void 0.000110
+gallium_dri.so free 0x5571735ffbb0 void 0.000154
+gallium_dri.so malloc 72 0x5571735ffd40 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000109
+gallium_dri.so free 0x5571735ffd40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000110
+gallium_dri.so free 0x5571735ffe80 void 0.000110
+gallium_dri.so free 0x5571735ffdc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000116
+gallium_dri.so free 0x5571735fff40 void 0.000112
+gallium_dri.so free 0x5571735ffdc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fff60 0.000109
+gallium_dri.so free 0x557173600000 void 0.000110
+gallium_dri.so free 0x5571735fff60 void 0.000110
+gallium_dri.so malloc 72 0x5571735fffb0 0.000110
+gallium_dri.so free 0x557173600080 void 0.000109
+gallium_dri.so free 0x5571735fffb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fffb0 0.000110
+gallium_dri.so free 0x557173600100 void 0.000111
+gallium_dri.so free 0x5571735fffb0 void 0.000110
+gallium_dri.so malloc 72 0x557173600100 0.000115
+gallium_dri.so free 0x5571736001c0 void 0.000118
+gallium_dri.so free 0x557173600100 void 0.000111
+gallium_dri.so malloc 72 0x557173600100 0.000113
+gallium_dri.so free 0x557173600280 void 0.000114
+gallium_dri.so free 0x557173600100 void 0.000110
+gallium_dri.so malloc 72 0x557173600100 0.000138
+gallium_dri.so free 0x557173600340 void 0.000120
+gallium_dri.so free 0x557173600100 void 0.000113
+gallium_dri.so malloc 72 0x5571736002f0 0.000115
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so free 0x5571736002f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736003b0 0.000114
+gallium_dri.so free 0x557173600480 void 0.000116
+gallium_dri.so free 0x5571736003b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736004d0 0.000114
+gallium_dri.so free 0x557173600540 void 0.000119
+gallium_dri.so free 0x5571736004d0 void 0.000115
+gallium_dri.so malloc 72 0x557173600560 0.000113
+gallium_dri.so free 0x557173600600 void 0.000121
+gallium_dri.so free 0x557173600560 void 0.000116
+gallium_dri.so malloc 72 0x5571736005b0 0.000116
+gallium_dri.so free 0x557173600680 void 0.000117
+gallium_dri.so free 0x5571736005b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736005b0 0.000114
+gallium_dri.so free 0x557173600700 void 0.000115
+gallium_dri.so free 0x5571736005b0 void 0.000115
+gallium_dri.so malloc 72 0x557173600700 0.000115
+gallium_dri.so free 0x5571736007c0 void 0.000116
+gallium_dri.so free 0x557173600700 void 0.000115
+gallium_dri.so malloc 72 0x557173600700 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000116
+gallium_dri.so free 0x557173600700 void 0.000115
+gallium_dri.so malloc 72 0x557173600870 0.000126
+gallium_dri.so free 0x557173600900 void 0.000116
+gallium_dri.so free 0x557173600870 void 0.000114
+gallium_dri.so malloc 72 0x557173600870 0.000114
+gallium_dri.so free 0x5571736009c0 void 0.000115
+gallium_dri.so free 0x557173600870 void 0.000115
+gallium_dri.so malloc 72 0x557173600a00 0.000115
+gallium_dri.so free 0x557173600a80 void 0.000122
+gallium_dri.so free 0x557173600a00 void 0.000116
+gallium_dri.so malloc 72 0x557173600a80 0.000114
+gallium_dri.so free 0x557173600b40 void 0.000115
+gallium_dri.so free 0x557173600a80 void 0.000113
+gallium_dri.so malloc 72 0x557173600a80 0.000116
+gallium_dri.so free 0x557173600bc0 void 0.000117
+gallium_dri.so free 0x557173600a80 void 0.000113
+gallium_dri.so malloc 72 0x557173600bf0 0.000115
+gallium_dri.so free 0x557173600c40 void 0.000115
+gallium_dri.so free 0x557173600bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173600bf0 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000118
+gallium_dri.so free 0x557173600bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173600d80 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000116
+gallium_dri.so free 0x557173600d80 void 0.000114
+gallium_dri.so malloc 72 0x557173600e00 0.000115
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so free 0x557173600e00 void 0.000119
+gallium_dri.so malloc 72 0x557173600e00 0.000124
+gallium_dri.so free 0x557173600f40 void 0.000117
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so malloc 72 0x557173600f70 0.000114
+gallium_dri.so free 0x557173600fc0 void 0.000115
+gallium_dri.so free 0x557173600f70 void 0.000114
+gallium_dri.so malloc 72 0x557173600f70 0.000116
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000114
+gallium_dri.so malloc 72 0x557173601070 0.000115
+gallium_dri.so free 0x557173601180 void 0.000115
+gallium_dri.so free 0x557173601070 void 0.000115
+gallium_dri.so malloc 72 0x557173601130 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x557173601130 void 0.000113
+gallium_dri.so malloc 72 0x557173601130 0.000115
+gallium_dri.so free 0x557173469a80 void 0.000115
+gallium_dri.so free 0x557173601130 void 0.000113
+gallium_dri.so malloc 72 0x557173469ab0 0.000115
+gallium_dri.so free 0x557173469b00 void 0.000116
+gallium_dri.so free 0x557173469ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173469ab0 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173469ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173469bb0 0.000114
+gallium_dri.so free 0x557173469cc0 void 0.000115
+gallium_dri.so free 0x557173469bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173469c70 0.000157
+gallium_dri.so free 0x557173469d00 void 0.000117
+gallium_dri.so free 0x557173469c70 void 0.000114
+gallium_dri.so malloc 72 0x557173469c70 0.000114
+gallium_dri.so free 0x557173469dc0 void 0.000115
+gallium_dri.so free 0x557173469c70 void 0.000113
+gallium_dri.so malloc 72 0x557173469e10 0.000115
+gallium_dri.so free 0x557173469e80 void 0.000115
+gallium_dri.so free 0x557173469e10 void 0.000114
+gallium_dri.so malloc 72 0x557173469ec0 0.000115
+gallium_dri.so free 0x557173469f40 void 0.000115
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173469f40 0.000114
+gallium_dri.so free 0x55717346a000 void 0.000115
+gallium_dri.so free 0x557173469f40 void 0.000114
+gallium_dri.so malloc 72 0x557173469f40 0.000114
+gallium_dri.so free 0x55717346a080 void 0.000115
+gallium_dri.so free 0x557173469f40 void 0.000114
+gallium_dri.so malloc 72 0x55717346a0b0 0.000114
+gallium_dri.so free 0x55717346a100 void 0.000116
+gallium_dri.so free 0x55717346a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a0b0 0.000115
+gallium_dri.so free 0x55717346a200 void 0.000118
+gallium_dri.so free 0x55717346a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a1b0 0.000116
+gallium_dri.so free 0x55717346a2c0 void 0.000116
+gallium_dri.so free 0x55717346a1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a270 0.000127
+gallium_dri.so free 0x55717346a340 void 0.000117
+gallium_dri.so free 0x55717346a270 void 0.000116
+gallium_dri.so malloc 72 0x55717346a360 0.000162
+gallium_dri.so free 0x55717346a400 void 0.000115
+gallium_dri.so free 0x55717346a360 void 0.000114
+gallium_dri.so malloc 72 0x55717346a3b0 0.000114
+gallium_dri.so free 0x55717346a480 void 0.000116
+gallium_dri.so free 0x55717346a3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a3b0 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000116
+gallium_dri.so free 0x55717346a3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a500 0.000115
+gallium_dri.so free 0x55717346a5c0 void 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000115
+gallium_dri.so malloc 72 0x55717346a500 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000115
+gallium_dri.so malloc 72 0x55717346a500 0.000115
+gallium_dri.so free 0x55717346a740 void 0.000114
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so malloc 72 0x55717346a6f0 0.000116
+gallium_dri.so free 0x55717346a740 void 0.000116
+gallium_dri.so free 0x55717346a6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a6f0 0.000114
+gallium_dri.so free 0x55717346a840 void 0.000116
+gallium_dri.so free 0x55717346a6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a7f0 0.000128
+gallium_dri.so free 0x55717346a900 void 0.000115
+gallium_dri.so free 0x55717346a7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a8b0 0.000115
+gallium_dri.so free 0x55717346a940 void 0.000115
+gallium_dri.so free 0x55717346a8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a8b0 0.000115
+gallium_dri.so free 0x55717346aa00 void 0.000116
+gallium_dri.so free 0x55717346a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aa40 0.000118
+gallium_dri.so free 0x55717346aac0 void 0.000116
+gallium_dri.so free 0x55717346aa40 void 0.000114
+gallium_dri.so malloc 72 0x55717346aac0 0.000115
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aac0 void 0.000116
+gallium_dri.so malloc 72 0x55717346aac0 0.000115
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x55717346aac0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ac60 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac60 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ad80 void 0.000115
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae00 0.000126
+gallium_dri.so free 0x55717346aec0 void 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346af80 void 0.000115
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000130
+gallium_dri.so malloc 72 0x55717346aff0 0.000118
+gallium_dri.so free 0x55717346b100 void 0.000117
+gallium_dri.so free 0x55717346aff0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b0b0 0.000114
+gallium_dri.so free 0x55717346b180 void 0.000114
+gallium_dri.so free 0x55717346b0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1d0 0.000113
+gallium_dri.so free 0x55717346b240 void 0.000124
+gallium_dri.so free 0x55717346b1d0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b260 0.000116
+gallium_dri.so free 0x55717346b300 void 0.000115
+gallium_dri.so free 0x55717346b260 void 0.000115
+gallium_dri.so malloc 72 0x55717346b2b0 0.000113
+gallium_dri.so free 0x55717346b380 void 0.000116
+gallium_dri.so free 0x55717346b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b2b0 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000117
+gallium_dri.so free 0x55717346b2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b400 0.000123
+gallium_dri.so free 0x55717346b4c0 void 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so malloc 72 0x55717346b400 0.000114
+gallium_dri.so free 0x55717346b5c0 void 0.000115
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so malloc 72 0x55717346b570 0.000115
+gallium_dri.so free 0x55717346b600 void 0.000111
+gallium_dri.so free 0x55717346b570 void 0.000114
+gallium_dri.so malloc 72 0x55717346b570 0.000114
+gallium_dri.so free 0x55717346b6c0 void 0.000113
+gallium_dri.so free 0x55717346b570 void 0.000114
+gallium_dri.so malloc 72 0x55717346b700 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000125
+gallium_dri.so free 0x55717346b700 void 0.000118
+gallium_dri.so malloc 72 0x55717346b780 0.000114
+gallium_dri.so free 0x55717346b840 void 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000118
+gallium_dri.so malloc 72 0x55717346b780 0.000116
+gallium_dri.so free 0x55717346b8c0 void 0.000306
+gallium_dri.so free 0x55717346b780 void 0.000330
+gallium_dri.so malloc 72 0x55717346b8f0 0.000320
+gallium_dri.so free 0x55717346b940 void 0.000386
+gallium_dri.so free 0x55717346b8f0 void 0.000291
+gallium_dri.so malloc 72 0x55717346b8f0 0.000290
+gallium_dri.so free 0x55717346ba40 void 0.000289
+gallium_dri.so free 0x55717346b8f0 void 0.000264
+gallium_dri.so malloc 72 0x55717346ba80 0.000274
+gallium_dri.so free 0x55717346bb00 void 0.000218
+gallium_dri.so free 0x55717346ba80 void 0.000201
+gallium_dri.so malloc 72 0x55717346bb00 0.000196
+gallium_dri.so free 0x55717346bbc0 void 0.000120
+gallium_dri.so free 0x55717346bb00 void 0.000119
+gallium_dri.so malloc 72 0x55717346bb00 0.000118
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346bb00 void 0.000133
+gallium_dri.so malloc 72 0x55717346bc70 0.000119
+gallium_dri.so free 0x55717346bcc0 void 0.000119
+gallium_dri.so free 0x55717346bc70 void 0.000117
+gallium_dri.so malloc 72 0x55717346bc70 0.000119
+gallium_dri.so free 0x55717346bdc0 void 0.000121
+gallium_dri.so free 0x55717346bc70 void 0.000120
+gallium_dri.so malloc 72 0x55717346bd70 0.000163
+gallium_dri.so free 0x55717346be80 void 0.000118
+gallium_dri.so free 0x55717346bd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346be30 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000117
+gallium_dri.so free 0x55717346be30 void 0.000118
+gallium_dri.so malloc 72 0x55717346be30 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000117
+gallium_dri.so free 0x55717346be30 void 0.000117
+gallium_dri.so malloc 72 0x55717346be30 0.000116
+gallium_dri.so free 0x55717346c080 void 0.000117
+gallium_dri.so free 0x55717346be30 void 0.000118
+gallium_dri.so malloc 72 0x55717346c030 0.000118
+gallium_dri.so free 0x55717346c100 void 0.000117
+gallium_dri.so free 0x55717346c030 void 0.000117
+gallium_dri.so malloc 72 0x55717346c150 0.000118
+gallium_dri.so free 0x55717346c1c0 void 0.000117
+gallium_dri.so free 0x55717346c150 void 0.000116
+gallium_dri.so malloc 72 0x55717346c1e0 0.000117
+gallium_dri.so free 0x55717346c280 void 0.000128
+gallium_dri.so free 0x55717346c1e0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c230 0.000123
+gallium_dri.so free 0x55717346c300 void 0.000125
+gallium_dri.so free 0x55717346c230 void 0.000122
+gallium_dri.so malloc 72 0x55717346c300 0.000125
+gallium_dri.so free 0x55717346c3c0 void 0.000125
+gallium_dri.so free 0x55717346c300 void 0.000125
+gallium_dri.so malloc 72 0x55717346c300 0.000124
+gallium_dri.so free 0x55717346c440 void 0.000123
+gallium_dri.so free 0x55717346c300 void 0.000125
+gallium_dri.so malloc 72 0x55717346c440 0.000125
+gallium_dri.so free 0x55717346c500 void 0.000124
+gallium_dri.so free 0x55717346c440 void 0.000125
+gallium_dri.so malloc 72 0x55717346c440 0.000123
+gallium_dri.so free 0x55717346c5c0 void 0.000123
+gallium_dri.so free 0x55717346c440 void 0.000123
+gallium_dri.so malloc 72 0x55717346c440 0.000124
+gallium_dri.so free 0x55717346c680 void 0.000125
+gallium_dri.so free 0x55717346c440 void 0.000123
+gallium_dri.so malloc 72 0x55717346c630 0.000125
+gallium_dri.so free 0x55717346c700 void 0.000126
+gallium_dri.so free 0x55717346c630 void 0.000124
+gallium_dri.so malloc 72 0x55717346c750 0.000124
+gallium_dri.so free 0x55717346c7c0 void 0.000124
+gallium_dri.so free 0x55717346c750 void 0.000124
+gallium_dri.so malloc 72 0x55717346c800 0.000125
+gallium_dri.so free 0x55717346c880 void 0.000126
+gallium_dri.so free 0x55717346c800 void 0.000125
+gallium_dri.so malloc 72 0x55717346c800 0.000124
+gallium_dri.so free 0x55717346c900 void 0.000193
+gallium_dri.so free 0x55717346c800 void 0.000123
+gallium_dri.so malloc 72 0x55717346c930 0.000124
+gallium_dri.so free 0x55717346c980 void 0.000126
+gallium_dri.so free 0x55717346c930 void 0.000124
+gallium_dri.so malloc 72 0x55717346c930 0.000124
+gallium_dri.so free 0x55717346ca80 void 0.000125
+gallium_dri.so free 0x55717346c930 void 0.000124
+gallium_dri.so malloc 72 0x55717346ca30 0.000137
+gallium_dri.so free 0x55717346cb40 void 0.000126
+gallium_dri.so free 0x55717346ca30 void 0.000124
+gallium_dri.so malloc 72 0x55717346caf0 0.000124
+gallium_dri.so free 0x55717346cb80 void 0.000125
+gallium_dri.so free 0x55717346caf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346caf0 0.000170
+gallium_dri.so free 0x55717346cc40 void 0.000125
+gallium_dri.so free 0x55717346caf0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ccb0 0.000126
+gallium_dri.so free 0x55717346cd00 void 0.000124
+gallium_dri.so free 0x55717346ccb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346ccb0 0.000124
+gallium_dri.so free 0x55717346ce00 void 0.000125
+gallium_dri.so free 0x55717346ccb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cdb0 0.000123
+gallium_dri.so free 0x55717346cec0 void 0.000135
+gallium_dri.so free 0x55717346cdb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ce70 0.000124
+gallium_dri.so free 0x55717346cf00 void 0.000123
+gallium_dri.so free 0x55717346ce70 void 0.000123
+gallium_dri.so malloc 72 0x55717346ce70 0.000124
+gallium_dri.so free 0x55717346cfc0 void 0.000123
+gallium_dri.so free 0x55717346ce70 void 0.000124
+gallium_dri.so malloc 72 0x55717346d000 0.000123
+gallium_dri.so free 0x55717346d080 void 0.000123
+gallium_dri.so free 0x55717346d000 void 0.000123
+gallium_dri.so malloc 72 0x55717346d080 0.000122
+gallium_dri.so free 0x55717346d140 void 0.000123
+gallium_dri.so free 0x55717346d080 void 0.000124
+gallium_dri.so malloc 72 0x55717346d080 0.000123
+gallium_dri.so free 0x55717346d200 void 0.000123
+gallium_dri.so free 0x55717346d080 void 0.000123
+gallium_dri.so malloc 72 0x55717346d220 0.000124
+gallium_dri.so free 0x55717346d2c0 void 0.000131
+gallium_dri.so free 0x55717346d220 void 0.000119
+gallium_dri.so malloc 72 0x55717346d270 0.000117
+gallium_dri.so free 0x55717346d340 void 0.000116
+gallium_dri.so free 0x55717346d270 void 0.000119
+gallium_dri.so malloc 72 0x55717346d270 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000117
+gallium_dri.so free 0x55717346d270 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3c0 0.000121
+gallium_dri.so free 0x55717346d480 void 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d3c0 0.000118
+gallium_dri.so free 0x55717346d540 void 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d3c0 0.000117
+gallium_dri.so free 0x55717346d600 void 0.000117
+gallium_dri.so free 0x55717346d3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5b0 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000117
+gallium_dri.so free 0x55717346d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d670 0.000118
+gallium_dri.so free 0x55717346d740 void 0.000119
+gallium_dri.so free 0x55717346d670 void 0.000118
+gallium_dri.so malloc 72 0x55717346d790 0.000118
+gallium_dri.so free 0x55717346d800 void 0.000118
+gallium_dri.so free 0x55717346d790 void 0.000115
+gallium_dri.so malloc 72 0x55717346d820 0.000118
+gallium_dri.so free 0x55717346d8c0 void 0.000118
+gallium_dri.so free 0x55717346d820 void 0.000119
+gallium_dri.so malloc 72 0x55717346d870 0.000119
+gallium_dri.so free 0x55717346d940 void 0.000131
+gallium_dri.so free 0x55717346d870 void 0.000119
+gallium_dri.so malloc 72 0x55717346d870 0.000118
+gallium_dri.so free 0x55717346d9c0 void 0.000118
+gallium_dri.so free 0x55717346d870 void 0.000127
+gallium_dri.so malloc 72 0x55717346d9c0 0.000117
+gallium_dri.so free 0x55717346da80 void 0.000116
+gallium_dri.so free 0x55717346d9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d9c0 0.000117
+gallium_dri.so free 0x55717346db80 void 0.000117
+gallium_dri.so free 0x55717346d9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346db30 0.000119
+gallium_dri.so free 0x55717346dbc0 void 0.000117
+gallium_dri.so free 0x55717346db30 void 0.000120
+gallium_dri.so malloc 72 0x55717346db30 0.000116
+gallium_dri.so free 0x55717346dc80 void 0.000116
+gallium_dri.so free 0x55717346db30 void 0.000119
+gallium_dri.so malloc 72 0x55717346dcc0 0.000117
+gallium_dri.so free 0x55717346dd40 void 0.000124
+gallium_dri.so free 0x55717346dcc0 void 0.000125
+gallium_dri.so malloc 72 0x55717346dd40 0.000125
+gallium_dri.so free 0x55717346de00 void 0.000119
+gallium_dri.so free 0x55717346dd40 void 0.000117
+gallium_dri.so malloc 72 0x55717346dd40 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so free 0x55717346dd40 void 0.000117
+gallium_dri.so malloc 72 0x55717346deb0 0.000117
+gallium_dri.so free 0x55717346df00 void 0.000117
+gallium_dri.so free 0x55717346deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346deb0 0.000128
+gallium_dri.so free 0x55717346e000 void 0.000120
+gallium_dri.so free 0x55717346deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e040 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000118
+gallium_dri.so free 0x55717346e040 void 0.000119
+gallium_dri.so malloc 72 0x55717346e0c0 0.000118
+gallium_dri.so free 0x55717346e180 void 0.000118
+gallium_dri.so free 0x55717346e0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e0c0 0.000126
+gallium_dri.so free 0x55717346e200 void 0.000120
+gallium_dri.so free 0x55717346e0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e230 0.000119
+gallium_dri.so free 0x55717346e280 void 0.000119
+gallium_dri.so free 0x55717346e230 void 0.000118
+gallium_dri.so malloc 72 0x55717346e230 0.000117
+gallium_dri.so free 0x55717346e380 void 0.000119
+gallium_dri.so free 0x55717346e230 void 0.000118
+gallium_dri.so malloc 72 0x55717346e330 0.000119
+gallium_dri.so free 0x55717346e440 void 0.000118
+gallium_dri.so free 0x55717346e330 void 0.000118
+gallium_dri.so malloc 72 0x55717346e3f0 0.000119
+gallium_dri.so free 0x55717346e4c0 void 0.000118
+gallium_dri.so free 0x55717346e3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e3f0 0.000118
+gallium_dri.so free 0x55717346e580 void 0.000118
+gallium_dri.so free 0x55717346e3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e3f0 0.000115
+gallium_dri.so free 0x55717346e640 void 0.000110
+gallium_dri.so free 0x55717346e3f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346e5f0 0.000113
+gallium_dri.so free 0x55717346e6c0 void 0.000111
+gallium_dri.so free 0x55717346e5f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346e710 0.000113
+gallium_dri.so free 0x55717346e780 void 0.000110
+gallium_dri.so free 0x55717346e710 void 0.000111
+gallium_dri.so malloc 72 0x55717346e7a0 0.000110
+gallium_dri.so free 0x55717346e840 void 0.000126
+gallium_dri.so free 0x55717346e7a0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e7f0 0.000111
+gallium_dri.so free 0x55717346e8c0 void 0.000111
+gallium_dri.so free 0x55717346e7f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346e8c0 0.000110
+gallium_dri.so free 0x55717346e980 void 0.000150
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000111
+gallium_dri.so free 0x5571735bfdc0 void 0.000111
+gallium_dri.so free 0x55717346e8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000111
+gallium_dri.so free 0x5571735bff00 void 0.000112
+gallium_dri.so free 0x5571735bfdc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735bff30 0.000209
+gallium_dri.so free 0x5571735bff80 void 0.000210
+gallium_dri.so free 0x5571735bff30 void 0.000184
+gallium_dri.so malloc 72 0x5571735bff30 0.000117
+gallium_dri.so free 0x5571735c0080 void 0.000126
+gallium_dri.so free 0x5571735bff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0030 0.000120
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x5571735c0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735c01c0 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c01e0 0.000112
+gallium_dri.so free 0x5571735c0280 void 0.000113
+gallium_dri.so free 0x5571735c01e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0230 0.000115
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0230 0.000113
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0380 0.000112
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c0380 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0380 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0380 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0670 0.000123
+gallium_dri.so free 0x5571735c0780 void 0.000116
+gallium_dri.so free 0x5571735c0670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0730 0.000116
+gallium_dri.so free 0x5571735c07c0 void 0.000116
+gallium_dri.so free 0x5571735c0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0730 0.000117
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c08c0 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c08c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0940 0.000117
+gallium_dri.so free 0x5571735c0a00 void 0.000116
+gallium_dri.so free 0x5571735c0940 void 0.000178
+gallium_dri.so malloc 72 0x5571735c0940 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000161
+gallium_dri.so malloc 72 0x5571735c0ae0 0.000123
+gallium_dri.so free 0x5571735c0b80 void 0.000129
+gallium_dri.so free 0x5571735c0ae0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0b30 0.000121
+gallium_dri.so free 0x5571735c0c00 void 0.000119
+gallium_dri.so free 0x5571735c0b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0b30 0.000129
+gallium_dri.so free 0x5571735c0c80 void 0.000128
+gallium_dri.so free 0x5571735c0b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0c80 0.000126
+gallium_dri.so free 0x5571735c0d40 void 0.000127
+gallium_dri.so free 0x5571735c0c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0c80 0.000124
+gallium_dri.so free 0x5571735c0e00 void 0.000122
+gallium_dri.so free 0x5571735c0c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0c80 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e70 0.000134
+gallium_dri.so free 0x5571735c0f80 void 0.000124
+gallium_dri.so free 0x5571735c0e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0f30 0.000123
+gallium_dri.so free 0x5571735c1000 void 0.000123
+gallium_dri.so free 0x5571735c0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1050 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000120
+gallium_dri.so free 0x5571735c1050 void 0.000123
+gallium_dri.so malloc 72 0x5571735c10e0 0.000119
+gallium_dri.so free 0x5571735c1180 void 0.000113
+gallium_dri.so free 0x5571735c10e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1130 0.000122
+gallium_dri.so free 0x5571735c1200 void 0.000130
+gallium_dri.so free 0x5571735c1130 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1130 0.000125
+gallium_dri.so free 0x5571735c1280 void 0.000129
+gallium_dri.so free 0x5571735c1130 void 0.000161
+gallium_dri.so malloc 72 0x5571735c1280 0.000125
+gallium_dri.so free 0x5571735c1340 void 0.000126
+gallium_dri.so free 0x5571735c1280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1280 0.000126
+gallium_dri.so free 0x5571735c1440 void 0.000129
+gallium_dri.so free 0x5571735c1280 void 0.000134
+gallium_dri.so malloc 72 0x5571735c13f0 0.000127
+gallium_dri.so free 0x5571735c1480 void 0.000127
+gallium_dri.so free 0x5571735c13f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c13f0 0.000127
+gallium_dri.so free 0x5571735c1540 void 0.000124
+gallium_dri.so free 0x5571735c13f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1580 0.000124
+gallium_dri.so free 0x5571735c1600 void 0.000125
+gallium_dri.so free 0x5571735c1580 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1600 0.000133
+gallium_dri.so free 0x5571735c16c0 void 0.000131
+gallium_dri.so free 0x5571735c1600 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1600 0.000123
+gallium_dri.so free 0x5571735c1740 void 0.000180
+gallium_dri.so free 0x5571735c1600 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1770 0.000129
+gallium_dri.so free 0x5571735c17c0 void 0.000130
+gallium_dri.so free 0x5571735c1770 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1770 0.000131
+gallium_dri.so free 0x5571735c18c0 void 0.000133
+gallium_dri.so free 0x5571735c1770 void 0.000182
+gallium_dri.so malloc 72 0x5571735c1900 0.000131
+gallium_dri.so free 0x5571735c1980 void 0.000130
+gallium_dri.so free 0x5571735c1900 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1980 0.000130
+gallium_dri.so free 0x5571735c1a40 void 0.000126
+gallium_dri.so free 0x5571735c1980 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1980 0.000123
+gallium_dri.so free 0x5571735c1ac0 void 0.000124
+gallium_dri.so free 0x5571735c1980 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1af0 0.000122
+gallium_dri.so free 0x5571735c1b40 void 0.000123
+gallium_dri.so free 0x5571735c1af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1af0 0.000124
+gallium_dri.so free 0x5571735c1c40 void 0.000124
+gallium_dri.so free 0x5571735c1af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000125
+gallium_dri.so free 0x5571735c1d00 void 0.000123
+gallium_dri.so free 0x5571735c1bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000124
+gallium_dri.so free 0x5571735c1d80 void 0.000123
+gallium_dri.so free 0x5571735c1cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000123
+gallium_dri.so free 0x5571735c1e40 void 0.000125
+gallium_dri.so free 0x5571735c1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c1f00 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000114
+gallium_dri.so free 0x5571735c1f80 void 0.000121
+gallium_dri.so free 0x5571735c1eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000115
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1fd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2060 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so free 0x5571735c2060 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c20b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2180 0.000117
+gallium_dri.so free 0x5571735c2240 void 0.000116
+gallium_dri.so free 0x5571735c2180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2180 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000117
+gallium_dri.so free 0x5571735c2180 void 0.000125
+gallium_dri.so malloc 72 0x5571735c22c0 0.000122
+gallium_dri.so free 0x5571735c2380 void 0.000117
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c22c0 0.000134
+gallium_dri.so free 0x5571735c2440 void 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c22c0 0.000130
+gallium_dri.so free 0x5571735c2500 void 0.000130
+gallium_dri.so free 0x5571735c22c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735c24b0 0.000131
+gallium_dri.so free 0x5571735c2580 void 0.000131
+gallium_dri.so free 0x5571735c24b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c25d0 0.000124
+gallium_dri.so free 0x5571735c2640 void 0.000129
+gallium_dri.so free 0x5571735c25d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2680 0.000131
+gallium_dri.so free 0x5571735c2700 void 0.000129
+gallium_dri.so free 0x5571735c2680 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2680 0.000130
+gallium_dri.so free 0x5571735c2780 void 0.000125
+gallium_dri.so free 0x5571735c2680 void 0.000128
+gallium_dri.so malloc 72 0x5571735c27b0 0.000130
+gallium_dri.so free 0x5571735c2800 void 0.000130
+gallium_dri.so free 0x5571735c27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c27b0 0.000123
+gallium_dri.so free 0x5571735c2900 void 0.000124
+gallium_dri.so free 0x5571735c27b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735c28b0 0.000131
+gallium_dri.so free 0x5571735c29c0 void 0.000131
+gallium_dri.so free 0x5571735c28b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2970 0.000124
+gallium_dri.so free 0x5571735c2a00 void 0.000129
+gallium_dri.so free 0x5571735c2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x5571735c2ac0 void 0.000130
+gallium_dri.so free 0x5571735c2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2b30 0.000130
+gallium_dri.so free 0x5571735c2b80 void 0.000127
+gallium_dri.so free 0x5571735c2b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2b30 0.000126
+gallium_dri.so free 0x5571735c2c80 void 0.000130
+gallium_dri.so free 0x5571735c2b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2c30 0.000134
+gallium_dri.so free 0x5571735c2d40 void 0.000131
+gallium_dri.so free 0x5571735c2c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000131
+gallium_dri.so free 0x5571735c2d80 void 0.000140
+gallium_dri.so free 0x5571735c2cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000131
+gallium_dri.so free 0x5571735c2e40 void 0.000130
+gallium_dri.so free 0x5571735c2cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2e80 0.000130
+gallium_dri.so free 0x5571735c2f00 void 0.000126
+gallium_dri.so free 0x5571735c2e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2f00 0.000131
+gallium_dri.so free 0x5571735c2fc0 void 0.000145
+gallium_dri.so free 0x5571735c2f00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2f00 0.000130
+gallium_dri.so free 0x5571735c3080 void 0.000132
+gallium_dri.so free 0x5571735c2f00 void 0.000151
+gallium_dri.so malloc 72 0x5571735c30a0 0.000133
+gallium_dri.so free 0x5571735c3140 void 0.000131
+gallium_dri.so free 0x5571735c30a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c30f0 0.000132
+gallium_dri.so free 0x5571735c31c0 void 0.000125
+gallium_dri.so free 0x5571735c30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c30f0 0.000144
+gallium_dri.so free 0x5571735c3240 void 0.000211
+gallium_dri.so free 0x5571735c30f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735c3240 0.000134
+gallium_dri.so free 0x5571735c3300 void 0.000131
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3240 0.000126
+gallium_dri.so free 0x5571735c33c0 void 0.000134
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3240 0.000129
+gallium_dri.so free 0x5571735c3480 void 0.000124
+gallium_dri.so free 0x5571735c3240 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3430 0.000124
+gallium_dri.so free 0x5571735c3540 void 0.000131
+gallium_dri.so free 0x5571735c3430 void 0.000131
+gallium_dri.so malloc 72 0x5571735c34f0 0.000130
+gallium_dri.so free 0x5571735c35c0 void 0.000132
+gallium_dri.so free 0x5571735c34f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3610 0.000127
+gallium_dri.so free 0x5571735c3680 void 0.000124
+gallium_dri.so free 0x5571735c3610 void 0.000134
+gallium_dri.so malloc 72 0x5571735c36a0 0.000124
+gallium_dri.so free 0x5571735c3740 void 0.000124
+gallium_dri.so free 0x5571735c36a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c36f0 0.000131
+gallium_dri.so free 0x5571735c37c0 void 0.000124
+gallium_dri.so free 0x5571735c36f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c36f0 0.000124
+gallium_dri.so free 0x5571735c3840 void 0.000127
+gallium_dri.so free 0x5571735c36f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3840 0.000124
+gallium_dri.so free 0x5571735c3900 void 0.000126
+gallium_dri.so free 0x5571735c3840 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3840 0.000132
+gallium_dri.so free 0x5571735c3a00 void 0.000133
+gallium_dri.so free 0x5571735c3840 void 0.000126
+gallium_dri.so malloc 72 0x5571735c39b0 0.000129
+gallium_dri.so free 0x5571735c3a40 void 0.000130
+gallium_dri.so free 0x5571735c39b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c39b0 0.000123
+gallium_dri.so free 0x5571735c3b00 void 0.000125
+gallium_dri.so free 0x5571735c39b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3b40 0.000132
+gallium_dri.so free 0x5571735c3bc0 void 0.000170
+gallium_dri.so free 0x5571735c3b40 void 0.000168
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000319
+gallium_dri.so free 0x5571735c3c80 void 0.000323
+gallium_dri.so free 0x5571735c3bc0 void 0.000218
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000166
+gallium_dri.so free 0x5571735c3d00 void 0.000166
+gallium_dri.so free 0x5571735c3bc0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c3d30 0.000159
+gallium_dri.so free 0x5571735c3d80 void 0.000164
+gallium_dri.so free 0x5571735c3d30 void 0.000174
+gallium_dri.so malloc 72 0x5571735c3d30 0.000132
+gallium_dri.so free 0x5571735c3e80 void 0.000126
+gallium_dri.so free 0x5571735c3d30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000125
+gallium_dri.so free 0x5571735c3f40 void 0.000124
+gallium_dri.so free 0x5571735c3ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3f40 0.000127
+gallium_dri.so free 0x5571735c4000 void 0.000126
+gallium_dri.so free 0x5571735c3f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3f40 0.000131
+gallium_dri.so free 0x5571735c4080 void 0.000130
+gallium_dri.so free 0x5571735c3f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735c40b0 0.000124
+gallium_dri.so free 0x5571735c4100 void 0.000129
+gallium_dri.so free 0x5571735c40b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c40b0 0.000124
+gallium_dri.so free 0x5571735c4200 void 0.000124
+gallium_dri.so free 0x5571735c40b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c41b0 0.000129
+gallium_dri.so free 0x5571735c42c0 void 0.000132
+gallium_dri.so free 0x5571735c41b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4270 0.000126
+gallium_dri.so free 0x5571735c4340 void 0.000126
+gallium_dri.so free 0x5571735c4270 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4270 0.000128
+gallium_dri.so free 0x5571735c4400 void 0.000126
+gallium_dri.so free 0x5571735c4270 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4270 0.000139
+gallium_dri.so free 0x5571735c44c0 void 0.000131
+gallium_dri.so free 0x5571735c4270 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4470 0.000129
+gallium_dri.so free 0x5571735c4540 void 0.000130
+gallium_dri.so free 0x5571735c4470 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4590 0.000132
+gallium_dri.so free 0x5571735c4600 void 0.000276
+gallium_dri.so free 0x5571735c4590 void 0.000254
+gallium_dri.so malloc 72 0x5571735c4620 0.000268
+gallium_dri.so free 0x5571735c46c0 void 0.000212
+gallium_dri.so free 0x5571735c4620 void 0.000165
+gallium_dri.so malloc 72 0x5571735c4670 0.000166
+gallium_dri.so free 0x5571735c4740 void 0.000162
+gallium_dri.so free 0x5571735c4670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4740 0.000133
+gallium_dri.so free 0x5571735c4800 void 0.000131
+gallium_dri.so free 0x5571735c4740 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4740 0.000132
+gallium_dri.so free 0x5571735c4880 void 0.000131
+gallium_dri.so free 0x5571735c4740 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4880 0.000132
+gallium_dri.so free 0x5571735c4940 void 0.000132
+gallium_dri.so free 0x5571735c4880 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4880 0.000132
+gallium_dri.so free 0x5571735c4a00 void 0.000134
+gallium_dri.so free 0x5571735c4880 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4880 0.000132
+gallium_dri.so free 0x5571735c4ac0 void 0.000132
+gallium_dri.so free 0x5571735c4880 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4a70 0.000132
+gallium_dri.so free 0x5571735c4b40 void 0.000133
+gallium_dri.so free 0x5571735c4a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b90 0.000187
+gallium_dri.so free 0x5571735c4c00 void 0.000129
+gallium_dri.so free 0x5571735c4b90 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4c40 0.000223
+gallium_dri.so free 0x5571735c4cc0 void 0.000320
+gallium_dri.so free 0x5571735c4c40 void 0.000272
+gallium_dri.so malloc 72 0x5571735c4c40 0.000273
+gallium_dri.so free 0x5571735c4d40 void 0.000162
+gallium_dri.so free 0x5571735c4c40 void 0.000163
+gallium_dri.so malloc 72 0x5571735c4d70 0.000132
+gallium_dri.so free 0x5571735c4dc0 void 0.000126
+gallium_dri.so free 0x5571735c4d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4d70 0.000122
+gallium_dri.so free 0x5571735c4ec0 void 0.000128
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4e70 0.000131
+gallium_dri.so free 0x5571735c4f80 void 0.000125
+gallium_dri.so free 0x5571735c4e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4f30 0.000123
+gallium_dri.so free 0x5571735c4fc0 void 0.000124
+gallium_dri.so free 0x5571735c4f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4f30 0.000131
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735c4f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4f30 0.000134
+gallium_dri.so free 0x5571735eb480 void 0.000129
+gallium_dri.so free 0x5571735c4f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000128
+gallium_dri.so free 0x5571735eb540 void 0.000133
+gallium_dri.so free 0x5571735eb4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb540 0.000130
+gallium_dri.so free 0x5571735eb600 void 0.000129
+gallium_dri.so free 0x5571735eb540 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb540 0.000129
+gallium_dri.so free 0x5571735eb680 void 0.000127
+gallium_dri.so free 0x5571735eb540 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000126
+gallium_dri.so free 0x5571735eb700 void 0.000130
+gallium_dri.so free 0x5571735eb6b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000126
+gallium_dri.so free 0x5571735eb800 void 0.000125
+gallium_dri.so free 0x5571735eb6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000129
+gallium_dri.so free 0x5571735eb8c0 void 0.000126
+gallium_dri.so free 0x5571735eb7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb870 0.000124
+gallium_dri.so free 0x5571735eb940 void 0.000179
+gallium_dri.so free 0x5571735eb870 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb870 0.000125
+gallium_dri.so free 0x5571735eba00 void 0.000128
+gallium_dri.so free 0x5571735eb870 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb870 0.000127
+gallium_dri.so free 0x5571735ebac0 void 0.000125
+gallium_dri.so free 0x5571735eb870 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba70 0.000128
+gallium_dri.so free 0x5571735ebb40 void 0.000126
+gallium_dri.so free 0x5571735eba70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebb90 0.000130
+gallium_dri.so free 0x5571735ebc00 void 0.000131
+gallium_dri.so free 0x5571735ebb90 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebc20 0.000123
+gallium_dri.so free 0x5571735ebcc0 void 0.000128
+gallium_dri.so free 0x5571735ebc20 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebc70 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000127
+gallium_dri.so free 0x5571735ebc70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebd40 0.000130
+gallium_dri.so free 0x5571735ebe00 void 0.000124
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebd40 0.000129
+gallium_dri.so free 0x5571735ebe80 void 0.000132
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebe80 0.000123
+gallium_dri.so free 0x5571735ebf40 void 0.000130
+gallium_dri.so free 0x5571735ebe80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebe80 0.000129
+gallium_dri.so free 0x5571735ec000 void 0.000131
+gallium_dri.so free 0x5571735ebe80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebe80 0.000130
+gallium_dri.so free 0x5571735ec0c0 void 0.000127
+gallium_dri.so free 0x5571735ebe80 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec070 0.000130
+gallium_dri.so free 0x5571735ec140 void 0.000165
+gallium_dri.so free 0x5571735ec070 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec190 0.000125
+gallium_dri.so free 0x5571735ec200 void 0.000125
+gallium_dri.so free 0x5571735ec190 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec240 0.000126
+gallium_dri.so free 0x5571735ec2c0 void 0.000125
+gallium_dri.so free 0x5571735ec240 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec240 0.000136
+gallium_dri.so free 0x5571735ec340 void 0.000129
+gallium_dri.so free 0x5571735ec240 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec370 0.000133
+gallium_dri.so free 0x5571735ec3c0 void 0.000137
+gallium_dri.so free 0x5571735ec370 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec370 0.000125
+gallium_dri.so free 0x5571735ec4c0 void 0.000133
+gallium_dri.so free 0x5571735ec370 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec470 0.000129
+gallium_dri.so free 0x5571735ec580 void 0.000131
+gallium_dri.so free 0x5571735ec470 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec530 0.000125
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec530 0.000123
+gallium_dri.so free 0x5571735ec680 void 0.000123
+gallium_dri.so free 0x5571735ec530 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000132
+gallium_dri.so free 0x5571735ec740 void 0.000130
+gallium_dri.so free 0x5571735ec6f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000170
+gallium_dri.so free 0x5571735ec840 void 0.000167
+gallium_dri.so free 0x5571735ec6f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000130
+gallium_dri.so free 0x5571735ec900 void 0.000125
+gallium_dri.so free 0x5571735ec7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000129
+gallium_dri.so free 0x5571735ec940 void 0.000131
+gallium_dri.so free 0x5571735ec8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000128
+gallium_dri.so free 0x5571735eca00 void 0.000126
+gallium_dri.so free 0x5571735ec8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eca40 0.000126
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735eca40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecac0 0.000126
+gallium_dri.so free 0x5571735ecb80 void 0.000125
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecac0 0.000131
+gallium_dri.so free 0x5571735ecc40 void 0.000131
+gallium_dri.so free 0x5571735ecac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecc60 0.000135
+gallium_dri.so free 0x5571735ecd00 void 0.000125
+gallium_dri.so free 0x5571735ecc60 void 0.000129
+gallium_dri.so malloc 72 0x5571735eccb0 0.000130
+gallium_dri.so free 0x5571735ecd80 void 0.000125
+gallium_dri.so free 0x5571735eccb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eccb0 0.000130
+gallium_dri.so free 0x5571735ece00 void 0.000126
+gallium_dri.so free 0x5571735eccb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ece00 0.000130
+gallium_dri.so free 0x5571735ecec0 void 0.000130
+gallium_dri.so free 0x5571735ece00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ece00 0.000125
+gallium_dri.so free 0x5571735ecf80 void 0.000130
+gallium_dri.so free 0x5571735ece00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ece00 0.000129
+gallium_dri.so free 0x5571735ed040 void 0.000130
+gallium_dri.so free 0x5571735ece00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecff0 0.000125
+gallium_dri.so free 0x5571735ed100 void 0.000130
+gallium_dri.so free 0x5571735ecff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000128
+gallium_dri.so free 0x5571735ed180 void 0.000131
+gallium_dri.so free 0x5571735ed0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed1d0 0.000142
+gallium_dri.so free 0x5571735ed240 void 0.000127
+gallium_dri.so free 0x5571735ed1d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed260 0.000132
+gallium_dri.so free 0x5571735ed300 void 0.000130
+gallium_dri.so free 0x5571735ed260 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000131
+gallium_dri.so free 0x5571735ed380 void 0.000131
+gallium_dri.so free 0x5571735ed2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000129
+gallium_dri.so free 0x5571735ed400 void 0.000131
+gallium_dri.so free 0x5571735ed2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed400 0.000129
+gallium_dri.so free 0x5571735ed4c0 void 0.000130
+gallium_dri.so free 0x5571735ed400 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed400 0.000131
+gallium_dri.so free 0x5571735ed5c0 void 0.000126
+gallium_dri.so free 0x5571735ed400 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed570 0.000131
+gallium_dri.so free 0x5571735ed600 void 0.000130
+gallium_dri.so free 0x5571735ed570 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed570 0.000123
+gallium_dri.so free 0x5571735ed6c0 void 0.000124
+gallium_dri.so free 0x5571735ed570 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed700 0.000156
+gallium_dri.so free 0x5571735ed780 void 0.000134
+gallium_dri.so free 0x5571735ed700 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed780 0.000132
+gallium_dri.so free 0x5571735ed840 void 0.000131
+gallium_dri.so free 0x5571735ed780 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed780 0.000132
+gallium_dri.so free 0x5571735ed8c0 void 0.000185
+gallium_dri.so free 0x5571735ed780 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so free 0x5571735ed8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000125
+gallium_dri.so free 0x5571735eda40 void 0.000124
+gallium_dri.so free 0x5571735ed8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eda80 0.000128
+gallium_dri.so free 0x5571735edb00 void 0.000125
+gallium_dri.so free 0x5571735eda80 void 0.000125
+gallium_dri.so malloc 72 0x5571735edb00 0.000123
+gallium_dri.so free 0x5571735edbc0 void 0.000124
+gallium_dri.so free 0x5571735edb00 void 0.000123
+gallium_dri.so malloc 72 0x5571735edb00 0.000123
+gallium_dri.so free 0x5571735edc40 void 0.000122
+gallium_dri.so free 0x5571735edb00 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc70 0.000132
+gallium_dri.so free 0x5571735edcc0 void 0.000126
+gallium_dri.so free 0x5571735edc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735edc70 0.000123
+gallium_dri.so free 0x5571735eddc0 void 0.000123
+gallium_dri.so free 0x5571735edc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735edd70 0.000124
+gallium_dri.so free 0x5571735ede80 void 0.000124
+gallium_dri.so free 0x5571735edd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ede30 0.000124
+gallium_dri.so free 0x5571735edf00 void 0.000125
+gallium_dri.so free 0x5571735ede30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ede30 0.000125
+gallium_dri.so free 0x5571735edfc0 void 0.000124
+gallium_dri.so free 0x5571735ede30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ede30 0.000124
+gallium_dri.so free 0x5571735ee080 void 0.000124
+gallium_dri.so free 0x5571735ede30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee030 0.000124
+gallium_dri.so free 0x5571735ee100 void 0.000124
+gallium_dri.so free 0x5571735ee030 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee150 0.000123
+gallium_dri.so free 0x5571735ee1c0 void 0.000125
+gallium_dri.so free 0x5571735ee150 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000124
+gallium_dri.so free 0x5571735ee280 void 0.000122
+gallium_dri.so free 0x5571735ee1e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee230 0.000125
+gallium_dri.so free 0x5571735ee300 void 0.000131
+gallium_dri.so free 0x5571735ee230 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee300 0.000118
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee300 0.000117
+gallium_dri.so free 0x5571735ee440 void 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee440 0.000118
+gallium_dri.so free 0x5571735ee500 void 0.000119
+gallium_dri.so free 0x5571735ee440 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee440 0.000117
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so free 0x5571735ee440 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee440 0.000119
+gallium_dri.so free 0x5571735ee680 void 0.000118
+gallium_dri.so free 0x5571735ee440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee630 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee630 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee750 0.000117
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee750 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee800 0.000118
+gallium_dri.so free 0x5571735ee880 void 0.000121
+gallium_dri.so free 0x5571735ee800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee800 0.000206
+gallium_dri.so free 0x5571735ee900 void 0.000173
+gallium_dri.so free 0x5571735ee800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee930 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000118
+gallium_dri.so free 0x5571735ee930 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee930 0.000118
+gallium_dri.so free 0x5571735eea80 void 0.000118
+gallium_dri.so free 0x5571735ee930 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea30 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so free 0x5571735eea30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000117
+gallium_dri.so free 0x5571735eeb80 void 0.000119
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eeaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eecb0 0.000119
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eecb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eecb0 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000119
+gallium_dri.so free 0x5571735eecb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eedb0 0.000119
+gallium_dri.so free 0x5571735eeec0 void 0.000118
+gallium_dri.so free 0x5571735eedb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735eee70 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000119
+gallium_dri.so free 0x5571735eee70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eee70 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef000 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735ef000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef080 0.000119
+gallium_dri.so free 0x5571735ef140 void 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef080 0.000119
+gallium_dri.so free 0x5571735ef200 void 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef220 0.000121
+gallium_dri.so free 0x5571735ef2c0 void 0.000120
+gallium_dri.so free 0x5571735ef220 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef270 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef270 0.000117
+gallium_dri.so free 0x5571735ef3c0 void 0.000128
+gallium_dri.so free 0x5571735ef270 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000118
+gallium_dri.so free 0x5571735ef540 void 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000119
+gallium_dri.so free 0x5571735ef600 void 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000119
+gallium_dri.so free 0x5571735ef6c0 void 0.000119
+gallium_dri.so free 0x5571735ef5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef740 void 0.000119
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef790 0.000119
+gallium_dri.so free 0x5571735ef800 void 0.000119
+gallium_dri.so free 0x5571735ef790 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef820 0.000119
+gallium_dri.so free 0x5571735ef8c0 void 0.000119
+gallium_dri.so free 0x5571735ef820 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000119
+gallium_dri.so free 0x5571735ef940 void 0.000119
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000118
+gallium_dri.so free 0x5571735ef9c0 void 0.000122
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000118
+gallium_dri.so free 0x5571735efb80 void 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb30 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so free 0x5571735efb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735efb30 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so free 0x5571735efb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcc0 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000120
+gallium_dri.so free 0x5571735efcc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efd40 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd40 0.000118
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efeb0 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so free 0x5571735efeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efeb0 0.000186
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735efeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0040 0.000119
+gallium_dri.so free 0x5571735f00c0 void 0.000119
+gallium_dri.so free 0x5571735f0040 void 0.000117
+gallium_dri.so malloc 72 0x5571735f00c0 0.000118
+gallium_dri.so free 0x5571735f0180 void 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f00c0 0.000123
+gallium_dri.so free 0x5571735f0200 void 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0230 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so free 0x5571735f0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0230 0.000117
+gallium_dri.so free 0x5571735f0380 void 0.000120
+gallium_dri.so free 0x5571735f0230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000118
+gallium_dri.so free 0x5571735f0440 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03f0 0.000119
+gallium_dri.so free 0x5571735f04c0 void 0.000118
+gallium_dri.so free 0x5571735f03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03f0 0.000119
+gallium_dri.so free 0x5571735f0580 void 0.000118
+gallium_dri.so free 0x5571735f03f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f03f0 0.000120
+gallium_dri.so free 0x5571735f0640 void 0.000119
+gallium_dri.so free 0x5571735f03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f05f0 0.000120
+gallium_dri.so free 0x5571735f06c0 void 0.000118
+gallium_dri.so free 0x5571735f05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0710 0.000118
+gallium_dri.so free 0x5571735f0780 void 0.000119
+gallium_dri.so free 0x5571735f0710 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07a0 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000119
+gallium_dri.so free 0x5571735f07a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07f0 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f08c0 0.000118
+gallium_dri.so free 0x5571735f0980 void 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f08c0 0.000120
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0a00 0.000118
+gallium_dri.so free 0x5571735f0ac0 void 0.000119
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a00 0.000119
+gallium_dri.so free 0x5571735f0b80 void 0.000126
+gallium_dri.so free 0x5571735f0a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0a00 0.000119
+gallium_dri.so free 0x5571735f0c40 void 0.000118
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000118
+gallium_dri.so free 0x5571735f0bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d10 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000119
+gallium_dri.so free 0x5571735f0d10 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000118
+gallium_dri.so free 0x5571735f0dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so free 0x5571735f0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000119
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so free 0x5571735f0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10b0 0.000123
+gallium_dri.so free 0x5571735f1140 void 0.000125
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1200 void 0.000119
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1270 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000120
+gallium_dri.so free 0x5571735f1270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1270 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1370 0.000118
+gallium_dri.so free 0x5571735f1480 void 0.000119
+gallium_dri.so free 0x5571735f1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1430 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so free 0x5571735f1430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1430 0.000119
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f1430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f15c0 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f15c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1640 0.000118
+gallium_dri.so free 0x5571735f1700 void 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1640 0.000122
+gallium_dri.so free 0x5571735f17c0 void 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17e0 0.000118
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so free 0x5571735f17e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1830 0.000118
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f1830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1830 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f1830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1980 0.000121
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1980 0.000118
+gallium_dri.so free 0x5571735f1b00 void 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1980 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c30 0.000119
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1d50 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so free 0x5571735f1d50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1de0 0.000119
+gallium_dri.so free 0x5571735f1e80 void 0.000118
+gallium_dri.so free 0x5571735f1de0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e30 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e30 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so free 0x5571735f1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f80 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1f80 0.000124
+gallium_dri.so free 0x5571735f2140 void 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so free 0x5571735f20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f20f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2280 0.000118
+gallium_dri.so free 0x5571735f2300 void 0.000126
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2300 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2300 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2470 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f2470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2600 0.000119
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2680 0.000118
+gallium_dri.so free 0x5571735f2740 void 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2680 0.000118
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27f0 0.000118
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735f27f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f27f0 0.000119
+gallium_dri.so free 0x5571735f2940 void 0.000120
+gallium_dri.so free 0x5571735f27f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f28f0 0.000118
+gallium_dri.so free 0x5571735f2a00 void 0.000119
+gallium_dri.so free 0x5571735f28f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f29b0 0.000118
+gallium_dri.so free 0x5571735f2a80 void 0.000119
+gallium_dri.so free 0x5571735f29b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29b0 0.000119
+gallium_dri.so free 0x5571735f2b40 void 0.000118
+gallium_dri.so free 0x5571735f29b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f29b0 0.000119
+gallium_dri.so free 0x5571735f2c00 void 0.000118
+gallium_dri.so free 0x5571735f29b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so free 0x5571735f2bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cd0 0.000120
+gallium_dri.so free 0x5571735f2d40 void 0.000122
+gallium_dri.so free 0x5571735f2cd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2d60 0.000119
+gallium_dri.so free 0x5571735f2e00 void 0.000120
+gallium_dri.so free 0x5571735f2d60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2db0 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so free 0x5571735f2db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e80 0.000167
+gallium_dri.so free 0x5571735f2f40 void 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e80 0.000118
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000119
+gallium_dri.so free 0x5571735f3080 void 0.000118
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000119
+gallium_dri.so free 0x5571735f3140 void 0.000119
+gallium_dri.so free 0x5571735f2fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000120
+gallium_dri.so free 0x5571735f3200 void 0.000122
+gallium_dri.so free 0x5571735f2fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f31b0 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000120
+gallium_dri.so free 0x5571735f31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f32d0 0.000119
+gallium_dri.so free 0x5571735f3340 void 0.000118
+gallium_dri.so free 0x5571735f32d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3380 0.000118
+gallium_dri.so free 0x5571735f3400 void 0.000119
+gallium_dri.so free 0x5571735f3380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3380 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000119
+gallium_dri.so free 0x5571735f3380 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34b0 0.000120
+gallium_dri.so free 0x5571735f3500 void 0.000118
+gallium_dri.so free 0x5571735f34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f34b0 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so free 0x5571735f34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f35b0 0.000119
+gallium_dri.so free 0x5571735f36c0 void 0.000119
+gallium_dri.so free 0x5571735f35b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000117
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x55717360c0f0 0.000120
+gallium_dri.so free 0x55717360c140 void 0.000120
+gallium_dri.so free 0x55717360c0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c0f0 0.000119
+gallium_dri.so free 0x55717360c240 void 0.000118
+gallium_dri.so free 0x55717360c0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c280 0.000119
+gallium_dri.so free 0x55717360c300 void 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so malloc 72 0x55717360c300 0.000119
+gallium_dri.so free 0x55717360c3c0 void 0.000118
+gallium_dri.so free 0x55717360c300 void 0.000118
+gallium_dri.so malloc 72 0x55717360c300 0.000119
+gallium_dri.so free 0x55717360c440 void 0.000126
+gallium_dri.so free 0x55717360c300 void 0.000119
+gallium_dri.so malloc 72 0x55717360c470 0.000119
+gallium_dri.so free 0x55717360c4c0 void 0.000119
+gallium_dri.so free 0x55717360c470 void 0.000117
+gallium_dri.so malloc 72 0x55717360c470 0.000119
+gallium_dri.so free 0x55717360c5c0 void 0.000119
+gallium_dri.so free 0x55717360c470 void 0.000118
+gallium_dri.so malloc 72 0x55717360c570 0.000117
+gallium_dri.so free 0x55717360c680 void 0.000118
+gallium_dri.so free 0x55717360c570 void 0.000118
+gallium_dri.so malloc 72 0x55717360c630 0.000119
+gallium_dri.so free 0x55717360c700 void 0.000118
+gallium_dri.so free 0x55717360c630 void 0.000118
+gallium_dri.so malloc 72 0x55717360c630 0.000119
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x55717360c630 void 0.000120
+gallium_dri.so malloc 72 0x55717360c630 0.000119
+gallium_dri.so free 0x55717360c880 void 0.000119
+gallium_dri.so free 0x55717360c630 void 0.000118
+gallium_dri.so malloc 72 0x55717360c830 0.000118
+gallium_dri.so free 0x55717360c900 void 0.000118
+gallium_dri.so free 0x55717360c830 void 0.000118
+gallium_dri.so malloc 72 0x55717360c950 0.000121
+gallium_dri.so free 0x55717360c9c0 void 0.000119
+gallium_dri.so free 0x55717360c950 void 0.000118
+gallium_dri.so malloc 72 0x55717360c9e0 0.000119
+gallium_dri.so free 0x55717360ca80 void 0.000185
+gallium_dri.so free 0x55717360c9e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ca30 0.000124
+gallium_dri.so free 0x55717360cb00 void 0.000120
+gallium_dri.so free 0x55717360ca30 void 0.000119
+gallium_dri.so malloc 72 0x55717360cb00 0.000120
+gallium_dri.so free 0x55717360cbc0 void 0.000119
+gallium_dri.so free 0x55717360cb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360cb00 0.000119
+gallium_dri.so free 0x55717360cc40 void 0.000120
+gallium_dri.so free 0x55717360cb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360cc40 0.000117
+gallium_dri.so free 0x55717360cd00 void 0.000118
+gallium_dri.so free 0x55717360cc40 void 0.000120
+gallium_dri.so malloc 72 0x55717360cc40 0.000120
+gallium_dri.so free 0x55717360cdc0 void 0.000123
+gallium_dri.so free 0x55717360cc40 void 0.000126
+gallium_dri.so malloc 72 0x55717360cc40 0.000125
+gallium_dri.so free 0x55717360ce80 void 0.000120
+gallium_dri.so free 0x55717360cc40 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce30 0.000118
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717360cf50 0.000119
+gallium_dri.so free 0x55717360cfc0 void 0.000119
+gallium_dri.so free 0x55717360cf50 void 0.000129
+gallium_dri.so malloc 72 0x55717360d000 0.000119
+gallium_dri.so free 0x55717360d080 void 0.000119
+gallium_dri.so free 0x55717360d000 void 0.000119
+gallium_dri.so malloc 72 0x55717360d000 0.000119
+gallium_dri.so free 0x55717360d100 void 0.000118
+gallium_dri.so free 0x55717360d000 void 0.000119
+gallium_dri.so malloc 72 0x55717360d130 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d130 0.000118
+gallium_dri.so free 0x55717360d280 void 0.000120
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d230 0.000118
+gallium_dri.so free 0x55717360d340 void 0.000119
+gallium_dri.so free 0x55717360d230 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2f0 0.000119
+gallium_dri.so free 0x55717360d380 void 0.000119
+gallium_dri.so free 0x55717360d2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d2f0 0.000118
+gallium_dri.so free 0x55717360d440 void 0.000118
+gallium_dri.so free 0x55717360d2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d4b0 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717360d4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d4b0 0.000120
+gallium_dri.so free 0x55717360d600 void 0.000125
+gallium_dri.so free 0x55717360d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d5b0 0.000109
+gallium_dri.so free 0x55717360d6c0 void 0.000111
+gallium_dri.so free 0x55717360d5b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360d670 0.000110
+gallium_dri.so free 0x55717360d700 void 0.000111
+gallium_dri.so free 0x55717360d670 void 0.000112
+gallium_dri.so malloc 72 0x55717360d670 0.000110
+gallium_dri.so free 0x55717360d7c0 void 0.000111
+gallium_dri.so free 0x55717360d670 void 0.000110
+gallium_dri.so malloc 72 0x55717360d800 0.000110
+gallium_dri.so free 0x55717360d880 void 0.000111
+gallium_dri.so free 0x55717360d800 void 0.000110
+gallium_dri.so malloc 72 0x55717360d880 0.000111
+gallium_dri.so free 0x55717360d940 void 0.000111
+gallium_dri.so free 0x55717360d880 void 0.000112
+gallium_dri.so malloc 72 0x55717360d880 0.000111
+gallium_dri.so free 0x55717360da00 void 0.000111
+gallium_dri.so free 0x55717360d880 void 0.000111
+gallium_dri.so malloc 72 0x55717360da20 0.000111
+gallium_dri.so free 0x55717360dac0 void 0.000114
+gallium_dri.so free 0x55717360da20 void 0.000116
+gallium_dri.so malloc 72 0x55717360da70 0.000121
+gallium_dri.so free 0x55717360db40 void 0.000116
+gallium_dri.so free 0x55717360da70 void 0.000112
+gallium_dri.so malloc 72 0x55717360da70 0.000112
+gallium_dri.so free 0x55717360dbc0 void 0.000109
+gallium_dri.so free 0x55717360da70 void 0.000152
+gallium_dri.so malloc 72 0x55717360dbc0 0.000128
+gallium_dri.so free 0x55717360dc80 void 0.000125
+gallium_dri.so free 0x55717360dbc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360dbc0 0.000120
+gallium_dri.so free 0x55717360dd40 void 0.000124
+gallium_dri.so free 0x55717360dbc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360dbc0 0.000125
+gallium_dri.so free 0x55717360de00 void 0.000121
+gallium_dri.so free 0x55717360dbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ddb0 0.000119
+gallium_dri.so free 0x55717360dec0 void 0.000123
+gallium_dri.so free 0x55717360ddb0 void 0.000145
+gallium_dri.so malloc 72 0x55717360de70 0.000272
+gallium_dri.so free 0x55717360df40 void 0.000294
+gallium_dri.so free 0x55717360de70 void 0.000283
+gallium_dri.so malloc 72 0x55717360df90 0.000260
+gallium_dri.so free 0x55717360e000 void 0.000162
+gallium_dri.so free 0x55717360df90 void 0.000156
+gallium_dri.so malloc 72 0x55717360e020 0.000135
+gallium_dri.so free 0x55717360e0c0 void 0.000126
+gallium_dri.so free 0x55717360e020 void 0.000121
+gallium_dri.so malloc 72 0x55717360e070 0.000119
+gallium_dri.so free 0x55717360e140 void 0.000118
+gallium_dri.so free 0x55717360e070 void 0.000124
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000120
+gallium_dri.so free 0x55717360e070 void 0.000120
+gallium_dri.so malloc 72 0x55717360e1c0 0.000124
+gallium_dri.so free 0x55717360e280 void 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e1c0 0.000118
+gallium_dri.so free 0x55717360e380 void 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360e330 0.000126
+gallium_dri.so free 0x55717360e3c0 void 0.000121
+gallium_dri.so free 0x55717360e330 void 0.000123
+gallium_dri.so malloc 72 0x55717360e330 0.000125
+gallium_dri.so free 0x55717360e480 void 0.000120
+gallium_dri.so free 0x55717360e330 void 0.000124
+gallium_dri.so malloc 72 0x55717360e4c0 0.000125
+gallium_dri.so free 0x55717360e540 void 0.000121
+gallium_dri.so free 0x55717360e4c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e540 0.000170
+gallium_dri.so free 0x55717360e600 void 0.000128
+gallium_dri.so free 0x55717360e540 void 0.000120
+gallium_dri.so malloc 72 0x55717360e540 0.000123
+gallium_dri.so free 0x55717360e680 void 0.000126
+gallium_dri.so free 0x55717360e540 void 0.000120
+gallium_dri.so malloc 72 0x55717360e6b0 0.000116
+gallium_dri.so free 0x55717360e700 void 0.000124
+gallium_dri.so free 0x55717360e6b0 void 0.000151
+gallium_dri.so malloc 72 0x55717360e6b0 0.000161
+gallium_dri.so free 0x55717360e800 void 0.000161
+gallium_dri.so free 0x55717360e6b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360e840 0.000132
+gallium_dri.so free 0x55717360e8c0 void 0.000134
+gallium_dri.so free 0x55717360e840 void 0.000132
+gallium_dri.so malloc 72 0x55717360e8c0 0.000133
+gallium_dri.so free 0x55717360e980 void 0.000132
+gallium_dri.so free 0x55717360e8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360e8c0 0.000134
+gallium_dri.so free 0x55717360ea00 void 0.000132
+gallium_dri.so free 0x55717360e8c0 void 0.000149
+gallium_dri.so malloc 72 0x55717360ea30 0.000127
+gallium_dri.so free 0x55717360ea80 void 0.000130
+gallium_dri.so free 0x55717360ea30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ea30 0.000126
+gallium_dri.so free 0x55717360eb80 void 0.000124
+gallium_dri.so free 0x55717360ea30 void 0.000128
+gallium_dri.so malloc 72 0x55717360eb30 0.000130
+gallium_dri.so free 0x55717360ec40 void 0.000130
+gallium_dri.so free 0x55717360eb30 void 0.000127
+gallium_dri.so malloc 72 0x55717360ebf0 0.000123
+gallium_dri.so free 0x55717360ecc0 void 0.000131
+gallium_dri.so free 0x55717360ebf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ebf0 0.000131
+gallium_dri.so free 0x55717360ed80 void 0.000132
+gallium_dri.so free 0x55717360ebf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360ebf0 0.000131
+gallium_dri.so free 0x55717360ee40 void 0.000131
+gallium_dri.so free 0x55717360ebf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360edf0 0.000129
+gallium_dri.so free 0x55717360eec0 void 0.000126
+gallium_dri.so free 0x55717360edf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef10 0.000138
+gallium_dri.so free 0x55717360ef80 void 0.000131
+gallium_dri.so free 0x55717360ef10 void 0.000126
+gallium_dri.so malloc 72 0x55717360efa0 0.000128
+gallium_dri.so free 0x55717360f040 void 0.000126
+gallium_dri.so free 0x55717360efa0 void 0.000125
+gallium_dri.so malloc 72 0x55717360eff0 0.000124
+gallium_dri.so free 0x55717360f0c0 void 0.000124
+gallium_dri.so free 0x55717360eff0 void 0.000128
+gallium_dri.so malloc 72 0x55717360f0c0 0.000125
+gallium_dri.so free 0x55717360f180 void 0.000124
+gallium_dri.so free 0x55717360f0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f0c0 0.000131
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so free 0x55717360f0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f200 0.000125
+gallium_dri.so free 0x55717360f2c0 void 0.000129
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so malloc 72 0x55717360f200 0.000132
+gallium_dri.so free 0x55717360f380 void 0.000132
+gallium_dri.so free 0x55717360f200 void 0.000126
+gallium_dri.so malloc 72 0x55717360f200 0.000125
+gallium_dri.so free 0x55717360f440 void 0.000128
+gallium_dri.so free 0x55717360f200 void 0.000125
+gallium_dri.so malloc 72 0x55717360f3f0 0.000130
+gallium_dri.so free 0x55717360f4c0 void 0.000195
+gallium_dri.so free 0x55717360f3f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f510 0.000130
+gallium_dri.so free 0x55717360f580 void 0.000126
+gallium_dri.so free 0x55717360f510 void 0.000130
+gallium_dri.so malloc 72 0x55717360f5c0 0.000131
+gallium_dri.so free 0x55717360f640 void 0.000130
+gallium_dri.so free 0x55717360f5c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f5c0 0.000129
+gallium_dri.so free 0x55717360f6c0 void 0.000131
+gallium_dri.so free 0x55717360f5c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f6f0 0.000126
+gallium_dri.so free 0x55717360f740 void 0.000130
+gallium_dri.so free 0x55717360f6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f6f0 0.000130
+gallium_dri.so free 0x55717360f840 void 0.000126
+gallium_dri.so free 0x55717360f6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f7f0 0.000130
+gallium_dri.so free 0x55717360f900 void 0.000131
+gallium_dri.so free 0x55717360f7f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360f8b0 0.000124
+gallium_dri.so free 0x55717360f940 void 0.000130
+gallium_dri.so free 0x55717360f8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f8b0 0.000125
+gallium_dri.so free 0x55717360fa00 void 0.000127
+gallium_dri.so free 0x55717360f8b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360fa70 0.000131
+gallium_dri.so free 0x55717360fac0 void 0.000131
+gallium_dri.so free 0x55717360fa70 void 0.000125
+gallium_dri.so malloc 72 0x55717360fa70 0.000124
+gallium_dri.so free 0x55717360fbc0 void 0.000124
+gallium_dri.so free 0x55717360fa70 void 0.000128
+gallium_dri.so malloc 72 0x55717360fb70 0.000131
+gallium_dri.so free 0x55717360fc80 void 0.000132
+gallium_dri.so free 0x55717360fb70 void 0.000126
+gallium_dri.so malloc 72 0x55717360fc30 0.000130
+gallium_dri.so free 0x55717360fcc0 void 0.000138
+gallium_dri.so free 0x55717360fc30 void 0.000135
+gallium_dri.so malloc 72 0x55717360fc30 0.000131
+gallium_dri.so free 0x55717360fd80 void 0.000125
+gallium_dri.so free 0x55717360fc30 void 0.000123
+gallium_dri.so malloc 72 0x55717360fdc0 0.000124
+gallium_dri.so free 0x55717360fe40 void 0.000124
+gallium_dri.so free 0x55717360fdc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fe40 0.000125
+gallium_dri.so free 0x55717360ff00 void 0.000126
+gallium_dri.so free 0x55717360fe40 void 0.000125
+gallium_dri.so malloc 72 0x55717360fe40 0.000123
+gallium_dri.so free 0x55717360ffc0 void 0.000135
+gallium_dri.so free 0x55717360fe40 void 0.000125
+gallium_dri.so malloc 72 0x55717360ffe0 0.000125
+gallium_dri.so free 0x557173610080 void 0.000125
+gallium_dri.so free 0x55717360ffe0 void 0.000124
+gallium_dri.so malloc 72 0x557173610030 0.000125
+gallium_dri.so free 0x557173610100 void 0.000124
+gallium_dri.so free 0x557173610030 void 0.000123
+gallium_dri.so malloc 72 0x557173610030 0.000124
+gallium_dri.so free 0x557173610180 void 0.000124
+gallium_dri.so free 0x557173610030 void 0.000123
+gallium_dri.so malloc 72 0x557173610180 0.000125
+gallium_dri.so free 0x557173610240 void 0.000123
+gallium_dri.so free 0x557173610180 void 0.000124
+gallium_dri.so malloc 72 0x557173610180 0.000124
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610180 void 0.000120
+gallium_dri.so malloc 72 0x557173610180 0.000118
+gallium_dri.so free 0x5571736103c0 void 0.000119
+gallium_dri.so free 0x557173610180 void 0.000117
+gallium_dri.so malloc 72 0x557173610370 0.000117
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so free 0x557173610370 void 0.000119
+gallium_dri.so malloc 72 0x557173610430 0.000118
+gallium_dri.so free 0x557173610500 void 0.000118
+gallium_dri.so free 0x557173610430 void 0.000156
+gallium_dri.so malloc 72 0x557173610550 0.000120
+gallium_dri.so free 0x5571736105c0 void 0.000119
+gallium_dri.so free 0x557173610550 void 0.000119
+gallium_dri.so malloc 72 0x5571736105e0 0.000118
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571736105e0 void 0.000118
+gallium_dri.so malloc 72 0x557173610630 0.000119
+gallium_dri.so free 0x557173610700 void 0.000120
+gallium_dri.so free 0x557173610630 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000120
+gallium_dri.so free 0x557173610780 void 0.000118
+gallium_dri.so free 0x557173610630 void 0.000119
+gallium_dri.so malloc 72 0x557173610780 0.000118
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so free 0x557173610780 void 0.000118
+gallium_dri.so malloc 72 0x557173610780 0.000118
+gallium_dri.so free 0x557173610940 void 0.000120
+gallium_dri.so free 0x557173610780 void 0.000119
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610980 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000118
+gallium_dri.so free 0x5571736108f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610a80 0.000117
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so free 0x557173610a80 void 0.000120
+gallium_dri.so malloc 72 0x557173610b00 0.000119
+gallium_dri.so free 0x557173610bc0 void 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000117
+gallium_dri.so malloc 72 0x557173610b00 0.000119
+gallium_dri.so free 0x557173610c40 void 0.000123
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so malloc 72 0x557173610c70 0.000118
+gallium_dri.so free 0x557173610cc0 void 0.000118
+gallium_dri.so free 0x557173610c70 void 0.000120
+gallium_dri.so malloc 72 0x557173610c70 0.000118
+gallium_dri.so free 0x557173610dc0 void 0.000120
+gallium_dri.so free 0x557173610c70 void 0.000118
+gallium_dri.so malloc 72 0x557173610e00 0.000119
+gallium_dri.so free 0x557173610e80 void 0.000117
+gallium_dri.so free 0x557173610e00 void 0.000119
+gallium_dri.so malloc 72 0x557173610e80 0.000117
+gallium_dri.so free 0x557173610f40 void 0.000120
+gallium_dri.so free 0x557173610e80 void 0.000119
+gallium_dri.so malloc 72 0x557173610e80 0.000119
+gallium_dri.so free 0x557173610fc0 void 0.000118
+gallium_dri.so free 0x557173610e80 void 0.000119
+gallium_dri.so malloc 72 0x557173610ff0 0.000118
+gallium_dri.so free 0x557173611040 void 0.000118
+gallium_dri.so free 0x557173610ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ff0 0.000121
+gallium_dri.so free 0x557173611140 void 0.000129
+gallium_dri.so free 0x557173610ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571736110f0 0.000117
+gallium_dri.so free 0x557173611200 void 0.000119
+gallium_dri.so free 0x5571736110f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736111b0 0.000118
+gallium_dri.so free 0x557173611280 void 0.000124
+gallium_dri.so free 0x5571736111b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736111b0 0.000118
+gallium_dri.so free 0x557173611340 void 0.000118
+gallium_dri.so free 0x5571736111b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736111b0 0.000118
+gallium_dri.so free 0x557173611400 void 0.000118
+gallium_dri.so free 0x5571736111b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736113b0 0.000118
+gallium_dri.so free 0x557173611480 void 0.000120
+gallium_dri.so free 0x5571736113b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736114d0 0.000117
+gallium_dri.so free 0x557173611540 void 0.000118
+gallium_dri.so free 0x5571736114d0 void 0.000118
+gallium_dri.so malloc 72 0x557173611560 0.000119
+gallium_dri.so free 0x557173611600 void 0.000118
+gallium_dri.so free 0x557173611560 void 0.000119
+gallium_dri.so malloc 72 0x5571736115b0 0.000119
+gallium_dri.so free 0x557173611680 void 0.000118
+gallium_dri.so free 0x5571736115b0 void 0.000118
+gallium_dri.so malloc 72 0x557173611680 0.000157
+gallium_dri.so free 0x557173611740 void 0.000121
+gallium_dri.so free 0x557173611680 void 0.000119
+gallium_dri.so malloc 72 0x557173611680 0.000117
+gallium_dri.so free 0x5571736117c0 void 0.000118
+gallium_dri.so free 0x557173611680 void 0.000119
+gallium_dri.so malloc 72 0x5571736117c0 0.000118
+gallium_dri.so free 0x557173611880 void 0.000118
+gallium_dri.so free 0x5571736117c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736117c0 0.000119
+gallium_dri.so free 0x557173611940 void 0.000118
+gallium_dri.so free 0x5571736117c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736117c0 0.000119
+gallium_dri.so free 0x557173611a00 void 0.000119
+gallium_dri.so free 0x5571736117c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736119b0 0.000118
+gallium_dri.so free 0x557173611a80 void 0.000118
+gallium_dri.so free 0x5571736119b0 void 0.000121
+gallium_dri.so malloc 72 0x557173611ad0 0.000118
+gallium_dri.so free 0x557173611b40 void 0.000119
+gallium_dri.so free 0x557173611ad0 void 0.000119
+gallium_dri.so malloc 72 0x557173611b80 0.000120
+gallium_dri.so free 0x557173611c00 void 0.000126
+gallium_dri.so free 0x557173611b80 void 0.000119
+gallium_dri.so malloc 72 0x557173611b80 0.000118
+gallium_dri.so free 0x557173611c80 void 0.000119
+gallium_dri.so free 0x557173611b80 void 0.000121
+gallium_dri.so malloc 72 0x557173611cb0 0.000119
+gallium_dri.so free 0x557173611d00 void 0.000119
+gallium_dri.so free 0x557173611cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173611cb0 0.000119
+gallium_dri.so free 0x557173611e00 void 0.000118
+gallium_dri.so free 0x557173611cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173611db0 0.000118
+gallium_dri.so free 0x557173611ec0 void 0.000118
+gallium_dri.so free 0x557173611db0 void 0.000118
+gallium_dri.so malloc 72 0x557173611e70 0.000119
+gallium_dri.so free 0x557173611f00 void 0.000118
+gallium_dri.so free 0x557173611e70 void 0.000118
+gallium_dri.so malloc 72 0x557173611e70 0.000119
+gallium_dri.so free 0x557173611fc0 void 0.000118
+gallium_dri.so free 0x557173611e70 void 0.000117
+gallium_dri.so malloc 72 0x557173612030 0.000119
+gallium_dri.so free 0x557173612080 void 0.000119
+gallium_dri.so free 0x557173612030 void 0.000120
+gallium_dri.so malloc 72 0x557173612030 0.000118
+gallium_dri.so free 0x557173612180 void 0.000118
+gallium_dri.so free 0x557173612030 void 0.000118
+gallium_dri.so malloc 72 0x557173612130 0.000119
+gallium_dri.so free 0x557173612240 void 0.000123
+gallium_dri.so free 0x557173612130 void 0.000120
+gallium_dri.so malloc 72 0x5571736121f0 0.000119
+gallium_dri.so free 0x557173612280 void 0.000119
+gallium_dri.so free 0x5571736121f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736121f0 0.000120
+gallium_dri.so free 0x557173612340 void 0.000118
+gallium_dri.so free 0x5571736121f0 void 0.000119
+gallium_dri.so malloc 72 0x557173612380 0.000118
+gallium_dri.so free 0x557173612400 void 0.000119
+gallium_dri.so free 0x557173612380 void 0.000118
+gallium_dri.so malloc 72 0x557173612400 0.000118
+gallium_dri.so free 0x5571736124c0 void 0.000121
+gallium_dri.so free 0x557173612400 void 0.000119
+gallium_dri.so malloc 72 0x557173612400 0.000118
+gallium_dri.so free 0x557173612580 void 0.000119
+gallium_dri.so free 0x557173612400 void 0.000118
+gallium_dri.so malloc 72 0x5571736125a0 0.000119
+gallium_dri.so free 0x557173612640 void 0.000121
+gallium_dri.so free 0x5571736125a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736125f0 0.000121
+gallium_dri.so free 0x5571736126c0 void 0.000119
+gallium_dri.so free 0x5571736125f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736125f0 0.000117
+gallium_dri.so free 0x557173612740 void 0.000118
+gallium_dri.so free 0x5571736125f0 void 0.000119
+gallium_dri.so malloc 72 0x557173612740 0.000118
+gallium_dri.so free 0x557173612800 void 0.000120
+gallium_dri.so free 0x557173612740 void 0.000118
+gallium_dri.so malloc 72 0x557173612740 0.000118
+gallium_dri.so free 0x5571736128c0 void 0.000170
+gallium_dri.so free 0x557173612740 void 0.000119
+gallium_dri.so malloc 72 0x557173612740 0.000118
+gallium_dri.so free 0x557173612980 void 0.000119
+gallium_dri.so free 0x557173612740 void 0.000119
+gallium_dri.so malloc 72 0x557173612930 0.000117
+gallium_dri.so free 0x557173612a40 void 0.000117
+gallium_dri.so free 0x557173612930 void 0.000118
+gallium_dri.so malloc 72 0x5571736129f0 0.000118
+gallium_dri.so free 0x557173612ac0 void 0.000118
+gallium_dri.so free 0x5571736129f0 void 0.000117
+gallium_dri.so malloc 72 0x557173612b10 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000118
+gallium_dri.so free 0x557173612b10 void 0.000117
+gallium_dri.so malloc 72 0x557173612ba0 0.000118
+gallium_dri.so free 0x557173612c40 void 0.000117
+gallium_dri.so free 0x557173612ba0 void 0.000118
+gallium_dri.so malloc 72 0x557173612bf0 0.000117
+gallium_dri.so free 0x557173612cc0 void 0.000127
+gallium_dri.so free 0x557173612bf0 void 0.000127
+gallium_dri.so malloc 72 0x557173612bf0 0.000172
+gallium_dri.so free 0x557173612d40 void 0.000157
+gallium_dri.so free 0x557173612bf0 void 0.000150
+gallium_dri.so malloc 72 0x557173612d40 0.000125
+gallium_dri.so free 0x557173612e00 void 0.000123
+gallium_dri.so free 0x557173612d40 void 0.000120
+gallium_dri.so malloc 72 0x557173612d40 0.000120
+gallium_dri.so free 0x557173612f00 void 0.000124
+gallium_dri.so free 0x557173612d40 void 0.000120
+gallium_dri.so malloc 72 0x557173612eb0 0.000121
+gallium_dri.so free 0x557173612f40 void 0.000121
+gallium_dri.so free 0x557173612eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173612eb0 0.000122
+gallium_dri.so free 0x557173613000 void 0.000123
+gallium_dri.so free 0x557173612eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173613040 0.000124
+gallium_dri.so free 0x5571736130c0 void 0.000120
+gallium_dri.so free 0x557173613040 void 0.000117
+gallium_dri.so malloc 72 0x5571736130c0 0.000120
+gallium_dri.so free 0x557173613180 void 0.000122
+gallium_dri.so free 0x5571736130c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736130c0 0.000123
+gallium_dri.so free 0x557173613200 void 0.000124
+gallium_dri.so free 0x5571736130c0 void 0.000125
+gallium_dri.so malloc 72 0x557173613230 0.000122
+gallium_dri.so free 0x557173613280 void 0.000122
+gallium_dri.so free 0x557173613230 void 0.000119
+gallium_dri.so malloc 72 0x557173613230 0.000122
+gallium_dri.so free 0x557173613380 void 0.000156
+gallium_dri.so free 0x557173613230 void 0.000141
+gallium_dri.so malloc 72 0x5571736133c0 0.000138
+gallium_dri.so free 0x557173613440 void 0.000137
+gallium_dri.so free 0x5571736133c0 void 0.000139
+gallium_dri.so malloc 72 0x557173613440 0.000137
+gallium_dri.so free 0x557173613500 void 0.000137
+gallium_dri.so free 0x557173613440 void 0.000133
+gallium_dri.so malloc 72 0x557173613440 0.000136
+gallium_dri.so free 0x557173613580 void 0.000137
+gallium_dri.so free 0x557173613440 void 0.000138
+gallium_dri.so malloc 72 0x5571736135b0 0.000136
+gallium_dri.so free 0x557173613600 void 0.000135
+gallium_dri.so free 0x5571736135b0 void 0.000135
+gallium_dri.so malloc 72 0x5571736135b0 0.000136
+gallium_dri.so free 0x557173613700 void 0.000134
+gallium_dri.so free 0x5571736135b0 void 0.000134
+gallium_dri.so malloc 72 0x5571736136b0 0.000136
+gallium_dri.so free 0x5571736137c0 void 0.000134
+gallium_dri.so free 0x5571736136b0 void 0.000134
+gallium_dri.so malloc 72 0x557173613770 0.000134
+gallium_dri.so free 0x557173613840 void 0.000134
+gallium_dri.so free 0x557173613770 void 0.000135
+gallium_dri.so malloc 72 0x557173613770 0.000173
+gallium_dri.so free 0x557173613900 void 0.000165
+gallium_dri.so free 0x557173613770 void 0.000163
+gallium_dri.so malloc 72 0x557173613770 0.000161
+gallium_dri.so free 0x5571736139c0 void 0.000161
+gallium_dri.so free 0x557173613770 void 0.000162
+gallium_dri.so malloc 72 0x557173613970 0.000161
+gallium_dri.so free 0x557173613a40 void 0.000253
+gallium_dri.so free 0x557173613970 void 0.000249
+gallium_dri.so malloc 72 0x557173613a90 0.000244
+gallium_dri.so free 0x557173613b00 void 0.000166
+gallium_dri.so free 0x557173613a90 void 0.000154
+gallium_dri.so malloc 72 0x557173613b20 0.000190
+gallium_dri.so free 0x557173613bc0 void 0.000150
+gallium_dri.so free 0x557173613b20 void 0.000197
+gallium_dri.so malloc 72 0x557173613b70 0.000123
+gallium_dri.so free 0x557173613c40 void 0.000122
+gallium_dri.so free 0x557173613b70 void 0.000122
+gallium_dri.so malloc 72 0x557173613c40 0.000123
+gallium_dri.so free 0x557173613d00 void 0.000153
+gallium_dri.so free 0x557173613c40 void 0.000125
+gallium_dri.so malloc 72 0x557173613c40 0.000124
+gallium_dri.so free 0x557173613d80 void 0.000123
+gallium_dri.so free 0x557173613c40 void 0.000123
+gallium_dri.so malloc 72 0x557173613d80 0.000121
+gallium_dri.so free 0x557173613e40 void 0.000122
+gallium_dri.so free 0x557173613d80 void 0.000122
+gallium_dri.so malloc 72 0x557173613d80 0.000122
+gallium_dri.so free 0x557173613f00 void 0.000124
+gallium_dri.so free 0x557173613d80 void 0.000124
+gallium_dri.so malloc 72 0x557173613d80 0.000123
+gallium_dri.so free 0x557173613fc0 void 0.000122
+gallium_dri.so free 0x557173613d80 void 0.000121
+gallium_dri.so malloc 72 0x557173613f70 0.000121
+gallium_dri.so free 0x557173614040 void 0.000124
+gallium_dri.so free 0x557173613f70 void 0.000120
+gallium_dri.so malloc 72 0x557173614090 0.000123
+gallium_dri.so free 0x557173614100 void 0.000122
+gallium_dri.so free 0x557173614090 void 0.000124
+gallium_dri.so malloc 72 0x557173614140 0.000123
+gallium_dri.so free 0x5571736141c0 void 0.000128
+gallium_dri.so free 0x557173614140 void 0.000121
+gallium_dri.so malloc 72 0x557173614140 0.000118
+gallium_dri.so free 0x557173614240 void 0.000118
+gallium_dri.so free 0x557173614140 void 0.000131
+gallium_dri.so malloc 72 0x557173614270 0.000122
+gallium_dri.so free 0x5571736142c0 void 0.000118
+gallium_dri.so free 0x557173614270 void 0.000116
+gallium_dri.so malloc 72 0x557173614270 0.000118
+gallium_dri.so free 0x5571736143c0 void 0.000118
+gallium_dri.so free 0x557173614270 void 0.000116
+gallium_dri.so malloc 72 0x557173614370 0.000125
+gallium_dri.so free 0x557173614480 void 0.000125
+gallium_dri.so free 0x557173614370 void 0.000127
+gallium_dri.so malloc 72 0x557173614430 0.000127
+gallium_dri.so free 0x5571736144c0 void 0.000127
+gallium_dri.so free 0x557173614430 void 0.000125
+gallium_dri.so malloc 72 0x557173614430 0.000125
+gallium_dri.so free 0x557173614580 void 0.000126
+gallium_dri.so free 0x557173614430 void 0.000128
+gallium_dri.so malloc 72 0x5571736145f0 0.000127
+gallium_dri.so free 0x557173614640 void 0.000127
+gallium_dri.so free 0x5571736145f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736145f0 0.000123
+gallium_dri.so free 0x557173614740 void 0.000127
+gallium_dri.so free 0x5571736145f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736146f0 0.000239
+gallium_dri.so free 0x557173614800 void 0.000203
+gallium_dri.so free 0x5571736146f0 void 0.000217
+gallium_dri.so malloc 72 0x5571736147b0 0.000139
+gallium_dri.so free 0x557173614840 void 0.000120
+gallium_dri.so free 0x5571736147b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736147b0 0.000120
+gallium_dri.so free 0x557173614900 void 0.000118
+gallium_dri.so free 0x5571736147b0 void 0.000117
+gallium_dri.so malloc 72 0x557173614940 0.000119
+gallium_dri.so free 0x5571736149c0 void 0.000118
+gallium_dri.so free 0x557173614940 void 0.000118
+gallium_dri.so malloc 72 0x5571736149c0 0.000118
+gallium_dri.so free 0x557173614a80 void 0.000126
+gallium_dri.so free 0x5571736149c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736149c0 0.000118
+gallium_dri.so free 0x557173614b40 void 0.000118
+gallium_dri.so free 0x5571736149c0 void 0.000119
+gallium_dri.so malloc 72 0x557173614b60 0.000118
+gallium_dri.so free 0x557173614c00 void 0.000117
+gallium_dri.so free 0x557173614b60 void 0.000118
+gallium_dri.so malloc 72 0x557173614bb0 0.000118
+gallium_dri.so free 0x557173614c80 void 0.000120
+gallium_dri.so free 0x557173614bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173614bb0 0.000118
+gallium_dri.so free 0x557173614d00 void 0.000119
+gallium_dri.so free 0x557173614bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173614d00 0.000123
+gallium_dri.so free 0x557173614dc0 void 0.000135
+gallium_dri.so free 0x557173614d00 void 0.000131
+gallium_dri.so malloc 72 0x557173614d00 0.000133
+gallium_dri.so free 0x557173614e80 void 0.000132
+gallium_dri.so free 0x557173614d00 void 0.000132
+gallium_dri.so malloc 72 0x557173614d00 0.000133
+gallium_dri.so free 0x557173614f40 void 0.000131
+gallium_dri.so free 0x557173614d00 void 0.000128
+gallium_dri.so malloc 72 0x557173614ef0 0.000131
+gallium_dri.so free 0x557173615000 void 0.000130
+gallium_dri.so free 0x557173614ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173614fb0 0.000133
+gallium_dri.so free 0x557173615080 void 0.000133
+gallium_dri.so free 0x557173614fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571736150d0 0.000132
+gallium_dri.so free 0x557173615140 void 0.000131
+gallium_dri.so free 0x5571736150d0 void 0.000131
+gallium_dri.so malloc 72 0x557173615160 0.000136
+gallium_dri.so free 0x557173615200 void 0.000139
+gallium_dri.so free 0x557173615160 void 0.000140
+gallium_dri.so malloc 72 0x5571736151b0 0.000199
+gallium_dri.so free 0x557173615280 void 0.000137
+gallium_dri.so free 0x5571736151b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736151b0 0.000140
+gallium_dri.so free 0x557173615300 void 0.000133
+gallium_dri.so free 0x5571736151b0 void 0.000130
+gallium_dri.so malloc 72 0x557173615300 0.000131
+gallium_dri.so free 0x5571736153c0 void 0.000130
+gallium_dri.so free 0x557173615300 void 0.000130
+gallium_dri.so malloc 72 0x557173615300 0.000131
+gallium_dri.so free 0x5571736154c0 void 0.000131
+gallium_dri.so free 0x557173615300 void 0.000130
+gallium_dri.so malloc 72 0x557173615470 0.000129
+gallium_dri.so free 0x557173615500 void 0.000140
+gallium_dri.so free 0x557173615470 void 0.000201
+gallium_dri.so malloc 72 0x557173615470 0.000211
+gallium_dri.so free 0x5571736155c0 void 0.000248
+gallium_dri.so free 0x557173615470 void 0.000247
+gallium_dri.so malloc 72 0x557173615600 0.000223
+gallium_dri.so free 0x557173615680 void 0.000246
+gallium_dri.so free 0x557173615600 void 0.000245
+gallium_dri.so malloc 72 0x557173615680 0.000248
+gallium_dri.so free 0x557173615740 void 0.000160
+gallium_dri.so free 0x557173615680 void 0.000145
+gallium_dri.so malloc 72 0x557173615680 0.000155
+gallium_dri.so free 0x5571736157c0 void 0.000119
+gallium_dri.so free 0x557173615680 void 0.000119
+gallium_dri.so malloc 72 0x5571736157f0 0.000119
+gallium_dri.so free 0x557173615840 void 0.000119
+gallium_dri.so free 0x5571736157f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736157f0 0.000117
+gallium_dri.so free 0x557173615940 void 0.000119
+gallium_dri.so free 0x5571736157f0 void 0.000117
+gallium_dri.so malloc 72 0x557173615980 0.000118
+gallium_dri.so free 0x557173615a00 void 0.000118
+gallium_dri.so free 0x557173615980 void 0.000118
+gallium_dri.so malloc 72 0x557173615a00 0.000119
+gallium_dri.so free 0x557173615ac0 void 0.000119
+gallium_dri.so free 0x557173615a00 void 0.000118
+gallium_dri.so malloc 72 0x557173615a00 0.000118
+gallium_dri.so free 0x557173615b40 void 0.000117
+gallium_dri.so free 0x557173615a00 void 0.000118
+gallium_dri.so malloc 72 0x557173615b70 0.000118
+gallium_dri.so free 0x557173615bc0 void 0.000120
+gallium_dri.so free 0x557173615b70 void 0.000118
+gallium_dri.so malloc 72 0x557173615b70 0.000118
+gallium_dri.so free 0x557173615cc0 void 0.000118
+gallium_dri.so free 0x557173615b70 void 0.000128
+gallium_dri.so malloc 72 0x557173615c70 0.000119
+gallium_dri.so free 0x557173615d80 void 0.000119
+gallium_dri.so free 0x557173615c70 void 0.000119
+gallium_dri.so malloc 72 0x557173615d30 0.000118
+gallium_dri.so free 0x557173615e00 void 0.000118
+gallium_dri.so free 0x557173615d30 void 0.000118
+gallium_dri.so malloc 72 0x557173615d30 0.000118
+gallium_dri.so free 0x557173615ec0 void 0.000119
+gallium_dri.so free 0x557173615d30 void 0.000119
+gallium_dri.so malloc 72 0x557173615d30 0.000119
+gallium_dri.so free 0x557173615f80 void 0.000118
+gallium_dri.so free 0x557173615d30 void 0.000118
+gallium_dri.so malloc 72 0x557173615f30 0.000120
+gallium_dri.so free 0x557173616000 void 0.000119
+gallium_dri.so free 0x557173615f30 void 0.000119
+gallium_dri.so malloc 72 0x557173616050 0.000121
+gallium_dri.so free 0x5571736160c0 void 0.000120
+gallium_dri.so free 0x557173616050 void 0.000115
+gallium_dri.so malloc 72 0x5571736160e0 0.000119
+gallium_dri.so free 0x557173616180 void 0.000118
+gallium_dri.so free 0x5571736160e0 void 0.000118
+gallium_dri.so malloc 72 0x557173616130 0.000118
+gallium_dri.so free 0x557173616200 void 0.000119
+gallium_dri.so free 0x557173616130 void 0.000118
+gallium_dri.so malloc 72 0x557173616200 0.000118
+gallium_dri.so free 0x5571736162c0 void 0.000133
+gallium_dri.so free 0x557173616200 void 0.000118
+gallium_dri.so malloc 72 0x557173616200 0.000117
+gallium_dri.so free 0x557173616340 void 0.000119
+gallium_dri.so free 0x557173616200 void 0.000118
+gallium_dri.so malloc 72 0x557173616340 0.000119
+gallium_dri.so free 0x557173616400 void 0.000117
+gallium_dri.so free 0x557173616340 void 0.000119
+gallium_dri.so malloc 72 0x557173616340 0.000118
+gallium_dri.so free 0x5571736164c0 void 0.000118
+gallium_dri.so free 0x557173616340 void 0.000119
+gallium_dri.so malloc 72 0x557173616340 0.000118
+gallium_dri.so free 0x557173616580 void 0.000118
+gallium_dri.so free 0x557173616340 void 0.000118
+gallium_dri.so malloc 72 0x557173616530 0.000117
+gallium_dri.so free 0x557173616600 void 0.000118
+gallium_dri.so free 0x557173616530 void 0.000118
+gallium_dri.so malloc 72 0x557173616650 0.000117
+gallium_dri.so free 0x5571736166c0 void 0.000125
+gallium_dri.so free 0x557173616650 void 0.000118
+gallium_dri.so malloc 72 0x557173616700 0.000119
+gallium_dri.so free 0x557173616780 void 0.000118
+gallium_dri.so free 0x557173616700 void 0.000117
+gallium_dri.so malloc 72 0x557173616700 0.000117
+gallium_dri.so free 0x557173616800 void 0.000118
+gallium_dri.so free 0x557173616700 void 0.000119
+gallium_dri.so malloc 72 0x557173616830 0.000124
+gallium_dri.so free 0x557173616880 void 0.000113
+gallium_dri.so free 0x557173616830 void 0.000112
+gallium_dri.so malloc 72 0x557173616830 0.000110
+gallium_dri.so free 0x557173616980 void 0.000111
+gallium_dri.so free 0x557173616830 void 0.000110
+gallium_dri.so malloc 72 0x557173616930 0.000111
+gallium_dri.so free 0x557173616a40 void 0.000109
+gallium_dri.so free 0x557173616930 void 0.000112
+gallium_dri.so malloc 72 0x5571736169f0 0.000110
+gallium_dri.so free 0x557173616a80 void 0.000110
+gallium_dri.so free 0x5571736169f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736169f0 0.000110
+gallium_dri.so free 0x557173616b40 void 0.000111
+gallium_dri.so free 0x5571736169f0 void 0.000112
+gallium_dri.so malloc 72 0x557173616bb0 0.000110
+gallium_dri.so free 0x557173616c00 void 0.000109
+gallium_dri.so free 0x557173616bb0 void 0.000110
+gallium_dri.so malloc 72 0x557173616bb0 0.000110
+gallium_dri.so free 0x557173616d00 void 0.000111
+gallium_dri.so free 0x557173616bb0 void 0.000111
+gallium_dri.so malloc 72 0x557173616cb0 0.000110
+gallium_dri.so free 0x557173616dc0 void 0.000116
+gallium_dri.so free 0x557173616cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173616d70 0.000111
+gallium_dri.so free 0x557173616e00 void 0.000111
+gallium_dri.so free 0x557173616d70 void 0.000110
+gallium_dri.so malloc 72 0x557173616d70 0.000111
+gallium_dri.so free 0x557173616ec0 void 0.000110
+gallium_dri.so free 0x557173616d70 void 0.000122
+gallium_dri.so malloc 72 0x557173616f00 0.000118
+gallium_dri.so free 0x557173616f80 void 0.000118
+gallium_dri.so free 0x557173616f00 void 0.000122
+gallium_dri.so malloc 72 0x557173616f80 0.000119
+gallium_dri.so free 0x557173617040 void 0.000118
+gallium_dri.so free 0x557173616f80 void 0.000123
+gallium_dri.so malloc 72 0x557173616f80 0.000125
+gallium_dri.so free 0x557173617100 void 0.000124
+gallium_dri.so free 0x557173616f80 void 0.000126
+gallium_dri.so malloc 72 0x557173617120 0.000120
+gallium_dri.so free 0x5571736171c0 void 0.000123
+gallium_dri.so free 0x557173617120 void 0.000126
+gallium_dri.so malloc 72 0x557173617170 0.000123
+gallium_dri.so free 0x557173617240 void 0.000125
+gallium_dri.so free 0x557173617170 void 0.000124
+gallium_dri.so malloc 72 0x557173617170 0.000124
+gallium_dri.so free 0x5571736172c0 void 0.000124
+gallium_dri.so free 0x557173617170 void 0.000125
+gallium_dri.so malloc 72 0x5571736172c0 0.000125
+gallium_dri.so free 0x557173617380 void 0.000126
+gallium_dri.so free 0x5571736172c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736172c0 0.000190
+gallium_dri.so free 0x557173617440 void 0.000222
+gallium_dri.so free 0x5571736172c0 void 0.000215
+gallium_dri.so malloc 72 0x5571736172c0 0.000219
+gallium_dri.so free 0x557173617500 void 0.000215
+gallium_dri.so free 0x5571736172c0 void 0.000228
+gallium_dri.so malloc 72 0x5571736174b0 0.000226
+gallium_dri.so free 0x5571736175c0 void 0.000239
+gallium_dri.so free 0x5571736174b0 void 0.000221
+gallium_dri.so malloc 72 0x557173617570 0.000238
+gallium_dri.so free 0x557173617640 void 0.000266
+gallium_dri.so free 0x557173617570 void 0.000277
+gallium_dri.so malloc 72 0x557173617690 0.000265
+gallium_dri.so free 0x557173617700 void 0.000276
+gallium_dri.so free 0x557173617690 void 0.000284
+gallium_dri.so malloc 72 0x557173617720 0.000264
+gallium_dri.so free 0x5571736177c0 void 0.000267
+gallium_dri.so free 0x557173617720 void 0.000221
+gallium_dri.so malloc 72 0x557173617770 0.000224
+gallium_dri.so free 0x557173617840 void 0.000226
+gallium_dri.so free 0x557173617770 void 0.000222
+gallium_dri.so malloc 72 0x557173617770 0.000199
+gallium_dri.so free 0x5571736178c0 void 0.000180
+gallium_dri.so free 0x557173617770 void 0.000221
+gallium_dri.so malloc 72 0x5571736178c0 0.000225
+gallium_dri.so free 0x557173617980 void 0.000201
+gallium_dri.so free 0x5571736178c0 void 0.000226
+gallium_dri.so malloc 72 0x5571736178c0 0.000201
+gallium_dri.so free 0x557173617a80 void 0.000223
+gallium_dri.so free 0x5571736178c0 void 0.000248
+gallium_dri.so malloc 72 0x557173617a30 0.000267
+gallium_dri.so free 0x557173617ac0 void 0.000267
+gallium_dri.so free 0x557173617a30 void 0.000223
+gallium_dri.so malloc 72 0x557173617a30 0.000225
+gallium_dri.so free 0x557173617b80 void 0.000225
+gallium_dri.so free 0x557173617a30 void 0.000227
+gallium_dri.so malloc 72 0x557173617bc0 0.000203
+gallium_dri.so free 0x557173617c40 void 0.000185
+gallium_dri.so free 0x557173617bc0 void 0.000180
+gallium_dri.so malloc 72 0x557173617c40 0.000180
+gallium_dri.so free 0x557173617d00 void 0.000224
+gallium_dri.so free 0x557173617c40 void 0.000239
+gallium_dri.so malloc 72 0x557173617c40 0.000222
+gallium_dri.so free 0x557173617d80 void 0.000362
+gallium_dri.so free 0x557173617c40 void 0.000269
+gallium_dri.so malloc 72 0x557173617db0 0.000199
+gallium_dri.so free 0x557173617e00 void 0.000174
+gallium_dri.so free 0x557173617db0 void 0.000174
+gallium_dri.so malloc 72 0x557173617db0 0.000139
+gallium_dri.so free 0x557173617f00 void 0.000138
+gallium_dri.so free 0x557173617db0 void 0.000140
+gallium_dri.so malloc 72 0x557173617f40 0.000140
+gallium_dri.so free 0x557173617fc0 void 0.000138
+gallium_dri.so free 0x557173617f40 void 0.000133
+gallium_dri.so malloc 72 0x557173617fc0 0.000131
+gallium_dri.so free 0x557173618080 void 0.000137
+gallium_dri.so free 0x557173617fc0 void 0.000140
+gallium_dri.so malloc 72 0x557173617fc0 0.000139
+gallium_dri.so free 0x557173618100 void 0.000138
+gallium_dri.so free 0x557173617fc0 void 0.000139
+gallium_dri.so malloc 72 0x557173618130 0.000140
+gallium_dri.so free 0x557173618180 void 0.000146
+gallium_dri.so free 0x557173618130 void 0.000139
+gallium_dri.so malloc 72 0x557173618130 0.000139
+gallium_dri.so free 0x557173618280 void 0.000133
+gallium_dri.so free 0x557173618130 void 0.000131
+gallium_dri.so malloc 72 0x557173618230 0.000156
+gallium_dri.so free 0x557173618340 void 0.000166
+gallium_dri.so free 0x557173618230 void 0.000167
+gallium_dri.so malloc 72 0x5571736182f0 0.000279
+gallium_dri.so free 0x5571736183c0 void 0.000325
+gallium_dri.so free 0x5571736182f0 void 0.000324
+gallium_dri.so malloc 72 0x5571736182f0 0.000269
+gallium_dri.so free 0x557173618480 void 0.000269
+gallium_dri.so free 0x5571736182f0 void 0.000265
+gallium_dri.so malloc 72 0x5571736182f0 0.000238
+gallium_dri.so free 0x557173618540 void 0.000249
+gallium_dri.so free 0x5571736182f0 void 0.000242
+gallium_dri.so malloc 72 0x5571736184f0 0.000211
+gallium_dri.so free 0x5571736185c0 void 0.000166
+gallium_dri.so free 0x5571736184f0 void 0.000221
+gallium_dri.so malloc 72 0x557173618610 0.000268
+gallium_dri.so free 0x557173618680 void 0.000269
+gallium_dri.so free 0x557173618610 void 0.000249
+gallium_dri.so malloc 72 0x5571736186a0 0.000262
+gallium_dri.so free 0x557173618740 void 0.000249
+gallium_dri.so free 0x5571736186a0 void 0.000242
+gallium_dri.so malloc 72 0x5571736186f0 0.000165
+gallium_dri.so free 0x5571736187c0 void 0.000167
+gallium_dri.so free 0x5571736186f0 void 0.000181
+gallium_dri.so malloc 72 0x5571736187c0 0.000449
+gallium_dri.so free 0x557173618880 void 0.000419
+gallium_dri.so free 0x5571736187c0 void 0.000323
+gallium_dri.so malloc 72 0x5571736187c0 0.000277
+gallium_dri.so free 0x557173618900 void 0.000284
+gallium_dri.so free 0x5571736187c0 void 0.000272
+gallium_dri.so malloc 72 0x557173618900 0.000279
+gallium_dri.so free 0x5571736189c0 void 0.000279
+gallium_dri.so free 0x557173618900 void 0.000278
+gallium_dri.so malloc 72 0x557173618900 0.000315
+gallium_dri.so free 0x557173618a80 void 0.000303
+gallium_dri.so free 0x557173618900 void 0.000257
+gallium_dri.so malloc 72 0x557173618900 0.000270
+gallium_dri.so free 0x557173618b40 void 0.000272
+gallium_dri.so free 0x557173618900 void 0.000279
+gallium_dri.so malloc 72 0x557173618af0 0.000279
+gallium_dri.so free 0x557173618bc0 void 0.000271
+gallium_dri.so free 0x557173618af0 void 0.000279
+gallium_dri.so malloc 72 0x557173618c10 0.000276
+gallium_dri.so free 0x557173618c80 void 0.000272
+gallium_dri.so free 0x557173618c10 void 0.000280
+gallium_dri.so malloc 72 0x557173618cc0 0.000255
+gallium_dri.so free 0x557173618d40 void 0.000283
+gallium_dri.so free 0x557173618cc0 void 0.000272
+gallium_dri.so malloc 72 0x557173618cc0 0.000272
+gallium_dri.so free 0x557173618dc0 void 0.000291
+gallium_dri.so free 0x557173618cc0 void 0.000280
+gallium_dri.so malloc 72 0x557173618df0 0.000278
+gallium_dri.so free 0x557173618e40 void 0.000288
+gallium_dri.so free 0x557173618df0 void 0.000276
+gallium_dri.so malloc 72 0x557173618df0 0.000285
+gallium_dri.so free 0x557173618f40 void 0.000280
+gallium_dri.so free 0x557173618df0 void 0.000275
+gallium_dri.so malloc 72 0x557173618ef0 0.000272
+gallium_dri.so free 0x557173619000 void 0.000270
+gallium_dri.so free 0x557173618ef0 void 0.000333
+gallium_dri.so malloc 72 0x557173618fb0 0.000274
+gallium_dri.so free 0x557173619040 void 0.000465
+gallium_dri.so free 0x557173618fb0 void 0.000367
+gallium_dri.so malloc 72 0x557173618fb0 0.000270
+gallium_dri.so free 0x557173619100 void 0.000273
+gallium_dri.so free 0x557173618fb0 void 0.000285
+gallium_dri.so malloc 72 0x557173619170 0.000235
+gallium_dri.so free 0x5571736191c0 void 0.000239
+gallium_dri.so free 0x557173619170 void 0.000232
+gallium_dri.so malloc 72 0x557173619170 0.000235
+gallium_dri.so free 0x5571736192c0 void 0.000250
+gallium_dri.so free 0x557173619170 void 0.000231
+gallium_dri.so malloc 72 0x557173619270 0.000232
+gallium_dri.so free 0x557173619380 void 0.000211
+gallium_dri.so free 0x557173619270 void 0.000193
+gallium_dri.so malloc 72 0x557173619330 0.000194
+gallium_dri.so free 0x5571736193c0 void 0.000167
+gallium_dri.so free 0x557173619330 void 0.000194
+gallium_dri.so malloc 72 0x557173619330 0.000190
+gallium_dri.so free 0x557173619480 void 0.000168
+gallium_dri.so free 0x557173619330 void 0.000208
+gallium_dri.so malloc 72 0x5571736194c0 0.000187
+gallium_dri.so free 0x557173619540 void 0.000138
+gallium_dri.so free 0x5571736194c0 void 0.000134
+gallium_dri.so malloc 72 0x557173619540 0.000136
+gallium_dri.so free 0x557173619600 void 0.000133
+gallium_dri.so free 0x557173619540 void 0.000133
+gallium_dri.so malloc 72 0x557173619540 0.000131
+gallium_dri.so free 0x5571736196c0 void 0.000132
+gallium_dri.so free 0x557173619540 void 0.000139
+gallium_dri.so malloc 72 0x5571736196e0 0.000133
+gallium_dri.so free 0x557173619780 void 0.000132
+gallium_dri.so free 0x5571736196e0 void 0.000136
+gallium_dri.so malloc 72 0x557173619730 0.000138
+gallium_dri.so free 0x557173619800 void 0.000139
+gallium_dri.so free 0x557173619730 void 0.000132
+gallium_dri.so malloc 72 0x557173619730 0.000137
+gallium_dri.so free 0x557173619880 void 0.000138
+gallium_dri.so free 0x557173619730 void 0.000137
+gallium_dri.so malloc 72 0x557173619880 0.000133
+gallium_dri.so free 0x557173619940 void 0.000136
+gallium_dri.so free 0x557173619880 void 0.000139
+gallium_dri.so malloc 72 0x557173619880 0.000145
+gallium_dri.so free 0x557173619a00 void 0.000171
+gallium_dri.so free 0x557173619880 void 0.000138
+gallium_dri.so malloc 72 0x557173619880 0.000138
+gallium_dri.so free 0x557173619ac0 void 0.000192
+gallium_dri.so free 0x557173619880 void 0.000172
+gallium_dri.so malloc 72 0x557173619a70 0.000138
+gallium_dri.so free 0x557173619b80 void 0.000190
+gallium_dri.so free 0x557173619a70 void 0.000194
+gallium_dri.so malloc 72 0x557173619b30 0.000194
+gallium_dri.so free 0x557173619c00 void 0.000170
+gallium_dri.so free 0x557173619b30 void 0.000138
+gallium_dri.so malloc 72 0x557173619c50 0.000187
+gallium_dri.so free 0x557173619cc0 void 0.000189
+gallium_dri.so free 0x557173619c50 void 0.000188
+gallium_dri.so malloc 72 0x557173619ce0 0.000191
+gallium_dri.so free 0x557173619d80 void 0.000189
+gallium_dri.so free 0x557173619ce0 void 0.000165
+gallium_dri.so malloc 72 0x557173619d30 0.000132
+gallium_dri.so free 0x557173619e00 void 0.000132
+gallium_dri.so free 0x557173619d30 void 0.000139
+gallium_dri.so malloc 72 0x557173619d30 0.000133
+gallium_dri.so free 0x557173619e80 void 0.000136
+gallium_dri.so free 0x557173619d30 void 0.000192
+gallium_dri.so malloc 72 0x557173619e80 0.000186
+gallium_dri.so free 0x557173619f40 void 0.000190
+gallium_dri.so free 0x557173619e80 void 0.000134
+gallium_dri.so malloc 72 0x557173619e80 0.000138
+gallium_dri.so free 0x55717361a040 void 0.000313
+gallium_dri.so free 0x557173619e80 void 0.000350
+gallium_dri.so malloc 72 0x557173619ff0 0.000353
+gallium_dri.so free 0x55717361a080 void 0.000291
+gallium_dri.so free 0x557173619ff0 void 0.000242
+gallium_dri.so malloc 72 0x557173619ff0 0.000251
+gallium_dri.so free 0x55717361a140 void 0.000236
+gallium_dri.so free 0x557173619ff0 void 0.000235
+gallium_dri.so malloc 72 0x55717361a180 0.000216
+gallium_dri.so free 0x55717361a200 void 0.000136
+gallium_dri.so free 0x55717361a180 void 0.000132
+gallium_dri.so malloc 72 0x55717361a200 0.000131
+gallium_dri.so free 0x55717361a2c0 void 0.000131
+gallium_dri.so free 0x55717361a200 void 0.000131
+gallium_dri.so malloc 72 0x55717361a200 0.000132
+gallium_dri.so free 0x55717361a340 void 0.000143
+gallium_dri.so free 0x55717361a200 void 0.000131
+gallium_dri.so malloc 72 0x55717361a370 0.000129
+gallium_dri.so free 0x55717361a3c0 void 0.000130
+gallium_dri.so free 0x55717361a370 void 0.000130
+gallium_dri.so malloc 72 0x55717361a370 0.000137
+gallium_dri.so free 0x55717361a4c0 void 0.000125
+gallium_dri.so free 0x55717361a370 void 0.000123
+gallium_dri.so malloc 72 0x55717361a500 0.000122
+gallium_dri.so free 0x55717361a580 void 0.000122
+gallium_dri.so free 0x55717361a500 void 0.000123
+gallium_dri.so malloc 72 0x55717361a580 0.000129
+gallium_dri.so free 0x55717361a640 void 0.000125
+gallium_dri.so free 0x55717361a580 void 0.000123
+gallium_dri.so malloc 72 0x55717361a580 0.000127
+gallium_dri.so free 0x55717361a6c0 void 0.000124
+gallium_dri.so free 0x55717361a580 void 0.000124
+gallium_dri.so malloc 72 0x55717361a6f0 0.000123
+gallium_dri.so free 0x55717361a740 void 0.000126
+gallium_dri.so free 0x55717361a6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a6f0 0.000123
+gallium_dri.so free 0x55717361a840 void 0.000123
+gallium_dri.so free 0x55717361a6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a7f0 0.000123
+gallium_dri.so free 0x55717361a900 void 0.000123
+gallium_dri.so free 0x55717361a7f0 void 0.000135
+gallium_dri.so malloc 72 0x55717361a8b0 0.000125
+gallium_dri.so free 0x55717361a980 void 0.000124
+gallium_dri.so free 0x55717361a8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a8b0 0.000125
+gallium_dri.so free 0x55717361aa40 void 0.000125
+gallium_dri.so free 0x55717361a8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a8b0 0.000126
+gallium_dri.so free 0x55717361ab00 void 0.000124
+gallium_dri.so free 0x55717361a8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361aab0 0.000124
+gallium_dri.so free 0x55717361ab80 void 0.000125
+gallium_dri.so free 0x55717361aab0 void 0.000124
+gallium_dri.so malloc 72 0x55717361abd0 0.000125
+gallium_dri.so free 0x55717361ac40 void 0.000124
+gallium_dri.so free 0x55717361abd0 void 0.000124
+gallium_dri.so malloc 72 0x55717361ac60 0.000125
+gallium_dri.so free 0x55717361ad00 void 0.000125
+gallium_dri.so free 0x55717361ac60 void 0.000124
+gallium_dri.so malloc 72 0x55717361acb0 0.000125
+gallium_dri.so free 0x55717361ad80 void 0.000125
+gallium_dri.so free 0x55717361acb0 void 0.000125
+gallium_dri.so malloc 72 0x55717361ad80 0.000125
+gallium_dri.so free 0x55717361ae40 void 0.000125
+gallium_dri.so free 0x55717361ad80 void 0.000125
+gallium_dri.so malloc 72 0x55717361ad80 0.000165
+gallium_dri.so free 0x55717361aec0 void 0.000127
+gallium_dri.so free 0x55717361ad80 void 0.000123
+gallium_dri.so malloc 72 0x55717361aec0 0.000123
+gallium_dri.so free 0x55717361af80 void 0.000123
+gallium_dri.so free 0x55717361aec0 void 0.000126
+gallium_dri.so malloc 72 0x55717361aec0 0.000123
+gallium_dri.so free 0x55717361b040 void 0.000124
+gallium_dri.so free 0x55717361aec0 void 0.000123
+gallium_dri.so malloc 72 0x55717361aec0 0.000125
+gallium_dri.so free 0x55717361b100 void 0.000124
+gallium_dri.so free 0x55717361aec0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b0b0 0.000123
+gallium_dri.so free 0x55717361b180 void 0.000123
+gallium_dri.so free 0x55717361b0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b1d0 0.000190
+gallium_dri.so free 0x55717361b240 void 0.000248
+gallium_dri.so free 0x55717361b1d0 void 0.000126
+gallium_dri.so malloc 72 0x55717361b280 0.000125
+gallium_dri.so free 0x55717361b300 void 0.000130
+gallium_dri.so free 0x55717361b280 void 0.000121
+gallium_dri.so malloc 72 0x55717361b280 0.000118
+gallium_dri.so free 0x55717361b380 void 0.000119
+gallium_dri.so free 0x55717361b280 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3b0 0.000129
+gallium_dri.so free 0x55717361b400 void 0.000120
+gallium_dri.so free 0x55717361b3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b3b0 0.000119
+gallium_dri.so free 0x55717361b500 void 0.000118
+gallium_dri.so free 0x55717361b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b4b0 0.000118
+gallium_dri.so free 0x55717361b5c0 void 0.000119
+gallium_dri.so free 0x55717361b4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b570 0.000120
+gallium_dri.so free 0x55717361b600 void 0.000119
+gallium_dri.so free 0x55717361b570 void 0.000118
+gallium_dri.so malloc 72 0x55717361b570 0.000119
+gallium_dri.so free 0x55717361b6c0 void 0.000118
+gallium_dri.so free 0x55717361b570 void 0.000119
+gallium_dri.so malloc 72 0x55717361b730 0.000118
+gallium_dri.so free 0x55717361b780 void 0.000119
+gallium_dri.so free 0x55717361b730 void 0.000118
+gallium_dri.so malloc 72 0x55717361b730 0.000119
+gallium_dri.so free 0x55717361b880 void 0.000119
+gallium_dri.so free 0x55717361b730 void 0.000119
+gallium_dri.so malloc 72 0x55717361b830 0.000118
+gallium_dri.so free 0x55717361b940 void 0.000119
+gallium_dri.so free 0x55717361b830 void 0.000120
+gallium_dri.so malloc 72 0x55717361b8f0 0.000118
+gallium_dri.so free 0x55717361b980 void 0.000120
+gallium_dri.so free 0x55717361b8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717361b8f0 0.000119
+gallium_dri.so free 0x55717361ba40 void 0.000120
+gallium_dri.so free 0x55717361b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ba80 0.000120
+gallium_dri.so free 0x55717361bb00 void 0.000119
+gallium_dri.so free 0x55717361ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717361bb00 0.000120
+gallium_dri.so free 0x55717361bbc0 void 0.000118
+gallium_dri.so free 0x55717361bb00 void 0.000120
+gallium_dri.so malloc 72 0x55717361bb00 0.000120
+gallium_dri.so free 0x55717361bc80 void 0.000121
+gallium_dri.so free 0x55717361bb00 void 0.000119
+gallium_dri.so malloc 72 0x55717361bca0 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000119
+gallium_dri.so free 0x55717361bca0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bcf0 0.000118
+gallium_dri.so free 0x55717361bdc0 void 0.000118
+gallium_dri.so free 0x55717361bcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361bcf0 0.000119
+gallium_dri.so free 0x55717361be40 void 0.000119
+gallium_dri.so free 0x55717361bcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361be40 0.000118
+gallium_dri.so free 0x55717361bf00 void 0.000137
+gallium_dri.so free 0x55717361be40 void 0.000120
+gallium_dri.so malloc 72 0x55717361be40 0.000119
+gallium_dri.so free 0x55717361bfc0 void 0.000155
+gallium_dri.so free 0x55717361be40 void 0.000122
+gallium_dri.so malloc 72 0x55717361be40 0.000119
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so free 0x55717361be40 void 0.000120
+gallium_dri.so malloc 72 0x55717361c030 0.000120
+gallium_dri.so free 0x55717361c140 void 0.000119
+gallium_dri.so free 0x55717361c030 void 0.000120
+gallium_dri.so malloc 72 0x55717361c0f0 0.000118
+gallium_dri.so free 0x55717361c1c0 void 0.000118
+gallium_dri.so free 0x55717361c0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c210 0.000118
+gallium_dri.so free 0x55717361c280 void 0.000124
+gallium_dri.so free 0x55717361c210 void 0.000120
+gallium_dri.so malloc 72 0x55717361c2a0 0.000119
+gallium_dri.so free 0x55717361c340 void 0.000121
+gallium_dri.so free 0x55717361c2a0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c2f0 0.000120
+gallium_dri.so free 0x55717361c3c0 void 0.000122
+gallium_dri.so free 0x55717361c2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c2f0 0.000119
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so free 0x55717361c2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c440 0.000119
+gallium_dri.so free 0x55717361c500 void 0.000120
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so malloc 72 0x55717361c440 0.000128
+gallium_dri.so free 0x55717361c600 void 0.000120
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so malloc 72 0x55717361c5b0 0.000118
+gallium_dri.so free 0x55717361c640 void 0.000120
+gallium_dri.so free 0x55717361c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c5b0 0.000119
+gallium_dri.so free 0x55717361c700 void 0.000120
+gallium_dri.so free 0x55717361c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c740 0.000118
+gallium_dri.so free 0x55717361c7c0 void 0.000119
+gallium_dri.so free 0x55717361c740 void 0.000119
+gallium_dri.so malloc 72 0x55717361c7c0 0.000120
+gallium_dri.so free 0x55717361c880 void 0.000121
+gallium_dri.so free 0x55717361c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c7c0 0.000117
+gallium_dri.so free 0x55717361c900 void 0.000119
+gallium_dri.so free 0x55717361c7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c930 0.000119
+gallium_dri.so free 0x55717361c980 void 0.000118
+gallium_dri.so free 0x55717361c930 void 0.000120
+gallium_dri.so malloc 72 0x55717361c930 0.000119
+gallium_dri.so free 0x55717361ca80 void 0.000120
+gallium_dri.so free 0x55717361c930 void 0.000119
+gallium_dri.so malloc 72 0x55717361cac0 0.000120
+gallium_dri.so free 0x55717361cb40 void 0.000119
+gallium_dri.so free 0x55717361cac0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cb40 0.000128
+gallium_dri.so free 0x55717361cc00 void 0.000120
+gallium_dri.so free 0x55717361cb40 void 0.000119
+gallium_dri.so malloc 72 0x55717361cb40 0.000119
+gallium_dri.so free 0x55717361cc80 void 0.000119
+gallium_dri.so free 0x55717361cb40 void 0.000119
+gallium_dri.so malloc 72 0x55717361ccb0 0.000119
+gallium_dri.so free 0x55717361cd00 void 0.000120
+gallium_dri.so free 0x55717361ccb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ccb0 0.000121
+gallium_dri.so free 0x55717361ce00 void 0.000120
+gallium_dri.so free 0x55717361ccb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361cdb0 0.000119
+gallium_dri.so free 0x55717361cec0 void 0.000118
+gallium_dri.so free 0x55717361cdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ce70 0.000118
+gallium_dri.so free 0x55717361cf40 void 0.000120
+gallium_dri.so free 0x55717361ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ce70 0.000119
+gallium_dri.so free 0x55717361d000 void 0.000120
+gallium_dri.so free 0x55717361ce70 void 0.000118
+gallium_dri.so malloc 72 0x55717361ce70 0.000119
+gallium_dri.so free 0x55717361d0c0 void 0.000121
+gallium_dri.so free 0x55717361ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717361d070 0.000119
+gallium_dri.so free 0x55717361d140 void 0.000119
+gallium_dri.so free 0x55717361d070 void 0.000169
+gallium_dri.so malloc 72 0x55717361d190 0.000122
+gallium_dri.so free 0x55717361d200 void 0.000136
+gallium_dri.so free 0x55717361d190 void 0.000116
+gallium_dri.so malloc 72 0x55717361d220 0.000118
+gallium_dri.so free 0x55717361d2c0 void 0.000119
+gallium_dri.so free 0x55717361d220 void 0.000119
+gallium_dri.so malloc 72 0x55717361d270 0.000118
+gallium_dri.so free 0x55717361d340 void 0.000120
+gallium_dri.so free 0x55717361d270 void 0.000119
+gallium_dri.so malloc 72 0x55717361d340 0.000120
+gallium_dri.so free 0x55717361d400 void 0.000118
+gallium_dri.so free 0x55717361d340 void 0.000118
+gallium_dri.so malloc 72 0x55717361d340 0.000118
+gallium_dri.so free 0x55717361d480 void 0.000119
+gallium_dri.so free 0x55717361d340 void 0.000120
+gallium_dri.so malloc 72 0x55717361d480 0.000120
+gallium_dri.so free 0x55717361d540 void 0.000119
+gallium_dri.so free 0x55717361d480 void 0.000118
+gallium_dri.so malloc 72 0x55717361d480 0.000120
+gallium_dri.so free 0x55717361d600 void 0.000119
+gallium_dri.so free 0x55717361d480 void 0.000118
+gallium_dri.so malloc 72 0x55717361d480 0.000119
+gallium_dri.so free 0x55717361d6c0 void 0.000118
+gallium_dri.so free 0x55717361d480 void 0.000118
+gallium_dri.so malloc 72 0x55717361d670 0.000119
+gallium_dri.so free 0x55717361d740 void 0.000130
+gallium_dri.so free 0x55717361d670 void 0.000122
+gallium_dri.so malloc 72 0x55717361d790 0.000119
+gallium_dri.so free 0x55717361d800 void 0.000120
+gallium_dri.so free 0x55717361d790 void 0.000119
+gallium_dri.so malloc 72 0x55717361d840 0.000118
+gallium_dri.so free 0x55717361d8c0 void 0.000118
+gallium_dri.so free 0x55717361d840 void 0.000118
+gallium_dri.so malloc 72 0x55717361d840 0.000119
+gallium_dri.so free 0x55717361d940 void 0.000118
+gallium_dri.so free 0x55717361d840 void 0.000120
+gallium_dri.so malloc 72 0x55717361d970 0.000119
+gallium_dri.so free 0x55717361d9c0 void 0.000119
+gallium_dri.so free 0x55717361d970 void 0.000119
+gallium_dri.so malloc 72 0x55717361d970 0.000118
+gallium_dri.so free 0x55717361dac0 void 0.000119
+gallium_dri.so free 0x55717361d970 void 0.000119
+gallium_dri.so malloc 72 0x55717361da70 0.000119
+gallium_dri.so free 0x55717361db80 void 0.000119
+gallium_dri.so free 0x55717361da70 void 0.000119
+gallium_dri.so malloc 72 0x55717361db30 0.000119
+gallium_dri.so free 0x55717361dbc0 void 0.000118
+gallium_dri.so free 0x55717361db30 void 0.000119
+gallium_dri.so malloc 72 0x55717361db30 0.000118
+gallium_dri.so free 0x55717361dc80 void 0.000119
+gallium_dri.so free 0x55717361db30 void 0.000118
+gallium_dri.so malloc 72 0x55717361dcf0 0.000127
+gallium_dri.so free 0x55717361dd40 void 0.000121
+gallium_dri.so free 0x55717361dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dcf0 0.000118
+gallium_dri.so free 0x55717361de40 void 0.000120
+gallium_dri.so free 0x55717361dcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ddf0 0.000120
+gallium_dri.so free 0x55717361df00 void 0.000118
+gallium_dri.so free 0x55717361ddf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361deb0 0.000118
+gallium_dri.so free 0x55717361df40 void 0.000118
+gallium_dri.so free 0x55717361deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361deb0 0.000119
+gallium_dri.so free 0x55717361e000 void 0.000118
+gallium_dri.so free 0x55717361deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e040 0.000118
+gallium_dri.so free 0x55717361e0c0 void 0.000120
+gallium_dri.so free 0x55717361e040 void 0.000124
+gallium_dri.so malloc 72 0x55717361e0c0 0.000123
+gallium_dri.so free 0x55717361e180 void 0.000121
+gallium_dri.so free 0x55717361e0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e0c0 0.000120
+gallium_dri.so free 0x55717361e240 void 0.000119
+gallium_dri.so free 0x55717361e0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e260 0.000118
+gallium_dri.so free 0x55717361e300 void 0.000118
+gallium_dri.so free 0x55717361e260 void 0.000119
+gallium_dri.so malloc 72 0x55717361e2b0 0.000123
+gallium_dri.so free 0x55717361e380 void 0.000120
+gallium_dri.so free 0x55717361e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e2b0 0.000119
+gallium_dri.so free 0x55717361e400 void 0.000120
+gallium_dri.so free 0x55717361e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e400 0.000118
+gallium_dri.so free 0x55717361e4c0 void 0.000119
+gallium_dri.so free 0x55717361e400 void 0.000118
+gallium_dri.so malloc 72 0x55717361e400 0.000120
+gallium_dri.so free 0x55717361e580 void 0.000119
+gallium_dri.so free 0x55717361e400 void 0.000120
+gallium_dri.so malloc 72 0x55717361e400 0.000119
+gallium_dri.so free 0x55717361e640 void 0.000120
+gallium_dri.so free 0x55717361e400 void 0.000118
+gallium_dri.so malloc 72 0x55717361e5f0 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000119
+gallium_dri.so free 0x55717361e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e6b0 0.000119
+gallium_dri.so free 0x55717361e780 void 0.000119
+gallium_dri.so free 0x55717361e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e7d0 0.000119
+gallium_dri.so free 0x55717361e840 void 0.000119
+gallium_dri.so free 0x55717361e7d0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e860 0.000119
+gallium_dri.so free 0x55717361e900 void 0.000119
+gallium_dri.so free 0x55717361e860 void 0.000122
+gallium_dri.so malloc 72 0x55717361e8b0 0.000119
+gallium_dri.so free 0x55717361e980 void 0.000118
+gallium_dri.so free 0x55717361e8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e8b0 0.000119
+gallium_dri.so free 0x55717361ea00 void 0.000120
+gallium_dri.so free 0x55717361e8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ea00 0.000118
+gallium_dri.so free 0x55717361eac0 void 0.000120
+gallium_dri.so free 0x55717361ea00 void 0.000118
+gallium_dri.so malloc 72 0x55717361ea00 0.000121
+gallium_dri.so free 0x55717361ebc0 void 0.000119
+gallium_dri.so free 0x55717361ea00 void 0.000118
+gallium_dri.so malloc 72 0x55717361eb70 0.000119
+gallium_dri.so free 0x55717361ec00 void 0.000119
+gallium_dri.so free 0x55717361eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361eb70 0.000120
+gallium_dri.so free 0x55717361ecc0 void 0.000118
+gallium_dri.so free 0x55717361eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ed00 0.000119
+gallium_dri.so free 0x55717361ed80 void 0.000121
+gallium_dri.so free 0x55717361ed00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ed80 0.000117
+gallium_dri.so free 0x55717361ee40 void 0.000118
+gallium_dri.so free 0x55717361ed80 void 0.000118
+gallium_dri.so malloc 72 0x55717361ed80 0.000118
+gallium_dri.so free 0x55717361eec0 void 0.000130
+gallium_dri.so free 0x55717361ed80 void 0.000121
+gallium_dri.so malloc 72 0x55717361eef0 0.000119
+gallium_dri.so free 0x55717361ef40 void 0.000129
+gallium_dri.so free 0x55717361eef0 void 0.000121
+gallium_dri.so malloc 72 0x55717361eef0 0.000136
+gallium_dri.so free 0x55717361f040 void 0.000118
+gallium_dri.so free 0x55717361eef0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f080 0.000124
+gallium_dri.so free 0x55717361f100 void 0.000119
+gallium_dri.so free 0x55717361f080 void 0.000118
+gallium_dri.so malloc 72 0x55717361f100 0.000118
+gallium_dri.so free 0x55717361f1c0 void 0.000119
+gallium_dri.so free 0x55717361f100 void 0.000118
+gallium_dri.so malloc 72 0x55717361f100 0.000117
+gallium_dri.so free 0x55717361f240 void 0.000118
+gallium_dri.so free 0x55717361f100 void 0.000117
+gallium_dri.so malloc 72 0x55717361f270 0.000119
+gallium_dri.so free 0x55717361f2c0 void 0.000119
+gallium_dri.so free 0x55717361f270 void 0.000119
+gallium_dri.so malloc 72 0x55717361f270 0.000118
+gallium_dri.so free 0x55717361f3c0 void 0.000119
+gallium_dri.so free 0x55717361f270 void 0.000119
+gallium_dri.so malloc 72 0x55717361f370 0.000118
+gallium_dri.so free 0x55717361f480 void 0.000119
+gallium_dri.so free 0x55717361f370 void 0.000119
+gallium_dri.so malloc 72 0x55717361f430 0.000128
+gallium_dri.so free 0x55717361f500 void 0.000119
+gallium_dri.so free 0x55717361f430 void 0.000117
+gallium_dri.so malloc 72 0x55717361f430 0.000122
+gallium_dri.so free 0x55717361f5c0 void 0.000119
+gallium_dri.so free 0x55717361f430 void 0.000119
+gallium_dri.so malloc 72 0x55717361f430 0.000118
+gallium_dri.so free 0x55717361f680 void 0.000119
+gallium_dri.so free 0x55717361f430 void 0.000119
+gallium_dri.so malloc 72 0x55717361f630 0.000118
+gallium_dri.so free 0x55717361f700 void 0.000119
+gallium_dri.so free 0x55717361f630 void 0.000120
+gallium_dri.so malloc 72 0x55717361f750 0.000119
+gallium_dri.so free 0x55717361f7c0 void 0.000119
+gallium_dri.so free 0x55717361f750 void 0.000123
+gallium_dri.so malloc 72 0x55717361f7e0 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000119
+gallium_dri.so free 0x55717361f7e0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f830 0.000118
+gallium_dri.so free 0x55717361f900 void 0.000120
+gallium_dri.so free 0x55717361f830 void 0.000118
+gallium_dri.so malloc 72 0x55717361f900 0.000117
+gallium_dri.so free 0x55717361f9c0 void 0.000118
+gallium_dri.so free 0x55717361f900 void 0.000124
+gallium_dri.so malloc 72 0x55717361f900 0.000119
+gallium_dri.so free 0x55717361fa40 void 0.000119
+gallium_dri.so free 0x55717361f900 void 0.000121
+gallium_dri.so malloc 72 0x55717361fa40 0.000119
+gallium_dri.so free 0x55717361fb00 void 0.000118
+gallium_dri.so free 0x55717361fa40 void 0.000118
+gallium_dri.so malloc 72 0x55717361fa40 0.000119
+gallium_dri.so free 0x55717361fbc0 void 0.000119
+gallium_dri.so free 0x55717361fa40 void 0.000119
+gallium_dri.so malloc 72 0x55717361fa40 0.000120
+gallium_dri.so free 0x55717361fc80 void 0.000119
+gallium_dri.so free 0x55717361fa40 void 0.000118
+gallium_dri.so malloc 72 0x55717361fc30 0.000119
+gallium_dri.so free 0x55717361fd00 void 0.000121
+gallium_dri.so free 0x55717361fc30 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd50 0.000119
+gallium_dri.so free 0x55717361fdc0 void 0.000119
+gallium_dri.so free 0x55717361fd50 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe00 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000118
+gallium_dri.so free 0x55717361fe00 void 0.000124
+gallium_dri.so malloc 72 0x55717361fe00 0.000120
+gallium_dri.so free 0x55717361ff00 void 0.000118
+gallium_dri.so free 0x55717361fe00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ff30 0.000118
+gallium_dri.so free 0x55717361ff80 void 0.000118
+gallium_dri.so free 0x55717361ff30 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff30 0.000124
+gallium_dri.so free 0x557173620080 void 0.000129
+gallium_dri.so free 0x55717361ff30 void 0.000125
+gallium_dri.so malloc 72 0x557173620030 0.000120
+gallium_dri.so free 0x557173620140 void 0.000118
+gallium_dri.so free 0x557173620030 void 0.000118
+gallium_dri.so malloc 72 0x5571736200f0 0.000119
+gallium_dri.so free 0x557173620180 void 0.000119
+gallium_dri.so free 0x5571736200f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736200f0 0.000118
+gallium_dri.so free 0x557173620240 void 0.000118
+gallium_dri.so free 0x5571736200f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736202b0 0.000119
+gallium_dri.so free 0x557173620300 void 0.000120
+gallium_dri.so free 0x5571736202b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736202b0 0.000119
+gallium_dri.so free 0x557173620400 void 0.000119
+gallium_dri.so free 0x5571736202b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736203b0 0.000118
+gallium_dri.so free 0x5571736204c0 void 0.000118
+gallium_dri.so free 0x5571736203b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620470 0.000119
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so free 0x557173620470 void 0.000118
+gallium_dri.so malloc 72 0x557173620470 0.000119
+gallium_dri.so free 0x5571736205c0 void 0.000119
+gallium_dri.so free 0x557173620470 void 0.000119
+gallium_dri.so malloc 72 0x557173620600 0.000120
+gallium_dri.so free 0x557173620680 void 0.000129
+gallium_dri.so free 0x557173620600 void 0.000121
+gallium_dri.so malloc 72 0x557173620680 0.000118
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so free 0x557173620680 void 0.000119
+gallium_dri.so malloc 72 0x557173620680 0.000119
+gallium_dri.so free 0x557173620800 void 0.000119
+gallium_dri.so free 0x557173620680 void 0.000121
+gallium_dri.so malloc 72 0x557173620820 0.000118
+gallium_dri.so free 0x5571736208c0 void 0.000140
+gallium_dri.so free 0x557173620820 void 0.000120
+gallium_dri.so malloc 72 0x557173620870 0.000118
+gallium_dri.so free 0x557173620940 void 0.000121
+gallium_dri.so free 0x557173620870 void 0.000124
+gallium_dri.so malloc 72 0x557173620870 0.000120
+gallium_dri.so free 0x5571736209c0 void 0.000120
+gallium_dri.so free 0x557173620870 void 0.000119
+gallium_dri.so malloc 72 0x5571736209c0 0.000124
+gallium_dri.so free 0x557173620a80 void 0.000120
+gallium_dri.so free 0x5571736209c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736209c0 0.000118
+gallium_dri.so free 0x557173620b40 void 0.000119
+gallium_dri.so free 0x5571736209c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736209c0 0.000119
+gallium_dri.so free 0x557173620c00 void 0.000118
+gallium_dri.so free 0x5571736209c0 void 0.000130
+gallium_dri.so malloc 72 0x557173620bb0 0.000121
+gallium_dri.so free 0x557173620cc0 void 0.000119
+gallium_dri.so free 0x557173620bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000126
+gallium_dri.so free 0x557173620d40 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000118
+gallium_dri.so malloc 72 0x557173620d90 0.000119
+gallium_dri.so free 0x557173620e00 void 0.000119
+gallium_dri.so free 0x557173620d90 void 0.000118
+gallium_dri.so malloc 72 0x557173620e20 0.000119
+gallium_dri.so free 0x557173620f80 void 0.000118
+gallium_dri.so free 0x557173620e20 void 0.000119
+gallium_dri.so malloc 72 0x557173620e20 0.000118
+gallium_dri.so free 0x55717360bfc0 void 0.000120
+gallium_dri.so free 0x557173620e20 void 0.000118
+gallium_dri.so malloc 72 0x55717360bf70 0.000118
+gallium_dri.so free 0x557173462dc0 void 0.000118
+gallium_dri.so free 0x55717360bf70 void 0.000119
+gallium_dri.so malloc 72 0x557173462d70 0.000118
+gallium_dri.so free 0x557173591d80 void 0.000119
+gallium_dri.so free 0x557173462d70 void 0.000125
+gallium_dri.so malloc 72 0x557173591d30 0.000120
+gallium_dri.so free 0x557173609bc0 void 0.000118
+gallium_dri.so free 0x557173591d30 void 0.000118
+gallium_dri.so malloc 72 0x557173609b70 0.000181
+gallium_dri.so free 0x557173601c40 void 0.000113
+gallium_dri.so free 0x557173609b70 void 0.000111
+gallium_dri.so malloc 72 0x557173601bf0 0.000111
+gallium_dri.so free 0x5571735d6140 void 0.000110
+gallium_dri.so free 0x557173601bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d60f0 0.000112
+gallium_dri.so free 0x557173609d80 void 0.000110
+gallium_dri.so free 0x5571735d60f0 void 0.000110
+gallium_dri.so malloc 72 0x557173609d30 0.000110
+gallium_dri.so free 0x557173590f00 void 0.000111
+gallium_dri.so free 0x557173609d30 void 0.000111
+gallium_dri.so malloc 72 0x557173590eb0 0.000110
+gallium_dri.so free 0x557173603e80 void 0.000110
+gallium_dri.so free 0x557173590eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173603e30 0.000111
+gallium_dri.so free 0x5571734637c0 void 0.000110
+gallium_dri.so free 0x557173603e30 void 0.000111
+gallium_dri.so malloc 72 0x557173463830 0.000110
+gallium_dri.so free 0x557173463e00 void 0.000110
+gallium_dri.so free 0x557173463830 void 0.000110
+gallium_dri.so malloc 72 0x557173463db0 0.000116
+gallium_dri.so free 0x55717358d200 void 0.000118
+gallium_dri.so free 0x557173463db0 void 0.000123
+gallium_dri.so malloc 72 0x55717358d1b0 0.000114
+gallium_dri.so free 0x55717358e940 void 0.000111
+gallium_dri.so free 0x55717358d1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358e8f0 0.000109
+gallium_dri.so free 0x557173608d80 void 0.000140
+gallium_dri.so free 0x55717358e8f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608d30 0.000118
+gallium_dri.so free 0x5571735d15c0 void 0.000125
+gallium_dri.so free 0x557173608d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d1570 0.000120
+gallium_dri.so free 0x557173606440 void 0.000119
+gallium_dri.so free 0x5571735d1570 void 0.000119
+gallium_dri.so malloc 72 0x5571736063f0 0.000118
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so free 0x5571736063f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736063f0 0.000125
+gallium_dri.so free 0x55717358c380 void 0.000120
+gallium_dri.so free 0x5571736063f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c330 0.000118
+gallium_dri.so free 0x5571735d5100 void 0.000123
+gallium_dri.so free 0x55717358c330 void 0.000133
+gallium_dri.so malloc 72 0x5571735d50b0 0.000127
+gallium_dri.so free 0x557173604ec0 void 0.000124
+gallium_dri.so free 0x5571735d50b0 void 0.000125
+gallium_dri.so malloc 72 0x557173604e70 0.000124
+gallium_dri.so free 0x5571735bf3c0 void 0.000126
+gallium_dri.so free 0x557173604e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf370 0.000134
+gallium_dri.so free 0x557173589dc0 void 0.000126
+gallium_dri.so free 0x5571735bf370 void 0.000119
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173590d40 void 0.000124
+gallium_dri.so free 0x557173589d70 void 0.000123
+gallium_dri.so malloc 72 0x557173590cf0 0.000123
+gallium_dri.so free 0x5571734663c0 void 0.000128
+gallium_dri.so free 0x557173590cf0 void 0.000124
+gallium_dri.so malloc 72 0x557173466370 0.000124
+gallium_dri.so free 0x5571735910c0 void 0.000125
+gallium_dri.so free 0x557173466370 void 0.000124
+gallium_dri.so malloc 72 0x557173591070 0.000125
+gallium_dri.so free 0x557173589f80 void 0.000119
+gallium_dri.so free 0x557173591070 void 0.000122
+gallium_dri.so malloc 72 0x557173589f30 0.000134
+gallium_dri.so free 0x557173608bc0 void 0.000132
+gallium_dri.so free 0x557173589f30 void 0.000131
+gallium_dri.so malloc 72 0x557173608b70 0.000131
+gallium_dri.so free 0x5571735cf000 void 0.000131
+gallium_dri.so free 0x557173608b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735cefb0 0.000184
+gallium_dri.so free 0x557173465700 void 0.000132
+gallium_dri.so free 0x5571735cefb0 void 0.000131
+gallium_dri.so malloc 72 0x5571734656b0 0.000130
+gallium_dri.so free 0x557173467cc0 void 0.000128
+gallium_dri.so free 0x5571734656b0 void 0.000129
+gallium_dri.so malloc 72 0x557173467c70 0.000125
+gallium_dri.so free 0x55717358c1c0 void 0.000125
+gallium_dri.so free 0x557173467c70 void 0.000129
+gallium_dri.so malloc 72 0x55717358c170 0.000131
+gallium_dri.so free 0x557173606600 void 0.000131
+gallium_dri.so free 0x55717358c170 void 0.000125
+gallium_dri.so malloc 72 0x5571736065b0 0.000123
+gallium_dri.so free 0x557173588680 void 0.000128
+gallium_dri.so free 0x5571736065b0 void 0.000132
+gallium_dri.so malloc 72 0x557173588630 0.000131
+gallium_dri.so free 0x55717358e780 void 0.000132
+gallium_dri.so free 0x557173588630 void 0.000131
+gallium_dri.so malloc 72 0x55717358e730 0.000130
+gallium_dri.so free 0x557173467940 void 0.000131
+gallium_dri.so free 0x55717358e730 void 0.000142
+gallium_dri.so malloc 72 0x5571734678f0 0.000333
+gallium_dri.so free 0x557173604040 void 0.000329
+gallium_dri.so free 0x5571734678f0 void 0.000294
+gallium_dri.so malloc 72 0x557173603ff0 0.000273
+gallium_dri.so free 0x5571735d5480 void 0.000272
+gallium_dri.so free 0x557173603ff0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d5430 0.000274
+gallium_dri.so free 0x55717360a400 void 0.000279
+gallium_dri.so free 0x5571735d5430 void 0.000279
+gallium_dri.so malloc 72 0x55717360a470 0.000274
+gallium_dri.so free 0x5571735d0580 void 0.000285
+gallium_dri.so free 0x55717360a470 void 0.000261
+gallium_dri.so malloc 72 0x5571735d0530 0.000283
+gallium_dri.so free 0x557173602900 void 0.000269
+gallium_dri.so free 0x5571735d0530 void 0.000271
+gallium_dri.so malloc 72 0x5571736028b0 0.000279
+gallium_dri.so free 0x557173601a80 void 0.000270
+gallium_dri.so free 0x5571736028b0 void 0.000270
+gallium_dri.so malloc 72 0x557173601a30 0.000275
+gallium_dri.so free 0x557173604200 void 0.000278
+gallium_dri.so free 0x557173601a30 void 0.000276
+gallium_dri.so malloc 72 0x5571736041b0 0.000273
+gallium_dri.so free 0x5571735d0900 void 0.000245
+gallium_dri.so free 0x5571736041b0 void 0.000291
+gallium_dri.so malloc 72 0x5571735d08b0 0.000301
+gallium_dri.so free 0x557173468980 void 0.000269
+gallium_dri.so free 0x5571735d08b0 void 0.000228
+gallium_dri.so malloc 72 0x557173468930 0.000188
+gallium_dri.so free 0x5571735d3540 void 0.000191
+gallium_dri.so free 0x557173468930 void 0.000190
+gallium_dri.so malloc 72 0x557173468930 0.000170
+gallium_dri.so free 0x5571735d52c0 void 0.000137
+gallium_dri.so free 0x557173468930 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5270 0.000137
+gallium_dri.so free 0x55717358c540 void 0.000138
+gallium_dri.so free 0x5571735d5270 void 0.000138
+gallium_dri.so malloc 72 0x55717358c4f0 0.000149
+gallium_dri.so free 0x557173465380 void 0.000134
+gallium_dri.so free 0x55717358c4f0 void 0.000134
+gallium_dri.so malloc 72 0x557173465330 0.000137
+gallium_dri.so free 0x5571735d3b80 void 0.000138
+gallium_dri.so free 0x557173465330 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3b30 0.000138
+gallium_dri.so free 0x5571735d2d00 void 0.000134
+gallium_dri.so free 0x5571735d3b30 void 0.000137
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000137
+gallium_dri.so free 0x557173463140 void 0.000140
+gallium_dri.so free 0x5571735d2cb0 void 0.000175
+gallium_dri.so malloc 72 0x5571734630f0 0.000138
+gallium_dri.so free 0x557173589c00 void 0.000138
+gallium_dri.so free 0x5571734630f0 void 0.000139
+gallium_dri.so malloc 72 0x557173589bb0 0.000137
+gallium_dri.so free 0x557173608a00 void 0.000138
+gallium_dri.so free 0x557173589bb0 void 0.000133
+gallium_dri.so malloc 72 0x5571736089b0 0.000135
+gallium_dri.so free 0x557173607480 void 0.000137
+gallium_dri.so free 0x5571736089b0 void 0.000139
+gallium_dri.so malloc 72 0x557173607430 0.000137
+gallium_dri.so free 0x5571735d0740 void 0.000133
+gallium_dri.so free 0x557173607430 void 0.000135
+gallium_dri.so malloc 72 0x5571735d06f0 0.000137
+gallium_dri.so free 0x55717360aa40 void 0.000139
+gallium_dri.so free 0x5571735d06f0 void 0.000190
+gallium_dri.so malloc 72 0x55717360a9f0 0.000139
+gallium_dri.so free 0x5571736067c0 void 0.000139
+gallium_dri.so free 0x55717360a9f0 void 0.000136
+gallium_dri.so malloc 72 0x557173606770 0.000138
+gallium_dri.so free 0x55717358ac40 void 0.000133
+gallium_dri.so free 0x557173606770 void 0.000136
+gallium_dri.so malloc 72 0x55717358abf0 0.000137
+gallium_dri.so free 0x5571736018c0 void 0.000137
+gallium_dri.so free 0x55717358abf0 void 0.000135
+gallium_dri.so malloc 72 0x557173601870 0.000130
+gallium_dri.so free 0x557173467b00 void 0.000131
+gallium_dri.so free 0x557173601870 void 0.000130
+gallium_dri.so malloc 72 0x557173467ab0 0.000131
+gallium_dri.so free 0x5571735d2b40 void 0.000132
+gallium_dri.so free 0x557173467ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2af0 0.000131
+gallium_dri.so free 0x55717358f7c0 void 0.000130
+gallium_dri.so free 0x5571735d2af0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f770 0.000133
+gallium_dri.so free 0x5571735d2ec0 void 0.000128
+gallium_dri.so free 0x55717358f770 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2e70 0.000126
+gallium_dri.so free 0x557173465540 void 0.000125
+gallium_dri.so free 0x5571735d2e70 void 0.000123
+gallium_dri.so malloc 72 0x5571734654f0 0.000134
+gallium_dri.so free 0x55717358eb00 void 0.000131
+gallium_dri.so free 0x5571734654f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358eab0 0.000127
+gallium_dri.so free 0x55717358a600 void 0.000130
+gallium_dri.so free 0x55717358eab0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a670 0.000131
+gallium_dri.so free 0x557173465d80 void 0.000126
+gallium_dri.so free 0x55717358a670 void 0.000123
+gallium_dri.so malloc 72 0x55717358a670 0.000124
+gallium_dri.so free 0x55717358cbc0 void 0.000129
+gallium_dri.so free 0x55717358a670 void 0.000126
+gallium_dri.so malloc 72 0x55717358cbc0 0.000124
+gallium_dri.so free 0x557173462f80 void 0.000128
+gallium_dri.so free 0x55717358cbc0 void 0.000131
+gallium_dri.so malloc 72 0x557173462f30 0.000126
+gallium_dri.so free 0x5571735d0f80 void 0.000129
+gallium_dri.so free 0x557173462f30 void 0.000134
+gallium_dri.so malloc 72 0x557173462f30 0.000130
+gallium_dri.so free 0x557173469240 void 0.000131
+gallium_dri.so free 0x557173462f30 void 0.000130
+gallium_dri.so malloc 72 0x5571734691f0 0.000130
+gallium_dri.so free 0x55717360b300 void 0.000138
+gallium_dri.so free 0x5571734691f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360b2b0 0.000129
+gallium_dri.so free 0x5571734646c0 void 0.000130
+gallium_dri.so free 0x55717360b2b0 void 0.000131
+gallium_dri.so malloc 72 0x557173464670 0.000126
+gallium_dri.so free 0x5571735cae00 void 0.000131
+gallium_dri.so free 0x557173464670 void 0.000130
+gallium_dri.so malloc 72 0x5571735cadb0 0.000127
+gallium_dri.so free 0x55717358f180 void 0.000125
+gallium_dri.so free 0x5571735cadb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cadb0 0.000130
+gallium_dri.so free 0x557173466c80 void 0.000139
+gallium_dri.so free 0x5571735cadb0 void 0.000131
+gallium_dri.so malloc 72 0x557173466c30 0.000131
+gallium_dri.so free 0x5571735d1e80 void 0.000137
+gallium_dri.so free 0x557173466c30 void 0.000136
+gallium_dri.so malloc 72 0x5571735d1e30 0.000127
+gallium_dri.so free 0x5571735cf8c0 void 0.000126
+gallium_dri.so free 0x5571735d1e30 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf870 0.000130
+gallium_dri.so free 0x557173468340 void 0.000131
+gallium_dri.so free 0x5571735cf870 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf870 0.000127
+gallium_dri.so free 0x55717358dac0 void 0.000124
+gallium_dri.so free 0x5571735cf870 void 0.000128
+gallium_dri.so malloc 72 0x55717358da70 0.000127
+gallium_dri.so free 0x557173605780 void 0.000126
+gallium_dri.so free 0x55717358da70 void 0.000129
+gallium_dri.so malloc 72 0x557173605730 0.000130
+gallium_dri.so free 0x55717358b500 void 0.000147
+gallium_dri.so free 0x557173605730 void 0.000131
+gallium_dri.so malloc 72 0x55717358b4b0 0.000129
+gallium_dri.so free 0x557173591740 void 0.000132
+gallium_dri.so free 0x55717358b4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b4b0 0.000140
+gallium_dri.so free 0x557173604880 void 0.000131
+gallium_dri.so free 0x55717358b4b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b4b0 0.000125
+gallium_dri.so free 0x5571735d6a00 void 0.000130
+gallium_dri.so free 0x55717358b4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d69b0 0.000129
+gallium_dri.so free 0x5571736031c0 void 0.000132
+gallium_dri.so free 0x5571735d69b0 void 0.000131
+gallium_dri.so malloc 72 0x557173603170 0.000130
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x557173603170 void 0.000124
+gallium_dri.so malloc 72 0x5571735bfc30 0.000124
+gallium_dri.so free 0x5571735d4440 void 0.000130
+gallium_dri.so free 0x5571735bfc30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d43f0 0.000124
+gallium_dri.so free 0x557173588f40 void 0.000126
+gallium_dri.so free 0x5571735d43f0 void 0.000129
+gallium_dri.so malloc 72 0x557173588ef0 0.000126
+gallium_dri.so free 0x557173609400 void 0.000124
+gallium_dri.so free 0x557173588ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173588ef0 0.000130
+gallium_dri.so free 0x557173607d40 void 0.000142
+gallium_dri.so free 0x557173588ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173607cf0 0.000131
+gallium_dri.so free 0x5571736022c0 void 0.000131
+gallium_dri.so free 0x557173607cf0 void 0.000131
+gallium_dri.so malloc 72 0x557173607cf0 0.000131
+gallium_dri.so free 0x5571735d5b00 void 0.000131
+gallium_dri.so free 0x557173607cf0 void 0.000126
+gallium_dri.so malloc 72 0x557173607cf0 0.000124
+gallium_dri.so free 0x557173590080 void 0.000130
+gallium_dri.so free 0x557173607cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173590030 0.000132
+gallium_dri.so free 0x55717358f300 void 0.000132
+gallium_dri.so free 0x557173590030 void 0.000126
+gallium_dri.so malloc 72 0x55717358f2b0 0.000130
+gallium_dri.so free 0x557173591e80 void 0.000132
+gallium_dri.so free 0x55717358f2b0 void 0.000130
+gallium_dri.so malloc 72 0x557173591ed0 0.000131
+gallium_dri.so free 0x557173591f40 void 0.000125
+gallium_dri.so free 0x557173591ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ed0 0.000126
+gallium_dri.so free 0x5571735d6b40 void 0.000174
+gallium_dri.so free 0x557173591ed0 void 0.000127
+gallium_dri.so malloc 72 0x557173591ed0 0.000128
+gallium_dri.so free 0x5571735d6c00 void 0.000131
+gallium_dri.so free 0x557173591ed0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000146
+gallium_dri.so free 0x5571735883c0 void 0.000133
+gallium_dri.so free 0x5571735d6bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173588370 0.000130
+gallium_dri.so free 0x557173588480 void 0.000126
+gallium_dri.so free 0x557173588370 void 0.000125
+gallium_dri.so malloc 72 0x557173588430 0.000126
+gallium_dri.so free 0x55717358f400 void 0.000130
+gallium_dri.so free 0x557173588430 void 0.000127
+gallium_dri.so malloc 72 0x557173588430 0.000129
+gallium_dri.so free 0x55717358f4c0 void 0.000131
+gallium_dri.so free 0x557173588430 void 0.000131
+gallium_dri.so malloc 72 0x557173588430 0.000125
+gallium_dri.so free 0x55717358f580 void 0.000129
+gallium_dri.so free 0x557173588430 void 0.000131
+gallium_dri.so malloc 72 0x55717358f530 0.000129
+gallium_dri.so free 0x55717358f8c0 void 0.000142
+gallium_dri.so free 0x55717358f530 void 0.000131
+gallium_dri.so malloc 72 0x55717358f910 0.000131
+gallium_dri.so free 0x55717358f980 void 0.000129
+gallium_dri.so free 0x55717358f910 void 0.000131
+gallium_dri.so malloc 72 0x55717358f9a0 0.000183
+gallium_dri.so free 0x55717358fa40 void 0.000198
+gallium_dri.so free 0x55717358f9a0 void 0.000180
+gallium_dri.so malloc 72 0x55717358f9f0 0.000221
+gallium_dri.so free 0x5571735d3c80 void 0.000185
+gallium_dri.so free 0x55717358f9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000125
+gallium_dri.so free 0x55717358fac0 void 0.000128
+gallium_dri.so free 0x5571735d3cd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000129
+gallium_dri.so free 0x5571735d3d40 void 0.000133
+gallium_dri.so free 0x5571735d3cd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3d90 0.000130
+gallium_dri.so free 0x5571735d3e00 void 0.000125
+gallium_dri.so free 0x5571735d3d90 void 0.000135
+gallium_dri.so malloc 72 0x5571735d3e20 0.000129
+gallium_dri.so free 0x5571735d16c0 void 0.000132
+gallium_dri.so free 0x5571735d3e20 void 0.000127
+gallium_dri.so malloc 72 0x5571735d16f0 0.000128
+gallium_dri.so free 0x5571735d1740 void 0.000126
+gallium_dri.so free 0x5571735d16f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d16f0 0.000129
+gallium_dri.so free 0x5571735d1840 void 0.000130
+gallium_dri.so free 0x5571735d16f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d17f0 0.000130
+gallium_dri.so free 0x55717360ab40 void 0.000125
+gallium_dri.so free 0x5571735d17f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360ab80 0.000125
+gallium_dri.so free 0x5571735d3ec0 void 0.000130
+gallium_dri.so free 0x55717360ab80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3e70 0.000130
+gallium_dri.so free 0x55717360ac00 void 0.000143
+gallium_dri.so free 0x5571735d3e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3e70 0.000126
+gallium_dri.so free 0x55717360acc0 void 0.000124
+gallium_dri.so free 0x5571735d3e70 void 0.000128
+gallium_dri.so malloc 72 0x55717360ac70 0.000135
+gallium_dri.so free 0x557173463f00 void 0.000131
+gallium_dri.so free 0x55717360ac70 void 0.000134
+gallium_dri.so malloc 72 0x557173463f50 0.000131
+gallium_dri.so free 0x5571735d1900 void 0.000131
+gallium_dri.so free 0x557173463f50 void 0.000129
+gallium_dri.so malloc 72 0x5571735d18b0 0.000125
+gallium_dri.so free 0x55717360ad40 void 0.000124
+gallium_dri.so free 0x5571735d18b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360ad70 0.000127
+gallium_dri.so free 0x557173463fc0 void 0.000125
+gallium_dri.so free 0x55717360ad70 void 0.000124
+gallium_dri.so malloc 72 0x557173464030 0.000122
+gallium_dri.so free 0x557173464080 void 0.000123
+gallium_dri.so free 0x557173464030 void 0.000129
+gallium_dri.so malloc 72 0x557173464030 0.000132
+gallium_dri.so free 0x557173604fc0 void 0.000221
+gallium_dri.so free 0x557173464030 void 0.000225
+gallium_dri.so malloc 72 0x557173605010 0.000224
+gallium_dri.so free 0x557173605080 void 0.000242
+gallium_dri.so free 0x557173605010 void 0.000225
+gallium_dri.so malloc 72 0x5571736050a0 0.000223
+gallium_dri.so free 0x557173605140 void 0.000225
+gallium_dri.so free 0x5571736050a0 void 0.000230
+gallium_dri.so malloc 72 0x5571736050f0 0.000224
+gallium_dri.so free 0x5571736051c0 void 0.000199
+gallium_dri.so free 0x5571736050f0 void 0.000195
+gallium_dri.so malloc 72 0x5571736050f0 0.000179
+gallium_dri.so free 0x5571734664c0 void 0.000220
+gallium_dri.so free 0x5571736050f0 void 0.000225
+gallium_dri.so malloc 72 0x557173466510 0.000201
+gallium_dri.so free 0x557173466580 void 0.000230
+gallium_dri.so free 0x557173466510 void 0.000221
+gallium_dri.so malloc 72 0x5571734665e0 0.000222
+gallium_dri.so free 0x557173466680 void 0.000307
+gallium_dri.so free 0x5571734665e0 void 0.000362
+gallium_dri.so malloc 72 0x557173466630 0.000385
+gallium_dri.so free 0x557173607580 void 0.000287
+gallium_dri.so free 0x557173466630 void 0.000272
+gallium_dri.so malloc 72 0x5571736075b0 0.000273
+gallium_dri.so free 0x557173607600 void 0.000283
+gallium_dri.so free 0x5571736075b0 void 0.000284
+gallium_dri.so malloc 72 0x5571736075b0 0.000271
+gallium_dri.so free 0x557173607700 void 0.000276
+gallium_dri.so free 0x5571736075b0 void 0.000282
+gallium_dri.so malloc 72 0x5571736076b0 0.000271
+gallium_dri.so free 0x5571736077c0 void 0.000269
+gallium_dri.so free 0x5571736076b0 void 0.000276
+gallium_dri.so malloc 72 0x557173607770 0.000274
+gallium_dri.so free 0x557173588780 void 0.000272
+gallium_dri.so free 0x557173607770 void 0.000280
+gallium_dri.so malloc 72 0x5571735887b0 0.000277
+gallium_dri.so free 0x557173588800 void 0.000273
+gallium_dri.so free 0x5571735887b0 void 0.000276
+gallium_dri.so malloc 72 0x557173588800 0.000280
+gallium_dri.so free 0x5571735888c0 void 0.000281
+gallium_dri.so free 0x557173588800 void 0.000280
+gallium_dri.so malloc 72 0x557173588800 0.000272
+gallium_dri.so free 0x557173468a80 void 0.000284
+gallium_dri.so free 0x557173588800 void 0.000336
+gallium_dri.so malloc 72 0x557173468ad0 0.000377
+gallium_dri.so free 0x5571735889c0 void 0.000334
+gallium_dri.so free 0x557173468ad0 void 0.000293
+gallium_dri.so malloc 72 0x557173588970 0.000291
+gallium_dri.so free 0x557173468b40 void 0.000299
+gallium_dri.so free 0x557173588970 void 0.000321
+gallium_dri.so malloc 72 0x557173468b70 0.000184
+gallium_dri.so free 0x557173468bc0 void 0.000188
+gallium_dri.so free 0x557173468b70 void 0.000192
+gallium_dri.so malloc 72 0x557173468b70 0.000234
+gallium_dri.so free 0x5571735cf100 void 0.000160
+gallium_dri.so free 0x557173468b70 void 0.000261
+gallium_dri.so malloc 72 0x5571735cf150 0.000268
+gallium_dri.so free 0x5571735cf1c0 void 0.000268
+gallium_dri.so free 0x5571735cf150 void 0.000291
+gallium_dri.so malloc 72 0x5571735cf200 0.000291
+gallium_dri.so free 0x557173468cc0 void 0.000298
+gallium_dri.so free 0x5571735cf200 void 0.000287
+gallium_dri.so malloc 72 0x557173468c70 0.000292
+gallium_dri.so free 0x5571735cf280 void 0.000283
+gallium_dri.so free 0x557173468c70 void 0.000267
+gallium_dri.so malloc 72 0x557173468c70 0.000270
+gallium_dri.so free 0x5571735bf4c0 void 0.000237
+gallium_dri.so free 0x557173468c70 void 0.000234
+gallium_dri.so malloc 72 0x5571735bf500 0.000138
+gallium_dri.so free 0x5571735bf580 void 0.000138
+gallium_dri.so free 0x5571735bf500 void 0.000138
+gallium_dri.so malloc 72 0x5571735bf580 0.000133
+gallium_dri.so free 0x5571735cf340 void 0.000137
+gallium_dri.so free 0x5571735bf580 void 0.000134
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000132
+gallium_dri.so free 0x5571735bf640 void 0.000131
+gallium_dri.so free 0x5571735cf2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000136
+gallium_dri.so free 0x5571735d6240 void 0.000138
+gallium_dri.so free 0x5571735cf2f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d62b0 0.000138
+gallium_dri.so free 0x5571735d6300 void 0.000137
+gallium_dri.so free 0x5571735d62b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d62b0 0.000138
+gallium_dri.so free 0x5571735d6400 void 0.000138
+gallium_dri.so free 0x5571735d62b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735d63b0 0.000149
+gallium_dri.so free 0x5571735bf700 void 0.000137
+gallium_dri.so free 0x5571735d63b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000158
+gallium_dri.so free 0x557173602a00 void 0.000141
+gallium_dri.so free 0x5571735bf6b0 void 0.000137
+gallium_dri.so malloc 72 0x557173602a30 0.000132
+gallium_dri.so free 0x557173602a80 void 0.000133
+gallium_dri.so free 0x557173602a30 void 0.000136
+gallium_dri.so malloc 72 0x557173602a30 0.000138
+gallium_dri.so free 0x557173602b80 void 0.000139
+gallium_dri.so free 0x557173602a30 void 0.000131
+gallium_dri.so malloc 72 0x557173602b30 0.000130
+gallium_dri.so free 0x55717358ad40 void 0.000131
+gallium_dri.so free 0x557173602b30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ada0 0.000132
+gallium_dri.so free 0x557173602c40 void 0.000130
+gallium_dri.so free 0x55717358ada0 void 0.000131
+gallium_dri.so malloc 72 0x557173602bf0 0.000130
+gallium_dri.so free 0x55717358ae40 void 0.000125
+gallium_dri.so free 0x557173602bf0 void 0.000156
+gallium_dri.so malloc 72 0x55717358adf0 0.000131
+gallium_dri.so free 0x55717358aec0 void 0.000127
+gallium_dri.so free 0x55717358adf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358adf0 0.000123
+gallium_dri.so free 0x55717358d300 void 0.000125
+gallium_dri.so free 0x55717358adf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d350 0.000123
+gallium_dri.so free 0x55717358d3c0 void 0.000125
+gallium_dri.so free 0x55717358d350 void 0.000129
+gallium_dri.so malloc 72 0x55717358d3e0 0.000125
+gallium_dri.so free 0x55717358d480 void 0.000124
+gallium_dri.so free 0x55717358d3e0 void 0.000125
+gallium_dri.so malloc 72 0x55717358d430 0.000129
+gallium_dri.so free 0x557173588b00 void 0.000126
+gallium_dri.so free 0x55717358d430 void 0.000128
+gallium_dri.so malloc 72 0x557173588b50 0.000124
+gallium_dri.so free 0x55717358d500 void 0.000124
+gallium_dri.so free 0x557173588b50 void 0.000125
+gallium_dri.so malloc 72 0x557173588b50 0.000128
+gallium_dri.so free 0x557173588bc0 void 0.000131
+gallium_dri.so free 0x557173588b50 void 0.000129
+gallium_dri.so malloc 72 0x557173588c10 0.000125
+gallium_dri.so free 0x557173588c80 void 0.000125
+gallium_dri.so free 0x557173588c10 void 0.000131
+gallium_dri.so malloc 72 0x557173588ca0 0.000130
+gallium_dri.so free 0x557173588d40 void 0.000131
+gallium_dri.so free 0x557173588ca0 void 0.000131
+gallium_dri.so malloc 72 0x557173588cf0 0.000131
+gallium_dri.so free 0x557173466840 void 0.000132
+gallium_dri.so free 0x557173588cf0 void 0.000131
+gallium_dri.so malloc 72 0x557173466880 0.000131
+gallium_dri.so free 0x557173466900 void 0.000131
+gallium_dri.so free 0x557173466880 void 0.000129
+gallium_dri.so malloc 72 0x557173466900 0.000131
+gallium_dri.so free 0x5571734669c0 void 0.000131
+gallium_dri.so free 0x557173466900 void 0.000133
+gallium_dri.so malloc 72 0x557173466900 0.000136
+gallium_dri.so free 0x557173466a40 void 0.000131
+gallium_dri.so free 0x557173466900 void 0.000132
+gallium_dri.so malloc 72 0x557173466900 0.000131
+gallium_dri.so free 0x55717358b0c0 void 0.000132
+gallium_dri.so free 0x557173466900 void 0.000131
+gallium_dri.so malloc 72 0x55717358b0f0 0.000131
+gallium_dri.so free 0x55717358b140 void 0.000166
+gallium_dri.so free 0x55717358b0f0 void 0.000163
+gallium_dri.so malloc 72 0x55717358b0f0 0.000163
+gallium_dri.so free 0x55717358b240 void 0.000131
+gallium_dri.so free 0x55717358b0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b1f0 0.000125
+gallium_dri.so free 0x55717358b300 void 0.000126
+gallium_dri.so free 0x55717358b1f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b2b0 0.000129
+gallium_dri.so free 0x55717360aec0 void 0.000126
+gallium_dri.so free 0x55717358b2b0 void 0.000139
+gallium_dri.so malloc 72 0x55717360aef0 0.000130
+gallium_dri.so free 0x55717360af40 void 0.000132
+gallium_dri.so free 0x55717360aef0 void 0.000130
+gallium_dri.so malloc 72 0x55717360aef0 0.000131
+gallium_dri.so free 0x55717360b040 void 0.000130
+gallium_dri.so free 0x55717360aef0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b080 0.000131
+gallium_dri.so free 0x557173464280 void 0.000127
+gallium_dri.so free 0x55717360b080 void 0.000125
+gallium_dri.so malloc 72 0x5571734642d0 0.000141
+gallium_dri.so free 0x557173464340 void 0.000126
+gallium_dri.so free 0x5571734642d0 void 0.000129
+gallium_dri.so malloc 72 0x557173464360 0.000131
+gallium_dri.so free 0x557173464400 void 0.000131
+gallium_dri.so free 0x557173464360 void 0.000131
+gallium_dri.so malloc 72 0x5571734643b0 0.000130
+gallium_dri.so free 0x55717360b100 void 0.000132
+gallium_dri.so free 0x5571734643b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734643b0 0.000132
+gallium_dri.so free 0x557173464480 void 0.000130
+gallium_dri.so free 0x5571734643b0 void 0.000132
+gallium_dri.so malloc 72 0x557173464480 0.000130
+gallium_dri.so free 0x5571735d4000 void 0.000143
+gallium_dri.so free 0x557173464480 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4060 0.000131
+gallium_dri.so free 0x5571735d4100 void 0.000127
+gallium_dri.so free 0x5571735d4060 void 0.000124
+gallium_dri.so malloc 72 0x5571735d40b0 0.000130
+gallium_dri.so free 0x5571735d4140 void 0.000126
+gallium_dri.so free 0x5571735d40b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735d40b0 0.000131
+gallium_dri.so free 0x5571735d4200 void 0.000130
+gallium_dri.so free 0x5571735d40b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d4240 0.000132
+gallium_dri.so free 0x557173605340 void 0.000131
+gallium_dri.so free 0x5571735d4240 void 0.000130
+gallium_dri.so malloc 72 0x557173605390 0.000130
+gallium_dri.so free 0x557173605400 void 0.000126
+gallium_dri.so free 0x557173605390 void 0.000129
+gallium_dri.so malloc 72 0x557173605420 0.000125
+gallium_dri.so free 0x5571736054c0 void 0.000124
+gallium_dri.so free 0x557173605420 void 0.000127
+gallium_dri.so malloc 72 0x557173605470 0.000131
+gallium_dri.so free 0x557173605540 void 0.000130
+gallium_dri.so free 0x557173605470 void 0.000125
+gallium_dri.so malloc 72 0x557173605540 0.000123
+gallium_dri.so free 0x5571735d1a40 void 0.000129
+gallium_dri.so free 0x557173605540 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1a80 0.000125
+gallium_dri.so free 0x5571735d1b00 void 0.000125
+gallium_dri.so free 0x5571735d1a80 void 0.000133
+gallium_dri.so malloc 72 0x5571735d1b00 0.000133
+gallium_dri.so free 0x5571735d1bc0 void 0.000131
+gallium_dri.so free 0x5571735d1b00 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1b00 0.000183
+gallium_dri.so free 0x5571735d1c40 void 0.000134
+gallium_dri.so free 0x5571735d1b00 void 0.000181
+gallium_dri.so malloc 72 0x5571735d1c70 0.000143
+gallium_dri.so free 0x55717358d680 void 0.000133
+gallium_dri.so free 0x5571735d1c70 void 0.000129
+gallium_dri.so malloc 72 0x55717358d6c0 0.000130
+gallium_dri.so free 0x55717358d740 void 0.000129
+gallium_dri.so free 0x55717358d6c0 void 0.000133
+gallium_dri.so malloc 72 0x55717358d740 0.000128
+gallium_dri.so free 0x55717358d800 void 0.000129
+gallium_dri.so free 0x55717358d740 void 0.000129
+gallium_dri.so malloc 72 0x55717358d740 0.000129
+gallium_dri.so free 0x55717358d880 void 0.000129
+gallium_dri.so free 0x55717358d740 void 0.000129
+gallium_dri.so malloc 72 0x55717358d740 0.000127
+gallium_dri.so free 0x557173602d80 void 0.000127
+gallium_dri.so free 0x55717358d740 void 0.000126
+gallium_dri.so malloc 72 0x557173602db0 0.000126
+gallium_dri.so free 0x557173602e00 void 0.000138
+gallium_dri.so free 0x557173602db0 void 0.000129
+gallium_dri.so malloc 72 0x557173602db0 0.000128
+gallium_dri.so free 0x557173602f00 void 0.000128
+gallium_dri.so free 0x557173602db0 void 0.000130
+gallium_dri.so malloc 72 0x557173602eb0 0.000127
+gallium_dri.so free 0x557173602fc0 void 0.000128
+gallium_dri.so free 0x557173602eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173602f70 0.000127
+gallium_dri.so free 0x55717358fc40 void 0.000128
+gallium_dri.so free 0x557173602f70 void 0.000128
+gallium_dri.so malloc 72 0x55717358fc70 0.000127
+gallium_dri.so free 0x55717358fcc0 void 0.000126
+gallium_dri.so free 0x55717358fc70 void 0.000127
+gallium_dri.so malloc 72 0x55717358fc70 0.000126
+gallium_dri.so free 0x55717358fdc0 void 0.000127
+gallium_dri.so free 0x55717358fc70 void 0.000133
+gallium_dri.so malloc 72 0x55717358fe00 0.000134
+gallium_dri.so free 0x557173607900 void 0.000129
+gallium_dri.so free 0x55717358fe00 void 0.000131
+gallium_dri.so malloc 72 0x557173607950 0.000131
+gallium_dri.so free 0x5571736079c0 void 0.000128
+gallium_dri.so free 0x557173607950 void 0.000130
+gallium_dri.so malloc 72 0x5571736079e0 0.000127
+gallium_dri.so free 0x557173607a80 void 0.000223
+gallium_dri.so free 0x5571736079e0 void 0.000146
+gallium_dri.so malloc 72 0x557173607a30 0.000129
+gallium_dri.so free 0x55717358fe80 void 0.000128
+gallium_dri.so free 0x557173607a30 void 0.000128
+gallium_dri.so malloc 72 0x557173607a30 0.000128
+gallium_dri.so free 0x557173607b00 void 0.000126
+gallium_dri.so free 0x557173607a30 void 0.000130
+gallium_dri.so malloc 72 0x557173607b00 0.000128
+gallium_dri.so free 0x5571735d65c0 void 0.000134
+gallium_dri.so free 0x557173607b00 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6620 0.000128
+gallium_dri.so free 0x5571735d66c0 void 0.000128
+gallium_dri.so free 0x5571735d6620 void 0.000128
+gallium_dri.so malloc 72 0x5571735d6670 0.000130
+gallium_dri.so free 0x5571735d6700 void 0.000122
+gallium_dri.so free 0x5571735d6670 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6670 0.000121
+gallium_dri.so free 0x5571735d67c0 void 0.000123
+gallium_dri.so free 0x5571735d6670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d6800 0.000124
+gallium_dri.so free 0x557173468e00 void 0.000185
+gallium_dri.so free 0x5571735d6800 void 0.000182
+gallium_dri.so malloc 72 0x557173468e50 0.000250
+gallium_dri.so free 0x557173468ec0 void 0.000125
+gallium_dri.so free 0x557173468e50 void 0.000122
+gallium_dri.so malloc 72 0x557173468ee0 0.000120
+gallium_dri.so free 0x557173468f80 void 0.000119
+gallium_dri.so free 0x557173468ee0 void 0.000120
+gallium_dri.so malloc 72 0x557173468f30 0.000120
+gallium_dri.so free 0x557173469000 void 0.000120
+gallium_dri.so free 0x557173468f30 void 0.000120
+gallium_dri.so malloc 72 0x557173469000 0.000122
+gallium_dri.so free 0x5571735bf840 void 0.000184
+gallium_dri.so free 0x557173469000 void 0.000186
+gallium_dri.so malloc 72 0x5571735bf880 0.000182
+gallium_dri.so free 0x5571735bf900 void 0.000184
+gallium_dri.so free 0x5571735bf880 void 0.000215
+gallium_dri.so malloc 72 0x5571735bf900 0.000129
+gallium_dri.so free 0x5571735bf9c0 void 0.000130
+gallium_dri.so free 0x5571735bf900 void 0.000169
+gallium_dri.so malloc 72 0x5571735bf900 0.000192
+gallium_dri.so free 0x5571735bfa40 void 0.000226
+gallium_dri.so free 0x5571735bf900 void 0.000149
+gallium_dri.so malloc 72 0x5571735bfa70 0.000127
+gallium_dri.so free 0x5571735cf480 void 0.000125
+gallium_dri.so free 0x5571735bfa70 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000135
+gallium_dri.so free 0x5571735cf540 void 0.000155
+gallium_dri.so free 0x5571735cf4c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735cf540 0.000139
+gallium_dri.so free 0x5571735cf600 void 0.000142
+gallium_dri.so free 0x5571735cf540 void 0.000146
+gallium_dri.so malloc 72 0x5571735cf540 0.000175
+gallium_dri.so free 0x5571735cf680 void 0.000174
+gallium_dri.so free 0x5571735cf540 void 0.000184
+gallium_dri.so malloc 72 0x5571735cf540 0.000138
+gallium_dri.so free 0x557173462440 void 0.000136
+gallium_dri.so free 0x5571735cf540 void 0.000133
+gallium_dri.so malloc 72 0x557173462470 0.000135
+gallium_dri.so free 0x5571734624c0 void 0.000138
+gallium_dri.so free 0x557173462470 void 0.000140
+gallium_dri.so malloc 72 0x557173462470 0.000143
+gallium_dri.so free 0x5571734625c0 void 0.000161
+gallium_dri.so free 0x557173462470 void 0.000275
+gallium_dri.so malloc 72 0x557173462570 0.000306
+gallium_dri.so free 0x557173462680 void 0.000320
+gallium_dri.so free 0x557173462570 void 0.000271
+gallium_dri.so malloc 72 0x557173462630 0.000151
+gallium_dri.so free 0x5571734626c0 void 0.000214
+gallium_dri.so free 0x557173462630 void 0.000126
+gallium_dri.so malloc 72 0x557173462630 0.000123
+gallium_dri.so free 0x55717360a580 void 0.000132
+gallium_dri.so free 0x557173462630 void 0.000124
+gallium_dri.so malloc 72 0x55717360a530 0.000122
+gallium_dri.so free 0x55717360a580 void 0.000171
+gallium_dri.so free 0x55717360a530 void 0.000122
+gallium_dri.so malloc 72 0x55717360a530 0.000123
+gallium_dri.so free 0x55717360a680 void 0.000136
+gallium_dri.so free 0x55717360a530 void 0.000139
+gallium_dri.so malloc 72 0x55717360a630 0.000147
+gallium_dri.so free 0x55717360a740 void 0.000134
+gallium_dri.so free 0x55717360a630 void 0.000131
+gallium_dri.so malloc 72 0x55717360a6f0 0.000133
+gallium_dri.so free 0x55717360a780 void 0.000134
+gallium_dri.so free 0x55717360a6f0 void 0.000135
+gallium_dri.so malloc 72 0x55717360a6f0 0.000130
+gallium_dri.so free 0x55717360a840 void 0.000132
+gallium_dri.so free 0x55717360a6f0 void 0.000133
+gallium_dri.so malloc 72 0x55717360a880 0.000133
+gallium_dri.so free 0x5571734684c0 void 0.000135
+gallium_dri.so free 0x55717360a880 void 0.000131
+gallium_dri.so malloc 72 0x557173468470 0.000133
+gallium_dri.so free 0x557173468580 void 0.000136
+gallium_dri.so free 0x557173468470 void 0.000143
+gallium_dri.so malloc 72 0x557173468530 0.000123
+gallium_dri.so free 0x557173468600 void 0.000123
+gallium_dri.so free 0x557173468530 void 0.000124
+gallium_dri.so malloc 72 0x557173468530 0.000122
+gallium_dri.so free 0x5571734686c0 void 0.000122
+gallium_dri.so free 0x557173468530 void 0.000121
+gallium_dri.so malloc 72 0x557173468530 0.000122
+gallium_dri.so free 0x557173468780 void 0.000212
+gallium_dri.so free 0x557173468530 void 0.000123
+gallium_dri.so malloc 72 0x557173468730 0.000121
+gallium_dri.so free 0x557173463940 void 0.000122
+gallium_dri.so free 0x557173468730 void 0.000206
+gallium_dri.so malloc 72 0x5571734638f0 0.000158
+gallium_dri.so free 0x557173463a00 void 0.000125
+gallium_dri.so free 0x5571734638f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734639b0 0.000121
+gallium_dri.so free 0x557173463a40 void 0.000122
+gallium_dri.so free 0x5571734639b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734639b0 0.000120
+gallium_dri.so free 0x557173463b00 void 0.000120
+gallium_dri.so free 0x5571734639b0 void 0.000122
+gallium_dri.so malloc 72 0x557173463b50 0.000121
+gallium_dri.so free 0x557173463bc0 void 0.000122
+gallium_dri.so free 0x557173463b50 void 0.000121
+gallium_dri.so malloc 72 0x557173463c00 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000121
+gallium_dri.so free 0x557173463c00 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000120
+gallium_dri.so free 0x55717358a840 void 0.000121
+gallium_dri.so free 0x55717358a730 void 0.000121
+gallium_dri.so malloc 72 0x55717358a7f0 0.000120
+gallium_dri.so free 0x55717358a880 void 0.000133
+gallium_dri.so free 0x55717358a7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a7f0 0.000123
+gallium_dri.so free 0x55717358a940 void 0.000120
+gallium_dri.so free 0x55717358a7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a980 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000123
+gallium_dri.so free 0x55717358a980 void 0.000122
+gallium_dri.so malloc 72 0x55717358aa00 0.000123
+gallium_dri.so free 0x557173606fc0 void 0.000131
+gallium_dri.so free 0x55717358aa00 void 0.000124
+gallium_dri.so malloc 72 0x557173606f70 0.000122
+gallium_dri.so free 0x557173607040 void 0.000122
+gallium_dri.so free 0x557173606f70 void 0.000122
+gallium_dri.so malloc 72 0x557173607060 0.000121
+gallium_dri.so free 0x557173607100 void 0.000127
+gallium_dri.so free 0x557173607060 void 0.000123
+gallium_dri.so malloc 72 0x5571736070b0 0.000122
+gallium_dri.so free 0x557173607180 void 0.000124
+gallium_dri.so free 0x5571736070b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736070b0 0.000122
+gallium_dri.so free 0x557173607200 void 0.000122
+gallium_dri.so free 0x5571736070b0 void 0.000123
+gallium_dri.so malloc 72 0x557173607200 0.000122
+gallium_dri.so free 0x557173602440 void 0.000123
+gallium_dri.so free 0x557173607200 void 0.000131
+gallium_dri.so malloc 72 0x5571736023f0 0.000122
+gallium_dri.so free 0x557173602480 void 0.000122
+gallium_dri.so free 0x5571736023f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736023f0 0.000143
+gallium_dri.so free 0x557173602540 void 0.000127
+gallium_dri.so free 0x5571736023f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736025b0 0.000123
+gallium_dri.so free 0x557173602600 void 0.000121
+gallium_dri.so free 0x5571736025b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736025b0 0.000127
+gallium_dri.so free 0x557173602700 void 0.000123
+gallium_dri.so free 0x5571736025b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736026b0 0.000118
+gallium_dri.so free 0x5571735d5c80 void 0.000122
+gallium_dri.so free 0x5571736026b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5c30 0.000122
+gallium_dri.so free 0x5571735d5cc0 void 0.000121
+gallium_dri.so free 0x5571735d5c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5c30 0.000120
+gallium_dri.so free 0x5571735d5d80 void 0.000119
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000125
+gallium_dri.so free 0x5571735d5e40 void 0.000140
+gallium_dri.so free 0x5571735d5dc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5e40 0.000151
+gallium_dri.so free 0x5571735d5f00 void 0.000139
+gallium_dri.so free 0x5571735d5e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5e40 0.000129
+gallium_dri.so free 0x557173465f00 void 0.000131
+gallium_dri.so free 0x5571735d5e40 void 0.000135
+gallium_dri.so malloc 72 0x557173465eb0 0.000135
+gallium_dri.so free 0x557173465f40 void 0.000142
+gallium_dri.so free 0x557173465eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173465eb0 0.000125
+gallium_dri.so free 0x557173466000 void 0.000132
+gallium_dri.so free 0x557173465eb0 void 0.000134
+gallium_dri.so malloc 72 0x557173466040 0.000138
+gallium_dri.so free 0x5571734660c0 void 0.000133
+gallium_dri.so free 0x557173466040 void 0.000128
+gallium_dri.so malloc 72 0x5571734660c0 0.000126
+gallium_dri.so free 0x557173466180 void 0.000263
+gallium_dri.so free 0x5571734660c0 void 0.000142
+gallium_dri.so malloc 72 0x5571734660c0 0.000138
+gallium_dri.so free 0x5571735ceb40 void 0.000140
+gallium_dri.so free 0x5571734660c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000129
+gallium_dri.so free 0x5571735cebc0 void 0.000155
+gallium_dri.so free 0x5571735ceaf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cebc0 0.000132
+gallium_dri.so free 0x5571735cec80 void 0.000129
+gallium_dri.so free 0x5571735cebc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735cebc0 0.000129
+gallium_dri.so free 0x5571735ced00 void 0.000144
+gallium_dri.so free 0x5571735cebc0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ced00 0.000176
+gallium_dri.so free 0x5571735cedc0 void 0.000138
+gallium_dri.so free 0x5571735ced00 void 0.000138
+gallium_dri.so malloc 72 0x5571735ced00 0.000146
+gallium_dri.so free 0x55717358cd40 void 0.000142
+gallium_dri.so free 0x5571735ced00 void 0.000137
+gallium_dri.so malloc 72 0x55717358ccf0 0.000139
+gallium_dri.so free 0x55717358cdc0 void 0.000139
+gallium_dri.so free 0x55717358ccf0 void 0.000135
+gallium_dri.so malloc 72 0x55717358ccf0 0.000135
+gallium_dri.so free 0x55717358ce40 void 0.000139
+gallium_dri.so free 0x55717358ccf0 void 0.000140
+gallium_dri.so malloc 72 0x55717358ce40 0.000138
+gallium_dri.so free 0x55717358cf00 void 0.000135
+gallium_dri.so free 0x55717358ce40 void 0.000155
+gallium_dri.so malloc 72 0x55717358ce40 0.000149
+gallium_dri.so free 0x55717358d000 void 0.000151
+gallium_dri.so free 0x55717358ce40 void 0.000149
+gallium_dri.so malloc 72 0x55717358cfb0 0.000147
+gallium_dri.so free 0x5571735d36c0 void 0.000149
+gallium_dri.so free 0x55717358cfb0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d3670 0.000145
+gallium_dri.so free 0x5571735d3740 void 0.000149
+gallium_dri.so free 0x5571735d3670 void 0.000149
+gallium_dri.so malloc 72 0x5571735d3670 0.000148
+gallium_dri.so free 0x5571735d37c0 void 0.000150
+gallium_dri.so free 0x5571735d3670 void 0.000148
+gallium_dri.so malloc 72 0x5571735d37c0 0.000148
+gallium_dri.so free 0x5571735d3880 void 0.000148
+gallium_dri.so free 0x5571735d37c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d37c0 0.000148
+gallium_dri.so free 0x5571735d3940 void 0.000150
+gallium_dri.so free 0x5571735d37c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d37c0 0.000147
+gallium_dri.so free 0x5571735d1100 void 0.000148
+gallium_dri.so free 0x5571735d37c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d10b0 0.000145
+gallium_dri.so free 0x5571735d1100 void 0.000151
+gallium_dri.so free 0x5571735d10b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d10b0 0.000147
+gallium_dri.so free 0x5571735d1200 void 0.000147
+gallium_dri.so free 0x5571735d10b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d11b0 0.000150
+gallium_dri.so free 0x5571735d12c0 void 0.000146
+gallium_dri.so free 0x5571735d11b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735d1270 0.000150
+gallium_dri.so free 0x5571735d1300 void 0.000149
+gallium_dri.so free 0x5571735d1270 void 0.000160
+gallium_dri.so malloc 72 0x5571735d1270 0.000158
+gallium_dri.so free 0x5571735d13c0 void 0.000158
+gallium_dri.so free 0x5571735d1270 void 0.000155
+gallium_dri.so malloc 72 0x5571735d1400 0.000158
+gallium_dri.so free 0x5571735918c0 void 0.000157
+gallium_dri.so free 0x5571735d1400 void 0.000160
+gallium_dri.so malloc 72 0x557173591870 0.000158
+gallium_dri.so free 0x557173591980 void 0.000158
+gallium_dri.so free 0x557173591870 void 0.000182
+gallium_dri.so malloc 72 0x557173591930 0.000155
+gallium_dri.so free 0x557173591a00 void 0.000166
+gallium_dri.so free 0x557173591930 void 0.000133
+gallium_dri.so malloc 72 0x557173591930 0.000133
+gallium_dri.so free 0x557173591ac0 void 0.000134
+gallium_dri.so free 0x557173591930 void 0.000132
+gallium_dri.so malloc 72 0x557173591930 0.000133
+gallium_dri.so free 0x557173591b80 void 0.000135
+gallium_dri.so free 0x557173591930 void 0.000134
+gallium_dri.so malloc 72 0x557173591b30 0.000134
+gallium_dri.so free 0x557173604a00 void 0.000135
+gallium_dri.so free 0x557173591b30 void 0.000134
+gallium_dri.so malloc 72 0x5571736049b0 0.000133
+gallium_dri.so free 0x557173604ac0 void 0.000134
+gallium_dri.so free 0x5571736049b0 void 0.000133
+gallium_dri.so malloc 72 0x557173604a70 0.000133
+gallium_dri.so free 0x557173604b00 void 0.000135
+gallium_dri.so free 0x557173604a70 void 0.000133
+gallium_dri.so malloc 72 0x557173604a70 0.000132
+gallium_dri.so free 0x557173604bc0 void 0.000135
+gallium_dri.so free 0x557173604a70 void 0.000134
+gallium_dri.so malloc 72 0x557173604c10 0.000139
+gallium_dri.so free 0x557173604c80 void 0.000133
+gallium_dri.so free 0x557173604c10 void 0.000227
+gallium_dri.so malloc 72 0x557173604cc0 0.000255
+gallium_dri.so free 0x557173589680 void 0.000174
+gallium_dri.so free 0x557173604cc0 void 0.000139
+gallium_dri.so malloc 72 0x557173589680 0.000136
+gallium_dri.so free 0x557173589740 void 0.000136
+gallium_dri.so free 0x557173589680 void 0.000133
+gallium_dri.so malloc 72 0x557173589680 0.000132
+gallium_dri.so free 0x5571735897c0 void 0.000137
+gallium_dri.so free 0x557173589680 void 0.000135
+gallium_dri.so malloc 72 0x5571735897f0 0.000128
+gallium_dri.so free 0x557173589840 void 0.000129
+gallium_dri.so free 0x5571735897f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735897f0 0.000130
+gallium_dri.so free 0x557173589940 void 0.000129
+gallium_dri.so free 0x5571735897f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735898f0 0.000128
+gallium_dri.so free 0x557173589a00 void 0.000129
+gallium_dri.so free 0x5571735898f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735899b0 0.000140
+gallium_dri.so free 0x557173462840 void 0.000125
+gallium_dri.so free 0x5571735899b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735899b0 0.000127
+gallium_dri.so free 0x5571734628c0 void 0.000126
+gallium_dri.so free 0x5571735899b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734628f0 0.000126
+gallium_dri.so free 0x557173462940 void 0.000127
+gallium_dri.so free 0x5571734628f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734628f0 0.000128
+gallium_dri.so free 0x557173462a40 void 0.000127
+gallium_dri.so free 0x5571734628f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734629f0 0.000128
+gallium_dri.so free 0x557173462b00 void 0.000129
+gallium_dri.so free 0x5571734629f0 void 0.000129
+gallium_dri.so malloc 72 0x557173462ab0 0.000128
+gallium_dri.so free 0x557173462b40 void 0.000129
+gallium_dri.so free 0x557173462ab0 void 0.000179
+gallium_dri.so malloc 72 0x557173462ab0 0.000135
+gallium_dri.so free 0x557173605ec0 void 0.000137
+gallium_dri.so free 0x557173462ab0 void 0.000137
+gallium_dri.so malloc 72 0x557173462ab0 0.000136
+gallium_dri.so free 0x557173605fc0 void 0.000137
+gallium_dri.so free 0x557173462ab0 void 0.000145
+gallium_dri.so malloc 72 0x557173605f70 0.000129
+gallium_dri.so free 0x557173606040 void 0.000128
+gallium_dri.so free 0x557173605f70 void 0.000128
+gallium_dri.so malloc 72 0x557173606090 0.000128
+gallium_dri.so free 0x557173606100 void 0.000128
+gallium_dri.so free 0x557173606090 void 0.000128
+gallium_dri.so malloc 72 0x557173606120 0.000129
+gallium_dri.so free 0x5571736061c0 void 0.000129
+gallium_dri.so free 0x557173606120 void 0.000130
+gallium_dri.so malloc 72 0x557173606170 0.000129
+gallium_dri.so free 0x557173606240 void 0.000129
+gallium_dri.so free 0x557173606170 void 0.000128
+gallium_dri.so malloc 72 0x557173606170 0.000130
+gallium_dri.so free 0x557173603900 void 0.000128
+gallium_dri.so free 0x557173606170 void 0.000128
+gallium_dri.so malloc 72 0x557173603900 0.000129
+gallium_dri.so free 0x5571736039c0 void 0.000129
+gallium_dri.so free 0x557173603900 void 0.000129
+gallium_dri.so malloc 72 0x557173603900 0.000128
+gallium_dri.so free 0x557173603a80 void 0.000127
+gallium_dri.so free 0x557173603900 void 0.000129
+gallium_dri.so malloc 72 0x557173603aa0 0.000127
+gallium_dri.so free 0x557173603b40 void 0.000129
+gallium_dri.so free 0x557173603aa0 void 0.000141
+gallium_dri.so malloc 72 0x557173603af0 0.000127
+gallium_dri.so free 0x557173603bc0 void 0.000127
+gallium_dri.so free 0x557173603af0 void 0.000126
+gallium_dri.so malloc 72 0x557173603af0 0.000127
+gallium_dri.so free 0x557173603c40 void 0.000126
+gallium_dri.so free 0x557173603af0 void 0.000125
+gallium_dri.so malloc 72 0x557173603c40 0.000125
+gallium_dri.so free 0x5571735d0000 void 0.000127
+gallium_dri.so free 0x557173603c40 void 0.000200
+gallium_dri.so malloc 72 0x557173603c40 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000116
+gallium_dri.so free 0x557173603c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d00b0 0.000113
+gallium_dri.so free 0x5571735d0100 void 0.000111
+gallium_dri.so free 0x5571735d00b0 void 0.000101
+gallium_dri.so malloc 72 0x5571735d0100 0.000212
+gallium_dri.so free 0x5571735d01c0 void 0.000199
+gallium_dri.so free 0x5571735d0100 void 0.000210
+gallium_dri.so malloc 72 0x5571735d0100 0.000225
+gallium_dri.so free 0x5571735d02c0 void 0.000198
+gallium_dri.so free 0x5571735d0100 void 0.000162
+gallium_dri.so malloc 72 0x5571735d0270 0.000173
+gallium_dri.so free 0x5571735d0380 void 0.000125
+gallium_dri.so free 0x5571735d0270 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0330 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0330 0.000124
+gallium_dri.so free 0x5571735d2680 void 0.000156
+gallium_dri.so free 0x5571735d0330 void 0.000158
+gallium_dri.so malloc 72 0x5571735d2630 0.000124
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so free 0x5571735d2630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2750 0.000120
+gallium_dri.so free 0x5571735d27c0 void 0.000117
+gallium_dri.so free 0x5571735d2750 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000122
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000118
+gallium_dri.so free 0x5571735d2900 void 0.000120
+gallium_dri.so free 0x5571735d2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2930 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x5571735d2930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2930 0.000131
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x5571735d2930 void 0.000119
+gallium_dri.so malloc 72 0x55717358e280 0.000118
+gallium_dri.so free 0x55717358e340 void 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000119
+gallium_dri.so malloc 72 0x55717358e280 0.000117
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000118
+gallium_dri.so malloc 72 0x55717358e280 0.000121
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so malloc 72 0x55717358e470 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000118
+gallium_dri.so malloc 72 0x55717358e470 0.000118
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x55717358bc40 0.000120
+gallium_dri.so free 0x55717358e5c0 void 0.000120
+gallium_dri.so free 0x55717358bc40 void 0.000119
+gallium_dri.so malloc 72 0x55717358e570 0.000118
+gallium_dri.so free 0x55717358bd00 void 0.000119
+gallium_dri.so free 0x55717358e570 void 0.000120
+gallium_dri.so malloc 72 0x55717358e570 0.000118
+gallium_dri.so free 0x55717358bdc0 void 0.000120
+gallium_dri.so free 0x55717358e570 void 0.000119
+gallium_dri.so malloc 72 0x55717358bd70 0.000125
+gallium_dri.so free 0x55717358be40 void 0.000120
+gallium_dri.so free 0x55717358bd70 void 0.000119
+gallium_dri.so malloc 72 0x55717358be90 0.000119
+gallium_dri.so free 0x55717358bf00 void 0.000123
+gallium_dri.so free 0x55717358be90 void 0.000120
+gallium_dri.so malloc 72 0x55717358bf60 0.000119
+gallium_dri.so free 0x55717358c000 void 0.000120
+gallium_dri.so free 0x55717358bf60 void 0.000118
+gallium_dri.so malloc 72 0x55717358bfb0 0.000119
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so free 0x55717358bfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358bfb0 0.000120
+gallium_dri.so free 0x55717360bb00 void 0.000119
+gallium_dri.so free 0x55717358bfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bab0 0.000120
+gallium_dri.so free 0x55717360bb80 void 0.000118
+gallium_dri.so free 0x55717360bab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bbd0 0.000119
+gallium_dri.so free 0x55717360bc40 void 0.000119
+gallium_dri.so free 0x55717360bbd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bc60 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000120
+gallium_dri.so free 0x55717360bc60 void 0.000118
+gallium_dri.so malloc 72 0x55717360bcb0 0.000118
+gallium_dri.so free 0x55717360bd80 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360bd80 0.000125
+gallium_dri.so free 0x557173608480 void 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000118
+gallium_dri.so malloc 72 0x55717360bd80 0.000120
+gallium_dri.so free 0x557173608500 void 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000125
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x5571736085c0 void 0.000113
+gallium_dri.so free 0x557173608500 void 0.000113
+gallium_dri.so malloc 72 0x557173608500 0.000113
+gallium_dri.so free 0x557173608680 void 0.000113
+gallium_dri.so free 0x557173608500 void 0.000113
+gallium_dri.so malloc 72 0x557173608500 0.000119
+gallium_dri.so free 0x557173608740 void 0.000115
+gallium_dri.so free 0x557173608500 void 0.000113
+gallium_dri.so malloc 72 0x5571736086f0 0.000113
+gallium_dri.so free 0x5571736087c0 void 0.000113
+gallium_dri.so free 0x5571736086f0 void 0.000112
+gallium_dri.so malloc 72 0x557173608810 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x557173608810 void 0.000113
+gallium_dri.so malloc 72 0x557173608810 0.000113
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x557173608810 void 0.000112
+gallium_dri.so malloc 72 0x557173608810 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000120
+gallium_dri.so free 0x557173608810 void 0.000116
+gallium_dri.so malloc 72 0x557173608810 0.000113
+gallium_dri.so free 0x5571735d4d80 void 0.000113
+gallium_dri.so free 0x557173608810 void 0.000185
+gallium_dri.so malloc 72 0x5571735d4d30 0.000328
+gallium_dri.so free 0x5571735d4e00 void 0.000306
+gallium_dri.so free 0x5571735d4d30 void 0.000239
+gallium_dri.so malloc 72 0x5571735d4e50 0.000201
+gallium_dri.so free 0x5571735d4ec0 void 0.000286
+gallium_dri.so free 0x5571735d4e50 void 0.000278
+gallium_dri.so malloc 72 0x5571735d4ee0 0.000277
+gallium_dri.so free 0x5571734673c0 void 0.000158
+gallium_dri.so free 0x5571735d4ee0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d4ee0 0.000118
+gallium_dri.so free 0x557173467480 void 0.000116
+gallium_dri.so free 0x5571735d4ee0 void 0.000113
+gallium_dri.so malloc 72 0x557173467430 0.000114
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x557173467430 void 0.000113
+gallium_dri.so malloc 72 0x557173467430 0.000114
+gallium_dri.so free 0x557173467580 void 0.000113
+gallium_dri.so free 0x557173467430 void 0.000114
+gallium_dri.so malloc 72 0x557173467530 0.000112
+gallium_dri.so free 0x557173467640 void 0.000157
+gallium_dri.so free 0x557173467530 void 0.000152
+gallium_dri.so malloc 72 0x5571734675f0 0.000194
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x5571734675f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734675f0 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so free 0x5571734675f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734675f0 0.000116
+gallium_dri.so free 0x557173464e80 void 0.000115
+gallium_dri.so free 0x5571734675f0 void 0.000112
+gallium_dri.so malloc 72 0x557173464e80 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000123
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so malloc 72 0x557173464e80 0.000115
+gallium_dri.so free 0x557173465040 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so malloc 72 0x557173464e80 0.000122
+gallium_dri.so free 0x557173467740 void 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000171
+gallium_dri.so malloc 72 0x557173467770 0.000120
+gallium_dri.so free 0x5571734650c0 void 0.000119
+gallium_dri.so free 0x557173467770 void 0.000119
+gallium_dri.so malloc 72 0x557173465100 0.000119
+gallium_dri.so free 0x5571735907c0 void 0.000119
+gallium_dri.so free 0x557173465100 void 0.000119
+gallium_dri.so malloc 72 0x5571735907c0 0.000118
+gallium_dri.so free 0x557173590880 void 0.000119
+gallium_dri.so free 0x5571735907c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735907c0 0.000121
+gallium_dri.so free 0x557173590900 void 0.000120
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so malloc 72 0x557173590930 0.000120
+gallium_dri.so free 0x557173590980 void 0.000119
+gallium_dri.so free 0x557173590930 void 0.000120
+gallium_dri.so malloc 72 0x557173590980 0.000119
+gallium_dri.so free 0x557173465180 void 0.000121
+gallium_dri.so free 0x557173590980 void 0.000119
+gallium_dri.so malloc 72 0x557173590980 0.000122
+gallium_dri.so free 0x557173590a40 void 0.000120
+gallium_dri.so free 0x557173590980 void 0.000120
+gallium_dri.so malloc 72 0x557173590a40 0.000120
+gallium_dri.so free 0x557173590b00 void 0.000120
+gallium_dri.so free 0x557173590a40 void 0.000119
+gallium_dri.so malloc 72 0x557173590a40 0.000119
+gallium_dri.so free 0x557173601340 void 0.000133
+gallium_dri.so free 0x557173590a40 void 0.000121
+gallium_dri.so malloc 72 0x557173590a40 0.000118
+gallium_dri.so free 0x557173601400 void 0.000119
+gallium_dri.so free 0x557173590a40 void 0.000119
+gallium_dri.so malloc 72 0x5571736013b0 0.000119
+gallium_dri.so free 0x557173601480 void 0.000120
+gallium_dri.so free 0x5571736013b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736014d0 0.000119
+gallium_dri.so free 0x557173601540 void 0.000120
+gallium_dri.so free 0x5571736014d0 void 0.000118
+gallium_dri.so malloc 72 0x557173601580 0.000120
+gallium_dri.so free 0x557173601600 void 0.000119
+gallium_dri.so free 0x557173601580 void 0.000119
+gallium_dri.so malloc 72 0x557173601580 0.000118
+gallium_dri.so free 0x557173601680 void 0.000120
+gallium_dri.so free 0x557173601580 void 0.000119
+gallium_dri.so malloc 72 0x5571736016b0 0.000118
+gallium_dri.so free 0x557173469380 void 0.000121
+gallium_dri.so free 0x5571736016b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736016b0 0.000118
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so free 0x5571736016b0 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000119
+gallium_dri.so free 0x5571734694c0 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000127
+gallium_dri.so free 0x557173469580 void 0.000121
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469640 void 0.000129
+gallium_dri.so free 0x557173469400 void 0.000144
+gallium_dri.so malloc 72 0x5571734695f0 0.000142
+gallium_dri.so free 0x557173469640 void 0.000140
+gallium_dri.so free 0x5571734695f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734695f0 0.000138
+gallium_dri.so free 0x55717358ec00 void 0.000141
+gallium_dri.so free 0x5571734695f0 void 0.000139
+gallium_dri.so malloc 72 0x55717358ec50 0.000150
+gallium_dri.so free 0x55717358ecc0 void 0.000134
+gallium_dri.so free 0x55717358ec50 void 0.000135
+gallium_dri.so malloc 72 0x55717358ece0 0.000130
+gallium_dri.so free 0x55717358ed80 void 0.000135
+gallium_dri.so free 0x55717358ece0 void 0.000135
+gallium_dri.so malloc 72 0x55717358ed30 0.000134
+gallium_dri.so free 0x557173469740 void 0.000133
+gallium_dri.so free 0x55717358ed30 void 0.000136
+gallium_dri.so malloc 72 0x5571734696f0 0.000131
+gallium_dri.so free 0x55717358ee00 void 0.000133
+gallium_dri.so free 0x5571734696f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee00 0.000140
+gallium_dri.so free 0x55717358eec0 void 0.000134
+gallium_dri.so free 0x55717358ee00 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee00 0.000132
+gallium_dri.so free 0x55717358ef80 void 0.000134
+gallium_dri.so free 0x55717358ee00 void 0.000132
+gallium_dri.so malloc 72 0x55717358efa0 0.000134
+gallium_dri.so free 0x5571736068c0 void 0.000134
+gallium_dri.so free 0x55717358efa0 void 0.000132
+gallium_dri.so malloc 72 0x5571736068f0 0.000134
+gallium_dri.so free 0x557173606940 void 0.000134
+gallium_dri.so free 0x5571736068f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736068f0 0.000132
+gallium_dri.so free 0x557173606a40 void 0.000134
+gallium_dri.so free 0x5571736068f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736069f0 0.000134
+gallium_dri.so free 0x557173606b00 void 0.000132
+gallium_dri.so free 0x5571736069f0 void 0.000132
+gallium_dri.so malloc 72 0x557173606ab0 0.000135
+gallium_dri.so free 0x557173606b40 void 0.000133
+gallium_dri.so free 0x557173606ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173606ab0 0.000132
+gallium_dri.so free 0x557173606c00 void 0.000135
+gallium_dri.so free 0x557173606ab0 void 0.000146
+gallium_dri.so malloc 72 0x557173606c50 0.000135
+gallium_dri.so free 0x55717358a080 void 0.000132
+gallium_dri.so free 0x557173606c50 void 0.000133
+gallium_dri.so malloc 72 0x55717358a0c0 0.000134
+gallium_dri.so free 0x55717358a140 void 0.000134
+gallium_dri.so free 0x55717358a0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a140 0.000134
+gallium_dri.so free 0x55717358a200 void 0.000133
+gallium_dri.so free 0x55717358a140 void 0.000133
+gallium_dri.so malloc 72 0x55717358a140 0.000130
+gallium_dri.so free 0x55717358a280 void 0.000132
+gallium_dri.so free 0x55717358a140 void 0.000133
+gallium_dri.so malloc 72 0x55717358a2b0 0.000133
+gallium_dri.so free 0x55717358a300 void 0.000135
+gallium_dri.so free 0x55717358a2b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358a2b0 0.000130
+gallium_dri.so free 0x55717358a400 void 0.000134
+gallium_dri.so free 0x55717358a2b0 void 0.000135
+gallium_dri.so malloc 72 0x55717358a3b0 0.000131
+gallium_dri.so free 0x557173465800 void 0.000133
+gallium_dri.so free 0x55717358a3b0 void 0.000132
+gallium_dri.so malloc 72 0x557173465840 0.000132
+gallium_dri.so free 0x5571734658c0 void 0.000143
+gallium_dri.so free 0x557173465840 void 0.000133
+gallium_dri.so malloc 72 0x557173465840 0.000132
+gallium_dri.so free 0x557173465940 void 0.000139
+gallium_dri.so free 0x557173465840 void 0.000133
+gallium_dri.so malloc 72 0x557173465970 0.000134
+gallium_dri.so free 0x5571734659c0 void 0.000132
+gallium_dri.so free 0x557173465970 void 0.000131
+gallium_dri.so malloc 72 0x557173465970 0.000134
+gallium_dri.so free 0x557173465ac0 void 0.000135
+gallium_dri.so free 0x557173465970 void 0.000133
+gallium_dri.so malloc 72 0x557173465a70 0.000134
+gallium_dri.so free 0x557173465b80 void 0.000134
+gallium_dri.so free 0x557173465a70 void 0.000132
+gallium_dri.so malloc 72 0x557173465b30 0.000131
+gallium_dri.so free 0x5571735911c0 void 0.000136
+gallium_dri.so free 0x557173465b30 void 0.000138
+gallium_dri.so malloc 72 0x5571735911f0 0.000133
+gallium_dri.so free 0x557173591240 void 0.000133
+gallium_dri.so free 0x5571735911f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735911f0 0.000131
+gallium_dri.so free 0x557173591340 void 0.000132
+gallium_dri.so free 0x5571735911f0 void 0.000132
+gallium_dri.so malloc 72 0x557173591380 0.000133
+gallium_dri.so free 0x557173591400 void 0.000137
+gallium_dri.so free 0x557173591380 void 0.000132
+gallium_dri.so malloc 72 0x557173591400 0.000131
+gallium_dri.so free 0x557173465bc0 void 0.000134
+gallium_dri.so free 0x557173591400 void 0.000131
+gallium_dri.so malloc 72 0x557173591400 0.000133
+gallium_dri.so free 0x5571735914c0 void 0.000134
+gallium_dri.so free 0x557173591400 void 0.000133
+gallium_dri.so malloc 72 0x557173591400 0.000131
+gallium_dri.so free 0x557173591580 void 0.000135
+gallium_dri.so free 0x557173591400 void 0.000132
+gallium_dri.so malloc 72 0x557173591530 0.000133
+gallium_dri.so free 0x55717358c640 void 0.000133
+gallium_dri.so free 0x557173591530 void 0.000134
+gallium_dri.so malloc 72 0x55717358c690 0.000133
+gallium_dri.so free 0x55717358c700 void 0.000134
+gallium_dri.so free 0x55717358c690 void 0.000132
+gallium_dri.so malloc 72 0x55717358c760 0.000133
+gallium_dri.so free 0x55717358c800 void 0.000134
+gallium_dri.so free 0x55717358c760 void 0.000135
+gallium_dri.so malloc 72 0x55717358c7b0 0.000133
+gallium_dri.so free 0x55717358c840 void 0.000134
+gallium_dri.so free 0x55717358c7b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358c7b0 0.000132
+gallium_dri.so free 0x55717358c900 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358c940 0.000128
+gallium_dri.so free 0x55717358c9c0 void 0.000129
+gallium_dri.so free 0x55717358c940 void 0.000130
+gallium_dri.so malloc 72 0x55717358c9c0 0.000128
+gallium_dri.so free 0x5571735d5580 void 0.000128
+gallium_dri.so free 0x55717358c9c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d55a0 0.000128
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so free 0x5571735d55a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55f0 0.000128
+gallium_dri.so free 0x5571735d56c0 void 0.000128
+gallium_dri.so free 0x5571735d55f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d56c0 0.000129
+gallium_dri.so free 0x5571735d5780 void 0.000129
+gallium_dri.so free 0x5571735d56c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d56c0 0.000145
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5800 0.000110
+gallium_dri.so free 0x5571735d58c0 void 0.000110
+gallium_dri.so free 0x5571735d5800 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5800 0.000127
+gallium_dri.so free 0x5571735d2fc0 void 0.000154
+gallium_dri.so free 0x5571735d5800 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000160
+gallium_dri.so free 0x5571735d3040 void 0.000127
+gallium_dri.so free 0x5571735d2ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000123
+gallium_dri.so free 0x5571735d3140 void 0.000123
+gallium_dri.so free 0x5571735d2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30f0 0.000122
+gallium_dri.so free 0x5571735d3200 void 0.000124
+gallium_dri.so free 0x5571735d30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d31b0 0.000119
+gallium_dri.so free 0x5571735d3280 void 0.000119
+gallium_dri.so free 0x5571735d31b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d32a0 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d32a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d32f0 0.000125
+gallium_dri.so free 0x5571735d0a00 void 0.000124
+gallium_dri.so free 0x5571735d32f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a40 0.000133
+gallium_dri.so free 0x5571735d0ac0 void 0.000125
+gallium_dri.so free 0x5571735d0a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000115
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c30 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000125
+gallium_dri.so free 0x557173467dc0 void 0.000123
+gallium_dri.so free 0x5571735d0dc0 void 0.000123
+gallium_dri.so malloc 72 0x557173467e10 0.000123
+gallium_dri.so free 0x557173467e80 void 0.000125
+gallium_dri.so free 0x557173467e10 void 0.000123
+gallium_dri.so malloc 72 0x557173467ea0 0.000122
+gallium_dri.so free 0x557173467f40 void 0.000195
+gallium_dri.so free 0x557173467ea0 void 0.000322
+gallium_dri.so malloc 72 0x557173467ef0 0.000266
+gallium_dri.so free 0x557173467fc0 void 0.000354
+gallium_dri.so free 0x557173467ef0 void 0.000327
+gallium_dri.so malloc 72 0x557173467ef0 0.000326
+gallium_dri.so free 0x557173468040 void 0.000335
+gallium_dri.so free 0x557173467ef0 void 0.000284
+gallium_dri.so malloc 72 0x557173468040 0.000222
+gallium_dri.so free 0x557173468100 void 0.000170
+gallium_dri.so free 0x557173468040 void 0.000132
+gallium_dri.so malloc 72 0x557173468040 0.000125
+gallium_dri.so free 0x557173463240 void 0.000121
+gallium_dri.so free 0x557173468040 void 0.000127
+gallium_dri.so malloc 72 0x557173463260 0.000130
+gallium_dri.so free 0x557173463300 void 0.000268
+gallium_dri.so free 0x557173463260 void 0.000147
+gallium_dri.so malloc 72 0x5571734632b0 0.000130
+gallium_dri.so free 0x557173463380 void 0.000124
+gallium_dri.so free 0x5571734632b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734632b0 0.000126
+gallium_dri.so free 0x557173463400 void 0.000131
+gallium_dri.so free 0x5571734632b0 void 0.000131
+gallium_dri.so malloc 72 0x557173463400 0.000131
+gallium_dri.so free 0x5571734634c0 void 0.000131
+gallium_dri.so free 0x557173463400 void 0.000133
+gallium_dri.so malloc 72 0x557173463400 0.000124
+gallium_dri.so free 0x557173463580 void 0.000125
+gallium_dri.so free 0x557173463400 void 0.000177
+gallium_dri.so malloc 72 0x557173463400 0.000169
+gallium_dri.so free 0x557173609e80 void 0.000166
+gallium_dri.so free 0x557173463400 void 0.000164
+gallium_dri.so malloc 72 0x557173609ed0 0.000233
+gallium_dri.so free 0x557173609f40 void 0.000276
+gallium_dri.so free 0x557173609ed0 void 0.000168
+gallium_dri.so malloc 72 0x557173609f80 0.000161
+gallium_dri.so free 0x55717360a000 void 0.000164
+gallium_dri.so free 0x557173609f80 void 0.000130
+gallium_dri.so malloc 72 0x55717360a000 0.000123
+gallium_dri.so free 0x55717360a0c0 void 0.000120
+gallium_dri.so free 0x55717360a000 void 0.000125
+gallium_dri.so malloc 72 0x55717360a000 0.000130
+gallium_dri.so free 0x557173463640 void 0.000130
+gallium_dri.so free 0x55717360a000 void 0.000131
+gallium_dri.so malloc 72 0x5571734635f0 0.000130
+gallium_dri.so free 0x55717360a140 void 0.000123
+gallium_dri.so free 0x5571734635f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360a180 0.000124
+gallium_dri.so free 0x55717360a200 void 0.000128
+gallium_dri.so free 0x55717360a180 void 0.000132
+gallium_dri.so malloc 72 0x55717360a200 0.000132
+gallium_dri.so free 0x557173608e80 void 0.000141
+gallium_dri.so free 0x55717360a200 void 0.000132
+gallium_dri.so malloc 72 0x557173608ec0 0.000131
+gallium_dri.so free 0x557173608f40 void 0.000124
+gallium_dri.so free 0x557173608ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ec0 0.000128
+gallium_dri.so free 0x557173608fc0 void 0.000124
+gallium_dri.so free 0x557173608ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173608ff0 0.000123
+gallium_dri.so free 0x557173609040 void 0.000121
+gallium_dri.so free 0x557173608ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ff0 0.000124
+gallium_dri.so free 0x557173609140 void 0.000131
+gallium_dri.so free 0x557173608ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571736090f0 0.000130
+gallium_dri.so free 0x557173609200 void 0.000124
+gallium_dri.so free 0x5571736090f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736091b0 0.000126
+gallium_dri.so free 0x557173604300 void 0.000124
+gallium_dri.so free 0x5571736091b0 void 0.000120
+gallium_dri.so malloc 72 0x557173604330 0.000119
+gallium_dri.so free 0x557173604380 void 0.000119
+gallium_dri.so free 0x557173604330 void 0.000137
+gallium_dri.so malloc 72 0x557173604330 0.000133
+gallium_dri.so free 0x557173604480 void 0.000123
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x5571736044c0 0.000140
+gallium_dri.so free 0x557173604540 void 0.000128
+gallium_dri.so free 0x5571736044c0 void 0.000124
+gallium_dri.so malloc 72 0x557173604540 0.000184
+gallium_dri.so free 0x557173609240 void 0.000130
+gallium_dri.so free 0x557173604540 void 0.000131
+gallium_dri.so malloc 72 0x557173604540 0.000130
+gallium_dri.so free 0x557173604600 void 0.000130
+gallium_dri.so free 0x557173604540 void 0.000131
+gallium_dri.so malloc 72 0x557173604540 0.000123
+gallium_dri.so free 0x5571736046c0 void 0.000121
+gallium_dri.so free 0x557173604540 void 0.000128
+gallium_dri.so malloc 72 0x557173604670 0.000131
+gallium_dri.so free 0x557173601d40 void 0.000131
+gallium_dri.so free 0x557173604670 void 0.000130
+gallium_dri.so malloc 72 0x557173601d90 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000132
+gallium_dri.so free 0x557173601d90 void 0.000169
+gallium_dri.so malloc 72 0x557173601e60 0.000226
+gallium_dri.so free 0x557173601f00 void 0.000164
+gallium_dri.so free 0x557173601e60 void 0.000131
+gallium_dri.so malloc 72 0x557173601eb0 0.000130
+gallium_dri.so free 0x557173601f40 void 0.000131
+gallium_dri.so free 0x557173601eb0 void 0.000132
+gallium_dri.so malloc 72 0x557173601eb0 0.000131
+gallium_dri.so free 0x557173602000 void 0.000131
+gallium_dri.so free 0x557173601eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173602040 0.000127
+gallium_dri.so free 0x5571736020c0 void 0.000130
+gallium_dri.so free 0x557173602040 void 0.000131
+gallium_dri.so malloc 72 0x5571736020c0 0.000129
+gallium_dri.so free 0x557173609580 void 0.000123
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000125
+gallium_dri.so free 0x5571736095c0 void 0.000123
+gallium_dri.so free 0x557173609530 void 0.000120
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x557173609680 void 0.000148
+gallium_dri.so free 0x557173609530 void 0.000132
+gallium_dri.so malloc 72 0x5571736096d0 0.000131
+gallium_dri.so free 0x557173609740 void 0.000221
+gallium_dri.so free 0x5571736096d0 void 0.000125
+gallium_dri.so malloc 72 0x557173609780 0.000127
+gallium_dri.so free 0x557173609800 void 0.000130
+gallium_dri.so free 0x557173609780 void 0.000186
+gallium_dri.so malloc 72 0x557173609800 0.000128
+gallium_dri.so free 0x5571736098c0 void 0.000123
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so malloc 72 0x557173609800 0.000118
+gallium_dri.so free 0x557173609940 void 0.000125
+gallium_dri.so free 0x557173609800 void 0.000131
+gallium_dri.so malloc 72 0x557173609800 0.000129
+gallium_dri.so free 0x5571735d4580 void 0.000123
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so malloc 72 0x557173609800 0.000169
+gallium_dri.so free 0x5571735d4600 void 0.000165
+gallium_dri.so free 0x557173609800 void 0.000164
+gallium_dri.so malloc 72 0x5571735d4600 0.000303
+gallium_dri.so free 0x5571735d46c0 void 0.000326
+gallium_dri.so free 0x5571735d4600 void 0.000303
+gallium_dri.so malloc 72 0x5571735d4600 0.000339
+gallium_dri.so free 0x5571735d47c0 void 0.000227
+gallium_dri.so free 0x5571735d4600 void 0.000223
+gallium_dri.so malloc 72 0x5571735d4770 0.000130
+gallium_dri.so free 0x5571735d4800 void 0.000131
+gallium_dri.so free 0x5571735d4770 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4770 0.000129
+gallium_dri.so free 0x5571735d48c0 void 0.000201
+gallium_dri.so free 0x5571735d4770 void 0.000167
+gallium_dri.so malloc 72 0x5571735d4900 0.000129
+gallium_dri.so free 0x5571735d4980 void 0.000124
+gallium_dri.so free 0x5571735d4900 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4980 0.000129
+gallium_dri.so free 0x55717358b640 void 0.000224
+gallium_dri.so free 0x5571735d4980 void 0.000227
+gallium_dri.so malloc 72 0x5571735d4980 0.000221
+gallium_dri.so free 0x55717358b6c0 void 0.000225
+gallium_dri.so free 0x5571735d4980 void 0.000184
+gallium_dri.so malloc 72 0x55717358b6f0 0.000163
+gallium_dri.so free 0x55717358b740 void 0.000126
+gallium_dri.so free 0x55717358b6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b6f0 0.000130
+gallium_dri.so free 0x55717358b840 void 0.000129
+gallium_dri.so free 0x55717358b6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b880 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000120
+gallium_dri.so free 0x55717358b880 void 0.000124
+gallium_dri.so malloc 72 0x55717358b900 0.000128
+gallium_dri.so free 0x55717358b9c0 void 0.000129
+gallium_dri.so free 0x55717358b900 void 0.000126
+gallium_dri.so malloc 72 0x55717358b900 0.000127
+gallium_dri.so free 0x55717358ba40 void 0.000129
+gallium_dri.so free 0x55717358b900 void 0.000130
+gallium_dri.so malloc 72 0x55717358ba70 0.000123
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x55717358ba70 void 0.000125
+gallium_dri.so malloc 72 0x55717358ba70 0.000154
+gallium_dri.so free 0x557173603380 void 0.000132
+gallium_dri.so free 0x55717358ba70 void 0.000130
+gallium_dri.so malloc 72 0x557173603380 0.000130
+gallium_dri.so free 0x557173603440 void 0.000125
+gallium_dri.so free 0x557173603380 void 0.000125
+gallium_dri.so malloc 72 0x557173603380 0.000131
+gallium_dri.so free 0x557173603540 void 0.000173
+gallium_dri.so free 0x557173603380 void 0.000190
+gallium_dri.so malloc 72 0x557173603380 0.000186
+gallium_dri.so free 0x5571736035c0 void 0.000184
+gallium_dri.so free 0x557173603380 void 0.000183
+gallium_dri.so malloc 72 0x5571736035f0 0.000157
+gallium_dri.so free 0x557173603640 void 0.000122
+gallium_dri.so free 0x5571736035f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736035f0 0.000125
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so free 0x5571736035f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736036f0 0.000121
+gallium_dri.so free 0x55717360b440 void 0.000121
+gallium_dri.so free 0x5571736036f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736036f0 0.000131
+gallium_dri.so free 0x55717360b4c0 void 0.000202
+gallium_dri.so free 0x5571736036f0 void 0.000189
+gallium_dri.so malloc 72 0x55717360b4f0 0.000185
+gallium_dri.so free 0x55717360b540 void 0.000181
+gallium_dri.so free 0x55717360b4f0 void 0.000160
+gallium_dri.so malloc 72 0x55717360b540 0.000121
+gallium_dri.so free 0x55717360b600 void 0.000120
+gallium_dri.so free 0x55717360b540 void 0.000119
+gallium_dri.so malloc 72 0x55717360b540 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000119
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6b0 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so free 0x55717360b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000119
+gallium_dri.so free 0x55717360b800 void 0.000119
+gallium_dri.so free 0x55717360b770 void 0.000118
+gallium_dri.so malloc 72 0x55717360b770 0.000118
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so free 0x55717360b770 void 0.000118
+gallium_dri.so malloc 72 0x55717360b770 0.000120
+gallium_dri.so free 0x557173464880 void 0.000120
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x557173464880 0.000120
+gallium_dri.so free 0x557173464940 void 0.000134
+gallium_dri.so free 0x557173464880 void 0.000120
+gallium_dri.so malloc 72 0x557173464880 0.000119
+gallium_dri.so free 0x557173464a40 void 0.000120
+gallium_dri.so free 0x557173464880 void 0.000119
+gallium_dri.so malloc 72 0x5571734649f0 0.000119
+gallium_dri.so free 0x557173464a80 void 0.000122
+gallium_dri.so free 0x5571734649f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734649f0 0.000120
+gallium_dri.so free 0x557173464b40 void 0.000119
+gallium_dri.so free 0x5571734649f0 void 0.000120
+gallium_dri.so malloc 72 0x557173464b80 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000118
+gallium_dri.so malloc 72 0x557173464c00 0.000117
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000116
+gallium_dri.so malloc 72 0x557173464c00 0.000111
+gallium_dri.so free 0x557173590240 void 0.000197
+gallium_dri.so free 0x557173464c00 void 0.000122
+gallium_dri.so malloc 72 0x557173590270 0.000120
+gallium_dri.so free 0x5571735902c0 void 0.000163
+gallium_dri.so free 0x557173590270 void 0.000117
+gallium_dri.so malloc 72 0x557173590270 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so free 0x557173590270 void 0.000113
+gallium_dri.so malloc 72 0x557173590400 0.000125
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x557173590480 0.000112
+gallium_dri.so free 0x557173590540 void 0.000115
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so malloc 72 0x557173590480 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000118
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so malloc 72 0x5571735905f0 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x5571735905f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735905f0 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so free 0x5571735905f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000112
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358de40 void 0.000114
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358def0 0.000113
+gallium_dri.so free 0x55717358df40 void 0.000116
+gallium_dri.so free 0x55717358def0 void 0.000113
+gallium_dri.so malloc 72 0x55717358def0 0.000166
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so free 0x55717358def0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dff0 0.000113
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so free 0x55717358dff0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dff0 0.000113
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so free 0x55717358dff0 void 0.000113
+gallium_dri.so malloc 72 0x557173589130 0.000112
+gallium_dri.so free 0x557173589180 void 0.000114
+gallium_dri.so free 0x557173589130 void 0.000112
+gallium_dri.so malloc 72 0x557173589180 0.000114
+gallium_dri.so free 0x557173589240 void 0.000114
+gallium_dri.so free 0x557173589180 void 0.000113
+gallium_dri.so malloc 72 0x557173589180 0.000113
+gallium_dri.so free 0x557173589340 void 0.000113
+gallium_dri.so free 0x557173589180 void 0.000112
+gallium_dri.so malloc 72 0x5571735892f0 0.000113
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x5571735892f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x557173589440 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735893b0 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735893b0 0.000124
+gallium_dri.so free 0x557173607f00 void 0.000116
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000113
+gallium_dri.so free 0x557173607fc0 void 0.000114
+gallium_dri.so free 0x557173607f00 void 0.000112
+gallium_dri.so malloc 72 0x557173607f00 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000112
+gallium_dri.so malloc 72 0x557173608070 0.000112
+gallium_dri.so free 0x557173608100 void 0.000123
+gallium_dri.so free 0x557173608070 void 0.000113
+gallium_dri.so malloc 72 0x557173608070 0.000113
+gallium_dri.so free 0x5571736081c0 void 0.000114
+gallium_dri.so free 0x557173608070 void 0.000114
+gallium_dri.so malloc 72 0x557173608200 0.000115
+gallium_dri.so free 0x557173608280 void 0.000114
+gallium_dri.so free 0x557173608200 void 0.000112
+gallium_dri.so malloc 72 0x557173608280 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x557173608280 void 0.000114
+gallium_dri.so malloc 72 0x557173608280 0.000120
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x557173608280 void 0.000112
+gallium_dri.so malloc 72 0x557173605970 0.000113
+gallium_dri.so free 0x5571736059c0 void 0.000113
+gallium_dri.so free 0x557173605970 void 0.000113
+gallium_dri.so malloc 72 0x557173605970 0.000123
+gallium_dri.so free 0x557173605ac0 void 0.000120
+gallium_dri.so free 0x557173605970 void 0.000113
+gallium_dri.so malloc 72 0x557173605b00 0.000113
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so free 0x557173605b00 void 0.000113
+gallium_dri.so malloc 72 0x557173605b80 0.000112
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000113
+gallium_dri.so malloc 72 0x557173605b80 0.000113
+gallium_dri.so free 0x557173605cc0 void 0.000113
+gallium_dri.so free 0x557173605b80 void 0.000113
+gallium_dri.so malloc 72 0x557173605cf0 0.000112
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000112
+gallium_dri.so malloc 72 0x5571735d22b0 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000169
+gallium_dri.so free 0x5571735d22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d22b0 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000113
+gallium_dri.so free 0x5571735d22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23b0 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x5571735d23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x5571735d23b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfb00 void 0.000119
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfb00 0.000112
+gallium_dri.so free 0x5571735cfbc0 void 0.000114
+gallium_dri.so free 0x5571735cfb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfb00 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfc70 0.000113
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so free 0x5571735cfc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd30 0.000167
+gallium_dri.so free 0x5571735cfdc0 void 0.000114
+gallium_dri.so free 0x5571735cfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd30 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000122
+gallium_dri.so free 0x5571735cfd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd30 0.000112
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so free 0x5571735cfd30 void 0.000112
+gallium_dri.so malloc 72 0x557173466e40 0.000114
+gallium_dri.so free 0x557173466f00 void 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173466e40 0.000116
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000111
+gallium_dri.so malloc 72 0x557173466fb0 0.000114
+gallium_dri.so free 0x557173467040 void 0.000114
+gallium_dri.so free 0x557173466fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173466fb0 0.000113
+gallium_dri.so free 0x557173467100 void 0.000113
+gallium_dri.so free 0x557173466fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173467140 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000115
+gallium_dri.so free 0x557173467140 void 0.000112
+gallium_dri.so malloc 72 0x5571734671c0 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671c0 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da970 0.000113
+gallium_dri.so free 0x5571735da9c0 void 0.000123
+gallium_dri.so free 0x5571735da970 void 0.000116
+gallium_dri.so malloc 72 0x5571735da970 0.000118
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da970 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab00 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab80 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab80 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacf0 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000113
+gallium_dri.so free 0x5571735dacf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacf0 0.000119
+gallium_dri.so free 0x5571735dae40 void 0.000115
+gallium_dri.so free 0x5571735dacf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735daeb0 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000115
+gallium_dri.so free 0x5571735daeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735daeb0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db1d0 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735db1d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db260 0.000163
+gallium_dri.so free 0x5571735db300 void 0.000117
+gallium_dri.so free 0x5571735db260 void 0.000114
+gallium_dri.so malloc 72 0x5571735db2b0 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000113
+gallium_dri.so free 0x5571735db2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db380 0.000112
+gallium_dri.so free 0x5571735db440 void 0.000115
+gallium_dri.so free 0x5571735db380 void 0.000111
+gallium_dri.so malloc 72 0x5571735db380 0.000112
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db380 void 0.000112
+gallium_dri.so malloc 72 0x5571735db4c0 0.000116
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db4c0 0.000112
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db4c0 0.000114
+gallium_dri.so free 0x5571735db700 void 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6b0 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000113
+gallium_dri.so free 0x5571735db6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7d0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db7d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db880 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db880 void 0.000112
+gallium_dri.so malloc 72 0x5571735db880 0.000118
+gallium_dri.so free 0x5571735db980 void 0.000114
+gallium_dri.so free 0x5571735db880 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dba00 void 0.000114
+gallium_dri.so free 0x5571735db9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbab0 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000140
+gallium_dri.so free 0x5571735dbab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc00 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd30 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd30 0.000112
+gallium_dri.so free 0x5571735dbe80 void 0.000113
+gallium_dri.so free 0x5571735dbd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe30 0.000113
+gallium_dri.so free 0x5571735dbf40 void 0.000113
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbef0 0.000112
+gallium_dri.so free 0x5571735dbf80 void 0.000114
+gallium_dri.so free 0x5571735dbef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbef0 0.000112
+gallium_dri.so free 0x5571735dc040 void 0.000113
+gallium_dri.so free 0x5571735dbef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc080 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc100 0.000112
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000167
+gallium_dri.so malloc 72 0x5571735dc100 0.000115
+gallium_dri.so free 0x5571735dc280 void 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc2a0 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc2a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000115
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so free 0x5571735dc2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc440 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x5571735dc440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so free 0x5571735e0ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000117
+gallium_dri.so free 0x5571735e0fc0 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000113
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so free 0x5571735e0fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000113
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1100 0.000115
+gallium_dri.so free 0x5571735e11c0 void 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1100 0.000127
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1100 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e12f0 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so free 0x5571735e12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1410 0.000112
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so free 0x5571735e1410 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14c0 0.000115
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14c0 0.000113
+gallium_dri.so free 0x5571735e15c0 void 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e16f0 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e16f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735e1840 void 0.000118
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000114
+gallium_dri.so free 0x5571735e1900 void 0.000113
+gallium_dri.so free 0x5571735e17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1970 0.000114
+gallium_dri.so free 0x5571735e19c0 void 0.000115
+gallium_dri.so free 0x5571735e1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1970 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000156
+gallium_dri.so free 0x5571735e1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a70 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000118
+gallium_dri.so free 0x5571735e1a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b30 0.000113
+gallium_dri.so free 0x5571735e1bc0 void 0.000113
+gallium_dri.so free 0x5571735e1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b30 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1cc0 0.000114
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1d40 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so free 0x5571735e1d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d40 0.000122
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000113
+gallium_dri.so free 0x5571735e1ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f30 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f30 0.000112
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2080 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2080 0.000112
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2270 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735e2270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2330 0.000115
+gallium_dri.so free 0x5571735e2400 void 0.000114
+gallium_dri.so free 0x5571735e2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2450 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000127
+gallium_dri.so free 0x5571735e2450 void 0.000116
+gallium_dri.so malloc 72 0x5571735e24e0 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so free 0x5571735e24e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2530 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2530 0.000113
+gallium_dri.so free 0x5571735e2680 void 0.000114
+gallium_dri.so free 0x5571735e2530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2680 0.000113
+gallium_dri.so free 0x5571735e2740 void 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2680 0.000112
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27f0 0.000113
+gallium_dri.so free 0x5571735e2880 void 0.000113
+gallium_dri.so free 0x5571735e27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27f0 0.000113
+gallium_dri.so free 0x5571735e2940 void 0.000114
+gallium_dri.so free 0x5571735e27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000162
+gallium_dri.so free 0x5571735e2a00 void 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a00 0.000112
+gallium_dri.so free 0x5571735e2ac0 void 0.000166
+gallium_dri.so free 0x5571735e2a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a00 0.000117
+gallium_dri.so free 0x5571735e2b40 void 0.000114
+gallium_dri.so free 0x5571735e2a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2cc0 void 0.000116
+gallium_dri.so free 0x5571735e2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d00 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d80 0.000112
+gallium_dri.so free 0x5571735e2e40 void 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d80 0.000113
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000113
+gallium_dri.so free 0x5571735e2f40 void 0.000113
+gallium_dri.so free 0x5571735e2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000112
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000125
+gallium_dri.so free 0x5571735e2ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30b0 0.000120
+gallium_dri.so free 0x5571735e3180 void 0.000119
+gallium_dri.so free 0x5571735e30b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30b0 0.000118
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e30b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30b0 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so free 0x5571735e30b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e32b0 0.000114
+gallium_dri.so free 0x5571735e3380 void 0.000113
+gallium_dri.so free 0x5571735e32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33d0 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000117
+gallium_dri.so free 0x5571735e33d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3460 0.000112
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3460 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34b0 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000113
+gallium_dri.so free 0x5571735e34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3580 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000139
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so malloc 72 0x5571735e36c0 0.000112
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e36c0 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e36c0 0.000112
+gallium_dri.so free 0x5571735dc680 void 0.000155
+gallium_dri.so free 0x5571735e36c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571735dc6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc740 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc740 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc740 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc740 0.000116
+gallium_dri.so free 0x5571735dca00 void 0.000117
+gallium_dri.so free 0x5571735dc740 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000123
+gallium_dri.so free 0x5571735dc9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcad0 0.000112
+gallium_dri.so free 0x5571735dcb40 void 0.000111
+gallium_dri.so free 0x5571735dcad0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcb60 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000112
+gallium_dri.so free 0x5571735dcb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000112
+gallium_dri.so free 0x5571735dcc80 void 0.000116
+gallium_dri.so free 0x5571735dcbb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000118
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735dcbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd30 0.000112
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce50 0.000111
+gallium_dri.so free 0x5571735dcec0 void 0.000117
+gallium_dri.so free 0x5571735dce50 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcee0 0.000119
+gallium_dri.so free 0x5571735dcf80 void 0.000115
+gallium_dri.so free 0x5571735dcee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000112
+gallium_dri.so free 0x5571735dd000 void 0.000125
+gallium_dri.so free 0x5571735dcf30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcf30 0.000178
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd080 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dd080 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd080 0.000113
+gallium_dri.so free 0x5571735dd240 void 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd080 0.000112
+gallium_dri.so free 0x5571735dd2c0 void 0.000112
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so free 0x5571735dd2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000113
+gallium_dri.so free 0x5571735dd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000118
+gallium_dri.so free 0x5571735dd540 void 0.000123
+gallium_dri.so free 0x5571735dd4b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000155
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd4b0 void 0.000204
+gallium_dri.so malloc 72 0x5571735dd650 0.000160
+gallium_dri.so free 0x5571735dd6c0 void 0.000265
+gallium_dri.so free 0x5571735dd650 void 0.000267
+gallium_dri.so malloc 72 0x5571735dd700 0.000256
+gallium_dri.so free 0x5571735dd780 void 0.000257
+gallium_dri.so free 0x5571735dd700 void 0.000310
+gallium_dri.so malloc 72 0x5571735dd780 0.000217
+gallium_dri.so free 0x5571735dd840 void 0.000251
+gallium_dri.so free 0x5571735dd780 void 0.000281
+gallium_dri.so malloc 72 0x5571735dd780 0.000273
+gallium_dri.so free 0x5571735dd8c0 void 0.000223
+gallium_dri.so free 0x5571735dd780 void 0.000191
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000150
+gallium_dri.so free 0x5571735dd940 void 0.000116
+gallium_dri.so free 0x5571735dd8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000113
+gallium_dri.so free 0x5571735dd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000113
+gallium_dri.so free 0x5571735ddb00 void 0.000113
+gallium_dri.so free 0x5571735dd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddab0 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so free 0x5571735ddab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddba0 0.000118
+gallium_dri.so free 0x5571735ddc40 void 0.000114
+gallium_dri.so free 0x5571735ddba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000112
+gallium_dri.so free 0x5571735ddd40 void 0.000114
+gallium_dri.so free 0x5571735ddbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd40 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd40 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd40 0.000115
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddd40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddf30 0.000115
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf30 0.000114
+gallium_dri.so free 0x5571735de080 void 0.000115
+gallium_dri.so free 0x5571735ddf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735de030 0.000113
+gallium_dri.so free 0x5571735de140 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000112
+gallium_dri.so malloc 72 0x5571735de0f0 0.000159
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735de0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de0f0 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000113
+gallium_dri.so free 0x5571735de0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de280 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000113
+gallium_dri.so free 0x5571735de280 void 0.000113
+gallium_dri.so malloc 72 0x5571735de300 0.000115
+gallium_dri.so free 0x5571735de3c0 void 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000112
+gallium_dri.so malloc 72 0x5571735de300 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4a0 0.000116
+gallium_dri.so free 0x5571735de540 void 0.000120
+gallium_dri.so free 0x5571735de4a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de4f0 0.000120
+gallium_dri.so free 0x5571735de5c0 void 0.000119
+gallium_dri.so free 0x5571735de4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de4f0 0.000118
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de640 0.000119
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000118
+gallium_dri.so malloc 72 0x5571735de640 0.000118
+gallium_dri.so free 0x5571735de7c0 void 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so malloc 72 0x5571735de640 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000118
+gallium_dri.so free 0x5571735de940 void 0.000119
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8f0 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000121
+gallium_dri.so free 0x5571735de8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dea10 0.000119
+gallium_dri.so free 0x5571735dea80 void 0.000124
+gallium_dri.so free 0x5571735dea10 void 0.000118
+gallium_dri.so malloc 72 0x5571735deaa0 0.000119
+gallium_dri.so free 0x5571735deb40 void 0.000120
+gallium_dri.so free 0x5571735deaa0 void 0.000193
+gallium_dri.so malloc 72 0x5571735deaf0 0.000120
+gallium_dri.so free 0x5571735debc0 void 0.000119
+gallium_dri.so free 0x5571735deaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deaf0 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x5571735deaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec40 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec40 0.000119
+gallium_dri.so free 0x5571735dee00 void 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedb0 0.000121
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735dedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedb0 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000123
+gallium_dri.so free 0x5571735dedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735def40 0.000118
+gallium_dri.so free 0x5571735defc0 void 0.000121
+gallium_dri.so free 0x5571735def40 void 0.000119
+gallium_dri.so malloc 72 0x5571735defc0 0.000166
+gallium_dri.so free 0x5571735df080 void 0.000120
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735defc0 0.000132
+gallium_dri.so free 0x5571735df100 void 0.000121
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df130 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so free 0x5571735df130 void 0.000119
+gallium_dri.so malloc 72 0x5571735df130 0.000119
+gallium_dri.so free 0x5571735df280 void 0.000120
+gallium_dri.so free 0x5571735df130 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2c0 0.000118
+gallium_dri.so free 0x5571735df340 void 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df340 0.000120
+gallium_dri.so free 0x5571735df400 void 0.000141
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so malloc 72 0x5571735df340 0.000124
+gallium_dri.so free 0x5571735df480 void 0.000116
+gallium_dri.so free 0x5571735df340 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4b0 0.000112
+gallium_dri.so free 0x5571735df500 void 0.000113
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4b0 0.000112
+gallium_dri.so free 0x5571735df600 void 0.000115
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5b0 0.000115
+gallium_dri.so free 0x5571735df6c0 void 0.000115
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df670 0.000127
+gallium_dri.so free 0x5571735df740 void 0.000115
+gallium_dri.so free 0x5571735df670 void 0.000113
+gallium_dri.so malloc 72 0x5571735df670 0.000112
+gallium_dri.so free 0x5571735df800 void 0.000112
+gallium_dri.so free 0x5571735df670 void 0.000112
+gallium_dri.so malloc 72 0x5571735df670 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000112
+gallium_dri.so free 0x5571735df670 void 0.000112
+gallium_dri.so malloc 72 0x5571735df870 0.000112
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so free 0x5571735df870 void 0.000113
+gallium_dri.so malloc 72 0x5571735df990 0.000112
+gallium_dri.so free 0x5571735dfa00 void 0.000114
+gallium_dri.so free 0x5571735df990 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa20 0.000112
+gallium_dri.so free 0x5571735dfac0 void 0.000114
+gallium_dri.so free 0x5571735dfa20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa70 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735dfa70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfb40 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfb40 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc80 0.000157
+gallium_dri.so free 0x5571735dfd40 void 0.000116
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc80 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so free 0x5571735dfe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dff90 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000116
+gallium_dri.so free 0x5571735e00c0 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0170 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so free 0x5571735e0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0170 0.000113
+gallium_dri.so free 0x5571735e02c0 void 0.000113
+gallium_dri.so free 0x5571735e0170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0270 0.000168
+gallium_dri.so free 0x5571735e0380 void 0.000115
+gallium_dri.so free 0x5571735e0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0330 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04f0 0.000112
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04f0 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000115
+gallium_dri.so free 0x5571735e04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05f0 0.000112
+gallium_dri.so free 0x5571735e0700 void 0.000113
+gallium_dri.so free 0x5571735e05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06b0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06b0 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000112
+gallium_dri.so free 0x5571735e06b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0840 0.000112
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08c0 0.000113
+gallium_dri.so free 0x5571735e0980 void 0.000122
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08c0 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0a60 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000113
+gallium_dri.so free 0x5571735e0a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ab0 0.000112
+gallium_dri.so free 0x5571735e0b80 void 0.000113
+gallium_dri.so free 0x5571735e0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ab0 0.000112
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so free 0x5571735e0ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0c00 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c00 0.000113
+gallium_dri.so free 0x5571735e0d80 void 0.000116
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c00 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc340 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000160
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc340 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000164
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc480 0.000112
+gallium_dri.so free 0x5571735fc540 void 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc480 0.000112
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc480 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc670 0.000112
+gallium_dri.so free 0x5571735fc740 void 0.000119
+gallium_dri.so free 0x5571735fc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc790 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc790 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc840 0.000113
+gallium_dri.so free 0x5571735fc8c0 void 0.000114
+gallium_dri.so free 0x5571735fc840 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc840 0.000112
+gallium_dri.so free 0x5571735fc940 void 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc970 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc970 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000127
+gallium_dri.so free 0x5571735fc970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fca70 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb30 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so free 0x5571735fcb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcb30 0.000113
+gallium_dri.so free 0x5571735fcc80 void 0.000113
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccf0 0.000113
+gallium_dri.so free 0x5571735fcd40 void 0.000113
+gallium_dri.so free 0x5571735fccf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fccf0 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000113
+gallium_dri.so free 0x5571735fccf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000116
+gallium_dri.so free 0x5571735fcf00 void 0.000113
+gallium_dri.so free 0x5571735fcdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fceb0 0.000112
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fceb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fceb0 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000115
+gallium_dri.so free 0x5571735fceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd040 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so free 0x5571735fd040 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000113
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000119
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd260 0.000113
+gallium_dri.so free 0x5571735fd300 void 0.000113
+gallium_dri.so free 0x5571735fd260 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000121
+gallium_dri.so free 0x5571735fd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000115
+gallium_dri.so free 0x5571735fd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd400 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd400 0.000113
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd400 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000117
+gallium_dri.so free 0x5571735fd5f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000113
+gallium_dri.so free 0x5571735fd780 void 0.000114
+gallium_dri.so free 0x5571735fd6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd7d0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd7d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd860 0.000113
+gallium_dri.so free 0x5571735fd900 void 0.000114
+gallium_dri.so free 0x5571735fd860 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000112
+gallium_dri.so free 0x5571735fd980 void 0.000113
+gallium_dri.so free 0x5571735fd8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000113
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda00 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000112
+gallium_dri.so free 0x5571735fda00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda00 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdc00 void 0.000119
+gallium_dri.so free 0x5571735fdb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdb70 0.000125
+gallium_dri.so free 0x5571735fdcc0 void 0.000169
+gallium_dri.so free 0x5571735fdb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdd00 0.000126
+gallium_dri.so free 0x5571735fdd80 void 0.000119
+gallium_dri.so free 0x5571735fdd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd80 0.000115
+gallium_dri.so free 0x5571735fde40 void 0.000113
+gallium_dri.so free 0x5571735fdd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdd80 0.000113
+gallium_dri.so free 0x5571735fdec0 void 0.000112
+gallium_dri.so free 0x5571735fdd80 void 0.000138
+gallium_dri.so malloc 72 0x5571735fdef0 0.000141
+gallium_dri.so free 0x5571735fdf40 void 0.000115
+gallium_dri.so free 0x5571735fdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdef0 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe080 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000112
+gallium_dri.so free 0x5571735fe080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe100 0.000112
+gallium_dri.so free 0x5571735fe1c0 void 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe100 0.000113
+gallium_dri.so free 0x5571735fe240 void 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe270 0.000128
+gallium_dri.so free 0x5571735fe2c0 void 0.000115
+gallium_dri.so free 0x5571735fe270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe270 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so free 0x5571735fe270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe370 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000114
+gallium_dri.so free 0x5571735fe370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe430 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe430 0.000113
+gallium_dri.so free 0x5571735fe5c0 void 0.000118
+gallium_dri.so free 0x5571735fe430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe430 0.000114
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so free 0x5571735fe430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe630 0.000113
+gallium_dri.so free 0x5571735fe700 void 0.000112
+gallium_dri.so free 0x5571735fe630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe750 0.000112
+gallium_dri.so free 0x5571735fe7c0 void 0.000115
+gallium_dri.so free 0x5571735fe750 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe7e0 0.000113
+gallium_dri.so free 0x5571735fe880 void 0.000114
+gallium_dri.so free 0x5571735fe7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe830 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000117
+gallium_dri.so free 0x5571735fe830 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe900 0.000118
+gallium_dri.so free 0x5571735fe9c0 void 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe900 0.000113
+gallium_dri.so free 0x5571735fea40 void 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea40 0.000112
+gallium_dri.so free 0x5571735feb00 void 0.000226
+gallium_dri.so free 0x5571735fea40 void 0.000162
+gallium_dri.so malloc 72 0x5571735fea40 0.000160
+gallium_dri.so free 0x5571735febc0 void 0.000123
+gallium_dri.so free 0x5571735fea40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fea40 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fea40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec30 0.000111
+gallium_dri.so free 0x5571735fed00 void 0.000119
+gallium_dri.so free 0x5571735fec30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed50 0.000114
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fed50 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee00 0.000126
+gallium_dri.so free 0x5571735fee80 void 0.000123
+gallium_dri.so free 0x5571735fee00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fee00 0.000118
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so free 0x5571735fee00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fef30 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000113
+gallium_dri.so free 0x5571735fef30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef30 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so free 0x5571735fef30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff030 0.000112
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735ff030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff180 void 0.000115
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff240 void 0.000113
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000113
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so free 0x5571735ff2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000113
+gallium_dri.so free 0x5571735ff2b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000112
+gallium_dri.so free 0x5571735ff4c0 void 0.000112
+gallium_dri.so free 0x5571735ff3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff470 0.000111
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so free 0x5571735ff470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff470 0.000112
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff470 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff600 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000111
+gallium_dri.so free 0x5571735ff600 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff680 0.000110
+gallium_dri.so free 0x5571735ff740 void 0.000111
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff680 0.000112
+gallium_dri.so free 0x5571735ff800 void 0.000112
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff820 0.000118
+gallium_dri.so free 0x5571735ff8c0 void 0.000112
+gallium_dri.so free 0x5571735ff820 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff870 0.000112
+gallium_dri.so free 0x5571735ff940 void 0.000123
+gallium_dri.so free 0x5571735ff870 void 0.000156
+gallium_dri.so malloc 72 0x5571735ff870 0.000121
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff870 void 0.000160
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000116
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ff9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd90 0.000112
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffd90 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe20 0.000116
+gallium_dri.so free 0x5571735ffec0 void 0.000116
+gallium_dri.so free 0x5571735ffe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000113
+gallium_dri.so free 0x5571735fffc0 void 0.000113
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fffc0 0.000115
+gallium_dri.so free 0x557173600080 void 0.000114
+gallium_dri.so free 0x5571735fffc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fffc0 0.000113
+gallium_dri.so free 0x557173600180 void 0.000114
+gallium_dri.so free 0x5571735fffc0 void 0.000113
+gallium_dri.so malloc 72 0x557173600130 0.000112
+gallium_dri.so free 0x5571736001c0 void 0.000114
+gallium_dri.so free 0x557173600130 void 0.000113
+gallium_dri.so malloc 72 0x557173600130 0.000112
+gallium_dri.so free 0x557173600280 void 0.000112
+gallium_dri.so free 0x557173600130 void 0.000113
+gallium_dri.so malloc 72 0x5571736002c0 0.000113
+gallium_dri.so free 0x557173600340 void 0.000113
+gallium_dri.so free 0x5571736002c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600340 0.000113
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so free 0x557173600340 void 0.000113
+gallium_dri.so malloc 72 0x557173600340 0.000113
+gallium_dri.so free 0x557173600480 void 0.000114
+gallium_dri.so free 0x557173600340 void 0.000113
+gallium_dri.so malloc 72 0x5571736004b0 0.000117
+gallium_dri.so free 0x557173600500 void 0.000114
+gallium_dri.so free 0x5571736004b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736004b0 0.000117
+gallium_dri.so free 0x557173600600 void 0.000115
+gallium_dri.so free 0x5571736004b0 void 0.000116
+gallium_dri.so malloc 72 0x557173600640 0.000126
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x557173600640 void 0.000112
+gallium_dri.so malloc 72 0x5571736006c0 0.000113
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736006c0 0.000113
+gallium_dri.so free 0x557173600800 void 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000118
+gallium_dri.so malloc 72 0x557173600830 0.000114
+gallium_dri.so free 0x557173600880 void 0.000114
+gallium_dri.so free 0x557173600830 void 0.000120
+gallium_dri.so malloc 72 0x557173600830 0.000112
+gallium_dri.so free 0x557173600980 void 0.000116
+gallium_dri.so free 0x557173600830 void 0.000114
+gallium_dri.so malloc 72 0x557173600930 0.000115
+gallium_dri.so free 0x557173600a40 void 0.000114
+gallium_dri.so free 0x557173600930 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000114
+gallium_dri.so free 0x557173600ac0 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736009f0 0.000112
+gallium_dri.so free 0x557173600b80 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600c40 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000112
+gallium_dri.so malloc 72 0x557173600bf0 0.000166
+gallium_dri.so free 0x557173600cc0 void 0.000126
+gallium_dri.so free 0x557173600bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173600d10 0.000113
+gallium_dri.so free 0x557173600d80 void 0.000119
+gallium_dri.so free 0x557173600d10 void 0.000113
+gallium_dri.so malloc 72 0x557173600da0 0.000113
+gallium_dri.so free 0x557173600e40 void 0.000114
+gallium_dri.so free 0x557173600da0 void 0.000113
+gallium_dri.so malloc 72 0x557173600df0 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600df0 void 0.000115
+gallium_dri.so malloc 72 0x557173600ec0 0.000116
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173600ec0 0.000115
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173601000 0.000113
+gallium_dri.so free 0x5571736010c0 void 0.000113
+gallium_dri.so free 0x557173601000 void 0.000113
+gallium_dri.so malloc 72 0x557173601000 0.000117
+gallium_dri.so free 0x557173601180 void 0.000114
+gallium_dri.so free 0x557173601000 void 0.000113
+gallium_dri.so malloc 72 0x557173601000 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so free 0x557173601000 void 0.000112
+gallium_dri.so malloc 72 0x557173601000 0.000125
+gallium_dri.so free 0x557173469a80 void 0.000115
+gallium_dri.so free 0x557173601000 void 0.000112
+gallium_dri.so malloc 72 0x557173469a80 0.000114
+gallium_dri.so free 0x557173469b40 void 0.000114
+gallium_dri.so free 0x557173469a80 void 0.000113
+gallium_dri.so malloc 72 0x557173469a80 0.000113
+gallium_dri.so free 0x557173469c40 void 0.000116
+gallium_dri.so free 0x557173469a80 void 0.000113
+gallium_dri.so malloc 72 0x557173469bf0 0.000113
+gallium_dri.so free 0x557173469c80 void 0.000113
+gallium_dri.so free 0x557173469bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173469bf0 0.000112
+gallium_dri.so free 0x557173469d40 void 0.000113
+gallium_dri.so free 0x557173469bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173469d80 0.000112
+gallium_dri.so free 0x557173469e00 void 0.000115
+gallium_dri.so free 0x557173469d80 void 0.000113
+gallium_dri.so malloc 72 0x557173469e00 0.000115
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so free 0x557173469e00 void 0.000113
+gallium_dri.so malloc 72 0x557173469e00 0.000116
+gallium_dri.so free 0x557173469f40 void 0.000114
+gallium_dri.so free 0x557173469e00 void 0.000113
+gallium_dri.so malloc 72 0x557173469f70 0.000157
+gallium_dri.so free 0x557173469fc0 void 0.000118
+gallium_dri.so free 0x557173469f70 void 0.000113
+gallium_dri.so malloc 72 0x557173469f70 0.000127
+gallium_dri.so free 0x55717346a0c0 void 0.000116
+gallium_dri.so free 0x557173469f70 void 0.000113
+gallium_dri.so malloc 72 0x55717346a100 0.000120
+gallium_dri.so free 0x55717346a180 void 0.000114
+gallium_dri.so free 0x55717346a100 void 0.000118
+gallium_dri.so malloc 72 0x55717346a180 0.000118
+gallium_dri.so free 0x55717346a240 void 0.000114
+gallium_dri.so free 0x55717346a180 void 0.000111
+gallium_dri.so malloc 72 0x55717346a180 0.000112
+gallium_dri.so free 0x55717346a2c0 void 0.000112
+gallium_dri.so free 0x55717346a180 void 0.000119
+gallium_dri.so malloc 72 0x55717346a2f0 0.000117
+gallium_dri.so free 0x55717346a340 void 0.000117
+gallium_dri.so free 0x55717346a2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a2f0 0.000118
+gallium_dri.so free 0x55717346a440 void 0.000116
+gallium_dri.so free 0x55717346a2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a3f0 0.000118
+gallium_dri.so free 0x55717346a500 void 0.000118
+gallium_dri.so free 0x55717346a3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a4b0 0.000117
+gallium_dri.so free 0x55717346a580 void 0.000118
+gallium_dri.so free 0x55717346a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a4b0 0.000122
+gallium_dri.so free 0x55717346a640 void 0.000119
+gallium_dri.so free 0x55717346a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a4b0 0.000124
+gallium_dri.so free 0x55717346a700 void 0.000119
+gallium_dri.so free 0x55717346a4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a6b0 0.000118
+gallium_dri.so free 0x55717346a780 void 0.000117
+gallium_dri.so free 0x55717346a6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a7d0 0.000118
+gallium_dri.so free 0x55717346a840 void 0.000117
+gallium_dri.so free 0x55717346a7d0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a860 0.000118
+gallium_dri.so free 0x55717346a900 void 0.000118
+gallium_dri.so free 0x55717346a860 void 0.000114
+gallium_dri.so malloc 72 0x55717346a8b0 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000124
+gallium_dri.so free 0x55717346a8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a980 0.000120
+gallium_dri.so free 0x55717346aa40 void 0.000119
+gallium_dri.so free 0x55717346a980 void 0.000118
+gallium_dri.so malloc 72 0x55717346a980 0.000119
+gallium_dri.so free 0x55717346aac0 void 0.000121
+gallium_dri.so free 0x55717346a980 void 0.000117
+gallium_dri.so malloc 72 0x55717346aac0 0.000119
+gallium_dri.so free 0x55717346ab80 void 0.000118
+gallium_dri.so free 0x55717346aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aac0 0.000117
+gallium_dri.so free 0x55717346ac40 void 0.000127
+gallium_dri.so free 0x55717346aac0 void 0.000121
+gallium_dri.so malloc 72 0x55717346aac0 0.000118
+gallium_dri.so free 0x55717346ad00 void 0.000117
+gallium_dri.so free 0x55717346aac0 void 0.000118
+gallium_dri.so malloc 72 0x55717346acb0 0.000117
+gallium_dri.so free 0x55717346ad80 void 0.000119
+gallium_dri.so free 0x55717346acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346add0 0.000118
+gallium_dri.so free 0x55717346ae40 void 0.000118
+gallium_dri.so free 0x55717346add0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ae80 0.000170
+gallium_dri.so free 0x55717346af00 void 0.000120
+gallium_dri.so free 0x55717346ae80 void 0.000118
+gallium_dri.so malloc 72 0x55717346ae80 0.000117
+gallium_dri.so free 0x55717346af80 void 0.000118
+gallium_dri.so free 0x55717346ae80 void 0.000119
+gallium_dri.so malloc 72 0x55717346afb0 0.000118
+gallium_dri.so free 0x55717346b000 void 0.000117
+gallium_dri.so free 0x55717346afb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346afb0 0.000119
+gallium_dri.so free 0x55717346b100 void 0.000120
+gallium_dri.so free 0x55717346afb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0b0 0.000118
+gallium_dri.so free 0x55717346b1c0 void 0.000119
+gallium_dri.so free 0x55717346b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b170 0.000123
+gallium_dri.so free 0x55717346b200 void 0.000115
+gallium_dri.so free 0x55717346b170 void 0.000111
+gallium_dri.so malloc 72 0x55717346b170 0.000110
+gallium_dri.so free 0x55717346b2c0 void 0.000111
+gallium_dri.so free 0x55717346b170 void 0.000110
+gallium_dri.so malloc 72 0x55717346b330 0.000111
+gallium_dri.so free 0x55717346b380 void 0.000111
+gallium_dri.so free 0x55717346b330 void 0.000111
+gallium_dri.so malloc 72 0x55717346b330 0.000111
+gallium_dri.so free 0x55717346b480 void 0.000112
+gallium_dri.so free 0x55717346b330 void 0.000112
+gallium_dri.so malloc 72 0x55717346b430 0.000111
+gallium_dri.so free 0x55717346b540 void 0.000110
+gallium_dri.so free 0x55717346b430 void 0.000111
+gallium_dri.so malloc 72 0x55717346b4f0 0.000111
+gallium_dri.so free 0x55717346b580 void 0.000111
+gallium_dri.so free 0x55717346b4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b4f0 0.000110
+gallium_dri.so free 0x55717346b640 void 0.000110
+gallium_dri.so free 0x55717346b4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b680 0.000109
+gallium_dri.so free 0x55717346b700 void 0.000110
+gallium_dri.so free 0x55717346b680 void 0.000111
+gallium_dri.so malloc 72 0x55717346b700 0.000110
+gallium_dri.so free 0x55717346b7c0 void 0.000112
+gallium_dri.so free 0x55717346b700 void 0.000111
+gallium_dri.so malloc 72 0x55717346b700 0.000111
+gallium_dri.so free 0x55717346b880 void 0.000111
+gallium_dri.so free 0x55717346b700 void 0.000167
+gallium_dri.so malloc 72 0x55717346b8a0 0.000125
+gallium_dri.so free 0x55717346b940 void 0.000126
+gallium_dri.so free 0x55717346b8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b8f0 0.000116
+gallium_dri.so free 0x55717346b9c0 void 0.000118
+gallium_dri.so free 0x55717346b8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b8f0 0.000126
+gallium_dri.so free 0x55717346ba40 void 0.000120
+gallium_dri.so free 0x55717346b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ba40 0.000116
+gallium_dri.so free 0x55717346bb00 void 0.000122
+gallium_dri.so free 0x55717346ba40 void 0.000120
+gallium_dri.so malloc 72 0x55717346ba40 0.000117
+gallium_dri.so free 0x55717346bbc0 void 0.000117
+gallium_dri.so free 0x55717346ba40 void 0.000122
+gallium_dri.so malloc 72 0x55717346ba40 0.000119
+gallium_dri.so free 0x55717346bc80 void 0.000117
+gallium_dri.so free 0x55717346ba40 void 0.000118
+gallium_dri.so malloc 72 0x55717346bc30 0.000122
+gallium_dri.so free 0x55717346bd40 void 0.000127
+gallium_dri.so free 0x55717346bc30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bcf0 0.000262
+gallium_dri.so free 0x55717346bdc0 void 0.000191
+gallium_dri.so free 0x55717346bcf0 void 0.000188
+gallium_dri.so malloc 72 0x55717346be10 0.000126
+gallium_dri.so free 0x55717346be80 void 0.000128
+gallium_dri.so free 0x55717346be10 void 0.000124
+gallium_dri.so malloc 72 0x55717346bea0 0.000124
+gallium_dri.so free 0x55717346bf40 void 0.000124
+gallium_dri.so free 0x55717346bea0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bef0 0.000123
+gallium_dri.so free 0x55717346bfc0 void 0.000120
+gallium_dri.so free 0x55717346bef0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bef0 0.000118
+gallium_dri.so free 0x55717346c040 void 0.000119
+gallium_dri.so free 0x55717346bef0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c040 0.000119
+gallium_dri.so free 0x55717346c100 void 0.000124
+gallium_dri.so free 0x55717346c040 void 0.000121
+gallium_dri.so malloc 72 0x55717346c040 0.000119
+gallium_dri.so free 0x55717346c200 void 0.000118
+gallium_dri.so free 0x55717346c040 void 0.000124
+gallium_dri.so malloc 72 0x55717346c1b0 0.000123
+gallium_dri.so free 0x55717346c240 void 0.000126
+gallium_dri.so free 0x55717346c1b0 void 0.000138
+gallium_dri.so malloc 72 0x55717346c1b0 0.000126
+gallium_dri.so free 0x55717346c300 void 0.000122
+gallium_dri.so free 0x55717346c1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c340 0.000118
+gallium_dri.so free 0x55717346c3c0 void 0.000123
+gallium_dri.so free 0x55717346c340 void 0.000126
+gallium_dri.so malloc 72 0x55717346c3c0 0.000126
+gallium_dri.so free 0x55717346c480 void 0.000120
+gallium_dri.so free 0x55717346c3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c3c0 0.000118
+gallium_dri.so free 0x55717346c500 void 0.000176
+gallium_dri.so free 0x55717346c3c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c530 0.000126
+gallium_dri.so free 0x55717346c580 void 0.000125
+gallium_dri.so free 0x55717346c530 void 0.000120
+gallium_dri.so malloc 72 0x55717346c530 0.000118
+gallium_dri.so free 0x55717346c680 void 0.000124
+gallium_dri.so free 0x55717346c530 void 0.000125
+gallium_dri.so malloc 72 0x55717346c6c0 0.000125
+gallium_dri.so free 0x55717346c740 void 0.000120
+gallium_dri.so free 0x55717346c6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c740 0.000123
+gallium_dri.so free 0x55717346c800 void 0.000141
+gallium_dri.so free 0x55717346c740 void 0.000125
+gallium_dri.so malloc 72 0x55717346c740 0.000125
+gallium_dri.so free 0x55717346c880 void 0.000127
+gallium_dri.so free 0x55717346c740 void 0.000124
+gallium_dri.so malloc 72 0x55717346c8b0 0.000130
+gallium_dri.so free 0x55717346c900 void 0.000122
+gallium_dri.so free 0x55717346c8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346c8b0 0.000126
+gallium_dri.so free 0x55717346ca00 void 0.000143
+gallium_dri.so free 0x55717346c8b0 void 0.000139
+gallium_dri.so malloc 72 0x55717346c9b0 0.000139
+gallium_dri.so free 0x55717346cac0 void 0.000138
+gallium_dri.so free 0x55717346c9b0 void 0.000133
+gallium_dri.so malloc 72 0x55717346ca70 0.000131
+gallium_dri.so free 0x55717346cb40 void 0.000136
+gallium_dri.so free 0x55717346ca70 void 0.000134
+gallium_dri.so malloc 72 0x55717346ca70 0.000132
+gallium_dri.so free 0x55717346cc00 void 0.000131
+gallium_dri.so free 0x55717346ca70 void 0.000136
+gallium_dri.so malloc 72 0x55717346ca70 0.000140
+gallium_dri.so free 0x55717346ccc0 void 0.000142
+gallium_dri.so free 0x55717346ca70 void 0.000139
+gallium_dri.so malloc 72 0x55717346cc70 0.000138
+gallium_dri.so free 0x55717346cd40 void 0.000137
+gallium_dri.so free 0x55717346cc70 void 0.000138
+gallium_dri.so malloc 72 0x55717346cd90 0.000137
+gallium_dri.so free 0x55717346ce00 void 0.000133
+gallium_dri.so free 0x55717346cd90 void 0.000132
+gallium_dri.so malloc 72 0x55717346ce20 0.000136
+gallium_dri.so free 0x55717346cec0 void 0.000138
+gallium_dri.so free 0x55717346ce20 void 0.000138
+gallium_dri.so malloc 72 0x55717346ce70 0.000133
+gallium_dri.so free 0x55717346cf40 void 0.000132
+gallium_dri.so free 0x55717346ce70 void 0.000136
+gallium_dri.so malloc 72 0x55717346cf40 0.000138
+gallium_dri.so free 0x55717346d000 void 0.000138
+gallium_dri.so free 0x55717346cf40 void 0.000139
+gallium_dri.so malloc 72 0x55717346cf40 0.000133
+gallium_dri.so free 0x55717346d080 void 0.000137
+gallium_dri.so free 0x55717346cf40 void 0.000276
+gallium_dri.so malloc 72 0x55717346d080 0.000359
+gallium_dri.so free 0x55717346d140 void 0.000383
+gallium_dri.so free 0x55717346d080 void 0.000339
+gallium_dri.so malloc 72 0x55717346d080 0.000272
+gallium_dri.so free 0x55717346d200 void 0.000270
+gallium_dri.so free 0x55717346d080 void 0.000271
+gallium_dri.so malloc 72 0x55717346d080 0.000273
+gallium_dri.so free 0x55717346d2c0 void 0.000273
+gallium_dri.so free 0x55717346d080 void 0.000258
+gallium_dri.so malloc 72 0x55717346d270 0.000174
+gallium_dri.so free 0x55717346d340 void 0.000135
+gallium_dri.so free 0x55717346d270 void 0.000133
+gallium_dri.so malloc 72 0x55717346d390 0.000127
+gallium_dri.so free 0x55717346d400 void 0.000131
+gallium_dri.so free 0x55717346d390 void 0.000131
+gallium_dri.so malloc 72 0x55717346d440 0.000133
+gallium_dri.so free 0x55717346d4c0 void 0.000131
+gallium_dri.so free 0x55717346d440 void 0.000133
+gallium_dri.so malloc 72 0x55717346d440 0.000132
+gallium_dri.so free 0x55717346d540 void 0.000127
+gallium_dri.so free 0x55717346d440 void 0.000125
+gallium_dri.so malloc 72 0x55717346d570 0.000132
+gallium_dri.so free 0x55717346d5c0 void 0.000128
+gallium_dri.so free 0x55717346d570 void 0.000137
+gallium_dri.so malloc 72 0x55717346d570 0.000133
+gallium_dri.so free 0x55717346d6c0 void 0.000132
+gallium_dri.so free 0x55717346d570 void 0.000132
+gallium_dri.so malloc 72 0x55717346d670 0.000127
+gallium_dri.so free 0x55717346d780 void 0.000126
+gallium_dri.so free 0x55717346d670 void 0.000130
+gallium_dri.so malloc 72 0x55717346d730 0.000142
+gallium_dri.so free 0x55717346d7c0 void 0.000132
+gallium_dri.so free 0x55717346d730 void 0.000133
+gallium_dri.so malloc 72 0x55717346d730 0.000131
+gallium_dri.so free 0x55717346d880 void 0.000133
+gallium_dri.so free 0x55717346d730 void 0.000131
+gallium_dri.so malloc 72 0x55717346d8f0 0.000131
+gallium_dri.so free 0x55717346d940 void 0.000132
+gallium_dri.so free 0x55717346d8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d8f0 0.000126
+gallium_dri.so free 0x55717346da40 void 0.000129
+gallium_dri.so free 0x55717346d8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d9f0 0.000125
+gallium_dri.so free 0x55717346db00 void 0.000127
+gallium_dri.so free 0x55717346d9f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346dab0 0.000132
+gallium_dri.so free 0x55717346db40 void 0.000131
+gallium_dri.so free 0x55717346dab0 void 0.000131
+gallium_dri.so malloc 72 0x55717346dab0 0.000130
+gallium_dri.so free 0x55717346dc00 void 0.000130
+gallium_dri.so free 0x55717346dab0 void 0.000133
+gallium_dri.so malloc 72 0x55717346dc40 0.000166
+gallium_dri.so free 0x55717346dcc0 void 0.000156
+gallium_dri.so free 0x55717346dc40 void 0.000151
+gallium_dri.so malloc 72 0x55717346dcc0 0.000150
+gallium_dri.so free 0x55717346dd80 void 0.000154
+gallium_dri.so free 0x55717346dcc0 void 0.000151
+gallium_dri.so malloc 72 0x55717346dcc0 0.000149
+gallium_dri.so free 0x55717346de40 void 0.000148
+gallium_dri.so free 0x55717346dcc0 void 0.000155
+gallium_dri.so malloc 72 0x55717346de60 0.000165
+gallium_dri.so free 0x55717346df00 void 0.000155
+gallium_dri.so free 0x55717346de60 void 0.000161
+gallium_dri.so malloc 72 0x55717346deb0 0.000150
+gallium_dri.so free 0x55717346df80 void 0.000154
+gallium_dri.so free 0x55717346deb0 void 0.000157
+gallium_dri.so malloc 72 0x55717346deb0 0.000155
+gallium_dri.so free 0x55717346e000 void 0.000151
+gallium_dri.so free 0x55717346deb0 void 0.000148
+gallium_dri.so malloc 72 0x55717346e000 0.000171
+gallium_dri.so free 0x55717346e0c0 void 0.000158
+gallium_dri.so free 0x55717346e000 void 0.000155
+gallium_dri.so malloc 72 0x55717346e000 0.000151
+gallium_dri.so free 0x55717346e180 void 0.000149
+gallium_dri.so free 0x55717346e000 void 0.000161
+gallium_dri.so malloc 72 0x55717346e000 0.000134
+gallium_dri.so free 0x55717346e240 void 0.000133
+gallium_dri.so free 0x55717346e000 void 0.000126
+gallium_dri.so malloc 72 0x55717346e1f0 0.000124
+gallium_dri.so free 0x55717346e300 void 0.000130
+gallium_dri.so free 0x55717346e1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e2b0 0.000127
+gallium_dri.so free 0x55717346e380 void 0.000124
+gallium_dri.so free 0x55717346e2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e3d0 0.000131
+gallium_dri.so free 0x55717346e440 void 0.000132
+gallium_dri.so free 0x55717346e3d0 void 0.000134
+gallium_dri.so malloc 72 0x55717346e460 0.000133
+gallium_dri.so free 0x55717346e500 void 0.000130
+gallium_dri.so free 0x55717346e460 void 0.000133
+gallium_dri.so malloc 72 0x55717346e4b0 0.000134
+gallium_dri.so free 0x55717346e580 void 0.000128
+gallium_dri.so free 0x55717346e4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e4b0 0.000131
+gallium_dri.so free 0x55717346e600 void 0.000132
+gallium_dri.so free 0x55717346e4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e600 0.000131
+gallium_dri.so free 0x55717346e6c0 void 0.000131
+gallium_dri.so free 0x55717346e600 void 0.000125
+gallium_dri.so malloc 72 0x55717346e600 0.000125
+gallium_dri.so free 0x55717346e7c0 void 0.000129
+gallium_dri.so free 0x55717346e600 void 0.000130
+gallium_dri.so malloc 72 0x55717346e770 0.000133
+gallium_dri.so free 0x55717346e800 void 0.000131
+gallium_dri.so free 0x55717346e770 void 0.000131
+gallium_dri.so malloc 72 0x55717346e770 0.000131
+gallium_dri.so free 0x55717346e8c0 void 0.000131
+gallium_dri.so free 0x55717346e770 void 0.000131
+gallium_dri.so malloc 72 0x55717346e900 0.000131
+gallium_dri.so free 0x55717346e980 void 0.000128
+gallium_dri.so free 0x55717346e900 void 0.000148
+gallium_dri.so malloc 72 0x55717346e980 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000132
+gallium_dri.so free 0x55717346e980 void 0.000131
+gallium_dri.so malloc 72 0x55717346e980 0.000131
+gallium_dri.so free 0x5571735bfe40 void 0.000131
+gallium_dri.so free 0x55717346e980 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfe70 0.000131
+gallium_dri.so free 0x5571735bfec0 void 0.000127
+gallium_dri.so free 0x5571735bfe70 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe70 0.000126
+gallium_dri.so free 0x5571735bffc0 void 0.000124
+gallium_dri.so free 0x5571735bfe70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0000 0.000125
+gallium_dri.so free 0x5571735c0080 void 0.000127
+gallium_dri.so free 0x5571735c0000 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0080 0.000130
+gallium_dri.so free 0x5571735c0140 void 0.000125
+gallium_dri.so free 0x5571735c0080 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0080 0.000130
+gallium_dri.so free 0x5571735c01c0 void 0.000131
+gallium_dri.so free 0x5571735c0080 void 0.000126
+gallium_dri.so malloc 72 0x5571735c01f0 0.000169
+gallium_dri.so free 0x5571735c0240 void 0.000130
+gallium_dri.so free 0x5571735c01f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c01f0 0.000130
+gallium_dri.so free 0x5571735c0340 void 0.000133
+gallium_dri.so free 0x5571735c01f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c02f0 0.000130
+gallium_dri.so free 0x5571735c0400 void 0.000132
+gallium_dri.so free 0x5571735c02f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c03b0 0.000127
+gallium_dri.so free 0x5571735c0480 void 0.000125
+gallium_dri.so free 0x5571735c03b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c03b0 0.000130
+gallium_dri.so free 0x5571735c0540 void 0.000126
+gallium_dri.so free 0x5571735c03b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c03b0 0.000131
+gallium_dri.so free 0x5571735c0600 void 0.000130
+gallium_dri.so free 0x5571735c03b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c05b0 0.000125
+gallium_dri.so free 0x5571735c0680 void 0.000130
+gallium_dri.so free 0x5571735c05b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c06d0 0.000133
+gallium_dri.so free 0x5571735c0740 void 0.000131
+gallium_dri.so free 0x5571735c06d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0760 0.000124
+gallium_dri.so free 0x5571735c0800 void 0.000124
+gallium_dri.so free 0x5571735c0760 void 0.000125
+gallium_dri.so malloc 72 0x5571735c07b0 0.000130
+gallium_dri.so free 0x5571735c0880 void 0.000126
+gallium_dri.so free 0x5571735c07b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0880 0.000131
+gallium_dri.so free 0x5571735c0940 void 0.000164
+gallium_dri.so free 0x5571735c0880 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0880 0.000132
+gallium_dri.so free 0x5571735c09c0 void 0.000131
+gallium_dri.so free 0x5571735c0880 void 0.000131
+gallium_dri.so malloc 72 0x5571735c09c0 0.000127
+gallium_dri.so free 0x5571735c0a80 void 0.000130
+gallium_dri.so free 0x5571735c09c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c09c0 0.000127
+gallium_dri.so free 0x5571735c0b40 void 0.000124
+gallium_dri.so free 0x5571735c09c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c09c0 0.000134
+gallium_dri.so free 0x5571735c0c00 void 0.000130
+gallium_dri.so free 0x5571735c09c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000131
+gallium_dri.so free 0x5571735c0c80 void 0.000131
+gallium_dri.so free 0x5571735c0bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000125
+gallium_dri.so free 0x5571735c0d40 void 0.000126
+gallium_dri.so free 0x5571735c0cd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0d80 0.000133
+gallium_dri.so free 0x5571735c0e00 void 0.000130
+gallium_dri.so free 0x5571735c0d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0d80 0.000125
+gallium_dri.so free 0x5571735c0e80 void 0.000129
+gallium_dri.so free 0x5571735c0d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000130
+gallium_dri.so free 0x5571735c0f00 void 0.000126
+gallium_dri.so free 0x5571735c0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000129
+gallium_dri.so free 0x5571735c1000 void 0.000127
+gallium_dri.so free 0x5571735c0eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000142
+gallium_dri.so free 0x5571735c10c0 void 0.000134
+gallium_dri.so free 0x5571735c0fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1070 0.000132
+gallium_dri.so free 0x5571735c1100 void 0.000132
+gallium_dri.so free 0x5571735c1070 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000127
+gallium_dri.so free 0x5571735c1070 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1230 0.000125
+gallium_dri.so free 0x5571735c1280 void 0.000124
+gallium_dri.so free 0x5571735c1230 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1230 0.000126
+gallium_dri.so free 0x5571735c1380 void 0.000126
+gallium_dri.so free 0x5571735c1230 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1330 0.000131
+gallium_dri.so free 0x5571735c1440 void 0.000125
+gallium_dri.so free 0x5571735c1330 void 0.000124
+gallium_dri.so malloc 72 0x5571735c13f0 0.000125
+gallium_dri.so free 0x5571735c1480 void 0.000130
+gallium_dri.so free 0x5571735c13f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13f0 0.000134
+gallium_dri.so free 0x5571735c1540 void 0.000171
+gallium_dri.so free 0x5571735c13f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1580 0.000132
+gallium_dri.so free 0x5571735c1600 void 0.000130
+gallium_dri.so free 0x5571735c1580 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1600 0.000131
+gallium_dri.so free 0x5571735c16c0 void 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1600 0.000130
+gallium_dri.so free 0x5571735c1780 void 0.000130
+gallium_dri.so free 0x5571735c1600 void 0.000133
+gallium_dri.so malloc 72 0x5571735c17a0 0.000126
+gallium_dri.so free 0x5571735c1840 void 0.000126
+gallium_dri.so free 0x5571735c17a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c17f0 0.000132
+gallium_dri.so free 0x5571735c18c0 void 0.000130
+gallium_dri.so free 0x5571735c17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c17f0 0.000131
+gallium_dri.so free 0x5571735c1940 void 0.000131
+gallium_dri.so free 0x5571735c17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1940 0.000177
+gallium_dri.so free 0x5571735c1a00 void 0.000131
+gallium_dri.so free 0x5571735c1940 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1940 0.000131
+gallium_dri.so free 0x5571735c1ac0 void 0.000132
+gallium_dri.so free 0x5571735c1940 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1940 0.000125
+gallium_dri.so free 0x5571735c1b80 void 0.000130
+gallium_dri.so free 0x5571735c1940 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1b30 0.000132
+gallium_dri.so free 0x5571735c1c40 void 0.000130
+gallium_dri.so free 0x5571735c1b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000126
+gallium_dri.so free 0x5571735c1cc0 void 0.000130
+gallium_dri.so free 0x5571735c1bf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c1d10 0.000132
+gallium_dri.so free 0x5571735c1d80 void 0.000126
+gallium_dri.so free 0x5571735c1d10 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1da0 0.000133
+gallium_dri.so free 0x5571735c1e40 void 0.000131
+gallium_dri.so free 0x5571735c1da0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1df0 0.000133
+gallium_dri.so free 0x5571735c1ec0 void 0.000131
+gallium_dri.so free 0x5571735c1df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1df0 0.000127
+gallium_dri.so free 0x5571735c1f40 void 0.000132
+gallium_dri.so free 0x5571735c1df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1f40 0.000130
+gallium_dri.so free 0x5571735c2000 void 0.000126
+gallium_dri.so free 0x5571735c1f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1f40 0.000128
+gallium_dri.so free 0x5571735c2100 void 0.000165
+gallium_dri.so free 0x5571735c1f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c20b0 0.000132
+gallium_dri.so free 0x5571735c2140 void 0.000128
+gallium_dri.so free 0x5571735c20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c20b0 0.000130
+gallium_dri.so free 0x5571735c2200 void 0.000126
+gallium_dri.so free 0x5571735c20b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2240 0.000125
+gallium_dri.so free 0x5571735c22c0 void 0.000129
+gallium_dri.so free 0x5571735c2240 void 0.000132
+gallium_dri.so malloc 72 0x5571735c22c0 0.000132
+gallium_dri.so free 0x5571735c2380 void 0.000130
+gallium_dri.so free 0x5571735c22c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735c22c0 0.000126
+gallium_dri.so free 0x5571735c2400 void 0.000129
+gallium_dri.so free 0x5571735c22c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2430 0.000131
+gallium_dri.so free 0x5571735c2480 void 0.000127
+gallium_dri.so free 0x5571735c2430 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2430 0.000131
+gallium_dri.so free 0x5571735c2580 void 0.000130
+gallium_dri.so free 0x5571735c2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735c25c0 0.000129
+gallium_dri.so free 0x5571735c2640 void 0.000131
+gallium_dri.so free 0x5571735c25c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2640 0.000125
+gallium_dri.so free 0x5571735c2700 void 0.000131
+gallium_dri.so free 0x5571735c2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2640 0.000126
+gallium_dri.so free 0x5571735c2780 void 0.000124
+gallium_dri.so free 0x5571735c2640 void 0.000189
+gallium_dri.so malloc 72 0x5571735c27b0 0.000133
+gallium_dri.so free 0x5571735c2800 void 0.000132
+gallium_dri.so free 0x5571735c27b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27b0 0.000125
+gallium_dri.so free 0x5571735c2900 void 0.000124
+gallium_dri.so free 0x5571735c27b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c28b0 0.000135
+gallium_dri.so free 0x5571735c29c0 void 0.000126
+gallium_dri.so free 0x5571735c28b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2970 0.000125
+gallium_dri.so free 0x5571735c2a40 void 0.000129
+gallium_dri.so free 0x5571735c2970 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2970 0.000131
+gallium_dri.so free 0x5571735c2b00 void 0.000125
+gallium_dri.so free 0x5571735c2970 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2970 0.000132
+gallium_dri.so free 0x5571735c2bc0 void 0.000125
+gallium_dri.so free 0x5571735c2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2b70 0.000124
+gallium_dri.so free 0x5571735c2c40 void 0.000131
+gallium_dri.so free 0x5571735c2b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2c90 0.000167
+gallium_dri.so free 0x5571735c2d00 void 0.000133
+gallium_dri.so free 0x5571735c2c90 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2d20 0.000132
+gallium_dri.so free 0x5571735c2dc0 void 0.000130
+gallium_dri.so free 0x5571735c2d20 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2d70 0.000131
+gallium_dri.so free 0x5571735c2e40 void 0.000131
+gallium_dri.so free 0x5571735c2d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2e40 0.000126
+gallium_dri.so free 0x5571735c2f00 void 0.000130
+gallium_dri.so free 0x5571735c2e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2e40 0.000131
+gallium_dri.so free 0x5571735c2f80 void 0.000125
+gallium_dri.so free 0x5571735c2e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2f80 0.000130
+gallium_dri.so free 0x5571735c3040 void 0.000184
+gallium_dri.so free 0x5571735c2f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2f80 0.000126
+gallium_dri.so free 0x5571735c3100 void 0.000124
+gallium_dri.so free 0x5571735c2f80 void 0.000137
+gallium_dri.so malloc 72 0x5571735c2f80 0.000131
+gallium_dri.so free 0x5571735c31c0 void 0.000131
+gallium_dri.so free 0x5571735c2f80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3170 0.000126
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so free 0x5571735c3170 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3290 0.000130
+gallium_dri.so free 0x5571735c3300 void 0.000131
+gallium_dri.so free 0x5571735c3290 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3340 0.000160
+gallium_dri.so free 0x5571735c33c0 void 0.000229
+gallium_dri.so free 0x5571735c3340 void 0.000247
+gallium_dri.so malloc 72 0x5571735c3340 0.000269
+gallium_dri.so free 0x5571735c3440 void 0.000266
+gallium_dri.so free 0x5571735c3340 void 0.000167
+gallium_dri.so malloc 72 0x5571735c3470 0.000163
+gallium_dri.so free 0x5571735c34c0 void 0.000131
+gallium_dri.so free 0x5571735c3470 void 0.000142
+gallium_dri.so malloc 72 0x5571735c3470 0.000127
+gallium_dri.so free 0x5571735c35c0 void 0.000125
+gallium_dri.so free 0x5571735c3470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3570 0.000132
+gallium_dri.so free 0x5571735c3680 void 0.000128
+gallium_dri.so free 0x5571735c3570 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3630 0.000138
+gallium_dri.so free 0x5571735c36c0 void 0.000132
+gallium_dri.so free 0x5571735c3630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3630 0.000130
+gallium_dri.so free 0x5571735c3780 void 0.000131
+gallium_dri.so free 0x5571735c3630 void 0.000146
+gallium_dri.so malloc 72 0x5571735c37f0 0.000133
+gallium_dri.so free 0x5571735c3840 void 0.000131
+gallium_dri.so free 0x5571735c37f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c37f0 0.000127
+gallium_dri.so free 0x5571735c3940 void 0.000130
+gallium_dri.so free 0x5571735c37f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c38f0 0.000131
+gallium_dri.so free 0x5571735c3a00 void 0.000126
+gallium_dri.so free 0x5571735c38f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c39b0 0.000129
+gallium_dri.so free 0x5571735c3a40 void 0.000132
+gallium_dri.so free 0x5571735c39b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c39b0 0.000123
+gallium_dri.so free 0x5571735c3b00 void 0.000130
+gallium_dri.so free 0x5571735c39b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3b40 0.000129
+gallium_dri.so free 0x5571735c3bc0 void 0.000132
+gallium_dri.so free 0x5571735c3b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000132
+gallium_dri.so free 0x5571735c3c80 void 0.000133
+gallium_dri.so free 0x5571735c3bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000130
+gallium_dri.so free 0x5571735c3d40 void 0.000132
+gallium_dri.so free 0x5571735c3bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3d60 0.000124
+gallium_dri.so free 0x5571735c3e00 void 0.000128
+gallium_dri.so free 0x5571735c3d60 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3db0 0.000133
+gallium_dri.so free 0x5571735c3e80 void 0.000125
+gallium_dri.so free 0x5571735c3db0 void 0.000176
+gallium_dri.so malloc 72 0x5571735c3db0 0.000132
+gallium_dri.so free 0x5571735c3f00 void 0.000130
+gallium_dri.so free 0x5571735c3db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3f00 0.000130
+gallium_dri.so free 0x5571735c3fc0 void 0.000165
+gallium_dri.so free 0x5571735c3f00 void 0.000164
+gallium_dri.so malloc 72 0x5571735c3f00 0.000166
+gallium_dri.so free 0x5571735c4080 void 0.000131
+gallium_dri.so free 0x5571735c3f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3f00 0.000126
+gallium_dri.so free 0x5571735c4140 void 0.000124
+gallium_dri.so free 0x5571735c3f00 void 0.000128
+gallium_dri.so malloc 72 0x5571735c40f0 0.000130
+gallium_dri.so free 0x5571735c4200 void 0.000130
+gallium_dri.so free 0x5571735c40f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41b0 0.000130
+gallium_dri.so free 0x5571735c4280 void 0.000131
+gallium_dri.so free 0x5571735c41b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c42d0 0.000131
+gallium_dri.so free 0x5571735c4340 void 0.000165
+gallium_dri.so free 0x5571735c42d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4360 0.000130
+gallium_dri.so free 0x5571735c4400 void 0.000130
+gallium_dri.so free 0x5571735c4360 void 0.000126
+gallium_dri.so malloc 72 0x5571735c43b0 0.000124
+gallium_dri.so free 0x5571735c4480 void 0.000133
+gallium_dri.so free 0x5571735c43b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c43b0 0.000131
+gallium_dri.so free 0x5571735c4500 void 0.000130
+gallium_dri.so free 0x5571735c43b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4500 0.000125
+gallium_dri.so free 0x5571735c45c0 void 0.000130
+gallium_dri.so free 0x5571735c4500 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4500 0.000129
+gallium_dri.so free 0x5571735c46c0 void 0.000130
+gallium_dri.so free 0x5571735c4500 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4670 0.000130
+gallium_dri.so free 0x5571735c4700 void 0.000126
+gallium_dri.so free 0x5571735c4670 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4670 0.000133
+gallium_dri.so free 0x5571735c47c0 void 0.000130
+gallium_dri.so free 0x5571735c4670 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4800 0.000131
+gallium_dri.so free 0x5571735c4880 void 0.000130
+gallium_dri.so free 0x5571735c4800 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4880 0.000130
+gallium_dri.so free 0x5571735c4940 void 0.000129
+gallium_dri.so free 0x5571735c4880 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4880 0.000127
+gallium_dri.so free 0x5571735c49c0 void 0.000124
+gallium_dri.so free 0x5571735c4880 void 0.000124
+gallium_dri.so malloc 72 0x5571735c49f0 0.000128
+gallium_dri.so free 0x5571735c4a40 void 0.000131
+gallium_dri.so free 0x5571735c49f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c49f0 0.000129
+gallium_dri.so free 0x5571735c4b40 void 0.000131
+gallium_dri.so free 0x5571735c49f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4b80 0.000124
+gallium_dri.so free 0x5571735c4c00 void 0.000125
+gallium_dri.so free 0x5571735c4b80 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4c00 0.000167
+gallium_dri.so free 0x5571735c4cc0 void 0.000151
+gallium_dri.so free 0x5571735c4c00 void 0.000180
+gallium_dri.so malloc 72 0x5571735c4c00 0.000144
+gallium_dri.so free 0x5571735c4d40 void 0.000147
+gallium_dri.so free 0x5571735c4c00 void 0.000145
+gallium_dri.so malloc 72 0x5571735c4d70 0.000143
+gallium_dri.so free 0x5571735c4dc0 void 0.000149
+gallium_dri.so free 0x5571735c4d70 void 0.000146
+gallium_dri.so malloc 72 0x5571735c4d70 0.000144
+gallium_dri.so free 0x5571735c4ec0 void 0.000143
+gallium_dri.so free 0x5571735c4d70 void 0.000144
+gallium_dri.so malloc 72 0x5571735c4e70 0.000144
+gallium_dri.so free 0x5571735c4f80 void 0.000142
+gallium_dri.so free 0x5571735c4e70 void 0.000140
+gallium_dri.so malloc 72 0x5571735c4f30 0.000142
+gallium_dri.so free 0x5571735c5000 void 0.000146
+gallium_dri.so free 0x5571735c4f30 void 0.000147
+gallium_dri.so malloc 72 0x5571735c4f30 0.000172
+gallium_dri.so free 0x5571735eb380 void 0.000160
+gallium_dri.so free 0x5571735c4f30 void 0.000159
+gallium_dri.so malloc 72 0x5571735c4f30 0.000155
+gallium_dri.so free 0x5571735eb440 void 0.000157
+gallium_dri.so free 0x5571735c4f30 void 0.000158
+gallium_dri.so malloc 72 0x5571735eb480 0.000159
+gallium_dri.so free 0x5571735eb500 void 0.000159
+gallium_dri.so free 0x5571735eb480 void 0.000352
+gallium_dri.so malloc 72 0x5571735eb500 0.000373
+gallium_dri.so free 0x5571735eb5c0 void 0.000341
+gallium_dri.so free 0x5571735eb500 void 0.000188
+gallium_dri.so malloc 72 0x5571735eb500 0.000178
+gallium_dri.so free 0x5571735eb640 void 0.000178
+gallium_dri.so free 0x5571735eb500 void 0.000152
+gallium_dri.so malloc 72 0x5571735eb670 0.000177
+gallium_dri.so free 0x5571735eb6c0 void 0.000319
+gallium_dri.so free 0x5571735eb670 void 0.000214
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000259
+gallium_dri.so free 0x5571735eb780 void 0.000305
+gallium_dri.so free 0x5571735eb6c0 void 0.000358
+gallium_dri.so malloc 72 0x5571735eb6c0 0.000295
+gallium_dri.so free 0x5571735eb880 void 0.000159
+gallium_dri.so free 0x5571735eb6c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735eb830 0.000295
+gallium_dri.so free 0x5571735eb940 void 0.000186
+gallium_dri.so free 0x5571735eb830 void 0.000186
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000284
+gallium_dri.so free 0x5571735eb980 void 0.000234
+gallium_dri.so free 0x5571735eb8f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000190
+gallium_dri.so free 0x5571735eba40 void 0.000232
+gallium_dri.so free 0x5571735eb8f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735eba80 0.000138
+gallium_dri.so free 0x5571735ebb00 void 0.000138
+gallium_dri.so free 0x5571735eba80 void 0.000138
+gallium_dri.so malloc 72 0x5571735ebb00 0.000144
+gallium_dri.so free 0x5571735ebbc0 void 0.000138
+gallium_dri.so free 0x5571735ebb00 void 0.000137
+gallium_dri.so malloc 72 0x5571735ebb00 0.000132
+gallium_dri.so free 0x5571735ebc40 void 0.000137
+gallium_dri.so free 0x5571735ebb00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebb00 0.000137
+gallium_dri.so free 0x5571735ebd00 void 0.000133
+gallium_dri.so free 0x5571735ebb00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebb00 0.000136
+gallium_dri.so free 0x5571735ebdc0 void 0.000132
+gallium_dri.so free 0x5571735ebb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebd70 0.000130
+gallium_dri.so free 0x5571735ebe40 void 0.000135
+gallium_dri.so free 0x5571735ebd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebe90 0.000130
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so free 0x5571735ebe90 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebf20 0.000139
+gallium_dri.so free 0x5571735ebfc0 void 0.000131
+gallium_dri.so free 0x5571735ebf20 void 0.000137
+gallium_dri.so malloc 72 0x5571735ebf70 0.000138
+gallium_dri.so free 0x5571735ec040 void 0.000139
+gallium_dri.so free 0x5571735ebf70 void 0.000140
+gallium_dri.so malloc 72 0x5571735ebf70 0.000131
+gallium_dri.so free 0x5571735ec140 void 0.000136
+gallium_dri.so free 0x5571735ebf70 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000131
+gallium_dri.so free 0x5571735ec1c0 void 0.000131
+gallium_dri.so free 0x5571735ec0f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ec210 0.000139
+gallium_dri.so free 0x5571735ec280 void 0.000138
+gallium_dri.so free 0x5571735ec210 void 0.000169
+gallium_dri.so malloc 72 0x5571735ec2a0 0.000132
+gallium_dri.so free 0x5571735ec340 void 0.000137
+gallium_dri.so free 0x5571735ec2a0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000139
+gallium_dri.so free 0x5571735ec3c0 void 0.000139
+gallium_dri.so free 0x5571735ec2f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000138
+gallium_dri.so free 0x5571735ec440 void 0.000165
+gallium_dri.so free 0x5571735ec2f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ec440 0.000140
+gallium_dri.so free 0x5571735ec500 void 0.000137
+gallium_dri.so free 0x5571735ec440 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec440 0.000131
+gallium_dri.so free 0x5571735ec600 void 0.000137
+gallium_dri.so free 0x5571735ec440 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec440 0.000129
+gallium_dri.so free 0x5571735ec680 void 0.000161
+gallium_dri.so free 0x5571735ec440 void 0.000166
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000227
+gallium_dri.so free 0x5571735ec700 void 0.000345
+gallium_dri.so free 0x5571735ec6b0 void 0.000267
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000282
+gallium_dri.so free 0x5571735ec800 void 0.000272
+gallium_dri.so free 0x5571735ec6b0 void 0.000269
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000278
+gallium_dri.so free 0x5571735ec8c0 void 0.000273
+gallium_dri.so free 0x5571735ec7b0 void 0.000269
+gallium_dri.so malloc 72 0x5571735ec870 0.000282
+gallium_dri.so free 0x5571735ec900 void 0.000278
+gallium_dri.so free 0x5571735ec870 void 0.000293
+gallium_dri.so malloc 72 0x5571735ec870 0.000289
+gallium_dri.so free 0x5571735ec9c0 void 0.000277
+gallium_dri.so free 0x5571735ec870 void 0.000283
+gallium_dri.so malloc 72 0x5571735eca10 0.000268
+gallium_dri.so free 0x5571735eca80 void 0.000283
+gallium_dri.so free 0x5571735eca10 void 0.000278
+gallium_dri.so malloc 72 0x5571735ecac0 0.000269
+gallium_dri.so free 0x5571735ecb40 void 0.000285
+gallium_dri.so free 0x5571735ecac0 void 0.000277
+gallium_dri.so malloc 72 0x5571735ecb40 0.000296
+gallium_dri.so free 0x5571735ecc00 void 0.000271
+gallium_dri.so free 0x5571735ecb40 void 0.000280
+gallium_dri.so malloc 72 0x5571735ecb40 0.000295
+gallium_dri.so free 0x5571735ecc80 void 0.000224
+gallium_dri.so free 0x5571735ecb40 void 0.000242
+gallium_dri.so malloc 72 0x5571735eccb0 0.000265
+gallium_dri.so free 0x5571735ecd00 void 0.000280
+gallium_dri.so free 0x5571735eccb0 void 0.000274
+gallium_dri.so malloc 72 0x5571735eccb0 0.000268
+gallium_dri.so free 0x5571735ece00 void 0.000281
+gallium_dri.so free 0x5571735eccb0 void 0.000282
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000267
+gallium_dri.so free 0x5571735ecec0 void 0.000279
+gallium_dri.so free 0x5571735ecdb0 void 0.000275
+gallium_dri.so malloc 72 0x5571735ece70 0.000293
+gallium_dri.so free 0x5571735ecf40 void 0.000261
+gallium_dri.so free 0x5571735ece70 void 0.000291
+gallium_dri.so malloc 72 0x5571735ecf60 0.000286
+gallium_dri.so free 0x5571735ed000 void 0.000289
+gallium_dri.so free 0x5571735ecf60 void 0.000237
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000240
+gallium_dri.so free 0x5571735ed080 void 0.000189
+gallium_dri.so free 0x5571735ecfb0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000132
+gallium_dri.so free 0x5571735ed100 void 0.000131
+gallium_dri.so free 0x5571735ecfb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed100 0.000139
+gallium_dri.so free 0x5571735ed1c0 void 0.000138
+gallium_dri.so free 0x5571735ed100 void 0.000138
+gallium_dri.so malloc 72 0x5571735ed100 0.000140
+gallium_dri.so free 0x5571735ed280 void 0.000134
+gallium_dri.so free 0x5571735ed100 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed100 0.000140
+gallium_dri.so free 0x5571735ed340 void 0.000137
+gallium_dri.so free 0x5571735ed100 void 0.000139
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000138
+gallium_dri.so free 0x5571735ed340 void 0.000140
+gallium_dri.so free 0x5571735ed2f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000138
+gallium_dri.so free 0x5571735ed440 void 0.000140
+gallium_dri.so free 0x5571735ed2f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000146
+gallium_dri.so free 0x5571735ed500 void 0.000140
+gallium_dri.so free 0x5571735ed3f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000138
+gallium_dri.so free 0x5571735ed540 void 0.000139
+gallium_dri.so free 0x5571735ed4b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000138
+gallium_dri.so free 0x5571735ed600 void 0.000138
+gallium_dri.so free 0x5571735ed4b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ed640 0.000141
+gallium_dri.so free 0x5571735ed6c0 void 0.000139
+gallium_dri.so free 0x5571735ed640 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000133
+gallium_dri.so free 0x5571735ed780 void 0.000132
+gallium_dri.so free 0x5571735ed6c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000138
+gallium_dri.so free 0x5571735ed840 void 0.000138
+gallium_dri.so free 0x5571735ed6c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed860 0.000133
+gallium_dri.so free 0x5571735ed900 void 0.000132
+gallium_dri.so free 0x5571735ed860 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000138
+gallium_dri.so free 0x5571735ed980 void 0.000139
+gallium_dri.so free 0x5571735ed8b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000139
+gallium_dri.so free 0x5571735eda00 void 0.000132
+gallium_dri.so free 0x5571735ed8b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eda00 0.000131
+gallium_dri.so free 0x5571735edac0 void 0.000132
+gallium_dri.so free 0x5571735eda00 void 0.000130
+gallium_dri.so malloc 72 0x5571735eda00 0.000127
+gallium_dri.so free 0x5571735edb80 void 0.000130
+gallium_dri.so free 0x5571735eda00 void 0.000126
+gallium_dri.so malloc 72 0x5571735eda00 0.000123
+gallium_dri.so free 0x5571735edc40 void 0.000125
+gallium_dri.so free 0x5571735eda00 void 0.000130
+gallium_dri.so malloc 72 0x5571735edbf0 0.000132
+gallium_dri.so free 0x5571735edd00 void 0.000132
+gallium_dri.so free 0x5571735edbf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edcb0 0.000131
+gallium_dri.so free 0x5571735edd80 void 0.000132
+gallium_dri.so free 0x5571735edcb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eddd0 0.000125
+gallium_dri.so free 0x5571735ede40 void 0.000126
+gallium_dri.so free 0x5571735eddd0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ede60 0.000133
+gallium_dri.so free 0x5571735edf00 void 0.000131
+gallium_dri.so free 0x5571735ede60 void 0.000125
+gallium_dri.so malloc 72 0x5571735edeb0 0.000125
+gallium_dri.so free 0x5571735edf80 void 0.000125
+gallium_dri.so free 0x5571735edeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edeb0 0.000131
+gallium_dri.so free 0x5571735ee000 void 0.000132
+gallium_dri.so free 0x5571735edeb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee000 0.000125
+gallium_dri.so free 0x5571735ee0c0 void 0.000129
+gallium_dri.so free 0x5571735ee000 void 0.000135
+gallium_dri.so malloc 72 0x5571735ee000 0.000131
+gallium_dri.so free 0x5571735ee1c0 void 0.000160
+gallium_dri.so free 0x5571735ee000 void 0.000134
+gallium_dri.so malloc 72 0x5571735ee170 0.000131
+gallium_dri.so free 0x5571735ee200 void 0.000132
+gallium_dri.so free 0x5571735ee170 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee170 0.000125
+gallium_dri.so free 0x5571735ee2c0 void 0.000130
+gallium_dri.so free 0x5571735ee170 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee300 0.000131
+gallium_dri.so free 0x5571735ee380 void 0.000127
+gallium_dri.so free 0x5571735ee300 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee380 0.000132
+gallium_dri.so free 0x5571735ee440 void 0.000132
+gallium_dri.so free 0x5571735ee380 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee380 0.000125
+gallium_dri.so free 0x5571735ee4c0 void 0.000125
+gallium_dri.so free 0x5571735ee380 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000124
+gallium_dri.so free 0x5571735ee540 void 0.000126
+gallium_dri.so free 0x5571735ee4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000124
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee680 0.000127
+gallium_dri.so free 0x5571735ee700 void 0.000125
+gallium_dri.so free 0x5571735ee680 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee700 0.000125
+gallium_dri.so free 0x5571735ee7c0 void 0.000124
+gallium_dri.so free 0x5571735ee700 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee700 0.000124
+gallium_dri.so free 0x5571735ee840 void 0.000126
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee870 0.000119
+gallium_dri.so free 0x5571735ee8c0 void 0.000118
+gallium_dri.so free 0x5571735ee870 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee870 0.000118
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee970 0.000119
+gallium_dri.so free 0x5571735eea80 void 0.000119
+gallium_dri.so free 0x5571735ee970 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea30 0.000118
+gallium_dri.so free 0x5571735eeb00 void 0.000119
+gallium_dri.so free 0x5571735eea30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea30 0.000118
+gallium_dri.so free 0x5571735eebc0 void 0.000119
+gallium_dri.so free 0x5571735eea30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea30 0.000128
+gallium_dri.so free 0x5571735eec80 void 0.000119
+gallium_dri.so free 0x5571735eea30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec30 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed50 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eed50 void 0.000117
+gallium_dri.so malloc 72 0x5571735eede0 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000119
+gallium_dri.so free 0x5571735eede0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee30 0.000120
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eef00 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000133
+gallium_dri.so free 0x5571735eef00 void 0.000123
+gallium_dri.so malloc 72 0x5571735eef00 0.000119
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef040 0.000119
+gallium_dri.so free 0x5571735ef100 void 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef040 0.000119
+gallium_dri.so free 0x5571735ef1c0 void 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000168
+gallium_dri.so malloc 72 0x5571735ef040 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000121
+gallium_dri.so free 0x5571735ef040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef230 0.000118
+gallium_dri.so free 0x5571735ef300 void 0.000119
+gallium_dri.so free 0x5571735ef230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef350 0.000118
+gallium_dri.so free 0x5571735ef3c0 void 0.000117
+gallium_dri.so free 0x5571735ef350 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef400 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef400 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef530 0.000118
+gallium_dri.so free 0x5571735ef580 void 0.000120
+gallium_dri.so free 0x5571735ef530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef530 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000118
+gallium_dri.so free 0x5571735ef530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef630 0.000117
+gallium_dri.so free 0x5571735ef740 void 0.000119
+gallium_dri.so free 0x5571735ef630 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000125
+gallium_dri.so free 0x5571735ef780 void 0.000119
+gallium_dri.so free 0x5571735ef6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000118
+gallium_dri.so free 0x5571735ef840 void 0.000119
+gallium_dri.so free 0x5571735ef6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000119
+gallium_dri.so free 0x5571735ef900 void 0.000120
+gallium_dri.so free 0x5571735ef8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000119
+gallium_dri.so free 0x5571735ef8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000119
+gallium_dri.so free 0x5571735efac0 void 0.000118
+gallium_dri.so free 0x5571735ef9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000119
+gallium_dri.so free 0x5571735efb00 void 0.000120
+gallium_dri.so free 0x5571735efa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so free 0x5571735efa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efc00 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000118
+gallium_dri.so free 0x5571735efc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000118
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe20 0.000124
+gallium_dri.so free 0x5571735efec0 void 0.000137
+gallium_dri.so free 0x5571735efe20 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe70 0.000119
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe70 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735efe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735effc0 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so free 0x5571735effc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735effc0 0.000119
+gallium_dri.so free 0x5571735f0140 void 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735effc0 0.000119
+gallium_dri.so free 0x5571735f0200 void 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f01b0 0.000120
+gallium_dri.so free 0x5571735f02c0 void 0.000118
+gallium_dri.so free 0x5571735f01b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0270 0.000118
+gallium_dri.so free 0x5571735f0340 void 0.000118
+gallium_dri.so free 0x5571735f0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0390 0.000128
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so free 0x5571735f0390 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0420 0.000118
+gallium_dri.so free 0x5571735f04c0 void 0.000119
+gallium_dri.so free 0x5571735f0420 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0470 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000120
+gallium_dri.so free 0x5571735f0470 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0470 0.000118
+gallium_dri.so free 0x5571735f05c0 void 0.000119
+gallium_dri.so free 0x5571735f0470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05c0 0.000119
+gallium_dri.so free 0x5571735f0680 void 0.000119
+gallium_dri.so free 0x5571735f05c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05c0 0.000124
+gallium_dri.so free 0x5571735f0780 void 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0730 0.000119
+gallium_dri.so free 0x5571735f07c0 void 0.000116
+gallium_dri.so free 0x5571735f0730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0730 0.000118
+gallium_dri.so free 0x5571735f0880 void 0.000120
+gallium_dri.so free 0x5571735f0730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f08c0 0.000119
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f08c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f0940 0.000118
+gallium_dri.so free 0x5571735f0a00 void 0.000118
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0940 0.000118
+gallium_dri.so free 0x5571735f0a80 void 0.000116
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000117
+gallium_dri.so free 0x5571735f0b00 void 0.000117
+gallium_dri.so free 0x5571735f0ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000117
+gallium_dri.so free 0x5571735f0c00 void 0.000117
+gallium_dri.so free 0x5571735f0ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0c40 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so free 0x5571735f0c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000131
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000118
+gallium_dri.so free 0x5571735f0e00 void 0.000118
+gallium_dri.so free 0x5571735f0cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0e30 0.000117
+gallium_dri.so free 0x5571735f0e80 void 0.000118
+gallium_dri.so free 0x5571735f0e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e30 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000130
+gallium_dri.so free 0x5571735f0e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0f30 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000119
+gallium_dri.so free 0x5571735f0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000118
+gallium_dri.so free 0x5571735f0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000119
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000119
+gallium_dri.so free 0x5571735f1240 void 0.000118
+gallium_dri.so free 0x5571735f0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f11f0 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f11f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1310 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000120
+gallium_dri.so free 0x5571735f1310 void 0.000120
+gallium_dri.so malloc 72 0x5571735f13a0 0.000119
+gallium_dri.so free 0x5571735f1440 void 0.000119
+gallium_dri.so free 0x5571735f13a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f13f0 0.000117
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so free 0x5571735f13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f14c0 0.000117
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f14c0 0.000118
+gallium_dri.so free 0x5571735f1600 void 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1600 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000119
+gallium_dri.so free 0x5571735f1600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1600 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000119
+gallium_dri.so free 0x5571735f1600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1600 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f1600 void 0.000120
+gallium_dri.so malloc 72 0x5571735f17f0 0.000117
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1910 0.000117
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f1910 void 0.000119
+gallium_dri.so malloc 72 0x5571735f19c0 0.000117
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f19c0 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000118
+gallium_dri.so free 0x5571735f19c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1af0 0.000166
+gallium_dri.so free 0x5571735f1b40 void 0.000119
+gallium_dri.so free 0x5571735f1af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1af0 0.000138
+gallium_dri.so free 0x5571735f1c40 void 0.000122
+gallium_dri.so free 0x5571735f1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000119
+gallium_dri.so free 0x5571735f1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000119
+gallium_dri.so free 0x5571735f1cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000118
+gallium_dri.so free 0x5571735f1e00 void 0.000119
+gallium_dri.so free 0x5571735f1cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e70 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e70 0.000118
+gallium_dri.so free 0x5571735f1fc0 void 0.000119
+gallium_dri.so free 0x5571735f1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1f70 0.000118
+gallium_dri.so free 0x5571735f2080 void 0.000120
+gallium_dri.so free 0x5571735f1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2030 0.000118
+gallium_dri.so free 0x5571735f20c0 void 0.000118
+gallium_dri.so free 0x5571735f2030 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2030 0.000119
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so free 0x5571735f2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f21c0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2240 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2240 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f23e0 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000119
+gallium_dri.so free 0x5571735f23e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000118
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2580 0.000120
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so free 0x5571735f2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2580 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000129
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2580 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2770 0.000119
+gallium_dri.so free 0x5571735f2880 void 0.000119
+gallium_dri.so free 0x5571735f2770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2830 0.000118
+gallium_dri.so free 0x5571735f2900 void 0.000119
+gallium_dri.so free 0x5571735f2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2950 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f2950 void 0.000118
+gallium_dri.so malloc 72 0x5571735f29e0 0.000119
+gallium_dri.so free 0x5571735f2a80 void 0.000119
+gallium_dri.so free 0x5571735f29e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2a30 0.000142
+gallium_dri.so free 0x5571735f2b00 void 0.000123
+gallium_dri.so free 0x5571735f2a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2a30 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b80 0.000130
+gallium_dri.so free 0x5571735f2d40 void 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000120
+gallium_dri.so free 0x5571735f2d80 void 0.000119
+gallium_dri.so free 0x5571735f2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000117
+gallium_dri.so free 0x5571735f2e40 void 0.000119
+gallium_dri.so free 0x5571735f2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e80 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f00 0.000120
+gallium_dri.so free 0x5571735f2fc0 void 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f00 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3070 0.000118
+gallium_dri.so free 0x5571735f30c0 void 0.000118
+gallium_dri.so free 0x5571735f3070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3070 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so free 0x5571735f3070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3200 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so free 0x5571735f3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3280 0.000120
+gallium_dri.so free 0x5571735f3340 void 0.000120
+gallium_dri.so free 0x5571735f3280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3280 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33f0 0.000119
+gallium_dri.so free 0x5571735f3440 void 0.000119
+gallium_dri.so free 0x5571735f33f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33f0 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000202
+gallium_dri.so free 0x5571735f33f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f34f0 0.000182
+gallium_dri.so free 0x5571735f3600 void 0.000118
+gallium_dri.so free 0x5571735f34f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f35b0 0.000131
+gallium_dri.so free 0x55717360c0c0 void 0.000127
+gallium_dri.so free 0x5571735f35b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360c0e0 0.000124
+gallium_dri.so free 0x55717360c180 void 0.000125
+gallium_dri.so free 0x55717360c0e0 void 0.000126
+gallium_dri.so malloc 72 0x55717360c130 0.000213
+gallium_dri.so free 0x55717360c200 void 0.000130
+gallium_dri.so free 0x55717360c130 void 0.000121
+gallium_dri.so malloc 72 0x55717360c130 0.000125
+gallium_dri.so free 0x55717360c280 void 0.000136
+gallium_dri.so free 0x55717360c130 void 0.000122
+gallium_dri.so malloc 72 0x55717360c280 0.000122
+gallium_dri.so free 0x55717360c340 void 0.000124
+gallium_dri.so free 0x55717360c280 void 0.000124
+gallium_dri.so malloc 72 0x55717360c280 0.000125
+gallium_dri.so free 0x55717360c400 void 0.000125
+gallium_dri.so free 0x55717360c280 void 0.000126
+gallium_dri.so malloc 72 0x55717360c280 0.000120
+gallium_dri.so free 0x55717360c4c0 void 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000119
+gallium_dri.so malloc 72 0x55717360c470 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000120
+gallium_dri.so free 0x55717360c470 void 0.000118
+gallium_dri.so malloc 72 0x55717360c530 0.000118
+gallium_dri.so free 0x55717360c600 void 0.000120
+gallium_dri.so free 0x55717360c530 void 0.000119
+gallium_dri.so malloc 72 0x55717360c650 0.000119
+gallium_dri.so free 0x55717360c6c0 void 0.000118
+gallium_dri.so free 0x55717360c650 void 0.000118
+gallium_dri.so malloc 72 0x55717360c6e0 0.000126
+gallium_dri.so free 0x55717360c780 void 0.000112
+gallium_dri.so free 0x55717360c6e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c730 0.000112
+gallium_dri.so free 0x55717360c800 void 0.000111
+gallium_dri.so free 0x55717360c730 void 0.000111
+gallium_dri.so malloc 72 0x55717360c730 0.000111
+gallium_dri.so free 0x55717360c880 void 0.000111
+gallium_dri.so free 0x55717360c730 void 0.000112
+gallium_dri.so malloc 72 0x55717360c880 0.000110
+gallium_dri.so free 0x55717360c940 void 0.000110
+gallium_dri.so free 0x55717360c880 void 0.000111
+gallium_dri.so malloc 72 0x55717360c880 0.000111
+gallium_dri.so free 0x55717360ca40 void 0.000111
+gallium_dri.so free 0x55717360c880 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9f0 0.000111
+gallium_dri.so free 0x55717360ca80 void 0.000113
+gallium_dri.so free 0x55717360c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9f0 0.000111
+gallium_dri.so free 0x55717360cb40 void 0.000111
+gallium_dri.so free 0x55717360c9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cb80 0.000116
+gallium_dri.so free 0x55717360cc00 void 0.000118
+gallium_dri.so free 0x55717360cb80 void 0.000111
+gallium_dri.so malloc 72 0x55717360cc00 0.000112
+gallium_dri.so free 0x55717360ccc0 void 0.000112
+gallium_dri.so free 0x55717360cc00 void 0.000113
+gallium_dri.so malloc 72 0x55717360cc00 0.000111
+gallium_dri.so free 0x55717360cd40 void 0.000121
+gallium_dri.so free 0x55717360cc00 void 0.000120
+gallium_dri.so malloc 72 0x55717360cd70 0.000120
+gallium_dri.so free 0x55717360cdc0 void 0.000119
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd70 0.000119
+gallium_dri.so free 0x55717360cec0 void 0.000118
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf00 0.000130
+gallium_dri.so free 0x55717360cf80 void 0.000126
+gallium_dri.so free 0x55717360cf00 void 0.000125
+gallium_dri.so malloc 72 0x55717360cf80 0.000124
+gallium_dri.so free 0x55717360d040 void 0.000124
+gallium_dri.so free 0x55717360cf80 void 0.000124
+gallium_dri.so malloc 72 0x55717360cf80 0.000125
+gallium_dri.so free 0x55717360d0c0 void 0.000125
+gallium_dri.so free 0x55717360cf80 void 0.000124
+gallium_dri.so malloc 72 0x55717360d0f0 0.000143
+gallium_dri.so free 0x55717360d140 void 0.000125
+gallium_dri.so free 0x55717360d0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d0f0 0.000125
+gallium_dri.so free 0x55717360d240 void 0.000126
+gallium_dri.so free 0x55717360d0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d1f0 0.000125
+gallium_dri.so free 0x55717360d300 void 0.000125
+gallium_dri.so free 0x55717360d1f0 void 0.000200
+gallium_dri.so malloc 72 0x55717360d2b0 0.000132
+gallium_dri.so free 0x55717360d380 void 0.000131
+gallium_dri.so free 0x55717360d2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d2b0 0.000130
+gallium_dri.so free 0x55717360d440 void 0.000127
+gallium_dri.so free 0x55717360d2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d2b0 0.000126
+gallium_dri.so free 0x55717360d500 void 0.000126
+gallium_dri.so free 0x55717360d2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d4b0 0.000125
+gallium_dri.so free 0x55717360d580 void 0.000125
+gallium_dri.so free 0x55717360d4b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d5d0 0.000125
+gallium_dri.so free 0x55717360d640 void 0.000125
+gallium_dri.so free 0x55717360d5d0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d660 0.000125
+gallium_dri.so free 0x55717360d700 void 0.000126
+gallium_dri.so free 0x55717360d660 void 0.000126
+gallium_dri.so malloc 72 0x55717360d6b0 0.000126
+gallium_dri.so free 0x55717360d780 void 0.000125
+gallium_dri.so free 0x55717360d6b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d780 0.000124
+gallium_dri.so free 0x55717360d840 void 0.000124
+gallium_dri.so free 0x55717360d780 void 0.000131
+gallium_dri.so malloc 72 0x55717360d780 0.000119
+gallium_dri.so free 0x55717360d8c0 void 0.000118
+gallium_dri.so free 0x55717360d780 void 0.000118
+gallium_dri.so malloc 72 0x55717360d8c0 0.000116
+gallium_dri.so free 0x55717360d980 void 0.000116
+gallium_dri.so free 0x55717360d8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d8c0 0.000118
+gallium_dri.so free 0x55717360da40 void 0.000118
+gallium_dri.so free 0x55717360d8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d8c0 0.000117
+gallium_dri.so free 0x55717360db00 void 0.000117
+gallium_dri.so free 0x55717360d8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360dab0 0.000118
+gallium_dri.so free 0x55717360db80 void 0.000117
+gallium_dri.so free 0x55717360dab0 void 0.000117
+gallium_dri.so malloc 72 0x55717360dbd0 0.000117
+gallium_dri.so free 0x55717360dc40 void 0.000117
+gallium_dri.so free 0x55717360dbd0 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc80 0.000117
+gallium_dri.so free 0x55717360dd00 void 0.000122
+gallium_dri.so free 0x55717360dc80 void 0.000125
+gallium_dri.so malloc 72 0x55717360dc80 0.000121
+gallium_dri.so free 0x55717360dd80 void 0.000118
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ddb0 0.000122
+gallium_dri.so free 0x55717360de00 void 0.000125
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000111
+gallium_dri.so free 0x55717360df00 void 0.000110
+gallium_dri.so free 0x55717360ddb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360deb0 0.000136
+gallium_dri.so free 0x55717360dfc0 void 0.000113
+gallium_dri.so free 0x55717360deb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360df70 0.000111
+gallium_dri.so free 0x55717360e000 void 0.000110
+gallium_dri.so free 0x55717360df70 void 0.000111
+gallium_dri.so malloc 72 0x55717360df70 0.000110
+gallium_dri.so free 0x55717360e0c0 void 0.000111
+gallium_dri.so free 0x55717360df70 void 0.000112
+gallium_dri.so malloc 72 0x55717360e130 0.000111
+gallium_dri.so free 0x55717360e180 void 0.000110
+gallium_dri.so free 0x55717360e130 void 0.000110
+gallium_dri.so malloc 72 0x55717360e130 0.000110
+gallium_dri.so free 0x55717360e280 void 0.000111
+gallium_dri.so free 0x55717360e130 void 0.000110
+gallium_dri.so malloc 72 0x55717360e230 0.000111
+gallium_dri.so free 0x55717360e340 void 0.000116
+gallium_dri.so free 0x55717360e230 void 0.000120
+gallium_dri.so malloc 72 0x55717360e2f0 0.000117
+gallium_dri.so free 0x55717360e380 void 0.000128
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000110
+gallium_dri.so free 0x55717360e440 void 0.000110
+gallium_dri.so free 0x55717360e2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e480 0.000120
+gallium_dri.so free 0x55717360e500 void 0.000116
+gallium_dri.so free 0x55717360e480 void 0.000110
+gallium_dri.so malloc 72 0x55717360e500 0.000111
+gallium_dri.so free 0x55717360e5c0 void 0.000110
+gallium_dri.so free 0x55717360e500 void 0.000111
+gallium_dri.so malloc 72 0x55717360e500 0.000110
+gallium_dri.so free 0x55717360e680 void 0.000110
+gallium_dri.so free 0x55717360e500 void 0.000110
+gallium_dri.so malloc 72 0x55717360e6a0 0.000109
+gallium_dri.so free 0x55717360e740 void 0.000111
+gallium_dri.so free 0x55717360e6a0 void 0.000110
+gallium_dri.so malloc 72 0x55717360e6f0 0.000110
+gallium_dri.so free 0x55717360e7c0 void 0.000110
+gallium_dri.so free 0x55717360e6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360e6f0 0.000110
+gallium_dri.so free 0x55717360e840 void 0.000111
+gallium_dri.so free 0x55717360e6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e840 0.000110
+gallium_dri.so free 0x55717360e900 void 0.000118
+gallium_dri.so free 0x55717360e840 void 0.000120
+gallium_dri.so malloc 72 0x55717360e840 0.000116
+gallium_dri.so free 0x55717360e9c0 void 0.000111
+gallium_dri.so free 0x55717360e840 void 0.000112
+gallium_dri.so malloc 72 0x55717360e840 0.000110
+gallium_dri.so free 0x55717360ea80 void 0.000110
+gallium_dri.so free 0x55717360e840 void 0.000115
+gallium_dri.so malloc 72 0x55717360ea30 0.000116
+gallium_dri.so free 0x55717360eb40 void 0.000116
+gallium_dri.so free 0x55717360ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717360eaf0 0.000112
+gallium_dri.so free 0x55717360ebc0 void 0.000111
+gallium_dri.so free 0x55717360eaf0 void 0.000110
+gallium_dri.so malloc 72 0x55717360ec10 0.000110
+gallium_dri.so free 0x55717360ec80 void 0.000110
+gallium_dri.so free 0x55717360ec10 void 0.000110
+gallium_dri.so malloc 72 0x55717360eca0 0.000111
+gallium_dri.so free 0x55717360ed40 void 0.000111
+gallium_dri.so free 0x55717360eca0 void 0.000110
+gallium_dri.so malloc 72 0x55717360ecf0 0.000111
+gallium_dri.so free 0x55717360edc0 void 0.000110
+gallium_dri.so free 0x55717360ecf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ecf0 0.000111
+gallium_dri.so free 0x55717360ee40 void 0.000111
+gallium_dri.so free 0x55717360ecf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ee40 0.000122
+gallium_dri.so free 0x55717360ef00 void 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ee40 0.000115
+gallium_dri.so free 0x55717360f000 void 0.000111
+gallium_dri.so free 0x55717360ee40 void 0.000111
+gallium_dri.so malloc 72 0x55717360efb0 0.000118
+gallium_dri.so free 0x55717360f040 void 0.000166
+gallium_dri.so free 0x55717360efb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360efb0 0.000122
+gallium_dri.so free 0x55717360f100 void 0.000115
+gallium_dri.so free 0x55717360efb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f140 0.000112
+gallium_dri.so free 0x55717360f1c0 void 0.000112
+gallium_dri.so free 0x55717360f140 void 0.000110
+gallium_dri.so malloc 72 0x55717360f1c0 0.000111
+gallium_dri.so free 0x55717360f280 void 0.000114
+gallium_dri.so free 0x55717360f1c0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f1c0 0.000111
+gallium_dri.so free 0x55717360f300 void 0.000110
+gallium_dri.so free 0x55717360f1c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f330 0.000110
+gallium_dri.so free 0x55717360f380 void 0.000111
+gallium_dri.so free 0x55717360f330 void 0.000110
+gallium_dri.so malloc 72 0x55717360f330 0.000111
+gallium_dri.so free 0x55717360f480 void 0.000110
+gallium_dri.so free 0x55717360f330 void 0.000110
+gallium_dri.so malloc 72 0x55717360f4c0 0.000110
+gallium_dri.so free 0x55717360f540 void 0.000110
+gallium_dri.so free 0x55717360f4c0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f540 0.000110
+gallium_dri.so free 0x55717360f600 void 0.000110
+gallium_dri.so free 0x55717360f540 void 0.000113
+gallium_dri.so malloc 72 0x55717360f540 0.000102
+gallium_dri.so free 0x55717360f680 void 0.000173
+gallium_dri.so free 0x55717360f540 void 0.000191
+gallium_dri.so malloc 72 0x55717360f6b0 0.000123
+gallium_dri.so free 0x55717360f700 void 0.000127
+gallium_dri.so free 0x55717360f6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f6b0 0.000119
+gallium_dri.so free 0x55717360f800 void 0.000119
+gallium_dri.so free 0x55717360f6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f7b0 0.000118
+gallium_dri.so free 0x55717360f8c0 void 0.000117
+gallium_dri.so free 0x55717360f7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f870 0.000116
+gallium_dri.so free 0x55717360f940 void 0.000117
+gallium_dri.so free 0x55717360f870 void 0.000117
+gallium_dri.so malloc 72 0x55717360f870 0.000117
+gallium_dri.so free 0x55717360fa00 void 0.000117
+gallium_dri.so free 0x55717360f870 void 0.000118
+gallium_dri.so malloc 72 0x55717360f870 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x55717360f870 void 0.000117
+gallium_dri.so malloc 72 0x55717360fa70 0.000119
+gallium_dri.so free 0x55717360fb40 void 0.000118
+gallium_dri.so free 0x55717360fa70 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb90 0.000119
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so free 0x55717360fb90 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc20 0.000126
+gallium_dri.so free 0x55717360fcc0 void 0.000112
+gallium_dri.so free 0x55717360fc20 void 0.000110
+gallium_dri.so malloc 72 0x55717360fc70 0.000111
+gallium_dri.so free 0x55717360fd40 void 0.000109
+gallium_dri.so free 0x55717360fc70 void 0.000135
+gallium_dri.so malloc 72 0x55717360fd40 0.000111
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so free 0x55717360fd40 void 0.000111
+gallium_dri.so malloc 72 0x55717360fd40 0.000110
+gallium_dri.so free 0x55717360fe80 void 0.000110
+gallium_dri.so free 0x55717360fd40 void 0.000111
+gallium_dri.so malloc 72 0x55717360fe80 0.000110
+gallium_dri.so free 0x55717360ff40 void 0.000110
+gallium_dri.so free 0x55717360fe80 void 0.000110
+gallium_dri.so malloc 72 0x55717360fe80 0.000109
+gallium_dri.so free 0x557173610000 void 0.000109
+gallium_dri.so free 0x55717360fe80 void 0.000110
+gallium_dri.so malloc 72 0x55717360fe80 0.000109
+gallium_dri.so free 0x5571736100c0 void 0.000111
+gallium_dri.so free 0x55717360fe80 void 0.000111
+gallium_dri.so malloc 72 0x557173610070 0.000114
+gallium_dri.so free 0x557173610140 void 0.000119
+gallium_dri.so free 0x557173610070 void 0.000114
+gallium_dri.so malloc 72 0x557173610190 0.000112
+gallium_dri.so free 0x557173610200 void 0.000111
+gallium_dri.so free 0x557173610190 void 0.000112
+gallium_dri.so malloc 72 0x557173610240 0.000111
+gallium_dri.so free 0x5571736102c0 void 0.000126
+gallium_dri.so free 0x557173610240 void 0.000120
+gallium_dri.so malloc 72 0x557173610240 0.000118
+gallium_dri.so free 0x557173610340 void 0.000117
+gallium_dri.so free 0x557173610240 void 0.000117
+gallium_dri.so malloc 72 0x557173610370 0.000117
+gallium_dri.so free 0x5571736103c0 void 0.000118
+gallium_dri.so free 0x557173610370 void 0.000117
+gallium_dri.so malloc 72 0x557173610370 0.000117
+gallium_dri.so free 0x5571736104c0 void 0.000118
+gallium_dri.so free 0x557173610370 void 0.000117
+gallium_dri.so malloc 72 0x557173610470 0.000118
+gallium_dri.so free 0x557173610580 void 0.000117
+gallium_dri.so free 0x557173610470 void 0.000120
+gallium_dri.so malloc 72 0x557173610530 0.000117
+gallium_dri.so free 0x5571736105c0 void 0.000118
+gallium_dri.so free 0x557173610530 void 0.000120
+gallium_dri.so malloc 72 0x557173610530 0.000118
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so free 0x557173610530 void 0.000118
+gallium_dri.so malloc 72 0x5571736106f0 0.000119
+gallium_dri.so free 0x557173610740 void 0.000118
+gallium_dri.so free 0x5571736106f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736106f0 0.000118
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so free 0x5571736106f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736107f0 0.000166
+gallium_dri.so free 0x557173610900 void 0.000125
+gallium_dri.so free 0x5571736107f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736108b0 0.000117
+gallium_dri.so free 0x557173610940 void 0.000120
+gallium_dri.so free 0x5571736108b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736108b0 0.000117
+gallium_dri.so free 0x557173610a00 void 0.000119
+gallium_dri.so free 0x5571736108b0 void 0.000118
+gallium_dri.so malloc 72 0x557173610a40 0.000117
+gallium_dri.so free 0x557173610ac0 void 0.000118
+gallium_dri.so free 0x557173610a40 void 0.000118
+gallium_dri.so malloc 72 0x557173610ac0 0.000118
+gallium_dri.so free 0x557173610b80 void 0.000118
+gallium_dri.so free 0x557173610ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173610ac0 0.000118
+gallium_dri.so free 0x557173610c40 void 0.000118
+gallium_dri.so free 0x557173610ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173610c60 0.000139
+gallium_dri.so free 0x557173610d00 void 0.000119
+gallium_dri.so free 0x557173610c60 void 0.000119
+gallium_dri.so malloc 72 0x557173610cb0 0.000122
+gallium_dri.so free 0x557173610d80 void 0.000119
+gallium_dri.so free 0x557173610cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173610cb0 0.000119
+gallium_dri.so free 0x557173610e00 void 0.000118
+gallium_dri.so free 0x557173610cb0 void 0.000124
+gallium_dri.so malloc 72 0x557173610e00 0.000111
+gallium_dri.so free 0x557173610ec0 void 0.000111
+gallium_dri.so free 0x557173610e00 void 0.000110
+gallium_dri.so malloc 72 0x557173610e00 0.000111
+gallium_dri.so free 0x557173610f80 void 0.000110
+gallium_dri.so free 0x557173610e00 void 0.000109
+gallium_dri.so malloc 72 0x557173610e00 0.000110
+gallium_dri.so free 0x557173611040 void 0.000112
+gallium_dri.so free 0x557173610e00 void 0.000111
+gallium_dri.so malloc 72 0x557173610ff0 0.000110
+gallium_dri.so free 0x557173611100 void 0.000111
+gallium_dri.so free 0x557173610ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571736110b0 0.000111
+gallium_dri.so free 0x557173611180 void 0.000111
+gallium_dri.so free 0x5571736110b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736111d0 0.000111
+gallium_dri.so free 0x557173611240 void 0.000111
+gallium_dri.so free 0x5571736111d0 void 0.000111
+gallium_dri.so malloc 72 0x557173611260 0.000110
+gallium_dri.so free 0x557173611300 void 0.000111
+gallium_dri.so free 0x557173611260 void 0.000110
+gallium_dri.so malloc 72 0x5571736112b0 0.000115
+gallium_dri.so free 0x557173611380 void 0.000120
+gallium_dri.so free 0x5571736112b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736112b0 0.000112
+gallium_dri.so free 0x557173611400 void 0.000111
+gallium_dri.so free 0x5571736112b0 void 0.000110
+gallium_dri.so malloc 72 0x557173611400 0.000127
+gallium_dri.so free 0x5571736114c0 void 0.000118
+gallium_dri.so free 0x557173611400 void 0.000117
+gallium_dri.so malloc 72 0x557173611400 0.000122
+gallium_dri.so free 0x5571736115c0 void 0.000121
+gallium_dri.so free 0x557173611400 void 0.000117
+gallium_dri.so malloc 72 0x557173611570 0.000117
+gallium_dri.so free 0x557173611600 void 0.000118
+gallium_dri.so free 0x557173611570 void 0.000117
+gallium_dri.so malloc 72 0x557173611570 0.000117
+gallium_dri.so free 0x5571736116c0 void 0.000118
+gallium_dri.so free 0x557173611570 void 0.000118
+gallium_dri.so malloc 72 0x557173611700 0.000116
+gallium_dri.so free 0x557173611780 void 0.000118
+gallium_dri.so free 0x557173611700 void 0.000117
+gallium_dri.so malloc 72 0x557173611780 0.000120
+gallium_dri.so free 0x557173611840 void 0.000118
+gallium_dri.so free 0x557173611780 void 0.000120
+gallium_dri.so malloc 72 0x557173611780 0.000118
+gallium_dri.so free 0x5571736118c0 void 0.000119
+gallium_dri.so free 0x557173611780 void 0.000118
+gallium_dri.so malloc 72 0x5571736118f0 0.000117
+gallium_dri.so free 0x557173611940 void 0.000119
+gallium_dri.so free 0x5571736118f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736118f0 0.000119
+gallium_dri.so free 0x557173611a40 void 0.000123
+gallium_dri.so free 0x5571736118f0 void 0.000125
+gallium_dri.so malloc 72 0x557173611a80 0.000114
+gallium_dri.so free 0x557173611b00 void 0.000115
+gallium_dri.so free 0x557173611a80 void 0.000112
+gallium_dri.so malloc 72 0x557173611b00 0.000139
+gallium_dri.so free 0x557173611bc0 void 0.000112
+gallium_dri.so free 0x557173611b00 void 0.000110
+gallium_dri.so malloc 72 0x557173611b00 0.000111
+gallium_dri.so free 0x557173611c40 void 0.000110
+gallium_dri.so free 0x557173611b00 void 0.000111
+gallium_dri.so malloc 72 0x557173611c70 0.000110
+gallium_dri.so free 0x557173611cc0 void 0.000115
+gallium_dri.so free 0x557173611c70 void 0.000111
+gallium_dri.so malloc 72 0x557173611c70 0.000110
+gallium_dri.so free 0x557173611dc0 void 0.000109
+gallium_dri.so free 0x557173611c70 void 0.000111
+gallium_dri.so malloc 72 0x557173611d70 0.000111
+gallium_dri.so free 0x557173611e80 void 0.000110
+gallium_dri.so free 0x557173611d70 void 0.000110
+gallium_dri.so malloc 72 0x557173611e30 0.000111
+gallium_dri.so free 0x557173611f00 void 0.000110
+gallium_dri.so free 0x557173611e30 void 0.000111
+gallium_dri.so malloc 72 0x557173611e30 0.000110
+gallium_dri.so free 0x557173611fc0 void 0.000110
+gallium_dri.so free 0x557173611e30 void 0.000110
+gallium_dri.so malloc 72 0x557173611e30 0.000110
+gallium_dri.so free 0x557173612080 void 0.000111
+gallium_dri.so free 0x557173611e30 void 0.000137
+gallium_dri.so malloc 72 0x557173612030 0.000125
+gallium_dri.so free 0x557173612100 void 0.000116
+gallium_dri.so free 0x557173612030 void 0.000110
+gallium_dri.so malloc 72 0x557173612150 0.000112
+gallium_dri.so free 0x5571736121c0 void 0.000111
+gallium_dri.so free 0x557173612150 void 0.000111
+gallium_dri.so malloc 72 0x5571736121e0 0.000109
+gallium_dri.so free 0x557173612280 void 0.000111
+gallium_dri.so free 0x5571736121e0 void 0.000110
+gallium_dri.so malloc 72 0x557173612230 0.000108
+gallium_dri.so free 0x557173612300 void 0.000109
+gallium_dri.so free 0x557173612230 void 0.000109
+gallium_dri.so malloc 72 0x557173612300 0.000110
+gallium_dri.so free 0x5571736123c0 void 0.000110
+gallium_dri.so free 0x557173612300 void 0.000109
+gallium_dri.so malloc 72 0x557173612300 0.000111
+gallium_dri.so free 0x557173612440 void 0.000110
+gallium_dri.so free 0x557173612300 void 0.000109
+gallium_dri.so malloc 72 0x557173612440 0.000109
+gallium_dri.so free 0x557173612500 void 0.000111
+gallium_dri.so free 0x557173612440 void 0.000116
+gallium_dri.so malloc 72 0x557173612440 0.000118
+gallium_dri.so free 0x5571736125c0 void 0.000111
+gallium_dri.so free 0x557173612440 void 0.000110
+gallium_dri.so malloc 72 0x557173612440 0.000110
+gallium_dri.so free 0x557173612680 void 0.000110
+gallium_dri.so free 0x557173612440 void 0.000110
+gallium_dri.so malloc 72 0x557173612630 0.000198
+gallium_dri.so free 0x557173612700 void 0.000124
+gallium_dri.so free 0x557173612630 void 0.000120
+gallium_dri.so malloc 72 0x557173612750 0.000121
+gallium_dri.so free 0x5571736127c0 void 0.000121
+gallium_dri.so free 0x557173612750 void 0.000119
+gallium_dri.so malloc 72 0x557173612800 0.000120
+gallium_dri.so free 0x557173612880 void 0.000120
+gallium_dri.so free 0x557173612800 void 0.000118
+gallium_dri.so malloc 72 0x557173612800 0.000118
+gallium_dri.so free 0x557173612900 void 0.000118
+gallium_dri.so free 0x557173612800 void 0.000117
+gallium_dri.so malloc 72 0x557173612930 0.000119
+gallium_dri.so free 0x557173612980 void 0.000119
+gallium_dri.so free 0x557173612930 void 0.000117
+gallium_dri.so malloc 72 0x557173612930 0.000124
+gallium_dri.so free 0x557173612a80 void 0.000142
+gallium_dri.so free 0x557173612930 void 0.000119
+gallium_dri.so malloc 72 0x557173612a30 0.000118
+gallium_dri.so free 0x557173612b40 void 0.000119
+gallium_dri.so free 0x557173612a30 void 0.000118
+gallium_dri.so malloc 72 0x557173612af0 0.000118
+gallium_dri.so free 0x557173612b80 void 0.000118
+gallium_dri.so free 0x557173612af0 void 0.000118
+gallium_dri.so malloc 72 0x557173612af0 0.000118
+gallium_dri.so free 0x557173612c40 void 0.000126
+gallium_dri.so free 0x557173612af0 void 0.000115
+gallium_dri.so malloc 72 0x557173612cb0 0.000116
+gallium_dri.so free 0x557173612d00 void 0.000111
+gallium_dri.so free 0x557173612cb0 void 0.000110
+gallium_dri.so malloc 72 0x557173612cb0 0.000110
+gallium_dri.so free 0x557173612e00 void 0.000110
+gallium_dri.so free 0x557173612cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173612db0 0.000111
+gallium_dri.so free 0x557173612ec0 void 0.000111
+gallium_dri.so free 0x557173612db0 void 0.000111
+gallium_dri.so malloc 72 0x557173612e70 0.000110
+gallium_dri.so free 0x557173612f00 void 0.000110
+gallium_dri.so free 0x557173612e70 void 0.000110
+gallium_dri.so malloc 72 0x557173612e70 0.000110
+gallium_dri.so free 0x557173612fc0 void 0.000111
+gallium_dri.so free 0x557173612e70 void 0.000111
+gallium_dri.so malloc 72 0x557173613000 0.000112
+gallium_dri.so free 0x557173613080 void 0.000110
+gallium_dri.so free 0x557173613000 void 0.000110
+gallium_dri.so malloc 72 0x557173613080 0.000110
+gallium_dri.so free 0x557173613140 void 0.000110
+gallium_dri.so free 0x557173613080 void 0.000109
+gallium_dri.so malloc 72 0x557173613080 0.000110
+gallium_dri.so free 0x557173613200 void 0.000111
+gallium_dri.so free 0x557173613080 void 0.000110
+gallium_dri.so malloc 72 0x557173613220 0.000109
+gallium_dri.so free 0x5571736132c0 void 0.000109
+gallium_dri.so free 0x557173613220 void 0.000110
+gallium_dri.so malloc 72 0x557173613270 0.000124
+gallium_dri.so free 0x557173613340 void 0.000116
+gallium_dri.so free 0x557173613270 void 0.000114
+gallium_dri.so malloc 72 0x557173613270 0.000113
+gallium_dri.so free 0x5571736133c0 void 0.000114
+gallium_dri.so free 0x557173613270 void 0.000112
+gallium_dri.so malloc 72 0x5571736133c0 0.000113
+gallium_dri.so free 0x557173613480 void 0.000113
+gallium_dri.so free 0x5571736133c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736133c0 0.000113
+gallium_dri.so free 0x557173613540 void 0.000113
+gallium_dri.so free 0x5571736133c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736133c0 0.000114
+gallium_dri.so free 0x557173613600 void 0.000113
+gallium_dri.so free 0x5571736133c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736135b0 0.000114
+gallium_dri.so free 0x5571736136c0 void 0.000113
+gallium_dri.so free 0x5571736135b0 void 0.000116
+gallium_dri.so malloc 72 0x557173613670 0.000113
+gallium_dri.so free 0x557173613740 void 0.000118
+gallium_dri.so free 0x557173613670 void 0.000113
+gallium_dri.so malloc 72 0x557173613790 0.000113
+gallium_dri.so free 0x557173613800 void 0.000116
+gallium_dri.so free 0x557173613790 void 0.000114
+gallium_dri.so malloc 72 0x557173613820 0.000114
+gallium_dri.so free 0x5571736138c0 void 0.000118
+gallium_dri.so free 0x557173613820 void 0.000114
+gallium_dri.so malloc 72 0x557173613870 0.000179
+gallium_dri.so free 0x557173613940 void 0.000126
+gallium_dri.so free 0x557173613870 void 0.000116
+gallium_dri.so malloc 72 0x557173613870 0.000113
+gallium_dri.so free 0x5571736139c0 void 0.000147
+gallium_dri.so free 0x557173613870 void 0.000116
+gallium_dri.so malloc 72 0x5571736139c0 0.000114
+gallium_dri.so free 0x557173613a80 void 0.000115
+gallium_dri.so free 0x5571736139c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736139c0 0.000113
+gallium_dri.so free 0x557173613b80 void 0.000117
+gallium_dri.so free 0x5571736139c0 void 0.000115
+gallium_dri.so malloc 72 0x557173613b30 0.000113
+gallium_dri.so free 0x557173613bc0 void 0.000120
+gallium_dri.so free 0x557173613b30 void 0.000124
+gallium_dri.so malloc 72 0x557173613b30 0.000123
+gallium_dri.so free 0x557173613c80 void 0.000123
+gallium_dri.so free 0x557173613b30 void 0.000126
+gallium_dri.so malloc 72 0x557173613cc0 0.000118
+gallium_dri.so free 0x557173613d40 void 0.000114
+gallium_dri.so free 0x557173613cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173613d40 0.000113
+gallium_dri.so free 0x557173613e00 void 0.000113
+gallium_dri.so free 0x557173613d40 void 0.000114
+gallium_dri.so malloc 72 0x557173613d40 0.000112
+gallium_dri.so free 0x557173613e80 void 0.000127
+gallium_dri.so free 0x557173613d40 void 0.000115
+gallium_dri.so malloc 72 0x557173613eb0 0.000115
+gallium_dri.so free 0x557173613f00 void 0.000114
+gallium_dri.so free 0x557173613eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613eb0 0.000114
+gallium_dri.so free 0x557173614000 void 0.000114
+gallium_dri.so free 0x557173613eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173614040 0.000113
+gallium_dri.so free 0x5571736140c0 void 0.000114
+gallium_dri.so free 0x557173614040 void 0.000113
+gallium_dri.so malloc 72 0x5571736140c0 0.000114
+gallium_dri.so free 0x557173614180 void 0.000114
+gallium_dri.so free 0x5571736140c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736140c0 0.000117
+gallium_dri.so free 0x557173614200 void 0.000114
+gallium_dri.so free 0x5571736140c0 void 0.000113
+gallium_dri.so malloc 72 0x557173614230 0.000112
+gallium_dri.so free 0x557173614280 void 0.000114
+gallium_dri.so free 0x557173614230 void 0.000114
+gallium_dri.so malloc 72 0x557173614230 0.000114
+gallium_dri.so free 0x557173614380 void 0.000115
+gallium_dri.so free 0x557173614230 void 0.000113
+gallium_dri.so malloc 72 0x557173614330 0.000113
+gallium_dri.so free 0x557173614440 void 0.000113
+gallium_dri.so free 0x557173614330 void 0.000113
+gallium_dri.so malloc 72 0x5571736143f0 0.000114
+gallium_dri.so free 0x5571736144c0 void 0.000115
+gallium_dri.so free 0x5571736143f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736143f0 0.000115
+gallium_dri.so free 0x557173614580 void 0.000114
+gallium_dri.so free 0x5571736143f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736143f0 0.000113
+gallium_dri.so free 0x557173614640 void 0.000114
+gallium_dri.so free 0x5571736143f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736145f0 0.000113
+gallium_dri.so free 0x5571736146c0 void 0.000114
+gallium_dri.so free 0x5571736145f0 void 0.000113
+gallium_dri.so malloc 72 0x557173614710 0.000112
+gallium_dri.so free 0x557173614780 void 0.000115
+gallium_dri.so free 0x557173614710 void 0.000112
+gallium_dri.so malloc 72 0x5571736147a0 0.000114
+gallium_dri.so free 0x557173614840 void 0.000115
+gallium_dri.so free 0x5571736147a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736147f0 0.000113
+gallium_dri.so free 0x5571736148c0 void 0.000115
+gallium_dri.so free 0x5571736147f0 void 0.000144
+gallium_dri.so malloc 72 0x5571736148c0 0.000115
+gallium_dri.so free 0x557173614980 void 0.000114
+gallium_dri.so free 0x5571736148c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736148c0 0.000112
+gallium_dri.so free 0x557173614a00 void 0.000114
+gallium_dri.so free 0x5571736148c0 void 0.000113
+gallium_dri.so malloc 72 0x557173614a00 0.000113
+gallium_dri.so free 0x557173614ac0 void 0.000114
+gallium_dri.so free 0x557173614a00 void 0.000207
+gallium_dri.so malloc 72 0x557173614a00 0.000125
+gallium_dri.so free 0x557173614b80 void 0.000126
+gallium_dri.so free 0x557173614a00 void 0.000124
+gallium_dri.so malloc 72 0x557173614a00 0.000121
+gallium_dri.so free 0x557173614c40 void 0.000123
+gallium_dri.so free 0x557173614a00 void 0.000128
+gallium_dri.so malloc 72 0x557173614bf0 0.000121
+gallium_dri.so free 0x557173614cc0 void 0.000119
+gallium_dri.so free 0x557173614bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173614d10 0.000124
+gallium_dri.so free 0x557173614d80 void 0.000125
+gallium_dri.so free 0x557173614d10 void 0.000124
+gallium_dri.so malloc 72 0x557173614dc0 0.000120
+gallium_dri.so free 0x557173614e40 void 0.000117
+gallium_dri.so free 0x557173614dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173614dc0 0.000117
+gallium_dri.so free 0x557173614ec0 void 0.000119
+gallium_dri.so free 0x557173614dc0 void 0.000122
+gallium_dri.so malloc 72 0x557173614ef0 0.000125
+gallium_dri.so free 0x557173614f40 void 0.000123
+gallium_dri.so free 0x557173614ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173614ef0 0.000124
+gallium_dri.so free 0x557173615040 void 0.000127
+gallium_dri.so free 0x557173614ef0 void 0.000134
+gallium_dri.so malloc 72 0x557173614ff0 0.000124
+gallium_dri.so free 0x557173615100 void 0.000123
+gallium_dri.so free 0x557173614ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571736150b0 0.000119
+gallium_dri.so free 0x557173615140 void 0.000124
+gallium_dri.so free 0x5571736150b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736150b0 0.000120
+gallium_dri.so free 0x557173615200 void 0.000118
+gallium_dri.so free 0x5571736150b0 void 0.000122
+gallium_dri.so malloc 72 0x557173615270 0.000125
+gallium_dri.so free 0x5571736152c0 void 0.000125
+gallium_dri.so free 0x557173615270 void 0.000119
+gallium_dri.so malloc 72 0x557173615270 0.000119
+gallium_dri.so free 0x5571736153c0 void 0.000124
+gallium_dri.so free 0x557173615270 void 0.000124
+gallium_dri.so malloc 72 0x557173615370 0.000119
+gallium_dri.so free 0x557173615480 void 0.000118
+gallium_dri.so free 0x557173615370 void 0.000123
+gallium_dri.so malloc 72 0x557173615430 0.000124
+gallium_dri.so free 0x5571736154c0 void 0.000140
+gallium_dri.so free 0x557173615430 void 0.000125
+gallium_dri.so malloc 72 0x557173615430 0.000124
+gallium_dri.so free 0x557173615580 void 0.000124
+gallium_dri.so free 0x557173615430 void 0.000134
+gallium_dri.so malloc 72 0x5571736155c0 0.000125
+gallium_dri.so free 0x557173615640 void 0.000120
+gallium_dri.so free 0x5571736155c0 void 0.000118
+gallium_dri.so malloc 72 0x557173615640 0.000124
+gallium_dri.so free 0x557173615700 void 0.000119
+gallium_dri.so free 0x557173615640 void 0.000117
+gallium_dri.so malloc 72 0x557173615640 0.000118
+gallium_dri.so free 0x5571736157c0 void 0.000123
+gallium_dri.so free 0x557173615640 void 0.000119
+gallium_dri.so malloc 72 0x5571736157e0 0.000118
+gallium_dri.so free 0x557173615880 void 0.000119
+gallium_dri.so free 0x5571736157e0 void 0.000122
+gallium_dri.so malloc 72 0x557173615830 0.000124
+gallium_dri.so free 0x557173615900 void 0.000124
+gallium_dri.so free 0x557173615830 void 0.000120
+gallium_dri.so malloc 72 0x557173615830 0.000118
+gallium_dri.so free 0x557173615980 void 0.000129
+gallium_dri.so free 0x557173615830 void 0.000130
+gallium_dri.so malloc 72 0x557173615980 0.000133
+gallium_dri.so free 0x557173615a40 void 0.000131
+gallium_dri.so free 0x557173615980 void 0.000130
+gallium_dri.so malloc 72 0x557173615980 0.000132
+gallium_dri.so free 0x557173615b00 void 0.000131
+gallium_dri.so free 0x557173615980 void 0.000130
+gallium_dri.so malloc 72 0x557173615980 0.000130
+gallium_dri.so free 0x557173615bc0 void 0.000130
+gallium_dri.so free 0x557173615980 void 0.000126
+gallium_dri.so malloc 72 0x557173615b70 0.000128
+gallium_dri.so free 0x557173615c80 void 0.000131
+gallium_dri.so free 0x557173615b70 void 0.000126
+gallium_dri.so malloc 72 0x557173615c30 0.000129
+gallium_dri.so free 0x557173615d00 void 0.000130
+gallium_dri.so free 0x557173615c30 void 0.000132
+gallium_dri.so malloc 72 0x557173615d50 0.000131
+gallium_dri.so free 0x557173615dc0 void 0.000130
+gallium_dri.so free 0x557173615d50 void 0.000130
+gallium_dri.so malloc 72 0x557173615de0 0.000125
+gallium_dri.so free 0x557173615e80 void 0.000125
+gallium_dri.so free 0x557173615de0 void 0.000139
+gallium_dri.so malloc 72 0x557173615e30 0.000132
+gallium_dri.so free 0x557173615f00 void 0.000129
+gallium_dri.so free 0x557173615e30 void 0.000130
+gallium_dri.so malloc 72 0x557173615e30 0.000131
+gallium_dri.so free 0x557173615f80 void 0.000132
+gallium_dri.so free 0x557173615e30 void 0.000132
+gallium_dri.so malloc 72 0x557173615f80 0.000184
+gallium_dri.so free 0x557173616040 void 0.000172
+gallium_dri.so free 0x557173615f80 void 0.000126
+gallium_dri.so malloc 72 0x557173615f80 0.000128
+gallium_dri.so free 0x557173616140 void 0.000126
+gallium_dri.so free 0x557173615f80 void 0.000127
+gallium_dri.so malloc 72 0x5571736160f0 0.000126
+gallium_dri.so free 0x557173616180 void 0.000155
+gallium_dri.so free 0x5571736160f0 void 0.000136
+gallium_dri.so malloc 72 0x5571736160f0 0.000131
+gallium_dri.so free 0x557173616240 void 0.000126
+gallium_dri.so free 0x5571736160f0 void 0.000128
+gallium_dri.so malloc 72 0x557173616280 0.000131
+gallium_dri.so free 0x557173616300 void 0.000131
+gallium_dri.so free 0x557173616280 void 0.000177
+gallium_dri.so malloc 72 0x557173616300 0.000131
+gallium_dri.so free 0x5571736163c0 void 0.000135
+gallium_dri.so free 0x557173616300 void 0.000130
+gallium_dri.so malloc 72 0x557173616300 0.000126
+gallium_dri.so free 0x557173616440 void 0.000125
+gallium_dri.so free 0x557173616300 void 0.000129
+gallium_dri.so malloc 72 0x557173616470 0.000131
+gallium_dri.so free 0x5571736164c0 void 0.000125
+gallium_dri.so free 0x557173616470 void 0.000128
+gallium_dri.so malloc 72 0x557173616470 0.000131
+gallium_dri.so free 0x5571736165c0 void 0.000134
+gallium_dri.so free 0x557173616470 void 0.000132
+gallium_dri.so malloc 72 0x557173616600 0.000126
+gallium_dri.so free 0x557173616680 void 0.000130
+gallium_dri.so free 0x557173616600 void 0.000126
+gallium_dri.so malloc 72 0x557173616680 0.000123
+gallium_dri.so free 0x557173616740 void 0.000125
+gallium_dri.so free 0x557173616680 void 0.000129
+gallium_dri.so malloc 72 0x557173616680 0.000131
+gallium_dri.so free 0x5571736167c0 void 0.000131
+gallium_dri.so free 0x557173616680 void 0.000135
+gallium_dri.so malloc 72 0x5571736167f0 0.000130
+gallium_dri.so free 0x557173616840 void 0.000127
+gallium_dri.so free 0x5571736167f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736167f0 0.000126
+gallium_dri.so free 0x557173616940 void 0.000125
+gallium_dri.so free 0x5571736167f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736168f0 0.000132
+gallium_dri.so free 0x557173616a00 void 0.000131
+gallium_dri.so free 0x5571736168f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736169b0 0.000130
+gallium_dri.so free 0x557173616a80 void 0.000130
+gallium_dri.so free 0x5571736169b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736169b0 0.000124
+gallium_dri.so free 0x557173616b40 void 0.000130
+gallium_dri.so free 0x5571736169b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736169b0 0.000126
+gallium_dri.so free 0x557173616c00 void 0.000126
+gallium_dri.so free 0x5571736169b0 void 0.000129
+gallium_dri.so malloc 72 0x557173616bb0 0.000130
+gallium_dri.so free 0x557173616c80 void 0.000131
+gallium_dri.so free 0x557173616bb0 void 0.000137
+gallium_dri.so malloc 72 0x557173616cd0 0.000127
+gallium_dri.so free 0x557173616d40 void 0.000126
+gallium_dri.so free 0x557173616cd0 void 0.000130
+gallium_dri.so malloc 72 0x557173616d60 0.000126
+gallium_dri.so free 0x557173616e00 void 0.000156
+gallium_dri.so free 0x557173616d60 void 0.000138
+gallium_dri.so malloc 72 0x557173616db0 0.000131
+gallium_dri.so free 0x557173616e80 void 0.000131
+gallium_dri.so free 0x557173616db0 void 0.000131
+gallium_dri.so malloc 72 0x557173616e80 0.000131
+gallium_dri.so free 0x557173616f40 void 0.000132
+gallium_dri.so free 0x557173616e80 void 0.000130
+gallium_dri.so malloc 72 0x557173616e80 0.000130
+gallium_dri.so free 0x557173616fc0 void 0.000125
+gallium_dri.so free 0x557173616e80 void 0.000123
+gallium_dri.so malloc 72 0x557173616fc0 0.000129
+gallium_dri.so free 0x557173617080 void 0.000130
+gallium_dri.so free 0x557173616fc0 void 0.000126
+gallium_dri.so malloc 72 0x557173616fc0 0.000125
+gallium_dri.so free 0x557173617140 void 0.000129
+gallium_dri.so free 0x557173616fc0 void 0.000130
+gallium_dri.so malloc 72 0x557173616fc0 0.000140
+gallium_dri.so free 0x557173617200 void 0.000127
+gallium_dri.so free 0x557173616fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571736171b0 0.000135
+gallium_dri.so free 0x557173617280 void 0.000132
+gallium_dri.so free 0x5571736171b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736172d0 0.000126
+gallium_dri.so free 0x557173617340 void 0.000126
+gallium_dri.so free 0x5571736172d0 void 0.000133
+gallium_dri.so malloc 72 0x557173617380 0.000131
+gallium_dri.so free 0x557173617400 void 0.000126
+gallium_dri.so free 0x557173617380 void 0.000124
+gallium_dri.so malloc 72 0x557173617380 0.000124
+gallium_dri.so free 0x557173617480 void 0.000125
+gallium_dri.so free 0x557173617380 void 0.000129
+gallium_dri.so malloc 72 0x5571736174b0 0.000132
+gallium_dri.so free 0x557173617500 void 0.000130
+gallium_dri.so free 0x5571736174b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736174b0 0.000130
+gallium_dri.so free 0x557173617600 void 0.000131
+gallium_dri.so free 0x5571736174b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736175b0 0.000134
+gallium_dri.so free 0x5571736176c0 void 0.000129
+gallium_dri.so free 0x5571736175b0 void 0.000126
+gallium_dri.so malloc 72 0x557173617670 0.000133
+gallium_dri.so free 0x557173617700 void 0.000130
+gallium_dri.so free 0x557173617670 void 0.000130
+gallium_dri.so malloc 72 0x557173617670 0.000131
+gallium_dri.so free 0x5571736177c0 void 0.000126
+gallium_dri.so free 0x557173617670 void 0.000126
+gallium_dri.so malloc 72 0x557173617830 0.000124
+gallium_dri.so free 0x557173617880 void 0.000130
+gallium_dri.so free 0x557173617830 void 0.000126
+gallium_dri.so malloc 72 0x557173617830 0.000124
+gallium_dri.so free 0x557173617980 void 0.000124
+gallium_dri.so free 0x557173617830 void 0.000128
+gallium_dri.so malloc 72 0x557173617930 0.000131
+gallium_dri.so free 0x557173617a40 void 0.000140
+gallium_dri.so free 0x557173617930 void 0.000131
+gallium_dri.so malloc 72 0x5571736179f0 0.000131
+gallium_dri.so free 0x557173617a80 void 0.000130
+gallium_dri.so free 0x5571736179f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736179f0 0.000192
+gallium_dri.so free 0x557173617b40 void 0.000133
+gallium_dri.so free 0x5571736179f0 void 0.000130
+gallium_dri.so malloc 72 0x557173617b80 0.000126
+gallium_dri.so free 0x557173617c00 void 0.000123
+gallium_dri.so free 0x557173617b80 void 0.000128
+gallium_dri.so malloc 72 0x557173617c00 0.000129
+gallium_dri.so free 0x557173617cc0 void 0.000131
+gallium_dri.so free 0x557173617c00 void 0.000131
+gallium_dri.so malloc 72 0x557173617c00 0.000131
+gallium_dri.so free 0x557173617d80 void 0.000130
+gallium_dri.so free 0x557173617c00 void 0.000132
+gallium_dri.so malloc 72 0x557173617da0 0.000131
+gallium_dri.so free 0x557173617e40 void 0.000132
+gallium_dri.so free 0x557173617da0 void 0.000126
+gallium_dri.so malloc 72 0x557173617df0 0.000129
+gallium_dri.so free 0x557173617ec0 void 0.000133
+gallium_dri.so free 0x557173617df0 void 0.000132
+gallium_dri.so malloc 72 0x557173617df0 0.000131
+gallium_dri.so free 0x557173617f40 void 0.000135
+gallium_dri.so free 0x557173617df0 void 0.000141
+gallium_dri.so malloc 72 0x557173617f40 0.000131
+gallium_dri.so free 0x557173618000 void 0.000131
+gallium_dri.so free 0x557173617f40 void 0.000131
+gallium_dri.so malloc 72 0x557173617f40 0.000126
+gallium_dri.so free 0x5571736180c0 void 0.000130
+gallium_dri.so free 0x557173617f40 void 0.000132
+gallium_dri.so malloc 72 0x557173617f40 0.000131
+gallium_dri.so free 0x557173618180 void 0.000131
+gallium_dri.so free 0x557173617f40 void 0.000126
+gallium_dri.so malloc 72 0x557173618130 0.000128
+gallium_dri.so free 0x557173618240 void 0.000125
+gallium_dri.so free 0x557173618130 void 0.000128
+gallium_dri.so malloc 72 0x5571736181f0 0.000130
+gallium_dri.so free 0x5571736182c0 void 0.000131
+gallium_dri.so free 0x5571736181f0 void 0.000130
+gallium_dri.so malloc 72 0x557173618310 0.000129
+gallium_dri.so free 0x557173618380 void 0.000131
+gallium_dri.so free 0x557173618310 void 0.000131
+gallium_dri.so malloc 72 0x5571736183a0 0.000131
+gallium_dri.so free 0x557173618440 void 0.000143
+gallium_dri.so free 0x5571736183a0 void 0.000132
+gallium_dri.so malloc 72 0x5571736183f0 0.000131
+gallium_dri.so free 0x5571736184c0 void 0.000131
+gallium_dri.so free 0x5571736183f0 void 0.000135
+gallium_dri.so malloc 72 0x5571736183f0 0.000137
+gallium_dri.so free 0x557173618540 void 0.000132
+gallium_dri.so free 0x5571736183f0 void 0.000127
+gallium_dri.so malloc 72 0x557173618540 0.000126
+gallium_dri.so free 0x557173618600 void 0.000129
+gallium_dri.so free 0x557173618540 void 0.000130
+gallium_dri.so malloc 72 0x557173618540 0.000125
+gallium_dri.so free 0x557173618700 void 0.000124
+gallium_dri.so free 0x557173618540 void 0.000124
+gallium_dri.so malloc 72 0x5571736186b0 0.000128
+gallium_dri.so free 0x557173618740 void 0.000133
+gallium_dri.so free 0x5571736186b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736186b0 0.000131
+gallium_dri.so free 0x557173618800 void 0.000126
+gallium_dri.so free 0x5571736186b0 void 0.000124
+gallium_dri.so malloc 72 0x557173618840 0.000129
+gallium_dri.so free 0x5571736188c0 void 0.000195
+gallium_dri.so free 0x557173618840 void 0.000127
+gallium_dri.so malloc 72 0x5571736188c0 0.000129
+gallium_dri.so free 0x557173618980 void 0.000134
+gallium_dri.so free 0x5571736188c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736188c0 0.000131
+gallium_dri.so free 0x557173618a00 void 0.000131
+gallium_dri.so free 0x5571736188c0 void 0.000130
+gallium_dri.so malloc 72 0x557173618a30 0.000132
+gallium_dri.so free 0x557173618a80 void 0.000126
+gallium_dri.so free 0x557173618a30 void 0.000129
+gallium_dri.so malloc 72 0x557173618a30 0.000131
+gallium_dri.so free 0x557173618b80 void 0.000131
+gallium_dri.so free 0x557173618a30 void 0.000135
+gallium_dri.so malloc 72 0x557173618bc0 0.000127
+gallium_dri.so free 0x557173618c40 void 0.000124
+gallium_dri.so free 0x557173618bc0 void 0.000129
+gallium_dri.so malloc 72 0x557173618c40 0.000130
+gallium_dri.so free 0x557173618d00 void 0.000125
+gallium_dri.so free 0x557173618c40 void 0.000124
+gallium_dri.so malloc 72 0x557173618c40 0.000123
+gallium_dri.so free 0x557173618d80 void 0.000130
+gallium_dri.so free 0x557173618c40 void 0.000127
+gallium_dri.so malloc 72 0x557173618db0 0.000124
+gallium_dri.so free 0x557173618e00 void 0.000128
+gallium_dri.so free 0x557173618db0 void 0.000131
+gallium_dri.so malloc 72 0x557173618db0 0.000130
+gallium_dri.so free 0x557173618f00 void 0.000131
+gallium_dri.so free 0x557173618db0 void 0.000126
+gallium_dri.so malloc 72 0x557173618eb0 0.000125
+gallium_dri.so free 0x557173618fc0 void 0.000130
+gallium_dri.so free 0x557173618eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173618f70 0.000132
+gallium_dri.so free 0x557173619040 void 0.000126
+gallium_dri.so free 0x557173618f70 void 0.000124
+gallium_dri.so malloc 72 0x557173618f70 0.000123
+gallium_dri.so free 0x557173619100 void 0.000125
+gallium_dri.so free 0x557173618f70 void 0.000148
+gallium_dri.so malloc 72 0x557173618f70 0.000133
+gallium_dri.so free 0x5571736191c0 void 0.000132
+gallium_dri.so free 0x557173618f70 void 0.000130
+gallium_dri.so malloc 72 0x557173619170 0.000131
+gallium_dri.so free 0x557173619240 void 0.000143
+gallium_dri.so free 0x557173619170 void 0.000127
+gallium_dri.so malloc 72 0x557173619290 0.000128
+gallium_dri.so free 0x557173619300 void 0.000130
+gallium_dri.so free 0x557173619290 void 0.000131
+gallium_dri.so malloc 72 0x557173619320 0.000130
+gallium_dri.so free 0x5571736193c0 void 0.000129
+gallium_dri.so free 0x557173619320 void 0.000129
+gallium_dri.so malloc 72 0x557173619370 0.000130
+gallium_dri.so free 0x557173619440 void 0.000130
+gallium_dri.so free 0x557173619370 void 0.000127
+gallium_dri.so malloc 72 0x557173619440 0.000130
+gallium_dri.so free 0x557173619500 void 0.000126
+gallium_dri.so free 0x557173619440 void 0.000129
+gallium_dri.so malloc 72 0x557173619440 0.000130
+gallium_dri.so free 0x557173619580 void 0.000130
+gallium_dri.so free 0x557173619440 void 0.000131
+gallium_dri.so malloc 72 0x557173619580 0.000131
+gallium_dri.so free 0x557173619640 void 0.000130
+gallium_dri.so free 0x557173619580 void 0.000130
+gallium_dri.so malloc 72 0x557173619580 0.000173
+gallium_dri.so free 0x557173619700 void 0.000130
+gallium_dri.so free 0x557173619580 void 0.000130
+gallium_dri.so malloc 72 0x557173619580 0.000131
+gallium_dri.so free 0x5571736197c0 void 0.000130
+gallium_dri.so free 0x557173619580 void 0.000126
+gallium_dri.so malloc 72 0x557173619770 0.000128
+gallium_dri.so free 0x557173619840 void 0.000131
+gallium_dri.so free 0x557173619770 void 0.000126
+gallium_dri.so malloc 72 0x557173619890 0.000125
+gallium_dri.so free 0x557173619900 void 0.000125
+gallium_dri.so free 0x557173619890 void 0.000129
+gallium_dri.so malloc 72 0x557173619940 0.000131
+gallium_dri.so free 0x5571736199c0 void 0.000130
+gallium_dri.so free 0x557173619940 void 0.000125
+gallium_dri.so malloc 72 0x557173619940 0.000124
+gallium_dri.so free 0x557173619a40 void 0.000126
+gallium_dri.so free 0x557173619940 void 0.000125
+gallium_dri.so malloc 72 0x557173619a70 0.000130
+gallium_dri.so free 0x557173619ac0 void 0.000125
+gallium_dri.so free 0x557173619a70 void 0.000132
+gallium_dri.so malloc 72 0x557173619a70 0.000130
+gallium_dri.so free 0x557173619bc0 void 0.000139
+gallium_dri.so free 0x557173619a70 void 0.000131
+gallium_dri.so malloc 72 0x557173619b70 0.000132
+gallium_dri.so free 0x557173619c80 void 0.000129
+gallium_dri.so free 0x557173619b70 void 0.000163
+gallium_dri.so malloc 72 0x557173619c30 0.000137
+gallium_dri.so free 0x557173619cc0 void 0.000130
+gallium_dri.so free 0x557173619c30 void 0.000131
+gallium_dri.so malloc 72 0x557173619c30 0.000130
+gallium_dri.so free 0x557173619d80 void 0.000132
+gallium_dri.so free 0x557173619c30 void 0.000126
+gallium_dri.so malloc 72 0x557173619df0 0.000129
+gallium_dri.so free 0x557173619e40 void 0.000131
+gallium_dri.so free 0x557173619df0 void 0.000126
+gallium_dri.so malloc 72 0x557173619df0 0.000129
+gallium_dri.so free 0x557173619f40 void 0.000131
+gallium_dri.so free 0x557173619df0 void 0.000126
+gallium_dri.so malloc 72 0x557173619ef0 0.000130
+gallium_dri.so free 0x55717361a000 void 0.000126
+gallium_dri.so free 0x557173619ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173619fb0 0.000130
+gallium_dri.so free 0x55717361a040 void 0.000134
+gallium_dri.so free 0x557173619fb0 void 0.000131
+gallium_dri.so malloc 72 0x557173619fb0 0.000132
+gallium_dri.so free 0x55717361a100 void 0.000131
+gallium_dri.so free 0x557173619fb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a140 0.000124
+gallium_dri.so free 0x55717361a1c0 void 0.000125
+gallium_dri.so free 0x55717361a140 void 0.000125
+gallium_dri.so malloc 72 0x55717361a1c0 0.000131
+gallium_dri.so free 0x55717361a280 void 0.000131
+gallium_dri.so free 0x55717361a1c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a1c0 0.000126
+gallium_dri.so free 0x55717361a340 void 0.000124
+gallium_dri.so free 0x55717361a1c0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a360 0.000126
+gallium_dri.so free 0x55717361a400 void 0.000123
+gallium_dri.so free 0x55717361a360 void 0.000129
+gallium_dri.so malloc 72 0x55717361a3b0 0.000130
+gallium_dri.so free 0x55717361a480 void 0.000130
+gallium_dri.so free 0x55717361a3b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a3b0 0.000130
+gallium_dri.so free 0x55717361a500 void 0.000135
+gallium_dri.so free 0x55717361a3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a500 0.000131
+gallium_dri.so free 0x55717361a5c0 void 0.000131
+gallium_dri.so free 0x55717361a500 void 0.000130
+gallium_dri.so malloc 72 0x55717361a500 0.000128
+gallium_dri.so free 0x55717361a680 void 0.000129
+gallium_dri.so free 0x55717361a500 void 0.000130
+gallium_dri.so malloc 72 0x55717361a500 0.000135
+gallium_dri.so free 0x55717361a740 void 0.000126
+gallium_dri.so free 0x55717361a500 void 0.000123
+gallium_dri.so malloc 72 0x55717361a6f0 0.000124
+gallium_dri.so free 0x55717361a800 void 0.000123
+gallium_dri.so free 0x55717361a6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a7b0 0.000130
+gallium_dri.so free 0x55717361a880 void 0.000135
+gallium_dri.so free 0x55717361a7b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361a8d0 0.000130
+gallium_dri.so free 0x55717361a940 void 0.000131
+gallium_dri.so free 0x55717361a8d0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a960 0.000123
+gallium_dri.so free 0x55717361aa00 void 0.000126
+gallium_dri.so free 0x55717361a960 void 0.000129
+gallium_dri.so malloc 72 0x55717361a9b0 0.000131
+gallium_dri.so free 0x55717361aa80 void 0.000131
+gallium_dri.so free 0x55717361a9b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a9b0 0.000132
+gallium_dri.so free 0x55717361ab00 void 0.000130
+gallium_dri.so free 0x55717361a9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ab00 0.000130
+gallium_dri.so free 0x55717361abc0 void 0.000126
+gallium_dri.so free 0x55717361ab00 void 0.000124
+gallium_dri.so malloc 72 0x55717361ab00 0.000129
+gallium_dri.so free 0x55717361acc0 void 0.000131
+gallium_dri.so free 0x55717361ab00 void 0.000131
+gallium_dri.so malloc 72 0x55717361ac70 0.000130
+gallium_dri.so free 0x55717361ad00 void 0.000132
+gallium_dri.so free 0x55717361ac70 void 0.000131
+gallium_dri.so malloc 72 0x55717361ac70 0.000129
+gallium_dri.so free 0x55717361adc0 void 0.000131
+gallium_dri.so free 0x55717361ac70 void 0.000130
+gallium_dri.so malloc 72 0x55717361ae00 0.000171
+gallium_dri.so free 0x55717361ae80 void 0.000131
+gallium_dri.so free 0x55717361ae00 void 0.000131
+gallium_dri.so malloc 72 0x55717361ae80 0.000125
+gallium_dri.so free 0x55717361af40 void 0.000125
+gallium_dri.so free 0x55717361ae80 void 0.000133
+gallium_dri.so malloc 72 0x55717361ae80 0.000130
+gallium_dri.so free 0x55717361afc0 void 0.000125
+gallium_dri.so free 0x55717361ae80 void 0.000129
+gallium_dri.so malloc 72 0x55717361aff0 0.000125
+gallium_dri.so free 0x55717361b040 void 0.000124
+gallium_dri.so free 0x55717361aff0 void 0.000130
+gallium_dri.so malloc 72 0x55717361aff0 0.000126
+gallium_dri.so free 0x55717361b140 void 0.000125
+gallium_dri.so free 0x55717361aff0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b180 0.000131
+gallium_dri.so free 0x55717361b200 void 0.000131
+gallium_dri.so free 0x55717361b180 void 0.000126
+gallium_dri.so malloc 72 0x55717361b200 0.000124
+gallium_dri.so free 0x55717361b2c0 void 0.000129
+gallium_dri.so free 0x55717361b200 void 0.000130
+gallium_dri.so malloc 72 0x55717361b200 0.000130
+gallium_dri.so free 0x55717361b340 void 0.000142
+gallium_dri.so free 0x55717361b200 void 0.000136
+gallium_dri.so malloc 72 0x55717361b370 0.000132
+gallium_dri.so free 0x55717361b3c0 void 0.000131
+gallium_dri.so free 0x55717361b370 void 0.000125
+gallium_dri.so malloc 72 0x55717361b370 0.000141
+gallium_dri.so free 0x55717361b4c0 void 0.000132
+gallium_dri.so free 0x55717361b370 void 0.000131
+gallium_dri.so malloc 72 0x55717361b470 0.000130
+gallium_dri.so free 0x55717361b580 void 0.000130
+gallium_dri.so free 0x55717361b470 void 0.000130
+gallium_dri.so malloc 72 0x55717361b530 0.000131
+gallium_dri.so free 0x55717361b600 void 0.000130
+gallium_dri.so free 0x55717361b530 void 0.000129
+gallium_dri.so malloc 72 0x55717361b530 0.000131
+gallium_dri.so free 0x55717361b6c0 void 0.000126
+gallium_dri.so free 0x55717361b530 void 0.000129
+gallium_dri.so malloc 72 0x55717361b530 0.000131
+gallium_dri.so free 0x55717361b780 void 0.000132
+gallium_dri.so free 0x55717361b530 void 0.000126
+gallium_dri.so malloc 72 0x55717361b730 0.000126
+gallium_dri.so free 0x55717361b800 void 0.000125
+gallium_dri.so free 0x55717361b730 void 0.000128
+gallium_dri.so malloc 72 0x55717361b850 0.000130
+gallium_dri.so free 0x55717361b8c0 void 0.000142
+gallium_dri.so free 0x55717361b850 void 0.000131
+gallium_dri.so malloc 72 0x55717361b8e0 0.000131
+gallium_dri.so free 0x55717361b980 void 0.000131
+gallium_dri.so free 0x55717361b8e0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b930 0.000125
+gallium_dri.so free 0x55717361ba00 void 0.000130
+gallium_dri.so free 0x55717361b930 void 0.000132
+gallium_dri.so malloc 72 0x55717361ba00 0.000130
+gallium_dri.so free 0x55717361bac0 void 0.000127
+gallium_dri.so free 0x55717361ba00 void 0.000128
+gallium_dri.so malloc 72 0x55717361ba00 0.000131
+gallium_dri.so free 0x55717361bb40 void 0.000131
+gallium_dri.so free 0x55717361ba00 void 0.000132
+gallium_dri.so malloc 72 0x55717361bb40 0.000125
+gallium_dri.so free 0x55717361bc00 void 0.000130
+gallium_dri.so free 0x55717361bb40 void 0.000126
+gallium_dri.so malloc 72 0x55717361bb40 0.000129
+gallium_dri.so free 0x55717361bcc0 void 0.000131
+gallium_dri.so free 0x55717361bb40 void 0.000130
+gallium_dri.so malloc 72 0x55717361bb40 0.000126
+gallium_dri.so free 0x55717361bd80 void 0.000126
+gallium_dri.so free 0x55717361bb40 void 0.000129
+gallium_dri.so malloc 72 0x55717361bd30 0.000129
+gallium_dri.so free 0x55717361be00 void 0.000193
+gallium_dri.so free 0x55717361bd30 void 0.000132
+gallium_dri.so malloc 72 0x55717361be50 0.000132
+gallium_dri.so free 0x55717361bec0 void 0.000130
+gallium_dri.so free 0x55717361be50 void 0.000130
+gallium_dri.so malloc 72 0x55717361bf00 0.000131
+gallium_dri.so free 0x55717361bf80 void 0.000126
+gallium_dri.so free 0x55717361bf00 void 0.000129
+gallium_dri.so malloc 72 0x55717361bf00 0.000131
+gallium_dri.so free 0x55717361c000 void 0.000132
+gallium_dri.so free 0x55717361bf00 void 0.000131
+gallium_dri.so malloc 72 0x55717361c030 0.000131
+gallium_dri.so free 0x55717361c080 void 0.000126
+gallium_dri.so free 0x55717361c030 void 0.000129
+gallium_dri.so malloc 72 0x55717361c030 0.000130
+gallium_dri.so free 0x55717361c180 void 0.000126
+gallium_dri.so free 0x55717361c030 void 0.000130
+gallium_dri.so malloc 72 0x55717361c130 0.000144
+gallium_dri.so free 0x55717361c240 void 0.000121
+gallium_dri.so free 0x55717361c130 void 0.000118
+gallium_dri.so malloc 72 0x55717361c1f0 0.000120
+gallium_dri.so free 0x55717361c280 void 0.000118
+gallium_dri.so free 0x55717361c1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c1f0 0.000118
+gallium_dri.so free 0x55717361c340 void 0.000129
+gallium_dri.so free 0x55717361c1f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c3b0 0.000119
+gallium_dri.so free 0x55717361c400 void 0.000120
+gallium_dri.so free 0x55717361c3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c3b0 0.000120
+gallium_dri.so free 0x55717361c500 void 0.000120
+gallium_dri.so free 0x55717361c3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c4b0 0.000118
+gallium_dri.so free 0x55717361c5c0 void 0.000118
+gallium_dri.so free 0x55717361c4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c570 0.000119
+gallium_dri.so free 0x55717361c600 void 0.000120
+gallium_dri.so free 0x55717361c570 void 0.000118
+gallium_dri.so malloc 72 0x55717361c570 0.000118
+gallium_dri.so free 0x55717361c6c0 void 0.000119
+gallium_dri.so free 0x55717361c570 void 0.000118
+gallium_dri.so malloc 72 0x55717361c700 0.000119
+gallium_dri.so free 0x55717361c780 void 0.000119
+gallium_dri.so free 0x55717361c700 void 0.000120
+gallium_dri.so malloc 72 0x55717361c780 0.000118
+gallium_dri.so free 0x55717361c840 void 0.000119
+gallium_dri.so free 0x55717361c780 void 0.000119
+gallium_dri.so malloc 72 0x55717361c780 0.000119
+gallium_dri.so free 0x55717361c900 void 0.000118
+gallium_dri.so free 0x55717361c780 void 0.000118
+gallium_dri.so malloc 72 0x55717361c920 0.000131
+gallium_dri.so free 0x55717361c9c0 void 0.000120
+gallium_dri.so free 0x55717361c920 void 0.000119
+gallium_dri.so malloc 72 0x55717361c970 0.000119
+gallium_dri.so free 0x55717361ca40 void 0.000118
+gallium_dri.so free 0x55717361c970 void 0.000119
+gallium_dri.so malloc 72 0x55717361c970 0.000118
+gallium_dri.so free 0x55717361cac0 void 0.000119
+gallium_dri.so free 0x55717361c970 void 0.000118
+gallium_dri.so malloc 72 0x55717361cac0 0.000119
+gallium_dri.so free 0x55717361cb80 void 0.000118
+gallium_dri.so free 0x55717361cac0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cac0 0.000118
+gallium_dri.so free 0x55717361cc40 void 0.000119
+gallium_dri.so free 0x55717361cac0 void 0.000119
+gallium_dri.so malloc 72 0x55717361cac0 0.000119
+gallium_dri.so free 0x55717361cd00 void 0.000121
+gallium_dri.so free 0x55717361cac0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ccb0 0.000120
+gallium_dri.so free 0x55717361cdc0 void 0.000119
+gallium_dri.so free 0x55717361ccb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cd70 0.000118
+gallium_dri.so free 0x55717361ce40 void 0.000118
+gallium_dri.so free 0x55717361cd70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ce90 0.000117
+gallium_dri.so free 0x55717361cf00 void 0.000119
+gallium_dri.so free 0x55717361ce90 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf20 0.000121
+gallium_dri.so free 0x55717361cfc0 void 0.000118
+gallium_dri.so free 0x55717361cf20 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf70 0.000118
+gallium_dri.so free 0x55717361d040 void 0.000119
+gallium_dri.so free 0x55717361cf70 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf70 0.000145
+gallium_dri.so free 0x55717361d0c0 void 0.000127
+gallium_dri.so free 0x55717361cf70 void 0.000119
+gallium_dri.so malloc 72 0x55717361d0c0 0.000117
+gallium_dri.so free 0x55717361d180 void 0.000120
+gallium_dri.so free 0x55717361d0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d0c0 0.000118
+gallium_dri.so free 0x55717361d280 void 0.000118
+gallium_dri.so free 0x55717361d0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d230 0.000119
+gallium_dri.so free 0x55717361d2c0 void 0.000118
+gallium_dri.so free 0x55717361d230 void 0.000117
+gallium_dri.so malloc 72 0x55717361d230 0.000118
+gallium_dri.so free 0x55717361d380 void 0.000118
+gallium_dri.so free 0x55717361d230 void 0.000119
+gallium_dri.so malloc 72 0x55717361d3c0 0.000119
+gallium_dri.so free 0x55717361d440 void 0.000119
+gallium_dri.so free 0x55717361d3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d440 0.000118
+gallium_dri.so free 0x55717361d500 void 0.000117
+gallium_dri.so free 0x55717361d440 void 0.000129
+gallium_dri.so malloc 72 0x55717361d440 0.000118
+gallium_dri.so free 0x55717361d580 void 0.000119
+gallium_dri.so free 0x55717361d440 void 0.000118
+gallium_dri.so malloc 72 0x55717361d5b0 0.000118
+gallium_dri.so free 0x55717361d600 void 0.000119
+gallium_dri.so free 0x55717361d5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d5b0 0.000120
+gallium_dri.so free 0x55717361d700 void 0.000119
+gallium_dri.so free 0x55717361d5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d740 0.000119
+gallium_dri.so free 0x55717361d7c0 void 0.000117
+gallium_dri.so free 0x55717361d740 void 0.000117
+gallium_dri.so malloc 72 0x55717361d7c0 0.000118
+gallium_dri.so free 0x55717361d880 void 0.000117
+gallium_dri.so free 0x55717361d7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d7c0 0.000118
+gallium_dri.so free 0x55717361d900 void 0.000119
+gallium_dri.so free 0x55717361d7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d930 0.000119
+gallium_dri.so free 0x55717361d980 void 0.000118
+gallium_dri.so free 0x55717361d930 void 0.000118
+gallium_dri.so malloc 72 0x55717361d930 0.000119
+gallium_dri.so free 0x55717361da80 void 0.000118
+gallium_dri.so free 0x55717361d930 void 0.000118
+gallium_dri.so malloc 72 0x55717361da30 0.000118
+gallium_dri.so free 0x55717361db40 void 0.000158
+gallium_dri.so free 0x55717361da30 void 0.000118
+gallium_dri.so malloc 72 0x55717361daf0 0.000118
+gallium_dri.so free 0x55717361dbc0 void 0.000118
+gallium_dri.so free 0x55717361daf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361daf0 0.000118
+gallium_dri.so free 0x55717361dc80 void 0.000118
+gallium_dri.so free 0x55717361daf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361daf0 0.000119
+gallium_dri.so free 0x55717361dd40 void 0.000117
+gallium_dri.so free 0x55717361daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dcf0 0.000117
+gallium_dri.so free 0x55717361ddc0 void 0.000117
+gallium_dri.so free 0x55717361dcf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361de10 0.000117
+gallium_dri.so free 0x55717361de80 void 0.000117
+gallium_dri.so free 0x55717361de10 void 0.000120
+gallium_dri.so malloc 72 0x55717361dea0 0.000119
+gallium_dri.so free 0x55717361df40 void 0.000119
+gallium_dri.so free 0x55717361dea0 void 0.000118
+gallium_dri.so malloc 72 0x55717361def0 0.000147
+gallium_dri.so free 0x55717361dfc0 void 0.000120
+gallium_dri.so free 0x55717361def0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dfc0 0.000118
+gallium_dri.so free 0x55717361e080 void 0.000123
+gallium_dri.so free 0x55717361dfc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dfc0 0.000129
+gallium_dri.so free 0x55717361e100 void 0.000120
+gallium_dri.so free 0x55717361dfc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e100 0.000119
+gallium_dri.so free 0x55717361e1c0 void 0.000119
+gallium_dri.so free 0x55717361e100 void 0.000117
+gallium_dri.so malloc 72 0x55717361e100 0.000118
+gallium_dri.so free 0x55717361e280 void 0.000119
+gallium_dri.so free 0x55717361e100 void 0.000118
+gallium_dri.so malloc 72 0x55717361e100 0.000117
+gallium_dri.so free 0x55717361e340 void 0.000119
+gallium_dri.so free 0x55717361e100 void 0.000117
+gallium_dri.so malloc 72 0x55717361e2f0 0.000118
+gallium_dri.so free 0x55717361e3c0 void 0.000119
+gallium_dri.so free 0x55717361e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e410 0.000118
+gallium_dri.so free 0x55717361e480 void 0.000118
+gallium_dri.so free 0x55717361e410 void 0.000119
+gallium_dri.so malloc 72 0x55717361e4c0 0.000117
+gallium_dri.so free 0x55717361e540 void 0.000119
+gallium_dri.so free 0x55717361e4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e4c0 0.000117
+gallium_dri.so free 0x55717361e5c0 void 0.000117
+gallium_dri.so free 0x55717361e4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e5f0 0.000117
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so free 0x55717361e5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e5f0 0.000127
+gallium_dri.so free 0x55717361e740 void 0.000119
+gallium_dri.so free 0x55717361e5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6f0 0.000119
+gallium_dri.so free 0x55717361e800 void 0.000118
+gallium_dri.so free 0x55717361e6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e7b0 0.000120
+gallium_dri.so free 0x55717361e840 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e7b0 0.000118
+gallium_dri.so free 0x55717361e900 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e970 0.000119
+gallium_dri.so free 0x55717361e9c0 void 0.000119
+gallium_dri.so free 0x55717361e970 void 0.000117
+gallium_dri.so malloc 72 0x55717361e970 0.000118
+gallium_dri.so free 0x55717361eac0 void 0.000118
+gallium_dri.so free 0x55717361e970 void 0.000121
+gallium_dri.so malloc 72 0x55717361ea70 0.000118
+gallium_dri.so free 0x55717361eb80 void 0.000118
+gallium_dri.so free 0x55717361ea70 void 0.000118
+gallium_dri.so malloc 72 0x55717361eb30 0.000119
+gallium_dri.so free 0x55717361ebc0 void 0.000119
+gallium_dri.so free 0x55717361eb30 void 0.000117
+gallium_dri.so malloc 72 0x55717361eb30 0.000117
+gallium_dri.so free 0x55717361ec80 void 0.000118
+gallium_dri.so free 0x55717361eb30 void 0.000184
+gallium_dri.so malloc 72 0x55717361ecc0 0.000121
+gallium_dri.so free 0x55717361ed40 void 0.000119
+gallium_dri.so free 0x55717361ecc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ed40 0.000118
+gallium_dri.so free 0x55717361ee00 void 0.000118
+gallium_dri.so free 0x55717361ed40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ed40 0.000144
+gallium_dri.so free 0x55717361eec0 void 0.000120
+gallium_dri.so free 0x55717361ed40 void 0.000118
+gallium_dri.so malloc 72 0x55717361eee0 0.000119
+gallium_dri.so free 0x55717361ef80 void 0.000120
+gallium_dri.so free 0x55717361eee0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ef30 0.000119
+gallium_dri.so free 0x55717361f000 void 0.000123
+gallium_dri.so free 0x55717361ef30 void 0.000118
+gallium_dri.so malloc 72 0x55717361ef30 0.000117
+gallium_dri.so free 0x55717361f080 void 0.000118
+gallium_dri.so free 0x55717361ef30 void 0.000117
+gallium_dri.so malloc 72 0x55717361f080 0.000119
+gallium_dri.so free 0x55717361f140 void 0.000119
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so malloc 72 0x55717361f080 0.000120
+gallium_dri.so free 0x55717361f200 void 0.000118
+gallium_dri.so free 0x55717361f080 void 0.000117
+gallium_dri.so malloc 72 0x55717361f080 0.000119
+gallium_dri.so free 0x55717361f2c0 void 0.000128
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so malloc 72 0x55717361f270 0.000119
+gallium_dri.so free 0x55717361f380 void 0.000119
+gallium_dri.so free 0x55717361f270 void 0.000117
+gallium_dri.so malloc 72 0x55717361f330 0.000132
+gallium_dri.so free 0x55717361f400 void 0.000119
+gallium_dri.so free 0x55717361f330 void 0.000118
+gallium_dri.so malloc 72 0x55717361f450 0.000128
+gallium_dri.so free 0x55717361f4c0 void 0.000120
+gallium_dri.so free 0x55717361f450 void 0.000118
+gallium_dri.so malloc 72 0x55717361f4e0 0.000119
+gallium_dri.so free 0x55717361f580 void 0.000119
+gallium_dri.so free 0x55717361f4e0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f530 0.000118
+gallium_dri.so free 0x55717361f600 void 0.000120
+gallium_dri.so free 0x55717361f530 void 0.000118
+gallium_dri.so malloc 72 0x55717361f530 0.000119
+gallium_dri.so free 0x55717361f680 void 0.000118
+gallium_dri.so free 0x55717361f530 void 0.000117
+gallium_dri.so malloc 72 0x55717361f680 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000118
+gallium_dri.so free 0x55717361f680 void 0.000119
+gallium_dri.so malloc 72 0x55717361f680 0.000117
+gallium_dri.so free 0x55717361f840 void 0.000118
+gallium_dri.so free 0x55717361f680 void 0.000118
+gallium_dri.so malloc 72 0x55717361f7f0 0.000127
+gallium_dri.so free 0x55717361f880 void 0.000119
+gallium_dri.so free 0x55717361f7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f7f0 0.000120
+gallium_dri.so free 0x55717361f940 void 0.000118
+gallium_dri.so free 0x55717361f7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f980 0.000118
+gallium_dri.so free 0x55717361fa00 void 0.000117
+gallium_dri.so free 0x55717361f980 void 0.000117
+gallium_dri.so malloc 72 0x55717361fa00 0.000118
+gallium_dri.so free 0x55717361fac0 void 0.000119
+gallium_dri.so free 0x55717361fa00 void 0.000118
+gallium_dri.so malloc 72 0x55717361fa00 0.000118
+gallium_dri.so free 0x55717361fb40 void 0.000119
+gallium_dri.so free 0x55717361fa00 void 0.000118
+gallium_dri.so malloc 72 0x55717361fb70 0.000118
+gallium_dri.so free 0x55717361fbc0 void 0.000118
+gallium_dri.so free 0x55717361fb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361fb70 0.000118
+gallium_dri.so free 0x55717361fcc0 void 0.000119
+gallium_dri.so free 0x55717361fb70 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd00 0.000140
+gallium_dri.so free 0x55717361fd80 void 0.000119
+gallium_dri.so free 0x55717361fd00 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd80 0.000121
+gallium_dri.so free 0x55717361fe40 void 0.000118
+gallium_dri.so free 0x55717361fd80 void 0.000117
+gallium_dri.so malloc 72 0x55717361fd80 0.000124
+gallium_dri.so free 0x55717361fec0 void 0.000117
+gallium_dri.so free 0x55717361fd80 void 0.000118
+gallium_dri.so malloc 72 0x55717361fef0 0.000122
+gallium_dri.so free 0x55717361ff40 void 0.000118
+gallium_dri.so free 0x55717361fef0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fef0 0.000118
+gallium_dri.so free 0x557173620040 void 0.000117
+gallium_dri.so free 0x55717361fef0 void 0.000117
+gallium_dri.so malloc 72 0x55717361fff0 0.000118
+gallium_dri.so free 0x557173620100 void 0.000118
+gallium_dri.so free 0x55717361fff0 void 0.000118
+gallium_dri.so malloc 72 0x5571736200b0 0.000118
+gallium_dri.so free 0x557173620180 void 0.000118
+gallium_dri.so free 0x5571736200b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736200b0 0.000117
+gallium_dri.so free 0x557173620240 void 0.000118
+gallium_dri.so free 0x5571736200b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736200b0 0.000118
+gallium_dri.so free 0x557173620300 void 0.000118
+gallium_dri.so free 0x5571736200b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736202b0 0.000119
+gallium_dri.so free 0x557173620380 void 0.000118
+gallium_dri.so free 0x5571736202b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736203d0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000118
+gallium_dri.so free 0x5571736203d0 void 0.000126
+gallium_dri.so malloc 72 0x557173620460 0.000119
+gallium_dri.so free 0x557173620500 void 0.000118
+gallium_dri.so free 0x557173620460 void 0.000118
+gallium_dri.so malloc 72 0x5571736204b0 0.000118
+gallium_dri.so free 0x557173620580 void 0.000119
+gallium_dri.so free 0x5571736204b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620580 0.000119
+gallium_dri.so free 0x557173620640 void 0.000119
+gallium_dri.so free 0x557173620580 void 0.000118
+gallium_dri.so malloc 72 0x557173620580 0.000117
+gallium_dri.so free 0x5571736206c0 void 0.000118
+gallium_dri.so free 0x557173620580 void 0.000120
+gallium_dri.so malloc 72 0x5571736206c0 0.000118
+gallium_dri.so free 0x557173620780 void 0.000119
+gallium_dri.so free 0x5571736206c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736206c0 0.000117
+gallium_dri.so free 0x557173620840 void 0.000119
+gallium_dri.so free 0x5571736206c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736206c0 0.000119
+gallium_dri.so free 0x557173620900 void 0.000119
+gallium_dri.so free 0x5571736206c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736208b0 0.000118
+gallium_dri.so free 0x557173620980 void 0.000119
+gallium_dri.so free 0x5571736208b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736209d0 0.000118
+gallium_dri.so free 0x557173620a40 void 0.000130
+gallium_dri.so free 0x5571736209d0 void 0.000119
+gallium_dri.so malloc 72 0x557173620a80 0.000118
+gallium_dri.so free 0x557173620b00 void 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000119
+gallium_dri.so malloc 72 0x557173620a80 0.000118
+gallium_dri.so free 0x557173620b80 void 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000119
+gallium_dri.so malloc 72 0x557173620bb0 0.000131
+gallium_dri.so free 0x557173620c00 void 0.000124
+gallium_dri.so free 0x557173620bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173620bb0 0.000119
+gallium_dri.so free 0x55717358f3c0 void 0.000119
+gallium_dri.so free 0x557173620d00 void 0.000114
+gallium_dri.so free 0x557173620bb0 void 0.000111
+gallium_dri.so malloc 72 0x557173620cb0 0.000112
+gallium_dri.so free 0x557173620dc0 void 0.000109
+gallium_dri.so free 0x557173620cb0 void 0.000110
+gallium_dri.so malloc 72 0x557173620d70 0.000110
+gallium_dri.so free 0x557173620ec0 void 0.000110
+gallium_dri.so free 0x557173620d70 void 0.000116
+gallium_dri.so malloc 72 0x557173620e70 0.000119
+gallium_dri.so free 0x557173620f40 void 0.000111
+gallium_dri.so free 0x557173620e70 void 0.000110
+gallium_dri.so malloc 72 0x557173620e70 0.000110
+gallium_dri.so free 0x55717358eb00 void 0.000115
+gallium_dri.so free 0x557173620e70 void 0.000121
+gallium_dri.so malloc 72 0x55717358eab0 0.000115
+gallium_dri.so free 0x55717358f7c0 void 0.000113
+gallium_dri.so free 0x55717358eab0 void 0.000110
+gallium_dri.so malloc 72 0x55717358f770 0.000110
+gallium_dri.so free 0x5571735cae00 void 0.000109
+gallium_dri.so free 0x55717358f770 void 0.000110
+gallium_dri.so malloc 72 0x5571735cadb0 0.000110
+gallium_dri.so free 0x5571735d2b40 void 0.000110
+gallium_dri.so free 0x5571735cadb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d2af0 0.000111
+gallium_dri.so free 0x5571736018c0 void 0.000112
+gallium_dri.so free 0x5571735d2af0 void 0.000111
+gallium_dri.so malloc 72 0x557173601870 0.000111
+gallium_dri.so free 0x5571736067c0 void 0.000110
+gallium_dri.so free 0x557173601870 void 0.000111
+gallium_dri.so malloc 72 0x557173606770 0.000110
+gallium_dri.so free 0x5571735d5b00 void 0.000111
+gallium_dri.so free 0x557173606770 void 0.000111
+gallium_dri.so malloc 72 0x557173606770 0.000110
+gallium_dri.so free 0x557173462f80 void 0.000115
+gallium_dri.so free 0x557173606770 void 0.000119
+gallium_dri.so malloc 72 0x557173462f30 0.000118
+gallium_dri.so free 0x55717360aa40 void 0.000113
+gallium_dri.so free 0x557173462f30 void 0.000110
+gallium_dri.so malloc 72 0x55717360a9f0 0.000111
+gallium_dri.so free 0x557173608a00 void 0.000119
+gallium_dri.so free 0x55717360a9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736089b0 0.000119
+gallium_dri.so free 0x557173463140 void 0.000114
+gallium_dri.so free 0x5571736089b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734630f0 0.000110
+gallium_dri.so free 0x557173465540 void 0.000111
+gallium_dri.so free 0x5571734630f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734654f0 0.000111
+gallium_dri.so free 0x557173465380 void 0.000110
+gallium_dri.so free 0x5571734654f0 void 0.000111
+gallium_dri.so malloc 72 0x557173465330 0.000111
+gallium_dri.so free 0x55717358c540 void 0.000110
+gallium_dri.so free 0x557173465330 void 0.000110
+gallium_dri.so malloc 72 0x55717358c4f0 0.000109
+gallium_dri.so free 0x5571735d0900 void 0.000109
+gallium_dri.so free 0x55717358c4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d08b0 0.000110
+gallium_dri.so free 0x557173604200 void 0.000110
+gallium_dri.so free 0x5571735d08b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736041b0 0.000109
+gallium_dri.so free 0x557173467b00 void 0.000109
+gallium_dri.so free 0x5571736041b0 void 0.000111
+gallium_dri.so malloc 72 0x557173467ab0 0.000130
+gallium_dri.so free 0x5571735d0580 void 0.000117
+gallium_dri.so free 0x557173467ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0530 0.000111
+gallium_dri.so free 0x5571735d5480 void 0.000111
+gallium_dri.so free 0x5571735d0530 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5430 0.000114
+gallium_dri.so free 0x55717358e780 void 0.000110
+gallium_dri.so free 0x5571735d5430 void 0.000111
+gallium_dri.so malloc 72 0x55717358e730 0.000111
+gallium_dri.so free 0x557173588680 void 0.000110
+gallium_dri.so free 0x55717358e730 void 0.000110
+gallium_dri.so malloc 72 0x557173588630 0.000110
+gallium_dri.so free 0x5571735d0740 void 0.000111
+gallium_dri.so free 0x557173588630 void 0.000111
+gallium_dri.so malloc 72 0x5571735d06f0 0.000111
+gallium_dri.so free 0x55717358c1c0 void 0.000115
+gallium_dri.so free 0x5571735d06f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358c170 0.000111
+gallium_dri.so free 0x557173465700 void 0.000110
+gallium_dri.so free 0x55717358c170 void 0.000111
+gallium_dri.so malloc 72 0x5571734656b0 0.000109
+gallium_dri.so free 0x5571735cf000 void 0.000110
+gallium_dri.so free 0x5571734656b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735cefb0 0.000111
+gallium_dri.so free 0x5571735d2d00 void 0.000110
+gallium_dri.so free 0x5571735cefb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000110
+gallium_dri.so free 0x5571735910c0 void 0.000110
+gallium_dri.so free 0x5571735d2cb0 void 0.000111
+gallium_dri.so malloc 72 0x557173591070 0.000110
+gallium_dri.so free 0x5571736022c0 void 0.000111
+gallium_dri.so free 0x557173591070 void 0.000111
+gallium_dri.so malloc 72 0x557173602330 0.000156
+gallium_dri.so free 0x557173590d40 void 0.000122
+gallium_dri.so free 0x557173602330 void 0.000118
+gallium_dri.so malloc 72 0x557173590cf0 0.000118
+gallium_dri.so free 0x557173604ec0 void 0.000118
+gallium_dri.so free 0x557173590cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173604e70 0.000118
+gallium_dri.so free 0x5571735d52c0 void 0.000118
+gallium_dri.so free 0x557173604e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5270 0.000118
+gallium_dri.so free 0x5571735d5100 void 0.000122
+gallium_dri.so free 0x5571735d5270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d50b0 0.000119
+gallium_dri.so free 0x5571735d15c0 void 0.000119
+gallium_dri.so free 0x5571735d50b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x557173608d80 void 0.000118
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x557173608d30 0.000118
+gallium_dri.so free 0x557173609400 void 0.000119
+gallium_dri.so free 0x557173608d30 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000117
+gallium_dri.so free 0x557173601a80 void 0.000118
+gallium_dri.so free 0x557173608d30 void 0.000118
+gallium_dri.so malloc 72 0x557173601a30 0.000118
+gallium_dri.so free 0x557173463e00 void 0.000119
+gallium_dri.so free 0x557173601a30 void 0.000118
+gallium_dri.so malloc 72 0x557173463db0 0.000119
+gallium_dri.so free 0x557173603e80 void 0.000117
+gallium_dri.so free 0x557173463db0 void 0.000119
+gallium_dri.so malloc 72 0x557173603e30 0.000119
+gallium_dri.so free 0x5571735d6140 void 0.000119
+gallium_dri.so free 0x557173603e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d60f0 0.000120
+gallium_dri.so free 0x557173604040 void 0.000120
+gallium_dri.so free 0x5571735d60f0 void 0.000128
+gallium_dri.so malloc 72 0x557173603ff0 0.000120
+gallium_dri.so free 0x557173601c40 void 0.000118
+gallium_dri.so free 0x557173603ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000125
+gallium_dri.so free 0x557173601bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173591d30 0.000120
+gallium_dri.so free 0x55717360bfc0 void 0.000124
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x55717360bf70 0.000120
+gallium_dri.so free 0x5571735d2ec0 void 0.000121
+gallium_dri.so free 0x55717360bf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2e70 0.000119
+gallium_dri.so free 0x557173606600 void 0.000119
+gallium_dri.so free 0x5571735d2e70 void 0.000118
+gallium_dri.so malloc 72 0x5571736065b0 0.000120
+gallium_dri.so free 0x55717358ac40 void 0.000133
+gallium_dri.so free 0x5571736065b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358abf0 0.000120
+gallium_dri.so free 0x557173607480 void 0.000119
+gallium_dri.so free 0x55717358abf0 void 0.000118
+gallium_dri.so malloc 72 0x557173607430 0.000118
+gallium_dri.so free 0x557173589c00 void 0.000120
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x557173589bb0 0.000118
+gallium_dri.so free 0x5571735d3b80 void 0.000121
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3b30 0.000118
+gallium_dri.so free 0x557173608bc0 void 0.000120
+gallium_dri.so free 0x5571735d3b30 void 0.000119
+gallium_dri.so malloc 72 0x557173608b70 0.000119
+gallium_dri.so free 0x557173468980 void 0.000119
+gallium_dri.so free 0x557173608b70 void 0.000119
+gallium_dri.so malloc 72 0x557173468930 0.000118
+gallium_dri.so free 0x557173602900 void 0.000118
+gallium_dri.so free 0x557173468930 void 0.000118
+gallium_dri.so malloc 72 0x5571736028b0 0.000118
+gallium_dri.so free 0x557173467940 void 0.000120
+gallium_dri.so free 0x5571736028b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734678f0 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000115
+gallium_dri.so free 0x5571734678f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589d70 0.000162
+gallium_dri.so free 0x557173467cc0 void 0.000113
+gallium_dri.so free 0x557173589d70 void 0.000112
+gallium_dri.so malloc 72 0x557173467c70 0.000110
+gallium_dri.so free 0x557173604880 void 0.000110
+gallium_dri.so free 0x557173467c70 void 0.000110
+gallium_dri.so malloc 72 0x5571736048f0 0.000110
+gallium_dri.so free 0x557173589f80 void 0.000110
+gallium_dri.so free 0x5571736048f0 void 0.000110
+gallium_dri.so malloc 72 0x557173589f30 0.000111
+gallium_dri.so free 0x5571734663c0 void 0.000110
+gallium_dri.so free 0x557173589f30 void 0.000111
+gallium_dri.so malloc 72 0x557173466370 0.000110
+gallium_dri.so free 0x55717358c380 void 0.000109
+gallium_dri.so free 0x557173466370 void 0.000110
+gallium_dri.so malloc 72 0x55717358c330 0.000110
+gallium_dri.so free 0x5571735bf3c0 void 0.000110
+gallium_dri.so free 0x55717358c330 void 0.000111
+gallium_dri.so malloc 72 0x5571735bf370 0.000110
+gallium_dri.so free 0x557173606440 void 0.000118
+gallium_dri.so free 0x5571735bf370 void 0.000111
+gallium_dri.so malloc 72 0x5571736063f0 0.000116
+gallium_dri.so free 0x55717358d200 void 0.000120
+gallium_dri.so free 0x5571736063f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d1b0 0.000114
+gallium_dri.so free 0x557173591740 void 0.000111
+gallium_dri.so free 0x55717358d1b0 void 0.000109
+gallium_dri.so malloc 72 0x55717358d1b0 0.000151
+gallium_dri.so free 0x55717358e940 void 0.000127
+gallium_dri.so free 0x55717358d1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e8f0 0.000120
+gallium_dri.so free 0x557173609d80 void 0.000120
+gallium_dri.so free 0x55717358e8f0 void 0.000123
+gallium_dri.so malloc 72 0x557173609d30 0.000124
+gallium_dri.so free 0x557173462dc0 void 0.000125
+gallium_dri.so free 0x557173609d30 void 0.000124
+gallium_dri.so malloc 72 0x557173462d70 0.000124
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so free 0x557173462d70 void 0.000119
+gallium_dri.so malloc 72 0x557173468340 0.000117
+gallium_dri.so free 0x557173590f00 void 0.000118
+gallium_dri.so free 0x557173468340 void 0.000121
+gallium_dri.so malloc 72 0x557173590eb0 0.000130
+gallium_dri.so free 0x55717358f180 void 0.000126
+gallium_dri.so free 0x557173590eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173590eb0 0.000125
+gallium_dri.so free 0x5571735d0f80 void 0.000125
+gallium_dri.so free 0x557173590eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0f80 0.000124
+gallium_dri.so free 0x557173465d80 void 0.000137
+gallium_dri.so free 0x5571735d0f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0f80 0.000125
+gallium_dri.so free 0x5571735d4440 void 0.000121
+gallium_dri.so free 0x5571735d0f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d43f0 0.000121
+gallium_dri.so free 0x557173609bc0 void 0.000125
+gallium_dri.so free 0x5571735d43f0 void 0.000124
+gallium_dri.so malloc 72 0x557173609b70 0.000125
+gallium_dri.so free 0x557173588f40 void 0.000125
+gallium_dri.so free 0x557173609b70 void 0.000125
+gallium_dri.so malloc 72 0x557173588ef0 0.000124
+gallium_dri.so free 0x5571735cf8c0 void 0.000125
+gallium_dri.so free 0x557173588ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf870 0.000120
+gallium_dri.so free 0x55717358cbc0 void 0.000118
+gallium_dri.so free 0x5571735cf870 void 0.000122
+gallium_dri.so malloc 72 0x55717358cbc0 0.000124
+gallium_dri.so free 0x5571735bfc80 void 0.000124
+gallium_dri.so free 0x55717358cbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfc30 0.000131
+gallium_dri.so free 0x5571735d6a00 void 0.000169
+gallium_dri.so free 0x5571735bfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d69b0 0.000124
+gallium_dri.so free 0x557173605780 void 0.000125
+gallium_dri.so free 0x5571735d69b0 void 0.000120
+gallium_dri.so malloc 72 0x557173605730 0.000119
+gallium_dri.so free 0x557173466c80 void 0.000123
+gallium_dri.so free 0x557173605730 void 0.000120
+gallium_dri.so malloc 72 0x557173466c30 0.000135
+gallium_dri.so free 0x557173469240 void 0.000121
+gallium_dri.so free 0x557173466c30 void 0.000124
+gallium_dri.so malloc 72 0x5571734691f0 0.000120
+gallium_dri.so free 0x5571735d3540 void 0.000119
+gallium_dri.so free 0x5571734691f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734691f0 0.000125
+gallium_dri.so free 0x557173606e40 void 0.000119
+gallium_dri.so free 0x5571734691f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734691f0 0.000119
+gallium_dri.so free 0x557173590080 void 0.000123
+gallium_dri.so free 0x5571734691f0 void 0.000124
+gallium_dri.so malloc 72 0x557173590030 0.000120
+gallium_dri.so free 0x557173607d40 void 0.000118
+gallium_dri.so free 0x557173590030 void 0.000123
+gallium_dri.so malloc 72 0x557173607cf0 0.000137
+gallium_dri.so free 0x5571736031c0 void 0.000125
+gallium_dri.so free 0x557173607cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173603170 0.000124
+gallium_dri.so free 0x55717358b500 void 0.000123
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x55717358b4b0 0.000131
+gallium_dri.so free 0x55717358dac0 void 0.000164
+gallium_dri.so free 0x55717358b4b0 void 0.000138
+gallium_dri.so malloc 72 0x55717358da70 0.000134
+gallium_dri.so free 0x5571735d1e80 void 0.000135
+gallium_dri.so free 0x55717358da70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1e30 0.000130
+gallium_dri.so free 0x55717360b300 void 0.000131
+gallium_dri.so free 0x5571735d1e30 void 0.000131
+gallium_dri.so malloc 72 0x55717360b2b0 0.000130
+gallium_dri.so free 0x55717358a600 void 0.000132
+gallium_dri.so free 0x55717360b2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b2b0 0.000126
+gallium_dri.so free 0x55717360a400 void 0.000124
+gallium_dri.so free 0x55717360b2b0 void 0.000139
+gallium_dri.so malloc 72 0x55717360b2b0 0.000131
+gallium_dri.so free 0x5571734637c0 void 0.000131
+gallium_dri.so free 0x55717360b2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360b2b0 0.000131
+gallium_dri.so free 0x5571734646c0 void 0.000131
+gallium_dri.so free 0x55717360b2b0 void 0.000127
+gallium_dri.so malloc 72 0x557173464670 0.000124
+gallium_dri.so free 0x557173591e80 void 0.000129
+gallium_dri.so free 0x557173464670 void 0.000126
+gallium_dri.so malloc 72 0x557173591ed0 0.000125
+gallium_dri.so free 0x557173591f40 void 0.000133
+gallium_dri.so free 0x557173591ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173591ed0 0.000125
+gallium_dri.so free 0x5571735d6b40 void 0.000129
+gallium_dri.so free 0x557173591ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173591ed0 0.000140
+gallium_dri.so free 0x5571735d6c00 void 0.000136
+gallium_dri.so free 0x557173591ed0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000127
+gallium_dri.so free 0x5571735883c0 void 0.000125
+gallium_dri.so free 0x5571735d6bb0 void 0.000171
+gallium_dri.so malloc 72 0x557173588370 0.000173
+gallium_dri.so free 0x557173588440 void 0.000167
+gallium_dri.so free 0x557173588370 void 0.000132
+gallium_dri.so malloc 72 0x557173588490 0.000130
+gallium_dri.so free 0x557173620c40 void 0.000127
+gallium_dri.so free 0x557173588490 void 0.000126
+gallium_dri.so malloc 72 0x557173588490 0.000123
+gallium_dri.so free 0x557173620d00 void 0.000125
+gallium_dri.so free 0x557173588490 void 0.000123
+gallium_dri.so malloc 72 0x557173588490 0.000123
+gallium_dri.so free 0x557173620dc0 void 0.000125
+gallium_dri.so free 0x557173588490 void 0.000129
+gallium_dri.so malloc 72 0x557173620d70 0.000131
+gallium_dri.so free 0x55717358d300 void 0.000125
+gallium_dri.so free 0x557173620d70 void 0.000124
+gallium_dri.so malloc 72 0x55717358d350 0.000126
+gallium_dri.so free 0x55717358d3c0 void 0.000129
+gallium_dri.so free 0x55717358d350 void 0.000127
+gallium_dri.so malloc 72 0x55717358d400 0.000126
+gallium_dri.so free 0x55717358d480 void 0.000130
+gallium_dri.so free 0x55717358d400 void 0.000136
+gallium_dri.so malloc 72 0x55717358d400 0.000128
+gallium_dri.so free 0x55717358d500 void 0.000126
+gallium_dri.so free 0x55717358d400 void 0.000129
+gallium_dri.so malloc 72 0x55717358d530 0.000130
+gallium_dri.so free 0x5571735bf4c0 void 0.000134
+gallium_dri.so free 0x55717358d530 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf500 0.000131
+gallium_dri.so free 0x5571735bf580 void 0.000126
+gallium_dri.so free 0x5571735bf500 void 0.000125
+gallium_dri.so malloc 72 0x5571735bf580 0.000129
+gallium_dri.so free 0x5571735bf640 void 0.000127
+gallium_dri.so free 0x5571735bf580 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf580 0.000130
+gallium_dri.so free 0x5571735bf6c0 void 0.000132
+gallium_dri.so free 0x5571735bf580 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000132
+gallium_dri.so free 0x5571735cf100 void 0.000126
+gallium_dri.so free 0x5571735bf6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf170 0.000131
+gallium_dri.so free 0x5571735cf1c0 void 0.000125
+gallium_dri.so free 0x5571735cf170 void 0.000134
+gallium_dri.so malloc 72 0x5571735cf170 0.000129
+gallium_dri.so free 0x5571735cf2c0 void 0.000131
+gallium_dri.so free 0x5571735cf170 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf270 0.000126
+gallium_dri.so free 0x557173604fc0 void 0.000129
+gallium_dri.so free 0x5571735cf270 void 0.000127
+gallium_dri.so malloc 72 0x557173604fe0 0.000135
+gallium_dri.so free 0x557173605080 void 0.000132
+gallium_dri.so free 0x557173604fe0 void 0.000130
+gallium_dri.so malloc 72 0x557173605030 0.000131
+gallium_dri.so free 0x557173605100 void 0.000131
+gallium_dri.so free 0x557173605030 void 0.000129
+gallium_dri.so malloc 72 0x557173605030 0.000130
+gallium_dri.so free 0x557173605180 void 0.000126
+gallium_dri.so free 0x557173605030 void 0.000126
+gallium_dri.so malloc 72 0x557173605180 0.000129
+gallium_dri.so free 0x5571735d3c80 void 0.000125
+gallium_dri.so free 0x557173605180 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3ce0 0.000130
+gallium_dri.so free 0x5571735d3d80 void 0.000131
+gallium_dri.so free 0x5571735d3ce0 void 0.000279
+gallium_dri.so malloc 72 0x5571735d3d30 0.000342
+gallium_dri.so free 0x5571735d3dc0 void 0.000334
+gallium_dri.so free 0x5571735d3d30 void 0.000166
+gallium_dri.so malloc 72 0x5571735d3d30 0.000168
+gallium_dri.so free 0x55717358f8c0 void 0.000166
+gallium_dri.so free 0x5571735d3d30 void 0.000132
+gallium_dri.so malloc 72 0x55717358f900 0.000132
+gallium_dri.so free 0x55717358f980 void 0.000154
+gallium_dri.so free 0x55717358f900 void 0.000132
+gallium_dri.so malloc 72 0x55717358f980 0.000129
+gallium_dri.so free 0x55717358fa40 void 0.000130
+gallium_dri.so free 0x55717358f980 void 0.000138
+gallium_dri.so malloc 72 0x55717358f980 0.000132
+gallium_dri.so free 0x5571735d3e80 void 0.000126
+gallium_dri.so free 0x55717358f980 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000126
+gallium_dri.so free 0x55717358ad40 void 0.000148
+gallium_dri.so free 0x5571735d3eb0 void 0.000145
+gallium_dri.so malloc 72 0x55717358ad90 0.000140
+gallium_dri.so free 0x55717358ae00 void 0.000140
+gallium_dri.so free 0x55717358ad90 void 0.000142
+gallium_dri.so malloc 72 0x55717358ae40 0.000147
+gallium_dri.so free 0x55717358aec0 void 0.000146
+gallium_dri.so free 0x55717358ae40 void 0.000140
+gallium_dri.so malloc 72 0x55717358aec0 0.000140
+gallium_dri.so free 0x55717358fac0 void 0.000143
+gallium_dri.so free 0x55717358aec0 void 0.000145
+gallium_dri.so malloc 72 0x55717358aec0 0.000146
+gallium_dri.so free 0x5571734664c0 void 0.000170
+gallium_dri.so free 0x55717358aec0 void 0.000148
+gallium_dri.so malloc 72 0x5571734664f0 0.000146
+gallium_dri.so free 0x557173466540 void 0.000153
+gallium_dri.so free 0x5571734664f0 void 0.000142
+gallium_dri.so malloc 72 0x5571734664f0 0.000148
+gallium_dri.so free 0x557173466640 void 0.000142
+gallium_dri.so free 0x5571734664f0 void 0.000155
+gallium_dri.so malloc 72 0x5571734665f0 0.000145
+gallium_dri.so free 0x55717360ab40 void 0.000151
+gallium_dri.so free 0x5571734665f0 void 0.000145
+gallium_dri.so malloc 72 0x55717360ab80 0.000143
+gallium_dri.so free 0x557173466700 void 0.000144
+gallium_dri.so free 0x55717360ab80 void 0.000142
+gallium_dri.so malloc 72 0x5571734666b0 0.000144
+gallium_dri.so free 0x55717360ac00 void 0.000144
+gallium_dri.so free 0x5571734666b0 void 0.000142
+gallium_dri.so malloc 72 0x5571734666b0 0.000141
+gallium_dri.so free 0x55717360acc0 void 0.000142
+gallium_dri.so free 0x5571734666b0 void 0.000141
+gallium_dri.so malloc 72 0x55717360ac70 0.000143
+gallium_dri.so free 0x557173602a00 void 0.000144
+gallium_dri.so free 0x55717360ac70 void 0.000144
+gallium_dri.so malloc 72 0x557173602a50 0.000142
+gallium_dri.so free 0x557173602ac0 void 0.000142
+gallium_dri.so free 0x557173602a50 void 0.000142
+gallium_dri.so malloc 72 0x557173602ae0 0.000145
+gallium_dri.so free 0x55717360ad40 void 0.000144
+gallium_dri.so free 0x557173602ae0 void 0.000142
+gallium_dri.so malloc 72 0x55717360ad70 0.000166
+gallium_dri.so free 0x557173602b80 void 0.000174
+gallium_dri.so free 0x55717360ad70 void 0.000166
+gallium_dri.so malloc 72 0x557173602b30 0.000177
+gallium_dri.so free 0x557173602b80 void 0.000161
+gallium_dri.so free 0x557173602b30 void 0.000164
+gallium_dri.so malloc 72 0x557173602b30 0.000161
+gallium_dri.so free 0x5571735d6240 void 0.000165
+gallium_dri.so free 0x557173602b30 void 0.000162
+gallium_dri.so malloc 72 0x5571735d6290 0.000162
+gallium_dri.so free 0x5571735d6300 void 0.000163
+gallium_dri.so free 0x5571735d6290 void 0.000164
+gallium_dri.so malloc 72 0x5571735d6320 0.000163
+gallium_dri.so free 0x5571735d63c0 void 0.000163
+gallium_dri.so free 0x5571735d6320 void 0.000163
+gallium_dri.so malloc 72 0x5571735d6370 0.000163
+gallium_dri.so free 0x5571735d6440 void 0.000164
+gallium_dri.so free 0x5571735d6370 void 0.000165
+gallium_dri.so malloc 72 0x5571735d6370 0.000163
+gallium_dri.so free 0x557173468a80 void 0.000150
+gallium_dri.so free 0x5571735d6370 void 0.000161
+gallium_dri.so malloc 72 0x557173468ad0 0.000161
+gallium_dri.so free 0x557173468b40 void 0.000164
+gallium_dri.so free 0x557173468ad0 void 0.000162
+gallium_dri.so malloc 72 0x557173468ba0 0.000160
+gallium_dri.so free 0x557173468c40 void 0.000161
+gallium_dri.so free 0x557173468ba0 void 0.000161
+gallium_dri.so malloc 72 0x557173468bf0 0.000162
+gallium_dri.so free 0x557173588780 void 0.000162
+gallium_dri.so free 0x557173468bf0 void 0.000161
+gallium_dri.so malloc 72 0x5571735887b0 0.000166
+gallium_dri.so free 0x557173588800 void 0.000166
+gallium_dri.so free 0x5571735887b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735887b0 0.000129
+gallium_dri.so free 0x557173588900 void 0.000120
+gallium_dri.so free 0x5571735887b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735888b0 0.000121
+gallium_dri.so free 0x5571735889c0 void 0.000121
+gallium_dri.so free 0x5571735888b0 void 0.000122
+gallium_dri.so malloc 72 0x557173588970 0.000118
+gallium_dri.so free 0x557173607580 void 0.000120
+gallium_dri.so free 0x557173588970 void 0.000115
+gallium_dri.so malloc 72 0x5571736075b0 0.000115
+gallium_dri.so free 0x557173607600 void 0.000115
+gallium_dri.so free 0x5571736075b0 void 0.000115
+gallium_dri.so malloc 72 0x557173607600 0.000116
+gallium_dri.so free 0x5571736076c0 void 0.000116
+gallium_dri.so free 0x557173607600 void 0.000115
+gallium_dri.so malloc 72 0x557173607600 0.000115
+gallium_dri.so free 0x557173463f00 void 0.000114
+gallium_dri.so free 0x557173607600 void 0.000116
+gallium_dri.so malloc 72 0x557173463f50 0.000115
+gallium_dri.so free 0x5571736077c0 void 0.000115
+gallium_dri.so free 0x557173463f50 void 0.000116
+gallium_dri.so malloc 72 0x557173607770 0.000115
+gallium_dri.so free 0x557173463fc0 void 0.000115
+gallium_dri.so free 0x557173607770 void 0.000114
+gallium_dri.so malloc 72 0x557173463ff0 0.000115
+gallium_dri.so free 0x557173464040 void 0.000114
+gallium_dri.so free 0x557173463ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173463ff0 0.000117
+gallium_dri.so free 0x5571735d16c0 void 0.000117
+gallium_dri.so free 0x557173463ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1710 0.000115
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d1710 void 0.000115
+gallium_dri.so malloc 72 0x5571735d17c0 0.000115
+gallium_dri.so free 0x557173464140 void 0.000131
+gallium_dri.so free 0x5571735d17c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734640f0 0.000121
+gallium_dri.so free 0x5571735d1840 void 0.000123
+gallium_dri.so free 0x5571734640f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734640f0 0.000121
+gallium_dri.so free 0x5571735bf840 void 0.000121
+gallium_dri.so free 0x5571734640f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf880 0.000121
+gallium_dri.so free 0x5571735bf900 void 0.000121
+gallium_dri.so free 0x5571735bf880 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf900 0.000121
+gallium_dri.so free 0x5571735d1900 void 0.000120
+gallium_dri.so free 0x5571735bf900 void 0.000123
+gallium_dri.so malloc 72 0x5571735d18b0 0.000120
+gallium_dri.so free 0x5571735bf9c0 void 0.000122
+gallium_dri.so free 0x5571735d18b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d18b0 0.000122
+gallium_dri.so free 0x557173468e00 void 0.000123
+gallium_dri.so free 0x5571735d18b0 void 0.000122
+gallium_dri.so malloc 72 0x557173468e70 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000122
+gallium_dri.so free 0x557173468e70 void 0.000121
+gallium_dri.so malloc 72 0x557173468e70 0.000121
+gallium_dri.so free 0x557173468fc0 void 0.000121
+gallium_dri.so free 0x557173468e70 void 0.000158
+gallium_dri.so malloc 72 0x557173468f70 0.000123
+gallium_dri.so free 0x557173469080 void 0.000122
+gallium_dri.so free 0x557173468f70 void 0.000120
+gallium_dri.so malloc 72 0x557173469030 0.000121
+gallium_dri.so free 0x5571735bfa80 void 0.000120
+gallium_dri.so free 0x557173469030 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfa30 0.000119
+gallium_dri.so free 0x557173607900 void 0.000127
+gallium_dri.so free 0x5571735bfa30 void 0.000122
+gallium_dri.so malloc 72 0x557173607940 0.000120
+gallium_dri.so free 0x5571736079c0 void 0.000121
+gallium_dri.so free 0x557173607940 void 0.000119
+gallium_dri.so malloc 72 0x5571736079c0 0.000120
+gallium_dri.so free 0x557173607a80 void 0.000120
+gallium_dri.so free 0x5571736079c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736079c0 0.000120
+gallium_dri.so free 0x557173607b40 void 0.000122
+gallium_dri.so free 0x5571736079c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736079c0 0.000120
+gallium_dri.so free 0x5571735d1a40 void 0.000120
+gallium_dri.so free 0x5571736079c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1a70 0.000122
+gallium_dri.so free 0x5571735d1ac0 void 0.000120
+gallium_dri.so free 0x5571735d1a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1a70 0.000120
+gallium_dri.so free 0x5571735d1bc0 void 0.000120
+gallium_dri.so free 0x5571735d1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1b70 0.000115
+gallium_dri.so free 0x5571735d1c80 void 0.000115
+gallium_dri.so free 0x5571735d1b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1c30 0.000115
+gallium_dri.so free 0x557173605340 void 0.000116
+gallium_dri.so free 0x5571735d1c30 void 0.000115
+gallium_dri.so malloc 72 0x557173605370 0.000117
+gallium_dri.so free 0x5571736053c0 void 0.000118
+gallium_dri.so free 0x557173605370 void 0.000103
+gallium_dri.so malloc 72 0x5571736053c0 0.000204
+gallium_dri.so free 0x557173605480 void 0.000169
+gallium_dri.so free 0x5571736053c0 void 0.000111
+gallium_dri.so malloc 72 0x5571736053c0 0.000112
+gallium_dri.so free 0x557173605580 void 0.000112
+gallium_dri.so free 0x5571736053c0 void 0.000150
+gallium_dri.so malloc 72 0x557173605530 0.000112
+gallium_dri.so free 0x557173464280 void 0.000111
+gallium_dri.so free 0x557173605530 void 0.000111
+gallium_dri.so malloc 72 0x5571734642a0 0.000114
+gallium_dri.so free 0x557173464340 void 0.000112
+gallium_dri.so free 0x5571734642a0 void 0.000109
+gallium_dri.so malloc 72 0x5571734642f0 0.000113
+gallium_dri.so free 0x5571734643c0 void 0.000111
+gallium_dri.so free 0x5571734642f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734642f0 0.000127
+gallium_dri.so free 0x557173464440 void 0.000119
+gallium_dri.so free 0x5571734642f0 void 0.000118
+gallium_dri.so malloc 72 0x557173464440 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x557173464440 void 0.000118
+gallium_dri.so malloc 72 0x557173588b40 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000119
+gallium_dri.so free 0x557173588b40 void 0.000117
+gallium_dri.so malloc 72 0x557173588b40 0.000125
+gallium_dri.so free 0x557173588c40 void 0.000122
+gallium_dri.so free 0x557173588b40 void 0.000122
+gallium_dri.so malloc 72 0x557173588c70 0.000121
+gallium_dri.so free 0x557173588cc0 void 0.000123
+gallium_dri.so free 0x557173588c70 void 0.000122
+gallium_dri.so malloc 72 0x557173588c70 0.000120
+gallium_dri.so free 0x5571735cf480 void 0.000120
+gallium_dri.so free 0x557173588c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf4d0 0.000120
+gallium_dri.so free 0x5571735cf540 void 0.000122
+gallium_dri.so free 0x5571735cf4d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf560 0.000120
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so free 0x5571735cf560 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000126
+gallium_dri.so free 0x5571735cf680 void 0.000124
+gallium_dri.so free 0x5571735cf5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cf6f0 0.000122
+gallium_dri.so free 0x5571735d65c0 void 0.000122
+gallium_dri.so free 0x5571735cf6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6600 0.000120
+gallium_dri.so free 0x5571735d6680 void 0.000122
+gallium_dri.so free 0x5571735d6600 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6680 0.000121
+gallium_dri.so free 0x5571735d6740 void 0.000121
+gallium_dri.so free 0x5571735d6680 void 0.000122
+gallium_dri.so malloc 72 0x5571735d6680 0.000121
+gallium_dri.so free 0x5571735d67c0 void 0.000122
+gallium_dri.so free 0x5571735d6680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d67f0 0.000120
+gallium_dri.so free 0x55717358fc40 void 0.000121
+gallium_dri.so free 0x5571735d67f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc80 0.000121
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so free 0x55717358fc80 void 0.000122
+gallium_dri.so malloc 72 0x55717358fd00 0.000120
+gallium_dri.so free 0x55717358fdc0 void 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000121
+gallium_dri.so malloc 72 0x55717358fd00 0.000120
+gallium_dri.so free 0x55717358fe80 void 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000120
+gallium_dri.so malloc 72 0x55717358fd00 0.000132
+gallium_dri.so free 0x557173602d80 void 0.000117
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so malloc 72 0x557173602db0 0.000115
+gallium_dri.so free 0x557173602e00 void 0.000116
+gallium_dri.so free 0x557173602db0 void 0.000114
+gallium_dri.so malloc 72 0x557173602db0 0.000115
+gallium_dri.so free 0x557173602f00 void 0.000115
+gallium_dri.so free 0x557173602db0 void 0.000115
+gallium_dri.so malloc 72 0x557173602eb0 0.000114
+gallium_dri.so free 0x557173602fc0 void 0.000115
+gallium_dri.so free 0x557173602eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173602f70 0.000114
+gallium_dri.so free 0x55717358d680 void 0.000116
+gallium_dri.so free 0x557173602f70 void 0.000115
+gallium_dri.so malloc 72 0x55717358d6b0 0.000115
+gallium_dri.so free 0x55717358d700 void 0.000114
+gallium_dri.so free 0x55717358d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d700 0.000116
+gallium_dri.so free 0x55717358d7c0 void 0.000116
+gallium_dri.so free 0x55717358d700 void 0.000115
+gallium_dri.so malloc 72 0x55717358d700 0.000116
+gallium_dri.so free 0x55717358d8c0 void 0.000114
+gallium_dri.so free 0x55717358d700 void 0.000115
+gallium_dri.so malloc 72 0x55717358d870 0.000115
+gallium_dri.so free 0x5571735d4000 void 0.000115
+gallium_dri.so free 0x55717358d870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4020 0.000130
+gallium_dri.so free 0x5571735d40c0 void 0.000123
+gallium_dri.so free 0x5571735d4020 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4070 0.000121
+gallium_dri.so free 0x5571735d4140 void 0.000121
+gallium_dri.so free 0x5571735d4070 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4070 0.000121
+gallium_dri.so free 0x5571735d41c0 void 0.000120
+gallium_dri.so free 0x5571735d4070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d41c0 0.000120
+gallium_dri.so free 0x55717360aec0 void 0.000119
+gallium_dri.so free 0x5571735d41c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360af00 0.000122
+gallium_dri.so free 0x55717360af80 void 0.000122
+gallium_dri.so free 0x55717360af00 void 0.000122
+gallium_dri.so malloc 72 0x55717360af00 0.000122
+gallium_dri.so free 0x55717360b000 void 0.000122
+gallium_dri.so free 0x55717360af00 void 0.000126
+gallium_dri.so malloc 72 0x55717360b030 0.000145
+gallium_dri.so free 0x55717360b080 void 0.000121
+gallium_dri.so free 0x55717360b030 void 0.000123
+gallium_dri.so malloc 72 0x55717360b030 0.000122
+gallium_dri.so free 0x55717358b0c0 void 0.000122
+gallium_dri.so free 0x55717360b030 void 0.000121
+gallium_dri.so malloc 72 0x55717358b110 0.000121
+gallium_dri.so free 0x55717358b180 void 0.000161
+gallium_dri.so free 0x55717358b110 void 0.000123
+gallium_dri.so malloc 72 0x55717358b1a0 0.000123
+gallium_dri.so free 0x55717358b240 void 0.000123
+gallium_dri.so free 0x55717358b1a0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b1f0 0.000120
+gallium_dri.so free 0x55717358b2c0 void 0.000121
+gallium_dri.so free 0x55717358b1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b330 0.000122
+gallium_dri.so free 0x557173466840 void 0.000122
+gallium_dri.so free 0x55717358b330 void 0.000120
+gallium_dri.so malloc 72 0x557173466880 0.000121
+gallium_dri.so free 0x557173466900 void 0.000122
+gallium_dri.so free 0x557173466880 void 0.000121
+gallium_dri.so malloc 72 0x557173466900 0.000121
+gallium_dri.so free 0x5571734669c0 void 0.000122
+gallium_dri.so free 0x557173466900 void 0.000121
+gallium_dri.so malloc 72 0x557173466900 0.000120
+gallium_dri.so free 0x557173466a40 void 0.000120
+gallium_dri.so free 0x557173466900 void 0.000119
+gallium_dri.so malloc 72 0x557173466a70 0.000120
+gallium_dri.so free 0x557173462440 void 0.000121
+gallium_dri.so free 0x557173466a70 void 0.000120
+gallium_dri.so malloc 72 0x557173462480 0.000120
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so free 0x557173462480 void 0.000119
+gallium_dri.so malloc 72 0x557173462500 0.000128
+gallium_dri.so free 0x5571734625c0 void 0.000116
+gallium_dri.so free 0x557173462500 void 0.000116
+gallium_dri.so malloc 72 0x557173462500 0.000115
+gallium_dri.so free 0x557173462680 void 0.000116
+gallium_dri.so free 0x557173462500 void 0.000115
+gallium_dri.so malloc 72 0x5571734626a0 0.000115
+gallium_dri.so free 0x557173462740 void 0.000115
+gallium_dri.so free 0x5571734626a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734626f0 0.000114
+gallium_dri.so free 0x557173604a00 void 0.000115
+gallium_dri.so free 0x5571734626f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736049b0 0.000115
+gallium_dri.so free 0x557173604a80 void 0.000115
+gallium_dri.so free 0x5571736049b0 void 0.000116
+gallium_dri.so malloc 72 0x557173604ad0 0.000115
+gallium_dri.so free 0x557173604b40 void 0.000115
+gallium_dri.so free 0x557173604ad0 void 0.000127
+gallium_dri.so malloc 72 0x557173604b60 0.000116
+gallium_dri.so free 0x557173604c00 void 0.000115
+gallium_dri.so free 0x557173604b60 void 0.000116
+gallium_dri.so malloc 72 0x557173604bb0 0.000116
+gallium_dri.so free 0x557173604c80 void 0.000116
+gallium_dri.so free 0x557173604bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173604c80 0.000114
+gallium_dri.so free 0x5571735d1100 void 0.000116
+gallium_dri.so free 0x557173604c80 void 0.000116
+gallium_dri.so malloc 72 0x5571735d10b0 0.000130
+gallium_dri.so free 0x5571735d1180 void 0.000122
+gallium_dri.so free 0x5571735d10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d11d0 0.000124
+gallium_dri.so free 0x5571735d1240 void 0.000122
+gallium_dri.so free 0x5571735d11d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1260 0.000122
+gallium_dri.so free 0x5571735d1300 void 0.000121
+gallium_dri.so free 0x5571735d1260 void 0.000121
+gallium_dri.so malloc 72 0x5571735d12b0 0.000121
+gallium_dri.so free 0x5571735d1380 void 0.000121
+gallium_dri.so free 0x5571735d12b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d12b0 0.000121
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735d12b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3670 0.000121
+gallium_dri.so free 0x5571735d3780 void 0.000122
+gallium_dri.so free 0x5571735d3670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3730 0.000122
+gallium_dri.so free 0x5571735d3800 void 0.000122
+gallium_dri.so free 0x5571735d3730 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3820 0.000121
+gallium_dri.so free 0x5571735d38c0 void 0.000122
+gallium_dri.so free 0x5571735d3820 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3870 0.000121
+gallium_dri.so free 0x5571735d3940 void 0.000167
+gallium_dri.so free 0x5571735d3870 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3870 0.000122
+gallium_dri.so free 0x55717358cd40 void 0.000122
+gallium_dri.so free 0x5571735d3870 void 0.000121
+gallium_dri.so malloc 72 0x55717358ccf0 0.000122
+gallium_dri.so free 0x55717358ce00 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cdb0 0.000120
+gallium_dri.so free 0x55717358ce40 void 0.000121
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cdb0 0.000121
+gallium_dri.so free 0x55717358cf00 void 0.000122
+gallium_dri.so free 0x55717358cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358cf70 0.000121
+gallium_dri.so free 0x55717358cfc0 void 0.000121
+gallium_dri.so free 0x55717358cf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358cf70 0.000121
+gallium_dri.so free 0x5571735ceb40 void 0.000121
+gallium_dri.so free 0x55717358cf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735cec00 void 0.000122
+gallium_dri.so free 0x5571735ceaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cebb0 0.000120
+gallium_dri.so free 0x5571735cec40 void 0.000121
+gallium_dri.so free 0x5571735cebb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cebb0 0.000118
+gallium_dri.so free 0x5571735ced00 void 0.000116
+gallium_dri.so free 0x5571735cebb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ced40 0.000114
+gallium_dri.so free 0x5571735cedc0 void 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cedc0 0.000114
+gallium_dri.so free 0x557173465f00 void 0.000117
+gallium_dri.so free 0x5571735cedc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465eb0 0.000115
+gallium_dri.so free 0x557173465f80 void 0.000114
+gallium_dri.so free 0x557173465eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173465eb0 0.000114
+gallium_dri.so free 0x557173466040 void 0.000115
+gallium_dri.so free 0x557173465eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173465eb0 0.000116
+gallium_dri.so free 0x557173466100 void 0.000115
+gallium_dri.so free 0x557173465eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571734660b0 0.000114
+gallium_dri.so free 0x557173466180 void 0.000115
+gallium_dri.so free 0x5571734660b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734661d0 0.000119
+gallium_dri.so free 0x5571735d5c80 void 0.000116
+gallium_dri.so free 0x5571734661d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5c30 0.000115
+gallium_dri.so free 0x5571735d5cc0 void 0.000114
+gallium_dri.so free 0x5571735d5c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5c30 0.000107
+gallium_dri.so free 0x5571735d5d80 void 0.000119
+gallium_dri.so free 0x5571735d5c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5dd0 0.000115
+gallium_dri.so free 0x5571735d5e40 void 0.000116
+gallium_dri.so free 0x5571735d5dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5e80 0.000115
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5f00 0.000115
+gallium_dri.so free 0x557173602440 void 0.000115
+gallium_dri.so free 0x5571735d5f00 void 0.000114
+gallium_dri.so malloc 72 0x5571736023f0 0.000115
+gallium_dri.so free 0x557173602480 void 0.000117
+gallium_dri.so free 0x5571736023f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736023f0 0.000115
+gallium_dri.so free 0x557173602540 void 0.000116
+gallium_dri.so free 0x5571736023f0 void 0.000114
+gallium_dri.so malloc 72 0x557173602580 0.000115
+gallium_dri.so free 0x557173602600 void 0.000115
+gallium_dri.so free 0x557173602580 void 0.000116
+gallium_dri.so malloc 72 0x557173602600 0.000118
+gallium_dri.so free 0x5571736026c0 void 0.000116
+gallium_dri.so free 0x557173602600 void 0.000117
+gallium_dri.so malloc 72 0x557173602600 0.000114
+gallium_dri.so free 0x557173606fc0 void 0.000115
+gallium_dri.so free 0x557173602600 void 0.000116
+gallium_dri.so malloc 72 0x557173606f70 0.000121
+gallium_dri.so free 0x557173607000 void 0.000121
+gallium_dri.so free 0x557173606f70 void 0.000120
+gallium_dri.so malloc 72 0x557173606f70 0.000121
+gallium_dri.so free 0x5571736070c0 void 0.000122
+gallium_dri.so free 0x557173606f70 void 0.000122
+gallium_dri.so malloc 72 0x557173607100 0.000120
+gallium_dri.so free 0x557173607180 void 0.000120
+gallium_dri.so free 0x557173607100 void 0.000121
+gallium_dri.so malloc 72 0x557173607180 0.000122
+gallium_dri.so free 0x557173607240 void 0.000122
+gallium_dri.so free 0x557173607180 void 0.000122
+gallium_dri.so malloc 72 0x557173607180 0.000120
+gallium_dri.so free 0x55717358a780 void 0.000121
+gallium_dri.so free 0x557173607180 void 0.000121
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a800 void 0.000123
+gallium_dri.so free 0x55717358a730 void 0.000122
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a900 void 0.000121
+gallium_dri.so free 0x55717358a730 void 0.000121
+gallium_dri.so malloc 72 0x55717358a8b0 0.000120
+gallium_dri.so free 0x55717358a980 void 0.000120
+gallium_dri.so free 0x55717358a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a9d0 0.000121
+gallium_dri.so free 0x55717358aa40 void 0.000168
+gallium_dri.so free 0x55717358a9d0 void 0.000123
+gallium_dri.so malloc 72 0x55717358aa60 0.000121
+gallium_dri.so free 0x557173463940 void 0.000120
+gallium_dri.so free 0x55717358aa60 void 0.000121
+gallium_dri.so malloc 72 0x5571734638f0 0.000121
+gallium_dri.so free 0x5571734639c0 void 0.000120
+gallium_dri.so free 0x5571734638f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734638f0 0.000120
+gallium_dri.so free 0x557173463a40 void 0.000120
+gallium_dri.so free 0x5571734638f0 void 0.000119
+gallium_dri.so malloc 72 0x557173463a40 0.000131
+gallium_dri.so free 0x557173463b00 void 0.000121
+gallium_dri.so free 0x557173463a40 void 0.000120
+gallium_dri.so malloc 72 0x557173463a40 0.000120
+gallium_dri.so free 0x557173463c00 void 0.000120
+gallium_dri.so free 0x557173463a40 void 0.000120
+gallium_dri.so malloc 72 0x557173463a40 0.000120
+gallium_dri.so free 0x55717360a580 void 0.000121
+gallium_dri.so free 0x557173463a40 void 0.000120
+gallium_dri.so malloc 72 0x55717360a530 0.000121
+gallium_dri.so free 0x55717360a600 void 0.000119
+gallium_dri.so free 0x55717360a530 void 0.000121
+gallium_dri.so malloc 72 0x55717360a530 0.000120
+gallium_dri.so free 0x55717360a680 void 0.000123
+gallium_dri.so free 0x55717360a530 void 0.000128
+gallium_dri.so malloc 72 0x55717360a680 0.000116
+gallium_dri.so free 0x55717360a740 void 0.000116
+gallium_dri.so free 0x55717360a680 void 0.000115
+gallium_dri.so malloc 72 0x55717360a680 0.000115
+gallium_dri.so free 0x55717360a800 void 0.000114
+gallium_dri.so free 0x55717360a680 void 0.000116
+gallium_dri.so malloc 72 0x55717360a680 0.000115
+gallium_dri.so free 0x55717358f300 void 0.000114
+gallium_dri.so free 0x55717360a680 void 0.000115
+gallium_dri.so malloc 72 0x55717358f2b0 0.000114
+gallium_dri.so free 0x55717358f3c0 void 0.000115
+gallium_dri.so free 0x55717358f2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f370 0.000112
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f370 void 0.000114
+gallium_dri.so malloc 72 0x55717358f490 0.000115
+gallium_dri.so free 0x55717358f500 void 0.000115
+gallium_dri.so free 0x55717358f490 void 0.000116
+gallium_dri.so malloc 72 0x55717358f520 0.000115
+gallium_dri.so free 0x55717358f5c0 void 0.000115
+gallium_dri.so free 0x55717358f520 void 0.000116
+gallium_dri.so malloc 72 0x55717358f570 0.000117
+gallium_dri.so free 0x5571735918c0 void 0.000116
+gallium_dri.so free 0x55717358f570 void 0.000115
+gallium_dri.so malloc 72 0x557173591870 0.000116
+gallium_dri.so free 0x557173591940 void 0.000114
+gallium_dri.so free 0x557173591870 void 0.000115
+gallium_dri.so malloc 72 0x557173591990 0.000125
+gallium_dri.so free 0x557173591a00 void 0.000122
+gallium_dri.so free 0x557173591990 void 0.000121
+gallium_dri.so malloc 72 0x557173591a40 0.000121
+gallium_dri.so free 0x557173591ac0 void 0.000122
+gallium_dri.so free 0x557173591a40 void 0.000120
+gallium_dri.so malloc 72 0x557173591a40 0.000122
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so free 0x557173591a40 void 0.000120
+gallium_dri.so malloc 72 0x557173591b70 0.000121
+gallium_dri.so free 0x5571734684c0 void 0.000121
+gallium_dri.so free 0x557173591b70 void 0.000121
+gallium_dri.so malloc 72 0x557173468470 0.000121
+gallium_dri.so free 0x557173468540 void 0.000122
+gallium_dri.so free 0x557173468470 void 0.000120
+gallium_dri.so malloc 72 0x557173468590 0.000122
+gallium_dri.so free 0x557173468600 void 0.000121
+gallium_dri.so free 0x557173468590 void 0.000121
+gallium_dri.so malloc 72 0x557173468620 0.000120
+gallium_dri.so free 0x5571734686c0 void 0.000121
+gallium_dri.so free 0x557173468620 void 0.000120
+gallium_dri.so malloc 72 0x557173468670 0.000120
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so free 0x557173468670 void 0.000120
+gallium_dri.so malloc 72 0x557173468670 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000125
+gallium_dri.so free 0x557173468670 void 0.000117
+gallium_dri.so malloc 72 0x557173468670 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000116
+gallium_dri.so free 0x557173468670 void 0.000115
+gallium_dri.so malloc 72 0x55717360bac0 0.000115
+gallium_dri.so free 0x55717360bb80 void 0.000116
+gallium_dri.so free 0x55717360bac0 void 0.000116
+gallium_dri.so malloc 72 0x55717360bac0 0.000114
+gallium_dri.so free 0x55717360bc40 void 0.000116
+gallium_dri.so free 0x55717360bac0 void 0.000116
+gallium_dri.so malloc 72 0x55717360bac0 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000116
+gallium_dri.so free 0x55717360bac0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcb0 0.000115
+gallium_dri.so free 0x55717360bd80 void 0.000116
+gallium_dri.so free 0x55717360bcb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bdd0 0.000115
+gallium_dri.so free 0x55717358bc40 void 0.000115
+gallium_dri.so free 0x55717360bdd0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bdd0 0.000115
+gallium_dri.so free 0x55717358bd00 void 0.000114
+gallium_dri.so free 0x55717360bdd0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bd20 0.000115
+gallium_dri.so free 0x55717358bdc0 void 0.000114
+gallium_dri.so free 0x55717358bd20 void 0.000114
+gallium_dri.so malloc 72 0x55717358bd70 0.000115
+gallium_dri.so free 0x55717358be40 void 0.000115
+gallium_dri.so free 0x55717358bd70 void 0.000122
+gallium_dri.so malloc 72 0x55717358bd70 0.000120
+gallium_dri.so free 0x55717358bec0 void 0.000122
+gallium_dri.so free 0x55717358bd70 void 0.000122
+gallium_dri.so malloc 72 0x55717358bec0 0.000121
+gallium_dri.so free 0x55717358bf80 void 0.000121
+gallium_dri.so free 0x55717358bec0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bec0 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so free 0x55717358bec0 void 0.000122
+gallium_dri.so malloc 72 0x55717358bec0 0.000121
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x55717358bec0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2630 0.000119
+gallium_dri.so free 0x5571735d2740 void 0.000120
+gallium_dri.so free 0x5571735d2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d26f0 0.000121
+gallium_dri.so free 0x5571735d27c0 void 0.000121
+gallium_dri.so free 0x5571735d26f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2810 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000121
+gallium_dri.so free 0x5571735d2810 void 0.000122
+gallium_dri.so malloc 72 0x5571735d28a0 0.000123
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so free 0x5571735d28a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d28f0 0.000179
+gallium_dri.so free 0x5571735907c0 void 0.000123
+gallium_dri.so free 0x5571735d28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d28f0 0.000121
+gallium_dri.so free 0x557173590840 void 0.000122
+gallium_dri.so free 0x5571735d28f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590840 0.000122
+gallium_dri.so free 0x557173590900 void 0.000123
+gallium_dri.so free 0x557173590840 void 0.000120
+gallium_dri.so malloc 72 0x557173590840 0.000122
+gallium_dri.so free 0x557173590a00 void 0.000122
+gallium_dri.so free 0x557173590840 void 0.000120
+gallium_dri.so malloc 72 0x5571735909b0 0.000122
+gallium_dri.so free 0x557173590a40 void 0.000120
+gallium_dri.so free 0x5571735909b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735909b0 0.000120
+gallium_dri.so free 0x557173590b00 void 0.000122
+gallium_dri.so free 0x5571735909b0 void 0.000127
+gallium_dri.so malloc 72 0x557173590b40 0.000121
+gallium_dri.so free 0x557173464e00 void 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000121
+gallium_dri.so free 0x557173464ec0 void 0.000121
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000127
+gallium_dri.so free 0x557173464e00 void 0.000116
+gallium_dri.so malloc 72 0x557173464f70 0.000116
+gallium_dri.so free 0x557173464fc0 void 0.000117
+gallium_dri.so free 0x557173464f70 void 0.000116
+gallium_dri.so malloc 72 0x557173464f70 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000116
+gallium_dri.so free 0x557173464f70 void 0.000114
+gallium_dri.so malloc 72 0x557173465100 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x557173465100 void 0.000115
+gallium_dri.so malloc 72 0x5571734673c0 0.000114
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734673c0 0.000116
+gallium_dri.so free 0x557173467500 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x557173467530 0.000115
+gallium_dri.so free 0x557173465180 void 0.000115
+gallium_dri.so free 0x557173467530 void 0.000115
+gallium_dri.so malloc 72 0x557173467530 0.000115
+gallium_dri.so free 0x557173467580 void 0.000116
+gallium_dri.so free 0x557173467530 void 0.000115
+gallium_dri.so malloc 72 0x557173467580 0.000115
+gallium_dri.so free 0x557173467640 void 0.000116
+gallium_dri.so free 0x557173467580 void 0.000115
+gallium_dri.so malloc 72 0x557173467580 0.000116
+gallium_dri.so free 0x557173467740 void 0.000117
+gallium_dri.so free 0x557173467580 void 0.000117
+gallium_dri.so malloc 72 0x557173467580 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000116
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so malloc 72 0x557173467580 0.000114
+gallium_dri.so free 0x5571735d4c40 void 0.000216
+gallium_dri.so free 0x557173467580 void 0.000165
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000186
+gallium_dri.so free 0x5571735d4cc0 void 0.000224
+gallium_dri.so free 0x5571735d4bf0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d4d10 0.000135
+gallium_dri.so free 0x5571735d4d80 void 0.000135
+gallium_dri.so free 0x5571735d4d10 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4da0 0.000128
+gallium_dri.so free 0x5571735d4e40 void 0.000128
+gallium_dri.so free 0x5571735d4da0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4df0 0.000165
+gallium_dri.so free 0x5571735d4ec0 void 0.000127
+gallium_dri.so free 0x5571735d4df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000124
+gallium_dri.so free 0x557173608480 void 0.000126
+gallium_dri.so free 0x5571735d4ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000151
+gallium_dri.so free 0x557173608500 void 0.000131
+gallium_dri.so free 0x5571735d4ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173608500 0.000131
+gallium_dri.so free 0x5571736085c0 void 0.000129
+gallium_dri.so free 0x557173608500 void 0.000131
+gallium_dri.so malloc 72 0x557173608500 0.000128
+gallium_dri.so free 0x557173608680 void 0.000126
+gallium_dri.so free 0x557173608500 void 0.000126
+gallium_dri.so malloc 72 0x557173608500 0.000124
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x557173608500 void 0.000119
+gallium_dri.so malloc 72 0x5571736086f0 0.000119
+gallium_dri.so free 0x5571736087c0 void 0.000120
+gallium_dri.so free 0x5571736086f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608810 0.000126
+gallium_dri.so free 0x55717358e200 void 0.000141
+gallium_dri.so free 0x557173608810 void 0.000140
+gallium_dri.so malloc 72 0x557173608810 0.000157
+gallium_dri.so free 0x55717358e280 void 0.000143
+gallium_dri.so free 0x557173608810 void 0.000144
+gallium_dri.so malloc 72 0x557173608810 0.000141
+gallium_dri.so free 0x55717358e340 void 0.000141
+gallium_dri.so free 0x557173608810 void 0.000148
+gallium_dri.so malloc 72 0x557173608810 0.000143
+gallium_dri.so free 0x55717358e400 void 0.000142
+gallium_dri.so free 0x557173608810 void 0.000141
+gallium_dri.so malloc 72 0x55717358e3b0 0.000140
+gallium_dri.so free 0x55717358e480 void 0.000142
+gallium_dri.so free 0x55717358e3b0 void 0.000141
+gallium_dri.so malloc 72 0x55717358e4d0 0.000139
+gallium_dri.so free 0x55717358e540 void 0.000141
+gallium_dri.so free 0x55717358e4d0 void 0.000140
+gallium_dri.so malloc 72 0x55717358e560 0.000139
+gallium_dri.so free 0x5571735d0000 void 0.000142
+gallium_dri.so free 0x55717358e560 void 0.000140
+gallium_dri.so malloc 72 0x55717358e560 0.000139
+gallium_dri.so free 0x5571735d00c0 void 0.000149
+gallium_dri.so free 0x55717358e560 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0070 0.000124
+gallium_dri.so free 0x5571735d00c0 void 0.000125
+gallium_dri.so free 0x5571735d0070 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0070 0.000124
+gallium_dri.so free 0x5571735d01c0 void 0.000124
+gallium_dri.so free 0x5571735d0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0170 0.000125
+gallium_dri.so free 0x5571735d0280 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0230 0.000126
+gallium_dri.so free 0x5571735d02c0 void 0.000124
+gallium_dri.so free 0x5571735d0230 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0230 0.000125
+gallium_dri.so free 0x557173603900 void 0.000126
+gallium_dri.so free 0x5571735d0230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0230 0.000125
+gallium_dri.so free 0x557173603980 void 0.000126
+gallium_dri.so free 0x5571735d0230 void 0.000125
+gallium_dri.so malloc 72 0x557173603980 0.000126
+gallium_dri.so free 0x557173603a40 void 0.000125
+gallium_dri.so free 0x557173603980 void 0.000125
+gallium_dri.so malloc 72 0x557173603980 0.000124
+gallium_dri.so free 0x557173603b40 void 0.000125
+gallium_dri.so free 0x557173603980 void 0.000124
+gallium_dri.so malloc 72 0x557173603980 0.000126
+gallium_dri.so free 0x5571735d0380 void 0.000125
+gallium_dri.so free 0x557173603980 void 0.000127
+gallium_dri.so malloc 72 0x5571735d03b0 0.000125
+gallium_dri.so free 0x557173603bc0 void 0.000125
+gallium_dri.so free 0x5571735d03b0 void 0.000124
+gallium_dri.so malloc 72 0x557173603c00 0.000126
+gallium_dri.so free 0x557173605ec0 void 0.000125
+gallium_dri.so free 0x557173603c00 void 0.000132
+gallium_dri.so malloc 72 0x557173605ec0 0.000128
+gallium_dri.so free 0x557173605f80 void 0.000124
+gallium_dri.so free 0x557173605ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173605ec0 0.000125
+gallium_dri.so free 0x557173606000 void 0.000125
+gallium_dri.so free 0x557173605ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173606030 0.000124
+gallium_dri.so free 0x557173606080 void 0.000124
+gallium_dri.so free 0x557173606030 void 0.000124
+gallium_dri.so malloc 72 0x557173606080 0.000128
+gallium_dri.so free 0x557173603c80 void 0.000126
+gallium_dri.so free 0x557173606080 void 0.000124
+gallium_dri.so malloc 72 0x557173606080 0.000123
+gallium_dri.so free 0x557173606140 void 0.000126
+gallium_dri.so free 0x557173606080 void 0.000125
+gallium_dri.so malloc 72 0x557173606140 0.000124
+gallium_dri.so free 0x557173606200 void 0.000125
+gallium_dri.so free 0x557173606140 void 0.000125
+gallium_dri.so malloc 72 0x557173606140 0.000124
+gallium_dri.so free 0x557173462840 void 0.000125
+gallium_dri.so free 0x557173606140 void 0.000126
+gallium_dri.so malloc 72 0x557173606140 0.000125
+gallium_dri.so free 0x557173462900 void 0.000124
+gallium_dri.so free 0x557173606140 void 0.000125
+gallium_dri.so malloc 72 0x5571734628b0 0.000131
+gallium_dri.so free 0x557173462980 void 0.000127
+gallium_dri.so free 0x5571734628b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734629d0 0.000125
+gallium_dri.so free 0x557173462a40 void 0.000125
+gallium_dri.so free 0x5571734629d0 void 0.000123
+gallium_dri.so malloc 72 0x557173462a80 0.000131
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so malloc 72 0x557173462a80 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000118
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173589680 void 0.000122
+gallium_dri.so free 0x557173462bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bb0 0.000119
+gallium_dri.so free 0x557173589700 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173589700 0.000120
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so malloc 72 0x557173589700 0.000118
+gallium_dri.so free 0x557173589880 void 0.000118
+gallium_dri.so free 0x557173589700 void 0.000118
+gallium_dri.so malloc 72 0x557173589700 0.000119
+gallium_dri.so free 0x557173589940 void 0.000118
+gallium_dri.so free 0x557173589700 void 0.000140
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000117
+gallium_dri.so free 0x5571735898f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735898f0 0.000118
+gallium_dri.so free 0x557173601340 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000117
+gallium_dri.so malloc 72 0x557173601340 0.000117
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x557173601340 void 0.000117
+gallium_dri.so malloc 72 0x5571735899f0 0.000117
+gallium_dri.so free 0x557173601400 void 0.000116
+gallium_dri.so free 0x5571735899f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735899f0 0.000190
+gallium_dri.so free 0x5571736014c0 void 0.000195
+gallium_dri.so free 0x5571735899f0 void 0.000277
+gallium_dri.so malloc 72 0x557173601470 0.000192
+gallium_dri.so free 0x557173601540 void 0.000119
+gallium_dri.so free 0x557173601470 void 0.000128
+gallium_dri.so malloc 72 0x557173601590 0.000129
+gallium_dri.so free 0x557173601600 void 0.000124
+gallium_dri.so free 0x557173601590 void 0.000126
+gallium_dri.so malloc 72 0x557173601660 0.000124
+gallium_dri.so free 0x557173601700 void 0.000125
+gallium_dri.so free 0x557173601660 void 0.000136
+gallium_dri.so malloc 72 0x5571736016b0 0.000129
+gallium_dri.so free 0x557173469380 void 0.000127
+gallium_dri.so free 0x5571736016b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736016b0 0.000128
+gallium_dri.so free 0x557173469440 void 0.000127
+gallium_dri.so free 0x5571736016b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734693f0 0.000128
+gallium_dri.so free 0x5571734694c0 void 0.000127
+gallium_dri.so free 0x5571734693f0 void 0.000129
+gallium_dri.so malloc 72 0x557173469510 0.000123
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469510 void 0.000119
+gallium_dri.so malloc 72 0x5571734695a0 0.000117
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x5571734695a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734696c0 0.000117
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ec40 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ecc0 0.000129
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ecc0 0.000118
+gallium_dri.so free 0x55717358ee00 void 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000119
+gallium_dri.so free 0x55717358ee30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358ee30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef30 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x55717358ef30 void 0.000119
+gallium_dri.so malloc 72 0x557173601d80 0.000118
+gallium_dri.so free 0x557173601e00 void 0.000117
+gallium_dri.so free 0x557173601d80 void 0.000118
+gallium_dri.so malloc 72 0x557173601d80 0.000117
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000117
+gallium_dri.so malloc 72 0x557173601eb0 0.000118
+gallium_dri.so free 0x557173601f00 void 0.000119
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000119
+gallium_dri.so free 0x557173602000 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000173
+gallium_dri.so malloc 72 0x557173601fb0 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000118
+gallium_dri.so free 0x557173601fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173602070 0.000120
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x557173602070 void 0.000118
+gallium_dri.so malloc 72 0x557173604330 0.000118
+gallium_dri.so free 0x557173604380 void 0.000118
+gallium_dri.so free 0x557173604330 void 0.000118
+gallium_dri.so malloc 72 0x557173604330 0.000117
+gallium_dri.so free 0x557173604480 void 0.000119
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x5571736044c0 0.000118
+gallium_dri.so free 0x557173604540 void 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000118
+gallium_dri.so malloc 72 0x557173604540 0.000119
+gallium_dri.so free 0x557173602100 void 0.000119
+gallium_dri.so free 0x557173604540 void 0.000120
+gallium_dri.so malloc 72 0x557173604540 0.000119
+gallium_dri.so free 0x557173604600 void 0.000118
+gallium_dri.so free 0x557173604540 void 0.000118
+gallium_dri.so malloc 72 0x557173604540 0.000118
+gallium_dri.so free 0x5571736046c0 void 0.000117
+gallium_dri.so free 0x557173604540 void 0.000117
+gallium_dri.so malloc 72 0x557173604670 0.000119
+gallium_dri.so free 0x557173608e80 void 0.000125
+gallium_dri.so free 0x557173604670 void 0.000120
+gallium_dri.so malloc 72 0x557173608ed0 0.000117
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so free 0x557173608ed0 void 0.000117
+gallium_dri.so malloc 72 0x557173608fa0 0.000117
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so free 0x557173608fa0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ff0 0.000118
+gallium_dri.so free 0x557173609080 void 0.000117
+gallium_dri.so free 0x557173608ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173608ff0 0.000116
+gallium_dri.so free 0x557173609140 void 0.000117
+gallium_dri.so free 0x557173608ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173609180 0.000118
+gallium_dri.so free 0x557173609200 void 0.000117
+gallium_dri.so free 0x557173609180 void 0.000117
+gallium_dri.so malloc 72 0x557173609200 0.000117
+gallium_dri.so free 0x557173463240 void 0.000122
+gallium_dri.so free 0x557173609200 void 0.000126
+gallium_dri.so malloc 72 0x557173463260 0.000123
+gallium_dri.so free 0x557173463300 void 0.000123
+gallium_dri.so free 0x557173463260 void 0.000124
+gallium_dri.so malloc 72 0x5571734632b0 0.000123
+gallium_dri.so free 0x557173463380 void 0.000119
+gallium_dri.so free 0x5571734632b0 void 0.000118
+gallium_dri.so malloc 72 0x557173463380 0.000118
+gallium_dri.so free 0x557173463440 void 0.000120
+gallium_dri.so free 0x557173463380 void 0.000118
+gallium_dri.so malloc 72 0x557173463380 0.000119
+gallium_dri.so free 0x5571734634c0 void 0.000118
+gallium_dri.so free 0x557173463380 void 0.000118
+gallium_dri.so malloc 72 0x5571734634c0 0.000117
+gallium_dri.so free 0x557173463580 void 0.000118
+gallium_dri.so free 0x5571734634c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734634c0 0.000118
+gallium_dri.so free 0x557173467dc0 void 0.000117
+gallium_dri.so free 0x5571734634c0 void 0.000118
+gallium_dri.so malloc 72 0x557173467df0 0.000117
+gallium_dri.so free 0x557173467e40 void 0.000118
+gallium_dri.so free 0x557173467df0 void 0.000118
+gallium_dri.so malloc 72 0x557173467df0 0.000118
+gallium_dri.so free 0x557173467f40 void 0.000116
+gallium_dri.so free 0x557173467df0 void 0.000119
+gallium_dri.so malloc 72 0x557173467ef0 0.000118
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so free 0x557173467ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173467fb0 0.000118
+gallium_dri.so free 0x557173468080 void 0.000118
+gallium_dri.so free 0x557173467fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571734680a0 0.000118
+gallium_dri.so free 0x557173468140 void 0.000117
+gallium_dri.so free 0x5571734680a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734680f0 0.000170
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x5571734680f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000122
+gallium_dri.so free 0x5571735d0ac0 void 0.000119
+gallium_dri.so free 0x5571735d0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000122
+gallium_dri.so free 0x5571735d0c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c30 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so free 0x5571735d0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000119
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x5571735d0dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3010 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000119
+gallium_dri.so free 0x5571735d3010 void 0.000118
+gallium_dri.so malloc 72 0x5571735d30a0 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000117
+gallium_dri.so free 0x5571735d30a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d30f0 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000122
+gallium_dri.so free 0x5571735d30f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d30f0 0.000119
+gallium_dri.so free 0x5571735d3240 void 0.000118
+gallium_dri.so free 0x5571735d30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3240 0.000117
+gallium_dri.so free 0x5571735d3300 void 0.000119
+gallium_dri.so free 0x5571735d3240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3240 0.000117
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x5571735d3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55a0 0.000117
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so free 0x5571735d55a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55f0 0.000117
+gallium_dri.so free 0x5571735d56c0 void 0.000118
+gallium_dri.so free 0x5571735d55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55f0 0.000119
+gallium_dri.so free 0x5571735d5740 void 0.000117
+gallium_dri.so free 0x5571735d55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5740 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d5740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5740 0.000118
+gallium_dri.so free 0x5571735d58c0 void 0.000119
+gallium_dri.so free 0x5571735d5740 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5740 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x5571735d5740 void 0.000118
+gallium_dri.so malloc 72 0x55717358c690 0.000117
+gallium_dri.so free 0x55717358c700 void 0.000117
+gallium_dri.so free 0x55717358c690 void 0.000118
+gallium_dri.so malloc 72 0x55717358c740 0.000118
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so free 0x55717358c740 void 0.000117
+gallium_dri.so malloc 72 0x55717358c7c0 0.000118
+gallium_dri.so free 0x55717358c880 void 0.000116
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7c0 0.000117
+gallium_dri.so free 0x5571735d5980 void 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5930 0.000117
+gallium_dri.so free 0x55717358c900 void 0.000117
+gallium_dri.so free 0x5571735d5930 void 0.000118
+gallium_dri.so malloc 72 0x55717358c940 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so free 0x55717358c940 void 0.000117
+gallium_dri.so malloc 72 0x55717358c9c0 0.000117
+gallium_dri.so free 0x5571735911c0 void 0.000124
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000118
+gallium_dri.so free 0x557173591280 void 0.000129
+gallium_dri.so free 0x557173591200 void 0.000122
+gallium_dri.so malloc 72 0x557173591200 0.000119
+gallium_dri.so free 0x557173591300 void 0.000119
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x557173591380 void 0.000117
+gallium_dri.so free 0x557173591330 void 0.000117
+gallium_dri.so malloc 72 0x557173591330 0.000118
+gallium_dri.so free 0x557173591480 void 0.000117
+gallium_dri.so free 0x557173591330 void 0.000118
+gallium_dri.so malloc 72 0x557173591430 0.000118
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x557173591430 void 0.000115
+gallium_dri.so malloc 72 0x5571735914f0 0.000118
+gallium_dri.so free 0x557173465800 void 0.000119
+gallium_dri.so free 0x5571735914f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465830 0.000118
+gallium_dri.so free 0x557173465880 void 0.000118
+gallium_dri.so free 0x557173465830 void 0.000124
+gallium_dri.so malloc 72 0x557173465830 0.000118
+gallium_dri.so free 0x557173465980 void 0.000118
+gallium_dri.so free 0x557173465830 void 0.000118
+gallium_dri.so malloc 72 0x5571734659c0 0.000116
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so free 0x5571734659c0 void 0.000118
+gallium_dri.so malloc 72 0x557173465a40 0.000125
+gallium_dri.so free 0x557173591580 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so malloc 72 0x557173465a40 0.000118
+gallium_dri.so free 0x557173465b00 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000117
+gallium_dri.so malloc 72 0x557173465a40 0.000117
+gallium_dri.so free 0x557173465bc0 void 0.000117
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so malloc 72 0x557173465b70 0.000117
+gallium_dri.so free 0x55717358a080 void 0.000118
+gallium_dri.so free 0x557173465b70 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0d0 0.000118
+gallium_dri.so free 0x55717358a140 void 0.000119
+gallium_dri.so free 0x55717358a0d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1a0 0.000118
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so free 0x55717358a1a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1f0 0.000117
+gallium_dri.so free 0x55717358a280 void 0.000118
+gallium_dri.so free 0x55717358a1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1f0 0.000118
+gallium_dri.so free 0x55717358a340 void 0.000119
+gallium_dri.so free 0x55717358a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a380 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so malloc 72 0x55717358a400 0.000169
+gallium_dri.so free 0x5571736068c0 void 0.000119
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so malloc 72 0x5571736068e0 0.000118
+gallium_dri.so free 0x557173606980 void 0.000118
+gallium_dri.so free 0x5571736068e0 void 0.000119
+gallium_dri.so malloc 72 0x557173606930 0.000117
+gallium_dri.so free 0x557173606a00 void 0.000119
+gallium_dri.so free 0x557173606930 void 0.000118
+gallium_dri.so malloc 72 0x557173606a00 0.000118
+gallium_dri.so free 0x557173606ac0 void 0.000120
+gallium_dri.so free 0x557173606a00 void 0.000118
+gallium_dri.so malloc 72 0x557173606a00 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000120
+gallium_dri.so free 0x557173606a00 void 0.000121
+gallium_dri.so malloc 72 0x557173606b40 0.000118
+gallium_dri.so free 0x557173606c00 void 0.000117
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so malloc 72 0x557173606b40 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so malloc 72 0x557173609eb0 0.000118
+gallium_dri.so free 0x557173609f00 void 0.000117
+gallium_dri.so free 0x557173609eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173609eb0 0.000119
+gallium_dri.so free 0x55717360a000 void 0.000119
+gallium_dri.so free 0x557173609eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173609fb0 0.000118
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so free 0x557173609fb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a070 0.000117
+gallium_dri.so free 0x55717360a140 void 0.000118
+gallium_dri.so free 0x55717360a070 void 0.000116
+gallium_dri.so malloc 72 0x55717360a160 0.000116
+gallium_dri.so free 0x55717360a200 void 0.000117
+gallium_dri.so free 0x55717360a160 void 0.000122
+gallium_dri.so malloc 72 0x55717360a1b0 0.000117
+gallium_dri.so free 0x557173609580 void 0.000139
+gallium_dri.so free 0x55717360a1b0 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000118
+gallium_dri.so free 0x557173609600 void 0.000117
+gallium_dri.so free 0x557173609530 void 0.000117
+gallium_dri.so malloc 72 0x557173609650 0.000119
+gallium_dri.so free 0x5571736096c0 void 0.000117
+gallium_dri.so free 0x557173609650 void 0.000119
+gallium_dri.so malloc 72 0x5571736096e0 0.000116
+gallium_dri.so free 0x557173609780 void 0.000116
+gallium_dri.so free 0x5571736096e0 void 0.000116
+gallium_dri.so malloc 72 0x557173609730 0.000116
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so free 0x557173609730 void 0.000129
+gallium_dri.so malloc 72 0x557173609730 0.000109
+gallium_dri.so free 0x557173609900 void 0.000123
+gallium_dri.so free 0x557173609730 void 0.000244
+gallium_dri.so malloc 72 0x5571736098b0 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so free 0x5571736098b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa00 0.000116
+gallium_dri.so free 0x5571735cfac0 void 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735cfb40 void 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfb70 0.000115
+gallium_dri.so free 0x5571735cfbc0 void 0.000118
+gallium_dri.so free 0x5571735cfb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfb70 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000117
+gallium_dri.so free 0x5571735cfb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfc70 0.000118
+gallium_dri.so free 0x5571735cfd80 void 0.000117
+gallium_dri.so free 0x5571735cfc70 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd30 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd30 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x5571735cfd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd30 0.000182
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x5571735cfd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2150 0.000118
+gallium_dri.so free 0x5571735d21c0 void 0.000118
+gallium_dri.so free 0x5571735d2150 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21e0 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so free 0x5571735d21e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2230 0.000118
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so free 0x5571735d2230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2300 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2300 0.000119
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so malloc 72 0x5571736058c0 0.000120
+gallium_dri.so free 0x557173605980 void 0.000119
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736058c0 0.000118
+gallium_dri.so free 0x557173605a00 void 0.000123
+gallium_dri.so free 0x5571736058c0 void 0.000127
+gallium_dri.so malloc 72 0x557173605a30 0.000118
+gallium_dri.so free 0x557173605a80 void 0.000117
+gallium_dri.so free 0x557173605a30 void 0.000116
+gallium_dri.so malloc 72 0x557173605a30 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000116
+gallium_dri.so free 0x557173605a30 void 0.000119
+gallium_dri.so malloc 72 0x557173605b30 0.000117
+gallium_dri.so free 0x557173605c40 void 0.000118
+gallium_dri.so free 0x557173605b30 void 0.000116
+gallium_dri.so malloc 72 0x557173605bf0 0.000117
+gallium_dri.so free 0x557173605cc0 void 0.000117
+gallium_dri.so free 0x557173605bf0 void 0.000117
+gallium_dri.so malloc 72 0x557173605ce0 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so free 0x557173605ce0 void 0.000116
+gallium_dri.so malloc 72 0x557173605ce0 0.000116
+gallium_dri.so free 0x557173607f40 void 0.000117
+gallium_dri.so free 0x557173605ce0 void 0.000117
+gallium_dri.so malloc 72 0x557173607ef0 0.000117
+gallium_dri.so free 0x557173607fc0 void 0.000118
+gallium_dri.so free 0x557173607ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173608010 0.000118
+gallium_dri.so free 0x557173608080 void 0.000118
+gallium_dri.so free 0x557173608010 void 0.000117
+gallium_dri.so malloc 72 0x5571736080a0 0.000116
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so free 0x5571736080a0 void 0.000127
+gallium_dri.so malloc 72 0x5571736080f0 0.000117
+gallium_dri.so free 0x5571736081c0 void 0.000119
+gallium_dri.so free 0x5571736080f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736080f0 0.000117
+gallium_dri.so free 0x5571736082c0 void 0.000118
+gallium_dri.so free 0x5571736080f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608270 0.000117
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x557173608270 void 0.000118
+gallium_dri.so malloc 72 0x557173589080 0.000118
+gallium_dri.so free 0x557173589140 void 0.000118
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so malloc 72 0x557173589080 0.000118
+gallium_dri.so free 0x5571735891c0 void 0.000118
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x5571735891f0 0.000119
+gallium_dri.so free 0x557173589240 void 0.000118
+gallium_dri.so free 0x5571735891f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735891f0 0.000117
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x5571735891f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735892f0 0.000119
+gallium_dri.so free 0x557173589400 void 0.000119
+gallium_dri.so free 0x5571735892f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589480 void 0.000168
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000119
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000120
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so free 0x55717358dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd90 0.000119
+gallium_dri.so free 0x55717358de00 void 0.000118
+gallium_dri.so free 0x55717358dd90 void 0.000118
+gallium_dri.so malloc 72 0x55717358de20 0.000118
+gallium_dri.so free 0x55717358dec0 void 0.000125
+gallium_dri.so free 0x55717358de20 void 0.000118
+gallium_dri.so malloc 72 0x55717358de70 0.000118
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358de70 void 0.000119
+gallium_dri.so malloc 72 0x55717358df40 0.000118
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so free 0x55717358df40 void 0.000120
+gallium_dri.so malloc 72 0x55717358df40 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so malloc 72 0x5571735901c0 0.000128
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735901c0 0.000118
+gallium_dri.so free 0x557173590300 void 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so malloc 72 0x557173590330 0.000116
+gallium_dri.so free 0x557173590380 void 0.000118
+gallium_dri.so free 0x557173590330 void 0.000117
+gallium_dri.so malloc 72 0x557173590330 0.000116
+gallium_dri.so free 0x557173590480 void 0.000118
+gallium_dri.so free 0x557173590330 void 0.000118
+gallium_dri.so malloc 72 0x557173590430 0.000117
+gallium_dri.so free 0x557173590540 void 0.000127
+gallium_dri.so free 0x557173590430 void 0.000130
+gallium_dri.so malloc 72 0x5571735904f0 0.000127
+gallium_dri.so free 0x5571735905c0 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735905e0 0.000127
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so free 0x5571735905e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735905e0 0.000126
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x5571735905e0 void 0.000121
+gallium_dri.so malloc 72 0x557173464870 0.000126
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so free 0x557173464870 void 0.000121
+gallium_dri.so malloc 72 0x557173464990 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x557173464990 void 0.000117
+gallium_dri.so malloc 72 0x557173464a20 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x557173464a20 void 0.000118
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000118
+gallium_dri.so free 0x557173464a70 void 0.000119
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464c40 void 0.000118
+gallium_dri.so free 0x557173464a70 void 0.000120
+gallium_dri.so malloc 72 0x557173464bf0 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000117
+gallium_dri.so free 0x557173464bf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b440 0.000119
+gallium_dri.so free 0x55717360b500 void 0.000120
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so malloc 72 0x55717360b440 0.000120
+gallium_dri.so free 0x55717360b580 void 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so malloc 72 0x55717360b5b0 0.000120
+gallium_dri.so free 0x55717360b600 void 0.000121
+gallium_dri.so free 0x55717360b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b5b0 0.000125
+gallium_dri.so free 0x55717360b700 void 0.000111
+gallium_dri.so free 0x55717360b5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360b6b0 0.000110
+gallium_dri.so free 0x55717360b7c0 void 0.000109
+gallium_dri.so free 0x55717360b6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b770 0.000111
+gallium_dri.so free 0x55717360b840 void 0.000111
+gallium_dri.so free 0x55717360b770 void 0.000110
+gallium_dri.so malloc 72 0x55717360b770 0.000111
+gallium_dri.so free 0x557173603300 void 0.000110
+gallium_dri.so free 0x55717360b770 void 0.000110
+gallium_dri.so malloc 72 0x55717360b770 0.000110
+gallium_dri.so free 0x5571736033c0 void 0.000111
+gallium_dri.so free 0x55717360b770 void 0.000111
+gallium_dri.so malloc 72 0x557173603370 0.000109
+gallium_dri.so free 0x557173603440 void 0.000110
+gallium_dri.so free 0x557173603370 void 0.000110
+gallium_dri.so malloc 72 0x557173603490 0.000109
+gallium_dri.so free 0x557173603500 void 0.000110
+gallium_dri.so free 0x557173603490 void 0.000111
+gallium_dri.so malloc 72 0x557173603520 0.000110
+gallium_dri.so free 0x5571736035c0 void 0.000118
+gallium_dri.so free 0x557173603520 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000116
+gallium_dri.so free 0x557173603640 void 0.000112
+gallium_dri.so free 0x557173603570 void 0.000111
+gallium_dri.so malloc 72 0x557173603640 0.000120
+gallium_dri.so free 0x557173603700 void 0.000129
+gallium_dri.so free 0x557173603640 void 0.000122
+gallium_dri.so malloc 72 0x557173603640 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b640 0.000117
+gallium_dri.so free 0x55717358b700 void 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x55717358b7b0 0.000119
+gallium_dri.so free 0x55717358b800 void 0.000121
+gallium_dri.so free 0x55717358b7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358b7b0 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000121
+gallium_dri.so free 0x55717358b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b8b0 0.000119
+gallium_dri.so free 0x55717358b9c0 void 0.000119
+gallium_dri.so free 0x55717358b8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b970 0.000119
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b970 void 0.000120
+gallium_dri.so malloc 72 0x55717358ba60 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x55717358ba60 void 0.000163
+gallium_dri.so malloc 72 0x55717358ba60 0.000123
+gallium_dri.so free 0x5571735d4640 void 0.000121
+gallium_dri.so free 0x55717358ba60 void 0.000121
+gallium_dri.so malloc 72 0x5571735d45f0 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000120
+gallium_dri.so free 0x5571735d45f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4710 0.000119
+gallium_dri.so free 0x5571735d4780 void 0.000121
+gallium_dri.so free 0x5571735d4710 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47a0 0.000120
+gallium_dri.so free 0x5571735d4840 void 0.000121
+gallium_dri.so free 0x5571735d47a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47f0 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735d47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d47f0 0.000120
+gallium_dri.so free 0x5571735d49c0 void 0.000120
+gallium_dri.so free 0x5571735d47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4970 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x5571735d4970 void 0.000127
+gallium_dri.so malloc 72 0x557173466dc0 0.000121
+gallium_dri.so free 0x557173466e80 void 0.000122
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000119
+gallium_dri.so free 0x557173466f00 void 0.000128
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173466f30 0.000118
+gallium_dri.so free 0x557173466f80 void 0.000120
+gallium_dri.so free 0x557173466f30 void 0.000119
+gallium_dri.so malloc 72 0x557173466f30 0.000118
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so free 0x557173466f30 void 0.000119
+gallium_dri.so malloc 72 0x557173467030 0.000119
+gallium_dri.so free 0x557173467140 void 0.000120
+gallium_dri.so free 0x557173467030 void 0.000118
+gallium_dri.so malloc 72 0x5571734670f0 0.000118
+gallium_dri.so free 0x5571734671c0 void 0.000119
+gallium_dri.so free 0x5571734670f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734670f0 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so free 0x5571734670f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734670f0 0.000116
+gallium_dri.so free 0x5571735da980 void 0.000118
+gallium_dri.so free 0x5571734670f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735da930 0.000117
+gallium_dri.so free 0x5571735daa00 void 0.000117
+gallium_dri.so free 0x5571735da930 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa50 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000118
+gallium_dri.so free 0x5571735daa50 void 0.000118
+gallium_dri.so malloc 72 0x5571735daae0 0.000133
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735daae0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dab30 0.000120
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac00 0.000124
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so free 0x5571735dac00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dac00 0.000123
+gallium_dri.so free 0x5571735dad40 void 0.000124
+gallium_dri.so free 0x5571735dac00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dad40 0.000123
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad40 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000123
+gallium_dri.so free 0x5571735dad40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dad40 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000120
+gallium_dri.so free 0x5571735dad40 void 0.000145
+gallium_dri.so malloc 72 0x5571735daf30 0.000120
+gallium_dri.so free 0x5571735db000 void 0.000249
+gallium_dri.so free 0x5571735daf30 void 0.000216
+gallium_dri.so malloc 72 0x5571735db050 0.000124
+gallium_dri.so free 0x5571735db0c0 void 0.000126
+gallium_dri.so free 0x5571735db050 void 0.000124
+gallium_dri.so malloc 72 0x5571735db100 0.000124
+gallium_dri.so free 0x5571735db180 void 0.000118
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so malloc 72 0x5571735db100 0.000120
+gallium_dri.so free 0x5571735db200 void 0.000131
+gallium_dri.so free 0x5571735db100 void 0.000167
+gallium_dri.so malloc 72 0x5571735db230 0.000162
+gallium_dri.so free 0x5571735db280 void 0.000130
+gallium_dri.so free 0x5571735db230 void 0.000127
+gallium_dri.so malloc 72 0x5571735db230 0.000121
+gallium_dri.so free 0x5571735db380 void 0.000121
+gallium_dri.so free 0x5571735db230 void 0.000126
+gallium_dri.so malloc 72 0x5571735db330 0.000125
+gallium_dri.so free 0x5571735db440 void 0.000124
+gallium_dri.so free 0x5571735db330 void 0.000125
+gallium_dri.so malloc 72 0x5571735db3f0 0.000138
+gallium_dri.so free 0x5571735db480 void 0.000132
+gallium_dri.so free 0x5571735db3f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db3f0 0.000128
+gallium_dri.so free 0x5571735db540 void 0.000128
+gallium_dri.so free 0x5571735db3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db5b0 0.000125
+gallium_dri.so free 0x5571735db600 void 0.000130
+gallium_dri.so free 0x5571735db5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db5b0 0.000127
+gallium_dri.so free 0x5571735db700 void 0.000128
+gallium_dri.so free 0x5571735db5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6b0 0.000129
+gallium_dri.so free 0x5571735db7c0 void 0.000124
+gallium_dri.so free 0x5571735db6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db770 0.000129
+gallium_dri.so free 0x5571735db800 void 0.000183
+gallium_dri.so free 0x5571735db770 void 0.000128
+gallium_dri.so malloc 72 0x5571735db770 0.000123
+gallium_dri.so free 0x5571735db8c0 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000118
+gallium_dri.so malloc 72 0x5571735db900 0.000138
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so free 0x5571735db900 void 0.000126
+gallium_dri.so malloc 72 0x5571735db980 0.000120
+gallium_dri.so free 0x5571735dba40 void 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000124
+gallium_dri.so malloc 72 0x5571735db980 0.000132
+gallium_dri.so free 0x5571735dbb00 void 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbb20 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000121
+gallium_dri.so free 0x5571735dbb20 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb70 0.000130
+gallium_dri.so free 0x5571735dbc40 void 0.000128
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb70 0.000123
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000129
+gallium_dri.so free 0x5571735dbd80 void 0.000129
+gallium_dri.so free 0x5571735dbcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000169
+gallium_dri.so free 0x5571735dbcc0 void 0.000166
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000269
+gallium_dri.so free 0x5571735dbf00 void 0.000222
+gallium_dri.so free 0x5571735dbcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000125
+gallium_dri.so free 0x5571735dbfc0 void 0.000121
+gallium_dri.so free 0x5571735dbeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbf70 0.000130
+gallium_dri.so free 0x5571735dc040 void 0.000124
+gallium_dri.so free 0x5571735dbf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc090 0.000125
+gallium_dri.so free 0x5571735dc100 void 0.000130
+gallium_dri.so free 0x5571735dc090 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc120 0.000130
+gallium_dri.so free 0x5571735dc1c0 void 0.000130
+gallium_dri.so free 0x5571735dc120 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc170 0.000129
+gallium_dri.so free 0x5571735dc240 void 0.000124
+gallium_dri.so free 0x5571735dc170 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc170 0.000126
+gallium_dri.so free 0x5571735dc2c0 void 0.000183
+gallium_dri.so free 0x5571735dc170 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000128
+gallium_dri.so free 0x5571735dc380 void 0.000127
+gallium_dri.so free 0x5571735dc2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000129
+gallium_dri.so free 0x5571735dc480 void 0.000130
+gallium_dri.so free 0x5571735dc2c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc430 0.000129
+gallium_dri.so free 0x5571735dc4c0 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc430 0.000129
+gallium_dri.so free 0x5571735e0e80 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000129
+gallium_dri.so free 0x5571735e0f40 void 0.000218
+gallium_dri.so free 0x5571735e0ec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0f40 0.000130
+gallium_dri.so free 0x5571735e1000 void 0.000129
+gallium_dri.so free 0x5571735e0f40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0f40 0.000131
+gallium_dri.so free 0x5571735e1080 void 0.000130
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e10b0 0.000129
+gallium_dri.so free 0x5571735e1100 void 0.000128
+gallium_dri.so free 0x5571735e10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e10b0 0.000123
+gallium_dri.so free 0x5571735e1200 void 0.000121
+gallium_dri.so free 0x5571735e10b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1240 0.000129
+gallium_dri.so free 0x5571735e12c0 void 0.000130
+gallium_dri.so free 0x5571735e1240 void 0.000124
+gallium_dri.so malloc 72 0x5571735e12c0 0.000125
+gallium_dri.so free 0x5571735e1380 void 0.000124
+gallium_dri.so free 0x5571735e12c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e12c0 0.000129
+gallium_dri.so free 0x5571735e1400 void 0.000130
+gallium_dri.so free 0x5571735e12c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1430 0.000135
+gallium_dri.so free 0x5571735e1480 void 0.000170
+gallium_dri.so free 0x5571735e1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1430 0.000133
+gallium_dri.so free 0x5571735e1580 void 0.000128
+gallium_dri.so free 0x5571735e1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1530 0.000123
+gallium_dri.so free 0x5571735e1640 void 0.000131
+gallium_dri.so free 0x5571735e1530 void 0.000128
+gallium_dri.so malloc 72 0x5571735e15f0 0.000129
+gallium_dri.so free 0x5571735e16c0 void 0.000124
+gallium_dri.so free 0x5571735e15f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e15f0 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000163
+gallium_dri.so free 0x5571735e15f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e15f0 0.000266
+gallium_dri.so free 0x5571735e1840 void 0.000237
+gallium_dri.so free 0x5571735e15f0 void 0.000192
+gallium_dri.so malloc 72 0x5571735e17f0 0.000164
+gallium_dri.so free 0x5571735e18c0 void 0.000130
+gallium_dri.so free 0x5571735e17f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1910 0.000130
+gallium_dri.so free 0x5571735e1980 void 0.000124
+gallium_dri.so free 0x5571735e1910 void 0.000120
+gallium_dri.so malloc 72 0x5571735e19a0 0.000126
+gallium_dri.so free 0x5571735e1a40 void 0.000124
+gallium_dri.so free 0x5571735e19a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e19f0 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e19f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000128
+gallium_dri.so free 0x5571735e1b80 void 0.000128
+gallium_dri.so free 0x5571735e1ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000127
+gallium_dri.so free 0x5571735e1c00 void 0.000123
+gallium_dri.so free 0x5571735e1ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1c00 0.000128
+gallium_dri.so free 0x5571735e1cc0 void 0.000129
+gallium_dri.so free 0x5571735e1c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1c00 0.000128
+gallium_dri.so free 0x5571735e1d80 void 0.000124
+gallium_dri.so free 0x5571735e1c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1c00 0.000129
+gallium_dri.so free 0x5571735e1e40 void 0.000131
+gallium_dri.so free 0x5571735e1c00 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1df0 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000133
+gallium_dri.so free 0x5571735e1df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1f10 0.000129
+gallium_dri.so free 0x5571735e1f80 void 0.000126
+gallium_dri.so free 0x5571735e1f10 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000120
+gallium_dri.so free 0x5571735e1fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000129
+gallium_dri.so free 0x5571735e20c0 void 0.000128
+gallium_dri.so free 0x5571735e1fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e20f0 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000281
+gallium_dri.so free 0x5571735e20f0 void 0.000302
+gallium_dri.so malloc 72 0x5571735e20f0 0.000296
+gallium_dri.so free 0x5571735e2240 void 0.000305
+gallium_dri.so free 0x5571735e20f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e21f0 0.000138
+gallium_dri.so free 0x5571735e2300 void 0.000135
+gallium_dri.so free 0x5571735e21f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e22b0 0.000150
+gallium_dri.so free 0x5571735e2340 void 0.000131
+gallium_dri.so free 0x5571735e22b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e22b0 0.000124
+gallium_dri.so free 0x5571735e2400 void 0.000122
+gallium_dri.so free 0x5571735e22b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2470 0.000120
+gallium_dri.so free 0x5571735e24c0 void 0.000137
+gallium_dri.so free 0x5571735e2470 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2470 0.000126
+gallium_dri.so free 0x5571735e25c0 void 0.000130
+gallium_dri.so free 0x5571735e2470 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2570 0.000126
+gallium_dri.so free 0x5571735e2680 void 0.000127
+gallium_dri.so free 0x5571735e2570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2630 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000123
+gallium_dri.so free 0x5571735e2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2630 0.000122
+gallium_dri.so free 0x5571735e2780 void 0.000122
+gallium_dri.so free 0x5571735e2630 void 0.000126
+gallium_dri.so malloc 72 0x5571735e27c0 0.000132
+gallium_dri.so free 0x5571735e2840 void 0.000142
+gallium_dri.so free 0x5571735e27c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2840 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000131
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2840 0.000131
+gallium_dri.so free 0x5571735e29c0 void 0.000126
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so malloc 72 0x5571735e29e0 0.000121
+gallium_dri.so free 0x5571735e2a80 void 0.000122
+gallium_dri.so free 0x5571735e29e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2a30 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000120
+gallium_dri.so free 0x5571735e2a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2a30 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000120
+gallium_dri.so free 0x5571735e2a30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2b80 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000122
+gallium_dri.so free 0x5571735e2b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2b80 0.000119
+gallium_dri.so free 0x5571735e2d00 void 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b80 0.000121
+gallium_dri.so free 0x5571735e2dc0 void 0.000121
+gallium_dri.so free 0x5571735e2b80 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2d70 0.000128
+gallium_dri.so free 0x5571735e2e80 void 0.000128
+gallium_dri.so free 0x5571735e2d70 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2e30 0.000127
+gallium_dri.so free 0x5571735e2f00 void 0.000128
+gallium_dri.so free 0x5571735e2e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2f50 0.000126
+gallium_dri.so free 0x5571735e2fc0 void 0.000127
+gallium_dri.so free 0x5571735e2f50 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000127
+gallium_dri.so free 0x5571735e3080 void 0.000128
+gallium_dri.so free 0x5571735e2fe0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3030 0.000126
+gallium_dri.so free 0x5571735e3100 void 0.000128
+gallium_dri.so free 0x5571735e3030 void 0.000158
+gallium_dri.so malloc 72 0x5571735e3030 0.000128
+gallium_dri.so free 0x5571735e3180 void 0.000127
+gallium_dri.so free 0x5571735e3030 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3180 0.000125
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so free 0x5571735e3180 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3180 0.000128
+gallium_dri.so free 0x5571735e3340 void 0.000131
+gallium_dri.so free 0x5571735e3180 void 0.000128
+gallium_dri.so malloc 72 0x5571735e32f0 0.000131
+gallium_dri.so free 0x5571735e3380 void 0.000128
+gallium_dri.so free 0x5571735e32f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e32f0 0.000135
+gallium_dri.so free 0x5571735e3440 void 0.000127
+gallium_dri.so free 0x5571735e32f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3480 0.000127
+gallium_dri.so free 0x5571735e3500 void 0.000127
+gallium_dri.so free 0x5571735e3480 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3500 0.000126
+gallium_dri.so free 0x5571735e35c0 void 0.000130
+gallium_dri.so free 0x5571735e3500 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3500 0.000127
+gallium_dri.so free 0x5571735e3640 void 0.000127
+gallium_dri.so free 0x5571735e3500 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3670 0.000127
+gallium_dri.so free 0x5571735e36c0 void 0.000128
+gallium_dri.so free 0x5571735e3670 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3670 0.000127
+gallium_dri.so free 0x5571735e37c0 void 0.000128
+gallium_dri.so free 0x5571735e3670 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3670 0.000126
+gallium_dri.so free 0x5571735dc5c0 void 0.000128
+gallium_dri.so free 0x5571735e3670 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000140
+gallium_dri.so free 0x5571735dc680 void 0.000129
+gallium_dri.so free 0x5571735dc5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000125
+gallium_dri.so free 0x5571735dc740 void 0.000126
+gallium_dri.so free 0x5571735dc5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000125
+gallium_dri.so free 0x5571735dc800 void 0.000135
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so free 0x5571735dc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc8d0 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc8d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9a0 0.000113
+gallium_dri.so free 0x5571735dca40 void 0.000113
+gallium_dri.so free 0x5571735dc9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc00 0.000126
+gallium_dri.so free 0x5571735dccc0 void 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc00 0.000134
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000116
+gallium_dri.so free 0x5571735dcf80 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000115
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd180 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd180 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd200 0.000129
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd200 0.000116
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd200 0.000112
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd200 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd470 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd590 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd590 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd620 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000117
+gallium_dri.so free 0x5571735dd620 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd670 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd670 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000118
+gallium_dri.so free 0x5571735dd670 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000112
+gallium_dri.so free 0x5571735dd8c0 void 0.000116
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd910 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd910 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd9a0 0.000116
+gallium_dri.so free 0x5571735dda40 void 0.000117
+gallium_dri.so free 0x5571735dd9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000117
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddb40 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000140
+gallium_dri.so free 0x5571735ddb40 void 0.000140
+gallium_dri.so malloc 72 0x5571735ddb40 0.000117
+gallium_dri.so free 0x5571735ddd00 void 0.000116
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb40 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dddb0 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735dddb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dddb0 0.000137
+gallium_dri.so free 0x5571735ddf00 void 0.000117
+gallium_dri.so free 0x5571735dddb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000113
+gallium_dri.so free 0x5571735ddfc0 void 0.000115
+gallium_dri.so free 0x5571735ddeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000114
+gallium_dri.so free 0x5571735de000 void 0.000115
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000116
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de110 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1c0 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de240 0.000115
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so malloc 72 0x5571735de240 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000116
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3b0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de3b0 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000117
+gallium_dri.so free 0x5571735de3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4b0 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000116
+gallium_dri.so free 0x5571735de4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de570 void 0.000114
+gallium_dri.so malloc 72 0x5571735de660 0.000114
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so free 0x5571735de660 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6b0 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de6b0 0.000119
+gallium_dri.so free 0x5571735de800 void 0.000115
+gallium_dri.so free 0x5571735de6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de800 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so malloc 72 0x5571735de800 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so malloc 72 0x5571735de800 0.000115
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000117
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000127
+gallium_dri.so free 0x5571735de9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de9f0 0.000115
+gallium_dri.so free 0x5571735deb40 void 0.000137
+gallium_dri.so free 0x5571735de9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735deaf0 0.000115
+gallium_dri.so free 0x5571735dec00 void 0.000115
+gallium_dri.so free 0x5571735deaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debb0 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735debb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735debb0 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000130
+gallium_dri.so free 0x5571735debb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ded40 0.000114
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735ded40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedc0 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000116
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedc0 0.000115
+gallium_dri.so free 0x5571735def40 void 0.000116
+gallium_dri.so free 0x5571735dedc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735def60 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def60 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df080 void 0.000200
+gallium_dri.so free 0x5571735defb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735defb0 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df100 0.000124
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so malloc 72 0x5571735df100 0.000115
+gallium_dri.so free 0x5571735df280 void 0.000116
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so malloc 72 0x5571735df100 0.000116
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2f0 0.000114
+gallium_dri.so free 0x5571735df400 void 0.000116
+gallium_dri.so free 0x5571735df2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df3b0 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so free 0x5571735df3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4d0 0.000116
+gallium_dri.so free 0x5571735df540 void 0.000115
+gallium_dri.so free 0x5571735df4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df560 0.000114
+gallium_dri.so free 0x5571735df600 void 0.000115
+gallium_dri.so free 0x5571735df560 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000125
+gallium_dri.so free 0x5571735df680 void 0.000117
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df700 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so malloc 72 0x5571735df700 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so malloc 72 0x5571735df870 0.000115
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df870 void 0.000114
+gallium_dri.so malloc 72 0x5571735df870 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735df870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa00 0.000140
+gallium_dri.so free 0x5571735dfa80 void 0.000117
+gallium_dri.so free 0x5571735dfa00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfa80 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa80 0.000113
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000138
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000115
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfd80 0.000116
+gallium_dri.so free 0x5571735dfe00 void 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe00 0.000116
+gallium_dri.so free 0x5571735dfec0 void 0.000115
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe00 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dff70 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dff70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dff70 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000115
+gallium_dri.so free 0x5571735dff70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0070 0.000115
+gallium_dri.so free 0x5571735e0180 void 0.000114
+gallium_dri.so free 0x5571735e0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0130 0.000114
+gallium_dri.so free 0x5571735e0200 void 0.000116
+gallium_dri.so free 0x5571735e0130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0130 0.000116
+gallium_dri.so free 0x5571735e02c0 void 0.000119
+gallium_dri.so free 0x5571735e0130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0130 0.000114
+gallium_dri.so free 0x5571735e0380 void 0.000115
+gallium_dri.so free 0x5571735e0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0330 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0450 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000115
+gallium_dri.so free 0x5571735e0450 void 0.000113
+gallium_dri.so malloc 72 0x5571735e04e0 0.000112
+gallium_dri.so free 0x5571735e0580 void 0.000115
+gallium_dri.so free 0x5571735e04e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0530 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0600 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0600 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0740 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000126
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0740 0.000115
+gallium_dri.so free 0x5571735e0980 void 0.000116
+gallium_dri.so free 0x5571735e0740 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0930 0.000116
+gallium_dri.so free 0x5571735e0a00 void 0.000116
+gallium_dri.so free 0x5571735e0930 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0a50 0.000118
+gallium_dri.so free 0x5571735e0ac0 void 0.000116
+gallium_dri.so free 0x5571735e0a50 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b00 0.000114
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0b00 0.000114
+gallium_dri.so free 0x5571735e0c00 void 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000118
+gallium_dri.so free 0x5571735e0c80 void 0.000116
+gallium_dri.so free 0x5571735e0c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0c30 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so free 0x5571735e0c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d30 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000142
+gallium_dri.so free 0x5571735e0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d30 0.000122
+gallium_dri.so free 0x5571735fc3c0 void 0.000117
+gallium_dri.so free 0x5571735e0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000115
+gallium_dri.so free 0x5571735fc440 void 0.000114
+gallium_dri.so free 0x5571735fc3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000114
+gallium_dri.so free 0x5571735fc540 void 0.000116
+gallium_dri.so free 0x5571735fc3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc580 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc580 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc600 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc600 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc770 0.000113
+gallium_dri.so free 0x5571735fc7c0 void 0.000115
+gallium_dri.so free 0x5571735fc770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc770 0.000114
+gallium_dri.so free 0x5571735fc8c0 void 0.000115
+gallium_dri.so free 0x5571735fc770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc870 0.000115
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000162
+gallium_dri.so free 0x5571735fc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000115
+gallium_dri.so free 0x5571735fc930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc930 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcb30 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcc50 0.000113
+gallium_dri.so free 0x5571735fccc0 void 0.000115
+gallium_dri.so free 0x5571735fcc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcce0 0.000114
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so free 0x5571735fcce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd30 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000143
+gallium_dri.so free 0x5571735fcd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000112
+gallium_dri.so free 0x5571735fcf40 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf40 0.000112
+gallium_dri.so free 0x5571735fd000 void 0.000137
+gallium_dri.so free 0x5571735fcf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcf40 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000116
+gallium_dri.so free 0x5571735fcf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcf40 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000115
+gallium_dri.so free 0x5571735fcf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd130 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd250 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000116
+gallium_dri.so free 0x5571735fd250 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd300 0.000115
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd300 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000115
+gallium_dri.so free 0x5571735fd300 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd430 0.000113
+gallium_dri.so free 0x5571735fd480 void 0.000115
+gallium_dri.so free 0x5571735fd430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd430 0.000114
+gallium_dri.so free 0x5571735fd580 void 0.000115
+gallium_dri.so free 0x5571735fd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd530 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000123
+gallium_dri.so free 0x5571735fd530 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000115
+gallium_dri.so free 0x5571735fd680 void 0.000114
+gallium_dri.so free 0x5571735fd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000126
+gallium_dri.so free 0x5571735fd5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000122
+gallium_dri.so free 0x5571735fd800 void 0.000116
+gallium_dri.so free 0x5571735fd7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000114
+gallium_dri.so free 0x5571735fd900 void 0.000116
+gallium_dri.so free 0x5571735fd7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000113
+gallium_dri.so free 0x5571735fd9c0 void 0.000114
+gallium_dri.so free 0x5571735fd8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd970 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd970 0.000116
+gallium_dri.so free 0x5571735fdac0 void 0.000115
+gallium_dri.so free 0x5571735fd970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb00 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb80 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdb80 void 0.000135
+gallium_dri.so malloc 72 0x5571735fdb80 0.000116
+gallium_dri.so free 0x5571735fdd00 void 0.000114
+gallium_dri.so free 0x5571735fdb80 void 0.000140
+gallium_dri.so malloc 72 0x5571735fdd20 0.000115
+gallium_dri.so free 0x5571735fddc0 void 0.000116
+gallium_dri.so free 0x5571735fdd20 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd70 0.000115
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fdd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdd70 0.000119
+gallium_dri.so free 0x5571735fdec0 void 0.000116
+gallium_dri.so free 0x5571735fdd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdec0 0.000115
+gallium_dri.so free 0x5571735fdf80 void 0.000117
+gallium_dri.so free 0x5571735fdec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdec0 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000115
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdec0 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000116
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000114
+gallium_dri.so free 0x5571735fe1c0 void 0.000115
+gallium_dri.so free 0x5571735fe0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe170 0.000124
+gallium_dri.so free 0x5571735fe240 void 0.000114
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe290 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe290 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe320 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000112
+gallium_dri.so free 0x5571735fe320 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe370 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe370 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe370 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000113
+gallium_dri.so free 0x5571735fe370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000113
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000115
+gallium_dri.so free 0x5571735fe680 void 0.000115
+gallium_dri.so free 0x5571735fe4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe630 0.000118
+gallium_dri.so free 0x5571735fe6c0 void 0.000119
+gallium_dri.so free 0x5571735fe630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe630 0.000115
+gallium_dri.so free 0x5571735fe780 void 0.000115
+gallium_dri.so free 0x5571735fe630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000127
+gallium_dri.so free 0x5571735fe840 void 0.000117
+gallium_dri.so free 0x5571735fe7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe840 0.000122
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe840 0.000114
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000114
+gallium_dri.so free 0x5571735fea00 void 0.000115
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000115
+gallium_dri.so free 0x5571735feb00 void 0.000115
+gallium_dri.so free 0x5571735fe9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feb40 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000120
+gallium_dri.so free 0x5571735feb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735febc0 0.000152
+gallium_dri.so free 0x5571735fec80 void 0.000225
+gallium_dri.so free 0x5571735febc0 void 0.000211
+gallium_dri.so malloc 72 0x5571735febc0 0.000213
+gallium_dri.so free 0x5571735fed00 void 0.000191
+gallium_dri.so free 0x5571735febc0 void 0.000201
+gallium_dri.so malloc 72 0x5571735fed30 0.000174
+gallium_dri.so free 0x5571735fed80 void 0.000116
+gallium_dri.so free 0x5571735fed30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fed30 0.000113
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fed30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000114
+gallium_dri.so free 0x5571735fef40 void 0.000117
+gallium_dri.so free 0x5571735fee30 void 0.000120
+gallium_dri.so malloc 72 0x5571735feef0 0.000117
+gallium_dri.so free 0x5571735fefc0 void 0.000115
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feef0 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so free 0x5571735feef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feef0 0.000113
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000113
+gallium_dri.so free 0x5571735ff1c0 void 0.000115
+gallium_dri.so free 0x5571735ff0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff210 0.000114
+gallium_dri.so free 0x5571735ff280 void 0.000115
+gallium_dri.so free 0x5571735ff210 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2a0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000121
+gallium_dri.so free 0x5571735ff2a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000116
+gallium_dri.so free 0x5571735ff2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000113
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff500 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff810 0.000119
+gallium_dri.so free 0x5571735ff880 void 0.000120
+gallium_dri.so free 0x5571735ff810 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000114
+gallium_dri.so free 0x5571735ff940 void 0.000125
+gallium_dri.so free 0x5571735ff8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000127
+gallium_dri.so free 0x5571735ff9c0 void 0.000123
+gallium_dri.so free 0x5571735ff8c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000148
+gallium_dri.so free 0x5571735ffa40 void 0.000134
+gallium_dri.so free 0x5571735ff9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ff9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000130
+gallium_dri.so free 0x5571735ffc40 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000117
+gallium_dri.so free 0x5571735ffd00 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd70 0.000115
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd70 0.000113
+gallium_dri.so free 0x5571735ffec0 void 0.000113
+gallium_dri.so free 0x5571735ffd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000123
+gallium_dri.so free 0x5571735fff80 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x5571735fffc0 void 0.000113
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff30 0.000113
+gallium_dri.so free 0x557173600080 void 0.000113
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x5571736000c0 0.000112
+gallium_dri.so free 0x557173600140 void 0.000112
+gallium_dri.so free 0x5571736000c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600140 0.000111
+gallium_dri.so free 0x557173600200 void 0.000110
+gallium_dri.so free 0x557173600140 void 0.000112
+gallium_dri.so malloc 72 0x557173600140 0.000114
+gallium_dri.so free 0x5571736002c0 void 0.000114
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so malloc 72 0x5571736002e0 0.000114
+gallium_dri.so free 0x557173600380 void 0.000118
+gallium_dri.so free 0x5571736002e0 void 0.000119
+gallium_dri.so malloc 72 0x557173600330 0.000115
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so free 0x557173600330 void 0.000114
+gallium_dri.so malloc 72 0x557173600330 0.000112
+gallium_dri.so free 0x557173600480 void 0.000113
+gallium_dri.so free 0x557173600330 void 0.000118
+gallium_dri.so malloc 72 0x557173600480 0.000127
+gallium_dri.so free 0x557173600540 void 0.000121
+gallium_dri.so free 0x557173600480 void 0.000123
+gallium_dri.so malloc 72 0x557173600480 0.000126
+gallium_dri.so free 0x557173600600 void 0.000126
+gallium_dri.so free 0x557173600480 void 0.000156
+gallium_dri.so malloc 72 0x557173600480 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000118
+gallium_dri.so free 0x557173600480 void 0.000123
+gallium_dri.so malloc 72 0x557173600670 0.000126
+gallium_dri.so free 0x557173600780 void 0.000123
+gallium_dri.so free 0x557173600670 void 0.000118
+gallium_dri.so malloc 72 0x557173600730 0.000119
+gallium_dri.so free 0x557173600800 void 0.000123
+gallium_dri.so free 0x557173600730 void 0.000125
+gallium_dri.so malloc 72 0x557173600850 0.000126
+gallium_dri.so free 0x5571736008c0 void 0.000125
+gallium_dri.so free 0x557173600850 void 0.000125
+gallium_dri.so malloc 72 0x5571736008e0 0.000123
+gallium_dri.so free 0x557173600980 void 0.000126
+gallium_dri.so free 0x5571736008e0 void 0.000125
+gallium_dri.so malloc 72 0x557173600930 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000130
+gallium_dri.so free 0x557173600930 void 0.000122
+gallium_dri.so malloc 72 0x557173600930 0.000122
+gallium_dri.so free 0x557173600a80 void 0.000172
+gallium_dri.so free 0x557173600930 void 0.000125
+gallium_dri.so malloc 72 0x557173600a80 0.000130
+gallium_dri.so free 0x557173600b40 void 0.000126
+gallium_dri.so free 0x557173600a80 void 0.000121
+gallium_dri.so malloc 72 0x557173600a80 0.000119
+gallium_dri.so free 0x557173600c40 void 0.000119
+gallium_dri.so free 0x557173600a80 void 0.000125
+gallium_dri.so malloc 72 0x557173600bf0 0.000125
+gallium_dri.so free 0x557173600c80 void 0.000120
+gallium_dri.so free 0x557173600bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173600bf0 0.000118
+gallium_dri.so free 0x557173600d40 void 0.000118
+gallium_dri.so free 0x557173600bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173600d80 0.000124
+gallium_dri.so free 0x557173600e00 void 0.000125
+gallium_dri.so free 0x557173600d80 void 0.000122
+gallium_dri.so malloc 72 0x557173600e00 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000118
+gallium_dri.so malloc 72 0x557173600e00 0.000118
+gallium_dri.so free 0x557173600f40 void 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000118
+gallium_dri.so malloc 72 0x557173600f70 0.000119
+gallium_dri.so free 0x557173600fc0 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000127
+gallium_dri.so malloc 72 0x557173600f70 0.000120
+gallium_dri.so free 0x5571736010c0 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000119
+gallium_dri.so malloc 72 0x557173601100 0.000118
+gallium_dri.so free 0x557173601180 void 0.000120
+gallium_dri.so free 0x557173601100 void 0.000120
+gallium_dri.so malloc 72 0x557173601180 0.000119
+gallium_dri.so free 0x557173469a00 void 0.000120
+gallium_dri.so free 0x557173601180 void 0.000118
+gallium_dri.so malloc 72 0x557173601180 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000117
+gallium_dri.so free 0x557173601180 void 0.000119
+gallium_dri.so malloc 72 0x557173469ab0 0.000118
+gallium_dri.so free 0x557173469b00 void 0.000118
+gallium_dri.so free 0x557173469ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173469ab0 0.000117
+gallium_dri.so free 0x557173469c00 void 0.000119
+gallium_dri.so free 0x557173469ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173469bb0 0.000119
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469d40 void 0.000119
+gallium_dri.so free 0x557173469c70 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469e00 void 0.000121
+gallium_dri.so free 0x557173469c70 void 0.000124
+gallium_dri.so malloc 72 0x557173469c70 0.000119
+gallium_dri.so free 0x557173469ec0 void 0.000118
+gallium_dri.so free 0x557173469c70 void 0.000117
+gallium_dri.so malloc 72 0x557173469e70 0.000142
+gallium_dri.so free 0x557173469f40 void 0.000120
+gallium_dri.so free 0x557173469e70 void 0.000116
+gallium_dri.so malloc 72 0x557173469f90 0.000119
+gallium_dri.so free 0x55717346a000 void 0.000119
+gallium_dri.so free 0x557173469f90 void 0.000118
+gallium_dri.so malloc 72 0x55717346a020 0.000119
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so free 0x55717346a020 void 0.000125
+gallium_dri.so malloc 72 0x55717346a070 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so free 0x55717346a070 void 0.000132
+gallium_dri.so malloc 72 0x55717346a140 0.000121
+gallium_dri.so free 0x55717346a200 void 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so malloc 72 0x55717346a140 0.000119
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so malloc 72 0x55717346a280 0.000119
+gallium_dri.so free 0x55717346a340 void 0.000118
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so malloc 72 0x55717346a280 0.000118
+gallium_dri.so free 0x55717346a400 void 0.000121
+gallium_dri.so free 0x55717346a280 void 0.000119
+gallium_dri.so malloc 72 0x55717346a280 0.000118
+gallium_dri.so free 0x55717346a4c0 void 0.000120
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so malloc 72 0x55717346a470 0.000119
+gallium_dri.so free 0x55717346a540 void 0.000118
+gallium_dri.so free 0x55717346a470 void 0.000119
+gallium_dri.so malloc 72 0x55717346a590 0.000119
+gallium_dri.so free 0x55717346a600 void 0.000119
+gallium_dri.so free 0x55717346a590 void 0.000119
+gallium_dri.so malloc 72 0x55717346a640 0.000124
+gallium_dri.so free 0x55717346a6c0 void 0.000120
+gallium_dri.so free 0x55717346a640 void 0.000119
+gallium_dri.so malloc 72 0x55717346a640 0.000119
+gallium_dri.so free 0x55717346a740 void 0.000119
+gallium_dri.so free 0x55717346a640 void 0.000118
+gallium_dri.so malloc 72 0x55717346a770 0.000120
+gallium_dri.so free 0x55717346a7c0 void 0.000120
+gallium_dri.so free 0x55717346a770 void 0.000118
+gallium_dri.so malloc 72 0x55717346a770 0.000119
+gallium_dri.so free 0x55717346a8c0 void 0.000121
+gallium_dri.so free 0x55717346a770 void 0.000119
+gallium_dri.so malloc 72 0x55717346a870 0.000119
+gallium_dri.so free 0x55717346a980 void 0.000119
+gallium_dri.so free 0x55717346a870 void 0.000118
+gallium_dri.so malloc 72 0x55717346a930 0.000126
+gallium_dri.so free 0x55717346a9c0 void 0.000119
+gallium_dri.so free 0x55717346a930 void 0.000120
+gallium_dri.so malloc 72 0x55717346a930 0.000118
+gallium_dri.so free 0x55717346aa80 void 0.000119
+gallium_dri.so free 0x55717346a930 void 0.000119
+gallium_dri.so malloc 72 0x55717346aaf0 0.000119
+gallium_dri.so free 0x55717346ab40 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aaf0 0.000118
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346abf0 0.000118
+gallium_dri.so free 0x55717346ad00 void 0.000118
+gallium_dri.so free 0x55717346abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346acb0 0.000119
+gallium_dri.so free 0x55717346ad40 void 0.000119
+gallium_dri.so free 0x55717346acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346acb0 0.000139
+gallium_dri.so free 0x55717346ae00 void 0.000120
+gallium_dri.so free 0x55717346acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae40 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000120
+gallium_dri.so free 0x55717346ae40 void 0.000119
+gallium_dri.so malloc 72 0x55717346aec0 0.000118
+gallium_dri.so free 0x55717346af80 void 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000188
+gallium_dri.so malloc 72 0x55717346aec0 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b060 0.000120
+gallium_dri.so free 0x55717346b100 void 0.000119
+gallium_dri.so free 0x55717346b060 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0b0 0.000118
+gallium_dri.so free 0x55717346b180 void 0.000120
+gallium_dri.so free 0x55717346b0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b0b0 0.000121
+gallium_dri.so free 0x55717346b200 void 0.000119
+gallium_dri.so free 0x55717346b0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b200 0.000119
+gallium_dri.so free 0x55717346b2c0 void 0.000119
+gallium_dri.so free 0x55717346b200 void 0.000119
+gallium_dri.so malloc 72 0x55717346b200 0.000118
+gallium_dri.so free 0x55717346b380 void 0.000118
+gallium_dri.so free 0x55717346b200 void 0.000118
+gallium_dri.so malloc 72 0x55717346b200 0.000118
+gallium_dri.so free 0x55717346b440 void 0.000119
+gallium_dri.so free 0x55717346b200 void 0.000119
+gallium_dri.so malloc 72 0x55717346b3f0 0.000117
+gallium_dri.so free 0x55717346b500 void 0.000119
+gallium_dri.so free 0x55717346b3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b4b0 0.000118
+gallium_dri.so free 0x55717346b580 void 0.000128
+gallium_dri.so free 0x55717346b4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b5d0 0.000118
+gallium_dri.so free 0x55717346b640 void 0.000118
+gallium_dri.so free 0x55717346b5d0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b660 0.000118
+gallium_dri.so free 0x55717346b700 void 0.000120
+gallium_dri.so free 0x55717346b660 void 0.000118
+gallium_dri.so malloc 72 0x55717346b6b0 0.000119
+gallium_dri.so free 0x55717346b780 void 0.000118
+gallium_dri.so free 0x55717346b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b6b0 0.000120
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b800 0.000118
+gallium_dri.so free 0x55717346b8c0 void 0.000119
+gallium_dri.so free 0x55717346b800 void 0.000123
+gallium_dri.so malloc 72 0x55717346b800 0.000119
+gallium_dri.so free 0x55717346b9c0 void 0.000121
+gallium_dri.so free 0x55717346b800 void 0.000118
+gallium_dri.so malloc 72 0x55717346b970 0.000119
+gallium_dri.so free 0x55717346ba00 void 0.000119
+gallium_dri.so free 0x55717346b970 void 0.000118
+gallium_dri.so malloc 72 0x55717346b970 0.000119
+gallium_dri.so free 0x55717346bac0 void 0.000119
+gallium_dri.so free 0x55717346b970 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb00 0.000128
+gallium_dri.so free 0x55717346bb80 void 0.000121
+gallium_dri.so free 0x55717346bb00 void 0.000121
+gallium_dri.so malloc 72 0x55717346bb80 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000118
+gallium_dri.so free 0x55717346bb80 void 0.000138
+gallium_dri.so malloc 72 0x55717346bb80 0.000121
+gallium_dri.so free 0x55717346bcc0 void 0.000119
+gallium_dri.so free 0x55717346bb80 void 0.000120
+gallium_dri.so malloc 72 0x55717346bcf0 0.000120
+gallium_dri.so free 0x55717346bd40 void 0.000119
+gallium_dri.so free 0x55717346bcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bcf0 0.000118
+gallium_dri.so free 0x55717346be40 void 0.000123
+gallium_dri.so free 0x55717346bcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346be80 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000121
+gallium_dri.so free 0x55717346be80 void 0.000121
+gallium_dri.so malloc 72 0x55717346bf00 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000124
+gallium_dri.so free 0x55717346bf00 void 0.000119
+gallium_dri.so malloc 72 0x55717346bf00 0.000119
+gallium_dri.so free 0x55717346c040 void 0.000119
+gallium_dri.so free 0x55717346bf00 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000169
+gallium_dri.so malloc 72 0x55717346c070 0.000119
+gallium_dri.so free 0x55717346c1c0 void 0.000119
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c170 0.000118
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x55717346c170 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000119
+gallium_dri.so free 0x55717346c300 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000119
+gallium_dri.so malloc 72 0x55717346c230 0.000119
+gallium_dri.so free 0x55717346c3c0 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000119
+gallium_dri.so free 0x55717346c480 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000118
+gallium_dri.so malloc 72 0x55717346c430 0.000116
+gallium_dri.so free 0x55717346c500 void 0.000119
+gallium_dri.so free 0x55717346c430 void 0.000119
+gallium_dri.so malloc 72 0x55717346c550 0.000142
+gallium_dri.so free 0x55717346c5c0 void 0.000121
+gallium_dri.so free 0x55717346c550 void 0.000119
+gallium_dri.so malloc 72 0x55717346c5e0 0.000118
+gallium_dri.so free 0x55717346c680 void 0.000119
+gallium_dri.so free 0x55717346c5e0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c630 0.000119
+gallium_dri.so free 0x55717346c700 void 0.000128
+gallium_dri.so free 0x55717346c630 void 0.000119
+gallium_dri.so malloc 72 0x55717346c700 0.000120
+gallium_dri.so free 0x55717346c7c0 void 0.000118
+gallium_dri.so free 0x55717346c700 void 0.000118
+gallium_dri.so malloc 72 0x55717346c700 0.000119
+gallium_dri.so free 0x55717346c840 void 0.000120
+gallium_dri.so free 0x55717346c700 void 0.000118
+gallium_dri.so malloc 72 0x55717346c840 0.000120
+gallium_dri.so free 0x55717346c900 void 0.000118
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so malloc 72 0x55717346c840 0.000119
+gallium_dri.so free 0x55717346c9c0 void 0.000118
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so malloc 72 0x55717346c840 0.000118
+gallium_dri.so free 0x55717346ca80 void 0.000120
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca30 0.000118
+gallium_dri.so free 0x55717346cb00 void 0.000119
+gallium_dri.so free 0x55717346ca30 void 0.000127
+gallium_dri.so malloc 72 0x55717346cb50 0.000119
+gallium_dri.so free 0x55717346cbc0 void 0.000119
+gallium_dri.so free 0x55717346cb50 void 0.000120
+gallium_dri.so malloc 72 0x55717346cc00 0.000119
+gallium_dri.so free 0x55717346cc80 void 0.000119
+gallium_dri.so free 0x55717346cc00 void 0.000118
+gallium_dri.so malloc 72 0x55717346cc00 0.000129
+gallium_dri.so free 0x55717346cd00 void 0.000120
+gallium_dri.so free 0x55717346cc00 void 0.000119
+gallium_dri.so malloc 72 0x55717346cd30 0.000119
+gallium_dri.so free 0x55717346cd80 void 0.000133
+gallium_dri.so free 0x55717346cd30 void 0.000120
+gallium_dri.so malloc 72 0x55717346cd30 0.000121
+gallium_dri.so free 0x55717346ce80 void 0.000118
+gallium_dri.so free 0x55717346cd30 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce30 0.000119
+gallium_dri.so free 0x55717346cf40 void 0.000121
+gallium_dri.so free 0x55717346ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717346cef0 0.000121
+gallium_dri.so free 0x55717346cf80 void 0.000120
+gallium_dri.so free 0x55717346cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cef0 0.000118
+gallium_dri.so free 0x55717346d040 void 0.000118
+gallium_dri.so free 0x55717346cef0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000119
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d1b0 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so free 0x55717346d1b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d270 0.000120
+gallium_dri.so free 0x55717346d300 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000119
+gallium_dri.so malloc 72 0x55717346d270 0.000119
+gallium_dri.so free 0x55717346d3c0 void 0.000118
+gallium_dri.so free 0x55717346d270 void 0.000118
+gallium_dri.so malloc 72 0x55717346d400 0.000118
+gallium_dri.so free 0x55717346d480 void 0.000119
+gallium_dri.so free 0x55717346d400 void 0.000117
+gallium_dri.so malloc 72 0x55717346d480 0.000119
+gallium_dri.so free 0x55717346d540 void 0.000119
+gallium_dri.so free 0x55717346d480 void 0.000118
+gallium_dri.so malloc 72 0x55717346d480 0.000119
+gallium_dri.so free 0x55717346d600 void 0.000118
+gallium_dri.so free 0x55717346d480 void 0.000123
+gallium_dri.so malloc 72 0x55717346d620 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x55717346d620 void 0.000119
+gallium_dri.so malloc 72 0x55717346d670 0.000119
+gallium_dri.so free 0x55717346d740 void 0.000119
+gallium_dri.so free 0x55717346d670 void 0.000119
+gallium_dri.so malloc 72 0x55717346d670 0.000116
+gallium_dri.so free 0x55717346d7c0 void 0.000118
+gallium_dri.so free 0x55717346d670 void 0.000118
+gallium_dri.so malloc 72 0x55717346d7c0 0.000119
+gallium_dri.so free 0x55717346d880 void 0.000118
+gallium_dri.so free 0x55717346d7c0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d7c0 0.000119
+gallium_dri.so free 0x55717346d940 void 0.000119
+gallium_dri.so free 0x55717346d7c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d7c0 0.000120
+gallium_dri.so free 0x55717346da00 void 0.000125
+gallium_dri.so free 0x55717346d7c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d9b0 0.000119
+gallium_dri.so free 0x55717346dac0 void 0.000119
+gallium_dri.so free 0x55717346d9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346da70 0.000119
+gallium_dri.so free 0x55717346db40 void 0.000119
+gallium_dri.so free 0x55717346da70 void 0.000120
+gallium_dri.so malloc 72 0x55717346db90 0.000119
+gallium_dri.so free 0x55717346dc00 void 0.000119
+gallium_dri.so free 0x55717346db90 void 0.000119
+gallium_dri.so malloc 72 0x55717346dc20 0.000119
+gallium_dri.so free 0x55717346dcc0 void 0.000130
+gallium_dri.so free 0x55717346dc20 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc70 0.000119
+gallium_dri.so free 0x55717346dd40 void 0.000120
+gallium_dri.so free 0x55717346dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717346dc70 0.000120
+gallium_dri.so free 0x55717346ddc0 void 0.000140
+gallium_dri.so free 0x55717346dc70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddc0 0.000123
+gallium_dri.so free 0x55717346de80 void 0.000113
+gallium_dri.so free 0x55717346ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddc0 0.000119
+gallium_dri.so free 0x55717346df80 void 0.000120
+gallium_dri.so free 0x55717346ddc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346df30 0.000120
+gallium_dri.so free 0x55717346dfc0 void 0.000119
+gallium_dri.so free 0x55717346df30 void 0.000118
+gallium_dri.so malloc 72 0x55717346df30 0.000119
+gallium_dri.so free 0x55717346e080 void 0.000119
+gallium_dri.so free 0x55717346df30 void 0.000118
+gallium_dri.so malloc 72 0x55717346e0c0 0.000119
+gallium_dri.so free 0x55717346e140 void 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e140 0.000119
+gallium_dri.so free 0x55717346e200 void 0.000120
+gallium_dri.so free 0x55717346e140 void 0.000119
+gallium_dri.so malloc 72 0x55717346e140 0.000118
+gallium_dri.so free 0x55717346e280 void 0.000119
+gallium_dri.so free 0x55717346e140 void 0.000118
+gallium_dri.so malloc 72 0x55717346e2b0 0.000119
+gallium_dri.so free 0x55717346e300 void 0.000119
+gallium_dri.so free 0x55717346e2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e2b0 0.000118
+gallium_dri.so free 0x55717346e400 void 0.000119
+gallium_dri.so free 0x55717346e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e440 0.000127
+gallium_dri.so free 0x55717346e4c0 void 0.000120
+gallium_dri.so free 0x55717346e440 void 0.000119
+gallium_dri.so malloc 72 0x55717346e4c0 0.000120
+gallium_dri.so free 0x55717346e580 void 0.000119
+gallium_dri.so free 0x55717346e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e4c0 0.000119
+gallium_dri.so free 0x55717346e600 void 0.000118
+gallium_dri.so free 0x55717346e4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x55717346e630 0.000118
+gallium_dri.so free 0x55717346e780 void 0.000120
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x55717346e730 0.000118
+gallium_dri.so free 0x55717346e840 void 0.000120
+gallium_dri.so free 0x55717346e730 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000119
+gallium_dri.so free 0x55717346e8c0 void 0.000143
+gallium_dri.so free 0x55717346e7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000119
+gallium_dri.so free 0x55717346e980 void 0.000118
+gallium_dri.so free 0x55717346e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x55717346e7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346e7f0 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000120
+gallium_dri.so free 0x55717346e7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe40 0.000115
+gallium_dri.so free 0x5571735bff00 void 0.000135
+gallium_dri.so free 0x5571735bfe40 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfe40 0.000118
+gallium_dri.so free 0x5571735bffc0 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfe40 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0030 0.000120
+gallium_dri.so free 0x5571735c0140 void 0.000121
+gallium_dri.so free 0x5571735c0030 void 0.000125
+gallium_dri.so malloc 72 0x5571735c00f0 0.000124
+gallium_dri.so free 0x5571735c01c0 void 0.000119
+gallium_dri.so free 0x5571735c00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0210 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000118
+gallium_dri.so free 0x5571735c0210 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02a0 0.000119
+gallium_dri.so free 0x5571735c0340 void 0.000119
+gallium_dri.so free 0x5571735c02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000188
+gallium_dri.so free 0x5571735c02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02f0 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0440 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0440 0.000120
+gallium_dri.so free 0x5571735c0600 void 0.000118
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0640 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05b0 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0740 0.000120
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so free 0x5571735c0740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07c0 0.000119
+gallium_dri.so free 0x5571735c0880 void 0.000119
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c07c0 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000121
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0930 0.000128
+gallium_dri.so free 0x5571735c0980 void 0.000119
+gallium_dri.so free 0x5571735c0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0930 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000118
+gallium_dri.so free 0x5571735c0930 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000141
+gallium_dri.so free 0x5571735c0b40 void 0.000121
+gallium_dri.so free 0x5571735c0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b40 0.000119
+gallium_dri.so free 0x5571735c0c00 void 0.000119
+gallium_dri.so free 0x5571735c0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b40 0.000118
+gallium_dri.so free 0x5571735c0c80 void 0.000119
+gallium_dri.so free 0x5571735c0b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000119
+gallium_dri.so free 0x5571735c0d00 void 0.000119
+gallium_dri.so free 0x5571735c0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000121
+gallium_dri.so free 0x5571735c0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0db0 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000119
+gallium_dri.so free 0x5571735c0db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e70 0.000119
+gallium_dri.so free 0x5571735c0f40 void 0.000119
+gallium_dri.so free 0x5571735c0e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0e70 0.000119
+gallium_dri.so free 0x5571735c1000 void 0.000118
+gallium_dri.so free 0x5571735c0e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e70 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735c0e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1190 0.000119
+gallium_dri.so free 0x5571735c1200 void 0.000118
+gallium_dri.so free 0x5571735c1190 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1220 0.000124
+gallium_dri.so free 0x5571735c12c0 void 0.000125
+gallium_dri.so free 0x5571735c1220 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1270 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000123
+gallium_dri.so free 0x5571735c1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1340 0.000120
+gallium_dri.so free 0x5571735c1400 void 0.000119
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1340 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1480 0.000164
+gallium_dri.so free 0x5571735c1540 void 0.000120
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1480 0.000123
+gallium_dri.so free 0x5571735c1600 void 0.000120
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1480 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000120
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1670 0.000120
+gallium_dri.so free 0x5571735c1740 void 0.000119
+gallium_dri.so free 0x5571735c1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1790 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so free 0x5571735c1790 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1840 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so free 0x5571735c1840 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1840 0.000119
+gallium_dri.so free 0x5571735c1940 void 0.000120
+gallium_dri.so free 0x5571735c1840 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1970 0.000120
+gallium_dri.so free 0x5571735c19c0 void 0.000119
+gallium_dri.so free 0x5571735c1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1970 0.000118
+gallium_dri.so free 0x5571735c1ac0 void 0.000120
+gallium_dri.so free 0x5571735c1970 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1a70 0.000112
+gallium_dri.so free 0x5571735c1b80 void 0.000111
+gallium_dri.so free 0x5571735c1a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1b30 0.000110
+gallium_dri.so free 0x5571735c1bc0 void 0.000110
+gallium_dri.so free 0x5571735c1b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1b30 0.000114
+gallium_dri.so free 0x5571735c1c80 void 0.000111
+gallium_dri.so free 0x5571735c1b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000110
+gallium_dri.so free 0x5571735c1d40 void 0.000110
+gallium_dri.so free 0x5571735c1cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1cf0 0.000111
+gallium_dri.so free 0x5571735c1e40 void 0.000109
+gallium_dri.so free 0x5571735c1cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1df0 0.000110
+gallium_dri.so free 0x5571735c1f00 void 0.000112
+gallium_dri.so free 0x5571735c1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000111
+gallium_dri.so free 0x5571735c1f40 void 0.000110
+gallium_dri.so free 0x5571735c1eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000110
+gallium_dri.so free 0x5571735c2000 void 0.000111
+gallium_dri.so free 0x5571735c1eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2040 0.000112
+gallium_dri.so free 0x5571735c20c0 void 0.000110
+gallium_dri.so free 0x5571735c2040 void 0.000111
+gallium_dri.so malloc 72 0x5571735c20c0 0.000135
+gallium_dri.so free 0x5571735c2180 void 0.000123
+gallium_dri.so free 0x5571735c20c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c20c0 0.000125
+gallium_dri.so free 0x5571735c2240 void 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2260 0.000117
+gallium_dri.so free 0x5571735c2300 void 0.000115
+gallium_dri.so free 0x5571735c2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22b0 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000124
+gallium_dri.so free 0x5571735c22b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c22b0 0.000119
+gallium_dri.so free 0x5571735c2400 void 0.000115
+gallium_dri.so free 0x5571735c22b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2400 0.000123
+gallium_dri.so free 0x5571735c24c0 void 0.000126
+gallium_dri.so free 0x5571735c2400 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2400 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000124
+gallium_dri.so free 0x5571735c2400 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2400 0.000123
+gallium_dri.so free 0x5571735c2640 void 0.000124
+gallium_dri.so free 0x5571735c2400 void 0.000124
+gallium_dri.so malloc 72 0x5571735c25f0 0.000119
+gallium_dri.so free 0x5571735c2700 void 0.000157
+gallium_dri.so free 0x5571735c25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c26b0 0.000119
+gallium_dri.so free 0x5571735c2780 void 0.000123
+gallium_dri.so free 0x5571735c26b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c27d0 0.000119
+gallium_dri.so free 0x5571735c2840 void 0.000116
+gallium_dri.so free 0x5571735c27d0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2860 0.000120
+gallium_dri.so free 0x5571735c2900 void 0.000126
+gallium_dri.so free 0x5571735c2860 void 0.000124
+gallium_dri.so malloc 72 0x5571735c28b0 0.000120
+gallium_dri.so free 0x5571735c2980 void 0.000121
+gallium_dri.so free 0x5571735c28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c28b0 0.000115
+gallium_dri.so free 0x5571735c2a00 void 0.000120
+gallium_dri.so free 0x5571735c28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2a00 0.000123
+gallium_dri.so free 0x5571735c2ac0 void 0.000121
+gallium_dri.so free 0x5571735c2a00 void 0.000137
+gallium_dri.so malloc 72 0x5571735c2a00 0.000121
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so free 0x5571735c2a00 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2b70 0.000133
+gallium_dri.so free 0x5571735c2cc0 void 0.000125
+gallium_dri.so free 0x5571735c2b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2d00 0.000118
+gallium_dri.so free 0x5571735c2d80 void 0.000116
+gallium_dri.so free 0x5571735c2d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2d80 0.000118
+gallium_dri.so free 0x5571735c2e40 void 0.000118
+gallium_dri.so free 0x5571735c2d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d80 0.000115
+gallium_dri.so free 0x5571735c2ec0 void 0.000116
+gallium_dri.so free 0x5571735c2d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000120
+gallium_dri.so free 0x5571735c2f40 void 0.000115
+gallium_dri.so free 0x5571735c2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000113
+gallium_dri.so free 0x5571735c3040 void 0.000115
+gallium_dri.so free 0x5571735c2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3080 0.000120
+gallium_dri.so free 0x5571735c3100 void 0.000116
+gallium_dri.so free 0x5571735c3080 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3100 0.000115
+gallium_dri.so free 0x5571735c31c0 void 0.000116
+gallium_dri.so free 0x5571735c3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3100 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000116
+gallium_dri.so free 0x5571735c3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3270 0.000118
+gallium_dri.so free 0x5571735c32c0 void 0.000115
+gallium_dri.so free 0x5571735c3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3270 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3370 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000116
+gallium_dri.so free 0x5571735c3370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3430 0.000114
+gallium_dri.so free 0x5571735c3500 void 0.000116
+gallium_dri.so free 0x5571735c3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3430 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so free 0x5571735c3430 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000112
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c3700 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3750 0.000126
+gallium_dri.so free 0x5571735c37c0 void 0.000115
+gallium_dri.so free 0x5571735c3750 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37e0 0.000113
+gallium_dri.so free 0x5571735c3880 void 0.000114
+gallium_dri.so free 0x5571735c37e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3830 0.000161
+gallium_dri.so free 0x5571735c3900 void 0.000115
+gallium_dri.so free 0x5571735c3830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3900 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000116
+gallium_dri.so free 0x5571735c3900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3900 0.000116
+gallium_dri.so free 0x5571735c3a40 void 0.000118
+gallium_dri.so free 0x5571735c3900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a40 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000140
+gallium_dri.so free 0x5571735c3a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a40 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a40 0.000115
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c30 0.000115
+gallium_dri.so free 0x5571735c3d00 void 0.000115
+gallium_dri.so free 0x5571735c3c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d50 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000116
+gallium_dri.so free 0x5571735c3d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e00 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000116
+gallium_dri.so free 0x5571735c3e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e00 0.000116
+gallium_dri.so free 0x5571735c3f00 void 0.000115
+gallium_dri.so free 0x5571735c3e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3f30 0.000115
+gallium_dri.so free 0x5571735c3f80 void 0.000116
+gallium_dri.so free 0x5571735c3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f30 0.000114
+gallium_dri.so free 0x5571735c4080 void 0.000115
+gallium_dri.so free 0x5571735c3f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4030 0.000115
+gallium_dri.so free 0x5571735c4140 void 0.000115
+gallium_dri.so free 0x5571735c4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40f0 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000116
+gallium_dri.so free 0x5571735c40f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c42b0 0.000114
+gallium_dri.so free 0x5571735c4300 void 0.000115
+gallium_dri.so free 0x5571735c42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c42b0 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c42b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c43b0 0.000115
+gallium_dri.so free 0x5571735c44c0 void 0.000115
+gallium_dri.so free 0x5571735c43b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4470 0.000127
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c4470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4470 0.000113
+gallium_dri.so free 0x5571735c45c0 void 0.000116
+gallium_dri.so free 0x5571735c4470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4600 0.000130
+gallium_dri.so free 0x5571735c4680 void 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4680 0.000116
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4680 0.000113
+gallium_dri.so free 0x5571735c4800 void 0.000117
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4820 0.000115
+gallium_dri.so free 0x5571735c48c0 void 0.000115
+gallium_dri.so free 0x5571735c4820 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4870 0.000115
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x5571735c4870 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4870 0.000127
+gallium_dri.so free 0x5571735c49c0 void 0.000115
+gallium_dri.so free 0x5571735c4870 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49c0 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000116
+gallium_dri.so free 0x5571735c49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49c0 0.000127
+gallium_dri.so free 0x5571735c4b40 void 0.000116
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49c0 0.000116
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c49c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c70 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000114
+gallium_dri.so free 0x5571735c4c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d90 0.000115
+gallium_dri.so free 0x5571735c4e00 void 0.000115
+gallium_dri.so free 0x5571735c4d90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4e20 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000115
+gallium_dri.so free 0x5571735c4e20 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e70 0.000114
+gallium_dri.so free 0x5571735c4f40 void 0.000117
+gallium_dri.so free 0x5571735c4e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e70 0.000114
+gallium_dri.so free 0x5571735c4fc0 void 0.000116
+gallium_dri.so free 0x5571735c4e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4fc0 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000116
+gallium_dri.so free 0x5571735c4fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4fc0 0.000126
+gallium_dri.so free 0x5571735eb480 void 0.000117
+gallium_dri.so free 0x5571735c4fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb430 0.000115
+gallium_dri.so free 0x5571735eb4c0 void 0.000114
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000115
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb640 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb640 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000115
+gallium_dri.so free 0x5571735eb800 void 0.000117
+gallium_dri.so free 0x5571735eb7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000123
+gallium_dri.so free 0x5571735eb900 void 0.000115
+gallium_dri.so free 0x5571735eb7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb940 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb940 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000157
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebb30 0.000114
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebb30 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc30 0.000114
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000116
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so free 0x5571735ebcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000113
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebef0 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000116
+gallium_dri.so free 0x5571735ebef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec010 0.000125
+gallium_dri.so free 0x5571735ec080 void 0.000117
+gallium_dri.so free 0x5571735ec010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000115
+gallium_dri.so free 0x5571735ec140 void 0.000115
+gallium_dri.so free 0x5571735ec0a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000115
+gallium_dri.so free 0x5571735ec0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000117
+gallium_dri.so free 0x5571735ec280 void 0.000114
+gallium_dri.so free 0x5571735ec1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000113
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec300 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec300 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec300 0.000114
+gallium_dri.so free 0x5571735ec480 void 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec300 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000114
+gallium_dri.so free 0x5571735ec5c0 void 0.000114
+gallium_dri.so free 0x5571735ec4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec610 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x5571735ec610 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000114
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8f0 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000116
+gallium_dri.so free 0x5571735ec9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000115
+gallium_dri.so free 0x5571735ecb00 void 0.000116
+gallium_dri.so free 0x5571735ec9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb70 0.000114
+gallium_dri.so free 0x5571735ecbc0 void 0.000116
+gallium_dri.so free 0x5571735ecb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb70 0.000115
+gallium_dri.so free 0x5571735eccc0 void 0.000185
+gallium_dri.so free 0x5571735ecb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000115
+gallium_dri.so free 0x5571735ecc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000115
+gallium_dri.so free 0x5571735ecdc0 void 0.000116
+gallium_dri.so free 0x5571735ecd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecec0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf40 0.000116
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf40 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed0e0 0.000115
+gallium_dri.so free 0x5571735ed180 void 0.000117
+gallium_dri.so free 0x5571735ed0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed130 0.000115
+gallium_dri.so free 0x5571735ed200 void 0.000115
+gallium_dri.so free 0x5571735ed130 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed130 0.000124
+gallium_dri.so free 0x5571735ed280 void 0.000116
+gallium_dri.so free 0x5571735ed130 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed280 0.000114
+gallium_dri.so free 0x5571735ed340 void 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed280 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed280 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so free 0x5571735ed280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed470 0.000115
+gallium_dri.so free 0x5571735ed580 void 0.000115
+gallium_dri.so free 0x5571735ed470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed530 0.000114
+gallium_dri.so free 0x5571735ed600 void 0.000115
+gallium_dri.so free 0x5571735ed530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed650 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed650 void 0.000145
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000116
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so free 0x5571735ed6e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed730 0.000114
+gallium_dri.so free 0x5571735ed800 void 0.000115
+gallium_dri.so free 0x5571735ed730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed730 0.000113
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so free 0x5571735ed730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed880 0.000113
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so free 0x5571735ed880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed880 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so free 0x5571735ed880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000116
+gallium_dri.so free 0x5571735eda80 void 0.000116
+gallium_dri.so free 0x5571735ed9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000117
+gallium_dri.so free 0x5571735edb40 void 0.000115
+gallium_dri.so free 0x5571735ed9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb80 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc00 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc00 0.000114
+gallium_dri.so free 0x5571735edd40 void 0.000115
+gallium_dri.so free 0x5571735edc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd70 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000116
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd70 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000163
+gallium_dri.so free 0x5571735edd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735edf00 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so malloc 72 0x5571735edf80 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf80 0.000115
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000113
+gallium_dri.so free 0x5571735ee140 void 0.000115
+gallium_dri.so free 0x5571735ee0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000118
+gallium_dri.so free 0x5571735ee0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000115
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000115
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000127
+gallium_dri.so free 0x5571735ee2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000116
+gallium_dri.so free 0x5571735ee580 void 0.000116
+gallium_dri.so free 0x5571735ee4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee5d0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000138
+gallium_dri.so free 0x5571735ee5d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee660 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee660 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000115
+gallium_dri.so free 0x5571735ee780 void 0.000115
+gallium_dri.so free 0x5571735ee6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee780 0.000113
+gallium_dri.so free 0x5571735ee840 void 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000130
+gallium_dri.so free 0x5571735eea40 void 0.000131
+gallium_dri.so free 0x5571735ee8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000135
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeab0 0.000115
+gallium_dri.so free 0x5571735eeb80 void 0.000116
+gallium_dri.so free 0x5571735eeab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eebd0 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eebd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec80 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec80 0.000115
+gallium_dri.so free 0x5571735eed80 void 0.000116
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eee00 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735eef00 void 0.000116
+gallium_dri.so free 0x5571735eedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eef70 0.000115
+gallium_dri.so free 0x5571735ef000 void 0.000116
+gallium_dri.so free 0x5571735eef70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eef70 0.000117
+gallium_dri.so free 0x5571735ef0c0 void 0.000168
+gallium_dri.so free 0x5571735eef70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef130 0.000115
+gallium_dri.so free 0x5571735ef180 void 0.000115
+gallium_dri.so free 0x5571735ef130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef130 0.000117
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef230 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef380 void 0.000116
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef480 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef480 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef500 0.000136
+gallium_dri.so free 0x5571735ef5c0 void 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef500 0.000115
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef6a0 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000117
+gallium_dri.so free 0x5571735ef6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000113
+gallium_dri.so free 0x5571735ef7c0 void 0.000116
+gallium_dri.so free 0x5571735ef6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6f0 0.000114
+gallium_dri.so free 0x5571735ef840 void 0.000117
+gallium_dri.so free 0x5571735ef6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef840 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000131
+gallium_dri.so free 0x5571735ef840 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef840 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so free 0x5571735ef840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef840 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef840 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa30 0.000117
+gallium_dri.so free 0x5571735efb40 void 0.000116
+gallium_dri.so free 0x5571735efa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efaf0 0.000117
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so free 0x5571735efaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc10 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so free 0x5571735efc10 void 0.000114
+gallium_dri.so malloc 72 0x5571735efca0 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000117
+gallium_dri.so free 0x5571735efca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcf0 0.000114
+gallium_dri.so free 0x5571735efdc0 void 0.000120
+gallium_dri.so free 0x5571735efcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efcf0 0.000124
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so free 0x5571735efcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000116
+gallium_dri.so free 0x5571735efe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe40 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735efe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735effb0 0.000114
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so free 0x5571735effb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735effb0 0.000115
+gallium_dri.so free 0x5571735f0100 void 0.000115
+gallium_dri.so free 0x5571735effb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0140 0.000113
+gallium_dri.so free 0x5571735f01c0 void 0.000119
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01c0 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01c0 0.000165
+gallium_dri.so free 0x5571735f0300 void 0.000126
+gallium_dri.so free 0x5571735f01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0330 0.000115
+gallium_dri.so free 0x5571735f0380 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0330 0.000132
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f04c0 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0540 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0540 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f06b0 0.000114
+gallium_dri.so free 0x5571735f0700 void 0.000116
+gallium_dri.so free 0x5571735f06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06b0 0.000115
+gallium_dri.so free 0x5571735f0800 void 0.000115
+gallium_dri.so free 0x5571735f06b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f07b0 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so free 0x5571735f07b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0870 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f0a00 void 0.000112
+gallium_dri.so free 0x5571735f0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0870 0.000112
+gallium_dri.so free 0x5571735f0ac0 void 0.000113
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a70 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000120
+gallium_dri.so free 0x5571735f0a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0b90 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c20 0.000112
+gallium_dri.so free 0x5571735f0cc0 void 0.000118
+gallium_dri.so free 0x5571735f0c20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0c70 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000114
+gallium_dri.so free 0x5571735f0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d40 0.000118
+gallium_dri.so free 0x5571735f0e00 void 0.000116
+gallium_dri.so free 0x5571735f0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d40 0.000116
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0e80 0.000115
+gallium_dri.so free 0x5571735f0f40 void 0.000116
+gallium_dri.so free 0x5571735f0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e80 0.000115
+gallium_dri.so free 0x5571735f1000 void 0.000115
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e80 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1070 0.000114
+gallium_dri.so free 0x5571735f1140 void 0.000116
+gallium_dri.so free 0x5571735f1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1190 0.000115
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1190 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1240 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f1240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1240 0.000125
+gallium_dri.so free 0x5571735f1340 void 0.000144
+gallium_dri.so free 0x5571735f1240 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1370 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000116
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1370 0.000116
+gallium_dri.so free 0x5571735f14c0 void 0.000168
+gallium_dri.so free 0x5571735f1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1470 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000116
+gallium_dri.so free 0x5571735f1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1530 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000119
+gallium_dri.so free 0x5571735f1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1530 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000116
+gallium_dri.so free 0x5571735f1530 void 0.000134
+gallium_dri.so malloc 72 0x5571735f16f0 0.000116
+gallium_dri.so free 0x5571735f1740 void 0.000117
+gallium_dri.so free 0x5571735f16f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f16f0 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000115
+gallium_dri.so free 0x5571735f16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17f0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000115
+gallium_dri.so free 0x5571735f17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f18b0 0.000116
+gallium_dri.so free 0x5571735f1940 void 0.000116
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f18b0 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a40 0.000118
+gallium_dri.so free 0x5571735f1ac0 void 0.000117
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1c60 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000116
+gallium_dri.so free 0x5571735f1c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000115
+gallium_dri.so free 0x5571735f1d80 void 0.000116
+gallium_dri.so free 0x5571735f1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000115
+gallium_dri.so free 0x5571735f1e00 void 0.000116
+gallium_dri.so free 0x5571735f1cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e00 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000116
+gallium_dri.so free 0x5571735f1e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e00 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000116
+gallium_dri.so free 0x5571735f1e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e00 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000114
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f1ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f20b0 0.000119
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so free 0x5571735f20b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f21d0 0.000123
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f21d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2260 0.000117
+gallium_dri.so free 0x5571735f2300 void 0.000116
+gallium_dri.so free 0x5571735f2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22b0 0.000114
+gallium_dri.so free 0x5571735f2380 void 0.000116
+gallium_dri.so free 0x5571735f22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22b0 0.000114
+gallium_dri.so free 0x5571735f2400 void 0.000117
+gallium_dri.so free 0x5571735f22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000116
+gallium_dri.so free 0x5571735f24c0 void 0.000116
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2400 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2570 0.000114
+gallium_dri.so free 0x5571735f2600 void 0.000129
+gallium_dri.so free 0x5571735f2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2570 0.000126
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2700 0.000111
+gallium_dri.so free 0x5571735f2780 void 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2780 0.000112
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2780 0.000113
+gallium_dri.so free 0x5571735f28c0 void 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28f0 0.000113
+gallium_dri.so free 0x5571735f2940 void 0.000113
+gallium_dri.so free 0x5571735f28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28f0 0.000111
+gallium_dri.so free 0x5571735f2a40 void 0.000113
+gallium_dri.so free 0x5571735f28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a80 0.000115
+gallium_dri.so free 0x5571735f2b00 void 0.000113
+gallium_dri.so free 0x5571735f2a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b00 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b00 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c70 0.000117
+gallium_dri.so free 0x5571735f2cc0 void 0.000165
+gallium_dri.so free 0x5571735f2c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c70 0.000123
+gallium_dri.so free 0x5571735f2dc0 void 0.000124
+gallium_dri.so free 0x5571735f2c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2d70 0.000124
+gallium_dri.so free 0x5571735f2e80 void 0.000124
+gallium_dri.so free 0x5571735f2d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735f2f00 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2e30 0.000125
+gallium_dri.so free 0x5571735f2fc0 void 0.000125
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e30 0.000124
+gallium_dri.so free 0x5571735f3080 void 0.000126
+gallium_dri.so free 0x5571735f2e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3030 0.000132
+gallium_dri.so free 0x5571735f3100 void 0.000125
+gallium_dri.so free 0x5571735f3030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3150 0.000126
+gallium_dri.so free 0x5571735f31c0 void 0.000132
+gallium_dri.so free 0x5571735f3150 void 0.000125
+gallium_dri.so malloc 72 0x5571735f31e0 0.000124
+gallium_dri.so free 0x5571735f3280 void 0.000124
+gallium_dri.so free 0x5571735f31e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3230 0.000126
+gallium_dri.so free 0x5571735f3300 void 0.000124
+gallium_dri.so free 0x5571735f3230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3300 0.000139
+gallium_dri.so free 0x5571735f33c0 void 0.000132
+gallium_dri.so free 0x5571735f3300 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3300 0.000126
+gallium_dri.so free 0x5571735f3440 void 0.000125
+gallium_dri.so free 0x5571735f3300 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3440 0.000125
+gallium_dri.so free 0x5571735f3500 void 0.000126
+gallium_dri.so free 0x5571735f3440 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3440 0.000124
+gallium_dri.so free 0x5571735f35c0 void 0.000125
+gallium_dri.so free 0x5571735f3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3440 0.000172
+gallium_dri.so free 0x5571735f3680 void 0.000125
+gallium_dri.so free 0x5571735f3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3630 0.000125
+gallium_dri.so free 0x55717360c0c0 void 0.000120
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x55717360c110 0.000120
+gallium_dri.so free 0x55717360c180 void 0.000122
+gallium_dri.so free 0x55717360c110 void 0.000120
+gallium_dri.so malloc 72 0x55717360c1c0 0.000119
+gallium_dri.so free 0x55717360c240 void 0.000123
+gallium_dri.so free 0x55717360c1c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c1c0 0.000120
+gallium_dri.so free 0x55717360c2c0 void 0.000119
+gallium_dri.so free 0x55717360c1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c2f0 0.000118
+gallium_dri.so free 0x55717360c340 void 0.000118
+gallium_dri.so free 0x55717360c2f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c2f0 0.000125
+gallium_dri.so free 0x55717360c440 void 0.000125
+gallium_dri.so free 0x55717360c2f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c3f0 0.000124
+gallium_dri.so free 0x55717360c500 void 0.000125
+gallium_dri.so free 0x55717360c3f0 void 0.000134
+gallium_dri.so malloc 72 0x55717360c4b0 0.000125
+gallium_dri.so free 0x55717360c540 void 0.000124
+gallium_dri.so free 0x55717360c4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c4b0 0.000125
+gallium_dri.so free 0x55717360c600 void 0.000124
+gallium_dri.so free 0x55717360c4b0 void 0.000142
+gallium_dri.so malloc 72 0x55717360c670 0.000126
+gallium_dri.so free 0x55717360c6c0 void 0.000126
+gallium_dri.so free 0x55717360c670 void 0.000120
+gallium_dri.so malloc 72 0x55717360c670 0.000118
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x55717360c670 void 0.000129
+gallium_dri.so malloc 72 0x55717360c770 0.000132
+gallium_dri.so free 0x55717360c880 void 0.000134
+gallium_dri.so free 0x55717360c770 void 0.000131
+gallium_dri.so malloc 72 0x55717360c830 0.000130
+gallium_dri.so free 0x55717360c8c0 void 0.000132
+gallium_dri.so free 0x55717360c830 void 0.000132
+gallium_dri.so malloc 72 0x55717360c830 0.000136
+gallium_dri.so free 0x55717360c980 void 0.000142
+gallium_dri.so free 0x55717360c830 void 0.000133
+gallium_dri.so malloc 72 0x55717360c9c0 0.000137
+gallium_dri.so free 0x55717360ca40 void 0.000127
+gallium_dri.so free 0x55717360c9c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ca40 0.000131
+gallium_dri.so free 0x55717360cb00 void 0.000125
+gallium_dri.so free 0x55717360ca40 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca40 0.000126
+gallium_dri.so free 0x55717360cbc0 void 0.000128
+gallium_dri.so free 0x55717360ca40 void 0.000129
+gallium_dri.so malloc 72 0x55717360cbe0 0.000131
+gallium_dri.so free 0x55717360cc80 void 0.000132
+gallium_dri.so free 0x55717360cbe0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cc30 0.000132
+gallium_dri.so free 0x55717360cd00 void 0.000131
+gallium_dri.so free 0x55717360cc30 void 0.000125
+gallium_dri.so malloc 72 0x55717360cc30 0.000124
+gallium_dri.so free 0x55717360cd80 void 0.000125
+gallium_dri.so free 0x55717360cc30 void 0.000129
+gallium_dri.so malloc 72 0x55717360cd80 0.000130
+gallium_dri.so free 0x55717360ce40 void 0.000131
+gallium_dri.so free 0x55717360cd80 void 0.000165
+gallium_dri.so malloc 72 0x55717360cd80 0.000163
+gallium_dri.so free 0x55717360cf00 void 0.000166
+gallium_dri.so free 0x55717360cd80 void 0.000134
+gallium_dri.so malloc 72 0x55717360cd80 0.000132
+gallium_dri.so free 0x55717360cfc0 void 0.000130
+gallium_dri.so free 0x55717360cd80 void 0.000130
+gallium_dri.so malloc 72 0x55717360cf70 0.000127
+gallium_dri.so free 0x55717360d080 void 0.000126
+gallium_dri.so free 0x55717360cf70 void 0.000129
+gallium_dri.so malloc 72 0x55717360d030 0.000140
+gallium_dri.so free 0x55717360d100 void 0.000132
+gallium_dri.so free 0x55717360d030 void 0.000131
+gallium_dri.so malloc 72 0x55717360d150 0.000127
+gallium_dri.so free 0x55717360d1c0 void 0.000126
+gallium_dri.so free 0x55717360d150 void 0.000129
+gallium_dri.so malloc 72 0x55717360d1e0 0.000132
+gallium_dri.so free 0x55717360d280 void 0.000132
+gallium_dri.so free 0x55717360d1e0 void 0.000133
+gallium_dri.so malloc 72 0x55717360d230 0.000131
+gallium_dri.so free 0x55717360d300 void 0.000142
+gallium_dri.so free 0x55717360d230 void 0.000132
+gallium_dri.so malloc 72 0x55717360d230 0.000132
+gallium_dri.so free 0x55717360d380 void 0.000131
+gallium_dri.so free 0x55717360d230 void 0.000128
+gallium_dri.so malloc 72 0x55717360d380 0.000126
+gallium_dri.so free 0x55717360d440 void 0.000131
+gallium_dri.so free 0x55717360d380 void 0.000131
+gallium_dri.so malloc 72 0x55717360d380 0.000131
+gallium_dri.so free 0x55717360d540 void 0.000127
+gallium_dri.so free 0x55717360d380 void 0.000124
+gallium_dri.so malloc 72 0x55717360d4f0 0.000130
+gallium_dri.so free 0x55717360d580 void 0.000131
+gallium_dri.so free 0x55717360d4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d4f0 0.000126
+gallium_dri.so free 0x55717360d640 void 0.000132
+gallium_dri.so free 0x55717360d4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d680 0.000132
+gallium_dri.so free 0x55717360d700 void 0.000126
+gallium_dri.so free 0x55717360d680 void 0.000129
+gallium_dri.so malloc 72 0x55717360d700 0.000131
+gallium_dri.so free 0x55717360d7c0 void 0.000165
+gallium_dri.so free 0x55717360d700 void 0.000157
+gallium_dri.so malloc 72 0x55717360d700 0.000156
+gallium_dri.so free 0x55717360d840 void 0.000156
+gallium_dri.so free 0x55717360d700 void 0.000151
+gallium_dri.so malloc 72 0x55717360d870 0.000156
+gallium_dri.so free 0x55717360d8c0 void 0.000155
+gallium_dri.so free 0x55717360d870 void 0.000150
+gallium_dri.so malloc 72 0x55717360d870 0.000156
+gallium_dri.so free 0x55717360d9c0 void 0.000156
+gallium_dri.so free 0x55717360d870 void 0.000156
+gallium_dri.so malloc 72 0x55717360da00 0.000156
+gallium_dri.so free 0x55717360da80 void 0.000155
+gallium_dri.so free 0x55717360da00 void 0.000158
+gallium_dri.so malloc 72 0x55717360da80 0.000133
+gallium_dri.so free 0x55717360db40 void 0.000131
+gallium_dri.so free 0x55717360da80 void 0.000131
+gallium_dri.so malloc 72 0x55717360da80 0.000127
+gallium_dri.so free 0x55717360dbc0 void 0.000142
+gallium_dri.so free 0x55717360da80 void 0.000133
+gallium_dri.so malloc 72 0x55717360dbf0 0.000133
+gallium_dri.so free 0x55717360dc40 void 0.000131
+gallium_dri.so free 0x55717360dbf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360dbf0 0.000127
+gallium_dri.so free 0x55717360dd40 void 0.000130
+gallium_dri.so free 0x55717360dbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dcf0 0.000125
+gallium_dri.so free 0x55717360de00 void 0.000126
+gallium_dri.so free 0x55717360dcf0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ddb0 0.000131
+gallium_dri.so free 0x55717360de80 void 0.000127
+gallium_dri.so free 0x55717360ddb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ddb0 0.000131
+gallium_dri.so free 0x55717360df40 void 0.000131
+gallium_dri.so free 0x55717360ddb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360ddb0 0.000127
+gallium_dri.so free 0x55717360e000 void 0.000130
+gallium_dri.so free 0x55717360ddb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dfb0 0.000125
+gallium_dri.so free 0x55717360e080 void 0.000139
+gallium_dri.so free 0x55717360dfb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360e0d0 0.000131
+gallium_dri.so free 0x55717360e140 void 0.000131
+gallium_dri.so free 0x55717360e0d0 void 0.000131
+gallium_dri.so malloc 72 0x55717360e160 0.000131
+gallium_dri.so free 0x55717360e200 void 0.000130
+gallium_dri.so free 0x55717360e160 void 0.000133
+gallium_dri.so malloc 72 0x55717360e1b0 0.000126
+gallium_dri.so free 0x55717360e280 void 0.000130
+gallium_dri.so free 0x55717360e1b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e280 0.000130
+gallium_dri.so free 0x55717360e340 void 0.000133
+gallium_dri.so free 0x55717360e280 void 0.000131
+gallium_dri.so malloc 72 0x55717360e280 0.000131
+gallium_dri.so free 0x55717360e3c0 void 0.000127
+gallium_dri.so free 0x55717360e280 void 0.000125
+gallium_dri.so malloc 72 0x55717360e3c0 0.000125
+gallium_dri.so free 0x55717360e480 void 0.000131
+gallium_dri.so free 0x55717360e3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e3c0 0.000126
+gallium_dri.so free 0x55717360e540 void 0.000136
+gallium_dri.so free 0x55717360e3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e3c0 0.000131
+gallium_dri.so free 0x55717360e600 void 0.000133
+gallium_dri.so free 0x55717360e3c0 void 0.000133
+gallium_dri.so malloc 72 0x55717360e5b0 0.000132
+gallium_dri.so free 0x55717360e680 void 0.000132
+gallium_dri.so free 0x55717360e5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360e6d0 0.000129
+gallium_dri.so free 0x55717360e740 void 0.000131
+gallium_dri.so free 0x55717360e6d0 void 0.000131
+gallium_dri.so malloc 72 0x55717360e780 0.000131
+gallium_dri.so free 0x55717360e800 void 0.000132
+gallium_dri.so free 0x55717360e780 void 0.000130
+gallium_dri.so malloc 72 0x55717360e780 0.000131
+gallium_dri.so free 0x55717360e880 void 0.000193
+gallium_dri.so free 0x55717360e780 void 0.000129
+gallium_dri.so malloc 72 0x55717360e8b0 0.000131
+gallium_dri.so free 0x55717360e900 void 0.000131
+gallium_dri.so free 0x55717360e8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360e8b0 0.000124
+gallium_dri.so free 0x55717360ea00 void 0.000134
+gallium_dri.so free 0x55717360e8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360e9b0 0.000127
+gallium_dri.so free 0x55717360eac0 void 0.000124
+gallium_dri.so free 0x55717360e9b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360ea70 0.000125
+gallium_dri.so free 0x55717360eb00 void 0.000126
+gallium_dri.so free 0x55717360ea70 void 0.000130
+gallium_dri.so malloc 72 0x55717360ea70 0.000131
+gallium_dri.so free 0x55717360ebc0 void 0.000125
+gallium_dri.so free 0x55717360ea70 void 0.000125
+gallium_dri.so malloc 72 0x55717360ec30 0.000125
+gallium_dri.so free 0x55717360ec80 void 0.000130
+gallium_dri.so free 0x55717360ec30 void 0.000127
+gallium_dri.so malloc 72 0x55717360ec30 0.000130
+gallium_dri.so free 0x55717360ed80 void 0.000131
+gallium_dri.so free 0x55717360ec30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed30 0.000126
+gallium_dri.so free 0x55717360ee40 void 0.000130
+gallium_dri.so free 0x55717360ed30 void 0.000126
+gallium_dri.so malloc 72 0x55717360edf0 0.000129
+gallium_dri.so free 0x55717360ee80 void 0.000126
+gallium_dri.so free 0x55717360edf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360edf0 0.000125
+gallium_dri.so free 0x55717360ef40 void 0.000135
+gallium_dri.so free 0x55717360edf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef80 0.000128
+gallium_dri.so free 0x55717360f000 void 0.000133
+gallium_dri.so free 0x55717360ef80 void 0.000124
+gallium_dri.so malloc 72 0x55717360f000 0.000129
+gallium_dri.so free 0x55717360f0c0 void 0.000127
+gallium_dri.so free 0x55717360f000 void 0.000130
+gallium_dri.so malloc 72 0x55717360f000 0.000131
+gallium_dri.so free 0x55717360f180 void 0.000133
+gallium_dri.so free 0x55717360f000 void 0.000131
+gallium_dri.so malloc 72 0x55717360f1a0 0.000125
+gallium_dri.so free 0x55717360f240 void 0.000124
+gallium_dri.so free 0x55717360f1a0 void 0.000128
+gallium_dri.so malloc 72 0x55717360f1f0 0.000131
+gallium_dri.so free 0x55717360f2c0 void 0.000132
+gallium_dri.so free 0x55717360f1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f1f0 0.000132
+gallium_dri.so free 0x55717360f340 void 0.000125
+gallium_dri.so free 0x55717360f1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f340 0.000132
+gallium_dri.so free 0x55717360f400 void 0.000125
+gallium_dri.so free 0x55717360f340 void 0.000124
+gallium_dri.so malloc 72 0x55717360f340 0.000124
+gallium_dri.so free 0x55717360f4c0 void 0.000188
+gallium_dri.so free 0x55717360f340 void 0.000224
+gallium_dri.so malloc 72 0x55717360f340 0.000258
+gallium_dri.so free 0x55717360f580 void 0.000226
+gallium_dri.so free 0x55717360f340 void 0.000261
+gallium_dri.so malloc 72 0x55717360f530 0.000221
+gallium_dri.so free 0x55717360f640 void 0.000231
+gallium_dri.so free 0x55717360f530 void 0.000226
+gallium_dri.so malloc 72 0x55717360f5f0 0.000226
+gallium_dri.so free 0x55717360f6c0 void 0.000225
+gallium_dri.so free 0x55717360f5f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360f710 0.000125
+gallium_dri.so free 0x55717360f780 void 0.000127
+gallium_dri.so free 0x55717360f710 void 0.000124
+gallium_dri.so malloc 72 0x55717360f7a0 0.000125
+gallium_dri.so free 0x55717360f840 void 0.000126
+gallium_dri.so free 0x55717360f7a0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f7f0 0.000125
+gallium_dri.so free 0x55717360f8c0 void 0.000126
+gallium_dri.so free 0x55717360f7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f7f0 0.000129
+gallium_dri.so free 0x55717360f940 void 0.000126
+gallium_dri.so free 0x55717360f7f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f940 0.000126
+gallium_dri.so free 0x55717360fa00 void 0.000125
+gallium_dri.so free 0x55717360f940 void 0.000124
+gallium_dri.so malloc 72 0x55717360f940 0.000127
+gallium_dri.so free 0x55717360fb00 void 0.000126
+gallium_dri.so free 0x55717360f940 void 0.000125
+gallium_dri.so malloc 72 0x55717360fab0 0.000126
+gallium_dri.so free 0x55717360fb40 void 0.000125
+gallium_dri.so free 0x55717360fab0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fab0 0.000125
+gallium_dri.so free 0x55717360fc00 void 0.000128
+gallium_dri.so free 0x55717360fab0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fc40 0.000126
+gallium_dri.so free 0x55717360fcc0 void 0.000125
+gallium_dri.so free 0x55717360fc40 void 0.000126
+gallium_dri.so malloc 72 0x55717360fcc0 0.000125
+gallium_dri.so free 0x55717360fd80 void 0.000124
+gallium_dri.so free 0x55717360fcc0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fcc0 0.000125
+gallium_dri.so free 0x55717360fe00 void 0.000126
+gallium_dri.so free 0x55717360fcc0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fe30 0.000126
+gallium_dri.so free 0x55717360fe80 void 0.000125
+gallium_dri.so free 0x55717360fe30 void 0.000124
+gallium_dri.so malloc 72 0x55717360fe30 0.000124
+gallium_dri.so free 0x55717360ff80 void 0.000124
+gallium_dri.so free 0x55717360fe30 void 0.000124
+gallium_dri.so malloc 72 0x55717360ffc0 0.000123
+gallium_dri.so free 0x557173610040 void 0.000123
+gallium_dri.so free 0x55717360ffc0 void 0.000125
+gallium_dri.so malloc 72 0x557173610040 0.000124
+gallium_dri.so free 0x557173610100 void 0.000126
+gallium_dri.so free 0x557173610040 void 0.000123
+gallium_dri.so malloc 72 0x557173610040 0.000124
+gallium_dri.so free 0x557173610180 void 0.000123
+gallium_dri.so free 0x557173610040 void 0.000124
+gallium_dri.so malloc 72 0x5571736101b0 0.000124
+gallium_dri.so free 0x557173610200 void 0.000125
+gallium_dri.so free 0x5571736101b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736101b0 0.000123
+gallium_dri.so free 0x557173610300 void 0.000123
+gallium_dri.so free 0x5571736101b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736102b0 0.000123
+gallium_dri.so free 0x5571736103c0 void 0.000142
+gallium_dri.so free 0x5571736102b0 void 0.000125
+gallium_dri.so malloc 72 0x557173610370 0.000125
+gallium_dri.so free 0x557173610440 void 0.000128
+gallium_dri.so free 0x557173610370 void 0.000125
+gallium_dri.so malloc 72 0x557173610370 0.000125
+gallium_dri.so free 0x557173610500 void 0.000124
+gallium_dri.so free 0x557173610370 void 0.000125
+gallium_dri.so malloc 72 0x557173610370 0.000125
+gallium_dri.so free 0x5571736105c0 void 0.000126
+gallium_dri.so free 0x557173610370 void 0.000125
+gallium_dri.so malloc 72 0x557173610570 0.000125
+gallium_dri.so free 0x557173610640 void 0.000124
+gallium_dri.so free 0x557173610570 void 0.000125
+gallium_dri.so malloc 72 0x557173610690 0.000124
+gallium_dri.so free 0x557173610700 void 0.000127
+gallium_dri.so free 0x557173610690 void 0.000125
+gallium_dri.so malloc 72 0x557173610720 0.000129
+gallium_dri.so free 0x5571736107c0 void 0.000125
+gallium_dri.so free 0x557173610720 void 0.000126
+gallium_dri.so malloc 72 0x557173610770 0.000125
+gallium_dri.so free 0x557173610840 void 0.000125
+gallium_dri.so free 0x557173610770 void 0.000125
+gallium_dri.so malloc 72 0x557173610840 0.000125
+gallium_dri.so free 0x557173610900 void 0.000125
+gallium_dri.so free 0x557173610840 void 0.000125
+gallium_dri.so malloc 72 0x557173610840 0.000126
+gallium_dri.so free 0x557173610980 void 0.000125
+gallium_dri.so free 0x557173610840 void 0.000129
+gallium_dri.so malloc 72 0x557173610980 0.000126
+gallium_dri.so free 0x557173610a40 void 0.000125
+gallium_dri.so free 0x557173610980 void 0.000125
+gallium_dri.so malloc 72 0x557173610980 0.000125
+gallium_dri.so free 0x557173610b00 void 0.000126
+gallium_dri.so free 0x557173610980 void 0.000125
+gallium_dri.so malloc 72 0x557173610980 0.000126
+gallium_dri.so free 0x557173610bc0 void 0.000125
+gallium_dri.so free 0x557173610980 void 0.000124
+gallium_dri.so malloc 72 0x557173610b70 0.000124
+gallium_dri.so free 0x557173610c40 void 0.000126
+gallium_dri.so free 0x557173610b70 void 0.000124
+gallium_dri.so malloc 72 0x557173610c90 0.000126
+gallium_dri.so free 0x557173610d00 void 0.000125
+gallium_dri.so free 0x557173610c90 void 0.000125
+gallium_dri.so malloc 72 0x557173610d40 0.000124
+gallium_dri.so free 0x557173610dc0 void 0.000125
+gallium_dri.so free 0x557173610d40 void 0.000129
+gallium_dri.so malloc 72 0x557173610d40 0.000125
+gallium_dri.so free 0x557173610e40 void 0.000124
+gallium_dri.so free 0x557173610d40 void 0.000126
+gallium_dri.so malloc 72 0x557173610e70 0.000125
+gallium_dri.so free 0x557173610ec0 void 0.000125
+gallium_dri.so free 0x557173610e70 void 0.000122
+gallium_dri.so malloc 72 0x557173610e70 0.000126
+gallium_dri.so free 0x557173610fc0 void 0.000124
+gallium_dri.so free 0x557173610e70 void 0.000124
+gallium_dri.so malloc 72 0x557173610f70 0.000124
+gallium_dri.so free 0x557173611080 void 0.000124
+gallium_dri.so free 0x557173610f70 void 0.000123
+gallium_dri.so malloc 72 0x557173611030 0.000125
+gallium_dri.so free 0x5571736110c0 void 0.000124
+gallium_dri.so free 0x557173611030 void 0.000123
+gallium_dri.so malloc 72 0x557173611030 0.000144
+gallium_dri.so free 0x557173611180 void 0.000128
+gallium_dri.so free 0x557173611030 void 0.000124
+gallium_dri.so malloc 72 0x5571736111f0 0.000130
+gallium_dri.so free 0x557173611240 void 0.000120
+gallium_dri.so free 0x5571736111f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736111f0 0.000119
+gallium_dri.so free 0x557173611340 void 0.000118
+gallium_dri.so free 0x5571736111f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736112f0 0.000118
+gallium_dri.so free 0x557173611400 void 0.000120
+gallium_dri.so free 0x5571736112f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736113b0 0.000117
+gallium_dri.so free 0x557173611440 void 0.000117
+gallium_dri.so free 0x5571736113b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736113b0 0.000118
+gallium_dri.so free 0x557173611500 void 0.000129
+gallium_dri.so free 0x5571736113b0 void 0.000118
+gallium_dri.so malloc 72 0x557173611540 0.000133
+gallium_dri.so free 0x5571736115c0 void 0.000120
+gallium_dri.so free 0x557173611540 void 0.000120
+gallium_dri.so malloc 72 0x5571736115c0 0.000119
+gallium_dri.so free 0x557173611680 void 0.000120
+gallium_dri.so free 0x5571736115c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736115c0 0.000120
+gallium_dri.so free 0x557173611740 void 0.000119
+gallium_dri.so free 0x5571736115c0 void 0.000119
+gallium_dri.so malloc 72 0x557173611760 0.000119
+gallium_dri.so free 0x557173611800 void 0.000121
+gallium_dri.so free 0x557173611760 void 0.000118
+gallium_dri.so malloc 72 0x5571736117b0 0.000118
+gallium_dri.so free 0x557173611880 void 0.000121
+gallium_dri.so free 0x5571736117b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736117b0 0.000119
+gallium_dri.so free 0x557173611900 void 0.000120
+gallium_dri.so free 0x5571736117b0 void 0.000119
+gallium_dri.so malloc 72 0x557173611900 0.000120
+gallium_dri.so free 0x5571736119c0 void 0.000119
+gallium_dri.so free 0x557173611900 void 0.000117
+gallium_dri.so malloc 72 0x557173611900 0.000120
+gallium_dri.so free 0x557173611a80 void 0.000119
+gallium_dri.so free 0x557173611900 void 0.000119
+gallium_dri.so malloc 72 0x557173611900 0.000155
+gallium_dri.so free 0x557173611b40 void 0.000122
+gallium_dri.so free 0x557173611900 void 0.000120
+gallium_dri.so malloc 72 0x557173611af0 0.000123
+gallium_dri.so free 0x557173611c00 void 0.000120
+gallium_dri.so free 0x557173611af0 void 0.000119
+gallium_dri.so malloc 72 0x557173611bb0 0.000120
+gallium_dri.so free 0x557173611c80 void 0.000119
+gallium_dri.so free 0x557173611bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173611cd0 0.000120
+gallium_dri.so free 0x557173611d40 void 0.000119
+gallium_dri.so free 0x557173611cd0 void 0.000119
+gallium_dri.so malloc 72 0x557173611d60 0.000118
+gallium_dri.so free 0x557173611e00 void 0.000119
+gallium_dri.so free 0x557173611d60 void 0.000119
+gallium_dri.so malloc 72 0x557173611db0 0.000120
+gallium_dri.so free 0x557173611e80 void 0.000119
+gallium_dri.so free 0x557173611db0 void 0.000120
+gallium_dri.so malloc 72 0x557173611db0 0.000120
+gallium_dri.so free 0x557173611f00 void 0.000118
+gallium_dri.so free 0x557173611db0 void 0.000119
+gallium_dri.so malloc 72 0x557173611f00 0.000118
+gallium_dri.so free 0x557173611fc0 void 0.000119
+gallium_dri.so free 0x557173611f00 void 0.000119
+gallium_dri.so malloc 72 0x557173611f00 0.000128
+gallium_dri.so free 0x5571736120c0 void 0.000121
+gallium_dri.so free 0x557173611f00 void 0.000126
+gallium_dri.so malloc 72 0x557173612070 0.000119
+gallium_dri.so free 0x557173612100 void 0.000119
+gallium_dri.so free 0x557173612070 void 0.000118
+gallium_dri.so malloc 72 0x557173612070 0.000123
+gallium_dri.so free 0x5571736121c0 void 0.000119
+gallium_dri.so free 0x557173612070 void 0.000118
+gallium_dri.so malloc 72 0x557173612200 0.000117
+gallium_dri.so free 0x557173612280 void 0.000118
+gallium_dri.so free 0x557173612200 void 0.000117
+gallium_dri.so malloc 72 0x557173612280 0.000117
+gallium_dri.so free 0x557173612340 void 0.000118
+gallium_dri.so free 0x557173612280 void 0.000117
+gallium_dri.so malloc 72 0x557173612280 0.000117
+gallium_dri.so free 0x5571736123c0 void 0.000119
+gallium_dri.so free 0x557173612280 void 0.000117
+gallium_dri.so malloc 72 0x5571736123f0 0.000132
+gallium_dri.so free 0x557173612440 void 0.000119
+gallium_dri.so free 0x5571736123f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736123f0 0.000118
+gallium_dri.so free 0x557173612540 void 0.000119
+gallium_dri.so free 0x5571736123f0 void 0.000117
+gallium_dri.so malloc 72 0x557173612580 0.000117
+gallium_dri.so free 0x557173612600 void 0.000117
+gallium_dri.so free 0x557173612580 void 0.000117
+gallium_dri.so malloc 72 0x557173612600 0.000118
+gallium_dri.so free 0x5571736126c0 void 0.000118
+gallium_dri.so free 0x557173612600 void 0.000121
+gallium_dri.so malloc 72 0x557173612600 0.000118
+gallium_dri.so free 0x557173612740 void 0.000118
+gallium_dri.so free 0x557173612600 void 0.000119
+gallium_dri.so malloc 72 0x557173612770 0.000119
+gallium_dri.so free 0x5571736127c0 void 0.000120
+gallium_dri.so free 0x557173612770 void 0.000119
+gallium_dri.so malloc 72 0x557173612770 0.000120
+gallium_dri.so free 0x5571736128c0 void 0.000119
+gallium_dri.so free 0x557173612770 void 0.000119
+gallium_dri.so malloc 72 0x557173612870 0.000118
+gallium_dri.so free 0x557173612980 void 0.000119
+gallium_dri.so free 0x557173612870 void 0.000120
+gallium_dri.so malloc 72 0x557173612930 0.000119
+gallium_dri.so free 0x557173612a00 void 0.000119
+gallium_dri.so free 0x557173612930 void 0.000120
+gallium_dri.so malloc 72 0x557173612930 0.000120
+gallium_dri.so free 0x557173612ac0 void 0.000119
+gallium_dri.so free 0x557173612930 void 0.000120
+gallium_dri.so malloc 72 0x557173612930 0.000119
+gallium_dri.so free 0x557173612b80 void 0.000120
+gallium_dri.so free 0x557173612930 void 0.000122
+gallium_dri.so malloc 72 0x557173612b30 0.000120
+gallium_dri.so free 0x557173612c00 void 0.000119
+gallium_dri.so free 0x557173612b30 void 0.000118
+gallium_dri.so malloc 72 0x557173612c50 0.000121
+gallium_dri.so free 0x557173612cc0 void 0.000168
+gallium_dri.so free 0x557173612c50 void 0.000119
+gallium_dri.so malloc 72 0x557173612ce0 0.000120
+gallium_dri.so free 0x557173612d80 void 0.000119
+gallium_dri.so free 0x557173612ce0 void 0.000118
+gallium_dri.so malloc 72 0x557173612d30 0.000119
+gallium_dri.so free 0x557173612e00 void 0.000121
+gallium_dri.so free 0x557173612d30 void 0.000119
+gallium_dri.so malloc 72 0x557173612e00 0.000120
+gallium_dri.so free 0x557173612ec0 void 0.000119
+gallium_dri.so free 0x557173612e00 void 0.000144
+gallium_dri.so malloc 72 0x557173612e00 0.000120
+gallium_dri.so free 0x557173612f40 void 0.000120
+gallium_dri.so free 0x557173612e00 void 0.000118
+gallium_dri.so malloc 72 0x557173612f40 0.000120
+gallium_dri.so free 0x557173613000 void 0.000119
+gallium_dri.so free 0x557173612f40 void 0.000118
+gallium_dri.so malloc 72 0x557173612f40 0.000120
+gallium_dri.so free 0x5571736130c0 void 0.000118
+gallium_dri.so free 0x557173612f40 void 0.000123
+gallium_dri.so malloc 72 0x557173612f40 0.000119
+gallium_dri.so free 0x557173613180 void 0.000119
+gallium_dri.so free 0x557173612f40 void 0.000119
+gallium_dri.so malloc 72 0x557173613130 0.000118
+gallium_dri.so free 0x557173613200 void 0.000119
+gallium_dri.so free 0x557173613130 void 0.000119
+gallium_dri.so malloc 72 0x557173613250 0.000127
+gallium_dri.so free 0x5571736132c0 void 0.000118
+gallium_dri.so free 0x557173613250 void 0.000116
+gallium_dri.so malloc 72 0x557173613300 0.000122
+gallium_dri.so free 0x557173613380 void 0.000117
+gallium_dri.so free 0x557173613300 void 0.000117
+gallium_dri.so malloc 72 0x557173613300 0.000117
+gallium_dri.so free 0x557173613400 void 0.000119
+gallium_dri.so free 0x557173613300 void 0.000118
+gallium_dri.so malloc 72 0x557173613430 0.000117
+gallium_dri.so free 0x557173613480 void 0.000117
+gallium_dri.so free 0x557173613430 void 0.000114
+gallium_dri.so malloc 72 0x557173613430 0.000116
+gallium_dri.so free 0x557173613580 void 0.000117
+gallium_dri.so free 0x557173613430 void 0.000121
+gallium_dri.so malloc 72 0x557173613530 0.000117
+gallium_dri.so free 0x557173613640 void 0.000118
+gallium_dri.so free 0x557173613530 void 0.000118
+gallium_dri.so malloc 72 0x5571736135f0 0.000117
+gallium_dri.so free 0x557173613680 void 0.000118
+gallium_dri.so free 0x5571736135f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736135f0 0.000118
+gallium_dri.so free 0x557173613740 void 0.000117
+gallium_dri.so free 0x5571736135f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736137b0 0.000116
+gallium_dri.so free 0x557173613800 void 0.000117
+gallium_dri.so free 0x5571736137b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736137b0 0.000120
+gallium_dri.so free 0x557173613900 void 0.000119
+gallium_dri.so free 0x5571736137b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736138b0 0.000119
+gallium_dri.so free 0x5571736139c0 void 0.000118
+gallium_dri.so free 0x5571736138b0 void 0.000119
+gallium_dri.so malloc 72 0x557173613970 0.000119
+gallium_dri.so free 0x557173613a00 void 0.000119
+gallium_dri.so free 0x557173613970 void 0.000119
+gallium_dri.so malloc 72 0x557173613970 0.000120
+gallium_dri.so free 0x557173613ac0 void 0.000119
+gallium_dri.so free 0x557173613970 void 0.000118
+gallium_dri.so malloc 72 0x557173613b00 0.000119
+gallium_dri.so free 0x557173613b80 void 0.000119
+gallium_dri.so free 0x557173613b00 void 0.000119
+gallium_dri.so malloc 72 0x557173613b80 0.000121
+gallium_dri.so free 0x557173613c40 void 0.000119
+gallium_dri.so free 0x557173613b80 void 0.000120
+gallium_dri.so malloc 72 0x557173613b80 0.000119
+gallium_dri.so free 0x557173613d00 void 0.000119
+gallium_dri.so free 0x557173613b80 void 0.000119
+gallium_dri.so malloc 72 0x557173613d20 0.000120
+gallium_dri.so free 0x557173613dc0 void 0.000121
+gallium_dri.so free 0x557173613d20 void 0.000136
+gallium_dri.so malloc 72 0x557173613d70 0.000122
+gallium_dri.so free 0x557173613e40 void 0.000165
+gallium_dri.so free 0x557173613d70 void 0.000122
+gallium_dri.so malloc 72 0x557173613d70 0.000120
+gallium_dri.so free 0x557173613ec0 void 0.000120
+gallium_dri.so free 0x557173613d70 void 0.000115
+gallium_dri.so malloc 72 0x557173613ec0 0.000119
+gallium_dri.so free 0x557173613f80 void 0.000122
+gallium_dri.so free 0x557173613ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173613ec0 0.000120
+gallium_dri.so free 0x557173614040 void 0.000118
+gallium_dri.so free 0x557173613ec0 void 0.000198
+gallium_dri.so malloc 72 0x557173613ec0 0.000133
+gallium_dri.so free 0x557173614100 void 0.000122
+gallium_dri.so free 0x557173613ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571736140b0 0.000120
+gallium_dri.so free 0x5571736141c0 void 0.000122
+gallium_dri.so free 0x5571736140b0 void 0.000125
+gallium_dri.so malloc 72 0x557173614170 0.000120
+gallium_dri.so free 0x557173614240 void 0.000119
+gallium_dri.so free 0x557173614170 void 0.000120
+gallium_dri.so malloc 72 0x557173614290 0.000119
+gallium_dri.so free 0x557173614300 void 0.000119
+gallium_dri.so free 0x557173614290 void 0.000119
+gallium_dri.so malloc 72 0x557173614320 0.000120
+gallium_dri.so free 0x5571736143c0 void 0.000119
+gallium_dri.so free 0x557173614320 void 0.000119
+gallium_dri.so malloc 72 0x557173614370 0.000120
+gallium_dri.so free 0x557173614440 void 0.000119
+gallium_dri.so free 0x557173614370 void 0.000119
+gallium_dri.so malloc 72 0x557173614370 0.000118
+gallium_dri.so free 0x5571736144c0 void 0.000119
+gallium_dri.so free 0x557173614370 void 0.000117
+gallium_dri.so malloc 72 0x5571736144c0 0.000116
+gallium_dri.so free 0x557173614580 void 0.000118
+gallium_dri.so free 0x5571736144c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736144c0 0.000117
+gallium_dri.so free 0x557173614680 void 0.000119
+gallium_dri.so free 0x5571736144c0 void 0.000119
+gallium_dri.so malloc 72 0x557173614630 0.000117
+gallium_dri.so free 0x5571736146c0 void 0.000117
+gallium_dri.so free 0x557173614630 void 0.000118
+gallium_dri.so malloc 72 0x557173614630 0.000117
+gallium_dri.so free 0x557173614780 void 0.000118
+gallium_dri.so free 0x557173614630 void 0.000117
+gallium_dri.so malloc 72 0x5571736147c0 0.000119
+gallium_dri.so free 0x557173614840 void 0.000117
+gallium_dri.so free 0x5571736147c0 void 0.000118
+gallium_dri.so malloc 72 0x557173614840 0.000117
+gallium_dri.so free 0x557173614900 void 0.000118
+gallium_dri.so free 0x557173614840 void 0.000117
+gallium_dri.so malloc 72 0x557173614840 0.000120
+gallium_dri.so free 0x557173614980 void 0.000119
+gallium_dri.so free 0x557173614840 void 0.000129
+gallium_dri.so malloc 72 0x5571736149b0 0.000119
+gallium_dri.so free 0x557173614a00 void 0.000119
+gallium_dri.so free 0x5571736149b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736149b0 0.000118
+gallium_dri.so free 0x557173614b00 void 0.000118
+gallium_dri.so free 0x5571736149b0 void 0.000119
+gallium_dri.so malloc 72 0x557173614b40 0.000120
+gallium_dri.so free 0x557173614bc0 void 0.000119
+gallium_dri.so free 0x557173614b40 void 0.000118
+gallium_dri.so malloc 72 0x557173614bc0 0.000119
+gallium_dri.so free 0x557173614c80 void 0.000121
+gallium_dri.so free 0x557173614bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173614bc0 0.000121
+gallium_dri.so free 0x557173614d00 void 0.000119
+gallium_dri.so free 0x557173614bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173614d30 0.000118
+gallium_dri.so free 0x557173614d80 void 0.000119
+gallium_dri.so free 0x557173614d30 void 0.000118
+gallium_dri.so malloc 72 0x557173614d30 0.000119
+gallium_dri.so free 0x557173614e80 void 0.000119
+gallium_dri.so free 0x557173614d30 void 0.000119
+gallium_dri.so malloc 72 0x557173614e30 0.000118
+gallium_dri.so free 0x557173614f40 void 0.000118
+gallium_dri.so free 0x557173614e30 void 0.000116
+gallium_dri.so malloc 72 0x557173614ef0 0.000118
+gallium_dri.so free 0x557173614fc0 void 0.000119
+gallium_dri.so free 0x557173614ef0 void 0.000178
+gallium_dri.so malloc 72 0x557173614ef0 0.000162
+gallium_dri.so free 0x557173615080 void 0.000162
+gallium_dri.so free 0x557173614ef0 void 0.000159
+gallium_dri.so malloc 72 0x557173614ef0 0.000160
+gallium_dri.so free 0x557173615140 void 0.000140
+gallium_dri.so free 0x557173614ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571736150f0 0.000120
+gallium_dri.so free 0x5571736151c0 void 0.000119
+gallium_dri.so free 0x5571736150f0 void 0.000119
+gallium_dri.so malloc 72 0x557173615210 0.000119
+gallium_dri.so free 0x557173615280 void 0.000160
+gallium_dri.so free 0x557173615210 void 0.000156
+gallium_dri.so malloc 72 0x5571736152a0 0.000160
+gallium_dri.so free 0x557173615340 void 0.000123
+gallium_dri.so free 0x5571736152a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736152f0 0.000117
+gallium_dri.so free 0x5571736153c0 void 0.000113
+gallium_dri.so free 0x5571736152f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736153c0 0.000110
+gallium_dri.so free 0x557173615480 void 0.000110
+gallium_dri.so free 0x5571736153c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736153c0 0.000112
+gallium_dri.so free 0x557173615500 void 0.000113
+gallium_dri.so free 0x5571736153c0 void 0.000116
+gallium_dri.so malloc 72 0x557173615500 0.000118
+gallium_dri.so free 0x5571736155c0 void 0.000119
+gallium_dri.so free 0x557173615500 void 0.000115
+gallium_dri.so malloc 72 0x557173615500 0.000113
+gallium_dri.so free 0x557173615680 void 0.000113
+gallium_dri.so free 0x557173615500 void 0.000112
+gallium_dri.so malloc 72 0x557173615500 0.000111
+gallium_dri.so free 0x557173615740 void 0.000109
+gallium_dri.so free 0x557173615500 void 0.000111
+gallium_dri.so malloc 72 0x5571736156f0 0.000110
+gallium_dri.so free 0x5571736157c0 void 0.000110
+gallium_dri.so free 0x5571736156f0 void 0.000111
+gallium_dri.so malloc 72 0x557173615810 0.000110
+gallium_dri.so free 0x557173615880 void 0.000111
+gallium_dri.so free 0x557173615810 void 0.000111
+gallium_dri.so malloc 72 0x5571736158c0 0.000110
+gallium_dri.so free 0x557173615940 void 0.000111
+gallium_dri.so free 0x5571736158c0 void 0.000111
+gallium_dri.so malloc 72 0x5571736158c0 0.000110
+gallium_dri.so free 0x5571736159c0 void 0.000116
+gallium_dri.so free 0x5571736158c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736159f0 0.000112
+gallium_dri.so free 0x557173615a40 void 0.000115
+gallium_dri.so free 0x5571736159f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736159f0 0.000119
+gallium_dri.so free 0x557173615b40 void 0.000113
+gallium_dri.so free 0x5571736159f0 void 0.000111
+gallium_dri.so malloc 72 0x557173615af0 0.000112
+gallium_dri.so free 0x557173615c00 void 0.000110
+gallium_dri.so free 0x557173615af0 void 0.000112
+gallium_dri.so malloc 72 0x557173615bb0 0.000112
+gallium_dri.so free 0x557173615c40 void 0.000110
+gallium_dri.so free 0x557173615bb0 void 0.000111
+gallium_dri.so malloc 72 0x557173615bb0 0.000111
+gallium_dri.so free 0x557173615d00 void 0.000114
+gallium_dri.so free 0x557173615bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173615d70 0.000112
+gallium_dri.so free 0x557173615dc0 void 0.000114
+gallium_dri.so free 0x557173615d70 void 0.000111
+gallium_dri.so malloc 72 0x557173615d70 0.000111
+gallium_dri.so free 0x557173615ec0 void 0.000111
+gallium_dri.so free 0x557173615d70 void 0.000112
+gallium_dri.so malloc 72 0x557173615e70 0.000111
+gallium_dri.so free 0x557173615f80 void 0.000118
+gallium_dri.so free 0x557173615e70 void 0.000113
+gallium_dri.so malloc 72 0x557173615f30 0.000110
+gallium_dri.so free 0x557173615fc0 void 0.000110
+gallium_dri.so free 0x557173615f30 void 0.000112
+gallium_dri.so malloc 72 0x557173615f30 0.000111
+gallium_dri.so free 0x557173616080 void 0.000117
+gallium_dri.so free 0x557173615f30 void 0.000113
+gallium_dri.so malloc 72 0x5571736160c0 0.000111
+gallium_dri.so free 0x557173616140 void 0.000111
+gallium_dri.so free 0x5571736160c0 void 0.000126
+gallium_dri.so malloc 72 0x557173616140 0.000125
+gallium_dri.so free 0x557173616200 void 0.000120
+gallium_dri.so free 0x557173616140 void 0.000116
+gallium_dri.so malloc 72 0x557173616140 0.000115
+gallium_dri.so free 0x5571736162c0 void 0.000115
+gallium_dri.so free 0x557173616140 void 0.000114
+gallium_dri.so malloc 72 0x5571736162e0 0.000120
+gallium_dri.so free 0x557173616380 void 0.000125
+gallium_dri.so free 0x5571736162e0 void 0.000125
+gallium_dri.so malloc 72 0x557173616330 0.000124
+gallium_dri.so free 0x557173616400 void 0.000124
+gallium_dri.so free 0x557173616330 void 0.000162
+gallium_dri.so malloc 72 0x557173616330 0.000159
+gallium_dri.so free 0x557173616480 void 0.000125
+gallium_dri.so free 0x557173616330 void 0.000124
+gallium_dri.so malloc 72 0x557173616480 0.000123
+gallium_dri.so free 0x557173616540 void 0.000124
+gallium_dri.so free 0x557173616480 void 0.000124
+gallium_dri.so malloc 72 0x557173616480 0.000123
+gallium_dri.so free 0x557173616600 void 0.000126
+gallium_dri.so free 0x557173616480 void 0.000135
+gallium_dri.so malloc 72 0x557173616480 0.000125
+gallium_dri.so free 0x5571736166c0 void 0.000125
+gallium_dri.so free 0x557173616480 void 0.000125
+gallium_dri.so malloc 72 0x557173616670 0.000119
+gallium_dri.so free 0x557173616780 void 0.000117
+gallium_dri.so free 0x557173616670 void 0.000119
+gallium_dri.so malloc 72 0x557173616730 0.000124
+gallium_dri.so free 0x557173616800 void 0.000118
+gallium_dri.so free 0x557173616730 void 0.000115
+gallium_dri.so malloc 72 0x557173616850 0.000119
+gallium_dri.so free 0x5571736168c0 void 0.000115
+gallium_dri.so free 0x557173616850 void 0.000115
+gallium_dri.so malloc 72 0x5571736168e0 0.000113
+gallium_dri.so free 0x557173616980 void 0.000113
+gallium_dri.so free 0x5571736168e0 void 0.000113
+gallium_dri.so malloc 72 0x557173616930 0.000118
+gallium_dri.so free 0x557173616a00 void 0.000126
+gallium_dri.so free 0x557173616930 void 0.000125
+gallium_dri.so malloc 72 0x557173616930 0.000126
+gallium_dri.so free 0x557173616a80 void 0.000125
+gallium_dri.so free 0x557173616930 void 0.000126
+gallium_dri.so malloc 72 0x557173616a80 0.000118
+gallium_dri.so free 0x557173616b40 void 0.000150
+gallium_dri.so free 0x557173616a80 void 0.000125
+gallium_dri.so malloc 72 0x557173616a80 0.000174
+gallium_dri.so free 0x557173616c40 void 0.000119
+gallium_dri.so free 0x557173616a80 void 0.000118
+gallium_dri.so malloc 72 0x557173616bf0 0.000114
+gallium_dri.so free 0x557173616c80 void 0.000116
+gallium_dri.so free 0x557173616bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173616bf0 0.000125
+gallium_dri.so free 0x557173616d40 void 0.000123
+gallium_dri.so free 0x557173616bf0 void 0.000126
+gallium_dri.so malloc 72 0x557173616d80 0.000134
+gallium_dri.so free 0x557173616e00 void 0.000132
+gallium_dri.so free 0x557173616d80 void 0.000131
+gallium_dri.so malloc 72 0x557173616e00 0.000125
+gallium_dri.so free 0x557173616ec0 void 0.000120
+gallium_dri.so free 0x557173616e00 void 0.000125
+gallium_dri.so malloc 72 0x557173616e00 0.000130
+gallium_dri.so free 0x557173616f40 void 0.000130
+gallium_dri.so free 0x557173616e00 void 0.000126
+gallium_dri.so malloc 72 0x557173616f70 0.000125
+gallium_dri.so free 0x557173616fc0 void 0.000125
+gallium_dri.so free 0x557173616f70 void 0.000133
+gallium_dri.so malloc 72 0x557173616f70 0.000121
+gallium_dri.so free 0x5571736170c0 void 0.000127
+gallium_dri.so free 0x557173616f70 void 0.000124
+gallium_dri.so malloc 72 0x557173617100 0.000122
+gallium_dri.so free 0x557173617180 void 0.000126
+gallium_dri.so free 0x557173617100 void 0.000130
+gallium_dri.so malloc 72 0x557173617180 0.000123
+gallium_dri.so free 0x557173617240 void 0.000120
+gallium_dri.so free 0x557173617180 void 0.000124
+gallium_dri.so malloc 72 0x557173617180 0.000131
+gallium_dri.so free 0x5571736172c0 void 0.000131
+gallium_dri.so free 0x557173617180 void 0.000130
+gallium_dri.so malloc 72 0x5571736172f0 0.000124
+gallium_dri.so free 0x557173617340 void 0.000120
+gallium_dri.so free 0x5571736172f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736172f0 0.000132
+gallium_dri.so free 0x557173617440 void 0.000131
+gallium_dri.so free 0x5571736172f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736173f0 0.000132
+gallium_dri.so free 0x557173617500 void 0.000133
+gallium_dri.so free 0x5571736173f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736174b0 0.000133
+gallium_dri.so free 0x557173617580 void 0.000133
+gallium_dri.so free 0x5571736174b0 void 0.000223
+gallium_dri.so malloc 72 0x5571736174b0 0.000221
+gallium_dri.so free 0x557173617640 void 0.000131
+gallium_dri.so free 0x5571736174b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736174b0 0.000132
+gallium_dri.so free 0x557173617700 void 0.000130
+gallium_dri.so free 0x5571736174b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736176b0 0.000130
+gallium_dri.so free 0x557173617780 void 0.000126
+gallium_dri.so free 0x5571736176b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736177d0 0.000121
+gallium_dri.so free 0x557173617840 void 0.000127
+gallium_dri.so free 0x5571736177d0 void 0.000132
+gallium_dri.so malloc 72 0x557173617860 0.000130
+gallium_dri.so free 0x557173617900 void 0.000129
+gallium_dri.so free 0x557173617860 void 0.000131
+gallium_dri.so malloc 72 0x5571736178b0 0.000130
+gallium_dri.so free 0x557173617980 void 0.000167
+gallium_dri.so free 0x5571736178b0 void 0.000134
+gallium_dri.so malloc 72 0x557173617980 0.000164
+gallium_dri.so free 0x557173617a40 void 0.000132
+gallium_dri.so free 0x557173617980 void 0.000131
+gallium_dri.so malloc 72 0x557173617980 0.000131
+gallium_dri.so free 0x557173617ac0 void 0.000130
+gallium_dri.so free 0x557173617980 void 0.000127
+gallium_dri.so malloc 72 0x557173617ac0 0.000120
+gallium_dri.so free 0x557173617b80 void 0.000127
+gallium_dri.so free 0x557173617ac0 void 0.000131
+gallium_dri.so malloc 72 0x557173617ac0 0.000131
+gallium_dri.so free 0x557173617c40 void 0.000126
+gallium_dri.so free 0x557173617ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173617ac0 0.000126
+gallium_dri.so free 0x557173617d00 void 0.000125
+gallium_dri.so free 0x557173617ac0 void 0.000121
+gallium_dri.so malloc 72 0x557173617cb0 0.000121
+gallium_dri.so free 0x557173617d80 void 0.000122
+gallium_dri.so free 0x557173617cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173617dd0 0.000131
+gallium_dri.so free 0x557173617e40 void 0.000130
+gallium_dri.so free 0x557173617dd0 void 0.000131
+gallium_dri.so malloc 72 0x557173617e80 0.000130
+gallium_dri.so free 0x557173617f00 void 0.000132
+gallium_dri.so free 0x557173617e80 void 0.000131
+gallium_dri.so malloc 72 0x557173617e80 0.000130
+gallium_dri.so free 0x557173617f80 void 0.000125
+gallium_dri.so free 0x557173617e80 void 0.000126
+gallium_dri.so malloc 72 0x557173617fb0 0.000124
+gallium_dri.so free 0x557173618000 void 0.000128
+gallium_dri.so free 0x557173617fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173617fb0 0.000126
+gallium_dri.so free 0x557173618100 void 0.000125
+gallium_dri.so free 0x557173617fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571736180b0 0.000120
+gallium_dri.so free 0x5571736181c0 void 0.000120
+gallium_dri.so free 0x5571736180b0 void 0.000127
+gallium_dri.so malloc 72 0x557173618170 0.000130
+gallium_dri.so free 0x557173618200 void 0.000125
+gallium_dri.so free 0x557173618170 void 0.000125
+gallium_dri.so malloc 72 0x557173618170 0.000124
+gallium_dri.so free 0x5571736182c0 void 0.000121
+gallium_dri.so free 0x557173618170 void 0.000120
+gallium_dri.so malloc 72 0x557173618330 0.000131
+gallium_dri.so free 0x557173618380 void 0.000130
+gallium_dri.so free 0x557173618330 void 0.000132
+gallium_dri.so malloc 72 0x557173618330 0.000130
+gallium_dri.so free 0x557173618480 void 0.000133
+gallium_dri.so free 0x557173618330 void 0.000131
+gallium_dri.so malloc 72 0x557173618430 0.000198
+gallium_dri.so free 0x557173618540 void 0.000220
+gallium_dri.so free 0x557173618430 void 0.000138
+gallium_dri.so malloc 72 0x5571736184f0 0.000130
+gallium_dri.so free 0x557173618580 void 0.000131
+gallium_dri.so free 0x5571736184f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736184f0 0.000126
+gallium_dri.so free 0x557173618640 void 0.000130
+gallium_dri.so free 0x5571736184f0 void 0.000126
+gallium_dri.so malloc 72 0x557173618680 0.000125
+gallium_dri.so free 0x557173618700 void 0.000130
+gallium_dri.so free 0x557173618680 void 0.000130
+gallium_dri.so malloc 72 0x557173618700 0.000131
+gallium_dri.so free 0x5571736187c0 void 0.000317
+gallium_dri.so free 0x557173618700 void 0.000344
+gallium_dri.so malloc 72 0x557173618700 0.000338
+gallium_dri.so free 0x557173618880 void 0.000317
+gallium_dri.so free 0x557173618700 void 0.000282
+gallium_dri.so malloc 72 0x5571736188a0 0.000283
+gallium_dri.so free 0x557173618940 void 0.000289
+gallium_dri.so free 0x5571736188a0 void 0.000286
+gallium_dri.so malloc 72 0x5571736188f0 0.000274
+gallium_dri.so free 0x5571736189c0 void 0.000273
+gallium_dri.so free 0x5571736188f0 void 0.000247
+gallium_dri.so malloc 72 0x5571736188f0 0.000278
+gallium_dri.so free 0x557173618a40 void 0.000287
+gallium_dri.so free 0x5571736188f0 void 0.000274
+gallium_dri.so malloc 72 0x557173618a40 0.000287
+gallium_dri.so free 0x557173618b00 void 0.000284
+gallium_dri.so free 0x557173618a40 void 0.000274
+gallium_dri.so malloc 72 0x557173618a40 0.000247
+gallium_dri.so free 0x557173618bc0 void 0.000165
+gallium_dri.so free 0x557173618a40 void 0.000164
+gallium_dri.so malloc 72 0x557173618a40 0.000165
+gallium_dri.so free 0x557173618c80 void 0.000126
+gallium_dri.so free 0x557173618a40 void 0.000131
+gallium_dri.so malloc 72 0x557173618c30 0.000125
+gallium_dri.so free 0x557173618d40 void 0.000122
+gallium_dri.so free 0x557173618c30 void 0.000124
+gallium_dri.so malloc 72 0x557173618cf0 0.000130
+gallium_dri.so free 0x557173618dc0 void 0.000130
+gallium_dri.so free 0x557173618cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173618e10 0.000130
+gallium_dri.so free 0x557173618e80 void 0.000126
+gallium_dri.so free 0x557173618e10 void 0.000120
+gallium_dri.so malloc 72 0x557173618ea0 0.000127
+gallium_dri.so free 0x557173618f40 void 0.000126
+gallium_dri.so free 0x557173618ea0 void 0.000126
+gallium_dri.so malloc 72 0x557173618ef0 0.000130
+gallium_dri.so free 0x557173618fc0 void 0.000126
+gallium_dri.so free 0x557173618ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173618ef0 0.000126
+gallium_dri.so free 0x557173619040 void 0.000129
+gallium_dri.so free 0x557173618ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173619040 0.000124
+gallium_dri.so free 0x557173619100 void 0.000129
+gallium_dri.so free 0x557173619040 void 0.000130
+gallium_dri.so malloc 72 0x557173619040 0.000224
+gallium_dri.so free 0x557173619200 void 0.000224
+gallium_dri.so free 0x557173619040 void 0.000234
+gallium_dri.so malloc 72 0x5571736191b0 0.000234
+gallium_dri.so free 0x557173619240 void 0.000252
+gallium_dri.so free 0x5571736191b0 void 0.000369
+gallium_dri.so malloc 72 0x5571736191b0 0.000184
+gallium_dri.so free 0x557173619300 void 0.000354
+gallium_dri.so free 0x5571736191b0 void 0.000331
+gallium_dri.so malloc 72 0x557173619340 0.000287
+gallium_dri.so free 0x5571736193c0 void 0.000290
+gallium_dri.so free 0x557173619340 void 0.000293
+gallium_dri.so malloc 72 0x5571736193c0 0.000291
+gallium_dri.so free 0x557173619480 void 0.000266
+gallium_dri.so free 0x5571736193c0 void 0.000293
+gallium_dri.so malloc 72 0x5571736193c0 0.000248
+gallium_dri.so free 0x557173619500 void 0.000170
+gallium_dri.so free 0x5571736193c0 void 0.000172
+gallium_dri.so malloc 72 0x557173619530 0.000171
+gallium_dri.so free 0x557173619580 void 0.000136
+gallium_dri.so free 0x557173619530 void 0.000137
+gallium_dri.so malloc 72 0x557173619530 0.000130
+gallium_dri.so free 0x557173619680 void 0.000132
+gallium_dri.so free 0x557173619530 void 0.000136
+gallium_dri.so malloc 72 0x5571736196c0 0.000169
+gallium_dri.so free 0x557173619740 void 0.000133
+gallium_dri.so free 0x5571736196c0 void 0.000138
+gallium_dri.so malloc 72 0x557173619740 0.000134
+gallium_dri.so free 0x557173619800 void 0.000129
+gallium_dri.so free 0x557173619740 void 0.000133
+gallium_dri.so malloc 72 0x557173619740 0.000137
+gallium_dri.so free 0x557173619880 void 0.000139
+gallium_dri.so free 0x557173619740 void 0.000138
+gallium_dri.so malloc 72 0x5571736198b0 0.000139
+gallium_dri.so free 0x557173619900 void 0.000184
+gallium_dri.so free 0x5571736198b0 void 0.000141
+gallium_dri.so malloc 72 0x5571736198b0 0.000160
+gallium_dri.so free 0x557173619a00 void 0.000152
+gallium_dri.so free 0x5571736198b0 void 0.000134
+gallium_dri.so malloc 72 0x5571736199b0 0.000131
+gallium_dri.so free 0x557173619ac0 void 0.000134
+gallium_dri.so free 0x5571736199b0 void 0.000133
+gallium_dri.so malloc 72 0x557173619a70 0.000132
+gallium_dri.so free 0x557173619b40 void 0.000133
+gallium_dri.so free 0x557173619a70 void 0.000133
+gallium_dri.so malloc 72 0x557173619a70 0.000135
+gallium_dri.so free 0x557173619c00 void 0.000131
+gallium_dri.so free 0x557173619a70 void 0.000134
+gallium_dri.so malloc 72 0x557173619a70 0.000133
+gallium_dri.so free 0x557173619cc0 void 0.000134
+gallium_dri.so free 0x557173619a70 void 0.000134
+gallium_dri.so malloc 72 0x557173619c70 0.000135
+gallium_dri.so free 0x557173619d40 void 0.000134
+gallium_dri.so free 0x557173619c70 void 0.000134
+gallium_dri.so malloc 72 0x557173619d90 0.000130
+gallium_dri.so free 0x557173619e00 void 0.000137
+gallium_dri.so free 0x557173619d90 void 0.000161
+gallium_dri.so malloc 72 0x557173619e20 0.000163
+gallium_dri.so free 0x557173619ec0 void 0.000162
+gallium_dri.so free 0x557173619e20 void 0.000158
+gallium_dri.so malloc 72 0x557173619e70 0.000162
+gallium_dri.so free 0x557173619f40 void 0.000162
+gallium_dri.so free 0x557173619e70 void 0.000170
+gallium_dri.so malloc 72 0x557173619f40 0.000132
+gallium_dri.so free 0x55717361a000 void 0.000124
+gallium_dri.so free 0x557173619f40 void 0.000125
+gallium_dri.so malloc 72 0x557173619f40 0.000126
+gallium_dri.so free 0x55717361a080 void 0.000127
+gallium_dri.so free 0x557173619f40 void 0.000129
+gallium_dri.so malloc 72 0x55717361a080 0.000126
+gallium_dri.so free 0x55717361a140 void 0.000127
+gallium_dri.so free 0x55717361a080 void 0.000126
+gallium_dri.so malloc 72 0x55717361a080 0.000127
+gallium_dri.so free 0x55717361a200 void 0.000264
+gallium_dri.so free 0x55717361a080 void 0.000125
+gallium_dri.so malloc 72 0x55717361a080 0.000122
+gallium_dri.so free 0x55717361a2c0 void 0.000121
+gallium_dri.so free 0x55717361a080 void 0.000122
+gallium_dri.so malloc 72 0x55717361a270 0.000135
+gallium_dri.so free 0x55717361a340 void 0.000123
+gallium_dri.so free 0x55717361a270 void 0.000122
+gallium_dri.so malloc 72 0x55717361a390 0.000121
+gallium_dri.so free 0x55717361a400 void 0.000121
+gallium_dri.so free 0x55717361a390 void 0.000123
+gallium_dri.so malloc 72 0x55717361a440 0.000124
+gallium_dri.so free 0x55717361a4c0 void 0.000121
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so malloc 72 0x55717361a440 0.000121
+gallium_dri.so free 0x55717361a540 void 0.000121
+gallium_dri.so free 0x55717361a440 void 0.000122
+gallium_dri.so malloc 72 0x55717361a570 0.000121
+gallium_dri.so free 0x55717361a5c0 void 0.000121
+gallium_dri.so free 0x55717361a570 void 0.000121
+gallium_dri.so malloc 72 0x55717361a570 0.000119
+gallium_dri.so free 0x55717361a6c0 void 0.000122
+gallium_dri.so free 0x55717361a570 void 0.000120
+gallium_dri.so malloc 72 0x55717361a670 0.000120
+gallium_dri.so free 0x55717361a780 void 0.000122
+gallium_dri.so free 0x55717361a670 void 0.000121
+gallium_dri.so malloc 72 0x55717361a730 0.000121
+gallium_dri.so free 0x55717361a7c0 void 0.000120
+gallium_dri.so free 0x55717361a730 void 0.000120
+gallium_dri.so malloc 72 0x55717361a730 0.000248
+gallium_dri.so free 0x55717361a880 void 0.000220
+gallium_dri.so free 0x55717361a730 void 0.000236
+gallium_dri.so malloc 72 0x55717361a8f0 0.000128
+gallium_dri.so free 0x55717361a940 void 0.000126
+gallium_dri.so free 0x55717361a8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a8f0 0.000120
+gallium_dri.so free 0x55717361aa40 void 0.000124
+gallium_dri.so free 0x55717361a8f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361a9f0 0.000121
+gallium_dri.so free 0x55717361ab00 void 0.000120
+gallium_dri.so free 0x55717361a9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361aab0 0.000120
+gallium_dri.so free 0x55717361ab40 void 0.000119
+gallium_dri.so free 0x55717361aab0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aab0 0.000120
+gallium_dri.so free 0x55717361ac00 void 0.000120
+gallium_dri.so free 0x55717361aab0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ac40 0.000119
+gallium_dri.so free 0x55717361acc0 void 0.000122
+gallium_dri.so free 0x55717361ac40 void 0.000118
+gallium_dri.so malloc 72 0x55717361acc0 0.000119
+gallium_dri.so free 0x55717361ad80 void 0.000120
+gallium_dri.so free 0x55717361acc0 void 0.000125
+gallium_dri.so malloc 72 0x55717361acc0 0.000116
+gallium_dri.so free 0x55717361ae40 void 0.000117
+gallium_dri.so free 0x55717361acc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae60 0.000120
+gallium_dri.so free 0x55717361af00 void 0.000116
+gallium_dri.so free 0x55717361ae60 void 0.000116
+gallium_dri.so malloc 72 0x55717361aeb0 0.000116
+gallium_dri.so free 0x55717361af80 void 0.000114
+gallium_dri.so free 0x55717361aeb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361aeb0 0.000116
+gallium_dri.so free 0x55717361b000 void 0.000117
+gallium_dri.so free 0x55717361aeb0 void 0.000116
+gallium_dri.so malloc 72 0x55717361b000 0.000114
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so free 0x55717361b000 void 0.000115
+gallium_dri.so malloc 72 0x55717361b000 0.000116
+gallium_dri.so free 0x55717361b180 void 0.000116
+gallium_dri.so free 0x55717361b000 void 0.000114
+gallium_dri.so malloc 72 0x55717361b000 0.000113
+gallium_dri.so free 0x55717361b240 void 0.000113
+gallium_dri.so free 0x55717361b000 void 0.000115
+gallium_dri.so malloc 72 0x55717361b1f0 0.000113
+gallium_dri.so free 0x55717361b300 void 0.000114
+gallium_dri.so free 0x55717361b1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b2b0 0.000119
+gallium_dri.so free 0x55717361b380 void 0.000115
+gallium_dri.so free 0x55717361b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b3d0 0.000127
+gallium_dri.so free 0x55717361b440 void 0.000127
+gallium_dri.so free 0x55717361b3d0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b460 0.000123
+gallium_dri.so free 0x55717361b500 void 0.000118
+gallium_dri.so free 0x55717361b460 void 0.000114
+gallium_dri.so malloc 72 0x55717361b4b0 0.000115
+gallium_dri.so free 0x55717361b580 void 0.000113
+gallium_dri.so free 0x55717361b4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b4b0 0.000124
+gallium_dri.so free 0x55717361b600 void 0.000124
+gallium_dri.so free 0x55717361b4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b600 0.000119
+gallium_dri.so free 0x55717361b6c0 void 0.000114
+gallium_dri.so free 0x55717361b600 void 0.000114
+gallium_dri.so malloc 72 0x55717361b600 0.000113
+gallium_dri.so free 0x55717361b7c0 void 0.000114
+gallium_dri.so free 0x55717361b600 void 0.000119
+gallium_dri.so malloc 72 0x55717361b770 0.000124
+gallium_dri.so free 0x55717361b800 void 0.000125
+gallium_dri.so free 0x55717361b770 void 0.000123
+gallium_dri.so malloc 72 0x55717361b770 0.000123
+gallium_dri.so free 0x55717361b8c0 void 0.000123
+gallium_dri.so free 0x55717361b770 void 0.000124
+gallium_dri.so malloc 72 0x55717361b900 0.000151
+gallium_dri.so free 0x55717361b980 void 0.000121
+gallium_dri.so free 0x55717361b900 void 0.000124
+gallium_dri.so malloc 72 0x55717361b980 0.000124
+gallium_dri.so free 0x55717361ba40 void 0.000119
+gallium_dri.so free 0x55717361b980 void 0.000118
+gallium_dri.so malloc 72 0x55717361b980 0.000124
+gallium_dri.so free 0x55717361bac0 void 0.000119
+gallium_dri.so free 0x55717361b980 void 0.000130
+gallium_dri.so malloc 72 0x55717361baf0 0.000124
+gallium_dri.so free 0x55717361bb40 void 0.000119
+gallium_dri.so free 0x55717361baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361baf0 0.000125
+gallium_dri.so free 0x55717361bc40 void 0.000124
+gallium_dri.so free 0x55717361baf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bc80 0.000119
+gallium_dri.so free 0x55717361bd00 void 0.000124
+gallium_dri.so free 0x55717361bc80 void 0.000124
+gallium_dri.so malloc 72 0x55717361bd00 0.000126
+gallium_dri.so free 0x55717361bdc0 void 0.000127
+gallium_dri.so free 0x55717361bd00 void 0.000131
+gallium_dri.so malloc 72 0x55717361bd00 0.000125
+gallium_dri.so free 0x55717361be40 void 0.000123
+gallium_dri.so free 0x55717361bd00 void 0.000122
+gallium_dri.so malloc 72 0x55717361be70 0.000125
+gallium_dri.so free 0x55717361bec0 void 0.000126
+gallium_dri.so free 0x55717361be70 void 0.000120
+gallium_dri.so malloc 72 0x55717361be70 0.000119
+gallium_dri.so free 0x55717361bfc0 void 0.000120
+gallium_dri.so free 0x55717361be70 void 0.000124
+gallium_dri.so malloc 72 0x55717361bf70 0.000131
+gallium_dri.so free 0x55717361c080 void 0.000130
+gallium_dri.so free 0x55717361bf70 void 0.000132
+gallium_dri.so malloc 72 0x55717361c030 0.000130
+gallium_dri.so free 0x55717361c100 void 0.000124
+gallium_dri.so free 0x55717361c030 void 0.000121
+gallium_dri.so malloc 72 0x55717361c030 0.000125
+gallium_dri.so free 0x55717361c1c0 void 0.000126
+gallium_dri.so free 0x55717361c030 void 0.000126
+gallium_dri.so malloc 72 0x55717361c030 0.000129
+gallium_dri.so free 0x55717361c280 void 0.000131
+gallium_dri.so free 0x55717361c030 void 0.000126
+gallium_dri.so malloc 72 0x55717361c230 0.000121
+gallium_dri.so free 0x55717361c300 void 0.000125
+gallium_dri.so free 0x55717361c230 void 0.000135
+gallium_dri.so malloc 72 0x55717361c350 0.000131
+gallium_dri.so free 0x55717361c3c0 void 0.000131
+gallium_dri.so free 0x55717361c350 void 0.000131
+gallium_dri.so malloc 72 0x55717361c3e0 0.000130
+gallium_dri.so free 0x55717361c480 void 0.000130
+gallium_dri.so free 0x55717361c3e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c430 0.000132
+gallium_dri.so free 0x55717361c500 void 0.000125
+gallium_dri.so free 0x55717361c430 void 0.000125
+gallium_dri.so malloc 72 0x55717361c500 0.000130
+gallium_dri.so free 0x55717361c5c0 void 0.000131
+gallium_dri.so free 0x55717361c500 void 0.000132
+gallium_dri.so malloc 72 0x55717361c500 0.000130
+gallium_dri.so free 0x55717361c640 void 0.000129
+gallium_dri.so free 0x55717361c500 void 0.000125
+gallium_dri.so malloc 72 0x55717361c640 0.000120
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so free 0x55717361c640 void 0.000125
+gallium_dri.so malloc 72 0x55717361c640 0.000130
+gallium_dri.so free 0x55717361c7c0 void 0.000140
+gallium_dri.so free 0x55717361c640 void 0.000132
+gallium_dri.so malloc 72 0x55717361c640 0.000129
+gallium_dri.so free 0x55717361c880 void 0.000124
+gallium_dri.so free 0x55717361c640 void 0.000121
+gallium_dri.so malloc 72 0x55717361c830 0.000125
+gallium_dri.so free 0x55717361c900 void 0.000129
+gallium_dri.so free 0x55717361c830 void 0.000131
+gallium_dri.so malloc 72 0x55717361c950 0.000131
+gallium_dri.so free 0x55717361c9c0 void 0.000136
+gallium_dri.so free 0x55717361c950 void 0.000126
+gallium_dri.so malloc 72 0x55717361ca00 0.000127
+gallium_dri.so free 0x55717361ca80 void 0.000129
+gallium_dri.so free 0x55717361ca00 void 0.000132
+gallium_dri.so malloc 72 0x55717361ca00 0.000131
+gallium_dri.so free 0x55717361cb00 void 0.000125
+gallium_dri.so free 0x55717361ca00 void 0.000120
+gallium_dri.so malloc 72 0x55717361cb30 0.000125
+gallium_dri.so free 0x55717361cb80 void 0.000129
+gallium_dri.so free 0x55717361cb30 void 0.000129
+gallium_dri.so malloc 72 0x55717361cb30 0.000131
+gallium_dri.so free 0x55717361cc80 void 0.000170
+gallium_dri.so free 0x55717361cb30 void 0.000167
+gallium_dri.so malloc 72 0x55717361cc30 0.000194
+gallium_dri.so free 0x55717361cd40 void 0.000130
+gallium_dri.so free 0x55717361cc30 void 0.000162
+gallium_dri.so malloc 72 0x55717361ccf0 0.000200
+gallium_dri.so free 0x55717361cd80 void 0.000223
+gallium_dri.so free 0x55717361ccf0 void 0.000228
+gallium_dri.so malloc 72 0x55717361ccf0 0.000223
+gallium_dri.so free 0x55717361ce40 void 0.000190
+gallium_dri.so free 0x55717361ccf0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ceb0 0.000129
+gallium_dri.so free 0x55717361cf00 void 0.000131
+gallium_dri.so free 0x55717361ceb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361ceb0 0.000129
+gallium_dri.so free 0x55717361d000 void 0.000124
+gallium_dri.so free 0x55717361ceb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cfb0 0.000125
+gallium_dri.so free 0x55717361d0c0 void 0.000201
+gallium_dri.so free 0x55717361cfb0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d070 0.000124
+gallium_dri.so free 0x55717361d100 void 0.000120
+gallium_dri.so free 0x55717361d070 void 0.000125
+gallium_dri.so malloc 72 0x55717361d070 0.000130
+gallium_dri.so free 0x55717361d1c0 void 0.000129
+gallium_dri.so free 0x55717361d070 void 0.000130
+gallium_dri.so malloc 72 0x55717361d200 0.000124
+gallium_dri.so free 0x55717361d280 void 0.000125
+gallium_dri.so free 0x55717361d200 void 0.000129
+gallium_dri.so malloc 72 0x55717361d280 0.000130
+gallium_dri.so free 0x55717361d340 void 0.000129
+gallium_dri.so free 0x55717361d280 void 0.000131
+gallium_dri.so malloc 72 0x55717361d280 0.000125
+gallium_dri.so free 0x55717361d400 void 0.000125
+gallium_dri.so free 0x55717361d280 void 0.000131
+gallium_dri.so malloc 72 0x55717361d420 0.000129
+gallium_dri.so free 0x55717361d4c0 void 0.000132
+gallium_dri.so free 0x55717361d420 void 0.000131
+gallium_dri.so malloc 72 0x55717361d470 0.000129
+gallium_dri.so free 0x55717361d540 void 0.000134
+gallium_dri.so free 0x55717361d470 void 0.000131
+gallium_dri.so malloc 72 0x55717361d470 0.000129
+gallium_dri.so free 0x55717361d5c0 void 0.000124
+gallium_dri.so free 0x55717361d470 void 0.000120
+gallium_dri.so malloc 72 0x55717361d5c0 0.000124
+gallium_dri.so free 0x55717361d680 void 0.000137
+gallium_dri.so free 0x55717361d5c0 void 0.000185
+gallium_dri.so malloc 72 0x55717361d5c0 0.000131
+gallium_dri.so free 0x55717361d740 void 0.000130
+gallium_dri.so free 0x55717361d5c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d5c0 0.000120
+gallium_dri.so free 0x55717361d800 void 0.000242
+gallium_dri.so free 0x55717361d5c0 void 0.000252
+gallium_dri.so malloc 72 0x55717361d7b0 0.000269
+gallium_dri.so free 0x55717361d8c0 void 0.000240
+gallium_dri.so free 0x55717361d7b0 void 0.000229
+gallium_dri.so malloc 72 0x55717361d870 0.000232
+gallium_dri.so free 0x55717361d940 void 0.000224
+gallium_dri.so free 0x55717361d870 void 0.000131
+gallium_dri.so malloc 72 0x55717361d990 0.000127
+gallium_dri.so free 0x55717361da00 void 0.000124
+gallium_dri.so free 0x55717361d990 void 0.000119
+gallium_dri.so malloc 72 0x55717361da20 0.000126
+gallium_dri.so free 0x55717361dac0 void 0.000125
+gallium_dri.so free 0x55717361da20 void 0.000120
+gallium_dri.so malloc 72 0x55717361da70 0.000125
+gallium_dri.so free 0x55717361db40 void 0.000132
+gallium_dri.so free 0x55717361da70 void 0.000125
+gallium_dri.so malloc 72 0x55717361da70 0.000124
+gallium_dri.so free 0x55717361dbc0 void 0.000130
+gallium_dri.so free 0x55717361da70 void 0.000130
+gallium_dri.so malloc 72 0x55717361dbc0 0.000126
+gallium_dri.so free 0x55717361dc80 void 0.000120
+gallium_dri.so free 0x55717361dbc0 void 0.000124
+gallium_dri.so malloc 72 0x55717361dbc0 0.000131
+gallium_dri.so free 0x55717361dd80 void 0.000130
+gallium_dri.so free 0x55717361dbc0 void 0.000126
+gallium_dri.so malloc 72 0x55717361dd30 0.000120
+gallium_dri.so free 0x55717361ddc0 void 0.000138
+gallium_dri.so free 0x55717361dd30 void 0.000130
+gallium_dri.so malloc 72 0x55717361dd30 0.000132
+gallium_dri.so free 0x55717361de80 void 0.000165
+gallium_dri.so free 0x55717361dd30 void 0.000129
+gallium_dri.so malloc 72 0x55717361dec0 0.000129
+gallium_dri.so free 0x55717361df40 void 0.000129
+gallium_dri.so free 0x55717361dec0 void 0.000126
+gallium_dri.so malloc 72 0x55717361df40 0.000120
+gallium_dri.so free 0x55717361e000 void 0.000126
+gallium_dri.so free 0x55717361df40 void 0.000124
+gallium_dri.so malloc 72 0x55717361df40 0.000125
+gallium_dri.so free 0x55717361e080 void 0.000131
+gallium_dri.so free 0x55717361df40 void 0.000130
+gallium_dri.so malloc 72 0x55717361e0b0 0.000142
+gallium_dri.so free 0x55717361e100 void 0.000126
+gallium_dri.so free 0x55717361e0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e0b0 0.000120
+gallium_dri.so free 0x55717361e200 void 0.000126
+gallium_dri.so free 0x55717361e0b0 void 0.000135
+gallium_dri.so malloc 72 0x55717361e240 0.000135
+gallium_dri.so free 0x55717361e2c0 void 0.000132
+gallium_dri.so free 0x55717361e240 void 0.000166
+gallium_dri.so malloc 72 0x55717361e2c0 0.000166
+gallium_dri.so free 0x55717361e380 void 0.000130
+gallium_dri.so free 0x55717361e2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e2c0 0.000130
+gallium_dri.so free 0x55717361e400 void 0.000129
+gallium_dri.so free 0x55717361e2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e430 0.000121
+gallium_dri.so free 0x55717361e480 void 0.000126
+gallium_dri.so free 0x55717361e430 void 0.000125
+gallium_dri.so malloc 72 0x55717361e430 0.000120
+gallium_dri.so free 0x55717361e580 void 0.000120
+gallium_dri.so free 0x55717361e430 void 0.000123
+gallium_dri.so malloc 72 0x55717361e530 0.000130
+gallium_dri.so free 0x55717361e640 void 0.000129
+gallium_dri.so free 0x55717361e530 void 0.000130
+gallium_dri.so malloc 72 0x55717361e5f0 0.000129
+gallium_dri.so free 0x55717361e6c0 void 0.000128
+gallium_dri.so free 0x55717361e5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e5f0 0.000166
+gallium_dri.so free 0x55717361e780 void 0.000154
+gallium_dri.so free 0x55717361e5f0 void 0.000147
+gallium_dri.so malloc 72 0x55717361e5f0 0.000144
+gallium_dri.so free 0x55717361e840 void 0.000150
+gallium_dri.so free 0x55717361e5f0 void 0.000146
+gallium_dri.so malloc 72 0x55717361e7f0 0.000138
+gallium_dri.so free 0x55717361e8c0 void 0.000141
+gallium_dri.so free 0x55717361e7f0 void 0.000141
+gallium_dri.so malloc 72 0x55717361e910 0.000140
+gallium_dri.so free 0x55717361e980 void 0.000144
+gallium_dri.so free 0x55717361e910 void 0.000144
+gallium_dri.so malloc 72 0x55717361e9a0 0.000143
+gallium_dri.so free 0x55717361ea40 void 0.000135
+gallium_dri.so free 0x55717361e9a0 void 0.000142
+gallium_dri.so malloc 72 0x55717361e9f0 0.000145
+gallium_dri.so free 0x55717361eac0 void 0.000137
+gallium_dri.so free 0x55717361e9f0 void 0.000136
+gallium_dri.so malloc 72 0x55717361eac0 0.000140
+gallium_dri.so free 0x55717361eb80 void 0.000149
+gallium_dri.so free 0x55717361eac0 void 0.000144
+gallium_dri.so malloc 72 0x55717361eac0 0.000144
+gallium_dri.so free 0x55717361ec00 void 0.000145
+gallium_dri.so free 0x55717361eac0 void 0.000141
+gallium_dri.so malloc 72 0x55717361ec00 0.000140
+gallium_dri.so free 0x55717361ecc0 void 0.000146
+gallium_dri.so free 0x55717361ec00 void 0.000143
+gallium_dri.so malloc 72 0x55717361ec00 0.000135
+gallium_dri.so free 0x55717361ed80 void 0.000143
+gallium_dri.so free 0x55717361ec00 void 0.000143
+gallium_dri.so malloc 72 0x55717361ec00 0.000139
+gallium_dri.so free 0x55717361ee40 void 0.000135
+gallium_dri.so free 0x55717361ec00 void 0.000142
+gallium_dri.so malloc 72 0x55717361edf0 0.000143
+gallium_dri.so free 0x55717361eec0 void 0.000145
+gallium_dri.so free 0x55717361edf0 void 0.000145
+gallium_dri.so malloc 72 0x55717361ef10 0.000139
+gallium_dri.so free 0x55717361ef80 void 0.000135
+gallium_dri.so free 0x55717361ef10 void 0.000142
+gallium_dri.so malloc 72 0x55717361efc0 0.000171
+gallium_dri.so free 0x55717361f040 void 0.000174
+gallium_dri.so free 0x55717361efc0 void 0.000173
+gallium_dri.so malloc 72 0x55717361efc0 0.000171
+gallium_dri.so free 0x55717361f0c0 void 0.000171
+gallium_dri.so free 0x55717361efc0 void 0.000172
+gallium_dri.so malloc 72 0x55717361f0f0 0.000169
+gallium_dri.so free 0x55717361f140 void 0.000161
+gallium_dri.so free 0x55717361f0f0 void 0.000170
+gallium_dri.so malloc 72 0x55717361f0f0 0.000172
+gallium_dri.so free 0x55717361f240 void 0.000176
+gallium_dri.so free 0x55717361f0f0 void 0.000173
+gallium_dri.so malloc 72 0x55717361f1f0 0.000171
+gallium_dri.so free 0x55717361f300 void 0.000172
+gallium_dri.so free 0x55717361f1f0 void 0.000180
+gallium_dri.so malloc 72 0x55717361f2b0 0.000145
+gallium_dri.so free 0x55717361f340 void 0.000151
+gallium_dri.so free 0x55717361f2b0 void 0.000146
+gallium_dri.so malloc 72 0x55717361f2b0 0.000143
+gallium_dri.so free 0x55717361f400 void 0.000144
+gallium_dri.so free 0x55717361f2b0 void 0.000144
+gallium_dri.so malloc 72 0x55717361f470 0.000144
+gallium_dri.so free 0x55717361f4c0 void 0.000139
+gallium_dri.so free 0x55717361f470 void 0.000137
+gallium_dri.so malloc 72 0x55717361f470 0.000141
+gallium_dri.so free 0x55717361f5c0 void 0.000144
+gallium_dri.so free 0x55717361f470 void 0.000144
+gallium_dri.so malloc 72 0x55717361f570 0.000144
+gallium_dri.so free 0x55717361f680 void 0.000144
+gallium_dri.so free 0x55717361f570 void 0.000145
+gallium_dri.so malloc 72 0x55717361f630 0.000144
+gallium_dri.so free 0x55717361f6c0 void 0.000143
+gallium_dri.so free 0x55717361f630 void 0.000145
+gallium_dri.so malloc 72 0x55717361f630 0.000138
+gallium_dri.so free 0x55717361f780 void 0.000142
+gallium_dri.so free 0x55717361f630 void 0.000151
+gallium_dri.so malloc 72 0x55717361f7c0 0.000145
+gallium_dri.so free 0x55717361f840 void 0.000143
+gallium_dri.so free 0x55717361f7c0 void 0.000145
+gallium_dri.so malloc 72 0x55717361f840 0.000142
+gallium_dri.so free 0x55717361f900 void 0.000140
+gallium_dri.so free 0x55717361f840 void 0.000145
+gallium_dri.so malloc 72 0x55717361f840 0.000143
+gallium_dri.so free 0x55717361f9c0 void 0.000139
+gallium_dri.so free 0x55717361f840 void 0.000136
+gallium_dri.so malloc 72 0x55717361f9e0 0.000140
+gallium_dri.so free 0x55717361fa80 void 0.000144
+gallium_dri.so free 0x55717361f9e0 void 0.000145
+gallium_dri.so malloc 72 0x55717361fa30 0.000143
+gallium_dri.so free 0x55717361fb00 void 0.000146
+gallium_dri.so free 0x55717361fa30 void 0.000144
+gallium_dri.so malloc 72 0x55717361fa30 0.000141
+gallium_dri.so free 0x55717361fb80 void 0.000135
+gallium_dri.so free 0x55717361fa30 void 0.000141
+gallium_dri.so malloc 72 0x55717361fb80 0.000141
+gallium_dri.so free 0x55717361fc40 void 0.000144
+gallium_dri.so free 0x55717361fb80 void 0.000144
+gallium_dri.so malloc 72 0x55717361fb80 0.000144
+gallium_dri.so free 0x55717361fd00 void 0.000139
+gallium_dri.so free 0x55717361fb80 void 0.000136
+gallium_dri.so malloc 72 0x55717361fb80 0.000140
+gallium_dri.so free 0x55717361fdc0 void 0.000143
+gallium_dri.so free 0x55717361fb80 void 0.000144
+gallium_dri.so malloc 72 0x55717361fd70 0.000138
+gallium_dri.so free 0x55717361fe80 void 0.000237
+gallium_dri.so free 0x55717361fd70 void 0.000224
+gallium_dri.so malloc 72 0x55717361fe30 0.000181
+gallium_dri.so free 0x55717361ff00 void 0.000164
+gallium_dri.so free 0x55717361fe30 void 0.000132
+gallium_dri.so malloc 72 0x55717361ff50 0.000129
+gallium_dri.so free 0x55717361ffc0 void 0.000130
+gallium_dri.so free 0x55717361ff50 void 0.000130
+gallium_dri.so malloc 72 0x55717361ffe0 0.000132
+gallium_dri.so free 0x557173620080 void 0.000145
+gallium_dri.so free 0x55717361ffe0 void 0.000121
+gallium_dri.so malloc 72 0x557173620030 0.000125
+gallium_dri.so free 0x557173620100 void 0.000129
+gallium_dri.so free 0x557173620030 void 0.000126
+gallium_dri.so malloc 72 0x557173620030 0.000119
+gallium_dri.so free 0x557173620180 void 0.000122
+gallium_dri.so free 0x557173620030 void 0.000120
+gallium_dri.so malloc 72 0x557173620180 0.000119
+gallium_dri.so free 0x557173620240 void 0.000120
+gallium_dri.so free 0x557173620180 void 0.000119
+gallium_dri.so malloc 72 0x557173620180 0.000120
+gallium_dri.so free 0x557173620340 void 0.000119
+gallium_dri.so free 0x557173620180 void 0.000121
+gallium_dri.so malloc 72 0x5571736202f0 0.000119
+gallium_dri.so free 0x557173620380 void 0.000120
+gallium_dri.so free 0x5571736202f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736202f0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000120
+gallium_dri.so free 0x5571736202f0 void 0.000119
+gallium_dri.so malloc 72 0x557173620480 0.000121
+gallium_dri.so free 0x557173620500 void 0.000120
+gallium_dri.so free 0x557173620480 void 0.000119
+gallium_dri.so malloc 72 0x557173620500 0.000119
+gallium_dri.so free 0x5571736205c0 void 0.000120
+gallium_dri.so free 0x557173620500 void 0.000146
+gallium_dri.so malloc 72 0x557173620500 0.000123
+gallium_dri.so free 0x557173620640 void 0.000120
+gallium_dri.so free 0x557173620500 void 0.000120
+gallium_dri.so malloc 72 0x557173620670 0.000119
+gallium_dri.so free 0x5571736206c0 void 0.000120
+gallium_dri.so free 0x557173620670 void 0.000119
+gallium_dri.so malloc 72 0x557173620670 0.000120
+gallium_dri.so free 0x5571736207c0 void 0.000121
+gallium_dri.so free 0x557173620670 void 0.000120
+gallium_dri.so malloc 72 0x557173620800 0.000120
+gallium_dri.so free 0x557173620880 void 0.000119
+gallium_dri.so free 0x557173620800 void 0.000118
+gallium_dri.so malloc 72 0x557173620880 0.000119
+gallium_dri.so free 0x557173620940 void 0.000119
+gallium_dri.so free 0x557173620880 void 0.000126
+gallium_dri.so malloc 72 0x557173620880 0.000120
+gallium_dri.so free 0x5571736209c0 void 0.000120
+gallium_dri.so free 0x557173620880 void 0.000119
+gallium_dri.so malloc 72 0x5571736209f0 0.000118
+gallium_dri.so free 0x557173620a40 void 0.000119
+gallium_dri.so free 0x5571736209f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736209f0 0.000120
+gallium_dri.so free 0x557173620b40 void 0.000119
+gallium_dri.so free 0x5571736209f0 void 0.000120
+gallium_dri.so malloc 72 0x557173620af0 0.000120
+gallium_dri.so free 0x557173620ec0 void 0.000161
+gallium_dri.so free 0x557173620af0 void 0.000153
+gallium_dri.so malloc 72 0x557173620af0 0.000154
+gallium_dri.so free 0x557173609bc0 void 0.000155
+gallium_dri.so free 0x557173620af0 void 0.000159
+gallium_dri.so malloc 72 0x557173609b70 0.000164
+gallium_dri.so free 0x557173462dc0 void 0.000157
+gallium_dri.so free 0x557173609b70 void 0.000153
+gallium_dri.so malloc 72 0x557173462d70 0.000152
+gallium_dri.so free 0x557173609d80 void 0.000161
+gallium_dri.so free 0x557173462d70 void 0.000165
+gallium_dri.so malloc 72 0x557173609d30 0.000166
+gallium_dri.so free 0x557173606440 void 0.000133
+gallium_dri.so free 0x557173609d30 void 0.000124
+gallium_dri.so malloc 72 0x5571736063f0 0.000123
+gallium_dri.so free 0x557173590f00 void 0.000117
+gallium_dri.so free 0x5571736063f0 void 0.000114
+gallium_dri.so malloc 72 0x557173590eb0 0.000115
+gallium_dri.so free 0x5571735bf3c0 void 0.000114
+gallium_dri.so free 0x557173590eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf370 0.000130
+gallium_dri.so free 0x557173589f80 void 0.000115
+gallium_dri.so free 0x5571735bf370 void 0.000114
+gallium_dri.so malloc 72 0x557173589f30 0.000115
+gallium_dri.so free 0x557173467cc0 void 0.000107
+gallium_dri.so free 0x557173589f30 void 0.000203
+gallium_dri.so malloc 72 0x557173467c70 0.000163
+gallium_dri.so free 0x557173602900 void 0.000116
+gallium_dri.so free 0x557173467c70 void 0.000113
+gallium_dri.so malloc 72 0x5571736028b0 0.000113
+gallium_dri.so free 0x55717358e940 void 0.000114
+gallium_dri.so free 0x5571736028b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e8f0 0.000114
+gallium_dri.so free 0x557173468980 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000112
+gallium_dri.so malloc 72 0x557173468930 0.000112
+gallium_dri.so free 0x5571735d3b80 void 0.000113
+gallium_dri.so free 0x557173468930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b30 0.000114
+gallium_dri.so free 0x557173607480 void 0.000114
+gallium_dri.so free 0x5571735d3b30 void 0.000113
+gallium_dri.so malloc 72 0x557173607430 0.000112
+gallium_dri.so free 0x55717358ac40 void 0.000113
+gallium_dri.so free 0x557173607430 void 0.000112
+gallium_dri.so malloc 72 0x55717358abf0 0.000114
+gallium_dri.so free 0x55717358c380 void 0.000114
+gallium_dri.so free 0x55717358abf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c330 0.000134
+gallium_dri.so free 0x55717360bfc0 void 0.000149
+gallium_dri.so free 0x55717358c330 void 0.000114
+gallium_dri.so malloc 72 0x55717360bf70 0.000112
+gallium_dri.so free 0x557173601c40 void 0.000111
+gallium_dri.so free 0x55717360bf70 void 0.000113
+gallium_dri.so malloc 72 0x557173601bf0 0.000112
+gallium_dri.so free 0x557173603e80 void 0.000113
+gallium_dri.so free 0x557173601bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173603e30 0.000112
+gallium_dri.so free 0x557173589dc0 void 0.000113
+gallium_dri.so free 0x557173603e30 void 0.000112
+gallium_dri.so malloc 72 0x557173589d70 0.000110
+gallium_dri.so free 0x557173463e00 void 0.000114
+gallium_dri.so free 0x557173589d70 void 0.000111
+gallium_dri.so malloc 72 0x557173463db0 0.000111
+gallium_dri.so free 0x5571734637c0 void 0.000114
+gallium_dri.so free 0x557173463db0 void 0.000113
+gallium_dri.so malloc 72 0x557173463830 0.000112
+gallium_dri.so free 0x5571735d15c0 void 0.000113
+gallium_dri.so free 0x557173463830 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1570 0.000111
+gallium_dri.so free 0x5571735d5100 void 0.000117
+gallium_dri.so free 0x5571735d1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735d50b0 0.000114
+gallium_dri.so free 0x557173608bc0 void 0.000113
+gallium_dri.so free 0x5571735d50b0 void 0.000112
+gallium_dri.so malloc 72 0x557173608b70 0.000168
+gallium_dri.so free 0x557173590d40 void 0.000125
+gallium_dri.so free 0x557173608b70 void 0.000123
+gallium_dri.so malloc 72 0x557173590cf0 0.000122
+gallium_dri.so free 0x5571735910c0 void 0.000118
+gallium_dri.so free 0x557173590cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173591070 0.000120
+gallium_dri.so free 0x557173465700 void 0.000115
+gallium_dri.so free 0x557173591070 void 0.000113
+gallium_dri.so malloc 72 0x5571734656b0 0.000114
+gallium_dri.so free 0x55717360a400 void 0.000113
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734656b0 0.000113
+gallium_dri.so free 0x557173606600 void 0.000115
+gallium_dri.so free 0x5571734656b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736065b0 0.000113
+gallium_dri.so free 0x55717358c1c0 void 0.000113
+gallium_dri.so free 0x5571736065b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c170 0.000112
+gallium_dri.so free 0x557173588680 void 0.000113
+gallium_dri.so free 0x55717358c170 void 0.000112
+gallium_dri.so malloc 72 0x557173588630 0.000114
+gallium_dri.so free 0x5571735d5480 void 0.000114
+gallium_dri.so free 0x557173588630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5430 0.000113
+gallium_dri.so free 0x557173604040 void 0.000114
+gallium_dri.so free 0x5571735d5430 void 0.000113
+gallium_dri.so malloc 72 0x557173603ff0 0.000126
+gallium_dri.so free 0x5571735d0580 void 0.000116
+gallium_dri.so free 0x557173603ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0530 0.000114
+gallium_dri.so free 0x5571735d0900 void 0.000114
+gallium_dri.so free 0x5571735d0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735d08b0 0.000115
+gallium_dri.so free 0x557173465380 void 0.000113
+gallium_dri.so free 0x5571735d08b0 void 0.000113
+gallium_dri.so malloc 72 0x557173465330 0.000113
+gallium_dri.so free 0x557173608a00 void 0.000113
+gallium_dri.so free 0x557173465330 void 0.000112
+gallium_dri.so malloc 72 0x5571736089b0 0.000114
+gallium_dri.so free 0x557173601a80 void 0.000112
+gallium_dri.so free 0x5571736089b0 void 0.000112
+gallium_dri.so malloc 72 0x557173601a30 0.000114
+gallium_dri.so free 0x55717360aa40 void 0.000121
+gallium_dri.so free 0x557173601a30 void 0.000114
+gallium_dri.so malloc 72 0x55717360a9f0 0.000114
+gallium_dri.so free 0x5571736018c0 void 0.000114
+gallium_dri.so free 0x55717360a9f0 void 0.000113
+gallium_dri.so malloc 72 0x557173601870 0.000112
+gallium_dri.so free 0x5571735d2b40 void 0.000116
+gallium_dri.so free 0x557173601870 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2af0 0.000114
+gallium_dri.so free 0x55717358eb00 void 0.000114
+gallium_dri.so free 0x5571735d2af0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eab0 0.000140
+gallium_dri.so free 0x5571735d52c0 void 0.000116
+gallium_dri.so free 0x55717358eab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5270 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000112
+gallium_dri.so free 0x5571735d5270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5270 0.000111
+gallium_dri.so free 0x55717358d200 void 0.000113
+gallium_dri.so free 0x5571735d5270 void 0.000117
+gallium_dri.so malloc 72 0x55717358d1b0 0.000118
+gallium_dri.so free 0x5571734663c0 void 0.000114
+gallium_dri.so free 0x55717358d1b0 void 0.000113
+gallium_dri.so malloc 72 0x557173466370 0.000112
+gallium_dri.so free 0x5571735d2d00 void 0.000111
+gallium_dri.so free 0x557173466370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000124
+gallium_dri.so free 0x5571735d2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571734678f0 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000122
+gallium_dri.so free 0x5571734678f0 void 0.000118
+gallium_dri.so malloc 72 0x557173606eb0 0.000115
+gallium_dri.so free 0x557173589c00 void 0.000114
+gallium_dri.so free 0x557173606eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173589bb0 0.000120
+gallium_dri.so free 0x5571735d2ec0 void 0.000115
+gallium_dri.so free 0x557173589bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2e70 0.000172
+gallium_dri.so free 0x5571735d0740 void 0.000115
+gallium_dri.so free 0x5571735d2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d06f0 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000114
+gallium_dri.so free 0x5571735d06f0 void 0.000113
+gallium_dri.so malloc 72 0x557173591d30 0.000113
+gallium_dri.so free 0x5571735d6140 void 0.000113
+gallium_dri.so free 0x557173591d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60f0 0.000113
+gallium_dri.so free 0x557173608d80 void 0.000114
+gallium_dri.so free 0x5571735d60f0 void 0.000114
+gallium_dri.so malloc 72 0x557173608d30 0.000113
+gallium_dri.so free 0x5571735d3540 void 0.000115
+gallium_dri.so free 0x557173608d30 void 0.000113
+gallium_dri.so malloc 72 0x557173608d30 0.000114
+gallium_dri.so free 0x557173467b00 void 0.000113
+gallium_dri.so free 0x557173608d30 void 0.000114
+gallium_dri.so malloc 72 0x557173467ab0 0.000114
+gallium_dri.so free 0x557173604ec0 void 0.000118
+gallium_dri.so free 0x557173467ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173604e70 0.000114
+gallium_dri.so free 0x5571735cf000 void 0.000114
+gallium_dri.so free 0x557173604e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cefb0 0.000112
+gallium_dri.so free 0x55717358e780 void 0.000114
+gallium_dri.so free 0x5571735cefb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e730 0.000120
+gallium_dri.so free 0x557173465540 void 0.000115
+gallium_dri.so free 0x55717358e730 void 0.000114
+gallium_dri.so malloc 72 0x5571734654f0 0.000119
+gallium_dri.so free 0x557173604200 void 0.000115
+gallium_dri.so free 0x5571734654f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736041b0 0.000113
+gallium_dri.so free 0x55717358c540 void 0.000114
+gallium_dri.so free 0x5571736041b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c4f0 0.000114
+gallium_dri.so free 0x557173463140 void 0.000114
+gallium_dri.so free 0x55717358c4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734630f0 0.000114
+gallium_dri.so free 0x5571736067c0 void 0.000113
+gallium_dri.so free 0x5571734630f0 void 0.000116
+gallium_dri.so malloc 72 0x557173606770 0.000113
+gallium_dri.so free 0x557173462f80 void 0.000113
+gallium_dri.so free 0x557173606770 void 0.000113
+gallium_dri.so malloc 72 0x557173462f30 0.000113
+gallium_dri.so free 0x55717358f7c0 void 0.000114
+gallium_dri.so free 0x557173462f30 void 0.000113
+gallium_dri.so malloc 72 0x55717358f770 0.000112
+gallium_dri.so free 0x557173465d80 void 0.000118
+gallium_dri.so free 0x55717358f770 void 0.000119
+gallium_dri.so malloc 72 0x55717358f770 0.000115
+gallium_dri.so free 0x55717358f180 void 0.000115
+gallium_dri.so free 0x55717358f770 void 0.000113
+gallium_dri.so malloc 72 0x55717358f180 0.000119
+gallium_dri.so free 0x55717358b500 void 0.000122
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so malloc 72 0x55717358b4b0 0.000114
+gallium_dri.so free 0x5571735cae00 void 0.000114
+gallium_dri.so free 0x55717358b4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cadb0 0.000119
+gallium_dri.so free 0x55717358dac0 void 0.000114
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000113
+gallium_dri.so free 0x5571735d6a00 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d69b0 0.000114
+gallium_dri.so free 0x557173605780 void 0.000113
+gallium_dri.so free 0x5571735d69b0 void 0.000117
+gallium_dri.so malloc 72 0x557173605730 0.000115
+gallium_dri.so free 0x55717358cbc0 void 0.000113
+gallium_dri.so free 0x557173605730 void 0.000113
+gallium_dri.so malloc 72 0x557173605730 0.000112
+gallium_dri.so free 0x557173588f40 void 0.000113
+gallium_dri.so free 0x557173605730 void 0.000112
+gallium_dri.so malloc 72 0x557173588ef0 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000113
+gallium_dri.so free 0x557173588ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000113
+gallium_dri.so free 0x557173468340 void 0.000113
+gallium_dri.so free 0x5571735d0ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000160
+gallium_dri.so free 0x5571734646c0 void 0.000118
+gallium_dri.so free 0x5571735d0ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173464670 0.000113
+gallium_dri.so free 0x55717358a600 void 0.000115
+gallium_dri.so free 0x557173464670 void 0.000113
+gallium_dri.so malloc 72 0x557173464670 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000115
+gallium_dri.so free 0x557173464670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x557173607d40 void 0.000114
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x557173607cf0 0.000113
+gallium_dri.so free 0x557173466c80 void 0.000114
+gallium_dri.so free 0x557173607cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173466c30 0.000114
+gallium_dri.so free 0x5571735bfc80 void 0.000157
+gallium_dri.so free 0x557173466c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x5571735cf8c0 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000114
+gallium_dri.so free 0x557173591740 void 0.000115
+gallium_dri.so free 0x5571735cf870 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf870 0.000113
+gallium_dri.so free 0x557173609400 void 0.000115
+gallium_dri.so free 0x5571735cf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf870 0.000122
+gallium_dri.so free 0x5571735d5b00 void 0.000114
+gallium_dri.so free 0x5571735cf870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5b00 0.000112
+gallium_dri.so free 0x55717360b300 void 0.000112
+gallium_dri.so free 0x5571735d5b00 void 0.000113
+gallium_dri.so malloc 72 0x55717360b2b0 0.000113
+gallium_dri.so free 0x5571736031c0 void 0.000113
+gallium_dri.so free 0x55717360b2b0 void 0.000112
+gallium_dri.so malloc 72 0x557173603170 0.000113
+gallium_dri.so free 0x557173590080 void 0.000113
+gallium_dri.so free 0x557173603170 void 0.000112
+gallium_dri.so malloc 72 0x557173590030 0.000110
+gallium_dri.so free 0x557173469240 void 0.000112
+gallium_dri.so free 0x557173590030 void 0.000111
+gallium_dri.so malloc 72 0x5571734691f0 0.000112
+gallium_dri.so free 0x5571735d4440 void 0.000116
+gallium_dri.so free 0x5571734691f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d43f0 0.000116
+gallium_dri.so free 0x557173604880 void 0.000114
+gallium_dri.so free 0x5571735d43f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d43f0 0.000115
+gallium_dri.so free 0x5571736022c0 void 0.000114
+gallium_dri.so free 0x5571735d43f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d43f0 0.000115
+gallium_dri.so free 0x557173591e80 void 0.000115
+gallium_dri.so free 0x5571735d43f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591ec0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000138
+gallium_dri.so free 0x557173591ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b40 0.000113
+gallium_dri.so free 0x557173591f40 void 0.000117
+gallium_dri.so free 0x5571735d6b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6b40 0.000114
+gallium_dri.so free 0x5571735d6c00 void 0.000114
+gallium_dri.so free 0x5571735d6b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6b40 0.000113
+gallium_dri.so free 0x5571735883c0 void 0.000115
+gallium_dri.so free 0x5571735d6b40 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000113
+gallium_dri.so free 0x557173588440 void 0.000113
+gallium_dri.so free 0x557173588370 void 0.000114
+gallium_dri.so malloc 72 0x557173588370 0.000112
+gallium_dri.so free 0x5571735d16c0 void 0.000114
+gallium_dri.so free 0x557173588370 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1710 0.000112
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so free 0x5571735d1710 void 0.000114
+gallium_dri.so malloc 72 0x5571735d17a0 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d17a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d17f0 0.000112
+gallium_dri.so free 0x5571735d6240 void 0.000113
+gallium_dri.so free 0x5571735d17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d62b0 0.000113
+gallium_dri.so free 0x5571735d18c0 void 0.000115
+gallium_dri.so free 0x5571735d62b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d62b0 0.000114
+gallium_dri.so free 0x5571735d6300 void 0.000161
+gallium_dri.so free 0x5571735d62b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6300 0.000114
+gallium_dri.so free 0x5571735d63c0 void 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6300 0.000113
+gallium_dri.so free 0x55717358ad40 void 0.000118
+gallium_dri.so free 0x5571735d6300 void 0.000115
+gallium_dri.so malloc 72 0x55717358ad70 0.000114
+gallium_dri.so free 0x55717358adc0 void 0.000115
+gallium_dri.so free 0x55717358ad70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad70 0.000112
+gallium_dri.so free 0x55717358aec0 void 0.000114
+gallium_dri.so free 0x55717358ad70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ae70 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000113
+gallium_dri.so free 0x55717358ae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf520 0.000112
+gallium_dri.so free 0x55717358af80 void 0.000113
+gallium_dri.so free 0x5571735bf520 void 0.000114
+gallium_dri.so malloc 72 0x55717358af30 0.000115
+gallium_dri.so free 0x5571735bf5c0 void 0.000115
+gallium_dri.so free 0x55717358af30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf570 0.000114
+gallium_dri.so free 0x5571735bf640 void 0.000114
+gallium_dri.so free 0x5571735bf570 void 0.000129
+gallium_dri.so malloc 72 0x5571735bf570 0.000117
+gallium_dri.so free 0x55717358d300 void 0.000113
+gallium_dri.so free 0x5571735bf570 void 0.000114
+gallium_dri.so malloc 72 0x55717358d350 0.000115
+gallium_dri.so free 0x55717358d3c0 void 0.000115
+gallium_dri.so free 0x55717358d350 void 0.000115
+gallium_dri.so malloc 72 0x55717358d3e0 0.000115
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so free 0x55717358d3e0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d430 0.000117
+gallium_dri.so free 0x557173468a80 void 0.000114
+gallium_dri.so free 0x55717358d430 void 0.000112
+gallium_dri.so malloc 72 0x557173468ad0 0.000114
+gallium_dri.so free 0x55717358d500 void 0.000115
+gallium_dri.so free 0x557173468ad0 void 0.000112
+gallium_dri.so malloc 72 0x557173468ad0 0.000114
+gallium_dri.so free 0x557173468b40 void 0.000114
+gallium_dri.so free 0x557173468ad0 void 0.000113
+gallium_dri.so malloc 72 0x557173468b90 0.000113
+gallium_dri.so free 0x557173468c00 void 0.000117
+gallium_dri.so free 0x557173468b90 void 0.000113
+gallium_dri.so malloc 72 0x557173468c20 0.000113
+gallium_dri.so free 0x55717360ab40 void 0.000114
+gallium_dri.so free 0x557173468c20 void 0.000113
+gallium_dri.so malloc 72 0x55717360ab70 0.000114
+gallium_dri.so free 0x55717360abc0 void 0.000114
+gallium_dri.so free 0x55717360ab70 void 0.000174
+gallium_dri.so malloc 72 0x55717360ab70 0.000115
+gallium_dri.so free 0x55717360acc0 void 0.000114
+gallium_dri.so free 0x55717360ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ac70 0.000113
+gallium_dri.so free 0x55717358f8c0 void 0.000113
+gallium_dri.so free 0x55717360ac70 void 0.000112
+gallium_dri.so malloc 72 0x55717358f900 0.000114
+gallium_dri.so free 0x557173468cc0 void 0.000114
+gallium_dri.so free 0x55717358f900 void 0.000112
+gallium_dri.so malloc 72 0x557173468c70 0.000112
+gallium_dri.so free 0x55717358f980 void 0.000113
+gallium_dri.so free 0x557173468c70 void 0.000113
+gallium_dri.so malloc 72 0x557173468c70 0.000112
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x557173468c70 void 0.000113
+gallium_dri.so malloc 72 0x55717358f9f0 0.000148
+gallium_dri.so free 0x557173463f00 void 0.000117
+gallium_dri.so free 0x55717358f9f0 void 0.000113
+gallium_dri.so malloc 72 0x557173463f50 0.000112
+gallium_dri.so free 0x55717360ad80 void 0.000113
+gallium_dri.so free 0x557173463f50 void 0.000114
+gallium_dri.so malloc 72 0x55717360ad30 0.000114
+gallium_dri.so free 0x55717358fac0 void 0.000114
+gallium_dri.so free 0x55717360ad30 void 0.000113
+gallium_dri.so malloc 72 0x55717358faf0 0.000112
+gallium_dri.so free 0x557173463fc0 void 0.000114
+gallium_dri.so free 0x55717358faf0 void 0.000121
+gallium_dri.so malloc 72 0x557173464030 0.000114
+gallium_dri.so free 0x557173464080 void 0.000112
+gallium_dri.so free 0x557173464030 void 0.000113
+gallium_dri.so malloc 72 0x557173464030 0.000113
+gallium_dri.so free 0x557173607580 void 0.000113
+gallium_dri.so free 0x557173464030 void 0.000111
+gallium_dri.so malloc 72 0x5571736075d0 0.000111
+gallium_dri.so free 0x557173607640 void 0.000112
+gallium_dri.so free 0x5571736075d0 void 0.000113
+gallium_dri.so malloc 72 0x557173607660 0.000113
+gallium_dri.so free 0x557173607700 void 0.000113
+gallium_dri.so free 0x557173607660 void 0.000113
+gallium_dri.so malloc 72 0x5571736076b0 0.000112
+gallium_dri.so free 0x557173607780 void 0.000113
+gallium_dri.so free 0x5571736076b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736076b0 0.000117
+gallium_dri.so free 0x557173588780 void 0.000117
+gallium_dri.so free 0x5571736076b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735887d0 0.000115
+gallium_dri.so free 0x557173588840 void 0.000116
+gallium_dri.so free 0x5571735887d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735888a0 0.000113
+gallium_dri.so free 0x557173588940 void 0.000114
+gallium_dri.so free 0x5571735888a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735888f0 0.000113
+gallium_dri.so free 0x557173602a00 void 0.000113
+gallium_dri.so free 0x5571735888f0 void 0.000114
+gallium_dri.so malloc 72 0x557173602a30 0.000136
+gallium_dri.so free 0x557173602a80 void 0.000115
+gallium_dri.so free 0x557173602a30 void 0.000113
+gallium_dri.so malloc 72 0x557173602a30 0.000112
+gallium_dri.so free 0x557173602b80 void 0.000114
+gallium_dri.so free 0x557173602a30 void 0.000113
+gallium_dri.so malloc 72 0x557173602b30 0.000112
+gallium_dri.so free 0x557173602c40 void 0.000114
+gallium_dri.so free 0x557173602b30 void 0.000113
+gallium_dri.so malloc 72 0x557173602bf0 0.000112
+gallium_dri.so free 0x5571734664c0 void 0.000114
+gallium_dri.so free 0x557173602bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571734664f0 0.000113
+gallium_dri.so free 0x557173466540 void 0.000114
+gallium_dri.so free 0x5571734664f0 void 0.000112
+gallium_dri.so malloc 72 0x557173466540 0.000113
+gallium_dri.so free 0x557173466600 void 0.000115
+gallium_dri.so free 0x557173466540 void 0.000115
+gallium_dri.so malloc 72 0x557173466540 0.000114
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so free 0x557173466540 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000113
+gallium_dri.so free 0x557173466700 void 0.000114
+gallium_dri.so free 0x5571735d3cd0 void 0.000203
+gallium_dri.so malloc 72 0x5571734666b0 0.000119
+gallium_dri.so free 0x5571735d3d40 void 0.000115
+gallium_dri.so free 0x5571734666b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000120
+gallium_dri.so free 0x5571735d3dc0 void 0.000115
+gallium_dri.so free 0x5571735d3d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d70 0.000114
+gallium_dri.so free 0x557173604fc0 void 0.000114
+gallium_dri.so free 0x5571735d3d70 void 0.000112
+gallium_dri.so malloc 72 0x557173605010 0.000115
+gallium_dri.so free 0x557173605080 void 0.000113
+gallium_dri.so free 0x557173605010 void 0.000113
+gallium_dri.so malloc 72 0x5571736050c0 0.000113
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x5571736050c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3e70 0.000113
+gallium_dri.so free 0x557173605140 void 0.000114
+gallium_dri.so free 0x5571735d3e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3e70 0.000114
+gallium_dri.so free 0x5571735cf100 void 0.000115
+gallium_dri.so free 0x5571735d3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf140 0.000114
+gallium_dri.so free 0x5571735cf1c0 void 0.000114
+gallium_dri.so free 0x5571735cf140 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000113
+gallium_dri.so free 0x557173605200 void 0.000120
+gallium_dri.so free 0x5571735cf1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736051b0 0.000119
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571736051b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736051b0 0.000114
+gallium_dri.so free 0x557173466840 void 0.000114
+gallium_dri.so free 0x5571736051b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734668b0 0.000123
+gallium_dri.so free 0x557173466900 void 0.000123
+gallium_dri.so free 0x5571734668b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734668b0 0.000114
+gallium_dri.so free 0x557173466a00 void 0.000114
+gallium_dri.so free 0x5571734668b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734669b0 0.000113
+gallium_dri.so free 0x5571735cf340 void 0.000114
+gallium_dri.so free 0x5571734669b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000114
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x5571735cf2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d65f0 0.000113
+gallium_dri.so free 0x5571735d6640 void 0.000113
+gallium_dri.so free 0x5571735d65f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d65f0 0.000112
+gallium_dri.so free 0x5571735d6740 void 0.000114
+gallium_dri.so free 0x5571735d65f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d66f0 0.000210
+gallium_dri.so free 0x5571735d6800 void 0.000131
+gallium_dri.so free 0x5571735d66f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67b0 0.000115
+gallium_dri.so free 0x557173466ac0 void 0.000131
+gallium_dri.so free 0x5571735d67b0 void 0.000117
+gallium_dri.so malloc 72 0x557173466a70 0.000115
+gallium_dri.so free 0x5571735bf840 void 0.000114
+gallium_dri.so free 0x557173466a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000113
+gallium_dri.so free 0x5571735bf8c0 void 0.000115
+gallium_dri.so free 0x5571735bf870 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf870 0.000113
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf970 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000115
+gallium_dri.so free 0x5571735bf970 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfa30 0.000114
+gallium_dri.so free 0x55717358fc40 void 0.000115
+gallium_dri.so free 0x5571735bfa30 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc70 0.000113
+gallium_dri.so free 0x55717358fcc0 void 0.000115
+gallium_dri.so free 0x55717358fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fcc0 0.000113
+gallium_dri.so free 0x55717358fd80 void 0.000115
+gallium_dri.so free 0x55717358fcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fcc0 0.000114
+gallium_dri.so free 0x55717358fe80 void 0.000143
+gallium_dri.so free 0x55717358fcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe30 0.000114
+gallium_dri.so free 0x557173607900 void 0.000113
+gallium_dri.so free 0x55717358fe30 void 0.000121
+gallium_dri.so malloc 72 0x557173607920 0.000114
+gallium_dri.so free 0x5571736079c0 void 0.000113
+gallium_dri.so free 0x557173607920 void 0.000113
+gallium_dri.so malloc 72 0x557173607970 0.000113
+gallium_dri.so free 0x557173607a40 void 0.000113
+gallium_dri.so free 0x557173607970 void 0.000112
+gallium_dri.so malloc 72 0x557173607970 0.000113
+gallium_dri.so free 0x557173607ac0 void 0.000113
+gallium_dri.so free 0x557173607970 void 0.000114
+gallium_dri.so malloc 72 0x557173607ac0 0.000113
+gallium_dri.so free 0x55717358b0c0 void 0.000112
+gallium_dri.so free 0x557173607ac0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b100 0.000113
+gallium_dri.so free 0x55717358b180 void 0.000114
+gallium_dri.so free 0x55717358b100 void 0.000115
+gallium_dri.so malloc 72 0x55717358b100 0.000118
+gallium_dri.so free 0x55717358b200 void 0.000120
+gallium_dri.so free 0x55717358b100 void 0.000123
+gallium_dri.so malloc 72 0x55717358b230 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000115
+gallium_dri.so free 0x55717358b230 void 0.000115
+gallium_dri.so malloc 72 0x55717358b230 0.000114
+gallium_dri.so free 0x55717360aec0 void 0.000116
+gallium_dri.so free 0x55717358b230 void 0.000114
+gallium_dri.so malloc 72 0x55717360af10 0.000114
+gallium_dri.so free 0x55717360af80 void 0.000114
+gallium_dri.so free 0x55717360af10 void 0.000143
+gallium_dri.so malloc 72 0x55717360afa0 0.000153
+gallium_dri.so free 0x55717360b040 void 0.000154
+gallium_dri.so free 0x55717360afa0 void 0.000152
+gallium_dri.so malloc 72 0x55717360aff0 0.000153
+gallium_dri.so free 0x55717360b0c0 void 0.000154
+gallium_dri.so free 0x55717360aff0 void 0.000151
+gallium_dri.so malloc 72 0x55717360b130 0.000153
+gallium_dri.so free 0x5571735d4000 void 0.000155
+gallium_dri.so free 0x55717360b130 void 0.000152
+gallium_dri.so malloc 72 0x5571735d4040 0.000153
+gallium_dri.so free 0x5571735d40c0 void 0.000153
+gallium_dri.so free 0x5571735d4040 void 0.000152
+gallium_dri.so malloc 72 0x5571735d40c0 0.000159
+gallium_dri.so free 0x5571735d4180 void 0.000126
+gallium_dri.so free 0x5571735d40c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d40c0 0.000113
+gallium_dri.so free 0x5571735d4200 void 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4230 0.000114
+gallium_dri.so free 0x55717358d680 void 0.000115
+gallium_dri.so free 0x5571735d4230 void 0.000112
+gallium_dri.so malloc 72 0x55717358d6c0 0.000114
+gallium_dri.so free 0x55717358d740 void 0.000128
+gallium_dri.so free 0x55717358d6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d740 0.000113
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d740 void 0.000113
+gallium_dri.so malloc 72 0x55717358d740 0.000113
+gallium_dri.so free 0x55717358d8c0 void 0.000115
+gallium_dri.so free 0x55717358d740 void 0.000113
+gallium_dri.so malloc 72 0x55717358d740 0.000113
+gallium_dri.so free 0x557173602d80 void 0.000115
+gallium_dri.so free 0x55717358d740 void 0.000113
+gallium_dri.so malloc 72 0x557173602db0 0.000114
+gallium_dri.so free 0x557173602e00 void 0.000115
+gallium_dri.so free 0x557173602db0 void 0.000113
+gallium_dri.so malloc 72 0x557173602db0 0.000113
+gallium_dri.so free 0x557173602f00 void 0.000113
+gallium_dri.so free 0x557173602db0 void 0.000112
+gallium_dri.so malloc 72 0x557173602eb0 0.000113
+gallium_dri.so free 0x557173602fc0 void 0.000116
+gallium_dri.so free 0x557173602eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173602f70 0.000113
+gallium_dri.so free 0x5571735cf480 void 0.000114
+gallium_dri.so free 0x557173602f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000113
+gallium_dri.so free 0x5571735cf500 void 0.000120
+gallium_dri.so free 0x5571735cf4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf500 0.000115
+gallium_dri.so free 0x5571735cf5c0 void 0.000126
+gallium_dri.so free 0x5571735cf500 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf500 0.000113
+gallium_dri.so free 0x5571735cf6c0 void 0.000118
+gallium_dri.so free 0x5571735cf500 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf670 0.000116
+gallium_dri.so free 0x557173588b00 void 0.000135
+gallium_dri.so free 0x5571735cf670 void 0.000125
+gallium_dri.so malloc 72 0x557173588b20 0.000125
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588b20 void 0.000113
+gallium_dri.so malloc 72 0x557173588b70 0.000115
+gallium_dri.so free 0x557173588c40 void 0.000114
+gallium_dri.so free 0x557173588b70 void 0.000114
+gallium_dri.so malloc 72 0x557173588b70 0.000113
+gallium_dri.so free 0x557173588cc0 void 0.000118
+gallium_dri.so free 0x557173588b70 void 0.000114
+gallium_dri.so malloc 72 0x557173588cc0 0.000113
+gallium_dri.so free 0x557173464280 void 0.000114
+gallium_dri.so free 0x557173588cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571734642c0 0.000114
+gallium_dri.so free 0x557173464340 void 0.000114
+gallium_dri.so free 0x5571734642c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734642c0 0.000114
+gallium_dri.so free 0x5571734643c0 void 0.000113
+gallium_dri.so free 0x5571734642c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734643f0 0.000125
+gallium_dri.so free 0x557173464440 void 0.000147
+gallium_dri.so free 0x5571734643f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734643f0 0.000114
+gallium_dri.so free 0x557173605340 void 0.000113
+gallium_dri.so free 0x5571734643f0 void 0.000113
+gallium_dri.so malloc 72 0x557173605390 0.000117
+gallium_dri.so free 0x557173605400 void 0.000113
+gallium_dri.so free 0x557173605390 void 0.000113
+gallium_dri.so malloc 72 0x557173605420 0.000113
+gallium_dri.so free 0x5571736054c0 void 0.000113
+gallium_dri.so free 0x557173605420 void 0.000113
+gallium_dri.so malloc 72 0x557173605470 0.000113
+gallium_dri.so free 0x557173605540 void 0.000115
+gallium_dri.so free 0x557173605470 void 0.000114
+gallium_dri.so malloc 72 0x5571736055b0 0.000113
+gallium_dri.so free 0x5571735d1a40 void 0.000114
+gallium_dri.so free 0x5571736055b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a80 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b00 0.000114
+gallium_dri.so free 0x5571735d1bc0 void 0.000115
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b00 0.000112
+gallium_dri.so free 0x5571735d1c40 void 0.000115
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c70 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000162
+gallium_dri.so free 0x5571735d1c70 void 0.000114
+gallium_dri.so malloc 72 0x557173468e40 0.000113
+gallium_dri.so free 0x557173468ec0 void 0.000112
+gallium_dri.so free 0x557173468e40 void 0.000114
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so free 0x557173468ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173468ec0 0.000110
+gallium_dri.so free 0x557173469040 void 0.000111
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173468ec0 0.000119
+gallium_dri.so free 0x557173462440 void 0.000120
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173462470 0.000114
+gallium_dri.so free 0x5571734624c0 void 0.000113
+gallium_dri.so free 0x557173462470 void 0.000114
+gallium_dri.so malloc 72 0x557173462470 0.000121
+gallium_dri.so free 0x5571734625c0 void 0.000301
+gallium_dri.so free 0x557173462470 void 0.000341
+gallium_dri.so malloc 72 0x557173462570 0.000332
+gallium_dri.so free 0x557173462680 void 0.000298
+gallium_dri.so free 0x557173462570 void 0.000305
+gallium_dri.so malloc 72 0x557173462630 0.000280
+gallium_dri.so free 0x5571734626c0 void 0.000275
+gallium_dri.so free 0x557173462630 void 0.000179
+gallium_dri.so malloc 72 0x557173462630 0.000192
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so free 0x557173462630 void 0.000113
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591980 void 0.000114
+gallium_dri.so free 0x557173591870 void 0.000114
+gallium_dri.so malloc 72 0x557173591930 0.000112
+gallium_dri.so free 0x557173591a00 void 0.000116
+gallium_dri.so free 0x557173591930 void 0.000113
+gallium_dri.so malloc 72 0x557173591a50 0.000112
+gallium_dri.so free 0x557173591ac0 void 0.000115
+gallium_dri.so free 0x557173591a50 void 0.000114
+gallium_dri.so malloc 72 0x557173591ae0 0.000113
+gallium_dri.so free 0x557173591b80 void 0.000114
+gallium_dri.so free 0x557173591ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173591b30 0.000118
+gallium_dri.so free 0x5571735d1100 void 0.000114
+gallium_dri.so free 0x557173591b30 void 0.000180
+gallium_dri.so malloc 72 0x5571735d10b0 0.000167
+gallium_dri.so free 0x5571735d1180 void 0.000168
+gallium_dri.so free 0x5571735d10b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735d11d0 0.000167
+gallium_dri.so free 0x5571735d1240 void 0.000164
+gallium_dri.so free 0x5571735d11d0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d1280 0.000166
+gallium_dri.so free 0x5571735d1300 void 0.000165
+gallium_dri.so free 0x5571735d1280 void 0.000164
+gallium_dri.so malloc 72 0x5571735d1280 0.000164
+gallium_dri.so free 0x5571735d1380 void 0.000165
+gallium_dri.so free 0x5571735d1280 void 0.000164
+gallium_dri.so malloc 72 0x5571735d13b0 0.000164
+gallium_dri.so free 0x557173604a00 void 0.000166
+gallium_dri.so free 0x5571735d13b0 void 0.000165
+gallium_dri.so malloc 72 0x5571736049b0 0.000165
+gallium_dri.so free 0x557173604a80 void 0.000180
+gallium_dri.so free 0x5571736049b0 void 0.000144
+gallium_dri.so malloc 72 0x557173604ad0 0.000141
+gallium_dri.so free 0x557173604b40 void 0.000126
+gallium_dri.so free 0x557173604ad0 void 0.000125
+gallium_dri.so malloc 72 0x557173604b60 0.000129
+gallium_dri.so free 0x557173604c00 void 0.000134
+gallium_dri.so free 0x557173604b60 void 0.000136
+gallium_dri.so malloc 72 0x557173604bb0 0.000137
+gallium_dri.so free 0x557173604c80 void 0.000130
+gallium_dri.so free 0x557173604bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173604bb0 0.000126
+gallium_dri.so free 0x5571734684c0 void 0.000127
+gallium_dri.so free 0x557173604bb0 void 0.000126
+gallium_dri.so malloc 72 0x557173468470 0.000125
+gallium_dri.so free 0x557173468540 void 0.000125
+gallium_dri.so free 0x557173468470 void 0.000127
+gallium_dri.so malloc 72 0x557173468590 0.000125
+gallium_dri.so free 0x557173468600 void 0.000128
+gallium_dri.so free 0x557173468590 void 0.000126
+gallium_dri.so malloc 72 0x557173468620 0.000125
+gallium_dri.so free 0x5571734686c0 void 0.000127
+gallium_dri.so free 0x557173468620 void 0.000125
+gallium_dri.so malloc 72 0x557173468670 0.000125
+gallium_dri.so free 0x557173468740 void 0.000125
+gallium_dri.so free 0x557173468670 void 0.000126
+gallium_dri.so malloc 72 0x557173468670 0.000153
+gallium_dri.so free 0x55717358f300 void 0.000141
+gallium_dri.so free 0x557173468670 void 0.000133
+gallium_dri.so malloc 72 0x55717358f2b0 0.000133
+gallium_dri.so free 0x55717358f3c0 void 0.000130
+gallium_dri.so free 0x55717358f2b0 void 0.000134
+gallium_dri.so malloc 72 0x55717358f370 0.000134
+gallium_dri.so free 0x55717358f440 void 0.000134
+gallium_dri.so free 0x55717358f370 void 0.000132
+gallium_dri.so malloc 72 0x55717358f370 0.000131
+gallium_dri.so free 0x55717358f500 void 0.000134
+gallium_dri.so free 0x55717358f370 void 0.000131
+gallium_dri.so malloc 72 0x55717358f370 0.000135
+gallium_dri.so free 0x55717358f5c0 void 0.000133
+gallium_dri.so free 0x55717358f370 void 0.000131
+gallium_dri.so malloc 72 0x55717358f570 0.000133
+gallium_dri.so free 0x55717360a580 void 0.000131
+gallium_dri.so free 0x55717358f570 void 0.000131
+gallium_dri.so malloc 72 0x55717360a530 0.000132
+gallium_dri.so free 0x55717360a640 void 0.000133
+gallium_dri.so free 0x55717360a530 void 0.000130
+gallium_dri.so malloc 72 0x55717360a5f0 0.000133
+gallium_dri.so free 0x55717360a680 void 0.000134
+gallium_dri.so free 0x55717360a5f0 void 0.000133
+gallium_dri.so malloc 72 0x55717360a5f0 0.000138
+gallium_dri.so free 0x55717360a740 void 0.000127
+gallium_dri.so free 0x55717360a5f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360a790 0.000126
+gallium_dri.so free 0x55717360a800 void 0.000127
+gallium_dri.so free 0x55717360a790 void 0.000126
+gallium_dri.so malloc 72 0x55717360a840 0.000128
+gallium_dri.so free 0x557173463940 void 0.000128
+gallium_dri.so free 0x55717360a840 void 0.000126
+gallium_dri.so malloc 72 0x5571734638f0 0.000126
+gallium_dri.so free 0x557173463a00 void 0.000129
+gallium_dri.so free 0x5571734638f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734639b0 0.000128
+gallium_dri.so free 0x557173463a40 void 0.000126
+gallium_dri.so free 0x5571734639b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734639b0 0.000126
+gallium_dri.so free 0x557173463b00 void 0.000132
+gallium_dri.so free 0x5571734639b0 void 0.000132
+gallium_dri.so malloc 72 0x557173463b40 0.000130
+gallium_dri.so free 0x557173463bc0 void 0.000141
+gallium_dri.so free 0x557173463b40 void 0.000121
+gallium_dri.so malloc 72 0x557173463bc0 0.000116
+gallium_dri.so free 0x55717358a780 void 0.000120
+gallium_dri.so free 0x557173463bc0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a730 0.000135
+gallium_dri.so free 0x55717358a800 void 0.000120
+gallium_dri.so free 0x55717358a730 void 0.000117
+gallium_dri.so malloc 72 0x55717358a820 0.000116
+gallium_dri.so free 0x55717358a8c0 void 0.000120
+gallium_dri.so free 0x55717358a820 void 0.000119
+gallium_dri.so malloc 72 0x55717358a870 0.000116
+gallium_dri.so free 0x55717358a940 void 0.000118
+gallium_dri.so free 0x55717358a870 void 0.000119
+gallium_dri.so malloc 72 0x55717358a870 0.000118
+gallium_dri.so free 0x55717358a9c0 void 0.000116
+gallium_dri.so free 0x55717358a870 void 0.000116
+gallium_dri.so malloc 72 0x55717358a9c0 0.000115
+gallium_dri.so free 0x557173606fc0 void 0.000118
+gallium_dri.so free 0x55717358a9c0 void 0.000119
+gallium_dri.so malloc 72 0x557173606f70 0.000121
+gallium_dri.so free 0x557173607000 void 0.000119
+gallium_dri.so free 0x557173606f70 void 0.000118
+gallium_dri.so malloc 72 0x557173606f70 0.000117
+gallium_dri.so free 0x5571736070c0 void 0.000117
+gallium_dri.so free 0x557173606f70 void 0.000116
+gallium_dri.so malloc 72 0x557173607130 0.000116
+gallium_dri.so free 0x557173607180 void 0.000116
+gallium_dri.so free 0x557173607130 void 0.000119
+gallium_dri.so malloc 72 0x557173607130 0.000119
+gallium_dri.so free 0x557173607280 void 0.000118
+gallium_dri.so free 0x557173607130 void 0.000117
+gallium_dri.so malloc 72 0x557173607230 0.000129
+gallium_dri.so free 0x557173602440 void 0.000121
+gallium_dri.so free 0x557173607230 void 0.000118
+gallium_dri.so malloc 72 0x5571736023f0 0.000118
+gallium_dri.so free 0x557173602480 void 0.000122
+gallium_dri.so free 0x5571736023f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736023f0 0.000122
+gallium_dri.so free 0x557173602540 void 0.000121
+gallium_dri.so free 0x5571736023f0 void 0.000121
+gallium_dri.so malloc 72 0x557173602580 0.000121
+gallium_dri.so free 0x557173602600 void 0.000122
+gallium_dri.so free 0x557173602580 void 0.000120
+gallium_dri.so malloc 72 0x557173602600 0.000119
+gallium_dri.so free 0x5571736026c0 void 0.000121
+gallium_dri.so free 0x557173602600 void 0.000121
+gallium_dri.so malloc 72 0x557173602600 0.000122
+gallium_dri.so free 0x5571735d5c80 void 0.000123
+gallium_dri.so free 0x557173602600 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5c30 0.000120
+gallium_dri.so free 0x5571735d5cc0 void 0.000118
+gallium_dri.so free 0x5571735d5c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5c30 0.000121
+gallium_dri.so free 0x5571735d5d80 void 0.000122
+gallium_dri.so free 0x5571735d5c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5dc0 0.000121
+gallium_dri.so free 0x5571735d5e40 void 0.000122
+gallium_dri.so free 0x5571735d5dc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d5e40 0.000118
+gallium_dri.so free 0x5571735d5f00 void 0.000118
+gallium_dri.so free 0x5571735d5e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5e40 0.000121
+gallium_dri.so free 0x5571735ceb40 void 0.000122
+gallium_dri.so free 0x5571735d5e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000119
+gallium_dri.so free 0x5571735cebc0 void 0.000122
+gallium_dri.so free 0x5571735ceaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cebc0 0.000126
+gallium_dri.so free 0x5571735cec80 void 0.000119
+gallium_dri.so free 0x5571735cebc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cebc0 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000121
+gallium_dri.so free 0x5571735cebc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ced00 0.000118
+gallium_dri.so free 0x5571735cedc0 void 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ced00 0.000121
+gallium_dri.so free 0x55717358cd40 void 0.000121
+gallium_dri.so free 0x5571735ced00 void 0.000120
+gallium_dri.so malloc 72 0x55717358ccf0 0.000119
+gallium_dri.so free 0x55717358cdc0 void 0.000121
+gallium_dri.so free 0x55717358ccf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ccf0 0.000120
+gallium_dri.so free 0x55717358ce40 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ce40 0.000117
+gallium_dri.so free 0x55717358cf00 void 0.000120
+gallium_dri.so free 0x55717358ce40 void 0.000116
+gallium_dri.so malloc 72 0x55717358ce40 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000118
+gallium_dri.so free 0x55717358ce40 void 0.000116
+gallium_dri.so malloc 72 0x55717358cfb0 0.000120
+gallium_dri.so free 0x5571735d36c0 void 0.000120
+gallium_dri.so free 0x55717358cfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3670 0.000116
+gallium_dri.so free 0x5571735d3740 void 0.000120
+gallium_dri.so free 0x5571735d3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3670 0.000118
+gallium_dri.so free 0x5571735d37c0 void 0.000117
+gallium_dri.so free 0x5571735d3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735d37c0 0.000115
+gallium_dri.so free 0x5571735d3880 void 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d37c0 0.000119
+gallium_dri.so free 0x5571735d3940 void 0.000119
+gallium_dri.so free 0x5571735d37c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d37c0 0.000120
+gallium_dri.so free 0x557173465f00 void 0.000120
+gallium_dri.so free 0x5571735d37c0 void 0.000120
+gallium_dri.so malloc 72 0x557173465eb0 0.000131
+gallium_dri.so free 0x557173465f00 void 0.000119
+gallium_dri.so free 0x557173465eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173465eb0 0.000117
+gallium_dri.so free 0x557173466000 void 0.000117
+gallium_dri.so free 0x557173465eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173465fb0 0.000117
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so free 0x557173465fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173466070 0.000116
+gallium_dri.so free 0x557173466100 void 0.000116
+gallium_dri.so free 0x557173466070 void 0.000116
+gallium_dri.so malloc 72 0x557173466070 0.000116
+gallium_dri.so free 0x5571734661c0 void 0.000119
+gallium_dri.so free 0x557173466070 void 0.000117
+gallium_dri.so malloc 72 0x557173466200 0.000115
+gallium_dri.so free 0x557173462840 void 0.000116
+gallium_dri.so free 0x557173466200 void 0.000116
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x557173462900 void 0.000122
+gallium_dri.so free 0x557173462840 void 0.000121
+gallium_dri.so malloc 72 0x557173462840 0.000122
+gallium_dri.so free 0x5571734629c0 void 0.000120
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so malloc 72 0x5571734629e0 0.000120
+gallium_dri.so free 0x557173462a80 void 0.000121
+gallium_dri.so free 0x5571734629e0 void 0.000179
+gallium_dri.so malloc 72 0x557173462a30 0.000124
+gallium_dri.so free 0x557173462b00 void 0.000122
+gallium_dri.so free 0x557173462a30 void 0.000117
+gallium_dri.so malloc 72 0x557173462a30 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000121
+gallium_dri.so free 0x557173462a30 void 0.000118
+gallium_dri.so malloc 72 0x557173462b80 0.000121
+gallium_dri.so free 0x5571735d4b80 void 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so malloc 72 0x557173462b80 0.000120
+gallium_dri.so free 0x5571735d4c00 void 0.000121
+gallium_dri.so free 0x557173462b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4c30 0.000121
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so free 0x5571735d4c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4c80 0.000123
+gallium_dri.so free 0x5571735d4d40 void 0.000121
+gallium_dri.so free 0x5571735d4c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4c80 0.000120
+gallium_dri.so free 0x5571735d4e40 void 0.000121
+gallium_dri.so free 0x5571735d4c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4df0 0.000120
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x5571735d4df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000118
+gallium_dri.so free 0x557173589680 void 0.000131
+gallium_dri.so free 0x5571735d4eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000121
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735d4eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000117
+gallium_dri.so malloc 72 0x557173589810 0.000120
+gallium_dri.so free 0x557173589880 void 0.000119
+gallium_dri.so free 0x557173589810 void 0.000118
+gallium_dri.so malloc 72 0x5571735898c0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000121
+gallium_dri.so free 0x5571735898c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735898c0 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000121
+gallium_dri.so free 0x5571735898c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735899f0 0.000121
+gallium_dri.so free 0x557173605ec0 void 0.000118
+gallium_dri.so free 0x5571735899f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735899f0 0.000121
+gallium_dri.so free 0x557173605f40 void 0.000121
+gallium_dri.so free 0x5571735899f0 void 0.000117
+gallium_dri.so malloc 72 0x557173605f40 0.000121
+gallium_dri.so free 0x557173606000 void 0.000120
+gallium_dri.so free 0x557173605f40 void 0.000120
+gallium_dri.so malloc 72 0x557173605f40 0.000127
+gallium_dri.so free 0x5571736060c0 void 0.000119
+gallium_dri.so free 0x557173605f40 void 0.000118
+gallium_dri.so malloc 72 0x557173605f40 0.000116
+gallium_dri.so free 0x557173606180 void 0.000118
+gallium_dri.so free 0x557173605f40 void 0.000121
+gallium_dri.so malloc 72 0x557173606130 0.000121
+gallium_dri.so free 0x557173606180 void 0.000122
+gallium_dri.so free 0x557173606130 void 0.000119
+gallium_dri.so malloc 72 0x557173606130 0.000120
+gallium_dri.so free 0x557173603900 void 0.000122
+gallium_dri.so free 0x557173606130 void 0.000119
+gallium_dri.so malloc 72 0x557173603900 0.000120
+gallium_dri.so free 0x557173606280 void 0.000119
+gallium_dri.so free 0x557173603900 void 0.000121
+gallium_dri.so malloc 72 0x557173606230 0.000120
+gallium_dri.so free 0x5571736039c0 void 0.000161
+gallium_dri.so free 0x557173606230 void 0.000120
+gallium_dri.so malloc 72 0x557173606230 0.000118
+gallium_dri.so free 0x557173603a80 void 0.000122
+gallium_dri.so free 0x557173606230 void 0.000120
+gallium_dri.so malloc 72 0x557173603a30 0.000119
+gallium_dri.so free 0x557173603b00 void 0.000121
+gallium_dri.so free 0x557173603a30 void 0.000121
+gallium_dri.so malloc 72 0x557173603b50 0.000118
+gallium_dri.so free 0x557173603bc0 void 0.000122
+gallium_dri.so free 0x557173603b50 void 0.000130
+gallium_dri.so malloc 72 0x557173603c20 0.000121
+gallium_dri.so free 0x557173603cc0 void 0.000122
+gallium_dri.so free 0x557173603c20 void 0.000119
+gallium_dri.so malloc 72 0x557173603c70 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so free 0x557173603c70 void 0.000118
+gallium_dri.so malloc 72 0x557173603c70 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000120
+gallium_dri.so free 0x557173603c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0070 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000122
+gallium_dri.so free 0x5571735d0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0190 0.000121
+gallium_dri.so free 0x5571735d0200 void 0.000121
+gallium_dri.so free 0x5571735d0190 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0220 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000121
+gallium_dri.so free 0x5571735d0220 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0270 0.000121
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0340 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x5571735d0340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000127
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so malloc 72 0x55717358e280 0.000116
+gallium_dri.so free 0x55717358e340 void 0.000117
+gallium_dri.so free 0x55717358e280 void 0.000117
+gallium_dri.so malloc 72 0x55717358e280 0.000117
+gallium_dri.so free 0x55717358e400 void 0.000116
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so malloc 72 0x55717358e280 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000117
+gallium_dri.so free 0x55717358e280 void 0.000116
+gallium_dri.so malloc 72 0x55717358e470 0.000117
+gallium_dri.so free 0x55717358e540 void 0.000117
+gallium_dri.so free 0x55717358e470 void 0.000116
+gallium_dri.so malloc 72 0x55717358e590 0.000116
+gallium_dri.so free 0x557173608480 void 0.000116
+gallium_dri.so free 0x55717358e590 void 0.000116
+gallium_dri.so malloc 72 0x55717358e590 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so free 0x55717358e590 void 0.000120
+gallium_dri.so malloc 72 0x55717358e590 0.000121
+gallium_dri.so free 0x5571736085c0 void 0.000122
+gallium_dri.so free 0x55717358e590 void 0.000119
+gallium_dri.so malloc 72 0x55717358e590 0.000120
+gallium_dri.so free 0x557173608680 void 0.000120
+gallium_dri.so free 0x55717358e590 void 0.000118
+gallium_dri.so malloc 72 0x557173608630 0.000161
+gallium_dri.so free 0x557173608700 void 0.000121
+gallium_dri.so free 0x557173608630 void 0.000120
+gallium_dri.so malloc 72 0x557173608750 0.000120
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x557173608750 void 0.000118
+gallium_dri.so malloc 72 0x5571736087e0 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000122
+gallium_dri.so free 0x5571736087e0 void 0.000120
+gallium_dri.so malloc 72 0x5571736087e0 0.000118
+gallium_dri.so free 0x557173467480 void 0.000121
+gallium_dri.so free 0x5571736087e0 void 0.000120
+gallium_dri.so malloc 72 0x557173467430 0.000120
+gallium_dri.so free 0x557173467480 void 0.000122
+gallium_dri.so free 0x557173467430 void 0.000118
+gallium_dri.so malloc 72 0x557173467430 0.000120
+gallium_dri.so free 0x557173467580 void 0.000120
+gallium_dri.so free 0x557173467430 void 0.000117
+gallium_dri.so malloc 72 0x557173467530 0.000119
+gallium_dri.so free 0x557173467640 void 0.000123
+gallium_dri.so free 0x557173467530 void 0.000120
+gallium_dri.so malloc 72 0x5571734675f0 0.000120
+gallium_dri.so free 0x557173467680 void 0.000121
+gallium_dri.so free 0x5571734675f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734675f0 0.000121
+gallium_dri.so free 0x557173464e00 void 0.000121
+gallium_dri.so free 0x5571734675f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734675f0 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so free 0x5571734675f0 void 0.000121
+gallium_dri.so malloc 72 0x557173464e80 0.000121
+gallium_dri.so free 0x557173464f40 void 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so malloc 72 0x557173464e80 0.000120
+gallium_dri.so free 0x557173465040 void 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so malloc 72 0x557173464e80 0.000117
+gallium_dri.so free 0x557173467740 void 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so malloc 72 0x557173467770 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000122
+gallium_dri.so free 0x557173467770 void 0.000117
+gallium_dri.so malloc 72 0x557173465100 0.000118
+gallium_dri.so free 0x5571735907c0 void 0.000121
+gallium_dri.so free 0x557173465100 void 0.000117
+gallium_dri.so malloc 72 0x5571735907c0 0.000118
+gallium_dri.so free 0x557173590880 void 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735907c0 0.000121
+gallium_dri.so free 0x557173590900 void 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so malloc 72 0x557173590930 0.000119
+gallium_dri.so free 0x557173590980 void 0.000130
+gallium_dri.so free 0x557173590930 void 0.000118
+gallium_dri.so malloc 72 0x557173590980 0.000118
+gallium_dri.so free 0x557173465180 void 0.000117
+gallium_dri.so free 0x557173590980 void 0.000117
+gallium_dri.so malloc 72 0x557173590980 0.000117
+gallium_dri.so free 0x557173590a40 void 0.000120
+gallium_dri.so free 0x557173590980 void 0.000118
+gallium_dri.so malloc 72 0x557173590a40 0.000122
+gallium_dri.so free 0x557173590b00 void 0.000123
+gallium_dri.so free 0x557173590a40 void 0.000107
+gallium_dri.so malloc 72 0x557173590a40 0.000247
+gallium_dri.so free 0x5571735d25c0 void 0.000242
+gallium_dri.so free 0x557173590a40 void 0.000116
+gallium_dri.so malloc 72 0x557173590a40 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000115
+gallium_dri.so free 0x557173590a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2630 0.000115
+gallium_dri.so free 0x5571735d2700 void 0.000114
+gallium_dri.so free 0x5571735d2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2750 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000115
+gallium_dri.so free 0x5571735d2750 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2800 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2800 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d2800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2930 0.000115
+gallium_dri.so free 0x55717358bc40 void 0.000113
+gallium_dri.so free 0x5571735d2930 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2930 0.000113
+gallium_dri.so free 0x55717358bcc0 void 0.000113
+gallium_dri.so free 0x5571735d2930 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcc0 0.000113
+gallium_dri.so free 0x55717358bd80 void 0.000114
+gallium_dri.so free 0x55717358bcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcc0 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000114
+gallium_dri.so free 0x55717358bcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bcc0 0.000114
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so free 0x55717358bcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358beb0 0.000114
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so free 0x55717358beb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358beb0 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x55717358beb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ba40 0.000113
+gallium_dri.so free 0x55717358c000 void 0.000115
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so malloc 72 0x55717358bfb0 0.000116
+gallium_dri.so free 0x55717360bb00 void 0.000113
+gallium_dri.so free 0x55717358bfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358bfb0 0.000113
+gallium_dri.so free 0x55717360bbc0 void 0.000113
+gallium_dri.so free 0x55717358bfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bb70 0.000111
+gallium_dri.so free 0x55717360bc40 void 0.000113
+gallium_dri.so free 0x55717360bb70 void 0.000113
+gallium_dri.so malloc 72 0x55717360bc90 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000112
+gallium_dri.so free 0x55717360bc90 void 0.000113
+gallium_dri.so malloc 72 0x55717360bd60 0.000112
+gallium_dri.so free 0x55717360be00 void 0.000113
+gallium_dri.so free 0x55717360bd60 void 0.000112
+gallium_dri.so malloc 72 0x55717360bdb0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x55717360bdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bdb0 0.000112
+gallium_dri.so free 0x557173601400 void 0.000113
+gallium_dri.so free 0x55717360bdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736013b0 0.000118
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736014d0 0.000115
+gallium_dri.so free 0x557173601540 void 0.000116
+gallium_dri.so free 0x5571736014d0 void 0.000114
+gallium_dri.so malloc 72 0x557173601560 0.000177
+gallium_dri.so free 0x557173601600 void 0.000123
+gallium_dri.so free 0x557173601560 void 0.000119
+gallium_dri.so malloc 72 0x5571736015b0 0.000119
+gallium_dri.so free 0x557173601680 void 0.000119
+gallium_dri.so free 0x5571736015b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601680 0.000119
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x557173601680 void 0.000118
+gallium_dri.so malloc 72 0x557173601680 0.000119
+gallium_dri.so free 0x557173469400 void 0.000118
+gallium_dri.so free 0x557173601680 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000126
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x5571734695f0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000119
+gallium_dri.so malloc 72 0x557173469710 0.000119
+gallium_dri.so free 0x557173609e80 void 0.000118
+gallium_dri.so free 0x557173469710 void 0.000124
+gallium_dri.so malloc 72 0x557173609ec0 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000112
+gallium_dri.so free 0x557173609ec0 void 0.000111
+gallium_dri.so malloc 72 0x557173609ec0 0.000111
+gallium_dri.so free 0x557173609fc0 void 0.000112
+gallium_dri.so free 0x557173609ec0 void 0.000111
+gallium_dri.so malloc 72 0x557173609ff0 0.000111
+gallium_dri.so free 0x55717360a040 void 0.000111
+gallium_dri.so free 0x557173609ff0 void 0.000111
+gallium_dri.so malloc 72 0x557173609ff0 0.000111
+gallium_dri.so free 0x55717360a140 void 0.000111
+gallium_dri.so free 0x557173609ff0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a0f0 0.000112
+gallium_dri.so free 0x55717360a200 void 0.000111
+gallium_dri.so free 0x55717360a0f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a1b0 0.000111
+gallium_dri.so free 0x5571736068c0 void 0.000111
+gallium_dri.so free 0x55717360a1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736068f0 0.000111
+gallium_dri.so free 0x557173606940 void 0.000111
+gallium_dri.so free 0x5571736068f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736068f0 0.000111
+gallium_dri.so free 0x557173606a40 void 0.000110
+gallium_dri.so free 0x5571736068f0 void 0.000111
+gallium_dri.so malloc 72 0x557173606a80 0.000111
+gallium_dri.so free 0x557173606b00 void 0.000110
+gallium_dri.so free 0x557173606a80 void 0.000111
+gallium_dri.so malloc 72 0x557173606b00 0.000110
+gallium_dri.so free 0x55717360a240 void 0.000120
+gallium_dri.so free 0x557173606b00 void 0.000115
+gallium_dri.so malloc 72 0x557173606b00 0.000115
+gallium_dri.so free 0x557173606bc0 void 0.000116
+gallium_dri.so free 0x557173606b00 void 0.000114
+gallium_dri.so malloc 72 0x557173606b00 0.000113
+gallium_dri.so free 0x557173606c80 void 0.000114
+gallium_dri.so free 0x557173606b00 void 0.000114
+gallium_dri.so malloc 72 0x557173606c30 0.000114
+gallium_dri.so free 0x55717358a080 void 0.000117
+gallium_dri.so free 0x557173606c30 void 0.000115
+gallium_dri.so malloc 72 0x55717358a0d0 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000114
+gallium_dri.so free 0x55717358a0d0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1a0 0.000115
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so free 0x55717358a1a0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1f0 0.000114
+gallium_dri.so free 0x55717358a280 void 0.000144
+gallium_dri.so free 0x55717358a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1f0 0.000117
+gallium_dri.so free 0x55717358a340 void 0.000119
+gallium_dri.so free 0x55717358a1f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a380 0.000117
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a380 void 0.000123
+gallium_dri.so malloc 72 0x55717358a400 0.000119
+gallium_dri.so free 0x557173465800 void 0.000131
+gallium_dri.so free 0x55717358a400 void 0.000126
+gallium_dri.so malloc 72 0x557173465820 0.000167
+gallium_dri.so free 0x5571734658c0 void 0.000126
+gallium_dri.so free 0x557173465820 void 0.000121
+gallium_dri.so malloc 72 0x557173465870 0.000123
+gallium_dri.so free 0x557173465940 void 0.000121
+gallium_dri.so free 0x557173465870 void 0.000119
+gallium_dri.so malloc 72 0x557173465940 0.000123
+gallium_dri.so free 0x557173465a00 void 0.000121
+gallium_dri.so free 0x557173465940 void 0.000121
+gallium_dri.so malloc 72 0x557173465940 0.000122
+gallium_dri.so free 0x557173465a80 void 0.000122
+gallium_dri.so free 0x557173465940 void 0.000122
+gallium_dri.so malloc 72 0x557173465a80 0.000120
+gallium_dri.so free 0x557173465b40 void 0.000122
+gallium_dri.so free 0x557173465a80 void 0.000122
+gallium_dri.so malloc 72 0x557173465a80 0.000123
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x557173465a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735911f0 0.000121
+gallium_dri.so free 0x557173591240 void 0.000121
+gallium_dri.so free 0x5571735911f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735911f0 0.000119
+gallium_dri.so free 0x557173591340 void 0.000125
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912f0 0.000113
+gallium_dri.so free 0x557173591400 void 0.000111
+gallium_dri.so free 0x5571735912f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735913b0 0.000112
+gallium_dri.so free 0x557173591480 void 0.000111
+gallium_dri.so free 0x5571735913b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735914a0 0.000112
+gallium_dri.so free 0x557173591540 void 0.000111
+gallium_dri.so free 0x5571735914a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735914f0 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000110
+gallium_dri.so free 0x5571735914f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d55c0 0.000111
+gallium_dri.so free 0x5571735d5640 void 0.000110
+gallium_dri.so free 0x5571735d55c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5640 0.000111
+gallium_dri.so free 0x5571735d5700 void 0.000111
+gallium_dri.so free 0x5571735d5640 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5640 0.000111
+gallium_dri.so free 0x5571735d5780 void 0.000111
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57b0 0.000117
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so free 0x5571735d57b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d57b0 0.000111
+gallium_dri.so free 0x5571735d5900 void 0.000111
+gallium_dri.so free 0x5571735d57b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5940 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735d5940 void 0.000156
+gallium_dri.so malloc 72 0x5571735d3010 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3010 void 0.000115
+gallium_dri.so malloc 72 0x5571735d30a0 0.000113
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so free 0x5571735d30a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30f0 0.000113
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so free 0x5571735d30f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d30f0 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so free 0x5571735d30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000112
+gallium_dri.so free 0x5571735d3240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3240 0.000119
+gallium_dri.so free 0x5571735d0a00 void 0.000129
+gallium_dri.so free 0x5571735d3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a20 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a70 0.000117
+gallium_dri.so free 0x5571735d0b40 void 0.000121
+gallium_dri.so free 0x5571735d0a70 void 0.000225
+gallium_dri.so malloc 72 0x5571735d0a70 0.000295
+gallium_dri.so free 0x5571735d0bc0 void 0.000280
+gallium_dri.so free 0x5571735d0a70 void 0.000278
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000285
+gallium_dri.so free 0x5571735d0c80 void 0.000281
+gallium_dri.so free 0x5571735d0bc0 void 0.000281
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000277
+gallium_dri.so free 0x5571735d0d40 void 0.000273
+gallium_dri.so free 0x5571735d0bc0 void 0.000283
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000292
+gallium_dri.so free 0x557173467dc0 void 0.000290
+gallium_dri.so free 0x5571735d0bc0 void 0.000244
+gallium_dri.so malloc 72 0x557173467e10 0.000280
+gallium_dri.so free 0x557173467e80 void 0.000286
+gallium_dri.so free 0x557173467e10 void 0.000284
+gallium_dri.so malloc 72 0x557173467ec0 0.000283
+gallium_dri.so free 0x557173467f40 void 0.000282
+gallium_dri.so free 0x557173467ec0 void 0.000289
+gallium_dri.so malloc 72 0x557173467f40 0.000282
+gallium_dri.so free 0x557173468000 void 0.000294
+gallium_dri.so free 0x557173467f40 void 0.000280
+gallium_dri.so malloc 72 0x557173467f40 0.000282
+gallium_dri.so free 0x5571735d0e00 void 0.000291
+gallium_dri.so free 0x557173467f40 void 0.000259
+gallium_dri.so malloc 72 0x5571735d0db0 0.000267
+gallium_dri.so free 0x557173468080 void 0.000274
+gallium_dri.so free 0x5571735d0db0 void 0.000279
+gallium_dri.so malloc 72 0x5571734680c0 0.000279
+gallium_dri.so free 0x557173468140 void 0.000300
+gallium_dri.so free 0x5571734680c0 void 0.000290
+gallium_dri.so malloc 72 0x557173468140 0.000273
+gallium_dri.so free 0x557173463240 void 0.000288
+gallium_dri.so free 0x557173468140 void 0.000287
+gallium_dri.so malloc 72 0x557173463280 0.000287
+gallium_dri.so free 0x557173463300 void 0.000288
+gallium_dri.so free 0x557173463280 void 0.000284
+gallium_dri.so malloc 72 0x557173463280 0.000278
+gallium_dri.so free 0x557173463380 void 0.000288
+gallium_dri.so free 0x557173463280 void 0.000289
+gallium_dri.so malloc 72 0x5571734633b0 0.000287
+gallium_dri.so free 0x557173463400 void 0.000291
+gallium_dri.so free 0x5571734633b0 void 0.000293
+gallium_dri.so malloc 72 0x5571734633b0 0.000289
+gallium_dri.so free 0x557173463500 void 0.000283
+gallium_dri.so free 0x5571734633b0 void 0.000213
+gallium_dri.so malloc 72 0x5571734634b0 0.000255
+gallium_dri.so free 0x5571734635c0 void 0.000175
+gallium_dri.so free 0x5571734634b0 void 0.000170
+gallium_dri.so malloc 72 0x557173463570 0.000149
+gallium_dri.so free 0x557173608e80 void 0.000284
+gallium_dri.so free 0x557173463570 void 0.000291
+gallium_dri.so malloc 72 0x557173608eb0 0.000291
+gallium_dri.so free 0x557173608f00 void 0.000290
+gallium_dri.so free 0x557173608eb0 void 0.000286
+gallium_dri.so malloc 72 0x557173608eb0 0.000293
+gallium_dri.so free 0x557173609000 void 0.000280
+gallium_dri.so free 0x557173608eb0 void 0.000213
+gallium_dri.so malloc 72 0x557173609040 0.000176
+gallium_dri.so free 0x5571736090c0 void 0.000133
+gallium_dri.so free 0x557173609040 void 0.000132
+gallium_dri.so malloc 72 0x5571736090c0 0.000130
+gallium_dri.so free 0x557173463600 void 0.000131
+gallium_dri.so free 0x5571736090c0 void 0.000136
+gallium_dri.so malloc 72 0x5571736090c0 0.000132
+gallium_dri.so free 0x557173609180 void 0.000137
+gallium_dri.so free 0x5571736090c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736090c0 0.000136
+gallium_dri.so free 0x557173609240 void 0.000138
+gallium_dri.so free 0x5571736090c0 void 0.000214
+gallium_dri.so malloc 72 0x5571736091f0 0.000137
+gallium_dri.so free 0x557173604300 void 0.000138
+gallium_dri.so free 0x5571736091f0 void 0.000134
+gallium_dri.so malloc 72 0x557173604350 0.000136
+gallium_dri.so free 0x5571736043c0 void 0.000137
+gallium_dri.so free 0x557173604350 void 0.000139
+gallium_dri.so malloc 72 0x557173604420 0.000137
+gallium_dri.so free 0x5571736044c0 void 0.000132
+gallium_dri.so free 0x557173604420 void 0.000131
+gallium_dri.so malloc 72 0x557173604470 0.000138
+gallium_dri.so free 0x557173604500 void 0.000138
+gallium_dri.so free 0x557173604470 void 0.000138
+gallium_dri.so malloc 72 0x557173604470 0.000137
+gallium_dri.so free 0x5571736045c0 void 0.000133
+gallium_dri.so free 0x557173604470 void 0.000133
+gallium_dri.so malloc 72 0x557173604600 0.000136
+gallium_dri.so free 0x557173604680 void 0.000137
+gallium_dri.so free 0x557173604600 void 0.000130
+gallium_dri.so malloc 72 0x557173604680 0.000129
+gallium_dri.so free 0x557173601d40 void 0.000131
+gallium_dri.so free 0x557173604680 void 0.000133
+gallium_dri.so malloc 72 0x557173601d60 0.000138
+gallium_dri.so free 0x557173601e00 void 0.000140
+gallium_dri.so free 0x557173601d60 void 0.000139
+gallium_dri.so malloc 72 0x557173601db0 0.000132
+gallium_dri.so free 0x557173601e80 void 0.000129
+gallium_dri.so free 0x557173601db0 void 0.000134
+gallium_dri.so malloc 72 0x557173601e80 0.000139
+gallium_dri.so free 0x557173601f40 void 0.000138
+gallium_dri.so free 0x557173601e80 void 0.000137
+gallium_dri.so malloc 72 0x557173601e80 0.000139
+gallium_dri.so free 0x557173601fc0 void 0.000208
+gallium_dri.so free 0x557173601e80 void 0.000134
+gallium_dri.so malloc 72 0x557173601fc0 0.000139
+gallium_dri.so free 0x557173602080 void 0.000146
+gallium_dri.so free 0x557173601fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173601fc0 0.000211
+gallium_dri.so free 0x55717358ec00 void 0.000209
+gallium_dri.so free 0x557173601fc0 void 0.000129
+gallium_dri.so malloc 72 0x55717358ec30 0.000127
+gallium_dri.so free 0x55717358ec80 void 0.000127
+gallium_dri.so free 0x55717358ec30 void 0.000128
+gallium_dri.so malloc 72 0x55717358ec30 0.000126
+gallium_dri.so free 0x55717358ed80 void 0.000128
+gallium_dri.so free 0x55717358ec30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ed30 0.000128
+gallium_dri.so free 0x55717358ee40 void 0.000127
+gallium_dri.so free 0x55717358ed30 void 0.000127
+gallium_dri.so malloc 72 0x55717358edf0 0.000128
+gallium_dri.so free 0x55717358eec0 void 0.000131
+gallium_dri.so free 0x55717358edf0 void 0.000122
+gallium_dri.so malloc 72 0x55717358eee0 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so free 0x55717358eee0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef30 0.000121
+gallium_dri.so free 0x55717358c640 void 0.000121
+gallium_dri.so free 0x55717358ef30 void 0.000119
+gallium_dri.so malloc 72 0x55717358c680 0.000124
+gallium_dri.so free 0x55717358c700 void 0.000155
+gallium_dri.so free 0x55717358c680 void 0.000122
+gallium_dri.so malloc 72 0x55717358c700 0.000120
+gallium_dri.so free 0x55717358c7c0 void 0.000121
+gallium_dri.so free 0x55717358c700 void 0.000120
+gallium_dri.so malloc 72 0x55717358c700 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so malloc 72 0x55717358c870 0.000120
+gallium_dri.so free 0x55717358c8c0 void 0.000122
+gallium_dri.so free 0x55717358c870 void 0.000120
+gallium_dri.so malloc 72 0x55717358c870 0.000121
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so free 0x55717358c870 void 0.000119
+gallium_dri.so malloc 72 0x55717358ca00 0.000120
+gallium_dri.so free 0x557173609580 void 0.000121
+gallium_dri.so free 0x55717358ca00 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000120
+gallium_dri.so free 0x557173609640 void 0.000121
+gallium_dri.so free 0x557173609530 void 0.000120
+gallium_dri.so malloc 72 0x5571736095f0 0.000120
+gallium_dri.so free 0x557173609680 void 0.000121
+gallium_dri.so free 0x5571736095f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736095f0 0.000120
+gallium_dri.so free 0x557173609740 void 0.000121
+gallium_dri.so free 0x5571736095f0 void 0.000120
+gallium_dri.so malloc 72 0x557173609780 0.000152
+gallium_dri.so free 0x557173609800 void 0.000123
+gallium_dri.so free 0x557173609780 void 0.000120
+gallium_dri.so malloc 72 0x557173609800 0.000122
+gallium_dri.so free 0x5571736098c0 void 0.000121
+gallium_dri.so free 0x557173609800 void 0.000121
+gallium_dri.so malloc 72 0x557173609800 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so malloc 72 0x557173609800 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000121
+gallium_dri.so free 0x557173609800 void 0.000121
+gallium_dri.so malloc 72 0x55717358dcb0 0.000120
+gallium_dri.so free 0x55717358dd00 void 0.000127
+gallium_dri.so free 0x55717358dcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358dcb0 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x55717358dcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ddb0 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000119
+gallium_dri.so free 0x55717358ddb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358de70 0.000119
+gallium_dri.so free 0x55717358df00 void 0.000121
+gallium_dri.so free 0x55717358de70 void 0.000120
+gallium_dri.so malloc 72 0x55717358de70 0.000120
+gallium_dri.so free 0x55717358dfc0 void 0.000121
+gallium_dri.so free 0x55717358de70 void 0.000183
+gallium_dri.so malloc 72 0x55717358e010 0.000122
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x55717358e010 void 0.000119
+gallium_dri.so malloc 72 0x55717358e010 0.000119
+gallium_dri.so free 0x5571735d2040 void 0.000120
+gallium_dri.so free 0x55717358e010 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2040 0.000119
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2230 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2350 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2350 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2400 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x5571735d2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2400 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x5571735d2400 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4630 0.000114
+gallium_dri.so free 0x5571735d4680 void 0.000114
+gallium_dri.so free 0x5571735d4630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4630 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000117
+gallium_dri.so free 0x5571735d4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4730 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so free 0x5571735d4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d47f0 0.000115
+gallium_dri.so free 0x5571735d4880 void 0.000115
+gallium_dri.so free 0x5571735d47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d47f0 0.000115
+gallium_dri.so free 0x5571735d4940 void 0.000115
+gallium_dri.so free 0x5571735d47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d49b0 0.000127
+gallium_dri.so free 0x55717358b640 void 0.000123
+gallium_dri.so free 0x5571735d49b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49b0 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x5571735d49b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b780 void 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b6c0 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8b0 0.000113
+gallium_dri.so free 0x55717358b980 void 0.000116
+gallium_dri.so free 0x55717358b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b9d0 0.000141
+gallium_dri.so free 0x55717358ba40 void 0.000146
+gallium_dri.so free 0x55717358b9d0 void 0.000124
+gallium_dri.so malloc 72 0x55717358baa0 0.000153
+gallium_dri.so free 0x557173464800 void 0.000175
+gallium_dri.so free 0x55717358baa0 void 0.000122
+gallium_dri.so malloc 72 0x55717358baa0 0.000122
+gallium_dri.so free 0x557173464880 void 0.000119
+gallium_dri.so free 0x55717358baa0 void 0.000120
+gallium_dri.so malloc 72 0x5571734648b0 0.000122
+gallium_dri.so free 0x557173464900 void 0.000118
+gallium_dri.so free 0x5571734648b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734648b0 0.000117
+gallium_dri.so free 0x557173464a00 void 0.000122
+gallium_dri.so free 0x5571734648b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734649b0 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000118
+gallium_dri.so free 0x5571734649b0 void 0.000117
+gallium_dri.so malloc 72 0x557173464a70 0.000138
+gallium_dri.so free 0x557173464b00 void 0.000168
+gallium_dri.so free 0x557173464a70 void 0.000167
+gallium_dri.so malloc 72 0x557173464a70 0.000166
+gallium_dri.so free 0x557173464bc0 void 0.000167
+gallium_dri.so free 0x557173464a70 void 0.000164
+gallium_dri.so malloc 72 0x557173464c10 0.000170
+gallium_dri.so free 0x5571735901c0 void 0.000168
+gallium_dri.so free 0x557173464c10 void 0.000166
+gallium_dri.so malloc 72 0x557173464c10 0.000165
+gallium_dri.so free 0x557173590240 void 0.000167
+gallium_dri.so free 0x557173464c10 void 0.000173
+gallium_dri.so malloc 72 0x557173590240 0.000168
+gallium_dri.so free 0x557173590300 void 0.000190
+gallium_dri.so free 0x557173590240 void 0.000166
+gallium_dri.so malloc 72 0x557173590240 0.000166
+gallium_dri.so free 0x5571735903c0 void 0.000168
+gallium_dri.so free 0x557173590240 void 0.000168
+gallium_dri.so malloc 72 0x557173590240 0.000138
+gallium_dri.so free 0x557173590480 void 0.000142
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so malloc 72 0x557173590430 0.000130
+gallium_dri.so free 0x557173590500 void 0.000130
+gallium_dri.so free 0x557173590430 void 0.000199
+gallium_dri.so malloc 72 0x557173590550 0.000148
+gallium_dri.so free 0x5571735905c0 void 0.000147
+gallium_dri.so free 0x557173590550 void 0.000151
+gallium_dri.so malloc 72 0x557173590600 0.000138
+gallium_dri.so free 0x557173607e80 void 0.000135
+gallium_dri.so free 0x557173590600 void 0.000140
+gallium_dri.so malloc 72 0x557173590600 0.000147
+gallium_dri.so free 0x557173607f00 void 0.000134
+gallium_dri.so free 0x557173590600 void 0.000127
+gallium_dri.so malloc 72 0x557173607f30 0.000131
+gallium_dri.so free 0x557173607f80 void 0.000128
+gallium_dri.so free 0x557173607f30 void 0.000128
+gallium_dri.so malloc 72 0x557173607f30 0.000126
+gallium_dri.so free 0x557173608080 void 0.000127
+gallium_dri.so free 0x557173607f30 void 0.000125
+gallium_dri.so malloc 72 0x557173608030 0.000126
+gallium_dri.so free 0x557173608140 void 0.000126
+gallium_dri.so free 0x557173608030 void 0.000129
+gallium_dri.so malloc 72 0x5571736080f0 0.000146
+gallium_dri.so free 0x557173608180 void 0.000130
+gallium_dri.so free 0x5571736080f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736080f0 0.000127
+gallium_dri.so free 0x557173608240 void 0.000126
+gallium_dri.so free 0x5571736080f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736082b0 0.000127
+gallium_dri.so free 0x5571736058c0 void 0.000127
+gallium_dri.so free 0x5571736082b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736082b0 0.000126
+gallium_dri.so free 0x557173605940 void 0.000127
+gallium_dri.so free 0x5571736082b0 void 0.000126
+gallium_dri.so malloc 72 0x557173605940 0.000135
+gallium_dri.so free 0x557173605a00 void 0.000131
+gallium_dri.so free 0x557173605940 void 0.000133
+gallium_dri.so malloc 72 0x557173605940 0.000134
+gallium_dri.so free 0x557173605ac0 void 0.000133
+gallium_dri.so free 0x557173605940 void 0.000129
+gallium_dri.so malloc 72 0x557173605940 0.000135
+gallium_dri.so free 0x557173605b80 void 0.000134
+gallium_dri.so free 0x557173605940 void 0.000134
+gallium_dri.so malloc 72 0x557173605b30 0.000138
+gallium_dri.so free 0x557173605c00 void 0.000128
+gallium_dri.so free 0x557173605b30 void 0.000125
+gallium_dri.so malloc 72 0x557173605c50 0.000134
+gallium_dri.so free 0x557173605cc0 void 0.000131
+gallium_dri.so free 0x557173605c50 void 0.000125
+gallium_dri.so malloc 72 0x557173605d20 0.000127
+gallium_dri.so free 0x557173466dc0 void 0.000126
+gallium_dri.so free 0x557173605d20 void 0.000125
+gallium_dri.so malloc 72 0x557173605d20 0.000133
+gallium_dri.so free 0x557173466e40 void 0.000132
+gallium_dri.so free 0x557173605d20 void 0.000129
+gallium_dri.so malloc 72 0x557173466e70 0.000134
+gallium_dri.so free 0x557173466ec0 void 0.000130
+gallium_dri.so free 0x557173466e70 void 0.000141
+gallium_dri.so malloc 72 0x557173466e70 0.000140
+gallium_dri.so free 0x557173466fc0 void 0.000433
+gallium_dri.so free 0x557173466e70 void 0.000132
+gallium_dri.so malloc 72 0x557173466f70 0.000138
+gallium_dri.so free 0x557173467080 void 0.000179
+gallium_dri.so free 0x557173466f70 void 0.000149
+gallium_dri.so malloc 72 0x557173467030 0.000149
+gallium_dri.so free 0x5571734670c0 void 0.000220
+gallium_dri.so free 0x557173467030 void 0.000200
+gallium_dri.so malloc 72 0x557173467030 0.000214
+gallium_dri.so free 0x557173467180 void 0.000128
+gallium_dri.so free 0x557173467030 void 0.000127
+gallium_dri.so malloc 72 0x5571734671d0 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000121
+gallium_dri.so free 0x5571734671d0 void 0.000119
+gallium_dri.so malloc 72 0x5571734671d0 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so free 0x5571734671d0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b4c0 0.000116
+gallium_dri.so free 0x55717360b580 void 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b4c0 0.000116
+gallium_dri.so free 0x55717360b640 void 0.000117
+gallium_dri.so free 0x55717360b4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b4c0 0.000117
+gallium_dri.so free 0x55717360b700 void 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b6b0 0.000117
+gallium_dri.so free 0x55717360b780 void 0.000118
+gallium_dri.so free 0x55717360b6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b7d0 0.000118
+gallium_dri.so free 0x55717360b840 void 0.000117
+gallium_dri.so free 0x55717360b7d0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b880 0.000137
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x55717360b880 void 0.000117
+gallium_dri.so malloc 72 0x55717360b880 0.000116
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x55717360b880 void 0.000116
+gallium_dri.so malloc 72 0x557173589130 0.000116
+gallium_dri.so free 0x557173589180 void 0.000117
+gallium_dri.so free 0x557173589130 void 0.000116
+gallium_dri.so malloc 72 0x557173589130 0.000117
+gallium_dri.so free 0x557173589280 void 0.000116
+gallium_dri.so free 0x557173589130 void 0.000117
+gallium_dri.so malloc 72 0x557173589230 0.000116
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so free 0x557173589230 void 0.000116
+gallium_dri.so malloc 72 0x5571735892f0 0.000116
+gallium_dri.so free 0x557173589380 void 0.000117
+gallium_dri.so free 0x5571735892f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735892f0 0.000117
+gallium_dri.so free 0x557173589440 void 0.000108
+gallium_dri.so free 0x5571735892f0 void 0.000199
+gallium_dri.so malloc 72 0x5571735894b0 0.000156
+gallium_dri.so free 0x5571735cfa00 void 0.000163
+gallium_dri.so free 0x5571735894b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735894b0 0.000129
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x5571735894b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc70 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd90 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfd90 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe60 0.000112
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x5571735cfe60 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe60 0.000114
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x5571735cfe60 void 0.000113
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173603400 void 0.000115
+gallium_dri.so free 0x5571736033b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x5571736033b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736034b0 0.000116
+gallium_dri.so free 0x5571736035c0 void 0.000115
+gallium_dri.so free 0x5571736034b0 void 0.000115
+gallium_dri.so malloc 72 0x557173603570 0.000175
+gallium_dri.so free 0x557173603600 void 0.000184
+gallium_dri.so free 0x557173603570 void 0.000183
+gallium_dri.so malloc 72 0x557173603570 0.000178
+gallium_dri.so free 0x5571736036c0 void 0.000177
+gallium_dri.so free 0x557173603570 void 0.000184
+gallium_dri.so malloc 72 0x557173603710 0.000191
+gallium_dri.so free 0x5571735da8c0 void 0.000184
+gallium_dri.so free 0x557173603710 void 0.000183
+gallium_dri.so malloc 72 0x557173603710 0.000182
+gallium_dri.so free 0x5571735da940 void 0.000190
+gallium_dri.so free 0x557173603710 void 0.000173
+gallium_dri.so malloc 72 0x5571735da940 0.000117
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000122
+gallium_dri.so malloc 72 0x5571735da940 0.000119
+gallium_dri.so free 0x5571735daac0 void 0.000127
+gallium_dri.so free 0x5571735da940 void 0.000118
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000112
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000112
+gallium_dri.so free 0x5571735dac50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad00 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000112
+gallium_dri.so free 0x5571735dad00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dad00 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000112
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae30 0.000112
+gallium_dri.so free 0x5571735dae80 void 0.000112
+gallium_dri.so free 0x5571735dae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae30 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000112
+gallium_dri.so free 0x5571735dae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf30 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000111
+gallium_dri.so free 0x5571735daf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daff0 0.000112
+gallium_dri.so free 0x5571735db080 void 0.000112
+gallium_dri.so free 0x5571735daff0 void 0.000146
+gallium_dri.so malloc 72 0x5571735daff0 0.000117
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1b0 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db1b0 0.000114
+gallium_dri.so free 0x5571735db300 void 0.000121
+gallium_dri.so free 0x5571735db1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db2b0 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db500 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so malloc 72 0x5571735db580 0.000134
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db580 void 0.000126
+gallium_dri.so malloc 72 0x5571735db720 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000116
+gallium_dri.so free 0x5571735db720 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000114
+gallium_dri.so malloc 72 0x5571735db770 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8c0 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db8c0 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8c0 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbab0 0.000252
+gallium_dri.so free 0x5571735dbbc0 void 0.000127
+gallium_dri.so free 0x5571735dbab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000117
+gallium_dri.so free 0x5571735dbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc90 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000198
+gallium_dri.so free 0x5571735dbc90 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd20 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000125
+gallium_dri.so free 0x5571735dbd20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd70 0.000112
+gallium_dri.so free 0x5571735dbec0 void 0.000114
+gallium_dri.so free 0x5571735dbd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000113
+gallium_dri.so free 0x5571735dc030 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc030 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so free 0x5571735dc030 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000112
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc240 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000122
+gallium_dri.so free 0x5571735dc240 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc240 0.000113
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000251
+gallium_dri.so free 0x5571735dc400 void 0.000155
+gallium_dri.so free 0x5571735dc3b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000151
+gallium_dri.so free 0x5571735e0e80 void 0.000158
+gallium_dri.so free 0x5571735dc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000114
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f40 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f40 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc530 0.000112
+gallium_dri.so free 0x5571735e1080 void 0.000113
+gallium_dri.so free 0x5571735dc530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10c0 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1140 0.000106
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1140 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e12e0 0.000114
+gallium_dri.so free 0x5571735e1380 void 0.000113
+gallium_dri.so free 0x5571735e12e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1400 void 0.000113
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1480 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1480 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1480 0.000114
+gallium_dri.so free 0x5571735e16c0 void 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1670 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000181
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1850 0.000112
+gallium_dri.so free 0x5571735e18c0 void 0.000199
+gallium_dri.so free 0x5571735e1850 void 0.000202
+gallium_dri.so malloc 72 0x5571735e18e0 0.000116
+gallium_dri.so free 0x5571735e1980 void 0.000115
+gallium_dri.so free 0x5571735e18e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1930 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1930 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1930 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a80 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a80 0.000113
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000112
+gallium_dri.so free 0x5571735e1d40 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1d80 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000116
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e00 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e00 0.000112
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f70 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000115
+gallium_dri.so free 0x5571735e1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f70 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000114
+gallium_dri.so free 0x5571735e1f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2100 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000115
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2180 0.000113
+gallium_dri.so free 0x5571735e2240 void 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2180 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so free 0x5571735e22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22f0 0.000133
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e23f0 0.000114
+gallium_dri.so free 0x5571735e2500 void 0.000113
+gallium_dri.so free 0x5571735e23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26b0 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27d0 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000113
+gallium_dri.so free 0x5571735e27d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2860 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so free 0x5571735e2860 void 0.000112
+gallium_dri.so malloc 72 0x5571735e28b0 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000129
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2ac0 void 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000114
+gallium_dri.so free 0x5571735e2ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000113
+gallium_dri.so free 0x5571735e2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000113
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000112
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so free 0x5571735e2dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e80 0.000113
+gallium_dri.so free 0x5571735e2f00 void 0.000112
+gallium_dri.so free 0x5571735e2e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e80 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000113
+gallium_dri.so free 0x5571735e3000 void 0.000120
+gallium_dri.so free 0x5571735e2fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so free 0x5571735e2fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30b0 0.000113
+gallium_dri.so free 0x5571735e31c0 void 0.000113
+gallium_dri.so free 0x5571735e30b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3170 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000113
+gallium_dri.so free 0x5571735e3170 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3170 0.000114
+gallium_dri.so free 0x5571735e32c0 void 0.000112
+gallium_dri.so free 0x5571735e3170 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3330 0.000128
+gallium_dri.so free 0x5571735e3380 void 0.000116
+gallium_dri.so free 0x5571735e3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3330 0.000113
+gallium_dri.so free 0x5571735e3480 void 0.000114
+gallium_dri.so free 0x5571735e3330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3430 0.000115
+gallium_dri.so free 0x5571735e3540 void 0.000114
+gallium_dri.so free 0x5571735e3430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34f0 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000115
+gallium_dri.so free 0x5571735e34f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34f0 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000164
+gallium_dri.so free 0x5571735e34f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3680 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000116
+gallium_dri.so free 0x5571735e3680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3700 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3700 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3700 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3700 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000113
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc810 0.000113
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so free 0x5571735dc810 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8a0 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dc9c0 void 0.000128
+gallium_dri.so free 0x5571735dc8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcc80 void 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000113
+gallium_dri.so free 0x5571735dcb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dccf0 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dccf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce10 0.000116
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dce10 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcec0 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcec0 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcff0 0.000131
+gallium_dri.so free 0x5571735dd040 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd240 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000114
+gallium_dri.so free 0x5571735dd300 void 0.000113
+gallium_dri.so free 0x5571735dd1b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735dd370 0.000216
+gallium_dri.so free 0x5571735dd3c0 void 0.000115
+gallium_dri.so free 0x5571735dd370 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd370 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000116
+gallium_dri.so free 0x5571735dd370 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd470 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd5c0 void 0.000128
+gallium_dri.so free 0x5571735dd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000114
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd740 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd740 0.000119
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000113
+gallium_dri.so free 0x5571735dd980 void 0.000115
+gallium_dri.so free 0x5571735dd8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000114
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dda80 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000126
+gallium_dri.so free 0x5571735dda80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dda80 0.000114
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc70 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde50 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735dde50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddee0 0.000112
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so free 0x5571735ddee0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddf30 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf30 0.000114
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735de080 0.000114
+gallium_dri.so free 0x5571735de140 void 0.000113
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so malloc 72 0x5571735de080 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000117
+gallium_dri.so free 0x5571735de080 void 0.000133
+gallium_dri.so malloc 72 0x5571735de1f0 0.000112
+gallium_dri.so free 0x5571735de280 void 0.000112
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1f0 0.000128
+gallium_dri.so free 0x5571735de340 void 0.000159
+gallium_dri.so free 0x5571735de1f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735de380 0.000124
+gallium_dri.so free 0x5571735de400 void 0.000123
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so malloc 72 0x5571735de400 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000118
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de540 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de570 0.000114
+gallium_dri.so free 0x5571735de5c0 void 0.000113
+gallium_dri.so free 0x5571735de570 void 0.000112
+gallium_dri.so malloc 72 0x5571735de570 0.000114
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de570 void 0.000113
+gallium_dri.so malloc 72 0x5571735de700 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so free 0x5571735de700 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000112
+gallium_dri.so free 0x5571735de840 void 0.000126
+gallium_dri.so free 0x5571735de780 void 0.000115
+gallium_dri.so malloc 72 0x5571735de780 0.000113
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735de940 void 0.000113
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9f0 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000116
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deab0 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so free 0x5571735deab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735decb0 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so free 0x5571735decb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedd0 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000206
+gallium_dri.so free 0x5571735dedd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dee60 0.000128
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735dee60 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735def80 void 0.000112
+gallium_dri.so free 0x5571735deeb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735def80 0.000112
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735def80 0.000112
+gallium_dri.so free 0x5571735df0c0 void 0.000111
+gallium_dri.so free 0x5571735def80 void 0.000112
+gallium_dri.so malloc 72 0x5571735df0c0 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000117
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df0c0 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0c0 0.000120
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2b0 0.000114
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3d0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000127
+gallium_dri.so free 0x5571735df3d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df480 0.000114
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000113
+gallium_dri.so malloc 72 0x5571735df480 0.000112
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5b0 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df5b0 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000113
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000113
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so free 0x5571735df770 void 0.000114
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x5571735df930 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df930 void 0.000113
+gallium_dri.so malloc 72 0x5571735df930 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so free 0x5571735df930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735dfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000113
+gallium_dri.so free 0x5571735dfb80 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000112
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfaf0 void 0.000188
+gallium_dri.so malloc 72 0x5571735dfc80 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000112
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd00 0.000118
+gallium_dri.so free 0x5571735dfe80 void 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfea0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000114
+gallium_dri.so free 0x5571735dfea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000114
+gallium_dri.so free 0x5571735dfef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfef0 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000118
+gallium_dri.so free 0x5571735e0100 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000125
+gallium_dri.so free 0x5571735e0040 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0230 0.000123
+gallium_dri.so free 0x5571735e0340 void 0.000124
+gallium_dri.so free 0x5571735e0230 void 0.000123
+gallium_dri.so malloc 72 0x5571735e02f0 0.000124
+gallium_dri.so free 0x5571735e03c0 void 0.000124
+gallium_dri.so free 0x5571735e02f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0410 0.000122
+gallium_dri.so free 0x5571735e0480 void 0.000124
+gallium_dri.so free 0x5571735e0410 void 0.000118
+gallium_dri.so malloc 72 0x5571735e04a0 0.000120
+gallium_dri.so free 0x5571735e0540 void 0.000123
+gallium_dri.so free 0x5571735e04a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e04f0 0.000134
+gallium_dri.so free 0x5571735e05c0 void 0.000124
+gallium_dri.so free 0x5571735e04f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e04f0 0.000156
+gallium_dri.so free 0x5571735e0640 void 0.000161
+gallium_dri.so free 0x5571735e04f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0640 0.000165
+gallium_dri.so free 0x5571735e0700 void 0.000165
+gallium_dri.so free 0x5571735e0640 void 0.000162
+gallium_dri.so malloc 72 0x5571735e0640 0.000130
+gallium_dri.so free 0x5571735e0800 void 0.000125
+gallium_dri.so free 0x5571735e0640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e07b0 0.000129
+gallium_dri.so free 0x5571735e0840 void 0.000124
+gallium_dri.so free 0x5571735e07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e07b0 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000129
+gallium_dri.so free 0x5571735e07b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0940 0.000130
+gallium_dri.so free 0x5571735e09c0 void 0.000189
+gallium_dri.so free 0x5571735e0940 void 0.000168
+gallium_dri.so malloc 72 0x5571735e09c0 0.000178
+gallium_dri.so free 0x5571735e0a80 void 0.000165
+gallium_dri.so free 0x5571735e09c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e09c0 0.000128
+gallium_dri.so free 0x5571735e0b00 void 0.000125
+gallium_dri.so free 0x5571735e09c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b30 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000130
+gallium_dri.so free 0x5571735e0b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0b30 0.000129
+gallium_dri.so free 0x5571735e0c80 void 0.000129
+gallium_dri.so free 0x5571735e0b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000121
+gallium_dri.so free 0x5571735e0d40 void 0.000126
+gallium_dri.so free 0x5571735e0cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d40 0.000125
+gallium_dri.so free 0x5571735fc340 void 0.000124
+gallium_dri.so free 0x5571735e0d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d40 0.000130
+gallium_dri.so free 0x5571735fc3c0 void 0.000131
+gallium_dri.so free 0x5571735e0d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000221
+gallium_dri.so free 0x5571735fc440 void 0.000125
+gallium_dri.so free 0x5571735fc3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000124
+gallium_dri.so free 0x5571735fc540 void 0.000224
+gallium_dri.so free 0x5571735fc3f0 void 0.000335
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000274
+gallium_dri.so free 0x5571735fc600 void 0.000290
+gallium_dri.so free 0x5571735fc4f0 void 0.000280
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000223
+gallium_dri.so free 0x5571735fc680 void 0.000283
+gallium_dri.so free 0x5571735fc5b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000290
+gallium_dri.so free 0x5571735fc740 void 0.000247
+gallium_dri.so free 0x5571735fc5b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000170
+gallium_dri.so free 0x5571735fc800 void 0.000162
+gallium_dri.so free 0x5571735fc5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000129
+gallium_dri.so free 0x5571735fc880 void 0.000140
+gallium_dri.so free 0x5571735fc7b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fc8d0 0.000138
+gallium_dri.so free 0x5571735fc940 void 0.000138
+gallium_dri.so free 0x5571735fc8d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc960 0.000142
+gallium_dri.so free 0x5571735fca00 void 0.000172
+gallium_dri.so free 0x5571735fc960 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000136
+gallium_dri.so free 0x5571735fca80 void 0.000136
+gallium_dri.so free 0x5571735fc9b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fca80 0.000210
+gallium_dri.so free 0x5571735fcb40 void 0.000134
+gallium_dri.so free 0x5571735fca80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fca80 0.000301
+gallium_dri.so free 0x5571735fcbc0 void 0.000291
+gallium_dri.so free 0x5571735fca80 void 0.000294
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000294
+gallium_dri.so free 0x5571735fcc80 void 0.000291
+gallium_dri.so free 0x5571735fcbc0 void 0.000296
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000265
+gallium_dri.so free 0x5571735fcd40 void 0.000280
+gallium_dri.so free 0x5571735fcbc0 void 0.000287
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000290
+gallium_dri.so free 0x5571735fce00 void 0.000260
+gallium_dri.so free 0x5571735fcbc0 void 0.000174
+gallium_dri.so malloc 72 0x5571735fcdb0 0.000169
+gallium_dri.so free 0x5571735fce80 void 0.000173
+gallium_dri.so free 0x5571735fcdb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fced0 0.000137
+gallium_dri.so free 0x5571735fcf40 void 0.000133
+gallium_dri.so free 0x5571735fced0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcf80 0.000137
+gallium_dri.so free 0x5571735fd000 void 0.000137
+gallium_dri.so free 0x5571735fcf80 void 0.000138
+gallium_dri.so malloc 72 0x5571735fcf80 0.000132
+gallium_dri.so free 0x5571735fd080 void 0.000126
+gallium_dri.so free 0x5571735fcf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000137
+gallium_dri.so free 0x5571735fd100 void 0.000137
+gallium_dri.so free 0x5571735fd0b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000131
+gallium_dri.so free 0x5571735fd200 void 0.000143
+gallium_dri.so free 0x5571735fd0b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fd1b0 0.000136
+gallium_dri.so free 0x5571735fd2c0 void 0.000158
+gallium_dri.so free 0x5571735fd1b0 void 0.000234
+gallium_dri.so malloc 72 0x5571735fd270 0.000138
+gallium_dri.so free 0x5571735fd300 void 0.000132
+gallium_dri.so free 0x5571735fd270 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd270 0.000137
+gallium_dri.so free 0x5571735fd3c0 void 0.000136
+gallium_dri.so free 0x5571735fd270 void 0.000139
+gallium_dri.so malloc 72 0x5571735fd430 0.000254
+gallium_dri.so free 0x5571735fd480 void 0.000277
+gallium_dri.so free 0x5571735fd430 void 0.000282
+gallium_dri.so malloc 72 0x5571735fd430 0.000290
+gallium_dri.so free 0x5571735fd580 void 0.000285
+gallium_dri.so free 0x5571735fd430 void 0.000302
+gallium_dri.so malloc 72 0x5571735fd530 0.000286
+gallium_dri.so free 0x5571735fd640 void 0.000242
+gallium_dri.so free 0x5571735fd530 void 0.000169
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000169
+gallium_dri.so free 0x5571735fd680 void 0.000171
+gallium_dri.so free 0x5571735fd5f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000137
+gallium_dri.so free 0x5571735fd740 void 0.000137
+gallium_dri.so free 0x5571735fd5f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fd780 0.000131
+gallium_dri.so free 0x5571735fd800 void 0.000132
+gallium_dri.so free 0x5571735fd780 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd800 0.000137
+gallium_dri.so free 0x5571735fd8c0 void 0.000136
+gallium_dri.so free 0x5571735fd800 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd800 0.000189
+gallium_dri.so free 0x5571735fd980 void 0.000241
+gallium_dri.so free 0x5571735fd800 void 0.000230
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000225
+gallium_dri.so free 0x5571735fda40 void 0.000227
+gallium_dri.so free 0x5571735fd9a0 void 0.000206
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000132
+gallium_dri.so free 0x5571735fdac0 void 0.000132
+gallium_dri.so free 0x5571735fd9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000126
+gallium_dri.so free 0x5571735fdb40 void 0.000131
+gallium_dri.so free 0x5571735fd9f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdb40 0.000132
+gallium_dri.so free 0x5571735fdc00 void 0.000157
+gallium_dri.so free 0x5571735fdb40 void 0.000139
+gallium_dri.so malloc 72 0x5571735fdb40 0.000137
+gallium_dri.so free 0x5571735fdcc0 void 0.000138
+gallium_dri.so free 0x5571735fdb40 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdb40 0.000137
+gallium_dri.so free 0x5571735fdd80 void 0.000148
+gallium_dri.so free 0x5571735fdb40 void 0.000138
+gallium_dri.so malloc 72 0x5571735fdd30 0.000136
+gallium_dri.so free 0x5571735fde40 void 0.000133
+gallium_dri.so free 0x5571735fdd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fddf0 0.000137
+gallium_dri.so free 0x5571735fdec0 void 0.000136
+gallium_dri.so free 0x5571735fddf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdf10 0.000136
+gallium_dri.so free 0x5571735fdf80 void 0.000138
+gallium_dri.so free 0x5571735fdf10 void 0.000136
+gallium_dri.so malloc 72 0x5571735fdfa0 0.000137
+gallium_dri.so free 0x5571735fe040 void 0.000137
+gallium_dri.so free 0x5571735fdfa0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdff0 0.000131
+gallium_dri.so free 0x5571735fe0c0 void 0.000128
+gallium_dri.so free 0x5571735fdff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdff0 0.000136
+gallium_dri.so free 0x5571735fe140 void 0.000137
+gallium_dri.so free 0x5571735fdff0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fe140 0.000172
+gallium_dri.so free 0x5571735fe200 void 0.000168
+gallium_dri.so free 0x5571735fe140 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe140 0.000189
+gallium_dri.so free 0x5571735fe300 void 0.000180
+gallium_dri.so free 0x5571735fe140 void 0.000135
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000136
+gallium_dri.so free 0x5571735fe340 void 0.000137
+gallium_dri.so free 0x5571735fe2b0 void 0.000305
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000313
+gallium_dri.so free 0x5571735fe400 void 0.000291
+gallium_dri.so free 0x5571735fe2b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735fe440 0.000290
+gallium_dri.so free 0x5571735fe4c0 void 0.000293
+gallium_dri.so free 0x5571735fe440 void 0.000281
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000173
+gallium_dri.so free 0x5571735fe580 void 0.000181
+gallium_dri.so free 0x5571735fe4c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000141
+gallium_dri.so free 0x5571735fe600 void 0.000138
+gallium_dri.so free 0x5571735fe4c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe630 0.000131
+gallium_dri.so free 0x5571735fe680 void 0.000138
+gallium_dri.so free 0x5571735fe630 void 0.000138
+gallium_dri.so malloc 72 0x5571735fe630 0.000132
+gallium_dri.so free 0x5571735fe780 void 0.000166
+gallium_dri.so free 0x5571735fe630 void 0.000165
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000243
+gallium_dri.so free 0x5571735fe840 void 0.000231
+gallium_dri.so free 0x5571735fe7c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fe840 0.000168
+gallium_dri.so free 0x5571735fe900 void 0.000144
+gallium_dri.so free 0x5571735fe840 void 0.000138
+gallium_dri.so malloc 72 0x5571735fe840 0.000137
+gallium_dri.so free 0x5571735fe980 void 0.000130
+gallium_dri.so free 0x5571735fe840 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000131
+gallium_dri.so free 0x5571735fea00 void 0.000130
+gallium_dri.so free 0x5571735fe9b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000131
+gallium_dri.so free 0x5571735feb00 void 0.000132
+gallium_dri.so free 0x5571735fe9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735feab0 0.000136
+gallium_dri.so free 0x5571735febc0 void 0.000136
+gallium_dri.so free 0x5571735feab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735feb70 0.000136
+gallium_dri.so free 0x5571735fec40 void 0.000137
+gallium_dri.so free 0x5571735feb70 void 0.000136
+gallium_dri.so malloc 72 0x5571735feb70 0.000138
+gallium_dri.so free 0x5571735fed00 void 0.000171
+gallium_dri.so free 0x5571735feb70 void 0.000135
+gallium_dri.so malloc 72 0x5571735feb70 0.000179
+gallium_dri.so free 0x5571735fedc0 void 0.000137
+gallium_dri.so free 0x5571735feb70 void 0.000138
+gallium_dri.so malloc 72 0x5571735fed70 0.000136
+gallium_dri.so free 0x5571735fee40 void 0.000136
+gallium_dri.so free 0x5571735fed70 void 0.000137
+gallium_dri.so malloc 72 0x5571735fee90 0.000132
+gallium_dri.so free 0x5571735fef00 void 0.000133
+gallium_dri.so free 0x5571735fee90 void 0.000138
+gallium_dri.so malloc 72 0x5571735fef20 0.000137
+gallium_dri.so free 0x5571735fefc0 void 0.000137
+gallium_dri.so free 0x5571735fef20 void 0.000137
+gallium_dri.so malloc 72 0x5571735fef70 0.000131
+gallium_dri.so free 0x5571735ff040 void 0.000150
+gallium_dri.so free 0x5571735fef70 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff040 0.000169
+gallium_dri.so free 0x5571735ff100 void 0.000207
+gallium_dri.so free 0x5571735ff040 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff040 0.000139
+gallium_dri.so free 0x5571735ff180 void 0.000129
+gallium_dri.so free 0x5571735ff040 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff180 0.000138
+gallium_dri.so free 0x5571735ff240 void 0.000143
+gallium_dri.so free 0x5571735ff180 void 0.000208
+gallium_dri.so malloc 72 0x5571735ff180 0.000127
+gallium_dri.so free 0x5571735ff300 void 0.000131
+gallium_dri.so free 0x5571735ff180 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff180 0.000126
+gallium_dri.so free 0x5571735ff3c0 void 0.000130
+gallium_dri.so free 0x5571735ff180 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff370 0.000129
+gallium_dri.so free 0x5571735ff440 void 0.000129
+gallium_dri.so free 0x5571735ff370 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff490 0.000129
+gallium_dri.so free 0x5571735ff500 void 0.000126
+gallium_dri.so free 0x5571735ff490 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff540 0.000125
+gallium_dri.so free 0x5571735ff5c0 void 0.000121
+gallium_dri.so free 0x5571735ff540 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff540 0.000137
+gallium_dri.so free 0x5571735ff640 void 0.000131
+gallium_dri.so free 0x5571735ff540 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff670 0.000120
+gallium_dri.so free 0x5571735ff6c0 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff670 0.000130
+gallium_dri.so free 0x5571735ff7c0 void 0.000129
+gallium_dri.so free 0x5571735ff670 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff770 0.000129
+gallium_dri.so free 0x5571735ff880 void 0.000130
+gallium_dri.so free 0x5571735ff770 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff830 0.000129
+gallium_dri.so free 0x5571735ff8c0 void 0.000129
+gallium_dri.so free 0x5571735ff830 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff830 0.000125
+gallium_dri.so free 0x5571735ff980 void 0.000120
+gallium_dri.so free 0x5571735ff830 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000129
+gallium_dri.so free 0x5571735ffa40 void 0.000129
+gallium_dri.so free 0x5571735ff9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000159
+gallium_dri.so free 0x5571735ffb40 void 0.000162
+gallium_dri.so free 0x5571735ff9f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000160
+gallium_dri.so free 0x5571735ffc00 void 0.000132
+gallium_dri.so free 0x5571735ffaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000124
+gallium_dri.so free 0x5571735ffc40 void 0.000126
+gallium_dri.so free 0x5571735ffbb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000128
+gallium_dri.so free 0x5571735ffd00 void 0.000124
+gallium_dri.so free 0x5571735ffbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffd40 0.000121
+gallium_dri.so free 0x5571735ffdc0 void 0.000125
+gallium_dri.so free 0x5571735ffd40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000163
+gallium_dri.so free 0x5571735ffe80 void 0.000127
+gallium_dri.so free 0x5571735ffdc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffdc0 0.000128
+gallium_dri.so free 0x5571735fff40 void 0.000124
+gallium_dri.so free 0x5571735ffdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fff60 0.000140
+gallium_dri.so free 0x557173600000 void 0.000131
+gallium_dri.so free 0x5571735fff60 void 0.000126
+gallium_dri.so malloc 72 0x5571735fffb0 0.000126
+gallium_dri.so free 0x557173600080 void 0.000125
+gallium_dri.so free 0x5571735fffb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fffb0 0.000131
+gallium_dri.so free 0x557173600100 void 0.000131
+gallium_dri.so free 0x5571735fffb0 void 0.000125
+gallium_dri.so malloc 72 0x557173600100 0.000125
+gallium_dri.so free 0x5571736001c0 void 0.000130
+gallium_dri.so free 0x557173600100 void 0.000129
+gallium_dri.so malloc 72 0x557173600100 0.000130
+gallium_dri.so free 0x557173600280 void 0.000130
+gallium_dri.so free 0x557173600100 void 0.000131
+gallium_dri.so malloc 72 0x557173600100 0.000130
+gallium_dri.so free 0x557173600340 void 0.000131
+gallium_dri.so free 0x557173600100 void 0.000130
+gallium_dri.so malloc 72 0x5571736002f0 0.000129
+gallium_dri.so free 0x557173600400 void 0.000124
+gallium_dri.so free 0x5571736002f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736003b0 0.000130
+gallium_dri.so free 0x557173600480 void 0.000130
+gallium_dri.so free 0x5571736003b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736004d0 0.000125
+gallium_dri.so free 0x557173600540 void 0.000128
+gallium_dri.so free 0x5571736004d0 void 0.000129
+gallium_dri.so malloc 72 0x557173600560 0.000129
+gallium_dri.so free 0x557173600600 void 0.000124
+gallium_dri.so free 0x557173600560 void 0.000121
+gallium_dri.so malloc 72 0x5571736005b0 0.000124
+gallium_dri.so free 0x557173600680 void 0.000123
+gallium_dri.so free 0x5571736005b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736005b0 0.000123
+gallium_dri.so free 0x557173600700 void 0.000120
+gallium_dri.so free 0x5571736005b0 void 0.000121
+gallium_dri.so malloc 72 0x557173600700 0.000119
+gallium_dri.so free 0x5571736007c0 void 0.000122
+gallium_dri.so free 0x557173600700 void 0.000123
+gallium_dri.so malloc 72 0x557173600700 0.000124
+gallium_dri.so free 0x5571736008c0 void 0.000131
+gallium_dri.so free 0x557173600700 void 0.000131
+gallium_dri.so malloc 72 0x557173600870 0.000131
+gallium_dri.so free 0x557173600900 void 0.000138
+gallium_dri.so free 0x557173600870 void 0.000141
+gallium_dri.so malloc 72 0x557173600870 0.000130
+gallium_dri.so free 0x5571736009c0 void 0.000129
+gallium_dri.so free 0x557173600870 void 0.000129
+gallium_dri.so malloc 72 0x557173600a00 0.000130
+gallium_dri.so free 0x557173600a80 void 0.000129
+gallium_dri.so free 0x557173600a00 void 0.000130
+gallium_dri.so malloc 72 0x557173600a80 0.000131
+gallium_dri.so free 0x557173600b40 void 0.000130
+gallium_dri.so free 0x557173600a80 void 0.000132
+gallium_dri.so malloc 72 0x557173600a80 0.000129
+gallium_dri.so free 0x557173600bc0 void 0.000129
+gallium_dri.so free 0x557173600a80 void 0.000135
+gallium_dri.so malloc 72 0x557173600bf0 0.000125
+gallium_dri.so free 0x557173600c40 void 0.000120
+gallium_dri.so free 0x557173600bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173600bf0 0.000130
+gallium_dri.so free 0x557173600d40 void 0.000130
+gallium_dri.so free 0x557173600bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173600d80 0.000137
+gallium_dri.so free 0x557173600e00 void 0.000131
+gallium_dri.so free 0x557173600d80 void 0.000126
+gallium_dri.so malloc 72 0x557173600e00 0.000121
+gallium_dri.so free 0x557173600ec0 void 0.000122
+gallium_dri.so free 0x557173600e00 void 0.000126
+gallium_dri.so malloc 72 0x557173600e00 0.000124
+gallium_dri.so free 0x557173600f40 void 0.000121
+gallium_dri.so free 0x557173600e00 void 0.000120
+gallium_dri.so malloc 72 0x557173600f70 0.000119
+gallium_dri.so free 0x557173600fc0 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000120
+gallium_dri.so malloc 72 0x557173600f70 0.000124
+gallium_dri.so free 0x5571736010c0 void 0.000131
+gallium_dri.so free 0x557173600f70 void 0.000130
+gallium_dri.so malloc 72 0x557173601070 0.000129
+gallium_dri.so free 0x557173601180 void 0.000165
+gallium_dri.so free 0x557173601070 void 0.000163
+gallium_dri.so malloc 72 0x557173601130 0.000164
+gallium_dri.so free 0x557173469a00 void 0.000130
+gallium_dri.so free 0x557173601130 void 0.000130
+gallium_dri.so malloc 72 0x557173601130 0.000131
+gallium_dri.so free 0x557173469a80 void 0.000167
+gallium_dri.so free 0x557173601130 void 0.000163
+gallium_dri.so malloc 72 0x557173469ab0 0.000160
+gallium_dri.so free 0x557173469b00 void 0.000129
+gallium_dri.so free 0x557173469ab0 void 0.000144
+gallium_dri.so malloc 72 0x557173469ab0 0.000129
+gallium_dri.so free 0x557173469c00 void 0.000130
+gallium_dri.so free 0x557173469ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173469bb0 0.000120
+gallium_dri.so free 0x557173469cc0 void 0.000126
+gallium_dri.so free 0x557173469bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173469c70 0.000126
+gallium_dri.so free 0x557173469d00 void 0.000129
+gallium_dri.so free 0x557173469c70 void 0.000126
+gallium_dri.so malloc 72 0x557173469c70 0.000122
+gallium_dri.so free 0x557173469dc0 void 0.000121
+gallium_dri.so free 0x557173469c70 void 0.000124
+gallium_dri.so malloc 72 0x557173469e10 0.000131
+gallium_dri.so free 0x557173469e80 void 0.000130
+gallium_dri.so free 0x557173469e10 void 0.000130
+gallium_dri.so malloc 72 0x557173469ec0 0.000141
+gallium_dri.so free 0x557173469f40 void 0.000129
+gallium_dri.so free 0x557173469ec0 void 0.000131
+gallium_dri.so malloc 72 0x557173469f40 0.000131
+gallium_dri.so free 0x55717346a000 void 0.000130
+gallium_dri.so free 0x557173469f40 void 0.000125
+gallium_dri.so malloc 72 0x557173469f40 0.000125
+gallium_dri.so free 0x55717346a080 void 0.000125
+gallium_dri.so free 0x557173469f40 void 0.000131
+gallium_dri.so malloc 72 0x55717346a0b0 0.000130
+gallium_dri.so free 0x55717346a100 void 0.000125
+gallium_dri.so free 0x55717346a0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a0b0 0.000125
+gallium_dri.so free 0x55717346a200 void 0.000128
+gallium_dri.so free 0x55717346a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1b0 0.000119
+gallium_dri.so free 0x55717346a2c0 void 0.000120
+gallium_dri.so free 0x55717346a1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a270 0.000131
+gallium_dri.so free 0x55717346a340 void 0.000130
+gallium_dri.so free 0x55717346a270 void 0.000131
+gallium_dri.so malloc 72 0x55717346a360 0.000137
+gallium_dri.so free 0x55717346a400 void 0.000131
+gallium_dri.so free 0x55717346a360 void 0.000131
+gallium_dri.so malloc 72 0x55717346a3b0 0.000130
+gallium_dri.so free 0x55717346a480 void 0.000126
+gallium_dri.so free 0x55717346a3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a3b0 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000125
+gallium_dri.so free 0x55717346a3b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a500 0.000124
+gallium_dri.so free 0x55717346a5c0 void 0.000126
+gallium_dri.so free 0x55717346a500 void 0.000131
+gallium_dri.so malloc 72 0x55717346a500 0.000124
+gallium_dri.so free 0x55717346a680 void 0.000127
+gallium_dri.so free 0x55717346a500 void 0.000125
+gallium_dri.so malloc 72 0x55717346a500 0.000127
+gallium_dri.so free 0x55717346a740 void 0.000129
+gallium_dri.so free 0x55717346a500 void 0.000148
+gallium_dri.so malloc 72 0x55717346a6f0 0.000131
+gallium_dri.so free 0x55717346a740 void 0.000131
+gallium_dri.so free 0x55717346a6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a6f0 0.000184
+gallium_dri.so free 0x55717346a840 void 0.000183
+gallium_dri.so free 0x55717346a6f0 void 0.000222
+gallium_dri.so malloc 72 0x55717346a7f0 0.000222
+gallium_dri.so free 0x55717346a900 void 0.000245
+gallium_dri.so free 0x55717346a7f0 void 0.000199
+gallium_dri.so malloc 72 0x55717346a8b0 0.000170
+gallium_dri.so free 0x55717346a940 void 0.000131
+gallium_dri.so free 0x55717346a8b0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a8b0 0.000130
+gallium_dri.so free 0x55717346aa00 void 0.000130
+gallium_dri.so free 0x55717346a8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346aa40 0.000130
+gallium_dri.so free 0x55717346aac0 void 0.000124
+gallium_dri.so free 0x55717346aa40 void 0.000121
+gallium_dri.so malloc 72 0x55717346aac0 0.000125
+gallium_dri.so free 0x55717346ab80 void 0.000130
+gallium_dri.so free 0x55717346aac0 void 0.000135
+gallium_dri.so malloc 72 0x55717346aac0 0.000126
+gallium_dri.so free 0x55717346ac40 void 0.000143
+gallium_dri.so free 0x55717346aac0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ac60 0.000125
+gallium_dri.so free 0x55717346ad00 void 0.000120
+gallium_dri.so free 0x55717346ac60 void 0.000126
+gallium_dri.so malloc 72 0x55717346acb0 0.000124
+gallium_dri.so free 0x55717346ad80 void 0.000120
+gallium_dri.so free 0x55717346acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346acb0 0.000119
+gallium_dri.so free 0x55717346ae00 void 0.000123
+gallium_dri.so free 0x55717346acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ae00 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000119
+gallium_dri.so free 0x55717346ae00 void 0.000123
+gallium_dri.so malloc 72 0x55717346ae00 0.000130
+gallium_dri.so free 0x55717346af80 void 0.000130
+gallium_dri.so free 0x55717346ae00 void 0.000126
+gallium_dri.so malloc 72 0x55717346ae00 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000125
+gallium_dri.so free 0x55717346ae00 void 0.000124
+gallium_dri.so malloc 72 0x55717346aff0 0.000121
+gallium_dri.so free 0x55717346b100 void 0.000124
+gallium_dri.so free 0x55717346aff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b0b0 0.000121
+gallium_dri.so free 0x55717346b180 void 0.000125
+gallium_dri.so free 0x55717346b0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b1d0 0.000128
+gallium_dri.so free 0x55717346b240 void 0.000128
+gallium_dri.so free 0x55717346b1d0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b260 0.000128
+gallium_dri.so free 0x55717346b300 void 0.000186
+gallium_dri.so free 0x55717346b260 void 0.000170
+gallium_dri.so malloc 72 0x55717346b2b0 0.000129
+gallium_dri.so free 0x55717346b380 void 0.000131
+gallium_dri.so free 0x55717346b2b0 void 0.000208
+gallium_dri.so malloc 72 0x55717346b2b0 0.000164
+gallium_dri.so free 0x55717346b400 void 0.000225
+gallium_dri.so free 0x55717346b2b0 void 0.000284
+gallium_dri.so malloc 72 0x55717346b400 0.000223
+gallium_dri.so free 0x55717346b4c0 void 0.000236
+gallium_dri.so free 0x55717346b400 void 0.000161
+gallium_dri.so malloc 72 0x55717346b400 0.000176
+gallium_dri.so free 0x55717346b5c0 void 0.000167
+gallium_dri.so free 0x55717346b400 void 0.000130
+gallium_dri.so malloc 72 0x55717346b570 0.000129
+gallium_dri.so free 0x55717346b600 void 0.000124
+gallium_dri.so free 0x55717346b570 void 0.000122
+gallium_dri.so malloc 72 0x55717346b570 0.000126
+gallium_dri.so free 0x55717346b6c0 void 0.000125
+gallium_dri.so free 0x55717346b570 void 0.000124
+gallium_dri.so malloc 72 0x55717346b700 0.000123
+gallium_dri.so free 0x55717346b780 void 0.000121
+gallium_dri.so free 0x55717346b700 void 0.000130
+gallium_dri.so malloc 72 0x55717346b780 0.000132
+gallium_dri.so free 0x55717346b840 void 0.000130
+gallium_dri.so free 0x55717346b780 void 0.000126
+gallium_dri.so malloc 72 0x55717346b780 0.000121
+gallium_dri.so free 0x55717346b8c0 void 0.000125
+gallium_dri.so free 0x55717346b780 void 0.000132
+gallium_dri.so malloc 72 0x55717346b8f0 0.000130
+gallium_dri.so free 0x55717346b940 void 0.000130
+gallium_dri.so free 0x55717346b8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b8f0 0.000142
+gallium_dri.so free 0x55717346ba40 void 0.000131
+gallium_dri.so free 0x55717346b8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ba80 0.000131
+gallium_dri.so free 0x55717346bb00 void 0.000124
+gallium_dri.so free 0x55717346ba80 void 0.000125
+gallium_dri.so malloc 72 0x55717346bb00 0.000130
+gallium_dri.so free 0x55717346bbc0 void 0.000125
+gallium_dri.so free 0x55717346bb00 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb00 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346bb00 void 0.000123
+gallium_dri.so malloc 72 0x55717346bc70 0.000129
+gallium_dri.so free 0x55717346bcc0 void 0.000130
+gallium_dri.so free 0x55717346bc70 void 0.000124
+gallium_dri.so malloc 72 0x55717346bc70 0.000122
+gallium_dri.so free 0x55717346bdc0 void 0.000125
+gallium_dri.so free 0x55717346bc70 void 0.000132
+gallium_dri.so malloc 72 0x55717346bd70 0.000134
+gallium_dri.so free 0x55717346be80 void 0.000131
+gallium_dri.so free 0x55717346bd70 void 0.000130
+gallium_dri.so malloc 72 0x55717346be30 0.000140
+gallium_dri.so free 0x55717346bf00 void 0.000252
+gallium_dri.so free 0x55717346be30 void 0.000284
+gallium_dri.so malloc 72 0x55717346be30 0.000284
+gallium_dri.so free 0x55717346bfc0 void 0.000240
+gallium_dri.so free 0x55717346be30 void 0.000272
+gallium_dri.so malloc 72 0x55717346be30 0.000246
+gallium_dri.so free 0x55717346c080 void 0.000165
+gallium_dri.so free 0x55717346be30 void 0.000162
+gallium_dri.so malloc 72 0x55717346c030 0.000131
+gallium_dri.so free 0x55717346c100 void 0.000130
+gallium_dri.so free 0x55717346c030 void 0.000130
+gallium_dri.so malloc 72 0x55717346c150 0.000129
+gallium_dri.so free 0x55717346c1c0 void 0.000125
+gallium_dri.so free 0x55717346c150 void 0.000120
+gallium_dri.so malloc 72 0x55717346c1e0 0.000124
+gallium_dri.so free 0x55717346c280 void 0.000124
+gallium_dri.so free 0x55717346c1e0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c230 0.000120
+gallium_dri.so free 0x55717346c300 void 0.000125
+gallium_dri.so free 0x55717346c230 void 0.000134
+gallium_dri.so malloc 72 0x55717346c300 0.000125
+gallium_dri.so free 0x55717346c3c0 void 0.000120
+gallium_dri.so free 0x55717346c300 void 0.000124
+gallium_dri.so malloc 72 0x55717346c300 0.000129
+gallium_dri.so free 0x55717346c440 void 0.000129
+gallium_dri.so free 0x55717346c300 void 0.000131
+gallium_dri.so malloc 72 0x55717346c440 0.000125
+gallium_dri.so free 0x55717346c500 void 0.000121
+gallium_dri.so free 0x55717346c440 void 0.000123
+gallium_dri.so malloc 72 0x55717346c440 0.000129
+gallium_dri.so free 0x55717346c5c0 void 0.000131
+gallium_dri.so free 0x55717346c440 void 0.000126
+gallium_dri.so malloc 72 0x55717346c440 0.000121
+gallium_dri.so free 0x55717346c680 void 0.000127
+gallium_dri.so free 0x55717346c440 void 0.000131
+gallium_dri.so malloc 72 0x55717346c630 0.000123
+gallium_dri.so free 0x55717346c700 void 0.000128
+gallium_dri.so free 0x55717346c630 void 0.000130
+gallium_dri.so malloc 72 0x55717346c750 0.000167
+gallium_dri.so free 0x55717346c7c0 void 0.000169
+gallium_dri.so free 0x55717346c750 void 0.000164
+gallium_dri.so malloc 72 0x55717346c800 0.000129
+gallium_dri.so free 0x55717346c880 void 0.000130
+gallium_dri.so free 0x55717346c800 void 0.000128
+gallium_dri.so malloc 72 0x55717346c800 0.000130
+gallium_dri.so free 0x55717346c900 void 0.000129
+gallium_dri.so free 0x55717346c800 void 0.000125
+gallium_dri.so malloc 72 0x55717346c930 0.000119
+gallium_dri.so free 0x55717346c980 void 0.000125
+gallium_dri.so free 0x55717346c930 void 0.000130
+gallium_dri.so malloc 72 0x55717346c930 0.000125
+gallium_dri.so free 0x55717346ca80 void 0.000121
+gallium_dri.so free 0x55717346c930 void 0.000130
+gallium_dri.so malloc 72 0x55717346ca30 0.000129
+gallium_dri.so free 0x55717346cb40 void 0.000129
+gallium_dri.so free 0x55717346ca30 void 0.000130
+gallium_dri.so malloc 72 0x55717346caf0 0.000129
+gallium_dri.so free 0x55717346cb80 void 0.000125
+gallium_dri.so free 0x55717346caf0 void 0.000166
+gallium_dri.so malloc 72 0x55717346caf0 0.000127
+gallium_dri.so free 0x55717346cc40 void 0.000130
+gallium_dri.so free 0x55717346caf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ccb0 0.000125
+gallium_dri.so free 0x55717346cd00 void 0.000121
+gallium_dri.so free 0x55717346ccb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ccb0 0.000129
+gallium_dri.so free 0x55717346ce00 void 0.000129
+gallium_dri.so free 0x55717346ccb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cdb0 0.000129
+gallium_dri.so free 0x55717346cec0 void 0.000125
+gallium_dri.so free 0x55717346cdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ce70 0.000124
+gallium_dri.so free 0x55717346cf00 void 0.000124
+gallium_dri.so free 0x55717346ce70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ce70 0.000120
+gallium_dri.so free 0x55717346cfc0 void 0.000125
+gallium_dri.so free 0x55717346ce70 void 0.000119
+gallium_dri.so malloc 72 0x55717346d000 0.000124
+gallium_dri.so free 0x55717346d080 void 0.000130
+gallium_dri.so free 0x55717346d000 void 0.000129
+gallium_dri.so malloc 72 0x55717346d080 0.000140
+gallium_dri.so free 0x55717346d140 void 0.000130
+gallium_dri.so free 0x55717346d080 void 0.000132
+gallium_dri.so malloc 72 0x55717346d080 0.000125
+gallium_dri.so free 0x55717346d200 void 0.000127
+gallium_dri.so free 0x55717346d080 void 0.000130
+gallium_dri.so malloc 72 0x55717346d220 0.000125
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d220 void 0.000126
+gallium_dri.so malloc 72 0x55717346d270 0.000129
+gallium_dri.so free 0x55717346d340 void 0.000130
+gallium_dri.so free 0x55717346d270 void 0.000124
+gallium_dri.so malloc 72 0x55717346d270 0.000120
+gallium_dri.so free 0x55717346d3c0 void 0.000126
+gallium_dri.so free 0x55717346d270 void 0.000129
+gallium_dri.so malloc 72 0x55717346d3c0 0.000124
+gallium_dri.so free 0x55717346d480 void 0.000120
+gallium_dri.so free 0x55717346d3c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d3c0 0.000149
+gallium_dri.so free 0x55717346d540 void 0.000130
+gallium_dri.so free 0x55717346d3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d3c0 0.000141
+gallium_dri.so free 0x55717346d600 void 0.000129
+gallium_dri.so free 0x55717346d3c0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d5b0 0.000123
+gallium_dri.so free 0x55717346d6c0 void 0.000121
+gallium_dri.so free 0x55717346d5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d670 0.000130
+gallium_dri.so free 0x55717346d740 void 0.000129
+gallium_dri.so free 0x55717346d670 void 0.000131
+gallium_dri.so malloc 72 0x55717346d790 0.000130
+gallium_dri.so free 0x55717346d800 void 0.000130
+gallium_dri.so free 0x55717346d790 void 0.000126
+gallium_dri.so malloc 72 0x55717346d820 0.000121
+gallium_dri.so free 0x55717346d8c0 void 0.000131
+gallium_dri.so free 0x55717346d820 void 0.000130
+gallium_dri.so malloc 72 0x55717346d870 0.000124
+gallium_dri.so free 0x55717346d940 void 0.000125
+gallium_dri.so free 0x55717346d870 void 0.000125
+gallium_dri.so malloc 72 0x55717346d870 0.000128
+gallium_dri.so free 0x55717346d9c0 void 0.000130
+gallium_dri.so free 0x55717346d870 void 0.000126
+gallium_dri.so malloc 72 0x55717346d9c0 0.000120
+gallium_dri.so free 0x55717346da80 void 0.000188
+gallium_dri.so free 0x55717346d9c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d9c0 0.000131
+gallium_dri.so free 0x55717346db80 void 0.000130
+gallium_dri.so free 0x55717346d9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346db30 0.000129
+gallium_dri.so free 0x55717346dbc0 void 0.000124
+gallium_dri.so free 0x55717346db30 void 0.000119
+gallium_dri.so malloc 72 0x55717346db30 0.000127
+gallium_dri.so free 0x55717346dc80 void 0.000130
+gallium_dri.so free 0x55717346db30 void 0.000130
+gallium_dri.so malloc 72 0x55717346dcc0 0.000124
+gallium_dri.so free 0x55717346dd40 void 0.000120
+gallium_dri.so free 0x55717346dcc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346dd40 0.000131
+gallium_dri.so free 0x55717346de00 void 0.000129
+gallium_dri.so free 0x55717346dd40 void 0.000131
+gallium_dri.so malloc 72 0x55717346dd40 0.000129
+gallium_dri.so free 0x55717346de80 void 0.000131
+gallium_dri.so free 0x55717346dd40 void 0.000130
+gallium_dri.so malloc 72 0x55717346deb0 0.000139
+gallium_dri.so free 0x55717346df00 void 0.000124
+gallium_dri.so free 0x55717346deb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346deb0 0.000128
+gallium_dri.so free 0x55717346e000 void 0.000130
+gallium_dri.so free 0x55717346deb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346e040 0.000129
+gallium_dri.so free 0x55717346e0c0 void 0.000183
+gallium_dri.so free 0x55717346e040 void 0.000172
+gallium_dri.so malloc 72 0x55717346e0c0 0.000129
+gallium_dri.so free 0x55717346e180 void 0.000124
+gallium_dri.so free 0x55717346e0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e0c0 0.000120
+gallium_dri.so free 0x55717346e200 void 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e230 0.000124
+gallium_dri.so free 0x55717346e280 void 0.000128
+gallium_dri.so free 0x55717346e230 void 0.000131
+gallium_dri.so malloc 72 0x55717346e230 0.000130
+gallium_dri.so free 0x55717346e380 void 0.000130
+gallium_dri.so free 0x55717346e230 void 0.000131
+gallium_dri.so malloc 72 0x55717346e330 0.000135
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e330 void 0.000130
+gallium_dri.so malloc 72 0x55717346e3f0 0.000124
+gallium_dri.so free 0x55717346e4c0 void 0.000121
+gallium_dri.so free 0x55717346e3f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e3f0 0.000130
+gallium_dri.so free 0x55717346e580 void 0.000124
+gallium_dri.so free 0x55717346e3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e3f0 0.000119
+gallium_dri.so free 0x55717346e640 void 0.000120
+gallium_dri.so free 0x55717346e3f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e5f0 0.000130
+gallium_dri.so free 0x55717346e6c0 void 0.000129
+gallium_dri.so free 0x55717346e5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e710 0.000119
+gallium_dri.so free 0x55717346e780 void 0.000120
+gallium_dri.so free 0x55717346e710 void 0.000125
+gallium_dri.so malloc 72 0x55717346e7a0 0.000128
+gallium_dri.so free 0x55717346e840 void 0.000123
+gallium_dri.so free 0x55717346e7a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346e8c0 void 0.000126
+gallium_dri.so free 0x55717346e7f0 void 0.000162
+gallium_dri.so malloc 72 0x55717346e8c0 0.000159
+gallium_dri.so free 0x55717346e980 void 0.000156
+gallium_dri.so free 0x55717346e8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e8c0 0.000166
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so free 0x55717346e8c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735bfe80 void 0.000129
+gallium_dri.so free 0x5571735bfdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000125
+gallium_dri.so free 0x5571735bff00 void 0.000131
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bff30 0.000125
+gallium_dri.so free 0x5571735bff80 void 0.000120
+gallium_dri.so free 0x5571735bff30 void 0.000125
+gallium_dri.so malloc 72 0x5571735bff30 0.000132
+gallium_dri.so free 0x5571735c0080 void 0.000131
+gallium_dri.so free 0x5571735bff30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0030 0.000140
+gallium_dri.so free 0x5571735c0140 void 0.000131
+gallium_dri.so free 0x5571735c0030 void 0.000133
+gallium_dri.so malloc 72 0x5571735c00f0 0.000132
+gallium_dri.so free 0x5571735c01c0 void 0.000129
+gallium_dri.so free 0x5571735c00f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c01e0 0.000130
+gallium_dri.so free 0x5571735c0280 void 0.000130
+gallium_dri.so free 0x5571735c01e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0230 0.000125
+gallium_dri.so free 0x5571735c0300 void 0.000127
+gallium_dri.so free 0x5571735c0230 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0230 0.000124
+gallium_dri.so free 0x5571735c0380 void 0.000121
+gallium_dri.so free 0x5571735c0230 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0380 0.000120
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so free 0x5571735c0380 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0380 0.000125
+gallium_dri.so free 0x5571735c0500 void 0.000131
+gallium_dri.so free 0x5571735c0380 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0380 0.000129
+gallium_dri.so free 0x5571735c05c0 void 0.000140
+gallium_dri.so free 0x5571735c0380 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0570 0.000124
+gallium_dri.so free 0x5571735c05c0 void 0.000122
+gallium_dri.so free 0x5571735c0570 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0570 0.000130
+gallium_dri.so free 0x5571735c06c0 void 0.000130
+gallium_dri.so free 0x5571735c0570 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0670 0.000130
+gallium_dri.so free 0x5571735c0780 void 0.000130
+gallium_dri.so free 0x5571735c0670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0730 0.000129
+gallium_dri.so free 0x5571735c07c0 void 0.000130
+gallium_dri.so free 0x5571735c0730 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0730 0.000122
+gallium_dri.so free 0x5571735c0880 void 0.000121
+gallium_dri.so free 0x5571735c0730 void 0.000125
+gallium_dri.so malloc 72 0x5571735c08c0 0.000130
+gallium_dri.so free 0x5571735c0940 void 0.000130
+gallium_dri.so free 0x5571735c08c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0940 0.000120
+gallium_dri.so free 0x5571735c0a00 void 0.000133
+gallium_dri.so free 0x5571735c0940 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0940 0.000125
+gallium_dri.so free 0x5571735c0ac0 void 0.000132
+gallium_dri.so free 0x5571735c0940 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0ae0 0.000130
+gallium_dri.so free 0x5571735c0b80 void 0.000170
+gallium_dri.so free 0x5571735c0ae0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c0b30 0.000229
+gallium_dri.so free 0x5571735c0c00 void 0.000171
+gallium_dri.so free 0x5571735c0b30 void 0.000169
+gallium_dri.so malloc 72 0x5571735c0b30 0.000165
+gallium_dri.so free 0x5571735c0c80 void 0.000203
+gallium_dri.so free 0x5571735c0b30 void 0.000291
+gallium_dri.so malloc 72 0x5571735c0c80 0.000269
+gallium_dri.so free 0x5571735c0d40 void 0.000282
+gallium_dri.so free 0x5571735c0c80 void 0.000288
+gallium_dri.so malloc 72 0x5571735c0c80 0.000278
+gallium_dri.so free 0x5571735c0e00 void 0.000163
+gallium_dri.so free 0x5571735c0c80 void 0.000164
+gallium_dri.so malloc 72 0x5571735c0c80 0.000166
+gallium_dri.so free 0x5571735c0ec0 void 0.000129
+gallium_dri.so free 0x5571735c0c80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0e70 0.000129
+gallium_dri.so free 0x5571735c0f80 void 0.000125
+gallium_dri.so free 0x5571735c0e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0f30 0.000131
+gallium_dri.so free 0x5571735c1000 void 0.000131
+gallium_dri.so free 0x5571735c0f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1050 0.000131
+gallium_dri.so free 0x5571735c10c0 void 0.000125
+gallium_dri.so free 0x5571735c1050 void 0.000193
+gallium_dri.so malloc 72 0x5571735c10e0 0.000239
+gallium_dri.so free 0x5571735c1180 void 0.000185
+gallium_dri.so free 0x5571735c10e0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c1130 0.000280
+gallium_dri.so free 0x5571735c1200 void 0.000221
+gallium_dri.so free 0x5571735c1130 void 0.000221
+gallium_dri.so malloc 72 0x5571735c1130 0.000219
+gallium_dri.so free 0x5571735c1280 void 0.000130
+gallium_dri.so free 0x5571735c1130 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1280 0.000129
+gallium_dri.so free 0x5571735c1340 void 0.000123
+gallium_dri.so free 0x5571735c1280 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1280 0.000131
+gallium_dri.so free 0x5571735c1440 void 0.000130
+gallium_dri.so free 0x5571735c1280 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13f0 0.000130
+gallium_dri.so free 0x5571735c1480 void 0.000223
+gallium_dri.so free 0x5571735c13f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13f0 0.000128
+gallium_dri.so free 0x5571735c1540 void 0.000123
+gallium_dri.so free 0x5571735c13f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1580 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000178
+gallium_dri.so free 0x5571735c1580 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1600 0.000130
+gallium_dri.so free 0x5571735c16c0 void 0.000129
+gallium_dri.so free 0x5571735c1600 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1600 0.000130
+gallium_dri.so free 0x5571735c1740 void 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1770 0.000125
+gallium_dri.so free 0x5571735c17c0 void 0.000124
+gallium_dri.so free 0x5571735c1770 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1770 0.000126
+gallium_dri.so free 0x5571735c18c0 void 0.000121
+gallium_dri.so free 0x5571735c1770 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1900 0.000129
+gallium_dri.so free 0x5571735c1980 void 0.000130
+gallium_dri.so free 0x5571735c1900 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1980 0.000130
+gallium_dri.so free 0x5571735c1a40 void 0.000130
+gallium_dri.so free 0x5571735c1980 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1980 0.000130
+gallium_dri.so free 0x5571735c1ac0 void 0.000133
+gallium_dri.so free 0x5571735c1980 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1af0 0.000130
+gallium_dri.so free 0x5571735c1b40 void 0.000125
+gallium_dri.so free 0x5571735c1af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1af0 0.000125
+gallium_dri.so free 0x5571735c1c40 void 0.000125
+gallium_dri.so free 0x5571735c1af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000130
+gallium_dri.so free 0x5571735c1d00 void 0.000125
+gallium_dri.so free 0x5571735c1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000124
+gallium_dri.so free 0x5571735c1d80 void 0.000130
+gallium_dri.so free 0x5571735c1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000166
+gallium_dri.so free 0x5571735c1e40 void 0.000162
+gallium_dri.so free 0x5571735c1cb0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000129
+gallium_dri.so free 0x5571735c1f00 void 0.000131
+gallium_dri.so free 0x5571735c1cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000131
+gallium_dri.so free 0x5571735c1f80 void 0.000129
+gallium_dri.so free 0x5571735c1eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000133
+gallium_dri.so free 0x5571735c2040 void 0.000220
+gallium_dri.so free 0x5571735c1fd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2060 0.000124
+gallium_dri.so free 0x5571735c2100 void 0.000120
+gallium_dri.so free 0x5571735c2060 void 0.000124
+gallium_dri.so malloc 72 0x5571735c20b0 0.000126
+gallium_dri.so free 0x5571735c2180 void 0.000123
+gallium_dri.so free 0x5571735c20b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2180 0.000124
+gallium_dri.so free 0x5571735c2240 void 0.000129
+gallium_dri.so free 0x5571735c2180 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2180 0.000125
+gallium_dri.so free 0x5571735c22c0 void 0.000124
+gallium_dri.so free 0x5571735c2180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c22c0 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c22c0 0.000129
+gallium_dri.so free 0x5571735c2440 void 0.000313
+gallium_dri.so free 0x5571735c22c0 void 0.000332
+gallium_dri.so malloc 72 0x5571735c22c0 0.000325
+gallium_dri.so free 0x5571735c2500 void 0.000308
+gallium_dri.so free 0x5571735c22c0 void 0.000291
+gallium_dri.so malloc 72 0x5571735c24b0 0.000275
+gallium_dri.so free 0x5571735c2580 void 0.000285
+gallium_dri.so free 0x5571735c24b0 void 0.000247
+gallium_dri.so malloc 72 0x5571735c25d0 0.000241
+gallium_dri.so free 0x5571735c2640 void 0.000239
+gallium_dri.so free 0x5571735c25d0 void 0.000274
+gallium_dri.so malloc 72 0x5571735c2680 0.000284
+gallium_dri.so free 0x5571735c2700 void 0.000275
+gallium_dri.so free 0x5571735c2680 void 0.000240
+gallium_dri.so malloc 72 0x5571735c2680 0.000240
+gallium_dri.so free 0x5571735c2780 void 0.000248
+gallium_dri.so free 0x5571735c2680 void 0.000238
+gallium_dri.so malloc 72 0x5571735c27b0 0.000235
+gallium_dri.so free 0x5571735c2800 void 0.000165
+gallium_dri.so free 0x5571735c27b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c27b0 0.000165
+gallium_dri.so free 0x5571735c2900 void 0.000130
+gallium_dri.so free 0x5571735c27b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c28b0 0.000130
+gallium_dri.so free 0x5571735c29c0 void 0.000130
+gallium_dri.so free 0x5571735c28b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2970 0.000129
+gallium_dri.so free 0x5571735c2a00 void 0.000134
+gallium_dri.so free 0x5571735c2970 void 0.000175
+gallium_dri.so malloc 72 0x5571735c2970 0.000165
+gallium_dri.so free 0x5571735c2ac0 void 0.000168
+gallium_dri.so free 0x5571735c2970 void 0.000165
+gallium_dri.so malloc 72 0x5571735c2b30 0.000165
+gallium_dri.so free 0x5571735c2b80 void 0.000158
+gallium_dri.so free 0x5571735c2b30 void 0.000153
+gallium_dri.so malloc 72 0x5571735c2b30 0.000159
+gallium_dri.so free 0x5571735c2c80 void 0.000165
+gallium_dri.so free 0x5571735c2b30 void 0.000166
+gallium_dri.so malloc 72 0x5571735c2c30 0.000166
+gallium_dri.so free 0x5571735c2d40 void 0.000164
+gallium_dri.so free 0x5571735c2c30 void 0.000166
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000166
+gallium_dri.so free 0x5571735c2d80 void 0.000160
+gallium_dri.so free 0x5571735c2cf0 void 0.000161
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000164
+gallium_dri.so free 0x5571735c2e40 void 0.000167
+gallium_dri.so free 0x5571735c2cf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c2e80 0.000164
+gallium_dri.so free 0x5571735c2f00 void 0.000165
+gallium_dri.so free 0x5571735c2e80 void 0.000166
+gallium_dri.so malloc 72 0x5571735c2f00 0.000167
+gallium_dri.so free 0x5571735c2fc0 void 0.000135
+gallium_dri.so free 0x5571735c2f00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2f00 0.000131
+gallium_dri.so free 0x5571735c3080 void 0.000127
+gallium_dri.so free 0x5571735c2f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c30a0 0.000137
+gallium_dri.so free 0x5571735c3140 void 0.000137
+gallium_dri.so free 0x5571735c30a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c30f0 0.000137
+gallium_dri.so free 0x5571735c31c0 void 0.000131
+gallium_dri.so free 0x5571735c30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c30f0 0.000131
+gallium_dri.so free 0x5571735c3240 void 0.000149
+gallium_dri.so free 0x5571735c30f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3240 0.000168
+gallium_dri.so free 0x5571735c3300 void 0.000181
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3240 0.000135
+gallium_dri.so free 0x5571735c33c0 void 0.000138
+gallium_dri.so free 0x5571735c3240 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3240 0.000132
+gallium_dri.so free 0x5571735c3480 void 0.000143
+gallium_dri.so free 0x5571735c3240 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3430 0.000126
+gallium_dri.so free 0x5571735c3540 void 0.000132
+gallium_dri.so free 0x5571735c3430 void 0.000131
+gallium_dri.so malloc 72 0x5571735c34f0 0.000129
+gallium_dri.so free 0x5571735c35c0 void 0.000126
+gallium_dri.so free 0x5571735c34f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3610 0.000131
+gallium_dri.so free 0x5571735c3680 void 0.000126
+gallium_dri.so free 0x5571735c3610 void 0.000132
+gallium_dri.so malloc 72 0x5571735c36a0 0.000144
+gallium_dri.so free 0x5571735c3740 void 0.000148
+gallium_dri.so free 0x5571735c36a0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c36f0 0.000131
+gallium_dri.so free 0x5571735c37c0 void 0.000126
+gallium_dri.so free 0x5571735c36f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c36f0 0.000131
+gallium_dri.so free 0x5571735c3840 void 0.000127
+gallium_dri.so free 0x5571735c36f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3840 0.000125
+gallium_dri.so free 0x5571735c3900 void 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3840 0.000136
+gallium_dri.so free 0x5571735c3a00 void 0.000136
+gallium_dri.so free 0x5571735c3840 void 0.000136
+gallium_dri.so malloc 72 0x5571735c39b0 0.000136
+gallium_dri.so free 0x5571735c3a40 void 0.000131
+gallium_dri.so free 0x5571735c39b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c39b0 0.000131
+gallium_dri.so free 0x5571735c3b00 void 0.000130
+gallium_dri.so free 0x5571735c39b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3b40 0.000131
+gallium_dri.so free 0x5571735c3bc0 void 0.000136
+gallium_dri.so free 0x5571735c3b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000130
+gallium_dri.so free 0x5571735c3c80 void 0.000129
+gallium_dri.so free 0x5571735c3bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000130
+gallium_dri.so free 0x5571735c3d00 void 0.000128
+gallium_dri.so free 0x5571735c3bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3d30 0.000119
+gallium_dri.so free 0x5571735c3d80 void 0.000126
+gallium_dri.so free 0x5571735c3d30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3d30 0.000128
+gallium_dri.so free 0x5571735c3e80 void 0.000130
+gallium_dri.so free 0x5571735c3d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000129
+gallium_dri.so free 0x5571735c3f40 void 0.000123
+gallium_dri.so free 0x5571735c3ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3f40 0.000120
+gallium_dri.so free 0x5571735c4000 void 0.000120
+gallium_dri.so free 0x5571735c3f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3f40 0.000129
+gallium_dri.so free 0x5571735c4080 void 0.000148
+gallium_dri.so free 0x5571735c3f40 void 0.000154
+gallium_dri.so malloc 72 0x5571735c40b0 0.000129
+gallium_dri.so free 0x5571735c4100 void 0.000128
+gallium_dri.so free 0x5571735c40b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c40b0 0.000126
+gallium_dri.so free 0x5571735c4200 void 0.000129
+gallium_dri.so free 0x5571735c40b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c41b0 0.000128
+gallium_dri.so free 0x5571735c42c0 void 0.000127
+gallium_dri.so free 0x5571735c41b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4270 0.000128
+gallium_dri.so free 0x5571735c4340 void 0.000126
+gallium_dri.so free 0x5571735c4270 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4270 0.000127
+gallium_dri.so free 0x5571735c4400 void 0.000129
+gallium_dri.so free 0x5571735c4270 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4270 0.000125
+gallium_dri.so free 0x5571735c44c0 void 0.000127
+gallium_dri.so free 0x5571735c4270 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4470 0.000128
+gallium_dri.so free 0x5571735c4540 void 0.000127
+gallium_dri.so free 0x5571735c4470 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4590 0.000128
+gallium_dri.so free 0x5571735c4600 void 0.000128
+gallium_dri.so free 0x5571735c4590 void 0.000171
+gallium_dri.so malloc 72 0x5571735c4620 0.000136
+gallium_dri.so free 0x5571735c46c0 void 0.000199
+gallium_dri.so free 0x5571735c4620 void 0.000166
+gallium_dri.so malloc 72 0x5571735c4670 0.000123
+gallium_dri.so free 0x5571735c4740 void 0.000121
+gallium_dri.so free 0x5571735c4670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4740 0.000124
+gallium_dri.so free 0x5571735c4800 void 0.000120
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4740 0.000120
+gallium_dri.so free 0x5571735c4880 void 0.000122
+gallium_dri.so free 0x5571735c4740 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4880 0.000120
+gallium_dri.so free 0x5571735c4940 void 0.000125
+gallium_dri.so free 0x5571735c4880 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4880 0.000120
+gallium_dri.so free 0x5571735c4a00 void 0.000122
+gallium_dri.so free 0x5571735c4880 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4880 0.000120
+gallium_dri.so free 0x5571735c4ac0 void 0.000121
+gallium_dri.so free 0x5571735c4880 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4a70 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000120
+gallium_dri.so free 0x5571735c4a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4b90 0.000127
+gallium_dri.so free 0x5571735c4c00 void 0.000122
+gallium_dri.so free 0x5571735c4b90 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4c40 0.000121
+gallium_dri.so free 0x5571735c4cc0 void 0.000120
+gallium_dri.so free 0x5571735c4c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4c40 0.000120
+gallium_dri.so free 0x5571735c4d40 void 0.000121
+gallium_dri.so free 0x5571735c4c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4d70 0.000122
+gallium_dri.so free 0x5571735c4dc0 void 0.000121
+gallium_dri.so free 0x5571735c4d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4d70 0.000183
+gallium_dri.so free 0x5571735c4ec0 void 0.000184
+gallium_dri.so free 0x5571735c4d70 void 0.000219
+gallium_dri.so malloc 72 0x5571735c4e70 0.000125
+gallium_dri.so free 0x5571735c4f80 void 0.000123
+gallium_dri.so free 0x5571735c4e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735c4fc0 void 0.000120
+gallium_dri.so free 0x5571735c4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735c4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000135
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735c4f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000120
+gallium_dri.so free 0x5571735eb540 void 0.000121
+gallium_dri.so free 0x5571735eb4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb540 0.000121
+gallium_dri.so free 0x5571735eb600 void 0.000119
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb540 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000121
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000119
+gallium_dri.so free 0x5571735eb800 void 0.000119
+gallium_dri.so free 0x5571735eb6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000119
+gallium_dri.so free 0x5571735eb8c0 void 0.000121
+gallium_dri.so free 0x5571735eb7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb870 0.000119
+gallium_dri.so free 0x5571735eb940 void 0.000120
+gallium_dri.so free 0x5571735eb870 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb870 0.000122
+gallium_dri.so free 0x5571735eba00 void 0.000121
+gallium_dri.so free 0x5571735eb870 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb870 0.000121
+gallium_dri.so free 0x5571735ebac0 void 0.000121
+gallium_dri.so free 0x5571735eb870 void 0.000122
+gallium_dri.so malloc 72 0x5571735eba70 0.000125
+gallium_dri.so free 0x5571735ebb40 void 0.000119
+gallium_dri.so free 0x5571735eba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb90 0.000114
+gallium_dri.so free 0x5571735ebc00 void 0.000115
+gallium_dri.so free 0x5571735ebb90 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc20 0.000114
+gallium_dri.so free 0x5571735ebcc0 void 0.000115
+gallium_dri.so free 0x5571735ebc20 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc70 0.000114
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so free 0x5571735ebc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd40 0.000115
+gallium_dri.so free 0x5571735ebe00 void 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebd40 0.000116
+gallium_dri.so free 0x5571735ebe80 void 0.000117
+gallium_dri.so free 0x5571735ebd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebe80 0.000115
+gallium_dri.so free 0x5571735ebf40 void 0.000116
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe80 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000128
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebe80 0.000115
+gallium_dri.so free 0x5571735ec0c0 void 0.000126
+gallium_dri.so free 0x5571735ebe80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec070 0.000116
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735ec070 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec190 0.000118
+gallium_dri.so free 0x5571735ec200 void 0.000113
+gallium_dri.so free 0x5571735ec190 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec240 0.000124
+gallium_dri.so free 0x5571735ec2c0 void 0.000123
+gallium_dri.so free 0x5571735ec240 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec240 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000121
+gallium_dri.so free 0x5571735ec240 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec370 0.000124
+gallium_dri.so free 0x5571735ec3c0 void 0.000126
+gallium_dri.so free 0x5571735ec370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec370 0.000118
+gallium_dri.so free 0x5571735ec4c0 void 0.000125
+gallium_dri.so free 0x5571735ec370 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec470 0.000130
+gallium_dri.so free 0x5571735ec580 void 0.000124
+gallium_dri.so free 0x5571735ec470 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec530 0.000119
+gallium_dri.so free 0x5571735ec5c0 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000123
+gallium_dri.so free 0x5571735ec6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000122
+gallium_dri.so free 0x5571735ec840 void 0.000119
+gallium_dri.so free 0x5571735ec6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000124
+gallium_dri.so free 0x5571735ec900 void 0.000123
+gallium_dri.so free 0x5571735ec7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000132
+gallium_dri.so free 0x5571735ec940 void 0.000128
+gallium_dri.so free 0x5571735ec8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000124
+gallium_dri.so free 0x5571735eca00 void 0.000175
+gallium_dri.so free 0x5571735ec8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eca40 0.000131
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735eca40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecac0 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000125
+gallium_dri.so free 0x5571735ecac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecac0 0.000120
+gallium_dri.so free 0x5571735ecc40 void 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecc60 0.000129
+gallium_dri.so free 0x5571735ecd00 void 0.000130
+gallium_dri.so free 0x5571735ecc60 void 0.000130
+gallium_dri.so malloc 72 0x5571735eccb0 0.000125
+gallium_dri.so free 0x5571735ecd80 void 0.000120
+gallium_dri.so free 0x5571735eccb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eccb0 0.000124
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so free 0x5571735eccb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ece00 0.000130
+gallium_dri.so free 0x5571735ecec0 void 0.000130
+gallium_dri.so free 0x5571735ece00 void 0.000135
+gallium_dri.so malloc 72 0x5571735ece00 0.000126
+gallium_dri.so free 0x5571735ecf80 void 0.000129
+gallium_dri.so free 0x5571735ece00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ece00 0.000130
+gallium_dri.so free 0x5571735ed040 void 0.000128
+gallium_dri.so free 0x5571735ece00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecff0 0.000130
+gallium_dri.so free 0x5571735ed100 void 0.000131
+gallium_dri.so free 0x5571735ecff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000129
+gallium_dri.so free 0x5571735ed180 void 0.000124
+gallium_dri.so free 0x5571735ed0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed1d0 0.000125
+gallium_dri.so free 0x5571735ed240 void 0.000131
+gallium_dri.so free 0x5571735ed1d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed260 0.000132
+gallium_dri.so free 0x5571735ed300 void 0.000129
+gallium_dri.so free 0x5571735ed260 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000123
+gallium_dri.so free 0x5571735ed380 void 0.000139
+gallium_dri.so free 0x5571735ed2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000130
+gallium_dri.so free 0x5571735ed400 void 0.000133
+gallium_dri.so free 0x5571735ed2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed400 0.000130
+gallium_dri.so free 0x5571735ed4c0 void 0.000132
+gallium_dri.so free 0x5571735ed400 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed400 0.000121
+gallium_dri.so free 0x5571735ed5c0 void 0.000120
+gallium_dri.so free 0x5571735ed400 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed570 0.000131
+gallium_dri.so free 0x5571735ed600 void 0.000130
+gallium_dri.so free 0x5571735ed570 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed570 0.000130
+gallium_dri.so free 0x5571735ed6c0 void 0.000126
+gallium_dri.so free 0x5571735ed570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed700 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000130
+gallium_dri.so free 0x5571735ed700 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed780 0.000129
+gallium_dri.so free 0x5571735ed840 void 0.000164
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed780 0.000125
+gallium_dri.so free 0x5571735ed8c0 void 0.000129
+gallium_dri.so free 0x5571735ed780 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so free 0x5571735ed8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eda80 0.000129
+gallium_dri.so free 0x5571735edb00 void 0.000129
+gallium_dri.so free 0x5571735eda80 void 0.000125
+gallium_dri.so malloc 72 0x5571735edb00 0.000120
+gallium_dri.so free 0x5571735edbc0 void 0.000125
+gallium_dri.so free 0x5571735edb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735edb00 0.000125
+gallium_dri.so free 0x5571735edc40 void 0.000126
+gallium_dri.so free 0x5571735edb00 void 0.000132
+gallium_dri.so malloc 72 0x5571735edc70 0.000125
+gallium_dri.so free 0x5571735edcc0 void 0.000126
+gallium_dri.so free 0x5571735edc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735edc70 0.000138
+gallium_dri.so free 0x5571735eddc0 void 0.000130
+gallium_dri.so free 0x5571735edc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735edd70 0.000129
+gallium_dri.so free 0x5571735ede80 void 0.000131
+gallium_dri.so free 0x5571735edd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ede30 0.000124
+gallium_dri.so free 0x5571735edf00 void 0.000121
+gallium_dri.so free 0x5571735ede30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ede30 0.000130
+gallium_dri.so free 0x5571735edfc0 void 0.000131
+gallium_dri.so free 0x5571735ede30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ede30 0.000120
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735ede30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee030 0.000130
+gallium_dri.so free 0x5571735ee100 void 0.000130
+gallium_dri.so free 0x5571735ee030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee150 0.000131
+gallium_dri.so free 0x5571735ee1c0 void 0.000130
+gallium_dri.so free 0x5571735ee150 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000170
+gallium_dri.so free 0x5571735ee280 void 0.000155
+gallium_dri.so free 0x5571735ee1e0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ee230 0.000144
+gallium_dri.so free 0x5571735ee300 void 0.000139
+gallium_dri.so free 0x5571735ee230 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee300 0.000146
+gallium_dri.so free 0x5571735ee3c0 void 0.000145
+gallium_dri.so free 0x5571735ee300 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee300 0.000146
+gallium_dri.so free 0x5571735ee440 void 0.000139
+gallium_dri.so free 0x5571735ee300 void 0.000143
+gallium_dri.so malloc 72 0x5571735ee440 0.000138
+gallium_dri.so free 0x5571735ee500 void 0.000142
+gallium_dri.so free 0x5571735ee440 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee440 0.000144
+gallium_dri.so free 0x5571735ee5c0 void 0.000146
+gallium_dri.so free 0x5571735ee440 void 0.000143
+gallium_dri.so malloc 72 0x5571735ee440 0.000141
+gallium_dri.so free 0x5571735ee680 void 0.000156
+gallium_dri.so free 0x5571735ee440 void 0.000145
+gallium_dri.so malloc 72 0x5571735ee630 0.000144
+gallium_dri.so free 0x5571735ee700 void 0.000145
+gallium_dri.so free 0x5571735ee630 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee750 0.000138
+gallium_dri.so free 0x5571735ee7c0 void 0.000135
+gallium_dri.so free 0x5571735ee750 void 0.000142
+gallium_dri.so malloc 72 0x5571735ee800 0.000145
+gallium_dri.so free 0x5571735ee880 void 0.000139
+gallium_dri.so free 0x5571735ee800 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee800 0.000142
+gallium_dri.so free 0x5571735ee900 void 0.000145
+gallium_dri.so free 0x5571735ee800 void 0.000143
+gallium_dri.so malloc 72 0x5571735ee930 0.000135
+gallium_dri.so free 0x5571735ee980 void 0.000142
+gallium_dri.so free 0x5571735ee930 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee930 0.000138
+gallium_dri.so free 0x5571735eea80 void 0.000136
+gallium_dri.so free 0x5571735ee930 void 0.000143
+gallium_dri.so malloc 72 0x5571735eea30 0.000145
+gallium_dri.so free 0x5571735eeb40 void 0.000145
+gallium_dri.so free 0x5571735eea30 void 0.000142
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000140
+gallium_dri.so free 0x5571735eeb80 void 0.000139
+gallium_dri.so free 0x5571735eeaf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000144
+gallium_dri.so free 0x5571735eec40 void 0.000138
+gallium_dri.so free 0x5571735eeaf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735eecb0 0.000142
+gallium_dri.so free 0x5571735eed00 void 0.000144
+gallium_dri.so free 0x5571735eecb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735eecb0 0.000144
+gallium_dri.so free 0x5571735eee00 void 0.000145
+gallium_dri.so free 0x5571735eecb0 void 0.000150
+gallium_dri.so malloc 72 0x5571735eedb0 0.000144
+gallium_dri.so free 0x5571735eeec0 void 0.000144
+gallium_dri.so free 0x5571735eedb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735eee70 0.000136
+gallium_dri.so free 0x5571735eef00 void 0.000171
+gallium_dri.so free 0x5571735eee70 void 0.000180
+gallium_dri.so malloc 72 0x5571735eee70 0.000128
+gallium_dri.so free 0x5571735eefc0 void 0.000159
+gallium_dri.so free 0x5571735eee70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef000 0.000133
+gallium_dri.so free 0x5571735ef080 void 0.000131
+gallium_dri.so free 0x5571735ef000 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef080 0.000128
+gallium_dri.so free 0x5571735ef140 void 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef080 0.000228
+gallium_dri.so free 0x5571735ef200 void 0.000334
+gallium_dri.so free 0x5571735ef080 void 0.000337
+gallium_dri.so malloc 72 0x5571735ef220 0.000328
+gallium_dri.so free 0x5571735ef2c0 void 0.000282
+gallium_dri.so free 0x5571735ef220 void 0.000284
+gallium_dri.so malloc 72 0x5571735ef270 0.000297
+gallium_dri.so free 0x5571735ef340 void 0.000272
+gallium_dri.so free 0x5571735ef270 void 0.000287
+gallium_dri.so malloc 72 0x5571735ef270 0.000282
+gallium_dri.so free 0x5571735ef3c0 void 0.000240
+gallium_dri.so free 0x5571735ef270 void 0.000273
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000294
+gallium_dri.so free 0x5571735ef480 void 0.000321
+gallium_dri.so free 0x5571735ef3c0 void 0.000199
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000199
+gallium_dri.so free 0x5571735ef540 void 0.000197
+gallium_dri.so free 0x5571735ef3c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000190
+gallium_dri.so free 0x5571735ef600 void 0.000179
+gallium_dri.so free 0x5571735ef3c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000164
+gallium_dri.so free 0x5571735ef6c0 void 0.000181
+gallium_dri.so free 0x5571735ef5b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ef670 0.000167
+gallium_dri.so free 0x5571735ef740 void 0.000168
+gallium_dri.so free 0x5571735ef670 void 0.000178
+gallium_dri.so malloc 72 0x5571735ef790 0.000235
+gallium_dri.so free 0x5571735ef800 void 0.000186
+gallium_dri.so free 0x5571735ef790 void 0.000181
+gallium_dri.so malloc 72 0x5571735ef820 0.000180
+gallium_dri.so free 0x5571735ef8c0 void 0.000183
+gallium_dri.so free 0x5571735ef820 void 0.000299
+gallium_dri.so malloc 72 0x5571735ef870 0.000291
+gallium_dri.so free 0x5571735ef940 void 0.000388
+gallium_dri.so free 0x5571735ef870 void 0.000252
+gallium_dri.so malloc 72 0x5571735ef870 0.000238
+gallium_dri.so free 0x5571735ef9c0 void 0.000180
+gallium_dri.so free 0x5571735ef870 void 0.000174
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000172
+gallium_dri.so free 0x5571735efa80 void 0.000138
+gallium_dri.so free 0x5571735ef9c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000138
+gallium_dri.so free 0x5571735efb80 void 0.000137
+gallium_dri.so free 0x5571735ef9c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735efb30 0.000137
+gallium_dri.so free 0x5571735efbc0 void 0.000132
+gallium_dri.so free 0x5571735efb30 void 0.000127
+gallium_dri.so malloc 72 0x5571735efb30 0.000127
+gallium_dri.so free 0x5571735efc80 void 0.000134
+gallium_dri.so free 0x5571735efb30 void 0.000145
+gallium_dri.so malloc 72 0x5571735efcc0 0.000136
+gallium_dri.so free 0x5571735efd40 void 0.000130
+gallium_dri.so free 0x5571735efcc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efd40 0.000131
+gallium_dri.so free 0x5571735efe00 void 0.000131
+gallium_dri.so free 0x5571735efd40 void 0.000126
+gallium_dri.so malloc 72 0x5571735efd40 0.000126
+gallium_dri.so free 0x5571735efe80 void 0.000127
+gallium_dri.so free 0x5571735efd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735efeb0 0.000138
+gallium_dri.so free 0x5571735eff00 void 0.000135
+gallium_dri.so free 0x5571735efeb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735efeb0 0.000136
+gallium_dri.so free 0x5571735f0000 void 0.000131
+gallium_dri.so free 0x5571735efeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0040 0.000138
+gallium_dri.so free 0x5571735f00c0 void 0.000250
+gallium_dri.so free 0x5571735f0040 void 0.000137
+gallium_dri.so malloc 72 0x5571735f00c0 0.000171
+gallium_dri.so free 0x5571735f0180 void 0.000181
+gallium_dri.so free 0x5571735f00c0 void 0.000195
+gallium_dri.so malloc 72 0x5571735f00c0 0.000264
+gallium_dri.so free 0x5571735f0200 void 0.000175
+gallium_dri.so free 0x5571735f00c0 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0230 0.000292
+gallium_dri.so free 0x5571735f0280 void 0.000287
+gallium_dri.so free 0x5571735f0230 void 0.000291
+gallium_dri.so malloc 72 0x5571735f0230 0.000292
+gallium_dri.so free 0x5571735f0380 void 0.000290
+gallium_dri.so free 0x5571735f0230 void 0.000279
+gallium_dri.so malloc 72 0x5571735f0330 0.000284
+gallium_dri.so free 0x5571735f0440 void 0.000290
+gallium_dri.so free 0x5571735f0330 void 0.000254
+gallium_dri.so malloc 72 0x5571735f03f0 0.000137
+gallium_dri.so free 0x5571735f04c0 void 0.000172
+gallium_dri.so free 0x5571735f03f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f03f0 0.000137
+gallium_dri.so free 0x5571735f0580 void 0.000136
+gallium_dri.so free 0x5571735f03f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f03f0 0.000131
+gallium_dri.so free 0x5571735f0640 void 0.000134
+gallium_dri.so free 0x5571735f03f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f05f0 0.000136
+gallium_dri.so free 0x5571735f06c0 void 0.000137
+gallium_dri.so free 0x5571735f05f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0710 0.000132
+gallium_dri.so free 0x5571735f0780 void 0.000133
+gallium_dri.so free 0x5571735f0710 void 0.000137
+gallium_dri.so malloc 72 0x5571735f07a0 0.000135
+gallium_dri.so free 0x5571735f0840 void 0.000131
+gallium_dri.so free 0x5571735f07a0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f07f0 0.000134
+gallium_dri.so free 0x5571735f08c0 void 0.000137
+gallium_dri.so free 0x5571735f07f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f08c0 0.000132
+gallium_dri.so free 0x5571735f0980 void 0.000130
+gallium_dri.so free 0x5571735f08c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f08c0 0.000137
+gallium_dri.so free 0x5571735f0a00 void 0.000139
+gallium_dri.so free 0x5571735f08c0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f0a00 0.000138
+gallium_dri.so free 0x5571735f0ac0 void 0.000196
+gallium_dri.so free 0x5571735f0a00 void 0.000251
+gallium_dri.so malloc 72 0x5571735f0a00 0.000171
+gallium_dri.so free 0x5571735f0b80 void 0.000169
+gallium_dri.so free 0x5571735f0a00 void 0.000219
+gallium_dri.so malloc 72 0x5571735f0a00 0.000158
+gallium_dri.so free 0x5571735f0c40 void 0.000220
+gallium_dri.so free 0x5571735f0a00 void 0.000271
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000282
+gallium_dri.so free 0x5571735f0cc0 void 0.000285
+gallium_dri.so free 0x5571735f0bf0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f0d10 0.000281
+gallium_dri.so free 0x5571735f0d80 void 0.000286
+gallium_dri.so free 0x5571735f0d10 void 0.000249
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000170
+gallium_dri.so free 0x5571735f0e40 void 0.000175
+gallium_dri.so free 0x5571735f0dc0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000136
+gallium_dri.so free 0x5571735f0ec0 void 0.000137
+gallium_dri.so free 0x5571735f0dc0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000133
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so free 0x5571735f0ef0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000137
+gallium_dri.so free 0x5571735f1040 void 0.000131
+gallium_dri.so free 0x5571735f0ef0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000131
+gallium_dri.so free 0x5571735f1100 void 0.000126
+gallium_dri.so free 0x5571735f0ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f10b0 0.000137
+gallium_dri.so free 0x5571735f1140 void 0.000137
+gallium_dri.so free 0x5571735f10b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f10b0 0.000131
+gallium_dri.so free 0x5571735f1200 void 0.000132
+gallium_dri.so free 0x5571735f10b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1270 0.000137
+gallium_dri.so free 0x5571735f12c0 void 0.000137
+gallium_dri.so free 0x5571735f1270 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1270 0.000135
+gallium_dri.so free 0x5571735f13c0 void 0.000137
+gallium_dri.so free 0x5571735f1270 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1370 0.000146
+gallium_dri.so free 0x5571735f1480 void 0.000209
+gallium_dri.so free 0x5571735f1370 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1430 0.000169
+gallium_dri.so free 0x5571735f14c0 void 0.000172
+gallium_dri.so free 0x5571735f1430 void 0.000291
+gallium_dri.so malloc 72 0x5571735f1430 0.000173
+gallium_dri.so free 0x5571735f1580 void 0.000173
+gallium_dri.so free 0x5571735f1430 void 0.000172
+gallium_dri.so malloc 72 0x5571735f15c0 0.000137
+gallium_dri.so free 0x5571735f1640 void 0.000138
+gallium_dri.so free 0x5571735f15c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1640 0.000132
+gallium_dri.so free 0x5571735f1700 void 0.000137
+gallium_dri.so free 0x5571735f1640 void 0.000233
+gallium_dri.so malloc 72 0x5571735f1640 0.000131
+gallium_dri.so free 0x5571735f17c0 void 0.000133
+gallium_dri.so free 0x5571735f1640 void 0.000146
+gallium_dri.so malloc 72 0x5571735f17e0 0.000137
+gallium_dri.so free 0x5571735f1880 void 0.000135
+gallium_dri.so free 0x5571735f17e0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1830 0.000131
+gallium_dri.so free 0x5571735f1900 void 0.000133
+gallium_dri.so free 0x5571735f1830 void 0.000136
+gallium_dri.so malloc 72 0x5571735f1830 0.000136
+gallium_dri.so free 0x5571735f1980 void 0.000130
+gallium_dri.so free 0x5571735f1830 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1980 0.000135
+gallium_dri.so free 0x5571735f1a40 void 0.000232
+gallium_dri.so free 0x5571735f1980 void 0.000233
+gallium_dri.so malloc 72 0x5571735f1980 0.000137
+gallium_dri.so free 0x5571735f1b00 void 0.000138
+gallium_dri.so free 0x5571735f1980 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1980 0.000132
+gallium_dri.so free 0x5571735f1bc0 void 0.000130
+gallium_dri.so free 0x5571735f1980 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1b70 0.000170
+gallium_dri.so free 0x5571735f1c80 void 0.000132
+gallium_dri.so free 0x5571735f1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1c30 0.000125
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1d50 0.000130
+gallium_dri.so free 0x5571735f1dc0 void 0.000130
+gallium_dri.so free 0x5571735f1d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1de0 0.000130
+gallium_dri.so free 0x5571735f1e80 void 0.000124
+gallium_dri.so free 0x5571735f1de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e30 0.000125
+gallium_dri.so free 0x5571735f1f00 void 0.000124
+gallium_dri.so free 0x5571735f1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e30 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so free 0x5571735f1e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1f80 0.000125
+gallium_dri.so free 0x5571735f2040 void 0.000121
+gallium_dri.so free 0x5571735f1f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f80 0.000126
+gallium_dri.so free 0x5571735f2140 void 0.000139
+gallium_dri.so free 0x5571735f1f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f20f0 0.000127
+gallium_dri.so free 0x5571735f2180 void 0.000129
+gallium_dri.so free 0x5571735f20f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f20f0 0.000130
+gallium_dri.so free 0x5571735f2240 void 0.000130
+gallium_dri.so free 0x5571735f20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2280 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2300 0.000124
+gallium_dri.so free 0x5571735f23c0 void 0.000129
+gallium_dri.so free 0x5571735f2300 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2300 0.000130
+gallium_dri.so free 0x5571735f2440 void 0.000129
+gallium_dri.so free 0x5571735f2300 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2470 0.000129
+gallium_dri.so free 0x5571735f24c0 void 0.000124
+gallium_dri.so free 0x5571735f2470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2470 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000134
+gallium_dri.so free 0x5571735f2470 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2600 0.000130
+gallium_dri.so free 0x5571735f2680 void 0.000126
+gallium_dri.so free 0x5571735f2600 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2680 0.000130
+gallium_dri.so free 0x5571735f2740 void 0.000130
+gallium_dri.so free 0x5571735f2680 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2680 0.000134
+gallium_dri.so free 0x5571735f27c0 void 0.000131
+gallium_dri.so free 0x5571735f2680 void 0.000127
+gallium_dri.so malloc 72 0x5571735f27f0 0.000124
+gallium_dri.so free 0x5571735f2840 void 0.000129
+gallium_dri.so free 0x5571735f27f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f27f0 0.000126
+gallium_dri.so free 0x5571735f2940 void 0.000124
+gallium_dri.so free 0x5571735f27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f28f0 0.000130
+gallium_dri.so free 0x5571735f2a00 void 0.000124
+gallium_dri.so free 0x5571735f28f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f29b0 0.000130
+gallium_dri.so free 0x5571735f2a80 void 0.000175
+gallium_dri.so free 0x5571735f29b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f29b0 0.000123
+gallium_dri.so free 0x5571735f2b40 void 0.000120
+gallium_dri.so free 0x5571735f29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f29b0 0.000123
+gallium_dri.so free 0x5571735f2c00 void 0.000121
+gallium_dri.so free 0x5571735f29b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so free 0x5571735f2bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2cd0 0.000129
+gallium_dri.so free 0x5571735f2d40 void 0.000128
+gallium_dri.so free 0x5571735f2cd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2d60 0.000128
+gallium_dri.so free 0x5571735f2e00 void 0.000136
+gallium_dri.so free 0x5571735f2d60 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2db0 0.000129
+gallium_dri.so free 0x5571735f2e80 void 0.000130
+gallium_dri.so free 0x5571735f2db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2e80 0.000130
+gallium_dri.so free 0x5571735f2f40 void 0.000124
+gallium_dri.so free 0x5571735f2e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2e80 0.000125
+gallium_dri.so free 0x5571735f2fc0 void 0.000125
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000120
+gallium_dri.so free 0x5571735f3080 void 0.000121
+gallium_dri.so free 0x5571735f2fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000128
+gallium_dri.so free 0x5571735f3140 void 0.000128
+gallium_dri.so free 0x5571735f2fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000124
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f2fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f31b0 0.000130
+gallium_dri.so free 0x5571735f3280 void 0.000130
+gallium_dri.so free 0x5571735f31b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f32d0 0.000122
+gallium_dri.so free 0x5571735f3340 void 0.000128
+gallium_dri.so free 0x5571735f32d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3380 0.000120
+gallium_dri.so free 0x5571735f3400 void 0.000122
+gallium_dri.so free 0x5571735f3380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3380 0.000168
+gallium_dri.so free 0x5571735f3480 void 0.000131
+gallium_dri.so free 0x5571735f3380 void 0.000131
+gallium_dri.so malloc 72 0x5571735f34b0 0.000130
+gallium_dri.so free 0x5571735f3500 void 0.000130
+gallium_dri.so free 0x5571735f34b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f34b0 0.000125
+gallium_dri.so free 0x5571735f3600 void 0.000132
+gallium_dri.so free 0x5571735f34b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f35b0 0.000131
+gallium_dri.so free 0x5571735f36c0 void 0.000125
+gallium_dri.so free 0x5571735f35b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3670 0.000124
+gallium_dri.so free 0x55717360c0c0 void 0.000124
+gallium_dri.so free 0x5571735f3670 void 0.000125
+gallium_dri.so malloc 72 0x55717360c0f0 0.000127
+gallium_dri.so free 0x55717360c140 void 0.000122
+gallium_dri.so free 0x55717360c0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c0f0 0.000125
+gallium_dri.so free 0x55717360c240 void 0.000131
+gallium_dri.so free 0x55717360c0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c280 0.000131
+gallium_dri.so free 0x55717360c300 void 0.000164
+gallium_dri.so free 0x55717360c280 void 0.000270
+gallium_dri.so malloc 72 0x55717360c300 0.000272
+gallium_dri.so free 0x55717360c3c0 void 0.000231
+gallium_dri.so free 0x55717360c300 void 0.000222
+gallium_dri.so malloc 72 0x55717360c300 0.000276
+gallium_dri.so free 0x55717360c440 void 0.000264
+gallium_dri.so free 0x55717360c300 void 0.000286
+gallium_dri.so malloc 72 0x55717360c470 0.000282
+gallium_dri.so free 0x55717360c4c0 void 0.000281
+gallium_dri.so free 0x55717360c470 void 0.000265
+gallium_dri.so malloc 72 0x55717360c470 0.000281
+gallium_dri.so free 0x55717360c5c0 void 0.000298
+gallium_dri.so free 0x55717360c470 void 0.000281
+gallium_dri.so malloc 72 0x55717360c570 0.000273
+gallium_dri.so free 0x55717360c680 void 0.000267
+gallium_dri.so free 0x55717360c570 void 0.000281
+gallium_dri.so malloc 72 0x55717360c630 0.000279
+gallium_dri.so free 0x55717360c700 void 0.000281
+gallium_dri.so free 0x55717360c630 void 0.000267
+gallium_dri.so malloc 72 0x55717360c630 0.000277
+gallium_dri.so free 0x55717360c7c0 void 0.000287
+gallium_dri.so free 0x55717360c630 void 0.000288
+gallium_dri.so malloc 72 0x55717360c630 0.000286
+gallium_dri.so free 0x55717360c880 void 0.000286
+gallium_dri.so free 0x55717360c630 void 0.000298
+gallium_dri.so malloc 72 0x55717360c830 0.000291
+gallium_dri.so free 0x55717360c900 void 0.000275
+gallium_dri.so free 0x55717360c830 void 0.000302
+gallium_dri.so malloc 72 0x55717360c950 0.000282
+gallium_dri.so free 0x55717360c9c0 void 0.000287
+gallium_dri.so free 0x55717360c950 void 0.000278
+gallium_dri.so malloc 72 0x55717360c9e0 0.000276
+gallium_dri.so free 0x55717360ca80 void 0.000285
+gallium_dri.so free 0x55717360c9e0 void 0.000288
+gallium_dri.so malloc 72 0x55717360ca30 0.000285
+gallium_dri.so free 0x55717360cb00 void 0.000408
+gallium_dri.so free 0x55717360ca30 void 0.000442
+gallium_dri.so malloc 72 0x55717360cb00 0.000304
+gallium_dri.so free 0x55717360cbc0 void 0.000296
+gallium_dri.so free 0x55717360cb00 void 0.000289
+gallium_dri.so malloc 72 0x55717360cb00 0.000288
+gallium_dri.so free 0x55717360cc40 void 0.000282
+gallium_dri.so free 0x55717360cb00 void 0.000294
+gallium_dri.so malloc 72 0x55717360cc40 0.000293
+gallium_dri.so free 0x55717360cd00 void 0.000281
+gallium_dri.so free 0x55717360cc40 void 0.000301
+gallium_dri.so malloc 72 0x55717360cc40 0.000300
+gallium_dri.so free 0x55717360cdc0 void 0.000282
+gallium_dri.so free 0x55717360cc40 void 0.000287
+gallium_dri.so malloc 72 0x55717360cc40 0.000285
+gallium_dri.so free 0x55717360ce80 void 0.000286
+gallium_dri.so free 0x55717360cc40 void 0.000257
+gallium_dri.so malloc 72 0x55717360ce30 0.000282
+gallium_dri.so free 0x55717360cf00 void 0.000289
+gallium_dri.so free 0x55717360ce30 void 0.000289
+gallium_dri.so malloc 72 0x55717360cf50 0.000303
+gallium_dri.so free 0x55717360cfc0 void 0.000314
+gallium_dri.so free 0x55717360cf50 void 0.000284
+gallium_dri.so malloc 72 0x55717360d000 0.000318
+gallium_dri.so free 0x55717360d080 void 0.000310
+gallium_dri.so free 0x55717360d000 void 0.000314
+gallium_dri.so malloc 72 0x55717360d000 0.000305
+gallium_dri.so free 0x55717360d100 void 0.000314
+gallium_dri.so free 0x55717360d000 void 0.000307
+gallium_dri.so malloc 72 0x55717360d130 0.000309
+gallium_dri.so free 0x55717360d180 void 0.000305
+gallium_dri.so free 0x55717360d130 void 0.000311
+gallium_dri.so malloc 72 0x55717360d130 0.000305
+gallium_dri.so free 0x55717360d280 void 0.000322
+gallium_dri.so free 0x55717360d130 void 0.000339
+gallium_dri.so malloc 72 0x55717360d230 0.000229
+gallium_dri.so free 0x55717360d340 void 0.000276
+gallium_dri.so free 0x55717360d230 void 0.000209
+gallium_dri.so malloc 72 0x55717360d2f0 0.000239
+gallium_dri.so free 0x55717360d380 void 0.000227
+gallium_dri.so free 0x55717360d2f0 void 0.000227
+gallium_dri.so malloc 72 0x55717360d2f0 0.000268
+gallium_dri.so free 0x55717360d440 void 0.000230
+gallium_dri.so free 0x55717360d2f0 void 0.000229
+gallium_dri.so malloc 72 0x55717360d4b0 0.000227
+gallium_dri.so free 0x55717360d500 void 0.000209
+gallium_dri.so free 0x55717360d4b0 void 0.000205
+gallium_dri.so malloc 72 0x55717360d4b0 0.000180
+gallium_dri.so free 0x55717360d600 void 0.000133
+gallium_dri.so free 0x55717360d4b0 void 0.000139
+gallium_dri.so malloc 72 0x55717360d5b0 0.000227
+gallium_dri.so free 0x55717360d6c0 void 0.000251
+gallium_dri.so free 0x55717360d5b0 void 0.000215
+gallium_dri.so malloc 72 0x55717360d670 0.000211
+gallium_dri.so free 0x55717360d700 void 0.000178
+gallium_dri.so free 0x55717360d670 void 0.000138
+gallium_dri.so malloc 72 0x55717360d670 0.000138
+gallium_dri.so free 0x55717360d7c0 void 0.000248
+gallium_dri.so free 0x55717360d670 void 0.000275
+gallium_dri.so malloc 72 0x55717360d800 0.000286
+gallium_dri.so free 0x55717360d880 void 0.000234
+gallium_dri.so free 0x55717360d800 void 0.000232
+gallium_dri.so malloc 72 0x55717360d880 0.000199
+gallium_dri.so free 0x55717360d940 void 0.000142
+gallium_dri.so free 0x55717360d880 void 0.000185
+gallium_dri.so malloc 72 0x55717360d880 0.000169
+gallium_dri.so free 0x55717360da00 void 0.000129
+gallium_dri.so free 0x55717360d880 void 0.000131
+gallium_dri.so malloc 72 0x55717360da20 0.000137
+gallium_dri.so free 0x55717360dac0 void 0.000137
+gallium_dri.so free 0x55717360da20 void 0.000209
+gallium_dri.so malloc 72 0x55717360da70 0.000244
+gallium_dri.so free 0x55717360db40 void 0.000243
+gallium_dri.so free 0x55717360da70 void 0.000191
+gallium_dri.so malloc 72 0x55717360da70 0.000136
+gallium_dri.so free 0x55717360dbc0 void 0.000133
+gallium_dri.so free 0x55717360da70 void 0.000132
+gallium_dri.so malloc 72 0x55717360dbc0 0.000138
+gallium_dri.so free 0x55717360dc80 void 0.000137
+gallium_dri.so free 0x55717360dbc0 void 0.000168
+gallium_dri.so malloc 72 0x55717360dbc0 0.000137
+gallium_dri.so free 0x55717360dd40 void 0.000192
+gallium_dri.so free 0x55717360dbc0 void 0.000190
+gallium_dri.so malloc 72 0x55717360dbc0 0.000190
+gallium_dri.so free 0x55717360de00 void 0.000188
+gallium_dri.so free 0x55717360dbc0 void 0.000190
+gallium_dri.so malloc 72 0x55717360ddb0 0.000189
+gallium_dri.so free 0x55717360dec0 void 0.000189
+gallium_dri.so free 0x55717360ddb0 void 0.000171
+gallium_dri.so malloc 72 0x55717360de70 0.000131
+gallium_dri.so free 0x55717360df40 void 0.000133
+gallium_dri.so free 0x55717360de70 void 0.000133
+gallium_dri.so malloc 72 0x55717360df90 0.000133
+gallium_dri.so free 0x55717360e000 void 0.000168
+gallium_dri.so free 0x55717360df90 void 0.000133
+gallium_dri.so malloc 72 0x55717360e020 0.000191
+gallium_dri.so free 0x55717360e0c0 void 0.000200
+gallium_dri.so free 0x55717360e020 void 0.000191
+gallium_dri.so malloc 72 0x55717360e070 0.000166
+gallium_dri.so free 0x55717360e140 void 0.000132
+gallium_dri.so free 0x55717360e070 void 0.000132
+gallium_dri.so malloc 72 0x55717360e070 0.000137
+gallium_dri.so free 0x55717360e1c0 void 0.000132
+gallium_dri.so free 0x55717360e070 void 0.000128
+gallium_dri.so malloc 72 0x55717360e1c0 0.000128
+gallium_dri.so free 0x55717360e280 void 0.000136
+gallium_dri.so free 0x55717360e1c0 void 0.000137
+gallium_dri.so malloc 72 0x55717360e1c0 0.000137
+gallium_dri.so free 0x55717360e380 void 0.000185
+gallium_dri.so free 0x55717360e1c0 void 0.000186
+gallium_dri.so malloc 72 0x55717360e330 0.000188
+gallium_dri.so free 0x55717360e3c0 void 0.000167
+gallium_dri.so free 0x55717360e330 void 0.000131
+gallium_dri.so malloc 72 0x55717360e330 0.000137
+gallium_dri.so free 0x55717360e480 void 0.000138
+gallium_dri.so free 0x55717360e330 void 0.000132
+gallium_dri.so malloc 72 0x55717360e4c0 0.000127
+gallium_dri.so free 0x55717360e540 void 0.000134
+gallium_dri.so free 0x55717360e4c0 void 0.000167
+gallium_dri.so malloc 72 0x55717360e540 0.000135
+gallium_dri.so free 0x55717360e600 void 0.000138
+gallium_dri.so free 0x55717360e540 void 0.000133
+gallium_dri.so malloc 72 0x55717360e540 0.000128
+gallium_dri.so free 0x55717360e680 void 0.000134
+gallium_dri.so free 0x55717360e540 void 0.000137
+gallium_dri.so malloc 72 0x55717360e6b0 0.000141
+gallium_dri.so free 0x55717360e700 void 0.000136
+gallium_dri.so free 0x55717360e6b0 void 0.000138
+gallium_dri.so malloc 72 0x55717360e6b0 0.000138
+gallium_dri.so free 0x55717360e800 void 0.000140
+gallium_dri.so free 0x55717360e6b0 void 0.000154
+gallium_dri.so malloc 72 0x55717360e840 0.000143
+gallium_dri.so free 0x55717360e8c0 void 0.000127
+gallium_dri.so free 0x55717360e840 void 0.000126
+gallium_dri.so malloc 72 0x55717360e8c0 0.000127
+gallium_dri.so free 0x55717360e980 void 0.000129
+gallium_dri.so free 0x55717360e8c0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e8c0 0.000125
+gallium_dri.so free 0x55717360ea00 void 0.000129
+gallium_dri.so free 0x55717360e8c0 void 0.000134
+gallium_dri.so malloc 72 0x55717360ea30 0.000130
+gallium_dri.so free 0x55717360ea80 void 0.000127
+gallium_dri.so free 0x55717360ea30 void 0.000129
+gallium_dri.so malloc 72 0x55717360ea30 0.000126
+gallium_dri.so free 0x55717360eb80 void 0.000127
+gallium_dri.so free 0x55717360ea30 void 0.000123
+gallium_dri.so malloc 72 0x55717360eb30 0.000127
+gallium_dri.so free 0x55717360ec40 void 0.000133
+gallium_dri.so free 0x55717360eb30 void 0.000152
+gallium_dri.so malloc 72 0x55717360ebf0 0.000122
+gallium_dri.so free 0x55717360ecc0 void 0.000121
+gallium_dri.so free 0x55717360ebf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ebf0 0.000121
+gallium_dri.so free 0x55717360ed80 void 0.000121
+gallium_dri.so free 0x55717360ebf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ebf0 0.000120
+gallium_dri.so free 0x55717360ee40 void 0.000122
+gallium_dri.so free 0x55717360ebf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360edf0 0.000120
+gallium_dri.so free 0x55717360eec0 void 0.000120
+gallium_dri.so free 0x55717360edf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ef10 0.000118
+gallium_dri.so free 0x55717360ef80 void 0.000121
+gallium_dri.so free 0x55717360ef10 void 0.000121
+gallium_dri.so malloc 72 0x55717360efa0 0.000121
+gallium_dri.so free 0x55717360f040 void 0.000124
+gallium_dri.so free 0x55717360efa0 void 0.000122
+gallium_dri.so malloc 72 0x55717360eff0 0.000121
+gallium_dri.so free 0x55717360f0c0 void 0.000122
+gallium_dri.so free 0x55717360eff0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f0c0 0.000125
+gallium_dri.so free 0x55717360f180 void 0.000123
+gallium_dri.so free 0x55717360f0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f0c0 0.000121
+gallium_dri.so free 0x55717360f200 void 0.000123
+gallium_dri.so free 0x55717360f0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f200 0.000120
+gallium_dri.so free 0x55717360f2c0 void 0.000120
+gallium_dri.so free 0x55717360f200 void 0.000120
+gallium_dri.so malloc 72 0x55717360f200 0.000119
+gallium_dri.so free 0x55717360f380 void 0.000122
+gallium_dri.so free 0x55717360f200 void 0.000122
+gallium_dri.so malloc 72 0x55717360f200 0.000121
+gallium_dri.so free 0x55717360f440 void 0.000121
+gallium_dri.so free 0x55717360f200 void 0.000121
+gallium_dri.so malloc 72 0x55717360f3f0 0.000121
+gallium_dri.so free 0x55717360f4c0 void 0.000123
+gallium_dri.so free 0x55717360f3f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f510 0.000121
+gallium_dri.so free 0x55717360f580 void 0.000123
+gallium_dri.so free 0x55717360f510 void 0.000181
+gallium_dri.so malloc 72 0x55717360f5c0 0.000125
+gallium_dri.so free 0x55717360f640 void 0.000123
+gallium_dri.so free 0x55717360f5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f5c0 0.000122
+gallium_dri.so free 0x55717360f6c0 void 0.000128
+gallium_dri.so free 0x55717360f5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f6f0 0.000115
+gallium_dri.so free 0x55717360f740 void 0.000116
+gallium_dri.so free 0x55717360f6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f6f0 0.000116
+gallium_dri.so free 0x55717360f840 void 0.000116
+gallium_dri.so free 0x55717360f6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f7f0 0.000116
+gallium_dri.so free 0x55717360f900 void 0.000115
+gallium_dri.so free 0x55717360f7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f8b0 0.000114
+gallium_dri.so free 0x55717360f940 void 0.000118
+gallium_dri.so free 0x55717360f8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f8b0 0.000116
+gallium_dri.so free 0x55717360fa00 void 0.000117
+gallium_dri.so free 0x55717360f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fa70 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000144
+gallium_dri.so free 0x55717360fa70 void 0.000119
+gallium_dri.so malloc 72 0x55717360fa70 0.000119
+gallium_dri.so free 0x55717360fbc0 void 0.000130
+gallium_dri.so free 0x55717360fa70 void 0.000117
+gallium_dri.so malloc 72 0x55717360fb70 0.000115
+gallium_dri.so free 0x55717360fc80 void 0.000115
+gallium_dri.so free 0x55717360fb70 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc30 0.000114
+gallium_dri.so free 0x55717360fcc0 void 0.000115
+gallium_dri.so free 0x55717360fc30 void 0.000116
+gallium_dri.so malloc 72 0x55717360fc30 0.000115
+gallium_dri.so free 0x55717360fd80 void 0.000116
+gallium_dri.so free 0x55717360fc30 void 0.000116
+gallium_dri.so malloc 72 0x55717360fdc0 0.000114
+gallium_dri.so free 0x55717360fe40 void 0.000113
+gallium_dri.so free 0x55717360fdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe40 0.000115
+gallium_dri.so free 0x55717360ff00 void 0.000116
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so malloc 72 0x55717360fe40 0.000115
+gallium_dri.so free 0x55717360ffc0 void 0.000116
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so malloc 72 0x55717360ffe0 0.000114
+gallium_dri.so free 0x557173610080 void 0.000116
+gallium_dri.so free 0x55717360ffe0 void 0.000115
+gallium_dri.so malloc 72 0x557173610030 0.000114
+gallium_dri.so free 0x557173610100 void 0.000116
+gallium_dri.so free 0x557173610030 void 0.000115
+gallium_dri.so malloc 72 0x557173610030 0.000115
+gallium_dri.so free 0x557173610180 void 0.000128
+gallium_dri.so free 0x557173610030 void 0.000117
+gallium_dri.so malloc 72 0x557173610180 0.000115
+gallium_dri.so free 0x557173610240 void 0.000116
+gallium_dri.so free 0x557173610180 void 0.000114
+gallium_dri.so malloc 72 0x557173610180 0.000117
+gallium_dri.so free 0x557173610300 void 0.000116
+gallium_dri.so free 0x557173610180 void 0.000115
+gallium_dri.so malloc 72 0x557173610180 0.000116
+gallium_dri.so free 0x5571736103c0 void 0.000116
+gallium_dri.so free 0x557173610180 void 0.000115
+gallium_dri.so malloc 72 0x557173610370 0.000115
+gallium_dri.so free 0x557173610480 void 0.000116
+gallium_dri.so free 0x557173610370 void 0.000115
+gallium_dri.so malloc 72 0x557173610430 0.000116
+gallium_dri.so free 0x557173610500 void 0.000117
+gallium_dri.so free 0x557173610430 void 0.000116
+gallium_dri.so malloc 72 0x557173610550 0.000115
+gallium_dri.so free 0x5571736105c0 void 0.000114
+gallium_dri.so free 0x557173610550 void 0.000114
+gallium_dri.so malloc 72 0x5571736105e0 0.000116
+gallium_dri.so free 0x557173610680 void 0.000116
+gallium_dri.so free 0x5571736105e0 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000115
+gallium_dri.so free 0x557173610700 void 0.000116
+gallium_dri.so free 0x557173610630 void 0.000115
+gallium_dri.so malloc 72 0x557173610630 0.000115
+gallium_dri.so free 0x557173610780 void 0.000160
+gallium_dri.so free 0x557173610630 void 0.000116
+gallium_dri.so malloc 72 0x557173610780 0.000114
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so malloc 72 0x557173610780 0.000114
+gallium_dri.so free 0x557173610940 void 0.000114
+gallium_dri.so free 0x557173610780 void 0.000113
+gallium_dri.so malloc 72 0x5571736108f0 0.000115
+gallium_dri.so free 0x557173610980 void 0.000115
+gallium_dri.so free 0x5571736108f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736108f0 0.000120
+gallium_dri.so free 0x557173610a40 void 0.000116
+gallium_dri.so free 0x5571736108f0 void 0.000113
+gallium_dri.so malloc 72 0x557173610a80 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000116
+gallium_dri.so free 0x557173610a80 void 0.000114
+gallium_dri.so malloc 72 0x557173610b00 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000116
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610b00 0.000114
+gallium_dri.so free 0x557173610c40 void 0.000115
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610c70 0.000115
+gallium_dri.so free 0x557173610cc0 void 0.000116
+gallium_dri.so free 0x557173610c70 void 0.000115
+gallium_dri.so malloc 72 0x557173610c70 0.000114
+gallium_dri.so free 0x557173610dc0 void 0.000128
+gallium_dri.so free 0x557173610c70 void 0.000114
+gallium_dri.so malloc 72 0x557173610e00 0.000116
+gallium_dri.so free 0x557173610e80 void 0.000113
+gallium_dri.so free 0x557173610e00 void 0.000115
+gallium_dri.so malloc 72 0x557173610e80 0.000116
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x557173610e80 void 0.000113
+gallium_dri.so malloc 72 0x557173610e80 0.000113
+gallium_dri.so free 0x557173610fc0 void 0.000115
+gallium_dri.so free 0x557173610e80 void 0.000113
+gallium_dri.so malloc 72 0x557173610ff0 0.000115
+gallium_dri.so free 0x557173611040 void 0.000113
+gallium_dri.so free 0x557173610ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173610ff0 0.000114
+gallium_dri.so free 0x557173611140 void 0.000114
+gallium_dri.so free 0x557173610ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571736110f0 0.000113
+gallium_dri.so free 0x557173611200 void 0.000115
+gallium_dri.so free 0x5571736110f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736111b0 0.000114
+gallium_dri.so free 0x557173611280 void 0.000115
+gallium_dri.so free 0x5571736111b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736111b0 0.000113
+gallium_dri.so free 0x557173611340 void 0.000114
+gallium_dri.so free 0x5571736111b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736111b0 0.000114
+gallium_dri.so free 0x557173611400 void 0.000113
+gallium_dri.so free 0x5571736111b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736113b0 0.000115
+gallium_dri.so free 0x557173611480 void 0.000115
+gallium_dri.so free 0x5571736113b0 void 0.000142
+gallium_dri.so malloc 72 0x5571736114d0 0.000116
+gallium_dri.so free 0x557173611540 void 0.000116
+gallium_dri.so free 0x5571736114d0 void 0.000113
+gallium_dri.so malloc 72 0x557173611560 0.000117
+gallium_dri.so free 0x557173611600 void 0.000116
+gallium_dri.so free 0x557173611560 void 0.000113
+gallium_dri.so malloc 72 0x5571736115b0 0.000115
+gallium_dri.so free 0x557173611680 void 0.000119
+gallium_dri.so free 0x5571736115b0 void 0.000115
+gallium_dri.so malloc 72 0x557173611680 0.000114
+gallium_dri.so free 0x557173611740 void 0.000117
+gallium_dri.so free 0x557173611680 void 0.000114
+gallium_dri.so malloc 72 0x557173611680 0.000115
+gallium_dri.so free 0x5571736117c0 void 0.000114
+gallium_dri.so free 0x557173611680 void 0.000114
+gallium_dri.so malloc 72 0x5571736117c0 0.000115
+gallium_dri.so free 0x557173611880 void 0.000114
+gallium_dri.so free 0x5571736117c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736117c0 0.000113
+gallium_dri.so free 0x557173611940 void 0.000119
+gallium_dri.so free 0x5571736117c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736117c0 0.000116
+gallium_dri.so free 0x557173611a00 void 0.000158
+gallium_dri.so free 0x5571736117c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736119b0 0.000115
+gallium_dri.so free 0x557173611a80 void 0.000115
+gallium_dri.so free 0x5571736119b0 void 0.000120
+gallium_dri.so malloc 72 0x557173611ad0 0.000116
+gallium_dri.so free 0x557173611b40 void 0.000115
+gallium_dri.so free 0x557173611ad0 void 0.000115
+gallium_dri.so malloc 72 0x557173611b80 0.000115
+gallium_dri.so free 0x557173611c00 void 0.000115
+gallium_dri.so free 0x557173611b80 void 0.000112
+gallium_dri.so malloc 72 0x557173611b80 0.000153
+gallium_dri.so free 0x557173611c80 void 0.000114
+gallium_dri.so free 0x557173611b80 void 0.000114
+gallium_dri.so malloc 72 0x557173611cb0 0.000114
+gallium_dri.so free 0x557173611d00 void 0.000115
+gallium_dri.so free 0x557173611cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173611cb0 0.000114
+gallium_dri.so free 0x557173611e00 void 0.000116
+gallium_dri.so free 0x557173611cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173611db0 0.000114
+gallium_dri.so free 0x557173611ec0 void 0.000113
+gallium_dri.so free 0x557173611db0 void 0.000114
+gallium_dri.so malloc 72 0x557173611e70 0.000115
+gallium_dri.so free 0x557173611f00 void 0.000115
+gallium_dri.so free 0x557173611e70 void 0.000114
+gallium_dri.so malloc 72 0x557173611e70 0.000115
+gallium_dri.so free 0x557173611fc0 void 0.000128
+gallium_dri.so free 0x557173611e70 void 0.000114
+gallium_dri.so malloc 72 0x557173612030 0.000113
+gallium_dri.so free 0x557173612080 void 0.000114
+gallium_dri.so free 0x557173612030 void 0.000113
+gallium_dri.so malloc 72 0x557173612030 0.000114
+gallium_dri.so free 0x557173612180 void 0.000113
+gallium_dri.so free 0x557173612030 void 0.000114
+gallium_dri.so malloc 72 0x557173612130 0.000114
+gallium_dri.so free 0x557173612240 void 0.000114
+gallium_dri.so free 0x557173612130 void 0.000113
+gallium_dri.so malloc 72 0x5571736121f0 0.000113
+gallium_dri.so free 0x557173612280 void 0.000113
+gallium_dri.so free 0x5571736121f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736121f0 0.000115
+gallium_dri.so free 0x557173612340 void 0.000114
+gallium_dri.so free 0x5571736121f0 void 0.000114
+gallium_dri.so malloc 72 0x557173612380 0.000112
+gallium_dri.so free 0x557173612400 void 0.000114
+gallium_dri.so free 0x557173612380 void 0.000112
+gallium_dri.so malloc 72 0x557173612400 0.000113
+gallium_dri.so free 0x5571736124c0 void 0.000113
+gallium_dri.so free 0x557173612400 void 0.000114
+gallium_dri.so malloc 72 0x557173612400 0.000114
+gallium_dri.so free 0x557173612580 void 0.000113
+gallium_dri.so free 0x557173612400 void 0.000113
+gallium_dri.so malloc 72 0x5571736125a0 0.000114
+gallium_dri.so free 0x557173612640 void 0.000113
+gallium_dri.so free 0x5571736125a0 void 0.000125
+gallium_dri.so malloc 72 0x5571736125f0 0.000118
+gallium_dri.so free 0x5571736126c0 void 0.000116
+gallium_dri.so free 0x5571736125f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736125f0 0.000114
+gallium_dri.so free 0x557173612740 void 0.000115
+gallium_dri.so free 0x5571736125f0 void 0.000114
+gallium_dri.so malloc 72 0x557173612740 0.000114
+gallium_dri.so free 0x557173612800 void 0.000115
+gallium_dri.so free 0x557173612740 void 0.000114
+gallium_dri.so malloc 72 0x557173612740 0.000118
+gallium_dri.so free 0x5571736128c0 void 0.000133
+gallium_dri.so free 0x557173612740 void 0.000116
+gallium_dri.so malloc 72 0x557173612740 0.000115
+gallium_dri.so free 0x557173612980 void 0.000116
+gallium_dri.so free 0x557173612740 void 0.000117
+gallium_dri.so malloc 72 0x557173612930 0.000116
+gallium_dri.so free 0x557173612a40 void 0.000115
+gallium_dri.so free 0x557173612930 void 0.000114
+gallium_dri.so malloc 72 0x5571736129f0 0.000113
+gallium_dri.so free 0x557173612ac0 void 0.000115
+gallium_dri.so free 0x5571736129f0 void 0.000113
+gallium_dri.so malloc 72 0x557173612b10 0.000114
+gallium_dri.so free 0x557173612b80 void 0.000117
+gallium_dri.so free 0x557173612b10 void 0.000114
+gallium_dri.so malloc 72 0x557173612ba0 0.000114
+gallium_dri.so free 0x557173612c40 void 0.000115
+gallium_dri.so free 0x557173612ba0 void 0.000168
+gallium_dri.so malloc 72 0x557173612bf0 0.000115
+gallium_dri.so free 0x557173612cc0 void 0.000117
+gallium_dri.so free 0x557173612bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173612bf0 0.000114
+gallium_dri.so free 0x557173612d40 void 0.000115
+gallium_dri.so free 0x557173612bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173612d40 0.000115
+gallium_dri.so free 0x557173612e00 void 0.000115
+gallium_dri.so free 0x557173612d40 void 0.000114
+gallium_dri.so malloc 72 0x557173612d40 0.000115
+gallium_dri.so free 0x557173612f00 void 0.000115
+gallium_dri.so free 0x557173612d40 void 0.000115
+gallium_dri.so malloc 72 0x557173612eb0 0.000113
+gallium_dri.so free 0x557173612f40 void 0.000115
+gallium_dri.so free 0x557173612eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173612eb0 0.000115
+gallium_dri.so free 0x557173613000 void 0.000117
+gallium_dri.so free 0x557173612eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173613040 0.000115
+gallium_dri.so free 0x5571736130c0 void 0.000114
+gallium_dri.so free 0x557173613040 void 0.000114
+gallium_dri.so malloc 72 0x5571736130c0 0.000115
+gallium_dri.so free 0x557173613180 void 0.000115
+gallium_dri.so free 0x5571736130c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736130c0 0.000112
+gallium_dri.so free 0x557173613200 void 0.000115
+gallium_dri.so free 0x5571736130c0 void 0.000123
+gallium_dri.so malloc 72 0x557173613230 0.000114
+gallium_dri.so free 0x557173613280 void 0.000114
+gallium_dri.so free 0x557173613230 void 0.000113
+gallium_dri.so malloc 72 0x557173613230 0.000114
+gallium_dri.so free 0x557173613380 void 0.000114
+gallium_dri.so free 0x557173613230 void 0.000113
+gallium_dri.so malloc 72 0x5571736133c0 0.000114
+gallium_dri.so free 0x557173613440 void 0.000114
+gallium_dri.so free 0x5571736133c0 void 0.000113
+gallium_dri.so malloc 72 0x557173613440 0.000113
+gallium_dri.so free 0x557173613500 void 0.000114
+gallium_dri.so free 0x557173613440 void 0.000113
+gallium_dri.so malloc 72 0x557173613440 0.000114
+gallium_dri.so free 0x557173613580 void 0.000113
+gallium_dri.so free 0x557173613440 void 0.000113
+gallium_dri.so malloc 72 0x5571736135b0 0.000113
+gallium_dri.so free 0x557173613600 void 0.000115
+gallium_dri.so free 0x5571736135b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736135b0 0.000121
+gallium_dri.so free 0x557173613700 void 0.000114
+gallium_dri.so free 0x5571736135b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736136b0 0.000114
+gallium_dri.so free 0x5571736137c0 void 0.000114
+gallium_dri.so free 0x5571736136b0 void 0.000113
+gallium_dri.so malloc 72 0x557173613770 0.000147
+gallium_dri.so free 0x557173613840 void 0.000116
+gallium_dri.so free 0x557173613770 void 0.000128
+gallium_dri.so malloc 72 0x557173613770 0.000115
+gallium_dri.so free 0x557173613900 void 0.000116
+gallium_dri.so free 0x557173613770 void 0.000115
+gallium_dri.so malloc 72 0x557173613770 0.000114
+gallium_dri.so free 0x5571736139c0 void 0.000116
+gallium_dri.so free 0x557173613770 void 0.000114
+gallium_dri.so malloc 72 0x557173613970 0.000115
+gallium_dri.so free 0x557173613a40 void 0.000116
+gallium_dri.so free 0x557173613970 void 0.000114
+gallium_dri.so malloc 72 0x557173613a90 0.000113
+gallium_dri.so free 0x557173613b00 void 0.000115
+gallium_dri.so free 0x557173613a90 void 0.000113
+gallium_dri.so malloc 72 0x557173613b20 0.000115
+gallium_dri.so free 0x557173613bc0 void 0.000116
+gallium_dri.so free 0x557173613b20 void 0.000114
+gallium_dri.so malloc 72 0x557173613b70 0.000113
+gallium_dri.so free 0x557173613c40 void 0.000117
+gallium_dri.so free 0x557173613b70 void 0.000114
+gallium_dri.so malloc 72 0x557173613c40 0.000116
+gallium_dri.so free 0x557173613d00 void 0.000115
+gallium_dri.so free 0x557173613c40 void 0.000114
+gallium_dri.so malloc 72 0x557173613c40 0.000113
+gallium_dri.so free 0x557173613d80 void 0.000115
+gallium_dri.so free 0x557173613c40 void 0.000113
+gallium_dri.so malloc 72 0x557173613d80 0.000113
+gallium_dri.so free 0x557173613e40 void 0.000115
+gallium_dri.so free 0x557173613d80 void 0.000114
+gallium_dri.so malloc 72 0x557173613d80 0.000118
+gallium_dri.so free 0x557173613f00 void 0.000115
+gallium_dri.so free 0x557173613d80 void 0.000114
+gallium_dri.so malloc 72 0x557173613d80 0.000114
+gallium_dri.so free 0x557173613fc0 void 0.000115
+gallium_dri.so free 0x557173613d80 void 0.000114
+gallium_dri.so malloc 72 0x557173613f70 0.000114
+gallium_dri.so free 0x557173614040 void 0.000114
+gallium_dri.so free 0x557173613f70 void 0.000115
+gallium_dri.so malloc 72 0x557173614090 0.000115
+gallium_dri.so free 0x557173614100 void 0.000115
+gallium_dri.so free 0x557173614090 void 0.000114
+gallium_dri.so malloc 72 0x557173614140 0.000115
+gallium_dri.so free 0x5571736141c0 void 0.000115
+gallium_dri.so free 0x557173614140 void 0.000113
+gallium_dri.so malloc 72 0x557173614140 0.000115
+gallium_dri.so free 0x557173614240 void 0.000114
+gallium_dri.so free 0x557173614140 void 0.000113
+gallium_dri.so malloc 72 0x557173614270 0.000114
+gallium_dri.so free 0x5571736142c0 void 0.000115
+gallium_dri.so free 0x557173614270 void 0.000114
+gallium_dri.so malloc 72 0x557173614270 0.000113
+gallium_dri.so free 0x5571736143c0 void 0.000115
+gallium_dri.so free 0x557173614270 void 0.000115
+gallium_dri.so malloc 72 0x557173614370 0.000113
+gallium_dri.so free 0x557173614480 void 0.000115
+gallium_dri.so free 0x557173614370 void 0.000114
+gallium_dri.so malloc 72 0x557173614430 0.000106
+gallium_dri.so free 0x5571736144c0 void 0.000116
+gallium_dri.so free 0x557173614430 void 0.000113
+gallium_dri.so malloc 72 0x557173614430 0.000113
+gallium_dri.so free 0x557173614580 void 0.000113
+gallium_dri.so free 0x557173614430 void 0.000112
+gallium_dri.so malloc 72 0x5571736145f0 0.000113
+gallium_dri.so free 0x557173614640 void 0.000113
+gallium_dri.so free 0x5571736145f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736145f0 0.000114
+gallium_dri.so free 0x557173614740 void 0.000143
+gallium_dri.so free 0x5571736145f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736146f0 0.000114
+gallium_dri.so free 0x557173614800 void 0.000114
+gallium_dri.so free 0x5571736146f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736147b0 0.000115
+gallium_dri.so free 0x557173614840 void 0.000113
+gallium_dri.so free 0x5571736147b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736147b0 0.000112
+gallium_dri.so free 0x557173614900 void 0.000114
+gallium_dri.so free 0x5571736147b0 void 0.000113
+gallium_dri.so malloc 72 0x557173614940 0.000114
+gallium_dri.so free 0x5571736149c0 void 0.000115
+gallium_dri.so free 0x557173614940 void 0.000113
+gallium_dri.so malloc 72 0x5571736149c0 0.000113
+gallium_dri.so free 0x557173614a80 void 0.000117
+gallium_dri.so free 0x5571736149c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736149c0 0.000128
+gallium_dri.so free 0x557173614b40 void 0.000116
+gallium_dri.so free 0x5571736149c0 void 0.000114
+gallium_dri.so malloc 72 0x557173614b60 0.000115
+gallium_dri.so free 0x557173614c00 void 0.000115
+gallium_dri.so free 0x557173614b60 void 0.000114
+gallium_dri.so malloc 72 0x557173614bb0 0.000113
+gallium_dri.so free 0x557173614c80 void 0.000116
+gallium_dri.so free 0x557173614bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173614bb0 0.000114
+gallium_dri.so free 0x557173614d00 void 0.000115
+gallium_dri.so free 0x557173614bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173614d00 0.000114
+gallium_dri.so free 0x557173614dc0 void 0.000116
+gallium_dri.so free 0x557173614d00 void 0.000115
+gallium_dri.so malloc 72 0x557173614d00 0.000113
+gallium_dri.so free 0x557173614e80 void 0.000114
+gallium_dri.so free 0x557173614d00 void 0.000115
+gallium_dri.so malloc 72 0x557173614d00 0.000127
+gallium_dri.so free 0x557173614f40 void 0.000116
+gallium_dri.so free 0x557173614d00 void 0.000114
+gallium_dri.so malloc 72 0x557173614ef0 0.000114
+gallium_dri.so free 0x557173615000 void 0.000114
+gallium_dri.so free 0x557173614ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173614fb0 0.000115
+gallium_dri.so free 0x557173615080 void 0.000117
+gallium_dri.so free 0x557173614fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571736150d0 0.000241
+gallium_dri.so free 0x557173615140 void 0.000185
+gallium_dri.so free 0x5571736150d0 void 0.000115
+gallium_dri.so malloc 72 0x557173615160 0.000114
+gallium_dri.so free 0x557173615200 void 0.000115
+gallium_dri.so free 0x557173615160 void 0.000114
+gallium_dri.so malloc 72 0x5571736151b0 0.000113
+gallium_dri.so free 0x557173615280 void 0.000115
+gallium_dri.so free 0x5571736151b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736151b0 0.000115
+gallium_dri.so free 0x557173615300 void 0.000116
+gallium_dri.so free 0x5571736151b0 void 0.000114
+gallium_dri.so malloc 72 0x557173615300 0.000115
+gallium_dri.so free 0x5571736153c0 void 0.000115
+gallium_dri.so free 0x557173615300 void 0.000114
+gallium_dri.so malloc 72 0x557173615300 0.000114
+gallium_dri.so free 0x5571736154c0 void 0.000118
+gallium_dri.so free 0x557173615300 void 0.000115
+gallium_dri.so malloc 72 0x557173615470 0.000116
+gallium_dri.so free 0x557173615500 void 0.000116
+gallium_dri.so free 0x557173615470 void 0.000114
+gallium_dri.so malloc 72 0x557173615470 0.000114
+gallium_dri.so free 0x5571736155c0 void 0.000114
+gallium_dri.so free 0x557173615470 void 0.000145
+gallium_dri.so malloc 72 0x557173615600 0.000124
+gallium_dri.so free 0x557173615680 void 0.000117
+gallium_dri.so free 0x557173615600 void 0.000125
+gallium_dri.so malloc 72 0x557173615680 0.000114
+gallium_dri.so free 0x557173615740 void 0.000115
+gallium_dri.so free 0x557173615680 void 0.000112
+gallium_dri.so malloc 72 0x557173615680 0.000114
+gallium_dri.so free 0x5571736157c0 void 0.000115
+gallium_dri.so free 0x557173615680 void 0.000114
+gallium_dri.so malloc 72 0x5571736157f0 0.000112
+gallium_dri.so free 0x557173615840 void 0.000114
+gallium_dri.so free 0x5571736157f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736157f0 0.000113
+gallium_dri.so free 0x557173615940 void 0.000114
+gallium_dri.so free 0x5571736157f0 void 0.000114
+gallium_dri.so malloc 72 0x557173615980 0.000114
+gallium_dri.so free 0x557173615a00 void 0.000114
+gallium_dri.so free 0x557173615980 void 0.000113
+gallium_dri.so malloc 72 0x557173615a00 0.000114
+gallium_dri.so free 0x557173615ac0 void 0.000114
+gallium_dri.so free 0x557173615a00 void 0.000113
+gallium_dri.so malloc 72 0x557173615a00 0.000114
+gallium_dri.so free 0x557173615b40 void 0.000114
+gallium_dri.so free 0x557173615a00 void 0.000113
+gallium_dri.so malloc 72 0x557173615b70 0.000113
+gallium_dri.so free 0x557173615bc0 void 0.000115
+gallium_dri.so free 0x557173615b70 void 0.000113
+gallium_dri.so malloc 72 0x557173615b70 0.000114
+gallium_dri.so free 0x557173615cc0 void 0.000114
+gallium_dri.so free 0x557173615b70 void 0.000132
+gallium_dri.so malloc 72 0x557173615c70 0.000117
+gallium_dri.so free 0x557173615d80 void 0.000115
+gallium_dri.so free 0x557173615c70 void 0.000114
+gallium_dri.so malloc 72 0x557173615d30 0.000114
+gallium_dri.so free 0x557173615e00 void 0.000116
+gallium_dri.so free 0x557173615d30 void 0.000114
+gallium_dri.so malloc 72 0x557173615d30 0.000118
+gallium_dri.so free 0x557173615ec0 void 0.000115
+gallium_dri.so free 0x557173615d30 void 0.000115
+gallium_dri.so malloc 72 0x557173615d30 0.000114
+gallium_dri.so free 0x557173615f80 void 0.000115
+gallium_dri.so free 0x557173615d30 void 0.000115
+gallium_dri.so malloc 72 0x557173615f30 0.000114
+gallium_dri.so free 0x557173616000 void 0.000116
+gallium_dri.so free 0x557173615f30 void 0.000116
+gallium_dri.so malloc 72 0x557173616050 0.000116
+gallium_dri.so free 0x5571736160c0 void 0.000146
+gallium_dri.so free 0x557173616050 void 0.000116
+gallium_dri.so malloc 72 0x5571736160e0 0.000115
+gallium_dri.so free 0x557173616180 void 0.000115
+gallium_dri.so free 0x5571736160e0 void 0.000114
+gallium_dri.so malloc 72 0x557173616130 0.000115
+gallium_dri.so free 0x557173616200 void 0.000116
+gallium_dri.so free 0x557173616130 void 0.000114
+gallium_dri.so malloc 72 0x557173616200 0.000115
+gallium_dri.so free 0x5571736162c0 void 0.000115
+gallium_dri.so free 0x557173616200 void 0.000127
+gallium_dri.so malloc 72 0x557173616200 0.000115
+gallium_dri.so free 0x557173616340 void 0.000115
+gallium_dri.so free 0x557173616200 void 0.000113
+gallium_dri.so malloc 72 0x557173616340 0.000113
+gallium_dri.so free 0x557173616400 void 0.000114
+gallium_dri.so free 0x557173616340 void 0.000114
+gallium_dri.so malloc 72 0x557173616340 0.000113
+gallium_dri.so free 0x5571736164c0 void 0.000115
+gallium_dri.so free 0x557173616340 void 0.000113
+gallium_dri.so malloc 72 0x557173616340 0.000114
+gallium_dri.so free 0x557173616580 void 0.000148
+gallium_dri.so free 0x557173616340 void 0.000119
+gallium_dri.so malloc 72 0x557173616530 0.000115
+gallium_dri.so free 0x557173616600 void 0.000115
+gallium_dri.so free 0x557173616530 void 0.000119
+gallium_dri.so malloc 72 0x557173616650 0.000114
+gallium_dri.so free 0x5571736166c0 void 0.000115
+gallium_dri.so free 0x557173616650 void 0.000113
+gallium_dri.so malloc 72 0x557173616700 0.000113
+gallium_dri.so free 0x557173616780 void 0.000114
+gallium_dri.so free 0x557173616700 void 0.000115
+gallium_dri.so malloc 72 0x557173616700 0.000115
+gallium_dri.so free 0x557173616800 void 0.000113
+gallium_dri.so free 0x557173616700 void 0.000116
+gallium_dri.so malloc 72 0x557173616830 0.000113
+gallium_dri.so free 0x557173616880 void 0.000114
+gallium_dri.so free 0x557173616830 void 0.000125
+gallium_dri.so malloc 72 0x557173616830 0.000114
+gallium_dri.so free 0x557173616980 void 0.000114
+gallium_dri.so free 0x557173616830 void 0.000114
+gallium_dri.so malloc 72 0x557173616930 0.000113
+gallium_dri.so free 0x557173616a40 void 0.000114
+gallium_dri.so free 0x557173616930 void 0.000113
+gallium_dri.so malloc 72 0x5571736169f0 0.000112
+gallium_dri.so free 0x557173616a80 void 0.000115
+gallium_dri.so free 0x5571736169f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736169f0 0.000113
+gallium_dri.so free 0x557173616b40 void 0.000114
+gallium_dri.so free 0x5571736169f0 void 0.000114
+gallium_dri.so malloc 72 0x557173616bb0 0.000113
+gallium_dri.so free 0x557173616c00 void 0.000114
+gallium_dri.so free 0x557173616bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173616bb0 0.000113
+gallium_dri.so free 0x557173616d00 void 0.000114
+gallium_dri.so free 0x557173616bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173616cb0 0.000113
+gallium_dri.so free 0x557173616dc0 void 0.000113
+gallium_dri.so free 0x557173616cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173616d70 0.000114
+gallium_dri.so free 0x557173616e00 void 0.000114
+gallium_dri.so free 0x557173616d70 void 0.000115
+gallium_dri.so malloc 72 0x557173616d70 0.000113
+gallium_dri.so free 0x557173616ec0 void 0.000115
+gallium_dri.so free 0x557173616d70 void 0.000113
+gallium_dri.so malloc 72 0x557173616f00 0.000162
+gallium_dri.so free 0x557173616f80 void 0.000115
+gallium_dri.so free 0x557173616f00 void 0.000114
+gallium_dri.so malloc 72 0x557173616f80 0.000115
+gallium_dri.so free 0x557173617040 void 0.000113
+gallium_dri.so free 0x557173616f80 void 0.000114
+gallium_dri.so malloc 72 0x557173616f80 0.000113
+gallium_dri.so free 0x557173617100 void 0.000113
+gallium_dri.so free 0x557173616f80 void 0.000112
+gallium_dri.so malloc 72 0x557173617120 0.000115
+gallium_dri.so free 0x5571736171c0 void 0.000114
+gallium_dri.so free 0x557173617120 void 0.000114
+gallium_dri.so malloc 72 0x557173617170 0.000113
+gallium_dri.so free 0x557173617240 void 0.000116
+gallium_dri.so free 0x557173617170 void 0.000114
+gallium_dri.so malloc 72 0x557173617170 0.000113
+gallium_dri.so free 0x5571736172c0 void 0.000114
+gallium_dri.so free 0x557173617170 void 0.000114
+gallium_dri.so malloc 72 0x5571736172c0 0.000113
+gallium_dri.so free 0x557173617380 void 0.000114
+gallium_dri.so free 0x5571736172c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736172c0 0.000120
+gallium_dri.so free 0x557173617440 void 0.000125
+gallium_dri.so free 0x5571736172c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736172c0 0.000127
+gallium_dri.so free 0x557173617500 void 0.000118
+gallium_dri.so free 0x5571736172c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736174b0 0.000118
+gallium_dri.so free 0x5571736175c0 void 0.000118
+gallium_dri.so free 0x5571736174b0 void 0.000114
+gallium_dri.so malloc 72 0x557173617570 0.000117
+gallium_dri.so free 0x557173617640 void 0.000115
+gallium_dri.so free 0x557173617570 void 0.000113
+gallium_dri.so malloc 72 0x557173617690 0.000113
+gallium_dri.so free 0x557173617700 void 0.000116
+gallium_dri.so free 0x557173617690 void 0.000114
+gallium_dri.so malloc 72 0x557173617720 0.000113
+gallium_dri.so free 0x5571736177c0 void 0.000115
+gallium_dri.so free 0x557173617720 void 0.000112
+gallium_dri.so malloc 72 0x557173617770 0.000112
+gallium_dri.so free 0x557173617840 void 0.000114
+gallium_dri.so free 0x557173617770 void 0.000113
+gallium_dri.so malloc 72 0x557173617770 0.000113
+gallium_dri.so free 0x5571736178c0 void 0.000114
+gallium_dri.so free 0x557173617770 void 0.000114
+gallium_dri.so malloc 72 0x5571736178c0 0.000114
+gallium_dri.so free 0x557173617980 void 0.000113
+gallium_dri.so free 0x5571736178c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736178c0 0.000113
+gallium_dri.so free 0x557173617a80 void 0.000114
+gallium_dri.so free 0x5571736178c0 void 0.000112
+gallium_dri.so malloc 72 0x557173617a30 0.000113
+gallium_dri.so free 0x557173617ac0 void 0.000113
+gallium_dri.so free 0x557173617a30 void 0.000125
+gallium_dri.so malloc 72 0x557173617a30 0.000113
+gallium_dri.so free 0x557173617b80 void 0.000114
+gallium_dri.so free 0x557173617a30 void 0.000114
+gallium_dri.so malloc 72 0x557173617bc0 0.000116
+gallium_dri.so free 0x557173617c40 void 0.000114
+gallium_dri.so free 0x557173617bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173617c40 0.000113
+gallium_dri.so free 0x557173617d00 void 0.000115
+gallium_dri.so free 0x557173617c40 void 0.000113
+gallium_dri.so malloc 72 0x557173617c40 0.000113
+gallium_dri.so free 0x557173617d80 void 0.000113
+gallium_dri.so free 0x557173617c40 void 0.000114
+gallium_dri.so malloc 72 0x557173617db0 0.000113
+gallium_dri.so free 0x557173617e00 void 0.000114
+gallium_dri.so free 0x557173617db0 void 0.000113
+gallium_dri.so malloc 72 0x557173617db0 0.000113
+gallium_dri.so free 0x557173617f00 void 0.000115
+gallium_dri.so free 0x557173617db0 void 0.000114
+gallium_dri.so malloc 72 0x557173617f40 0.000112
+gallium_dri.so free 0x557173617fc0 void 0.000113
+gallium_dri.so free 0x557173617f40 void 0.000114
+gallium_dri.so malloc 72 0x557173617fc0 0.000113
+gallium_dri.so free 0x557173618080 void 0.000113
+gallium_dri.so free 0x557173617fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173617fc0 0.000113
+gallium_dri.so free 0x557173618100 void 0.000114
+gallium_dri.so free 0x557173617fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173618130 0.000126
+gallium_dri.so free 0x557173618180 void 0.000119
+gallium_dri.so free 0x557173618130 void 0.000113
+gallium_dri.so malloc 72 0x557173618130 0.000114
+gallium_dri.so free 0x557173618280 void 0.000113
+gallium_dri.so free 0x557173618130 void 0.000124
+gallium_dri.so malloc 72 0x557173618230 0.000124
+gallium_dri.so free 0x557173618340 void 0.000213
+gallium_dri.so free 0x557173618230 void 0.000128
+gallium_dri.so malloc 72 0x5571736182f0 0.000136
+gallium_dri.so free 0x5571736183c0 void 0.000129
+gallium_dri.so free 0x5571736182f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736182f0 0.000123
+gallium_dri.so free 0x557173618480 void 0.000124
+gallium_dri.so free 0x5571736182f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736182f0 0.000122
+gallium_dri.so free 0x557173618540 void 0.000131
+gallium_dri.so free 0x5571736182f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736184f0 0.000119
+gallium_dri.so free 0x5571736185c0 void 0.000115
+gallium_dri.so free 0x5571736184f0 void 0.000119
+gallium_dri.so malloc 72 0x557173618610 0.000195
+gallium_dri.so free 0x557173618680 void 0.000125
+gallium_dri.so free 0x557173618610 void 0.000123
+gallium_dri.so malloc 72 0x5571736186a0 0.000125
+gallium_dri.so free 0x557173618740 void 0.000123
+gallium_dri.so free 0x5571736186a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736186f0 0.000120
+gallium_dri.so free 0x5571736187c0 void 0.000124
+gallium_dri.so free 0x5571736186f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736187c0 0.000152
+gallium_dri.so free 0x557173618880 void 0.000123
+gallium_dri.so free 0x5571736187c0 void 0.000122
+gallium_dri.so malloc 72 0x5571736187c0 0.000124
+gallium_dri.so free 0x557173618900 void 0.000124
+gallium_dri.so free 0x5571736187c0 void 0.000211
+gallium_dri.so malloc 72 0x557173618900 0.000268
+gallium_dri.so free 0x5571736189c0 void 0.000271
+gallium_dri.so free 0x557173618900 void 0.000256
+gallium_dri.so malloc 72 0x557173618900 0.000224
+gallium_dri.so free 0x557173618a80 void 0.000224
+gallium_dri.so free 0x557173618900 void 0.000219
+gallium_dri.so malloc 72 0x557173618900 0.000218
+gallium_dri.so free 0x557173618b40 void 0.000219
+gallium_dri.so free 0x557173618900 void 0.000221
+gallium_dri.so malloc 72 0x557173618af0 0.000125
+gallium_dri.so free 0x557173618bc0 void 0.000119
+gallium_dri.so free 0x557173618af0 void 0.000113
+gallium_dri.so malloc 72 0x557173618c10 0.000120
+gallium_dri.so free 0x557173618c80 void 0.000123
+gallium_dri.so free 0x557173618c10 void 0.000124
+gallium_dri.so malloc 72 0x557173618cc0 0.000125
+gallium_dri.so free 0x557173618d40 void 0.000118
+gallium_dri.so free 0x557173618cc0 void 0.000123
+gallium_dri.so malloc 72 0x557173618cc0 0.000118
+gallium_dri.so free 0x557173618dc0 void 0.000114
+gallium_dri.so free 0x557173618cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173618df0 0.000125
+gallium_dri.so free 0x557173618e40 void 0.000130
+gallium_dri.so free 0x557173618df0 void 0.000133
+gallium_dri.so malloc 72 0x557173618df0 0.000125
+gallium_dri.so free 0x557173618f40 void 0.000123
+gallium_dri.so free 0x557173618df0 void 0.000125
+gallium_dri.so malloc 72 0x557173618ef0 0.000118
+gallium_dri.so free 0x557173619000 void 0.000119
+gallium_dri.so free 0x557173618ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173618fb0 0.000120
+gallium_dri.so free 0x557173619040 void 0.000121
+gallium_dri.so free 0x557173618fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173618fb0 0.000123
+gallium_dri.so free 0x557173619100 void 0.000123
+gallium_dri.so free 0x557173618fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173619170 0.000119
+gallium_dri.so free 0x5571736191c0 void 0.000119
+gallium_dri.so free 0x557173619170 void 0.000128
+gallium_dri.so malloc 72 0x557173619170 0.000131
+gallium_dri.so free 0x5571736192c0 void 0.000130
+gallium_dri.so free 0x557173619170 void 0.000125
+gallium_dri.so malloc 72 0x557173619270 0.000126
+gallium_dri.so free 0x557173619380 void 0.000125
+gallium_dri.so free 0x557173619270 void 0.000120
+gallium_dri.so malloc 72 0x557173619330 0.000133
+gallium_dri.so free 0x5571736193c0 void 0.000125
+gallium_dri.so free 0x557173619330 void 0.000125
+gallium_dri.so malloc 72 0x557173619330 0.000120
+gallium_dri.so free 0x557173619480 void 0.000120
+gallium_dri.so free 0x557173619330 void 0.000125
+gallium_dri.so malloc 72 0x5571736194c0 0.000125
+gallium_dri.so free 0x557173619540 void 0.000120
+gallium_dri.so free 0x5571736194c0 void 0.000125
+gallium_dri.so malloc 72 0x557173619540 0.000129
+gallium_dri.so free 0x557173619600 void 0.000129
+gallium_dri.so free 0x557173619540 void 0.000131
+gallium_dri.so malloc 72 0x557173619540 0.000129
+gallium_dri.so free 0x5571736196c0 void 0.000130
+gallium_dri.so free 0x557173619540 void 0.000129
+gallium_dri.so malloc 72 0x5571736196e0 0.000129
+gallium_dri.so free 0x557173619780 void 0.000131
+gallium_dri.so free 0x5571736196e0 void 0.000129
+gallium_dri.so malloc 72 0x557173619730 0.000125
+gallium_dri.so free 0x557173619800 void 0.000127
+gallium_dri.so free 0x557173619730 void 0.000129
+gallium_dri.so malloc 72 0x557173619730 0.000132
+gallium_dri.so free 0x557173619880 void 0.000131
+gallium_dri.so free 0x557173619730 void 0.000130
+gallium_dri.so malloc 72 0x557173619880 0.000124
+gallium_dri.so free 0x557173619940 void 0.000120
+gallium_dri.so free 0x557173619880 void 0.000125
+gallium_dri.so malloc 72 0x557173619880 0.000129
+gallium_dri.so free 0x557173619a00 void 0.000129
+gallium_dri.so free 0x557173619880 void 0.000129
+gallium_dri.so malloc 72 0x557173619880 0.000159
+gallium_dri.so free 0x557173619ac0 void 0.000132
+gallium_dri.so free 0x557173619880 void 0.000127
+gallium_dri.so malloc 72 0x557173619a70 0.000125
+gallium_dri.so free 0x557173619b80 void 0.000130
+gallium_dri.so free 0x557173619a70 void 0.000235
+gallium_dri.so malloc 72 0x557173619b30 0.000219
+gallium_dri.so free 0x557173619c00 void 0.000197
+gallium_dri.so free 0x557173619b30 void 0.000127
+gallium_dri.so malloc 72 0x557173619c50 0.000128
+gallium_dri.so free 0x557173619cc0 void 0.000129
+gallium_dri.so free 0x557173619c50 void 0.000124
+gallium_dri.so malloc 72 0x557173619ce0 0.000191
+gallium_dri.so free 0x557173619d80 void 0.000130
+gallium_dri.so free 0x557173619ce0 void 0.000125
+gallium_dri.so malloc 72 0x557173619d30 0.000125
+gallium_dri.so free 0x557173619e00 void 0.000124
+gallium_dri.so free 0x557173619d30 void 0.000125
+gallium_dri.so malloc 72 0x557173619d30 0.000123
+gallium_dri.so free 0x557173619e80 void 0.000125
+gallium_dri.so free 0x557173619d30 void 0.000119
+gallium_dri.so malloc 72 0x557173619e80 0.000119
+gallium_dri.so free 0x557173619f40 void 0.000120
+gallium_dri.so free 0x557173619e80 void 0.000123
+gallium_dri.so malloc 72 0x557173619e80 0.000130
+gallium_dri.so free 0x55717361a040 void 0.000130
+gallium_dri.so free 0x557173619e80 void 0.000124
+gallium_dri.so malloc 72 0x557173619ff0 0.000124
+gallium_dri.so free 0x55717361a080 void 0.000129
+gallium_dri.so free 0x557173619ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173619ff0 0.000130
+gallium_dri.so free 0x55717361a140 void 0.000136
+gallium_dri.so free 0x557173619ff0 void 0.000134
+gallium_dri.so malloc 72 0x55717361a180 0.000131
+gallium_dri.so free 0x55717361a200 void 0.000130
+gallium_dri.so free 0x55717361a180 void 0.000130
+gallium_dri.so malloc 72 0x55717361a200 0.000141
+gallium_dri.so free 0x55717361a2c0 void 0.000126
+gallium_dri.so free 0x55717361a200 void 0.000125
+gallium_dri.so malloc 72 0x55717361a200 0.000164
+gallium_dri.so free 0x55717361a340 void 0.000131
+gallium_dri.so free 0x55717361a200 void 0.000131
+gallium_dri.so malloc 72 0x55717361a370 0.000133
+gallium_dri.so free 0x55717361a3c0 void 0.000131
+gallium_dri.so free 0x55717361a370 void 0.000131
+gallium_dri.so malloc 72 0x55717361a370 0.000125
+gallium_dri.so free 0x55717361a4c0 void 0.000125
+gallium_dri.so free 0x55717361a370 void 0.000129
+gallium_dri.so malloc 72 0x55717361a500 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000124
+gallium_dri.so free 0x55717361a500 void 0.000125
+gallium_dri.so malloc 72 0x55717361a580 0.000130
+gallium_dri.so free 0x55717361a640 void 0.000129
+gallium_dri.so free 0x55717361a580 void 0.000131
+gallium_dri.so malloc 72 0x55717361a580 0.000125
+gallium_dri.so free 0x55717361a6c0 void 0.000126
+gallium_dri.so free 0x55717361a580 void 0.000132
+gallium_dri.so malloc 72 0x55717361a6f0 0.000131
+gallium_dri.so free 0x55717361a740 void 0.000151
+gallium_dri.so free 0x55717361a6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a6f0 0.000141
+gallium_dri.so free 0x55717361a840 void 0.000130
+gallium_dri.so free 0x55717361a6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a7f0 0.000131
+gallium_dri.so free 0x55717361a900 void 0.000125
+gallium_dri.so free 0x55717361a7f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a8b0 0.000143
+gallium_dri.so free 0x55717361a980 void 0.000131
+gallium_dri.so free 0x55717361a8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a8b0 0.000130
+gallium_dri.so free 0x55717361aa40 void 0.000130
+gallium_dri.so free 0x55717361a8b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a8b0 0.000129
+gallium_dri.so free 0x55717361ab00 void 0.000124
+gallium_dri.so free 0x55717361a8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361aab0 0.000130
+gallium_dri.so free 0x55717361ab80 void 0.000124
+gallium_dri.so free 0x55717361aab0 void 0.000119
+gallium_dri.so malloc 72 0x55717361abd0 0.000119
+gallium_dri.so free 0x55717361ac40 void 0.000120
+gallium_dri.so free 0x55717361abd0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ac60 0.000118
+gallium_dri.so free 0x55717361ad00 void 0.000126
+gallium_dri.so free 0x55717361ac60 void 0.000114
+gallium_dri.so malloc 72 0x55717361acb0 0.000113
+gallium_dri.so free 0x55717361ad80 void 0.000119
+gallium_dri.so free 0x55717361acb0 void 0.000116
+gallium_dri.so malloc 72 0x55717361ad80 0.000113
+gallium_dri.so free 0x55717361ae40 void 0.000115
+gallium_dri.so free 0x55717361ad80 void 0.000114
+gallium_dri.so malloc 72 0x55717361ad80 0.000114
+gallium_dri.so free 0x55717361aec0 void 0.000115
+gallium_dri.so free 0x55717361ad80 void 0.000113
+gallium_dri.so malloc 72 0x55717361aec0 0.000113
+gallium_dri.so free 0x55717361af80 void 0.000114
+gallium_dri.so free 0x55717361aec0 void 0.000112
+gallium_dri.so malloc 72 0x55717361aec0 0.000114
+gallium_dri.so free 0x55717361b040 void 0.000115
+gallium_dri.so free 0x55717361aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361aec0 0.000113
+gallium_dri.so free 0x55717361b100 void 0.000115
+gallium_dri.so free 0x55717361aec0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b0b0 0.000113
+gallium_dri.so free 0x55717361b180 void 0.000114
+gallium_dri.so free 0x55717361b0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b1d0 0.000113
+gallium_dri.so free 0x55717361b240 void 0.000113
+gallium_dri.so free 0x55717361b1d0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b280 0.000114
+gallium_dri.so free 0x55717361b300 void 0.000114
+gallium_dri.so free 0x55717361b280 void 0.000114
+gallium_dri.so malloc 72 0x55717361b280 0.000114
+gallium_dri.so free 0x55717361b380 void 0.000121
+gallium_dri.so free 0x55717361b280 void 0.000114
+gallium_dri.so malloc 72 0x55717361b3b0 0.000114
+gallium_dri.so free 0x55717361b400 void 0.000114
+gallium_dri.so free 0x55717361b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b3b0 0.000116
+gallium_dri.so free 0x55717361b500 void 0.000116
+gallium_dri.so free 0x55717361b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b4b0 0.000105
+gallium_dri.so free 0x55717361b5c0 void 0.000262
+gallium_dri.so free 0x55717361b4b0 void 0.000190
+gallium_dri.so malloc 72 0x55717361b570 0.000153
+gallium_dri.so free 0x55717361b600 void 0.000115
+gallium_dri.so free 0x55717361b570 void 0.000113
+gallium_dri.so malloc 72 0x55717361b570 0.000113
+gallium_dri.so free 0x55717361b6c0 void 0.000113
+gallium_dri.so free 0x55717361b570 void 0.000113
+gallium_dri.so malloc 72 0x55717361b730 0.000114
+gallium_dri.so free 0x55717361b780 void 0.000115
+gallium_dri.so free 0x55717361b730 void 0.000115
+gallium_dri.so malloc 72 0x55717361b730 0.000113
+gallium_dri.so free 0x55717361b880 void 0.000113
+gallium_dri.so free 0x55717361b730 void 0.000112
+gallium_dri.so malloc 72 0x55717361b830 0.000112
+gallium_dri.so free 0x55717361b940 void 0.000114
+gallium_dri.so free 0x55717361b830 void 0.000129
+gallium_dri.so malloc 72 0x55717361b8f0 0.000114
+gallium_dri.so free 0x55717361b980 void 0.000114
+gallium_dri.so free 0x55717361b8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b8f0 0.000112
+gallium_dri.so free 0x55717361ba40 void 0.000114
+gallium_dri.so free 0x55717361b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba80 0.000113
+gallium_dri.so free 0x55717361bb00 void 0.000114
+gallium_dri.so free 0x55717361ba80 void 0.000112
+gallium_dri.so malloc 72 0x55717361bb00 0.000114
+gallium_dri.so free 0x55717361bbc0 void 0.000114
+gallium_dri.so free 0x55717361bb00 void 0.000114
+gallium_dri.so malloc 72 0x55717361bb00 0.000113
+gallium_dri.so free 0x55717361bc80 void 0.000115
+gallium_dri.so free 0x55717361bb00 void 0.000119
+gallium_dri.so malloc 72 0x55717361bca0 0.000113
+gallium_dri.so free 0x55717361bd40 void 0.000115
+gallium_dri.so free 0x55717361bca0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bcf0 0.000112
+gallium_dri.so free 0x55717361bdc0 void 0.000114
+gallium_dri.so free 0x55717361bcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bcf0 0.000113
+gallium_dri.so free 0x55717361be40 void 0.000114
+gallium_dri.so free 0x55717361bcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361be40 0.000114
+gallium_dri.so free 0x55717361bf00 void 0.000114
+gallium_dri.so free 0x55717361be40 void 0.000112
+gallium_dri.so malloc 72 0x55717361be40 0.000124
+gallium_dri.so free 0x55717361bfc0 void 0.000117
+gallium_dri.so free 0x55717361be40 void 0.000117
+gallium_dri.so malloc 72 0x55717361be40 0.000115
+gallium_dri.so free 0x55717361c080 void 0.000113
+gallium_dri.so free 0x55717361be40 void 0.000114
+gallium_dri.so malloc 72 0x55717361c030 0.000114
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so free 0x55717361c030 void 0.000113
+gallium_dri.so malloc 72 0x55717361c0f0 0.000114
+gallium_dri.so free 0x55717361c1c0 void 0.000116
+gallium_dri.so free 0x55717361c0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c210 0.000114
+gallium_dri.so free 0x55717361c280 void 0.000113
+gallium_dri.so free 0x55717361c210 void 0.000113
+gallium_dri.so malloc 72 0x55717361c2a0 0.000113
+gallium_dri.so free 0x55717361c340 void 0.000116
+gallium_dri.so free 0x55717361c2a0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c2f0 0.000113
+gallium_dri.so free 0x55717361c3c0 void 0.000114
+gallium_dri.so free 0x55717361c2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c2f0 0.000113
+gallium_dri.so free 0x55717361c440 void 0.000113
+gallium_dri.so free 0x55717361c2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c440 0.000113
+gallium_dri.so free 0x55717361c500 void 0.000134
+gallium_dri.so free 0x55717361c440 void 0.000117
+gallium_dri.so malloc 72 0x55717361c440 0.000160
+gallium_dri.so free 0x55717361c600 void 0.000114
+gallium_dri.so free 0x55717361c440 void 0.000113
+gallium_dri.so malloc 72 0x55717361c5b0 0.000114
+gallium_dri.so free 0x55717361c640 void 0.000114
+gallium_dri.so free 0x55717361c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c5b0 0.000113
+gallium_dri.so free 0x55717361c700 void 0.000114
+gallium_dri.so free 0x55717361c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c740 0.000114
+gallium_dri.so free 0x55717361c7c0 void 0.000115
+gallium_dri.so free 0x55717361c740 void 0.000113
+gallium_dri.so malloc 72 0x55717361c7c0 0.000113
+gallium_dri.so free 0x55717361c880 void 0.000114
+gallium_dri.so free 0x55717361c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c7c0 0.000113
+gallium_dri.so free 0x55717361c900 void 0.000114
+gallium_dri.so free 0x55717361c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c930 0.000114
+gallium_dri.so free 0x55717361c980 void 0.000114
+gallium_dri.so free 0x55717361c930 void 0.000113
+gallium_dri.so malloc 72 0x55717361c930 0.000115
+gallium_dri.so free 0x55717361ca80 void 0.000114
+gallium_dri.so free 0x55717361c930 void 0.000113
+gallium_dri.so malloc 72 0x55717361cac0 0.000113
+gallium_dri.so free 0x55717361cb40 void 0.000114
+gallium_dri.so free 0x55717361cac0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cb40 0.000127
+gallium_dri.so free 0x55717361cc00 void 0.000115
+gallium_dri.so free 0x55717361cb40 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb40 0.000114
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so free 0x55717361cb40 void 0.000117
+gallium_dri.so malloc 72 0x55717361ccb0 0.000113
+gallium_dri.so free 0x55717361cd00 void 0.000113
+gallium_dri.so free 0x55717361ccb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ccb0 0.000112
+gallium_dri.so free 0x55717361ce00 void 0.000113
+gallium_dri.so free 0x55717361ccb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cdb0 0.000115
+gallium_dri.so free 0x55717361cec0 void 0.000113
+gallium_dri.so free 0x55717361cdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ce70 0.000113
+gallium_dri.so free 0x55717361cf40 void 0.000115
+gallium_dri.so free 0x55717361ce70 void 0.000112
+gallium_dri.so malloc 72 0x55717361ce70 0.000112
+gallium_dri.so free 0x55717361d000 void 0.000115
+gallium_dri.so free 0x55717361ce70 void 0.000112
+gallium_dri.so malloc 72 0x55717361ce70 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so free 0x55717361ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717361d070 0.000112
+gallium_dri.so free 0x55717361d140 void 0.000114
+gallium_dri.so free 0x55717361d070 void 0.000113
+gallium_dri.so malloc 72 0x55717361d190 0.000113
+gallium_dri.so free 0x55717361d200 void 0.000159
+gallium_dri.so free 0x55717361d190 void 0.000120
+gallium_dri.so malloc 72 0x55717361d220 0.000113
+gallium_dri.so free 0x55717361d2c0 void 0.000113
+gallium_dri.so free 0x55717361d220 void 0.000112
+gallium_dri.so malloc 72 0x55717361d270 0.000114
+gallium_dri.so free 0x55717361d340 void 0.000113
+gallium_dri.so free 0x55717361d270 void 0.000112
+gallium_dri.so malloc 72 0x55717361d340 0.000114
+gallium_dri.so free 0x55717361d400 void 0.000113
+gallium_dri.so free 0x55717361d340 void 0.000113
+gallium_dri.so malloc 72 0x55717361d340 0.000113
+gallium_dri.so free 0x55717361d480 void 0.000126
+gallium_dri.so free 0x55717361d340 void 0.000114
+gallium_dri.so malloc 72 0x55717361d480 0.000113
+gallium_dri.so free 0x55717361d540 void 0.000115
+gallium_dri.so free 0x55717361d480 void 0.000116
+gallium_dri.so malloc 72 0x55717361d480 0.000115
+gallium_dri.so free 0x55717361d600 void 0.000114
+gallium_dri.so free 0x55717361d480 void 0.000114
+gallium_dri.so malloc 72 0x55717361d480 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000114
+gallium_dri.so free 0x55717361d480 void 0.000113
+gallium_dri.so malloc 72 0x55717361d670 0.000114
+gallium_dri.so free 0x55717361d740 void 0.000113
+gallium_dri.so free 0x55717361d670 void 0.000112
+gallium_dri.so malloc 72 0x55717361d790 0.000114
+gallium_dri.so free 0x55717361d800 void 0.000127
+gallium_dri.so free 0x55717361d790 void 0.000115
+gallium_dri.so malloc 72 0x55717361d840 0.000114
+gallium_dri.so free 0x55717361d8c0 void 0.000114
+gallium_dri.so free 0x55717361d840 void 0.000112
+gallium_dri.so malloc 72 0x55717361d840 0.000113
+gallium_dri.so free 0x55717361d940 void 0.000114
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so malloc 72 0x55717361d970 0.000114
+gallium_dri.so free 0x55717361d9c0 void 0.000114
+gallium_dri.so free 0x55717361d970 void 0.000114
+gallium_dri.so malloc 72 0x55717361d970 0.000114
+gallium_dri.so free 0x55717361dac0 void 0.000114
+gallium_dri.so free 0x55717361d970 void 0.000113
+gallium_dri.so malloc 72 0x55717361da70 0.000113
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361da70 void 0.000112
+gallium_dri.so malloc 72 0x55717361db30 0.000113
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so free 0x55717361db30 void 0.000114
+gallium_dri.so malloc 72 0x55717361db30 0.000113
+gallium_dri.so free 0x55717361dc80 void 0.000118
+gallium_dri.so free 0x55717361db30 void 0.000114
+gallium_dri.so malloc 72 0x55717361dcf0 0.000114
+gallium_dri.so free 0x55717361dd40 void 0.000115
+gallium_dri.so free 0x55717361dcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dcf0 0.000113
+gallium_dri.so free 0x55717361de40 void 0.000125
+gallium_dri.so free 0x55717361dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddf0 0.000113
+gallium_dri.so free 0x55717361df00 void 0.000115
+gallium_dri.so free 0x55717361ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361deb0 0.000113
+gallium_dri.so free 0x55717361df40 void 0.000114
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361deb0 0.000115
+gallium_dri.so free 0x55717361e000 void 0.000114
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e040 0.000114
+gallium_dri.so free 0x55717361e0c0 void 0.000113
+gallium_dri.so free 0x55717361e040 void 0.000117
+gallium_dri.so malloc 72 0x55717361e0c0 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000115
+gallium_dri.so free 0x55717361e0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e0c0 0.000114
+gallium_dri.so free 0x55717361e240 void 0.000114
+gallium_dri.so free 0x55717361e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e260 0.000113
+gallium_dri.so free 0x55717361e300 void 0.000114
+gallium_dri.so free 0x55717361e260 void 0.000113
+gallium_dri.so malloc 72 0x55717361e2b0 0.000114
+gallium_dri.so free 0x55717361e380 void 0.000114
+gallium_dri.so free 0x55717361e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e2b0 0.000124
+gallium_dri.so free 0x55717361e400 void 0.000119
+gallium_dri.so free 0x55717361e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e400 0.000113
+gallium_dri.so free 0x55717361e4c0 void 0.000114
+gallium_dri.so free 0x55717361e400 void 0.000112
+gallium_dri.so malloc 72 0x55717361e400 0.000113
+gallium_dri.so free 0x55717361e580 void 0.000113
+gallium_dri.so free 0x55717361e400 void 0.000113
+gallium_dri.so malloc 72 0x55717361e400 0.000113
+gallium_dri.so free 0x55717361e640 void 0.000114
+gallium_dri.so free 0x55717361e400 void 0.000114
+gallium_dri.so malloc 72 0x55717361e5f0 0.000113
+gallium_dri.so free 0x55717361e700 void 0.000113
+gallium_dri.so free 0x55717361e5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e6b0 0.000113
+gallium_dri.so free 0x55717361e780 void 0.000113
+gallium_dri.so free 0x55717361e6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e7d0 0.000114
+gallium_dri.so free 0x55717361e840 void 0.000115
+gallium_dri.so free 0x55717361e7d0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e860 0.000113
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so free 0x55717361e860 void 0.000113
+gallium_dri.so malloc 72 0x55717361e8b0 0.000114
+gallium_dri.so free 0x55717361e980 void 0.000117
+gallium_dri.so free 0x55717361e8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e8b0 0.000112
+gallium_dri.so free 0x55717361ea00 void 0.000115
+gallium_dri.so free 0x55717361e8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361ea00 0.000113
+gallium_dri.so free 0x55717361eac0 void 0.000115
+gallium_dri.so free 0x55717361ea00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ea00 0.000113
+gallium_dri.so free 0x55717361ebc0 void 0.000113
+gallium_dri.so free 0x55717361ea00 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb70 0.000114
+gallium_dri.so free 0x55717361ec00 void 0.000113
+gallium_dri.so free 0x55717361eb70 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb70 0.000114
+gallium_dri.so free 0x55717361ecc0 void 0.000117
+gallium_dri.so free 0x55717361eb70 void 0.000115
+gallium_dri.so malloc 72 0x55717361ed00 0.000112
+gallium_dri.so free 0x55717361ed80 void 0.000113
+gallium_dri.so free 0x55717361ed00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ed80 0.000113
+gallium_dri.so free 0x55717361ee40 void 0.000138
+gallium_dri.so free 0x55717361ed80 void 0.000116
+gallium_dri.so malloc 72 0x55717361ed80 0.000113
+gallium_dri.so free 0x55717361eec0 void 0.000114
+gallium_dri.so free 0x55717361ed80 void 0.000113
+gallium_dri.so malloc 72 0x55717361eef0 0.000113
+gallium_dri.so free 0x55717361ef40 void 0.000115
+gallium_dri.so free 0x55717361eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eef0 0.000115
+gallium_dri.so free 0x55717361f040 void 0.000114
+gallium_dri.so free 0x55717361eef0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f080 0.000114
+gallium_dri.so free 0x55717361f100 void 0.000115
+gallium_dri.so free 0x55717361f080 void 0.000113
+gallium_dri.so malloc 72 0x55717361f100 0.000112
+gallium_dri.so free 0x55717361f1c0 void 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000113
+gallium_dri.so malloc 72 0x55717361f100 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000113
+gallium_dri.so malloc 72 0x55717361f270 0.000113
+gallium_dri.so free 0x55717361f2c0 void 0.000113
+gallium_dri.so free 0x55717361f270 void 0.000113
+gallium_dri.so malloc 72 0x55717361f270 0.000138
+gallium_dri.so free 0x55717361f3c0 void 0.000116
+gallium_dri.so free 0x55717361f270 void 0.000114
+gallium_dri.so malloc 72 0x55717361f370 0.000113
+gallium_dri.so free 0x55717361f480 void 0.000114
+gallium_dri.so free 0x55717361f370 void 0.000114
+gallium_dri.so malloc 72 0x55717361f430 0.000115
+gallium_dri.so free 0x55717361f500 void 0.000115
+gallium_dri.so free 0x55717361f430 void 0.000113
+gallium_dri.so malloc 72 0x55717361f430 0.000114
+gallium_dri.so free 0x55717361f5c0 void 0.000114
+gallium_dri.so free 0x55717361f430 void 0.000114
+gallium_dri.so malloc 72 0x55717361f430 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so free 0x55717361f430 void 0.000121
+gallium_dri.so malloc 72 0x55717361f630 0.000114
+gallium_dri.so free 0x55717361f700 void 0.000115
+gallium_dri.so free 0x55717361f630 void 0.000113
+gallium_dri.so malloc 72 0x55717361f750 0.000113
+gallium_dri.so free 0x55717361f7c0 void 0.000113
+gallium_dri.so free 0x55717361f750 void 0.000112
+gallium_dri.so malloc 72 0x55717361f7e0 0.000114
+gallium_dri.so free 0x55717361f880 void 0.000114
+gallium_dri.so free 0x55717361f7e0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f830 0.000114
+gallium_dri.so free 0x55717361f900 void 0.000113
+gallium_dri.so free 0x55717361f830 void 0.000113
+gallium_dri.so malloc 72 0x55717361f900 0.000115
+gallium_dri.so free 0x55717361f9c0 void 0.000114
+gallium_dri.so free 0x55717361f900 void 0.000114
+gallium_dri.so malloc 72 0x55717361f900 0.000113
+gallium_dri.so free 0x55717361fa40 void 0.000117
+gallium_dri.so free 0x55717361f900 void 0.000114
+gallium_dri.so malloc 72 0x55717361fa40 0.000113
+gallium_dri.so free 0x55717361fb00 void 0.000113
+gallium_dri.so free 0x55717361fa40 void 0.000115
+gallium_dri.so malloc 72 0x55717361fa40 0.000112
+gallium_dri.so free 0x55717361fbc0 void 0.000114
+gallium_dri.so free 0x55717361fa40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa40 0.000113
+gallium_dri.so free 0x55717361fc80 void 0.000114
+gallium_dri.so free 0x55717361fa40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc30 0.000126
+gallium_dri.so free 0x55717361fd00 void 0.000116
+gallium_dri.so free 0x55717361fc30 void 0.000116
+gallium_dri.so malloc 72 0x55717361fd50 0.000114
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x55717361fd50 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe00 0.000114
+gallium_dri.so free 0x55717361fe80 void 0.000114
+gallium_dri.so free 0x55717361fe00 void 0.000117
+gallium_dri.so malloc 72 0x55717361fe00 0.000113
+gallium_dri.so free 0x55717361ff00 void 0.000115
+gallium_dri.so free 0x55717361fe00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ff30 0.000113
+gallium_dri.so free 0x55717361ff80 void 0.000115
+gallium_dri.so free 0x55717361ff30 void 0.000112
+gallium_dri.so malloc 72 0x55717361ff30 0.000115
+gallium_dri.so free 0x557173620080 void 0.000114
+gallium_dri.so free 0x55717361ff30 void 0.000114
+gallium_dri.so malloc 72 0x557173620030 0.000114
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so free 0x557173620030 void 0.000114
+gallium_dri.so malloc 72 0x5571736200f0 0.000113
+gallium_dri.so free 0x557173620180 void 0.000116
+gallium_dri.so free 0x5571736200f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736200f0 0.000113
+gallium_dri.so free 0x557173620240 void 0.000115
+gallium_dri.so free 0x5571736200f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736202b0 0.000179
+gallium_dri.so free 0x557173620300 void 0.000116
+gallium_dri.so free 0x5571736202b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736202b0 0.000113
+gallium_dri.so free 0x557173620400 void 0.000114
+gallium_dri.so free 0x5571736202b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736203b0 0.000113
+gallium_dri.so free 0x5571736204c0 void 0.000114
+gallium_dri.so free 0x5571736203b0 void 0.000113
+gallium_dri.so malloc 72 0x557173620470 0.000115
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so free 0x557173620470 void 0.000114
+gallium_dri.so malloc 72 0x557173620470 0.000113
+gallium_dri.so free 0x5571736205c0 void 0.000114
+gallium_dri.so free 0x557173620470 void 0.000113
+gallium_dri.so malloc 72 0x557173620600 0.000113
+gallium_dri.so free 0x557173620680 void 0.000115
+gallium_dri.so free 0x557173620600 void 0.000113
+gallium_dri.so malloc 72 0x557173620680 0.000114
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x557173620680 void 0.000114
+gallium_dri.so malloc 72 0x557173620680 0.000113
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620680 void 0.000113
+gallium_dri.so malloc 72 0x557173620820 0.000114
+gallium_dri.so free 0x5571736208c0 void 0.000114
+gallium_dri.so free 0x557173620820 void 0.000113
+gallium_dri.so malloc 72 0x557173620870 0.000121
+gallium_dri.so free 0x557173620940 void 0.000115
+gallium_dri.so free 0x557173620870 void 0.000114
+gallium_dri.so malloc 72 0x557173620870 0.000113
+gallium_dri.so free 0x5571736209c0 void 0.000114
+gallium_dri.so free 0x557173620870 void 0.000112
+gallium_dri.so malloc 72 0x5571736209c0 0.000113
+gallium_dri.so free 0x557173620c40 void 0.000114
+gallium_dri.so free 0x5571736209c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736209c0 0.000114
+gallium_dri.so free 0x557173620d00 void 0.000114
+gallium_dri.so free 0x5571736209c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736209c0 0.000113
+gallium_dri.so free 0x557173620dc0 void 0.000114
+gallium_dri.so free 0x5571736209c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620d70 0.000112
+gallium_dri.so free 0x557173620e80 void 0.000113
+gallium_dri.so free 0x557173620d70 void 0.000112
+gallium_dri.so malloc 72 0x557173620e30 0.000114
+gallium_dri.so free 0x557173620f00 void 0.000114
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x557173620f50 0.000113
+gallium_dri.so free 0x5571735cae00 void 0.000120
+gallium_dri.so free 0x557173620f50 void 0.000115
+gallium_dri.so malloc 72 0x5571735cadb0 0.000118
+gallium_dri.so free 0x55717358f7c0 void 0.000117
+gallium_dri.so free 0x5571735cadb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f770 0.000126
+gallium_dri.so free 0x557173463140 void 0.000115
+gallium_dri.so free 0x55717358f770 void 0.000114
+gallium_dri.so malloc 72 0x5571734630f0 0.000113
+gallium_dri.so free 0x557173604200 void 0.000115
+gallium_dri.so free 0x5571734630f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736041b0 0.000113
+gallium_dri.so free 0x5571735cf000 void 0.000113
+gallium_dri.so free 0x5571736041b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cefb0 0.000116
+gallium_dri.so free 0x557173462f80 void 0.000113
+gallium_dri.so free 0x5571735cefb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462f30 0.000114
+gallium_dri.so free 0x557173604ec0 void 0.000146
+gallium_dri.so free 0x557173462f30 void 0.000116
+gallium_dri.so malloc 72 0x557173604e70 0.000113
+gallium_dri.so free 0x5571735d6140 void 0.000114
+gallium_dri.so free 0x557173604e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d60f0 0.000113
+gallium_dri.so free 0x557173591d80 void 0.000114
+gallium_dri.so free 0x5571735d60f0 void 0.000114
+gallium_dri.so malloc 72 0x557173591d30 0.000117
+gallium_dri.so free 0x557173465540 void 0.000115
+gallium_dri.so free 0x557173591d30 void 0.000114
+gallium_dri.so malloc 72 0x5571734654f0 0.000113
+gallium_dri.so free 0x557173589c00 void 0.000113
+gallium_dri.so free 0x5571734654f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589bb0 0.000189
+gallium_dri.so free 0x5571736022c0 void 0.000115
+gallium_dri.so free 0x557173589bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173602330 0.000113
+gallium_dri.so free 0x557173467940 void 0.000114
+gallium_dri.so free 0x557173602330 void 0.000114
+gallium_dri.so malloc 72 0x5571734678f0 0.000113
+gallium_dri.so free 0x55717358d200 void 0.000115
+gallium_dri.so free 0x5571734678f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d1b0 0.000113
+gallium_dri.so free 0x557173467b00 void 0.000114
+gallium_dri.so free 0x55717358d1b0 void 0.000114
+gallium_dri.so malloc 72 0x557173467ab0 0.000113
+gallium_dri.so free 0x55717358eb00 void 0.000124
+gallium_dri.so free 0x557173467ab0 void 0.000129
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x5571736018c0 void 0.000117
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x557173601870 0.000123
+gallium_dri.so free 0x55717360aa40 void 0.000125
+gallium_dri.so free 0x557173601870 void 0.000124
+gallium_dri.so malloc 72 0x55717360a9f0 0.000119
+gallium_dri.so free 0x557173604880 void 0.000114
+gallium_dri.so free 0x55717360a9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a9f0 0.000113
+gallium_dri.so free 0x5571735d0740 void 0.000128
+gallium_dri.so free 0x55717360a9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d06f0 0.000115
+gallium_dri.so free 0x557173465380 void 0.000114
+gallium_dri.so free 0x5571735d06f0 void 0.000113
+gallium_dri.so malloc 72 0x557173465330 0.000113
+gallium_dri.so free 0x5571735d0580 void 0.000113
+gallium_dri.so free 0x557173465330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0530 0.000113
+gallium_dri.so free 0x557173588680 void 0.000114
+gallium_dri.so free 0x5571735d0530 void 0.000113
+gallium_dri.so malloc 72 0x557173588630 0.000113
+gallium_dri.so free 0x5571735d2d00 void 0.000114
+gallium_dri.so free 0x557173588630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000118
+gallium_dri.so free 0x55717358c1c0 void 0.000114
+gallium_dri.so free 0x5571735d2cb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c170 0.000113
+gallium_dri.so free 0x5571735910c0 void 0.000114
+gallium_dri.so free 0x55717358c170 void 0.000113
+gallium_dri.so malloc 72 0x557173591070 0.000113
+gallium_dri.so free 0x557173590d40 void 0.000114
+gallium_dri.so free 0x557173591070 void 0.000113
+gallium_dri.so malloc 72 0x557173590cf0 0.000114
+gallium_dri.so free 0x5571735d15c0 void 0.000113
+gallium_dri.so free 0x557173590cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1570 0.000112
+gallium_dri.so free 0x5571735d52c0 void 0.000168
+gallium_dri.so free 0x5571735d1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5270 0.000113
+gallium_dri.so free 0x557173463e00 void 0.000113
+gallium_dri.so free 0x5571735d5270 void 0.000114
+gallium_dri.so malloc 72 0x557173463db0 0.000113
+gallium_dri.so free 0x557173601c40 void 0.000113
+gallium_dri.so free 0x557173463db0 void 0.000113
+gallium_dri.so malloc 72 0x557173601bf0 0.000111
+gallium_dri.so free 0x55717360bfc0 void 0.000112
+gallium_dri.so free 0x557173601bf0 void 0.000111
+gallium_dri.so malloc 72 0x55717360bf70 0.000112
+gallium_dri.so free 0x55717358ac40 void 0.000111
+gallium_dri.so free 0x55717360bf70 void 0.000112
+gallium_dri.so malloc 72 0x55717358abf0 0.000112
+gallium_dri.so free 0x557173601a80 void 0.000111
+gallium_dri.so free 0x55717358abf0 void 0.000112
+gallium_dri.so malloc 72 0x557173601a30 0.000112
+gallium_dri.so free 0x5571735d3b80 void 0.000114
+gallium_dri.so free 0x557173601a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3b30 0.000112
+gallium_dri.so free 0x557173468980 void 0.000112
+gallium_dri.so free 0x5571735d3b30 void 0.000113
+gallium_dri.so malloc 72 0x557173468930 0.000110
+gallium_dri.so free 0x557173467cc0 void 0.000113
+gallium_dri.so free 0x557173468930 void 0.000113
+gallium_dri.so malloc 72 0x557173467c70 0.000111
+gallium_dri.so free 0x557173604040 void 0.000112
+gallium_dri.so free 0x557173467c70 void 0.000139
+gallium_dri.so malloc 72 0x557173603ff0 0.000120
+gallium_dri.so free 0x5571735bf3c0 void 0.000119
+gallium_dri.so free 0x557173603ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf370 0.000124
+gallium_dri.so free 0x557173609400 void 0.000120
+gallium_dri.so free 0x5571735bf370 void 0.000123
+gallium_dri.so malloc 72 0x557173609470 0.000125
+gallium_dri.so free 0x557173609d80 void 0.000125
+gallium_dri.so free 0x557173609470 void 0.000121
+gallium_dri.so malloc 72 0x557173609d30 0.000123
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x557173609d30 void 0.000124
+gallium_dri.so malloc 72 0x557173462d70 0.000126
+gallium_dri.so free 0x557173606600 void 0.000125
+gallium_dri.so free 0x557173462d70 void 0.000125
+gallium_dri.so malloc 72 0x5571736065b0 0.000125
+gallium_dri.so free 0x5571736067c0 void 0.000121
+gallium_dri.so free 0x5571736065b0 void 0.000123
+gallium_dri.so malloc 72 0x557173606770 0.000126
+gallium_dri.so free 0x55717358c540 void 0.000125
+gallium_dri.so free 0x557173606770 void 0.000125
+gallium_dri.so malloc 72 0x55717358c4f0 0.000126
+gallium_dri.so free 0x55717358e780 void 0.000129
+gallium_dri.so free 0x55717358c4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e730 0.000125
+gallium_dri.so free 0x557173591740 void 0.000121
+gallium_dri.so free 0x55717358e730 void 0.000123
+gallium_dri.so malloc 72 0x55717358e730 0.000125
+gallium_dri.so free 0x557173608bc0 void 0.000126
+gallium_dri.so free 0x55717358e730 void 0.000124
+gallium_dri.so malloc 72 0x557173608b70 0.000136
+gallium_dri.so free 0x557173608d80 void 0.000133
+gallium_dri.so free 0x557173608b70 void 0.000165
+gallium_dri.so malloc 72 0x557173608d30 0.000226
+gallium_dri.so free 0x5571735d2ec0 void 0.000244
+gallium_dri.so free 0x557173608d30 void 0.000237
+gallium_dri.so malloc 72 0x5571735d2e70 0.000287
+gallium_dri.so free 0x5571734663c0 void 0.000279
+gallium_dri.so free 0x5571735d2e70 void 0.000281
+gallium_dri.so malloc 72 0x557173466370 0.000205
+gallium_dri.so free 0x557173589dc0 void 0.000174
+gallium_dri.so free 0x557173466370 void 0.000168
+gallium_dri.so malloc 72 0x557173589d70 0.000132
+gallium_dri.so free 0x5571735d2b40 void 0.000131
+gallium_dri.so free 0x557173589d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2af0 0.000131
+gallium_dri.so free 0x557173608a00 void 0.000128
+gallium_dri.so free 0x5571735d2af0 void 0.000126
+gallium_dri.so malloc 72 0x5571736089b0 0.000130
+gallium_dri.so free 0x5571735d0900 void 0.000127
+gallium_dri.so free 0x5571736089b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d08b0 0.000124
+gallium_dri.so free 0x5571735d5480 void 0.000125
+gallium_dri.so free 0x5571735d08b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d5430 0.000132
+gallium_dri.so free 0x55717358c380 void 0.000131
+gallium_dri.so free 0x5571735d5430 void 0.000126
+gallium_dri.so malloc 72 0x55717358c330 0.000124
+gallium_dri.so free 0x557173465700 void 0.000125
+gallium_dri.so free 0x55717358c330 void 0.000144
+gallium_dri.so malloc 72 0x5571734656b0 0.000134
+gallium_dri.so free 0x5571735d5100 void 0.000184
+gallium_dri.so free 0x5571734656b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735d50b0 0.000228
+gallium_dri.so free 0x557173603e80 void 0.000202
+gallium_dri.so free 0x5571735d50b0 void 0.000186
+gallium_dri.so malloc 72 0x557173603e30 0.000225
+gallium_dri.so free 0x557173607480 void 0.000221
+gallium_dri.so free 0x557173603e30 void 0.000225
+gallium_dri.so malloc 72 0x557173607430 0.000131
+gallium_dri.so free 0x55717358e940 void 0.000131
+gallium_dri.so free 0x557173607430 void 0.000130
+gallium_dri.so malloc 72 0x55717358e8f0 0.000131
+gallium_dri.so free 0x557173602900 void 0.000126
+gallium_dri.so free 0x55717358e8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736028b0 0.000130
+gallium_dri.so free 0x557173589f80 void 0.000131
+gallium_dri.so free 0x5571736028b0 void 0.000125
+gallium_dri.so malloc 72 0x557173589f30 0.000150
+gallium_dri.so free 0x557173606440 void 0.000156
+gallium_dri.so free 0x557173589f30 void 0.000155
+gallium_dri.so malloc 72 0x5571736063f0 0.000155
+gallium_dri.so free 0x557173590f00 void 0.000157
+gallium_dri.so free 0x5571736063f0 void 0.000155
+gallium_dri.so malloc 72 0x557173590eb0 0.000151
+gallium_dri.so free 0x55717358a600 void 0.000153
+gallium_dri.so free 0x557173590eb0 void 0.000155
+gallium_dri.so malloc 72 0x557173590eb0 0.000154
+gallium_dri.so free 0x557173468340 void 0.000154
+gallium_dri.so free 0x557173590eb0 void 0.000155
+gallium_dri.so malloc 72 0x5571734683b0 0.000155
+gallium_dri.so free 0x55717358cbc0 void 0.000150
+gallium_dri.so free 0x5571734683b0 void 0.000153
+gallium_dri.so malloc 72 0x5571734683b0 0.000154
+gallium_dri.so free 0x557173465d80 void 0.000155
+gallium_dri.so free 0x5571734683b0 void 0.000155
+gallium_dri.so malloc 72 0x557173465d80 0.000154
+gallium_dri.so free 0x557173609bc0 void 0.000156
+gallium_dri.so free 0x557173465d80 void 0.000163
+gallium_dri.so malloc 72 0x557173609b70 0.000150
+gallium_dri.so free 0x55717360b300 void 0.000156
+gallium_dri.so free 0x557173609b70 void 0.000157
+gallium_dri.so malloc 72 0x55717360b2b0 0.000153
+gallium_dri.so free 0x5571736031c0 void 0.000153
+gallium_dri.so free 0x55717360b2b0 void 0.000150
+gallium_dri.so malloc 72 0x557173603170 0.000155
+gallium_dri.so free 0x5571735d5b00 void 0.000130
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5b00 0.000126
+gallium_dri.so free 0x5571735cf8c0 void 0.000126
+gallium_dri.so free 0x5571735d5b00 void 0.000128
+gallium_dri.so malloc 72 0x5571735cf870 0.000161
+gallium_dri.so free 0x5571735d1e80 void 0.000131
+gallium_dri.so free 0x5571735cf870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d1e30 0.000124
+gallium_dri.so free 0x557173588f40 void 0.000129
+gallium_dri.so free 0x5571735d1e30 void 0.000130
+gallium_dri.so malloc 72 0x557173588ef0 0.000130
+gallium_dri.so free 0x55717358dac0 void 0.000126
+gallium_dri.so free 0x557173588ef0 void 0.000130
+gallium_dri.so malloc 72 0x55717358da70 0.000131
+gallium_dri.so free 0x55717358f180 void 0.000141
+gallium_dri.so free 0x55717358da70 void 0.000132
+gallium_dri.so malloc 72 0x55717358f180 0.000132
+gallium_dri.so free 0x557173469240 void 0.000127
+gallium_dri.so free 0x55717358f180 void 0.000126
+gallium_dri.so malloc 72 0x5571734691f0 0.000131
+gallium_dri.so free 0x557173607d40 void 0.000131
+gallium_dri.so free 0x5571734691f0 void 0.000126
+gallium_dri.so malloc 72 0x557173607cf0 0.000131
+gallium_dri.so free 0x5571735d6a00 void 0.000126
+gallium_dri.so free 0x557173607cf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d69b0 0.000130
+gallium_dri.so free 0x55717358b500 void 0.000132
+gallium_dri.so free 0x5571735d69b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b4b0 0.000130
+gallium_dri.so free 0x5571735d3540 void 0.000126
+gallium_dri.so free 0x55717358b4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3540 0.000124
+gallium_dri.so free 0x55717360a400 void 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3540 0.000124
+gallium_dri.so free 0x5571735d4440 void 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000125
+gallium_dri.so malloc 72 0x5571735d43f0 0.000125
+gallium_dri.so free 0x557173590080 void 0.000135
+gallium_dri.so free 0x5571735d43f0 void 0.000125
+gallium_dri.so malloc 72 0x557173590030 0.000124
+gallium_dri.so free 0x557173466c80 void 0.000125
+gallium_dri.so free 0x557173590030 void 0.000125
+gallium_dri.so malloc 72 0x557173466c30 0.000125
+gallium_dri.so free 0x5571734646c0 void 0.000124
+gallium_dri.so free 0x557173466c30 void 0.000124
+gallium_dri.so malloc 72 0x557173464670 0.000124
+gallium_dri.so free 0x5571735d0f80 void 0.000124
+gallium_dri.so free 0x557173464670 void 0.000125
+gallium_dri.so malloc 72 0x557173464670 0.000125
+gallium_dri.so free 0x557173605780 void 0.000124
+gallium_dri.so free 0x557173464670 void 0.000124
+gallium_dri.so malloc 72 0x557173605730 0.000124
+gallium_dri.so free 0x557173606e40 void 0.000124
+gallium_dri.so free 0x557173605730 void 0.000124
+gallium_dri.so malloc 72 0x557173605730 0.000125
+gallium_dri.so free 0x5571734637c0 void 0.000125
+gallium_dri.so free 0x557173605730 void 0.000124
+gallium_dri.so malloc 72 0x5571734637c0 0.000125
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x5571734637c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735bfc30 0.000123
+gallium_dri.so free 0x557173591e80 void 0.000130
+gallium_dri.so free 0x5571735bfc30 void 0.000132
+gallium_dri.so malloc 72 0x557173591eb0 0.000120
+gallium_dri.so free 0x5571735d6b40 void 0.000118
+gallium_dri.so free 0x557173591eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173591eb0 0.000118
+gallium_dri.so free 0x5571735d6c40 void 0.000117
+gallium_dri.so free 0x557173591eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6bf0 0.000118
+gallium_dri.so free 0x557173591f00 void 0.000118
+gallium_dri.so free 0x5571735d6bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173591f00 0.000118
+gallium_dri.so free 0x5571735883c0 void 0.000119
+gallium_dri.so free 0x557173591f00 void 0.000119
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588400 void 0.000118
+gallium_dri.so free 0x557173588370 void 0.000118
+gallium_dri.so malloc 72 0x557173588370 0.000119
+gallium_dri.so free 0x5571735cf100 void 0.000117
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf140 0.000119
+gallium_dri.so free 0x5571735cf1c0 void 0.000120
+gallium_dri.so free 0x5571735cf140 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000118
+gallium_dri.so free 0x5571735cf280 void 0.000119
+gallium_dri.so free 0x5571735cf1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000119
+gallium_dri.so free 0x557173604fc0 void 0.000119
+gallium_dri.so free 0x5571735cf1c0 void 0.000129
+gallium_dri.so malloc 72 0x557173604fe0 0.000118
+gallium_dri.so free 0x557173605080 void 0.000119
+gallium_dri.so free 0x557173604fe0 void 0.000118
+gallium_dri.so malloc 72 0x557173605030 0.000118
+gallium_dri.so free 0x557173605100 void 0.000119
+gallium_dri.so free 0x557173605030 void 0.000119
+gallium_dri.so malloc 72 0x557173605030 0.000119
+gallium_dri.so free 0x557173605180 void 0.000119
+gallium_dri.so free 0x557173605030 void 0.000117
+gallium_dri.so malloc 72 0x557173605180 0.000119
+gallium_dri.so free 0x557173607580 void 0.000118
+gallium_dri.so free 0x557173605180 void 0.000117
+gallium_dri.so malloc 72 0x5571736075a0 0.000118
+gallium_dri.so free 0x557173607640 void 0.000121
+gallium_dri.so free 0x5571736075a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736075f0 0.000118
+gallium_dri.so free 0x5571736076c0 void 0.000118
+gallium_dri.so free 0x5571736075f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736076c0 0.000118
+gallium_dri.so free 0x557173607780 void 0.000120
+gallium_dri.so free 0x5571736076c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736076c0 0.000118
+gallium_dri.so free 0x557173468a80 void 0.000118
+gallium_dri.so free 0x5571736076c0 void 0.000118
+gallium_dri.so malloc 72 0x557173468ad0 0.000117
+gallium_dri.so free 0x557173468b40 void 0.000179
+gallium_dri.so free 0x557173468ad0 void 0.000119
+gallium_dri.so malloc 72 0x557173468b60 0.000118
+gallium_dri.so free 0x557173468c00 void 0.000118
+gallium_dri.so free 0x557173468b60 void 0.000119
+gallium_dri.so malloc 72 0x557173468bb0 0.000118
+gallium_dri.so free 0x557173468c80 void 0.000117
+gallium_dri.so free 0x557173468bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173468bb0 0.000119
+gallium_dri.so free 0x55717358d300 void 0.000118
+gallium_dri.so free 0x557173468bb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d350 0.000118
+gallium_dri.so free 0x55717358d3c0 void 0.000118
+gallium_dri.so free 0x55717358d350 void 0.000118
+gallium_dri.so malloc 72 0x55717358d400 0.000119
+gallium_dri.so free 0x55717358d480 void 0.000124
+gallium_dri.so free 0x55717358d400 void 0.000119
+gallium_dri.so malloc 72 0x55717358d400 0.000118
+gallium_dri.so free 0x55717358d500 void 0.000118
+gallium_dri.so free 0x55717358d400 void 0.000118
+gallium_dri.so malloc 72 0x55717358d530 0.000118
+gallium_dri.so free 0x5571735d16c0 void 0.000117
+gallium_dri.so free 0x55717358d530 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1700 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000119
+gallium_dri.so free 0x5571735d1700 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1780 0.000128
+gallium_dri.so free 0x5571735d1840 void 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1780 0.000121
+gallium_dri.so free 0x5571735d18c0 void 0.000119
+gallium_dri.so free 0x5571735d1780 void 0.000119
+gallium_dri.so malloc 72 0x5571735d18f0 0.000120
+gallium_dri.so free 0x557173588780 void 0.000118
+gallium_dri.so free 0x5571735d18f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735887f0 0.000118
+gallium_dri.so free 0x557173588840 void 0.000121
+gallium_dri.so free 0x5571735887f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735887f0 0.000117
+gallium_dri.so free 0x557173588940 void 0.000119
+gallium_dri.so free 0x5571735887f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735888f0 0.000118
+gallium_dri.so free 0x55717358f8c0 void 0.000118
+gallium_dri.so free 0x5571735888f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f8e0 0.000119
+gallium_dri.so free 0x55717358f980 void 0.000118
+gallium_dri.so free 0x55717358f8e0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f930 0.000120
+gallium_dri.so free 0x55717358fa00 void 0.000118
+gallium_dri.so free 0x55717358f930 void 0.000118
+gallium_dri.so malloc 72 0x55717358f930 0.000119
+gallium_dri.so free 0x55717358fa80 void 0.000118
+gallium_dri.so free 0x55717358f930 void 0.000117
+gallium_dri.so malloc 72 0x55717358fa80 0.000120
+gallium_dri.so free 0x5571735bf4c0 void 0.000118
+gallium_dri.so free 0x55717358fa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf520 0.000117
+gallium_dri.so free 0x5571735bf5c0 void 0.000117
+gallium_dri.so free 0x5571735bf520 void 0.000117
+gallium_dri.so malloc 72 0x5571735bf570 0.000118
+gallium_dri.so free 0x5571735bf600 void 0.000117
+gallium_dri.so free 0x5571735bf570 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf570 0.000117
+gallium_dri.so free 0x5571735d3c80 void 0.000117
+gallium_dri.so free 0x5571735bf570 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000117
+gallium_dri.so free 0x5571735d3d40 void 0.000118
+gallium_dri.so free 0x5571735d3cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3d40 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000119
+gallium_dri.so free 0x5571735d3d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3d40 0.000119
+gallium_dri.so free 0x5571735bf6c0 void 0.000117
+gallium_dri.so free 0x5571735d3d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf6f0 0.000120
+gallium_dri.so free 0x5571734664c0 void 0.000119
+gallium_dri.so free 0x5571735bf6f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466510 0.000118
+gallium_dri.so free 0x557173466580 void 0.000119
+gallium_dri.so free 0x557173466510 void 0.000165
+gallium_dri.so malloc 72 0x5571734665c0 0.000119
+gallium_dri.so free 0x557173466640 void 0.000118
+gallium_dri.so free 0x5571734665c0 void 0.000119
+gallium_dri.so malloc 72 0x557173466640 0.000118
+gallium_dri.so free 0x5571735d3e80 void 0.000124
+gallium_dri.so free 0x557173466640 void 0.000119
+gallium_dri.so malloc 72 0x557173466640 0.000118
+gallium_dri.so free 0x557173602a00 void 0.000119
+gallium_dri.so free 0x557173466640 void 0.000118
+gallium_dri.so malloc 72 0x557173602a30 0.000118
+gallium_dri.so free 0x557173602a80 void 0.000122
+gallium_dri.so free 0x557173602a30 void 0.000120
+gallium_dri.so malloc 72 0x557173602a30 0.000118
+gallium_dri.so free 0x557173602b80 void 0.000119
+gallium_dri.so free 0x557173602a30 void 0.000118
+gallium_dri.so malloc 72 0x557173602b30 0.000115
+gallium_dri.so free 0x557173463f00 void 0.000118
+gallium_dri.so free 0x557173602b30 void 0.000119
+gallium_dri.so malloc 72 0x557173463f40 0.000118
+gallium_dri.so free 0x557173602c40 void 0.000119
+gallium_dri.so free 0x557173463f40 void 0.000117
+gallium_dri.so malloc 72 0x557173602bf0 0.000119
+gallium_dri.so free 0x557173463fc0 void 0.000118
+gallium_dri.so free 0x557173602bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173602bf0 0.000117
+gallium_dri.so free 0x557173464080 void 0.000130
+gallium_dri.so free 0x557173602bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173464030 0.000119
+gallium_dri.so free 0x55717360ab40 void 0.000119
+gallium_dri.so free 0x557173464030 void 0.000117
+gallium_dri.so malloc 72 0x55717360ab90 0.000118
+gallium_dri.so free 0x55717360ac00 void 0.000117
+gallium_dri.so free 0x55717360ab90 void 0.000120
+gallium_dri.so malloc 72 0x55717360ac20 0.000119
+gallium_dri.so free 0x557173464100 void 0.000119
+gallium_dri.so free 0x55717360ac20 void 0.000118
+gallium_dri.so malloc 72 0x557173464130 0.000117
+gallium_dri.so free 0x55717360acc0 void 0.000118
+gallium_dri.so free 0x557173464130 void 0.000118
+gallium_dri.so malloc 72 0x55717360ac70 0.000121
+gallium_dri.so free 0x55717360acc0 void 0.000121
+gallium_dri.so free 0x55717360ac70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ac70 0.000119
+gallium_dri.so free 0x55717358ad40 void 0.000118
+gallium_dri.so free 0x55717360ac70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ad90 0.000119
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so free 0x55717358ad90 void 0.000118
+gallium_dri.so malloc 72 0x55717358ae20 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000118
+gallium_dri.so free 0x55717358ae20 void 0.000119
+gallium_dri.so malloc 72 0x55717358ae70 0.000130
+gallium_dri.so free 0x55717358af40 void 0.000121
+gallium_dri.so free 0x55717358ae70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ae70 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000119
+gallium_dri.so free 0x55717358ae70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6290 0.000119
+gallium_dri.so free 0x5571735d6300 void 0.000118
+gallium_dri.so free 0x5571735d6290 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6360 0.000119
+gallium_dri.so free 0x5571735d6400 void 0.000118
+gallium_dri.so free 0x5571735d6360 void 0.000118
+gallium_dri.so malloc 72 0x5571735d63b0 0.000119
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so free 0x5571735d63b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1a70 0.000119
+gallium_dri.so free 0x5571735d1ac0 void 0.000119
+gallium_dri.so free 0x5571735d1a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1a70 0.000119
+gallium_dri.so free 0x5571735d1bc0 void 0.000118
+gallium_dri.so free 0x5571735d1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1b70 0.000118
+gallium_dri.so free 0x5571735d1c80 void 0.000123
+gallium_dri.so free 0x5571735d1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1c30 0.000118
+gallium_dri.so free 0x5571735d4000 void 0.000119
+gallium_dri.so free 0x5571735d1c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4030 0.000128
+gallium_dri.so free 0x5571735d4080 void 0.000119
+gallium_dri.so free 0x5571735d4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4080 0.000118
+gallium_dri.so free 0x5571735d4140 void 0.000120
+gallium_dri.so free 0x5571735d4080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4080 0.000119
+gallium_dri.so free 0x5571735d4240 void 0.000121
+gallium_dri.so free 0x5571735d4080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d41f0 0.000120
+gallium_dri.so free 0x557173468e00 void 0.000119
+gallium_dri.so free 0x5571735d41f0 void 0.000119
+gallium_dri.so malloc 72 0x557173468e20 0.000118
+gallium_dri.so free 0x557173468ec0 void 0.000117
+gallium_dri.so free 0x557173468e20 void 0.000119
+gallium_dri.so malloc 72 0x557173468e70 0.000119
+gallium_dri.so free 0x557173468f40 void 0.000119
+gallium_dri.so free 0x557173468e70 void 0.000118
+gallium_dri.so malloc 72 0x557173468e70 0.000118
+gallium_dri.so free 0x557173468fc0 void 0.000118
+gallium_dri.so free 0x557173468e70 void 0.000115
+gallium_dri.so malloc 72 0x557173468fc0 0.000118
+gallium_dri.so free 0x55717358d680 void 0.000119
+gallium_dri.so free 0x557173468fc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d6c0 0.000118
+gallium_dri.so free 0x55717358d740 void 0.000119
+gallium_dri.so free 0x55717358d6c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358d6c0 0.000119
+gallium_dri.so free 0x55717358d7c0 void 0.000119
+gallium_dri.so free 0x55717358d6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7f0 0.000120
+gallium_dri.so free 0x55717358d840 void 0.000118
+gallium_dri.so free 0x55717358d7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d7f0 0.000114
+gallium_dri.so free 0x557173605340 void 0.000118
+gallium_dri.so free 0x55717358d7f0 void 0.000117
+gallium_dri.so malloc 72 0x557173605390 0.000118
+gallium_dri.so free 0x557173605400 void 0.000120
+gallium_dri.so free 0x557173605390 void 0.000118
+gallium_dri.so malloc 72 0x557173605420 0.000117
+gallium_dri.so free 0x5571736054c0 void 0.000118
+gallium_dri.so free 0x557173605420 void 0.000118
+gallium_dri.so malloc 72 0x557173605470 0.000124
+gallium_dri.so free 0x557173605540 void 0.000118
+gallium_dri.so free 0x557173605470 void 0.000120
+gallium_dri.so malloc 72 0x5571736055b0 0.000118
+gallium_dri.so free 0x557173464280 void 0.000118
+gallium_dri.so free 0x5571736055b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734642c0 0.000118
+gallium_dri.so free 0x557173464340 void 0.000118
+gallium_dri.so free 0x5571734642c0 void 0.000118
+gallium_dri.so malloc 72 0x557173464340 0.000120
+gallium_dri.so free 0x557173464400 void 0.000116
+gallium_dri.so free 0x557173464340 void 0.000123
+gallium_dri.so malloc 72 0x557173464340 0.000119
+gallium_dri.so free 0x557173464480 void 0.000119
+gallium_dri.so free 0x557173464340 void 0.000118
+gallium_dri.so malloc 72 0x5571734644b0 0.000120
+gallium_dri.so free 0x557173588b00 void 0.000118
+gallium_dri.so free 0x5571734644b0 void 0.000117
+gallium_dri.so malloc 72 0x557173588b40 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so free 0x557173588b40 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000118
+gallium_dri.so free 0x557173588c80 void 0.000124
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000119
+gallium_dri.so free 0x557173588d40 void 0.000120
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173588bc0 0.000119
+gallium_dri.so free 0x5571735cf480 void 0.000118
+gallium_dri.so free 0x557173588bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000117
+gallium_dri.so free 0x5571735cf500 void 0.000118
+gallium_dri.so free 0x5571735cf4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf4b0 0.000119
+gallium_dri.so free 0x5571735cf600 void 0.000119
+gallium_dri.so free 0x5571735cf4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000119
+gallium_dri.so free 0x5571735cf6c0 void 0.000111
+gallium_dri.so free 0x5571735cf5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf670 0.000119
+gallium_dri.so free 0x557173602d80 void 0.000118
+gallium_dri.so free 0x5571735cf670 void 0.000119
+gallium_dri.so malloc 72 0x557173602db0 0.000120
+gallium_dri.so free 0x557173602e00 void 0.000119
+gallium_dri.so free 0x557173602db0 void 0.000119
+gallium_dri.so malloc 72 0x557173602e00 0.000120
+gallium_dri.so free 0x557173602ec0 void 0.000119
+gallium_dri.so free 0x557173602e00 void 0.000118
+gallium_dri.so malloc 72 0x557173602e00 0.000117
+gallium_dri.so free 0x557173602fc0 void 0.000119
+gallium_dri.so free 0x557173602e00 void 0.000120
+gallium_dri.so malloc 72 0x557173602f70 0.000117
+gallium_dri.so free 0x55717360aec0 void 0.000119
+gallium_dri.so free 0x557173602f70 void 0.000121
+gallium_dri.so malloc 72 0x55717360aee0 0.000119
+gallium_dri.so free 0x55717360af80 void 0.000118
+gallium_dri.so free 0x55717360aee0 void 0.000118
+gallium_dri.so malloc 72 0x55717360af30 0.000118
+gallium_dri.so free 0x55717360b000 void 0.000120
+gallium_dri.so free 0x55717360af30 void 0.000118
+gallium_dri.so malloc 72 0x55717360af30 0.000119
+gallium_dri.so free 0x55717360b080 void 0.000118
+gallium_dri.so free 0x55717360af30 void 0.000119
+gallium_dri.so malloc 72 0x55717360b080 0.000126
+gallium_dri.so free 0x55717358b0c0 void 0.000120
+gallium_dri.so free 0x55717360b080 void 0.000119
+gallium_dri.so malloc 72 0x55717358b100 0.000118
+gallium_dri.so free 0x55717358b180 void 0.000118
+gallium_dri.so free 0x55717358b100 void 0.000117
+gallium_dri.so malloc 72 0x55717358b100 0.000118
+gallium_dri.so free 0x55717358b200 void 0.000119
+gallium_dri.so free 0x55717358b100 void 0.000118
+gallium_dri.so malloc 72 0x55717358b230 0.000117
+gallium_dri.so free 0x55717358b280 void 0.000119
+gallium_dri.so free 0x55717358b230 void 0.000119
+gallium_dri.so malloc 72 0x55717358b230 0.000117
+gallium_dri.so free 0x557173607900 void 0.000119
+gallium_dri.so free 0x55717358b230 void 0.000117
+gallium_dri.so malloc 72 0x557173607950 0.000118
+gallium_dri.so free 0x5571736079c0 void 0.000119
+gallium_dri.so free 0x557173607950 void 0.000118
+gallium_dri.so malloc 72 0x5571736079e0 0.000119
+gallium_dri.so free 0x557173607a80 void 0.000118
+gallium_dri.so free 0x5571736079e0 void 0.000119
+gallium_dri.so malloc 72 0x557173607a30 0.000118
+gallium_dri.so free 0x557173607b00 void 0.000118
+gallium_dri.so free 0x557173607a30 void 0.000119
+gallium_dri.so malloc 72 0x557173607b70 0.000117
+gallium_dri.so free 0x55717358fc40 void 0.000118
+gallium_dri.so free 0x557173607b70 void 0.000117
+gallium_dri.so malloc 72 0x55717358fc80 0.000122
+gallium_dri.so free 0x55717358fd00 void 0.000123
+gallium_dri.so free 0x55717358fc80 void 0.000119
+gallium_dri.so malloc 72 0x55717358fd00 0.000118
+gallium_dri.so free 0x55717358fdc0 void 0.000118
+gallium_dri.so free 0x55717358fd00 void 0.000117
+gallium_dri.so malloc 72 0x55717358fd00 0.000118
+gallium_dri.so free 0x55717358fe40 void 0.000120
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so malloc 72 0x55717358fe70 0.000118
+gallium_dri.so free 0x5571735bf840 void 0.000118
+gallium_dri.so free 0x55717358fe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf880 0.000119
+gallium_dri.so free 0x5571735bf900 void 0.000118
+gallium_dri.so free 0x5571735bf880 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf900 0.000119
+gallium_dri.so free 0x5571735bf9c0 void 0.000119
+gallium_dri.so free 0x5571735bf900 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf900 0.000118
+gallium_dri.so free 0x5571735bfa80 void 0.000119
+gallium_dri.so free 0x5571735bf900 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf900 0.000119
+gallium_dri.so free 0x557173466840 void 0.000118
+gallium_dri.so free 0x5571735bf900 void 0.000119
+gallium_dri.so malloc 72 0x557173466870 0.000119
+gallium_dri.so free 0x5571734668c0 void 0.000126
+gallium_dri.so free 0x557173466870 void 0.000119
+gallium_dri.so malloc 72 0x557173466870 0.000119
+gallium_dri.so free 0x5571734669c0 void 0.000119
+gallium_dri.so free 0x557173466870 void 0.000119
+gallium_dri.so malloc 72 0x557173466970 0.000117
+gallium_dri.so free 0x557173466a80 void 0.000117
+gallium_dri.so free 0x557173466970 void 0.000119
+gallium_dri.so malloc 72 0x557173466a30 0.000117
+gallium_dri.so free 0x5571735d65c0 void 0.000119
+gallium_dri.so free 0x557173466a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735d65f0 0.000118
+gallium_dri.so free 0x5571735d6640 void 0.000117
+gallium_dri.so free 0x5571735d65f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6640 0.000118
+gallium_dri.so free 0x5571735d6700 void 0.000119
+gallium_dri.so free 0x5571735d6640 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6640 0.000118
+gallium_dri.so free 0x5571735d6800 void 0.000118
+gallium_dri.so free 0x5571735d6640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d67b0 0.000118
+gallium_dri.so free 0x557173620c40 void 0.000119
+gallium_dri.so free 0x5571735d67b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67b0 0.000118
+gallium_dri.so free 0x557173620d00 void 0.000119
+gallium_dri.so free 0x5571735d67b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d67b0 0.000119
+gallium_dri.so free 0x557173620dc0 void 0.000127
+gallium_dri.so free 0x5571735d67b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620d70 0.000119
+gallium_dri.so free 0x557173620e40 void 0.000118
+gallium_dri.so free 0x557173620d70 void 0.000119
+gallium_dri.so malloc 72 0x557173620e90 0.000118
+gallium_dri.so free 0x557173462440 void 0.000119
+gallium_dri.so free 0x557173620e90 void 0.000117
+gallium_dri.so malloc 72 0x557173462480 0.000118
+gallium_dri.so free 0x557173462500 void 0.000118
+gallium_dri.so free 0x557173462480 void 0.000117
+gallium_dri.so malloc 72 0x557173462480 0.000119
+gallium_dri.so free 0x557173462580 void 0.000118
+gallium_dri.so free 0x557173462480 void 0.000118
+gallium_dri.so malloc 72 0x5571734625b0 0.000118
+gallium_dri.so free 0x557173462600 void 0.000119
+gallium_dri.so free 0x5571734625b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734625b0 0.000119
+gallium_dri.so free 0x557173462700 void 0.000123
+gallium_dri.so free 0x5571734625b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734626b0 0.000118
+gallium_dri.so free 0x5571734684c0 void 0.000119
+gallium_dri.so free 0x5571734626b0 void 0.000118
+gallium_dri.so malloc 72 0x557173468470 0.000118
+gallium_dri.so free 0x557173468500 void 0.000119
+gallium_dri.so free 0x557173468470 void 0.000119
+gallium_dri.so malloc 72 0x557173468470 0.000166
+gallium_dri.so free 0x5571734685c0 void 0.000120
+gallium_dri.so free 0x557173468470 void 0.000115
+gallium_dri.so malloc 72 0x557173468630 0.000118
+gallium_dri.so free 0x557173468680 void 0.000118
+gallium_dri.so free 0x557173468630 void 0.000118
+gallium_dri.so malloc 72 0x557173468630 0.000119
+gallium_dri.so free 0x557173468780 void 0.000119
+gallium_dri.so free 0x557173468630 void 0.000118
+gallium_dri.so malloc 72 0x557173468730 0.000118
+gallium_dri.so free 0x5571735d1100 void 0.000118
+gallium_dri.so free 0x557173468730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d10b0 0.000118
+gallium_dri.so free 0x5571735d1140 void 0.000123
+gallium_dri.so free 0x5571735d10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d10b0 0.000117
+gallium_dri.so free 0x5571735d1200 void 0.000119
+gallium_dri.so free 0x5571735d10b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1240 0.000121
+gallium_dri.so free 0x5571735d12c0 void 0.000119
+gallium_dri.so free 0x5571735d1240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d12c0 0.000118
+gallium_dri.so free 0x5571735d1380 void 0.000118
+gallium_dri.so free 0x5571735d12c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d12c0 0.000119
+gallium_dri.so free 0x557173465f00 void 0.000119
+gallium_dri.so free 0x5571735d12c0 void 0.000129
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173465f40 void 0.000118
+gallium_dri.so free 0x557173465eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173466000 void 0.000119
+gallium_dri.so free 0x557173465eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173466040 0.000120
+gallium_dri.so free 0x5571734660c0 void 0.000119
+gallium_dri.so free 0x557173466040 void 0.000119
+gallium_dri.so malloc 72 0x5571734660c0 0.000119
+gallium_dri.so free 0x557173466180 void 0.000119
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734660c0 0.000119
+gallium_dri.so free 0x5571735d36c0 void 0.000120
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3670 0.000119
+gallium_dri.so free 0x5571735d3740 void 0.000118
+gallium_dri.so free 0x5571735d3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3740 0.000118
+gallium_dri.so free 0x5571735d3800 void 0.000117
+gallium_dri.so free 0x5571735d3740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3740 0.000119
+gallium_dri.so free 0x5571735d3880 void 0.000119
+gallium_dri.so free 0x5571735d3740 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3880 0.000119
+gallium_dri.so free 0x5571735d3940 void 0.000118
+gallium_dri.so free 0x5571735d3880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3880 0.000112
+gallium_dri.so free 0x55717358cd40 void 0.000111
+gallium_dri.so free 0x5571735d3880 void 0.000111
+gallium_dri.so malloc 72 0x55717358ccf0 0.000110
+gallium_dri.so free 0x55717358cdc0 void 0.000109
+gallium_dri.so free 0x55717358ccf0 void 0.000109
+gallium_dri.so malloc 72 0x55717358ccf0 0.000110
+gallium_dri.so free 0x55717358ce40 void 0.000114
+gallium_dri.so free 0x55717358ccf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ce40 0.000111
+gallium_dri.so free 0x55717358cf00 void 0.000110
+gallium_dri.so free 0x55717358ce40 void 0.000110
+gallium_dri.so malloc 72 0x55717358ce40 0.000110
+gallium_dri.so free 0x55717358d000 void 0.000111
+gallium_dri.so free 0x55717358ce40 void 0.000110
+gallium_dri.so malloc 72 0x55717358cfb0 0.000111
+gallium_dri.so free 0x5571735ceb40 void 0.000110
+gallium_dri.so free 0x55717358cfb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000110
+gallium_dri.so free 0x5571735cebc0 void 0.000110
+gallium_dri.so free 0x5571735ceaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000116
+gallium_dri.so free 0x5571735cec40 void 0.000112
+gallium_dri.so free 0x5571735ceaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cec40 0.000110
+gallium_dri.so free 0x5571735ced00 void 0.000112
+gallium_dri.so free 0x5571735cec40 void 0.000207
+gallium_dri.so malloc 72 0x5571735cec40 0.000123
+gallium_dri.so free 0x5571735cedc0 void 0.000182
+gallium_dri.so free 0x5571735cec40 void 0.000211
+gallium_dri.so malloc 72 0x5571735cec40 0.000213
+gallium_dri.so free 0x5571735d5c80 void 0.000214
+gallium_dri.so free 0x5571735cec40 void 0.000214
+gallium_dri.so malloc 72 0x5571735d5c30 0.000211
+gallium_dri.so free 0x5571735d5c80 void 0.000214
+gallium_dri.so free 0x5571735d5c30 void 0.000190
+gallium_dri.so malloc 72 0x5571735d5c30 0.000199
+gallium_dri.so free 0x5571735d5d80 void 0.000176
+gallium_dri.so free 0x5571735d5c30 void 0.000162
+gallium_dri.so malloc 72 0x5571735d5d30 0.000159
+gallium_dri.so free 0x5571735d5e40 void 0.000124
+gallium_dri.so free 0x5571735d5d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5df0 0.000159
+gallium_dri.so free 0x5571735d5e80 void 0.000219
+gallium_dri.so free 0x5571735d5df0 void 0.000214
+gallium_dri.so malloc 72 0x5571735d5df0 0.000215
+gallium_dri.so free 0x5571735d5f40 void 0.000191
+gallium_dri.so free 0x5571735d5df0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d5f80 0.000176
+gallium_dri.so free 0x557173602440 void 0.000158
+gallium_dri.so free 0x5571735d5f80 void 0.000187
+gallium_dri.so malloc 72 0x5571736023f0 0.000116
+gallium_dri.so free 0x557173602500 void 0.000122
+gallium_dri.so free 0x5571736023f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736024b0 0.000124
+gallium_dri.so free 0x557173602580 void 0.000123
+gallium_dri.so free 0x5571736024b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736024b0 0.000119
+gallium_dri.so free 0x557173602640 void 0.000114
+gallium_dri.so free 0x5571736024b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736024b0 0.000123
+gallium_dri.so free 0x557173602700 void 0.000136
+gallium_dri.so free 0x5571736024b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736026b0 0.000181
+gallium_dri.so free 0x557173606fc0 void 0.000130
+gallium_dri.so free 0x5571736026b0 void 0.000130
+gallium_dri.so malloc 72 0x557173606f70 0.000130
+gallium_dri.so free 0x557173607080 void 0.000131
+gallium_dri.so free 0x557173606f70 void 0.000125
+gallium_dri.so malloc 72 0x557173607030 0.000119
+gallium_dri.so free 0x5571736070c0 void 0.000120
+gallium_dri.so free 0x557173607030 void 0.000125
+gallium_dri.so malloc 72 0x557173607030 0.000130
+gallium_dri.so free 0x557173607180 void 0.000131
+gallium_dri.so free 0x557173607030 void 0.000220
+gallium_dri.so malloc 72 0x5571736071d0 0.000224
+gallium_dri.so free 0x557173607240 void 0.000221
+gallium_dri.so free 0x5571736071d0 void 0.000197
+gallium_dri.so malloc 72 0x557173607280 0.000207
+gallium_dri.so free 0x55717358a780 void 0.000169
+gallium_dri.so free 0x557173607280 void 0.000181
+gallium_dri.so malloc 72 0x55717358a730 0.000231
+gallium_dri.so free 0x55717358a840 void 0.000220
+gallium_dri.so free 0x55717358a730 void 0.000224
+gallium_dri.so malloc 72 0x55717358a7f0 0.000222
+gallium_dri.so free 0x55717358a880 void 0.000220
+gallium_dri.so free 0x55717358a7f0 void 0.000221
+gallium_dri.so malloc 72 0x55717358a7f0 0.000237
+gallium_dri.so free 0x55717358a940 void 0.000221
+gallium_dri.so free 0x55717358a7f0 void 0.000224
+gallium_dri.so malloc 72 0x55717358a980 0.000219
+gallium_dri.so free 0x55717358aa00 void 0.000202
+gallium_dri.so free 0x55717358a980 void 0.000197
+gallium_dri.so malloc 72 0x55717358aa00 0.000127
+gallium_dri.so free 0x557173463940 void 0.000125
+gallium_dri.so free 0x55717358aa00 void 0.000119
+gallium_dri.so malloc 72 0x5571734638f0 0.000127
+gallium_dri.so free 0x5571734639c0 void 0.000124
+gallium_dri.so free 0x5571734638f0 void 0.000138
+gallium_dri.so malloc 72 0x5571734639e0 0.000131
+gallium_dri.so free 0x557173463a80 void 0.000218
+gallium_dri.so free 0x5571734639e0 void 0.000251
+gallium_dri.so malloc 72 0x557173463a30 0.000201
+gallium_dri.so free 0x557173463b00 void 0.000205
+gallium_dri.so free 0x557173463a30 void 0.000224
+gallium_dri.so malloc 72 0x557173463a30 0.000220
+gallium_dri.so free 0x557173463b80 void 0.000200
+gallium_dri.so free 0x557173463a30 void 0.000201
+gallium_dri.so malloc 72 0x557173463b80 0.000173
+gallium_dri.so free 0x55717360a580 void 0.000126
+gallium_dri.so free 0x557173463b80 void 0.000130
+gallium_dri.so malloc 72 0x55717360a530 0.000131
+gallium_dri.so free 0x55717360a5c0 void 0.000130
+gallium_dri.so free 0x55717360a530 void 0.000130
+gallium_dri.so malloc 72 0x55717360a530 0.000177
+gallium_dri.so free 0x55717360a680 void 0.000243
+gallium_dri.so free 0x55717360a530 void 0.000258
+gallium_dri.so malloc 72 0x55717360a6f0 0.000252
+gallium_dri.so free 0x55717360a740 void 0.000213
+gallium_dri.so free 0x55717360a6f0 void 0.000140
+gallium_dri.so malloc 72 0x55717360a6f0 0.000138
+gallium_dri.so free 0x55717360a840 void 0.000146
+gallium_dri.so free 0x55717360a6f0 void 0.000138
+gallium_dri.so malloc 72 0x55717360a7f0 0.000137
+gallium_dri.so free 0x557173604a00 void 0.000139
+gallium_dri.so free 0x55717360a7f0 void 0.000137
+gallium_dri.so malloc 72 0x5571736049b0 0.000138
+gallium_dri.so free 0x557173604a40 void 0.000137
+gallium_dri.so free 0x5571736049b0 void 0.000138
+gallium_dri.so malloc 72 0x5571736049b0 0.000138
+gallium_dri.so free 0x557173604b00 void 0.000138
+gallium_dri.so free 0x5571736049b0 void 0.000138
+gallium_dri.so malloc 72 0x557173604b40 0.000140
+gallium_dri.so free 0x557173604bc0 void 0.000140
+gallium_dri.so free 0x557173604b40 void 0.000138
+gallium_dri.so malloc 72 0x557173604bc0 0.000151
+gallium_dri.so free 0x557173604c80 void 0.000139
+gallium_dri.so free 0x557173604bc0 void 0.000143
+gallium_dri.so malloc 72 0x557173604bc0 0.000140
+gallium_dri.so free 0x5571735918c0 void 0.000140
+gallium_dri.so free 0x557173604bc0 void 0.000138
+gallium_dri.so malloc 72 0x557173591870 0.000138
+gallium_dri.so free 0x557173591900 void 0.000138
+gallium_dri.so free 0x557173591870 void 0.000138
+gallium_dri.so malloc 72 0x557173591870 0.000140
+gallium_dri.so free 0x5571735919c0 void 0.000139
+gallium_dri.so free 0x557173591870 void 0.000138
+gallium_dri.so malloc 72 0x557173591a00 0.000139
+gallium_dri.so free 0x557173591a80 void 0.000139
+gallium_dri.so free 0x557173591a00 void 0.000139
+gallium_dri.so malloc 72 0x557173591a80 0.000138
+gallium_dri.so free 0x557173591b40 void 0.000140
+gallium_dri.so free 0x557173591a80 void 0.000137
+gallium_dri.so malloc 72 0x557173591a80 0.000137
+gallium_dri.so free 0x55717358f300 void 0.000138
+gallium_dri.so free 0x557173591a80 void 0.000138
+gallium_dri.so malloc 72 0x55717358f2b0 0.000137
+gallium_dri.so free 0x55717358f380 void 0.000149
+gallium_dri.so free 0x55717358f2b0 void 0.000139
+gallium_dri.so malloc 72 0x55717358f380 0.000137
+gallium_dri.so free 0x55717358f440 void 0.000140
+gallium_dri.so free 0x55717358f380 void 0.000138
+gallium_dri.so malloc 72 0x55717358f380 0.000138
+gallium_dri.so free 0x55717358f4c0 void 0.000167
+gallium_dri.so free 0x55717358f380 void 0.000137
+gallium_dri.so malloc 72 0x55717358f4c0 0.000138
+gallium_dri.so free 0x55717358f580 void 0.000141
+gallium_dri.so free 0x55717358f4c0 void 0.000138
+gallium_dri.so malloc 72 0x55717358f4c0 0.000139
+gallium_dri.so free 0x55717360ba40 void 0.000140
+gallium_dri.so free 0x55717358f4c0 void 0.000139
+gallium_dri.so malloc 72 0x55717358f4c0 0.000139
+gallium_dri.so free 0x55717360bb00 void 0.000143
+gallium_dri.so free 0x55717358f4c0 void 0.000138
+gallium_dri.so malloc 72 0x55717360bab0 0.000138
+gallium_dri.so free 0x55717360bb80 void 0.000138
+gallium_dri.so free 0x55717360bab0 void 0.000137
+gallium_dri.so malloc 72 0x55717360bbd0 0.000136
+gallium_dri.so free 0x55717360bc40 void 0.000145
+gallium_dri.so free 0x55717360bbd0 void 0.000134
+gallium_dri.so malloc 72 0x55717360bc80 0.000131
+gallium_dri.so free 0x55717360bd00 void 0.000132
+gallium_dri.so free 0x55717360bc80 void 0.000131
+gallium_dri.so malloc 72 0x55717360bc80 0.000130
+gallium_dri.so free 0x55717360bd80 void 0.000130
+gallium_dri.so free 0x55717360bc80 void 0.000133
+gallium_dri.so malloc 72 0x55717360bdb0 0.000131
+gallium_dri.so free 0x5571735d25c0 void 0.000134
+gallium_dri.so free 0x55717360bdb0 void 0.000132
+gallium_dri.so malloc 72 0x55717360bdb0 0.000132
+gallium_dri.so free 0x5571735d2640 void 0.000133
+gallium_dri.so free 0x55717360bdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2640 0.000133
+gallium_dri.so free 0x5571735d2700 void 0.000133
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2640 0.000132
+gallium_dri.so free 0x5571735d27c0 void 0.000134
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2640 0.000132
+gallium_dri.so free 0x5571735d2880 void 0.000132
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2830 0.000130
+gallium_dri.so free 0x5571735d2880 void 0.000133
+gallium_dri.so free 0x5571735d2830 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2830 0.000131
+gallium_dri.so free 0x5571735d0000 void 0.000133
+gallium_dri.so free 0x5571735d2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0000 0.000131
+gallium_dri.so free 0x5571735d2980 void 0.000134
+gallium_dri.so free 0x5571735d0000 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2930 0.000132
+gallium_dri.so free 0x5571735d00c0 void 0.000133
+gallium_dri.so free 0x5571735d2930 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2930 0.000131
+gallium_dri.so free 0x5571735d0180 void 0.000132
+gallium_dri.so free 0x5571735d2930 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0130 0.000132
+gallium_dri.so free 0x5571735d0200 void 0.000133
+gallium_dri.so free 0x5571735d0130 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0250 0.000131
+gallium_dri.so free 0x5571735d02c0 void 0.000131
+gallium_dri.so free 0x5571735d0250 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0320 0.000131
+gallium_dri.so free 0x5571735d03c0 void 0.000134
+gallium_dri.so free 0x5571735d0320 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0370 0.000133
+gallium_dri.so free 0x557173603900 void 0.000133
+gallium_dri.so free 0x5571735d0370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0370 0.000131
+gallium_dri.so free 0x5571736039c0 void 0.000133
+gallium_dri.so free 0x5571735d0370 void 0.000131
+gallium_dri.so malloc 72 0x557173603970 0.000131
+gallium_dri.so free 0x557173603a40 void 0.000134
+gallium_dri.so free 0x557173603970 void 0.000130
+gallium_dri.so malloc 72 0x557173603a90 0.000131
+gallium_dri.so free 0x557173603b00 void 0.000131
+gallium_dri.so free 0x557173603a90 void 0.000130
+gallium_dri.so malloc 72 0x557173603b20 0.000132
+gallium_dri.so free 0x557173603bc0 void 0.000135
+gallium_dri.so free 0x557173603b20 void 0.000131
+gallium_dri.so malloc 72 0x557173603b70 0.000131
+gallium_dri.so free 0x557173603c40 void 0.000131
+gallium_dri.so free 0x557173603b70 void 0.000131
+gallium_dri.so malloc 72 0x557173603c40 0.000130
+gallium_dri.so free 0x557173589680 void 0.000132
+gallium_dri.so free 0x557173603c40 void 0.000130
+gallium_dri.so malloc 72 0x557173603c40 0.000130
+gallium_dri.so free 0x557173589700 void 0.000130
+gallium_dri.so free 0x557173603c40 void 0.000203
+gallium_dri.so malloc 72 0x557173589700 0.000199
+gallium_dri.so free 0x5571735897c0 void 0.000203
+gallium_dri.so free 0x557173589700 void 0.000201
+gallium_dri.so malloc 72 0x557173589700 0.000170
+gallium_dri.so free 0x557173589880 void 0.000131
+gallium_dri.so free 0x557173589700 void 0.000131
+gallium_dri.so malloc 72 0x557173589700 0.000132
+gallium_dri.so free 0x557173589940 void 0.000132
+gallium_dri.so free 0x557173589700 void 0.000130
+gallium_dri.so malloc 72 0x5571735898f0 0.000130
+gallium_dri.so free 0x5571735899c0 void 0.000131
+gallium_dri.so free 0x5571735898f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589a10 0.000130
+gallium_dri.so free 0x55717358bc40 void 0.000130
+gallium_dri.so free 0x557173589a10 void 0.000131
+gallium_dri.so malloc 72 0x557173589a10 0.000131
+gallium_dri.so free 0x55717358bcc0 void 0.000132
+gallium_dri.so free 0x557173589a10 void 0.000129
+gallium_dri.so malloc 72 0x557173589a10 0.000130
+gallium_dri.so free 0x55717358bd80 void 0.000135
+gallium_dri.so free 0x557173589a10 void 0.000133
+gallium_dri.so malloc 72 0x557173589a10 0.000130
+gallium_dri.so free 0x55717358be40 void 0.000131
+gallium_dri.so free 0x557173589a10 void 0.000133
+gallium_dri.so malloc 72 0x55717358bdf0 0.000134
+gallium_dri.so free 0x55717358bec0 void 0.000132
+gallium_dri.so free 0x55717358bdf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bf10 0.000131
+gallium_dri.so free 0x55717358bf80 void 0.000132
+gallium_dri.so free 0x55717358bf10 void 0.000132
+gallium_dri.so malloc 72 0x55717358bfa0 0.000130
+gallium_dri.so free 0x5571735907c0 void 0.000131
+gallium_dri.so free 0x55717358bfa0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bfa0 0.000130
+gallium_dri.so free 0x557173590880 void 0.000131
+gallium_dri.so free 0x55717358bfa0 void 0.000133
+gallium_dri.so malloc 72 0x557173590830 0.000131
+gallium_dri.so free 0x557173590880 void 0.000130
+gallium_dri.so free 0x557173590830 void 0.000131
+gallium_dri.so malloc 72 0x557173590830 0.000131
+gallium_dri.so free 0x557173590980 void 0.000131
+gallium_dri.so free 0x557173590830 void 0.000133
+gallium_dri.so malloc 72 0x557173590930 0.000137
+gallium_dri.so free 0x557173590a40 void 0.000133
+gallium_dri.so free 0x557173590930 void 0.000131
+gallium_dri.so malloc 72 0x5571735909f0 0.000132
+gallium_dri.so free 0x557173590a80 void 0.000132
+gallium_dri.so free 0x5571735909f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735909f0 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000132
+gallium_dri.so free 0x5571735909f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735909f0 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000132
+gallium_dri.so free 0x5571735909f0 void 0.000132
+gallium_dri.so malloc 72 0x557173464e80 0.000130
+gallium_dri.so free 0x557173464f40 void 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000129
+gallium_dri.so malloc 72 0x557173464e80 0.000133
+gallium_dri.so free 0x557173465040 void 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000131
+gallium_dri.so malloc 72 0x557173464e80 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so free 0x557173464e80 void 0.000132
+gallium_dri.so malloc 72 0x557173590b70 0.000132
+gallium_dri.so free 0x5571734650c0 void 0.000131
+gallium_dri.so free 0x557173590b70 void 0.000131
+gallium_dri.so malloc 72 0x557173465100 0.000132
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so free 0x557173465100 void 0.000130
+gallium_dri.so malloc 72 0x5571734673c0 0.000129
+gallium_dri.so free 0x557173467480 void 0.000132
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734673c0 0.000130
+gallium_dri.so free 0x557173467500 void 0.000131
+gallium_dri.so free 0x5571734673c0 void 0.000131
+gallium_dri.so malloc 72 0x557173467530 0.000132
+gallium_dri.so free 0x557173467580 void 0.000130
+gallium_dri.so free 0x557173467530 void 0.000131
+gallium_dri.so malloc 72 0x557173467580 0.000132
+gallium_dri.so free 0x557173465180 void 0.000130
+gallium_dri.so free 0x557173467580 void 0.000131
+gallium_dri.so malloc 72 0x557173467580 0.000131
+gallium_dri.so free 0x557173467640 void 0.000130
+gallium_dri.so free 0x557173467580 void 0.000128
+gallium_dri.so malloc 72 0x557173467640 0.000132
+gallium_dri.so free 0x557173467700 void 0.000132
+gallium_dri.so free 0x557173467640 void 0.000132
+gallium_dri.so malloc 72 0x557173467640 0.000131
+gallium_dri.so free 0x557173608480 void 0.000132
+gallium_dri.so free 0x557173467640 void 0.000133
+gallium_dri.so malloc 72 0x557173467640 0.000131
+gallium_dri.so free 0x557173608540 void 0.000131
+gallium_dri.so free 0x557173467640 void 0.000130
+gallium_dri.so malloc 72 0x5571736084f0 0.000130
+gallium_dri.so free 0x5571736085c0 void 0.000132
+gallium_dri.so free 0x5571736084f0 void 0.000131
+gallium_dri.so malloc 72 0x557173608610 0.000132
+gallium_dri.so free 0x557173608680 void 0.000133
+gallium_dri.so free 0x557173608610 void 0.000131
+gallium_dri.so malloc 72 0x5571736086c0 0.000134
+gallium_dri.so free 0x557173608740 void 0.000132
+gallium_dri.so free 0x5571736086c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736086c0 0.000154
+gallium_dri.so free 0x5571736087c0 void 0.000133
+gallium_dri.so free 0x5571736086c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736087f0 0.000132
+gallium_dri.so free 0x55717358e200 void 0.000133
+gallium_dri.so free 0x5571736087f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736087f0 0.000132
+gallium_dri.so free 0x55717358e280 void 0.000131
+gallium_dri.so free 0x5571736087f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358e280 0.000168
+gallium_dri.so free 0x55717358e340 void 0.000133
+gallium_dri.so free 0x55717358e280 void 0.000130
+gallium_dri.so malloc 72 0x55717358e280 0.000130
+gallium_dri.so free 0x55717358e400 void 0.000129
+gallium_dri.so free 0x55717358e280 void 0.000130
+gallium_dri.so malloc 72 0x55717358e280 0.000131
+gallium_dri.so free 0x55717358e4c0 void 0.000131
+gallium_dri.so free 0x55717358e280 void 0.000131
+gallium_dri.so malloc 72 0x55717358e470 0.000131
+gallium_dri.so free 0x55717358e4c0 void 0.000131
+gallium_dri.so free 0x55717358e470 void 0.000130
+gallium_dri.so malloc 72 0x55717358e470 0.000130
+gallium_dri.so free 0x557173605ec0 void 0.000132
+gallium_dri.so free 0x55717358e470 void 0.000132
+gallium_dri.so malloc 72 0x557173605ec0 0.000132
+gallium_dri.so free 0x55717358e5c0 void 0.000133
+gallium_dri.so free 0x557173605ec0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e570 0.000132
+gallium_dri.so free 0x557173605f80 void 0.000131
+gallium_dri.so free 0x55717358e570 void 0.000132
+gallium_dri.so malloc 72 0x55717358e570 0.000132
+gallium_dri.so free 0x557173606040 void 0.000131
+gallium_dri.so free 0x55717358e570 void 0.000141
+gallium_dri.so malloc 72 0x557173605ff0 0.000133
+gallium_dri.so free 0x5571736060c0 void 0.000132
+gallium_dri.so free 0x557173605ff0 void 0.000132
+gallium_dri.so malloc 72 0x557173606110 0.000133
+gallium_dri.so free 0x557173606180 void 0.000132
+gallium_dri.so free 0x557173606110 void 0.000132
+gallium_dri.so malloc 72 0x5571736061e0 0.000132
+gallium_dri.so free 0x557173606280 void 0.000132
+gallium_dri.so free 0x5571736061e0 void 0.000132
+gallium_dri.so malloc 72 0x557173606230 0.000133
+gallium_dri.so free 0x5571735d4b80 void 0.000134
+gallium_dri.so free 0x557173606230 void 0.000133
+gallium_dri.so malloc 72 0x557173606230 0.000131
+gallium_dri.so free 0x5571735d4c40 void 0.000131
+gallium_dri.so free 0x557173606230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000133
+gallium_dri.so free 0x5571735d4cc0 void 0.000133
+gallium_dri.so free 0x5571735d4bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4d10 0.000131
+gallium_dri.so free 0x5571735d4d80 void 0.000132
+gallium_dri.so free 0x5571735d4d10 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4da0 0.000131
+gallium_dri.so free 0x5571735d4e40 void 0.000145
+gallium_dri.so free 0x5571735d4da0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4df0 0.000132
+gallium_dri.so free 0x5571735d4ec0 void 0.000132
+gallium_dri.so free 0x5571735d4df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000131
+gallium_dri.so free 0x557173462840 void 0.000131
+gallium_dri.so free 0x5571735d4ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4ec0 0.000132
+gallium_dri.so free 0x5571734628c0 void 0.000133
+gallium_dri.so free 0x5571735d4ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571734628c0 0.000134
+gallium_dri.so free 0x557173462980 void 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734628c0 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000130
+gallium_dri.so free 0x5571734628c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734628c0 0.000132
+gallium_dri.so free 0x557173462b00 void 0.000133
+gallium_dri.so free 0x5571734628c0 void 0.000131
+gallium_dri.so malloc 72 0x557173462ab0 0.000132
+gallium_dri.so free 0x557173462b80 void 0.000130
+gallium_dri.so free 0x557173462ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173462bd0 0.000199
+gallium_dri.so free 0x557173601340 void 0.000165
+gallium_dri.so free 0x557173462bd0 void 0.000205
+gallium_dri.so malloc 72 0x557173462bd0 0.000169
+gallium_dri.so free 0x5571736013c0 void 0.000167
+gallium_dri.so free 0x557173462bd0 void 0.000169
+gallium_dri.so malloc 72 0x557173462bd0 0.000133
+gallium_dri.so free 0x557173601480 void 0.000132
+gallium_dri.so free 0x557173462bd0 void 0.000131
+gallium_dri.so malloc 72 0x557173462bd0 0.000132
+gallium_dri.so free 0x557173601540 void 0.000133
+gallium_dri.so free 0x557173462bd0 void 0.000131
+gallium_dri.so malloc 72 0x5571736014f0 0.000131
+gallium_dri.so free 0x5571736015c0 void 0.000131
+gallium_dri.so free 0x5571736014f0 void 0.000130
+gallium_dri.so malloc 72 0x557173601610 0.000130
+gallium_dri.so free 0x557173601680 void 0.000160
+gallium_dri.so free 0x557173601610 void 0.000131
+gallium_dri.so malloc 72 0x5571736016a0 0.000132
+gallium_dri.so free 0x557173469380 void 0.000132
+gallium_dri.so free 0x5571736016a0 void 0.000132
+gallium_dri.so malloc 72 0x5571736016a0 0.000141
+gallium_dri.so free 0x557173469440 void 0.000134
+gallium_dri.so free 0x5571736016a0 void 0.000132
+gallium_dri.so malloc 72 0x5571734693f0 0.000132
+gallium_dri.so free 0x557173469440 void 0.000132
+gallium_dri.so free 0x5571734693f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734693f0 0.000131
+gallium_dri.so free 0x557173469540 void 0.000133
+gallium_dri.so free 0x5571734693f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734694f0 0.000130
+gallium_dri.so free 0x557173469600 void 0.000132
+gallium_dri.so free 0x5571734694f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734695b0 0.000132
+gallium_dri.so free 0x557173469640 void 0.000133
+gallium_dri.so free 0x5571734695b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734695b0 0.000131
+gallium_dri.so free 0x557173469700 void 0.000133
+gallium_dri.so free 0x5571734695b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734695b0 0.000132
+gallium_dri.so free 0x55717358c640 void 0.000132
+gallium_dri.so free 0x5571734695b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c690 0.000132
+gallium_dri.so free 0x55717358c700 void 0.000133
+gallium_dri.so free 0x55717358c690 void 0.000139
+gallium_dri.so malloc 72 0x55717358c760 0.000132
+gallium_dri.so free 0x55717358c800 void 0.000135
+gallium_dri.so free 0x55717358c760 void 0.000131
+gallium_dri.so malloc 72 0x55717358c7b0 0.000130
+gallium_dri.so free 0x55717358c840 void 0.000131
+gallium_dri.so free 0x55717358c7b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c7b0 0.000130
+gallium_dri.so free 0x55717358c900 void 0.000132
+gallium_dri.so free 0x55717358c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c940 0.000132
+gallium_dri.so free 0x55717358c9c0 void 0.000132
+gallium_dri.so free 0x55717358c940 void 0.000131
+gallium_dri.so malloc 72 0x55717358c9c0 0.000132
+gallium_dri.so free 0x55717358ec00 void 0.000133
+gallium_dri.so free 0x55717358c9c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ec20 0.000131
+gallium_dri.so free 0x55717358ecc0 void 0.000130
+gallium_dri.so free 0x55717358ec20 void 0.000129
+gallium_dri.so malloc 72 0x55717358ec70 0.000131
+gallium_dri.so free 0x55717358ed40 void 0.000132
+gallium_dri.so free 0x55717358ec70 void 0.000134
+gallium_dri.so malloc 72 0x55717358ed40 0.000132
+gallium_dri.so free 0x55717358ee00 void 0.000172
+gallium_dri.so free 0x55717358ed40 void 0.000133
+gallium_dri.so malloc 72 0x55717358ed40 0.000131
+gallium_dri.so free 0x55717358ee80 void 0.000131
+gallium_dri.so free 0x55717358ed40 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee80 0.000130
+gallium_dri.so free 0x55717358ef40 void 0.000133
+gallium_dri.so free 0x55717358ee80 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee80 0.000131
+gallium_dri.so free 0x557173601d40 void 0.000133
+gallium_dri.so free 0x55717358ee80 void 0.000132
+gallium_dri.so malloc 72 0x557173601d70 0.000130
+gallium_dri.so free 0x557173601dc0 void 0.000132
+gallium_dri.so free 0x557173601d70 void 0.000132
+gallium_dri.so malloc 72 0x557173601d70 0.000132
+gallium_dri.so free 0x557173601ec0 void 0.000131
+gallium_dri.so free 0x557173601d70 void 0.000131
+gallium_dri.so malloc 72 0x557173601e70 0.000132
+gallium_dri.so free 0x557173601f80 void 0.000133
+gallium_dri.so free 0x557173601e70 void 0.000130
+gallium_dri.so malloc 72 0x557173601f30 0.000133
+gallium_dri.so free 0x557173602000 void 0.000132
+gallium_dri.so free 0x557173601f30 void 0.000132
+gallium_dri.so malloc 72 0x557173602020 0.000140
+gallium_dri.so free 0x5571736020c0 void 0.000132
+gallium_dri.so free 0x557173602020 void 0.000131
+gallium_dri.so malloc 72 0x557173602070 0.000132
+gallium_dri.so free 0x557173604300 void 0.000134
+gallium_dri.so free 0x557173602070 void 0.000132
+gallium_dri.so malloc 72 0x557173604340 0.000133
+gallium_dri.so free 0x5571736043c0 void 0.000131
+gallium_dri.so free 0x557173604340 void 0.000129
+gallium_dri.so malloc 72 0x5571736043c0 0.000130
+gallium_dri.so free 0x557173604480 void 0.000132
+gallium_dri.so free 0x5571736043c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736043c0 0.000130
+gallium_dri.so free 0x557173604500 void 0.000132
+gallium_dri.so free 0x5571736043c0 void 0.000131
+gallium_dri.so malloc 72 0x557173604530 0.000130
+gallium_dri.so free 0x557173604580 void 0.000135
+gallium_dri.so free 0x557173604530 void 0.000132
+gallium_dri.so malloc 72 0x557173604530 0.000132
+gallium_dri.so free 0x557173604680 void 0.000132
+gallium_dri.so free 0x557173604530 void 0.000130
+gallium_dri.so malloc 72 0x5571736046c0 0.000131
+gallium_dri.so free 0x557173608e80 void 0.000134
+gallium_dri.so free 0x5571736046c0 void 0.000142
+gallium_dri.so malloc 72 0x557173608ed0 0.000130
+gallium_dri.so free 0x557173608f40 void 0.000132
+gallium_dri.so free 0x557173608ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173608f60 0.000131
+gallium_dri.so free 0x557173609000 void 0.000132
+gallium_dri.so free 0x557173608f60 void 0.000131
+gallium_dri.so malloc 72 0x557173608fb0 0.000130
+gallium_dri.so free 0x557173609080 void 0.000130
+gallium_dri.so free 0x557173608fb0 void 0.000130
+gallium_dri.so malloc 72 0x557173608fb0 0.000130
+gallium_dri.so free 0x557173609100 void 0.000132
+gallium_dri.so free 0x557173608fb0 void 0.000131
+gallium_dri.so malloc 72 0x557173609100 0.000131
+gallium_dri.so free 0x5571736091c0 void 0.000133
+gallium_dri.so free 0x557173609100 void 0.000129
+gallium_dri.so malloc 72 0x557173609100 0.000131
+gallium_dri.so free 0x557173463240 void 0.000133
+gallium_dri.so free 0x557173609100 void 0.000131
+gallium_dri.so malloc 72 0x557173463260 0.000130
+gallium_dri.so free 0x557173463300 void 0.000131
+gallium_dri.so free 0x557173463260 void 0.000131
+gallium_dri.so malloc 72 0x5571734632b0 0.000131
+gallium_dri.so free 0x557173463380 void 0.000141
+gallium_dri.so free 0x5571734632b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734632b0 0.000131
+gallium_dri.so free 0x557173463400 void 0.000132
+gallium_dri.so free 0x5571734632b0 void 0.000132
+gallium_dri.so malloc 72 0x557173463400 0.000131
+gallium_dri.so free 0x5571734634c0 void 0.000132
+gallium_dri.so free 0x557173463400 void 0.000130
+gallium_dri.so malloc 72 0x557173463400 0.000131
+gallium_dri.so free 0x557173463580 void 0.000131
+gallium_dri.so free 0x557173463400 void 0.000131
+gallium_dri.so malloc 72 0x557173463400 0.000131
+gallium_dri.so free 0x5571735d0a00 void 0.000132
+gallium_dri.so free 0x557173463400 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0a50 0.000131
+gallium_dri.so free 0x5571735d0ac0 void 0.000131
+gallium_dri.so free 0x5571735d0a50 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0b00 0.000133
+gallium_dri.so free 0x5571735d0b80 void 0.000133
+gallium_dri.so free 0x5571735d0b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0b80 0.000131
+gallium_dri.so free 0x5571735d0c40 void 0.000131
+gallium_dri.so free 0x5571735d0b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0b80 0.000138
+gallium_dri.so free 0x557173463640 void 0.000134
+gallium_dri.so free 0x5571735d0b80 void 0.000130
+gallium_dri.so malloc 72 0x5571734635f0 0.000131
+gallium_dri.so free 0x5571735d0cc0 void 0.000131
+gallium_dri.so free 0x5571734635f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0d00 0.000131
+gallium_dri.so free 0x5571735d0d80 void 0.000131
+gallium_dri.so free 0x5571735d0d00 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0d80 0.000132
+gallium_dri.so free 0x5571735d2fc0 void 0.000131
+gallium_dri.so free 0x5571735d0d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3000 0.000130
+gallium_dri.so free 0x5571735d3080 void 0.000131
+gallium_dri.so free 0x5571735d3000 void 0.000129
+gallium_dri.so malloc 72 0x5571735d3000 0.000130
+gallium_dri.so free 0x5571735d3100 void 0.000132
+gallium_dri.so free 0x5571735d3000 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3130 0.000131
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so free 0x5571735d3130 void 0.000133
+gallium_dri.so malloc 72 0x5571735d3130 0.000131
+gallium_dri.so free 0x5571735d3280 void 0.000132
+gallium_dri.so free 0x5571735d3130 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3230 0.000132
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so free 0x5571735d3230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d32f0 0.000130
+gallium_dri.so free 0x5571735d5580 void 0.000133
+gallium_dri.so free 0x5571735d32f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d55b0 0.000131
+gallium_dri.so free 0x5571735d5600 void 0.000130
+gallium_dri.so free 0x5571735d55b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55b0 0.000130
+gallium_dri.so free 0x5571735d5700 void 0.000131
+gallium_dri.so free 0x5571735d55b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5740 0.000131
+gallium_dri.so free 0x5571735d57c0 void 0.000131
+gallium_dri.so free 0x5571735d5740 void 0.000130
+gallium_dri.so malloc 72 0x5571735d57c0 0.000131
+gallium_dri.so free 0x5571735d3380 void 0.000130
+gallium_dri.so free 0x5571735d57c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d57c0 0.000130
+gallium_dri.so free 0x5571735d5880 void 0.000131
+gallium_dri.so free 0x5571735d57c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d57c0 0.000131
+gallium_dri.so free 0x5571735d5940 void 0.000139
+gallium_dri.so free 0x5571735d57c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d58f0 0.000131
+gallium_dri.so free 0x5571735911c0 void 0.000133
+gallium_dri.so free 0x5571735d58f0 void 0.000131
+gallium_dri.so malloc 72 0x557173591210 0.000131
+gallium_dri.so free 0x557173591280 void 0.000130
+gallium_dri.so free 0x557173591210 void 0.000130
+gallium_dri.so malloc 72 0x5571735912e0 0.000131
+gallium_dri.so free 0x557173591380 void 0.000129
+gallium_dri.so free 0x5571735912e0 void 0.000130
+gallium_dri.so malloc 72 0x557173591330 0.000131
+gallium_dri.so free 0x5571735913c0 void 0.000131
+gallium_dri.so free 0x557173591330 void 0.000131
+gallium_dri.so malloc 72 0x557173591330 0.000130
+gallium_dri.so free 0x557173591480 void 0.000130
+gallium_dri.so free 0x557173591330 void 0.000131
+gallium_dri.so malloc 72 0x5571735914c0 0.000131
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so free 0x5571735914c0 void 0.000131
+gallium_dri.so malloc 72 0x557173591540 0.000130
+gallium_dri.so free 0x557173465800 void 0.000131
+gallium_dri.so free 0x557173591540 void 0.000134
+gallium_dri.so malloc 72 0x557173465820 0.000139
+gallium_dri.so free 0x5571734658c0 void 0.000133
+gallium_dri.so free 0x557173465820 void 0.000131
+gallium_dri.so malloc 72 0x557173465870 0.000131
+gallium_dri.so free 0x557173465940 void 0.000131
+gallium_dri.so free 0x557173465870 void 0.000131
+gallium_dri.so malloc 72 0x557173465940 0.000131
+gallium_dri.so free 0x557173465a00 void 0.000131
+gallium_dri.so free 0x557173465940 void 0.000130
+gallium_dri.so malloc 72 0x557173465940 0.000130
+gallium_dri.so free 0x557173465a80 void 0.000130
+gallium_dri.so free 0x557173465940 void 0.000131
+gallium_dri.so malloc 72 0x557173465a80 0.000130
+gallium_dri.so free 0x557173465b40 void 0.000131
+gallium_dri.so free 0x557173465a80 void 0.000131
+gallium_dri.so malloc 72 0x557173465a80 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000131
+gallium_dri.so free 0x557173465a80 void 0.000132
+gallium_dri.so malloc 72 0x55717358a0b0 0.000130
+gallium_dri.so free 0x55717358a100 void 0.000151
+gallium_dri.so free 0x55717358a0b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a0b0 0.000131
+gallium_dri.so free 0x55717358a200 void 0.000131
+gallium_dri.so free 0x55717358a0b0 void 0.000192
+gallium_dri.so malloc 72 0x55717358a1b0 0.000133
+gallium_dri.so free 0x55717358a2c0 void 0.000133
+gallium_dri.so free 0x55717358a1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a270 0.000130
+gallium_dri.so free 0x55717358a340 void 0.000131
+gallium_dri.so free 0x55717358a270 void 0.000129
+gallium_dri.so malloc 72 0x55717358a360 0.000130
+gallium_dri.so free 0x55717358a400 void 0.000130
+gallium_dri.so free 0x55717358a360 void 0.000131
+gallium_dri.so malloc 72 0x55717358a3b0 0.000131
+gallium_dri.so free 0x5571736068c0 void 0.000131
+gallium_dri.so free 0x55717358a3b0 void 0.000131
+gallium_dri.so malloc 72 0x557173606900 0.000131
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606900 void 0.000130
+gallium_dri.so malloc 72 0x557173606980 0.000130
+gallium_dri.so free 0x557173606a40 void 0.000131
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606980 0.000131
+gallium_dri.so free 0x557173606ac0 void 0.000131
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606b40 void 0.000141
+gallium_dri.so free 0x557173606af0 void 0.000132
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606c40 void 0.000131
+gallium_dri.so free 0x557173606af0 void 0.000131
+gallium_dri.so malloc 72 0x557173606c80 0.000130
+gallium_dri.so free 0x557173609e80 void 0.000132
+gallium_dri.so free 0x557173606c80 void 0.000132
+gallium_dri.so malloc 72 0x557173609ed0 0.000130
+gallium_dri.so free 0x557173609f40 void 0.000131
+gallium_dri.so free 0x557173609ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173609f60 0.000130
+gallium_dri.so free 0x55717360a000 void 0.000133
+gallium_dri.so free 0x557173609f60 void 0.000136
+gallium_dri.so malloc 72 0x557173609fb0 0.000131
+gallium_dri.so free 0x55717360a080 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000131
+gallium_dri.so malloc 72 0x557173609fb0 0.000131
+gallium_dri.so free 0x55717360a100 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a100 0.000131
+gallium_dri.so free 0x55717360a1c0 void 0.000130
+gallium_dri.so free 0x55717360a100 void 0.000130
+gallium_dri.so malloc 72 0x55717360a100 0.000142
+gallium_dri.so free 0x557173467dc0 void 0.000131
+gallium_dri.so free 0x55717360a100 void 0.000131
+gallium_dri.so malloc 72 0x557173467de0 0.000130
+gallium_dri.so free 0x557173467e80 void 0.000132
+gallium_dri.so free 0x557173467de0 void 0.000130
+gallium_dri.so malloc 72 0x557173467e30 0.000158
+gallium_dri.so free 0x557173467f00 void 0.000132
+gallium_dri.so free 0x557173467e30 void 0.000130
+gallium_dri.so malloc 72 0x557173467e30 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000132
+gallium_dri.so free 0x557173467e30 void 0.000129
+gallium_dri.so malloc 72 0x557173467f80 0.000130
+gallium_dri.so free 0x557173468040 void 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000133
+gallium_dri.so malloc 72 0x557173467f80 0.000131
+gallium_dri.so free 0x557173468100 void 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000130
+gallium_dri.so malloc 72 0x557173467f80 0.000131
+gallium_dri.so free 0x557173609580 void 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000132
+gallium_dri.so malloc 72 0x557173609530 0.000130
+gallium_dri.so free 0x557173609640 void 0.000132
+gallium_dri.so free 0x557173609530 void 0.000173
+gallium_dri.so malloc 72 0x5571736095f0 0.000131
+gallium_dri.so free 0x5571736096c0 void 0.000131
+gallium_dri.so free 0x5571736095f0 void 0.000129
+gallium_dri.so malloc 72 0x557173609710 0.000131
+gallium_dri.so free 0x557173609780 void 0.000131
+gallium_dri.so free 0x557173609710 void 0.000131
+gallium_dri.so malloc 72 0x5571736097a0 0.000131
+gallium_dri.so free 0x5571734681c0 void 0.000130
+gallium_dri.so free 0x5571736097a0 void 0.000130
+gallium_dri.so malloc 72 0x557173468170 0.000132
+gallium_dri.so free 0x557173609840 void 0.000130
+gallium_dri.so free 0x557173468170 void 0.000130
+gallium_dri.so malloc 72 0x5571736097f0 0.000130
+gallium_dri.so free 0x5571736098c0 void 0.000131
+gallium_dri.so free 0x5571736097f0 void 0.000131
+gallium_dri.so malloc 72 0x557173609910 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000131
+gallium_dri.so free 0x557173609910 void 0.000131
+gallium_dri.so malloc 72 0x557173609910 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000132
+gallium_dri.so free 0x557173609910 void 0.000129
+gallium_dri.so malloc 72 0x557173609910 0.000130
+gallium_dri.so free 0x5571735cfb40 void 0.000144
+gallium_dri.so free 0x557173609910 void 0.000130
+gallium_dri.so malloc 72 0x557173609910 0.000131
+gallium_dri.so free 0x5571735cfc00 void 0.000131
+gallium_dri.so free 0x557173609910 void 0.000134
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000131
+gallium_dri.so free 0x5571735cfc80 void 0.000132
+gallium_dri.so free 0x5571735cfbb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfcd0 0.000131
+gallium_dri.so free 0x5571735cfd40 void 0.000131
+gallium_dri.so free 0x5571735cfcd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfd60 0.000131
+gallium_dri.so free 0x5571735cfe00 void 0.000131
+gallium_dri.so free 0x5571735cfd60 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000130
+gallium_dri.so free 0x557173589080 void 0.000131
+gallium_dri.so free 0x5571735cfdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000130
+gallium_dri.so free 0x557173589180 void 0.000131
+gallium_dri.so free 0x5571735cfdb0 void 0.000131
+gallium_dri.so malloc 72 0x557173589130 0.000130
+gallium_dri.so free 0x557173589200 void 0.000130
+gallium_dri.so free 0x557173589130 void 0.000130
+gallium_dri.so malloc 72 0x557173589250 0.000139
+gallium_dri.so free 0x5571735892c0 void 0.000131
+gallium_dri.so free 0x557173589250 void 0.000131
+gallium_dri.so malloc 72 0x5571735892e0 0.000130
+gallium_dri.so free 0x557173589380 void 0.000132
+gallium_dri.so free 0x5571735892e0 void 0.000130
+gallium_dri.so malloc 72 0x557173589330 0.000131
+gallium_dri.so free 0x557173589400 void 0.000132
+gallium_dri.so free 0x557173589330 void 0.000131
+gallium_dri.so malloc 72 0x557173589330 0.000130
+gallium_dri.so free 0x557173589480 void 0.000131
+gallium_dri.so free 0x557173589330 void 0.000129
+gallium_dri.so malloc 72 0x557173589480 0.000131
+gallium_dri.so free 0x55717360b440 void 0.000131
+gallium_dri.so free 0x557173589480 void 0.000130
+gallium_dri.so malloc 72 0x557173589480 0.000130
+gallium_dri.so free 0x55717360b500 void 0.000133
+gallium_dri.so free 0x557173589480 void 0.000131
+gallium_dri.so malloc 72 0x55717360b520 0.000132
+gallium_dri.so free 0x55717360b5c0 void 0.000131
+gallium_dri.so free 0x55717360b520 void 0.000130
+gallium_dri.so malloc 72 0x55717360b570 0.000131
+gallium_dri.so free 0x55717360b640 void 0.000130
+gallium_dri.so free 0x55717360b570 void 0.000138
+gallium_dri.so malloc 72 0x55717360b570 0.000131
+gallium_dri.so free 0x55717360b6c0 void 0.000130
+gallium_dri.so free 0x55717360b570 void 0.000130
+gallium_dri.so malloc 72 0x55717360b6c0 0.000130
+gallium_dri.so free 0x55717360b780 void 0.000131
+gallium_dri.so free 0x55717360b6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b6c0 0.000131
+gallium_dri.so free 0x55717360b840 void 0.000131
+gallium_dri.so free 0x55717360b6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b6c0 0.000156
+gallium_dri.so free 0x557173466dc0 void 0.000162
+gallium_dri.so free 0x55717360b6c0 void 0.000169
+gallium_dri.so malloc 72 0x557173466dc0 0.000130
+gallium_dri.so free 0x557173466e80 void 0.000132
+gallium_dri.so free 0x557173466dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173466dc0 0.000132
+gallium_dri.so free 0x557173466f00 void 0.000131
+gallium_dri.so free 0x557173466dc0 void 0.000134
+gallium_dri.so malloc 72 0x557173466f00 0.000131
+gallium_dri.so free 0x557173466fc0 void 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000131
+gallium_dri.so malloc 72 0x557173466f00 0.000131
+gallium_dri.so free 0x557173467080 void 0.000142
+gallium_dri.so free 0x557173466f00 void 0.000132
+gallium_dri.so malloc 72 0x557173466f00 0.000132
+gallium_dri.so free 0x557173467140 void 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000130
+gallium_dri.so malloc 72 0x5571734670f0 0.000131
+gallium_dri.so free 0x5571734671c0 void 0.000130
+gallium_dri.so free 0x5571734670f0 void 0.000131
+gallium_dri.so malloc 72 0x557173467210 0.000130
+gallium_dri.so free 0x5571736058c0 void 0.000131
+gallium_dri.so free 0x557173467210 void 0.000131
+gallium_dri.so malloc 72 0x557173467210 0.000130
+gallium_dri.so free 0x557173605940 void 0.000131
+gallium_dri.so free 0x557173467210 void 0.000129
+gallium_dri.so malloc 72 0x557173467210 0.000132
+gallium_dri.so free 0x557173605a00 void 0.000131
+gallium_dri.so free 0x557173467210 void 0.000130
+gallium_dri.so malloc 72 0x557173467210 0.000131
+gallium_dri.so free 0x557173605ac0 void 0.000130
+gallium_dri.so free 0x557173467210 void 0.000131
+gallium_dri.so malloc 72 0x557173605a70 0.000130
+gallium_dri.so free 0x557173605b40 void 0.000131
+gallium_dri.so free 0x557173605a70 void 0.000130
+gallium_dri.so malloc 72 0x557173605b90 0.000176
+gallium_dri.so free 0x557173605c00 void 0.000130
+gallium_dri.so free 0x557173605b90 void 0.000132
+gallium_dri.so malloc 72 0x557173605c20 0.000130
+gallium_dri.so free 0x557173605cc0 void 0.000131
+gallium_dri.so free 0x557173605c20 void 0.000131
+gallium_dri.so malloc 72 0x557173605c70 0.000131
+gallium_dri.so free 0x557173607e80 void 0.000131
+gallium_dri.so free 0x557173605c70 void 0.000130
+gallium_dri.so malloc 72 0x557173605c70 0.000131
+gallium_dri.so free 0x557173607f80 void 0.000130
+gallium_dri.so free 0x557173605c70 void 0.000130
+gallium_dri.so malloc 72 0x557173607f30 0.000131
+gallium_dri.so free 0x557173608000 void 0.000131
+gallium_dri.so free 0x557173607f30 void 0.000130
+gallium_dri.so malloc 72 0x557173608050 0.000131
+gallium_dri.so free 0x5571736080c0 void 0.000131
+gallium_dri.so free 0x557173608050 void 0.000130
+gallium_dri.so malloc 72 0x5571736080e0 0.000130
+gallium_dri.so free 0x557173608180 void 0.000132
+gallium_dri.so free 0x5571736080e0 void 0.000130
+gallium_dri.so malloc 72 0x557173608130 0.000132
+gallium_dri.so free 0x557173608200 void 0.000129
+gallium_dri.so free 0x557173608130 void 0.000140
+gallium_dri.so malloc 72 0x557173608130 0.000130
+gallium_dri.so free 0x557173608280 void 0.000132
+gallium_dri.so free 0x557173608130 void 0.000130
+gallium_dri.so malloc 72 0x557173608280 0.000131
+gallium_dri.so free 0x5571735901c0 void 0.000132
+gallium_dri.so free 0x557173608280 void 0.000129
+gallium_dri.so malloc 72 0x557173608280 0.000131
+gallium_dri.so free 0x557173590280 void 0.000131
+gallium_dri.so free 0x557173608280 void 0.000130
+gallium_dri.so malloc 72 0x5571735902a0 0.000134
+gallium_dri.so free 0x557173590340 void 0.000132
+gallium_dri.so free 0x5571735902a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735902f0 0.000130
+gallium_dri.so free 0x5571735903c0 void 0.000131
+gallium_dri.so free 0x5571735902f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735902f0 0.000131
+gallium_dri.so free 0x557173590440 void 0.000129
+gallium_dri.so free 0x5571735902f0 void 0.000131
+gallium_dri.so malloc 72 0x557173590440 0.000131
+gallium_dri.so free 0x557173590500 void 0.000131
+gallium_dri.so free 0x557173590440 void 0.000131
+gallium_dri.so malloc 72 0x557173590440 0.000130
+gallium_dri.so free 0x5571735905c0 void 0.000142
+gallium_dri.so free 0x557173590440 void 0.000131
+gallium_dri.so malloc 72 0x557173590440 0.000130
+gallium_dri.so free 0x557173464800 void 0.000132
+gallium_dri.so free 0x557173590440 void 0.000130
+gallium_dri.so malloc 72 0x557173464800 0.000132
+gallium_dri.so free 0x5571734648c0 void 0.000130
+gallium_dri.so free 0x557173464800 void 0.000130
+gallium_dri.so malloc 72 0x557173464800 0.000131
+gallium_dri.so free 0x557173464940 void 0.000131
+gallium_dri.so free 0x557173464800 void 0.000130
+gallium_dri.so malloc 72 0x557173464940 0.000130
+gallium_dri.so free 0x557173464a00 void 0.000131
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so malloc 72 0x557173464940 0.000158
+gallium_dri.so free 0x557173464ac0 void 0.000129
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so malloc 72 0x557173464940 0.000131
+gallium_dri.so free 0x557173464b80 void 0.000131
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so malloc 72 0x557173464b30 0.000131
+gallium_dri.so free 0x557173464c00 void 0.000130
+gallium_dri.so free 0x557173464b30 void 0.000130
+gallium_dri.so malloc 72 0x557173464c50 0.000142
+gallium_dri.so free 0x55717358b640 void 0.000130
+gallium_dri.so free 0x557173464c50 void 0.000130
+gallium_dri.so malloc 72 0x557173464c50 0.000132
+gallium_dri.so free 0x55717358b6c0 void 0.000131
+gallium_dri.so free 0x557173464c50 void 0.000132
+gallium_dri.so malloc 72 0x557173464c50 0.000130
+gallium_dri.so free 0x55717358b780 void 0.000131
+gallium_dri.so free 0x557173464c50 void 0.000132
+gallium_dri.so malloc 72 0x557173464c50 0.000130
+gallium_dri.so free 0x55717358b840 void 0.000132
+gallium_dri.so free 0x557173464c50 void 0.000131
+gallium_dri.so malloc 72 0x55717358b7f0 0.000131
+gallium_dri.so free 0x55717358b8c0 void 0.000131
+gallium_dri.so free 0x55717358b7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b910 0.000131
+gallium_dri.so free 0x55717358b980 void 0.000132
+gallium_dri.so free 0x55717358b910 void 0.000130
+gallium_dri.so malloc 72 0x55717358b9a0 0.000131
+gallium_dri.so free 0x55717358ba40 void 0.000130
+gallium_dri.so free 0x55717358b9a0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b9f0 0.000130
+gallium_dri.so free 0x5571735d4580 void 0.000130
+gallium_dri.so free 0x55717358b9f0 void 0.000139
+gallium_dri.so malloc 72 0x55717358b9f0 0.000135
+gallium_dri.so free 0x5571735d4680 void 0.000132
+gallium_dri.so free 0x55717358b9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4630 0.000131
+gallium_dri.so free 0x5571735d4700 void 0.000130
+gallium_dri.so free 0x5571735d4630 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4750 0.000132
+gallium_dri.so free 0x5571735d47c0 void 0.000131
+gallium_dri.so free 0x5571735d4750 void 0.000131
+gallium_dri.so malloc 72 0x5571735d47e0 0.000131
+gallium_dri.so free 0x5571735d4880 void 0.000131
+gallium_dri.so free 0x5571735d47e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4830 0.000133
+gallium_dri.so free 0x5571735d4900 void 0.000132
+gallium_dri.so free 0x5571735d4830 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4830 0.000130
+gallium_dri.so free 0x5571735d4980 void 0.000131
+gallium_dri.so free 0x5571735d4830 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4980 0.000131
+gallium_dri.so free 0x5571735d1fc0 void 0.000131
+gallium_dri.so free 0x5571735d4980 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4980 0.000131
+gallium_dri.so free 0x5571735d2080 void 0.000187
+gallium_dri.so free 0x5571735d4980 void 0.000133
+gallium_dri.so malloc 72 0x5571735d20a0 0.000130
+gallium_dri.so free 0x5571735d2140 void 0.000130
+gallium_dri.so free 0x5571735d20a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d20f0 0.000130
+gallium_dri.so free 0x5571735d21c0 void 0.000129
+gallium_dri.so free 0x5571735d20f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d20f0 0.000130
+gallium_dri.so free 0x5571735d2240 void 0.000130
+gallium_dri.so free 0x5571735d20f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2240 0.000130
+gallium_dri.so free 0x5571735d2300 void 0.000130
+gallium_dri.so free 0x5571735d2240 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2240 0.000130
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so free 0x5571735d2240 void 0.000154
+gallium_dri.so malloc 72 0x5571735d2240 0.000135
+gallium_dri.so free 0x55717358dc00 void 0.000132
+gallium_dri.so free 0x5571735d2240 void 0.000270
+gallium_dri.so malloc 72 0x55717358dc00 0.000267
+gallium_dri.so free 0x55717358dcc0 void 0.000317
+gallium_dri.so free 0x55717358dc00 void 0.000144
+gallium_dri.so malloc 72 0x55717358dc00 0.000124
+gallium_dri.so free 0x55717358dd40 void 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000129
+gallium_dri.so malloc 72 0x55717358dd40 0.000131
+gallium_dri.so free 0x55717358de00 void 0.000126
+gallium_dri.so free 0x55717358dd40 void 0.000123
+gallium_dri.so malloc 72 0x55717358dd40 0.000128
+gallium_dri.so free 0x55717358dec0 void 0.000127
+gallium_dri.so free 0x55717358dd40 void 0.000128
+gallium_dri.so malloc 72 0x55717358dd40 0.000128
+gallium_dri.so free 0x55717358df80 void 0.000128
+gallium_dri.so free 0x55717358dd40 void 0.000123
+gallium_dri.so malloc 72 0x55717358df30 0.000193
+gallium_dri.so free 0x55717358e000 void 0.000266
+gallium_dri.so free 0x55717358df30 void 0.000135
+gallium_dri.so malloc 72 0x55717358e050 0.000127
+gallium_dri.so free 0x557173603300 void 0.000126
+gallium_dri.so free 0x55717358e050 void 0.000124
+gallium_dri.so malloc 72 0x55717358e050 0.000164
+gallium_dri.so free 0x557173603380 void 0.000131
+gallium_dri.so free 0x55717358e050 void 0.000124
+gallium_dri.so malloc 72 0x55717358e050 0.000125
+gallium_dri.so free 0x557173603440 void 0.000133
+gallium_dri.so free 0x55717358e050 void 0.000134
+gallium_dri.so malloc 72 0x55717358e050 0.000131
+gallium_dri.so free 0x557173603500 void 0.000126
+gallium_dri.so free 0x55717358e050 void 0.000131
+gallium_dri.so malloc 72 0x5571736034b0 0.000134
+gallium_dri.so free 0x557173603580 void 0.000133
+gallium_dri.so free 0x5571736034b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736035d0 0.000126
+gallium_dri.so free 0x557173603640 void 0.000127
+gallium_dri.so free 0x5571736035d0 void 0.000130
+gallium_dri.so malloc 72 0x557173603660 0.000126
+gallium_dri.so free 0x557173603700 void 0.000121
+gallium_dri.so free 0x557173603660 void 0.000125
+gallium_dri.so malloc 72 0x5571736036b0 0.000129
+gallium_dri.so free 0x5571735da8c0 void 0.000129
+gallium_dri.so free 0x5571736036b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736036b0 0.000130
+gallium_dri.so free 0x5571735da9c0 void 0.000149
+gallium_dri.so free 0x5571736036b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735da970 0.000145
+gallium_dri.so free 0x5571735daa40 void 0.000145
+gallium_dri.so free 0x5571735da970 void 0.000146
+gallium_dri.so malloc 72 0x5571735daa90 0.000144
+gallium_dri.so free 0x5571735dab00 void 0.000146
+gallium_dri.so free 0x5571735daa90 void 0.000145
+gallium_dri.so malloc 72 0x5571735dab20 0.000179
+gallium_dri.so free 0x5571735dabc0 void 0.000154
+gallium_dri.so free 0x5571735dab20 void 0.000139
+gallium_dri.so malloc 72 0x5571735dab70 0.000136
+gallium_dri.so free 0x5571735dac40 void 0.000138
+gallium_dri.so free 0x5571735dab70 void 0.000137
+gallium_dri.so malloc 72 0x5571735dab70 0.000138
+gallium_dri.so free 0x5571735dacc0 void 0.000136
+gallium_dri.so free 0x5571735dab70 void 0.000137
+gallium_dri.so malloc 72 0x5571735dacc0 0.000132
+gallium_dri.so free 0x5571735dad80 void 0.000132
+gallium_dri.so free 0x5571735dacc0 void 0.000158
+gallium_dri.so malloc 72 0x5571735dacc0 0.000138
+gallium_dri.so free 0x5571735dae80 void 0.000137
+gallium_dri.so free 0x5571735dacc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dacc0 0.000170
+gallium_dri.so free 0x5571735daf00 void 0.000175
+gallium_dri.so free 0x5571735dacc0 void 0.000174
+gallium_dri.so malloc 72 0x5571735daf30 0.000137
+gallium_dri.so free 0x5571735daf80 void 0.000139
+gallium_dri.so free 0x5571735daf30 void 0.000139
+gallium_dri.so malloc 72 0x5571735daf30 0.000137
+gallium_dri.so free 0x5571735db080 void 0.000175
+gallium_dri.so free 0x5571735daf30 void 0.000172
+gallium_dri.so malloc 72 0x5571735db030 0.000195
+gallium_dri.so free 0x5571735db140 void 0.000176
+gallium_dri.so free 0x5571735db030 void 0.000141
+gallium_dri.so malloc 72 0x5571735db0f0 0.000140
+gallium_dri.so free 0x5571735db180 void 0.000151
+gallium_dri.so free 0x5571735db0f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735db0f0 0.000143
+gallium_dri.so free 0x5571735db240 void 0.000140
+gallium_dri.so free 0x5571735db0f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735db290 0.000142
+gallium_dri.so free 0x5571735db300 void 0.000141
+gallium_dri.so free 0x5571735db290 void 0.000141
+gallium_dri.so malloc 72 0x5571735db340 0.000141
+gallium_dri.so free 0x5571735db3c0 void 0.000138
+gallium_dri.so free 0x5571735db340 void 0.000133
+gallium_dri.so malloc 72 0x5571735db3c0 0.000134
+gallium_dri.so free 0x5571735db480 void 0.000138
+gallium_dri.so free 0x5571735db3c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735db3c0 0.000135
+gallium_dri.so free 0x5571735db500 void 0.000133
+gallium_dri.so free 0x5571735db3c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735db530 0.000136
+gallium_dri.so free 0x5571735db580 void 0.000133
+gallium_dri.so free 0x5571735db530 void 0.000136
+gallium_dri.so malloc 72 0x5571735db530 0.000142
+gallium_dri.so free 0x5571735db680 void 0.000149
+gallium_dri.so free 0x5571735db530 void 0.000141
+gallium_dri.so malloc 72 0x5571735db630 0.000136
+gallium_dri.so free 0x5571735db740 void 0.000137
+gallium_dri.so free 0x5571735db630 void 0.000132
+gallium_dri.so malloc 72 0x5571735db6f0 0.000134
+gallium_dri.so free 0x5571735db7c0 void 0.000127
+gallium_dri.so free 0x5571735db6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7e0 0.000120
+gallium_dri.so free 0x5571735db880 void 0.000130
+gallium_dri.so free 0x5571735db7e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db830 0.000130
+gallium_dri.so free 0x5571735db900 void 0.000125
+gallium_dri.so free 0x5571735db830 void 0.000125
+gallium_dri.so malloc 72 0x5571735db830 0.000132
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so free 0x5571735db830 void 0.000126
+gallium_dri.so malloc 72 0x5571735db980 0.000126
+gallium_dri.so free 0x5571735dba40 void 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000125
+gallium_dri.so malloc 72 0x5571735db980 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000127
+gallium_dri.so free 0x5571735db980 void 0.000139
+gallium_dri.so malloc 72 0x5571735db980 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000122
+gallium_dri.so free 0x5571735db980 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb70 0.000136
+gallium_dri.so free 0x5571735dbbc0 void 0.000137
+gallium_dri.so free 0x5571735dbb70 void 0.000135
+gallium_dri.so malloc 72 0x5571735dbb70 0.000126
+gallium_dri.so free 0x5571735dbcc0 void 0.000122
+gallium_dri.so free 0x5571735dbb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbc70 0.000124
+gallium_dri.so free 0x5571735dbd80 void 0.000123
+gallium_dri.so free 0x5571735dbc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbd30 0.000125
+gallium_dri.so free 0x5571735dbdc0 void 0.000120
+gallium_dri.so free 0x5571735dbd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd30 0.000121
+gallium_dri.so free 0x5571735dbe80 void 0.000127
+gallium_dri.so free 0x5571735dbd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbec0 0.000125
+gallium_dri.so free 0x5571735dbf40 void 0.000126
+gallium_dri.so free 0x5571735dbec0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbf40 0.000126
+gallium_dri.so free 0x5571735dc000 void 0.000138
+gallium_dri.so free 0x5571735dbf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbf40 0.000131
+gallium_dri.so free 0x5571735dc0c0 void 0.000130
+gallium_dri.so free 0x5571735dbf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc0e0 0.000122
+gallium_dri.so free 0x5571735dc180 void 0.000126
+gallium_dri.so free 0x5571735dc0e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc130 0.000125
+gallium_dri.so free 0x5571735dc200 void 0.000127
+gallium_dri.so free 0x5571735dc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc130 0.000125
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc130 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc280 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000126
+gallium_dri.so free 0x5571735dc280 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc280 0.000128
+gallium_dri.so free 0x5571735dc400 void 0.000129
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc280 0.000120
+gallium_dri.so free 0x5571735dc4c0 void 0.000122
+gallium_dri.so free 0x5571735dc280 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc470 0.000130
+gallium_dri.so free 0x5571735e0e80 void 0.000142
+gallium_dri.so free 0x5571735dc470 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000123
+gallium_dri.so free 0x5571735e0f40 void 0.000129
+gallium_dri.so free 0x5571735e0ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0f40 0.000134
+gallium_dri.so free 0x5571735e1000 void 0.000131
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0f40 0.000122
+gallium_dri.so free 0x5571735e1080 void 0.000126
+gallium_dri.so free 0x5571735e0f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e10b0 0.000120
+gallium_dri.so free 0x5571735e1100 void 0.000126
+gallium_dri.so free 0x5571735e10b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e10b0 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000122
+gallium_dri.so free 0x5571735e10b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e11b0 0.000121
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so free 0x5571735e11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1270 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000121
+gallium_dri.so free 0x5571735e1270 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1360 0.000120
+gallium_dri.so free 0x5571735e1400 void 0.000120
+gallium_dri.so free 0x5571735e1360 void 0.000118
+gallium_dri.so malloc 72 0x5571735e13b0 0.000122
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e13b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e13b0 0.000119
+gallium_dri.so free 0x5571735e1500 void 0.000121
+gallium_dri.so free 0x5571735e13b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1500 0.000119
+gallium_dri.so free 0x5571735e15c0 void 0.000120
+gallium_dri.so free 0x5571735e1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1500 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000121
+gallium_dri.so free 0x5571735e1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1500 0.000120
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735e1500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e16f0 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000121
+gallium_dri.so free 0x5571735e16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e16f0 0.000119
+gallium_dri.so free 0x5571735e1840 void 0.000121
+gallium_dri.so free 0x5571735e16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e1900 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18b0 0.000118
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e18b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e18b0 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000121
+gallium_dri.so free 0x5571735e18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a40 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c60 0.000113
+gallium_dri.so free 0x5571735e1d00 void 0.000115
+gallium_dri.so free 0x5571735e1c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000116
+gallium_dri.so free 0x5571735e1cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so free 0x5571735e1cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e00 0.000113
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e00 0.000116
+gallium_dri.so free 0x5571735e1f80 void 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000195
+gallium_dri.so malloc 72 0x5571735e1e00 0.000116
+gallium_dri.so free 0x5571735e2040 void 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000115
+gallium_dri.so free 0x5571735e2100 void 0.000114
+gallium_dri.so free 0x5571735e1ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2180 void 0.000116
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e21d0 0.000116
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so free 0x5571735e21d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2260 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735e2260 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000115
+gallium_dri.so free 0x5571735e22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2400 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000116
+gallium_dri.so free 0x5571735e2400 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2400 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2570 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000115
+gallium_dri.so free 0x5571735e2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2570 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735e2570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000113
+gallium_dri.so free 0x5571735e28c0 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2940 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a80 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2b00 0.000112
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2b00 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2cc0 void 0.000115
+gallium_dri.so free 0x5571735e2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000116
+gallium_dri.so free 0x5571735e2e80 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2e30 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000115
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000114
+gallium_dri.so free 0x5571735e3080 void 0.000116
+gallium_dri.so free 0x5571735e2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3150 0.000113
+gallium_dri.so free 0x5571735e31c0 void 0.000114
+gallium_dri.so free 0x5571735e3150 void 0.000166
+gallium_dri.so malloc 72 0x5571735e31e0 0.000115
+gallium_dri.so free 0x5571735e3280 void 0.000115
+gallium_dri.so free 0x5571735e31e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3230 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so free 0x5571735e3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3300 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3440 0.000115
+gallium_dri.so free 0x5571735e35c0 void 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3750 0.000115
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3750 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3750 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000116
+gallium_dri.so free 0x5571735e3750 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3750 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000116
+gallium_dri.so free 0x5571735e3750 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3750 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571735e3750 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc6f0 0.000114
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so free 0x5571735dc6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc810 0.000114
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so free 0x5571735dc810 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc8a0 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so free 0x5571735dc8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000114
+gallium_dri.so free 0x5571735dc8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca70 0.000112
+gallium_dri.so free 0x5571735dcb40 void 0.000117
+gallium_dri.so free 0x5571735dca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb90 0.000117
+gallium_dri.so free 0x5571735dcc00 void 0.000115
+gallium_dri.so free 0x5571735dcb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc20 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000114
+gallium_dri.so free 0x5571735dcc20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc70 0.000115
+gallium_dri.so free 0x5571735dcd40 void 0.000117
+gallium_dri.so free 0x5571735dcc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcc70 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000115
+gallium_dri.so free 0x5571735dcf80 void 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000112
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd030 0.000112
+gallium_dri.so free 0x5571735dd080 void 0.000116
+gallium_dri.so free 0x5571735dd030 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd030 0.000113
+gallium_dri.so free 0x5571735dd180 void 0.000114
+gallium_dri.so free 0x5571735dd030 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd130 0.000166
+gallium_dri.so free 0x5571735dd240 void 0.000114
+gallium_dri.so free 0x5571735dd130 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so free 0x5571735dd1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd390 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd390 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd440 0.000116
+gallium_dri.so free 0x5571735dd4c0 void 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000116
+gallium_dri.so free 0x5571735dd4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd630 0.000112
+gallium_dri.so free 0x5571735dd680 void 0.000112
+gallium_dri.so free 0x5571735dd630 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd630 0.000112
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735dd630 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd730 0.000135
+gallium_dri.so free 0x5571735dd840 void 0.000118
+gallium_dri.so free 0x5571735dd730 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000114
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8e0 0.000118
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd8e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000121
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000115
+gallium_dri.so free 0x5571735ddb40 void 0.000116
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dda80 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda80 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc70 0.000115
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc70 0.000123
+gallium_dri.so free 0x5571735dddc0 void 0.000118
+gallium_dri.so free 0x5571735ddc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddd70 0.000113
+gallium_dri.so free 0x5571735dde80 void 0.000115
+gallium_dri.so free 0x5571735ddd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde30 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dde30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dde30 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735dde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000115
+gallium_dri.so free 0x5571735ddfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de040 0.000115
+gallium_dri.so free 0x5571735de100 void 0.000116
+gallium_dri.so free 0x5571735de040 void 0.000123
+gallium_dri.so malloc 72 0x5571735de040 0.000116
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1e0 0.000113
+gallium_dri.so free 0x5571735de280 void 0.000114
+gallium_dri.so free 0x5571735de1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de230 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735de230 void 0.000113
+gallium_dri.so malloc 72 0x5571735de230 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000119
+gallium_dri.so free 0x5571735de230 void 0.000114
+gallium_dri.so malloc 72 0x5571735de380 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so malloc 72 0x5571735de380 0.000112
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so malloc 72 0x5571735de380 0.000114
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000112
+gallium_dri.so malloc 72 0x5571735de570 0.000112
+gallium_dri.so free 0x5571735de680 void 0.000115
+gallium_dri.so free 0x5571735de570 void 0.000178
+gallium_dri.so malloc 72 0x5571735de630 0.000182
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so free 0x5571735de630 void 0.000114
+gallium_dri.so malloc 72 0x5571735de750 0.000112
+gallium_dri.so free 0x5571735de7c0 void 0.000113
+gallium_dri.so free 0x5571735de750 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7e0 0.000112
+gallium_dri.so free 0x5571735de880 void 0.000115
+gallium_dri.so free 0x5571735de7e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de830 0.000114
+gallium_dri.so free 0x5571735de900 void 0.000123
+gallium_dri.so free 0x5571735de830 void 0.000115
+gallium_dri.so malloc 72 0x5571735de830 0.000127
+gallium_dri.so free 0x5571735de980 void 0.000116
+gallium_dri.so free 0x5571735de830 void 0.000112
+gallium_dri.so malloc 72 0x5571735de980 0.000115
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so malloc 72 0x5571735de980 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000114
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so malloc 72 0x5571735deaf0 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000117
+gallium_dri.so free 0x5571735deaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deaf0 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so free 0x5571735deaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec80 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000116
+gallium_dri.so free 0x5571735dec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded00 0.000115
+gallium_dri.so free 0x5571735dedc0 void 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded00 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee70 0.000113
+gallium_dri.so free 0x5571735deec0 void 0.000115
+gallium_dri.so free 0x5571735dee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee70 0.000121
+gallium_dri.so free 0x5571735defc0 void 0.000116
+gallium_dri.so free 0x5571735dee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735df000 0.000113
+gallium_dri.so free 0x5571735df080 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so malloc 72 0x5571735df080 0.000113
+gallium_dri.so free 0x5571735df140 void 0.000115
+gallium_dri.so free 0x5571735df080 void 0.000116
+gallium_dri.so malloc 72 0x5571735df080 0.000112
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df080 void 0.000113
+gallium_dri.so malloc 72 0x5571735df1f0 0.000115
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df1f0 0.000112
+gallium_dri.so free 0x5571735df340 void 0.000114
+gallium_dri.so free 0x5571735df1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2f0 0.000115
+gallium_dri.so free 0x5571735df400 void 0.000115
+gallium_dri.so free 0x5571735df2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3b0 0.000112
+gallium_dri.so free 0x5571735df480 void 0.000115
+gallium_dri.so free 0x5571735df3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3b0 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000114
+gallium_dri.so free 0x5571735df3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3b0 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000126
+gallium_dri.so free 0x5571735df3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df680 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6d0 0.000113
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so free 0x5571735df6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df760 0.000113
+gallium_dri.so free 0x5571735df800 void 0.000115
+gallium_dri.so free 0x5571735df760 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7b0 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000120
+gallium_dri.so free 0x5571735df880 void 0.000117
+gallium_dri.so free 0x5571735df7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df880 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so malloc 72 0x5571735df880 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9c0 0.000112
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9c0 0.000127
+gallium_dri.so free 0x5571735dfc00 void 0.000117
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcd0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000116
+gallium_dri.so free 0x5571735dfcd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfd80 0.000115
+gallium_dri.so free 0x5571735dfe00 void 0.000120
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd80 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so free 0x5571735dfeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000114
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so free 0x5571735dfeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000115
+gallium_dri.so free 0x5571735e00c0 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0070 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0070 0.000164
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so free 0x5571735e0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0230 0.000116
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0230 0.000113
+gallium_dri.so free 0x5571735e0380 void 0.000115
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0330 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03f0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03f0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0580 0.000113
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0600 0.000115
+gallium_dri.so free 0x5571735e06c0 void 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0600 0.000116
+gallium_dri.so free 0x5571735e0780 void 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07a0 0.000127
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e07a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e07f0 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000115
+gallium_dri.so free 0x5571735e07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07f0 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000114
+gallium_dri.so free 0x5571735e07f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0940 0.000123
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0940 0.000124
+gallium_dri.so free 0x5571735e0ac0 void 0.000125
+gallium_dri.so free 0x5571735e0940 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0940 0.000120
+gallium_dri.so free 0x5571735e0b80 void 0.000116
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b30 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000115
+gallium_dri.so free 0x5571735e0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d10 0.000114
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so free 0x5571735e0d10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0da0 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e0da0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0da0 0.000115
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735e0da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000116
+gallium_dri.so free 0x5571735fc3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000116
+gallium_dri.so free 0x5571735fc540 void 0.000116
+gallium_dri.so free 0x5571735fc4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc580 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc580 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc580 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000116
+gallium_dri.so free 0x5571735fc580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000113
+gallium_dri.so free 0x5571735fc700 void 0.000115
+gallium_dri.so free 0x5571735fc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000118
+gallium_dri.so free 0x5571735fc6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000114
+gallium_dri.so free 0x5571735fc8c0 void 0.000116
+gallium_dri.so free 0x5571735fc7b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735fc870 0.000114
+gallium_dri.so free 0x5571735fc900 void 0.000112
+gallium_dri.so free 0x5571735fc870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc870 0.000111
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca30 0.000112
+gallium_dri.so free 0x5571735fca80 void 0.000112
+gallium_dri.so free 0x5571735fca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca30 0.000122
+gallium_dri.so free 0x5571735fcb80 void 0.000115
+gallium_dri.so free 0x5571735fca30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcb30 0.000114
+gallium_dri.so free 0x5571735fcc40 void 0.000119
+gallium_dri.so free 0x5571735fcb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000116
+gallium_dri.so free 0x5571735fcd40 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd80 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fce00 0.000124
+gallium_dri.so free 0x5571735fcec0 void 0.000134
+gallium_dri.so free 0x5571735fce00 void 0.000228
+gallium_dri.so malloc 72 0x5571735fce00 0.000124
+gallium_dri.so free 0x5571735fcf80 void 0.000124
+gallium_dri.so free 0x5571735fce00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcfa0 0.000126
+gallium_dri.so free 0x5571735fd040 void 0.000120
+gallium_dri.so free 0x5571735fcfa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcff0 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcff0 0.000121
+gallium_dri.so free 0x5571735fd140 void 0.000125
+gallium_dri.so free 0x5571735fcff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd140 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000116
+gallium_dri.so free 0x5571735fd140 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd140 0.000119
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd140 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd140 0.000123
+gallium_dri.so free 0x5571735fd380 void 0.000124
+gallium_dri.so free 0x5571735fd140 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd330 0.000124
+gallium_dri.so free 0x5571735fd440 void 0.000122
+gallium_dri.so free 0x5571735fd330 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000120
+gallium_dri.so free 0x5571735fd4c0 void 0.000120
+gallium_dri.so free 0x5571735fd3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd510 0.000123
+gallium_dri.so free 0x5571735fd580 void 0.000125
+gallium_dri.so free 0x5571735fd510 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000120
+gallium_dri.so free 0x5571735fd5a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000113
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000114
+gallium_dri.so free 0x5571735fd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd740 0.000119
+gallium_dri.so free 0x5571735fd800 void 0.000124
+gallium_dri.so free 0x5571735fd740 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd740 0.000119
+gallium_dri.so free 0x5571735fd900 void 0.000120
+gallium_dri.so free 0x5571735fd740 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000132
+gallium_dri.so free 0x5571735fd940 void 0.000121
+gallium_dri.so free 0x5571735fd8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000122
+gallium_dri.so free 0x5571735fda00 void 0.000154
+gallium_dri.so free 0x5571735fd8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda40 0.000123
+gallium_dri.so free 0x5571735fdac0 void 0.000125
+gallium_dri.so free 0x5571735fda40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdac0 0.000121
+gallium_dri.so free 0x5571735fdb80 void 0.000120
+gallium_dri.so free 0x5571735fdac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdac0 0.000115
+gallium_dri.so free 0x5571735fdc00 void 0.000120
+gallium_dri.so free 0x5571735fdac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdc30 0.000126
+gallium_dri.so free 0x5571735fdc80 void 0.000129
+gallium_dri.so free 0x5571735fdc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdc30 0.000130
+gallium_dri.so free 0x5571735fdd80 void 0.000132
+gallium_dri.so free 0x5571735fdc30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fddc0 0.000125
+gallium_dri.so free 0x5571735fde40 void 0.000134
+gallium_dri.so free 0x5571735fddc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fde40 0.000128
+gallium_dri.so free 0x5571735fdf00 void 0.000127
+gallium_dri.so free 0x5571735fde40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde40 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so free 0x5571735fde40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000129
+gallium_dri.so free 0x5571735fe000 void 0.000126
+gallium_dri.so free 0x5571735fdfb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000126
+gallium_dri.so free 0x5571735fe100 void 0.000131
+gallium_dri.so free 0x5571735fdfb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000131
+gallium_dri.so free 0x5571735fe1c0 void 0.000130
+gallium_dri.so free 0x5571735fe0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe170 0.000125
+gallium_dri.so free 0x5571735fe240 void 0.000123
+gallium_dri.so free 0x5571735fe170 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe170 0.000130
+gallium_dri.so free 0x5571735fe300 void 0.000125
+gallium_dri.so free 0x5571735fe170 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe170 0.000169
+gallium_dri.so free 0x5571735fe3c0 void 0.000162
+gallium_dri.so free 0x5571735fe170 void 0.000165
+gallium_dri.so malloc 72 0x5571735fe370 0.000129
+gallium_dri.so free 0x5571735fe440 void 0.000128
+gallium_dri.so free 0x5571735fe370 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe490 0.000123
+gallium_dri.so free 0x5571735fe500 void 0.000125
+gallium_dri.so free 0x5571735fe490 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe520 0.000131
+gallium_dri.so free 0x5571735fe5c0 void 0.000125
+gallium_dri.so free 0x5571735fe520 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe570 0.000119
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so free 0x5571735fe570 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe640 0.000121
+gallium_dri.so free 0x5571735fe700 void 0.000125
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe640 0.000121
+gallium_dri.so free 0x5571735fe780 void 0.000125
+gallium_dri.so free 0x5571735fe640 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe780 0.000134
+gallium_dri.so free 0x5571735fe840 void 0.000221
+gallium_dri.so free 0x5571735fe780 void 0.000221
+gallium_dri.so malloc 72 0x5571735fe780 0.000131
+gallium_dri.so free 0x5571735fe900 void 0.000135
+gallium_dri.so free 0x5571735fe780 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe780 0.000130
+gallium_dri.so free 0x5571735fe9c0 void 0.000125
+gallium_dri.so free 0x5571735fe780 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe970 0.000129
+gallium_dri.so free 0x5571735fea40 void 0.000130
+gallium_dri.so free 0x5571735fe970 void 0.000125
+gallium_dri.so malloc 72 0x5571735fea90 0.000120
+gallium_dri.so free 0x5571735feb00 void 0.000120
+gallium_dri.so free 0x5571735fea90 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb40 0.000119
+gallium_dri.so free 0x5571735febc0 void 0.000120
+gallium_dri.so free 0x5571735feb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735feb40 0.000119
+gallium_dri.so free 0x5571735fec40 void 0.000120
+gallium_dri.so free 0x5571735feb40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fec70 0.000124
+gallium_dri.so free 0x5571735fecc0 void 0.000135
+gallium_dri.so free 0x5571735fec70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fec70 0.000130
+gallium_dri.so free 0x5571735fedc0 void 0.000126
+gallium_dri.so free 0x5571735fec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed70 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000120
+gallium_dri.so free 0x5571735fed70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fee30 0.000125
+gallium_dri.so free 0x5571735feec0 void 0.000126
+gallium_dri.so free 0x5571735fee30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fee30 0.000129
+gallium_dri.so free 0x5571735fef80 void 0.000130
+gallium_dri.so free 0x5571735fee30 void 0.000130
+gallium_dri.so malloc 72 0x5571735feff0 0.000129
+gallium_dri.so free 0x5571735ff040 void 0.000130
+gallium_dri.so free 0x5571735feff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735feff0 0.000131
+gallium_dri.so free 0x5571735ff140 void 0.000126
+gallium_dri.so free 0x5571735feff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000130
+gallium_dri.so free 0x5571735ff200 void 0.000236
+gallium_dri.so free 0x5571735ff0f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000166
+gallium_dri.so free 0x5571735ff240 void 0.000163
+gallium_dri.so free 0x5571735ff1b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000130
+gallium_dri.so free 0x5571735ff300 void 0.000129
+gallium_dri.so free 0x5571735ff1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff340 0.000136
+gallium_dri.so free 0x5571735ff3c0 void 0.000130
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000198
+gallium_dri.so free 0x5571735ff480 void 0.000168
+gallium_dri.so free 0x5571735ff3c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000130
+gallium_dri.so free 0x5571735ff540 void 0.000125
+gallium_dri.so free 0x5571735ff3c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff560 0.000131
+gallium_dri.so free 0x5571735ff600 void 0.000129
+gallium_dri.so free 0x5571735ff560 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000134
+gallium_dri.so free 0x5571735ff680 void 0.000130
+gallium_dri.so free 0x5571735ff5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000121
+gallium_dri.so free 0x5571735ff700 void 0.000126
+gallium_dri.so free 0x5571735ff5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff700 0.000130
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so free 0x5571735ff700 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff700 0.000125
+gallium_dri.so free 0x5571735ff880 void 0.000121
+gallium_dri.so free 0x5571735ff700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff700 0.000129
+gallium_dri.so free 0x5571735ff940 void 0.000130
+gallium_dri.so free 0x5571735ff700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000122
+gallium_dri.so free 0x5571735ffa00 void 0.000126
+gallium_dri.so free 0x5571735ff8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000129
+gallium_dri.so free 0x5571735ffa80 void 0.000131
+gallium_dri.so free 0x5571735ff9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffad0 0.000132
+gallium_dri.so free 0x5571735ffb40 void 0.000130
+gallium_dri.so free 0x5571735ffad0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffb60 0.000125
+gallium_dri.so free 0x5571735ffc00 void 0.000127
+gallium_dri.so free 0x5571735ffb60 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000120
+gallium_dri.so free 0x5571735ffc80 void 0.000119
+gallium_dri.so free 0x5571735ffbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000123
+gallium_dri.so free 0x5571735ffd00 void 0.000130
+gallium_dri.so free 0x5571735ffbb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffd00 0.000129
+gallium_dri.so free 0x5571735ffdc0 void 0.000129
+gallium_dri.so free 0x5571735ffd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffd00 0.000184
+gallium_dri.so free 0x5571735ffec0 void 0.000223
+gallium_dri.so free 0x5571735ffd00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffe70 0.000129
+gallium_dri.so free 0x5571735fff00 void 0.000131
+gallium_dri.so free 0x5571735ffe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffe70 0.000168
+gallium_dri.so free 0x5571735fffc0 void 0.000127
+gallium_dri.so free 0x5571735ffe70 void 0.000127
+gallium_dri.so malloc 72 0x557173600000 0.000126
+gallium_dri.so free 0x557173600080 void 0.000130
+gallium_dri.so free 0x557173600000 void 0.000130
+gallium_dri.so malloc 72 0x557173600080 0.000130
+gallium_dri.so free 0x557173600140 void 0.000126
+gallium_dri.so free 0x557173600080 void 0.000125
+gallium_dri.so malloc 72 0x557173600080 0.000130
+gallium_dri.so free 0x5571736001c0 void 0.000130
+gallium_dri.so free 0x557173600080 void 0.000132
+gallium_dri.so malloc 72 0x5571736001f0 0.000126
+gallium_dri.so free 0x557173600240 void 0.000129
+gallium_dri.so free 0x5571736001f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736001f0 0.000125
+gallium_dri.so free 0x557173600340 void 0.000126
+gallium_dri.so free 0x5571736001f0 void 0.000131
+gallium_dri.so malloc 72 0x557173600380 0.000125
+gallium_dri.so free 0x557173600400 void 0.000126
+gallium_dri.so free 0x557173600380 void 0.000129
+gallium_dri.so malloc 72 0x557173600400 0.000124
+gallium_dri.so free 0x5571736004c0 void 0.000127
+gallium_dri.so free 0x557173600400 void 0.000130
+gallium_dri.so malloc 72 0x557173600400 0.000140
+gallium_dri.so free 0x557173600540 void 0.000131
+gallium_dri.so free 0x557173600400 void 0.000125
+gallium_dri.so malloc 72 0x557173600570 0.000126
+gallium_dri.so free 0x5571736005c0 void 0.000131
+gallium_dri.so free 0x557173600570 void 0.000125
+gallium_dri.so malloc 72 0x557173600570 0.000127
+gallium_dri.so free 0x5571736006c0 void 0.000130
+gallium_dri.so free 0x557173600570 void 0.000130
+gallium_dri.so malloc 72 0x557173600670 0.000125
+gallium_dri.so free 0x557173600780 void 0.000126
+gallium_dri.so free 0x557173600670 void 0.000133
+gallium_dri.so malloc 72 0x557173600730 0.000131
+gallium_dri.so free 0x557173600800 void 0.000129
+gallium_dri.so free 0x557173600730 void 0.000131
+gallium_dri.so malloc 72 0x557173600730 0.000125
+gallium_dri.so free 0x5571736008c0 void 0.000126
+gallium_dri.so free 0x557173600730 void 0.000130
+gallium_dri.so malloc 72 0x557173600730 0.000125
+gallium_dri.so free 0x557173600980 void 0.000128
+gallium_dri.so free 0x557173600730 void 0.000126
+gallium_dri.so malloc 72 0x557173600930 0.000126
+gallium_dri.so free 0x557173600a00 void 0.000133
+gallium_dri.so free 0x557173600930 void 0.000125
+gallium_dri.so malloc 72 0x557173600a50 0.000138
+gallium_dri.so free 0x557173600ac0 void 0.000132
+gallium_dri.so free 0x557173600a50 void 0.000129
+gallium_dri.so malloc 72 0x557173600ae0 0.000124
+gallium_dri.so free 0x557173600b80 void 0.000126
+gallium_dri.so free 0x557173600ae0 void 0.000130
+gallium_dri.so malloc 72 0x557173600b30 0.000124
+gallium_dri.so free 0x557173600c00 void 0.000121
+gallium_dri.so free 0x557173600b30 void 0.000125
+gallium_dri.so malloc 72 0x557173600c00 0.000129
+gallium_dri.so free 0x557173600cc0 void 0.000128
+gallium_dri.so free 0x557173600c00 void 0.000130
+gallium_dri.so malloc 72 0x557173600c00 0.000131
+gallium_dri.so free 0x557173600d40 void 0.000126
+gallium_dri.so free 0x557173600c00 void 0.000121
+gallium_dri.so malloc 72 0x557173600d40 0.000121
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x557173600d40 void 0.000124
+gallium_dri.so malloc 72 0x557173600d40 0.000130
+gallium_dri.so free 0x557173600ec0 void 0.000125
+gallium_dri.so free 0x557173600d40 void 0.000120
+gallium_dri.so malloc 72 0x557173600d40 0.000119
+gallium_dri.so free 0x557173600f80 void 0.000121
+gallium_dri.so free 0x557173600d40 void 0.000120
+gallium_dri.so malloc 72 0x557173600f30 0.000119
+gallium_dri.so free 0x557173601000 void 0.000167
+gallium_dri.so free 0x557173600f30 void 0.000121
+gallium_dri.so malloc 72 0x557173601050 0.000127
+gallium_dri.so free 0x5571736010c0 void 0.000116
+gallium_dri.so free 0x557173601050 void 0.000115
+gallium_dri.so malloc 72 0x557173601100 0.000114
+gallium_dri.so free 0x557173601180 void 0.000116
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so malloc 72 0x557173601100 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x557173601100 void 0.000113
+gallium_dri.so malloc 72 0x557173601100 0.000115
+gallium_dri.so free 0x557173469ac0 void 0.000114
+gallium_dri.so free 0x557173601100 void 0.000112
+gallium_dri.so malloc 72 0x557173469a70 0.000114
+gallium_dri.so free 0x557173469b40 void 0.000118
+gallium_dri.so free 0x557173469a70 void 0.000113
+gallium_dri.so malloc 72 0x557173469b90 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173469b90 void 0.000113
+gallium_dri.so malloc 72 0x557173469c20 0.000112
+gallium_dri.so free 0x557173469cc0 void 0.000115
+gallium_dri.so free 0x557173469c20 void 0.000115
+gallium_dri.so malloc 72 0x557173469c70 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so free 0x557173469c70 void 0.000114
+gallium_dri.so malloc 72 0x557173469c70 0.000113
+gallium_dri.so free 0x557173469e40 void 0.000128
+gallium_dri.so free 0x557173469c70 void 0.000113
+gallium_dri.so malloc 72 0x557173469df0 0.000113
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so free 0x557173469df0 void 0.000114
+gallium_dri.so malloc 72 0x557173469f10 0.000111
+gallium_dri.so free 0x557173469f80 void 0.000114
+gallium_dri.so free 0x557173469f10 void 0.000114
+gallium_dri.so malloc 72 0x557173469fa0 0.000114
+gallium_dri.so free 0x55717346a040 void 0.000114
+gallium_dri.so free 0x557173469fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173469ff0 0.000114
+gallium_dri.so free 0x55717346a0c0 void 0.000115
+gallium_dri.so free 0x557173469ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173469ff0 0.000116
+gallium_dri.so free 0x55717346a140 void 0.000114
+gallium_dri.so free 0x557173469ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a140 0.000115
+gallium_dri.so free 0x55717346a200 void 0.000114
+gallium_dri.so free 0x55717346a140 void 0.000113
+gallium_dri.so malloc 72 0x55717346a140 0.000114
+gallium_dri.so free 0x55717346a300 void 0.000115
+gallium_dri.so free 0x55717346a140 void 0.000113
+gallium_dri.so malloc 72 0x55717346a140 0.000112
+gallium_dri.so free 0x55717346a380 void 0.000115
+gallium_dri.so free 0x55717346a140 void 0.000113
+gallium_dri.so malloc 72 0x55717346a3b0 0.000113
+gallium_dri.so free 0x55717346a400 void 0.000119
+gallium_dri.so free 0x55717346a3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a3b0 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000115
+gallium_dri.so free 0x55717346a3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4b0 0.000113
+gallium_dri.so free 0x55717346a5c0 void 0.000114
+gallium_dri.so free 0x55717346a4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a570 0.000113
+gallium_dri.so free 0x55717346a600 void 0.000116
+gallium_dri.so free 0x55717346a570 void 0.000113
+gallium_dri.so malloc 72 0x55717346a570 0.000114
+gallium_dri.so free 0x55717346a6c0 void 0.000116
+gallium_dri.so free 0x55717346a570 void 0.000113
+gallium_dri.so malloc 72 0x55717346a710 0.000119
+gallium_dri.so free 0x55717346a780 void 0.000117
+gallium_dri.so free 0x55717346a710 void 0.000113
+gallium_dri.so malloc 72 0x55717346a7c0 0.000121
+gallium_dri.so free 0x55717346a840 void 0.000115
+gallium_dri.so free 0x55717346a7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a840 0.000114
+gallium_dri.so free 0x55717346a900 void 0.000115
+gallium_dri.so free 0x55717346a840 void 0.000113
+gallium_dri.so malloc 72 0x55717346a840 0.000114
+gallium_dri.so free 0x55717346a980 void 0.000115
+gallium_dri.so free 0x55717346a840 void 0.000114
+gallium_dri.so malloc 72 0x55717346a9b0 0.000114
+gallium_dri.so free 0x55717346aa00 void 0.000116
+gallium_dri.so free 0x55717346a9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a9b0 0.000115
+gallium_dri.so free 0x55717346ab00 void 0.000114
+gallium_dri.so free 0x55717346a9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346aab0 0.000114
+gallium_dri.so free 0x55717346abc0 void 0.000114
+gallium_dri.so free 0x55717346aab0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ab70 0.000115
+gallium_dri.so free 0x55717346ac40 void 0.000114
+gallium_dri.so free 0x55717346ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac60 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac60 void 0.000114
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ad80 void 0.000115
+gallium_dri.so free 0x55717346acb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so free 0x55717346acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346aec0 void 0.000115
+gallium_dri.so free 0x55717346ae00 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346af80 void 0.000115
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000129
+gallium_dri.so malloc 72 0x55717346aff0 0.000115
+gallium_dri.so free 0x55717346b040 void 0.000114
+gallium_dri.so free 0x55717346aff0 void 0.000112
+gallium_dri.so malloc 72 0x55717346aff0 0.000112
+gallium_dri.so free 0x55717346b140 void 0.000113
+gallium_dri.so free 0x55717346aff0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b0f0 0.000113
+gallium_dri.so free 0x55717346b200 void 0.000113
+gallium_dri.so free 0x55717346b0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b1b0 0.000112
+gallium_dri.so free 0x55717346b240 void 0.000114
+gallium_dri.so free 0x55717346b1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1b0 0.000113
+gallium_dri.so free 0x55717346b300 void 0.000114
+gallium_dri.so free 0x55717346b1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b340 0.000116
+gallium_dri.so free 0x55717346b3c0 void 0.000116
+gallium_dri.so free 0x55717346b340 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3c0 0.000116
+gallium_dri.so free 0x55717346b480 void 0.000114
+gallium_dri.so free 0x55717346b3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3c0 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000116
+gallium_dri.so free 0x55717346b3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b560 0.000112
+gallium_dri.so free 0x55717346b600 void 0.000116
+gallium_dri.so free 0x55717346b560 void 0.000150
+gallium_dri.so malloc 72 0x55717346b5b0 0.000121
+gallium_dri.so free 0x55717346b680 void 0.000116
+gallium_dri.so free 0x55717346b5b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b5b0 0.000114
+gallium_dri.so free 0x55717346b700 void 0.000115
+gallium_dri.so free 0x55717346b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b700 0.000113
+gallium_dri.so free 0x55717346b7c0 void 0.000115
+gallium_dri.so free 0x55717346b700 void 0.000118
+gallium_dri.so malloc 72 0x55717346b700 0.000113
+gallium_dri.so free 0x55717346b880 void 0.000116
+gallium_dri.so free 0x55717346b700 void 0.000114
+gallium_dri.so malloc 72 0x55717346b700 0.000115
+gallium_dri.so free 0x55717346b940 void 0.000114
+gallium_dri.so free 0x55717346b700 void 0.000114
+gallium_dri.so malloc 72 0x55717346b8f0 0.000113
+gallium_dri.so free 0x55717346ba00 void 0.000114
+gallium_dri.so free 0x55717346b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b9b0 0.000113
+gallium_dri.so free 0x55717346ba80 void 0.000116
+gallium_dri.so free 0x55717346b9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bad0 0.000113
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x55717346bad0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bb60 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000116
+gallium_dri.so free 0x55717346bb60 void 0.000113
+gallium_dri.so malloc 72 0x55717346bbb0 0.000116
+gallium_dri.so free 0x55717346bc80 void 0.000115
+gallium_dri.so free 0x55717346bbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bbb0 0.000114
+gallium_dri.so free 0x55717346bd00 void 0.000114
+gallium_dri.so free 0x55717346bbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bd00 0.000113
+gallium_dri.so free 0x55717346bdc0 void 0.000115
+gallium_dri.so free 0x55717346bd00 void 0.000112
+gallium_dri.so malloc 72 0x55717346bd00 0.000113
+gallium_dri.so free 0x55717346bec0 void 0.000115
+gallium_dri.so free 0x55717346bd00 void 0.000113
+gallium_dri.so malloc 72 0x55717346be70 0.000113
+gallium_dri.so free 0x55717346bf00 void 0.000120
+gallium_dri.so free 0x55717346be70 void 0.000118
+gallium_dri.so malloc 72 0x55717346be70 0.000115
+gallium_dri.so free 0x55717346bfc0 void 0.000115
+gallium_dri.so free 0x55717346be70 void 0.000114
+gallium_dri.so malloc 72 0x55717346c000 0.000113
+gallium_dri.so free 0x55717346c080 void 0.000115
+gallium_dri.so free 0x55717346c000 void 0.000112
+gallium_dri.so malloc 72 0x55717346c080 0.000113
+gallium_dri.so free 0x55717346c140 void 0.000114
+gallium_dri.so free 0x55717346c080 void 0.000112
+gallium_dri.so malloc 72 0x55717346c080 0.000114
+gallium_dri.so free 0x55717346c1c0 void 0.000115
+gallium_dri.so free 0x55717346c080 void 0.000112
+gallium_dri.so malloc 72 0x55717346c1f0 0.000127
+gallium_dri.so free 0x55717346c240 void 0.000117
+gallium_dri.so free 0x55717346c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c1f0 0.000115
+gallium_dri.so free 0x55717346c340 void 0.000114
+gallium_dri.so free 0x55717346c1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c380 0.000113
+gallium_dri.so free 0x55717346c400 void 0.000114
+gallium_dri.so free 0x55717346c380 void 0.000111
+gallium_dri.so malloc 72 0x55717346c400 0.000114
+gallium_dri.so free 0x55717346c4c0 void 0.000114
+gallium_dri.so free 0x55717346c400 void 0.000112
+gallium_dri.so malloc 72 0x55717346c400 0.000114
+gallium_dri.so free 0x55717346c540 void 0.000115
+gallium_dri.so free 0x55717346c400 void 0.000113
+gallium_dri.so malloc 72 0x55717346c570 0.000112
+gallium_dri.so free 0x55717346c5c0 void 0.000116
+gallium_dri.so free 0x55717346c570 void 0.000112
+gallium_dri.so malloc 72 0x55717346c570 0.000112
+gallium_dri.so free 0x55717346c6c0 void 0.000115
+gallium_dri.so free 0x55717346c570 void 0.000113
+gallium_dri.so malloc 72 0x55717346c670 0.000114
+gallium_dri.so free 0x55717346c780 void 0.000114
+gallium_dri.so free 0x55717346c670 void 0.000113
+gallium_dri.so malloc 72 0x55717346c730 0.000114
+gallium_dri.so free 0x55717346c800 void 0.000116
+gallium_dri.so free 0x55717346c730 void 0.000118
+gallium_dri.so malloc 72 0x55717346c730 0.000178
+gallium_dri.so free 0x55717346c8c0 void 0.000118
+gallium_dri.so free 0x55717346c730 void 0.000114
+gallium_dri.so malloc 72 0x55717346c730 0.000113
+gallium_dri.so free 0x55717346c980 void 0.000114
+gallium_dri.so free 0x55717346c730 void 0.000114
+gallium_dri.so malloc 72 0x55717346c930 0.000113
+gallium_dri.so free 0x55717346ca00 void 0.000115
+gallium_dri.so free 0x55717346c930 void 0.000115
+gallium_dri.so malloc 72 0x55717346ca50 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x55717346ca50 void 0.000114
+gallium_dri.so malloc 72 0x55717346cae0 0.000114
+gallium_dri.so free 0x55717346cb80 void 0.000115
+gallium_dri.so free 0x55717346cae0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cb30 0.000114
+gallium_dri.so free 0x55717346cc00 void 0.000115
+gallium_dri.so free 0x55717346cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717346cc00 0.000116
+gallium_dri.so free 0x55717346ccc0 void 0.000116
+gallium_dri.so free 0x55717346cc00 void 0.000118
+gallium_dri.so malloc 72 0x55717346cc00 0.000114
+gallium_dri.so free 0x55717346cd40 void 0.000115
+gallium_dri.so free 0x55717346cc00 void 0.000113
+gallium_dri.so malloc 72 0x55717346cd40 0.000113
+gallium_dri.so free 0x55717346ce00 void 0.000116
+gallium_dri.so free 0x55717346cd40 void 0.000113
+gallium_dri.so malloc 72 0x55717346cd40 0.000123
+gallium_dri.so free 0x55717346cec0 void 0.000120
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd40 0.000114
+gallium_dri.so free 0x55717346cf80 void 0.000115
+gallium_dri.so free 0x55717346cd40 void 0.000112
+gallium_dri.so malloc 72 0x55717346cf30 0.000112
+gallium_dri.so free 0x55717346d000 void 0.000116
+gallium_dri.so free 0x55717346cf30 void 0.000112
+gallium_dri.so malloc 72 0x55717346d050 0.000113
+gallium_dri.so free 0x55717346d0c0 void 0.000114
+gallium_dri.so free 0x55717346d050 void 0.000112
+gallium_dri.so malloc 72 0x55717346d100 0.000113
+gallium_dri.so free 0x55717346d180 void 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000113
+gallium_dri.so malloc 72 0x55717346d100 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000116
+gallium_dri.so free 0x55717346d100 void 0.000113
+gallium_dri.so malloc 72 0x55717346d230 0.000114
+gallium_dri.so free 0x55717346d280 void 0.000116
+gallium_dri.so free 0x55717346d230 void 0.000114
+gallium_dri.so malloc 72 0x55717346d230 0.000112
+gallium_dri.so free 0x55717346d380 void 0.000116
+gallium_dri.so free 0x55717346d230 void 0.000113
+gallium_dri.so malloc 72 0x55717346d330 0.000115
+gallium_dri.so free 0x55717346d440 void 0.000114
+gallium_dri.so free 0x55717346d330 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3f0 0.000113
+gallium_dri.so free 0x55717346d480 void 0.000126
+gallium_dri.so free 0x55717346d3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d3f0 0.000116
+gallium_dri.so free 0x55717346d540 void 0.000115
+gallium_dri.so free 0x55717346d3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5b0 0.000115
+gallium_dri.so free 0x55717346d600 void 0.000117
+gallium_dri.so free 0x55717346d5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5b0 0.000114
+gallium_dri.so free 0x55717346d700 void 0.000114
+gallium_dri.so free 0x55717346d5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d6b0 0.000112
+gallium_dri.so free 0x55717346d7c0 void 0.000115
+gallium_dri.so free 0x55717346d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d770 0.000116
+gallium_dri.so free 0x55717346d800 void 0.000124
+gallium_dri.so free 0x55717346d770 void 0.000115
+gallium_dri.so malloc 72 0x55717346d770 0.000114
+gallium_dri.so free 0x55717346d8c0 void 0.000116
+gallium_dri.so free 0x55717346d770 void 0.000113
+gallium_dri.so malloc 72 0x55717346d900 0.000112
+gallium_dri.so free 0x55717346d980 void 0.000114
+gallium_dri.so free 0x55717346d900 void 0.000114
+gallium_dri.so malloc 72 0x55717346d980 0.000115
+gallium_dri.so free 0x55717346da40 void 0.000115
+gallium_dri.so free 0x55717346d980 void 0.000113
+gallium_dri.so malloc 72 0x55717346d980 0.000115
+gallium_dri.so free 0x55717346db00 void 0.000167
+gallium_dri.so free 0x55717346d980 void 0.000114
+gallium_dri.so malloc 72 0x55717346db20 0.000114
+gallium_dri.so free 0x55717346dbc0 void 0.000115
+gallium_dri.so free 0x55717346db20 void 0.000113
+gallium_dri.so malloc 72 0x55717346db70 0.000114
+gallium_dri.so free 0x55717346dc40 void 0.000115
+gallium_dri.so free 0x55717346db70 void 0.000115
+gallium_dri.so malloc 72 0x55717346db70 0.000113
+gallium_dri.so free 0x55717346dcc0 void 0.000115
+gallium_dri.so free 0x55717346db70 void 0.000113
+gallium_dri.so malloc 72 0x55717346dcc0 0.000113
+gallium_dri.so free 0x55717346dd80 void 0.000115
+gallium_dri.so free 0x55717346dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dcc0 0.000119
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so free 0x55717346dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dcc0 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000115
+gallium_dri.so free 0x55717346dcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346deb0 0.000113
+gallium_dri.so free 0x55717346dfc0 void 0.000115
+gallium_dri.so free 0x55717346deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346df70 0.000113
+gallium_dri.so free 0x55717346e040 void 0.000115
+gallium_dri.so free 0x55717346df70 void 0.000113
+gallium_dri.so malloc 72 0x55717346e090 0.000112
+gallium_dri.so free 0x55717346e100 void 0.000128
+gallium_dri.so free 0x55717346e090 void 0.000119
+gallium_dri.so malloc 72 0x55717346e120 0.000116
+gallium_dri.so free 0x55717346e1c0 void 0.000117
+gallium_dri.so free 0x55717346e120 void 0.000114
+gallium_dri.so malloc 72 0x55717346e170 0.000113
+gallium_dri.so free 0x55717346e240 void 0.000115
+gallium_dri.so free 0x55717346e170 void 0.000113
+gallium_dri.so malloc 72 0x55717346e170 0.000114
+gallium_dri.so free 0x55717346e2c0 void 0.000114
+gallium_dri.so free 0x55717346e170 void 0.000114
+gallium_dri.so malloc 72 0x55717346e2c0 0.000116
+gallium_dri.so free 0x55717346e380 void 0.000115
+gallium_dri.so free 0x55717346e2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e2c0 0.000114
+gallium_dri.so free 0x55717346e480 void 0.000116
+gallium_dri.so free 0x55717346e2c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e430 0.000113
+gallium_dri.so free 0x55717346e4c0 void 0.000116
+gallium_dri.so free 0x55717346e430 void 0.000114
+gallium_dri.so malloc 72 0x55717346e430 0.000113
+gallium_dri.so free 0x55717346e580 void 0.000115
+gallium_dri.so free 0x55717346e430 void 0.000114
+gallium_dri.so malloc 72 0x55717346e5c0 0.000114
+gallium_dri.so free 0x55717346e640 void 0.000115
+gallium_dri.so free 0x55717346e5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e640 0.000114
+gallium_dri.so free 0x55717346e700 void 0.000126
+gallium_dri.so free 0x55717346e640 void 0.000114
+gallium_dri.so malloc 72 0x55717346e640 0.000115
+gallium_dri.so free 0x55717346e780 void 0.000113
+gallium_dri.so free 0x55717346e640 void 0.000113
+gallium_dri.so malloc 72 0x55717346e7b0 0.000117
+gallium_dri.so free 0x55717346e800 void 0.000116
+gallium_dri.so free 0x55717346e7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e7b0 0.000112
+gallium_dri.so free 0x55717346e900 void 0.000114
+gallium_dri.so free 0x55717346e7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e940 0.000114
+gallium_dri.so free 0x55717346e9c0 void 0.000116
+gallium_dri.so free 0x55717346e940 void 0.000114
+gallium_dri.so malloc 72 0x55717346e9c0 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x55717346e9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e9c0 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000116
+gallium_dri.so free 0x55717346e9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe70 0.000115
+gallium_dri.so free 0x5571735bfec0 void 0.000115
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000113
+gallium_dri.so free 0x5571735bffc0 void 0.000114
+gallium_dri.so free 0x5571735bfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bff70 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so free 0x5571735bff70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0030 0.000115
+gallium_dri.so free 0x5571735c0100 void 0.000115
+gallium_dri.so free 0x5571735c0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0030 0.000113
+gallium_dri.so free 0x5571735c01c0 void 0.000115
+gallium_dri.so free 0x5571735c0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0230 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0350 0.000114
+gallium_dri.so free 0x5571735c03c0 void 0.000114
+gallium_dri.so free 0x5571735c0350 void 0.000116
+gallium_dri.so malloc 72 0x5571735c03e0 0.000117
+gallium_dri.so free 0x5571735c0480 void 0.000115
+gallium_dri.so free 0x5571735c03e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0430 0.000115
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735c0430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0500 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000117
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0500 0.000115
+gallium_dri.so free 0x5571735c0640 void 0.000115
+gallium_dri.so free 0x5571735c0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0640 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000121
+gallium_dri.so free 0x5571735c0640 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0640 0.000115
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0640 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0830 0.000113
+gallium_dri.so free 0x5571735c0900 void 0.000115
+gallium_dri.so free 0x5571735c0830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0950 0.000115
+gallium_dri.so free 0x5571735c09c0 void 0.000116
+gallium_dri.so free 0x5571735c0950 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a00 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000116
+gallium_dri.so free 0x5571735c0a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a00 0.000112
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so free 0x5571735c0a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b30 0.000117
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b30 0.000116
+gallium_dri.so free 0x5571735c0c80 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0c30 0.000115
+gallium_dri.so free 0x5571735c0d40 void 0.000115
+gallium_dri.so free 0x5571735c0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000114
+gallium_dri.so free 0x5571735c0d80 void 0.000115
+gallium_dri.so free 0x5571735c0cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0cf0 0.000114
+gallium_dri.so free 0x5571735c0e40 void 0.000118
+gallium_dri.so free 0x5571735c0cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000116
+gallium_dri.so free 0x5571735c0f00 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x5571735c1000 void 0.000123
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000116
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x5571735c0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000115
+gallium_dri.so free 0x5571735c1100 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1200 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c1200 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1280 0.000115
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1280 0.000115
+gallium_dri.so free 0x5571735c1400 void 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1420 0.000115
+gallium_dri.so free 0x5571735c14c0 void 0.000132
+gallium_dri.so free 0x5571735c1420 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1470 0.000116
+gallium_dri.so free 0x5571735c1540 void 0.000114
+gallium_dri.so free 0x5571735c1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1470 0.000116
+gallium_dri.so free 0x5571735c15c0 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c15c0 0.000115
+gallium_dri.so free 0x5571735c1680 void 0.000117
+gallium_dri.so free 0x5571735c15c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c15c0 0.000120
+gallium_dri.so free 0x5571735c1740 void 0.000115
+gallium_dri.so free 0x5571735c15c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c15c0 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000116
+gallium_dri.so free 0x5571735c15c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c17b0 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000127
+gallium_dri.so free 0x5571735c17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1870 0.000116
+gallium_dri.so free 0x5571735c1940 void 0.000115
+gallium_dri.so free 0x5571735c1870 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1990 0.000116
+gallium_dri.so free 0x5571735c1a00 void 0.000116
+gallium_dri.so free 0x5571735c1990 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1a20 0.000115
+gallium_dri.so free 0x5571735c1ac0 void 0.000117
+gallium_dri.so free 0x5571735c1a20 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a70 0.000115
+gallium_dri.so free 0x5571735c1b40 void 0.000119
+gallium_dri.so free 0x5571735c1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1a70 0.000116
+gallium_dri.so free 0x5571735c1bc0 void 0.000116
+gallium_dri.so free 0x5571735c1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000116
+gallium_dri.so free 0x5571735c1c80 void 0.000117
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1bc0 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000117
+gallium_dri.so free 0x5571735c1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1d30 0.000115
+gallium_dri.so free 0x5571735c1dc0 void 0.000115
+gallium_dri.so free 0x5571735c1d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1d30 0.000115
+gallium_dri.so free 0x5571735c1e80 void 0.000160
+gallium_dri.so free 0x5571735c1d30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000115
+gallium_dri.so free 0x5571735c1f40 void 0.000115
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f40 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000117
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f40 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000116
+gallium_dri.so free 0x5571735c1f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20b0 0.000116
+gallium_dri.so free 0x5571735c2100 void 0.000117
+gallium_dri.so free 0x5571735c20b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c20b0 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000116
+gallium_dri.so free 0x5571735c20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2240 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22c0 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000121
+gallium_dri.so free 0x5571735c22c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2430 0.000115
+gallium_dri.so free 0x5571735c2480 void 0.000124
+gallium_dri.so free 0x5571735c2430 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2430 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000127
+gallium_dri.so free 0x5571735c2430 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2530 0.000126
+gallium_dri.so free 0x5571735c2640 void 0.000120
+gallium_dri.so free 0x5571735c2530 void 0.000116
+gallium_dri.so malloc 72 0x5571735c25f0 0.000116
+gallium_dri.so free 0x5571735c26c0 void 0.000116
+gallium_dri.so free 0x5571735c25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25f0 0.000114
+gallium_dri.so free 0x5571735c2780 void 0.000116
+gallium_dri.so free 0x5571735c25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25f0 0.000116
+gallium_dri.so free 0x5571735c2840 void 0.000116
+gallium_dri.so free 0x5571735c25f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c27f0 0.000115
+gallium_dri.so free 0x5571735c28c0 void 0.000116
+gallium_dri.so free 0x5571735c27f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2910 0.000114
+gallium_dri.so free 0x5571735c2980 void 0.000116
+gallium_dri.so free 0x5571735c2910 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29a0 0.000115
+gallium_dri.so free 0x5571735c2a40 void 0.000116
+gallium_dri.so free 0x5571735c29a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c29f0 0.000115
+gallium_dri.so free 0x5571735c2ac0 void 0.000122
+gallium_dri.so free 0x5571735c29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000116
+gallium_dri.so free 0x5571735c2b80 void 0.000116
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2ac0 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2c00 0.000115
+gallium_dri.so free 0x5571735c2cc0 void 0.000117
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c00 0.000113
+gallium_dri.so free 0x5571735c2d80 void 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2c00 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000117
+gallium_dri.so free 0x5571735c2c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2df0 0.000115
+gallium_dri.so free 0x5571735c2ec0 void 0.000115
+gallium_dri.so free 0x5571735c2df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f10 0.000117
+gallium_dri.so free 0x5571735c2f80 void 0.000116
+gallium_dri.so free 0x5571735c2f10 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000116
+gallium_dri.so free 0x5571735c3040 void 0.000117
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000128
+gallium_dri.so free 0x5571735c30c0 void 0.000116
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30f0 0.000120
+gallium_dri.so free 0x5571735c3140 void 0.000117
+gallium_dri.so free 0x5571735c30f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000116
+gallium_dri.so free 0x5571735c30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c31f0 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c31f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32b0 0.000114
+gallium_dri.so free 0x5571735c3340 void 0.000116
+gallium_dri.so free 0x5571735c32b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32b0 0.000115
+gallium_dri.so free 0x5571735c3400 void 0.000116
+gallium_dri.so free 0x5571735c32b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c34c0 void 0.000116
+gallium_dri.so free 0x5571735c3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3470 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so free 0x5571735c3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3570 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000117
+gallium_dri.so free 0x5571735c3570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3630 0.000126
+gallium_dri.so free 0x5571735c36c0 void 0.000118
+gallium_dri.so free 0x5571735c3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3630 0.000114
+gallium_dri.so free 0x5571735c3780 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37c0 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000116
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3840 0.000116
+gallium_dri.so free 0x5571735c3900 void 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3840 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000115
+gallium_dri.so malloc 72 0x5571735c39e0 0.000115
+gallium_dri.so free 0x5571735c3a80 void 0.000116
+gallium_dri.so free 0x5571735c39e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a30 0.000115
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so free 0x5571735c3a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3a30 0.000115
+gallium_dri.so free 0x5571735c3b80 void 0.000116
+gallium_dri.so free 0x5571735c3a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b80 0.000115
+gallium_dri.so free 0x5571735c3c40 void 0.000116
+gallium_dri.so free 0x5571735c3b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b80 0.000185
+gallium_dri.so free 0x5571735c3d00 void 0.000124
+gallium_dri.so free 0x5571735c3b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b80 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000116
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d70 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000115
+gallium_dri.so free 0x5571735c3d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e30 0.000115
+gallium_dri.so free 0x5571735c3f00 void 0.000117
+gallium_dri.so free 0x5571735c3e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f50 0.000116
+gallium_dri.so free 0x5571735c3fc0 void 0.000116
+gallium_dri.so free 0x5571735c3f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3fe0 0.000115
+gallium_dri.so free 0x5571735c4080 void 0.000116
+gallium_dri.so free 0x5571735c3fe0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4030 0.000116
+gallium_dri.so free 0x5571735c4100 void 0.000116
+gallium_dri.so free 0x5571735c4030 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4030 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000117
+gallium_dri.so free 0x5571735c4030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4180 0.000114
+gallium_dri.so free 0x5571735c4240 void 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4180 0.000127
+gallium_dri.so free 0x5571735c4340 void 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c42f0 0.000115
+gallium_dri.so free 0x5571735c4380 void 0.000115
+gallium_dri.so free 0x5571735c42f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c42f0 0.000115
+gallium_dri.so free 0x5571735c4440 void 0.000117
+gallium_dri.so free 0x5571735c42f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4480 0.000115
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4500 0.000114
+gallium_dri.so free 0x5571735c45c0 void 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4500 0.000115
+gallium_dri.so free 0x5571735c4640 void 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4670 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000116
+gallium_dri.so free 0x5571735c4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so free 0x5571735c4670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4800 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000116
+gallium_dri.so free 0x5571735c4800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000126
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4880 0.000115
+gallium_dri.so free 0x5571735c49c0 void 0.000116
+gallium_dri.so free 0x5571735c4880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49f0 0.000115
+gallium_dri.so free 0x5571735c4a40 void 0.000116
+gallium_dri.so free 0x5571735c49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49f0 0.000115
+gallium_dri.so free 0x5571735c4b40 void 0.000116
+gallium_dri.so free 0x5571735c49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4af0 0.000116
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000126
+gallium_dri.so free 0x5571735c4c80 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000116
+gallium_dri.so free 0x5571735c4d40 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4e00 void 0.000117
+gallium_dri.so free 0x5571735c4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4db0 0.000114
+gallium_dri.so free 0x5571735c4e80 void 0.000117
+gallium_dri.so free 0x5571735c4db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4ed0 0.000186
+gallium_dri.so free 0x5571735c4f40 void 0.000117
+gallium_dri.so free 0x5571735c4ed0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4f60 0.000118
+gallium_dri.so free 0x5571735c5000 void 0.000115
+gallium_dri.so free 0x5571735c4f60 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so free 0x5571735c4fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb380 0.000116
+gallium_dri.so free 0x5571735eb440 void 0.000116
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb380 0.000115
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000124
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000115
+gallium_dri.so free 0x5571735eb5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735eb5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb740 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000117
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba30 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000116
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb50 0.000115
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so free 0x5571735ebb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000116
+gallium_dri.so free 0x5571735ebbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc30 0.000121
+gallium_dri.so free 0x5571735ebd00 void 0.000125
+gallium_dri.so free 0x5571735ebc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc30 0.000120
+gallium_dri.so free 0x5571735ebe00 void 0.000120
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000115
+gallium_dri.so free 0x5571735ebe80 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebed0 0.000116
+gallium_dri.so free 0x5571735ebf40 void 0.000116
+gallium_dri.so free 0x5571735ebed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf60 0.000114
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so free 0x5571735ebf60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000115
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ebfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000116
+gallium_dri.so free 0x5571735ebfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec100 0.000116
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec100 0.000117
+gallium_dri.so free 0x5571735ec2c0 void 0.000116
+gallium_dri.so free 0x5571735ec100 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec100 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x5571735ec100 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec370 void 0.000167
+gallium_dri.so malloc 72 0x5571735ec370 0.000118
+gallium_dri.so free 0x5571735ec4c0 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec470 0.000115
+gallium_dri.so free 0x5571735ec580 void 0.000116
+gallium_dri.so free 0x5571735ec470 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec5c0 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000116
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec780 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec800 0.000115
+gallium_dri.so free 0x5571735ec8c0 void 0.000117
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec800 0.000115
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec970 0.000114
+gallium_dri.so free 0x5571735ec9c0 void 0.000116
+gallium_dri.so free 0x5571735ec970 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec970 0.000137
+gallium_dri.so free 0x5571735ecac0 void 0.000137
+gallium_dri.so free 0x5571735ec970 void 0.000133
+gallium_dri.so malloc 72 0x5571735eca70 0.000131
+gallium_dri.so free 0x5571735ecb80 void 0.000132
+gallium_dri.so free 0x5571735eca70 void 0.000134
+gallium_dri.so malloc 72 0x5571735ecb30 0.000131
+gallium_dri.so free 0x5571735ecc00 void 0.000133
+gallium_dri.so free 0x5571735ecb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecc20 0.000135
+gallium_dri.so free 0x5571735eccc0 void 0.000134
+gallium_dri.so free 0x5571735ecc20 void 0.000135
+gallium_dri.so malloc 72 0x5571735ecc70 0.000133
+gallium_dri.so free 0x5571735ecd40 void 0.000125
+gallium_dri.so free 0x5571735ecc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc70 0.000120
+gallium_dri.so free 0x5571735ecdc0 void 0.000118
+gallium_dri.so free 0x5571735ecc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000127
+gallium_dri.so free 0x5571735ece80 void 0.000121
+gallium_dri.so free 0x5571735ecdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so free 0x5571735ecdc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000119
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000123
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ecfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000118
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so free 0x5571735ecfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000117
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000118
+gallium_dri.so free 0x5571735ed170 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed300 0.000117
+gallium_dri.so free 0x5571735ed380 void 0.000119
+gallium_dri.so free 0x5571735ed300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed380 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed380 0.000118
+gallium_dri.so free 0x5571735ed500 void 0.000177
+gallium_dri.so free 0x5571735ed380 void 0.000170
+gallium_dri.so malloc 72 0x5571735ed520 0.000120
+gallium_dri.so free 0x5571735ed5c0 void 0.000122
+gallium_dri.so free 0x5571735ed520 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed570 0.000120
+gallium_dri.so free 0x5571735ed640 void 0.000174
+gallium_dri.so free 0x5571735ed570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed570 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000119
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000119
+gallium_dri.so free 0x5571735ed900 void 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000119
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed970 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed970 void 0.000124
+gallium_dri.so malloc 72 0x5571735eda90 0.000162
+gallium_dri.so free 0x5571735edb00 void 0.000160
+gallium_dri.so free 0x5571735eda90 void 0.000159
+gallium_dri.so malloc 72 0x5571735edb20 0.000161
+gallium_dri.so free 0x5571735edbc0 void 0.000159
+gallium_dri.so free 0x5571735edb20 void 0.000159
+gallium_dri.so malloc 72 0x5571735edb70 0.000158
+gallium_dri.so free 0x5571735edc40 void 0.000159
+gallium_dri.so free 0x5571735edb70 void 0.000168
+gallium_dri.so malloc 72 0x5571735edb70 0.000125
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735ede80 void 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede30 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735ede30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede30 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735ede30 void 0.000123
+gallium_dri.so malloc 72 0x5571735edfc0 0.000119
+gallium_dri.so free 0x5571735ee040 void 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee040 0.000119
+gallium_dri.so free 0x5571735ee100 void 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000119
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so free 0x5571735ee1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000191
+gallium_dri.so free 0x5571735ee300 void 0.000129
+gallium_dri.so free 0x5571735ee1b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735ee340 0.000125
+gallium_dri.so free 0x5571735ee3c0 void 0.000125
+gallium_dri.so free 0x5571735ee340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000118
+gallium_dri.so free 0x5571735ee480 void 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000118
+gallium_dri.so free 0x5571735ee500 void 0.000119
+gallium_dri.so free 0x5571735ee3c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee530 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee530 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee530 0.000117
+gallium_dri.so free 0x5571735ee680 void 0.000118
+gallium_dri.so free 0x5571735ee530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee630 0.000119
+gallium_dri.so free 0x5571735ee740 void 0.000118
+gallium_dri.so free 0x5571735ee630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000118
+gallium_dri.so free 0x5571735ee880 void 0.000121
+gallium_dri.so free 0x5571735ee6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000118
+gallium_dri.so free 0x5571735ee940 void 0.000118
+gallium_dri.so free 0x5571735ee6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000118
+gallium_dri.so free 0x5571735ee9c0 void 0.000119
+gallium_dri.so free 0x5571735ee8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eea10 0.000118
+gallium_dri.so free 0x5571735eea80 void 0.000118
+gallium_dri.so free 0x5571735eea10 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000119
+gallium_dri.so free 0x5571735eeb40 void 0.000117
+gallium_dri.so free 0x5571735eeaa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000117
+gallium_dri.so free 0x5571735eebc0 void 0.000113
+gallium_dri.so free 0x5571735eeaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eebc0 0.000110
+gallium_dri.so free 0x5571735eec80 void 0.000110
+gallium_dri.so free 0x5571735eebc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eebc0 0.000110
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so free 0x5571735eebc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eed00 0.000110
+gallium_dri.so free 0x5571735eedc0 void 0.000111
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed00 0.000110
+gallium_dri.so free 0x5571735eee80 void 0.000111
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed00 0.000111
+gallium_dri.so free 0x5571735eef40 void 0.000110
+gallium_dri.so free 0x5571735eed00 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeef0 0.000111
+gallium_dri.so free 0x5571735eefc0 void 0.000110
+gallium_dri.so free 0x5571735eeef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef010 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000112
+gallium_dri.so free 0x5571735ef010 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000112
+gallium_dri.so free 0x5571735ef140 void 0.000111
+gallium_dri.so free 0x5571735ef0c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000163
+gallium_dri.so free 0x5571735ef1c0 void 0.000127
+gallium_dri.so free 0x5571735ef0c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000125
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so free 0x5571735ef1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000128
+gallium_dri.so free 0x5571735ef1f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000123
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000122
+gallium_dri.so free 0x5571735ef500 void 0.000123
+gallium_dri.so free 0x5571735ef3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef570 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000123
+gallium_dri.so free 0x5571735ef570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef570 0.000119
+gallium_dri.so free 0x5571735ef6c0 void 0.000114
+gallium_dri.so free 0x5571735ef570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef670 0.000133
+gallium_dri.so free 0x5571735ef780 void 0.000123
+gallium_dri.so free 0x5571735ef670 void 0.000217
+gallium_dri.so malloc 72 0x5571735ef730 0.000286
+gallium_dri.so free 0x5571735ef7c0 void 0.000279
+gallium_dri.so free 0x5571735ef730 void 0.000280
+gallium_dri.so malloc 72 0x5571735ef730 0.000125
+gallium_dri.so free 0x5571735ef880 void 0.000125
+gallium_dri.so free 0x5571735ef730 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000124
+gallium_dri.so free 0x5571735ef940 void 0.000124
+gallium_dri.so free 0x5571735ef8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef940 0.000116
+gallium_dri.so free 0x5571735efa00 void 0.000130
+gallium_dri.so free 0x5571735ef940 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef940 0.000126
+gallium_dri.so free 0x5571735efac0 void 0.000125
+gallium_dri.so free 0x5571735ef940 void 0.000125
+gallium_dri.so malloc 72 0x5571735efae0 0.000130
+gallium_dri.so free 0x5571735efb80 void 0.000124
+gallium_dri.so free 0x5571735efae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb30 0.000172
+gallium_dri.so free 0x5571735efc00 void 0.000127
+gallium_dri.so free 0x5571735efb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735efb30 0.000131
+gallium_dri.so free 0x5571735efc80 void 0.000131
+gallium_dri.so free 0x5571735efb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735efc80 0.000125
+gallium_dri.so free 0x5571735efd40 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc80 0.000120
+gallium_dri.so free 0x5571735efec0 void 0.000120
+gallium_dri.so free 0x5571735efc80 void 0.000125
+gallium_dri.so malloc 72 0x5571735efe70 0.000121
+gallium_dri.so free 0x5571735eff80 void 0.000121
+gallium_dri.so free 0x5571735efe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eff30 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735eff30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0050 0.000119
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735f0050 void 0.000119
+gallium_dri.so malloc 72 0x5571735f00e0 0.000120
+gallium_dri.so free 0x5571735f0180 void 0.000130
+gallium_dri.so free 0x5571735f00e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0130 0.000120
+gallium_dri.so free 0x5571735f0200 void 0.000121
+gallium_dri.so free 0x5571735f0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0130 0.000119
+gallium_dri.so free 0x5571735f0280 void 0.000121
+gallium_dri.so free 0x5571735f0130 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0280 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000121
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0280 0.000121
+gallium_dri.so free 0x5571735f0440 void 0.000121
+gallium_dri.so free 0x5571735f0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f03f0 0.000120
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f03f0 0.000117
+gallium_dri.so free 0x5571735f0540 void 0.000121
+gallium_dri.so free 0x5571735f03f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0580 0.000121
+gallium_dri.so free 0x5571735f0600 void 0.000122
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0600 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000120
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0600 0.000172
+gallium_dri.so free 0x5571735f0740 void 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0770 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000120
+gallium_dri.so free 0x5571735f0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0770 0.000121
+gallium_dri.so free 0x5571735f08c0 void 0.000120
+gallium_dri.so free 0x5571735f0770 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0900 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0980 0.000115
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000116
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000117
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000127
+gallium_dri.so free 0x5571735f0d80 void 0.000161
+gallium_dri.so free 0x5571735f0cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000115
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000112
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so free 0x5571735f0fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1060 0.000112
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f1060 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1180 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1180 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f12c0 0.000124
+gallium_dri.so free 0x5571735f1380 void 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000115
+gallium_dri.so free 0x5571735f1440 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000112
+gallium_dri.so free 0x5571735f1500 void 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f14b0 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f15d0 0.000115
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f15d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1680 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1680 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000114
+gallium_dri.so free 0x5571735f1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1800 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so free 0x5571735f17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f18b0 0.000225
+gallium_dri.so free 0x5571735f19c0 void 0.000116
+gallium_dri.so free 0x5571735f18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000112
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b30 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000114
+gallium_dri.so free 0x5571735f1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c30 0.000158
+gallium_dri.so free 0x5571735f1d40 void 0.000116
+gallium_dri.so free 0x5571735f1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000117
+gallium_dri.so free 0x5571735f1d80 void 0.000115
+gallium_dri.so free 0x5571735f1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e80 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000115
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f00 0.000120
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f00 0.000115
+gallium_dri.so free 0x5571735f2080 void 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f20a0 0.000118
+gallium_dri.so free 0x5571735f2140 void 0.000116
+gallium_dri.so free 0x5571735f20a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20f0 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2240 0.000115
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2240 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2240 0.000114
+gallium_dri.so free 0x5571735f2480 void 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2430 0.000114
+gallium_dri.so free 0x5571735f2540 void 0.000116
+gallium_dri.so free 0x5571735f2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f24f0 0.000127
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f24f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2610 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2610 void 0.000116
+gallium_dri.so malloc 72 0x5571735f26a0 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f26a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000112
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so free 0x5571735f26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000115
+gallium_dri.so free 0x5571735f26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2840 0.000114
+gallium_dri.so free 0x5571735f2900 void 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2840 0.000112
+gallium_dri.so free 0x5571735f2a00 void 0.000116
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29b0 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f29b0 0.000112
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so free 0x5571735f29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b40 0.000180
+gallium_dri.so free 0x5571735f2bc0 void 0.000117
+gallium_dri.so free 0x5571735f2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000115
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000114
+gallium_dri.so free 0x5571735f2d00 void 0.000115
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d30 0.000114
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so free 0x5571735f2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d30 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so free 0x5571735f2d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000114
+gallium_dri.so free 0x5571735f2f40 void 0.000116
+gallium_dri.so free 0x5571735f2ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f40 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000114
+gallium_dri.so free 0x5571735f2f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f40 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30b0 0.000114
+gallium_dri.so free 0x5571735f3100 void 0.000115
+gallium_dri.so free 0x5571735f30b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30b0 0.000127
+gallium_dri.so free 0x5571735f3200 void 0.000117
+gallium_dri.so free 0x5571735f30b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31b0 0.000115
+gallium_dri.so free 0x5571735f32c0 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3270 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f3270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3270 0.000113
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3270 0.000114
+gallium_dri.so free 0x5571735f34c0 void 0.000115
+gallium_dri.so free 0x5571735f3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000116
+gallium_dri.so free 0x5571735f3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3590 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000115
+gallium_dri.so free 0x5571735f3590 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3620 0.000114
+gallium_dri.so free 0x55717360c0c0 void 0.000115
+gallium_dri.so free 0x5571735f3620 void 0.000114
+gallium_dri.so malloc 72 0x55717360c0f0 0.000116
+gallium_dri.so free 0x55717360c140 void 0.000116
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c140 0.000124
+gallium_dri.so free 0x55717360c200 void 0.000115
+gallium_dri.so free 0x55717360c140 void 0.000112
+gallium_dri.so malloc 72 0x55717360c140 0.000113
+gallium_dri.so free 0x55717360c300 void 0.000118
+gallium_dri.so free 0x55717360c140 void 0.000113
+gallium_dri.so malloc 72 0x55717360c2b0 0.000113
+gallium_dri.so free 0x5571735f36c0 void 0.000114
+gallium_dri.so free 0x55717360c2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x55717360c3c0 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000114
+gallium_dri.so malloc 72 0x55717360c370 0.000114
+gallium_dri.so free 0x55717360c440 void 0.000115
+gallium_dri.so free 0x55717360c370 void 0.000111
+gallium_dri.so malloc 72 0x55717360c370 0.000115
+gallium_dri.so free 0x55717360c4c0 void 0.000160
+gallium_dri.so free 0x55717360c370 void 0.000114
+gallium_dri.so malloc 72 0x55717360c4c0 0.000114
+gallium_dri.so free 0x55717360c580 void 0.000116
+gallium_dri.so free 0x55717360c4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c4c0 0.000113
+gallium_dri.so free 0x55717360c680 void 0.000115
+gallium_dri.so free 0x55717360c4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c630 0.000114
+gallium_dri.so free 0x55717360c6c0 void 0.000115
+gallium_dri.so free 0x55717360c630 void 0.000115
+gallium_dri.so malloc 72 0x55717360c630 0.000160
+gallium_dri.so free 0x55717360c780 void 0.000117
+gallium_dri.so free 0x55717360c630 void 0.000113
+gallium_dri.so malloc 72 0x55717360c7c0 0.000113
+gallium_dri.so free 0x55717360c840 void 0.000115
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c840 0.000115
+gallium_dri.so free 0x55717360c900 void 0.000116
+gallium_dri.so free 0x55717360c840 void 0.000113
+gallium_dri.so malloc 72 0x55717360c840 0.000112
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c840 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9b0 0.000113
+gallium_dri.so free 0x55717360ca00 void 0.000113
+gallium_dri.so free 0x55717360c9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9b0 0.000115
+gallium_dri.so free 0x55717360cb00 void 0.000115
+gallium_dri.so free 0x55717360c9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cb40 0.000114
+gallium_dri.so free 0x55717360cbc0 void 0.000115
+gallium_dri.so free 0x55717360cb40 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbc0 0.000114
+gallium_dri.so free 0x55717360cc80 void 0.000113
+gallium_dri.so free 0x55717360cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbc0 0.000114
+gallium_dri.so free 0x55717360cd00 void 0.000115
+gallium_dri.so free 0x55717360cbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd30 0.000113
+gallium_dri.so free 0x55717360cd80 void 0.000117
+gallium_dri.so free 0x55717360cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd30 0.000112
+gallium_dri.so free 0x55717360ce80 void 0.000115
+gallium_dri.so free 0x55717360cd30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ce30 0.000115
+gallium_dri.so free 0x55717360cf40 void 0.000114
+gallium_dri.so free 0x55717360ce30 void 0.000113
+gallium_dri.so malloc 72 0x55717360cef0 0.000114
+gallium_dri.so free 0x55717360cfc0 void 0.000114
+gallium_dri.so free 0x55717360cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cef0 0.000114
+gallium_dri.so free 0x55717360d080 void 0.000115
+gallium_dri.so free 0x55717360cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cef0 0.000114
+gallium_dri.so free 0x55717360d140 void 0.000115
+gallium_dri.so free 0x55717360cef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d0f0 0.000112
+gallium_dri.so free 0x55717360d1c0 void 0.000116
+gallium_dri.so free 0x55717360d0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d210 0.000113
+gallium_dri.so free 0x55717360d280 void 0.000119
+gallium_dri.so free 0x55717360d210 void 0.000112
+gallium_dri.so malloc 72 0x55717360d2a0 0.000112
+gallium_dri.so free 0x55717360d340 void 0.000111
+gallium_dri.so free 0x55717360d2a0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2f0 0.000115
+gallium_dri.so free 0x55717360d3c0 void 0.000128
+gallium_dri.so free 0x55717360d2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d3c0 0.000161
+gallium_dri.so free 0x55717360d480 void 0.000115
+gallium_dri.so free 0x55717360d3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d3c0 0.000114
+gallium_dri.so free 0x55717360d500 void 0.000115
+gallium_dri.so free 0x55717360d3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d500 0.000113
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000112
+gallium_dri.so malloc 72 0x55717360d500 0.000112
+gallium_dri.so free 0x55717360d680 void 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so malloc 72 0x55717360d500 0.000113
+gallium_dri.so free 0x55717360d740 void 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000112
+gallium_dri.so malloc 72 0x55717360d6f0 0.000114
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x55717360d6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d810 0.000114
+gallium_dri.so free 0x55717360d880 void 0.000115
+gallium_dri.so free 0x55717360d810 void 0.000116
+gallium_dri.so malloc 72 0x55717360d8c0 0.000115
+gallium_dri.so free 0x55717360d940 void 0.000115
+gallium_dri.so free 0x55717360d8c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d8c0 0.000113
+gallium_dri.so free 0x55717360d9c0 void 0.000167
+gallium_dri.so free 0x55717360d8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d9f0 0.000113
+gallium_dri.so free 0x55717360da40 void 0.000114
+gallium_dri.so free 0x55717360d9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d9f0 0.000112
+gallium_dri.so free 0x55717360db40 void 0.000114
+gallium_dri.so free 0x55717360d9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360daf0 0.000112
+gallium_dri.so free 0x55717360dc00 void 0.000114
+gallium_dri.so free 0x55717360daf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dbb0 0.000113
+gallium_dri.so free 0x55717360dc40 void 0.000114
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000112
+gallium_dri.so free 0x55717360dd00 void 0.000117
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd70 0.000115
+gallium_dri.so free 0x55717360ddc0 void 0.000114
+gallium_dri.so free 0x55717360dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd70 0.000113
+gallium_dri.so free 0x55717360dec0 void 0.000114
+gallium_dri.so free 0x55717360dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360de70 0.000112
+gallium_dri.so free 0x55717360df80 void 0.000116
+gallium_dri.so free 0x55717360de70 void 0.000112
+gallium_dri.so malloc 72 0x55717360df30 0.000112
+gallium_dri.so free 0x55717360dfc0 void 0.000126
+gallium_dri.so free 0x55717360df30 void 0.000115
+gallium_dri.so malloc 72 0x55717360df30 0.000113
+gallium_dri.so free 0x55717360e080 void 0.000114
+gallium_dri.so free 0x55717360df30 void 0.000116
+gallium_dri.so malloc 72 0x55717360e0c0 0.000114
+gallium_dri.so free 0x55717360e140 void 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e140 0.000115
+gallium_dri.so free 0x55717360e200 void 0.000115
+gallium_dri.so free 0x55717360e140 void 0.000114
+gallium_dri.so malloc 72 0x55717360e140 0.000118
+gallium_dri.so free 0x55717360e2c0 void 0.000117
+gallium_dri.so free 0x55717360e140 void 0.000111
+gallium_dri.so malloc 72 0x55717360e2e0 0.000114
+gallium_dri.so free 0x55717360e380 void 0.000114
+gallium_dri.so free 0x55717360e2e0 void 0.000151
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e400 void 0.000116
+gallium_dri.so free 0x55717360e330 void 0.000113
+gallium_dri.so malloc 72 0x55717360e330 0.000113
+gallium_dri.so free 0x55717360e480 void 0.000116
+gallium_dri.so free 0x55717360e330 void 0.000113
+gallium_dri.so malloc 72 0x55717360e480 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000115
+gallium_dri.so free 0x55717360e480 void 0.000114
+gallium_dri.so malloc 72 0x55717360e480 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000127
+gallium_dri.so free 0x55717360e480 void 0.000115
+gallium_dri.so malloc 72 0x55717360e480 0.000114
+gallium_dri.so free 0x55717360e6c0 void 0.000114
+gallium_dri.so free 0x55717360e480 void 0.000113
+gallium_dri.so malloc 72 0x55717360e670 0.000113
+gallium_dri.so free 0x55717360e780 void 0.000115
+gallium_dri.so free 0x55717360e670 void 0.000114
+gallium_dri.so malloc 72 0x55717360e730 0.000113
+gallium_dri.so free 0x55717360e800 void 0.000114
+gallium_dri.so free 0x55717360e730 void 0.000112
+gallium_dri.so malloc 72 0x55717360e850 0.000113
+gallium_dri.so free 0x55717360e8c0 void 0.000115
+gallium_dri.so free 0x55717360e850 void 0.000114
+gallium_dri.so malloc 72 0x55717360e8e0 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000114
+gallium_dri.so free 0x55717360e8e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x55717360ea00 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000112
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x55717360ea80 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea80 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000115
+gallium_dri.so free 0x55717360ea80 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea80 0.000116
+gallium_dri.so free 0x55717360ec40 void 0.000115
+gallium_dri.so free 0x55717360ea80 void 0.000120
+gallium_dri.so malloc 72 0x55717360ebf0 0.000114
+gallium_dri.so free 0x55717360ec80 void 0.000114
+gallium_dri.so free 0x55717360ebf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ebf0 0.000115
+gallium_dri.so free 0x55717360ed40 void 0.000115
+gallium_dri.so free 0x55717360ebf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ed80 0.000113
+gallium_dri.so free 0x55717360ee00 void 0.000115
+gallium_dri.so free 0x55717360ed80 void 0.000114
+gallium_dri.so malloc 72 0x55717360ee00 0.000114
+gallium_dri.so free 0x55717360eec0 void 0.000116
+gallium_dri.so free 0x55717360ee00 void 0.000115
+gallium_dri.so malloc 72 0x55717360ee00 0.000114
+gallium_dri.so free 0x55717360ef40 void 0.000114
+gallium_dri.so free 0x55717360ee00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef70 0.000114
+gallium_dri.so free 0x55717360efc0 void 0.000115
+gallium_dri.so free 0x55717360ef70 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef70 0.000113
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so free 0x55717360ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717360f100 0.000114
+gallium_dri.so free 0x55717360f180 void 0.000114
+gallium_dri.so free 0x55717360f100 void 0.000112
+gallium_dri.so malloc 72 0x55717360f180 0.000114
+gallium_dri.so free 0x55717360f240 void 0.000114
+gallium_dri.so free 0x55717360f180 void 0.000131
+gallium_dri.so malloc 72 0x55717360f180 0.000114
+gallium_dri.so free 0x55717360f2c0 void 0.000159
+gallium_dri.so free 0x55717360f180 void 0.000126
+gallium_dri.so malloc 72 0x55717360f2f0 0.000124
+gallium_dri.so free 0x55717360f340 void 0.000124
+gallium_dri.so free 0x55717360f2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f2f0 0.000115
+gallium_dri.so free 0x55717360f440 void 0.000115
+gallium_dri.so free 0x55717360f2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f3f0 0.000114
+gallium_dri.so free 0x55717360f500 void 0.000116
+gallium_dri.so free 0x55717360f3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4b0 0.000114
+gallium_dri.so free 0x55717360f580 void 0.000115
+gallium_dri.so free 0x55717360f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4b0 0.000113
+gallium_dri.so free 0x55717360f640 void 0.000114
+gallium_dri.so free 0x55717360f4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f4b0 0.000114
+gallium_dri.so free 0x55717360f700 void 0.000115
+gallium_dri.so free 0x55717360f4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f6b0 0.000112
+gallium_dri.so free 0x55717360f780 void 0.000115
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7d0 0.000166
+gallium_dri.so free 0x55717360f840 void 0.000116
+gallium_dri.so free 0x55717360f7d0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f860 0.000112
+gallium_dri.so free 0x55717360f900 void 0.000114
+gallium_dri.so free 0x55717360f860 void 0.000113
+gallium_dri.so malloc 72 0x55717360f8b0 0.000115
+gallium_dri.so free 0x55717360f980 void 0.000116
+gallium_dri.so free 0x55717360f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f980 0.000115
+gallium_dri.so free 0x55717360fa40 void 0.000114
+gallium_dri.so free 0x55717360f980 void 0.000113
+gallium_dri.so malloc 72 0x55717360f980 0.000112
+gallium_dri.so free 0x55717360fac0 void 0.000114
+gallium_dri.so free 0x55717360f980 void 0.000113
+gallium_dri.so malloc 72 0x55717360fac0 0.000113
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so free 0x55717360fac0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fac0 0.000113
+gallium_dri.so free 0x55717360fc40 void 0.000114
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fac0 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000115
+gallium_dri.so free 0x55717360fac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fcb0 0.000113
+gallium_dri.so free 0x55717360fd80 void 0.000113
+gallium_dri.so free 0x55717360fcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fdd0 0.000113
+gallium_dri.so free 0x55717360fe40 void 0.000114
+gallium_dri.so free 0x55717360fdd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe80 0.000113
+gallium_dri.so free 0x55717360ff00 void 0.000113
+gallium_dri.so free 0x55717360fe80 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe80 0.000112
+gallium_dri.so free 0x55717360ff80 void 0.000112
+gallium_dri.so free 0x55717360fe80 void 0.000114
+gallium_dri.so malloc 72 0x55717360ffb0 0.000112
+gallium_dri.so free 0x557173610000 void 0.000113
+gallium_dri.so free 0x55717360ffb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ffb0 0.000112
+gallium_dri.so free 0x557173610100 void 0.000113
+gallium_dri.so free 0x55717360ffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100b0 0.000112
+gallium_dri.so free 0x5571736101c0 void 0.000111
+gallium_dri.so free 0x5571736100b0 void 0.000154
+gallium_dri.so malloc 72 0x557173610170 0.000123
+gallium_dri.so free 0x557173610200 void 0.000124
+gallium_dri.so free 0x557173610170 void 0.000158
+gallium_dri.so malloc 72 0x557173610170 0.000123
+gallium_dri.so free 0x5571736102c0 void 0.000119
+gallium_dri.so free 0x557173610170 void 0.000118
+gallium_dri.so malloc 72 0x557173610330 0.000119
+gallium_dri.so free 0x557173610380 void 0.000118
+gallium_dri.so free 0x557173610330 void 0.000118
+gallium_dri.so malloc 72 0x557173610330 0.000119
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so free 0x557173610330 void 0.000118
+gallium_dri.so malloc 72 0x557173610430 0.000117
+gallium_dri.so free 0x557173610540 void 0.000120
+gallium_dri.so free 0x557173610430 void 0.000117
+gallium_dri.so malloc 72 0x5571736104f0 0.000116
+gallium_dri.so free 0x557173610580 void 0.000118
+gallium_dri.so free 0x5571736104f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736104f0 0.000119
+gallium_dri.so free 0x557173610640 void 0.000118
+gallium_dri.so free 0x5571736104f0 void 0.000118
+gallium_dri.so malloc 72 0x557173610680 0.000117
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so free 0x557173610680 void 0.000117
+gallium_dri.so malloc 72 0x557173610700 0.000117
+gallium_dri.so free 0x5571736107c0 void 0.000117
+gallium_dri.so free 0x557173610700 void 0.000117
+gallium_dri.so malloc 72 0x557173610700 0.000118
+gallium_dri.so free 0x557173610880 void 0.000118
+gallium_dri.so free 0x557173610700 void 0.000114
+gallium_dri.so malloc 72 0x5571736108a0 0.000117
+gallium_dri.so free 0x557173610940 void 0.000118
+gallium_dri.so free 0x5571736108a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x5571736109c0 void 0.000118
+gallium_dri.so free 0x5571736108f0 void 0.000169
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610a40 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000118
+gallium_dri.so malloc 72 0x557173610a40 0.000119
+gallium_dri.so free 0x557173610bc0 void 0.000117
+gallium_dri.so free 0x557173610a40 void 0.000117
+gallium_dri.so malloc 72 0x557173610a40 0.000119
+gallium_dri.so free 0x557173610c80 void 0.000117
+gallium_dri.so free 0x557173610a40 void 0.000119
+gallium_dri.so malloc 72 0x557173610c30 0.000117
+gallium_dri.so free 0x557173610d40 void 0.000118
+gallium_dri.so free 0x557173610c30 void 0.000117
+gallium_dri.so malloc 72 0x557173610cf0 0.000118
+gallium_dri.so free 0x557173610dc0 void 0.000118
+gallium_dri.so free 0x557173610cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610e10 0.000117
+gallium_dri.so free 0x557173610e80 void 0.000118
+gallium_dri.so free 0x557173610e10 void 0.000118
+gallium_dri.so malloc 72 0x557173610ea0 0.000118
+gallium_dri.so free 0x557173610f40 void 0.000124
+gallium_dri.so free 0x557173610ea0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x557173610fc0 void 0.000128
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173610ef0 0.000117
+gallium_dri.so free 0x557173611040 void 0.000170
+gallium_dri.so free 0x557173610ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173611040 0.000118
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so free 0x557173611040 void 0.000119
+gallium_dri.so malloc 72 0x557173611040 0.000118
+gallium_dri.so free 0x557173611200 void 0.000118
+gallium_dri.so free 0x557173611040 void 0.000118
+gallium_dri.so malloc 72 0x5571736111b0 0.000118
+gallium_dri.so free 0x557173611240 void 0.000118
+gallium_dri.so free 0x5571736111b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736111b0 0.000119
+gallium_dri.so free 0x557173611300 void 0.000117
+gallium_dri.so free 0x5571736111b0 void 0.000118
+gallium_dri.so malloc 72 0x557173611340 0.000119
+gallium_dri.so free 0x5571736113c0 void 0.000119
+gallium_dri.so free 0x557173611340 void 0.000115
+gallium_dri.so malloc 72 0x5571736113c0 0.000119
+gallium_dri.so free 0x557173611480 void 0.000118
+gallium_dri.so free 0x5571736113c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736113c0 0.000118
+gallium_dri.so free 0x557173611500 void 0.000118
+gallium_dri.so free 0x5571736113c0 void 0.000118
+gallium_dri.so malloc 72 0x557173611530 0.000170
+gallium_dri.so free 0x557173611580 void 0.000121
+gallium_dri.so free 0x557173611530 void 0.000115
+gallium_dri.so malloc 72 0x557173611530 0.000119
+gallium_dri.so free 0x557173611680 void 0.000117
+gallium_dri.so free 0x557173611530 void 0.000117
+gallium_dri.so malloc 72 0x5571736116c0 0.000118
+gallium_dri.so free 0x557173611740 void 0.000117
+gallium_dri.so free 0x5571736116c0 void 0.000119
+gallium_dri.so malloc 72 0x557173611740 0.000118
+gallium_dri.so free 0x557173611800 void 0.000118
+gallium_dri.so free 0x557173611740 void 0.000118
+gallium_dri.so malloc 72 0x557173611740 0.000118
+gallium_dri.so free 0x557173611880 void 0.000118
+gallium_dri.so free 0x557173611740 void 0.000117
+gallium_dri.so malloc 72 0x5571736118b0 0.000118
+gallium_dri.so free 0x557173611900 void 0.000118
+gallium_dri.so free 0x5571736118b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736118b0 0.000117
+gallium_dri.so free 0x557173611a00 void 0.000119
+gallium_dri.so free 0x5571736118b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736119b0 0.000118
+gallium_dri.so free 0x557173611ac0 void 0.000120
+gallium_dri.so free 0x5571736119b0 void 0.000123
+gallium_dri.so malloc 72 0x557173611a70 0.000117
+gallium_dri.so free 0x557173611b40 void 0.000119
+gallium_dri.so free 0x557173611a70 void 0.000116
+gallium_dri.so malloc 72 0x557173611a70 0.000118
+gallium_dri.so free 0x557173611c00 void 0.000117
+gallium_dri.so free 0x557173611a70 void 0.000118
+gallium_dri.so malloc 72 0x557173611a70 0.000117
+gallium_dri.so free 0x557173611cc0 void 0.000120
+gallium_dri.so free 0x557173611a70 void 0.000117
+gallium_dri.so malloc 72 0x557173611c70 0.000118
+gallium_dri.so free 0x557173611d40 void 0.000118
+gallium_dri.so free 0x557173611c70 void 0.000117
+gallium_dri.so malloc 72 0x557173611d90 0.000119
+gallium_dri.so free 0x557173611e00 void 0.000118
+gallium_dri.so free 0x557173611d90 void 0.000119
+gallium_dri.so malloc 72 0x557173611e20 0.000119
+gallium_dri.so free 0x557173611ec0 void 0.000118
+gallium_dri.so free 0x557173611e20 void 0.000117
+gallium_dri.so malloc 72 0x557173611e70 0.000118
+gallium_dri.so free 0x557173611f40 void 0.000173
+gallium_dri.so free 0x557173611e70 void 0.000119
+gallium_dri.so malloc 72 0x557173611f40 0.000118
+gallium_dri.so free 0x557173612000 void 0.000118
+gallium_dri.so free 0x557173611f40 void 0.000119
+gallium_dri.so malloc 72 0x557173611f40 0.000117
+gallium_dri.so free 0x557173612080 void 0.000117
+gallium_dri.so free 0x557173611f40 void 0.000117
+gallium_dri.so malloc 72 0x557173612080 0.000118
+gallium_dri.so free 0x557173612140 void 0.000116
+gallium_dri.so free 0x557173612080 void 0.000121
+gallium_dri.so malloc 72 0x557173612080 0.000118
+gallium_dri.so free 0x557173612200 void 0.000119
+gallium_dri.so free 0x557173612080 void 0.000118
+gallium_dri.so malloc 72 0x557173612080 0.000118
+gallium_dri.so free 0x5571736122c0 void 0.000117
+gallium_dri.so free 0x557173612080 void 0.000116
+gallium_dri.so malloc 72 0x557173612270 0.000118
+gallium_dri.so free 0x557173612340 void 0.000124
+gallium_dri.so free 0x557173612270 void 0.000115
+gallium_dri.so malloc 72 0x557173612390 0.000119
+gallium_dri.so free 0x557173612400 void 0.000119
+gallium_dri.so free 0x557173612390 void 0.000117
+gallium_dri.so malloc 72 0x557173612440 0.000118
+gallium_dri.so free 0x5571736124c0 void 0.000117
+gallium_dri.so free 0x557173612440 void 0.000118
+gallium_dri.so malloc 72 0x557173612440 0.000119
+gallium_dri.so free 0x557173612540 void 0.000119
+gallium_dri.so free 0x557173612440 void 0.000118
+gallium_dri.so malloc 72 0x557173612570 0.000118
+gallium_dri.so free 0x5571736125c0 void 0.000118
+gallium_dri.so free 0x557173612570 void 0.000118
+gallium_dri.so malloc 72 0x557173612570 0.000118
+gallium_dri.so free 0x5571736126c0 void 0.000119
+gallium_dri.so free 0x557173612570 void 0.000118
+gallium_dri.so malloc 72 0x557173612670 0.000117
+gallium_dri.so free 0x557173612780 void 0.000190
+gallium_dri.so free 0x557173612670 void 0.000118
+gallium_dri.so malloc 72 0x557173612730 0.000117
+gallium_dri.so free 0x5571736127c0 void 0.000119
+gallium_dri.so free 0x557173612730 void 0.000118
+gallium_dri.so malloc 72 0x557173612730 0.000118
+gallium_dri.so free 0x557173612880 void 0.000117
+gallium_dri.so free 0x557173612730 void 0.000117
+gallium_dri.so malloc 72 0x5571736128f0 0.000118
+gallium_dri.so free 0x557173612940 void 0.000117
+gallium_dri.so free 0x5571736128f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736128f0 0.000118
+gallium_dri.so free 0x557173612a40 void 0.000119
+gallium_dri.so free 0x5571736128f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736129f0 0.000117
+gallium_dri.so free 0x557173612b00 void 0.000119
+gallium_dri.so free 0x5571736129f0 void 0.000118
+gallium_dri.so malloc 72 0x557173612ab0 0.000118
+gallium_dri.so free 0x557173612b40 void 0.000117
+gallium_dri.so free 0x557173612ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173612ab0 0.000117
+gallium_dri.so free 0x557173612c00 void 0.000119
+gallium_dri.so free 0x557173612ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173612c40 0.000119
+gallium_dri.so free 0x557173612cc0 void 0.000119
+gallium_dri.so free 0x557173612c40 void 0.000117
+gallium_dri.so malloc 72 0x557173612cc0 0.000130
+gallium_dri.so free 0x557173612d80 void 0.000118
+gallium_dri.so free 0x557173612cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173612cc0 0.000159
+gallium_dri.so free 0x557173612e40 void 0.000120
+gallium_dri.so free 0x557173612cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173612e60 0.000119
+gallium_dri.so free 0x557173612f00 void 0.000119
+gallium_dri.so free 0x557173612e60 void 0.000118
+gallium_dri.so malloc 72 0x557173612eb0 0.000117
+gallium_dri.so free 0x557173612f80 void 0.000120
+gallium_dri.so free 0x557173612eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173612eb0 0.000117
+gallium_dri.so free 0x557173613000 void 0.000118
+gallium_dri.so free 0x557173612eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173613000 0.000117
+gallium_dri.so free 0x5571736130c0 void 0.000117
+gallium_dri.so free 0x557173613000 void 0.000118
+gallium_dri.so malloc 72 0x557173613000 0.000118
+gallium_dri.so free 0x557173613180 void 0.000117
+gallium_dri.so free 0x557173613000 void 0.000118
+gallium_dri.so malloc 72 0x557173613000 0.000118
+gallium_dri.so free 0x557173613240 void 0.000118
+gallium_dri.so free 0x557173613000 void 0.000119
+gallium_dri.so malloc 72 0x5571736131f0 0.000119
+gallium_dri.so free 0x557173613300 void 0.000118
+gallium_dri.so free 0x5571736131f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736132b0 0.000120
+gallium_dri.so free 0x557173613380 void 0.000118
+gallium_dri.so free 0x5571736132b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736133d0 0.000118
+gallium_dri.so free 0x557173613440 void 0.000118
+gallium_dri.so free 0x5571736133d0 void 0.000118
+gallium_dri.so malloc 72 0x557173613460 0.000118
+gallium_dri.so free 0x557173613500 void 0.000118
+gallium_dri.so free 0x557173613460 void 0.000118
+gallium_dri.so malloc 72 0x5571736134b0 0.000118
+gallium_dri.so free 0x557173613580 void 0.000118
+gallium_dri.so free 0x5571736134b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736134b0 0.000119
+gallium_dri.so free 0x557173613600 void 0.000119
+gallium_dri.so free 0x5571736134b0 void 0.000119
+gallium_dri.so malloc 72 0x557173613600 0.000119
+gallium_dri.so free 0x5571736136c0 void 0.000117
+gallium_dri.so free 0x557173613600 void 0.000117
+gallium_dri.so malloc 72 0x557173613600 0.000118
+gallium_dri.so free 0x5571736137c0 void 0.000119
+gallium_dri.so free 0x557173613600 void 0.000117
+gallium_dri.so malloc 72 0x557173613770 0.000118
+gallium_dri.so free 0x557173613800 void 0.000118
+gallium_dri.so free 0x557173613770 void 0.000118
+gallium_dri.so malloc 72 0x557173613770 0.000117
+gallium_dri.so free 0x5571736138c0 void 0.000124
+gallium_dri.so free 0x557173613770 void 0.000119
+gallium_dri.so malloc 72 0x557173613900 0.000118
+gallium_dri.so free 0x557173613980 void 0.000117
+gallium_dri.so free 0x557173613900 void 0.000132
+gallium_dri.so malloc 72 0x557173613980 0.000118
+gallium_dri.so free 0x557173613a40 void 0.000118
+gallium_dri.so free 0x557173613980 void 0.000119
+gallium_dri.so malloc 72 0x557173613980 0.000118
+gallium_dri.so free 0x557173613ac0 void 0.000120
+gallium_dri.so free 0x557173613980 void 0.000118
+gallium_dri.so malloc 72 0x557173613af0 0.000118
+gallium_dri.so free 0x557173613b40 void 0.000118
+gallium_dri.so free 0x557173613af0 void 0.000119
+gallium_dri.so malloc 72 0x557173613af0 0.000119
+gallium_dri.so free 0x557173613c40 void 0.000118
+gallium_dri.so free 0x557173613af0 void 0.000120
+gallium_dri.so malloc 72 0x557173613c80 0.000168
+gallium_dri.so free 0x557173613d00 void 0.000120
+gallium_dri.so free 0x557173613c80 void 0.000117
+gallium_dri.so malloc 72 0x557173613d00 0.000118
+gallium_dri.so free 0x557173613dc0 void 0.000118
+gallium_dri.so free 0x557173613d00 void 0.000118
+gallium_dri.so malloc 72 0x557173613d00 0.000120
+gallium_dri.so free 0x557173613e40 void 0.000118
+gallium_dri.so free 0x557173613d00 void 0.000117
+gallium_dri.so malloc 72 0x557173613e70 0.000168
+gallium_dri.so free 0x557173613ec0 void 0.000118
+gallium_dri.so free 0x557173613e70 void 0.000118
+gallium_dri.so malloc 72 0x557173613e70 0.000118
+gallium_dri.so free 0x557173613fc0 void 0.000119
+gallium_dri.so free 0x557173613e70 void 0.000118
+gallium_dri.so malloc 72 0x557173613f70 0.000119
+gallium_dri.so free 0x557173614080 void 0.000118
+gallium_dri.so free 0x557173613f70 void 0.000118
+gallium_dri.so malloc 72 0x557173614030 0.000118
+gallium_dri.so free 0x557173614100 void 0.000118
+gallium_dri.so free 0x557173614030 void 0.000118
+gallium_dri.so malloc 72 0x557173614030 0.000118
+gallium_dri.so free 0x5571736141c0 void 0.000117
+gallium_dri.so free 0x557173614030 void 0.000119
+gallium_dri.so malloc 72 0x557173614030 0.000118
+gallium_dri.so free 0x557173614280 void 0.000117
+gallium_dri.so free 0x557173614030 void 0.000119
+gallium_dri.so malloc 72 0x557173614230 0.000117
+gallium_dri.so free 0x557173614300 void 0.000119
+gallium_dri.so free 0x557173614230 void 0.000118
+gallium_dri.so malloc 72 0x557173614350 0.000119
+gallium_dri.so free 0x5571736143c0 void 0.000118
+gallium_dri.so free 0x557173614350 void 0.000118
+gallium_dri.so malloc 72 0x5571736143e0 0.000118
+gallium_dri.so free 0x557173614480 void 0.000118
+gallium_dri.so free 0x5571736143e0 void 0.000223
+gallium_dri.so malloc 72 0x557173614430 0.000120
+gallium_dri.so free 0x557173614500 void 0.000118
+gallium_dri.so free 0x557173614430 void 0.000118
+gallium_dri.so malloc 72 0x557173614500 0.000120
+gallium_dri.so free 0x5571736145c0 void 0.000118
+gallium_dri.so free 0x557173614500 void 0.000120
+gallium_dri.so malloc 72 0x557173614500 0.000118
+gallium_dri.so free 0x557173614640 void 0.000117
+gallium_dri.so free 0x557173614500 void 0.000118
+gallium_dri.so malloc 72 0x557173614640 0.000118
+gallium_dri.so free 0x557173614700 void 0.000120
+gallium_dri.so free 0x557173614640 void 0.000117
+gallium_dri.so malloc 72 0x557173614640 0.000118
+gallium_dri.so free 0x5571736147c0 void 0.000117
+gallium_dri.so free 0x557173614640 void 0.000117
+gallium_dri.so malloc 72 0x557173614640 0.000118
+gallium_dri.so free 0x557173614880 void 0.000119
+gallium_dri.so free 0x557173614640 void 0.000118
+gallium_dri.so malloc 72 0x557173614830 0.000119
+gallium_dri.so free 0x557173614900 void 0.000118
+gallium_dri.so free 0x557173614830 void 0.000117
+gallium_dri.so malloc 72 0x557173614950 0.000117
+gallium_dri.so free 0x5571736149c0 void 0.000116
+gallium_dri.so free 0x557173614950 void 0.000117
+gallium_dri.so malloc 72 0x557173614a00 0.000117
+gallium_dri.so free 0x557173614a80 void 0.000127
+gallium_dri.so free 0x557173614a00 void 0.000117
+gallium_dri.so malloc 72 0x557173614a00 0.000119
+gallium_dri.so free 0x557173614b00 void 0.000118
+gallium_dri.so free 0x557173614a00 void 0.000169
+gallium_dri.so malloc 72 0x557173614b30 0.000119
+gallium_dri.so free 0x557173614b80 void 0.000119
+gallium_dri.so free 0x557173614b30 void 0.000118
+gallium_dri.so malloc 72 0x557173614b30 0.000118
+gallium_dri.so free 0x557173614c80 void 0.000119
+gallium_dri.so free 0x557173614b30 void 0.000120
+gallium_dri.so malloc 72 0x557173614c30 0.000118
+gallium_dri.so free 0x557173614d40 void 0.000118
+gallium_dri.so free 0x557173614c30 void 0.000119
+gallium_dri.so malloc 72 0x557173614cf0 0.000117
+gallium_dri.so free 0x557173614d80 void 0.000118
+gallium_dri.so free 0x557173614cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173614cf0 0.000118
+gallium_dri.so free 0x557173614e40 void 0.000118
+gallium_dri.so free 0x557173614cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173614eb0 0.000118
+gallium_dri.so free 0x557173614f00 void 0.000118
+gallium_dri.so free 0x557173614eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173614eb0 0.000118
+gallium_dri.so free 0x557173615000 void 0.000121
+gallium_dri.so free 0x557173614eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173614fb0 0.000128
+gallium_dri.so free 0x5571736150c0 void 0.000118
+gallium_dri.so free 0x557173614fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173615070 0.000119
+gallium_dri.so free 0x557173615100 void 0.000118
+gallium_dri.so free 0x557173615070 void 0.000117
+gallium_dri.so malloc 72 0x557173615070 0.000117
+gallium_dri.so free 0x5571736151c0 void 0.000118
+gallium_dri.so free 0x557173615070 void 0.000118
+gallium_dri.so malloc 72 0x557173615200 0.000117
+gallium_dri.so free 0x557173615280 void 0.000180
+gallium_dri.so free 0x557173615200 void 0.000239
+gallium_dri.so malloc 72 0x557173615280 0.000121
+gallium_dri.so free 0x557173615340 void 0.000119
+gallium_dri.so free 0x557173615280 void 0.000118
+gallium_dri.so malloc 72 0x557173615280 0.000116
+gallium_dri.so free 0x557173615400 void 0.000118
+gallium_dri.so free 0x557173615280 void 0.000118
+gallium_dri.so malloc 72 0x557173615420 0.000118
+gallium_dri.so free 0x5571736154c0 void 0.000117
+gallium_dri.so free 0x557173615420 void 0.000118
+gallium_dri.so malloc 72 0x557173615470 0.000117
+gallium_dri.so free 0x557173615540 void 0.000118
+gallium_dri.so free 0x557173615470 void 0.000114
+gallium_dri.so malloc 72 0x557173615470 0.000118
+gallium_dri.so free 0x5571736155c0 void 0.000178
+gallium_dri.so free 0x557173615470 void 0.000121
+gallium_dri.so malloc 72 0x5571736155c0 0.000118
+gallium_dri.so free 0x557173615680 void 0.000118
+gallium_dri.so free 0x5571736155c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736155c0 0.000116
+gallium_dri.so free 0x557173615740 void 0.000118
+gallium_dri.so free 0x5571736155c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736155c0 0.000117
+gallium_dri.so free 0x557173615800 void 0.000117
+gallium_dri.so free 0x5571736155c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736157b0 0.000117
+gallium_dri.so free 0x5571736158c0 void 0.000118
+gallium_dri.so free 0x5571736157b0 void 0.000117
+gallium_dri.so malloc 72 0x557173615870 0.000118
+gallium_dri.so free 0x557173615940 void 0.000117
+gallium_dri.so free 0x557173615870 void 0.000118
+gallium_dri.so malloc 72 0x557173615990 0.000161
+gallium_dri.so free 0x557173615a00 void 0.000120
+gallium_dri.so free 0x557173615990 void 0.000118
+gallium_dri.so malloc 72 0x557173615a20 0.000118
+gallium_dri.so free 0x557173615ac0 void 0.000119
+gallium_dri.so free 0x557173615a20 void 0.000119
+gallium_dri.so malloc 72 0x557173615a70 0.000117
+gallium_dri.so free 0x557173615b40 void 0.000118
+gallium_dri.so free 0x557173615a70 void 0.000119
+gallium_dri.so malloc 72 0x557173615a70 0.000128
+gallium_dri.so free 0x557173615bc0 void 0.000119
+gallium_dri.so free 0x557173615a70 void 0.000117
+gallium_dri.so malloc 72 0x557173615bc0 0.000119
+gallium_dri.so free 0x557173615c80 void 0.000119
+gallium_dri.so free 0x557173615bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173615bc0 0.000118
+gallium_dri.so free 0x557173615d80 void 0.000120
+gallium_dri.so free 0x557173615bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173615d30 0.000117
+gallium_dri.so free 0x557173615dc0 void 0.000118
+gallium_dri.so free 0x557173615d30 void 0.000118
+gallium_dri.so malloc 72 0x557173615d30 0.000118
+gallium_dri.so free 0x557173615e80 void 0.000122
+gallium_dri.so free 0x557173615d30 void 0.000124
+gallium_dri.so malloc 72 0x557173615ec0 0.000124
+gallium_dri.so free 0x557173615f40 void 0.000120
+gallium_dri.so free 0x557173615ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173615f40 0.000116
+gallium_dri.so free 0x557173616000 void 0.000118
+gallium_dri.so free 0x557173615f40 void 0.000118
+gallium_dri.so malloc 72 0x557173615f40 0.000118
+gallium_dri.so free 0x557173616080 void 0.000117
+gallium_dri.so free 0x557173615f40 void 0.000119
+gallium_dri.so malloc 72 0x5571736160b0 0.000118
+gallium_dri.so free 0x557173616100 void 0.000118
+gallium_dri.so free 0x5571736160b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736160b0 0.000119
+gallium_dri.so free 0x557173616200 void 0.000119
+gallium_dri.so free 0x5571736160b0 void 0.000117
+gallium_dri.so malloc 72 0x557173616240 0.000119
+gallium_dri.so free 0x5571736162c0 void 0.000118
+gallium_dri.so free 0x557173616240 void 0.000118
+gallium_dri.so malloc 72 0x5571736162c0 0.000118
+gallium_dri.so free 0x557173616380 void 0.000117
+gallium_dri.so free 0x5571736162c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736162c0 0.000119
+gallium_dri.so free 0x557173616400 void 0.000119
+gallium_dri.so free 0x5571736162c0 void 0.000117
+gallium_dri.so malloc 72 0x557173616430 0.000118
+gallium_dri.so free 0x557173616480 void 0.000118
+gallium_dri.so free 0x557173616430 void 0.000117
+gallium_dri.so malloc 72 0x557173616430 0.000128
+gallium_dri.so free 0x557173616580 void 0.000126
+gallium_dri.so free 0x557173616430 void 0.000122
+gallium_dri.so malloc 72 0x557173616530 0.000121
+gallium_dri.so free 0x557173616640 void 0.000121
+gallium_dri.so free 0x557173616530 void 0.000122
+gallium_dri.so malloc 72 0x5571736165f0 0.000120
+gallium_dri.so free 0x5571736166c0 void 0.000121
+gallium_dri.so free 0x5571736165f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736165f0 0.000119
+gallium_dri.so free 0x557173616780 void 0.000165
+gallium_dri.so free 0x5571736165f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736165f0 0.000116
+gallium_dri.so free 0x557173616840 void 0.000115
+gallium_dri.so free 0x5571736165f0 void 0.000166
+gallium_dri.so malloc 72 0x5571736167f0 0.000118
+gallium_dri.so free 0x5571736168c0 void 0.000117
+gallium_dri.so free 0x5571736167f0 void 0.000116
+gallium_dri.so malloc 72 0x557173616910 0.000115
+gallium_dri.so free 0x557173616980 void 0.000116
+gallium_dri.so free 0x557173616910 void 0.000116
+gallium_dri.so malloc 72 0x5571736169a0 0.000116
+gallium_dri.so free 0x557173616a40 void 0.000116
+gallium_dri.so free 0x5571736169a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736169f0 0.000115
+gallium_dri.so free 0x557173616ac0 void 0.000115
+gallium_dri.so free 0x5571736169f0 void 0.000115
+gallium_dri.so malloc 72 0x557173616ac0 0.000114
+gallium_dri.so free 0x557173616b80 void 0.000115
+gallium_dri.so free 0x557173616ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173616ac0 0.000117
+gallium_dri.so free 0x557173616c00 void 0.000118
+gallium_dri.so free 0x557173616ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173616c00 0.000113
+gallium_dri.so free 0x557173616cc0 void 0.000115
+gallium_dri.so free 0x557173616c00 void 0.000116
+gallium_dri.so malloc 72 0x557173616c00 0.000128
+gallium_dri.so free 0x557173616d80 void 0.000122
+gallium_dri.so free 0x557173616c00 void 0.000121
+gallium_dri.so malloc 72 0x557173616c00 0.000119
+gallium_dri.so free 0x557173616e40 void 0.000121
+gallium_dri.so free 0x557173616c00 void 0.000119
+gallium_dri.so malloc 72 0x557173616df0 0.000119
+gallium_dri.so free 0x557173616ec0 void 0.000121
+gallium_dri.so free 0x557173616df0 void 0.000121
+gallium_dri.so malloc 72 0x557173616f10 0.000120
+gallium_dri.so free 0x557173616f80 void 0.000120
+gallium_dri.so free 0x557173616f10 void 0.000119
+gallium_dri.so malloc 72 0x557173616fc0 0.000119
+gallium_dri.so free 0x557173617040 void 0.000119
+gallium_dri.so free 0x557173616fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173616fc0 0.000120
+gallium_dri.so free 0x5571736170c0 void 0.000119
+gallium_dri.so free 0x557173616fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571736170f0 0.000118
+gallium_dri.so free 0x557173617140 void 0.000120
+gallium_dri.so free 0x5571736170f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736170f0 0.000119
+gallium_dri.so free 0x557173617240 void 0.000119
+gallium_dri.so free 0x5571736170f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736171f0 0.000119
+gallium_dri.so free 0x557173617300 void 0.000120
+gallium_dri.so free 0x5571736171f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736172b0 0.000121
+gallium_dri.so free 0x557173617340 void 0.000120
+gallium_dri.so free 0x5571736172b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736172b0 0.000120
+gallium_dri.so free 0x557173617400 void 0.000120
+gallium_dri.so free 0x5571736172b0 void 0.000119
+gallium_dri.so malloc 72 0x557173617470 0.000120
+gallium_dri.so free 0x5571736174c0 void 0.000120
+gallium_dri.so free 0x557173617470 void 0.000120
+gallium_dri.so malloc 72 0x557173617470 0.000119
+gallium_dri.so free 0x5571736175c0 void 0.000121
+gallium_dri.so free 0x557173617470 void 0.000119
+gallium_dri.so malloc 72 0x557173617570 0.000119
+gallium_dri.so free 0x557173617680 void 0.000119
+gallium_dri.so free 0x557173617570 void 0.000120
+gallium_dri.so malloc 72 0x557173617630 0.000119
+gallium_dri.so free 0x5571736176c0 void 0.000118
+gallium_dri.so free 0x557173617630 void 0.000124
+gallium_dri.so malloc 72 0x557173617630 0.000120
+gallium_dri.so free 0x557173617780 void 0.000121
+gallium_dri.so free 0x557173617630 void 0.000120
+gallium_dri.so malloc 72 0x5571736177c0 0.000120
+gallium_dri.so free 0x557173617840 void 0.000119
+gallium_dri.so free 0x5571736177c0 void 0.000119
+gallium_dri.so malloc 72 0x557173617840 0.000119
+gallium_dri.so free 0x557173617900 void 0.000129
+gallium_dri.so free 0x557173617840 void 0.000121
+gallium_dri.so malloc 72 0x557173617840 0.000123
+gallium_dri.so free 0x5571736179c0 void 0.000122
+gallium_dri.so free 0x557173617840 void 0.000122
+gallium_dri.so malloc 72 0x5571736179e0 0.000120
+gallium_dri.so free 0x557173617a80 void 0.000122
+gallium_dri.so free 0x5571736179e0 void 0.000121
+gallium_dri.so malloc 72 0x557173617a30 0.000120
+gallium_dri.so free 0x557173617b00 void 0.000122
+gallium_dri.so free 0x557173617a30 void 0.000121
+gallium_dri.so malloc 72 0x557173617a30 0.000121
+gallium_dri.so free 0x557173617b80 void 0.000121
+gallium_dri.so free 0x557173617a30 void 0.000121
+gallium_dri.so malloc 72 0x557173617b80 0.000120
+gallium_dri.so free 0x557173617c40 void 0.000122
+gallium_dri.so free 0x557173617b80 void 0.000121
+gallium_dri.so malloc 72 0x557173617b80 0.000121
+gallium_dri.so free 0x557173617d00 void 0.000120
+gallium_dri.so free 0x557173617b80 void 0.000120
+gallium_dri.so malloc 72 0x557173617b80 0.000120
+gallium_dri.so free 0x557173617dc0 void 0.000121
+gallium_dri.so free 0x557173617b80 void 0.000121
+gallium_dri.so malloc 72 0x557173617d70 0.000120
+gallium_dri.so free 0x557173617e80 void 0.000123
+gallium_dri.so free 0x557173617d70 void 0.000160
+gallium_dri.so malloc 72 0x557173617e30 0.000123
+gallium_dri.so free 0x557173617f00 void 0.000121
+gallium_dri.so free 0x557173617e30 void 0.000121
+gallium_dri.so malloc 72 0x557173617f50 0.000120
+gallium_dri.so free 0x557173617fc0 void 0.000121
+gallium_dri.so free 0x557173617f50 void 0.000121
+gallium_dri.so malloc 72 0x557173617fe0 0.000120
+gallium_dri.so free 0x557173618080 void 0.000122
+gallium_dri.so free 0x557173617fe0 void 0.000121
+gallium_dri.so malloc 72 0x557173618030 0.000121
+gallium_dri.so free 0x557173618100 void 0.000122
+gallium_dri.so free 0x557173618030 void 0.000121
+gallium_dri.so malloc 72 0x557173618030 0.000122
+gallium_dri.so free 0x557173618180 void 0.000121
+gallium_dri.so free 0x557173618030 void 0.000121
+gallium_dri.so malloc 72 0x557173618180 0.000122
+gallium_dri.so free 0x557173618240 void 0.000121
+gallium_dri.so free 0x557173618180 void 0.000120
+gallium_dri.so malloc 72 0x557173618180 0.000121
+gallium_dri.so free 0x557173618340 void 0.000121
+gallium_dri.so free 0x557173618180 void 0.000121
+gallium_dri.so malloc 72 0x5571736182f0 0.000121
+gallium_dri.so free 0x557173618380 void 0.000121
+gallium_dri.so free 0x5571736182f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736182f0 0.000121
+gallium_dri.so free 0x557173618440 void 0.000123
+gallium_dri.so free 0x5571736182f0 void 0.000120
+gallium_dri.so malloc 72 0x557173618480 0.000119
+gallium_dri.so free 0x557173618500 void 0.000120
+gallium_dri.so free 0x557173618480 void 0.000168
+gallium_dri.so malloc 72 0x557173618500 0.000122
+gallium_dri.so free 0x5571736185c0 void 0.000121
+gallium_dri.so free 0x557173618500 void 0.000120
+gallium_dri.so malloc 72 0x557173618500 0.000118
+gallium_dri.so free 0x557173618640 void 0.000120
+gallium_dri.so free 0x557173618500 void 0.000119
+gallium_dri.so malloc 72 0x557173618670 0.000120
+gallium_dri.so free 0x5571736186c0 void 0.000120
+gallium_dri.so free 0x557173618670 void 0.000119
+gallium_dri.so malloc 72 0x557173618670 0.000119
+gallium_dri.so free 0x5571736187c0 void 0.000120
+gallium_dri.so free 0x557173618670 void 0.000120
+gallium_dri.so malloc 72 0x557173618800 0.000118
+gallium_dri.so free 0x557173618880 void 0.000120
+gallium_dri.so free 0x557173618800 void 0.000119
+gallium_dri.so malloc 72 0x557173618880 0.000119
+gallium_dri.so free 0x557173618940 void 0.000119
+gallium_dri.so free 0x557173618880 void 0.000120
+gallium_dri.so malloc 72 0x557173618880 0.000118
+gallium_dri.so free 0x5571736189c0 void 0.000119
+gallium_dri.so free 0x557173618880 void 0.000130
+gallium_dri.so malloc 72 0x5571736189f0 0.000121
+gallium_dri.so free 0x557173618a40 void 0.000122
+gallium_dri.so free 0x5571736189f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736189f0 0.000121
+gallium_dri.so free 0x557173618b40 void 0.000121
+gallium_dri.so free 0x5571736189f0 void 0.000122
+gallium_dri.so malloc 72 0x557173618af0 0.000121
+gallium_dri.so free 0x557173618c00 void 0.000121
+gallium_dri.so free 0x557173618af0 void 0.000121
+gallium_dri.so malloc 72 0x557173618bb0 0.000121
+gallium_dri.so free 0x557173618c80 void 0.000120
+gallium_dri.so free 0x557173618bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173618bb0 0.000123
+gallium_dri.so free 0x557173618d40 void 0.000123
+gallium_dri.so free 0x557173618bb0 void 0.000122
+gallium_dri.so malloc 72 0x557173618bb0 0.000122
+gallium_dri.so free 0x557173618e00 void 0.000122
+gallium_dri.so free 0x557173618bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173618db0 0.000119
+gallium_dri.so free 0x557173618e80 void 0.000122
+gallium_dri.so free 0x557173618db0 void 0.000122
+gallium_dri.so malloc 72 0x557173618ed0 0.000120
+gallium_dri.so free 0x557173618f40 void 0.000122
+gallium_dri.so free 0x557173618ed0 void 0.000121
+gallium_dri.so malloc 72 0x557173618f60 0.000121
+gallium_dri.so free 0x557173619000 void 0.000176
+gallium_dri.so free 0x557173618f60 void 0.000122
+gallium_dri.so malloc 72 0x557173618fb0 0.000121
+gallium_dri.so free 0x557173619080 void 0.000121
+gallium_dri.so free 0x557173618fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173619080 0.000120
+gallium_dri.so free 0x557173619140 void 0.000121
+gallium_dri.so free 0x557173619080 void 0.000121
+gallium_dri.so malloc 72 0x557173619080 0.000119
+gallium_dri.so free 0x5571736191c0 void 0.000121
+gallium_dri.so free 0x557173619080 void 0.000120
+gallium_dri.so malloc 72 0x5571736191c0 0.000120
+gallium_dri.so free 0x557173619280 void 0.000123
+gallium_dri.so free 0x5571736191c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736191c0 0.000120
+gallium_dri.so free 0x557173619340 void 0.000122
+gallium_dri.so free 0x5571736191c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736191c0 0.000174
+gallium_dri.so free 0x557173619400 void 0.000122
+gallium_dri.so free 0x5571736191c0 void 0.000122
+gallium_dri.so malloc 72 0x5571736193b0 0.000122
+gallium_dri.so free 0x557173619480 void 0.000122
+gallium_dri.so free 0x5571736193b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736194d0 0.000121
+gallium_dri.so free 0x557173619540 void 0.000123
+gallium_dri.so free 0x5571736194d0 void 0.000121
+gallium_dri.so malloc 72 0x557173619580 0.000113
+gallium_dri.so free 0x557173619600 void 0.000114
+gallium_dri.so free 0x557173619580 void 0.000114
+gallium_dri.so malloc 72 0x557173619580 0.000113
+gallium_dri.so free 0x557173619680 void 0.000112
+gallium_dri.so free 0x557173619580 void 0.000113
+gallium_dri.so malloc 72 0x5571736196b0 0.000112
+gallium_dri.so free 0x557173619700 void 0.000113
+gallium_dri.so free 0x5571736196b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736196b0 0.000112
+gallium_dri.so free 0x557173619800 void 0.000112
+gallium_dri.so free 0x5571736196b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736197b0 0.000113
+gallium_dri.so free 0x5571736198c0 void 0.000113
+gallium_dri.so free 0x5571736197b0 void 0.000114
+gallium_dri.so malloc 72 0x557173619870 0.000114
+gallium_dri.so free 0x557173619900 void 0.000113
+gallium_dri.so free 0x557173619870 void 0.000113
+gallium_dri.so malloc 72 0x557173619870 0.000112
+gallium_dri.so free 0x5571736199c0 void 0.000112
+gallium_dri.so free 0x557173619870 void 0.000112
+gallium_dri.so malloc 72 0x557173619a30 0.000114
+gallium_dri.so free 0x557173619a80 void 0.000113
+gallium_dri.so free 0x557173619a30 void 0.000113
+gallium_dri.so malloc 72 0x557173619a30 0.000114
+gallium_dri.so free 0x557173619b80 void 0.000113
+gallium_dri.so free 0x557173619a30 void 0.000114
+gallium_dri.so malloc 72 0x557173619b30 0.000123
+gallium_dri.so free 0x557173619c40 void 0.000123
+gallium_dri.so free 0x557173619b30 void 0.000123
+gallium_dri.so malloc 72 0x557173619bf0 0.000122
+gallium_dri.so free 0x557173619c80 void 0.000121
+gallium_dri.so free 0x557173619bf0 void 0.000122
+gallium_dri.so malloc 72 0x557173619bf0 0.000121
+gallium_dri.so free 0x557173619d40 void 0.000121
+gallium_dri.so free 0x557173619bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173619d80 0.000121
+gallium_dri.so free 0x557173619e00 void 0.000121
+gallium_dri.so free 0x557173619d80 void 0.000121
+gallium_dri.so malloc 72 0x557173619e00 0.000122
+gallium_dri.so free 0x557173619ec0 void 0.000122
+gallium_dri.so free 0x557173619e00 void 0.000121
+gallium_dri.so malloc 72 0x557173619e00 0.000120
+gallium_dri.so free 0x557173619f80 void 0.000123
+gallium_dri.so free 0x557173619e00 void 0.000121
+gallium_dri.so malloc 72 0x557173619fa0 0.000121
+gallium_dri.so free 0x55717361a040 void 0.000122
+gallium_dri.so free 0x557173619fa0 void 0.000120
+gallium_dri.so malloc 72 0x557173619ff0 0.000121
+gallium_dri.so free 0x55717361a0c0 void 0.000121
+gallium_dri.so free 0x557173619ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173619ff0 0.000121
+gallium_dri.so free 0x55717361a140 void 0.000129
+gallium_dri.so free 0x557173619ff0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a140 0.000120
+gallium_dri.so free 0x55717361a200 void 0.000120
+gallium_dri.so free 0x55717361a140 void 0.000119
+gallium_dri.so malloc 72 0x55717361a140 0.000174
+gallium_dri.so free 0x55717361a2c0 void 0.000121
+gallium_dri.so free 0x55717361a140 void 0.000119
+gallium_dri.so malloc 72 0x55717361a140 0.000119
+gallium_dri.so free 0x55717361a380 void 0.000119
+gallium_dri.so free 0x55717361a140 void 0.000120
+gallium_dri.so malloc 72 0x55717361a330 0.000120
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so free 0x55717361a330 void 0.000120
+gallium_dri.so malloc 72 0x55717361a3f0 0.000119
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so free 0x55717361a3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a510 0.000120
+gallium_dri.so free 0x55717361a580 void 0.000119
+gallium_dri.so free 0x55717361a510 void 0.000119
+gallium_dri.so malloc 72 0x55717361a5a0 0.000119
+gallium_dri.so free 0x55717361a640 void 0.000121
+gallium_dri.so free 0x55717361a5a0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a5f0 0.000118
+gallium_dri.so free 0x55717361a6c0 void 0.000120
+gallium_dri.so free 0x55717361a5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a5f0 0.000124
+gallium_dri.so free 0x55717361a740 void 0.000122
+gallium_dri.so free 0x55717361a5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a740 0.000121
+gallium_dri.so free 0x55717361a800 void 0.000121
+gallium_dri.so free 0x55717361a740 void 0.000123
+gallium_dri.so malloc 72 0x55717361a740 0.000120
+gallium_dri.so free 0x55717361a900 void 0.000121
+gallium_dri.so free 0x55717361a740 void 0.000121
+gallium_dri.so malloc 72 0x55717361a8b0 0.000121
+gallium_dri.so free 0x55717361a940 void 0.000122
+gallium_dri.so free 0x55717361a8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a8b0 0.000121
+gallium_dri.so free 0x55717361aa00 void 0.000122
+gallium_dri.so free 0x55717361a8b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361aa40 0.000120
+gallium_dri.so free 0x55717361aac0 void 0.000122
+gallium_dri.so free 0x55717361aa40 void 0.000120
+gallium_dri.so malloc 72 0x55717361aac0 0.000120
+gallium_dri.so free 0x55717361ab80 void 0.000122
+gallium_dri.so free 0x55717361aac0 void 0.000121
+gallium_dri.so malloc 72 0x55717361aac0 0.000121
+gallium_dri.so free 0x55717361ac00 void 0.000121
+gallium_dri.so free 0x55717361aac0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ac30 0.000121
+gallium_dri.so free 0x55717361ac80 void 0.000173
+gallium_dri.so free 0x55717361ac30 void 0.000122
+gallium_dri.so malloc 72 0x55717361ac30 0.000121
+gallium_dri.so free 0x55717361ad80 void 0.000121
+gallium_dri.so free 0x55717361ac30 void 0.000120
+gallium_dri.so malloc 72 0x55717361adc0 0.000120
+gallium_dri.so free 0x55717361ae40 void 0.000122
+gallium_dri.so free 0x55717361adc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ae40 0.000121
+gallium_dri.so free 0x55717361af00 void 0.000121
+gallium_dri.so free 0x55717361ae40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ae40 0.000120
+gallium_dri.so free 0x55717361af80 void 0.000121
+gallium_dri.so free 0x55717361ae40 void 0.000121
+gallium_dri.so malloc 72 0x55717361afb0 0.000120
+gallium_dri.so free 0x55717361b000 void 0.000122
+gallium_dri.so free 0x55717361afb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361afb0 0.000120
+gallium_dri.so free 0x55717361b100 void 0.000172
+gallium_dri.so free 0x55717361afb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b0b0 0.000121
+gallium_dri.so free 0x55717361b1c0 void 0.000121
+gallium_dri.so free 0x55717361b0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b170 0.000121
+gallium_dri.so free 0x55717361b240 void 0.000121
+gallium_dri.so free 0x55717361b170 void 0.000131
+gallium_dri.so malloc 72 0x55717361b170 0.000121
+gallium_dri.so free 0x55717361b300 void 0.000120
+gallium_dri.so free 0x55717361b170 void 0.000121
+gallium_dri.so malloc 72 0x55717361b170 0.000119
+gallium_dri.so free 0x55717361b3c0 void 0.000120
+gallium_dri.so free 0x55717361b170 void 0.000119
+gallium_dri.so malloc 72 0x55717361b370 0.000119
+gallium_dri.so free 0x55717361b440 void 0.000120
+gallium_dri.so free 0x55717361b370 void 0.000118
+gallium_dri.so malloc 72 0x55717361b490 0.000119
+gallium_dri.so free 0x55717361b500 void 0.000120
+gallium_dri.so free 0x55717361b490 void 0.000119
+gallium_dri.so malloc 72 0x55717361b520 0.000118
+gallium_dri.so free 0x55717361b5c0 void 0.000119
+gallium_dri.so free 0x55717361b520 void 0.000120
+gallium_dri.so malloc 72 0x55717361b570 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000119
+gallium_dri.so free 0x55717361b570 void 0.000120
+gallium_dri.so malloc 72 0x55717361b640 0.000119
+gallium_dri.so free 0x55717361b700 void 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000119
+gallium_dri.so malloc 72 0x55717361b640 0.000120
+gallium_dri.so free 0x55717361b780 void 0.000118
+gallium_dri.so free 0x55717361b640 void 0.000118
+gallium_dri.so malloc 72 0x55717361b780 0.000119
+gallium_dri.so free 0x55717361b840 void 0.000180
+gallium_dri.so free 0x55717361b780 void 0.000122
+gallium_dri.so malloc 72 0x55717361b780 0.000122
+gallium_dri.so free 0x55717361b900 void 0.000122
+gallium_dri.so free 0x55717361b780 void 0.000121
+gallium_dri.so malloc 72 0x55717361b780 0.000120
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so free 0x55717361b780 void 0.000121
+gallium_dri.so malloc 72 0x55717361b970 0.000120
+gallium_dri.so free 0x55717361ba40 void 0.000123
+gallium_dri.so free 0x55717361b970 void 0.000119
+gallium_dri.so malloc 72 0x55717361ba90 0.000122
+gallium_dri.so free 0x55717361bb00 void 0.000121
+gallium_dri.so free 0x55717361ba90 void 0.000120
+gallium_dri.so malloc 72 0x55717361bb40 0.000121
+gallium_dri.so free 0x55717361bbc0 void 0.000121
+gallium_dri.so free 0x55717361bb40 void 0.000121
+gallium_dri.so malloc 72 0x55717361bb40 0.000121
+gallium_dri.so free 0x55717361bc40 void 0.000122
+gallium_dri.so free 0x55717361bb40 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc70 0.000121
+gallium_dri.so free 0x55717361bcc0 void 0.000122
+gallium_dri.so free 0x55717361bc70 void 0.000123
+gallium_dri.so malloc 72 0x55717361bc70 0.000121
+gallium_dri.so free 0x55717361bdc0 void 0.000121
+gallium_dri.so free 0x55717361bc70 void 0.000128
+gallium_dri.so malloc 72 0x55717361bd70 0.000122
+gallium_dri.so free 0x55717361be80 void 0.000121
+gallium_dri.so free 0x55717361bd70 void 0.000120
+gallium_dri.so malloc 72 0x55717361be30 0.000122
+gallium_dri.so free 0x55717361bec0 void 0.000123
+gallium_dri.so free 0x55717361be30 void 0.000127
+gallium_dri.so malloc 72 0x55717361be30 0.000123
+gallium_dri.so free 0x55717361bf80 void 0.000122
+gallium_dri.so free 0x55717361be30 void 0.000122
+gallium_dri.so malloc 72 0x55717361bff0 0.000121
+gallium_dri.so free 0x55717361c040 void 0.000122
+gallium_dri.so free 0x55717361bff0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bff0 0.000120
+gallium_dri.so free 0x55717361c140 void 0.000121
+gallium_dri.so free 0x55717361bff0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c0f0 0.000122
+gallium_dri.so free 0x55717361c200 void 0.000123
+gallium_dri.so free 0x55717361c0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c1b0 0.000121
+gallium_dri.so free 0x55717361c240 void 0.000122
+gallium_dri.so free 0x55717361c1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c1b0 0.000120
+gallium_dri.so free 0x55717361c300 void 0.000121
+gallium_dri.so free 0x55717361c1b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c340 0.000119
+gallium_dri.so free 0x55717361c3c0 void 0.000122
+gallium_dri.so free 0x55717361c340 void 0.000121
+gallium_dri.so malloc 72 0x55717361c3c0 0.000120
+gallium_dri.so free 0x55717361c480 void 0.000122
+gallium_dri.so free 0x55717361c3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c3c0 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000121
+gallium_dri.so free 0x55717361c3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c560 0.000120
+gallium_dri.so free 0x55717361c600 void 0.000121
+gallium_dri.so free 0x55717361c560 void 0.000121
+gallium_dri.so malloc 72 0x55717361c5b0 0.000122
+gallium_dri.so free 0x55717361c680 void 0.000122
+gallium_dri.so free 0x55717361c5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c5b0 0.000121
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so free 0x55717361c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c700 0.000121
+gallium_dri.so free 0x55717361c7c0 void 0.000123
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so malloc 72 0x55717361c700 0.000120
+gallium_dri.so free 0x55717361c880 void 0.000122
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so malloc 72 0x55717361c700 0.000122
+gallium_dri.so free 0x55717361c940 void 0.000121
+gallium_dri.so free 0x55717361c700 void 0.000191
+gallium_dri.so malloc 72 0x55717361c8f0 0.000122
+gallium_dri.so free 0x55717361ca00 void 0.000122
+gallium_dri.so free 0x55717361c8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c9b0 0.000120
+gallium_dri.so free 0x55717361ca80 void 0.000121
+gallium_dri.so free 0x55717361c9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361cad0 0.000121
+gallium_dri.so free 0x55717361cb40 void 0.000121
+gallium_dri.so free 0x55717361cad0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cb60 0.000120
+gallium_dri.so free 0x55717361cc00 void 0.000121
+gallium_dri.so free 0x55717361cb60 void 0.000121
+gallium_dri.so malloc 72 0x55717361cbb0 0.000122
+gallium_dri.so free 0x55717361cc80 void 0.000122
+gallium_dri.so free 0x55717361cbb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cbb0 0.000121
+gallium_dri.so free 0x55717361cd00 void 0.000121
+gallium_dri.so free 0x55717361cbb0 void 0.000172
+gallium_dri.so malloc 72 0x55717361cd00 0.000124
+gallium_dri.so free 0x55717361cdc0 void 0.000122
+gallium_dri.so free 0x55717361cd00 void 0.000121
+gallium_dri.so malloc 72 0x55717361cd00 0.000120
+gallium_dri.so free 0x55717361cec0 void 0.000122
+gallium_dri.so free 0x55717361cd00 void 0.000121
+gallium_dri.so malloc 72 0x55717361ce70 0.000130
+gallium_dri.so free 0x55717361cf00 void 0.000122
+gallium_dri.so free 0x55717361ce70 void 0.000121
+gallium_dri.so malloc 72 0x55717361ce70 0.000121
+gallium_dri.so free 0x55717361cfc0 void 0.000121
+gallium_dri.so free 0x55717361ce70 void 0.000136
+gallium_dri.so malloc 72 0x55717361d000 0.000120
+gallium_dri.so free 0x55717361d080 void 0.000124
+gallium_dri.so free 0x55717361d000 void 0.000121
+gallium_dri.so malloc 72 0x55717361d080 0.000122
+gallium_dri.so free 0x55717361d140 void 0.000122
+gallium_dri.so free 0x55717361d080 void 0.000121
+gallium_dri.so malloc 72 0x55717361d080 0.000120
+gallium_dri.so free 0x55717361d1c0 void 0.000120
+gallium_dri.so free 0x55717361d080 void 0.000123
+gallium_dri.so malloc 72 0x55717361d1f0 0.000121
+gallium_dri.so free 0x55717361d240 void 0.000121
+gallium_dri.so free 0x55717361d1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d1f0 0.000121
+gallium_dri.so free 0x55717361d340 void 0.000122
+gallium_dri.so free 0x55717361d1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d380 0.000121
+gallium_dri.so free 0x55717361d400 void 0.000122
+gallium_dri.so free 0x55717361d380 void 0.000120
+gallium_dri.so malloc 72 0x55717361d400 0.000120
+gallium_dri.so free 0x55717361d4c0 void 0.000177
+gallium_dri.so free 0x55717361d400 void 0.000123
+gallium_dri.so malloc 72 0x55717361d400 0.000121
+gallium_dri.so free 0x55717361d540 void 0.000121
+gallium_dri.so free 0x55717361d400 void 0.000120
+gallium_dri.so malloc 72 0x55717361d570 0.000120
+gallium_dri.so free 0x55717361d5c0 void 0.000122
+gallium_dri.so free 0x55717361d570 void 0.000121
+gallium_dri.so malloc 72 0x55717361d570 0.000122
+gallium_dri.so free 0x55717361d6c0 void 0.000122
+gallium_dri.so free 0x55717361d570 void 0.000144
+gallium_dri.so malloc 72 0x55717361d670 0.000122
+gallium_dri.so free 0x55717361d780 void 0.000121
+gallium_dri.so free 0x55717361d670 void 0.000123
+gallium_dri.so malloc 72 0x55717361d730 0.000121
+gallium_dri.so free 0x55717361d800 void 0.000123
+gallium_dri.so free 0x55717361d730 void 0.000122
+gallium_dri.so malloc 72 0x55717361d730 0.000120
+gallium_dri.so free 0x55717361d8c0 void 0.000121
+gallium_dri.so free 0x55717361d730 void 0.000121
+gallium_dri.so malloc 72 0x55717361d730 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000121
+gallium_dri.so free 0x55717361d730 void 0.000123
+gallium_dri.so malloc 72 0x55717361d930 0.000122
+gallium_dri.so free 0x55717361da00 void 0.000122
+gallium_dri.so free 0x55717361d930 void 0.000121
+gallium_dri.so malloc 72 0x55717361da50 0.000123
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so free 0x55717361da50 void 0.000123
+gallium_dri.so malloc 72 0x55717361dae0 0.000121
+gallium_dri.so free 0x55717361db80 void 0.000123
+gallium_dri.so free 0x55717361dae0 void 0.000168
+gallium_dri.so malloc 72 0x55717361db30 0.000123
+gallium_dri.so free 0x55717361dc00 void 0.000122
+gallium_dri.so free 0x55717361db30 void 0.000120
+gallium_dri.so malloc 72 0x55717361dc00 0.000122
+gallium_dri.so free 0x55717361dcc0 void 0.000123
+gallium_dri.so free 0x55717361dc00 void 0.000121
+gallium_dri.so malloc 72 0x55717361dc00 0.000121
+gallium_dri.so free 0x55717361dd40 void 0.000122
+gallium_dri.so free 0x55717361dc00 void 0.000120
+gallium_dri.so malloc 72 0x55717361dd40 0.000120
+gallium_dri.so free 0x55717361de00 void 0.000123
+gallium_dri.so free 0x55717361dd40 void 0.000121
+gallium_dri.so malloc 72 0x55717361dd40 0.000119
+gallium_dri.so free 0x55717361dec0 void 0.000121
+gallium_dri.so free 0x55717361dd40 void 0.000120
+gallium_dri.so malloc 72 0x55717361dd40 0.000121
+gallium_dri.so free 0x55717361df80 void 0.000121
+gallium_dri.so free 0x55717361dd40 void 0.000122
+gallium_dri.so malloc 72 0x55717361df30 0.000121
+gallium_dri.so free 0x55717361e000 void 0.000128
+gallium_dri.so free 0x55717361df30 void 0.000114
+gallium_dri.so malloc 72 0x55717361e050 0.000113
+gallium_dri.so free 0x55717361e0c0 void 0.000113
+gallium_dri.so free 0x55717361e050 void 0.000112
+gallium_dri.so malloc 72 0x55717361e100 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000114
+gallium_dri.so free 0x55717361e100 void 0.000113
+gallium_dri.so malloc 72 0x55717361e100 0.000112
+gallium_dri.so free 0x55717361e200 void 0.000113
+gallium_dri.so free 0x55717361e100 void 0.000113
+gallium_dri.so malloc 72 0x55717361e230 0.000113
+gallium_dri.so free 0x55717361e280 void 0.000113
+gallium_dri.so free 0x55717361e230 void 0.000113
+gallium_dri.so malloc 72 0x55717361e230 0.000112
+gallium_dri.so free 0x55717361e380 void 0.000112
+gallium_dri.so free 0x55717361e230 void 0.000112
+gallium_dri.so malloc 72 0x55717361e330 0.000112
+gallium_dri.so free 0x55717361e440 void 0.000111
+gallium_dri.so free 0x55717361e330 void 0.000114
+gallium_dri.so malloc 72 0x55717361e3f0 0.000113
+gallium_dri.so free 0x55717361e480 void 0.000117
+gallium_dri.so free 0x55717361e3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e3f0 0.000113
+gallium_dri.so free 0x55717361e540 void 0.000113
+gallium_dri.so free 0x55717361e3f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e5b0 0.000113
+gallium_dri.so free 0x55717361e600 void 0.000112
+gallium_dri.so free 0x55717361e5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e5b0 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000122
+gallium_dri.so free 0x55717361e5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e6b0 0.000117
+gallium_dri.so free 0x55717361e7c0 void 0.000121
+gallium_dri.so free 0x55717361e6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e770 0.000119
+gallium_dri.so free 0x55717361e800 void 0.000117
+gallium_dri.so free 0x55717361e770 void 0.000120
+gallium_dri.so malloc 72 0x55717361e770 0.000117
+gallium_dri.so free 0x55717361e8c0 void 0.000119
+gallium_dri.so free 0x55717361e770 void 0.000121
+gallium_dri.so malloc 72 0x55717361e900 0.000119
+gallium_dri.so free 0x55717361e980 void 0.000120
+gallium_dri.so free 0x55717361e900 void 0.000120
+gallium_dri.so malloc 72 0x55717361e980 0.000120
+gallium_dri.so free 0x55717361ea40 void 0.000120
+gallium_dri.so free 0x55717361e980 void 0.000165
+gallium_dri.so malloc 72 0x55717361e980 0.000121
+gallium_dri.so free 0x55717361eb00 void 0.000119
+gallium_dri.so free 0x55717361e980 void 0.000118
+gallium_dri.so malloc 72 0x55717361eb20 0.000122
+gallium_dri.so free 0x55717361ebc0 void 0.000121
+gallium_dri.so free 0x55717361eb20 void 0.000120
+gallium_dri.so malloc 72 0x55717361eb70 0.000131
+gallium_dri.so free 0x55717361ec40 void 0.000122
+gallium_dri.so free 0x55717361eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717361eb70 0.000121
+gallium_dri.so free 0x55717361ecc0 void 0.000120
+gallium_dri.so free 0x55717361eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ecc0 0.000121
+gallium_dri.so free 0x55717361ed80 void 0.000122
+gallium_dri.so free 0x55717361ecc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ecc0 0.000118
+gallium_dri.so free 0x55717361ee40 void 0.000121
+gallium_dri.so free 0x55717361ecc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ecc0 0.000123
+gallium_dri.so free 0x55717361ef00 void 0.000118
+gallium_dri.so free 0x55717361ecc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361eeb0 0.000120
+gallium_dri.so free 0x55717361efc0 void 0.000117
+gallium_dri.so free 0x55717361eeb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ef70 0.000117
+gallium_dri.so free 0x55717361f040 void 0.000120
+gallium_dri.so free 0x55717361ef70 void 0.000119
+gallium_dri.so malloc 72 0x55717361f090 0.000120
+gallium_dri.so free 0x55717361f100 void 0.000122
+gallium_dri.so free 0x55717361f090 void 0.000120
+gallium_dri.so malloc 72 0x55717361f120 0.000121
+gallium_dri.so free 0x55717361f1c0 void 0.000121
+gallium_dri.so free 0x55717361f120 void 0.000130
+gallium_dri.so malloc 72 0x55717361f170 0.000118
+gallium_dri.so free 0x55717361f240 void 0.000121
+gallium_dri.so free 0x55717361f170 void 0.000117
+gallium_dri.so malloc 72 0x55717361f170 0.000116
+gallium_dri.so free 0x55717361f2c0 void 0.000120
+gallium_dri.so free 0x55717361f170 void 0.000121
+gallium_dri.so malloc 72 0x55717361f2c0 0.000121
+gallium_dri.so free 0x55717361f380 void 0.000122
+gallium_dri.so free 0x55717361f2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f2c0 0.000121
+gallium_dri.so free 0x55717361f480 void 0.000120
+gallium_dri.so free 0x55717361f2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f430 0.000121
+gallium_dri.so free 0x55717361f4c0 void 0.000120
+gallium_dri.so free 0x55717361f430 void 0.000117
+gallium_dri.so malloc 72 0x55717361f430 0.000118
+gallium_dri.so free 0x55717361f580 void 0.000120
+gallium_dri.so free 0x55717361f430 void 0.000117
+gallium_dri.so malloc 72 0x55717361f5c0 0.000119
+gallium_dri.so free 0x55717361f640 void 0.000117
+gallium_dri.so free 0x55717361f5c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f640 0.000119
+gallium_dri.so free 0x55717361f700 void 0.000120
+gallium_dri.so free 0x55717361f640 void 0.000116
+gallium_dri.so malloc 72 0x55717361f640 0.000120
+gallium_dri.so free 0x55717361f780 void 0.000190
+gallium_dri.so free 0x55717361f640 void 0.000119
+gallium_dri.so malloc 72 0x55717361f7b0 0.000120
+gallium_dri.so free 0x55717361f800 void 0.000120
+gallium_dri.so free 0x55717361f7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f7b0 0.000117
+gallium_dri.so free 0x55717361f900 void 0.000164
+gallium_dri.so free 0x55717361f7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f940 0.000118
+gallium_dri.so free 0x55717361f9c0 void 0.000121
+gallium_dri.so free 0x55717361f940 void 0.000119
+gallium_dri.so malloc 72 0x55717361f9c0 0.000117
+gallium_dri.so free 0x55717361fa80 void 0.000119
+gallium_dri.so free 0x55717361f9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f9c0 0.000116
+gallium_dri.so free 0x55717361fb00 void 0.000119
+gallium_dri.so free 0x55717361f9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fb30 0.000117
+gallium_dri.so free 0x55717361fb80 void 0.000116
+gallium_dri.so free 0x55717361fb30 void 0.000120
+gallium_dri.so malloc 72 0x55717361fb30 0.000116
+gallium_dri.so free 0x55717361fc80 void 0.000120
+gallium_dri.so free 0x55717361fb30 void 0.000119
+gallium_dri.so malloc 72 0x55717361fc30 0.000118
+gallium_dri.so free 0x55717361fd40 void 0.000119
+gallium_dri.so free 0x55717361fc30 void 0.000117
+gallium_dri.so malloc 72 0x55717361fcf0 0.000122
+gallium_dri.so free 0x55717361fdc0 void 0.000120
+gallium_dri.so free 0x55717361fcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361fcf0 0.000117
+gallium_dri.so free 0x55717361fe80 void 0.000119
+gallium_dri.so free 0x55717361fcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fcf0 0.000119
+gallium_dri.so free 0x55717361ff40 void 0.000120
+gallium_dri.so free 0x55717361fcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fef0 0.000117
+gallium_dri.so free 0x55717361ffc0 void 0.000120
+gallium_dri.so free 0x55717361fef0 void 0.000118
+gallium_dri.so malloc 72 0x557173620010 0.000119
+gallium_dri.so free 0x557173620080 void 0.000118
+gallium_dri.so free 0x557173620010 void 0.000119
+gallium_dri.so malloc 72 0x5571736200a0 0.000119
+gallium_dri.so free 0x557173620140 void 0.000119
+gallium_dri.so free 0x5571736200a0 void 0.000116
+gallium_dri.so malloc 72 0x5571736200f0 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000118
+gallium_dri.so free 0x5571736200f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736201c0 0.000119
+gallium_dri.so free 0x557173620280 void 0.000118
+gallium_dri.so free 0x5571736201c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736201c0 0.000121
+gallium_dri.so free 0x557173620300 void 0.000119
+gallium_dri.so free 0x5571736201c0 void 0.000129
+gallium_dri.so malloc 72 0x557173620300 0.000120
+gallium_dri.so free 0x5571736203c0 void 0.000120
+gallium_dri.so free 0x557173620300 void 0.000119
+gallium_dri.so malloc 72 0x557173620300 0.000119
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x557173620300 void 0.000120
+gallium_dri.so malloc 72 0x557173620300 0.000117
+gallium_dri.so free 0x557173620540 void 0.000120
+gallium_dri.so free 0x557173620300 void 0.000117
+gallium_dri.so malloc 72 0x5571736204f0 0.000116
+gallium_dri.so free 0x5571736205c0 void 0.000120
+gallium_dri.so free 0x5571736204f0 void 0.000118
+gallium_dri.so malloc 72 0x557173620610 0.000116
+gallium_dri.so free 0x557173620680 void 0.000120
+gallium_dri.so free 0x557173620610 void 0.000117
+gallium_dri.so malloc 72 0x5571736206c0 0.000119
+gallium_dri.so free 0x557173620740 void 0.000120
+gallium_dri.so free 0x5571736206c0 void 0.000163
+gallium_dri.so malloc 72 0x5571736206c0 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000122
+gallium_dri.so free 0x5571736206c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736207f0 0.000119
+gallium_dri.so free 0x557173620840 void 0.000119
+gallium_dri.so free 0x5571736207f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736207f0 0.000116
+gallium_dri.so free 0x557173620940 void 0.000126
+gallium_dri.so free 0x5571736207f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736208f0 0.000117
+gallium_dri.so free 0x557173620a00 void 0.000117
+gallium_dri.so free 0x5571736208f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736209b0 0.000118
+gallium_dri.so free 0x557173620a40 void 0.000121
+gallium_dri.so free 0x5571736209b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736209b0 0.000120
+gallium_dri.so free 0x557173620b00 void 0.000119
+gallium_dri.so free 0x5571736209b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620b70 0.000119
+gallium_dri.so free 0x557173589f80 void 0.000121
+gallium_dri.so free 0x557173620b70 void 0.000119
+gallium_dri.so malloc 72 0x557173589f30 0.000117
+gallium_dri.so free 0x557173602900 void 0.000123
+gallium_dri.so free 0x557173589f30 void 0.000120
+gallium_dri.so malloc 72 0x5571736028b0 0.000116
+gallium_dri.so free 0x557173609bc0 void 0.000121
+gallium_dri.so free 0x5571736028b0 void 0.000117
+gallium_dri.so malloc 72 0x557173609b70 0.000120
+gallium_dri.so free 0x557173607480 void 0.000120
+gallium_dri.so free 0x557173609b70 void 0.000117
+gallium_dri.so malloc 72 0x557173607430 0.000119
+gallium_dri.so free 0x5571735d5100 void 0.000116
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d50b0 0.000117
+gallium_dri.so free 0x557173465700 void 0.000118
+gallium_dri.so free 0x5571735d50b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656b0 0.000119
+gallium_dri.so free 0x557173606e40 void 0.000122
+gallium_dri.so free 0x5571734656b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734656b0 0.000121
+gallium_dri.so free 0x557173590f00 void 0.000117
+gallium_dri.so free 0x5571734656b0 void 0.000117
+gallium_dri.so malloc 72 0x557173590eb0 0.000117
+gallium_dri.so free 0x5571735d0900 void 0.000117
+gallium_dri.so free 0x557173590eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d08b0 0.000120
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x5571735d08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2af0 0.000117
+gallium_dri.so free 0x5571735d2ec0 void 0.000120
+gallium_dri.so free 0x5571735d2af0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2e70 0.000120
+gallium_dri.so free 0x55717358e940 void 0.000118
+gallium_dri.so free 0x5571735d2e70 void 0.000120
+gallium_dri.so malloc 72 0x55717358e8f0 0.000116
+gallium_dri.so free 0x557173608d80 void 0.000120
+gallium_dri.so free 0x55717358e8f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000120
+gallium_dri.so free 0x55717358c540 void 0.000128
+gallium_dri.so free 0x557173608d30 void 0.000119
+gallium_dri.so malloc 72 0x55717358c4f0 0.000121
+gallium_dri.so free 0x5571736067c0 void 0.000121
+gallium_dri.so free 0x55717358c4f0 void 0.000119
+gallium_dri.so malloc 72 0x557173606770 0.000159
+gallium_dri.so free 0x557173609d80 void 0.000119
+gallium_dri.so free 0x557173606770 void 0.000117
+gallium_dri.so malloc 72 0x557173609d30 0.000117
+gallium_dri.so free 0x55717358c380 void 0.000121
+gallium_dri.so free 0x557173609d30 void 0.000120
+gallium_dri.so malloc 72 0x55717358c330 0.000119
+gallium_dri.so free 0x5571735bf3c0 void 0.000119
+gallium_dri.so free 0x55717358c330 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf370 0.000116
+gallium_dri.so free 0x557173468980 void 0.000119
+gallium_dri.so free 0x5571735bf370 void 0.000122
+gallium_dri.so malloc 72 0x557173468930 0.000120
+gallium_dri.so free 0x5571735d3b80 void 0.000122
+gallium_dri.so free 0x557173468930 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3b30 0.000119
+gallium_dri.so free 0x55717358ac40 void 0.000119
+gallium_dri.so free 0x5571735d3b30 void 0.000118
+gallium_dri.so malloc 72 0x55717358abf0 0.000119
+gallium_dri.so free 0x557173589dc0 void 0.000120
+gallium_dri.so free 0x55717358abf0 void 0.000116
+gallium_dri.so malloc 72 0x557173589d70 0.000122
+gallium_dri.so free 0x557173601c40 void 0.000121
+gallium_dri.so free 0x557173589d70 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000121
+gallium_dri.so free 0x557173463e00 void 0.000120
+gallium_dri.so free 0x557173601bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173463db0 0.000116
+gallium_dri.so free 0x557173590d40 void 0.000120
+gallium_dri.so free 0x557173463db0 void 0.000119
+gallium_dri.so malloc 72 0x557173590cf0 0.000119
+gallium_dri.so free 0x557173608bc0 void 0.000121
+gallium_dri.so free 0x557173590cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173608b70 0.000119
+gallium_dri.so free 0x55717358c1c0 void 0.000120
+gallium_dri.so free 0x557173608b70 void 0.000120
+gallium_dri.so malloc 72 0x55717358c170 0.000119
+gallium_dri.so free 0x5571735d0f80 void 0.000119
+gallium_dri.so free 0x55717358c170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000120
+gallium_dri.so free 0x5571735d0580 void 0.000120
+gallium_dri.so free 0x5571735d0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0530 0.000116
+gallium_dri.so free 0x557173465380 void 0.000117
+gallium_dri.so free 0x5571735d0530 void 0.000116
+gallium_dri.so malloc 72 0x557173465330 0.000119
+gallium_dri.so free 0x557173606600 void 0.000120
+gallium_dri.so free 0x557173465330 void 0.000121
+gallium_dri.so malloc 72 0x5571736065b0 0.000119
+gallium_dri.so free 0x5571736018c0 void 0.000120
+gallium_dri.so free 0x5571736065b0 void 0.000117
+gallium_dri.so malloc 72 0x557173601870 0.000122
+gallium_dri.so free 0x55717358eb00 void 0.000118
+gallium_dri.so free 0x557173601870 void 0.000120
+gallium_dri.so malloc 72 0x55717358eab0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000119
+gallium_dri.so free 0x55717358eab0 void 0.000117
+gallium_dri.so malloc 72 0x5571734678f0 0.000119
+gallium_dri.so free 0x55717360a400 void 0.000118
+gallium_dri.so free 0x5571734678f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734678f0 0.000119
+gallium_dri.so free 0x557173604040 void 0.000120
+gallium_dri.so free 0x5571734678f0 void 0.000117
+gallium_dri.so malloc 72 0x557173603ff0 0.000116
+gallium_dri.so free 0x557173589c00 void 0.000118
+gallium_dri.so free 0x557173603ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173589bb0 0.000124
+gallium_dri.so free 0x5571735d6140 void 0.000119
+gallium_dri.so free 0x557173589bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d60f0 0.000119
+gallium_dri.so free 0x557173604ec0 void 0.000120
+gallium_dri.so free 0x5571735d60f0 void 0.000116
+gallium_dri.so malloc 72 0x557173604e70 0.000117
+gallium_dri.so free 0x557173601a80 void 0.000124
+gallium_dri.so free 0x557173604e70 void 0.000119
+gallium_dri.so malloc 72 0x557173601a30 0.000120
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x557173601a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cefb0 0.000121
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so free 0x5571735cefb0 void 0.000121
+gallium_dri.so malloc 72 0x5571734630f0 0.000120
+gallium_dri.so free 0x55717358f7c0 void 0.000117
+gallium_dri.so free 0x5571734630f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358f770 0.000117
+gallium_dri.so free 0x557173606440 void 0.000120
+gallium_dri.so free 0x55717358f770 void 0.000127
+gallium_dri.so malloc 72 0x5571736063f0 0.000121
+gallium_dri.so free 0x5571735d52c0 void 0.000117
+gallium_dri.so free 0x5571736063f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5270 0.000119
+gallium_dri.so free 0x557173603e80 void 0.000121
+gallium_dri.so free 0x5571735d5270 void 0.000118
+gallium_dri.so malloc 72 0x557173603e30 0.000120
+gallium_dri.so free 0x5571735d5480 void 0.000117
+gallium_dri.so free 0x557173603e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5430 0.000117
+gallium_dri.so free 0x557173608a00 void 0.000121
+gallium_dri.so free 0x5571735d5430 void 0.000119
+gallium_dri.so malloc 72 0x5571736089b0 0.000123
+gallium_dri.so free 0x5571734663c0 void 0.000120
+gallium_dri.so free 0x5571736089b0 void 0.000117
+gallium_dri.so malloc 72 0x557173466370 0.000119
+gallium_dri.so free 0x5571735d2d00 void 0.000118
+gallium_dri.so free 0x557173466370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000119
+gallium_dri.so free 0x55717358e780 void 0.000119
+gallium_dri.so free 0x5571735d2cb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e730 0.000117
+gallium_dri.so free 0x557173462dc0 void 0.000120
+gallium_dri.so free 0x55717358e730 void 0.000119
+gallium_dri.so malloc 72 0x557173462d70 0.000116
+gallium_dri.so free 0x557173467cc0 void 0.000119
+gallium_dri.so free 0x557173462d70 void 0.000120
+gallium_dri.so malloc 72 0x557173467c70 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x557173467c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d06f0 0.000120
+gallium_dri.so free 0x55717360bfc0 void 0.000120
+gallium_dri.so free 0x5571735d06f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bf70 0.000121
+gallium_dri.so free 0x55717358cbc0 void 0.000120
+gallium_dri.so free 0x55717360bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717358cc30 0.000120
+gallium_dri.so free 0x5571735d15c0 void 0.000120
+gallium_dri.so free 0x55717358cc30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1570 0.000118
+gallium_dri.so free 0x5571735910c0 void 0.000121
+gallium_dri.so free 0x5571735d1570 void 0.000117
+gallium_dri.so malloc 72 0x557173591070 0.000117
+gallium_dri.so free 0x557173467b00 void 0.000123
+gallium_dri.so free 0x557173591070 void 0.000117
+gallium_dri.so malloc 72 0x557173467ab0 0.000116
+gallium_dri.so free 0x557173588680 void 0.000122
+gallium_dri.so free 0x557173467ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173588630 0.000118
+gallium_dri.so free 0x55717360aa40 void 0.000121
+gallium_dri.so free 0x557173588630 void 0.000119
+gallium_dri.so malloc 72 0x55717360a9f0 0.000117
+gallium_dri.so free 0x55717358d200 void 0.000117
+gallium_dri.so free 0x55717360a9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d1b0 0.000117
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x55717358d1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358d1b0 0.000120
+gallium_dri.so free 0x557173465540 void 0.000120
+gallium_dri.so free 0x55717358d1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734654f0 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000119
+gallium_dri.so free 0x5571734654f0 void 0.000120
+gallium_dri.so malloc 72 0x557173591d30 0.000116
+gallium_dri.so free 0x557173604200 void 0.000126
+gallium_dri.so free 0x557173591d30 void 0.000117
+gallium_dri.so malloc 72 0x5571736041b0 0.000117
+gallium_dri.so free 0x5571735bfc80 void 0.000117
+gallium_dri.so free 0x5571736041b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfc30 0.000115
+gallium_dri.so free 0x557173462f80 void 0.000119
+gallium_dri.so free 0x5571735bfc30 void 0.000116
+gallium_dri.so malloc 72 0x557173462f30 0.000120
+gallium_dri.so free 0x5571734637c0 void 0.000119
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000117
+gallium_dri.so free 0x557173605780 void 0.000119
+gallium_dri.so free 0x557173462f30 void 0.000116
+gallium_dri.so malloc 72 0x557173605730 0.000119
+gallium_dri.so free 0x5571735d3540 void 0.000121
+gallium_dri.so free 0x557173605730 void 0.000121
+gallium_dri.so malloc 72 0x557173605730 0.000119
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x557173605730 void 0.000119
+gallium_dri.so malloc 72 0x5571735d43f0 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000121
+gallium_dri.so free 0x5571735d43f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cadb0 0.000118
+gallium_dri.so free 0x557173469240 void 0.000119
+gallium_dri.so free 0x5571735cadb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734691f0 0.000123
+gallium_dri.so free 0x557173607d40 void 0.000118
+gallium_dri.so free 0x5571734691f0 void 0.000118
+gallium_dri.so malloc 72 0x557173607cf0 0.000117
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so free 0x557173607cf0 void 0.000120
+gallium_dri.so malloc 72 0x55717358f180 0.000119
+gallium_dri.so free 0x5571735d1e80 void 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000116
+gallium_dri.so malloc 72 0x5571735d1e30 0.000117
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so free 0x5571735d1e30 void 0.000117
+gallium_dri.so malloc 72 0x557173588ef0 0.000117
+gallium_dri.so free 0x5571735d5b00 void 0.000121
+gallium_dri.so free 0x557173588ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173588ef0 0.000119
+gallium_dri.so free 0x55717360b300 void 0.000119
+gallium_dri.so free 0x557173588ef0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b2b0 0.000161
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so free 0x55717360b2b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465d80 0.000116
+gallium_dri.so free 0x5571734646c0 void 0.000119
+gallium_dri.so free 0x557173465d80 void 0.000118
+gallium_dri.so malloc 72 0x557173464670 0.000117
+gallium_dri.so free 0x557173590080 void 0.000121
+gallium_dri.so free 0x557173464670 void 0.000107
+gallium_dri.so malloc 72 0x557173590030 0.000118
+gallium_dri.so free 0x55717358b500 void 0.000120
+gallium_dri.so free 0x557173590030 void 0.000118
+gallium_dri.so malloc 72 0x55717358b4b0 0.000116
+gallium_dri.so free 0x55717358dac0 void 0.000120
+gallium_dri.so free 0x55717358b4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358da70 0.000120
+gallium_dri.so free 0x5571736031c0 void 0.000120
+gallium_dri.so free 0x55717358da70 void 0.000119
+gallium_dri.so malloc 72 0x557173603170 0.000120
+gallium_dri.so free 0x557173591740 void 0.000117
+gallium_dri.so free 0x557173603170 void 0.000120
+gallium_dri.so malloc 72 0x557173603170 0.000117
+gallium_dri.so free 0x557173604880 void 0.000119
+gallium_dri.so free 0x557173603170 void 0.000116
+gallium_dri.so malloc 72 0x557173603170 0.000119
+gallium_dri.so free 0x557173466c80 void 0.000120
+gallium_dri.so free 0x557173603170 void 0.000116
+gallium_dri.so malloc 72 0x557173466c30 0.000120
+gallium_dri.so free 0x5571735d6a00 void 0.000120
+gallium_dri.so free 0x557173466c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d69b0 0.000121
+gallium_dri.so free 0x557173468340 void 0.000118
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69b0 0.000116
+gallium_dri.so free 0x557173609400 void 0.000191
+gallium_dri.so free 0x5571735d69b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d69b0 0.000118
+gallium_dri.so free 0x5571736022c0 void 0.000117
+gallium_dri.so free 0x5571735d69b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d69b0 0.000117
+gallium_dri.so free 0x5571735cf8c0 void 0.000121
+gallium_dri.so free 0x5571735d69b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf870 0.000117
+gallium_dri.so free 0x557173591e80 void 0.000116
+gallium_dri.so free 0x5571735cf870 void 0.000120
+gallium_dri.so malloc 72 0x557173591ed0 0.000119
+gallium_dri.so free 0x557173591f40 void 0.000117
+gallium_dri.so free 0x557173591ed0 void 0.000116
+gallium_dri.so malloc 72 0x557173591ed0 0.000117
+gallium_dri.so free 0x5571735d6b40 void 0.000120
+gallium_dri.so free 0x557173591ed0 void 0.000119
+gallium_dri.so malloc 72 0x557173591ed0 0.000116
+gallium_dri.so free 0x5571735d6c00 void 0.000118
+gallium_dri.so free 0x557173591ed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000121
+gallium_dri.so free 0x5571735883c0 void 0.000120
+gallium_dri.so free 0x5571735d6bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588440 void 0.000116
+gallium_dri.so free 0x557173588370 void 0.000117
+gallium_dri.so malloc 72 0x557173588490 0.000129
+gallium_dri.so free 0x55717358ad40 void 0.000117
+gallium_dri.so free 0x557173588490 void 0.000119
+gallium_dri.so malloc 72 0x55717358ad60 0.000118
+gallium_dri.so free 0x55717358ae00 void 0.000119
+gallium_dri.so free 0x55717358ad60 void 0.000161
+gallium_dri.so malloc 72 0x55717358adb0 0.000118
+gallium_dri.so free 0x55717358ae80 void 0.000122
+gallium_dri.so free 0x55717358adb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358adb0 0.000117
+gallium_dri.so free 0x55717358af00 void 0.000121
+gallium_dri.so free 0x55717358adb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358af00 0.000120
+gallium_dri.so free 0x5571734664c0 void 0.000122
+gallium_dri.so free 0x55717358af00 void 0.000118
+gallium_dri.so malloc 72 0x557173466500 0.000120
+gallium_dri.so free 0x557173466580 void 0.000121
+gallium_dri.so free 0x557173466500 void 0.000117
+gallium_dri.so malloc 72 0x557173466500 0.000120
+gallium_dri.so free 0x557173466600 void 0.000118
+gallium_dri.so free 0x557173466500 void 0.000120
+gallium_dri.so malloc 72 0x557173466630 0.000121
+gallium_dri.so free 0x557173466680 void 0.000118
+gallium_dri.so free 0x557173466630 void 0.000118
+gallium_dri.so malloc 72 0x557173466630 0.000120
+gallium_dri.so free 0x5571735d16c0 void 0.000117
+gallium_dri.so free 0x557173466630 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1710 0.000120
+gallium_dri.so free 0x5571735d1780 void 0.000119
+gallium_dri.so free 0x5571735d1710 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17a0 0.000119
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so free 0x5571735d17a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d17f0 0.000118
+gallium_dri.so free 0x55717358d300 void 0.000120
+gallium_dri.so free 0x5571735d17f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358d370 0.000121
+gallium_dri.so free 0x5571735d18c0 void 0.000117
+gallium_dri.so free 0x55717358d370 void 0.000116
+gallium_dri.so malloc 72 0x55717358d370 0.000121
+gallium_dri.so free 0x55717358d3c0 void 0.000120
+gallium_dri.so free 0x55717358d370 void 0.000117
+gallium_dri.so malloc 72 0x55717358d3c0 0.000118
+gallium_dri.so free 0x55717358d480 void 0.000121
+gallium_dri.so free 0x55717358d3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358d3c0 0.000120
+gallium_dri.so free 0x557173468a80 void 0.000121
+gallium_dri.so free 0x55717358d3c0 void 0.000120
+gallium_dri.so malloc 72 0x557173468ab0 0.000120
+gallium_dri.so free 0x557173468b00 void 0.000119
+gallium_dri.so free 0x557173468ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173468ab0 0.000118
+gallium_dri.so free 0x557173468c00 void 0.000127
+gallium_dri.so free 0x557173468ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173468bb0 0.000120
+gallium_dri.so free 0x557173607580 void 0.000118
+gallium_dri.so free 0x557173468bb0 void 0.000134
+gallium_dri.so malloc 72 0x5571736075e0 0.000119
+gallium_dri.so free 0x557173468cc0 void 0.000122
+gallium_dri.so free 0x5571736075e0 void 0.000120
+gallium_dri.so malloc 72 0x557173468c70 0.000120
+gallium_dri.so free 0x557173607680 void 0.000121
+gallium_dri.so free 0x557173468c70 void 0.000122
+gallium_dri.so malloc 72 0x557173607630 0.000119
+gallium_dri.so free 0x557173607700 void 0.000120
+gallium_dri.so free 0x557173607630 void 0.000117
+gallium_dri.so malloc 72 0x557173607630 0.000121
+gallium_dri.so free 0x5571735d6240 void 0.000120
+gallium_dri.so free 0x557173607630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6290 0.000122
+gallium_dri.so free 0x5571735d6300 void 0.000166
+gallium_dri.so free 0x5571735d6290 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6320 0.000121
+gallium_dri.so free 0x5571735d63c0 void 0.000118
+gallium_dri.so free 0x5571735d6320 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6370 0.000120
+gallium_dri.so free 0x557173463f00 void 0.000123
+gallium_dri.so free 0x5571735d6370 void 0.000170
+gallium_dri.so malloc 72 0x557173463f50 0.000124
+gallium_dri.so free 0x5571735d6440 void 0.000122
+gallium_dri.so free 0x557173463f50 void 0.000121
+gallium_dri.so malloc 72 0x557173463f50 0.000121
+gallium_dri.so free 0x557173463fc0 void 0.000124
+gallium_dri.so free 0x557173463f50 void 0.000121
+gallium_dri.so malloc 72 0x557173464010 0.000121
+gallium_dri.so free 0x557173464080 void 0.000120
+gallium_dri.so free 0x557173464010 void 0.000121
+gallium_dri.so malloc 72 0x5571734640a0 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000122
+gallium_dri.so free 0x5571734640a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000121
+gallium_dri.so free 0x5571735d3d00 void 0.000122
+gallium_dri.so free 0x5571735d3cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000120
+gallium_dri.so free 0x5571735d3e00 void 0.000121
+gallium_dri.so free 0x5571735d3cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3db0 0.000121
+gallium_dri.so free 0x5571735cf100 void 0.000123
+gallium_dri.so free 0x5571735d3db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf140 0.000121
+gallium_dri.so free 0x557173464140 void 0.000122
+gallium_dri.so free 0x5571735cf140 void 0.000119
+gallium_dri.so malloc 72 0x5571734640f0 0.000129
+gallium_dri.so free 0x5571735cf1c0 void 0.000119
+gallium_dri.so free 0x5571734640f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734640f0 0.000115
+gallium_dri.so free 0x5571735cf280 void 0.000115
+gallium_dri.so free 0x5571734640f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf230 0.000115
+gallium_dri.so free 0x55717360ab40 void 0.000116
+gallium_dri.so free 0x5571735cf230 void 0.000117
+gallium_dri.so malloc 72 0x55717360ab90 0.000116
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x55717360ab90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3e70 0.000113
+gallium_dri.so free 0x5571735cf300 void 0.000116
+gallium_dri.so free 0x5571735d3e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cf330 0.000115
+gallium_dri.so free 0x55717360ac00 void 0.000115
+gallium_dri.so free 0x5571735cf330 void 0.000116
+gallium_dri.so malloc 72 0x55717360ac70 0.000115
+gallium_dri.so free 0x55717360acc0 void 0.000115
+gallium_dri.so free 0x55717360ac70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ac70 0.000114
+gallium_dri.so free 0x557173602a00 void 0.000114
+gallium_dri.so free 0x55717360ac70 void 0.000117
+gallium_dri.so malloc 72 0x557173602a50 0.000114
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so free 0x557173602a50 void 0.000115
+gallium_dri.so malloc 72 0x557173602ae0 0.000115
+gallium_dri.so free 0x557173602b80 void 0.000132
+gallium_dri.so free 0x557173602ae0 void 0.000122
+gallium_dri.so malloc 72 0x557173602b30 0.000120
+gallium_dri.so free 0x557173602c00 void 0.000123
+gallium_dri.so free 0x557173602b30 void 0.000121
+gallium_dri.so malloc 72 0x557173602b30 0.000161
+gallium_dri.so free 0x5571735bf4c0 void 0.000125
+gallium_dri.so free 0x557173602b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf510 0.000122
+gallium_dri.so free 0x5571735bf580 void 0.000121
+gallium_dri.so free 0x5571735bf510 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf5e0 0.000120
+gallium_dri.so free 0x5571735bf680 void 0.000122
+gallium_dri.so free 0x5571735bf5e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf630 0.000121
+gallium_dri.so free 0x55717358f8c0 void 0.000121
+gallium_dri.so free 0x5571735bf630 void 0.000123
+gallium_dri.so malloc 72 0x55717358f8f0 0.000120
+gallium_dri.so free 0x55717358f940 void 0.000122
+gallium_dri.so free 0x55717358f8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f8f0 0.000122
+gallium_dri.so free 0x55717358fa40 void 0.000121
+gallium_dri.so free 0x55717358f8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358f9f0 0.000122
+gallium_dri.so free 0x55717358fb00 void 0.000121
+gallium_dri.so free 0x55717358f9f0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fab0 0.000123
+gallium_dri.so free 0x557173588780 void 0.000123
+gallium_dri.so free 0x55717358fab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735887b0 0.000121
+gallium_dri.so free 0x557173588800 void 0.000121
+gallium_dri.so free 0x5571735887b0 void 0.000120
+gallium_dri.so malloc 72 0x557173588800 0.000121
+gallium_dri.so free 0x5571735888c0 void 0.000122
+gallium_dri.so free 0x557173588800 void 0.000122
+gallium_dri.so malloc 72 0x557173588800 0.000122
+gallium_dri.so free 0x557173604fc0 void 0.000122
+gallium_dri.so free 0x557173588800 void 0.000121
+gallium_dri.so malloc 72 0x557173605010 0.000121
+gallium_dri.so free 0x5571735889c0 void 0.000121
+gallium_dri.so free 0x557173605010 void 0.000127
+gallium_dri.so malloc 72 0x557173588970 0.000122
+gallium_dri.so free 0x557173605080 void 0.000121
+gallium_dri.so free 0x557173588970 void 0.000121
+gallium_dri.so malloc 72 0x5571736050b0 0.000120
+gallium_dri.so free 0x557173605100 void 0.000120
+gallium_dri.so free 0x5571736050b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736050b0 0.000121
+gallium_dri.so free 0x55717358fc40 void 0.000121
+gallium_dri.so free 0x5571736050b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fc90 0.000175
+gallium_dri.so free 0x55717358fd00 void 0.000125
+gallium_dri.so free 0x55717358fc90 void 0.000122
+gallium_dri.so malloc 72 0x55717358fd40 0.000123
+gallium_dri.so free 0x557173605200 void 0.000123
+gallium_dri.so free 0x55717358fd40 void 0.000122
+gallium_dri.so malloc 72 0x5571736051b0 0.000122
+gallium_dri.so free 0x55717358fdc0 void 0.000122
+gallium_dri.so free 0x5571736051b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736051b0 0.000145
+gallium_dri.so free 0x55717358fe80 void 0.000125
+gallium_dri.so free 0x5571736051b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358fe30 0.000121
+gallium_dri.so free 0x557173464280 void 0.000123
+gallium_dri.so free 0x55717358fe30 void 0.000121
+gallium_dri.so malloc 72 0x5571734642d0 0.000122
+gallium_dri.so free 0x557173464340 void 0.000121
+gallium_dri.so free 0x5571734642d0 void 0.000121
+gallium_dri.so malloc 72 0x557173464360 0.000162
+gallium_dri.so free 0x557173464400 void 0.000124
+gallium_dri.so free 0x557173464360 void 0.000123
+gallium_dri.so malloc 72 0x5571734643b0 0.000122
+gallium_dri.so free 0x557173464480 void 0.000122
+gallium_dri.so free 0x5571734643b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734644f0 0.000122
+gallium_dri.so free 0x5571735bf840 void 0.000183
+gallium_dri.so free 0x5571734644f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735bf880 0.000121
+gallium_dri.so free 0x5571735bf900 void 0.000123
+gallium_dri.so free 0x5571735bf880 void 0.000123
+gallium_dri.so malloc 72 0x5571735bf900 0.000123
+gallium_dri.so free 0x5571735bf9c0 void 0.000122
+gallium_dri.so free 0x5571735bf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf900 0.000121
+gallium_dri.so free 0x5571735bfa40 void 0.000123
+gallium_dri.so free 0x5571735bf900 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfa70 0.000121
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x5571735bfa70 void 0.000120
+gallium_dri.so malloc 72 0x557173588b40 0.000121
+gallium_dri.so free 0x557173588bc0 void 0.000122
+gallium_dri.so free 0x557173588b40 void 0.000120
+gallium_dri.so malloc 72 0x557173588bc0 0.000121
+gallium_dri.so free 0x557173588c80 void 0.000121
+gallium_dri.so free 0x557173588bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173588bc0 0.000120
+gallium_dri.so free 0x557173588d40 void 0.000121
+gallium_dri.so free 0x557173588bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173588bc0 0.000122
+gallium_dri.so free 0x5571735d65c0 void 0.000124
+gallium_dri.so free 0x557173588bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d65f0 0.000121
+gallium_dri.so free 0x5571735d6640 void 0.000123
+gallium_dri.so free 0x5571735d65f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d65f0 0.000123
+gallium_dri.so free 0x5571735d6740 void 0.000122
+gallium_dri.so free 0x5571735d65f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d66f0 0.000122
+gallium_dri.so free 0x5571735d6800 void 0.000123
+gallium_dri.so free 0x5571735d66f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d67b0 0.000121
+gallium_dri.so free 0x557173466840 void 0.000123
+gallium_dri.so free 0x5571735d67b0 void 0.000124
+gallium_dri.so malloc 72 0x557173466870 0.000121
+gallium_dri.so free 0x5571734668c0 void 0.000123
+gallium_dri.so free 0x557173466870 void 0.000122
+gallium_dri.so malloc 72 0x5571734668c0 0.000120
+gallium_dri.so free 0x557173466980 void 0.000121
+gallium_dri.so free 0x5571734668c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734668c0 0.000124
+gallium_dri.so free 0x557173466a80 void 0.000122
+gallium_dri.so free 0x5571734668c0 void 0.000122
+gallium_dri.so malloc 72 0x557173466a30 0.000122
+gallium_dri.so free 0x557173607900 void 0.000122
+gallium_dri.so free 0x557173466a30 void 0.000122
+gallium_dri.so malloc 72 0x557173607920 0.000186
+gallium_dri.so free 0x5571736079c0 void 0.000124
+gallium_dri.so free 0x557173607920 void 0.000121
+gallium_dri.so malloc 72 0x557173607970 0.000122
+gallium_dri.so free 0x557173607a40 void 0.000122
+gallium_dri.so free 0x557173607970 void 0.000122
+gallium_dri.so malloc 72 0x557173607970 0.000165
+gallium_dri.so free 0x557173607ac0 void 0.000124
+gallium_dri.so free 0x557173607970 void 0.000123
+gallium_dri.so malloc 72 0x557173607ac0 0.000121
+gallium_dri.so free 0x55717358b0c0 void 0.000123
+gallium_dri.so free 0x557173607ac0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b100 0.000122
+gallium_dri.so free 0x55717358b180 void 0.000124
+gallium_dri.so free 0x55717358b100 void 0.000121
+gallium_dri.so malloc 72 0x55717358b100 0.000121
+gallium_dri.so free 0x55717358b200 void 0.000122
+gallium_dri.so free 0x55717358b100 void 0.000122
+gallium_dri.so malloc 72 0x55717358b230 0.000120
+gallium_dri.so free 0x55717358b280 void 0.000122
+gallium_dri.so free 0x55717358b230 void 0.000122
+gallium_dri.so malloc 72 0x55717358b230 0.000121
+gallium_dri.so free 0x55717360aec0 void 0.000122
+gallium_dri.so free 0x55717358b230 void 0.000124
+gallium_dri.so malloc 72 0x55717360af10 0.000121
+gallium_dri.so free 0x55717360af80 void 0.000132
+gallium_dri.so free 0x55717360af10 void 0.000122
+gallium_dri.so malloc 72 0x55717360afa0 0.000122
+gallium_dri.so free 0x55717360b040 void 0.000122
+gallium_dri.so free 0x55717360afa0 void 0.000121
+gallium_dri.so malloc 72 0x55717360aff0 0.000120
+gallium_dri.so free 0x55717360b0c0 void 0.000120
+gallium_dri.so free 0x55717360aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b130 0.000122
+gallium_dri.so free 0x557173602d80 void 0.000123
+gallium_dri.so free 0x55717360b130 void 0.000122
+gallium_dri.so malloc 72 0x557173602dc0 0.000122
+gallium_dri.so free 0x557173602e40 void 0.000122
+gallium_dri.so free 0x557173602dc0 void 0.000123
+gallium_dri.so malloc 72 0x557173602e40 0.000120
+gallium_dri.so free 0x557173602f00 void 0.000122
+gallium_dri.so free 0x557173602e40 void 0.000121
+gallium_dri.so malloc 72 0x557173602e40 0.000123
+gallium_dri.so free 0x557173602f80 void 0.000122
+gallium_dri.so free 0x557173602e40 void 0.000121
+gallium_dri.so malloc 72 0x557173602fb0 0.000122
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x557173602fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000122
+gallium_dri.so free 0x5571735cf4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf540 0.000122
+gallium_dri.so free 0x5571735cf600 void 0.000121
+gallium_dri.so free 0x5571735cf540 void 0.000123
+gallium_dri.so malloc 72 0x5571735cf540 0.000121
+gallium_dri.so free 0x5571735cf6c0 void 0.000122
+gallium_dri.so free 0x5571735cf540 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf540 0.000121
+gallium_dri.so free 0x557173605340 void 0.000122
+gallium_dri.so free 0x5571735cf540 void 0.000121
+gallium_dri.so malloc 72 0x557173605370 0.000123
+gallium_dri.so free 0x5571736053c0 void 0.000122
+gallium_dri.so free 0x557173605370 void 0.000122
+gallium_dri.so malloc 72 0x557173605370 0.000122
+gallium_dri.so free 0x5571736054c0 void 0.000123
+gallium_dri.so free 0x557173605370 void 0.000121
+gallium_dri.so malloc 72 0x557173605470 0.000122
+gallium_dri.so free 0x557173605580 void 0.000123
+gallium_dri.so free 0x557173605470 void 0.000170
+gallium_dri.so malloc 72 0x557173605530 0.000124
+gallium_dri.so free 0x55717358d680 void 0.000122
+gallium_dri.so free 0x557173605530 void 0.000123
+gallium_dri.so malloc 72 0x55717358d6b0 0.000122
+gallium_dri.so free 0x55717358d700 void 0.000123
+gallium_dri.so free 0x55717358d6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358d700 0.000184
+gallium_dri.so free 0x55717358d7c0 void 0.000125
+gallium_dri.so free 0x55717358d700 void 0.000122
+gallium_dri.so malloc 72 0x55717358d700 0.000121
+gallium_dri.so free 0x55717358d8c0 void 0.000123
+gallium_dri.so free 0x55717358d700 void 0.000122
+gallium_dri.so malloc 72 0x55717358d870 0.000121
+gallium_dri.so free 0x557173468e00 void 0.000122
+gallium_dri.so free 0x55717358d870 void 0.000123
+gallium_dri.so malloc 72 0x557173468e20 0.000122
+gallium_dri.so free 0x557173468ec0 void 0.000122
+gallium_dri.so free 0x557173468e20 void 0.000121
+gallium_dri.so malloc 72 0x557173468e70 0.000121
+gallium_dri.so free 0x557173468f40 void 0.000123
+gallium_dri.so free 0x557173468e70 void 0.000121
+gallium_dri.so malloc 72 0x557173468e70 0.000121
+gallium_dri.so free 0x557173468fc0 void 0.000122
+gallium_dri.so free 0x557173468e70 void 0.000122
+gallium_dri.so malloc 72 0x557173468fc0 0.000121
+gallium_dri.so free 0x5571735d4000 void 0.000122
+gallium_dri.so free 0x557173468fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4040 0.000120
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d4040 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4040 0.000122
+gallium_dri.so free 0x5571735d4140 void 0.000129
+gallium_dri.so free 0x5571735d4040 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4170 0.000121
+gallium_dri.so free 0x5571735d41c0 void 0.000121
+gallium_dri.so free 0x5571735d4170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4170 0.000121
+gallium_dri.so free 0x5571735d1a40 void 0.000123
+gallium_dri.so free 0x5571735d4170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1a90 0.000121
+gallium_dri.so free 0x5571735d1b00 void 0.000123
+gallium_dri.so free 0x5571735d1a90 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1b20 0.000122
+gallium_dri.so free 0x5571735d1bc0 void 0.000127
+gallium_dri.so free 0x5571735d1b20 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1b70 0.000121
+gallium_dri.so free 0x5571735d1c40 void 0.000121
+gallium_dri.so free 0x5571735d1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1cb0 0.000121
+gallium_dri.so free 0x557173462440 void 0.000123
+gallium_dri.so free 0x5571735d1cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173462480 0.000120
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so free 0x557173462480 void 0.000121
+gallium_dri.so malloc 72 0x557173462500 0.000121
+gallium_dri.so free 0x5571734625c0 void 0.000123
+gallium_dri.so free 0x557173462500 void 0.000121
+gallium_dri.so malloc 72 0x557173462500 0.000124
+gallium_dri.so free 0x557173462640 void 0.000124
+gallium_dri.so free 0x557173462500 void 0.000123
+gallium_dri.so malloc 72 0x557173462670 0.000121
+gallium_dri.so free 0x5571734626c0 void 0.000123
+gallium_dri.so free 0x557173462670 void 0.000171
+gallium_dri.so malloc 72 0x557173462670 0.000124
+gallium_dri.so free 0x55717358f300 void 0.000122
+gallium_dri.so free 0x557173462670 void 0.000121
+gallium_dri.so malloc 72 0x55717358f2b0 0.000122
+gallium_dri.so free 0x55717358f3c0 void 0.000121
+gallium_dri.so free 0x55717358f2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f370 0.000120
+gallium_dri.so free 0x55717358f440 void 0.000122
+gallium_dri.so free 0x55717358f370 void 0.000121
+gallium_dri.so malloc 72 0x55717358f370 0.000121
+gallium_dri.so free 0x55717358f500 void 0.000123
+gallium_dri.so free 0x55717358f370 void 0.000123
+gallium_dri.so malloc 72 0x55717358f370 0.000123
+gallium_dri.so free 0x55717358f5c0 void 0.000122
+gallium_dri.so free 0x55717358f370 void 0.000122
+gallium_dri.so malloc 72 0x55717358f570 0.000122
+gallium_dri.so free 0x5571735918c0 void 0.000123
+gallium_dri.so free 0x55717358f570 void 0.000122
+gallium_dri.so malloc 72 0x557173591870 0.000121
+gallium_dri.so free 0x557173591980 void 0.000129
+gallium_dri.so free 0x557173591870 void 0.000121
+gallium_dri.so malloc 72 0x557173591930 0.000119
+gallium_dri.so free 0x5571735919c0 void 0.000119
+gallium_dri.so free 0x557173591930 void 0.000120
+gallium_dri.so malloc 72 0x557173591930 0.000120
+gallium_dri.so free 0x557173591a80 void 0.000119
+gallium_dri.so free 0x557173591930 void 0.000120
+gallium_dri.so malloc 72 0x557173591ad0 0.000119
+gallium_dri.so free 0x557173591b40 void 0.000121
+gallium_dri.so free 0x557173591ad0 void 0.000119
+gallium_dri.so malloc 72 0x557173591b80 0.000120
+gallium_dri.so free 0x557173604a00 void 0.000119
+gallium_dri.so free 0x557173591b80 void 0.000118
+gallium_dri.so malloc 72 0x5571736049b0 0.000120
+gallium_dri.so free 0x557173604ac0 void 0.000120
+gallium_dri.so free 0x5571736049b0 void 0.000119
+gallium_dri.so malloc 72 0x557173604a70 0.000119
+gallium_dri.so free 0x557173604b00 void 0.000120
+gallium_dri.so free 0x557173604a70 void 0.000119
+gallium_dri.so malloc 72 0x557173604a70 0.000119
+gallium_dri.so free 0x557173604bc0 void 0.000120
+gallium_dri.so free 0x557173604a70 void 0.000120
+gallium_dri.so malloc 72 0x557173604c00 0.000120
+gallium_dri.so free 0x557173604c80 void 0.000119
+gallium_dri.so free 0x557173604c00 void 0.000117
+gallium_dri.so malloc 72 0x557173604c80 0.000123
+gallium_dri.so free 0x55717360a580 void 0.000122
+gallium_dri.so free 0x557173604c80 void 0.000126
+gallium_dri.so malloc 72 0x55717360a530 0.000123
+gallium_dri.so free 0x55717360a600 void 0.000121
+gallium_dri.so free 0x55717360a530 void 0.000123
+gallium_dri.so malloc 72 0x55717360a620 0.000122
+gallium_dri.so free 0x55717360a6c0 void 0.000121
+gallium_dri.so free 0x55717360a620 void 0.000122
+gallium_dri.so malloc 72 0x55717360a670 0.000122
+gallium_dri.so free 0x55717360a740 void 0.000123
+gallium_dri.so free 0x55717360a670 void 0.000121
+gallium_dri.so malloc 72 0x55717360a670 0.000122
+gallium_dri.so free 0x55717360a7c0 void 0.000122
+gallium_dri.so free 0x55717360a670 void 0.000121
+gallium_dri.so malloc 72 0x55717360a7c0 0.000123
+gallium_dri.so free 0x557173463940 void 0.000123
+gallium_dri.so free 0x55717360a7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734638f0 0.000126
+gallium_dri.so free 0x557173463980 void 0.000123
+gallium_dri.so free 0x5571734638f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734638f0 0.000122
+gallium_dri.so free 0x557173463a40 void 0.000121
+gallium_dri.so free 0x5571734638f0 void 0.000123
+gallium_dri.so malloc 72 0x557173463ab0 0.000120
+gallium_dri.so free 0x557173463b00 void 0.000126
+gallium_dri.so free 0x557173463ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173463ab0 0.000122
+gallium_dri.so free 0x557173463c00 void 0.000124
+gallium_dri.so free 0x557173463ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173463bb0 0.000123
+gallium_dri.so free 0x55717358a780 void 0.000122
+gallium_dri.so free 0x557173463bb0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a730 0.000121
+gallium_dri.so free 0x55717358a7c0 void 0.000123
+gallium_dri.so free 0x55717358a730 void 0.000122
+gallium_dri.so malloc 72 0x55717358a730 0.000122
+gallium_dri.so free 0x55717358a880 void 0.000123
+gallium_dri.so free 0x55717358a730 void 0.000122
+gallium_dri.so malloc 72 0x55717358a8c0 0.000122
+gallium_dri.so free 0x55717358a940 void 0.000123
+gallium_dri.so free 0x55717358a8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a940 0.000121
+gallium_dri.so free 0x55717358aa00 void 0.000124
+gallium_dri.so free 0x55717358a940 void 0.000122
+gallium_dri.so malloc 72 0x55717358a940 0.000122
+gallium_dri.so free 0x557173606fc0 void 0.000123
+gallium_dri.so free 0x55717358a940 void 0.000122
+gallium_dri.so malloc 72 0x557173606f70 0.000122
+gallium_dri.so free 0x557173607000 void 0.000175
+gallium_dri.so free 0x557173606f70 void 0.000123
+gallium_dri.so malloc 72 0x557173606f70 0.000121
+gallium_dri.so free 0x5571736070c0 void 0.000120
+gallium_dri.so free 0x557173606f70 void 0.000122
+gallium_dri.so malloc 72 0x557173607100 0.000123
+gallium_dri.so free 0x557173607180 void 0.000122
+gallium_dri.so free 0x557173607100 void 0.000122
+gallium_dri.so malloc 72 0x557173607180 0.000122
+gallium_dri.so free 0x557173607240 void 0.000123
+gallium_dri.so free 0x557173607180 void 0.000122
+gallium_dri.so malloc 72 0x557173607180 0.000121
+gallium_dri.so free 0x5571735d5c80 void 0.000124
+gallium_dri.so free 0x557173607180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5c30 0.000122
+gallium_dri.so free 0x5571735d5d00 void 0.000122
+gallium_dri.so free 0x5571735d5c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5d00 0.000121
+gallium_dri.so free 0x5571735d5dc0 void 0.000130
+gallium_dri.so free 0x5571735d5d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5d00 0.000121
+gallium_dri.so free 0x5571735d5e40 void 0.000122
+gallium_dri.so free 0x5571735d5d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5e40 0.000122
+gallium_dri.so free 0x5571735d5f00 void 0.000122
+gallium_dri.so free 0x5571735d5e40 void 0.000169
+gallium_dri.so malloc 72 0x5571735d5e40 0.000125
+gallium_dri.so free 0x5571735ceb40 void 0.000122
+gallium_dri.so free 0x5571735d5e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735cebc0 void 0.000125
+gallium_dri.so free 0x5571735ceaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000122
+gallium_dri.so free 0x5571735cec40 void 0.000122
+gallium_dri.so free 0x5571735ceaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cec40 0.000120
+gallium_dri.so free 0x5571735ced00 void 0.000122
+gallium_dri.so free 0x5571735cec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735cec40 0.000123
+gallium_dri.so free 0x5571735cee00 void 0.000122
+gallium_dri.so free 0x5571735cec40 void 0.000122
+gallium_dri.so malloc 72 0x5571735cedb0 0.000122
+gallium_dri.so free 0x55717358cd40 void 0.000121
+gallium_dri.so free 0x5571735cedb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ccf0 0.000121
+gallium_dri.so free 0x55717358cdc0 void 0.000123
+gallium_dri.so free 0x55717358ccf0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ccf0 0.000121
+gallium_dri.so free 0x55717358ce40 void 0.000122
+gallium_dri.so free 0x55717358ccf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ce40 0.000178
+gallium_dri.so free 0x55717358cf00 void 0.000123
+gallium_dri.so free 0x55717358ce40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ce40 0.000120
+gallium_dri.so free 0x55717358cfc0 void 0.000123
+gallium_dri.so free 0x55717358ce40 void 0.000123
+gallium_dri.so malloc 72 0x55717358ce40 0.000121
+gallium_dri.so free 0x5571735d36c0 void 0.000122
+gallium_dri.so free 0x55717358ce40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3670 0.000121
+gallium_dri.so free 0x5571735d36c0 void 0.000121
+gallium_dri.so free 0x5571735d3670 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3670 0.000121
+gallium_dri.so free 0x5571735d37c0 void 0.000123
+gallium_dri.so free 0x5571735d3670 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3770 0.000121
+gallium_dri.so free 0x5571735d3880 void 0.000123
+gallium_dri.so free 0x5571735d3770 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3830 0.000121
+gallium_dri.so free 0x5571735d38c0 void 0.000123
+gallium_dri.so free 0x5571735d3830 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3830 0.000121
+gallium_dri.so free 0x5571735d3980 void 0.000122
+gallium_dri.so free 0x5571735d3830 void 0.000122
+gallium_dri.so malloc 72 0x5571735d39c0 0.000121
+gallium_dri.so free 0x557173465f00 void 0.000122
+gallium_dri.so free 0x5571735d39c0 void 0.000123
+gallium_dri.so malloc 72 0x557173465eb0 0.000122
+gallium_dri.so free 0x557173465fc0 void 0.000121
+gallium_dri.so free 0x557173465eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173465f70 0.000122
+gallium_dri.so free 0x557173466040 void 0.000122
+gallium_dri.so free 0x557173465f70 void 0.000122
+gallium_dri.so malloc 72 0x557173465f70 0.000121
+gallium_dri.so free 0x557173466100 void 0.000128
+gallium_dri.so free 0x557173465f70 void 0.000122
+gallium_dri.so malloc 72 0x557173465f70 0.000122
+gallium_dri.so free 0x5571734661c0 void 0.000122
+gallium_dri.so free 0x557173465f70 void 0.000120
+gallium_dri.so malloc 72 0x557173466170 0.000122
+gallium_dri.so free 0x5571735d1100 void 0.000122
+gallium_dri.so free 0x557173466170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d10b0 0.000121
+gallium_dri.so free 0x5571735d11c0 void 0.000165
+gallium_dri.so free 0x5571735d10b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1170 0.000122
+gallium_dri.so free 0x5571735d1200 void 0.000124
+gallium_dri.so free 0x5571735d1170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1170 0.000122
+gallium_dri.so free 0x5571735d12c0 void 0.000122
+gallium_dri.so free 0x5571735d1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1310 0.000125
+gallium_dri.so free 0x5571735d1380 void 0.000124
+gallium_dri.so free 0x5571735d1310 void 0.000122
+gallium_dri.so malloc 72 0x5571735d13c0 0.000121
+gallium_dri.so free 0x5571734684c0 void 0.000123
+gallium_dri.so free 0x5571735d13c0 void 0.000123
+gallium_dri.so malloc 72 0x557173468470 0.000122
+gallium_dri.so free 0x557173468580 void 0.000121
+gallium_dri.so free 0x557173468470 void 0.000121
+gallium_dri.so malloc 72 0x557173468530 0.000121
+gallium_dri.so free 0x5571734685c0 void 0.000120
+gallium_dri.so free 0x557173468530 void 0.000122
+gallium_dri.so malloc 72 0x557173468530 0.000122
+gallium_dri.so free 0x557173468680 void 0.000122
+gallium_dri.so free 0x557173468530 void 0.000121
+gallium_dri.so malloc 72 0x5571734686c0 0.000121
+gallium_dri.so free 0x557173468740 void 0.000123
+gallium_dri.so free 0x5571734686c0 void 0.000120
+gallium_dri.so malloc 72 0x557173468740 0.000120
+gallium_dri.so free 0x557173602440 void 0.000121
+gallium_dri.so free 0x557173468740 void 0.000121
+gallium_dri.so malloc 72 0x5571736023f0 0.000120
+gallium_dri.so free 0x5571736024c0 void 0.000122
+gallium_dri.so free 0x5571736023f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736024e0 0.000120
+gallium_dri.so free 0x557173602580 void 0.000195
+gallium_dri.so free 0x5571736024e0 void 0.000122
+gallium_dri.so malloc 72 0x557173602530 0.000120
+gallium_dri.so free 0x557173602600 void 0.000121
+gallium_dri.so free 0x557173602530 void 0.000122
+gallium_dri.so malloc 72 0x557173602530 0.000120
+gallium_dri.so free 0x557173602680 void 0.000121
+gallium_dri.so free 0x557173602530 void 0.000120
+gallium_dri.so malloc 72 0x557173602680 0.000120
+gallium_dri.so free 0x557173605ec0 void 0.000121
+gallium_dri.so free 0x557173602680 void 0.000121
+gallium_dri.so malloc 72 0x557173602680 0.000122
+gallium_dri.so free 0x557173605f40 void 0.000121
+gallium_dri.so free 0x557173602680 void 0.000120
+gallium_dri.so malloc 72 0x557173605f70 0.000120
+gallium_dri.so free 0x557173605fc0 void 0.000120
+gallium_dri.so free 0x557173605f70 void 0.000122
+gallium_dri.so malloc 72 0x557173605f70 0.000121
+gallium_dri.so free 0x5571736060c0 void 0.000121
+gallium_dri.so free 0x557173605f70 void 0.000121
+gallium_dri.so malloc 72 0x557173606100 0.000119
+gallium_dri.so free 0x557173606180 void 0.000123
+gallium_dri.so free 0x557173606100 void 0.000120
+gallium_dri.so malloc 72 0x557173606180 0.000121
+gallium_dri.so free 0x557173606240 void 0.000127
+gallium_dri.so free 0x557173606180 void 0.000132
+gallium_dri.so malloc 72 0x557173606180 0.000121
+gallium_dri.so free 0x557173608480 void 0.000121
+gallium_dri.so free 0x557173606180 void 0.000120
+gallium_dri.so malloc 72 0x557173606180 0.000121
+gallium_dri.so free 0x557173608540 void 0.000170
+gallium_dri.so free 0x557173606180 void 0.000122
+gallium_dri.so malloc 72 0x5571736084f0 0.000121
+gallium_dri.so free 0x5571736085c0 void 0.000121
+gallium_dri.so free 0x5571736084f0 void 0.000120
+gallium_dri.so malloc 72 0x557173608610 0.000122
+gallium_dri.so free 0x557173608680 void 0.000122
+gallium_dri.so free 0x557173608610 void 0.000123
+gallium_dri.so malloc 72 0x5571736086e0 0.000121
+gallium_dri.so free 0x557173608780 void 0.000122
+gallium_dri.so free 0x5571736086e0 void 0.000121
+gallium_dri.so malloc 72 0x557173608730 0.000120
+gallium_dri.so free 0x5571736087c0 void 0.000122
+gallium_dri.so free 0x557173608730 void 0.000120
+gallium_dri.so malloc 72 0x557173608730 0.000121
+gallium_dri.so free 0x557173603900 void 0.000123
+gallium_dri.so free 0x557173608730 void 0.000120
+gallium_dri.so malloc 72 0x557173608730 0.000121
+gallium_dri.so free 0x557173603980 void 0.000122
+gallium_dri.so free 0x557173608730 void 0.000122
+gallium_dri.so malloc 72 0x557173603980 0.000120
+gallium_dri.so free 0x557173603a40 void 0.000123
+gallium_dri.so free 0x557173603980 void 0.000122
+gallium_dri.so malloc 72 0x557173603980 0.000120
+gallium_dri.so free 0x557173603b00 void 0.000121
+gallium_dri.so free 0x557173603980 void 0.000121
+gallium_dri.so malloc 72 0x557173603980 0.000121
+gallium_dri.so free 0x557173603bc0 void 0.000121
+gallium_dri.so free 0x557173603980 void 0.000121
+gallium_dri.so malloc 72 0x557173603b70 0.000120
+gallium_dri.so free 0x557173603c80 void 0.000121
+gallium_dri.so free 0x557173603b70 void 0.000122
+gallium_dri.so malloc 72 0x557173603c30 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000122
+gallium_dri.so free 0x557173603c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0000 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000120
+gallium_dri.so free 0x5571735d0140 void 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d01c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0170 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000169
+gallium_dri.so malloc 72 0x5571735d0270 0.000124
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so free 0x5571735d0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0330 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0330 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000122
+gallium_dri.so free 0x5571735d0330 void 0.000120
+gallium_dri.so malloc 72 0x55717360baf0 0.000120
+gallium_dri.so free 0x55717360bb40 void 0.000122
+gallium_dri.so free 0x55717360baf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360baf0 0.000120
+gallium_dri.so free 0x55717360bc40 void 0.000121
+gallium_dri.so free 0x55717360baf0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bbf0 0.000121
+gallium_dri.so free 0x55717360bd00 void 0.000122
+gallium_dri.so free 0x55717360bbf0 void 0.000128
+gallium_dri.so malloc 72 0x55717360bcb0 0.000121
+gallium_dri.so free 0x55717360bd40 void 0.000121
+gallium_dri.so free 0x55717360bcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bcb0 0.000122
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000131
+gallium_dri.so free 0x557173601440 void 0.000121
+gallium_dri.so free 0x55717360bcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571736013f0 0.000121
+gallium_dri.so free 0x5571736014c0 void 0.000121
+gallium_dri.so free 0x5571736013f0 void 0.000121
+gallium_dri.so malloc 72 0x557173601510 0.000120
+gallium_dri.so free 0x557173601580 void 0.000122
+gallium_dri.so free 0x557173601510 void 0.000121
+gallium_dri.so malloc 72 0x5571736015a0 0.000122
+gallium_dri.so free 0x557173601640 void 0.000121
+gallium_dri.so free 0x5571736015a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736015f0 0.000123
+gallium_dri.so free 0x5571736016c0 void 0.000121
+gallium_dri.so free 0x5571736015f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736015f0 0.000122
+gallium_dri.so free 0x557173462840 void 0.000123
+gallium_dri.so free 0x5571736015f0 void 0.000121
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x557173462900 void 0.000121
+gallium_dri.so free 0x557173462840 void 0.000123
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x5571734629c0 void 0.000122
+gallium_dri.so free 0x557173462840 void 0.000121
+gallium_dri.so malloc 72 0x5571734629e0 0.000121
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so free 0x5571734629e0 void 0.000125
+gallium_dri.so malloc 72 0x557173462a30 0.000121
+gallium_dri.so free 0x557173462b00 void 0.000122
+gallium_dri.so free 0x557173462a30 void 0.000122
+gallium_dri.so malloc 72 0x557173462a30 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462a30 void 0.000120
+gallium_dri.so malloc 72 0x557173462b80 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000122
+gallium_dri.so free 0x557173462b80 void 0.000121
+gallium_dri.so malloc 72 0x557173462b80 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000123
+gallium_dri.so free 0x557173462b80 void 0.000121
+gallium_dri.so malloc 72 0x55717358e2b0 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000122
+gallium_dri.so free 0x55717358e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e300 0.000122
+gallium_dri.so free 0x55717358e3c0 void 0.000122
+gallium_dri.so free 0x55717358e300 void 0.000121
+gallium_dri.so malloc 72 0x55717358e300 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000121
+gallium_dri.so free 0x55717358e300 void 0.000121
+gallium_dri.so malloc 72 0x55717358e470 0.000120
+gallium_dri.so free 0x55717358e580 void 0.000124
+gallium_dri.so free 0x55717358e470 void 0.000121
+gallium_dri.so malloc 72 0x55717358e530 0.000129
+gallium_dri.so free 0x5571734673c0 void 0.000117
+gallium_dri.so free 0x55717358e530 void 0.000114
+gallium_dri.so malloc 72 0x55717358e530 0.000115
+gallium_dri.so free 0x557173467480 void 0.000116
+gallium_dri.so free 0x55717358e530 void 0.000152
+gallium_dri.so malloc 72 0x557173467430 0.000119
+gallium_dri.so free 0x557173467500 void 0.000116
+gallium_dri.so free 0x557173467430 void 0.000116
+gallium_dri.so malloc 72 0x557173467550 0.000115
+gallium_dri.so free 0x5571734675c0 void 0.000115
+gallium_dri.so free 0x557173467550 void 0.000116
+gallium_dri.so malloc 72 0x557173467600 0.000115
+gallium_dri.so free 0x557173467680 void 0.000115
+gallium_dri.so free 0x557173467600 void 0.000114
+gallium_dri.so malloc 72 0x557173467600 0.000114
+gallium_dri.so free 0x557173467700 void 0.000120
+gallium_dri.so free 0x557173467600 void 0.000115
+gallium_dri.so malloc 72 0x557173467730 0.000114
+gallium_dri.so free 0x557173464e00 void 0.000117
+gallium_dri.so free 0x557173467730 void 0.000117
+gallium_dri.so malloc 72 0x557173467730 0.000117
+gallium_dri.so free 0x557173464e80 void 0.000116
+gallium_dri.so free 0x557173467730 void 0.000116
+gallium_dri.so malloc 72 0x557173464e80 0.000116
+gallium_dri.so free 0x557173464f40 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000116
+gallium_dri.so malloc 72 0x557173464e80 0.000129
+gallium_dri.so free 0x557173465000 void 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so malloc 72 0x557173464e80 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so malloc 72 0x557173465070 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000120
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x557173465070 0.000121
+gallium_dri.so free 0x5571735907c0 void 0.000120
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x5571735907c0 0.000122
+gallium_dri.so free 0x5571734651c0 void 0.000122
+gallium_dri.so free 0x5571735907c0 void 0.000121
+gallium_dri.so malloc 72 0x557173465170 0.000120
+gallium_dri.so free 0x557173590880 void 0.000122
+gallium_dri.so free 0x557173465170 void 0.000120
+gallium_dri.so malloc 72 0x557173465170 0.000121
+gallium_dri.so free 0x557173590940 void 0.000121
+gallium_dri.so free 0x557173465170 void 0.000121
+gallium_dri.so malloc 72 0x5571735908f0 0.000120
+gallium_dri.so free 0x5571735909c0 void 0.000122
+gallium_dri.so free 0x5571735908f0 void 0.000123
+gallium_dri.so malloc 72 0x557173590a10 0.000121
+gallium_dri.so free 0x557173590a80 void 0.000161
+gallium_dri.so free 0x557173590a10 void 0.000124
+gallium_dri.so malloc 72 0x557173590ae0 0.000122
+gallium_dri.so free 0x557173590b80 void 0.000121
+gallium_dri.so free 0x557173590ae0 void 0.000121
+gallium_dri.so malloc 72 0x557173590b30 0.000121
+gallium_dri.so free 0x55717358bc40 void 0.000122
+gallium_dri.so free 0x557173590b30 void 0.000120
+gallium_dri.so malloc 72 0x557173590b30 0.000120
+gallium_dri.so free 0x55717358bd00 void 0.000125
+gallium_dri.so free 0x557173590b30 void 0.000121
+gallium_dri.so malloc 72 0x55717358bcb0 0.000121
+gallium_dri.so free 0x55717358bd80 void 0.000122
+gallium_dri.so free 0x55717358bcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bdd0 0.000122
+gallium_dri.so free 0x55717358be40 void 0.000121
+gallium_dri.so free 0x55717358bdd0 void 0.000121
+gallium_dri.so malloc 72 0x55717358be60 0.000121
+gallium_dri.so free 0x55717358bf00 void 0.000168
+gallium_dri.so free 0x55717358be60 void 0.000124
+gallium_dri.so malloc 72 0x55717358beb0 0.000122
+gallium_dri.so free 0x55717358bf80 void 0.000123
+gallium_dri.so free 0x55717358beb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358bf80 0.000121
+gallium_dri.so free 0x557173589680 void 0.000120
+gallium_dri.so free 0x55717358bf80 void 0.000179
+gallium_dri.so malloc 72 0x55717358bf80 0.000122
+gallium_dri.so free 0x557173589700 void 0.000122
+gallium_dri.so free 0x55717358bf80 void 0.000121
+gallium_dri.so malloc 72 0x557173589700 0.000120
+gallium_dri.so free 0x5571735897c0 void 0.000120
+gallium_dri.so free 0x557173589700 void 0.000120
+gallium_dri.so malloc 72 0x557173589700 0.000121
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x557173589700 void 0.000122
+gallium_dri.so malloc 72 0x557173589700 0.000121
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x557173589700 void 0.000121
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000121
+gallium_dri.so free 0x5571735898f0 void 0.000121
+gallium_dri.so malloc 72 0x557173589a10 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000123
+gallium_dri.so free 0x557173589a10 void 0.000120
+gallium_dri.so malloc 72 0x557173589a10 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x557173589a10 void 0.000120
+gallium_dri.so malloc 72 0x557173589a10 0.000122
+gallium_dri.so free 0x5571735d2700 void 0.000121
+gallium_dri.so free 0x557173589a10 void 0.000121
+gallium_dri.so malloc 72 0x557173589a10 0.000121
+gallium_dri.so free 0x5571735d27c0 void 0.000124
+gallium_dri.so free 0x557173589a10 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2770 0.000121
+gallium_dri.so free 0x5571735d2840 void 0.000122
+gallium_dri.so free 0x5571735d2770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2890 0.000120
+gallium_dri.so free 0x5571735d2900 void 0.000122
+gallium_dri.so free 0x5571735d2890 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2920 0.000120
+gallium_dri.so free 0x5571735d4b80 void 0.000121
+gallium_dri.so free 0x5571735d2920 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2920 0.000122
+gallium_dri.so free 0x5571735d4c40 void 0.000121
+gallium_dri.so free 0x5571735d2920 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000122
+gallium_dri.so free 0x5571735d4c40 void 0.000122
+gallium_dri.so free 0x5571735d4bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000121
+gallium_dri.so free 0x5571735d4d40 void 0.000120
+gallium_dri.so free 0x5571735d4bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4cf0 0.000120
+gallium_dri.so free 0x5571735d4e00 void 0.000121
+gallium_dri.so free 0x5571735d4cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4db0 0.000121
+gallium_dri.so free 0x5571735d4e40 void 0.000122
+gallium_dri.so free 0x5571735d4db0 void 0.000184
+gallium_dri.so malloc 72 0x5571735d4db0 0.000123
+gallium_dri.so free 0x557173469380 void 0.000122
+gallium_dri.so free 0x5571735d4db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4db0 0.000121
+gallium_dri.so free 0x557173469400 void 0.000180
+gallium_dri.so free 0x5571735d4db0 void 0.000147
+gallium_dri.so malloc 72 0x557173469400 0.000140
+gallium_dri.so free 0x5571734694c0 void 0.000141
+gallium_dri.so free 0x557173469400 void 0.000139
+gallium_dri.so malloc 72 0x557173469400 0.000132
+gallium_dri.so free 0x5571734695c0 void 0.000122
+gallium_dri.so free 0x557173469400 void 0.000122
+gallium_dri.so malloc 72 0x557173469400 0.000121
+gallium_dri.so free 0x5571735d4f00 void 0.000121
+gallium_dri.so free 0x557173469400 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4f30 0.000122
+gallium_dri.so free 0x557173469640 void 0.000123
+gallium_dri.so free 0x5571735d4f30 void 0.000122
+gallium_dri.so malloc 72 0x557173469680 0.000121
+gallium_dri.so free 0x557173469700 void 0.000123
+gallium_dri.so free 0x557173469680 void 0.000121
+gallium_dri.so malloc 72 0x557173469750 0.000122
+gallium_dri.so free 0x557173467dc0 void 0.000122
+gallium_dri.so free 0x557173469750 void 0.000133
+gallium_dri.so malloc 72 0x557173467de0 0.000122
+gallium_dri.so free 0x557173467e80 void 0.000121
+gallium_dri.so free 0x557173467de0 void 0.000121
+gallium_dri.so malloc 72 0x557173467e30 0.000122
+gallium_dri.so free 0x557173467f00 void 0.000122
+gallium_dri.so free 0x557173467e30 void 0.000122
+gallium_dri.so malloc 72 0x557173467f00 0.000122
+gallium_dri.so free 0x557173467fc0 void 0.000121
+gallium_dri.so free 0x557173467f00 void 0.000121
+gallium_dri.so malloc 72 0x557173467f00 0.000122
+gallium_dri.so free 0x557173468040 void 0.000121
+gallium_dri.so free 0x557173467f00 void 0.000121
+gallium_dri.so malloc 72 0x557173468040 0.000143
+gallium_dri.so free 0x557173468100 void 0.000123
+gallium_dri.so free 0x557173468040 void 0.000122
+gallium_dri.so malloc 72 0x557173468040 0.000122
+gallium_dri.so free 0x557173609e80 void 0.000122
+gallium_dri.so free 0x557173468040 void 0.000122
+gallium_dri.so malloc 72 0x557173609eb0 0.000123
+gallium_dri.so free 0x557173609f00 void 0.000122
+gallium_dri.so free 0x557173609eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173609eb0 0.000122
+gallium_dri.so free 0x55717360a000 void 0.000122
+gallium_dri.so free 0x557173609eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173609fb0 0.000127
+gallium_dri.so free 0x55717360a0c0 void 0.000125
+gallium_dri.so free 0x557173609fb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360a070 0.000123
+gallium_dri.so free 0x55717360a140 void 0.000122
+gallium_dri.so free 0x55717360a070 void 0.000123
+gallium_dri.so malloc 72 0x55717360a160 0.000122
+gallium_dri.so free 0x55717360a200 void 0.000121
+gallium_dri.so free 0x55717360a160 void 0.000122
+gallium_dri.so malloc 72 0x55717360a1b0 0.000123
+gallium_dri.so free 0x5571736068c0 void 0.000123
+gallium_dri.so free 0x55717360a1b0 void 0.000122
+gallium_dri.so malloc 72 0x557173606900 0.000122
+gallium_dri.so free 0x557173606980 void 0.000122
+gallium_dri.so free 0x557173606900 void 0.000122
+gallium_dri.so malloc 72 0x557173606980 0.000122
+gallium_dri.so free 0x557173606a40 void 0.000121
+gallium_dri.so free 0x557173606980 void 0.000121
+gallium_dri.so malloc 72 0x557173606980 0.000121
+gallium_dri.so free 0x557173606ac0 void 0.000140
+gallium_dri.so free 0x557173606980 void 0.000167
+gallium_dri.so malloc 72 0x557173606af0 0.000163
+gallium_dri.so free 0x557173606b40 void 0.000164
+gallium_dri.so free 0x557173606af0 void 0.000162
+gallium_dri.so malloc 72 0x557173606af0 0.000177
+gallium_dri.so free 0x557173606c40 void 0.000168
+gallium_dri.so free 0x557173606af0 void 0.000163
+gallium_dri.so malloc 72 0x557173606c80 0.000163
+gallium_dri.so free 0x55717358a080 void 0.000163
+gallium_dri.so free 0x557173606c80 void 0.000161
+gallium_dri.so malloc 72 0x55717358a0d0 0.000163
+gallium_dri.so free 0x55717358a140 void 0.000163
+gallium_dri.so free 0x55717358a0d0 void 0.000162
+gallium_dri.so malloc 72 0x55717358a160 0.000164
+gallium_dri.so free 0x55717358a200 void 0.000163
+gallium_dri.so free 0x55717358a160 void 0.000162
+gallium_dri.so malloc 72 0x55717358a1b0 0.000163
+gallium_dri.so free 0x55717358a280 void 0.000163
+gallium_dri.so free 0x55717358a1b0 void 0.000164
+gallium_dri.so malloc 72 0x55717358a1b0 0.000163
+gallium_dri.so free 0x55717358a300 void 0.000164
+gallium_dri.so free 0x55717358a1b0 void 0.000145
+gallium_dri.so malloc 72 0x55717358a300 0.000121
+gallium_dri.so free 0x55717358a3c0 void 0.000121
+gallium_dri.so free 0x55717358a300 void 0.000131
+gallium_dri.so malloc 72 0x55717358a300 0.000123
+gallium_dri.so free 0x557173465800 void 0.000123
+gallium_dri.so free 0x55717358a300 void 0.000123
+gallium_dri.so malloc 72 0x557173465820 0.000121
+gallium_dri.so free 0x5571734658c0 void 0.000121
+gallium_dri.so free 0x557173465820 void 0.000122
+gallium_dri.so malloc 72 0x557173465870 0.000122
+gallium_dri.so free 0x557173465940 void 0.000122
+gallium_dri.so free 0x557173465870 void 0.000122
+gallium_dri.so malloc 72 0x557173465870 0.000122
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so free 0x557173465870 void 0.000122
+gallium_dri.so malloc 72 0x5571734659c0 0.000121
+gallium_dri.so free 0x557173465a80 void 0.000123
+gallium_dri.so free 0x5571734659c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734659c0 0.000122
+gallium_dri.so free 0x557173465b40 void 0.000122
+gallium_dri.so free 0x5571734659c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734659c0 0.000122
+gallium_dri.so free 0x5571735911c0 void 0.000122
+gallium_dri.so free 0x5571734659c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591210 0.000122
+gallium_dri.so free 0x557173591280 void 0.000123
+gallium_dri.so free 0x557173591210 void 0.000121
+gallium_dri.so malloc 72 0x5571735912c0 0.000121
+gallium_dri.so free 0x557173591340 void 0.000125
+gallium_dri.so free 0x5571735912c0 void 0.000122
+gallium_dri.so malloc 72 0x557173591340 0.000122
+gallium_dri.so free 0x557173591400 void 0.000122
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so malloc 72 0x557173591340 0.000121
+gallium_dri.so free 0x557173465c00 void 0.000123
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so malloc 72 0x557173465bb0 0.000121
+gallium_dri.so free 0x557173591480 void 0.000122
+gallium_dri.so free 0x557173465bb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735914c0 0.000121
+gallium_dri.so free 0x557173591540 void 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000121
+gallium_dri.so malloc 72 0x557173591540 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000122
+gallium_dri.so free 0x557173591540 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55c0 0.000124
+gallium_dri.so free 0x5571735d5640 void 0.000122
+gallium_dri.so free 0x5571735d55c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55c0 0.000123
+gallium_dri.so free 0x5571735d56c0 void 0.000122
+gallium_dri.so free 0x5571735d55c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d56f0 0.000122
+gallium_dri.so free 0x5571735d5740 void 0.000124
+gallium_dri.so free 0x5571735d56f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d56f0 0.000123
+gallium_dri.so free 0x5571735d5840 void 0.000122
+gallium_dri.so free 0x5571735d56f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d57f0 0.000121
+gallium_dri.so free 0x5571735d5900 void 0.000123
+gallium_dri.so free 0x5571735d57f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d58b0 0.000121
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d58b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000122
+gallium_dri.so free 0x5571735d3040 void 0.000122
+gallium_dri.so free 0x5571735d2ff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000122
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3180 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3200 0.000120
+gallium_dri.so free 0x5571735d5940 void 0.000122
+gallium_dri.so free 0x5571735d3200 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3200 0.000121
+gallium_dri.so free 0x5571735d32c0 void 0.000122
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3200 0.000131
+gallium_dri.so free 0x5571735d3380 void 0.000123
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3330 0.000121
+gallium_dri.so free 0x557173463240 void 0.000120
+gallium_dri.so free 0x5571735d3330 void 0.000121
+gallium_dri.so malloc 72 0x557173463290 0.000121
+gallium_dri.so free 0x557173463300 void 0.000123
+gallium_dri.so free 0x557173463290 void 0.000122
+gallium_dri.so malloc 72 0x557173463360 0.000120
+gallium_dri.so free 0x557173463400 void 0.000122
+gallium_dri.so free 0x557173463360 void 0.000121
+gallium_dri.so malloc 72 0x5571734633b0 0.000122
+gallium_dri.so free 0x557173463440 void 0.000122
+gallium_dri.so free 0x5571734633b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734633b0 0.000120
+gallium_dri.so free 0x557173463500 void 0.000121
+gallium_dri.so free 0x5571734633b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463540 0.000122
+gallium_dri.so free 0x5571734635c0 void 0.000121
+gallium_dri.so free 0x557173463540 void 0.000122
+gallium_dri.so malloc 72 0x5571734635c0 0.000121
+gallium_dri.so free 0x557173608e80 void 0.000121
+gallium_dri.so free 0x5571734635c0 void 0.000122
+gallium_dri.so malloc 72 0x557173608ea0 0.000121
+gallium_dri.so free 0x557173608f40 void 0.000121
+gallium_dri.so free 0x557173608ea0 void 0.000129
+gallium_dri.so malloc 72 0x557173608ef0 0.000115
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so free 0x557173608ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173608fc0 0.000113
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173608fc0 0.000113
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so free 0x557173608fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173609100 0.000112
+gallium_dri.so free 0x5571736091c0 void 0.000112
+gallium_dri.so free 0x557173609100 void 0.000112
+gallium_dri.so malloc 72 0x557173609100 0.000114
+gallium_dri.so free 0x557173604300 void 0.000114
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so malloc 72 0x557173604330 0.000114
+gallium_dri.so free 0x557173604380 void 0.000112
+gallium_dri.so free 0x557173604330 void 0.000113
+gallium_dri.so malloc 72 0x557173604330 0.000113
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so free 0x557173604330 void 0.000113
+gallium_dri.so malloc 72 0x557173604430 0.000114
+gallium_dri.so free 0x557173604540 void 0.000115
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x5571736044f0 0.000112
+gallium_dri.so free 0x5571736045c0 void 0.000112
+gallium_dri.so free 0x5571736044f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736045e0 0.000125
+gallium_dri.so free 0x557173604680 void 0.000119
+gallium_dri.so free 0x5571736045e0 void 0.000120
+gallium_dri.so malloc 72 0x557173604630 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000121
+gallium_dri.so free 0x557173604630 void 0.000117
+gallium_dri.so malloc 72 0x557173601d80 0.000121
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so free 0x557173601d80 void 0.000119
+gallium_dri.so malloc 72 0x557173601e00 0.000118
+gallium_dri.so free 0x557173601ec0 void 0.000119
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so malloc 72 0x557173601e00 0.000122
+gallium_dri.so free 0x557173601f40 void 0.000122
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so malloc 72 0x557173601f70 0.000121
+gallium_dri.so free 0x557173601fc0 void 0.000120
+gallium_dri.so free 0x557173601f70 void 0.000117
+gallium_dri.so malloc 72 0x557173601f70 0.000119
+gallium_dri.so free 0x5571736020c0 void 0.000121
+gallium_dri.so free 0x557173601f70 void 0.000121
+gallium_dri.so malloc 72 0x557173602100 0.000125
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x557173602100 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec50 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000130
+gallium_dri.so free 0x55717358ec50 void 0.000120
+gallium_dri.so malloc 72 0x55717358ece0 0.000120
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ece0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed30 0.000119
+gallium_dri.so free 0x55717358ee00 void 0.000121
+gallium_dri.so free 0x55717358ed30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed30 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000117
+gallium_dri.so free 0x55717358ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee80 0.000121
+gallium_dri.so free 0x55717358ef40 void 0.000122
+gallium_dri.so free 0x55717358ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee80 0.000118
+gallium_dri.so free 0x55717358c640 void 0.000122
+gallium_dri.so free 0x55717358ee80 void 0.000120
+gallium_dri.so malloc 72 0x55717358c660 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000122
+gallium_dri.so free 0x55717358c660 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000119
+gallium_dri.so free 0x55717358c780 void 0.000121
+gallium_dri.so free 0x55717358c6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c6b0 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000124
+gallium_dri.so free 0x55717358c6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c800 0.000131
+gallium_dri.so free 0x55717358c8c0 void 0.000122
+gallium_dri.so free 0x55717358c800 void 0.000117
+gallium_dri.so malloc 72 0x55717358c800 0.000120
+gallium_dri.so free 0x55717358c980 void 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000120
+gallium_dri.so malloc 72 0x55717358c800 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a50 0.000118
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so free 0x5571735d0a50 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b00 0.000117
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so free 0x5571735d0b00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x5571735d0c40 void 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b80 0.000177
+gallium_dri.so free 0x55717358ca40 void 0.000146
+gallium_dri.so free 0x5571735d0b80 void 0.000133
+gallium_dri.so malloc 72 0x55717358c9f0 0.000123
+gallium_dri.so free 0x5571735d0cc0 void 0.000122
+gallium_dri.so free 0x55717358c9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d00 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000134
+gallium_dri.so free 0x5571735d0d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d80 0.000121
+gallium_dri.so free 0x557173609580 void 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000122
+gallium_dri.so free 0x557173609600 void 0.000121
+gallium_dri.so free 0x557173609530 void 0.000120
+gallium_dri.so malloc 72 0x557173609620 0.000120
+gallium_dri.so free 0x5571736096c0 void 0.000122
+gallium_dri.so free 0x557173609620 void 0.000120
+gallium_dri.so malloc 72 0x557173609670 0.000121
+gallium_dri.so free 0x557173609740 void 0.000119
+gallium_dri.so free 0x557173609670 void 0.000121
+gallium_dri.so malloc 72 0x557173609670 0.000120
+gallium_dri.so free 0x5571736097c0 void 0.000121
+gallium_dri.so free 0x557173609670 void 0.000120
+gallium_dri.so malloc 72 0x5571736097c0 0.000121
+gallium_dri.so free 0x557173609880 void 0.000123
+gallium_dri.so free 0x5571736097c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736097c0 0.000166
+gallium_dri.so free 0x557173609940 void 0.000124
+gallium_dri.so free 0x5571736097c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736097c0 0.000121
+gallium_dri.so free 0x55717358dc00 void 0.000123
+gallium_dri.so free 0x5571736097c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736097c0 0.000124
+gallium_dri.so free 0x55717358dd00 void 0.000121
+gallium_dri.so free 0x5571736097c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358dcb0 0.000122
+gallium_dri.so free 0x55717358dd80 void 0.000121
+gallium_dri.so free 0x55717358dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ddd0 0.000120
+gallium_dri.so free 0x55717358de40 void 0.000119
+gallium_dri.so free 0x55717358ddd0 void 0.000118
+gallium_dri.so malloc 72 0x55717358de60 0.000119
+gallium_dri.so free 0x55717358df00 void 0.000121
+gallium_dri.so free 0x55717358de60 void 0.000117
+gallium_dri.so malloc 72 0x55717358deb0 0.000121
+gallium_dri.so free 0x55717358df80 void 0.000121
+gallium_dri.so free 0x55717358deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358deb0 0.000116
+gallium_dri.so free 0x55717358e000 void 0.000120
+gallium_dri.so free 0x55717358deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e000 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000117
+gallium_dri.so malloc 72 0x55717358e000 0.000121
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x55717358e000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d20a0 0.000119
+gallium_dri.so free 0x5571735d2140 void 0.000121
+gallium_dri.so free 0x5571735d20a0 void 0.000158
+gallium_dri.so malloc 72 0x5571735d20f0 0.000149
+gallium_dri.so free 0x5571735d21c0 void 0.000151
+gallium_dri.so free 0x5571735d20f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735d20f0 0.000149
+gallium_dri.so free 0x5571735d2240 void 0.000150
+gallium_dri.so free 0x5571735d20f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d2240 0.000150
+gallium_dri.so free 0x5571735d2300 void 0.000152
+gallium_dri.so free 0x5571735d2240 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2240 0.000150
+gallium_dri.so free 0x5571735d23c0 void 0.000152
+gallium_dri.so free 0x5571735d2240 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2240 0.000151
+gallium_dri.so free 0x55717358b640 void 0.000153
+gallium_dri.so free 0x5571735d2240 void 0.000150
+gallium_dri.so malloc 72 0x55717358b640 0.000152
+gallium_dri.so free 0x55717358b700 void 0.000153
+gallium_dri.so free 0x55717358b640 void 0.000152
+gallium_dri.so malloc 72 0x55717358b640 0.000150
+gallium_dri.so free 0x55717358b780 void 0.000160
+gallium_dri.so free 0x55717358b640 void 0.000162
+gallium_dri.so malloc 72 0x55717358b780 0.000152
+gallium_dri.so free 0x55717358b840 void 0.000153
+gallium_dri.so free 0x55717358b780 void 0.000151
+gallium_dri.so malloc 72 0x55717358b780 0.000150
+gallium_dri.so free 0x55717358b900 void 0.000203
+gallium_dri.so free 0x55717358b780 void 0.000124
+gallium_dri.so malloc 72 0x55717358b780 0.000118
+gallium_dri.so free 0x55717358b9c0 void 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000119
+gallium_dri.so malloc 72 0x55717358b970 0.000120
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358ba90 0.000118
+gallium_dri.so free 0x557173464800 void 0.000121
+gallium_dri.so free 0x55717358ba90 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba90 0.000119
+gallium_dri.so free 0x557173464880 void 0.000121
+gallium_dri.so free 0x55717358ba90 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba90 0.000119
+gallium_dri.so free 0x557173464940 void 0.000120
+gallium_dri.so free 0x55717358ba90 void 0.000121
+gallium_dri.so malloc 72 0x55717358ba90 0.000120
+gallium_dri.so free 0x557173464a00 void 0.000127
+gallium_dri.so free 0x55717358ba90 void 0.000121
+gallium_dri.so malloc 72 0x5571734649b0 0.000117
+gallium_dri.so free 0x557173464a80 void 0.000121
+gallium_dri.so free 0x5571734649b0 void 0.000117
+gallium_dri.so malloc 72 0x557173464ad0 0.000121
+gallium_dri.so free 0x557173464b40 void 0.000117
+gallium_dri.so free 0x557173464ad0 void 0.000120
+gallium_dri.so malloc 72 0x557173464b60 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000120
+gallium_dri.so free 0x557173464b60 void 0.000119
+gallium_dri.so malloc 72 0x557173464bb0 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x557173464bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464bb0 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000121
+gallium_dri.so free 0x557173464bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173590270 0.000120
+gallium_dri.so free 0x557173590340 void 0.000123
+gallium_dri.so free 0x557173590270 void 0.000120
+gallium_dri.so malloc 72 0x557173590390 0.000119
+gallium_dri.so free 0x557173590400 void 0.000117
+gallium_dri.so free 0x557173590390 void 0.000120
+gallium_dri.so malloc 72 0x557173590420 0.000119
+gallium_dri.so free 0x5571735904c0 void 0.000119
+gallium_dri.so free 0x557173590420 void 0.000120
+gallium_dri.so malloc 72 0x557173590470 0.000170
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590470 void 0.000118
+gallium_dri.so malloc 72 0x557173590470 0.000116
+gallium_dri.so free 0x5571735905c0 void 0.000121
+gallium_dri.so free 0x557173590470 void 0.000126
+gallium_dri.so malloc 72 0x5571735905c0 0.000122
+gallium_dri.so free 0x5571736058c0 void 0.000122
+gallium_dri.so free 0x5571735905c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735905c0 0.000120
+gallium_dri.so free 0x557173605980 void 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736059a0 0.000119
+gallium_dri.so free 0x557173605a40 void 0.000120
+gallium_dri.so free 0x5571736059a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736059f0 0.000120
+gallium_dri.so free 0x557173605ac0 void 0.000120
+gallium_dri.so free 0x5571736059f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736059f0 0.000119
+gallium_dri.so free 0x557173605b40 void 0.000120
+gallium_dri.so free 0x5571736059f0 void 0.000120
+gallium_dri.so malloc 72 0x557173605b40 0.000171
+gallium_dri.so free 0x557173605c00 void 0.000122
+gallium_dri.so free 0x557173605b40 void 0.000120
+gallium_dri.so malloc 72 0x557173605b40 0.000116
+gallium_dri.so free 0x557173605cc0 void 0.000121
+gallium_dri.so free 0x557173605b40 void 0.000131
+gallium_dri.so malloc 72 0x557173605b40 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000121
+gallium_dri.so free 0x557173605b40 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000142
+gallium_dri.so free 0x557173466e80 void 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000117
+gallium_dri.so free 0x557173466f00 void 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173466f00 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so free 0x557173466f00 void 0.000120
+gallium_dri.so malloc 72 0x557173466f00 0.000121
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so free 0x557173466f00 void 0.000119
+gallium_dri.so malloc 72 0x557173466f00 0.000119
+gallium_dri.so free 0x557173467140 void 0.000117
+gallium_dri.so free 0x557173466f00 void 0.000121
+gallium_dri.so malloc 72 0x5571734670f0 0.000117
+gallium_dri.so free 0x5571734671c0 void 0.000122
+gallium_dri.so free 0x5571734670f0 void 0.000119
+gallium_dri.so malloc 72 0x557173467210 0.000120
+gallium_dri.so free 0x55717360b440 void 0.000121
+gallium_dri.so free 0x557173467210 void 0.000119
+gallium_dri.so malloc 72 0x557173467210 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000106
+gallium_dri.so free 0x557173467210 void 0.000119
+gallium_dri.so malloc 72 0x557173467210 0.000117
+gallium_dri.so free 0x55717360b580 void 0.000119
+gallium_dri.so free 0x557173467210 void 0.000119
+gallium_dri.so malloc 72 0x557173467210 0.000119
+gallium_dri.so free 0x55717360b640 void 0.000118
+gallium_dri.so free 0x557173467210 void 0.000117
+gallium_dri.so malloc 72 0x55717360b5f0 0.000121
+gallium_dri.so free 0x55717360b6c0 void 0.000120
+gallium_dri.so free 0x55717360b5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b710 0.000118
+gallium_dri.so free 0x55717360b780 void 0.000120
+gallium_dri.so free 0x55717360b710 void 0.000120
+gallium_dri.so malloc 72 0x55717360b7a0 0.000117
+gallium_dri.so free 0x55717360b840 void 0.000121
+gallium_dri.so free 0x55717360b7a0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b7f0 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x55717360b7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b7f0 0.000120
+gallium_dri.so free 0x5571735cfb00 void 0.000117
+gallium_dri.so free 0x55717360b7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfab0 0.000117
+gallium_dri.so free 0x5571735cfb80 void 0.000121
+gallium_dri.so free 0x5571735cfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbd0 0.000188
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x5571735cfbd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfc60 0.000117
+gallium_dri.so free 0x5571735cfd00 void 0.000118
+gallium_dri.so free 0x5571735cfc60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000117
+gallium_dri.so free 0x5571735cfd80 void 0.000119
+gallium_dri.so free 0x5571735cfcb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735cfcb0 0.000122
+gallium_dri.so free 0x5571735cfe00 void 0.000120
+gallium_dri.so free 0x5571735cfcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfe00 0.000117
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfe00 0.000120
+gallium_dri.so free 0x5571735d4640 void 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4660 0.000119
+gallium_dri.so free 0x5571735d4700 void 0.000120
+gallium_dri.so free 0x5571735d4660 void 0.000117
+gallium_dri.so malloc 72 0x5571735d46b0 0.000119
+gallium_dri.so free 0x5571735d4780 void 0.000121
+gallium_dri.so free 0x5571735d46b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d46b0 0.000120
+gallium_dri.so free 0x5571735d4800 void 0.000174
+gallium_dri.so free 0x5571735d46b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4800 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000121
+gallium_dri.so free 0x5571735d4800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4800 0.000147
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so free 0x5571735d4800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4800 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000120
+gallium_dri.so free 0x5571735d4800 void 0.000116
+gallium_dri.so malloc 72 0x557173607e80 0.000121
+gallium_dri.so free 0x557173607f40 void 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so malloc 72 0x557173607e80 0.000120
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so malloc 72 0x557173607fc0 0.000118
+gallium_dri.so free 0x557173608080 void 0.000121
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173607fc0 0.000121
+gallium_dri.so free 0x557173608140 void 0.000121
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173607fc0 0.000120
+gallium_dri.so free 0x557173608200 void 0.000122
+gallium_dri.so free 0x557173607fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571736081b0 0.000130
+gallium_dri.so free 0x557173608280 void 0.000120
+gallium_dri.so free 0x5571736081b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736082d0 0.000120
+gallium_dri.so free 0x557173589080 void 0.000121
+gallium_dri.so free 0x5571736082d0 void 0.000117
+gallium_dri.so malloc 72 0x5571736082d0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000120
+gallium_dri.so free 0x5571736082d0 void 0.000119
+gallium_dri.so malloc 72 0x5571736082d0 0.000121
+gallium_dri.so free 0x5571735891c0 void 0.000121
+gallium_dri.so free 0x5571736082d0 void 0.000120
+gallium_dri.so malloc 72 0x5571736082d0 0.000118
+gallium_dri.so free 0x557173589280 void 0.000120
+gallium_dri.so free 0x5571736082d0 void 0.000120
+gallium_dri.so malloc 72 0x557173589230 0.000118
+gallium_dri.so free 0x557173589300 void 0.000121
+gallium_dri.so free 0x557173589230 void 0.000116
+gallium_dri.so malloc 72 0x557173589350 0.000117
+gallium_dri.so free 0x5571735893c0 void 0.000120
+gallium_dri.so free 0x557173589350 void 0.000120
+gallium_dri.so malloc 72 0x5571735893e0 0.000162
+gallium_dri.so free 0x557173589480 void 0.000123
+gallium_dri.so free 0x5571735893e0 void 0.000117
+gallium_dri.so malloc 72 0x557173589430 0.000120
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so free 0x557173589430 void 0.000167
+gallium_dri.so malloc 72 0x557173589430 0.000118
+gallium_dri.so free 0x557173603400 void 0.000118
+gallium_dri.so free 0x557173589430 void 0.000117
+gallium_dri.so malloc 72 0x5571736033b0 0.000119
+gallium_dri.so free 0x557173603480 void 0.000120
+gallium_dri.so free 0x5571736033b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736034d0 0.000117
+gallium_dri.so free 0x557173603540 void 0.000119
+gallium_dri.so free 0x5571736034d0 void 0.000121
+gallium_dri.so malloc 72 0x557173603560 0.000119
+gallium_dri.so free 0x557173603600 void 0.000120
+gallium_dri.so free 0x557173603560 void 0.000119
+gallium_dri.so malloc 72 0x5571736035b0 0.000121
+gallium_dri.so free 0x557173603680 void 0.000121
+gallium_dri.so free 0x5571736035b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736035b0 0.000117
+gallium_dri.so free 0x557173603700 void 0.000119
+gallium_dri.so free 0x5571736035b0 void 0.000119
+gallium_dri.so malloc 72 0x557173603700 0.000119
+gallium_dri.so free 0x5571735df940 void 0.000122
+gallium_dri.so free 0x557173603700 void 0.000119
+gallium_dri.so malloc 72 0x557173603700 0.000119
+gallium_dri.so free 0x5571735dfa00 void 0.000121
+gallium_dri.so free 0x557173603700 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa20 0.000120
+gallium_dri.so free 0x5571735dfac0 void 0.000124
+gallium_dri.so free 0x5571735dfa20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa70 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000120
+gallium_dri.so free 0x5571735dfa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa70 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so free 0x5571735dfa70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000119
+gallium_dri.so free 0x5571735dfd40 void 0.000120
+gallium_dri.so free 0x5571735dfbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000120
+gallium_dri.so free 0x5571735dfe00 void 0.000121
+gallium_dri.so free 0x5571735dfbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000120
+gallium_dri.so free 0x5571735dfec0 void 0.000121
+gallium_dri.so free 0x5571735dfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfe70 0.000120
+gallium_dri.so free 0x5571735dff40 void 0.000119
+gallium_dri.so free 0x5571735dfe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dff90 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000120
+gallium_dri.so free 0x5571735dff90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0020 0.000129
+gallium_dri.so free 0x5571735e00c0 void 0.000119
+gallium_dri.so free 0x5571735e0020 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0070 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000121
+gallium_dri.so free 0x5571735e0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0070 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e0070 void 0.000166
+gallium_dri.so malloc 72 0x5571735e01c0 0.000122
+gallium_dri.so free 0x5571735e0280 void 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e01c0 0.000120
+gallium_dri.so free 0x5571735e0380 void 0.000120
+gallium_dri.so free 0x5571735e01c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0330 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so free 0x5571735e0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0330 0.000117
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so free 0x5571735e0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e04c0 0.000121
+gallium_dri.so free 0x5571735e0540 void 0.000122
+gallium_dri.so free 0x5571735e04c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0540 0.000119
+gallium_dri.so free 0x5571735e0600 void 0.000171
+gallium_dri.so free 0x5571735e0540 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0540 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000119
+gallium_dri.so free 0x5571735e0540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06b0 0.000121
+gallium_dri.so free 0x5571735e0700 void 0.000120
+gallium_dri.so free 0x5571735e06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06b0 0.000119
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0840 0.000119
+gallium_dri.so free 0x5571735e08c0 void 0.000120
+gallium_dri.so free 0x5571735e0840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08c0 0.000120
+gallium_dri.so free 0x5571735e0980 void 0.000121
+gallium_dri.so free 0x5571735e08c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08c0 0.000121
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so free 0x5571735e08c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a30 0.000119
+gallium_dri.so free 0x5571735e0a80 void 0.000120
+gallium_dri.so free 0x5571735e0a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a30 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000122
+gallium_dri.so free 0x5571735e0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b30 0.000130
+gallium_dri.so free 0x5571735e0c40 void 0.000121
+gallium_dri.so free 0x5571735e0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000120
+gallium_dri.so free 0x5571735e0cc0 void 0.000121
+gallium_dri.so free 0x5571735e0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000120
+gallium_dri.so free 0x5571735e0d80 void 0.000120
+gallium_dri.so free 0x5571735e0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000121
+gallium_dri.so free 0x5571735e0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f40 0.000118
+gallium_dri.so free 0x5571735e1000 void 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0f40 0.000119
+gallium_dri.so free 0x5571735e1080 void 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e10b0 0.000118
+gallium_dri.so free 0x5571735e1100 void 0.000171
+gallium_dri.so free 0x5571735e10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1100 0.000120
+gallium_dri.so free 0x5571735e11c0 void 0.000121
+gallium_dri.so free 0x5571735e1100 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1100 0.000118
+gallium_dri.so free 0x5571735e12c0 void 0.000121
+gallium_dri.so free 0x5571735e1100 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1270 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000120
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735e13c0 void 0.000119
+gallium_dri.so free 0x5571735e1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e14c0 0.000118
+gallium_dri.so free 0x5571735e1540 void 0.000121
+gallium_dri.so free 0x5571735e14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1540 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000171
+gallium_dri.so free 0x5571735e1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17b0 0.000119
+gallium_dri.so free 0x5571735e1880 void 0.000120
+gallium_dri.so free 0x5571735e17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e18d0 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e18d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1960 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1960 void 0.000119
+gallium_dri.so malloc 72 0x5571735e19b0 0.000117
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so free 0x5571735e19b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e19b0 0.000120
+gallium_dri.so free 0x5571735e1b80 void 0.000120
+gallium_dri.so free 0x5571735e19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b30 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c50 0.000119
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1c50 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ce0 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d30 0.000129
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735e1d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000119
+gallium_dri.so free 0x5571735e1e80 void 0.000120
+gallium_dri.so free 0x5571735e1d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1e80 0.000119
+gallium_dri.so free 0x5571735e1f40 void 0.000119
+gallium_dri.so free 0x5571735e1e80 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1e80 0.000121
+gallium_dri.so free 0x5571735e2040 void 0.000120
+gallium_dri.so free 0x5571735e1e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1e80 0.000116
+gallium_dri.so free 0x5571735e20c0 void 0.000121
+gallium_dri.so free 0x5571735e1e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20f0 0.000124
+gallium_dri.so free 0x5571735e2140 void 0.000121
+gallium_dri.so free 0x5571735e20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20f0 0.000121
+gallium_dri.so free 0x5571735e2240 void 0.000120
+gallium_dri.so free 0x5571735e20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e21f0 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000121
+gallium_dri.so free 0x5571735e21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e22b0 0.000117
+gallium_dri.so free 0x5571735e2340 void 0.000119
+gallium_dri.so free 0x5571735e22b0 void 0.000106
+gallium_dri.so malloc 72 0x5571735e22b0 0.000119
+gallium_dri.so free 0x5571735e2400 void 0.000118
+gallium_dri.so free 0x5571735e22b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2450 0.000119
+gallium_dri.so free 0x5571735e24c0 void 0.000119
+gallium_dri.so free 0x5571735e2450 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2500 0.000119
+gallium_dri.so free 0x5571735e2580 void 0.000119
+gallium_dri.so free 0x5571735e2500 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e2640 void 0.000120
+gallium_dri.so free 0x5571735e2580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2580 0.000119
+gallium_dri.so free 0x5571735e26c0 void 0.000121
+gallium_dri.so free 0x5571735e2580 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26f0 0.000119
+gallium_dri.so free 0x5571735e2740 void 0.000119
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26f0 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e27f0 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000122
+gallium_dri.so free 0x5571735e27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000168
+gallium_dri.so free 0x5571735e28b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e29a0 0.000117
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so free 0x5571735e29a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e29f0 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e29f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e29f0 0.000117
+gallium_dri.so free 0x5571735e2b40 void 0.000119
+gallium_dri.so free 0x5571735e29f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b40 0.000119
+gallium_dri.so free 0x5571735e2c00 void 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b40 0.000119
+gallium_dri.so free 0x5571735e2cc0 void 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2b40 0.000120
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d30 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000162
+gallium_dri.so free 0x5571735e2d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d30 0.000119
+gallium_dri.so free 0x5571735e2e80 void 0.000120
+gallium_dri.so free 0x5571735e2d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e30 0.000122
+gallium_dri.so free 0x5571735e2f40 void 0.000120
+gallium_dri.so free 0x5571735e2e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000120
+gallium_dri.so free 0x5571735e2ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000121
+gallium_dri.so free 0x5571735e3040 void 0.000121
+gallium_dri.so free 0x5571735e2ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3080 0.000120
+gallium_dri.so free 0x5571735e3100 void 0.000120
+gallium_dri.so free 0x5571735e3080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3100 0.000121
+gallium_dri.so free 0x5571735e31c0 void 0.000119
+gallium_dri.so free 0x5571735e3100 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3100 0.000119
+gallium_dri.so free 0x5571735e3280 void 0.000119
+gallium_dri.so free 0x5571735e3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735e32a0 0.000119
+gallium_dri.so free 0x5571735e3340 void 0.000121
+gallium_dri.so free 0x5571735e32a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32f0 0.000117
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so free 0x5571735e32f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e32f0 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000168
+gallium_dri.so free 0x5571735e32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3440 0.000117
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3440 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3440 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3440 0.000117
+gallium_dri.so free 0x5571735e3680 void 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3630 0.000118
+gallium_dri.so free 0x5571735e3740 void 0.000121
+gallium_dri.so free 0x5571735e3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e36f0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000120
+gallium_dri.so free 0x5571735e36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3810 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so free 0x5571735e3810 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3810 0.000120
+gallium_dri.so free 0x5571735fc3c0 void 0.000117
+gallium_dri.so free 0x5571735e3810 void 0.000137
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000120
+gallium_dri.so free 0x5571735fc440 void 0.000121
+gallium_dri.so free 0x5571735fc3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000122
+gallium_dri.so free 0x5571735fc540 void 0.000117
+gallium_dri.so free 0x5571735fc3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000116
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000115
+gallium_dri.so free 0x5571735fc680 void 0.000116
+gallium_dri.so free 0x5571735fc5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc6a0 0.000124
+gallium_dri.so free 0x5571735fc740 void 0.000118
+gallium_dri.so free 0x5571735fc6a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000115
+gallium_dri.so free 0x5571735fc7c0 void 0.000116
+gallium_dri.so free 0x5571735fc6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000158
+gallium_dri.so free 0x5571735fc6f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735fc840 0.000154
+gallium_dri.so free 0x5571735fc900 void 0.000122
+gallium_dri.so free 0x5571735fc840 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc840 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000118
+gallium_dri.so free 0x5571735fc840 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc840 0.000113
+gallium_dri.so free 0x5571735fca80 void 0.000135
+gallium_dri.so free 0x5571735fc840 void 0.000129
+gallium_dri.so malloc 72 0x5571735fca30 0.000123
+gallium_dri.so free 0x5571735fca80 void 0.000123
+gallium_dri.so free 0x5571735fca30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fca30 0.000123
+gallium_dri.so free 0x5571735fcb80 void 0.000123
+gallium_dri.so free 0x5571735fca30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcb30 0.000119
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000113
+gallium_dri.so free 0x5571735fcc80 void 0.000113
+gallium_dri.so free 0x5571735fcbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000112
+gallium_dri.so free 0x5571735fcd40 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd80 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000120
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so free 0x5571735fce00 void 0.000159
+gallium_dri.so malloc 72 0x5571735fcfa0 0.000114
+gallium_dri.so free 0x5571735fd040 void 0.000115
+gallium_dri.so free 0x5571735fcfa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcff0 0.000115
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fcff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcff0 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so free 0x5571735fcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd140 0.000112
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd140 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd140 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd330 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000119
+gallium_dri.so free 0x5571735fd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd510 0.000114
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd510 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000111
+gallium_dri.so free 0x5571735fd640 void 0.000111
+gallium_dri.so free 0x5571735fd5a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000109
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so free 0x5571735fd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000111
+gallium_dri.so free 0x5571735fd740 void 0.000110
+gallium_dri.so free 0x5571735fd5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd740 0.000110
+gallium_dri.so free 0x5571735fd800 void 0.000112
+gallium_dri.so free 0x5571735fd740 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd740 0.000115
+gallium_dri.so free 0x5571735fd900 void 0.000111
+gallium_dri.so free 0x5571735fd740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000110
+gallium_dri.so free 0x5571735fd940 void 0.000110
+gallium_dri.so free 0x5571735fd8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000112
+gallium_dri.so free 0x5571735fda00 void 0.000113
+gallium_dri.so free 0x5571735fd8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fda40 0.000114
+gallium_dri.so free 0x5571735fdac0 void 0.000116
+gallium_dri.so free 0x5571735fda40 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdac0 0.000112
+gallium_dri.so free 0x5571735fdb80 void 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdac0 0.000126
+gallium_dri.so free 0x5571735fdc00 void 0.000115
+gallium_dri.so free 0x5571735fdac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc30 0.000119
+gallium_dri.so free 0x5571735fdc80 void 0.000117
+gallium_dri.so free 0x5571735fdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc30 0.000118
+gallium_dri.so free 0x5571735fdd80 void 0.000114
+gallium_dri.so free 0x5571735fdc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fddc0 0.000118
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fddc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fde40 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000117
+gallium_dri.so free 0x5571735fde40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde40 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000113
+gallium_dri.so free 0x5571735fe000 void 0.000113
+gallium_dri.so free 0x5571735fdfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x5571735fdfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000114
+gallium_dri.so free 0x5571735fe1c0 void 0.000113
+gallium_dri.so free 0x5571735fe0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe170 0.000179
+gallium_dri.so free 0x5571735fe240 void 0.000112
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe170 0.000112
+gallium_dri.so free 0x5571735fe300 void 0.000112
+gallium_dri.so free 0x5571735fe170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe170 0.000112
+gallium_dri.so free 0x5571735fe3c0 void 0.000112
+gallium_dri.so free 0x5571735fe170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe370 0.000121
+gallium_dri.so free 0x5571735fe440 void 0.000112
+gallium_dri.so free 0x5571735fe370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe490 0.000112
+gallium_dri.so free 0x5571735fe500 void 0.000111
+gallium_dri.so free 0x5571735fe490 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe520 0.000113
+gallium_dri.so free 0x5571735fe5c0 void 0.000112
+gallium_dri.so free 0x5571735fe520 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe570 0.000111
+gallium_dri.so free 0x5571735fe640 void 0.000119
+gallium_dri.so free 0x5571735fe570 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe640 0.000113
+gallium_dri.so free 0x5571735fe700 void 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe640 0.000111
+gallium_dri.so free 0x5571735fe780 void 0.000122
+gallium_dri.so free 0x5571735fe640 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe780 0.000127
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x5571735fe780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe780 0.000110
+gallium_dri.so free 0x5571735fe900 void 0.000111
+gallium_dri.so free 0x5571735fe780 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe780 0.000109
+gallium_dri.so free 0x5571735fe9c0 void 0.000109
+gallium_dri.so free 0x5571735fe780 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe970 0.000111
+gallium_dri.so free 0x5571735fea40 void 0.000109
+gallium_dri.so free 0x5571735fe970 void 0.000110
+gallium_dri.so malloc 72 0x5571735fea90 0.000109
+gallium_dri.so free 0x5571735feb00 void 0.000109
+gallium_dri.so free 0x5571735fea90 void 0.000110
+gallium_dri.so malloc 72 0x5571735feb40 0.000109
+gallium_dri.so free 0x5571735febc0 void 0.000110
+gallium_dri.so free 0x5571735feb40 void 0.000111
+gallium_dri.so malloc 72 0x5571735feb40 0.000110
+gallium_dri.so free 0x5571735fec40 void 0.000110
+gallium_dri.so free 0x5571735feb40 void 0.000109
+gallium_dri.so malloc 72 0x5571735fec70 0.000114
+gallium_dri.so free 0x5571735fecc0 void 0.000120
+gallium_dri.so free 0x5571735fec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec70 0.000112
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so free 0x5571735fec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed70 0.000111
+gallium_dri.so free 0x5571735fee80 void 0.000120
+gallium_dri.so free 0x5571735fed70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000114
+gallium_dri.so free 0x5571735feec0 void 0.000114
+gallium_dri.so free 0x5571735fee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000113
+gallium_dri.so free 0x5571735fee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735feff0 0.000114
+gallium_dri.so free 0x5571735ff040 void 0.000113
+gallium_dri.so free 0x5571735feff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feff0 0.000112
+gallium_dri.so free 0x5571735ff140 void 0.000114
+gallium_dri.so free 0x5571735feff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000112
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000112
+gallium_dri.so free 0x5571735ff240 void 0.000114
+gallium_dri.so free 0x5571735ff1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000112
+gallium_dri.so free 0x5571735ff1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff340 0.000158
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so free 0x5571735ff340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000164
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff560 0.000114
+gallium_dri.so free 0x5571735ff600 void 0.000113
+gallium_dri.so free 0x5571735ff560 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so free 0x5571735ff5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000115
+gallium_dri.so free 0x5571735ff700 void 0.000116
+gallium_dri.so free 0x5571735ff5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff700 0.000113
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so free 0x5571735ff700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff700 0.000115
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so free 0x5571735ff700 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff700 0.000115
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000123
+gallium_dri.so free 0x5571735ff9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffad0 0.000112
+gallium_dri.so free 0x5571735ffb40 void 0.000113
+gallium_dri.so free 0x5571735ffad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb60 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000115
+gallium_dri.so free 0x5571735ffb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000114
+gallium_dri.so free 0x5571735ffc80 void 0.000113
+gallium_dri.so free 0x5571735ffbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000113
+gallium_dri.so free 0x5571735ffbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffd00 0.000112
+gallium_dri.so free 0x5571735ffdc0 void 0.000117
+gallium_dri.so free 0x5571735ffd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffd00 0.000114
+gallium_dri.so free 0x5571735ffec0 void 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735fff00 void 0.000118
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000112
+gallium_dri.so free 0x5571735fffc0 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000112
+gallium_dri.so malloc 72 0x557173600000 0.000112
+gallium_dri.so free 0x557173600080 void 0.000114
+gallium_dri.so free 0x557173600000 void 0.000115
+gallium_dri.so malloc 72 0x557173600080 0.000114
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so free 0x557173600080 void 0.000113
+gallium_dri.so malloc 72 0x557173600080 0.000112
+gallium_dri.so free 0x5571736001c0 void 0.000116
+gallium_dri.so free 0x557173600080 void 0.000113
+gallium_dri.so malloc 72 0x5571736001f0 0.000113
+gallium_dri.so free 0x557173600240 void 0.000114
+gallium_dri.so free 0x5571736001f0 void 0.000161
+gallium_dri.so malloc 72 0x5571736001f0 0.000115
+gallium_dri.so free 0x557173600340 void 0.000114
+gallium_dri.so free 0x5571736001f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600380 0.000113
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so free 0x557173600380 void 0.000113
+gallium_dri.so malloc 72 0x557173600400 0.000112
+gallium_dri.so free 0x5571736004c0 void 0.000113
+gallium_dri.so free 0x557173600400 void 0.000112
+gallium_dri.so malloc 72 0x557173600400 0.000112
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so malloc 72 0x557173600570 0.000116
+gallium_dri.so free 0x5571736005c0 void 0.000115
+gallium_dri.so free 0x557173600570 void 0.000113
+gallium_dri.so malloc 72 0x557173600570 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x557173600570 void 0.000163
+gallium_dri.so malloc 72 0x557173600670 0.000115
+gallium_dri.so free 0x557173600780 void 0.000115
+gallium_dri.so free 0x557173600670 void 0.000115
+gallium_dri.so malloc 72 0x557173600730 0.000115
+gallium_dri.so free 0x557173600800 void 0.000115
+gallium_dri.so free 0x557173600730 void 0.000113
+gallium_dri.so malloc 72 0x557173600730 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000118
+gallium_dri.so free 0x557173600730 void 0.000114
+gallium_dri.so malloc 72 0x557173600730 0.000114
+gallium_dri.so free 0x557173600980 void 0.000116
+gallium_dri.so free 0x557173600730 void 0.000114
+gallium_dri.so malloc 72 0x557173600930 0.000115
+gallium_dri.so free 0x557173600a00 void 0.000116
+gallium_dri.so free 0x557173600930 void 0.000116
+gallium_dri.so malloc 72 0x557173600a50 0.000114
+gallium_dri.so free 0x557173600ac0 void 0.000114
+gallium_dri.so free 0x557173600a50 void 0.000114
+gallium_dri.so malloc 72 0x557173600ae0 0.000113
+gallium_dri.so free 0x557173600b80 void 0.000114
+gallium_dri.so free 0x557173600ae0 void 0.000114
+gallium_dri.so malloc 72 0x557173600b30 0.000120
+gallium_dri.so free 0x557173600c00 void 0.000116
+gallium_dri.so free 0x557173600b30 void 0.000113
+gallium_dri.so malloc 72 0x557173600c00 0.000114
+gallium_dri.so free 0x557173600cc0 void 0.000114
+gallium_dri.so free 0x557173600c00 void 0.000124
+gallium_dri.so malloc 72 0x557173600c00 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000114
+gallium_dri.so free 0x557173600c00 void 0.000114
+gallium_dri.so malloc 72 0x557173600d40 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000115
+gallium_dri.so free 0x557173600d40 void 0.000113
+gallium_dri.so malloc 72 0x557173600d40 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000116
+gallium_dri.so malloc 72 0x557173600d40 0.000115
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000112
+gallium_dri.so malloc 72 0x557173600f30 0.000114
+gallium_dri.so free 0x557173601000 void 0.000113
+gallium_dri.so free 0x557173600f30 void 0.000112
+gallium_dri.so malloc 72 0x557173601050 0.000112
+gallium_dri.so free 0x5571736010c0 void 0.000115
+gallium_dri.so free 0x557173601050 void 0.000112
+gallium_dri.so malloc 72 0x557173601100 0.000113
+gallium_dri.so free 0x557173601180 void 0.000114
+gallium_dri.so free 0x557173601100 void 0.000114
+gallium_dri.so malloc 72 0x557173601100 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000148
+gallium_dri.so free 0x557173601100 void 0.000116
+gallium_dri.so malloc 72 0x557173601100 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x557173601100 void 0.000126
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da930 void 0.000112
+gallium_dri.so malloc 72 0x5571735daa50 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735daae0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735daae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacb0 0.000112
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dacb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadd0 0.000113
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dadd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae60 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dae60 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000117
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000159
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db000 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so malloc 72 0x5571735db000 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000112
+gallium_dri.so malloc 72 0x5571735db000 0.000112
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000112
+gallium_dri.so malloc 72 0x5571735db270 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000112
+gallium_dri.so free 0x5571735db270 void 0.000112
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db270 void 0.000106
+gallium_dri.so malloc 72 0x5571735db370 0.000236
+gallium_dri.so free 0x5571735db480 void 0.000215
+gallium_dri.so free 0x5571735db370 void 0.000115
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5d0 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so free 0x5571735db5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db680 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db680 void 0.000115
+gallium_dri.so malloc 72 0x5571735db700 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so free 0x5571735db700 void 0.000150
+gallium_dri.so malloc 72 0x5571735db700 0.000116
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db700 void 0.000115
+gallium_dri.so malloc 72 0x5571735db870 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000116
+gallium_dri.so free 0x5571735db870 void 0.000113
+gallium_dri.so malloc 72 0x5571735db870 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000115
+gallium_dri.so free 0x5571735db870 void 0.000113
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000115
+gallium_dri.so malloc 72 0x5571735dba30 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb20 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dbb20 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbb70 0.000115
+gallium_dri.so free 0x5571735dbc40 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000114
+gallium_dri.so free 0x5571735dbd80 void 0.000116
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000115
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000117
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000116
+gallium_dri.so free 0x5571735dc000 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000117
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dbfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000163
+gallium_dri.so malloc 72 0x5571735dc070 0.000115
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc200 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000115
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc280 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000115
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc280 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc420 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc420 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc470 0.000112
+gallium_dri.so free 0x5571735dc540 void 0.000117
+gallium_dri.so free 0x5571735dc470 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc470 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000113
+gallium_dri.so free 0x5571735dc800 void 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x5571735dc8c0 void 0.000113
+gallium_dri.so free 0x5571735dc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc990 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc990 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca20 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000114
+gallium_dri.so free 0x5571735dca20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca70 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca70 0.000114
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so free 0x5571735dca70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000113
+gallium_dri.so free 0x5571735dcc80 void 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000114
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcec0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf40 0.000113
+gallium_dri.so free 0x5571735dd000 void 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcf40 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000112
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000113
+gallium_dri.so free 0x5571735dd100 void 0.000114
+gallium_dri.so free 0x5571735dd0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd240 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000124
+gallium_dri.so free 0x5571735dd240 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000176
+gallium_dri.so free 0x5571735dd400 void 0.000126
+gallium_dri.so free 0x5571735dd2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd430 0.000125
+gallium_dri.so free 0x5571735dd480 void 0.000120
+gallium_dri.so free 0x5571735dd430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd430 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000118
+gallium_dri.so free 0x5571735dd430 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd530 0.000163
+gallium_dri.so free 0x5571735dd640 void 0.000120
+gallium_dri.so free 0x5571735dd530 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000121
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x5571735dd780 void 0.000143
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd910 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000134
+gallium_dri.so free 0x5571735dd910 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd9a0 0.000122
+gallium_dri.so free 0x5571735dda40 void 0.000122
+gallium_dri.so free 0x5571735dd9a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000128
+gallium_dri.so free 0x5571735ddac0 void 0.000127
+gallium_dri.so free 0x5571735dd9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddac0 0.000129
+gallium_dri.so free 0x5571735ddb80 void 0.000125
+gallium_dri.so free 0x5571735ddac0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddac0 0.000124
+gallium_dri.so free 0x5571735ddc00 void 0.000123
+gallium_dri.so free 0x5571735ddac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddc00 0.000125
+gallium_dri.so free 0x5571735ddcc0 void 0.000122
+gallium_dri.so free 0x5571735ddc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddc00 0.000128
+gallium_dri.so free 0x5571735ddd80 void 0.000130
+gallium_dri.so free 0x5571735ddc00 void 0.000136
+gallium_dri.so malloc 72 0x5571735ddc00 0.000127
+gallium_dri.so free 0x5571735dde40 void 0.000122
+gallium_dri.so free 0x5571735ddc00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dddf0 0.000128
+gallium_dri.so free 0x5571735ddec0 void 0.000130
+gallium_dri.so free 0x5571735dddf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf10 0.000127
+gallium_dri.so free 0x5571735ddf80 void 0.000129
+gallium_dri.so free 0x5571735ddf10 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000127
+gallium_dri.so free 0x5571735de040 void 0.000125
+gallium_dri.so free 0x5571735ddfc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000126
+gallium_dri.so free 0x5571735ddfc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de0f0 0.000124
+gallium_dri.so free 0x5571735de140 void 0.000120
+gallium_dri.so free 0x5571735de0f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de0f0 0.000128
+gallium_dri.so free 0x5571735de240 void 0.000129
+gallium_dri.so free 0x5571735de0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de1f0 0.000121
+gallium_dri.so free 0x5571735de300 void 0.000127
+gallium_dri.so free 0x5571735de1f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de2b0 0.000162
+gallium_dri.so free 0x5571735de340 void 0.000129
+gallium_dri.so free 0x5571735de2b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735de2b0 0.000128
+gallium_dri.so free 0x5571735de400 void 0.000130
+gallium_dri.so free 0x5571735de2b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735de470 0.000130
+gallium_dri.so free 0x5571735de4c0 void 0.000140
+gallium_dri.so free 0x5571735de470 void 0.000129
+gallium_dri.so malloc 72 0x5571735de470 0.000124
+gallium_dri.so free 0x5571735de5c0 void 0.000121
+gallium_dri.so free 0x5571735de470 void 0.000123
+gallium_dri.so malloc 72 0x5571735de570 0.000127
+gallium_dri.so free 0x5571735de680 void 0.000128
+gallium_dri.so free 0x5571735de570 void 0.000123
+gallium_dri.so malloc 72 0x5571735de630 0.000120
+gallium_dri.so free 0x5571735de6c0 void 0.000122
+gallium_dri.so free 0x5571735de630 void 0.000124
+gallium_dri.so malloc 72 0x5571735de630 0.000128
+gallium_dri.so free 0x5571735de780 void 0.000143
+gallium_dri.so free 0x5571735de630 void 0.000129
+gallium_dri.so malloc 72 0x5571735de7c0 0.000129
+gallium_dri.so free 0x5571735de840 void 0.000127
+gallium_dri.so free 0x5571735de7c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de840 0.000144
+gallium_dri.so free 0x5571735de900 void 0.000135
+gallium_dri.so free 0x5571735de840 void 0.000127
+gallium_dri.so malloc 72 0x5571735de840 0.000128
+gallium_dri.so free 0x5571735de9c0 void 0.000124
+gallium_dri.so free 0x5571735de840 void 0.000121
+gallium_dri.so malloc 72 0x5571735de9e0 0.000125
+gallium_dri.so free 0x5571735dea80 void 0.000128
+gallium_dri.so free 0x5571735de9e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dea30 0.000128
+gallium_dri.so free 0x5571735deb00 void 0.000130
+gallium_dri.so free 0x5571735dea30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dea30 0.000133
+gallium_dri.so free 0x5571735deb80 void 0.000131
+gallium_dri.so free 0x5571735dea30 void 0.000126
+gallium_dri.so malloc 72 0x5571735deb80 0.000123
+gallium_dri.so free 0x5571735dec40 void 0.000128
+gallium_dri.so free 0x5571735deb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735deb80 0.000151
+gallium_dri.so free 0x5571735ded00 void 0.000125
+gallium_dri.so free 0x5571735deb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735deb80 0.000123
+gallium_dri.so free 0x5571735dedc0 void 0.000132
+gallium_dri.so free 0x5571735deb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ded70 0.000125
+gallium_dri.so free 0x5571735dee80 void 0.000124
+gallium_dri.so free 0x5571735ded70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dee30 0.000128
+gallium_dri.so free 0x5571735def00 void 0.000124
+gallium_dri.so free 0x5571735dee30 void 0.000127
+gallium_dri.so malloc 72 0x5571735def50 0.000125
+gallium_dri.so free 0x5571735defc0 void 0.000128
+gallium_dri.so free 0x5571735def50 void 0.000129
+gallium_dri.so malloc 72 0x5571735defe0 0.000129
+gallium_dri.so free 0x5571735df080 void 0.000125
+gallium_dri.so free 0x5571735defe0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df030 0.000128
+gallium_dri.so free 0x5571735df100 void 0.000129
+gallium_dri.so free 0x5571735df030 void 0.000125
+gallium_dri.so malloc 72 0x5571735df030 0.000132
+gallium_dri.so free 0x5571735df180 void 0.000130
+gallium_dri.so free 0x5571735df030 void 0.000129
+gallium_dri.so malloc 72 0x5571735df180 0.000128
+gallium_dri.so free 0x5571735df240 void 0.000132
+gallium_dri.so free 0x5571735df180 void 0.000130
+gallium_dri.so malloc 72 0x5571735df180 0.000134
+gallium_dri.so free 0x5571735df340 void 0.000161
+gallium_dri.so free 0x5571735df180 void 0.000135
+gallium_dri.so malloc 72 0x5571735df2f0 0.000128
+gallium_dri.so free 0x5571735df380 void 0.000123
+gallium_dri.so free 0x5571735df2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df2f0 0.000128
+gallium_dri.so free 0x5571735df440 void 0.000125
+gallium_dri.so free 0x5571735df2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df480 0.000122
+gallium_dri.so free 0x5571735df500 void 0.000123
+gallium_dri.so free 0x5571735df480 void 0.000126
+gallium_dri.so malloc 72 0x5571735df500 0.000130
+gallium_dri.so free 0x5571735df5c0 void 0.000129
+gallium_dri.so free 0x5571735df500 void 0.000133
+gallium_dri.so malloc 72 0x5571735df500 0.000130
+gallium_dri.so free 0x5571735df640 void 0.000131
+gallium_dri.so free 0x5571735df500 void 0.000125
+gallium_dri.so malloc 72 0x5571735df670 0.000123
+gallium_dri.so free 0x5571735df6c0 void 0.000125
+gallium_dri.so free 0x5571735df670 void 0.000128
+gallium_dri.so malloc 72 0x5571735df670 0.000129
+gallium_dri.so free 0x5571735df7c0 void 0.000135
+gallium_dri.so free 0x5571735df670 void 0.000148
+gallium_dri.so malloc 72 0x5571735df800 0.000131
+gallium_dri.so free 0x557173469a00 void 0.000142
+gallium_dri.so free 0x5571735df800 void 0.000209
+gallium_dri.so malloc 72 0x557173469a00 0.000219
+gallium_dri.so free 0x557173469ac0 void 0.000160
+gallium_dri.so free 0x557173469a00 void 0.000154
+gallium_dri.so malloc 72 0x557173469a00 0.000210
+gallium_dri.so free 0x557173469b40 void 0.000121
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so malloc 72 0x557173469b70 0.000117
+gallium_dri.so free 0x557173469bc0 void 0.000119
+gallium_dri.so free 0x557173469b70 void 0.000117
+gallium_dri.so malloc 72 0x557173469b70 0.000116
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469b70 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000117
+gallium_dri.so free 0x557173469d80 void 0.000117
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d30 0.000117
+gallium_dri.so free 0x557173469e00 void 0.000123
+gallium_dri.so free 0x557173469d30 void 0.000121
+gallium_dri.so malloc 72 0x557173469d30 0.000131
+gallium_dri.so free 0x557173469ec0 void 0.000122
+gallium_dri.so free 0x557173469d30 void 0.000122
+gallium_dri.so malloc 72 0x557173469d30 0.000121
+gallium_dri.so free 0x557173469f80 void 0.000121
+gallium_dri.so free 0x557173469d30 void 0.000120
+gallium_dri.so malloc 72 0x557173469f30 0.000120
+gallium_dri.so free 0x55717346a000 void 0.000120
+gallium_dri.so free 0x557173469f30 void 0.000120
+gallium_dri.so malloc 72 0x55717346a050 0.000125
+gallium_dri.so free 0x55717346a0c0 void 0.000122
+gallium_dri.so free 0x55717346a050 void 0.000120
+gallium_dri.so malloc 72 0x55717346a0e0 0.000120
+gallium_dri.so free 0x55717346a180 void 0.000121
+gallium_dri.so free 0x55717346a0e0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a130 0.000120
+gallium_dri.so free 0x55717346a200 void 0.000120
+gallium_dri.so free 0x55717346a130 void 0.000125
+gallium_dri.so malloc 72 0x55717346a200 0.000125
+gallium_dri.so free 0x55717346a2c0 void 0.000124
+gallium_dri.so free 0x55717346a200 void 0.000125
+gallium_dri.so malloc 72 0x55717346a200 0.000124
+gallium_dri.so free 0x55717346a340 void 0.000124
+gallium_dri.so free 0x55717346a200 void 0.000124
+gallium_dri.so malloc 72 0x55717346a340 0.000124
+gallium_dri.so free 0x55717346a400 void 0.000134
+gallium_dri.so free 0x55717346a340 void 0.000132
+gallium_dri.so malloc 72 0x55717346a340 0.000125
+gallium_dri.so free 0x55717346a4c0 void 0.000125
+gallium_dri.so free 0x55717346a340 void 0.000126
+gallium_dri.so malloc 72 0x55717346a340 0.000125
+gallium_dri.so free 0x55717346a580 void 0.000125
+gallium_dri.so free 0x55717346a340 void 0.000124
+gallium_dri.so malloc 72 0x55717346a530 0.000123
+gallium_dri.so free 0x55717346a600 void 0.000124
+gallium_dri.so free 0x55717346a530 void 0.000120
+gallium_dri.so malloc 72 0x55717346a650 0.000125
+gallium_dri.so free 0x55717346a6c0 void 0.000127
+gallium_dri.so free 0x55717346a650 void 0.000124
+gallium_dri.so malloc 72 0x55717346a700 0.000124
+gallium_dri.so free 0x55717346a780 void 0.000124
+gallium_dri.so free 0x55717346a700 void 0.000125
+gallium_dri.so malloc 72 0x55717346a700 0.000126
+gallium_dri.so free 0x55717346a800 void 0.000125
+gallium_dri.so free 0x55717346a700 void 0.000125
+gallium_dri.so malloc 72 0x55717346a830 0.000124
+gallium_dri.so free 0x55717346a880 void 0.000125
+gallium_dri.so free 0x55717346a830 void 0.000126
+gallium_dri.so malloc 72 0x55717346a830 0.000124
+gallium_dri.so free 0x55717346a980 void 0.000125
+gallium_dri.so free 0x55717346a830 void 0.000165
+gallium_dri.so malloc 72 0x55717346a930 0.000127
+gallium_dri.so free 0x55717346aa40 void 0.000126
+gallium_dri.so free 0x55717346a930 void 0.000125
+gallium_dri.so malloc 72 0x55717346a9f0 0.000125
+gallium_dri.so free 0x55717346aa80 void 0.000125
+gallium_dri.so free 0x55717346a9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a9f0 0.000124
+gallium_dri.so free 0x55717346ab40 void 0.000141
+gallium_dri.so free 0x55717346a9f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346abb0 0.000126
+gallium_dri.so free 0x55717346ac00 void 0.000126
+gallium_dri.so free 0x55717346abb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346abb0 0.000123
+gallium_dri.so free 0x55717346ad00 void 0.000124
+gallium_dri.so free 0x55717346abb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346acb0 0.000125
+gallium_dri.so free 0x55717346adc0 void 0.000125
+gallium_dri.so free 0x55717346acb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ad70 0.000128
+gallium_dri.so free 0x55717346ae00 void 0.000125
+gallium_dri.so free 0x55717346ad70 void 0.000124
+gallium_dri.so malloc 72 0x55717346ad70 0.000124
+gallium_dri.so free 0x55717346aec0 void 0.000125
+gallium_dri.so free 0x55717346ad70 void 0.000132
+gallium_dri.so malloc 72 0x55717346af00 0.000133
+gallium_dri.so free 0x55717346af80 void 0.000119
+gallium_dri.so free 0x55717346af00 void 0.000123
+gallium_dri.so malloc 72 0x55717346af80 0.000119
+gallium_dri.so free 0x55717346b040 void 0.000118
+gallium_dri.so free 0x55717346af80 void 0.000119
+gallium_dri.so malloc 72 0x55717346af80 0.000122
+gallium_dri.so free 0x55717346b100 void 0.000119
+gallium_dri.so free 0x55717346af80 void 0.000119
+gallium_dri.so malloc 72 0x55717346b120 0.000120
+gallium_dri.so free 0x55717346b1c0 void 0.000124
+gallium_dri.so free 0x55717346b120 void 0.000129
+gallium_dri.so malloc 72 0x55717346b170 0.000119
+gallium_dri.so free 0x55717346b240 void 0.000120
+gallium_dri.so free 0x55717346b170 void 0.000119
+gallium_dri.so malloc 72 0x55717346b170 0.000117
+gallium_dri.so free 0x55717346b2c0 void 0.000118
+gallium_dri.so free 0x55717346b170 void 0.000118
+gallium_dri.so malloc 72 0x55717346b2c0 0.000120
+gallium_dri.so free 0x55717346b380 void 0.000120
+gallium_dri.so free 0x55717346b2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b2c0 0.000119
+gallium_dri.so free 0x55717346b440 void 0.000119
+gallium_dri.so free 0x55717346b2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b2c0 0.000118
+gallium_dri.so free 0x55717346b500 void 0.000117
+gallium_dri.so free 0x55717346b2c0 void 0.000136
+gallium_dri.so malloc 72 0x55717346b4b0 0.000120
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so free 0x55717346b4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b570 0.000118
+gallium_dri.so free 0x55717346b640 void 0.000121
+gallium_dri.so free 0x55717346b570 void 0.000119
+gallium_dri.so malloc 72 0x55717346b690 0.000120
+gallium_dri.so free 0x55717346b700 void 0.000119
+gallium_dri.so free 0x55717346b690 void 0.000118
+gallium_dri.so malloc 72 0x55717346b720 0.000117
+gallium_dri.so free 0x55717346b7c0 void 0.000118
+gallium_dri.so free 0x55717346b720 void 0.000119
+gallium_dri.so malloc 72 0x55717346b770 0.000118
+gallium_dri.so free 0x55717346b840 void 0.000119
+gallium_dri.so free 0x55717346b770 void 0.000123
+gallium_dri.so malloc 72 0x55717346b770 0.000119
+gallium_dri.so free 0x55717346b8c0 void 0.000118
+gallium_dri.so free 0x55717346b770 void 0.000120
+gallium_dri.so malloc 72 0x55717346b8c0 0.000119
+gallium_dri.so free 0x55717346b980 void 0.000120
+gallium_dri.so free 0x55717346b8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b8c0 0.000118
+gallium_dri.so free 0x55717346ba80 void 0.000118
+gallium_dri.so free 0x55717346b8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ba30 0.000119
+gallium_dri.so free 0x55717346bac0 void 0.000144
+gallium_dri.so free 0x55717346ba30 void 0.000119
+gallium_dri.so malloc 72 0x55717346ba30 0.000121
+gallium_dri.so free 0x55717346bb80 void 0.000118
+gallium_dri.so free 0x55717346ba30 void 0.000128
+gallium_dri.so malloc 72 0x55717346bbc0 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bc40 0.000117
+gallium_dri.so free 0x55717346bd00 void 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000118
+gallium_dri.so malloc 72 0x55717346bc40 0.000119
+gallium_dri.so free 0x55717346bd80 void 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so malloc 72 0x55717346bdb0 0.000118
+gallium_dri.so free 0x55717346be00 void 0.000132
+gallium_dri.so free 0x55717346bdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346bdb0 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000120
+gallium_dri.so free 0x55717346bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bf40 0.000117
+gallium_dri.so free 0x55717346bfc0 void 0.000119
+gallium_dri.so free 0x55717346bf40 void 0.000124
+gallium_dri.so malloc 72 0x55717346bfc0 0.000118
+gallium_dri.so free 0x55717346c080 void 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bfc0 0.000182
+gallium_dri.so free 0x55717346c100 void 0.000120
+gallium_dri.so free 0x55717346bfc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c130 0.000119
+gallium_dri.so free 0x55717346c180 void 0.000119
+gallium_dri.so free 0x55717346c130 void 0.000118
+gallium_dri.so malloc 72 0x55717346c130 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000118
+gallium_dri.so free 0x55717346c130 void 0.000117
+gallium_dri.so malloc 72 0x55717346c230 0.000117
+gallium_dri.so free 0x55717346c340 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000119
+gallium_dri.so malloc 72 0x55717346c2f0 0.000120
+gallium_dri.so free 0x55717346c3c0 void 0.000120
+gallium_dri.so free 0x55717346c2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c2f0 0.000118
+gallium_dri.so free 0x55717346c480 void 0.000119
+gallium_dri.so free 0x55717346c2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c2f0 0.000117
+gallium_dri.so free 0x55717346c540 void 0.000118
+gallium_dri.so free 0x55717346c2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c4f0 0.000117
+gallium_dri.so free 0x55717346c5c0 void 0.000118
+gallium_dri.so free 0x55717346c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c610 0.000119
+gallium_dri.so free 0x55717346c680 void 0.000118
+gallium_dri.so free 0x55717346c610 void 0.000130
+gallium_dri.so malloc 72 0x55717346c6a0 0.000120
+gallium_dri.so free 0x55717346c740 void 0.000120
+gallium_dri.so free 0x55717346c6a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c6f0 0.000120
+gallium_dri.so free 0x55717346c7c0 void 0.000119
+gallium_dri.so free 0x55717346c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c7c0 0.000119
+gallium_dri.so free 0x55717346c880 void 0.000118
+gallium_dri.so free 0x55717346c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c7c0 0.000119
+gallium_dri.so free 0x55717346c900 void 0.000149
+gallium_dri.so free 0x55717346c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c900 0.000118
+gallium_dri.so free 0x55717346c9c0 void 0.000117
+gallium_dri.so free 0x55717346c900 void 0.000120
+gallium_dri.so malloc 72 0x55717346c900 0.000117
+gallium_dri.so free 0x55717346ca80 void 0.000118
+gallium_dri.so free 0x55717346c900 void 0.000119
+gallium_dri.so malloc 72 0x55717346c900 0.000117
+gallium_dri.so free 0x55717346cb40 void 0.000118
+gallium_dri.so free 0x55717346c900 void 0.000119
+gallium_dri.so malloc 72 0x55717346caf0 0.000119
+gallium_dri.so free 0x55717346cbc0 void 0.000120
+gallium_dri.so free 0x55717346caf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cc10 0.000118
+gallium_dri.so free 0x55717346cc80 void 0.000197
+gallium_dri.so free 0x55717346cc10 void 0.000120
+gallium_dri.so malloc 72 0x55717346ccc0 0.000128
+gallium_dri.so free 0x55717346cd40 void 0.000120
+gallium_dri.so free 0x55717346ccc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ccc0 0.000120
+gallium_dri.so free 0x55717346cdc0 void 0.000119
+gallium_dri.so free 0x55717346ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cdf0 0.000117
+gallium_dri.so free 0x55717346ce40 void 0.000120
+gallium_dri.so free 0x55717346cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdf0 0.000118
+gallium_dri.so free 0x55717346cf40 void 0.000124
+gallium_dri.so free 0x55717346cdf0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cef0 0.000118
+gallium_dri.so free 0x55717346d000 void 0.000125
+gallium_dri.so free 0x55717346cef0 void 0.000122
+gallium_dri.so malloc 72 0x55717346cfb0 0.000118
+gallium_dri.so free 0x55717346d040 void 0.000119
+gallium_dri.so free 0x55717346cfb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346cfb0 0.000125
+gallium_dri.so free 0x55717346d100 void 0.000120
+gallium_dri.so free 0x55717346cfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d170 0.000118
+gallium_dri.so free 0x55717346d1c0 void 0.000123
+gallium_dri.so free 0x55717346d170 void 0.000131
+gallium_dri.so malloc 72 0x55717346d170 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000119
+gallium_dri.so free 0x55717346d170 void 0.000122
+gallium_dri.so malloc 72 0x55717346d270 0.000125
+gallium_dri.so free 0x55717346d380 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000118
+gallium_dri.so malloc 72 0x55717346d330 0.000117
+gallium_dri.so free 0x55717346d3c0 void 0.000138
+gallium_dri.so free 0x55717346d330 void 0.000168
+gallium_dri.so malloc 72 0x55717346d330 0.000127
+gallium_dri.so free 0x55717346d480 void 0.000125
+gallium_dri.so free 0x55717346d330 void 0.000119
+gallium_dri.so malloc 72 0x55717346d4c0 0.000118
+gallium_dri.so free 0x55717346d540 void 0.000119
+gallium_dri.so free 0x55717346d4c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d540 0.000125
+gallium_dri.so free 0x55717346d600 void 0.000124
+gallium_dri.so free 0x55717346d540 void 0.000125
+gallium_dri.so malloc 72 0x55717346d540 0.000125
+gallium_dri.so free 0x55717346d6c0 void 0.000125
+gallium_dri.so free 0x55717346d540 void 0.000124
+gallium_dri.so malloc 72 0x55717346d6e0 0.000131
+gallium_dri.so free 0x55717346d780 void 0.000125
+gallium_dri.so free 0x55717346d6e0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d730 0.000123
+gallium_dri.so free 0x55717346d800 void 0.000120
+gallium_dri.so free 0x55717346d730 void 0.000122
+gallium_dri.so malloc 72 0x55717346d730 0.000126
+gallium_dri.so free 0x55717346d880 void 0.000124
+gallium_dri.so free 0x55717346d730 void 0.000125
+gallium_dri.so malloc 72 0x55717346d880 0.000119
+gallium_dri.so free 0x55717346d940 void 0.000123
+gallium_dri.so free 0x55717346d880 void 0.000124
+gallium_dri.so malloc 72 0x55717346d880 0.000121
+gallium_dri.so free 0x55717346da00 void 0.000119
+gallium_dri.so free 0x55717346d880 void 0.000133
+gallium_dri.so malloc 72 0x55717346d880 0.000124
+gallium_dri.so free 0x55717346dac0 void 0.000125
+gallium_dri.so free 0x55717346d880 void 0.000125
+gallium_dri.so malloc 72 0x55717346da70 0.000124
+gallium_dri.so free 0x55717346db80 void 0.000126
+gallium_dri.so free 0x55717346da70 void 0.000124
+gallium_dri.so malloc 72 0x55717346db30 0.000123
+gallium_dri.so free 0x55717346dc00 void 0.000133
+gallium_dri.so free 0x55717346db30 void 0.000126
+gallium_dri.so malloc 72 0x55717346dc50 0.000125
+gallium_dri.so free 0x55717346dcc0 void 0.000134
+gallium_dri.so free 0x55717346dc50 void 0.000131
+gallium_dri.so malloc 72 0x55717346dce0 0.000131
+gallium_dri.so free 0x55717346dd80 void 0.000131
+gallium_dri.so free 0x55717346dce0 void 0.000133
+gallium_dri.so malloc 72 0x55717346dd30 0.000125
+gallium_dri.so free 0x55717346de00 void 0.000130
+gallium_dri.so free 0x55717346dd30 void 0.000147
+gallium_dri.so malloc 72 0x55717346dd30 0.000127
+gallium_dri.so free 0x55717346de80 void 0.000124
+gallium_dri.so free 0x55717346dd30 void 0.000129
+gallium_dri.so malloc 72 0x55717346de80 0.000127
+gallium_dri.so free 0x55717346df40 void 0.000127
+gallium_dri.so free 0x55717346de80 void 0.000127
+gallium_dri.so malloc 72 0x55717346de80 0.000127
+gallium_dri.so free 0x55717346e040 void 0.000128
+gallium_dri.so free 0x55717346de80 void 0.000127
+gallium_dri.so malloc 72 0x55717346dff0 0.000128
+gallium_dri.so free 0x55717346e080 void 0.000128
+gallium_dri.so free 0x55717346dff0 void 0.000137
+gallium_dri.so malloc 72 0x55717346dff0 0.000126
+gallium_dri.so free 0x55717346e140 void 0.000126
+gallium_dri.so free 0x55717346dff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e180 0.000126
+gallium_dri.so free 0x55717346e200 void 0.000127
+gallium_dri.so free 0x55717346e180 void 0.000127
+gallium_dri.so malloc 72 0x55717346e200 0.000127
+gallium_dri.so free 0x55717346e2c0 void 0.000126
+gallium_dri.so free 0x55717346e200 void 0.000127
+gallium_dri.so malloc 72 0x55717346e200 0.000127
+gallium_dri.so free 0x55717346e340 void 0.000127
+gallium_dri.so free 0x55717346e200 void 0.000132
+gallium_dri.so malloc 72 0x55717346e370 0.000126
+gallium_dri.so free 0x55717346e3c0 void 0.000127
+gallium_dri.so free 0x55717346e370 void 0.000126
+gallium_dri.so malloc 72 0x55717346e370 0.000130
+gallium_dri.so free 0x55717346e4c0 void 0.000129
+gallium_dri.so free 0x55717346e370 void 0.000127
+gallium_dri.so malloc 72 0x55717346e500 0.000128
+gallium_dri.so free 0x55717346e580 void 0.000126
+gallium_dri.so free 0x55717346e500 void 0.000127
+gallium_dri.so malloc 72 0x55717346e580 0.000127
+gallium_dri.so free 0x55717346e640 void 0.000128
+gallium_dri.so free 0x55717346e580 void 0.000154
+gallium_dri.so malloc 72 0x55717346e580 0.000130
+gallium_dri.so free 0x55717346e6c0 void 0.000127
+gallium_dri.so free 0x55717346e580 void 0.000130
+gallium_dri.so malloc 72 0x55717346e6f0 0.000131
+gallium_dri.so free 0x55717346e740 void 0.000129
+gallium_dri.so free 0x55717346e6f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e6f0 0.000127
+gallium_dri.so free 0x55717346e840 void 0.000127
+gallium_dri.so free 0x55717346e6f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e7f0 0.000127
+gallium_dri.so free 0x55717346e900 void 0.000127
+gallium_dri.so free 0x55717346e7f0 void 0.000134
+gallium_dri.so malloc 72 0x55717346e8b0 0.000128
+gallium_dri.so free 0x55717346e980 void 0.000127
+gallium_dri.so free 0x55717346e8b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e8b0 0.000128
+gallium_dri.so free 0x5571735bfdc0 void 0.000128
+gallium_dri.so free 0x55717346e8b0 void 0.000135
+gallium_dri.so malloc 72 0x55717346e8b0 0.000122
+gallium_dri.so free 0x5571735bfe80 void 0.000122
+gallium_dri.so free 0x55717346e8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfe30 0.000121
+gallium_dri.so free 0x5571735bff00 void 0.000122
+gallium_dri.so free 0x5571735bfe30 void 0.000121
+gallium_dri.so malloc 72 0x5571735bff50 0.000122
+gallium_dri.so free 0x5571735bffc0 void 0.000123
+gallium_dri.so free 0x5571735bff50 void 0.000120
+gallium_dri.so malloc 72 0x5571735bffe0 0.000120
+gallium_dri.so free 0x5571735c0080 void 0.000121
+gallium_dri.so free 0x5571735bffe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0030 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000122
+gallium_dri.so free 0x5571735c0030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0100 0.000121
+gallium_dri.so free 0x5571735c01c0 void 0.000123
+gallium_dri.so free 0x5571735c0100 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0100 0.000122
+gallium_dri.so free 0x5571735c0240 void 0.000122
+gallium_dri.so free 0x5571735c0100 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0240 0.000122
+gallium_dri.so free 0x5571735c0300 void 0.000122
+gallium_dri.so free 0x5571735c0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0240 0.000121
+gallium_dri.so free 0x5571735c03c0 void 0.000123
+gallium_dri.so free 0x5571735c0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0240 0.000120
+gallium_dri.so free 0x5571735c0480 void 0.000121
+gallium_dri.so free 0x5571735c0240 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0430 0.000121
+gallium_dri.so free 0x5571735c0500 void 0.000131
+gallium_dri.so free 0x5571735c0430 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0550 0.000120
+gallium_dri.so free 0x5571735c05c0 void 0.000120
+gallium_dri.so free 0x5571735c0550 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0600 0.000122
+gallium_dri.so free 0x5571735c0680 void 0.000122
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0600 0.000122
+gallium_dri.so free 0x5571735c0700 void 0.000122
+gallium_dri.so free 0x5571735c0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0730 0.000119
+gallium_dri.so free 0x5571735c0780 void 0.000120
+gallium_dri.so free 0x5571735c0730 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0730 0.000124
+gallium_dri.so free 0x5571735c0880 void 0.000121
+gallium_dri.so free 0x5571735c0730 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0830 0.000124
+gallium_dri.so free 0x5571735c0940 void 0.000121
+gallium_dri.so free 0x5571735c0830 void 0.000122
+gallium_dri.so malloc 72 0x5571735c08f0 0.000123
+gallium_dri.so free 0x5571735c0980 void 0.000123
+gallium_dri.so free 0x5571735c08f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c08f0 0.000120
+gallium_dri.so free 0x5571735c0a40 void 0.000120
+gallium_dri.so free 0x5571735c08f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000122
+gallium_dri.so free 0x5571735c0b00 void 0.000122
+gallium_dri.so free 0x5571735c0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000120
+gallium_dri.so free 0x5571735c0c00 void 0.000119
+gallium_dri.so free 0x5571735c0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000120
+gallium_dri.so free 0x5571735c0cc0 void 0.000121
+gallium_dri.so free 0x5571735c0bb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0c70 0.000121
+gallium_dri.so free 0x5571735c0d00 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c70 0.000121
+gallium_dri.so free 0x5571735c0dc0 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0e00 0.000120
+gallium_dri.so free 0x5571735c0e80 void 0.000120
+gallium_dri.so free 0x5571735c0e00 void 0.000249
+gallium_dri.so malloc 72 0x5571735c0e80 0.000241
+gallium_dri.so free 0x5571735c0f40 void 0.000179
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e80 0.000118
+gallium_dri.so free 0x5571735c1000 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1020 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c1020 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11c0 0.000119
+gallium_dri.so free 0x5571735c1280 void 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11c0 0.000117
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735c11c0 0.000183
+gallium_dri.so free 0x5571735c1400 void 0.000162
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c13b0 0.000119
+gallium_dri.so free 0x5571735c14c0 void 0.000119
+gallium_dri.so free 0x5571735c13b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1470 0.000118
+gallium_dri.so free 0x5571735c1540 void 0.000120
+gallium_dri.so free 0x5571735c1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1590 0.000129
+gallium_dri.so free 0x5571735c1600 void 0.000119
+gallium_dri.so free 0x5571735c1590 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1620 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000133
+gallium_dri.so free 0x5571735c1620 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1670 0.000118
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so free 0x5571735c1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1670 0.000118
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c17c0 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000120
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c17c0 0.000118
+gallium_dri.so free 0x5571735c1980 void 0.000118
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1930 0.000119
+gallium_dri.so free 0x5571735c19c0 void 0.000117
+gallium_dri.so free 0x5571735c1930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1930 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so free 0x5571735c1930 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000118
+gallium_dri.so free 0x5571735c1b40 void 0.000123
+gallium_dri.so free 0x5571735c1ac0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c1b40 0.000120
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so free 0x5571735c1b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1b40 0.000118
+gallium_dri.so free 0x5571735c1c80 void 0.000119
+gallium_dri.so free 0x5571735c1b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x5571735c1d00 void 0.000118
+gallium_dri.so free 0x5571735c1cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000120
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000121
+gallium_dri.so free 0x5571735c1ec0 void 0.000135
+gallium_dri.so free 0x5571735c1e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000117
+gallium_dri.so free 0x5571735c2000 void 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2030 0.000119
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so free 0x5571735c2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2030 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000131
+gallium_dri.so free 0x5571735c2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2130 0.000118
+gallium_dri.so free 0x5571735c2240 void 0.000118
+gallium_dri.so free 0x5571735c2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735c21f0 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c21f0 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so free 0x5571735c21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c21f0 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000119
+gallium_dri.so free 0x5571735c21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c23f0 0.000119
+gallium_dri.so free 0x5571735c24c0 void 0.000120
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2510 0.000118
+gallium_dri.so free 0x5571735c2580 void 0.000130
+gallium_dri.so free 0x5571735c2510 void 0.000125
+gallium_dri.so malloc 72 0x5571735c25a0 0.000121
+gallium_dri.so free 0x5571735c2640 void 0.000123
+gallium_dri.so free 0x5571735c25a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c25f0 0.000121
+gallium_dri.so free 0x5571735c26c0 void 0.000122
+gallium_dri.so free 0x5571735c25f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c26c0 0.000130
+gallium_dri.so free 0x5571735c2780 void 0.000124
+gallium_dri.so free 0x5571735c26c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c26c0 0.000121
+gallium_dri.so free 0x5571735c2800 void 0.000121
+gallium_dri.so free 0x5571735c26c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2800 0.000121
+gallium_dri.so free 0x5571735c28c0 void 0.000123
+gallium_dri.so free 0x5571735c2800 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2800 0.000121
+gallium_dri.so free 0x5571735c2980 void 0.000121
+gallium_dri.so free 0x5571735c2800 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2800 0.000121
+gallium_dri.so free 0x5571735c2a40 void 0.000121
+gallium_dri.so free 0x5571735c2800 void 0.000122
+gallium_dri.so malloc 72 0x5571735c29f0 0.000128
+gallium_dri.so free 0x5571735c2ac0 void 0.000123
+gallium_dri.so free 0x5571735c29f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2b10 0.000121
+gallium_dri.so free 0x5571735c2b80 void 0.000121
+gallium_dri.so free 0x5571735c2b10 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000135
+gallium_dri.so free 0x5571735c2c40 void 0.000123
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000120
+gallium_dri.so free 0x5571735c2cc0 void 0.000171
+gallium_dri.so free 0x5571735c2bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000121
+gallium_dri.so free 0x5571735c2d40 void 0.000122
+gallium_dri.so free 0x5571735c2cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000122
+gallium_dri.so free 0x5571735c2e40 void 0.000123
+gallium_dri.so free 0x5571735c2cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2df0 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000120
+gallium_dri.so free 0x5571735c2f40 void 0.000121
+gallium_dri.so free 0x5571735c2eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000123
+gallium_dri.so free 0x5571735c3000 void 0.000121
+gallium_dri.so free 0x5571735c2eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3070 0.000120
+gallium_dri.so free 0x5571735c30c0 void 0.000121
+gallium_dri.so free 0x5571735c3070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3070 0.000120
+gallium_dri.so free 0x5571735c31c0 void 0.000121
+gallium_dri.so free 0x5571735c3070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3170 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000123
+gallium_dri.so free 0x5571735c3170 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3230 0.000122
+gallium_dri.so free 0x5571735c32c0 void 0.000121
+gallium_dri.so free 0x5571735c3230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3230 0.000122
+gallium_dri.so free 0x5571735c3380 void 0.000139
+gallium_dri.so free 0x5571735c3230 void 0.000122
+gallium_dri.so malloc 72 0x5571735c33c0 0.000121
+gallium_dri.so free 0x5571735c3440 void 0.000121
+gallium_dri.so free 0x5571735c33c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3440 0.000121
+gallium_dri.so free 0x5571735c3500 void 0.000123
+gallium_dri.so free 0x5571735c3440 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3440 0.000120
+gallium_dri.so free 0x5571735c35c0 void 0.000147
+gallium_dri.so free 0x5571735c3440 void 0.000125
+gallium_dri.so malloc 72 0x5571735c35e0 0.000123
+gallium_dri.so free 0x5571735c3680 void 0.000122
+gallium_dri.so free 0x5571735c35e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3630 0.000122
+gallium_dri.so free 0x5571735c3700 void 0.000122
+gallium_dri.so free 0x5571735c3630 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3630 0.000122
+gallium_dri.so free 0x5571735c3780 void 0.000123
+gallium_dri.so free 0x5571735c3630 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3780 0.000130
+gallium_dri.so free 0x5571735c3840 void 0.000122
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3780 0.000120
+gallium_dri.so free 0x5571735c3900 void 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3780 0.000123
+gallium_dri.so free 0x5571735c39c0 void 0.000120
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3970 0.000120
+gallium_dri.so free 0x5571735c3a80 void 0.000120
+gallium_dri.so free 0x5571735c3970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a30 0.000121
+gallium_dri.so free 0x5571735c3b00 void 0.000121
+gallium_dri.so free 0x5571735c3a30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3b50 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000121
+gallium_dri.so free 0x5571735c3b50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3be0 0.000120
+gallium_dri.so free 0x5571735c3c80 void 0.000122
+gallium_dri.so free 0x5571735c3be0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3c30 0.000122
+gallium_dri.so free 0x5571735c3d00 void 0.000122
+gallium_dri.so free 0x5571735c3c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3c30 0.000122
+gallium_dri.so free 0x5571735c3d80 void 0.000121
+gallium_dri.so free 0x5571735c3c30 void 0.000168
+gallium_dri.so malloc 72 0x5571735c3d80 0.000121
+gallium_dri.so free 0x5571735c3e40 void 0.000122
+gallium_dri.so free 0x5571735c3d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3d80 0.000122
+gallium_dri.so free 0x5571735c3f40 void 0.000121
+gallium_dri.so free 0x5571735c3d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x5571735c3f80 void 0.000120
+gallium_dri.so free 0x5571735c3ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000120
+gallium_dri.so free 0x5571735c4040 void 0.000121
+gallium_dri.so free 0x5571735c3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4080 0.000121
+gallium_dri.so free 0x5571735c4100 void 0.000121
+gallium_dri.so free 0x5571735c4080 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4100 0.000121
+gallium_dri.so free 0x5571735c41c0 void 0.000122
+gallium_dri.so free 0x5571735c4100 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4100 0.000121
+gallium_dri.so free 0x5571735c4240 void 0.000121
+gallium_dri.so free 0x5571735c4100 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4270 0.000123
+gallium_dri.so free 0x5571735c42c0 void 0.000122
+gallium_dri.so free 0x5571735c4270 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4270 0.000146
+gallium_dri.so free 0x5571735c43c0 void 0.000123
+gallium_dri.so free 0x5571735c4270 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4400 0.000121
+gallium_dri.so free 0x5571735c4480 void 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4480 0.000122
+gallium_dri.so free 0x5571735c4540 void 0.000122
+gallium_dri.so free 0x5571735c4480 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4480 0.000121
+gallium_dri.so free 0x5571735c45c0 void 0.000121
+gallium_dri.so free 0x5571735c4480 void 0.000121
+gallium_dri.so malloc 72 0x5571735c45f0 0.000121
+gallium_dri.so free 0x5571735c4640 void 0.000123
+gallium_dri.so free 0x5571735c45f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c45f0 0.000122
+gallium_dri.so free 0x5571735c4740 void 0.000121
+gallium_dri.so free 0x5571735c45f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c46f0 0.000119
+gallium_dri.so free 0x5571735c4800 void 0.000122
+gallium_dri.so free 0x5571735c46f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c47b0 0.000126
+gallium_dri.so free 0x5571735c4880 void 0.000122
+gallium_dri.so free 0x5571735c47b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c47b0 0.000121
+gallium_dri.so free 0x5571735c4940 void 0.000127
+gallium_dri.so free 0x5571735c47b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c47b0 0.000121
+gallium_dri.so free 0x5571735c4a00 void 0.000123
+gallium_dri.so free 0x5571735c47b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c49b0 0.000122
+gallium_dri.so free 0x5571735c4a80 void 0.000122
+gallium_dri.so free 0x5571735c49b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000120
+gallium_dri.so free 0x5571735c4ad0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4b60 0.000120
+gallium_dri.so free 0x5571735c4c00 void 0.000121
+gallium_dri.so free 0x5571735c4b60 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000121
+gallium_dri.so free 0x5571735c4c80 void 0.000126
+gallium_dri.so free 0x5571735c4bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4c80 0.000121
+gallium_dri.so free 0x5571735c4d40 void 0.000121
+gallium_dri.so free 0x5571735c4c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4c80 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000121
+gallium_dri.so free 0x5571735c4c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000122
+gallium_dri.so free 0x5571735c4e80 void 0.000121
+gallium_dri.so free 0x5571735c4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000169
+gallium_dri.so free 0x5571735c4f40 void 0.000122
+gallium_dri.so free 0x5571735c4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000121
+gallium_dri.so free 0x5571735c5000 void 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000124
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735c4fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb380 0.000119
+gallium_dri.so free 0x5571735eb440 void 0.000122
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb540 void 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000121
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb680 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb700 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000130
+gallium_dri.so free 0x5571735eb700 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb700 0.000121
+gallium_dri.so free 0x5571735eb840 void 0.000123
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb870 0.000122
+gallium_dri.so free 0x5571735eb8c0 void 0.000121
+gallium_dri.so free 0x5571735eb870 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb870 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb870 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba00 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000126
+gallium_dri.so free 0x5571735eba00 void 0.000123
+gallium_dri.so malloc 72 0x5571735eba80 0.000121
+gallium_dri.so free 0x5571735ebb40 void 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba80 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000123
+gallium_dri.so free 0x5571735ebc40 void 0.000122
+gallium_dri.so free 0x5571735ebbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so free 0x5571735ebbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000130
+gallium_dri.so free 0x5571735ebe00 void 0.000122
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000121
+gallium_dri.so free 0x5571735ebe80 void 0.000135
+gallium_dri.so free 0x5571735ebdb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000121
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000120
+gallium_dri.so free 0x5571735ebdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000121
+gallium_dri.so free 0x5571735ec080 void 0.000122
+gallium_dri.so free 0x5571735ebfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec0d0 0.000121
+gallium_dri.so free 0x5571735ec140 void 0.000122
+gallium_dri.so free 0x5571735ec0d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec160 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000138
+gallium_dri.so free 0x5571735ec160 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000122
+gallium_dri.so free 0x5571735ec1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec280 0.000121
+gallium_dri.so free 0x5571735ec340 void 0.000169
+gallium_dri.so free 0x5571735ec280 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec280 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000121
+gallium_dri.so free 0x5571735ec480 void 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000122
+gallium_dri.so free 0x5571735ec3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec5b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec780 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000122
+gallium_dri.so free 0x5571735ec780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec780 0.000121
+gallium_dri.so free 0x5571735ec880 void 0.000122
+gallium_dri.so free 0x5571735ec780 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000123
+gallium_dri.so free 0x5571735ec900 void 0.000127
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000121
+gallium_dri.so free 0x5571735eca00 void 0.000122
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000122
+gallium_dri.so free 0x5571735ecac0 void 0.000121
+gallium_dri.so free 0x5571735ec9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eca70 0.000120
+gallium_dri.so free 0x5571735ecb00 void 0.000123
+gallium_dri.so free 0x5571735eca70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca70 0.000121
+gallium_dri.so free 0x5571735ecbc0 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc30 0.000121
+gallium_dri.so free 0x5571735ecc80 void 0.000121
+gallium_dri.so free 0x5571735ecc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecc30 0.000121
+gallium_dri.so free 0x5571735ecd80 void 0.000121
+gallium_dri.so free 0x5571735ecc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd30 0.000123
+gallium_dri.so free 0x5571735ece40 void 0.000122
+gallium_dri.so free 0x5571735ecd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000120
+gallium_dri.so free 0x5571735ece80 void 0.000132
+gallium_dri.so free 0x5571735ecdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000121
+gallium_dri.so free 0x5571735ecf40 void 0.000124
+gallium_dri.so free 0x5571735ecdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecf80 0.000120
+gallium_dri.so free 0x5571735ed000 void 0.000124
+gallium_dri.so free 0x5571735ecf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed000 0.000122
+gallium_dri.so free 0x5571735ed0c0 void 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed000 0.000122
+gallium_dri.so free 0x5571735ed180 void 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000122
+gallium_dri.so free 0x5571735ed1a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x5571735ed1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000121
+gallium_dri.so free 0x5571735ed340 void 0.000122
+gallium_dri.so free 0x5571735ed1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed340 0.000122
+gallium_dri.so free 0x5571735ed400 void 0.000123
+gallium_dri.so free 0x5571735ed340 void 0.000166
+gallium_dri.so malloc 72 0x5571735ed340 0.000123
+gallium_dri.so free 0x5571735ed4c0 void 0.000121
+gallium_dri.so free 0x5571735ed340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed340 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so free 0x5571735ed340 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed530 0.000121
+gallium_dri.so free 0x5571735ed640 void 0.000132
+gallium_dri.so free 0x5571735ed530 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000124
+gallium_dri.so free 0x5571735ed5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed710 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed710 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000122
+gallium_dri.so free 0x5571735ed7a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000121
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so free 0x5571735ed7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed940 0.000154
+gallium_dri.so free 0x5571735eda00 void 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed940 0.000122
+gallium_dri.so free 0x5571735edb00 void 0.000122
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so malloc 72 0x5571735edab0 0.000123
+gallium_dri.so free 0x5571735edb40 void 0.000121
+gallium_dri.so free 0x5571735edab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edab0 0.000121
+gallium_dri.so free 0x5571735edc00 void 0.000121
+gallium_dri.so free 0x5571735edab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc40 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000121
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735edcc0 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735edcc0 0.000129
+gallium_dri.so free 0x5571735ede00 void 0.000122
+gallium_dri.so free 0x5571735edcc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ede30 0.000122
+gallium_dri.so free 0x5571735ede80 void 0.000123
+gallium_dri.so free 0x5571735ede30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ede30 0.000122
+gallium_dri.so free 0x5571735edf80 void 0.000150
+gallium_dri.so free 0x5571735ede30 void 0.000123
+gallium_dri.so malloc 72 0x5571735edfc0 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000122
+gallium_dri.so free 0x5571735edfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee040 0.000120
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee040 0.000122
+gallium_dri.so free 0x5571735ee180 void 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000120
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so free 0x5571735ee1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so free 0x5571735ee1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000121
+gallium_dri.so free 0x5571735ee3c0 void 0.000121
+gallium_dri.so free 0x5571735ee2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee370 0.000122
+gallium_dri.so free 0x5571735ee440 void 0.000123
+gallium_dri.so free 0x5571735ee370 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee370 0.000121
+gallium_dri.so free 0x5571735ee500 void 0.000123
+gallium_dri.so free 0x5571735ee370 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee370 0.000131
+gallium_dri.so free 0x5571735ee5c0 void 0.000123
+gallium_dri.so free 0x5571735ee370 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee570 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee690 0.000120
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee690 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee720 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000122
+gallium_dri.so free 0x5571735ee720 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee770 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee840 0.000122
+gallium_dri.so free 0x5571735ee900 void 0.000122
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee840 0.000121
+gallium_dri.so free 0x5571735ee980 void 0.000122
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee980 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000122
+gallium_dri.so free 0x5571735ee980 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee980 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000122
+gallium_dri.so free 0x5571735ee980 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee980 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000122
+gallium_dri.so free 0x5571735ee980 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeb70 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec90 0.000139
+gallium_dri.so free 0x5571735eed00 void 0.000123
+gallium_dri.so free 0x5571735eec90 void 0.000121
+gallium_dri.so malloc 72 0x5571735eed40 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000121
+gallium_dri.so free 0x5571735eed40 void 0.000135
+gallium_dri.so malloc 72 0x5571735eed40 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000123
+gallium_dri.so free 0x5571735eed40 void 0.000122
+gallium_dri.so malloc 72 0x5571735eee70 0.000122
+gallium_dri.so free 0x5571735eeec0 void 0.000121
+gallium_dri.so free 0x5571735eee70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eee70 0.000121
+gallium_dri.so free 0x5571735eefc0 void 0.000123
+gallium_dri.so free 0x5571735eee70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eef70 0.000122
+gallium_dri.so free 0x5571735ef080 void 0.000123
+gallium_dri.so free 0x5571735eef70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef030 0.000170
+gallium_dri.so free 0x5571735ef0c0 void 0.000123
+gallium_dri.so free 0x5571735ef030 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef030 0.000121
+gallium_dri.so free 0x5571735ef180 void 0.000121
+gallium_dri.so free 0x5571735ef030 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so free 0x5571735ef1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000122
+gallium_dri.so free 0x5571735ef340 void 0.000123
+gallium_dri.so free 0x5571735ef1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000122
+gallium_dri.so free 0x5571735ef400 void 0.000122
+gallium_dri.so free 0x5571735ef2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000120
+gallium_dri.so free 0x5571735ef440 void 0.000121
+gallium_dri.so free 0x5571735ef3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000142
+gallium_dri.so free 0x5571735ef500 void 0.000122
+gallium_dri.so free 0x5571735ef3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef540 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000122
+gallium_dri.so free 0x5571735ef540 void 0.000187
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000193
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so free 0x5571735ef5c0 void 0.000178
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000124
+gallium_dri.so free 0x5571735ef740 void 0.000123
+gallium_dri.so free 0x5571735ef5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef760 0.000122
+gallium_dri.so free 0x5571735ef800 void 0.000122
+gallium_dri.so free 0x5571735ef760 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000120
+gallium_dri.so free 0x5571735ef880 void 0.000121
+gallium_dri.so free 0x5571735ef7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000121
+gallium_dri.so free 0x5571735ef900 void 0.000123
+gallium_dri.so free 0x5571735ef7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef900 0.000120
+gallium_dri.so free 0x5571735ef9c0 void 0.000122
+gallium_dri.so free 0x5571735ef900 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef900 0.000121
+gallium_dri.so free 0x5571735efa80 void 0.000123
+gallium_dri.so free 0x5571735ef900 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef900 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000122
+gallium_dri.so free 0x5571735ef900 void 0.000122
+gallium_dri.so malloc 72 0x5571735efaf0 0.000120
+gallium_dri.so free 0x5571735efc00 void 0.000138
+gallium_dri.so free 0x5571735efaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735efbb0 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000121
+gallium_dri.so free 0x5571735efbb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efcd0 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000121
+gallium_dri.so free 0x5571735efcd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efd60 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000123
+gallium_dri.so free 0x5571735efd60 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdb0 0.000121
+gallium_dri.so free 0x5571735efe80 void 0.000122
+gallium_dri.so free 0x5571735efdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdb0 0.000121
+gallium_dri.so free 0x5571735eff00 void 0.000122
+gallium_dri.so free 0x5571735efdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff00 0.000120
+gallium_dri.so free 0x5571735effc0 void 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff00 0.000123
+gallium_dri.so free 0x5571735f00c0 void 0.000121
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0070 0.000121
+gallium_dri.so free 0x5571735f0100 void 0.000122
+gallium_dri.so free 0x5571735f0070 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0070 0.000170
+gallium_dri.so free 0x5571735f01c0 void 0.000164
+gallium_dri.so free 0x5571735f0070 void 0.000164
+gallium_dri.so malloc 72 0x5571735f0200 0.000163
+gallium_dri.so free 0x5571735f0280 void 0.000164
+gallium_dri.so free 0x5571735f0200 void 0.000163
+gallium_dri.so malloc 72 0x5571735f0280 0.000162
+gallium_dri.so free 0x5571735f0340 void 0.000162
+gallium_dri.so free 0x5571735f0280 void 0.000162
+gallium_dri.so malloc 72 0x5571735f0280 0.000161
+gallium_dri.so free 0x5571735f03c0 void 0.000164
+gallium_dri.so free 0x5571735f0280 void 0.000147
+gallium_dri.so malloc 72 0x5571735f03f0 0.000122
+gallium_dri.so free 0x5571735f0440 void 0.000122
+gallium_dri.so free 0x5571735f03f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f03f0 0.000123
+gallium_dri.so free 0x5571735f0540 void 0.000122
+gallium_dri.so free 0x5571735f03f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0580 0.000121
+gallium_dri.so free 0x5571735f0600 void 0.000122
+gallium_dri.so free 0x5571735f0580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0600 0.000132
+gallium_dri.so free 0x5571735f06c0 void 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0600 0.000121
+gallium_dri.so free 0x5571735f0740 void 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0770 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000123
+gallium_dri.so free 0x5571735f0770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0770 0.000121
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so free 0x5571735f0770 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0870 0.000120
+gallium_dri.so free 0x5571735f0980 void 0.000122
+gallium_dri.so free 0x5571735f0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0930 0.000123
+gallium_dri.so free 0x5571735f0a00 void 0.000122
+gallium_dri.so free 0x5571735f0930 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0930 0.000122
+gallium_dri.so free 0x5571735f0ac0 void 0.000122
+gallium_dri.so free 0x5571735f0930 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0930 0.000121
+gallium_dri.so free 0x5571735f0b80 void 0.000122
+gallium_dri.so free 0x5571735f0930 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b30 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000135
+gallium_dri.so free 0x5571735f0b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0c50 0.000123
+gallium_dri.so free 0x5571735f0cc0 void 0.000122
+gallium_dri.so free 0x5571735f0c50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000120
+gallium_dri.so free 0x5571735f0d80 void 0.000122
+gallium_dri.so free 0x5571735f0ce0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0d30 0.000122
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so free 0x5571735f0d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e00 0.000120
+gallium_dri.so free 0x5571735f0ec0 void 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0e00 0.000120
+gallium_dri.so free 0x5571735f0f40 void 0.000121
+gallium_dri.so free 0x5571735f0e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0f40 0.000123
+gallium_dri.so free 0x5571735f1000 void 0.000124
+gallium_dri.so free 0x5571735f0f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0f40 0.000121
+gallium_dri.so free 0x5571735f10c0 void 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0f40 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1130 0.000138
+gallium_dri.so free 0x5571735f1200 void 0.000122
+gallium_dri.so free 0x5571735f1130 void 0.000170
+gallium_dri.so malloc 72 0x5571735f1250 0.000124
+gallium_dri.so free 0x5571735f12c0 void 0.000123
+gallium_dri.so free 0x5571735f1250 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1300 0.000121
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f1300 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1300 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000122
+gallium_dri.so free 0x5571735f1300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1430 0.000121
+gallium_dri.so free 0x5571735f1480 void 0.000122
+gallium_dri.so free 0x5571735f1430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1430 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000122
+gallium_dri.so free 0x5571735f1430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1530 0.000122
+gallium_dri.so free 0x5571735f1640 void 0.000121
+gallium_dri.so free 0x5571735f1530 void 0.000122
+gallium_dri.so malloc 72 0x5571735f15f0 0.000121
+gallium_dri.so free 0x5571735f1680 void 0.000122
+gallium_dri.so free 0x5571735f15f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f15f0 0.000121
+gallium_dri.so free 0x5571735f1740 void 0.000128
+gallium_dri.so free 0x5571735f15f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f17b0 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f17b0 0.000116
+gallium_dri.so free 0x5571735f1900 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f18b0 0.000115
+gallium_dri.so free 0x5571735f19c0 void 0.000116
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1970 0.000116
+gallium_dri.so free 0x5571735f1a00 void 0.000116
+gallium_dri.so free 0x5571735f1970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1970 0.000115
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b00 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b80 0.000116
+gallium_dri.so free 0x5571735f1c40 void 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b80 0.000115
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1d20 0.000116
+gallium_dri.so free 0x5571735f1dc0 void 0.000129
+gallium_dri.so free 0x5571735f1d20 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1d70 0.000115
+gallium_dri.so free 0x5571735f1e40 void 0.000115
+gallium_dri.so free 0x5571735f1d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d70 0.000116
+gallium_dri.so free 0x5571735f1ec0 void 0.000116
+gallium_dri.so free 0x5571735f1d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000115
+gallium_dri.so free 0x5571735f1f80 void 0.000117
+gallium_dri.so free 0x5571735f1ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000116
+gallium_dri.so free 0x5571735f1ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000115
+gallium_dri.so free 0x5571735f2100 void 0.000116
+gallium_dri.so free 0x5571735f1ec0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f20b0 0.000117
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f20b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2170 0.000116
+gallium_dri.so free 0x5571735f2240 void 0.000116
+gallium_dri.so free 0x5571735f2170 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2290 0.000115
+gallium_dri.so free 0x5571735f2300 void 0.000117
+gallium_dri.so free 0x5571735f2290 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2320 0.000115
+gallium_dri.so free 0x5571735f23c0 void 0.000132
+gallium_dri.so free 0x5571735f2320 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2370 0.000122
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2370 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so free 0x5571735f2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f24c0 0.000122
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f24c0 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2630 0.000120
+gallium_dri.so free 0x5571735f26c0 void 0.000122
+gallium_dri.so free 0x5571735f2630 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2630 0.000121
+gallium_dri.so free 0x5571735f2780 void 0.000119
+gallium_dri.so free 0x5571735f2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f27c0 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f27c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2840 0.000120
+gallium_dri.so free 0x5571735f2900 void 0.000122
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2840 0.000126
+gallium_dri.so free 0x5571735f2980 void 0.000122
+gallium_dri.so free 0x5571735f2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f29b0 0.000118
+gallium_dri.so free 0x5571735f2a00 void 0.000121
+gallium_dri.so free 0x5571735f29b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f29b0 0.000122
+gallium_dri.so free 0x5571735f2b00 void 0.000122
+gallium_dri.so free 0x5571735f29b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b40 0.000123
+gallium_dri.so free 0x5571735f2bc0 void 0.000123
+gallium_dri.so free 0x5571735f2b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2bc0 0.000121
+gallium_dri.so free 0x5571735f2d00 void 0.000122
+gallium_dri.so free 0x5571735f2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2d30 0.000121
+gallium_dri.so free 0x5571735f2d80 void 0.000121
+gallium_dri.so free 0x5571735f2d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d30 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so free 0x5571735f2d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000121
+gallium_dri.so free 0x5571735f2f40 void 0.000246
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000169
+gallium_dri.so free 0x5571735f2fc0 void 0.000125
+gallium_dri.so free 0x5571735f2ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000122
+gallium_dri.so free 0x5571735f3080 void 0.000122
+gallium_dri.so free 0x5571735f2ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000122
+gallium_dri.so free 0x5571735f3140 void 0.000123
+gallium_dri.so free 0x5571735f2ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f30f0 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000122
+gallium_dri.so free 0x5571735f30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3210 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000122
+gallium_dri.so free 0x5571735f3210 void 0.000122
+gallium_dri.so malloc 72 0x5571735f32a0 0.000122
+gallium_dri.so free 0x5571735f3340 void 0.000122
+gallium_dri.so free 0x5571735f32a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f32f0 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so free 0x5571735f32f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f33c0 0.000122
+gallium_dri.so free 0x5571735f3480 void 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f33c0 0.000122
+gallium_dri.so free 0x5571735f3500 void 0.000122
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3500 0.000121
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f3500 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3500 0.000121
+gallium_dri.so free 0x5571735f3680 void 0.000122
+gallium_dri.so free 0x5571735f3500 void 0.000121
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x55717360c0c0 void 0.000122
+gallium_dri.so free 0x5571735f36b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c100 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000121
+gallium_dri.so free 0x55717360c100 void 0.000117
+gallium_dri.so malloc 72 0x55717360c180 0.000122
+gallium_dri.so free 0x55717360c240 void 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000121
+gallium_dri.so malloc 72 0x55717360c180 0.000121
+gallium_dri.so free 0x55717360c2c0 void 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so malloc 72 0x55717360c180 0.000121
+gallium_dri.so free 0x55717360c380 void 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000120
+gallium_dri.so malloc 72 0x55717360c180 0.000121
+gallium_dri.so free 0x55717360c440 void 0.000125
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so malloc 72 0x55717360c3f0 0.000121
+gallium_dri.so free 0x55717360c4c0 void 0.000123
+gallium_dri.so free 0x55717360c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c510 0.000121
+gallium_dri.so free 0x55717360c580 void 0.000124
+gallium_dri.so free 0x55717360c510 void 0.000119
+gallium_dri.so malloc 72 0x55717360c5a0 0.000121
+gallium_dri.so free 0x55717360c640 void 0.000121
+gallium_dri.so free 0x55717360c5a0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c5f0 0.000121
+gallium_dri.so free 0x55717360c6c0 void 0.000123
+gallium_dri.so free 0x55717360c5f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c5f0 0.000121
+gallium_dri.so free 0x55717360c7c0 void 0.000172
+gallium_dri.so free 0x55717360c5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c770 0.000123
+gallium_dri.so free 0x55717360c840 void 0.000121
+gallium_dri.so free 0x55717360c770 void 0.000122
+gallium_dri.so malloc 72 0x55717360c890 0.000122
+gallium_dri.so free 0x55717360c900 void 0.000123
+gallium_dri.so free 0x55717360c890 void 0.000119
+gallium_dri.so malloc 72 0x55717360c920 0.000121
+gallium_dri.so free 0x55717360c9c0 void 0.000119
+gallium_dri.so free 0x55717360c920 void 0.000169
+gallium_dri.so malloc 72 0x55717360c970 0.000123
+gallium_dri.so free 0x55717360ca40 void 0.000120
+gallium_dri.so free 0x55717360c970 void 0.000118
+gallium_dri.so malloc 72 0x55717360c970 0.000121
+gallium_dri.so free 0x55717360cac0 void 0.000123
+gallium_dri.so free 0x55717360c970 void 0.000122
+gallium_dri.so malloc 72 0x55717360cac0 0.000122
+gallium_dri.so free 0x55717360cb80 void 0.000119
+gallium_dri.so free 0x55717360cac0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cac0 0.000121
+gallium_dri.so free 0x55717360cc80 void 0.000123
+gallium_dri.so free 0x55717360cac0 void 0.000121
+gallium_dri.so malloc 72 0x55717360cac0 0.000121
+gallium_dri.so free 0x55717360cd00 void 0.000122
+gallium_dri.so free 0x55717360cac0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cd30 0.000120
+gallium_dri.so free 0x55717360cd80 void 0.000120
+gallium_dri.so free 0x55717360cd30 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd30 0.000123
+gallium_dri.so free 0x55717360ce80 void 0.000121
+gallium_dri.so free 0x55717360cd30 void 0.000123
+gallium_dri.so malloc 72 0x55717360ce30 0.000119
+gallium_dri.so free 0x55717360cf40 void 0.000120
+gallium_dri.so free 0x55717360ce30 void 0.000121
+gallium_dri.so malloc 72 0x55717360cef0 0.000131
+gallium_dri.so free 0x55717360cf80 void 0.000123
+gallium_dri.so free 0x55717360cef0 void 0.000121
+gallium_dri.so malloc 72 0x55717360cef0 0.000121
+gallium_dri.so free 0x55717360d040 void 0.000121
+gallium_dri.so free 0x55717360cef0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d090 0.000125
+gallium_dri.so free 0x55717360d100 void 0.000123
+gallium_dri.so free 0x55717360d090 void 0.000121
+gallium_dri.so malloc 72 0x55717360d140 0.000124
+gallium_dri.so free 0x55717360d1c0 void 0.000123
+gallium_dri.so free 0x55717360d140 void 0.000122
+gallium_dri.so malloc 72 0x55717360d1c0 0.000121
+gallium_dri.so free 0x55717360d280 void 0.000121
+gallium_dri.so free 0x55717360d1c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d1c0 0.000119
+gallium_dri.so free 0x55717360d300 void 0.000123
+gallium_dri.so free 0x55717360d1c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d330 0.000122
+gallium_dri.so free 0x55717360d380 void 0.000122
+gallium_dri.so free 0x55717360d330 void 0.000118
+gallium_dri.so malloc 72 0x55717360d330 0.000122
+gallium_dri.so free 0x55717360d480 void 0.000122
+gallium_dri.so free 0x55717360d330 void 0.000121
+gallium_dri.so malloc 72 0x55717360d430 0.000121
+gallium_dri.so free 0x55717360d540 void 0.000123
+gallium_dri.so free 0x55717360d430 void 0.000123
+gallium_dri.so malloc 72 0x55717360d4f0 0.000122
+gallium_dri.so free 0x55717360d5c0 void 0.000123
+gallium_dri.so free 0x55717360d4f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d5e0 0.000122
+gallium_dri.so free 0x55717360d680 void 0.000121
+gallium_dri.so free 0x55717360d5e0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d630 0.000122
+gallium_dri.so free 0x55717360d700 void 0.000123
+gallium_dri.so free 0x55717360d630 void 0.000121
+gallium_dri.so malloc 72 0x55717360d630 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000123
+gallium_dri.so free 0x55717360d630 void 0.000121
+gallium_dri.so malloc 72 0x55717360d780 0.000121
+gallium_dri.so free 0x55717360d840 void 0.000121
+gallium_dri.so free 0x55717360d780 void 0.000120
+gallium_dri.so malloc 72 0x55717360d780 0.000122
+gallium_dri.so free 0x55717360d900 void 0.000121
+gallium_dri.so free 0x55717360d780 void 0.000121
+gallium_dri.so malloc 72 0x55717360d780 0.000118
+gallium_dri.so free 0x55717360d9c0 void 0.000228
+gallium_dri.so free 0x55717360d780 void 0.000121
+gallium_dri.so malloc 72 0x55717360d970 0.000125
+gallium_dri.so free 0x557173604200 void 0.000122
+gallium_dri.so free 0x55717360d970 void 0.000171
+gallium_dri.so malloc 72 0x5571736041b0 0.000122
+gallium_dri.so free 0x557173591d80 void 0.000122
+gallium_dri.so free 0x5571736041b0 void 0.000121
+gallium_dri.so malloc 72 0x557173591d30 0.000121
+gallium_dri.so free 0x5571735cae00 void 0.000122
+gallium_dri.so free 0x557173591d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735cadb0 0.000120
+gallium_dri.so free 0x55717360aa40 void 0.000120
+gallium_dri.so free 0x5571735cadb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360a9f0 0.000121
+gallium_dri.so free 0x557173588680 void 0.000118
+gallium_dri.so free 0x55717360a9f0 void 0.000121
+gallium_dri.so malloc 72 0x557173588630 0.000122
+gallium_dri.so free 0x5571735d15c0 void 0.000120
+gallium_dri.so free 0x557173588630 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1570 0.000122
+gallium_dri.so free 0x5571736022c0 void 0.000123
+gallium_dri.so free 0x5571735d1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1570 0.000122
+gallium_dri.so free 0x557173462f80 void 0.000124
+gallium_dri.so free 0x5571735d1570 void 0.000120
+gallium_dri.so malloc 72 0x557173462f30 0.000121
+gallium_dri.so free 0x55717360bfc0 void 0.000122
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x55717360bf70 0.000131
+gallium_dri.so free 0x557173462dc0 void 0.000124
+gallium_dri.so free 0x55717360bf70 void 0.000121
+gallium_dri.so malloc 72 0x557173462d70 0.000121
+gallium_dri.so free 0x55717358e780 void 0.000121
+gallium_dri.so free 0x557173462d70 void 0.000122
+gallium_dri.so malloc 72 0x55717358e730 0.000120
+gallium_dri.so free 0x557173465540 void 0.000122
+gallium_dri.so free 0x55717358e730 void 0.000121
+gallium_dri.so malloc 72 0x5571734654f0 0.000120
+gallium_dri.so free 0x5571734663c0 void 0.000122
+gallium_dri.so free 0x5571734654f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466370 0.000122
+gallium_dri.so free 0x5571735d5480 void 0.000123
+gallium_dri.so free 0x557173466370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5430 0.000119
+gallium_dri.so free 0x557173603e80 void 0.000118
+gallium_dri.so free 0x5571735d5430 void 0.000126
+gallium_dri.so malloc 72 0x557173603e30 0.000121
+gallium_dri.so free 0x55717358f7c0 void 0.000122
+gallium_dri.so free 0x557173603e30 void 0.000124
+gallium_dri.so malloc 72 0x55717358f770 0.000121
+gallium_dri.so free 0x557173467b00 void 0.000122
+gallium_dri.so free 0x55717358f770 void 0.000122
+gallium_dri.so malloc 72 0x557173467ab0 0.000123
+gallium_dri.so free 0x5571735cf000 void 0.000120
+gallium_dri.so free 0x557173467ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cefb0 0.000121
+gallium_dri.so free 0x5571735d6140 void 0.000121
+gallium_dri.so free 0x5571735cefb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d60f0 0.000119
+gallium_dri.so free 0x557173589c00 void 0.000121
+gallium_dri.so free 0x5571735d60f0 void 0.000118
+gallium_dri.so malloc 72 0x557173589bb0 0.000122
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so free 0x557173589bb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358eab0 0.000119
+gallium_dri.so free 0x5571735d0740 void 0.000120
+gallium_dri.so free 0x55717358eab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d06f0 0.000120
+gallium_dri.so free 0x5571736018c0 void 0.000122
+gallium_dri.so free 0x5571735d06f0 void 0.000118
+gallium_dri.so malloc 72 0x557173601870 0.000122
+gallium_dri.so free 0x5571735d0580 void 0.000121
+gallium_dri.so free 0x557173601870 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0530 0.000118
+gallium_dri.so free 0x55717358c1c0 void 0.000118
+gallium_dri.so free 0x5571735d0530 void 0.000118
+gallium_dri.so malloc 72 0x55717358c170 0.000122
+gallium_dri.so free 0x5571735d2d00 void 0.000122
+gallium_dri.so free 0x55717358c170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000155
+gallium_dri.so free 0x557173463e00 void 0.000124
+gallium_dri.so free 0x5571735d2cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173463db0 0.000118
+gallium_dri.so free 0x557173609400 void 0.000121
+gallium_dri.so free 0x557173463db0 void 0.000118
+gallium_dri.so malloc 72 0x557173609470 0.000120
+gallium_dri.so free 0x557173601c40 void 0.000119
+gallium_dri.so free 0x557173609470 void 0.000120
+gallium_dri.so malloc 72 0x557173601bf0 0.000123
+gallium_dri.so free 0x55717358ac40 void 0.000121
+gallium_dri.so free 0x557173601bf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358abf0 0.000120
+gallium_dri.so free 0x5571735d52c0 void 0.000120
+gallium_dri.so free 0x55717358abf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5270 0.000121
+gallium_dri.so free 0x557173468980 void 0.000123
+gallium_dri.so free 0x5571735d5270 void 0.000122
+gallium_dri.so malloc 72 0x557173468930 0.000122
+gallium_dri.so free 0x5571735bf3c0 void 0.000119
+gallium_dri.so free 0x557173468930 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf370 0.000119
+gallium_dri.so free 0x5571736067c0 void 0.000122
+gallium_dri.so free 0x5571735bf370 void 0.000120
+gallium_dri.so malloc 72 0x557173606770 0.000120
+gallium_dri.so free 0x557173604880 void 0.000122
+gallium_dri.so free 0x557173606770 void 0.000130
+gallium_dri.so malloc 72 0x557173606770 0.000123
+gallium_dri.so free 0x557173601a80 void 0.000165
+gallium_dri.so free 0x557173606770 void 0.000128
+gallium_dri.so malloc 72 0x557173601a30 0.000122
+gallium_dri.so free 0x557173608d80 void 0.000120
+gallium_dri.so free 0x557173601a30 void 0.000118
+gallium_dri.so malloc 72 0x557173608d30 0.000122
+gallium_dri.so free 0x5571735d2b40 void 0.000122
+gallium_dri.so free 0x557173608d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2af0 0.000121
+gallium_dri.so free 0x5571735d0900 void 0.000118
+gallium_dri.so free 0x5571735d2af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d08b0 0.000121
+gallium_dri.so free 0x557173604040 void 0.000121
+gallium_dri.so free 0x5571735d08b0 void 0.000121
+gallium_dri.so malloc 72 0x557173603ff0 0.000122
+gallium_dri.so free 0x5571735d5100 void 0.000123
+gallium_dri.so free 0x557173603ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d50b0 0.000122
+gallium_dri.so free 0x557173607480 void 0.000119
+gallium_dri.so free 0x5571735d50b0 void 0.000122
+gallium_dri.so malloc 72 0x557173607430 0.000122
+gallium_dri.so free 0x557173589f80 void 0.000123
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x557173589f30 0.000129
+gallium_dri.so free 0x55717358d200 void 0.000122
+gallium_dri.so free 0x557173589f30 void 0.000119
+gallium_dri.so malloc 72 0x55717358d1b0 0.000122
+gallium_dri.so free 0x557173606600 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736065b0 0.000122
+gallium_dri.so free 0x5571735910c0 void 0.000123
+gallium_dri.so free 0x5571736065b0 void 0.000119
+gallium_dri.so malloc 72 0x557173591070 0.000122
+gallium_dri.so free 0x557173467cc0 void 0.000120
+gallium_dri.so free 0x557173591070 void 0.000118
+gallium_dri.so malloc 72 0x557173467c70 0.000120
+gallium_dri.so free 0x557173608a00 void 0.000121
+gallium_dri.so free 0x557173467c70 void 0.000120
+gallium_dri.so malloc 72 0x5571736089b0 0.000119
+gallium_dri.so free 0x557173606440 void 0.000121
+gallium_dri.so free 0x5571736089b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736063f0 0.000122
+gallium_dri.so free 0x557173608bc0 void 0.000121
+gallium_dri.so free 0x5571736063f0 void 0.000121
+gallium_dri.so malloc 72 0x557173608b70 0.000120
+gallium_dri.so free 0x557173463140 void 0.000121
+gallium_dri.so free 0x557173608b70 void 0.000122
+gallium_dri.so malloc 72 0x5571734630f0 0.000122
+gallium_dri.so free 0x557173604ec0 void 0.000124
+gallium_dri.so free 0x5571734630f0 void 0.000131
+gallium_dri.so malloc 72 0x557173604e70 0.000122
+gallium_dri.so free 0x557173467940 void 0.000121
+gallium_dri.so free 0x557173604e70 void 0.000118
+gallium_dri.so malloc 72 0x5571734678f0 0.000121
+gallium_dri.so free 0x557173589dc0 void 0.000122
+gallium_dri.so free 0x5571734678f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173465380 void 0.000122
+gallium_dri.so free 0x557173589d70 void 0.000120
+gallium_dri.so malloc 72 0x557173465330 0.000120
+gallium_dri.so free 0x557173591740 void 0.000120
+gallium_dri.so free 0x557173465330 void 0.000122
+gallium_dri.so malloc 72 0x5571735917b0 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000121
+gallium_dri.so free 0x5571735917b0 void 0.000160
+gallium_dri.so malloc 72 0x557173590cf0 0.000124
+gallium_dri.so free 0x5571735d3b80 void 0.000120
+gallium_dri.so free 0x557173590cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3b30 0.000122
+gallium_dri.so free 0x55717358c380 void 0.000122
+gallium_dri.so free 0x5571735d3b30 void 0.000121
+gallium_dri.so malloc 72 0x55717358c330 0.000120
+gallium_dri.so free 0x557173609d80 void 0.000123
+gallium_dri.so free 0x55717358c330 void 0.000122
+gallium_dri.so malloc 72 0x557173609d30 0.000138
+gallium_dri.so free 0x55717358c540 void 0.000106
+gallium_dri.so free 0x557173609d30 void 0.000233
+gallium_dri.so malloc 72 0x55717358c4f0 0.000179
+gallium_dri.so free 0x5571735d2ec0 void 0.000159
+gallium_dri.so free 0x55717358c4f0 void 0.000191
+gallium_dri.so malloc 72 0x5571735d2e70 0.000122
+gallium_dri.so free 0x5571735d5b00 void 0.000123
+gallium_dri.so free 0x5571735d2e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2e70 0.000124
+gallium_dri.so free 0x55717358e940 void 0.000125
+gallium_dri.so free 0x5571735d2e70 void 0.000124
+gallium_dri.so malloc 72 0x55717358e8f0 0.000118
+gallium_dri.so free 0x557173465700 void 0.000114
+gallium_dri.so free 0x55717358e8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734656b0 0.000119
+gallium_dri.so free 0x557173602900 void 0.000114
+gallium_dri.so free 0x5571734656b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736028b0 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000114
+gallium_dri.so free 0x5571736028b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3540 0.000113
+gallium_dri.so free 0x557173590f00 void 0.000114
+gallium_dri.so free 0x5571735d3540 void 0.000161
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x5571734637c0 void 0.000116
+gallium_dri.so free 0x557173590eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173590eb0 0.000114
+gallium_dri.so free 0x5571734646c0 void 0.000114
+gallium_dri.so free 0x557173590eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173464670 0.000114
+gallium_dri.so free 0x557173590080 void 0.000113
+gallium_dri.so free 0x557173464670 void 0.000113
+gallium_dri.so malloc 72 0x557173590030 0.000113
+gallium_dri.so free 0x557173465d80 void 0.000113
+gallium_dri.so free 0x557173590030 void 0.000113
+gallium_dri.so malloc 72 0x557173465d80 0.000113
+gallium_dri.so free 0x557173609bc0 void 0.000114
+gallium_dri.so free 0x557173465d80 void 0.000113
+gallium_dri.so malloc 72 0x557173609b70 0.000114
+gallium_dri.so free 0x557173588f40 void 0.000114
+gallium_dri.so free 0x557173609b70 void 0.000113
+gallium_dri.so malloc 72 0x557173588ef0 0.000112
+gallium_dri.so free 0x55717358f180 void 0.000114
+gallium_dri.so free 0x557173588ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173588ef0 0.000113
+gallium_dri.so free 0x557173469240 void 0.000114
+gallium_dri.so free 0x557173588ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571734691f0 0.000112
+gallium_dri.so free 0x5571735cf8c0 void 0.000112
+gallium_dri.so free 0x5571734691f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735cf870 0.000115
+gallium_dri.so free 0x557173468340 void 0.000114
+gallium_dri.so free 0x5571735cf870 void 0.000159
+gallium_dri.so malloc 72 0x5571735cf870 0.000115
+gallium_dri.so free 0x557173466c80 void 0.000114
+gallium_dri.so free 0x5571735cf870 void 0.000112
+gallium_dri.so malloc 72 0x557173466c30 0.000113
+gallium_dri.so free 0x55717358dac0 void 0.000113
+gallium_dri.so free 0x557173466c30 void 0.000113
+gallium_dri.so malloc 72 0x55717358da70 0.000119
+gallium_dri.so free 0x55717360b300 void 0.000114
+gallium_dri.so free 0x55717358da70 void 0.000113
+gallium_dri.so malloc 72 0x55717360b2b0 0.000113
+gallium_dri.so free 0x5571735d1e80 void 0.000116
+gallium_dri.so free 0x55717360b2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1e30 0.000113
+gallium_dri.so free 0x557173607d40 void 0.000115
+gallium_dri.so free 0x5571735d1e30 void 0.000113
+gallium_dri.so malloc 72 0x557173607cf0 0.000114
+gallium_dri.so free 0x55717358a600 void 0.000114
+gallium_dri.so free 0x557173607cf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a670 0.000113
+gallium_dri.so free 0x55717360a400 void 0.000114
+gallium_dri.so free 0x55717358a670 void 0.000113
+gallium_dri.so malloc 72 0x55717358a670 0.000114
+gallium_dri.so free 0x557173606e40 void 0.000114
+gallium_dri.so free 0x55717358a670 void 0.000113
+gallium_dri.so malloc 72 0x557173606e40 0.000117
+gallium_dri.so free 0x5571735d6a00 void 0.000121
+gallium_dri.so free 0x557173606e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d69b0 0.000113
+gallium_dri.so free 0x5571736031c0 void 0.000117
+gallium_dri.so free 0x5571735d69b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603170 0.000112
+gallium_dri.so free 0x55717358b500 void 0.000113
+gallium_dri.so free 0x557173603170 void 0.000113
+gallium_dri.so malloc 72 0x55717358b4b0 0.000114
+gallium_dri.so free 0x5571735d4440 void 0.000116
+gallium_dri.so free 0x55717358b4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d43f0 0.000113
+gallium_dri.so free 0x557173605780 void 0.000113
+gallium_dri.so free 0x5571735d43f0 void 0.000113
+gallium_dri.so malloc 72 0x557173605730 0.000113
+gallium_dri.so free 0x5571735bfc80 void 0.000114
+gallium_dri.so free 0x557173605730 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x55717358cbc0 void 0.000114
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfc30 0.000114
+gallium_dri.so free 0x5571735d0f80 void 0.000113
+gallium_dri.so free 0x5571735bfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfc30 0.000112
+gallium_dri.so free 0x557173591e80 void 0.000118
+gallium_dri.so free 0x5571735bfc30 void 0.000113
+gallium_dri.so malloc 72 0x557173591ed0 0.000184
+gallium_dri.so free 0x557173591f40 void 0.000114
+gallium_dri.so free 0x557173591ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ed0 0.000113
+gallium_dri.so free 0x5571735d6b40 void 0.000114
+gallium_dri.so free 0x557173591ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173591ed0 0.000116
+gallium_dri.so free 0x5571735d6c00 void 0.000115
+gallium_dri.so free 0x557173591ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6bb0 0.000114
+gallium_dri.so free 0x5571735883c0 void 0.000114
+gallium_dri.so free 0x5571735d6bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173588370 0.000118
+gallium_dri.so free 0x557173588440 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000112
+gallium_dri.so malloc 72 0x557173588490 0.000160
+gallium_dri.so free 0x55717360d800 void 0.000114
+gallium_dri.so free 0x557173588490 void 0.000113
+gallium_dri.so malloc 72 0x557173588490 0.000113
+gallium_dri.so free 0x55717360d880 void 0.000113
+gallium_dri.so free 0x557173588490 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8b0 0.000113
+gallium_dri.so free 0x557173602a00 void 0.000115
+gallium_dri.so free 0x55717360d8b0 void 0.000113
+gallium_dri.so malloc 72 0x557173602a40 0.000114
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so free 0x557173602a40 void 0.000118
+gallium_dri.so malloc 72 0x557173602ac0 0.000118
+gallium_dri.so free 0x557173602b80 void 0.000114
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173602ac0 0.000123
+gallium_dri.so free 0x557173463f00 void 0.000114
+gallium_dri.so free 0x557173602ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173463f20 0.000113
+gallium_dri.so free 0x557173463fc0 void 0.000115
+gallium_dri.so free 0x557173463f20 void 0.000113
+gallium_dri.so malloc 72 0x557173463f70 0.000113
+gallium_dri.so free 0x557173464040 void 0.000114
+gallium_dri.so free 0x557173463f70 void 0.000113
+gallium_dri.so malloc 72 0x557173463f70 0.000114
+gallium_dri.so free 0x5571734640c0 void 0.000114
+gallium_dri.so free 0x557173463f70 void 0.000113
+gallium_dri.so malloc 72 0x5571734640c0 0.000116
+gallium_dri.so free 0x5571735d6240 void 0.000118
+gallium_dri.so free 0x5571734640c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d6260 0.000113
+gallium_dri.so free 0x5571735d6300 void 0.000115
+gallium_dri.so free 0x5571735d6260 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62b0 0.000114
+gallium_dri.so free 0x5571735d6380 void 0.000113
+gallium_dri.so free 0x5571735d62b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d62b0 0.000112
+gallium_dri.so free 0x5571735d16c0 void 0.000114
+gallium_dri.so free 0x5571735d62b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1700 0.000126
+gallium_dri.so free 0x5571735d1780 void 0.000117
+gallium_dri.so free 0x5571735d1700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1780 0.000114
+gallium_dri.so free 0x5571735d6480 void 0.000114
+gallium_dri.so free 0x5571735d1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6430 0.000113
+gallium_dri.so free 0x5571735d1840 void 0.000114
+gallium_dri.so free 0x5571735d6430 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6430 0.000113
+gallium_dri.so free 0x5571735bf4c0 void 0.000114
+gallium_dri.so free 0x5571735d6430 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf500 0.000113
+gallium_dri.so free 0x5571735bf580 void 0.000114
+gallium_dri.so free 0x5571735bf500 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf580 0.000113
+gallium_dri.so free 0x5571735bf640 void 0.000115
+gallium_dri.so free 0x5571735bf580 void 0.000112
+gallium_dri.so malloc 72 0x5571735bf580 0.000115
+gallium_dri.so free 0x5571735d1900 void 0.000114
+gallium_dri.so free 0x5571735bf580 void 0.000113
+gallium_dri.so malloc 72 0x5571735d18b0 0.000115
+gallium_dri.so free 0x5571735cf100 void 0.000113
+gallium_dri.so free 0x5571735d18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf130 0.000114
+gallium_dri.so free 0x5571735cf180 void 0.000114
+gallium_dri.so free 0x5571735cf130 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf130 0.000112
+gallium_dri.so free 0x5571735cf280 void 0.000118
+gallium_dri.so free 0x5571735cf130 void 0.000153
+gallium_dri.so malloc 72 0x5571735cf230 0.000117
+gallium_dri.so free 0x5571735cf340 void 0.000114
+gallium_dri.so free 0x5571735cf230 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000113
+gallium_dri.so free 0x557173607580 void 0.000115
+gallium_dri.so free 0x5571735cf2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736075b0 0.000113
+gallium_dri.so free 0x557173607600 void 0.000115
+gallium_dri.so free 0x5571736075b0 void 0.000113
+gallium_dri.so malloc 72 0x557173607600 0.000114
+gallium_dri.so free 0x5571736076c0 void 0.000114
+gallium_dri.so free 0x557173607600 void 0.000113
+gallium_dri.so malloc 72 0x557173607600 0.000113
+gallium_dri.so free 0x557173604fc0 void 0.000114
+gallium_dri.so free 0x557173607600 void 0.000119
+gallium_dri.so malloc 72 0x557173605010 0.000113
+gallium_dri.so free 0x5571736077c0 void 0.000114
+gallium_dri.so free 0x557173605010 void 0.000113
+gallium_dri.so malloc 72 0x557173607770 0.000114
+gallium_dri.so free 0x557173605080 void 0.000114
+gallium_dri.so free 0x557173607770 void 0.000114
+gallium_dri.so malloc 72 0x5571736050b0 0.000114
+gallium_dri.so free 0x557173605100 void 0.000114
+gallium_dri.so free 0x5571736050b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736050b0 0.000119
+gallium_dri.so free 0x557173588780 void 0.000115
+gallium_dri.so free 0x5571736050b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735887d0 0.000119
+gallium_dri.so free 0x557173588840 void 0.000119
+gallium_dri.so free 0x5571735887d0 void 0.000113
+gallium_dri.so malloc 72 0x557173588880 0.000114
+gallium_dri.so free 0x557173605200 void 0.000113
+gallium_dri.so free 0x557173588880 void 0.000115
+gallium_dri.so malloc 72 0x5571736051b0 0.000113
+gallium_dri.so free 0x557173588900 void 0.000115
+gallium_dri.so free 0x5571736051b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736051b0 0.000114
+gallium_dri.so free 0x55717358f8c0 void 0.000114
+gallium_dri.so free 0x5571736051b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f900 0.000113
+gallium_dri.so free 0x55717358f980 void 0.000113
+gallium_dri.so free 0x55717358f900 void 0.000122
+gallium_dri.so malloc 72 0x55717358f980 0.000121
+gallium_dri.so free 0x5571735889c0 void 0.000115
+gallium_dri.so free 0x55717358f980 void 0.000113
+gallium_dri.so malloc 72 0x557173588970 0.000124
+gallium_dri.so free 0x55717358fa40 void 0.000124
+gallium_dri.so free 0x557173588970 void 0.000124
+gallium_dri.so malloc 72 0x557173588970 0.000124
+gallium_dri.so free 0x55717360ab40 void 0.000124
+gallium_dri.so free 0x557173588970 void 0.000133
+gallium_dri.so malloc 72 0x55717360abb0 0.000119
+gallium_dri.so free 0x55717360ac00 void 0.000114
+gallium_dri.so free 0x55717360abb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360abb0 0.000124
+gallium_dri.so free 0x55717360ad00 void 0.000118
+gallium_dri.so free 0x55717360abb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360acb0 0.000114
+gallium_dri.so free 0x55717358fb00 void 0.000114
+gallium_dri.so free 0x55717360acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358fab0 0.000112
+gallium_dri.so free 0x5571735d3c80 void 0.000113
+gallium_dri.so free 0x55717358fab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000113
+gallium_dri.so free 0x5571735d3d00 void 0.000115
+gallium_dri.so free 0x5571735d3cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000121
+gallium_dri.so free 0x5571735d3e00 void 0.000118
+gallium_dri.so free 0x5571735d3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3db0 0.000115
+gallium_dri.so free 0x557173468a80 void 0.000115
+gallium_dri.so free 0x5571735d3db0 void 0.000113
+gallium_dri.so malloc 72 0x557173468ae0 0.000115
+gallium_dri.so free 0x5571735d3ec0 void 0.000115
+gallium_dri.so free 0x557173468ae0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3e70 0.000114
+gallium_dri.so free 0x557173468b80 void 0.000117
+gallium_dri.so free 0x5571735d3e70 void 0.000118
+gallium_dri.so malloc 72 0x557173468b30 0.000114
+gallium_dri.so free 0x557173468c00 void 0.000114
+gallium_dri.so free 0x557173468b30 void 0.000113
+gallium_dri.so malloc 72 0x557173468b30 0.000113
+gallium_dri.so free 0x55717358d300 void 0.000114
+gallium_dri.so free 0x557173468b30 void 0.000117
+gallium_dri.so malloc 72 0x55717358d350 0.000114
+gallium_dri.so free 0x55717358d3c0 void 0.000113
+gallium_dri.so free 0x55717358d350 void 0.000112
+gallium_dri.so malloc 72 0x55717358d3e0 0.000113
+gallium_dri.so free 0x55717358d480 void 0.000114
+gallium_dri.so free 0x55717358d3e0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d430 0.000113
+gallium_dri.so free 0x55717358ad40 void 0.000113
+gallium_dri.so free 0x55717358d430 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad90 0.000120
+gallium_dri.so free 0x55717358d500 void 0.000118
+gallium_dri.so free 0x55717358ad90 void 0.000113
+gallium_dri.so malloc 72 0x55717358ad90 0.000113
+gallium_dri.so free 0x55717358ae00 void 0.000114
+gallium_dri.so free 0x55717358ad90 void 0.000112
+gallium_dri.so malloc 72 0x55717358ae50 0.000113
+gallium_dri.so free 0x55717358aec0 void 0.000119
+gallium_dri.so free 0x55717358ae50 void 0.000124
+gallium_dri.so malloc 72 0x55717358aee0 0.000119
+gallium_dri.so free 0x5571734664c0 void 0.000123
+gallium_dri.so free 0x55717358aee0 void 0.000114
+gallium_dri.so malloc 72 0x5571734664f0 0.000111
+gallium_dri.so free 0x557173466540 void 0.000210
+gallium_dri.so free 0x5571734664f0 void 0.000210
+gallium_dri.so malloc 72 0x5571734664f0 0.000128
+gallium_dri.so free 0x557173466640 void 0.000130
+gallium_dri.so free 0x5571734664f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734665f0 0.000118
+gallium_dri.so free 0x557173602d80 void 0.000117
+gallium_dri.so free 0x5571734665f0 void 0.000120
+gallium_dri.so malloc 72 0x557173602dc0 0.000124
+gallium_dri.so free 0x55717358af80 void 0.000124
+gallium_dri.so free 0x557173602dc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358af30 0.000115
+gallium_dri.so free 0x557173602e40 void 0.000114
+gallium_dri.so free 0x55717358af30 void 0.000113
+gallium_dri.so malloc 72 0x55717358af30 0.000116
+gallium_dri.so free 0x557173602f00 void 0.000115
+gallium_dri.so free 0x55717358af30 void 0.000114
+gallium_dri.so malloc 72 0x557173602eb0 0.000114
+gallium_dri.so free 0x557173602f80 void 0.000114
+gallium_dri.so free 0x557173602eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173602fd0 0.000127
+gallium_dri.so free 0x557173466700 void 0.000115
+gallium_dri.so free 0x557173602fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571734666b0 0.000120
+gallium_dri.so free 0x5571735bf840 void 0.000114
+gallium_dri.so free 0x5571734666b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf870 0.000114
+gallium_dri.so free 0x5571735bf8c0 void 0.000113
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf870 0.000115
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf870 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfa00 0.000114
+gallium_dri.so free 0x5571735cf480 void 0.000114
+gallium_dri.so free 0x5571735bfa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf4d0 0.000113
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so free 0x5571735cf4d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf560 0.000112
+gallium_dri.so free 0x5571735cf600 void 0.000113
+gallium_dri.so free 0x5571735cf560 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000114
+gallium_dri.so free 0x5571735bfa80 void 0.000114
+gallium_dri.so free 0x5571735cf5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf5b0 0.000114
+gallium_dri.so free 0x5571735cf680 void 0.000114
+gallium_dri.so free 0x5571735cf5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf680 0.000130
+gallium_dri.so free 0x557173588b00 void 0.000121
+gallium_dri.so free 0x5571735cf680 void 0.000114
+gallium_dri.so malloc 72 0x557173588b60 0.000114
+gallium_dri.so free 0x557173588c00 void 0.000114
+gallium_dri.so free 0x557173588b60 void 0.000118
+gallium_dri.so malloc 72 0x557173588bb0 0.000114
+gallium_dri.so free 0x557173588c40 void 0.000113
+gallium_dri.so free 0x557173588bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173588bb0 0.000119
+gallium_dri.so free 0x557173588d00 void 0.000126
+gallium_dri.so free 0x557173588bb0 void 0.000126
+gallium_dri.so malloc 72 0x557173588d40 0.000161
+gallium_dri.so free 0x55717358fc40 void 0.000123
+gallium_dri.so free 0x557173588d40 void 0.000119
+gallium_dri.so malloc 72 0x55717358fc90 0.000116
+gallium_dri.so free 0x55717358fd00 void 0.000119
+gallium_dri.so free 0x55717358fc90 void 0.000119
+gallium_dri.so malloc 72 0x55717358fd20 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000118
+gallium_dri.so free 0x55717358fd20 void 0.000113
+gallium_dri.so malloc 72 0x55717358fd70 0.000114
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fe40 0.000113
+gallium_dri.so free 0x5571735d1a40 void 0.000127
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a80 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000114
+gallium_dri.so free 0x5571735d1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b00 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000113
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1b00 0.000114
+gallium_dri.so free 0x5571735d1c40 void 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c70 0.000113
+gallium_dri.so free 0x5571735d4000 void 0.000114
+gallium_dri.so free 0x5571735d1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4040 0.000113
+gallium_dri.so free 0x5571735d40c0 void 0.000113
+gallium_dri.so free 0x5571735d4040 void 0.000151
+gallium_dri.so malloc 72 0x5571735d40c0 0.000117
+gallium_dri.so free 0x5571735d4180 void 0.000114
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d40c0 0.000119
+gallium_dri.so free 0x5571735d4200 void 0.000117
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d40c0 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000115
+gallium_dri.so free 0x5571735d40c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468e30 0.000112
+gallium_dri.so free 0x557173468e80 void 0.000118
+gallium_dri.so free 0x557173468e30 void 0.000114
+gallium_dri.so malloc 72 0x557173468e30 0.000114
+gallium_dri.so free 0x557173468f80 void 0.000113
+gallium_dri.so free 0x557173468e30 void 0.000115
+gallium_dri.so malloc 72 0x557173468f30 0.000115
+gallium_dri.so free 0x557173469040 void 0.000113
+gallium_dri.so free 0x557173468f30 void 0.000113
+gallium_dri.so malloc 72 0x557173468ff0 0.000113
+gallium_dri.so free 0x55717358d680 void 0.000114
+gallium_dri.so free 0x557173468ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d6b0 0.000113
+gallium_dri.so free 0x55717358d700 void 0.000118
+gallium_dri.so free 0x55717358d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d6b0 0.000114
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d840 0.000114
+gallium_dri.so free 0x557173605340 void 0.000114
+gallium_dri.so free 0x55717358d840 void 0.000113
+gallium_dri.so malloc 72 0x557173605390 0.000113
+gallium_dri.so free 0x557173605400 void 0.000115
+gallium_dri.so free 0x557173605390 void 0.000113
+gallium_dri.so malloc 72 0x557173605420 0.000113
+gallium_dri.so free 0x5571736054c0 void 0.000113
+gallium_dri.so free 0x557173605420 void 0.000113
+gallium_dri.so malloc 72 0x557173605470 0.000113
+gallium_dri.so free 0x55717358d8c0 void 0.000128
+gallium_dri.so free 0x557173605470 void 0.000114
+gallium_dri.so malloc 72 0x557173605470 0.000112
+gallium_dri.so free 0x557173605540 void 0.000113
+gallium_dri.so free 0x557173605470 void 0.000112
+gallium_dri.so malloc 72 0x557173605540 0.000112
+gallium_dri.so free 0x55717360aec0 void 0.000113
+gallium_dri.so free 0x557173605540 void 0.000114
+gallium_dri.so malloc 72 0x55717360af20 0.000113
+gallium_dri.so free 0x55717360afc0 void 0.000114
+gallium_dri.so free 0x55717360af20 void 0.000112
+gallium_dri.so malloc 72 0x55717360af70 0.000112
+gallium_dri.so free 0x55717360b000 void 0.000112
+gallium_dri.so free 0x55717360af70 void 0.000112
+gallium_dri.so malloc 72 0x55717360af70 0.000113
+gallium_dri.so free 0x55717360b0c0 void 0.000113
+gallium_dri.so free 0x55717360af70 void 0.000113
+gallium_dri.so malloc 72 0x55717360b100 0.000112
+gallium_dri.so free 0x55717358b0c0 void 0.000113
+gallium_dri.so free 0x55717360b100 void 0.000112
+gallium_dri.so malloc 72 0x55717358b110 0.000112
+gallium_dri.so free 0x55717358b180 void 0.000115
+gallium_dri.so free 0x55717358b110 void 0.000114
+gallium_dri.so malloc 72 0x55717358b1a0 0.000113
+gallium_dri.so free 0x55717358b240 void 0.000113
+gallium_dri.so free 0x55717358b1a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b1f0 0.000112
+gallium_dri.so free 0x55717358b2c0 void 0.000118
+gallium_dri.so free 0x55717358b1f0 void 0.000127
+gallium_dri.so malloc 72 0x55717358b2c0 0.000118
+gallium_dri.so free 0x557173607900 void 0.000161
+gallium_dri.so free 0x55717358b2c0 void 0.000116
+gallium_dri.so malloc 72 0x557173607940 0.000113
+gallium_dri.so free 0x5571736079c0 void 0.000121
+gallium_dri.so free 0x557173607940 void 0.000119
+gallium_dri.so malloc 72 0x5571736079c0 0.000115
+gallium_dri.so free 0x557173607a80 void 0.000116
+gallium_dri.so free 0x5571736079c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736079c0 0.000123
+gallium_dri.so free 0x557173607b00 void 0.000118
+gallium_dri.so free 0x5571736079c0 void 0.000113
+gallium_dri.so malloc 72 0x557173607b30 0.000116
+gallium_dri.so free 0x557173466840 void 0.000113
+gallium_dri.so free 0x557173607b30 void 0.000112
+gallium_dri.so malloc 72 0x557173466880 0.000112
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so free 0x557173466880 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000113
+gallium_dri.so free 0x5571734669c0 void 0.000114
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000112
+gallium_dri.so free 0x557173466a40 void 0.000112
+gallium_dri.so free 0x557173466900 void 0.000112
+gallium_dri.so malloc 72 0x557173466900 0.000181
+gallium_dri.so free 0x5571735d65c0 void 0.000116
+gallium_dri.so free 0x557173466900 void 0.000119
+gallium_dri.so malloc 72 0x5571735d65f0 0.000114
+gallium_dri.so free 0x5571735d6640 void 0.000115
+gallium_dri.so free 0x5571735d65f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d65f0 0.000113
+gallium_dri.so free 0x5571735d6740 void 0.000113
+gallium_dri.so free 0x5571735d65f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d66f0 0.000112
+gallium_dri.so free 0x5571735d6800 void 0.000113
+gallium_dri.so free 0x5571735d66f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d67b0 0.000116
+gallium_dri.so free 0x557173464280 void 0.000114
+gallium_dri.so free 0x5571735d67b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734642b0 0.000113
+gallium_dri.so free 0x557173464300 void 0.000113
+gallium_dri.so free 0x5571734642b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734642b0 0.000112
+gallium_dri.so free 0x557173464400 void 0.000113
+gallium_dri.so free 0x5571734642b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464440 0.000113
+gallium_dri.so free 0x557173462440 void 0.000114
+gallium_dri.so free 0x557173464440 void 0.000112
+gallium_dri.so malloc 72 0x557173462490 0.000113
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so free 0x557173462490 void 0.000112
+gallium_dri.so malloc 72 0x557173462520 0.000120
+gallium_dri.so free 0x5571734625c0 void 0.000115
+gallium_dri.so free 0x557173462520 void 0.000113
+gallium_dri.so malloc 72 0x557173462570 0.000114
+gallium_dri.so free 0x5571734644c0 void 0.000114
+gallium_dri.so free 0x557173462570 void 0.000113
+gallium_dri.so malloc 72 0x557173462570 0.000113
+gallium_dri.so free 0x557173462640 void 0.000114
+gallium_dri.so free 0x557173462570 void 0.000113
+gallium_dri.so malloc 72 0x557173462640 0.000117
+gallium_dri.so free 0x557173462700 void 0.000114
+gallium_dri.so free 0x557173462640 void 0.000113
+gallium_dri.so malloc 72 0x557173462640 0.000114
+gallium_dri.so free 0x557173602440 void 0.000118
+gallium_dri.so free 0x557173462640 void 0.000114
+gallium_dri.so malloc 72 0x5571736023f0 0.000113
+gallium_dri.so free 0x557173602480 void 0.000114
+gallium_dri.so free 0x5571736023f0 void 0.000148
+gallium_dri.so malloc 72 0x5571736023f0 0.000116
+gallium_dri.so free 0x557173602540 void 0.000114
+gallium_dri.so free 0x5571736023f0 void 0.000113
+gallium_dri.so malloc 72 0x557173602580 0.000113
+gallium_dri.so free 0x557173602600 void 0.000114
+gallium_dri.so free 0x557173602580 void 0.000112
+gallium_dri.so malloc 72 0x557173602600 0.000113
+gallium_dri.so free 0x5571736026c0 void 0.000113
+gallium_dri.so free 0x557173602600 void 0.000113
+gallium_dri.so malloc 72 0x557173602600 0.000113
+gallium_dri.so free 0x5571734684c0 void 0.000125
+gallium_dri.so free 0x557173602600 void 0.000116
+gallium_dri.so malloc 72 0x557173468470 0.000113
+gallium_dri.so free 0x557173468540 void 0.000114
+gallium_dri.so free 0x557173468470 void 0.000112
+gallium_dri.so malloc 72 0x557173468540 0.000113
+gallium_dri.so free 0x557173468600 void 0.000114
+gallium_dri.so free 0x557173468540 void 0.000113
+gallium_dri.so malloc 72 0x557173468540 0.000113
+gallium_dri.so free 0x557173468680 void 0.000113
+gallium_dri.so free 0x557173468540 void 0.000113
+gallium_dri.so malloc 72 0x557173468680 0.000112
+gallium_dri.so free 0x557173468740 void 0.000114
+gallium_dri.so free 0x557173468680 void 0.000114
+gallium_dri.so malloc 72 0x557173468680 0.000113
+gallium_dri.so free 0x5571735d1100 void 0.000113
+gallium_dri.so free 0x557173468680 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000113
+gallium_dri.so free 0x5571735d1180 void 0.000112
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000118
+gallium_dri.so free 0x5571735d1200 void 0.000114
+gallium_dri.so free 0x5571735d10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1200 0.000114
+gallium_dri.so free 0x5571735d12c0 void 0.000114
+gallium_dri.so free 0x5571735d1200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1200 0.000113
+gallium_dri.so free 0x5571735d13c0 void 0.000160
+gallium_dri.so free 0x5571735d1200 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1370 0.000113
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x5571735d1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3670 0.000113
+gallium_dri.so free 0x5571735d3740 void 0.000112
+gallium_dri.so free 0x5571735d3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3670 0.000141
+gallium_dri.so free 0x5571735d37c0 void 0.000118
+gallium_dri.so free 0x5571735d3670 void 0.000117
+gallium_dri.so malloc 72 0x5571735d37c0 0.000119
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000117
+gallium_dri.so free 0x5571735d3940 void 0.000114
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d37c0 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000117
+gallium_dri.so free 0x5571735d37c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ccf0 0.000114
+gallium_dri.so free 0x55717358cd40 void 0.000114
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ccf0 0.000113
+gallium_dri.so free 0x55717358ce40 void 0.000114
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cdf0 0.000113
+gallium_dri.so free 0x55717358cf00 void 0.000123
+gallium_dri.so free 0x55717358cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ceb0 0.000151
+gallium_dri.so free 0x55717358cf40 void 0.000117
+gallium_dri.so free 0x55717358ceb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ceb0 0.000114
+gallium_dri.so free 0x55717358d000 void 0.000112
+gallium_dri.so free 0x55717358ceb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358d040 0.000114
+gallium_dri.so free 0x5571735ceb40 void 0.000114
+gallium_dri.so free 0x55717358d040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000113
+gallium_dri.so free 0x5571735cec00 void 0.000113
+gallium_dri.so free 0x5571735ceaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cebb0 0.000113
+gallium_dri.so free 0x5571735cec80 void 0.000114
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebb0 0.000114
+gallium_dri.so free 0x5571735ced40 void 0.000113
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cebb0 0.000112
+gallium_dri.so free 0x5571735cee00 void 0.000113
+gallium_dri.so free 0x5571735cebb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cedb0 0.000113
+gallium_dri.so free 0x5571735d5c80 void 0.000114
+gallium_dri.so free 0x5571735cedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5c30 0.000113
+gallium_dri.so free 0x5571735d5d40 void 0.000113
+gallium_dri.so free 0x5571735d5c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000114
+gallium_dri.so free 0x5571735d5d80 void 0.000115
+gallium_dri.so free 0x5571735d5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5cf0 0.000114
+gallium_dri.so free 0x5571735d5e40 void 0.000121
+gallium_dri.so free 0x5571735d5cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5e90 0.000113
+gallium_dri.so free 0x5571735d5f00 void 0.000116
+gallium_dri.so free 0x5571735d5e90 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5f40 0.000114
+gallium_dri.so free 0x557173606fc0 void 0.000114
+gallium_dri.so free 0x5571735d5f40 void 0.000113
+gallium_dri.so malloc 72 0x557173606f70 0.000113
+gallium_dri.so free 0x557173607080 void 0.000113
+gallium_dri.so free 0x557173606f70 void 0.000113
+gallium_dri.so malloc 72 0x557173607030 0.000115
+gallium_dri.so free 0x5571736070c0 void 0.000115
+gallium_dri.so free 0x557173607030 void 0.000114
+gallium_dri.so malloc 72 0x557173607030 0.000113
+gallium_dri.so free 0x557173607180 void 0.000113
+gallium_dri.so free 0x557173607030 void 0.000113
+gallium_dri.so malloc 72 0x5571736071c0 0.000113
+gallium_dri.so free 0x557173607240 void 0.000114
+gallium_dri.so free 0x5571736071c0 void 0.000113
+gallium_dri.so malloc 72 0x557173607240 0.000112
+gallium_dri.so free 0x55717358a780 void 0.000113
+gallium_dri.so free 0x557173607240 void 0.000126
+gallium_dri.so malloc 72 0x55717358a730 0.000114
+gallium_dri.so free 0x55717358a800 void 0.000114
+gallium_dri.so free 0x55717358a730 void 0.000113
+gallium_dri.so malloc 72 0x55717358a820 0.000114
+gallium_dri.so free 0x55717358a8c0 void 0.000114
+gallium_dri.so free 0x55717358a820 void 0.000113
+gallium_dri.so malloc 72 0x55717358a870 0.000113
+gallium_dri.so free 0x55717358a940 void 0.000113
+gallium_dri.so free 0x55717358a870 void 0.000111
+gallium_dri.so malloc 72 0x55717358a870 0.000113
+gallium_dri.so free 0x55717358a9c0 void 0.000114
+gallium_dri.so free 0x55717358a870 void 0.000112
+gallium_dri.so malloc 72 0x55717358a9c0 0.000113
+gallium_dri.so free 0x557173463940 void 0.000113
+gallium_dri.so free 0x55717358a9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734638f0 0.000156
+gallium_dri.so free 0x557173463980 void 0.000117
+gallium_dri.so free 0x5571734638f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734638f0 0.000113
+gallium_dri.so free 0x557173463a40 void 0.000115
+gallium_dri.so free 0x5571734638f0 void 0.000113
+gallium_dri.so malloc 72 0x557173463ab0 0.000113
+gallium_dri.so free 0x557173463b00 void 0.000118
+gallium_dri.so free 0x557173463ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173463ab0 0.000116
+gallium_dri.so free 0x557173463c00 void 0.000114
+gallium_dri.so free 0x557173463ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173463bb0 0.000113
+gallium_dri.so free 0x55717360a580 void 0.000114
+gallium_dri.so free 0x557173463bb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a530 0.000114
+gallium_dri.so free 0x55717360a5c0 void 0.000114
+gallium_dri.so free 0x55717360a530 void 0.000114
+gallium_dri.so malloc 72 0x55717360a530 0.000113
+gallium_dri.so free 0x55717360a680 void 0.000114
+gallium_dri.so free 0x55717360a530 void 0.000112
+gallium_dri.so malloc 72 0x55717360a6c0 0.000113
+gallium_dri.so free 0x55717360a740 void 0.000113
+gallium_dri.so free 0x55717360a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a740 0.000118
+gallium_dri.so free 0x55717360a800 void 0.000114
+gallium_dri.so free 0x55717360a740 void 0.000112
+gallium_dri.so malloc 72 0x55717360a740 0.000113
+gallium_dri.so free 0x557173604a00 void 0.000114
+gallium_dri.so free 0x55717360a740 void 0.000113
+gallium_dri.so malloc 72 0x5571736049b0 0.000113
+gallium_dri.so free 0x557173604a40 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736049b0 0.000113
+gallium_dri.so free 0x557173604b00 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604b40 0.000113
+gallium_dri.so free 0x557173604bc0 void 0.000114
+gallium_dri.so free 0x557173604b40 void 0.000118
+gallium_dri.so malloc 72 0x557173604bc0 0.000163
+gallium_dri.so free 0x557173604c80 void 0.000114
+gallium_dri.so free 0x557173604bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173604bc0 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000113
+gallium_dri.so free 0x557173604bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173591870 0.000114
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so free 0x557173591870 void 0.000112
+gallium_dri.so malloc 72 0x557173591940 0.000113
+gallium_dri.so free 0x557173591a00 void 0.000113
+gallium_dri.so free 0x557173591940 void 0.000113
+gallium_dri.so malloc 72 0x557173591940 0.000112
+gallium_dri.so free 0x557173591a80 void 0.000115
+gallium_dri.so free 0x557173591940 void 0.000115
+gallium_dri.so malloc 72 0x557173591a80 0.000113
+gallium_dri.so free 0x557173591b40 void 0.000114
+gallium_dri.so free 0x557173591a80 void 0.000113
+gallium_dri.so malloc 72 0x557173591a80 0.000113
+gallium_dri.so free 0x557173465f00 void 0.000113
+gallium_dri.so free 0x557173591a80 void 0.000112
+gallium_dri.so malloc 72 0x557173465eb0 0.000113
+gallium_dri.so free 0x557173465f80 void 0.000113
+gallium_dri.so free 0x557173465eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173465eb0 0.000112
+gallium_dri.so free 0x557173466000 void 0.000113
+gallium_dri.so free 0x557173465eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173466000 0.000123
+gallium_dri.so free 0x5571734660c0 void 0.000114
+gallium_dri.so free 0x557173466000 void 0.000112
+gallium_dri.so malloc 72 0x557173466000 0.000155
+gallium_dri.so free 0x5571734661c0 void 0.000115
+gallium_dri.so free 0x557173466000 void 0.000114
+gallium_dri.so malloc 72 0x557173466170 0.000112
+gallium_dri.so free 0x55717358f300 void 0.000116
+gallium_dri.so free 0x557173466170 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2b0 0.000112
+gallium_dri.so free 0x55717358f380 void 0.000114
+gallium_dri.so free 0x55717358f2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358f2b0 0.000113
+gallium_dri.so free 0x55717358f400 void 0.000114
+gallium_dri.so free 0x55717358f2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f400 0.000113
+gallium_dri.so free 0x55717358f4c0 void 0.000113
+gallium_dri.so free 0x55717358f400 void 0.000114
+gallium_dri.so malloc 72 0x55717358f400 0.000112
+gallium_dri.so free 0x55717358f580 void 0.000115
+gallium_dri.so free 0x55717358f400 void 0.000112
+gallium_dri.so malloc 72 0x55717358f400 0.000113
+gallium_dri.so free 0x5571735907c0 void 0.000114
+gallium_dri.so free 0x55717358f400 void 0.000113
+gallium_dri.so malloc 72 0x55717358f400 0.000113
+gallium_dri.so free 0x5571735908c0 void 0.000114
+gallium_dri.so free 0x55717358f400 void 0.000113
+gallium_dri.so malloc 72 0x557173590870 0.000114
+gallium_dri.so free 0x557173590940 void 0.000116
+gallium_dri.so free 0x557173590870 void 0.000113
+gallium_dri.so malloc 72 0x557173590990 0.000113
+gallium_dri.so free 0x557173590a00 void 0.000116
+gallium_dri.so free 0x557173590990 void 0.000114
+gallium_dri.so malloc 72 0x557173590a20 0.000113
+gallium_dri.so free 0x557173590ac0 void 0.000115
+gallium_dri.so free 0x557173590a20 void 0.000112
+gallium_dri.so malloc 72 0x557173590a70 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173590a70 void 0.000112
+gallium_dri.so malloc 72 0x557173590a70 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x557173590a70 void 0.000112
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x557173467480 void 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734673c0 0.000112
+gallium_dri.so free 0x557173467540 void 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so malloc 72 0x557173467560 0.000112
+gallium_dri.so free 0x557173467600 void 0.000113
+gallium_dri.so free 0x557173467560 void 0.000112
+gallium_dri.so malloc 72 0x5571734675b0 0.000114
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x5571734675b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734675b0 0.000113
+gallium_dri.so free 0x557173467700 void 0.000186
+gallium_dri.so free 0x5571734675b0 void 0.000114
+gallium_dri.so malloc 72 0x557173467700 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000113
+gallium_dri.so free 0x557173467700 void 0.000113
+gallium_dri.so malloc 72 0x557173467700 0.000112
+gallium_dri.so free 0x5571735d4c00 void 0.000114
+gallium_dri.so free 0x557173467700 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c30 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000113
+gallium_dri.so free 0x5571735d4c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4c80 0.000113
+gallium_dri.so free 0x5571735d4d40 void 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4c80 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4c80 void 0.000147
+gallium_dri.so malloc 72 0x5571735d4df0 0.000121
+gallium_dri.so free 0x5571735d4f00 void 0.000116
+gallium_dri.so free 0x5571735d4df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x5571735d4eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4eb0 0.000111
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x5571735d4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2630 0.000112
+gallium_dri.so free 0x5571735d2700 void 0.000126
+gallium_dri.so free 0x5571735d2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2750 0.000113
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d2750 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2800 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2800 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000113
+gallium_dri.so free 0x5571735d2800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2930 0.000112
+gallium_dri.so free 0x557173589680 void 0.000113
+gallium_dri.so free 0x5571735d2930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2930 0.000113
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so free 0x5571735d2930 void 0.000112
+gallium_dri.so malloc 72 0x557173589700 0.000112
+gallium_dri.so free 0x5571735897c0 void 0.000113
+gallium_dri.so free 0x557173589700 void 0.000113
+gallium_dri.so malloc 72 0x557173589700 0.000113
+gallium_dri.so free 0x557173589880 void 0.000114
+gallium_dri.so free 0x557173589700 void 0.000112
+gallium_dri.so malloc 72 0x557173589700 0.000112
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so free 0x557173589700 void 0.000111
+gallium_dri.so malloc 72 0x5571735898f0 0.000114
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so free 0x5571735898f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735898f0 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x5571735898f0 void 0.000112
+gallium_dri.so malloc 72 0x557173464e00 0.000112
+gallium_dri.so free 0x557173589a40 void 0.000118
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735899f0 0.000112
+gallium_dri.so free 0x557173464ec0 void 0.000114
+gallium_dri.so free 0x5571735899f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735899f0 0.000115
+gallium_dri.so free 0x557173464f80 void 0.000113
+gallium_dri.so free 0x5571735899f0 void 0.000112
+gallium_dri.so malloc 72 0x557173464f30 0.000113
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464f30 void 0.000112
+gallium_dri.so malloc 72 0x557173465050 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000119
+gallium_dri.so free 0x557173465050 void 0.000113
+gallium_dri.so malloc 72 0x557173465120 0.000114
+gallium_dri.so free 0x5571734651c0 void 0.000114
+gallium_dri.so free 0x557173465120 void 0.000112
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000113
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x557173465170 void 0.000159
+gallium_dri.so malloc 72 0x55717358e270 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e270 void 0.000159
+gallium_dri.so malloc 72 0x55717358e390 0.000114
+gallium_dri.so free 0x55717358e400 void 0.000114
+gallium_dri.so free 0x55717358e390 void 0.000113
+gallium_dri.so malloc 72 0x55717358e420 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so free 0x55717358e420 void 0.000112
+gallium_dri.so malloc 72 0x55717358e470 0.000112
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so free 0x55717358e470 void 0.000112
+gallium_dri.so malloc 72 0x55717358e540 0.000113
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so malloc 72 0x55717358e540 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462980 void 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000112
+gallium_dri.so free 0x557173462a40 void 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000113
+gallium_dri.so free 0x557173462b00 void 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000123
+gallium_dri.so malloc 72 0x557173462ab0 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so free 0x557173462ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000112
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x557173462bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000117
+gallium_dri.so free 0x5571736013c0 void 0.000117
+gallium_dri.so free 0x557173462bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000118
+gallium_dri.so free 0x557173462bd0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bd0 0.000122
+gallium_dri.so free 0x557173601540 void 0.000124
+gallium_dri.so free 0x557173462bd0 void 0.000123
+gallium_dri.so malloc 72 0x5571736014f0 0.000117
+gallium_dri.so free 0x5571736015c0 void 0.000113
+gallium_dri.so free 0x5571736014f0 void 0.000112
+gallium_dri.so malloc 72 0x557173601610 0.000113
+gallium_dri.so free 0x557173601680 void 0.000113
+gallium_dri.so free 0x557173601610 void 0.000116
+gallium_dri.so malloc 72 0x5571736016a0 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000113
+gallium_dri.so free 0x5571736016a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736016a0 0.000116
+gallium_dri.so free 0x55717360bb00 void 0.000123
+gallium_dri.so free 0x5571736016a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bab0 0.000113
+gallium_dri.so free 0x55717360bb00 void 0.000117
+gallium_dri.so free 0x55717360bab0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bab0 0.000112
+gallium_dri.so free 0x55717360bc00 void 0.000112
+gallium_dri.so free 0x55717360bab0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bbb0 0.000113
+gallium_dri.so free 0x55717360bcc0 void 0.000113
+gallium_dri.so free 0x55717360bbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bc70 0.000112
+gallium_dri.so free 0x55717360bd00 void 0.000112
+gallium_dri.so free 0x55717360bc70 void 0.000113
+gallium_dri.so malloc 72 0x55717360bc70 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so free 0x55717360bc70 void 0.000113
+gallium_dri.so malloc 72 0x55717360bc70 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so free 0x55717360bc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0080 0.000112
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x55717360bdc0 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x55717360bdf0 0.000112
+gallium_dri.so free 0x5571735d02c0 void 0.000111
+gallium_dri.so free 0x55717360bdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0300 0.000112
+gallium_dri.so free 0x557173603900 void 0.000111
+gallium_dri.so free 0x5571735d0300 void 0.000111
+gallium_dri.so malloc 72 0x557173603900 0.000112
+gallium_dri.so free 0x5571736039c0 void 0.000111
+gallium_dri.so free 0x557173603900 void 0.000111
+gallium_dri.so malloc 72 0x557173603900 0.000111
+gallium_dri.so free 0x557173603a40 void 0.000113
+gallium_dri.so free 0x557173603900 void 0.000112
+gallium_dri.so malloc 72 0x557173603a70 0.000112
+gallium_dri.so free 0x557173603ac0 void 0.000113
+gallium_dri.so free 0x557173603a70 void 0.000114
+gallium_dri.so malloc 72 0x557173603ac0 0.000111
+gallium_dri.so free 0x5571735d0380 void 0.000112
+gallium_dri.so free 0x557173603ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173603ac0 0.000123
+gallium_dri.so free 0x557173603b80 void 0.000118
+gallium_dri.so free 0x557173603ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173603b80 0.000112
+gallium_dri.so free 0x557173603c40 void 0.000114
+gallium_dri.so free 0x557173603b80 void 0.000117
+gallium_dri.so malloc 72 0x557173603b80 0.000115
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so free 0x557173603b80 void 0.000126
+gallium_dri.so malloc 72 0x557173603b80 0.000122
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173603b80 void 0.000176
+gallium_dri.so malloc 72 0x5571736084f0 0.000154
+gallium_dri.so free 0x5571736085c0 void 0.000111
+gallium_dri.so free 0x5571736084f0 void 0.000116
+gallium_dri.so malloc 72 0x557173608610 0.000114
+gallium_dri.so free 0x557173608680 void 0.000113
+gallium_dri.so free 0x557173608610 void 0.000113
+gallium_dri.so malloc 72 0x5571736086c0 0.000113
+gallium_dri.so free 0x557173608740 void 0.000117
+gallium_dri.so free 0x5571736086c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736086c0 0.000112
+gallium_dri.so free 0x5571736087c0 void 0.000114
+gallium_dri.so free 0x5571736086c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736087f0 0.000113
+gallium_dri.so free 0x557173605ec0 void 0.000113
+gallium_dri.so free 0x5571736087f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736087f0 0.000114
+gallium_dri.so free 0x557173605f40 void 0.000114
+gallium_dri.so free 0x5571736087f0 void 0.000112
+gallium_dri.so malloc 72 0x557173605f40 0.000117
+gallium_dri.so free 0x557173606000 void 0.000123
+gallium_dri.so free 0x557173605f40 void 0.000123
+gallium_dri.so malloc 72 0x557173605f40 0.000173
+gallium_dri.so free 0x5571736060c0 void 0.000125
+gallium_dri.so free 0x557173605f40 void 0.000124
+gallium_dri.so malloc 72 0x557173605f40 0.000139
+gallium_dri.so free 0x557173606180 void 0.000119
+gallium_dri.so free 0x557173605f40 void 0.000115
+gallium_dri.so malloc 72 0x557173606130 0.000114
+gallium_dri.so free 0x557173606180 void 0.000114
+gallium_dri.so free 0x557173606130 void 0.000114
+gallium_dri.so malloc 72 0x557173606130 0.000114
+gallium_dri.so free 0x55717358bc40 void 0.000114
+gallium_dri.so free 0x557173606130 void 0.000114
+gallium_dri.so malloc 72 0x55717358bc40 0.000114
+gallium_dri.so free 0x557173606280 void 0.000114
+gallium_dri.so free 0x55717358bc40 void 0.000113
+gallium_dri.so malloc 72 0x557173606230 0.000115
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so free 0x557173606230 void 0.000113
+gallium_dri.so malloc 72 0x557173606230 0.000113
+gallium_dri.so free 0x55717358bdc0 void 0.000113
+gallium_dri.so free 0x557173606230 void 0.000115
+gallium_dri.so malloc 72 0x55717358bd70 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000112
+gallium_dri.so free 0x55717358bd70 void 0.000114
+gallium_dri.so malloc 72 0x55717358be90 0.000113
+gallium_dri.so free 0x55717358bf00 void 0.000115
+gallium_dri.so free 0x55717358be90 void 0.000154
+gallium_dri.so malloc 72 0x55717358bf60 0.000119
+gallium_dri.so free 0x55717358c000 void 0.000115
+gallium_dri.so free 0x55717358bf60 void 0.000113
+gallium_dri.so malloc 72 0x55717358bfb0 0.000112
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x55717358bfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bfb0 0.000112
+gallium_dri.so free 0x557173469440 void 0.000115
+gallium_dri.so free 0x55717358bfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x5571734693f0 void 0.000113
+gallium_dri.so malloc 72 0x557173469510 0.000114
+gallium_dri.so free 0x557173469580 void 0.000115
+gallium_dri.so free 0x557173469510 void 0.000114
+gallium_dri.so malloc 72 0x5571734695a0 0.000112
+gallium_dri.so free 0x557173469640 void 0.000114
+gallium_dri.so free 0x5571734695a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734695f0 0.000113
+gallium_dri.so free 0x5571734696c0 void 0.000116
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734696c0 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000115
+gallium_dri.so free 0x5571734696c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591200 0.000111
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x557173591200 void 0.000114
+gallium_dri.so malloc 72 0x557173591280 0.000124
+gallium_dri.so free 0x557173591340 void 0.000112
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so malloc 72 0x557173591280 0.000123
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so malloc 72 0x5571735913f0 0.000114
+gallium_dri.so free 0x557173591440 void 0.000114
+gallium_dri.so free 0x5571735913f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913f0 0.000122
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x5571735913f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735914f0 0.000125
+gallium_dri.so free 0x55717358c640 void 0.000124
+gallium_dri.so free 0x5571735914f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c680 0.000135
+gallium_dri.so free 0x55717358c700 void 0.000137
+gallium_dri.so free 0x55717358c680 void 0.000134
+gallium_dri.so malloc 72 0x55717358c680 0.000136
+gallium_dri.so free 0x55717358c780 void 0.000139
+gallium_dri.so free 0x55717358c680 void 0.000137
+gallium_dri.so malloc 72 0x55717358c7b0 0.000137
+gallium_dri.so free 0x55717358c800 void 0.000163
+gallium_dri.so free 0x55717358c7b0 void 0.000139
+gallium_dri.so malloc 72 0x55717358c7b0 0.000139
+gallium_dri.so free 0x55717358c900 void 0.000137
+gallium_dri.so free 0x55717358c7b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c8b0 0.000131
+gallium_dri.so free 0x55717358c9c0 void 0.000137
+gallium_dri.so free 0x55717358c8b0 void 0.000138
+gallium_dri.so malloc 72 0x55717358c970 0.000137
+gallium_dri.so free 0x55717358ec00 void 0.000132
+gallium_dri.so free 0x55717358c970 void 0.000131
+gallium_dri.so malloc 72 0x55717358ec30 0.000137
+gallium_dri.so free 0x55717358ec80 void 0.000137
+gallium_dri.so free 0x55717358ec30 void 0.000139
+gallium_dri.so malloc 72 0x55717358ec30 0.000137
+gallium_dri.so free 0x55717358ed80 void 0.000137
+gallium_dri.so free 0x55717358ec30 void 0.000136
+gallium_dri.so malloc 72 0x55717358edc0 0.000137
+gallium_dri.so free 0x55717358ee40 void 0.000134
+gallium_dri.so free 0x55717358edc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee40 0.000191
+gallium_dri.so free 0x55717358ca00 void 0.000139
+gallium_dri.so free 0x55717358ee40 void 0.000138
+gallium_dri.so malloc 72 0x55717358ee40 0.000143
+gallium_dri.so free 0x55717358ef00 void 0.000132
+gallium_dri.so free 0x55717358ee40 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee40 0.000136
+gallium_dri.so free 0x55717358efc0 void 0.000233
+gallium_dri.so free 0x55717358ee40 void 0.000143
+gallium_dri.so malloc 72 0x55717358ef70 0.000133
+gallium_dri.so free 0x557173601d40 void 0.000130
+gallium_dri.so free 0x55717358ef70 void 0.000130
+gallium_dri.so malloc 72 0x557173601d90 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000126
+gallium_dri.so free 0x557173601d90 void 0.000126
+gallium_dri.so malloc 72 0x557173601e60 0.000124
+gallium_dri.so free 0x557173601f00 void 0.000129
+gallium_dri.so free 0x557173601e60 void 0.000131
+gallium_dri.so malloc 72 0x557173601eb0 0.000130
+gallium_dri.so free 0x557173601f40 void 0.000133
+gallium_dri.so free 0x557173601eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173601eb0 0.000171
+gallium_dri.so free 0x557173602000 void 0.000132
+gallium_dri.so free 0x557173601eb0 void 0.000134
+gallium_dri.so malloc 72 0x557173602040 0.000125
+gallium_dri.so free 0x5571736020c0 void 0.000126
+gallium_dri.so free 0x557173602040 void 0.000129
+gallium_dri.so malloc 72 0x5571736020c0 0.000130
+gallium_dri.so free 0x557173604300 void 0.000130
+gallium_dri.so free 0x5571736020c0 void 0.000131
+gallium_dri.so malloc 72 0x557173604320 0.000131
+gallium_dri.so free 0x5571736043c0 void 0.000131
+gallium_dri.so free 0x557173604320 void 0.000125
+gallium_dri.so malloc 72 0x557173604370 0.000131
+gallium_dri.so free 0x557173604440 void 0.000129
+gallium_dri.so free 0x557173604370 void 0.000130
+gallium_dri.so malloc 72 0x557173604440 0.000125
+gallium_dri.so free 0x557173604500 void 0.000124
+gallium_dri.so free 0x557173604440 void 0.000129
+gallium_dri.so malloc 72 0x557173604440 0.000125
+gallium_dri.so free 0x557173604580 void 0.000124
+gallium_dri.so free 0x557173604440 void 0.000125
+gallium_dri.so malloc 72 0x557173604580 0.000134
+gallium_dri.so free 0x557173604640 void 0.000125
+gallium_dri.so free 0x557173604580 void 0.000127
+gallium_dri.so malloc 72 0x557173604580 0.000124
+gallium_dri.so free 0x557173608e80 void 0.000124
+gallium_dri.so free 0x557173604580 void 0.000127
+gallium_dri.so malloc 72 0x557173608eb0 0.000132
+gallium_dri.so free 0x557173608f00 void 0.000129
+gallium_dri.so free 0x557173608eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173608eb0 0.000130
+gallium_dri.so free 0x557173609000 void 0.000132
+gallium_dri.so free 0x557173608eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173608fb0 0.000125
+gallium_dri.so free 0x5571736090c0 void 0.000151
+gallium_dri.so free 0x557173608fb0 void 0.000292
+gallium_dri.so malloc 72 0x557173609070 0.000321
+gallium_dri.so free 0x557173609140 void 0.000338
+gallium_dri.so free 0x557173609070 void 0.000333
+gallium_dri.so malloc 72 0x557173609160 0.000275
+gallium_dri.so free 0x557173609200 void 0.000289
+gallium_dri.so free 0x557173609160 void 0.000282
+gallium_dri.so malloc 72 0x5571736091b0 0.000283
+gallium_dri.so free 0x557173463240 void 0.000272
+gallium_dri.so free 0x5571736091b0 void 0.000237
+gallium_dri.so malloc 72 0x557173463280 0.000241
+gallium_dri.so free 0x557173463300 void 0.000132
+gallium_dri.so free 0x557173463280 void 0.000132
+gallium_dri.so malloc 72 0x557173463300 0.000129
+gallium_dri.so free 0x5571734633c0 void 0.000124
+gallium_dri.so free 0x557173463300 void 0.000126
+gallium_dri.so malloc 72 0x557173463300 0.000131
+gallium_dri.so free 0x557173463440 void 0.000125
+gallium_dri.so free 0x557173463300 void 0.000125
+gallium_dri.so malloc 72 0x557173463470 0.000124
+gallium_dri.so free 0x5571734634c0 void 0.000138
+gallium_dri.so free 0x557173463470 void 0.000131
+gallium_dri.so malloc 72 0x557173463470 0.000132
+gallium_dri.so free 0x5571734635c0 void 0.000224
+gallium_dri.so free 0x557173463470 void 0.000243
+gallium_dri.so malloc 72 0x557173463600 0.000275
+gallium_dri.so free 0x5571735d2fc0 void 0.000272
+gallium_dri.so free 0x557173463600 void 0.000279
+gallium_dri.so malloc 72 0x5571735d3010 0.000276
+gallium_dri.so free 0x5571735d3080 void 0.000274
+gallium_dri.so free 0x5571735d3010 void 0.000299
+gallium_dri.so malloc 72 0x5571735d30a0 0.000280
+gallium_dri.so free 0x5571735d3140 void 0.000290
+gallium_dri.so free 0x5571735d30a0 void 0.000228
+gallium_dri.so malloc 72 0x5571735d30f0 0.000277
+gallium_dri.so free 0x5571735d31c0 void 0.000228
+gallium_dri.so free 0x5571735d30f0 void 0.000241
+gallium_dri.so malloc 72 0x5571735d30f0 0.000241
+gallium_dri.so free 0x5571735d3240 void 0.000205
+gallium_dri.so free 0x5571735d30f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735d3240 0.000243
+gallium_dri.so free 0x5571735d3300 void 0.000244
+gallium_dri.so free 0x5571735d3240 void 0.000242
+gallium_dri.so malloc 72 0x5571735d3240 0.000248
+gallium_dri.so free 0x5571735d5580 void 0.000240
+gallium_dri.so free 0x5571735d3240 void 0.000232
+gallium_dri.so malloc 72 0x5571735d55a0 0.000230
+gallium_dri.so free 0x5571735d5640 void 0.000232
+gallium_dri.so free 0x5571735d55a0 void 0.000307
+gallium_dri.so malloc 72 0x5571735d55f0 0.000234
+gallium_dri.so free 0x5571735d56c0 void 0.000145
+gallium_dri.so free 0x5571735d55f0 void 0.000248
+gallium_dri.so malloc 72 0x5571735d55f0 0.000240
+gallium_dri.so free 0x5571735d5740 void 0.000231
+gallium_dri.so free 0x5571735d55f0 void 0.000231
+gallium_dri.so malloc 72 0x5571735d5740 0.000192
+gallium_dri.so free 0x5571735d5800 void 0.000233
+gallium_dri.so free 0x5571735d5740 void 0.000231
+gallium_dri.so malloc 72 0x5571735d5740 0.000137
+gallium_dri.so free 0x5571735d58c0 void 0.000137
+gallium_dri.so free 0x5571735d5740 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5740 0.000197
+gallium_dri.so free 0x557173465800 void 0.000232
+gallium_dri.so free 0x5571735d5740 void 0.000232
+gallium_dri.so malloc 72 0x557173465850 0.000135
+gallium_dri.so free 0x5571734658c0 void 0.000164
+gallium_dri.so free 0x557173465850 void 0.000140
+gallium_dri.so malloc 72 0x557173465900 0.000130
+gallium_dri.so free 0x557173465980 void 0.000131
+gallium_dri.so free 0x557173465900 void 0.000135
+gallium_dri.so malloc 72 0x557173465980 0.000139
+gallium_dri.so free 0x557173465a40 void 0.000139
+gallium_dri.so free 0x557173465980 void 0.000139
+gallium_dri.so malloc 72 0x557173465980 0.000131
+gallium_dri.so free 0x5571735d5980 void 0.000137
+gallium_dri.so free 0x557173465980 void 0.000139
+gallium_dri.so malloc 72 0x5571735d5930 0.000139
+gallium_dri.so free 0x557173465ac0 void 0.000137
+gallium_dri.so free 0x5571735d5930 void 0.000139
+gallium_dri.so malloc 72 0x557173465b00 0.000132
+gallium_dri.so free 0x557173465b80 void 0.000130
+gallium_dri.so free 0x557173465b00 void 0.000129
+gallium_dri.so malloc 72 0x557173465b80 0.000131
+gallium_dri.so free 0x55717358a080 void 0.000136
+gallium_dri.so free 0x557173465b80 void 0.000130
+gallium_dri.so malloc 72 0x55717358a0c0 0.000130
+gallium_dri.so free 0x55717358a140 void 0.000130
+gallium_dri.so free 0x55717358a0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a0c0 0.000140
+gallium_dri.so free 0x55717358a1c0 void 0.000131
+gallium_dri.so free 0x55717358a0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a1f0 0.000131
+gallium_dri.so free 0x55717358a240 void 0.000132
+gallium_dri.so free 0x55717358a1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a1f0 0.000131
+gallium_dri.so free 0x55717358a340 void 0.000140
+gallium_dri.so free 0x55717358a1f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a2f0 0.000123
+gallium_dri.so free 0x55717358a400 void 0.000124
+gallium_dri.so free 0x55717358a2f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a3b0 0.000125
+gallium_dri.so free 0x5571736068c0 void 0.000126
+gallium_dri.so free 0x55717358a3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736068f0 0.000125
+gallium_dri.so free 0x557173606940 void 0.000124
+gallium_dri.so free 0x5571736068f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736068f0 0.000125
+gallium_dri.so free 0x557173606a40 void 0.000126
+gallium_dri.so free 0x5571736068f0 void 0.000125
+gallium_dri.so malloc 72 0x557173606a80 0.000125
+gallium_dri.so free 0x557173606b00 void 0.000124
+gallium_dri.so free 0x557173606a80 void 0.000120
+gallium_dri.so malloc 72 0x557173606b00 0.000122
+gallium_dri.so free 0x55717358a440 void 0.000127
+gallium_dri.so free 0x557173606b00 void 0.000124
+gallium_dri.so malloc 72 0x557173606b00 0.000123
+gallium_dri.so free 0x557173606bc0 void 0.000123
+gallium_dri.so free 0x557173606b00 void 0.000123
+gallium_dri.so malloc 72 0x557173606b00 0.000122
+gallium_dri.so free 0x557173606c80 void 0.000124
+gallium_dri.so free 0x557173606b00 void 0.000124
+gallium_dri.so malloc 72 0x557173606c30 0.000125
+gallium_dri.so free 0x557173609e80 void 0.000123
+gallium_dri.so free 0x557173606c30 void 0.000124
+gallium_dri.so malloc 72 0x557173609ed0 0.000123
+gallium_dri.so free 0x557173609f40 void 0.000123
+gallium_dri.so free 0x557173609ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173609fa0 0.000123
+gallium_dri.so free 0x55717360a040 void 0.000124
+gallium_dri.so free 0x557173609fa0 void 0.000123
+gallium_dri.so malloc 72 0x557173609ff0 0.000124
+gallium_dri.so free 0x55717360a080 void 0.000123
+gallium_dri.so free 0x557173609ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173609ff0 0.000123
+gallium_dri.so free 0x55717360a140 void 0.000124
+gallium_dri.so free 0x557173609ff0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a180 0.000125
+gallium_dri.so free 0x55717360a200 void 0.000125
+gallium_dri.so free 0x55717360a180 void 0.000126
+gallium_dri.so malloc 72 0x55717360a200 0.000122
+gallium_dri.so free 0x557173467dc0 void 0.000125
+gallium_dri.so free 0x55717360a200 void 0.000125
+gallium_dri.so malloc 72 0x557173467de0 0.000123
+gallium_dri.so free 0x557173467e80 void 0.000123
+gallium_dri.so free 0x557173467de0 void 0.000123
+gallium_dri.so malloc 72 0x557173467e30 0.000123
+gallium_dri.so free 0x557173467f00 void 0.000124
+gallium_dri.so free 0x557173467e30 void 0.000123
+gallium_dri.so malloc 72 0x557173467f00 0.000124
+gallium_dri.so free 0x557173467fc0 void 0.000124
+gallium_dri.so free 0x557173467f00 void 0.000123
+gallium_dri.so malloc 72 0x557173467f00 0.000123
+gallium_dri.so free 0x557173468040 void 0.000123
+gallium_dri.so free 0x557173467f00 void 0.000123
+gallium_dri.so malloc 72 0x557173468040 0.000124
+gallium_dri.so free 0x557173468100 void 0.000124
+gallium_dri.so free 0x557173468040 void 0.000125
+gallium_dri.so malloc 72 0x557173468040 0.000123
+gallium_dri.so free 0x5571735d0a00 void 0.000123
+gallium_dri.so free 0x557173468040 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0a30 0.000122
+gallium_dri.so free 0x5571735d0a80 void 0.000131
+gallium_dri.so free 0x5571735d0a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a30 0.000127
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so free 0x5571735d0a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000119
+gallium_dri.so free 0x5571735d0c40 void 0.000117
+gallium_dri.so free 0x5571735d0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000119
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so free 0x5571735d0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so free 0x5571735d0ce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d30 0.000119
+gallium_dri.so free 0x557173609580 void 0.000118
+gallium_dri.so free 0x5571735d0d30 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000118
+gallium_dri.so free 0x557173609600 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000118
+gallium_dri.so malloc 72 0x557173609650 0.000119
+gallium_dri.so free 0x5571736096c0 void 0.000118
+gallium_dri.so free 0x557173609650 void 0.000118
+gallium_dri.so malloc 72 0x5571736096e0 0.000120
+gallium_dri.so free 0x557173609780 void 0.000119
+gallium_dri.so free 0x5571736096e0 void 0.000119
+gallium_dri.so malloc 72 0x557173609730 0.000119
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so free 0x557173609730 void 0.000157
+gallium_dri.so malloc 72 0x557173609730 0.000118
+gallium_dri.so free 0x557173609900 void 0.000117
+gallium_dri.so free 0x557173609730 void 0.000117
+gallium_dri.so malloc 72 0x5571736098b0 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so free 0x5571736098b0 void 0.000119
+gallium_dri.so malloc 72 0x557173607e80 0.000117
+gallium_dri.so free 0x557173607f40 void 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so malloc 72 0x557173607ff0 0.000120
+gallium_dri.so free 0x557173608040 void 0.000119
+gallium_dri.so free 0x557173607ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173607ff0 0.000118
+gallium_dri.so free 0x557173608140 void 0.000119
+gallium_dri.so free 0x557173607ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571736080f0 0.000120
+gallium_dri.so free 0x557173608200 void 0.000120
+gallium_dri.so free 0x5571736080f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736081b0 0.000119
+gallium_dri.so free 0x557173608280 void 0.000119
+gallium_dri.so free 0x5571736081b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736081b0 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so free 0x5571736081b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736081b0 0.000118
+gallium_dri.so free 0x5571735d4640 void 0.000118
+gallium_dri.so free 0x5571736081b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d45f0 0.000117
+gallium_dri.so free 0x5571735d46c0 void 0.000118
+gallium_dri.so free 0x5571735d45f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4710 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000118
+gallium_dri.so free 0x5571735d4710 void 0.000117
+gallium_dri.so malloc 72 0x5571735d47a0 0.000117
+gallium_dri.so free 0x5571735d4840 void 0.000117
+gallium_dri.so free 0x5571735d47a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47f0 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000122
+gallium_dri.so free 0x5571735d47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48c0 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d48c0 0.000116
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b440 0.000117
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x55717360b440 void 0.000117
+gallium_dri.so malloc 72 0x55717360b440 0.000117
+gallium_dri.so free 0x55717360b580 void 0.000129
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so malloc 72 0x55717360b5b0 0.000118
+gallium_dri.so free 0x55717360b600 void 0.000118
+gallium_dri.so free 0x55717360b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b5b0 0.000117
+gallium_dri.so free 0x55717360b700 void 0.000117
+gallium_dri.so free 0x55717360b5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b6b0 0.000117
+gallium_dri.so free 0x55717360b7c0 void 0.000118
+gallium_dri.so free 0x55717360b6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b770 0.000117
+gallium_dri.so free 0x55717360b840 void 0.000118
+gallium_dri.so free 0x55717360b770 void 0.000117
+gallium_dri.so malloc 72 0x55717360b860 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x55717360b860 void 0.000118
+gallium_dri.so malloc 72 0x55717360b860 0.000118
+gallium_dri.so free 0x557173466e80 void 0.000117
+gallium_dri.so free 0x55717360b860 void 0.000118
+gallium_dri.so malloc 72 0x557173466e30 0.000118
+gallium_dri.so free 0x557173466f00 void 0.000118
+gallium_dri.so free 0x557173466e30 void 0.000117
+gallium_dri.so malloc 72 0x557173466f50 0.000117
+gallium_dri.so free 0x557173466fc0 void 0.000117
+gallium_dri.so free 0x557173466f50 void 0.000119
+gallium_dri.so malloc 72 0x557173466fe0 0.000120
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173466fe0 void 0.000117
+gallium_dri.so malloc 72 0x557173467030 0.000118
+gallium_dri.so free 0x557173467100 void 0.000119
+gallium_dri.so free 0x557173467030 void 0.000117
+gallium_dri.so malloc 72 0x557173467030 0.000116
+gallium_dri.so free 0x557173467200 void 0.000118
+gallium_dri.so free 0x557173467030 void 0.000117
+gallium_dri.so malloc 72 0x5571734671b0 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x5571734671b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736058c0 0.000117
+gallium_dri.so free 0x557173605980 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736058c0 0.000117
+gallium_dri.so free 0x557173605a00 void 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so malloc 72 0x557173605a30 0.000117
+gallium_dri.so free 0x557173605a80 void 0.000116
+gallium_dri.so free 0x557173605a30 void 0.000117
+gallium_dri.so malloc 72 0x557173605a30 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000117
+gallium_dri.so free 0x557173605a30 void 0.000117
+gallium_dri.so malloc 72 0x557173605b30 0.000119
+gallium_dri.so free 0x557173605c40 void 0.000118
+gallium_dri.so free 0x557173605b30 void 0.000117
+gallium_dri.so malloc 72 0x557173605bf0 0.000128
+gallium_dri.so free 0x557173605cc0 void 0.000120
+gallium_dri.so free 0x557173605bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x557173464800 void 0.000123
+gallium_dri.so free 0x557173605bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000117
+gallium_dri.so free 0x5571734648c0 void 0.000117
+gallium_dri.so free 0x557173605bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173464870 0.000118
+gallium_dri.so free 0x557173464940 void 0.000119
+gallium_dri.so free 0x557173464870 void 0.000118
+gallium_dri.so malloc 72 0x557173464990 0.000119
+gallium_dri.so free 0x557173464a00 void 0.000119
+gallium_dri.so free 0x557173464990 void 0.000118
+gallium_dri.so malloc 72 0x557173464a20 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000118
+gallium_dri.so free 0x557173464a20 void 0.000118
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000117
+gallium_dri.so free 0x557173464a70 void 0.000118
+gallium_dri.so malloc 72 0x557173464b40 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000118
+gallium_dri.so malloc 72 0x557173464b40 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so free 0x557173464b40 void 0.000123
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x55717358b700 void 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000116
+gallium_dri.so free 0x55717358b780 void 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b7b0 0.000117
+gallium_dri.so free 0x55717358b800 void 0.000117
+gallium_dri.so free 0x55717358b7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b7b0 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x55717358b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b8b0 0.000120
+gallium_dri.so free 0x55717358b9c0 void 0.000119
+gallium_dri.so free 0x55717358b8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b970 0.000118
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba60 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x55717358ba60 void 0.000129
+gallium_dri.so malloc 72 0x55717358ba60 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000119
+gallium_dri.so free 0x55717358ba60 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2030 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000119
+gallium_dri.so free 0x5571735d2030 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2150 0.000119
+gallium_dri.so free 0x5571735d21c0 void 0.000117
+gallium_dri.so free 0x5571735d2150 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21e0 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000117
+gallium_dri.so free 0x5571735d21e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2230 0.000117
+gallium_dri.so free 0x5571735d2300 void 0.000117
+gallium_dri.so free 0x5571735d2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2230 0.000117
+gallium_dri.so free 0x5571735d2400 void 0.000118
+gallium_dri.so free 0x5571735d2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23b0 0.000119
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so free 0x5571735d23b0 void 0.000117
+gallium_dri.so malloc 72 0x557173603300 0.000117
+gallium_dri.so free 0x5571736033c0 void 0.000117
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so malloc 72 0x557173603300 0.000117
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173603300 void 0.000122
+gallium_dri.so malloc 72 0x557173603470 0.000117
+gallium_dri.so free 0x5571736034c0 void 0.000116
+gallium_dri.so free 0x557173603470 void 0.000116
+gallium_dri.so malloc 72 0x557173603470 0.000116
+gallium_dri.so free 0x5571736035c0 void 0.000117
+gallium_dri.so free 0x557173603470 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000119
+gallium_dri.so free 0x557173603680 void 0.000117
+gallium_dri.so free 0x557173603570 void 0.000118
+gallium_dri.so malloc 72 0x557173603630 0.000116
+gallium_dri.so free 0x557173603700 void 0.000118
+gallium_dri.so free 0x557173603630 void 0.000116
+gallium_dri.so malloc 72 0x557173603630 0.000116
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x557173603630 void 0.000117
+gallium_dri.so malloc 72 0x557173603630 0.000117
+gallium_dri.so free 0x5571735cfac0 void 0.000117
+gallium_dri.so free 0x557173603630 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa70 0.000117
+gallium_dri.so free 0x5571735cfb40 void 0.000117
+gallium_dri.so free 0x5571735cfa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfb90 0.000116
+gallium_dri.so free 0x5571735cfc00 void 0.000118
+gallium_dri.so free 0x5571735cfb90 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfc20 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so free 0x5571735cfc20 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfc70 0.000117
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so free 0x5571735cfc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd40 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000184
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd40 0.000117
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000117
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000118
+gallium_dri.so free 0x557173590300 void 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so malloc 72 0x557173590330 0.000117
+gallium_dri.so free 0x557173590380 void 0.000118
+gallium_dri.so free 0x557173590330 void 0.000117
+gallium_dri.so malloc 72 0x557173590330 0.000118
+gallium_dri.so free 0x557173590480 void 0.000118
+gallium_dri.so free 0x557173590330 void 0.000119
+gallium_dri.so malloc 72 0x557173590430 0.000119
+gallium_dri.so free 0x557173590540 void 0.000119
+gallium_dri.so free 0x557173590430 void 0.000117
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000118
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735905e0 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so free 0x5571735905e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735905e0 0.000125
+gallium_dri.so free 0x55717358dcc0 void 0.000118
+gallium_dri.so free 0x5571735905e0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc70 0.000117
+gallium_dri.so free 0x55717358dd40 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd90 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000117
+gallium_dri.so free 0x55717358dd90 void 0.000117
+gallium_dri.so malloc 72 0x55717358de20 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358de20 void 0.000122
+gallium_dri.so malloc 72 0x55717358de70 0.000118
+gallium_dri.so free 0x55717358df40 void 0.000117
+gallium_dri.so free 0x55717358de70 void 0.000117
+gallium_dri.so malloc 72 0x55717358de70 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000117
+gallium_dri.so free 0x55717358de70 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000117
+gallium_dri.so free 0x557173589080 void 0.000117
+gallium_dri.so free 0x55717358dff0 void 0.000116
+gallium_dri.so malloc 72 0x557173589080 0.000117
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x557173589080 void 0.000117
+gallium_dri.so malloc 72 0x557173589080 0.000117
+gallium_dri.so free 0x5571735891c0 void 0.000118
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so malloc 72 0x5571735891f0 0.000128
+gallium_dri.so free 0x557173589240 void 0.000119
+gallium_dri.so free 0x5571735891f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735891f0 0.000117
+gallium_dri.so free 0x557173589340 void 0.000116
+gallium_dri.so free 0x5571735891f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735892f0 0.000116
+gallium_dri.so free 0x557173589400 void 0.000117
+gallium_dri.so free 0x5571735892f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x557173589480 void 0.000117
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x5571735df940 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x5571735dfa00 void 0.000119
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df9b0 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000119
+gallium_dri.so free 0x5571735df9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfad0 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735dfad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfb60 0.000119
+gallium_dri.so free 0x5571735dfc00 void 0.000119
+gallium_dri.so free 0x5571735dfb60 void 0.000156
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000122
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so free 0x5571735dfbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc80 0.000118
+gallium_dri.so free 0x5571735dfd40 void 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc80 0.000119
+gallium_dri.so free 0x5571735dfdc0 void 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000119
+gallium_dri.so free 0x5571735dfe80 void 0.000118
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000121
+gallium_dri.so free 0x5571735dff40 void 0.000119
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000117
+gallium_dri.so free 0x5571735e0000 void 0.000120
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffb0 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so free 0x5571735dffb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00d0 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so free 0x5571735e00d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0180 0.000119
+gallium_dri.so free 0x5571735e0200 void 0.000119
+gallium_dri.so free 0x5571735e0180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0180 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e02b0 0.000117
+gallium_dri.so free 0x5571735e0300 void 0.000117
+gallium_dri.so free 0x5571735e02b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02b0 0.000118
+gallium_dri.so free 0x5571735e0400 void 0.000116
+gallium_dri.so free 0x5571735e02b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e03b0 0.000116
+gallium_dri.so free 0x5571735e04c0 void 0.000116
+gallium_dri.so free 0x5571735e03b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0470 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735e0470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0470 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000117
+gallium_dri.so free 0x5571735e0470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0630 0.000117
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e0630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0630 0.000117
+gallium_dri.so free 0x5571735e0780 void 0.000117
+gallium_dri.so free 0x5571735e0630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0730 0.000117
+gallium_dri.so free 0x5571735e0840 void 0.000126
+gallium_dri.so free 0x5571735e0730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e07f0 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000117
+gallium_dri.so free 0x5571735e07f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e07f0 0.000118
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so free 0x5571735e07f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0980 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000119
+gallium_dri.so free 0x5571735e0980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a00 0.000118
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0a00 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ba0 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so free 0x5571735e0ba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000119
+gallium_dri.so free 0x5571735e0cc0 void 0.000119
+gallium_dri.so free 0x5571735e0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000118
+gallium_dri.so free 0x5571735e0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d40 0.000119
+gallium_dri.so free 0x55717360c0c0 void 0.000124
+gallium_dri.so free 0x5571735e0d40 void 0.000120
+gallium_dri.so malloc 72 0x55717360c0e0 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so free 0x55717360c0e0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c130 0.000118
+gallium_dri.so free 0x55717360c200 void 0.000117
+gallium_dri.so free 0x55717360c130 void 0.000118
+gallium_dri.so malloc 72 0x55717360c200 0.000117
+gallium_dri.so free 0x55717360c2c0 void 0.000117
+gallium_dri.so free 0x55717360c200 void 0.000118
+gallium_dri.so malloc 72 0x55717360c200 0.000118
+gallium_dri.so free 0x55717360c340 void 0.000118
+gallium_dri.so free 0x55717360c200 void 0.000118
+gallium_dri.so malloc 72 0x55717360c340 0.000118
+gallium_dri.so free 0x55717360c400 void 0.000119
+gallium_dri.so free 0x55717360c340 void 0.000119
+gallium_dri.so malloc 72 0x55717360c340 0.000118
+gallium_dri.so free 0x55717360c4c0 void 0.000117
+gallium_dri.so free 0x55717360c340 void 0.000119
+gallium_dri.so malloc 72 0x55717360c340 0.000117
+gallium_dri.so free 0x55717360c580 void 0.000117
+gallium_dri.so free 0x55717360c340 void 0.000121
+gallium_dri.so malloc 72 0x55717360c530 0.000123
+gallium_dri.so free 0x55717360c600 void 0.000119
+gallium_dri.so free 0x55717360c530 void 0.000118
+gallium_dri.so malloc 72 0x55717360c650 0.000125
+gallium_dri.so free 0x55717360c6c0 void 0.000112
+gallium_dri.so free 0x55717360c650 void 0.000110
+gallium_dri.so malloc 72 0x55717360c700 0.000111
+gallium_dri.so free 0x55717360c780 void 0.000111
+gallium_dri.so free 0x55717360c700 void 0.000111
+gallium_dri.so malloc 72 0x55717360c700 0.000109
+gallium_dri.so free 0x55717360c800 void 0.000111
+gallium_dri.so free 0x55717360c700 void 0.000111
+gallium_dri.so malloc 72 0x55717360c830 0.000110
+gallium_dri.so free 0x55717360c880 void 0.000110
+gallium_dri.so free 0x55717360c830 void 0.000110
+gallium_dri.so malloc 72 0x55717360c830 0.000111
+gallium_dri.so free 0x55717360c980 void 0.000110
+gallium_dri.so free 0x55717360c830 void 0.000111
+gallium_dri.so malloc 72 0x55717360c930 0.000110
+gallium_dri.so free 0x55717360ca40 void 0.000110
+gallium_dri.so free 0x55717360c930 void 0.000110
+gallium_dri.so malloc 72 0x55717360c9f0 0.000110
+gallium_dri.so free 0x55717360ca80 void 0.000111
+gallium_dri.so free 0x55717360c9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360c9f0 0.000110
+gallium_dri.so free 0x55717360cb40 void 0.000110
+gallium_dri.so free 0x55717360c9f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360cbb0 0.000111
+gallium_dri.so free 0x55717360cc00 void 0.000109
+gallium_dri.so free 0x55717360cbb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360cbb0 0.000110
+gallium_dri.so free 0x55717360cd00 void 0.000153
+gallium_dri.so free 0x55717360cbb0 void 0.000127
+gallium_dri.so malloc 72 0x55717360ccb0 0.000125
+gallium_dri.so free 0x55717360cdc0 void 0.000124
+gallium_dri.so free 0x55717360ccb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360cd70 0.000121
+gallium_dri.so free 0x55717360ce00 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd70 0.000115
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so free 0x55717360cd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360cf00 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000117
+gallium_dri.so free 0x55717360cf00 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf80 0.000114
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so free 0x55717360cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf80 0.000114
+gallium_dri.so free 0x55717360d100 void 0.000115
+gallium_dri.so free 0x55717360cf80 void 0.000115
+gallium_dri.so malloc 72 0x55717360d120 0.000113
+gallium_dri.so free 0x55717360d1c0 void 0.000114
+gallium_dri.so free 0x55717360d120 void 0.000114
+gallium_dri.so malloc 72 0x55717360d170 0.000114
+gallium_dri.so free 0x55717360d240 void 0.000114
+gallium_dri.so free 0x55717360d170 void 0.000113
+gallium_dri.so malloc 72 0x55717360d170 0.000126
+gallium_dri.so free 0x55717360d2c0 void 0.000116
+gallium_dri.so free 0x55717360d170 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2c0 0.000113
+gallium_dri.so free 0x55717360d380 void 0.000114
+gallium_dri.so free 0x55717360d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2c0 0.000112
+gallium_dri.so free 0x55717360d440 void 0.000114
+gallium_dri.so free 0x55717360d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2c0 0.000113
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so free 0x55717360d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d4b0 0.000113
+gallium_dri.so free 0x55717360d5c0 void 0.000114
+gallium_dri.so free 0x55717360d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d570 0.000118
+gallium_dri.so free 0x55717360d640 void 0.000114
+gallium_dri.so free 0x55717360d570 void 0.000112
+gallium_dri.so malloc 72 0x55717360d690 0.000113
+gallium_dri.so free 0x55717360d700 void 0.000113
+gallium_dri.so free 0x55717360d690 void 0.000113
+gallium_dri.so malloc 72 0x55717360d690 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x55717360d690 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e1000 void 0.000124
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1160 0.000116
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1160 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000114
+gallium_dri.so free 0x5571735e11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1300 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1300 0.000113
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1300 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14f0 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000162
+gallium_dri.so free 0x5571735e14f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e14f0 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000114
+gallium_dri.so free 0x5571735e14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x5571735e1700 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16b0 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735e16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16b0 0.000112
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so free 0x5571735e16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1840 0.000112
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18c0 0.000115
+gallium_dri.so free 0x5571735e1980 void 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e18c0 0.000112
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a60 0.000113
+gallium_dri.so free 0x5571735e1b00 void 0.000115
+gallium_dri.so free 0x5571735e1a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000113
+gallium_dri.so free 0x5571735e1b80 void 0.000113
+gallium_dri.so free 0x5571735e1ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000112
+gallium_dri.so free 0x5571735e1c00 void 0.000113
+gallium_dri.so free 0x5571735e1ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c00 0.000116
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c00 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so free 0x5571735e1c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c00 0.000112
+gallium_dri.so free 0x5571735e1e40 void 0.000115
+gallium_dri.so free 0x5571735e1c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1df0 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000115
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so free 0x5571735e1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fd0 0.000113
+gallium_dri.so free 0x5571735e2040 void 0.000114
+gallium_dri.so free 0x5571735e1fd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2060 0.000112
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735e2060 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2180 void 0.000113
+gallium_dri.so free 0x5571735e20b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e20b0 0.000115
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2200 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2200 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000115
+gallium_dri.so free 0x5571735e2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2400 void 0.000122
+gallium_dri.so free 0x5571735e2370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2370 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2500 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e2500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2580 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2580 0.000113
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e26f0 0.000113
+gallium_dri.so free 0x5571735e2740 void 0.000113
+gallium_dri.so free 0x5571735e26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e26f0 0.000184
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2880 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2900 0.000114
+gallium_dri.so free 0x5571735e29c0 void 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2900 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a70 0.000117
+gallium_dri.so free 0x5571735e2ac0 void 0.000114
+gallium_dri.so free 0x5571735e2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a70 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2c80 void 0.000113
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c30 0.000115
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c30 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c30 0.000125
+gallium_dri.so free 0x5571735e2e80 void 0.000115
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e30 0.000113
+gallium_dri.so free 0x5571735e2f00 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f50 0.000113
+gallium_dri.so free 0x5571735e2fc0 void 0.000114
+gallium_dri.so free 0x5571735e2f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000114
+gallium_dri.so free 0x5571735e3080 void 0.000113
+gallium_dri.so free 0x5571735e2fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000113
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3100 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000114
+gallium_dri.so free 0x5571735e3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3100 0.000112
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3240 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3240 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000112
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3240 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000117
+gallium_dri.so free 0x5571735e3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3430 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000113
+gallium_dri.so free 0x5571735e3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3550 0.000112
+gallium_dri.so free 0x5571735e35c0 void 0.000115
+gallium_dri.so free 0x5571735e3550 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3600 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3600 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000112
+gallium_dri.so free 0x5571735e3600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3730 0.000116
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3730 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735e3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc340 0.000113
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc340 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000113
+gallium_dri.so free 0x5571735fc500 void 0.000127
+gallium_dri.so free 0x5571735fc4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735fc4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc640 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so free 0x5571735fc640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000119
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc830 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000115
+gallium_dri.so free 0x5571735fc830 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc830 0.000113
+gallium_dri.so free 0x5571735fc980 void 0.000115
+gallium_dri.so free 0x5571735fc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x5571735fc930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000115
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x5571735fc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000116
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so free 0x5571735fc9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000114
+gallium_dri.so free 0x5571735fccc0 void 0.000115
+gallium_dri.so free 0x5571735fcbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd10 0.000112
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fcd10 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcda0 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so free 0x5571735fcda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000115
+gallium_dri.so free 0x5571735fcdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcec0 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcec0 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd000 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd000 0.000112
+gallium_dri.so free 0x5571735fd180 void 0.000116
+gallium_dri.so free 0x5571735fd000 void 0.000168
+gallium_dri.so malloc 72 0x5571735fd000 0.000114
+gallium_dri.so free 0x5571735fd240 void 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000112
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd310 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd310 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000112
+gallium_dri.so free 0x5571735fd540 void 0.000114
+gallium_dri.so free 0x5571735fd4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000115
+gallium_dri.so free 0x5571735fd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000114
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000118
+gallium_dri.so free 0x5571735fd800 void 0.000117
+gallium_dri.so free 0x5571735fd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd870 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd870 0.000114
+gallium_dri.so free 0x5571735fd9c0 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd970 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000113
+gallium_dri.so free 0x5571735fdac0 void 0.000161
+gallium_dri.so free 0x5571735fda30 void 0.000192
+gallium_dri.so malloc 72 0x5571735fda30 0.000194
+gallium_dri.so free 0x5571735fdb80 void 0.000133
+gallium_dri.so free 0x5571735fda30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc40 0.000114
+gallium_dri.so free 0x5571735fdd00 void 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc40 0.000114
+gallium_dri.so free 0x5571735fddc0 void 0.000135
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdde0 0.000115
+gallium_dri.so free 0x5571735fde80 void 0.000115
+gallium_dri.so free 0x5571735fdde0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000112
+gallium_dri.so free 0x5571735fdf00 void 0.000115
+gallium_dri.so free 0x5571735fde30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000115
+gallium_dri.so free 0x5571735fde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf80 0.000116
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000112
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000114
+gallium_dri.so free 0x5571735fe1c0 void 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe170 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe170 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe350 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe350 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe3e0 0.000115
+gallium_dri.so free 0x5571735fe480 void 0.000115
+gallium_dri.so free 0x5571735fe3e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe430 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000112
+gallium_dri.so free 0x5571735fe430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe430 0.000112
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so free 0x5571735fe430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe580 0.000115
+gallium_dri.so free 0x5571735fe640 void 0.000113
+gallium_dri.so free 0x5571735fe580 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe580 0.000117
+gallium_dri.so free 0x5571735fe740 void 0.000124
+gallium_dri.so free 0x5571735fe580 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000122
+gallium_dri.so free 0x5571735fe780 void 0.000115
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000117
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe880 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe900 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000193
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe900 0.000117
+gallium_dri.so free 0x5571735fea40 void 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea70 0.000113
+gallium_dri.so free 0x5571735feac0 void 0.000114
+gallium_dri.so free 0x5571735fea70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea70 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735fea70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec00 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fec00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec80 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec80 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedf0 0.000114
+gallium_dri.so free 0x5571735fee40 void 0.000113
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedf0 0.000113
+gallium_dri.so free 0x5571735fef40 void 0.000115
+gallium_dri.so free 0x5571735fedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feef0 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000127
+gallium_dri.so free 0x5571735feef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571735ff080 void 0.000112
+gallium_dri.so free 0x5571735fefb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571735ff140 void 0.000114
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571735ff200 void 0.000112
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000113
+gallium_dri.so free 0x5571735ff280 void 0.000113
+gallium_dri.so free 0x5571735ff1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000112
+gallium_dri.so free 0x5571735ff340 void 0.000112
+gallium_dri.so free 0x5571735ff2d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff360 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000113
+gallium_dri.so free 0x5571735ff360 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000119
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so free 0x5571735ff3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff480 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000111
+gallium_dri.so free 0x5571735ff480 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff480 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000118
+gallium_dri.so free 0x5571735ff680 void 0.000116
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000111
+gallium_dri.so free 0x5571735ff740 void 0.000111
+gallium_dri.so free 0x5571735ff5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so free 0x5571735ff7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000113
+gallium_dri.so free 0x5571735ff8d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff980 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff980 0.000113
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffab0 0.000112
+gallium_dri.so free 0x5571735ffb00 void 0.000113
+gallium_dri.so free 0x5571735ffab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffab0 0.000124
+gallium_dri.so free 0x5571735ffc00 void 0.000133
+gallium_dri.so free 0x5571735ffab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000123
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x5571735ffbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000115
+gallium_dri.so free 0x5571735ffdc0 void 0.000115
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so free 0x5571735ffe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735fff80 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fff30 0.000112
+gallium_dri.so free 0x557173600040 void 0.000114
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffff0 0.000112
+gallium_dri.so free 0x557173600080 void 0.000113
+gallium_dri.so free 0x5571735ffff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000189
+gallium_dri.so free 0x557173600140 void 0.000204
+gallium_dri.so free 0x5571735ffff0 void 0.000161
+gallium_dri.so malloc 72 0x557173600180 0.000175
+gallium_dri.so free 0x557173600200 void 0.000116
+gallium_dri.so free 0x557173600180 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000114
+gallium_dri.so free 0x5571736002c0 void 0.000114
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000114
+gallium_dri.so free 0x557173600380 void 0.000113
+gallium_dri.so free 0x557173600200 void 0.000112
+gallium_dri.so malloc 72 0x5571736003a0 0.000113
+gallium_dri.so free 0x557173600440 void 0.000113
+gallium_dri.so free 0x5571736003a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736003f0 0.000113
+gallium_dri.so free 0x5571736004c0 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736003f0 0.000113
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600540 0.000112
+gallium_dri.so free 0x557173600600 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000112
+gallium_dri.so malloc 72 0x557173600540 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x557173600540 void 0.000117
+gallium_dri.so malloc 72 0x557173600540 0.000113
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x557173600730 0.000117
+gallium_dri.so free 0x557173600840 void 0.000112
+gallium_dri.so free 0x557173600730 void 0.000118
+gallium_dri.so malloc 72 0x5571736007f0 0.000124
+gallium_dri.so free 0x5571736008c0 void 0.000120
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600910 0.000113
+gallium_dri.so free 0x557173600980 void 0.000113
+gallium_dri.so free 0x557173600910 void 0.000112
+gallium_dri.so malloc 72 0x5571736009a0 0.000117
+gallium_dri.so free 0x557173600a40 void 0.000118
+gallium_dri.so free 0x5571736009a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000112
+gallium_dri.so free 0x557173600b40 void 0.000113
+gallium_dri.so free 0x5571736009f0 void 0.000115
+gallium_dri.so malloc 72 0x557173600b40 0.000113
+gallium_dri.so free 0x557173600c00 void 0.000113
+gallium_dri.so free 0x557173600b40 void 0.000120
+gallium_dri.so malloc 72 0x557173600b40 0.000114
+gallium_dri.so free 0x557173600d00 void 0.000117
+gallium_dri.so free 0x557173600b40 void 0.000113
+gallium_dri.so malloc 72 0x557173600cb0 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000114
+gallium_dri.so free 0x557173600cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173600cb0 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173600cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173600e40 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e40 void 0.000112
+gallium_dri.so malloc 72 0x557173600ec0 0.000112
+gallium_dri.so free 0x557173600f80 void 0.000115
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000113
+gallium_dri.so free 0x557173601000 void 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173601030 0.000113
+gallium_dri.so free 0x557173601080 void 0.000113
+gallium_dri.so free 0x557173601030 void 0.000112
+gallium_dri.so malloc 72 0x557173601030 0.000114
+gallium_dri.so free 0x557173601180 void 0.000112
+gallium_dri.so free 0x557173601030 void 0.000116
+gallium_dri.so malloc 72 0x5571736011c0 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so free 0x5571736011c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa30 0.000139
+gallium_dri.so free 0x5571735daa80 void 0.000122
+gallium_dri.so free 0x5571735daa30 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa30 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000122
+gallium_dri.so free 0x5571735dac40 void 0.000125
+gallium_dri.so free 0x5571735dab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dabf0 0.000125
+gallium_dri.so free 0x5571735dacc0 void 0.000124
+gallium_dri.so free 0x5571735dabf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dabf0 0.000124
+gallium_dri.so free 0x5571735dad80 void 0.000120
+gallium_dri.so free 0x5571735dabf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dabf0 0.000125
+gallium_dri.so free 0x5571735dae40 void 0.000121
+gallium_dri.so free 0x5571735dabf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dadf0 0.000118
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so free 0x5571735dadf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf10 0.000117
+gallium_dri.so free 0x5571735daf80 void 0.000118
+gallium_dri.so free 0x5571735daf10 void 0.000118
+gallium_dri.so malloc 72 0x5571735dafa0 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000177
+gallium_dri.so free 0x5571735dafa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daff0 0.000119
+gallium_dri.so free 0x5571735db0c0 void 0.000119
+gallium_dri.so free 0x5571735daff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db0c0 0.000118
+gallium_dri.so free 0x5571735db180 void 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db0c0 0.000119
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db200 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000119
+gallium_dri.so malloc 72 0x5571735db200 0.000119
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so malloc 72 0x5571735db200 0.000117
+gallium_dri.so free 0x5571735db440 void 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000119
+gallium_dri.so malloc 72 0x5571735db3f0 0.000118
+gallium_dri.so free 0x5571735db4c0 void 0.000119
+gallium_dri.so free 0x5571735db3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db510 0.000118
+gallium_dri.so free 0x5571735db580 void 0.000118
+gallium_dri.so free 0x5571735db510 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5c0 0.000128
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5c0 0.000119
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db6f0 0.000118
+gallium_dri.so free 0x5571735db740 void 0.000119
+gallium_dri.so free 0x5571735db6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6f0 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db7f0 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000119
+gallium_dri.so free 0x5571735db7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db8b0 0.000120
+gallium_dri.so free 0x5571735db940 void 0.000118
+gallium_dri.so free 0x5571735db8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db8b0 0.000119
+gallium_dri.so free 0x5571735dba00 void 0.000118
+gallium_dri.so free 0x5571735db8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba70 0.000118
+gallium_dri.so free 0x5571735dbac0 void 0.000118
+gallium_dri.so free 0x5571735dba70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba70 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000119
+gallium_dri.so free 0x5571735dba70 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbc80 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbc30 0.000119
+gallium_dri.so free 0x5571735dbcc0 void 0.000120
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbc30 0.000119
+gallium_dri.so free 0x5571735dbd80 void 0.000118
+gallium_dri.so free 0x5571735dbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x5571735dbdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe40 0.000119
+gallium_dri.so free 0x5571735dbf00 void 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbe40 0.000119
+gallium_dri.so free 0x5571735dbfc0 void 0.000121
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000118
+gallium_dri.so free 0x5571735dc080 void 0.000122
+gallium_dri.so free 0x5571735dbfe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc030 0.000119
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dc030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc030 0.000117
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc030 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc180 0.000119
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc180 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc180 0.000120
+gallium_dri.so free 0x5571735dc300 void 0.000118
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc180 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000119
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc370 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so free 0x5571735dc370 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc430 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000118
+gallium_dri.so free 0x5571735dc430 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc550 0.000119
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so free 0x5571735dc550 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000121
+gallium_dri.so free 0x5571735dc680 void 0.000119
+gallium_dri.so free 0x5571735dc5e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc630 0.000119
+gallium_dri.so free 0x5571735dc700 void 0.000119
+gallium_dri.so free 0x5571735dc630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc630 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000139
+gallium_dri.so free 0x5571735dc630 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc780 0.000118
+gallium_dri.so free 0x5571735dc840 void 0.000120
+gallium_dri.so free 0x5571735dc780 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc780 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000118
+gallium_dri.so free 0x5571735dc980 void 0.000119
+gallium_dri.so free 0x5571735dc8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000119
+gallium_dri.so free 0x5571735dca40 void 0.000119
+gallium_dri.so free 0x5571735dc8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca80 0.000118
+gallium_dri.so free 0x5571735dcb00 void 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb00 0.000119
+gallium_dri.so free 0x5571735dcbc0 void 0.000119
+gallium_dri.so free 0x5571735dcb00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb00 0.000118
+gallium_dri.so free 0x5571735dcc40 void 0.000118
+gallium_dri.so free 0x5571735dcb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000117
+gallium_dri.so free 0x5571735dccc0 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000179
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so free 0x5571735dcc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dce00 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dce00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dce80 0.000124
+gallium_dri.so free 0x5571735dcf40 void 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dce80 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcff0 0.000120
+gallium_dri.so free 0x5571735dd040 void 0.000118
+gallium_dri.so free 0x5571735dcff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcff0 0.000119
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so free 0x5571735dcff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x5571735dd0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000117
+gallium_dri.so free 0x5571735dd280 void 0.000119
+gallium_dri.so free 0x5571735dd1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000119
+gallium_dri.so free 0x5571735dd1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000119
+gallium_dri.so free 0x5571735dd1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000118
+gallium_dri.so free 0x5571735dd480 void 0.000120
+gallium_dri.so free 0x5571735dd3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000118
+gallium_dri.so free 0x5571735dd540 void 0.000119
+gallium_dri.so free 0x5571735dd4d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd560 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000120
+gallium_dri.so free 0x5571735dd560 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd680 0.000118
+gallium_dri.so free 0x5571735dd740 void 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd680 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000118
+gallium_dri.so free 0x5571735dd680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000119
+gallium_dri.so free 0x5571735dd880 void 0.000120
+gallium_dri.so free 0x5571735dd7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000117
+gallium_dri.so free 0x5571735dd7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000122
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000118
+gallium_dri.so free 0x5571735dda80 void 0.000119
+gallium_dri.so free 0x5571735dd9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddad0 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000120
+gallium_dri.so free 0x5571735ddad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb80 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb80 0.000119
+gallium_dri.so free 0x5571735ddc80 void 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000123
+gallium_dri.so free 0x5571735ddd00 void 0.000121
+gallium_dri.so free 0x5571735ddcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000122
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddb0 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dddb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde70 0.000119
+gallium_dri.so free 0x5571735ddf00 void 0.000126
+gallium_dri.so free 0x5571735dde70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde70 0.000119
+gallium_dri.so free 0x5571735ddfc0 void 0.000121
+gallium_dri.so free 0x5571735dde70 void 0.000118
+gallium_dri.so malloc 72 0x5571735de030 0.000118
+gallium_dri.so free 0x5571735de080 void 0.000118
+gallium_dri.so free 0x5571735de030 void 0.000118
+gallium_dri.so malloc 72 0x5571735de030 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so free 0x5571735de030 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735de130 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1f0 0.000119
+gallium_dri.so free 0x5571735de280 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1f0 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de380 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000119
+gallium_dri.so malloc 72 0x5571735de400 0.000119
+gallium_dri.so free 0x5571735de4c0 void 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000119
+gallium_dri.so malloc 72 0x5571735de400 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000118
+gallium_dri.so malloc 72 0x5571735de5a0 0.000119
+gallium_dri.so free 0x5571735de640 void 0.000119
+gallium_dri.so free 0x5571735de5a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de740 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so malloc 72 0x5571735de740 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so malloc 72 0x5571735de740 0.000117
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so malloc 72 0x5571735de930 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de930 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000119
+gallium_dri.so free 0x5571735deac0 void 0.000118
+gallium_dri.so free 0x5571735de9f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735deb10 0.000119
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so free 0x5571735deb10 void 0.000118
+gallium_dri.so malloc 72 0x5571735deba0 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so free 0x5571735deba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735debf0 0.000123
+gallium_dri.so free 0x5571735decc0 void 0.000119
+gallium_dri.so free 0x5571735debf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735debf0 0.000119
+gallium_dri.so free 0x5571735ded40 void 0.000118
+gallium_dri.so free 0x5571735debf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded40 0.000121
+gallium_dri.so free 0x5571735dee00 void 0.000119
+gallium_dri.so free 0x5571735ded40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded40 0.000118
+gallium_dri.so free 0x5571735def00 void 0.000118
+gallium_dri.so free 0x5571735ded40 void 0.000118
+gallium_dri.so malloc 72 0x5571735deeb0 0.000117
+gallium_dri.so free 0x5571735def40 void 0.000120
+gallium_dri.so free 0x5571735deeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deeb0 0.000120
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so free 0x5571735deeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df040 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000175
+gallium_dri.so free 0x5571735df040 void 0.000120
+gallium_dri.so malloc 72 0x5571735df0c0 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x5571735df200 void 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000118
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so free 0x5571735df230 void 0.000118
+gallium_dri.so malloc 72 0x5571735df3c0 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df440 0.000118
+gallium_dri.so free 0x5571735df500 void 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so malloc 72 0x5571735df440 0.000118
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5b0 0.000119
+gallium_dri.so free 0x5571735df600 void 0.000119
+gallium_dri.so free 0x5571735df5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5b0 0.000126
+gallium_dri.so free 0x5571735df700 void 0.000120
+gallium_dri.so free 0x5571735df5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df6b0 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df770 0.000118
+gallium_dri.so free 0x5571735df840 void 0.000118
+gallium_dri.so free 0x5571735df770 void 0.000119
+gallium_dri.so malloc 72 0x5571735df770 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so free 0x5571735df770 void 0.000118
+gallium_dri.so malloc 72 0x5571735df770 0.000118
+gallium_dri.so free 0x557173469ac0 void 0.000118
+gallium_dri.so free 0x5571735df770 void 0.000119
+gallium_dri.so malloc 72 0x557173469a70 0.000118
+gallium_dri.so free 0x557173469b40 void 0.000124
+gallium_dri.so free 0x557173469a70 void 0.000118
+gallium_dri.so malloc 72 0x557173469b90 0.000120
+gallium_dri.so free 0x557173469c00 void 0.000119
+gallium_dri.so free 0x557173469b90 void 0.000120
+gallium_dri.so malloc 72 0x557173469c20 0.000120
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469c20 void 0.000123
+gallium_dri.so malloc 72 0x557173469c70 0.000119
+gallium_dri.so free 0x557173469d40 void 0.000118
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d40 0.000125
+gallium_dri.so free 0x557173469e00 void 0.000120
+gallium_dri.so free 0x557173469d40 void 0.000119
+gallium_dri.so malloc 72 0x557173469d40 0.000120
+gallium_dri.so free 0x557173469e80 void 0.000120
+gallium_dri.so free 0x557173469d40 void 0.000119
+gallium_dri.so malloc 72 0x557173469e80 0.000118
+gallium_dri.so free 0x557173469f40 void 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so malloc 72 0x557173469e80 0.000119
+gallium_dri.so free 0x55717346a000 void 0.000120
+gallium_dri.so free 0x557173469e80 void 0.000118
+gallium_dri.so malloc 72 0x557173469e80 0.000118
+gallium_dri.so free 0x55717346a0c0 void 0.000119
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so malloc 72 0x55717346a070 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so free 0x55717346a070 void 0.000118
+gallium_dri.so malloc 72 0x55717346a190 0.000118
+gallium_dri.so free 0x55717346a200 void 0.000118
+gallium_dri.so free 0x55717346a190 void 0.000118
+gallium_dri.so malloc 72 0x55717346a240 0.000118
+gallium_dri.so free 0x55717346a2c0 void 0.000119
+gallium_dri.so free 0x55717346a240 void 0.000119
+gallium_dri.so malloc 72 0x55717346a240 0.000119
+gallium_dri.so free 0x55717346a340 void 0.000119
+gallium_dri.so free 0x55717346a240 void 0.000128
+gallium_dri.so malloc 72 0x55717346a370 0.000120
+gallium_dri.so free 0x55717346a3c0 void 0.000119
+gallium_dri.so free 0x55717346a370 void 0.000118
+gallium_dri.so malloc 72 0x55717346a370 0.000120
+gallium_dri.so free 0x55717346a4c0 void 0.000118
+gallium_dri.so free 0x55717346a370 void 0.000118
+gallium_dri.so malloc 72 0x55717346a470 0.000117
+gallium_dri.so free 0x55717346a580 void 0.000118
+gallium_dri.so free 0x55717346a470 void 0.000118
+gallium_dri.so malloc 72 0x55717346a530 0.000118
+gallium_dri.so free 0x55717346a5c0 void 0.000118
+gallium_dri.so free 0x55717346a530 void 0.000119
+gallium_dri.so malloc 72 0x55717346a530 0.000118
+gallium_dri.so free 0x55717346a680 void 0.000118
+gallium_dri.so free 0x55717346a530 void 0.000118
+gallium_dri.so malloc 72 0x55717346a6f0 0.000119
+gallium_dri.so free 0x55717346a740 void 0.000118
+gallium_dri.so free 0x55717346a6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a6f0 0.000119
+gallium_dri.so free 0x55717346a840 void 0.000118
+gallium_dri.so free 0x55717346a6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a7f0 0.000120
+gallium_dri.so free 0x55717346a900 void 0.000118
+gallium_dri.so free 0x55717346a7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a8b0 0.000118
+gallium_dri.so free 0x55717346a940 void 0.000128
+gallium_dri.so free 0x55717346a8b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a8b0 0.000119
+gallium_dri.so free 0x55717346aa00 void 0.000119
+gallium_dri.so free 0x55717346a8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346aa40 0.000120
+gallium_dri.so free 0x55717346aac0 void 0.000119
+gallium_dri.so free 0x55717346aa40 void 0.000121
+gallium_dri.so malloc 72 0x55717346aac0 0.000119
+gallium_dri.so free 0x55717346ab80 void 0.000120
+gallium_dri.so free 0x55717346aac0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aac0 0.000118
+gallium_dri.so free 0x55717346ac40 void 0.000120
+gallium_dri.so free 0x55717346aac0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ac60 0.000121
+gallium_dri.so free 0x55717346ad00 void 0.000120
+gallium_dri.so free 0x55717346ac60 void 0.000118
+gallium_dri.so malloc 72 0x55717346acb0 0.000118
+gallium_dri.so free 0x55717346ad80 void 0.000118
+gallium_dri.so free 0x55717346acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346acb0 0.000120
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so free 0x55717346acb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae00 0.000119
+gallium_dri.so free 0x55717346aec0 void 0.000118
+gallium_dri.so free 0x55717346ae00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ae00 0.000117
+gallium_dri.so free 0x55717346af80 void 0.000124
+gallium_dri.so free 0x55717346ae00 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae00 0.000118
+gallium_dri.so free 0x55717346b040 void 0.000119
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so malloc 72 0x55717346aff0 0.000119
+gallium_dri.so free 0x55717346b100 void 0.000118
+gallium_dri.so free 0x55717346aff0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b0b0 0.000119
+gallium_dri.so free 0x55717346b180 void 0.000119
+gallium_dri.so free 0x55717346b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b1d0 0.000118
+gallium_dri.so free 0x55717346b240 void 0.000118
+gallium_dri.so free 0x55717346b1d0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b260 0.000119
+gallium_dri.so free 0x55717346b300 void 0.000119
+gallium_dri.so free 0x55717346b260 void 0.000118
+gallium_dri.so malloc 72 0x55717346b2b0 0.000118
+gallium_dri.so free 0x55717346b380 void 0.000118
+gallium_dri.so free 0x55717346b2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b2b0 0.000119
+gallium_dri.so free 0x55717346b400 void 0.000119
+gallium_dri.so free 0x55717346b2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b400 0.000119
+gallium_dri.so free 0x55717346b4c0 void 0.000119
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so malloc 72 0x55717346b400 0.000127
+gallium_dri.so free 0x55717346b5c0 void 0.000120
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so malloc 72 0x55717346b570 0.000119
+gallium_dri.so free 0x55717346b600 void 0.000119
+gallium_dri.so free 0x55717346b570 void 0.000118
+gallium_dri.so malloc 72 0x55717346b570 0.000122
+gallium_dri.so free 0x55717346b6c0 void 0.000119
+gallium_dri.so free 0x55717346b570 void 0.000119
+gallium_dri.so malloc 72 0x55717346b700 0.000119
+gallium_dri.so free 0x55717346b780 void 0.000119
+gallium_dri.so free 0x55717346b700 void 0.000119
+gallium_dri.so malloc 72 0x55717346b780 0.000118
+gallium_dri.so free 0x55717346b840 void 0.000117
+gallium_dri.so free 0x55717346b780 void 0.000119
+gallium_dri.so malloc 72 0x55717346b780 0.000119
+gallium_dri.so free 0x55717346b8c0 void 0.000125
+gallium_dri.so free 0x55717346b780 void 0.000120
+gallium_dri.so malloc 72 0x55717346b8f0 0.000119
+gallium_dri.so free 0x55717346b940 void 0.000119
+gallium_dri.so free 0x55717346b8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b8f0 0.000119
+gallium_dri.so free 0x55717346ba40 void 0.000120
+gallium_dri.so free 0x55717346b8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ba80 0.000117
+gallium_dri.so free 0x55717346bb00 void 0.000119
+gallium_dri.so free 0x55717346ba80 void 0.000143
+gallium_dri.so malloc 72 0x55717346bb00 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so free 0x55717346bb00 void 0.000124
+gallium_dri.so malloc 72 0x55717346bb00 0.000119
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346bb00 void 0.000119
+gallium_dri.so malloc 72 0x55717346bc70 0.000119
+gallium_dri.so free 0x55717346bcc0 void 0.000118
+gallium_dri.so free 0x55717346bc70 void 0.000118
+gallium_dri.so malloc 72 0x55717346bc70 0.000118
+gallium_dri.so free 0x55717346bdc0 void 0.000119
+gallium_dri.so free 0x55717346bc70 void 0.000118
+gallium_dri.so malloc 72 0x55717346bd70 0.000119
+gallium_dri.so free 0x55717346be80 void 0.000118
+gallium_dri.so free 0x55717346bd70 void 0.000117
+gallium_dri.so malloc 72 0x55717346be30 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000119
+gallium_dri.so free 0x55717346be30 void 0.000119
+gallium_dri.so malloc 72 0x55717346be30 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000119
+gallium_dri.so free 0x55717346be30 void 0.000117
+gallium_dri.so malloc 72 0x55717346be30 0.000119
+gallium_dri.so free 0x55717346c080 void 0.000119
+gallium_dri.so free 0x55717346be30 void 0.000121
+gallium_dri.so malloc 72 0x55717346c030 0.000116
+gallium_dri.so free 0x55717346c100 void 0.000193
+gallium_dri.so free 0x55717346c030 void 0.000112
+gallium_dri.so malloc 72 0x55717346c150 0.000111
+gallium_dri.so free 0x55717346c1c0 void 0.000110
+gallium_dri.so free 0x55717346c150 void 0.000111
+gallium_dri.so malloc 72 0x55717346c1e0 0.000111
+gallium_dri.so free 0x55717346c280 void 0.000111
+gallium_dri.so free 0x55717346c1e0 void 0.000110
+gallium_dri.so malloc 72 0x55717346c230 0.000110
+gallium_dri.so free 0x55717346c300 void 0.000112
+gallium_dri.so free 0x55717346c230 void 0.000111
+gallium_dri.so malloc 72 0x55717346c300 0.000110
+gallium_dri.so free 0x55717346c3c0 void 0.000110
+gallium_dri.so free 0x55717346c300 void 0.000111
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c440 void 0.000111
+gallium_dri.so free 0x55717346c300 void 0.000111
+gallium_dri.so malloc 72 0x55717346c440 0.000111
+gallium_dri.so free 0x55717346c500 void 0.000111
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so malloc 72 0x55717346c440 0.000111
+gallium_dri.so free 0x55717346c5c0 void 0.000118
+gallium_dri.so free 0x55717346c440 void 0.000119
+gallium_dri.so malloc 72 0x55717346c440 0.000115
+gallium_dri.so free 0x55717346c680 void 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so malloc 72 0x55717346c630 0.000112
+gallium_dri.so free 0x55717346c700 void 0.000130
+gallium_dri.so free 0x55717346c630 void 0.000126
+gallium_dri.so malloc 72 0x55717346c750 0.000125
+gallium_dri.so free 0x55717346c7c0 void 0.000124
+gallium_dri.so free 0x55717346c750 void 0.000118
+gallium_dri.so malloc 72 0x55717346c800 0.000116
+gallium_dri.so free 0x55717346c880 void 0.000116
+gallium_dri.so free 0x55717346c800 void 0.000122
+gallium_dri.so malloc 72 0x55717346c800 0.000114
+gallium_dri.so free 0x55717346c900 void 0.000115
+gallium_dri.so free 0x55717346c800 void 0.000113
+gallium_dri.so malloc 72 0x55717346c930 0.000114
+gallium_dri.so free 0x55717346c980 void 0.000115
+gallium_dri.so free 0x55717346c930 void 0.000114
+gallium_dri.so malloc 72 0x55717346c930 0.000113
+gallium_dri.so free 0x55717346ca80 void 0.000114
+gallium_dri.so free 0x55717346c930 void 0.000115
+gallium_dri.so malloc 72 0x55717346ca30 0.000113
+gallium_dri.so free 0x55717346cb40 void 0.000116
+gallium_dri.so free 0x55717346ca30 void 0.000117
+gallium_dri.so malloc 72 0x55717346caf0 0.000114
+gallium_dri.so free 0x55717346cb80 void 0.000114
+gallium_dri.so free 0x55717346caf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346caf0 0.000115
+gallium_dri.so free 0x55717346cc40 void 0.000115
+gallium_dri.so free 0x55717346caf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ccb0 0.000114
+gallium_dri.so free 0x55717346cd00 void 0.000129
+gallium_dri.so free 0x55717346ccb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346ccb0 0.000116
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346ccb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cdb0 0.000113
+gallium_dri.so free 0x55717346cec0 void 0.000114
+gallium_dri.so free 0x55717346cdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ce70 0.000114
+gallium_dri.so free 0x55717346cf00 void 0.000115
+gallium_dri.so free 0x55717346ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ce70 0.000114
+gallium_dri.so free 0x55717346cfc0 void 0.000115
+gallium_dri.so free 0x55717346ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717346d000 0.000113
+gallium_dri.so free 0x55717346d080 void 0.000115
+gallium_dri.so free 0x55717346d000 void 0.000115
+gallium_dri.so malloc 72 0x55717346d080 0.000114
+gallium_dri.so free 0x55717346d140 void 0.000116
+gallium_dri.so free 0x55717346d080 void 0.000114
+gallium_dri.so malloc 72 0x55717346d080 0.000115
+gallium_dri.so free 0x55717346d200 void 0.000115
+gallium_dri.so free 0x55717346d080 void 0.000113
+gallium_dri.so malloc 72 0x55717346d220 0.000113
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so free 0x55717346d220 void 0.000113
+gallium_dri.so malloc 72 0x55717346d270 0.000114
+gallium_dri.so free 0x55717346d340 void 0.000121
+gallium_dri.so free 0x55717346d270 void 0.000115
+gallium_dri.so malloc 72 0x55717346d270 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000115
+gallium_dri.so free 0x55717346d270 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3c0 0.000116
+gallium_dri.so free 0x55717346d480 void 0.000115
+gallium_dri.so free 0x55717346d3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3c0 0.000114
+gallium_dri.so free 0x55717346d540 void 0.000115
+gallium_dri.so free 0x55717346d3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3c0 0.000113
+gallium_dri.so free 0x55717346d600 void 0.000115
+gallium_dri.so free 0x55717346d3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5b0 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000116
+gallium_dri.so free 0x55717346d5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d670 0.000115
+gallium_dri.so free 0x55717346d740 void 0.000114
+gallium_dri.so free 0x55717346d670 void 0.000114
+gallium_dri.so malloc 72 0x55717346d790 0.000113
+gallium_dri.so free 0x55717346d800 void 0.000120
+gallium_dri.so free 0x55717346d790 void 0.000115
+gallium_dri.so malloc 72 0x55717346d820 0.000115
+gallium_dri.so free 0x55717346d8c0 void 0.000115
+gallium_dri.so free 0x55717346d820 void 0.000114
+gallium_dri.so malloc 72 0x55717346d870 0.000114
+gallium_dri.so free 0x55717346d940 void 0.000121
+gallium_dri.so free 0x55717346d870 void 0.000115
+gallium_dri.so malloc 72 0x55717346d870 0.000115
+gallium_dri.so free 0x55717346d9c0 void 0.000115
+gallium_dri.so free 0x55717346d870 void 0.000114
+gallium_dri.so malloc 72 0x55717346d9c0 0.000114
+gallium_dri.so free 0x55717346da80 void 0.000116
+gallium_dri.so free 0x55717346d9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d9c0 0.000115
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so free 0x55717346d9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346db30 0.000114
+gallium_dri.so free 0x55717346dbc0 void 0.000114
+gallium_dri.so free 0x55717346db30 void 0.000113
+gallium_dri.so malloc 72 0x55717346db30 0.000114
+gallium_dri.so free 0x55717346dc80 void 0.000115
+gallium_dri.so free 0x55717346db30 void 0.000115
+gallium_dri.so malloc 72 0x55717346dcc0 0.000114
+gallium_dri.so free 0x55717346dd40 void 0.000114
+gallium_dri.so free 0x55717346dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dd40 0.000112
+gallium_dri.so free 0x55717346de00 void 0.000114
+gallium_dri.so free 0x55717346dd40 void 0.000115
+gallium_dri.so malloc 72 0x55717346dd40 0.000114
+gallium_dri.so free 0x55717346de80 void 0.000116
+gallium_dri.so free 0x55717346dd40 void 0.000114
+gallium_dri.so malloc 72 0x55717346deb0 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000168
+gallium_dri.so free 0x55717346deb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346deb0 0.000114
+gallium_dri.so free 0x55717346e000 void 0.000116
+gallium_dri.so free 0x55717346deb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e040 0.000113
+gallium_dri.so free 0x55717346e0c0 void 0.000114
+gallium_dri.so free 0x55717346e040 void 0.000114
+gallium_dri.so malloc 72 0x55717346e0c0 0.000114
+gallium_dri.so free 0x55717346e180 void 0.000115
+gallium_dri.so free 0x55717346e0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e0c0 0.000114
+gallium_dri.so free 0x55717346e200 void 0.000115
+gallium_dri.so free 0x55717346e0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e230 0.000114
+gallium_dri.so free 0x55717346e280 void 0.000115
+gallium_dri.so free 0x55717346e230 void 0.000115
+gallium_dri.so malloc 72 0x55717346e230 0.000115
+gallium_dri.so free 0x55717346e380 void 0.000116
+gallium_dri.so free 0x55717346e230 void 0.000114
+gallium_dri.so malloc 72 0x55717346e330 0.000114
+gallium_dri.so free 0x55717346e440 void 0.000114
+gallium_dri.so free 0x55717346e330 void 0.000115
+gallium_dri.so malloc 72 0x55717346e3f0 0.000114
+gallium_dri.so free 0x55717346e4c0 void 0.000115
+gallium_dri.so free 0x55717346e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e3f0 0.000114
+gallium_dri.so free 0x55717346e580 void 0.000127
+gallium_dri.so free 0x55717346e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e3f0 0.000113
+gallium_dri.so free 0x55717346e640 void 0.000115
+gallium_dri.so free 0x55717346e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e5f0 0.000113
+gallium_dri.so free 0x55717346e6c0 void 0.000114
+gallium_dri.so free 0x55717346e5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e710 0.000125
+gallium_dri.so free 0x55717346e780 void 0.000118
+gallium_dri.so free 0x55717346e710 void 0.000116
+gallium_dri.so malloc 72 0x55717346e7a0 0.000114
+gallium_dri.so free 0x55717346e840 void 0.000115
+gallium_dri.so free 0x55717346e7a0 void 0.000116
+gallium_dri.so malloc 72 0x55717346e7f0 0.000117
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so free 0x55717346e7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e8c0 0.000116
+gallium_dri.so free 0x55717346e980 void 0.000114
+gallium_dri.so free 0x55717346e8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e8c0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x55717346e8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000113
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bff00 void 0.000132
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bff30 0.000114
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so free 0x5571735bff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff30 0.000112
+gallium_dri.so free 0x5571735c0080 void 0.000114
+gallium_dri.so free 0x5571735bff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000116
+gallium_dri.so free 0x5571735c0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000115
+gallium_dri.so free 0x5571735c01c0 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c01e0 0.000115
+gallium_dri.so free 0x5571735c0280 void 0.000115
+gallium_dri.so free 0x5571735c01e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0230 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0380 0.000113
+gallium_dri.so free 0x5571735c0440 void 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0380 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0380 0.000114
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c05c0 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0670 0.000114
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so free 0x5571735c0670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0730 0.000113
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0730 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000123
+gallium_dri.so free 0x5571735c08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0940 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0940 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000123
+gallium_dri.so free 0x5571735c0940 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0ae0 0.000114
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0ae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b30 0.000115
+gallium_dri.so free 0x5571735c0c00 void 0.000114
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b30 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c80 0.000115
+gallium_dri.so free 0x5571735c0d40 void 0.000115
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c80 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c80 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000116
+gallium_dri.so free 0x5571735c0c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e70 0.000116
+gallium_dri.so free 0x5571735c0f80 void 0.000114
+gallium_dri.so free 0x5571735c0e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f30 0.000114
+gallium_dri.so free 0x5571735c1000 void 0.000115
+gallium_dri.so free 0x5571735c0f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1050 0.000115
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c1050 void 0.000127
+gallium_dri.so malloc 72 0x5571735c10e0 0.000115
+gallium_dri.so free 0x5571735c1180 void 0.000114
+gallium_dri.so free 0x5571735c10e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1130 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000114
+gallium_dri.so free 0x5571735c1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1130 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1280 0.000116
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so free 0x5571735c1280 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1280 0.000115
+gallium_dri.so free 0x5571735c1440 void 0.000115
+gallium_dri.so free 0x5571735c1280 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13f0 0.000114
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13f0 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000116
+gallium_dri.so free 0x5571735c13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1580 0.000113
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c1580 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1600 0.000115
+gallium_dri.so free 0x5571735c16c0 void 0.000115
+gallium_dri.so free 0x5571735c1600 void 0.000206
+gallium_dri.so malloc 72 0x5571735c1600 0.000116
+gallium_dri.so free 0x5571735c1740 void 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000116
+gallium_dri.so free 0x5571735c1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000123
+gallium_dri.so free 0x5571735c18c0 void 0.000116
+gallium_dri.so free 0x5571735c1770 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1900 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1980 0.000114
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1980 0.000114
+gallium_dri.so free 0x5571735c1ac0 void 0.000116
+gallium_dri.so free 0x5571735c1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1af0 0.000114
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000114
+gallium_dri.so free 0x5571735c1af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000115
+gallium_dri.so free 0x5571735c1d00 void 0.000116
+gallium_dri.so free 0x5571735c1bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000116
+gallium_dri.so free 0x5571735c1d80 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c1e40 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000115
+gallium_dri.so free 0x5571735c1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1fd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2060 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000116
+gallium_dri.so free 0x5571735c2060 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20b0 0.000114
+gallium_dri.so free 0x5571735c2180 void 0.000116
+gallium_dri.so free 0x5571735c20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2180 0.000114
+gallium_dri.so free 0x5571735c2240 void 0.000115
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2180 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so free 0x5571735c2180 void 0.000125
+gallium_dri.so malloc 72 0x5571735c22c0 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000114
+gallium_dri.so free 0x5571735c2440 void 0.000116
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000112
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2580 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25d0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so free 0x5571735c25d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2680 0.000115
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2780 void 0.000116
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000119
+gallium_dri.so free 0x5571735c2800 void 0.000116
+gallium_dri.so free 0x5571735c27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000124
+gallium_dri.so free 0x5571735c27b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c28b0 0.000122
+gallium_dri.so free 0x5571735c29c0 void 0.000124
+gallium_dri.so free 0x5571735c28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2970 0.000114
+gallium_dri.so free 0x5571735c2a00 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2970 0.000115
+gallium_dri.so free 0x5571735c2ac0 void 0.000116
+gallium_dri.so free 0x5571735c2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000116
+gallium_dri.so free 0x5571735c2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c30 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000117
+gallium_dri.so free 0x5571735c2c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000115
+gallium_dri.so free 0x5571735c2d80 void 0.000115
+gallium_dri.so free 0x5571735c2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000118
+gallium_dri.so free 0x5571735c2e40 void 0.000116
+gallium_dri.so free 0x5571735c2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e80 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so free 0x5571735c2e80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2f00 0.000115
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f00 0.000114
+gallium_dri.so free 0x5571735c3080 void 0.000116
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30a0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c30a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c31c0 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c30f0 0.000114
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3240 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3240 0.000115
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3240 0.000115
+gallium_dri.so free 0x5571735c3480 void 0.000115
+gallium_dri.so free 0x5571735c3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3430 0.000114
+gallium_dri.so free 0x5571735c3540 void 0.000115
+gallium_dri.so free 0x5571735c3430 void 0.000162
+gallium_dri.so malloc 72 0x5571735c34f0 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000112
+gallium_dri.so free 0x5571735c34f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3610 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000117
+gallium_dri.so free 0x5571735c3610 void 0.000111
+gallium_dri.so malloc 72 0x5571735c36a0 0.000120
+gallium_dri.so free 0x5571735c3740 void 0.000113
+gallium_dri.so free 0x5571735c36a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c36f0 0.000112
+gallium_dri.so free 0x5571735c37c0 void 0.000212
+gallium_dri.so free 0x5571735c36f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735c36f0 0.000205
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so free 0x5571735c36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3840 0.000115
+gallium_dri.so free 0x5571735c3900 void 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3840 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000114
+gallium_dri.so free 0x5571735c3a40 void 0.000133
+gallium_dri.so free 0x5571735c39b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c39b0 0.000114
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so free 0x5571735c39b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b40 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000115
+gallium_dri.so free 0x5571735c3b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000115
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000114
+gallium_dri.so free 0x5571735c3d00 void 0.000115
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d30 0.000116
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000114
+gallium_dri.so free 0x5571735c3e80 void 0.000116
+gallium_dri.so free 0x5571735c3d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000113
+gallium_dri.so free 0x5571735c4080 void 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000121
+gallium_dri.so free 0x5571735c4200 void 0.000118
+gallium_dri.so free 0x5571735c40b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c41b0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735c4340 void 0.000130
+gallium_dri.so free 0x5571735c4270 void 0.000153
+gallium_dri.so malloc 72 0x5571735c4270 0.000120
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4270 0.000117
+gallium_dri.so free 0x5571735c44c0 void 0.000121
+gallium_dri.so free 0x5571735c4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4470 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c4470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4590 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000117
+gallium_dri.so free 0x5571735c4590 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4620 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000125
+gallium_dri.so free 0x5571735c4620 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4670 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000112
+gallium_dri.so free 0x5571735c4670 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4740 0.000110
+gallium_dri.so free 0x5571735c4800 void 0.000110
+gallium_dri.so free 0x5571735c4740 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4740 0.000111
+gallium_dri.so free 0x5571735c4880 void 0.000111
+gallium_dri.so free 0x5571735c4740 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4880 0.000109
+gallium_dri.so free 0x5571735c4940 void 0.000110
+gallium_dri.so free 0x5571735c4880 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4880 0.000111
+gallium_dri.so free 0x5571735c4a00 void 0.000110
+gallium_dri.so free 0x5571735c4880 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4880 0.000111
+gallium_dri.so free 0x5571735c4ac0 void 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4a70 0.000111
+gallium_dri.so free 0x5571735c4b40 void 0.000111
+gallium_dri.so free 0x5571735c4a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4b90 0.000110
+gallium_dri.so free 0x5571735c4c00 void 0.000111
+gallium_dri.so free 0x5571735c4b90 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4c40 0.000111
+gallium_dri.so free 0x5571735c4cc0 void 0.000111
+gallium_dri.so free 0x5571735c4c40 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4c40 0.000115
+gallium_dri.so free 0x5571735c4d40 void 0.000118
+gallium_dri.so free 0x5571735c4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d70 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000112
+gallium_dri.so free 0x5571735c4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d70 0.000112
+gallium_dri.so free 0x5571735c4ec0 void 0.000112
+gallium_dri.so free 0x5571735c4d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so free 0x5571735c4e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f30 0.000112
+gallium_dri.so free 0x5571735c4fc0 void 0.000112
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735eb480 void 0.000124
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000113
+gallium_dri.so free 0x5571735eb540 void 0.000114
+gallium_dri.so free 0x5571735eb4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb540 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000113
+gallium_dri.so free 0x5571735eb540 void 0.000186
+gallium_dri.so malloc 72 0x5571735eb540 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735eb6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000115
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x5571735eb6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000114
+gallium_dri.so free 0x5571735eb8c0 void 0.000114
+gallium_dri.so free 0x5571735eb7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb870 0.000113
+gallium_dri.so free 0x5571735eb940 void 0.000113
+gallium_dri.so free 0x5571735eb870 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb870 0.000112
+gallium_dri.so free 0x5571735eba00 void 0.000115
+gallium_dri.so free 0x5571735eb870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb870 0.000112
+gallium_dri.so free 0x5571735ebac0 void 0.000114
+gallium_dri.so free 0x5571735eb870 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba70 0.000112
+gallium_dri.so free 0x5571735ebb40 void 0.000113
+gallium_dri.so free 0x5571735eba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb90 0.000114
+gallium_dri.so free 0x5571735ebc00 void 0.000114
+gallium_dri.so free 0x5571735ebb90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebc20 0.000115
+gallium_dri.so free 0x5571735ebcc0 void 0.000114
+gallium_dri.so free 0x5571735ebc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc70 0.000112
+gallium_dri.so free 0x5571735ebd40 void 0.000113
+gallium_dri.so free 0x5571735ebc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd40 0.000113
+gallium_dri.so free 0x5571735ebe00 void 0.000113
+gallium_dri.so free 0x5571735ebd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd40 0.000112
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so free 0x5571735ebd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe80 0.000113
+gallium_dri.so free 0x5571735ebf40 void 0.000113
+gallium_dri.so free 0x5571735ebe80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe80 0.000112
+gallium_dri.so free 0x5571735ec000 void 0.000113
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe80 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000117
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec070 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735ec070 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec190 0.000120
+gallium_dri.so free 0x5571735ec200 void 0.000114
+gallium_dri.so free 0x5571735ec190 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec240 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000193
+gallium_dri.so free 0x5571735ec240 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec240 0.000123
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735ec240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000112
+gallium_dri.so free 0x5571735ec4c0 void 0.000117
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec470 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000113
+gallium_dri.so free 0x5571735ec470 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec5c0 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000112
+gallium_dri.so free 0x5571735ec840 void 0.000113
+gallium_dri.so free 0x5571735ec6f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000112
+gallium_dri.so free 0x5571735ec940 void 0.000113
+gallium_dri.so free 0x5571735ec8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca40 0.000113
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735eca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecac0 0.000112
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecac0 0.000114
+gallium_dri.so free 0x5571735ecc40 void 0.000113
+gallium_dri.so free 0x5571735ecac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc60 0.000112
+gallium_dri.so free 0x5571735ecd00 void 0.000113
+gallium_dri.so free 0x5571735ecc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735eccb0 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000114
+gallium_dri.so free 0x5571735eccb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccb0 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so free 0x5571735eccb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ece00 0.000116
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ece00 0.000112
+gallium_dri.so free 0x5571735ecf80 void 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ece00 0.000112
+gallium_dri.so free 0x5571735ed040 void 0.000114
+gallium_dri.so free 0x5571735ece00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecff0 0.000117
+gallium_dri.so free 0x5571735ed100 void 0.000119
+gallium_dri.so free 0x5571735ecff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000112
+gallium_dri.so free 0x5571735ed180 void 0.000113
+gallium_dri.so free 0x5571735ed0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed1d0 0.000118
+gallium_dri.so free 0x5571735ed240 void 0.000114
+gallium_dri.so free 0x5571735ed1d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed260 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so free 0x5571735ed260 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000116
+gallium_dri.so free 0x5571735ed2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000113
+gallium_dri.so free 0x5571735ed5c0 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed570 0.000111
+gallium_dri.so free 0x5571735ed600 void 0.000113
+gallium_dri.so free 0x5571735ed570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so free 0x5571735ed570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed700 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed780 0.000112
+gallium_dri.so free 0x5571735ed840 void 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000112
+gallium_dri.so free 0x5571735ed8c0 void 0.000117
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735ed940 void 0.000113
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000111
+gallium_dri.so free 0x5571735eda40 void 0.000122
+gallium_dri.so free 0x5571735ed8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eda80 0.000171
+gallium_dri.so free 0x5571735edb00 void 0.000119
+gallium_dri.so free 0x5571735eda80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edb00 0.000114
+gallium_dri.so free 0x5571735edbc0 void 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb00 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc70 0.000112
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc70 0.000113
+gallium_dri.so free 0x5571735eddc0 void 0.000113
+gallium_dri.so free 0x5571735edc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd70 0.000113
+gallium_dri.so free 0x5571735ede80 void 0.000114
+gallium_dri.so free 0x5571735edd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede30 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735ede30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede30 0.000116
+gallium_dri.so free 0x5571735edfc0 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735ede30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee030 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000113
+gallium_dri.so free 0x5571735ee030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee150 0.000119
+gallium_dri.so free 0x5571735ee1c0 void 0.000120
+gallium_dri.so free 0x5571735ee150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000114
+gallium_dri.so free 0x5571735ee280 void 0.000114
+gallium_dri.so free 0x5571735ee1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee300 0.000116
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee300 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee440 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee440 0.000113
+gallium_dri.so free 0x5571735ee5c0 void 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee440 0.000118
+gallium_dri.so free 0x5571735ee680 void 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee630 0.000124
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee630 void 0.000231
+gallium_dri.so malloc 72 0x5571735ee750 0.000183
+gallium_dri.so free 0x5571735ee7c0 void 0.000116
+gallium_dri.so free 0x5571735ee750 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee800 0.000115
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee800 0.000114
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee930 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee930 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee930 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735ee930 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea30 0.000114
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000115
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeaf0 void 0.000162
+gallium_dri.so malloc 72 0x5571735eecb0 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecb0 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000112
+gallium_dri.so free 0x5571735eecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000124
+gallium_dri.so free 0x5571735eeec0 void 0.000128
+gallium_dri.so free 0x5571735eedb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eee70 0.000129
+gallium_dri.so free 0x5571735eef00 void 0.000130
+gallium_dri.so free 0x5571735eee70 void 0.000127
+gallium_dri.so malloc 72 0x5571735eee70 0.000126
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef000 0.000119
+gallium_dri.so free 0x5571735ef080 void 0.000124
+gallium_dri.so free 0x5571735ef000 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef080 0.000125
+gallium_dri.so free 0x5571735ef140 void 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef080 0.000126
+gallium_dri.so free 0x5571735ef200 void 0.000162
+gallium_dri.so free 0x5571735ef080 void 0.000279
+gallium_dri.so malloc 72 0x5571735ef220 0.000246
+gallium_dri.so free 0x5571735ef2c0 void 0.000262
+gallium_dri.so free 0x5571735ef220 void 0.000247
+gallium_dri.so malloc 72 0x5571735ef270 0.000213
+gallium_dri.so free 0x5571735ef340 void 0.000190
+gallium_dri.so free 0x5571735ef270 void 0.000170
+gallium_dri.so malloc 72 0x5571735ef270 0.000175
+gallium_dri.so free 0x5571735ef3c0 void 0.000154
+gallium_dri.so free 0x5571735ef270 void 0.000187
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000161
+gallium_dri.so free 0x5571735ef480 void 0.000123
+gallium_dri.so free 0x5571735ef3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000119
+gallium_dri.so free 0x5571735ef540 void 0.000123
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000126
+gallium_dri.so free 0x5571735ef600 void 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000124
+gallium_dri.so free 0x5571735ef6c0 void 0.000124
+gallium_dri.so free 0x5571735ef5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef670 0.000124
+gallium_dri.so free 0x5571735ef740 void 0.000123
+gallium_dri.so free 0x5571735ef670 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef790 0.000125
+gallium_dri.so free 0x5571735ef800 void 0.000123
+gallium_dri.so free 0x5571735ef790 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef820 0.000115
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so free 0x5571735ef820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef870 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef870 0.000119
+gallium_dri.so free 0x5571735ef9c0 void 0.000125
+gallium_dri.so free 0x5571735ef870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000116
+gallium_dri.so free 0x5571735ef9c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000163
+gallium_dri.so free 0x5571735efb80 void 0.000241
+gallium_dri.so free 0x5571735ef9c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735efb30 0.000282
+gallium_dri.so free 0x5571735efbc0 void 0.000273
+gallium_dri.so free 0x5571735efb30 void 0.000277
+gallium_dri.so malloc 72 0x5571735efb30 0.000227
+gallium_dri.so free 0x5571735efc80 void 0.000277
+gallium_dri.so free 0x5571735efb30 void 0.000283
+gallium_dri.so malloc 72 0x5571735efcc0 0.000271
+gallium_dri.so free 0x5571735efd40 void 0.000265
+gallium_dri.so free 0x5571735efcc0 void 0.000279
+gallium_dri.so malloc 72 0x5571735efd40 0.000278
+gallium_dri.so free 0x5571735efe00 void 0.000282
+gallium_dri.so free 0x5571735efd40 void 0.000284
+gallium_dri.so malloc 72 0x5571735efd40 0.000280
+gallium_dri.so free 0x5571735efe80 void 0.000281
+gallium_dri.so free 0x5571735efd40 void 0.000278
+gallium_dri.so malloc 72 0x5571735efeb0 0.000272
+gallium_dri.so free 0x5571735eff00 void 0.000279
+gallium_dri.so free 0x5571735efeb0 void 0.000244
+gallium_dri.so malloc 72 0x5571735efeb0 0.000277
+gallium_dri.so free 0x5571735f0000 void 0.000276
+gallium_dri.so free 0x5571735efeb0 void 0.000279
+gallium_dri.so malloc 72 0x5571735f0040 0.000281
+gallium_dri.so free 0x5571735f00c0 void 0.000327
+gallium_dri.so free 0x5571735f0040 void 0.000284
+gallium_dri.so malloc 72 0x5571735f00c0 0.000289
+gallium_dri.so free 0x5571735f0180 void 0.000280
+gallium_dri.so free 0x5571735f00c0 void 0.000279
+gallium_dri.so malloc 72 0x5571735f00c0 0.000282
+gallium_dri.so free 0x5571735f0200 void 0.000277
+gallium_dri.so free 0x5571735f00c0 void 0.000274
+gallium_dri.so malloc 72 0x5571735f0230 0.000323
+gallium_dri.so free 0x5571735f0280 void 0.000284
+gallium_dri.so free 0x5571735f0230 void 0.000301
+gallium_dri.so malloc 72 0x5571735f0230 0.000288
+gallium_dri.so free 0x5571735f0380 void 0.000303
+gallium_dri.so free 0x5571735f0230 void 0.000286
+gallium_dri.so malloc 72 0x5571735f0330 0.000291
+gallium_dri.so free 0x5571735f0440 void 0.000287
+gallium_dri.so free 0x5571735f0330 void 0.000287
+gallium_dri.so malloc 72 0x5571735f03f0 0.000264
+gallium_dri.so free 0x5571735f04c0 void 0.000289
+gallium_dri.so free 0x5571735f03f0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f03f0 0.000286
+gallium_dri.so free 0x5571735f0580 void 0.000277
+gallium_dri.so free 0x5571735f03f0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f03f0 0.000278
+gallium_dri.so free 0x5571735f0640 void 0.000336
+gallium_dri.so free 0x5571735f03f0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f05f0 0.000291
+gallium_dri.so free 0x5571735f06c0 void 0.000285
+gallium_dri.so free 0x5571735f05f0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f0710 0.000230
+gallium_dri.so free 0x5571735f0780 void 0.000278
+gallium_dri.so free 0x5571735f0710 void 0.000296
+gallium_dri.so malloc 72 0x5571735f07a0 0.000287
+gallium_dri.so free 0x5571735f0840 void 0.000286
+gallium_dri.so free 0x5571735f07a0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f07f0 0.000283
+gallium_dri.so free 0x5571735f08c0 void 0.000277
+gallium_dri.so free 0x5571735f07f0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f08c0 0.000298
+gallium_dri.so free 0x5571735f0980 void 0.000230
+gallium_dri.so free 0x5571735f08c0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f08c0 0.000287
+gallium_dri.so free 0x5571735f0a00 void 0.000305
+gallium_dri.so free 0x5571735f08c0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f0a00 0.000288
+gallium_dri.so free 0x5571735f0ac0 void 0.000262
+gallium_dri.so free 0x5571735f0a00 void 0.000286
+gallium_dri.so malloc 72 0x5571735f0a00 0.000286
+gallium_dri.so free 0x5571735f0b80 void 0.000306
+gallium_dri.so free 0x5571735f0a00 void 0.000263
+gallium_dri.so malloc 72 0x5571735f0a00 0.000228
+gallium_dri.so free 0x5571735f0c40 void 0.000206
+gallium_dri.so free 0x5571735f0a00 void 0.000191
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000132
+gallium_dri.so free 0x5571735f0cc0 void 0.000164
+gallium_dri.so free 0x5571735f0bf0 void 0.000224
+gallium_dri.so malloc 72 0x5571735f0d10 0.000230
+gallium_dri.so free 0x5571735f0d80 void 0.000208
+gallium_dri.so free 0x5571735f0d10 void 0.000185
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000163
+gallium_dri.so free 0x5571735f0e40 void 0.000129
+gallium_dri.so free 0x5571735f0dc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000132
+gallium_dri.so free 0x5571735f0ec0 void 0.000136
+gallium_dri.so free 0x5571735f0dc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000219
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so free 0x5571735f0ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000137
+gallium_dri.so free 0x5571735f1040 void 0.000136
+gallium_dri.so free 0x5571735f0ef0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000138
+gallium_dri.so free 0x5571735f1100 void 0.000138
+gallium_dri.so free 0x5571735f0ff0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f10b0 0.000132
+gallium_dri.so free 0x5571735f1140 void 0.000228
+gallium_dri.so free 0x5571735f10b0 void 0.000232
+gallium_dri.so malloc 72 0x5571735f10b0 0.000210
+gallium_dri.so free 0x5571735f1200 void 0.000210
+gallium_dri.so free 0x5571735f10b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f1270 0.000286
+gallium_dri.so free 0x5571735f12c0 void 0.000269
+gallium_dri.so free 0x5571735f1270 void 0.000266
+gallium_dri.so malloc 72 0x5571735f1270 0.000247
+gallium_dri.so free 0x5571735f13c0 void 0.000228
+gallium_dri.so free 0x5571735f1270 void 0.000227
+gallium_dri.so malloc 72 0x5571735f1370 0.000230
+gallium_dri.so free 0x5571735f1480 void 0.000205
+gallium_dri.so free 0x5571735f1370 void 0.000239
+gallium_dri.so malloc 72 0x5571735f1430 0.000228
+gallium_dri.so free 0x5571735f14c0 void 0.000234
+gallium_dri.so free 0x5571735f1430 void 0.000233
+gallium_dri.so malloc 72 0x5571735f1430 0.000231
+gallium_dri.so free 0x5571735f1580 void 0.000232
+gallium_dri.so free 0x5571735f1430 void 0.000237
+gallium_dri.so malloc 72 0x5571735f15c0 0.000227
+gallium_dri.so free 0x5571735f1640 void 0.000233
+gallium_dri.so free 0x5571735f15c0 void 0.000229
+gallium_dri.so malloc 72 0x5571735f1640 0.000236
+gallium_dri.so free 0x5571735f1700 void 0.000206
+gallium_dri.so free 0x5571735f1640 void 0.000153
+gallium_dri.so malloc 72 0x5571735f1640 0.000136
+gallium_dri.so free 0x5571735f17c0 void 0.000138
+gallium_dri.so free 0x5571735f1640 void 0.000227
+gallium_dri.so malloc 72 0x5571735f17e0 0.000233
+gallium_dri.so free 0x5571735f1880 void 0.000211
+gallium_dri.so free 0x5571735f17e0 void 0.000208
+gallium_dri.so malloc 72 0x5571735f1830 0.000180
+gallium_dri.so free 0x5571735f1900 void 0.000132
+gallium_dri.so free 0x5571735f1830 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1830 0.000171
+gallium_dri.so free 0x5571735f1980 void 0.000285
+gallium_dri.so free 0x5571735f1830 void 0.000290
+gallium_dri.so malloc 72 0x5571735f1980 0.000283
+gallium_dri.so free 0x5571735f1a40 void 0.000295
+gallium_dri.so free 0x5571735f1980 void 0.000282
+gallium_dri.so malloc 72 0x5571735f1980 0.000285
+gallium_dri.so free 0x5571735f1b00 void 0.000281
+gallium_dri.so free 0x5571735f1980 void 0.000291
+gallium_dri.so malloc 72 0x5571735f1980 0.000274
+gallium_dri.so free 0x5571735f1bc0 void 0.000290
+gallium_dri.so free 0x5571735f1980 void 0.000288
+gallium_dri.so malloc 72 0x5571735f1b70 0.000290
+gallium_dri.so free 0x5571735f1c80 void 0.000287
+gallium_dri.so free 0x5571735f1b70 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1c30 0.000286
+gallium_dri.so free 0x5571735f1d00 void 0.000286
+gallium_dri.so free 0x5571735f1c30 void 0.000288
+gallium_dri.so malloc 72 0x5571735f1d50 0.000286
+gallium_dri.so free 0x5571735f1dc0 void 0.000282
+gallium_dri.so free 0x5571735f1d50 void 0.000292
+gallium_dri.so malloc 72 0x5571735f1de0 0.000286
+gallium_dri.so free 0x5571735f1e80 void 0.000289
+gallium_dri.so free 0x5571735f1de0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f1e30 0.000285
+gallium_dri.so free 0x5571735f1f00 void 0.000280
+gallium_dri.so free 0x5571735f1e30 void 0.000288
+gallium_dri.so malloc 72 0x5571735f1e30 0.000286
+gallium_dri.so free 0x5571735f1f80 void 0.000281
+gallium_dri.so free 0x5571735f1e30 void 0.000288
+gallium_dri.so malloc 72 0x5571735f1f80 0.000282
+gallium_dri.so free 0x5571735f2040 void 0.000290
+gallium_dri.so free 0x5571735f1f80 void 0.000291
+gallium_dri.so malloc 72 0x5571735f1f80 0.000292
+gallium_dri.so free 0x5571735f2140 void 0.000292
+gallium_dri.so free 0x5571735f1f80 void 0.000286
+gallium_dri.so malloc 72 0x5571735f20f0 0.000286
+gallium_dri.so free 0x5571735f2180 void 0.000357
+gallium_dri.so free 0x5571735f20f0 void 0.000411
+gallium_dri.so malloc 72 0x5571735f20f0 0.000319
+gallium_dri.so free 0x5571735f2240 void 0.000294
+gallium_dri.so free 0x5571735f20f0 void 0.000291
+gallium_dri.so malloc 72 0x5571735f2280 0.000289
+gallium_dri.so free 0x5571735f2300 void 0.000292
+gallium_dri.so free 0x5571735f2280 void 0.000291
+gallium_dri.so malloc 72 0x5571735f2300 0.000286
+gallium_dri.so free 0x5571735f23c0 void 0.000288
+gallium_dri.so free 0x5571735f2300 void 0.000289
+gallium_dri.so malloc 72 0x5571735f2300 0.000321
+gallium_dri.so free 0x5571735f2440 void 0.000314
+gallium_dri.so free 0x5571735f2300 void 0.000309
+gallium_dri.so malloc 72 0x5571735f2470 0.000318
+gallium_dri.so free 0x5571735f24c0 void 0.000260
+gallium_dri.so free 0x5571735f2470 void 0.000251
+gallium_dri.so malloc 72 0x5571735f2470 0.000256
+gallium_dri.so free 0x5571735f25c0 void 0.000257
+gallium_dri.so free 0x5571735f2470 void 0.000251
+gallium_dri.so malloc 72 0x5571735f2600 0.000234
+gallium_dri.so free 0x5571735f2680 void 0.000232
+gallium_dri.so free 0x5571735f2600 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2680 0.000153
+gallium_dri.so free 0x5571735f2740 void 0.000159
+gallium_dri.so free 0x5571735f2680 void 0.000154
+gallium_dri.so malloc 72 0x5571735f2680 0.000157
+gallium_dri.so free 0x5571735f27c0 void 0.000157
+gallium_dri.so free 0x5571735f2680 void 0.000156
+gallium_dri.so malloc 72 0x5571735f27f0 0.000157
+gallium_dri.so free 0x5571735f2840 void 0.000145
+gallium_dri.so free 0x5571735f27f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f27f0 0.000138
+gallium_dri.so free 0x5571735f2940 void 0.000133
+gallium_dri.so free 0x5571735f27f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f28f0 0.000142
+gallium_dri.so free 0x5571735f2a00 void 0.000139
+gallium_dri.so free 0x5571735f28f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f29b0 0.000172
+gallium_dri.so free 0x5571735f2a80 void 0.000172
+gallium_dri.so free 0x5571735f29b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f29b0 0.000138
+gallium_dri.so free 0x5571735f2b40 void 0.000140
+gallium_dri.so free 0x5571735f29b0 void 0.000175
+gallium_dri.so malloc 72 0x5571735f29b0 0.000231
+gallium_dri.so free 0x5571735f2c00 void 0.000235
+gallium_dri.so free 0x5571735f29b0 void 0.000212
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000189
+gallium_dri.so free 0x5571735f2c80 void 0.000235
+gallium_dri.so free 0x5571735f2bb0 void 0.000233
+gallium_dri.so malloc 72 0x5571735f2cd0 0.000136
+gallium_dri.so free 0x5571735f2d40 void 0.000131
+gallium_dri.so free 0x5571735f2cd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2d60 0.000127
+gallium_dri.so free 0x5571735f2e00 void 0.000132
+gallium_dri.so free 0x5571735f2d60 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2db0 0.000138
+gallium_dri.so free 0x5571735f2e80 void 0.000132
+gallium_dri.so free 0x5571735f2db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2e80 0.000135
+gallium_dri.so free 0x5571735f2f40 void 0.000138
+gallium_dri.so free 0x5571735f2e80 void 0.000180
+gallium_dri.so malloc 72 0x5571735f2e80 0.000177
+gallium_dri.so free 0x5571735f2fc0 void 0.000175
+gallium_dri.so free 0x5571735f2e80 void 0.000173
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000135
+gallium_dri.so free 0x5571735f3080 void 0.000138
+gallium_dri.so free 0x5571735f2fc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000137
+gallium_dri.so free 0x5571735f3140 void 0.000136
+gallium_dri.so free 0x5571735f2fc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000136
+gallium_dri.so free 0x5571735f3200 void 0.000130
+gallium_dri.so free 0x5571735f2fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f31b0 0.000135
+gallium_dri.so free 0x5571735f3280 void 0.000231
+gallium_dri.so free 0x5571735f31b0 void 0.000233
+gallium_dri.so malloc 72 0x5571735f32d0 0.000327
+gallium_dri.so free 0x5571735f3340 void 0.000315
+gallium_dri.so free 0x5571735f32d0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f3380 0.000290
+gallium_dri.so free 0x5571735f3400 void 0.000231
+gallium_dri.so free 0x5571735f3380 void 0.000234
+gallium_dri.so malloc 72 0x5571735f3380 0.000221
+gallium_dri.so free 0x5571735f3480 void 0.000230
+gallium_dri.so free 0x5571735f3380 void 0.000223
+gallium_dri.so malloc 72 0x5571735f34b0 0.000230
+gallium_dri.so free 0x5571735f3500 void 0.000227
+gallium_dri.so free 0x5571735f34b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735f34b0 0.000225
+gallium_dri.so free 0x5571735f3600 void 0.000204
+gallium_dri.so free 0x5571735f34b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f35b0 0.000131
+gallium_dri.so free 0x5571735f36c0 void 0.000130
+gallium_dri.so free 0x5571735f35b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f3670 0.000209
+gallium_dri.so free 0x55717360d9c0 void 0.000132
+gallium_dri.so free 0x5571735f3670 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3670 0.000122
+gallium_dri.so free 0x55717360da80 void 0.000126
+gallium_dri.so free 0x5571735f3670 void 0.000126
+gallium_dri.so malloc 72 0x55717360daf0 0.000121
+gallium_dri.so free 0x55717360db40 void 0.000128
+gallium_dri.so free 0x55717360daf0 void 0.000133
+gallium_dri.so malloc 72 0x55717360daf0 0.000128
+gallium_dri.so free 0x55717360dc40 void 0.000127
+gallium_dri.so free 0x55717360daf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dbf0 0.000224
+gallium_dri.so free 0x55717360dd00 void 0.000220
+gallium_dri.so free 0x55717360dbf0 void 0.000226
+gallium_dri.so malloc 72 0x55717360dcb0 0.000225
+gallium_dri.so free 0x55717360dd40 void 0.000212
+gallium_dri.so free 0x55717360dcb0 void 0.000245
+gallium_dri.so malloc 72 0x55717360dcb0 0.000300
+gallium_dri.so free 0x55717360de00 void 0.000323
+gallium_dri.so free 0x55717360dcb0 void 0.000359
+gallium_dri.so malloc 72 0x55717360de40 0.000326
+gallium_dri.so free 0x55717360dec0 void 0.000285
+gallium_dri.so free 0x55717360de40 void 0.000287
+gallium_dri.so malloc 72 0x55717360dec0 0.000284
+gallium_dri.so free 0x55717360df80 void 0.000283
+gallium_dri.so free 0x55717360dec0 void 0.000284
+gallium_dri.so malloc 72 0x55717360dec0 0.000341
+gallium_dri.so free 0x55717360e040 void 0.000293
+gallium_dri.so free 0x55717360dec0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e060 0.000210
+gallium_dri.so free 0x55717360e100 void 0.000218
+gallium_dri.so free 0x55717360e060 void 0.000128
+gallium_dri.so malloc 72 0x55717360e0b0 0.000127
+gallium_dri.so free 0x55717360e180 void 0.000129
+gallium_dri.so free 0x55717360e0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e0b0 0.000126
+gallium_dri.so free 0x55717360e200 void 0.000130
+gallium_dri.so free 0x55717360e0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e200 0.000127
+gallium_dri.so free 0x55717360e2c0 void 0.000130
+gallium_dri.so free 0x55717360e200 void 0.000128
+gallium_dri.so malloc 72 0x55717360e200 0.000127
+gallium_dri.so free 0x55717360e380 void 0.000128
+gallium_dri.so free 0x55717360e200 void 0.000127
+gallium_dri.so malloc 72 0x55717360e200 0.000127
+gallium_dri.so free 0x55717360e440 void 0.000128
+gallium_dri.so free 0x55717360e200 void 0.000126
+gallium_dri.so malloc 72 0x55717360e3f0 0.000129
+gallium_dri.so free 0x55717360e500 void 0.000142
+gallium_dri.so free 0x55717360e3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360e4b0 0.000127
+gallium_dri.so free 0x55717360e580 void 0.000130
+gallium_dri.so free 0x55717360e4b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e5d0 0.000127
+gallium_dri.so free 0x55717360e640 void 0.000130
+gallium_dri.so free 0x55717360e5d0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e660 0.000126
+gallium_dri.so free 0x55717360e700 void 0.000128
+gallium_dri.so free 0x55717360e660 void 0.000126
+gallium_dri.so malloc 72 0x55717360e6b0 0.000126
+gallium_dri.so free 0x55717360e780 void 0.000129
+gallium_dri.so free 0x55717360e6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e6b0 0.000128
+gallium_dri.so free 0x55717360e800 void 0.000128
+gallium_dri.so free 0x55717360e6b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e800 0.000128
+gallium_dri.so free 0x55717360e8c0 void 0.000128
+gallium_dri.so free 0x55717360e800 void 0.000127
+gallium_dri.so malloc 72 0x55717360e800 0.000129
+gallium_dri.so free 0x55717360e9c0 void 0.000136
+gallium_dri.so free 0x55717360e800 void 0.000131
+gallium_dri.so malloc 72 0x55717360e970 0.000131
+gallium_dri.so free 0x55717360ea00 void 0.000140
+gallium_dri.so free 0x55717360e970 void 0.000134
+gallium_dri.so malloc 72 0x55717360e970 0.000178
+gallium_dri.so free 0x55717360eac0 void 0.000133
+gallium_dri.so free 0x55717360e970 void 0.000133
+gallium_dri.so malloc 72 0x55717360eb00 0.000130
+gallium_dri.so free 0x55717360eb80 void 0.000131
+gallium_dri.so free 0x55717360eb00 void 0.000132
+gallium_dri.so malloc 72 0x55717360eb80 0.000130
+gallium_dri.so free 0x55717360ec40 void 0.000132
+gallium_dri.so free 0x55717360eb80 void 0.000132
+gallium_dri.so malloc 72 0x55717360eb80 0.000128
+gallium_dri.so free 0x55717360ecc0 void 0.000129
+gallium_dri.so free 0x55717360eb80 void 0.000135
+gallium_dri.so malloc 72 0x55717360ecf0 0.000126
+gallium_dri.so free 0x55717360ed40 void 0.000123
+gallium_dri.so free 0x55717360ecf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ecf0 0.000121
+gallium_dri.so free 0x55717360ee40 void 0.000125
+gallium_dri.so free 0x55717360ecf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ee80 0.000125
+gallium_dri.so free 0x55717360ef00 void 0.000123
+gallium_dri.so free 0x55717360ee80 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef00 0.000122
+gallium_dri.so free 0x55717360efc0 void 0.000123
+gallium_dri.so free 0x55717360ef00 void 0.000128
+gallium_dri.so malloc 72 0x55717360ef00 0.000126
+gallium_dri.so free 0x55717360f040 void 0.000124
+gallium_dri.so free 0x55717360ef00 void 0.000122
+gallium_dri.so malloc 72 0x55717360f070 0.000124
+gallium_dri.so free 0x55717360f0c0 void 0.000122
+gallium_dri.so free 0x55717360f070 void 0.000124
+gallium_dri.so malloc 72 0x55717360f070 0.000125
+gallium_dri.so free 0x55717360f1c0 void 0.000121
+gallium_dri.so free 0x55717360f070 void 0.000124
+gallium_dri.so malloc 72 0x55717360f170 0.000125
+gallium_dri.so free 0x55717360f280 void 0.000123
+gallium_dri.so free 0x55717360f170 void 0.000125
+gallium_dri.so malloc 72 0x55717360f230 0.000122
+gallium_dri.so free 0x55717360f300 void 0.000127
+gallium_dri.so free 0x55717360f230 void 0.000121
+gallium_dri.so malloc 72 0x55717360f230 0.000124
+gallium_dri.so free 0x55717360f3c0 void 0.000126
+gallium_dri.so free 0x55717360f230 void 0.000123
+gallium_dri.so malloc 72 0x55717360f230 0.000123
+gallium_dri.so free 0x55717360f480 void 0.000125
+gallium_dri.so free 0x55717360f230 void 0.000124
+gallium_dri.so malloc 72 0x55717360f430 0.000124
+gallium_dri.so free 0x55717360f500 void 0.000123
+gallium_dri.so free 0x55717360f430 void 0.000124
+gallium_dri.so malloc 72 0x55717360f550 0.000159
+gallium_dri.so free 0x55717360f5c0 void 0.000123
+gallium_dri.so free 0x55717360f550 void 0.000125
+gallium_dri.so malloc 72 0x55717360f5e0 0.000124
+gallium_dri.so free 0x55717360f680 void 0.000125
+gallium_dri.so free 0x55717360f5e0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f630 0.000122
+gallium_dri.so free 0x55717360f700 void 0.000125
+gallium_dri.so free 0x55717360f630 void 0.000124
+gallium_dri.so malloc 72 0x55717360f700 0.000125
+gallium_dri.so free 0x55717360f7c0 void 0.000125
+gallium_dri.so free 0x55717360f700 void 0.000124
+gallium_dri.so malloc 72 0x55717360f700 0.000125
+gallium_dri.so free 0x55717360f840 void 0.000125
+gallium_dri.so free 0x55717360f700 void 0.000121
+gallium_dri.so malloc 72 0x55717360f840 0.000128
+gallium_dri.so free 0x55717360f900 void 0.000121
+gallium_dri.so free 0x55717360f840 void 0.000119
+gallium_dri.so malloc 72 0x55717360f840 0.000120
+gallium_dri.so free 0x55717360f9c0 void 0.000120
+gallium_dri.so free 0x55717360f840 void 0.000120
+gallium_dri.so malloc 72 0x55717360f840 0.000121
+gallium_dri.so free 0x55717360fa80 void 0.000122
+gallium_dri.so free 0x55717360f840 void 0.000118
+gallium_dri.so malloc 72 0x55717360fa30 0.000118
+gallium_dri.so free 0x55717360fb00 void 0.000134
+gallium_dri.so free 0x55717360fa30 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb50 0.000120
+gallium_dri.so free 0x55717360fbc0 void 0.000121
+gallium_dri.so free 0x55717360fb50 void 0.000128
+gallium_dri.so malloc 72 0x55717360fc00 0.000115
+gallium_dri.so free 0x55717360fc80 void 0.000116
+gallium_dri.so free 0x55717360fc00 void 0.000113
+gallium_dri.so malloc 72 0x55717360fc00 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000115
+gallium_dri.so free 0x55717360fc00 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd30 0.000114
+gallium_dri.so free 0x55717360fd80 void 0.000116
+gallium_dri.so free 0x55717360fd30 void 0.000115
+gallium_dri.so malloc 72 0x55717360fd30 0.000114
+gallium_dri.so free 0x55717360fe80 void 0.000114
+gallium_dri.so free 0x55717360fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe30 0.000113
+gallium_dri.so free 0x55717360ff40 void 0.000115
+gallium_dri.so free 0x55717360fe30 void 0.000114
+gallium_dri.so malloc 72 0x55717360fef0 0.000113
+gallium_dri.so free 0x55717360ff80 void 0.000115
+gallium_dri.so free 0x55717360fef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fef0 0.000115
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so free 0x55717360fef0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100b0 0.000115
+gallium_dri.so free 0x557173610100 void 0.000153
+gallium_dri.so free 0x5571736100b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100b0 0.000114
+gallium_dri.so free 0x557173610200 void 0.000113
+gallium_dri.so free 0x5571736100b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736101b0 0.000114
+gallium_dri.so free 0x5571736102c0 void 0.000114
+gallium_dri.so free 0x5571736101b0 void 0.000112
+gallium_dri.so malloc 72 0x557173610270 0.000113
+gallium_dri.so free 0x557173610300 void 0.000113
+gallium_dri.so free 0x557173610270 void 0.000114
+gallium_dri.so malloc 72 0x557173610270 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000115
+gallium_dri.so free 0x557173610270 void 0.000113
+gallium_dri.so malloc 72 0x557173610400 0.000113
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so free 0x557173610400 void 0.000112
+gallium_dri.so malloc 72 0x557173610480 0.000115
+gallium_dri.so free 0x557173610540 void 0.000114
+gallium_dri.so free 0x557173610480 void 0.000113
+gallium_dri.so malloc 72 0x557173610480 0.000114
+gallium_dri.so free 0x557173610600 void 0.000114
+gallium_dri.so free 0x557173610480 void 0.000112
+gallium_dri.so malloc 72 0x557173610620 0.000113
+gallium_dri.so free 0x5571736106c0 void 0.000115
+gallium_dri.so free 0x557173610620 void 0.000115
+gallium_dri.so malloc 72 0x557173610670 0.000114
+gallium_dri.so free 0x557173610740 void 0.000127
+gallium_dri.so free 0x557173610670 void 0.000116
+gallium_dri.so malloc 72 0x557173610670 0.000120
+gallium_dri.so free 0x5571736107c0 void 0.000116
+gallium_dri.so free 0x557173610670 void 0.000114
+gallium_dri.so malloc 72 0x5571736107c0 0.000115
+gallium_dri.so free 0x557173610880 void 0.000116
+gallium_dri.so free 0x5571736107c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736107c0 0.000114
+gallium_dri.so free 0x557173610940 void 0.000115
+gallium_dri.so free 0x5571736107c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736107c0 0.000115
+gallium_dri.so free 0x557173610a00 void 0.000114
+gallium_dri.so free 0x5571736107c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736109b0 0.000116
+gallium_dri.so free 0x557173610ac0 void 0.000115
+gallium_dri.so free 0x5571736109b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610a70 0.000115
+gallium_dri.so free 0x557173610b40 void 0.000116
+gallium_dri.so free 0x557173610a70 void 0.000113
+gallium_dri.so malloc 72 0x557173610b90 0.000113
+gallium_dri.so free 0x557173610c00 void 0.000120
+gallium_dri.so free 0x557173610b90 void 0.000115
+gallium_dri.so malloc 72 0x557173610c20 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000115
+gallium_dri.so free 0x557173610c20 void 0.000113
+gallium_dri.so malloc 72 0x557173610c70 0.000114
+gallium_dri.so free 0x557173610d40 void 0.000126
+gallium_dri.so free 0x557173610c70 void 0.000117
+gallium_dri.so malloc 72 0x557173610c70 0.000114
+gallium_dri.so free 0x557173610dc0 void 0.000115
+gallium_dri.so free 0x557173610c70 void 0.000114
+gallium_dri.so malloc 72 0x557173610dc0 0.000113
+gallium_dri.so free 0x557173610e80 void 0.000115
+gallium_dri.so free 0x557173610dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173610dc0 0.000115
+gallium_dri.so free 0x557173610f80 void 0.000116
+gallium_dri.so free 0x557173610dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173610f30 0.000114
+gallium_dri.so free 0x557173610fc0 void 0.000115
+gallium_dri.so free 0x557173610f30 void 0.000113
+gallium_dri.so malloc 72 0x557173610f30 0.000113
+gallium_dri.so free 0x557173611080 void 0.000116
+gallium_dri.so free 0x557173610f30 void 0.000112
+gallium_dri.so malloc 72 0x5571736110c0 0.000114
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x5571736110c0 void 0.000115
+gallium_dri.so malloc 72 0x557173611140 0.000113
+gallium_dri.so free 0x557173611200 void 0.000115
+gallium_dri.so free 0x557173611140 void 0.000114
+gallium_dri.so malloc 72 0x557173611140 0.000114
+gallium_dri.so free 0x557173611280 void 0.000115
+gallium_dri.so free 0x557173611140 void 0.000113
+gallium_dri.so malloc 72 0x5571736112b0 0.000114
+gallium_dri.so free 0x557173611300 void 0.000115
+gallium_dri.so free 0x5571736112b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736112b0 0.000114
+gallium_dri.so free 0x557173611400 void 0.000114
+gallium_dri.so free 0x5571736112b0 void 0.000113
+gallium_dri.so malloc 72 0x557173611440 0.000113
+gallium_dri.so free 0x5571736114c0 void 0.000114
+gallium_dri.so free 0x557173611440 void 0.000112
+gallium_dri.so malloc 72 0x5571736114c0 0.000112
+gallium_dri.so free 0x557173611580 void 0.000114
+gallium_dri.so free 0x5571736114c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736114c0 0.000113
+gallium_dri.so free 0x557173611600 void 0.000114
+gallium_dri.so free 0x5571736114c0 void 0.000114
+gallium_dri.so malloc 72 0x557173611630 0.000114
+gallium_dri.so free 0x557173611680 void 0.000115
+gallium_dri.so free 0x557173611630 void 0.000120
+gallium_dri.so malloc 72 0x557173611630 0.000121
+gallium_dri.so free 0x557173611780 void 0.000115
+gallium_dri.so free 0x557173611630 void 0.000115
+gallium_dri.so malloc 72 0x557173611730 0.000116
+gallium_dri.so free 0x557173611840 void 0.000116
+gallium_dri.so free 0x557173611730 void 0.000114
+gallium_dri.so malloc 72 0x5571736117f0 0.000114
+gallium_dri.so free 0x5571736118c0 void 0.000115
+gallium_dri.so free 0x5571736117f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736117f0 0.000114
+gallium_dri.so free 0x557173611980 void 0.000115
+gallium_dri.so free 0x5571736117f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736117f0 0.000115
+gallium_dri.so free 0x557173611a40 void 0.000115
+gallium_dri.so free 0x5571736117f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736119f0 0.000113
+gallium_dri.so free 0x557173611ac0 void 0.000114
+gallium_dri.so free 0x5571736119f0 void 0.000114
+gallium_dri.so malloc 72 0x557173611b10 0.000113
+gallium_dri.so free 0x557173611b80 void 0.000116
+gallium_dri.so free 0x557173611b10 void 0.000114
+gallium_dri.so malloc 72 0x557173611ba0 0.000113
+gallium_dri.so free 0x557173611c40 void 0.000118
+gallium_dri.so free 0x557173611ba0 void 0.000113
+gallium_dri.so malloc 72 0x557173611bf0 0.000115
+gallium_dri.so free 0x557173611cc0 void 0.000116
+gallium_dri.so free 0x557173611bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173611cc0 0.000114
+gallium_dri.so free 0x557173611d80 void 0.000115
+gallium_dri.so free 0x557173611cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173611cc0 0.000113
+gallium_dri.so free 0x557173611e00 void 0.000115
+gallium_dri.so free 0x557173611cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173611e00 0.000113
+gallium_dri.so free 0x557173611ec0 void 0.000115
+gallium_dri.so free 0x557173611e00 void 0.000114
+gallium_dri.so malloc 72 0x557173611e00 0.000114
+gallium_dri.so free 0x557173611f80 void 0.000114
+gallium_dri.so free 0x557173611e00 void 0.000163
+gallium_dri.so malloc 72 0x557173611e00 0.000116
+gallium_dri.so free 0x557173612040 void 0.000113
+gallium_dri.so free 0x557173611e00 void 0.000113
+gallium_dri.so malloc 72 0x557173611ff0 0.000112
+gallium_dri.so free 0x5571736120c0 void 0.000114
+gallium_dri.so free 0x557173611ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173612110 0.000114
+gallium_dri.so free 0x557173612180 void 0.000115
+gallium_dri.so free 0x557173612110 void 0.000113
+gallium_dri.so malloc 72 0x5571736121c0 0.000112
+gallium_dri.so free 0x557173612240 void 0.000114
+gallium_dri.so free 0x5571736121c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736121c0 0.000113
+gallium_dri.so free 0x5571736122c0 void 0.000114
+gallium_dri.so free 0x5571736121c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736122f0 0.000113
+gallium_dri.so free 0x557173612340 void 0.000115
+gallium_dri.so free 0x5571736122f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736122f0 0.000114
+gallium_dri.so free 0x557173612440 void 0.000113
+gallium_dri.so free 0x5571736122f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736123f0 0.000143
+gallium_dri.so free 0x557173612500 void 0.000115
+gallium_dri.so free 0x5571736123f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736124b0 0.000114
+gallium_dri.so free 0x557173612540 void 0.000114
+gallium_dri.so free 0x5571736124b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736124b0 0.000117
+gallium_dri.so free 0x557173612600 void 0.000118
+gallium_dri.so free 0x5571736124b0 void 0.000118
+gallium_dri.so malloc 72 0x557173612670 0.000115
+gallium_dri.so free 0x5571736126c0 void 0.000114
+gallium_dri.so free 0x557173612670 void 0.000115
+gallium_dri.so malloc 72 0x557173612670 0.000115
+gallium_dri.so free 0x5571736127c0 void 0.000115
+gallium_dri.so free 0x557173612670 void 0.000114
+gallium_dri.so malloc 72 0x557173612770 0.000114
+gallium_dri.so free 0x557173612880 void 0.000115
+gallium_dri.so free 0x557173612770 void 0.000114
+gallium_dri.so malloc 72 0x557173612830 0.000114
+gallium_dri.so free 0x5571736128c0 void 0.000115
+gallium_dri.so free 0x557173612830 void 0.000113
+gallium_dri.so malloc 72 0x557173612830 0.000114
+gallium_dri.so free 0x557173612980 void 0.000113
+gallium_dri.so free 0x557173612830 void 0.000113
+gallium_dri.so malloc 72 0x5571736129c0 0.000114
+gallium_dri.so free 0x557173612a40 void 0.000116
+gallium_dri.so free 0x5571736129c0 void 0.000114
+gallium_dri.so malloc 72 0x557173612a40 0.000115
+gallium_dri.so free 0x557173612b00 void 0.000115
+gallium_dri.so free 0x557173612a40 void 0.000114
+gallium_dri.so malloc 72 0x557173612a40 0.000114
+gallium_dri.so free 0x557173612bc0 void 0.000114
+gallium_dri.so free 0x557173612a40 void 0.000114
+gallium_dri.so malloc 72 0x557173612be0 0.000126
+gallium_dri.so free 0x557173612c80 void 0.000117
+gallium_dri.so free 0x557173612be0 void 0.000115
+gallium_dri.so malloc 72 0x557173612c30 0.000114
+gallium_dri.so free 0x557173612d00 void 0.000115
+gallium_dri.so free 0x557173612c30 void 0.000114
+gallium_dri.so malloc 72 0x557173612c30 0.000113
+gallium_dri.so free 0x557173612d80 void 0.000115
+gallium_dri.so free 0x557173612c30 void 0.000112
+gallium_dri.so malloc 72 0x557173612d80 0.000112
+gallium_dri.so free 0x557173612e40 void 0.000115
+gallium_dri.so free 0x557173612d80 void 0.000115
+gallium_dri.so malloc 72 0x557173612d80 0.000114
+gallium_dri.so free 0x557173612f00 void 0.000116
+gallium_dri.so free 0x557173612d80 void 0.000113
+gallium_dri.so malloc 72 0x557173612d80 0.000115
+gallium_dri.so free 0x557173612fc0 void 0.000115
+gallium_dri.so free 0x557173612d80 void 0.000115
+gallium_dri.so malloc 72 0x557173612f70 0.000113
+gallium_dri.so free 0x557173613080 void 0.000114
+gallium_dri.so free 0x557173612f70 void 0.000114
+gallium_dri.so malloc 72 0x557173613030 0.000113
+gallium_dri.so free 0x557173613100 void 0.000115
+gallium_dri.so free 0x557173613030 void 0.000114
+gallium_dri.so malloc 72 0x557173613150 0.000114
+gallium_dri.so free 0x5571736131c0 void 0.000114
+gallium_dri.so free 0x557173613150 void 0.000115
+gallium_dri.so malloc 72 0x5571736131e0 0.000188
+gallium_dri.so free 0x557173613280 void 0.000117
+gallium_dri.so free 0x5571736131e0 void 0.000113
+gallium_dri.so malloc 72 0x557173613230 0.000113
+gallium_dri.so free 0x557173613300 void 0.000114
+gallium_dri.so free 0x557173613230 void 0.000113
+gallium_dri.so malloc 72 0x557173613230 0.000113
+gallium_dri.so free 0x557173613380 void 0.000114
+gallium_dri.so free 0x557173613230 void 0.000113
+gallium_dri.so malloc 72 0x557173613380 0.000113
+gallium_dri.so free 0x557173613440 void 0.000113
+gallium_dri.so free 0x557173613380 void 0.000112
+gallium_dri.so malloc 72 0x557173613380 0.000113
+gallium_dri.so free 0x557173613540 void 0.000114
+gallium_dri.so free 0x557173613380 void 0.000114
+gallium_dri.so malloc 72 0x5571736134f0 0.000115
+gallium_dri.so free 0x557173613580 void 0.000119
+gallium_dri.so free 0x5571736134f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736134f0 0.000116
+gallium_dri.so free 0x557173613640 void 0.000115
+gallium_dri.so free 0x5571736134f0 void 0.000113
+gallium_dri.so malloc 72 0x557173613680 0.000113
+gallium_dri.so free 0x557173613700 void 0.000114
+gallium_dri.so free 0x557173613680 void 0.000114
+gallium_dri.so malloc 72 0x557173613700 0.000112
+gallium_dri.so free 0x5571736137c0 void 0.000115
+gallium_dri.so free 0x557173613700 void 0.000114
+gallium_dri.so malloc 72 0x557173613700 0.000125
+gallium_dri.so free 0x557173613840 void 0.000117
+gallium_dri.so free 0x557173613700 void 0.000114
+gallium_dri.so malloc 72 0x557173613870 0.000115
+gallium_dri.so free 0x5571736138c0 void 0.000115
+gallium_dri.so free 0x557173613870 void 0.000115
+gallium_dri.so malloc 72 0x557173613870 0.000117
+gallium_dri.so free 0x5571736139c0 void 0.000115
+gallium_dri.so free 0x557173613870 void 0.000115
+gallium_dri.so malloc 72 0x557173613a00 0.000114
+gallium_dri.so free 0x557173613a80 void 0.000115
+gallium_dri.so free 0x557173613a00 void 0.000114
+gallium_dri.so malloc 72 0x557173613a80 0.000113
+gallium_dri.so free 0x557173613b40 void 0.000114
+gallium_dri.so free 0x557173613a80 void 0.000113
+gallium_dri.so malloc 72 0x557173613a80 0.000113
+gallium_dri.so free 0x557173613bc0 void 0.000115
+gallium_dri.so free 0x557173613a80 void 0.000118
+gallium_dri.so malloc 72 0x557173613bf0 0.000114
+gallium_dri.so free 0x557173613c40 void 0.000115
+gallium_dri.so free 0x557173613bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173613bf0 0.000114
+gallium_dri.so free 0x557173613d40 void 0.000114
+gallium_dri.so free 0x557173613bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173613cf0 0.000114
+gallium_dri.so free 0x557173613e00 void 0.000116
+gallium_dri.so free 0x557173613cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173613db0 0.000128
+gallium_dri.so free 0x557173613e80 void 0.000115
+gallium_dri.so free 0x557173613db0 void 0.000112
+gallium_dri.so malloc 72 0x557173613db0 0.000114
+gallium_dri.so free 0x557173613f40 void 0.000114
+gallium_dri.so free 0x557173613db0 void 0.000114
+gallium_dri.so malloc 72 0x557173613db0 0.000114
+gallium_dri.so free 0x557173614000 void 0.000114
+gallium_dri.so free 0x557173613db0 void 0.000113
+gallium_dri.so malloc 72 0x557173613fb0 0.000114
+gallium_dri.so free 0x557173614080 void 0.000114
+gallium_dri.so free 0x557173613fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571736140d0 0.000114
+gallium_dri.so free 0x557173614140 void 0.000113
+gallium_dri.so free 0x5571736140d0 void 0.000114
+gallium_dri.so malloc 72 0x557173614160 0.000112
+gallium_dri.so free 0x557173614200 void 0.000115
+gallium_dri.so free 0x557173614160 void 0.000112
+gallium_dri.so malloc 72 0x5571736141b0 0.000114
+gallium_dri.so free 0x557173614280 void 0.000113
+gallium_dri.so free 0x5571736141b0 void 0.000112
+gallium_dri.so malloc 72 0x557173614280 0.000114
+gallium_dri.so free 0x557173614340 void 0.000113
+gallium_dri.so free 0x557173614280 void 0.000112
+gallium_dri.so malloc 72 0x557173614280 0.000113
+gallium_dri.so free 0x5571736143c0 void 0.000113
+gallium_dri.so free 0x557173614280 void 0.000113
+gallium_dri.so malloc 72 0x5571736143c0 0.000115
+gallium_dri.so free 0x557173614480 void 0.000165
+gallium_dri.so free 0x5571736143c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736143c0 0.000119
+gallium_dri.so free 0x557173614540 void 0.000116
+gallium_dri.so free 0x5571736143c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736143c0 0.000116
+gallium_dri.so free 0x557173614600 void 0.000115
+gallium_dri.so free 0x5571736143c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736145b0 0.000114
+gallium_dri.so free 0x557173614680 void 0.000117
+gallium_dri.so free 0x5571736145b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736146d0 0.000122
+gallium_dri.so free 0x557173614740 void 0.000121
+gallium_dri.so free 0x5571736146d0 void 0.000114
+gallium_dri.so malloc 72 0x557173614780 0.000115
+gallium_dri.so free 0x557173614800 void 0.000116
+gallium_dri.so free 0x557173614780 void 0.000114
+gallium_dri.so malloc 72 0x557173614780 0.000114
+gallium_dri.so free 0x557173614880 void 0.000114
+gallium_dri.so free 0x557173614780 void 0.000116
+gallium_dri.so malloc 72 0x5571736148b0 0.000125
+gallium_dri.so free 0x557173614900 void 0.000124
+gallium_dri.so free 0x5571736148b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736148b0 0.000128
+gallium_dri.so free 0x557173614a00 void 0.000130
+gallium_dri.so free 0x5571736148b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736149b0 0.000135
+gallium_dri.so free 0x557173614ac0 void 0.000124
+gallium_dri.so free 0x5571736149b0 void 0.000118
+gallium_dri.so malloc 72 0x557173614a70 0.000118
+gallium_dri.so free 0x557173614b00 void 0.000120
+gallium_dri.so free 0x557173614a70 void 0.000115
+gallium_dri.so malloc 72 0x557173614a70 0.000121
+gallium_dri.so free 0x557173614bc0 void 0.000121
+gallium_dri.so free 0x557173614a70 void 0.000119
+gallium_dri.so malloc 72 0x557173614c30 0.000119
+gallium_dri.so free 0x557173614c80 void 0.000118
+gallium_dri.so free 0x557173614c30 void 0.000118
+gallium_dri.so malloc 72 0x557173614c30 0.000118
+gallium_dri.so free 0x557173614d80 void 0.000118
+gallium_dri.so free 0x557173614c30 void 0.000115
+gallium_dri.so malloc 72 0x557173614d30 0.000119
+gallium_dri.so free 0x557173614e40 void 0.000118
+gallium_dri.so free 0x557173614d30 void 0.000116
+gallium_dri.so malloc 72 0x557173614df0 0.000116
+gallium_dri.so free 0x557173614e80 void 0.000119
+gallium_dri.so free 0x557173614df0 void 0.000117
+gallium_dri.so malloc 72 0x557173614df0 0.000117
+gallium_dri.so free 0x557173614f40 void 0.000119
+gallium_dri.so free 0x557173614df0 void 0.000115
+gallium_dri.so malloc 72 0x557173614f80 0.000120
+gallium_dri.so free 0x557173615000 void 0.000120
+gallium_dri.so free 0x557173614f80 void 0.000139
+gallium_dri.so malloc 72 0x557173615000 0.000135
+gallium_dri.so free 0x5571736150c0 void 0.000135
+gallium_dri.so free 0x557173615000 void 0.000132
+gallium_dri.so malloc 72 0x557173615000 0.000133
+gallium_dri.so free 0x557173615180 void 0.000132
+gallium_dri.so free 0x557173615000 void 0.000131
+gallium_dri.so malloc 72 0x5571736151a0 0.000133
+gallium_dri.so free 0x557173615240 void 0.000134
+gallium_dri.so free 0x5571736151a0 void 0.000129
+gallium_dri.so malloc 72 0x5571736151f0 0.000132
+gallium_dri.so free 0x5571736152c0 void 0.000148
+gallium_dri.so free 0x5571736151f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736151f0 0.000130
+gallium_dri.so free 0x557173615340 void 0.000190
+gallium_dri.so free 0x5571736151f0 void 0.000130
+gallium_dri.so malloc 72 0x557173615340 0.000132
+gallium_dri.so free 0x557173615400 void 0.000134
+gallium_dri.so free 0x557173615340 void 0.000131
+gallium_dri.so malloc 72 0x557173615340 0.000141
+gallium_dri.so free 0x5571736154c0 void 0.000134
+gallium_dri.so free 0x557173615340 void 0.000132
+gallium_dri.so malloc 72 0x557173615340 0.000132
+gallium_dri.so free 0x557173615580 void 0.000139
+gallium_dri.so free 0x557173615340 void 0.000129
+gallium_dri.so malloc 72 0x557173615530 0.000129
+gallium_dri.so free 0x557173615640 void 0.000128
+gallium_dri.so free 0x557173615530 void 0.000128
+gallium_dri.so malloc 72 0x5571736155f0 0.000128
+gallium_dri.so free 0x5571736156c0 void 0.000128
+gallium_dri.so free 0x5571736155f0 void 0.000127
+gallium_dri.so malloc 72 0x557173615710 0.000127
+gallium_dri.so free 0x557173615780 void 0.000128
+gallium_dri.so free 0x557173615710 void 0.000127
+gallium_dri.so malloc 72 0x5571736157a0 0.000128
+gallium_dri.so free 0x557173615840 void 0.000128
+gallium_dri.so free 0x5571736157a0 void 0.000129
+gallium_dri.so malloc 72 0x5571736157f0 0.000205
+gallium_dri.so free 0x5571736158c0 void 0.000143
+gallium_dri.so free 0x5571736157f0 void 0.000225
+gallium_dri.so malloc 72 0x5571736157f0 0.000141
+gallium_dri.so free 0x557173615940 void 0.000140
+gallium_dri.so free 0x5571736157f0 void 0.000143
+gallium_dri.so malloc 72 0x557173615940 0.000137
+gallium_dri.so free 0x557173615a00 void 0.000141
+gallium_dri.so free 0x557173615940 void 0.000141
+gallium_dri.so malloc 72 0x557173615940 0.000137
+gallium_dri.so free 0x557173615b00 void 0.000137
+gallium_dri.so free 0x557173615940 void 0.000133
+gallium_dri.so malloc 72 0x557173615ab0 0.000128
+gallium_dri.so free 0x557173615b40 void 0.000132
+gallium_dri.so free 0x557173615ab0 void 0.000134
+gallium_dri.so malloc 72 0x557173615ab0 0.000134
+gallium_dri.so free 0x557173615c00 void 0.000133
+gallium_dri.so free 0x557173615ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173615c40 0.000131
+gallium_dri.so free 0x557173615cc0 void 0.000135
+gallium_dri.so free 0x557173615c40 void 0.000130
+gallium_dri.so malloc 72 0x557173615cc0 0.000132
+gallium_dri.so free 0x557173615d80 void 0.000133
+gallium_dri.so free 0x557173615cc0 void 0.000132
+gallium_dri.so malloc 72 0x557173615cc0 0.000145
+gallium_dri.so free 0x557173615e00 void 0.000143
+gallium_dri.so free 0x557173615cc0 void 0.000142
+gallium_dri.so malloc 72 0x557173615e30 0.000143
+gallium_dri.so free 0x557173615e80 void 0.000142
+gallium_dri.so free 0x557173615e30 void 0.000163
+gallium_dri.so malloc 72 0x557173615e30 0.000146
+gallium_dri.so free 0x557173615f80 void 0.000147
+gallium_dri.so free 0x557173615e30 void 0.000146
+gallium_dri.so malloc 72 0x557173615fc0 0.000145
+gallium_dri.so free 0x557173616040 void 0.000145
+gallium_dri.so free 0x557173615fc0 void 0.000145
+gallium_dri.so malloc 72 0x557173616040 0.000142
+gallium_dri.so free 0x557173616100 void 0.000145
+gallium_dri.so free 0x557173616040 void 0.000151
+gallium_dri.so malloc 72 0x557173616040 0.000138
+gallium_dri.so free 0x557173616180 void 0.000138
+gallium_dri.so free 0x557173616040 void 0.000136
+gallium_dri.so malloc 72 0x5571736161b0 0.000136
+gallium_dri.so free 0x557173616200 void 0.000137
+gallium_dri.so free 0x5571736161b0 void 0.000136
+gallium_dri.so malloc 72 0x5571736161b0 0.000136
+gallium_dri.so free 0x557173616300 void 0.000137
+gallium_dri.so free 0x5571736161b0 void 0.000136
+gallium_dri.so malloc 72 0x5571736162b0 0.000136
+gallium_dri.so free 0x5571736163c0 void 0.000138
+gallium_dri.so free 0x5571736162b0 void 0.000171
+gallium_dri.so malloc 72 0x557173616370 0.000140
+gallium_dri.so free 0x557173616440 void 0.000138
+gallium_dri.so free 0x557173616370 void 0.000135
+gallium_dri.so malloc 72 0x557173616370 0.000136
+gallium_dri.so free 0x557173616500 void 0.000139
+gallium_dri.so free 0x557173616370 void 0.000137
+gallium_dri.so malloc 72 0x557173616370 0.000136
+gallium_dri.so free 0x5571736165c0 void 0.000138
+gallium_dri.so free 0x557173616370 void 0.000136
+gallium_dri.so malloc 72 0x557173616570 0.000136
+gallium_dri.so free 0x557173616640 void 0.000139
+gallium_dri.so free 0x557173616570 void 0.000137
+gallium_dri.so malloc 72 0x557173616690 0.000137
+gallium_dri.so free 0x557173616700 void 0.000138
+gallium_dri.so free 0x557173616690 void 0.000137
+gallium_dri.so malloc 72 0x557173616720 0.000136
+gallium_dri.so free 0x5571736167c0 void 0.000138
+gallium_dri.so free 0x557173616720 void 0.000136
+gallium_dri.so malloc 72 0x557173616770 0.000136
+gallium_dri.so free 0x557173616840 void 0.000136
+gallium_dri.so free 0x557173616770 void 0.000136
+gallium_dri.so malloc 72 0x557173616840 0.000144
+gallium_dri.so free 0x557173616900 void 0.000137
+gallium_dri.so free 0x557173616840 void 0.000134
+gallium_dri.so malloc 72 0x557173616840 0.000134
+gallium_dri.so free 0x557173616980 void 0.000135
+gallium_dri.so free 0x557173616840 void 0.000134
+gallium_dri.so malloc 72 0x557173616980 0.000133
+gallium_dri.so free 0x557173616a40 void 0.000136
+gallium_dri.so free 0x557173616980 void 0.000134
+gallium_dri.so malloc 72 0x557173616980 0.000134
+gallium_dri.so free 0x557173616b00 void 0.000134
+gallium_dri.so free 0x557173616980 void 0.000132
+gallium_dri.so malloc 72 0x557173616980 0.000143
+gallium_dri.so free 0x557173616bc0 void 0.000137
+gallium_dri.so free 0x557173616980 void 0.000139
+gallium_dri.so malloc 72 0x557173616b70 0.000136
+gallium_dri.so free 0x557173616c40 void 0.000136
+gallium_dri.so free 0x557173616b70 void 0.000136
+gallium_dri.so malloc 72 0x557173616c90 0.000137
+gallium_dri.so free 0x557173616d00 void 0.000138
+gallium_dri.so free 0x557173616c90 void 0.000138
+gallium_dri.so malloc 72 0x557173616d40 0.000138
+gallium_dri.so free 0x557173616dc0 void 0.000137
+gallium_dri.so free 0x557173616d40 void 0.000139
+gallium_dri.so malloc 72 0x557173616d40 0.000142
+gallium_dri.so free 0x557173616e40 void 0.000130
+gallium_dri.so free 0x557173616d40 void 0.000130
+gallium_dri.so malloc 72 0x557173616e70 0.000131
+gallium_dri.so free 0x557173616ec0 void 0.000130
+gallium_dri.so free 0x557173616e70 void 0.000133
+gallium_dri.so malloc 72 0x557173616e70 0.000131
+gallium_dri.so free 0x557173616fc0 void 0.000131
+gallium_dri.so free 0x557173616e70 void 0.000130
+gallium_dri.so malloc 72 0x557173616f70 0.000131
+gallium_dri.so free 0x557173617080 void 0.000130
+gallium_dri.so free 0x557173616f70 void 0.000131
+gallium_dri.so malloc 72 0x557173617030 0.000131
+gallium_dri.so free 0x5571736170c0 void 0.000131
+gallium_dri.so free 0x557173617030 void 0.000130
+gallium_dri.so malloc 72 0x557173617030 0.000131
+gallium_dri.so free 0x557173617180 void 0.000131
+gallium_dri.so free 0x557173617030 void 0.000130
+gallium_dri.so malloc 72 0x5571736171f0 0.000130
+gallium_dri.so free 0x557173617240 void 0.000131
+gallium_dri.so free 0x5571736171f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736171f0 0.000131
+gallium_dri.so free 0x557173617340 void 0.000132
+gallium_dri.so free 0x5571736171f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736172f0 0.000133
+gallium_dri.so free 0x557173617400 void 0.000130
+gallium_dri.so free 0x5571736172f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736173b0 0.000129
+gallium_dri.so free 0x557173617440 void 0.000132
+gallium_dri.so free 0x5571736173b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736173b0 0.000131
+gallium_dri.so free 0x557173617500 void 0.000130
+gallium_dri.so free 0x5571736173b0 void 0.000132
+gallium_dri.so malloc 72 0x557173617540 0.000130
+gallium_dri.so free 0x5571736175c0 void 0.000130
+gallium_dri.so free 0x557173617540 void 0.000132
+gallium_dri.so malloc 72 0x5571736175c0 0.000130
+gallium_dri.so free 0x557173617680 void 0.000132
+gallium_dri.so free 0x5571736175c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736175c0 0.000131
+gallium_dri.so free 0x557173617740 void 0.000132
+gallium_dri.so free 0x5571736175c0 void 0.000131
+gallium_dri.so malloc 72 0x557173617760 0.000131
+gallium_dri.so free 0x557173617800 void 0.000132
+gallium_dri.so free 0x557173617760 void 0.000131
+gallium_dri.so malloc 72 0x5571736177b0 0.000143
+gallium_dri.so free 0x557173617880 void 0.000125
+gallium_dri.so free 0x5571736177b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736177b0 0.000124
+gallium_dri.so free 0x557173617900 void 0.000128
+gallium_dri.so free 0x5571736177b0 void 0.000123
+gallium_dri.so malloc 72 0x557173617900 0.000124
+gallium_dri.so free 0x5571736179c0 void 0.000124
+gallium_dri.so free 0x557173617900 void 0.000124
+gallium_dri.so malloc 72 0x557173617900 0.000124
+gallium_dri.so free 0x557173617a80 void 0.000126
+gallium_dri.so free 0x557173617900 void 0.000124
+gallium_dri.so malloc 72 0x557173617900 0.000124
+gallium_dri.so free 0x557173617b40 void 0.000124
+gallium_dri.so free 0x557173617900 void 0.000124
+gallium_dri.so malloc 72 0x557173617af0 0.000123
+gallium_dri.so free 0x557173617c00 void 0.000124
+gallium_dri.so free 0x557173617af0 void 0.000130
+gallium_dri.so malloc 72 0x557173617bb0 0.000124
+gallium_dri.so free 0x557173617c80 void 0.000124
+gallium_dri.so free 0x557173617bb0 void 0.000125
+gallium_dri.so malloc 72 0x557173617cd0 0.000126
+gallium_dri.so free 0x557173617d40 void 0.000125
+gallium_dri.so free 0x557173617cd0 void 0.000126
+gallium_dri.so malloc 72 0x557173617d60 0.000180
+gallium_dri.so free 0x557173617e00 void 0.000132
+gallium_dri.so free 0x557173617d60 void 0.000130
+gallium_dri.so malloc 72 0x557173617db0 0.000131
+gallium_dri.so free 0x557173617e80 void 0.000130
+gallium_dri.so free 0x557173617db0 void 0.000132
+gallium_dri.so malloc 72 0x557173617db0 0.000130
+gallium_dri.so free 0x557173617f00 void 0.000131
+gallium_dri.so free 0x557173617db0 void 0.000130
+gallium_dri.so malloc 72 0x557173617f00 0.000130
+gallium_dri.so free 0x557173617fc0 void 0.000131
+gallium_dri.so free 0x557173617f00 void 0.000129
+gallium_dri.so malloc 72 0x557173617f00 0.000131
+gallium_dri.so free 0x5571736180c0 void 0.000131
+gallium_dri.so free 0x557173617f00 void 0.000130
+gallium_dri.so malloc 72 0x557173618070 0.000130
+gallium_dri.so free 0x557173618100 void 0.000132
+gallium_dri.so free 0x557173618070 void 0.000130
+gallium_dri.so malloc 72 0x557173618070 0.000131
+gallium_dri.so free 0x5571736181c0 void 0.000131
+gallium_dri.so free 0x557173618070 void 0.000130
+gallium_dri.so malloc 72 0x557173618200 0.000130
+gallium_dri.so free 0x557173618280 void 0.000129
+gallium_dri.so free 0x557173618200 void 0.000140
+gallium_dri.so malloc 72 0x557173618280 0.000128
+gallium_dri.so free 0x557173618340 void 0.000127
+gallium_dri.so free 0x557173618280 void 0.000127
+gallium_dri.so malloc 72 0x557173618280 0.000128
+gallium_dri.so free 0x5571736183c0 void 0.000127
+gallium_dri.so free 0x557173618280 void 0.000128
+gallium_dri.so malloc 72 0x5571736183f0 0.000131
+gallium_dri.so free 0x557173618440 void 0.000129
+gallium_dri.so free 0x5571736183f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736183f0 0.000129
+gallium_dri.so free 0x557173618540 void 0.000131
+gallium_dri.so free 0x5571736183f0 void 0.000128
+gallium_dri.so malloc 72 0x557173618580 0.000135
+gallium_dri.so free 0x557173618600 void 0.000130
+gallium_dri.so free 0x557173618580 void 0.000229
+gallium_dri.so malloc 72 0x557173618600 0.000204
+gallium_dri.so free 0x5571736186c0 void 0.000170
+gallium_dri.so free 0x557173618600 void 0.000128
+gallium_dri.so malloc 72 0x557173618600 0.000129
+gallium_dri.so free 0x557173618740 void 0.000127
+gallium_dri.so free 0x557173618600 void 0.000130
+gallium_dri.so malloc 72 0x557173618770 0.000137
+gallium_dri.so free 0x5571736187c0 void 0.000132
+gallium_dri.so free 0x557173618770 void 0.000128
+gallium_dri.so malloc 72 0x557173618770 0.000129
+gallium_dri.so free 0x5571736188c0 void 0.000129
+gallium_dri.so free 0x557173618770 void 0.000128
+gallium_dri.so malloc 72 0x557173618870 0.000130
+gallium_dri.so free 0x557173618980 void 0.000130
+gallium_dri.so free 0x557173618870 void 0.000131
+gallium_dri.so malloc 72 0x557173618930 0.000129
+gallium_dri.so free 0x557173618a00 void 0.000131
+gallium_dri.so free 0x557173618930 void 0.000129
+gallium_dri.so malloc 72 0x557173618930 0.000130
+gallium_dri.so free 0x557173618ac0 void 0.000129
+gallium_dri.so free 0x557173618930 void 0.000129
+gallium_dri.so malloc 72 0x557173618930 0.000128
+gallium_dri.so free 0x557173618b80 void 0.000129
+gallium_dri.so free 0x557173618930 void 0.000128
+gallium_dri.so malloc 72 0x557173618b30 0.000128
+gallium_dri.so free 0x557173618c00 void 0.000128
+gallium_dri.so free 0x557173618b30 void 0.000129
+gallium_dri.so malloc 72 0x557173618c50 0.000129
+gallium_dri.so free 0x557173618cc0 void 0.000130
+gallium_dri.so free 0x557173618c50 void 0.000129
+gallium_dri.so malloc 72 0x557173618ce0 0.000137
+gallium_dri.so free 0x557173618d80 void 0.000132
+gallium_dri.so free 0x557173618ce0 void 0.000130
+gallium_dri.so malloc 72 0x557173618d30 0.000129
+gallium_dri.so free 0x557173618e00 void 0.000129
+gallium_dri.so free 0x557173618d30 void 0.000128
+gallium_dri.so malloc 72 0x557173618e00 0.000131
+gallium_dri.so free 0x557173618ec0 void 0.000130
+gallium_dri.so free 0x557173618e00 void 0.000130
+gallium_dri.so malloc 72 0x557173618e00 0.000130
+gallium_dri.so free 0x557173618f40 void 0.000130
+gallium_dri.so free 0x557173618e00 void 0.000130
+gallium_dri.so malloc 72 0x557173618f40 0.000130
+gallium_dri.so free 0x557173619000 void 0.000130
+gallium_dri.so free 0x557173618f40 void 0.000129
+gallium_dri.so malloc 72 0x557173618f40 0.000130
+gallium_dri.so free 0x5571736190c0 void 0.000129
+gallium_dri.so free 0x557173618f40 void 0.000130
+gallium_dri.so malloc 72 0x557173618f40 0.000129
+gallium_dri.so free 0x557173619180 void 0.000132
+gallium_dri.so free 0x557173618f40 void 0.000130
+gallium_dri.so malloc 72 0x557173619130 0.000130
+gallium_dri.so free 0x557173619200 void 0.000129
+gallium_dri.so free 0x557173619130 void 0.000130
+gallium_dri.so malloc 72 0x557173619250 0.000131
+gallium_dri.so free 0x5571736192c0 void 0.000133
+gallium_dri.so free 0x557173619250 void 0.000133
+gallium_dri.so malloc 72 0x557173619300 0.000130
+gallium_dri.so free 0x557173619380 void 0.000131
+gallium_dri.so free 0x557173619300 void 0.000131
+gallium_dri.so malloc 72 0x557173619300 0.000130
+gallium_dri.so free 0x557173619400 void 0.000130
+gallium_dri.so free 0x557173619300 void 0.000130
+gallium_dri.so malloc 72 0x557173619430 0.000131
+gallium_dri.so free 0x557173619480 void 0.000130
+gallium_dri.so free 0x557173619430 void 0.000130
+gallium_dri.so malloc 72 0x557173619430 0.000129
+gallium_dri.so free 0x557173619580 void 0.000129
+gallium_dri.so free 0x557173619430 void 0.000130
+gallium_dri.so malloc 72 0x557173619530 0.000131
+gallium_dri.so free 0x557173619640 void 0.000131
+gallium_dri.so free 0x557173619530 void 0.000131
+gallium_dri.so malloc 72 0x5571736195f0 0.000131
+gallium_dri.so free 0x557173619680 void 0.000130
+gallium_dri.so free 0x5571736195f0 void 0.000134
+gallium_dri.so malloc 72 0x5571736195f0 0.000132
+gallium_dri.so free 0x557173619740 void 0.000140
+gallium_dri.so free 0x5571736195f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736197b0 0.000130
+gallium_dri.so free 0x557173619800 void 0.000130
+gallium_dri.so free 0x5571736197b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736197b0 0.000130
+gallium_dri.so free 0x557173619900 void 0.000131
+gallium_dri.so free 0x5571736197b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736198b0 0.000131
+gallium_dri.so free 0x5571736199c0 void 0.000130
+gallium_dri.so free 0x5571736198b0 void 0.000129
+gallium_dri.so malloc 72 0x557173619970 0.000131
+gallium_dri.so free 0x557173619a00 void 0.000132
+gallium_dri.so free 0x557173619970 void 0.000130
+gallium_dri.so malloc 72 0x557173619970 0.000133
+gallium_dri.so free 0x557173619ac0 void 0.000131
+gallium_dri.so free 0x557173619970 void 0.000131
+gallium_dri.so malloc 72 0x557173619b00 0.000131
+gallium_dri.so free 0x557173619b80 void 0.000130
+gallium_dri.so free 0x557173619b00 void 0.000129
+gallium_dri.so malloc 72 0x557173619b80 0.000130
+gallium_dri.so free 0x557173619c40 void 0.000132
+gallium_dri.so free 0x557173619b80 void 0.000129
+gallium_dri.so malloc 72 0x557173619b80 0.000175
+gallium_dri.so free 0x557173619d00 void 0.000130
+gallium_dri.so free 0x557173619b80 void 0.000126
+gallium_dri.so malloc 72 0x557173619d20 0.000127
+gallium_dri.so free 0x557173619dc0 void 0.000128
+gallium_dri.so free 0x557173619d20 void 0.000128
+gallium_dri.so malloc 72 0x557173619d70 0.000128
+gallium_dri.so free 0x557173619e40 void 0.000131
+gallium_dri.so free 0x557173619d70 void 0.000128
+gallium_dri.so malloc 72 0x557173619d70 0.000128
+gallium_dri.so free 0x557173619ec0 void 0.000130
+gallium_dri.so free 0x557173619d70 void 0.000134
+gallium_dri.so malloc 72 0x557173619ec0 0.000133
+gallium_dri.so free 0x557173619f80 void 0.000134
+gallium_dri.so free 0x557173619ec0 void 0.000132
+gallium_dri.so malloc 72 0x557173619ec0 0.000132
+gallium_dri.so free 0x55717361a040 void 0.000133
+gallium_dri.so free 0x557173619ec0 void 0.000133
+gallium_dri.so malloc 72 0x557173619ec0 0.000133
+gallium_dri.so free 0x55717361a100 void 0.000132
+gallium_dri.so free 0x557173619ec0 void 0.000133
+gallium_dri.so malloc 72 0x55717361a0b0 0.000134
+gallium_dri.so free 0x55717361a1c0 void 0.000132
+gallium_dri.so free 0x55717361a0b0 void 0.000142
+gallium_dri.so malloc 72 0x55717361a170 0.000131
+gallium_dri.so free 0x55717361a240 void 0.000134
+gallium_dri.so free 0x55717361a170 void 0.000132
+gallium_dri.so malloc 72 0x55717361a290 0.000132
+gallium_dri.so free 0x55717361a300 void 0.000133
+gallium_dri.so free 0x55717361a290 void 0.000132
+gallium_dri.so malloc 72 0x55717361a320 0.000132
+gallium_dri.so free 0x55717361a3c0 void 0.000132
+gallium_dri.so free 0x55717361a320 void 0.000132
+gallium_dri.so malloc 72 0x55717361a370 0.000131
+gallium_dri.so free 0x55717361a440 void 0.000132
+gallium_dri.so free 0x55717361a370 void 0.000138
+gallium_dri.so malloc 72 0x55717361a370 0.000132
+gallium_dri.so free 0x55717361a4c0 void 0.000132
+gallium_dri.so free 0x55717361a370 void 0.000132
+gallium_dri.so malloc 72 0x55717361a4c0 0.000132
+gallium_dri.so free 0x55717361a580 void 0.000132
+gallium_dri.so free 0x55717361a4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a4c0 0.000132
+gallium_dri.so free 0x55717361a680 void 0.000132
+gallium_dri.so free 0x55717361a4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a630 0.000131
+gallium_dri.so free 0x55717361a6c0 void 0.000133
+gallium_dri.so free 0x55717361a630 void 0.000134
+gallium_dri.so malloc 72 0x55717361a630 0.000132
+gallium_dri.so free 0x55717361a780 void 0.000132
+gallium_dri.so free 0x55717361a630 void 0.000133
+gallium_dri.so malloc 72 0x55717361a7c0 0.000132
+gallium_dri.so free 0x55717361a840 void 0.000133
+gallium_dri.so free 0x55717361a7c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361a840 0.000131
+gallium_dri.so free 0x55717361a900 void 0.000133
+gallium_dri.so free 0x55717361a840 void 0.000131
+gallium_dri.so malloc 72 0x55717361a840 0.000132
+gallium_dri.so free 0x55717361a980 void 0.000133
+gallium_dri.so free 0x55717361a840 void 0.000132
+gallium_dri.so malloc 72 0x55717361a9b0 0.000133
+gallium_dri.so free 0x55717361aa00 void 0.000132
+gallium_dri.so free 0x55717361a9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a9b0 0.000132
+gallium_dri.so free 0x55717361ab00 void 0.000132
+gallium_dri.so free 0x55717361a9b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ab40 0.000132
+gallium_dri.so free 0x55717361abc0 void 0.000132
+gallium_dri.so free 0x55717361ab40 void 0.000176
+gallium_dri.so malloc 72 0x55717361abc0 0.000135
+gallium_dri.so free 0x55717361ac80 void 0.000133
+gallium_dri.so free 0x55717361abc0 void 0.000132
+gallium_dri.so malloc 72 0x55717361abc0 0.000131
+gallium_dri.so free 0x55717361ad00 void 0.000132
+gallium_dri.so free 0x55717361abc0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ad30 0.000132
+gallium_dri.so free 0x55717361ad80 void 0.000132
+gallium_dri.so free 0x55717361ad30 void 0.000133
+gallium_dri.so malloc 72 0x55717361ad30 0.000132
+gallium_dri.so free 0x55717361ae80 void 0.000132
+gallium_dri.so free 0x55717361ad30 void 0.000133
+gallium_dri.so malloc 72 0x55717361ae30 0.000261
+gallium_dri.so free 0x55717361af40 void 0.000244
+gallium_dri.so free 0x55717361ae30 void 0.000134
+gallium_dri.so malloc 72 0x55717361aef0 0.000131
+gallium_dri.so free 0x55717361afc0 void 0.000132
+gallium_dri.so free 0x55717361aef0 void 0.000131
+gallium_dri.so malloc 72 0x55717361aef0 0.000132
+gallium_dri.so free 0x55717361b080 void 0.000133
+gallium_dri.so free 0x55717361aef0 void 0.000139
+gallium_dri.so malloc 72 0x55717361aef0 0.000134
+gallium_dri.so free 0x55717361b140 void 0.000133
+gallium_dri.so free 0x55717361aef0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b0f0 0.000137
+gallium_dri.so free 0x55717361b1c0 void 0.000133
+gallium_dri.so free 0x55717361b0f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361b210 0.000132
+gallium_dri.so free 0x55717361b280 void 0.000132
+gallium_dri.so free 0x55717361b210 void 0.000132
+gallium_dri.so malloc 72 0x55717361b2a0 0.000133
+gallium_dri.so free 0x55717361b340 void 0.000132
+gallium_dri.so free 0x55717361b2a0 void 0.000134
+gallium_dri.so malloc 72 0x55717361b2f0 0.000134
+gallium_dri.so free 0x55717361b3c0 void 0.000134
+gallium_dri.so free 0x55717361b2f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b3c0 0.000134
+gallium_dri.so free 0x55717361b480 void 0.000133
+gallium_dri.so free 0x55717361b3c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b3c0 0.000132
+gallium_dri.so free 0x55717361b500 void 0.000132
+gallium_dri.so free 0x55717361b3c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b500 0.000134
+gallium_dri.so free 0x55717361b5c0 void 0.000146
+gallium_dri.so free 0x55717361b500 void 0.000133
+gallium_dri.so malloc 72 0x55717361b500 0.000134
+gallium_dri.so free 0x55717361b680 void 0.000134
+gallium_dri.so free 0x55717361b500 void 0.000132
+gallium_dri.so malloc 72 0x55717361b500 0.000134
+gallium_dri.so free 0x55717361b740 void 0.000132
+gallium_dri.so free 0x55717361b500 void 0.000131
+gallium_dri.so malloc 72 0x55717361b6f0 0.000132
+gallium_dri.so free 0x55717361b7c0 void 0.000132
+gallium_dri.so free 0x55717361b6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b810 0.000132
+gallium_dri.so free 0x55717361b880 void 0.000132
+gallium_dri.so free 0x55717361b810 void 0.000132
+gallium_dri.so malloc 72 0x55717361b8c0 0.000133
+gallium_dri.so free 0x55717361b940 void 0.000132
+gallium_dri.so free 0x55717361b8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b8c0 0.000132
+gallium_dri.so free 0x55717361b9c0 void 0.000132
+gallium_dri.so free 0x55717361b8c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361b9f0 0.000132
+gallium_dri.so free 0x55717361ba40 void 0.000132
+gallium_dri.so free 0x55717361b9f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b9f0 0.000141
+gallium_dri.so free 0x55717361bb40 void 0.000133
+gallium_dri.so free 0x55717361b9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361baf0 0.000133
+gallium_dri.so free 0x55717361bc00 void 0.000134
+gallium_dri.so free 0x55717361baf0 void 0.000131
+gallium_dri.so malloc 72 0x55717361bbb0 0.000132
+gallium_dri.so free 0x55717361bc40 void 0.000132
+gallium_dri.so free 0x55717361bbb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361bbb0 0.000133
+gallium_dri.so free 0x55717361bd00 void 0.000132
+gallium_dri.so free 0x55717361bbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361bd70 0.000133
+gallium_dri.so free 0x55717361bdc0 void 0.000135
+gallium_dri.so free 0x55717361bd70 void 0.000132
+gallium_dri.so malloc 72 0x55717361bd70 0.000132
+gallium_dri.so free 0x55717361bec0 void 0.000131
+gallium_dri.so free 0x55717361bd70 void 0.000133
+gallium_dri.so malloc 72 0x55717361be70 0.000134
+gallium_dri.so free 0x55717361bf80 void 0.000132
+gallium_dri.so free 0x55717361be70 void 0.000133
+gallium_dri.so malloc 72 0x55717361bf30 0.000132
+gallium_dri.so free 0x55717361bfc0 void 0.000131
+gallium_dri.so free 0x55717361bf30 void 0.000134
+gallium_dri.so malloc 72 0x55717361bf30 0.000132
+gallium_dri.so free 0x55717361c080 void 0.000132
+gallium_dri.so free 0x55717361bf30 void 0.000132
+gallium_dri.so malloc 72 0x55717361c0c0 0.000133
+gallium_dri.so free 0x55717361c140 void 0.000133
+gallium_dri.so free 0x55717361c0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361c140 0.000133
+gallium_dri.so free 0x55717361c200 void 0.000133
+gallium_dri.so free 0x55717361c140 void 0.000132
+gallium_dri.so malloc 72 0x55717361c140 0.000133
+gallium_dri.so free 0x55717361c2c0 void 0.000133
+gallium_dri.so free 0x55717361c140 void 0.000133
+gallium_dri.so malloc 72 0x55717361c2e0 0.000133
+gallium_dri.so free 0x55717361c380 void 0.000132
+gallium_dri.so free 0x55717361c2e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c330 0.000132
+gallium_dri.so free 0x55717361c400 void 0.000132
+gallium_dri.so free 0x55717361c330 void 0.000133
+gallium_dri.so malloc 72 0x55717361c330 0.000132
+gallium_dri.so free 0x55717361c480 void 0.000133
+gallium_dri.so free 0x55717361c330 void 0.000133
+gallium_dri.so malloc 72 0x55717361c480 0.000171
+gallium_dri.so free 0x55717361c540 void 0.000170
+gallium_dri.so free 0x55717361c480 void 0.000206
+gallium_dri.so malloc 72 0x55717361c480 0.000183
+gallium_dri.so free 0x55717361c600 void 0.000132
+gallium_dri.so free 0x55717361c480 void 0.000132
+gallium_dri.so malloc 72 0x55717361c480 0.000132
+gallium_dri.so free 0x55717361c6c0 void 0.000131
+gallium_dri.so free 0x55717361c480 void 0.000131
+gallium_dri.so malloc 72 0x55717361c670 0.000132
+gallium_dri.so free 0x55717361c780 void 0.000131
+gallium_dri.so free 0x55717361c670 void 0.000132
+gallium_dri.so malloc 72 0x55717361c730 0.000132
+gallium_dri.so free 0x55717361c800 void 0.000131
+gallium_dri.so free 0x55717361c730 void 0.000133
+gallium_dri.so malloc 72 0x55717361c850 0.000132
+gallium_dri.so free 0x55717361c8c0 void 0.000133
+gallium_dri.so free 0x55717361c850 void 0.000132
+gallium_dri.so malloc 72 0x55717361c8e0 0.000132
+gallium_dri.so free 0x55717361c980 void 0.000133
+gallium_dri.so free 0x55717361c8e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c930 0.000132
+gallium_dri.so free 0x55717361ca00 void 0.000145
+gallium_dri.so free 0x55717361c930 void 0.000133
+gallium_dri.so malloc 72 0x55717361c930 0.000132
+gallium_dri.so free 0x55717361ca80 void 0.000133
+gallium_dri.so free 0x55717361c930 void 0.000133
+gallium_dri.so malloc 72 0x55717361ca80 0.000132
+gallium_dri.so free 0x55717361cb40 void 0.000133
+gallium_dri.so free 0x55717361ca80 void 0.000133
+gallium_dri.so malloc 72 0x55717361ca80 0.000132
+gallium_dri.so free 0x55717361cc40 void 0.000133
+gallium_dri.so free 0x55717361ca80 void 0.000132
+gallium_dri.so malloc 72 0x55717361cbf0 0.000133
+gallium_dri.so free 0x55717361cc80 void 0.000133
+gallium_dri.so free 0x55717361cbf0 void 0.000132
+gallium_dri.so malloc 72 0x55717361cbf0 0.000132
+gallium_dri.so free 0x55717361cd40 void 0.000135
+gallium_dri.so free 0x55717361cbf0 void 0.000133
+gallium_dri.so malloc 72 0x55717361cd80 0.000131
+gallium_dri.so free 0x55717361ce00 void 0.000131
+gallium_dri.so free 0x55717361cd80 void 0.000133
+gallium_dri.so malloc 72 0x55717361ce00 0.000132
+gallium_dri.so free 0x55717361cec0 void 0.000135
+gallium_dri.so free 0x55717361ce00 void 0.000132
+gallium_dri.so malloc 72 0x55717361ce00 0.000134
+gallium_dri.so free 0x55717361cf40 void 0.000133
+gallium_dri.so free 0x55717361ce00 void 0.000133
+gallium_dri.so malloc 72 0x55717361cf70 0.000132
+gallium_dri.so free 0x55717361cfc0 void 0.000134
+gallium_dri.so free 0x55717361cf70 void 0.000131
+gallium_dri.so malloc 72 0x55717361cf70 0.000133
+gallium_dri.so free 0x55717361d0c0 void 0.000133
+gallium_dri.so free 0x55717361cf70 void 0.000133
+gallium_dri.so malloc 72 0x55717361d100 0.000132
+gallium_dri.so free 0x55717361d180 void 0.000134
+gallium_dri.so free 0x55717361d100 void 0.000132
+gallium_dri.so malloc 72 0x55717361d180 0.000133
+gallium_dri.so free 0x55717361d240 void 0.000133
+gallium_dri.so free 0x55717361d180 void 0.000133
+gallium_dri.so malloc 72 0x55717361d180 0.000130
+gallium_dri.so free 0x55717361d2c0 void 0.000134
+gallium_dri.so free 0x55717361d180 void 0.000132
+gallium_dri.so malloc 72 0x55717361d2f0 0.000132
+gallium_dri.so free 0x55717361d340 void 0.000132
+gallium_dri.so free 0x55717361d2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d2f0 0.000134
+gallium_dri.so free 0x55717361d440 void 0.000184
+gallium_dri.so free 0x55717361d2f0 void 0.000167
+gallium_dri.so malloc 72 0x55717361d3f0 0.000201
+gallium_dri.so free 0x55717361d500 void 0.000171
+gallium_dri.so free 0x55717361d3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d4b0 0.000134
+gallium_dri.so free 0x55717361d580 void 0.000132
+gallium_dri.so free 0x55717361d4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d4b0 0.000132
+gallium_dri.so free 0x55717361d640 void 0.000133
+gallium_dri.so free 0x55717361d4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d4b0 0.000133
+gallium_dri.so free 0x55717361d700 void 0.000132
+gallium_dri.so free 0x55717361d4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361d6b0 0.000133
+gallium_dri.so free 0x55717361d780 void 0.000132
+gallium_dri.so free 0x55717361d6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d7d0 0.000133
+gallium_dri.so free 0x55717361d840 void 0.000133
+gallium_dri.so free 0x55717361d7d0 void 0.000132
+gallium_dri.so malloc 72 0x55717361d860 0.000131
+gallium_dri.so free 0x55717361d900 void 0.000132
+gallium_dri.so free 0x55717361d860 void 0.000143
+gallium_dri.so malloc 72 0x55717361d8b0 0.000132
+gallium_dri.so free 0x55717361d980 void 0.000132
+gallium_dri.so free 0x55717361d8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361d980 0.000131
+gallium_dri.so free 0x55717361da40 void 0.000133
+gallium_dri.so free 0x55717361d980 void 0.000132
+gallium_dri.so malloc 72 0x55717361d980 0.000135
+gallium_dri.so free 0x55717361dac0 void 0.000133
+gallium_dri.so free 0x55717361d980 void 0.000131
+gallium_dri.so malloc 72 0x55717361dac0 0.000132
+gallium_dri.so free 0x55717361db80 void 0.000132
+gallium_dri.so free 0x55717361dac0 void 0.000131
+gallium_dri.so malloc 72 0x55717361dac0 0.000133
+gallium_dri.so free 0x55717361dc40 void 0.000132
+gallium_dri.so free 0x55717361dac0 void 0.000132
+gallium_dri.so malloc 72 0x55717361dac0 0.000132
+gallium_dri.so free 0x55717361dd00 void 0.000132
+gallium_dri.so free 0x55717361dac0 void 0.000131
+gallium_dri.so malloc 72 0x55717361dcb0 0.000132
+gallium_dri.so free 0x55717361dd80 void 0.000132
+gallium_dri.so free 0x55717361dcb0 void 0.000134
+gallium_dri.so malloc 72 0x55717361ddd0 0.000132
+gallium_dri.so free 0x55717361de40 void 0.000134
+gallium_dri.so free 0x55717361ddd0 void 0.000133
+gallium_dri.so malloc 72 0x55717361de80 0.000136
+gallium_dri.so free 0x55717361df00 void 0.000133
+gallium_dri.so free 0x55717361de80 void 0.000133
+gallium_dri.so malloc 72 0x55717361de80 0.000132
+gallium_dri.so free 0x55717361df80 void 0.000132
+gallium_dri.so free 0x55717361de80 void 0.000131
+gallium_dri.so malloc 72 0x55717361dfb0 0.000133
+gallium_dri.so free 0x55717361e000 void 0.000133
+gallium_dri.so free 0x55717361dfb0 void 0.000133
+gallium_dri.so malloc 72 0x55717361dfb0 0.000131
+gallium_dri.so free 0x55717361e100 void 0.000132
+gallium_dri.so free 0x55717361dfb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e0b0 0.000131
+gallium_dri.so free 0x55717361e1c0 void 0.000131
+gallium_dri.so free 0x55717361e0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e170 0.000132
+gallium_dri.so free 0x55717361e200 void 0.000131
+gallium_dri.so free 0x55717361e170 void 0.000132
+gallium_dri.so malloc 72 0x55717361e170 0.000132
+gallium_dri.so free 0x55717361e2c0 void 0.000134
+gallium_dri.so free 0x55717361e170 void 0.000131
+gallium_dri.so malloc 72 0x55717361e330 0.000135
+gallium_dri.so free 0x55717361e380 void 0.000134
+gallium_dri.so free 0x55717361e330 void 0.000134
+gallium_dri.so malloc 72 0x55717361e330 0.000132
+gallium_dri.so free 0x55717361e480 void 0.000131
+gallium_dri.so free 0x55717361e330 void 0.000133
+gallium_dri.so malloc 72 0x55717361e430 0.000131
+gallium_dri.so free 0x55717361e540 void 0.000131
+gallium_dri.so free 0x55717361e430 void 0.000133
+gallium_dri.so malloc 72 0x55717361e4f0 0.000131
+gallium_dri.so free 0x55717361e580 void 0.000133
+gallium_dri.so free 0x55717361e4f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361e4f0 0.000131
+gallium_dri.so free 0x55717361e640 void 0.000133
+gallium_dri.so free 0x55717361e4f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361e680 0.000132
+gallium_dri.so free 0x55717361e700 void 0.000132
+gallium_dri.so free 0x55717361e680 void 0.000132
+gallium_dri.so malloc 72 0x55717361e700 0.000132
+gallium_dri.so free 0x55717361e7c0 void 0.000134
+gallium_dri.so free 0x55717361e700 void 0.000135
+gallium_dri.so malloc 72 0x55717361e700 0.000132
+gallium_dri.so free 0x55717361e880 void 0.000143
+gallium_dri.so free 0x55717361e700 void 0.000132
+gallium_dri.so malloc 72 0x55717361e8a0 0.000131
+gallium_dri.so free 0x55717361e940 void 0.000133
+gallium_dri.so free 0x55717361e8a0 void 0.000132
+gallium_dri.so malloc 72 0x55717361e8f0 0.000132
+gallium_dri.so free 0x55717361e9c0 void 0.000133
+gallium_dri.so free 0x55717361e8f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e8f0 0.000131
+gallium_dri.so free 0x55717361ea40 void 0.000132
+gallium_dri.so free 0x55717361e8f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ea40 0.000131
+gallium_dri.so free 0x55717361eb00 void 0.000134
+gallium_dri.so free 0x55717361ea40 void 0.000133
+gallium_dri.so malloc 72 0x55717361ea40 0.000133
+gallium_dri.so free 0x55717361ebc0 void 0.000132
+gallium_dri.so free 0x55717361ea40 void 0.000132
+gallium_dri.so malloc 72 0x55717361ea40 0.000132
+gallium_dri.so free 0x55717361ec80 void 0.000133
+gallium_dri.so free 0x55717361ea40 void 0.000133
+gallium_dri.so malloc 72 0x55717361ec30 0.000133
+gallium_dri.so free 0x55717361ed40 void 0.000133
+gallium_dri.so free 0x55717361ec30 void 0.000132
+gallium_dri.so malloc 72 0x55717361ecf0 0.000142
+gallium_dri.so free 0x55717361edc0 void 0.000132
+gallium_dri.so free 0x55717361ecf0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ee10 0.000131
+gallium_dri.so free 0x55717361ee80 void 0.000133
+gallium_dri.so free 0x55717361ee10 void 0.000133
+gallium_dri.so malloc 72 0x55717361eea0 0.000133
+gallium_dri.so free 0x55717361ef40 void 0.000132
+gallium_dri.so free 0x55717361eea0 void 0.000133
+gallium_dri.so malloc 72 0x55717361eef0 0.000132
+gallium_dri.so free 0x55717361efc0 void 0.000132
+gallium_dri.so free 0x55717361eef0 void 0.000132
+gallium_dri.so malloc 72 0x55717361eef0 0.000132
+gallium_dri.so free 0x55717361f040 void 0.000132
+gallium_dri.so free 0x55717361eef0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f040 0.000132
+gallium_dri.so free 0x55717361f100 void 0.000133
+gallium_dri.so free 0x55717361f040 void 0.000132
+gallium_dri.so malloc 72 0x55717361f040 0.000132
+gallium_dri.so free 0x55717361f200 void 0.000133
+gallium_dri.so free 0x55717361f040 void 0.000132
+gallium_dri.so malloc 72 0x55717361f1b0 0.000132
+gallium_dri.so free 0x55717361f240 void 0.000215
+gallium_dri.so free 0x55717361f1b0 void 0.000135
+gallium_dri.so malloc 72 0x55717361f1b0 0.000132
+gallium_dri.so free 0x55717361f300 void 0.000132
+gallium_dri.so free 0x55717361f1b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361f340 0.000131
+gallium_dri.so free 0x55717361f3c0 void 0.000132
+gallium_dri.so free 0x55717361f340 void 0.000132
+gallium_dri.so malloc 72 0x55717361f3c0 0.000132
+gallium_dri.so free 0x55717361f480 void 0.000134
+gallium_dri.so free 0x55717361f3c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361f3c0 0.000131
+gallium_dri.so free 0x55717361f500 void 0.000137
+gallium_dri.so free 0x55717361f3c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361f530 0.000133
+gallium_dri.so free 0x55717361f580 void 0.000133
+gallium_dri.so free 0x55717361f530 void 0.000131
+gallium_dri.so malloc 72 0x55717361f530 0.000132
+gallium_dri.so free 0x55717361f680 void 0.000134
+gallium_dri.so free 0x55717361f530 void 0.000132
+gallium_dri.so malloc 72 0x55717361f6c0 0.000132
+gallium_dri.so free 0x55717361f740 void 0.000133
+gallium_dri.so free 0x55717361f6c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361f740 0.000142
+gallium_dri.so free 0x55717361f800 void 0.000133
+gallium_dri.so free 0x55717361f740 void 0.000132
+gallium_dri.so malloc 72 0x55717361f740 0.000133
+gallium_dri.so free 0x55717361f880 void 0.000132
+gallium_dri.so free 0x55717361f740 void 0.000131
+gallium_dri.so malloc 72 0x55717361f8b0 0.000131
+gallium_dri.so free 0x55717361f900 void 0.000133
+gallium_dri.so free 0x55717361f8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361f8b0 0.000132
+gallium_dri.so free 0x55717361fa00 void 0.000132
+gallium_dri.so free 0x55717361f8b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361f9b0 0.000133
+gallium_dri.so free 0x55717361fac0 void 0.000135
+gallium_dri.so free 0x55717361f9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361fa70 0.000133
+gallium_dri.so free 0x55717361fb40 void 0.000133
+gallium_dri.so free 0x55717361fa70 void 0.000132
+gallium_dri.so malloc 72 0x55717361fa70 0.000134
+gallium_dri.so free 0x55717361fc00 void 0.000134
+gallium_dri.so free 0x55717361fa70 void 0.000132
+gallium_dri.so malloc 72 0x55717361fa70 0.000132
+gallium_dri.so free 0x55717361fcc0 void 0.000185
+gallium_dri.so free 0x55717361fa70 void 0.000133
+gallium_dri.so malloc 72 0x55717361fc70 0.000131
+gallium_dri.so free 0x55717361fd40 void 0.000134
+gallium_dri.so free 0x55717361fc70 void 0.000132
+gallium_dri.so malloc 72 0x55717361fd90 0.000132
+gallium_dri.so free 0x55717361fe00 void 0.000132
+gallium_dri.so free 0x55717361fd90 void 0.000131
+gallium_dri.so malloc 72 0x55717361fe20 0.000133
+gallium_dri.so free 0x55717361fec0 void 0.000134
+gallium_dri.so free 0x55717361fe20 void 0.000132
+gallium_dri.so malloc 72 0x55717361fe70 0.000132
+gallium_dri.so free 0x55717361ff40 void 0.000133
+gallium_dri.so free 0x55717361fe70 void 0.000131
+gallium_dri.so malloc 72 0x55717361ff40 0.000132
+gallium_dri.so free 0x557173620000 void 0.000134
+gallium_dri.so free 0x55717361ff40 void 0.000133
+gallium_dri.so malloc 72 0x55717361ff40 0.000132
+gallium_dri.so free 0x557173620080 void 0.000132
+gallium_dri.so free 0x55717361ff40 void 0.000132
+gallium_dri.so malloc 72 0x557173620080 0.000134
+gallium_dri.so free 0x557173620140 void 0.000134
+gallium_dri.so free 0x557173620080 void 0.000132
+gallium_dri.so malloc 72 0x557173620080 0.000143
+gallium_dri.so free 0x557173620200 void 0.000132
+gallium_dri.so free 0x557173620080 void 0.000132
+gallium_dri.so malloc 72 0x557173620080 0.000132
+gallium_dri.so free 0x5571736202c0 void 0.000132
+gallium_dri.so free 0x557173620080 void 0.000131
+gallium_dri.so malloc 72 0x557173620270 0.000131
+gallium_dri.so free 0x557173620340 void 0.000133
+gallium_dri.so free 0x557173620270 void 0.000132
+gallium_dri.so malloc 72 0x557173620390 0.000133
+gallium_dri.so free 0x557173620400 void 0.000151
+gallium_dri.so free 0x557173620390 void 0.000124
+gallium_dri.so malloc 72 0x557173620440 0.000122
+gallium_dri.so free 0x5571736204c0 void 0.000121
+gallium_dri.so free 0x557173620440 void 0.000119
+gallium_dri.so malloc 72 0x557173620440 0.000118
+gallium_dri.so free 0x557173620540 void 0.000120
+gallium_dri.so free 0x557173620440 void 0.000120
+gallium_dri.so malloc 72 0x557173620570 0.000125
+gallium_dri.so free 0x5571736205c0 void 0.000120
+gallium_dri.so free 0x557173620570 void 0.000119
+gallium_dri.so malloc 72 0x557173620570 0.000120
+gallium_dri.so free 0x5571736206c0 void 0.000120
+gallium_dri.so free 0x557173620570 void 0.000123
+gallium_dri.so malloc 72 0x557173620670 0.000119
+gallium_dri.so free 0x557173620780 void 0.000119
+gallium_dri.so free 0x557173620670 void 0.000115
+gallium_dri.so malloc 72 0x557173620730 0.000119
+gallium_dri.so free 0x5571736207c0 void 0.000119
+gallium_dri.so free 0x557173620730 void 0.000120
+gallium_dri.so malloc 72 0x557173620730 0.000117
+gallium_dri.so free 0x557173620880 void 0.000119
+gallium_dri.so free 0x557173620730 void 0.000119
+gallium_dri.so malloc 72 0x5571736208f0 0.000118
+gallium_dri.so free 0x557173620940 void 0.000118
+gallium_dri.so free 0x5571736208f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736208f0 0.000119
+gallium_dri.so free 0x557173620a40 void 0.000118
+gallium_dri.so free 0x5571736208f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736209f0 0.000118
+gallium_dri.so free 0x557173620b00 void 0.000118
+gallium_dri.so free 0x5571736209f0 void 0.000119
+gallium_dri.so malloc 72 0x557173620ab0 0.000119
+gallium_dri.so free 0x557173620b40 void 0.000122
+gallium_dri.so free 0x557173620ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173620ab0 0.000118
+gallium_dri.so free 0x557173620c40 void 0.000120
+gallium_dri.so free 0x557173620ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173620ab0 0.000119
+gallium_dri.so free 0x557173620d40 void 0.000120
+gallium_dri.so free 0x557173620ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173620cf0 0.000118
+gallium_dri.so free 0x557173620e00 void 0.000118
+gallium_dri.so free 0x557173620cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173620db0 0.000119
+gallium_dri.so free 0x557173620e80 void 0.000119
+gallium_dri.so free 0x557173620db0 void 0.000119
+gallium_dri.so malloc 72 0x557173620db0 0.000117
+gallium_dri.so free 0x557173620f40 void 0.000120
+gallium_dri.so free 0x557173620db0 void 0.000118
+gallium_dri.so malloc 72 0x557173620db0 0.000117
+gallium_dri.so free 0x557173602900 void 0.000120
+gallium_dri.so free 0x557173620db0 void 0.000120
+gallium_dri.so malloc 72 0x5571736028b0 0.000118
+gallium_dri.so free 0x557173465700 void 0.000118
+gallium_dri.so free 0x5571736028b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734656b0 0.000117
+gallium_dri.so free 0x557173609bc0 void 0.000118
+gallium_dri.so free 0x5571734656b0 void 0.000120
+gallium_dri.so malloc 72 0x557173609b70 0.000118
+gallium_dri.so free 0x55717358c540 void 0.000119
+gallium_dri.so free 0x557173609b70 void 0.000118
+gallium_dri.so malloc 72 0x55717358c4f0 0.000120
+gallium_dri.so free 0x557173609d80 void 0.000120
+gallium_dri.so free 0x55717358c4f0 void 0.000118
+gallium_dri.so malloc 72 0x557173609d30 0.000165
+gallium_dri.so free 0x557173590d40 void 0.000168
+gallium_dri.so free 0x557173609d30 void 0.000165
+gallium_dri.so malloc 72 0x557173590cf0 0.000164
+gallium_dri.so free 0x557173465380 void 0.000213
+gallium_dri.so free 0x557173590cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173465330 0.000125
+gallium_dri.so free 0x557173590f00 void 0.000124
+gallium_dri.so free 0x557173465330 void 0.000123
+gallium_dri.so malloc 72 0x557173590eb0 0.000126
+gallium_dri.so free 0x557173604ec0 void 0.000120
+gallium_dri.so free 0x557173590eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173604e70 0.000118
+gallium_dri.so free 0x557173463140 void 0.000122
+gallium_dri.so free 0x557173604e70 void 0.000123
+gallium_dri.so malloc 72 0x5571734630f0 0.000119
+gallium_dri.so free 0x557173606440 void 0.000143
+gallium_dri.so free 0x5571734630f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736063f0 0.000124
+gallium_dri.so free 0x557173467cc0 void 0.000123
+gallium_dri.so free 0x5571736063f0 void 0.000136
+gallium_dri.so malloc 72 0x557173467c70 0.000125
+gallium_dri.so free 0x55717358e940 void 0.000125
+gallium_dri.so free 0x557173467c70 void 0.000125
+gallium_dri.so malloc 72 0x55717358e8f0 0.000120
+gallium_dri.so free 0x5571735910c0 void 0.000123
+gallium_dri.so free 0x55717358e8f0 void 0.000123
+gallium_dri.so malloc 72 0x557173591070 0.000124
+gallium_dri.so free 0x557173589f80 void 0.000125
+gallium_dri.so free 0x557173591070 void 0.000124
+gallium_dri.so malloc 72 0x557173589f30 0.000124
+gallium_dri.so free 0x5571735d5100 void 0.000127
+gallium_dri.so free 0x557173589f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d50b0 0.000124
+gallium_dri.so free 0x55717358c380 void 0.000126
+gallium_dri.so free 0x5571735d50b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c330 0.000123
+gallium_dri.so free 0x5571735d2b40 void 0.000124
+gallium_dri.so free 0x55717358c330 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2af0 0.000118
+gallium_dri.so free 0x5571735d0f80 void 0.000125
+gallium_dri.so free 0x5571735d2af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0ff0 0.000164
+gallium_dri.so free 0x557173608d80 void 0.000125
+gallium_dri.so free 0x5571735d0ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173608d30 0.000125
+gallium_dri.so free 0x5571735bf3c0 void 0.000120
+gallium_dri.so free 0x557173608d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf370 0.000118
+gallium_dri.so free 0x557173589dc0 void 0.000123
+gallium_dri.so free 0x5571735bf370 void 0.000119
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173468980 void 0.000124
+gallium_dri.so free 0x557173589d70 void 0.000124
+gallium_dri.so malloc 72 0x557173468930 0.000124
+gallium_dri.so free 0x557173601c40 void 0.000125
+gallium_dri.so free 0x557173468930 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000123
+gallium_dri.so free 0x557173463e00 void 0.000125
+gallium_dri.so free 0x557173601bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173463db0 0.000187
+gallium_dri.so free 0x55717358cbc0 void 0.000131
+gallium_dri.so free 0x557173463db0 void 0.000131
+gallium_dri.so malloc 72 0x557173463db0 0.000132
+gallium_dri.so free 0x557173608bc0 void 0.000141
+gallium_dri.so free 0x557173463db0 void 0.000131
+gallium_dri.so malloc 72 0x557173608b70 0.000130
+gallium_dri.so free 0x5571735d0580 void 0.000126
+gallium_dri.so free 0x557173608b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0530 0.000129
+gallium_dri.so free 0x5571736018c0 void 0.000125
+gallium_dri.so free 0x5571735d0530 void 0.000124
+gallium_dri.so malloc 72 0x557173601870 0.000124
+gallium_dri.so free 0x55717358eb00 void 0.000123
+gallium_dri.so free 0x557173601870 void 0.000125
+gallium_dri.so malloc 72 0x55717358eab0 0.000125
+gallium_dri.so free 0x557173606600 void 0.000129
+gallium_dri.so free 0x55717358eab0 void 0.000126
+gallium_dri.so malloc 72 0x5571736065b0 0.000127
+gallium_dri.so free 0x5571735d6140 void 0.000125
+gallium_dri.so free 0x5571736065b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d60f0 0.000124
+gallium_dri.so free 0x5571735cf000 void 0.000128
+gallium_dri.so free 0x5571735d60f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cefb0 0.000125
+gallium_dri.so free 0x557173603e80 void 0.000129
+gallium_dri.so free 0x5571735cefb0 void 0.000130
+gallium_dri.so malloc 72 0x557173603e30 0.000230
+gallium_dri.so free 0x5571734663c0 void 0.000325
+gallium_dri.so free 0x557173603e30 void 0.000330
+gallium_dri.so malloc 72 0x557173466370 0.000326
+gallium_dri.so free 0x557173604040 void 0.000330
+gallium_dri.so free 0x557173466370 void 0.000281
+gallium_dri.so malloc 72 0x557173603ff0 0.000257
+gallium_dri.so free 0x557173462dc0 void 0.000282
+gallium_dri.so free 0x557173603ff0 void 0.000219
+gallium_dri.so malloc 72 0x557173462d70 0.000245
+gallium_dri.so free 0x55717360bfc0 void 0.000179
+gallium_dri.so free 0x557173462d70 void 0.000164
+gallium_dri.so malloc 72 0x55717360bf70 0.000171
+gallium_dri.so free 0x557173588680 void 0.000134
+gallium_dri.so free 0x55717360bf70 void 0.000131
+gallium_dri.so malloc 72 0x557173588630 0.000131
+gallium_dri.so free 0x55717360aa40 void 0.000125
+gallium_dri.so free 0x557173588630 void 0.000175
+gallium_dri.so malloc 72 0x55717360a9f0 0.000133
+gallium_dri.so free 0x557173601a80 void 0.000132
+gallium_dri.so free 0x55717360a9f0 void 0.000131
+gallium_dri.so malloc 72 0x557173601a30 0.000132
+gallium_dri.so free 0x557173604200 void 0.000131
+gallium_dri.so free 0x557173601a30 void 0.000136
+gallium_dri.so malloc 72 0x5571736041b0 0.000131
+gallium_dri.so free 0x5571735d2ec0 void 0.000129
+gallium_dri.so free 0x5571736041b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2e70 0.000129
+gallium_dri.so free 0x5571735d3b80 void 0.000132
+gallium_dri.so free 0x5571735d2e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3b30 0.000130
+gallium_dri.so free 0x5571735d52c0 void 0.000126
+gallium_dri.so free 0x5571735d3b30 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5270 0.000131
+gallium_dri.so free 0x557173467940 void 0.000132
+gallium_dri.so free 0x5571735d5270 void 0.000129
+gallium_dri.so malloc 72 0x5571734678f0 0.000130
+gallium_dri.so free 0x55717360a400 void 0.000125
+gallium_dri.so free 0x5571734678f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360a470 0.000131
+gallium_dri.so free 0x557173608a00 void 0.000130
+gallium_dri.so free 0x55717360a470 void 0.000130
+gallium_dri.so malloc 72 0x5571736089b0 0.000129
+gallium_dri.so free 0x55717358d200 void 0.000125
+gallium_dri.so free 0x5571736089b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358d1b0 0.000131
+gallium_dri.so free 0x5571735d2d00 void 0.000130
+gallium_dri.so free 0x55717358d1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000125
+gallium_dri.so free 0x557173607480 void 0.000130
+gallium_dri.so free 0x5571735d2cb0 void 0.000126
+gallium_dri.so malloc 72 0x557173607430 0.000130
+gallium_dri.so free 0x5571735d0900 void 0.000130
+gallium_dri.so free 0x557173607430 void 0.000177
+gallium_dri.so malloc 72 0x5571735d08b0 0.000132
+gallium_dri.so free 0x5571736067c0 void 0.000126
+gallium_dri.so free 0x5571735d08b0 void 0.000128
+gallium_dri.so malloc 72 0x557173606770 0.000131
+gallium_dri.so free 0x557173468340 void 0.000125
+gallium_dri.so free 0x557173606770 void 0.000123
+gallium_dri.so malloc 72 0x557173606770 0.000124
+gallium_dri.so free 0x5571735d0740 void 0.000127
+gallium_dri.so free 0x557173606770 void 0.000133
+gallium_dri.so malloc 72 0x5571735d06f0 0.000124
+gallium_dri.so free 0x55717358ac40 void 0.000131
+gallium_dri.so free 0x5571735d06f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358abf0 0.000128
+gallium_dri.so free 0x55717358c1c0 void 0.000126
+gallium_dri.so free 0x55717358abf0 void 0.000218
+gallium_dri.so malloc 72 0x55717358c170 0.000174
+gallium_dri.so free 0x557173589c00 void 0.000133
+gallium_dri.so free 0x55717358c170 void 0.000127
+gallium_dri.so malloc 72 0x557173589bb0 0.000125
+gallium_dri.so free 0x557173467b00 void 0.000129
+gallium_dri.so free 0x557173589bb0 void 0.000137
+gallium_dri.so malloc 72 0x557173467ab0 0.000134
+gallium_dri.so free 0x55717358f7c0 void 0.000136
+gallium_dri.so free 0x557173467ab0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f770 0.000133
+gallium_dri.so free 0x5571735d5480 void 0.000136
+gallium_dri.so free 0x55717358f770 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5430 0.000130
+gallium_dri.so free 0x55717358e780 void 0.000130
+gallium_dri.so free 0x5571735d5430 void 0.000131
+gallium_dri.so malloc 72 0x55717358e730 0.000131
+gallium_dri.so free 0x5571735d15c0 void 0.000130
+gallium_dri.so free 0x55717358e730 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1570 0.000123
+gallium_dri.so free 0x557173465540 void 0.000130
+gallium_dri.so free 0x5571735d1570 void 0.000125
+gallium_dri.so malloc 72 0x5571734654f0 0.000124
+gallium_dri.so free 0x557173591d80 void 0.000123
+gallium_dri.so free 0x5571734654f0 void 0.000165
+gallium_dri.so malloc 72 0x557173591d30 0.000127
+gallium_dri.so free 0x55717358f180 void 0.000131
+gallium_dri.so free 0x557173591d30 void 0.000132
+gallium_dri.so malloc 72 0x557173591d30 0.000130
+gallium_dri.so free 0x5571734637c0 void 0.000131
+gallium_dri.so free 0x557173591d30 void 0.000130
+gallium_dri.so malloc 72 0x5571734637c0 0.000130
+gallium_dri.so free 0x5571735bfc80 void 0.000126
+gallium_dri.so free 0x5571734637c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735bfc30 0.000131
+gallium_dri.so free 0x557173462f80 void 0.000129
+gallium_dri.so free 0x5571735bfc30 void 0.000127
+gallium_dri.so malloc 72 0x557173462f30 0.000128
+gallium_dri.so free 0x5571735d6a00 void 0.000130
+gallium_dri.so free 0x557173462f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d69b0 0.000130
+gallium_dri.so free 0x5571736031c0 void 0.000131
+gallium_dri.so free 0x5571735d69b0 void 0.000127
+gallium_dri.so malloc 72 0x557173603170 0.000128
+gallium_dri.so free 0x557173606e40 void 0.000130
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x557173606e40 0.000125
+gallium_dri.so free 0x5571735cae00 void 0.000130
+gallium_dri.so free 0x557173606e40 void 0.000188
+gallium_dri.so malloc 72 0x5571735cadb0 0.000125
+gallium_dri.so free 0x5571735d1e80 void 0.000124
+gallium_dri.so free 0x5571735cadb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d1e30 0.000133
+gallium_dri.so free 0x557173607d40 void 0.000125
+gallium_dri.so free 0x5571735d1e30 void 0.000176
+gallium_dri.so malloc 72 0x557173607cf0 0.000133
+gallium_dri.so free 0x557173466c80 void 0.000132
+gallium_dri.so free 0x557173607cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173466c30 0.000125
+gallium_dri.so free 0x557173588f40 void 0.000130
+gallium_dri.so free 0x557173466c30 void 0.000130
+gallium_dri.so malloc 72 0x557173588ef0 0.000125
+gallium_dri.so free 0x557173465d80 void 0.000129
+gallium_dri.so free 0x557173588ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173588ef0 0.000125
+gallium_dri.so free 0x5571735d3540 void 0.000129
+gallium_dri.so free 0x557173588ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173588ef0 0.000124
+gallium_dri.so free 0x55717358b500 void 0.000124
+gallium_dri.so free 0x557173588ef0 void 0.000128
+gallium_dri.so malloc 72 0x55717358b4b0 0.000130
+gallium_dri.so free 0x55717358dac0 void 0.000134
+gallium_dri.so free 0x55717358b4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358da70 0.000130
+gallium_dri.so free 0x5571735cf8c0 void 0.000131
+gallium_dri.so free 0x55717358da70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cf870 0.000131
+gallium_dri.so free 0x557173590080 void 0.000126
+gallium_dri.so free 0x5571735cf870 void 0.000128
+gallium_dri.so malloc 72 0x557173590030 0.000130
+gallium_dri.so free 0x5571735d5b00 void 0.000125
+gallium_dri.so free 0x557173590030 void 0.000124
+gallium_dri.so malloc 72 0x557173590030 0.000124
+gallium_dri.so free 0x557173604880 void 0.000128
+gallium_dri.so free 0x557173590030 void 0.000125
+gallium_dri.so malloc 72 0x557173590030 0.000128
+gallium_dri.so free 0x5571736022c0 void 0.000126
+gallium_dri.so free 0x557173590030 void 0.000124
+gallium_dri.so malloc 72 0x5571736022c0 0.000124
+gallium_dri.so free 0x5571735d4440 void 0.000128
+gallium_dri.so free 0x5571736022c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d43f0 0.000125
+gallium_dri.so free 0x55717358a600 void 0.000130
+gallium_dri.so free 0x5571735d43f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d43f0 0.000126
+gallium_dri.so free 0x55717360b300 void 0.000128
+gallium_dri.so free 0x5571735d43f0 void 0.000142
+gallium_dri.so malloc 72 0x55717360b2b0 0.000130
+gallium_dri.so free 0x557173469240 void 0.000131
+gallium_dri.so free 0x55717360b2b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734691f0 0.000123
+gallium_dri.so free 0x5571734646c0 void 0.000124
+gallium_dri.so free 0x5571734691f0 void 0.000128
+gallium_dri.so malloc 72 0x557173464670 0.000132
+gallium_dri.so free 0x557173591740 void 0.000132
+gallium_dri.so free 0x557173464670 void 0.000127
+gallium_dri.so malloc 72 0x557173464670 0.000129
+gallium_dri.so free 0x557173609400 void 0.000126
+gallium_dri.so free 0x557173464670 void 0.000128
+gallium_dri.so malloc 72 0x557173464670 0.000131
+gallium_dri.so free 0x557173605780 void 0.000125
+gallium_dri.so free 0x557173464670 void 0.000124
+gallium_dri.so malloc 72 0x557173605730 0.000123
+gallium_dri.so free 0x557173591e80 void 0.000124
+gallium_dri.so free 0x557173605730 void 0.000123
+gallium_dri.so malloc 72 0x557173591ed0 0.000166
+gallium_dri.so free 0x557173620c40 void 0.000125
+gallium_dri.so free 0x557173591ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173591ed0 0.000158
+gallium_dri.so free 0x557173620d40 void 0.000125
+gallium_dri.so free 0x557173591ed0 void 0.000171
+gallium_dri.so malloc 72 0x557173620cf0 0.000126
+gallium_dri.so free 0x557173591f40 void 0.000124
+gallium_dri.so free 0x557173620cf0 void 0.000123
+gallium_dri.so malloc 72 0x557173591f70 0.000125
+gallium_dri.so free 0x5571735d6b40 void 0.000124
+gallium_dri.so free 0x557173591f70 void 0.000124
+gallium_dri.so malloc 72 0x557173591f70 0.000125
+gallium_dri.so free 0x5571735d6bc0 void 0.000124
+gallium_dri.so free 0x557173591f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735d6bc0 0.000125
+gallium_dri.so free 0x5571735883c0 void 0.000124
+gallium_dri.so free 0x5571735d6bc0 void 0.000124
+gallium_dri.so malloc 72 0x557173588370 0.000124
+gallium_dri.so free 0x557173588400 void 0.000126
+gallium_dri.so free 0x557173588370 void 0.000124
+gallium_dri.so malloc 72 0x557173588370 0.000124
+gallium_dri.so free 0x55717358ad40 void 0.000130
+gallium_dri.so free 0x557173588370 void 0.000119
+gallium_dri.so malloc 72 0x55717358adb0 0.000118
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so free 0x55717358adb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358adb0 0.000118
+gallium_dri.so free 0x55717358af00 void 0.000118
+gallium_dri.so free 0x55717358adb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358aeb0 0.000128
+gallium_dri.so free 0x55717358d300 void 0.000118
+gallium_dri.so free 0x55717358aeb0 void 0.000247
+gallium_dri.so malloc 72 0x55717358d320 0.000192
+gallium_dri.so free 0x55717358d3c0 void 0.000158
+gallium_dri.so free 0x55717358d320 void 0.000157
+gallium_dri.so malloc 72 0x55717358d370 0.000118
+gallium_dri.so free 0x55717358d440 void 0.000132
+gallium_dri.so free 0x55717358d370 void 0.000119
+gallium_dri.so malloc 72 0x55717358d370 0.000119
+gallium_dri.so free 0x55717358d4c0 void 0.000118
+gallium_dri.so free 0x55717358d370 void 0.000118
+gallium_dri.so malloc 72 0x55717358d4c0 0.000117
+gallium_dri.so free 0x55717358f8c0 void 0.000119
+gallium_dri.so free 0x55717358d4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f920 0.000117
+gallium_dri.so free 0x55717358f9c0 void 0.000119
+gallium_dri.so free 0x55717358f920 void 0.000117
+gallium_dri.so malloc 72 0x55717358f970 0.000117
+gallium_dri.so free 0x55717358fa00 void 0.000118
+gallium_dri.so free 0x55717358f970 void 0.000117
+gallium_dri.so malloc 72 0x55717358f970 0.000118
+gallium_dri.so free 0x557173588780 void 0.000119
+gallium_dri.so free 0x55717358f970 void 0.000116
+gallium_dri.so malloc 72 0x5571735887c0 0.000119
+gallium_dri.so free 0x557173588840 void 0.000109
+gallium_dri.so free 0x5571735887c0 void 0.000119
+gallium_dri.so malloc 72 0x557173588840 0.000117
+gallium_dri.so free 0x557173588900 void 0.000117
+gallium_dri.so free 0x557173588840 void 0.000118
+gallium_dri.so malloc 72 0x557173588840 0.000118
+gallium_dri.so free 0x55717358fac0 void 0.000118
+gallium_dri.so free 0x557173588840 void 0.000155
+gallium_dri.so malloc 72 0x55717358faf0 0.000119
+gallium_dri.so free 0x5571735d16c0 void 0.000118
+gallium_dri.so free 0x55717358faf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1710 0.000118
+gallium_dri.so free 0x5571735d1780 void 0.000119
+gallium_dri.so free 0x5571735d1710 void 0.000119
+gallium_dri.so malloc 72 0x5571735d17c0 0.000117
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so free 0x5571735d17c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1840 0.000118
+gallium_dri.so free 0x557173588980 void 0.000118
+gallium_dri.so free 0x5571735d1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1840 0.000120
+gallium_dri.so free 0x557173602a00 void 0.000118
+gallium_dri.so free 0x5571735d1840 void 0.000117
+gallium_dri.so malloc 72 0x557173602a30 0.000117
+gallium_dri.so free 0x557173602a80 void 0.000118
+gallium_dri.so free 0x557173602a30 void 0.000117
+gallium_dri.so malloc 72 0x557173602a30 0.000166
+gallium_dri.so free 0x557173602b80 void 0.000120
+gallium_dri.so free 0x557173602a30 void 0.000115
+gallium_dri.so malloc 72 0x557173602b30 0.000117
+gallium_dri.so free 0x557173468a80 void 0.000118
+gallium_dri.so free 0x557173602b30 void 0.000118
+gallium_dri.so malloc 72 0x557173468ac0 0.000117
+gallium_dri.so free 0x557173602c40 void 0.000117
+gallium_dri.so free 0x557173468ac0 void 0.000124
+gallium_dri.so malloc 72 0x557173602bf0 0.000119
+gallium_dri.so free 0x557173468b40 void 0.000118
+gallium_dri.so free 0x557173602bf0 void 0.000128
+gallium_dri.so malloc 72 0x557173602bf0 0.000125
+gallium_dri.so free 0x557173468c00 void 0.000121
+gallium_dri.so free 0x557173602bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173468bb0 0.000120
+gallium_dri.so free 0x5571735bf4c0 void 0.000120
+gallium_dri.so free 0x557173468bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf510 0.000119
+gallium_dri.so free 0x5571735bf580 void 0.000121
+gallium_dri.so free 0x5571735bf510 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf5a0 0.000120
+gallium_dri.so free 0x557173468c80 void 0.000122
+gallium_dri.so free 0x5571735bf5a0 void 0.000120
+gallium_dri.so malloc 72 0x557173468cb0 0.000149
+gallium_dri.so free 0x5571735bf640 void 0.000180
+gallium_dri.so free 0x557173468cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000121
+gallium_dri.so free 0x5571735bf640 void 0.000119
+gallium_dri.so free 0x5571735bf5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bf5f0 0.000119
+gallium_dri.so free 0x5571734664c0 void 0.000119
+gallium_dri.so free 0x5571735bf5f0 void 0.000120
+gallium_dri.so malloc 72 0x557173466510 0.000120
+gallium_dri.so free 0x557173466580 void 0.000122
+gallium_dri.so free 0x557173466510 void 0.000118
+gallium_dri.so malloc 72 0x5571734665a0 0.000119
+gallium_dri.so free 0x557173466640 void 0.000121
+gallium_dri.so free 0x5571734665a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734665f0 0.000120
+gallium_dri.so free 0x5571734666c0 void 0.000120
+gallium_dri.so free 0x5571734665f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734665f0 0.000120
+gallium_dri.so free 0x5571735d3c80 void 0.000119
+gallium_dri.so free 0x5571734665f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3cd0 0.000153
+gallium_dri.so free 0x5571735d3d40 void 0.000124
+gallium_dri.so free 0x5571735d3cd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3da0 0.000119
+gallium_dri.so free 0x5571735d3e40 void 0.000121
+gallium_dri.so free 0x5571735d3da0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3df0 0.000123
+gallium_dri.so free 0x55717360ab40 void 0.000120
+gallium_dri.so free 0x5571735d3df0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ab70 0.000121
+gallium_dri.so free 0x55717360abc0 void 0.000120
+gallium_dri.so free 0x55717360ab70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ab70 0.000121
+gallium_dri.so free 0x55717360acc0 void 0.000120
+gallium_dri.so free 0x55717360ab70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ac70 0.000120
+gallium_dri.so free 0x55717360ad80 void 0.000122
+gallium_dri.so free 0x55717360ac70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ad30 0.000120
+gallium_dri.so free 0x557173604fc0 void 0.000121
+gallium_dri.so free 0x55717360ad30 void 0.000120
+gallium_dri.so malloc 72 0x557173604ff0 0.000119
+gallium_dri.so free 0x557173605040 void 0.000121
+gallium_dri.so free 0x557173604ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173605040 0.000121
+gallium_dri.so free 0x557173605100 void 0.000120
+gallium_dri.so free 0x557173605040 void 0.000121
+gallium_dri.so malloc 72 0x557173605040 0.000121
+gallium_dri.so free 0x557173607580 void 0.000120
+gallium_dri.so free 0x557173605040 void 0.000125
+gallium_dri.so malloc 72 0x5571736075d0 0.000121
+gallium_dri.so free 0x557173605200 void 0.000165
+gallium_dri.so free 0x5571736075d0 void 0.000122
+gallium_dri.so malloc 72 0x5571736051b0 0.000120
+gallium_dri.so free 0x557173607640 void 0.000120
+gallium_dri.so free 0x5571736051b0 void 0.000120
+gallium_dri.so malloc 72 0x557173607670 0.000121
+gallium_dri.so free 0x5571736076c0 void 0.000120
+gallium_dri.so free 0x557173607670 void 0.000125
+gallium_dri.so malloc 72 0x557173607670 0.000122
+gallium_dri.so free 0x5571735cf100 void 0.000121
+gallium_dri.so free 0x557173607670 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf150 0.000120
+gallium_dri.so free 0x5571735cf1c0 void 0.000119
+gallium_dri.so free 0x5571735cf150 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf200 0.000120
+gallium_dri.so free 0x5571736077c0 void 0.000120
+gallium_dri.so free 0x5571735cf200 void 0.000119
+gallium_dri.so malloc 72 0x557173607770 0.000120
+gallium_dri.so free 0x5571735cf280 void 0.000122
+gallium_dri.so free 0x557173607770 void 0.000119
+gallium_dri.so malloc 72 0x557173607770 0.000119
+gallium_dri.so free 0x5571735d6240 void 0.000121
+gallium_dri.so free 0x557173607770 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6280 0.000121
+gallium_dri.so free 0x5571735d6300 void 0.000121
+gallium_dri.so free 0x5571735d6280 void 0.000120
+gallium_dri.so malloc 72 0x5571735d6300 0.000130
+gallium_dri.so free 0x5571735cf340 void 0.000121
+gallium_dri.so free 0x5571735d6300 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000119
+gallium_dri.so free 0x5571735cf2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000120
+gallium_dri.so free 0x557173463f00 void 0.000158
+gallium_dri.so free 0x5571735cf2f0 void 0.000123
+gallium_dri.so malloc 72 0x557173463f70 0.000120
+gallium_dri.so free 0x557173463fc0 void 0.000120
+gallium_dri.so free 0x557173463f70 void 0.000119
+gallium_dri.so malloc 72 0x557173463f70 0.000121
+gallium_dri.so free 0x5571734640c0 void 0.000121
+gallium_dri.so free 0x557173463f70 void 0.000120
+gallium_dri.so malloc 72 0x557173464070 0.000120
+gallium_dri.so free 0x557173620c00 void 0.000120
+gallium_dri.so free 0x5571735d6480 void 0.000116
+gallium_dri.so free 0x557173464070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6430 0.000116
+gallium_dri.so free 0x557173607900 void 0.000118
+gallium_dri.so free 0x5571735d6430 void 0.000116
+gallium_dri.so malloc 72 0x557173607930 0.000114
+gallium_dri.so free 0x557173607980 void 0.000115
+gallium_dri.so free 0x557173607930 void 0.000115
+gallium_dri.so malloc 72 0x557173607930 0.000151
+gallium_dri.so free 0x557173607a80 void 0.000119
+gallium_dri.so free 0x557173607930 void 0.000114
+gallium_dri.so malloc 72 0x557173607a30 0.000117
+gallium_dri.so free 0x557173607b40 void 0.000116
+gallium_dri.so free 0x557173607a30 void 0.000114
+gallium_dri.so malloc 72 0x557173607af0 0.000115
+gallium_dri.so free 0x55717358b0c0 void 0.000115
+gallium_dri.so free 0x557173607af0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b0e0 0.000114
+gallium_dri.so free 0x55717358b180 void 0.000114
+gallium_dri.so free 0x55717358b0e0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b130 0.000114
+gallium_dri.so free 0x55717358b200 void 0.000114
+gallium_dri.so free 0x55717358b130 void 0.000116
+gallium_dri.so malloc 72 0x55717358b130 0.000118
+gallium_dri.so free 0x55717358b280 void 0.000114
+gallium_dri.so free 0x55717358b130 void 0.000115
+gallium_dri.so malloc 72 0x55717358b280 0.000114
+gallium_dri.so free 0x557173605340 void 0.000116
+gallium_dri.so free 0x55717358b280 void 0.000115
+gallium_dri.so malloc 72 0x557173605360 0.000117
+gallium_dri.so free 0x557173605400 void 0.000117
+gallium_dri.so free 0x557173605360 void 0.000114
+gallium_dri.so malloc 72 0x5571736053b0 0.000114
+gallium_dri.so free 0x557173605480 void 0.000114
+gallium_dri.so free 0x5571736053b0 void 0.000114
+gallium_dri.so malloc 72 0x557173605480 0.000163
+gallium_dri.so free 0x557173605540 void 0.000116
+gallium_dri.so free 0x557173605480 void 0.000114
+gallium_dri.so malloc 72 0x557173605480 0.000114
+gallium_dri.so free 0x5571735d1a40 void 0.000116
+gallium_dri.so free 0x557173605480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1a90 0.000114
+gallium_dri.so free 0x5571735d1b00 void 0.000115
+gallium_dri.so free 0x5571735d1a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1b20 0.000113
+gallium_dri.so free 0x5571735d1bc0 void 0.000114
+gallium_dri.so free 0x5571735d1b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b70 0.000114
+gallium_dri.so free 0x5571735d1c40 void 0.000114
+gallium_dri.so free 0x5571735d1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1b70 0.000114
+gallium_dri.so free 0x55717358fc40 void 0.000115
+gallium_dri.so free 0x5571735d1b70 void 0.000113
+gallium_dri.so malloc 72 0x55717358fc90 0.000114
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so free 0x55717358fc90 void 0.000115
+gallium_dri.so malloc 72 0x55717358fd40 0.000114
+gallium_dri.so free 0x55717358fdc0 void 0.000163
+gallium_dri.so free 0x55717358fd40 void 0.000116
+gallium_dri.so malloc 72 0x55717358fd40 0.000113
+gallium_dri.so free 0x55717358fe40 void 0.000114
+gallium_dri.so free 0x55717358fd40 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe70 0.000127
+gallium_dri.so free 0x5571735cf480 void 0.000116
+gallium_dri.so free 0x55717358fe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000116
+gallium_dri.so free 0x5571735cf540 void 0.000114
+gallium_dri.so free 0x5571735cf4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf540 0.000115
+gallium_dri.so free 0x5571735cf600 void 0.000114
+gallium_dri.so free 0x5571735cf540 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf540 0.000114
+gallium_dri.so free 0x5571735cf680 void 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000113
+gallium_dri.so free 0x557173602d80 void 0.000116
+gallium_dri.so free 0x5571735cf6b0 void 0.000115
+gallium_dri.so malloc 72 0x557173602df0 0.000115
+gallium_dri.so free 0x557173602e40 void 0.000115
+gallium_dri.so free 0x557173602df0 void 0.000115
+gallium_dri.so malloc 72 0x557173602df0 0.000114
+gallium_dri.so free 0x557173602f40 void 0.000114
+gallium_dri.so free 0x557173602df0 void 0.000114
+gallium_dri.so malloc 72 0x557173602ef0 0.000114
+gallium_dri.so free 0x557173603000 void 0.000114
+gallium_dri.so free 0x557173602ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173602fb0 0.000114
+gallium_dri.so free 0x557173464280 void 0.000117
+gallium_dri.so free 0x557173602fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571734642b0 0.000123
+gallium_dri.so free 0x557173464300 void 0.000119
+gallium_dri.so free 0x5571734642b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734642b0 0.000114
+gallium_dri.so free 0x557173464400 void 0.000115
+gallium_dri.so free 0x5571734642b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734643b0 0.000116
+gallium_dri.so free 0x5571734644c0 void 0.000114
+gallium_dri.so free 0x5571734643b0 void 0.000114
+gallium_dri.so malloc 72 0x557173464470 0.000115
+gallium_dri.so free 0x5571735d65c0 void 0.000114
+gallium_dri.so free 0x557173464470 void 0.000114
+gallium_dri.so malloc 72 0x5571735d65e0 0.000115
+gallium_dri.so free 0x5571735d6680 void 0.000114
+gallium_dri.so free 0x5571735d65e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d6630 0.000115
+gallium_dri.so free 0x5571735d6700 void 0.000115
+gallium_dri.so free 0x5571735d6630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6630 0.000114
+gallium_dri.so free 0x5571735d6780 void 0.000115
+gallium_dri.so free 0x5571735d6630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d6780 0.000114
+gallium_dri.so free 0x557173466840 void 0.000117
+gallium_dri.so free 0x5571735d6780 void 0.000115
+gallium_dri.so malloc 72 0x557173466860 0.000115
+gallium_dri.so free 0x557173466900 void 0.000114
+gallium_dri.so free 0x557173466860 void 0.000115
+gallium_dri.so malloc 72 0x5571734668b0 0.000115
+gallium_dri.so free 0x557173466980 void 0.000162
+gallium_dri.so free 0x5571734668b0 void 0.000217
+gallium_dri.so malloc 72 0x557173466980 0.000120
+gallium_dri.so free 0x557173466a40 void 0.000123
+gallium_dri.so free 0x557173466980 void 0.000122
+gallium_dri.so malloc 72 0x557173466980 0.000119
+gallium_dri.so free 0x55717360aec0 void 0.000159
+gallium_dri.so free 0x557173466980 void 0.000114
+gallium_dri.so malloc 72 0x55717360af10 0.000119
+gallium_dri.so free 0x55717360af80 void 0.000118
+gallium_dri.so free 0x55717360af10 void 0.000116
+gallium_dri.so malloc 72 0x55717360afa0 0.000116
+gallium_dri.so free 0x55717360b040 void 0.000116
+gallium_dri.so free 0x55717360afa0 void 0.000114
+gallium_dri.so malloc 72 0x55717360aff0 0.000114
+gallium_dri.so free 0x55717360b0c0 void 0.000116
+gallium_dri.so free 0x55717360aff0 void 0.000115
+gallium_dri.so malloc 72 0x55717360aff0 0.000114
+gallium_dri.so free 0x55717358d680 void 0.000116
+gallium_dri.so free 0x55717360aff0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d6d0 0.000115
+gallium_dri.so free 0x55717358d740 void 0.000114
+gallium_dri.so free 0x55717358d6d0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d780 0.000117
+gallium_dri.so free 0x55717358d800 void 0.000106
+gallium_dri.so free 0x55717358d780 void 0.000116
+gallium_dri.so malloc 72 0x55717358d780 0.000113
+gallium_dri.so free 0x55717358d880 void 0.000112
+gallium_dri.so free 0x55717358d780 void 0.000112
+gallium_dri.so malloc 72 0x55717358d8b0 0.000113
+gallium_dri.so free 0x557173468e00 void 0.000114
+gallium_dri.so free 0x55717358d8b0 void 0.000113
+gallium_dri.so malloc 72 0x557173468e40 0.000113
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so free 0x557173468e40 void 0.000125
+gallium_dri.so malloc 72 0x557173468ec0 0.000122
+gallium_dri.so free 0x557173468f80 void 0.000119
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173468ec0 0.000114
+gallium_dri.so free 0x557173469000 void 0.000121
+gallium_dri.so free 0x557173468ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173469030 0.000120
+gallium_dri.so free 0x5571735d4000 void 0.000118
+gallium_dri.so free 0x557173469030 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4070 0.000125
+gallium_dri.so free 0x5571735d40c0 void 0.000119
+gallium_dri.so free 0x5571735d4070 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4070 0.000118
+gallium_dri.so free 0x5571735d41c0 void 0.000117
+gallium_dri.so free 0x5571735d4070 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4170 0.000120
+gallium_dri.so free 0x5571735d4280 void 0.000119
+gallium_dri.so free 0x5571735d4170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4230 0.000118
+gallium_dri.so free 0x557173588b00 void 0.000117
+gallium_dri.so free 0x5571735d4230 void 0.000118
+gallium_dri.so malloc 72 0x557173588b30 0.000117
+gallium_dri.so free 0x557173588b80 void 0.000119
+gallium_dri.so free 0x557173588b30 void 0.000118
+gallium_dri.so malloc 72 0x557173588b30 0.000119
+gallium_dri.so free 0x557173588c80 void 0.000118
+gallium_dri.so free 0x557173588b30 void 0.000117
+gallium_dri.so malloc 72 0x557173588c30 0.000119
+gallium_dri.so free 0x557173588d40 void 0.000119
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588cf0 0.000119
+gallium_dri.so free 0x5571735bf840 void 0.000118
+gallium_dri.so free 0x557173588cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf860 0.000117
+gallium_dri.so free 0x5571735bf900 void 0.000118
+gallium_dri.so free 0x5571735bf860 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000154
+gallium_dri.so free 0x5571735bf980 void 0.000121
+gallium_dri.so free 0x5571735bf8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000118
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so free 0x5571735bf8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfa00 0.000119
+gallium_dri.so free 0x557173462440 void 0.000119
+gallium_dri.so free 0x5571735bfa00 void 0.000118
+gallium_dri.so malloc 72 0x557173462460 0.000118
+gallium_dri.so free 0x557173462500 void 0.000118
+gallium_dri.so free 0x557173462460 void 0.000117
+gallium_dri.so malloc 72 0x5571734624b0 0.000117
+gallium_dri.so free 0x557173462580 void 0.000119
+gallium_dri.so free 0x5571734624b0 void 0.000118
+gallium_dri.so malloc 72 0x557173462580 0.000117
+gallium_dri.so free 0x557173462640 void 0.000119
+gallium_dri.so free 0x557173462580 void 0.000118
+gallium_dri.so malloc 72 0x557173462580 0.000118
+gallium_dri.so free 0x5571734626c0 void 0.000119
+gallium_dri.so free 0x557173462580 void 0.000117
+gallium_dri.so malloc 72 0x5571734626c0 0.000118
+gallium_dri.so free 0x55717358f300 void 0.000118
+gallium_dri.so free 0x5571734626c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f2b0 0.000117
+gallium_dri.so free 0x55717358f340 void 0.000117
+gallium_dri.so free 0x55717358f2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f2b0 0.000117
+gallium_dri.so free 0x55717358f400 void 0.000119
+gallium_dri.so free 0x55717358f2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358f440 0.000117
+gallium_dri.so free 0x55717358f4c0 void 0.000174
+gallium_dri.so free 0x55717358f440 void 0.000120
+gallium_dri.so malloc 72 0x55717358f4c0 0.000140
+gallium_dri.so free 0x55717358f580 void 0.000122
+gallium_dri.so free 0x55717358f4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f4c0 0.000119
+gallium_dri.so free 0x557173465f00 void 0.000118
+gallium_dri.so free 0x55717358f4c0 void 0.000118
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173465f40 void 0.000119
+gallium_dri.so free 0x557173465eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173465eb0 0.000119
+gallium_dri.so free 0x557173466000 void 0.000119
+gallium_dri.so free 0x557173465eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173466040 0.000118
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so free 0x557173466040 void 0.000119
+gallium_dri.so malloc 72 0x5571734660c0 0.000119
+gallium_dri.so free 0x557173466180 void 0.000118
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734660c0 0.000117
+gallium_dri.so free 0x5571735918c0 void 0.000118
+gallium_dri.so free 0x5571734660c0 void 0.000118
+gallium_dri.so malloc 72 0x557173591870 0.000119
+gallium_dri.so free 0x557173591940 void 0.000120
+gallium_dri.so free 0x557173591870 void 0.000118
+gallium_dri.so malloc 72 0x557173591870 0.000127
+gallium_dri.so free 0x557173591a40 void 0.000118
+gallium_dri.so free 0x557173591870 void 0.000117
+gallium_dri.so malloc 72 0x5571735919f0 0.000118
+gallium_dri.so free 0x557173591ac0 void 0.000118
+gallium_dri.so free 0x5571735919f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591b10 0.000117
+gallium_dri.so free 0x557173591b80 void 0.000117
+gallium_dri.so free 0x557173591b10 void 0.000121
+gallium_dri.so malloc 72 0x557173591ba0 0.000117
+gallium_dri.so free 0x557173604a00 void 0.000118
+gallium_dri.so free 0x557173591ba0 void 0.000117
+gallium_dri.so malloc 72 0x5571736049b0 0.000120
+gallium_dri.so free 0x557173604a80 void 0.000127
+gallium_dri.so free 0x5571736049b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736049b0 0.000125
+gallium_dri.so free 0x557173604b00 void 0.000125
+gallium_dri.so free 0x5571736049b0 void 0.000126
+gallium_dri.so malloc 72 0x557173604b00 0.000125
+gallium_dri.so free 0x557173604bc0 void 0.000125
+gallium_dri.so free 0x557173604b00 void 0.000124
+gallium_dri.so malloc 72 0x557173604b00 0.000121
+gallium_dri.so free 0x557173604cc0 void 0.000119
+gallium_dri.so free 0x557173604b00 void 0.000120
+gallium_dri.so malloc 72 0x557173604b00 0.000127
+gallium_dri.so free 0x55717360a580 void 0.000120
+gallium_dri.so free 0x557173604b00 void 0.000117
+gallium_dri.so malloc 72 0x55717360a530 0.000117
+gallium_dri.so free 0x55717360a600 void 0.000117
+gallium_dri.so free 0x55717360a530 void 0.000117
+gallium_dri.so malloc 72 0x55717360a530 0.000117
+gallium_dri.so free 0x55717360a680 void 0.000118
+gallium_dri.so free 0x55717360a530 void 0.000118
+gallium_dri.so malloc 72 0x55717360a680 0.000117
+gallium_dri.so free 0x55717360a740 void 0.000118
+gallium_dri.so free 0x55717360a680 void 0.000117
+gallium_dri.so malloc 72 0x55717360a680 0.000118
+gallium_dri.so free 0x55717360a800 void 0.000119
+gallium_dri.so free 0x55717360a680 void 0.000118
+gallium_dri.so malloc 72 0x55717360a680 0.000118
+gallium_dri.so free 0x557173463940 void 0.000120
+gallium_dri.so free 0x55717360a680 void 0.000119
+gallium_dri.so malloc 72 0x5571734638f0 0.000118
+gallium_dri.so free 0x557173463a00 void 0.000118
+gallium_dri.so free 0x5571734638f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734639b0 0.000118
+gallium_dri.so free 0x557173463a80 void 0.000118
+gallium_dri.so free 0x5571734639b0 void 0.000118
+gallium_dri.so malloc 72 0x557173463ad0 0.000119
+gallium_dri.so free 0x557173463b40 void 0.000118
+gallium_dri.so free 0x557173463ad0 void 0.000159
+gallium_dri.so malloc 72 0x557173463b60 0.000118
+gallium_dri.so free 0x557173463c00 void 0.000111
+gallium_dri.so free 0x557173463b60 void 0.000111
+gallium_dri.so malloc 72 0x557173463bb0 0.000109
+gallium_dri.so free 0x55717358a780 void 0.000109
+gallium_dri.so free 0x557173463bb0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a730 0.000110
+gallium_dri.so free 0x55717358a800 void 0.000111
+gallium_dri.so free 0x55717358a730 void 0.000110
+gallium_dri.so malloc 72 0x55717358a850 0.000109
+gallium_dri.so free 0x55717358a8c0 void 0.000110
+gallium_dri.so free 0x55717358a850 void 0.000110
+gallium_dri.so malloc 72 0x55717358a900 0.000109
+gallium_dri.so free 0x55717358a980 void 0.000111
+gallium_dri.so free 0x55717358a900 void 0.000110
+gallium_dri.so malloc 72 0x55717358a900 0.000111
+gallium_dri.so free 0x55717358aa00 void 0.000112
+gallium_dri.so free 0x55717358a900 void 0.000111
+gallium_dri.so malloc 72 0x55717358aa30 0.000110
+gallium_dri.so free 0x557173606fc0 void 0.000110
+gallium_dri.so free 0x55717358aa30 void 0.000111
+gallium_dri.so malloc 72 0x557173606f70 0.000117
+gallium_dri.so free 0x557173607040 void 0.000122
+gallium_dri.so free 0x557173606f70 void 0.000112
+gallium_dri.so malloc 72 0x557173607090 0.000111
+gallium_dri.so free 0x557173607100 void 0.000110
+gallium_dri.so free 0x557173607090 void 0.000111
+gallium_dri.so malloc 72 0x557173607120 0.000126
+gallium_dri.so free 0x5571736071c0 void 0.000116
+gallium_dri.so free 0x557173607120 void 0.000114
+gallium_dri.so malloc 72 0x557173607170 0.000141
+gallium_dri.so free 0x557173607240 void 0.000132
+gallium_dri.so free 0x557173607170 void 0.000223
+gallium_dri.so malloc 72 0x557173607170 0.000124
+gallium_dri.so free 0x5571735d5c80 void 0.000123
+gallium_dri.so free 0x557173607170 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5c30 0.000119
+gallium_dri.so free 0x5571735d5d00 void 0.000115
+gallium_dri.so free 0x5571735d5c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5d50 0.000124
+gallium_dri.so free 0x5571735d5dc0 void 0.000124
+gallium_dri.so free 0x5571735d5d50 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5de0 0.000114
+gallium_dri.so free 0x5571735d5e80 void 0.000115
+gallium_dri.so free 0x5571735d5de0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5e30 0.000124
+gallium_dri.so free 0x5571735d5f00 void 0.000123
+gallium_dri.so free 0x5571735d5e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5e30 0.000123
+gallium_dri.so free 0x55717358cd40 void 0.000127
+gallium_dri.so free 0x5571735d5e30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ccf0 0.000124
+gallium_dri.so free 0x55717358ce00 void 0.000123
+gallium_dri.so free 0x55717358ccf0 void 0.000124
+gallium_dri.so malloc 72 0x55717358cdb0 0.000118
+gallium_dri.so free 0x55717358ce80 void 0.000115
+gallium_dri.so free 0x55717358cdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358cdb0 0.000118
+gallium_dri.so free 0x55717358cf40 void 0.000116
+gallium_dri.so free 0x55717358cdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358cdb0 0.000119
+gallium_dri.so free 0x55717358d000 void 0.000123
+gallium_dri.so free 0x55717358cdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358cfb0 0.000119
+gallium_dri.so free 0x5571735d36c0 void 0.000125
+gallium_dri.so free 0x55717358cfb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3670 0.000120
+gallium_dri.so free 0x5571735d3780 void 0.000119
+gallium_dri.so free 0x5571735d3670 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3730 0.000136
+gallium_dri.so free 0x5571735d37c0 void 0.000130
+gallium_dri.so free 0x5571735d3730 void 0.000177
+gallium_dri.so malloc 72 0x5571735d3730 0.000130
+gallium_dri.so free 0x5571735d3880 void 0.000128
+gallium_dri.so free 0x5571735d3730 void 0.000130
+gallium_dri.so malloc 72 0x5571735d38d0 0.000129
+gallium_dri.so free 0x5571735d3940 void 0.000128
+gallium_dri.so free 0x5571735d38d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3980 0.000127
+gallium_dri.so free 0x5571735d1100 void 0.000129
+gallium_dri.so free 0x5571735d3980 void 0.000130
+gallium_dri.so malloc 72 0x5571735d10b0 0.000128
+gallium_dri.so free 0x5571735d11c0 void 0.000177
+gallium_dri.so free 0x5571735d10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1170 0.000124
+gallium_dri.so free 0x5571735d1200 void 0.000123
+gallium_dri.so free 0x5571735d1170 void 0.000120
+gallium_dri.so malloc 72 0x5571735d1170 0.000125
+gallium_dri.so free 0x5571735d12c0 void 0.000125
+gallium_dri.so free 0x5571735d1170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1300 0.000121
+gallium_dri.so free 0x5571735d1380 void 0.000126
+gallium_dri.so free 0x5571735d1300 void 0.000141
+gallium_dri.so malloc 72 0x5571735d1380 0.000125
+gallium_dri.so free 0x5571734684c0 void 0.000125
+gallium_dri.so free 0x5571735d1380 void 0.000126
+gallium_dri.so malloc 72 0x557173468470 0.000121
+gallium_dri.so free 0x557173468540 void 0.000120
+gallium_dri.so free 0x557173468470 void 0.000124
+gallium_dri.so malloc 72 0x557173468560 0.000124
+gallium_dri.so free 0x557173468600 void 0.000121
+gallium_dri.so free 0x557173468560 void 0.000125
+gallium_dri.so malloc 72 0x5571734685b0 0.000130
+gallium_dri.so free 0x557173468680 void 0.000126
+gallium_dri.so free 0x5571734685b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734685b0 0.000125
+gallium_dri.so free 0x557173468700 void 0.000126
+gallium_dri.so free 0x5571734685b0 void 0.000125
+gallium_dri.so malloc 72 0x557173468700 0.000126
+gallium_dri.so free 0x557173602440 void 0.000125
+gallium_dri.so free 0x557173468700 void 0.000124
+gallium_dri.so malloc 72 0x5571736023f0 0.000129
+gallium_dri.so free 0x557173602480 void 0.000129
+gallium_dri.so free 0x5571736023f0 void 0.000184
+gallium_dri.so malloc 72 0x5571736023f0 0.000192
+gallium_dri.so free 0x557173602540 void 0.000183
+gallium_dri.so free 0x5571736023f0 void 0.000182
+gallium_dri.so malloc 72 0x5571736025b0 0.000215
+gallium_dri.so free 0x557173602600 void 0.000183
+gallium_dri.so free 0x5571736025b0 void 0.000160
+gallium_dri.so malloc 72 0x5571736025b0 0.000126
+gallium_dri.so free 0x557173602700 void 0.000126
+gallium_dri.so free 0x5571736025b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736026b0 0.000125
+gallium_dri.so free 0x5571735ceb40 void 0.000134
+gallium_dri.so free 0x5571736026b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000121
+gallium_dri.so free 0x5571735ceb80 void 0.000128
+gallium_dri.so free 0x5571735ceaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000163
+gallium_dri.so free 0x5571735cec40 void 0.000129
+gallium_dri.so free 0x5571735ceaf0 void 0.000205
+gallium_dri.so malloc 72 0x5571735cec80 0.000231
+gallium_dri.so free 0x5571735ced00 void 0.000253
+gallium_dri.so free 0x5571735cec80 void 0.000251
+gallium_dri.so malloc 72 0x5571735ced00 0.000170
+gallium_dri.so free 0x5571735cedc0 void 0.000163
+gallium_dri.so free 0x5571735ced00 void 0.000166
+gallium_dri.so malloc 72 0x5571735ced00 0.000130
+gallium_dri.so free 0x557173608480 void 0.000130
+gallium_dri.so free 0x5571735ced00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ced00 0.000130
+gallium_dri.so free 0x557173608500 void 0.000130
+gallium_dri.so free 0x5571735ced00 void 0.000131
+gallium_dri.so malloc 72 0x557173608530 0.000130
+gallium_dri.so free 0x557173608580 void 0.000125
+gallium_dri.so free 0x557173608530 void 0.000120
+gallium_dri.so malloc 72 0x557173608530 0.000125
+gallium_dri.so free 0x557173608680 void 0.000130
+gallium_dri.so free 0x557173608530 void 0.000132
+gallium_dri.so malloc 72 0x557173608630 0.000129
+gallium_dri.so free 0x557173608740 void 0.000129
+gallium_dri.so free 0x557173608630 void 0.000133
+gallium_dri.so malloc 72 0x5571736086f0 0.000131
+gallium_dri.so free 0x557173608780 void 0.000131
+gallium_dri.so free 0x5571736086f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736086f0 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000122
+gallium_dri.so free 0x5571736086f0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e200 0.000130
+gallium_dri.so free 0x55717358e2c0 void 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so malloc 72 0x55717358e200 0.000125
+gallium_dri.so free 0x55717358e340 void 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so malloc 72 0x55717358e340 0.000130
+gallium_dri.so free 0x55717358e400 void 0.000129
+gallium_dri.so free 0x55717358e340 void 0.000125
+gallium_dri.so malloc 72 0x55717358e340 0.000120
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e340 void 0.000119
+gallium_dri.so malloc 72 0x55717358e340 0.000124
+gallium_dri.so free 0x55717358e580 void 0.000131
+gallium_dri.so free 0x55717358e340 void 0.000140
+gallium_dri.so malloc 72 0x55717358e530 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000130
+gallium_dri.so free 0x55717358e530 void 0.000127
+gallium_dri.so malloc 72 0x557173464e00 0.000120
+gallium_dri.so free 0x557173464ec0 void 0.000129
+gallium_dri.so free 0x557173464e00 void 0.000157
+gallium_dri.so malloc 72 0x557173464e00 0.000180
+gallium_dri.so free 0x557173464f40 void 0.000184
+gallium_dri.so free 0x557173464e00 void 0.000181
+gallium_dri.so malloc 72 0x557173464e00 0.000215
+gallium_dri.so free 0x557173465000 void 0.000182
+gallium_dri.so free 0x557173464e00 void 0.000183
+gallium_dri.so malloc 72 0x557173464e00 0.000130
+gallium_dri.so free 0x5571734650c0 void 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000130
+gallium_dri.so malloc 72 0x557173465070 0.000125
+gallium_dri.so free 0x557173465140 void 0.000126
+gallium_dri.so free 0x557173465070 void 0.000132
+gallium_dri.so malloc 72 0x557173465190 0.000181
+gallium_dri.so free 0x5571735d25c0 void 0.000223
+gallium_dri.so free 0x557173465190 void 0.000129
+gallium_dri.so malloc 72 0x557173465190 0.000129
+gallium_dri.so free 0x5571735d2640 void 0.000130
+gallium_dri.so free 0x557173465190 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2670 0.000130
+gallium_dri.so free 0x5571735d26c0 void 0.000181
+gallium_dri.so free 0x5571735d2670 void 0.000219
+gallium_dri.so malloc 72 0x5571735d2670 0.000238
+gallium_dri.so free 0x5571735d27c0 void 0.000181
+gallium_dri.so free 0x5571735d2670 void 0.000182
+gallium_dri.so malloc 72 0x5571735d2800 0.000159
+gallium_dri.so free 0x5571735d2880 void 0.000127
+gallium_dri.so free 0x5571735d2800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2880 0.000131
+gallium_dri.so free 0x5571735d2940 void 0.000129
+gallium_dri.so free 0x5571735d2880 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2880 0.000121
+gallium_dri.so free 0x557173605ec0 void 0.000121
+gallium_dri.so free 0x5571735d2880 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2880 0.000129
+gallium_dri.so free 0x557173605f80 void 0.000133
+gallium_dri.so free 0x5571735d2880 void 0.000130
+gallium_dri.so malloc 72 0x557173605f30 0.000129
+gallium_dri.so free 0x557173606000 void 0.000124
+gallium_dri.so free 0x557173605f30 void 0.000125
+gallium_dri.so malloc 72 0x557173606050 0.000129
+gallium_dri.so free 0x5571736060c0 void 0.000130
+gallium_dri.so free 0x557173606050 void 0.000130
+gallium_dri.so malloc 72 0x557173606120 0.000129
+gallium_dri.so free 0x5571736061c0 void 0.000129
+gallium_dri.so free 0x557173606120 void 0.000130
+gallium_dri.so malloc 72 0x557173606170 0.000124
+gallium_dri.so free 0x557173606200 void 0.000128
+gallium_dri.so free 0x557173606170 void 0.000131
+gallium_dri.so malloc 72 0x557173606170 0.000129
+gallium_dri.so free 0x557173603900 void 0.000124
+gallium_dri.so free 0x557173606170 void 0.000124
+gallium_dri.so malloc 72 0x557173606170 0.000130
+gallium_dri.so free 0x557173603980 void 0.000124
+gallium_dri.so free 0x557173606170 void 0.000120
+gallium_dri.so malloc 72 0x557173603980 0.000120
+gallium_dri.so free 0x557173603a40 void 0.000124
+gallium_dri.so free 0x557173603980 void 0.000129
+gallium_dri.so malloc 72 0x557173603980 0.000132
+gallium_dri.so free 0x557173603b00 void 0.000140
+gallium_dri.so free 0x557173603980 void 0.000130
+gallium_dri.so malloc 72 0x557173603980 0.000129
+gallium_dri.so free 0x557173603bc0 void 0.000130
+gallium_dri.so free 0x557173603980 void 0.000130
+gallium_dri.so malloc 72 0x557173603b70 0.000125
+gallium_dri.so free 0x557173603c80 void 0.000125
+gallium_dri.so free 0x557173603b70 void 0.000136
+gallium_dri.so malloc 72 0x557173603c30 0.000180
+gallium_dri.so free 0x5571735d0000 void 0.000193
+gallium_dri.so free 0x557173603c30 void 0.000175
+gallium_dri.so malloc 72 0x5571735d0000 0.000179
+gallium_dri.so free 0x5571735d00c0 void 0.000178
+gallium_dri.so free 0x5571735d0000 void 0.000154
+gallium_dri.so malloc 72 0x5571735d0000 0.000114
+gallium_dri.so free 0x5571735d0140 void 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000113
+gallium_dri.so free 0x5571735d01c0 void 0.000114
+gallium_dri.so free 0x5571735d0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0170 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000113
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0270 0.000112
+gallium_dri.so free 0x5571735d0380 void 0.000119
+gallium_dri.so free 0x5571735d0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0330 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0330 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x55717360baf0 0.000113
+gallium_dri.so free 0x55717360bb40 void 0.000114
+gallium_dri.so free 0x55717360baf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360baf0 0.000113
+gallium_dri.so free 0x55717360bc40 void 0.000113
+gallium_dri.so free 0x55717360baf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bbf0 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000113
+gallium_dri.so free 0x55717360bbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd40 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x557173601440 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013f0 0.000114
+gallium_dri.so free 0x5571736014c0 void 0.000124
+gallium_dri.so free 0x5571736013f0 void 0.000113
+gallium_dri.so malloc 72 0x557173601510 0.000114
+gallium_dri.so free 0x557173601580 void 0.000114
+gallium_dri.so free 0x557173601510 void 0.000114
+gallium_dri.so malloc 72 0x5571736015a0 0.000113
+gallium_dri.so free 0x557173601640 void 0.000113
+gallium_dri.so free 0x5571736015a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736015f0 0.000121
+gallium_dri.so free 0x5571736016c0 void 0.000115
+gallium_dri.so free 0x5571736015f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015f0 0.000115
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x5571736015f0 void 0.000113
+gallium_dri.so malloc 72 0x557173462840 0.000112
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so malloc 72 0x557173462840 0.000114
+gallium_dri.so free 0x5571734629c0 void 0.000115
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x5571734629e0 0.000113
+gallium_dri.so free 0x557173462a80 void 0.000114
+gallium_dri.so free 0x5571734629e0 void 0.000113
+gallium_dri.so malloc 72 0x557173462a30 0.000113
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x557173462a30 void 0.000118
+gallium_dri.so malloc 72 0x557173462a30 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000124
+gallium_dri.so free 0x557173462a30 void 0.000115
+gallium_dri.so malloc 72 0x557173462b80 0.000114
+gallium_dri.so free 0x557173589680 void 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so malloc 72 0x557173462b80 0.000113
+gallium_dri.so free 0x557173589700 void 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so malloc 72 0x557173589730 0.000113
+gallium_dri.so free 0x557173589780 void 0.000116
+gallium_dri.so free 0x557173589730 void 0.000113
+gallium_dri.so malloc 72 0x557173589780 0.000113
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so free 0x557173589780 void 0.000113
+gallium_dri.so malloc 72 0x557173589780 0.000113
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so malloc 72 0x5571735898f0 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so free 0x5571735898f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735899b0 0.000115
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x5571735899b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735899b0 0.000114
+gallium_dri.so free 0x5571735d4c40 void 0.000115
+gallium_dri.so free 0x5571735899b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000115
+gallium_dri.so free 0x5571735d4bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4d10 0.000114
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000113
+gallium_dri.so free 0x5571735d4dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000114
+gallium_dri.so free 0x5571735d4ec0 void 0.000115
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000112
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x5571735d4ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000114
+gallium_dri.so free 0x557173467440 void 0.000115
+gallium_dri.so free 0x5571735d4ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173467440 0.000114
+gallium_dri.so free 0x557173467500 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so malloc 72 0x557173467440 0.000113
+gallium_dri.so free 0x5571734675c0 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000115
+gallium_dri.so malloc 72 0x557173467440 0.000116
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x557173467680 void 0.000117
+gallium_dri.so free 0x557173467630 void 0.000168
+gallium_dri.so malloc 72 0x557173467630 0.000115
+gallium_dri.so free 0x5571735907c0 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x5571735907c0 0.000113
+gallium_dri.so free 0x557173467780 void 0.000114
+gallium_dri.so free 0x5571735907c0 void 0.000114
+gallium_dri.so malloc 72 0x557173467730 0.000113
+gallium_dri.so free 0x557173590880 void 0.000115
+gallium_dri.so free 0x557173467730 void 0.000113
+gallium_dri.so malloc 72 0x557173467730 0.000113
+gallium_dri.so free 0x557173590940 void 0.000114
+gallium_dri.so free 0x557173467730 void 0.000113
+gallium_dri.so malloc 72 0x5571735908f0 0.000113
+gallium_dri.so free 0x5571735909c0 void 0.000114
+gallium_dri.so free 0x5571735908f0 void 0.000120
+gallium_dri.so malloc 72 0x557173590a10 0.000115
+gallium_dri.so free 0x557173590a80 void 0.000114
+gallium_dri.so free 0x557173590a10 void 0.000113
+gallium_dri.so malloc 72 0x557173590ae0 0.000113
+gallium_dri.so free 0x557173590b80 void 0.000114
+gallium_dri.so free 0x557173590ae0 void 0.000113
+gallium_dri.so malloc 72 0x557173590b30 0.000114
+gallium_dri.so free 0x55717358bc40 void 0.000114
+gallium_dri.so free 0x557173590b30 void 0.000113
+gallium_dri.so malloc 72 0x557173590b30 0.000113
+gallium_dri.so free 0x55717358bd00 void 0.000113
+gallium_dri.so free 0x557173590b30 void 0.000114
+gallium_dri.so malloc 72 0x55717358bcb0 0.000160
+gallium_dri.so free 0x55717358bd80 void 0.000115
+gallium_dri.so free 0x55717358bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bdd0 0.000113
+gallium_dri.so free 0x55717358be40 void 0.000113
+gallium_dri.so free 0x55717358bdd0 void 0.000113
+gallium_dri.so malloc 72 0x55717358be60 0.000113
+gallium_dri.so free 0x55717358bf00 void 0.000114
+gallium_dri.so free 0x55717358be60 void 0.000119
+gallium_dri.so malloc 72 0x55717358beb0 0.000119
+gallium_dri.so free 0x55717358bf80 void 0.000118
+gallium_dri.so free 0x55717358beb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358bf80 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so malloc 72 0x55717358bf80 0.000116
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so free 0x55717358bf80 void 0.000113
+gallium_dri.so malloc 72 0x557173469400 0.000114
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so malloc 72 0x557173469400 0.000113
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so malloc 72 0x557173469400 0.000113
+gallium_dri.so free 0x557173469640 void 0.000114
+gallium_dri.so free 0x557173469400 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000126
+gallium_dri.so free 0x5571734696c0 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x557173469710 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x557173469710 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0b40 void 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c70 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000115
+gallium_dri.so free 0x5571735d0d30 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000112
+gallium_dri.so free 0x557173467e40 void 0.000116
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467df0 0.000112
+gallium_dri.so free 0x557173467f40 void 0.000116
+gallium_dri.so free 0x557173467df0 void 0.000113
+gallium_dri.so malloc 72 0x557173467f80 0.000113
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so malloc 72 0x557173468000 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000113
+gallium_dri.so free 0x557173468000 void 0.000112
+gallium_dri.so malloc 72 0x557173468000 0.000114
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so malloc 72 0x557173468000 0.000114
+gallium_dri.so free 0x557173468180 void 0.000114
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468130 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x557173468130 void 0.000114
+gallium_dri.so malloc 72 0x557173609ed0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so free 0x557173609ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173609fa0 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so free 0x557173609fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ff0 0.000113
+gallium_dri.so free 0x55717360a080 void 0.000115
+gallium_dri.so free 0x557173609ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ff0 0.000114
+gallium_dri.so free 0x55717360a140 void 0.000186
+gallium_dri.so free 0x557173609ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a180 0.000113
+gallium_dri.so free 0x55717360a200 void 0.000113
+gallium_dri.so free 0x55717360a180 void 0.000113
+gallium_dri.so malloc 72 0x55717360a200 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000113
+gallium_dri.so malloc 72 0x5571736068e0 0.000113
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x5571736068e0 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000113
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so free 0x557173606930 void 0.000115
+gallium_dri.so malloc 72 0x557173606a00 0.000114
+gallium_dri.so free 0x557173606ac0 void 0.000113
+gallium_dri.so free 0x557173606a00 void 0.000113
+gallium_dri.so malloc 72 0x557173606a00 0.000113
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606a00 void 0.000113
+gallium_dri.so malloc 72 0x557173606b40 0.000115
+gallium_dri.so free 0x557173606c00 void 0.000116
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so malloc 72 0x557173606b40 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a100 void 0.000125
+gallium_dri.so free 0x55717358a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000113
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1b0 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a270 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000113
+gallium_dri.so free 0x55717358a270 void 0.000118
+gallium_dri.so malloc 72 0x55717358a360 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000115
+gallium_dri.so free 0x55717358a360 void 0.000114
+gallium_dri.so malloc 72 0x55717358a3b0 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x55717358a3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d55c0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5640 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5640 0.000114
+gallium_dri.so free 0x5571735d5780 void 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d57b0 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so free 0x5571735d57b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d57b0 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d57b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5940 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3010 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3010 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30a0 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so free 0x5571735d30a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30f0 0.000113
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30f0 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so free 0x5571735d30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000112
+gallium_dri.so free 0x5571735d3300 void 0.000113
+gallium_dri.so free 0x5571735d3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000112
+gallium_dri.so malloc 72 0x557173463260 0.000113
+gallium_dri.so free 0x557173463300 void 0.000112
+gallium_dri.so free 0x557173463260 void 0.000155
+gallium_dri.so malloc 72 0x5571734632b0 0.000114
+gallium_dri.so free 0x557173463380 void 0.000114
+gallium_dri.so free 0x5571734632b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734632b0 0.000113
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so free 0x5571734632b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463400 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000114
+gallium_dri.so free 0x557173463580 void 0.000114
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000116
+gallium_dri.so free 0x557173608e80 void 0.000113
+gallium_dri.so free 0x557173463400 void 0.000112
+gallium_dri.so malloc 72 0x557173608ed0 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000114
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f80 0.000112
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so free 0x557173608f80 void 0.000113
+gallium_dri.so malloc 72 0x557173609000 0.000113
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so free 0x557173609000 void 0.000112
+gallium_dri.so malloc 72 0x557173609000 0.000114
+gallium_dri.so free 0x557173463640 void 0.000113
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so malloc 72 0x5571734635f0 0.000129
+gallium_dri.so free 0x557173609140 void 0.000115
+gallium_dri.so free 0x5571734635f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609180 0.000113
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x557173609180 void 0.000113
+gallium_dri.so malloc 72 0x557173609200 0.000114
+gallium_dri.so free 0x557173604300 void 0.000113
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so malloc 72 0x557173604340 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604340 void 0.000117
+gallium_dri.so malloc 72 0x557173604340 0.000114
+gallium_dri.so free 0x557173604440 void 0.000114
+gallium_dri.so free 0x557173604340 void 0.000114
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000112
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736045c0 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000113
+gallium_dri.so malloc 72 0x557173604570 0.000113
+gallium_dri.so free 0x557173604680 void 0.000113
+gallium_dri.so free 0x557173604570 void 0.000113
+gallium_dri.so malloc 72 0x557173604630 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000114
+gallium_dri.so free 0x557173604630 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000127
+gallium_dri.so free 0x557173601dc0 void 0.000114
+gallium_dri.so free 0x557173601d70 void 0.000114
+gallium_dri.so malloc 72 0x557173601d70 0.000112
+gallium_dri.so free 0x557173601ec0 void 0.000113
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000117
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x5571736046c0 void 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000112
+gallium_dri.so free 0x557173602040 void 0.000116
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602100 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000115
+gallium_dri.so malloc 72 0x5571736020b0 0.000113
+gallium_dri.so free 0x55717358ec00 void 0.000113
+gallium_dri.so free 0x5571736020b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec50 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so free 0x55717358ec50 void 0.000112
+gallium_dri.so malloc 72 0x55717358ed20 0.000113
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358ed20 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed70 0.000114
+gallium_dri.so free 0x55717358ee00 void 0.000133
+gallium_dri.so free 0x55717358ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed70 0.000113
+gallium_dri.so free 0x55717358eec0 void 0.000114
+gallium_dri.so free 0x55717358ed70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000113
+gallium_dri.so free 0x55717358ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef80 0.000113
+gallium_dri.so free 0x55717358c640 void 0.000115
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so malloc 72 0x55717358c660 0.000113
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so free 0x55717358c660 void 0.000112
+gallium_dri.so malloc 72 0x55717358c6b0 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so free 0x55717358c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c780 0.000115
+gallium_dri.so free 0x55717358c840 void 0.000115
+gallium_dri.so free 0x55717358c780 void 0.000114
+gallium_dri.so malloc 72 0x55717358c780 0.000115
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c780 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8c0 0.000113
+gallium_dri.so free 0x55717358c980 void 0.000114
+gallium_dri.so free 0x55717358c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8c0 0.000112
+gallium_dri.so free 0x5571735911c0 void 0.000126
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591240 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735912f0 0.000114
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so free 0x5571735912f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913b0 0.000114
+gallium_dri.so free 0x557173591480 void 0.000115
+gallium_dri.so free 0x5571735913b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914a0 0.000112
+gallium_dri.so free 0x557173591540 void 0.000121
+gallium_dri.so free 0x5571735914a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735914f0 0.000113
+gallium_dri.so free 0x557173465800 void 0.000119
+gallium_dri.so free 0x5571735914f0 void 0.000115
+gallium_dri.so malloc 72 0x557173465840 0.000115
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x5571734658c0 0.000115
+gallium_dri.so free 0x557173465980 void 0.000115
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734658c0 0.000113
+gallium_dri.so free 0x557173465a00 void 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000117
+gallium_dri.so malloc 72 0x557173465a30 0.000114
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so free 0x557173465a30 void 0.000114
+gallium_dri.so malloc 72 0x557173465a30 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so free 0x557173465a30 void 0.000113
+gallium_dri.so malloc 72 0x557173465bc0 0.000119
+gallium_dri.so free 0x557173609580 void 0.000115
+gallium_dri.so free 0x557173465bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x557173609640 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609680 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x557173609740 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x557173609780 0.000113
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000116
+gallium_dri.so malloc 72 0x557173609800 0.000115
+gallium_dri.so free 0x557173464880 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000113
+gallium_dri.so free 0x557173464900 void 0.000114
+gallium_dri.so free 0x5571734648b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000113
+gallium_dri.so free 0x557173464a00 void 0.000115
+gallium_dri.so free 0x5571734648b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734649b0 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000112
+gallium_dri.so free 0x5571734649b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464a70 0.000113
+gallium_dri.so free 0x557173464b00 void 0.000115
+gallium_dri.so free 0x557173464a70 void 0.000113
+gallium_dri.so malloc 72 0x557173464a70 0.000114
+gallium_dri.so free 0x557173464bc0 void 0.000115
+gallium_dri.so free 0x557173464a70 void 0.000116
+gallium_dri.so malloc 72 0x557173464c10 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x557173464c10 void 0.000113
+gallium_dri.so malloc 72 0x557173464c10 0.000112
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x557173464c10 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4600 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so malloc 72 0x5571735d47f0 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4910 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4910 void 0.000116
+gallium_dri.so malloc 72 0x5571735d49c0 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49c0 0.000111
+gallium_dri.so free 0x55717358dc80 void 0.000115
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000113
+gallium_dri.so free 0x55717358dd00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ddb0 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000109
+gallium_dri.so free 0x55717358df00 void 0.000116
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000113
+gallium_dri.so free 0x55717358dfc0 void 0.000115
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358e030 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x55717358e030 void 0.000113
+gallium_dri.so malloc 72 0x55717358e030 0.000113
+gallium_dri.so free 0x557173590240 void 0.000116
+gallium_dri.so free 0x55717358e030 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590300 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000114
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000112
+gallium_dri.so malloc 72 0x557173590240 0.000112
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000118
+gallium_dri.so malloc 72 0x557173590430 0.000122
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x557173590550 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000115
+gallium_dri.so free 0x557173590550 void 0.000166
+gallium_dri.so malloc 72 0x557173590620 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x557173590620 void 0.000121
+gallium_dri.so malloc 72 0x557173590620 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x557173590620 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2070 0.000113
+gallium_dri.so free 0x5571735d20c0 void 0.000116
+gallium_dri.so free 0x5571735d2070 void 0.000179
+gallium_dri.so malloc 72 0x5571735d2070 0.000250
+gallium_dri.so free 0x5571735d21c0 void 0.000239
+gallium_dri.so free 0x5571735d2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2170 0.000114
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2230 0.000113
+gallium_dri.so free 0x5571735d22c0 void 0.000114
+gallium_dri.so free 0x5571735d2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2230 0.000116
+gallium_dri.so free 0x5571735d2380 void 0.000115
+gallium_dri.so free 0x5571735d2230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d23d0 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x5571735d23d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23d0 0.000131
+gallium_dri.so free 0x55717358b6c0 void 0.000120
+gallium_dri.so free 0x5571735d23d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6c0 0.000120
+gallium_dri.so free 0x55717358b780 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6c0 0.000112
+gallium_dri.so free 0x55717358b840 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8b0 0.000113
+gallium_dri.so free 0x55717358b980 void 0.000115
+gallium_dri.so free 0x55717358b8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b9d0 0.000115
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so free 0x55717358b9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba80 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x55717358ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba80 0.000112
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so free 0x55717358ba80 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000113
+gallium_dri.so free 0x557173466ec0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000122
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173466f70 0.000113
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173466f70 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000113
+gallium_dri.so free 0x5571734670c0 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000113
+gallium_dri.so free 0x557173467180 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671f0 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000113
+gallium_dri.so free 0x55717360b580 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000113
+gallium_dri.so free 0x55717360b640 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000119
+gallium_dri.so free 0x55717360b700 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6b0 0.000121
+gallium_dri.so free 0x55717360b780 void 0.000114
+gallium_dri.so free 0x55717360b6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b7d0 0.000113
+gallium_dri.so free 0x55717360b840 void 0.000113
+gallium_dri.so free 0x55717360b7d0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b8a0 0.000124
+gallium_dri.so free 0x557173589080 void 0.000121
+gallium_dri.so free 0x55717360b8a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b8a0 0.000114
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x55717360b8a0 void 0.000118
+gallium_dri.so malloc 72 0x557173589130 0.000113
+gallium_dri.so free 0x557173589180 void 0.000114
+gallium_dri.so free 0x557173589130 void 0.000112
+gallium_dri.so malloc 72 0x557173589130 0.000114
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so free 0x557173589130 void 0.000113
+gallium_dri.so malloc 72 0x557173589230 0.000113
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x557173589230 void 0.000113
+gallium_dri.so malloc 72 0x5571735892f0 0.000113
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so free 0x5571735892f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735892f0 0.000115
+gallium_dri.so free 0x557173589440 void 0.000114
+gallium_dri.so free 0x5571735892f0 void 0.000112
+gallium_dri.so malloc 72 0x557173589490 0.000115
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x557173589490 void 0.000113
+gallium_dri.so malloc 72 0x557173589490 0.000112
+gallium_dri.so free 0x557173603380 void 0.000113
+gallium_dri.so free 0x557173589490 void 0.000113
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x557173603440 void 0.000114
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000114
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000112
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603570 0.000114
+gallium_dri.so free 0x557173603640 void 0.000114
+gallium_dri.so free 0x557173603570 void 0.000112
+gallium_dri.so malloc 72 0x557173603690 0.000113
+gallium_dri.so free 0x557173603700 void 0.000115
+gallium_dri.so free 0x557173603690 void 0.000115
+gallium_dri.so malloc 72 0x557173603740 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x557173603740 void 0.000112
+gallium_dri.so malloc 72 0x557173603740 0.000114
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x557173603740 void 0.000113
+gallium_dri.so malloc 72 0x557173605970 0.000164
+gallium_dri.so free 0x5571736059c0 void 0.000115
+gallium_dri.so free 0x557173605970 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000112
+gallium_dri.so free 0x557173605ac0 void 0.000114
+gallium_dri.so free 0x557173605970 void 0.000113
+gallium_dri.so malloc 72 0x557173605a70 0.000112
+gallium_dri.so free 0x557173605b80 void 0.000115
+gallium_dri.so free 0x557173605a70 void 0.000114
+gallium_dri.so malloc 72 0x557173605b30 0.000113
+gallium_dri.so free 0x557173605bc0 void 0.000114
+gallium_dri.so free 0x557173605b30 void 0.000112
+gallium_dri.so malloc 72 0x557173605b30 0.000112
+gallium_dri.so free 0x557173605c80 void 0.000115
+gallium_dri.so free 0x557173605b30 void 0.000119
+gallium_dri.so malloc 72 0x557173605cf0 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173605cf0 0.000112
+gallium_dri.so free 0x557173607f00 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x557173607fc0 void 0.000114
+gallium_dri.so free 0x557173607f00 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000112
+gallium_dri.so free 0x557173608080 void 0.000114
+gallium_dri.so free 0x557173607f00 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000121
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x5571736080f0 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000115
+gallium_dri.so free 0x5571736080f0 void 0.000112
+gallium_dri.so malloc 72 0x557173608210 0.000114
+gallium_dri.so free 0x557173608280 void 0.000116
+gallium_dri.so free 0x557173608210 void 0.000113
+gallium_dri.so malloc 72 0x5571736082e0 0.000116
+gallium_dri.so free 0x5571735cfa00 void 0.000114
+gallium_dri.so free 0x5571736082e0 void 0.000113
+gallium_dri.so malloc 72 0x5571736082e0 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so free 0x5571736082e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfb00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000112
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so free 0x5571735cfbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc70 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000116
+gallium_dri.so free 0x5571735cfc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfc70 0.000113
+gallium_dri.so free 0x5571735cfdc0 void 0.000127
+gallium_dri.so free 0x5571735cfc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe10 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so free 0x5571735cfe10 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe10 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000115
+gallium_dri.so free 0x5571735cfe10 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9c0 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735df9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df9c0 0.000112
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9c0 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcd0 0.000112
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfcd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000115
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd80 0.000113
+gallium_dri.so free 0x5571735dfe80 void 0.000161
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000115
+gallium_dri.so free 0x5571735dfeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dfeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0070 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735e0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0070 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so free 0x5571735e0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0230 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0230 0.000113
+gallium_dri.so free 0x5571735e0380 void 0.000114
+gallium_dri.so free 0x5571735e0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so free 0x5571735e0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e03f0 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000113
+gallium_dri.so free 0x5571735e03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03f0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0580 0.000113
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0600 0.000115
+gallium_dri.so free 0x5571735e06c0 void 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0600 0.000112
+gallium_dri.so free 0x5571735e0780 void 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e07a0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e07a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07f0 0.000113
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so free 0x5571735e07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07f0 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e07f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0940 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0940 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000115
+gallium_dri.so free 0x5571735e0940 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0940 0.000115
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so free 0x5571735e0940 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0b30 0.000204
+gallium_dri.so free 0x5571735e0c40 void 0.000253
+gallium_dri.so free 0x5571735e0b30 void 0.000269
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000273
+gallium_dri.so free 0x5571735e0cc0 void 0.000282
+gallium_dri.so free 0x5571735e0bf0 void 0.000282
+gallium_dri.so malloc 72 0x5571735e0d10 0.000225
+gallium_dri.so free 0x5571735e0d80 void 0.000204
+gallium_dri.so free 0x5571735e0d10 void 0.000169
+gallium_dri.so malloc 72 0x5571735e0da0 0.000123
+gallium_dri.so free 0x5571735e0e80 void 0.000121
+gallium_dri.so free 0x5571735e0da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000118
+gallium_dri.so free 0x5571735e0f00 void 0.000120
+gallium_dri.so free 0x5571735e0eb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000121
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so free 0x5571735e0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000120
+gallium_dri.so free 0x5571735e0fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1070 0.000123
+gallium_dri.so free 0x5571735e1140 void 0.000122
+gallium_dri.so free 0x5571735e1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1160 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1160 void 0.000119
+gallium_dri.so malloc 72 0x5571735e11b0 0.000118
+gallium_dri.so free 0x5571735e1280 void 0.000121
+gallium_dri.so free 0x5571735e11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e11b0 0.000118
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so free 0x5571735e11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1300 0.000119
+gallium_dri.so free 0x5571735e13c0 void 0.000119
+gallium_dri.so free 0x5571735e1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1300 0.000119
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1300 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000130
+gallium_dri.so free 0x5571735e1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e14f0 0.000119
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so free 0x5571735e14f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e14f0 0.000118
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so free 0x5571735e14f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x5571735e1700 void 0.000119
+gallium_dri.so free 0x5571735e15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e16b0 0.000122
+gallium_dri.so free 0x5571735e1740 void 0.000125
+gallium_dri.so free 0x5571735e16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16b0 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e16b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1840 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000122
+gallium_dri.so free 0x5571735e1840 void 0.000125
+gallium_dri.so malloc 72 0x5571735e18c0 0.000130
+gallium_dri.so free 0x5571735e1980 void 0.000130
+gallium_dri.so free 0x5571735e18c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e18c0 0.000130
+gallium_dri.so free 0x5571735e1a40 void 0.000130
+gallium_dri.so free 0x5571735e18c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1a60 0.000130
+gallium_dri.so free 0x5571735e1b00 void 0.000164
+gallium_dri.so free 0x5571735e1a60 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000129
+gallium_dri.so free 0x5571735e1b80 void 0.000125
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000128
+gallium_dri.so free 0x5571735e1c00 void 0.000121
+gallium_dri.so free 0x5571735e1ab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1c00 0.000123
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c00 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000123
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c00 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000127
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1df0 0.000121
+gallium_dri.so free 0x5571735e1f00 void 0.000124
+gallium_dri.so free 0x5571735e1df0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000156
+gallium_dri.so free 0x5571735e1f80 void 0.000158
+gallium_dri.so free 0x5571735e1eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1fd0 0.000122
+gallium_dri.so free 0x5571735e2040 void 0.000124
+gallium_dri.so free 0x5571735e1fd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2060 0.000122
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735e2060 void 0.000125
+gallium_dri.so malloc 72 0x5571735e20b0 0.000119
+gallium_dri.so free 0x5571735e2180 void 0.000121
+gallium_dri.so free 0x5571735e20b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e20b0 0.000123
+gallium_dri.so free 0x5571735e2200 void 0.000119
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2200 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2200 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000116
+gallium_dri.so free 0x5571735e2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000124
+gallium_dri.so free 0x5571735e2400 void 0.000135
+gallium_dri.so free 0x5571735e2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2370 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000116
+gallium_dri.so free 0x5571735e2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2500 0.000125
+gallium_dri.so free 0x5571735e2580 void 0.000123
+gallium_dri.so free 0x5571735e2500 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2580 0.000123
+gallium_dri.so free 0x5571735e2640 void 0.000125
+gallium_dri.so free 0x5571735e2580 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2580 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26f0 0.000123
+gallium_dri.so free 0x5571735e2740 void 0.000123
+gallium_dri.so free 0x5571735e26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2880 0.000115
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2900 0.000205
+gallium_dri.so free 0x5571735e29c0 void 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2900 0.000124
+gallium_dri.so free 0x5571735e2a40 void 0.000125
+gallium_dri.so free 0x5571735e2900 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2a70 0.000126
+gallium_dri.so free 0x5571735e2ac0 void 0.000120
+gallium_dri.so free 0x5571735e2a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2a70 0.000125
+gallium_dri.so free 0x5571735e2bc0 void 0.000121
+gallium_dri.so free 0x5571735e2a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2b70 0.000130
+gallium_dri.so free 0x5571735e2c80 void 0.000130
+gallium_dri.so free 0x5571735e2b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2c30 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000126
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c30 0.000126
+gallium_dri.so free 0x5571735e2dc0 void 0.000125
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c30 0.000130
+gallium_dri.so free 0x5571735e2e80 void 0.000127
+gallium_dri.so free 0x5571735e2c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2e30 0.000128
+gallium_dri.so free 0x5571735e2f00 void 0.000128
+gallium_dri.so free 0x5571735e2e30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2f50 0.000125
+gallium_dri.so free 0x5571735e2fc0 void 0.000119
+gallium_dri.so free 0x5571735e2f50 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000124
+gallium_dri.so free 0x5571735e3080 void 0.000126
+gallium_dri.so free 0x5571735e2fe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3030 0.000120
+gallium_dri.so free 0x5571735e3100 void 0.000124
+gallium_dri.so free 0x5571735e3030 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3100 0.000119
+gallium_dri.so free 0x5571735e31c0 void 0.000124
+gallium_dri.so free 0x5571735e3100 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3100 0.000132
+gallium_dri.so free 0x5571735e3240 void 0.000165
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3240 0.000129
+gallium_dri.so free 0x5571735e3300 void 0.000153
+gallium_dri.so free 0x5571735e3240 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3240 0.000131
+gallium_dri.so free 0x5571735e33c0 void 0.000130
+gallium_dri.so free 0x5571735e3240 void 0.000164
+gallium_dri.so malloc 72 0x5571735e3240 0.000129
+gallium_dri.so free 0x5571735e3480 void 0.000124
+gallium_dri.so free 0x5571735e3240 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3430 0.000130
+gallium_dri.so free 0x5571735e3500 void 0.000129
+gallium_dri.so free 0x5571735e3430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3550 0.000124
+gallium_dri.so free 0x5571735e35c0 void 0.000125
+gallium_dri.so free 0x5571735e3550 void 0.000135
+gallium_dri.so malloc 72 0x5571735e3600 0.000125
+gallium_dri.so free 0x5571735e3680 void 0.000129
+gallium_dri.so free 0x5571735e3600 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3600 0.000123
+gallium_dri.so free 0x5571735e3700 void 0.000120
+gallium_dri.so free 0x5571735e3600 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3730 0.000129
+gallium_dri.so free 0x5571735e3780 void 0.000138
+gallium_dri.so free 0x5571735e3730 void 0.000167
+gallium_dri.so malloc 72 0x5571735e3730 0.000127
+gallium_dri.so free 0x5571735fc340 void 0.000132
+gallium_dri.so free 0x5571735e3730 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc340 0.000129
+gallium_dri.so free 0x5571735fc400 void 0.000129
+gallium_dri.so free 0x5571735fc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc340 0.000129
+gallium_dri.so free 0x5571735fc480 void 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000129
+gallium_dri.so free 0x5571735fc500 void 0.000125
+gallium_dri.so free 0x5571735fc4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000125
+gallium_dri.so free 0x5571735fc600 void 0.000129
+gallium_dri.so free 0x5571735fc4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc640 0.000119
+gallium_dri.so free 0x5571735fc6c0 void 0.000121
+gallium_dri.so free 0x5571735fc640 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000131
+gallium_dri.so free 0x5571735fc780 void 0.000133
+gallium_dri.so free 0x5571735fc6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000129
+gallium_dri.so free 0x5571735fc800 void 0.000129
+gallium_dri.so free 0x5571735fc6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc830 0.000120
+gallium_dri.so free 0x5571735fc880 void 0.000124
+gallium_dri.so free 0x5571735fc830 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc830 0.000118
+gallium_dri.so free 0x5571735fc980 void 0.000120
+gallium_dri.so free 0x5571735fc830 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc930 0.000129
+gallium_dri.so free 0x5571735fca40 void 0.000129
+gallium_dri.so free 0x5571735fc930 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000125
+gallium_dri.so free 0x5571735fcac0 void 0.000126
+gallium_dri.so free 0x5571735fc9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000124
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000125
+gallium_dri.so free 0x5571735fcc40 void 0.000173
+gallium_dri.so free 0x5571735fc9f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000130
+gallium_dri.so free 0x5571735fccc0 void 0.000165
+gallium_dri.so free 0x5571735fcbf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcd10 0.000125
+gallium_dri.so free 0x5571735fcd80 void 0.000126
+gallium_dri.so free 0x5571735fcd10 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcda0 0.000123
+gallium_dri.so free 0x5571735fce40 void 0.000119
+gallium_dri.so free 0x5571735fcda0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000128
+gallium_dri.so free 0x5571735fcec0 void 0.000131
+gallium_dri.so free 0x5571735fcdf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcec0 0.000125
+gallium_dri.so free 0x5571735fcf80 void 0.000123
+gallium_dri.so free 0x5571735fcec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcec0 0.000130
+gallium_dri.so free 0x5571735fd000 void 0.000130
+gallium_dri.so free 0x5571735fcec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd000 0.000130
+gallium_dri.so free 0x5571735fd0c0 void 0.000137
+gallium_dri.so free 0x5571735fd000 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd000 0.000128
+gallium_dri.so free 0x5571735fd180 void 0.000124
+gallium_dri.so free 0x5571735fd000 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd000 0.000126
+gallium_dri.so free 0x5571735fd240 void 0.000130
+gallium_dri.so free 0x5571735fd000 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000126
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so free 0x5571735fd1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd310 0.000129
+gallium_dri.so free 0x5571735fd380 void 0.000131
+gallium_dri.so free 0x5571735fd310 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000129
+gallium_dri.so free 0x5571735fd440 void 0.000129
+gallium_dri.so free 0x5571735fd3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000124
+gallium_dri.so free 0x5571735fd4c0 void 0.000130
+gallium_dri.so free 0x5571735fd3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000120
+gallium_dri.so free 0x5571735fd540 void 0.000124
+gallium_dri.so free 0x5571735fd4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000130
+gallium_dri.so free 0x5571735fd640 void 0.000130
+gallium_dri.so free 0x5571735fd4f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000130
+gallium_dri.so free 0x5571735fd700 void 0.000129
+gallium_dri.so free 0x5571735fd5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000130
+gallium_dri.so free 0x5571735fd740 void 0.000130
+gallium_dri.so free 0x5571735fd6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000125
+gallium_dri.so free 0x5571735fd800 void 0.000127
+gallium_dri.so free 0x5571735fd6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd870 0.000125
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x5571735fd870 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd870 0.000124
+gallium_dri.so free 0x5571735fd9c0 void 0.000120
+gallium_dri.so free 0x5571735fd870 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd970 0.000129
+gallium_dri.so free 0x5571735fda80 void 0.000190
+gallium_dri.so free 0x5571735fd970 void 0.000131
+gallium_dri.so malloc 72 0x5571735fda30 0.000134
+gallium_dri.so free 0x5571735fdac0 void 0.000125
+gallium_dri.so free 0x5571735fda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda30 0.000125
+gallium_dri.so free 0x5571735fdb80 void 0.000124
+gallium_dri.so free 0x5571735fda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000120
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdc40 0.000129
+gallium_dri.so free 0x5571735fdd00 void 0.000131
+gallium_dri.so free 0x5571735fdc40 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdc40 0.000125
+gallium_dri.so free 0x5571735fddc0 void 0.000120
+gallium_dri.so free 0x5571735fdc40 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdde0 0.000124
+gallium_dri.so free 0x5571735fde80 void 0.000121
+gallium_dri.so free 0x5571735fdde0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fde30 0.000129
+gallium_dri.so free 0x5571735fdf00 void 0.000130
+gallium_dri.so free 0x5571735fde30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fde30 0.000125
+gallium_dri.so free 0x5571735fdf80 void 0.000126
+gallium_dri.so free 0x5571735fde30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdf80 0.000125
+gallium_dri.so free 0x5571735fe040 void 0.000126
+gallium_dri.so free 0x5571735fdf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdf80 0.000124
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdf80 0.000128
+gallium_dri.so free 0x5571735fe1c0 void 0.000126
+gallium_dri.so free 0x5571735fdf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe170 0.000121
+gallium_dri.so free 0x5571735fe280 void 0.000125
+gallium_dri.so free 0x5571735fe170 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe230 0.000124
+gallium_dri.so free 0x5571735fe300 void 0.000129
+gallium_dri.so free 0x5571735fe230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe350 0.000128
+gallium_dri.so free 0x5571735fe3c0 void 0.000130
+gallium_dri.so free 0x5571735fe350 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe3e0 0.000130
+gallium_dri.so free 0x5571735fe480 void 0.000127
+gallium_dri.so free 0x5571735fe3e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe430 0.000125
+gallium_dri.so free 0x5571735fe500 void 0.000130
+gallium_dri.so free 0x5571735fe430 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe430 0.000131
+gallium_dri.so free 0x5571735fe580 void 0.000128
+gallium_dri.so free 0x5571735fe430 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe580 0.000130
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so free 0x5571735fe580 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe580 0.000126
+gallium_dri.so free 0x5571735fe740 void 0.000130
+gallium_dri.so free 0x5571735fe580 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000132
+gallium_dri.so free 0x5571735fe780 void 0.000130
+gallium_dri.so free 0x5571735fe6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000129
+gallium_dri.so free 0x5571735fe840 void 0.000125
+gallium_dri.so free 0x5571735fe6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe880 0.000168
+gallium_dri.so free 0x5571735fe900 void 0.000168
+gallium_dri.so free 0x5571735fe880 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe900 0.000129
+gallium_dri.so free 0x5571735fe9c0 void 0.000130
+gallium_dri.so free 0x5571735fe900 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe900 0.000120
+gallium_dri.so free 0x5571735fea40 void 0.000120
+gallium_dri.so free 0x5571735fe900 void 0.000124
+gallium_dri.so malloc 72 0x5571735fea70 0.000130
+gallium_dri.so free 0x5571735feac0 void 0.000129
+gallium_dri.so free 0x5571735fea70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fea70 0.000126
+gallium_dri.so free 0x5571735febc0 void 0.000129
+gallium_dri.so free 0x5571735fea70 void 0.000147
+gallium_dri.so malloc 72 0x5571735fec00 0.000133
+gallium_dri.so free 0x5571735fec80 void 0.000131
+gallium_dri.so free 0x5571735fec00 void 0.000128
+gallium_dri.so malloc 72 0x5571735fec80 0.000131
+gallium_dri.so free 0x5571735fed40 void 0.000130
+gallium_dri.so free 0x5571735fec80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fec80 0.000129
+gallium_dri.so free 0x5571735fedc0 void 0.000129
+gallium_dri.so free 0x5571735fec80 void 0.000138
+gallium_dri.so malloc 72 0x5571735fedf0 0.000131
+gallium_dri.so free 0x5571735fee40 void 0.000129
+gallium_dri.so free 0x5571735fedf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fedf0 0.000130
+gallium_dri.so free 0x5571735fef40 void 0.000129
+gallium_dri.so free 0x5571735fedf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735feef0 0.000119
+gallium_dri.so free 0x5571735ff000 void 0.000121
+gallium_dri.so free 0x5571735feef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fefb0 0.000130
+gallium_dri.so free 0x5571735ff080 void 0.000130
+gallium_dri.so free 0x5571735fefb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x5571735ff140 void 0.000126
+gallium_dri.so free 0x5571735fefb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fefb0 0.000129
+gallium_dri.so free 0x5571735ff200 void 0.000125
+gallium_dri.so free 0x5571735fefb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000131
+gallium_dri.so free 0x5571735ff280 void 0.000131
+gallium_dri.so free 0x5571735ff1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000129
+gallium_dri.so free 0x5571735ff340 void 0.000130
+gallium_dri.so free 0x5571735ff2d0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ff360 0.000124
+gallium_dri.so free 0x5571735ff400 void 0.000121
+gallium_dri.so free 0x5571735ff360 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000128
+gallium_dri.so free 0x5571735ff480 void 0.000130
+gallium_dri.so free 0x5571735ff3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff480 0.000128
+gallium_dri.so free 0x5571735ff540 void 0.000124
+gallium_dri.so free 0x5571735ff480 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff480 0.000119
+gallium_dri.so free 0x5571735ff5c0 void 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000122
+gallium_dri.so free 0x5571735ff680 void 0.000122
+gallium_dri.so free 0x5571735ff5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000121
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so free 0x5571735ff5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000124
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000119
+gallium_dri.so free 0x5571735ff880 void 0.000126
+gallium_dri.so free 0x5571735ff7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000160
+gallium_dri.so free 0x5571735ff940 void 0.000120
+gallium_dri.so free 0x5571735ff8d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff980 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000113
+gallium_dri.so free 0x5571735ff980 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff980 0.000112
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffab0 0.000113
+gallium_dri.so free 0x5571735ffb00 void 0.000114
+gallium_dri.so free 0x5571735ffab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffab0 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000113
+gallium_dri.so free 0x5571735ffab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000112
+gallium_dri.so free 0x5571735ffcc0 void 0.000113
+gallium_dri.so free 0x5571735ffbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000115
+gallium_dri.so free 0x5571735ffc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc70 0.000112
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so free 0x5571735ffe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735fff80 void 0.000140
+gallium_dri.so free 0x5571735ffe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000112
+gallium_dri.so free 0x557173600040 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffff0 0.000115
+gallium_dri.so free 0x557173600080 void 0.000121
+gallium_dri.so free 0x5571735ffff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so free 0x5571735ffff0 void 0.000113
+gallium_dri.so malloc 72 0x557173600180 0.000113
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so free 0x557173600180 void 0.000112
+gallium_dri.so malloc 72 0x557173600200 0.000115
+gallium_dri.so free 0x5571736002c0 void 0.000113
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000112
+gallium_dri.so free 0x557173600380 void 0.000115
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so malloc 72 0x5571736003a0 0.000113
+gallium_dri.so free 0x557173600440 void 0.000114
+gallium_dri.so free 0x5571736003a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736003f0 0.000112
+gallium_dri.so free 0x5571736004c0 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736003f0 0.000113
+gallium_dri.so free 0x557173600540 void 0.000136
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000113
+gallium_dri.so free 0x557173600600 void 0.000113
+gallium_dri.so free 0x557173600540 void 0.000112
+gallium_dri.so malloc 72 0x557173600540 0.000112
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x557173600730 0.000112
+gallium_dri.so free 0x557173600840 void 0.000113
+gallium_dri.so free 0x557173600730 void 0.000112
+gallium_dri.so malloc 72 0x5571736007f0 0.000113
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600910 0.000113
+gallium_dri.so free 0x557173600980 void 0.000114
+gallium_dri.so free 0x557173600910 void 0.000113
+gallium_dri.so malloc 72 0x5571736009a0 0.000113
+gallium_dri.so free 0x557173600a40 void 0.000114
+gallium_dri.so free 0x5571736009a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000113
+gallium_dri.so free 0x5571736009f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600b40 void 0.000113
+gallium_dri.so free 0x5571736009f0 void 0.000162
+gallium_dri.so malloc 72 0x557173600b40 0.000115
+gallium_dri.so free 0x557173600c00 void 0.000114
+gallium_dri.so free 0x557173600b40 void 0.000115
+gallium_dri.so malloc 72 0x557173600b40 0.000113
+gallium_dri.so free 0x557173600d00 void 0.000113
+gallium_dri.so free 0x557173600b40 void 0.000113
+gallium_dri.so malloc 72 0x557173600cb0 0.000113
+gallium_dri.so free 0x557173600d40 void 0.000115
+gallium_dri.so free 0x557173600cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600cb0 0.000112
+gallium_dri.so free 0x557173600e00 void 0.000113
+gallium_dri.so free 0x557173600cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173600e40 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e40 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000113
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173600ec0 0.000112
+gallium_dri.so free 0x557173601000 void 0.000119
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173601030 0.000114
+gallium_dri.so free 0x557173601080 void 0.000114
+gallium_dri.so free 0x557173601030 void 0.000112
+gallium_dri.so malloc 72 0x557173601030 0.000112
+gallium_dri.so free 0x557173601180 void 0.000115
+gallium_dri.so free 0x557173601030 void 0.000125
+gallium_dri.so malloc 72 0x5571736011c0 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000114
+gallium_dri.so free 0x5571735daa80 void 0.000114
+gallium_dri.so free 0x5571735daa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa30 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000112
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabf0 0.000112
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dadf0 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf10 0.000113
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so free 0x5571735daf10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dafa0 0.000113
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so free 0x5571735dafa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735daff0 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000114
+gallium_dri.so free 0x5571735daff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0c0 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0c0 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so free 0x5571735db0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db3f0 0.000157
+gallium_dri.so free 0x5571735db4c0 void 0.000116
+gallium_dri.so free 0x5571735db3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db510 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000113
+gallium_dri.so free 0x5571735db510 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5c0 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000115
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6f0 0.000114
+gallium_dri.so free 0x5571735db740 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db6f0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000112
+gallium_dri.so free 0x5571735db6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7f0 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000112
+gallium_dri.so free 0x5571735db7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db8b0 0.000113
+gallium_dri.so free 0x5571735db940 void 0.000114
+gallium_dri.so free 0x5571735db8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db8b0 0.000112
+gallium_dri.so free 0x5571735dba00 void 0.000113
+gallium_dri.so free 0x5571735db8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbac0 void 0.000116
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba70 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dba70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbdc0 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735dbdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbe40 0.000113
+gallium_dri.so free 0x5571735dbfc0 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbfe0 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000114
+gallium_dri.so free 0x5571735dbfe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc030 0.000116
+gallium_dri.so free 0x5571735dc100 void 0.000127
+gallium_dri.so free 0x5571735dc030 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc030 0.000113
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so free 0x5571735dc030 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc180 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so free 0x5571735dc180 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc180 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc180 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc180 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc370 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000114
+gallium_dri.so free 0x5571735dc370 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc430 0.000113
+gallium_dri.so free 0x5571735dc500 void 0.000113
+gallium_dri.so free 0x5571735dc430 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc550 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000120
+gallium_dri.so free 0x5571735dc550 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5e0 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc5e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc630 0.000112
+gallium_dri.so free 0x5571735dc700 void 0.000113
+gallium_dri.so free 0x5571735dc630 void 0.000164
+gallium_dri.so malloc 72 0x5571735dc630 0.000115
+gallium_dri.so free 0x5571735dc780 void 0.000113
+gallium_dri.so free 0x5571735dc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc780 0.000113
+gallium_dri.so free 0x5571735dc840 void 0.000114
+gallium_dri.so free 0x5571735dc780 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc780 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc780 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000112
+gallium_dri.so free 0x5571735dc980 void 0.000113
+gallium_dri.so free 0x5571735dc8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000112
+gallium_dri.so free 0x5571735dca40 void 0.000113
+gallium_dri.so free 0x5571735dc8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca80 0.000115
+gallium_dri.so free 0x5571735dcb00 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb00 0.000113
+gallium_dri.so free 0x5571735dcc40 void 0.000118
+gallium_dri.so free 0x5571735dcb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dccc0 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcc70 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce00 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce80 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcff0 0.000112
+gallium_dri.so free 0x5571735dd040 void 0.000114
+gallium_dri.so free 0x5571735dcff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735dd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd280 void 0.000114
+gallium_dri.so free 0x5571735dd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000124
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000112
+gallium_dri.so free 0x5571735dd480 void 0.000117
+gallium_dri.so free 0x5571735dd3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4d0 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000119
+gallium_dri.so free 0x5571735dd4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd560 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so free 0x5571735dd560 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000114
+gallium_dri.so free 0x5571735dd5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd680 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd680 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd680 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000112
+gallium_dri.so free 0x5571735dd880 void 0.000113
+gallium_dri.so free 0x5571735dd7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000113
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so free 0x5571735dd7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7c0 0.000162
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000112
+gallium_dri.so free 0x5571735dda80 void 0.000114
+gallium_dri.so free 0x5571735dd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddad0 0.000114
+gallium_dri.so free 0x5571735ddb40 void 0.000114
+gallium_dri.so free 0x5571735ddad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb80 0.000112
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb80 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000112
+gallium_dri.so free 0x5571735ddd00 void 0.000113
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dddb0 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde70 0.000112
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so free 0x5571735dde70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde70 0.000112
+gallium_dri.so free 0x5571735ddfc0 void 0.000117
+gallium_dri.so free 0x5571735dde70 void 0.000113
+gallium_dri.so malloc 72 0x5571735de030 0.000113
+gallium_dri.so free 0x5571735de080 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000112
+gallium_dri.so malloc 72 0x5571735de030 0.000112
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de030 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000113
+gallium_dri.so free 0x5571735de280 void 0.000114
+gallium_dri.so free 0x5571735de1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1f0 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so free 0x5571735de1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de380 0.000112
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so free 0x5571735de380 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000120
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000117
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5a0 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000124
+gallium_dri.so free 0x5571735de5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de5f0 0.000115
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de5f0 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so free 0x5571735de5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de740 0.000112
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000112
+gallium_dri.so malloc 72 0x5571735de740 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de740 void 0.000113
+gallium_dri.so malloc 72 0x5571735de740 0.000112
+gallium_dri.so free 0x5571735de980 void 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so malloc 72 0x5571735de930 0.000112
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so free 0x5571735de930 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9f0 0.000112
+gallium_dri.so free 0x5571735deac0 void 0.000114
+gallium_dri.so free 0x5571735de9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb10 0.000113
+gallium_dri.so free 0x5571735deb80 void 0.000114
+gallium_dri.so free 0x5571735deb10 void 0.000112
+gallium_dri.so malloc 72 0x5571735deba0 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so free 0x5571735deba0 void 0.000168
+gallium_dri.so malloc 72 0x5571735debf0 0.000114
+gallium_dri.so free 0x5571735decc0 void 0.000118
+gallium_dri.so free 0x5571735debf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735debf0 0.000113
+gallium_dri.so free 0x5571735ded40 void 0.000114
+gallium_dri.so free 0x5571735debf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded40 0.000113
+gallium_dri.so free 0x5571735dee00 void 0.000113
+gallium_dri.so free 0x5571735ded40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded40 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000114
+gallium_dri.so free 0x5571735ded40 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735def40 void 0.000113
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deeb0 0.000114
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df040 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000163
+gallium_dri.so free 0x5571735df200 void 0.000205
+gallium_dri.so free 0x5571735df0c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735df230 0.000116
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000112
+gallium_dri.so free 0x5571735df230 void 0.000119
+gallium_dri.so malloc 72 0x5571735df3c0 0.000115
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so free 0x5571735df3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df500 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000112
+gallium_dri.so malloc 72 0x5571735df440 0.000113
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5b0 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5b0 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6b0 0.000112
+gallium_dri.so free 0x5571735df7c0 void 0.000113
+gallium_dri.so free 0x5571735df6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000125
+gallium_dri.so free 0x5571735df770 void 0.000115
+gallium_dri.so malloc 72 0x5571735df770 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so free 0x5571735df770 void 0.000112
+gallium_dri.so malloc 72 0x5571735df770 0.000113
+gallium_dri.so free 0x557173469ac0 void 0.000114
+gallium_dri.so free 0x5571735df770 void 0.000113
+gallium_dri.so malloc 72 0x557173469a70 0.000113
+gallium_dri.so free 0x557173469b40 void 0.000113
+gallium_dri.so free 0x557173469a70 void 0.000112
+gallium_dri.so malloc 72 0x557173469b90 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x557173469b90 void 0.000113
+gallium_dri.so malloc 72 0x557173469c20 0.000112
+gallium_dri.so free 0x557173469cc0 void 0.000113
+gallium_dri.so free 0x557173469c20 void 0.000114
+gallium_dri.so malloc 72 0x557173469c70 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000116
+gallium_dri.so free 0x557173469c70 void 0.000112
+gallium_dri.so malloc 72 0x557173469d40 0.000118
+gallium_dri.so free 0x557173469e00 void 0.000115
+gallium_dri.so free 0x557173469d40 void 0.000113
+gallium_dri.so malloc 72 0x557173469d40 0.000113
+gallium_dri.so free 0x557173469e80 void 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000112
+gallium_dri.so malloc 72 0x557173469e80 0.000117
+gallium_dri.so free 0x557173469f40 void 0.000123
+gallium_dri.so free 0x557173469e80 void 0.000129
+gallium_dri.so malloc 72 0x557173469e80 0.000118
+gallium_dri.so free 0x55717346a000 void 0.000114
+gallium_dri.so free 0x557173469e80 void 0.000113
+gallium_dri.so malloc 72 0x557173469e80 0.000113
+gallium_dri.so free 0x55717346a0c0 void 0.000113
+gallium_dri.so free 0x557173469e80 void 0.000115
+gallium_dri.so malloc 72 0x55717346a070 0.000113
+gallium_dri.so free 0x55717346a140 void 0.000114
+gallium_dri.so free 0x55717346a070 void 0.000113
+gallium_dri.so malloc 72 0x55717346a190 0.000114
+gallium_dri.so free 0x55717346a200 void 0.000114
+gallium_dri.so free 0x55717346a190 void 0.000114
+gallium_dri.so malloc 72 0x55717346a240 0.000113
+gallium_dri.so free 0x55717346a2c0 void 0.000114
+gallium_dri.so free 0x55717346a240 void 0.000113
+gallium_dri.so malloc 72 0x55717346a240 0.000112
+gallium_dri.so free 0x55717346a340 void 0.000113
+gallium_dri.so free 0x55717346a240 void 0.000112
+gallium_dri.so malloc 72 0x55717346a370 0.000113
+gallium_dri.so free 0x55717346a3c0 void 0.000114
+gallium_dri.so free 0x55717346a370 void 0.000120
+gallium_dri.so malloc 72 0x55717346a370 0.000114
+gallium_dri.so free 0x55717346a4c0 void 0.000115
+gallium_dri.so free 0x55717346a370 void 0.000112
+gallium_dri.so malloc 72 0x55717346a470 0.000114
+gallium_dri.so free 0x55717346a580 void 0.000114
+gallium_dri.so free 0x55717346a470 void 0.000116
+gallium_dri.so malloc 72 0x55717346a530 0.000114
+gallium_dri.so free 0x55717346a5c0 void 0.000114
+gallium_dri.so free 0x55717346a530 void 0.000113
+gallium_dri.so malloc 72 0x55717346a530 0.000112
+gallium_dri.so free 0x55717346a680 void 0.000114
+gallium_dri.so free 0x55717346a530 void 0.000112
+gallium_dri.so malloc 72 0x55717346a6f0 0.000115
+gallium_dri.so free 0x55717346a740 void 0.000114
+gallium_dri.so free 0x55717346a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a6f0 0.000112
+gallium_dri.so free 0x55717346a840 void 0.000113
+gallium_dri.so free 0x55717346a6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a7f0 0.000113
+gallium_dri.so free 0x55717346a900 void 0.000113
+gallium_dri.so free 0x55717346a7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a8b0 0.000113
+gallium_dri.so free 0x55717346a940 void 0.000114
+gallium_dri.so free 0x55717346a8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a8b0 0.000113
+gallium_dri.so free 0x55717346aa00 void 0.000114
+gallium_dri.so free 0x55717346a8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346aa40 0.000113
+gallium_dri.so free 0x55717346aac0 void 0.000113
+gallium_dri.so free 0x55717346aa40 void 0.000112
+gallium_dri.so malloc 72 0x55717346aac0 0.000114
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aac0 void 0.000125
+gallium_dri.so malloc 72 0x55717346aac0 0.000178
+gallium_dri.so free 0x55717346ac40 void 0.000187
+gallium_dri.so free 0x55717346aac0 void 0.000241
+gallium_dri.so malloc 72 0x55717346ac60 0.000119
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac60 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000113
+gallium_dri.so free 0x55717346ad80 void 0.000116
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae00 0.000112
+gallium_dri.so free 0x55717346aec0 void 0.000113
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346af80 void 0.000115
+gallium_dri.so free 0x55717346ae00 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000113
+gallium_dri.so malloc 72 0x55717346aff0 0.000113
+gallium_dri.so free 0x55717346b100 void 0.000114
+gallium_dri.so free 0x55717346aff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b0b0 0.000114
+gallium_dri.so free 0x55717346b180 void 0.000116
+gallium_dri.so free 0x55717346b0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1d0 0.000114
+gallium_dri.so free 0x55717346b240 void 0.000115
+gallium_dri.so free 0x55717346b1d0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b260 0.000113
+gallium_dri.so free 0x55717346b300 void 0.000114
+gallium_dri.so free 0x55717346b260 void 0.000113
+gallium_dri.so malloc 72 0x55717346b2b0 0.000113
+gallium_dri.so free 0x55717346b380 void 0.000114
+gallium_dri.so free 0x55717346b2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b2b0 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000114
+gallium_dri.so free 0x55717346b2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b400 0.000118
+gallium_dri.so free 0x55717346b4c0 void 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000114
+gallium_dri.so malloc 72 0x55717346b400 0.000114
+gallium_dri.so free 0x55717346b5c0 void 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so malloc 72 0x55717346b570 0.000112
+gallium_dri.so free 0x55717346b600 void 0.000114
+gallium_dri.so free 0x55717346b570 void 0.000113
+gallium_dri.so malloc 72 0x55717346b570 0.000113
+gallium_dri.so free 0x55717346b6c0 void 0.000114
+gallium_dri.so free 0x55717346b570 void 0.000115
+gallium_dri.so malloc 72 0x55717346b700 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000124
+gallium_dri.so free 0x55717346b700 void 0.000113
+gallium_dri.so malloc 72 0x55717346b780 0.000114
+gallium_dri.so free 0x55717346b840 void 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000114
+gallium_dri.so malloc 72 0x55717346b780 0.000112
+gallium_dri.so free 0x55717346b8c0 void 0.000117
+gallium_dri.so free 0x55717346b780 void 0.000113
+gallium_dri.so malloc 72 0x55717346b8f0 0.000113
+gallium_dri.so free 0x55717346b940 void 0.000120
+gallium_dri.so free 0x55717346b8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b8f0 0.000120
+gallium_dri.so free 0x55717346ba40 void 0.000115
+gallium_dri.so free 0x55717346b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ba80 0.000113
+gallium_dri.so free 0x55717346bb00 void 0.000113
+gallium_dri.so free 0x55717346ba80 void 0.000115
+gallium_dri.so malloc 72 0x55717346bb00 0.000112
+gallium_dri.so free 0x55717346bbc0 void 0.000114
+gallium_dri.so free 0x55717346bb00 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb00 0.000113
+gallium_dri.so free 0x55717346bc40 void 0.000115
+gallium_dri.so free 0x55717346bb00 void 0.000112
+gallium_dri.so malloc 72 0x55717346bc70 0.000113
+gallium_dri.so free 0x55717346bcc0 void 0.000114
+gallium_dri.so free 0x55717346bc70 void 0.000113
+gallium_dri.so malloc 72 0x55717346bc70 0.000117
+gallium_dri.so free 0x55717346bdc0 void 0.000167
+gallium_dri.so free 0x55717346bc70 void 0.000115
+gallium_dri.so malloc 72 0x55717346bd70 0.000113
+gallium_dri.so free 0x55717346be80 void 0.000113
+gallium_dri.so free 0x55717346bd70 void 0.000112
+gallium_dri.so malloc 72 0x55717346be30 0.000112
+gallium_dri.so free 0x55717346bf00 void 0.000115
+gallium_dri.so free 0x55717346be30 void 0.000112
+gallium_dri.so malloc 72 0x55717346be30 0.000112
+gallium_dri.so free 0x55717346bfc0 void 0.000114
+gallium_dri.so free 0x55717346be30 void 0.000113
+gallium_dri.so malloc 72 0x55717346be30 0.000112
+gallium_dri.so free 0x55717346c080 void 0.000117
+gallium_dri.so free 0x55717346be30 void 0.000113
+gallium_dri.so malloc 72 0x55717346c030 0.000113
+gallium_dri.so free 0x55717346c100 void 0.000113
+gallium_dri.so free 0x55717346c030 void 0.000113
+gallium_dri.so malloc 72 0x55717346c150 0.000113
+gallium_dri.so free 0x55717346c1c0 void 0.000114
+gallium_dri.so free 0x55717346c150 void 0.000113
+gallium_dri.so malloc 72 0x55717346c1e0 0.000112
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so free 0x55717346c1e0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c230 0.000113
+gallium_dri.so free 0x55717346c300 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000112
+gallium_dri.so malloc 72 0x55717346c300 0.000113
+gallium_dri.so free 0x55717346c3c0 void 0.000112
+gallium_dri.so free 0x55717346c300 void 0.000115
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c440 void 0.000117
+gallium_dri.so free 0x55717346c300 void 0.000123
+gallium_dri.so malloc 72 0x55717346c440 0.000118
+gallium_dri.so free 0x55717346c500 void 0.000115
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so malloc 72 0x55717346c440 0.000112
+gallium_dri.so free 0x55717346c5c0 void 0.000161
+gallium_dri.so free 0x55717346c440 void 0.000114
+gallium_dri.so malloc 72 0x55717346c440 0.000113
+gallium_dri.so free 0x55717346c680 void 0.000139
+gallium_dri.so free 0x55717346c440 void 0.000138
+gallium_dri.so malloc 72 0x55717346c630 0.000117
+gallium_dri.so free 0x55717346c700 void 0.000113
+gallium_dri.so free 0x55717346c630 void 0.000110
+gallium_dri.so malloc 72 0x55717346c750 0.000110
+gallium_dri.so free 0x55717346c7c0 void 0.000115
+gallium_dri.so free 0x55717346c750 void 0.000117
+gallium_dri.so malloc 72 0x55717346c800 0.000116
+gallium_dri.so free 0x55717346c880 void 0.000111
+gallium_dri.so free 0x55717346c800 void 0.000110
+gallium_dri.so malloc 72 0x55717346c800 0.000109
+gallium_dri.so free 0x55717346c900 void 0.000110
+gallium_dri.so free 0x55717346c800 void 0.000111
+gallium_dri.so malloc 72 0x55717346c930 0.000125
+gallium_dri.so free 0x55717346c980 void 0.000123
+gallium_dri.so free 0x55717346c930 void 0.000121
+gallium_dri.so malloc 72 0x55717346c930 0.000119
+gallium_dri.so free 0x55717346ca80 void 0.000113
+gallium_dri.so free 0x55717346c930 void 0.000110
+gallium_dri.so malloc 72 0x55717346ca30 0.000111
+gallium_dri.so free 0x55717346cb40 void 0.000110
+gallium_dri.so free 0x55717346ca30 void 0.000111
+gallium_dri.so malloc 72 0x55717346caf0 0.000110
+gallium_dri.so free 0x55717346cb80 void 0.000111
+gallium_dri.so free 0x55717346caf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346caf0 0.000110
+gallium_dri.so free 0x55717346cc40 void 0.000110
+gallium_dri.so free 0x55717346caf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346ccb0 0.000110
+gallium_dri.so free 0x55717346cd00 void 0.000114
+gallium_dri.so free 0x55717346ccb0 void 0.000110
+gallium_dri.so malloc 72 0x55717346ccb0 0.000111
+gallium_dri.so free 0x55717346ce00 void 0.000109
+gallium_dri.so free 0x55717346ccb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346cdb0 0.000115
+gallium_dri.so free 0x55717346cec0 void 0.000120
+gallium_dri.so free 0x55717346cdb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346ce70 0.000114
+gallium_dri.so free 0x55717346cf00 void 0.000112
+gallium_dri.so free 0x55717346ce70 void 0.000110
+gallium_dri.so malloc 72 0x55717346ce70 0.000217
+gallium_dri.so free 0x55717346cfc0 void 0.000155
+gallium_dri.so free 0x55717346ce70 void 0.000183
+gallium_dri.so malloc 72 0x55717346d000 0.000111
+gallium_dri.so free 0x55717346d080 void 0.000112
+gallium_dri.so free 0x55717346d000 void 0.000110
+gallium_dri.so malloc 72 0x55717346d080 0.000111
+gallium_dri.so free 0x55717346d140 void 0.000110
+gallium_dri.so free 0x55717346d080 void 0.000110
+gallium_dri.so malloc 72 0x55717346d080 0.000111
+gallium_dri.so free 0x55717346d200 void 0.000111
+gallium_dri.so free 0x55717346d080 void 0.000110
+gallium_dri.so malloc 72 0x55717346d220 0.000109
+gallium_dri.so free 0x55717346d2c0 void 0.000109
+gallium_dri.so free 0x55717346d220 void 0.000131
+gallium_dri.so malloc 72 0x55717346d270 0.000111
+gallium_dri.so free 0x55717346d340 void 0.000112
+gallium_dri.so free 0x55717346d270 void 0.000111
+gallium_dri.so malloc 72 0x55717346d270 0.000110
+gallium_dri.so free 0x55717346d3c0 void 0.000110
+gallium_dri.so free 0x55717346d270 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3c0 0.000115
+gallium_dri.so free 0x55717346d480 void 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d3c0 0.000110
+gallium_dri.so free 0x55717346d540 void 0.000111
+gallium_dri.so free 0x55717346d3c0 void 0.000134
+gallium_dri.so malloc 72 0x55717346d3c0 0.000116
+gallium_dri.so free 0x55717346d600 void 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d5b0 0.000110
+gallium_dri.so free 0x55717346d6c0 void 0.000111
+gallium_dri.so free 0x55717346d5b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d670 0.000111
+gallium_dri.so free 0x55717346d740 void 0.000110
+gallium_dri.so free 0x55717346d670 void 0.000110
+gallium_dri.so malloc 72 0x55717346d790 0.000111
+gallium_dri.so free 0x55717346d800 void 0.000110
+gallium_dri.so free 0x55717346d790 void 0.000110
+gallium_dri.so malloc 72 0x55717346d820 0.000110
+gallium_dri.so free 0x55717346d8c0 void 0.000109
+gallium_dri.so free 0x55717346d820 void 0.000113
+gallium_dri.so malloc 72 0x55717346d870 0.000110
+gallium_dri.so free 0x55717346d940 void 0.000110
+gallium_dri.so free 0x55717346d870 void 0.000111
+gallium_dri.so malloc 72 0x55717346d870 0.000110
+gallium_dri.so free 0x55717346d9c0 void 0.000110
+gallium_dri.so free 0x55717346d870 void 0.000110
+gallium_dri.so malloc 72 0x55717346d9c0 0.000115
+gallium_dri.so free 0x55717346da80 void 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d9c0 0.000110
+gallium_dri.so free 0x55717346db80 void 0.000110
+gallium_dri.so free 0x55717346d9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346db30 0.000131
+gallium_dri.so free 0x55717346dbc0 void 0.000124
+gallium_dri.so free 0x55717346db30 void 0.000115
+gallium_dri.so malloc 72 0x55717346db30 0.000112
+gallium_dri.so free 0x55717346dc80 void 0.000113
+gallium_dri.so free 0x55717346db30 void 0.000110
+gallium_dri.so malloc 72 0x55717346dcc0 0.000114
+gallium_dri.so free 0x55717346dd40 void 0.000111
+gallium_dri.so free 0x55717346dcc0 void 0.000110
+gallium_dri.so malloc 72 0x55717346dd40 0.000111
+gallium_dri.so free 0x55717346de00 void 0.000109
+gallium_dri.so free 0x55717346dd40 void 0.000111
+gallium_dri.so malloc 72 0x55717346dd40 0.000110
+gallium_dri.so free 0x55717346de80 void 0.000111
+gallium_dri.so free 0x55717346dd40 void 0.000157
+gallium_dri.so malloc 72 0x55717346deb0 0.000149
+gallium_dri.so free 0x55717346df00 void 0.000118
+gallium_dri.so free 0x55717346deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346deb0 0.000151
+gallium_dri.so free 0x55717346e000 void 0.000148
+gallium_dri.so free 0x55717346deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e040 0.000167
+gallium_dri.so free 0x55717346e0c0 void 0.000119
+gallium_dri.so free 0x55717346e040 void 0.000117
+gallium_dri.so malloc 72 0x55717346e0c0 0.000114
+gallium_dri.so free 0x55717346e180 void 0.000114
+gallium_dri.so free 0x55717346e0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e0c0 0.000113
+gallium_dri.so free 0x55717346e200 void 0.000111
+gallium_dri.so free 0x55717346e0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e230 0.000115
+gallium_dri.so free 0x55717346e280 void 0.000118
+gallium_dri.so free 0x55717346e230 void 0.000117
+gallium_dri.so malloc 72 0x55717346e230 0.000118
+gallium_dri.so free 0x55717346e380 void 0.000117
+gallium_dri.so free 0x55717346e230 void 0.000117
+gallium_dri.so malloc 72 0x55717346e330 0.000112
+gallium_dri.so free 0x55717346e440 void 0.000112
+gallium_dri.so free 0x55717346e330 void 0.000113
+gallium_dri.so malloc 72 0x55717346e3f0 0.000113
+gallium_dri.so free 0x55717346e4c0 void 0.000113
+gallium_dri.so free 0x55717346e3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e3f0 0.000117
+gallium_dri.so free 0x55717346e580 void 0.000116
+gallium_dri.so free 0x55717346e3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346e3f0 0.000115
+gallium_dri.so free 0x55717346e640 void 0.000114
+gallium_dri.so free 0x55717346e3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e5f0 0.000114
+gallium_dri.so free 0x55717346e6c0 void 0.000116
+gallium_dri.so free 0x55717346e5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e710 0.000116
+gallium_dri.so free 0x55717346e780 void 0.000116
+gallium_dri.so free 0x55717346e710 void 0.000159
+gallium_dri.so malloc 72 0x55717346e7a0 0.000121
+gallium_dri.so free 0x55717346e840 void 0.000118
+gallium_dri.so free 0x55717346e7a0 void 0.000116
+gallium_dri.so malloc 72 0x55717346e7f0 0.000115
+gallium_dri.so free 0x55717346e8c0 void 0.000116
+gallium_dri.so free 0x55717346e7f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000116
+gallium_dri.so free 0x55717346e980 void 0.000116
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x55717346e8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bff00 void 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff30 0.000113
+gallium_dri.so free 0x5571735bff80 void 0.000114
+gallium_dri.so free 0x5571735bff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff30 0.000114
+gallium_dri.so free 0x5571735c0080 void 0.000116
+gallium_dri.so free 0x5571735bff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so free 0x5571735c0030 void 0.000120
+gallium_dri.so malloc 72 0x5571735c00f0 0.000127
+gallium_dri.so free 0x5571735c01c0 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c01e0 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000116
+gallium_dri.so free 0x5571735c01e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0230 0.000115
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0230 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0230 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so free 0x5571735c0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0380 0.000113
+gallium_dri.so free 0x5571735c0440 void 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0380 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000116
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0380 0.000116
+gallium_dri.so free 0x5571735c05c0 void 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0570 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0570 0.000116
+gallium_dri.so free 0x5571735c06c0 void 0.000117
+gallium_dri.so free 0x5571735c0570 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0670 0.000116
+gallium_dri.so free 0x5571735c0780 void 0.000117
+gallium_dri.so free 0x5571735c0670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0730 0.000116
+gallium_dri.so free 0x5571735c07c0 void 0.000115
+gallium_dri.so free 0x5571735c0730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0730 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so free 0x5571735c0730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000116
+gallium_dri.so free 0x5571735c08c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0940 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000116
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0940 0.000114
+gallium_dri.so free 0x5571735c0ac0 void 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ae0 0.000110
+gallium_dri.so free 0x5571735c0b80 void 0.000110
+gallium_dri.so free 0x5571735c0ae0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b30 0.000116
+gallium_dri.so free 0x5571735c0c00 void 0.000111
+gallium_dri.so free 0x5571735c0b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0b30 0.000111
+gallium_dri.so free 0x5571735c0c80 void 0.000111
+gallium_dri.so free 0x5571735c0b30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0c80 0.000116
+gallium_dri.so free 0x5571735c0d40 void 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0c80 0.000109
+gallium_dri.so free 0x5571735c0e00 void 0.000111
+gallium_dri.so free 0x5571735c0c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0c80 0.000112
+gallium_dri.so free 0x5571735c0ec0 void 0.000110
+gallium_dri.so free 0x5571735c0c80 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0e70 0.000110
+gallium_dri.so free 0x5571735c0f80 void 0.000111
+gallium_dri.so free 0x5571735c0e70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0f30 0.000110
+gallium_dri.so free 0x5571735c1000 void 0.000111
+gallium_dri.so free 0x5571735c0f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1050 0.000109
+gallium_dri.so free 0x5571735c10c0 void 0.000110
+gallium_dri.so free 0x5571735c1050 void 0.000110
+gallium_dri.so malloc 72 0x5571735c10e0 0.000110
+gallium_dri.so free 0x5571735c1180 void 0.000110
+gallium_dri.so free 0x5571735c10e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1130 0.000110
+gallium_dri.so free 0x5571735c1200 void 0.000112
+gallium_dri.so free 0x5571735c1130 void 0.000162
+gallium_dri.so malloc 72 0x5571735c1130 0.000111
+gallium_dri.so free 0x5571735c1280 void 0.000111
+gallium_dri.so free 0x5571735c1130 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1280 0.000129
+gallium_dri.so free 0x5571735c1340 void 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1280 0.000110
+gallium_dri.so free 0x5571735c1440 void 0.000110
+gallium_dri.so free 0x5571735c1280 void 0.000111
+gallium_dri.so malloc 72 0x5571735c13f0 0.000110
+gallium_dri.so free 0x5571735c1480 void 0.000112
+gallium_dri.so free 0x5571735c13f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c13f0 0.000110
+gallium_dri.so free 0x5571735c1540 void 0.000111
+gallium_dri.so free 0x5571735c13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1580 0.000111
+gallium_dri.so free 0x5571735c1600 void 0.000110
+gallium_dri.so free 0x5571735c1580 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1600 0.000110
+gallium_dri.so free 0x5571735c16c0 void 0.000110
+gallium_dri.so free 0x5571735c1600 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1600 0.000110
+gallium_dri.so free 0x5571735c1740 void 0.000111
+gallium_dri.so free 0x5571735c1600 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1770 0.000111
+gallium_dri.so free 0x5571735c17c0 void 0.000111
+gallium_dri.so free 0x5571735c1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000111
+gallium_dri.so free 0x5571735c18c0 void 0.000110
+gallium_dri.so free 0x5571735c1770 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1900 0.000110
+gallium_dri.so free 0x5571735c1980 void 0.000110
+gallium_dri.so free 0x5571735c1900 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1980 0.000126
+gallium_dri.so free 0x5571735c1a40 void 0.000125
+gallium_dri.so free 0x5571735c1980 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1980 0.000123
+gallium_dri.so free 0x5571735c1ac0 void 0.000120
+gallium_dri.so free 0x5571735c1980 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1af0 0.000130
+gallium_dri.so free 0x5571735c1b40 void 0.000134
+gallium_dri.so free 0x5571735c1af0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c1af0 0.000136
+gallium_dri.so free 0x5571735c1c40 void 0.000134
+gallium_dri.so free 0x5571735c1af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000133
+gallium_dri.so free 0x5571735c1d00 void 0.000137
+gallium_dri.so free 0x5571735c1bf0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000138
+gallium_dri.so free 0x5571735c1d80 void 0.000140
+gallium_dri.so free 0x5571735c1cb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000136
+gallium_dri.so free 0x5571735c1e40 void 0.000136
+gallium_dri.so free 0x5571735c1cb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000137
+gallium_dri.so free 0x5571735c1f00 void 0.000134
+gallium_dri.so free 0x5571735c1cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000132
+gallium_dri.so free 0x5571735c1f80 void 0.000137
+gallium_dri.so free 0x5571735c1eb0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000179
+gallium_dri.so free 0x5571735c2040 void 0.000175
+gallium_dri.so free 0x5571735c1fd0 void 0.000172
+gallium_dri.so malloc 72 0x5571735c2060 0.000138
+gallium_dri.so free 0x5571735c2100 void 0.000137
+gallium_dri.so free 0x5571735c2060 void 0.000144
+gallium_dri.so malloc 72 0x5571735c20b0 0.000134
+gallium_dri.so free 0x5571735c2180 void 0.000127
+gallium_dri.so free 0x5571735c20b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c2180 0.000136
+gallium_dri.so free 0x5571735c2240 void 0.000133
+gallium_dri.so free 0x5571735c2180 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2180 0.000134
+gallium_dri.so free 0x5571735c22c0 void 0.000136
+gallium_dri.so free 0x5571735c2180 void 0.000141
+gallium_dri.so malloc 72 0x5571735c22c0 0.000136
+gallium_dri.so free 0x5571735c2380 void 0.000134
+gallium_dri.so free 0x5571735c22c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c22c0 0.000134
+gallium_dri.so free 0x5571735c2440 void 0.000137
+gallium_dri.so free 0x5571735c22c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c22c0 0.000134
+gallium_dri.so free 0x5571735c2500 void 0.000135
+gallium_dri.so free 0x5571735c22c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c24b0 0.000136
+gallium_dri.so free 0x5571735c2580 void 0.000137
+gallium_dri.so free 0x5571735c24b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c25d0 0.000138
+gallium_dri.so free 0x5571735c2640 void 0.000133
+gallium_dri.so free 0x5571735c25d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2680 0.000134
+gallium_dri.so free 0x5571735c2700 void 0.000137
+gallium_dri.so free 0x5571735c2680 void 0.000138
+gallium_dri.so malloc 72 0x5571735c2680 0.000140
+gallium_dri.so free 0x5571735c2780 void 0.000136
+gallium_dri.so free 0x5571735c2680 void 0.000146
+gallium_dri.so malloc 72 0x5571735c27b0 0.000131
+gallium_dri.so free 0x5571735c2800 void 0.000126
+gallium_dri.so free 0x5571735c27b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735c27b0 0.000124
+gallium_dri.so free 0x5571735c2900 void 0.000123
+gallium_dri.so free 0x5571735c27b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c28b0 0.000123
+gallium_dri.so free 0x5571735c29c0 void 0.000126
+gallium_dri.so free 0x5571735c28b0 void 0.000216
+gallium_dri.so malloc 72 0x5571735c2970 0.000126
+gallium_dri.so free 0x5571735c2a00 void 0.000125
+gallium_dri.so free 0x5571735c2970 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2970 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2b30 0.000123
+gallium_dri.so free 0x5571735c2b80 void 0.000119
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000132
+gallium_dri.so free 0x5571735c2b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2c30 0.000120
+gallium_dri.so free 0x5571735c2d40 void 0.000124
+gallium_dri.so free 0x5571735c2c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000124
+gallium_dri.so free 0x5571735c2d80 void 0.000119
+gallium_dri.so free 0x5571735c2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so free 0x5571735c2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2e80 0.000117
+gallium_dri.so free 0x5571735c2f00 void 0.000124
+gallium_dri.so free 0x5571735c2e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2f00 0.000119
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f00 0.000115
+gallium_dri.so free 0x5571735c3080 void 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c30a0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000116
+gallium_dri.so free 0x5571735c30a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c30f0 0.000126
+gallium_dri.so free 0x5571735c31c0 void 0.000166
+gallium_dri.so free 0x5571735c30f0 void 0.000201
+gallium_dri.so malloc 72 0x5571735c30f0 0.000231
+gallium_dri.so free 0x5571735c3240 void 0.000290
+gallium_dri.so free 0x5571735c30f0 void 0.000291
+gallium_dri.so malloc 72 0x5571735c3240 0.000286
+gallium_dri.so free 0x5571735c3300 void 0.000490
+gallium_dri.so free 0x5571735c3240 void 0.000352
+gallium_dri.so malloc 72 0x5571735c3240 0.000292
+gallium_dri.so free 0x5571735c33c0 void 0.000272
+gallium_dri.so free 0x5571735c3240 void 0.000293
+gallium_dri.so malloc 72 0x5571735c3240 0.000253
+gallium_dri.so free 0x5571735c3480 void 0.000271
+gallium_dri.so free 0x5571735c3240 void 0.000227
+gallium_dri.so malloc 72 0x5571735c3430 0.000229
+gallium_dri.so free 0x5571735c3540 void 0.000138
+gallium_dri.so free 0x5571735c3430 void 0.000171
+gallium_dri.so malloc 72 0x5571735c34f0 0.000125
+gallium_dri.so free 0x5571735c35c0 void 0.000227
+gallium_dri.so free 0x5571735c34f0 void 0.000243
+gallium_dri.so malloc 72 0x5571735c3610 0.000283
+gallium_dri.so free 0x5571735c3680 void 0.000284
+gallium_dri.so free 0x5571735c3610 void 0.000284
+gallium_dri.so malloc 72 0x5571735c36a0 0.000273
+gallium_dri.so free 0x5571735c3740 void 0.000241
+gallium_dri.so free 0x5571735c36a0 void 0.000275
+gallium_dri.so malloc 72 0x5571735c36f0 0.000290
+gallium_dri.so free 0x5571735c37c0 void 0.000286
+gallium_dri.so free 0x5571735c36f0 void 0.000287
+gallium_dri.so malloc 72 0x5571735c36f0 0.000231
+gallium_dri.so free 0x5571735c3840 void 0.000257
+gallium_dri.so free 0x5571735c36f0 void 0.000243
+gallium_dri.so malloc 72 0x5571735c3840 0.000138
+gallium_dri.so free 0x5571735c3900 void 0.000124
+gallium_dri.so free 0x5571735c3840 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3840 0.000123
+gallium_dri.so free 0x5571735c3a00 void 0.000123
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c39b0 0.000116
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so free 0x5571735c39b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c39b0 0.000137
+gallium_dri.so free 0x5571735c3b00 void 0.000126
+gallium_dri.so free 0x5571735c39b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3b40 0.000119
+gallium_dri.so free 0x5571735c3bc0 void 0.000124
+gallium_dri.so free 0x5571735c3b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000123
+gallium_dri.so free 0x5571735c3c80 void 0.000119
+gallium_dri.so free 0x5571735c3bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000120
+gallium_dri.so free 0x5571735c3d00 void 0.000129
+gallium_dri.so free 0x5571735c3bc0 void 0.000266
+gallium_dri.so malloc 72 0x5571735c3d30 0.000264
+gallium_dri.so free 0x5571735c3d80 void 0.000298
+gallium_dri.so free 0x5571735c3d30 void 0.000298
+gallium_dri.so malloc 72 0x5571735c3d30 0.000302
+gallium_dri.so free 0x5571735c3e80 void 0.000180
+gallium_dri.so free 0x5571735c3d30 void 0.000182
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000299
+gallium_dri.so free 0x5571735c3f40 void 0.000359
+gallium_dri.so free 0x5571735c3ec0 void 0.000321
+gallium_dri.so malloc 72 0x5571735c3f40 0.000305
+gallium_dri.so free 0x5571735c4000 void 0.000300
+gallium_dri.so free 0x5571735c3f40 void 0.000291
+gallium_dri.so malloc 72 0x5571735c3f40 0.000296
+gallium_dri.so free 0x5571735c4080 void 0.000294
+gallium_dri.so free 0x5571735c3f40 void 0.000290
+gallium_dri.so malloc 72 0x5571735c40b0 0.000309
+gallium_dri.so free 0x5571735c4100 void 0.000297
+gallium_dri.so free 0x5571735c40b0 void 0.000191
+gallium_dri.so malloc 72 0x5571735c40b0 0.000171
+gallium_dri.so free 0x5571735c4200 void 0.000255
+gallium_dri.so free 0x5571735c40b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c41b0 0.000136
+gallium_dri.so free 0x5571735c42c0 void 0.000129
+gallium_dri.so free 0x5571735c41b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c4270 0.000142
+gallium_dri.so free 0x5571735c4340 void 0.000142
+gallium_dri.so free 0x5571735c4270 void 0.000143
+gallium_dri.so malloc 72 0x5571735c4270 0.000142
+gallium_dri.so free 0x5571735c4400 void 0.000139
+gallium_dri.so free 0x5571735c4270 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4270 0.000132
+gallium_dri.so free 0x5571735c44c0 void 0.000127
+gallium_dri.so free 0x5571735c4270 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4470 0.000138
+gallium_dri.so free 0x5571735c4540 void 0.000138
+gallium_dri.so free 0x5571735c4470 void 0.000175
+gallium_dri.so malloc 72 0x5571735c4590 0.000139
+gallium_dri.so free 0x5571735c4600 void 0.000138
+gallium_dri.so free 0x5571735c4590 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4620 0.000127
+gallium_dri.so free 0x5571735c46c0 void 0.000133
+gallium_dri.so free 0x5571735c4620 void 0.000139
+gallium_dri.so malloc 72 0x5571735c4670 0.000138
+gallium_dri.so free 0x5571735c4740 void 0.000138
+gallium_dri.so free 0x5571735c4670 void 0.000137
+gallium_dri.so malloc 72 0x5571735c4740 0.000132
+gallium_dri.so free 0x5571735c4800 void 0.000129
+gallium_dri.so free 0x5571735c4740 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4740 0.000131
+gallium_dri.so free 0x5571735c4880 void 0.000129
+gallium_dri.so free 0x5571735c4740 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4880 0.000127
+gallium_dri.so free 0x5571735c4940 void 0.000135
+gallium_dri.so free 0x5571735c4880 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4880 0.000131
+gallium_dri.so free 0x5571735c4a00 void 0.000138
+gallium_dri.so free 0x5571735c4880 void 0.000147
+gallium_dri.so malloc 72 0x5571735c4880 0.000132
+gallium_dri.so free 0x5571735c4ac0 void 0.000139
+gallium_dri.so free 0x5571735c4880 void 0.000137
+gallium_dri.so malloc 72 0x5571735c4a70 0.000139
+gallium_dri.so free 0x5571735c4b40 void 0.000132
+gallium_dri.so free 0x5571735c4a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b90 0.000137
+gallium_dri.so free 0x5571735c4c00 void 0.000138
+gallium_dri.so free 0x5571735c4b90 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4c40 0.000133
+gallium_dri.so free 0x5571735c4cc0 void 0.000137
+gallium_dri.so free 0x5571735c4c40 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4c40 0.000132
+gallium_dri.so free 0x5571735c4d40 void 0.000135
+gallium_dri.so free 0x5571735c4c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4d70 0.000125
+gallium_dri.so free 0x5571735c4dc0 void 0.000124
+gallium_dri.so free 0x5571735c4d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4d70 0.000130
+gallium_dri.so free 0x5571735c4ec0 void 0.000132
+gallium_dri.so free 0x5571735c4d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4e70 0.000124
+gallium_dri.so free 0x5571735c4f80 void 0.000124
+gallium_dri.so free 0x5571735c4e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4f30 0.000131
+gallium_dri.so free 0x5571735c4fc0 void 0.000131
+gallium_dri.so free 0x5571735c4f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4f30 0.000131
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so free 0x5571735c4f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4f30 0.000121
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735c4f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb4c0 0.000129
+gallium_dri.so free 0x5571735eb540 void 0.000130
+gallium_dri.so free 0x5571735eb4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb540 0.000121
+gallium_dri.so free 0x5571735eb600 void 0.000122
+gallium_dri.so free 0x5571735eb540 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb540 0.000132
+gallium_dri.so free 0x5571735eb680 void 0.000130
+gallium_dri.so free 0x5571735eb540 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000124
+gallium_dri.so free 0x5571735eb700 void 0.000126
+gallium_dri.so free 0x5571735eb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb6b0 0.000130
+gallium_dri.so free 0x5571735eb800 void 0.000125
+gallium_dri.so free 0x5571735eb6b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000121
+gallium_dri.so free 0x5571735eb8c0 void 0.000126
+gallium_dri.so free 0x5571735eb7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb870 0.000130
+gallium_dri.so free 0x5571735eb940 void 0.000126
+gallium_dri.so free 0x5571735eb870 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb870 0.000129
+gallium_dri.so free 0x5571735eba00 void 0.000130
+gallium_dri.so free 0x5571735eb870 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb870 0.000126
+gallium_dri.so free 0x5571735ebac0 void 0.000131
+gallium_dri.so free 0x5571735eb870 void 0.000130
+gallium_dri.so malloc 72 0x5571735eba70 0.000125
+gallium_dri.so free 0x5571735ebb40 void 0.000122
+gallium_dri.so free 0x5571735eba70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebb90 0.000131
+gallium_dri.so free 0x5571735ebc00 void 0.000130
+gallium_dri.so free 0x5571735ebb90 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebc20 0.000121
+gallium_dri.so free 0x5571735ebcc0 void 0.000122
+gallium_dri.so free 0x5571735ebc20 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc70 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so free 0x5571735ebc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebd40 0.000128
+gallium_dri.so free 0x5571735ebe00 void 0.000122
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd40 0.000120
+gallium_dri.so free 0x5571735ebe80 void 0.000121
+gallium_dri.so free 0x5571735ebd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe80 0.000124
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so free 0x5571735ebe80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe80 0.000113
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebe80 0.000114
+gallium_dri.so free 0x5571735ec0c0 void 0.000116
+gallium_dri.so free 0x5571735ebe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec070 0.000114
+gallium_dri.so free 0x5571735ec140 void 0.000114
+gallium_dri.so free 0x5571735ec070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec190 0.000116
+gallium_dri.so free 0x5571735ec200 void 0.000116
+gallium_dri.so free 0x5571735ec190 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec240 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec240 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec240 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x5571735ec240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec4c0 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec470 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x5571735ec470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000115
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000126
+gallium_dri.so free 0x5571735eca00 void 0.000117
+gallium_dri.so free 0x5571735ec8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca40 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735eca40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecac0 0.000115
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecac0 0.000114
+gallium_dri.so free 0x5571735ecc40 void 0.000115
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecc60 0.000114
+gallium_dri.so free 0x5571735ecd00 void 0.000114
+gallium_dri.so free 0x5571735ecc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735eccb0 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735eccb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eccb0 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so free 0x5571735eccb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece00 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so free 0x5571735ece00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece00 0.000115
+gallium_dri.so free 0x5571735ecf80 void 0.000117
+gallium_dri.so free 0x5571735ece00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ece00 0.000122
+gallium_dri.so free 0x5571735ed040 void 0.000118
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000115
+gallium_dri.so free 0x5571735ed100 void 0.000116
+gallium_dri.so free 0x5571735ecff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000115
+gallium_dri.so free 0x5571735ed0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed1d0 0.000113
+gallium_dri.so free 0x5571735ed240 void 0.000116
+gallium_dri.so free 0x5571735ed1d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed260 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000114
+gallium_dri.so free 0x5571735ed260 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000115
+gallium_dri.so free 0x5571735ed400 void 0.000116
+gallium_dri.so free 0x5571735ed2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed400 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000114
+gallium_dri.so free 0x5571735ed400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed400 0.000114
+gallium_dri.so free 0x5571735ed5c0 void 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000114
+gallium_dri.so free 0x5571735ed600 void 0.000161
+gallium_dri.so free 0x5571735ed570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed700 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000116
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed780 0.000114
+gallium_dri.so free 0x5571735ed840 void 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000114
+gallium_dri.so free 0x5571735ed8c0 void 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735ed940 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000117
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda80 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000115
+gallium_dri.so free 0x5571735eda80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb00 0.000112
+gallium_dri.so free 0x5571735edbc0 void 0.000116
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb00 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000128
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc70 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc70 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000116
+gallium_dri.so free 0x5571735edc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd70 0.000115
+gallium_dri.so free 0x5571735ede80 void 0.000116
+gallium_dri.so free 0x5571735edd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede30 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ede30 0.000114
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735ede30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede30 0.000113
+gallium_dri.so free 0x5571735ee080 void 0.000116
+gallium_dri.so free 0x5571735ede30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee030 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee150 0.000114
+gallium_dri.so free 0x5571735ee1c0 void 0.000115
+gallium_dri.so free 0x5571735ee150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000114
+gallium_dri.so free 0x5571735ee280 void 0.000123
+gallium_dri.so free 0x5571735ee1e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee230 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee300 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee300 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee440 0.000114
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee440 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee440 0.000114
+gallium_dri.so free 0x5571735ee680 void 0.000116
+gallium_dri.so free 0x5571735ee440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee700 void 0.000114
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee750 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee750 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee800 0.000113
+gallium_dri.so free 0x5571735ee880 void 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000186
+gallium_dri.so malloc 72 0x5571735ee800 0.000114
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee930 0.000114
+gallium_dri.so free 0x5571735ee980 void 0.000116
+gallium_dri.so free 0x5571735ee930 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee930 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735ee930 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea30 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735eea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eecb0 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000116
+gallium_dri.so free 0x5571735eecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecb0 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000115
+gallium_dri.so free 0x5571735eecb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so free 0x5571735eedb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eee70 0.000113
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee70 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so free 0x5571735eee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef000 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735ef000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef080 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000116
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef080 0.000114
+gallium_dri.so free 0x5571735ef200 void 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef220 0.000113
+gallium_dri.so free 0x5571735ef2c0 void 0.000115
+gallium_dri.so free 0x5571735ef220 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef270 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so free 0x5571735ef270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef270 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef480 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000115
+gallium_dri.so free 0x5571735ef600 void 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000115
+gallium_dri.so free 0x5571735ef6c0 void 0.000115
+gallium_dri.so free 0x5571735ef5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef670 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef790 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef790 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef820 0.000113
+gallium_dri.so free 0x5571735ef8c0 void 0.000114
+gallium_dri.so free 0x5571735ef820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef870 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef870 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so free 0x5571735ef870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000127
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efbc0 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd40 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735efeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0040 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000116
+gallium_dri.so free 0x5571735f0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00c0 0.000127
+gallium_dri.so free 0x5571735f0180 void 0.000117
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f00c0 0.000115
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0230 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0230 0.000114
+gallium_dri.so free 0x5571735f0380 void 0.000114
+gallium_dri.so free 0x5571735f0230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0330 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000115
+gallium_dri.so free 0x5571735f0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f0580 void 0.000116
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000115
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05f0 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000116
+gallium_dri.so free 0x5571735f05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0710 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000164
+gallium_dri.so free 0x5571735f0710 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07a0 0.000112
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so free 0x5571735f07a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f07f0 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so free 0x5571735f07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f08c0 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f08c0 0.000112
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0a00 0.000114
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0a00 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0a00 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0d10 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000147
+gallium_dri.so free 0x5571735f0d10 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000115
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so free 0x5571735f0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000112
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so free 0x5571735f0ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1140 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000115
+gallium_dri.so free 0x5571735f1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f1270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1370 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000113
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1430 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so free 0x5571735f1430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1430 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000116
+gallium_dri.so free 0x5571735f1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15c0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1640 0.000113
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1640 0.000113
+gallium_dri.so free 0x5571735f17c0 void 0.000115
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17e0 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000114
+gallium_dri.so free 0x5571735f17e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1830 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f1830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1830 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000114
+gallium_dri.so free 0x5571735f1830 void 0.000186
+gallium_dri.so malloc 72 0x5571735f1980 0.000114
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1980 0.000114
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1980 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b70 0.000114
+gallium_dri.so free 0x5571735f1c80 void 0.000114
+gallium_dri.so free 0x5571735f1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c30 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000113
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d50 0.000182
+gallium_dri.so free 0x5571735f1dc0 void 0.000155
+gallium_dri.so free 0x5571735f1d50 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1de0 0.000114
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so free 0x5571735f1de0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e30 0.000112
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e30 0.000116
+gallium_dri.so free 0x5571735f1f80 void 0.000116
+gallium_dri.so free 0x5571735f1e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f80 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2140 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000113
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2280 0.000114
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2300 0.000112
+gallium_dri.so free 0x5571735f23c0 void 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2300 0.000112
+gallium_dri.so free 0x5571735f2440 void 0.000115
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2470 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f2470 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2600 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000114
+gallium_dri.so free 0x5571735f2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2680 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2680 0.000112
+gallium_dri.so free 0x5571735f27c0 void 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27f0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27f0 0.000112
+gallium_dri.so free 0x5571735f2940 void 0.000113
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f28f0 0.000116
+gallium_dri.so free 0x5571735f2a00 void 0.000114
+gallium_dri.so free 0x5571735f28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f29b0 0.000120
+gallium_dri.so free 0x5571735f2a80 void 0.000114
+gallium_dri.so free 0x5571735f29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29b0 0.000119
+gallium_dri.so free 0x5571735f2b40 void 0.000119
+gallium_dri.so free 0x5571735f29b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f29b0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so free 0x5571735f29b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735f2bb0 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so free 0x5571735f2bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cd0 0.000115
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2cd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d60 0.000113
+gallium_dri.so free 0x5571735f2e00 void 0.000117
+gallium_dri.so free 0x5571735f2d60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2db0 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so free 0x5571735f2db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e80 0.000113
+gallium_dri.so free 0x5571735f2f40 void 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e80 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000112
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735f2fc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x5571735f3280 void 0.000112
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f32d0 0.000113
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so free 0x5571735f32d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34b0 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f34b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34b0 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000114
+gallium_dri.so free 0x5571735f34b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571735f36c0 void 0.000113
+gallium_dri.so free 0x5571735f35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000113
+gallium_dri.so free 0x5571735f3670 void 0.000119
+gallium_dri.so malloc 72 0x55717360c0f0 0.000124
+gallium_dri.so free 0x55717360c140 void 0.000118
+gallium_dri.so free 0x55717360c0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c0f0 0.000116
+gallium_dri.so free 0x55717360c240 void 0.000113
+gallium_dri.so free 0x55717360c0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c280 0.000114
+gallium_dri.so free 0x55717360c300 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000114
+gallium_dri.so malloc 72 0x55717360c300 0.000113
+gallium_dri.so free 0x55717360c3c0 void 0.000114
+gallium_dri.so free 0x55717360c300 void 0.000112
+gallium_dri.so malloc 72 0x55717360c300 0.000123
+gallium_dri.so free 0x55717360c440 void 0.000124
+gallium_dri.so free 0x55717360c300 void 0.000117
+gallium_dri.so malloc 72 0x55717360c470 0.000120
+gallium_dri.so free 0x55717360c4c0 void 0.000120
+gallium_dri.so free 0x55717360c470 void 0.000118
+gallium_dri.so malloc 72 0x55717360c470 0.000120
+gallium_dri.so free 0x55717360c5c0 void 0.000120
+gallium_dri.so free 0x55717360c470 void 0.000117
+gallium_dri.so malloc 72 0x55717360c570 0.000120
+gallium_dri.so free 0x55717360c680 void 0.000118
+gallium_dri.so free 0x55717360c570 void 0.000116
+gallium_dri.so malloc 72 0x55717360c630 0.000120
+gallium_dri.so free 0x55717360c700 void 0.000119
+gallium_dri.so free 0x55717360c630 void 0.000117
+gallium_dri.so malloc 72 0x55717360c630 0.000122
+gallium_dri.so free 0x55717360c7c0 void 0.000118
+gallium_dri.so free 0x55717360c630 void 0.000119
+gallium_dri.so malloc 72 0x55717360c630 0.000115
+gallium_dri.so free 0x55717360c880 void 0.000115
+gallium_dri.so free 0x55717360c630 void 0.000114
+gallium_dri.so malloc 72 0x55717360c830 0.000115
+gallium_dri.so free 0x55717360c900 void 0.000119
+gallium_dri.so free 0x55717360c830 void 0.000115
+gallium_dri.so malloc 72 0x55717360c950 0.000117
+gallium_dri.so free 0x55717360c9c0 void 0.000117
+gallium_dri.so free 0x55717360c950 void 0.000114
+gallium_dri.so malloc 72 0x55717360c9e0 0.000115
+gallium_dri.so free 0x55717360ca80 void 0.000115
+gallium_dri.so free 0x55717360c9e0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ca30 0.000115
+gallium_dri.so free 0x55717360cb00 void 0.000120
+gallium_dri.so free 0x55717360ca30 void 0.000118
+gallium_dri.so malloc 72 0x55717360cb00 0.000119
+gallium_dri.so free 0x55717360cbc0 void 0.000119
+gallium_dri.so free 0x55717360cb00 void 0.000116
+gallium_dri.so malloc 72 0x55717360cb00 0.000121
+gallium_dri.so free 0x55717360cc40 void 0.000119
+gallium_dri.so free 0x55717360cb00 void 0.000116
+gallium_dri.so malloc 72 0x55717360cc40 0.000120
+gallium_dri.so free 0x55717360cd00 void 0.000119
+gallium_dri.so free 0x55717360cc40 void 0.000119
+gallium_dri.so malloc 72 0x55717360cc40 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000131
+gallium_dri.so free 0x55717360cc40 void 0.000116
+gallium_dri.so malloc 72 0x55717360cc40 0.000120
+gallium_dri.so free 0x55717360ce80 void 0.000118
+gallium_dri.so free 0x55717360cc40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ce30 0.000120
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce30 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf50 0.000120
+gallium_dri.so free 0x55717360cfc0 void 0.000120
+gallium_dri.so free 0x55717360cf50 void 0.000117
+gallium_dri.so malloc 72 0x55717360d000 0.000121
+gallium_dri.so free 0x55717360d080 void 0.000120
+gallium_dri.so free 0x55717360d000 void 0.000116
+gallium_dri.so malloc 72 0x55717360d000 0.000117
+gallium_dri.so free 0x55717360d100 void 0.000121
+gallium_dri.so free 0x55717360d000 void 0.000119
+gallium_dri.so malloc 72 0x55717360d130 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x55717360d130 void 0.000117
+gallium_dri.so malloc 72 0x55717360d130 0.000120
+gallium_dri.so free 0x55717360d280 void 0.000119
+gallium_dri.so free 0x55717360d130 void 0.000119
+gallium_dri.so malloc 72 0x55717360d230 0.000120
+gallium_dri.so free 0x55717360d340 void 0.000119
+gallium_dri.so free 0x55717360d230 void 0.000116
+gallium_dri.so malloc 72 0x55717360d2f0 0.000130
+gallium_dri.so free 0x55717360d380 void 0.000121
+gallium_dri.so free 0x55717360d2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360d2f0 0.000121
+gallium_dri.so free 0x55717360d440 void 0.000121
+gallium_dri.so free 0x55717360d2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360d4b0 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000120
+gallium_dri.so free 0x55717360d4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d4b0 0.000120
+gallium_dri.so free 0x55717360d600 void 0.000117
+gallium_dri.so free 0x55717360d4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d5b0 0.000119
+gallium_dri.so free 0x55717360d6c0 void 0.000121
+gallium_dri.so free 0x55717360d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d670 0.000121
+gallium_dri.so free 0x55717360d700 void 0.000119
+gallium_dri.so free 0x55717360d670 void 0.000117
+gallium_dri.so malloc 72 0x55717360d670 0.000119
+gallium_dri.so free 0x55717360d7c0 void 0.000120
+gallium_dri.so free 0x55717360d670 void 0.000116
+gallium_dri.so malloc 72 0x55717360d800 0.000120
+gallium_dri.so free 0x55717360d880 void 0.000126
+gallium_dri.so free 0x55717360d800 void 0.000118
+gallium_dri.so malloc 72 0x55717360d880 0.000118
+gallium_dri.so free 0x55717360d940 void 0.000120
+gallium_dri.so free 0x55717360d880 void 0.000160
+gallium_dri.so malloc 72 0x55717360d880 0.000122
+gallium_dri.so free 0x55717360da00 void 0.000121
+gallium_dri.so free 0x55717360d880 void 0.000118
+gallium_dri.so malloc 72 0x55717360da20 0.000119
+gallium_dri.so free 0x55717360dac0 void 0.000121
+gallium_dri.so free 0x55717360da20 void 0.000118
+gallium_dri.so malloc 72 0x55717360da70 0.000116
+gallium_dri.so free 0x55717360db40 void 0.000118
+gallium_dri.so free 0x55717360da70 void 0.000116
+gallium_dri.so malloc 72 0x55717360da70 0.000119
+gallium_dri.so free 0x55717360dbc0 void 0.000125
+gallium_dri.so free 0x55717360da70 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbc0 0.000115
+gallium_dri.so free 0x55717360dc80 void 0.000115
+gallium_dri.so free 0x55717360dbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbc0 0.000114
+gallium_dri.so free 0x55717360dd40 void 0.000114
+gallium_dri.so free 0x55717360dbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbc0 0.000114
+gallium_dri.so free 0x55717360de00 void 0.000117
+gallium_dri.so free 0x55717360dbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ddb0 0.000113
+gallium_dri.so free 0x55717360dec0 void 0.000114
+gallium_dri.so free 0x55717360ddb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360de70 0.000112
+gallium_dri.so free 0x55717360df40 void 0.000114
+gallium_dri.so free 0x55717360de70 void 0.000125
+gallium_dri.so malloc 72 0x55717360df90 0.000114
+gallium_dri.so free 0x55717360e000 void 0.000113
+gallium_dri.so free 0x55717360df90 void 0.000114
+gallium_dri.so malloc 72 0x55717360e020 0.000113
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so free 0x55717360e020 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360e140 void 0.000113
+gallium_dri.so free 0x55717360e070 void 0.000118
+gallium_dri.so malloc 72 0x55717360e070 0.000116
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360e070 void 0.000115
+gallium_dri.so malloc 72 0x55717360e1c0 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000116
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e1c0 0.000119
+gallium_dri.so free 0x55717360e380 void 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e330 0.000115
+gallium_dri.so free 0x55717360e3c0 void 0.000115
+gallium_dri.so free 0x55717360e330 void 0.000117
+gallium_dri.so malloc 72 0x55717360e330 0.000115
+gallium_dri.so free 0x55717360e480 void 0.000117
+gallium_dri.so free 0x55717360e330 void 0.000117
+gallium_dri.so malloc 72 0x55717360e4c0 0.000116
+gallium_dri.so free 0x55717360e540 void 0.000116
+gallium_dri.so free 0x55717360e4c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e540 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000113
+gallium_dri.so malloc 72 0x55717360e540 0.000114
+gallium_dri.so free 0x55717360e680 void 0.000115
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so malloc 72 0x55717360e6b0 0.000115
+gallium_dri.so free 0x55717360e700 void 0.000114
+gallium_dri.so free 0x55717360e6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e6b0 0.000113
+gallium_dri.so free 0x55717360e800 void 0.000113
+gallium_dri.so free 0x55717360e6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e840 0.000115
+gallium_dri.so free 0x55717360e8c0 void 0.000113
+gallium_dri.so free 0x55717360e840 void 0.000113
+gallium_dri.so malloc 72 0x55717360e8c0 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000114
+gallium_dri.so free 0x55717360e8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e8c0 0.000113
+gallium_dri.so free 0x55717360ea00 void 0.000115
+gallium_dri.so free 0x55717360e8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ea30 0.000113
+gallium_dri.so free 0x55717360ea80 void 0.000114
+gallium_dri.so free 0x55717360ea30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea30 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000125
+gallium_dri.so free 0x55717360ea30 void 0.000164
+gallium_dri.so malloc 72 0x55717360eb30 0.000142
+gallium_dri.so free 0x55717360ec40 void 0.000174
+gallium_dri.so free 0x55717360eb30 void 0.000134
+gallium_dri.so malloc 72 0x55717360ebf0 0.000131
+gallium_dri.so free 0x55717360ecc0 void 0.000133
+gallium_dri.so free 0x55717360ebf0 void 0.000135
+gallium_dri.so malloc 72 0x55717360ebf0 0.000133
+gallium_dri.so free 0x55717360ed80 void 0.000133
+gallium_dri.so free 0x55717360ebf0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ebf0 0.000131
+gallium_dri.so free 0x55717360ee40 void 0.000131
+gallium_dri.so free 0x55717360ebf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360edf0 0.000130
+gallium_dri.so free 0x55717360eec0 void 0.000133
+gallium_dri.so free 0x55717360edf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360ef10 0.000131
+gallium_dri.so free 0x55717360ef80 void 0.000133
+gallium_dri.so free 0x55717360ef10 void 0.000132
+gallium_dri.so malloc 72 0x55717360efa0 0.000133
+gallium_dri.so free 0x55717360f040 void 0.000132
+gallium_dri.so free 0x55717360efa0 void 0.000131
+gallium_dri.so malloc 72 0x55717360eff0 0.000131
+gallium_dri.so free 0x55717360f0c0 void 0.000135
+gallium_dri.so free 0x55717360eff0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f0c0 0.000132
+gallium_dri.so free 0x55717360f180 void 0.000132
+gallium_dri.so free 0x55717360f0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f0c0 0.000132
+gallium_dri.so free 0x55717360f200 void 0.000133
+gallium_dri.so free 0x55717360f0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f200 0.000132
+gallium_dri.so free 0x55717360f2c0 void 0.000133
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so malloc 72 0x55717360f200 0.000132
+gallium_dri.so free 0x55717360f380 void 0.000135
+gallium_dri.so free 0x55717360f200 void 0.000133
+gallium_dri.so malloc 72 0x55717360f200 0.000132
+gallium_dri.so free 0x55717360f440 void 0.000132
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so malloc 72 0x55717360f3f0 0.000132
+gallium_dri.so free 0x55717360f4c0 void 0.000134
+gallium_dri.so free 0x55717360f3f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f510 0.000132
+gallium_dri.so free 0x55717360f580 void 0.000133
+gallium_dri.so free 0x55717360f510 void 0.000141
+gallium_dri.so malloc 72 0x55717360f5c0 0.000133
+gallium_dri.so free 0x55717360f640 void 0.000140
+gallium_dri.so free 0x55717360f5c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f5c0 0.000133
+gallium_dri.so free 0x55717360f6c0 void 0.000131
+gallium_dri.so free 0x55717360f5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f6f0 0.000132
+gallium_dri.so free 0x55717360f740 void 0.000132
+gallium_dri.so free 0x55717360f6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f6f0 0.000132
+gallium_dri.so free 0x55717360f840 void 0.000133
+gallium_dri.so free 0x55717360f6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f7f0 0.000132
+gallium_dri.so free 0x55717360f900 void 0.000133
+gallium_dri.so free 0x55717360f7f0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f8b0 0.000133
+gallium_dri.so free 0x55717360f940 void 0.000133
+gallium_dri.so free 0x55717360f8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f8b0 0.000132
+gallium_dri.so free 0x55717360fa00 void 0.000133
+gallium_dri.so free 0x55717360f8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360fa70 0.000131
+gallium_dri.so free 0x55717360fac0 void 0.000141
+gallium_dri.so free 0x55717360fa70 void 0.000130
+gallium_dri.so malloc 72 0x55717360fa70 0.000130
+gallium_dri.so free 0x55717360fbc0 void 0.000131
+gallium_dri.so free 0x55717360fa70 void 0.000131
+gallium_dri.so malloc 72 0x55717360fb70 0.000131
+gallium_dri.so free 0x55717360fc80 void 0.000132
+gallium_dri.so free 0x55717360fb70 void 0.000133
+gallium_dri.so malloc 72 0x55717360fc30 0.000131
+gallium_dri.so free 0x55717360fcc0 void 0.000131
+gallium_dri.so free 0x55717360fc30 void 0.000132
+gallium_dri.so malloc 72 0x55717360fc30 0.000132
+gallium_dri.so free 0x55717360fd80 void 0.000133
+gallium_dri.so free 0x55717360fc30 void 0.000132
+gallium_dri.so malloc 72 0x55717360fdc0 0.000131
+gallium_dri.so free 0x55717360fe40 void 0.000132
+gallium_dri.so free 0x55717360fdc0 void 0.000133
+gallium_dri.so malloc 72 0x55717360fe40 0.000132
+gallium_dri.so free 0x55717360ff00 void 0.000132
+gallium_dri.so free 0x55717360fe40 void 0.000131
+gallium_dri.so malloc 72 0x55717360fe40 0.000130
+gallium_dri.so free 0x55717360ffc0 void 0.000132
+gallium_dri.so free 0x55717360fe40 void 0.000132
+gallium_dri.so malloc 72 0x55717360ffe0 0.000180
+gallium_dri.so free 0x557173610080 void 0.000132
+gallium_dri.so free 0x55717360ffe0 void 0.000131
+gallium_dri.so malloc 72 0x557173610030 0.000133
+gallium_dri.so free 0x557173610100 void 0.000132
+gallium_dri.so free 0x557173610030 void 0.000132
+gallium_dri.so malloc 72 0x557173610030 0.000132
+gallium_dri.so free 0x557173610180 void 0.000132
+gallium_dri.so free 0x557173610030 void 0.000131
+gallium_dri.so malloc 72 0x557173610180 0.000132
+gallium_dri.so free 0x557173610240 void 0.000131
+gallium_dri.so free 0x557173610180 void 0.000133
+gallium_dri.so malloc 72 0x557173610180 0.000133
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610180 void 0.000131
+gallium_dri.so malloc 72 0x557173610180 0.000134
+gallium_dri.so free 0x5571736103c0 void 0.000132
+gallium_dri.so free 0x557173610180 void 0.000132
+gallium_dri.so malloc 72 0x557173610370 0.000132
+gallium_dri.so free 0x557173610480 void 0.000132
+gallium_dri.so free 0x557173610370 void 0.000132
+gallium_dri.so malloc 72 0x557173610430 0.000133
+gallium_dri.so free 0x557173610500 void 0.000139
+gallium_dri.so free 0x557173610430 void 0.000132
+gallium_dri.so malloc 72 0x557173610550 0.000131
+gallium_dri.so free 0x5571736105c0 void 0.000132
+gallium_dri.so free 0x557173610550 void 0.000132
+gallium_dri.so malloc 72 0x5571736105e0 0.000129
+gallium_dri.so free 0x557173610680 void 0.000131
+gallium_dri.so free 0x5571736105e0 void 0.000130
+gallium_dri.so malloc 72 0x557173610630 0.000131
+gallium_dri.so free 0x557173610700 void 0.000131
+gallium_dri.so free 0x557173610630 void 0.000130
+gallium_dri.so malloc 72 0x557173610630 0.000131
+gallium_dri.so free 0x557173610780 void 0.000131
+gallium_dri.so free 0x557173610630 void 0.000132
+gallium_dri.so malloc 72 0x557173610780 0.000130
+gallium_dri.so free 0x557173610840 void 0.000130
+gallium_dri.so free 0x557173610780 void 0.000133
+gallium_dri.so malloc 72 0x557173610780 0.000133
+gallium_dri.so free 0x557173610940 void 0.000132
+gallium_dri.so free 0x557173610780 void 0.000132
+gallium_dri.so malloc 72 0x5571736108f0 0.000132
+gallium_dri.so free 0x557173610980 void 0.000133
+gallium_dri.so free 0x5571736108f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736108f0 0.000135
+gallium_dri.so free 0x557173610a40 void 0.000133
+gallium_dri.so free 0x5571736108f0 void 0.000132
+gallium_dri.so malloc 72 0x557173610a80 0.000131
+gallium_dri.so free 0x557173610b00 void 0.000132
+gallium_dri.so free 0x557173610a80 void 0.000131
+gallium_dri.so malloc 72 0x557173610b00 0.000132
+gallium_dri.so free 0x557173610bc0 void 0.000132
+gallium_dri.so free 0x557173610b00 void 0.000131
+gallium_dri.so malloc 72 0x557173610b00 0.000131
+gallium_dri.so free 0x557173610c40 void 0.000134
+gallium_dri.so free 0x557173610b00 void 0.000131
+gallium_dri.so malloc 72 0x557173610c70 0.000132
+gallium_dri.so free 0x557173610cc0 void 0.000132
+gallium_dri.so free 0x557173610c70 void 0.000131
+gallium_dri.so malloc 72 0x557173610c70 0.000132
+gallium_dri.so free 0x557173610dc0 void 0.000132
+gallium_dri.so free 0x557173610c70 void 0.000132
+gallium_dri.so malloc 72 0x557173610e00 0.000132
+gallium_dri.so free 0x557173610e80 void 0.000132
+gallium_dri.so free 0x557173610e00 void 0.000131
+gallium_dri.so malloc 72 0x557173610e80 0.000131
+gallium_dri.so free 0x557173610f40 void 0.000131
+gallium_dri.so free 0x557173610e80 void 0.000221
+gallium_dri.so malloc 72 0x557173610e80 0.000132
+gallium_dri.so free 0x557173610fc0 void 0.000132
+gallium_dri.so free 0x557173610e80 void 0.000131
+gallium_dri.so malloc 72 0x557173610ff0 0.000132
+gallium_dri.so free 0x557173611040 void 0.000132
+gallium_dri.so free 0x557173610ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173610ff0 0.000135
+gallium_dri.so free 0x557173611140 void 0.000133
+gallium_dri.so free 0x557173610ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571736110f0 0.000132
+gallium_dri.so free 0x557173611200 void 0.000132
+gallium_dri.so free 0x5571736110f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736111b0 0.000135
+gallium_dri.so free 0x557173611280 void 0.000132
+gallium_dri.so free 0x5571736111b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736111b0 0.000131
+gallium_dri.so free 0x557173611340 void 0.000131
+gallium_dri.so free 0x5571736111b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736111b0 0.000133
+gallium_dri.so free 0x557173611400 void 0.000133
+gallium_dri.so free 0x5571736111b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736113b0 0.000132
+gallium_dri.so free 0x557173611480 void 0.000133
+gallium_dri.so free 0x5571736113b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736114d0 0.000131
+gallium_dri.so free 0x557173611540 void 0.000131
+gallium_dri.so free 0x5571736114d0 void 0.000132
+gallium_dri.so malloc 72 0x557173611560 0.000131
+gallium_dri.so free 0x557173611600 void 0.000132
+gallium_dri.so free 0x557173611560 void 0.000132
+gallium_dri.so malloc 72 0x5571736115b0 0.000132
+gallium_dri.so free 0x557173611680 void 0.000134
+gallium_dri.so free 0x5571736115b0 void 0.000133
+gallium_dri.so malloc 72 0x557173611680 0.000133
+gallium_dri.so free 0x557173611740 void 0.000133
+gallium_dri.so free 0x557173611680 void 0.000132
+gallium_dri.so malloc 72 0x557173611680 0.000132
+gallium_dri.so free 0x5571736117c0 void 0.000131
+gallium_dri.so free 0x557173611680 void 0.000131
+gallium_dri.so malloc 72 0x5571736117c0 0.000132
+gallium_dri.so free 0x557173611880 void 0.000132
+gallium_dri.so free 0x5571736117c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736117c0 0.000132
+gallium_dri.so free 0x557173611940 void 0.000132
+gallium_dri.so free 0x5571736117c0 void 0.000164
+gallium_dri.so malloc 72 0x5571736117c0 0.000134
+gallium_dri.so free 0x557173611a00 void 0.000132
+gallium_dri.so free 0x5571736117c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736119b0 0.000132
+gallium_dri.so free 0x557173611a80 void 0.000132
+gallium_dri.so free 0x5571736119b0 void 0.000132
+gallium_dri.so malloc 72 0x557173611ad0 0.000133
+gallium_dri.so free 0x557173611b40 void 0.000133
+gallium_dri.so free 0x557173611ad0 void 0.000131
+gallium_dri.so malloc 72 0x557173611b80 0.000132
+gallium_dri.so free 0x557173611c00 void 0.000131
+gallium_dri.so free 0x557173611b80 void 0.000134
+gallium_dri.so malloc 72 0x557173611b80 0.000133
+gallium_dri.so free 0x557173611c80 void 0.000132
+gallium_dri.so free 0x557173611b80 void 0.000132
+gallium_dri.so malloc 72 0x557173611cb0 0.000133
+gallium_dri.so free 0x557173611d00 void 0.000132
+gallium_dri.so free 0x557173611cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173611cb0 0.000132
+gallium_dri.so free 0x557173611e00 void 0.000133
+gallium_dri.so free 0x557173611cb0 void 0.000135
+gallium_dri.so malloc 72 0x557173611db0 0.000132
+gallium_dri.so free 0x557173611ec0 void 0.000142
+gallium_dri.so free 0x557173611db0 void 0.000132
+gallium_dri.so malloc 72 0x557173611e70 0.000130
+gallium_dri.so free 0x557173611f00 void 0.000132
+gallium_dri.so free 0x557173611e70 void 0.000133
+gallium_dri.so malloc 72 0x557173611e70 0.000131
+gallium_dri.so free 0x557173611fc0 void 0.000131
+gallium_dri.so free 0x557173611e70 void 0.000131
+gallium_dri.so malloc 72 0x557173612030 0.000133
+gallium_dri.so free 0x557173612080 void 0.000130
+gallium_dri.so free 0x557173612030 void 0.000131
+gallium_dri.so malloc 72 0x557173612030 0.000131
+gallium_dri.so free 0x557173612180 void 0.000131
+gallium_dri.so free 0x557173612030 void 0.000130
+gallium_dri.so malloc 72 0x557173612130 0.000130
+gallium_dri.so free 0x557173612240 void 0.000131
+gallium_dri.so free 0x557173612130 void 0.000133
+gallium_dri.so malloc 72 0x5571736121f0 0.000132
+gallium_dri.so free 0x557173612280 void 0.000132
+gallium_dri.so free 0x5571736121f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736121f0 0.000132
+gallium_dri.so free 0x557173612340 void 0.000133
+gallium_dri.so free 0x5571736121f0 void 0.000133
+gallium_dri.so malloc 72 0x557173612380 0.000140
+gallium_dri.so free 0x557173612400 void 0.000132
+gallium_dri.so free 0x557173612380 void 0.000131
+gallium_dri.so malloc 72 0x557173612400 0.000131
+gallium_dri.so free 0x5571736124c0 void 0.000131
+gallium_dri.so free 0x557173612400 void 0.000133
+gallium_dri.so malloc 72 0x557173612400 0.000132
+gallium_dri.so free 0x557173612580 void 0.000133
+gallium_dri.so free 0x557173612400 void 0.000131
+gallium_dri.so malloc 72 0x5571736125a0 0.000132
+gallium_dri.so free 0x557173612640 void 0.000133
+gallium_dri.so free 0x5571736125a0 void 0.000133
+gallium_dri.so malloc 72 0x5571736125f0 0.000132
+gallium_dri.so free 0x5571736126c0 void 0.000133
+gallium_dri.so free 0x5571736125f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736125f0 0.000131
+gallium_dri.so free 0x557173612740 void 0.000132
+gallium_dri.so free 0x5571736125f0 void 0.000132
+gallium_dri.so malloc 72 0x557173612740 0.000132
+gallium_dri.so free 0x557173612800 void 0.000133
+gallium_dri.so free 0x557173612740 void 0.000132
+gallium_dri.so malloc 72 0x557173612740 0.000131
+gallium_dri.so free 0x5571736128c0 void 0.000132
+gallium_dri.so free 0x557173612740 void 0.000136
+gallium_dri.so malloc 72 0x557173612740 0.000131
+gallium_dri.so free 0x557173612980 void 0.000132
+gallium_dri.so free 0x557173612740 void 0.000132
+gallium_dri.so malloc 72 0x557173612930 0.000132
+gallium_dri.so free 0x557173612a40 void 0.000131
+gallium_dri.so free 0x557173612930 void 0.000133
+gallium_dri.so malloc 72 0x5571736129f0 0.000131
+gallium_dri.so free 0x557173612ac0 void 0.000133
+gallium_dri.so free 0x5571736129f0 void 0.000132
+gallium_dri.so malloc 72 0x557173612b10 0.000131
+gallium_dri.so free 0x557173612b80 void 0.000131
+gallium_dri.so free 0x557173612b10 void 0.000134
+gallium_dri.so malloc 72 0x557173612ba0 0.000132
+gallium_dri.so free 0x557173612c40 void 0.000133
+gallium_dri.so free 0x557173612ba0 void 0.000132
+gallium_dri.so malloc 72 0x557173612bf0 0.000132
+gallium_dri.so free 0x557173612cc0 void 0.000131
+gallium_dri.so free 0x557173612bf0 void 0.000133
+gallium_dri.so malloc 72 0x557173612bf0 0.000132
+gallium_dri.so free 0x557173612d40 void 0.000133
+gallium_dri.so free 0x557173612bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173612d40 0.000142
+gallium_dri.so free 0x557173612e00 void 0.000131
+gallium_dri.so free 0x557173612d40 void 0.000130
+gallium_dri.so malloc 72 0x557173612d40 0.000129
+gallium_dri.so free 0x557173612f00 void 0.000131
+gallium_dri.so free 0x557173612d40 void 0.000131
+gallium_dri.so malloc 72 0x557173612eb0 0.000123
+gallium_dri.so free 0x557173612f40 void 0.000210
+gallium_dri.so free 0x557173612eb0 void 0.000213
+gallium_dri.so malloc 72 0x557173612eb0 0.000132
+gallium_dri.so free 0x557173613000 void 0.000132
+gallium_dri.so free 0x557173612eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173613040 0.000133
+gallium_dri.so free 0x5571736130c0 void 0.000133
+gallium_dri.so free 0x557173613040 void 0.000131
+gallium_dri.so malloc 72 0x5571736130c0 0.000132
+gallium_dri.so free 0x557173613180 void 0.000131
+gallium_dri.so free 0x5571736130c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736130c0 0.000133
+gallium_dri.so free 0x557173613200 void 0.000132
+gallium_dri.so free 0x5571736130c0 void 0.000131
+gallium_dri.so malloc 72 0x557173613230 0.000133
+gallium_dri.so free 0x557173613280 void 0.000141
+gallium_dri.so free 0x557173613230 void 0.000133
+gallium_dri.so malloc 72 0x557173613230 0.000132
+gallium_dri.so free 0x557173613380 void 0.000134
+gallium_dri.so free 0x557173613230 void 0.000132
+gallium_dri.so malloc 72 0x5571736133c0 0.000132
+gallium_dri.so free 0x557173613440 void 0.000133
+gallium_dri.so free 0x5571736133c0 void 0.000131
+gallium_dri.so malloc 72 0x557173613440 0.000131
+gallium_dri.so free 0x557173613500 void 0.000133
+gallium_dri.so free 0x557173613440 void 0.000132
+gallium_dri.so malloc 72 0x557173613440 0.000132
+gallium_dri.so free 0x557173613580 void 0.000132
+gallium_dri.so free 0x557173613440 void 0.000131
+gallium_dri.so malloc 72 0x5571736135b0 0.000131
+gallium_dri.so free 0x557173613600 void 0.000132
+gallium_dri.so free 0x5571736135b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736135b0 0.000133
+gallium_dri.so free 0x557173613700 void 0.000131
+gallium_dri.so free 0x5571736135b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736136b0 0.000130
+gallium_dri.so free 0x5571736137c0 void 0.000133
+gallium_dri.so free 0x5571736136b0 void 0.000131
+gallium_dri.so malloc 72 0x557173613770 0.000195
+gallium_dri.so free 0x557173613840 void 0.000133
+gallium_dri.so free 0x557173613770 void 0.000130
+gallium_dri.so malloc 72 0x557173613770 0.000131
+gallium_dri.so free 0x557173613900 void 0.000135
+gallium_dri.so free 0x557173613770 void 0.000130
+gallium_dri.so malloc 72 0x557173613770 0.000131
+gallium_dri.so free 0x5571736139c0 void 0.000132
+gallium_dri.so free 0x557173613770 void 0.000131
+gallium_dri.so malloc 72 0x557173613970 0.000131
+gallium_dri.so free 0x557173613a40 void 0.000132
+gallium_dri.so free 0x557173613970 void 0.000131
+gallium_dri.so malloc 72 0x557173613a90 0.000131
+gallium_dri.so free 0x557173613b00 void 0.000132
+gallium_dri.so free 0x557173613a90 void 0.000132
+gallium_dri.so malloc 72 0x557173613b20 0.000132
+gallium_dri.so free 0x557173613bc0 void 0.000132
+gallium_dri.so free 0x557173613b20 void 0.000132
+gallium_dri.so malloc 72 0x557173613b70 0.000131
+gallium_dri.so free 0x557173613c40 void 0.000132
+gallium_dri.so free 0x557173613b70 void 0.000131
+gallium_dri.so malloc 72 0x557173613c40 0.000131
+gallium_dri.so free 0x557173613d00 void 0.000132
+gallium_dri.so free 0x557173613c40 void 0.000133
+gallium_dri.so malloc 72 0x557173613c40 0.000130
+gallium_dri.so free 0x557173613d80 void 0.000131
+gallium_dri.so free 0x557173613c40 void 0.000131
+gallium_dri.so malloc 72 0x557173613d80 0.000131
+gallium_dri.so free 0x557173613e40 void 0.000132
+gallium_dri.so free 0x557173613d80 void 0.000131
+gallium_dri.so malloc 72 0x557173613d80 0.000133
+gallium_dri.so free 0x557173613f00 void 0.000132
+gallium_dri.so free 0x557173613d80 void 0.000131
+gallium_dri.so malloc 72 0x557173613d80 0.000131
+gallium_dri.so free 0x557173613fc0 void 0.000131
+gallium_dri.so free 0x557173613d80 void 0.000131
+gallium_dri.so malloc 72 0x557173613f70 0.000132
+gallium_dri.so free 0x557173614040 void 0.000132
+gallium_dri.so free 0x557173613f70 void 0.000131
+gallium_dri.so malloc 72 0x557173614090 0.000131
+gallium_dri.so free 0x557173614100 void 0.000134
+gallium_dri.so free 0x557173614090 void 0.000131
+gallium_dri.so malloc 72 0x557173614140 0.000131
+gallium_dri.so free 0x5571736141c0 void 0.000132
+gallium_dri.so free 0x557173614140 void 0.000131
+gallium_dri.so malloc 72 0x557173614140 0.000186
+gallium_dri.so free 0x557173614240 void 0.000132
+gallium_dri.so free 0x557173614140 void 0.000132
+gallium_dri.so malloc 72 0x557173614270 0.000132
+gallium_dri.so free 0x5571736142c0 void 0.000131
+gallium_dri.so free 0x557173614270 void 0.000131
+gallium_dri.so malloc 72 0x557173614270 0.000132
+gallium_dri.so free 0x5571736143c0 void 0.000133
+gallium_dri.so free 0x557173614270 void 0.000132
+gallium_dri.so malloc 72 0x557173614370 0.000132
+gallium_dri.so free 0x557173614480 void 0.000132
+gallium_dri.so free 0x557173614370 void 0.000132
+gallium_dri.so malloc 72 0x557173614430 0.000132
+gallium_dri.so free 0x5571736144c0 void 0.000132
+gallium_dri.so free 0x557173614430 void 0.000131
+gallium_dri.so malloc 72 0x557173614430 0.000132
+gallium_dri.so free 0x557173614580 void 0.000132
+gallium_dri.so free 0x557173614430 void 0.000131
+gallium_dri.so malloc 72 0x5571736145f0 0.000206
+gallium_dri.so free 0x557173614640 void 0.000199
+gallium_dri.so free 0x5571736145f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736145f0 0.000120
+gallium_dri.so free 0x557173614740 void 0.000127
+gallium_dri.so free 0x5571736145f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736146f0 0.000120
+gallium_dri.so free 0x557173614800 void 0.000120
+gallium_dri.so free 0x5571736146f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736147b0 0.000120
+gallium_dri.so free 0x557173614840 void 0.000119
+gallium_dri.so free 0x5571736147b0 void 0.000134
+gallium_dri.so malloc 72 0x5571736147b0 0.000120
+gallium_dri.so free 0x557173614900 void 0.000121
+gallium_dri.so free 0x5571736147b0 void 0.000120
+gallium_dri.so malloc 72 0x557173614940 0.000118
+gallium_dri.so free 0x5571736149c0 void 0.000119
+gallium_dri.so free 0x557173614940 void 0.000119
+gallium_dri.so malloc 72 0x5571736149c0 0.000119
+gallium_dri.so free 0x557173614a80 void 0.000121
+gallium_dri.so free 0x5571736149c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736149c0 0.000120
+gallium_dri.so free 0x557173614b40 void 0.000119
+gallium_dri.so free 0x5571736149c0 void 0.000120
+gallium_dri.so malloc 72 0x557173614b60 0.000119
+gallium_dri.so free 0x557173614c00 void 0.000119
+gallium_dri.so free 0x557173614b60 void 0.000120
+gallium_dri.so malloc 72 0x557173614bb0 0.000119
+gallium_dri.so free 0x557173614c80 void 0.000119
+gallium_dri.so free 0x557173614bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173614bb0 0.000130
+gallium_dri.so free 0x557173614d00 void 0.000121
+gallium_dri.so free 0x557173614bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173614d00 0.000120
+gallium_dri.so free 0x557173614dc0 void 0.000119
+gallium_dri.so free 0x557173614d00 void 0.000120
+gallium_dri.so malloc 72 0x557173614d00 0.000118
+gallium_dri.so free 0x557173614e80 void 0.000119
+gallium_dri.so free 0x557173614d00 void 0.000118
+gallium_dri.so malloc 72 0x557173614d00 0.000119
+gallium_dri.so free 0x557173614f40 void 0.000120
+gallium_dri.so free 0x557173614d00 void 0.000118
+gallium_dri.so malloc 72 0x557173614ef0 0.000120
+gallium_dri.so free 0x557173615000 void 0.000120
+gallium_dri.so free 0x557173614ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173614fb0 0.000126
+gallium_dri.so free 0x557173615080 void 0.000119
+gallium_dri.so free 0x557173614fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736150d0 0.000118
+gallium_dri.so free 0x557173615140 void 0.000119
+gallium_dri.so free 0x5571736150d0 void 0.000118
+gallium_dri.so malloc 72 0x557173615160 0.000119
+gallium_dri.so free 0x557173615200 void 0.000119
+gallium_dri.so free 0x557173615160 void 0.000119
+gallium_dri.so malloc 72 0x5571736151b0 0.000118
+gallium_dri.so free 0x557173615280 void 0.000120
+gallium_dri.so free 0x5571736151b0 void 0.000142
+gallium_dri.so malloc 72 0x5571736151b0 0.000138
+gallium_dri.so free 0x557173615300 void 0.000132
+gallium_dri.so free 0x5571736151b0 void 0.000135
+gallium_dri.so malloc 72 0x557173615300 0.000137
+gallium_dri.so free 0x5571736153c0 void 0.000140
+gallium_dri.so free 0x557173615300 void 0.000138
+gallium_dri.so malloc 72 0x557173615300 0.000235
+gallium_dri.so free 0x5571736154c0 void 0.000236
+gallium_dri.so free 0x557173615300 void 0.000190
+gallium_dri.so malloc 72 0x557173615470 0.000170
+gallium_dri.so free 0x557173615500 void 0.000132
+gallium_dri.so free 0x557173615470 void 0.000137
+gallium_dri.so malloc 72 0x557173615470 0.000137
+gallium_dri.so free 0x5571736155c0 void 0.000197
+gallium_dri.so free 0x557173615470 void 0.000195
+gallium_dri.so malloc 72 0x557173615600 0.000189
+gallium_dri.so free 0x557173615680 void 0.000190
+gallium_dri.so free 0x557173615600 void 0.000202
+gallium_dri.so malloc 72 0x557173615680 0.000190
+gallium_dri.so free 0x557173615740 void 0.000166
+gallium_dri.so free 0x557173615680 void 0.000137
+gallium_dri.so malloc 72 0x557173615680 0.000189
+gallium_dri.so free 0x5571736157c0 void 0.000196
+gallium_dri.so free 0x557173615680 void 0.000171
+gallium_dri.so malloc 72 0x5571736157f0 0.000130
+gallium_dri.so free 0x557173615840 void 0.000132
+gallium_dri.so free 0x5571736157f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736157f0 0.000135
+gallium_dri.so free 0x557173615940 void 0.000139
+gallium_dri.so free 0x5571736157f0 void 0.000190
+gallium_dri.so malloc 72 0x557173615980 0.000168
+gallium_dri.so free 0x557173615a00 void 0.000133
+gallium_dri.so free 0x557173615980 void 0.000136
+gallium_dri.so malloc 72 0x557173615a00 0.000137
+gallium_dri.so free 0x557173615ac0 void 0.000192
+gallium_dri.so free 0x557173615a00 void 0.000193
+gallium_dri.so malloc 72 0x557173615a00 0.000233
+gallium_dri.so free 0x557173615b40 void 0.000192
+gallium_dri.so free 0x557173615a00 void 0.000248
+gallium_dri.so malloc 72 0x557173615b70 0.000173
+gallium_dri.so free 0x557173615bc0 void 0.000133
+gallium_dri.so free 0x557173615b70 void 0.000187
+gallium_dri.so malloc 72 0x557173615b70 0.000184
+gallium_dri.so free 0x557173615cc0 void 0.000182
+gallium_dri.so free 0x557173615b70 void 0.000184
+gallium_dri.so malloc 72 0x557173615c70 0.000183
+gallium_dri.so free 0x557173615d80 void 0.000184
+gallium_dri.so free 0x557173615c70 void 0.000163
+gallium_dri.so malloc 72 0x557173615d30 0.000125
+gallium_dri.so free 0x557173615e00 void 0.000125
+gallium_dri.so free 0x557173615d30 void 0.000128
+gallium_dri.so malloc 72 0x557173615d30 0.000129
+gallium_dri.so free 0x557173615ec0 void 0.000126
+gallium_dri.so free 0x557173615d30 void 0.000129
+gallium_dri.so malloc 72 0x557173615d30 0.000136
+gallium_dri.so free 0x557173615f80 void 0.000135
+gallium_dri.so free 0x557173615d30 void 0.000137
+gallium_dri.so malloc 72 0x557173615f30 0.000128
+gallium_dri.so free 0x557173616000 void 0.000126
+gallium_dri.so free 0x557173615f30 void 0.000132
+gallium_dri.so malloc 72 0x557173616050 0.000155
+gallium_dri.so free 0x5571736160c0 void 0.000168
+gallium_dri.so free 0x557173616050 void 0.000132
+gallium_dri.so malloc 72 0x5571736160e0 0.000138
+gallium_dri.so free 0x557173616180 void 0.000137
+gallium_dri.so free 0x5571736160e0 void 0.000133
+gallium_dri.so malloc 72 0x557173616130 0.000131
+gallium_dri.so free 0x557173616200 void 0.000131
+gallium_dri.so free 0x557173616130 void 0.000125
+gallium_dri.so malloc 72 0x557173616200 0.000124
+gallium_dri.so free 0x5571736162c0 void 0.000125
+gallium_dri.so free 0x557173616200 void 0.000128
+gallium_dri.so malloc 72 0x557173616200 0.000131
+gallium_dri.so free 0x557173616340 void 0.000131
+gallium_dri.so free 0x557173616200 void 0.000143
+gallium_dri.so malloc 72 0x557173616340 0.000131
+gallium_dri.so free 0x557173616400 void 0.000127
+gallium_dri.so free 0x557173616340 void 0.000124
+gallium_dri.so malloc 72 0x557173616340 0.000129
+gallium_dri.so free 0x5571736164c0 void 0.000130
+gallium_dri.so free 0x557173616340 void 0.000130
+gallium_dri.so malloc 72 0x557173616340 0.000131
+gallium_dri.so free 0x557173616580 void 0.000131
+gallium_dri.so free 0x557173616340 void 0.000126
+gallium_dri.so malloc 72 0x557173616530 0.000129
+gallium_dri.so free 0x557173616600 void 0.000173
+gallium_dri.so free 0x557173616530 void 0.000169
+gallium_dri.so malloc 72 0x557173616650 0.000165
+gallium_dri.so free 0x5571736166c0 void 0.000130
+gallium_dri.so free 0x557173616650 void 0.000131
+gallium_dri.so malloc 72 0x557173616700 0.000130
+gallium_dri.so free 0x557173616780 void 0.000130
+gallium_dri.so free 0x557173616700 void 0.000130
+gallium_dri.so malloc 72 0x557173616700 0.000130
+gallium_dri.so free 0x557173616800 void 0.000177
+gallium_dri.so free 0x557173616700 void 0.000132
+gallium_dri.so malloc 72 0x557173616830 0.000130
+gallium_dri.so free 0x557173616880 void 0.000132
+gallium_dri.so free 0x557173616830 void 0.000131
+gallium_dri.so malloc 72 0x557173616830 0.000126
+gallium_dri.so free 0x557173616980 void 0.000125
+gallium_dri.so free 0x557173616830 void 0.000125
+gallium_dri.so malloc 72 0x557173616930 0.000129
+gallium_dri.so free 0x557173616a40 void 0.000130
+gallium_dri.so free 0x557173616930 void 0.000131
+gallium_dri.so malloc 72 0x5571736169f0 0.000130
+gallium_dri.so free 0x557173616a80 void 0.000125
+gallium_dri.so free 0x5571736169f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736169f0 0.000125
+gallium_dri.so free 0x557173616b40 void 0.000131
+gallium_dri.so free 0x5571736169f0 void 0.000131
+gallium_dri.so malloc 72 0x557173616bb0 0.000130
+gallium_dri.so free 0x557173616c00 void 0.000131
+gallium_dri.so free 0x557173616bb0 void 0.000133
+gallium_dri.so malloc 72 0x557173616bb0 0.000137
+gallium_dri.so free 0x557173616d00 void 0.000127
+gallium_dri.so free 0x557173616bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173616cb0 0.000131
+gallium_dri.so free 0x557173616dc0 void 0.000142
+gallium_dri.so free 0x557173616cb0 void 0.000127
+gallium_dri.so malloc 72 0x557173616d70 0.000126
+gallium_dri.so free 0x557173616e00 void 0.000129
+gallium_dri.so free 0x557173616d70 void 0.000132
+gallium_dri.so malloc 72 0x557173616d70 0.000126
+gallium_dri.so free 0x557173616ec0 void 0.000125
+gallium_dri.so free 0x557173616d70 void 0.000128
+gallium_dri.so malloc 72 0x557173616f00 0.000129
+gallium_dri.so free 0x557173616f80 void 0.000131
+gallium_dri.so free 0x557173616f00 void 0.000131
+gallium_dri.so malloc 72 0x557173616f80 0.000133
+gallium_dri.so free 0x557173617040 void 0.000131
+gallium_dri.so free 0x557173616f80 void 0.000130
+gallium_dri.so malloc 72 0x557173616f80 0.000130
+gallium_dri.so free 0x557173617100 void 0.000126
+gallium_dri.so free 0x557173616f80 void 0.000125
+gallium_dri.so malloc 72 0x557173617120 0.000125
+gallium_dri.so free 0x5571736171c0 void 0.000129
+gallium_dri.so free 0x557173617120 void 0.000131
+gallium_dri.so malloc 72 0x557173617170 0.000130
+gallium_dri.so free 0x557173617240 void 0.000130
+gallium_dri.so free 0x557173617170 void 0.000130
+gallium_dri.so malloc 72 0x557173617170 0.000125
+gallium_dri.so free 0x5571736172c0 void 0.000141
+gallium_dri.so free 0x557173617170 void 0.000139
+gallium_dri.so malloc 72 0x5571736172c0 0.000132
+gallium_dri.so free 0x557173617380 void 0.000130
+gallium_dri.so free 0x5571736172c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736172c0 0.000126
+gallium_dri.so free 0x557173617440 void 0.000124
+gallium_dri.so free 0x5571736172c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736172c0 0.000131
+gallium_dri.so free 0x557173617500 void 0.000130
+gallium_dri.so free 0x5571736172c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736174b0 0.000124
+gallium_dri.so free 0x5571736175c0 void 0.000132
+gallium_dri.so free 0x5571736174b0 void 0.000125
+gallium_dri.so malloc 72 0x557173617570 0.000125
+gallium_dri.so free 0x557173617640 void 0.000120
+gallium_dri.so free 0x557173617570 void 0.000119
+gallium_dri.so malloc 72 0x557173617690 0.000118
+gallium_dri.so free 0x557173617700 void 0.000118
+gallium_dri.so free 0x557173617690 void 0.000118
+gallium_dri.so malloc 72 0x557173617720 0.000117
+gallium_dri.so free 0x5571736177c0 void 0.000119
+gallium_dri.so free 0x557173617720 void 0.000118
+gallium_dri.so malloc 72 0x557173617770 0.000118
+gallium_dri.so free 0x557173617840 void 0.000117
+gallium_dri.so free 0x557173617770 void 0.000174
+gallium_dri.so malloc 72 0x557173617770 0.000119
+gallium_dri.so free 0x5571736178c0 void 0.000119
+gallium_dri.so free 0x557173617770 void 0.000118
+gallium_dri.so malloc 72 0x5571736178c0 0.000118
+gallium_dri.so free 0x557173617980 void 0.000117
+gallium_dri.so free 0x5571736178c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736178c0 0.000118
+gallium_dri.so free 0x557173617a80 void 0.000125
+gallium_dri.so free 0x5571736178c0 void 0.000121
+gallium_dri.so malloc 72 0x557173617a30 0.000118
+gallium_dri.so free 0x557173617ac0 void 0.000119
+gallium_dri.so free 0x557173617a30 void 0.000118
+gallium_dri.so malloc 72 0x557173617a30 0.000117
+gallium_dri.so free 0x557173617b80 void 0.000119
+gallium_dri.so free 0x557173617a30 void 0.000119
+gallium_dri.so malloc 72 0x557173617bc0 0.000118
+gallium_dri.so free 0x557173617c40 void 0.000119
+gallium_dri.so free 0x557173617bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173617c40 0.000118
+gallium_dri.so free 0x557173617d00 void 0.000118
+gallium_dri.so free 0x557173617c40 void 0.000120
+gallium_dri.so malloc 72 0x557173617c40 0.000119
+gallium_dri.so free 0x557173617d80 void 0.000119
+gallium_dri.so free 0x557173617c40 void 0.000119
+gallium_dri.so malloc 72 0x557173617db0 0.000119
+gallium_dri.so free 0x557173617e00 void 0.000127
+gallium_dri.so free 0x557173617db0 void 0.000118
+gallium_dri.so malloc 72 0x557173617db0 0.000119
+gallium_dri.so free 0x557173617f00 void 0.000119
+gallium_dri.so free 0x557173617db0 void 0.000118
+gallium_dri.so malloc 72 0x557173617f40 0.000118
+gallium_dri.so free 0x557173617fc0 void 0.000117
+gallium_dri.so free 0x557173617f40 void 0.000118
+gallium_dri.so malloc 72 0x557173617fc0 0.000118
+gallium_dri.so free 0x557173618080 void 0.000119
+gallium_dri.so free 0x557173617fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173617fc0 0.000118
+gallium_dri.so free 0x557173618100 void 0.000118
+gallium_dri.so free 0x557173617fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173618130 0.000164
+gallium_dri.so free 0x557173618180 void 0.000120
+gallium_dri.so free 0x557173618130 void 0.000117
+gallium_dri.so malloc 72 0x557173618130 0.000119
+gallium_dri.so free 0x557173618280 void 0.000119
+gallium_dri.so free 0x557173618130 void 0.000118
+gallium_dri.so malloc 72 0x557173618230 0.000117
+gallium_dri.so free 0x557173618340 void 0.000119
+gallium_dri.so free 0x557173618230 void 0.000119
+gallium_dri.so malloc 72 0x5571736182f0 0.000117
+gallium_dri.so free 0x5571736183c0 void 0.000120
+gallium_dri.so free 0x5571736182f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736182f0 0.000128
+gallium_dri.so free 0x557173618480 void 0.000119
+gallium_dri.so free 0x5571736182f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736182f0 0.000125
+gallium_dri.so free 0x557173618540 void 0.000119
+gallium_dri.so free 0x5571736182f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736184f0 0.000118
+gallium_dri.so free 0x5571736185c0 void 0.000119
+gallium_dri.so free 0x5571736184f0 void 0.000119
+gallium_dri.so malloc 72 0x557173618610 0.000117
+gallium_dri.so free 0x557173618680 void 0.000119
+gallium_dri.so free 0x557173618610 void 0.000118
+gallium_dri.so malloc 72 0x5571736186a0 0.000119
+gallium_dri.so free 0x557173618740 void 0.000119
+gallium_dri.so free 0x5571736186a0 void 0.000119
+gallium_dri.so malloc 72 0x5571736186f0 0.000118
+gallium_dri.so free 0x5571736187c0 void 0.000119
+gallium_dri.so free 0x5571736186f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736187c0 0.000117
+gallium_dri.so free 0x557173618880 void 0.000118
+gallium_dri.so free 0x5571736187c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736187c0 0.000117
+gallium_dri.so free 0x557173618900 void 0.000120
+gallium_dri.so free 0x5571736187c0 void 0.000121
+gallium_dri.so malloc 72 0x557173618900 0.000120
+gallium_dri.so free 0x5571736189c0 void 0.000119
+gallium_dri.so free 0x557173618900 void 0.000127
+gallium_dri.so malloc 72 0x557173618900 0.000120
+gallium_dri.so free 0x557173618a80 void 0.000119
+gallium_dri.so free 0x557173618900 void 0.000119
+gallium_dri.so malloc 72 0x557173618900 0.000118
+gallium_dri.so free 0x557173618b40 void 0.000120
+gallium_dri.so free 0x557173618900 void 0.000118
+gallium_dri.so malloc 72 0x557173618af0 0.000119
+gallium_dri.so free 0x557173618bc0 void 0.000118
+gallium_dri.so free 0x557173618af0 void 0.000118
+gallium_dri.so malloc 72 0x557173618c10 0.000118
+gallium_dri.so free 0x557173618c80 void 0.000118
+gallium_dri.so free 0x557173618c10 void 0.000119
+gallium_dri.so malloc 72 0x557173618cc0 0.000119
+gallium_dri.so free 0x557173618d40 void 0.000118
+gallium_dri.so free 0x557173618cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173618cc0 0.000121
+gallium_dri.so free 0x557173618dc0 void 0.000119
+gallium_dri.so free 0x557173618cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173618df0 0.000118
+gallium_dri.so free 0x557173618e40 void 0.000118
+gallium_dri.so free 0x557173618df0 void 0.000118
+gallium_dri.so malloc 72 0x557173618df0 0.000118
+gallium_dri.so free 0x557173618f40 void 0.000117
+gallium_dri.so free 0x557173618df0 void 0.000118
+gallium_dri.so malloc 72 0x557173618ef0 0.000118
+gallium_dri.so free 0x557173619000 void 0.000117
+gallium_dri.so free 0x557173618ef0 void 0.000127
+gallium_dri.so malloc 72 0x557173618fb0 0.000158
+gallium_dri.so free 0x557173619040 void 0.000119
+gallium_dri.so free 0x557173618fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173618fb0 0.000117
+gallium_dri.so free 0x557173619100 void 0.000120
+gallium_dri.so free 0x557173618fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173619170 0.000119
+gallium_dri.so free 0x5571736191c0 void 0.000120
+gallium_dri.so free 0x557173619170 void 0.000118
+gallium_dri.so malloc 72 0x557173619170 0.000118
+gallium_dri.so free 0x5571736192c0 void 0.000119
+gallium_dri.so free 0x557173619170 void 0.000120
+gallium_dri.so malloc 72 0x557173619270 0.000118
+gallium_dri.so free 0x557173619380 void 0.000118
+gallium_dri.so free 0x557173619270 void 0.000118
+gallium_dri.so malloc 72 0x557173619330 0.000118
+gallium_dri.so free 0x5571736193c0 void 0.000119
+gallium_dri.so free 0x557173619330 void 0.000118
+gallium_dri.so malloc 72 0x557173619330 0.000124
+gallium_dri.so free 0x557173619480 void 0.000120
+gallium_dri.so free 0x557173619330 void 0.000119
+gallium_dri.so malloc 72 0x5571736194c0 0.000118
+gallium_dri.so free 0x557173619540 void 0.000119
+gallium_dri.so free 0x5571736194c0 void 0.000119
+gallium_dri.so malloc 72 0x557173619540 0.000119
+gallium_dri.so free 0x557173619600 void 0.000165
+gallium_dri.so free 0x557173619540 void 0.000120
+gallium_dri.so malloc 72 0x557173619540 0.000118
+gallium_dri.so free 0x5571736196c0 void 0.000118
+gallium_dri.so free 0x557173619540 void 0.000118
+gallium_dri.so malloc 72 0x5571736196e0 0.000119
+gallium_dri.so free 0x557173619780 void 0.000117
+gallium_dri.so free 0x5571736196e0 void 0.000121
+gallium_dri.so malloc 72 0x557173619730 0.000119
+gallium_dri.so free 0x557173619800 void 0.000132
+gallium_dri.so free 0x557173619730 void 0.000119
+gallium_dri.so malloc 72 0x557173619730 0.000118
+gallium_dri.so free 0x557173619880 void 0.000119
+gallium_dri.so free 0x557173619730 void 0.000119
+gallium_dri.so malloc 72 0x557173619880 0.000118
+gallium_dri.so free 0x557173619940 void 0.000118
+gallium_dri.so free 0x557173619880 void 0.000118
+gallium_dri.so malloc 72 0x557173619880 0.000117
+gallium_dri.so free 0x557173619a00 void 0.000119
+gallium_dri.so free 0x557173619880 void 0.000118
+gallium_dri.so malloc 72 0x557173619880 0.000119
+gallium_dri.so free 0x557173619ac0 void 0.000117
+gallium_dri.so free 0x557173619880 void 0.000117
+gallium_dri.so malloc 72 0x557173619a70 0.000118
+gallium_dri.so free 0x557173619b80 void 0.000119
+gallium_dri.so free 0x557173619a70 void 0.000118
+gallium_dri.so malloc 72 0x557173619b30 0.000128
+gallium_dri.so free 0x557173619c00 void 0.000120
+gallium_dri.so free 0x557173619b30 void 0.000115
+gallium_dri.so malloc 72 0x557173619c50 0.000117
+gallium_dri.so free 0x557173619cc0 void 0.000118
+gallium_dri.so free 0x557173619c50 void 0.000118
+gallium_dri.so malloc 72 0x557173619ce0 0.000119
+gallium_dri.so free 0x557173619d80 void 0.000118
+gallium_dri.so free 0x557173619ce0 void 0.000119
+gallium_dri.so malloc 72 0x557173619d30 0.000118
+gallium_dri.so free 0x557173619e00 void 0.000118
+gallium_dri.so free 0x557173619d30 void 0.000119
+gallium_dri.so malloc 72 0x557173619d30 0.000119
+gallium_dri.so free 0x557173619e80 void 0.000117
+gallium_dri.so free 0x557173619d30 void 0.000151
+gallium_dri.so malloc 72 0x557173619e80 0.000122
+gallium_dri.so free 0x557173619f40 void 0.000118
+gallium_dri.so free 0x557173619e80 void 0.000118
+gallium_dri.so malloc 72 0x557173619e80 0.000118
+gallium_dri.so free 0x55717361a040 void 0.000118
+gallium_dri.so free 0x557173619e80 void 0.000118
+gallium_dri.so malloc 72 0x557173619ff0 0.000118
+gallium_dri.so free 0x55717361a080 void 0.000119
+gallium_dri.so free 0x557173619ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173619ff0 0.000118
+gallium_dri.so free 0x55717361a140 void 0.000120
+gallium_dri.so free 0x557173619ff0 void 0.000128
+gallium_dri.so malloc 72 0x55717361a180 0.000120
+gallium_dri.so free 0x55717361a200 void 0.000118
+gallium_dri.so free 0x55717361a180 void 0.000119
+gallium_dri.so malloc 72 0x55717361a200 0.000117
+gallium_dri.so free 0x55717361a2c0 void 0.000117
+gallium_dri.so free 0x55717361a200 void 0.000119
+gallium_dri.so malloc 72 0x55717361a200 0.000118
+gallium_dri.so free 0x55717361a340 void 0.000117
+gallium_dri.so free 0x55717361a200 void 0.000120
+gallium_dri.so malloc 72 0x55717361a370 0.000120
+gallium_dri.so free 0x55717361a3c0 void 0.000118
+gallium_dri.so free 0x55717361a370 void 0.000118
+gallium_dri.so malloc 72 0x55717361a370 0.000119
+gallium_dri.so free 0x55717361a4c0 void 0.000117
+gallium_dri.so free 0x55717361a370 void 0.000119
+gallium_dri.so malloc 72 0x55717361a500 0.000119
+gallium_dri.so free 0x55717361a580 void 0.000118
+gallium_dri.so free 0x55717361a500 void 0.000117
+gallium_dri.so malloc 72 0x55717361a580 0.000117
+gallium_dri.so free 0x55717361a640 void 0.000117
+gallium_dri.so free 0x55717361a580 void 0.000119
+gallium_dri.so malloc 72 0x55717361a580 0.000117
+gallium_dri.so free 0x55717361a6c0 void 0.000123
+gallium_dri.so free 0x55717361a580 void 0.000120
+gallium_dri.so malloc 72 0x55717361a6f0 0.000119
+gallium_dri.so free 0x55717361a740 void 0.000180
+gallium_dri.so free 0x55717361a6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a6f0 0.000118
+gallium_dri.so free 0x55717361a840 void 0.000118
+gallium_dri.so free 0x55717361a6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a7f0 0.000119
+gallium_dri.so free 0x55717361a900 void 0.000119
+gallium_dri.so free 0x55717361a7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8b0 0.000118
+gallium_dri.so free 0x55717361a980 void 0.000119
+gallium_dri.so free 0x55717361a8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a8b0 0.000119
+gallium_dri.so free 0x55717361aa40 void 0.000117
+gallium_dri.so free 0x55717361a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8b0 0.000118
+gallium_dri.so free 0x55717361ab00 void 0.000118
+gallium_dri.so free 0x55717361a8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361aab0 0.000118
+gallium_dri.so free 0x55717361ab80 void 0.000121
+gallium_dri.so free 0x55717361aab0 void 0.000119
+gallium_dri.so malloc 72 0x55717361abd0 0.000119
+gallium_dri.so free 0x55717361ac40 void 0.000118
+gallium_dri.so free 0x55717361abd0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ac60 0.000117
+gallium_dri.so free 0x55717361ad00 void 0.000118
+gallium_dri.so free 0x55717361ac60 void 0.000119
+gallium_dri.so malloc 72 0x55717361acb0 0.000120
+gallium_dri.so free 0x55717361ad80 void 0.000120
+gallium_dri.so free 0x55717361acb0 void 0.000161
+gallium_dri.so malloc 72 0x55717361ad80 0.000120
+gallium_dri.so free 0x55717361ae40 void 0.000119
+gallium_dri.so free 0x55717361ad80 void 0.000119
+gallium_dri.so malloc 72 0x55717361ad80 0.000117
+gallium_dri.so free 0x55717361aec0 void 0.000119
+gallium_dri.so free 0x55717361ad80 void 0.000118
+gallium_dri.so malloc 72 0x55717361aec0 0.000119
+gallium_dri.so free 0x55717361af80 void 0.000119
+gallium_dri.so free 0x55717361aec0 void 0.000118
+gallium_dri.so malloc 72 0x55717361aec0 0.000118
+gallium_dri.so free 0x55717361b040 void 0.000119
+gallium_dri.so free 0x55717361aec0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aec0 0.000119
+gallium_dri.so free 0x55717361b100 void 0.000119
+gallium_dri.so free 0x55717361aec0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b0b0 0.000118
+gallium_dri.so free 0x55717361b180 void 0.000119
+gallium_dri.so free 0x55717361b0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b1d0 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000119
+gallium_dri.so free 0x55717361b1d0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b280 0.000119
+gallium_dri.so free 0x55717361b300 void 0.000119
+gallium_dri.so free 0x55717361b280 void 0.000121
+gallium_dri.so malloc 72 0x55717361b280 0.000120
+gallium_dri.so free 0x55717361b380 void 0.000119
+gallium_dri.so free 0x55717361b280 void 0.000117
+gallium_dri.so malloc 72 0x55717361b3b0 0.000118
+gallium_dri.so free 0x55717361b400 void 0.000119
+gallium_dri.so free 0x55717361b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3b0 0.000120
+gallium_dri.so free 0x55717361b500 void 0.000119
+gallium_dri.so free 0x55717361b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b4b0 0.000121
+gallium_dri.so free 0x55717361b5c0 void 0.000134
+gallium_dri.so free 0x55717361b4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b570 0.000118
+gallium_dri.so free 0x55717361b600 void 0.000119
+gallium_dri.so free 0x55717361b570 void 0.000117
+gallium_dri.so malloc 72 0x55717361b570 0.000119
+gallium_dri.so free 0x55717361b6c0 void 0.000118
+gallium_dri.so free 0x55717361b570 void 0.000118
+gallium_dri.so malloc 72 0x55717361b730 0.000119
+gallium_dri.so free 0x55717361b780 void 0.000120
+gallium_dri.so free 0x55717361b730 void 0.000119
+gallium_dri.so malloc 72 0x55717361b730 0.000118
+gallium_dri.so free 0x55717361b880 void 0.000119
+gallium_dri.so free 0x55717361b730 void 0.000118
+gallium_dri.so malloc 72 0x55717361b830 0.000118
+gallium_dri.so free 0x55717361b940 void 0.000119
+gallium_dri.so free 0x55717361b830 void 0.000166
+gallium_dri.so malloc 72 0x55717361b8f0 0.000119
+gallium_dri.so free 0x55717361b980 void 0.000118
+gallium_dri.so free 0x55717361b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b8f0 0.000118
+gallium_dri.so free 0x55717361ba40 void 0.000118
+gallium_dri.so free 0x55717361b8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ba80 0.000121
+gallium_dri.so free 0x55717361bb00 void 0.000119
+gallium_dri.so free 0x55717361ba80 void 0.000119
+gallium_dri.so malloc 72 0x55717361bb00 0.000118
+gallium_dri.so free 0x55717361bbc0 void 0.000164
+gallium_dri.so free 0x55717361bb00 void 0.000156
+gallium_dri.so malloc 72 0x55717361bb00 0.000118
+gallium_dri.so free 0x55717361bc80 void 0.000163
+gallium_dri.so free 0x55717361bb00 void 0.000120
+gallium_dri.so malloc 72 0x55717361bca0 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000119
+gallium_dri.so free 0x55717361bca0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bcf0 0.000119
+gallium_dri.so free 0x55717361bdc0 void 0.000120
+gallium_dri.so free 0x55717361bcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bcf0 0.000120
+gallium_dri.so free 0x55717361be40 void 0.000120
+gallium_dri.so free 0x55717361bcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361be40 0.000128
+gallium_dri.so free 0x55717361bf00 void 0.000118
+gallium_dri.so free 0x55717361be40 void 0.000122
+gallium_dri.so malloc 72 0x55717361be40 0.000118
+gallium_dri.so free 0x55717361bfc0 void 0.000118
+gallium_dri.so free 0x55717361be40 void 0.000118
+gallium_dri.so malloc 72 0x55717361be40 0.000118
+gallium_dri.so free 0x55717361c080 void 0.000118
+gallium_dri.so free 0x55717361be40 void 0.000117
+gallium_dri.so malloc 72 0x55717361c030 0.000120
+gallium_dri.so free 0x55717361c140 void 0.000118
+gallium_dri.so free 0x55717361c030 void 0.000119
+gallium_dri.so malloc 72 0x55717361c0f0 0.000119
+gallium_dri.so free 0x55717361c1c0 void 0.000119
+gallium_dri.so free 0x55717361c0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c210 0.000121
+gallium_dri.so free 0x55717361c280 void 0.000133
+gallium_dri.so free 0x55717361c210 void 0.000122
+gallium_dri.so malloc 72 0x55717361c2a0 0.000120
+gallium_dri.so free 0x55717361c340 void 0.000119
+gallium_dri.so free 0x55717361c2a0 void 0.000150
+gallium_dri.so malloc 72 0x55717361c2f0 0.000128
+gallium_dri.so free 0x55717361c3c0 void 0.000128
+gallium_dri.so free 0x55717361c2f0 void 0.000143
+gallium_dri.so malloc 72 0x55717361c2f0 0.000130
+gallium_dri.so free 0x55717361c440 void 0.000130
+gallium_dri.so free 0x55717361c2f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c440 0.000124
+gallium_dri.so free 0x55717361c500 void 0.000125
+gallium_dri.so free 0x55717361c440 void 0.000118
+gallium_dri.so malloc 72 0x55717361c440 0.000120
+gallium_dri.so free 0x55717361c600 void 0.000118
+gallium_dri.so free 0x55717361c440 void 0.000118
+gallium_dri.so malloc 72 0x55717361c5b0 0.000119
+gallium_dri.so free 0x55717361c640 void 0.000119
+gallium_dri.so free 0x55717361c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c5b0 0.000120
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so free 0x55717361c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c740 0.000118
+gallium_dri.so free 0x55717361c7c0 void 0.000119
+gallium_dri.so free 0x55717361c740 void 0.000118
+gallium_dri.so malloc 72 0x55717361c7c0 0.000117
+gallium_dri.so free 0x55717361c880 void 0.000118
+gallium_dri.so free 0x55717361c7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c7c0 0.000122
+gallium_dri.so free 0x55717361c900 void 0.000124
+gallium_dri.so free 0x55717361c7c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c930 0.000118
+gallium_dri.so free 0x55717361c980 void 0.000123
+gallium_dri.so free 0x55717361c930 void 0.000158
+gallium_dri.so malloc 72 0x55717361c930 0.000123
+gallium_dri.so free 0x55717361ca80 void 0.000168
+gallium_dri.so free 0x55717361c930 void 0.000120
+gallium_dri.so malloc 72 0x55717361cac0 0.000118
+gallium_dri.so free 0x55717361cb40 void 0.000119
+gallium_dri.so free 0x55717361cac0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cb40 0.000120
+gallium_dri.so free 0x55717361cc00 void 0.000120
+gallium_dri.so free 0x55717361cb40 void 0.000122
+gallium_dri.so malloc 72 0x55717361cb40 0.000118
+gallium_dri.so free 0x55717361cc80 void 0.000121
+gallium_dri.so free 0x55717361cb40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ccb0 0.000119
+gallium_dri.so free 0x55717361cd00 void 0.000119
+gallium_dri.so free 0x55717361ccb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ccb0 0.000119
+gallium_dri.so free 0x55717361ce00 void 0.000120
+gallium_dri.so free 0x55717361ccb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cdb0 0.000119
+gallium_dri.so free 0x55717361cec0 void 0.000125
+gallium_dri.so free 0x55717361cdb0 void 0.000145
+gallium_dri.so malloc 72 0x55717361ce70 0.000129
+gallium_dri.so free 0x55717361cf40 void 0.000128
+gallium_dri.so free 0x55717361ce70 void 0.000128
+gallium_dri.so malloc 72 0x55717361ce70 0.000135
+gallium_dri.so free 0x55717361d000 void 0.000128
+gallium_dri.so free 0x55717361ce70 void 0.000122
+gallium_dri.so malloc 72 0x55717361ce70 0.000125
+gallium_dri.so free 0x55717361d0c0 void 0.000122
+gallium_dri.so free 0x55717361ce70 void 0.000117
+gallium_dri.so malloc 72 0x55717361d070 0.000159
+gallium_dri.so free 0x55717361d140 void 0.000145
+gallium_dri.so free 0x55717361d070 void 0.000177
+gallium_dri.so malloc 72 0x55717361d190 0.000135
+gallium_dri.so free 0x55717361d200 void 0.000126
+gallium_dri.so free 0x55717361d190 void 0.000132
+gallium_dri.so malloc 72 0x55717361d220 0.000126
+gallium_dri.so free 0x55717361d2c0 void 0.000123
+gallium_dri.so free 0x55717361d220 void 0.000122
+gallium_dri.so malloc 72 0x55717361d270 0.000126
+gallium_dri.so free 0x55717361d340 void 0.000128
+gallium_dri.so free 0x55717361d270 void 0.000126
+gallium_dri.so malloc 72 0x55717361d340 0.000126
+gallium_dri.so free 0x55717361d400 void 0.000123
+gallium_dri.so free 0x55717361d340 void 0.000116
+gallium_dri.so malloc 72 0x55717361d340 0.000121
+gallium_dri.so free 0x55717361d480 void 0.000122
+gallium_dri.so free 0x55717361d340 void 0.000150
+gallium_dri.so malloc 72 0x55717361d480 0.000128
+gallium_dri.so free 0x55717361d540 void 0.000127
+gallium_dri.so free 0x55717361d480 void 0.000122
+gallium_dri.so malloc 72 0x55717361d480 0.000119
+gallium_dri.so free 0x55717361d600 void 0.000120
+gallium_dri.so free 0x55717361d480 void 0.000129
+gallium_dri.so malloc 72 0x55717361d480 0.000131
+gallium_dri.so free 0x55717361d6c0 void 0.000129
+gallium_dri.so free 0x55717361d480 void 0.000128
+gallium_dri.so malloc 72 0x55717361d670 0.000127
+gallium_dri.so free 0x55717361d740 void 0.000123
+gallium_dri.so free 0x55717361d670 void 0.000123
+gallium_dri.so malloc 72 0x55717361d790 0.000130
+gallium_dri.so free 0x55717361d800 void 0.000126
+gallium_dri.so free 0x55717361d790 void 0.000123
+gallium_dri.so malloc 72 0x55717361d840 0.000125
+gallium_dri.so free 0x55717361d8c0 void 0.000123
+gallium_dri.so free 0x55717361d840 void 0.000123
+gallium_dri.so malloc 72 0x55717361d840 0.000122
+gallium_dri.so free 0x55717361d940 void 0.000153
+gallium_dri.so free 0x55717361d840 void 0.000124
+gallium_dri.so malloc 72 0x55717361d970 0.000122
+gallium_dri.so free 0x55717361d9c0 void 0.000123
+gallium_dri.so free 0x55717361d970 void 0.000131
+gallium_dri.so malloc 72 0x55717361d970 0.000119
+gallium_dri.so free 0x55717361dac0 void 0.000117
+gallium_dri.so free 0x55717361d970 void 0.000116
+gallium_dri.so malloc 72 0x55717361da70 0.000117
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361da70 void 0.000116
+gallium_dri.so malloc 72 0x55717361db30 0.000116
+gallium_dri.so free 0x55717361dbc0 void 0.000113
+gallium_dri.so free 0x55717361db30 void 0.000116
+gallium_dri.so malloc 72 0x55717361db30 0.000115
+gallium_dri.so free 0x55717361dc80 void 0.000113
+gallium_dri.so free 0x55717361db30 void 0.000114
+gallium_dri.so malloc 72 0x55717361dcf0 0.000115
+gallium_dri.so free 0x55717361dd40 void 0.000115
+gallium_dri.so free 0x55717361dcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361dcf0 0.000115
+gallium_dri.so free 0x55717361de40 void 0.000113
+gallium_dri.so free 0x55717361dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddf0 0.000114
+gallium_dri.so free 0x55717361df00 void 0.000114
+gallium_dri.so free 0x55717361ddf0 void 0.000123
+gallium_dri.so malloc 72 0x55717361deb0 0.000127
+gallium_dri.so free 0x55717361df40 void 0.000128
+gallium_dri.so free 0x55717361deb0 void 0.000127
+gallium_dri.so malloc 72 0x55717361deb0 0.000118
+gallium_dri.so free 0x55717361e000 void 0.000117
+gallium_dri.so free 0x55717361deb0 void 0.000138
+gallium_dri.so malloc 72 0x55717361e040 0.001563
+gallium_dri.so free 0x55717361e0c0 void 0.000158
+gallium_dri.so free 0x55717361e040 void 0.000151
+gallium_dri.so malloc 72 0x55717361e0c0 0.000134
+gallium_dri.so free 0x55717361e180 void 0.000133
+gallium_dri.so free 0x55717361e0c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e0c0 0.000126
+gallium_dri.so free 0x55717361e240 void 0.000125
+gallium_dri.so free 0x55717361e0c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e260 0.000125
+gallium_dri.so free 0x55717361e300 void 0.000126
+gallium_dri.so free 0x55717361e260 void 0.000130
+gallium_dri.so malloc 72 0x55717361e2b0 0.000131
+gallium_dri.so free 0x55717361e380 void 0.000128
+gallium_dri.so free 0x55717361e2b0 void 0.000154
+gallium_dri.so malloc 72 0x55717361e2b0 0.000134
+gallium_dri.so free 0x55717361e400 void 0.000131
+gallium_dri.so free 0x55717361e2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361e400 0.000132
+gallium_dri.so free 0x55717361e4c0 void 0.000131
+gallium_dri.so free 0x55717361e400 void 0.000132
+gallium_dri.so malloc 72 0x55717361e400 0.000131
+gallium_dri.so free 0x55717361e580 void 0.000132
+gallium_dri.so free 0x55717361e400 void 0.000130
+gallium_dri.so malloc 72 0x55717361e400 0.000132
+gallium_dri.so free 0x55717361e640 void 0.000135
+gallium_dri.so free 0x55717361e400 void 0.000131
+gallium_dri.so malloc 72 0x55717361e5f0 0.000132
+gallium_dri.so free 0x55717361e700 void 0.000131
+gallium_dri.so free 0x55717361e5f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361e6b0 0.000131
+gallium_dri.so free 0x55717361e780 void 0.000132
+gallium_dri.so free 0x55717361e6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e7d0 0.000130
+gallium_dri.so free 0x55717361e840 void 0.000132
+gallium_dri.so free 0x55717361e7d0 void 0.000130
+gallium_dri.so malloc 72 0x55717361e860 0.000131
+gallium_dri.so free 0x55717361e900 void 0.000177
+gallium_dri.so free 0x55717361e860 void 0.000176
+gallium_dri.so malloc 72 0x55717361e8b0 0.000177
+gallium_dri.so free 0x55717361e980 void 0.000177
+gallium_dri.so free 0x55717361e8b0 void 0.000177
+gallium_dri.so malloc 72 0x55717361e8b0 0.000176
+gallium_dri.so free 0x55717361ea00 void 0.000179
+gallium_dri.so free 0x55717361e8b0 void 0.000175
+gallium_dri.so malloc 72 0x55717361ea00 0.000183
+gallium_dri.so free 0x55717361eac0 void 0.000139
+gallium_dri.so free 0x55717361ea00 void 0.000139
+gallium_dri.so malloc 72 0x55717361ea00 0.000138
+gallium_dri.so free 0x55717361ebc0 void 0.000139
+gallium_dri.so free 0x55717361ea00 void 0.000138
+gallium_dri.so malloc 72 0x55717361eb70 0.000138
+gallium_dri.so free 0x55717361ec00 void 0.000137
+gallium_dri.so free 0x55717361eb70 void 0.000138
+gallium_dri.so malloc 72 0x55717361eb70 0.000137
+gallium_dri.so free 0x55717361ecc0 void 0.000137
+gallium_dri.so free 0x55717361eb70 void 0.000155
+gallium_dri.so malloc 72 0x55717361ed00 0.000139
+gallium_dri.so free 0x55717361ed80 void 0.000139
+gallium_dri.so free 0x55717361ed00 void 0.000136
+gallium_dri.so malloc 72 0x55717361ed80 0.000137
+gallium_dri.so free 0x55717361ee40 void 0.000138
+gallium_dri.so free 0x55717361ed80 void 0.000138
+gallium_dri.so malloc 72 0x55717361ed80 0.000137
+gallium_dri.so free 0x55717361eec0 void 0.000137
+gallium_dri.so free 0x55717361ed80 void 0.000139
+gallium_dri.so malloc 72 0x55717361eef0 0.000138
+gallium_dri.so free 0x55717361ef40 void 0.000139
+gallium_dri.so free 0x55717361eef0 void 0.000137
+gallium_dri.so malloc 72 0x55717361eef0 0.000139
+gallium_dri.so free 0x55717361f040 void 0.000140
+gallium_dri.so free 0x55717361eef0 void 0.000138
+gallium_dri.so malloc 72 0x55717361f080 0.000139
+gallium_dri.so free 0x55717361f100 void 0.000141
+gallium_dri.so free 0x55717361f080 void 0.000138
+gallium_dri.so malloc 72 0x55717361f100 0.000138
+gallium_dri.so free 0x55717361f1c0 void 0.000139
+gallium_dri.so free 0x55717361f100 void 0.000138
+gallium_dri.so malloc 72 0x55717361f100 0.000158
+gallium_dri.so free 0x55717361f240 void 0.000140
+gallium_dri.so free 0x55717361f100 void 0.000138
+gallium_dri.so malloc 72 0x55717361f270 0.000138
+gallium_dri.so free 0x55717361f2c0 void 0.000139
+gallium_dri.so free 0x55717361f270 void 0.000138
+gallium_dri.so malloc 72 0x55717361f270 0.000138
+gallium_dri.so free 0x55717361f3c0 void 0.000140
+gallium_dri.so free 0x55717361f270 void 0.000137
+gallium_dri.so malloc 72 0x55717361f370 0.000137
+gallium_dri.so free 0x55717361f480 void 0.000137
+gallium_dri.so free 0x55717361f370 void 0.000139
+gallium_dri.so malloc 72 0x55717361f430 0.000139
+gallium_dri.so free 0x55717361f500 void 0.000139
+gallium_dri.so free 0x55717361f430 void 0.000138
+gallium_dri.so malloc 72 0x55717361f430 0.000137
+gallium_dri.so free 0x55717361f5c0 void 0.000138
+gallium_dri.so free 0x55717361f430 void 0.000139
+gallium_dri.so malloc 72 0x55717361f430 0.000138
+gallium_dri.so free 0x55717361f680 void 0.000139
+gallium_dri.so free 0x55717361f430 void 0.000139
+gallium_dri.so malloc 72 0x55717361f630 0.000138
+gallium_dri.so free 0x55717361f700 void 0.000150
+gallium_dri.so free 0x55717361f630 void 0.000138
+gallium_dri.so malloc 72 0x55717361f750 0.000146
+gallium_dri.so free 0x55717361f7c0 void 0.000132
+gallium_dri.so free 0x55717361f750 void 0.000132
+gallium_dri.so malloc 72 0x55717361f7e0 0.000132
+gallium_dri.so free 0x55717361f880 void 0.000133
+gallium_dri.so free 0x55717361f7e0 void 0.000132
+gallium_dri.so malloc 72 0x55717361f830 0.000133
+gallium_dri.so free 0x55717361f900 void 0.000132
+gallium_dri.so free 0x55717361f830 void 0.000131
+gallium_dri.so malloc 72 0x55717361f900 0.000131
+gallium_dri.so free 0x55717361f9c0 void 0.000132
+gallium_dri.so free 0x55717361f900 void 0.000131
+gallium_dri.so malloc 72 0x55717361f900 0.000132
+gallium_dri.so free 0x55717361fa40 void 0.000131
+gallium_dri.so free 0x55717361f900 void 0.000132
+gallium_dri.so malloc 72 0x55717361fa40 0.000131
+gallium_dri.so free 0x55717361fb00 void 0.000132
+gallium_dri.so free 0x55717361fa40 void 0.000130
+gallium_dri.so malloc 72 0x55717361fa40 0.000132
+gallium_dri.so free 0x55717361fbc0 void 0.000133
+gallium_dri.so free 0x55717361fa40 void 0.000132
+gallium_dri.so malloc 72 0x55717361fa40 0.000122
+gallium_dri.so free 0x55717361fc80 void 0.000133
+gallium_dri.so free 0x55717361fa40 void 0.000133
+gallium_dri.so malloc 72 0x55717361fc30 0.000133
+gallium_dri.so free 0x55717361fd00 void 0.000131
+gallium_dri.so free 0x55717361fc30 void 0.000130
+gallium_dri.so malloc 72 0x55717361fd50 0.000130
+gallium_dri.so free 0x55717361fdc0 void 0.000131
+gallium_dri.so free 0x55717361fd50 void 0.000130
+gallium_dri.so malloc 72 0x55717361fe00 0.000133
+gallium_dri.so free 0x55717361fe80 void 0.000133
+gallium_dri.so free 0x55717361fe00 void 0.000132
+gallium_dri.so malloc 72 0x55717361fe00 0.000130
+gallium_dri.so free 0x55717361ff00 void 0.000132
+gallium_dri.so free 0x55717361fe00 void 0.000131
+gallium_dri.so malloc 72 0x55717361ff30 0.000132
+gallium_dri.so free 0x55717361ff80 void 0.000132
+gallium_dri.so free 0x55717361ff30 void 0.000132
+gallium_dri.so malloc 72 0x55717361ff30 0.000131
+gallium_dri.so free 0x557173620080 void 0.000132
+gallium_dri.so free 0x55717361ff30 void 0.000130
+gallium_dri.so malloc 72 0x557173620030 0.000130
+gallium_dri.so free 0x557173620140 void 0.000131
+gallium_dri.so free 0x557173620030 void 0.000174
+gallium_dri.so malloc 72 0x5571736200f0 0.000131
+gallium_dri.so free 0x557173620180 void 0.000131
+gallium_dri.so free 0x5571736200f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736200f0 0.000133
+gallium_dri.so free 0x557173620240 void 0.000132
+gallium_dri.so free 0x5571736200f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736202b0 0.000131
+gallium_dri.so free 0x557173620300 void 0.000132
+gallium_dri.so free 0x5571736202b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736202b0 0.000132
+gallium_dri.so free 0x557173620400 void 0.000132
+gallium_dri.so free 0x5571736202b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736203b0 0.000130
+gallium_dri.so free 0x5571736204c0 void 0.000132
+gallium_dri.so free 0x5571736203b0 void 0.000130
+gallium_dri.so malloc 72 0x557173620470 0.000136
+gallium_dri.so free 0x557173620500 void 0.000133
+gallium_dri.so free 0x557173620470 void 0.000131
+gallium_dri.so malloc 72 0x557173620470 0.000131
+gallium_dri.so free 0x5571736205c0 void 0.000131
+gallium_dri.so free 0x557173620470 void 0.000131
+gallium_dri.so malloc 72 0x557173620600 0.000131
+gallium_dri.so free 0x557173620680 void 0.000134
+gallium_dri.so free 0x557173620600 void 0.000132
+gallium_dri.so malloc 72 0x557173620680 0.000131
+gallium_dri.so free 0x557173620740 void 0.000131
+gallium_dri.so free 0x557173620680 void 0.000131
+gallium_dri.so malloc 72 0x557173620680 0.000133
+gallium_dri.so free 0x557173620800 void 0.000130
+gallium_dri.so free 0x557173620680 void 0.000130
+gallium_dri.so malloc 72 0x557173620820 0.000131
+gallium_dri.so free 0x5571736208c0 void 0.000133
+gallium_dri.so free 0x557173620820 void 0.000131
+gallium_dri.so malloc 72 0x557173620870 0.000132
+gallium_dri.so free 0x557173620940 void 0.000133
+gallium_dri.so free 0x557173620870 void 0.000131
+gallium_dri.so malloc 72 0x557173620870 0.000131
+gallium_dri.so free 0x5571736209c0 void 0.000130
+gallium_dri.so free 0x557173620870 void 0.000130
+gallium_dri.so malloc 72 0x5571736209c0 0.000131
+gallium_dri.so free 0x557173620a80 void 0.000132
+gallium_dri.so free 0x5571736209c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736209c0 0.000130
+gallium_dri.so free 0x557173620b40 void 0.000132
+gallium_dri.so free 0x5571736209c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736209c0 0.000134
+gallium_dri.so free 0x557173620e00 void 0.000131
+gallium_dri.so free 0x5571736209c0 void 0.000130
+gallium_dri.so malloc 72 0x557173620e00 0.000134
+gallium_dri.so free 0x557173620ec0 void 0.000132
+gallium_dri.so free 0x557173620e00 void 0.000131
+gallium_dri.so malloc 72 0x557173620e00 0.000132
+gallium_dri.so free 0x557173591d80 void 0.000136
+gallium_dri.so free 0x557173620e00 void 0.000131
+gallium_dri.so malloc 72 0x557173591d30 0.000132
+gallium_dri.so free 0x5571735cae00 void 0.000132
+gallium_dri.so free 0x557173591d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cadb0 0.000130
+gallium_dri.so free 0x55717358e780 void 0.000132
+gallium_dri.so free 0x5571735cadb0 void 0.000133
+gallium_dri.so malloc 72 0x55717358e730 0.000131
+gallium_dri.so free 0x55717358f7c0 void 0.000132
+gallium_dri.so free 0x55717358e730 void 0.000133
+gallium_dri.so malloc 72 0x55717358f770 0.000131
+gallium_dri.so free 0x55717358c1c0 void 0.000130
+gallium_dri.so free 0x55717358f770 void 0.000130
+gallium_dri.so malloc 72 0x55717358c170 0.000170
+gallium_dri.so free 0x55717358ac40 void 0.000133
+gallium_dri.so free 0x55717358c170 void 0.000131
+gallium_dri.so malloc 72 0x55717358abf0 0.000130
+gallium_dri.so free 0x557173462f80 void 0.000131
+gallium_dri.so free 0x55717358abf0 void 0.000130
+gallium_dri.so malloc 72 0x557173462f30 0.000130
+gallium_dri.so free 0x5571735d0900 void 0.000130
+gallium_dri.so free 0x557173462f30 void 0.000133
+gallium_dri.so malloc 72 0x5571735d08b0 0.000131
+gallium_dri.so free 0x557173607480 void 0.000132
+gallium_dri.so free 0x5571735d08b0 void 0.000131
+gallium_dri.so malloc 72 0x557173607430 0.000130
+gallium_dri.so free 0x557173608a00 void 0.000132
+gallium_dri.so free 0x557173607430 void 0.000190
+gallium_dri.so malloc 72 0x5571736089b0 0.000204
+gallium_dri.so free 0x557173465540 void 0.000133
+gallium_dri.so free 0x5571736089b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734654f0 0.000131
+gallium_dri.so free 0x557173467940 void 0.000133
+gallium_dri.so free 0x5571734654f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734678f0 0.000131
+gallium_dri.so free 0x557173463f00 void 0.000131
+gallium_dri.so free 0x5571734678f0 void 0.000131
+gallium_dri.so malloc 72 0x557173463f70 0.000129
+gallium_dri.so free 0x5571735d2ec0 void 0.000135
+gallium_dri.so free 0x557173463f70 void 0.000189
+gallium_dri.so malloc 72 0x5571735d2e70 0.000192
+gallium_dri.so free 0x557173604200 void 0.000190
+gallium_dri.so free 0x5571735d2e70 void 0.000132
+gallium_dri.so malloc 72 0x5571736041b0 0.000131
+gallium_dri.so free 0x557173467b00 void 0.000132
+gallium_dri.so free 0x5571736041b0 void 0.000132
+gallium_dri.so malloc 72 0x557173467ab0 0.000130
+gallium_dri.so free 0x55717360aa40 void 0.000132
+gallium_dri.so free 0x557173467ab0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a9f0 0.000132
+gallium_dri.so free 0x55717360bfc0 void 0.000132
+gallium_dri.so free 0x55717360a9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360bf70 0.000132
+gallium_dri.so free 0x557173462dc0 void 0.000131
+gallium_dri.so free 0x55717360bf70 void 0.000133
+gallium_dri.so malloc 72 0x557173462d70 0.000132
+gallium_dri.so free 0x557173609400 void 0.000131
+gallium_dri.so free 0x557173462d70 void 0.000130
+gallium_dri.so malloc 72 0x557173462d70 0.000132
+gallium_dri.so free 0x5571735d0740 void 0.000132
+gallium_dri.so free 0x557173462d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735d06f0 0.000133
+gallium_dri.so free 0x557173603e80 void 0.000132
+gallium_dri.so free 0x5571735d06f0 void 0.000132
+gallium_dri.so malloc 72 0x557173603e30 0.000131
+gallium_dri.so free 0x5571735d6140 void 0.000131
+gallium_dri.so free 0x557173603e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d60f0 0.000131
+gallium_dri.so free 0x5571736018c0 void 0.000131
+gallium_dri.so free 0x5571735d60f0 void 0.000132
+gallium_dri.so malloc 72 0x557173601870 0.000131
+gallium_dri.so free 0x5571735d2d00 void 0.000131
+gallium_dri.so free 0x557173601870 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000132
+gallium_dri.so free 0x5571735d0580 void 0.000133
+gallium_dri.so free 0x5571735d2cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0530 0.000133
+gallium_dri.so free 0x557173601c40 void 0.000131
+gallium_dri.so free 0x5571735d0530 void 0.000131
+gallium_dri.so malloc 72 0x557173601bf0 0.000136
+gallium_dri.so free 0x557173468980 void 0.000172
+gallium_dri.so free 0x557173601bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173468930 0.000131
+gallium_dri.so free 0x557173608d80 void 0.000133
+gallium_dri.so free 0x557173468930 void 0.000131
+gallium_dri.so malloc 72 0x557173608d30 0.000133
+gallium_dri.so free 0x5571735d52c0 void 0.000132
+gallium_dri.so free 0x557173608d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5270 0.000131
+gallium_dri.so free 0x5571735d2b40 void 0.000131
+gallium_dri.so free 0x5571735d5270 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2af0 0.000132
+gallium_dri.so free 0x557173589f80 void 0.000132
+gallium_dri.so free 0x5571735d2af0 void 0.000132
+gallium_dri.so malloc 72 0x557173589f30 0.000132
+gallium_dri.so free 0x5571735910c0 void 0.000131
+gallium_dri.so free 0x557173589f30 void 0.000130
+gallium_dri.so malloc 72 0x557173591070 0.000132
+gallium_dri.so free 0x557173467cc0 void 0.000132
+gallium_dri.so free 0x557173591070 void 0.000132
+gallium_dri.so malloc 72 0x557173467c70 0.000133
+gallium_dri.so free 0x557173601a80 void 0.000132
+gallium_dri.so free 0x557173467c70 void 0.000131
+gallium_dri.so malloc 72 0x557173601a30 0.000144
+gallium_dri.so free 0x557173463140 void 0.000131
+gallium_dri.so free 0x557173601a30 void 0.000130
+gallium_dri.so malloc 72 0x5571734630f0 0.000130
+gallium_dri.so free 0x557173604ec0 void 0.000132
+gallium_dri.so free 0x5571734630f0 void 0.000130
+gallium_dri.so malloc 72 0x557173604e70 0.000134
+gallium_dri.so free 0x557173590d40 void 0.000131
+gallium_dri.so free 0x557173604e70 void 0.000130
+gallium_dri.so malloc 72 0x557173590cf0 0.000131
+gallium_dri.so free 0x557173604040 void 0.000132
+gallium_dri.so free 0x557173590cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173603ff0 0.000132
+gallium_dri.so free 0x55717358c540 void 0.000133
+gallium_dri.so free 0x557173603ff0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c4f0 0.000132
+gallium_dri.so free 0x557173591740 void 0.000133
+gallium_dri.so free 0x55717358c4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735917b0 0.000134
+gallium_dri.so free 0x557173602900 void 0.000132
+gallium_dri.so free 0x5571735917b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736028b0 0.000131
+gallium_dri.so free 0x5571735d15c0 void 0.000131
+gallium_dri.so free 0x5571736028b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1570 0.000133
+gallium_dri.so free 0x557173606600 void 0.000131
+gallium_dri.so free 0x5571735d1570 void 0.000131
+gallium_dri.so malloc 72 0x5571736065b0 0.000131
+gallium_dri.so free 0x5571735d5480 void 0.000130
+gallium_dri.so free 0x5571736065b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5430 0.000132
+gallium_dri.so free 0x557173589c00 void 0.000132
+gallium_dri.so free 0x5571735d5430 void 0.000132
+gallium_dri.so malloc 72 0x557173589bb0 0.000132
+gallium_dri.so free 0x5571736067c0 void 0.000131
+gallium_dri.so free 0x557173589bb0 void 0.000131
+gallium_dri.so malloc 72 0x557173606770 0.000136
+gallium_dri.so free 0x55717358a600 void 0.000131
+gallium_dri.so free 0x557173606770 void 0.000132
+gallium_dri.so malloc 72 0x557173606770 0.000133
+gallium_dri.so free 0x557173608bc0 void 0.000131
+gallium_dri.so free 0x557173606770 void 0.000131
+gallium_dri.so malloc 72 0x557173608b70 0.000130
+gallium_dri.so free 0x55717358d200 void 0.000131
+gallium_dri.so free 0x557173608b70 void 0.000131
+gallium_dri.so malloc 72 0x55717358d1b0 0.000130
+gallium_dri.so free 0x5571735d3b80 void 0.000143
+gallium_dri.so free 0x55717358d1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3b30 0.000132
+gallium_dri.so free 0x557173588680 void 0.000132
+gallium_dri.so free 0x5571735d3b30 void 0.000131
+gallium_dri.so malloc 72 0x557173588630 0.000131
+gallium_dri.so free 0x557173589dc0 void 0.000132
+gallium_dri.so free 0x557173588630 void 0.000131
+gallium_dri.so malloc 72 0x557173589d70 0.000131
+gallium_dri.so free 0x5571734663c0 void 0.000131
+gallium_dri.so free 0x557173589d70 void 0.000131
+gallium_dri.so malloc 72 0x557173466370 0.000132
+gallium_dri.so free 0x5571735cf000 void 0.000132
+gallium_dri.so free 0x557173466370 void 0.000133
+gallium_dri.so malloc 72 0x5571735cefb0 0.000131
+gallium_dri.so free 0x55717358eb00 void 0.000130
+gallium_dri.so free 0x5571735cefb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358eab0 0.000130
+gallium_dri.so free 0x557173463e00 void 0.000131
+gallium_dri.so free 0x55717358eab0 void 0.000132
+gallium_dri.so malloc 72 0x557173463db0 0.000131
+gallium_dri.so free 0x55717358c380 void 0.000133
+gallium_dri.so free 0x557173463db0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c330 0.000142
+gallium_dri.so free 0x5571735bf3c0 void 0.000133
+gallium_dri.so free 0x55717358c330 void 0.000132
+gallium_dri.so malloc 72 0x5571735bf370 0.000133
+gallium_dri.so free 0x5571735d5100 void 0.000131
+gallium_dri.so free 0x5571735bf370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d50b0 0.000132
+gallium_dri.so free 0x557173606440 void 0.000131
+gallium_dri.so free 0x5571735d50b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736063f0 0.000131
+gallium_dri.so free 0x557173465380 void 0.000132
+gallium_dri.so free 0x5571736063f0 void 0.000131
+gallium_dri.so malloc 72 0x557173465330 0.000130
+gallium_dri.so free 0x55717358e940 void 0.000131
+gallium_dri.so free 0x557173465330 void 0.000131
+gallium_dri.so malloc 72 0x55717358e8f0 0.000131
+gallium_dri.so free 0x557173609d80 void 0.000131
+gallium_dri.so free 0x55717358e8f0 void 0.000131
+gallium_dri.so malloc 72 0x557173609d30 0.000130
+gallium_dri.so free 0x557173465700 void 0.000132
+gallium_dri.so free 0x557173609d30 void 0.000131
+gallium_dri.so malloc 72 0x5571734656b0 0.000131
+gallium_dri.so free 0x557173604880 void 0.000130
+gallium_dri.so free 0x5571734656b0 void 0.000178
+gallium_dri.so malloc 72 0x557173604880 0.000131
+gallium_dri.so free 0x557173590f00 void 0.000132
+gallium_dri.so free 0x557173604880 void 0.000130
+gallium_dri.so malloc 72 0x557173590eb0 0.000135
+gallium_dri.so free 0x5571735d5b00 void 0.000132
+gallium_dri.so free 0x557173590eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173590eb0 0.000131
+gallium_dri.so free 0x5571735d3540 void 0.000132
+gallium_dri.so free 0x557173590eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d35b0 0.000132
+gallium_dri.so free 0x557173465d80 void 0.000132
+gallium_dri.so free 0x5571735d35b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d35b0 0.000131
+gallium_dri.so free 0x55717358f180 void 0.000132
+gallium_dri.so free 0x5571735d35b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358f180 0.000132
+gallium_dri.so free 0x557173609bc0 void 0.000132
+gallium_dri.so free 0x55717358f180 void 0.000131
+gallium_dri.so malloc 72 0x557173609b70 0.000131
+gallium_dri.so free 0x5571735d4440 void 0.000133
+gallium_dri.so free 0x557173609b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735d43f0 0.000131
+gallium_dri.so free 0x5571736022c0 void 0.000142
+gallium_dri.so free 0x5571735d43f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d43f0 0.000130
+gallium_dri.so free 0x557173590080 void 0.000131
+gallium_dri.so free 0x5571735d43f0 void 0.000131
+gallium_dri.so malloc 72 0x557173590030 0.000130
+gallium_dri.so free 0x5571735d1e80 void 0.000132
+gallium_dri.so free 0x557173590030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d1e30 0.000132
+gallium_dri.so free 0x557173606e40 void 0.000133
+gallium_dri.so free 0x5571735d1e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d1e30 0.000132
+gallium_dri.so free 0x5571735d6a00 void 0.000132
+gallium_dri.so free 0x5571735d1e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d69b0 0.000133
+gallium_dri.so free 0x5571734637c0 void 0.000133
+gallium_dri.so free 0x5571735d69b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d69b0 0.000131
+gallium_dri.so free 0x557173605780 void 0.000131
+gallium_dri.so free 0x5571735d69b0 void 0.000131
+gallium_dri.so malloc 72 0x557173605730 0.000133
+gallium_dri.so free 0x557173469240 void 0.000131
+gallium_dri.so free 0x557173605730 void 0.000130
+gallium_dri.so malloc 72 0x5571734691f0 0.000142
+gallium_dri.so free 0x55717358b500 void 0.000131
+gallium_dri.so free 0x5571734691f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b4b0 0.000130
+gallium_dri.so free 0x557173466c80 void 0.000130
+gallium_dri.so free 0x55717358b4b0 void 0.000130
+gallium_dri.so malloc 72 0x557173466c30 0.000130
+gallium_dri.so free 0x5571736031c0 void 0.000131
+gallium_dri.so free 0x557173466c30 void 0.000132
+gallium_dri.so malloc 72 0x557173603170 0.000133
+gallium_dri.so free 0x5571735bfc80 void 0.000131
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfc30 0.000130
+gallium_dri.so free 0x557173468340 void 0.000131
+gallium_dri.so free 0x5571735bfc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfc30 0.000132
+gallium_dri.so free 0x55717358cbc0 void 0.000130
+gallium_dri.so free 0x5571735bfc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfc30 0.000131
+gallium_dri.so free 0x5571734646c0 void 0.000133
+gallium_dri.so free 0x5571735bfc30 void 0.000132
+gallium_dri.so malloc 72 0x557173464670 0.000131
+gallium_dri.so free 0x55717360b300 void 0.000131
+gallium_dri.so free 0x557173464670 void 0.000191
+gallium_dri.so malloc 72 0x55717360b2b0 0.000131
+gallium_dri.so free 0x55717358dac0 void 0.000131
+gallium_dri.so free 0x55717360b2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358da70 0.000132
+gallium_dri.so free 0x557173588f40 void 0.000131
+gallium_dri.so free 0x55717358da70 void 0.000134
+gallium_dri.so malloc 72 0x557173588ef0 0.000133
+gallium_dri.so free 0x557173607d40 void 0.000132
+gallium_dri.so free 0x557173588ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173607cf0 0.000130
+gallium_dri.so free 0x55717360a400 void 0.000132
+gallium_dri.so free 0x557173607cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173607cf0 0.000132
+gallium_dri.so free 0x5571735d0f80 void 0.000133
+gallium_dri.so free 0x557173607cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0f80 0.000131
+gallium_dri.so free 0x5571735cf8c0 void 0.000131
+gallium_dri.so free 0x5571735d0f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf870 0.000133
+gallium_dri.so free 0x557173591e80 void 0.000132
+gallium_dri.so free 0x5571735cf870 void 0.000131
+gallium_dri.so malloc 72 0x557173591eb0 0.000138
+gallium_dri.so free 0x557173464000 void 0.000132
+gallium_dri.so free 0x557173591eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173591eb0 0.000132
+gallium_dri.so free 0x557173591f00 void 0.000132
+gallium_dri.so free 0x557173591eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173591eb0 0.000131
+gallium_dri.so free 0x5571735d6b40 void 0.000130
+gallium_dri.so free 0x557173591eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6b40 0.000130
+gallium_dri.so free 0x5571735d6c00 void 0.000131
+gallium_dri.so free 0x5571735d6b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6b40 0.000131
+gallium_dri.so free 0x557173464100 void 0.000132
+gallium_dri.so free 0x5571735d6b40 void 0.000132
+gallium_dri.so malloc 72 0x557173464130 0.000131
+gallium_dri.so free 0x5571735883c0 void 0.000131
+gallium_dri.so free 0x557173464130 void 0.000131
+gallium_dri.so malloc 72 0x557173588370 0.000131
+gallium_dri.so free 0x557173588440 void 0.000132
+gallium_dri.so free 0x557173588370 void 0.000130
+gallium_dri.so malloc 72 0x557173588490 0.000132
+gallium_dri.so free 0x5571735d6240 void 0.000132
+gallium_dri.so free 0x557173588490 void 0.000134
+gallium_dri.so malloc 72 0x5571735d62a0 0.000133
+gallium_dri.so free 0x5571735d6340 void 0.000130
+gallium_dri.so free 0x5571735d62a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d62f0 0.000131
+gallium_dri.so free 0x5571735d6380 void 0.000132
+gallium_dri.so free 0x5571735d62f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d62f0 0.000132
+gallium_dri.so free 0x5571735cf100 void 0.000132
+gallium_dri.so free 0x5571735d62f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf140 0.000136
+gallium_dri.so free 0x5571735cf1c0 void 0.000131
+gallium_dri.so free 0x5571735cf140 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000132
+gallium_dri.so free 0x5571735cf280 void 0.000132
+gallium_dri.so free 0x5571735cf1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf1c0 0.000130
+gallium_dri.so free 0x5571735d6440 void 0.000130
+gallium_dri.so free 0x5571735cf1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d6470 0.000130
+gallium_dri.so free 0x5571734664c0 void 0.000131
+gallium_dri.so free 0x5571735d6470 void 0.000131
+gallium_dri.so malloc 72 0x557173466510 0.000131
+gallium_dri.so free 0x557173466580 void 0.000165
+gallium_dri.so free 0x557173466510 void 0.000133
+gallium_dri.so malloc 72 0x5571734665c0 0.000130
+gallium_dri.so free 0x557173466640 void 0.000131
+gallium_dri.so free 0x5571734665c0 void 0.000130
+gallium_dri.so malloc 72 0x557173466640 0.000131
+gallium_dri.so free 0x5571735cf300 void 0.000130
+gallium_dri.so free 0x557173466640 void 0.000131
+gallium_dri.so malloc 72 0x557173466640 0.000131
+gallium_dri.so free 0x5571735d16c0 void 0.000132
+gallium_dri.so free 0x557173466640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d16f0 0.000132
+gallium_dri.so free 0x5571735d1740 void 0.000131
+gallium_dri.so free 0x5571735d16f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d16f0 0.000131
+gallium_dri.so free 0x5571735d1840 void 0.000131
+gallium_dri.so free 0x5571735d16f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d17f0 0.000130
+gallium_dri.so free 0x5571735d3c80 void 0.000131
+gallium_dri.so free 0x5571735d17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3cc0 0.000131
+gallium_dri.so free 0x5571735d1900 void 0.000132
+gallium_dri.so free 0x5571735d3cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d18b0 0.000141
+gallium_dri.so free 0x5571735d3d40 void 0.000133
+gallium_dri.so free 0x5571735d18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d18b0 0.000132
+gallium_dri.so free 0x5571735d3e00 void 0.000133
+gallium_dri.so free 0x5571735d18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3db0 0.000131
+gallium_dri.so free 0x557173468a80 void 0.000132
+gallium_dri.so free 0x5571735d3db0 void 0.000133
+gallium_dri.so malloc 72 0x557173468ad0 0.000131
+gallium_dri.so free 0x557173468b40 void 0.000133
+gallium_dri.so free 0x557173468ad0 void 0.000131
+gallium_dri.so malloc 72 0x557173468b60 0.000131
+gallium_dri.so free 0x5571735d3e80 void 0.000131
+gallium_dri.so free 0x557173468b60 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3eb0 0.000130
+gallium_dri.so free 0x557173468c00 void 0.000132
+gallium_dri.so free 0x5571735d3eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173468bb0 0.000129
+gallium_dri.so free 0x557173468c00 void 0.000134
+gallium_dri.so free 0x557173468bb0 void 0.000132
+gallium_dri.so malloc 72 0x557173468bb0 0.000132
+gallium_dri.so free 0x557173588780 void 0.000131
+gallium_dri.so free 0x557173468bb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735887d0 0.000134
+gallium_dri.so free 0x557173588840 void 0.000151
+gallium_dri.so free 0x5571735887d0 void 0.000119
+gallium_dri.so malloc 72 0x557173588860 0.000118
+gallium_dri.so free 0x557173588900 void 0.000130
+gallium_dri.so free 0x557173588860 void 0.000116
+gallium_dri.so malloc 72 0x5571735888b0 0.000117
+gallium_dri.so free 0x557173588980 void 0.000117
+gallium_dri.so free 0x5571735888b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735888b0 0.000116
+gallium_dri.so free 0x557173607580 void 0.000117
+gallium_dri.so free 0x5571735888b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736075d0 0.000115
+gallium_dri.so free 0x557173607640 void 0.000115
+gallium_dri.so free 0x5571736075d0 void 0.000115
+gallium_dri.so malloc 72 0x5571736076a0 0.000117
+gallium_dri.so free 0x557173607740 void 0.000116
+gallium_dri.so free 0x5571736076a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736076f0 0.000116
+gallium_dri.so free 0x557173604fc0 void 0.000116
+gallium_dri.so free 0x5571736076f0 void 0.000114
+gallium_dri.so malloc 72 0x557173604ff0 0.000115
+gallium_dri.so free 0x557173605040 void 0.000115
+gallium_dri.so free 0x557173604ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173604ff0 0.000116
+gallium_dri.so free 0x557173605140 void 0.000133
+gallium_dri.so free 0x557173604ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571736050f0 0.000116
+gallium_dri.so free 0x557173605200 void 0.000117
+gallium_dri.so free 0x5571736050f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736051b0 0.000117
+gallium_dri.so free 0x55717360ab40 void 0.000116
+gallium_dri.so free 0x5571736051b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ab70 0.000115
+gallium_dri.so free 0x55717360abc0 void 0.000117
+gallium_dri.so free 0x55717360ab70 void 0.000115
+gallium_dri.so malloc 72 0x55717360abc0 0.000115
+gallium_dri.so free 0x55717360ac80 void 0.000115
+gallium_dri.so free 0x55717360abc0 void 0.000115
+gallium_dri.so malloc 72 0x55717360abc0 0.000116
+gallium_dri.so free 0x5571735bf4c0 void 0.000116
+gallium_dri.so free 0x55717360abc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf510 0.000116
+gallium_dri.so free 0x55717360ad80 void 0.000114
+gallium_dri.so free 0x5571735bf510 void 0.000117
+gallium_dri.so malloc 72 0x55717360ad30 0.000116
+gallium_dri.so free 0x5571735bf580 void 0.000121
+gallium_dri.so free 0x55717360ad30 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000115
+gallium_dri.so free 0x5571735bf600 void 0.000122
+gallium_dri.so free 0x5571735bf5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bf5b0 0.000115
+gallium_dri.so free 0x557173602a00 void 0.000123
+gallium_dri.so free 0x5571735bf5b0 void 0.000116
+gallium_dri.so malloc 72 0x557173602a50 0.000116
+gallium_dri.so free 0x557173602ac0 void 0.000115
+gallium_dri.so free 0x557173602a50 void 0.000114
+gallium_dri.so malloc 72 0x557173602b00 0.000115
+gallium_dri.so free 0x5571735bf700 void 0.000115
+gallium_dri.so free 0x557173602b00 void 0.000116
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000116
+gallium_dri.so free 0x557173602b80 void 0.000116
+gallium_dri.so free 0x5571735bf6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bf6b0 0.000117
+gallium_dri.so free 0x55717358f8c0 void 0.000115
+gallium_dri.so free 0x5571735bf6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358f900 0.000116
+gallium_dri.so free 0x55717358f980 void 0.000115
+gallium_dri.so free 0x55717358f900 void 0.000115
+gallium_dri.so malloc 72 0x55717358f980 0.000117
+gallium_dri.so free 0x557173602c40 void 0.000122
+gallium_dri.so free 0x55717358f980 void 0.000122
+gallium_dri.so malloc 72 0x557173602bf0 0.000114
+gallium_dri.so free 0x55717358fa40 void 0.000115
+gallium_dri.so free 0x557173602bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173602bf0 0.000115
+gallium_dri.so free 0x55717358d300 void 0.000116
+gallium_dri.so free 0x557173602bf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358d370 0.000138
+gallium_dri.so free 0x55717358d3c0 void 0.000139
+gallium_dri.so free 0x55717358d370 void 0.000139
+gallium_dri.so malloc 72 0x55717358d370 0.000137
+gallium_dri.so free 0x55717358d4c0 void 0.000137
+gallium_dri.so free 0x55717358d370 void 0.000131
+gallium_dri.so malloc 72 0x55717358d470 0.000128
+gallium_dri.so free 0x55717358fb00 void 0.000132
+gallium_dri.so free 0x55717358d470 void 0.000138
+gallium_dri.so malloc 72 0x55717358fab0 0.000136
+gallium_dri.so free 0x55717358ad40 void 0.000138
+gallium_dri.so free 0x55717358fab0 void 0.000136
+gallium_dri.so malloc 72 0x55717358ad70 0.000136
+gallium_dri.so free 0x55717358adc0 void 0.000131
+gallium_dri.so free 0x55717358ad70 void 0.000125
+gallium_dri.so malloc 72 0x55717358ad70 0.000133
+gallium_dri.so free 0x55717358aec0 void 0.000138
+gallium_dri.so free 0x55717358ad70 void 0.000133
+gallium_dri.so malloc 72 0x55717358ae70 0.000127
+gallium_dri.so free 0x557173468e00 void 0.000133
+gallium_dri.so free 0x55717358ae70 void 0.000131
+gallium_dri.so malloc 72 0x557173468e60 0.000134
+gallium_dri.so free 0x55717358af80 void 0.000134
+gallium_dri.so free 0x557173468e60 void 0.000137
+gallium_dri.so malloc 72 0x55717358af30 0.000138
+gallium_dri.so free 0x557173468f00 void 0.000137
+gallium_dri.so free 0x55717358af30 void 0.000138
+gallium_dri.so malloc 72 0x557173468eb0 0.000132
+gallium_dri.so free 0x557173468f80 void 0.000133
+gallium_dri.so free 0x557173468eb0 void 0.000137
+gallium_dri.so malloc 72 0x557173468eb0 0.000132
+gallium_dri.so free 0x557173469000 void 0.000134
+gallium_dri.so free 0x557173468eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173469000 0.000130
+gallium_dri.so free 0x55717358d680 void 0.000125
+gallium_dri.so free 0x557173469000 void 0.000120
+gallium_dri.so malloc 72 0x55717358d6a0 0.000126
+gallium_dri.so free 0x55717358d740 void 0.000130
+gallium_dri.so free 0x55717358d6a0 void 0.000131
+gallium_dri.so malloc 72 0x55717358d6f0 0.000129
+gallium_dri.so free 0x55717358d7c0 void 0.000131
+gallium_dri.so free 0x55717358d6f0 void 0.000152
+gallium_dri.so malloc 72 0x55717358d7c0 0.000132
+gallium_dri.so free 0x55717358d880 void 0.000130
+gallium_dri.so free 0x55717358d7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358d7c0 0.000161
+gallium_dri.so free 0x55717360aec0 void 0.000131
+gallium_dri.so free 0x55717358d7c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360af10 0.000129
+gallium_dri.so free 0x55717360af80 void 0.000131
+gallium_dri.so free 0x55717360af10 void 0.000130
+gallium_dri.so malloc 72 0x55717360afa0 0.000130
+gallium_dri.so free 0x55717360b040 void 0.000131
+gallium_dri.so free 0x55717360afa0 void 0.000130
+gallium_dri.so malloc 72 0x55717360aff0 0.000130
+gallium_dri.so free 0x55717360b0c0 void 0.000130
+gallium_dri.so free 0x55717360aff0 void 0.000126
+gallium_dri.so malloc 72 0x55717360aff0 0.000127
+gallium_dri.so free 0x557173466840 void 0.000130
+gallium_dri.so free 0x55717360aff0 void 0.000125
+gallium_dri.so malloc 72 0x557173466890 0.000121
+gallium_dri.so free 0x557173466900 void 0.000192
+gallium_dri.so free 0x557173466890 void 0.000128
+gallium_dri.so malloc 72 0x557173466940 0.000121
+gallium_dri.so free 0x5571734669c0 void 0.000121
+gallium_dri.so free 0x557173466940 void 0.000124
+gallium_dri.so malloc 72 0x557173466940 0.000125
+gallium_dri.so free 0x557173466a40 void 0.000121
+gallium_dri.so free 0x557173466940 void 0.000124
+gallium_dri.so malloc 72 0x557173466a70 0.000125
+gallium_dri.so free 0x5571735cf480 void 0.000122
+gallium_dri.so free 0x557173466a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000125
+gallium_dri.so free 0x5571735cf540 void 0.000122
+gallium_dri.so free 0x5571735cf4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cf540 0.000131
+gallium_dri.so free 0x5571735cf600 void 0.000130
+gallium_dri.so free 0x5571735cf540 void 0.000131
+gallium_dri.so malloc 72 0x5571735cf540 0.000130
+gallium_dri.so free 0x5571735cf680 void 0.000132
+gallium_dri.so free 0x5571735cf540 void 0.000132
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000130
+gallium_dri.so free 0x55717358fc40 void 0.000137
+gallium_dri.so free 0x5571735cf6b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358fcb0 0.000130
+gallium_dri.so free 0x55717358fd00 void 0.000129
+gallium_dri.so free 0x55717358fcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717358fcb0 0.000126
+gallium_dri.so free 0x55717358fe00 void 0.000131
+gallium_dri.so free 0x55717358fcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358fdb0 0.000120
+gallium_dri.so free 0x55717358fec0 void 0.000121
+gallium_dri.so free 0x55717358fdb0 void 0.000125
+gallium_dri.so malloc 72 0x55717358fe70 0.000131
+gallium_dri.so free 0x5571735d1a40 void 0.000131
+gallium_dri.so free 0x55717358fe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d1a70 0.000126
+gallium_dri.so free 0x5571735d1ac0 void 0.000121
+gallium_dri.so free 0x5571735d1a70 void 0.000155
+gallium_dri.so malloc 72 0x5571735d1a70 0.000126
+gallium_dri.so free 0x5571735d1bc0 void 0.000127
+gallium_dri.so free 0x5571735d1a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d1b70 0.000126
+gallium_dri.so free 0x5571735d1c80 void 0.000121
+gallium_dri.so free 0x5571735d1b70 void 0.000149
+gallium_dri.so malloc 72 0x5571735d1c30 0.000126
+gallium_dri.so free 0x557173605340 void 0.000128
+gallium_dri.so free 0x5571735d1c30 void 0.000126
+gallium_dri.so malloc 72 0x557173605360 0.000121
+gallium_dri.so free 0x557173605400 void 0.000120
+gallium_dri.so free 0x557173605360 void 0.000124
+gallium_dri.so malloc 72 0x5571736053b0 0.000131
+gallium_dri.so free 0x557173605480 void 0.000131
+gallium_dri.so free 0x5571736053b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736053b0 0.000127
+gallium_dri.so free 0x557173605500 void 0.000130
+gallium_dri.so free 0x5571736053b0 void 0.000131
+gallium_dri.so malloc 72 0x557173605500 0.000125
+gallium_dri.so free 0x5571735bf840 void 0.000128
+gallium_dri.so free 0x557173605500 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf860 0.000126
+gallium_dri.so free 0x5571735bf900 void 0.000129
+gallium_dri.so free 0x5571735bf860 void 0.000130
+gallium_dri.so malloc 72 0x5571735bf8b0 0.000132
+gallium_dri.so free 0x5571735bf980 void 0.000130
+gallium_dri.so free 0x5571735bf8b0 void 0.000182
+gallium_dri.so malloc 72 0x5571735bf980 0.000131
+gallium_dri.so free 0x5571735bfa40 void 0.000130
+gallium_dri.so free 0x5571735bf980 void 0.000126
+gallium_dri.so malloc 72 0x5571735bf980 0.000121
+gallium_dri.so free 0x5571735d4000 void 0.000126
+gallium_dri.so free 0x5571735bf980 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4050 0.000121
+gallium_dri.so free 0x5571735d40c0 void 0.000121
+gallium_dri.so free 0x5571735d4050 void 0.000124
+gallium_dri.so malloc 72 0x5571735d40e0 0.000129
+gallium_dri.so free 0x5571735d4180 void 0.000131
+gallium_dri.so free 0x5571735d40e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4130 0.000126
+gallium_dri.so free 0x5571735d4200 void 0.000126
+gallium_dri.so free 0x5571735d4130 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4130 0.000120
+gallium_dri.so free 0x5571735d65c0 void 0.000127
+gallium_dri.so free 0x5571735d4130 void 0.000130
+gallium_dri.so malloc 72 0x5571735d6610 0.000125
+gallium_dri.so free 0x5571735d6680 void 0.000121
+gallium_dri.so free 0x5571735d6610 void 0.000124
+gallium_dri.so malloc 72 0x5571735d66c0 0.000134
+gallium_dri.so free 0x5571735d6740 void 0.000130
+gallium_dri.so free 0x5571735d66c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d66c0 0.000129
+gallium_dri.so free 0x5571735d67c0 void 0.000141
+gallium_dri.so free 0x5571735d66c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d67f0 0.000132
+gallium_dri.so free 0x557173602d80 void 0.000129
+gallium_dri.so free 0x5571735d67f0 void 0.000164
+gallium_dri.so malloc 72 0x557173602dc0 0.000130
+gallium_dri.so free 0x557173602e40 void 0.000131
+gallium_dri.so free 0x557173602dc0 void 0.000132
+gallium_dri.so malloc 72 0x557173602e40 0.000129
+gallium_dri.so free 0x557173602f00 void 0.000126
+gallium_dri.so free 0x557173602e40 void 0.000119
+gallium_dri.so malloc 72 0x557173602e40 0.000125
+gallium_dri.so free 0x557173602f80 void 0.000130
+gallium_dri.so free 0x557173602e40 void 0.000131
+gallium_dri.so malloc 72 0x557173602fb0 0.000130
+gallium_dri.so free 0x55717358b0c0 void 0.000131
+gallium_dri.so free 0x557173602fb0 void 0.000134
+gallium_dri.so malloc 72 0x55717358b130 0.000133
+gallium_dri.so free 0x55717358b180 void 0.000131
+gallium_dri.so free 0x55717358b130 void 0.000130
+gallium_dri.so malloc 72 0x55717358b130 0.000125
+gallium_dri.so free 0x55717358b280 void 0.000122
+gallium_dri.so free 0x55717358b130 void 0.000126
+gallium_dri.so malloc 72 0x55717358b230 0.000131
+gallium_dri.so free 0x55717358b340 void 0.000125
+gallium_dri.so free 0x55717358b230 void 0.000124
+gallium_dri.so malloc 72 0x55717358b2f0 0.000123
+gallium_dri.so free 0x557173588b00 void 0.000126
+gallium_dri.so free 0x55717358b2f0 void 0.000127
+gallium_dri.so malloc 72 0x557173588b30 0.000126
+gallium_dri.so free 0x557173588b80 void 0.000130
+gallium_dri.so free 0x557173588b30 void 0.000126
+gallium_dri.so malloc 72 0x557173588b30 0.000120
+gallium_dri.so free 0x557173588c80 void 0.000127
+gallium_dri.so free 0x557173588b30 void 0.000132
+gallium_dri.so malloc 72 0x557173588c30 0.000131
+gallium_dri.so free 0x557173588d40 void 0.000129
+gallium_dri.so free 0x557173588c30 void 0.000170
+gallium_dri.so malloc 72 0x557173588cf0 0.000155
+gallium_dri.so free 0x557173464280 void 0.000147
+gallium_dri.so free 0x557173588cf0 void 0.000146
+gallium_dri.so malloc 72 0x5571734642a0 0.000143
+gallium_dri.so free 0x557173464340 void 0.000144
+gallium_dri.so free 0x5571734642a0 void 0.000144
+gallium_dri.so malloc 72 0x5571734642f0 0.000145
+gallium_dri.so free 0x5571734643c0 void 0.000143
+gallium_dri.so free 0x5571734642f0 void 0.000141
+gallium_dri.so malloc 72 0x5571734642f0 0.000143
+gallium_dri.so free 0x557173464440 void 0.000145
+gallium_dri.so free 0x5571734642f0 void 0.000146
+gallium_dri.so malloc 72 0x557173464440 0.000142
+gallium_dri.so free 0x557173607900 void 0.000140
+gallium_dri.so free 0x557173464440 void 0.000144
+gallium_dri.so malloc 72 0x557173607920 0.000141
+gallium_dri.so free 0x5571736079c0 void 0.000136
+gallium_dri.so free 0x557173607920 void 0.000141
+gallium_dri.so malloc 72 0x557173607970 0.000159
+gallium_dri.so free 0x557173607a40 void 0.000158
+gallium_dri.so free 0x557173607970 void 0.000161
+gallium_dri.so malloc 72 0x557173607a40 0.000159
+gallium_dri.so free 0x557173607b00 void 0.000150
+gallium_dri.so free 0x557173607a40 void 0.000160
+gallium_dri.so malloc 72 0x557173607a40 0.000160
+gallium_dri.so free 0x557173462440 void 0.000161
+gallium_dri.so free 0x557173607a40 void 0.000158
+gallium_dri.so malloc 72 0x557173462490 0.000154
+gallium_dri.so free 0x557173462500 void 0.000157
+gallium_dri.so free 0x557173462490 void 0.000160
+gallium_dri.so malloc 72 0x557173462520 0.000161
+gallium_dri.so free 0x5571734625c0 void 0.000162
+gallium_dri.so free 0x557173462520 void 0.000161
+gallium_dri.so malloc 72 0x557173462570 0.000160
+gallium_dri.so free 0x557173462640 void 0.000161
+gallium_dri.so free 0x557173462570 void 0.000170
+gallium_dri.so malloc 72 0x557173462570 0.000160
+gallium_dri.so free 0x5571734626c0 void 0.000156
+gallium_dri.so free 0x557173462570 void 0.000160
+gallium_dri.so malloc 72 0x5571734626c0 0.000161
+gallium_dri.so free 0x5571735d5c80 void 0.000162
+gallium_dri.so free 0x5571734626c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735d5c30 0.000161
+gallium_dri.so free 0x5571735d5d00 void 0.000199
+gallium_dri.so free 0x5571735d5c30 void 0.000146
+gallium_dri.so malloc 72 0x5571735d5d20 0.000145
+gallium_dri.so free 0x5571735d5dc0 void 0.000141
+gallium_dri.so free 0x5571735d5d20 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5d70 0.000140
+gallium_dri.so free 0x5571735d5e40 void 0.000143
+gallium_dri.so free 0x5571735d5d70 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5d70 0.000136
+gallium_dri.so free 0x5571735d5ec0 void 0.000140
+gallium_dri.so free 0x5571735d5d70 void 0.000145
+gallium_dri.so malloc 72 0x5571735d5ec0 0.000145
+gallium_dri.so free 0x55717358a780 void 0.000146
+gallium_dri.so free 0x5571735d5ec0 void 0.000145
+gallium_dri.so malloc 72 0x55717358a730 0.000144
+gallium_dri.so free 0x55717358a7c0 void 0.000145
+gallium_dri.so free 0x55717358a730 void 0.000146
+gallium_dri.so malloc 72 0x55717358a730 0.000143
+gallium_dri.so free 0x55717358a880 void 0.000141
+gallium_dri.so free 0x55717358a730 void 0.000142
+gallium_dri.so malloc 72 0x55717358a8f0 0.000142
+gallium_dri.so free 0x55717358a940 void 0.000144
+gallium_dri.so free 0x55717358a8f0 void 0.000144
+gallium_dri.so malloc 72 0x55717358a8f0 0.000141
+gallium_dri.so free 0x55717358aa40 void 0.000142
+gallium_dri.so free 0x55717358a8f0 void 0.000142
+gallium_dri.so malloc 72 0x55717358a9f0 0.000141
+gallium_dri.so free 0x5571735ceb40 void 0.000143
+gallium_dri.so free 0x55717358a9f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000144
+gallium_dri.so free 0x5571735ceb80 void 0.000152
+gallium_dri.so free 0x5571735ceaf0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000144
+gallium_dri.so free 0x5571735cec40 void 0.000141
+gallium_dri.so free 0x5571735ceaf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735cec80 0.000139
+gallium_dri.so free 0x5571735ced00 void 0.000144
+gallium_dri.so free 0x5571735cec80 void 0.000145
+gallium_dri.so malloc 72 0x5571735ced00 0.000141
+gallium_dri.so free 0x5571735cedc0 void 0.000142
+gallium_dri.so free 0x5571735ced00 void 0.000141
+gallium_dri.so malloc 72 0x5571735ced00 0.000139
+gallium_dri.so free 0x557173602440 void 0.000144
+gallium_dri.so free 0x5571735ced00 void 0.000143
+gallium_dri.so malloc 72 0x5571736023f0 0.000143
+gallium_dri.so free 0x557173602480 void 0.000141
+gallium_dri.so free 0x5571736023f0 void 0.000135
+gallium_dri.so malloc 72 0x5571736023f0 0.000140
+gallium_dri.so free 0x557173602540 void 0.000146
+gallium_dri.so free 0x5571736023f0 void 0.000143
+gallium_dri.so malloc 72 0x557173602580 0.000145
+gallium_dri.so free 0x557173602600 void 0.000143
+gallium_dri.so free 0x557173602580 void 0.000143
+gallium_dri.so malloc 72 0x557173602600 0.000144
+gallium_dri.so free 0x5571736026c0 void 0.000142
+gallium_dri.so free 0x557173602600 void 0.000135
+gallium_dri.so malloc 72 0x557173602600 0.000139
+gallium_dri.so free 0x5571734684c0 void 0.000144
+gallium_dri.so free 0x557173602600 void 0.000142
+gallium_dri.so malloc 72 0x557173468470 0.000134
+gallium_dri.so free 0x557173468540 void 0.000141
+gallium_dri.so free 0x557173468470 void 0.000145
+gallium_dri.so malloc 72 0x557173468540 0.000149
+gallium_dri.so free 0x557173468600 void 0.000144
+gallium_dri.so free 0x557173468540 void 0.000143
+gallium_dri.so malloc 72 0x557173468540 0.000142
+gallium_dri.so free 0x557173468680 void 0.000143
+gallium_dri.so free 0x557173468540 void 0.000144
+gallium_dri.so malloc 72 0x557173468680 0.000144
+gallium_dri.so free 0x557173468740 void 0.000152
+gallium_dri.so free 0x557173468680 void 0.000142
+gallium_dri.so malloc 72 0x557173468680 0.000139
+gallium_dri.so free 0x5571735d1100 void 0.000144
+gallium_dri.so free 0x557173468680 void 0.000143
+gallium_dri.so malloc 72 0x5571735d10b0 0.000142
+gallium_dri.so free 0x5571735d1180 void 0.000145
+gallium_dri.so free 0x5571735d10b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d10b0 0.000145
+gallium_dri.so free 0x5571735d1200 void 0.000144
+gallium_dri.so free 0x5571735d10b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d1200 0.000143
+gallium_dri.so free 0x5571735d12c0 void 0.000145
+gallium_dri.so free 0x5571735d1200 void 0.000143
+gallium_dri.so malloc 72 0x5571735d1200 0.000141
+gallium_dri.so free 0x5571735d13c0 void 0.000141
+gallium_dri.so free 0x5571735d1200 void 0.000140
+gallium_dri.so malloc 72 0x5571735d1370 0.000140
+gallium_dri.so free 0x5571735d36c0 void 0.000141
+gallium_dri.so free 0x5571735d1370 void 0.000146
+gallium_dri.so malloc 72 0x5571735d3670 0.000144
+gallium_dri.so free 0x5571735d3740 void 0.000143
+gallium_dri.so free 0x5571735d3670 void 0.000145
+gallium_dri.so malloc 72 0x5571735d3670 0.000142
+gallium_dri.so free 0x5571735d37c0 void 0.000138
+gallium_dri.so free 0x5571735d3670 void 0.000140
+gallium_dri.so malloc 72 0x5571735d37c0 0.000144
+gallium_dri.so free 0x5571735d3880 void 0.000144
+gallium_dri.so free 0x5571735d37c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d37c0 0.000149
+gallium_dri.so free 0x5571735d3940 void 0.000140
+gallium_dri.so free 0x5571735d37c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d37c0 0.000139
+gallium_dri.so free 0x557173606fc0 void 0.000146
+gallium_dri.so free 0x5571735d37c0 void 0.000143
+gallium_dri.so malloc 72 0x557173606f70 0.000141
+gallium_dri.so free 0x557173606fc0 void 0.000135
+gallium_dri.so free 0x557173606f70 void 0.000141
+gallium_dri.so malloc 72 0x557173606f70 0.000146
+gallium_dri.so free 0x5571736070c0 void 0.000149
+gallium_dri.so free 0x557173606f70 void 0.000145
+gallium_dri.so malloc 72 0x557173607070 0.000143
+gallium_dri.so free 0x557173607180 void 0.000142
+gallium_dri.so free 0x557173607070 void 0.000201
+gallium_dri.so malloc 72 0x557173607130 0.000278
+gallium_dri.so free 0x5571736071c0 void 0.000222
+gallium_dri.so free 0x557173607130 void 0.000152
+gallium_dri.so malloc 72 0x557173607130 0.000164
+gallium_dri.so free 0x557173607280 void 0.000131
+gallium_dri.so free 0x557173607130 void 0.000131
+gallium_dri.so malloc 72 0x5571736072c0 0.000130
+gallium_dri.so free 0x557173463940 void 0.000126
+gallium_dri.so free 0x5571736072c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734638f0 0.000120
+gallium_dri.so free 0x557173463a00 void 0.000126
+gallium_dri.so free 0x5571734638f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734639b0 0.000120
+gallium_dri.so free 0x557173463a80 void 0.000135
+gallium_dri.so free 0x5571734639b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734639b0 0.000136
+gallium_dri.so free 0x557173463b40 void 0.000161
+gallium_dri.so free 0x5571734639b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734639b0 0.000131
+gallium_dri.so free 0x557173463c00 void 0.000131
+gallium_dri.so free 0x5571734639b0 void 0.000130
+gallium_dri.so malloc 72 0x557173463bb0 0.000136
+gallium_dri.so free 0x55717360a580 void 0.000127
+gallium_dri.so free 0x557173463bb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a530 0.000130
+gallium_dri.so free 0x55717360a640 void 0.000129
+gallium_dri.so free 0x55717360a530 void 0.000130
+gallium_dri.so malloc 72 0x55717360a5f0 0.000130
+gallium_dri.so free 0x55717360a680 void 0.000131
+gallium_dri.so free 0x55717360a5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a5f0 0.000131
+gallium_dri.so free 0x55717360a740 void 0.000130
+gallium_dri.so free 0x55717360a5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a790 0.000164
+gallium_dri.so free 0x55717360a800 void 0.000169
+gallium_dri.so free 0x55717360a790 void 0.000167
+gallium_dri.so malloc 72 0x55717360a840 0.000166
+gallium_dri.so free 0x557173604a00 void 0.000165
+gallium_dri.so free 0x55717360a840 void 0.000165
+gallium_dri.so malloc 72 0x5571736049b0 0.000166
+gallium_dri.so free 0x557173604ac0 void 0.000159
+gallium_dri.so free 0x5571736049b0 void 0.000154
+gallium_dri.so malloc 72 0x557173604a70 0.000152
+gallium_dri.so free 0x557173604b00 void 0.000161
+gallium_dri.so free 0x557173604a70 void 0.000167
+gallium_dri.so malloc 72 0x557173604a70 0.000165
+gallium_dri.so free 0x557173604bc0 void 0.000201
+gallium_dri.so free 0x557173604a70 void 0.000192
+gallium_dri.so malloc 72 0x557173604c00 0.000167
+gallium_dri.so free 0x557173604c80 void 0.000171
+gallium_dri.so free 0x557173604c00 void 0.000231
+gallium_dri.so malloc 72 0x557173604c80 0.000287
+gallium_dri.so free 0x5571735918c0 void 0.000178
+gallium_dri.so free 0x557173604c80 void 0.000293
+gallium_dri.so malloc 72 0x557173591870 0.000343
+gallium_dri.so free 0x557173591940 void 0.000267
+gallium_dri.so free 0x557173591870 void 0.000215
+gallium_dri.so malloc 72 0x557173591960 0.000358
+gallium_dri.so free 0x557173591a00 void 0.000281
+gallium_dri.so free 0x557173591960 void 0.000291
+gallium_dri.so malloc 72 0x5571735919b0 0.000295
+gallium_dri.so free 0x557173591a80 void 0.000322
+gallium_dri.so free 0x5571735919b0 void 0.000268
+gallium_dri.so malloc 72 0x5571735919b0 0.000174
+gallium_dri.so free 0x557173591b00 void 0.000190
+gallium_dri.so free 0x5571735919b0 void 0.000234
+gallium_dri.so malloc 72 0x557173591b00 0.000135
+gallium_dri.so free 0x557173465f00 void 0.000131
+gallium_dri.so free 0x557173591b00 void 0.000127
+gallium_dri.so malloc 72 0x557173465eb0 0.000135
+gallium_dri.so free 0x557173465f40 void 0.000139
+gallium_dri.so free 0x557173465eb0 void 0.000231
+gallium_dri.so malloc 72 0x557173465eb0 0.000235
+gallium_dri.so free 0x557173466000 void 0.000231
+gallium_dri.so free 0x557173465eb0 void 0.000240
+gallium_dri.so malloc 72 0x557173466070 0.000233
+gallium_dri.so free 0x5571734660c0 void 0.000137
+gallium_dri.so free 0x557173466070 void 0.000149
+gallium_dri.so malloc 72 0x557173466070 0.000132
+gallium_dri.so free 0x5571734661c0 void 0.000133
+gallium_dri.so free 0x557173466070 void 0.000138
+gallium_dri.so malloc 72 0x557173466170 0.000136
+gallium_dri.so free 0x55717358f300 void 0.000132
+gallium_dri.so free 0x557173466170 void 0.000151
+gallium_dri.so malloc 72 0x55717358f2b0 0.000135
+gallium_dri.so free 0x55717358f340 void 0.000138
+gallium_dri.so free 0x55717358f2b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358f2b0 0.000128
+gallium_dri.so free 0x55717358f400 void 0.000134
+gallium_dri.so free 0x55717358f2b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358f440 0.000131
+gallium_dri.so free 0x55717358f4c0 void 0.000128
+gallium_dri.so free 0x55717358f440 void 0.000131
+gallium_dri.so malloc 72 0x55717358f4c0 0.000137
+gallium_dri.so free 0x55717358f580 void 0.000138
+gallium_dri.so free 0x55717358f4c0 void 0.000137
+gallium_dri.so malloc 72 0x55717358f4c0 0.000133
+gallium_dri.so free 0x55717358cd40 void 0.000127
+gallium_dri.so free 0x55717358f4c0 void 0.000151
+gallium_dri.so malloc 72 0x55717358ccf0 0.000137
+gallium_dri.so free 0x55717358cd80 void 0.000136
+gallium_dri.so free 0x55717358ccf0 void 0.000138
+gallium_dri.so malloc 72 0x55717358ccf0 0.000131
+gallium_dri.so free 0x55717358ce40 void 0.000139
+gallium_dri.so free 0x55717358ccf0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ce80 0.000130
+gallium_dri.so free 0x55717358cf00 void 0.000132
+gallium_dri.so free 0x55717358ce80 void 0.000130
+gallium_dri.so malloc 72 0x55717358cf00 0.000129
+gallium_dri.so free 0x55717358cfc0 void 0.000130
+gallium_dri.so free 0x55717358cf00 void 0.000125
+gallium_dri.so malloc 72 0x55717358cf00 0.000119
+gallium_dri.so free 0x5571735907c0 void 0.000127
+gallium_dri.so free 0x55717358cf00 void 0.000130
+gallium_dri.so malloc 72 0x55717358cf00 0.000130
+gallium_dri.so free 0x557173590880 void 0.000125
+gallium_dri.so free 0x55717358cf00 void 0.000118
+gallium_dri.so malloc 72 0x557173590830 0.000125
+gallium_dri.so free 0x557173590940 void 0.000126
+gallium_dri.so free 0x557173590830 void 0.000132
+gallium_dri.so malloc 72 0x5571735908f0 0.000126
+gallium_dri.so free 0x5571735909c0 void 0.000130
+gallium_dri.so free 0x5571735908f0 void 0.000129
+gallium_dri.so malloc 72 0x557173590a10 0.000126
+gallium_dri.so free 0x557173590a80 void 0.000121
+gallium_dri.so free 0x557173590a10 void 0.000124
+gallium_dri.so malloc 72 0x557173590aa0 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000124
+gallium_dri.so free 0x557173590aa0 void 0.000120
+gallium_dri.so malloc 72 0x557173590af0 0.000119
+gallium_dri.so free 0x5571735d4b80 void 0.000118
+gallium_dri.so free 0x557173590af0 void 0.000124
+gallium_dri.so malloc 72 0x557173590af0 0.000131
+gallium_dri.so free 0x5571735d4c00 void 0.000169
+gallium_dri.so free 0x557173590af0 void 0.000241
+gallium_dri.so malloc 72 0x5571735d4c00 0.000298
+gallium_dri.so free 0x5571735d4cc0 void 0.000276
+gallium_dri.so free 0x5571735d4c00 void 0.000293
+gallium_dri.so malloc 72 0x5571735d4c00 0.000251
+gallium_dri.so free 0x5571735d4dc0 void 0.000169
+gallium_dri.so free 0x5571735d4c00 void 0.000170
+gallium_dri.so malloc 72 0x5571735d4d70 0.000163
+gallium_dri.so free 0x5571735d4e00 void 0.000130
+gallium_dri.so free 0x5571735d4d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4d70 0.000126
+gallium_dri.so free 0x5571735d4ec0 void 0.000120
+gallium_dri.so free 0x5571735d4d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4f00 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000126
+gallium_dri.so free 0x5571735d4f00 void 0.000126
+gallium_dri.so malloc 72 0x5571734673c0 0.000120
+gallium_dri.so free 0x557173467480 void 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734673c0 0.000130
+gallium_dri.so free 0x557173467500 void 0.000130
+gallium_dri.so free 0x5571734673c0 void 0.000125
+gallium_dri.so malloc 72 0x557173467530 0.000126
+gallium_dri.so free 0x557173467580 void 0.000127
+gallium_dri.so free 0x557173467530 void 0.000124
+gallium_dri.so malloc 72 0x557173467530 0.000135
+gallium_dri.so free 0x557173467680 void 0.000130
+gallium_dri.so free 0x557173467530 void 0.000126
+gallium_dri.so malloc 72 0x5571734676c0 0.000121
+gallium_dri.so free 0x557173589680 void 0.000126
+gallium_dri.so free 0x5571734676c0 void 0.000130
+gallium_dri.so malloc 72 0x557173589680 0.000131
+gallium_dri.so free 0x557173589740 void 0.000130
+gallium_dri.so free 0x557173589680 void 0.000130
+gallium_dri.so malloc 72 0x557173589680 0.000124
+gallium_dri.so free 0x5571735897c0 void 0.000127
+gallium_dri.so free 0x557173589680 void 0.000130
+gallium_dri.so malloc 72 0x5571735897f0 0.000225
+gallium_dri.so free 0x557173467740 void 0.000224
+gallium_dri.so free 0x5571735897f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735897f0 0.000225
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so free 0x5571735897f0 void 0.000131
+gallium_dri.so malloc 72 0x557173589840 0.000125
+gallium_dri.so free 0x557173589900 void 0.000129
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x557173589840 0.000129
+gallium_dri.so free 0x557173589a00 void 0.000125
+gallium_dri.so free 0x557173589840 void 0.000120
+gallium_dri.so malloc 72 0x557173589840 0.000125
+gallium_dri.so free 0x557173462840 void 0.000136
+gallium_dri.so free 0x557173589840 void 0.000129
+gallium_dri.so malloc 72 0x557173589840 0.000130
+gallium_dri.so free 0x557173462900 void 0.000132
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x5571734628b0 0.000131
+gallium_dri.so free 0x557173462980 void 0.000137
+gallium_dri.so free 0x5571734628b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734629d0 0.000131
+gallium_dri.so free 0x557173462a40 void 0.000132
+gallium_dri.so free 0x5571734629d0 void 0.000130
+gallium_dri.so malloc 72 0x557173462a60 0.000130
+gallium_dri.so free 0x557173462b00 void 0.000131
+gallium_dri.so free 0x557173462a60 void 0.000130
+gallium_dri.so malloc 72 0x557173462ab0 0.000166
+gallium_dri.so free 0x557173462b80 void 0.000131
+gallium_dri.so free 0x557173462ab0 void 0.000129
+gallium_dri.so malloc 72 0x557173462b80 0.000124
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x557173462b80 void 0.000124
+gallium_dri.so malloc 72 0x557173462b80 0.000130
+gallium_dri.so free 0x5571736013c0 void 0.000130
+gallium_dri.so free 0x557173462b80 void 0.000124
+gallium_dri.so malloc 72 0x5571736013c0 0.000120
+gallium_dri.so free 0x557173601480 void 0.000125
+gallium_dri.so free 0x5571736013c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736013c0 0.000130
+gallium_dri.so free 0x557173601540 void 0.000124
+gallium_dri.so free 0x5571736013c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736013c0 0.000131
+gallium_dri.so free 0x557173601600 void 0.000136
+gallium_dri.so free 0x5571736013c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736015b0 0.000130
+gallium_dri.so free 0x557173601680 void 0.000130
+gallium_dri.so free 0x5571736015b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736016d0 0.000124
+gallium_dri.so free 0x55717360ba40 void 0.000192
+gallium_dri.so free 0x5571736016d0 void 0.000132
+gallium_dri.so malloc 72 0x5571736016d0 0.000222
+gallium_dri.so free 0x55717360bac0 void 0.000221
+gallium_dri.so free 0x5571736016d0 void 0.000220
+gallium_dri.so malloc 72 0x5571736016d0 0.000132
+gallium_dri.so free 0x55717360bb80 void 0.000129
+gallium_dri.so free 0x5571736016d0 void 0.000130
+gallium_dri.so malloc 72 0x5571736016d0 0.000129
+gallium_dri.so free 0x55717360bc40 void 0.000125
+gallium_dri.so free 0x5571736016d0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bbf0 0.000120
+gallium_dri.so free 0x55717360bcc0 void 0.000121
+gallium_dri.so free 0x55717360bbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bd10 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000120
+gallium_dri.so free 0x55717360bd10 void 0.000124
+gallium_dri.so malloc 72 0x55717360bda0 0.000164
+gallium_dri.so free 0x5571735d0000 void 0.000131
+gallium_dri.so free 0x55717360bda0 void 0.000130
+gallium_dri.so malloc 72 0x55717360bda0 0.000141
+gallium_dri.so free 0x5571735d00c0 void 0.000131
+gallium_dri.so free 0x55717360bda0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0070 0.000131
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so free 0x5571735d0070 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0070 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000121
+gallium_dri.so free 0x5571735d0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0170 0.000130
+gallium_dri.so free 0x5571735d0280 void 0.000131
+gallium_dri.so free 0x5571735d0170 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0230 0.000125
+gallium_dri.so free 0x5571735d02c0 void 0.000127
+gallium_dri.so free 0x5571735d0230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0230 0.000126
+gallium_dri.so free 0x557173603900 void 0.000125
+gallium_dri.so free 0x5571735d0230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0230 0.000121
+gallium_dri.so free 0x557173603980 void 0.000126
+gallium_dri.so free 0x5571735d0230 void 0.000130
+gallium_dri.so malloc 72 0x557173603980 0.000125
+gallium_dri.so free 0x557173603a40 void 0.000133
+gallium_dri.so free 0x557173603980 void 0.000126
+gallium_dri.so malloc 72 0x557173603980 0.000129
+gallium_dri.so free 0x557173603b40 void 0.000137
+gallium_dri.so free 0x557173603980 void 0.000130
+gallium_dri.so malloc 72 0x557173603980 0.000126
+gallium_dri.so free 0x5571735d0380 void 0.000120
+gallium_dri.so free 0x557173603980 void 0.000124
+gallium_dri.so malloc 72 0x5571735d03b0 0.000130
+gallium_dri.so free 0x557173603bc0 void 0.000132
+gallium_dri.so free 0x5571735d03b0 void 0.000130
+gallium_dri.so malloc 72 0x557173603c00 0.000126
+gallium_dri.so free 0x557173605ec0 void 0.000122
+gallium_dri.so free 0x557173603c00 void 0.000121
+gallium_dri.so malloc 72 0x557173605ec0 0.000120
+gallium_dri.so free 0x557173605f80 void 0.000121
+gallium_dri.so free 0x557173605ec0 void 0.000125
+gallium_dri.so malloc 72 0x557173605ec0 0.000130
+gallium_dri.so free 0x557173606000 void 0.000130
+gallium_dri.so free 0x557173605ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173606030 0.000130
+gallium_dri.so free 0x557173606080 void 0.000130
+gallium_dri.so free 0x557173606030 void 0.000135
+gallium_dri.so malloc 72 0x557173606080 0.000126
+gallium_dri.so free 0x557173603c80 void 0.000129
+gallium_dri.so free 0x557173606080 void 0.000130
+gallium_dri.so malloc 72 0x557173606080 0.000130
+gallium_dri.so free 0x557173606140 void 0.000126
+gallium_dri.so free 0x557173606080 void 0.000126
+gallium_dri.so malloc 72 0x557173606140 0.000152
+gallium_dri.so free 0x557173606200 void 0.000135
+gallium_dri.so free 0x557173606140 void 0.000131
+gallium_dri.so malloc 72 0x557173606140 0.000126
+gallium_dri.so free 0x5571735d25c0 void 0.000123
+gallium_dri.so free 0x557173606140 void 0.000125
+gallium_dri.so malloc 72 0x557173606140 0.000125
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x557173606140 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2630 0.000151
+gallium_dri.so free 0x5571735d2700 void 0.000135
+gallium_dri.so free 0x5571735d2630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2750 0.000127
+gallium_dri.so free 0x5571735d27c0 void 0.000122
+gallium_dri.so free 0x5571735d2750 void 0.000154
+gallium_dri.so malloc 72 0x5571735d2800 0.000167
+gallium_dri.so free 0x5571735d2880 void 0.000165
+gallium_dri.so free 0x5571735d2800 void 0.000162
+gallium_dri.so malloc 72 0x5571735d2800 0.000132
+gallium_dri.so free 0x5571735d2900 void 0.000131
+gallium_dri.so free 0x5571735d2800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2930 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000122
+gallium_dri.so free 0x5571735d2930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2930 0.000126
+gallium_dri.so free 0x557173464e80 void 0.000130
+gallium_dri.so free 0x5571735d2930 void 0.000130
+gallium_dri.so malloc 72 0x557173464e80 0.000129
+gallium_dri.so free 0x557173464f40 void 0.000126
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so malloc 72 0x557173464e80 0.000126
+gallium_dri.so free 0x557173465000 void 0.000127
+gallium_dri.so free 0x557173464e80 void 0.000127
+gallium_dri.so malloc 72 0x557173464e80 0.000126
+gallium_dri.so free 0x5571734650c0 void 0.000126
+gallium_dri.so free 0x557173464e80 void 0.000125
+gallium_dri.so malloc 72 0x557173465070 0.000133
+gallium_dri.so free 0x5571734650c0 void 0.000130
+gallium_dri.so free 0x557173465070 void 0.000130
+gallium_dri.so malloc 72 0x557173465070 0.000129
+gallium_dri.so free 0x55717358e200 void 0.000129
+gallium_dri.so free 0x557173465070 void 0.000125
+gallium_dri.so malloc 72 0x55717358e200 0.000126
+gallium_dri.so free 0x5571734651c0 void 0.000129
+gallium_dri.so free 0x55717358e200 void 0.000130
+gallium_dri.so malloc 72 0x557173465170 0.000129
+gallium_dri.so free 0x55717358e2c0 void 0.000125
+gallium_dri.so free 0x557173465170 void 0.000119
+gallium_dri.so malloc 72 0x557173465170 0.000126
+gallium_dri.so free 0x55717358e380 void 0.000124
+gallium_dri.so free 0x557173465170 void 0.000124
+gallium_dri.so malloc 72 0x55717358e330 0.000129
+gallium_dri.so free 0x55717358e400 void 0.000200
+gallium_dri.so free 0x55717358e330 void 0.000153
+gallium_dri.so malloc 72 0x55717358e450 0.000128
+gallium_dri.so free 0x55717358e4c0 void 0.000124
+gallium_dri.so free 0x55717358e450 void 0.000140
+gallium_dri.so malloc 72 0x55717358e520 0.000127
+gallium_dri.so free 0x55717358e5c0 void 0.000129
+gallium_dri.so free 0x55717358e520 void 0.000125
+gallium_dri.so malloc 72 0x55717358e570 0.000128
+gallium_dri.so free 0x557173608480 void 0.000129
+gallium_dri.so free 0x55717358e570 void 0.000125
+gallium_dri.so malloc 72 0x55717358e570 0.000127
+gallium_dri.so free 0x557173608540 void 0.000129
+gallium_dri.so free 0x55717358e570 void 0.000127
+gallium_dri.so malloc 72 0x5571736084f0 0.000124
+gallium_dri.so free 0x5571736085c0 void 0.000127
+gallium_dri.so free 0x5571736084f0 void 0.000126
+gallium_dri.so malloc 72 0x557173608610 0.000124
+gallium_dri.so free 0x557173608680 void 0.000124
+gallium_dri.so free 0x557173608610 void 0.000124
+gallium_dri.so malloc 72 0x5571736086a0 0.000125
+gallium_dri.so free 0x557173608740 void 0.000125
+gallium_dri.so free 0x5571736086a0 void 0.000127
+gallium_dri.so malloc 72 0x5571736086f0 0.000124
+gallium_dri.so free 0x5571736087c0 void 0.000129
+gallium_dri.so free 0x5571736086f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736087c0 0.000126
+gallium_dri.so free 0x55717358bc40 void 0.000127
+gallium_dri.so free 0x5571736087c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736087c0 0.000129
+gallium_dri.so free 0x55717358bcc0 void 0.000127
+gallium_dri.so free 0x5571736087c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358bcc0 0.000129
+gallium_dri.so free 0x55717358bd80 void 0.000125
+gallium_dri.so free 0x55717358bcc0 void 0.000125
+gallium_dri.so malloc 72 0x55717358bcc0 0.000127
+gallium_dri.so free 0x55717358be40 void 0.000127
+gallium_dri.so free 0x55717358bcc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358bcc0 0.000133
+gallium_dri.so free 0x55717358bf00 void 0.000128
+gallium_dri.so free 0x55717358bcc0 void 0.000124
+gallium_dri.so malloc 72 0x55717358beb0 0.000129
+gallium_dri.so free 0x55717358bf80 void 0.000128
+gallium_dri.so free 0x55717358beb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358bfd0 0.000125
+gallium_dri.so free 0x557173469380 void 0.000126
+gallium_dri.so free 0x55717358bfd0 void 0.000125
+gallium_dri.so malloc 72 0x55717358bfd0 0.000128
+gallium_dri.so free 0x557173469400 void 0.000179
+gallium_dri.so free 0x55717358bfd0 void 0.000159
+gallium_dri.so malloc 72 0x55717358bfd0 0.000131
+gallium_dri.so free 0x5571734694c0 void 0.000128
+gallium_dri.so free 0x55717358bfd0 void 0.000131
+gallium_dri.so malloc 72 0x55717358bfd0 0.000126
+gallium_dri.so free 0x557173469580 void 0.000126
+gallium_dri.so free 0x55717358bfd0 void 0.000127
+gallium_dri.so malloc 72 0x557173469530 0.000128
+gallium_dri.so free 0x557173469600 void 0.000127
+gallium_dri.so free 0x557173469530 void 0.000127
+gallium_dri.so malloc 72 0x557173469650 0.000127
+gallium_dri.so free 0x5571734696c0 void 0.000127
+gallium_dri.so free 0x557173469650 void 0.000126
+gallium_dri.so malloc 72 0x5571734696e0 0.000125
+gallium_dri.so free 0x557173465800 void 0.000128
+gallium_dri.so free 0x5571734696e0 void 0.000127
+gallium_dri.so malloc 72 0x557173465830 0.000127
+gallium_dri.so free 0x557173465880 void 0.000126
+gallium_dri.so free 0x557173465830 void 0.000127
+gallium_dri.so malloc 72 0x557173465830 0.000128
+gallium_dri.so free 0x557173465980 void 0.000128
+gallium_dri.so free 0x557173465830 void 0.000127
+gallium_dri.so malloc 72 0x5571734659c0 0.000125
+gallium_dri.so free 0x557173465a40 void 0.000127
+gallium_dri.so free 0x5571734659c0 void 0.000126
+gallium_dri.so malloc 72 0x557173465a40 0.000126
+gallium_dri.so free 0x557173465b00 void 0.000127
+gallium_dri.so free 0x557173465a40 void 0.000128
+gallium_dri.so malloc 72 0x557173465a40 0.000190
+gallium_dri.so free 0x557173465b80 void 0.000128
+gallium_dri.so free 0x557173465a40 void 0.000128
+gallium_dri.so malloc 72 0x557173465bb0 0.000127
+gallium_dri.so free 0x5571735911c0 void 0.000124
+gallium_dri.so free 0x557173465bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173591200 0.000127
+gallium_dri.so free 0x557173591280 void 0.000127
+gallium_dri.so free 0x557173591200 void 0.000124
+gallium_dri.so malloc 72 0x557173591280 0.000125
+gallium_dri.so free 0x557173591340 void 0.000127
+gallium_dri.so free 0x557173591280 void 0.000124
+gallium_dri.so malloc 72 0x557173591280 0.000127
+gallium_dri.so free 0x557173591400 void 0.000127
+gallium_dri.so free 0x557173591280 void 0.000127
+gallium_dri.so malloc 72 0x557173591420 0.000126
+gallium_dri.so free 0x5571735914c0 void 0.000128
+gallium_dri.so free 0x557173591420 void 0.000128
+gallium_dri.so malloc 72 0x557173591470 0.000127
+gallium_dri.so free 0x557173591540 void 0.000127
+gallium_dri.so free 0x557173591470 void 0.000124
+gallium_dri.so malloc 72 0x557173591470 0.000129
+gallium_dri.so free 0x55717358c640 void 0.000129
+gallium_dri.so free 0x557173591470 void 0.000127
+gallium_dri.so malloc 72 0x55717358c690 0.000146
+gallium_dri.so free 0x55717358c700 void 0.000122
+gallium_dri.so free 0x55717358c690 void 0.000120
+gallium_dri.so malloc 72 0x55717358c720 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000122
+gallium_dri.so free 0x55717358c720 void 0.000118
+gallium_dri.so malloc 72 0x55717358c770 0.000122
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so free 0x55717358c770 void 0.000134
+gallium_dri.so malloc 72 0x55717358c840 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000122
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so malloc 72 0x55717358c840 0.000121
+gallium_dri.so free 0x55717358c980 void 0.000123
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so malloc 72 0x55717358c980 0.000122
+gallium_dri.so free 0x55717358ec00 void 0.000121
+gallium_dri.so free 0x55717358c980 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec20 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000122
+gallium_dri.so free 0x55717358ec20 void 0.000122
+gallium_dri.so malloc 72 0x55717358ec70 0.000121
+gallium_dri.so free 0x55717358ed40 void 0.000122
+gallium_dri.so free 0x55717358ec70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec70 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000131
+gallium_dri.so free 0x55717358ec70 void 0.000122
+gallium_dri.so malloc 72 0x55717358edc0 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358edc0 0.000121
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef30 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000121
+gallium_dri.so free 0x55717358ef30 void 0.000118
+gallium_dri.so malloc 72 0x557173601d70 0.000120
+gallium_dri.so free 0x557173601dc0 void 0.000122
+gallium_dri.so free 0x557173601d70 void 0.000118
+gallium_dri.so malloc 72 0x557173601d70 0.000120
+gallium_dri.so free 0x557173601ec0 void 0.000122
+gallium_dri.so free 0x557173601d70 void 0.000119
+gallium_dri.so malloc 72 0x557173601e70 0.000120
+gallium_dri.so free 0x55717358efc0 void 0.000122
+gallium_dri.so free 0x557173601e70 void 0.000121
+gallium_dri.so malloc 72 0x557173601e70 0.000118
+gallium_dri.so free 0x557173601f80 void 0.000122
+gallium_dri.so free 0x557173601e70 void 0.000158
+gallium_dri.so malloc 72 0x557173601f30 0.000121
+gallium_dri.so free 0x557173602000 void 0.000123
+gallium_dri.so free 0x557173601f30 void 0.000123
+gallium_dri.so malloc 72 0x557173601f30 0.000131
+gallium_dri.so free 0x557173602100 void 0.000121
+gallium_dri.so free 0x557173601f30 void 0.000117
+gallium_dri.so malloc 72 0x5571736020b0 0.000119
+gallium_dri.so free 0x557173604300 void 0.000120
+gallium_dri.so free 0x5571736020b0 void 0.000121
+gallium_dri.so malloc 72 0x557173604350 0.000121
+gallium_dri.so free 0x5571736043c0 void 0.000121
+gallium_dri.so free 0x557173604350 void 0.000120
+gallium_dri.so malloc 72 0x5571736043e0 0.000121
+gallium_dri.so free 0x557173604480 void 0.000121
+gallium_dri.so free 0x5571736043e0 void 0.000118
+gallium_dri.so malloc 72 0x557173604430 0.000121
+gallium_dri.so free 0x557173604500 void 0.000122
+gallium_dri.so free 0x557173604430 void 0.000120
+gallium_dri.so malloc 72 0x557173604430 0.000123
+gallium_dri.so free 0x557173604580 void 0.000186
+gallium_dri.so free 0x557173604430 void 0.000159
+gallium_dri.so malloc 72 0x557173604580 0.000117
+gallium_dri.so free 0x557173604640 void 0.000116
+gallium_dri.so free 0x557173604580 void 0.000140
+gallium_dri.so malloc 72 0x557173604580 0.000118
+gallium_dri.so free 0x557173463240 void 0.000116
+gallium_dri.so free 0x557173604580 void 0.000114
+gallium_dri.so malloc 72 0x557173463260 0.000115
+gallium_dri.so free 0x557173463300 void 0.000130
+gallium_dri.so free 0x557173463260 void 0.000116
+gallium_dri.so malloc 72 0x5571734632b0 0.000116
+gallium_dri.so free 0x557173463380 void 0.000116
+gallium_dri.so free 0x5571734632b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734632b0 0.000115
+gallium_dri.so free 0x557173463400 void 0.000116
+gallium_dri.so free 0x5571734632b0 void 0.000115
+gallium_dri.so malloc 72 0x557173463400 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000116
+gallium_dri.so free 0x557173463400 void 0.000117
+gallium_dri.so malloc 72 0x557173463400 0.000117
+gallium_dri.so free 0x557173463580 void 0.000115
+gallium_dri.so free 0x557173463400 void 0.000115
+gallium_dri.so malloc 72 0x557173463400 0.000115
+gallium_dri.so free 0x5571735d2fc0 void 0.000116
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3010 0.000114
+gallium_dri.so free 0x5571735d3080 void 0.000116
+gallium_dri.so free 0x5571735d3010 void 0.000116
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so free 0x5571735d30c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3140 0.000116
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3140 0.000115
+gallium_dri.so free 0x557173463640 void 0.000180
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so malloc 72 0x5571734635f0 0.000116
+gallium_dri.so free 0x5571735d3280 void 0.000117
+gallium_dri.so free 0x5571734635f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d32c0 0.000116
+gallium_dri.so free 0x5571735d3340 void 0.000117
+gallium_dri.so free 0x5571735d32c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3340 0.000116
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55c0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000116
+gallium_dri.so free 0x5571735d55c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55c0 0.000115
+gallium_dri.so free 0x5571735d56c0 void 0.000115
+gallium_dri.so free 0x5571735d55c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d56f0 0.000116
+gallium_dri.so free 0x5571735d5740 void 0.000116
+gallium_dri.so free 0x5571735d56f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56f0 0.000117
+gallium_dri.so free 0x5571735d5840 void 0.000116
+gallium_dri.so free 0x5571735d56f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d57f0 0.000116
+gallium_dri.so free 0x5571735d5900 void 0.000116
+gallium_dri.so free 0x5571735d57f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d58b0 0.000127
+gallium_dri.so free 0x55717358a080 void 0.000118
+gallium_dri.so free 0x5571735d58b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a100 void 0.000116
+gallium_dri.so free 0x55717358a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a200 void 0.000118
+gallium_dri.so free 0x55717358a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a240 0.000144
+gallium_dri.so free 0x55717358a2c0 void 0.000116
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so malloc 72 0x55717358a2c0 0.000115
+gallium_dri.so free 0x5571735d5940 void 0.000115
+gallium_dri.so free 0x55717358a2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000115
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x55717358a440 void 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a3f0 0.000116
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717358a3f0 void 0.000118
+gallium_dri.so malloc 72 0x557173606910 0.000136
+gallium_dri.so free 0x557173606980 void 0.000117
+gallium_dri.so free 0x557173606910 void 0.000114
+gallium_dri.so malloc 72 0x5571736069e0 0.000118
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so free 0x5571736069e0 void 0.000116
+gallium_dri.so malloc 72 0x557173606a30 0.000115
+gallium_dri.so free 0x557173606ac0 void 0.000114
+gallium_dri.so free 0x557173606a30 void 0.000116
+gallium_dri.so malloc 72 0x557173606a30 0.000118
+gallium_dri.so free 0x557173606b80 void 0.000115
+gallium_dri.so free 0x557173606a30 void 0.000114
+gallium_dri.so malloc 72 0x557173606bc0 0.000127
+gallium_dri.so free 0x557173606c40 void 0.000117
+gallium_dri.so free 0x557173606bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173606c40 0.000116
+gallium_dri.so free 0x557173609e80 void 0.000115
+gallium_dri.so free 0x557173606c40 void 0.000115
+gallium_dri.so malloc 72 0x557173609ea0 0.000116
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ea0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ef0 0.000116
+gallium_dri.so free 0x557173609fc0 void 0.000118
+gallium_dri.so free 0x557173609ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173609fc0 0.000116
+gallium_dri.so free 0x55717360a080 void 0.000115
+gallium_dri.so free 0x557173609fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609fc0 0.000114
+gallium_dri.so free 0x55717360a100 void 0.000115
+gallium_dri.so free 0x557173609fc0 void 0.000128
+gallium_dri.so malloc 72 0x55717360a100 0.000116
+gallium_dri.so free 0x55717360a1c0 void 0.000118
+gallium_dri.so free 0x55717360a100 void 0.000116
+gallium_dri.so malloc 72 0x55717360a100 0.000116
+gallium_dri.so free 0x557173467dc0 void 0.000115
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so malloc 72 0x557173467df0 0.000117
+gallium_dri.so free 0x557173467e40 void 0.000117
+gallium_dri.so free 0x557173467df0 void 0.000117
+gallium_dri.so malloc 72 0x557173467df0 0.000115
+gallium_dri.so free 0x557173467f40 void 0.000117
+gallium_dri.so free 0x557173467df0 void 0.000115
+gallium_dri.so malloc 72 0x557173467ef0 0.000116
+gallium_dri.so free 0x557173468000 void 0.000117
+gallium_dri.so free 0x557173467ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173467fb0 0.000116
+gallium_dri.so free 0x557173468080 void 0.000116
+gallium_dri.so free 0x557173467fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571734680a0 0.000117
+gallium_dri.so free 0x557173468140 void 0.000116
+gallium_dri.so free 0x5571734680a0 void 0.000116
+gallium_dri.so malloc 72 0x5571734680f0 0.000116
+gallium_dri.so free 0x5571735d0a00 void 0.000140
+gallium_dri.so free 0x5571734680f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a40 0.000117
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000180
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000116
+gallium_dri.so free 0x5571735d0b80 void 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000116
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c30 0.000115
+gallium_dri.so free 0x5571735d0c80 void 0.000116
+gallium_dri.so free 0x5571735d0c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c30 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000115
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ed0 0.000115
+gallium_dri.so free 0x557173608f40 void 0.000117
+gallium_dri.so free 0x557173608ed0 void 0.000115
+gallium_dri.so malloc 72 0x557173608f60 0.000114
+gallium_dri.so free 0x557173609000 void 0.000118
+gallium_dri.so free 0x557173608f60 void 0.000115
+gallium_dri.so malloc 72 0x557173608fb0 0.000115
+gallium_dri.so free 0x557173609080 void 0.000114
+gallium_dri.so free 0x557173608fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173608fb0 0.000113
+gallium_dri.so free 0x557173609100 void 0.000127
+gallium_dri.so free 0x557173608fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173609100 0.000115
+gallium_dri.so free 0x5571736091c0 void 0.000115
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000116
+gallium_dri.so free 0x557173609580 void 0.000118
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000116
+gallium_dri.so free 0x5571736095c0 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000115
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x557173609680 void 0.000116
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736096c0 0.000114
+gallium_dri.so free 0x557173609740 void 0.000117
+gallium_dri.so free 0x5571736096c0 void 0.000116
+gallium_dri.so malloc 72 0x557173609740 0.000115
+gallium_dri.so free 0x557173609800 void 0.000117
+gallium_dri.so free 0x557173609740 void 0.000117
+gallium_dri.so malloc 72 0x557173609740 0.000116
+gallium_dri.so free 0x557173609880 void 0.000115
+gallium_dri.so free 0x557173609740 void 0.000115
+gallium_dri.so malloc 72 0x5571736098b0 0.000116
+gallium_dri.so free 0x557173609900 void 0.000117
+gallium_dri.so free 0x5571736098b0 void 0.000156
+gallium_dri.so malloc 72 0x557173609900 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000133
+gallium_dri.so free 0x557173609900 void 0.000118
+gallium_dri.so malloc 72 0x557173609900 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000116
+gallium_dri.so free 0x557173609900 void 0.000115
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x557173607fc0 void 0.000117
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so malloc 72 0x557173607f00 0.000116
+gallium_dri.so free 0x557173608080 void 0.000147
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so malloc 72 0x557173607f00 0.000117
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so free 0x557173607f00 void 0.000119
+gallium_dri.so malloc 72 0x5571736080f0 0.000116
+gallium_dri.so free 0x5571736081c0 void 0.000116
+gallium_dri.so free 0x5571736080f0 void 0.000115
+gallium_dri.so malloc 72 0x557173608210 0.000116
+gallium_dri.so free 0x557173608280 void 0.000116
+gallium_dri.so free 0x557173608210 void 0.000117
+gallium_dri.so malloc 72 0x5571736082c0 0.000117
+gallium_dri.so free 0x5571736058c0 void 0.000117
+gallium_dri.so free 0x5571736082c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736082c0 0.000116
+gallium_dri.so free 0x557173605940 void 0.000117
+gallium_dri.so free 0x5571736082c0 void 0.000117
+gallium_dri.so malloc 72 0x557173605970 0.000129
+gallium_dri.so free 0x5571736059c0 void 0.000116
+gallium_dri.so free 0x557173605970 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000115
+gallium_dri.so free 0x557173605ac0 void 0.000115
+gallium_dri.so free 0x557173605970 void 0.000114
+gallium_dri.so malloc 72 0x557173605a70 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000115
+gallium_dri.so free 0x557173605a70 void 0.000116
+gallium_dri.so malloc 72 0x557173605b30 0.000115
+gallium_dri.so free 0x557173605bc0 void 0.000116
+gallium_dri.so free 0x557173605b30 void 0.000114
+gallium_dri.so malloc 72 0x557173605b30 0.000116
+gallium_dri.so free 0x557173605c80 void 0.000114
+gallium_dri.so free 0x557173605b30 void 0.000115
+gallium_dri.so malloc 72 0x557173605cf0 0.000114
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000114
+gallium_dri.so free 0x557173603380 void 0.000116
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000115
+gallium_dri.so free 0x557173603440 void 0.000118
+gallium_dri.so free 0x557173603380 void 0.000116
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000130
+gallium_dri.so free 0x5571736035c0 void 0.000117
+gallium_dri.so free 0x557173603380 void 0.000116
+gallium_dri.so malloc 72 0x557173603570 0.000115
+gallium_dri.so free 0x557173603640 void 0.000116
+gallium_dri.so free 0x557173603570 void 0.000115
+gallium_dri.so malloc 72 0x557173603690 0.000118
+gallium_dri.so free 0x557173603700 void 0.000114
+gallium_dri.so free 0x557173603690 void 0.000114
+gallium_dri.so malloc 72 0x557173603760 0.000117
+gallium_dri.so free 0x557173589080 void 0.000117
+gallium_dri.so free 0x557173603760 void 0.000116
+gallium_dri.so malloc 72 0x557173603760 0.000116
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x557173603760 void 0.000115
+gallium_dri.so malloc 72 0x557173589130 0.000114
+gallium_dri.so free 0x557173589180 void 0.000117
+gallium_dri.so free 0x557173589130 void 0.000115
+gallium_dri.so malloc 72 0x557173589130 0.000117
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so free 0x557173589130 void 0.000115
+gallium_dri.so malloc 72 0x557173589230 0.000114
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x557173589230 void 0.000140
+gallium_dri.so malloc 72 0x5571735892f0 0.000117
+gallium_dri.so free 0x557173589380 void 0.000116
+gallium_dri.so free 0x5571735892f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735892f0 0.000193
+gallium_dri.so free 0x557173589440 void 0.000118
+gallium_dri.so free 0x5571735892f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589490 0.000116
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173589490 void 0.000116
+gallium_dri.so malloc 72 0x557173589490 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so free 0x557173589490 void 0.000115
+gallium_dri.so malloc 72 0x55717360b4c0 0.000119
+gallium_dri.so free 0x55717360b580 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b4c0 0.000116
+gallium_dri.so free 0x55717360b640 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b4c0 0.000115
+gallium_dri.so free 0x55717360b700 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b6b0 0.000115
+gallium_dri.so free 0x55717360b780 void 0.000116
+gallium_dri.so free 0x55717360b6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b7d0 0.000116
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so free 0x55717360b7d0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b880 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000134
+gallium_dri.so free 0x55717360b880 void 0.000128
+gallium_dri.so malloc 72 0x55717360b880 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x55717360b880 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466ec0 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000113
+gallium_dri.so malloc 72 0x557173466f70 0.000114
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so free 0x557173466f70 void 0.000115
+gallium_dri.so malloc 72 0x557173467030 0.000116
+gallium_dri.so free 0x5571734670c0 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000115
+gallium_dri.so malloc 72 0x557173467030 0.000115
+gallium_dri.so free 0x557173467180 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000115
+gallium_dri.so malloc 72 0x5571734671f0 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6c0 0.000115
+gallium_dri.so free 0x55717358b780 void 0.000113
+gallium_dri.so free 0x55717358b6c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358b6c0 0.000115
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b6c0 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8b0 0.000115
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so free 0x55717358b8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b9d0 0.000132
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b9d0 void 0.000117
+gallium_dri.so malloc 72 0x55717358baa0 0.000117
+gallium_dri.so free 0x5571735d1fc0 void 0.000117
+gallium_dri.so free 0x55717358baa0 void 0.000116
+gallium_dri.so malloc 72 0x55717358baa0 0.000117
+gallium_dri.so free 0x5571735d2040 void 0.000116
+gallium_dri.so free 0x55717358baa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2070 0.000120
+gallium_dri.so free 0x5571735d20c0 void 0.000118
+gallium_dri.so free 0x5571735d2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2070 0.000116
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2170 0.000116
+gallium_dri.so free 0x5571735d2280 void 0.000167
+gallium_dri.so free 0x5571735d2170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2230 0.000117
+gallium_dri.so free 0x5571735d22c0 void 0.000118
+gallium_dri.so free 0x5571735d2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2230 0.000116
+gallium_dri.so free 0x5571735d2380 void 0.000116
+gallium_dri.so free 0x5571735d2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23d0 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x5571735d23d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d23d0 0.000116
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so free 0x5571735d23d0 void 0.000117
+gallium_dri.so malloc 72 0x557173590240 0.000116
+gallium_dri.so free 0x557173590300 void 0.000116
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so malloc 72 0x557173590240 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000118
+gallium_dri.so free 0x557173590240 void 0.000116
+gallium_dri.so malloc 72 0x557173590240 0.000115
+gallium_dri.so free 0x557173590480 void 0.000116
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so malloc 72 0x557173590430 0.000116
+gallium_dri.so free 0x557173590500 void 0.000117
+gallium_dri.so free 0x557173590430 void 0.000116
+gallium_dri.so malloc 72 0x557173590550 0.000116
+gallium_dri.so free 0x5571735905c0 void 0.000107
+gallium_dri.so free 0x557173590550 void 0.000118
+gallium_dri.so malloc 72 0x557173590600 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x557173590600 void 0.000113
+gallium_dri.so malloc 72 0x557173590600 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358dd00 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcb0 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ddb0 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358ddb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358de70 0.000118
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358dfc0 void 0.000118
+gallium_dri.so free 0x55717358de70 void 0.000116
+gallium_dri.so malloc 72 0x55717358e030 0.000115
+gallium_dri.so free 0x5571735d4580 void 0.000128
+gallium_dri.so free 0x55717358e030 void 0.000116
+gallium_dri.so malloc 72 0x55717358e030 0.000180
+gallium_dri.so free 0x5571735d4600 void 0.000166
+gallium_dri.so free 0x55717358e030 void 0.000171
+gallium_dri.so malloc 72 0x5571735d4600 0.000166
+gallium_dri.so free 0x5571735d46c0 void 0.000173
+gallium_dri.so free 0x5571735d4600 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4600 0.000117
+gallium_dri.so free 0x5571735d4780 void 0.000116
+gallium_dri.so free 0x5571735d4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4600 0.000117
+gallium_dri.so free 0x5571735d4840 void 0.000118
+gallium_dri.so free 0x5571735d4600 void 0.000116
+gallium_dri.so malloc 72 0x5571735d47f0 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x5571735d47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4910 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so free 0x5571735d4910 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49e0 0.000115
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x5571735d49e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49e0 0.000114
+gallium_dri.so free 0x557173464880 void 0.000117
+gallium_dri.so free 0x5571735d49e0 void 0.000115
+gallium_dri.so malloc 72 0x5571734648b0 0.000116
+gallium_dri.so free 0x557173464900 void 0.000130
+gallium_dri.so free 0x5571734648b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734648b0 0.000116
+gallium_dri.so free 0x557173464a00 void 0.000113
+gallium_dri.so free 0x5571734648b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734649b0 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x5571734649b0 void 0.000114
+gallium_dri.so malloc 72 0x557173464a70 0.000115
+gallium_dri.so free 0x557173464b00 void 0.000114
+gallium_dri.so free 0x557173464a70 void 0.000115
+gallium_dri.so malloc 72 0x557173464a70 0.000115
+gallium_dri.so free 0x557173464bc0 void 0.000113
+gallium_dri.so free 0x557173464a70 void 0.000113
+gallium_dri.so malloc 72 0x557173464c10 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x557173464c10 void 0.000114
+gallium_dri.so malloc 72 0x557173464c10 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x557173464c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfa80 0.000116
+gallium_dri.so free 0x5571735cfb40 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa80 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfa80 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000126
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfc70 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so free 0x5571735cfc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd90 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe40 0.000116
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe40 0.000131
+gallium_dri.so free 0x5571735df9c0 void 0.000117
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735df9f0 0.000115
+gallium_dri.so free 0x5571735dfa40 void 0.000116
+gallium_dri.so free 0x5571735df9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df9f0 0.000115
+gallium_dri.so free 0x5571735dfb40 void 0.000117
+gallium_dri.so free 0x5571735df9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000116
+gallium_dri.so free 0x5571735dfc00 void 0.000117
+gallium_dri.so free 0x5571735dfaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000116
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000163
+gallium_dri.so free 0x5571735dfbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfd70 0.000117
+gallium_dri.so free 0x5571735dfdc0 void 0.000117
+gallium_dri.so free 0x5571735dfd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd70 0.000119
+gallium_dri.so free 0x5571735dfec0 void 0.000117
+gallium_dri.so free 0x5571735dfd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe70 0.000115
+gallium_dri.so free 0x5571735dff80 void 0.000118
+gallium_dri.so free 0x5571735dfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dff30 0.000116
+gallium_dri.so free 0x5571735dffc0 void 0.000117
+gallium_dri.so free 0x5571735dff30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dff30 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000117
+gallium_dri.so free 0x5571735dff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e00c0 0.000117
+gallium_dri.so free 0x5571735e0140 void 0.000116
+gallium_dri.so free 0x5571735e00c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0140 0.000116
+gallium_dri.so free 0x5571735e0200 void 0.000116
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0140 0.000115
+gallium_dri.so free 0x5571735e02c0 void 0.000116
+gallium_dri.so free 0x5571735e0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02e0 0.000127
+gallium_dri.so free 0x5571735e0380 void 0.000117
+gallium_dri.so free 0x5571735e02e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000116
+gallium_dri.so free 0x5571735e0400 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0330 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000115
+gallium_dri.so free 0x5571735e0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0480 0.000115
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0480 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0480 0.000116
+gallium_dri.so free 0x5571735e06c0 void 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0670 0.000115
+gallium_dri.so free 0x5571735e0780 void 0.000115
+gallium_dri.so free 0x5571735e0670 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0730 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so free 0x5571735e0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0850 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000133
+gallium_dri.so free 0x5571735e0850 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08e0 0.000126
+gallium_dri.so free 0x5571735e0980 void 0.000116
+gallium_dri.so free 0x5571735e08e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0930 0.000115
+gallium_dri.so free 0x5571735e0a00 void 0.000117
+gallium_dri.so free 0x5571735e0930 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0930 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so free 0x5571735e0930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0a80 0.000116
+gallium_dri.so free 0x5571735e0b40 void 0.000119
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0a80 0.000116
+gallium_dri.so free 0x5571735e0c40 void 0.000115
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000115
+gallium_dri.so free 0x5571735e0c80 void 0.000119
+gallium_dri.so free 0x5571735e0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000117
+gallium_dri.so free 0x5571735e0bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d80 0.000116
+gallium_dri.so free 0x5571735e0e80 void 0.000116
+gallium_dri.so free 0x5571735e0d80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0ed0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0f60 0.000183
+gallium_dri.so free 0x5571735e1000 void 0.000117
+gallium_dri.so free 0x5571735e0f60 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000117
+gallium_dri.so free 0x5571735e1080 void 0.000116
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x5571735e1180 void 0.000116
+gallium_dri.so free 0x5571735e0fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1130 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1250 0.000116
+gallium_dri.so free 0x5571735e12c0 void 0.000118
+gallium_dri.so free 0x5571735e1250 void 0.000116
+gallium_dri.so malloc 72 0x5571735e12e0 0.000117
+gallium_dri.so free 0x5571735e1380 void 0.000117
+gallium_dri.so free 0x5571735e12e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1330 0.000118
+gallium_dri.so free 0x5571735e1400 void 0.000118
+gallium_dri.so free 0x5571735e1330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1330 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1480 0.000117
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1480 0.000115
+gallium_dri.so free 0x5571735e1640 void 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1480 0.000114
+gallium_dri.so free 0x5571735e16c0 void 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735e16f0 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e16f0 0.000115
+gallium_dri.so free 0x5571735e1840 void 0.000142
+gallium_dri.so free 0x5571735e16f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e17f0 0.000116
+gallium_dri.so free 0x5571735e1900 void 0.000116
+gallium_dri.so free 0x5571735e17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e18b0 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a50 0.000116
+gallium_dri.so free 0x5571735e1ac0 void 0.000116
+gallium_dri.so free 0x5571735e1a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b00 0.000114
+gallium_dri.so free 0x5571735e1b80 void 0.000116
+gallium_dri.so free 0x5571735e1b00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1b80 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b80 0.000116
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000116
+gallium_dri.so free 0x5571735e1d40 void 0.000116
+gallium_dri.so free 0x5571735e1cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000115
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so free 0x5571735e1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1df0 0.000116
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so free 0x5571735e1df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000115
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so free 0x5571735e1eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000115
+gallium_dri.so free 0x5571735e2040 void 0.000118
+gallium_dri.so free 0x5571735e1fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2140 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000116
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2140 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2140 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2330 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so free 0x5571735e2330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2330 0.000117
+gallium_dri.so free 0x5571735e2480 void 0.000117
+gallium_dri.so free 0x5571735e2330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2430 0.000117
+gallium_dri.so free 0x5571735e2540 void 0.000118
+gallium_dri.so free 0x5571735e2430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e24f0 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000115
+gallium_dri.so free 0x5571735e24f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e24f0 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000138
+gallium_dri.so free 0x5571735e24f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2680 0.000118
+gallium_dri.so free 0x5571735e2700 void 0.000162
+gallium_dri.so free 0x5571735e2680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2700 0.000116
+gallium_dri.so free 0x5571735e27c0 void 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so malloc 72 0x5571735e28a0 0.000114
+gallium_dri.so free 0x5571735e2940 void 0.000114
+gallium_dri.so free 0x5571735e28a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e28f0 0.000115
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2a40 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2a40 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a40 0.000117
+gallium_dri.so free 0x5571735e2c80 void 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000114
+gallium_dri.so free 0x5571735e2d40 void 0.000128
+gallium_dri.so free 0x5571735e2c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000115
+gallium_dri.so free 0x5571735e2dc0 void 0.000117
+gallium_dri.so free 0x5571735e2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e10 0.000116
+gallium_dri.so free 0x5571735e2e80 void 0.000116
+gallium_dri.so free 0x5571735e2e10 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ea0 0.000115
+gallium_dri.so free 0x5571735e2f40 void 0.000115
+gallium_dri.so free 0x5571735e2ea0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000116
+gallium_dri.so free 0x5571735e2fc0 void 0.000117
+gallium_dri.so free 0x5571735e2ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000116
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3040 0.000117
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3040 0.000116
+gallium_dri.so free 0x5571735e3200 void 0.000116
+gallium_dri.so free 0x5571735e3040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31b0 0.000115
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e31b0 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000128
+gallium_dri.so free 0x5571735e31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3340 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000117
+gallium_dri.so free 0x5571735e3340 void 0.000116
+gallium_dri.so malloc 72 0x5571735e33c0 0.000117
+gallium_dri.so free 0x5571735e3480 void 0.000116
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e33c0 0.000116
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e3530 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000117
+gallium_dri.so free 0x5571735e3530 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3530 0.000116
+gallium_dri.so free 0x5571735e3680 void 0.000116
+gallium_dri.so free 0x5571735e3530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e36c0 0.000116
+gallium_dri.so free 0x5571735e3740 void 0.000117
+gallium_dri.so free 0x5571735e36c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3740 0.000117
+gallium_dri.so free 0x5571735e3800 void 0.000117
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3740 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000117
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3740 0.000125
+gallium_dri.so free 0x5571735fc400 void 0.000117
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000115
+gallium_dri.so free 0x5571735fc480 void 0.000115
+gallium_dri.so free 0x5571735fc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000115
+gallium_dri.so free 0x5571735fc540 void 0.000115
+gallium_dri.so free 0x5571735fc4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5a0 0.000114
+gallium_dri.so free 0x5571735fc640 void 0.000114
+gallium_dri.so free 0x5571735fc5a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000116
+gallium_dri.so free 0x5571735fc680 void 0.000117
+gallium_dri.so free 0x5571735fc5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc780 0.000116
+gallium_dri.so free 0x5571735fc800 void 0.000116
+gallium_dri.so free 0x5571735fc780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc800 0.000115
+gallium_dri.so free 0x5571735fc8c0 void 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc800 0.000114
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc970 0.000131
+gallium_dri.so free 0x5571735fc9c0 void 0.000118
+gallium_dri.so free 0x5571735fc970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000116
+gallium_dri.so free 0x5571735fca80 void 0.000116
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000117
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb30 0.000115
+gallium_dri.so free 0x5571735fcc40 void 0.000116
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000115
+gallium_dri.so free 0x5571735fcbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000115
+gallium_dri.so free 0x5571735fcbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcd80 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000116
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000116
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000117
+gallium_dri.so free 0x5571735fcf40 void 0.000123
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000202
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000116
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd070 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd070 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd190 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd190 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd220 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd220 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd270 0.000116
+gallium_dri.so free 0x5571735fd340 void 0.000250
+gallium_dri.so free 0x5571735fd270 void 0.000181
+gallium_dri.so malloc 72 0x5571735fd270 0.000180
+gallium_dri.so free 0x5571735fd440 void 0.000119
+gallium_dri.so free 0x5571735fd270 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000116
+gallium_dri.so free 0x5571735fd4c0 void 0.000115
+gallium_dri.so free 0x5571735fd3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd510 0.000114
+gallium_dri.so free 0x5571735fd580 void 0.000118
+gallium_dri.so free 0x5571735fd510 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000120
+gallium_dri.so free 0x5571735fd640 void 0.000117
+gallium_dri.so free 0x5571735fd5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000116
+gallium_dri.so free 0x5571735fd6c0 void 0.000116
+gallium_dri.so free 0x5571735fd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000114
+gallium_dri.so free 0x5571735fd740 void 0.000116
+gallium_dri.so free 0x5571735fd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd740 0.000117
+gallium_dri.so free 0x5571735fd800 void 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd740 0.000115
+gallium_dri.so free 0x5571735fd900 void 0.000116
+gallium_dri.so free 0x5571735fd740 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd740 0.000115
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so free 0x5571735fd740 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000116
+gallium_dri.so free 0x5571735fdb00 void 0.000116
+gallium_dri.so free 0x5571735fd9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdab0 0.000115
+gallium_dri.so free 0x5571735fdbc0 void 0.000116
+gallium_dri.so free 0x5571735fdab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000114
+gallium_dri.so free 0x5571735fdc00 void 0.000117
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000116
+gallium_dri.so free 0x5571735fdcc0 void 0.000116
+gallium_dri.so free 0x5571735fdb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdd10 0.000115
+gallium_dri.so free 0x5571735fdd80 void 0.000114
+gallium_dri.so free 0x5571735fdd10 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddc0 0.000130
+gallium_dri.so free 0x5571735fde40 void 0.000116
+gallium_dri.so free 0x5571735fddc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fde40 0.000116
+gallium_dri.so free 0x5571735fdf00 void 0.000116
+gallium_dri.so free 0x5571735fde40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fde40 0.000116
+gallium_dri.so free 0x5571735fdf80 void 0.000116
+gallium_dri.so free 0x5571735fde40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000116
+gallium_dri.so free 0x5571735fe000 void 0.000117
+gallium_dri.so free 0x5571735fdfb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000117
+gallium_dri.so free 0x5571735fdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000128
+gallium_dri.so free 0x5571735fe1c0 void 0.000115
+gallium_dri.so free 0x5571735fe0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe170 0.000114
+gallium_dri.so free 0x5571735fe240 void 0.000116
+gallium_dri.so free 0x5571735fe170 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe260 0.000115
+gallium_dri.so free 0x5571735fe300 void 0.000116
+gallium_dri.so free 0x5571735fe260 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000115
+gallium_dri.so free 0x5571735fe2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000115
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so free 0x5571735fe2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe400 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000113
+gallium_dri.so free 0x5571735fe400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe400 0.000115
+gallium_dri.so free 0x5571735fe580 void 0.000121
+gallium_dri.so free 0x5571735fe400 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe400 0.000116
+gallium_dri.so free 0x5571735fe640 void 0.000115
+gallium_dri.so free 0x5571735fe400 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000115
+gallium_dri.so free 0x5571735fe640 void 0.000113
+gallium_dri.so free 0x5571735fe5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000163
+gallium_dri.so free 0x5571735fe740 void 0.000117
+gallium_dri.so free 0x5571735fe5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000115
+gallium_dri.so free 0x5571735fe800 void 0.000117
+gallium_dri.so free 0x5571735fe6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x5571735fe7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000116
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so free 0x5571735fe7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe940 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000115
+gallium_dri.so free 0x5571735fea80 void 0.000116
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000114
+gallium_dri.so free 0x5571735feb40 void 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735feb60 0.000115
+gallium_dri.so free 0x5571735fec00 void 0.000116
+gallium_dri.so free 0x5571735feb60 void 0.000115
+gallium_dri.so malloc 72 0x5571735febb0 0.000116
+gallium_dri.so free 0x5571735fec80 void 0.000133
+gallium_dri.so free 0x5571735febb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735febb0 0.000203
+gallium_dri.so free 0x5571735fed00 void 0.000153
+gallium_dri.so free 0x5571735febb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed00 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fed00 0.000115
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed00 0.000115
+gallium_dri.so free 0x5571735fef40 void 0.000117
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735feef0 0.000114
+gallium_dri.so free 0x5571735ff000 void 0.000118
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000117
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0d0 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000118
+gallium_dri.so free 0x5571735ff0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff160 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735ff160 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff280 void 0.000115
+gallium_dri.so free 0x5571735ff1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000116
+gallium_dri.so free 0x5571735ff300 void 0.000116
+gallium_dri.so free 0x5571735ff1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff300 0.000116
+gallium_dri.so free 0x5571735ff3c0 void 0.000116
+gallium_dri.so free 0x5571735ff300 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff300 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000119
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff470 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so free 0x5571735ff470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff470 0.000122
+gallium_dri.so free 0x5571735ff5c0 void 0.000125
+gallium_dri.so free 0x5571735ff470 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff600 0.000122
+gallium_dri.so free 0x5571735ff680 void 0.000117
+gallium_dri.so free 0x5571735ff600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff680 0.000116
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571735ff680 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff680 0.000116
+gallium_dri.so free 0x5571735ff7c0 void 0.000117
+gallium_dri.so free 0x5571735ff680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000117
+gallium_dri.so free 0x5571735ff840 void 0.000129
+gallium_dri.so free 0x5571735ff7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000115
+gallium_dri.so free 0x5571735ff940 void 0.000116
+gallium_dri.so free 0x5571735ff7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff980 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa00 0.000115
+gallium_dri.so free 0x5571735ffac0 void 0.000116
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa00 0.000116
+gallium_dri.so free 0x5571735ffb40 void 0.000139
+gallium_dri.so free 0x5571735ffa00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffb70 0.000115
+gallium_dri.so free 0x5571735ffbc0 void 0.000115
+gallium_dri.so free 0x5571735ffb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb70 0.000115
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735ffb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffd80 void 0.000116
+gallium_dri.so free 0x5571735ffc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd30 0.000115
+gallium_dri.so free 0x5571735ffe00 void 0.000116
+gallium_dri.so free 0x5571735ffd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd30 0.000113
+gallium_dri.so free 0x5571735ffec0 void 0.000131
+gallium_dri.so free 0x5571735ffd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffd30 0.000117
+gallium_dri.so free 0x5571735fff80 void 0.000117
+gallium_dri.so free 0x5571735ffd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600000 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000115
+gallium_dri.so malloc 72 0x557173600050 0.000115
+gallium_dri.so free 0x5571736000c0 void 0.000115
+gallium_dri.so free 0x557173600050 void 0.000115
+gallium_dri.so malloc 72 0x5571736000e0 0.000117
+gallium_dri.so free 0x557173600180 void 0.000116
+gallium_dri.so free 0x5571736000e0 void 0.000115
+gallium_dri.so malloc 72 0x557173600130 0.000115
+gallium_dri.so free 0x557173600200 void 0.000117
+gallium_dri.so free 0x557173600130 void 0.000115
+gallium_dri.so malloc 72 0x557173600200 0.000117
+gallium_dri.so free 0x5571736002c0 void 0.000118
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so malloc 72 0x557173600200 0.000115
+gallium_dri.so free 0x557173600340 void 0.000115
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so malloc 72 0x557173600340 0.000119
+gallium_dri.so free 0x557173600400 void 0.000117
+gallium_dri.so free 0x557173600340 void 0.000119
+gallium_dri.so malloc 72 0x557173600340 0.000117
+gallium_dri.so free 0x5571736004c0 void 0.000123
+gallium_dri.so free 0x557173600340 void 0.000118
+gallium_dri.so malloc 72 0x557173600340 0.000118
+gallium_dri.so free 0x557173600580 void 0.000116
+gallium_dri.so free 0x557173600340 void 0.000116
+gallium_dri.so malloc 72 0x557173600530 0.000114
+gallium_dri.so free 0x557173600600 void 0.000115
+gallium_dri.so free 0x557173600530 void 0.000115
+gallium_dri.so malloc 72 0x557173600650 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000116
+gallium_dri.so free 0x557173600650 void 0.000116
+gallium_dri.so malloc 72 0x557173600700 0.000115
+gallium_dri.so free 0x557173600780 void 0.000116
+gallium_dri.so free 0x557173600700 void 0.000116
+gallium_dri.so malloc 72 0x557173600700 0.000117
+gallium_dri.so free 0x557173600800 void 0.000116
+gallium_dri.so free 0x557173600700 void 0.000114
+gallium_dri.so malloc 72 0x557173600830 0.000115
+gallium_dri.so free 0x557173600880 void 0.000117
+gallium_dri.so free 0x557173600830 void 0.000117
+gallium_dri.so malloc 72 0x557173600830 0.000116
+gallium_dri.so free 0x557173600980 void 0.000117
+gallium_dri.so free 0x557173600830 void 0.000115
+gallium_dri.so malloc 72 0x557173600930 0.000116
+gallium_dri.so free 0x557173600a40 void 0.000124
+gallium_dri.so free 0x557173600930 void 0.000122
+gallium_dri.so malloc 72 0x5571736009f0 0.000121
+gallium_dri.so free 0x557173600a80 void 0.000115
+gallium_dri.so free 0x5571736009f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000114
+gallium_dri.so free 0x557173600b40 void 0.000113
+gallium_dri.so free 0x5571736009f0 void 0.000115
+gallium_dri.so malloc 72 0x557173600bb0 0.000113
+gallium_dri.so free 0x557173600c00 void 0.000114
+gallium_dri.so free 0x557173600bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600bb0 0.000115
+gallium_dri.so free 0x557173600d00 void 0.000118
+gallium_dri.so free 0x557173600bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600cb0 0.000115
+gallium_dri.so free 0x557173600dc0 void 0.000115
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600d70 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000115
+gallium_dri.so free 0x557173600d70 void 0.000114
+gallium_dri.so malloc 72 0x557173600d70 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000116
+gallium_dri.so free 0x557173600d70 void 0.000114
+gallium_dri.so malloc 72 0x557173600f00 0.000115
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600f00 void 0.000115
+gallium_dri.so malloc 72 0x557173600f80 0.000115
+gallium_dri.so free 0x557173601040 void 0.000115
+gallium_dri.so free 0x557173600f80 void 0.000115
+gallium_dri.so malloc 72 0x557173600f80 0.000121
+gallium_dri.so free 0x557173601100 void 0.000118
+gallium_dri.so free 0x557173600f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601120 0.000115
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so free 0x557173601120 void 0.000114
+gallium_dri.so malloc 72 0x557173601170 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x557173601170 void 0.000115
+gallium_dri.so malloc 72 0x557173601170 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x557173601170 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000119
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000116
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000116
+gallium_dri.so free 0x5571735dab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dabf0 0.000115
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad10 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dad10 void 0.000115
+gallium_dri.so malloc 72 0x5571735dada0 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dada0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadf0 0.000116
+gallium_dri.so free 0x5571735daf40 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf40 0.000143
+gallium_dri.so free 0x5571735db000 void 0.000116
+gallium_dri.so free 0x5571735daf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf40 0.000115
+gallium_dri.so free 0x5571735db100 void 0.000115
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db240 0.000116
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db240 void 0.000188
+gallium_dri.so malloc 72 0x5571735db2c0 0.000138
+gallium_dri.so free 0x5571735db380 void 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db2c0 0.000115
+gallium_dri.so free 0x5571735db400 void 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735db480 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so free 0x5571735db5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db640 0.000115
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000117
+gallium_dri.so malloc 72 0x5571735db640 0.000115
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7b0 0.000113
+gallium_dri.so free 0x5571735db800 void 0.000118
+gallium_dri.so free 0x5571735db7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db7b0 0.000116
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db7b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735db8b0 0.000115
+gallium_dri.so free 0x5571735db9c0 void 0.000114
+gallium_dri.so free 0x5571735db8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db970 0.000115
+gallium_dri.so free 0x5571735dba40 void 0.000116
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735db970 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735db970 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbc90 0.000115
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbc90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd20 0.000115
+gallium_dri.so free 0x5571735dbdc0 void 0.000113
+gallium_dri.so free 0x5571735dbd20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd70 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbe40 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000144
+gallium_dri.so free 0x5571735dbe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe40 0.000120
+gallium_dri.so free 0x5571735dbf80 void 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf80 0.000125
+gallium_dri.so free 0x5571735dc040 void 0.000124
+gallium_dri.so free 0x5571735dbf80 void 0.000159
+gallium_dri.so malloc 72 0x5571735dbf80 0.000197
+gallium_dri.so free 0x5571735dc100 void 0.000125
+gallium_dri.so free 0x5571735dbf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf80 0.000125
+gallium_dri.so free 0x5571735dc1c0 void 0.000163
+gallium_dri.so free 0x5571735dbf80 void 0.000219
+gallium_dri.so malloc 72 0x5571735dc170 0.000229
+gallium_dri.so free 0x5571735dc240 void 0.000219
+gallium_dri.so free 0x5571735dc170 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc290 0.000124
+gallium_dri.so free 0x5571735dc300 void 0.000119
+gallium_dri.so free 0x5571735dc290 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc340 0.000133
+gallium_dri.so free 0x5571735dc3c0 void 0.000125
+gallium_dri.so free 0x5571735dc340 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc340 0.000121
+gallium_dri.so free 0x5571735dc440 void 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc470 0.000125
+gallium_dri.so free 0x5571735dc4c0 void 0.000124
+gallium_dri.so free 0x5571735dc470 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc470 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so free 0x5571735dc470 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc570 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc630 0.000125
+gallium_dri.so free 0x5571735dc6c0 void 0.000124
+gallium_dri.so free 0x5571735dc630 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc630 0.000119
+gallium_dri.so free 0x5571735dc780 void 0.000127
+gallium_dri.so free 0x5571735dc630 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000131
+gallium_dri.so free 0x5571735dc840 void 0.000131
+gallium_dri.so free 0x5571735dc7f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000132
+gallium_dri.so free 0x5571735dc940 void 0.000125
+gallium_dri.so free 0x5571735dc7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000125
+gallium_dri.so free 0x5571735dca00 void 0.000124
+gallium_dri.so free 0x5571735dc8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000121
+gallium_dri.so free 0x5571735dca40 void 0.000126
+gallium_dri.so free 0x5571735dc9b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000154
+gallium_dri.so free 0x5571735dcb00 void 0.000129
+gallium_dri.so free 0x5571735dc9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcb40 0.000127
+gallium_dri.so free 0x5571735dcbc0 void 0.000121
+gallium_dri.so free 0x5571735dcb40 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000130
+gallium_dri.so free 0x5571735dcc80 void 0.000131
+gallium_dri.so free 0x5571735dcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000125
+gallium_dri.so free 0x5571735dcd40 void 0.000126
+gallium_dri.so free 0x5571735dcbc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dcd60 0.000132
+gallium_dri.so free 0x5571735dce00 void 0.000131
+gallium_dri.so free 0x5571735dcd60 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000132
+gallium_dri.so free 0x5571735dce80 void 0.000130
+gallium_dri.so free 0x5571735dcdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000125
+gallium_dri.so free 0x5571735dcf00 void 0.000127
+gallium_dri.so free 0x5571735dcdb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcf00 0.000125
+gallium_dri.so free 0x5571735dcfc0 void 0.000122
+gallium_dri.so free 0x5571735dcf00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcf00 0.000131
+gallium_dri.so free 0x5571735dd080 void 0.000130
+gallium_dri.so free 0x5571735dcf00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf00 0.000121
+gallium_dri.so free 0x5571735dd140 void 0.000126
+gallium_dri.so free 0x5571735dcf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000131
+gallium_dri.so free 0x5571735dd200 void 0.000177
+gallium_dri.so free 0x5571735dd0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000131
+gallium_dri.so free 0x5571735dd280 void 0.000131
+gallium_dri.so free 0x5571735dd1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000130
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so free 0x5571735dd2d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd360 0.000122
+gallium_dri.so free 0x5571735dd400 void 0.000127
+gallium_dri.so free 0x5571735dd360 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000125
+gallium_dri.so free 0x5571735dd480 void 0.000127
+gallium_dri.so free 0x5571735dd3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd3b0 0.000133
+gallium_dri.so free 0x5571735dd500 void 0.000131
+gallium_dri.so free 0x5571735dd3b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dd500 0.000131
+gallium_dri.so free 0x5571735dd5c0 void 0.000132
+gallium_dri.so free 0x5571735dd500 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd500 0.000170
+gallium_dri.so free 0x5571735dd6c0 void 0.000128
+gallium_dri.so free 0x5571735dd500 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd670 0.000131
+gallium_dri.so free 0x5571735dd700 void 0.000125
+gallium_dri.so free 0x5571735dd670 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd670 0.000126
+gallium_dri.so free 0x5571735dd7c0 void 0.000130
+gallium_dri.so free 0x5571735dd670 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd800 0.000125
+gallium_dri.so free 0x5571735dd880 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd880 0.000130
+gallium_dri.so free 0x5571735dd940 void 0.000130
+gallium_dri.so free 0x5571735dd880 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd880 0.000121
+gallium_dri.so free 0x5571735dd9c0 void 0.000127
+gallium_dri.so free 0x5571735dd880 void 0.000141
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000124
+gallium_dri.so free 0x5571735dda40 void 0.000122
+gallium_dri.so free 0x5571735dd9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000130
+gallium_dri.so free 0x5571735ddb40 void 0.000167
+gallium_dri.so free 0x5571735dd9f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735ddb80 0.000130
+gallium_dri.so free 0x5571735ddc00 void 0.000131
+gallium_dri.so free 0x5571735ddb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddc00 0.000126
+gallium_dri.so free 0x5571735ddcc0 void 0.000122
+gallium_dri.so free 0x5571735ddc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddc00 0.000131
+gallium_dri.so free 0x5571735ddd40 void 0.000131
+gallium_dri.so free 0x5571735ddc00 void 0.000169
+gallium_dri.so malloc 72 0x5571735ddd70 0.000169
+gallium_dri.so free 0x5571735dddc0 void 0.000130
+gallium_dri.so free 0x5571735ddd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddd70 0.000129
+gallium_dri.so free 0x5571735ddec0 void 0.000130
+gallium_dri.so free 0x5571735ddd70 void 0.000134
+gallium_dri.so malloc 72 0x5571735dde70 0.000130
+gallium_dri.so free 0x5571735ddf80 void 0.000130
+gallium_dri.so free 0x5571735dde70 void 0.000198
+gallium_dri.so malloc 72 0x5571735ddf30 0.000132
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf30 0.000125
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddf30 0.000125
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735ddf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735de130 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000149
+gallium_dri.so free 0x5571735de130 void 0.000127
+gallium_dri.so malloc 72 0x5571735de250 0.000133
+gallium_dri.so free 0x5571735de2c0 void 0.000131
+gallium_dri.so free 0x5571735de250 void 0.000131
+gallium_dri.so malloc 72 0x5571735de2e0 0.000125
+gallium_dri.so free 0x5571735de380 void 0.000126
+gallium_dri.so free 0x5571735de2e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de330 0.000129
+gallium_dri.so free 0x5571735de400 void 0.000124
+gallium_dri.so free 0x5571735de330 void 0.000130
+gallium_dri.so malloc 72 0x5571735de400 0.000127
+gallium_dri.so free 0x5571735de4c0 void 0.000130
+gallium_dri.so free 0x5571735de400 void 0.000125
+gallium_dri.so malloc 72 0x5571735de400 0.000122
+gallium_dri.so free 0x5571735de540 void 0.000127
+gallium_dri.so free 0x5571735de400 void 0.000126
+gallium_dri.so malloc 72 0x5571735de540 0.000125
+gallium_dri.so free 0x5571735de600 void 0.000133
+gallium_dri.so free 0x5571735de540 void 0.000144
+gallium_dri.so malloc 72 0x5571735de540 0.000131
+gallium_dri.so free 0x5571735de6c0 void 0.000126
+gallium_dri.so free 0x5571735de540 void 0.000120
+gallium_dri.so malloc 72 0x5571735de540 0.000126
+gallium_dri.so free 0x5571735de780 void 0.000131
+gallium_dri.so free 0x5571735de540 void 0.000126
+gallium_dri.so malloc 72 0x5571735de730 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de730 void 0.000126
+gallium_dri.so malloc 72 0x5571735de850 0.000125
+gallium_dri.so free 0x5571735de8c0 void 0.000123
+gallium_dri.so free 0x5571735de850 void 0.000125
+gallium_dri.so malloc 72 0x5571735de900 0.000138
+gallium_dri.so free 0x5571735de980 void 0.000128
+gallium_dri.so free 0x5571735de900 void 0.000131
+gallium_dri.so malloc 72 0x5571735de900 0.000130
+gallium_dri.so free 0x5571735dea00 void 0.000124
+gallium_dri.so free 0x5571735de900 void 0.000124
+gallium_dri.so malloc 72 0x5571735dea30 0.000123
+gallium_dri.so free 0x5571735dea80 void 0.000120
+gallium_dri.so free 0x5571735dea30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dea30 0.000131
+gallium_dri.so free 0x5571735deb80 void 0.000131
+gallium_dri.so free 0x5571735dea30 void 0.000131
+gallium_dri.so malloc 72 0x5571735deb30 0.000123
+gallium_dri.so free 0x5571735dec40 void 0.000127
+gallium_dri.so free 0x5571735deb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735debf0 0.000127
+gallium_dri.so free 0x5571735dec80 void 0.000124
+gallium_dri.so free 0x5571735debf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735debf0 0.000119
+gallium_dri.so free 0x5571735ded40 void 0.000119
+gallium_dri.so free 0x5571735debf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedb0 0.000121
+gallium_dri.so free 0x5571735dee00 void 0.000181
+gallium_dri.so free 0x5571735dedb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dedb0 0.000121
+gallium_dri.so free 0x5571735def00 void 0.000121
+gallium_dri.so free 0x5571735dedb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735deeb0 0.000137
+gallium_dri.so free 0x5571735defc0 void 0.000132
+gallium_dri.so free 0x5571735deeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735def70 0.000129
+gallium_dri.so free 0x5571735df000 void 0.000130
+gallium_dri.so free 0x5571735def70 void 0.000131
+gallium_dri.so malloc 72 0x5571735def70 0.000130
+gallium_dri.so free 0x5571735df0c0 void 0.000129
+gallium_dri.so free 0x5571735def70 void 0.000130
+gallium_dri.so malloc 72 0x5571735df100 0.000129
+gallium_dri.so free 0x5571735df180 void 0.000126
+gallium_dri.so free 0x5571735df100 void 0.000121
+gallium_dri.so malloc 72 0x5571735df180 0.000127
+gallium_dri.so free 0x5571735df240 void 0.000124
+gallium_dri.so free 0x5571735df180 void 0.000125
+gallium_dri.so malloc 72 0x5571735df180 0.000132
+gallium_dri.so free 0x5571735df300 void 0.000143
+gallium_dri.so free 0x5571735df180 void 0.000131
+gallium_dri.so malloc 72 0x5571735df320 0.000124
+gallium_dri.so free 0x5571735df3c0 void 0.000127
+gallium_dri.so free 0x5571735df320 void 0.000126
+gallium_dri.so malloc 72 0x5571735df370 0.000127
+gallium_dri.so free 0x5571735df440 void 0.000125
+gallium_dri.so free 0x5571735df370 void 0.000122
+gallium_dri.so malloc 72 0x5571735df370 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so free 0x5571735df370 void 0.000124
+gallium_dri.so malloc 72 0x5571735df4c0 0.000129
+gallium_dri.so free 0x5571735df580 void 0.000130
+gallium_dri.so free 0x5571735df4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4c0 0.000129
+gallium_dri.so free 0x5571735df640 void 0.000130
+gallium_dri.so free 0x5571735df4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df4c0 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000126
+gallium_dri.so free 0x5571735df4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df6b0 0.000126
+gallium_dri.so free 0x5571735df7c0 void 0.000162
+gallium_dri.so free 0x5571735df6b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735df770 0.000130
+gallium_dri.so free 0x557173469a00 void 0.000130
+gallium_dri.so free 0x5571735df770 void 0.000131
+gallium_dri.so malloc 72 0x557173469a00 0.000130
+gallium_dri.so free 0x557173469ac0 void 0.000125
+gallium_dri.so free 0x557173469a00 void 0.000120
+gallium_dri.so malloc 72 0x557173469a00 0.000121
+gallium_dri.so free 0x557173469b40 void 0.000121
+gallium_dri.so free 0x557173469a00 void 0.000125
+gallium_dri.so malloc 72 0x557173469b70 0.000130
+gallium_dri.so free 0x5571735df840 void 0.000144
+gallium_dri.so free 0x557173469b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735df880 0.000131
+gallium_dri.so free 0x557173469bc0 void 0.000130
+gallium_dri.so free 0x5571735df880 void 0.000131
+gallium_dri.so malloc 72 0x557173469bc0 0.000125
+gallium_dri.so free 0x557173469c80 void 0.000123
+gallium_dri.so free 0x557173469bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173469bc0 0.000130
+gallium_dri.so free 0x557173469d80 void 0.000138
+gallium_dri.so free 0x557173469bc0 void 0.000133
+gallium_dri.so malloc 72 0x557173469d30 0.000132
+gallium_dri.so free 0x557173469dc0 void 0.000130
+gallium_dri.so free 0x557173469d30 void 0.000131
+gallium_dri.so malloc 72 0x557173469d30 0.000124
+gallium_dri.so free 0x557173469e80 void 0.000128
+gallium_dri.so free 0x557173469d30 void 0.000131
+gallium_dri.so malloc 72 0x557173469ec0 0.000130
+gallium_dri.so free 0x557173469f40 void 0.000126
+gallium_dri.so free 0x557173469ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173469f40 0.000121
+gallium_dri.so free 0x55717346a000 void 0.000120
+gallium_dri.so free 0x557173469f40 void 0.000121
+gallium_dri.so malloc 72 0x557173469f40 0.000125
+gallium_dri.so free 0x55717346a080 void 0.000130
+gallium_dri.so free 0x557173469f40 void 0.000131
+gallium_dri.so malloc 72 0x55717346a0b0 0.000130
+gallium_dri.so free 0x55717346a100 void 0.000129
+gallium_dri.so free 0x55717346a0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a0b0 0.000130
+gallium_dri.so free 0x55717346a200 void 0.000139
+gallium_dri.so free 0x55717346a0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a240 0.000125
+gallium_dri.so free 0x55717346a2c0 void 0.000122
+gallium_dri.so free 0x55717346a240 void 0.000126
+gallium_dri.so malloc 72 0x55717346a2c0 0.000130
+gallium_dri.so free 0x55717346a380 void 0.000129
+gallium_dri.so free 0x55717346a2c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a2c0 0.000125
+gallium_dri.so free 0x55717346a400 void 0.000127
+gallium_dri.so free 0x55717346a2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a430 0.000130
+gallium_dri.so free 0x55717346a480 void 0.000131
+gallium_dri.so free 0x55717346a430 void 0.000130
+gallium_dri.so malloc 72 0x55717346a430 0.000130
+gallium_dri.so free 0x55717346a580 void 0.000130
+gallium_dri.so free 0x55717346a430 void 0.000131
+gallium_dri.so malloc 72 0x55717346a530 0.000130
+gallium_dri.so free 0x55717346a640 void 0.000124
+gallium_dri.so free 0x55717346a530 void 0.000121
+gallium_dri.so malloc 72 0x55717346a5f0 0.000127
+gallium_dri.so free 0x55717346a6c0 void 0.000197
+gallium_dri.so free 0x55717346a5f0 void 0.000135
+gallium_dri.so malloc 72 0x55717346a5f0 0.000131
+gallium_dri.so free 0x55717346a780 void 0.000128
+gallium_dri.so free 0x55717346a5f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a5f0 0.000121
+gallium_dri.so free 0x55717346a840 void 0.000125
+gallium_dri.so free 0x55717346a5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a7f0 0.000127
+gallium_dri.so free 0x55717346a8c0 void 0.000136
+gallium_dri.so free 0x55717346a7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a910 0.000130
+gallium_dri.so free 0x55717346a980 void 0.000124
+gallium_dri.so free 0x55717346a910 void 0.000125
+gallium_dri.so malloc 72 0x55717346a9a0 0.000130
+gallium_dri.so free 0x55717346aa40 void 0.000130
+gallium_dri.so free 0x55717346a9a0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a9f0 0.000125
+gallium_dri.so free 0x55717346aac0 void 0.000122
+gallium_dri.so free 0x55717346a9f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346aac0 0.000130
+gallium_dri.so free 0x55717346ab80 void 0.000133
+gallium_dri.so free 0x55717346aac0 void 0.000126
+gallium_dri.so malloc 72 0x55717346aac0 0.000123
+gallium_dri.so free 0x55717346ac00 void 0.000126
+gallium_dri.so free 0x55717346aac0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ac00 0.000130
+gallium_dri.so free 0x55717346acc0 void 0.000130
+gallium_dri.so free 0x55717346ac00 void 0.000126
+gallium_dri.so malloc 72 0x55717346ac00 0.000121
+gallium_dri.so free 0x55717346ad80 void 0.000126
+gallium_dri.so free 0x55717346ac00 void 0.000128
+gallium_dri.so malloc 72 0x55717346ac00 0.000120
+gallium_dri.so free 0x55717346ae40 void 0.000126
+gallium_dri.so free 0x55717346ac00 void 0.000132
+gallium_dri.so malloc 72 0x55717346adf0 0.000129
+gallium_dri.so free 0x55717346aec0 void 0.000129
+gallium_dri.so free 0x55717346adf0 void 0.000130
+gallium_dri.so malloc 72 0x55717346af10 0.000124
+gallium_dri.so free 0x55717346af80 void 0.000121
+gallium_dri.so free 0x55717346af10 void 0.000125
+gallium_dri.so malloc 72 0x55717346afc0 0.000130
+gallium_dri.so free 0x55717346b040 void 0.000134
+gallium_dri.so free 0x55717346afc0 void 0.000130
+gallium_dri.so malloc 72 0x55717346afc0 0.000130
+gallium_dri.so free 0x55717346b0c0 void 0.000124
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0f0 0.000127
+gallium_dri.so free 0x55717346b140 void 0.000133
+gallium_dri.so free 0x55717346b0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b0f0 0.000131
+gallium_dri.so free 0x55717346b240 void 0.000132
+gallium_dri.so free 0x55717346b0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b1f0 0.000142
+gallium_dri.so free 0x55717346b300 void 0.000128
+gallium_dri.so free 0x55717346b1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b2b0 0.000133
+gallium_dri.so free 0x55717346b340 void 0.000130
+gallium_dri.so free 0x55717346b2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b2b0 0.000130
+gallium_dri.so free 0x55717346b400 void 0.000129
+gallium_dri.so free 0x55717346b2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b470 0.000168
+gallium_dri.so free 0x55717346b4c0 void 0.000166
+gallium_dri.so free 0x55717346b470 void 0.000164
+gallium_dri.so malloc 72 0x55717346b470 0.000130
+gallium_dri.so free 0x55717346b5c0 void 0.000129
+gallium_dri.so free 0x55717346b470 void 0.000126
+gallium_dri.so malloc 72 0x55717346b570 0.000122
+gallium_dri.so free 0x55717346b680 void 0.000126
+gallium_dri.so free 0x55717346b570 void 0.000126
+gallium_dri.so malloc 72 0x55717346b630 0.000126
+gallium_dri.so free 0x55717346b6c0 void 0.000125
+gallium_dri.so free 0x55717346b630 void 0.000125
+gallium_dri.so malloc 72 0x55717346b630 0.000135
+gallium_dri.so free 0x55717346b780 void 0.000131
+gallium_dri.so free 0x55717346b630 void 0.000130
+gallium_dri.so malloc 72 0x55717346b7c0 0.000129
+gallium_dri.so free 0x55717346b840 void 0.000125
+gallium_dri.so free 0x55717346b7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b840 0.000126
+gallium_dri.so free 0x55717346b900 void 0.000125
+gallium_dri.so free 0x55717346b840 void 0.000133
+gallium_dri.so malloc 72 0x55717346b840 0.000126
+gallium_dri.so free 0x55717346b9c0 void 0.000121
+gallium_dri.so free 0x55717346b840 void 0.000125
+gallium_dri.so malloc 72 0x55717346b9e0 0.000125
+gallium_dri.so free 0x55717346ba80 void 0.000121
+gallium_dri.so free 0x55717346b9e0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ba30 0.000130
+gallium_dri.so free 0x55717346bb00 void 0.000130
+gallium_dri.so free 0x55717346ba30 void 0.000132
+gallium_dri.so malloc 72 0x55717346ba30 0.000127
+gallium_dri.so free 0x55717346bb80 void 0.000122
+gallium_dri.so free 0x55717346ba30 void 0.000126
+gallium_dri.so malloc 72 0x55717346bb80 0.000125
+gallium_dri.so free 0x55717346bc40 void 0.000122
+gallium_dri.so free 0x55717346bb80 void 0.000125
+gallium_dri.so malloc 72 0x55717346bb80 0.000130
+gallium_dri.so free 0x55717346bd00 void 0.000132
+gallium_dri.so free 0x55717346bb80 void 0.000126
+gallium_dri.so malloc 72 0x55717346bb80 0.000120
+gallium_dri.so free 0x55717346bdc0 void 0.000128
+gallium_dri.so free 0x55717346bb80 void 0.000126
+gallium_dri.so malloc 72 0x55717346bd70 0.000146
+gallium_dri.so free 0x55717346be80 void 0.000135
+gallium_dri.so free 0x55717346bd70 void 0.000130
+gallium_dri.so malloc 72 0x55717346be30 0.000128
+gallium_dri.so free 0x55717346bf00 void 0.000138
+gallium_dri.so free 0x55717346be30 void 0.000130
+gallium_dri.so malloc 72 0x55717346bf50 0.000124
+gallium_dri.so free 0x55717346bfc0 void 0.000128
+gallium_dri.so free 0x55717346bf50 void 0.000131
+gallium_dri.so malloc 72 0x55717346bfe0 0.000132
+gallium_dri.so free 0x55717346c080 void 0.000131
+gallium_dri.so free 0x55717346bfe0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c030 0.000120
+gallium_dri.so free 0x55717346c100 void 0.000128
+gallium_dri.so free 0x55717346c030 void 0.000125
+gallium_dri.so malloc 72 0x55717346c030 0.000126
+gallium_dri.so free 0x55717346c180 void 0.000131
+gallium_dri.so free 0x55717346c030 void 0.000170
+gallium_dri.so malloc 72 0x55717346c180 0.000129
+gallium_dri.so free 0x55717346c240 void 0.000123
+gallium_dri.so free 0x55717346c180 void 0.000124
+gallium_dri.so malloc 72 0x55717346c180 0.000133
+gallium_dri.so free 0x55717346c340 void 0.000126
+gallium_dri.so free 0x55717346c180 void 0.000129
+gallium_dri.so malloc 72 0x55717346c2f0 0.000125
+gallium_dri.so free 0x55717346c380 void 0.000119
+gallium_dri.so free 0x55717346c2f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c2f0 0.000137
+gallium_dri.so free 0x55717346c440 void 0.000130
+gallium_dri.so free 0x55717346c2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c480 0.000129
+gallium_dri.so free 0x55717346c500 void 0.000131
+gallium_dri.so free 0x55717346c480 void 0.000132
+gallium_dri.so malloc 72 0x55717346c500 0.000128
+gallium_dri.so free 0x55717346c5c0 void 0.000130
+gallium_dri.so free 0x55717346c500 void 0.000130
+gallium_dri.so malloc 72 0x55717346c500 0.000124
+gallium_dri.so free 0x55717346c640 void 0.000121
+gallium_dri.so free 0x55717346c500 void 0.000124
+gallium_dri.so malloc 72 0x55717346c670 0.000130
+gallium_dri.so free 0x55717346c6c0 void 0.000130
+gallium_dri.so free 0x55717346c670 void 0.000139
+gallium_dri.so malloc 72 0x55717346c670 0.000132
+gallium_dri.so free 0x55717346c7c0 void 0.000130
+gallium_dri.so free 0x55717346c670 void 0.000124
+gallium_dri.so malloc 72 0x55717346c800 0.000119
+gallium_dri.so free 0x55717346c880 void 0.000119
+gallium_dri.so free 0x55717346c800 void 0.000120
+gallium_dri.so malloc 72 0x55717346c880 0.000124
+gallium_dri.so free 0x55717346c940 void 0.000130
+gallium_dri.so free 0x55717346c880 void 0.000130
+gallium_dri.so malloc 72 0x55717346c880 0.000125
+gallium_dri.so free 0x55717346c9c0 void 0.000120
+gallium_dri.so free 0x55717346c880 void 0.000130
+gallium_dri.so malloc 72 0x55717346c9f0 0.000131
+gallium_dri.so free 0x55717346ca40 void 0.000130
+gallium_dri.so free 0x55717346c9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c9f0 0.000130
+gallium_dri.so free 0x55717346cb40 void 0.000130
+gallium_dri.so free 0x55717346c9f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346caf0 0.000125
+gallium_dri.so free 0x55717346cc00 void 0.000126
+gallium_dri.so free 0x55717346caf0 void 0.000129
+gallium_dri.so malloc 72 0x55717346cbb0 0.000175
+gallium_dri.so free 0x55717346cc80 void 0.000131
+gallium_dri.so free 0x55717346cbb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cbb0 0.000129
+gallium_dri.so free 0x55717346cd40 void 0.000123
+gallium_dri.so free 0x55717346cbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cbb0 0.000125
+gallium_dri.so free 0x55717346ce00 void 0.000124
+gallium_dri.so free 0x55717346cbb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cdb0 0.000124
+gallium_dri.so free 0x55717346ce80 void 0.000126
+gallium_dri.so free 0x55717346cdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ced0 0.000126
+gallium_dri.so free 0x55717346cf40 void 0.000128
+gallium_dri.so free 0x55717346ced0 void 0.000126
+gallium_dri.so malloc 72 0x55717346cf60 0.000125
+gallium_dri.so free 0x55717346d000 void 0.000129
+gallium_dri.so free 0x55717346cf60 void 0.000125
+gallium_dri.so malloc 72 0x55717346cfb0 0.000121
+gallium_dri.so free 0x55717346d080 void 0.000124
+gallium_dri.so free 0x55717346cfb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d080 0.000120
+gallium_dri.so free 0x55717346d140 void 0.000133
+gallium_dri.so free 0x55717346d080 void 0.000121
+gallium_dri.so malloc 72 0x55717346d080 0.000124
+gallium_dri.so free 0x55717346d1c0 void 0.000131
+gallium_dri.so free 0x55717346d080 void 0.000131
+gallium_dri.so malloc 72 0x55717346d1c0 0.000129
+gallium_dri.so free 0x55717346d280 void 0.000129
+gallium_dri.so free 0x55717346d1c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d1c0 0.000130
+gallium_dri.so free 0x55717346d340 void 0.000131
+gallium_dri.so free 0x55717346d1c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d1c0 0.000129
+gallium_dri.so free 0x55717346d400 void 0.000123
+gallium_dri.so free 0x55717346d1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d3b0 0.000119
+gallium_dri.so free 0x55717346d480 void 0.000120
+gallium_dri.so free 0x55717346d3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d4d0 0.000131
+gallium_dri.so free 0x55717346d540 void 0.000129
+gallium_dri.so free 0x55717346d4d0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d580 0.000128
+gallium_dri.so free 0x55717346d600 void 0.000129
+gallium_dri.so free 0x55717346d580 void 0.000198
+gallium_dri.so malloc 72 0x55717346d580 0.000165
+gallium_dri.so free 0x55717346d680 void 0.000163
+gallium_dri.so free 0x55717346d580 void 0.000129
+gallium_dri.so malloc 72 0x55717346d6b0 0.000128
+gallium_dri.so free 0x55717346d700 void 0.000120
+gallium_dri.so free 0x55717346d6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d6b0 0.000130
+gallium_dri.so free 0x55717346d800 void 0.000129
+gallium_dri.so free 0x55717346d6b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d7b0 0.000129
+gallium_dri.so free 0x55717346d8c0 void 0.000129
+gallium_dri.so free 0x55717346d7b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d870 0.000125
+gallium_dri.so free 0x55717346d900 void 0.000132
+gallium_dri.so free 0x55717346d870 void 0.000125
+gallium_dri.so malloc 72 0x55717346d870 0.000121
+gallium_dri.so free 0x55717346d9c0 void 0.000125
+gallium_dri.so free 0x55717346d870 void 0.000131
+gallium_dri.so malloc 72 0x55717346da30 0.000130
+gallium_dri.so free 0x55717346da80 void 0.000167
+gallium_dri.so free 0x55717346da30 void 0.000162
+gallium_dri.so malloc 72 0x55717346da30 0.000165
+gallium_dri.so free 0x55717346db80 void 0.000130
+gallium_dri.so free 0x55717346da30 void 0.000129
+gallium_dri.so malloc 72 0x55717346db30 0.000130
+gallium_dri.so free 0x55717346dc40 void 0.000129
+gallium_dri.so free 0x55717346db30 void 0.000130
+gallium_dri.so malloc 72 0x55717346dbf0 0.000135
+gallium_dri.so free 0x55717346dc80 void 0.000125
+gallium_dri.so free 0x55717346dbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346dbf0 0.000124
+gallium_dri.so free 0x55717346dd40 void 0.000121
+gallium_dri.so free 0x55717346dbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346dd80 0.000131
+gallium_dri.so free 0x55717346de00 void 0.000130
+gallium_dri.so free 0x55717346dd80 void 0.000129
+gallium_dri.so malloc 72 0x55717346de00 0.000129
+gallium_dri.so free 0x55717346dec0 void 0.000124
+gallium_dri.so free 0x55717346de00 void 0.000121
+gallium_dri.so malloc 72 0x55717346de00 0.000137
+gallium_dri.so free 0x55717346df80 void 0.000125
+gallium_dri.so free 0x55717346de00 void 0.000126
+gallium_dri.so malloc 72 0x55717346dfa0 0.000124
+gallium_dri.so free 0x55717346e040 void 0.000120
+gallium_dri.so free 0x55717346dfa0 void 0.000124
+gallium_dri.so malloc 72 0x55717346dff0 0.000128
+gallium_dri.so free 0x55717346e0c0 void 0.000131
+gallium_dri.so free 0x55717346dff0 void 0.000132
+gallium_dri.so malloc 72 0x55717346dff0 0.000134
+gallium_dri.so free 0x55717346e140 void 0.000129
+gallium_dri.so free 0x55717346dff0 void 0.000160
+gallium_dri.so malloc 72 0x55717346e140 0.000130
+gallium_dri.so free 0x55717346e200 void 0.000131
+gallium_dri.so free 0x55717346e140 void 0.000125
+gallium_dri.so malloc 72 0x55717346e140 0.000120
+gallium_dri.so free 0x55717346e2c0 void 0.000126
+gallium_dri.so free 0x55717346e140 void 0.000139
+gallium_dri.so malloc 72 0x55717346e140 0.000127
+gallium_dri.so free 0x55717346e380 void 0.000129
+gallium_dri.so free 0x55717346e140 void 0.000131
+gallium_dri.so malloc 72 0x55717346e330 0.000141
+gallium_dri.so free 0x55717346e440 void 0.000127
+gallium_dri.so free 0x55717346e330 void 0.000126
+gallium_dri.so malloc 72 0x55717346e3f0 0.000129
+gallium_dri.so free 0x55717346e4c0 void 0.000125
+gallium_dri.so free 0x55717346e3f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e510 0.000131
+gallium_dri.so free 0x55717346e580 void 0.000130
+gallium_dri.so free 0x55717346e510 void 0.000129
+gallium_dri.so malloc 72 0x55717346e5a0 0.000130
+gallium_dri.so free 0x55717346e640 void 0.000125
+gallium_dri.so free 0x55717346e5a0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e5f0 0.000120
+gallium_dri.so free 0x55717346e6c0 void 0.000129
+gallium_dri.so free 0x55717346e5f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346e5f0 0.000124
+gallium_dri.so free 0x55717346e740 void 0.000122
+gallium_dri.so free 0x55717346e5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e740 0.000130
+gallium_dri.so free 0x55717346e800 void 0.000129
+gallium_dri.so free 0x55717346e740 void 0.000125
+gallium_dri.so malloc 72 0x55717346e740 0.000121
+gallium_dri.so free 0x55717346e900 void 0.000176
+gallium_dri.so free 0x55717346e740 void 0.000129
+gallium_dri.so malloc 72 0x55717346e8b0 0.000129
+gallium_dri.so free 0x55717346e940 void 0.000129
+gallium_dri.so free 0x55717346e8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e8b0 0.000129
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so free 0x55717346e8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e8b0 0.000129
+gallium_dri.so free 0x5571735bfe40 void 0.000130
+gallium_dri.so free 0x55717346e8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe40 0.000120
+gallium_dri.so free 0x5571735bff00 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe40 0.000130
+gallium_dri.so free 0x5571735bffc0 void 0.000129
+gallium_dri.so free 0x5571735bfe40 void 0.000126
+gallium_dri.so malloc 72 0x5571735bfe40 0.000125
+gallium_dri.so free 0x5571735c0080 void 0.000126
+gallium_dri.so free 0x5571735bfe40 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0030 0.000129
+gallium_dri.so free 0x5571735c0080 void 0.000130
+gallium_dri.so free 0x5571735c0030 void 0.000155
+gallium_dri.so malloc 72 0x5571735c0030 0.000127
+gallium_dri.so free 0x5571735c0180 void 0.000131
+gallium_dri.so free 0x5571735c0030 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0130 0.000120
+gallium_dri.so free 0x5571735c0240 void 0.000120
+gallium_dri.so free 0x5571735c0130 void 0.000134
+gallium_dri.so malloc 72 0x5571735c01f0 0.000129
+gallium_dri.so free 0x5571735c0280 void 0.000130
+gallium_dri.so free 0x5571735c01f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c01f0 0.000125
+gallium_dri.so free 0x5571735c0340 void 0.000125
+gallium_dri.so free 0x5571735c01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0380 0.000119
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735c0380 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0400 0.000130
+gallium_dri.so free 0x5571735c04c0 void 0.000130
+gallium_dri.so free 0x5571735c0400 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0400 0.000129
+gallium_dri.so free 0x5571735c0580 void 0.000129
+gallium_dri.so free 0x5571735c0400 void 0.000133
+gallium_dri.so malloc 72 0x5571735c05a0 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000137
+gallium_dri.so free 0x5571735c05a0 void 0.000282
+gallium_dri.so malloc 72 0x5571735c05f0 0.000255
+gallium_dri.so free 0x5571735c06c0 void 0.000171
+gallium_dri.so free 0x5571735c05f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c05f0 0.000136
+gallium_dri.so free 0x5571735c0740 void 0.000132
+gallium_dri.so free 0x5571735c05f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0740 0.000130
+gallium_dri.so free 0x5571735c0800 void 0.000223
+gallium_dri.so free 0x5571735c0740 void 0.000224
+gallium_dri.so malloc 72 0x5571735c0740 0.000220
+gallium_dri.so free 0x5571735c08c0 void 0.000224
+gallium_dri.so free 0x5571735c0740 void 0.000222
+gallium_dri.so malloc 72 0x5571735c0740 0.000242
+gallium_dri.so free 0x5571735c0980 void 0.000346
+gallium_dri.so free 0x5571735c0740 void 0.000289
+gallium_dri.so malloc 72 0x5571735c0930 0.000235
+gallium_dri.so free 0x5571735c0a40 void 0.000200
+gallium_dri.so free 0x5571735c0930 void 0.000127
+gallium_dri.so malloc 72 0x5571735c09f0 0.000131
+gallium_dri.so free 0x5571735c0ac0 void 0.000130
+gallium_dri.so free 0x5571735c09f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0b10 0.000126
+gallium_dri.so free 0x5571735c0b80 void 0.000123
+gallium_dri.so free 0x5571735c0b10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0ba0 0.000124
+gallium_dri.so free 0x5571735c0c40 void 0.000144
+gallium_dri.so free 0x5571735c0ba0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000129
+gallium_dri.so free 0x5571735c0cc0 void 0.000129
+gallium_dri.so free 0x5571735c0bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000129
+gallium_dri.so free 0x5571735c0d40 void 0.000129
+gallium_dri.so free 0x5571735c0bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0d40 0.000130
+gallium_dri.so free 0x5571735c0e00 void 0.000131
+gallium_dri.so free 0x5571735c0d40 void 0.000186
+gallium_dri.so malloc 72 0x5571735c0d40 0.000191
+gallium_dri.so free 0x5571735c0f00 void 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000121
+gallium_dri.so free 0x5571735c0f40 void 0.000125
+gallium_dri.so free 0x5571735c0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000123
+gallium_dri.so free 0x5571735c1000 void 0.000129
+gallium_dri.so free 0x5571735c0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1040 0.000126
+gallium_dri.so free 0x5571735c10c0 void 0.000126
+gallium_dri.so free 0x5571735c1040 void 0.000125
+gallium_dri.so malloc 72 0x5571735c10c0 0.000120
+gallium_dri.so free 0x5571735c1180 void 0.000127
+gallium_dri.so free 0x5571735c10c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c10c0 0.000131
+gallium_dri.so free 0x5571735c1200 void 0.000129
+gallium_dri.so free 0x5571735c10c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1230 0.000133
+gallium_dri.so free 0x5571735c1280 void 0.000129
+gallium_dri.so free 0x5571735c1230 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1230 0.000131
+gallium_dri.so free 0x5571735c1380 void 0.000130
+gallium_dri.so free 0x5571735c1230 void 0.000125
+gallium_dri.so malloc 72 0x5571735c13c0 0.000123
+gallium_dri.so free 0x5571735c1440 void 0.000121
+gallium_dri.so free 0x5571735c13c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1440 0.000124
+gallium_dri.so free 0x5571735c1500 void 0.000130
+gallium_dri.so free 0x5571735c1440 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1440 0.000126
+gallium_dri.so free 0x5571735c1580 void 0.000127
+gallium_dri.so free 0x5571735c1440 void 0.000140
+gallium_dri.so malloc 72 0x5571735c15b0 0.000122
+gallium_dri.so free 0x5571735c1600 void 0.000128
+gallium_dri.so free 0x5571735c15b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c15b0 0.000126
+gallium_dri.so free 0x5571735c1700 void 0.000125
+gallium_dri.so free 0x5571735c15b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c16b0 0.000132
+gallium_dri.so free 0x5571735c17c0 void 0.000129
+gallium_dri.so free 0x5571735c16b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1770 0.000125
+gallium_dri.so free 0x5571735c1840 void 0.000152
+gallium_dri.so free 0x5571735c1770 void 0.000146
+gallium_dri.so malloc 72 0x5571735c1770 0.000145
+gallium_dri.so free 0x5571735c1900 void 0.000144
+gallium_dri.so free 0x5571735c1770 void 0.000145
+gallium_dri.so malloc 72 0x5571735c1770 0.000145
+gallium_dri.so free 0x5571735c19c0 void 0.000144
+gallium_dri.so free 0x5571735c1770 void 0.000146
+gallium_dri.so malloc 72 0x5571735c1970 0.000146
+gallium_dri.so free 0x5571735c1a40 void 0.000176
+gallium_dri.so free 0x5571735c1970 void 0.000219
+gallium_dri.so malloc 72 0x5571735c1a90 0.000141
+gallium_dri.so free 0x5571735c1b00 void 0.000140
+gallium_dri.so free 0x5571735c1a90 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1b20 0.000145
+gallium_dri.so free 0x5571735c1bc0 void 0.000135
+gallium_dri.so free 0x5571735c1b20 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1b70 0.000134
+gallium_dri.so free 0x5571735c1c40 void 0.000135
+gallium_dri.so free 0x5571735c1b70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1c40 0.000135
+gallium_dri.so free 0x5571735c1d00 void 0.000134
+gallium_dri.so free 0x5571735c1c40 void 0.000135
+gallium_dri.so malloc 72 0x5571735c1c40 0.000134
+gallium_dri.so free 0x5571735c1d80 void 0.000135
+gallium_dri.so free 0x5571735c1c40 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1d80 0.000134
+gallium_dri.so free 0x5571735c1e40 void 0.000134
+gallium_dri.so free 0x5571735c1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1d80 0.000134
+gallium_dri.so free 0x5571735c1f00 void 0.000134
+gallium_dri.so free 0x5571735c1d80 void 0.000240
+gallium_dri.so malloc 72 0x5571735c1d80 0.000140
+gallium_dri.so free 0x5571735c1fc0 void 0.000122
+gallium_dri.so free 0x5571735c1d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1f70 0.000119
+gallium_dri.so free 0x5571735c2040 void 0.000118
+gallium_dri.so free 0x5571735c1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2090 0.000121
+gallium_dri.so free 0x5571735c2100 void 0.000120
+gallium_dri.so free 0x5571735c2090 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2140 0.000120
+gallium_dri.so free 0x5571735c21c0 void 0.000116
+gallium_dri.so free 0x5571735c2140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2140 0.000120
+gallium_dri.so free 0x5571735c2240 void 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2270 0.000117
+gallium_dri.so free 0x5571735c22c0 void 0.000120
+gallium_dri.so free 0x5571735c2270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2270 0.000116
+gallium_dri.so free 0x5571735c23c0 void 0.000117
+gallium_dri.so free 0x5571735c2270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2370 0.000115
+gallium_dri.so free 0x5571735c2480 void 0.000117
+gallium_dri.so free 0x5571735c2370 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2430 0.000116
+gallium_dri.so free 0x5571735c24c0 void 0.000120
+gallium_dri.so free 0x5571735c2430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2430 0.000116
+gallium_dri.so free 0x5571735c2580 void 0.000173
+gallium_dri.so free 0x5571735c2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c25f0 0.000119
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so free 0x5571735c25f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c25f0 0.000116
+gallium_dri.so free 0x5571735c2740 void 0.000117
+gallium_dri.so free 0x5571735c25f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c26f0 0.000119
+gallium_dri.so free 0x5571735c2800 void 0.000115
+gallium_dri.so free 0x5571735c26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27b0 0.000119
+gallium_dri.so free 0x5571735c2840 void 0.000122
+gallium_dri.so free 0x5571735c27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c27b0 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000119
+gallium_dri.so free 0x5571735c27b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2940 0.000116
+gallium_dri.so free 0x5571735c29c0 void 0.000121
+gallium_dri.so free 0x5571735c2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c29c0 0.000116
+gallium_dri.so free 0x5571735c2a80 void 0.000119
+gallium_dri.so free 0x5571735c29c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c29c0 0.000118
+gallium_dri.so free 0x5571735c2b40 void 0.000120
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b60 0.000116
+gallium_dri.so free 0x5571735c2c00 void 0.000116
+gallium_dri.so free 0x5571735c2b60 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000116
+gallium_dri.so free 0x5571735c2c80 void 0.000116
+gallium_dri.so free 0x5571735c2bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000116
+gallium_dri.so free 0x5571735c2d00 void 0.000116
+gallium_dri.so free 0x5571735c2bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2d00 0.000116
+gallium_dri.so free 0x5571735c2dc0 void 0.000121
+gallium_dri.so free 0x5571735c2d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2d00 0.000147
+gallium_dri.so free 0x5571735c2e80 void 0.000144
+gallium_dri.so free 0x5571735c2d00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2d00 0.000139
+gallium_dri.so free 0x5571735c2f40 void 0.000140
+gallium_dri.so free 0x5571735c2d00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000137
+gallium_dri.so free 0x5571735c3000 void 0.000139
+gallium_dri.so free 0x5571735c2ef0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000136
+gallium_dri.so free 0x5571735c3080 void 0.000136
+gallium_dri.so free 0x5571735c2fb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c30d0 0.000136
+gallium_dri.so free 0x5571735c3140 void 0.000137
+gallium_dri.so free 0x5571735c30d0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3160 0.000136
+gallium_dri.so free 0x5571735c3200 void 0.000141
+gallium_dri.so free 0x5571735c3160 void 0.000135
+gallium_dri.so malloc 72 0x5571735c31b0 0.000140
+gallium_dri.so free 0x5571735c3280 void 0.000138
+gallium_dri.so free 0x5571735c31b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c31b0 0.000137
+gallium_dri.so free 0x5571735c3300 void 0.000139
+gallium_dri.so free 0x5571735c31b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c3300 0.000198
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3300 0.000118
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000116
+gallium_dri.so free 0x5571735c3500 void 0.000125
+gallium_dri.so free 0x5571735c3470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000116
+gallium_dri.so free 0x5571735c35c0 void 0.000120
+gallium_dri.so free 0x5571735c3470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3600 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so free 0x5571735c3600 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3680 0.000116
+gallium_dri.so free 0x5571735c3740 void 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3680 0.000118
+gallium_dri.so free 0x5571735c37c0 void 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000115
+gallium_dri.so malloc 72 0x5571735c37f0 0.000121
+gallium_dri.so free 0x5571735c3840 void 0.000116
+gallium_dri.so free 0x5571735c37f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c37f0 0.000121
+gallium_dri.so free 0x5571735c3940 void 0.000121
+gallium_dri.so free 0x5571735c37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3980 0.000118
+gallium_dri.so free 0x5571735c3a00 void 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3a00 0.000116
+gallium_dri.so free 0x5571735c3ac0 void 0.000120
+gallium_dri.so free 0x5571735c3a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3a00 0.000117
+gallium_dri.so free 0x5571735c3b40 void 0.000119
+gallium_dri.so free 0x5571735c3a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b70 0.000119
+gallium_dri.so free 0x5571735c3bc0 void 0.000117
+gallium_dri.so free 0x5571735c3b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b70 0.000116
+gallium_dri.so free 0x5571735c3cc0 void 0.000116
+gallium_dri.so free 0x5571735c3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c70 0.000118
+gallium_dri.so free 0x5571735c3d80 void 0.000116
+gallium_dri.so free 0x5571735c3c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3d30 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000118
+gallium_dri.so free 0x5571735c3d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3d30 0.000116
+gallium_dri.so free 0x5571735c3ec0 void 0.000118
+gallium_dri.so free 0x5571735c3d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d30 0.000127
+gallium_dri.so free 0x5571735c3f80 void 0.000120
+gallium_dri.so free 0x5571735c3d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3f30 0.000116
+gallium_dri.so free 0x5571735c4000 void 0.000116
+gallium_dri.so free 0x5571735c3f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4050 0.000118
+gallium_dri.so free 0x5571735c40c0 void 0.000120
+gallium_dri.so free 0x5571735c4050 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40e0 0.000116
+gallium_dri.so free 0x5571735c4180 void 0.000117
+gallium_dri.so free 0x5571735c40e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4130 0.000120
+gallium_dri.so free 0x5571735c4200 void 0.000116
+gallium_dri.so free 0x5571735c4130 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4200 0.000167
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4200 0.000116
+gallium_dri.so free 0x5571735c4340 void 0.000119
+gallium_dri.so free 0x5571735c4200 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4340 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000119
+gallium_dri.so free 0x5571735c4340 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4340 0.000116
+gallium_dri.so free 0x5571735c44c0 void 0.000118
+gallium_dri.so free 0x5571735c4340 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4340 0.000123
+gallium_dri.so free 0x5571735c4580 void 0.000121
+gallium_dri.so free 0x5571735c4340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4530 0.000121
+gallium_dri.so free 0x5571735c4600 void 0.000122
+gallium_dri.so free 0x5571735c4530 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4650 0.000121
+gallium_dri.so free 0x5571735c46c0 void 0.000122
+gallium_dri.so free 0x5571735c4650 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4700 0.000121
+gallium_dri.so free 0x5571735c4780 void 0.000121
+gallium_dri.so free 0x5571735c4700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4700 0.000119
+gallium_dri.so free 0x5571735c4800 void 0.000121
+gallium_dri.so free 0x5571735c4700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4830 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000121
+gallium_dri.so free 0x5571735c4830 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4830 0.000120
+gallium_dri.so free 0x5571735c4980 void 0.000123
+gallium_dri.so free 0x5571735c4830 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4930 0.000120
+gallium_dri.so free 0x5571735c4a40 void 0.000118
+gallium_dri.so free 0x5571735c4930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c49f0 0.000122
+gallium_dri.so free 0x5571735c4a80 void 0.000130
+gallium_dri.so free 0x5571735c49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49f0 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000116
+gallium_dri.so free 0x5571735c49f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000119
+gallium_dri.so free 0x5571735c4d00 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000118
+gallium_dri.so free 0x5571735c4dc0 void 0.000117
+gallium_dri.so free 0x5571735c4cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4d70 0.000119
+gallium_dri.so free 0x5571735c4e00 void 0.000118
+gallium_dri.so free 0x5571735c4d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4d70 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000119
+gallium_dri.so free 0x5571735c4d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4f00 0.000115
+gallium_dri.so free 0x5571735c4f80 void 0.000117
+gallium_dri.so free 0x5571735c4f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f80 0.000115
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000118
+gallium_dri.so free 0x5571735eb480 void 0.000124
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000122
+gallium_dri.so free 0x5571735eb500 void 0.000117
+gallium_dri.so free 0x5571735c4f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb530 0.000117
+gallium_dri.so free 0x5571735c5040 void 0.000121
+gallium_dri.so free 0x5571735eb530 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb530 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000122
+gallium_dri.so free 0x5571735eb530 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb580 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb580 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735eb580 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb580 0.000120
+gallium_dri.so free 0x5571735eb7c0 void 0.000122
+gallium_dri.so free 0x5571735eb580 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb770 0.000118
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb770 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735eb900 void 0.000120
+gallium_dri.so free 0x5571735eb830 void 0.000192
+gallium_dri.so malloc 72 0x5571735eb950 0.000122
+gallium_dri.so free 0x5571735eb9c0 void 0.000118
+gallium_dri.so free 0x5571735eb950 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb9e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba30 0.000121
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so free 0x5571735eba30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba30 0.000118
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735eba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebb80 0.000116
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb80 0.000120
+gallium_dri.so free 0x5571735ebd40 void 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000119
+gallium_dri.so free 0x5571735ebd80 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebe80 0.000119
+gallium_dri.so free 0x5571735ebf00 void 0.000132
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf00 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf00 0.000118
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec070 0.000121
+gallium_dri.so free 0x5571735ec0c0 void 0.000120
+gallium_dri.so free 0x5571735ec070 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec070 0.000121
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ec070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec200 0.000120
+gallium_dri.so free 0x5571735ec280 void 0.000119
+gallium_dri.so free 0x5571735ec200 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec280 0.000121
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so free 0x5571735ec280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec280 0.000120
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000118
+gallium_dri.so free 0x5571735ec440 void 0.000121
+gallium_dri.so free 0x5571735ec3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec3f0 0.000129
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000121
+gallium_dri.so free 0x5571735ec4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x5571735ec5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000118
+gallium_dri.so free 0x5571735ec5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000117
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8d0 0.000117
+gallium_dri.so free 0x5571735ec940 void 0.000121
+gallium_dri.so free 0x5571735ec8d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec960 0.000120
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec960 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000118
+gallium_dri.so free 0x5571735eca80 void 0.000118
+gallium_dri.so free 0x5571735ec9b0 void 0.000169
+gallium_dri.so malloc 72 0x5571735eca80 0.000119
+gallium_dri.so free 0x5571735ecb40 void 0.000120
+gallium_dri.so free 0x5571735eca80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca80 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000118
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000121
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eced0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x5571735eced0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf80 0.000117
+gallium_dri.so free 0x5571735ed000 void 0.000117
+gallium_dri.so free 0x5571735ecf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf80 0.000120
+gallium_dri.so free 0x5571735ed080 void 0.000132
+gallium_dri.so free 0x5571735ecf80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000165
+gallium_dri.so free 0x5571735ed100 void 0.000121
+gallium_dri.so free 0x5571735ed0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000120
+gallium_dri.so free 0x5571735ed200 void 0.000118
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000118
+gallium_dri.so free 0x5571735ed1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed270 0.000120
+gallium_dri.so free 0x5571735ed300 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed270 0.000119
+gallium_dri.so free 0x5571735ed3c0 void 0.000117
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed430 0.000120
+gallium_dri.so free 0x5571735ed480 void 0.000120
+gallium_dri.so free 0x5571735ed430 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed430 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000123
+gallium_dri.so free 0x5571735ed430 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed530 0.000118
+gallium_dri.so free 0x5571735ed640 void 0.000121
+gallium_dri.so free 0x5571735ed530 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000130
+gallium_dri.so free 0x5571735ed680 void 0.000121
+gallium_dri.so free 0x5571735ed5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000120
+gallium_dri.so free 0x5571735ed740 void 0.000117
+gallium_dri.so free 0x5571735ed5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed780 0.000116
+gallium_dri.so free 0x5571735ed800 void 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed800 0.000121
+gallium_dri.so free 0x5571735ed8c0 void 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed800 0.000120
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9a0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000123
+gallium_dri.so free 0x5571735ed9a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735ed9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000120
+gallium_dri.so free 0x5571735edb40 void 0.000121
+gallium_dri.so free 0x5571735ed9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edb40 0.000120
+gallium_dri.so free 0x5571735edc00 void 0.000121
+gallium_dri.so free 0x5571735edb40 void 0.000163
+gallium_dri.so malloc 72 0x5571735edb40 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000117
+gallium_dri.so free 0x5571735edb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735edb40 0.000117
+gallium_dri.so free 0x5571735edd80 void 0.000117
+gallium_dri.so free 0x5571735edb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd30 0.000120
+gallium_dri.so free 0x5571735ede40 void 0.000117
+gallium_dri.so free 0x5571735edd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eddf0 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000121
+gallium_dri.so free 0x5571735eddf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf10 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000120
+gallium_dri.so free 0x5571735edf10 void 0.000116
+gallium_dri.so malloc 72 0x5571735edfa0 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so free 0x5571735edfa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edff0 0.000119
+gallium_dri.so free 0x5571735ee0c0 void 0.000120
+gallium_dri.so free 0x5571735edff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edff0 0.000118
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735edff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee140 0.000124
+gallium_dri.so free 0x5571735ee200 void 0.000124
+gallium_dri.so free 0x5571735ee140 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee140 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee140 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000120
+gallium_dri.so free 0x5571735ee340 void 0.000121
+gallium_dri.so free 0x5571735ee2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000121
+gallium_dri.so free 0x5571735ee400 void 0.000121
+gallium_dri.so free 0x5571735ee2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee440 0.000123
+gallium_dri.so free 0x5571735ee4c0 void 0.000121
+gallium_dri.so free 0x5571735ee440 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000121
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000121
+gallium_dri.so free 0x5571735ee600 void 0.000122
+gallium_dri.so free 0x5571735ee4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee630 0.000120
+gallium_dri.so free 0x5571735ee680 void 0.000121
+gallium_dri.so free 0x5571735ee630 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee630 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000121
+gallium_dri.so free 0x5571735ee630 void 0.000172
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000123
+gallium_dri.so free 0x5571735ee840 void 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee840 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee840 0.000120
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000121
+gallium_dri.so free 0x5571735eea00 void 0.000118
+gallium_dri.so free 0x5571735ee9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000121
+gallium_dri.so free 0x5571735eeb00 void 0.000121
+gallium_dri.so free 0x5571735ee9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeab0 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeb70 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so free 0x5571735eeb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeb70 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eeb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeb70 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000129
+gallium_dri.so free 0x5571735eeb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed70 0.000162
+gallium_dri.so free 0x5571735eee40 void 0.000118
+gallium_dri.so free 0x5571735eed70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee90 0.000116
+gallium_dri.so free 0x5571735eef00 void 0.000117
+gallium_dri.so free 0x5571735eee90 void 0.000122
+gallium_dri.so malloc 72 0x5571735eef20 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so free 0x5571735eef20 void 0.000116
+gallium_dri.so malloc 72 0x5571735eef70 0.000116
+gallium_dri.so free 0x5571735ef040 void 0.000119
+gallium_dri.so free 0x5571735eef70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef040 0.000118
+gallium_dri.so free 0x5571735ef100 void 0.000118
+gallium_dri.so free 0x5571735ef040 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef040 0.000116
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef040 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef180 0.000117
+gallium_dri.so free 0x5571735ef240 void 0.000117
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef180 0.000116
+gallium_dri.so free 0x5571735ef300 void 0.000116
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef180 0.000127
+gallium_dri.so free 0x5571735ef3c0 void 0.000125
+gallium_dri.so free 0x5571735ef180 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef370 0.000121
+gallium_dri.so free 0x5571735ef440 void 0.000120
+gallium_dri.so free 0x5571735ef370 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef490 0.000121
+gallium_dri.so free 0x5571735ef500 void 0.000122
+gallium_dri.so free 0x5571735ef490 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef540 0.000124
+gallium_dri.so free 0x5571735ef5c0 void 0.000120
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef540 0.000122
+gallium_dri.so free 0x5571735ef640 void 0.000123
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef670 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000123
+gallium_dri.so free 0x5571735ef670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef670 0.000121
+gallium_dri.so free 0x5571735ef7c0 void 0.000122
+gallium_dri.so free 0x5571735ef670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef770 0.000121
+gallium_dri.so free 0x5571735ef880 void 0.000122
+gallium_dri.so free 0x5571735ef770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef830 0.000122
+gallium_dri.so free 0x5571735ef8c0 void 0.000123
+gallium_dri.so free 0x5571735ef830 void 0.000189
+gallium_dri.so malloc 72 0x5571735ef830 0.000124
+gallium_dri.so free 0x5571735ef980 void 0.000123
+gallium_dri.so free 0x5571735ef830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000121
+gallium_dri.so free 0x5571735efa40 void 0.000121
+gallium_dri.so free 0x5571735ef9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000123
+gallium_dri.so free 0x5571735ef9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735efaf0 0.000119
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efbb0 0.000122
+gallium_dri.so free 0x5571735efc40 void 0.000167
+gallium_dri.so free 0x5571735efbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efbb0 0.000123
+gallium_dri.so free 0x5571735efd00 void 0.000121
+gallium_dri.so free 0x5571735efbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efd40 0.000121
+gallium_dri.so free 0x5571735efdc0 void 0.000123
+gallium_dri.so free 0x5571735efd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdc0 0.000121
+gallium_dri.so free 0x5571735efe80 void 0.000124
+gallium_dri.so free 0x5571735efdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735efdc0 0.000124
+gallium_dri.so free 0x5571735eff40 void 0.000121
+gallium_dri.so free 0x5571735efdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eff60 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000124
+gallium_dri.so free 0x5571735eff60 void 0.000123
+gallium_dri.so malloc 72 0x5571735effb0 0.000119
+gallium_dri.so free 0x5571735f0080 void 0.000121
+gallium_dri.so free 0x5571735effb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735effb0 0.000122
+gallium_dri.so free 0x5571735f0100 void 0.000123
+gallium_dri.so free 0x5571735effb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0100 0.000123
+gallium_dri.so free 0x5571735f01c0 void 0.000125
+gallium_dri.so free 0x5571735f0100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0100 0.000121
+gallium_dri.so free 0x5571735f0280 void 0.000123
+gallium_dri.so free 0x5571735f0100 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0100 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000121
+gallium_dri.so free 0x5571735f0100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f02f0 0.000122
+gallium_dri.so free 0x5571735f0400 void 0.000123
+gallium_dri.so free 0x5571735f02f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f03b0 0.000122
+gallium_dri.so free 0x5571735f0480 void 0.000133
+gallium_dri.so free 0x5571735f03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f04d0 0.000122
+gallium_dri.so free 0x5571735f0540 void 0.000123
+gallium_dri.so free 0x5571735f04d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0560 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000121
+gallium_dri.so free 0x5571735f0560 void 0.000121
+gallium_dri.so malloc 72 0x5571735f05b0 0.000123
+gallium_dri.so free 0x5571735f0680 void 0.000123
+gallium_dri.so free 0x5571735f05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f05b0 0.000121
+gallium_dri.so free 0x5571735f0700 void 0.000123
+gallium_dri.so free 0x5571735f05b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0700 0.000121
+gallium_dri.so free 0x5571735f07c0 void 0.000123
+gallium_dri.so free 0x5571735f0700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0700 0.000120
+gallium_dri.so free 0x5571735f08c0 void 0.000122
+gallium_dri.so free 0x5571735f0700 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0870 0.000123
+gallium_dri.so free 0x5571735f0900 void 0.000123
+gallium_dri.so free 0x5571735f0870 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0870 0.000122
+gallium_dri.so free 0x5571735f09c0 void 0.000121
+gallium_dri.so free 0x5571735f0870 void 0.000183
+gallium_dri.so malloc 72 0x5571735f0a00 0.000125
+gallium_dri.so free 0x5571735f0a80 void 0.000168
+gallium_dri.so free 0x5571735f0a00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0a80 0.000123
+gallium_dri.so free 0x5571735f0b40 void 0.000122
+gallium_dri.so free 0x5571735f0a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0a80 0.000124
+gallium_dri.so free 0x5571735f0bc0 void 0.000123
+gallium_dri.so free 0x5571735f0a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000123
+gallium_dri.so free 0x5571735f0c40 void 0.000121
+gallium_dri.so free 0x5571735f0bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000129
+gallium_dri.so free 0x5571735f0d40 void 0.000124
+gallium_dri.so free 0x5571735f0bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0d80 0.000122
+gallium_dri.so free 0x5571735f0e00 void 0.000122
+gallium_dri.so free 0x5571735f0d80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0e00 0.000122
+gallium_dri.so free 0x5571735f0ec0 void 0.000124
+gallium_dri.so free 0x5571735f0e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0e00 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000122
+gallium_dri.so free 0x5571735f0e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0f70 0.000133
+gallium_dri.so free 0x5571735f0fc0 void 0.000125
+gallium_dri.so free 0x5571735f0f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0f70 0.000121
+gallium_dri.so free 0x5571735f10c0 void 0.000122
+gallium_dri.so free 0x5571735f0f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1070 0.000124
+gallium_dri.so free 0x5571735f1180 void 0.000123
+gallium_dri.so free 0x5571735f1070 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1130 0.000120
+gallium_dri.so free 0x5571735f1200 void 0.000123
+gallium_dri.so free 0x5571735f1130 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1130 0.000123
+gallium_dri.so free 0x5571735f12c0 void 0.000123
+gallium_dri.so free 0x5571735f1130 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1130 0.000122
+gallium_dri.so free 0x5571735f1380 void 0.000120
+gallium_dri.so free 0x5571735f1130 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1330 0.000122
+gallium_dri.so free 0x5571735f1400 void 0.000123
+gallium_dri.so free 0x5571735f1330 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1450 0.000122
+gallium_dri.so free 0x5571735f14c0 void 0.000122
+gallium_dri.so free 0x5571735f1450 void 0.000121
+gallium_dri.so malloc 72 0x5571735f14e0 0.000121
+gallium_dri.so free 0x5571735f1580 void 0.000132
+gallium_dri.so free 0x5571735f14e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1530 0.000123
+gallium_dri.so free 0x5571735f1600 void 0.000122
+gallium_dri.so free 0x5571735f1530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1600 0.000123
+gallium_dri.so free 0x5571735f16c0 void 0.000121
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1600 0.000121
+gallium_dri.so free 0x5571735f1740 void 0.000122
+gallium_dri.so free 0x5571735f1600 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1740 0.000122
+gallium_dri.so free 0x5571735f1800 void 0.000122
+gallium_dri.so free 0x5571735f1740 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1740 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000167
+gallium_dri.so free 0x5571735f1740 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1740 0.000123
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f1740 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1930 0.000121
+gallium_dri.so free 0x5571735f1a00 void 0.000124
+gallium_dri.so free 0x5571735f1930 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1a50 0.000120
+gallium_dri.so free 0x5571735f1ac0 void 0.000121
+gallium_dri.so free 0x5571735f1a50 void 0.000165
+gallium_dri.so malloc 72 0x5571735f1b00 0.000122
+gallium_dri.so free 0x5571735f1b80 void 0.000123
+gallium_dri.so free 0x5571735f1b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b00 0.000126
+gallium_dri.so free 0x5571735f1c00 void 0.000123
+gallium_dri.so free 0x5571735f1b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1c30 0.000122
+gallium_dri.so free 0x5571735f1c80 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c30 0.000122
+gallium_dri.so free 0x5571735f1d80 void 0.000123
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d30 0.000120
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1df0 0.000122
+gallium_dri.so free 0x5571735f1e80 void 0.000122
+gallium_dri.so free 0x5571735f1df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1df0 0.000121
+gallium_dri.so free 0x5571735f1f40 void 0.000122
+gallium_dri.so free 0x5571735f1df0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000121
+gallium_dri.so free 0x5571735f2000 void 0.000123
+gallium_dri.so free 0x5571735f1fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000176
+gallium_dri.so free 0x5571735f2100 void 0.000124
+gallium_dri.so free 0x5571735f1fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f20b0 0.000122
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so free 0x5571735f20b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2170 0.000121
+gallium_dri.so free 0x5571735f2200 void 0.000122
+gallium_dri.so free 0x5571735f2170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2170 0.000121
+gallium_dri.so free 0x5571735f22c0 void 0.000124
+gallium_dri.so free 0x5571735f2170 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2300 0.000122
+gallium_dri.so free 0x5571735f2380 void 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2380 0.000121
+gallium_dri.so free 0x5571735f2440 void 0.000123
+gallium_dri.so free 0x5571735f2380 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2380 0.000120
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f2380 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2520 0.000123
+gallium_dri.so free 0x5571735f25c0 void 0.000123
+gallium_dri.so free 0x5571735f2520 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2570 0.000122
+gallium_dri.so free 0x5571735f2640 void 0.000127
+gallium_dri.so free 0x5571735f2570 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2570 0.000121
+gallium_dri.so free 0x5571735f26c0 void 0.000165
+gallium_dri.so free 0x5571735f2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f26c0 0.000124
+gallium_dri.so free 0x5571735f2780 void 0.000122
+gallium_dri.so free 0x5571735f26c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f26c0 0.000121
+gallium_dri.so free 0x5571735f2840 void 0.000121
+gallium_dri.so free 0x5571735f26c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f26c0 0.000121
+gallium_dri.so free 0x5571735f2900 void 0.000123
+gallium_dri.so free 0x5571735f26c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f28b0 0.000121
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x5571735f28b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2970 0.000122
+gallium_dri.so free 0x5571735f2a40 void 0.000123
+gallium_dri.so free 0x5571735f2970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2a90 0.000128
+gallium_dri.so free 0x5571735f2b00 void 0.000123
+gallium_dri.so free 0x5571735f2a90 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b20 0.000121
+gallium_dri.so free 0x5571735f2bc0 void 0.000122
+gallium_dri.so free 0x5571735f2b20 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b70 0.000127
+gallium_dri.so free 0x5571735f2c40 void 0.000123
+gallium_dri.so free 0x5571735f2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2b70 0.000122
+gallium_dri.so free 0x5571735f2cc0 void 0.000119
+gallium_dri.so free 0x5571735f2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000122
+gallium_dri.so free 0x5571735f2d80 void 0.000125
+gallium_dri.so free 0x5571735f2cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000122
+gallium_dri.so free 0x5571735f2e80 void 0.000123
+gallium_dri.so free 0x5571735f2cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735f2ec0 void 0.000123
+gallium_dri.so free 0x5571735f2e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2e30 0.000122
+gallium_dri.so free 0x5571735f2f80 void 0.000121
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000121
+gallium_dri.so free 0x5571735f3040 void 0.000122
+gallium_dri.so free 0x5571735f2fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3040 0.000120
+gallium_dri.so free 0x5571735f3100 void 0.000120
+gallium_dri.so free 0x5571735f3040 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3040 0.000121
+gallium_dri.so free 0x5571735f3180 void 0.000132
+gallium_dri.so free 0x5571735f3040 void 0.000124
+gallium_dri.so malloc 72 0x5571735f31b0 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000121
+gallium_dri.so free 0x5571735f31b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31b0 0.000122
+gallium_dri.so free 0x5571735f3300 void 0.000123
+gallium_dri.so free 0x5571735f31b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3340 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000124
+gallium_dri.so free 0x5571735f3340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f33c0 0.000121
+gallium_dri.so free 0x5571735f3480 void 0.000122
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f33c0 0.000121
+gallium_dri.so free 0x5571735f3500 void 0.000168
+gallium_dri.so free 0x5571735f33c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3530 0.000122
+gallium_dri.so free 0x5571735f3580 void 0.000122
+gallium_dri.so free 0x5571735f3530 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3530 0.000121
+gallium_dri.so free 0x5571735f3680 void 0.000122
+gallium_dri.so free 0x5571735f3530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3630 0.000122
+gallium_dri.so free 0x55717360c0c0 void 0.000123
+gallium_dri.so free 0x5571735f3630 void 0.000133
+gallium_dri.so malloc 72 0x55717360c120 0.000124
+gallium_dri.so free 0x55717360c1c0 void 0.000123
+gallium_dri.so free 0x55717360c120 void 0.000125
+gallium_dri.so malloc 72 0x55717360c170 0.000121
+gallium_dri.so free 0x55717360c200 void 0.000123
+gallium_dri.so free 0x55717360c170 void 0.000123
+gallium_dri.so malloc 72 0x55717360c170 0.000119
+gallium_dri.so free 0x55717360c2c0 void 0.000122
+gallium_dri.so free 0x55717360c170 void 0.000122
+gallium_dri.so malloc 72 0x55717360c300 0.000127
+gallium_dri.so free 0x55717360c380 void 0.000124
+gallium_dri.so free 0x55717360c300 void 0.000122
+gallium_dri.so malloc 72 0x55717360c380 0.000121
+gallium_dri.so free 0x55717360c440 void 0.000122
+gallium_dri.so free 0x55717360c380 void 0.000123
+gallium_dri.so malloc 72 0x55717360c380 0.000121
+gallium_dri.so free 0x55717360c4c0 void 0.000123
+gallium_dri.so free 0x55717360c380 void 0.000120
+gallium_dri.so malloc 72 0x55717360c4f0 0.000122
+gallium_dri.so free 0x55717360c540 void 0.000118
+gallium_dri.so free 0x55717360c4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c540 0.000123
+gallium_dri.so free 0x55717360c600 void 0.000124
+gallium_dri.so free 0x55717360c540 void 0.000120
+gallium_dri.so malloc 72 0x55717360c540 0.000170
+gallium_dri.so free 0x55717360c700 void 0.000124
+gallium_dri.so free 0x55717360c540 void 0.000122
+gallium_dri.so malloc 72 0x55717360c6b0 0.000122
+gallium_dri.so free 0x55717360c7c0 void 0.000123
+gallium_dri.so free 0x55717360c6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c770 0.000121
+gallium_dri.so free 0x55717360c800 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000122
+gallium_dri.so malloc 72 0x55717360c770 0.000122
+gallium_dri.so free 0x55717360c8c0 void 0.000122
+gallium_dri.so free 0x55717360c770 void 0.000123
+gallium_dri.so malloc 72 0x55717360c900 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c900 void 0.000121
+gallium_dri.so malloc 72 0x55717360c980 0.000122
+gallium_dri.so free 0x55717360ca40 void 0.000122
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so malloc 72 0x55717360c980 0.000123
+gallium_dri.so free 0x55717360cac0 void 0.000121
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so malloc 72 0x55717360c980 0.000120
+gallium_dri.so free 0x55717360cb80 void 0.000121
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so malloc 72 0x55717360c980 0.000122
+gallium_dri.so free 0x55717360cc40 void 0.000174
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so malloc 72 0x55717360cbf0 0.000121
+gallium_dri.so free 0x55717360ccc0 void 0.000168
+gallium_dri.so free 0x55717360cbf0 void 0.000123
+gallium_dri.so malloc 72 0x55717360cd10 0.000123
+gallium_dri.so free 0x55717360cd80 void 0.000122
+gallium_dri.so free 0x55717360cd10 void 0.000119
+gallium_dri.so malloc 72 0x55717360cda0 0.000123
+gallium_dri.so free 0x55717360ce40 void 0.000123
+gallium_dri.so free 0x55717360cda0 void 0.000121
+gallium_dri.so malloc 72 0x55717360cdf0 0.000121
+gallium_dri.so free 0x55717360cec0 void 0.000123
+gallium_dri.so free 0x55717360cdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cdf0 0.000121
+gallium_dri.so free 0x55717360cfc0 void 0.000123
+gallium_dri.so free 0x55717360cdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cf70 0.000121
+gallium_dri.so free 0x55717360d040 void 0.000123
+gallium_dri.so free 0x55717360cf70 void 0.000122
+gallium_dri.so malloc 72 0x55717360d090 0.000123
+gallium_dri.so free 0x55717360d100 void 0.000121
+gallium_dri.so free 0x55717360d090 void 0.000125
+gallium_dri.so malloc 72 0x55717360d120 0.000123
+gallium_dri.so free 0x55717360d1c0 void 0.000121
+gallium_dri.so free 0x55717360d120 void 0.000131
+gallium_dri.so malloc 72 0x55717360d170 0.000119
+gallium_dri.so free 0x55717360d240 void 0.000118
+gallium_dri.so free 0x55717360d170 void 0.000119
+gallium_dri.so malloc 72 0x55717360d170 0.000119
+gallium_dri.so free 0x55717360d2c0 void 0.000120
+gallium_dri.so free 0x55717360d170 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2c0 0.000120
+gallium_dri.so free 0x55717360d380 void 0.000120
+gallium_dri.so free 0x55717360d2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2c0 0.000119
+gallium_dri.so free 0x55717360d480 void 0.000117
+gallium_dri.so free 0x55717360d2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d2c0 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000118
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d530 0.000116
+gallium_dri.so free 0x55717360d580 void 0.000119
+gallium_dri.so free 0x55717360d530 void 0.000117
+gallium_dri.so malloc 72 0x55717360d530 0.000119
+gallium_dri.so free 0x55717360d680 void 0.000118
+gallium_dri.so free 0x55717360d530 void 0.000119
+gallium_dri.so malloc 72 0x55717360d630 0.000119
+gallium_dri.so free 0x55717360d740 void 0.000119
+gallium_dri.so free 0x55717360d630 void 0.000120
+gallium_dri.so malloc 72 0x55717360d6f0 0.000115
+gallium_dri.so free 0x55717360d780 void 0.000158
+gallium_dri.so free 0x55717360d6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d6f0 0.000121
+gallium_dri.so free 0x55717360d840 void 0.000121
+gallium_dri.so free 0x55717360d6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d890 0.000117
+gallium_dri.so free 0x55717360d900 void 0.000121
+gallium_dri.so free 0x55717360d890 void 0.000120
+gallium_dri.so malloc 72 0x55717360d940 0.000122
+gallium_dri.so free 0x55717360d9c0 void 0.000122
+gallium_dri.so free 0x55717360d940 void 0.000122
+gallium_dri.so malloc 72 0x55717360d9c0 0.000120
+gallium_dri.so free 0x55717360da80 void 0.000121
+gallium_dri.so free 0x55717360d9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d9c0 0.000121
+gallium_dri.so free 0x55717360db00 void 0.000123
+gallium_dri.so free 0x55717360d9c0 void 0.000163
+gallium_dri.so malloc 72 0x55717360db30 0.000120
+gallium_dri.so free 0x55717360db80 void 0.000122
+gallium_dri.so free 0x55717360db30 void 0.000121
+gallium_dri.so malloc 72 0x55717360db30 0.000120
+gallium_dri.so free 0x55717360dc80 void 0.000120
+gallium_dri.so free 0x55717360db30 void 0.000121
+gallium_dri.so malloc 72 0x55717360dc30 0.000122
+gallium_dri.so free 0x55717360dd40 void 0.000122
+gallium_dri.so free 0x55717360dc30 void 0.000134
+gallium_dri.so malloc 72 0x55717360dcf0 0.000123
+gallium_dri.so free 0x55717360ddc0 void 0.000122
+gallium_dri.so free 0x55717360dcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dde0 0.000121
+gallium_dri.so free 0x55717360de80 void 0.000121
+gallium_dri.so free 0x55717360dde0 void 0.000122
+gallium_dri.so malloc 72 0x55717360de30 0.000121
+gallium_dri.so free 0x55717360df00 void 0.000120
+gallium_dri.so free 0x55717360de30 void 0.000120
+gallium_dri.so malloc 72 0x55717360de30 0.000122
+gallium_dri.so free 0x55717360df80 void 0.000121
+gallium_dri.so free 0x55717360de30 void 0.000121
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e040 void 0.000120
+gallium_dri.so free 0x55717360df80 void 0.000121
+gallium_dri.so malloc 72 0x55717360df80 0.000122
+gallium_dri.so free 0x55717360e100 void 0.000122
+gallium_dri.so free 0x55717360df80 void 0.000120
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000208
+gallium_dri.so free 0x55717360df80 void 0.000122
+gallium_dri.so malloc 72 0x55717360e170 0.000120
+gallium_dri.so free 0x557173465700 void 0.000123
+gallium_dri.so free 0x55717360e170 void 0.000122
+gallium_dri.so malloc 72 0x5571734656b0 0.000168
+gallium_dri.so free 0x557173609d80 void 0.000123
+gallium_dri.so free 0x5571734656b0 void 0.000120
+gallium_dri.so malloc 72 0x557173609d30 0.000120
+gallium_dri.so free 0x557173609bc0 void 0.000119
+gallium_dri.so free 0x557173609d30 void 0.000120
+gallium_dri.so malloc 72 0x557173609b70 0.000121
+gallium_dri.so free 0x557173465380 void 0.000121
+gallium_dri.so free 0x557173609b70 void 0.000117
+gallium_dri.so malloc 72 0x557173465330 0.000121
+gallium_dri.so free 0x5571735d5100 void 0.000120
+gallium_dri.so free 0x557173465330 void 0.000122
+gallium_dri.so malloc 72 0x5571735d50b0 0.000121
+gallium_dri.so free 0x5571735bf3c0 void 0.000121
+gallium_dri.so free 0x5571735d50b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bf370 0.000120
+gallium_dri.so free 0x557173463f00 void 0.000119
+gallium_dri.so free 0x5571735bf370 void 0.000118
+gallium_dri.so malloc 72 0x5571735bf370 0.000121
+gallium_dri.so free 0x557173590f00 void 0.000122
+gallium_dri.so free 0x5571735bf370 void 0.000122
+gallium_dri.so malloc 72 0x557173590eb0 0.000120
+gallium_dri.so free 0x55717358eb00 void 0.000122
+gallium_dri.so free 0x557173590eb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358eab0 0.000121
+gallium_dri.so free 0x5571734663c0 void 0.000129
+gallium_dri.so free 0x55717358eab0 void 0.000119
+gallium_dri.so malloc 72 0x557173466370 0.000121
+gallium_dri.so free 0x5571735d3b80 void 0.000122
+gallium_dri.so free 0x557173466370 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3b30 0.000121
+gallium_dri.so free 0x55717358e940 void 0.000122
+gallium_dri.so free 0x5571735d3b30 void 0.000121
+gallium_dri.so malloc 72 0x55717358e8f0 0.000118
+gallium_dri.so free 0x55717358d200 void 0.000119
+gallium_dri.so free 0x55717358e8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358d1b0 0.000120
+gallium_dri.so free 0x557173589c00 void 0.000121
+gallium_dri.so free 0x55717358d1b0 void 0.000118
+gallium_dri.so malloc 72 0x557173589bb0 0.000122
+gallium_dri.so free 0x5571735d5480 void 0.000121
+gallium_dri.so free 0x557173589bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5430 0.000121
+gallium_dri.so free 0x557173602900 void 0.000118
+gallium_dri.so free 0x5571735d5430 void 0.000121
+gallium_dri.so malloc 72 0x5571736028b0 0.000121
+gallium_dri.so free 0x55717358c380 void 0.000122
+gallium_dri.so free 0x5571736028b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c330 0.000121
+gallium_dri.so free 0x55717358c540 void 0.000122
+gallium_dri.so free 0x55717358c330 void 0.000117
+gallium_dri.so malloc 72 0x55717358c4f0 0.000133
+gallium_dri.so free 0x557173604ec0 void 0.000121
+gallium_dri.so free 0x55717358c4f0 void 0.000120
+gallium_dri.so malloc 72 0x557173604e70 0.000121
+gallium_dri.so free 0x557173463140 void 0.000119
+gallium_dri.so free 0x557173604e70 void 0.000121
+gallium_dri.so malloc 72 0x5571734630f0 0.000117
+gallium_dri.so free 0x557173467cc0 void 0.000119
+gallium_dri.so free 0x5571734630f0 void 0.000121
+gallium_dri.so malloc 72 0x557173467c70 0.000120
+gallium_dri.so free 0x557173589dc0 void 0.000121
+gallium_dri.so free 0x557173467c70 void 0.000122
+gallium_dri.so malloc 72 0x557173589d70 0.000120
+gallium_dri.so free 0x557173589f80 void 0.000124
+gallium_dri.so free 0x557173589d70 void 0.000122
+gallium_dri.so malloc 72 0x557173589f30 0.000121
+gallium_dri.so free 0x5571735d2b40 void 0.000120
+gallium_dri.so free 0x557173589f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2af0 0.000120
+gallium_dri.so free 0x557173468980 void 0.000121
+gallium_dri.so free 0x5571735d2af0 void 0.000119
+gallium_dri.so malloc 72 0x557173468930 0.000121
+gallium_dri.so free 0x557173608bc0 void 0.000121
+gallium_dri.so free 0x557173468930 void 0.000120
+gallium_dri.so malloc 72 0x557173608b70 0.000119
+gallium_dri.so free 0x5571735d0580 void 0.000184
+gallium_dri.so free 0x557173608b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0530 0.000120
+gallium_dri.so free 0x55717360a400 void 0.000121
+gallium_dri.so free 0x5571735d0530 void 0.000118
+gallium_dri.so malloc 72 0x55717360a470 0.000122
+gallium_dri.so free 0x5571735d6140 void 0.000120
+gallium_dri.so free 0x55717360a470 void 0.000121
+gallium_dri.so malloc 72 0x5571735d60f0 0.000123
+gallium_dri.so free 0x557173603e80 void 0.000117
+gallium_dri.so free 0x5571735d60f0 void 0.000120
+gallium_dri.so malloc 72 0x557173603e30 0.000121
+gallium_dri.so free 0x557173606600 void 0.000122
+gallium_dri.so free 0x557173603e30 void 0.000122
+gallium_dri.so malloc 72 0x5571736065b0 0.000120
+gallium_dri.so free 0x55717360bfc0 void 0.000121
+gallium_dri.so free 0x5571736065b0 void 0.000158
+gallium_dri.so malloc 72 0x55717360bf70 0.000125
+gallium_dri.so free 0x55717360aa40 void 0.000122
+gallium_dri.so free 0x55717360bf70 void 0.000121
+gallium_dri.so malloc 72 0x55717360a9f0 0.000120
+gallium_dri.so free 0x5571735d2ec0 void 0.000123
+gallium_dri.so free 0x55717360a9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2e70 0.000122
+gallium_dri.so free 0x55717358cbc0 void 0.000122
+gallium_dri.so free 0x5571735d2e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2e70 0.000122
+gallium_dri.so free 0x557173604040 void 0.000121
+gallium_dri.so free 0x5571735d2e70 void 0.000122
+gallium_dri.so malloc 72 0x557173603ff0 0.000120
+gallium_dri.so free 0x557173467940 void 0.000117
+gallium_dri.so free 0x557173603ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571734678f0 0.000120
+gallium_dri.so free 0x557173607480 void 0.000121
+gallium_dri.so free 0x5571734678f0 void 0.000120
+gallium_dri.so malloc 72 0x557173607430 0.000119
+gallium_dri.so free 0x5571735d0900 void 0.000120
+gallium_dri.so free 0x557173607430 void 0.000120
+gallium_dri.so malloc 72 0x5571735d08b0 0.000121
+gallium_dri.so free 0x557173601a80 void 0.000121
+gallium_dri.so free 0x5571735d08b0 void 0.000120
+gallium_dri.so malloc 72 0x557173601a30 0.000121
+gallium_dri.so free 0x55717358ac40 void 0.000119
+gallium_dri.so free 0x557173601a30 void 0.000120
+gallium_dri.so malloc 72 0x55717358abf0 0.000122
+gallium_dri.so free 0x55717358f7c0 void 0.000121
+gallium_dri.so free 0x55717358abf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358f770 0.000120
+gallium_dri.so free 0x55717358e780 void 0.000120
+gallium_dri.so free 0x55717358f770 void 0.000118
+gallium_dri.so malloc 72 0x55717358e730 0.000120
+gallium_dri.so free 0x557173606440 void 0.000130
+gallium_dri.so free 0x55717358e730 void 0.000122
+gallium_dri.so malloc 72 0x5571736063f0 0.000122
+gallium_dri.so free 0x5571735d52c0 void 0.000121
+gallium_dri.so free 0x5571736063f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5270 0.000120
+gallium_dri.so free 0x557173463e00 void 0.000121
+gallium_dri.so free 0x5571735d5270 void 0.000118
+gallium_dri.so malloc 72 0x557173463db0 0.000120
+gallium_dri.so free 0x5571735cf000 void 0.000121
+gallium_dri.so free 0x557173463db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cefb0 0.000120
+gallium_dri.so free 0x557173588680 void 0.000120
+gallium_dri.so free 0x5571735cefb0 void 0.000120
+gallium_dri.so malloc 72 0x557173588630 0.000121
+gallium_dri.so free 0x5571736067c0 void 0.000124
+gallium_dri.so free 0x557173588630 void 0.000122
+gallium_dri.so malloc 72 0x557173606770 0.000123
+gallium_dri.so free 0x5571735d2d00 void 0.000120
+gallium_dri.so free 0x557173606770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2cb0 0.000122
+gallium_dri.so free 0x5571735d15c0 void 0.000122
+gallium_dri.so free 0x5571735d2cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d1570 0.000121
+gallium_dri.so free 0x557173590d40 void 0.000122
+gallium_dri.so free 0x5571735d1570 void 0.000162
+gallium_dri.so malloc 72 0x557173590cf0 0.000121
+gallium_dri.so free 0x5571735910c0 void 0.000122
+gallium_dri.so free 0x557173590cf0 void 0.000159
+gallium_dri.so malloc 72 0x557173591070 0.000120
+gallium_dri.so free 0x5571735d0740 void 0.000121
+gallium_dri.so free 0x557173591070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d06f0 0.000122
+gallium_dri.so free 0x557173608d80 void 0.000122
+gallium_dri.so free 0x5571735d06f0 void 0.000120
+gallium_dri.so malloc 72 0x557173608d30 0.000120
+gallium_dri.so free 0x557173468340 void 0.000120
+gallium_dri.so free 0x557173608d30 void 0.000120
+gallium_dri.so malloc 72 0x5571734683b0 0.000122
+gallium_dri.so free 0x557173601c40 void 0.000121
+gallium_dri.so free 0x5571734683b0 void 0.000119
+gallium_dri.so malloc 72 0x557173601bf0 0.000117
+gallium_dri.so free 0x5571736018c0 void 0.000118
+gallium_dri.so free 0x557173601bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173601870 0.000121
+gallium_dri.so free 0x557173467b00 void 0.000122
+gallium_dri.so free 0x557173601870 void 0.000122
+gallium_dri.so malloc 72 0x557173467ab0 0.000121
+gallium_dri.so free 0x557173462dc0 void 0.000122
+gallium_dri.so free 0x557173467ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173462d70 0.000120
+gallium_dri.so free 0x557173604200 void 0.000123
+gallium_dri.so free 0x557173462d70 void 0.000118
+gallium_dri.so malloc 72 0x5571736041b0 0.000122
+gallium_dri.so free 0x557173608a00 void 0.000122
+gallium_dri.so free 0x5571736041b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736089b0 0.000121
+gallium_dri.so free 0x5571734637c0 void 0.000123
+gallium_dri.so free 0x5571736089b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736089b0 0.000120
+gallium_dri.so free 0x557173465540 void 0.000118
+gallium_dri.so free 0x5571736089b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734654f0 0.000121
+gallium_dri.so free 0x55717358c1c0 void 0.000122
+gallium_dri.so free 0x5571734654f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c170 0.000121
+gallium_dri.so free 0x557173591d80 void 0.000121
+gallium_dri.so free 0x55717358c170 void 0.000121
+gallium_dri.so malloc 72 0x557173591d30 0.000119
+gallium_dri.so free 0x557173606e40 void 0.000120
+gallium_dri.so free 0x557173591d30 void 0.000121
+gallium_dri.so malloc 72 0x557173606e40 0.000122
+gallium_dri.so free 0x557173462f80 void 0.000121
+gallium_dri.so free 0x557173606e40 void 0.000122
+gallium_dri.so malloc 72 0x557173462f30 0.000119
+gallium_dri.so free 0x5571736022c0 void 0.000116
+gallium_dri.so free 0x557173462f30 void 0.000128
+gallium_dri.so malloc 72 0x557173462f30 0.000122
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so free 0x557173462f30 void 0.000120
+gallium_dri.so malloc 72 0x557173465d80 0.000121
+gallium_dri.so free 0x5571735d5b00 void 0.000119
+gallium_dri.so free 0x557173465d80 void 0.000120
+gallium_dri.so malloc 72 0x557173465d80 0.000120
+gallium_dri.so free 0x5571735cf8c0 void 0.000121
+gallium_dri.so free 0x557173465d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735cf870 0.000120
+gallium_dri.so free 0x5571735cae00 void 0.000117
+gallium_dri.so free 0x5571735cf870 void 0.000120
+gallium_dri.so malloc 72 0x5571735cadb0 0.000121
+gallium_dri.so free 0x5571735d0f80 void 0.000122
+gallium_dri.so free 0x5571735cadb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cadb0 0.000165
+gallium_dri.so free 0x557173588f40 void 0.000120
+gallium_dri.so free 0x5571735cadb0 void 0.000121
+gallium_dri.so malloc 72 0x557173588ef0 0.000121
+gallium_dri.so free 0x557173607d40 void 0.000122
+gallium_dri.so free 0x557173588ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173607cf0 0.000119
+gallium_dri.so free 0x557173469240 void 0.000121
+gallium_dri.so free 0x557173607cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571734691f0 0.000121
+gallium_dri.so free 0x55717358b500 void 0.000126
+gallium_dri.so free 0x5571734691f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b4b0 0.000122
+gallium_dri.so free 0x5571735d6a00 void 0.000122
+gallium_dri.so free 0x55717358b4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d69b0 0.000119
+gallium_dri.so free 0x5571735d4440 void 0.000120
+gallium_dri.so free 0x5571735d69b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d43f0 0.000121
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so free 0x5571735d43f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358f180 0.000120
+gallium_dri.so free 0x557173604880 void 0.000119
+gallium_dri.so free 0x55717358f180 void 0.000117
+gallium_dri.so malloc 72 0x55717358f180 0.000121
+gallium_dri.so free 0x55717358dac0 void 0.000122
+gallium_dri.so free 0x55717358f180 void 0.000121
+gallium_dri.so malloc 72 0x55717358da70 0.000120
+gallium_dri.so free 0x5571734646c0 void 0.000121
+gallium_dri.so free 0x55717358da70 void 0.000117
+gallium_dri.so malloc 72 0x557173464670 0.000122
+gallium_dri.so free 0x5571736031c0 void 0.000122
+gallium_dri.so free 0x557173464670 void 0.000118
+gallium_dri.so malloc 72 0x557173603170 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so free 0x557173603170 void 0.000130
+gallium_dri.so malloc 72 0x55717358a600 0.000121
+gallium_dri.so free 0x557173609400 void 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000120
+gallium_dri.so malloc 72 0x55717358a600 0.000121
+gallium_dri.so free 0x55717360b300 void 0.000121
+gallium_dri.so free 0x55717358a600 void 0.000117
+gallium_dri.so malloc 72 0x55717360b2b0 0.000119
+gallium_dri.so free 0x5571735bfc80 void 0.000122
+gallium_dri.so free 0x55717360b2b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfc30 0.000124
+gallium_dri.so free 0x557173466c80 void 0.000121
+gallium_dri.so free 0x5571735bfc30 void 0.000120
+gallium_dri.so malloc 72 0x557173466c30 0.000120
+gallium_dri.so free 0x557173605780 void 0.000121
+gallium_dri.so free 0x557173466c30 void 0.000120
+gallium_dri.so malloc 72 0x557173605730 0.000120
+gallium_dri.so free 0x557173590080 void 0.000122
+gallium_dri.so free 0x557173605730 void 0.000122
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x5571735d3540 void 0.000123
+gallium_dri.so free 0x557173590030 void 0.000122
+gallium_dri.so malloc 72 0x557173590030 0.000119
+gallium_dri.so free 0x557173591740 void 0.000120
+gallium_dri.so free 0x557173590030 void 0.000122
+gallium_dri.so malloc 72 0x557173590030 0.000121
+gallium_dri.so free 0x5571735d1e80 void 0.000123
+gallium_dri.so free 0x557173590030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1e30 0.000120
+gallium_dri.so free 0x557173591e80 void 0.000124
+gallium_dri.so free 0x5571735d1e30 void 0.000121
+gallium_dri.so malloc 72 0x557173591ea0 0.000120
+gallium_dri.so free 0x557173591f40 void 0.000121
+gallium_dri.so free 0x557173591ea0 void 0.000120
+gallium_dri.so malloc 72 0x557173591ef0 0.000119
+gallium_dri.so free 0x557173464000 void 0.000119
+gallium_dri.so free 0x557173591ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173464000 0.000120
+gallium_dri.so free 0x5571734640c0 void 0.000120
+gallium_dri.so free 0x557173464000 void 0.000121
+gallium_dri.so malloc 72 0x557173464000 0.000118
+gallium_dri.so free 0x5571735d6b40 void 0.000120
+gallium_dri.so free 0x557173464000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d6b40 0.000122
+gallium_dri.so free 0x5571735d6c00 void 0.000185
+gallium_dri.so free 0x5571735d6b40 void 0.000203
+gallium_dri.so malloc 72 0x5571735d6b40 0.000118
+gallium_dri.so free 0x5571735883c0 void 0.000116
+gallium_dri.so free 0x5571735d6b40 void 0.000116
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x557173588440 void 0.000169
+gallium_dri.so free 0x557173588370 void 0.000117
+gallium_dri.so malloc 72 0x557173588370 0.000116
+gallium_dri.so free 0x55717360e000 void 0.000115
+gallium_dri.so free 0x557173588370 void 0.000116
+gallium_dri.so malloc 72 0x55717360e000 0.000116
+gallium_dri.so free 0x55717360e0c0 void 0.000118
+gallium_dri.so free 0x55717360e000 void 0.000115
+gallium_dri.so malloc 72 0x55717360e000 0.000116
+gallium_dri.so free 0x55717358f8c0 void 0.000114
+gallium_dri.so free 0x55717360e000 void 0.000114
+gallium_dri.so malloc 72 0x55717358f8e0 0.000116
+gallium_dri.so free 0x55717358f980 void 0.000117
+gallium_dri.so free 0x55717358f8e0 void 0.000116
+gallium_dri.so malloc 72 0x55717358f930 0.000116
+gallium_dri.so free 0x55717358fa00 void 0.000117
+gallium_dri.so free 0x55717358f930 void 0.000116
+gallium_dri.so malloc 72 0x55717358f930 0.000116
+gallium_dri.so free 0x55717358fa80 void 0.000115
+gallium_dri.so free 0x55717358f930 void 0.000116
+gallium_dri.so malloc 72 0x55717358fa80 0.000116
+gallium_dri.so free 0x557173602a00 void 0.000117
+gallium_dri.so free 0x55717358fa80 void 0.000116
+gallium_dri.so malloc 72 0x557173602a20 0.000115
+gallium_dri.so free 0x557173602ac0 void 0.000121
+gallium_dri.so free 0x557173602a20 void 0.000117
+gallium_dri.so malloc 72 0x557173602a70 0.000118
+gallium_dri.so free 0x557173602b40 void 0.000117
+gallium_dri.so free 0x557173602a70 void 0.000115
+gallium_dri.so malloc 72 0x557173602a70 0.000114
+gallium_dri.so free 0x557173588780 void 0.000116
+gallium_dri.so free 0x557173602a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735887c0 0.000113
+gallium_dri.so free 0x557173588840 void 0.000113
+gallium_dri.so free 0x5571735887c0 void 0.000114
+gallium_dri.so malloc 72 0x557173588840 0.000114
+gallium_dri.so free 0x557173602c40 void 0.000115
+gallium_dri.so free 0x557173588840 void 0.000113
+gallium_dri.so malloc 72 0x557173602bf0 0.000116
+gallium_dri.so free 0x557173588900 void 0.000114
+gallium_dri.so free 0x557173602bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173602bf0 0.000115
+gallium_dri.so free 0x5571734664c0 void 0.000114
+gallium_dri.so free 0x557173602bf0 void 0.000154
+gallium_dri.so malloc 72 0x557173466500 0.000119
+gallium_dri.so free 0x557173466580 void 0.000115
+gallium_dri.so free 0x557173466500 void 0.000114
+gallium_dri.so malloc 72 0x557173466580 0.000113
+gallium_dri.so free 0x557173466640 void 0.000116
+gallium_dri.so free 0x557173466580 void 0.000114
+gallium_dri.so malloc 72 0x557173466580 0.000114
+gallium_dri.so free 0x5571735889c0 void 0.000115
+gallium_dri.so free 0x557173466580 void 0.000113
+gallium_dri.so malloc 72 0x557173588970 0.000134
+gallium_dri.so free 0x557173607580 void 0.000129
+gallium_dri.so free 0x557173588970 void 0.000110
+gallium_dri.so malloc 72 0x5571736075b0 0.000285
+gallium_dri.so free 0x557173607600 void 0.000169
+gallium_dri.so free 0x5571736075b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736075b0 0.000123
+gallium_dri.so free 0x557173607700 void 0.000122
+gallium_dri.so free 0x5571736075b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736076b0 0.000123
+gallium_dri.so free 0x5571736077c0 void 0.000118
+gallium_dri.so free 0x5571736076b0 void 0.000114
+gallium_dri.so malloc 72 0x557173607770 0.000115
+gallium_dri.so free 0x5571735d3c80 void 0.000114
+gallium_dri.so free 0x557173607770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3cb0 0.000115
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so free 0x5571735d3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3d00 0.000114
+gallium_dri.so free 0x5571735d3dc0 void 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3d00 0.000114
+gallium_dri.so free 0x5571735cf100 void 0.000114
+gallium_dri.so free 0x5571735d3d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cf150 0.000170
+gallium_dri.so free 0x5571735d3ec0 void 0.000125
+gallium_dri.so free 0x5571735cf150 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3e70 0.000117
+gallium_dri.so free 0x5571735cf1c0 void 0.000118
+gallium_dri.so free 0x5571735d3e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000117
+gallium_dri.so free 0x5571735cf240 void 0.000118
+gallium_dri.so free 0x5571735cf1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf1f0 0.000118
+gallium_dri.so free 0x55717358ad40 void 0.000117
+gallium_dri.so free 0x5571735cf1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ad90 0.000118
+gallium_dri.so free 0x55717358ae00 void 0.000118
+gallium_dri.so free 0x55717358ad90 void 0.000118
+gallium_dri.so malloc 72 0x55717358ae40 0.000116
+gallium_dri.so free 0x5571735cf340 void 0.000123
+gallium_dri.so free 0x55717358ae40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000118
+gallium_dri.so free 0x55717358aec0 void 0.000117
+gallium_dri.so free 0x5571735cf2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf2f0 0.000118
+gallium_dri.so free 0x55717358d300 void 0.000117
+gallium_dri.so free 0x5571735cf2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358d340 0.000119
+gallium_dri.so free 0x55717358d3c0 void 0.000117
+gallium_dri.so free 0x55717358d340 void 0.000125
+gallium_dri.so malloc 72 0x55717358d3c0 0.000111
+gallium_dri.so free 0x55717358af80 void 0.000109
+gallium_dri.so free 0x55717358d3c0 void 0.000109
+gallium_dri.so malloc 72 0x55717358af30 0.000157
+gallium_dri.so free 0x55717358d480 void 0.000111
+gallium_dri.so free 0x55717358af30 void 0.000110
+gallium_dri.so malloc 72 0x55717358af30 0.000110
+gallium_dri.so free 0x5571735bf4c0 void 0.000110
+gallium_dri.so free 0x55717358af30 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf530 0.000110
+gallium_dri.so free 0x5571735bf580 void 0.000110
+gallium_dri.so free 0x5571735bf530 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf530 0.000110
+gallium_dri.so free 0x5571735bf680 void 0.000110
+gallium_dri.so free 0x5571735bf530 void 0.000110
+gallium_dri.so malloc 72 0x5571735bf630 0.000110
+gallium_dri.so free 0x55717358d540 void 0.000110
+gallium_dri.so free 0x5571735bf630 void 0.000110
+gallium_dri.so malloc 72 0x55717358d4f0 0.000111
+gallium_dri.so free 0x55717360ab40 void 0.000110
+gallium_dri.so free 0x55717358d4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360ab70 0.000116
+gallium_dri.so free 0x55717360abc0 void 0.000114
+gallium_dri.so free 0x55717360ab70 void 0.000110
+gallium_dri.so malloc 72 0x55717360ab70 0.000112
+gallium_dri.so free 0x55717360acc0 void 0.000111
+gallium_dri.so free 0x55717360ab70 void 0.000110
+gallium_dri.so malloc 72 0x55717360ac70 0.000119
+gallium_dri.so free 0x557173604fc0 void 0.000115
+gallium_dri.so free 0x55717360ac70 void 0.000114
+gallium_dri.so malloc 72 0x557173605020 0.000115
+gallium_dri.so free 0x55717360ad80 void 0.000114
+gallium_dri.so free 0x557173605020 void 0.000113
+gallium_dri.so malloc 72 0x55717360ad30 0.000113
+gallium_dri.so free 0x5571736050c0 void 0.000114
+gallium_dri.so free 0x55717360ad30 void 0.000113
+gallium_dri.so malloc 72 0x557173605070 0.000112
+gallium_dri.so free 0x557173605140 void 0.000114
+gallium_dri.so free 0x557173605070 void 0.000113
+gallium_dri.so malloc 72 0x557173605070 0.000113
+gallium_dri.so free 0x557173468a80 void 0.000114
+gallium_dri.so free 0x557173605070 void 0.000112
+gallium_dri.so malloc 72 0x557173468ad0 0.000115
+gallium_dri.so free 0x557173468b40 void 0.000115
+gallium_dri.so free 0x557173468ad0 void 0.000113
+gallium_dri.so malloc 72 0x557173468b60 0.000112
+gallium_dri.so free 0x557173468c00 void 0.000113
+gallium_dri.so free 0x557173468b60 void 0.000112
+gallium_dri.so malloc 72 0x557173468bb0 0.000114
+gallium_dri.so free 0x5571735d16c0 void 0.000114
+gallium_dri.so free 0x557173468bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1710 0.000115
+gallium_dri.so free 0x557173468c80 void 0.000114
+gallium_dri.so free 0x5571735d1710 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1710 0.000207
+gallium_dri.so free 0x5571735d1780 void 0.000162
+gallium_dri.so free 0x5571735d1710 void 0.000157
+gallium_dri.so malloc 72 0x5571735d17d0 0.000123
+gallium_dri.so free 0x5571735d1840 void 0.000119
+gallium_dri.so free 0x5571735d17d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d1860 0.000118
+gallium_dri.so free 0x5571735d6240 void 0.000119
+gallium_dri.so free 0x5571735d1860 void 0.000118
+gallium_dri.so malloc 72 0x5571735d6270 0.000117
+gallium_dri.so free 0x5571735d62c0 void 0.000118
+gallium_dri.so free 0x5571735d6270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6270 0.000118
+gallium_dri.so free 0x5571735d63c0 void 0.000118
+gallium_dri.so free 0x5571735d6270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d6370 0.000161
+gallium_dri.so free 0x557173607900 void 0.000119
+gallium_dri.so free 0x5571735d6370 void 0.000118
+gallium_dri.so malloc 72 0x557173607940 0.000119
+gallium_dri.so free 0x5571735d1900 void 0.000118
+gallium_dri.so free 0x557173607940 void 0.000117
+gallium_dri.so malloc 72 0x5571735d18b0 0.000117
+gallium_dri.so free 0x5571736079c0 void 0.000117
+gallium_dri.so free 0x5571735d18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d18b0 0.000122
+gallium_dri.so free 0x557173607a80 void 0.000111
+gallium_dri.so free 0x5571735d18b0 void 0.000111
+gallium_dri.so malloc 72 0x557173607a30 0.000109
+gallium_dri.so free 0x557173607b00 void 0.000110
+gallium_dri.so free 0x557173607a30 void 0.000109
+gallium_dri.so malloc 72 0x557173607b50 0.000109
+gallium_dri.so free 0x5571735d6480 void 0.000109
+gallium_dri.so free 0x557173607b50 void 0.000110
+gallium_dri.so malloc 72 0x5571735d6430 0.000113
+gallium_dri.so free 0x557173602d80 void 0.000110
+gallium_dri.so free 0x5571735d6430 void 0.000110
+gallium_dri.so malloc 72 0x557173602db0 0.000110
+gallium_dri.so free 0x557173602e00 void 0.000110
+gallium_dri.so free 0x557173602db0 void 0.000110
+gallium_dri.so malloc 72 0x557173602db0 0.000109
+gallium_dri.so free 0x557173602f00 void 0.000109
+gallium_dri.so free 0x557173602db0 void 0.000109
+gallium_dri.so malloc 72 0x557173602f40 0.000111
+gallium_dri.so free 0x5571735d65c0 void 0.000111
+gallium_dri.so free 0x557173602f40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d6610 0.000111
+gallium_dri.so free 0x5571735d6680 void 0.000110
+gallium_dri.so free 0x5571735d6610 void 0.000111
+gallium_dri.so malloc 72 0x5571735d66a0 0.000112
+gallium_dri.so free 0x5571735d6740 void 0.000109
+gallium_dri.so free 0x5571735d66a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d66f0 0.000109
+gallium_dri.so free 0x557173602fc0 void 0.000109
+gallium_dri.so free 0x5571735d66f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d66f0 0.000113
+gallium_dri.so free 0x5571735d67c0 void 0.000113
+gallium_dri.so free 0x5571735d66f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d67c0 0.000111
+gallium_dri.so free 0x5571735d4000 void 0.000112
+gallium_dri.so free 0x5571735d67c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4060 0.000112
+gallium_dri.so free 0x5571735d4100 void 0.000112
+gallium_dri.so free 0x5571735d4060 void 0.000113
+gallium_dri.so malloc 72 0x5571735d40b0 0.000112
+gallium_dri.so free 0x5571735d4140 void 0.000111
+gallium_dri.so free 0x5571735d40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d40b0 0.000113
+gallium_dri.so free 0x5571735d4200 void 0.000111
+gallium_dri.so free 0x5571735d40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4240 0.000112
+gallium_dri.so free 0x5571735bf840 void 0.000158
+gallium_dri.so free 0x5571735d4240 void 0.000150
+gallium_dri.so malloc 72 0x5571735bf890 0.000116
+gallium_dri.so free 0x5571735bf900 void 0.000116
+gallium_dri.so free 0x5571735bf890 void 0.000113
+gallium_dri.so malloc 72 0x5571735bf920 0.000114
+gallium_dri.so free 0x5571735bf9c0 void 0.000114
+gallium_dri.so free 0x5571735bf920 void 0.000122
+gallium_dri.so malloc 72 0x5571735bf970 0.000115
+gallium_dri.so free 0x5571735bfa40 void 0.000114
+gallium_dri.so free 0x5571735bf970 void 0.000161
+gallium_dri.so malloc 72 0x5571735bfa40 0.000115
+gallium_dri.so free 0x5571735cf480 void 0.000114
+gallium_dri.so free 0x5571735bfa40 void 0.000115
+gallium_dri.so malloc 72 0x5571735cf4c0 0.000157
+gallium_dri.so free 0x5571735cf540 void 0.000115
+gallium_dri.so free 0x5571735cf4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cf540 0.000114
+gallium_dri.so free 0x5571735cf600 void 0.000115
+gallium_dri.so free 0x5571735cf540 void 0.000113
+gallium_dri.so malloc 72 0x5571735cf540 0.000113
+gallium_dri.so free 0x5571735cf680 void 0.000117
+gallium_dri.so free 0x5571735cf540 void 0.000112
+gallium_dri.so malloc 72 0x5571735cf6b0 0.000112
+gallium_dri.so free 0x557173466840 void 0.000113
+gallium_dri.so free 0x5571735cf6b0 void 0.000112
+gallium_dri.so malloc 72 0x557173466880 0.000112
+gallium_dri.so free 0x557173466900 void 0.000114
+gallium_dri.so free 0x557173466880 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000113
+gallium_dri.so free 0x5571734669c0 void 0.000114
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000113
+gallium_dri.so free 0x557173466a40 void 0.000114
+gallium_dri.so free 0x557173466900 void 0.000113
+gallium_dri.so malloc 72 0x557173466900 0.000115
+gallium_dri.so free 0x55717360aec0 void 0.000116
+gallium_dri.so free 0x557173466900 void 0.000126
+gallium_dri.so malloc 72 0x55717360aef0 0.000113
+gallium_dri.so free 0x55717360af40 void 0.000115
+gallium_dri.so free 0x55717360aef0 void 0.000114
+gallium_dri.so malloc 72 0x55717360aef0 0.000114
+gallium_dri.so free 0x55717360b040 void 0.000114
+gallium_dri.so free 0x55717360aef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360aff0 0.000112
+gallium_dri.so free 0x55717360b100 void 0.000115
+gallium_dri.so free 0x55717360aff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b0b0 0.000112
+gallium_dri.so free 0x55717358d680 void 0.000114
+gallium_dri.so free 0x55717360b0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d6b0 0.000113
+gallium_dri.so free 0x55717358d700 void 0.000116
+gallium_dri.so free 0x55717358d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358d6b0 0.000115
+gallium_dri.so free 0x55717358d800 void 0.000114
+gallium_dri.so free 0x55717358d6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358d840 0.000113
+gallium_dri.so free 0x557173464280 void 0.000114
+gallium_dri.so free 0x55717358d840 void 0.000112
+gallium_dri.so malloc 72 0x5571734642d0 0.000113
+gallium_dri.so free 0x557173464340 void 0.000114
+gallium_dri.so free 0x5571734642d0 void 0.000113
+gallium_dri.so malloc 72 0x557173464360 0.000113
+gallium_dri.so free 0x557173464400 void 0.000114
+gallium_dri.so free 0x557173464360 void 0.000127
+gallium_dri.so malloc 72 0x5571734643b0 0.000114
+gallium_dri.so free 0x55717358d8c0 void 0.000114
+gallium_dri.so free 0x5571734643b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734643b0 0.000113
+gallium_dri.so free 0x557173464480 void 0.000113
+gallium_dri.so free 0x5571734643b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464480 0.000112
+gallium_dri.so free 0x55717358b0c0 void 0.000115
+gallium_dri.so free 0x557173464480 void 0.000114
+gallium_dri.so malloc 72 0x55717358b120 0.000115
+gallium_dri.so free 0x55717358b1c0 void 0.000116
+gallium_dri.so free 0x55717358b120 void 0.000113
+gallium_dri.so malloc 72 0x55717358b170 0.000114
+gallium_dri.so free 0x55717358b200 void 0.000119
+gallium_dri.so free 0x55717358b170 void 0.000113
+gallium_dri.so malloc 72 0x55717358b170 0.000113
+gallium_dri.so free 0x55717358b2c0 void 0.000114
+gallium_dri.so free 0x55717358b170 void 0.000153
+gallium_dri.so malloc 72 0x55717358b300 0.000116
+gallium_dri.so free 0x557173605340 void 0.000116
+gallium_dri.so free 0x55717358b300 void 0.000114
+gallium_dri.so malloc 72 0x557173605390 0.000115
+gallium_dri.so free 0x557173605400 void 0.000115
+gallium_dri.so free 0x557173605390 void 0.000114
+gallium_dri.so malloc 72 0x557173605420 0.000113
+gallium_dri.so free 0x5571736054c0 void 0.000116
+gallium_dri.so free 0x557173605420 void 0.000122
+gallium_dri.so malloc 72 0x557173605470 0.000117
+gallium_dri.so free 0x557173605540 void 0.000114
+gallium_dri.so free 0x557173605470 void 0.000112
+gallium_dri.so malloc 72 0x557173605540 0.000115
+gallium_dri.so free 0x55717358fc40 void 0.000115
+gallium_dri.so free 0x557173605540 void 0.000112
+gallium_dri.so malloc 72 0x55717358fc80 0.000112
+gallium_dri.so free 0x55717358fd00 void 0.000115
+gallium_dri.so free 0x55717358fc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358fd00 0.000112
+gallium_dri.so free 0x55717358fdc0 void 0.000113
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so malloc 72 0x55717358fd00 0.000115
+gallium_dri.so free 0x55717358fe40 void 0.000115
+gallium_dri.so free 0x55717358fd00 void 0.000114
+gallium_dri.so malloc 72 0x55717358fe70 0.000114
+gallium_dri.so free 0x557173468e00 void 0.000113
+gallium_dri.so free 0x55717358fe70 void 0.000113
+gallium_dri.so malloc 72 0x557173468e40 0.000113
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so free 0x557173468e40 void 0.000113
+gallium_dri.so malloc 72 0x557173468ec0 0.000115
+gallium_dri.so free 0x557173468f80 void 0.000115
+gallium_dri.so free 0x557173468ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173468ec0 0.000115
+gallium_dri.so free 0x557173469000 void 0.000114
+gallium_dri.so free 0x557173468ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173468ec0 0.000124
+gallium_dri.so free 0x557173588b00 void 0.000116
+gallium_dri.so free 0x557173468ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173588b30 0.000114
+gallium_dri.so free 0x557173588b80 void 0.000114
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588b30 0.000113
+gallium_dri.so free 0x557173588c80 void 0.000114
+gallium_dri.so free 0x557173588b30 void 0.000113
+gallium_dri.so malloc 72 0x557173588c30 0.000115
+gallium_dri.so free 0x557173588d40 void 0.000114
+gallium_dri.so free 0x557173588c30 void 0.000118
+gallium_dri.so malloc 72 0x557173588cf0 0.000114
+gallium_dri.so free 0x5571735d1a40 void 0.000118
+gallium_dri.so free 0x557173588cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1a70 0.000113
+gallium_dri.so free 0x5571735d1ac0 void 0.000116
+gallium_dri.so free 0x5571735d1a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d1a70 0.000114
+gallium_dri.so free 0x5571735d1bc0 void 0.000115
+gallium_dri.so free 0x5571735d1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1c00 0.000114
+gallium_dri.so free 0x557173462440 void 0.000115
+gallium_dri.so free 0x5571735d1c00 void 0.000114
+gallium_dri.so malloc 72 0x557173462490 0.000112
+gallium_dri.so free 0x557173462500 void 0.000114
+gallium_dri.so free 0x557173462490 void 0.000113
+gallium_dri.so malloc 72 0x557173462520 0.000182
+gallium_dri.so free 0x5571734625c0 void 0.000115
+gallium_dri.so free 0x557173462520 void 0.000112
+gallium_dri.so malloc 72 0x557173462570 0.000118
+gallium_dri.so free 0x5571735d1c80 void 0.000161
+gallium_dri.so free 0x557173462570 void 0.000114
+gallium_dri.so malloc 72 0x557173462570 0.000113
+gallium_dri.so free 0x557173462640 void 0.000114
+gallium_dri.so free 0x557173462570 void 0.000113
+gallium_dri.so malloc 72 0x557173462640 0.000114
+gallium_dri.so free 0x557173462700 void 0.000114
+gallium_dri.so free 0x557173462640 void 0.000113
+gallium_dri.so malloc 72 0x557173462640 0.000113
+gallium_dri.so free 0x55717358cd40 void 0.000114
+gallium_dri.so free 0x557173462640 void 0.000113
+gallium_dri.so malloc 72 0x55717358ccf0 0.000111
+gallium_dri.so free 0x55717358cd80 void 0.000113
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ccf0 0.000112
+gallium_dri.so free 0x55717358ce40 void 0.000113
+gallium_dri.so free 0x55717358ccf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ce80 0.000112
+gallium_dri.so free 0x55717358cf00 void 0.000114
+gallium_dri.so free 0x55717358ce80 void 0.000113
+gallium_dri.so malloc 72 0x55717358cf00 0.000114
+gallium_dri.so free 0x55717358cfc0 void 0.000115
+gallium_dri.so free 0x55717358cf00 void 0.000114
+gallium_dri.so malloc 72 0x55717358cf00 0.000131
+gallium_dri.so free 0x55717358f300 void 0.000116
+gallium_dri.so free 0x55717358cf00 void 0.000113
+gallium_dri.so malloc 72 0x55717358f2b0 0.000116
+gallium_dri.so free 0x55717358f380 void 0.000118
+gallium_dri.so free 0x55717358f2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358f380 0.000114
+gallium_dri.so free 0x55717358f440 void 0.000114
+gallium_dri.so free 0x55717358f380 void 0.000112
+gallium_dri.so malloc 72 0x55717358f380 0.000114
+gallium_dri.so free 0x55717358f4c0 void 0.000115
+gallium_dri.so free 0x55717358f380 void 0.000116
+gallium_dri.so malloc 72 0x55717358f4c0 0.000116
+gallium_dri.so free 0x55717358f580 void 0.000114
+gallium_dri.so free 0x55717358f4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358f4c0 0.000116
+gallium_dri.so free 0x557173465f00 void 0.000114
+gallium_dri.so free 0x55717358f4c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465eb0 0.000115
+gallium_dri.so free 0x557173465f80 void 0.000117
+gallium_dri.so free 0x557173465eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173465eb0 0.000113
+gallium_dri.so free 0x557173466000 void 0.000115
+gallium_dri.so free 0x557173465eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173466000 0.000114
+gallium_dri.so free 0x5571734660c0 void 0.000115
+gallium_dri.so free 0x557173466000 void 0.000113
+gallium_dri.so malloc 72 0x557173466000 0.000127
+gallium_dri.so free 0x5571734661c0 void 0.000114
+gallium_dri.so free 0x557173466000 void 0.000114
+gallium_dri.so malloc 72 0x557173466170 0.000112
+gallium_dri.so free 0x5571735918c0 void 0.000114
+gallium_dri.so free 0x557173466170 void 0.000114
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x557173591940 void 0.000115
+gallium_dri.so free 0x557173591870 void 0.000114
+gallium_dri.so malloc 72 0x557173591870 0.000113
+gallium_dri.so free 0x5571735919c0 void 0.000115
+gallium_dri.so free 0x557173591870 void 0.000114
+gallium_dri.so malloc 72 0x5571735919c0 0.000112
+gallium_dri.so free 0x557173591a80 void 0.000114
+gallium_dri.so free 0x5571735919c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735919c0 0.000112
+gallium_dri.so free 0x557173591b40 void 0.000115
+gallium_dri.so free 0x5571735919c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735919c0 0.000112
+gallium_dri.so free 0x557173604a00 void 0.000120
+gallium_dri.so free 0x5571735919c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736049b0 0.000115
+gallium_dri.so free 0x557173604a00 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736049b0 0.000114
+gallium_dri.so free 0x557173604b00 void 0.000114
+gallium_dri.so free 0x5571736049b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604ab0 0.000167
+gallium_dri.so free 0x557173604bc0 void 0.000116
+gallium_dri.so free 0x557173604ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173604b70 0.000113
+gallium_dri.so free 0x557173604c00 void 0.000113
+gallium_dri.so free 0x557173604b70 void 0.000113
+gallium_dri.so malloc 72 0x557173604b70 0.000114
+gallium_dri.so free 0x557173604cc0 void 0.000114
+gallium_dri.so free 0x557173604b70 void 0.000113
+gallium_dri.so malloc 72 0x557173604d00 0.000112
+gallium_dri.so free 0x55717360a580 void 0.000114
+gallium_dri.so free 0x557173604d00 void 0.000112
+gallium_dri.so malloc 72 0x55717360a530 0.000113
+gallium_dri.so free 0x55717360a640 void 0.000114
+gallium_dri.so free 0x55717360a530 void 0.000114
+gallium_dri.so malloc 72 0x55717360a5f0 0.000116
+gallium_dri.so free 0x55717360a6c0 void 0.000116
+gallium_dri.so free 0x55717360a5f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360a5f0 0.000119
+gallium_dri.so free 0x55717360a780 void 0.000115
+gallium_dri.so free 0x55717360a5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a5f0 0.000114
+gallium_dri.so free 0x55717360a840 void 0.000115
+gallium_dri.so free 0x55717360a5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a7f0 0.000115
+gallium_dri.so free 0x557173606fc0 void 0.000115
+gallium_dri.so free 0x55717360a7f0 void 0.000112
+gallium_dri.so malloc 72 0x557173606f70 0.000115
+gallium_dri.so free 0x557173607080 void 0.000114
+gallium_dri.so free 0x557173606f70 void 0.000113
+gallium_dri.so malloc 72 0x557173607030 0.000113
+gallium_dri.so free 0x5571736070c0 void 0.000114
+gallium_dri.so free 0x557173607030 void 0.000113
+gallium_dri.so malloc 72 0x557173607030 0.000114
+gallium_dri.so free 0x557173607180 void 0.000114
+gallium_dri.so free 0x557173607030 void 0.000112
+gallium_dri.so malloc 72 0x5571736071d0 0.000115
+gallium_dri.so free 0x557173607240 void 0.000115
+gallium_dri.so free 0x5571736071d0 void 0.000117
+gallium_dri.so malloc 72 0x557173607280 0.000114
+gallium_dri.so free 0x5571735d36c0 void 0.000114
+gallium_dri.so free 0x557173607280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3670 0.000114
+gallium_dri.so free 0x5571735d3780 void 0.000114
+gallium_dri.so free 0x5571735d3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d37c0 void 0.000114
+gallium_dri.so free 0x5571735d3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3730 0.000113
+gallium_dri.so free 0x5571735d3880 void 0.000114
+gallium_dri.so free 0x5571735d3730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d38c0 0.000113
+gallium_dri.so free 0x5571735d3940 void 0.000115
+gallium_dri.so free 0x5571735d38c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3940 0.000128
+gallium_dri.so free 0x5571735d1100 void 0.000115
+gallium_dri.so free 0x5571735d3940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d10b0 0.000114
+gallium_dri.so free 0x5571735d1180 void 0.000113
+gallium_dri.so free 0x5571735d10b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735d11a0 0.000114
+gallium_dri.so free 0x5571735d1240 void 0.000114
+gallium_dri.so free 0x5571735d11a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d11f0 0.000113
+gallium_dri.so free 0x5571735d12c0 void 0.000115
+gallium_dri.so free 0x5571735d11f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d11f0 0.000111
+gallium_dri.so free 0x5571735d1340 void 0.000113
+gallium_dri.so free 0x5571735d11f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1340 0.000113
+gallium_dri.so free 0x5571734684c0 void 0.000113
+gallium_dri.so free 0x5571735d1340 void 0.000114
+gallium_dri.so malloc 72 0x557173468470 0.000111
+gallium_dri.so free 0x557173468500 void 0.000114
+gallium_dri.so free 0x557173468470 void 0.000112
+gallium_dri.so malloc 72 0x557173468470 0.000113
+gallium_dri.so free 0x5571734685c0 void 0.000114
+gallium_dri.so free 0x557173468470 void 0.000117
+gallium_dri.so malloc 72 0x557173468630 0.000124
+gallium_dri.so free 0x557173468680 void 0.000118
+gallium_dri.so free 0x557173468630 void 0.000114
+gallium_dri.so malloc 72 0x557173468630 0.000117
+gallium_dri.so free 0x557173468780 void 0.000114
+gallium_dri.so free 0x557173468630 void 0.000219
+gallium_dri.so malloc 72 0x557173468730 0.000319
+gallium_dri.so free 0x557173602440 void 0.000317
+gallium_dri.so free 0x557173468730 void 0.000257
+gallium_dri.so malloc 72 0x5571736023f0 0.000267
+gallium_dri.so free 0x557173602480 void 0.000282
+gallium_dri.so free 0x5571736023f0 void 0.000267
+gallium_dri.so malloc 72 0x5571736023f0 0.000269
+gallium_dri.so free 0x557173602540 void 0.000257
+gallium_dri.so free 0x5571736023f0 void 0.000225
+gallium_dri.so malloc 72 0x557173602580 0.000225
+gallium_dri.so free 0x557173602600 void 0.000126
+gallium_dri.so free 0x557173602580 void 0.000135
+gallium_dri.so malloc 72 0x557173602600 0.000119
+gallium_dri.so free 0x5571736026c0 void 0.000121
+gallium_dri.so free 0x557173602600 void 0.000123
+gallium_dri.so malloc 72 0x557173602600 0.000123
+gallium_dri.so free 0x5571735ceb40 void 0.000124
+gallium_dri.so free 0x557173602600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000120
+gallium_dri.so free 0x5571735ceb80 void 0.000118
+gallium_dri.so free 0x5571735ceaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ceaf0 0.000115
+gallium_dri.so free 0x5571735cec40 void 0.000119
+gallium_dri.so free 0x5571735ceaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cec80 0.000119
+gallium_dri.so free 0x5571735ced00 void 0.000115
+gallium_dri.so free 0x5571735cec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ced00 0.000167
+gallium_dri.so free 0x5571735cedc0 void 0.000155
+gallium_dri.so free 0x5571735ced00 void 0.000276
+gallium_dri.so malloc 72 0x5571735ced00 0.000162
+gallium_dri.so free 0x55717358a780 void 0.000160
+gallium_dri.so free 0x5571735ced00 void 0.000171
+gallium_dri.so malloc 72 0x55717358a730 0.000130
+gallium_dri.so free 0x55717358a800 void 0.000129
+gallium_dri.so free 0x55717358a730 void 0.000130
+gallium_dri.so malloc 72 0x55717358a800 0.000130
+gallium_dri.so free 0x55717358a8c0 void 0.000132
+gallium_dri.so free 0x55717358a800 void 0.000125
+gallium_dri.so malloc 72 0x55717358a800 0.000125
+gallium_dri.so free 0x55717358a940 void 0.000124
+gallium_dri.so free 0x55717358a800 void 0.000123
+gallium_dri.so malloc 72 0x55717358a940 0.000128
+gallium_dri.so free 0x55717358aa00 void 0.000131
+gallium_dri.so free 0x55717358a940 void 0.000225
+gallium_dri.so malloc 72 0x55717358a940 0.000222
+gallium_dri.so free 0x5571735d5c80 void 0.000226
+gallium_dri.so free 0x55717358a940 void 0.000223
+gallium_dri.so malloc 72 0x5571735d5c30 0.000130
+gallium_dri.so free 0x5571735d5d00 void 0.000129
+gallium_dri.so free 0x5571735d5c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d5c30 0.000130
+gallium_dri.so free 0x5571735d5d80 void 0.000133
+gallium_dri.so free 0x5571735d5c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5d80 0.000124
+gallium_dri.so free 0x5571735d5e40 void 0.000119
+gallium_dri.so free 0x5571735d5d80 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5d80 0.000128
+gallium_dri.so free 0x5571735d5f40 void 0.000130
+gallium_dri.so free 0x5571735d5d80 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5ef0 0.000130
+gallium_dri.so free 0x557173463940 void 0.000129
+gallium_dri.so free 0x5571735d5ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571734638f0 0.000124
+gallium_dri.so free 0x5571734639c0 void 0.000128
+gallium_dri.so free 0x5571734638f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734638f0 0.000119
+gallium_dri.so free 0x557173463a40 void 0.000120
+gallium_dri.so free 0x5571734638f0 void 0.000124
+gallium_dri.so malloc 72 0x557173463a40 0.000130
+gallium_dri.so free 0x557173463b00 void 0.000129
+gallium_dri.so free 0x557173463a40 void 0.000129
+gallium_dri.so malloc 72 0x557173463a40 0.000129
+gallium_dri.so free 0x557173463bc0 void 0.000125
+gallium_dri.so free 0x557173463a40 void 0.000126
+gallium_dri.so malloc 72 0x557173463a40 0.000132
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so free 0x557173463a40 void 0.000126
+gallium_dri.so malloc 72 0x557173463a40 0.000130
+gallium_dri.so free 0x55717358e300 void 0.000209
+gallium_dri.so free 0x557173463a40 void 0.000134
+gallium_dri.so malloc 72 0x55717358e2b0 0.000131
+gallium_dri.so free 0x55717358e380 void 0.000127
+gallium_dri.so free 0x55717358e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3d0 0.000126
+gallium_dri.so free 0x55717358e440 void 0.000124
+gallium_dri.so free 0x55717358e3d0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e460 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so free 0x55717358e460 void 0.000131
+gallium_dri.so malloc 72 0x55717358e4b0 0.000124
+gallium_dri.so free 0x55717358e580 void 0.000121
+gallium_dri.so free 0x55717358e4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e4b0 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000121
+gallium_dri.so free 0x55717358e4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d25c0 0.000119
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d25c0 0.000184
+gallium_dri.so free 0x5571735d2740 void 0.000184
+gallium_dri.so free 0x5571735d25c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2760 0.000126
+gallium_dri.so free 0x5571735d2800 void 0.000131
+gallium_dri.so free 0x5571735d2760 void 0.000130
+gallium_dri.so malloc 72 0x5571735d27b0 0.000124
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so free 0x5571735d27b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d27b0 0.000131
+gallium_dri.so free 0x5571735d2900 void 0.000124
+gallium_dri.so free 0x5571735d27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2900 0.000130
+gallium_dri.so free 0x557173462840 void 0.000129
+gallium_dri.so free 0x5571735d2900 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2900 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000121
+gallium_dri.so malloc 72 0x5571734628f0 0.000122
+gallium_dri.so free 0x557173462940 void 0.000127
+gallium_dri.so free 0x5571734628f0 void 0.000131
+gallium_dri.so malloc 72 0x557173462940 0.000151
+gallium_dri.so free 0x557173462a00 void 0.000123
+gallium_dri.so free 0x557173462940 void 0.000125
+gallium_dri.so malloc 72 0x557173462940 0.000131
+gallium_dri.so free 0x557173462b00 void 0.000129
+gallium_dri.so free 0x557173462940 void 0.000124
+gallium_dri.so malloc 72 0x557173462ab0 0.000120
+gallium_dri.so free 0x557173462bc0 void 0.000122
+gallium_dri.so free 0x557173462ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173462b70 0.000129
+gallium_dri.so free 0x55717358bc40 void 0.000128
+gallium_dri.so free 0x557173462b70 void 0.000124
+gallium_dri.so malloc 72 0x557173462b70 0.000122
+gallium_dri.so free 0x55717358bd00 void 0.000120
+gallium_dri.so free 0x557173462b70 void 0.000118
+gallium_dri.so malloc 72 0x55717358bcb0 0.000120
+gallium_dri.so free 0x55717358bd80 void 0.000119
+gallium_dri.so free 0x55717358bcb0 void 0.000117
+gallium_dri.so malloc 72 0x55717358bdd0 0.000119
+gallium_dri.so free 0x55717358be40 void 0.000121
+gallium_dri.so free 0x55717358bdd0 void 0.000119
+gallium_dri.so malloc 72 0x55717358be80 0.000118
+gallium_dri.so free 0x55717358bf00 void 0.000115
+gallium_dri.so free 0x55717358be80 void 0.000114
+gallium_dri.so malloc 72 0x55717358be80 0.000112
+gallium_dri.so free 0x55717358bf80 void 0.000114
+gallium_dri.so free 0x55717358be80 void 0.000112
+gallium_dri.so malloc 72 0x55717358bfb0 0.000114
+gallium_dri.so free 0x557173464e00 void 0.000126
+gallium_dri.so free 0x55717358bfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358bfb0 0.000112
+gallium_dri.so free 0x557173464e80 void 0.000114
+gallium_dri.so free 0x55717358bfb0 void 0.000112
+gallium_dri.so malloc 72 0x557173464e80 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000113
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000112
+gallium_dri.so malloc 72 0x557173464e80 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173465070 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000113
+gallium_dri.so malloc 72 0x557173465070 0.000115
+gallium_dri.so free 0x557173605ec0 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000112
+gallium_dri.so malloc 72 0x557173605ec0 0.000112
+gallium_dri.so free 0x5571734651c0 void 0.000114
+gallium_dri.so free 0x557173605ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x557173605f80 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x557173606040 void 0.000116
+gallium_dri.so free 0x557173465170 void 0.000179
+gallium_dri.so malloc 72 0x557173605ff0 0.000120
+gallium_dri.so free 0x5571736060c0 void 0.000116
+gallium_dri.so free 0x557173605ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173606110 0.000115
+gallium_dri.so free 0x557173606180 void 0.000115
+gallium_dri.so free 0x557173606110 void 0.000114
+gallium_dri.so malloc 72 0x5571736061e0 0.000116
+gallium_dri.so free 0x557173606280 void 0.000115
+gallium_dri.so free 0x5571736061e0 void 0.000113
+gallium_dri.so malloc 72 0x557173606230 0.000114
+gallium_dri.so free 0x557173603900 void 0.000115
+gallium_dri.so free 0x557173606230 void 0.000114
+gallium_dri.so malloc 72 0x557173606230 0.000114
+gallium_dri.so free 0x5571736039c0 void 0.000115
+gallium_dri.so free 0x557173606230 void 0.000114
+gallium_dri.so malloc 72 0x557173603970 0.000113
+gallium_dri.so free 0x557173603a40 void 0.000115
+gallium_dri.so free 0x557173603970 void 0.000114
+gallium_dri.so malloc 72 0x557173603a90 0.000114
+gallium_dri.so free 0x557173603b00 void 0.000115
+gallium_dri.so free 0x557173603a90 void 0.000115
+gallium_dri.so malloc 72 0x557173603b20 0.000114
+gallium_dri.so free 0x557173603bc0 void 0.000115
+gallium_dri.so free 0x557173603b20 void 0.000115
+gallium_dri.so malloc 72 0x557173603b70 0.000114
+gallium_dri.so free 0x557173603c40 void 0.000115
+gallium_dri.so free 0x557173603b70 void 0.000105
+gallium_dri.so malloc 72 0x557173603c40 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x557173603c40 void 0.000111
+gallium_dri.so malloc 72 0x557173603c40 0.000112
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so free 0x557173603c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0080 0.000112
+gallium_dri.so free 0x5571735d0200 void 0.000112
+gallium_dri.so free 0x5571735d0080 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0080 0.000112
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0270 0.000115
+gallium_dri.so free 0x5571735d0340 void 0.000114
+gallium_dri.so free 0x5571735d0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000113
+gallium_dri.so free 0x5571735d0390 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so free 0x5571735d0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000112
+gallium_dri.so free 0x55717360bb80 void 0.000116
+gallium_dri.so free 0x5571735d0390 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x55717360bc40 void 0.000115
+gallium_dri.so free 0x5571735d0390 void 0.000113
+gallium_dri.so malloc 72 0x55717360bbf0 0.000113
+gallium_dri.so free 0x55717360bcc0 void 0.000113
+gallium_dri.so free 0x55717360bbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bd10 0.000112
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bd10 void 0.000112
+gallium_dri.so malloc 72 0x55717360bda0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x55717360bda0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bda0 0.000113
+gallium_dri.so free 0x557173601400 void 0.000115
+gallium_dri.so free 0x55717360bda0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x557173601400 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x557173601500 void 0.000114
+gallium_dri.so free 0x5571736013b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736014b0 0.000113
+gallium_dri.so free 0x5571736015c0 void 0.000114
+gallium_dri.so free 0x5571736014b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601570 0.000114
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601570 void 0.000152
+gallium_dri.so malloc 72 0x557173601570 0.000117
+gallium_dri.so free 0x557173589680 void 0.000117
+gallium_dri.so free 0x557173601570 void 0.000115
+gallium_dri.so malloc 72 0x557173601570 0.000115
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so free 0x557173601570 void 0.000114
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x557173589700 void 0.000114
+gallium_dri.so malloc 72 0x557173589700 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000115
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so malloc 72 0x557173589700 0.000115
+gallium_dri.so free 0x5571736016c0 void 0.000116
+gallium_dri.so free 0x557173589700 void 0.000115
+gallium_dri.so malloc 72 0x5571736016f0 0.000114
+gallium_dri.so free 0x557173589940 void 0.000118
+gallium_dri.so free 0x5571736016f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589980 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000167
+gallium_dri.so free 0x557173589980 void 0.000115
+gallium_dri.so malloc 72 0x5571734673c0 0.000114
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734673c0 0.000114
+gallium_dri.so free 0x557173467500 void 0.000116
+gallium_dri.so free 0x5571734673c0 void 0.000126
+gallium_dri.so malloc 72 0x557173467530 0.000113
+gallium_dri.so free 0x557173467580 void 0.000114
+gallium_dri.so free 0x557173467530 void 0.000112
+gallium_dri.so malloc 72 0x557173467580 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173467580 void 0.000113
+gallium_dri.so malloc 72 0x557173467580 0.000113
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so free 0x557173467580 void 0.000112
+gallium_dri.so malloc 72 0x557173467640 0.000112
+gallium_dri.so free 0x557173467700 void 0.000112
+gallium_dri.so free 0x557173467640 void 0.000112
+gallium_dri.so malloc 72 0x557173467640 0.000113
+gallium_dri.so free 0x5571735d4b80 void 0.000114
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so malloc 72 0x557173467640 0.000112
+gallium_dri.so free 0x5571735d4c40 void 0.000115
+gallium_dri.so free 0x557173467640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4bf0 0.000113
+gallium_dri.so free 0x5571735d4cc0 void 0.000114
+gallium_dri.so free 0x5571735d4bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4d10 0.000112
+gallium_dri.so free 0x5571735d4d80 void 0.000114
+gallium_dri.so free 0x5571735d4d10 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000113
+gallium_dri.so free 0x5571735d4e40 void 0.000115
+gallium_dri.so free 0x5571735d4dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4dc0 0.000119
+gallium_dri.so free 0x5571735d4ec0 void 0.000114
+gallium_dri.so free 0x5571735d4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000115
+gallium_dri.so free 0x5571735907c0 void 0.000113
+gallium_dri.so free 0x5571735d4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4ef0 0.000112
+gallium_dri.so free 0x557173590840 void 0.000112
+gallium_dri.so free 0x5571735d4ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000112
+gallium_dri.so free 0x557173590900 void 0.000115
+gallium_dri.so free 0x557173590840 void 0.000113
+gallium_dri.so malloc 72 0x557173590840 0.000113
+gallium_dri.so free 0x5571735909c0 void 0.000114
+gallium_dri.so free 0x557173590840 void 0.000115
+gallium_dri.so malloc 72 0x557173590840 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000114
+gallium_dri.so free 0x557173590840 void 0.000112
+gallium_dri.so malloc 72 0x557173590a30 0.000114
+gallium_dri.so free 0x557173590a80 void 0.000114
+gallium_dri.so free 0x557173590a30 void 0.000112
+gallium_dri.so malloc 72 0x557173590a30 0.000114
+gallium_dri.so free 0x557173608480 void 0.000115
+gallium_dri.so free 0x557173590a30 void 0.000112
+gallium_dri.so malloc 72 0x557173608480 0.000113
+gallium_dri.so free 0x557173590b80 void 0.000114
+gallium_dri.so free 0x557173608480 void 0.000112
+gallium_dri.so malloc 72 0x557173590b30 0.000162
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173590b30 void 0.000114
+gallium_dri.so malloc 72 0x557173590b30 0.000116
+gallium_dri.so free 0x557173608600 void 0.000114
+gallium_dri.so free 0x557173590b30 void 0.000113
+gallium_dri.so malloc 72 0x5571736085b0 0.000161
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x5571736085b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086d0 0.000114
+gallium_dri.so free 0x557173608740 void 0.000115
+gallium_dri.so free 0x5571736086d0 void 0.000114
+gallium_dri.so malloc 72 0x5571736087a0 0.000115
+gallium_dri.so free 0x557173608840 void 0.000115
+gallium_dri.so free 0x5571736087a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736087f0 0.000115
+gallium_dri.so free 0x557173469380 void 0.000116
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736087f0 0.000115
+gallium_dri.so free 0x557173469440 void 0.000116
+gallium_dri.so free 0x5571736087f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734693f0 0.000115
+gallium_dri.so free 0x5571734694c0 void 0.000120
+gallium_dri.so free 0x5571734693f0 void 0.000114
+gallium_dri.so malloc 72 0x557173469510 0.000113
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x557173469510 void 0.000114
+gallium_dri.so malloc 72 0x5571734695a0 0.000124
+gallium_dri.so free 0x557173469640 void 0.000114
+gallium_dri.so free 0x5571734695a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x5571734696c0 void 0.000114
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734696c0 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x5571734696c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591200 0.000114
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591200 void 0.000113
+gallium_dri.so malloc 72 0x557173591280 0.000113
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so malloc 72 0x557173591280 0.000112
+gallium_dri.so free 0x5571735913c0 void 0.000113
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so malloc 72 0x5571735913f0 0.000112
+gallium_dri.so free 0x557173591440 void 0.000114
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735913f0 0.000113
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x5571735913f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914f0 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x5571735914f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ec0 0.000122
+gallium_dri.so free 0x557173608f40 void 0.000116
+gallium_dri.so free 0x557173608ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ec0 0.000113
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so free 0x557173608ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ff0 0.000111
+gallium_dri.so free 0x557173609040 void 0.000114
+gallium_dri.so free 0x557173608ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ff0 0.000113
+gallium_dri.so free 0x557173609140 void 0.000115
+gallium_dri.so free 0x557173608ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571736090f0 0.000113
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x5571736090f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736091b0 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571736091b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a30 0.000114
+gallium_dri.so free 0x5571735d0a80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a30 0.000161
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c40 0.000112
+gallium_dri.so free 0x557173609240 void 0.000118
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d70 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000116
+gallium_dri.so free 0x5571735d0d70 void 0.000114
+gallium_dri.so malloc 72 0x557173467e10 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so free 0x557173467e10 void 0.000114
+gallium_dri.so malloc 72 0x557173467ee0 0.000113
+gallium_dri.so free 0x557173467f80 void 0.000115
+gallium_dri.so free 0x557173467ee0 void 0.000114
+gallium_dri.so malloc 72 0x557173467f30 0.000113
+gallium_dri.so free 0x557173467fc0 void 0.000114
+gallium_dri.so free 0x557173467f30 void 0.000115
+gallium_dri.so malloc 72 0x557173467f30 0.000115
+gallium_dri.so free 0x557173468080 void 0.000115
+gallium_dri.so free 0x557173467f30 void 0.000113
+gallium_dri.so malloc 72 0x5571734680c0 0.000115
+gallium_dri.so free 0x557173468140 void 0.000114
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468140 0.000116
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x557173468140 void 0.000113
+gallium_dri.so malloc 72 0x557173609ea0 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so free 0x557173609ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173609ef0 0.000113
+gallium_dri.so free 0x557173609fc0 void 0.000115
+gallium_dri.so free 0x557173609ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173609fc0 0.000114
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173609fc0 0.000115
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so free 0x557173609fc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a100 0.000113
+gallium_dri.so free 0x55717360a1c0 void 0.000114
+gallium_dri.so free 0x55717360a100 void 0.000111
+gallium_dri.so malloc 72 0x55717360a100 0.000112
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x55717360a100 void 0.000112
+gallium_dri.so malloc 72 0x5571736068f0 0.000115
+gallium_dri.so free 0x557173606940 void 0.000114
+gallium_dri.so free 0x5571736068f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736068f0 0.000112
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so free 0x5571736068f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736069f0 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000125
+gallium_dri.so free 0x5571736069f0 void 0.000115
+gallium_dri.so malloc 72 0x557173606ab0 0.000116
+gallium_dri.so free 0x557173606b80 void 0.000116
+gallium_dri.so free 0x557173606ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173606ba0 0.000113
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606ba0 void 0.000166
+gallium_dri.so malloc 72 0x557173606bf0 0.000114
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so free 0x557173606bf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0c0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000114
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a140 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000116
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so malloc 72 0x55717358a140 0.000114
+gallium_dri.so free 0x55717358a280 void 0.000115
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so malloc 72 0x55717358a2b0 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so free 0x55717358a2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a2b0 0.000113
+gallium_dri.so free 0x55717358a400 void 0.000116
+gallium_dri.so free 0x55717358a2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a440 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000161
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so malloc 72 0x5571735d55d0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000115
+gallium_dri.so free 0x5571735d55d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5660 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d5660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000116
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5800 void 0.000115
+gallium_dri.so free 0x5571735d56b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5800 0.000115
+gallium_dri.so free 0x5571735d58c0 void 0.000115
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5800 0.000113
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000114
+gallium_dri.so malloc 72 0x557173463260 0.000114
+gallium_dri.so free 0x557173463300 void 0.000116
+gallium_dri.so free 0x557173463260 void 0.000114
+gallium_dri.so malloc 72 0x5571734632b0 0.000115
+gallium_dri.so free 0x557173463380 void 0.000115
+gallium_dri.so free 0x5571734632b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734632b0 0.000113
+gallium_dri.so free 0x557173463400 void 0.000123
+gallium_dri.so free 0x5571734632b0 void 0.000115
+gallium_dri.so malloc 72 0x557173463400 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so malloc 72 0x557173463400 0.000114
+gallium_dri.so free 0x557173463580 void 0.000114
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so malloc 72 0x557173463400 0.000114
+gallium_dri.so free 0x557173604300 void 0.000114
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so malloc 72 0x557173604350 0.000114
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604350 void 0.000112
+gallium_dri.so malloc 72 0x557173604400 0.000112
+gallium_dri.so free 0x557173604480 void 0.000112
+gallium_dri.so free 0x557173604400 void 0.000114
+gallium_dri.so malloc 72 0x557173604480 0.000112
+gallium_dri.so free 0x557173604540 void 0.000113
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so malloc 72 0x557173604480 0.000112
+gallium_dri.so free 0x557173463640 void 0.000161
+gallium_dri.so free 0x557173604480 void 0.000116
+gallium_dri.so malloc 72 0x5571734635f0 0.000113
+gallium_dri.so free 0x5571736045c0 void 0.000113
+gallium_dri.so free 0x5571734635f0 void 0.000113
+gallium_dri.so malloc 72 0x557173604600 0.000113
+gallium_dri.so free 0x557173604680 void 0.000113
+gallium_dri.so free 0x557173604600 void 0.000115
+gallium_dri.so malloc 72 0x557173604680 0.000112
+gallium_dri.so free 0x557173601d40 void 0.000114
+gallium_dri.so free 0x557173604680 void 0.000112
+gallium_dri.so malloc 72 0x557173601d80 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000114
+gallium_dri.so free 0x557173601d80 void 0.000112
+gallium_dri.so malloc 72 0x557173601d80 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000114
+gallium_dri.so free 0x557173601d80 void 0.000112
+gallium_dri.so malloc 72 0x557173601eb0 0.000113
+gallium_dri.so free 0x557173601f00 void 0.000115
+gallium_dri.so free 0x557173601eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173601eb0 0.000112
+gallium_dri.so free 0x557173602000 void 0.000114
+gallium_dri.so free 0x557173601eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173601fb0 0.000113
+gallium_dri.so free 0x5571736020c0 void 0.000114
+gallium_dri.so free 0x557173601fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173602070 0.000113
+gallium_dri.so free 0x55717358ec00 void 0.000113
+gallium_dri.so free 0x557173602070 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000114
+gallium_dri.so free 0x55717358ec80 void 0.000115
+gallium_dri.so free 0x55717358ec30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec30 0.000117
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ec30 void 0.000164
+gallium_dri.so malloc 72 0x55717358edc0 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so free 0x55717358edc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee40 0.000114
+gallium_dri.so free 0x557173602100 void 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee40 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee40 0.000113
+gallium_dri.so free 0x55717358efc0 void 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ef70 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717358ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717358c690 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so free 0x55717358c690 void 0.000113
+gallium_dri.so malloc 72 0x55717358c760 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c760 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000113
+gallium_dri.so free 0x55717358c840 void 0.000118
+gallium_dri.so free 0x55717358c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7b0 0.000117
+gallium_dri.so free 0x55717358c900 void 0.000114
+gallium_dri.so free 0x55717358c7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c940 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000111
+gallium_dri.so malloc 72 0x55717358c9c0 0.000111
+gallium_dri.so free 0x557173465800 void 0.000113
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so malloc 72 0x557173465820 0.000174
+gallium_dri.so free 0x5571734658c0 void 0.000124
+gallium_dri.so free 0x557173465820 void 0.000119
+gallium_dri.so malloc 72 0x557173465870 0.000113
+gallium_dri.so free 0x557173465940 void 0.000114
+gallium_dri.so free 0x557173465870 void 0.000113
+gallium_dri.so malloc 72 0x557173465940 0.000115
+gallium_dri.so free 0x557173465a00 void 0.000115
+gallium_dri.so free 0x557173465940 void 0.000113
+gallium_dri.so malloc 72 0x557173465940 0.000112
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so free 0x557173465940 void 0.000113
+gallium_dri.so malloc 72 0x557173465a80 0.000112
+gallium_dri.so free 0x557173465b40 void 0.000175
+gallium_dri.so free 0x557173465a80 void 0.000165
+gallium_dri.so malloc 72 0x557173465a80 0.000172
+gallium_dri.so free 0x5571735d2fc0 void 0.000164
+gallium_dri.so free 0x557173465a80 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000123
+gallium_dri.so free 0x5571735d3040 void 0.000141
+gallium_dri.so free 0x5571735d2ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000127
+gallium_dri.so free 0x5571735d3140 void 0.000127
+gallium_dri.so free 0x5571735d2ff0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d30f0 0.000128
+gallium_dri.so free 0x5571735d3200 void 0.000125
+gallium_dri.so free 0x5571735d30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d31b0 0.000127
+gallium_dri.so free 0x5571735d3280 void 0.000127
+gallium_dri.so free 0x5571735d31b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d32a0 0.000127
+gallium_dri.so free 0x5571735d3340 void 0.000127
+gallium_dri.so free 0x5571735d32a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d32f0 0.000127
+gallium_dri.so free 0x557173609580 void 0.000127
+gallium_dri.so free 0x5571735d32f0 void 0.000129
+gallium_dri.so malloc 72 0x557173609530 0.000127
+gallium_dri.so free 0x557173609600 void 0.000131
+gallium_dri.so free 0x557173609530 void 0.000131
+gallium_dri.so malloc 72 0x557173609650 0.000129
+gallium_dri.so free 0x5571736096c0 void 0.000128
+gallium_dri.so free 0x557173609650 void 0.000158
+gallium_dri.so malloc 72 0x5571736096e0 0.000122
+gallium_dri.so free 0x557173609780 void 0.000120
+gallium_dri.so free 0x5571736096e0 void 0.000137
+gallium_dri.so malloc 72 0x557173609730 0.000133
+gallium_dri.so free 0x557173609800 void 0.000132
+gallium_dri.so free 0x557173609730 void 0.000130
+gallium_dri.so malloc 72 0x557173609730 0.000132
+gallium_dri.so free 0x557173609900 void 0.000140
+gallium_dri.so free 0x557173609730 void 0.000132
+gallium_dri.so malloc 72 0x5571736098b0 0.000133
+gallium_dri.so free 0x557173464800 void 0.000132
+gallium_dri.so free 0x5571736098b0 void 0.000130
+gallium_dri.so malloc 72 0x557173464800 0.000130
+gallium_dri.so free 0x5571734648c0 void 0.000130
+gallium_dri.so free 0x557173464800 void 0.000131
+gallium_dri.so malloc 72 0x557173464800 0.000130
+gallium_dri.so free 0x557173464940 void 0.000131
+gallium_dri.so free 0x557173464800 void 0.000140
+gallium_dri.so malloc 72 0x557173464970 0.000161
+gallium_dri.so free 0x5571734649c0 void 0.000162
+gallium_dri.so free 0x557173464970 void 0.000161
+gallium_dri.so malloc 72 0x557173464970 0.000162
+gallium_dri.so free 0x557173464ac0 void 0.000159
+gallium_dri.so free 0x557173464970 void 0.000156
+gallium_dri.so malloc 72 0x557173464a70 0.000157
+gallium_dri.so free 0x557173464b80 void 0.000156
+gallium_dri.so free 0x557173464a70 void 0.000157
+gallium_dri.so malloc 72 0x557173464b30 0.000154
+gallium_dri.so free 0x557173464c00 void 0.000155
+gallium_dri.so free 0x557173464b30 void 0.000156
+gallium_dri.so malloc 72 0x557173464b30 0.000156
+gallium_dri.so free 0x5571735d4580 void 0.000160
+gallium_dri.so free 0x557173464b30 void 0.000156
+gallium_dri.so malloc 72 0x557173464b30 0.000160
+gallium_dri.so free 0x5571735d4640 void 0.000155
+gallium_dri.so free 0x557173464b30 void 0.000164
+gallium_dri.so malloc 72 0x5571735d45f0 0.000143
+gallium_dri.so free 0x5571735d46c0 void 0.000127
+gallium_dri.so free 0x5571735d45f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4710 0.000127
+gallium_dri.so free 0x5571735d4780 void 0.000126
+gallium_dri.so free 0x5571735d4710 void 0.000128
+gallium_dri.so malloc 72 0x5571735d47a0 0.000124
+gallium_dri.so free 0x5571735d4840 void 0.000151
+gallium_dri.so free 0x5571735d47a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d47f0 0.000128
+gallium_dri.so free 0x5571735d48c0 void 0.000129
+gallium_dri.so free 0x5571735d47f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d48c0 0.000129
+gallium_dri.so free 0x5571735d4980 void 0.000129
+gallium_dri.so free 0x5571735d48c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d48c0 0.000130
+gallium_dri.so free 0x55717358dc00 void 0.000128
+gallium_dri.so free 0x5571735d48c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dc00 0.000129
+gallium_dri.so free 0x55717358dcc0 void 0.000145
+gallium_dri.so free 0x55717358dc00 void 0.000145
+gallium_dri.so malloc 72 0x55717358dc00 0.000143
+gallium_dri.so free 0x55717358dd40 void 0.000144
+gallium_dri.so free 0x55717358dc00 void 0.000142
+gallium_dri.so malloc 72 0x55717358dd70 0.000137
+gallium_dri.so free 0x55717358ddc0 void 0.000141
+gallium_dri.so free 0x55717358dd70 void 0.000135
+gallium_dri.so malloc 72 0x55717358dd70 0.000127
+gallium_dri.so free 0x55717358dec0 void 0.000135
+gallium_dri.so free 0x55717358dd70 void 0.000148
+gallium_dri.so malloc 72 0x55717358de70 0.000139
+gallium_dri.so free 0x55717358df80 void 0.000138
+gallium_dri.so free 0x55717358de70 void 0.000135
+gallium_dri.so malloc 72 0x55717358df30 0.000128
+gallium_dri.so free 0x55717358e000 void 0.000134
+gallium_dri.so free 0x55717358df30 void 0.000138
+gallium_dri.so malloc 72 0x55717358e020 0.000138
+gallium_dri.so free 0x5571735901c0 void 0.000137
+gallium_dri.so free 0x55717358e020 void 0.000138
+gallium_dri.so malloc 72 0x55717358e020 0.000132
+gallium_dri.so free 0x557173590280 void 0.000135
+gallium_dri.so free 0x55717358e020 void 0.000138
+gallium_dri.so malloc 72 0x557173590230 0.000131
+gallium_dri.so free 0x557173590300 void 0.000128
+gallium_dri.so free 0x557173590230 void 0.000134
+gallium_dri.so malloc 72 0x557173590350 0.000138
+gallium_dri.so free 0x5571735903c0 void 0.000136
+gallium_dri.so free 0x557173590350 void 0.000137
+gallium_dri.so malloc 72 0x5571735903e0 0.000137
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so free 0x5571735903e0 void 0.000143
+gallium_dri.so malloc 72 0x557173590430 0.000134
+gallium_dri.so free 0x557173590500 void 0.000136
+gallium_dri.so free 0x557173590430 void 0.000133
+gallium_dri.so malloc 72 0x557173590430 0.000126
+gallium_dri.so free 0x557173590600 void 0.000133
+gallium_dri.so free 0x557173590430 void 0.000207
+gallium_dri.so malloc 72 0x5571735905b0 0.000175
+gallium_dri.so free 0x5571735d1fc0 void 0.000165
+gallium_dri.so free 0x5571735905b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000169
+gallium_dri.so free 0x5571735d2080 void 0.000179
+gallium_dri.so free 0x5571735d1fc0 void 0.000173
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000175
+gallium_dri.so free 0x5571735d2100 void 0.000159
+gallium_dri.so free 0x5571735d1fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2130 0.000125
+gallium_dri.so free 0x5571735d2180 void 0.000139
+gallium_dri.so free 0x5571735d2130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2130 0.000118
+gallium_dri.so free 0x5571735d2280 void 0.000130
+gallium_dri.so free 0x5571735d2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2230 0.000119
+gallium_dri.so free 0x5571735d2340 void 0.000116
+gallium_dri.so free 0x5571735d2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d22f0 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000116
+gallium_dri.so free 0x5571735d22f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d22f0 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000117
+gallium_dri.so free 0x5571735d22f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d22f0 0.000117
+gallium_dri.so free 0x55717358b700 void 0.000116
+gallium_dri.so free 0x5571735d22f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6b0 0.000115
+gallium_dri.so free 0x55717358b780 void 0.000116
+gallium_dri.so free 0x55717358b6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b7d0 0.000115
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b7d0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b860 0.000120
+gallium_dri.so free 0x55717358b900 void 0.000128
+gallium_dri.so free 0x55717358b860 void 0.000123
+gallium_dri.so malloc 72 0x55717358b8b0 0.000121
+gallium_dri.so free 0x55717358b980 void 0.000118
+gallium_dri.so free 0x55717358b8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358b980 0.000138
+gallium_dri.so free 0x55717358ba40 void 0.000126
+gallium_dri.so free 0x55717358b980 void 0.000121
+gallium_dri.so malloc 72 0x55717358b980 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so malloc 72 0x557173466dc0 0.000117
+gallium_dri.so free 0x557173466e80 void 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466dc0 0.000115
+gallium_dri.so free 0x557173466f00 void 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173466f30 0.000116
+gallium_dri.so free 0x557173466f80 void 0.000116
+gallium_dri.so free 0x557173466f30 void 0.000116
+gallium_dri.so malloc 72 0x557173466f30 0.000116
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so free 0x557173466f30 void 0.000116
+gallium_dri.so malloc 72 0x557173467030 0.000116
+gallium_dri.so free 0x557173467140 void 0.000116
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x5571734670f0 0.000115
+gallium_dri.so free 0x5571734671c0 void 0.000116
+gallium_dri.so free 0x5571734670f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671e0 0.000117
+gallium_dri.so free 0x55717360b440 void 0.000117
+gallium_dri.so free 0x5571734671e0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671e0 0.000141
+gallium_dri.so free 0x55717360b500 void 0.000148
+gallium_dri.so free 0x5571734671e0 void 0.000182
+gallium_dri.so malloc 72 0x55717360b4b0 0.000237
+gallium_dri.so free 0x55717360b580 void 0.000233
+gallium_dri.so free 0x55717360b4b0 void 0.000203
+gallium_dri.so malloc 72 0x55717360b5d0 0.000147
+gallium_dri.so free 0x55717360b640 void 0.000148
+gallium_dri.so free 0x55717360b5d0 void 0.000289
+gallium_dri.so malloc 72 0x55717360b660 0.000184
+gallium_dri.so free 0x55717360b700 void 0.000185
+gallium_dri.so free 0x55717360b660 void 0.000150
+gallium_dri.so malloc 72 0x55717360b6b0 0.000110
+gallium_dri.so free 0x55717360b780 void 0.000111
+gallium_dri.so free 0x55717360b6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360b6b0 0.000115
+gallium_dri.so free 0x55717360b880 void 0.000116
+gallium_dri.so free 0x55717360b6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b830 0.000112
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x55717360b830 void 0.000111
+gallium_dri.so malloc 72 0x557173589080 0.000139
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so malloc 72 0x557173589080 0.000112
+gallium_dri.so free 0x5571735891c0 void 0.000111
+gallium_dri.so free 0x557173589080 void 0.000111
+gallium_dri.so malloc 72 0x5571735891f0 0.000113
+gallium_dri.so free 0x557173589240 void 0.000111
+gallium_dri.so free 0x5571735891f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735891f0 0.000111
+gallium_dri.so free 0x557173589340 void 0.000110
+gallium_dri.so free 0x5571735891f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735892f0 0.000111
+gallium_dri.so free 0x557173589400 void 0.000111
+gallium_dri.so free 0x5571735892f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735893b0 0.000110
+gallium_dri.so free 0x557173589480 void 0.000109
+gallium_dri.so free 0x5571735893b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735893b0 0.000110
+gallium_dri.so free 0x557173603300 void 0.000110
+gallium_dri.so free 0x5571735893b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735893b0 0.000116
+gallium_dri.so free 0x5571736033c0 void 0.000127
+gallium_dri.so free 0x5571735893b0 void 0.000112
+gallium_dri.so malloc 72 0x557173603370 0.000112
+gallium_dri.so free 0x557173603440 void 0.000111
+gallium_dri.so free 0x557173603370 void 0.000111
+gallium_dri.so malloc 72 0x557173603490 0.000109
+gallium_dri.so free 0x557173603500 void 0.000124
+gallium_dri.so free 0x557173603490 void 0.000110
+gallium_dri.so malloc 72 0x557173603520 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000110
+gallium_dri.so free 0x557173603520 void 0.000111
+gallium_dri.so malloc 72 0x557173603570 0.000111
+gallium_dri.so free 0x557173603640 void 0.000110
+gallium_dri.so free 0x557173603570 void 0.000110
+gallium_dri.so malloc 72 0x557173603640 0.000110
+gallium_dri.so free 0x557173603700 void 0.000109
+gallium_dri.so free 0x557173603640 void 0.000112
+gallium_dri.so malloc 72 0x557173603640 0.000110
+gallium_dri.so free 0x5571736058c0 void 0.000110
+gallium_dri.so free 0x557173603640 void 0.000109
+gallium_dri.so malloc 72 0x5571736058c0 0.000109
+gallium_dri.so free 0x557173605980 void 0.000110
+gallium_dri.so free 0x5571736058c0 void 0.000110
+gallium_dri.so malloc 72 0x5571736058c0 0.000110
+gallium_dri.so free 0x557173605a00 void 0.000109
+gallium_dri.so free 0x5571736058c0 void 0.000111
+gallium_dri.so malloc 72 0x557173605a30 0.000108
+gallium_dri.so free 0x557173605a80 void 0.000116
+gallium_dri.so free 0x557173605a30 void 0.000121
+gallium_dri.so malloc 72 0x557173605a30 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000112
+gallium_dri.so free 0x557173605a30 void 0.000111
+gallium_dri.so malloc 72 0x557173605b30 0.000109
+gallium_dri.so free 0x557173605c40 void 0.000109
+gallium_dri.so free 0x557173605b30 void 0.000213
+gallium_dri.so malloc 72 0x557173605bf0 0.000270
+gallium_dri.so free 0x557173605cc0 void 0.000283
+gallium_dri.so free 0x557173605bf0 void 0.000218
+gallium_dri.so malloc 72 0x557173605ce0 0.000223
+gallium_dri.so free 0x557173607e80 void 0.000231
+gallium_dri.so free 0x557173605ce0 void 0.000222
+gallium_dri.so malloc 72 0x557173605ce0 0.000228
+gallium_dri.so free 0x557173607f40 void 0.000221
+gallium_dri.so free 0x557173605ce0 void 0.000199
+gallium_dri.so malloc 72 0x557173607ef0 0.000203
+gallium_dri.so free 0x557173607fc0 void 0.000126
+gallium_dri.so free 0x557173607ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173608010 0.000122
+gallium_dri.so free 0x557173608080 void 0.000122
+gallium_dri.so free 0x557173608010 void 0.000136
+gallium_dri.so malloc 72 0x5571736080a0 0.000122
+gallium_dri.so free 0x557173608140 void 0.000124
+gallium_dri.so free 0x5571736080a0 void 0.000123
+gallium_dri.so malloc 72 0x5571736080f0 0.000123
+gallium_dri.so free 0x5571736081c0 void 0.000123
+gallium_dri.so free 0x5571736080f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736080f0 0.000122
+gallium_dri.so free 0x5571736082c0 void 0.000121
+gallium_dri.so free 0x5571736080f0 void 0.000120
+gallium_dri.so malloc 72 0x557173608270 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000122
+gallium_dri.so free 0x557173608270 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfa00 0.000120
+gallium_dri.so free 0x5571735cfac0 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfa00 0.000121
+gallium_dri.so free 0x5571735cfb40 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000121
+gallium_dri.so free 0x5571735cfbc0 void 0.000120
+gallium_dri.so free 0x5571735cfb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfb70 0.000120
+gallium_dri.so free 0x5571735cfcc0 void 0.000122
+gallium_dri.so free 0x5571735cfb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfc70 0.000121
+gallium_dri.so free 0x5571735cfd80 void 0.000134
+gallium_dri.so free 0x5571735cfc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfd30 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000120
+gallium_dri.so free 0x5571735cfd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd30 0.000120
+gallium_dri.so free 0x5571735df940 void 0.000121
+gallium_dri.so free 0x5571735cfd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd30 0.000121
+gallium_dri.so free 0x5571735dfa00 void 0.000121
+gallium_dri.so free 0x5571735cfd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735df9b0 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000121
+gallium_dri.so free 0x5571735df9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfad0 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000120
+gallium_dri.so free 0x5571735dfad0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb60 0.000120
+gallium_dri.so free 0x5571735dfc00 void 0.000121
+gallium_dri.so free 0x5571735dfb60 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfbb0 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000158
+gallium_dri.so free 0x5571735dfbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfc80 0.000121
+gallium_dri.so free 0x5571735dfd40 void 0.000126
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfc80 0.000198
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000121
+gallium_dri.so free 0x5571735dfe80 void 0.000122
+gallium_dri.so free 0x5571735dfdc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000122
+gallium_dri.so free 0x5571735dff40 void 0.000122
+gallium_dri.so free 0x5571735dfdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000121
+gallium_dri.so free 0x5571735dfdc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dffb0 0.000122
+gallium_dri.so free 0x5571735e0080 void 0.000120
+gallium_dri.so free 0x5571735dffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e00d0 0.000122
+gallium_dri.so free 0x5571735e0140 void 0.000120
+gallium_dri.so free 0x5571735e00d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0180 0.000122
+gallium_dri.so free 0x5571735e0200 void 0.000123
+gallium_dri.so free 0x5571735e0180 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0180 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000121
+gallium_dri.so free 0x5571735e0180 void 0.000121
+gallium_dri.so malloc 72 0x5571735e02b0 0.000122
+gallium_dri.so free 0x5571735e0300 void 0.000131
+gallium_dri.so free 0x5571735e02b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e02b0 0.000121
+gallium_dri.so free 0x5571735e0400 void 0.000121
+gallium_dri.so free 0x5571735e02b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e03b0 0.000122
+gallium_dri.so free 0x5571735e04c0 void 0.000123
+gallium_dri.so free 0x5571735e03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0470 0.000122
+gallium_dri.so free 0x5571735e0500 void 0.000122
+gallium_dri.so free 0x5571735e0470 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0470 0.000121
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e0470 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0630 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000120
+gallium_dri.so free 0x5571735e0630 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0630 0.000121
+gallium_dri.so free 0x5571735e0780 void 0.000122
+gallium_dri.so free 0x5571735e0630 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0730 0.000120
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so free 0x5571735e0730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07f0 0.000121
+gallium_dri.so free 0x5571735e0880 void 0.000122
+gallium_dri.so free 0x5571735e07f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e07f0 0.000124
+gallium_dri.so free 0x5571735e0940 void 0.000122
+gallium_dri.so free 0x5571735e07f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0980 0.000120
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so free 0x5571735e0980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a00 0.000120
+gallium_dri.so free 0x5571735e0ac0 void 0.000122
+gallium_dri.so free 0x5571735e0a00 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0a00 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000121
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0ba0 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000122
+gallium_dri.so free 0x5571735e0ba0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000122
+gallium_dri.so free 0x5571735e0cc0 void 0.000122
+gallium_dri.so free 0x5571735e0bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000121
+gallium_dri.so free 0x5571735e0d40 void 0.000121
+gallium_dri.so free 0x5571735e0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0d40 0.000120
+gallium_dri.so free 0x55717360c0c0 void 0.000121
+gallium_dri.so free 0x5571735e0d40 void 0.000122
+gallium_dri.so malloc 72 0x55717360c0e0 0.000120
+gallium_dri.so free 0x55717360c180 void 0.000165
+gallium_dri.so free 0x55717360c0e0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c130 0.000122
+gallium_dri.so free 0x55717360c200 void 0.000121
+gallium_dri.so free 0x55717360c130 void 0.000120
+gallium_dri.so malloc 72 0x55717360c200 0.000120
+gallium_dri.so free 0x55717360c2c0 void 0.000120
+gallium_dri.so free 0x55717360c200 void 0.000120
+gallium_dri.so malloc 72 0x55717360c200 0.000121
+gallium_dri.so free 0x55717360c340 void 0.000122
+gallium_dri.so free 0x55717360c200 void 0.000121
+gallium_dri.so malloc 72 0x55717360c340 0.000120
+gallium_dri.so free 0x55717360c400 void 0.000121
+gallium_dri.so free 0x55717360c340 void 0.000120
+gallium_dri.so malloc 72 0x55717360c340 0.000120
+gallium_dri.so free 0x55717360c4c0 void 0.000122
+gallium_dri.so free 0x55717360c340 void 0.000121
+gallium_dri.so malloc 72 0x55717360c340 0.000121
+gallium_dri.so free 0x55717360c580 void 0.000121
+gallium_dri.so free 0x55717360c340 void 0.000121
+gallium_dri.so malloc 72 0x55717360c530 0.000120
+gallium_dri.so free 0x55717360c600 void 0.000128
+gallium_dri.so free 0x55717360c530 void 0.000137
+gallium_dri.so malloc 72 0x55717360c650 0.000122
+gallium_dri.so free 0x55717360c6c0 void 0.000122
+gallium_dri.so free 0x55717360c650 void 0.000131
+gallium_dri.so malloc 72 0x55717360c700 0.000121
+gallium_dri.so free 0x55717360c780 void 0.000122
+gallium_dri.so free 0x55717360c700 void 0.000127
+gallium_dri.so malloc 72 0x55717360c700 0.000122
+gallium_dri.so free 0x55717360c800 void 0.000121
+gallium_dri.so free 0x55717360c700 void 0.000121
+gallium_dri.so malloc 72 0x55717360c830 0.000120
+gallium_dri.so free 0x55717360c880 void 0.000122
+gallium_dri.so free 0x55717360c830 void 0.000121
+gallium_dri.so malloc 72 0x55717360c830 0.000137
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c830 void 0.000120
+gallium_dri.so malloc 72 0x55717360c930 0.000120
+gallium_dri.so free 0x55717360ca40 void 0.000122
+gallium_dri.so free 0x55717360c930 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9f0 0.000121
+gallium_dri.so free 0x55717360ca80 void 0.000121
+gallium_dri.so free 0x55717360c9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c9f0 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000120
+gallium_dri.so free 0x55717360c9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cbb0 0.000119
+gallium_dri.so free 0x55717360cc00 void 0.000120
+gallium_dri.so free 0x55717360cbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cbb0 0.000131
+gallium_dri.so free 0x55717360cd00 void 0.000121
+gallium_dri.so free 0x55717360cbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ccb0 0.000121
+gallium_dri.so free 0x55717360cdc0 void 0.000121
+gallium_dri.so free 0x55717360ccb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360ce00 void 0.000120
+gallium_dri.so free 0x55717360cd70 void 0.000121
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360cec0 void 0.000121
+gallium_dri.so free 0x55717360cd70 void 0.000121
+gallium_dri.so malloc 72 0x55717360cf00 0.000121
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so free 0x55717360cf00 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf80 0.000120
+gallium_dri.so free 0x55717360d040 void 0.000121
+gallium_dri.so free 0x55717360cf80 void 0.000119
+gallium_dri.so malloc 72 0x55717360cf80 0.000120
+gallium_dri.so free 0x55717360d100 void 0.000121
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so malloc 72 0x55717360d120 0.000120
+gallium_dri.so free 0x55717360d1c0 void 0.000123
+gallium_dri.so free 0x55717360d120 void 0.000122
+gallium_dri.so malloc 72 0x55717360d170 0.000122
+gallium_dri.so free 0x55717360d240 void 0.000122
+gallium_dri.so free 0x55717360d170 void 0.000130
+gallium_dri.so malloc 72 0x55717360d170 0.000122
+gallium_dri.so free 0x55717360d2c0 void 0.000122
+gallium_dri.so free 0x55717360d170 void 0.000120
+gallium_dri.so malloc 72 0x55717360d2c0 0.000120
+gallium_dri.so free 0x55717360d380 void 0.000120
+gallium_dri.so free 0x55717360d2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d2c0 0.000119
+gallium_dri.so free 0x55717360d440 void 0.000121
+gallium_dri.so free 0x55717360d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d2c0 0.000121
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x55717360d2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d4b0 0.000120
+gallium_dri.so free 0x55717360d5c0 void 0.000121
+gallium_dri.so free 0x55717360d4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d570 0.000120
+gallium_dri.so free 0x55717360d640 void 0.000120
+gallium_dri.so free 0x55717360d570 void 0.000120
+gallium_dri.so malloc 72 0x55717360d690 0.000122
+gallium_dri.so free 0x55717360d700 void 0.000122
+gallium_dri.so free 0x55717360d690 void 0.000122
+gallium_dri.so malloc 72 0x55717360d720 0.000120
+gallium_dri.so free 0x55717360d7c0 void 0.000122
+gallium_dri.so free 0x55717360d720 void 0.000121
+gallium_dri.so malloc 72 0x55717360d770 0.000127
+gallium_dri.so free 0x55717360d840 void 0.000123
+gallium_dri.so free 0x55717360d770 void 0.000122
+gallium_dri.so malloc 72 0x55717360d770 0.000121
+gallium_dri.so free 0x55717360d8c0 void 0.000121
+gallium_dri.so free 0x55717360d770 void 0.000121
+gallium_dri.so malloc 72 0x55717360d8c0 0.000120
+gallium_dri.so free 0x55717360d980 void 0.000119
+gallium_dri.so free 0x55717360d8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8c0 0.000120
+gallium_dri.so free 0x55717360da80 void 0.000121
+gallium_dri.so free 0x55717360d8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360da30 0.000121
+gallium_dri.so free 0x55717360dac0 void 0.000122
+gallium_dri.so free 0x55717360da30 void 0.000120
+gallium_dri.so malloc 72 0x55717360da30 0.000122
+gallium_dri.so free 0x55717360db80 void 0.000121
+gallium_dri.so free 0x55717360da30 void 0.000121
+gallium_dri.so malloc 72 0x55717360dbc0 0.000120
+gallium_dri.so free 0x55717360dc40 void 0.000120
+gallium_dri.so free 0x55717360dbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dc40 0.000126
+gallium_dri.so free 0x55717360dd00 void 0.000122
+gallium_dri.so free 0x55717360dc40 void 0.000128
+gallium_dri.so malloc 72 0x55717360dc40 0.000133
+gallium_dri.so free 0x55717360dd80 void 0.000123
+gallium_dri.so free 0x55717360dc40 void 0.000168
+gallium_dri.so malloc 72 0x55717360ddb0 0.000123
+gallium_dri.so free 0x55717360de00 void 0.000121
+gallium_dri.so free 0x55717360ddb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ddb0 0.000120
+gallium_dri.so free 0x5571735e0e80 void 0.000121
+gallium_dri.so free 0x55717360ddb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000121
+gallium_dri.so free 0x5571735e0f40 void 0.000122
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f40 0.000121
+gallium_dri.so free 0x5571735e1000 void 0.000121
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f40 0.000120
+gallium_dri.so free 0x55717360df00 void 0.000136
+gallium_dri.so free 0x5571735e0f40 void 0.000123
+gallium_dri.so malloc 72 0x55717360df30 0.000122
+gallium_dri.so free 0x5571735e1080 void 0.000121
+gallium_dri.so free 0x55717360df30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e10c0 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735e10c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1140 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1140 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so malloc 72 0x5571735e12e0 0.000122
+gallium_dri.so free 0x5571735e1380 void 0.000121
+gallium_dri.so free 0x5571735e12e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1330 0.000121
+gallium_dri.so free 0x5571735e1400 void 0.000121
+gallium_dri.so free 0x5571735e1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1330 0.000120
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so free 0x5571735e1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1480 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000122
+gallium_dri.so free 0x5571735e1480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1480 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000123
+gallium_dri.so free 0x5571735e1480 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1480 0.000120
+gallium_dri.so free 0x5571735e16c0 void 0.000121
+gallium_dri.so free 0x5571735e1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1670 0.000120
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so free 0x5571735e1670 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1730 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000170
+gallium_dri.so free 0x5571735e1730 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1850 0.000123
+gallium_dri.so free 0x5571735e18c0 void 0.000122
+gallium_dri.so free 0x5571735e1850 void 0.000121
+gallium_dri.so malloc 72 0x5571735e18e0 0.000109
+gallium_dri.so free 0x5571735e1980 void 0.000198
+gallium_dri.so free 0x5571735e18e0 void 0.000202
+gallium_dri.so malloc 72 0x5571735e1930 0.000166
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1930 0.000120
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000117
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000119
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000120
+gallium_dri.so free 0x5571735e1bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000119
+gallium_dri.so free 0x5571735e1d40 void 0.000119
+gallium_dri.so free 0x5571735e1bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1d80 0.000119
+gallium_dri.so free 0x5571735e1e00 void 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1e00 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e00 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f70 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000119
+gallium_dri.so free 0x5571735e1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f70 0.000118
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2100 0.000118
+gallium_dri.so free 0x5571735e2180 void 0.000119
+gallium_dri.so free 0x5571735e2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2180 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000120
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2180 0.000118
+gallium_dri.so free 0x5571735e22c0 void 0.000117
+gallium_dri.so free 0x5571735e2180 void 0.000118
+gallium_dri.so malloc 72 0x5571735e22f0 0.000144
+gallium_dri.so free 0x5571735e2340 void 0.000130
+gallium_dri.so free 0x5571735e22f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e22f0 0.000119
+gallium_dri.so free 0x5571735e2440 void 0.000118
+gallium_dri.so free 0x5571735e22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23f0 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e23f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e24b0 0.000117
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e24b0 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000121
+gallium_dri.so free 0x5571735e24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e24b0 0.000120
+gallium_dri.so free 0x5571735e2700 void 0.000120
+gallium_dri.so free 0x5571735e24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26b0 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000119
+gallium_dri.so free 0x5571735e26b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e27d0 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000118
+gallium_dri.so free 0x5571735e27d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2860 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so free 0x5571735e2860 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28b0 0.000188
+gallium_dri.so free 0x5571735e2980 void 0.000128
+gallium_dri.so free 0x5571735e28b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2ac0 void 0.000118
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000119
+gallium_dri.so free 0x5571735e2b80 void 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000119
+gallium_dri.so free 0x5571735e2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ac0 0.000122
+gallium_dri.so free 0x5571735e2d00 void 0.000123
+gallium_dri.so free 0x5571735e2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000120
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e80 0.000118
+gallium_dri.so free 0x5571735e2f00 void 0.000118
+gallium_dri.so free 0x5571735e2e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2e80 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735e2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000117
+gallium_dri.so free 0x5571735e3000 void 0.000117
+gallium_dri.so free 0x5571735e2fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2fb0 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000119
+gallium_dri.so free 0x5571735e2fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30b0 0.000150
+gallium_dri.so free 0x5571735e31c0 void 0.000120
+gallium_dri.so free 0x5571735e30b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3170 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3170 0.000120
+gallium_dri.so free 0x5571735e32c0 void 0.000119
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000119
+gallium_dri.so free 0x5571735e3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3330 0.000118
+gallium_dri.so free 0x5571735e3480 void 0.000119
+gallium_dri.so free 0x5571735e3330 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3430 0.000120
+gallium_dri.so free 0x5571735e3540 void 0.000130
+gallium_dri.so free 0x5571735e3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e34f0 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3680 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3700 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3700 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3700 0.000117
+gallium_dri.so free 0x5571735fc3c0 void 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000118
+gallium_dri.so free 0x5571735fc440 void 0.000118
+gallium_dri.so free 0x5571735fc3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000119
+gallium_dri.so free 0x5571735fc540 void 0.000118
+gallium_dri.so free 0x5571735fc3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc4f0 0.000217
+gallium_dri.so free 0x5571735fc600 void 0.000122
+gallium_dri.so free 0x5571735fc4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000117
+gallium_dri.so free 0x5571735fc640 void 0.000119
+gallium_dri.so free 0x5571735fc5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000118
+gallium_dri.so free 0x5571735fc700 void 0.000118
+gallium_dri.so free 0x5571735fc5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc750 0.000118
+gallium_dri.so free 0x5571735fc7c0 void 0.000117
+gallium_dri.so free 0x5571735fc750 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc800 0.000118
+gallium_dri.so free 0x5571735fc880 void 0.000118
+gallium_dri.so free 0x5571735fc800 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc880 0.000119
+gallium_dri.so free 0x5571735fc940 void 0.000119
+gallium_dri.so free 0x5571735fc880 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc880 0.000117
+gallium_dri.so free 0x5571735fc9c0 void 0.000118
+gallium_dri.so free 0x5571735fc880 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000119
+gallium_dri.so free 0x5571735fca40 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x5571735fcb40 void 0.000119
+gallium_dri.so free 0x5571735fc9f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fcaf0 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so free 0x5571735fcaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcbb0 0.000118
+gallium_dri.so free 0x5571735fcc80 void 0.000118
+gallium_dri.so free 0x5571735fcbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcca0 0.000118
+gallium_dri.so free 0x5571735fcd40 void 0.000117
+gallium_dri.so free 0x5571735fcca0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fccf0 0.000117
+gallium_dri.so free 0x5571735fcdc0 void 0.000117
+gallium_dri.so free 0x5571735fccf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fccf0 0.000119
+gallium_dri.so free 0x5571735fce40 void 0.000118
+gallium_dri.so free 0x5571735fccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce40 0.000117
+gallium_dri.so free 0x5571735fcf00 void 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fce40 0.000117
+gallium_dri.so free 0x5571735fcfc0 void 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce40 0.000118
+gallium_dri.so free 0x5571735fd080 void 0.000119
+gallium_dri.so free 0x5571735fce40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd030 0.000117
+gallium_dri.so free 0x5571735fd080 void 0.000127
+gallium_dri.so free 0x5571735fd030 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd030 0.000117
+gallium_dri.so free 0x5571735fd180 void 0.000118
+gallium_dri.so free 0x5571735fd030 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd130 0.000118
+gallium_dri.so free 0x5571735fd240 void 0.000119
+gallium_dri.so free 0x5571735fd130 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000123
+gallium_dri.so free 0x5571735fd280 void 0.000120
+gallium_dri.so free 0x5571735fd1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000118
+gallium_dri.so free 0x5571735fd340 void 0.000117
+gallium_dri.so free 0x5571735fd1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd380 0.000117
+gallium_dri.so free 0x5571735fd400 void 0.000119
+gallium_dri.so free 0x5571735fd380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd400 0.000119
+gallium_dri.so free 0x5571735fd4c0 void 0.000118
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd400 0.000118
+gallium_dri.so free 0x5571735fd580 void 0.000118
+gallium_dri.so free 0x5571735fd400 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000117
+gallium_dri.so free 0x5571735fd640 void 0.000119
+gallium_dri.so free 0x5571735fd5a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000117
+gallium_dri.so free 0x5571735fd6c0 void 0.000128
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000119
+gallium_dri.so free 0x5571735fd740 void 0.000118
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd740 0.000117
+gallium_dri.so free 0x5571735fd800 void 0.000117
+gallium_dri.so free 0x5571735fd740 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd740 0.000118
+gallium_dri.so free 0x5571735fd8c0 void 0.000119
+gallium_dri.so free 0x5571735fd740 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd740 0.000117
+gallium_dri.so free 0x5571735fd980 void 0.000118
+gallium_dri.so free 0x5571735fd740 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd930 0.000118
+gallium_dri.so free 0x5571735fda40 void 0.000120
+gallium_dri.so free 0x5571735fd930 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000118
+gallium_dri.so free 0x5571735fdac0 void 0.000118
+gallium_dri.so free 0x5571735fd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdb10 0.000117
+gallium_dri.so free 0x5571735fdb80 void 0.000117
+gallium_dri.so free 0x5571735fdb10 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdba0 0.000118
+gallium_dri.so free 0x5571735fdc40 void 0.000119
+gallium_dri.so free 0x5571735fdba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000126
+gallium_dri.so free 0x5571735fdcc0 void 0.000117
+gallium_dri.so free 0x5571735fdbf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000120
+gallium_dri.so free 0x5571735fdd40 void 0.000118
+gallium_dri.so free 0x5571735fdbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdd40 0.000117
+gallium_dri.so free 0x5571735fde00 void 0.000118
+gallium_dri.so free 0x5571735fdd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdd40 0.000118
+gallium_dri.so free 0x5571735fdf00 void 0.000118
+gallium_dri.so free 0x5571735fdd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000118
+gallium_dri.so free 0x5571735fdf40 void 0.000118
+gallium_dri.so free 0x5571735fdeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000118
+gallium_dri.so free 0x5571735fe000 void 0.000118
+gallium_dri.so free 0x5571735fdeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe040 0.000119
+gallium_dri.so free 0x5571735fe0c0 void 0.000119
+gallium_dri.so free 0x5571735fe040 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000118
+gallium_dri.so free 0x5571735fe180 void 0.000118
+gallium_dri.so free 0x5571735fe0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe0c0 0.000122
+gallium_dri.so free 0x5571735fe200 void 0.000119
+gallium_dri.so free 0x5571735fe0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000121
+gallium_dri.so free 0x5571735fe280 void 0.000126
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000117
+gallium_dri.so free 0x5571735fe380 void 0.000120
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000119
+gallium_dri.so free 0x5571735fe440 void 0.000118
+gallium_dri.so free 0x5571735fe3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe440 0.000117
+gallium_dri.so free 0x5571735fe500 void 0.000118
+gallium_dri.so free 0x5571735fe440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe440 0.000118
+gallium_dri.so free 0x5571735fe580 void 0.000117
+gallium_dri.so free 0x5571735fe440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000117
+gallium_dri.so free 0x5571735fe600 void 0.000118
+gallium_dri.so free 0x5571735fe5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe5b0 0.000120
+gallium_dri.so free 0x5571735fe700 void 0.000118
+gallium_dri.so free 0x5571735fe5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe6b0 0.000117
+gallium_dri.so free 0x5571735fe7c0 void 0.000118
+gallium_dri.so free 0x5571735fe6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe770 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000119
+gallium_dri.so free 0x5571735fe770 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe770 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe770 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe770 0.000118
+gallium_dri.so free 0x5571735fe9c0 void 0.000119
+gallium_dri.so free 0x5571735fe770 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe970 0.000118
+gallium_dri.so free 0x5571735fea40 void 0.000117
+gallium_dri.so free 0x5571735fe970 void 0.000117
+gallium_dri.so malloc 72 0x5571735fea90 0.000117
+gallium_dri.so free 0x5571735feb00 void 0.000118
+gallium_dri.so free 0x5571735fea90 void 0.000118
+gallium_dri.so malloc 72 0x5571735feb20 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735feb20 void 0.000117
+gallium_dri.so malloc 72 0x5571735feb70 0.000117
+gallium_dri.so free 0x5571735fec40 void 0.000118
+gallium_dri.so free 0x5571735feb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fec40 0.000119
+gallium_dri.so free 0x5571735fed00 void 0.000119
+gallium_dri.so free 0x5571735fec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fec40 0.000117
+gallium_dri.so free 0x5571735fed80 void 0.000118
+gallium_dri.so free 0x5571735fec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed80 0.000119
+gallium_dri.so free 0x5571735fee40 void 0.000130
+gallium_dri.so free 0x5571735fed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fed80 0.000119
+gallium_dri.so free 0x5571735fef00 void 0.000118
+gallium_dri.so free 0x5571735fed80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fed80 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000118
+gallium_dri.so free 0x5571735fed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fef70 0.000118
+gallium_dri.so free 0x5571735ff040 void 0.000117
+gallium_dri.so free 0x5571735fef70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff090 0.000117
+gallium_dri.so free 0x5571735ff100 void 0.000117
+gallium_dri.so free 0x5571735ff090 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff140 0.000120
+gallium_dri.so free 0x5571735ff1c0 void 0.000120
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff140 0.000118
+gallium_dri.so free 0x5571735ff240 void 0.000181
+gallium_dri.so free 0x5571735ff140 void 0.000215
+gallium_dri.so malloc 72 0x5571735ff270 0.000123
+gallium_dri.so free 0x5571735ff2c0 void 0.000118
+gallium_dri.so free 0x5571735ff270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff270 0.000118
+gallium_dri.so free 0x5571735ff3c0 void 0.000118
+gallium_dri.so free 0x5571735ff270 void 0.000180
+gallium_dri.so malloc 72 0x5571735ff370 0.000120
+gallium_dri.so free 0x5571735ff480 void 0.000159
+gallium_dri.so free 0x5571735ff370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff430 0.000118
+gallium_dri.so free 0x5571735ff4c0 void 0.000118
+gallium_dri.so free 0x5571735ff430 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff430 0.000118
+gallium_dri.so free 0x5571735ff580 void 0.000120
+gallium_dri.so free 0x5571735ff430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5f0 0.000118
+gallium_dri.so free 0x5571735ff640 void 0.000118
+gallium_dri.so free 0x5571735ff5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff5f0 0.000116
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so free 0x5571735ff5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571735ff6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000118
+gallium_dri.so free 0x5571735ff840 void 0.000118
+gallium_dri.so free 0x5571735ff7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000120
+gallium_dri.so free 0x5571735ff900 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff940 0.000118
+gallium_dri.so free 0x5571735ff9c0 void 0.000126
+gallium_dri.so free 0x5571735ff940 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000118
+gallium_dri.so free 0x5571735ffa80 void 0.000118
+gallium_dri.so free 0x5571735ff9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000131
+gallium_dri.so free 0x5571735ff9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffb60 0.000117
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so free 0x5571735ffb60 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000117
+gallium_dri.so free 0x5571735ffc80 void 0.000118
+gallium_dri.so free 0x5571735ffbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000117
+gallium_dri.so free 0x5571735ffd00 void 0.000118
+gallium_dri.so free 0x5571735ffbb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffd00 0.000119
+gallium_dri.so free 0x5571735ffdc0 void 0.000118
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd00 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000118
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd00 0.000117
+gallium_dri.so free 0x5571735fff40 void 0.000119
+gallium_dri.so free 0x5571735ffd00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffef0 0.000117
+gallium_dri.so free 0x557173600000 void 0.000120
+gallium_dri.so free 0x5571735ffef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fffb0 0.000118
+gallium_dri.so free 0x557173600080 void 0.000118
+gallium_dri.so free 0x5571735fffb0 void 0.000123
+gallium_dri.so malloc 72 0x5571736000d0 0.000120
+gallium_dri.so free 0x557173600140 void 0.000119
+gallium_dri.so free 0x5571736000d0 void 0.000117
+gallium_dri.so malloc 72 0x557173600160 0.000118
+gallium_dri.so free 0x557173600200 void 0.000118
+gallium_dri.so free 0x557173600160 void 0.000117
+gallium_dri.so malloc 72 0x5571736001b0 0.000116
+gallium_dri.so free 0x557173600280 void 0.000118
+gallium_dri.so free 0x5571736001b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736001b0 0.000119
+gallium_dri.so free 0x557173600300 void 0.000118
+gallium_dri.so free 0x5571736001b0 void 0.000117
+gallium_dri.so malloc 72 0x557173600300 0.000118
+gallium_dri.so free 0x5571736003c0 void 0.000119
+gallium_dri.so free 0x557173600300 void 0.000118
+gallium_dri.so malloc 72 0x557173600300 0.000118
+gallium_dri.so free 0x5571736004c0 void 0.000118
+gallium_dri.so free 0x557173600300 void 0.000118
+gallium_dri.so malloc 72 0x557173600470 0.000117
+gallium_dri.so free 0x557173600500 void 0.000118
+gallium_dri.so free 0x557173600470 void 0.000118
+gallium_dri.so malloc 72 0x557173600470 0.000168
+gallium_dri.so free 0x5571736005c0 void 0.000120
+gallium_dri.so free 0x557173600470 void 0.000118
+gallium_dri.so malloc 72 0x557173600600 0.000119
+gallium_dri.so free 0x557173600680 void 0.000119
+gallium_dri.so free 0x557173600600 void 0.000119
+gallium_dri.so malloc 72 0x557173600680 0.000118
+gallium_dri.so free 0x557173600740 void 0.000119
+gallium_dri.so free 0x557173600680 void 0.000118
+gallium_dri.so malloc 72 0x557173600680 0.000118
+gallium_dri.so free 0x5571736007c0 void 0.000117
+gallium_dri.so free 0x557173600680 void 0.000118
+gallium_dri.so malloc 72 0x5571736007f0 0.000118
+gallium_dri.so free 0x557173600840 void 0.000117
+gallium_dri.so free 0x5571736007f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736007f0 0.000117
+gallium_dri.so free 0x557173600940 void 0.000118
+gallium_dri.so free 0x5571736007f0 void 0.000118
+gallium_dri.so malloc 72 0x557173600980 0.000118
+gallium_dri.so free 0x557173600a00 void 0.000119
+gallium_dri.so free 0x557173600980 void 0.000118
+gallium_dri.so malloc 72 0x557173600a00 0.000119
+gallium_dri.so free 0x557173600ac0 void 0.000119
+gallium_dri.so free 0x557173600a00 void 0.000119
+gallium_dri.so malloc 72 0x557173600a00 0.000118
+gallium_dri.so free 0x557173600b40 void 0.000117
+gallium_dri.so free 0x557173600a00 void 0.000128
+gallium_dri.so malloc 72 0x557173600b70 0.000120
+gallium_dri.so free 0x557173600bc0 void 0.000118
+gallium_dri.so free 0x557173600b70 void 0.000121
+gallium_dri.so malloc 72 0x557173600b70 0.000127
+gallium_dri.so free 0x557173600cc0 void 0.000119
+gallium_dri.so free 0x557173600b70 void 0.000119
+gallium_dri.so malloc 72 0x557173600c70 0.000117
+gallium_dri.so free 0x557173600d80 void 0.000119
+gallium_dri.so free 0x557173600c70 void 0.000117
+gallium_dri.so malloc 72 0x557173600d30 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000117
+gallium_dri.so free 0x557173600d30 void 0.000117
+gallium_dri.so malloc 72 0x557173600d30 0.000117
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so free 0x557173600d30 void 0.000118
+gallium_dri.so malloc 72 0x557173600d30 0.000118
+gallium_dri.so free 0x557173600f80 void 0.000119
+gallium_dri.so free 0x557173600d30 void 0.000117
+gallium_dri.so malloc 72 0x557173600f30 0.000118
+gallium_dri.so free 0x557173601000 void 0.000117
+gallium_dri.so free 0x557173600f30 void 0.000124
+gallium_dri.so malloc 72 0x557173601050 0.000119
+gallium_dri.so free 0x5571736010c0 void 0.000118
+gallium_dri.so free 0x557173601050 void 0.000118
+gallium_dri.so malloc 72 0x5571736010e0 0.000118
+gallium_dri.so free 0x557173601180 void 0.000126
+gallium_dri.so free 0x5571736010e0 void 0.000120
+gallium_dri.so malloc 72 0x557173601130 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x557173601130 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa00 0.000121
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa00 0.000119
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735daa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa00 0.000117
+gallium_dri.so free 0x5571735dac40 void 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dabf0 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad10 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000118
+gallium_dri.so free 0x5571735dad10 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadc0 0.000118
+gallium_dri.so free 0x5571735dae40 void 0.000124
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dadc0 0.000119
+gallium_dri.so free 0x5571735daec0 void 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daef0 0.000118
+gallium_dri.so free 0x5571735daf40 void 0.000118
+gallium_dri.so free 0x5571735daef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daef0 0.000118
+gallium_dri.so free 0x5571735db040 void 0.000119
+gallium_dri.so free 0x5571735daef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daff0 0.000120
+gallium_dri.so free 0x5571735db100 void 0.000119
+gallium_dri.so free 0x5571735daff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db0b0 0.000117
+gallium_dri.so free 0x5571735db140 void 0.000118
+gallium_dri.so free 0x5571735db0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db0b0 0.000118
+gallium_dri.so free 0x5571735db200 void 0.000119
+gallium_dri.so free 0x5571735db0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db270 0.000118
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000117
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000128
+gallium_dri.so free 0x5571735db480 void 0.000118
+gallium_dri.so free 0x5571735db370 void 0.000117
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x5571735db4c0 void 0.000118
+gallium_dri.so free 0x5571735db430 void 0.000119
+gallium_dri.so malloc 72 0x5571735db430 0.000118
+gallium_dri.so free 0x5571735db580 void 0.000119
+gallium_dri.so free 0x5571735db430 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5c0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000124
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db7e0 0.000118
+gallium_dri.so free 0x5571735db880 void 0.000118
+gallium_dri.so free 0x5571735db7e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db830 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so free 0x5571735db830 void 0.000117
+gallium_dri.so malloc 72 0x5571735db830 0.000118
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so free 0x5571735db830 void 0.000127
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dba40 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000156
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000119
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb70 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000118
+gallium_dri.so free 0x5571735dbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbc30 0.000119
+gallium_dri.so free 0x5571735dbd00 void 0.000119
+gallium_dri.so free 0x5571735dbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd50 0.000118
+gallium_dri.so free 0x5571735dbdc0 void 0.000117
+gallium_dri.so free 0x5571735dbd50 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbde0 0.000120
+gallium_dri.so free 0x5571735dbe80 void 0.000118
+gallium_dri.so free 0x5571735dbde0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe30 0.000119
+gallium_dri.so free 0x5571735dbf00 void 0.000118
+gallium_dri.so free 0x5571735dbe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe30 0.000118
+gallium_dri.so free 0x5571735dbf80 void 0.000131
+gallium_dri.so free 0x5571735dbe30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf80 0.000119
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf80 0.000117
+gallium_dri.so free 0x5571735dc140 void 0.000119
+gallium_dri.so free 0x5571735dbf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000119
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000117
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc280 0.000118
+gallium_dri.so free 0x5571735dc300 void 0.000138
+gallium_dri.so free 0x5571735dc280 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc300 0.000118
+gallium_dri.so free 0x5571735dc3c0 void 0.000120
+gallium_dri.so free 0x5571735dc300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc300 0.000119
+gallium_dri.so free 0x5571735dc440 void 0.000117
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc470 0.000117
+gallium_dri.so free 0x5571735dc4c0 void 0.000117
+gallium_dri.so free 0x5571735dc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc470 0.000127
+gallium_dri.so free 0x5571735dc5c0 void 0.000124
+gallium_dri.so free 0x5571735dc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc600 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000117
+gallium_dri.so free 0x5571735dc600 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc680 0.000117
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so free 0x5571735dc680 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc680 0.000117
+gallium_dri.so free 0x5571735dc7c0 void 0.000118
+gallium_dri.so free 0x5571735dc680 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000117
+gallium_dri.so free 0x5571735dc840 void 0.000118
+gallium_dri.so free 0x5571735dc7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000255
+gallium_dri.so free 0x5571735dc940 void 0.000179
+gallium_dri.so free 0x5571735dc7f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000118
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so free 0x5571735dc8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so free 0x5571735dc9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000119
+gallium_dri.so free 0x5571735dcb40 void 0.000165
+gallium_dri.so free 0x5571735dc9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000110
+gallium_dri.so free 0x5571735dcc00 void 0.000110
+gallium_dri.so free 0x5571735dc9b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000109
+gallium_dri.so free 0x5571735dcc80 void 0.000109
+gallium_dri.so free 0x5571735dcbb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dccd0 0.000112
+gallium_dri.so free 0x5571735dcd40 void 0.000110
+gallium_dri.so free 0x5571735dccd0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcd60 0.000111
+gallium_dri.so free 0x5571735dce00 void 0.000110
+gallium_dri.so free 0x5571735dcd60 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000111
+gallium_dri.so free 0x5571735dcdb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dce80 0.000110
+gallium_dri.so free 0x5571735dcf40 void 0.000110
+gallium_dri.so free 0x5571735dce80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dce80 0.000109
+gallium_dri.so free 0x5571735dcfc0 void 0.000116
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000118
+gallium_dri.so free 0x5571735dd080 void 0.000112
+gallium_dri.so free 0x5571735dcfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000110
+gallium_dri.so free 0x5571735dd140 void 0.000131
+gallium_dri.so free 0x5571735dcfc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000124
+gallium_dri.so free 0x5571735dd200 void 0.000125
+gallium_dri.so free 0x5571735dcfc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000141
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so free 0x5571735dd2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000115
+gallium_dri.so free 0x5571735dd500 void 0.000116
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so free 0x5571735dd5b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd670 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000115
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd670 0.000115
+gallium_dri.so free 0x5571735dd7c0 void 0.000116
+gallium_dri.so free 0x5571735dd670 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd830 0.000112
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd830 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000115
+gallium_dri.so free 0x5571735dd830 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000112
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000113
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000130
+gallium_dri.so free 0x5571735ddb40 void 0.000127
+gallium_dri.so free 0x5571735dd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb80 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc00 0.000117
+gallium_dri.so free 0x5571735ddd80 void 0.000112
+gallium_dri.so free 0x5571735ddc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddda0 0.000117
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735ddda0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dddf0 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000110
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so free 0x5571735dddf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddf40 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000136
+gallium_dri.so free 0x5571735ddf40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddf40 0.000121
+gallium_dri.so free 0x5571735de180 void 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000116
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1f0 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000127
+gallium_dri.so free 0x5571735de1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de310 0.000157
+gallium_dri.so free 0x5571735de380 void 0.000122
+gallium_dri.so free 0x5571735de310 void 0.000122
+gallium_dri.so malloc 72 0x5571735de3a0 0.000119
+gallium_dri.so free 0x5571735de440 void 0.000121
+gallium_dri.so free 0x5571735de3a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de3f0 0.000124
+gallium_dri.so free 0x5571735de4c0 void 0.000123
+gallium_dri.so free 0x5571735de3f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de3f0 0.000125
+gallium_dri.so free 0x5571735de540 void 0.000124
+gallium_dri.so free 0x5571735de3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de540 0.000124
+gallium_dri.so free 0x5571735de600 void 0.000123
+gallium_dri.so free 0x5571735de540 void 0.000124
+gallium_dri.so malloc 72 0x5571735de540 0.000124
+gallium_dri.so free 0x5571735de700 void 0.000125
+gallium_dri.so free 0x5571735de540 void 0.000123
+gallium_dri.so malloc 72 0x5571735de6b0 0.000130
+gallium_dri.so free 0x5571735de740 void 0.000123
+gallium_dri.so free 0x5571735de6b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de6b0 0.000124
+gallium_dri.so free 0x5571735de800 void 0.000124
+gallium_dri.so free 0x5571735de6b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735de840 0.000126
+gallium_dri.so free 0x5571735de8c0 void 0.000124
+gallium_dri.so free 0x5571735de840 void 0.000155
+gallium_dri.so malloc 72 0x5571735de8c0 0.000123
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de8c0 0.000114
+gallium_dri.so free 0x5571735dea00 void 0.000115
+gallium_dri.so free 0x5571735de8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea30 0.000119
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dea30 0.000124
+gallium_dri.so free 0x5571735deb80 void 0.000123
+gallium_dri.so free 0x5571735dea30 void 0.000123
+gallium_dri.so malloc 72 0x5571735debc0 0.000174
+gallium_dri.so free 0x5571735dec40 void 0.000125
+gallium_dri.so free 0x5571735debc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dec40 0.000118
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec40 0.000122
+gallium_dri.so free 0x5571735ded80 void 0.000122
+gallium_dri.so free 0x5571735dec40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dedb0 0.000122
+gallium_dri.so free 0x5571735dee00 void 0.000124
+gallium_dri.so free 0x5571735dedb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dedb0 0.000122
+gallium_dri.so free 0x5571735def00 void 0.000129
+gallium_dri.so free 0x5571735dedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000119
+gallium_dri.so free 0x5571735deeb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735def70 0.000119
+gallium_dri.so free 0x5571735df040 void 0.000124
+gallium_dri.so free 0x5571735def70 void 0.000119
+gallium_dri.so malloc 72 0x5571735def70 0.000122
+gallium_dri.so free 0x5571735df100 void 0.000133
+gallium_dri.so free 0x5571735def70 void 0.000125
+gallium_dri.so malloc 72 0x5571735def70 0.000122
+gallium_dri.so free 0x5571735df1c0 void 0.000128
+gallium_dri.so free 0x5571735def70 void 0.000121
+gallium_dri.so malloc 72 0x5571735df170 0.000124
+gallium_dri.so free 0x5571735df240 void 0.000129
+gallium_dri.so free 0x5571735df170 void 0.000124
+gallium_dri.so malloc 72 0x5571735df290 0.000120
+gallium_dri.so free 0x5571735df300 void 0.000126
+gallium_dri.so free 0x5571735df290 void 0.000125
+gallium_dri.so malloc 72 0x5571735df320 0.000119
+gallium_dri.so free 0x5571735df3c0 void 0.000121
+gallium_dri.so free 0x5571735df320 void 0.000124
+gallium_dri.so malloc 72 0x5571735df370 0.000129
+gallium_dri.so free 0x5571735df440 void 0.000130
+gallium_dri.so free 0x5571735df370 void 0.000130
+gallium_dri.so malloc 72 0x5571735df440 0.000129
+gallium_dri.so free 0x5571735df500 void 0.000124
+gallium_dri.so free 0x5571735df440 void 0.000118
+gallium_dri.so malloc 72 0x5571735df440 0.000124
+gallium_dri.so free 0x5571735df580 void 0.000124
+gallium_dri.so free 0x5571735df440 void 0.000132
+gallium_dri.so malloc 72 0x5571735df580 0.000125
+gallium_dri.so free 0x5571735df640 void 0.000128
+gallium_dri.so free 0x5571735df580 void 0.000129
+gallium_dri.so malloc 72 0x5571735df580 0.000129
+gallium_dri.so free 0x5571735df700 void 0.000130
+gallium_dri.so free 0x5571735df580 void 0.000129
+gallium_dri.so malloc 72 0x5571735df580 0.000127
+gallium_dri.so free 0x5571735df7c0 void 0.000129
+gallium_dri.so free 0x5571735df580 void 0.000130
+gallium_dri.so malloc 72 0x5571735df770 0.000125
+gallium_dri.so free 0x557173469a00 void 0.000121
+gallium_dri.so free 0x5571735df770 void 0.000123
+gallium_dri.so malloc 72 0x557173469a00 0.000128
+gallium_dri.so free 0x5571735df840 void 0.000123
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735df880 0.000119
+gallium_dri.so free 0x557173469ac0 void 0.000125
+gallium_dri.so free 0x5571735df880 void 0.000124
+gallium_dri.so malloc 72 0x5571735df880 0.000125
+gallium_dri.so free 0x557173469b40 void 0.000125
+gallium_dri.so free 0x5571735df880 void 0.000119
+gallium_dri.so malloc 72 0x557173469b70 0.000171
+gallium_dri.so free 0x557173469bc0 void 0.000128
+gallium_dri.so free 0x557173469b70 void 0.000131
+gallium_dri.so malloc 72 0x557173469b70 0.000130
+gallium_dri.so free 0x557173469cc0 void 0.000132
+gallium_dri.so free 0x557173469b70 void 0.000132
+gallium_dri.so malloc 72 0x557173469c70 0.000173
+gallium_dri.so free 0x557173469d80 void 0.000133
+gallium_dri.so free 0x557173469c70 void 0.000130
+gallium_dri.so malloc 72 0x557173469d30 0.000126
+gallium_dri.so free 0x557173469dc0 void 0.000123
+gallium_dri.so free 0x557173469d30 void 0.000126
+gallium_dri.so malloc 72 0x557173469d30 0.000132
+gallium_dri.so free 0x557173469e80 void 0.000125
+gallium_dri.so free 0x557173469d30 void 0.000126
+gallium_dri.so malloc 72 0x557173469ef0 0.000129
+gallium_dri.so free 0x557173469f40 void 0.000128
+gallium_dri.so free 0x557173469ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173469ef0 0.000126
+gallium_dri.so free 0x55717346a040 void 0.000123
+gallium_dri.so free 0x557173469ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173469ff0 0.000133
+gallium_dri.so free 0x55717346a100 void 0.000130
+gallium_dri.so free 0x557173469ff0 void 0.000129
+gallium_dri.so malloc 72 0x55717346a0b0 0.000124
+gallium_dri.so free 0x55717346a140 void 0.000121
+gallium_dri.so free 0x55717346a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0b0 0.000125
+gallium_dri.so free 0x55717346a200 void 0.000125
+gallium_dri.so free 0x55717346a0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346a240 0.000128
+gallium_dri.so free 0x55717346a2c0 void 0.000129
+gallium_dri.so free 0x55717346a240 void 0.000128
+gallium_dri.so malloc 72 0x55717346a2c0 0.000172
+gallium_dri.so free 0x55717346a380 void 0.000165
+gallium_dri.so free 0x55717346a2c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346a2c0 0.000181
+gallium_dri.so free 0x55717346a440 void 0.000171
+gallium_dri.so free 0x55717346a2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a460 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000119
+gallium_dri.so free 0x55717346a460 void 0.000222
+gallium_dri.so malloc 72 0x55717346a4b0 0.000339
+gallium_dri.so free 0x55717346a580 void 0.000328
+gallium_dri.so free 0x55717346a4b0 void 0.000280
+gallium_dri.so malloc 72 0x55717346a4b0 0.000294
+gallium_dri.so free 0x55717346a600 void 0.000282
+gallium_dri.so free 0x55717346a4b0 void 0.000278
+gallium_dri.so malloc 72 0x55717346a600 0.000284
+gallium_dri.so free 0x55717346a6c0 void 0.000277
+gallium_dri.so free 0x55717346a600 void 0.000163
+gallium_dri.so malloc 72 0x55717346a600 0.000166
+gallium_dri.so free 0x55717346a780 void 0.000130
+gallium_dri.so free 0x55717346a600 void 0.000131
+gallium_dri.so malloc 72 0x55717346a600 0.000130
+gallium_dri.so free 0x55717346a840 void 0.000176
+gallium_dri.so free 0x55717346a600 void 0.000130
+gallium_dri.so malloc 72 0x55717346a7f0 0.000129
+gallium_dri.so free 0x55717346a900 void 0.000130
+gallium_dri.so free 0x55717346a7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a8b0 0.000125
+gallium_dri.so free 0x55717346a980 void 0.000124
+gallium_dri.so free 0x55717346a8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a9d0 0.000133
+gallium_dri.so free 0x55717346aa40 void 0.000129
+gallium_dri.so free 0x55717346a9d0 void 0.000126
+gallium_dri.so malloc 72 0x55717346aa60 0.000120
+gallium_dri.so free 0x55717346ab00 void 0.000126
+gallium_dri.so free 0x55717346aa60 void 0.000125
+gallium_dri.so malloc 72 0x55717346aab0 0.000121
+gallium_dri.so free 0x55717346ab80 void 0.000121
+gallium_dri.so free 0x55717346aab0 void 0.000125
+gallium_dri.so malloc 72 0x55717346aab0 0.000128
+gallium_dri.so free 0x55717346ac00 void 0.000130
+gallium_dri.so free 0x55717346aab0 void 0.000129
+gallium_dri.so malloc 72 0x55717346ac00 0.000129
+gallium_dri.so free 0x55717346acc0 void 0.000131
+gallium_dri.so free 0x55717346ac00 void 0.000130
+gallium_dri.so malloc 72 0x55717346ac00 0.000134
+gallium_dri.so free 0x55717346adc0 void 0.000199
+gallium_dri.so free 0x55717346ac00 void 0.000180
+gallium_dri.so malloc 72 0x55717346ad70 0.000225
+gallium_dri.so free 0x55717346ae00 void 0.000130
+gallium_dri.so free 0x55717346ad70 void 0.000146
+gallium_dri.so malloc 72 0x55717346ad70 0.000130
+gallium_dri.so free 0x55717346aec0 void 0.000128
+gallium_dri.so free 0x55717346ad70 void 0.000129
+gallium_dri.so malloc 72 0x55717346af00 0.000129
+gallium_dri.so free 0x55717346af80 void 0.000126
+gallium_dri.so free 0x55717346af00 void 0.000119
+gallium_dri.so malloc 72 0x55717346af80 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000125
+gallium_dri.so free 0x55717346af80 void 0.000129
+gallium_dri.so malloc 72 0x55717346af80 0.000131
+gallium_dri.so free 0x55717346b0c0 void 0.000128
+gallium_dri.so free 0x55717346af80 void 0.000130
+gallium_dri.so malloc 72 0x55717346b0f0 0.000188
+gallium_dri.so free 0x55717346b140 void 0.000240
+gallium_dri.so free 0x55717346b0f0 void 0.000277
+gallium_dri.so malloc 72 0x55717346b0f0 0.000278
+gallium_dri.so free 0x55717346b240 void 0.000169
+gallium_dri.so free 0x55717346b0f0 void 0.000164
+gallium_dri.so malloc 72 0x55717346b280 0.000161
+gallium_dri.so free 0x55717346b300 void 0.000131
+gallium_dri.so free 0x55717346b280 void 0.000130
+gallium_dri.so malloc 72 0x55717346b300 0.000126
+gallium_dri.so free 0x55717346b3c0 void 0.000122
+gallium_dri.so free 0x55717346b300 void 0.000124
+gallium_dri.so malloc 72 0x55717346b300 0.000130
+gallium_dri.so free 0x55717346b440 void 0.000125
+gallium_dri.so free 0x55717346b300 void 0.000125
+gallium_dri.so malloc 72 0x55717346b470 0.000130
+gallium_dri.so free 0x55717346b4c0 void 0.000129
+gallium_dri.so free 0x55717346b470 void 0.000131
+gallium_dri.so malloc 72 0x55717346b470 0.000124
+gallium_dri.so free 0x55717346b5c0 void 0.000132
+gallium_dri.so free 0x55717346b470 void 0.000129
+gallium_dri.so malloc 72 0x55717346b570 0.000125
+gallium_dri.so free 0x55717346b680 void 0.000121
+gallium_dri.so free 0x55717346b570 void 0.000127
+gallium_dri.so malloc 72 0x55717346b630 0.000131
+gallium_dri.so free 0x55717346b700 void 0.000124
+gallium_dri.so free 0x55717346b630 void 0.000125
+gallium_dri.so malloc 72 0x55717346b630 0.000124
+gallium_dri.so free 0x55717346b7c0 void 0.000126
+gallium_dri.so free 0x55717346b630 void 0.000130
+gallium_dri.so malloc 72 0x55717346b630 0.000129
+gallium_dri.so free 0x55717346b880 void 0.000124
+gallium_dri.so free 0x55717346b630 void 0.000118
+gallium_dri.so malloc 72 0x55717346b830 0.000126
+gallium_dri.so free 0x55717346b900 void 0.000123
+gallium_dri.so free 0x55717346b830 void 0.000124
+gallium_dri.so malloc 72 0x55717346b950 0.000130
+gallium_dri.so free 0x55717346b9c0 void 0.000123
+gallium_dri.so free 0x55717346b950 void 0.000124
+gallium_dri.so malloc 72 0x55717346b9e0 0.000129
+gallium_dri.so free 0x55717346ba80 void 0.000162
+gallium_dri.so free 0x55717346b9e0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ba30 0.000130
+gallium_dri.so free 0x55717346bb00 void 0.000130
+gallium_dri.so free 0x55717346ba30 void 0.000125
+gallium_dri.so malloc 72 0x55717346bb00 0.000124
+gallium_dri.so free 0x55717346bbc0 void 0.000126
+gallium_dri.so free 0x55717346bb00 void 0.000126
+gallium_dri.so malloc 72 0x55717346bb00 0.000120
+gallium_dri.so free 0x55717346bc40 void 0.000120
+gallium_dri.so free 0x55717346bb00 void 0.000120
+gallium_dri.so malloc 72 0x55717346bc40 0.000124
+gallium_dri.so free 0x55717346bd00 void 0.000130
+gallium_dri.so free 0x55717346bc40 void 0.000130
+gallium_dri.so malloc 72 0x55717346bc40 0.000130
+gallium_dri.so free 0x55717346bdc0 void 0.000125
+gallium_dri.so free 0x55717346bc40 void 0.000121
+gallium_dri.so malloc 72 0x55717346bc40 0.000126
+gallium_dri.so free 0x55717346be80 void 0.000129
+gallium_dri.so free 0x55717346bc40 void 0.000132
+gallium_dri.so malloc 72 0x55717346be30 0.000129
+gallium_dri.so free 0x55717346bf00 void 0.000257
+gallium_dri.so free 0x55717346be30 void 0.000225
+gallium_dri.so malloc 72 0x55717346bf50 0.000202
+gallium_dri.so free 0x55717346bfc0 void 0.000241
+gallium_dri.so free 0x55717346bf50 void 0.000132
+gallium_dri.so malloc 72 0x55717346c000 0.000129
+gallium_dri.so free 0x55717346c080 void 0.000125
+gallium_dri.so free 0x55717346c000 void 0.000121
+gallium_dri.so malloc 72 0x55717346c000 0.000163
+gallium_dri.so free 0x55717346c100 void 0.000131
+gallium_dri.so free 0x55717346c000 void 0.000132
+gallium_dri.so malloc 72 0x55717346c130 0.000126
+gallium_dri.so free 0x55717346c180 void 0.000126
+gallium_dri.so free 0x55717346c130 void 0.000127
+gallium_dri.so malloc 72 0x55717346c130 0.000126
+gallium_dri.so free 0x55717346c280 void 0.000123
+gallium_dri.so free 0x55717346c130 void 0.000125
+gallium_dri.so malloc 72 0x55717346c230 0.000125
+gallium_dri.so free 0x55717346c340 void 0.000123
+gallium_dri.so free 0x55717346c230 void 0.000121
+gallium_dri.so malloc 72 0x55717346c2f0 0.000127
+gallium_dri.so free 0x55717346c380 void 0.000140
+gallium_dri.so free 0x55717346c2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c2f0 0.000129
+gallium_dri.so free 0x55717346c440 void 0.000131
+gallium_dri.so free 0x55717346c2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c4b0 0.000125
+gallium_dri.so free 0x55717346c500 void 0.000121
+gallium_dri.so free 0x55717346c4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c4b0 0.000129
+gallium_dri.so free 0x55717346c600 void 0.000129
+gallium_dri.so free 0x55717346c4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c5b0 0.000128
+gallium_dri.so free 0x55717346c6c0 void 0.000129
+gallium_dri.so free 0x55717346c5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346c670 0.000129
+gallium_dri.so free 0x55717346c700 void 0.000128
+gallium_dri.so free 0x55717346c670 void 0.000130
+gallium_dri.so malloc 72 0x55717346c670 0.000129
+gallium_dri.so free 0x55717346c7c0 void 0.000124
+gallium_dri.so free 0x55717346c670 void 0.000125
+gallium_dri.so malloc 72 0x55717346c800 0.000136
+gallium_dri.so free 0x55717346c880 void 0.000127
+gallium_dri.so free 0x55717346c800 void 0.000131
+gallium_dri.so malloc 72 0x55717346c880 0.000237
+gallium_dri.so free 0x55717346c940 void 0.000235
+gallium_dri.so free 0x55717346c880 void 0.000272
+gallium_dri.so malloc 72 0x55717346c880 0.000219
+gallium_dri.so free 0x55717346ca00 void 0.000238
+gallium_dri.so free 0x55717346c880 void 0.000221
+gallium_dri.so malloc 72 0x55717346ca20 0.000275
+gallium_dri.so free 0x55717346cac0 void 0.000277
+gallium_dri.so free 0x55717346ca20 void 0.000267
+gallium_dri.so malloc 72 0x55717346ca70 0.000274
+gallium_dri.so free 0x55717346cb40 void 0.000283
+gallium_dri.so free 0x55717346ca70 void 0.000324
+gallium_dri.so malloc 72 0x55717346ca70 0.000273
+gallium_dri.so free 0x55717346cbc0 void 0.000289
+gallium_dri.so free 0x55717346ca70 void 0.000244
+gallium_dri.so malloc 72 0x55717346cbc0 0.000289
+gallium_dri.so free 0x55717346cc80 void 0.000176
+gallium_dri.so free 0x55717346cbc0 void 0.000138
+gallium_dri.so malloc 72 0x55717346cbc0 0.000168
+gallium_dri.so free 0x55717346cd40 void 0.000137
+gallium_dri.so free 0x55717346cbc0 void 0.000138
+gallium_dri.so malloc 72 0x55717346cbc0 0.000133
+gallium_dri.so free 0x55717346ce00 void 0.000128
+gallium_dri.so free 0x55717346cbc0 void 0.000132
+gallium_dri.so malloc 72 0x55717346cdb0 0.000139
+gallium_dri.so free 0x55717346cec0 void 0.000137
+gallium_dri.so free 0x55717346cdb0 void 0.000138
+gallium_dri.so malloc 72 0x55717346ce70 0.000146
+gallium_dri.so free 0x55717346cf40 void 0.000138
+gallium_dri.so free 0x55717346ce70 void 0.000137
+gallium_dri.so malloc 72 0x55717346cf90 0.000136
+gallium_dri.so free 0x55717346d000 void 0.000132
+gallium_dri.so free 0x55717346cf90 void 0.000126
+gallium_dri.so malloc 72 0x55717346d020 0.000132
+gallium_dri.so free 0x55717346d0c0 void 0.000136
+gallium_dri.so free 0x55717346d020 void 0.000131
+gallium_dri.so malloc 72 0x55717346d070 0.000128
+gallium_dri.so free 0x55717346d140 void 0.000161
+gallium_dri.so free 0x55717346d070 void 0.000138
+gallium_dri.so malloc 72 0x55717346d070 0.000136
+gallium_dri.so free 0x55717346d1c0 void 0.000136
+gallium_dri.so free 0x55717346d070 void 0.000136
+gallium_dri.so malloc 72 0x55717346d1c0 0.000137
+gallium_dri.so free 0x55717346d280 void 0.000135
+gallium_dri.so free 0x55717346d1c0 void 0.000137
+gallium_dri.so malloc 72 0x55717346d1c0 0.000139
+gallium_dri.so free 0x55717346d380 void 0.000135
+gallium_dri.so free 0x55717346d1c0 void 0.000149
+gallium_dri.so malloc 72 0x55717346d330 0.000138
+gallium_dri.so free 0x55717346d3c0 void 0.000138
+gallium_dri.so free 0x55717346d330 void 0.000137
+gallium_dri.so malloc 72 0x55717346d330 0.000136
+gallium_dri.so free 0x55717346d480 void 0.000229
+gallium_dri.so free 0x55717346d330 void 0.000231
+gallium_dri.so malloc 72 0x55717346d4c0 0.000208
+gallium_dri.so free 0x55717346d540 void 0.000249
+gallium_dri.so free 0x55717346d4c0 void 0.000229
+gallium_dri.so malloc 72 0x55717346d540 0.000246
+gallium_dri.so free 0x55717346d600 void 0.000209
+gallium_dri.so free 0x55717346d540 void 0.000185
+gallium_dri.so malloc 72 0x55717346d540 0.000228
+gallium_dri.so free 0x55717346d680 void 0.000282
+gallium_dri.so free 0x55717346d540 void 0.000271
+gallium_dri.so malloc 72 0x55717346d6b0 0.000147
+gallium_dri.so free 0x55717346d700 void 0.000180
+gallium_dri.so free 0x55717346d6b0 void 0.000148
+gallium_dri.so malloc 72 0x55717346d6b0 0.000146
+gallium_dri.so free 0x55717346d800 void 0.000147
+gallium_dri.so free 0x55717346d6b0 void 0.000146
+gallium_dri.so malloc 72 0x55717346d840 0.000150
+gallium_dri.so free 0x55717346d8c0 void 0.000144
+gallium_dri.so free 0x55717346d840 void 0.000147
+gallium_dri.so malloc 72 0x55717346d8c0 0.000146
+gallium_dri.so free 0x55717346d980 void 0.000147
+gallium_dri.so free 0x55717346d8c0 void 0.000144
+gallium_dri.so malloc 72 0x55717346d8c0 0.000143
+gallium_dri.so free 0x55717346da00 void 0.000146
+gallium_dri.so free 0x55717346d8c0 void 0.000143
+gallium_dri.so malloc 72 0x55717346da30 0.000135
+gallium_dri.so free 0x55717346da80 void 0.000142
+gallium_dri.so free 0x55717346da30 void 0.000146
+gallium_dri.so malloc 72 0x55717346da30 0.000142
+gallium_dri.so free 0x55717346db80 void 0.000143
+gallium_dri.so free 0x55717346da30 void 0.000137
+gallium_dri.so malloc 72 0x55717346db30 0.000135
+gallium_dri.so free 0x55717346dc40 void 0.000140
+gallium_dri.so free 0x55717346db30 void 0.000141
+gallium_dri.so malloc 72 0x55717346dbf0 0.000143
+gallium_dri.so free 0x55717346dcc0 void 0.000140
+gallium_dri.so free 0x55717346dbf0 void 0.000141
+gallium_dri.so malloc 72 0x55717346dbf0 0.000139
+gallium_dri.so free 0x55717346dd80 void 0.000143
+gallium_dri.so free 0x55717346dbf0 void 0.000142
+gallium_dri.so malloc 72 0x55717346dbf0 0.000143
+gallium_dri.so free 0x55717346de40 void 0.000144
+gallium_dri.so free 0x55717346dbf0 void 0.000143
+gallium_dri.so malloc 72 0x55717346ddf0 0.000138
+gallium_dri.so free 0x55717346dec0 void 0.000141
+gallium_dri.so free 0x55717346ddf0 void 0.000138
+gallium_dri.so malloc 72 0x55717346df10 0.000139
+gallium_dri.so free 0x55717346df80 void 0.000203
+gallium_dri.so free 0x55717346df10 void 0.000200
+gallium_dri.so malloc 72 0x55717346dfa0 0.000198
+gallium_dri.so free 0x55717346e040 void 0.000187
+gallium_dri.so free 0x55717346dfa0 void 0.000187
+gallium_dri.so malloc 72 0x55717346dff0 0.000198
+gallium_dri.so free 0x55717346e0c0 void 0.000197
+gallium_dri.so free 0x55717346dff0 void 0.000202
+gallium_dri.so malloc 72 0x55717346e0c0 0.000187
+gallium_dri.so free 0x55717346e180 void 0.000179
+gallium_dri.so free 0x55717346e0c0 void 0.000231
+gallium_dri.so malloc 72 0x55717346e0c0 0.000231
+gallium_dri.so free 0x55717346e200 void 0.000181
+gallium_dri.so free 0x55717346e0c0 void 0.000148
+gallium_dri.so malloc 72 0x55717346e200 0.000145
+gallium_dri.so free 0x55717346e2c0 void 0.000148
+gallium_dri.so free 0x55717346e200 void 0.000145
+gallium_dri.so malloc 72 0x55717346e200 0.000160
+gallium_dri.so free 0x55717346e380 void 0.000159
+gallium_dri.so free 0x55717346e200 void 0.000175
+gallium_dri.so malloc 72 0x55717346e200 0.000136
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e200 void 0.000126
+gallium_dri.so malloc 72 0x55717346e3f0 0.000119
+gallium_dri.so free 0x55717346e4c0 void 0.000130
+gallium_dri.so free 0x55717346e3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e510 0.000129
+gallium_dri.so free 0x55717346e580 void 0.000130
+gallium_dri.so free 0x55717346e510 void 0.000129
+gallium_dri.so malloc 72 0x55717346e5c0 0.000131
+gallium_dri.so free 0x55717346e640 void 0.000130
+gallium_dri.so free 0x55717346e5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e5c0 0.000132
+gallium_dri.so free 0x55717346e6c0 void 0.000143
+gallium_dri.so free 0x55717346e5c0 void 0.000133
+gallium_dri.so malloc 72 0x55717346e6f0 0.000130
+gallium_dri.so free 0x55717346e740 void 0.000130
+gallium_dri.so free 0x55717346e6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e6f0 0.000128
+gallium_dri.so free 0x55717346e840 void 0.000129
+gallium_dri.so free 0x55717346e6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e7f0 0.000124
+gallium_dri.so free 0x55717346e900 void 0.000127
+gallium_dri.so free 0x55717346e7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e8b0 0.000125
+gallium_dri.so free 0x55717346e940 void 0.000122
+gallium_dri.so free 0x55717346e8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e8b0 0.000124
+gallium_dri.so free 0x5571735bfdc0 void 0.000122
+gallium_dri.so free 0x55717346e8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e8b0 0.000119
+gallium_dri.so free 0x5571735bfec0 void 0.000120
+gallium_dri.so free 0x55717346e8b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe70 0.000129
+gallium_dri.so free 0x5571735bff40 void 0.000139
+gallium_dri.so free 0x5571735bfe70 void 0.000133
+gallium_dri.so malloc 72 0x5571735bff90 0.000130
+gallium_dri.so free 0x5571735c0000 void 0.000133
+gallium_dri.so free 0x5571735bff90 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0020 0.000126
+gallium_dri.so free 0x5571735c00c0 void 0.000129
+gallium_dri.so free 0x5571735c0020 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0070 0.000120
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0070 0.000123
+gallium_dri.so free 0x5571735c01c0 void 0.000130
+gallium_dri.so free 0x5571735c0070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c01c0 0.000126
+gallium_dri.so free 0x5571735c0280 void 0.000160
+gallium_dri.so free 0x5571735c01c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c01c0 0.000236
+gallium_dri.so free 0x5571735c0380 void 0.000293
+gallium_dri.so free 0x5571735c01c0 void 0.000339
+gallium_dri.so malloc 72 0x5571735c01c0 0.000234
+gallium_dri.so free 0x5571735c0400 void 0.000167
+gallium_dri.so free 0x5571735c01c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c0430 0.000202
+gallium_dri.so free 0x5571735c0480 void 0.000207
+gallium_dri.so free 0x5571735c0430 void 0.000241
+gallium_dri.so malloc 72 0x5571735c0430 0.000239
+gallium_dri.so free 0x5571735c0580 void 0.000254
+gallium_dri.so free 0x5571735c0430 void 0.000242
+gallium_dri.so malloc 72 0x5571735c0530 0.000237
+gallium_dri.so free 0x5571735c0640 void 0.000239
+gallium_dri.so free 0x5571735c0530 void 0.000237
+gallium_dri.so malloc 72 0x5571735c05f0 0.000239
+gallium_dri.so free 0x5571735c0680 void 0.000264
+gallium_dri.so free 0x5571735c05f0 void 0.000299
+gallium_dri.so malloc 72 0x5571735c05f0 0.000268
+gallium_dri.so free 0x5571735c0740 void 0.000239
+gallium_dri.so free 0x5571735c05f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735c0790 0.000166
+gallium_dri.so free 0x5571735c0800 void 0.000273
+gallium_dri.so free 0x5571735c0790 void 0.000279
+gallium_dri.so malloc 72 0x5571735c0840 0.000328
+gallium_dri.so free 0x5571735c08c0 void 0.000254
+gallium_dri.so free 0x5571735c0840 void 0.000259
+gallium_dri.so malloc 72 0x5571735c08c0 0.000179
+gallium_dri.so free 0x5571735c0980 void 0.000241
+gallium_dri.so free 0x5571735c08c0 void 0.000304
+gallium_dri.so malloc 72 0x5571735c08c0 0.000339
+gallium_dri.so free 0x5571735c0a00 void 0.000173
+gallium_dri.so free 0x5571735c08c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c0a30 0.000165
+gallium_dri.so free 0x5571735c0a80 void 0.000130
+gallium_dri.so free 0x5571735c0a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a30 0.000137
+gallium_dri.so free 0x5571735c0b80 void 0.000137
+gallium_dri.so free 0x5571735c0a30 void 0.000140
+gallium_dri.so malloc 72 0x5571735c0b30 0.000145
+gallium_dri.so free 0x5571735c0c40 void 0.000146
+gallium_dri.so free 0x5571735c0b30 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000146
+gallium_dri.so free 0x5571735c0cc0 void 0.000253
+gallium_dri.so free 0x5571735c0bf0 void 0.000183
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000181
+gallium_dri.so free 0x5571735c0d80 void 0.000178
+gallium_dri.so free 0x5571735c0ce0 void 0.000180
+gallium_dri.so malloc 72 0x5571735c0d30 0.000178
+gallium_dri.so free 0x5571735c0e00 void 0.000146
+gallium_dri.so free 0x5571735c0d30 void 0.000147
+gallium_dri.so malloc 72 0x5571735c0d30 0.000140
+gallium_dri.so free 0x5571735c0e80 void 0.000141
+gallium_dri.so free 0x5571735c0d30 void 0.000145
+gallium_dri.so malloc 72 0x5571735c0e80 0.000146
+gallium_dri.so free 0x5571735c0f40 void 0.000144
+gallium_dri.so free 0x5571735c0e80 void 0.000140
+gallium_dri.so malloc 72 0x5571735c0e80 0.000135
+gallium_dri.so free 0x5571735c1000 void 0.000141
+gallium_dri.so free 0x5571735c0e80 void 0.000147
+gallium_dri.so malloc 72 0x5571735c0e80 0.000146
+gallium_dri.so free 0x5571735c10c0 void 0.000145
+gallium_dri.so free 0x5571735c0e80 void 0.000209
+gallium_dri.so malloc 72 0x5571735c1070 0.000146
+gallium_dri.so free 0x5571735c10c0 void 0.000147
+gallium_dri.so free 0x5571735c1070 void 0.000142
+gallium_dri.so malloc 72 0x5571735c1070 0.000161
+gallium_dri.so free 0x5571735c11c0 void 0.000165
+gallium_dri.so free 0x5571735c1070 void 0.000166
+gallium_dri.so malloc 72 0x5571735c1170 0.000166
+gallium_dri.so free 0x5571735c1280 void 0.000164
+gallium_dri.so free 0x5571735c1170 void 0.000165
+gallium_dri.so malloc 72 0x5571735c1230 0.000174
+gallium_dri.so free 0x5571735c12c0 void 0.000201
+gallium_dri.so free 0x5571735c1230 void 0.000200
+gallium_dri.so malloc 72 0x5571735c1230 0.000166
+gallium_dri.so free 0x5571735c1380 void 0.000159
+gallium_dri.so free 0x5571735c1230 void 0.000153
+gallium_dri.so malloc 72 0x5571735c13c0 0.000182
+gallium_dri.so free 0x5571735c1440 void 0.000167
+gallium_dri.so free 0x5571735c13c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c1440 0.000166
+gallium_dri.so free 0x5571735c1500 void 0.000165
+gallium_dri.so free 0x5571735c1440 void 0.000166
+gallium_dri.so malloc 72 0x5571735c1440 0.000164
+gallium_dri.so free 0x5571735c15c0 void 0.000174
+gallium_dri.so free 0x5571735c1440 void 0.000133
+gallium_dri.so malloc 72 0x5571735c15e0 0.000125
+gallium_dri.so free 0x5571735c1680 void 0.000120
+gallium_dri.so free 0x5571735c15e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1630 0.000125
+gallium_dri.so free 0x5571735c1700 void 0.000130
+gallium_dri.so free 0x5571735c1630 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1630 0.000130
+gallium_dri.so free 0x5571735c1780 void 0.000131
+gallium_dri.so free 0x5571735c1630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1780 0.000131
+gallium_dri.so free 0x5571735c1840 void 0.000140
+gallium_dri.so free 0x5571735c1780 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1780 0.000120
+gallium_dri.so free 0x5571735c1900 void 0.000121
+gallium_dri.so free 0x5571735c1780 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1780 0.000132
+gallium_dri.so free 0x5571735c19c0 void 0.000130
+gallium_dri.so free 0x5571735c1780 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1970 0.000120
+gallium_dri.so free 0x5571735c1a80 void 0.000124
+gallium_dri.so free 0x5571735c1970 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1a30 0.000131
+gallium_dri.so free 0x5571735c1b00 void 0.000129
+gallium_dri.so free 0x5571735c1a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1b50 0.000130
+gallium_dri.so free 0x5571735c1bc0 void 0.000124
+gallium_dri.so free 0x5571735c1b50 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1be0 0.000131
+gallium_dri.so free 0x5571735c1c80 void 0.000131
+gallium_dri.so free 0x5571735c1be0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1c30 0.000125
+gallium_dri.so free 0x5571735c1d00 void 0.000121
+gallium_dri.so free 0x5571735c1c30 void 0.000142
+gallium_dri.so malloc 72 0x5571735c1c30 0.000133
+gallium_dri.so free 0x5571735c1d80 void 0.000129
+gallium_dri.so free 0x5571735c1c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1d80 0.000130
+gallium_dri.so free 0x5571735c1e40 void 0.000130
+gallium_dri.so free 0x5571735c1d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1d80 0.000129
+gallium_dri.so free 0x5571735c1f40 void 0.000126
+gallium_dri.so free 0x5571735c1d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000130
+gallium_dri.so free 0x5571735c1f80 void 0.000129
+gallium_dri.so free 0x5571735c1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000129
+gallium_dri.so free 0x5571735c2040 void 0.000124
+gallium_dri.so free 0x5571735c1ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2080 0.000126
+gallium_dri.so free 0x5571735c2100 void 0.000124
+gallium_dri.so free 0x5571735c2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2100 0.000120
+gallium_dri.so free 0x5571735c21c0 void 0.000120
+gallium_dri.so free 0x5571735c2100 void 0.000150
+gallium_dri.so malloc 72 0x5571735c2100 0.000131
+gallium_dri.so free 0x5571735c2240 void 0.000130
+gallium_dri.so free 0x5571735c2100 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2270 0.000130
+gallium_dri.so free 0x5571735c22c0 void 0.000125
+gallium_dri.so free 0x5571735c2270 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2270 0.000120
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so free 0x5571735c2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2400 0.000125
+gallium_dri.so free 0x5571735c2480 void 0.000130
+gallium_dri.so free 0x5571735c2400 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2480 0.000129
+gallium_dri.so free 0x5571735c2540 void 0.000129
+gallium_dri.so free 0x5571735c2480 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2480 0.000125
+gallium_dri.so free 0x5571735c25c0 void 0.000125
+gallium_dri.so free 0x5571735c2480 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25f0 0.000126
+gallium_dri.so free 0x5571735c2640 void 0.000125
+gallium_dri.so free 0x5571735c25f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25f0 0.000135
+gallium_dri.so free 0x5571735c2740 void 0.000128
+gallium_dri.so free 0x5571735c25f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c26f0 0.000130
+gallium_dri.so free 0x5571735c2800 void 0.000124
+gallium_dri.so free 0x5571735c26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c27b0 0.000126
+gallium_dri.so free 0x5571735c2880 void 0.000125
+gallium_dri.so free 0x5571735c27b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c27b0 0.000125
+gallium_dri.so free 0x5571735c2940 void 0.000125
+gallium_dri.so free 0x5571735c27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c27b0 0.000131
+gallium_dri.so free 0x5571735c2a00 void 0.000129
+gallium_dri.so free 0x5571735c27b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c29b0 0.000124
+gallium_dri.so free 0x5571735c2a80 void 0.000127
+gallium_dri.so free 0x5571735c29b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2ad0 0.000119
+gallium_dri.so free 0x5571735c2b40 void 0.000120
+gallium_dri.so free 0x5571735c2ad0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2b60 0.000129
+gallium_dri.so free 0x5571735c2c00 void 0.000142
+gallium_dri.so free 0x5571735c2b60 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000130
+gallium_dri.so free 0x5571735c2c80 void 0.000125
+gallium_dri.so free 0x5571735c2bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2c80 0.000125
+gallium_dri.so free 0x5571735c2d40 void 0.000131
+gallium_dri.so free 0x5571735c2c80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2c80 0.000120
+gallium_dri.so free 0x5571735c2dc0 void 0.000120
+gallium_dri.so free 0x5571735c2c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000133
+gallium_dri.so free 0x5571735c2e80 void 0.000131
+gallium_dri.so free 0x5571735c2dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000122
+gallium_dri.so free 0x5571735c2f40 void 0.000120
+gallium_dri.so free 0x5571735c2dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000124
+gallium_dri.so free 0x5571735c3000 void 0.000120
+gallium_dri.so free 0x5571735c2dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000131
+gallium_dri.so free 0x5571735c3080 void 0.000131
+gallium_dri.so free 0x5571735c2fb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c30d0 0.000127
+gallium_dri.so free 0x5571735c3140 void 0.000126
+gallium_dri.so free 0x5571735c30d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3180 0.000158
+gallium_dri.so free 0x5571735c3200 void 0.000130
+gallium_dri.so free 0x5571735c3180 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3180 0.000126
+gallium_dri.so free 0x5571735c3280 void 0.000126
+gallium_dri.so free 0x5571735c3180 void 0.000130
+gallium_dri.so malloc 72 0x5571735c32b0 0.000126
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so free 0x5571735c32b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c32b0 0.000125
+gallium_dri.so free 0x5571735c3400 void 0.000121
+gallium_dri.so free 0x5571735c32b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c33b0 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000147
+gallium_dri.so free 0x5571735c33b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3470 0.000131
+gallium_dri.so free 0x5571735c3500 void 0.000130
+gallium_dri.so free 0x5571735c3470 void 0.000141
+gallium_dri.so malloc 72 0x5571735c3470 0.000130
+gallium_dri.so free 0x5571735c35c0 void 0.000129
+gallium_dri.so free 0x5571735c3470 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3630 0.000130
+gallium_dri.so free 0x5571735c3680 void 0.000130
+gallium_dri.so free 0x5571735c3630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3630 0.000129
+gallium_dri.so free 0x5571735c3780 void 0.000131
+gallium_dri.so free 0x5571735c3630 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3730 0.000130
+gallium_dri.so free 0x5571735c3840 void 0.000125
+gallium_dri.so free 0x5571735c3730 void 0.000125
+gallium_dri.so malloc 72 0x5571735c37f0 0.000130
+gallium_dri.so free 0x5571735c3880 void 0.000131
+gallium_dri.so free 0x5571735c37f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c37f0 0.000126
+gallium_dri.so free 0x5571735c3940 void 0.000124
+gallium_dri.so free 0x5571735c37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3980 0.000119
+gallium_dri.so free 0x5571735c3a00 void 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000194
+gallium_dri.so malloc 72 0x5571735c3a00 0.000125
+gallium_dri.so free 0x5571735c3ac0 void 0.000127
+gallium_dri.so free 0x5571735c3a00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3a00 0.000129
+gallium_dri.so free 0x5571735c3b80 void 0.000124
+gallium_dri.so free 0x5571735c3a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000125
+gallium_dri.so free 0x5571735c3c40 void 0.000125
+gallium_dri.so free 0x5571735c3ba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000119
+gallium_dri.so free 0x5571735c3cc0 void 0.000119
+gallium_dri.so free 0x5571735c3bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000125
+gallium_dri.so free 0x5571735c3d40 void 0.000130
+gallium_dri.so free 0x5571735c3bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3d40 0.000129
+gallium_dri.so free 0x5571735c3e00 void 0.000125
+gallium_dri.so free 0x5571735c3d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3d40 0.000125
+gallium_dri.so free 0x5571735c3ec0 void 0.000130
+gallium_dri.so free 0x5571735c3d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3d40 0.000132
+gallium_dri.so free 0x5571735c3f80 void 0.000131
+gallium_dri.so free 0x5571735c3d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3f30 0.000124
+gallium_dri.so free 0x5571735c4040 void 0.000120
+gallium_dri.so free 0x5571735c3f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000125
+gallium_dri.so free 0x5571735c40c0 void 0.000121
+gallium_dri.so free 0x5571735c3ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4110 0.000125
+gallium_dri.so free 0x5571735c4180 void 0.000124
+gallium_dri.so free 0x5571735c4110 void 0.000125
+gallium_dri.so malloc 72 0x5571735c41a0 0.000129
+gallium_dri.so free 0x5571735c4240 void 0.000131
+gallium_dri.so free 0x5571735c41a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41f0 0.000128
+gallium_dri.so free 0x5571735c42c0 void 0.000130
+gallium_dri.so free 0x5571735c41f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c41f0 0.000132
+gallium_dri.so free 0x5571735c4340 void 0.000129
+gallium_dri.so free 0x5571735c41f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4340 0.000165
+gallium_dri.so free 0x5571735c4400 void 0.000166
+gallium_dri.so free 0x5571735c4340 void 0.000163
+gallium_dri.so malloc 72 0x5571735c4340 0.000130
+gallium_dri.so free 0x5571735c4500 void 0.000132
+gallium_dri.so free 0x5571735c4340 void 0.000130
+gallium_dri.so malloc 72 0x5571735c44b0 0.000187
+gallium_dri.so free 0x5571735c4540 void 0.000130
+gallium_dri.so free 0x5571735c44b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c44b0 0.000128
+gallium_dri.so free 0x5571735c4600 void 0.000132
+gallium_dri.so free 0x5571735c44b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4640 0.000130
+gallium_dri.so free 0x5571735c46c0 void 0.000129
+gallium_dri.so free 0x5571735c4640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c46c0 0.000124
+gallium_dri.so free 0x5571735c4780 void 0.000126
+gallium_dri.so free 0x5571735c46c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c46c0 0.000129
+gallium_dri.so free 0x5571735c4800 void 0.000135
+gallium_dri.so free 0x5571735c46c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4830 0.000130
+gallium_dri.so free 0x5571735c4880 void 0.000125
+gallium_dri.so free 0x5571735c4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4830 0.000125
+gallium_dri.so free 0x5571735c4980 void 0.000130
+gallium_dri.so free 0x5571735c4830 void 0.000126
+gallium_dri.so malloc 72 0x5571735c49c0 0.000126
+gallium_dri.so free 0x5571735c4a40 void 0.000132
+gallium_dri.so free 0x5571735c49c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4a40 0.000120
+gallium_dri.so free 0x5571735c4b00 void 0.000122
+gallium_dri.so free 0x5571735c4a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4a40 0.000125
+gallium_dri.so free 0x5571735c4b80 void 0.000121
+gallium_dri.so free 0x5571735c4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000124
+gallium_dri.so free 0x5571735c4c00 void 0.000131
+gallium_dri.so free 0x5571735c4bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000130
+gallium_dri.so free 0x5571735c4d00 void 0.000140
+gallium_dri.so free 0x5571735c4bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000129
+gallium_dri.so free 0x5571735c4dc0 void 0.000125
+gallium_dri.so free 0x5571735c4cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d70 0.000125
+gallium_dri.so free 0x5571735c4e40 void 0.000129
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4d70 0.000129
+gallium_dri.so free 0x5571735c4f00 void 0.000132
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4d70 0.000131
+gallium_dri.so free 0x5571735c4fc0 void 0.000127
+gallium_dri.so free 0x5571735c4d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4f70 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000147
+gallium_dri.so free 0x5571735c4f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb380 0.000131
+gallium_dri.so free 0x5571735eb440 void 0.000130
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb380 0.000130
+gallium_dri.so free 0x5571735c5040 void 0.000126
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735c5070 0.000120
+gallium_dri.so free 0x5571735eb500 void 0.000121
+gallium_dri.so free 0x5571735c5070 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb500 0.000130
+gallium_dri.so free 0x5571735eb5c0 void 0.000131
+gallium_dri.so free 0x5571735eb500 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb500 0.000125
+gallium_dri.so free 0x5571735eb640 void 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb640 0.000130
+gallium_dri.so free 0x5571735eb700 void 0.000130
+gallium_dri.so free 0x5571735eb640 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb640 0.000129
+gallium_dri.so free 0x5571735eb7c0 void 0.000130
+gallium_dri.so free 0x5571735eb640 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb640 0.000131
+gallium_dri.so free 0x5571735eb880 void 0.000125
+gallium_dri.so free 0x5571735eb640 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb830 0.000126
+gallium_dri.so free 0x5571735eb900 void 0.000165
+gallium_dri.so free 0x5571735eb830 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb950 0.000126
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so free 0x5571735eb950 void 0.000125
+gallium_dri.so malloc 72 0x5571735eba00 0.000124
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eba00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba00 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebb30 0.000132
+gallium_dri.so free 0x5571735ebb80 void 0.000157
+gallium_dri.so free 0x5571735ebb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebb30 0.000126
+gallium_dri.so free 0x5571735ebc80 void 0.000121
+gallium_dri.so free 0x5571735ebb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebc30 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000130
+gallium_dri.so free 0x5571735ebc30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000120
+gallium_dri.so free 0x5571735ebd80 void 0.000121
+gallium_dri.so free 0x5571735ebcf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000132
+gallium_dri.so free 0x5571735ebe40 void 0.000131
+gallium_dri.so free 0x5571735ebcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000129
+gallium_dri.so free 0x5571735ebf00 void 0.000129
+gallium_dri.so free 0x5571735ebeb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000130
+gallium_dri.so free 0x5571735ec000 void 0.000130
+gallium_dri.so free 0x5571735ebeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000125
+gallium_dri.so free 0x5571735ec0c0 void 0.000128
+gallium_dri.so free 0x5571735ebfb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec070 0.000132
+gallium_dri.so free 0x5571735ec100 void 0.000130
+gallium_dri.so free 0x5571735ec070 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec070 0.000125
+gallium_dri.so free 0x5571735ec1c0 void 0.000126
+gallium_dri.so free 0x5571735ec070 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec200 0.000129
+gallium_dri.so free 0x5571735ec280 void 0.000141
+gallium_dri.so free 0x5571735ec200 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec280 0.000130
+gallium_dri.so free 0x5571735ec340 void 0.000130
+gallium_dri.so free 0x5571735ec280 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec280 0.000125
+gallium_dri.so free 0x5571735ec400 void 0.000127
+gallium_dri.so free 0x5571735ec280 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec420 0.000125
+gallium_dri.so free 0x5571735ec4c0 void 0.000130
+gallium_dri.so free 0x5571735ec420 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec470 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000121
+gallium_dri.so free 0x5571735ec470 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec470 0.000124
+gallium_dri.so free 0x5571735ec5c0 void 0.000133
+gallium_dri.so free 0x5571735ec470 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec5c0 0.000130
+gallium_dri.so free 0x5571735ec680 void 0.000129
+gallium_dri.so free 0x5571735ec5c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ec5c0 0.000299
+gallium_dri.so free 0x5571735ec740 void 0.000204
+gallium_dri.so free 0x5571735ec5c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ec5c0 0.000161
+gallium_dri.so free 0x5571735ec800 void 0.000129
+gallium_dri.so free 0x5571735ec5c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000236
+gallium_dri.so free 0x5571735ec8c0 void 0.000130
+gallium_dri.so free 0x5571735ec7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec870 0.000123
+gallium_dri.so free 0x5571735ec940 void 0.000127
+gallium_dri.so free 0x5571735ec870 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec990 0.000129
+gallium_dri.so free 0x5571735eca00 void 0.000130
+gallium_dri.so free 0x5571735ec990 void 0.000125
+gallium_dri.so malloc 72 0x5571735eca20 0.000120
+gallium_dri.so free 0x5571735ecac0 void 0.000126
+gallium_dri.so free 0x5571735eca20 void 0.000130
+gallium_dri.so malloc 72 0x5571735eca70 0.000125
+gallium_dri.so free 0x5571735ecb40 void 0.000122
+gallium_dri.so free 0x5571735eca70 void 0.000138
+gallium_dri.so malloc 72 0x5571735eca70 0.000129
+gallium_dri.so free 0x5571735ecbc0 void 0.000131
+gallium_dri.so free 0x5571735eca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000128
+gallium_dri.so free 0x5571735ecc80 void 0.000129
+gallium_dri.so free 0x5571735ecbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000130
+gallium_dri.so free 0x5571735ecd80 void 0.000125
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd30 0.000125
+gallium_dri.so free 0x5571735ecdc0 void 0.000124
+gallium_dri.so free 0x5571735ecd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd30 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000121
+gallium_dri.so free 0x5571735ecd30 void 0.000154
+gallium_dri.so malloc 72 0x5571735ecec0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000127
+gallium_dri.so free 0x5571735ecec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecf40 0.000130
+gallium_dri.so free 0x5571735ed000 void 0.000130
+gallium_dri.so free 0x5571735ecf40 void 0.000176
+gallium_dri.so malloc 72 0x5571735ecf40 0.000131
+gallium_dri.so free 0x5571735ed080 void 0.000131
+gallium_dri.so free 0x5571735ecf40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000121
+gallium_dri.so free 0x5571735ed100 void 0.000126
+gallium_dri.so free 0x5571735ed0b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000131
+gallium_dri.so free 0x5571735ed200 void 0.000125
+gallium_dri.so free 0x5571735ed0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed240 0.000125
+gallium_dri.so free 0x5571735ed2c0 void 0.000125
+gallium_dri.so free 0x5571735ed240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000126
+gallium_dri.so free 0x5571735ed380 void 0.000129
+gallium_dri.so free 0x5571735ed2c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed2c0 0.000125
+gallium_dri.so free 0x5571735ed400 void 0.000127
+gallium_dri.so free 0x5571735ed2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed430 0.000129
+gallium_dri.so free 0x5571735ed480 void 0.000131
+gallium_dri.so free 0x5571735ed430 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed430 0.000132
+gallium_dri.so free 0x5571735ed580 void 0.000131
+gallium_dri.so free 0x5571735ed430 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed530 0.000129
+gallium_dri.so free 0x5571735ed640 void 0.000131
+gallium_dri.so free 0x5571735ed530 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000131
+gallium_dri.so free 0x5571735ed6c0 void 0.000130
+gallium_dri.so free 0x5571735ed5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000127
+gallium_dri.so free 0x5571735ed5f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000131
+gallium_dri.so free 0x5571735ed840 void 0.000130
+gallium_dri.so free 0x5571735ed5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000129
+gallium_dri.so free 0x5571735ed8c0 void 0.000125
+gallium_dri.so free 0x5571735ed7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed910 0.000127
+gallium_dri.so free 0x5571735ed980 void 0.000131
+gallium_dri.so free 0x5571735ed910 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed9a0 0.000129
+gallium_dri.so free 0x5571735eda40 void 0.000127
+gallium_dri.so free 0x5571735ed9a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000124
+gallium_dri.so free 0x5571735edac0 void 0.000129
+gallium_dri.so free 0x5571735ed9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edac0 0.000129
+gallium_dri.so free 0x5571735edb80 void 0.000125
+gallium_dri.so free 0x5571735edac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735edac0 0.000129
+gallium_dri.so free 0x5571735edc00 void 0.000123
+gallium_dri.so free 0x5571735edac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edc00 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000126
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc00 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735edc00 0.000129
+gallium_dri.so free 0x5571735ede40 void 0.000130
+gallium_dri.so free 0x5571735edc00 void 0.000129
+gallium_dri.so malloc 72 0x5571735eddf0 0.000136
+gallium_dri.so free 0x5571735edec0 void 0.000170
+gallium_dri.so free 0x5571735eddf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edf10 0.000152
+gallium_dri.so free 0x5571735edf80 void 0.000132
+gallium_dri.so free 0x5571735edf10 void 0.000129
+gallium_dri.so malloc 72 0x5571735edfc0 0.000124
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so free 0x5571735edfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edfc0 0.000126
+gallium_dri.so free 0x5571735ee0c0 void 0.000122
+gallium_dri.so free 0x5571735edfc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000124
+gallium_dri.so free 0x5571735ee140 void 0.000121
+gallium_dri.so free 0x5571735ee0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000125
+gallium_dri.so free 0x5571735ee240 void 0.000130
+gallium_dri.so free 0x5571735ee0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000148
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000142
+gallium_dri.so free 0x5571735ee340 void 0.000130
+gallium_dri.so free 0x5571735ee2b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000130
+gallium_dri.so free 0x5571735ee400 void 0.000129
+gallium_dri.so free 0x5571735ee2b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee470 0.000124
+gallium_dri.so free 0x5571735ee4c0 void 0.000121
+gallium_dri.so free 0x5571735ee470 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee470 0.000129
+gallium_dri.so free 0x5571735ee5c0 void 0.000129
+gallium_dri.so free 0x5571735ee470 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee570 0.000128
+gallium_dri.so free 0x5571735ee680 void 0.000124
+gallium_dri.so free 0x5571735ee570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee630 0.000126
+gallium_dri.so free 0x5571735ee6c0 void 0.000130
+gallium_dri.so free 0x5571735ee630 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee630 0.000130
+gallium_dri.so free 0x5571735ee780 void 0.000128
+gallium_dri.so free 0x5571735ee630 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000133
+gallium_dri.so free 0x5571735ee840 void 0.000198
+gallium_dri.so free 0x5571735ee7c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee840 0.000128
+gallium_dri.so free 0x5571735ee900 void 0.000128
+gallium_dri.so free 0x5571735ee840 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee840 0.000130
+gallium_dri.so free 0x5571735ee9c0 void 0.000128
+gallium_dri.so free 0x5571735ee840 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee9e0 0.000125
+gallium_dri.so free 0x5571735eea80 void 0.000127
+gallium_dri.so free 0x5571735ee9e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eea30 0.000128
+gallium_dri.so free 0x5571735eeb00 void 0.000128
+gallium_dri.so free 0x5571735eea30 void 0.000129
+gallium_dri.so malloc 72 0x5571735eea30 0.000220
+gallium_dri.so free 0x5571735eeb80 void 0.000127
+gallium_dri.so free 0x5571735eea30 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeb80 0.000130
+gallium_dri.so free 0x5571735eec40 void 0.000171
+gallium_dri.so free 0x5571735eeb80 void 0.000138
+gallium_dri.so malloc 72 0x5571735eeb80 0.000131
+gallium_dri.so free 0x5571735eed00 void 0.000133
+gallium_dri.so free 0x5571735eeb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735eeb80 0.000125
+gallium_dri.so free 0x5571735eedc0 void 0.000131
+gallium_dri.so free 0x5571735eeb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735eed70 0.000131
+gallium_dri.so free 0x5571735eee80 void 0.000130
+gallium_dri.so free 0x5571735eed70 void 0.000130
+gallium_dri.so malloc 72 0x5571735eee30 0.000129
+gallium_dri.so free 0x5571735eef00 void 0.000131
+gallium_dri.so free 0x5571735eee30 void 0.000128
+gallium_dri.so malloc 72 0x5571735eef50 0.000126
+gallium_dri.so free 0x5571735eefc0 void 0.000130
+gallium_dri.so free 0x5571735eef50 void 0.000131
+gallium_dri.so malloc 72 0x5571735eefe0 0.000131
+gallium_dri.so free 0x5571735ef080 void 0.000130
+gallium_dri.so free 0x5571735eefe0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef030 0.000137
+gallium_dri.so free 0x5571735ef100 void 0.000129
+gallium_dri.so free 0x5571735ef030 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef030 0.000124
+gallium_dri.so free 0x5571735ef180 void 0.000121
+gallium_dri.so free 0x5571735ef030 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef180 0.000128
+gallium_dri.so free 0x5571735ef240 void 0.000130
+gallium_dri.so free 0x5571735ef180 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef180 0.000128
+gallium_dri.so free 0x5571735ef340 void 0.000124
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000123
+gallium_dri.so free 0x5571735ef380 void 0.000124
+gallium_dri.so free 0x5571735ef2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000128
+gallium_dri.so free 0x5571735ef440 void 0.000183
+gallium_dri.so free 0x5571735ef2f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735ef480 0.000125
+gallium_dri.so free 0x5571735ef500 void 0.000129
+gallium_dri.so free 0x5571735ef480 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef500 0.000251
+gallium_dri.so free 0x5571735ef5c0 void 0.000237
+gallium_dri.so free 0x5571735ef500 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef500 0.000125
+gallium_dri.so free 0x5571735ef640 void 0.000129
+gallium_dri.so free 0x5571735ef500 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef670 0.000128
+gallium_dri.so free 0x5571735ef6c0 void 0.000132
+gallium_dri.so free 0x5571735ef670 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef670 0.000129
+gallium_dri.so free 0x5571735ef7c0 void 0.000130
+gallium_dri.so free 0x5571735ef670 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef800 0.000235
+gallium_dri.so free 0x5571735ef880 void 0.000131
+gallium_dri.so free 0x5571735ef800 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef880 0.000124
+gallium_dri.so free 0x5571735ef940 void 0.000267
+gallium_dri.so free 0x5571735ef880 void 0.000308
+gallium_dri.so malloc 72 0x5571735ef880 0.000343
+gallium_dri.so free 0x5571735ef9c0 void 0.000304
+gallium_dri.so free 0x5571735ef880 void 0.000335
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000306
+gallium_dri.so free 0x5571735efa40 void 0.000281
+gallium_dri.so free 0x5571735ef9f0 void 0.000282
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000291
+gallium_dri.so free 0x5571735efb40 void 0.000268
+gallium_dri.so free 0x5571735ef9f0 void 0.000226
+gallium_dri.so malloc 72 0x5571735efaf0 0.000230
+gallium_dri.so free 0x5571735efc00 void 0.000240
+gallium_dri.so free 0x5571735efaf0 void 0.000296
+gallium_dri.so malloc 72 0x5571735efbb0 0.000279
+gallium_dri.so free 0x5571735efc80 void 0.000274
+gallium_dri.so free 0x5571735efbb0 void 0.000283
+gallium_dri.so malloc 72 0x5571735efbb0 0.000286
+gallium_dri.so free 0x5571735efd40 void 0.000289
+gallium_dri.so free 0x5571735efbb0 void 0.000219
+gallium_dri.so malloc 72 0x5571735efbb0 0.000229
+gallium_dri.so free 0x5571735efe00 void 0.000223
+gallium_dri.so free 0x5571735efbb0 void 0.000228
+gallium_dri.so malloc 72 0x5571735efdb0 0.000248
+gallium_dri.so free 0x5571735efe80 void 0.000223
+gallium_dri.so free 0x5571735efdb0 void 0.000224
+gallium_dri.so malloc 72 0x5571735efed0 0.000262
+gallium_dri.so free 0x5571735eff40 void 0.000296
+gallium_dri.so free 0x5571735efed0 void 0.000244
+gallium_dri.so malloc 72 0x5571735eff60 0.000225
+gallium_dri.so free 0x5571735f0000 void 0.000257
+gallium_dri.so free 0x5571735eff60 void 0.000281
+gallium_dri.so malloc 72 0x5571735effb0 0.000271
+gallium_dri.so free 0x5571735f0080 void 0.000273
+gallium_dri.so free 0x5571735effb0 void 0.000281
+gallium_dri.so malloc 72 0x5571735f0080 0.000228
+gallium_dri.so free 0x5571735f0140 void 0.000275
+gallium_dri.so free 0x5571735f0080 void 0.000277
+gallium_dri.so malloc 72 0x5571735f0080 0.000283
+gallium_dri.so free 0x5571735f01c0 void 0.000318
+gallium_dri.so free 0x5571735f0080 void 0.000310
+gallium_dri.so malloc 72 0x5571735f01c0 0.000285
+gallium_dri.so free 0x5571735f0280 void 0.000288
+gallium_dri.so free 0x5571735f01c0 void 0.000306
+gallium_dri.so malloc 72 0x5571735f01c0 0.000298
+gallium_dri.so free 0x5571735f0340 void 0.000304
+gallium_dri.so free 0x5571735f01c0 void 0.000297
+gallium_dri.so malloc 72 0x5571735f01c0 0.000300
+gallium_dri.so free 0x5571735f0400 void 0.000300
+gallium_dri.so free 0x5571735f01c0 void 0.000300
+gallium_dri.so malloc 72 0x5571735f03b0 0.000331
+gallium_dri.so free 0x5571735f0480 void 0.000326
+gallium_dri.so free 0x5571735f03b0 void 0.000319
+gallium_dri.so malloc 72 0x5571735f04d0 0.000265
+gallium_dri.so free 0x5571735f0540 void 0.000250
+gallium_dri.so free 0x5571735f04d0 void 0.000262
+gallium_dri.so malloc 72 0x5571735f0580 0.000267
+gallium_dri.so free 0x5571735f0600 void 0.000248
+gallium_dri.so free 0x5571735f0580 void 0.000264
+gallium_dri.so malloc 72 0x5571735f0580 0.000266
+gallium_dri.so free 0x5571735f0680 void 0.000268
+gallium_dri.so free 0x5571735f0580 void 0.000280
+gallium_dri.so malloc 72 0x5571735f06b0 0.000266
+gallium_dri.so free 0x5571735f0700 void 0.000267
+gallium_dri.so free 0x5571735f06b0 void 0.000271
+gallium_dri.so malloc 72 0x5571735f06b0 0.000245
+gallium_dri.so free 0x5571735f0800 void 0.000242
+gallium_dri.so free 0x5571735f06b0 void 0.000303
+gallium_dri.so malloc 72 0x5571735f07b0 0.000283
+gallium_dri.so free 0x5571735f08c0 void 0.000271
+gallium_dri.so free 0x5571735f07b0 void 0.000286
+gallium_dri.so malloc 72 0x5571735f0870 0.000282
+gallium_dri.so free 0x5571735f0900 void 0.000278
+gallium_dri.so free 0x5571735f0870 void 0.000296
+gallium_dri.so malloc 72 0x5571735f0870 0.000277
+gallium_dri.so free 0x5571735f09c0 void 0.000246
+gallium_dri.so free 0x5571735f0870 void 0.000284
+gallium_dri.so malloc 72 0x5571735f0a30 0.000231
+gallium_dri.so free 0x5571735f0a80 void 0.000211
+gallium_dri.so free 0x5571735f0a30 void 0.000209
+gallium_dri.so malloc 72 0x5571735f0a30 0.000138
+gallium_dri.so free 0x5571735f0b80 void 0.000137
+gallium_dri.so free 0x5571735f0a30 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0b30 0.000228
+gallium_dri.so free 0x5571735f0c40 void 0.000229
+gallium_dri.so free 0x5571735f0b30 void 0.000247
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000211
+gallium_dri.so free 0x5571735f0c80 void 0.000233
+gallium_dri.so free 0x5571735f0bf0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000303
+gallium_dri.so free 0x5571735f0d40 void 0.000347
+gallium_dri.so free 0x5571735f0bf0 void 0.000345
+gallium_dri.so malloc 72 0x5571735f0d80 0.000207
+gallium_dri.so free 0x5571735f0e00 void 0.000286
+gallium_dri.so free 0x5571735f0d80 void 0.000293
+gallium_dri.so malloc 72 0x5571735f0e00 0.000288
+gallium_dri.so free 0x5571735f0ec0 void 0.000284
+gallium_dri.so free 0x5571735f0e00 void 0.000296
+gallium_dri.so malloc 72 0x5571735f0e00 0.000291
+gallium_dri.so free 0x5571735f0f80 void 0.000282
+gallium_dri.so free 0x5571735f0e00 void 0.000302
+gallium_dri.so malloc 72 0x5571735f0fa0 0.000287
+gallium_dri.so free 0x5571735f1040 void 0.000296
+gallium_dri.so free 0x5571735f0fa0 void 0.000297
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000289
+gallium_dri.so free 0x5571735f10c0 void 0.000284
+gallium_dri.so free 0x5571735f0ff0 void 0.000286
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000253
+gallium_dri.so free 0x5571735f1140 void 0.000244
+gallium_dri.so free 0x5571735f0ff0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f1140 0.000170
+gallium_dri.so free 0x5571735f1200 void 0.000174
+gallium_dri.so free 0x5571735f1140 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1140 0.000138
+gallium_dri.so free 0x5571735f12c0 void 0.000140
+gallium_dri.so free 0x5571735f1140 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1140 0.000138
+gallium_dri.so free 0x5571735f1380 void 0.000137
+gallium_dri.so free 0x5571735f1140 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1330 0.000133
+gallium_dri.so free 0x5571735f1440 void 0.000134
+gallium_dri.so free 0x5571735f1330 void 0.000139
+gallium_dri.so malloc 72 0x5571735f13f0 0.000137
+gallium_dri.so free 0x5571735f14c0 void 0.000137
+gallium_dri.so free 0x5571735f13f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1510 0.000138
+gallium_dri.so free 0x5571735f1580 void 0.000132
+gallium_dri.so free 0x5571735f1510 void 0.000126
+gallium_dri.so malloc 72 0x5571735f15a0 0.000134
+gallium_dri.so free 0x5571735f1640 void 0.000136
+gallium_dri.so free 0x5571735f15a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f15f0 0.000130
+gallium_dri.so free 0x5571735f16c0 void 0.000134
+gallium_dri.so free 0x5571735f15f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f15f0 0.000139
+gallium_dri.so free 0x5571735f1740 void 0.000174
+gallium_dri.so free 0x5571735f15f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1740 0.000135
+gallium_dri.so free 0x5571735f1800 void 0.000140
+gallium_dri.so free 0x5571735f1740 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1740 0.000137
+gallium_dri.so free 0x5571735f1900 void 0.000174
+gallium_dri.so free 0x5571735f1740 void 0.000175
+gallium_dri.so malloc 72 0x5571735f18b0 0.000137
+gallium_dri.so free 0x5571735f1940 void 0.000137
+gallium_dri.so free 0x5571735f18b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f18b0 0.000138
+gallium_dri.so free 0x5571735f1a00 void 0.000139
+gallium_dri.so free 0x5571735f18b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1a40 0.000134
+gallium_dri.so free 0x5571735f1ac0 void 0.000138
+gallium_dri.so free 0x5571735f1a40 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000136
+gallium_dri.so free 0x5571735f1b80 void 0.000134
+gallium_dri.so free 0x5571735f1ac0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000137
+gallium_dri.so free 0x5571735f1c00 void 0.000144
+gallium_dri.so free 0x5571735f1ac0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1c30 0.000133
+gallium_dri.so free 0x5571735f1c80 void 0.000129
+gallium_dri.so free 0x5571735f1c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1c30 0.000139
+gallium_dri.so free 0x5571735f1d80 void 0.000139
+gallium_dri.so free 0x5571735f1c30 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000138
+gallium_dri.so free 0x5571735f1e40 void 0.000133
+gallium_dri.so free 0x5571735f1dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1e40 0.000137
+gallium_dri.so free 0x5571735f1f00 void 0.000135
+gallium_dri.so free 0x5571735f1e40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1e40 0.000134
+gallium_dri.so free 0x5571735f1f80 void 0.000138
+gallium_dri.so free 0x5571735f1e40 void 0.000177
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000175
+gallium_dri.so free 0x5571735f2000 void 0.000173
+gallium_dri.so free 0x5571735f1fb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000137
+gallium_dri.so free 0x5571735f2100 void 0.000132
+gallium_dri.so free 0x5571735f1fb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f20b0 0.000133
+gallium_dri.so free 0x5571735f21c0 void 0.000132
+gallium_dri.so free 0x5571735f20b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2170 0.000128
+gallium_dri.so free 0x5571735f2240 void 0.000127
+gallium_dri.so free 0x5571735f2170 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2170 0.000132
+gallium_dri.so free 0x5571735f2300 void 0.000137
+gallium_dri.so free 0x5571735f2170 void 0.000141
+gallium_dri.so malloc 72 0x5571735f2170 0.000137
+gallium_dri.so free 0x5571735f23c0 void 0.000137
+gallium_dri.so free 0x5571735f2170 void 0.000166
+gallium_dri.so malloc 72 0x5571735f2370 0.000182
+gallium_dri.so free 0x5571735f2440 void 0.000176
+gallium_dri.so free 0x5571735f2370 void 0.000139
+gallium_dri.so malloc 72 0x5571735f2490 0.000170
+gallium_dri.so free 0x5571735f2500 void 0.000139
+gallium_dri.so free 0x5571735f2490 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2520 0.000128
+gallium_dri.so free 0x5571735f25c0 void 0.000133
+gallium_dri.so free 0x5571735f2520 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2570 0.000129
+gallium_dri.so free 0x5571735f2640 void 0.000129
+gallium_dri.so free 0x5571735f2570 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2640 0.000132
+gallium_dri.so free 0x5571735f2700 void 0.000127
+gallium_dri.so free 0x5571735f2640 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2640 0.000137
+gallium_dri.so free 0x5571735f2780 void 0.000144
+gallium_dri.so free 0x5571735f2640 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2780 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000131
+gallium_dri.so free 0x5571735f2780 void 0.000140
+gallium_dri.so malloc 72 0x5571735f2780 0.000133
+gallium_dri.so free 0x5571735f2900 void 0.000168
+gallium_dri.so free 0x5571735f2780 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2780 0.000132
+gallium_dri.so free 0x5571735f29c0 void 0.000130
+gallium_dri.so free 0x5571735f2780 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2970 0.000127
+gallium_dri.so free 0x5571735df8d0 void 0.000123
+gallium_dri.so free 0x5571735f2a40 void 0.000121
+gallium_dri.so free 0x5571735f2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2a90 0.000116
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so free 0x5571735f2a90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b40 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000118
+gallium_dri.so free 0x5571735f2b40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2b40 0.000121
+gallium_dri.so free 0x5571735f2c40 void 0.000125
+gallium_dri.so free 0x5571735f2b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2c70 0.000121
+gallium_dri.so free 0x5571735f2cc0 void 0.000119
+gallium_dri.so free 0x5571735f2c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c70 0.000176
+gallium_dri.so free 0x5571735f2dc0 void 0.000126
+gallium_dri.so free 0x5571735f2c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2d70 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735f2d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000116
+gallium_dri.so free 0x5571735f2ec0 void 0.000121
+gallium_dri.so free 0x5571735f2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2e30 0.000115
+gallium_dri.so free 0x5571735f2f80 void 0.000116
+gallium_dri.so free 0x5571735f2e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000116
+gallium_dri.so free 0x5571735f2ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f30f0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735f30f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f31b0 0.000120
+gallium_dri.so free 0x5571735f3240 void 0.000119
+gallium_dri.so free 0x5571735f31b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f31b0 0.000117
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f3340 0.000125
+gallium_dri.so free 0x5571735f33c0 void 0.000122
+gallium_dri.so free 0x5571735f3340 void 0.000117
+gallium_dri.so malloc 72 0x5571735f33c0 0.000118
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f33c0 0.000117
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3560 0.000116
+gallium_dri.so free 0x5571735f3600 void 0.000115
+gallium_dri.so free 0x5571735f3560 void 0.000122
+gallium_dri.so malloc 72 0x5571735f35b0 0.000112
+gallium_dri.so free 0x5571735f3680 void 0.000111
+gallium_dri.so free 0x5571735f35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f35b0 0.000111
+gallium_dri.so free 0x55717360e1c0 void 0.000111
+gallium_dri.so free 0x5571735f35b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e1c0 0.000130
+gallium_dri.so free 0x55717360e280 void 0.000117
+gallium_dri.so free 0x55717360e1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e1c0 0.000117
+gallium_dri.so free 0x55717360e340 void 0.000112
+gallium_dri.so free 0x55717360e1c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e1c0 0.000111
+gallium_dri.so free 0x55717360e400 void 0.000124
+gallium_dri.so free 0x55717360e1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e3b0 0.000110
+gallium_dri.so free 0x55717360e4c0 void 0.000110
+gallium_dri.so free 0x55717360e3b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360e470 0.000112
+gallium_dri.so free 0x55717360e540 void 0.000111
+gallium_dri.so free 0x55717360e470 void 0.000110
+gallium_dri.so malloc 72 0x55717360e590 0.000111
+gallium_dri.so free 0x55717360e600 void 0.000111
+gallium_dri.so free 0x55717360e590 void 0.000111
+gallium_dri.so malloc 72 0x55717360e620 0.000110
+gallium_dri.so free 0x55717360e6c0 void 0.000111
+gallium_dri.so free 0x55717360e620 void 0.000110
+gallium_dri.so malloc 72 0x55717360e670 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000110
+gallium_dri.so free 0x55717360e670 void 0.000110
+gallium_dri.so malloc 72 0x55717360e670 0.000110
+gallium_dri.so free 0x55717360e7c0 void 0.000114
+gallium_dri.so free 0x55717360e670 void 0.000111
+gallium_dri.so malloc 72 0x55717360e7c0 0.000112
+gallium_dri.so free 0x55717360e880 void 0.000110
+gallium_dri.so free 0x55717360e7c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e7c0 0.000115
+gallium_dri.so free 0x55717360e980 void 0.000112
+gallium_dri.so free 0x55717360e7c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717360e9c0 void 0.000110
+gallium_dri.so free 0x55717360e930 void 0.000205
+gallium_dri.so malloc 72 0x55717360e930 0.000122
+gallium_dri.so free 0x55717360ea80 void 0.000120
+gallium_dri.so free 0x55717360e930 void 0.000121
+gallium_dri.so malloc 72 0x55717360eac0 0.000121
+gallium_dri.so free 0x55717360eb40 void 0.000120
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ec80 void 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ecb0 0.000119
+gallium_dri.so free 0x55717360ed00 void 0.000120
+gallium_dri.so free 0x55717360ecb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ecb0 0.000119
+gallium_dri.so free 0x55717360ee00 void 0.000119
+gallium_dri.so free 0x55717360ecb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee40 0.000118
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000121
+gallium_dri.so malloc 72 0x55717360eec0 0.000119
+gallium_dri.so free 0x55717360ef80 void 0.000119
+gallium_dri.so free 0x55717360eec0 void 0.000116
+gallium_dri.so malloc 72 0x55717360eec0 0.000119
+gallium_dri.so free 0x55717360f000 void 0.000126
+gallium_dri.so free 0x55717360eec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f030 0.000117
+gallium_dri.so free 0x55717360f080 void 0.000111
+gallium_dri.so free 0x55717360f030 void 0.000110
+gallium_dri.so malloc 72 0x55717360f030 0.000112
+gallium_dri.so free 0x55717360f180 void 0.000110
+gallium_dri.so free 0x55717360f030 void 0.000110
+gallium_dri.so malloc 72 0x55717360f130 0.000110
+gallium_dri.so free 0x55717360f240 void 0.000111
+gallium_dri.so free 0x55717360f130 void 0.000111
+gallium_dri.so malloc 72 0x55717360f1f0 0.000110
+gallium_dri.so free 0x55717360f2c0 void 0.000110
+gallium_dri.so free 0x55717360f1f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f1f0 0.000110
+gallium_dri.so free 0x55717360f380 void 0.000109
+gallium_dri.so free 0x55717360f1f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f1f0 0.000111
+gallium_dri.so free 0x55717360f440 void 0.000110
+gallium_dri.so free 0x55717360f1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f3f0 0.000110
+gallium_dri.so free 0x55717360f4c0 void 0.000116
+gallium_dri.so free 0x55717360f3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f510 0.000112
+gallium_dri.so free 0x55717360f580 void 0.000114
+gallium_dri.so free 0x55717360f510 void 0.000112
+gallium_dri.so malloc 72 0x55717360f5a0 0.000110
+gallium_dri.so free 0x55717360f640 void 0.000111
+gallium_dri.so free 0x55717360f5a0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f5f0 0.000125
+gallium_dri.so free 0x55717360f6c0 void 0.000124
+gallium_dri.so free 0x55717360f5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360f6c0 0.000119
+gallium_dri.so free 0x55717360f780 void 0.000121
+gallium_dri.so free 0x55717360f6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6c0 0.000124
+gallium_dri.so free 0x55717360f800 void 0.000124
+gallium_dri.so free 0x55717360f6c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360f800 0.000124
+gallium_dri.so free 0x55717360f8c0 void 0.000125
+gallium_dri.so free 0x55717360f800 void 0.000120
+gallium_dri.so malloc 72 0x55717360f800 0.000121
+gallium_dri.so free 0x55717360f980 void 0.000120
+gallium_dri.so free 0x55717360f800 void 0.000119
+gallium_dri.so malloc 72 0x55717360f800 0.000124
+gallium_dri.so free 0x55717360fa40 void 0.000119
+gallium_dri.so free 0x55717360f800 void 0.000119
+gallium_dri.so malloc 72 0x55717360f9f0 0.000124
+gallium_dri.so free 0x55717360fac0 void 0.000120
+gallium_dri.so free 0x55717360f9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360fb10 0.000115
+gallium_dri.so free 0x55717360fb80 void 0.000168
+gallium_dri.so free 0x55717360fb10 void 0.000126
+gallium_dri.so malloc 72 0x55717360fbc0 0.000125
+gallium_dri.so free 0x55717360fc40 void 0.000125
+gallium_dri.so free 0x55717360fbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fbc0 0.000118
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so free 0x55717360fbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcf0 0.000118
+gallium_dri.so free 0x55717360fd40 void 0.000118
+gallium_dri.so free 0x55717360fcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fcf0 0.000118
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fdf0 0.000118
+gallium_dri.so free 0x55717360ff00 void 0.000119
+gallium_dri.so free 0x55717360fdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360feb0 0.000125
+gallium_dri.so free 0x55717360ff40 void 0.000120
+gallium_dri.so free 0x55717360feb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360feb0 0.000118
+gallium_dri.so free 0x557173610000 void 0.000119
+gallium_dri.so free 0x55717360feb0 void 0.000118
+gallium_dri.so malloc 72 0x557173610070 0.000119
+gallium_dri.so free 0x5571736100c0 void 0.000121
+gallium_dri.so free 0x557173610070 void 0.000125
+gallium_dri.so malloc 72 0x557173610070 0.000112
+gallium_dri.so free 0x5571736101c0 void 0.000111
+gallium_dri.so free 0x557173610070 void 0.000111
+gallium_dri.so malloc 72 0x557173610170 0.000111
+gallium_dri.so free 0x557173610280 void 0.000110
+gallium_dri.so free 0x557173610170 void 0.000110
+gallium_dri.so malloc 72 0x557173610230 0.000111
+gallium_dri.so free 0x5571736102c0 void 0.000110
+gallium_dri.so free 0x557173610230 void 0.000111
+gallium_dri.so malloc 72 0x557173610230 0.000110
+gallium_dri.so free 0x557173610380 void 0.000111
+gallium_dri.so free 0x557173610230 void 0.000112
+gallium_dri.so malloc 72 0x5571736103c0 0.000110
+gallium_dri.so free 0x557173610440 void 0.000111
+gallium_dri.so free 0x5571736103c0 void 0.000110
+gallium_dri.so malloc 72 0x557173610440 0.000110
+gallium_dri.so free 0x557173610500 void 0.000112
+gallium_dri.so free 0x557173610440 void 0.000111
+gallium_dri.so malloc 72 0x557173610440 0.000111
+gallium_dri.so free 0x5571736105c0 void 0.000111
+gallium_dri.so free 0x557173610440 void 0.000112
+gallium_dri.so malloc 72 0x5571736105e0 0.000120
+gallium_dri.so free 0x557173610680 void 0.000121
+gallium_dri.so free 0x5571736105e0 void 0.000112
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x557173610700 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000110
+gallium_dri.so malloc 72 0x557173610630 0.000127
+gallium_dri.so free 0x557173610780 void 0.000116
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x557173610780 0.000120
+gallium_dri.so free 0x557173610840 void 0.000123
+gallium_dri.so free 0x557173610780 void 0.000124
+gallium_dri.so malloc 72 0x557173610780 0.000125
+gallium_dri.so free 0x557173610900 void 0.000121
+gallium_dri.so free 0x557173610780 void 0.000120
+gallium_dri.so malloc 72 0x557173610780 0.000125
+gallium_dri.so free 0x5571736109c0 void 0.000119
+gallium_dri.so free 0x557173610780 void 0.000119
+gallium_dri.so malloc 72 0x557173610970 0.000123
+gallium_dri.so free 0x557173610a80 void 0.000124
+gallium_dri.so free 0x557173610970 void 0.000125
+gallium_dri.so malloc 72 0x557173610a30 0.000119
+gallium_dri.so free 0x557173610b00 void 0.000120
+gallium_dri.so free 0x557173610a30 void 0.000123
+gallium_dri.so malloc 72 0x557173610b50 0.000125
+gallium_dri.so free 0x557173610bc0 void 0.000124
+gallium_dri.so free 0x557173610b50 void 0.000126
+gallium_dri.so malloc 72 0x557173610be0 0.000124
+gallium_dri.so free 0x557173610c80 void 0.000120
+gallium_dri.so free 0x557173610be0 void 0.000120
+gallium_dri.so malloc 72 0x557173610c30 0.000124
+gallium_dri.so free 0x557173610d00 void 0.000119
+gallium_dri.so free 0x557173610c30 void 0.000127
+gallium_dri.so malloc 72 0x557173610c30 0.000126
+gallium_dri.so free 0x557173610d80 void 0.000125
+gallium_dri.so free 0x557173610c30 void 0.000124
+gallium_dri.so malloc 72 0x557173610d80 0.000120
+gallium_dri.so free 0x557173610e40 void 0.000118
+gallium_dri.so free 0x557173610d80 void 0.000118
+gallium_dri.so malloc 72 0x557173610d80 0.000127
+gallium_dri.so free 0x557173610f40 void 0.000120
+gallium_dri.so free 0x557173610d80 void 0.000119
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x557173610f80 void 0.000119
+gallium_dri.so free 0x557173610ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x557173611040 void 0.000120
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173611080 0.000118
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so free 0x557173611080 void 0.000120
+gallium_dri.so malloc 72 0x557173611100 0.000119
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000119
+gallium_dri.so malloc 72 0x557173611100 0.000119
+gallium_dri.so free 0x557173611240 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so free 0x557173463fc0 void 0.000119
+gallium_dri.so free 0x5571735ceab0 void 0.000112
+libX11.so.6 malloc 24 0x55717357efb0 0.000115
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000112
+libxcb.so.1 malloc 16 0x5571735a6150 0.000118
+libX11.so.6 free 0x5571735a6130 void 0.000115
+libxcb.so.1 free 0x5571735a6150 void 0.000111
+libX11.so.6 free 0x5571735b6d10 void 0.000113
+particles free 0x55717346ea50 void 0.000116
+particles free 0x55717346eac0 void 0.000114
+particles free 0x55717346eb30 void 0.000112
+particles free 0x55717346eba0 void 0.000112
+particles free 0x55717346ec10 void 0.000114
+particles free 0x55717346ec80 void 0.000114
+particles free 0x55717346ecf0 void 0.000114
+particles free 0x55717346ed60 void 0.000114
+particles free 0x55717346edd0 void 0.000119
+particles free 0x55717346ee40 void 0.000115
+particles free 0x55717346eeb0 void 0.000111
+particles free 0x55717346ef20 void 0.000113
+particles free 0x55717346ef90 void 0.000111
+particles free 0x55717346f000 void 0.000112
+particles free 0x55717346f070 void 0.000119
+particles free 0x55717346f0e0 void 0.000120
+particles free 0x55717346f150 void 0.000117
+particles free 0x55717346f1c0 void 0.000113
+particles free 0x55717346f230 void 0.000113
+particles free 0x55717346f2a0 void 0.000114
+particles free 0x55717346f310 void 0.000112
+particles free 0x55717346f380 void 0.000111
+particles free 0x55717346f3f0 void 0.000113
+particles free 0x557173460410 void 0.000114
+particles free 0x557173460480 void 0.000113
+particles free 0x5571734604f0 void 0.000113
+particles free 0x557173460560 void 0.000111
+particles free 0x5571734605d0 void 0.000112
+particles free 0x557173460640 void 0.000113
+particles free 0x5571734606b0 void 0.000111
+particles free 0x557173460720 void 0.000118
+particles free 0x557173460790 void 0.000130
+particles free 0x557173460800 void 0.000114
+particles free 0x557173460870 void 0.000113
+particles free 0x5571734608e0 void 0.000117
+particles free 0x557173460950 void 0.000121
+particles free 0x5571734609c0 void 0.000116
+particles free 0x557173460a30 void 0.000111
+particles free 0x557173460aa0 void 0.000118
+particles free 0x557173460b10 void 0.000119
+particles free 0x557173460b80 void 0.000169
+particles free 0x557173460bf0 void 0.000127
+particles free 0x557173460c60 void 0.000122
+particles free 0x557173460cd0 void 0.000120
+particles free 0x557173460d40 void 0.000117
+particles free 0x557173460db0 void 0.000117
+particles free 0x557173460e20 void 0.000119
+particles free 0x557173460e90 void 0.000117
+particles free 0x557173460f00 void 0.000118
+particles free 0x557173460f70 void 0.000117
+particles free 0x557173460fe0 void 0.000118
+particles free 0x557173461050 void 0.000118
+particles free 0x5571734610c0 void 0.000119
+particles free 0x557173461130 void 0.000116
+particles free 0x5571734611a0 void 0.000119
+particles free 0x557173461210 void 0.000116
+particles free 0x557173461280 void 0.000117
+particles free 0x5571734612f0 void 0.000118
+particles free 0x557173461360 void 0.000117
+particles free 0x5571734613d0 void 0.000123
+particles free 0x557173461440 void 0.000126
+particles free 0x5571734614b0 void 0.000127
+particles free 0x557173461520 void 0.000120
+particles free 0x557173461590 void 0.000118
+particles free 0x557173461600 void 0.000119
+particles free 0x557173461670 void 0.000132
+particles free 0x5571734616e0 void 0.000127
+particles free 0x557173461750 void 0.000127
+particles free 0x5571734617c0 void 0.000122
+particles free 0x557173461830 void 0.000126
+particles free 0x5571734618a0 void 0.000118
+particles free 0x557173461910 void 0.000118
+particles free 0x557173461980 void 0.000119
+particles free 0x5571734619f0 void 0.000118
+particles free 0x557173461a60 void 0.000120
+particles free 0x557173461ad0 void 0.000117
+particles free 0x557173461b40 void 0.000117
+particles free 0x557173461bb0 void 0.000116
+particles free 0x557173461c20 void 0.000119
+particles free 0x557173461c90 void 0.000117
+particles free 0x557173461d00 void 0.000118
+particles free 0x557173461d70 void 0.000118
+particles free 0x557173461de0 void 0.000119
+particles free 0x557173461e50 void 0.000117
+particles free 0x557173461ec0 void 0.000123
+particles free 0x557173461f30 void 0.000126
+particles free 0x557173461fa0 void 0.000121
+particles free 0x557173462010 void 0.000120
+particles free 0x557173462080 void 0.000118
+particles free 0x5571734620f0 void 0.000117
+particles free 0x557173462160 void 0.000140
+particles free 0x5571734621d0 void 0.000128
+particles free 0x557173462240 void 0.000121
+particles free 0x5571734622b0 void 0.000117
+particles free 0x557173462320 void 0.000117
+particles free 0x557173462390 void 0.000118
+particles free 0x557173473470 void 0.000117
+particles free 0x5571734734e0 void 0.000117
+particles free 0x557173473550 void 0.000118
+particles free 0x5571734735c0 void 0.000119
+particles free 0x557173473630 void 0.000119
+particles free 0x5571734736a0 void 0.000117
+particles free 0x557173473710 void 0.000117
+particles free 0x557173473780 void 0.000116
+particles free 0x5571734737f0 void 0.000117
+particles free 0x557173473860 void 0.000124
+particles free 0x5571734738d0 void 0.000114
+particles free 0x557173473940 void 0.000112
+particles free 0x5571734739b0 void 0.000113
+particles free 0x557173473a20 void 0.000111
+particles free 0x557173473a90 void 0.000113
+particles free 0x557173473b00 void 0.000112
+particles free 0x557173473b70 void 0.000113
+particles free 0x557173473be0 void 0.000112
+particles free 0x557173473c50 void 0.000112
+particles free 0x557173473cc0 void 0.000112
+particles free 0x557173473d30 void 0.000111
+particles free 0x557173473da0 void 0.000131
+particles free 0x557173473e10 void 0.000130
+particles free 0x557173473e80 void 0.000130
+particles free 0x557173473ef0 void 0.000129
+particles free 0x557173473f60 void 0.000127
+particles free 0x557173473fd0 void 0.000128
+particles free 0x557173474040 void 0.000126
+particles free 0x5571734740b0 void 0.000128
+particles free 0x557173474120 void 0.000129
+particles free 0x557173474190 void 0.000128
+particles free 0x557173474200 void 0.000128
+particles realloc 0x5571735f49a0|30056 0x5571735f49a0 0.000130
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000131
+libxcb.so.1 malloc 16 0x5571735a6150 0.000120
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000119
+libxcb.so.1 malloc 16 0x5571735a6130 0.000119
+libX11.so.6 malloc 24 0x55717357ee90 0.000118
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000120
+libxcb.so.1 malloc 16 0x5571735aec40 0.000118
+libX11.so.6 free 0x55717357efb0 void 0.000120
+libxcb.so.1 free 0x5571735aec40 void 0.000121
+libX11.so.6 free 0x5571735eb2d0 void 0.000121
+particles malloc 96 0x557173469960 0.000120
+particles realloc 0x5571735f49a0|60112 0x5571736112c0 0.000238
+particles malloc 96 0x5571734698f0 0.000113
+particles malloc 96 0x557173469880 0.000111
+particles malloc 96 0x557173469810 0.000111
+particles malloc 96 0x5571734697a0 0.000111
+particles malloc 96 0x557173462fc0 0.000110
+particles malloc 96 0x557173463080 0.000111
+particles malloc 96 0x5571735cadb0 0.000111
+particles malloc 96 0x557173462f30 0.000112
+particles malloc 96 0x5571734654f0 0.000112
+particles malloc 96 0x557173467ab0 0.000114
+particles malloc 96 0x5571735d06f0 0.000113
+particles malloc 96 0x5571735d2cb0 0.000112
+particles malloc 96 0x5571735d5270 0.000112
+particles malloc 96 0x557173601a30 0.000115
+particles malloc 96 0x557173603ff0 0.000114
+particles malloc 96 0x5571736065b0 0.000110
+particles malloc 96 0x557173608b70 0.000112
+particles malloc 96 0x557173589d70 0.000112
+particles malloc 96 0x55717358c330 0.000114
+particles malloc 96 0x55717358e8f0 0.000111
+particles malloc 96 0x557173590eb0 0.000118
+particles malloc 96 0x557173609b70 0.000120
+particles malloc 96 0x557173591d30 0.000116
+particles malloc 96 0x55717358c170 0.000112
+particles malloc 96 0x5571736041b0 0.000114
+particles malloc 96 0x557173462d70 0.000112
+particles malloc 96 0x557173601bf0 0.000139
+particles malloc 96 0x557173608d30 0.000125
+particles malloc 96 0x557173590cf0 0.000124
+particles malloc 96 0x5571735d1570 0.000119
+particles malloc 96 0x557173606770 0.000118
+particles malloc 96 0x5571735cefb0 0.000124
+particles malloc 96 0x557173463db0 0.000119
+particles malloc 96 0x55717358e730 0.000118
+particles malloc 96 0x55717358abf0 0.000119
+particles malloc 96 0x557173607430 0.000118
+particles malloc 96 0x5571734678f0 0.000123
+particles malloc 96 0x55717360a9f0 0.000118
+particles malloc 96 0x55717360bf70 0.000119
+particles malloc 96 0x5571735d60f0 0.000119
+particles malloc 96 0x5571735d0530 0.000119
+particles malloc 96 0x5571735d2af0 0.000119
+particles malloc 96 0x557173589f30 0.000118
+particles malloc 96 0x557173467c70 0.000118
+particles malloc 96 0x557173604e70 0.000118
+particles malloc 96 0x55717358c4f0 0.000119
+particles malloc 96 0x5571735d5430 0.000117
+particles malloc 96 0x55717358d1b0 0.000118
+particles malloc 96 0x557173466370 0.000119
+particles malloc 96 0x55717358eab0 0.000118
+particles malloc 96 0x5571735d50b0 0.000119
+particles malloc 96 0x557173465330 0.000118
+particles malloc 96 0x5571734656b0 0.000128
+particles malloc 96 0x5571736089b0 0.000116
+particles malloc 96 0x557173601870 0.000115
+particles malloc 96 0x557173591070 0.000114
+particles malloc 96 0x557173588630 0.000113
+particles malloc 96 0x5571736063f0 0.000114
+particles malloc 96 0x55717358f770 0.000113
+particles malloc 96 0x5571735d08b0 0.000114
+particles malloc 96 0x5571735d2e70 0.000114
+particles malloc 96 0x557173603e30 0.000112
+particles malloc 96 0x557173468930 0.000112
+particles malloc 96 0x5571734630f0 0.000114
+particles malloc 96 0x5571736028b0 0.000114
+particles malloc 96 0x557173589bb0 0.000114
+particles malloc 96 0x5571735d3b30 0.000115
+particles malloc 96 0x5571735bf370 0.000113
+particles malloc 96 0x557173609d30 0.000113
+particles malloc 96 0x557173591710 0.000113
+particles malloc 96 0x557173591780 0.000114
+particles malloc 96 0x5571735d3510 0.000113
+particles malloc 96 0x5571735d3580 0.000114
+particles malloc 96 0x5571736093d0 0.000114
+particles malloc 96 0x557173609440 0.000112
+particles malloc 96 0x557173604850 0.000113
+particles malloc 96 0x5571736048c0 0.000113
+particles malloc 96 0x5571735d0f50 0.000113
+particles malloc 96 0x5571735d0fc0 0.000113
+particles malloc 96 0x5571735d5ad0 0.000112
+particles malloc 96 0x5571735d5b40 0.000194
+particles malloc 96 0x557173602290 0.000118
+particles malloc 96 0x557173602300 0.000118
+particles malloc 96 0x557173590030 0.000119
+particles malloc 96 0x5571735900a0 0.000119
+particles malloc 96 0x55717358a5d0 0.000118
+particles malloc 96 0x55717358a640 0.000119
+particles malloc 96 0x55717360b2b0 0.000119
+particles malloc 96 0x55717360b320 0.000117
+particles malloc 96 0x55717358f150 0.000117
+particles malloc 96 0x55717358f1c0 0.000118
+particles malloc 96 0x55717358da70 0.000119
+particles malloc 96 0x55717358dae0 0.000118
+particles malloc 96 0x55717358b4b0 0.000118
+particles malloc 96 0x55717358b520 0.000120
+particles malloc 96 0x5571735d69b0 0.000118
+particles malloc 96 0x5571735d6a20 0.000121
+particles malloc 96 0x557173465d50 0.000118
+particles malloc 96 0x557173465dc0 0.000119
+particles malloc 96 0x557173606e10 0.000118
+particles malloc 96 0x557173606e80 0.000118
+particles malloc 96 0x5571735bfc30 0.000124
+particles malloc 96 0x5571735bfca0 0.000119
+particles malloc 96 0x557173603170 0.000118
+particles malloc 96 0x5571736031e0 0.000120
+particles malloc 96 0x5571735d43f0 0.000118
+particles malloc 96 0x5571735d4460 0.000129
+particles malloc 96 0x5571734691f0 0.000114
+particles malloc 96 0x557173469260 0.000113
+particles malloc 96 0x557173588ef0 0.000113
+particles malloc 96 0x557173588f60 0.000113
+particles malloc 96 0x557173463790 0.000112
+particles malloc 96 0x557173463800 0.000112
+particles malloc 96 0x55717358cb90 0.000112
+particles malloc 96 0x55717358cc00 0.000114
+particles malloc 96 0x5571735d1e30 0.000112
+particles malloc 96 0x5571735d1ea0 0.000112
+particles malloc 96 0x557173466c30 0.000112
+particles malloc 96 0x557173466ca0 0.000112
+particles malloc 96 0x557173464670 0.000112
+particles malloc 96 0x5571734646e0 0.000113
+particles malloc 96 0x557173607cf0 0.000112
+particles malloc 96 0x557173607d60 0.000111
+particles malloc 96 0x5571735cf870 0.000113
+particles malloc 96 0x5571735cf8e0 0.000114
+particles malloc 96 0x557173468310 0.000115
+particles malloc 96 0x557173468380 0.000102
+particles malloc 96 0x55717360a3d0 0.000211
+particles malloc 96 0x55717360a440 0.000156
+particles malloc 96 0x557173605730 0.000115
+particles malloc 96 0x5571736057a0 0.000110
+particles malloc 96 0x557173591e60 0.000111
+particles malloc 96 0x557173591ed0 0.000113
+particles malloc 96 0x557173591f40 0.000127
+particles malloc 96 0x5571735d6b10 0.000115
+particles malloc 96 0x5571735d6b80 0.000112
+particles malloc 96 0x5571735d6bf0 0.000113
+particles malloc 96 0x557173588370 0.000113
+particles malloc 96 0x5571735883e0 0.000116
+libX11.so.6 malloc 24 0x5571735aec40 0.000116
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000116
+libxcb.so.1 malloc 16 0x55717357efb0 0.000113
+libX11.so.6 free 0x55717357ee90 void 0.000115
+libxcb.so.1 free 0x55717357efb0 void 0.000115
+libX11.so.6 free 0x5571735eb2d0 void 0.000115
+libX11.so.6 malloc 24 0x55717357efb0 0.000114
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000114
+libxcb.so.1 malloc 16 0x55717357ee90 0.000113
+libX11.so.6 free 0x5571735aec40 void 0.000115
+libxcb.so.1 free 0x55717357ee90 void 0.000115
+libX11.so.6 free 0x5571735eb2d0 void 0.000116
+libX11.so.6 malloc 24 0x55717357ee90 0.000115
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000115
+libxcb.so.1 malloc 16 0x5571735aec40 0.000112
+libX11.so.6 free 0x55717357efb0 void 0.000115
+libxcb.so.1 free 0x5571735aec40 void 0.000114
+libX11.so.6 free 0x5571735eb2d0 void 0.000115
+particles malloc 96 0x557173588450 0.000119
+particles malloc 96 0x5571735d16a0 0.000214
+particles malloc 96 0x5571735d1710 0.000160
+particles malloc 96 0x5571735d1780 0.000273
+particles malloc 96 0x5571735d17f0 0.000163
+particles malloc 96 0x5571735d1860 0.000125
+particles malloc 96 0x5571735d18d0 0.000120
+particles malloc 96 0x557173468a60 0.000118
+particles malloc 96 0x557173468ad0 0.000118
+particles malloc 96 0x557173468b40 0.000118
+particles malloc 96 0x557173468bb0 0.000124
+particles malloc 96 0x557173468c20 0.000119
+particles malloc 96 0x557173468c90 0.000119
+particles malloc 96 0x55717358d2e0 0.000118
+particles malloc 96 0x55717358d350 0.000118
+particles malloc 96 0x55717358d3c0 0.000118
+particles malloc 96 0x55717358d430 0.000118
+particles malloc 96 0x55717358d4a0 0.000119
+particles malloc 96 0x55717358d510 0.000118
+particles malloc 96 0x55717358ad20 0.000118
+particles malloc 96 0x55717358ad90 0.000117
+particles malloc 96 0x55717358ae00 0.000118
+particles malloc 96 0x55717358ae70 0.000117
+particles malloc 96 0x55717358aee0 0.000122
+particles malloc 96 0x55717358af50 0.000119
+particles malloc 96 0x557173588760 0.000125
+particles malloc 96 0x5571735887d0 0.000114
+particles malloc 96 0x557173588840 0.000110
+particles malloc 96 0x5571735888b0 0.000112
+particles malloc 96 0x557173588920 0.000111
+particles malloc 96 0x557173588990 0.000111
+particles malloc 96 0x557173604fa0 0.000113
+particles malloc 96 0x557173605010 0.000111
+particles malloc 96 0x557173605080 0.000111
+particles malloc 96 0x5571736050f0 0.000110
+particles malloc 96 0x557173605160 0.000110
+particles malloc 96 0x5571736051d0 0.000109
+particles malloc 96 0x5571734664a0 0.000111
+particles malloc 96 0x557173466510 0.000110
+particles malloc 96 0x557173466580 0.000110
+particles malloc 96 0x5571734665f0 0.000110
+particles malloc 96 0x557173466660 0.000111
+particles malloc 96 0x5571734666d0 0.000109
+particles malloc 96 0x5571735d6220 0.000112
+particles malloc 96 0x5571735d6290 0.000112
+particles malloc 96 0x5571735d6300 0.000111
+particles malloc 96 0x5571735d6370 0.000110
+particles malloc 96 0x5571735d63e0 0.000110
+particles malloc 96 0x5571735d6450 0.000109
+particles malloc 96 0x55717360ab20 0.000110
+particles malloc 96 0x55717360ab90 0.000111
+particles malloc 96 0x55717360ac00 0.000112
+particles malloc 96 0x55717360ac70 0.000109
+particles malloc 96 0x55717360ace0 0.000124
+particles malloc 96 0x55717360ad50 0.000113
+particles malloc 96 0x5571735bf4a0 0.000115
+particles malloc 96 0x5571735bf510 0.000120
+particles malloc 96 0x5571735bf580 0.000127
+particles malloc 96 0x5571735bf5f0 0.000120
+particles malloc 96 0x5571735bf660 0.000114
+particles malloc 96 0x5571735bf6d0 0.000114
+particles malloc 96 0x5571735cf0e0 0.000123
+particles malloc 96 0x5571735cf150 0.000114
+particles malloc 96 0x5571735cf1c0 0.000112
+particles malloc 96 0x5571735cf230 0.000112
+particles malloc 96 0x5571735cf2a0 0.000116
+particles malloc 96 0x5571735cf310 0.000114
+particles malloc 96 0x5571735d3c60 0.000118
+particles malloc 96 0x5571735d3cd0 0.000113
+particles malloc 96 0x5571735d3d40 0.000113
+particles malloc 96 0x5571735d3db0 0.000113
+particles malloc 96 0x5571735d3e20 0.000112
+particles malloc 96 0x5571735d3e90 0.000113
+particles malloc 96 0x557173607560 0.000113
+particles malloc 96 0x5571736075d0 0.000113
+particles malloc 96 0x557173607640 0.000113
+particles malloc 96 0x5571736076b0 0.000112
+particles malloc 96 0x557173607720 0.000112
+particles malloc 96 0x557173607790 0.000113
+particles malloc 96 0x5571736029e0 0.000113
+particles malloc 96 0x557173602a50 0.000152
+particles malloc 96 0x557173602ac0 0.000124
+particles malloc 96 0x557173602b30 0.000114
+particles malloc 96 0x557173602ba0 0.000112
+particles malloc 96 0x557173602c10 0.000114
+particles malloc 96 0x55717358f8a0 0.000112
+particles malloc 96 0x55717358f910 0.000113
+particles malloc 96 0x55717358f980 0.000113
+particles malloc 96 0x55717358f9f0 0.000114
+particles malloc 96 0x55717358fa60 0.000114
+particles malloc 96 0x55717358fad0 0.000113
+particles malloc 96 0x557173463ee0 0.000114
+particles malloc 96 0x557173463f50 0.000113
+particles malloc 96 0x557173463fc0 0.000115
+particles malloc 96 0x557173464030 0.000113
+particles malloc 96 0x5571734640a0 0.000113
+particles malloc 96 0x557173464110 0.000115
+particles malloc 96 0x55717358fc20 0.000112
+particles malloc 96 0x55717358fc90 0.000113
+particles malloc 96 0x55717358fd00 0.000112
+particles malloc 96 0x55717358fd70 0.000124
+particles malloc 96 0x55717358fde0 0.000113
+particles malloc 96 0x55717358fe50 0.000114
+particles malloc 96 0x557173605320 0.000114
+particles malloc 96 0x557173605390 0.000113
+particles malloc 96 0x557173605400 0.000113
+particles malloc 96 0x557173605470 0.000112
+particles malloc 96 0x5571736054e0 0.000116
+particles malloc 96 0x557173605550 0.000115
+particles malloc 96 0x557173464260 0.000113
+particles malloc 96 0x5571734642d0 0.000114
+particles malloc 96 0x557173464340 0.000113
+particles malloc 96 0x5571734643b0 0.000112
+particles malloc 96 0x557173464420 0.000113
+particles malloc 96 0x557173464490 0.000112
+particles malloc 96 0x5571735cf460 0.000112
+particles malloc 96 0x5571735cf4d0 0.000113
+particles malloc 96 0x5571735cf540 0.000114
+particles malloc 96 0x5571735cf5b0 0.000112
+particles malloc 96 0x5571735cf620 0.000113
+particles malloc 96 0x5571735cf690 0.000113
+particles malloc 96 0x5571735bf820 0.000113
+particles malloc 96 0x5571735bf890 0.000112
+particles malloc 96 0x5571735bf900 0.000147
+particles malloc 96 0x5571735bf970 0.000114
+particles malloc 96 0x5571735bf9e0 0.000113
+particles malloc 96 0x5571735bfa50 0.000112
+particles malloc 96 0x5571735d65a0 0.000112
+particles malloc 96 0x5571735d6610 0.000129
+particles malloc 96 0x5571735d6680 0.000114
+particles malloc 96 0x5571735d66f0 0.000113
+particles malloc 96 0x5571735d6760 0.000114
+particles malloc 96 0x5571735d67d0 0.000114
+particles malloc 96 0x5571736078e0 0.000114
+particles malloc 96 0x557173607950 0.000113
+particles malloc 96 0x5571736079c0 0.000129
+particles malloc 96 0x557173607a30 0.000119
+particles malloc 96 0x557173607aa0 0.000119
+particles malloc 96 0x557173607b10 0.000118
+particles malloc 96 0x5571735d1a20 0.000119
+particles malloc 96 0x5571735d1a90 0.000118
+particles malloc 96 0x5571735d1b00 0.000118
+particles malloc 96 0x5571735d1b70 0.000118
+particles malloc 96 0x5571735d1be0 0.000118
+particles malloc 96 0x5571735d1c50 0.000117
+particles malloc 96 0x557173588ae0 0.000118
+particles malloc 96 0x557173588b50 0.000116
+particles malloc 96 0x557173588bc0 0.000119
+particles malloc 96 0x557173588c30 0.000117
+particles malloc 96 0x557173588ca0 0.000117
+particles malloc 96 0x557173588d10 0.000117
+particles malloc 96 0x557173468de0 0.000119
+particles malloc 96 0x557173468e50 0.000128
+particles malloc 96 0x557173468ec0 0.000124
+particles malloc 96 0x557173468f30 0.000120
+particles malloc 96 0x557173468fa0 0.000119
+particles malloc 96 0x557173469010 0.000118
+particles malloc 96 0x55717358b0a0 0.000118
+particles malloc 96 0x55717358b110 0.000118
+particles malloc 96 0x55717358b180 0.000118
+particles malloc 96 0x55717358b1f0 0.000119
+particles malloc 96 0x55717358b260 0.000117
+particles malloc 96 0x55717358b2d0 0.000116
+particles malloc 96 0x55717358d660 0.000113
+particles malloc 96 0x55717358d6d0 0.000112
+particles malloc 96 0x55717358d740 0.000110
+particles malloc 96 0x55717358d7b0 0.000112
+particles malloc 96 0x55717358d820 0.000112
+particles malloc 96 0x55717358d890 0.000113
+particles malloc 96 0x55717360aea0 0.000112
+particles malloc 96 0x55717360af10 0.000114
+particles malloc 96 0x55717360af80 0.000111
+particles malloc 96 0x55717360aff0 0.000111
+particles malloc 96 0x55717360b060 0.000110
+particles malloc 96 0x55717360b0d0 0.000111
+particles malloc 96 0x557173466820 0.000112
+particles malloc 96 0x557173466890 0.000110
+particles malloc 96 0x557173466900 0.000112
+particles malloc 96 0x557173466970 0.000112
+particles malloc 96 0x5571734669e0 0.000110
+particles malloc 96 0x557173466a50 0.000110
+particles malloc 96 0x5571735d3fe0 0.000112
+particles malloc 96 0x5571735d4050 0.000111
+particles malloc 96 0x5571735d40c0 0.000111
+particles malloc 96 0x5571735d4130 0.000111
+particles malloc 96 0x5571735d41a0 0.000110
+particles malloc 96 0x5571735d4210 0.000110
+particles malloc 96 0x557173602d60 0.000109
+particles malloc 96 0x557173602dd0 0.000111
+particles malloc 96 0x557173602e40 0.000111
+particles malloc 96 0x557173602eb0 0.000124
+particles malloc 96 0x557173602f20 0.000114
+particles malloc 96 0x557173602f90 0.000114
+particles malloc 96 0x557173462420 0.000111
+particles malloc 96 0x557173462490 0.000113
+particles malloc 96 0x557173462500 0.000113
+particles malloc 96 0x557173462570 0.000111
+particles malloc 96 0x5571734625e0 0.000112
+particles malloc 96 0x557173462650 0.000113
+particles malloc 96 0x5571734626c0 0.000111
+particles malloc 96 0x557173462730 0.000113
+particles malloc 96 0x5571734638f0 0.000113
+particles malloc 96 0x557173463960 0.000112
+particles malloc 96 0x5571734639d0 0.000113
+particles malloc 96 0x557173463a40 0.000114
+particles malloc 96 0x557173463ab0 0.000112
+particles malloc 96 0x557173463b20 0.000110
+particles malloc 96 0x557173463b90 0.000116
+particles malloc 96 0x557173463c00 0.000115
+particles malloc 96 0x5571735d5c30 0.000113
+particles malloc 96 0x5571735d5ca0 0.000112
+particles malloc 96 0x5571735d5d10 0.000114
+particles malloc 96 0x5571735d5d80 0.000112
+particles malloc 96 0x5571735d5df0 0.000113
+particles malloc 96 0x5571735d5e60 0.000112
+particles malloc 96 0x5571735d5ed0 0.000113
+particles malloc 96 0x5571735d5f40 0.000118
+particles malloc 96 0x55717358a730 0.000162
+particles malloc 96 0x55717358a7a0 0.000121
+particles malloc 96 0x55717358a810 0.000125
+particles malloc 96 0x55717358a880 0.000124
+particles malloc 96 0x55717358a8f0 0.000124
+particles malloc 96 0x55717358a960 0.000124
+particles malloc 96 0x55717358a9d0 0.000125
+particles malloc 96 0x55717358aa40 0.000127
+particles malloc 96 0x5571735ceaf0 0.000125
+particles malloc 96 0x5571735ceb60 0.000118
+particles malloc 96 0x5571735cebd0 0.000113
+particles malloc 96 0x5571735cec40 0.000118
+particles malloc 96 0x5571735cecb0 0.000126
+particles malloc 96 0x5571735ced20 0.000125
+particles malloc 96 0x5571735ced90 0.000125
+particles malloc 96 0x5571735cee00 0.000127
+particles malloc 96 0x5571736023f0 0.000119
+particles malloc 96 0x557173602460 0.000118
+particles malloc 96 0x5571736024d0 0.000125
+particles malloc 96 0x557173602540 0.000125
+particles malloc 96 0x5571736025b0 0.000124
+particles malloc 96 0x557173602620 0.000124
+particles malloc 96 0x557173602690 0.000127
+particles malloc 96 0x557173602700 0.000127
+particles malloc 96 0x557173468470 0.000125
+particles malloc 96 0x5571734684e0 0.000125
+particles malloc 96 0x557173468550 0.000117
+particles malloc 96 0x5571734685c0 0.000117
+particles malloc 96 0x557173468630 0.000125
+particles malloc 96 0x5571734686a0 0.000126
+particles malloc 96 0x557173468710 0.000124
+particles malloc 96 0x557173468780 0.000119
+particles malloc 96 0x5571735d10b0 0.000115
+particles malloc 96 0x5571735d1120 0.000118
+particles malloc 96 0x5571735d1190 0.000124
+particles malloc 96 0x5571735d1200 0.000118
+particles malloc 96 0x5571735d1270 0.000119
+particles malloc 96 0x5571735d12e0 0.000126
+particles malloc 96 0x5571735d1350 0.000124
+particles malloc 96 0x5571735d13c0 0.000126
+particles malloc 96 0x5571735d3670 0.000118
+particles malloc 96 0x5571735d36e0 0.000113
+particles malloc 96 0x5571735d3750 0.000118
+particles malloc 96 0x5571735d37c0 0.000132
+particles malloc 96 0x5571735d3830 0.000124
+particles malloc 96 0x5571735d38a0 0.000126
+particles malloc 96 0x5571735d3910 0.000126
+particles malloc 96 0x5571735d3980 0.000119
+particles malloc 96 0x557173606f70 0.000113
+particles malloc 96 0x557173606fe0 0.000119
+particles malloc 96 0x557173607050 0.000125
+particles malloc 96 0x5571736070c0 0.000119
+particles malloc 96 0x557173607130 0.000113
+particles malloc 96 0x5571736071a0 0.000119
+particles malloc 96 0x557173607210 0.000126
+particles malloc 96 0x557173607280 0.000124
+particles malloc 96 0x5571736049b0 0.000125
+particles malloc 96 0x557173604a20 0.000127
+particles malloc 96 0x557173604a90 0.000118
+particles malloc 96 0x557173604b00 0.000118
+particles malloc 96 0x557173604b70 0.000125
+particles malloc 96 0x557173604be0 0.000124
+particles malloc 96 0x557173604c50 0.000119
+particles malloc 96 0x557173604cc0 0.000120
+particles malloc 96 0x557173591870 0.000128
+particles malloc 96 0x5571735918e0 0.000208
+particles malloc 96 0x557173591950 0.000131
+particles malloc 96 0x5571735919c0 0.000131
+particles malloc 96 0x557173591a30 0.000127
+particles malloc 96 0x557173591aa0 0.000125
+particles malloc 96 0x557173591b10 0.000130
+particles malloc 96 0x557173591b80 0.000130
+particles malloc 96 0x557173465eb0 0.000130
+particles malloc 96 0x557173465f20 0.000125
+particles malloc 96 0x557173465f90 0.000119
+particles malloc 96 0x557173466000 0.000124
+particles malloc 96 0x557173466070 0.000125
+particles malloc 96 0x5571734660e0 0.000119
+particles malloc 96 0x557173466150 0.000119
+particles malloc 96 0x5571734661c0 0.000123
+particles malloc 96 0x55717358f2b0 0.000131
+particles malloc 96 0x55717358f320 0.000130
+particles malloc 96 0x55717358f390 0.000131
+particles malloc 96 0x55717358f400 0.000130
+particles malloc 96 0x55717358f470 0.000126
+particles malloc 96 0x55717358f4e0 0.000120
+particles malloc 96 0x55717358f550 0.000134
+particles malloc 96 0x55717358f5c0 0.000131
+particles malloc 96 0x55717358ccf0 0.000128
+particles malloc 96 0x55717358cd60 0.000122
+particles malloc 96 0x55717358cdd0 0.000119
+particles malloc 96 0x55717358ce40 0.000126
+particles malloc 96 0x55717358ceb0 0.000132
+particles malloc 96 0x55717358cf20 0.000131
+particles malloc 96 0x55717358cf90 0.000131
+particles malloc 96 0x55717358d000 0.000124
+particles malloc 96 0x55717360a530 0.000120
+particles malloc 96 0x55717360a5a0 0.000125
+particles malloc 96 0x55717360a610 0.000124
+particles malloc 96 0x55717360a680 0.000127
+particles malloc 96 0x55717360a6f0 0.000125
+particles malloc 96 0x55717360a760 0.000123
+particles malloc 96 0x55717360a7d0 0.000131
+particles malloc 96 0x55717360a840 0.000132
+particles malloc 96 0x5571735d4b50 0.000130
+particles malloc 96 0x5571735d4bc0 0.000131
+particles malloc 96 0x5571735d4c30 0.000125
+particles malloc 96 0x5571735d4ca0 0.000124
+particles malloc 96 0x5571735d4d10 0.000132
+particles malloc 96 0x5571735d4d80 0.000131
+particles malloc 96 0x5571735d4df0 0.000129
+particles malloc 96 0x5571735d4e60 0.000130
+particles malloc 96 0x5571735d4ed0 0.000131
+particles malloc 96 0x5571736038d0 0.000127
+particles malloc 96 0x557173603940 0.000125
+particles malloc 96 0x5571736039b0 0.000130
+particles malloc 96 0x557173603a20 0.000130
+particles malloc 96 0x557173603a90 0.000130
+particles malloc 96 0x557173603b00 0.000130
+particles malloc 96 0x557173603b70 0.000120
+particles malloc 96 0x557173603be0 0.000123
+particles malloc 96 0x557173603c50 0.000129
+particles malloc 96 0x557173605e90 0.000131
+particles malloc 96 0x557173605f00 0.000130
+particles malloc 96 0x557173605f70 0.000125
+particles malloc 96 0x557173605fe0 0.000119
+particles malloc 96 0x557173606050 0.000124
+particles malloc 96 0x5571736060c0 0.000131
+particles malloc 96 0x557173606130 0.000172
+particles malloc 96 0x5571736061a0 0.000132
+particles malloc 96 0x557173606210 0.000130
+particles malloc 96 0x55717358bc10 0.000125
+particles malloc 96 0x55717358bc80 0.000121
+particles malloc 96 0x55717358bcf0 0.000124
+particles malloc 96 0x55717358bd60 0.000130
+particles malloc 96 0x55717358bdd0 0.000130
+particles malloc 96 0x55717358be40 0.000129
+particles malloc 96 0x55717358beb0 0.000124
+particles malloc 96 0x55717358bf20 0.000118
+particles malloc 96 0x55717358bf90 0.000125
+particles malloc 96 0x557173590790 0.000131
+particles malloc 96 0x557173590800 0.000178
+particles malloc 96 0x557173590870 0.000132
+particles malloc 96 0x5571735908e0 0.000131
+particles malloc 96 0x557173590950 0.000130
+particles malloc 96 0x5571735909c0 0.000132
+particles malloc 96 0x557173590a30 0.000126
+particles malloc 96 0x557173590aa0 0.000125
+libxcb.so.1 free 0x5571735a6150 void 0.000133
+libGL.so.1 free 0x5571735b6d10 void 0.000131
+libxcb.so.1 free 0x5571735a6130 void 0.000133
+libGL.so.1 free 0x5571735a2fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173611270 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000128
+gallium_dri.so free 0x557173611270 void 0.000138
+gallium_dri.so malloc 72 0x557173611270 0.000131
+gallium_dri.so free 0x5571734673c0 void 0.000129
+gallium_dri.so free 0x557173611270 void 0.000166
+gallium_dri.so malloc 72 0x557173611270 0.000128
+gallium_dri.so free 0x557173467440 void 0.000132
+gallium_dri.so free 0x557173611270 void 0.000135
+gallium_dri.so malloc 72 0x557173467470 0.000137
+gallium_dri.so free 0x5571734674c0 void 0.000138
+gallium_dri.so free 0x557173467470 void 0.000137
+gallium_dri.so malloc 72 0x557173467470 0.000137
+gallium_dri.so free 0x5571734675c0 void 0.000130
+gallium_dri.so free 0x557173467470 void 0.000126
+gallium_dri.so malloc 72 0x557173467570 0.000126
+gallium_dri.so free 0x557173467680 void 0.000127
+gallium_dri.so free 0x557173467570 void 0.000130
+gallium_dri.so malloc 72 0x557173467630 0.000137
+gallium_dri.so free 0x5571734676c0 void 0.000137
+gallium_dri.so free 0x557173467630 void 0.000137
+gallium_dri.so malloc 72 0x557173467630 0.000138
+gallium_dri.so free 0x557173589680 void 0.000185
+gallium_dri.so free 0x557173467630 void 0.000133
+gallium_dri.so malloc 72 0x557173467630 0.000133
+gallium_dri.so free 0x557173589780 void 0.000138
+gallium_dri.so free 0x557173467630 void 0.000137
+gallium_dri.so malloc 72 0x557173589730 0.000137
+gallium_dri.so free 0x557173589800 void 0.000138
+gallium_dri.so free 0x557173589730 void 0.000137
+gallium_dri.so malloc 72 0x557173589850 0.000137
+gallium_dri.so free 0x5571735898c0 void 0.000137
+gallium_dri.so free 0x557173589850 void 0.000136
+gallium_dri.so malloc 72 0x5571735898e0 0.000134
+gallium_dri.so free 0x557173589980 void 0.000133
+gallium_dri.so free 0x5571735898e0 void 0.000138
+gallium_dri.so malloc 72 0x557173589930 0.000131
+gallium_dri.so free 0x557173589a00 void 0.000128
+gallium_dri.so free 0x557173589930 void 0.000132
+gallium_dri.so malloc 72 0x557173589930 0.000131
+gallium_dri.so free 0x557173601340 void 0.000127
+gallium_dri.so free 0x557173589930 void 0.000131
+gallium_dri.so malloc 72 0x557173601340 0.000140
+gallium_dri.so free 0x557173601400 void 0.000138
+gallium_dri.so free 0x557173601340 void 0.000137
+gallium_dri.so malloc 72 0x557173601340 0.000138
+gallium_dri.so free 0x5571736014c0 void 0.000136
+gallium_dri.so free 0x557173601340 void 0.000138
+gallium_dri.so malloc 72 0x5571736014e0 0.000138
+gallium_dri.so free 0x557173601580 void 0.000137
+gallium_dri.so free 0x5571736014e0 void 0.000138
+gallium_dri.so malloc 72 0x557173601530 0.000136
+gallium_dri.so free 0x557173601600 void 0.000131
+gallium_dri.so free 0x557173601530 void 0.000126
+gallium_dri.so malloc 72 0x557173601530 0.000133
+gallium_dri.so free 0x557173601680 void 0.000130
+gallium_dri.so free 0x557173601530 void 0.000126
+gallium_dri.so malloc 72 0x557173601680 0.000133
+gallium_dri.so free 0x55717360ba40 void 0.000128
+gallium_dri.so free 0x557173601680 void 0.000126
+gallium_dri.so malloc 72 0x557173601680 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so free 0x557173601680 void 0.000140
+gallium_dri.so malloc 72 0x55717360baf0 0.000125
+gallium_dri.so free 0x55717360bb40 void 0.000126
+gallium_dri.so free 0x55717360baf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360bb40 0.000125
+gallium_dri.so free 0x55717360bc00 void 0.000124
+gallium_dri.so free 0x55717360bb40 void 0.000123
+gallium_dri.so malloc 72 0x55717360bb40 0.000129
+gallium_dri.so free 0x55717360bd00 void 0.000129
+gallium_dri.so free 0x55717360bb40 void 0.000129
+gallium_dri.so malloc 72 0x55717360bcb0 0.000130
+gallium_dri.so free 0x55717360bdc0 void 0.000131
+gallium_dri.so free 0x55717360bcb0 void 0.000132
+gallium_dri.so malloc 72 0x55717360bd70 0.000129
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so free 0x55717360bd70 void 0.000133
+gallium_dri.so malloc 72 0x55717360bd70 0.000131
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so free 0x55717360bd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0070 0.000124
+gallium_dri.so free 0x5571735d0140 void 0.000127
+gallium_dri.so free 0x5571735d0070 void 0.000166
+gallium_dri.so malloc 72 0x5571735d0190 0.000131
+gallium_dri.so free 0x5571735d0200 void 0.000166
+gallium_dri.so free 0x5571735d0190 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0240 0.000129
+gallium_dri.so free 0x5571735d02c0 void 0.000125
+gallium_dri.so free 0x5571735d0240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0240 0.000121
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0370 0.000124
+gallium_dri.so free 0x557173464e00 void 0.000130
+gallium_dri.so free 0x5571735d0370 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0370 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000130
+gallium_dri.so free 0x5571735d0370 void 0.000125
+gallium_dri.so malloc 72 0x557173464e80 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000125
+gallium_dri.so malloc 72 0x557173464e80 0.000130
+gallium_dri.so free 0x557173465000 void 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000139
+gallium_dri.so malloc 72 0x557173464e80 0.000131
+gallium_dri.so free 0x5571734650c0 void 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000131
+gallium_dri.so malloc 72 0x557173465070 0.000131
+gallium_dri.so free 0x5571734650c0 void 0.000130
+gallium_dri.so free 0x557173465070 void 0.000131
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x557173462840 void 0.000130
+gallium_dri.so free 0x557173465070 void 0.000130
+gallium_dri.so malloc 72 0x557173462840 0.000130
+gallium_dri.so free 0x5571734651c0 void 0.000131
+gallium_dri.so free 0x557173462840 void 0.000131
+gallium_dri.so malloc 72 0x557173465170 0.000132
+gallium_dri.so free 0x557173462900 void 0.000130
+gallium_dri.so free 0x557173465170 void 0.000130
+gallium_dri.so malloc 72 0x557173465170 0.000131
+gallium_dri.so free 0x5571734629c0 void 0.000161
+gallium_dri.so free 0x557173465170 void 0.000167
+gallium_dri.so malloc 72 0x557173462970 0.000181
+gallium_dri.so free 0x557173462a40 void 0.000131
+gallium_dri.so free 0x557173462970 void 0.000170
+gallium_dri.so malloc 72 0x557173462a90 0.000130
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x557173462a90 void 0.000130
+gallium_dri.so malloc 72 0x557173462b60 0.000130
+gallium_dri.so free 0x557173462c00 void 0.000125
+gallium_dri.so free 0x557173462b60 void 0.000119
+gallium_dri.so malloc 72 0x557173462bb0 0.000125
+gallium_dri.so free 0x5571735d25c0 void 0.000130
+gallium_dri.so free 0x557173462bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173462bb0 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000129
+gallium_dri.so free 0x557173462bb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2630 0.000124
+gallium_dri.so free 0x5571735d2700 void 0.000125
+gallium_dri.so free 0x5571735d2630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2750 0.000125
+gallium_dri.so free 0x5571735d27c0 void 0.000126
+gallium_dri.so free 0x5571735d2750 void 0.000131
+gallium_dri.so malloc 72 0x5571735d27e0 0.000181
+gallium_dri.so free 0x5571735d2880 void 0.000128
+gallium_dri.so free 0x5571735d27e0 void 0.000293
+gallium_dri.so malloc 72 0x5571735d2830 0.000322
+gallium_dri.so free 0x5571735d2900 void 0.000241
+gallium_dri.so free 0x5571735d2830 void 0.000165
+gallium_dri.so malloc 72 0x5571735d2900 0.000167
+gallium_dri.so free 0x55717358e200 void 0.000132
+gallium_dri.so free 0x5571735d2900 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2900 0.000122
+gallium_dri.so free 0x55717358e280 void 0.000121
+gallium_dri.so free 0x5571735d2900 void 0.000124
+gallium_dri.so malloc 72 0x55717358e280 0.000132
+gallium_dri.so free 0x55717358e340 void 0.000132
+gallium_dri.so free 0x55717358e280 void 0.000125
+gallium_dri.so malloc 72 0x55717358e280 0.000120
+gallium_dri.so free 0x55717358e400 void 0.000125
+gallium_dri.so free 0x55717358e280 void 0.000125
+gallium_dri.so malloc 72 0x55717358e280 0.000129
+gallium_dri.so free 0x55717358e4c0 void 0.000126
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so malloc 72 0x55717358e470 0.000128
+gallium_dri.so free 0x55717358e540 void 0.000126
+gallium_dri.so free 0x55717358e470 void 0.000125
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x557173608480 void 0.000132
+gallium_dri.so free 0x55717358e590 void 0.000131
+gallium_dri.so malloc 72 0x55717358e590 0.000131
+gallium_dri.so free 0x557173608500 void 0.000130
+gallium_dri.so free 0x55717358e590 void 0.000132
+gallium_dri.so malloc 72 0x55717358e590 0.000131
+gallium_dri.so free 0x5571736085c0 void 0.000177
+gallium_dri.so free 0x55717358e590 void 0.000135
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x557173608680 void 0.000126
+gallium_dri.so free 0x55717358e590 void 0.000121
+gallium_dri.so malloc 72 0x557173608630 0.000126
+gallium_dri.so free 0x557173608700 void 0.000125
+gallium_dri.so free 0x557173608630 void 0.000122
+gallium_dri.so malloc 72 0x557173608750 0.000126
+gallium_dri.so free 0x5571736087c0 void 0.000139
+gallium_dri.so free 0x557173608750 void 0.000142
+gallium_dri.so malloc 72 0x5571736087e0 0.000145
+gallium_dri.so free 0x557173469380 void 0.000147
+gallium_dri.so free 0x5571736087e0 void 0.000140
+gallium_dri.so malloc 72 0x5571736087e0 0.000134
+gallium_dri.so free 0x557173469440 void 0.000142
+gallium_dri.so free 0x5571736087e0 void 0.000146
+gallium_dri.so malloc 72 0x5571734693f0 0.000145
+gallium_dri.so free 0x557173469440 void 0.000140
+gallium_dri.so free 0x5571734693f0 void 0.000135
+gallium_dri.so malloc 72 0x5571734693f0 0.000141
+gallium_dri.so free 0x557173469540 void 0.000145
+gallium_dri.so free 0x5571734693f0 void 0.000146
+gallium_dri.so malloc 72 0x5571734694f0 0.000146
+gallium_dri.so free 0x557173469600 void 0.000146
+gallium_dri.so free 0x5571734694f0 void 0.000147
+gallium_dri.so malloc 72 0x5571734695b0 0.000139
+gallium_dri.so free 0x557173469640 void 0.000143
+gallium_dri.so free 0x5571734695b0 void 0.000149
+gallium_dri.so malloc 72 0x5571734695b0 0.000148
+gallium_dri.so free 0x557173469700 void 0.000147
+gallium_dri.so free 0x5571734695b0 void 0.000141
+gallium_dri.so malloc 72 0x5571734695b0 0.000137
+gallium_dri.so free 0x5571735d2fc0 void 0.000141
+gallium_dri.so free 0x5571734695b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735d3010 0.000145
+gallium_dri.so free 0x5571735d3080 void 0.000145
+gallium_dri.so free 0x5571735d3010 void 0.000146
+gallium_dri.so malloc 72 0x5571735d30e0 0.000139
+gallium_dri.so free 0x5571735d3180 void 0.000142
+gallium_dri.so free 0x5571735d30e0 void 0.000146
+gallium_dri.so malloc 72 0x5571735d3130 0.000140
+gallium_dri.so free 0x5571735d31c0 void 0.000136
+gallium_dri.so free 0x5571735d3130 void 0.000141
+gallium_dri.so malloc 72 0x5571735d3130 0.000140
+gallium_dri.so free 0x5571735d3280 void 0.000137
+gallium_dri.so free 0x5571735d3130 void 0.000139
+gallium_dri.so malloc 72 0x5571735d32c0 0.000155
+gallium_dri.so free 0x5571735d3340 void 0.000147
+gallium_dri.so free 0x5571735d32c0 void 0.000209
+gallium_dri.so malloc 72 0x5571735d3340 0.000131
+gallium_dri.so free 0x557173465800 void 0.000130
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so malloc 72 0x557173465820 0.000130
+gallium_dri.so free 0x5571734658c0 void 0.000131
+gallium_dri.so free 0x557173465820 void 0.000132
+gallium_dri.so malloc 72 0x557173465870 0.000129
+gallium_dri.so free 0x557173465940 void 0.000130
+gallium_dri.so free 0x557173465870 void 0.000126
+gallium_dri.so malloc 72 0x557173465940 0.000125
+gallium_dri.so free 0x557173465a00 void 0.000127
+gallium_dri.so free 0x557173465940 void 0.000130
+gallium_dri.so malloc 72 0x557173465940 0.000126
+gallium_dri.so free 0x557173465a80 void 0.000121
+gallium_dri.so free 0x557173465940 void 0.000125
+gallium_dri.so malloc 72 0x557173465a80 0.000124
+gallium_dri.so free 0x557173465b40 void 0.000123
+gallium_dri.so free 0x557173465a80 void 0.000139
+gallium_dri.so malloc 72 0x557173465a80 0.000127
+gallium_dri.so free 0x55717358c640 void 0.000128
+gallium_dri.so free 0x557173465a80 void 0.000131
+gallium_dri.so malloc 72 0x55717358c670 0.000131
+gallium_dri.so free 0x55717358c6c0 void 0.000126
+gallium_dri.so free 0x55717358c670 void 0.000127
+gallium_dri.so malloc 72 0x55717358c670 0.000130
+gallium_dri.so free 0x55717358c7c0 void 0.000131
+gallium_dri.so free 0x55717358c670 void 0.000131
+gallium_dri.so malloc 72 0x55717358c770 0.000131
+gallium_dri.so free 0x55717358c880 void 0.000125
+gallium_dri.so free 0x55717358c770 void 0.000121
+gallium_dri.so malloc 72 0x55717358c830 0.000126
+gallium_dri.so free 0x55717358c900 void 0.000131
+gallium_dri.so free 0x55717358c830 void 0.000128
+gallium_dri.so malloc 72 0x55717358c920 0.000127
+gallium_dri.so free 0x55717358c9c0 void 0.000126
+gallium_dri.so free 0x55717358c920 void 0.000125
+gallium_dri.so malloc 72 0x55717358c970 0.000130
+gallium_dri.so free 0x55717358ec00 void 0.000131
+gallium_dri.so free 0x55717358c970 void 0.000142
+gallium_dri.so malloc 72 0x55717358ec40 0.000132
+gallium_dri.so free 0x55717358ecc0 void 0.000129
+gallium_dri.so free 0x55717358ec40 void 0.000131
+gallium_dri.so malloc 72 0x55717358ecc0 0.000130
+gallium_dri.so free 0x55717358ed80 void 0.000127
+gallium_dri.so free 0x55717358ecc0 void 0.000126
+gallium_dri.so malloc 72 0x55717358ecc0 0.000130
+gallium_dri.so free 0x55717358ee00 void 0.000130
+gallium_dri.so free 0x55717358ecc0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ee30 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000131
+gallium_dri.so free 0x55717358ee30 void 0.000205
+gallium_dri.so malloc 72 0x55717358ee30 0.000166
+gallium_dri.so free 0x55717358ef80 void 0.000165
+gallium_dri.so free 0x55717358ee30 void 0.000164
+gallium_dri.so malloc 72 0x55717358efc0 0.000131
+gallium_dri.so free 0x557173601d40 void 0.000124
+gallium_dri.so free 0x55717358efc0 void 0.000121
+gallium_dri.so malloc 72 0x557173601d90 0.000133
+gallium_dri.so free 0x557173601e00 void 0.000129
+gallium_dri.so free 0x557173601d90 void 0.000125
+gallium_dri.so malloc 72 0x557173601e20 0.000131
+gallium_dri.so free 0x557173601ec0 void 0.000125
+gallium_dri.so free 0x557173601e20 void 0.000126
+gallium_dri.so malloc 72 0x557173601e70 0.000130
+gallium_dri.so free 0x557173601f40 void 0.000127
+gallium_dri.so free 0x557173601e70 void 0.000121
+gallium_dri.so malloc 72 0x557173601e70 0.000127
+gallium_dri.so free 0x557173601fc0 void 0.000125
+gallium_dri.so free 0x557173601e70 void 0.000124
+gallium_dri.so malloc 72 0x557173601fc0 0.000130
+gallium_dri.so free 0x557173602080 void 0.000131
+gallium_dri.so free 0x557173601fc0 void 0.000126
+gallium_dri.so malloc 72 0x557173601fc0 0.000123
+gallium_dri.so free 0x557173463240 void 0.000123
+gallium_dri.so free 0x557173601fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173463260 0.000131
+gallium_dri.so free 0x557173463300 void 0.000131
+gallium_dri.so free 0x557173463260 void 0.000125
+gallium_dri.so malloc 72 0x5571734632b0 0.000121
+gallium_dri.so free 0x557173463380 void 0.000121
+gallium_dri.so free 0x5571734632b0 void 0.000139
+gallium_dri.so malloc 72 0x5571734632b0 0.000127
+gallium_dri.so free 0x557173463400 void 0.000122
+gallium_dri.so free 0x5571734632b0 void 0.000125
+gallium_dri.so malloc 72 0x557173463400 0.000124
+gallium_dri.so free 0x5571734634c0 void 0.000123
+gallium_dri.so free 0x557173463400 void 0.000120
+gallium_dri.so malloc 72 0x557173463400 0.000125
+gallium_dri.so free 0x557173463580 void 0.000131
+gallium_dri.so free 0x557173463400 void 0.000125
+gallium_dri.so malloc 72 0x557173463400 0.000123
+gallium_dri.so free 0x5571735d5580 void 0.000127
+gallium_dri.so free 0x557173463400 void 0.000126
+gallium_dri.so malloc 72 0x5571735d55d0 0.000121
+gallium_dri.so free 0x5571735d5640 void 0.000121
+gallium_dri.so free 0x5571735d55d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5680 0.000126
+gallium_dri.so free 0x5571735d5700 void 0.000123
+gallium_dri.so free 0x5571735d5680 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5700 0.000131
+gallium_dri.so free 0x5571735d57c0 void 0.000131
+gallium_dri.so free 0x5571735d5700 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5700 0.000141
+gallium_dri.so free 0x557173463640 void 0.000131
+gallium_dri.so free 0x5571735d5700 void 0.000127
+gallium_dri.so malloc 72 0x5571734635f0 0.000177
+gallium_dri.so free 0x5571735d5840 void 0.000122
+gallium_dri.so free 0x5571734635f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d5880 0.000131
+gallium_dri.so free 0x5571735d5900 void 0.000125
+gallium_dri.so free 0x5571735d5880 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5900 0.000121
+gallium_dri.so free 0x55717358a080 void 0.000127
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so malloc 72 0x55717358a0c0 0.000130
+gallium_dri.so free 0x55717358a140 void 0.000131
+gallium_dri.so free 0x55717358a0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a0c0 0.000132
+gallium_dri.so free 0x55717358a1c0 void 0.000131
+gallium_dri.so free 0x55717358a0c0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a1f0 0.000126
+gallium_dri.so free 0x55717358a240 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1f0 0.000121
+gallium_dri.so free 0x55717358a340 void 0.000187
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2f0 0.000125
+gallium_dri.so free 0x55717358a400 void 0.000125
+gallium_dri.so free 0x55717358a2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a3b0 0.000120
+gallium_dri.so free 0x5571736068c0 void 0.000126
+gallium_dri.so free 0x55717358a3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736068f0 0.000122
+gallium_dri.so free 0x557173606940 void 0.000121
+gallium_dri.so free 0x5571736068f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736068f0 0.000131
+gallium_dri.so free 0x557173606a40 void 0.000124
+gallium_dri.so free 0x5571736068f0 void 0.000120
+gallium_dri.so malloc 72 0x557173606a80 0.000121
+gallium_dri.so free 0x557173606b00 void 0.000121
+gallium_dri.so free 0x557173606a80 void 0.000120
+gallium_dri.so malloc 72 0x557173606b00 0.000120
+gallium_dri.so free 0x55717358a440 void 0.000122
+gallium_dri.so free 0x557173606b00 void 0.000120
+gallium_dri.so malloc 72 0x557173606b00 0.000125
+gallium_dri.so free 0x557173606bc0 void 0.000131
+gallium_dri.so free 0x557173606b00 void 0.000130
+gallium_dri.so malloc 72 0x557173606b00 0.000142
+gallium_dri.so free 0x557173606c80 void 0.000133
+gallium_dri.so free 0x557173606b00 void 0.000131
+gallium_dri.so malloc 72 0x557173606c30 0.000131
+gallium_dri.so free 0x557173609e80 void 0.000125
+gallium_dri.so free 0x557173606c30 void 0.000126
+gallium_dri.so malloc 72 0x557173609ed0 0.000130
+gallium_dri.so free 0x557173609f40 void 0.000125
+gallium_dri.so free 0x557173609ed0 void 0.000121
+gallium_dri.so malloc 72 0x557173609fa0 0.000121
+gallium_dri.so free 0x55717360a040 void 0.000121
+gallium_dri.so free 0x557173609fa0 void 0.000126
+gallium_dri.so malloc 72 0x557173609ff0 0.000131
+gallium_dri.so free 0x55717360a080 void 0.000130
+gallium_dri.so free 0x557173609ff0 void 0.000187
+gallium_dri.so malloc 72 0x557173609ff0 0.000132
+gallium_dri.so free 0x55717360a140 void 0.000131
+gallium_dri.so free 0x557173609ff0 void 0.000126
+gallium_dri.so malloc 72 0x55717360a180 0.000121
+gallium_dri.so free 0x55717360a200 void 0.000127
+gallium_dri.so free 0x55717360a180 void 0.000126
+gallium_dri.so malloc 72 0x55717360a200 0.000136
+gallium_dri.so free 0x557173467dc0 void 0.000131
+gallium_dri.so free 0x55717360a200 void 0.000126
+gallium_dri.so malloc 72 0x557173467de0 0.000125
+gallium_dri.so free 0x557173467e80 void 0.000124
+gallium_dri.so free 0x557173467de0 void 0.000125
+gallium_dri.so malloc 72 0x557173467e30 0.000131
+gallium_dri.so free 0x557173467f00 void 0.000128
+gallium_dri.so free 0x557173467e30 void 0.000125
+gallium_dri.so malloc 72 0x557173467f00 0.000131
+gallium_dri.so free 0x557173467fc0 void 0.000131
+gallium_dri.so free 0x557173467f00 void 0.000130
+gallium_dri.so malloc 72 0x557173467f00 0.000131
+gallium_dri.so free 0x557173468040 void 0.000130
+gallium_dri.so free 0x557173467f00 void 0.000130
+gallium_dri.so malloc 72 0x557173468040 0.000129
+gallium_dri.so free 0x557173468100 void 0.000125
+gallium_dri.so free 0x557173468040 void 0.000125
+gallium_dri.so malloc 72 0x557173468040 0.000130
+gallium_dri.so free 0x5571735d0a00 void 0.000129
+gallium_dri.so free 0x557173468040 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0a30 0.000217
+gallium_dri.so free 0x5571735d0a80 void 0.000132
+gallium_dri.so free 0x5571735d0a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0a30 0.000130
+gallium_dri.so free 0x5571735d0b80 void 0.000130
+gallium_dri.so free 0x5571735d0a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0b30 0.000130
+gallium_dri.so free 0x5571735d0c40 void 0.000129
+gallium_dri.so free 0x5571735d0b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000124
+gallium_dri.so free 0x5571735d0cc0 void 0.000126
+gallium_dri.so free 0x5571735d0bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000125
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so free 0x5571735d0ce0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0d30 0.000130
+gallium_dri.so free 0x557173608e80 void 0.000133
+gallium_dri.so free 0x5571735d0d30 void 0.000131
+gallium_dri.so malloc 72 0x557173608ec0 0.000130
+gallium_dri.so free 0x557173608f40 void 0.000130
+gallium_dri.so free 0x557173608ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173608f40 0.000131
+gallium_dri.so free 0x557173609000 void 0.000126
+gallium_dri.so free 0x557173608f40 void 0.000125
+gallium_dri.so malloc 72 0x557173608f40 0.000142
+gallium_dri.so free 0x557173609080 void 0.000132
+gallium_dri.so free 0x557173608f40 void 0.000126
+gallium_dri.so malloc 72 0x5571736090b0 0.000127
+gallium_dri.so free 0x557173609100 void 0.000186
+gallium_dri.so free 0x5571736090b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736090b0 0.000130
+gallium_dri.so free 0x557173609200 void 0.000125
+gallium_dri.so free 0x5571736090b0 void 0.000124
+gallium_dri.so malloc 72 0x557173609240 0.000132
+gallium_dri.so free 0x5571735911c0 void 0.000131
+gallium_dri.so free 0x557173609240 void 0.000127
+gallium_dri.so malloc 72 0x557173591210 0.000127
+gallium_dri.so free 0x557173591280 void 0.000131
+gallium_dri.so free 0x557173591210 void 0.000130
+gallium_dri.so malloc 72 0x5571735912a0 0.000126
+gallium_dri.so free 0x557173591340 void 0.000122
+gallium_dri.so free 0x5571735912a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735912f0 0.000131
+gallium_dri.so free 0x5571735913c0 void 0.000130
+gallium_dri.so free 0x5571735912f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735912f0 0.000125
+gallium_dri.so free 0x557173591440 void 0.000127
+gallium_dri.so free 0x5571735912f0 void 0.000130
+gallium_dri.so malloc 72 0x557173591440 0.000135
+gallium_dri.so free 0x557173591500 void 0.000129
+gallium_dri.so free 0x557173591440 void 0.000126
+gallium_dri.so malloc 72 0x557173591440 0.000126
+gallium_dri.so free 0x557173604300 void 0.000127
+gallium_dri.so free 0x557173591440 void 0.000126
+gallium_dri.so malloc 72 0x557173604320 0.000131
+gallium_dri.so free 0x5571736043c0 void 0.000129
+gallium_dri.so free 0x557173604320 void 0.000127
+gallium_dri.so malloc 72 0x557173604370 0.000125
+gallium_dri.so free 0x557173604440 void 0.000130
+gallium_dri.so free 0x557173604370 void 0.000132
+gallium_dri.so malloc 72 0x557173604370 0.000188
+gallium_dri.so free 0x5571736044c0 void 0.000219
+gallium_dri.so free 0x557173604370 void 0.000298
+gallium_dri.so malloc 72 0x5571736044c0 0.000281
+gallium_dri.so free 0x557173604580 void 0.000210
+gallium_dri.so free 0x5571736044c0 void 0.000200
+gallium_dri.so malloc 72 0x5571736044c0 0.000160
+gallium_dri.so free 0x557173604640 void 0.000198
+gallium_dri.so free 0x5571736044c0 void 0.000176
+gallium_dri.so malloc 72 0x5571736044c0 0.000120
+gallium_dri.so free 0x557173609580 void 0.000121
+gallium_dri.so free 0x5571736044c0 void 0.000120
+gallium_dri.so malloc 72 0x557173609530 0.000122
+gallium_dri.so free 0x557173609640 void 0.000121
+gallium_dri.so free 0x557173609530 void 0.000120
+gallium_dri.so malloc 72 0x5571736095f0 0.000119
+gallium_dri.so free 0x5571736096c0 void 0.000120
+gallium_dri.so free 0x5571736095f0 void 0.000120
+gallium_dri.so malloc 72 0x557173609710 0.000121
+gallium_dri.so free 0x557173609780 void 0.000121
+gallium_dri.so free 0x557173609710 void 0.000119
+gallium_dri.so malloc 72 0x5571736097a0 0.000119
+gallium_dri.so free 0x557173604700 void 0.000120
+gallium_dri.so free 0x5571736097a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736046b0 0.000118
+gallium_dri.so free 0x557173609840 void 0.000124
+gallium_dri.so free 0x5571736046b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736097f0 0.000121
+gallium_dri.so free 0x5571736098c0 void 0.000121
+gallium_dri.so free 0x5571736097f0 void 0.000120
+gallium_dri.so malloc 72 0x557173609910 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x557173609910 void 0.000119
+gallium_dri.so malloc 72 0x557173609910 0.000126
+gallium_dri.so free 0x55717358b6c0 void 0.000121
+gallium_dri.so free 0x557173609910 void 0.000120
+gallium_dri.so malloc 72 0x557173609910 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so free 0x557173609910 void 0.000118
+gallium_dri.so malloc 72 0x557173609910 0.000118
+gallium_dri.so free 0x55717358b840 void 0.000121
+gallium_dri.so free 0x557173609910 void 0.000119
+gallium_dri.so malloc 72 0x55717358b7f0 0.000120
+gallium_dri.so free 0x55717358b8c0 void 0.000119
+gallium_dri.so free 0x55717358b7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b910 0.000121
+gallium_dri.so free 0x55717358b980 void 0.000120
+gallium_dri.so free 0x55717358b910 void 0.000121
+gallium_dri.so malloc 72 0x55717358b9a0 0.000120
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b9a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b9f0 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000121
+gallium_dri.so free 0x55717358b9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b9f0 0.000120
+gallium_dri.so free 0x5571735d4680 void 0.000119
+gallium_dri.so free 0x55717358b9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4630 0.000119
+gallium_dri.so free 0x5571735d4700 void 0.000120
+gallium_dri.so free 0x5571735d4630 void 0.000134
+gallium_dri.so malloc 72 0x5571735d4750 0.000121
+gallium_dri.so free 0x5571735d47c0 void 0.000119
+gallium_dri.so free 0x5571735d4750 void 0.000119
+gallium_dri.so malloc 72 0x5571735d47e0 0.000120
+gallium_dri.so free 0x5571735d4880 void 0.000120
+gallium_dri.so free 0x5571735d47e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4830 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000122
+gallium_dri.so free 0x5571735d4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4830 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4980 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4980 0.000119
+gallium_dri.so free 0x557173607f40 void 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so malloc 72 0x557173607f60 0.000118
+gallium_dri.so free 0x557173608000 void 0.000120
+gallium_dri.so free 0x557173607f60 void 0.000119
+gallium_dri.so malloc 72 0x557173607fb0 0.000119
+gallium_dri.so free 0x557173608080 void 0.000121
+gallium_dri.so free 0x557173607fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173607fb0 0.000120
+gallium_dri.so free 0x557173608100 void 0.000171
+gallium_dri.so free 0x557173607fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173608100 0.000119
+gallium_dri.so free 0x5571736081c0 void 0.000121
+gallium_dri.so free 0x557173608100 void 0.000121
+gallium_dri.so malloc 72 0x557173608100 0.000124
+gallium_dri.so free 0x557173608280 void 0.000115
+gallium_dri.so free 0x557173608100 void 0.000112
+gallium_dri.so malloc 72 0x557173608100 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000114
+gallium_dri.so free 0x557173608100 void 0.000112
+gallium_dri.so malloc 72 0x5571736058c0 0.000113
+gallium_dri.so free 0x557173605980 void 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736058c0 0.000112
+gallium_dri.so free 0x557173605a00 void 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so malloc 72 0x557173605a00 0.000113
+gallium_dri.so free 0x557173605ac0 void 0.000114
+gallium_dri.so free 0x557173605a00 void 0.000113
+gallium_dri.so malloc 72 0x557173605a00 0.000114
+gallium_dri.so free 0x557173605b80 void 0.000113
+gallium_dri.so free 0x557173605a00 void 0.000113
+gallium_dri.so malloc 72 0x557173605a00 0.000113
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x557173605a00 void 0.000113
+gallium_dri.so malloc 72 0x557173605bf0 0.000112
+gallium_dri.so free 0x557173605cc0 void 0.000128
+gallium_dri.so free 0x557173605bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605d10 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173605d10 void 0.000113
+gallium_dri.so malloc 72 0x557173605d10 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173605d10 void 0.000114
+gallium_dri.so malloc 72 0x557173605d10 0.000113
+gallium_dri.so free 0x55717360b580 void 0.000114
+gallium_dri.so free 0x557173605d10 void 0.000113
+gallium_dri.so malloc 72 0x557173605d10 0.000114
+gallium_dri.so free 0x55717360b640 void 0.000114
+gallium_dri.so free 0x557173605d10 void 0.000114
+gallium_dri.so malloc 72 0x55717360b5f0 0.000113
+gallium_dri.so free 0x55717360b6c0 void 0.000113
+gallium_dri.so free 0x55717360b5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b710 0.000113
+gallium_dri.so free 0x55717360b780 void 0.000114
+gallium_dri.so free 0x55717360b710 void 0.000113
+gallium_dri.so malloc 72 0x55717360b7a0 0.000114
+gallium_dri.so free 0x55717360b840 void 0.000115
+gallium_dri.so free 0x55717360b7a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b7f0 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x55717360b7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b7f0 0.000115
+gallium_dri.so free 0x557173466ec0 void 0.000127
+gallium_dri.so free 0x55717360b7f0 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466f40 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000112
+gallium_dri.so malloc 72 0x557173466f90 0.000113
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so free 0x557173466f90 void 0.000122
+gallium_dri.so malloc 72 0x557173467020 0.000124
+gallium_dri.so free 0x5571734670c0 void 0.000114
+gallium_dri.so free 0x557173467020 void 0.000114
+gallium_dri.so malloc 72 0x557173467070 0.000113
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x557173467070 void 0.000113
+gallium_dri.so malloc 72 0x557173467070 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467070 void 0.000114
+gallium_dri.so malloc 72 0x5571734671c0 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671c0 0.000118
+gallium_dri.so free 0x557173590280 void 0.000115
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735902a0 0.000113
+gallium_dri.so free 0x557173590340 void 0.000113
+gallium_dri.so free 0x5571735902a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735902f0 0.000113
+gallium_dri.so free 0x5571735903c0 void 0.000128
+gallium_dri.so free 0x5571735902f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735902f0 0.000113
+gallium_dri.so free 0x557173590440 void 0.000113
+gallium_dri.so free 0x5571735902f0 void 0.000113
+gallium_dri.so malloc 72 0x557173590440 0.000113
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x557173590440 void 0.000114
+gallium_dri.so malloc 72 0x557173590440 0.000112
+gallium_dri.so free 0x5571735905c0 void 0.000133
+gallium_dri.so free 0x557173590440 void 0.000112
+gallium_dri.so malloc 72 0x557173590440 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x557173590440 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dcc0 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc00 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd40 0.000113
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000113
+gallium_dri.so malloc 72 0x55717358dd40 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358dd40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dd40 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so free 0x55717358dd40 void 0.000171
+gallium_dri.so malloc 72 0x55717358df30 0.000117
+gallium_dri.so free 0x55717358e000 void 0.000115
+gallium_dri.so free 0x55717358df30 void 0.000115
+gallium_dri.so malloc 72 0x55717358e050 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x55717358e050 void 0.000110
+gallium_dri.so malloc 72 0x55717358e050 0.000119
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x55717358e050 void 0.000115
+gallium_dri.so malloc 72 0x55717358e050 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x55717358e050 void 0.000116
+gallium_dri.so malloc 72 0x55717358e050 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so free 0x55717358e050 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so free 0x5571735cfbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcd0 0.000115
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735cfcd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd60 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd60 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000114
+gallium_dri.so free 0x557173589080 void 0.000156
+gallium_dri.so free 0x5571735cfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000116
+gallium_dri.so free 0x557173589180 void 0.000116
+gallium_dri.so free 0x5571735cfdb0 void 0.000115
+gallium_dri.so malloc 72 0x557173589130 0.000115
+gallium_dri.so free 0x557173589200 void 0.000116
+gallium_dri.so free 0x557173589130 void 0.000114
+gallium_dri.so malloc 72 0x557173589250 0.000114
+gallium_dri.so free 0x5571735892c0 void 0.000114
+gallium_dri.so free 0x557173589250 void 0.000117
+gallium_dri.so malloc 72 0x5571735892e0 0.000116
+gallium_dri.so free 0x557173589380 void 0.000116
+gallium_dri.so free 0x5571735892e0 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000115
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589330 void 0.000114
+gallium_dri.so malloc 72 0x557173589330 0.000115
+gallium_dri.so free 0x557173589480 void 0.000116
+gallium_dri.so free 0x557173589330 void 0.000115
+gallium_dri.so malloc 72 0x557173589480 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so malloc 72 0x557173589480 0.000114
+gallium_dri.so free 0x5571735d2080 void 0.000116
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20a0 0.000114
+gallium_dri.so free 0x5571735d2140 void 0.000123
+gallium_dri.so free 0x5571735d20a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20f0 0.000115
+gallium_dri.so free 0x5571735d21c0 void 0.000114
+gallium_dri.so free 0x5571735d20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d20f0 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000116
+gallium_dri.so free 0x5571735d20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2240 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2240 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000114
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so malloc 72 0x557173464800 0.000115
+gallium_dri.so free 0x5571734648c0 void 0.000115
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so malloc 72 0x557173464800 0.000115
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so malloc 72 0x557173464940 0.000116
+gallium_dri.so free 0x557173464a00 void 0.000117
+gallium_dri.so free 0x557173464940 void 0.000114
+gallium_dri.so malloc 72 0x557173464940 0.000115
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so malloc 72 0x557173464940 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x557173464c00 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464c50 0.000115
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x557173464c50 void 0.000113
+gallium_dri.so malloc 72 0x557173464c50 0.000116
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so free 0x557173464c50 void 0.000115
+gallium_dri.so malloc 72 0x557173464c50 0.000154
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173464c50 void 0.000112
+gallium_dri.so malloc 72 0x557173464c50 0.000114
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x557173464c50 void 0.000113
+gallium_dri.so malloc 72 0x5571736034b0 0.000116
+gallium_dri.so free 0x557173603580 void 0.000116
+gallium_dri.so free 0x5571736034b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736035d0 0.000114
+gallium_dri.so free 0x557173603640 void 0.000116
+gallium_dri.so free 0x5571736035d0 void 0.000114
+gallium_dri.so malloc 72 0x557173603660 0.000113
+gallium_dri.so free 0x557173603700 void 0.000120
+gallium_dri.so free 0x557173603660 void 0.000119
+gallium_dri.so malloc 72 0x5571736036b0 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571736036b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a70 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so free 0x5571735f2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so free 0x5571735f2b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b30 0.000114
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so free 0x5571735f2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000115
+gallium_dri.so free 0x5571735f2cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d40 0.000114
+gallium_dri.so free 0x5571735f2e00 void 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d40 0.000115
+gallium_dri.so free 0x5571735f2ec0 void 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000164
+gallium_dri.so malloc 72 0x5571735f2ee0 0.000115
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f30 0.000114
+gallium_dri.so free 0x5571735f3000 void 0.000114
+gallium_dri.so free 0x5571735f2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f30 0.000114
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so free 0x5571735f2f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3080 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000116
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3080 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3080 0.000115
+gallium_dri.so free 0x5571735f32c0 void 0.000116
+gallium_dri.so free 0x5571735f3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3270 0.000115
+gallium_dri.so free 0x5571735f3380 void 0.000116
+gallium_dri.so free 0x5571735f3270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3330 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3450 0.000117
+gallium_dri.so free 0x5571735f34c0 void 0.000116
+gallium_dri.so free 0x5571735f3450 void 0.000121
+gallium_dri.so malloc 72 0x5571735f34e0 0.000116
+gallium_dri.so free 0x5571735f3580 void 0.000115
+gallium_dri.so free 0x5571735f34e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3530 0.000115
+gallium_dri.so free 0x5571735f3600 void 0.000123
+gallium_dri.so free 0x5571735f3530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3530 0.000115
+gallium_dri.so free 0x5571734734c0 void 0.000116
+gallium_dri.so free 0x5571735f3530 void 0.000114
+gallium_dri.so malloc 72 0x557173473470 0.000115
+gallium_dri.so free 0x557173473580 void 0.000116
+gallium_dri.so free 0x557173473470 void 0.000114
+gallium_dri.so malloc 72 0x557173473530 0.000115
+gallium_dri.so free 0x557173473600 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000114
+gallium_dri.so malloc 72 0x557173473620 0.000118
+gallium_dri.so free 0x5571734736c0 void 0.000116
+gallium_dri.so free 0x557173473620 void 0.000115
+gallium_dri.so malloc 72 0x557173473670 0.000114
+gallium_dri.so free 0x557173473740 void 0.000115
+gallium_dri.so free 0x557173473670 void 0.000115
+gallium_dri.so malloc 72 0x557173473670 0.000113
+gallium_dri.so free 0x5571734737c0 void 0.000116
+gallium_dri.so free 0x557173473670 void 0.000114
+gallium_dri.so malloc 72 0x5571734737c0 0.000115
+gallium_dri.so free 0x557173473880 void 0.000115
+gallium_dri.so free 0x5571734737c0 void 0.000165
+gallium_dri.so malloc 72 0x5571734737c0 0.000115
+gallium_dri.so free 0x557173473940 void 0.000114
+gallium_dri.so free 0x5571734737c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734737c0 0.000114
+gallium_dri.so free 0x557173473a00 void 0.000114
+gallium_dri.so free 0x5571734737c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734739b0 0.000114
+gallium_dri.so free 0x557173473a00 void 0.000115
+gallium_dri.so free 0x5571734739b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734739b0 0.000115
+gallium_dri.so free 0x557173473b00 void 0.000115
+gallium_dri.so free 0x5571734739b0 void 0.000114
+gallium_dri.so malloc 72 0x557173473ab0 0.000113
+gallium_dri.so free 0x557173473bc0 void 0.000161
+gallium_dri.so free 0x557173473ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173473b70 0.000116
+gallium_dri.so free 0x557173473c00 void 0.000128
+gallium_dri.so free 0x557173473b70 void 0.000115
+gallium_dri.so malloc 72 0x557173473b70 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so free 0x557173473b70 void 0.000113
+gallium_dri.so malloc 72 0x557173473d00 0.000113
+gallium_dri.so free 0x557173473d80 void 0.000116
+gallium_dri.so free 0x557173473d00 void 0.000115
+gallium_dri.so malloc 72 0x557173473d80 0.000113
+gallium_dri.so free 0x557173473e40 void 0.000114
+gallium_dri.so free 0x557173473d80 void 0.000117
+gallium_dri.so malloc 72 0x557173473d80 0.000115
+gallium_dri.so free 0x557173473f00 void 0.000115
+gallium_dri.so free 0x557173473d80 void 0.000114
+gallium_dri.so malloc 72 0x557173473f20 0.000114
+gallium_dri.so free 0x557173473fc0 void 0.000113
+gallium_dri.so free 0x557173473f20 void 0.000114
+gallium_dri.so malloc 72 0x557173473f70 0.000114
+gallium_dri.so free 0x557173474040 void 0.000115
+gallium_dri.so free 0x557173473f70 void 0.000114
+gallium_dri.so malloc 72 0x557173473f70 0.000113
+gallium_dri.so free 0x5571734740c0 void 0.000115
+gallium_dri.so free 0x557173473f70 void 0.000114
+gallium_dri.so malloc 72 0x5571734740c0 0.000113
+gallium_dri.so free 0x557173474180 void 0.000116
+gallium_dri.so free 0x5571734740c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734740c0 0.000114
+gallium_dri.so free 0x557173460440 void 0.000115
+gallium_dri.so free 0x5571734740c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734740c0 0.000114
+gallium_dri.so free 0x557173460500 void 0.000115
+gallium_dri.so free 0x5571734740c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734604b0 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571734604b0 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x557173460640 void 0.000116
+gallium_dri.so free 0x557173460570 void 0.000125
+gallium_dri.so malloc 72 0x557173460690 0.000113
+gallium_dri.so free 0x557173460700 void 0.000114
+gallium_dri.so free 0x557173460690 void 0.000114
+gallium_dri.so malloc 72 0x557173460720 0.000114
+gallium_dri.so free 0x5571734607c0 void 0.000115
+gallium_dri.so free 0x557173460720 void 0.000120
+gallium_dri.so malloc 72 0x557173460770 0.000114
+gallium_dri.so free 0x557173460840 void 0.000115
+gallium_dri.so free 0x557173460770 void 0.000112
+gallium_dri.so malloc 72 0x557173460770 0.000113
+gallium_dri.so free 0x5571734608c0 void 0.000114
+gallium_dri.so free 0x557173460770 void 0.000114
+gallium_dri.so malloc 72 0x5571734608c0 0.000114
+gallium_dri.so free 0x557173460980 void 0.000115
+gallium_dri.so free 0x5571734608c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608c0 0.000114
+gallium_dri.so free 0x557173460a80 void 0.000115
+gallium_dri.so free 0x5571734608c0 void 0.000114
+gallium_dri.so malloc 72 0x557173460a30 0.000113
+gallium_dri.so free 0x557173460ac0 void 0.000115
+gallium_dri.so free 0x557173460a30 void 0.000115
+gallium_dri.so malloc 72 0x557173460a30 0.000114
+gallium_dri.so free 0x557173460b80 void 0.000114
+gallium_dri.so free 0x557173460a30 void 0.000114
+gallium_dri.so malloc 72 0x557173460bc0 0.000114
+gallium_dri.so free 0x557173460c40 void 0.000114
+gallium_dri.so free 0x557173460bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173460c40 0.000156
+gallium_dri.so free 0x557173460d00 void 0.000155
+gallium_dri.so free 0x557173460c40 void 0.000156
+gallium_dri.so malloc 72 0x557173460c40 0.000114
+gallium_dri.so free 0x557173460d80 void 0.000113
+gallium_dri.so free 0x557173460c40 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000117
+gallium_dri.so free 0x557173460e00 void 0.000115
+gallium_dri.so free 0x557173460db0 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000115
+gallium_dri.so free 0x557173460f00 void 0.000115
+gallium_dri.so free 0x557173460db0 void 0.000114
+gallium_dri.so malloc 72 0x557173460f40 0.000114
+gallium_dri.so free 0x557173460fc0 void 0.000115
+gallium_dri.so free 0x557173460f40 void 0.000114
+gallium_dri.so malloc 72 0x557173460fc0 0.000113
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so free 0x557173460fc0 void 0.000119
+gallium_dri.so malloc 72 0x557173460fc0 0.000124
+gallium_dri.so free 0x557173461100 void 0.000120
+gallium_dri.so free 0x557173460fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461130 0.000116
+gallium_dri.so free 0x557173461180 void 0.000122
+gallium_dri.so free 0x557173461130 void 0.000119
+gallium_dri.so malloc 72 0x557173461130 0.000115
+gallium_dri.so free 0x557173461280 void 0.000129
+gallium_dri.so free 0x557173461130 void 0.000115
+gallium_dri.so malloc 72 0x557173461230 0.000115
+gallium_dri.so free 0x557173461340 void 0.000114
+gallium_dri.so free 0x557173461230 void 0.000112
+gallium_dri.so malloc 72 0x5571734612f0 0.000113
+gallium_dri.so free 0x5571734613c0 void 0.000113
+gallium_dri.so free 0x5571734612f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734612f0 0.000113
+gallium_dri.so free 0x557173461480 void 0.000113
+gallium_dri.so free 0x5571734612f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734612f0 0.000113
+gallium_dri.so free 0x557173461540 void 0.000114
+gallium_dri.so free 0x5571734612f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734614f0 0.000115
+gallium_dri.so free 0x5571734615c0 void 0.000114
+gallium_dri.so free 0x5571734614f0 void 0.000115
+gallium_dri.so malloc 72 0x557173461610 0.000114
+gallium_dri.so free 0x557173461680 void 0.000113
+gallium_dri.so free 0x557173461610 void 0.000113
+gallium_dri.so malloc 72 0x5571734616a0 0.000114
+gallium_dri.so free 0x557173461740 void 0.000113
+gallium_dri.so free 0x5571734616a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734616f0 0.000118
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x5571734616f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734617c0 0.000113
+gallium_dri.so free 0x557173461880 void 0.000154
+gallium_dri.so free 0x5571734617c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734617c0 0.000112
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so free 0x5571734617c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461900 0.000113
+gallium_dri.so free 0x5571734619c0 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000112
+gallium_dri.so malloc 72 0x557173461900 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so malloc 72 0x557173461900 0.000113
+gallium_dri.so free 0x557173461b40 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000113
+gallium_dri.so malloc 72 0x557173461af0 0.000115
+gallium_dri.so free 0x557173461bc0 void 0.000155
+gallium_dri.so free 0x557173461af0 void 0.000115
+gallium_dri.so malloc 72 0x557173461c10 0.000116
+gallium_dri.so free 0x557173461c80 void 0.000113
+gallium_dri.so free 0x557173461c10 void 0.000113
+gallium_dri.so malloc 72 0x557173461cc0 0.000114
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x557173461cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461cc0 0.000112
+gallium_dri.so free 0x557173461dc0 void 0.000115
+gallium_dri.so free 0x557173461cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173461df0 0.000124
+gallium_dri.so free 0x557173461e40 void 0.000128
+gallium_dri.so free 0x557173461df0 void 0.000113
+gallium_dri.so malloc 72 0x557173461df0 0.000112
+gallium_dri.so free 0x557173461f40 void 0.000113
+gallium_dri.so free 0x557173461df0 void 0.000122
+gallium_dri.so malloc 72 0x557173461ef0 0.000421
+gallium_dri.so free 0x557173462000 void 0.000120
+gallium_dri.so free 0x557173461ef0 void 0.000290
+gallium_dri.so malloc 72 0x557173461fb0 0.000290
+gallium_dri.so free 0x557173462040 void 0.000284
+gallium_dri.so free 0x557173461fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173461fb0 0.000115
+gallium_dri.so free 0x557173462100 void 0.000116
+gallium_dri.so free 0x557173461fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173462170 0.000113
+gallium_dri.so free 0x5571734621c0 void 0.000114
+gallium_dri.so free 0x557173462170 void 0.000112
+gallium_dri.so malloc 72 0x557173462170 0.000113
+gallium_dri.so free 0x5571734622c0 void 0.000114
+gallium_dri.so free 0x557173462170 void 0.000115
+gallium_dri.so malloc 72 0x557173462270 0.000113
+gallium_dri.so free 0x557173462380 void 0.000128
+gallium_dri.so free 0x557173462270 void 0.000114
+gallium_dri.so malloc 72 0x557173462330 0.000115
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x557173462330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e0f00 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1070 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x5571735e1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1070 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1070 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000119
+gallium_dri.so free 0x5571735e1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1270 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so free 0x5571735e1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1390 0.000120
+gallium_dri.so free 0x5571735e1400 void 0.000195
+gallium_dri.so free 0x5571735e1390 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1420 0.000119
+gallium_dri.so free 0x5571735e14c0 void 0.000119
+gallium_dri.so free 0x5571735e1420 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1470 0.000121
+gallium_dri.so free 0x5571735e1540 void 0.000121
+gallium_dri.so free 0x5571735e1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1540 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000121
+gallium_dri.so free 0x5571735e1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1540 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so free 0x5571735e1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1870 0.000120
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e1870 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1990 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000121
+gallium_dri.so free 0x5571735e1990 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a40 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a40 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000120
+gallium_dri.so free 0x5571735e1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000119
+gallium_dri.so free 0x5571735e1bc0 void 0.000119
+gallium_dri.so free 0x5571735e1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b70 0.000119
+gallium_dri.so free 0x5571735e1cc0 void 0.000121
+gallium_dri.so free 0x5571735e1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c70 0.000120
+gallium_dri.so free 0x5571735e1d80 void 0.000120
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1d30 0.000118
+gallium_dri.so free 0x5571735e1dc0 void 0.000119
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1d30 0.000120
+gallium_dri.so free 0x5571735e1e80 void 0.000121
+gallium_dri.so free 0x5571735e1d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000119
+gallium_dri.so free 0x5571735e2040 void 0.000125
+gallium_dri.so free 0x5571735e1ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000124
+gallium_dri.so free 0x5571735e1ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e20b0 0.000124
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2240 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000121
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22c0 0.000114
+gallium_dri.so free 0x5571735e2440 void 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2460 0.000113
+gallium_dri.so free 0x5571735e2500 void 0.000114
+gallium_dri.so free 0x5571735e2460 void 0.000114
+gallium_dri.so malloc 72 0x5571735e24b0 0.000159
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000113
+gallium_dri.so free 0x5571735e24b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2600 0.000113
+gallium_dri.so free 0x5571735e26c0 void 0.000112
+gallium_dri.so free 0x5571735e2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2600 0.000112
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2600 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e27f0 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28b0 0.000107
+gallium_dri.so free 0x5571735e2980 void 0.000259
+gallium_dri.so free 0x5571735e28b0 void 0.000213
+gallium_dri.so malloc 72 0x5571735e29d0 0.000115
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e29d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2a60 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2a60 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000113
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000113
+gallium_dri.so free 0x5571735e2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c00 0.000113
+gallium_dri.so free 0x5571735e2cc0 void 0.000111
+gallium_dri.so free 0x5571735e2c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c00 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000111
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so free 0x5571735e2d70 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2f00 0.000122
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000116
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f80 0.000115
+gallium_dri.so free 0x5571735e30c0 void 0.000116
+gallium_dri.so free 0x5571735e2f80 void 0.000128
+gallium_dri.so malloc 72 0x5571735e30f0 0.000114
+gallium_dri.so free 0x5571735e3140 void 0.000160
+gallium_dri.so free 0x5571735e30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e30f0 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e30f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3280 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e3280 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3300 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3470 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000115
+gallium_dri.so free 0x5571735e3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000114
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3470 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3570 0.000116
+gallium_dri.so free 0x5571735e3680 void 0.000115
+gallium_dri.so free 0x5571735e3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000115
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3630 0.000115
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735fc540 void 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000116
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000113
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so free 0x5571735fc5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc670 0.000115
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc670 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc790 0.000114
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc790 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc820 0.000116
+gallium_dri.so free 0x5571735fc8c0 void 0.000116
+gallium_dri.so free 0x5571735fc820 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc870 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000115
+gallium_dri.so free 0x5571735fc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc870 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000115
+gallium_dri.so free 0x5571735fc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000114
+gallium_dri.so free 0x5571735fca80 void 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb30 0.000156
+gallium_dri.so free 0x5571735fcbc0 void 0.000117
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb30 0.000115
+gallium_dri.so free 0x5571735fcc80 void 0.000115
+gallium_dri.so free 0x5571735fcb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccc0 0.000113
+gallium_dri.so free 0x5571735fcd40 void 0.000116
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd40 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so free 0x5571735fcd40 void 0.000156
+gallium_dri.so malloc 72 0x5571735fcd40 0.000118
+gallium_dri.so free 0x5571735fce80 void 0.000116
+gallium_dri.so free 0x5571735fcd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fceb0 0.000114
+gallium_dri.so free 0x5571735fcf00 void 0.000114
+gallium_dri.so free 0x5571735fceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fceb0 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so free 0x5571735fceb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd040 0.000115
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fd040 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735fd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x5571735fd0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd230 0.000115
+gallium_dri.so free 0x5571735fd280 void 0.000115
+gallium_dri.so free 0x5571735fd230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd230 0.000114
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd330 0.000115
+gallium_dri.so free 0x5571735fd440 void 0.000115
+gallium_dri.so free 0x5571735fd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000119
+gallium_dri.so free 0x5571735fd4c0 void 0.000115
+gallium_dri.so free 0x5571735fd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000115
+gallium_dri.so free 0x5571735fd580 void 0.000116
+gallium_dri.so free 0x5571735fd3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd3f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000114
+gallium_dri.so free 0x5571735fd6c0 void 0.000115
+gallium_dri.so free 0x5571735fd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd710 0.000115
+gallium_dri.so free 0x5571735fd780 void 0.000115
+gallium_dri.so free 0x5571735fd710 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd7a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000118
+gallium_dri.so free 0x5571735fd7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000114
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000115
+gallium_dri.so free 0x5571735fda00 void 0.000117
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fda00 0.000126
+gallium_dri.so free 0x5571735fdac0 void 0.000116
+gallium_dri.so free 0x5571735fda00 void 0.000161
+gallium_dri.so malloc 72 0x5571735fda00 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000116
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda00 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000115
+gallium_dri.so free 0x5571735fdbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd10 0.000115
+gallium_dri.so free 0x5571735fdd80 void 0.000117
+gallium_dri.so free 0x5571735fdd10 void 0.000115
+gallium_dri.so malloc 72 0x5571735fddc0 0.000115
+gallium_dri.so free 0x5571735fde40 void 0.000115
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddc0 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000115
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdef0 0.000113
+gallium_dri.so free 0x5571735fdf40 void 0.000115
+gallium_dri.so free 0x5571735fdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdef0 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000115
+gallium_dri.so free 0x5571735fdef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdff0 0.000181
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fdff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000113
+gallium_dri.so free 0x5571735fe140 void 0.000114
+gallium_dri.so free 0x5571735fe0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000113
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe270 0.000115
+gallium_dri.so free 0x5571735fe2c0 void 0.000115
+gallium_dri.so free 0x5571735fe270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe270 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe370 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000113
+gallium_dri.so free 0x5571735fe370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe430 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so free 0x5571735fe430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe430 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so free 0x5571735fe430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe5c0 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so free 0x5571735fe5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe640 0.000128
+gallium_dri.so free 0x5571735fe700 void 0.000120
+gallium_dri.so free 0x5571735fe640 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe640 0.000114
+gallium_dri.so free 0x5571735fe7c0 void 0.000115
+gallium_dri.so free 0x5571735fe640 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe7e0 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000115
+gallium_dri.so free 0x5571735fe7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe830 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe830 0.000115
+gallium_dri.so free 0x5571735fe980 void 0.000115
+gallium_dri.so free 0x5571735fe830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe980 0.000117
+gallium_dri.so free 0x5571735fea40 void 0.000157
+gallium_dri.so free 0x5571735fe980 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe980 0.000115
+gallium_dri.so free 0x5571735feb00 void 0.000116
+gallium_dri.so free 0x5571735fe980 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe980 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000116
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so malloc 72 0x5571735feb70 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so free 0x5571735feb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec30 0.000128
+gallium_dri.so free 0x5571735fed00 void 0.000117
+gallium_dri.so free 0x5571735fec30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed50 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fed50 void 0.000114
+gallium_dri.so malloc 72 0x5571735fede0 0.000114
+gallium_dri.so free 0x5571735fee80 void 0.000114
+gallium_dri.so free 0x5571735fede0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000114
+gallium_dri.so free 0x5571735fef00 void 0.000116
+gallium_dri.so free 0x5571735fee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so free 0x5571735fee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fef80 0.000114
+gallium_dri.so free 0x5571735ff040 void 0.000116
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fef80 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x5571735fef80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000113
+gallium_dri.so free 0x5571735ff180 void 0.000116
+gallium_dri.so free 0x5571735ff0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000115
+gallium_dri.so free 0x5571735ff240 void 0.000115
+gallium_dri.so free 0x5571735ff0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff280 0.000158
+gallium_dri.so free 0x5571735ff300 void 0.000118
+gallium_dri.so free 0x5571735ff280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff300 0.000112
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff300 0.000113
+gallium_dri.so free 0x5571735ff440 void 0.000115
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff470 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000114
+gallium_dri.so free 0x5571735ff470 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff470 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff600 0.000113
+gallium_dri.so free 0x5571735ff680 void 0.000115
+gallium_dri.so free 0x5571735ff600 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff680 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff680 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000114
+gallium_dri.so free 0x5571735ff840 void 0.000113
+gallium_dri.so free 0x5571735ff7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000119
+gallium_dri.so free 0x5571735ff7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000156
+gallium_dri.so free 0x5571735ffa00 void 0.000117
+gallium_dri.so free 0x5571735ff8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000116
+gallium_dri.so free 0x5571735ff9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000114
+gallium_dri.so free 0x5571735ff9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000115
+gallium_dri.so free 0x5571735ff9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000116
+gallium_dri.so free 0x5571735ffc80 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffcd0 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000116
+gallium_dri.so free 0x5571735ffcd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffd60 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000115
+gallium_dri.so free 0x5571735ffd60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000115
+gallium_dri.so free 0x5571735ffe80 void 0.000116
+gallium_dri.so free 0x5571735ffdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe80 0.000115
+gallium_dri.so free 0x5571735fff40 void 0.000122
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe80 0.000114
+gallium_dri.so free 0x5571735fffc0 void 0.000115
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fffc0 0.000114
+gallium_dri.so free 0x557173600080 void 0.000114
+gallium_dri.so free 0x5571735fffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fffc0 0.000114
+gallium_dri.so free 0x557173600140 void 0.000115
+gallium_dri.so free 0x5571735fffc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fffc0 0.000113
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so free 0x5571735fffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571736001b0 0.000113
+gallium_dri.so free 0x557173600280 void 0.000114
+gallium_dri.so free 0x5571736001b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736002d0 0.000114
+gallium_dri.so free 0x557173600340 void 0.000114
+gallium_dri.so free 0x5571736002d0 void 0.000114
+gallium_dri.so malloc 72 0x557173600380 0.000114
+gallium_dri.so free 0x557173600400 void 0.000116
+gallium_dri.so free 0x557173600380 void 0.000114
+gallium_dri.so malloc 72 0x557173600380 0.000114
+gallium_dri.so free 0x557173600480 void 0.000114
+gallium_dri.so free 0x557173600380 void 0.000113
+gallium_dri.so malloc 72 0x5571736004b0 0.000115
+gallium_dri.so free 0x557173600500 void 0.000169
+gallium_dri.so free 0x5571736004b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736004b0 0.000114
+gallium_dri.so free 0x557173600600 void 0.000114
+gallium_dri.so free 0x5571736004b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736005b0 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so free 0x5571736005b0 void 0.000114
+gallium_dri.so malloc 72 0x557173600670 0.000114
+gallium_dri.so free 0x557173600700 void 0.000114
+gallium_dri.so free 0x557173600670 void 0.000114
+gallium_dri.so malloc 72 0x557173600670 0.000114
+gallium_dri.so free 0x5571736007c0 void 0.000118
+gallium_dri.so free 0x557173600670 void 0.000114
+gallium_dri.so malloc 72 0x557173600830 0.000115
+gallium_dri.so free 0x557173600880 void 0.000153
+gallium_dri.so free 0x557173600830 void 0.000118
+gallium_dri.so malloc 72 0x557173600830 0.000131
+gallium_dri.so free 0x557173600980 void 0.000115
+gallium_dri.so free 0x557173600830 void 0.000114
+gallium_dri.so malloc 72 0x557173600930 0.000115
+gallium_dri.so free 0x557173600a40 void 0.000115
+gallium_dri.so free 0x557173600930 void 0.000118
+gallium_dri.so malloc 72 0x5571736009f0 0.000115
+gallium_dri.so free 0x557173600a80 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000114
+gallium_dri.so free 0x557173600b40 void 0.000126
+gallium_dri.so free 0x5571736009f0 void 0.000117
+gallium_dri.so malloc 72 0x557173600b80 0.000114
+gallium_dri.so free 0x557173600c00 void 0.000115
+gallium_dri.so free 0x557173600b80 void 0.000113
+gallium_dri.so malloc 72 0x557173600c00 0.000114
+gallium_dri.so free 0x557173600cc0 void 0.000115
+gallium_dri.so free 0x557173600c00 void 0.000114
+gallium_dri.so malloc 72 0x557173600c00 0.000116
+gallium_dri.so free 0x557173600d80 void 0.000115
+gallium_dri.so free 0x557173600c00 void 0.000113
+gallium_dri.so malloc 72 0x557173600da0 0.000114
+gallium_dri.so free 0x557173600e40 void 0.000115
+gallium_dri.so free 0x557173600da0 void 0.000114
+gallium_dri.so malloc 72 0x557173600df0 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000116
+gallium_dri.so free 0x557173600df0 void 0.000115
+gallium_dri.so malloc 72 0x557173600df0 0.000113
+gallium_dri.so free 0x557173600f40 void 0.000115
+gallium_dri.so free 0x557173600df0 void 0.000115
+gallium_dri.so malloc 72 0x557173600f40 0.000114
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so malloc 72 0x557173600f40 0.000115
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so malloc 72 0x557173600f40 0.000115
+gallium_dri.so free 0x557173601180 void 0.000126
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so malloc 72 0x557173601130 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000116
+gallium_dri.so free 0x557173601130 void 0.000116
+gallium_dri.so malloc 72 0x55717360c100 0.000115
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c100 void 0.000114
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c240 void 0.000116
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000115
+gallium_dri.so free 0x55717360c180 void 0.000113
+gallium_dri.so malloc 72 0x55717360c2f0 0.000113
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so free 0x55717360c2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2f0 0.000114
+gallium_dri.so free 0x55717360c440 void 0.000116
+gallium_dri.so free 0x55717360c2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c3f0 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000115
+gallium_dri.so free 0x55717360c3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c4b0 0.000114
+gallium_dri.so free 0x55717360c580 void 0.000115
+gallium_dri.so free 0x55717360c4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c5a0 0.000116
+gallium_dri.so free 0x55717360c640 void 0.000115
+gallium_dri.so free 0x55717360c5a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c5f0 0.000152
+gallium_dri.so free 0x55717360c6c0 void 0.000119
+gallium_dri.so free 0x55717360c5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c5f0 0.000114
+gallium_dri.so free 0x55717360c740 void 0.000115
+gallium_dri.so free 0x55717360c5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c740 0.000114
+gallium_dri.so free 0x55717360c800 void 0.000116
+gallium_dri.so free 0x55717360c740 void 0.000114
+gallium_dri.so malloc 72 0x55717360c740 0.000115
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x55717360c740 void 0.000116
+gallium_dri.so malloc 72 0x55717360c740 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000116
+gallium_dri.so free 0x55717360c740 void 0.000115
+gallium_dri.so malloc 72 0x55717360c930 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c930 void 0.000115
+gallium_dri.so malloc 72 0x55717360c930 0.000114
+gallium_dri.so free 0x55717360ca80 void 0.000116
+gallium_dri.so free 0x55717360c930 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca30 0.000114
+gallium_dri.so free 0x55717360cb40 void 0.000114
+gallium_dri.so free 0x55717360ca30 void 0.000114
+gallium_dri.so malloc 72 0x55717360caf0 0.000115
+gallium_dri.so free 0x55717360cb80 void 0.000118
+gallium_dri.so free 0x55717360caf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360caf0 0.000114
+gallium_dri.so free 0x55717360cc40 void 0.000114
+gallium_dri.so free 0x55717360caf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cc80 0.000114
+gallium_dri.so free 0x55717360cd00 void 0.000115
+gallium_dri.so free 0x55717360cc80 void 0.000115
+gallium_dri.so malloc 72 0x55717360cd00 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000115
+gallium_dri.so free 0x55717360cd00 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd00 0.000124
+gallium_dri.so free 0x55717360ce80 void 0.000118
+gallium_dri.so free 0x55717360cd00 void 0.000120
+gallium_dri.so malloc 72 0x55717360cea0 0.000119
+gallium_dri.so free 0x55717360cf40 void 0.000117
+gallium_dri.so free 0x55717360cea0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cef0 0.000114
+gallium_dri.so free 0x55717360cfc0 void 0.000114
+gallium_dri.so free 0x55717360cef0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cef0 0.000114
+gallium_dri.so free 0x55717360d040 void 0.000113
+gallium_dri.so free 0x55717360cef0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d040 0.000114
+gallium_dri.so free 0x55717360d100 void 0.000116
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so malloc 72 0x55717360d040 0.000113
+gallium_dri.so free 0x55717360d1c0 void 0.000130
+gallium_dri.so free 0x55717360d040 void 0.000115
+gallium_dri.so malloc 72 0x55717360d040 0.000116
+gallium_dri.so free 0x55717360d280 void 0.000115
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so malloc 72 0x55717360d230 0.000114
+gallium_dri.so free 0x55717360d340 void 0.000114
+gallium_dri.so free 0x55717360d230 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2f0 0.000115
+gallium_dri.so free 0x55717360d3c0 void 0.000115
+gallium_dri.so free 0x55717360d2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d410 0.000115
+gallium_dri.so free 0x55717360d480 void 0.000114
+gallium_dri.so free 0x55717360d410 void 0.000114
+gallium_dri.so malloc 72 0x55717360d4a0 0.000115
+gallium_dri.so free 0x55717360d540 void 0.000115
+gallium_dri.so free 0x55717360d4a0 void 0.000161
+gallium_dri.so malloc 72 0x55717360d4f0 0.000115
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so free 0x55717360d4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d4f0 0.000113
+gallium_dri.so free 0x55717360d640 void 0.000116
+gallium_dri.so free 0x55717360d4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d640 0.000114
+gallium_dri.so free 0x55717360d700 void 0.000114
+gallium_dri.so free 0x55717360d640 void 0.000113
+gallium_dri.so malloc 72 0x55717360d640 0.000113
+gallium_dri.so free 0x55717360d800 void 0.000125
+gallium_dri.so free 0x55717360d640 void 0.000118
+gallium_dri.so malloc 72 0x55717360d7b0 0.000115
+gallium_dri.so free 0x55717360d840 void 0.000112
+gallium_dri.so free 0x55717360d7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d7b0 0.000114
+gallium_dri.so free 0x55717360d900 void 0.000112
+gallium_dri.so free 0x55717360d7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d940 0.000113
+gallium_dri.so free 0x55717360d9c0 void 0.000113
+gallium_dri.so free 0x55717360d940 void 0.000112
+gallium_dri.so malloc 72 0x55717360d9c0 0.000111
+gallium_dri.so free 0x55717360da80 void 0.000113
+gallium_dri.so free 0x55717360d9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d9c0 0.000113
+gallium_dri.so free 0x55717360db00 void 0.000113
+gallium_dri.so free 0x55717360d9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360db30 0.000122
+gallium_dri.so free 0x55717360db80 void 0.000119
+gallium_dri.so free 0x55717360db30 void 0.000114
+gallium_dri.so malloc 72 0x55717360db30 0.000114
+gallium_dri.so free 0x55717360dc80 void 0.000113
+gallium_dri.so free 0x55717360db30 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcc0 0.000123
+gallium_dri.so free 0x55717360dd40 void 0.000123
+gallium_dri.so free 0x55717360dcc0 void 0.000123
+gallium_dri.so malloc 72 0x55717360dd40 0.000120
+gallium_dri.so free 0x55717360de00 void 0.000117
+gallium_dri.so free 0x55717360dd40 void 0.000122
+gallium_dri.so malloc 72 0x55717360dd40 0.000115
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so free 0x55717360dd40 void 0.000113
+gallium_dri.so malloc 72 0x55717360deb0 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000113
+gallium_dri.so free 0x55717360deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360deb0 0.000112
+gallium_dri.so free 0x55717360e000 void 0.000116
+gallium_dri.so free 0x55717360deb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dfb0 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000114
+gallium_dri.so free 0x55717360dfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e070 0.000116
+gallium_dri.so free 0x55717360e140 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000114
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360e200 void 0.000116
+gallium_dri.so free 0x55717360e070 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360e2c0 void 0.000115
+gallium_dri.so free 0x55717360e070 void 0.000115
+gallium_dri.so malloc 72 0x55717360e270 0.000113
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so free 0x55717360e270 void 0.000114
+gallium_dri.so malloc 72 0x55717360e390 0.000113
+gallium_dri.so free 0x55717360e400 void 0.000126
+gallium_dri.so free 0x55717360e390 void 0.000114
+gallium_dri.so malloc 72 0x55717360e420 0.000160
+gallium_dri.so free 0x55717360e4c0 void 0.000116
+gallium_dri.so free 0x55717360e420 void 0.000114
+gallium_dri.so malloc 72 0x55717360e470 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x55717360e470 void 0.000113
+gallium_dri.so malloc 72 0x55717360e540 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000113
+gallium_dri.so malloc 72 0x55717360e540 0.000114
+gallium_dri.so free 0x55717360e680 void 0.000115
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so malloc 72 0x55717360e680 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000116
+gallium_dri.so free 0x55717360e680 void 0.000116
+gallium_dri.so malloc 72 0x55717360e680 0.000113
+gallium_dri.so free 0x55717360e800 void 0.000119
+gallium_dri.so free 0x55717360e680 void 0.000116
+gallium_dri.so malloc 72 0x55717360e680 0.000114
+gallium_dri.so free 0x55717360e8c0 void 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000113
+gallium_dri.so malloc 72 0x55717360e870 0.000113
+gallium_dri.so free 0x55717360e940 void 0.000114
+gallium_dri.so free 0x55717360e870 void 0.000114
+gallium_dri.so malloc 72 0x55717360e990 0.000132
+gallium_dri.so free 0x55717360ea00 void 0.000121
+gallium_dri.so free 0x55717360e990 void 0.000115
+gallium_dri.so malloc 72 0x55717360ea40 0.000115
+gallium_dri.so free 0x55717360eac0 void 0.000115
+gallium_dri.so free 0x55717360ea40 void 0.000115
+gallium_dri.so malloc 72 0x55717360ea40 0.000114
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so free 0x55717360ea40 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb70 0.000114
+gallium_dri.so free 0x55717360ebc0 void 0.000115
+gallium_dri.so free 0x55717360eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717360eb70 0.000114
+gallium_dri.so free 0x55717360ecc0 void 0.000115
+gallium_dri.so free 0x55717360eb70 void 0.000114
+gallium_dri.so malloc 72 0x55717360ec70 0.000113
+gallium_dri.so free 0x55717360ed80 void 0.000115
+gallium_dri.so free 0x55717360ec70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed30 0.000114
+gallium_dri.so free 0x55717360edc0 void 0.000116
+gallium_dri.so free 0x55717360ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717360ed30 0.000112
+gallium_dri.so free 0x55717360ee80 void 0.000115
+gallium_dri.so free 0x55717360ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717360eef0 0.000115
+gallium_dri.so free 0x55717360ef40 void 0.000114
+gallium_dri.so free 0x55717360eef0 void 0.000113
+gallium_dri.so malloc 72 0x55717360eef0 0.000113
+gallium_dri.so free 0x55717360f040 void 0.000186
+gallium_dri.so free 0x55717360eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717360eff0 0.000114
+gallium_dri.so free 0x55717360f100 void 0.000114
+gallium_dri.so free 0x55717360eff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0b0 0.000114
+gallium_dri.so free 0x55717360f140 void 0.000115
+gallium_dri.so free 0x55717360f0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0b0 0.000114
+gallium_dri.so free 0x55717360f200 void 0.000117
+gallium_dri.so free 0x55717360f0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f240 0.000113
+gallium_dri.so free 0x55717360f2c0 void 0.000114
+gallium_dri.so free 0x55717360f240 void 0.000113
+gallium_dri.so malloc 72 0x55717360f2c0 0.000113
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so free 0x55717360f2c0 void 0.000161
+gallium_dri.so malloc 72 0x55717360f2c0 0.000115
+gallium_dri.so free 0x55717360f440 void 0.000116
+gallium_dri.so free 0x55717360f2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f460 0.000113
+gallium_dri.so free 0x55717360f500 void 0.000115
+gallium_dri.so free 0x55717360f460 void 0.000115
+gallium_dri.so malloc 72 0x55717360f4b0 0.000115
+gallium_dri.so free 0x55717360f580 void 0.000114
+gallium_dri.so free 0x55717360f4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4b0 0.000113
+gallium_dri.so free 0x55717360f600 void 0.000126
+gallium_dri.so free 0x55717360f4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f600 0.000114
+gallium_dri.so free 0x55717360f6c0 void 0.000116
+gallium_dri.so free 0x55717360f600 void 0.000114
+gallium_dri.so malloc 72 0x55717360f600 0.000114
+gallium_dri.so free 0x55717360f780 void 0.000114
+gallium_dri.so free 0x55717360f600 void 0.000113
+gallium_dri.so malloc 72 0x55717360f600 0.000119
+gallium_dri.so free 0x55717360f840 void 0.000116
+gallium_dri.so free 0x55717360f600 void 0.000115
+gallium_dri.so malloc 72 0x55717360f7f0 0.000113
+gallium_dri.so free 0x55717360f900 void 0.000115
+gallium_dri.so free 0x55717360f7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f8b0 0.000114
+gallium_dri.so free 0x55717360f980 void 0.000115
+gallium_dri.so free 0x55717360f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f9d0 0.000114
+gallium_dri.so free 0x55717360fa40 void 0.000115
+gallium_dri.so free 0x55717360f9d0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fa60 0.000113
+gallium_dri.so free 0x55717360fb00 void 0.000114
+gallium_dri.so free 0x55717360fa60 void 0.000116
+gallium_dri.so malloc 72 0x55717360fab0 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000116
+gallium_dri.so free 0x55717360fab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fab0 0.000114
+gallium_dri.so free 0x55717360fc00 void 0.000126
+gallium_dri.so free 0x55717360fab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc00 0.000115
+gallium_dri.so free 0x55717360fcc0 void 0.000115
+gallium_dri.so free 0x55717360fc00 void 0.000113
+gallium_dri.so malloc 72 0x55717360fc00 0.000114
+gallium_dri.so free 0x55717360fdc0 void 0.000114
+gallium_dri.so free 0x55717360fc00 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd70 0.000114
+gallium_dri.so free 0x55717360fe00 void 0.000115
+gallium_dri.so free 0x55717360fd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360fd70 0.000114
+gallium_dri.so free 0x55717360fec0 void 0.000115
+gallium_dri.so free 0x55717360fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ff00 0.000113
+gallium_dri.so free 0x55717360ff80 void 0.000114
+gallium_dri.so free 0x55717360ff00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ff80 0.000114
+gallium_dri.so free 0x557173610040 void 0.000114
+gallium_dri.so free 0x55717360ff80 void 0.000113
+gallium_dri.so malloc 72 0x55717360ff80 0.000114
+gallium_dri.so free 0x5571736100c0 void 0.000115
+gallium_dri.so free 0x55717360ff80 void 0.000115
+gallium_dri.so malloc 72 0x5571736100f0 0.000113
+gallium_dri.so free 0x557173610140 void 0.000115
+gallium_dri.so free 0x5571736100f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100f0 0.000114
+gallium_dri.so free 0x557173610240 void 0.000115
+gallium_dri.so free 0x5571736100f0 void 0.000118
+gallium_dri.so malloc 72 0x557173610280 0.000115
+gallium_dri.so free 0x557173610300 void 0.000162
+gallium_dri.so free 0x557173610280 void 0.000115
+gallium_dri.so malloc 72 0x557173610300 0.000117
+gallium_dri.so free 0x5571736103c0 void 0.000115
+gallium_dri.so free 0x557173610300 void 0.000113
+gallium_dri.so malloc 72 0x557173610300 0.000114
+gallium_dri.so free 0x557173610440 void 0.000115
+gallium_dri.so free 0x557173610300 void 0.000115
+gallium_dri.so malloc 72 0x557173610470 0.000114
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so free 0x557173610470 void 0.000113
+gallium_dri.so malloc 72 0x557173610470 0.000112
+gallium_dri.so free 0x5571736105c0 void 0.000114
+gallium_dri.so free 0x557173610470 void 0.000115
+gallium_dri.so malloc 72 0x557173610570 0.000114
+gallium_dri.so free 0x557173610680 void 0.000116
+gallium_dri.so free 0x557173610570 void 0.000113
+gallium_dri.so malloc 72 0x557173610630 0.000116
+gallium_dri.so free 0x557173610700 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x5571736107c0 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x557173610880 void 0.000128
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x557173610830 0.000115
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x557173610830 void 0.000113
+gallium_dri.so malloc 72 0x557173610950 0.000115
+gallium_dri.so free 0x5571736109c0 void 0.000115
+gallium_dri.so free 0x557173610950 void 0.000115
+gallium_dri.so malloc 72 0x5571736109e0 0.000114
+gallium_dri.so free 0x557173610a80 void 0.000116
+gallium_dri.so free 0x5571736109e0 void 0.000114
+gallium_dri.so malloc 72 0x557173610a30 0.000114
+gallium_dri.so free 0x557173610b00 void 0.000115
+gallium_dri.so free 0x557173610a30 void 0.000114
+gallium_dri.so malloc 72 0x557173610b00 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000115
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610b00 0.000113
+gallium_dri.so free 0x557173610c40 void 0.000114
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610c40 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000116
+gallium_dri.so free 0x557173610c40 void 0.000114
+gallium_dri.so malloc 72 0x557173610c40 0.000114
+gallium_dri.so free 0x557173610dc0 void 0.000115
+gallium_dri.so free 0x557173610c40 void 0.000112
+gallium_dri.so malloc 72 0x557173610c40 0.000115
+gallium_dri.so free 0x557173610e80 void 0.000115
+gallium_dri.so free 0x557173610c40 void 0.000128
+gallium_dri.so malloc 72 0x557173610e30 0.000114
+gallium_dri.so free 0x557173610f00 void 0.000117
+gallium_dri.so free 0x557173610e30 void 0.000114
+gallium_dri.so malloc 72 0x557173610f50 0.000115
+gallium_dri.so free 0x557173610fc0 void 0.000115
+gallium_dri.so free 0x557173610f50 void 0.000114
+gallium_dri.so malloc 72 0x557173611000 0.000113
+gallium_dri.so free 0x557173611080 void 0.000114
+gallium_dri.so free 0x557173611000 void 0.000114
+gallium_dri.so malloc 72 0x557173611000 0.000113
+gallium_dri.so free 0x557173611100 void 0.000115
+gallium_dri.so free 0x557173611000 void 0.000114
+gallium_dri.so malloc 72 0x557173611130 0.000115
+gallium_dri.so free 0x557173611180 void 0.000115
+gallium_dri.so free 0x557173611130 void 0.000114
+gallium_dri.so malloc 72 0x557173611130 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x557173611130 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff30 0.000113
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so free 0x5571735bff30 void 0.000166
+gallium_dri.so malloc 72 0x5571735bff30 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so free 0x5571735bff30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c00c0 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735c00c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0140 0.000114
+gallium_dri.so free 0x5571735c0200 void 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0140 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02b0 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000118
+gallium_dri.so free 0x5571735c02b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02b0 0.000113
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so free 0x5571735c02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c03b0 0.000113
+gallium_dri.so free 0x5571735c04c0 void 0.000114
+gallium_dri.so free 0x5571735c03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0470 0.000115
+gallium_dri.so free 0x5571735c0540 void 0.000116
+gallium_dri.so free 0x5571735c0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0470 0.000113
+gallium_dri.so free 0x5571735c0600 void 0.000113
+gallium_dri.so free 0x5571735c0470 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0470 0.000115
+gallium_dri.so free 0x5571735c06c0 void 0.000115
+gallium_dri.so free 0x5571735c0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0670 0.000113
+gallium_dri.so free 0x5571735c0740 void 0.000115
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0790 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000114
+gallium_dri.so free 0x5571735c0790 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0820 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000114
+gallium_dri.so free 0x5571735c0820 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0870 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0940 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000116
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0940 0.000113
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a80 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000116
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a80 0.000113
+gallium_dri.so free 0x5571735c0c00 void 0.000115
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a80 0.000115
+gallium_dri.so free 0x5571735c0cc0 void 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c70 0.000159
+gallium_dri.so free 0x5571735c0d40 void 0.000117
+gallium_dri.so free 0x5571735c0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d90 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000115
+gallium_dri.so free 0x5571735c0d90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0e40 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000115
+gallium_dri.so free 0x5571735c0e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e40 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000116
+gallium_dri.so free 0x5571735c0e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0f70 0.000113
+gallium_dri.so free 0x5571735c0fc0 void 0.000116
+gallium_dri.so free 0x5571735c0f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0f70 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x5571735c0f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c1180 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1130 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1130 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12f0 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000116
+gallium_dri.so free 0x5571735c12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c12f0 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000115
+gallium_dri.so free 0x5571735c12f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13f0 0.000112
+gallium_dri.so free 0x5571735c1500 void 0.000115
+gallium_dri.so free 0x5571735c13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c14b0 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so free 0x5571735c14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c14b0 0.000114
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1640 0.000114
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735c1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16c0 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000115
+gallium_dri.so free 0x5571735c16c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16c0 0.000114
+gallium_dri.so free 0x5571735c1840 void 0.000117
+gallium_dri.so free 0x5571735c16c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1860 0.000126
+gallium_dri.so free 0x5571735c1900 void 0.000116
+gallium_dri.so free 0x5571735c1860 void 0.000116
+gallium_dri.so malloc 72 0x5571735c18b0 0.000113
+gallium_dri.so free 0x5571735c1980 void 0.000116
+gallium_dri.so free 0x5571735c18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c18b0 0.000115
+gallium_dri.so free 0x5571735c1a00 void 0.000114
+gallium_dri.so free 0x5571735c18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a00 0.000114
+gallium_dri.so free 0x5571735c1ac0 void 0.000116
+gallium_dri.so free 0x5571735c1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a00 0.000113
+gallium_dri.so free 0x5571735c1b80 void 0.000115
+gallium_dri.so free 0x5571735c1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a00 0.000113
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1a00 void 0.000160
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000116
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1dd0 0.000112
+gallium_dri.so free 0x5571735c1e40 void 0.000113
+gallium_dri.so free 0x5571735c1dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e60 0.000129
+gallium_dri.so free 0x5571735c1f00 void 0.000116
+gallium_dri.so free 0x5571735c1e60 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000116
+gallium_dri.so free 0x5571735c1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000115
+gallium_dri.so free 0x5571735c1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2000 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000115
+gallium_dri.so free 0x5571735c2000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2000 0.000114
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2170 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000115
+gallium_dri.so free 0x5571735c2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2170 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so free 0x5571735c2170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2300 0.000128
+gallium_dri.so free 0x5571735c2380 void 0.000125
+gallium_dri.so free 0x5571735c2300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2380 0.000114
+gallium_dri.so free 0x5571735c2440 void 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000169
+gallium_dri.so malloc 72 0x5571735c2380 0.000116
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24f0 0.000113
+gallium_dri.so free 0x5571735c2540 void 0.000115
+gallium_dri.so free 0x5571735c24f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24f0 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c24f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2680 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2700 0.000113
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2700 0.000114
+gallium_dri.so free 0x5571735c2840 void 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2870 0.000114
+gallium_dri.so free 0x5571735c28c0 void 0.000115
+gallium_dri.so free 0x5571735c2870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2870 0.000112
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so free 0x5571735c2870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2970 0.000113
+gallium_dri.so free 0x5571735c2a80 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2a30 0.000116
+gallium_dri.so free 0x5571735c2b00 void 0.000114
+gallium_dri.so free 0x5571735c2a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2a30 0.000159
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so free 0x5571735c2a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2a30 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000115
+gallium_dri.so free 0x5571735c2d00 void 0.000117
+gallium_dri.so free 0x5571735c2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2d50 0.000112
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so free 0x5571735c2d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2de0 0.000113
+gallium_dri.so free 0x5571735c2e80 void 0.000115
+gallium_dri.so free 0x5571735c2de0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e30 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so free 0x5571735c2e30 void 0.000149
+gallium_dri.so malloc 72 0x5571735c2f00 0.000147
+gallium_dri.so free 0x5571735c2fc0 void 0.000129
+gallium_dri.so free 0x5571735c2f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2f00 0.000124
+gallium_dri.so free 0x5571735c3040 void 0.000130
+gallium_dri.so free 0x5571735c2f00 void 0.000144
+gallium_dri.so malloc 72 0x5571735c3040 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000120
+gallium_dri.so free 0x5571735c3040 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3040 0.000119
+gallium_dri.so free 0x5571735c31c0 void 0.000121
+gallium_dri.so free 0x5571735c3040 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3040 0.000119
+gallium_dri.so free 0x5571735c3280 void 0.000126
+gallium_dri.so free 0x5571735c3040 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3230 0.000121
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so free 0x5571735c3230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3350 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so free 0x5571735c3350 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3400 0.000121
+gallium_dri.so free 0x5571735c3480 void 0.000122
+gallium_dri.so free 0x5571735c3400 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3400 0.000127
+gallium_dri.so free 0x5571735c3500 void 0.000123
+gallium_dri.so free 0x5571735c3400 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3530 0.000122
+gallium_dri.so free 0x5571735c3580 void 0.000122
+gallium_dri.so free 0x5571735c3530 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3530 0.000127
+gallium_dri.so free 0x5571735c3680 void 0.000122
+gallium_dri.so free 0x5571735c3530 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3630 0.000126
+gallium_dri.so free 0x5571735c3740 void 0.000135
+gallium_dri.so free 0x5571735c3630 void 0.000139
+gallium_dri.so malloc 72 0x5571735c36f0 0.000133
+gallium_dri.so free 0x5571735c3780 void 0.000128
+gallium_dri.so free 0x5571735c36f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c36f0 0.000128
+gallium_dri.so free 0x5571735c3840 void 0.000128
+gallium_dri.so free 0x5571735c36f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c38b0 0.000127
+gallium_dri.so free 0x5571735c3900 void 0.000127
+gallium_dri.so free 0x5571735c38b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735c38b0 0.000133
+gallium_dri.so free 0x5571735c3a00 void 0.000130
+gallium_dri.so free 0x5571735c38b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c39b0 0.000129
+gallium_dri.so free 0x5571735c3ac0 void 0.000128
+gallium_dri.so free 0x5571735c39b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3a70 0.000129
+gallium_dri.so free 0x5571735c3b00 void 0.000129
+gallium_dri.so free 0x5571735c3a70 void 0.000176
+gallium_dri.so malloc 72 0x5571735c3a70 0.000130
+gallium_dri.so free 0x5571735c3bc0 void 0.000128
+gallium_dri.so free 0x5571735c3a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3c00 0.000128
+gallium_dri.so free 0x5571735c3c80 void 0.000135
+gallium_dri.so free 0x5571735c3c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3c80 0.000130
+gallium_dri.so free 0x5571735c3d40 void 0.000127
+gallium_dri.so free 0x5571735c3c80 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3c80 0.000127
+gallium_dri.so free 0x5571735c3e00 void 0.000128
+gallium_dri.so free 0x5571735c3c80 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3e20 0.000129
+gallium_dri.so free 0x5571735c3ec0 void 0.000128
+gallium_dri.so free 0x5571735c3e20 void 0.000173
+gallium_dri.so malloc 72 0x5571735c3e70 0.000178
+gallium_dri.so free 0x5571735c3f40 void 0.000176
+gallium_dri.so free 0x5571735c3e70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3e70 0.000128
+gallium_dri.so free 0x5571735c3fc0 void 0.000141
+gallium_dri.so free 0x5571735c3e70 void 0.000142
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000157
+gallium_dri.so free 0x5571735c4080 void 0.000152
+gallium_dri.so free 0x5571735c3fc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000127
+gallium_dri.so free 0x5571735c4140 void 0.000126
+gallium_dri.so free 0x5571735c3fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3fc0 0.000120
+gallium_dri.so free 0x5571735c4200 void 0.000121
+gallium_dri.so free 0x5571735c3fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c41b0 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000122
+gallium_dri.so free 0x5571735c41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000120
+gallium_dri.so free 0x5571735c4340 void 0.000120
+gallium_dri.so free 0x5571735c4270 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4390 0.000122
+gallium_dri.so free 0x5571735c4400 void 0.000120
+gallium_dri.so free 0x5571735c4390 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4420 0.000106
+gallium_dri.so free 0x5571735c44c0 void 0.000192
+gallium_dri.so free 0x5571735c4420 void 0.000193
+gallium_dri.so malloc 72 0x5571735c4470 0.000191
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c4470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4470 0.000133
+gallium_dri.so free 0x5571735c45c0 void 0.000117
+gallium_dri.so free 0x5571735c4470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c45c0 0.000122
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45c0 0.000116
+gallium_dri.so free 0x5571735c4780 void 0.000115
+gallium_dri.so free 0x5571735c45c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4730 0.000121
+gallium_dri.so free 0x5571735c47c0 void 0.000123
+gallium_dri.so free 0x5571735c4730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4730 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c48c0 0.000113
+gallium_dri.so free 0x5571735c4940 void 0.000122
+gallium_dri.so free 0x5571735c48c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4940 0.000113
+gallium_dri.so free 0x5571735c4a00 void 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4940 0.000113
+gallium_dri.so free 0x5571735c4a80 void 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000113
+gallium_dri.so free 0x5571735c4b00 void 0.000114
+gallium_dri.so free 0x5571735c4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ab0 0.000135
+gallium_dri.so free 0x5571735c4c00 void 0.000122
+gallium_dri.so free 0x5571735c4ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c40 0.000119
+gallium_dri.so free 0x5571735c4cc0 void 0.000127
+gallium_dri.so free 0x5571735c4c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000123
+gallium_dri.so free 0x5571735c4d80 void 0.000126
+gallium_dri.so free 0x5571735c4cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000138
+gallium_dri.so free 0x5571735c4e00 void 0.000133
+gallium_dri.so free 0x5571735c4cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4e30 0.000133
+gallium_dri.so free 0x5571735c4e80 void 0.000128
+gallium_dri.so free 0x5571735c4e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4e30 0.000130
+gallium_dri.so free 0x5571735c4f80 void 0.000126
+gallium_dri.so free 0x5571735c4e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4f30 0.000141
+gallium_dri.so free 0x5571735c5040 void 0.000131
+gallium_dri.so free 0x5571735c4f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000130
+gallium_dri.so free 0x557173469a00 void 0.000125
+gallium_dri.so free 0x5571735c4ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000127
+gallium_dri.so free 0x557173469a80 void 0.000151
+gallium_dri.so free 0x5571735c4ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173469ab0 0.000123
+gallium_dri.so free 0x557173469b00 void 0.000123
+gallium_dri.so free 0x557173469ab0 void 0.000123
+gallium_dri.so malloc 72 0x557173469ab0 0.000175
+gallium_dri.so free 0x557173469c00 void 0.000170
+gallium_dri.so free 0x557173469ab0 void 0.000169
+gallium_dri.so malloc 72 0x557173469bb0 0.000128
+gallium_dri.so free 0x557173469cc0 void 0.000132
+gallium_dri.so free 0x557173469bb0 void 0.000133
+gallium_dri.so malloc 72 0x557173469c70 0.000134
+gallium_dri.so free 0x557173469d00 void 0.000134
+gallium_dri.so free 0x557173469c70 void 0.000153
+gallium_dri.so malloc 72 0x557173469c70 0.000125
+gallium_dri.so free 0x557173469dc0 void 0.000120
+gallium_dri.so free 0x557173469c70 void 0.000119
+gallium_dri.so malloc 72 0x557173469e10 0.000119
+gallium_dri.so free 0x557173469e80 void 0.000145
+gallium_dri.so free 0x557173469e10 void 0.000119
+gallium_dri.so malloc 72 0x557173469ec0 0.000113
+gallium_dri.so free 0x557173469f40 void 0.000110
+gallium_dri.so free 0x557173469ec0 void 0.000110
+gallium_dri.so malloc 72 0x557173469f40 0.000122
+gallium_dri.so free 0x55717346a000 void 0.000113
+gallium_dri.so free 0x557173469f40 void 0.000109
+gallium_dri.so malloc 72 0x557173469f40 0.000115
+gallium_dri.so free 0x55717346a080 void 0.000129
+gallium_dri.so free 0x557173469f40 void 0.000125
+gallium_dri.so malloc 72 0x55717346a0b0 0.000116
+gallium_dri.so free 0x55717346a100 void 0.000116
+gallium_dri.so free 0x55717346a0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a0b0 0.000116
+gallium_dri.so free 0x55717346a200 void 0.000110
+gallium_dri.so free 0x55717346a0b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a1b0 0.000110
+gallium_dri.so free 0x55717346a2c0 void 0.000116
+gallium_dri.so free 0x55717346a1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a270 0.000112
+gallium_dri.so free 0x55717346a340 void 0.000110
+gallium_dri.so free 0x55717346a270 void 0.000109
+gallium_dri.so malloc 72 0x55717346a360 0.000109
+gallium_dri.so free 0x55717346a400 void 0.000110
+gallium_dri.so free 0x55717346a360 void 0.000111
+gallium_dri.so malloc 72 0x55717346a3b0 0.000116
+gallium_dri.so free 0x55717346a480 void 0.000117
+gallium_dri.so free 0x55717346a3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a3b0 0.000113
+gallium_dri.so free 0x55717346a500 void 0.000111
+gallium_dri.so free 0x55717346a3b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a500 0.000123
+gallium_dri.so free 0x55717346a5c0 void 0.000112
+gallium_dri.so free 0x55717346a500 void 0.000111
+gallium_dri.so malloc 72 0x55717346a500 0.000110
+gallium_dri.so free 0x55717346a680 void 0.000111
+gallium_dri.so free 0x55717346a500 void 0.000110
+gallium_dri.so malloc 72 0x55717346a500 0.000111
+gallium_dri.so free 0x55717346a740 void 0.000112
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so malloc 72 0x55717346a6f0 0.000110
+gallium_dri.so free 0x55717346a740 void 0.000110
+gallium_dri.so free 0x55717346a6f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a6f0 0.000110
+gallium_dri.so free 0x55717346a840 void 0.000109
+gallium_dri.so free 0x55717346a6f0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a7f0 0.000112
+gallium_dri.so free 0x55717346a900 void 0.000110
+gallium_dri.so free 0x55717346a7f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a8b0 0.000111
+gallium_dri.so free 0x55717346a940 void 0.000111
+gallium_dri.so free 0x55717346a8b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a8b0 0.000114
+gallium_dri.so free 0x55717346aa00 void 0.000119
+gallium_dri.so free 0x55717346a8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346aa40 0.000112
+gallium_dri.so free 0x55717346aac0 void 0.000111
+gallium_dri.so free 0x55717346aa40 void 0.000111
+gallium_dri.so malloc 72 0x55717346aac0 0.000109
+gallium_dri.so free 0x55717346ab80 void 0.000155
+gallium_dri.so free 0x55717346aac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346aac0 0.000118
+gallium_dri.so free 0x55717346ac40 void 0.000116
+gallium_dri.so free 0x55717346aac0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac60 0.000119
+gallium_dri.so free 0x55717346ad00 void 0.000124
+gallium_dri.so free 0x55717346ac60 void 0.000120
+gallium_dri.so malloc 72 0x55717346acb0 0.000115
+gallium_dri.so free 0x55717346ad80 void 0.000115
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000112
+gallium_dri.so free 0x55717346ae00 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae00 0.000112
+gallium_dri.so free 0x55717346aec0 void 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so malloc 72 0x55717346ae00 0.000114
+gallium_dri.so free 0x55717346af80 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000115
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so malloc 72 0x55717346aff0 0.000114
+gallium_dri.so free 0x55717346b100 void 0.000114
+gallium_dri.so free 0x55717346aff0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b0b0 0.000113
+gallium_dri.so free 0x55717346b180 void 0.000126
+gallium_dri.so free 0x55717346b0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1d0 0.000113
+gallium_dri.so free 0x55717346b240 void 0.000115
+gallium_dri.so free 0x55717346b1d0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b260 0.000112
+gallium_dri.so free 0x55717346b300 void 0.000114
+gallium_dri.so free 0x55717346b260 void 0.000112
+gallium_dri.so malloc 72 0x55717346b2b0 0.000113
+gallium_dri.so free 0x55717346b380 void 0.000115
+gallium_dri.so free 0x55717346b2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b2b0 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x55717346b2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b400 0.000113
+gallium_dri.so free 0x55717346b4c0 void 0.000115
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so malloc 72 0x55717346b400 0.000115
+gallium_dri.so free 0x55717346b5c0 void 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000114
+gallium_dri.so malloc 72 0x55717346b570 0.000114
+gallium_dri.so free 0x55717346b600 void 0.000114
+gallium_dri.so free 0x55717346b570 void 0.000113
+gallium_dri.so malloc 72 0x55717346b570 0.000112
+gallium_dri.so free 0x55717346b6c0 void 0.000114
+gallium_dri.so free 0x55717346b570 void 0.000114
+gallium_dri.so malloc 72 0x55717346b700 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000156
+gallium_dri.so free 0x55717346b700 void 0.000115
+gallium_dri.so malloc 72 0x55717346b780 0.000113
+gallium_dri.so free 0x55717346b840 void 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000112
+gallium_dri.so malloc 72 0x55717346b780 0.000112
+gallium_dri.so free 0x55717346b8c0 void 0.000113
+gallium_dri.so free 0x55717346b780 void 0.000113
+gallium_dri.so malloc 72 0x55717346b8f0 0.000113
+gallium_dri.so free 0x55717346b940 void 0.000113
+gallium_dri.so free 0x55717346b8f0 void 0.000136
+gallium_dri.so malloc 72 0x55717346b8f0 0.000120
+gallium_dri.so free 0x55717346ba40 void 0.000114
+gallium_dri.so free 0x55717346b8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ba80 0.000111
+gallium_dri.so free 0x55717346bb00 void 0.000114
+gallium_dri.so free 0x55717346ba80 void 0.000160
+gallium_dri.so malloc 72 0x55717346bb00 0.000113
+gallium_dri.so free 0x55717346bbc0 void 0.000115
+gallium_dri.so free 0x55717346bb00 void 0.000115
+gallium_dri.so malloc 72 0x55717346bb00 0.000114
+gallium_dri.so free 0x55717346bc40 void 0.000114
+gallium_dri.so free 0x55717346bb00 void 0.000113
+gallium_dri.so malloc 72 0x55717346bc70 0.000113
+gallium_dri.so free 0x55717346bcc0 void 0.000115
+gallium_dri.so free 0x55717346bc70 void 0.000113
+gallium_dri.so malloc 72 0x55717346bc70 0.000115
+gallium_dri.so free 0x55717346bdc0 void 0.000127
+gallium_dri.so free 0x55717346bc70 void 0.000115
+gallium_dri.so malloc 72 0x55717346bd70 0.000114
+gallium_dri.so free 0x55717346be80 void 0.000114
+gallium_dri.so free 0x55717346bd70 void 0.000113
+gallium_dri.so malloc 72 0x55717346be30 0.000114
+gallium_dri.so free 0x55717346bf00 void 0.000115
+gallium_dri.so free 0x55717346be30 void 0.000113
+gallium_dri.so malloc 72 0x55717346be30 0.000114
+gallium_dri.so free 0x55717346bfc0 void 0.000114
+gallium_dri.so free 0x55717346be30 void 0.000113
+gallium_dri.so malloc 72 0x55717346be30 0.000112
+gallium_dri.so free 0x55717346c080 void 0.000114
+gallium_dri.so free 0x55717346be30 void 0.000114
+gallium_dri.so malloc 72 0x55717346c030 0.000112
+gallium_dri.so free 0x55717346c100 void 0.000113
+gallium_dri.so free 0x55717346c030 void 0.000113
+gallium_dri.so malloc 72 0x55717346c150 0.000175
+gallium_dri.so free 0x55717346c1c0 void 0.000188
+gallium_dri.so free 0x55717346c150 void 0.000186
+gallium_dri.so malloc 72 0x55717346c1e0 0.000185
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so free 0x55717346c1e0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c230 0.000113
+gallium_dri.so free 0x55717346c300 void 0.000115
+gallium_dri.so free 0x55717346c230 void 0.000114
+gallium_dri.so malloc 72 0x55717346c300 0.000126
+gallium_dri.so free 0x55717346c3c0 void 0.000113
+gallium_dri.so free 0x55717346c300 void 0.000110
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so free 0x55717346c300 void 0.000113
+gallium_dri.so malloc 72 0x55717346c440 0.000115
+gallium_dri.so free 0x55717346c500 void 0.000114
+gallium_dri.so free 0x55717346c440 void 0.000113
+gallium_dri.so malloc 72 0x55717346c440 0.000113
+gallium_dri.so free 0x55717346c5c0 void 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so malloc 72 0x55717346c440 0.000113
+gallium_dri.so free 0x55717346c680 void 0.000112
+gallium_dri.so free 0x55717346c440 void 0.000113
+gallium_dri.so malloc 72 0x55717346c630 0.000110
+gallium_dri.so free 0x55717346c700 void 0.000118
+gallium_dri.so free 0x55717346c630 void 0.000115
+gallium_dri.so malloc 72 0x55717346c750 0.000114
+gallium_dri.so free 0x55717346c7c0 void 0.000114
+gallium_dri.so free 0x55717346c750 void 0.000112
+gallium_dri.so malloc 72 0x55717346c800 0.000114
+gallium_dri.so free 0x55717346c880 void 0.000113
+gallium_dri.so free 0x55717346c800 void 0.000113
+gallium_dri.so malloc 72 0x55717346c800 0.000113
+gallium_dri.so free 0x55717346c900 void 0.000114
+gallium_dri.so free 0x55717346c800 void 0.000114
+gallium_dri.so malloc 72 0x55717346c930 0.000113
+gallium_dri.so free 0x55717346c980 void 0.000121
+gallium_dri.so free 0x55717346c930 void 0.000115
+gallium_dri.so malloc 72 0x55717346c930 0.000118
+gallium_dri.so free 0x55717346ca80 void 0.000117
+gallium_dri.so free 0x55717346c930 void 0.000113
+gallium_dri.so malloc 72 0x55717346ca30 0.000115
+gallium_dri.so free 0x55717346cb40 void 0.000114
+gallium_dri.so free 0x55717346ca30 void 0.000114
+gallium_dri.so malloc 72 0x55717346caf0 0.000113
+gallium_dri.so free 0x55717346cb80 void 0.000114
+gallium_dri.so free 0x55717346caf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346caf0 0.000113
+gallium_dri.so free 0x55717346cc40 void 0.000114
+gallium_dri.so free 0x55717346caf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ccb0 0.000114
+gallium_dri.so free 0x55717346cd00 void 0.000114
+gallium_dri.so free 0x55717346ccb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ccb0 0.000115
+gallium_dri.so free 0x55717346ce00 void 0.000114
+gallium_dri.so free 0x55717346ccb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cdb0 0.000116
+gallium_dri.so free 0x55717346cec0 void 0.000115
+gallium_dri.so free 0x55717346cdb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346ce70 0.000115
+gallium_dri.so free 0x55717346cf00 void 0.000114
+gallium_dri.so free 0x55717346ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ce70 0.000114
+gallium_dri.so free 0x55717346cfc0 void 0.000127
+gallium_dri.so free 0x55717346ce70 void 0.000114
+gallium_dri.so malloc 72 0x55717346d000 0.000114
+gallium_dri.so free 0x55717346d080 void 0.000115
+gallium_dri.so free 0x55717346d000 void 0.000113
+gallium_dri.so malloc 72 0x55717346d080 0.000114
+gallium_dri.so free 0x55717346d140 void 0.000114
+gallium_dri.so free 0x55717346d080 void 0.000113
+gallium_dri.so malloc 72 0x55717346d080 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x55717346d080 void 0.000117
+gallium_dri.so malloc 72 0x55717346d220 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so free 0x55717346d220 void 0.000114
+gallium_dri.so malloc 72 0x55717346d270 0.000114
+gallium_dri.so free 0x55717346d340 void 0.000113
+gallium_dri.so free 0x55717346d270 void 0.000116
+gallium_dri.so malloc 72 0x55717346d270 0.000114
+gallium_dri.so free 0x55717346d3c0 void 0.000113
+gallium_dri.so free 0x55717346d270 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3c0 0.000113
+gallium_dri.so free 0x55717346d480 void 0.000114
+gallium_dri.so free 0x55717346d3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000112
+gallium_dri.so free 0x55717346d540 void 0.000114
+gallium_dri.so free 0x55717346d3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000114
+gallium_dri.so free 0x55717346d600 void 0.000123
+gallium_dri.so free 0x55717346d3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5b0 0.000111
+gallium_dri.so free 0x55717346d6c0 void 0.000114
+gallium_dri.so free 0x55717346d5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d670 0.000111
+gallium_dri.so free 0x55717346d740 void 0.000112
+gallium_dri.so free 0x55717346d670 void 0.000112
+gallium_dri.so malloc 72 0x55717346d790 0.000110
+gallium_dri.so free 0x55717346d800 void 0.000112
+gallium_dri.so free 0x55717346d790 void 0.000111
+gallium_dri.so malloc 72 0x55717346d820 0.000111
+gallium_dri.so free 0x55717346d8c0 void 0.000115
+gallium_dri.so free 0x55717346d820 void 0.000113
+gallium_dri.so malloc 72 0x55717346d870 0.000112
+gallium_dri.so free 0x55717346d940 void 0.000112
+gallium_dri.so free 0x55717346d870 void 0.000111
+gallium_dri.so malloc 72 0x55717346d870 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000117
+gallium_dri.so free 0x55717346d870 void 0.000113
+gallium_dri.so malloc 72 0x55717346d9c0 0.000119
+gallium_dri.so free 0x55717346da80 void 0.000124
+gallium_dri.so free 0x55717346d9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d9c0 0.000119
+gallium_dri.so free 0x55717346db80 void 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346db30 0.000123
+gallium_dri.so free 0x55717346dbc0 void 0.000196
+gallium_dri.so free 0x55717346db30 void 0.000200
+gallium_dri.so malloc 72 0x55717346db30 0.000167
+gallium_dri.so free 0x55717346dc80 void 0.000265
+gallium_dri.so free 0x55717346db30 void 0.000277
+gallium_dri.so malloc 72 0x55717346dcc0 0.000282
+gallium_dri.so free 0x55717346dd40 void 0.000267
+gallium_dri.so free 0x55717346dcc0 void 0.000287
+gallium_dri.so malloc 72 0x55717346dd40 0.000158
+gallium_dri.so free 0x55717346de00 void 0.000162
+gallium_dri.so free 0x55717346dd40 void 0.000159
+gallium_dri.so malloc 72 0x55717346dd40 0.000124
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so free 0x55717346dd40 void 0.000115
+gallium_dri.so malloc 72 0x55717346deb0 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000121
+gallium_dri.so free 0x55717346deb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346deb0 0.000133
+gallium_dri.so free 0x55717346e000 void 0.000119
+gallium_dri.so free 0x55717346deb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e040 0.000117
+gallium_dri.so free 0x55717346e0c0 void 0.000120
+gallium_dri.so free 0x55717346e040 void 0.000126
+gallium_dri.so malloc 72 0x55717346e0c0 0.000123
+gallium_dri.so free 0x55717346e180 void 0.000120
+gallium_dri.so free 0x55717346e0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e0c0 0.000115
+gallium_dri.so free 0x55717346e200 void 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e230 0.000116
+gallium_dri.so free 0x55717346e280 void 0.000122
+gallium_dri.so free 0x55717346e230 void 0.000120
+gallium_dri.so malloc 72 0x55717346e230 0.000115
+gallium_dri.so free 0x55717346e380 void 0.000119
+gallium_dri.so free 0x55717346e230 void 0.000124
+gallium_dri.so malloc 72 0x55717346e330 0.000119
+gallium_dri.so free 0x55717346e440 void 0.000121
+gallium_dri.so free 0x55717346e330 void 0.000118
+gallium_dri.so malloc 72 0x55717346e3f0 0.000114
+gallium_dri.so free 0x55717346e4c0 void 0.000114
+gallium_dri.so free 0x55717346e3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e3f0 0.000146
+gallium_dri.so free 0x55717346e580 void 0.000156
+gallium_dri.so free 0x55717346e3f0 void 0.000189
+gallium_dri.so malloc 72 0x55717346e3f0 0.000210
+gallium_dri.so free 0x55717346e640 void 0.000257
+gallium_dri.so free 0x55717346e3f0 void 0.000156
+gallium_dri.so malloc 72 0x55717346e5f0 0.000154
+gallium_dri.so free 0x55717346e6c0 void 0.000190
+gallium_dri.so free 0x55717346e5f0 void 0.000254
+gallium_dri.so malloc 72 0x55717346e710 0.000365
+gallium_dri.so free 0x55717346e780 void 0.000325
+gallium_dri.so free 0x55717346e710 void 0.000295
+gallium_dri.so malloc 72 0x55717346e7a0 0.000314
+gallium_dri.so free 0x55717346e840 void 0.000242
+gallium_dri.so free 0x55717346e7a0 void 0.000480
+gallium_dri.so malloc 72 0x55717346e7f0 0.000486
+gallium_dri.so free 0x55717346e8c0 void 0.000173
+gallium_dri.so free 0x55717346e7f0 void 0.000168
+gallium_dri.so malloc 72 0x55717346e8c0 0.000164
+gallium_dri.so free 0x55717346e980 void 0.000130
+gallium_dri.so free 0x55717346e8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e8c0 0.000125
+gallium_dri.so free 0x55717346ea00 void 0.000127
+gallium_dri.so free 0x55717346e8c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ea00 0.000132
+gallium_dri.so free 0x55717346eac0 void 0.000138
+gallium_dri.so free 0x55717346ea00 void 0.000132
+gallium_dri.so malloc 72 0x55717346ea00 0.000126
+gallium_dri.so free 0x55717346eb80 void 0.000126
+gallium_dri.so free 0x55717346ea00 void 0.000133
+gallium_dri.so malloc 72 0x55717346ea00 0.000126
+gallium_dri.so free 0x55717346ec40 void 0.000121
+gallium_dri.so free 0x55717346ea00 void 0.000124
+gallium_dri.so malloc 72 0x55717346ebf0 0.000133
+gallium_dri.so free 0x55717346ecc0 void 0.000130
+gallium_dri.so free 0x55717346ebf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ed10 0.000126
+gallium_dri.so free 0x55717346ed80 void 0.000126
+gallium_dri.so free 0x55717346ed10 void 0.000130
+gallium_dri.so malloc 72 0x55717346edc0 0.000126
+gallium_dri.so free 0x55717346ee40 void 0.000121
+gallium_dri.so free 0x55717346edc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346edc0 0.000123
+gallium_dri.so free 0x55717346eec0 void 0.000140
+gallium_dri.so free 0x55717346edc0 void 0.000126
+gallium_dri.so malloc 72 0x55717346eef0 0.000121
+gallium_dri.so free 0x55717346ef40 void 0.000121
+gallium_dri.so free 0x55717346eef0 void 0.000124
+gallium_dri.so malloc 72 0x55717346eef0 0.000131
+gallium_dri.so free 0x55717346f040 void 0.000131
+gallium_dri.so free 0x55717346eef0 void 0.000131
+gallium_dri.so malloc 72 0x55717346eff0 0.000134
+gallium_dri.so free 0x55717346f100 void 0.000130
+gallium_dri.so free 0x55717346eff0 void 0.000131
+gallium_dri.so malloc 72 0x55717346f0b0 0.000132
+gallium_dri.so free 0x55717346f140 void 0.000127
+gallium_dri.so free 0x55717346f0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346f0b0 0.000130
+gallium_dri.so free 0x55717346f200 void 0.000128
+gallium_dri.so free 0x55717346f0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346f270 0.000134
+gallium_dri.so free 0x55717346f2c0 void 0.000127
+gallium_dri.so free 0x55717346f270 void 0.000168
+gallium_dri.so malloc 72 0x55717346f270 0.000164
+gallium_dri.so free 0x55717346f3c0 void 0.000132
+gallium_dri.so free 0x55717346f270 void 0.000131
+gallium_dri.so malloc 72 0x55717346f370 0.000125
+gallium_dri.so free 0x5571735da8c0 void 0.000129
+gallium_dri.so free 0x55717346f370 void 0.000125
+gallium_dri.so malloc 72 0x55717346f370 0.000127
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so free 0x55717346f370 void 0.000125
+gallium_dri.so malloc 72 0x5571735da970 0.000169
+gallium_dri.so free 0x5571735da9c0 void 0.000166
+gallium_dri.so free 0x5571735da970 void 0.000166
+gallium_dri.so malloc 72 0x5571735da970 0.000168
+gallium_dri.so free 0x5571735daac0 void 0.000161
+gallium_dri.so free 0x5571735da970 void 0.000161
+gallium_dri.so malloc 72 0x5571735daa70 0.000164
+gallium_dri.so free 0x5571735dab80 void 0.000183
+gallium_dri.so free 0x5571735daa70 void 0.000150
+gallium_dri.so malloc 72 0x5571735dab30 0.000142
+gallium_dri.so free 0x5571735dac00 void 0.000127
+gallium_dri.so free 0x5571735dab30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dab30 0.000126
+gallium_dri.so free 0x5571735dacc0 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dab30 0.000127
+gallium_dri.so free 0x5571735dad80 void 0.000127
+gallium_dri.so free 0x5571735dab30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dad30 0.000128
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dad30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dae50 0.000127
+gallium_dri.so free 0x5571735daec0 void 0.000128
+gallium_dri.so free 0x5571735dae50 void 0.000153
+gallium_dri.so malloc 72 0x5571735daee0 0.000127
+gallium_dri.so free 0x5571735daf80 void 0.000126
+gallium_dri.so free 0x5571735daee0 void 0.000126
+gallium_dri.so malloc 72 0x5571735daf30 0.000127
+gallium_dri.so free 0x5571735db000 void 0.000127
+gallium_dri.so free 0x5571735daf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735db000 0.000126
+gallium_dri.so free 0x5571735db0c0 void 0.000125
+gallium_dri.so free 0x5571735db000 void 0.000127
+gallium_dri.so malloc 72 0x5571735db000 0.000126
+gallium_dri.so free 0x5571735db140 void 0.000126
+gallium_dri.so free 0x5571735db000 void 0.000125
+gallium_dri.so malloc 72 0x5571735db140 0.000127
+gallium_dri.so free 0x5571735db200 void 0.000127
+gallium_dri.so free 0x5571735db140 void 0.000124
+gallium_dri.so malloc 72 0x5571735db140 0.000126
+gallium_dri.so free 0x5571735db2c0 void 0.000126
+gallium_dri.so free 0x5571735db140 void 0.000128
+gallium_dri.so malloc 72 0x5571735db140 0.000128
+gallium_dri.so free 0x5571735db380 void 0.000128
+gallium_dri.so free 0x5571735db140 void 0.000137
+gallium_dri.so malloc 72 0x5571735db330 0.000128
+gallium_dri.so free 0x5571735db400 void 0.000128
+gallium_dri.so free 0x5571735db330 void 0.000123
+gallium_dri.so malloc 72 0x5571735db450 0.000126
+gallium_dri.so free 0x5571735db4c0 void 0.000127
+gallium_dri.so free 0x5571735db450 void 0.000126
+gallium_dri.so malloc 72 0x5571735db500 0.000129
+gallium_dri.so free 0x5571735db580 void 0.000129
+gallium_dri.so free 0x5571735db500 void 0.000126
+gallium_dri.so malloc 72 0x5571735db500 0.000125
+gallium_dri.so free 0x5571735db600 void 0.000128
+gallium_dri.so free 0x5571735db500 void 0.000125
+gallium_dri.so malloc 72 0x5571735db630 0.000125
+gallium_dri.so free 0x5571735db680 void 0.000128
+gallium_dri.so free 0x5571735db630 void 0.000125
+gallium_dri.so malloc 72 0x5571735db630 0.000127
+gallium_dri.so free 0x5571735db780 void 0.000128
+gallium_dri.so free 0x5571735db630 void 0.000126
+gallium_dri.so malloc 72 0x5571735db730 0.000126
+gallium_dri.so free 0x5571735db840 void 0.000128
+gallium_dri.so free 0x5571735db730 void 0.000125
+gallium_dri.so malloc 72 0x5571735db7f0 0.000126
+gallium_dri.so free 0x5571735db880 void 0.000125
+gallium_dri.so free 0x5571735db7f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735db7f0 0.000129
+gallium_dri.so free 0x5571735db940 void 0.000131
+gallium_dri.so free 0x5571735db7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db9b0 0.000121
+gallium_dri.so free 0x5571735dba00 void 0.000121
+gallium_dri.so free 0x5571735db9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db9b0 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000121
+gallium_dri.so free 0x5571735db9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbab0 0.000120
+gallium_dri.so free 0x5571735dbbc0 void 0.000120
+gallium_dri.so free 0x5571735dbab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000119
+gallium_dri.so free 0x5571735dbc00 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb70 0.000123
+gallium_dri.so free 0x5571735dbcc0 void 0.000148
+gallium_dri.so free 0x5571735dbb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd00 0.000121
+gallium_dri.so free 0x5571735dbd80 void 0.000120
+gallium_dri.so free 0x5571735dbd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd80 0.000120
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so free 0x5571735dbd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd80 0.000121
+gallium_dri.so free 0x5571735dbf00 void 0.000123
+gallium_dri.so free 0x5571735dbd80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbf20 0.000121
+gallium_dri.so free 0x5571735dbfc0 void 0.000123
+gallium_dri.so free 0x5571735dbf20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000119
+gallium_dri.so free 0x5571735dc040 void 0.000117
+gallium_dri.so free 0x5571735dbf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000119
+gallium_dri.so free 0x5571735dbf70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000122
+gallium_dri.so free 0x5571735dc180 void 0.000122
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000121
+gallium_dri.so free 0x5571735dc240 void 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc0c0 0.000121
+gallium_dri.so free 0x5571735dc300 void 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2b0 0.000121
+gallium_dri.so free 0x5571735dc3c0 void 0.000121
+gallium_dri.so free 0x5571735dc2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc370 0.000120
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so free 0x5571735dc370 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc490 0.000123
+gallium_dri.so free 0x5571735dc500 void 0.000122
+gallium_dri.so free 0x5571735dc490 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc520 0.000120
+gallium_dri.so free 0x5571735dc5c0 void 0.000122
+gallium_dri.so free 0x5571735dc520 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc570 0.000119
+gallium_dri.so free 0x5571735dc640 void 0.000121
+gallium_dri.so free 0x5571735dc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc570 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000120
+gallium_dri.so free 0x5571735dc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000121
+gallium_dri.so free 0x5571735dc780 void 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc6c0 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc830 0.000123
+gallium_dri.so free 0x5571735dc8c0 void 0.000120
+gallium_dri.so free 0x5571735dc830 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc830 0.000118
+gallium_dri.so free 0x5571735dc980 void 0.000120
+gallium_dri.so free 0x5571735dc830 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000120
+gallium_dri.so free 0x5571735dca40 void 0.000162
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dca40 0.000119
+gallium_dri.so free 0x5571735dcb00 void 0.000119
+gallium_dri.so free 0x5571735dca40 void 0.000140
+gallium_dri.so malloc 72 0x5571735dca40 0.000120
+gallium_dri.so free 0x5571735dcb80 void 0.000122
+gallium_dri.so free 0x5571735dca40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000120
+gallium_dri.so free 0x5571735dcc00 void 0.000121
+gallium_dri.so free 0x5571735dcbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000120
+gallium_dri.so free 0x5571735dcd00 void 0.000118
+gallium_dri.so free 0x5571735dcbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd40 0.000116
+gallium_dri.so free 0x5571735dcdc0 void 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000120
+gallium_dri.so free 0x5571735dce80 void 0.000122
+gallium_dri.so free 0x5571735dcdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcf30 0.000118
+gallium_dri.so free 0x5571735dcf80 void 0.000123
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000132
+gallium_dri.so free 0x5571735dd080 void 0.000123
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd030 0.000121
+gallium_dri.so free 0x5571735dd140 void 0.000119
+gallium_dri.so free 0x5571735dd030 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000121
+gallium_dri.so free 0x5571735dd1c0 void 0.000121
+gallium_dri.so free 0x5571735dd0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000123
+gallium_dri.so free 0x5571735dd0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000120
+gallium_dri.so free 0x5571735dd340 void 0.000118
+gallium_dri.so free 0x5571735dd0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd2f0 0.000122
+gallium_dri.so free 0x5571735dd3c0 void 0.000121
+gallium_dri.so free 0x5571735dd2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd410 0.000121
+gallium_dri.so free 0x5571735dd480 void 0.000119
+gallium_dri.so free 0x5571735dd410 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd4a0 0.000122
+gallium_dri.so free 0x5571735dd540 void 0.000120
+gallium_dri.so free 0x5571735dd4a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000121
+gallium_dri.so free 0x5571735dd5c0 void 0.000121
+gallium_dri.so free 0x5571735dd4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000120
+gallium_dri.so free 0x5571735dd680 void 0.000122
+gallium_dri.so free 0x5571735dd5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd5c0 0.000120
+gallium_dri.so free 0x5571735dd700 void 0.000120
+gallium_dri.so free 0x5571735dd5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd700 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so free 0x5571735dd700 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd700 0.000122
+gallium_dri.so free 0x5571735dd880 void 0.000119
+gallium_dri.so free 0x5571735dd700 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd700 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000118
+gallium_dri.so free 0x5571735dd700 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000120
+gallium_dri.so free 0x5571735dd9c0 void 0.000123
+gallium_dri.so free 0x5571735dd8f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dda10 0.000122
+gallium_dri.so free 0x5571735dda80 void 0.000120
+gallium_dri.so free 0x5571735dda10 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddac0 0.000123
+gallium_dri.so free 0x5571735ddb40 void 0.000121
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000121
+gallium_dri.so free 0x5571735ddbc0 void 0.000129
+gallium_dri.so free 0x5571735ddac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000119
+gallium_dri.so free 0x5571735ddc40 void 0.000119
+gallium_dri.so free 0x5571735ddbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000120
+gallium_dri.so free 0x5571735ddd40 void 0.000119
+gallium_dri.so free 0x5571735ddbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddcf0 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so free 0x5571735ddcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dddb0 0.000120
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735dddb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dddb0 0.000121
+gallium_dri.so free 0x5571735ddf00 void 0.000120
+gallium_dri.so free 0x5571735dddb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf70 0.000121
+gallium_dri.so free 0x5571735ddfc0 void 0.000120
+gallium_dri.so free 0x5571735ddf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf70 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000119
+gallium_dri.so free 0x5571735ddf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735de070 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de070 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000130
+gallium_dri.so free 0x5571735de1c0 void 0.000121
+gallium_dri.so free 0x5571735de130 void 0.000116
+gallium_dri.so malloc 72 0x5571735de130 0.000119
+gallium_dri.so free 0x5571735de280 void 0.000122
+gallium_dri.so free 0x5571735de130 void 0.000120
+gallium_dri.so malloc 72 0x5571735de2c0 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de340 0.000119
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000116
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de4c0 void 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4e0 0.000118
+gallium_dri.so free 0x5571735de580 void 0.000117
+gallium_dri.so free 0x5571735de4e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de530 0.000120
+gallium_dri.so free 0x5571735de600 void 0.000120
+gallium_dri.so free 0x5571735de530 void 0.000120
+gallium_dri.so malloc 72 0x5571735de530 0.000120
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so free 0x5571735de530 void 0.000115
+gallium_dri.so malloc 72 0x5571735de680 0.000120
+gallium_dri.so free 0x5571735de740 void 0.000127
+gallium_dri.so free 0x5571735de680 void 0.000168
+gallium_dri.so malloc 72 0x5571735de680 0.000118
+gallium_dri.so free 0x5571735de800 void 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so malloc 72 0x5571735de680 0.000118
+gallium_dri.so free 0x5571735de8c0 void 0.000141
+gallium_dri.so free 0x5571735de680 void 0.000120
+gallium_dri.so malloc 72 0x5571735de870 0.000120
+gallium_dri.so free 0x5571735de980 void 0.000119
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735de930 0.000122
+gallium_dri.so free 0x5571735dea00 void 0.000119
+gallium_dri.so free 0x5571735de930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea50 0.000116
+gallium_dri.so free 0x5571735deac0 void 0.000117
+gallium_dri.so free 0x5571735dea50 void 0.000120
+gallium_dri.so malloc 72 0x5571735deae0 0.000120
+gallium_dri.so free 0x5571735deb80 void 0.000119
+gallium_dri.so free 0x5571735deae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deb30 0.000119
+gallium_dri.so free 0x5571735dec00 void 0.000119
+gallium_dri.so free 0x5571735deb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735deb30 0.000118
+gallium_dri.so free 0x5571735dec80 void 0.000118
+gallium_dri.so free 0x5571735deb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dec80 0.000120
+gallium_dri.so free 0x5571735ded40 void 0.000132
+gallium_dri.so free 0x5571735dec80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dec80 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x5571735dec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x5571735dee80 void 0.000121
+gallium_dri.so free 0x5571735dedf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x5571735def40 void 0.000121
+gallium_dri.so free 0x5571735dedf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000122
+gallium_dri.so malloc 72 0x5571735df000 0.000121
+gallium_dri.so free 0x5571735df0c0 void 0.000120
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so malloc 72 0x5571735df000 0.000120
+gallium_dri.so free 0x5571735df140 void 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000122
+gallium_dri.so free 0x5571735df1c0 void 0.000121
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df170 0.000120
+gallium_dri.so free 0x5571735df2c0 void 0.000120
+gallium_dri.so free 0x5571735df170 void 0.000119
+gallium_dri.so malloc 72 0x5571735df300 0.000130
+gallium_dri.so free 0x5571735df380 void 0.000121
+gallium_dri.so free 0x5571735df300 void 0.000119
+gallium_dri.so malloc 72 0x5571735df380 0.000119
+gallium_dri.so free 0x5571735df440 void 0.000120
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so malloc 72 0x5571735df380 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4f0 0.000120
+gallium_dri.so free 0x5571735df540 void 0.000119
+gallium_dri.so free 0x5571735df4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4f0 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5f0 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6b0 0.000141
+gallium_dri.so free 0x5571735df780 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6b0 0.000120
+gallium_dri.so free 0x5571735df840 void 0.000120
+gallium_dri.so free 0x5571735df6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df6b0 0.000121
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df8b0 0.000121
+gallium_dri.so free 0x5571735df980 void 0.000120
+gallium_dri.so free 0x5571735df8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df9d0 0.000118
+gallium_dri.so free 0x5571735dfa40 void 0.000119
+gallium_dri.so free 0x5571735df9d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfa60 0.000116
+gallium_dri.so free 0x5571735dfb00 void 0.000120
+gallium_dri.so free 0x5571735dfa60 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfab0 0.000117
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so free 0x5571735dfab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb80 0.000119
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfb80 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000120
+gallium_dri.so free 0x5571735dfb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so free 0x5571735dfcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000119
+gallium_dri.so free 0x5571735dfe40 void 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000119
+gallium_dri.so free 0x5571735dff00 void 0.000129
+gallium_dri.so free 0x5571735dfcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000119
+gallium_dri.so free 0x5571735dff80 void 0.000119
+gallium_dri.so free 0x5571735dfeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dffd0 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000121
+gallium_dri.so free 0x5571735dffd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0080 0.000120
+gallium_dri.so free 0x5571735e0100 void 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0080 0.000117
+gallium_dri.so free 0x5571735e0180 void 0.000119
+gallium_dri.so free 0x5571735e0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000119
+gallium_dri.so free 0x5571735e0200 void 0.000119
+gallium_dri.so free 0x5571735e01b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e01b0 0.000120
+gallium_dri.so free 0x5571735e0300 void 0.000120
+gallium_dri.so free 0x5571735e01b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e02b0 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so free 0x5571735e02b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0370 0.000117
+gallium_dri.so free 0x5571735e0400 void 0.000119
+gallium_dri.so free 0x5571735e0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0370 0.000177
+gallium_dri.so free 0x5571735e04c0 void 0.000122
+gallium_dri.so free 0x5571735e0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0530 0.000116
+gallium_dri.so free 0x5571735e0580 void 0.000120
+gallium_dri.so free 0x5571735e0530 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0530 0.000122
+gallium_dri.so free 0x5571735e0680 void 0.000121
+gallium_dri.so free 0x5571735e0530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0630 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000119
+gallium_dri.so free 0x5571735e0630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000120
+gallium_dri.so free 0x5571735e0780 void 0.000119
+gallium_dri.so free 0x5571735e06f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06f0 0.000117
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0880 0.000117
+gallium_dri.so free 0x5571735e0900 void 0.000120
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0900 0.000116
+gallium_dri.so free 0x5571735e09c0 void 0.000119
+gallium_dri.so free 0x5571735e0900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0900 0.000117
+gallium_dri.so free 0x5571735e0a80 void 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0aa0 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000119
+gallium_dri.so free 0x5571735e0aa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0af0 0.000121
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so free 0x5571735e0af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0af0 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000121
+gallium_dri.so free 0x5571735e0af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c40 0.000120
+gallium_dri.so free 0x5571735e0d00 void 0.000120
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0c40 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f49b0 0.000123
+gallium_dri.so free 0x5571735f4a00 void 0.000121
+gallium_dri.so free 0x5571735f49b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000121
+gallium_dri.so free 0x5571735f4ac0 void 0.000122
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000119
+gallium_dri.so free 0x5571735f4bc0 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4b70 0.000120
+gallium_dri.so free 0x5571735e0dc0 void 0.000130
+gallium_dri.so free 0x5571735f4b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4b70 0.000122
+gallium_dri.so free 0x5571735f4c80 void 0.000119
+gallium_dri.so free 0x5571735f4b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4c30 0.000121
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735f4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c30 0.000121
+gallium_dri.so free 0x5571735f4d80 void 0.000119
+gallium_dri.so free 0x5571735f4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4d80 0.000119
+gallium_dri.so free 0x5571735f4e40 void 0.000120
+gallium_dri.so free 0x5571735f4d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4d80 0.000118
+gallium_dri.so free 0x5571735f4f40 void 0.000122
+gallium_dri.so free 0x5571735f4d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000119
+gallium_dri.so free 0x5571735f4f80 void 0.000121
+gallium_dri.so free 0x5571735f4ef0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000122
+gallium_dri.so free 0x5571735f5040 void 0.000123
+gallium_dri.so free 0x5571735f4ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5080 0.000118
+gallium_dri.so free 0x5571735f5100 void 0.000122
+gallium_dri.so free 0x5571735f5080 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5100 0.000191
+gallium_dri.so free 0x5571735f51c0 void 0.000122
+gallium_dri.so free 0x5571735f5100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5100 0.000120
+gallium_dri.so free 0x5571735f5240 void 0.000120
+gallium_dri.so free 0x5571735f5100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5270 0.000120
+gallium_dri.so free 0x5571735f52c0 void 0.000121
+gallium_dri.so free 0x5571735f5270 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5270 0.000122
+gallium_dri.so free 0x5571735f53c0 void 0.000121
+gallium_dri.so free 0x5571735f5270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5400 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000121
+gallium_dri.so free 0x5571735f5400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5480 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000121
+gallium_dri.so free 0x5571735f5480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5480 0.000120
+gallium_dri.so free 0x5571735f55c0 void 0.000120
+gallium_dri.so free 0x5571735f5480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f55f0 0.000120
+gallium_dri.so free 0x5571735f5640 void 0.000122
+gallium_dri.so free 0x5571735f55f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f55f0 0.000121
+gallium_dri.so free 0x5571735f5740 void 0.000121
+gallium_dri.so free 0x5571735f55f0 void 0.000108
+gallium_dri.so malloc 72 0x5571735f56f0 0.000121
+gallium_dri.so free 0x5571735f5800 void 0.000121
+gallium_dri.so free 0x5571735f56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000120
+gallium_dri.so free 0x5571735f5880 void 0.000118
+gallium_dri.so free 0x5571735f57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000142
+gallium_dri.so free 0x5571735f5940 void 0.000119
+gallium_dri.so free 0x5571735f57b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f57b0 0.000121
+gallium_dri.so free 0x5571735f5a00 void 0.000121
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59b0 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000122
+gallium_dri.so free 0x5571735f59b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5ad0 0.000120
+gallium_dri.so free 0x5571735f5b40 void 0.000123
+gallium_dri.so free 0x5571735f5ad0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5b60 0.000117
+gallium_dri.so free 0x5571735f5c00 void 0.000121
+gallium_dri.so free 0x5571735f5b60 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000117
+gallium_dri.so free 0x5571735f5c80 void 0.000121
+gallium_dri.so free 0x5571735f5bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5c80 0.000120
+gallium_dri.so free 0x5571735f5d40 void 0.000131
+gallium_dri.so free 0x5571735f5c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5c80 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000121
+gallium_dri.so free 0x5571735f5c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000121
+gallium_dri.so free 0x5571735f5e80 void 0.000131
+gallium_dri.so free 0x5571735f5dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000118
+gallium_dri.so free 0x5571735f5f40 void 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000123
+gallium_dri.so free 0x5571735f6000 void 0.000121
+gallium_dri.so free 0x5571735f5dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000120
+gallium_dri.so free 0x5571735f6080 void 0.000120
+gallium_dri.so free 0x5571735f5fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f60d0 0.000119
+gallium_dri.so free 0x5571735f6140 void 0.000122
+gallium_dri.so free 0x5571735f60d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6180 0.000120
+gallium_dri.so free 0x5571735f6200 void 0.000119
+gallium_dri.so free 0x5571735f6180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6180 0.000117
+gallium_dri.so free 0x5571735f6280 void 0.000121
+gallium_dri.so free 0x5571735f6180 void 0.000118
+gallium_dri.so malloc 72 0x5571735f62b0 0.000169
+gallium_dri.so free 0x5571735f6300 void 0.000118
+gallium_dri.so free 0x5571735f62b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62b0 0.000120
+gallium_dri.so free 0x5571735f6400 void 0.000120
+gallium_dri.so free 0x5571735f62b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f63b0 0.000121
+gallium_dri.so free 0x5571735f64c0 void 0.000121
+gallium_dri.so free 0x5571735f63b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6470 0.000119
+gallium_dri.so free 0x5571735f6500 void 0.000118
+gallium_dri.so free 0x5571735f6470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6470 0.000120
+gallium_dri.so free 0x5571735f65c0 void 0.000121
+gallium_dri.so free 0x5571735f6470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6630 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000121
+gallium_dri.so free 0x5571735f6630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6630 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000120
+gallium_dri.so free 0x5571735f6630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6730 0.000121
+gallium_dri.so free 0x5571735f6840 void 0.000122
+gallium_dri.so free 0x5571735f6730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f67f0 0.000121
+gallium_dri.so free 0x5571735f6880 void 0.000120
+gallium_dri.so free 0x5571735f67f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f67f0 0.000122
+gallium_dri.so free 0x5571735f6940 void 0.000121
+gallium_dri.so free 0x5571735f67f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6980 0.000121
+gallium_dri.so free 0x5571735f6a00 void 0.000121
+gallium_dri.so free 0x5571735f6980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6a00 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so free 0x5571735f6a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6a00 0.000119
+gallium_dri.so free 0x5571735f6b80 void 0.000121
+gallium_dri.so free 0x5571735f6a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ba0 0.000118
+gallium_dri.so free 0x5571735f6c40 void 0.000122
+gallium_dri.so free 0x5571735f6ba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000120
+gallium_dri.so free 0x5571735f6cc0 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000146
+gallium_dri.so free 0x5571735f6d40 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6d40 0.000119
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000125
+gallium_dri.so free 0x5571735f6ec0 void 0.000123
+gallium_dri.so free 0x5571735f6d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6d40 0.000122
+gallium_dri.so free 0x5571735f6f80 void 0.000120
+gallium_dri.so free 0x5571735f6d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6f30 0.000120
+gallium_dri.so free 0x5571735f7040 void 0.000120
+gallium_dri.so free 0x5571735f6f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000120
+gallium_dri.so free 0x5571735f70c0 void 0.000119
+gallium_dri.so free 0x5571735f6ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7110 0.000140
+gallium_dri.so free 0x5571735f7180 void 0.000122
+gallium_dri.so free 0x5571735f7110 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71a0 0.000122
+gallium_dri.so free 0x5571735f7240 void 0.000122
+gallium_dri.so free 0x5571735f71a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71f0 0.000121
+gallium_dri.so free 0x5571735f72c0 void 0.000120
+gallium_dri.so free 0x5571735f71f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71f0 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000122
+gallium_dri.so free 0x5571735f71f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7340 0.000121
+gallium_dri.so free 0x5571735f7400 void 0.000121
+gallium_dri.so free 0x5571735f7340 void 0.000161
+gallium_dri.so malloc 72 0x5571735f7340 0.000119
+gallium_dri.so free 0x5571735f7500 void 0.000121
+gallium_dri.so free 0x5571735f7340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f74b0 0.000120
+gallium_dri.so free 0x5571735f7540 void 0.000120
+gallium_dri.so free 0x5571735f74b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f74b0 0.000120
+gallium_dri.so free 0x5571735f7600 void 0.000120
+gallium_dri.so free 0x5571735f74b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7640 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000120
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f76c0 0.000120
+gallium_dri.so free 0x5571735f7780 void 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76c0 0.000120
+gallium_dri.so free 0x5571735f7800 void 0.000121
+gallium_dri.so free 0x5571735f76c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7830 0.000118
+gallium_dri.so free 0x5571735f7880 void 0.000121
+gallium_dri.so free 0x5571735f7830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7830 0.000119
+gallium_dri.so free 0x5571735f7980 void 0.000121
+gallium_dri.so free 0x5571735f7830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f79c0 0.000119
+gallium_dri.so free 0x5571735f7a40 void 0.000132
+gallium_dri.so free 0x5571735f79c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000121
+gallium_dri.so free 0x5571735f7b80 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000121
+gallium_dri.so free 0x5571735f7bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000121
+gallium_dri.so free 0x5571735f7d00 void 0.000121
+gallium_dri.so free 0x5571735f7bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000121
+gallium_dri.so free 0x5571735f7dc0 void 0.000122
+gallium_dri.so free 0x5571735f7cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7d70 0.000122
+gallium_dri.so free 0x5571735f7e40 void 0.000127
+gallium_dri.so free 0x5571735f7d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7d70 0.000121
+gallium_dri.so free 0x5571735f7f00 void 0.000122
+gallium_dri.so free 0x5571735f7d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d70 0.000122
+gallium_dri.so free 0x5571735f7fc0 void 0.000120
+gallium_dri.so free 0x5571735f7d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7f70 0.000131
+gallium_dri.so free 0x5571735f8040 void 0.000121
+gallium_dri.so free 0x5571735f7f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8090 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x5571735f8090 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8120 0.000121
+gallium_dri.so free 0x5571735f81c0 void 0.000121
+gallium_dri.so free 0x5571735f8120 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8170 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so free 0x5571735f8170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8240 0.000122
+gallium_dri.so free 0x5571735f8300 void 0.000122
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8240 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000120
+gallium_dri.so free 0x5571735f8240 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8380 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8380 0.000120
+gallium_dri.so free 0x5571735f8500 void 0.000123
+gallium_dri.so free 0x5571735f8380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8380 0.000120
+gallium_dri.so free 0x5571735f85c0 void 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000171
+gallium_dri.so malloc 72 0x5571735f8570 0.000119
+gallium_dri.so free 0x5571735f8640 void 0.000122
+gallium_dri.so free 0x5571735f8570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8690 0.000120
+gallium_dri.so free 0x5571735f8700 void 0.000121
+gallium_dri.so free 0x5571735f8690 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8740 0.000120
+gallium_dri.so free 0x5571735f87c0 void 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8740 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000121
+gallium_dri.so free 0x5571735f8740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8870 0.000122
+gallium_dri.so free 0x5571735f88c0 void 0.000121
+gallium_dri.so free 0x5571735f8870 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8870 0.000121
+gallium_dri.so free 0x5571735f89c0 void 0.000122
+gallium_dri.so free 0x5571735f8870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8970 0.000126
+gallium_dri.so free 0x5571735f8a80 void 0.000123
+gallium_dri.so free 0x5571735f8970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8a30 0.000118
+gallium_dri.so free 0x5571735f8ac0 void 0.000121
+gallium_dri.so free 0x5571735f8a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8a30 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000119
+gallium_dri.so free 0x5571735f8a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000116
+gallium_dri.so free 0x5571735f8c40 void 0.000118
+gallium_dri.so free 0x5571735f8bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000116
+gallium_dri.so free 0x5571735f8d40 void 0.000116
+gallium_dri.so free 0x5571735f8bf0 void 0.000207
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000208
+gallium_dri.so free 0x5571735f8e00 void 0.000209
+gallium_dri.so free 0x5571735f8cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8db0 0.000119
+gallium_dri.so free 0x5571735f8e40 void 0.000117
+gallium_dri.so free 0x5571735f8db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8db0 0.000117
+gallium_dri.so free 0x5571735f8f00 void 0.000117
+gallium_dri.so free 0x5571735f8db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8f40 0.000115
+gallium_dri.so free 0x5571735f8fc0 void 0.000115
+gallium_dri.so free 0x5571735f8f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000115
+gallium_dri.so free 0x5571735f9080 void 0.000116
+gallium_dri.so free 0x5571735f8fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000129
+gallium_dri.so free 0x5571735f9140 void 0.000118
+gallium_dri.so free 0x5571735f8fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9160 0.000115
+gallium_dri.so free 0x5571735f9200 void 0.000116
+gallium_dri.so free 0x5571735f9160 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91b0 0.000117
+gallium_dri.so free 0x5571735f9280 void 0.000117
+gallium_dri.so free 0x5571735f91b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91b0 0.000115
+gallium_dri.so free 0x5571735f9300 void 0.000116
+gallium_dri.so free 0x5571735f91b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9300 0.000116
+gallium_dri.so free 0x5571735f93c0 void 0.000116
+gallium_dri.so free 0x5571735f9300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9300 0.000114
+gallium_dri.so free 0x5571735f9480 void 0.000115
+gallium_dri.so free 0x5571735f9300 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9300 0.000114
+gallium_dri.so free 0x5571735f9540 void 0.000115
+gallium_dri.so free 0x5571735f9300 void 0.000115
+gallium_dri.so malloc 72 0x5571735f94f0 0.000115
+gallium_dri.so free 0x5571735f9600 void 0.000115
+gallium_dri.so free 0x5571735f94f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9680 void 0.000116
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f96d0 0.000164
+gallium_dri.so free 0x5571735f9740 void 0.000116
+gallium_dri.so free 0x5571735f96d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9760 0.000113
+gallium_dri.so free 0x5571735f9800 void 0.000116
+gallium_dri.so free 0x5571735f9760 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97b0 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000145
+gallium_dri.so free 0x5571735f97b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f97b0 0.000116
+gallium_dri.so free 0x5571735f9900 void 0.000116
+gallium_dri.so free 0x5571735f97b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9900 0.000114
+gallium_dri.so free 0x5571735f99c0 void 0.000115
+gallium_dri.so free 0x5571735f9900 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9900 0.000114
+gallium_dri.so free 0x5571735f9ac0 void 0.000114
+gallium_dri.so free 0x5571735f9900 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9a70 0.000114
+gallium_dri.so free 0x5571735f9b00 void 0.000115
+gallium_dri.so free 0x5571735f9a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9a70 0.000115
+gallium_dri.so free 0x5571735f9bc0 void 0.000114
+gallium_dri.so free 0x5571735f9a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000114
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c80 0.000125
+gallium_dri.so free 0x5571735f9d40 void 0.000113
+gallium_dri.so free 0x5571735f9c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c80 0.000113
+gallium_dri.so free 0x5571735f9dc0 void 0.000114
+gallium_dri.so free 0x5571735f9c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9df0 0.000113
+gallium_dri.so free 0x5571735f9e40 void 0.000114
+gallium_dri.so free 0x5571735f9df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9df0 0.000114
+gallium_dri.so free 0x5571735f9f40 void 0.000114
+gallium_dri.so free 0x5571735f9df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f80 0.000112
+gallium_dri.so free 0x5571735fa000 void 0.000112
+gallium_dri.so free 0x5571735f9f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa000 0.000113
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so free 0x5571735fa000 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa000 0.000112
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so free 0x5571735fa000 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa170 0.000114
+gallium_dri.so free 0x5571735fa1c0 void 0.000115
+gallium_dri.so free 0x5571735fa170 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa170 0.000129
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so free 0x5571735fa170 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa270 0.000131
+gallium_dri.so free 0x5571735fa380 void 0.000118
+gallium_dri.so free 0x5571735fa270 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa330 0.000118
+gallium_dri.so free 0x5571735fa400 void 0.000119
+gallium_dri.so free 0x5571735fa330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa330 0.000119
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so free 0x5571735fa330 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa330 0.000118
+gallium_dri.so free 0x5571735fa580 void 0.000118
+gallium_dri.so free 0x5571735fa330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa530 0.000118
+gallium_dri.so free 0x5571735fa600 void 0.000120
+gallium_dri.so free 0x5571735fa530 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa650 0.000118
+gallium_dri.so free 0x5571735fa6c0 void 0.000119
+gallium_dri.so free 0x5571735fa650 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa6e0 0.000117
+gallium_dri.so free 0x5571735fa780 void 0.000119
+gallium_dri.so free 0x5571735fa6e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa730 0.000144
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so free 0x5571735fa730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa800 0.000118
+gallium_dri.so free 0x5571735fa8c0 void 0.000118
+gallium_dri.so free 0x5571735fa800 void 0.000159
+gallium_dri.so malloc 72 0x5571735fa800 0.000122
+gallium_dri.so free 0x5571735fa940 void 0.000118
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa940 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000119
+gallium_dri.so free 0x5571735fa940 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa940 0.000119
+gallium_dri.so free 0x5571735faac0 void 0.000119
+gallium_dri.so free 0x5571735fa940 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa940 0.000118
+gallium_dri.so free 0x5571735fab80 void 0.000118
+gallium_dri.so free 0x5571735fa940 void 0.000118
+gallium_dri.so malloc 72 0x5571735fab30 0.000118
+gallium_dri.so free 0x5571735fac00 void 0.000119
+gallium_dri.so free 0x5571735fab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fac50 0.000120
+gallium_dri.so free 0x5571735facc0 void 0.000121
+gallium_dri.so free 0x5571735fac50 void 0.000120
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fad80 void 0.000119
+gallium_dri.so free 0x5571735fad00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fad00 0.000119
+gallium_dri.so free 0x5571735fae00 void 0.000118
+gallium_dri.so free 0x5571735fad00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae30 0.000119
+gallium_dri.so free 0x5571735fae80 void 0.000121
+gallium_dri.so free 0x5571735fae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae30 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000119
+gallium_dri.so free 0x5571735fae30 void 0.000118
+gallium_dri.so malloc 72 0x5571735faf30 0.000117
+gallium_dri.so free 0x5571735fb040 void 0.000119
+gallium_dri.so free 0x5571735faf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000119
+gallium_dri.so free 0x5571735fb080 void 0.000119
+gallium_dri.so free 0x5571735faff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000119
+gallium_dri.so free 0x5571735fb140 void 0.000118
+gallium_dri.so free 0x5571735faff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000118
+gallium_dri.so free 0x5571735fb200 void 0.000118
+gallium_dri.so free 0x5571735fb1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000119
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735fb1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000120
+gallium_dri.so free 0x5571735fb3c0 void 0.000118
+gallium_dri.so free 0x5571735fb2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb370 0.000120
+gallium_dri.so free 0x5571735fb400 void 0.000119
+gallium_dri.so free 0x5571735fb370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb370 0.000119
+gallium_dri.so free 0x5571735fb4c0 void 0.000128
+gallium_dri.so free 0x5571735fb370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb500 0.000119
+gallium_dri.so free 0x5571735fb580 void 0.000119
+gallium_dri.so free 0x5571735fb500 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb580 0.000118
+gallium_dri.so free 0x5571735fb640 void 0.000130
+gallium_dri.so free 0x5571735fb580 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb580 0.000120
+gallium_dri.so free 0x5571735fb700 void 0.000118
+gallium_dri.so free 0x5571735fb580 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb720 0.000118
+gallium_dri.so free 0x5571735fb7c0 void 0.000120
+gallium_dri.so free 0x5571735fb720 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb770 0.000118
+gallium_dri.so free 0x5571735fb840 void 0.000118
+gallium_dri.so free 0x5571735fb770 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb770 0.000121
+gallium_dri.so free 0x5571735fb8c0 void 0.000119
+gallium_dri.so free 0x5571735fb770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000118
+gallium_dri.so free 0x5571735fb980 void 0.000118
+gallium_dri.so free 0x5571735fb8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000143
+gallium_dri.so free 0x5571735fba40 void 0.000124
+gallium_dri.so free 0x5571735fb8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000168
+gallium_dri.so free 0x5571735fbb00 void 0.000120
+gallium_dri.so free 0x5571735fb8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbab0 0.000119
+gallium_dri.so free 0x5571735fbbc0 void 0.000124
+gallium_dri.so free 0x5571735fbab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbb70 0.000118
+gallium_dri.so free 0x5571735fbc40 void 0.000118
+gallium_dri.so free 0x5571735fbb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbc90 0.000118
+gallium_dri.so free 0x5571735fbd00 void 0.000117
+gallium_dri.so free 0x5571735fbc90 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbd20 0.000118
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x5571735fbd20 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd70 0.000120
+gallium_dri.so free 0x5571735fbe40 void 0.000120
+gallium_dri.so free 0x5571735fbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd70 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so free 0x5571735fbd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb380 0.000118
+gallium_dri.so free 0x5571735eb440 void 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000118
+gallium_dri.so free 0x5571735eb540 void 0.000119
+gallium_dri.so free 0x5571735eb380 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000119
+gallium_dri.so free 0x5571735eb580 void 0.000117
+gallium_dri.so free 0x5571735eb4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000118
+gallium_dri.so free 0x5571735eb640 void 0.000119
+gallium_dri.so free 0x5571735eb4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb680 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb700 0.000118
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb700 0.000119
+gallium_dri.so free 0x5571735eb840 void 0.000118
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb870 0.000118
+gallium_dri.so free 0x5571735eb8c0 void 0.000118
+gallium_dri.so free 0x5571735eb870 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb870 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000144
+gallium_dri.so free 0x5571735eb870 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba00 0.000118
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eba00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba80 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000128
+gallium_dri.so free 0x5571735eba80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba80 0.000110
+gallium_dri.so free 0x5571735ebbc0 void 0.000110
+gallium_dri.so free 0x5571735eba80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000110
+gallium_dri.so free 0x5571735ebc40 void 0.000110
+gallium_dri.so free 0x5571735ebbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000111
+gallium_dri.so free 0x5571735ebd40 void 0.000111
+gallium_dri.so free 0x5571735ebbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000109
+gallium_dri.so free 0x5571735ebe00 void 0.000111
+gallium_dri.so free 0x5571735ebcf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000110
+gallium_dri.so free 0x5571735ebe80 void 0.000111
+gallium_dri.so free 0x5571735ebdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000109
+gallium_dri.so free 0x5571735ebf40 void 0.000110
+gallium_dri.so free 0x5571735ebdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000109
+gallium_dri.so free 0x5571735ec000 void 0.000109
+gallium_dri.so free 0x5571735ebdb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec080 void 0.000110
+gallium_dri.so free 0x5571735ebfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec0d0 0.000110
+gallium_dri.so free 0x5571735ec140 void 0.000109
+gallium_dri.so free 0x5571735ec0d0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec160 0.000121
+gallium_dri.so free 0x5571735ec200 void 0.000115
+gallium_dri.so free 0x5571735ec160 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000116
+gallium_dri.so free 0x5571735ec280 void 0.000116
+gallium_dri.so free 0x5571735ec1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec280 0.000117
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so free 0x5571735ec280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec280 0.000114
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000115
+gallium_dri.so free 0x5571735ec480 void 0.000116
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000116
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000115
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000138
+gallium_dri.so free 0x5571735ec6d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec780 0.000118
+gallium_dri.so free 0x5571735ec800 void 0.000116
+gallium_dri.so free 0x5571735ec780 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec780 0.000116
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so free 0x5571735ec8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000116
+gallium_dri.so free 0x5571735ec8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000116
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca70 0.000116
+gallium_dri.so free 0x5571735ecb00 void 0.000117
+gallium_dri.so free 0x5571735eca70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecbc0 void 0.000116
+gallium_dri.so free 0x5571735eca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc30 0.000115
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc30 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735ecc30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecd30 0.000116
+gallium_dri.so free 0x5571735ece40 void 0.000113
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000116
+gallium_dri.so free 0x5571735ecdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735ecdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf80 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed000 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed000 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1a0 0.000115
+gallium_dri.so free 0x5571735ed240 void 0.000117
+gallium_dri.so free 0x5571735ed1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000118
+gallium_dri.so free 0x5571735ed340 void 0.000115
+gallium_dri.so free 0x5571735ed1f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ed340 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000115
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed340 0.000115
+gallium_dri.so free 0x5571735ed4c0 void 0.000116
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed340 0.000115
+gallium_dri.so free 0x5571735ed580 void 0.000116
+gallium_dri.so free 0x5571735ed340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed530 0.000115
+gallium_dri.so free 0x5571735ed640 void 0.000116
+gallium_dri.so free 0x5571735ed530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so free 0x5571735ed5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed710 0.000116
+gallium_dri.so free 0x5571735ed780 void 0.000116
+gallium_dri.so free 0x5571735ed710 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000115
+gallium_dri.so free 0x5571735ed840 void 0.000116
+gallium_dri.so free 0x5571735ed7a0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000115
+gallium_dri.so free 0x5571735ed8c0 void 0.000116
+gallium_dri.so free 0x5571735ed7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000115
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so free 0x5571735ed7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed940 0.000115
+gallium_dri.so free 0x5571735eda00 void 0.000115
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed940 0.000115
+gallium_dri.so free 0x5571735edb00 void 0.000116
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so malloc 72 0x5571735edab0 0.000116
+gallium_dri.so free 0x5571735edb40 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edab0 0.000116
+gallium_dri.so free 0x5571735edc00 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc40 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000116
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edcc0 0.000115
+gallium_dri.so free 0x5571735ede00 void 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ede30 0.000114
+gallium_dri.so free 0x5571735ede80 void 0.000116
+gallium_dri.so free 0x5571735ede30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ede30 0.000115
+gallium_dri.so free 0x5571735edf80 void 0.000150
+gallium_dri.so free 0x5571735ede30 void 0.000123
+gallium_dri.so malloc 72 0x5571735edfc0 0.000116
+gallium_dri.so free 0x5571735ee040 void 0.000116
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee040 0.000115
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000115
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000116
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000116
+gallium_dri.so free 0x5571735ee3c0 void 0.000116
+gallium_dri.so free 0x5571735ee2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee440 void 0.000115
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee500 void 0.000117
+gallium_dri.so free 0x5571735ee370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000126
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee570 0.000116
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so free 0x5571735ee570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee690 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000117
+gallium_dri.so free 0x5571735ee690 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee720 0.000149
+gallium_dri.so free 0x5571735ee7c0 void 0.000117
+gallium_dri.so free 0x5571735ee720 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee770 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000117
+gallium_dri.so free 0x5571735ee770 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee840 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee840 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee980 0.000115
+gallium_dri.so free 0x5571735eea40 void 0.000116
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee980 0.000116
+gallium_dri.so free 0x5571735eeb00 void 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee980 0.000116
+gallium_dri.so free 0x5571735eebc0 void 0.000130
+gallium_dri.so free 0x5571735ee980 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeb70 0.000116
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eeb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec90 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eec90 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed40 0.000115
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eed40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eed40 0.000115
+gallium_dri.so free 0x5571735eee40 void 0.000115
+gallium_dri.so free 0x5571735eed40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee70 0.000115
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so free 0x5571735eee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee70 0.000116
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eee70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eef70 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735eef70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef030 0.000115
+gallium_dri.so free 0x5571735ef0c0 void 0.000118
+gallium_dri.so free 0x5571735ef030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef030 0.000115
+gallium_dri.so free 0x5571735ef180 void 0.000167
+gallium_dri.so free 0x5571735ef030 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so free 0x5571735ef1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000115
+gallium_dri.so free 0x5571735ef400 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000116
+gallium_dri.so free 0x5571735ef440 void 0.000116
+gallium_dri.so free 0x5571735ef3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef540 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000146
+gallium_dri.so free 0x5571735ef5c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000116
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef760 0.000127
+gallium_dri.so free 0x5571735ef800 void 0.000137
+gallium_dri.so free 0x5571735ef760 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000116
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so free 0x5571735ef7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000117
+gallium_dri.so free 0x5571735ef900 void 0.000116
+gallium_dri.so free 0x5571735ef7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef900 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000115
+gallium_dri.so free 0x5571735ef900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef900 0.000117
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef900 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000117
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so malloc 72 0x5571735efaf0 0.000116
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efbb0 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efbb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcd0 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000117
+gallium_dri.so free 0x5571735efcd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efd60 0.000130
+gallium_dri.so free 0x5571735efe00 void 0.000116
+gallium_dri.so free 0x5571735efd60 void 0.000114
+gallium_dri.so malloc 72 0x5571735efdb0 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efdb0 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff00 0.000115
+gallium_dri.so free 0x5571735effc0 void 0.000116
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eff00 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000117
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000116
+gallium_dri.so free 0x5571735f0100 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000116
+gallium_dri.so free 0x5571735f01c0 void 0.000116
+gallium_dri.so free 0x5571735f0070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0200 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0280 0.000116
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0280 0.000180
+gallium_dri.so free 0x5571735f03c0 void 0.000118
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f03f0 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0580 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0770 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0870 0.000116
+gallium_dri.so free 0x5571735f0980 void 0.000116
+gallium_dri.so free 0x5571735f0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0930 0.000126
+gallium_dri.so free 0x5571735f0a00 void 0.000117
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0930 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0930 0.000114
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b30 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so free 0x5571735f0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c50 0.000112
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0c50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000114
+gallium_dri.so free 0x5571735f0ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d30 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000115
+gallium_dri.so free 0x5571735f0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0e00 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e00 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000113
+gallium_dri.so free 0x5571735f0e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0f40 0.000127
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0f40 0.000119
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0f40 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000116
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1130 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1250 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000116
+gallium_dri.so free 0x5571735f1250 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1300 0.000112
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so free 0x5571735f1300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1300 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1430 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000115
+gallium_dri.so free 0x5571735f1430 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1430 0.000113
+gallium_dri.so free 0x5571735f1580 void 0.000113
+gallium_dri.so free 0x5571735f1430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1530 0.000162
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f1530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000115
+gallium_dri.so free 0x5571735f15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15f0 0.000113
+gallium_dri.so free 0x5571735f1740 void 0.000115
+gallium_dri.so free 0x5571735f15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17b0 0.000115
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f18b0 0.000112
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000112
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b00 0.000112
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so free 0x5571735f1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b80 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000118
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b80 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d20 0.000113
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1d20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d70 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d70 0.000115
+gallium_dri.so free 0x5571735f1ec0 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000117
+gallium_dri.so free 0x5571735f1f80 void 0.000112
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ec0 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f20b0 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f20b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2170 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000127
+gallium_dri.so free 0x5571735f2170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2290 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so free 0x5571735f2290 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2320 0.000112
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2320 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2370 0.000112
+gallium_dri.so free 0x5571735f2440 void 0.000136
+gallium_dri.so free 0x5571735f2370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2370 0.000114
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f24c0 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f24c0 0.000112
+gallium_dri.so free 0x5571735f2680 void 0.000114
+gallium_dri.so free 0x5571735f24c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2630 0.000114
+gallium_dri.so free 0x5571735f26c0 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2630 0.000114
+gallium_dri.so free 0x5571735f2780 void 0.000116
+gallium_dri.so free 0x5571735f2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f27c0 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000157
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2840 0.000112
+gallium_dri.so free 0x55717361fdc0 void 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000135
+gallium_dri.so malloc 72 0x55717361fde0 0.000113
+gallium_dri.so free 0x55717361fe80 void 0.000115
+gallium_dri.so free 0x55717361fde0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe30 0.000114
+gallium_dri.so free 0x55717361ff00 void 0.000115
+gallium_dri.so free 0x55717361fe30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe30 0.000113
+gallium_dri.so free 0x557173620000 void 0.000114
+gallium_dri.so free 0x55717361fe30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ffb0 0.000113
+gallium_dri.so free 0x557173620080 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571736200d0 0.000113
+gallium_dri.so free 0x557173620140 void 0.000115
+gallium_dri.so free 0x5571736200d0 void 0.000114
+gallium_dri.so malloc 72 0x557173620160 0.000112
+gallium_dri.so free 0x557173620200 void 0.000115
+gallium_dri.so free 0x557173620160 void 0.000112
+gallium_dri.so malloc 72 0x5571736201b0 0.000112
+gallium_dri.so free 0x557173620280 void 0.000113
+gallium_dri.so free 0x5571736201b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736201b0 0.000112
+gallium_dri.so free 0x557173620300 void 0.000120
+gallium_dri.so free 0x5571736201b0 void 0.000114
+gallium_dri.so malloc 72 0x557173620300 0.000112
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so free 0x557173620300 void 0.000117
+gallium_dri.so malloc 72 0x557173620300 0.000112
+gallium_dri.so free 0x5571736204c0 void 0.000116
+gallium_dri.so free 0x557173620300 void 0.000113
+gallium_dri.so malloc 72 0x557173620300 0.000113
+gallium_dri.so free 0x557173620540 void 0.000113
+gallium_dri.so free 0x557173620300 void 0.000114
+gallium_dri.so malloc 72 0x557173620570 0.000113
+gallium_dri.so free 0x5571736205c0 void 0.000114
+gallium_dri.so free 0x557173620570 void 0.000114
+gallium_dri.so malloc 72 0x557173620570 0.000114
+gallium_dri.so free 0x5571736206c0 void 0.000114
+gallium_dri.so free 0x557173620570 void 0.000113
+gallium_dri.so malloc 72 0x557173620670 0.000112
+gallium_dri.so free 0x557173620780 void 0.000115
+gallium_dri.so free 0x557173620670 void 0.000114
+gallium_dri.so malloc 72 0x557173620730 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000115
+gallium_dri.so free 0x557173620730 void 0.000113
+gallium_dri.so malloc 72 0x557173620730 0.000112
+gallium_dri.so free 0x557173620880 void 0.000143
+gallium_dri.so free 0x557173620730 void 0.000114
+gallium_dri.so malloc 72 0x5571736208d0 0.000112
+gallium_dri.so free 0x557173620940 void 0.000114
+gallium_dri.so free 0x5571736208d0 void 0.000124
+gallium_dri.so malloc 72 0x557173620980 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x557173620980 void 0.000115
+gallium_dri.so malloc 72 0x557173620a00 0.000112
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x557173620a00 void 0.000112
+gallium_dri.so malloc 72 0x557173620a00 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000113
+gallium_dri.so malloc 72 0x557173620b70 0.000114
+gallium_dri.so free 0x557173620bc0 void 0.000114
+gallium_dri.so free 0x557173620b70 void 0.000112
+gallium_dri.so malloc 72 0x557173620b70 0.000112
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x557173620b70 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000113
+gallium_dri.so free 0x557173620d80 void 0.000114
+gallium_dri.so free 0x557173620c70 void 0.000112
+gallium_dri.so malloc 72 0x557173620d30 0.000113
+gallium_dri.so free 0x557173620e00 void 0.000114
+gallium_dri.so free 0x557173620d30 void 0.000113
+gallium_dri.so malloc 72 0x557173620e20 0.000112
+gallium_dri.so free 0x557173620ec0 void 0.000116
+gallium_dri.so free 0x557173620e20 void 0.000113
+gallium_dri.so malloc 72 0x557173620e70 0.000114
+gallium_dri.so free 0x557173620f40 void 0.000113
+gallium_dri.so free 0x557173620e70 void 0.000138
+gallium_dri.so malloc 72 0x557173620e70 0.000117
+gallium_dri.so free 0x557173467680 void 0.000252
+gallium_dri.so free 0x557173620e70 void 0.000181
+gallium_dri.so malloc 72 0x557173467630 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000122
+gallium_dri.so free 0x557173467630 void 0.000115
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x557173467480 void 0.000116
+gallium_dri.so free 0x557173467630 void 0.000115
+gallium_dri.so malloc 72 0x557173467430 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x557173467430 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bdc0 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bd70 0.000114
+gallium_dri.so free 0x55717360bb40 void 0.000115
+gallium_dri.so free 0x55717360bd70 void 0.000112
+gallium_dri.so malloc 72 0x55717360baf0 0.000122
+gallium_dri.so free 0x557173589740 void 0.000129
+gallium_dri.so free 0x55717360baf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735896f0 0.000124
+gallium_dri.so free 0x5571735897c0 void 0.000126
+gallium_dri.so free 0x5571735896f0 void 0.000158
+gallium_dri.so malloc 72 0x557173589810 0.000126
+gallium_dri.so free 0x557173589880 void 0.000126
+gallium_dri.so free 0x557173589810 void 0.000126
+gallium_dri.so malloc 72 0x5571735898e0 0.000127
+gallium_dri.so free 0x557173589980 void 0.000129
+gallium_dri.so free 0x5571735898e0 void 0.000125
+gallium_dri.so malloc 72 0x557173589930 0.000126
+gallium_dri.so free 0x5571735899c0 void 0.000127
+gallium_dri.so free 0x557173589930 void 0.000126
+gallium_dri.so malloc 72 0x557173589930 0.000127
+gallium_dri.so free 0x557173601340 void 0.000128
+gallium_dri.so free 0x557173589930 void 0.000126
+gallium_dri.so malloc 72 0x557173589930 0.000126
+gallium_dri.so free 0x5571736013c0 void 0.000128
+gallium_dri.so free 0x557173589930 void 0.000127
+gallium_dri.so malloc 72 0x5571736013c0 0.000125
+gallium_dri.so free 0x557173601480 void 0.000126
+gallium_dri.so free 0x5571736013c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736013c0 0.000130
+gallium_dri.so free 0x557173601540 void 0.000142
+gallium_dri.so free 0x5571736013c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736013c0 0.000127
+gallium_dri.so free 0x557173601600 void 0.000125
+gallium_dri.so free 0x5571736013c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736015b0 0.000125
+gallium_dri.so free 0x557173462840 void 0.000125
+gallium_dri.so free 0x5571736015b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736015b0 0.000125
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so free 0x5571736015b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734628c0 0.000126
+gallium_dri.so free 0x557173462980 void 0.000128
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734628c0 0.000126
+gallium_dri.so free 0x557173462a40 void 0.000132
+gallium_dri.so free 0x5571734628c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734628c0 0.000127
+gallium_dri.so free 0x557173462b00 void 0.000128
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so malloc 72 0x557173462ab0 0.000125
+gallium_dri.so free 0x557173462b80 void 0.000133
+gallium_dri.so free 0x557173462ab0 void 0.000123
+gallium_dri.so malloc 72 0x557173462bd0 0.000116
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x557173462bd0 void 0.000130
+gallium_dri.so malloc 72 0x557173462bd0 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000117
+gallium_dri.so free 0x557173462bd0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bd0 0.000114
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so free 0x557173462bd0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bd0 0.000113
+gallium_dri.so free 0x5571735d0200 void 0.000116
+gallium_dri.so free 0x557173462bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d01b0 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000116
+gallium_dri.so free 0x5571735d01b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02d0 0.000114
+gallium_dri.so free 0x5571735d0340 void 0.000115
+gallium_dri.so free 0x5571735d02d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0360 0.000113
+gallium_dri.so free 0x557173608480 void 0.000115
+gallium_dri.so free 0x5571735d0360 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0360 0.000114
+gallium_dri.so free 0x557173608540 void 0.000116
+gallium_dri.so free 0x5571735d0360 void 0.000112
+gallium_dri.so malloc 72 0x5571736084f0 0.000116
+gallium_dri.so free 0x557173608540 void 0.000115
+gallium_dri.so free 0x5571736084f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736084f0 0.000113
+gallium_dri.so free 0x557173608640 void 0.000115
+gallium_dri.so free 0x5571736084f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736085f0 0.000114
+gallium_dri.so free 0x557173608700 void 0.000116
+gallium_dri.so free 0x5571736085f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086b0 0.000112
+gallium_dri.so free 0x557173608740 void 0.000116
+gallium_dri.so free 0x5571736086b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736086b0 0.000112
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x5571736086b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736086b0 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000113
+gallium_dri.so free 0x5571736086b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e280 0.000114
+gallium_dri.so free 0x55717358e340 void 0.000115
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so malloc 72 0x55717358e280 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000121
+gallium_dri.so free 0x55717358e280 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000113
+gallium_dri.so free 0x557173608800 void 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so malloc 72 0x557173608830 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x557173608830 void 0.000114
+gallium_dri.so malloc 72 0x55717358e500 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x557173464e00 0.000155
+gallium_dri.so free 0x557173464ec0 void 0.000153
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so malloc 72 0x557173464e00 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000139
+gallium_dri.so malloc 72 0x557173464f70 0.000115
+gallium_dri.so free 0x557173464fc0 void 0.000116
+gallium_dri.so free 0x557173464f70 void 0.000114
+gallium_dri.so malloc 72 0x557173464fc0 0.000116
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x557173464fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173464fc0 0.000119
+gallium_dri.so free 0x557173465080 void 0.000113
+gallium_dri.so free 0x557173464fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173465080 0.000114
+gallium_dri.so free 0x557173465140 void 0.000116
+gallium_dri.so free 0x557173465080 void 0.000114
+gallium_dri.so malloc 72 0x557173465080 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x557173465080 void 0.000114
+gallium_dri.so malloc 72 0x557173465080 0.000115
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x557173465080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2630 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000116
+gallium_dri.so free 0x5571735d2630 void 0.000169
+gallium_dri.so malloc 72 0x5571735d2750 0.000117
+gallium_dri.so free 0x5571735d27c0 void 0.000115
+gallium_dri.so free 0x5571735d2750 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2800 0.000115
+gallium_dri.so free 0x5571735d2900 void 0.000116
+gallium_dri.so free 0x5571735d2800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2930 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x5571735d2930 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2930 0.000114
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so free 0x5571735d2930 void 0.000113
+gallium_dri.so malloc 72 0x557173469400 0.000112
+gallium_dri.so free 0x5571734694c0 void 0.000116
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so malloc 72 0x557173469400 0.000114
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so malloc 72 0x557173469400 0.000115
+gallium_dri.so free 0x557173469640 void 0.000116
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so malloc 72 0x5571734695f0 0.000115
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734695f0 0.000115
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x5571734695f0 void 0.000115
+gallium_dri.so malloc 72 0x557173604350 0.000113
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604350 void 0.000112
+gallium_dri.so malloc 72 0x5571736043e0 0.000113
+gallium_dri.so free 0x557173604480 void 0.000112
+gallium_dri.so free 0x5571736043e0 void 0.000113
+gallium_dri.so malloc 72 0x557173604430 0.000113
+gallium_dri.so free 0x557173469740 void 0.000113
+gallium_dri.so free 0x557173604430 void 0.000113
+gallium_dri.so malloc 72 0x5571734696f0 0.000112
+gallium_dri.so free 0x557173604500 void 0.000115
+gallium_dri.so free 0x5571734696f0 void 0.000114
+gallium_dri.so malloc 72 0x557173604500 0.000115
+gallium_dri.so free 0x5571736045c0 void 0.000115
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so malloc 72 0x557173604500 0.000114
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so malloc 72 0x5571736046a0 0.000113
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x5571736046a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591240 void 0.000115
+gallium_dri.so free 0x5571735911f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735911f0 0.000117
+gallium_dri.so free 0x557173591340 void 0.000116
+gallium_dri.so free 0x5571735911f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735912f0 0.000115
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so free 0x5571735912f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735913b0 0.000113
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so free 0x5571735913b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735913b0 0.000114
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so free 0x5571735913b0 void 0.000114
+gallium_dri.so malloc 72 0x557173591550 0.000115
+gallium_dri.so free 0x557173608e80 void 0.000116
+gallium_dri.so free 0x557173591550 void 0.000114
+gallium_dri.so malloc 72 0x557173608ec0 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000115
+gallium_dri.so free 0x557173608ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f40 0.000114
+gallium_dri.so free 0x557173609000 void 0.000116
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so malloc 72 0x557173608f40 0.000114
+gallium_dri.so free 0x557173609080 void 0.000115
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so malloc 72 0x5571736090b0 0.000116
+gallium_dri.so free 0x557173609100 void 0.000115
+gallium_dri.so free 0x5571736090b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736090b0 0.000119
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x5571736090b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736091b0 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000116
+gallium_dri.so free 0x5571736091b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000168
+gallium_dri.so free 0x5571735d0ac0 void 0.000163
+gallium_dri.so free 0x5571735d0a40 void 0.000173
+gallium_dri.so malloc 72 0x5571735d0a40 0.000167
+gallium_dri.so free 0x5571735d0b40 void 0.000171
+gallium_dri.so free 0x5571735d0a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b70 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000115
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c70 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d30 0.000114
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000114
+gallium_dri.so malloc 72 0x557173467df0 0.000118
+gallium_dri.so free 0x557173467e40 void 0.000116
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467df0 0.000115
+gallium_dri.so free 0x557173467f40 void 0.000115
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467f80 0.000114
+gallium_dri.so free 0x557173468000 void 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000125
+gallium_dri.so malloc 72 0x557173468000 0.000124
+gallium_dri.so free 0x5571735d0dc0 void 0.000122
+gallium_dri.so free 0x557173468000 void 0.000120
+gallium_dri.so malloc 72 0x557173468000 0.000115
+gallium_dri.so free 0x5571734680c0 void 0.000117
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468000 0.000114
+gallium_dri.so free 0x557173468180 void 0.000113
+gallium_dri.so free 0x557173468000 void 0.000113
+gallium_dri.so malloc 72 0x557173468130 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000120
+gallium_dri.so free 0x557173468130 void 0.000113
+gallium_dri.so malloc 72 0x557173609ed0 0.000115
+gallium_dri.so free 0x557173609f40 void 0.000116
+gallium_dri.so free 0x557173609ed0 void 0.000114
+gallium_dri.so malloc 72 0x557173609fa0 0.000113
+gallium_dri.so free 0x55717360a040 void 0.000116
+gallium_dri.so free 0x557173609fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ff0 0.000108
+gallium_dri.so free 0x55717360a080 void 0.000118
+gallium_dri.so free 0x557173609ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173609ff0 0.000116
+gallium_dri.so free 0x55717360a140 void 0.000115
+gallium_dri.so free 0x557173609ff0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a180 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000115
+gallium_dri.so free 0x55717360a180 void 0.000114
+gallium_dri.so malloc 72 0x55717360a200 0.000115
+gallium_dri.so free 0x5571736068c0 void 0.000115
+gallium_dri.so free 0x55717360a200 void 0.000114
+gallium_dri.so malloc 72 0x5571736068e0 0.000113
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x5571736068e0 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000114
+gallium_dri.so free 0x557173606a00 void 0.000115
+gallium_dri.so free 0x557173606930 void 0.000113
+gallium_dri.so malloc 72 0x557173606a00 0.000115
+gallium_dri.so free 0x557173606ac0 void 0.000115
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so malloc 72 0x557173606a00 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000116
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so malloc 72 0x557173606b40 0.000112
+gallium_dri.so free 0x557173606c00 void 0.000114
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so malloc 72 0x557173606b40 0.000162
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000112
+gallium_dri.so free 0x55717358a100 void 0.000110
+gallium_dri.so free 0x55717358a0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0b0 0.000112
+gallium_dri.so free 0x55717358a200 void 0.000112
+gallium_dri.so free 0x55717358a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a1b0 0.000113
+gallium_dri.so free 0x55717358a2c0 void 0.000112
+gallium_dri.so free 0x55717358a1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a270 0.000112
+gallium_dri.so free 0x55717358a340 void 0.000113
+gallium_dri.so free 0x55717358a270 void 0.000117
+gallium_dri.so malloc 72 0x55717358a360 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so free 0x55717358a360 void 0.000123
+gallium_dri.so malloc 72 0x55717358a3b0 0.000113
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717358a3b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463280 0.000117
+gallium_dri.so free 0x557173463300 void 0.000119
+gallium_dri.so free 0x557173463280 void 0.000123
+gallium_dri.so malloc 72 0x557173463300 0.000125
+gallium_dri.so free 0x5571734633c0 void 0.000126
+gallium_dri.so free 0x557173463300 void 0.000128
+gallium_dri.so malloc 72 0x557173463300 0.000120
+gallium_dri.so free 0x557173463440 void 0.000119
+gallium_dri.so free 0x557173463300 void 0.000119
+gallium_dri.so malloc 72 0x557173463470 0.000117
+gallium_dri.so free 0x5571734634c0 void 0.000118
+gallium_dri.so free 0x557173463470 void 0.000117
+gallium_dri.so malloc 72 0x557173463470 0.000118
+gallium_dri.so free 0x5571734635c0 void 0.000119
+gallium_dri.so free 0x557173463470 void 0.000118
+gallium_dri.so malloc 72 0x557173463600 0.000120
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x557173463600 void 0.000117
+gallium_dri.so malloc 72 0x557173601d90 0.000119
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so free 0x557173601d90 void 0.000119
+gallium_dri.so malloc 72 0x557173601e20 0.000118
+gallium_dri.so free 0x557173601ec0 void 0.000119
+gallium_dri.so free 0x557173601e20 void 0.000117
+gallium_dri.so malloc 72 0x557173601e70 0.000118
+gallium_dri.so free 0x557173601f40 void 0.000117
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000117
+gallium_dri.so free 0x557173601fc0 void 0.000119
+gallium_dri.so free 0x557173601e70 void 0.000118
+gallium_dri.so malloc 72 0x557173601fc0 0.000119
+gallium_dri.so free 0x557173602080 void 0.000118
+gallium_dri.so free 0x557173601fc0 void 0.000127
+gallium_dri.so malloc 72 0x557173601fc0 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x557173601fc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec20 0.000117
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358ec20 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec70 0.000117
+gallium_dri.so free 0x55717358ed40 void 0.000119
+gallium_dri.so free 0x55717358ec70 void 0.000116
+gallium_dri.so malloc 72 0x55717358ec70 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so free 0x55717358ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717358edc0 0.000118
+gallium_dri.so free 0x55717358ee80 void 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358edc0 0.000118
+gallium_dri.so free 0x55717358ef40 void 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358edc0 0.000117
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c690 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000118
+gallium_dri.so free 0x55717358c690 void 0.000119
+gallium_dri.so malloc 72 0x55717358c740 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000165
+gallium_dri.so free 0x55717358c740 void 0.000119
+gallium_dri.so malloc 72 0x55717358c7c0 0.000119
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7c0 0.000118
+gallium_dri.so free 0x55717358f000 void 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000116
+gallium_dri.so malloc 72 0x55717358efb0 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000117
+gallium_dri.so free 0x55717358efb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c940 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9c0 0.000117
+gallium_dri.so free 0x557173465800 void 0.000117
+gallium_dri.so free 0x55717358c9c0 void 0.000116
+gallium_dri.so malloc 72 0x557173465840 0.000117
+gallium_dri.so free 0x5571734658c0 void 0.000117
+gallium_dri.so free 0x557173465840 void 0.000118
+gallium_dri.so malloc 72 0x557173465840 0.000117
+gallium_dri.so free 0x557173465940 void 0.000118
+gallium_dri.so free 0x557173465840 void 0.000119
+gallium_dri.so malloc 72 0x557173465970 0.000118
+gallium_dri.so free 0x5571734659c0 void 0.000118
+gallium_dri.so free 0x557173465970 void 0.000118
+gallium_dri.so malloc 72 0x557173465970 0.000122
+gallium_dri.so free 0x557173465ac0 void 0.000119
+gallium_dri.so free 0x557173465970 void 0.000119
+gallium_dri.so malloc 72 0x557173465a70 0.000119
+gallium_dri.so free 0x557173465b80 void 0.000119
+gallium_dri.so free 0x557173465a70 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000118
+gallium_dri.so free 0x557173465b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000117
+gallium_dri.so free 0x5571735d3040 void 0.000118
+gallium_dri.so free 0x5571735d2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000118
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3180 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000117
+gallium_dri.so free 0x5571735d3180 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3200 0.000118
+gallium_dri.so free 0x557173465bc0 void 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3200 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000119
+gallium_dri.so free 0x5571735d3200 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3200 0.000117
+gallium_dri.so free 0x5571735d3380 void 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3330 0.000128
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x5571735d3330 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55d0 0.000120
+gallium_dri.so free 0x5571735d5640 void 0.000118
+gallium_dri.so free 0x5571735d55d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56a0 0.000118
+gallium_dri.so free 0x5571735d5740 void 0.000125
+gallium_dri.so free 0x5571735d56a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56f0 0.000117
+gallium_dri.so free 0x5571735d5780 void 0.000119
+gallium_dri.so free 0x5571735d56f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56f0 0.000117
+gallium_dri.so free 0x5571735d5840 void 0.000118
+gallium_dri.so free 0x5571735d56f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5880 0.000123
+gallium_dri.so free 0x5571735d5900 void 0.000121
+gallium_dri.so free 0x5571735d5880 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5900 0.000119
+gallium_dri.so free 0x557173609580 void 0.000120
+gallium_dri.so free 0x5571735d5900 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000120
+gallium_dri.so free 0x5571736095c0 void 0.000118
+gallium_dri.so free 0x557173609530 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x557173609680 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000167
+gallium_dri.so malloc 72 0x5571736096d0 0.000119
+gallium_dri.so free 0x557173609740 void 0.000119
+gallium_dri.so free 0x5571736096d0 void 0.000119
+gallium_dri.so malloc 72 0x557173609780 0.000118
+gallium_dri.so free 0x557173609800 void 0.000119
+gallium_dri.so free 0x557173609780 void 0.000119
+gallium_dri.so malloc 72 0x557173609800 0.000118
+gallium_dri.so free 0x5571736098c0 void 0.000120
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so malloc 72 0x557173609800 0.000117
+gallium_dri.so free 0x557173609940 void 0.000119
+gallium_dri.so free 0x557173609800 void 0.000117
+gallium_dri.so malloc 72 0x557173609800 0.000118
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so free 0x557173609800 void 0.000120
+gallium_dri.so malloc 72 0x557173609800 0.000118
+gallium_dri.so free 0x557173464880 void 0.000119
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so malloc 72 0x557173464880 0.000118
+gallium_dri.so free 0x557173464940 void 0.000118
+gallium_dri.so free 0x557173464880 void 0.000117
+gallium_dri.so malloc 72 0x557173464880 0.000119
+gallium_dri.so free 0x557173464a40 void 0.000118
+gallium_dri.so free 0x557173464880 void 0.000118
+gallium_dri.so malloc 72 0x5571734649f0 0.000118
+gallium_dri.so free 0x557173464a80 void 0.000127
+gallium_dri.so free 0x5571734649f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734649f0 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000119
+gallium_dri.so free 0x5571734649f0 void 0.000117
+gallium_dri.so malloc 72 0x557173464b80 0.000118
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000118
+gallium_dri.so malloc 72 0x557173464c00 0.000117
+gallium_dri.so free 0x5571735d1fc0 void 0.000119
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so malloc 72 0x557173464c00 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000118
+gallium_dri.so free 0x557173464c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2070 0.000118
+gallium_dri.so free 0x5571735d20c0 void 0.000118
+gallium_dri.so free 0x5571735d2070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2070 0.000119
+gallium_dri.so free 0x5571735d21c0 void 0.000118
+gallium_dri.so free 0x5571735d2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2200 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000117
+gallium_dri.so free 0x5571735d2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2280 0.000118
+gallium_dri.so free 0x5571735d2340 void 0.000119
+gallium_dri.so free 0x5571735d2280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2280 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so free 0x5571735d2280 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23f0 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x5571735d23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23f0 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000118
+gallium_dri.so free 0x5571735d23f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa80 0.000119
+gallium_dri.so free 0x5571735cfb40 void 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa80 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa80 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x5571735cfcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcf0 0.000118
+gallium_dri.so free 0x5571735cfe40 void 0.000118
+gallium_dri.so free 0x5571735cfcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000120
+gallium_dri.so free 0x5571735cfdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000128
+gallium_dri.so free 0x55717358dc80 void 0.000119
+gallium_dri.so free 0x5571735cfdf0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dcb0 0.000119
+gallium_dri.so free 0x55717358dd00 void 0.000119
+gallium_dri.so free 0x55717358dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dd00 0.000120
+gallium_dri.so free 0x55717358ddc0 void 0.000119
+gallium_dri.so free 0x55717358dd00 void 0.000117
+gallium_dri.so malloc 72 0x55717358dd00 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000119
+gallium_dri.so free 0x55717358dd00 void 0.000118
+gallium_dri.so malloc 72 0x55717358de70 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000118
+gallium_dri.so free 0x55717358de70 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000117
+gallium_dri.so free 0x55717358dfc0 void 0.000119
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000117
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000117
+gallium_dri.so malloc 72 0x55717358df30 0.000118
+gallium_dri.so free 0x557173590240 void 0.000118
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x557173590240 0.000117
+gallium_dri.so free 0x557173590300 void 0.000117
+gallium_dri.so free 0x557173590240 void 0.000123
+gallium_dri.so malloc 72 0x557173590240 0.000118
+gallium_dri.so free 0x557173590400 void 0.000118
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so malloc 72 0x5571735903b0 0.000119
+gallium_dri.so free 0x557173590440 void 0.000119
+gallium_dri.so free 0x5571735903b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735903b0 0.000123
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x5571735903b0 void 0.000119
+gallium_dri.so malloc 72 0x557173590540 0.000118
+gallium_dri.so free 0x5571735905c0 void 0.000119
+gallium_dri.so free 0x557173590540 void 0.000117
+gallium_dri.so malloc 72 0x5571735905c0 0.000117
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x5571735905c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735905c0 0.000119
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b4f0 0.000117
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so free 0x55717360b4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b4f0 0.000118
+gallium_dri.so free 0x55717360b640 void 0.000119
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b680 0.000119
+gallium_dri.so free 0x55717360b700 void 0.000119
+gallium_dri.so free 0x55717360b680 void 0.000168
+gallium_dri.so malloc 72 0x55717360b700 0.000121
+gallium_dri.so free 0x55717360b7c0 void 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000118
+gallium_dri.so malloc 72 0x55717360b700 0.000119
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so free 0x55717360b700 void 0.000117
+gallium_dri.so malloc 72 0x55717360b870 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so free 0x55717360b870 void 0.000118
+gallium_dri.so malloc 72 0x55717360b870 0.000117
+gallium_dri.so free 0x557173605940 void 0.000118
+gallium_dri.so free 0x55717360b870 void 0.000118
+gallium_dri.so malloc 72 0x557173605940 0.000118
+gallium_dri.so free 0x557173605a00 void 0.000119
+gallium_dri.so free 0x557173605940 void 0.000119
+gallium_dri.so malloc 72 0x557173605940 0.000118
+gallium_dri.so free 0x557173605b00 void 0.000119
+gallium_dri.so free 0x557173605940 void 0.000119
+gallium_dri.so malloc 72 0x557173605940 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000117
+gallium_dri.so free 0x557173605940 void 0.000118
+gallium_dri.so malloc 72 0x557173605bb0 0.000119
+gallium_dri.so free 0x557173605c00 void 0.000119
+gallium_dri.so free 0x557173605bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173605bb0 0.000119
+gallium_dri.so free 0x557173605d00 void 0.000129
+gallium_dri.so free 0x557173605bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173605cb0 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so free 0x557173605cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173605cb0 0.000118
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so free 0x557173605cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173607f30 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so free 0x557173607f30 void 0.000118
+gallium_dri.so malloc 72 0x557173607f80 0.000118
+gallium_dri.so free 0x557173608040 void 0.000120
+gallium_dri.so free 0x557173607f80 void 0.000119
+gallium_dri.so malloc 72 0x557173607f80 0.000118
+gallium_dri.so free 0x557173608140 void 0.000119
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so malloc 72 0x5571736080f0 0.000118
+gallium_dri.so free 0x557173608200 void 0.000118
+gallium_dri.so free 0x5571736080f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736081b0 0.000117
+gallium_dri.so free 0x557173608240 void 0.000119
+gallium_dri.so free 0x5571736081b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736081b0 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x5571736081b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736081b0 0.000126
+gallium_dri.so free 0x55717358b6c0 void 0.000119
+gallium_dri.so free 0x5571736081b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6c0 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000119
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6c0 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000118
+gallium_dri.so free 0x55717358b6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b830 0.000119
+gallium_dri.so free 0x55717358b8c0 void 0.000118
+gallium_dri.so free 0x55717358b830 void 0.000119
+gallium_dri.so malloc 72 0x55717358b830 0.000118
+gallium_dri.so free 0x55717358b980 void 0.000117
+gallium_dri.so free 0x55717358b830 void 0.000117
+gallium_dri.so malloc 72 0x55717358b9c0 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so free 0x55717358b9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba40 0.000119
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba40 0.000118
+gallium_dri.so free 0x557173589100 void 0.000118
+gallium_dri.so free 0x55717358ba40 void 0.000118
+gallium_dri.so malloc 72 0x557173589130 0.000119
+gallium_dri.so free 0x557173589180 void 0.000119
+gallium_dri.so free 0x557173589130 void 0.000118
+gallium_dri.so malloc 72 0x557173589130 0.000129
+gallium_dri.so free 0x557173589280 void 0.000118
+gallium_dri.so free 0x557173589130 void 0.000117
+gallium_dri.so malloc 72 0x5571735892c0 0.000119
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so free 0x5571735892c0 void 0.000116
+gallium_dri.so malloc 72 0x557173589340 0.000119
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so malloc 72 0x557173589340 0.000118
+gallium_dri.so free 0x557173589480 void 0.000119
+gallium_dri.so free 0x557173589340 void 0.000118
+gallium_dri.so malloc 72 0x5571735894b0 0.000123
+gallium_dri.so free 0x557173466dc0 void 0.000124
+gallium_dri.so free 0x5571735894b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735894b0 0.000124
+gallium_dri.so free 0x557173466e40 void 0.000125
+gallium_dri.so free 0x5571735894b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466e40 0.000120
+gallium_dri.so free 0x557173466f00 void 0.000118
+gallium_dri.so free 0x557173466e40 void 0.000119
+gallium_dri.so malloc 72 0x557173466e40 0.000118
+gallium_dri.so free 0x557173467000 void 0.000119
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so malloc 72 0x557173466e40 0.000119
+gallium_dri.so free 0x557173467080 void 0.000184
+gallium_dri.so free 0x557173466e40 void 0.000121
+gallium_dri.so malloc 72 0x5571734670b0 0.000118
+gallium_dri.so free 0x557173467100 void 0.000117
+gallium_dri.so free 0x5571734670b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734670b0 0.000117
+gallium_dri.so free 0x557173467200 void 0.000117
+gallium_dri.so free 0x5571734670b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734671b0 0.000117
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x5571734671b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734671b0 0.000117
+gallium_dri.so free 0x5571735d4600 void 0.000119
+gallium_dri.so free 0x5571734671b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4630 0.000117
+gallium_dri.so free 0x5571735d4680 void 0.000118
+gallium_dri.so free 0x5571735d4630 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4680 0.000117
+gallium_dri.so free 0x5571735d4740 void 0.000117
+gallium_dri.so free 0x5571735d4680 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4680 0.000119
+gallium_dri.so free 0x5571735d4840 void 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47f0 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so free 0x5571735d47f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d48b0 0.000123
+gallium_dri.so free 0x5571735d4940 void 0.000175
+gallium_dri.so free 0x5571735d48b0 void 0.000232
+gallium_dri.so malloc 72 0x5571735d48b0 0.000112
+gallium_dri.so free 0x557173603300 void 0.000110
+gallium_dri.so free 0x5571735d48b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48b0 0.000113
+gallium_dri.so free 0x557173603380 void 0.000112
+gallium_dri.so free 0x5571735d48b0 void 0.000110
+gallium_dri.so malloc 72 0x557173603380 0.000111
+gallium_dri.so free 0x557173603440 void 0.000109
+gallium_dri.so free 0x557173603380 void 0.000109
+gallium_dri.so malloc 72 0x557173603380 0.000109
+gallium_dri.so free 0x557173603540 void 0.000110
+gallium_dri.so free 0x557173603380 void 0.000110
+gallium_dri.so malloc 72 0x5571736034f0 0.000112
+gallium_dri.so free 0x557173603580 void 0.000110
+gallium_dri.so free 0x5571736034f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736034f0 0.000111
+gallium_dri.so free 0x557173603640 void 0.000110
+gallium_dri.so free 0x5571736034f0 void 0.000110
+gallium_dri.so malloc 72 0x557173603680 0.000110
+gallium_dri.so free 0x557173603700 void 0.000110
+gallium_dri.so free 0x557173603680 void 0.000109
+gallium_dri.so malloc 72 0x557173603700 0.000110
+gallium_dri.so free 0x5571735f29c0 void 0.000110
+gallium_dri.so free 0x557173603700 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2970 0.000110
+gallium_dri.so free 0x5571735f2a00 void 0.000145
+gallium_dri.so free 0x5571735f2970 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2970 0.000126
+gallium_dri.so free 0x5571735f2ac0 void 0.000125
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b30 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so free 0x5571735f2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b30 0.000118
+gallium_dri.so free 0x5571735f2c80 void 0.000118
+gallium_dri.so free 0x5571735f2b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c30 0.000118
+gallium_dri.so free 0x5571735f2d40 void 0.000118
+gallium_dri.so free 0x5571735f2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000119
+gallium_dri.so free 0x5571735f2d80 void 0.000124
+gallium_dri.so free 0x5571735f2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000115
+gallium_dri.so free 0x5571735f2e40 void 0.000117
+gallium_dri.so free 0x5571735f2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2e80 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2f00 0.000117
+gallium_dri.so free 0x5571735f2fc0 void 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2f00 0.000118
+gallium_dri.so free 0x5571735f3080 void 0.000116
+gallium_dri.so free 0x5571735f2f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f30a0 0.000118
+gallium_dri.so free 0x5571735f3140 void 0.000118
+gallium_dri.so free 0x5571735f30a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30f0 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so free 0x5571735f30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f30f0 0.000119
+gallium_dri.so free 0x5571735f3240 void 0.000118
+gallium_dri.so free 0x5571735f30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3240 0.000117
+gallium_dri.so free 0x5571735f3300 void 0.000117
+gallium_dri.so free 0x5571735f3240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3240 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3240 0.000118
+gallium_dri.so free 0x5571735f3480 void 0.000117
+gallium_dri.so free 0x5571735f3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000117
+gallium_dri.so free 0x5571735f3540 void 0.000118
+gallium_dri.so free 0x5571735f3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34f0 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f34f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3610 0.000117
+gallium_dri.so free 0x5571735f3680 void 0.000119
+gallium_dri.so free 0x5571735f3610 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3610 0.000118
+gallium_dri.so free 0x5571734734c0 void 0.000121
+gallium_dri.so free 0x5571735f3610 void 0.000116
+gallium_dri.so malloc 72 0x557173473470 0.000119
+gallium_dri.so free 0x557173473540 void 0.000118
+gallium_dri.so free 0x557173473470 void 0.000118
+gallium_dri.so malloc 72 0x557173473470 0.000118
+gallium_dri.so free 0x5571734735c0 void 0.000119
+gallium_dri.so free 0x557173473470 void 0.000117
+gallium_dri.so malloc 72 0x5571734735c0 0.000119
+gallium_dri.so free 0x557173473680 void 0.000118
+gallium_dri.so free 0x5571734735c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734735c0 0.000118
+gallium_dri.so free 0x557173473780 void 0.000118
+gallium_dri.so free 0x5571734735c0 void 0.000121
+gallium_dri.so malloc 72 0x557173473730 0.000118
+gallium_dri.so free 0x5571734737c0 void 0.000118
+gallium_dri.so free 0x557173473730 void 0.000118
+gallium_dri.so malloc 72 0x557173473730 0.000118
+gallium_dri.so free 0x557173473880 void 0.000118
+gallium_dri.so free 0x557173473730 void 0.000118
+gallium_dri.so malloc 72 0x5571734738c0 0.000120
+gallium_dri.so free 0x557173473940 void 0.000176
+gallium_dri.so free 0x5571734738c0 void 0.000116
+gallium_dri.so malloc 72 0x557173473940 0.000118
+gallium_dri.so free 0x557173473a00 void 0.000118
+gallium_dri.so free 0x557173473940 void 0.000118
+gallium_dri.so malloc 72 0x557173473940 0.000117
+gallium_dri.so free 0x557173473a80 void 0.000118
+gallium_dri.so free 0x557173473940 void 0.000117
+gallium_dri.so malloc 72 0x557173473ab0 0.000118
+gallium_dri.so free 0x557173473b00 void 0.000118
+gallium_dri.so free 0x557173473ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173473ab0 0.000117
+gallium_dri.so free 0x557173473c00 void 0.000117
+gallium_dri.so free 0x557173473ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173473c40 0.000116
+gallium_dri.so free 0x557173473cc0 void 0.000116
+gallium_dri.so free 0x557173473c40 void 0.000117
+gallium_dri.so malloc 72 0x557173473cc0 0.000116
+gallium_dri.so free 0x557173473d80 void 0.000118
+gallium_dri.so free 0x557173473cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173473cc0 0.000118
+gallium_dri.so free 0x557173473e00 void 0.000119
+gallium_dri.so free 0x557173473cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173473e30 0.000119
+gallium_dri.so free 0x557173473e80 void 0.000117
+gallium_dri.so free 0x557173473e30 void 0.000118
+gallium_dri.so malloc 72 0x557173473e30 0.000125
+gallium_dri.so free 0x557173473f80 void 0.000119
+gallium_dri.so free 0x557173473e30 void 0.000119
+gallium_dri.so malloc 72 0x557173473f30 0.000118
+gallium_dri.so free 0x557173474040 void 0.000117
+gallium_dri.so free 0x557173473f30 void 0.000117
+gallium_dri.so malloc 72 0x557173473ff0 0.000119
+gallium_dri.so free 0x5571734740c0 void 0.000118
+gallium_dri.so free 0x557173473ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173473ff0 0.000118
+gallium_dri.so free 0x557173474180 void 0.000118
+gallium_dri.so free 0x557173473ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173473ff0 0.000118
+gallium_dri.so free 0x55717361fdc0 void 0.000118
+gallium_dri.so free 0x557173473ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe00 0.000118
+gallium_dri.so free 0x55717361fe80 void 0.000119
+gallium_dri.so free 0x55717361fe00 void 0.000119
+gallium_dri.so malloc 72 0x55717361fe80 0.000118
+gallium_dri.so free 0x55717361ff40 void 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000119
+gallium_dri.so malloc 72 0x55717361fe80 0.000118
+gallium_dri.so free 0x55717361ffc0 void 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000118
+gallium_dri.so malloc 72 0x55717361fff0 0.000118
+gallium_dri.so free 0x557173620040 void 0.000118
+gallium_dri.so free 0x55717361fff0 void 0.000118
+gallium_dri.so malloc 72 0x557173620040 0.000127
+gallium_dri.so free 0x557173620100 void 0.000118
+gallium_dri.so free 0x557173620040 void 0.000119
+gallium_dri.so malloc 72 0x557173620040 0.000117
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x557173620040 void 0.000119
+gallium_dri.so malloc 72 0x5571736201b0 0.000117
+gallium_dri.so free 0x5571736202c0 void 0.000119
+gallium_dri.so free 0x5571736201b0 void 0.000123
+gallium_dri.so malloc 72 0x557173620270 0.000119
+gallium_dri.so free 0x557173620300 void 0.000119
+gallium_dri.so free 0x557173620270 void 0.000117
+gallium_dri.so malloc 72 0x557173620270 0.000117
+gallium_dri.so free 0x5571736203c0 void 0.000119
+gallium_dri.so free 0x557173620270 void 0.000119
+gallium_dri.so malloc 72 0x557173620400 0.000119
+gallium_dri.so free 0x557173620480 void 0.000119
+gallium_dri.so free 0x557173620400 void 0.000118
+gallium_dri.so malloc 72 0x557173620480 0.000117
+gallium_dri.so free 0x557173620540 void 0.000119
+gallium_dri.so free 0x557173620480 void 0.000118
+gallium_dri.so malloc 72 0x557173620480 0.000119
+gallium_dri.so free 0x5571736205c0 void 0.000119
+gallium_dri.so free 0x557173620480 void 0.000117
+gallium_dri.so malloc 72 0x557173620480 0.000119
+gallium_dri.so free 0x557173620680 void 0.000119
+gallium_dri.so free 0x557173620480 void 0.000184
+gallium_dri.so malloc 72 0x557173620480 0.000120
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so free 0x557173620480 void 0.000117
+gallium_dri.so malloc 72 0x5571736206f0 0.000122
+gallium_dri.so free 0x5571736207c0 void 0.000119
+gallium_dri.so free 0x5571736206f0 void 0.000118
+gallium_dri.so malloc 72 0x557173620810 0.000117
+gallium_dri.so free 0x557173620880 void 0.000117
+gallium_dri.so free 0x557173620810 void 0.000117
+gallium_dri.so malloc 72 0x5571736208a0 0.000118
+gallium_dri.so free 0x557173620940 void 0.000117
+gallium_dri.so free 0x5571736208a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736208f0 0.000117
+gallium_dri.so free 0x5571736209c0 void 0.000117
+gallium_dri.so free 0x5571736208f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736208f0 0.000118
+gallium_dri.so free 0x557173620ac0 void 0.000120
+gallium_dri.so free 0x5571736208f0 void 0.000117
+gallium_dri.so malloc 72 0x557173620a70 0.000119
+gallium_dri.so free 0x557173620b40 void 0.000117
+gallium_dri.so free 0x557173620a70 void 0.000117
+gallium_dri.so malloc 72 0x557173620b90 0.000118
+gallium_dri.so free 0x557173620c00 void 0.000117
+gallium_dri.so free 0x557173620b90 void 0.000118
+gallium_dri.so malloc 72 0x557173620c20 0.000117
+gallium_dri.so free 0x557173620cc0 void 0.000123
+gallium_dri.so free 0x557173620c20 void 0.000120
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x557173620d40 void 0.000118
+gallium_dri.so free 0x557173620c70 void 0.000120
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000118
+gallium_dri.so malloc 72 0x557173460440 0.000117
+gallium_dri.so free 0x557173460500 void 0.000118
+gallium_dri.so free 0x557173460440 void 0.000117
+gallium_dri.so malloc 72 0x557173460440 0.000118
+gallium_dri.so free 0x5571734605c0 void 0.000118
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so malloc 72 0x5571734605e0 0.000118
+gallium_dri.so free 0x557173460680 void 0.000119
+gallium_dri.so free 0x5571734605e0 void 0.000119
+gallium_dri.so malloc 72 0x557173460630 0.000119
+gallium_dri.so free 0x557173620dc0 void 0.000119
+gallium_dri.so free 0x557173460630 void 0.000118
+gallium_dri.so malloc 72 0x557173460630 0.000118
+gallium_dri.so free 0x557173460700 void 0.000118
+gallium_dri.so free 0x557173460630 void 0.000117
+gallium_dri.so malloc 72 0x557173460700 0.000118
+gallium_dri.so free 0x5571734607c0 void 0.000118
+gallium_dri.so free 0x557173460700 void 0.000123
+gallium_dri.so malloc 72 0x557173460700 0.000119
+gallium_dri.so free 0x557173460840 void 0.000126
+gallium_dri.so free 0x557173460700 void 0.000119
+gallium_dri.so malloc 72 0x557173460870 0.000116
+gallium_dri.so free 0x5571734608c0 void 0.000118
+gallium_dri.so free 0x557173460870 void 0.000117
+gallium_dri.so malloc 72 0x5571734608c0 0.000118
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so free 0x5571734608c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734608c0 0.000118
+gallium_dri.so free 0x557173460a80 void 0.000118
+gallium_dri.so free 0x5571734608c0 void 0.000117
+gallium_dri.so malloc 72 0x557173460a30 0.000118
+gallium_dri.so free 0x557173460b40 void 0.000120
+gallium_dri.so free 0x557173460a30 void 0.000118
+gallium_dri.so malloc 72 0x557173460af0 0.000118
+gallium_dri.so free 0x557173460b80 void 0.000117
+gallium_dri.so free 0x557173460af0 void 0.000116
+gallium_dri.so malloc 72 0x557173460af0 0.000118
+gallium_dri.so free 0x557173460c40 void 0.000118
+gallium_dri.so free 0x557173460af0 void 0.000119
+gallium_dri.so malloc 72 0x557173460c80 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x557173460c80 void 0.000117
+gallium_dri.so malloc 72 0x557173460d00 0.000118
+gallium_dri.so free 0x557173460dc0 void 0.000121
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173460d00 0.000163
+gallium_dri.so free 0x557173460e40 void 0.000120
+gallium_dri.so free 0x557173460d00 void 0.000119
+gallium_dri.so malloc 72 0x557173460d00 0.000119
+gallium_dri.so free 0x557173460f00 void 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so malloc 72 0x557173460d00 0.000118
+gallium_dri.so free 0x557173460fc0 void 0.000119
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173460f70 0.000118
+gallium_dri.so free 0x557173461040 void 0.000118
+gallium_dri.so free 0x557173460f70 void 0.000117
+gallium_dri.so malloc 72 0x557173461090 0.000118
+gallium_dri.so free 0x557173461100 void 0.000118
+gallium_dri.so free 0x557173461090 void 0.000119
+gallium_dri.so malloc 72 0x557173461120 0.000117
+gallium_dri.so free 0x5571734611c0 void 0.000118
+gallium_dri.so free 0x557173461120 void 0.000117
+gallium_dri.so malloc 72 0x557173461170 0.000119
+gallium_dri.so free 0x557173461240 void 0.000118
+gallium_dri.so free 0x557173461170 void 0.000119
+gallium_dri.so malloc 72 0x557173461170 0.000118
+gallium_dri.so free 0x557173461340 void 0.000119
+gallium_dri.so free 0x557173461170 void 0.000118
+gallium_dri.so malloc 72 0x5571734612f0 0.000118
+gallium_dri.so free 0x5571734613c0 void 0.000118
+gallium_dri.so free 0x5571734612f0 void 0.000117
+gallium_dri.so malloc 72 0x557173461410 0.000121
+gallium_dri.so free 0x557173461480 void 0.000118
+gallium_dri.so free 0x557173461410 void 0.000119
+gallium_dri.so malloc 72 0x5571734614a0 0.000117
+gallium_dri.so free 0x557173461540 void 0.000118
+gallium_dri.so free 0x5571734614a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734614f0 0.000118
+gallium_dri.so free 0x5571734615c0 void 0.000119
+gallium_dri.so free 0x5571734614f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734614f0 0.000117
+gallium_dri.so free 0x557173461640 void 0.000117
+gallium_dri.so free 0x5571734614f0 void 0.000119
+gallium_dri.so malloc 72 0x557173461640 0.000117
+gallium_dri.so free 0x557173461700 void 0.000123
+gallium_dri.so free 0x557173461640 void 0.000128
+gallium_dri.so malloc 72 0x557173461640 0.000126
+gallium_dri.so free 0x557173461800 void 0.000125
+gallium_dri.so free 0x557173461640 void 0.000120
+gallium_dri.so malloc 72 0x557173461640 0.000117
+gallium_dri.so free 0x557173461880 void 0.000118
+gallium_dri.so free 0x557173461640 void 0.000115
+gallium_dri.so malloc 72 0x5571734618b0 0.000117
+gallium_dri.so free 0x557173461900 void 0.000118
+gallium_dri.so free 0x5571734618b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734618b0 0.000119
+gallium_dri.so free 0x557173461a00 void 0.000128
+gallium_dri.so free 0x5571734618b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734619b0 0.000119
+gallium_dri.so free 0x557173461ac0 void 0.000118
+gallium_dri.so free 0x5571734619b0 void 0.000118
+gallium_dri.so malloc 72 0x557173461a70 0.000119
+gallium_dri.so free 0x557173461b00 void 0.000119
+gallium_dri.so free 0x557173461a70 void 0.000117
+gallium_dri.so malloc 72 0x557173461a70 0.000118
+gallium_dri.so free 0x557173461bc0 void 0.000119
+gallium_dri.so free 0x557173461a70 void 0.000117
+gallium_dri.so malloc 72 0x557173461c10 0.000116
+gallium_dri.so free 0x557173461c80 void 0.000118
+gallium_dri.so free 0x557173461c10 void 0.000119
+gallium_dri.so malloc 72 0x557173461cc0 0.000118
+gallium_dri.so free 0x557173461d40 void 0.000118
+gallium_dri.so free 0x557173461cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173461d40 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000118
+gallium_dri.so free 0x557173461d40 void 0.000119
+gallium_dri.so malloc 72 0x557173461d40 0.000118
+gallium_dri.so free 0x557173461e80 void 0.000119
+gallium_dri.so free 0x557173461d40 void 0.000120
+gallium_dri.so malloc 72 0x557173461eb0 0.000120
+gallium_dri.so free 0x557173461f00 void 0.000120
+gallium_dri.so free 0x557173461eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173461eb0 0.000157
+gallium_dri.so free 0x557173462000 void 0.000112
+gallium_dri.so free 0x557173461eb0 void 0.000110
+gallium_dri.so malloc 72 0x557173461fb0 0.000109
+gallium_dri.so free 0x5571734620c0 void 0.000111
+gallium_dri.so free 0x557173461fb0 void 0.000110
+gallium_dri.so malloc 72 0x557173462070 0.000110
+gallium_dri.so free 0x557173462140 void 0.000110
+gallium_dri.so free 0x557173462070 void 0.000112
+gallium_dri.so malloc 72 0x557173462160 0.000110
+gallium_dri.so free 0x557173462200 void 0.000110
+gallium_dri.so free 0x557173462160 void 0.000111
+gallium_dri.so malloc 72 0x5571734621b0 0.000110
+gallium_dri.so free 0x557173462280 void 0.000111
+gallium_dri.so free 0x5571734621b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734621b0 0.000109
+gallium_dri.so free 0x557173462300 void 0.000109
+gallium_dri.so free 0x5571734621b0 void 0.000109
+gallium_dri.so malloc 72 0x557173462300 0.000110
+gallium_dri.so free 0x5571735e0e80 void 0.000111
+gallium_dri.so free 0x557173462300 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000110
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000111
+gallium_dri.so free 0x5571735e0ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000109
+gallium_dri.so free 0x5571735e10c0 void 0.000136
+gallium_dri.so free 0x5571735e0ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1070 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735e1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1190 0.000128
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so free 0x5571735e1190 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1220 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so free 0x5571735e1220 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e13c0 0.000112
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13c0 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13c0 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000116
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1630 0.000113
+gallium_dri.so free 0x5571735e1680 void 0.000126
+gallium_dri.so free 0x5571735e1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1630 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000113
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1990 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so free 0x5571735e1990 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a40 0.000117
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000113
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000112
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so free 0x5571735e1c30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1c30 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d30 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1df0 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1ee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f30 0.000116
+gallium_dri.so free 0x5571735e2000 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f30 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so free 0x5571735e1f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2080 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000117
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2080 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2270 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000116
+gallium_dri.so free 0x5571735e2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2270 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000113
+gallium_dri.so free 0x5571735e2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000115
+gallium_dri.so free 0x5571735e2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000114
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000115
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e25c0 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2640 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e27c0 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27e0 0.000113
+gallium_dri.so free 0x5571735e2880 void 0.000114
+gallium_dri.so free 0x5571735e27e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000161
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000112
+gallium_dri.so free 0x5571735e2bc0 void 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c30 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d50 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000113
+gallium_dri.so free 0x5571735e2d50 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2de0 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000113
+gallium_dri.so free 0x5571735e2de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000121
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3140 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e30f0 0.000117
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000112
+gallium_dri.so free 0x5571735e30f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3280 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3280 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3300 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000128
+gallium_dri.so free 0x5571735e3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000112
+gallium_dri.so free 0x5571735e3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3600 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000112
+gallium_dri.so free 0x5571735e3680 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000115
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735fc580 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000112
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc630 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000115
+gallium_dri.so free 0x5571735fc630 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc630 0.000112
+gallium_dri.so free 0x5571735fc780 void 0.000113
+gallium_dri.so free 0x5571735fc630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc730 0.000114
+gallium_dri.so free 0x5571735fc840 void 0.000116
+gallium_dri.so free 0x5571735fc730 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc990 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000112
+gallium_dri.so free 0x5571735fc990 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca40 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcc30 0.000118
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc30 0.000113
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so free 0x5571735fcc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so free 0x5571735fcd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000114
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so free 0x5571735fcdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcee0 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000112
+gallium_dri.so free 0x5571735fcee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000114
+gallium_dri.so free 0x5571735fcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcf30 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000112
+gallium_dri.so free 0x5571735fcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd080 0.000112
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd080 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd080 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000112
+gallium_dri.so free 0x5571735fd3c0 void 0.000115
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd370 0.000114
+gallium_dri.so free 0x5571735fd480 void 0.000114
+gallium_dri.so free 0x5571735fd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd430 0.000112
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd430 0.000112
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000112
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so free 0x5571735fd5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd640 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd640 0.000114
+gallium_dri.so free 0x5571735fd7c0 void 0.000121
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000165
+gallium_dri.so free 0x5571735fd880 void 0.000114
+gallium_dri.so free 0x5571735fd7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd830 0.000113
+gallium_dri.so free 0x5571735fd900 void 0.000115
+gallium_dri.so free 0x5571735fd830 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd830 0.000112
+gallium_dri.so free 0x5571735fd980 void 0.000113
+gallium_dri.so free 0x5571735fd830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd980 0.000113
+gallium_dri.so free 0x5571735fda40 void 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd980 0.000112
+gallium_dri.so free 0x5571735fdb00 void 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd980 0.000113
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so free 0x5571735fd980 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdb70 0.000117
+gallium_dri.so free 0x5571735fdc80 void 0.000114
+gallium_dri.so free 0x5571735fdb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc30 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000113
+gallium_dri.so free 0x5571735fdc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd50 0.000112
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so free 0x5571735fdd50 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdde0 0.000113
+gallium_dri.so free 0x5571735fde80 void 0.000117
+gallium_dri.so free 0x5571735fdde0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fde30 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000114
+gallium_dri.so free 0x5571735fde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fde30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf80 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdf80 0.000112
+gallium_dri.so free 0x5571735fe140 void 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000112
+gallium_dri.so free 0x5571735fe180 void 0.000114
+gallium_dri.so free 0x5571735fe0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000113
+gallium_dri.so free 0x5571735fe240 void 0.000113
+gallium_dri.so free 0x5571735fe0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe280 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe280 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe300 0.000114
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe300 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000124
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe470 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so free 0x5571735fe470 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe470 0.000113
+gallium_dri.so free 0x5571735fe5c0 void 0.000114
+gallium_dri.so free 0x5571735fe470 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe600 0.000112
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so free 0x5571735fe600 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe680 0.000112
+gallium_dri.so free 0x5571735fe740 void 0.000113
+gallium_dri.so free 0x5571735fe680 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe680 0.000113
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe680 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735fe7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000113
+gallium_dri.so free 0x5571735fe940 void 0.000113
+gallium_dri.so free 0x5571735fe7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000114
+gallium_dri.so free 0x5571735fea00 void 0.000113
+gallium_dri.so free 0x5571735fe8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000114
+gallium_dri.so free 0x5571735fe9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000114
+gallium_dri.so free 0x5571735feb40 void 0.000113
+gallium_dri.so free 0x5571735fe9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000112
+gallium_dri.so free 0x5571735fec00 void 0.000114
+gallium_dri.so free 0x5571735fe9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735febb0 0.000112
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so free 0x5571735febb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecd0 0.000114
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735fecd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed60 0.000113
+gallium_dri.so free 0x5571735fee00 void 0.000113
+gallium_dri.so free 0x5571735fed60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedb0 0.000112
+gallium_dri.so free 0x5571735fee80 void 0.000114
+gallium_dri.so free 0x5571735fedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee80 0.000118
+gallium_dri.so free 0x5571735fef40 void 0.000125
+gallium_dri.so free 0x5571735fee80 void 0.000124
+gallium_dri.so malloc 72 0x5571735fee80 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000114
+gallium_dri.so free 0x5571735fee80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fefc0 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000127
+gallium_dri.so free 0x5571735fefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefc0 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so free 0x5571735fefc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fefc0 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000113
+gallium_dri.so free 0x5571735ff1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000113
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff380 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so free 0x5571735ff380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff380 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000112
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000112
+gallium_dri.so free 0x5571735ff600 void 0.000116
+gallium_dri.so free 0x5571735ff4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000112
+gallium_dri.so free 0x5571735ff6c0 void 0.000113
+gallium_dri.so free 0x5571735ff5b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff670 0.000113
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff830 0.000112
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so free 0x5571735ff830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff830 0.000116
+gallium_dri.so free 0x5571735ff980 void 0.000113
+gallium_dri.so free 0x5571735ff830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff930 0.000112
+gallium_dri.so free 0x5571735ffa40 void 0.000113
+gallium_dri.so free 0x5571735ff930 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000112
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000113
+gallium_dri.so free 0x5571735ffb40 void 0.000113
+gallium_dri.so free 0x5571735ff9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb80 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc00 0.000123
+gallium_dri.so free 0x5571735ffcc0 void 0.000120
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffc00 0.000113
+gallium_dri.so free 0x5571735ffd80 void 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffda0 0.000118
+gallium_dri.so free 0x5571735ffe40 void 0.000115
+gallium_dri.so free 0x5571735ffda0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000115
+gallium_dri.so free 0x5571735ffec0 void 0.000114
+gallium_dri.so free 0x5571735ffdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000114
+gallium_dri.so free 0x5571735fff40 void 0.000115
+gallium_dri.so free 0x5571735ffdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff40 0.000113
+gallium_dri.so free 0x557173600000 void 0.000115
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff40 0.000115
+gallium_dri.so free 0x5571736000c0 void 0.000116
+gallium_dri.so free 0x5571735fff40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff40 0.000114
+gallium_dri.so free 0x557173600180 void 0.000115
+gallium_dri.so free 0x5571735fff40 void 0.000114
+gallium_dri.so malloc 72 0x557173600130 0.000115
+gallium_dri.so free 0x557173600240 void 0.000115
+gallium_dri.so free 0x557173600130 void 0.000116
+gallium_dri.so malloc 72 0x5571736001f0 0.000113
+gallium_dri.so free 0x5571736002c0 void 0.000115
+gallium_dri.so free 0x5571736001f0 void 0.000129
+gallium_dri.so malloc 72 0x557173600310 0.000115
+gallium_dri.so free 0x557173600380 void 0.000115
+gallium_dri.so free 0x557173600310 void 0.000114
+gallium_dri.so malloc 72 0x5571736003a0 0.000115
+gallium_dri.so free 0x557173600440 void 0.000115
+gallium_dri.so free 0x5571736003a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000114
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600600 void 0.000115
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600700 void 0.000115
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x5571736006b0 0.000115
+gallium_dri.so free 0x557173600740 void 0.000115
+gallium_dri.so free 0x5571736006b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736006b0 0.000114
+gallium_dri.so free 0x557173600800 void 0.000114
+gallium_dri.so free 0x5571736006b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600840 0.000113
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x557173600840 void 0.000122
+gallium_dri.so malloc 72 0x5571736008c0 0.000115
+gallium_dri.so free 0x557173600980 void 0.000118
+gallium_dri.so free 0x5571736008c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736008c0 0.000118
+gallium_dri.so free 0x557173600a00 void 0.000115
+gallium_dri.so free 0x5571736008c0 void 0.000125
+gallium_dri.so malloc 72 0x557173600a30 0.000114
+gallium_dri.so free 0x557173600a80 void 0.000127
+gallium_dri.so free 0x557173600a30 void 0.000131
+gallium_dri.so malloc 72 0x557173600a30 0.000130
+gallium_dri.so free 0x557173600b80 void 0.000122
+gallium_dri.so free 0x557173600a30 void 0.000118
+gallium_dri.so malloc 72 0x557173600bc0 0.000154
+gallium_dri.so free 0x557173600c40 void 0.000127
+gallium_dri.so free 0x557173600bc0 void 0.000124
+gallium_dri.so malloc 72 0x557173600c40 0.000125
+gallium_dri.so free 0x557173600d00 void 0.000128
+gallium_dri.so free 0x557173600c40 void 0.000125
+gallium_dri.so malloc 72 0x557173600c40 0.000126
+gallium_dri.so free 0x557173600d80 void 0.000125
+gallium_dri.so free 0x557173600c40 void 0.000121
+gallium_dri.so malloc 72 0x557173600db0 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000127
+gallium_dri.so free 0x557173600db0 void 0.000121
+gallium_dri.so malloc 72 0x557173600db0 0.000122
+gallium_dri.so free 0x557173600f00 void 0.000119
+gallium_dri.so free 0x557173600db0 void 0.000120
+gallium_dri.so malloc 72 0x557173600eb0 0.000124
+gallium_dri.so free 0x557173600fc0 void 0.000125
+gallium_dri.so free 0x557173600eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173600f70 0.000123
+gallium_dri.so free 0x557173601040 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000117
+gallium_dri.so malloc 72 0x557173600f70 0.000123
+gallium_dri.so free 0x557173601100 void 0.000125
+gallium_dri.so free 0x557173600f70 void 0.000125
+gallium_dri.so malloc 72 0x557173600f70 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000123
+gallium_dri.so malloc 72 0x55717360c100 0.000125
+gallium_dri.so free 0x55717360c180 void 0.000120
+gallium_dri.so free 0x55717360c100 void 0.000125
+gallium_dri.so malloc 72 0x55717360c180 0.000119
+gallium_dri.so free 0x55717360c240 void 0.000123
+gallium_dri.so free 0x55717360c180 void 0.000223
+gallium_dri.so malloc 72 0x55717360c180 0.000158
+gallium_dri.so free 0x5571736011c0 void 0.000160
+gallium_dri.so free 0x55717360c180 void 0.000156
+gallium_dri.so malloc 72 0x557173601170 0.000124
+gallium_dri.so free 0x55717360c2c0 void 0.000124
+gallium_dri.so free 0x557173601170 void 0.000125
+gallium_dri.so malloc 72 0x55717360c310 0.000120
+gallium_dri.so free 0x55717360c380 void 0.000125
+gallium_dri.so free 0x55717360c310 void 0.000125
+gallium_dri.so malloc 72 0x55717360c3c0 0.000124
+gallium_dri.so free 0x55717360c440 void 0.000120
+gallium_dri.so free 0x55717360c3c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c440 0.000124
+gallium_dri.so free 0x55717360c500 void 0.000126
+gallium_dri.so free 0x55717360c440 void 0.000124
+gallium_dri.so malloc 72 0x55717360c440 0.000125
+gallium_dri.so free 0x55717360c580 void 0.000126
+gallium_dri.so free 0x55717360c440 void 0.000125
+gallium_dri.so malloc 72 0x55717360c5b0 0.000122
+gallium_dri.so free 0x55717360c600 void 0.000119
+gallium_dri.so free 0x55717360c5b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360c5b0 0.000121
+gallium_dri.so free 0x55717360c700 void 0.000125
+gallium_dri.so free 0x55717360c5b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c6b0 0.000167
+gallium_dri.so free 0x55717360c7c0 void 0.000168
+gallium_dri.so free 0x55717360c6b0 void 0.000164
+gallium_dri.so malloc 72 0x55717360c770 0.000130
+gallium_dri.so free 0x55717360c840 void 0.000132
+gallium_dri.so free 0x55717360c770 void 0.000131
+gallium_dri.so malloc 72 0x55717360c860 0.000127
+gallium_dri.so free 0x55717360c900 void 0.000124
+gallium_dri.so free 0x55717360c860 void 0.000129
+gallium_dri.so malloc 72 0x55717360c8b0 0.000126
+gallium_dri.so free 0x55717360c980 void 0.000125
+gallium_dri.so free 0x55717360c8b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c8b0 0.000131
+gallium_dri.so free 0x55717360ca00 void 0.000131
+gallium_dri.so free 0x55717360c8b0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ca00 0.000132
+gallium_dri.so free 0x55717360cac0 void 0.000142
+gallium_dri.so free 0x55717360ca00 void 0.000134
+gallium_dri.so malloc 72 0x55717360ca00 0.000132
+gallium_dri.so free 0x55717360cb80 void 0.000127
+gallium_dri.so free 0x55717360ca00 void 0.000122
+gallium_dri.so malloc 72 0x55717360ca00 0.000129
+gallium_dri.so free 0x55717360cc40 void 0.000126
+gallium_dri.so free 0x55717360ca00 void 0.000128
+gallium_dri.so malloc 72 0x55717360cbf0 0.000130
+gallium_dri.so free 0x55717360cc40 void 0.000131
+gallium_dri.so free 0x55717360cbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cbf0 0.000127
+gallium_dri.so free 0x55717360cd40 void 0.000123
+gallium_dri.so free 0x55717360cbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ccf0 0.000126
+gallium_dri.so free 0x55717360ce00 void 0.000125
+gallium_dri.so free 0x55717360ccf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cdb0 0.000131
+gallium_dri.so free 0x55717360ce40 void 0.000132
+gallium_dri.so free 0x55717360cdb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360cdb0 0.000131
+gallium_dri.so free 0x55717360cf00 void 0.000143
+gallium_dri.so free 0x55717360cdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cf40 0.000125
+gallium_dri.so free 0x55717360cfc0 void 0.000124
+gallium_dri.so free 0x55717360cf40 void 0.000130
+gallium_dri.so malloc 72 0x55717360cfc0 0.000130
+gallium_dri.so free 0x55717360d080 void 0.000130
+gallium_dri.so free 0x55717360cfc0 void 0.000131
+gallium_dri.so malloc 72 0x55717360cfc0 0.000130
+gallium_dri.so free 0x55717360d140 void 0.000131
+gallium_dri.so free 0x55717360cfc0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d160 0.000126
+gallium_dri.so free 0x55717360d200 void 0.000128
+gallium_dri.so free 0x55717360d160 void 0.000131
+gallium_dri.so malloc 72 0x55717360d1b0 0.000130
+gallium_dri.so free 0x55717360d280 void 0.000130
+gallium_dri.so free 0x55717360d1b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d1b0 0.000125
+gallium_dri.so free 0x55717360d300 void 0.000129
+gallium_dri.so free 0x55717360d1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d300 0.000141
+gallium_dri.so free 0x55717360d3c0 void 0.000133
+gallium_dri.so free 0x55717360d300 void 0.000131
+gallium_dri.so malloc 72 0x55717360d300 0.000131
+gallium_dri.so free 0x55717360d480 void 0.000127
+gallium_dri.so free 0x55717360d300 void 0.000129
+gallium_dri.so malloc 72 0x55717360d300 0.000125
+gallium_dri.so free 0x55717360d540 void 0.000125
+gallium_dri.so free 0x55717360d300 void 0.000128
+gallium_dri.so malloc 72 0x55717360d4f0 0.000130
+gallium_dri.so free 0x55717360d600 void 0.000131
+gallium_dri.so free 0x55717360d4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d5b0 0.000125
+gallium_dri.so free 0x55717360d680 void 0.000129
+gallium_dri.so free 0x55717360d5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d6d0 0.000130
+gallium_dri.so free 0x55717360d740 void 0.000131
+gallium_dri.so free 0x55717360d6d0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d760 0.000130
+gallium_dri.so free 0x55717360d800 void 0.000132
+gallium_dri.so free 0x55717360d760 void 0.000126
+gallium_dri.so malloc 72 0x55717360d7b0 0.000195
+gallium_dri.so free 0x55717360d880 void 0.000131
+gallium_dri.so free 0x55717360d7b0 void 0.000136
+gallium_dri.so malloc 72 0x55717360d7b0 0.000132
+gallium_dri.so free 0x55717360d900 void 0.000131
+gallium_dri.so free 0x55717360d7b0 void 0.000136
+gallium_dri.so malloc 72 0x55717360d900 0.000133
+gallium_dri.so free 0x55717360d9c0 void 0.000133
+gallium_dri.so free 0x55717360d900 void 0.000131
+gallium_dri.so malloc 72 0x55717360d900 0.000131
+gallium_dri.so free 0x55717360dac0 void 0.000130
+gallium_dri.so free 0x55717360d900 void 0.000140
+gallium_dri.so malloc 72 0x55717360da70 0.000131
+gallium_dri.so free 0x55717360db00 void 0.000131
+gallium_dri.so free 0x55717360da70 void 0.000126
+gallium_dri.so malloc 72 0x55717360da70 0.000124
+gallium_dri.so free 0x55717360dbc0 void 0.000124
+gallium_dri.so free 0x55717360da70 void 0.000130
+gallium_dri.so malloc 72 0x55717360dc00 0.000133
+gallium_dri.so free 0x55717360dc80 void 0.000133
+gallium_dri.so free 0x55717360dc00 void 0.000164
+gallium_dri.so malloc 72 0x55717360dc80 0.000131
+gallium_dri.so free 0x55717360dd40 void 0.000132
+gallium_dri.so free 0x55717360dc80 void 0.000132
+gallium_dri.so malloc 72 0x55717360dc80 0.000131
+gallium_dri.so free 0x55717360ddc0 void 0.000132
+gallium_dri.so free 0x55717360dc80 void 0.000123
+gallium_dri.so malloc 72 0x55717360ddf0 0.000131
+gallium_dri.so free 0x55717360de40 void 0.000132
+gallium_dri.so free 0x55717360ddf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ddf0 0.000123
+gallium_dri.so free 0x55717360df40 void 0.000127
+gallium_dri.so free 0x55717360ddf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360df80 0.000123
+gallium_dri.so free 0x55717360e000 void 0.000123
+gallium_dri.so free 0x55717360df80 void 0.000128
+gallium_dri.so malloc 72 0x55717360e000 0.000132
+gallium_dri.so free 0x55717360e0c0 void 0.000126
+gallium_dri.so free 0x55717360e000 void 0.000123
+gallium_dri.so malloc 72 0x55717360e000 0.000124
+gallium_dri.so free 0x55717360e140 void 0.000129
+gallium_dri.so free 0x55717360e000 void 0.000149
+gallium_dri.so malloc 72 0x55717360e170 0.000130
+gallium_dri.so free 0x55717360e1c0 void 0.000130
+gallium_dri.so free 0x55717360e170 void 0.000126
+gallium_dri.so malloc 72 0x55717360e170 0.000129
+gallium_dri.so free 0x55717360e2c0 void 0.000133
+gallium_dri.so free 0x55717360e170 void 0.000166
+gallium_dri.so malloc 72 0x55717360e270 0.000161
+gallium_dri.so free 0x55717360e380 void 0.000131
+gallium_dri.so free 0x55717360e270 void 0.000126
+gallium_dri.so malloc 72 0x55717360e330 0.000123
+gallium_dri.so free 0x55717360e400 void 0.000124
+gallium_dri.so free 0x55717360e330 void 0.000128
+gallium_dri.so malloc 72 0x55717360e330 0.000129
+gallium_dri.so free 0x55717360e4c0 void 0.000131
+gallium_dri.so free 0x55717360e330 void 0.000131
+gallium_dri.so malloc 72 0x55717360e330 0.000126
+gallium_dri.so free 0x55717360e580 void 0.000124
+gallium_dri.so free 0x55717360e330 void 0.000129
+gallium_dri.so malloc 72 0x55717360e530 0.000130
+gallium_dri.so free 0x55717360e600 void 0.000131
+gallium_dri.so free 0x55717360e530 void 0.000131
+gallium_dri.so malloc 72 0x55717360e650 0.000140
+gallium_dri.so free 0x55717360e6c0 void 0.000127
+gallium_dri.so free 0x55717360e650 void 0.000130
+gallium_dri.so malloc 72 0x55717360e6e0 0.000124
+gallium_dri.so free 0x55717360e780 void 0.000126
+gallium_dri.so free 0x55717360e6e0 void 0.000128
+gallium_dri.so malloc 72 0x55717360e730 0.000131
+gallium_dri.so free 0x55717360e800 void 0.000129
+gallium_dri.so free 0x55717360e730 void 0.000124
+gallium_dri.so malloc 72 0x55717360e800 0.000125
+gallium_dri.so free 0x55717360e8c0 void 0.000123
+gallium_dri.so free 0x55717360e800 void 0.000128
+gallium_dri.so malloc 72 0x55717360e800 0.000131
+gallium_dri.so free 0x55717360e940 void 0.000131
+gallium_dri.so free 0x55717360e800 void 0.000126
+gallium_dri.so malloc 72 0x55717360e940 0.000129
+gallium_dri.so free 0x55717360ea00 void 0.000130
+gallium_dri.so free 0x55717360e940 void 0.000130
+gallium_dri.so malloc 72 0x55717360e940 0.000127
+gallium_dri.so free 0x55717360eac0 void 0.000129
+gallium_dri.so free 0x55717360e940 void 0.000125
+gallium_dri.so malloc 72 0x55717360e940 0.000128
+gallium_dri.so free 0x55717360eb80 void 0.000130
+gallium_dri.so free 0x55717360e940 void 0.000131
+gallium_dri.so malloc 72 0x55717360eb30 0.000139
+gallium_dri.so free 0x55717360ec00 void 0.000133
+gallium_dri.so free 0x55717360eb30 void 0.000127
+gallium_dri.so malloc 72 0x55717360ec50 0.000129
+gallium_dri.so free 0x55717360ecc0 void 0.000132
+gallium_dri.so free 0x55717360ec50 void 0.000130
+gallium_dri.so malloc 72 0x55717360ed00 0.000129
+gallium_dri.so free 0x55717360ed80 void 0.000130
+gallium_dri.so free 0x55717360ed00 void 0.000130
+gallium_dri.so malloc 72 0x55717360ed00 0.000126
+gallium_dri.so free 0x55717360ee00 void 0.000125
+gallium_dri.so free 0x55717360ed00 void 0.000129
+gallium_dri.so malloc 72 0x55717360ee30 0.000130
+gallium_dri.so free 0x55717360ee80 void 0.000131
+gallium_dri.so free 0x55717360ee30 void 0.000125
+gallium_dri.so malloc 72 0x55717360ee30 0.000125
+gallium_dri.so free 0x55717360ef80 void 0.000128
+gallium_dri.so free 0x55717360ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef30 0.000125
+gallium_dri.so free 0x55717360f040 void 0.000124
+gallium_dri.so free 0x55717360ef30 void 0.000126
+gallium_dri.so malloc 72 0x55717360eff0 0.000124
+gallium_dri.so free 0x55717360f080 void 0.000130
+gallium_dri.so free 0x55717360eff0 void 0.000126
+gallium_dri.so malloc 72 0x55717360eff0 0.000123
+gallium_dri.so free 0x55717360f140 void 0.000131
+gallium_dri.so free 0x55717360eff0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f1b0 0.000128
+gallium_dri.so free 0x55717360f200 void 0.000129
+gallium_dri.so free 0x55717360f1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f1b0 0.000123
+gallium_dri.so free 0x55717360f300 void 0.000123
+gallium_dri.so free 0x55717360f1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f2b0 0.000130
+gallium_dri.so free 0x55717360f3c0 void 0.000129
+gallium_dri.so free 0x55717360f2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f370 0.000123
+gallium_dri.so free 0x55717360f400 void 0.000123
+gallium_dri.so free 0x55717360f370 void 0.000129
+gallium_dri.so malloc 72 0x55717360f370 0.000131
+gallium_dri.so free 0x55717360f4c0 void 0.000126
+gallium_dri.so free 0x55717360f370 void 0.000125
+gallium_dri.so malloc 72 0x55717360f500 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000125
+gallium_dri.so free 0x55717360f500 void 0.000124
+gallium_dri.so malloc 72 0x55717360f580 0.000125
+gallium_dri.so free 0x55717360f640 void 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000123
+gallium_dri.so malloc 72 0x55717360f580 0.000125
+gallium_dri.so free 0x55717360f700 void 0.000135
+gallium_dri.so free 0x55717360f580 void 0.000125
+gallium_dri.so malloc 72 0x55717360f720 0.000122
+gallium_dri.so free 0x55717360f7c0 void 0.000125
+gallium_dri.so free 0x55717360f720 void 0.000125
+gallium_dri.so malloc 72 0x55717360f770 0.000123
+gallium_dri.so free 0x55717360f840 void 0.000126
+gallium_dri.so free 0x55717360f770 void 0.000123
+gallium_dri.so malloc 72 0x55717360f770 0.000124
+gallium_dri.so free 0x55717360f8c0 void 0.000125
+gallium_dri.so free 0x55717360f770 void 0.000123
+gallium_dri.so malloc 72 0x55717360f8c0 0.000124
+gallium_dri.so free 0x55717360f980 void 0.000125
+gallium_dri.so free 0x55717360f8c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f8c0 0.000125
+gallium_dri.so free 0x55717360fa40 void 0.000124
+gallium_dri.so free 0x55717360f8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f8c0 0.000119
+gallium_dri.so free 0x55717360fb00 void 0.000120
+gallium_dri.so free 0x55717360f8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fab0 0.000119
+gallium_dri.so free 0x55717360fbc0 void 0.000118
+gallium_dri.so free 0x55717360fab0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb70 0.000120
+gallium_dri.so free 0x55717360fc40 void 0.000119
+gallium_dri.so free 0x55717360fb70 void 0.000129
+gallium_dri.so malloc 72 0x55717360fc90 0.000120
+gallium_dri.so free 0x55717360fd00 void 0.000119
+gallium_dri.so free 0x55717360fc90 void 0.000116
+gallium_dri.so malloc 72 0x55717360fd20 0.000119
+gallium_dri.so free 0x55717360fdc0 void 0.000120
+gallium_dri.so free 0x55717360fd20 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd70 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd70 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000119
+gallium_dri.so free 0x55717360fd70 void 0.000119
+gallium_dri.so malloc 72 0x55717360fec0 0.000120
+gallium_dri.so free 0x55717360ff80 void 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fec0 0.000118
+gallium_dri.so free 0x557173610080 void 0.000118
+gallium_dri.so free 0x55717360fec0 void 0.000120
+gallium_dri.so malloc 72 0x557173610030 0.000119
+gallium_dri.so free 0x5571736100c0 void 0.000118
+gallium_dri.so free 0x557173610030 void 0.000118
+gallium_dri.so malloc 72 0x557173610030 0.000119
+gallium_dri.so free 0x557173610180 void 0.000119
+gallium_dri.so free 0x557173610030 void 0.000119
+gallium_dri.so malloc 72 0x5571736101c0 0.000119
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so free 0x5571736101c0 void 0.000130
+gallium_dri.so malloc 72 0x557173610240 0.000119
+gallium_dri.so free 0x557173610300 void 0.000118
+gallium_dri.so free 0x557173610240 void 0.000119
+gallium_dri.so malloc 72 0x557173610240 0.000118
+gallium_dri.so free 0x557173610380 void 0.000118
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so malloc 72 0x5571736103b0 0.000119
+gallium_dri.so free 0x557173610400 void 0.000118
+gallium_dri.so free 0x5571736103b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736103b0 0.000119
+gallium_dri.so free 0x557173610500 void 0.000118
+gallium_dri.so free 0x5571736103b0 void 0.000119
+gallium_dri.so malloc 72 0x557173610540 0.000119
+gallium_dri.so free 0x5571736105c0 void 0.000117
+gallium_dri.so free 0x557173610540 void 0.000118
+gallium_dri.so malloc 72 0x5571736105c0 0.000119
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571736105c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736105c0 0.000120
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so free 0x5571736105c0 void 0.000119
+gallium_dri.so malloc 72 0x557173610730 0.000119
+gallium_dri.so free 0x557173610780 void 0.000119
+gallium_dri.so free 0x557173610730 void 0.000119
+gallium_dri.so malloc 72 0x557173610730 0.000118
+gallium_dri.so free 0x557173610880 void 0.000131
+gallium_dri.so free 0x557173610730 void 0.000119
+gallium_dri.so malloc 72 0x557173610830 0.000119
+gallium_dri.so free 0x557173610940 void 0.000118
+gallium_dri.so free 0x557173610830 void 0.000118
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x5571736109c0 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x557173610a80 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x557173610b40 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000117
+gallium_dri.so malloc 72 0x557173610af0 0.000120
+gallium_dri.so free 0x557173610bc0 void 0.000119
+gallium_dri.so free 0x557173610af0 void 0.000118
+gallium_dri.so malloc 72 0x557173610c10 0.000119
+gallium_dri.so free 0x557173610c80 void 0.000118
+gallium_dri.so free 0x557173610c10 void 0.000118
+gallium_dri.so malloc 72 0x557173610ca0 0.000117
+gallium_dri.so free 0x557173610d40 void 0.000120
+gallium_dri.so free 0x557173610ca0 void 0.000118
+gallium_dri.so malloc 72 0x557173610cf0 0.000117
+gallium_dri.so free 0x557173610dc0 void 0.000121
+gallium_dri.so free 0x557173610cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173610dc0 0.000166
+gallium_dri.so free 0x557173610e80 void 0.000121
+gallium_dri.so free 0x557173610dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173610dc0 0.000119
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so free 0x557173610dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173610f00 0.000118
+gallium_dri.so free 0x557173610fc0 void 0.000118
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so malloc 72 0x557173610f00 0.000118
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so malloc 72 0x557173610f00 0.000118
+gallium_dri.so free 0x557173611140 void 0.000119
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so malloc 72 0x5571736110f0 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000118
+gallium_dri.so free 0x5571736110f0 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000119
+gallium_dri.so malloc 72 0x557173611210 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000119
+gallium_dri.so free 0x557173611210 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x5571735bff00 void 0.000117
+gallium_dri.so free 0x557173611210 void 0.000116
+gallium_dri.so malloc 72 0x557173611210 0.000122
+gallium_dri.so free 0x5571735bffc0 void 0.000119
+gallium_dri.so free 0x557173611210 void 0.000119
+gallium_dri.so malloc 72 0x5571735bff70 0.000119
+gallium_dri.so free 0x5571735c0040 void 0.000118
+gallium_dri.so free 0x5571735bff70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0090 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000119
+gallium_dri.so free 0x5571735c0090 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0120 0.000120
+gallium_dri.so free 0x5571735c01c0 void 0.000120
+gallium_dri.so free 0x5571735c0120 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0170 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735c0170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0170 0.000119
+gallium_dri.so free 0x5571735c0340 void 0.000120
+gallium_dri.so free 0x5571735c0170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02f0 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0410 0.000117
+gallium_dri.so free 0x5571735c0480 void 0.000118
+gallium_dri.so free 0x5571735c0410 void 0.000123
+gallium_dri.so malloc 72 0x5571735c04a0 0.000119
+gallium_dri.so free 0x5571735c0540 void 0.000118
+gallium_dri.so free 0x5571735c04a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c04f0 0.000120
+gallium_dri.so free 0x5571735c05c0 void 0.000119
+gallium_dri.so free 0x5571735c04f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04f0 0.000120
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0640 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000116
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0640 0.000117
+gallium_dri.so free 0x5571735c0800 void 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0640 0.000117
+gallium_dri.so free 0x5571735c0880 void 0.000120
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08b0 0.000121
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c08b0 0.000119
+gallium_dri.so free 0x5571735c0a00 void 0.000118
+gallium_dri.so free 0x5571735c08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c09b0 0.000118
+gallium_dri.so free 0x5571735c0ac0 void 0.000117
+gallium_dri.so free 0x5571735c09b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a70 0.000119
+gallium_dri.so free 0x5571735c0b00 void 0.000127
+gallium_dri.so free 0x5571735c0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0a70 0.000117
+gallium_dri.so free 0x5571735c0bc0 void 0.000117
+gallium_dri.so free 0x5571735c0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0c10 0.000120
+gallium_dri.so free 0x5571735c0c80 void 0.000118
+gallium_dri.so free 0x5571735c0c10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0cc0 0.000119
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so free 0x5571735c0cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0d40 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000120
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0d40 0.000117
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000119
+gallium_dri.so free 0x5571735c0f00 void 0.000119
+gallium_dri.so free 0x5571735c0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000119
+gallium_dri.so free 0x5571735c1000 void 0.000118
+gallium_dri.so free 0x5571735c0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000117
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735c0fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x5571735c1140 void 0.000129
+gallium_dri.so free 0x5571735c1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1160 0.000120
+gallium_dri.so free 0x5571735c1200 void 0.000120
+gallium_dri.so free 0x5571735c1160 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11b0 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c11b0 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so free 0x5571735c11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1300 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1300 0.000119
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1300 0.000117
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c14f0 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14f0 0.000118
+gallium_dri.so free 0x5571735c1640 void 0.000118
+gallium_dri.so free 0x5571735c14f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c15f0 0.000205
+gallium_dri.so free 0x5571735c1700 void 0.000119
+gallium_dri.so free 0x5571735c15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so free 0x5571735c16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000119
+gallium_dri.so free 0x5571735c16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1840 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000117
+gallium_dri.so free 0x5571735c1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c18c0 0.000118
+gallium_dri.so free 0x5571735c1980 void 0.000119
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c18c0 0.000118
+gallium_dri.so free 0x5571735c1a40 void 0.000119
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a60 0.000118
+gallium_dri.so free 0x5571735c1b00 void 0.000119
+gallium_dri.so free 0x5571735c1a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000119
+gallium_dri.so free 0x5571735c1ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000119
+gallium_dri.so free 0x5571735c1c00 void 0.000118
+gallium_dri.so free 0x5571735c1ab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1c00 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000122
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1c00 0.000119
+gallium_dri.so free 0x5571735c1d80 void 0.000119
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1c00 0.000119
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so free 0x5571735c1c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1df0 0.000118
+gallium_dri.so free 0x5571735c1f00 void 0.000118
+gallium_dri.so free 0x5571735c1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000117
+gallium_dri.so free 0x5571735c1f80 void 0.000119
+gallium_dri.so free 0x5571735c1eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000119
+gallium_dri.so free 0x5571735c2040 void 0.000118
+gallium_dri.so free 0x5571735c1fd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2060 0.000119
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c2060 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c2180 void 0.000119
+gallium_dri.so free 0x5571735c20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20b0 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000126
+gallium_dri.so free 0x5571735c20b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2370 0.000118
+gallium_dri.so free 0x5571735c2400 void 0.000120
+gallium_dri.so free 0x5571735c2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2370 0.000118
+gallium_dri.so free 0x5571735c24c0 void 0.000118
+gallium_dri.so free 0x5571735c2370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2500 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000119
+gallium_dri.so free 0x5571735c2500 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2580 0.000117
+gallium_dri.so free 0x5571735c2640 void 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2580 0.000122
+gallium_dri.so free 0x5571735c26c0 void 0.000120
+gallium_dri.so free 0x5571735c2580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c26f0 0.000117
+gallium_dri.so free 0x5571735c2740 void 0.000118
+gallium_dri.so free 0x5571735c26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c26f0 0.000119
+gallium_dri.so free 0x5571735c2840 void 0.000126
+gallium_dri.so free 0x5571735c26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2880 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so free 0x5571735c2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2900 0.000120
+gallium_dri.so free 0x5571735c29c0 void 0.000121
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2900 0.000118
+gallium_dri.so free 0x5571735c2a40 void 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000119
+gallium_dri.so free 0x5571735c2a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2b70 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000120
+gallium_dri.so free 0x5571735c2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c30 0.000118
+gallium_dri.so free 0x5571735c2d00 void 0.000119
+gallium_dri.so free 0x5571735c2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c30 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so free 0x5571735c2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c30 0.000127
+gallium_dri.so free 0x5571735c2e80 void 0.000120
+gallium_dri.so free 0x5571735c2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e30 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000120
+gallium_dri.so free 0x5571735c2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f50 0.000119
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2f50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000118
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c2fe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3030 0.000116
+gallium_dri.so free 0x5571735c3100 void 0.000119
+gallium_dri.so free 0x5571735c3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3100 0.000118
+gallium_dri.so free 0x5571735c31c0 void 0.000118
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000118
+gallium_dri.so free 0x5571735c3240 void 0.000118
+gallium_dri.so free 0x5571735c3100 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3240 0.000119
+gallium_dri.so free 0x5571735c3300 void 0.000119
+gallium_dri.so free 0x5571735c3240 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3240 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3240 0.000112
+gallium_dri.so free 0x5571735c3480 void 0.000120
+gallium_dri.so free 0x5571735c3240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3430 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3550 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c3550 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3600 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3600 0.000118
+gallium_dri.so free 0x5571735c3700 void 0.000119
+gallium_dri.so free 0x5571735c3600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3730 0.000119
+gallium_dri.so free 0x5571735c3780 void 0.000119
+gallium_dri.so free 0x5571735c3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3730 0.000118
+gallium_dri.so free 0x5571735c3880 void 0.000119
+gallium_dri.so free 0x5571735c3730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3830 0.000119
+gallium_dri.so free 0x5571735c3940 void 0.000118
+gallium_dri.so free 0x5571735c3830 void 0.000115
+gallium_dri.so malloc 72 0x5571735c38f0 0.000118
+gallium_dri.so free 0x5571735c3980 void 0.000117
+gallium_dri.so free 0x5571735c38f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c38f0 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so free 0x5571735c38f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000118
+gallium_dri.so free 0x5571735c3c00 void 0.000119
+gallium_dri.so free 0x5571735c3ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000118
+gallium_dri.so free 0x5571735c3cc0 void 0.000118
+gallium_dri.so free 0x5571735c3bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c70 0.000118
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so free 0x5571735c3c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c70 0.000119
+gallium_dri.so free 0x5571735c3dc0 void 0.000119
+gallium_dri.so free 0x5571735c3c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000119
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so free 0x5571735c3e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3e80 0.000119
+gallium_dri.so free 0x5571735c3f40 void 0.000120
+gallium_dri.so free 0x5571735c3e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e80 0.000117
+gallium_dri.so free 0x5571735c4000 void 0.000126
+gallium_dri.so free 0x5571735c3e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4020 0.000118
+gallium_dri.so free 0x5571735c40c0 void 0.000119
+gallium_dri.so free 0x5571735c4020 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4070 0.000118
+gallium_dri.so free 0x5571735c4140 void 0.000118
+gallium_dri.so free 0x5571735c4070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4070 0.000119
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so free 0x5571735c4070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c41c0 0.000123
+gallium_dri.so free 0x5571735c4280 void 0.000118
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41c0 0.000118
+gallium_dri.so free 0x5571735c4340 void 0.000118
+gallium_dri.so free 0x5571735c41c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41c0 0.000119
+gallium_dri.so free 0x5571735c4400 void 0.000117
+gallium_dri.so free 0x5571735c41c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43b0 0.000118
+gallium_dri.so free 0x5571735c44c0 void 0.000121
+gallium_dri.so free 0x5571735c43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4470 0.000119
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c4470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4590 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000121
+gallium_dri.so free 0x5571735c4590 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4620 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so free 0x5571735c4620 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4670 0.000119
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so free 0x5571735c4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4670 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c47c0 0.000125
+gallium_dri.so free 0x5571735c4980 void 0.000125
+gallium_dri.so free 0x5571735c47c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4930 0.000125
+gallium_dri.so free 0x5571735c49c0 void 0.000120
+gallium_dri.so free 0x5571735c4930 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4930 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000119
+gallium_dri.so free 0x5571735c4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000119
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4b40 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4b40 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000119
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000118
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so free 0x5571735c4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000120
+gallium_dri.so free 0x5571735c4e00 void 0.000119
+gallium_dri.so free 0x5571735c4cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4e40 0.000120
+gallium_dri.so free 0x5571735c4ec0 void 0.000119
+gallium_dri.so free 0x5571735c4e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000119
+gallium_dri.so free 0x5571735c5000 void 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5030 0.000119
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so free 0x5571735c5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5030 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000191
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x557173469a80 0.000111
+gallium_dri.so free 0x557173469b40 void 0.000117
+gallium_dri.so free 0x557173469a80 void 0.000113
+gallium_dri.so malloc 72 0x557173469a80 0.000112
+gallium_dri.so free 0x557173469c40 void 0.000112
+gallium_dri.so free 0x557173469a80 void 0.000112
+gallium_dri.so malloc 72 0x557173469a80 0.000112
+gallium_dri.so free 0x557173469cc0 void 0.000112
+gallium_dri.so free 0x557173469a80 void 0.000110
+gallium_dri.so malloc 72 0x557173469cf0 0.000110
+gallium_dri.so free 0x557173469d40 void 0.000111
+gallium_dri.so free 0x557173469cf0 void 0.000110
+gallium_dri.so malloc 72 0x557173469cf0 0.000110
+gallium_dri.so free 0x557173469e40 void 0.000111
+gallium_dri.so free 0x557173469cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173469df0 0.000110
+gallium_dri.so free 0x557173469f00 void 0.000111
+gallium_dri.so free 0x557173469df0 void 0.000112
+gallium_dri.so malloc 72 0x557173469eb0 0.000111
+gallium_dri.so free 0x557173469f40 void 0.000111
+gallium_dri.so free 0x557173469eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173469eb0 0.000110
+gallium_dri.so free 0x55717346a000 void 0.000110
+gallium_dri.so free 0x557173469eb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a050 0.000112
+gallium_dri.so free 0x55717346a0c0 void 0.000112
+gallium_dri.so free 0x55717346a050 void 0.000127
+gallium_dri.so malloc 72 0x55717346a100 0.000119
+gallium_dri.so free 0x55717346a180 void 0.000119
+gallium_dri.so free 0x55717346a100 void 0.000125
+gallium_dri.so malloc 72 0x55717346a180 0.000120
+gallium_dri.so free 0x55717346a240 void 0.000120
+gallium_dri.so free 0x55717346a180 void 0.000117
+gallium_dri.so malloc 72 0x55717346a180 0.000118
+gallium_dri.so free 0x55717346a2c0 void 0.000119
+gallium_dri.so free 0x55717346a180 void 0.000118
+gallium_dri.so malloc 72 0x55717346a2f0 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000118
+gallium_dri.so free 0x55717346a2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a2f0 0.000118
+gallium_dri.so free 0x55717346a440 void 0.000118
+gallium_dri.so free 0x55717346a2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a3f0 0.000118
+gallium_dri.so free 0x55717346a500 void 0.000118
+gallium_dri.so free 0x55717346a3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a4b0 0.000118
+gallium_dri.so free 0x55717346a580 void 0.000117
+gallium_dri.so free 0x55717346a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a5a0 0.000119
+gallium_dri.so free 0x55717346a640 void 0.000120
+gallium_dri.so free 0x55717346a5a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a5f0 0.000119
+gallium_dri.so free 0x55717346a6c0 void 0.000128
+gallium_dri.so free 0x55717346a5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a5f0 0.000118
+gallium_dri.so free 0x55717346a740 void 0.000118
+gallium_dri.so free 0x55717346a5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a740 0.000117
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so free 0x55717346a740 void 0.000118
+gallium_dri.so malloc 72 0x55717346a740 0.000116
+gallium_dri.so free 0x55717346a8c0 void 0.000118
+gallium_dri.so free 0x55717346a740 void 0.000118
+gallium_dri.so malloc 72 0x55717346a740 0.000117
+gallium_dri.so free 0x55717346a980 void 0.000119
+gallium_dri.so free 0x55717346a740 void 0.000119
+gallium_dri.so malloc 72 0x55717346a930 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000119
+gallium_dri.so free 0x55717346a930 void 0.000122
+gallium_dri.so malloc 72 0x55717346a930 0.000119
+gallium_dri.so free 0x55717346aa80 void 0.000119
+gallium_dri.so free 0x55717346a930 void 0.000119
+gallium_dri.so malloc 72 0x55717346aa30 0.000117
+gallium_dri.so free 0x55717346ab40 void 0.000120
+gallium_dri.so free 0x55717346aa30 void 0.000119
+gallium_dri.so malloc 72 0x55717346aaf0 0.000118
+gallium_dri.so free 0x55717346ab80 void 0.000118
+gallium_dri.so free 0x55717346aaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aaf0 0.000117
+gallium_dri.so free 0x55717346ac40 void 0.000123
+gallium_dri.so free 0x55717346aaf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ac80 0.000120
+gallium_dri.so free 0x55717346ad00 void 0.000120
+gallium_dri.so free 0x55717346ac80 void 0.000118
+gallium_dri.so malloc 72 0x55717346ad00 0.000117
+gallium_dri.so free 0x55717346adc0 void 0.000119
+gallium_dri.so free 0x55717346ad00 void 0.000118
+gallium_dri.so malloc 72 0x55717346ad00 0.000119
+gallium_dri.so free 0x55717346ae80 void 0.000119
+gallium_dri.so free 0x55717346ad00 void 0.000119
+gallium_dri.so malloc 72 0x55717346aea0 0.000119
+gallium_dri.so free 0x55717346af40 void 0.000118
+gallium_dri.so free 0x55717346aea0 void 0.000115
+gallium_dri.so malloc 72 0x55717346aef0 0.000119
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so free 0x55717346aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aef0 0.000118
+gallium_dri.so free 0x55717346b040 void 0.000118
+gallium_dri.so free 0x55717346aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b040 0.000117
+gallium_dri.so free 0x55717346b100 void 0.000119
+gallium_dri.so free 0x55717346b040 void 0.000119
+gallium_dri.so malloc 72 0x55717346b040 0.000118
+gallium_dri.so free 0x55717346b1c0 void 0.000119
+gallium_dri.so free 0x55717346b040 void 0.000118
+gallium_dri.so malloc 72 0x55717346b040 0.000121
+gallium_dri.so free 0x55717346b280 void 0.000119
+gallium_dri.so free 0x55717346b040 void 0.000119
+gallium_dri.so malloc 72 0x55717346b230 0.000118
+gallium_dri.so free 0x55717346b340 void 0.000118
+gallium_dri.so free 0x55717346b230 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2f0 0.000118
+gallium_dri.so free 0x55717346b3c0 void 0.000119
+gallium_dri.so free 0x55717346b2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b410 0.000117
+gallium_dri.so free 0x55717346b480 void 0.000118
+gallium_dri.so free 0x55717346b410 void 0.000118
+gallium_dri.so malloc 72 0x55717346b4a0 0.000119
+gallium_dri.so free 0x55717346b540 void 0.000121
+gallium_dri.so free 0x55717346b4a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b4f0 0.000118
+gallium_dri.so free 0x55717346b5c0 void 0.000118
+gallium_dri.so free 0x55717346b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b4f0 0.000119
+gallium_dri.so free 0x55717346b640 void 0.000119
+gallium_dri.so free 0x55717346b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b640 0.000118
+gallium_dri.so free 0x55717346b700 void 0.000119
+gallium_dri.so free 0x55717346b640 void 0.000118
+gallium_dri.so malloc 72 0x55717346b640 0.000117
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b640 void 0.000127
+gallium_dri.so malloc 72 0x55717346b7b0 0.000119
+gallium_dri.so free 0x55717346b840 void 0.000119
+gallium_dri.so free 0x55717346b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b7b0 0.000117
+gallium_dri.so free 0x55717346b900 void 0.000118
+gallium_dri.so free 0x55717346b7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b940 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000117
+gallium_dri.so free 0x55717346b940 void 0.000117
+gallium_dri.so malloc 72 0x55717346b9c0 0.000120
+gallium_dri.so free 0x55717346ba80 void 0.000119
+gallium_dri.so free 0x55717346b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b9c0 0.000120
+gallium_dri.so free 0x55717346bb00 void 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bb30 0.000119
+gallium_dri.so free 0x55717346bb80 void 0.000118
+gallium_dri.so free 0x55717346bb30 void 0.000115
+gallium_dri.so malloc 72 0x55717346bb30 0.000117
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so free 0x55717346bb30 void 0.000118
+gallium_dri.so malloc 72 0x55717346bcc0 0.000118
+gallium_dri.so free 0x55717346bd40 void 0.000118
+gallium_dri.so free 0x55717346bcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346bd40 0.000118
+gallium_dri.so free 0x55717346be00 void 0.000117
+gallium_dri.so free 0x55717346bd40 void 0.000123
+gallium_dri.so malloc 72 0x55717346bd40 0.000118
+gallium_dri.so free 0x55717346be80 void 0.000118
+gallium_dri.so free 0x55717346bd40 void 0.000118
+gallium_dri.so malloc 72 0x55717346beb0 0.000119
+gallium_dri.so free 0x55717346bf00 void 0.000119
+gallium_dri.so free 0x55717346beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346beb0 0.000120
+gallium_dri.so free 0x55717346c000 void 0.000119
+gallium_dri.so free 0x55717346beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bfb0 0.000118
+gallium_dri.so free 0x55717346c0c0 void 0.000119
+gallium_dri.so free 0x55717346bfb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x55717346c140 void 0.000120
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000119
+gallium_dri.so free 0x55717346c200 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x55717346c2c0 void 0.000117
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c270 0.000118
+gallium_dri.so free 0x55717346c340 void 0.000119
+gallium_dri.so free 0x55717346c270 void 0.000119
+gallium_dri.so malloc 72 0x55717346c390 0.000118
+gallium_dri.so free 0x55717346c400 void 0.000121
+gallium_dri.so free 0x55717346c390 void 0.000119
+gallium_dri.so malloc 72 0x55717346c420 0.000118
+gallium_dri.so free 0x55717346c4c0 void 0.000118
+gallium_dri.so free 0x55717346c420 void 0.000118
+gallium_dri.so malloc 72 0x55717346c470 0.000118
+gallium_dri.so free 0x55717346c540 void 0.000118
+gallium_dri.so free 0x55717346c470 void 0.000118
+gallium_dri.so malloc 72 0x55717346c540 0.000120
+gallium_dri.so free 0x55717346c600 void 0.000118
+gallium_dri.so free 0x55717346c540 void 0.000118
+gallium_dri.so malloc 72 0x55717346c540 0.000116
+gallium_dri.so free 0x55717346c680 void 0.000119
+gallium_dri.so free 0x55717346c540 void 0.000119
+gallium_dri.so malloc 72 0x55717346c680 0.000119
+gallium_dri.so free 0x55717346c740 void 0.000119
+gallium_dri.so free 0x55717346c680 void 0.000117
+gallium_dri.so malloc 72 0x55717346c680 0.000118
+gallium_dri.so free 0x55717346c800 void 0.000118
+gallium_dri.so free 0x55717346c680 void 0.000118
+gallium_dri.so malloc 72 0x55717346c680 0.000119
+gallium_dri.so free 0x55717346c8c0 void 0.000118
+gallium_dri.so free 0x55717346c680 void 0.000125
+gallium_dri.so malloc 72 0x55717346c870 0.000119
+gallium_dri.so free 0x55717346c940 void 0.000120
+gallium_dri.so free 0x55717346c870 void 0.000119
+gallium_dri.so malloc 72 0x55717346c990 0.000127
+gallium_dri.so free 0x55717346ca00 void 0.000119
+gallium_dri.so free 0x55717346c990 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca40 0.000119
+gallium_dri.so free 0x55717346cac0 void 0.000118
+gallium_dri.so free 0x55717346ca40 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca40 0.000118
+gallium_dri.so free 0x55717346cb40 void 0.000119
+gallium_dri.so free 0x55717346ca40 void 0.000119
+gallium_dri.so malloc 72 0x55717346cb70 0.000118
+gallium_dri.so free 0x55717346cbc0 void 0.000120
+gallium_dri.so free 0x55717346cb70 void 0.000118
+gallium_dri.so malloc 72 0x55717346cb70 0.000119
+gallium_dri.so free 0x55717346ccc0 void 0.000119
+gallium_dri.so free 0x55717346cb70 void 0.000117
+gallium_dri.so malloc 72 0x55717346cc70 0.000118
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so free 0x55717346cc70 void 0.000120
+gallium_dri.so malloc 72 0x55717346cd30 0.000118
+gallium_dri.so free 0x55717346cdc0 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346cd30 0.000118
+gallium_dri.so free 0x55717346ce80 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346cef0 0.000120
+gallium_dri.so free 0x55717346cf40 void 0.000118
+gallium_dri.so free 0x55717346cef0 void 0.000158
+gallium_dri.so malloc 72 0x55717346cef0 0.000121
+gallium_dri.so free 0x55717346d040 void 0.000119
+gallium_dri.so free 0x55717346cef0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cff0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000119
+gallium_dri.so free 0x55717346cff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x55717346d140 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000117
+gallium_dri.so free 0x55717346d200 void 0.000119
+gallium_dri.so free 0x55717346d0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d240 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000127
+gallium_dri.so free 0x55717346d240 void 0.000126
+gallium_dri.so malloc 72 0x55717346d2c0 0.000125
+gallium_dri.so free 0x55717346d380 void 0.000125
+gallium_dri.so free 0x55717346d2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d2c0 0.000119
+gallium_dri.so free 0x55717346d440 void 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d460 0.000119
+gallium_dri.so free 0x55717346d500 void 0.000119
+gallium_dri.so free 0x55717346d460 void 0.000120
+gallium_dri.so malloc 72 0x55717346d4b0 0.000127
+gallium_dri.so free 0x55717346d580 void 0.000119
+gallium_dri.so free 0x55717346d4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d4b0 0.000119
+gallium_dri.so free 0x55717346d600 void 0.000119
+gallium_dri.so free 0x55717346d4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d600 0.000119
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x55717346d600 void 0.000119
+gallium_dri.so malloc 72 0x55717346d600 0.000119
+gallium_dri.so free 0x55717346d780 void 0.000118
+gallium_dri.so free 0x55717346d600 void 0.000118
+gallium_dri.so malloc 72 0x55717346d600 0.000118
+gallium_dri.so free 0x55717346d840 void 0.000121
+gallium_dri.so free 0x55717346d600 void 0.000118
+gallium_dri.so malloc 72 0x55717346d7f0 0.000117
+gallium_dri.so free 0x55717346d900 void 0.000119
+gallium_dri.so free 0x55717346d7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d8b0 0.000118
+gallium_dri.so free 0x55717346d980 void 0.000119
+gallium_dri.so free 0x55717346d8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d9d0 0.000118
+gallium_dri.so free 0x55717346da40 void 0.000118
+gallium_dri.so free 0x55717346d9d0 void 0.000119
+gallium_dri.so malloc 72 0x55717346da60 0.000117
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so free 0x55717346da60 void 0.000128
+gallium_dri.so malloc 72 0x55717346dab0 0.000111
+gallium_dri.so free 0x55717346db80 void 0.000125
+gallium_dri.so free 0x55717346dab0 void 0.000111
+gallium_dri.so malloc 72 0x55717346dab0 0.000110
+gallium_dri.so free 0x55717346dc00 void 0.000110
+gallium_dri.so free 0x55717346dab0 void 0.000110
+gallium_dri.so malloc 72 0x55717346dc00 0.000112
+gallium_dri.so free 0x55717346dcc0 void 0.000111
+gallium_dri.so free 0x55717346dc00 void 0.000111
+gallium_dri.so malloc 72 0x55717346dc00 0.000112
+gallium_dri.so free 0x55717346ddc0 void 0.000110
+gallium_dri.so free 0x55717346dc00 void 0.000110
+gallium_dri.so malloc 72 0x55717346dd70 0.000111
+gallium_dri.so free 0x55717346de00 void 0.000110
+gallium_dri.so free 0x55717346dd70 void 0.000110
+gallium_dri.so malloc 72 0x55717346dd70 0.000110
+gallium_dri.so free 0x55717346dec0 void 0.000110
+gallium_dri.so free 0x55717346dd70 void 0.000111
+gallium_dri.so malloc 72 0x55717346df00 0.000110
+gallium_dri.so free 0x55717346df80 void 0.000110
+gallium_dri.so free 0x55717346df00 void 0.000111
+gallium_dri.so malloc 72 0x55717346df80 0.000110
+gallium_dri.so free 0x55717346e040 void 0.000116
+gallium_dri.so free 0x55717346df80 void 0.000116
+gallium_dri.so malloc 72 0x55717346df80 0.000111
+gallium_dri.so free 0x55717346e0c0 void 0.000111
+gallium_dri.so free 0x55717346df80 void 0.000113
+gallium_dri.so malloc 72 0x55717346e0f0 0.000111
+gallium_dri.so free 0x55717346e140 void 0.000121
+gallium_dri.so free 0x55717346e0f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346e0f0 0.000124
+gallium_dri.so free 0x55717346e240 void 0.000120
+gallium_dri.so free 0x55717346e0f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346e280 0.000124
+gallium_dri.so free 0x55717346e300 void 0.000124
+gallium_dri.so free 0x55717346e280 void 0.000124
+gallium_dri.so malloc 72 0x55717346e300 0.000119
+gallium_dri.so free 0x55717346e3c0 void 0.000122
+gallium_dri.so free 0x55717346e300 void 0.000125
+gallium_dri.so malloc 72 0x55717346e300 0.000123
+gallium_dri.so free 0x55717346e440 void 0.000125
+gallium_dri.so free 0x55717346e300 void 0.000125
+gallium_dri.so malloc 72 0x55717346e470 0.000127
+gallium_dri.so free 0x55717346e4c0 void 0.000124
+gallium_dri.so free 0x55717346e470 void 0.000119
+gallium_dri.so malloc 72 0x55717346e470 0.000124
+gallium_dri.so free 0x55717346e5c0 void 0.000124
+gallium_dri.so free 0x55717346e470 void 0.000126
+gallium_dri.so malloc 72 0x55717346e570 0.000123
+gallium_dri.so free 0x55717346e680 void 0.000118
+gallium_dri.so free 0x55717346e570 void 0.000166
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x55717346e700 void 0.000130
+gallium_dri.so free 0x55717346e630 void 0.000126
+gallium_dri.so malloc 72 0x55717346e630 0.000124
+gallium_dri.so free 0x55717346e7c0 void 0.000126
+gallium_dri.so free 0x55717346e630 void 0.000121
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x55717346e880 void 0.000124
+gallium_dri.so free 0x55717346e630 void 0.000126
+gallium_dri.so malloc 72 0x55717346e830 0.000125
+gallium_dri.so free 0x55717346e900 void 0.000126
+gallium_dri.so free 0x55717346e830 void 0.000126
+gallium_dri.so malloc 72 0x55717346e950 0.000121
+gallium_dri.so free 0x55717346e9c0 void 0.000119
+gallium_dri.so free 0x55717346e950 void 0.000124
+gallium_dri.so malloc 72 0x55717346e9e0 0.000125
+gallium_dri.so free 0x55717346ea80 void 0.000120
+gallium_dri.so free 0x55717346e9e0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ea30 0.000125
+gallium_dri.so free 0x55717346eb00 void 0.000123
+gallium_dri.so free 0x55717346ea30 void 0.000124
+gallium_dri.so malloc 72 0x55717346eb00 0.000134
+gallium_dri.so free 0x55717346ebc0 void 0.000122
+gallium_dri.so free 0x55717346eb00 void 0.000123
+gallium_dri.so malloc 72 0x55717346eb00 0.000126
+gallium_dri.so free 0x55717346ec40 void 0.000119
+gallium_dri.so free 0x55717346eb00 void 0.000117
+gallium_dri.so malloc 72 0x55717346ec40 0.000116
+gallium_dri.so free 0x55717346ed00 void 0.000123
+gallium_dri.so free 0x55717346ec40 void 0.000124
+gallium_dri.so malloc 72 0x55717346ec40 0.000125
+gallium_dri.so free 0x55717346edc0 void 0.000125
+gallium_dri.so free 0x55717346ec40 void 0.000118
+gallium_dri.so malloc 72 0x55717346ec40 0.000118
+gallium_dri.so free 0x55717346ee80 void 0.000124
+gallium_dri.so free 0x55717346ec40 void 0.000119
+gallium_dri.so malloc 72 0x55717346ee30 0.000120
+gallium_dri.so free 0x55717346ef00 void 0.000124
+gallium_dri.so free 0x55717346ee30 void 0.000119
+gallium_dri.so malloc 72 0x55717346ef50 0.000122
+gallium_dri.so free 0x55717346efc0 void 0.000120
+gallium_dri.so free 0x55717346ef50 void 0.000123
+gallium_dri.so malloc 72 0x55717346f000 0.000127
+gallium_dri.so free 0x55717346f080 void 0.000133
+gallium_dri.so free 0x55717346f000 void 0.000127
+gallium_dri.so malloc 72 0x55717346f000 0.000124
+gallium_dri.so free 0x55717346f100 void 0.000125
+gallium_dri.so free 0x55717346f000 void 0.000121
+gallium_dri.so malloc 72 0x55717346f130 0.000122
+gallium_dri.so free 0x55717346f180 void 0.000119
+gallium_dri.so free 0x55717346f130 void 0.000123
+gallium_dri.so malloc 72 0x55717346f130 0.000119
+gallium_dri.so free 0x55717346f280 void 0.000118
+gallium_dri.so free 0x55717346f130 void 0.000118
+gallium_dri.so malloc 72 0x55717346f230 0.000123
+gallium_dri.so free 0x55717346f340 void 0.000120
+gallium_dri.so free 0x55717346f230 void 0.000122
+gallium_dri.so malloc 72 0x55717346f2f0 0.000125
+gallium_dri.so free 0x55717346f380 void 0.000124
+gallium_dri.so free 0x55717346f2f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f2f0 0.000134
+gallium_dri.so free 0x5571735da8c0 void 0.000164
+gallium_dri.so free 0x55717346f2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f2f0 0.000131
+gallium_dri.so free 0x5571735da9c0 void 0.000138
+gallium_dri.so free 0x55717346f2f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735da970 0.000299
+gallium_dri.so free 0x5571735daa40 void 0.000274
+gallium_dri.so free 0x5571735da970 void 0.000287
+gallium_dri.so malloc 72 0x5571735daa90 0.000205
+gallium_dri.so free 0x5571735dab00 void 0.000303
+gallium_dri.so free 0x5571735daa90 void 0.000331
+gallium_dri.so malloc 72 0x5571735dab20 0.000276
+gallium_dri.so free 0x5571735dabc0 void 0.000286
+gallium_dri.so free 0x5571735dab20 void 0.000290
+gallium_dri.so malloc 72 0x5571735dab70 0.000286
+gallium_dri.so free 0x5571735dac40 void 0.000282
+gallium_dri.so free 0x5571735dab70 void 0.000179
+gallium_dri.so malloc 72 0x5571735dab70 0.000168
+gallium_dri.so free 0x5571735dacc0 void 0.000162
+gallium_dri.so free 0x5571735dab70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacc0 0.000129
+gallium_dri.so free 0x5571735dad80 void 0.000125
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dacc0 0.000125
+gallium_dri.so free 0x5571735dae80 void 0.000128
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacc0 0.000125
+gallium_dri.so free 0x5571735daf00 void 0.000129
+gallium_dri.so free 0x5571735dacc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735daf30 0.000126
+gallium_dri.so free 0x5571735daf80 void 0.000124
+gallium_dri.so free 0x5571735daf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735daf30 0.000130
+gallium_dri.so free 0x5571735db080 void 0.000132
+gallium_dri.so free 0x5571735daf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735db030 0.000132
+gallium_dri.so free 0x5571735db140 void 0.000130
+gallium_dri.so free 0x5571735db030 void 0.000141
+gallium_dri.so malloc 72 0x5571735db0f0 0.000132
+gallium_dri.so free 0x5571735db180 void 0.000131
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0f0 0.000126
+gallium_dri.so free 0x5571735db240 void 0.000134
+gallium_dri.so free 0x5571735db0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db290 0.000132
+gallium_dri.so free 0x5571735db300 void 0.000130
+gallium_dri.so free 0x5571735db290 void 0.000130
+gallium_dri.so malloc 72 0x5571735db340 0.000126
+gallium_dri.so free 0x5571735db3c0 void 0.000129
+gallium_dri.so free 0x5571735db340 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3c0 0.000126
+gallium_dri.so free 0x5571735db480 void 0.000125
+gallium_dri.so free 0x5571735db3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db3c0 0.000125
+gallium_dri.so free 0x5571735db500 void 0.000124
+gallium_dri.so free 0x5571735db3c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db530 0.000137
+gallium_dri.so free 0x5571735db580 void 0.000132
+gallium_dri.so free 0x5571735db530 void 0.000127
+gallium_dri.so malloc 72 0x5571735db530 0.000128
+gallium_dri.so free 0x5571735db680 void 0.000130
+gallium_dri.so free 0x5571735db530 void 0.000132
+gallium_dri.so malloc 72 0x5571735db630 0.000130
+gallium_dri.so free 0x5571735db740 void 0.000125
+gallium_dri.so free 0x5571735db630 void 0.000124
+gallium_dri.so malloc 72 0x5571735db6f0 0.000126
+gallium_dri.so free 0x5571735db7c0 void 0.000125
+gallium_dri.so free 0x5571735db6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db7e0 0.000125
+gallium_dri.so free 0x5571735db880 void 0.000126
+gallium_dri.so free 0x5571735db7e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db830 0.000125
+gallium_dri.so free 0x5571735db900 void 0.000125
+gallium_dri.so free 0x5571735db830 void 0.000125
+gallium_dri.so malloc 72 0x5571735db830 0.000124
+gallium_dri.so free 0x5571735db980 void 0.000125
+gallium_dri.so free 0x5571735db830 void 0.000120
+gallium_dri.so malloc 72 0x5571735db980 0.000124
+gallium_dri.so free 0x5571735dba40 void 0.000124
+gallium_dri.so free 0x5571735db980 void 0.000124
+gallium_dri.so malloc 72 0x5571735db980 0.000124
+gallium_dri.so free 0x5571735dbb00 void 0.000125
+gallium_dri.so free 0x5571735db980 void 0.000124
+gallium_dri.so malloc 72 0x5571735db980 0.000132
+gallium_dri.so free 0x5571735dbbc0 void 0.000120
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000117
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000116
+gallium_dri.so free 0x5571735dbcc0 void 0.000117
+gallium_dri.so free 0x5571735dbb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbc70 0.000115
+gallium_dri.so free 0x5571735dbd80 void 0.000116
+gallium_dri.so free 0x5571735dbc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd30 0.000116
+gallium_dri.so free 0x5571735dbdc0 void 0.000116
+gallium_dri.so free 0x5571735dbd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbd30 0.000116
+gallium_dri.so free 0x5571735dbe80 void 0.000115
+gallium_dri.so free 0x5571735dbd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbec0 0.000117
+gallium_dri.so free 0x5571735dbf40 void 0.000116
+gallium_dri.so free 0x5571735dbec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbf40 0.000121
+gallium_dri.so free 0x5571735dc000 void 0.000121
+gallium_dri.so free 0x5571735dbf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbf40 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000116
+gallium_dri.so free 0x5571735dbf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc0e0 0.000140
+gallium_dri.so free 0x5571735dc180 void 0.000131
+gallium_dri.so free 0x5571735dc0e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc130 0.000130
+gallium_dri.so free 0x5571735dc200 void 0.000125
+gallium_dri.so free 0x5571735dc130 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc130 0.000128
+gallium_dri.so free 0x5571735dc280 void 0.000130
+gallium_dri.so free 0x5571735dc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc280 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000137
+gallium_dri.so free 0x5571735dc280 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc280 0.000119
+gallium_dri.so free 0x5571735dc400 void 0.000124
+gallium_dri.so free 0x5571735dc280 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc280 0.000123
+gallium_dri.so free 0x5571735dc4c0 void 0.000126
+gallium_dri.so free 0x5571735dc280 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc470 0.000125
+gallium_dri.so free 0x5571735dc580 void 0.000119
+gallium_dri.so free 0x5571735dc470 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc530 0.000169
+gallium_dri.so free 0x5571735dc600 void 0.000126
+gallium_dri.so free 0x5571735dc530 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc650 0.000120
+gallium_dri.so free 0x5571735dc6c0 void 0.000118
+gallium_dri.so free 0x5571735dc650 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6e0 0.000118
+gallium_dri.so free 0x5571735dc780 void 0.000119
+gallium_dri.so free 0x5571735dc6e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc730 0.000118
+gallium_dri.so free 0x5571735dc800 void 0.000128
+gallium_dri.so free 0x5571735dc730 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc730 0.000118
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so free 0x5571735dc730 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc880 0.000118
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc880 0.000117
+gallium_dri.so free 0x5571735dca40 void 0.000119
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so free 0x5571735dc9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dc9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcb80 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000112
+gallium_dri.so free 0x5571735dcb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcc00 0.000109
+gallium_dri.so free 0x5571735dccc0 void 0.000111
+gallium_dri.so free 0x5571735dcc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcc00 0.000111
+gallium_dri.so free 0x5571735dcd40 void 0.000110
+gallium_dri.so free 0x5571735dcc00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd70 0.000110
+gallium_dri.so free 0x5571735dcdc0 void 0.000110
+gallium_dri.so free 0x5571735dcd70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcd70 0.000110
+gallium_dri.so free 0x5571735dcec0 void 0.000110
+gallium_dri.so free 0x5571735dcd70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcf00 0.000111
+gallium_dri.so free 0x5571735dcf80 void 0.000110
+gallium_dri.so free 0x5571735dcf00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcf80 0.000111
+gallium_dri.so free 0x5571735dd040 void 0.000109
+gallium_dri.so free 0x5571735dcf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcf80 0.000120
+gallium_dri.so free 0x5571735dd0c0 void 0.000116
+gallium_dri.so free 0x5571735dcf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000111
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so free 0x5571735dd0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000125
+gallium_dri.so free 0x5571735dd240 void 0.000124
+gallium_dri.so free 0x5571735dd0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000125
+gallium_dri.so free 0x5571735dd300 void 0.000124
+gallium_dri.so free 0x5571735dd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000119
+gallium_dri.so free 0x5571735dd380 void 0.000123
+gallium_dri.so free 0x5571735dd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000123
+gallium_dri.so free 0x5571735dd440 void 0.000124
+gallium_dri.so free 0x5571735dd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000120
+gallium_dri.so free 0x5571735dd500 void 0.000123
+gallium_dri.so free 0x5571735dd2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000118
+gallium_dri.so free 0x5571735dd580 void 0.000118
+gallium_dri.so free 0x5571735dd4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000119
+gallium_dri.so free 0x5571735dd640 void 0.000121
+gallium_dri.so free 0x5571735dd5d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd660 0.000123
+gallium_dri.so free 0x5571735dd700 void 0.000170
+gallium_dri.so free 0x5571735dd660 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000125
+gallium_dri.so free 0x5571735dd780 void 0.000127
+gallium_dri.so free 0x5571735dd6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd780 0.000117
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd780 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000118
+gallium_dri.so free 0x5571735ddb00 void 0.000117
+gallium_dri.so free 0x5571735dd8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddab0 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000118
+gallium_dri.so free 0x5571735ddc40 void 0.000120
+gallium_dri.so free 0x5571735ddbd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc80 0.000117
+gallium_dri.so free 0x5571735ddd00 void 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddc80 0.000110
+gallium_dri.so free 0x5571735ddd80 void 0.000112
+gallium_dri.so free 0x5571735ddc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dddb0 0.000112
+gallium_dri.so free 0x5571735dde00 void 0.000111
+gallium_dri.so free 0x5571735dddb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dddb0 0.000110
+gallium_dri.so free 0x5571735ddf00 void 0.000109
+gallium_dri.so free 0x5571735dddb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000111
+gallium_dri.so free 0x5571735ddfc0 void 0.000111
+gallium_dri.so free 0x5571735ddeb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddf70 0.000111
+gallium_dri.so free 0x5571735de000 void 0.000122
+gallium_dri.so free 0x5571735ddf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf70 0.000110
+gallium_dri.so free 0x5571735de0c0 void 0.000110
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000116
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000112
+gallium_dri.so free 0x5571735de280 void 0.000111
+gallium_dri.so free 0x5571735de130 void 0.000110
+gallium_dri.so malloc 72 0x5571735de230 0.000109
+gallium_dri.so free 0x5571735de340 void 0.000132
+gallium_dri.so free 0x5571735de230 void 0.000125
+gallium_dri.so malloc 72 0x5571735de2f0 0.000124
+gallium_dri.so free 0x5571735de380 void 0.000121
+gallium_dri.so free 0x5571735de2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2f0 0.000119
+gallium_dri.so free 0x5571735de440 void 0.000125
+gallium_dri.so free 0x5571735de2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de480 0.000120
+gallium_dri.so free 0x5571735de500 void 0.000119
+gallium_dri.so free 0x5571735de480 void 0.000122
+gallium_dri.so malloc 72 0x5571735de500 0.000124
+gallium_dri.so free 0x5571735de5c0 void 0.000125
+gallium_dri.so free 0x5571735de500 void 0.000120
+gallium_dri.so malloc 72 0x5571735de500 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000123
+gallium_dri.so free 0x5571735de500 void 0.000121
+gallium_dri.so malloc 72 0x5571735de6a0 0.000119
+gallium_dri.so free 0x5571735de740 void 0.000121
+gallium_dri.so free 0x5571735de6a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de6f0 0.000125
+gallium_dri.so free 0x5571735de7c0 void 0.000125
+gallium_dri.so free 0x5571735de6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de6f0 0.000190
+gallium_dri.so free 0x5571735de840 void 0.000128
+gallium_dri.so free 0x5571735de6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de840 0.000122
+gallium_dri.so free 0x5571735de900 void 0.000126
+gallium_dri.so free 0x5571735de840 void 0.000124
+gallium_dri.so malloc 72 0x5571735de840 0.000120
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735de840 void 0.000124
+gallium_dri.so malloc 72 0x5571735de840 0.000125
+gallium_dri.so free 0x5571735dea80 void 0.000124
+gallium_dri.so free 0x5571735de840 void 0.000125
+gallium_dri.so malloc 72 0x5571735dea30 0.000125
+gallium_dri.so free 0x5571735deb40 void 0.000119
+gallium_dri.so free 0x5571735dea30 void 0.000122
+gallium_dri.so malloc 72 0x5571735deaf0 0.000124
+gallium_dri.so free 0x5571735debc0 void 0.000124
+gallium_dri.so free 0x5571735deaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dec10 0.000119
+gallium_dri.so free 0x5571735dec80 void 0.000123
+gallium_dri.so free 0x5571735dec10 void 0.000124
+gallium_dri.so malloc 72 0x5571735deca0 0.000124
+gallium_dri.so free 0x5571735ded40 void 0.000136
+gallium_dri.so free 0x5571735deca0 void 0.000126
+gallium_dri.so malloc 72 0x5571735decf0 0.000124
+gallium_dri.so free 0x5571735dedc0 void 0.000125
+gallium_dri.so free 0x5571735decf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735decf0 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000118
+gallium_dri.so free 0x5571735decf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dee40 0.000136
+gallium_dri.so free 0x5571735def00 void 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000126
+gallium_dri.so free 0x5571735df000 void 0.000124
+gallium_dri.so free 0x5571735dee40 void 0.000128
+gallium_dri.so malloc 72 0x5571735defb0 0.000131
+gallium_dri.so free 0x5571735df040 void 0.000130
+gallium_dri.so free 0x5571735defb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735defb0 0.000130
+gallium_dri.so free 0x5571735df100 void 0.000125
+gallium_dri.so free 0x5571735defb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df140 0.000128
+gallium_dri.so free 0x5571735df1c0 void 0.000138
+gallium_dri.so free 0x5571735df140 void 0.000132
+gallium_dri.so malloc 72 0x5571735df1c0 0.000131
+gallium_dri.so free 0x5571735df280 void 0.000127
+gallium_dri.so free 0x5571735df1c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df1c0 0.000125
+gallium_dri.so free 0x5571735df300 void 0.000125
+gallium_dri.so free 0x5571735df1c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df330 0.000125
+gallium_dri.so free 0x5571735df380 void 0.000157
+gallium_dri.so free 0x5571735df330 void 0.000129
+gallium_dri.so malloc 72 0x5571735df330 0.000126
+gallium_dri.so free 0x5571735df480 void 0.000124
+gallium_dri.so free 0x5571735df330 void 0.000128
+gallium_dri.so malloc 72 0x5571735df4c0 0.000132
+gallium_dri.so free 0x5571735df540 void 0.000130
+gallium_dri.so free 0x5571735df4c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735df540 0.000133
+gallium_dri.so free 0x5571735df600 void 0.000131
+gallium_dri.so free 0x5571735df540 void 0.000130
+gallium_dri.so malloc 72 0x5571735df540 0.000131
+gallium_dri.so free 0x5571735df680 void 0.000129
+gallium_dri.so free 0x5571735df540 void 0.000135
+gallium_dri.so malloc 72 0x5571735df6b0 0.000132
+gallium_dri.so free 0x5571735df700 void 0.000130
+gallium_dri.so free 0x5571735df6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df6b0 0.000130
+gallium_dri.so free 0x5571735df800 void 0.000130
+gallium_dri.so free 0x5571735df6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df7b0 0.000125
+gallium_dri.so free 0x5571735df8c0 void 0.000130
+gallium_dri.so free 0x5571735df7b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df870 0.000131
+gallium_dri.so free 0x5571735df940 void 0.000126
+gallium_dri.so free 0x5571735df870 void 0.000128
+gallium_dri.so malloc 72 0x5571735df870 0.000131
+gallium_dri.so free 0x5571735dfa00 void 0.000131
+gallium_dri.so free 0x5571735df870 void 0.000132
+gallium_dri.so malloc 72 0x5571735df870 0.000130
+gallium_dri.so free 0x5571735dfac0 void 0.000131
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa70 0.000135
+gallium_dri.so free 0x5571735dfb40 void 0.000130
+gallium_dri.so free 0x5571735dfa70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfb90 0.000125
+gallium_dri.so free 0x5571735dfc00 void 0.000128
+gallium_dri.so free 0x5571735dfb90 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc20 0.000126
+gallium_dri.so free 0x5571735dfcc0 void 0.000139
+gallium_dri.so free 0x5571735dfc20 void 0.000144
+gallium_dri.so malloc 72 0x5571735dfc70 0.000131
+gallium_dri.so free 0x5571735dfd40 void 0.000130
+gallium_dri.so free 0x5571735dfc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfd40 0.000130
+gallium_dri.so free 0x5571735dfe00 void 0.000133
+gallium_dri.so free 0x5571735dfd40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfd40 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000131
+gallium_dri.so free 0x5571735dfd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfe80 0.000130
+gallium_dri.so free 0x5571735dff40 void 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfe80 0.000193
+gallium_dri.so free 0x5571735e0000 void 0.000131
+gallium_dri.so free 0x5571735dfe80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfe80 0.000126
+gallium_dri.so free 0x5571735e00c0 void 0.000125
+gallium_dri.so free 0x5571735dfe80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0070 0.000131
+gallium_dri.so free 0x5571735e0140 void 0.000125
+gallium_dri.so free 0x5571735e0070 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0190 0.000130
+gallium_dri.so free 0x5571735e0200 void 0.000125
+gallium_dri.so free 0x5571735e0190 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0240 0.000131
+gallium_dri.so free 0x5571735e02c0 void 0.000126
+gallium_dri.so free 0x5571735e0240 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0240 0.000130
+gallium_dri.so free 0x5571735e0340 void 0.000126
+gallium_dri.so free 0x5571735e0240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0370 0.000130
+gallium_dri.so free 0x5571735e03c0 void 0.000126
+gallium_dri.so free 0x5571735e0370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0370 0.000123
+gallium_dri.so free 0x5571735e04c0 void 0.000129
+gallium_dri.so free 0x5571735e0370 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0470 0.000130
+gallium_dri.so free 0x5571735e0580 void 0.000126
+gallium_dri.so free 0x5571735e0470 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0530 0.000124
+gallium_dri.so free 0x5571735e05c0 void 0.000128
+gallium_dri.so free 0x5571735e0530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e0680 void 0.000130
+gallium_dri.so free 0x5571735e0530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06f0 0.000126
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so free 0x5571735e06f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e06f0 0.000131
+gallium_dri.so free 0x5571735e0840 void 0.000131
+gallium_dri.so free 0x5571735e06f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e07f0 0.000130
+gallium_dri.so free 0x5571735e0900 void 0.000132
+gallium_dri.so free 0x5571735e07f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e08b0 0.000132
+gallium_dri.so free 0x5571735e0940 void 0.000136
+gallium_dri.so free 0x5571735e08b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e08b0 0.000130
+gallium_dri.so free 0x5571735e0a00 void 0.000131
+gallium_dri.so free 0x5571735e08b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0a40 0.000130
+gallium_dri.so free 0x5571735e0ac0 void 0.000125
+gallium_dri.so free 0x5571735e0a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000131
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000129
+gallium_dri.so free 0x5571735e0c40 void 0.000126
+gallium_dri.so free 0x5571735e0ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0c60 0.000129
+gallium_dri.so free 0x5571735e0d00 void 0.000131
+gallium_dri.so free 0x5571735e0c60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000123
+gallium_dri.so free 0x5571735e0d80 void 0.000125
+gallium_dri.so free 0x5571735e0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000124
+gallium_dri.so free 0x5571735f4980 void 0.000192
+gallium_dri.so free 0x5571735e0cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f49d0 0.000125
+gallium_dri.so free 0x5571735f4a40 void 0.000125
+gallium_dri.so free 0x5571735f49d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4a60 0.000125
+gallium_dri.so free 0x5571735f4b00 void 0.000125
+gallium_dri.so free 0x5571735f4a60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000128
+gallium_dri.so free 0x5571735f4b80 void 0.000131
+gallium_dri.so free 0x5571735f4ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4b80 0.000129
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so free 0x5571735f4b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4b80 0.000128
+gallium_dri.so free 0x5571735f4cc0 void 0.000127
+gallium_dri.so free 0x5571735f4b80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000128
+gallium_dri.so free 0x5571735f4d80 void 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000124
+gallium_dri.so free 0x5571735f4e40 void 0.000129
+gallium_dri.so free 0x5571735f4cc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000130
+gallium_dri.so free 0x5571735f4f00 void 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000131
+gallium_dri.so free 0x5571735f4f80 void 0.000130
+gallium_dri.so free 0x5571735f4eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4fd0 0.000124
+gallium_dri.so free 0x5571735f5040 void 0.000124
+gallium_dri.so free 0x5571735f4fd0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5080 0.000130
+gallium_dri.so free 0x5571735f5100 void 0.000130
+gallium_dri.so free 0x5571735f5080 void 0.000137
+gallium_dri.so malloc 72 0x5571735f5080 0.000165
+gallium_dri.so free 0x5571735f5180 void 0.000167
+gallium_dri.so free 0x5571735f5080 void 0.000131
+gallium_dri.so malloc 72 0x5571735f51b0 0.000129
+gallium_dri.so free 0x5571735f5200 void 0.000125
+gallium_dri.so free 0x5571735f51b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f51b0 0.000123
+gallium_dri.so free 0x5571735f5300 void 0.000140
+gallium_dri.so free 0x5571735f51b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f52b0 0.000132
+gallium_dri.so free 0x5571735f53c0 void 0.000132
+gallium_dri.so free 0x5571735f52b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5370 0.000124
+gallium_dri.so free 0x5571735f5400 void 0.000128
+gallium_dri.so free 0x5571735f5370 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5370 0.000129
+gallium_dri.so free 0x5571735f54c0 void 0.000180
+gallium_dri.so free 0x5571735f5370 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5530 0.000131
+gallium_dri.so free 0x5571735f5580 void 0.000157
+gallium_dri.so free 0x5571735f5530 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5530 0.000128
+gallium_dri.so free 0x5571735f5680 void 0.000128
+gallium_dri.so free 0x5571735f5530 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5630 0.000221
+gallium_dri.so free 0x5571735f5740 void 0.000133
+gallium_dri.so free 0x5571735f5630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f56f0 0.000177
+gallium_dri.so free 0x5571735f5780 void 0.000146
+gallium_dri.so free 0x5571735f56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f56f0 0.000130
+gallium_dri.so free 0x5571735f5840 void 0.000130
+gallium_dri.so free 0x5571735f56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5880 0.000131
+gallium_dri.so free 0x5571735f5900 void 0.000130
+gallium_dri.so free 0x5571735f5880 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5900 0.000124
+gallium_dri.so free 0x5571735f59c0 void 0.000129
+gallium_dri.so free 0x5571735f5900 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5900 0.000125
+gallium_dri.so free 0x5571735f5a80 void 0.000123
+gallium_dri.so free 0x5571735f5900 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5aa0 0.000124
+gallium_dri.so free 0x5571735f5b40 void 0.000124
+gallium_dri.so free 0x5571735f5aa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5af0 0.000128
+gallium_dri.so free 0x5571735f5bc0 void 0.000128
+gallium_dri.so free 0x5571735f5af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5af0 0.000134
+gallium_dri.so free 0x5571735f5c40 void 0.000131
+gallium_dri.so free 0x5571735f5af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5c40 0.000129
+gallium_dri.so free 0x5571735f5d00 void 0.000130
+gallium_dri.so free 0x5571735f5c40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5c40 0.000129
+gallium_dri.so free 0x5571735f5dc0 void 0.000131
+gallium_dri.so free 0x5571735f5c40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5c40 0.000126
+gallium_dri.so free 0x5571735f5e80 void 0.000125
+gallium_dri.so free 0x5571735f5c40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5e30 0.000134
+gallium_dri.so free 0x5571735f5f40 void 0.000131
+gallium_dri.so free 0x5571735f5e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000130
+gallium_dri.so free 0x5571735f5fc0 void 0.000126
+gallium_dri.so free 0x5571735f5ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f6010 0.000130
+gallium_dri.so free 0x5571735f6080 void 0.000129
+gallium_dri.so free 0x5571735f6010 void 0.000133
+gallium_dri.so malloc 72 0x5571735f60a0 0.000132
+gallium_dri.so free 0x5571735f6140 void 0.000131
+gallium_dri.so free 0x5571735f60a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f60f0 0.000130
+gallium_dri.so free 0x5571735f61c0 void 0.000130
+gallium_dri.so free 0x5571735f60f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f60f0 0.000130
+gallium_dri.so free 0x5571735f6240 void 0.000131
+gallium_dri.so free 0x5571735f60f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6240 0.000129
+gallium_dri.so free 0x5571735f6300 void 0.000131
+gallium_dri.so free 0x5571735f6240 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6240 0.000131
+gallium_dri.so free 0x5571735f6400 void 0.000131
+gallium_dri.so free 0x5571735f6240 void 0.000129
+gallium_dri.so malloc 72 0x5571735f63b0 0.000130
+gallium_dri.so free 0x5571735f6440 void 0.000131
+gallium_dri.so free 0x5571735f63b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f63b0 0.000126
+gallium_dri.so free 0x5571735f6500 void 0.000158
+gallium_dri.so free 0x5571735f63b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6540 0.000130
+gallium_dri.so free 0x5571735f65c0 void 0.000124
+gallium_dri.so free 0x5571735f6540 void 0.000124
+gallium_dri.so malloc 72 0x5571735f65c0 0.000129
+gallium_dri.so free 0x5571735f6680 void 0.000130
+gallium_dri.so free 0x5571735f65c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f65c0 0.000124
+gallium_dri.so free 0x5571735f6700 void 0.000124
+gallium_dri.so free 0x5571735f65c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f6730 0.000125
+gallium_dri.so free 0x5571735f6780 void 0.000124
+gallium_dri.so free 0x5571735f6730 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6730 0.000127
+gallium_dri.so free 0x5571735f6880 void 0.000124
+gallium_dri.so free 0x5571735f6730 void 0.000123
+gallium_dri.so malloc 72 0x5571735f68c0 0.000124
+gallium_dri.so free 0x5571735f6940 void 0.000129
+gallium_dri.so free 0x5571735f68c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6940 0.000124
+gallium_dri.so free 0x5571735f6a00 void 0.000123
+gallium_dri.so free 0x5571735f6940 void 0.000128
+gallium_dri.so malloc 72 0x5571735f6940 0.000142
+gallium_dri.so free 0x5571735f6a80 void 0.000131
+gallium_dri.so free 0x5571735f6940 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000132
+gallium_dri.so free 0x5571735f6b00 void 0.000133
+gallium_dri.so free 0x5571735f6ab0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000130
+gallium_dri.so free 0x5571735f6c00 void 0.000130
+gallium_dri.so free 0x5571735f6ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000129
+gallium_dri.so free 0x5571735f6cc0 void 0.000133
+gallium_dri.so free 0x5571735f6bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6c70 0.000130
+gallium_dri.so free 0x5571735f6d40 void 0.000130
+gallium_dri.so free 0x5571735f6c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6c70 0.000124
+gallium_dri.so free 0x5571735f6e00 void 0.000131
+gallium_dri.so free 0x5571735f6c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6c70 0.000124
+gallium_dri.so free 0x5571735f6ec0 void 0.000123
+gallium_dri.so free 0x5571735f6c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6e70 0.000134
+gallium_dri.so free 0x5571735f6f40 void 0.000131
+gallium_dri.so free 0x5571735f6e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6f90 0.000131
+gallium_dri.so free 0x5571735f7000 void 0.000130
+gallium_dri.so free 0x5571735f6f90 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7020 0.000129
+gallium_dri.so free 0x5571735f70c0 void 0.000130
+gallium_dri.so free 0x5571735f7020 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7070 0.000125
+gallium_dri.so free 0x5571735f7140 void 0.000129
+gallium_dri.so free 0x5571735f7070 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7140 0.000123
+gallium_dri.so free 0x5571735f7200 void 0.000125
+gallium_dri.so free 0x5571735f7140 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7140 0.000131
+gallium_dri.so free 0x5571735f7280 void 0.000125
+gallium_dri.so free 0x5571735f7140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7280 0.000125
+gallium_dri.so free 0x5571735f7340 void 0.000128
+gallium_dri.so free 0x5571735f7280 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7280 0.000123
+gallium_dri.so free 0x5571735f7400 void 0.000125
+gallium_dri.so free 0x5571735f7280 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7280 0.000129
+gallium_dri.so free 0x5571735f74c0 void 0.000130
+gallium_dri.so free 0x5571735f7280 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7470 0.000130
+gallium_dri.so free 0x5571735f7540 void 0.000130
+gallium_dri.so free 0x5571735f7470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7590 0.000130
+gallium_dri.so free 0x5571735f7600 void 0.000126
+gallium_dri.so free 0x5571735f7590 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7640 0.000130
+gallium_dri.so free 0x5571735f76c0 void 0.000130
+gallium_dri.so free 0x5571735f7640 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7640 0.000124
+gallium_dri.so free 0x5571735f7740 void 0.000123
+gallium_dri.so free 0x5571735f7640 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7770 0.000130
+gallium_dri.so free 0x5571735f77c0 void 0.000135
+gallium_dri.so free 0x5571735f7770 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7770 0.000124
+gallium_dri.so free 0x5571735f78c0 void 0.000137
+gallium_dri.so free 0x5571735f7770 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7870 0.000129
+gallium_dri.so free 0x5571735f7980 void 0.000126
+gallium_dri.so free 0x5571735f7870 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7930 0.000131
+gallium_dri.so free 0x5571735f79c0 void 0.000130
+gallium_dri.so free 0x5571735f7930 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7930 0.000130
+gallium_dri.so free 0x5571735f7a80 void 0.000125
+gallium_dri.so free 0x5571735f7930 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7af0 0.000131
+gallium_dri.so free 0x5571735f7b40 void 0.000131
+gallium_dri.so free 0x5571735f7af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7af0 0.000124
+gallium_dri.so free 0x5571735f7c40 void 0.000123
+gallium_dri.so free 0x5571735f7af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000130
+gallium_dri.so free 0x5571735f7d00 void 0.000130
+gallium_dri.so free 0x5571735f7bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000130
+gallium_dri.so free 0x5571735f7d40 void 0.000125
+gallium_dri.so free 0x5571735f7cb0 void 0.000168
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000131
+gallium_dri.so free 0x5571735f7e00 void 0.000130
+gallium_dri.so free 0x5571735f7cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7e40 0.000129
+gallium_dri.so free 0x5571735f7ec0 void 0.000131
+gallium_dri.so free 0x5571735f7e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000130
+gallium_dri.so free 0x5571735f7f80 void 0.000134
+gallium_dri.so free 0x5571735f7ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000130
+gallium_dri.so free 0x5571735f8040 void 0.000130
+gallium_dri.so free 0x5571735f7ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8060 0.000131
+gallium_dri.so free 0x5571735f8100 void 0.000130
+gallium_dri.so free 0x5571735f8060 void 0.000126
+gallium_dri.so malloc 72 0x5571735f80b0 0.000129
+gallium_dri.so free 0x5571735f8180 void 0.000130
+gallium_dri.so free 0x5571735f80b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f80b0 0.000126
+gallium_dri.so free 0x5571735f8200 void 0.000140
+gallium_dri.so free 0x5571735f80b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8200 0.000128
+gallium_dri.so free 0x5571735f82c0 void 0.000129
+gallium_dri.so free 0x5571735f8200 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8200 0.000131
+gallium_dri.so free 0x5571735f8380 void 0.000130
+gallium_dri.so free 0x5571735f8200 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8200 0.000129
+gallium_dri.so free 0x5571735f8440 void 0.000131
+gallium_dri.so free 0x5571735f8200 void 0.000132
+gallium_dri.so malloc 72 0x5571735f83f0 0.000129
+gallium_dri.so free 0x5571735f8500 void 0.000130
+gallium_dri.so free 0x5571735f83f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f84b0 0.000129
+gallium_dri.so free 0x5571735f8580 void 0.000130
+gallium_dri.so free 0x5571735f84b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f85d0 0.000128
+gallium_dri.so free 0x5571735f8640 void 0.000125
+gallium_dri.so free 0x5571735f85d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8660 0.000124
+gallium_dri.so free 0x5571735f8700 void 0.000131
+gallium_dri.so free 0x5571735f8660 void 0.000115
+gallium_dri.so malloc 72 0x5571735f86b0 0.000200
+gallium_dri.so free 0x5571735f8780 void 0.000224
+gallium_dri.so free 0x5571735f86b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f86b0 0.000132
+gallium_dri.so free 0x5571735f8800 void 0.000130
+gallium_dri.so free 0x5571735f86b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8800 0.000134
+gallium_dri.so free 0x5571735f88c0 void 0.000125
+gallium_dri.so free 0x5571735f8800 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8800 0.000126
+gallium_dri.so free 0x5571735f89c0 void 0.000128
+gallium_dri.so free 0x5571735f8800 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8970 0.000130
+gallium_dri.so free 0x5571735f8a00 void 0.000125
+gallium_dri.so free 0x5571735f8970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8970 0.000128
+gallium_dri.so free 0x5571735f8ac0 void 0.000130
+gallium_dri.so free 0x5571735f8970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8b00 0.000182
+gallium_dri.so free 0x5571735f8b80 void 0.000228
+gallium_dri.so free 0x5571735f8b00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8b80 0.000129
+gallium_dri.so free 0x5571735f8c40 void 0.000141
+gallium_dri.so free 0x5571735f8b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8b80 0.000130
+gallium_dri.so free 0x5571735f8cc0 void 0.000125
+gallium_dri.so free 0x5571735f8b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000130
+gallium_dri.so free 0x5571735f8d40 void 0.000124
+gallium_dri.so free 0x5571735f8cf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000125
+gallium_dri.so free 0x5571735f8e40 void 0.000129
+gallium_dri.so free 0x5571735f8cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8e80 0.000121
+gallium_dri.so free 0x5571735f8f00 void 0.000123
+gallium_dri.so free 0x5571735f8e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8f00 0.000125
+gallium_dri.so free 0x5571735f8fc0 void 0.000129
+gallium_dri.so free 0x5571735f8f00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8f00 0.000132
+gallium_dri.so free 0x5571735f9040 void 0.000135
+gallium_dri.so free 0x5571735f8f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9070 0.000127
+gallium_dri.so free 0x5571735f90c0 void 0.000132
+gallium_dri.so free 0x5571735f9070 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9070 0.000125
+gallium_dri.so free 0x5571735f91c0 void 0.000124
+gallium_dri.so free 0x5571735f9070 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9170 0.000130
+gallium_dri.so free 0x5571735f9280 void 0.000132
+gallium_dri.so free 0x5571735f9170 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9230 0.000129
+gallium_dri.so free 0x5571735f9300 void 0.000131
+gallium_dri.so free 0x5571735f9230 void 0.000186
+gallium_dri.so malloc 72 0x5571735f9230 0.000236
+gallium_dri.so free 0x5571735f93c0 void 0.000131
+gallium_dri.so free 0x5571735f9230 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9230 0.000129
+gallium_dri.so free 0x5571735f9480 void 0.000128
+gallium_dri.so free 0x5571735f9230 void 0.000200
+gallium_dri.so malloc 72 0x5571735f9430 0.000124
+gallium_dri.so free 0x5571735f9500 void 0.000130
+gallium_dri.so free 0x5571735f9430 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9550 0.000192
+gallium_dri.so free 0x5571735f95c0 void 0.000132
+gallium_dri.so free 0x5571735f9550 void 0.000125
+gallium_dri.so malloc 72 0x5571735f95e0 0.000127
+gallium_dri.so free 0x5571735f9680 void 0.000125
+gallium_dri.so free 0x5571735f95e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9630 0.000129
+gallium_dri.so free 0x5571735f9700 void 0.000131
+gallium_dri.so free 0x5571735f9630 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9700 0.000128
+gallium_dri.so free 0x5571735f97c0 void 0.000130
+gallium_dri.so free 0x5571735f9700 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9700 0.000135
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so free 0x5571735f9700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9840 0.000129
+gallium_dri.so free 0x5571735f9900 void 0.000126
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9840 0.000131
+gallium_dri.so free 0x5571735f99c0 void 0.000131
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9840 0.000125
+gallium_dri.so free 0x5571735f9a80 void 0.000130
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9a30 0.000135
+gallium_dri.so free 0x5571735f9b00 void 0.000124
+gallium_dri.so free 0x5571735f9a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9b50 0.000131
+gallium_dri.so free 0x5571735f9bc0 void 0.000134
+gallium_dri.so free 0x5571735f9b50 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9c00 0.000125
+gallium_dri.so free 0x5571735f9c80 void 0.000123
+gallium_dri.so free 0x5571735f9c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9c00 0.000125
+gallium_dri.so free 0x5571735f9d00 void 0.000123
+gallium_dri.so free 0x5571735f9c00 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9d30 0.000132
+gallium_dri.so free 0x5571735f9d80 void 0.000131
+gallium_dri.so free 0x5571735f9d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9d30 0.000124
+gallium_dri.so free 0x5571735f9e80 void 0.000124
+gallium_dri.so free 0x5571735f9d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9e30 0.000123
+gallium_dri.so free 0x5571735f9f40 void 0.000122
+gallium_dri.so free 0x5571735f9e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000123
+gallium_dri.so free 0x5571735f9f80 void 0.000123
+gallium_dri.so free 0x5571735f9ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000128
+gallium_dri.so free 0x5571735fa040 void 0.000121
+gallium_dri.so free 0x5571735f9ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000119
+gallium_dri.so free 0x5571735fa100 void 0.000118
+gallium_dri.so free 0x5571735fa0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000117
+gallium_dri.so free 0x5571735fa200 void 0.000119
+gallium_dri.so free 0x5571735fa0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000118
+gallium_dri.so free 0x5571735fa1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa270 0.000118
+gallium_dri.so free 0x5571735fa300 void 0.000119
+gallium_dri.so free 0x5571735fa270 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa270 0.000118
+gallium_dri.so free 0x5571735fa3c0 void 0.000117
+gallium_dri.so free 0x5571735fa270 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa400 0.000117
+gallium_dri.so free 0x5571735fa480 void 0.000117
+gallium_dri.so free 0x5571735fa400 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa480 0.000119
+gallium_dri.so free 0x5571735fa540 void 0.000119
+gallium_dri.so free 0x5571735fa480 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa480 0.000117
+gallium_dri.so free 0x5571735fa600 void 0.000119
+gallium_dri.so free 0x5571735fa480 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa620 0.000183
+gallium_dri.so free 0x5571735fa6c0 void 0.000123
+gallium_dri.so free 0x5571735fa620 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa670 0.000117
+gallium_dri.so free 0x5571735fa740 void 0.000118
+gallium_dri.so free 0x5571735fa670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa670 0.000181
+gallium_dri.so free 0x5571735fa7c0 void 0.000164
+gallium_dri.so free 0x5571735fa670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000119
+gallium_dri.so free 0x5571735fa880 void 0.000117
+gallium_dri.so free 0x5571735fa7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000118
+gallium_dri.so free 0x5571735fa940 void 0.000117
+gallium_dri.so free 0x5571735fa7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000117
+gallium_dri.so free 0x5571735faa00 void 0.000119
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000128
+gallium_dri.so free 0x5571735faac0 void 0.000118
+gallium_dri.so free 0x5571735fa9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa70 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000119
+gallium_dri.so free 0x5571735faa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fab90 0.000118
+gallium_dri.so free 0x5571735fac00 void 0.000126
+gallium_dri.so free 0x5571735fab90 void 0.000115
+gallium_dri.so malloc 72 0x5571735fac20 0.000118
+gallium_dri.so free 0x5571735facc0 void 0.000119
+gallium_dri.so free 0x5571735fac20 void 0.000118
+gallium_dri.so malloc 72 0x5571735fac70 0.000118
+gallium_dri.so free 0x5571735fad40 void 0.000118
+gallium_dri.so free 0x5571735fac70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fac70 0.000118
+gallium_dri.so free 0x5571735fadc0 void 0.000117
+gallium_dri.so free 0x5571735fac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fadc0 0.000117
+gallium_dri.so free 0x5571735fae80 void 0.000117
+gallium_dri.so free 0x5571735fadc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fadc0 0.000117
+gallium_dri.so free 0x5571735faf80 void 0.000118
+gallium_dri.so free 0x5571735fadc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735faf30 0.000119
+gallium_dri.so free 0x5571735fafc0 void 0.000119
+gallium_dri.so free 0x5571735faf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735faf30 0.000119
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so free 0x5571735faf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000118
+gallium_dri.so free 0x5571735fb140 void 0.000118
+gallium_dri.so free 0x5571735fb0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb140 0.000117
+gallium_dri.so free 0x5571735fb200 void 0.000119
+gallium_dri.so free 0x5571735fb140 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb140 0.000117
+gallium_dri.so free 0x5571735fb280 void 0.000117
+gallium_dri.so free 0x5571735fb140 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000116
+gallium_dri.so free 0x5571735fb300 void 0.000117
+gallium_dri.so free 0x5571735fb2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000117
+gallium_dri.so free 0x5571735fb400 void 0.000117
+gallium_dri.so free 0x5571735fb2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb440 0.000117
+gallium_dri.so free 0x5571735fb4c0 void 0.000117
+gallium_dri.so free 0x5571735fb440 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000115
+gallium_dri.so free 0x5571735fb580 void 0.000116
+gallium_dri.so free 0x5571735fb4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000117
+gallium_dri.so free 0x5571735fb600 void 0.000117
+gallium_dri.so free 0x5571735fb4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000117
+gallium_dri.so free 0x5571735fb680 void 0.000117
+gallium_dri.so free 0x5571735fb630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb630 0.000117
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb730 0.000159
+gallium_dri.so free 0x5571735fb840 void 0.000120
+gallium_dri.so free 0x5571735fb730 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000118
+gallium_dri.so free 0x5571735fb8c0 void 0.000117
+gallium_dri.so free 0x5571735fb7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000118
+gallium_dri.so free 0x5571735fb980 void 0.000118
+gallium_dri.so free 0x5571735fb7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000118
+gallium_dri.so free 0x5571735fba40 void 0.000117
+gallium_dri.so free 0x5571735fb7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb9f0 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so free 0x5571735fb9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbb10 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735fbb10 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbba0 0.000118
+gallium_dri.so free 0x5571735fbc40 void 0.000119
+gallium_dri.so free 0x5571735fbba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000117
+gallium_dri.so free 0x5571735fbcc0 void 0.000117
+gallium_dri.so free 0x5571735fbbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000117
+gallium_dri.so free 0x5571735fbd80 void 0.000118
+gallium_dri.so free 0x5571735fbcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000109
+gallium_dri.so free 0x5571735fbe00 void 0.000118
+gallium_dri.so free 0x5571735fbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbe00 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735fbe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbe00 0.000126
+gallium_dri.so free 0x5571735eb440 void 0.000119
+gallium_dri.so free 0x5571735fbe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbe00 0.000117
+gallium_dri.so free 0x5571735eb500 void 0.000119
+gallium_dri.so free 0x5571735fbe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000118
+gallium_dri.so free 0x5571735eb580 void 0.000119
+gallium_dri.so free 0x5571735eb4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5d0 0.000117
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so free 0x5571735eb5d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb680 0.000117
+gallium_dri.so free 0x5571735eb700 void 0.000118
+gallium_dri.so free 0x5571735eb680 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb680 0.000119
+gallium_dri.so free 0x5571735eb780 void 0.000117
+gallium_dri.so free 0x5571735eb680 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000120
+gallium_dri.so free 0x5571735eb800 void 0.000118
+gallium_dri.so free 0x5571735eb7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000117
+gallium_dri.so free 0x5571735eb900 void 0.000120
+gallium_dri.so free 0x5571735eb7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb8b0 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000118
+gallium_dri.so free 0x5571735eb8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb970 0.000119
+gallium_dri.so free 0x5571735eba00 void 0.000118
+gallium_dri.so free 0x5571735eb970 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb970 0.000118
+gallium_dri.so free 0x5571735ebac0 void 0.000119
+gallium_dri.so free 0x5571735eb970 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb30 0.000118
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735ebb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebb30 0.000115
+gallium_dri.so free 0x5571735ebc80 void 0.000117
+gallium_dri.so free 0x5571735ebb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebc30 0.000119
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000117
+gallium_dri.so free 0x5571735ebd80 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000118
+gallium_dri.so free 0x5571735ebe40 void 0.000119
+gallium_dri.so free 0x5571735ebcf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebe80 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so free 0x5571735ebe80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf00 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf00 0.000117
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec0a0 0.000117
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so free 0x5571735ec0a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000117
+gallium_dri.so free 0x5571735ec1c0 void 0.000117
+gallium_dri.so free 0x5571735ec0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000118
+gallium_dri.so free 0x5571735ec240 void 0.000118
+gallium_dri.so free 0x5571735ec0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec240 0.000117
+gallium_dri.so free 0x5571735ec300 void 0.000120
+gallium_dri.so free 0x5571735ec240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec240 0.000124
+gallium_dri.so free 0x5571735ec3c0 void 0.000119
+gallium_dri.so free 0x5571735ec240 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec240 0.000116
+gallium_dri.so free 0x5571735ec480 void 0.000128
+gallium_dri.so free 0x5571735ec240 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec430 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so free 0x5571735ec430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000118
+gallium_dri.so free 0x5571735ec5c0 void 0.000120
+gallium_dri.so free 0x5571735ec4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec610 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x5571735ec610 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so free 0x5571735ec6a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000118
+gallium_dri.so free 0x5571735ec7c0 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000120
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec840 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec840 0.000118
+gallium_dri.so free 0x5571735eca00 void 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000127
+gallium_dri.so free 0x5571735eca40 void 0.000120
+gallium_dri.so free 0x5571735ec9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000118
+gallium_dri.so free 0x5571735ecb00 void 0.000118
+gallium_dri.so free 0x5571735ec9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb40 0.000117
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so free 0x5571735ecb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000118
+gallium_dri.so free 0x5571735ecc80 void 0.000118
+gallium_dri.so free 0x5571735ecbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000120
+gallium_dri.so free 0x5571735ecd00 void 0.000118
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd30 0.000118
+gallium_dri.so free 0x5571735ecd80 void 0.000118
+gallium_dri.so free 0x5571735ecd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000118
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecec0 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ecec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf40 0.000127
+gallium_dri.so free 0x5571735ed080 void 0.000128
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed100 void 0.000118
+gallium_dri.so free 0x5571735ed0b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed1b0 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000118
+gallium_dri.so free 0x5571735ed1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed270 0.000123
+gallium_dri.so free 0x5571735ed340 void 0.000120
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed270 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000117
+gallium_dri.so free 0x5571735ed270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed270 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed470 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed590 0.000115
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed590 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed620 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000119
+gallium_dri.so free 0x5571735ed620 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed670 0.000117
+gallium_dri.so free 0x5571735ed740 void 0.000118
+gallium_dri.so free 0x5571735ed670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed740 0.000119
+gallium_dri.so free 0x5571735ed800 void 0.000117
+gallium_dri.so free 0x5571735ed740 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed740 0.000117
+gallium_dri.so free 0x5571735ed880 void 0.000117
+gallium_dri.so free 0x5571735ed740 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed880 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed880 0.000117
+gallium_dri.so free 0x5571735eda00 void 0.000117
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed880 0.000116
+gallium_dri.so free 0x5571735edac0 void 0.000119
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda70 0.000116
+gallium_dri.so free 0x5571735edb40 void 0.000118
+gallium_dri.so free 0x5571735eda70 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb90 0.000117
+gallium_dri.so free 0x5571735edc00 void 0.000116
+gallium_dri.so free 0x5571735edb90 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc40 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000117
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc40 0.000118
+gallium_dri.so free 0x5571735edd40 void 0.000117
+gallium_dri.so free 0x5571735edc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd70 0.000118
+gallium_dri.so free 0x5571735eddc0 void 0.000119
+gallium_dri.so free 0x5571735edd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd70 0.000116
+gallium_dri.so free 0x5571735edec0 void 0.000117
+gallium_dri.so free 0x5571735edd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede70 0.000117
+gallium_dri.so free 0x5571735edf80 void 0.000118
+gallium_dri.so free 0x5571735ede70 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735edfc0 void 0.000118
+gallium_dri.so free 0x5571735edf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735edf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000119
+gallium_dri.so free 0x5571735ee140 void 0.000117
+gallium_dri.so free 0x5571735ee0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000128
+gallium_dri.so free 0x5571735ee0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000118
+gallium_dri.so free 0x5571735ee340 void 0.000118
+gallium_dri.so free 0x5571735ee2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000117
+gallium_dri.so free 0x5571735ee400 void 0.000122
+gallium_dri.so free 0x5571735ee2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee440 0.000117
+gallium_dri.so free 0x5571735ee4c0 void 0.000116
+gallium_dri.so free 0x5571735ee440 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000116
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4c0 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so free 0x5571735ee4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee660 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee660 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000117
+gallium_dri.so free 0x5571735ee6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000122
+gallium_dri.so free 0x5571735ee800 void 0.000120
+gallium_dri.so free 0x5571735ee6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee800 0.000118
+gallium_dri.so free 0x5571735ee8c0 void 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee800 0.000125
+gallium_dri.so free 0x5571735ee980 void 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee800 0.000116
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000117
+gallium_dri.so free 0x5571735ee9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeab0 0.000118
+gallium_dri.so free 0x5571735eeb80 void 0.000118
+gallium_dri.so free 0x5571735eeab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eebd0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000118
+gallium_dri.so free 0x5571735eebd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec60 0.000117
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so free 0x5571735eec60 void 0.000116
+gallium_dri.so malloc 72 0x5571735eecb0 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000120
+gallium_dri.so free 0x5571735eecb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eecb0 0.000188
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so free 0x5571735eecb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee00 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eef70 0.000115
+gallium_dri.so free 0x5571735ef000 void 0.000118
+gallium_dri.so free 0x5571735eef70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eef70 0.000119
+gallium_dri.so free 0x5571735ef0c0 void 0.000117
+gallium_dri.so free 0x5571735eef70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef100 0.000118
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef100 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef180 0.000118
+gallium_dri.so free 0x5571735ef240 void 0.000118
+gallium_dri.so free 0x5571735ef180 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef180 0.000117
+gallium_dri.so free 0x5571735ef2c0 void 0.000117
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000119
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so free 0x5571735ef2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef480 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef500 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000118
+gallium_dri.so free 0x5571735ef500 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef500 0.000117
+gallium_dri.so free 0x5571735ef640 void 0.000117
+gallium_dri.so free 0x5571735ef500 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef670 0.000119
+gallium_dri.so free 0x5571735ef6c0 void 0.000117
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef670 0.000117
+gallium_dri.so free 0x5571735ef7c0 void 0.000118
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef770 0.000117
+gallium_dri.so free 0x5571735ef880 void 0.000118
+gallium_dri.so free 0x5571735ef770 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000118
+gallium_dri.so free 0x5571735ef830 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef830 0.000117
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so free 0x5571735ef830 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef830 0.000118
+gallium_dri.so free 0x5571735efa80 void 0.000117
+gallium_dri.so free 0x5571735ef830 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa30 0.000117
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735efa30 void 0.000117
+gallium_dri.so malloc 72 0x5571735efb50 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so free 0x5571735efb50 void 0.000117
+gallium_dri.so malloc 72 0x5571735efbe0 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000118
+gallium_dri.so free 0x5571735efbe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efc30 0.000122
+gallium_dri.so free 0x5571735efd00 void 0.000126
+gallium_dri.so free 0x5571735efc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efd00 0.000117
+gallium_dri.so free 0x5571735efdc0 void 0.000117
+gallium_dri.so free 0x5571735efd00 void 0.000121
+gallium_dri.so malloc 72 0x5571735efd00 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so free 0x5571735efd00 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe40 0.000118
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so free 0x5571735efe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efe40 0.000156
+gallium_dri.so free 0x5571735effc0 void 0.000120
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000117
+gallium_dri.so free 0x5571735f0080 void 0.000118
+gallium_dri.so free 0x5571735efe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0030 0.000117
+gallium_dri.so free 0x5571735f0100 void 0.000118
+gallium_dri.so free 0x5571735f0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0150 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000118
+gallium_dri.so free 0x5571735f0150 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0200 0.000117
+gallium_dri.so free 0x5571735f0280 void 0.000118
+gallium_dri.so free 0x5571735f0200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0200 0.000117
+gallium_dri.so free 0x5571735f0300 void 0.000122
+gallium_dri.so free 0x5571735f0200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000120
+gallium_dri.so free 0x5571735f0380 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000118
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0430 0.000118
+gallium_dri.so free 0x5571735f0540 void 0.000118
+gallium_dri.so free 0x5571735f0430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f04f0 0.000123
+gallium_dri.so free 0x5571735f0580 void 0.000112
+gallium_dri.so free 0x5571735f04f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f04f0 0.000110
+gallium_dri.so free 0x5571735f0640 void 0.000109
+gallium_dri.so free 0x5571735f04f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f06b0 0.000110
+gallium_dri.so free 0x5571735f0700 void 0.000110
+gallium_dri.so free 0x5571735f06b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f06b0 0.000109
+gallium_dri.so free 0x5571735f0800 void 0.000110
+gallium_dri.so free 0x5571735f06b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f07b0 0.000111
+gallium_dri.so free 0x5571735f08c0 void 0.000112
+gallium_dri.so free 0x5571735f07b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0870 0.000110
+gallium_dri.so free 0x5571735f0900 void 0.000109
+gallium_dri.so free 0x5571735f0870 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0870 0.000110
+gallium_dri.so free 0x5571735f09c0 void 0.000110
+gallium_dri.so free 0x5571735f0870 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0a00 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0a80 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000112
+gallium_dri.so free 0x5571735f0a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0a80 0.000145
+gallium_dri.so free 0x5571735f0c00 void 0.000127
+gallium_dri.so free 0x5571735f0a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0c20 0.000122
+gallium_dri.so free 0x5571735f0cc0 void 0.000125
+gallium_dri.so free 0x5571735f0c20 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0c70 0.000123
+gallium_dri.so free 0x5571735f0d40 void 0.000118
+gallium_dri.so free 0x5571735f0c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c70 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000119
+gallium_dri.so free 0x5571735f0c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000120
+gallium_dri.so free 0x5571735f0e80 void 0.000122
+gallium_dri.so free 0x5571735f0dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000123
+gallium_dri.so free 0x5571735f0f40 void 0.000124
+gallium_dri.so free 0x5571735f0dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000124
+gallium_dri.so free 0x5571735f1000 void 0.000123
+gallium_dri.so free 0x5571735f0dc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000123
+gallium_dri.so free 0x5571735f10c0 void 0.000125
+gallium_dri.so free 0x5571735f0fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1070 0.000126
+gallium_dri.so free 0x5571735f1140 void 0.000125
+gallium_dri.so free 0x5571735f1070 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1190 0.000133
+gallium_dri.so free 0x5571735f1200 void 0.000125
+gallium_dri.so free 0x5571735f1190 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1220 0.000131
+gallium_dri.so free 0x5571735f12c0 void 0.000234
+gallium_dri.so free 0x5571735f1220 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1270 0.000130
+gallium_dri.so free 0x5571735f1340 void 0.000124
+gallium_dri.so free 0x5571735f1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1270 0.000110
+gallium_dri.so free 0x5571735f13c0 void 0.000210
+gallium_dri.so free 0x5571735f1270 void 0.000178
+gallium_dri.so malloc 72 0x5571735f13c0 0.000131
+gallium_dri.so free 0x5571735f1480 void 0.000125
+gallium_dri.so free 0x5571735f13c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f13c0 0.000123
+gallium_dri.so free 0x5571735f1580 void 0.000141
+gallium_dri.so free 0x5571735f13c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1530 0.000128
+gallium_dri.so free 0x5571735f15c0 void 0.000124
+gallium_dri.so free 0x5571735f1530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1530 0.000119
+gallium_dri.so free 0x5571735f1680 void 0.000126
+gallium_dri.so free 0x5571735f1530 void 0.000126
+gallium_dri.so malloc 72 0x5571735f16c0 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000126
+gallium_dri.so free 0x5571735f16c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1740 0.000123
+gallium_dri.so free 0x5571735f1800 void 0.000127
+gallium_dri.so free 0x5571735f1740 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1740 0.000129
+gallium_dri.so free 0x5571735f1880 void 0.000124
+gallium_dri.so free 0x5571735f1740 void 0.000123
+gallium_dri.so malloc 72 0x5571735f18b0 0.000124
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f18b0 0.000124
+gallium_dri.so free 0x5571735f1a00 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1a40 0.000169
+gallium_dri.so free 0x5571735f1ac0 void 0.000125
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000125
+gallium_dri.so free 0x5571735f1b80 void 0.000129
+gallium_dri.so free 0x5571735f1ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000125
+gallium_dri.so free 0x5571735f1c00 void 0.000126
+gallium_dri.so free 0x5571735f1ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1c30 0.000130
+gallium_dri.so free 0x5571735f1c80 void 0.000124
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c30 0.000124
+gallium_dri.so free 0x5571735f1d80 void 0.000124
+gallium_dri.so free 0x5571735f1c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1d30 0.000123
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1df0 0.000125
+gallium_dri.so free 0x5571735f1ec0 void 0.000133
+gallium_dri.so free 0x5571735f1df0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1df0 0.000120
+gallium_dri.so free 0x5571735f1f80 void 0.000170
+gallium_dri.so free 0x5571735f1df0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1df0 0.000133
+gallium_dri.so free 0x5571735f2040 void 0.000136
+gallium_dri.so free 0x5571735f1df0 void 0.000190
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000334
+gallium_dri.so free 0x5571735f20c0 void 0.000338
+gallium_dri.so free 0x5571735f1ff0 void 0.000333
+gallium_dri.so malloc 72 0x5571735f2110 0.000333
+gallium_dri.so free 0x5571735f2180 void 0.000221
+gallium_dri.so free 0x5571735f2110 void 0.000201
+gallium_dri.so malloc 72 0x5571735f21a0 0.000197
+gallium_dri.so free 0x5571735f2240 void 0.000177
+gallium_dri.so free 0x5571735f21a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f21f0 0.000120
+gallium_dri.so free 0x5571735f22c0 void 0.000122
+gallium_dri.so free 0x5571735f21f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22c0 0.000131
+gallium_dri.so free 0x5571735f2380 void 0.000117
+gallium_dri.so free 0x5571735f22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f22c0 0.000117
+gallium_dri.so free 0x5571735f2400 void 0.000116
+gallium_dri.so free 0x5571735f22c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2400 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2400 0.000126
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so free 0x5571735f2400 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2400 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000116
+gallium_dri.so free 0x5571735f2400 void 0.000129
+gallium_dri.so malloc 72 0x5571735f25f0 0.000121
+gallium_dri.so free 0x5571735f26c0 void 0.000121
+gallium_dri.so free 0x5571735f25f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2710 0.000129
+gallium_dri.so free 0x5571735f2780 void 0.000131
+gallium_dri.so free 0x5571735f2710 void 0.000126
+gallium_dri.so malloc 72 0x5571735f27c0 0.000122
+gallium_dri.so free 0x5571735f2840 void 0.000126
+gallium_dri.so free 0x5571735f27c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f27c0 0.000132
+gallium_dri.so free 0x557173620ec0 void 0.000132
+gallium_dri.so free 0x5571735f27c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f27c0 0.000122
+gallium_dri.so free 0x557173590b40 void 0.000130
+gallium_dri.so free 0x5571735f27c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f27c0 0.000121
+gallium_dri.so free 0x557173467680 void 0.000125
+gallium_dri.so free 0x5571735f27c0 void 0.000131
+gallium_dri.so malloc 72 0x557173467630 0.000170
+gallium_dri.so free 0x5571735f2840 void 0.000127
+gallium_dri.so free 0x557173467630 void 0.000124
+gallium_dri.so malloc 72 0x557173467630 0.000129
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so free 0x557173467630 void 0.000160
+gallium_dri.so malloc 72 0x557173467630 0.000168
+gallium_dri.so free 0x55717360ba40 void 0.000130
+gallium_dri.so free 0x557173467630 void 0.000125
+gallium_dri.so malloc 72 0x557173467630 0.000121
+gallium_dri.so free 0x557173467480 void 0.000125
+gallium_dri.so free 0x557173467630 void 0.000182
+gallium_dri.so malloc 72 0x557173467430 0.000126
+gallium_dri.so free 0x55717360bd00 void 0.000130
+gallium_dri.so free 0x557173467430 void 0.000129
+gallium_dri.so malloc 72 0x55717360bcb0 0.000125
+gallium_dri.so free 0x5571735f28c0 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f28e0 0.000124
+gallium_dri.so free 0x55717360bb40 void 0.000121
+gallium_dri.so free 0x5571735f28e0 void 0.000124
+gallium_dri.so malloc 72 0x55717360baf0 0.000129
+gallium_dri.so free 0x55717360bdc0 void 0.000132
+gallium_dri.so free 0x55717360baf0 void 0.000126
+gallium_dri.so malloc 72 0x55717360bd70 0.000126
+gallium_dri.so free 0x557173589740 void 0.000136
+gallium_dri.so free 0x55717360bd70 void 0.000133
+gallium_dri.so malloc 72 0x5571735896f0 0.000134
+gallium_dri.so free 0x557173589800 void 0.000134
+gallium_dri.so free 0x5571735896f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735897b0 0.000124
+gallium_dri.so free 0x557173589880 void 0.000124
+gallium_dri.so free 0x5571735897b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735897b0 0.000165
+gallium_dri.so free 0x557173589940 void 0.000139
+gallium_dri.so free 0x5571735897b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735897b0 0.000134
+gallium_dri.so free 0x557173589a00 void 0.000130
+gallium_dri.so free 0x5571735897b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735899b0 0.000126
+gallium_dri.so free 0x557173601340 void 0.000131
+gallium_dri.so free 0x5571735899b0 void 0.000133
+gallium_dri.so malloc 72 0x557173601340 0.000131
+gallium_dri.so free 0x557173601400 void 0.000129
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so malloc 72 0x557173601340 0.000131
+gallium_dri.so free 0x557173601480 void 0.000129
+gallium_dri.so free 0x557173601340 void 0.000124
+gallium_dri.so malloc 72 0x5571736014b0 0.000124
+gallium_dri.so free 0x557173601500 void 0.000124
+gallium_dri.so free 0x5571736014b0 void 0.000128
+gallium_dri.so malloc 72 0x557173601500 0.000133
+gallium_dri.so free 0x5571736015c0 void 0.000135
+gallium_dri.so free 0x557173601500 void 0.000134
+gallium_dri.so malloc 72 0x557173601500 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000144
+gallium_dri.so free 0x557173601500 void 0.000143
+gallium_dri.so malloc 72 0x557173464e00 0.000152
+gallium_dri.so free 0x557173464ec0 void 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000127
+gallium_dri.so malloc 72 0x557173464e00 0.000126
+gallium_dri.so free 0x557173464f40 void 0.000130
+gallium_dri.so free 0x557173464e00 void 0.000126
+gallium_dri.so malloc 72 0x557173464f70 0.000122
+gallium_dri.so free 0x557173464fc0 void 0.000121
+gallium_dri.so free 0x557173464f70 void 0.000126
+gallium_dri.so malloc 72 0x557173464f70 0.000124
+gallium_dri.so free 0x5571734650c0 void 0.000126
+gallium_dri.so free 0x557173464f70 void 0.000131
+gallium_dri.so malloc 72 0x557173465070 0.000133
+gallium_dri.so free 0x557173465180 void 0.000130
+gallium_dri.so free 0x557173465070 void 0.000126
+gallium_dri.so malloc 72 0x557173465130 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000127
+gallium_dri.so free 0x557173465130 void 0.000127
+gallium_dri.so malloc 72 0x557173465130 0.000121
+gallium_dri.so free 0x55717358e280 void 0.000121
+gallium_dri.so free 0x557173465130 void 0.000143
+gallium_dri.so malloc 72 0x55717358e2b0 0.000131
+gallium_dri.so free 0x55717358e300 void 0.000130
+gallium_dri.so free 0x55717358e2b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e2b0 0.000131
+gallium_dri.so free 0x55717358e400 void 0.000126
+gallium_dri.so free 0x55717358e2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e3b0 0.000129
+gallium_dri.so free 0x55717358e4c0 void 0.000126
+gallium_dri.so free 0x55717358e3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e470 0.000129
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so free 0x55717358e470 void 0.000131
+gallium_dri.so malloc 72 0x55717358e470 0.000129
+gallium_dri.so free 0x557173608480 void 0.000125
+gallium_dri.so free 0x55717358e470 void 0.000121
+gallium_dri.so malloc 72 0x55717358e470 0.000126
+gallium_dri.so free 0x557173608580 void 0.000130
+gallium_dri.so free 0x55717358e470 void 0.000134
+gallium_dri.so malloc 72 0x557173608530 0.000129
+gallium_dri.so free 0x557173608600 void 0.000122
+gallium_dri.so free 0x557173608530 void 0.000140
+gallium_dri.so malloc 72 0x557173608650 0.000126
+gallium_dri.so free 0x5571736086c0 void 0.000127
+gallium_dri.so free 0x557173608650 void 0.000129
+gallium_dri.so malloc 72 0x5571736086e0 0.000125
+gallium_dri.so free 0x557173608780 void 0.000124
+gallium_dri.so free 0x5571736086e0 void 0.000119
+gallium_dri.so malloc 72 0x557173608730 0.000120
+gallium_dri.so free 0x557173608800 void 0.000122
+gallium_dri.so free 0x557173608730 void 0.000124
+gallium_dri.so malloc 72 0x557173608730 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000129
+gallium_dri.so free 0x557173608730 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0000 0.000126
+gallium_dri.so free 0x5571735d00c0 void 0.000125
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0000 0.000125
+gallium_dri.so free 0x5571735d0180 void 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000124
+gallium_dri.so malloc 72 0x5571735d01a0 0.000141
+gallium_dri.so free 0x5571735d0240 void 0.000136
+gallium_dri.so free 0x5571735d01a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d01f0 0.000201
+gallium_dri.so free 0x5571735d02c0 void 0.000133
+gallium_dri.so free 0x5571735d01f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d01f0 0.000125
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d01f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0340 0.000130
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0340 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000125
+gallium_dri.so malloc 72 0x5571734628f0 0.000121
+gallium_dri.so free 0x557173462940 void 0.000120
+gallium_dri.so free 0x5571734628f0 void 0.000124
+gallium_dri.so malloc 72 0x557173462940 0.000130
+gallium_dri.so free 0x557173462a00 void 0.000131
+gallium_dri.so free 0x557173462940 void 0.000125
+gallium_dri.so malloc 72 0x557173462940 0.000122
+gallium_dri.so free 0x557173462b00 void 0.000126
+gallium_dri.so free 0x557173462940 void 0.000130
+gallium_dri.so malloc 72 0x557173462ab0 0.000125
+gallium_dri.so free 0x557173462bc0 void 0.000134
+gallium_dri.so free 0x557173462ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173462b70 0.000124
+gallium_dri.so free 0x5571735d25c0 void 0.000129
+gallium_dri.so free 0x557173462b70 void 0.000130
+gallium_dri.so malloc 72 0x557173462b70 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000130
+gallium_dri.so free 0x557173462b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2630 0.000129
+gallium_dri.so free 0x5571735d2700 void 0.000128
+gallium_dri.so free 0x5571735d2630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2750 0.000131
+gallium_dri.so free 0x5571735d27c0 void 0.000130
+gallium_dri.so free 0x5571735d2750 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2800 0.000125
+gallium_dri.so free 0x5571735d2880 void 0.000122
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2800 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000130
+gallium_dri.so free 0x5571735d2800 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2930 0.000125
+gallium_dri.so free 0x557173469380 void 0.000140
+gallium_dri.so free 0x5571735d2930 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2930 0.000129
+gallium_dri.so free 0x557173469400 void 0.000129
+gallium_dri.so free 0x5571735d2930 void 0.000131
+gallium_dri.so malloc 72 0x557173469400 0.000130
+gallium_dri.so free 0x5571734694c0 void 0.000129
+gallium_dri.so free 0x557173469400 void 0.000132
+gallium_dri.so malloc 72 0x557173469400 0.000131
+gallium_dri.so free 0x557173469580 void 0.000131
+gallium_dri.so free 0x557173469400 void 0.000124
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469640 void 0.000126
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x5571734695f0 0.000120
+gallium_dri.so free 0x557173469640 void 0.000120
+gallium_dri.so free 0x5571734695f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734695f0 0.000130
+gallium_dri.so free 0x557173604300 void 0.000130
+gallium_dri.so free 0x5571734695f0 void 0.000130
+gallium_dri.so malloc 72 0x557173604350 0.000130
+gallium_dri.so free 0x5571736043c0 void 0.000197
+gallium_dri.so free 0x557173604350 void 0.000146
+gallium_dri.so malloc 72 0x5571736043e0 0.000131
+gallium_dri.so free 0x557173604480 void 0.000129
+gallium_dri.so free 0x5571736043e0 void 0.000130
+gallium_dri.so malloc 72 0x557173604430 0.000129
+gallium_dri.so free 0x557173469740 void 0.000125
+gallium_dri.so free 0x557173604430 void 0.000119
+gallium_dri.so malloc 72 0x5571734696f0 0.000125
+gallium_dri.so free 0x557173604500 void 0.000130
+gallium_dri.so free 0x5571734696f0 void 0.000129
+gallium_dri.so malloc 72 0x557173604500 0.000125
+gallium_dri.so free 0x5571736045c0 void 0.000120
+gallium_dri.so free 0x557173604500 void 0.000124
+gallium_dri.so malloc 72 0x557173604500 0.000130
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x557173604500 void 0.000125
+gallium_dri.so malloc 72 0x5571736046a0 0.000152
+gallium_dri.so free 0x5571735d5580 void 0.000127
+gallium_dri.so free 0x5571736046a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55b0 0.000129
+gallium_dri.so free 0x5571735d5600 void 0.000140
+gallium_dri.so free 0x5571735d55b0 void 0.000174
+gallium_dri.so malloc 72 0x5571735d55b0 0.000235
+gallium_dri.so free 0x5571735d5700 void 0.000238
+gallium_dri.so free 0x5571735d55b0 void 0.000279
+gallium_dri.so malloc 72 0x5571735d56b0 0.000235
+gallium_dri.so free 0x5571735d57c0 void 0.000296
+gallium_dri.so free 0x5571735d56b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735d5770 0.000277
+gallium_dri.so free 0x5571735d5800 void 0.000270
+gallium_dri.so free 0x5571735d5770 void 0.000282
+gallium_dri.so malloc 72 0x5571735d5770 0.000272
+gallium_dri.so free 0x5571735d58c0 void 0.000286
+gallium_dri.so free 0x5571735d5770 void 0.000276
+gallium_dri.so malloc 72 0x5571735d5910 0.000327
+gallium_dri.so free 0x5571735d2fc0 void 0.000341
+gallium_dri.so free 0x5571735d5910 void 0.000287
+gallium_dri.so malloc 72 0x5571735d3000 0.000289
+gallium_dri.so free 0x5571735d3080 void 0.000284
+gallium_dri.so free 0x5571735d3000 void 0.000235
+gallium_dri.so malloc 72 0x5571735d3080 0.000289
+gallium_dri.so free 0x5571735d3140 void 0.000174
+gallium_dri.so free 0x5571735d3080 void 0.000171
+gallium_dri.so malloc 72 0x5571735d3080 0.000175
+gallium_dri.so free 0x5571735d31c0 void 0.000137
+gallium_dri.so free 0x5571735d3080 void 0.000189
+gallium_dri.so malloc 72 0x5571735d31f0 0.000297
+gallium_dri.so free 0x5571735d3240 void 0.000180
+gallium_dri.so free 0x5571735d31f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d31f0 0.000171
+gallium_dri.so free 0x5571735d3340 void 0.000139
+gallium_dri.so free 0x5571735d31f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d32f0 0.000130
+gallium_dri.so free 0x557173465800 void 0.000132
+gallium_dri.so free 0x5571735d32f0 void 0.000131
+gallium_dri.so malloc 72 0x557173465840 0.000131
+gallium_dri.so free 0x5571734658c0 void 0.000135
+gallium_dri.so free 0x557173465840 void 0.000135
+gallium_dri.so malloc 72 0x557173465840 0.000136
+gallium_dri.so free 0x557173465940 void 0.000136
+gallium_dri.so free 0x557173465840 void 0.000131
+gallium_dri.so malloc 72 0x557173465970 0.000259
+gallium_dri.so free 0x5571734659c0 void 0.000137
+gallium_dri.so free 0x557173465970 void 0.000137
+gallium_dri.so malloc 72 0x557173465970 0.000136
+gallium_dri.so free 0x557173465ac0 void 0.000287
+gallium_dri.so free 0x557173465970 void 0.000255
+gallium_dri.so malloc 72 0x557173465a70 0.000230
+gallium_dri.so free 0x557173465b80 void 0.000270
+gallium_dri.so free 0x557173465a70 void 0.000231
+gallium_dri.so malloc 72 0x557173465b30 0.000232
+gallium_dri.so free 0x55717358ec00 void 0.000248
+gallium_dri.so free 0x557173465b30 void 0.000232
+gallium_dri.so malloc 72 0x55717358ec30 0.000230
+gallium_dri.so free 0x55717358ec80 void 0.000248
+gallium_dri.so free 0x55717358ec30 void 0.000247
+gallium_dri.so malloc 72 0x55717358ec30 0.000230
+gallium_dri.so free 0x55717358ed80 void 0.000287
+gallium_dri.so free 0x55717358ec30 void 0.000169
+gallium_dri.so malloc 72 0x55717358edc0 0.000148
+gallium_dri.so free 0x55717358ee40 void 0.000139
+gallium_dri.so free 0x55717358edc0 void 0.000155
+gallium_dri.so malloc 72 0x55717358ee40 0.000258
+gallium_dri.so free 0x557173465bc0 void 0.000139
+gallium_dri.so free 0x55717358ee40 void 0.000137
+gallium_dri.so malloc 72 0x55717358ee40 0.000132
+gallium_dri.so free 0x55717358ef00 void 0.000127
+gallium_dri.so free 0x55717358ee40 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee40 0.000132
+gallium_dri.so free 0x55717358efc0 void 0.000133
+gallium_dri.so free 0x55717358ee40 void 0.000133
+gallium_dri.so malloc 72 0x55717358ef70 0.000125
+gallium_dri.so free 0x557173601d40 void 0.000125
+gallium_dri.so free 0x55717358ef70 void 0.000132
+gallium_dri.so malloc 72 0x557173601d90 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000131
+gallium_dri.so free 0x557173601d90 void 0.000128
+gallium_dri.so malloc 72 0x557173601e60 0.000133
+gallium_dri.so free 0x557173601f00 void 0.000137
+gallium_dri.so free 0x557173601e60 void 0.000135
+gallium_dri.so malloc 72 0x557173601eb0 0.000134
+gallium_dri.so free 0x557173601f40 void 0.000138
+gallium_dri.so free 0x557173601eb0 void 0.000150
+gallium_dri.so malloc 72 0x557173601eb0 0.000139
+gallium_dri.so free 0x557173602000 void 0.000137
+gallium_dri.so free 0x557173601eb0 void 0.000140
+gallium_dri.so malloc 72 0x557173602040 0.000132
+gallium_dri.so free 0x5571736020c0 void 0.000135
+gallium_dri.so free 0x557173602040 void 0.000137
+gallium_dri.so malloc 72 0x5571736020c0 0.000133
+gallium_dri.so free 0x557173463240 void 0.000133
+gallium_dri.so free 0x5571736020c0 void 0.000132
+gallium_dri.so malloc 72 0x557173463260 0.000128
+gallium_dri.so free 0x557173463300 void 0.000126
+gallium_dri.so free 0x557173463260 void 0.000126
+gallium_dri.so malloc 72 0x5571734632b0 0.000127
+gallium_dri.so free 0x557173463380 void 0.000128
+gallium_dri.so free 0x5571734632b0 void 0.000125
+gallium_dri.so malloc 72 0x557173463380 0.000127
+gallium_dri.so free 0x557173463440 void 0.000128
+gallium_dri.so free 0x557173463380 void 0.000125
+gallium_dri.so malloc 72 0x557173463380 0.000126
+gallium_dri.so free 0x5571734634c0 void 0.000128
+gallium_dri.so free 0x557173463380 void 0.000125
+gallium_dri.so malloc 72 0x5571734634c0 0.000126
+gallium_dri.so free 0x557173463580 void 0.000128
+gallium_dri.so free 0x5571734634c0 void 0.000160
+gallium_dri.so malloc 72 0x5571734634c0 0.000153
+gallium_dri.so free 0x55717358a080 void 0.000154
+gallium_dri.so free 0x5571734634c0 void 0.000151
+gallium_dri.so malloc 72 0x55717358a0b0 0.000153
+gallium_dri.so free 0x55717358a100 void 0.000153
+gallium_dri.so free 0x55717358a0b0 void 0.000153
+gallium_dri.so malloc 72 0x55717358a0b0 0.000151
+gallium_dri.so free 0x55717358a200 void 0.000152
+gallium_dri.so free 0x55717358a0b0 void 0.000160
+gallium_dri.so malloc 72 0x55717358a1b0 0.000126
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so free 0x55717358a1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a270 0.000116
+gallium_dri.so free 0x55717358a340 void 0.000114
+gallium_dri.so free 0x55717358a270 void 0.000112
+gallium_dri.so malloc 72 0x55717358a360 0.000114
+gallium_dri.so free 0x55717358a400 void 0.000115
+gallium_dri.so free 0x55717358a360 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3b0 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717358a3b0 void 0.000112
+gallium_dri.so malloc 72 0x557173606900 0.000113
+gallium_dri.so free 0x557173606980 void 0.000115
+gallium_dri.so free 0x557173606900 void 0.000127
+gallium_dri.so malloc 72 0x557173606980 0.000115
+gallium_dri.so free 0x557173606a40 void 0.000115
+gallium_dri.so free 0x557173606980 void 0.000113
+gallium_dri.so malloc 72 0x557173606980 0.000112
+gallium_dri.so free 0x557173606ac0 void 0.000114
+gallium_dri.so free 0x557173606980 void 0.000112
+gallium_dri.so malloc 72 0x557173606af0 0.000113
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606af0 void 0.000111
+gallium_dri.so malloc 72 0x557173606af0 0.000138
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606af0 void 0.000112
+gallium_dri.so malloc 72 0x557173606c80 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000115
+gallium_dri.so free 0x557173606c80 void 0.000112
+gallium_dri.so malloc 72 0x557173609ed0 0.000114
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173609f60 0.000112
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609f60 void 0.000114
+gallium_dri.so malloc 72 0x557173609fb0 0.000111
+gallium_dri.so free 0x55717360a080 void 0.000116
+gallium_dri.so free 0x557173609fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609fb0 0.000113
+gallium_dri.so free 0x55717360a100 void 0.000115
+gallium_dri.so free 0x557173609fb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360a100 0.000116
+gallium_dri.so free 0x55717360a1c0 void 0.000115
+gallium_dri.so free 0x55717360a100 void 0.000111
+gallium_dri.so malloc 72 0x55717360a100 0.000137
+gallium_dri.so free 0x557173467dc0 void 0.000254
+gallium_dri.so free 0x55717360a100 void 0.000183
+gallium_dri.so malloc 72 0x557173467de0 0.000118
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so free 0x557173467de0 void 0.000113
+gallium_dri.so malloc 72 0x557173467e30 0.000113
+gallium_dri.so free 0x557173467f00 void 0.000112
+gallium_dri.so free 0x557173467e30 void 0.000112
+gallium_dri.so malloc 72 0x557173467e30 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000114
+gallium_dri.so free 0x557173467e30 void 0.000113
+gallium_dri.so malloc 72 0x557173467f80 0.000113
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so free 0x557173467f80 void 0.000113
+gallium_dri.so malloc 72 0x557173467f80 0.000113
+gallium_dri.so free 0x557173468100 void 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000114
+gallium_dri.so malloc 72 0x557173467f80 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a50 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000125
+gallium_dri.so free 0x5571735d0a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b00 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b80 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b80 0.000113
+gallium_dri.so free 0x5571734681c0 void 0.000113
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so malloc 72 0x557173468170 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so free 0x557173468170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d00 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so free 0x5571735d0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d80 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so malloc 72 0x557173608ec0 0.000116
+gallium_dri.so free 0x557173608f40 void 0.000117
+gallium_dri.so free 0x557173608ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ec0 0.000114
+gallium_dri.so free 0x557173608fc0 void 0.000115
+gallium_dri.so free 0x557173608ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ff0 0.000113
+gallium_dri.so free 0x557173609040 void 0.000113
+gallium_dri.so free 0x557173608ff0 void 0.000122
+gallium_dri.so malloc 72 0x557173608ff0 0.000113
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so free 0x557173608ff0 void 0.000141
+gallium_dri.so malloc 72 0x5571736090f0 0.000120
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x5571736090f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736091b0 0.000115
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x5571736091b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591240 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591380 0.000115
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so free 0x557173591380 void 0.000113
+gallium_dri.so malloc 72 0x557173591400 0.000113
+gallium_dri.so free 0x557173609240 void 0.000114
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so malloc 72 0x557173591400 0.000113
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so free 0x557173591400 void 0.000112
+gallium_dri.so malloc 72 0x557173591400 0.000113
+gallium_dri.so free 0x557173591580 void 0.000114
+gallium_dri.so free 0x557173591400 void 0.000154
+gallium_dri.so malloc 72 0x557173591530 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000116
+gallium_dri.so free 0x557173591530 void 0.000114
+gallium_dri.so malloc 72 0x55717358c690 0.000115
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so free 0x55717358c690 void 0.000112
+gallium_dri.so malloc 72 0x55717358c760 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so free 0x55717358c760 void 0.000112
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c840 void 0.000115
+gallium_dri.so free 0x55717358c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000115
+gallium_dri.so free 0x55717358c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c940 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000115
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9c0 0.000119
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x55717358c9c0 void 0.000113
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x5571736095c0 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000115
+gallium_dri.so malloc 72 0x557173609530 0.000112
+gallium_dri.so free 0x557173609680 void 0.000116
+gallium_dri.so free 0x557173609530 void 0.000121
+gallium_dri.so malloc 72 0x5571736096d0 0.000113
+gallium_dri.so free 0x557173609740 void 0.000114
+gallium_dri.so free 0x5571736096d0 void 0.000112
+gallium_dri.so malloc 72 0x557173609780 0.000115
+gallium_dri.so free 0x557173609800 void 0.000132
+gallium_dri.so free 0x557173609780 void 0.000116
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x557173609940 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000116
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x5571735d4800 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4770 0.000116
+gallium_dri.so free 0x5571735d48c0 void 0.000107
+gallium_dri.so free 0x5571735d4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4900 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4980 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4980 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466ec0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000113
+gallium_dri.so malloc 72 0x557173466e70 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000113
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so free 0x557173467000 void 0.000112
+gallium_dri.so malloc 72 0x557173467080 0.000113
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x557173467080 void 0.000112
+gallium_dri.so malloc 72 0x557173467080 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467080 void 0.000113
+gallium_dri.so malloc 72 0x5571734671f0 0.000126
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671f0 0.000111
+gallium_dri.so free 0x557173589100 void 0.000113
+gallium_dri.so free 0x5571734671f0 void 0.000112
+gallium_dri.so malloc 72 0x557173589100 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x557173589100 void 0.000112
+gallium_dri.so malloc 72 0x557173589100 0.000118
+gallium_dri.so free 0x5571735892c0 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000112
+gallium_dri.so malloc 72 0x557173589100 0.000112
+gallium_dri.so free 0x557173589340 void 0.000113
+gallium_dri.so free 0x557173589100 void 0.000112
+gallium_dri.so malloc 72 0x557173589370 0.000113
+gallium_dri.so free 0x5571735893c0 void 0.000114
+gallium_dri.so free 0x557173589370 void 0.000114
+gallium_dri.so malloc 72 0x557173589370 0.000113
+gallium_dri.so free 0x5571735894c0 void 0.000114
+gallium_dri.so free 0x557173589370 void 0.000113
+gallium_dri.so malloc 72 0x557173589470 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x557173589470 void 0.000114
+gallium_dri.so malloc 72 0x557173589470 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x557173589470 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6f0 0.000113
+gallium_dri.so free 0x55717358b740 void 0.000126
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b740 0.000114
+gallium_dri.so free 0x55717358b800 void 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000112
+gallium_dri.so malloc 72 0x55717358b740 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b740 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8b0 0.000112
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358ba00 void 0.000113
+gallium_dri.so free 0x55717358b970 void 0.000111
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000113
+gallium_dri.so free 0x557173607fc0 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000112
+gallium_dri.so malloc 72 0x557173607f00 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000113
+gallium_dri.so malloc 72 0x557173608070 0.000113
+gallium_dri.so free 0x557173608100 void 0.000182
+gallium_dri.so free 0x557173608070 void 0.000115
+gallium_dri.so malloc 72 0x557173608070 0.000113
+gallium_dri.so free 0x5571736081c0 void 0.000114
+gallium_dri.so free 0x557173608070 void 0.000114
+gallium_dri.so malloc 72 0x557173608200 0.000130
+gallium_dri.so free 0x557173608280 void 0.000120
+gallium_dri.so free 0x557173608200 void 0.000115
+gallium_dri.so malloc 72 0x557173608280 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x557173608280 void 0.000112
+gallium_dri.so malloc 72 0x557173608280 0.000114
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x557173608280 void 0.000113
+gallium_dri.so malloc 72 0x557173605970 0.000113
+gallium_dri.so free 0x5571736059c0 void 0.000115
+gallium_dri.so free 0x557173605970 void 0.000112
+gallium_dri.so malloc 72 0x557173605970 0.000112
+gallium_dri.so free 0x557173605ac0 void 0.000113
+gallium_dri.so free 0x557173605970 void 0.000115
+gallium_dri.so malloc 72 0x557173605b00 0.000113
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so free 0x557173605b00 void 0.000113
+gallium_dri.so malloc 72 0x557173605b80 0.000114
+gallium_dri.so free 0x557173605c40 void 0.000114
+gallium_dri.so free 0x557173605b80 void 0.000113
+gallium_dri.so malloc 72 0x557173605b80 0.000118
+gallium_dri.so free 0x557173605cc0 void 0.000124
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000112
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x557173605cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173605cf0 0.000112
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173605cf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4c0 0.000121
+gallium_dri.so free 0x55717360b580 void 0.000125
+gallium_dri.so free 0x55717360b4c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360b4c0 0.000123
+gallium_dri.so free 0x55717360b680 void 0.000120
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000116
+gallium_dri.so free 0x55717360b700 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b730 0.000113
+gallium_dri.so free 0x55717360b780 void 0.000115
+gallium_dri.so free 0x55717360b730 void 0.000112
+gallium_dri.so malloc 72 0x55717360b730 0.000114
+gallium_dri.so free 0x55717360b880 void 0.000114
+gallium_dri.so free 0x55717360b730 void 0.000113
+gallium_dri.so malloc 72 0x55717360b830 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717360b830 void 0.000113
+gallium_dri.so malloc 72 0x55717360b830 0.000112
+gallium_dri.so free 0x557173590240 void 0.000128
+gallium_dri.so free 0x55717360b830 void 0.000114
+gallium_dri.so malloc 72 0x557173590270 0.000117
+gallium_dri.so free 0x5571735902c0 void 0.000115
+gallium_dri.so free 0x557173590270 void 0.000114
+gallium_dri.so malloc 72 0x5571735902c0 0.000113
+gallium_dri.so free 0x557173590380 void 0.000112
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735902c0 0.000112
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000113
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x557173590580 void 0.000114
+gallium_dri.so free 0x5571735904f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so free 0x5571735904f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358dd40 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000113
+gallium_dri.so free 0x55717358de40 void 0.000181
+gallium_dri.so free 0x55717358dc80 void 0.000116
+gallium_dri.so malloc 72 0x55717358ddf0 0.000112
+gallium_dri.so free 0x55717358de80 void 0.000113
+gallium_dri.so free 0x55717358ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ddf0 0.000113
+gallium_dri.so free 0x55717358df40 void 0.000112
+gallium_dri.so free 0x55717358ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358df80 0.000112
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000113
+gallium_dri.so malloc 72 0x55717358e000 0.000111
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000112
+gallium_dri.so malloc 72 0x55717358e000 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000112
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfb00 void 0.000113
+gallium_dri.so free 0x5571735cfab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfab0 0.000112
+gallium_dri.so free 0x5571735cfc00 void 0.000112
+gallium_dri.so free 0x5571735cfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfc40 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so free 0x5571735cfc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000123
+gallium_dri.so free 0x5571735cfd80 void 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe30 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735cfe30 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfe30 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so free 0x5571735cfe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2040 0.000114
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2040 0.000113
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000113
+gallium_dri.so malloc 72 0x5571735d22b0 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735d22b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d22b0 0.000113
+gallium_dri.so free 0x5571735d2400 void 0.000116
+gallium_dri.so free 0x5571735d22b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23b0 0.000113
+gallium_dri.so free 0x557173464800 void 0.000128
+gallium_dri.so free 0x5571735d23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23b0 0.000113
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x5571735d23b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734648b0 0.000114
+gallium_dri.so free 0x557173464900 void 0.000115
+gallium_dri.so free 0x5571734648b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464900 0.000114
+gallium_dri.so free 0x5571734649c0 void 0.000115
+gallium_dri.so free 0x557173464900 void 0.000114
+gallium_dri.so malloc 72 0x557173464900 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464900 void 0.000113
+gallium_dri.so malloc 72 0x557173464a70 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x557173464a70 void 0.000112
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x557173464bc0 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000115
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000112
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x557173603440 void 0.000114
+gallium_dri.so free 0x557173603380 void 0.000118
+gallium_dri.so malloc 72 0x557173603380 0.000155
+gallium_dri.so free 0x557173603540 void 0.000150
+gallium_dri.so free 0x557173603380 void 0.000112
+gallium_dri.so malloc 72 0x5571736034f0 0.000118
+gallium_dri.so free 0x557173603580 void 0.000113
+gallium_dri.so free 0x5571736034f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736034f0 0.000116
+gallium_dri.so free 0x557173603640 void 0.000115
+gallium_dri.so free 0x5571736034f0 void 0.000113
+gallium_dri.so malloc 72 0x557173603680 0.000118
+gallium_dri.so free 0x557173603700 void 0.000124
+gallium_dri.so free 0x557173603680 void 0.000118
+gallium_dri.so malloc 72 0x557173603700 0.000115
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x557173603700 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2970 0.000122
+gallium_dri.so free 0x5571735f2a00 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000115
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b30 0.000112
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000120
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so free 0x5571735f2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c30 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000114
+gallium_dri.so free 0x5571735f2c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2d80 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000113
+gallium_dri.so free 0x5571735f2e40 void 0.000115
+gallium_dri.so free 0x5571735f2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e80 0.000113
+gallium_dri.so free 0x5571735f2f00 void 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2f00 0.000113
+gallium_dri.so free 0x5571735f2fc0 void 0.000113
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2f00 0.000115
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30a0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f30a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30f0 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f3240 void 0.000124
+gallium_dri.so free 0x5571735f30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3240 0.000112
+gallium_dri.so free 0x5571735f3300 void 0.000110
+gallium_dri.so free 0x5571735f3240 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3240 0.000111
+gallium_dri.so free 0x5571735f33c0 void 0.000112
+gallium_dri.so free 0x5571735f3240 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3240 0.000147
+gallium_dri.so free 0x5571735f3480 void 0.000117
+gallium_dri.so free 0x5571735f3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000112
+gallium_dri.so free 0x5571735f3540 void 0.000111
+gallium_dri.so free 0x5571735f3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f34f0 0.000112
+gallium_dri.so free 0x5571735f35c0 void 0.000113
+gallium_dri.so free 0x5571735f34f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3610 0.000111
+gallium_dri.so free 0x5571735f3680 void 0.000112
+gallium_dri.so free 0x5571735f3610 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3610 0.000111
+gallium_dri.so free 0x5571734734c0 void 0.000114
+gallium_dri.so free 0x5571735f3610 void 0.000113
+gallium_dri.so malloc 72 0x557173473470 0.000125
+gallium_dri.so free 0x557173473540 void 0.000121
+gallium_dri.so free 0x557173473470 void 0.000113
+gallium_dri.so malloc 72 0x557173473470 0.000114
+gallium_dri.so free 0x5571734735c0 void 0.000165
+gallium_dri.so free 0x557173473470 void 0.000112
+gallium_dri.so malloc 72 0x5571734735c0 0.000113
+gallium_dri.so free 0x557173473680 void 0.000112
+gallium_dri.so free 0x5571734735c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734735c0 0.000112
+gallium_dri.so free 0x557173473780 void 0.000112
+gallium_dri.so free 0x5571734735c0 void 0.000112
+gallium_dri.so malloc 72 0x557173473730 0.000112
+gallium_dri.so free 0x5571734737c0 void 0.000113
+gallium_dri.so free 0x557173473730 void 0.000113
+gallium_dri.so malloc 72 0x557173473730 0.000111
+gallium_dri.so free 0x557173473880 void 0.000112
+gallium_dri.so free 0x557173473730 void 0.000112
+gallium_dri.so malloc 72 0x5571734738c0 0.000111
+gallium_dri.so free 0x557173473940 void 0.000117
+gallium_dri.so free 0x5571734738c0 void 0.000126
+gallium_dri.so malloc 72 0x557173473940 0.000119
+gallium_dri.so free 0x557173473a00 void 0.000114
+gallium_dri.so free 0x557173473940 void 0.000112
+gallium_dri.so malloc 72 0x557173473940 0.000110
+gallium_dri.so free 0x557173473a80 void 0.000112
+gallium_dri.so free 0x557173473940 void 0.000119
+gallium_dri.so malloc 72 0x557173473ab0 0.000115
+gallium_dri.so free 0x557173473b00 void 0.000115
+gallium_dri.so free 0x557173473ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173473ab0 0.000115
+gallium_dri.so free 0x557173473c00 void 0.000129
+gallium_dri.so free 0x557173473ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173473c40 0.000112
+gallium_dri.so free 0x557173473cc0 void 0.000114
+gallium_dri.so free 0x557173473c40 void 0.000112
+gallium_dri.so malloc 72 0x557173473cc0 0.000113
+gallium_dri.so free 0x557173473d80 void 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173473cc0 0.000112
+gallium_dri.so free 0x557173473e00 void 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173473e30 0.000114
+gallium_dri.so free 0x557173473e80 void 0.000114
+gallium_dri.so free 0x557173473e30 void 0.000112
+gallium_dri.so malloc 72 0x557173473e30 0.000113
+gallium_dri.so free 0x557173473f80 void 0.000114
+gallium_dri.so free 0x557173473e30 void 0.000112
+gallium_dri.so malloc 72 0x557173473f30 0.000112
+gallium_dri.so free 0x557173474040 void 0.000114
+gallium_dri.so free 0x557173473f30 void 0.000113
+gallium_dri.so malloc 72 0x557173473ff0 0.000113
+gallium_dri.so free 0x5571734740c0 void 0.000113
+gallium_dri.so free 0x557173473ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173473ff0 0.000112
+gallium_dri.so free 0x557173474180 void 0.000114
+gallium_dri.so free 0x557173473ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173473ff0 0.000113
+gallium_dri.so free 0x557173460440 void 0.000114
+gallium_dri.so free 0x557173473ff0 void 0.000127
+gallium_dri.so malloc 72 0x557173473ff0 0.000113
+gallium_dri.so free 0x5571734604c0 void 0.000115
+gallium_dri.so free 0x557173473ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571734604c0 0.000112
+gallium_dri.so free 0x557173460580 void 0.000113
+gallium_dri.so free 0x5571734604c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734604c0 0.000113
+gallium_dri.so free 0x557173460640 void 0.000115
+gallium_dri.so free 0x5571734604c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734604c0 0.000113
+gallium_dri.so free 0x557173460700 void 0.000113
+gallium_dri.so free 0x5571734604c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734606b0 0.000115
+gallium_dri.so free 0x5571734607c0 void 0.000114
+gallium_dri.so free 0x5571734606b0 void 0.000112
+gallium_dri.so malloc 72 0x557173460770 0.000112
+gallium_dri.so free 0x557173460840 void 0.000115
+gallium_dri.so free 0x557173460770 void 0.000113
+gallium_dri.so malloc 72 0x557173460890 0.000113
+gallium_dri.so free 0x557173460900 void 0.000114
+gallium_dri.so free 0x557173460890 void 0.000112
+gallium_dri.so malloc 72 0x557173460920 0.000113
+gallium_dri.so free 0x5571734609c0 void 0.000114
+gallium_dri.so free 0x557173460920 void 0.000113
+gallium_dri.so malloc 72 0x557173460970 0.000112
+gallium_dri.so free 0x557173460a40 void 0.000114
+gallium_dri.so free 0x557173460970 void 0.000162
+gallium_dri.so malloc 72 0x557173460970 0.000115
+gallium_dri.so free 0x557173460ac0 void 0.000115
+gallium_dri.so free 0x557173460970 void 0.000114
+gallium_dri.so malloc 72 0x557173460ac0 0.000115
+gallium_dri.so free 0x557173460b80 void 0.000115
+gallium_dri.so free 0x557173460ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173460ac0 0.000114
+gallium_dri.so free 0x557173460c80 void 0.000115
+gallium_dri.so free 0x557173460ac0 void 0.000151
+gallium_dri.so malloc 72 0x557173460c30 0.000116
+gallium_dri.so free 0x557173460cc0 void 0.000114
+gallium_dri.so free 0x557173460c30 void 0.000114
+gallium_dri.so malloc 72 0x557173460c30 0.000114
+gallium_dri.so free 0x557173460d80 void 0.000115
+gallium_dri.so free 0x557173460c30 void 0.000113
+gallium_dri.so malloc 72 0x557173460dc0 0.000114
+gallium_dri.so free 0x557173460e40 void 0.000115
+gallium_dri.so free 0x557173460dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173460e40 0.000114
+gallium_dri.so free 0x557173460f00 void 0.000114
+gallium_dri.so free 0x557173460e40 void 0.000114
+gallium_dri.so malloc 72 0x557173460e40 0.000112
+gallium_dri.so free 0x557173460f80 void 0.000115
+gallium_dri.so free 0x557173460e40 void 0.000113
+gallium_dri.so malloc 72 0x557173460fb0 0.000113
+gallium_dri.so free 0x557173461000 void 0.000115
+gallium_dri.so free 0x557173460fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173460fb0 0.000115
+gallium_dri.so free 0x557173461100 void 0.000114
+gallium_dri.so free 0x557173460fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173461140 0.000113
+gallium_dri.so free 0x5571734611c0 void 0.000116
+gallium_dri.so free 0x557173461140 void 0.000112
+gallium_dri.so malloc 72 0x5571734611c0 0.000115
+gallium_dri.so free 0x557173461280 void 0.000113
+gallium_dri.so free 0x5571734611c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734611c0 0.000112
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so free 0x5571734611c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461330 0.000113
+gallium_dri.so free 0x557173461380 void 0.000113
+gallium_dri.so free 0x557173461330 void 0.000113
+gallium_dri.so malloc 72 0x557173461330 0.000113
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so free 0x557173461330 void 0.000114
+gallium_dri.so malloc 72 0x557173461430 0.000113
+gallium_dri.so free 0x557173461540 void 0.000115
+gallium_dri.so free 0x557173461430 void 0.000115
+gallium_dri.so malloc 72 0x5571734614f0 0.000114
+gallium_dri.so free 0x5571734615c0 void 0.000114
+gallium_dri.so free 0x5571734614f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734614f0 0.000112
+gallium_dri.so free 0x557173461680 void 0.000115
+gallium_dri.so free 0x5571734614f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734614f0 0.000115
+gallium_dri.so free 0x557173461740 void 0.000118
+gallium_dri.so free 0x5571734614f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734616f0 0.000112
+gallium_dri.so free 0x5571734617c0 void 0.000113
+gallium_dri.so free 0x5571734616f0 void 0.000112
+gallium_dri.so malloc 72 0x557173461810 0.000114
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so free 0x557173461810 void 0.000112
+gallium_dri.so malloc 72 0x5571734618a0 0.000112
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so free 0x5571734618a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734618f0 0.000113
+gallium_dri.so free 0x5571734619c0 void 0.000114
+gallium_dri.so free 0x5571734618f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734619c0 0.000114
+gallium_dri.so free 0x557173461a80 void 0.000114
+gallium_dri.so free 0x5571734619c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734619c0 0.000113
+gallium_dri.so free 0x557173461b00 void 0.000114
+gallium_dri.so free 0x5571734619c0 void 0.000114
+gallium_dri.so malloc 72 0x557173461b00 0.000113
+gallium_dri.so free 0x557173461bc0 void 0.000115
+gallium_dri.so free 0x557173461b00 void 0.000113
+gallium_dri.so malloc 72 0x557173461b00 0.000112
+gallium_dri.so free 0x557173461c80 void 0.000114
+gallium_dri.so free 0x557173461b00 void 0.000114
+gallium_dri.so malloc 72 0x557173461b00 0.000168
+gallium_dri.so free 0x557173461d40 void 0.000115
+gallium_dri.so free 0x557173461b00 void 0.000112
+gallium_dri.so malloc 72 0x557173461cf0 0.000113
+gallium_dri.so free 0x557173461dc0 void 0.000115
+gallium_dri.so free 0x557173461cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173461e10 0.000116
+gallium_dri.so free 0x557173461e80 void 0.000114
+gallium_dri.so free 0x557173461e10 void 0.000113
+gallium_dri.so malloc 72 0x557173461ec0 0.000113
+gallium_dri.so free 0x557173461f40 void 0.000115
+gallium_dri.so free 0x557173461ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173461ec0 0.000113
+gallium_dri.so free 0x557173461fc0 void 0.000114
+gallium_dri.so free 0x557173461ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173461ff0 0.000113
+gallium_dri.so free 0x557173462040 void 0.000114
+gallium_dri.so free 0x557173461ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173461ff0 0.000112
+gallium_dri.so free 0x557173462140 void 0.000114
+gallium_dri.so free 0x557173461ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734620f0 0.000113
+gallium_dri.so free 0x557173462200 void 0.000114
+gallium_dri.so free 0x5571734620f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621b0 0.000113
+gallium_dri.so free 0x557173462240 void 0.000114
+gallium_dri.so free 0x5571734621b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621b0 0.000124
+gallium_dri.so free 0x557173462300 void 0.000115
+gallium_dri.so free 0x5571734621b0 void 0.000113
+gallium_dri.so malloc 72 0x557173462370 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x557173462370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0f40 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000157
+gallium_dri.so malloc 72 0x5571735e0f40 0.000115
+gallium_dri.so free 0x5571735e1080 void 0.000116
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e10b0 0.000114
+gallium_dri.so free 0x5571735e1100 void 0.000115
+gallium_dri.so free 0x5571735e10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e10b0 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000124
+gallium_dri.so free 0x5571735e1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1270 0.000124
+gallium_dri.so free 0x5571735e1400 void 0.000117
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so free 0x5571735e1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1590 0.000112
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1590 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1620 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so free 0x5571735e1620 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1670 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735e1670 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1740 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1740 0.000114
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1880 0.000161
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1880 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1880 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a70 0.000112
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1b90 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1b90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c40 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c40 0.000113
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d70 0.000114
+gallium_dri.so free 0x5571735e1dc0 void 0.000115
+gallium_dri.so free 0x5571735e1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d70 0.000115
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1e70 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f30 0.000122
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so free 0x5571735e1f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f30 0.000155
+gallium_dri.so free 0x5571735e2080 void 0.000122
+gallium_dri.so free 0x5571735e1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20f0 0.000114
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e20f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735e20f0 0.000246
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so free 0x5571735e20f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e21f0 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x5571735e21f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e22b0 0.000192
+gallium_dri.so free 0x5571735e2340 void 0.000224
+gallium_dri.so free 0x5571735e22b0 void 0.000262
+gallium_dri.so malloc 72 0x5571735e22b0 0.000234
+gallium_dri.so free 0x5571735e2400 void 0.000165
+gallium_dri.so free 0x5571735e22b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e2440 0.000163
+gallium_dri.so free 0x5571735e24c0 void 0.000123
+gallium_dri.so free 0x5571735e2440 void 0.000124
+gallium_dri.so malloc 72 0x5571735e24c0 0.000118
+gallium_dri.so free 0x5571735e2580 void 0.000121
+gallium_dri.so free 0x5571735e24c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e24c0 0.000122
+gallium_dri.so free 0x5571735e2640 void 0.000123
+gallium_dri.so free 0x5571735e24c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2660 0.000133
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e2660 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26b0 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e26b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e26b0 0.000118
+gallium_dri.so free 0x5571735e2800 void 0.000115
+gallium_dri.so free 0x5571735e26b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2800 0.000114
+gallium_dri.so free 0x5571735e28c0 void 0.000133
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2800 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000165
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2800 0.000119
+gallium_dri.so free 0x5571735e2a40 void 0.000125
+gallium_dri.so free 0x5571735e2800 void 0.000124
+gallium_dri.so malloc 72 0x5571735e29f0 0.000155
+gallium_dri.so free 0x5571735e2b00 void 0.000124
+gallium_dri.so free 0x5571735e29f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000139
+gallium_dri.so free 0x5571735e2b80 void 0.000125
+gallium_dri.so free 0x5571735e2ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2bd0 0.000123
+gallium_dri.so free 0x5571735e2c40 void 0.000124
+gallium_dri.so free 0x5571735e2bd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2c60 0.000124
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so free 0x5571735e2c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000120
+gallium_dri.so free 0x5571735e2d80 void 0.000120
+gallium_dri.so free 0x5571735e2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000120
+gallium_dri.so free 0x5571735e2e00 void 0.000137
+gallium_dri.so free 0x5571735e2cb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2e00 0.000123
+gallium_dri.so free 0x5571735e2ec0 void 0.000297
+gallium_dri.so free 0x5571735e2e00 void 0.000288
+gallium_dri.so malloc 72 0x5571735e2e00 0.000275
+gallium_dri.so free 0x5571735e2fc0 void 0.000272
+gallium_dri.so free 0x5571735e2e00 void 0.000226
+gallium_dri.so malloc 72 0x5571735e2f70 0.000223
+gallium_dri.so free 0x5571735e3000 void 0.000131
+gallium_dri.so free 0x5571735e2f70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2f70 0.000122
+gallium_dri.so free 0x5571735e30c0 void 0.000126
+gallium_dri.so free 0x5571735e2f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3100 0.000129
+gallium_dri.so free 0x5571735e3180 void 0.000132
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3180 0.000130
+gallium_dri.so free 0x5571735e3240 void 0.000133
+gallium_dri.so free 0x5571735e3180 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3180 0.000125
+gallium_dri.so free 0x5571735e32c0 void 0.000121
+gallium_dri.so free 0x5571735e3180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e32f0 0.000129
+gallium_dri.so free 0x5571735e3340 void 0.000129
+gallium_dri.so free 0x5571735e32f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e32f0 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000124
+gallium_dri.so free 0x5571735e32f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3480 0.000129
+gallium_dri.so free 0x5571735e3500 void 0.000130
+gallium_dri.so free 0x5571735e3480 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3500 0.000124
+gallium_dri.so free 0x5571735e35c0 void 0.000238
+gallium_dri.so free 0x5571735e3500 void 0.000281
+gallium_dri.so malloc 72 0x5571735e3500 0.000204
+gallium_dri.so free 0x5571735e3640 void 0.000162
+gallium_dri.so free 0x5571735e3500 void 0.000210
+gallium_dri.so malloc 72 0x5571735e3670 0.000130
+gallium_dri.so free 0x5571735e36c0 void 0.000129
+gallium_dri.so free 0x5571735e3670 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3670 0.000129
+gallium_dri.so free 0x5571735e37c0 void 0.000162
+gallium_dri.so free 0x5571735e3670 void 0.000201
+gallium_dri.so malloc 72 0x5571735e3770 0.000162
+gallium_dri.so free 0x5571735fc340 void 0.000179
+gallium_dri.so free 0x5571735e3770 void 0.000169
+gallium_dri.so malloc 72 0x5571735e3770 0.000130
+gallium_dri.so free 0x5571735fc400 void 0.000129
+gallium_dri.so free 0x5571735e3770 void 0.000162
+gallium_dri.so malloc 72 0x5571735fc420 0.000130
+gallium_dri.so free 0x5571735fc4c0 void 0.000200
+gallium_dri.so free 0x5571735fc420 void 0.000303
+gallium_dri.so malloc 72 0x5571735fc470 0.000273
+gallium_dri.so free 0x5571735fc540 void 0.000295
+gallium_dri.so free 0x5571735fc470 void 0.000276
+gallium_dri.so malloc 72 0x5571735fc470 0.000276
+gallium_dri.so free 0x5571735fc5c0 void 0.000286
+gallium_dri.so free 0x5571735fc470 void 0.000299
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000139
+gallium_dri.so free 0x5571735fc680 void 0.000172
+gallium_dri.so free 0x5571735fc5c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000138
+gallium_dri.so free 0x5571735fc740 void 0.000136
+gallium_dri.so free 0x5571735fc5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc5c0 0.000128
+gallium_dri.so free 0x5571735fc800 void 0.000133
+gallium_dri.so free 0x5571735fc5c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000136
+gallium_dri.so free 0x5571735fc8c0 void 0.000135
+gallium_dri.so free 0x5571735fc7b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc870 0.000133
+gallium_dri.so free 0x5571735fc940 void 0.000133
+gallium_dri.so free 0x5571735fc870 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc990 0.000126
+gallium_dri.so free 0x5571735fca00 void 0.000127
+gallium_dri.so free 0x5571735fc990 void 0.000127
+gallium_dri.so malloc 72 0x5571735fca20 0.000131
+gallium_dri.so free 0x5571735fcac0 void 0.000138
+gallium_dri.so free 0x5571735fca20 void 0.000136
+gallium_dri.so malloc 72 0x5571735fca70 0.000131
+gallium_dri.so free 0x5571735fcb40 void 0.000127
+gallium_dri.so free 0x5571735fca70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fca70 0.000136
+gallium_dri.so free 0x5571735fcbc0 void 0.000136
+gallium_dri.so free 0x5571735fca70 void 0.000137
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000178
+gallium_dri.so free 0x5571735fcd80 void 0.000214
+gallium_dri.so free 0x5571735fcbc0 void 0.000244
+gallium_dri.so malloc 72 0x5571735fcd30 0.000283
+gallium_dri.so free 0x5571735fcdc0 void 0.000283
+gallium_dri.so free 0x5571735fcd30 void 0.000283
+gallium_dri.so malloc 72 0x5571735fcd30 0.000236
+gallium_dri.so free 0x5571735fce80 void 0.000171
+gallium_dri.so free 0x5571735fcd30 void 0.000136
+gallium_dri.so malloc 72 0x5571735fcec0 0.000135
+gallium_dri.so free 0x5571735fcf40 void 0.000136
+gallium_dri.so free 0x5571735fcec0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fcf40 0.000136
+gallium_dri.so free 0x5571735fd000 void 0.000131
+gallium_dri.so free 0x5571735fcf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcf40 0.000132
+gallium_dri.so free 0x5571735fd080 void 0.000142
+gallium_dri.so free 0x5571735fcf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000162
+gallium_dri.so free 0x5571735fd100 void 0.000160
+gallium_dri.so free 0x5571735fd0b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000131
+gallium_dri.so free 0x5571735fd200 void 0.000129
+gallium_dri.so free 0x5571735fd0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd240 0.000125
+gallium_dri.so free 0x5571735fd2c0 void 0.000127
+gallium_dri.so free 0x5571735fd240 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000152
+gallium_dri.so free 0x5571735fd380 void 0.000132
+gallium_dri.so free 0x5571735fd2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd2c0 0.000127
+gallium_dri.so free 0x5571735fd400 void 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd430 0.000125
+gallium_dri.so free 0x5571735fd480 void 0.000124
+gallium_dri.so free 0x5571735fd430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd430 0.000126
+gallium_dri.so free 0x5571735fd580 void 0.000127
+gallium_dri.so free 0x5571735fd430 void 0.000139
+gallium_dri.so malloc 72 0x5571735fd530 0.000130
+gallium_dri.so free 0x5571735fd640 void 0.000129
+gallium_dri.so free 0x5571735fd530 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000129
+gallium_dri.so free 0x5571735fd6c0 void 0.000126
+gallium_dri.so free 0x5571735fd5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000125
+gallium_dri.so free 0x5571735fd780 void 0.000124
+gallium_dri.so free 0x5571735fd5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000129
+gallium_dri.so free 0x5571735fd840 void 0.000130
+gallium_dri.so free 0x5571735fd5f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000132
+gallium_dri.so free 0x5571735fd8c0 void 0.000130
+gallium_dri.so free 0x5571735fd7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd910 0.000126
+gallium_dri.so free 0x5571735fd980 void 0.000127
+gallium_dri.so free 0x5571735fd910 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd9a0 0.000126
+gallium_dri.so free 0x5571735fda40 void 0.000125
+gallium_dri.so free 0x5571735fd9a0 void 0.000147
+gallium_dri.so malloc 72 0x5571735fd9f0 0.000131
+gallium_dri.so free 0x5571735fdac0 void 0.000129
+gallium_dri.so free 0x5571735fd9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdac0 0.000124
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571735fdac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdac0 0.000124
+gallium_dri.so free 0x5571735fdc00 void 0.000120
+gallium_dri.so free 0x5571735fdac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdc00 0.000128
+gallium_dri.so free 0x5571735fdcc0 void 0.000129
+gallium_dri.so free 0x5571735fdc00 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdc00 0.000125
+gallium_dri.so free 0x5571735fdd80 void 0.000119
+gallium_dri.so free 0x5571735fdc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdc00 0.000129
+gallium_dri.so free 0x5571735fde40 void 0.000124
+gallium_dri.so free 0x5571735fdc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fddf0 0.000120
+gallium_dri.so free 0x5571735fdec0 void 0.000125
+gallium_dri.so free 0x5571735fddf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdf10 0.000164
+gallium_dri.so free 0x5571735fdf80 void 0.000230
+gallium_dri.so free 0x5571735fdf10 void 0.000162
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000129
+gallium_dri.so free 0x5571735fe040 void 0.000125
+gallium_dri.so free 0x5571735fdfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000125
+gallium_dri.so free 0x5571735fe0c0 void 0.000124
+gallium_dri.so free 0x5571735fdfc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000129
+gallium_dri.so free 0x5571735fe140 void 0.000164
+gallium_dri.so free 0x5571735fe0f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000167
+gallium_dri.so free 0x5571735fe240 void 0.000130
+gallium_dri.so free 0x5571735fe0f0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fe1f0 0.000170
+gallium_dri.so free 0x5571735fe300 void 0.000129
+gallium_dri.so free 0x5571735fe1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000172
+gallium_dri.so free 0x5571735fe340 void 0.000125
+gallium_dri.so free 0x5571735fe2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000208
+gallium_dri.so free 0x5571735fe400 void 0.000133
+gallium_dri.so free 0x5571735fe2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe470 0.000125
+gallium_dri.so free 0x5571735fe4c0 void 0.000120
+gallium_dri.so free 0x5571735fe470 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe470 0.000126
+gallium_dri.so free 0x5571735fe5c0 void 0.000121
+gallium_dri.so free 0x5571735fe470 void 0.000170
+gallium_dri.so malloc 72 0x5571735fe570 0.000133
+gallium_dri.so free 0x5571735fe680 void 0.000131
+gallium_dri.so free 0x5571735fe570 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe630 0.000131
+gallium_dri.so free 0x5571735fe6c0 void 0.000131
+gallium_dri.so free 0x5571735fe630 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe630 0.000126
+gallium_dri.so free 0x5571735fe780 void 0.000127
+gallium_dri.so free 0x5571735fe630 void 0.000140
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000128
+gallium_dri.so free 0x5571735fe840 void 0.000130
+gallium_dri.so free 0x5571735fe7c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe840 0.000129
+gallium_dri.so free 0x5571735fe900 void 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe840 0.000128
+gallium_dri.so free 0x5571735fe9c0 void 0.000129
+gallium_dri.so free 0x5571735fe840 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000124
+gallium_dri.so free 0x5571735fea80 void 0.000119
+gallium_dri.so free 0x5571735fe9e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fea30 0.000129
+gallium_dri.so free 0x5571735feb00 void 0.000129
+gallium_dri.so free 0x5571735fea30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fea30 0.000182
+gallium_dri.so free 0x5571735feb80 void 0.000170
+gallium_dri.so free 0x5571735fea30 void 0.000124
+gallium_dri.so malloc 72 0x5571735feb80 0.000126
+gallium_dri.so free 0x5571735fec40 void 0.000138
+gallium_dri.so free 0x5571735feb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735feb80 0.000129
+gallium_dri.so free 0x5571735fed00 void 0.000124
+gallium_dri.so free 0x5571735feb80 void 0.000124
+gallium_dri.so malloc 72 0x5571735feb80 0.000129
+gallium_dri.so free 0x5571735fedc0 void 0.000130
+gallium_dri.so free 0x5571735feb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fed70 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000128
+gallium_dri.so free 0x5571735fed70 void 0.000129
+gallium_dri.so malloc 72 0x5571735fee30 0.000129
+gallium_dri.so free 0x5571735fef00 void 0.000126
+gallium_dri.so free 0x5571735fee30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fef50 0.000130
+gallium_dri.so free 0x5571735fefc0 void 0.000130
+gallium_dri.so free 0x5571735fef50 void 0.000125
+gallium_dri.so malloc 72 0x5571735fefe0 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000126
+gallium_dri.so free 0x5571735fefe0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff030 0.000129
+gallium_dri.so free 0x5571735ff100 void 0.000125
+gallium_dri.so free 0x5571735ff030 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff030 0.000190
+gallium_dri.so free 0x5571735ff180 void 0.000131
+gallium_dri.so free 0x5571735ff030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff180 0.000126
+gallium_dri.so free 0x5571735ff240 void 0.000122
+gallium_dri.so free 0x5571735ff180 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff180 0.000131
+gallium_dri.so free 0x5571735ff340 void 0.000131
+gallium_dri.so free 0x5571735ff180 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000129
+gallium_dri.so free 0x5571735ff380 void 0.000130
+gallium_dri.so free 0x5571735ff2f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000129
+gallium_dri.so free 0x5571735ff440 void 0.000131
+gallium_dri.so free 0x5571735ff2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff480 0.000129
+gallium_dri.so free 0x5571735ff500 void 0.000130
+gallium_dri.so free 0x5571735ff480 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff500 0.000125
+gallium_dri.so free 0x5571735ff5c0 void 0.000125
+gallium_dri.so free 0x5571735ff500 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff500 0.000131
+gallium_dri.so free 0x5571735ff640 void 0.000131
+gallium_dri.so free 0x5571735ff500 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff670 0.000138
+gallium_dri.so free 0x5571735ff6c0 void 0.000129
+gallium_dri.so free 0x5571735ff670 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff670 0.000124
+gallium_dri.so free 0x5571735ff7c0 void 0.000126
+gallium_dri.so free 0x5571735ff670 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff800 0.000128
+gallium_dri.so free 0x5571735ff880 void 0.000129
+gallium_dri.so free 0x5571735ff800 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff880 0.000124
+gallium_dri.so free 0x5571735ff940 void 0.000126
+gallium_dri.so free 0x5571735ff880 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff880 0.000129
+gallium_dri.so free 0x5571735ff9c0 void 0.000147
+gallium_dri.so free 0x5571735ff880 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000129
+gallium_dri.so free 0x5571735ffa40 void 0.000134
+gallium_dri.so free 0x5571735ff9f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000145
+gallium_dri.so free 0x5571735ffb40 void 0.000144
+gallium_dri.so free 0x5571735ff9f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000144
+gallium_dri.so free 0x5571735ffc00 void 0.000143
+gallium_dri.so free 0x5571735ffaf0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000138
+gallium_dri.so free 0x5571735ffc80 void 0.000141
+gallium_dri.so free 0x5571735ffbb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000140
+gallium_dri.so free 0x5571735ffd40 void 0.000138
+gallium_dri.so free 0x5571735ffbb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000139
+gallium_dri.so free 0x5571735ffe00 void 0.000135
+gallium_dri.so free 0x5571735ffbb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000135
+gallium_dri.so free 0x5571735ffe80 void 0.000135
+gallium_dri.so free 0x5571735ffdb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffed0 0.000135
+gallium_dri.so free 0x5571735fff40 void 0.000136
+gallium_dri.so free 0x5571735ffed0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fff60 0.000134
+gallium_dri.so free 0x557173600000 void 0.000137
+gallium_dri.so free 0x5571735fff60 void 0.000135
+gallium_dri.so malloc 72 0x5571735fffb0 0.000135
+gallium_dri.so free 0x557173600080 void 0.000134
+gallium_dri.so free 0x5571735fffb0 void 0.000135
+gallium_dri.so malloc 72 0x557173600080 0.000135
+gallium_dri.so free 0x557173600140 void 0.000116
+gallium_dri.so free 0x557173600080 void 0.000133
+gallium_dri.so malloc 72 0x557173600080 0.000134
+gallium_dri.so free 0x5571736001c0 void 0.000138
+gallium_dri.so free 0x557173600080 void 0.000134
+gallium_dri.so malloc 72 0x5571736001c0 0.000134
+gallium_dri.so free 0x557173600280 void 0.000133
+gallium_dri.so free 0x5571736001c0 void 0.000133
+gallium_dri.so malloc 72 0x5571736001c0 0.000133
+gallium_dri.so free 0x557173600340 void 0.000133
+gallium_dri.so free 0x5571736001c0 void 0.000139
+gallium_dri.so malloc 72 0x5571736001c0 0.000127
+gallium_dri.so free 0x557173600400 void 0.000128
+gallium_dri.so free 0x5571736001c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736003b0 0.000135
+gallium_dri.so free 0x557173600480 void 0.000124
+gallium_dri.so free 0x5571736003b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736004d0 0.000116
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so free 0x5571736004d0 void 0.000113
+gallium_dri.so malloc 72 0x557173600580 0.000113
+gallium_dri.so free 0x557173600600 void 0.000115
+gallium_dri.so free 0x557173600580 void 0.000113
+gallium_dri.so malloc 72 0x557173600580 0.000115
+gallium_dri.so free 0x557173600680 void 0.000125
+gallium_dri.so free 0x557173600580 void 0.000113
+gallium_dri.so malloc 72 0x5571736006b0 0.000113
+gallium_dri.so free 0x557173600700 void 0.000112
+gallium_dri.so free 0x5571736006b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736006b0 0.000112
+gallium_dri.so free 0x557173600800 void 0.000114
+gallium_dri.so free 0x5571736006b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736007b0 0.000112
+gallium_dri.so free 0x5571736008c0 void 0.000114
+gallium_dri.so free 0x5571736007b0 void 0.000111
+gallium_dri.so malloc 72 0x557173600870 0.000112
+gallium_dri.so free 0x557173600900 void 0.000113
+gallium_dri.so free 0x557173600870 void 0.000112
+gallium_dri.so malloc 72 0x557173600870 0.000114
+gallium_dri.so free 0x5571736009c0 void 0.000113
+gallium_dri.so free 0x557173600870 void 0.000112
+gallium_dri.so malloc 72 0x557173600a30 0.000112
+gallium_dri.so free 0x557173600a80 void 0.000113
+gallium_dri.so free 0x557173600a30 void 0.000112
+gallium_dri.so malloc 72 0x557173600a30 0.000112
+gallium_dri.so free 0x557173600b80 void 0.000115
+gallium_dri.so free 0x557173600a30 void 0.000111
+gallium_dri.so malloc 72 0x557173600b30 0.000111
+gallium_dri.so free 0x557173600c40 void 0.000113
+gallium_dri.so free 0x557173600b30 void 0.000112
+gallium_dri.so malloc 72 0x557173600bf0 0.000112
+gallium_dri.so free 0x557173600c80 void 0.000112
+gallium_dri.so free 0x557173600bf0 void 0.000123
+gallium_dri.so malloc 72 0x557173600bf0 0.000112
+gallium_dri.so free 0x557173600d40 void 0.000113
+gallium_dri.so free 0x557173600bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173600d80 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000113
+gallium_dri.so free 0x557173600d80 void 0.000111
+gallium_dri.so malloc 72 0x557173600e00 0.000111
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so free 0x557173600e00 void 0.000112
+gallium_dri.so malloc 72 0x557173600e00 0.000112
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000112
+gallium_dri.so malloc 72 0x557173600fa0 0.000112
+gallium_dri.so free 0x557173601040 void 0.000114
+gallium_dri.so free 0x557173600fa0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ff0 0.000120
+gallium_dri.so free 0x5571736010c0 void 0.000125
+gallium_dri.so free 0x557173600ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ff0 0.000112
+gallium_dri.so free 0x557173601140 void 0.000115
+gallium_dri.so free 0x557173600ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173601140 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x557173601140 void 0.000112
+gallium_dri.so malloc 72 0x55717360c0e0 0.000113
+gallium_dri.so free 0x55717360c180 void 0.000116
+gallium_dri.so free 0x55717360c0e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c130 0.000119
+gallium_dri.so free 0x55717360c200 void 0.000119
+gallium_dri.so free 0x55717360c130 void 0.000114
+gallium_dri.so malloc 72 0x55717360c200 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000115
+gallium_dri.so free 0x55717360c200 void 0.000113
+gallium_dri.so malloc 72 0x55717360c200 0.000114
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so free 0x55717360c200 void 0.000116
+gallium_dri.so malloc 72 0x55717360c340 0.000114
+gallium_dri.so free 0x55717360c400 void 0.000116
+gallium_dri.so free 0x55717360c340 void 0.000114
+gallium_dri.so malloc 72 0x55717360c340 0.000116
+gallium_dri.so free 0x55717360c4c0 void 0.000116
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so malloc 72 0x55717360c340 0.000115
+gallium_dri.so free 0x55717360c580 void 0.000116
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so malloc 72 0x55717360c530 0.000114
+gallium_dri.so free 0x55717360c600 void 0.000116
+gallium_dri.so free 0x55717360c530 void 0.000114
+gallium_dri.so malloc 72 0x55717360c650 0.000114
+gallium_dri.so free 0x55717360c6c0 void 0.000116
+gallium_dri.so free 0x55717360c650 void 0.000114
+gallium_dri.so malloc 72 0x55717360c700 0.000114
+gallium_dri.so free 0x55717360c780 void 0.000116
+gallium_dri.so free 0x55717360c700 void 0.000113
+gallium_dri.so malloc 72 0x55717360c700 0.000114
+gallium_dri.so free 0x55717360c800 void 0.000112
+gallium_dri.so free 0x55717360c700 void 0.000113
+gallium_dri.so malloc 72 0x55717360c830 0.000111
+gallium_dri.so free 0x55717360c880 void 0.000112
+gallium_dri.so free 0x55717360c830 void 0.000112
+gallium_dri.so malloc 72 0x55717360c830 0.000113
+gallium_dri.so free 0x55717360c980 void 0.000112
+gallium_dri.so free 0x55717360c830 void 0.000114
+gallium_dri.so malloc 72 0x55717360c930 0.000113
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so free 0x55717360c930 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9f0 0.000113
+gallium_dri.so free 0x55717360ca80 void 0.000113
+gallium_dri.so free 0x55717360c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9f0 0.000112
+gallium_dri.so free 0x55717360cb40 void 0.000113
+gallium_dri.so free 0x55717360c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cbb0 0.000116
+gallium_dri.so free 0x55717360cc00 void 0.000114
+gallium_dri.so free 0x55717360cbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbb0 0.000113
+gallium_dri.so free 0x55717360cd00 void 0.000115
+gallium_dri.so free 0x55717360cbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ccb0 0.000112
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x55717360ccb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000120
+gallium_dri.so free 0x55717360ce00 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360cec0 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf00 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000112
+gallium_dri.so malloc 72 0x55717360cf80 0.000113
+gallium_dri.so free 0x55717360d040 void 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000111
+gallium_dri.so malloc 72 0x55717360cf80 0.000113
+gallium_dri.so free 0x55717360d100 void 0.000105
+gallium_dri.so free 0x55717360cf80 void 0.000118
+gallium_dri.so malloc 72 0x55717360d120 0.000112
+gallium_dri.so free 0x55717360d1c0 void 0.000115
+gallium_dri.so free 0x55717360d120 void 0.000113
+gallium_dri.so malloc 72 0x55717360d170 0.000112
+gallium_dri.so free 0x55717360d240 void 0.000118
+gallium_dri.so free 0x55717360d170 void 0.000113
+gallium_dri.so malloc 72 0x55717360d170 0.000112
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so free 0x55717360d170 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2c0 0.000112
+gallium_dri.so free 0x55717360d380 void 0.000115
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d2c0 0.000114
+gallium_dri.so free 0x55717360d440 void 0.000163
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d2c0 0.000114
+gallium_dri.so free 0x55717360d500 void 0.000156
+gallium_dri.so free 0x55717360d2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d4b0 0.000113
+gallium_dri.so free 0x55717360d5c0 void 0.000114
+gallium_dri.so free 0x55717360d4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d570 0.000112
+gallium_dri.so free 0x55717360d640 void 0.000114
+gallium_dri.so free 0x55717360d570 void 0.000112
+gallium_dri.so malloc 72 0x55717360d690 0.000112
+gallium_dri.so free 0x55717360d700 void 0.000113
+gallium_dri.so free 0x55717360d690 void 0.000112
+gallium_dri.so malloc 72 0x55717360d720 0.000113
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x55717360d720 void 0.000129
+gallium_dri.so malloc 72 0x55717360d770 0.000124
+gallium_dri.so free 0x55717360d840 void 0.000115
+gallium_dri.so free 0x55717360d770 void 0.000113
+gallium_dri.so malloc 72 0x55717360d770 0.000112
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so free 0x55717360d770 void 0.000112
+gallium_dri.so malloc 72 0x55717360d8c0 0.000114
+gallium_dri.so free 0x55717360d980 void 0.000114
+gallium_dri.so free 0x55717360d8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8c0 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x55717360d8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360da30 0.000112
+gallium_dri.so free 0x55717360dac0 void 0.000114
+gallium_dri.so free 0x55717360da30 void 0.000112
+gallium_dri.so malloc 72 0x55717360da30 0.000112
+gallium_dri.so free 0x55717360db80 void 0.000114
+gallium_dri.so free 0x55717360da30 void 0.000112
+gallium_dri.so malloc 72 0x55717360dbc0 0.000113
+gallium_dri.so free 0x55717360dc40 void 0.000114
+gallium_dri.so free 0x55717360dbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dc40 0.000111
+gallium_dri.so free 0x55717360dd00 void 0.000114
+gallium_dri.so free 0x55717360dc40 void 0.000112
+gallium_dri.so malloc 72 0x55717360dc40 0.000113
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so free 0x55717360dc40 void 0.000112
+gallium_dri.so malloc 72 0x55717360ddb0 0.000114
+gallium_dri.so free 0x55717360de00 void 0.000114
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000114
+gallium_dri.so free 0x55717360ddb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360df40 0.000113
+gallium_dri.so free 0x55717360dfc0 void 0.000113
+gallium_dri.so free 0x55717360df40 void 0.000111
+gallium_dri.so malloc 72 0x55717360dfc0 0.000113
+gallium_dri.so free 0x55717360e080 void 0.000125
+gallium_dri.so free 0x55717360dfc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dfc0 0.000114
+gallium_dri.so free 0x55717360e100 void 0.000115
+gallium_dri.so free 0x55717360dfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e130 0.000113
+gallium_dri.so free 0x55717360e180 void 0.000115
+gallium_dri.so free 0x55717360e130 void 0.000112
+gallium_dri.so malloc 72 0x55717360e130 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000113
+gallium_dri.so free 0x55717360e130 void 0.000114
+gallium_dri.so malloc 72 0x55717360e230 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000116
+gallium_dri.so free 0x55717360e230 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x55717360e3c0 void 0.000114
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000113
+gallium_dri.so free 0x55717360e480 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000115
+gallium_dri.so free 0x55717360e540 void 0.000113
+gallium_dri.so free 0x55717360e2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e4f0 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e610 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000115
+gallium_dri.so free 0x55717360e610 void 0.000119
+gallium_dri.so malloc 72 0x55717360e6a0 0.000114
+gallium_dri.so free 0x55717360e740 void 0.000114
+gallium_dri.so free 0x55717360e6a0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e6f0 0.000113
+gallium_dri.so free 0x55717360e7c0 void 0.000115
+gallium_dri.so free 0x55717360e6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e7c0 0.000113
+gallium_dri.so free 0x55717360e880 void 0.000115
+gallium_dri.so free 0x55717360e7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e7c0 0.000114
+gallium_dri.so free 0x55717360e900 void 0.000114
+gallium_dri.so free 0x55717360e7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e900 0.000114
+gallium_dri.so free 0x55717360e9c0 void 0.000115
+gallium_dri.so free 0x55717360e900 void 0.000114
+gallium_dri.so malloc 72 0x55717360e900 0.000113
+gallium_dri.so free 0x55717360ea80 void 0.000114
+gallium_dri.so free 0x55717360e900 void 0.000113
+gallium_dri.so malloc 72 0x55717360e900 0.000114
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so free 0x55717360e900 void 0.000113
+gallium_dri.so malloc 72 0x55717360eaf0 0.000114
+gallium_dri.so free 0x55717360ebc0 void 0.000114
+gallium_dri.so free 0x55717360eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec10 0.000113
+gallium_dri.so free 0x55717360ec80 void 0.000113
+gallium_dri.so free 0x55717360ec10 void 0.000123
+gallium_dri.so malloc 72 0x55717360ecc0 0.000112
+gallium_dri.so free 0x55717360ed40 void 0.000113
+gallium_dri.so free 0x55717360ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ecc0 0.000112
+gallium_dri.so free 0x55717360edc0 void 0.000113
+gallium_dri.so free 0x55717360ecc0 void 0.000111
+gallium_dri.so malloc 72 0x55717360edf0 0.000113
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so free 0x55717360edf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360edf0 0.000112
+gallium_dri.so free 0x55717360ef40 void 0.000113
+gallium_dri.so free 0x55717360edf0 void 0.000111
+gallium_dri.so malloc 72 0x55717360eef0 0.000177
+gallium_dri.so free 0x55717360f000 void 0.000236
+gallium_dri.so free 0x55717360eef0 void 0.000115
+gallium_dri.so malloc 72 0x55717360efb0 0.000112
+gallium_dri.so free 0x55717360f040 void 0.000146
+gallium_dri.so free 0x55717360efb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360efb0 0.000112
+gallium_dri.so free 0x55717360f100 void 0.000114
+gallium_dri.so free 0x55717360efb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f170 0.000113
+gallium_dri.so free 0x55717360f1c0 void 0.000114
+gallium_dri.so free 0x55717360f170 void 0.000119
+gallium_dri.so malloc 72 0x55717360f170 0.000114
+gallium_dri.so free 0x55717360f2c0 void 0.000127
+gallium_dri.so free 0x55717360f170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f270 0.000112
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so free 0x55717360f270 void 0.000111
+gallium_dri.so malloc 72 0x55717360f330 0.000113
+gallium_dri.so free 0x55717360f3c0 void 0.000115
+gallium_dri.so free 0x55717360f330 void 0.000112
+gallium_dri.so malloc 72 0x55717360f330 0.000113
+gallium_dri.so free 0x55717360f480 void 0.000112
+gallium_dri.so free 0x55717360f330 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4c0 0.000112
+gallium_dri.so free 0x55717360f540 void 0.000114
+gallium_dri.so free 0x55717360f4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f540 0.000113
+gallium_dri.so free 0x55717360f600 void 0.000113
+gallium_dri.so free 0x55717360f540 void 0.000113
+gallium_dri.so malloc 72 0x55717360f540 0.000112
+gallium_dri.so free 0x55717360f6c0 void 0.000114
+gallium_dri.so free 0x55717360f540 void 0.000154
+gallium_dri.so malloc 72 0x55717360f6e0 0.000113
+gallium_dri.so free 0x55717360f780 void 0.000113
+gallium_dri.so free 0x55717360f6e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f730 0.000111
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x55717360f730 void 0.000112
+gallium_dri.so malloc 72 0x55717360f730 0.000114
+gallium_dri.so free 0x55717360f880 void 0.000161
+gallium_dri.so free 0x55717360f730 void 0.000114
+gallium_dri.so malloc 72 0x55717360f880 0.000112
+gallium_dri.so free 0x55717360f940 void 0.000113
+gallium_dri.so free 0x55717360f880 void 0.000112
+gallium_dri.so malloc 72 0x55717360f880 0.000112
+gallium_dri.so free 0x55717360fa00 void 0.000116
+gallium_dri.so free 0x55717360f880 void 0.000112
+gallium_dri.so malloc 72 0x55717360f880 0.000113
+gallium_dri.so free 0x55717360fac0 void 0.000113
+gallium_dri.so free 0x55717360f880 void 0.000113
+gallium_dri.so malloc 72 0x55717360fa70 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000116
+gallium_dri.so free 0x55717360fa70 void 0.000112
+gallium_dri.so malloc 72 0x55717360fb30 0.000113
+gallium_dri.so free 0x55717360fc00 void 0.000114
+gallium_dri.so free 0x55717360fb30 void 0.000112
+gallium_dri.so malloc 72 0x55717360fc50 0.000114
+gallium_dri.so free 0x55717360fcc0 void 0.000114
+gallium_dri.so free 0x55717360fc50 void 0.000112
+gallium_dri.so malloc 72 0x55717360fce0 0.000113
+gallium_dri.so free 0x55717360fd80 void 0.000114
+gallium_dri.so free 0x55717360fce0 void 0.000111
+gallium_dri.so malloc 72 0x55717360fd30 0.000112
+gallium_dri.so free 0x55717360fe00 void 0.000115
+gallium_dri.so free 0x55717360fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717360fd30 0.000113
+gallium_dri.so free 0x55717360fe80 void 0.000114
+gallium_dri.so free 0x55717360fd30 void 0.000116
+gallium_dri.so malloc 72 0x55717360fe80 0.000114
+gallium_dri.so free 0x55717360ff40 void 0.000114
+gallium_dri.so free 0x55717360fe80 void 0.000111
+gallium_dri.so malloc 72 0x55717360fe80 0.000112
+gallium_dri.so free 0x557173610040 void 0.000114
+gallium_dri.so free 0x55717360fe80 void 0.000111
+gallium_dri.so malloc 72 0x55717360fff0 0.000113
+gallium_dri.so free 0x557173610080 void 0.000113
+gallium_dri.so free 0x55717360fff0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fff0 0.000113
+gallium_dri.so free 0x557173610140 void 0.000113
+gallium_dri.so free 0x55717360fff0 void 0.000113
+gallium_dri.so malloc 72 0x557173610180 0.000112
+gallium_dri.so free 0x557173610200 void 0.000113
+gallium_dri.so free 0x557173610180 void 0.000117
+gallium_dri.so malloc 72 0x557173610200 0.000113
+gallium_dri.so free 0x5571736102c0 void 0.000114
+gallium_dri.so free 0x557173610200 void 0.000111
+gallium_dri.so malloc 72 0x557173610200 0.000113
+gallium_dri.so free 0x557173610340 void 0.000115
+gallium_dri.so free 0x557173610200 void 0.000113
+gallium_dri.so malloc 72 0x557173610370 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so free 0x557173610370 void 0.000112
+gallium_dri.so malloc 72 0x557173610370 0.000111
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so free 0x557173610370 void 0.000122
+gallium_dri.so malloc 72 0x557173610500 0.000115
+gallium_dri.so free 0x557173610580 void 0.000116
+gallium_dri.so free 0x557173610500 void 0.000112
+gallium_dri.so malloc 72 0x557173610580 0.000113
+gallium_dri.so free 0x557173610640 void 0.000115
+gallium_dri.so free 0x557173610580 void 0.000112
+gallium_dri.so malloc 72 0x557173610580 0.000112
+gallium_dri.so free 0x5571736106c0 void 0.000115
+gallium_dri.so free 0x557173610580 void 0.000114
+gallium_dri.so malloc 72 0x5571736106f0 0.000113
+gallium_dri.so free 0x557173610740 void 0.000112
+gallium_dri.so free 0x5571736106f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736106f0 0.000112
+gallium_dri.so free 0x557173610840 void 0.000114
+gallium_dri.so free 0x5571736106f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736107f0 0.000112
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so free 0x5571736107f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736108b0 0.000116
+gallium_dri.so free 0x557173610980 void 0.000142
+gallium_dri.so free 0x5571736108b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736108b0 0.000115
+gallium_dri.so free 0x557173610a40 void 0.000115
+gallium_dri.so free 0x5571736108b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736108b0 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000115
+gallium_dri.so free 0x5571736108b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ab0 0.000108
+gallium_dri.so free 0x557173610b80 void 0.000116
+gallium_dri.so free 0x557173610ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173610bd0 0.000115
+gallium_dri.so free 0x557173610c40 void 0.000115
+gallium_dri.so free 0x557173610bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173610c60 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000115
+gallium_dri.so free 0x557173610c60 void 0.000114
+gallium_dri.so malloc 72 0x557173610cb0 0.000114
+gallium_dri.so free 0x557173610d80 void 0.000114
+gallium_dri.so free 0x557173610cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173610d80 0.000112
+gallium_dri.so free 0x557173610e40 void 0.000115
+gallium_dri.so free 0x557173610d80 void 0.000113
+gallium_dri.so malloc 72 0x557173610d80 0.000112
+gallium_dri.so free 0x557173610ec0 void 0.000115
+gallium_dri.so free 0x557173610d80 void 0.000114
+gallium_dri.so malloc 72 0x557173610ec0 0.000113
+gallium_dri.so free 0x557173610f80 void 0.000115
+gallium_dri.so free 0x557173610ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173610ec0 0.000114
+gallium_dri.so free 0x557173611040 void 0.000115
+gallium_dri.so free 0x557173610ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173610ec0 0.000114
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so free 0x557173610ec0 void 0.000111
+gallium_dri.so malloc 72 0x5571736110b0 0.000126
+gallium_dri.so free 0x557173611180 void 0.000114
+gallium_dri.so free 0x5571736110b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736111d0 0.000112
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x5571736111d0 void 0.000114
+gallium_dri.so malloc 72 0x5571736111d0 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x5571736111d0 void 0.000113
+gallium_dri.so malloc 72 0x5571736111d0 0.000112
+gallium_dri.so free 0x557173611240 void 0.000114
+gallium_dri.so free 0x5571736111d0 void 0.000114
+gallium_dri.so malloc 72 0x557173611270 0.000113
+gallium_dri.so free 0x5571735bff00 void 0.000116
+gallium_dri.so free 0x557173611270 void 0.000113
+gallium_dri.so malloc 72 0x557173611270 0.000114
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so free 0x557173611270 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff80 0.000113
+gallium_dri.so free 0x5571735c0040 void 0.000116
+gallium_dri.so free 0x5571735bff80 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff80 0.000114
+gallium_dri.so free 0x5571735c0100 void 0.000114
+gallium_dri.so free 0x5571735bff80 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff80 0.000113
+gallium_dri.so free 0x5571735c01c0 void 0.000113
+gallium_dri.so free 0x5571735bff80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0170 0.000117
+gallium_dri.so free 0x5571735c01c0 void 0.000115
+gallium_dri.so free 0x5571735c0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0170 0.000112
+gallium_dri.so free 0x5571735c02c0 void 0.000114
+gallium_dri.so free 0x5571735c0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0270 0.000123
+gallium_dri.so free 0x5571735c0380 void 0.000121
+gallium_dri.so free 0x5571735c0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0330 0.000123
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0330 0.000120
+gallium_dri.so free 0x5571735c0480 void 0.000118
+gallium_dri.so free 0x5571735c0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c04c0 0.000114
+gallium_dri.so free 0x5571735c0540 void 0.000115
+gallium_dri.so free 0x5571735c04c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0540 0.000113
+gallium_dri.so free 0x5571735c0600 void 0.000116
+gallium_dri.so free 0x5571735c0540 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0540 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c06e0 0.000117
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so free 0x5571735c06e0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0730 0.000115
+gallium_dri.so free 0x5571735c0800 void 0.000114
+gallium_dri.so free 0x5571735c0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0730 0.000112
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so free 0x5571735c0730 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0880 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000112
+gallium_dri.so free 0x5571735c0a00 void 0.000113
+gallium_dri.so free 0x5571735c0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000111
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a70 0.000112
+gallium_dri.so free 0x5571735c0b80 void 0.000124
+gallium_dri.so free 0x5571735c0a70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0b30 0.000114
+gallium_dri.so free 0x5571735c0c00 void 0.000116
+gallium_dri.so free 0x5571735c0b30 void 0.000143
+gallium_dri.so malloc 72 0x5571735c0c50 0.000116
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so free 0x5571735c0c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000112
+gallium_dri.so free 0x5571735c0d80 void 0.000114
+gallium_dri.so free 0x5571735c0ce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0d30 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735c0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0d30 0.000112
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735c0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000111
+gallium_dri.so free 0x5571735c0f40 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000113
+gallium_dri.so free 0x5571735c1040 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ff0 0.000112
+gallium_dri.so free 0x5571735c1080 void 0.000112
+gallium_dri.so free 0x5571735c0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ff0 0.000113
+gallium_dri.so free 0x5571735c1140 void 0.000113
+gallium_dri.so free 0x5571735c0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1180 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000120
+gallium_dri.so free 0x5571735c1180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1200 0.000113
+gallium_dri.so free 0x5571735c12c0 void 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1200 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so free 0x5571735c1200 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1370 0.000158
+gallium_dri.so free 0x5571735c13c0 void 0.000125
+gallium_dri.so free 0x5571735c1370 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1370 0.000115
+gallium_dri.so free 0x5571735c14c0 void 0.000115
+gallium_dri.so free 0x5571735c1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1500 0.000113
+gallium_dri.so free 0x5571735c1580 void 0.000114
+gallium_dri.so free 0x5571735c1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1580 0.000114
+gallium_dri.so free 0x5571735c1640 void 0.000114
+gallium_dri.so free 0x5571735c1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1580 0.000113
+gallium_dri.so free 0x5571735c16c0 void 0.000114
+gallium_dri.so free 0x5571735c1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16f0 0.000113
+gallium_dri.so free 0x5571735c1740 void 0.000113
+gallium_dri.so free 0x5571735c16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16f0 0.000112
+gallium_dri.so free 0x5571735c1840 void 0.000114
+gallium_dri.so free 0x5571735c16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c17f0 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c18b0 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so free 0x5571735c18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c18b0 0.000120
+gallium_dri.so free 0x5571735c1a40 void 0.000115
+gallium_dri.so free 0x5571735c18b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c18b0 0.000111
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735c18b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000112
+gallium_dri.so free 0x5571735c1b80 void 0.000113
+gallium_dri.so free 0x5571735c1ab0 void 0.000105
+gallium_dri.so malloc 72 0x5571735c1bd0 0.000246
+gallium_dri.so free 0x5571735c1c40 void 0.000152
+gallium_dri.so free 0x5571735c1bd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1c60 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so free 0x5571735c1c60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000113
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d80 0.000114
+gallium_dri.so free 0x5571735c1e40 void 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000113
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000112
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c20b0 0.000112
+gallium_dri.so free 0x5571735c2180 void 0.000112
+gallium_dri.so free 0x5571735c20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c21d0 0.000113
+gallium_dri.so free 0x5571735c2240 void 0.000112
+gallium_dri.so free 0x5571735c21d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2280 0.000115
+gallium_dri.so free 0x5571735c2300 void 0.000114
+gallium_dri.so free 0x5571735c2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2280 0.000112
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c2280 void 0.000111
+gallium_dri.so malloc 72 0x5571735c23b0 0.000112
+gallium_dri.so free 0x5571735c2400 void 0.000113
+gallium_dri.so free 0x5571735c23b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23b0 0.000151
+gallium_dri.so free 0x5571735c2500 void 0.000116
+gallium_dri.so free 0x5571735c23b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c24b0 0.000114
+gallium_dri.so free 0x5571735c25c0 void 0.000112
+gallium_dri.so free 0x5571735c24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2570 0.000119
+gallium_dri.so free 0x5571735c2600 void 0.000115
+gallium_dri.so free 0x5571735c2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2570 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2730 0.000116
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2730 0.000113
+gallium_dri.so free 0x5571735c2880 void 0.000114
+gallium_dri.so free 0x5571735c2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2830 0.000115
+gallium_dri.so free 0x5571735c2940 void 0.000115
+gallium_dri.so free 0x5571735c2830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c28f0 0.000114
+gallium_dri.so free 0x5571735c2980 void 0.000115
+gallium_dri.so free 0x5571735c28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c28f0 0.000113
+gallium_dri.so free 0x5571735c2a40 void 0.000114
+gallium_dri.so free 0x5571735c28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2a80 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000115
+gallium_dri.so free 0x5571735c2a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b00 0.000114
+gallium_dri.so free 0x5571735c2bc0 void 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b00 0.000120
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2ca0 0.000112
+gallium_dri.so free 0x5571735c2d40 void 0.000113
+gallium_dri.so free 0x5571735c2ca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000112
+gallium_dri.so free 0x5571735c2dc0 void 0.000112
+gallium_dri.so free 0x5571735c2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x5571735c2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e40 0.000112
+gallium_dri.so free 0x5571735c2f00 void 0.000113
+gallium_dri.so free 0x5571735c2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e40 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2e40 0.000112
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so free 0x5571735c2e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3030 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30f0 0.000113
+gallium_dri.so free 0x5571735c31c0 void 0.000114
+gallium_dri.so free 0x5571735c30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3210 0.000126
+gallium_dri.so free 0x5571735c3280 void 0.000115
+gallium_dri.so free 0x5571735c3210 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32a0 0.000114
+gallium_dri.so free 0x5571735c3340 void 0.000114
+gallium_dri.so free 0x5571735c32a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32f0 0.000112
+gallium_dri.so free 0x5571735c33c0 void 0.000113
+gallium_dri.so free 0x5571735c32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32f0 0.000112
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so free 0x5571735c32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3440 0.000115
+gallium_dri.so free 0x5571735c3500 void 0.000113
+gallium_dri.so free 0x5571735c3440 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3440 0.000113
+gallium_dri.so free 0x5571735c3600 void 0.000115
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c35b0 0.000114
+gallium_dri.so free 0x5571735c3640 void 0.000117
+gallium_dri.so free 0x5571735c35b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c35b0 0.000115
+gallium_dri.so free 0x5571735c3700 void 0.000117
+gallium_dri.so free 0x5571735c35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3740 0.000116
+gallium_dri.so free 0x5571735c37c0 void 0.000116
+gallium_dri.so free 0x5571735c3740 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37c0 0.000114
+gallium_dri.so free 0x5571735c3880 void 0.000119
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37c0 0.000113
+gallium_dri.so free 0x5571735c3900 void 0.000114
+gallium_dri.so free 0x5571735c37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3930 0.000112
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so free 0x5571735c3930 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3930 0.000112
+gallium_dri.so free 0x5571735c3a80 void 0.000115
+gallium_dri.so free 0x5571735c3930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ac0 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000113
+gallium_dri.so free 0x5571735c3ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b40 0.000112
+gallium_dri.so free 0x5571735c3c00 void 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b40 0.000113
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000112
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so free 0x5571735c3cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3cb0 0.000122
+gallium_dri.so free 0x5571735c3e00 void 0.000113
+gallium_dri.so free 0x5571735c3cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3db0 0.000113
+gallium_dri.so free 0x5571735c3ec0 void 0.000128
+gallium_dri.so free 0x5571735c3db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e70 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so free 0x5571735c3e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3e70 0.000113
+gallium_dri.so free 0x5571735c4000 void 0.000113
+gallium_dri.so free 0x5571735c3e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3e70 0.000112
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so free 0x5571735c3e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4070 0.000113
+gallium_dri.so free 0x5571735c4140 void 0.000115
+gallium_dri.so free 0x5571735c4070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4190 0.000112
+gallium_dri.so free 0x5571735c4200 void 0.000113
+gallium_dri.so free 0x5571735c4190 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4220 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000113
+gallium_dri.so free 0x5571735c4220 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4340 0.000115
+gallium_dri.so free 0x5571735c4400 void 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4340 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000112
+gallium_dri.so free 0x5571735c4340 void 0.000217
+gallium_dri.so malloc 72 0x5571735c4480 0.000216
+gallium_dri.so free 0x5571735c4540 void 0.000241
+gallium_dri.so free 0x5571735c4480 void 0.000279
+gallium_dri.so malloc 72 0x5571735c4480 0.000156
+gallium_dri.so free 0x5571735c4600 void 0.000120
+gallium_dri.so free 0x5571735c4480 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4480 0.000117
+gallium_dri.so free 0x5571735c46c0 void 0.000117
+gallium_dri.so free 0x5571735c4480 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4790 0.000118
+gallium_dri.so free 0x5571735c4800 void 0.000117
+gallium_dri.so free 0x5571735c4790 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4840 0.000117
+gallium_dri.so free 0x5571735c48c0 void 0.000118
+gallium_dri.so free 0x5571735c4840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4840 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x5571735c4840 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4970 0.000124
+gallium_dri.so free 0x5571735c49c0 void 0.000111
+gallium_dri.so free 0x5571735c4970 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4970 0.000109
+gallium_dri.so free 0x5571735c4ac0 void 0.000110
+gallium_dri.so free 0x5571735c4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a70 0.000109
+gallium_dri.so free 0x5571735c4b80 void 0.000110
+gallium_dri.so free 0x5571735c4a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b30 0.000110
+gallium_dri.so free 0x5571735c4bc0 void 0.000111
+gallium_dri.so free 0x5571735c4b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4b30 0.000110
+gallium_dri.so free 0x5571735c4c80 void 0.000110
+gallium_dri.so free 0x5571735c4b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000110
+gallium_dri.so free 0x5571735c4d40 void 0.000110
+gallium_dri.so free 0x5571735c4cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000110
+gallium_dri.so free 0x5571735c4e40 void 0.000110
+gallium_dri.so free 0x5571735c4cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4df0 0.000110
+gallium_dri.so free 0x5571735c4f00 void 0.000117
+gallium_dri.so free 0x5571735c4df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4eb0 0.000114
+gallium_dri.so free 0x5571735c4f40 void 0.000111
+gallium_dri.so free 0x5571735c4eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4eb0 0.000110
+gallium_dri.so free 0x5571735c5000 void 0.000126
+gallium_dri.so free 0x5571735c4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5040 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so free 0x5571735c5040 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x557173469ac0 void 0.000116
+gallium_dri.so free 0x557173469a00 void 0.000112
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x557173469b80 void 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173469ba0 0.000114
+gallium_dri.so free 0x557173469c40 void 0.000115
+gallium_dri.so free 0x557173469ba0 void 0.000112
+gallium_dri.so malloc 72 0x557173469bf0 0.000114
+gallium_dri.so free 0x557173469cc0 void 0.000114
+gallium_dri.so free 0x557173469bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173469bf0 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000115
+gallium_dri.so free 0x557173469bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173469d40 0.000114
+gallium_dri.so free 0x557173469e00 void 0.000115
+gallium_dri.so free 0x557173469d40 void 0.000111
+gallium_dri.so malloc 72 0x557173469d40 0.000114
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so free 0x557173469d40 void 0.000112
+gallium_dri.so malloc 72 0x557173469d40 0.000115
+gallium_dri.so free 0x557173469f80 void 0.000175
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so malloc 72 0x557173469f30 0.000116
+gallium_dri.so free 0x55717346a040 void 0.000130
+gallium_dri.so free 0x557173469f30 void 0.000124
+gallium_dri.so malloc 72 0x557173469ff0 0.000112
+gallium_dri.so free 0x55717346a0c0 void 0.000114
+gallium_dri.so free 0x557173469ff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a110 0.000112
+gallium_dri.so free 0x55717346a180 void 0.000121
+gallium_dri.so free 0x55717346a110 void 0.000125
+gallium_dri.so malloc 72 0x55717346a1a0 0.000126
+gallium_dri.so free 0x55717346a240 void 0.000128
+gallium_dri.so free 0x55717346a1a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1f0 0.000118
+gallium_dri.so free 0x55717346a2c0 void 0.000117
+gallium_dri.so free 0x55717346a1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1f0 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000117
+gallium_dri.so free 0x55717346a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a340 0.000117
+gallium_dri.so free 0x55717346a400 void 0.000117
+gallium_dri.so free 0x55717346a340 void 0.000117
+gallium_dri.so malloc 72 0x55717346a340 0.000123
+gallium_dri.so free 0x55717346a500 void 0.000120
+gallium_dri.so free 0x55717346a340 void 0.000118
+gallium_dri.so malloc 72 0x55717346a4b0 0.000126
+gallium_dri.so free 0x55717346a540 void 0.000112
+gallium_dri.so free 0x55717346a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a4b0 0.000111
+gallium_dri.so free 0x55717346a600 void 0.000111
+gallium_dri.so free 0x55717346a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a640 0.000110
+gallium_dri.so free 0x55717346a6c0 void 0.000109
+gallium_dri.so free 0x55717346a640 void 0.000109
+gallium_dri.so malloc 72 0x55717346a6c0 0.000109
+gallium_dri.so free 0x55717346a780 void 0.000110
+gallium_dri.so free 0x55717346a6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a6c0 0.000110
+gallium_dri.so free 0x55717346a800 void 0.000109
+gallium_dri.so free 0x55717346a6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a830 0.000111
+gallium_dri.so free 0x55717346a880 void 0.000111
+gallium_dri.so free 0x55717346a830 void 0.000110
+gallium_dri.so malloc 72 0x55717346a830 0.000109
+gallium_dri.so free 0x55717346a980 void 0.000111
+gallium_dri.so free 0x55717346a830 void 0.000110
+gallium_dri.so malloc 72 0x55717346a9c0 0.000114
+gallium_dri.so free 0x55717346aa40 void 0.000122
+gallium_dri.so free 0x55717346a9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346aa40 0.000119
+gallium_dri.so free 0x55717346ab00 void 0.000114
+gallium_dri.so free 0x55717346aa40 void 0.000111
+gallium_dri.so malloc 72 0x55717346aa40 0.000121
+gallium_dri.so free 0x55717346ab80 void 0.000129
+gallium_dri.so free 0x55717346aa40 void 0.000207
+gallium_dri.so malloc 72 0x55717346abb0 0.000218
+gallium_dri.so free 0x55717346ac00 void 0.000124
+gallium_dri.so free 0x55717346abb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346abb0 0.000123
+gallium_dri.so free 0x55717346ad00 void 0.000123
+gallium_dri.so free 0x55717346abb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346acb0 0.000119
+gallium_dri.so free 0x55717346adc0 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad70 0.000114
+gallium_dri.so free 0x55717346ae40 void 0.000113
+gallium_dri.so free 0x55717346ad70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad70 0.000113
+gallium_dri.so free 0x55717346af00 void 0.000115
+gallium_dri.so free 0x55717346ad70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad70 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x55717346ad70 void 0.000113
+gallium_dri.so malloc 72 0x55717346af70 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000113
+gallium_dri.so free 0x55717346af70 void 0.000112
+gallium_dri.so malloc 72 0x55717346b090 0.000108
+gallium_dri.so free 0x55717346b100 void 0.000116
+gallium_dri.so free 0x55717346b090 void 0.000113
+gallium_dri.so malloc 72 0x55717346b120 0.000112
+gallium_dri.so free 0x55717346b1c0 void 0.000115
+gallium_dri.so free 0x55717346b120 void 0.000113
+gallium_dri.so malloc 72 0x55717346b170 0.000113
+gallium_dri.so free 0x55717346b240 void 0.000113
+gallium_dri.so free 0x55717346b170 void 0.000112
+gallium_dri.so malloc 72 0x55717346b240 0.000115
+gallium_dri.so free 0x55717346b300 void 0.000115
+gallium_dri.so free 0x55717346b240 void 0.000113
+gallium_dri.so malloc 72 0x55717346b240 0.000113
+gallium_dri.so free 0x55717346b380 void 0.000114
+gallium_dri.so free 0x55717346b240 void 0.000119
+gallium_dri.so malloc 72 0x55717346b380 0.000115
+gallium_dri.so free 0x55717346b440 void 0.000115
+gallium_dri.so free 0x55717346b380 void 0.000113
+gallium_dri.so malloc 72 0x55717346b380 0.000113
+gallium_dri.so free 0x55717346b500 void 0.000114
+gallium_dri.so free 0x55717346b380 void 0.000113
+gallium_dri.so malloc 72 0x55717346b380 0.000114
+gallium_dri.so free 0x55717346b5c0 void 0.000115
+gallium_dri.so free 0x55717346b380 void 0.000113
+gallium_dri.so malloc 72 0x55717346b570 0.000114
+gallium_dri.so free 0x55717346b640 void 0.000114
+gallium_dri.so free 0x55717346b570 void 0.000113
+gallium_dri.so malloc 72 0x55717346b690 0.000122
+gallium_dri.so free 0x55717346b700 void 0.000113
+gallium_dri.so free 0x55717346b690 void 0.000112
+gallium_dri.so malloc 72 0x55717346b740 0.000112
+gallium_dri.so free 0x55717346b7c0 void 0.000111
+gallium_dri.so free 0x55717346b740 void 0.000113
+gallium_dri.so malloc 72 0x55717346b740 0.000112
+gallium_dri.so free 0x55717346b840 void 0.000116
+gallium_dri.so free 0x55717346b740 void 0.000124
+gallium_dri.so malloc 72 0x55717346b870 0.000120
+gallium_dri.so free 0x55717346b8c0 void 0.000114
+gallium_dri.so free 0x55717346b870 void 0.000113
+gallium_dri.so malloc 72 0x55717346b870 0.000110
+gallium_dri.so free 0x55717346b9c0 void 0.000111
+gallium_dri.so free 0x55717346b870 void 0.000118
+gallium_dri.so malloc 72 0x55717346b970 0.000114
+gallium_dri.so free 0x55717346ba80 void 0.000114
+gallium_dri.so free 0x55717346b970 void 0.000113
+gallium_dri.so malloc 72 0x55717346ba30 0.000113
+gallium_dri.so free 0x55717346bac0 void 0.000115
+gallium_dri.so free 0x55717346ba30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ba30 0.000113
+gallium_dri.so free 0x55717346bb80 void 0.000114
+gallium_dri.so free 0x55717346ba30 void 0.000113
+gallium_dri.so malloc 72 0x55717346bbf0 0.000113
+gallium_dri.so free 0x55717346bc40 void 0.000113
+gallium_dri.so free 0x55717346bbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bbf0 0.000122
+gallium_dri.so free 0x55717346bd40 void 0.000112
+gallium_dri.so free 0x55717346bbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcf0 0.000110
+gallium_dri.so free 0x55717346be00 void 0.000112
+gallium_dri.so free 0x55717346bcf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bdb0 0.000112
+gallium_dri.so free 0x55717346be40 void 0.000113
+gallium_dri.so free 0x55717346bdb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bdb0 0.000112
+gallium_dri.so free 0x55717346bf00 void 0.000112
+gallium_dri.so free 0x55717346bdb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346bf40 0.000122
+gallium_dri.so free 0x55717346bfc0 void 0.000118
+gallium_dri.so free 0x55717346bf40 void 0.000113
+gallium_dri.so malloc 72 0x55717346bfc0 0.000113
+gallium_dri.so free 0x55717346c080 void 0.000102
+gallium_dri.so free 0x55717346bfc0 void 0.000211
+gallium_dri.so malloc 72 0x55717346bfc0 0.000176
+gallium_dri.so free 0x55717346c140 void 0.000213
+gallium_dri.so free 0x55717346bfc0 void 0.000221
+gallium_dri.so malloc 72 0x55717346c160 0.000193
+gallium_dri.so free 0x55717346c200 void 0.000194
+gallium_dri.so free 0x55717346c160 void 0.000233
+gallium_dri.so malloc 72 0x55717346c1b0 0.000114
+gallium_dri.so free 0x55717346c280 void 0.000112
+gallium_dri.so free 0x55717346c1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c1b0 0.000114
+gallium_dri.so free 0x55717346c300 void 0.000113
+gallium_dri.so free 0x55717346c1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c3c0 void 0.000111
+gallium_dri.so free 0x55717346c300 void 0.000112
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c480 void 0.000113
+gallium_dri.so free 0x55717346c300 void 0.000111
+gallium_dri.so malloc 72 0x55717346c300 0.000112
+gallium_dri.so free 0x55717346c540 void 0.000111
+gallium_dri.so free 0x55717346c300 void 0.000112
+gallium_dri.so malloc 72 0x55717346c4f0 0.000109
+gallium_dri.so free 0x55717346c600 void 0.000111
+gallium_dri.so free 0x55717346c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c5b0 0.000112
+gallium_dri.so free 0x55717346c680 void 0.000117
+gallium_dri.so free 0x55717346c5b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346c6d0 0.000119
+gallium_dri.so free 0x55717346c740 void 0.000113
+gallium_dri.so free 0x55717346c6d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c760 0.000113
+gallium_dri.so free 0x55717346c800 void 0.000120
+gallium_dri.so free 0x55717346c760 void 0.000115
+gallium_dri.so malloc 72 0x55717346c7b0 0.000110
+gallium_dri.so free 0x55717346c880 void 0.000111
+gallium_dri.so free 0x55717346c7b0 void 0.000109
+gallium_dri.so malloc 72 0x55717346c7b0 0.000108
+gallium_dri.so free 0x55717346c900 void 0.000110
+gallium_dri.so free 0x55717346c7b0 void 0.000109
+gallium_dri.so malloc 72 0x55717346c900 0.000111
+gallium_dri.so free 0x55717346c9c0 void 0.000110
+gallium_dri.so free 0x55717346c900 void 0.000109
+gallium_dri.so malloc 72 0x55717346c900 0.000109
+gallium_dri.so free 0x55717346cac0 void 0.000110
+gallium_dri.so free 0x55717346c900 void 0.000110
+gallium_dri.so malloc 72 0x55717346ca70 0.000109
+gallium_dri.so free 0x55717346cb00 void 0.000109
+gallium_dri.so free 0x55717346ca70 void 0.000111
+gallium_dri.so malloc 72 0x55717346ca70 0.000109
+gallium_dri.so free 0x55717346cbc0 void 0.000109
+gallium_dri.so free 0x55717346ca70 void 0.000109
+gallium_dri.so malloc 72 0x55717346cc00 0.000109
+gallium_dri.so free 0x55717346cc80 void 0.000109
+gallium_dri.so free 0x55717346cc00 void 0.000110
+gallium_dri.so malloc 72 0x55717346cc80 0.000115
+gallium_dri.so free 0x55717346cd40 void 0.000116
+gallium_dri.so free 0x55717346cc80 void 0.000110
+gallium_dri.so malloc 72 0x55717346cc80 0.000110
+gallium_dri.so free 0x55717346cdc0 void 0.000111
+gallium_dri.so free 0x55717346cc80 void 0.000110
+gallium_dri.so malloc 72 0x55717346cdf0 0.000126
+gallium_dri.so free 0x55717346ce40 void 0.000117
+gallium_dri.so free 0x55717346cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cdf0 0.000114
+gallium_dri.so free 0x55717346cf40 void 0.000114
+gallium_dri.so free 0x55717346cdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cf80 0.000113
+gallium_dri.so free 0x55717346d000 void 0.000115
+gallium_dri.so free 0x55717346cf80 void 0.000114
+gallium_dri.so malloc 72 0x55717346d000 0.000113
+gallium_dri.so free 0x55717346d0c0 void 0.000115
+gallium_dri.so free 0x55717346d000 void 0.000113
+gallium_dri.so malloc 72 0x55717346d000 0.000113
+gallium_dri.so free 0x55717346d140 void 0.000114
+gallium_dri.so free 0x55717346d000 void 0.000113
+gallium_dri.so malloc 72 0x55717346d170 0.000113
+gallium_dri.so free 0x55717346d1c0 void 0.000115
+gallium_dri.so free 0x55717346d170 void 0.000113
+gallium_dri.so malloc 72 0x55717346d170 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so free 0x55717346d170 void 0.000112
+gallium_dri.so malloc 72 0x55717346d270 0.000118
+gallium_dri.so free 0x55717346d380 void 0.000115
+gallium_dri.so free 0x55717346d270 void 0.000114
+gallium_dri.so malloc 72 0x55717346d330 0.000114
+gallium_dri.so free 0x55717346d400 void 0.000114
+gallium_dri.so free 0x55717346d330 void 0.000112
+gallium_dri.so malloc 72 0x55717346d330 0.000113
+gallium_dri.so free 0x55717346d4c0 void 0.000115
+gallium_dri.so free 0x55717346d330 void 0.000112
+gallium_dri.so malloc 72 0x55717346d330 0.000111
+gallium_dri.so free 0x55717346d580 void 0.000112
+gallium_dri.so free 0x55717346d330 void 0.000111
+gallium_dri.so malloc 72 0x55717346d530 0.000112
+gallium_dri.so free 0x55717346d600 void 0.000117
+gallium_dri.so free 0x55717346d530 void 0.000120
+gallium_dri.so malloc 72 0x55717346d650 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000113
+gallium_dri.so free 0x55717346d650 void 0.000111
+gallium_dri.so malloc 72 0x55717346d6e0 0.000112
+gallium_dri.so free 0x55717346d780 void 0.000116
+gallium_dri.so free 0x55717346d6e0 void 0.000108
+gallium_dri.so malloc 72 0x55717346d730 0.000259
+gallium_dri.so free 0x55717346d800 void 0.000198
+gallium_dri.so free 0x55717346d730 void 0.000233
+gallium_dri.so malloc 72 0x55717346d800 0.000270
+gallium_dri.so free 0x55717346d8c0 void 0.000288
+gallium_dri.so free 0x55717346d800 void 0.000222
+gallium_dri.so malloc 72 0x55717346d800 0.000140
+gallium_dri.so free 0x55717346d940 void 0.000158
+gallium_dri.so free 0x55717346d800 void 0.000119
+gallium_dri.so malloc 72 0x55717346d940 0.000119
+gallium_dri.so free 0x55717346da00 void 0.000122
+gallium_dri.so free 0x55717346d940 void 0.000119
+gallium_dri.so malloc 72 0x55717346d940 0.000113
+gallium_dri.so free 0x55717346dac0 void 0.000115
+gallium_dri.so free 0x55717346d940 void 0.000117
+gallium_dri.so malloc 72 0x55717346d940 0.000123
+gallium_dri.so free 0x55717346db80 void 0.000222
+gallium_dri.so free 0x55717346d940 void 0.000287
+gallium_dri.so malloc 72 0x55717346db30 0.000272
+gallium_dri.so free 0x55717346dc00 void 0.000159
+gallium_dri.so free 0x55717346db30 void 0.000235
+gallium_dri.so malloc 72 0x55717346dc50 0.000229
+gallium_dri.so free 0x55717346dcc0 void 0.000119
+gallium_dri.so free 0x55717346dc50 void 0.000123
+gallium_dri.so malloc 72 0x55717346dd00 0.000131
+gallium_dri.so free 0x55717346dd80 void 0.000122
+gallium_dri.so free 0x55717346dd00 void 0.000125
+gallium_dri.so malloc 72 0x55717346dd00 0.000118
+gallium_dri.so free 0x55717346de00 void 0.000120
+gallium_dri.so free 0x55717346dd00 void 0.000119
+gallium_dri.so malloc 72 0x55717346de30 0.000119
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so free 0x55717346de30 void 0.000134
+gallium_dri.so malloc 72 0x55717346de30 0.000197
+gallium_dri.so free 0x55717346df80 void 0.000278
+gallium_dri.so free 0x55717346de30 void 0.000260
+gallium_dri.so malloc 72 0x55717346df30 0.000309
+gallium_dri.so free 0x55717346e040 void 0.000168
+gallium_dri.so free 0x55717346df30 void 0.000163
+gallium_dri.so malloc 72 0x55717346dff0 0.000161
+gallium_dri.so free 0x55717346e080 void 0.000130
+gallium_dri.so free 0x55717346dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717346dff0 0.000130
+gallium_dri.so free 0x55717346e140 void 0.000137
+gallium_dri.so free 0x55717346dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e1b0 0.000129
+gallium_dri.so free 0x55717346e200 void 0.000130
+gallium_dri.so free 0x55717346e1b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346e1b0 0.000130
+gallium_dri.so free 0x55717346e300 void 0.000125
+gallium_dri.so free 0x55717346e1b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e2b0 0.000124
+gallium_dri.so free 0x55717346e3c0 void 0.000125
+gallium_dri.so free 0x55717346e2b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e370 0.000122
+gallium_dri.so free 0x55717346e400 void 0.000123
+gallium_dri.so free 0x55717346e370 void 0.000123
+gallium_dri.so malloc 72 0x55717346e370 0.000165
+gallium_dri.so free 0x55717346e4c0 void 0.000126
+gallium_dri.so free 0x55717346e370 void 0.000125
+gallium_dri.so malloc 72 0x55717346e500 0.000124
+gallium_dri.so free 0x55717346e580 void 0.000124
+gallium_dri.so free 0x55717346e500 void 0.000123
+gallium_dri.so malloc 72 0x55717346e580 0.000124
+gallium_dri.so free 0x55717346e640 void 0.000124
+gallium_dri.so free 0x55717346e580 void 0.000126
+gallium_dri.so malloc 72 0x55717346e580 0.000131
+gallium_dri.so free 0x55717346e700 void 0.000117
+gallium_dri.so free 0x55717346e580 void 0.000116
+gallium_dri.so malloc 72 0x55717346e720 0.000116
+gallium_dri.so free 0x55717346e7c0 void 0.000116
+gallium_dri.so free 0x55717346e720 void 0.000114
+gallium_dri.so malloc 72 0x55717346e770 0.000117
+gallium_dri.so free 0x55717346e840 void 0.000116
+gallium_dri.so free 0x55717346e770 void 0.000116
+gallium_dri.so malloc 72 0x55717346e770 0.000115
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so free 0x55717346e770 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000115
+gallium_dri.so free 0x55717346e980 void 0.000117
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000114
+gallium_dri.so free 0x55717346ea40 void 0.000114
+gallium_dri.so free 0x55717346e8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e8c0 0.000116
+gallium_dri.so free 0x55717346eb00 void 0.000115
+gallium_dri.so free 0x55717346e8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eab0 0.000115
+gallium_dri.so free 0x55717346ebc0 void 0.000121
+gallium_dri.so free 0x55717346eab0 void 0.000121
+gallium_dri.so malloc 72 0x55717346eb70 0.000119
+gallium_dri.so free 0x55717346ec40 void 0.000117
+gallium_dri.so free 0x55717346eb70 void 0.000116
+gallium_dri.so malloc 72 0x55717346ec90 0.000138
+gallium_dri.so free 0x55717346ed00 void 0.000122
+gallium_dri.so free 0x55717346ec90 void 0.000119
+gallium_dri.so malloc 72 0x55717346ed20 0.000124
+gallium_dri.so free 0x55717346edc0 void 0.000131
+gallium_dri.so free 0x55717346ed20 void 0.000130
+gallium_dri.so malloc 72 0x55717346ed70 0.000131
+gallium_dri.so free 0x55717346ee40 void 0.000130
+gallium_dri.so free 0x55717346ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717346ed70 0.000130
+gallium_dri.so free 0x55717346eec0 void 0.000129
+gallium_dri.so free 0x55717346ed70 void 0.000131
+gallium_dri.so malloc 72 0x55717346eec0 0.000125
+gallium_dri.so free 0x55717346ef80 void 0.000127
+gallium_dri.so free 0x55717346eec0 void 0.000130
+gallium_dri.so malloc 72 0x55717346eec0 0.000124
+gallium_dri.so free 0x55717346f080 void 0.000133
+gallium_dri.so free 0x55717346eec0 void 0.000131
+gallium_dri.so malloc 72 0x55717346f030 0.000131
+gallium_dri.so free 0x55717346f0c0 void 0.000130
+gallium_dri.so free 0x55717346f030 void 0.000130
+gallium_dri.so malloc 72 0x55717346f030 0.000224
+gallium_dri.so free 0x55717346f180 void 0.000218
+gallium_dri.so free 0x55717346f030 void 0.000242
+gallium_dri.so malloc 72 0x55717346f1c0 0.000178
+gallium_dri.so free 0x55717346f240 void 0.000163
+gallium_dri.so free 0x55717346f1c0 void 0.000165
+gallium_dri.so malloc 72 0x55717346f240 0.000229
+gallium_dri.so free 0x55717346f300 void 0.000335
+gallium_dri.so free 0x55717346f240 void 0.000277
+gallium_dri.so malloc 72 0x55717346f240 0.000273
+gallium_dri.so free 0x55717346f380 void 0.000223
+gallium_dri.so free 0x55717346f240 void 0.000198
+gallium_dri.so malloc 72 0x55717346f3b0 0.000164
+gallium_dri.so free 0x5571735da8c0 void 0.000123
+gallium_dri.so free 0x55717346f3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f3b0 0.000121
+gallium_dri.so free 0x5571735da9c0 void 0.000119
+gallium_dri.so free 0x55717346f3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da970 0.000119
+gallium_dri.so free 0x5571735daa40 void 0.000120
+gallium_dri.so free 0x5571735da970 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa90 0.000119
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so free 0x5571735daa90 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab20 0.000119
+gallium_dri.so free 0x5571735dabc0 void 0.000120
+gallium_dri.so free 0x5571735dab20 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab70 0.000118
+gallium_dri.so free 0x5571735dac40 void 0.000118
+gallium_dri.so free 0x5571735dab70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab70 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735dab70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dacc0 0.000117
+gallium_dri.so free 0x5571735dad80 void 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dacc0 0.000125
+gallium_dri.so free 0x5571735dae80 void 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dacc0 0.000120
+gallium_dri.so free 0x5571735daf00 void 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735daf30 0.000110
+gallium_dri.so free 0x5571735daf80 void 0.000260
+gallium_dri.so free 0x5571735daf30 void 0.000241
+gallium_dri.so malloc 72 0x5571735daf30 0.000162
+gallium_dri.so free 0x5571735db080 void 0.000166
+gallium_dri.so free 0x5571735daf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735db030 0.000136
+gallium_dri.so free 0x5571735db140 void 0.000131
+gallium_dri.so free 0x5571735db030 void 0.000126
+gallium_dri.so malloc 72 0x5571735db0f0 0.000126
+gallium_dri.so free 0x5571735db180 void 0.000129
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0f0 0.000125
+gallium_dri.so free 0x5571735db240 void 0.000126
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db290 0.000129
+gallium_dri.so free 0x5571735db300 void 0.000130
+gallium_dri.so free 0x5571735db290 void 0.000132
+gallium_dri.so malloc 72 0x5571735db340 0.000170
+gallium_dri.so free 0x5571735db3c0 void 0.000168
+gallium_dri.so free 0x5571735db340 void 0.000167
+gallium_dri.so malloc 72 0x5571735db3c0 0.000165
+gallium_dri.so free 0x5571735db480 void 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db3c0 0.000126
+gallium_dri.so free 0x5571735db500 void 0.000121
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db530 0.000124
+gallium_dri.so free 0x5571735db580 void 0.000131
+gallium_dri.so free 0x5571735db530 void 0.000130
+gallium_dri.so malloc 72 0x5571735db530 0.000130
+gallium_dri.so free 0x5571735db680 void 0.000131
+gallium_dri.so free 0x5571735db530 void 0.000126
+gallium_dri.so malloc 72 0x5571735db630 0.000127
+gallium_dri.so free 0x5571735db740 void 0.000131
+gallium_dri.so free 0x5571735db630 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6f0 0.000130
+gallium_dri.so free 0x5571735db7c0 void 0.000124
+gallium_dri.so free 0x5571735db6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db7e0 0.000121
+gallium_dri.so free 0x5571735db880 void 0.000129
+gallium_dri.so free 0x5571735db7e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db830 0.000130
+gallium_dri.so free 0x5571735db900 void 0.000129
+gallium_dri.so free 0x5571735db830 void 0.000129
+gallium_dri.so malloc 72 0x5571735db830 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000126
+gallium_dri.so free 0x5571735db830 void 0.000120
+gallium_dri.so malloc 72 0x5571735db980 0.000120
+gallium_dri.so free 0x5571735dba40 void 0.000125
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000125
+gallium_dri.so malloc 72 0x5571735db980 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000129
+gallium_dri.so free 0x5571735db980 void 0.000127
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000126
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbb70 0.000121
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so free 0x5571735dbb70 void 0.000137
+gallium_dri.so malloc 72 0x5571735dbc70 0.000120
+gallium_dri.so free 0x5571735dbd80 void 0.000120
+gallium_dri.so free 0x5571735dbc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbd30 0.000123
+gallium_dri.so free 0x5571735dbdc0 void 0.000131
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000131
+gallium_dri.so free 0x5571735dbe80 void 0.000130
+gallium_dri.so free 0x5571735dbd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbec0 0.000129
+gallium_dri.so free 0x5571735dbf40 void 0.000124
+gallium_dri.so free 0x5571735dbec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf40 0.000130
+gallium_dri.so free 0x5571735dc000 void 0.000128
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbf40 0.000130
+gallium_dri.so free 0x5571735dc0c0 void 0.000126
+gallium_dri.so free 0x5571735dbf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc0e0 0.000129
+gallium_dri.so free 0x5571735dc180 void 0.000129
+gallium_dri.so free 0x5571735dc0e0 void 0.000170
+gallium_dri.so malloc 72 0x5571735dc130 0.000127
+gallium_dri.so free 0x5571735dc200 void 0.000133
+gallium_dri.so free 0x5571735dc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc130 0.000130
+gallium_dri.so free 0x5571735dc280 void 0.000125
+gallium_dri.so free 0x5571735dc130 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc280 0.000125
+gallium_dri.so free 0x5571735dc340 void 0.000130
+gallium_dri.so free 0x5571735dc280 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc280 0.000121
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so free 0x5571735dc280 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc280 0.000131
+gallium_dri.so free 0x5571735dc4c0 void 0.000131
+gallium_dri.so free 0x5571735dc280 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc470 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000130
+gallium_dri.so free 0x5571735dc470 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc530 0.000124
+gallium_dri.so free 0x5571735dc600 void 0.000120
+gallium_dri.so free 0x5571735dc530 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc650 0.000119
+gallium_dri.so free 0x5571735dc6c0 void 0.000125
+gallium_dri.so free 0x5571735dc650 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc6e0 0.000127
+gallium_dri.so free 0x5571735dc780 void 0.000124
+gallium_dri.so free 0x5571735dc6e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc730 0.000130
+gallium_dri.so free 0x5571735dc800 void 0.000130
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc730 0.000129
+gallium_dri.so free 0x5571735dc880 void 0.000131
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc880 0.000128
+gallium_dri.so free 0x5571735dc940 void 0.000134
+gallium_dri.so free 0x5571735dc880 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc880 0.000128
+gallium_dri.so free 0x5571735dca40 void 0.000124
+gallium_dri.so free 0x5571735dc880 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000125
+gallium_dri.so free 0x5571735dca80 void 0.000131
+gallium_dri.so free 0x5571735dc9f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000131
+gallium_dri.so free 0x5571735dcb40 void 0.000126
+gallium_dri.so free 0x5571735dc9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb80 0.000126
+gallium_dri.so free 0x5571735dcc00 void 0.000122
+gallium_dri.so free 0x5571735dcb80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc00 0.000129
+gallium_dri.so free 0x5571735dccc0 void 0.000129
+gallium_dri.so free 0x5571735dcc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc00 0.000120
+gallium_dri.so free 0x5571735dcd40 void 0.000122
+gallium_dri.so free 0x5571735dcc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd70 0.000119
+gallium_dri.so free 0x5571735dcdc0 void 0.000126
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000126
+gallium_dri.so free 0x5571735dcec0 void 0.000119
+gallium_dri.so free 0x5571735dcd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcf00 0.000125
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf80 0.000119
+gallium_dri.so free 0x5571735dd040 void 0.000120
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf80 0.000125
+gallium_dri.so free 0x5571735dd0c0 void 0.000130
+gallium_dri.so free 0x5571735dcf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000130
+gallium_dri.so free 0x5571735dd140 void 0.000129
+gallium_dri.so free 0x5571735dd0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000119
+gallium_dri.so free 0x5571735dd240 void 0.000124
+gallium_dri.so free 0x5571735dd0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000120
+gallium_dri.so free 0x5571735dd300 void 0.000120
+gallium_dri.so free 0x5571735dd1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000130
+gallium_dri.so free 0x5571735dd380 void 0.000129
+gallium_dri.so free 0x5571735dd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000126
+gallium_dri.so free 0x5571735dd440 void 0.000125
+gallium_dri.so free 0x5571735dd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000130
+gallium_dri.so free 0x5571735dd500 void 0.000129
+gallium_dri.so free 0x5571735dd2b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000131
+gallium_dri.so free 0x5571735dd580 void 0.000143
+gallium_dri.so free 0x5571735dd4b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000133
+gallium_dri.so free 0x5571735dd640 void 0.000134
+gallium_dri.so free 0x5571735dd5d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd660 0.000129
+gallium_dri.so free 0x5571735dd700 void 0.000124
+gallium_dri.so free 0x5571735dd660 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000129
+gallium_dri.so free 0x5571735dd780 void 0.000129
+gallium_dri.so free 0x5571735dd6b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dd780 0.000129
+gallium_dri.so free 0x5571735dd840 void 0.000129
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd780 0.000124
+gallium_dri.so free 0x5571735dd8c0 void 0.000126
+gallium_dri.so free 0x5571735dd780 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000125
+gallium_dri.so free 0x5571735dd980 void 0.000176
+gallium_dri.so free 0x5571735dd8c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000129
+gallium_dri.so free 0x5571735dda40 void 0.000124
+gallium_dri.so free 0x5571735dd8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000125
+gallium_dri.so free 0x5571735ddb00 void 0.000125
+gallium_dri.so free 0x5571735dd8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddab0 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000124
+gallium_dri.so free 0x5571735ddab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000130
+gallium_dri.so free 0x5571735ddc40 void 0.000124
+gallium_dri.so free 0x5571735ddbd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddc80 0.000119
+gallium_dri.so free 0x5571735ddd00 void 0.000123
+gallium_dri.so free 0x5571735ddc80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddc80 0.000129
+gallium_dri.so free 0x5571735ddd80 void 0.000135
+gallium_dri.so free 0x5571735ddc80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dddb0 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000125
+gallium_dri.so free 0x5571735dddb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dddb0 0.000119
+gallium_dri.so free 0x5571735ddf00 void 0.000119
+gallium_dri.so free 0x5571735dddb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000124
+gallium_dri.so free 0x5571735ddfc0 void 0.000131
+gallium_dri.so free 0x5571735ddeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddf70 0.000130
+gallium_dri.so free 0x5571735de000 void 0.000125
+gallium_dri.so free 0x5571735ddf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddf70 0.000130
+gallium_dri.so free 0x5571735de0c0 void 0.000123
+gallium_dri.so free 0x5571735ddf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735de130 0.000128
+gallium_dri.so free 0x5571735de180 void 0.000129
+gallium_dri.so free 0x5571735de130 void 0.000131
+gallium_dri.so malloc 72 0x5571735de130 0.000124
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so free 0x5571735de130 void 0.000125
+gallium_dri.so malloc 72 0x5571735de230 0.000129
+gallium_dri.so free 0x5571735de340 void 0.000130
+gallium_dri.so free 0x5571735de230 void 0.000130
+gallium_dri.so malloc 72 0x5571735de2f0 0.000134
+gallium_dri.so free 0x5571735de380 void 0.000131
+gallium_dri.so free 0x5571735de2f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735de2f0 0.000132
+gallium_dri.so free 0x5571735de440 void 0.000131
+gallium_dri.so free 0x5571735de2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de480 0.000125
+gallium_dri.so free 0x5571735de500 void 0.000124
+gallium_dri.so free 0x5571735de480 void 0.000124
+gallium_dri.so malloc 72 0x5571735de500 0.000124
+gallium_dri.so free 0x5571735de5c0 void 0.000123
+gallium_dri.so free 0x5571735de500 void 0.000125
+gallium_dri.so malloc 72 0x5571735de500 0.000124
+gallium_dri.so free 0x5571735de680 void 0.000124
+gallium_dri.so free 0x5571735de500 void 0.000124
+gallium_dri.so malloc 72 0x5571735de6a0 0.000124
+gallium_dri.so free 0x5571735de740 void 0.000124
+gallium_dri.so free 0x5571735de6a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de6f0 0.000124
+gallium_dri.so free 0x5571735de7c0 void 0.000124
+gallium_dri.so free 0x5571735de6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de6f0 0.000123
+gallium_dri.so free 0x5571735de840 void 0.000123
+gallium_dri.so free 0x5571735de6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de840 0.000122
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so free 0x5571735de840 void 0.000125
+gallium_dri.so malloc 72 0x5571735de840 0.000129
+gallium_dri.so free 0x5571735de9c0 void 0.000120
+gallium_dri.so free 0x5571735de840 void 0.000116
+gallium_dri.so malloc 72 0x5571735de840 0.000115
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so malloc 72 0x5571735dea30 0.000117
+gallium_dri.so free 0x5571735deb40 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000115
+gallium_dri.so malloc 72 0x5571735deaf0 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000116
+gallium_dri.so free 0x5571735deaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dec10 0.000115
+gallium_dri.so free 0x5571735dec80 void 0.000116
+gallium_dri.so free 0x5571735dec10 void 0.000116
+gallium_dri.so malloc 72 0x5571735deca0 0.000115
+gallium_dri.so free 0x5571735ded40 void 0.000116
+gallium_dri.so free 0x5571735deca0 void 0.000115
+gallium_dri.so malloc 72 0x5571735decf0 0.000116
+gallium_dri.so free 0x5571735dedc0 void 0.000116
+gallium_dri.so free 0x5571735decf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735decf0 0.000116
+gallium_dri.so free 0x5571735dee40 void 0.000116
+gallium_dri.so free 0x5571735decf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dee40 0.000115
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dee40 0.000116
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so malloc 72 0x5571735defb0 0.000119
+gallium_dri.so free 0x5571735df040 void 0.000118
+gallium_dri.so free 0x5571735defb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735defb0 0.000119
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df140 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df140 void 0.000118
+gallium_dri.so malloc 72 0x5571735df1c0 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df1c0 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df330 0.000115
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df330 void 0.000112
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df480 void 0.000113
+gallium_dri.so free 0x5571735df330 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4c0 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df540 0.000112
+gallium_dri.so free 0x5571735df600 void 0.000126
+gallium_dri.so free 0x5571735df540 void 0.000125
+gallium_dri.so malloc 72 0x5571735df540 0.000124
+gallium_dri.so free 0x5571735df680 void 0.000125
+gallium_dri.so free 0x5571735df540 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6b0 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so free 0x5571735df6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6b0 0.000117
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df7b0 0.000117
+gallium_dri.so free 0x5571735df8c0 void 0.000117
+gallium_dri.so free 0x5571735df7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df870 0.000119
+gallium_dri.so free 0x5571735df940 void 0.000118
+gallium_dri.so free 0x5571735df870 void 0.000118
+gallium_dri.so malloc 72 0x5571735df870 0.000119
+gallium_dri.so free 0x5571735dfa00 void 0.000118
+gallium_dri.so free 0x5571735df870 void 0.000118
+gallium_dri.so malloc 72 0x5571735df870 0.000119
+gallium_dri.so free 0x5571735dfac0 void 0.000118
+gallium_dri.so free 0x5571735df870 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfa70 0.000119
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735dfa70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfb90 0.000110
+gallium_dri.so free 0x5571735dfc00 void 0.000111
+gallium_dri.so free 0x5571735dfb90 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfc20 0.000109
+gallium_dri.so free 0x5571735dfcc0 void 0.000110
+gallium_dri.so free 0x5571735dfc20 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfc70 0.000110
+gallium_dri.so free 0x5571735dfd40 void 0.000110
+gallium_dri.so free 0x5571735dfc70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfd40 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000109
+gallium_dri.so free 0x5571735dfd40 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfd40 0.000111
+gallium_dri.so free 0x5571735dfe80 void 0.000109
+gallium_dri.so free 0x5571735dfd40 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfe80 0.000109
+gallium_dri.so free 0x5571735dff40 void 0.000111
+gallium_dri.so free 0x5571735dfe80 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfe80 0.000109
+gallium_dri.so free 0x5571735e0000 void 0.000110
+gallium_dri.so free 0x5571735dfe80 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfe80 0.000109
+gallium_dri.so free 0x5571735e00c0 void 0.000110
+gallium_dri.so free 0x5571735dfe80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0070 0.000111
+gallium_dri.so free 0x5571735e0140 void 0.000110
+gallium_dri.so free 0x5571735e0070 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0190 0.000110
+gallium_dri.so free 0x5571735e0200 void 0.000115
+gallium_dri.so free 0x5571735e0190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0240 0.000113
+gallium_dri.so free 0x5571735e02c0 void 0.000118
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0240 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000112
+gallium_dri.so free 0x5571735e04c0 void 0.000112
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0470 0.000112
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so free 0x5571735e0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0530 0.000112
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0530 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so free 0x5571735e06f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06f0 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000188
+gallium_dri.so free 0x5571735e06f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e07f0 0.000158
+gallium_dri.so free 0x5571735e0900 void 0.000124
+gallium_dri.so free 0x5571735e07f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e08b0 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so free 0x5571735e08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08b0 0.000118
+gallium_dri.so free 0x5571735e0a00 void 0.000117
+gallium_dri.so free 0x5571735e08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a40 0.000117
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e0a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000117
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c60 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0c60 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000119
+gallium_dri.so free 0x5571735e0d80 void 0.000120
+gallium_dri.so free 0x5571735e0cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000111
+gallium_dri.so free 0x5571735eb380 void 0.000110
+gallium_dri.so free 0x5571735e0cb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735eb380 0.000110
+gallium_dri.so free 0x5571735eb440 void 0.000109
+gallium_dri.so free 0x5571735eb380 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb380 0.000110
+gallium_dri.so free 0x5571735eb500 void 0.000111
+gallium_dri.so free 0x5571735eb380 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb380 0.000111
+gallium_dri.so free 0x5571735eb5c0 void 0.000109
+gallium_dri.so free 0x5571735eb380 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb570 0.000109
+gallium_dri.so free 0x5571735eb680 void 0.000111
+gallium_dri.so free 0x5571735eb570 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb630 0.000109
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so free 0x5571735eb630 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb750 0.000110
+gallium_dri.so free 0x5571735eb7c0 void 0.000109
+gallium_dri.so free 0x5571735eb750 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000121
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb7e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb830 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000111
+gallium_dri.so free 0x5571735eb830 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb830 0.000116
+gallium_dri.so free 0x5571735eb980 void 0.000113
+gallium_dri.so free 0x5571735eb830 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb980 0.000112
+gallium_dri.so free 0x5571735eba40 void 0.000113
+gallium_dri.so free 0x5571735eb980 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb980 0.000112
+gallium_dri.so free 0x5571735ebb40 void 0.000113
+gallium_dri.so free 0x5571735eb980 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000112
+gallium_dri.so free 0x5571735ebb80 void 0.000112
+gallium_dri.so free 0x5571735ebaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000111
+gallium_dri.so free 0x5571735ebc40 void 0.000113
+gallium_dri.so free 0x5571735ebaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc80 0.000112
+gallium_dri.so free 0x5571735ebd00 void 0.000113
+gallium_dri.so free 0x5571735ebc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd00 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000112
+gallium_dri.so free 0x5571735ebd00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd00 0.000113
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so free 0x5571735ebd00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe70 0.000112
+gallium_dri.so free 0x5571735ebec0 void 0.000114
+gallium_dri.so free 0x5571735ebe70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe70 0.000168
+gallium_dri.so free 0x5571735ebfc0 void 0.000161
+gallium_dri.so free 0x5571735ebe70 void 0.000161
+gallium_dri.so malloc 72 0x5571735ec000 0.000124
+gallium_dri.so free 0x5571735ec080 void 0.000120
+gallium_dri.so free 0x5571735ec000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec080 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec080 0.000119
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000117
+gallium_dri.so free 0x5571735ec240 void 0.000117
+gallium_dri.so free 0x5571735ec1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1f0 0.000157
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735ec1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000118
+gallium_dri.so free 0x5571735ec400 void 0.000119
+gallium_dri.so free 0x5571735ec2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000119
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000102
+gallium_dri.so free 0x5571735ec3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec3b0 0.000109
+gallium_dri.so free 0x5571735ec600 void 0.000110
+gallium_dri.so free 0x5571735ec3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000110
+gallium_dri.so free 0x5571735ec680 void 0.000109
+gallium_dri.so free 0x5571735ec5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000109
+gallium_dri.so free 0x5571735ec740 void 0.000110
+gallium_dri.so free 0x5571735ec6d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec760 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000111
+gallium_dri.so free 0x5571735ec760 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000110
+gallium_dri.so free 0x5571735ec880 void 0.000109
+gallium_dri.so free 0x5571735ec7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec880 0.000110
+gallium_dri.so free 0x5571735ec940 void 0.000111
+gallium_dri.so free 0x5571735ec880 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec880 0.000109
+gallium_dri.so free 0x5571735ec9c0 void 0.000116
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000113
+gallium_dri.so free 0x5571735eca80 void 0.000112
+gallium_dri.so free 0x5571735ec9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000111
+gallium_dri.so free 0x5571735ecb40 void 0.000110
+gallium_dri.so free 0x5571735ec9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec9c0 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000113
+gallium_dri.so free 0x5571735ec9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecbb0 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eccd0 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so free 0x5571735eccd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd80 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd80 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eceb0 0.000112
+gallium_dri.so free 0x5571735ecf00 void 0.000113
+gallium_dri.so free 0x5571735eceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eceb0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735eceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so free 0x5571735ecfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed070 0.000113
+gallium_dri.so free 0x5571735ed100 void 0.000114
+gallium_dri.so free 0x5571735ed070 void 0.000150
+gallium_dri.so malloc 72 0x5571735ed070 0.000126
+gallium_dri.so free 0x5571735ed1c0 void 0.000125
+gallium_dri.so free 0x5571735ed070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed230 0.000118
+gallium_dri.so free 0x5571735ed280 void 0.000118
+gallium_dri.so free 0x5571735ed230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed230 0.000118
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed230 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed330 0.000118
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000117
+gallium_dri.so free 0x5571735ed3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000119
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed580 0.000119
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed600 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed600 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000125
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000111
+gallium_dri.so free 0x5571735ed7a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000111
+gallium_dri.so free 0x5571735ed8c0 void 0.000110
+gallium_dri.so free 0x5571735ed7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000112
+gallium_dri.so free 0x5571735ed940 void 0.000110
+gallium_dri.so free 0x5571735ed7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed940 0.000110
+gallium_dri.so free 0x5571735eda00 void 0.000110
+gallium_dri.so free 0x5571735ed940 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed940 0.000109
+gallium_dri.so free 0x5571735edac0 void 0.000111
+gallium_dri.so free 0x5571735ed940 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed940 0.000110
+gallium_dri.so free 0x5571735edb80 void 0.000110
+gallium_dri.so free 0x5571735ed940 void 0.000109
+gallium_dri.so malloc 72 0x5571735edb30 0.000110
+gallium_dri.so free 0x5571735edc40 void 0.000109
+gallium_dri.so free 0x5571735edb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735edbf0 0.000121
+gallium_dri.so free 0x5571735edcc0 void 0.000116
+gallium_dri.so free 0x5571735edbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edd10 0.000110
+gallium_dri.so free 0x5571735edd80 void 0.000112
+gallium_dri.so free 0x5571735edd10 void 0.000125
+gallium_dri.so malloc 72 0x5571735edda0 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edda0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eddf0 0.000114
+gallium_dri.so free 0x5571735edec0 void 0.000115
+gallium_dri.so free 0x5571735eddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eddf0 0.000113
+gallium_dri.so free 0x5571735edf40 void 0.000114
+gallium_dri.so free 0x5571735eddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edf40 0.000113
+gallium_dri.so free 0x5571735ee000 void 0.000114
+gallium_dri.so free 0x5571735edf40 void 0.000111
+gallium_dri.so malloc 72 0x5571735edf40 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000113
+gallium_dri.so free 0x5571735edf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000114
+gallium_dri.so free 0x5571735ee140 void 0.000114
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee240 0.000117
+gallium_dri.so free 0x5571735ee2c0 void 0.000115
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee2c0 0.000168
+gallium_dri.so free 0x5571735ee400 void 0.000125
+gallium_dri.so free 0x5571735ee2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee430 0.000122
+gallium_dri.so free 0x5571735ee480 void 0.000120
+gallium_dri.so free 0x5571735ee430 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee430 0.000118
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee5c0 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so free 0x5571735ee5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee640 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee640 0.000118
+gallium_dri.so free 0x5571735ee780 void 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000117
+gallium_dri.so free 0x5571735ee800 void 0.000118
+gallium_dri.so free 0x5571735ee7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000118
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee970 0.000111
+gallium_dri.so free 0x5571735eea40 void 0.000110
+gallium_dri.so free 0x5571735ee970 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee970 0.000110
+gallium_dri.so free 0x5571735eeb00 void 0.000110
+gallium_dri.so free 0x5571735ee970 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee970 0.000110
+gallium_dri.so free 0x5571735eebc0 void 0.000110
+gallium_dri.so free 0x5571735ee970 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeb70 0.000110
+gallium_dri.so free 0x5571735eec40 void 0.000110
+gallium_dri.so free 0x5571735eeb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735eec90 0.000110
+gallium_dri.so free 0x5571735eed00 void 0.000111
+gallium_dri.so free 0x5571735eec90 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed20 0.000110
+gallium_dri.so free 0x5571735eedc0 void 0.000110
+gallium_dri.so free 0x5571735eed20 void 0.000110
+gallium_dri.so malloc 72 0x5571735eed70 0.000111
+gallium_dri.so free 0x5571735eee40 void 0.000109
+gallium_dri.so free 0x5571735eed70 void 0.000111
+gallium_dri.so malloc 72 0x5571735eee40 0.000109
+gallium_dri.so free 0x5571735eef00 void 0.000109
+gallium_dri.so free 0x5571735eee40 void 0.000109
+gallium_dri.so malloc 72 0x5571735eee40 0.000111
+gallium_dri.so free 0x5571735eef80 void 0.000110
+gallium_dri.so free 0x5571735eee40 void 0.000110
+gallium_dri.so malloc 72 0x5571735eef80 0.000123
+gallium_dri.so free 0x5571735ef040 void 0.000115
+gallium_dri.so free 0x5571735eef80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef80 0.000113
+gallium_dri.so free 0x5571735ef100 void 0.000114
+gallium_dri.so free 0x5571735eef80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eef80 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000113
+gallium_dri.so free 0x5571735eef80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef170 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000113
+gallium_dri.so free 0x5571735ef170 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef290 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000114
+gallium_dri.so free 0x5571735ef290 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef340 0.000112
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef340 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef470 0.000113
+gallium_dri.so free 0x5571735ef4c0 void 0.000113
+gallium_dri.so free 0x5571735ef470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef470 0.000112
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef570 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000168
+gallium_dri.so free 0x5571735ef570 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef630 0.000123
+gallium_dri.so free 0x5571735ef6c0 void 0.000124
+gallium_dri.so free 0x5571735ef630 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef630 0.000120
+gallium_dri.so free 0x5571735ef780 void 0.000118
+gallium_dri.so free 0x5571735ef630 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000117
+gallium_dri.so free 0x5571735ef840 void 0.000118
+gallium_dri.so free 0x5571735ef7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef7f0 0.000119
+gallium_dri.so free 0x5571735ef940 void 0.000123
+gallium_dri.so free 0x5571735ef7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000118
+gallium_dri.so free 0x5571735efa00 void 0.000118
+gallium_dri.so free 0x5571735ef8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000118
+gallium_dri.so free 0x5571735efa40 void 0.000118
+gallium_dri.so free 0x5571735ef9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000118
+gallium_dri.so free 0x5571735efb00 void 0.000118
+gallium_dri.so free 0x5571735ef9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb40 0.000117
+gallium_dri.so free 0x5571735efbc0 void 0.000118
+gallium_dri.so free 0x5571735efb40 void 0.000123
+gallium_dri.so malloc 72 0x5571735efbc0 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000112
+gallium_dri.so free 0x5571735efbc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735efbc0 0.000110
+gallium_dri.so free 0x5571735efd40 void 0.000110
+gallium_dri.so free 0x5571735efbc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735efd60 0.000111
+gallium_dri.so free 0x5571735efe00 void 0.000196
+gallium_dri.so free 0x5571735efd60 void 0.000215
+gallium_dri.so malloc 72 0x5571735efdb0 0.000211
+gallium_dri.so free 0x5571735efe80 void 0.000121
+gallium_dri.so free 0x5571735efdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdb0 0.000116
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so free 0x5571735efdb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eff00 0.000115
+gallium_dri.so free 0x5571735effc0 void 0.000115
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff00 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000116
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff00 0.000112
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f00f0 0.000126
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01b0 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so free 0x5571735f01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f02d0 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f02d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0360 0.000117
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0360 void 0.000112
+gallium_dri.so malloc 72 0x5571735f03b0 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000113
+gallium_dri.so free 0x5571735f03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03b0 0.000113
+gallium_dri.so free 0x5571735f0500 void 0.000113
+gallium_dri.so free 0x5571735f03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0500 0.000113
+gallium_dri.so free 0x5571735f05c0 void 0.000113
+gallium_dri.so free 0x5571735f0500 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0500 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0670 0.000114
+gallium_dri.so free 0x5571735f0700 void 0.000113
+gallium_dri.so free 0x5571735f0670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0670 0.000155
+gallium_dri.so free 0x5571735f07c0 void 0.000114
+gallium_dri.so free 0x5571735f0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0800 0.000111
+gallium_dri.so free 0x5571735f0880 void 0.000118
+gallium_dri.so free 0x5571735f0800 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0880 0.000112
+gallium_dri.so free 0x5571735f0940 void 0.000112
+gallium_dri.so free 0x5571735f0880 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0880 0.000112
+gallium_dri.so free 0x5571735f09c0 void 0.000111
+gallium_dri.so free 0x5571735f0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09f0 0.000112
+gallium_dri.so free 0x5571735f0a40 void 0.000113
+gallium_dri.so free 0x5571735f09f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f09f0 0.000111
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0b80 0.000111
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c00 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0c00 0.000113
+gallium_dri.so free 0x5571735f0d40 void 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d70 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000128
+gallium_dri.so free 0x5571735f0d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d70 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so free 0x5571735f0d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0e70 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0f30 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f30 0.000116
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so free 0x5571735f0f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0f30 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f0f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1130 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so free 0x5571735f1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1250 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12e0 0.000117
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1330 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000128
+gallium_dri.so free 0x5571735f1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1400 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1400 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1540 0.000112
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1540 0.000113
+gallium_dri.so free 0x5571735f16c0 void 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1540 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1730 0.000112
+gallium_dri.so free 0x5571735f1800 void 0.000115
+gallium_dri.so free 0x5571735f1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1850 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f1850 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1900 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1900 0.000114
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000104
+gallium_dri.so malloc 72 0x5571735f1a30 0.000114
+gallium_dri.so free 0x5571735f1a80 void 0.000118
+gallium_dri.so free 0x5571735f1a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1b80 void 0.000112
+gallium_dri.so free 0x5571735f1a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1b30 0.000111
+gallium_dri.so free 0x5571735f1c40 void 0.000237
+gallium_dri.so free 0x5571735f1b30 void 0.000153
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000158
+gallium_dri.so free 0x5571735f1c80 void 0.000121
+gallium_dri.so free 0x5571735f1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1bf0 0.000120
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1db0 0.000111
+gallium_dri.so free 0x5571735f1e00 void 0.000116
+gallium_dri.so free 0x5571735f1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1db0 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000109
+gallium_dri.so free 0x5571735f1fc0 void 0.000110
+gallium_dri.so free 0x5571735f1eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1f70 0.000115
+gallium_dri.so free 0x5571735f2000 void 0.000114
+gallium_dri.so free 0x5571735f1f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f70 0.000113
+gallium_dri.so free 0x5571735f20c0 void 0.000114
+gallium_dri.so free 0x5571735f1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2100 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000114
+gallium_dri.so free 0x5571735f2100 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2180 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2180 0.000112
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2320 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000123
+gallium_dri.so free 0x5571735f2320 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2370 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so free 0x5571735f2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2370 0.000124
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f24c0 0.000113
+gallium_dri.so free 0x5571735f2580 void 0.000166
+gallium_dri.so free 0x5571735f24c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f24c0 0.000118
+gallium_dri.so free 0x5571735f2640 void 0.000118
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f24c0 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f26b0 0.000117
+gallium_dri.so free 0x5571735f4980 void 0.000125
+gallium_dri.so free 0x5571735f26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49c0 0.000119
+gallium_dri.so free 0x5571735f4a40 void 0.000118
+gallium_dri.so free 0x5571735f49c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4a40 0.000115
+gallium_dri.so free 0x5571735f4b00 void 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000119
+gallium_dri.so free 0x5571735f4b80 void 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000117
+gallium_dri.so free 0x5571735f4c00 void 0.000120
+gallium_dri.so free 0x5571735f4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000118
+gallium_dri.so free 0x5571735f4d00 void 0.000118
+gallium_dri.so free 0x5571735f4bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000126
+gallium_dri.so free 0x5571735f4dc0 void 0.000110
+gallium_dri.so free 0x5571735f4cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4d70 0.000110
+gallium_dri.so free 0x5571735f4e40 void 0.000111
+gallium_dri.so free 0x5571735f4d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4e60 0.000109
+gallium_dri.so free 0x5571735f4f00 void 0.000110
+gallium_dri.so free 0x5571735f4e60 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000109
+gallium_dri.so free 0x5571735f4f80 void 0.000111
+gallium_dri.so free 0x5571735f4eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000111
+gallium_dri.so free 0x5571735f5000 void 0.000112
+gallium_dri.so free 0x5571735f4eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5000 0.000110
+gallium_dri.so free 0x5571735f50c0 void 0.000111
+gallium_dri.so free 0x5571735f5000 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5000 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000113
+gallium_dri.so free 0x5571735f5000 void 0.000101
+gallium_dri.so malloc 72 0x5571735f5000 0.000243
+gallium_dri.so free 0x5571735f5240 void 0.000157
+gallium_dri.so free 0x5571735f5000 void 0.000171
+gallium_dri.so malloc 72 0x5571735f51f0 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000112
+gallium_dri.so free 0x5571735f51f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f51f0 0.000189
+gallium_dri.so free 0x5571735f5340 void 0.000152
+gallium_dri.so free 0x5571735f51f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f52f0 0.000113
+gallium_dri.so free 0x5571735f5400 void 0.000114
+gallium_dri.so free 0x5571735f52f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f53b0 0.000112
+gallium_dri.so free 0x5571735f5440 void 0.000112
+gallium_dri.so free 0x5571735f53b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f53b0 0.000112
+gallium_dri.so free 0x5571735f5500 void 0.000114
+gallium_dri.so free 0x5571735f53b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735f5680 void 0.000112
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735f5740 void 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5760 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f5760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57b0 0.000111
+gallium_dri.so free 0x5571735f5880 void 0.000113
+gallium_dri.so free 0x5571735f57b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f57b0 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000116
+gallium_dri.so free 0x5571735f57b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5900 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000111
+gallium_dri.so free 0x5571735f5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5900 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so free 0x5571735f5900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5900 0.000115
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5af0 0.000112
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f5af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000113
+gallium_dri.so free 0x5571735f5c80 void 0.000113
+gallium_dri.so free 0x5571735f5bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5cd0 0.000112
+gallium_dri.so free 0x5571735f5d40 void 0.000113
+gallium_dri.so free 0x5571735f5cd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5d60 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5d60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f5db0 0.000116
+gallium_dri.so free 0x5571735f5f00 void 0.000113
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f00 0.000112
+gallium_dri.so free 0x5571735f5fc0 void 0.000113
+gallium_dri.so free 0x5571735f5f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f00 0.000112
+gallium_dri.so free 0x5571735f60c0 void 0.000114
+gallium_dri.so free 0x5571735f5f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6070 0.000113
+gallium_dri.so free 0x5571735f6100 void 0.000116
+gallium_dri.so free 0x5571735f6070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6070 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000112
+gallium_dri.so free 0x5571735f6070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6200 0.000113
+gallium_dri.so free 0x5571735f6280 void 0.000113
+gallium_dri.so free 0x5571735f6200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6280 0.000112
+gallium_dri.so free 0x5571735f6340 void 0.000114
+gallium_dri.so free 0x5571735f6280 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6280 0.000113
+gallium_dri.so free 0x5571735f63c0 void 0.000114
+gallium_dri.so free 0x5571735f6280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6440 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735f6540 void 0.000112
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6580 0.000113
+gallium_dri.so free 0x5571735f6600 void 0.000111
+gallium_dri.so free 0x5571735f6580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6600 0.000111
+gallium_dri.so free 0x5571735f66c0 void 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6600 0.000112
+gallium_dri.so free 0x5571735f6740 void 0.000111
+gallium_dri.so free 0x5571735f6600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6770 0.000110
+gallium_dri.so free 0x5571735f67c0 void 0.000111
+gallium_dri.so free 0x5571735f6770 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6770 0.000117
+gallium_dri.so free 0x5571735f68c0 void 0.000117
+gallium_dri.so free 0x5571735f6770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6870 0.000112
+gallium_dri.so free 0x5571735f6980 void 0.000111
+gallium_dri.so free 0x5571735f6870 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6930 0.000110
+gallium_dri.so free 0x5571735f6a00 void 0.000117
+gallium_dri.so free 0x5571735f6930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6930 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so free 0x5571735f6930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6930 0.000126
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000112
+gallium_dri.so free 0x5571735f6c00 void 0.000113
+gallium_dri.so free 0x5571735f6b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6c50 0.000113
+gallium_dri.so free 0x5571735f6cc0 void 0.000113
+gallium_dri.so free 0x5571735f6c50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6ce0 0.000113
+gallium_dri.so free 0x5571735f6d80 void 0.000115
+gallium_dri.so free 0x5571735f6ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d30 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so free 0x5571735f6d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e00 0.000112
+gallium_dri.so free 0x5571735f6ec0 void 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e00 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f70c0 void 0.000118
+gallium_dri.so free 0x5571735f6f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000119
+gallium_dri.so free 0x5571735f6f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7130 0.000112
+gallium_dri.so free 0x5571735f7200 void 0.000113
+gallium_dri.so free 0x5571735f7130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7250 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7300 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000113
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7300 0.000113
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735f7300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7430 0.000113
+gallium_dri.so free 0x5571735f7480 void 0.000113
+gallium_dri.so free 0x5571735f7430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7430 0.000112
+gallium_dri.so free 0x5571735f7580 void 0.000113
+gallium_dri.so free 0x5571735f7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7530 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so free 0x5571735f7530 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75f0 0.000113
+gallium_dri.so free 0x5571735f7680 void 0.000113
+gallium_dri.so free 0x5571735f75f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75f0 0.000114
+gallium_dri.so free 0x5571735f7740 void 0.000123
+gallium_dri.so free 0x5571735f75f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f77b0 0.000117
+gallium_dri.so free 0x5571735f7800 void 0.000123
+gallium_dri.so free 0x5571735f77b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f77b0 0.000115
+gallium_dri.so free 0x5571735f7900 void 0.000118
+gallium_dri.so free 0x5571735f77b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f78b0 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000158
+gallium_dri.so free 0x5571735f78b0 void 0.000239
+gallium_dri.so malloc 72 0x5571735f7970 0.000241
+gallium_dri.so free 0x5571735f7a00 void 0.000205
+gallium_dri.so free 0x5571735f7970 void 0.000194
+gallium_dri.so malloc 72 0x5571735f7970 0.000208
+gallium_dri.so free 0x5571735f7ac0 void 0.000249
+gallium_dri.so free 0x5571735f7970 void 0.000234
+gallium_dri.so malloc 72 0x5571735f7b00 0.000243
+gallium_dri.so free 0x5571735f7b80 void 0.000255
+gallium_dri.so free 0x5571735f7b00 void 0.000251
+gallium_dri.so malloc 72 0x5571735f7b80 0.000238
+gallium_dri.so free 0x5571735f7c40 void 0.000247
+gallium_dri.so free 0x5571735f7b80 void 0.000239
+gallium_dri.so malloc 72 0x5571735f7b80 0.000237
+gallium_dri.so free 0x5571735f7d00 void 0.000241
+gallium_dri.so free 0x5571735f7b80 void 0.000238
+gallium_dri.so malloc 72 0x5571735f7d20 0.000233
+gallium_dri.so free 0x5571735f7dc0 void 0.000231
+gallium_dri.so free 0x5571735f7d20 void 0.000244
+gallium_dri.so malloc 72 0x5571735f7d70 0.000235
+gallium_dri.so free 0x5571735f7e40 void 0.000225
+gallium_dri.so free 0x5571735f7d70 void 0.000276
+gallium_dri.so malloc 72 0x5571735f7d70 0.000195
+gallium_dri.so free 0x5571735f7ec0 void 0.000257
+gallium_dri.so free 0x5571735f7d70 void 0.000150
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000176
+gallium_dri.so free 0x5571735f7f80 void 0.000194
+gallium_dri.so free 0x5571735f7ec0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000141
+gallium_dri.so free 0x5571735f8040 void 0.000134
+gallium_dri.so free 0x5571735f7ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000137
+gallium_dri.so free 0x5571735f8100 void 0.000140
+gallium_dri.so free 0x5571735f7ec0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f80b0 0.000139
+gallium_dri.so free 0x5571735f81c0 void 0.000140
+gallium_dri.so free 0x5571735f80b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8170 0.000136
+gallium_dri.so free 0x5571735f8240 void 0.000144
+gallium_dri.so free 0x5571735f8170 void 0.000139
+gallium_dri.so malloc 72 0x5571735f8290 0.000137
+gallium_dri.so free 0x5571735f8300 void 0.000185
+gallium_dri.so free 0x5571735f8290 void 0.000186
+gallium_dri.so malloc 72 0x5571735f8320 0.000189
+gallium_dri.so free 0x5571735f83c0 void 0.000187
+gallium_dri.so free 0x5571735f8320 void 0.000188
+gallium_dri.so malloc 72 0x5571735f8370 0.000178
+gallium_dri.so free 0x5571735f8440 void 0.000183
+gallium_dri.so free 0x5571735f8370 void 0.000181
+gallium_dri.so malloc 72 0x5571735f8370 0.000181
+gallium_dri.so free 0x5571735f84c0 void 0.000178
+gallium_dri.so free 0x5571735f8370 void 0.000184
+gallium_dri.so malloc 72 0x5571735f84c0 0.000178
+gallium_dri.so free 0x5571735f8580 void 0.000183
+gallium_dri.so free 0x5571735f84c0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f84c0 0.000182
+gallium_dri.so free 0x5571735f8680 void 0.000221
+gallium_dri.so free 0x5571735f84c0 void 0.000202
+gallium_dri.so malloc 72 0x5571735f8630 0.000200
+gallium_dri.so free 0x5571735f86c0 void 0.000194
+gallium_dri.so free 0x5571735f8630 void 0.000198
+gallium_dri.so malloc 72 0x5571735f8630 0.000200
+gallium_dri.so free 0x5571735f8780 void 0.000202
+gallium_dri.so free 0x5571735f8630 void 0.000201
+gallium_dri.so malloc 72 0x5571735f87c0 0.000199
+gallium_dri.so free 0x5571735f8840 void 0.000201
+gallium_dri.so free 0x5571735f87c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735f8840 0.000145
+gallium_dri.so free 0x5571735f8900 void 0.000146
+gallium_dri.so free 0x5571735f8840 void 0.000146
+gallium_dri.so malloc 72 0x5571735f8840 0.000145
+gallium_dri.so free 0x5571735f8980 void 0.000147
+gallium_dri.so free 0x5571735f8840 void 0.000148
+gallium_dri.so malloc 72 0x5571735f89b0 0.000146
+gallium_dri.so free 0x5571735f8a00 void 0.000141
+gallium_dri.so free 0x5571735f89b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f89b0 0.000142
+gallium_dri.so free 0x5571735f8b00 void 0.000145
+gallium_dri.so free 0x5571735f89b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f8b40 0.000147
+gallium_dri.so free 0x5571735f8bc0 void 0.000146
+gallium_dri.so free 0x5571735f8b40 void 0.000148
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000145
+gallium_dri.so free 0x5571735f8c80 void 0.000146
+gallium_dri.so free 0x5571735f8bc0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000147
+gallium_dri.so free 0x5571735f8d00 void 0.000140
+gallium_dri.so free 0x5571735f8bc0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8d30 0.000142
+gallium_dri.so free 0x5571735f8d80 void 0.000146
+gallium_dri.so free 0x5571735f8d30 void 0.000183
+gallium_dri.so malloc 72 0x5571735f8d30 0.000148
+gallium_dri.so free 0x5571735f8e80 void 0.000146
+gallium_dri.so free 0x5571735f8d30 void 0.000173
+gallium_dri.so malloc 72 0x5571735f8e30 0.000146
+gallium_dri.so free 0x5571735f8f40 void 0.000149
+gallium_dri.so free 0x5571735f8e30 void 0.000142
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000142
+gallium_dri.so free 0x5571735f8fc0 void 0.000145
+gallium_dri.so free 0x5571735f8ef0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000147
+gallium_dri.so free 0x5571735f9080 void 0.000147
+gallium_dri.so free 0x5571735f8ef0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000141
+gallium_dri.so free 0x5571735f9140 void 0.000141
+gallium_dri.so free 0x5571735f8ef0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f90f0 0.000147
+gallium_dri.so free 0x5571735f91c0 void 0.000145
+gallium_dri.so free 0x5571735f90f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f9210 0.000198
+gallium_dri.so free 0x5571735f9280 void 0.000243
+gallium_dri.so free 0x5571735f9210 void 0.000132
+gallium_dri.so malloc 72 0x5571735f92a0 0.000131
+gallium_dri.so free 0x5571735f9340 void 0.000165
+gallium_dri.so free 0x5571735f92a0 void 0.000397
+gallium_dri.so malloc 72 0x5571735f92f0 0.000353
+gallium_dri.so free 0x5571735f93c0 void 0.000337
+gallium_dri.so free 0x5571735f92f0 void 0.000168
+gallium_dri.so malloc 72 0x5571735f93c0 0.000167
+gallium_dri.so free 0x5571735f9480 void 0.000176
+gallium_dri.so free 0x5571735f93c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f93c0 0.000130
+gallium_dri.so free 0x5571735f9500 void 0.000124
+gallium_dri.so free 0x5571735f93c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9500 0.000143
+gallium_dri.so free 0x5571735f95c0 void 0.000131
+gallium_dri.so free 0x5571735f9500 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9500 0.000128
+gallium_dri.so free 0x5571735f9680 void 0.000129
+gallium_dri.so free 0x5571735f9500 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9500 0.000121
+gallium_dri.so free 0x5571735f9740 void 0.000119
+gallium_dri.so free 0x5571735f9500 void 0.000124
+gallium_dri.so malloc 72 0x5571735f96f0 0.000129
+gallium_dri.so free 0x5571735f97c0 void 0.000128
+gallium_dri.so free 0x5571735f96f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9810 0.000125
+gallium_dri.so free 0x5571735f9880 void 0.000124
+gallium_dri.so free 0x5571735f9810 void 0.000121
+gallium_dri.so malloc 72 0x5571735f98c0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000125
+gallium_dri.so free 0x5571735f98c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f98c0 0.000125
+gallium_dri.so free 0x5571735f99c0 void 0.000127
+gallium_dri.so free 0x5571735f98c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f99f0 0.000129
+gallium_dri.so free 0x5571735f9a40 void 0.000139
+gallium_dri.so free 0x5571735f99f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f99f0 0.000131
+gallium_dri.so free 0x5571735f9b40 void 0.000130
+gallium_dri.so free 0x5571735f99f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9af0 0.000124
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000129
+gallium_dri.so free 0x5571735f9c40 void 0.000131
+gallium_dri.so free 0x5571735f9bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000131
+gallium_dri.so free 0x5571735f9d00 void 0.000129
+gallium_dri.so free 0x5571735f9bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9d70 0.000131
+gallium_dri.so free 0x5571735f9dc0 void 0.000125
+gallium_dri.so free 0x5571735f9d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9d70 0.000124
+gallium_dri.so free 0x5571735f9ec0 void 0.000120
+gallium_dri.so free 0x5571735f9d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9e70 0.000128
+gallium_dri.so free 0x5571735f9f80 void 0.000202
+gallium_dri.so free 0x5571735f9e70 void 0.000181
+gallium_dri.so malloc 72 0x5571735f9f30 0.000178
+gallium_dri.so free 0x5571735f9fc0 void 0.000183
+gallium_dri.so free 0x5571735f9f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9f30 0.000130
+gallium_dri.so free 0x5571735fa080 void 0.000132
+gallium_dri.so free 0x5571735f9f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000122
+gallium_dri.so free 0x5571735fa140 void 0.000126
+gallium_dri.so free 0x5571735fa0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa140 0.000120
+gallium_dri.so free 0x5571735fa200 void 0.000122
+gallium_dri.so free 0x5571735fa140 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa140 0.000129
+gallium_dri.so free 0x5571735fa2c0 void 0.000129
+gallium_dri.so free 0x5571735fa140 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000128
+gallium_dri.so free 0x5571735fa380 void 0.000129
+gallium_dri.so free 0x5571735fa2e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa330 0.000148
+gallium_dri.so free 0x5571735fa400 void 0.000126
+gallium_dri.so free 0x5571735fa330 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa330 0.000125
+gallium_dri.so free 0x5571735fa480 void 0.000120
+gallium_dri.so free 0x5571735fa330 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa480 0.000126
+gallium_dri.so free 0x5571735fa540 void 0.000123
+gallium_dri.so free 0x5571735fa480 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa480 0.000119
+gallium_dri.so free 0x5571735fa600 void 0.000120
+gallium_dri.so free 0x5571735fa480 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa480 0.000130
+gallium_dri.so free 0x5571735fa6c0 void 0.000131
+gallium_dri.so free 0x5571735fa480 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa670 0.000130
+gallium_dri.so free 0x5571735fa780 void 0.000124
+gallium_dri.so free 0x5571735fa670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa730 0.000121
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so free 0x5571735fa730 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa850 0.000124
+gallium_dri.so free 0x5571735fa8c0 void 0.000130
+gallium_dri.so free 0x5571735fa850 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa8e0 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000129
+gallium_dri.so free 0x5571735fa8e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa930 0.000131
+gallium_dri.so free 0x5571735faa00 void 0.000126
+gallium_dri.so free 0x5571735fa930 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa930 0.000124
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so free 0x5571735fa930 void 0.000120
+gallium_dri.so malloc 72 0x5571735faa80 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000120
+gallium_dri.so free 0x5571735faa80 void 0.000125
+gallium_dri.so malloc 72 0x5571735faa80 0.000130
+gallium_dri.so free 0x5571735fac40 void 0.000128
+gallium_dri.so free 0x5571735faa80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fabf0 0.000131
+gallium_dri.so free 0x5571735fac80 void 0.000125
+gallium_dri.so free 0x5571735fabf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fabf0 0.000132
+gallium_dri.so free 0x5571735fad40 void 0.000130
+gallium_dri.so free 0x5571735fabf0 void 0.000155
+gallium_dri.so malloc 72 0x5571735fad80 0.000131
+gallium_dri.so free 0x5571735fae00 void 0.000154
+gallium_dri.so free 0x5571735fad80 void 0.000147
+gallium_dri.so malloc 72 0x5571735fae00 0.000130
+gallium_dri.so free 0x5571735faec0 void 0.000129
+gallium_dri.so free 0x5571735fae00 void 0.000127
+gallium_dri.so malloc 72 0x5571735fae00 0.000128
+gallium_dri.so free 0x5571735faf40 void 0.000129
+gallium_dri.so free 0x5571735fae00 void 0.000127
+gallium_dri.so malloc 72 0x5571735faf70 0.000128
+gallium_dri.so free 0x5571735fafc0 void 0.000127
+gallium_dri.so free 0x5571735faf70 void 0.000124
+gallium_dri.so malloc 72 0x5571735faf70 0.000126
+gallium_dri.so free 0x5571735fb0c0 void 0.000130
+gallium_dri.so free 0x5571735faf70 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb100 0.000128
+gallium_dri.so free 0x5571735fb180 void 0.000129
+gallium_dri.so free 0x5571735fb100 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb180 0.000126
+gallium_dri.so free 0x5571735fb240 void 0.000129
+gallium_dri.so free 0x5571735fb180 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb180 0.000125
+gallium_dri.so free 0x5571735fb2c0 void 0.000176
+gallium_dri.so free 0x5571735fb180 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000126
+gallium_dri.so free 0x5571735fb340 void 0.000129
+gallium_dri.so free 0x5571735fb2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000127
+gallium_dri.so free 0x5571735fb440 void 0.000127
+gallium_dri.so free 0x5571735fb2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000127
+gallium_dri.so free 0x5571735fb500 void 0.000127
+gallium_dri.so free 0x5571735fb3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000128
+gallium_dri.so free 0x5571735fb580 void 0.000129
+gallium_dri.so free 0x5571735fb4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000129
+gallium_dri.so free 0x5571735fb640 void 0.000128
+gallium_dri.so free 0x5571735fb4b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000127
+gallium_dri.so free 0x5571735fb700 void 0.000128
+gallium_dri.so free 0x5571735fb4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000126
+gallium_dri.so free 0x5571735fb780 void 0.000127
+gallium_dri.so free 0x5571735fb6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000128
+gallium_dri.so free 0x5571735fb840 void 0.000181
+gallium_dri.so free 0x5571735fb7d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb860 0.000127
+gallium_dri.so free 0x5571735fb900 void 0.000128
+gallium_dri.so free 0x5571735fb860 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb8b0 0.000129
+gallium_dri.so free 0x5571735fb980 void 0.000126
+gallium_dri.so free 0x5571735fb8b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb980 0.000127
+gallium_dri.so free 0x5571735fba40 void 0.000128
+gallium_dri.so free 0x5571735fb980 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb980 0.000134
+gallium_dri.so free 0x5571735fbac0 void 0.000122
+gallium_dri.so free 0x5571735fb980 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbac0 0.000121
+gallium_dri.so free 0x5571735fbb80 void 0.000122
+gallium_dri.so free 0x5571735fbac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbac0 0.000121
+gallium_dri.so free 0x5571735fbc40 void 0.000122
+gallium_dri.so free 0x5571735fbac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbac0 0.000122
+gallium_dri.so free 0x5571735fbd00 void 0.000123
+gallium_dri.so free 0x5571735fbac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000121
+gallium_dri.so free 0x5571735fbd80 void 0.000122
+gallium_dri.so free 0x5571735fbcb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbdd0 0.000125
+gallium_dri.so free 0x5571735fbe40 void 0.000122
+gallium_dri.so free 0x5571735fbdd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbe80 0.000121
+gallium_dri.so free 0x55717361fdc0 void 0.000122
+gallium_dri.so free 0x5571735fbe80 void 0.000122
+gallium_dri.so malloc 72 0x55717361fde0 0.000121
+gallium_dri.so free 0x55717361fe80 void 0.000121
+gallium_dri.so free 0x55717361fde0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe30 0.000123
+gallium_dri.so free 0x55717361ff00 void 0.000120
+gallium_dri.so free 0x55717361fe30 void 0.000121
+gallium_dri.so malloc 72 0x55717361fe30 0.000122
+gallium_dri.so free 0x55717361ff80 void 0.000120
+gallium_dri.so free 0x55717361fe30 void 0.000121
+gallium_dri.so malloc 72 0x55717361ff80 0.000121
+gallium_dri.so free 0x557173620040 void 0.000120
+gallium_dri.so free 0x55717361ff80 void 0.000121
+gallium_dri.so malloc 72 0x55717361ff80 0.000121
+gallium_dri.so free 0x557173620100 void 0.000121
+gallium_dri.so free 0x55717361ff80 void 0.000121
+gallium_dri.so malloc 72 0x55717361ff80 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000122
+gallium_dri.so free 0x55717361ff80 void 0.000121
+gallium_dri.so malloc 72 0x557173620170 0.000122
+gallium_dri.so free 0x5571736201c0 void 0.000172
+gallium_dri.so free 0x557173620170 void 0.000121
+gallium_dri.so malloc 72 0x557173620170 0.000120
+gallium_dri.so free 0x5571736202c0 void 0.000121
+gallium_dri.so free 0x557173620170 void 0.000117
+gallium_dri.so malloc 72 0x557173620270 0.000121
+gallium_dri.so free 0x557173620380 void 0.000122
+gallium_dri.so free 0x557173620270 void 0.000120
+gallium_dri.so malloc 72 0x557173620330 0.000121
+gallium_dri.so free 0x5571736203c0 void 0.000120
+gallium_dri.so free 0x557173620330 void 0.000122
+gallium_dri.so malloc 72 0x557173620330 0.000121
+gallium_dri.so free 0x557173620480 void 0.000119
+gallium_dri.so free 0x557173620330 void 0.000120
+gallium_dri.so malloc 72 0x5571736204c0 0.000121
+gallium_dri.so free 0x557173620540 void 0.000122
+gallium_dri.so free 0x5571736204c0 void 0.000121
+gallium_dri.so malloc 72 0x557173620540 0.000119
+gallium_dri.so free 0x557173620600 void 0.000118
+gallium_dri.so free 0x557173620540 void 0.000118
+gallium_dri.so malloc 72 0x557173620540 0.000121
+gallium_dri.so free 0x5571736206c0 void 0.000120
+gallium_dri.so free 0x557173620540 void 0.000121
+gallium_dri.so malloc 72 0x5571736206e0 0.000121
+gallium_dri.so free 0x557173620780 void 0.000120
+gallium_dri.so free 0x5571736206e0 void 0.000120
+gallium_dri.so malloc 72 0x557173620730 0.000122
+gallium_dri.so free 0x557173620800 void 0.000126
+gallium_dri.so free 0x557173620730 void 0.000118
+gallium_dri.so malloc 72 0x557173620730 0.000121
+gallium_dri.so free 0x557173620880 void 0.000120
+gallium_dri.so free 0x557173620730 void 0.000117
+gallium_dri.so malloc 72 0x557173620880 0.000120
+gallium_dri.so free 0x557173620940 void 0.000120
+gallium_dri.so free 0x557173620880 void 0.000121
+gallium_dri.so malloc 72 0x557173620880 0.000120
+gallium_dri.so free 0x557173620a00 void 0.000118
+gallium_dri.so free 0x557173620880 void 0.000120
+gallium_dri.so malloc 72 0x557173620880 0.000121
+gallium_dri.so free 0x557173620ac0 void 0.000120
+gallium_dri.so free 0x557173620880 void 0.000121
+gallium_dri.so malloc 72 0x557173620a70 0.000121
+gallium_dri.so free 0x557173620b80 void 0.000120
+gallium_dri.so free 0x557173620a70 void 0.000120
+gallium_dri.so malloc 72 0x557173620b30 0.000120
+gallium_dri.so free 0x557173620c00 void 0.000121
+gallium_dri.so free 0x557173620b30 void 0.000119
+gallium_dri.so malloc 72 0x557173620c50 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000118
+gallium_dri.so free 0x557173620c50 void 0.000121
+gallium_dri.so malloc 72 0x557173620ce0 0.000120
+gallium_dri.so free 0x557173620d80 void 0.000121
+gallium_dri.so free 0x557173620ce0 void 0.000125
+gallium_dri.so malloc 72 0x557173620d30 0.000121
+gallium_dri.so free 0x557173620e00 void 0.000118
+gallium_dri.so free 0x557173620d30 void 0.000122
+gallium_dri.so malloc 72 0x557173620d30 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000120
+gallium_dri.so free 0x557173620d30 void 0.000122
+gallium_dri.so malloc 72 0x557173620e80 0.000121
+gallium_dri.so free 0x557173620f40 void 0.000120
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so malloc 72 0x557173620e80 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so malloc 72 0x557173620e80 0.000121
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so malloc 72 0x557173467630 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so free 0x557173467630 void 0.000119
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x557173467440 void 0.000119
+gallium_dri.so free 0x557173467630 void 0.000119
+gallium_dri.so malloc 72 0x557173467440 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000121
+gallium_dri.so free 0x557173467440 void 0.000121
+gallium_dri.so malloc 72 0x557173467440 0.000189
+gallium_dri.so free 0x55717360bac0 void 0.000129
+gallium_dri.so free 0x557173467440 void 0.000127
+gallium_dri.so malloc 72 0x55717360baf0 0.000124
+gallium_dri.so free 0x55717360bd00 void 0.000122
+gallium_dri.so free 0x55717360baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd00 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x557173589740 void 0.000122
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x55717360be00 void 0.000120
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bdb0 0.000121
+gallium_dri.so free 0x557173589800 void 0.000120
+gallium_dri.so free 0x55717360bdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735897b0 0.000120
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x5571735897b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735897b0 0.000121
+gallium_dri.so free 0x557173589900 void 0.000117
+gallium_dri.so free 0x5571735897b0 void 0.000120
+gallium_dri.so malloc 72 0x557173589900 0.000120
+gallium_dri.so free 0x557173601340 void 0.000137
+gallium_dri.so free 0x557173589900 void 0.000136
+gallium_dri.so malloc 72 0x557173589900 0.000133
+gallium_dri.so free 0x557173601400 void 0.000133
+gallium_dri.so free 0x557173589900 void 0.000132
+gallium_dri.so malloc 72 0x557173601420 0.000134
+gallium_dri.so free 0x5571736014c0 void 0.000134
+gallium_dri.so free 0x557173601420 void 0.000134
+gallium_dri.so malloc 72 0x557173601470 0.000133
+gallium_dri.so free 0x557173601540 void 0.000131
+gallium_dri.so free 0x557173601470 void 0.000134
+gallium_dri.so malloc 72 0x557173601470 0.000134
+gallium_dri.so free 0x5571735899c0 void 0.000134
+gallium_dri.so free 0x557173601470 void 0.000133
+gallium_dri.so malloc 72 0x5571735899c0 0.000134
+gallium_dri.so free 0x5571736015c0 void 0.000134
+gallium_dri.so free 0x5571735899c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735899c0 0.000139
+gallium_dri.so free 0x557173462840 void 0.000136
+gallium_dri.so free 0x5571735899c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735899c0 0.000134
+gallium_dri.so free 0x557173462900 void 0.000134
+gallium_dri.so free 0x5571735899c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734628b0 0.000134
+gallium_dri.so free 0x5571734629c0 void 0.000148
+gallium_dri.so free 0x5571734628b0 void 0.000130
+gallium_dri.so malloc 72 0x557173462970 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000133
+gallium_dri.so free 0x557173462970 void 0.000130
+gallium_dri.so malloc 72 0x557173462a90 0.000132
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x557173462a90 void 0.000128
+gallium_dri.so malloc 72 0x557173462b20 0.000131
+gallium_dri.so free 0x557173462bc0 void 0.000129
+gallium_dri.so free 0x557173462b20 void 0.000128
+gallium_dri.so malloc 72 0x557173462b70 0.000128
+gallium_dri.so free 0x5571735d0000 void 0.000133
+gallium_dri.so free 0x557173462b70 void 0.000127
+gallium_dri.so malloc 72 0x557173462b70 0.000130
+gallium_dri.so free 0x5571735d0080 void 0.000127
+gallium_dri.so free 0x557173462b70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0080 0.000131
+gallium_dri.so free 0x5571735d0140 void 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000134
+gallium_dri.so free 0x5571735d0240 void 0.000123
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735d01f0 0.000117
+gallium_dri.so free 0x5571735d0280 void 0.000139
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01f0 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d01f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0380 0.000118
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x5571735d0380 void 0.000118
+gallium_dri.so malloc 72 0x557173608480 0.000121
+gallium_dri.so free 0x557173608540 void 0.000119
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so malloc 72 0x557173608480 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000119
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so malloc 72 0x5571736085f0 0.000120
+gallium_dri.so free 0x557173608640 void 0.000120
+gallium_dri.so free 0x5571736085f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736085f0 0.000119
+gallium_dri.so free 0x557173608740 void 0.000118
+gallium_dri.so free 0x5571736085f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608780 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x557173608780 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000119
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e200 0.000139
+gallium_dri.so free 0x55717358e340 void 0.000122
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so malloc 72 0x55717358e370 0.000120
+gallium_dri.so free 0x557173608800 void 0.000119
+gallium_dri.so free 0x55717358e370 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000119
+gallium_dri.so free 0x55717358e3c0 void 0.000119
+gallium_dri.so free 0x55717358e370 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3c0 0.000126
+gallium_dri.so free 0x55717358e480 void 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e3c0 0.000114
+gallium_dri.so free 0x55717358e580 void 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3c0 0.000116
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3c0 0.000113
+gallium_dri.so free 0x557173464ec0 void 0.000115
+gallium_dri.so free 0x55717358e3c0 void 0.000112
+gallium_dri.so malloc 72 0x557173464e70 0.000114
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so free 0x557173464e70 void 0.000113
+gallium_dri.so malloc 72 0x557173464f90 0.000114
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464f90 void 0.000112
+gallium_dri.so malloc 72 0x557173465020 0.000138
+gallium_dri.so free 0x5571734650c0 void 0.000117
+gallium_dri.so free 0x557173465020 void 0.000113
+gallium_dri.so malloc 72 0x557173465070 0.000114
+gallium_dri.so free 0x557173465140 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000114
+gallium_dri.so malloc 72 0x557173465140 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x557173465140 void 0.000113
+gallium_dri.so malloc 72 0x557173465140 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so free 0x557173465140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2640 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2830 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000114
+gallium_dri.so free 0x5571735d2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2950 0.000113
+gallium_dri.so free 0x557173469380 void 0.000113
+gallium_dri.so free 0x5571735d2950 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2950 0.000113
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so free 0x5571735d2950 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2950 0.000113
+gallium_dri.so free 0x5571734694c0 void 0.000113
+gallium_dri.so free 0x5571735d2950 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2950 0.000115
+gallium_dri.so free 0x557173469580 void 0.000113
+gallium_dri.so free 0x5571735d2950 void 0.000113
+gallium_dri.so malloc 72 0x557173469530 0.000113
+gallium_dri.so free 0x557173469600 void 0.000115
+gallium_dri.so free 0x557173469530 void 0.000113
+gallium_dri.so malloc 72 0x557173469650 0.000113
+gallium_dri.so free 0x5571734696c0 void 0.000116
+gallium_dri.so free 0x557173469650 void 0.000112
+gallium_dri.so malloc 72 0x5571734696e0 0.000113
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x5571734696e0 void 0.000113
+gallium_dri.so malloc 72 0x557173604330 0.000114
+gallium_dri.so free 0x557173604380 void 0.000114
+gallium_dri.so free 0x557173604330 void 0.000113
+gallium_dri.so malloc 72 0x557173604330 0.000112
+gallium_dri.so free 0x557173604480 void 0.000114
+gallium_dri.so free 0x557173604330 void 0.000112
+gallium_dri.so malloc 72 0x5571736044c0 0.000113
+gallium_dri.so free 0x557173604540 void 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000113
+gallium_dri.so malloc 72 0x557173604540 0.000113
+gallium_dri.so free 0x557173604600 void 0.000129
+gallium_dri.so free 0x557173604540 void 0.000114
+gallium_dri.so malloc 72 0x557173604540 0.000114
+gallium_dri.so free 0x557173604680 void 0.000113
+gallium_dri.so free 0x557173604540 void 0.000112
+gallium_dri.so malloc 72 0x5571736046b0 0.000112
+gallium_dri.so free 0x55717358c640 void 0.000113
+gallium_dri.so free 0x5571736046b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000111
+gallium_dri.so malloc 72 0x55717358c700 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so free 0x55717358c700 void 0.000112
+gallium_dri.so malloc 72 0x55717358c700 0.000113
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8a0 0.000113
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so free 0x55717358c8a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8f0 0.000112
+gallium_dri.so free 0x55717358c9c0 void 0.000116
+gallium_dri.so free 0x55717358c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8f0 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x55717358c8f0 void 0.000112
+gallium_dri.so malloc 72 0x557173591210 0.000112
+gallium_dri.so free 0x557173591280 void 0.000113
+gallium_dri.so free 0x557173591210 void 0.000182
+gallium_dri.so malloc 72 0x5571735912a0 0.000114
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x5571735912a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735912f0 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000113
+gallium_dri.so free 0x5571735912f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735913c0 0.000113
+gallium_dri.so free 0x557173591480 void 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735913c0 0.000112
+gallium_dri.so free 0x557173591500 void 0.000113
+gallium_dri.so free 0x5571735913c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591500 0.000113
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so malloc 72 0x557173608ea0 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000114
+gallium_dri.so free 0x557173608ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173608ef0 0.000113
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so free 0x557173608ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ef0 0.000115
+gallium_dri.so free 0x557173609040 void 0.000113
+gallium_dri.so free 0x557173608ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173609040 0.000113
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so free 0x557173609040 void 0.000126
+gallium_dri.so malloc 72 0x557173609040 0.000114
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x557173609040 void 0.000113
+gallium_dri.so malloc 72 0x5571736091b0 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x5571736091b0 void 0.000112
+gallium_dri.so malloc 72 0x557173467df0 0.000113
+gallium_dri.so free 0x557173467e40 void 0.000113
+gallium_dri.so free 0x557173467df0 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000115
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so free 0x557173467df0 void 0.000112
+gallium_dri.so malloc 72 0x557173467ef0 0.000113
+gallium_dri.so free 0x557173609240 void 0.000113
+gallium_dri.so free 0x557173467ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ef0 0.000112
+gallium_dri.so free 0x557173468000 void 0.000115
+gallium_dri.so free 0x557173467ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173467fb0 0.000113
+gallium_dri.so free 0x557173468080 void 0.000113
+gallium_dri.so free 0x557173467fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173467fb0 0.000113
+gallium_dri.so free 0x557173468180 void 0.000113
+gallium_dri.so free 0x557173467fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173468130 0.000112
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x557173468130 void 0.000112
+gallium_dri.so malloc 72 0x557173609ed0 0.000126
+gallium_dri.so free 0x557173609f40 void 0.000114
+gallium_dri.so free 0x557173609ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173609f60 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000113
+gallium_dri.so free 0x557173609f60 void 0.000112
+gallium_dri.so malloc 72 0x557173609fb0 0.000114
+gallium_dri.so free 0x55717360a080 void 0.000113
+gallium_dri.so free 0x557173609fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173609fb0 0.000113
+gallium_dri.so free 0x55717360a100 void 0.000115
+gallium_dri.so free 0x557173609fb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a100 0.000112
+gallium_dri.so free 0x55717360a1c0 void 0.000113
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so malloc 72 0x55717360a100 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717360a100 void 0.000112
+gallium_dri.so malloc 72 0x5571736068e0 0.000113
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x5571736068e0 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000112
+gallium_dri.so free 0x557173606a00 void 0.000113
+gallium_dri.so free 0x557173606930 void 0.000112
+gallium_dri.so malloc 72 0x557173606930 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so free 0x557173606930 void 0.000112
+gallium_dri.so malloc 72 0x557173606a80 0.000158
+gallium_dri.so free 0x557173606b40 void 0.000116
+gallium_dri.so free 0x557173606a80 void 0.000113
+gallium_dri.so malloc 72 0x557173606a80 0.000113
+gallium_dri.so free 0x557173606c00 void 0.000122
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so malloc 72 0x557173606a80 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0d0 0.000112
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so free 0x55717358a0d0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a180 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a180 void 0.000113
+gallium_dri.so malloc 72 0x55717358a200 0.000112
+gallium_dri.so free 0x55717358a2c0 void 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000113
+gallium_dri.so malloc 72 0x55717358a200 0.000113
+gallium_dri.so free 0x557173606cc0 void 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000113
+gallium_dri.so malloc 72 0x557173606c70 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000114
+gallium_dri.so free 0x557173606c70 void 0.000114
+gallium_dri.so malloc 72 0x55717358a380 0.000113
+gallium_dri.so free 0x55717358a400 void 0.000113
+gallium_dri.so free 0x55717358a380 void 0.000113
+gallium_dri.so malloc 72 0x55717358a400 0.000113
+gallium_dri.so free 0x557173463240 void 0.000127
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so malloc 72 0x557173463280 0.000114
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463280 void 0.000113
+gallium_dri.so malloc 72 0x557173463280 0.000112
+gallium_dri.so free 0x557173463380 void 0.000116
+gallium_dri.so free 0x557173463280 void 0.000112
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so free 0x5571734633b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so free 0x5571734633b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734634b0 0.000112
+gallium_dri.so free 0x5571734635c0 void 0.000114
+gallium_dri.so free 0x5571734634b0 void 0.000115
+gallium_dri.so malloc 72 0x557173463570 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x557173463570 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000113
+gallium_dri.so free 0x557173601dc0 void 0.000114
+gallium_dri.so free 0x557173601d70 void 0.000111
+gallium_dri.so malloc 72 0x557173601d70 0.000110
+gallium_dri.so free 0x557173601ec0 void 0.000110
+gallium_dri.so free 0x557173601d70 void 0.000110
+gallium_dri.so malloc 72 0x557173601f00 0.000109
+gallium_dri.so free 0x557173601f80 void 0.000121
+gallium_dri.so free 0x557173601f00 void 0.000111
+gallium_dri.so malloc 72 0x557173601f80 0.000110
+gallium_dri.so free 0x557173463600 void 0.000112
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602040 void 0.000112
+gallium_dri.so free 0x557173601f80 void 0.000111
+gallium_dri.so malloc 72 0x557173601f80 0.000104
+gallium_dri.so free 0x557173602100 void 0.000230
+gallium_dri.so free 0x557173601f80 void 0.000174
+gallium_dri.so malloc 72 0x5571736020b0 0.000112
+gallium_dri.so free 0x55717358ec00 void 0.000110
+gallium_dri.so free 0x5571736020b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ec50 0.000111
+gallium_dri.so free 0x55717358ecc0 void 0.000110
+gallium_dri.so free 0x55717358ec50 void 0.000109
+gallium_dri.so malloc 72 0x55717358ed20 0.000110
+gallium_dri.so free 0x55717358edc0 void 0.000110
+gallium_dri.so free 0x55717358ed20 void 0.000109
+gallium_dri.so malloc 72 0x55717358ed70 0.000110
+gallium_dri.so free 0x55717358ee00 void 0.000110
+gallium_dri.so free 0x55717358ed70 void 0.000110
+gallium_dri.so malloc 72 0x55717358ed70 0.000110
+gallium_dri.so free 0x55717358eec0 void 0.000110
+gallium_dri.so free 0x55717358ed70 void 0.000109
+gallium_dri.so malloc 72 0x55717358ef00 0.000111
+gallium_dri.so free 0x55717358ef80 void 0.000164
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef80 0.000110
+gallium_dri.so free 0x557173465800 void 0.000110
+gallium_dri.so free 0x55717358ef80 void 0.000110
+gallium_dri.so malloc 72 0x557173465820 0.000112
+gallium_dri.so free 0x5571734658c0 void 0.000112
+gallium_dri.so free 0x557173465820 void 0.000110
+gallium_dri.so malloc 72 0x557173465870 0.000110
+gallium_dri.so free 0x557173465940 void 0.000110
+gallium_dri.so free 0x557173465870 void 0.000110
+gallium_dri.so malloc 72 0x557173465940 0.000110
+gallium_dri.so free 0x557173465a00 void 0.000110
+gallium_dri.so free 0x557173465940 void 0.000110
+gallium_dri.so malloc 72 0x557173465940 0.000109
+gallium_dri.so free 0x557173465a80 void 0.000109
+gallium_dri.so free 0x557173465940 void 0.000110
+gallium_dri.so malloc 72 0x557173465a80 0.000109
+gallium_dri.so free 0x557173465b40 void 0.000111
+gallium_dri.so free 0x557173465a80 void 0.000109
+gallium_dri.so malloc 72 0x557173465a80 0.000110
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x557173465a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000111
+gallium_dri.so free 0x5571735d3040 void 0.000114
+gallium_dri.so free 0x5571735d2ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000110
+gallium_dri.so free 0x5571735d3140 void 0.000109
+gallium_dri.so free 0x5571735d2ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d30f0 0.000113
+gallium_dri.so free 0x5571735d3200 void 0.000110
+gallium_dri.so free 0x5571735d30f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d31b0 0.000110
+gallium_dri.so free 0x5571735d3280 void 0.000111
+gallium_dri.so free 0x5571735d31b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d32a0 0.000110
+gallium_dri.so free 0x5571735d3340 void 0.000109
+gallium_dri.so free 0x5571735d32a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d32f0 0.000111
+gallium_dri.so free 0x5571735d5580 void 0.000110
+gallium_dri.so free 0x5571735d32f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d55c0 0.000110
+gallium_dri.so free 0x5571735d5640 void 0.000113
+gallium_dri.so free 0x5571735d55c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5640 0.000109
+gallium_dri.so free 0x5571735d5700 void 0.000110
+gallium_dri.so free 0x5571735d5640 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5640 0.000110
+gallium_dri.so free 0x5571735d5780 void 0.000109
+gallium_dri.so free 0x5571735d5640 void 0.000110
+gallium_dri.so malloc 72 0x5571735d57b0 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000111
+gallium_dri.so free 0x5571735d57b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d57b0 0.000110
+gallium_dri.so free 0x5571735d5900 void 0.000110
+gallium_dri.so free 0x5571735d57b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5940 0.000110
+gallium_dri.so free 0x5571735d0a00 void 0.000117
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a50 0.000111
+gallium_dri.so free 0x5571735d0ac0 void 0.000111
+gallium_dri.so free 0x5571735d0a50 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0ae0 0.000109
+gallium_dri.so free 0x5571735d0b80 void 0.000110
+gallium_dri.so free 0x5571735d0ae0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0b30 0.000111
+gallium_dri.so free 0x5571735d0c00 void 0.000109
+gallium_dri.so free 0x5571735d0b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0b30 0.000111
+gallium_dri.so free 0x5571735d0c80 void 0.000110
+gallium_dri.so free 0x5571735d0b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0c80 0.000110
+gallium_dri.so free 0x5571735d0d40 void 0.000110
+gallium_dri.so free 0x5571735d0c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0c80 0.000110
+gallium_dri.so free 0x557173609580 void 0.000111
+gallium_dri.so free 0x5571735d0c80 void 0.000110
+gallium_dri.so malloc 72 0x557173609530 0.000110
+gallium_dri.so free 0x5571736095c0 void 0.000110
+gallium_dri.so free 0x557173609530 void 0.000110
+gallium_dri.so malloc 72 0x557173609530 0.000110
+gallium_dri.so free 0x557173609680 void 0.000111
+gallium_dri.so free 0x557173609530 void 0.000110
+gallium_dri.so malloc 72 0x5571736096c0 0.000114
+gallium_dri.so free 0x557173609740 void 0.000110
+gallium_dri.so free 0x5571736096c0 void 0.000122
+gallium_dri.so malloc 72 0x557173609740 0.000113
+gallium_dri.so free 0x557173609800 void 0.000110
+gallium_dri.so free 0x557173609740 void 0.000110
+gallium_dri.so malloc 72 0x557173609740 0.000110
+gallium_dri.so free 0x557173609880 void 0.000110
+gallium_dri.so free 0x557173609740 void 0.000111
+gallium_dri.so malloc 72 0x5571736098b0 0.000112
+gallium_dri.so free 0x557173609900 void 0.000110
+gallium_dri.so free 0x5571736098b0 void 0.000112
+gallium_dri.so malloc 72 0x557173609900 0.000110
+gallium_dri.so free 0x557173464800 void 0.000111
+gallium_dri.so free 0x557173609900 void 0.000110
+gallium_dri.so malloc 72 0x557173609900 0.000114
+gallium_dri.so free 0x557173464880 void 0.000111
+gallium_dri.so free 0x557173609900 void 0.000110
+gallium_dri.so malloc 72 0x557173464880 0.000111
+gallium_dri.so free 0x557173464940 void 0.000110
+gallium_dri.so free 0x557173464880 void 0.000111
+gallium_dri.so malloc 72 0x557173464880 0.000110
+gallium_dri.so free 0x557173464a00 void 0.000110
+gallium_dri.so free 0x557173464880 void 0.000110
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000111
+gallium_dri.so free 0x557173464880 void 0.000110
+gallium_dri.so malloc 72 0x557173464a70 0.000110
+gallium_dri.so free 0x557173464b40 void 0.000111
+gallium_dri.so free 0x557173464a70 void 0.000109
+gallium_dri.so malloc 72 0x557173464b90 0.000112
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so free 0x557173464b90 void 0.000113
+gallium_dri.so malloc 72 0x557173464c40 0.000111
+gallium_dri.so free 0x5571735d1fc0 void 0.000112
+gallium_dri.so free 0x557173464c40 void 0.000111
+gallium_dri.so malloc 72 0x557173464c40 0.000111
+gallium_dri.so free 0x5571735d2040 void 0.000112
+gallium_dri.so free 0x557173464c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2070 0.000112
+gallium_dri.so free 0x5571735d20c0 void 0.000112
+gallium_dri.so free 0x5571735d2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2070 0.000116
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2070 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2170 0.000118
+gallium_dri.so free 0x5571735d2280 void 0.000117
+gallium_dri.so free 0x5571735d2170 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2230 0.000115
+gallium_dri.so free 0x5571735d22c0 void 0.000119
+gallium_dri.so free 0x5571735d2230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2230 0.000119
+gallium_dri.so free 0x5571735d2380 void 0.000117
+gallium_dri.so free 0x5571735d2230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23f0 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x5571735d23f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23f0 0.000119
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so free 0x5571735d23f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfa80 0.000111
+gallium_dri.so free 0x5571735cfb40 void 0.000110
+gallium_dri.so free 0x5571735cfa80 void 0.000109
+gallium_dri.so malloc 72 0x5571735cfa80 0.000109
+gallium_dri.so free 0x5571735cfc00 void 0.000110
+gallium_dri.so free 0x5571735cfa80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfa80 0.000110
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfc70 0.000110
+gallium_dri.so free 0x5571735cfd40 void 0.000110
+gallium_dri.so free 0x5571735cfc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfd90 0.000109
+gallium_dri.so free 0x5571735cfe00 void 0.000110
+gallium_dri.so free 0x5571735cfd90 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfe60 0.000109
+gallium_dri.so free 0x55717358dc00 void 0.000109
+gallium_dri.so free 0x5571735cfe60 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfe60 0.000110
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so free 0x5571735cfe60 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000113
+gallium_dri.so free 0x55717358dd00 void 0.000110
+gallium_dri.so free 0x55717358dcb0 void 0.000109
+gallium_dri.so malloc 72 0x55717358dcb0 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000111
+gallium_dri.so free 0x55717358dcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ddb0 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358dfc0 void 0.000112
+gallium_dri.so free 0x55717358de70 void 0.000112
+gallium_dri.so malloc 72 0x55717358e010 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717358e010 void 0.000112
+gallium_dri.so malloc 72 0x55717358e010 0.000113
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so free 0x55717358e010 void 0.000112
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000112
+gallium_dri.so free 0x5571735903c0 void 0.000113
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000112
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x557173590550 0.000121
+gallium_dri.so free 0x5571735905c0 void 0.000119
+gallium_dri.so free 0x557173590550 void 0.000118
+gallium_dri.so malloc 72 0x557173590600 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so free 0x557173590600 void 0.000118
+gallium_dri.so malloc 72 0x557173590600 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000118
+gallium_dri.so free 0x557173590600 void 0.000117
+gallium_dri.so malloc 72 0x55717360b4f0 0.000116
+gallium_dri.so free 0x55717360b540 void 0.000118
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b4f0 0.000117
+gallium_dri.so free 0x55717360b640 void 0.000118
+gallium_dri.so free 0x55717360b4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b5f0 0.000118
+gallium_dri.so free 0x55717360b700 void 0.000117
+gallium_dri.so free 0x55717360b5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b6b0 0.000118
+gallium_dri.so free 0x55717360b740 void 0.000117
+gallium_dri.so free 0x55717360b6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b6b0 0.000118
+gallium_dri.so free 0x55717360b800 void 0.000117
+gallium_dri.so free 0x55717360b6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b870 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000117
+gallium_dri.so free 0x55717360b870 void 0.000118
+gallium_dri.so malloc 72 0x55717360b870 0.000112
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so free 0x55717360b870 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x557173605a00 void 0.000112
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000110
+gallium_dri.so free 0x557173605ac0 void 0.000110
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000110
+gallium_dri.so free 0x557173605b80 void 0.000110
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173605b30 0.000110
+gallium_dri.so free 0x557173605c00 void 0.000110
+gallium_dri.so free 0x557173605b30 void 0.000109
+gallium_dri.so malloc 72 0x557173605c50 0.000110
+gallium_dri.so free 0x557173605cc0 void 0.000110
+gallium_dri.so free 0x557173605c50 void 0.000111
+gallium_dri.so malloc 72 0x557173605d20 0.000110
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x557173605d20 void 0.000114
+gallium_dri.so malloc 72 0x557173605d20 0.000111
+gallium_dri.so free 0x557173607f00 void 0.000110
+gallium_dri.so free 0x557173605d20 void 0.000111
+gallium_dri.so malloc 72 0x557173607f30 0.000110
+gallium_dri.so free 0x557173607f80 void 0.000110
+gallium_dri.so free 0x557173607f30 void 0.000111
+gallium_dri.so malloc 72 0x557173607f30 0.000126
+gallium_dri.so free 0x557173608080 void 0.000115
+gallium_dri.so free 0x557173607f30 void 0.000112
+gallium_dri.so malloc 72 0x557173608030 0.000113
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so free 0x557173608030 void 0.000113
+gallium_dri.so malloc 72 0x5571736080f0 0.000113
+gallium_dri.so free 0x557173608180 void 0.000115
+gallium_dri.so free 0x5571736080f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736080f0 0.000114
+gallium_dri.so free 0x557173608240 void 0.000114
+gallium_dri.so free 0x5571736080f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608290 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x557173608290 void 0.000113
+gallium_dri.so malloc 72 0x557173608290 0.000112
+gallium_dri.so free 0x55717358b6c0 void 0.000112
+gallium_dri.so free 0x557173608290 void 0.000111
+gallium_dri.so malloc 72 0x55717358b6c0 0.000112
+gallium_dri.so free 0x55717358b780 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000246
+gallium_dri.so malloc 72 0x55717358b6c0 0.000155
+gallium_dri.so free 0x55717358b840 void 0.000113
+gallium_dri.so free 0x55717358b6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b6c0 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000112
+gallium_dri.so free 0x55717358b6c0 void 0.000155
+gallium_dri.so malloc 72 0x55717358b8b0 0.000120
+gallium_dri.so free 0x55717358b980 void 0.000124
+gallium_dri.so free 0x55717358b8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b9d0 0.000123
+gallium_dri.so free 0x55717358ba40 void 0.000121
+gallium_dri.so free 0x55717358b9d0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ba80 0.000121
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba80 0.000117
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so malloc 72 0x557173589130 0.000118
+gallium_dri.so free 0x557173589180 void 0.000120
+gallium_dri.so free 0x557173589130 void 0.000118
+gallium_dri.so malloc 72 0x557173589130 0.000118
+gallium_dri.so free 0x557173589280 void 0.000118
+gallium_dri.so free 0x557173589130 void 0.000118
+gallium_dri.so malloc 72 0x557173589230 0.000118
+gallium_dri.so free 0x557173589340 void 0.000117
+gallium_dri.so free 0x557173589230 void 0.000118
+gallium_dri.so malloc 72 0x5571735892f0 0.000118
+gallium_dri.so free 0x557173589380 void 0.000118
+gallium_dri.so free 0x5571735892f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735892f0 0.000119
+gallium_dri.so free 0x557173589440 void 0.000117
+gallium_dri.so free 0x5571735892f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735894b0 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000110
+gallium_dri.so free 0x5571735894b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735894b0 0.000110
+gallium_dri.so free 0x557173466e40 void 0.000109
+gallium_dri.so free 0x5571735894b0 void 0.000111
+gallium_dri.so malloc 72 0x557173466e40 0.000109
+gallium_dri.so free 0x557173466f00 void 0.000110
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so malloc 72 0x557173466e40 0.000111
+gallium_dri.so free 0x557173466fc0 void 0.000163
+gallium_dri.so free 0x557173466e40 void 0.000159
+gallium_dri.so malloc 72 0x557173466e40 0.000157
+gallium_dri.so free 0x557173467080 void 0.000111
+gallium_dri.so free 0x557173466e40 void 0.000111
+gallium_dri.so malloc 72 0x557173467030 0.000110
+gallium_dri.so free 0x557173467100 void 0.000110
+gallium_dri.so free 0x557173467030 void 0.000111
+gallium_dri.so malloc 72 0x557173467150 0.000110
+gallium_dri.so free 0x5571734671c0 void 0.000110
+gallium_dri.so free 0x557173467150 void 0.000111
+gallium_dri.so malloc 72 0x557173467220 0.000111
+gallium_dri.so free 0x5571735d4580 void 0.000110
+gallium_dri.so free 0x557173467220 void 0.000110
+gallium_dri.so malloc 72 0x557173467220 0.000110
+gallium_dri.so free 0x5571735d4600 void 0.000111
+gallium_dri.so free 0x557173467220 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4630 0.000115
+gallium_dri.so free 0x5571735d4680 void 0.000113
+gallium_dri.so free 0x5571735d4630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4630 0.000113
+gallium_dri.so free 0x5571735d4780 void 0.000114
+gallium_dri.so free 0x5571735d4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4730 0.000113
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so free 0x5571735d4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d47f0 0.000114
+gallium_dri.so free 0x5571735d4880 void 0.000114
+gallium_dri.so free 0x5571735d47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d47f0 0.000113
+gallium_dri.so free 0x5571735d4940 void 0.000113
+gallium_dri.so free 0x5571735d47f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4990 0.000114
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735d4990 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4990 0.000112
+gallium_dri.so free 0x557173603380 void 0.000113
+gallium_dri.so free 0x5571735d4990 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000114
+gallium_dri.so free 0x557173603440 void 0.000114
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x557173603380 void 0.000202
+gallium_dri.so malloc 72 0x557173603380 0.000125
+gallium_dri.so free 0x5571736035c0 void 0.000121
+gallium_dri.so free 0x557173603380 void 0.000122
+gallium_dri.so malloc 72 0x557173603570 0.000119
+gallium_dri.so free 0x557173603640 void 0.000119
+gallium_dri.so free 0x557173603570 void 0.000116
+gallium_dri.so malloc 72 0x557173603690 0.000117
+gallium_dri.so free 0x557173603700 void 0.000117
+gallium_dri.so free 0x557173603690 void 0.000117
+gallium_dri.so malloc 72 0x557173603740 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x557173603740 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a00 void 0.000117
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000117
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b00 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b80 0.000118
+gallium_dri.so free 0x5571735f2c40 void 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b80 0.000122
+gallium_dri.so free 0x5571735f2cc0 void 0.000127
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000112
+gallium_dri.so free 0x5571735f2d40 void 0.000111
+gallium_dri.so free 0x5571735f2cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000110
+gallium_dri.so free 0x5571735f2e40 void 0.000112
+gallium_dri.so free 0x5571735f2cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2e80 0.000110
+gallium_dri.so free 0x5571735f2f00 void 0.000110
+gallium_dri.so free 0x5571735f2e80 void 0.000109
+gallium_dri.so malloc 72 0x5571735f2f00 0.000111
+gallium_dri.so free 0x5571735f2fc0 void 0.000110
+gallium_dri.so free 0x5571735f2f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2f00 0.000109
+gallium_dri.so free 0x5571735f3040 void 0.000110
+gallium_dri.so free 0x5571735f2f00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3070 0.000110
+gallium_dri.so free 0x5571735f30c0 void 0.000110
+gallium_dri.so free 0x5571735f3070 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3070 0.000112
+gallium_dri.so free 0x5571735f31c0 void 0.000111
+gallium_dri.so free 0x5571735f3070 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3170 0.000114
+gallium_dri.so free 0x5571735f3280 void 0.000114
+gallium_dri.so free 0x5571735f3170 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3230 0.000111
+gallium_dri.so free 0x5571735f3300 void 0.000110
+gallium_dri.so free 0x5571735f3230 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3230 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so free 0x5571735f3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000115
+gallium_dri.so free 0x5571735f3500 void 0.000118
+gallium_dri.so free 0x5571735f3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3550 0.000119
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3550 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35e0 0.000112
+gallium_dri.so free 0x5571735f3680 void 0.000116
+gallium_dri.so free 0x5571735f35e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3630 0.000113
+gallium_dri.so free 0x5571734734c0 void 0.000115
+gallium_dri.so free 0x5571735f3630 void 0.000113
+gallium_dri.so malloc 72 0x557173473470 0.000114
+gallium_dri.so free 0x557173473580 void 0.000113
+gallium_dri.so free 0x557173473470 void 0.000113
+gallium_dri.so malloc 72 0x557173473530 0.000112
+gallium_dri.so free 0x557173473600 void 0.000113
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x557173473650 0.000113
+gallium_dri.so free 0x5571734736c0 void 0.000115
+gallium_dri.so free 0x557173473650 void 0.000161
+gallium_dri.so malloc 72 0x5571734736e0 0.000115
+gallium_dri.so free 0x557173473780 void 0.000114
+gallium_dri.so free 0x5571734736e0 void 0.000113
+gallium_dri.so malloc 72 0x557173473730 0.000113
+gallium_dri.so free 0x557173473800 void 0.000114
+gallium_dri.so free 0x557173473730 void 0.000113
+gallium_dri.so malloc 72 0x557173473730 0.000113
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so free 0x557173473730 void 0.000115
+gallium_dri.so malloc 72 0x557173473880 0.000112
+gallium_dri.so free 0x557173473940 void 0.000113
+gallium_dri.so free 0x557173473880 void 0.000113
+gallium_dri.so malloc 72 0x557173473880 0.000114
+gallium_dri.so free 0x557173473a40 void 0.000114
+gallium_dri.so free 0x557173473880 void 0.000176
+gallium_dri.so malloc 72 0x5571734739f0 0.000114
+gallium_dri.so free 0x557173473a80 void 0.000115
+gallium_dri.so free 0x5571734739f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734739f0 0.000113
+gallium_dri.so free 0x557173473b40 void 0.000114
+gallium_dri.so free 0x5571734739f0 void 0.000114
+gallium_dri.so malloc 72 0x557173473b80 0.000117
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so free 0x557173473b80 void 0.000113
+gallium_dri.so malloc 72 0x557173473c00 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000114
+gallium_dri.so free 0x557173473c00 void 0.000121
+gallium_dri.so malloc 72 0x557173473c00 0.000112
+gallium_dri.so free 0x557173473d40 void 0.000112
+gallium_dri.so free 0x557173473c00 void 0.000112
+gallium_dri.so malloc 72 0x557173473d70 0.000111
+gallium_dri.so free 0x557173473dc0 void 0.000110
+gallium_dri.so free 0x557173473d70 void 0.000110
+gallium_dri.so malloc 72 0x557173473d70 0.000110
+gallium_dri.so free 0x557173473ec0 void 0.000110
+gallium_dri.so free 0x557173473d70 void 0.000110
+gallium_dri.so malloc 72 0x557173473f00 0.000110
+gallium_dri.so free 0x557173473f80 void 0.000111
+gallium_dri.so free 0x557173473f00 void 0.000110
+gallium_dri.so malloc 72 0x557173473f80 0.000110
+gallium_dri.so free 0x557173474040 void 0.000111
+gallium_dri.so free 0x557173473f80 void 0.000109
+gallium_dri.so malloc 72 0x557173473f80 0.000110
+gallium_dri.so free 0x5571734740c0 void 0.000110
+gallium_dri.so free 0x557173473f80 void 0.000111
+gallium_dri.so malloc 72 0x5571734740f0 0.000111
+gallium_dri.so free 0x557173474140 void 0.000110
+gallium_dri.so free 0x5571734740f0 void 0.000179
+gallium_dri.so malloc 72 0x5571734740f0 0.000248
+gallium_dri.so free 0x55717361fdc0 void 0.000119
+gallium_dri.so free 0x5571734740f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe10 0.000114
+gallium_dri.so free 0x55717361fe80 void 0.000116
+gallium_dri.so free 0x55717361fe10 void 0.000118
+gallium_dri.so malloc 72 0x55717361fee0 0.000115
+gallium_dri.so free 0x55717361ff80 void 0.000115
+gallium_dri.so free 0x55717361fee0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ff30 0.000113
+gallium_dri.so free 0x55717361ffc0 void 0.000116
+gallium_dri.so free 0x55717361ff30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ff30 0.000115
+gallium_dri.so free 0x557173620080 void 0.000115
+gallium_dri.so free 0x55717361ff30 void 0.000115
+gallium_dri.so malloc 72 0x5571736200c0 0.000115
+gallium_dri.so free 0x557173620140 void 0.000117
+gallium_dri.so free 0x5571736200c0 void 0.000115
+gallium_dri.so malloc 72 0x557173620140 0.000114
+gallium_dri.so free 0x557173620200 void 0.000114
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so malloc 72 0x557173620140 0.000114
+gallium_dri.so free 0x557173620280 void 0.000116
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so malloc 72 0x5571736202b0 0.000115
+gallium_dri.so free 0x557173620300 void 0.000115
+gallium_dri.so free 0x5571736202b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620300 0.000124
+gallium_dri.so free 0x5571736203c0 void 0.000119
+gallium_dri.so free 0x557173620300 void 0.000114
+gallium_dri.so malloc 72 0x557173620300 0.000115
+gallium_dri.so free 0x5571736204c0 void 0.000115
+gallium_dri.so free 0x557173620300 void 0.000115
+gallium_dri.so malloc 72 0x557173620470 0.000119
+gallium_dri.so free 0x557173620580 void 0.000116
+gallium_dri.so free 0x557173620470 void 0.000114
+gallium_dri.so malloc 72 0x557173620530 0.000120
+gallium_dri.so free 0x5571736205c0 void 0.000125
+gallium_dri.so free 0x557173620530 void 0.000119
+gallium_dri.so malloc 72 0x557173620530 0.000115
+gallium_dri.so free 0x557173620680 void 0.000116
+gallium_dri.so free 0x557173620530 void 0.000114
+gallium_dri.so malloc 72 0x5571736206c0 0.000115
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x5571736206c0 void 0.000117
+gallium_dri.so malloc 72 0x557173620740 0.000115
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x557173620740 0.000116
+gallium_dri.so free 0x557173620880 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620940 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x5571736209b0 0.000115
+gallium_dri.so free 0x557173620a80 void 0.000116
+gallium_dri.so free 0x5571736209b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620ad0 0.000115
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620ad0 void 0.000114
+gallium_dri.so malloc 72 0x557173620b60 0.000114
+gallium_dri.so free 0x557173620c00 void 0.000115
+gallium_dri.so free 0x557173620b60 void 0.000115
+gallium_dri.so malloc 72 0x557173620bb0 0.000114
+gallium_dri.so free 0x557173620c80 void 0.000114
+gallium_dri.so free 0x557173620bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173620bb0 0.000115
+gallium_dri.so free 0x557173620d80 void 0.000115
+gallium_dri.so free 0x557173620bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620d30 0.000114
+gallium_dri.so free 0x557173460440 void 0.000114
+gallium_dri.so free 0x557173620d30 void 0.000114
+gallium_dri.so malloc 72 0x557173460440 0.000114
+gallium_dri.so free 0x557173460500 void 0.000114
+gallium_dri.so free 0x557173460440 void 0.000115
+gallium_dri.so malloc 72 0x557173460440 0.000114
+gallium_dri.so free 0x557173620e00 void 0.000116
+gallium_dri.so free 0x557173460440 void 0.000113
+gallium_dri.so malloc 72 0x557173620e30 0.000115
+gallium_dri.so free 0x557173460580 void 0.000114
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x5571734605c0 0.000113
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000121
+gallium_dri.so malloc 72 0x557173460640 0.000112
+gallium_dri.so free 0x557173460700 void 0.000112
+gallium_dri.so free 0x557173460640 void 0.000113
+gallium_dri.so malloc 72 0x557173460640 0.000112
+gallium_dri.so free 0x5571734607c0 void 0.000112
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so malloc 72 0x5571734607e0 0.000114
+gallium_dri.so free 0x557173460880 void 0.000118
+gallium_dri.so free 0x5571734607e0 void 0.000123
+gallium_dri.so malloc 72 0x557173460830 0.000117
+gallium_dri.so free 0x557173460900 void 0.000113
+gallium_dri.so free 0x557173460830 void 0.000112
+gallium_dri.so malloc 72 0x557173460830 0.000112
+gallium_dri.so free 0x557173460980 void 0.000113
+gallium_dri.so free 0x557173460830 void 0.000208
+gallium_dri.so malloc 72 0x557173460980 0.000159
+gallium_dri.so free 0x557173460a40 void 0.000159
+gallium_dri.so free 0x557173460980 void 0.000123
+gallium_dri.so malloc 72 0x557173460980 0.000123
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x557173460980 void 0.000114
+gallium_dri.so malloc 72 0x557173460980 0.000113
+gallium_dri.so free 0x557173460bc0 void 0.000113
+gallium_dri.so free 0x557173460980 void 0.000125
+gallium_dri.so malloc 72 0x557173460b70 0.000116
+gallium_dri.so free 0x557173460c80 void 0.000120
+gallium_dri.so free 0x557173460b70 void 0.000115
+gallium_dri.so malloc 72 0x557173460c30 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000116
+gallium_dri.so free 0x557173460c30 void 0.000113
+gallium_dri.so malloc 72 0x557173460d50 0.000114
+gallium_dri.so free 0x557173460dc0 void 0.000114
+gallium_dri.so free 0x557173460d50 void 0.000113
+gallium_dri.so malloc 72 0x557173460de0 0.000115
+gallium_dri.so free 0x557173460e80 void 0.000116
+gallium_dri.so free 0x557173460de0 void 0.000113
+gallium_dri.so malloc 72 0x557173460e30 0.000114
+gallium_dri.so free 0x557173460f00 void 0.000115
+gallium_dri.so free 0x557173460e30 void 0.000113
+gallium_dri.so malloc 72 0x557173460e30 0.000114
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x557173460e30 void 0.000114
+gallium_dri.so malloc 72 0x557173460f80 0.000115
+gallium_dri.so free 0x557173461040 void 0.000114
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so malloc 72 0x557173460f80 0.000115
+gallium_dri.so free 0x557173461140 void 0.000114
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so malloc 72 0x5571734610f0 0.000113
+gallium_dri.so free 0x557173461180 void 0.000114
+gallium_dri.so free 0x5571734610f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734610f0 0.000174
+gallium_dri.so free 0x557173461240 void 0.000115
+gallium_dri.so free 0x5571734610f0 void 0.000114
+gallium_dri.so malloc 72 0x557173461280 0.000114
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so free 0x557173461280 void 0.000113
+gallium_dri.so malloc 72 0x557173461300 0.000115
+gallium_dri.so free 0x5571734613c0 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x557173461440 void 0.000115
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so malloc 72 0x557173461470 0.000113
+gallium_dri.so free 0x5571734614c0 void 0.000113
+gallium_dri.so free 0x557173461470 void 0.000114
+gallium_dri.so malloc 72 0x557173461470 0.000114
+gallium_dri.so free 0x5571734615c0 void 0.000117
+gallium_dri.so free 0x557173461470 void 0.000114
+gallium_dri.so malloc 72 0x557173461600 0.000115
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so free 0x557173461600 void 0.000115
+gallium_dri.so malloc 72 0x557173461680 0.000114
+gallium_dri.so free 0x557173461740 void 0.000116
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so malloc 72 0x557173461680 0.000114
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so malloc 72 0x5571734617f0 0.000125
+gallium_dri.so free 0x557173461840 void 0.000115
+gallium_dri.so free 0x5571734617f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000113
+gallium_dri.so free 0x557173461940 void 0.000115
+gallium_dri.so free 0x5571734617f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734618f0 0.000112
+gallium_dri.so free 0x557173461a00 void 0.000113
+gallium_dri.so free 0x5571734618f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734619b0 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000114
+gallium_dri.so free 0x5571734619b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734619b0 0.000114
+gallium_dri.so free 0x557173461b40 void 0.000113
+gallium_dri.so free 0x5571734619b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734619b0 0.000113
+gallium_dri.so free 0x557173461c00 void 0.000115
+gallium_dri.so free 0x5571734619b0 void 0.000112
+gallium_dri.so malloc 72 0x557173461bb0 0.000114
+gallium_dri.so free 0x557173461c80 void 0.000119
+gallium_dri.so free 0x557173461bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461cd0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x557173461cd0 void 0.000113
+gallium_dri.so malloc 72 0x557173461d60 0.000113
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so free 0x557173461d60 void 0.000113
+gallium_dri.so malloc 72 0x557173461db0 0.000122
+gallium_dri.so free 0x557173461e80 void 0.000244
+gallium_dri.so free 0x557173461db0 void 0.000115
+gallium_dri.so malloc 72 0x557173461e80 0.000115
+gallium_dri.so free 0x557173461f40 void 0.000113
+gallium_dri.so free 0x557173461e80 void 0.000114
+gallium_dri.so malloc 72 0x557173461e80 0.000113
+gallium_dri.so free 0x557173461fc0 void 0.000114
+gallium_dri.so free 0x557173461e80 void 0.000113
+gallium_dri.so malloc 72 0x557173461fc0 0.000113
+gallium_dri.so free 0x557173462080 void 0.000114
+gallium_dri.so free 0x557173461fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fc0 0.000112
+gallium_dri.so free 0x557173462140 void 0.000114
+gallium_dri.so free 0x557173461fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fc0 0.000113
+gallium_dri.so free 0x557173462200 void 0.000113
+gallium_dri.so free 0x557173461fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621b0 0.000112
+gallium_dri.so free 0x557173462280 void 0.000113
+gallium_dri.so free 0x5571734621b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734622d0 0.000113
+gallium_dri.so free 0x557173462340 void 0.000114
+gallium_dri.so free 0x5571734622d0 void 0.000112
+gallium_dri.so malloc 72 0x557173462380 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x557173462380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000127
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000115
+gallium_dri.so free 0x5571735e1040 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1040 0.000113
+gallium_dri.so free 0x5571735e1100 void 0.000113
+gallium_dri.so free 0x5571735e1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1040 0.000113
+gallium_dri.so free 0x5571735e11c0 void 0.000113
+gallium_dri.so free 0x5571735e1040 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1040 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000116
+gallium_dri.so free 0x5571735e1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1230 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1230 0.000113
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1440 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e13f0 0.000112
+gallium_dri.so free 0x5571735e1480 void 0.000125
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so free 0x5571735e13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1580 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1600 0.000117
+gallium_dri.so free 0x5571735e16c0 void 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1600 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17a0 0.000112
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e17a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1940 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000161
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d10 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1d10 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1da0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1da0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000112
+gallium_dri.so free 0x5571735e1f40 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f40 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f40 0.000112
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e20b0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2240 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so free 0x5571735e2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22c0 0.000114
+gallium_dri.so free 0x5571735e2400 void 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2430 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e25c0 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000112
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2640 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27b0 0.000113
+gallium_dri.so free 0x5571735e2800 void 0.000113
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27b0 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000116
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28b0 0.000114
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2970 0.000123
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c90 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2c90 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d20 0.000184
+gallium_dri.so free 0x5571735e2dc0 void 0.000117
+gallium_dri.so free 0x5571735e2d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e40 0.000115
+gallium_dri.so free 0x5571735e2f00 void 0.000115
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e40 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f80 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e31c0 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3170 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3290 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3290 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3340 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so free 0x5571735e3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000112
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3570 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000113
+gallium_dri.so free 0x5571735e3570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000118
+gallium_dri.so free 0x5571735e36c0 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3630 0.000116
+gallium_dri.so free 0x5571735e3780 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e37f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735e37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000126
+gallium_dri.so free 0x5571735fc480 void 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000115
+gallium_dri.so free 0x5571735fc540 void 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000116
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000116
+gallium_dri.so free 0x5571735fc5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000115
+gallium_dri.so free 0x5571735fc840 void 0.000115
+gallium_dri.so free 0x5571735fc7a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000114
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc980 0.000115
+gallium_dri.so free 0x5571735fca00 void 0.000114
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so malloc 72 0x5571735fca00 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000163
+gallium_dri.so free 0x5571735fca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fca00 0.000113
+gallium_dri.so free 0x5571735fcb40 void 0.000116
+gallium_dri.so free 0x5571735fca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb70 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000115
+gallium_dri.so free 0x5571735fcb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000115
+gallium_dri.so free 0x5571735fcc80 void 0.000115
+gallium_dri.so free 0x5571735fcbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000116
+gallium_dri.so free 0x5571735fcbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd30 0.000119
+gallium_dri.so free 0x5571735fce40 void 0.000116
+gallium_dri.so free 0x5571735fcd30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000120
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000115
+gallium_dri.so free 0x5571735fcf40 void 0.000115
+gallium_dri.so free 0x5571735fcdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcf80 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd000 0.000115
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd000 0.000114
+gallium_dri.so free 0x5571735fd140 void 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd000 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd000 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000117
+gallium_dri.so free 0x5571735fd340 void 0.000115
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd390 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so free 0x5571735fd390 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd420 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000115
+gallium_dri.so free 0x5571735fd420 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd470 0.000113
+gallium_dri.so free 0x5571735fd540 void 0.000114
+gallium_dri.so free 0x5571735fd470 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd470 0.000114
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd470 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000123
+gallium_dri.so free 0x5571735fd6c0 void 0.000114
+gallium_dri.so free 0x5571735fd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd710 0.000113
+gallium_dri.so free 0x5571735fd780 void 0.000112
+gallium_dri.so free 0x5571735fd710 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd7a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000112
+gallium_dri.so free 0x5571735fd8c0 void 0.000113
+gallium_dri.so free 0x5571735fd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000114
+gallium_dri.so free 0x5571735fd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd940 0.000114
+gallium_dri.so free 0x5571735fda00 void 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd940 0.000113
+gallium_dri.so free 0x5571735fdb00 void 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd940 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000130
+gallium_dri.so free 0x5571735fdc00 void 0.000124
+gallium_dri.so free 0x5571735fdbb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000123
+gallium_dri.so free 0x5571735fdd00 void 0.000130
+gallium_dri.so free 0x5571735fdbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000115
+gallium_dri.so free 0x5571735fddc0 void 0.000116
+gallium_dri.so free 0x5571735fdcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdd70 0.000113
+gallium_dri.so free 0x5571735fde00 void 0.000116
+gallium_dri.so free 0x5571735fdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so free 0x5571735fdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdf10 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000115
+gallium_dri.so free 0x5571735fdf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000117
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000112
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000113
+gallium_dri.so free 0x5571735fe200 void 0.000115
+gallium_dri.so free 0x5571735fe1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000124
+gallium_dri.so free 0x5571735fe300 void 0.000116
+gallium_dri.so free 0x5571735fe1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000115
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe370 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000114
+gallium_dri.so free 0x5571735fe370 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe460 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe460 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000115
+gallium_dri.so free 0x5571735fe4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000114
+gallium_dri.so free 0x5571735fe600 void 0.000116
+gallium_dri.so free 0x5571735fe4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe600 0.000114
+gallium_dri.so free 0x5571735fe6c0 void 0.000115
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe600 0.000114
+gallium_dri.so free 0x5571735fe780 void 0.000130
+gallium_dri.so free 0x5571735fe600 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe600 0.000115
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735fe600 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735fe7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so free 0x5571735fe7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000115
+gallium_dri.so free 0x5571735fea00 void 0.000116
+gallium_dri.so free 0x5571735fe8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000114
+gallium_dri.so free 0x5571735fea40 void 0.000116
+gallium_dri.so free 0x5571735fe9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x5571735feb00 void 0.000115
+gallium_dri.so free 0x5571735fe9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feb40 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735feb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735febc0 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000116
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735febc0 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000115
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fed60 0.000114
+gallium_dri.so free 0x5571735fee00 void 0.000115
+gallium_dri.so free 0x5571735fed60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedb0 0.000114
+gallium_dri.so free 0x5571735fee80 void 0.000124
+gallium_dri.so free 0x5571735fedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000116
+gallium_dri.so free 0x5571735fedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fef00 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000115
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fef00 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef00 0.000113
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000115
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff280 void 0.000114
+gallium_dri.so free 0x5571735ff1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff2d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff360 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000115
+gallium_dri.so free 0x5571735ff360 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000122
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff500 0.000115
+gallium_dri.so free 0x5571735ff6c0 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff670 0.000113
+gallium_dri.so free 0x5571735ff700 void 0.000115
+gallium_dri.so free 0x5571735ff670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so free 0x5571735ff670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff800 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff880 0.000115
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000115
+gallium_dri.so free 0x5571735ffa40 void 0.000116
+gallium_dri.so free 0x5571735ff9f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000116
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ff9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb80 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc00 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc00 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000115
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd70 0.000114
+gallium_dri.so free 0x5571735ffdc0 void 0.000116
+gallium_dri.so free 0x5571735ffd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd70 0.000114
+gallium_dri.so free 0x5571735ffec0 void 0.000113
+gallium_dri.so free 0x5571735ffd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe70 0.000115
+gallium_dri.so free 0x5571735fff80 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600000 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x5571736000c0 void 0.000116
+gallium_dri.so free 0x5571735fff30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600180 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x557173600130 0.000113
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so free 0x557173600130 void 0.000113
+gallium_dri.so malloc 72 0x557173600250 0.000114
+gallium_dri.so free 0x5571736002c0 void 0.000118
+gallium_dri.so free 0x557173600250 void 0.000114
+gallium_dri.so malloc 72 0x5571736002e0 0.000113
+gallium_dri.so free 0x557173600380 void 0.000115
+gallium_dri.so free 0x5571736002e0 void 0.000114
+gallium_dri.so malloc 72 0x557173600330 0.000115
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so free 0x557173600330 void 0.000114
+gallium_dri.so malloc 72 0x557173600400 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so malloc 72 0x557173600400 0.000113
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600600 void 0.000115
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x557173600540 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000116
+gallium_dri.so free 0x557173600540 void 0.000121
+gallium_dri.so malloc 72 0x557173600540 0.000116
+gallium_dri.so free 0x557173600780 void 0.000115
+gallium_dri.so free 0x557173600540 void 0.000113
+gallium_dri.so malloc 72 0x557173600730 0.000113
+gallium_dri.so free 0x557173600800 void 0.000115
+gallium_dri.so free 0x557173600730 void 0.000113
+gallium_dri.so malloc 72 0x557173600850 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x557173600850 void 0.000113
+gallium_dri.so malloc 72 0x557173600900 0.000115
+gallium_dri.so free 0x557173600980 void 0.000115
+gallium_dri.so free 0x557173600900 void 0.000113
+gallium_dri.so malloc 72 0x557173600900 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000114
+gallium_dri.so free 0x557173600900 void 0.000114
+gallium_dri.so malloc 72 0x557173600a30 0.000114
+gallium_dri.so free 0x557173600a80 void 0.000115
+gallium_dri.so free 0x557173600a30 void 0.000114
+gallium_dri.so malloc 72 0x557173600a30 0.000112
+gallium_dri.so free 0x557173600b80 void 0.000116
+gallium_dri.so free 0x557173600a30 void 0.000114
+gallium_dri.so malloc 72 0x557173600b30 0.000113
+gallium_dri.so free 0x557173600c40 void 0.000115
+gallium_dri.so free 0x557173600b30 void 0.000114
+gallium_dri.so malloc 72 0x557173600bf0 0.000116
+gallium_dri.so free 0x557173600c80 void 0.000114
+gallium_dri.so free 0x557173600bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173600bf0 0.000181
+gallium_dri.so free 0x557173600d40 void 0.000115
+gallium_dri.so free 0x557173600bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173600db0 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173600db0 void 0.000114
+gallium_dri.so malloc 72 0x557173600db0 0.000114
+gallium_dri.so free 0x557173600f00 void 0.000114
+gallium_dri.so free 0x557173600db0 void 0.000112
+gallium_dri.so malloc 72 0x557173600eb0 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000115
+gallium_dri.so free 0x557173600eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x557173601000 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000115
+gallium_dri.so malloc 72 0x557173600f70 0.000115
+gallium_dri.so free 0x5571736010c0 void 0.000116
+gallium_dri.so free 0x557173600f70 void 0.000115
+gallium_dri.so malloc 72 0x557173601100 0.000117
+gallium_dri.so free 0x557173601180 void 0.000115
+gallium_dri.so free 0x557173601100 void 0.000114
+gallium_dri.so malloc 72 0x557173601180 0.000114
+gallium_dri.so free 0x55717360c0c0 void 0.000115
+gallium_dri.so free 0x557173601180 void 0.000114
+gallium_dri.so malloc 72 0x55717360c120 0.000113
+gallium_dri.so free 0x55717360c1c0 void 0.000119
+gallium_dri.so free 0x55717360c120 void 0.000114
+gallium_dri.so malloc 72 0x55717360c170 0.000125
+gallium_dri.so free 0x55717360c200 void 0.000116
+gallium_dri.so free 0x55717360c170 void 0.000115
+gallium_dri.so malloc 72 0x55717360c170 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000115
+gallium_dri.so free 0x55717360c170 void 0.000114
+gallium_dri.so malloc 72 0x55717360c300 0.000114
+gallium_dri.so free 0x55717360c380 void 0.000115
+gallium_dri.so free 0x55717360c300 void 0.000114
+gallium_dri.so malloc 72 0x55717360c380 0.000113
+gallium_dri.so free 0x55717360c440 void 0.000115
+gallium_dri.so free 0x55717360c380 void 0.000114
+gallium_dri.so malloc 72 0x55717360c380 0.000114
+gallium_dri.so free 0x55717360c4c0 void 0.000114
+gallium_dri.so free 0x55717360c380 void 0.000113
+gallium_dri.so malloc 72 0x55717360c4f0 0.000115
+gallium_dri.so free 0x55717360c540 void 0.000114
+gallium_dri.so free 0x55717360c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c540 0.000114
+gallium_dri.so free 0x55717360c600 void 0.000115
+gallium_dri.so free 0x55717360c540 void 0.000113
+gallium_dri.so malloc 72 0x55717360c540 0.000115
+gallium_dri.so free 0x55717360c700 void 0.000114
+gallium_dri.so free 0x55717360c540 void 0.000113
+gallium_dri.so malloc 72 0x55717360c6b0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x55717360c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c770 0.000127
+gallium_dri.so free 0x55717360c800 void 0.000116
+gallium_dri.so free 0x55717360c770 void 0.000115
+gallium_dri.so malloc 72 0x55717360c770 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000115
+gallium_dri.so free 0x55717360c770 void 0.000115
+gallium_dri.so malloc 72 0x55717360c900 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c900 void 0.000116
+gallium_dri.so malloc 72 0x55717360c980 0.000114
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c980 void 0.000113
+gallium_dri.so malloc 72 0x55717360c980 0.000114
+gallium_dri.so free 0x55717360cac0 void 0.000115
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so malloc 72 0x55717360c980 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so malloc 72 0x55717360c980 0.000114
+gallium_dri.so free 0x55717360cc40 void 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbf0 0.000115
+gallium_dri.so free 0x55717360ccc0 void 0.000114
+gallium_dri.so free 0x55717360cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd10 0.000112
+gallium_dri.so free 0x55717360cd80 void 0.000114
+gallium_dri.so free 0x55717360cd10 void 0.000113
+gallium_dri.so malloc 72 0x55717360cda0 0.000113
+gallium_dri.so free 0x55717360ce40 void 0.000117
+gallium_dri.so free 0x55717360cda0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cdf0 0.000115
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so free 0x55717360cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cdf0 0.000113
+gallium_dri.so free 0x55717360cfc0 void 0.000114
+gallium_dri.so free 0x55717360cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf70 0.000114
+gallium_dri.so free 0x55717360d040 void 0.000115
+gallium_dri.so free 0x55717360cf70 void 0.000113
+gallium_dri.so malloc 72 0x55717360d090 0.000115
+gallium_dri.so free 0x55717360d100 void 0.000114
+gallium_dri.so free 0x55717360d090 void 0.000115
+gallium_dri.so malloc 72 0x55717360d120 0.000114
+gallium_dri.so free 0x55717360d1c0 void 0.000117
+gallium_dri.so free 0x55717360d120 void 0.000114
+gallium_dri.so malloc 72 0x55717360d170 0.000113
+gallium_dri.so free 0x55717360d240 void 0.000114
+gallium_dri.so free 0x55717360d170 void 0.000113
+gallium_dri.so malloc 72 0x55717360d170 0.000114
+gallium_dri.so free 0x55717360d2c0 void 0.000115
+gallium_dri.so free 0x55717360d170 void 0.000114
+gallium_dri.so malloc 72 0x55717360d2c0 0.000115
+gallium_dri.so free 0x55717360d380 void 0.000116
+gallium_dri.so free 0x55717360d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2c0 0.000114
+gallium_dri.so free 0x55717360d480 void 0.000124
+gallium_dri.so free 0x55717360d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d2c0 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000114
+gallium_dri.so free 0x55717360d2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d530 0.000114
+gallium_dri.so free 0x55717360d580 void 0.000115
+gallium_dri.so free 0x55717360d530 void 0.000115
+gallium_dri.so malloc 72 0x55717360d530 0.000114
+gallium_dri.so free 0x55717360d680 void 0.000114
+gallium_dri.so free 0x55717360d530 void 0.000113
+gallium_dri.so malloc 72 0x55717360d630 0.000112
+gallium_dri.so free 0x55717360d740 void 0.000114
+gallium_dri.so free 0x55717360d630 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6f0 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000114
+gallium_dri.so free 0x55717360d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6f0 0.000113
+gallium_dri.so free 0x55717360d840 void 0.000114
+gallium_dri.so free 0x55717360d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d890 0.000114
+gallium_dri.so free 0x55717360d900 void 0.000115
+gallium_dri.so free 0x55717360d890 void 0.000114
+gallium_dri.so malloc 72 0x55717360d940 0.000114
+gallium_dri.so free 0x55717360d9c0 void 0.000115
+gallium_dri.so free 0x55717360d940 void 0.000114
+gallium_dri.so malloc 72 0x55717360d9c0 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x55717360d9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d9c0 0.000113
+gallium_dri.so free 0x55717360db00 void 0.000114
+gallium_dri.so free 0x55717360d9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360db30 0.000113
+gallium_dri.so free 0x55717360db80 void 0.000114
+gallium_dri.so free 0x55717360db30 void 0.000112
+gallium_dri.so malloc 72 0x55717360db30 0.000113
+gallium_dri.so free 0x55717360dc80 void 0.000114
+gallium_dri.so free 0x55717360db30 void 0.000113
+gallium_dri.so malloc 72 0x55717360dc30 0.000114
+gallium_dri.so free 0x55717360dd40 void 0.000113
+gallium_dri.so free 0x55717360dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcf0 0.000115
+gallium_dri.so free 0x55717360ddc0 void 0.000114
+gallium_dri.so free 0x55717360dcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dde0 0.000113
+gallium_dri.so free 0x55717360de80 void 0.000114
+gallium_dri.so free 0x55717360dde0 void 0.000113
+gallium_dri.so malloc 72 0x55717360de30 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000113
+gallium_dri.so free 0x55717360de30 void 0.000113
+gallium_dri.so malloc 72 0x55717360de30 0.000113
+gallium_dri.so free 0x55717360df80 void 0.000114
+gallium_dri.so free 0x55717360de30 void 0.000113
+gallium_dri.so malloc 72 0x55717360df80 0.000112
+gallium_dri.so free 0x55717360e040 void 0.000113
+gallium_dri.so free 0x55717360df80 void 0.000137
+gallium_dri.so malloc 72 0x55717360df80 0.000114
+gallium_dri.so free 0x55717360e100 void 0.000114
+gallium_dri.so free 0x55717360df80 void 0.000113
+gallium_dri.so malloc 72 0x55717360df80 0.000113
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so free 0x55717360df80 void 0.000112
+gallium_dri.so malloc 72 0x55717360e170 0.000114
+gallium_dri.so free 0x55717360e1c0 void 0.000115
+gallium_dri.so free 0x55717360e170 void 0.000114
+gallium_dri.so malloc 72 0x55717360e170 0.000113
+gallium_dri.so free 0x55717360e2c0 void 0.000113
+gallium_dri.so free 0x55717360e170 void 0.000114
+gallium_dri.so malloc 72 0x55717360e270 0.000112
+gallium_dri.so free 0x55717360e380 void 0.000113
+gallium_dri.so free 0x55717360e270 void 0.000112
+gallium_dri.so malloc 72 0x55717360e330 0.000113
+gallium_dri.so free 0x55717360e3c0 void 0.000114
+gallium_dri.so free 0x55717360e330 void 0.000113
+gallium_dri.so malloc 72 0x55717360e330 0.000114
+gallium_dri.so free 0x55717360e480 void 0.000114
+gallium_dri.so free 0x55717360e330 void 0.000114
+gallium_dri.so malloc 72 0x55717360e4c0 0.000112
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x55717360e4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e540 0.000124
+gallium_dri.so free 0x55717360e600 void 0.000125
+gallium_dri.so free 0x55717360e540 void 0.000157
+gallium_dri.so malloc 72 0x55717360e540 0.000156
+gallium_dri.so free 0x55717360e6c0 void 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000115
+gallium_dri.so malloc 72 0x55717360e6e0 0.000115
+gallium_dri.so free 0x55717360e780 void 0.000114
+gallium_dri.so free 0x55717360e6e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e730 0.000113
+gallium_dri.so free 0x55717360e800 void 0.000113
+gallium_dri.so free 0x55717360e730 void 0.000112
+gallium_dri.so malloc 72 0x55717360e730 0.000113
+gallium_dri.so free 0x55717360e880 void 0.000115
+gallium_dri.so free 0x55717360e730 void 0.000114
+gallium_dri.so malloc 72 0x55717360e880 0.000114
+gallium_dri.so free 0x55717360e940 void 0.000112
+gallium_dri.so free 0x55717360e880 void 0.000112
+gallium_dri.so malloc 72 0x55717360e880 0.000112
+gallium_dri.so free 0x55717360ea00 void 0.000115
+gallium_dri.so free 0x55717360e880 void 0.000113
+gallium_dri.so malloc 72 0x55717360e880 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000114
+gallium_dri.so free 0x55717360e880 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea70 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000113
+gallium_dri.so free 0x55717360ea70 void 0.000113
+gallium_dri.so malloc 72 0x55717360eb30 0.000113
+gallium_dri.so free 0x55717360ec00 void 0.000127
+gallium_dri.so free 0x55717360eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec50 0.000113
+gallium_dri.so free 0x55717360ecc0 void 0.000114
+gallium_dri.so free 0x55717360ec50 void 0.000113
+gallium_dri.so malloc 72 0x55717360ece0 0.000113
+gallium_dri.so free 0x55717360ed80 void 0.000114
+gallium_dri.so free 0x55717360ece0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed30 0.000113
+gallium_dri.so free 0x55717360ee00 void 0.000112
+gallium_dri.so free 0x55717360ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed30 0.000113
+gallium_dri.so free 0x55717360ee80 void 0.000113
+gallium_dri.so free 0x55717360ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee80 0.000113
+gallium_dri.so free 0x55717360ef40 void 0.000115
+gallium_dri.so free 0x55717360ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717360ee80 0.000113
+gallium_dri.so free 0x55717360f040 void 0.000114
+gallium_dri.so free 0x55717360ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717360eff0 0.000113
+gallium_dri.so free 0x55717360f080 void 0.000113
+gallium_dri.so free 0x55717360eff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eff0 0.000114
+gallium_dri.so free 0x55717360f140 void 0.000115
+gallium_dri.so free 0x55717360eff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f180 0.000113
+gallium_dri.so free 0x55717360f200 void 0.000114
+gallium_dri.so free 0x55717360f180 void 0.000115
+gallium_dri.so malloc 72 0x55717360f200 0.000114
+gallium_dri.so free 0x55717360f2c0 void 0.000113
+gallium_dri.so free 0x55717360f200 void 0.000113
+gallium_dri.so malloc 72 0x55717360f200 0.000123
+gallium_dri.so free 0x55717360f340 void 0.000118
+gallium_dri.so free 0x55717360f200 void 0.000112
+gallium_dri.so malloc 72 0x55717360f370 0.000114
+gallium_dri.so free 0x55717360f3c0 void 0.000113
+gallium_dri.so free 0x55717360f370 void 0.000113
+gallium_dri.so malloc 72 0x55717360f370 0.000117
+gallium_dri.so free 0x55717360f4c0 void 0.000114
+gallium_dri.so free 0x55717360f370 void 0.000114
+gallium_dri.so malloc 72 0x55717360f500 0.000134
+gallium_dri.so free 0x55717360f580 void 0.000124
+gallium_dri.so free 0x55717360f500 void 0.000126
+gallium_dri.so malloc 72 0x55717360f580 0.000122
+gallium_dri.so free 0x55717360f640 void 0.000124
+gallium_dri.so free 0x55717360f580 void 0.000125
+gallium_dri.so malloc 72 0x55717360f580 0.000122
+gallium_dri.so free 0x55717360f6c0 void 0.000125
+gallium_dri.so free 0x55717360f580 void 0.000123
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f740 void 0.000179
+gallium_dri.so free 0x55717360f6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f6f0 0.000120
+gallium_dri.so free 0x55717360f840 void 0.000114
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f7f0 0.000118
+gallium_dri.so free 0x55717360f900 void 0.000115
+gallium_dri.so free 0x55717360f7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f8b0 0.000118
+gallium_dri.so free 0x55717360f980 void 0.000124
+gallium_dri.so free 0x55717360f8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f8b0 0.000119
+gallium_dri.so free 0x55717360fa40 void 0.000123
+gallium_dri.so free 0x55717360f8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f8b0 0.000119
+gallium_dri.so free 0x55717360fb00 void 0.000122
+gallium_dri.so free 0x55717360f8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fab0 0.000124
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so free 0x55717360fab0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fbd0 0.000123
+gallium_dri.so free 0x55717360fc40 void 0.000124
+gallium_dri.so free 0x55717360fbd0 void 0.000127
+gallium_dri.so malloc 72 0x55717360fc60 0.000133
+gallium_dri.so free 0x55717360fd00 void 0.000125
+gallium_dri.so free 0x55717360fc60 void 0.000124
+gallium_dri.so malloc 72 0x55717360fcb0 0.000123
+gallium_dri.so free 0x55717360fd80 void 0.000123
+gallium_dri.so free 0x55717360fcb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fd80 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000114
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd80 0.000124
+gallium_dri.so free 0x55717360fec0 void 0.000123
+gallium_dri.so free 0x55717360fd80 void 0.000125
+gallium_dri.so malloc 72 0x55717360fec0 0.000118
+gallium_dri.so free 0x55717360ff80 void 0.000120
+gallium_dri.so free 0x55717360fec0 void 0.000134
+gallium_dri.so malloc 72 0x55717360fec0 0.000131
+gallium_dri.so free 0x557173610040 void 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000166
+gallium_dri.so malloc 72 0x55717360fec0 0.000130
+gallium_dri.so free 0x557173610100 void 0.000126
+gallium_dri.so free 0x55717360fec0 void 0.000119
+gallium_dri.so malloc 72 0x5571736100b0 0.000127
+gallium_dri.so free 0x557173610180 void 0.000130
+gallium_dri.so free 0x5571736100b0 void 0.000377
+gallium_dri.so malloc 72 0x5571736101d0 0.000355
+gallium_dri.so free 0x557173610240 void 0.000297
+gallium_dri.so free 0x5571736101d0 void 0.000273
+gallium_dri.so malloc 72 0x557173610280 0.000276
+gallium_dri.so free 0x557173610300 void 0.000239
+gallium_dri.so free 0x557173610280 void 0.000277
+gallium_dri.so malloc 72 0x557173610280 0.000271
+gallium_dri.so free 0x557173610380 void 0.000243
+gallium_dri.so free 0x557173610280 void 0.000293
+gallium_dri.so malloc 72 0x5571736103b0 0.000190
+gallium_dri.so free 0x557173610400 void 0.000192
+gallium_dri.so free 0x5571736103b0 void 0.000192
+gallium_dri.so malloc 72 0x5571736103b0 0.000189
+gallium_dri.so free 0x557173610500 void 0.000223
+gallium_dri.so free 0x5571736103b0 void 0.000246
+gallium_dri.so malloc 72 0x5571736104b0 0.000192
+gallium_dri.so free 0x5571736105c0 void 0.000192
+gallium_dri.so free 0x5571736104b0 void 0.000190
+gallium_dri.so malloc 72 0x557173610570 0.000192
+gallium_dri.so free 0x557173610600 void 0.000186
+gallium_dri.so free 0x557173610570 void 0.000245
+gallium_dri.so malloc 72 0x557173610570 0.000247
+gallium_dri.so free 0x5571736106c0 void 0.000246
+gallium_dri.so free 0x557173610570 void 0.000187
+gallium_dri.so malloc 72 0x557173610730 0.000238
+gallium_dri.so free 0x557173610780 void 0.000137
+gallium_dri.so free 0x557173610730 void 0.000144
+gallium_dri.so malloc 72 0x557173610730 0.000163
+gallium_dri.so free 0x557173610880 void 0.000134
+gallium_dri.so free 0x557173610730 void 0.000134
+gallium_dri.so malloc 72 0x557173610830 0.000135
+gallium_dri.so free 0x557173610940 void 0.000133
+gallium_dri.so free 0x557173610830 void 0.000135
+gallium_dri.so malloc 72 0x5571736108f0 0.000163
+gallium_dri.so free 0x557173610980 void 0.000135
+gallium_dri.so free 0x5571736108f0 void 0.000135
+gallium_dri.so malloc 72 0x5571736108f0 0.000136
+gallium_dri.so free 0x557173610a40 void 0.000171
+gallium_dri.so free 0x5571736108f0 void 0.000133
+gallium_dri.so malloc 72 0x557173610a80 0.000135
+gallium_dri.so free 0x557173610b00 void 0.000132
+gallium_dri.so free 0x557173610a80 void 0.000162
+gallium_dri.so malloc 72 0x557173610b00 0.000184
+gallium_dri.so free 0x557173610bc0 void 0.000136
+gallium_dri.so free 0x557173610b00 void 0.000134
+gallium_dri.so malloc 72 0x557173610b00 0.000132
+gallium_dri.so free 0x557173610c80 void 0.000131
+gallium_dri.so free 0x557173610b00 void 0.000134
+gallium_dri.so malloc 72 0x557173610ca0 0.000134
+gallium_dri.so free 0x557173610d40 void 0.000135
+gallium_dri.so free 0x557173610ca0 void 0.000132
+gallium_dri.so malloc 72 0x557173610cf0 0.000132
+gallium_dri.so free 0x557173610dc0 void 0.000130
+gallium_dri.so free 0x557173610cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173610cf0 0.000131
+gallium_dri.so free 0x557173610e40 void 0.000132
+gallium_dri.so free 0x557173610cf0 void 0.000133
+gallium_dri.so malloc 72 0x557173610e40 0.000131
+gallium_dri.so free 0x557173610f00 void 0.000126
+gallium_dri.so free 0x557173610e40 void 0.000130
+gallium_dri.so malloc 72 0x557173610e40 0.000131
+gallium_dri.so free 0x557173610fc0 void 0.000134
+gallium_dri.so free 0x557173610e40 void 0.000135
+gallium_dri.so malloc 72 0x557173610e40 0.000132
+gallium_dri.so free 0x557173611080 void 0.000171
+gallium_dri.so free 0x557173610e40 void 0.000152
+gallium_dri.so malloc 72 0x557173611030 0.000153
+gallium_dri.so free 0x557173611140 void 0.000222
+gallium_dri.so free 0x557173611030 void 0.000224
+gallium_dri.so malloc 72 0x5571736110f0 0.000216
+gallium_dri.so free 0x5571736111c0 void 0.000219
+gallium_dri.so free 0x5571736110f0 void 0.000228
+gallium_dri.so malloc 72 0x557173611210 0.000225
+gallium_dri.so free 0x5571735bfdc0 void 0.000243
+gallium_dri.so free 0x557173611210 void 0.000244
+gallium_dri.so malloc 72 0x557173611210 0.001340
+gallium_dri.so free 0x5571735bfe40 void 0.000233
+gallium_dri.so free 0x557173611210 void 0.000230
+gallium_dri.so malloc 72 0x5571735bfe70 0.000153
+gallium_dri.so free 0x5571735bfec0 void 0.000152
+gallium_dri.so free 0x5571735bfe70 void 0.000138
+gallium_dri.so malloc 72 0x5571735bfe70 0.000136
+gallium_dri.so free 0x5571735bffc0 void 0.000145
+gallium_dri.so free 0x5571735bfe70 void 0.000123
+gallium_dri.so malloc 72 0x5571735bff70 0.000121
+gallium_dri.so free 0x5571735c0080 void 0.000121
+gallium_dri.so free 0x5571735bff70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0030 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000120
+gallium_dri.so free 0x5571735c0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0120 0.000118
+gallium_dri.so free 0x5571735c01c0 void 0.000119
+gallium_dri.so free 0x5571735c0120 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0170 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000120
+gallium_dri.so free 0x5571735c0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0170 0.000150
+gallium_dri.so free 0x5571735c02c0 void 0.000122
+gallium_dri.so free 0x5571735c0170 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02c0 0.000119
+gallium_dri.so free 0x5571735c0380 void 0.000209
+gallium_dri.so free 0x5571735c02c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c02c0 0.000117
+gallium_dri.so free 0x5571735c0440 void 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c02c0 0.000116
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c04b0 0.000116
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735c04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c04b0 0.000115
+gallium_dri.so free 0x5571735c0600 void 0.000116
+gallium_dri.so free 0x5571735c04b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c05b0 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0670 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000115
+gallium_dri.so free 0x5571735c0670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0670 0.000115
+gallium_dri.so free 0x5571735c07c0 void 0.000117
+gallium_dri.so free 0x5571735c0670 void 0.000137
+gallium_dri.so malloc 72 0x5571735c0800 0.000112
+gallium_dri.so free 0x5571735c0880 void 0.000112
+gallium_dri.so free 0x5571735c0800 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0880 0.000110
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0880 0.000110
+gallium_dri.so free 0x5571735c0a00 void 0.000176
+gallium_dri.so free 0x5571735c0880 void 0.000179
+gallium_dri.so malloc 72 0x5571735c0a20 0.000168
+gallium_dri.so free 0x5571735c0ac0 void 0.000123
+gallium_dri.so free 0x5571735c0a20 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a70 0.000114
+gallium_dri.so free 0x5571735c0b40 void 0.000111
+gallium_dri.so free 0x5571735c0a70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0a70 0.000112
+gallium_dri.so free 0x5571735c0bc0 void 0.000111
+gallium_dri.so free 0x5571735c0a70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000115
+gallium_dri.so free 0x5571735c0c80 void 0.000120
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000113
+gallium_dri.so free 0x5571735c0d40 void 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000125
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0db0 0.000116
+gallium_dri.so free 0x5571735c0ec0 void 0.000113
+gallium_dri.so free 0x5571735c0db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0e70 0.000124
+gallium_dri.so free 0x5571735c0f40 void 0.000123
+gallium_dri.so free 0x5571735c0e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0f90 0.000119
+gallium_dri.so free 0x5571735c1000 void 0.000137
+gallium_dri.so free 0x5571735c0f90 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1020 0.000130
+gallium_dri.so free 0x5571735c10c0 void 0.000130
+gallium_dri.so free 0x5571735c1020 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x5571735c1140 void 0.000131
+gallium_dri.so free 0x5571735c1070 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1070 0.000129
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000130
+gallium_dri.so free 0x5571735c1280 void 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000129
+gallium_dri.so free 0x5571735c1380 void 0.000170
+gallium_dri.so free 0x5571735c11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1330 0.000130
+gallium_dri.so free 0x5571735c13c0 void 0.000130
+gallium_dri.so free 0x5571735c1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1330 0.000131
+gallium_dri.so free 0x5571735c1480 void 0.000130
+gallium_dri.so free 0x5571735c1330 void 0.000130
+gallium_dri.so malloc 72 0x5571735c14c0 0.000129
+gallium_dri.so free 0x5571735c1540 void 0.000131
+gallium_dri.so free 0x5571735c14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1540 0.000129
+gallium_dri.so free 0x5571735c1600 void 0.000130
+gallium_dri.so free 0x5571735c1540 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1540 0.000129
+gallium_dri.so free 0x5571735c1680 void 0.000131
+gallium_dri.so free 0x5571735c1540 void 0.000130
+gallium_dri.so malloc 72 0x5571735c16b0 0.000132
+gallium_dri.so free 0x5571735c1700 void 0.000138
+gallium_dri.so free 0x5571735c16b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c16b0 0.000129
+gallium_dri.so free 0x5571735c1800 void 0.000131
+gallium_dri.so free 0x5571735c16b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1840 0.000147
+gallium_dri.so free 0x5571735c18c0 void 0.000132
+gallium_dri.so free 0x5571735c1840 void 0.000131
+gallium_dri.so malloc 72 0x5571735c18c0 0.000129
+gallium_dri.so free 0x5571735c1980 void 0.000130
+gallium_dri.so free 0x5571735c18c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c18c0 0.000130
+gallium_dri.so free 0x5571735c1a00 void 0.000131
+gallium_dri.so free 0x5571735c18c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1a30 0.000130
+gallium_dri.so free 0x5571735c1a80 void 0.000131
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a30 0.000131
+gallium_dri.so free 0x5571735c1b80 void 0.000131
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1b30 0.000131
+gallium_dri.so free 0x5571735c1c40 void 0.000130
+gallium_dri.so free 0x5571735c1b30 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000136
+gallium_dri.so free 0x5571735c1cc0 void 0.000129
+gallium_dri.so free 0x5571735c1bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000126
+gallium_dri.so free 0x5571735c1d80 void 0.000126
+gallium_dri.so free 0x5571735c1bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000170
+gallium_dri.so free 0x5571735c1e40 void 0.000136
+gallium_dri.so free 0x5571735c1bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1df0 0.000134
+gallium_dri.so free 0x5571735c1ec0 void 0.000136
+gallium_dri.so free 0x5571735c1df0 void 0.000138
+gallium_dri.so malloc 72 0x5571735c1f10 0.000135
+gallium_dri.so free 0x5571735c1f80 void 0.000134
+gallium_dri.so free 0x5571735c1f10 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000132
+gallium_dri.so free 0x5571735c2040 void 0.000131
+gallium_dri.so free 0x5571735c1fa0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000131
+gallium_dri.so free 0x5571735c20c0 void 0.000131
+gallium_dri.so free 0x5571735c1ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c20c0 0.000132
+gallium_dri.so free 0x5571735c2180 void 0.000131
+gallium_dri.so free 0x5571735c20c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c20c0 0.000132
+gallium_dri.so free 0x5571735c2200 void 0.000134
+gallium_dri.so free 0x5571735c20c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2200 0.000133
+gallium_dri.so free 0x5571735c22c0 void 0.000136
+gallium_dri.so free 0x5571735c2200 void 0.000135
+gallium_dri.so malloc 72 0x5571735c2200 0.000132
+gallium_dri.so free 0x5571735c2380 void 0.000132
+gallium_dri.so free 0x5571735c2200 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2200 0.000132
+gallium_dri.so free 0x5571735c2440 void 0.000133
+gallium_dri.so free 0x5571735c2200 void 0.000134
+gallium_dri.so malloc 72 0x5571735c23f0 0.000133
+gallium_dri.so free 0x5571735c24c0 void 0.000132
+gallium_dri.so free 0x5571735c23f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2510 0.000134
+gallium_dri.so free 0x5571735c2580 void 0.000134
+gallium_dri.so free 0x5571735c2510 void 0.000132
+gallium_dri.so malloc 72 0x5571735c25c0 0.000131
+gallium_dri.so free 0x5571735c2640 void 0.000132
+gallium_dri.so free 0x5571735c25c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c25c0 0.000133
+gallium_dri.so free 0x5571735c26c0 void 0.000133
+gallium_dri.so free 0x5571735c25c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c26f0 0.000132
+gallium_dri.so free 0x5571735c2740 void 0.000133
+gallium_dri.so free 0x5571735c26f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c26f0 0.000137
+gallium_dri.so free 0x5571735c2840 void 0.000135
+gallium_dri.so free 0x5571735c26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c27f0 0.000134
+gallium_dri.so free 0x5571735c2900 void 0.000133
+gallium_dri.so free 0x5571735c27f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c28b0 0.000133
+gallium_dri.so free 0x5571735c2940 void 0.000133
+gallium_dri.so free 0x5571735c28b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c28b0 0.000131
+gallium_dri.so free 0x5571735c2a00 void 0.000131
+gallium_dri.so free 0x5571735c28b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2a70 0.000134
+gallium_dri.so free 0x5571735c2ac0 void 0.000133
+gallium_dri.so free 0x5571735c2a70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2a70 0.000133
+gallium_dri.so free 0x5571735c2bc0 void 0.000133
+gallium_dri.so free 0x5571735c2a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2b70 0.000131
+gallium_dri.so free 0x5571735c2c80 void 0.000133
+gallium_dri.so free 0x5571735c2b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2c30 0.000131
+gallium_dri.so free 0x5571735c2cc0 void 0.000132
+gallium_dri.so free 0x5571735c2c30 void 0.000140
+gallium_dri.so malloc 72 0x5571735c2c30 0.000133
+gallium_dri.so free 0x5571735c2d80 void 0.000132
+gallium_dri.so free 0x5571735c2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000132
+gallium_dri.so free 0x5571735c2e40 void 0.000131
+gallium_dri.so free 0x5571735c2dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2e40 0.000132
+gallium_dri.so free 0x5571735c2f00 void 0.000139
+gallium_dri.so free 0x5571735c2e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2e40 0.000134
+gallium_dri.so free 0x5571735c2fc0 void 0.000134
+gallium_dri.so free 0x5571735c2e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000131
+gallium_dri.so free 0x5571735c3080 void 0.000131
+gallium_dri.so free 0x5571735c2fe0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3030 0.000132
+gallium_dri.so free 0x5571735c3100 void 0.000132
+gallium_dri.so free 0x5571735c3030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3030 0.000130
+gallium_dri.so free 0x5571735c3180 void 0.000133
+gallium_dri.so free 0x5571735c3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3180 0.000133
+gallium_dri.so free 0x5571735c3240 void 0.000144
+gallium_dri.so free 0x5571735c3180 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3180 0.000131
+gallium_dri.so free 0x5571735c3300 void 0.000131
+gallium_dri.so free 0x5571735c3180 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3180 0.000131
+gallium_dri.so free 0x5571735c33c0 void 0.000131
+gallium_dri.so free 0x5571735c3180 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3370 0.000131
+gallium_dri.so free 0x5571735c3480 void 0.000132
+gallium_dri.so free 0x5571735c3370 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3430 0.000134
+gallium_dri.so free 0x5571735c3500 void 0.000133
+gallium_dri.so free 0x5571735c3430 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3550 0.000133
+gallium_dri.so free 0x5571735c35c0 void 0.000133
+gallium_dri.so free 0x5571735c3550 void 0.000132
+gallium_dri.so malloc 72 0x5571735c35e0 0.000133
+gallium_dri.so free 0x5571735c3680 void 0.000132
+gallium_dri.so free 0x5571735c35e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3630 0.000132
+gallium_dri.so free 0x5571735c3700 void 0.000133
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3630 0.000149
+gallium_dri.so free 0x5571735c3780 void 0.000132
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3780 0.000132
+gallium_dri.so free 0x5571735c3840 void 0.000134
+gallium_dri.so free 0x5571735c3780 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3780 0.000132
+gallium_dri.so free 0x5571735c3940 void 0.000134
+gallium_dri.so free 0x5571735c3780 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38f0 0.000132
+gallium_dri.so free 0x5571735c3980 void 0.000134
+gallium_dri.so free 0x5571735c38f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38f0 0.000132
+gallium_dri.so free 0x5571735c3a40 void 0.000132
+gallium_dri.so free 0x5571735c38f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3a80 0.000133
+gallium_dri.so free 0x5571735c3b00 void 0.000135
+gallium_dri.so free 0x5571735c3a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3b00 0.000131
+gallium_dri.so free 0x5571735c3bc0 void 0.000134
+gallium_dri.so free 0x5571735c3b00 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3b00 0.000132
+gallium_dri.so free 0x5571735c3c40 void 0.000136
+gallium_dri.so free 0x5571735c3b00 void 0.000135
+gallium_dri.so malloc 72 0x5571735c3c70 0.000132
+gallium_dri.so free 0x5571735c3cc0 void 0.000134
+gallium_dri.so free 0x5571735c3c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3c70 0.000130
+gallium_dri.so free 0x5571735c3dc0 void 0.000132
+gallium_dri.so free 0x5571735c3c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3e00 0.000133
+gallium_dri.so free 0x5571735c3e80 void 0.000133
+gallium_dri.so free 0x5571735c3e00 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3e80 0.000134
+gallium_dri.so free 0x5571735c3f40 void 0.000134
+gallium_dri.so free 0x5571735c3e80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3e80 0.000133
+gallium_dri.so free 0x5571735c3fc0 void 0.000132
+gallium_dri.so free 0x5571735c3e80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000133
+gallium_dri.so free 0x5571735c4040 void 0.000134
+gallium_dri.so free 0x5571735c3ff0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000133
+gallium_dri.so free 0x5571735c4140 void 0.000133
+gallium_dri.so free 0x5571735c3ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c40f0 0.000136
+gallium_dri.so free 0x5571735c4200 void 0.000135
+gallium_dri.so free 0x5571735c40f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c41b0 0.000133
+gallium_dri.so free 0x5571735c4280 void 0.000133
+gallium_dri.so free 0x5571735c41b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c41b0 0.000132
+gallium_dri.so free 0x5571735c4340 void 0.000133
+gallium_dri.so free 0x5571735c41b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41b0 0.000130
+gallium_dri.so free 0x5571735c4400 void 0.000131
+gallium_dri.so free 0x5571735c41b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c43b0 0.000133
+gallium_dri.so free 0x5571735c4480 void 0.000134
+gallium_dri.so free 0x5571735c43b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c44d0 0.000133
+gallium_dri.so free 0x5571735c4540 void 0.000133
+gallium_dri.so free 0x5571735c44d0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4560 0.000132
+gallium_dri.so free 0x5571735c4600 void 0.000134
+gallium_dri.so free 0x5571735c4560 void 0.000131
+gallium_dri.so malloc 72 0x5571735c45b0 0.000131
+gallium_dri.so free 0x5571735c4680 void 0.000132
+gallium_dri.so free 0x5571735c45b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c4680 0.000132
+gallium_dri.so free 0x5571735c4740 void 0.000132
+gallium_dri.so free 0x5571735c4680 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4680 0.000133
+gallium_dri.so free 0x5571735c47c0 void 0.000134
+gallium_dri.so free 0x5571735c4680 void 0.000132
+gallium_dri.so malloc 72 0x5571735c47c0 0.000132
+gallium_dri.so free 0x5571735c4880 void 0.000133
+gallium_dri.so free 0x5571735c47c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c47c0 0.000131
+gallium_dri.so free 0x5571735c4940 void 0.000131
+gallium_dri.so free 0x5571735c47c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c47c0 0.000132
+gallium_dri.so free 0x5571735c4a00 void 0.000136
+gallium_dri.so free 0x5571735c47c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c49b0 0.000134
+gallium_dri.so free 0x5571735c4a80 void 0.000133
+gallium_dri.so free 0x5571735c49b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000133
+gallium_dri.so free 0x5571735c4b40 void 0.000133
+gallium_dri.so free 0x5571735c4ad0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b80 0.000134
+gallium_dri.so free 0x5571735c4c00 void 0.000142
+gallium_dri.so free 0x5571735c4b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b80 0.000132
+gallium_dri.so free 0x5571735c4c80 void 0.000131
+gallium_dri.so free 0x5571735c4b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000133
+gallium_dri.so free 0x5571735c4d00 void 0.000134
+gallium_dri.so free 0x5571735c4cb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000134
+gallium_dri.so free 0x5571735c4e00 void 0.000134
+gallium_dri.so free 0x5571735c4cb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4db0 0.000134
+gallium_dri.so free 0x5571735c4ec0 void 0.000133
+gallium_dri.so free 0x5571735c4db0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4e70 0.000132
+gallium_dri.so free 0x5571735c4f00 void 0.000132
+gallium_dri.so free 0x5571735c4e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4e70 0.000133
+gallium_dri.so free 0x5571735c4fc0 void 0.000131
+gallium_dri.so free 0x5571735c4e70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5030 0.000131
+gallium_dri.so free 0x557173469a00 void 0.000133
+gallium_dri.so free 0x5571735c5030 void 0.000133
+gallium_dri.so malloc 72 0x5571735c5030 0.000196
+gallium_dri.so free 0x557173469a80 void 0.000133
+gallium_dri.so free 0x5571735c5030 void 0.000132
+gallium_dri.so malloc 72 0x557173469a80 0.000133
+gallium_dri.so free 0x557173469b40 void 0.000130
+gallium_dri.so free 0x557173469a80 void 0.000130
+gallium_dri.so malloc 72 0x557173469a80 0.000131
+gallium_dri.so free 0x557173469c00 void 0.000135
+gallium_dri.so free 0x557173469a80 void 0.000133
+gallium_dri.so malloc 72 0x557173469a80 0.000133
+gallium_dri.so free 0x557173469cc0 void 0.000133
+gallium_dri.so free 0x557173469a80 void 0.000133
+gallium_dri.so malloc 72 0x557173469c70 0.000134
+gallium_dri.so free 0x557173469d40 void 0.000133
+gallium_dri.so free 0x557173469c70 void 0.000132
+gallium_dri.so malloc 72 0x557173469d90 0.000131
+gallium_dri.so free 0x557173469e00 void 0.000133
+gallium_dri.so free 0x557173469d90 void 0.000132
+gallium_dri.so malloc 72 0x557173469e60 0.000133
+gallium_dri.so free 0x557173469f00 void 0.000135
+gallium_dri.so free 0x557173469e60 void 0.000132
+gallium_dri.so malloc 72 0x557173469eb0 0.000131
+gallium_dri.so free 0x557173469f40 void 0.000140
+gallium_dri.so free 0x557173469eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173469eb0 0.000132
+gallium_dri.so free 0x55717346a000 void 0.000133
+gallium_dri.so free 0x557173469eb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a040 0.000137
+gallium_dri.so free 0x55717346a0c0 void 0.000135
+gallium_dri.so free 0x55717346a040 void 0.000134
+gallium_dri.so malloc 72 0x55717346a0c0 0.000133
+gallium_dri.so free 0x55717346a180 void 0.000134
+gallium_dri.so free 0x55717346a0c0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a0c0 0.000130
+gallium_dri.so free 0x55717346a200 void 0.000135
+gallium_dri.so free 0x55717346a0c0 void 0.000135
+gallium_dri.so malloc 72 0x55717346a230 0.000134
+gallium_dri.so free 0x55717346a280 void 0.000129
+gallium_dri.so free 0x55717346a230 void 0.000133
+gallium_dri.so malloc 72 0x55717346a280 0.000135
+gallium_dri.so free 0x55717346a340 void 0.000133
+gallium_dri.so free 0x55717346a280 void 0.000134
+gallium_dri.so malloc 72 0x55717346a280 0.000130
+gallium_dri.so free 0x55717346a440 void 0.000133
+gallium_dri.so free 0x55717346a280 void 0.000132
+gallium_dri.so malloc 72 0x55717346a3f0 0.000143
+gallium_dri.so free 0x55717346a500 void 0.000135
+gallium_dri.so free 0x55717346a3f0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a4b0 0.000134
+gallium_dri.so free 0x55717346a540 void 0.000131
+gallium_dri.so free 0x55717346a4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a4b0 0.000133
+gallium_dri.so free 0x55717346a600 void 0.000133
+gallium_dri.so free 0x55717346a4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a640 0.000130
+gallium_dri.so free 0x55717346a6c0 void 0.000136
+gallium_dri.so free 0x55717346a640 void 0.000131
+gallium_dri.so malloc 72 0x55717346a6c0 0.000131
+gallium_dri.so free 0x55717346a780 void 0.000132
+gallium_dri.so free 0x55717346a6c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a6c0 0.000133
+gallium_dri.so free 0x55717346a800 void 0.000134
+gallium_dri.so free 0x55717346a6c0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a6c0 0.000133
+gallium_dri.so free 0x55717346a8c0 void 0.000134
+gallium_dri.so free 0x55717346a6c0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a6c0 0.000131
+gallium_dri.so free 0x55717346a980 void 0.000132
+gallium_dri.so free 0x55717346a6c0 void 0.000193
+gallium_dri.so malloc 72 0x55717346a930 0.000133
+gallium_dri.so free 0x55717346aa00 void 0.000133
+gallium_dri.so free 0x55717346a930 void 0.000133
+gallium_dri.so malloc 72 0x55717346aa50 0.000133
+gallium_dri.so free 0x55717346aac0 void 0.000130
+gallium_dri.so free 0x55717346aa50 void 0.000131
+gallium_dri.so malloc 72 0x55717346aae0 0.000131
+gallium_dri.so free 0x55717346ab80 void 0.000131
+gallium_dri.so free 0x55717346aae0 void 0.000133
+gallium_dri.so malloc 72 0x55717346ab30 0.000133
+gallium_dri.so free 0x55717346ac00 void 0.000133
+gallium_dri.so free 0x55717346ab30 void 0.000132
+gallium_dri.so malloc 72 0x55717346ab30 0.000132
+gallium_dri.so free 0x55717346ad00 void 0.000130
+gallium_dri.so free 0x55717346ab30 void 0.000132
+gallium_dri.so malloc 72 0x55717346acb0 0.000131
+gallium_dri.so free 0x55717346ad80 void 0.000131
+gallium_dri.so free 0x55717346acb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346add0 0.000136
+gallium_dri.so free 0x55717346ae40 void 0.000134
+gallium_dri.so free 0x55717346add0 void 0.000134
+gallium_dri.so malloc 72 0x55717346ae60 0.000164
+gallium_dri.so free 0x55717346af00 void 0.000134
+gallium_dri.so free 0x55717346ae60 void 0.000133
+gallium_dri.so malloc 72 0x55717346aeb0 0.000135
+gallium_dri.so free 0x55717346af80 void 0.000132
+gallium_dri.so free 0x55717346aeb0 void 0.000134
+gallium_dri.so malloc 72 0x55717346aeb0 0.000131
+gallium_dri.so free 0x55717346b000 void 0.000131
+gallium_dri.so free 0x55717346aeb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346b000 0.000133
+gallium_dri.so free 0x55717346b0c0 void 0.000133
+gallium_dri.so free 0x55717346b000 void 0.000132
+gallium_dri.so malloc 72 0x55717346b000 0.000131
+gallium_dri.so free 0x55717346b1c0 void 0.000133
+gallium_dri.so free 0x55717346b000 void 0.000133
+gallium_dri.so malloc 72 0x55717346b000 0.000134
+gallium_dri.so free 0x55717346b240 void 0.000134
+gallium_dri.so free 0x55717346b000 void 0.000133
+gallium_dri.so malloc 72 0x55717346b270 0.000134
+gallium_dri.so free 0x55717346b2c0 void 0.000131
+gallium_dri.so free 0x55717346b270 void 0.000133
+gallium_dri.so malloc 72 0x55717346b270 0.000133
+gallium_dri.so free 0x55717346b3c0 void 0.000133
+gallium_dri.so free 0x55717346b270 void 0.000143
+gallium_dri.so malloc 72 0x55717346b370 0.000134
+gallium_dri.so free 0x55717346b480 void 0.000131
+gallium_dri.so free 0x55717346b370 void 0.000132
+gallium_dri.so malloc 72 0x55717346b430 0.000133
+gallium_dri.so free 0x55717346b4c0 void 0.000133
+gallium_dri.so free 0x55717346b430 void 0.000132
+gallium_dri.so malloc 72 0x55717346b430 0.000134
+gallium_dri.so free 0x55717346b580 void 0.000133
+gallium_dri.so free 0x55717346b430 void 0.000134
+gallium_dri.so malloc 72 0x55717346b5d0 0.000135
+gallium_dri.so free 0x55717346b640 void 0.000132
+gallium_dri.so free 0x55717346b5d0 void 0.000133
+gallium_dri.so malloc 72 0x55717346b680 0.000133
+gallium_dri.so free 0x55717346b700 void 0.000133
+gallium_dri.so free 0x55717346b680 void 0.000133
+gallium_dri.so malloc 72 0x55717346b700 0.000132
+gallium_dri.so free 0x55717346b7c0 void 0.000132
+gallium_dri.so free 0x55717346b700 void 0.000131
+gallium_dri.so malloc 72 0x55717346b700 0.000131
+gallium_dri.so free 0x55717346b840 void 0.000130
+gallium_dri.so free 0x55717346b700 void 0.000130
+gallium_dri.so malloc 72 0x55717346b870 0.000134
+gallium_dri.so free 0x55717346b8c0 void 0.000179
+gallium_dri.so free 0x55717346b870 void 0.000134
+gallium_dri.so malloc 72 0x55717346b870 0.000133
+gallium_dri.so free 0x55717346b9c0 void 0.000132
+gallium_dri.so free 0x55717346b870 void 0.000132
+gallium_dri.so malloc 72 0x55717346b970 0.000132
+gallium_dri.so free 0x55717346ba80 void 0.000131
+gallium_dri.so free 0x55717346b970 void 0.000131
+gallium_dri.so malloc 72 0x55717346ba30 0.000131
+gallium_dri.so free 0x55717346bb00 void 0.000131
+gallium_dri.so free 0x55717346ba30 void 0.000134
+gallium_dri.so malloc 72 0x55717346bb20 0.000132
+gallium_dri.so free 0x55717346bbc0 void 0.000131
+gallium_dri.so free 0x55717346bb20 void 0.000132
+gallium_dri.so malloc 72 0x55717346bb70 0.000131
+gallium_dri.so free 0x55717346bc40 void 0.000131
+gallium_dri.so free 0x55717346bb70 void 0.000133
+gallium_dri.so malloc 72 0x55717346bb70 0.000131
+gallium_dri.so free 0x55717346bcc0 void 0.000132
+gallium_dri.so free 0x55717346bb70 void 0.000130
+gallium_dri.so malloc 72 0x55717346bcc0 0.000131
+gallium_dri.so free 0x55717346bd80 void 0.000131
+gallium_dri.so free 0x55717346bcc0 void 0.000133
+gallium_dri.so malloc 72 0x55717346bcc0 0.000139
+gallium_dri.so free 0x55717346be40 void 0.000133
+gallium_dri.so free 0x55717346bcc0 void 0.000130
+gallium_dri.so malloc 72 0x55717346bcc0 0.000132
+gallium_dri.so free 0x55717346bf00 void 0.000132
+gallium_dri.so free 0x55717346bcc0 void 0.000132
+gallium_dri.so malloc 72 0x55717346beb0 0.000133
+gallium_dri.so free 0x55717346bf00 void 0.000133
+gallium_dri.so free 0x55717346beb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346beb0 0.000131
+gallium_dri.so free 0x55717346c000 void 0.000132
+gallium_dri.so free 0x55717346beb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346bfb0 0.000132
+gallium_dri.so free 0x55717346c0c0 void 0.000131
+gallium_dri.so free 0x55717346bfb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346c070 0.000131
+gallium_dri.so free 0x55717346c100 void 0.000131
+gallium_dri.so free 0x55717346c070 void 0.000130
+gallium_dri.so malloc 72 0x55717346c070 0.000130
+gallium_dri.so free 0x55717346c1c0 void 0.000132
+gallium_dri.so free 0x55717346c070 void 0.000132
+gallium_dri.so malloc 72 0x55717346c200 0.000131
+gallium_dri.so free 0x55717346c280 void 0.000131
+gallium_dri.so free 0x55717346c200 void 0.000139
+gallium_dri.so malloc 72 0x55717346c280 0.000132
+gallium_dri.so free 0x55717346c340 void 0.000134
+gallium_dri.so free 0x55717346c280 void 0.000130
+gallium_dri.so malloc 72 0x55717346c280 0.000130
+gallium_dri.so free 0x55717346c400 void 0.000130
+gallium_dri.so free 0x55717346c280 void 0.000130
+gallium_dri.so malloc 72 0x55717346c420 0.000132
+gallium_dri.so free 0x55717346c4c0 void 0.000130
+gallium_dri.so free 0x55717346c420 void 0.000131
+gallium_dri.so malloc 72 0x55717346c470 0.000132
+gallium_dri.so free 0x55717346c540 void 0.000130
+gallium_dri.so free 0x55717346c470 void 0.000130
+gallium_dri.so malloc 72 0x55717346c470 0.000132
+gallium_dri.so free 0x55717346c5c0 void 0.000131
+gallium_dri.so free 0x55717346c470 void 0.000131
+gallium_dri.so malloc 72 0x55717346c5c0 0.000130
+gallium_dri.so free 0x55717346c680 void 0.000132
+gallium_dri.so free 0x55717346c5c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c5c0 0.000132
+gallium_dri.so free 0x55717346c740 void 0.000132
+gallium_dri.so free 0x55717346c5c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346c5c0 0.000131
+gallium_dri.so free 0x55717346c800 void 0.000177
+gallium_dri.so free 0x55717346c5c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c7b0 0.000153
+gallium_dri.so free 0x55717346c8c0 void 0.000120
+gallium_dri.so free 0x55717346c7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c870 0.000116
+gallium_dri.so free 0x55717346c940 void 0.000116
+gallium_dri.so free 0x55717346c870 void 0.000115
+gallium_dri.so malloc 72 0x55717346c990 0.000117
+gallium_dri.so free 0x55717346ca00 void 0.000115
+gallium_dri.so free 0x55717346c990 void 0.000116
+gallium_dri.so malloc 72 0x55717346ca20 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000116
+gallium_dri.so free 0x55717346ca20 void 0.000114
+gallium_dri.so malloc 72 0x55717346ca70 0.000115
+gallium_dri.so free 0x55717346cb40 void 0.000116
+gallium_dri.so free 0x55717346ca70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ca70 0.000115
+gallium_dri.so free 0x55717346cbc0 void 0.000116
+gallium_dri.so free 0x55717346ca70 void 0.000114
+gallium_dri.so malloc 72 0x55717346cbc0 0.000117
+gallium_dri.so free 0x55717346cc80 void 0.000116
+gallium_dri.so free 0x55717346cbc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346cbc0 0.000117
+gallium_dri.so free 0x55717346cd80 void 0.000117
+gallium_dri.so free 0x55717346cbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd30 0.000116
+gallium_dri.so free 0x55717346cdc0 void 0.000116
+gallium_dri.so free 0x55717346cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd30 0.000115
+gallium_dri.so free 0x55717346ce80 void 0.000115
+gallium_dri.so free 0x55717346cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717346cec0 0.000114
+gallium_dri.so free 0x55717346cf40 void 0.000116
+gallium_dri.so free 0x55717346cec0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cf40 0.000114
+gallium_dri.so free 0x55717346d000 void 0.000117
+gallium_dri.so free 0x55717346cf40 void 0.000114
+gallium_dri.so malloc 72 0x55717346cf40 0.000114
+gallium_dri.so free 0x55717346d080 void 0.000121
+gallium_dri.so free 0x55717346cf40 void 0.000115
+gallium_dri.so malloc 72 0x55717346d0b0 0.000116
+gallium_dri.so free 0x55717346d100 void 0.000116
+gallium_dri.so free 0x55717346d0b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d0b0 0.000116
+gallium_dri.so free 0x55717346d200 void 0.000116
+gallium_dri.so free 0x55717346d0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d240 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000117
+gallium_dri.so free 0x55717346d240 void 0.000114
+gallium_dri.so malloc 72 0x55717346d2c0 0.000114
+gallium_dri.so free 0x55717346d380 void 0.000116
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d2c0 0.000119
+gallium_dri.so free 0x55717346d400 void 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d430 0.000115
+gallium_dri.so free 0x55717346d480 void 0.000116
+gallium_dri.so free 0x55717346d430 void 0.000115
+gallium_dri.so malloc 72 0x55717346d430 0.000115
+gallium_dri.so free 0x55717346d580 void 0.000115
+gallium_dri.so free 0x55717346d430 void 0.000134
+gallium_dri.so malloc 72 0x55717346d530 0.000118
+gallium_dri.so free 0x55717346d640 void 0.000136
+gallium_dri.so free 0x55717346d530 void 0.000118
+gallium_dri.so malloc 72 0x55717346d5f0 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000116
+gallium_dri.so free 0x55717346d5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d5f0 0.000116
+gallium_dri.so free 0x55717346d780 void 0.000117
+gallium_dri.so free 0x55717346d5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d5f0 0.000116
+gallium_dri.so free 0x55717346d840 void 0.000117
+gallium_dri.so free 0x55717346d5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d7f0 0.000115
+gallium_dri.so free 0x55717346d8c0 void 0.000115
+gallium_dri.so free 0x55717346d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d910 0.000115
+gallium_dri.so free 0x55717346d980 void 0.000116
+gallium_dri.so free 0x55717346d910 void 0.000138
+gallium_dri.so malloc 72 0x55717346d9a0 0.000135
+gallium_dri.so free 0x55717346da40 void 0.000137
+gallium_dri.so free 0x55717346d9a0 void 0.000138
+gallium_dri.so malloc 72 0x55717346d9f0 0.000143
+gallium_dri.so free 0x55717346dac0 void 0.000119
+gallium_dri.so free 0x55717346d9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dac0 0.000114
+gallium_dri.so free 0x55717346db80 void 0.000115
+gallium_dri.so free 0x55717346dac0 void 0.000112
+gallium_dri.so malloc 72 0x55717346dac0 0.000114
+gallium_dri.so free 0x55717346dc00 void 0.000115
+gallium_dri.so free 0x55717346dac0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dc00 0.000141
+gallium_dri.so free 0x55717346dcc0 void 0.000135
+gallium_dri.so free 0x55717346dc00 void 0.000133
+gallium_dri.so malloc 72 0x55717346dc00 0.000133
+gallium_dri.so free 0x55717346dd80 void 0.000135
+gallium_dri.so free 0x55717346dc00 void 0.000132
+gallium_dri.so malloc 72 0x55717346dc00 0.000134
+gallium_dri.so free 0x55717346de40 void 0.000136
+gallium_dri.so free 0x55717346dc00 void 0.000132
+gallium_dri.so malloc 72 0x55717346ddf0 0.000133
+gallium_dri.so free 0x55717346dec0 void 0.000135
+gallium_dri.so free 0x55717346ddf0 void 0.000134
+gallium_dri.so malloc 72 0x55717346df10 0.000137
+gallium_dri.so free 0x55717346df80 void 0.000135
+gallium_dri.so free 0x55717346df10 void 0.000134
+gallium_dri.so malloc 72 0x55717346dfc0 0.000135
+gallium_dri.so free 0x55717346e040 void 0.000136
+gallium_dri.so free 0x55717346dfc0 void 0.000133
+gallium_dri.so malloc 72 0x55717346dfc0 0.000142
+gallium_dri.so free 0x55717346e0c0 void 0.000122
+gallium_dri.so free 0x55717346dfc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e0f0 0.000113
+gallium_dri.so free 0x55717346e140 void 0.000116
+gallium_dri.so free 0x55717346e0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e0f0 0.000114
+gallium_dri.so free 0x55717346e240 void 0.000115
+gallium_dri.so free 0x55717346e0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e1f0 0.000125
+gallium_dri.so free 0x55717346e300 void 0.000116
+gallium_dri.so free 0x55717346e1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e2b0 0.000116
+gallium_dri.so free 0x55717346e340 void 0.000116
+gallium_dri.so free 0x55717346e2b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346e2b0 0.000120
+gallium_dri.so free 0x55717346e400 void 0.000116
+gallium_dri.so free 0x55717346e2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e470 0.000115
+gallium_dri.so free 0x55717346e4c0 void 0.000135
+gallium_dri.so free 0x55717346e470 void 0.000115
+gallium_dri.so malloc 72 0x55717346e470 0.000116
+gallium_dri.so free 0x55717346e5c0 void 0.000116
+gallium_dri.so free 0x55717346e470 void 0.000114
+gallium_dri.so malloc 72 0x55717346e570 0.000115
+gallium_dri.so free 0x55717346e680 void 0.000115
+gallium_dri.so free 0x55717346e570 void 0.000115
+gallium_dri.so malloc 72 0x55717346e630 0.000115
+gallium_dri.so free 0x55717346e6c0 void 0.000116
+gallium_dri.so free 0x55717346e630 void 0.000116
+gallium_dri.so malloc 72 0x55717346e630 0.000114
+gallium_dri.so free 0x55717346e780 void 0.000116
+gallium_dri.so free 0x55717346e630 void 0.000114
+gallium_dri.so malloc 72 0x55717346e7c0 0.000115
+gallium_dri.so free 0x55717346e840 void 0.000116
+gallium_dri.so free 0x55717346e7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e840 0.000114
+gallium_dri.so free 0x55717346e900 void 0.000116
+gallium_dri.so free 0x55717346e840 void 0.000114
+gallium_dri.so malloc 72 0x55717346e840 0.000116
+gallium_dri.so free 0x55717346e9c0 void 0.000116
+gallium_dri.so free 0x55717346e840 void 0.000114
+gallium_dri.so malloc 72 0x55717346e9e0 0.000115
+gallium_dri.so free 0x55717346ea80 void 0.000116
+gallium_dri.so free 0x55717346e9e0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ea30 0.000115
+gallium_dri.so free 0x55717346eb00 void 0.000129
+gallium_dri.so free 0x55717346ea30 void 0.000116
+gallium_dri.so malloc 72 0x55717346ea30 0.000115
+gallium_dri.so free 0x55717346eb80 void 0.000116
+gallium_dri.so free 0x55717346ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb80 0.000115
+gallium_dri.so free 0x55717346ec40 void 0.000116
+gallium_dri.so free 0x55717346eb80 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb80 0.000114
+gallium_dri.so free 0x55717346ed00 void 0.000116
+gallium_dri.so free 0x55717346eb80 void 0.000116
+gallium_dri.so malloc 72 0x55717346eb80 0.000113
+gallium_dri.so free 0x55717346edc0 void 0.000133
+gallium_dri.so free 0x55717346eb80 void 0.000115
+gallium_dri.so malloc 72 0x55717346ed70 0.000115
+gallium_dri.so free 0x55717346ee80 void 0.000115
+gallium_dri.so free 0x55717346ed70 void 0.000116
+gallium_dri.so malloc 72 0x55717346ee30 0.000116
+gallium_dri.so free 0x55717346ef00 void 0.000116
+gallium_dri.so free 0x55717346ee30 void 0.000115
+gallium_dri.so malloc 72 0x55717346ef50 0.000114
+gallium_dri.so free 0x55717346efc0 void 0.000115
+gallium_dri.so free 0x55717346ef50 void 0.000114
+gallium_dri.so malloc 72 0x55717346efe0 0.000115
+gallium_dri.so free 0x55717346f080 void 0.000116
+gallium_dri.so free 0x55717346efe0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f030 0.000116
+gallium_dri.so free 0x55717346f100 void 0.000130
+gallium_dri.so free 0x55717346f030 void 0.000115
+gallium_dri.so malloc 72 0x55717346f030 0.000115
+gallium_dri.so free 0x55717346f180 void 0.000116
+gallium_dri.so free 0x55717346f030 void 0.000114
+gallium_dri.so malloc 72 0x55717346f180 0.000119
+gallium_dri.so free 0x55717346f240 void 0.000182
+gallium_dri.so free 0x55717346f180 void 0.000118
+gallium_dri.so malloc 72 0x55717346f180 0.000142
+gallium_dri.so free 0x55717346f340 void 0.000118
+gallium_dri.so free 0x55717346f180 void 0.000114
+gallium_dri.so malloc 72 0x55717346f2f0 0.000114
+gallium_dri.so free 0x55717346f380 void 0.000116
+gallium_dri.so free 0x55717346f2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f2f0 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x55717346f2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f2f0 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000116
+gallium_dri.so free 0x55717346f2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000120
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac80 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac30 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dac30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dacf0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dacf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dacf0 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000115
+gallium_dri.so free 0x5571735dacf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae80 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf00 0.000114
+gallium_dri.so free 0x5571735dafc0 void 0.000116
+gallium_dri.so free 0x5571735daf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735daf00 0.000113
+gallium_dri.so free 0x5571735db080 void 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0a0 0.000112
+gallium_dri.so free 0x5571735db140 void 0.000117
+gallium_dri.so free 0x5571735db0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0f0 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735db0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db0f0 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x5571735db0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db240 0.000113
+gallium_dri.so free 0x5571735db300 void 0.000115
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so malloc 72 0x5571735db240 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db240 void 0.000114
+gallium_dri.so malloc 72 0x5571735db240 0.000118
+gallium_dri.so free 0x5571735db480 void 0.000115
+gallium_dri.so free 0x5571735db240 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735db540 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db4f0 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000115
+gallium_dri.so free 0x5571735db4f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735db610 0.000117
+gallium_dri.so free 0x5571735db680 void 0.000117
+gallium_dri.so free 0x5571735db610 void 0.000112
+gallium_dri.so malloc 72 0x5571735db6a0 0.000113
+gallium_dri.so free 0x5571735db740 void 0.000120
+gallium_dri.so free 0x5571735db6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6f0 0.000112
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6f0 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db840 0.000114
+gallium_dri.so free 0x5571735db900 void 0.000116
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000116
+gallium_dri.so free 0x5571735dba00 void 0.000151
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so malloc 72 0x5571735db9b0 0.000112
+gallium_dri.so free 0x5571735dba40 void 0.000115
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735db9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb40 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735dbb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000173
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbd30 0.000115
+gallium_dri.so free 0x5571735dbd80 void 0.000114
+gallium_dri.so free 0x5571735dbd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd30 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000118
+gallium_dri.so free 0x5571735dbd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000115
+gallium_dri.so free 0x5571735dbf40 void 0.000115
+gallium_dri.so free 0x5571735dbec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbf40 0.000114
+gallium_dri.so free 0x5571735dc000 void 0.000113
+gallium_dri.so free 0x5571735dbf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf40 0.000112
+gallium_dri.so free 0x5571735dc080 void 0.000115
+gallium_dri.so free 0x5571735dbf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dc0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so free 0x5571735dc0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000114
+gallium_dri.so free 0x5571735dc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc270 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000126
+gallium_dri.so free 0x5571735dc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc270 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so free 0x5571735dc270 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc270 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000115
+gallium_dri.so free 0x5571735dc540 void 0.000147
+gallium_dri.so free 0x5571735dc470 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc590 0.000113
+gallium_dri.so free 0x5571735dc600 void 0.000116
+gallium_dri.so free 0x5571735dc590 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc620 0.000116
+gallium_dri.so free 0x5571735dc6c0 void 0.000114
+gallium_dri.so free 0x5571735dc620 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc670 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc740 0.000112
+gallium_dri.so free 0x5571735dc800 void 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc740 0.000112
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc880 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000128
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc880 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc880 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca70 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb90 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so free 0x5571735dcb90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcc40 0.000114
+gallium_dri.so free 0x5571735dccc0 void 0.000114
+gallium_dri.so free 0x5571735dcc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc40 0.000112
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd70 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dce70 0.000113
+gallium_dri.so free 0x5571735dcf80 void 0.000159
+gallium_dri.so free 0x5571735dce70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcf30 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf30 0.000116
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000116
+gallium_dri.so free 0x5571735dd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000113
+gallium_dri.so free 0x5571735dd240 void 0.000116
+gallium_dri.so free 0x5571735dd0f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000116
+gallium_dri.so free 0x5571735dd300 void 0.000117
+gallium_dri.so free 0x5571735dd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000117
+gallium_dri.so free 0x5571735dd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000112
+gallium_dri.so free 0x5571735dd400 void 0.000120
+gallium_dri.so free 0x5571735dd2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd440 0.000143
+gallium_dri.so free 0x5571735dd4c0 void 0.000117
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000116
+gallium_dri.so free 0x5571735dd580 void 0.000130
+gallium_dri.so free 0x5571735dd4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000117
+gallium_dri.so free 0x5571735dd640 void 0.000120
+gallium_dri.so free 0x5571735dd4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd660 0.000116
+gallium_dri.so free 0x5571735dd700 void 0.000125
+gallium_dri.so free 0x5571735dd660 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000115
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735dd6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd800 0.000114
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd800 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd800 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddb00 void 0.000116
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddab0 0.000128
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735ddab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000114
+gallium_dri.so free 0x5571735ddc40 void 0.000116
+gallium_dri.so free 0x5571735ddbd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc60 0.000113
+gallium_dri.so free 0x5571735ddd00 void 0.000114
+gallium_dri.so free 0x5571735ddc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735ddcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde00 0.000115
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735ddfc0 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000112
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735de100 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de100 void 0.000113
+gallium_dri.so malloc 72 0x5571735de180 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000174
+gallium_dri.so free 0x5571735de180 void 0.000174
+gallium_dri.so malloc 72 0x5571735de180 0.000116
+gallium_dri.so free 0x5571735de2c0 void 0.000155
+gallium_dri.so free 0x5571735de180 void 0.000170
+gallium_dri.so malloc 72 0x5571735de2f0 0.000200
+gallium_dri.so free 0x5571735de340 void 0.000193
+gallium_dri.so free 0x5571735de2f0 void 0.000202
+gallium_dri.so malloc 72 0x5571735de2f0 0.000192
+gallium_dri.so free 0x5571735de440 void 0.000117
+gallium_dri.so free 0x5571735de2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de480 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000117
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so malloc 72 0x5571735de500 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000116
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so malloc 72 0x5571735de500 0.000114
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de500 void 0.000121
+gallium_dri.so malloc 72 0x5571735de670 0.000115
+gallium_dri.so free 0x5571735de6c0 void 0.000117
+gallium_dri.so free 0x5571735de670 void 0.000124
+gallium_dri.so malloc 72 0x5571735de670 0.000119
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so free 0x5571735de670 void 0.000112
+gallium_dri.so malloc 72 0x5571735de770 0.000112
+gallium_dri.so free 0x5571735de880 void 0.000112
+gallium_dri.so free 0x5571735de770 void 0.000124
+gallium_dri.so malloc 72 0x5571735de830 0.000159
+gallium_dri.so free 0x5571735de900 void 0.000160
+gallium_dri.so free 0x5571735de830 void 0.000164
+gallium_dri.so malloc 72 0x5571735de830 0.000127
+gallium_dri.so free 0x5571735de9c0 void 0.000124
+gallium_dri.so free 0x5571735de830 void 0.000124
+gallium_dri.so malloc 72 0x5571735de830 0.000121
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea30 0.000119
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea30 void 0.000116
+gallium_dri.so malloc 72 0x5571735deb50 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000118
+gallium_dri.so free 0x5571735deb50 void 0.000127
+gallium_dri.so malloc 72 0x5571735debe0 0.000118
+gallium_dri.so free 0x5571735dec80 void 0.000120
+gallium_dri.so free 0x5571735debe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec30 0.000117
+gallium_dri.so free 0x5571735ded00 void 0.000118
+gallium_dri.so free 0x5571735dec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded00 0.000119
+gallium_dri.so free 0x5571735dedc0 void 0.000141
+gallium_dri.so free 0x5571735ded00 void 0.000132
+gallium_dri.so malloc 72 0x5571735ded00 0.000131
+gallium_dri.so free 0x5571735dee40 void 0.000132
+gallium_dri.so free 0x5571735ded00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000133
+gallium_dri.so free 0x5571735def00 void 0.000130
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee40 0.000131
+gallium_dri.so free 0x5571735defc0 void 0.000132
+gallium_dri.so free 0x5571735dee40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dee40 0.000130
+gallium_dri.so free 0x5571735df080 void 0.000148
+gallium_dri.so free 0x5571735dee40 void 0.000134
+gallium_dri.so malloc 72 0x5571735df030 0.000133
+gallium_dri.so free 0x5571735df100 void 0.000132
+gallium_dri.so free 0x5571735df030 void 0.000198
+gallium_dri.so malloc 72 0x5571735df150 0.000141
+gallium_dri.so free 0x5571735df1c0 void 0.000143
+gallium_dri.so free 0x5571735df150 void 0.000139
+gallium_dri.so malloc 72 0x5571735df200 0.000138
+gallium_dri.so free 0x5571735df280 void 0.000138
+gallium_dri.so free 0x5571735df200 void 0.000141
+gallium_dri.so malloc 72 0x5571735df200 0.000140
+gallium_dri.so free 0x5571735df300 void 0.000143
+gallium_dri.so free 0x5571735df200 void 0.000140
+gallium_dri.so malloc 72 0x5571735df330 0.000139
+gallium_dri.so free 0x5571735df380 void 0.000139
+gallium_dri.so free 0x5571735df330 void 0.000141
+gallium_dri.so malloc 72 0x5571735df330 0.000146
+gallium_dri.so free 0x5571735df480 void 0.000139
+gallium_dri.so free 0x5571735df330 void 0.000139
+gallium_dri.so malloc 72 0x5571735df430 0.000139
+gallium_dri.so free 0x5571735df540 void 0.000141
+gallium_dri.so free 0x5571735df430 void 0.000144
+gallium_dri.so malloc 72 0x5571735df4f0 0.000148
+gallium_dri.so free 0x5571735df580 void 0.000141
+gallium_dri.so free 0x5571735df4f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735df4f0 0.000151
+gallium_dri.so free 0x5571735df640 void 0.000140
+gallium_dri.so free 0x5571735df4f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735df6b0 0.000139
+gallium_dri.so free 0x5571735df700 void 0.000140
+gallium_dri.so free 0x5571735df6b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735df6b0 0.000140
+gallium_dri.so free 0x5571735df800 void 0.000139
+gallium_dri.so free 0x5571735df6b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735df7b0 0.000140
+gallium_dri.so free 0x5571735df8c0 void 0.000139
+gallium_dri.so free 0x5571735df7b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735df870 0.000139
+gallium_dri.so free 0x5571735df900 void 0.000140
+gallium_dri.so free 0x5571735df870 void 0.000142
+gallium_dri.so malloc 72 0x5571735df870 0.000140
+gallium_dri.so free 0x5571735df9c0 void 0.000141
+gallium_dri.so free 0x5571735df870 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfa00 0.000142
+gallium_dri.so free 0x5571735dfa80 void 0.000142
+gallium_dri.so free 0x5571735dfa00 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfa80 0.000142
+gallium_dri.so free 0x5571735dfb40 void 0.000146
+gallium_dri.so free 0x5571735dfa80 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfa80 0.000138
+gallium_dri.so free 0x5571735dfc00 void 0.000144
+gallium_dri.so free 0x5571735dfa80 void 0.000138
+gallium_dri.so malloc 72 0x5571735dfc20 0.000136
+gallium_dri.so free 0x5571735dfcc0 void 0.000141
+gallium_dri.so free 0x5571735dfc20 void 0.000137
+gallium_dri.so malloc 72 0x5571735dfc70 0.000160
+gallium_dri.so free 0x5571735dfd40 void 0.000139
+gallium_dri.so free 0x5571735dfc70 void 0.000137
+gallium_dri.so malloc 72 0x5571735dfc70 0.000139
+gallium_dri.so free 0x5571735dfdc0 void 0.000149
+gallium_dri.so free 0x5571735dfc70 void 0.000249
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000202
+gallium_dri.so free 0x5571735dfe80 void 0.000203
+gallium_dri.so free 0x5571735dfdc0 void 0.000200
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000174
+gallium_dri.so free 0x5571735dff40 void 0.000120
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000118
+gallium_dri.so free 0x5571735e0000 void 0.000127
+gallium_dri.so free 0x5571735dfdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dffb0 0.000118
+gallium_dri.so free 0x5571735e00c0 void 0.000117
+gallium_dri.so free 0x5571735dffb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0070 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000119
+gallium_dri.so free 0x5571735e0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0190 0.000118
+gallium_dri.so free 0x5571735e0200 void 0.000118
+gallium_dri.so free 0x5571735e0190 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0220 0.000133
+gallium_dri.so free 0x5571735e02c0 void 0.000133
+gallium_dri.so free 0x5571735e0220 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0270 0.000138
+gallium_dri.so free 0x5571735e0340 void 0.000136
+gallium_dri.so free 0x5571735e0270 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0270 0.000133
+gallium_dri.so free 0x5571735e03c0 void 0.000135
+gallium_dri.so free 0x5571735e0270 void 0.000134
+gallium_dri.so malloc 72 0x5571735e03c0 0.000134
+gallium_dri.so free 0x5571735e0480 void 0.000133
+gallium_dri.so free 0x5571735e03c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e03c0 0.000132
+gallium_dri.so free 0x5571735e0580 void 0.000143
+gallium_dri.so free 0x5571735e03c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e05c0 void 0.000131
+gallium_dri.so free 0x5571735e0530 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0530 0.000131
+gallium_dri.so free 0x5571735e0680 void 0.000132
+gallium_dri.so free 0x5571735e0530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e06c0 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so free 0x5571735e06c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0740 0.000131
+gallium_dri.so free 0x5571735e0800 void 0.000132
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0740 0.000130
+gallium_dri.so free 0x5571735e0880 void 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so malloc 72 0x5571735e08b0 0.000131
+gallium_dri.so free 0x5571735e0900 void 0.000133
+gallium_dri.so free 0x5571735e08b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e08b0 0.000125
+gallium_dri.so free 0x5571735e0a00 void 0.000119
+gallium_dri.so free 0x5571735e08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0a40 0.000119
+gallium_dri.so free 0x5571735e0ac0 void 0.000152
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000111
+gallium_dri.so free 0x5571735e0b80 void 0.000109
+gallium_dri.so free 0x5571735e0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000111
+gallium_dri.so free 0x5571735e0c00 void 0.000111
+gallium_dri.so free 0x5571735e0ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c30 0.000110
+gallium_dri.so free 0x5571735e0c80 void 0.000110
+gallium_dri.so free 0x5571735e0c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0c30 0.000110
+gallium_dri.so free 0x5571735e0d80 void 0.000110
+gallium_dri.so free 0x5571735e0c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0d30 0.000110
+gallium_dri.so free 0x5571735eb380 void 0.000111
+gallium_dri.so free 0x5571735e0d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0d30 0.000110
+gallium_dri.so free 0x5571735eb480 void 0.000110
+gallium_dri.so free 0x5571735e0d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0d30 0.000111
+gallium_dri.so free 0x5571735eb500 void 0.000110
+gallium_dri.so free 0x5571735e0d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb530 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000113
+gallium_dri.so free 0x5571735eb530 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb530 0.000111
+gallium_dri.so free 0x5571735eb680 void 0.000110
+gallium_dri.so free 0x5571735eb530 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb630 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000114
+gallium_dri.so free 0x5571735eb630 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000115
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb890 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000113
+gallium_dri.so free 0x5571735eb890 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb940 0.000112
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735eb940 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000134
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebb30 0.000116
+gallium_dri.so free 0x5571735ebb80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb30 0.000112
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebc30 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000116
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000124
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735ebcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebde0 0.000138
+gallium_dri.so free 0x5571735ebe80 void 0.000124
+gallium_dri.so free 0x5571735ebde0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebe30 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so free 0x5571735ebe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe30 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf80 0.000113
+gallium_dri.so free 0x5571735ec040 void 0.000115
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf80 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf80 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec170 0.000114
+gallium_dri.so free 0x5571735ec1c0 void 0.000127
+gallium_dri.so free 0x5571735ec170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec170 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000113
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec270 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec480 void 0.000115
+gallium_dri.so free 0x5571735ec330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec540 0.000116
+gallium_dri.so free 0x5571735ec600 void 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec540 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000115
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000115
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so free 0x5571735ec6e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec730 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000126
+gallium_dri.so free 0x5571735ec730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec730 0.000112
+gallium_dri.so free 0x5571735ec880 void 0.000113
+gallium_dri.so free 0x5571735ec730 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec880 0.000112
+gallium_dri.so free 0x5571735ec940 void 0.000112
+gallium_dri.so free 0x5571735ec880 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec880 0.000112
+gallium_dri.so free 0x5571735eca00 void 0.000112
+gallium_dri.so free 0x5571735ec880 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec880 0.000112
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so free 0x5571735ec880 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca70 0.000112
+gallium_dri.so free 0x5571735ecb80 void 0.000112
+gallium_dri.so free 0x5571735eca70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000182
+gallium_dri.so free 0x5571735ecb30 void 0.000258
+gallium_dri.so malloc 72 0x5571735ecc50 0.000319
+gallium_dri.so free 0x5571735eccc0 void 0.000241
+gallium_dri.so free 0x5571735ecc50 void 0.000283
+gallium_dri.so malloc 72 0x5571735ecce0 0.000279
+gallium_dri.so free 0x5571735ecd80 void 0.000296
+gallium_dri.so free 0x5571735ecce0 void 0.000260
+gallium_dri.so malloc 72 0x5571735ecd30 0.000273
+gallium_dri.so free 0x5571735ece00 void 0.000271
+gallium_dri.so free 0x5571735ecd30 void 0.000288
+gallium_dri.so malloc 72 0x5571735ecd30 0.000291
+gallium_dri.so free 0x5571735ece80 void 0.000275
+gallium_dri.so free 0x5571735ecd30 void 0.000167
+gallium_dri.so malloc 72 0x5571735ece80 0.000167
+gallium_dri.so free 0x5571735ecf40 void 0.000162
+gallium_dri.so free 0x5571735ece80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ece80 0.000130
+gallium_dri.so free 0x5571735ed040 void 0.000127
+gallium_dri.so free 0x5571735ece80 void 0.000134
+gallium_dri.so malloc 72 0x5571735ecff0 0.000127
+gallium_dri.so free 0x5571735ed080 void 0.000129
+gallium_dri.so free 0x5571735ecff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecff0 0.000125
+gallium_dri.so free 0x5571735ed140 void 0.000127
+gallium_dri.so free 0x5571735ecff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed180 0.000119
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so free 0x5571735ed180 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed200 0.000133
+gallium_dri.so free 0x5571735ed2c0 void 0.000240
+gallium_dri.so free 0x5571735ed200 void 0.000206
+gallium_dri.so malloc 72 0x5571735ed200 0.000162
+gallium_dri.so free 0x5571735ed340 void 0.000162
+gallium_dri.so free 0x5571735ed200 void 0.000235
+gallium_dri.so malloc 72 0x5571735ed370 0.000224
+gallium_dri.so free 0x5571735ed3c0 void 0.000226
+gallium_dri.so free 0x5571735ed370 void 0.000225
+gallium_dri.so malloc 72 0x5571735ed370 0.000308
+gallium_dri.so free 0x5571735ed4c0 void 0.000247
+gallium_dri.so free 0x5571735ed370 void 0.000223
+gallium_dri.so malloc 72 0x5571735ed500 0.000162
+gallium_dri.so free 0x5571735ed580 void 0.000127
+gallium_dri.so free 0x5571735ed500 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed580 0.000122
+gallium_dri.so free 0x5571735ed640 void 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed580 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735ed740 void 0.000120
+gallium_dri.so free 0x5571735ed6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000119
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000120
+gallium_dri.so free 0x5571735ed900 void 0.000122
+gallium_dri.so free 0x5571735ed7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000121
+gallium_dri.so free 0x5571735ed980 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000121
+gallium_dri.so free 0x5571735ed8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000122
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edbd0 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so free 0x5571735edbd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc60 0.000119
+gallium_dri.so free 0x5571735edd00 void 0.000122
+gallium_dri.so free 0x5571735edc60 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcb0 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd80 0.000121
+gallium_dri.so free 0x5571735ede40 void 0.000119
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd80 0.000118
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edec0 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000133
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edec0 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edec0 0.000119
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000118
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000121
+gallium_dri.so free 0x5571735ee240 void 0.000121
+gallium_dri.so free 0x5571735ee1d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee280 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000119
+gallium_dri.so free 0x5571735ee280 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee280 0.000133
+gallium_dri.so free 0x5571735ee380 void 0.000123
+gallium_dri.so free 0x5571735ee280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000121
+gallium_dri.so free 0x5571735ee400 void 0.000137
+gallium_dri.so free 0x5571735ee3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000117
+gallium_dri.so free 0x5571735ee500 void 0.000122
+gallium_dri.so free 0x5571735ee3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000166
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so free 0x5571735ee4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee570 0.000118
+gallium_dri.so free 0x5571735ee600 void 0.000120
+gallium_dri.so free 0x5571735ee570 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee570 0.000121
+gallium_dri.so free 0x5571735ee6c0 void 0.000121
+gallium_dri.so free 0x5571735ee570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee730 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000120
+gallium_dri.so free 0x5571735ee730 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee730 0.000121
+gallium_dri.so free 0x5571735ee880 void 0.000120
+gallium_dri.so free 0x5571735ee730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee830 0.000119
+gallium_dri.so free 0x5571735ee940 void 0.000120
+gallium_dri.so free 0x5571735ee830 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735ee980 void 0.000122
+gallium_dri.so free 0x5571735ee8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000114
+gallium_dri.so free 0x5571735eea40 void 0.000115
+gallium_dri.so free 0x5571735ee8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea80 0.000113
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000127
+gallium_dri.so malloc 72 0x5571735eeb00 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeb00 0.000113
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeca0 0.000115
+gallium_dri.so free 0x5571735eed40 void 0.000113
+gallium_dri.so free 0x5571735eeca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000112
+gallium_dri.so free 0x5571735eedc0 void 0.000115
+gallium_dri.so free 0x5571735eecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000113
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so free 0x5571735eecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee40 0.000113
+gallium_dri.so free 0x5571735eef00 void 0.000113
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee40 0.000112
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee40 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000117
+gallium_dri.so free 0x5571735ef1c0 void 0.000115
+gallium_dri.so free 0x5571735ef0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef210 0.000115
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef210 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000117
+gallium_dri.so free 0x5571735ef2a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000116
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000116
+gallium_dri.so free 0x5571735ef2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef440 0.000115
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000115
+gallium_dri.so free 0x5571735ef600 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000116
+gallium_dri.so free 0x5571735ef5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000113
+gallium_dri.so free 0x5571735ef700 void 0.000115
+gallium_dri.so free 0x5571735ef5b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ef740 0.000116
+gallium_dri.so free 0x5571735ef7c0 void 0.000116
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000116
+gallium_dri.so free 0x5571735ef7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000115
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000118
+gallium_dri.so free 0x5571735ef980 void 0.000116
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef930 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef930 void 0.000114
+gallium_dri.so malloc 72 0x5571735efac0 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735efac0 void 0.000153
+gallium_dri.so malloc 72 0x5571735efb40 0.000116
+gallium_dri.so free 0x5571735efc00 void 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000116
+gallium_dri.so malloc 72 0x5571735efb40 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000116
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcb0 0.000114
+gallium_dri.so free 0x5571735efd00 void 0.000116
+gallium_dri.so free 0x5571735efcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735efcb0 0.000116
+gallium_dri.so free 0x5571735efe00 void 0.000116
+gallium_dri.so free 0x5571735efcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efdb0 0.000115
+gallium_dri.so free 0x5571735efec0 void 0.000115
+gallium_dri.so free 0x5571735efdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000120
+gallium_dri.so free 0x5571735eff40 void 0.000117
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735efe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735efe70 0.000121
+gallium_dri.so free 0x5571735f00c0 void 0.000116
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000116
+gallium_dri.so free 0x5571735f0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0190 0.000124
+gallium_dri.so free 0x5571735f0200 void 0.000120
+gallium_dri.so free 0x5571735f0190 void 0.000146
+gallium_dri.so malloc 72 0x5571735f0220 0.000123
+gallium_dri.so free 0x5571735f02c0 void 0.000116
+gallium_dri.so free 0x5571735f0220 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0270 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000116
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000116
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0480 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0670 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f0670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0790 0.000115
+gallium_dri.so free 0x5571735f0800 void 0.000117
+gallium_dri.so free 0x5571735f0790 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0840 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so free 0x5571735f0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0840 0.000119
+gallium_dri.so free 0x5571735f0940 void 0.000169
+gallium_dri.so free 0x5571735f0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0970 0.000114
+gallium_dri.so free 0x5571735f09c0 void 0.000115
+gallium_dri.so free 0x5571735f0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0970 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000116
+gallium_dri.so free 0x5571735f0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a70 0.000115
+gallium_dri.so free 0x5571735f0b80 void 0.000116
+gallium_dri.so free 0x5571735f0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b30 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000116
+gallium_dri.so free 0x5571735f0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b30 0.000116
+gallium_dri.so free 0x5571735f0c80 void 0.000116
+gallium_dri.so free 0x5571735f0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000115
+gallium_dri.so free 0x5571735f0d40 void 0.000117
+gallium_dri.so free 0x5571735f0cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000117
+gallium_dri.so free 0x5571735f0e40 void 0.000120
+gallium_dri.so free 0x5571735f0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0df0 0.000120
+gallium_dri.so free 0x5571735f0f00 void 0.000125
+gallium_dri.so free 0x5571735f0df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000125
+gallium_dri.so free 0x5571735f0f40 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000209
+gallium_dri.so free 0x5571735f1000 void 0.000214
+gallium_dri.so free 0x5571735f0eb0 void 0.000315
+gallium_dri.so malloc 72 0x5571735f1040 0.000206
+gallium_dri.so free 0x5571735f10c0 void 0.000157
+gallium_dri.so free 0x5571735f1040 void 0.000157
+gallium_dri.so malloc 72 0x5571735f10c0 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000117
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f10c0 0.000116
+gallium_dri.so free 0x5571735f1240 void 0.000116
+gallium_dri.so free 0x5571735f10c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1260 0.000116
+gallium_dri.so free 0x5571735f1300 void 0.000117
+gallium_dri.so free 0x5571735f1260 void 0.000117
+gallium_dri.so malloc 72 0x5571735f12b0 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000117
+gallium_dri.so free 0x5571735f12b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12b0 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000129
+gallium_dri.so free 0x5571735f12b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1400 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000116
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1400 0.000115
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1400 0.000116
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15f0 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000119
+gallium_dri.so free 0x5571735f15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16b0 0.000163
+gallium_dri.so free 0x5571735f1780 void 0.000203
+gallium_dri.so free 0x5571735f16b0 void 0.000281
+gallium_dri.so malloc 72 0x5571735f17d0 0.000291
+gallium_dri.so free 0x5571735f1840 void 0.000284
+gallium_dri.so free 0x5571735f17d0 void 0.000281
+gallium_dri.so malloc 72 0x5571735f1860 0.000294
+gallium_dri.so free 0x5571735f1900 void 0.000201
+gallium_dri.so free 0x5571735f1860 void 0.000197
+gallium_dri.so malloc 72 0x5571735f18b0 0.000122
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f18b0 0.000123
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a00 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a00 0.000120
+gallium_dri.so free 0x5571735f1bc0 void 0.000120
+gallium_dri.so free 0x5571735f1a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1b70 0.000120
+gallium_dri.so free 0x5571735f1c00 void 0.000122
+gallium_dri.so free 0x5571735f1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1cc0 void 0.000121
+gallium_dri.so free 0x5571735f1b70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1d00 0.000125
+gallium_dri.so free 0x5571735f1d80 void 0.000122
+gallium_dri.so free 0x5571735f1d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d80 0.000129
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d80 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000118
+gallium_dri.so free 0x5571735f1f40 void 0.000118
+gallium_dri.so free 0x5571735f1ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000117
+gallium_dri.so free 0x5571735f2040 void 0.000123
+gallium_dri.so free 0x5571735f1ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2080 0.000125
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2100 0.000119
+gallium_dri.so free 0x5571735f21c0 void 0.000213
+gallium_dri.so free 0x5571735f2100 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2100 0.000131
+gallium_dri.so free 0x5571735f2240 void 0.000129
+gallium_dri.so free 0x5571735f2100 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2270 0.000125
+gallium_dri.so free 0x5571735f22c0 void 0.000122
+gallium_dri.so free 0x5571735f2270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2270 0.000120
+gallium_dri.so free 0x5571735f23c0 void 0.000122
+gallium_dri.so free 0x5571735f2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2370 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000122
+gallium_dri.so free 0x5571735f2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000125
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2430 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2430 0.000121
+gallium_dri.so free 0x5571735f2680 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2630 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000122
+gallium_dri.so free 0x5571735f2630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2750 0.000120
+gallium_dri.so free 0x5571735f27c0 void 0.000160
+gallium_dri.so free 0x5571735f2750 void 0.000127
+gallium_dri.so malloc 72 0x5571735f27e0 0.000126
+gallium_dri.so free 0x5571735f2880 void 0.000123
+gallium_dri.so free 0x5571735f27e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2830 0.000121
+gallium_dri.so free 0x5571735f4980 void 0.000122
+gallium_dri.so free 0x5571735f2830 void 0.000134
+gallium_dri.so malloc 72 0x5571735f49d0 0.000121
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a80 0.000118
+gallium_dri.so free 0x5571735f4b00 void 0.000118
+gallium_dri.so free 0x5571735f4a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4b00 0.000119
+gallium_dri.so free 0x5571735f4bc0 void 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4b00 0.000127
+gallium_dri.so free 0x5571735f4c40 void 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4c70 0.000118
+gallium_dri.so free 0x5571735f4cc0 void 0.000228
+gallium_dri.so free 0x5571735f4c70 void 0.000190
+gallium_dri.so malloc 72 0x5571735f4c70 0.000183
+gallium_dri.so free 0x5571735f4dc0 void 0.000122
+gallium_dri.so free 0x5571735f4c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4d70 0.000122
+gallium_dri.so free 0x5571735f4e80 void 0.000121
+gallium_dri.so free 0x5571735f4d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e30 0.000121
+gallium_dri.so free 0x5571735f4f00 void 0.000122
+gallium_dri.so free 0x5571735f4e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4f20 0.000122
+gallium_dri.so free 0x5571735f4fc0 void 0.000121
+gallium_dri.so free 0x5571735f4f20 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4f70 0.000120
+gallium_dri.so free 0x5571735f5040 void 0.000120
+gallium_dri.so free 0x5571735f4f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4f70 0.000119
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so free 0x5571735f4f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f50c0 0.000119
+gallium_dri.so free 0x5571735f5180 void 0.000122
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f50c0 0.000120
+gallium_dri.so free 0x5571735f5240 void 0.000121
+gallium_dri.so free 0x5571735f50c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f50c0 0.000122
+gallium_dri.so free 0x5571735f5300 void 0.000123
+gallium_dri.so free 0x5571735f50c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f52b0 0.000120
+gallium_dri.so free 0x5571735f5300 void 0.000122
+gallium_dri.so free 0x5571735f52b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f52b0 0.000125
+gallium_dri.so free 0x5571735f5400 void 0.000116
+gallium_dri.so free 0x5571735f52b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f53b0 0.000114
+gallium_dri.so free 0x5571735f54c0 void 0.000153
+gallium_dri.so free 0x5571735f53b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5470 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000116
+gallium_dri.so free 0x5571735f5470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5470 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000116
+gallium_dri.so free 0x5571735f5470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5600 0.000115
+gallium_dri.so free 0x5571735f5680 void 0.000119
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5680 0.000114
+gallium_dri.so free 0x5571735f5740 void 0.000116
+gallium_dri.so free 0x5571735f5680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5680 0.000114
+gallium_dri.so free 0x5571735f5800 void 0.000116
+gallium_dri.so free 0x5571735f5680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5820 0.000115
+gallium_dri.so free 0x5571735f58c0 void 0.000116
+gallium_dri.so free 0x5571735f5820 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5870 0.000115
+gallium_dri.so free 0x5571735f5940 void 0.000116
+gallium_dri.so free 0x5571735f5870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5870 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000140
+gallium_dri.so free 0x5571735f5870 void 0.000116
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5a80 void 0.000129
+gallium_dri.so free 0x5571735f59c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5b40 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000114
+gallium_dri.so free 0x5571735f5cc0 void 0.000116
+gallium_dri.so free 0x5571735f5bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c70 0.000114
+gallium_dri.so free 0x5571735f5d40 void 0.000115
+gallium_dri.so free 0x5571735f5c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5d90 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000116
+gallium_dri.so free 0x5571735f5d90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e20 0.000115
+gallium_dri.so free 0x5571735f5ec0 void 0.000116
+gallium_dri.so free 0x5571735f5e20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5e70 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000133
+gallium_dri.so free 0x5571735f5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e70 0.000115
+gallium_dri.so free 0x5571735f5fc0 void 0.000116
+gallium_dri.so free 0x5571735f5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000115
+gallium_dri.so free 0x5571735f6080 void 0.000126
+gallium_dri.so free 0x5571735f5fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000114
+gallium_dri.so free 0x5571735f6180 void 0.000115
+gallium_dri.so free 0x5571735f5fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6130 0.000115
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f6130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6130 0.000114
+gallium_dri.so free 0x5571735f6280 void 0.000116
+gallium_dri.so free 0x5571735f6130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f62c0 0.000115
+gallium_dri.so free 0x5571735f6340 void 0.000115
+gallium_dri.so free 0x5571735f62c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6340 0.000115
+gallium_dri.so free 0x5571735f6400 void 0.000122
+gallium_dri.so free 0x5571735f6340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6340 0.000115
+gallium_dri.so free 0x5571735f6480 void 0.000115
+gallium_dri.so free 0x5571735f6340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f64b0 0.000117
+gallium_dri.so free 0x5571735f6500 void 0.000116
+gallium_dri.so free 0x5571735f64b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f64b0 0.000119
+gallium_dri.so free 0x5571735f6600 void 0.000117
+gallium_dri.so free 0x5571735f64b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6640 0.000115
+gallium_dri.so free 0x5571735f66c0 void 0.000190
+gallium_dri.so free 0x5571735f6640 void 0.000116
+gallium_dri.so malloc 72 0x5571735f66c0 0.000115
+gallium_dri.so free 0x5571735f6780 void 0.000121
+gallium_dri.so free 0x5571735f66c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f66c0 0.000123
+gallium_dri.so free 0x5571735f6800 void 0.000124
+gallium_dri.so free 0x5571735f66c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6830 0.000133
+gallium_dri.so free 0x5571735f6880 void 0.000122
+gallium_dri.so free 0x5571735f6830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6830 0.000114
+gallium_dri.so free 0x5571735f6980 void 0.000116
+gallium_dri.so free 0x5571735f6830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6930 0.000115
+gallium_dri.so free 0x5571735f6a40 void 0.000115
+gallium_dri.so free 0x5571735f6930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f69f0 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so free 0x5571735f69f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f69f0 0.000114
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f69f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f69f0 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735f69f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000115
+gallium_dri.so free 0x5571735f6cc0 void 0.000116
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d10 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000116
+gallium_dri.so free 0x5571735f6d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6da0 0.000115
+gallium_dri.so free 0x5571735f6e40 void 0.000116
+gallium_dri.so free 0x5571735f6da0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6df0 0.000114
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000116
+gallium_dri.so free 0x5571735f6f80 void 0.000117
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000115
+gallium_dri.so free 0x5571735f7000 void 0.000115
+gallium_dri.so free 0x5571735f6ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7000 0.000114
+gallium_dri.so free 0x5571735f70c0 void 0.000116
+gallium_dri.so free 0x5571735f7000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7000 0.000115
+gallium_dri.so free 0x5571735f7180 void 0.000114
+gallium_dri.so free 0x5571735f7000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7000 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000117
+gallium_dri.so free 0x5571735f7000 void 0.000124
+gallium_dri.so malloc 72 0x5571735f71f0 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000111
+gallium_dri.so free 0x5571735f71f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7310 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000113
+gallium_dri.so free 0x5571735f7310 void 0.000114
+gallium_dri.so malloc 72 0x5571735f73c0 0.000114
+gallium_dri.so free 0x5571735f7440 void 0.000112
+gallium_dri.so free 0x5571735f73c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f73c0 0.000125
+gallium_dri.so free 0x5571735f74c0 void 0.000125
+gallium_dri.so free 0x5571735f73c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74f0 0.000114
+gallium_dri.so free 0x5571735f7540 void 0.000114
+gallium_dri.so free 0x5571735f74f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f74f0 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000122
+gallium_dri.so free 0x5571735f74f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f75f0 0.000124
+gallium_dri.so free 0x5571735f7700 void 0.000157
+gallium_dri.so free 0x5571735f75f0 void 0.000244
+gallium_dri.so malloc 72 0x5571735f76b0 0.000281
+gallium_dri.so free 0x5571735f7740 void 0.000323
+gallium_dri.so free 0x5571735f76b0 void 0.000262
+gallium_dri.so malloc 72 0x5571735f76b0 0.000209
+gallium_dri.so free 0x5571735f7800 void 0.000220
+gallium_dri.so free 0x5571735f76b0 void 0.000218
+gallium_dri.so malloc 72 0x5571735f7870 0.000201
+gallium_dri.so free 0x5571735f78c0 void 0.000153
+gallium_dri.so free 0x5571735f7870 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7870 0.000114
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x5571735f7870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7970 0.000120
+gallium_dri.so free 0x5571735f7a80 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7a30 0.000115
+gallium_dri.so free 0x5571735f7ac0 void 0.000114
+gallium_dri.so free 0x5571735f7a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7a30 0.000113
+gallium_dri.so free 0x5571735f7b80 void 0.000116
+gallium_dri.so free 0x5571735f7a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000113
+gallium_dri.so free 0x5571735f7c40 void 0.000128
+gallium_dri.so free 0x5571735f7bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7c40 0.000116
+gallium_dri.so free 0x5571735f7d00 void 0.000116
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c40 0.000115
+gallium_dri.so free 0x5571735f7dc0 void 0.000116
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7de0 0.000115
+gallium_dri.so free 0x5571735f7e80 void 0.000117
+gallium_dri.so free 0x5571735f7de0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e30 0.000115
+gallium_dri.so free 0x5571735f7f00 void 0.000116
+gallium_dri.so free 0x5571735f7e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e30 0.000113
+gallium_dri.so free 0x5571735f7f80 void 0.000116
+gallium_dri.so free 0x5571735f7e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f8040 void 0.000116
+gallium_dri.so free 0x5571735f7f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f80 0.000122
+gallium_dri.so free 0x5571735f8100 void 0.000121
+gallium_dri.so free 0x5571735f7f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f80 0.000124
+gallium_dri.so free 0x5571735f81c0 void 0.000122
+gallium_dri.so free 0x5571735f7f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8170 0.000129
+gallium_dri.so free 0x5571735f8280 void 0.000123
+gallium_dri.so free 0x5571735f8170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8230 0.000119
+gallium_dri.so free 0x5571735f8300 void 0.000123
+gallium_dri.so free 0x5571735f8230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8350 0.000121
+gallium_dri.so free 0x5571735f83c0 void 0.000122
+gallium_dri.so free 0x5571735f8350 void 0.000119
+gallium_dri.so malloc 72 0x5571735f83e0 0.000121
+gallium_dri.so free 0x5571735f8480 void 0.000122
+gallium_dri.so free 0x5571735f83e0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f8430 0.000122
+gallium_dri.so free 0x5571735f8500 void 0.000122
+gallium_dri.so free 0x5571735f8430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8430 0.000120
+gallium_dri.so free 0x5571735f8580 void 0.000119
+gallium_dri.so free 0x5571735f8430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8580 0.000122
+gallium_dri.so free 0x5571735f8640 void 0.000122
+gallium_dri.so free 0x5571735f8580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8580 0.000120
+gallium_dri.so free 0x5571735f8740 void 0.000121
+gallium_dri.so free 0x5571735f8580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f86f0 0.000121
+gallium_dri.so free 0x5571735f8780 void 0.000121
+gallium_dri.so free 0x5571735f86f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f86f0 0.000122
+gallium_dri.so free 0x5571735f8840 void 0.000121
+gallium_dri.so free 0x5571735f86f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8880 0.000120
+gallium_dri.so free 0x5571735f8900 void 0.000121
+gallium_dri.so free 0x5571735f8880 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8900 0.000121
+gallium_dri.so free 0x5571735f89c0 void 0.000122
+gallium_dri.so free 0x5571735f8900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8900 0.000120
+gallium_dri.so free 0x5571735f8a40 void 0.000123
+gallium_dri.so free 0x5571735f8900 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8ac0 void 0.000122
+gallium_dri.so free 0x5571735f8a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8a70 0.000120
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so free 0x5571735f8a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c00 0.000120
+gallium_dri.so free 0x5571735f8c80 void 0.000121
+gallium_dri.so free 0x5571735f8c00 void 0.000161
+gallium_dri.so malloc 72 0x5571735f8c80 0.000122
+gallium_dri.so free 0x5571735f8d40 void 0.000121
+gallium_dri.so free 0x5571735f8c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c80 0.000120
+gallium_dri.so free 0x5571735f8dc0 void 0.000123
+gallium_dri.so free 0x5571735f8c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8df0 0.000120
+gallium_dri.so free 0x5571735f8e40 void 0.000122
+gallium_dri.so free 0x5571735f8df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8df0 0.000120
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so free 0x5571735f8df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000126
+gallium_dri.so free 0x5571735f9000 void 0.000123
+gallium_dri.so free 0x5571735f8ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000115
+gallium_dri.so free 0x5571735f9080 void 0.000116
+gallium_dri.so free 0x5571735f8fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000114
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so free 0x5571735f8fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000120
+gallium_dri.so free 0x5571735f9200 void 0.000117
+gallium_dri.so free 0x5571735f8fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000116
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f92d0 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000133
+gallium_dri.so free 0x5571735f92d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9360 0.000126
+gallium_dri.so free 0x5571735f9400 void 0.000116
+gallium_dri.so free 0x5571735f9360 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93b0 0.000116
+gallium_dri.so free 0x5571735f9480 void 0.000116
+gallium_dri.so free 0x5571735f93b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9480 0.000116
+gallium_dri.so free 0x5571735f9540 void 0.000116
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9480 0.000115
+gallium_dri.so free 0x5571735f95c0 void 0.000117
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95c0 0.000114
+gallium_dri.so free 0x5571735f9680 void 0.000116
+gallium_dri.so free 0x5571735f95c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f95c0 0.000114
+gallium_dri.so free 0x5571735f9740 void 0.000114
+gallium_dri.so free 0x5571735f95c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f95c0 0.000116
+gallium_dri.so free 0x5571735f9800 void 0.000116
+gallium_dri.so free 0x5571735f95c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97b0 0.000115
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so free 0x5571735f97b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98d0 0.000116
+gallium_dri.so free 0x5571735f9940 void 0.000115
+gallium_dri.so free 0x5571735f98d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9980 0.000168
+gallium_dri.so free 0x5571735f9a00 void 0.000115
+gallium_dri.so free 0x5571735f9980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9980 0.000114
+gallium_dri.so free 0x5571735f9a80 void 0.000116
+gallium_dri.so free 0x5571735f9980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000114
+gallium_dri.so free 0x5571735f9b00 void 0.000115
+gallium_dri.so free 0x5571735f9ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000116
+gallium_dri.so free 0x5571735f9ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000115
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9c70 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000116
+gallium_dri.so free 0x5571735f9c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9c70 0.000115
+gallium_dri.so free 0x5571735f9dc0 void 0.000115
+gallium_dri.so free 0x5571735f9c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9e30 0.000115
+gallium_dri.so free 0x5571735f9e80 void 0.000116
+gallium_dri.so free 0x5571735f9e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9e30 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000116
+gallium_dri.so free 0x5571735f9e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f30 0.000124
+gallium_dri.so free 0x5571735fa040 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000114
+gallium_dri.so free 0x5571735fa080 void 0.000115
+gallium_dri.so free 0x5571735f9ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000116
+gallium_dri.so free 0x5571735fa140 void 0.000115
+gallium_dri.so free 0x5571735f9ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa180 0.000114
+gallium_dri.so free 0x5571735fa200 void 0.000114
+gallium_dri.so free 0x5571735fa180 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa200 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000116
+gallium_dri.so free 0x5571735fa200 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa200 0.000116
+gallium_dri.so free 0x5571735fa380 void 0.000115
+gallium_dri.so free 0x5571735fa200 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa3a0 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000116
+gallium_dri.so free 0x5571735fa3a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000115
+gallium_dri.so free 0x5571735fa4c0 void 0.000133
+gallium_dri.so free 0x5571735fa3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000117
+gallium_dri.so free 0x5571735fa540 void 0.000116
+gallium_dri.so free 0x5571735fa3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa540 0.000115
+gallium_dri.so free 0x5571735fa600 void 0.000116
+gallium_dri.so free 0x5571735fa540 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa540 0.000114
+gallium_dri.so free 0x5571735fa6c0 void 0.000114
+gallium_dri.so free 0x5571735fa540 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa540 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000116
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000115
+gallium_dri.so free 0x5571735fa840 void 0.000117
+gallium_dri.so free 0x5571735fa730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa7f0 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000117
+gallium_dri.so free 0x5571735fa7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa910 0.000113
+gallium_dri.so free 0x5571735fa980 void 0.000115
+gallium_dri.so free 0x5571735fa910 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9a0 0.000120
+gallium_dri.so free 0x5571735faa40 void 0.000120
+gallium_dri.so free 0x5571735fa9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000116
+gallium_dri.so free 0x5571735faac0 void 0.000117
+gallium_dri.so free 0x5571735fa9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000114
+gallium_dri.so free 0x5571735fab40 void 0.000116
+gallium_dri.so free 0x5571735fa9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fab40 0.000119
+gallium_dri.so free 0x5571735fac00 void 0.000116
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab40 0.000116
+gallium_dri.so free 0x5571735fad00 void 0.000117
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so malloc 72 0x5571735facb0 0.000114
+gallium_dri.so free 0x5571735fad40 void 0.000115
+gallium_dri.so free 0x5571735facb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735facb0 0.000114
+gallium_dri.so free 0x5571735fae00 void 0.000118
+gallium_dri.so free 0x5571735facb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fae40 0.000115
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x5571735fae40 void 0.000114
+gallium_dri.so malloc 72 0x5571735faec0 0.000167
+gallium_dri.so free 0x5571735faf80 void 0.000116
+gallium_dri.so free 0x5571735faec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faec0 0.000114
+gallium_dri.so free 0x5571735fb000 void 0.000115
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb030 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb030 0.000138
+gallium_dri.so free 0x5571735fb180 void 0.000118
+gallium_dri.so free 0x5571735fb030 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000115
+gallium_dri.so free 0x5571735fb240 void 0.000117
+gallium_dri.so free 0x5571735fb1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb240 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000116
+gallium_dri.so free 0x5571735fb240 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb240 0.000114
+gallium_dri.so free 0x5571735fb380 void 0.000116
+gallium_dri.so free 0x5571735fb240 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000115
+gallium_dri.so free 0x5571735fb400 void 0.000116
+gallium_dri.so free 0x5571735fb3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000114
+gallium_dri.so free 0x5571735fb500 void 0.000116
+gallium_dri.so free 0x5571735fb3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000116
+gallium_dri.so free 0x5571735fb5c0 void 0.000116
+gallium_dri.so free 0x5571735fb4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb570 0.000115
+gallium_dri.so free 0x5571735fb640 void 0.000116
+gallium_dri.so free 0x5571735fb570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb570 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000115
+gallium_dri.so free 0x5571735fb570 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb570 0.000114
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb570 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb770 0.000115
+gallium_dri.so free 0x5571735fb840 void 0.000117
+gallium_dri.so free 0x5571735fb770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb890 0.000115
+gallium_dri.so free 0x5571735fb900 void 0.000116
+gallium_dri.so free 0x5571735fb890 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb920 0.000115
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so free 0x5571735fb920 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb970 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000117
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fba40 0.000115
+gallium_dri.so free 0x5571735fbb00 void 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fba40 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571735fba40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbb80 0.000115
+gallium_dri.so free 0x5571735fbc40 void 0.000115
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb80 0.000114
+gallium_dri.so free 0x5571735fbd00 void 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000144
+gallium_dri.so malloc 72 0x5571735fbb80 0.000121
+gallium_dri.so free 0x5571735fbdc0 void 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000128
+gallium_dri.so malloc 72 0x5571735fbd70 0.000116
+gallium_dri.so free 0x5571735fbe40 void 0.000116
+gallium_dri.so free 0x5571735fbd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbe90 0.000115
+gallium_dri.so free 0x557173620f00 void 0.000120
+gallium_dri.so free 0x5571735fbe90 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbe90 0.000116
+gallium_dri.so free 0x557173463600 void 0.000119
+gallium_dri.so free 0x5571735fbe90 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbe90 0.000116
+gallium_dri.so free 0x557173590b40 void 0.000144
+gallium_dri.so free 0x5571735fbe90 void 0.000117
+gallium_dri.so malloc 72 0x557173590b70 0.000117
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x557173590b70 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000116
+gallium_dri.so malloc 72 0x5571734673c0 0.000115
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734673c0 0.000115
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734673c0 0.000116
+gallium_dri.so free 0x55717360bb00 void 0.000129
+gallium_dri.so free 0x5571734673c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360bab0 0.000116
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x55717360bab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bdd0 0.000119
+gallium_dri.so free 0x55717360bb00 void 0.000119
+gallium_dri.so free 0x55717360bdd0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bdd0 0.000115
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x55717360bdd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000115
+gallium_dri.so malloc 72 0x557173589840 0.000116
+gallium_dri.so free 0x557173589900 void 0.000115
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000116
+gallium_dri.so free 0x557173589a00 void 0.000116
+gallium_dri.so free 0x557173589840 void 0.000117
+gallium_dri.so malloc 72 0x557173589840 0.000113
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000115
+gallium_dri.so free 0x557173463270 void 0.000115
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000116
+gallium_dri.so free 0x557173463270 void 0.000115
+gallium_dri.so malloc 72 0x557173463370 0.000113
+gallium_dri.so free 0x557173463480 void 0.000117
+gallium_dri.so free 0x557173463370 void 0.000115
+gallium_dri.so malloc 72 0x557173463430 0.000120
+gallium_dri.so free 0x5571734634c0 void 0.000117
+gallium_dri.so free 0x557173463430 void 0.000114
+gallium_dri.so malloc 72 0x557173463430 0.000115
+gallium_dri.so free 0x557173601340 void 0.000116
+gallium_dri.so free 0x557173463430 void 0.000115
+gallium_dri.so malloc 72 0x557173601340 0.000115
+gallium_dri.so free 0x557173601400 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000115
+gallium_dri.so free 0x557173601480 void 0.000121
+gallium_dri.so free 0x557173601340 void 0.000116
+gallium_dri.so malloc 72 0x557173601480 0.000115
+gallium_dri.so free 0x557173601540 void 0.000116
+gallium_dri.so free 0x557173601480 void 0.000145
+gallium_dri.so malloc 72 0x557173601480 0.000127
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so malloc 72 0x557173601480 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so malloc 72 0x557173601480 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000112
+gallium_dri.so free 0x5571735d2800 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2840 void 0.000115
+gallium_dri.so free 0x5571735d27b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d27b0 0.000117
+gallium_dri.so free 0x5571735d2900 void 0.000114
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2940 0.000112
+gallium_dri.so free 0x55717358e200 void 0.000112
+gallium_dri.so free 0x5571735d2940 void 0.000112
+gallium_dri.so malloc 72 0x55717358e200 0.000112
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000119
+gallium_dri.so free 0x55717358e340 void 0.000127
+gallium_dri.so free 0x55717358e200 void 0.000125
+gallium_dri.so malloc 72 0x55717358e370 0.000120
+gallium_dri.so free 0x55717358e3c0 void 0.000120
+gallium_dri.so free 0x55717358e370 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e370 void 0.000118
+gallium_dri.so malloc 72 0x55717358e500 0.000119
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x55717358e500 void 0.000119
+gallium_dri.so malloc 72 0x557173608480 0.000118
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x557173608480 void 0.000117
+gallium_dri.so malloc 72 0x557173608480 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000119
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x5571736085f0 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000118
+gallium_dri.so free 0x5571736085f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736085f0 0.000119
+gallium_dri.so free 0x557173608640 void 0.000118
+gallium_dri.so free 0x5571736085f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608640 0.000119
+gallium_dri.so free 0x557173608700 void 0.000119
+gallium_dri.so free 0x557173608640 void 0.000119
+gallium_dri.so malloc 72 0x557173608640 0.000119
+gallium_dri.so free 0x557173608800 void 0.000120
+gallium_dri.so free 0x557173608640 void 0.000119
+gallium_dri.so malloc 72 0x557173608640 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so free 0x557173608640 void 0.000119
+gallium_dri.so malloc 72 0x557173608640 0.000120
+gallium_dri.so free 0x5571735d00c0 void 0.000120
+gallium_dri.so free 0x557173608640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0070 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000119
+gallium_dri.so free 0x5571735d0070 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0190 0.000142
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0190 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0220 0.000119
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so free 0x5571735d0220 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0270 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000131
+gallium_dri.so free 0x5571735d0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0340 0.000117
+gallium_dri.so free 0x557173462840 void 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0340 0.000121
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000121
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173462a40 void 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000118
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so malloc 72 0x557173462ab0 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000119
+gallium_dri.so free 0x557173462ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173462bd0 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x557173462bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173462bd0 0.000117
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so free 0x557173462bd0 void 0.000118
+gallium_dri.so malloc 72 0x557173462bd0 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173462bd0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bd0 0.000119
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173462bd0 void 0.000121
+gallium_dri.so malloc 72 0x557173464fb0 0.000119
+gallium_dri.so free 0x557173465080 void 0.000188
+gallium_dri.so free 0x557173464fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571734650d0 0.000118
+gallium_dri.so free 0x557173465140 void 0.000119
+gallium_dri.so free 0x5571734650d0 void 0.000118
+gallium_dri.so malloc 72 0x557173465160 0.000118
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x557173465160 void 0.000117
+gallium_dri.so malloc 72 0x557173465160 0.000118
+gallium_dri.so free 0x557173469440 void 0.000119
+gallium_dri.so free 0x557173465160 void 0.000118
+gallium_dri.so malloc 72 0x5571734693f0 0.000117
+gallium_dri.so free 0x557173469440 void 0.000120
+gallium_dri.so free 0x5571734693f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734693f0 0.000119
+gallium_dri.so free 0x557173469540 void 0.000118
+gallium_dri.so free 0x5571734693f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734694f0 0.000119
+gallium_dri.so free 0x557173469600 void 0.000118
+gallium_dri.so free 0x5571734694f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000119
+gallium_dri.so free 0x557173469640 void 0.000119
+gallium_dri.so free 0x5571734695b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000119
+gallium_dri.so free 0x557173469700 void 0.000118
+gallium_dri.so free 0x5571734695b0 void 0.000141
+gallium_dri.so malloc 72 0x5571734695b0 0.000126
+gallium_dri.so free 0x55717358c640 void 0.000125
+gallium_dri.so free 0x5571734695b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c690 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000119
+gallium_dri.so free 0x55717358c690 void 0.000119
+gallium_dri.so malloc 72 0x55717358c760 0.000119
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c760 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7b0 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000119
+gallium_dri.so free 0x55717358c7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7b0 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000118
+gallium_dri.so free 0x55717358c7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c940 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000119
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000118
+gallium_dri.so free 0x5571735d0a00 void 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0a20 0.000119
+gallium_dri.so free 0x5571735d0ac0 void 0.000119
+gallium_dri.so free 0x5571735d0a20 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0a70 0.000119
+gallium_dri.so free 0x5571735d0b40 void 0.000117
+gallium_dri.so free 0x5571735d0a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0b40 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000120
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b40 0.000117
+gallium_dri.so free 0x5571735d0c80 void 0.000118
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c80 0.000118
+gallium_dri.so free 0x5571735d0d40 void 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x5571735d5580 void 0.000119
+gallium_dri.so free 0x5571735d0c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5600 void 0.000119
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000120
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d55b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000119
+gallium_dri.so free 0x5571735d56b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5770 0.000119
+gallium_dri.so free 0x5571735d5840 void 0.000119
+gallium_dri.so free 0x5571735d5770 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5860 0.000119
+gallium_dri.so free 0x5571735d5900 void 0.000191
+gallium_dri.so free 0x5571735d5860 void 0.000119
+gallium_dri.so malloc 72 0x5571735d58b0 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000118
+gallium_dri.so free 0x5571735d58b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3080 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so free 0x5571735d3080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3080 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000128
+gallium_dri.so free 0x5571735d3080 void 0.000124
+gallium_dri.so malloc 72 0x5571735d31f0 0.000119
+gallium_dri.so free 0x5571735d3240 void 0.000119
+gallium_dri.so free 0x5571735d31f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d31f0 0.000125
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d31f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3380 0.000119
+gallium_dri.so free 0x557173465800 void 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so malloc 72 0x557173465850 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000119
+gallium_dri.so free 0x557173465850 void 0.000117
+gallium_dri.so malloc 72 0x5571734658e0 0.000122
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so free 0x5571734658e0 void 0.000117
+gallium_dri.so malloc 72 0x557173465930 0.000118
+gallium_dri.so free 0x557173465a00 void 0.000119
+gallium_dri.so free 0x557173465930 void 0.000120
+gallium_dri.so malloc 72 0x557173465930 0.000119
+gallium_dri.so free 0x557173465a80 void 0.000119
+gallium_dri.so free 0x557173465930 void 0.000119
+gallium_dri.so malloc 72 0x557173465a80 0.000119
+gallium_dri.so free 0x557173465b40 void 0.000119
+gallium_dri.so free 0x557173465a80 void 0.000118
+gallium_dri.so malloc 72 0x557173465a80 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x557173465a80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec20 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358ec20 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec70 0.000118
+gallium_dri.so free 0x55717358ed40 void 0.000165
+gallium_dri.so free 0x55717358ec70 void 0.000194
+gallium_dri.so malloc 72 0x55717358ec70 0.000164
+gallium_dri.so free 0x55717358edc0 void 0.000122
+gallium_dri.so free 0x55717358ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717358edc0 0.000120
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358edc0 0.000119
+gallium_dri.so free 0x55717358ef40 void 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358edc0 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x557173601d90 0.000118
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so free 0x557173601d90 void 0.000119
+gallium_dri.so malloc 72 0x557173601e40 0.000118
+gallium_dri.so free 0x557173601ec0 void 0.000118
+gallium_dri.so free 0x557173601e40 void 0.000119
+gallium_dri.so malloc 72 0x557173601ec0 0.000119
+gallium_dri.so free 0x557173601f80 void 0.000119
+gallium_dri.so free 0x557173601ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173601ec0 0.000119
+gallium_dri.so free 0x55717358f000 void 0.000119
+gallium_dri.so free 0x557173601ec0 void 0.000120
+gallium_dri.so malloc 72 0x55717358efb0 0.000120
+gallium_dri.so free 0x557173602000 void 0.000119
+gallium_dri.so free 0x55717358efb0 void 0.000118
+gallium_dri.so malloc 72 0x557173602040 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so free 0x557173602040 void 0.000120
+gallium_dri.so malloc 72 0x5571736020c0 0.000190
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so malloc 72 0x557173606900 0.000119
+gallium_dri.so free 0x557173606980 void 0.000119
+gallium_dri.so free 0x557173606900 void 0.000117
+gallium_dri.so malloc 72 0x557173606900 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000123
+gallium_dri.so free 0x557173606900 void 0.000119
+gallium_dri.so malloc 72 0x557173606a30 0.000120
+gallium_dri.so free 0x557173606a80 void 0.000118
+gallium_dri.so free 0x557173606a30 void 0.000119
+gallium_dri.so malloc 72 0x557173606a30 0.000118
+gallium_dri.so free 0x557173606b80 void 0.000120
+gallium_dri.so free 0x557173606a30 void 0.000120
+gallium_dri.so malloc 72 0x557173606b30 0.000119
+gallium_dri.so free 0x557173606c40 void 0.000124
+gallium_dri.so free 0x557173606b30 void 0.000125
+gallium_dri.so malloc 72 0x557173606bf0 0.000121
+gallium_dri.so free 0x557173609e80 void 0.000119
+gallium_dri.so free 0x557173606bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x557173609f00 void 0.000120
+gallium_dri.so free 0x557173609eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x55717360a000 void 0.000131
+gallium_dri.so free 0x557173609eb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a040 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so free 0x55717360a040 void 0.000119
+gallium_dri.so malloc 72 0x55717360a0c0 0.000119
+gallium_dri.so free 0x557173606c80 void 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a0c0 0.000118
+gallium_dri.so free 0x55717360a180 void 0.000120
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a0c0 0.000120
+gallium_dri.so free 0x55717360a240 void 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360a1f0 0.000119
+gallium_dri.so free 0x557173467dc0 void 0.000119
+gallium_dri.so free 0x55717360a1f0 void 0.000120
+gallium_dri.so malloc 72 0x557173467e10 0.000119
+gallium_dri.so free 0x557173467e80 void 0.000118
+gallium_dri.so free 0x557173467e10 void 0.000119
+gallium_dri.so malloc 72 0x557173467ee0 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so free 0x557173467ee0 void 0.000119
+gallium_dri.so malloc 72 0x557173467f30 0.000119
+gallium_dri.so free 0x557173467fc0 void 0.000119
+gallium_dri.so free 0x557173467f30 void 0.000119
+gallium_dri.so malloc 72 0x557173467f30 0.000128
+gallium_dri.so free 0x557173468080 void 0.000120
+gallium_dri.so free 0x557173467f30 void 0.000112
+gallium_dri.so malloc 72 0x5571734680c0 0.000112
+gallium_dri.so free 0x557173468140 void 0.000112
+gallium_dri.so free 0x5571734680c0 void 0.000112
+gallium_dri.so malloc 72 0x557173468140 0.000111
+gallium_dri.so free 0x557173608e80 void 0.000111
+gallium_dri.so free 0x557173468140 void 0.000111
+gallium_dri.so malloc 72 0x557173608ea0 0.000111
+gallium_dri.so free 0x557173608f40 void 0.000110
+gallium_dri.so free 0x557173608ea0 void 0.000110
+gallium_dri.so malloc 72 0x557173608ef0 0.000111
+gallium_dri.so free 0x557173608fc0 void 0.000113
+gallium_dri.so free 0x557173608ef0 void 0.000111
+gallium_dri.so malloc 72 0x557173608fc0 0.000137
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608fc0 void 0.000111
+gallium_dri.so malloc 72 0x557173608fc0 0.000113
+gallium_dri.so free 0x557173609100 void 0.000111
+gallium_dri.so free 0x557173608fc0 void 0.000111
+gallium_dri.so malloc 72 0x557173609100 0.000111
+gallium_dri.so free 0x5571736091c0 void 0.000111
+gallium_dri.so free 0x557173609100 void 0.000110
+gallium_dri.so malloc 72 0x557173609100 0.000110
+gallium_dri.so free 0x5571735911c0 void 0.000110
+gallium_dri.so free 0x557173609100 void 0.000115
+gallium_dri.so malloc 72 0x5571735911f0 0.000112
+gallium_dri.so free 0x557173591240 void 0.000222
+gallium_dri.so free 0x5571735911f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735911f0 0.000211
+gallium_dri.so free 0x557173591340 void 0.000123
+gallium_dri.so free 0x5571735911f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735912f0 0.000119
+gallium_dri.so free 0x557173591400 void 0.000119
+gallium_dri.so free 0x5571735912f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735913b0 0.000119
+gallium_dri.so free 0x557173591480 void 0.000119
+gallium_dri.so free 0x5571735913b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735914a0 0.000118
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x5571735914a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735914f0 0.000118
+gallium_dri.so free 0x557173604300 void 0.000119
+gallium_dri.so free 0x5571735914f0 void 0.000120
+gallium_dri.so malloc 72 0x557173604340 0.000118
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so free 0x557173604340 void 0.000118
+gallium_dri.so malloc 72 0x5571736043c0 0.000119
+gallium_dri.so free 0x557173604480 void 0.000119
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736043c0 0.000121
+gallium_dri.so free 0x557173604500 void 0.000127
+gallium_dri.so free 0x5571736043c0 void 0.000119
+gallium_dri.so malloc 72 0x557173604530 0.000119
+gallium_dri.so free 0x557173604580 void 0.000119
+gallium_dri.so free 0x557173604530 void 0.000119
+gallium_dri.so malloc 72 0x557173604530 0.000119
+gallium_dri.so free 0x557173604680 void 0.000121
+gallium_dri.so free 0x557173604530 void 0.000118
+gallium_dri.so malloc 72 0x5571736046c0 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000120
+gallium_dri.so free 0x5571736046c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0d0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000119
+gallium_dri.so free 0x55717358a0d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a160 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a160 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1b0 0.000119
+gallium_dri.so free 0x55717358a280 void 0.000117
+gallium_dri.so free 0x55717358a1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1b0 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000118
+gallium_dri.so free 0x55717358a1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a300 0.000118
+gallium_dri.so free 0x55717358a3c0 void 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so malloc 72 0x55717358a300 0.000171
+gallium_dri.so free 0x557173609580 void 0.000126
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x5571736095c0 void 0.000119
+gallium_dri.so free 0x557173609530 void 0.000119
+gallium_dri.so malloc 72 0x557173609530 0.000120
+gallium_dri.so free 0x557173609680 void 0.000121
+gallium_dri.so free 0x557173609530 void 0.000119
+gallium_dri.so malloc 72 0x5571736096c0 0.000120
+gallium_dri.so free 0x557173609740 void 0.000120
+gallium_dri.so free 0x5571736096c0 void 0.000119
+gallium_dri.so malloc 72 0x557173609740 0.000119
+gallium_dri.so free 0x557173609800 void 0.000120
+gallium_dri.so free 0x557173609740 void 0.000126
+gallium_dri.so malloc 72 0x557173609740 0.000122
+gallium_dri.so free 0x557173609880 void 0.000121
+gallium_dri.so free 0x557173609740 void 0.000120
+gallium_dri.so malloc 72 0x5571736098b0 0.000120
+gallium_dri.so free 0x557173609900 void 0.000119
+gallium_dri.so free 0x5571736098b0 void 0.000120
+gallium_dri.so malloc 72 0x557173609900 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x557173609900 void 0.000121
+gallium_dri.so malloc 72 0x557173609900 0.000121
+gallium_dri.so free 0x5571735d4600 void 0.000119
+gallium_dri.so free 0x557173609900 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4600 0.000119
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4600 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4600 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000120
+gallium_dri.so free 0x5571735d4600 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4600 0.000120
+gallium_dri.so free 0x5571735d4840 void 0.000119
+gallium_dri.so free 0x5571735d4600 void 0.000118
+gallium_dri.so malloc 72 0x5571735d47f0 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000126
+gallium_dri.so free 0x5571735d47f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4910 0.000123
+gallium_dri.so free 0x5571735d4980 void 0.000124
+gallium_dri.so free 0x5571735d4910 void 0.000125
+gallium_dri.so malloc 72 0x5571735d49c0 0.000125
+gallium_dri.so free 0x557173466dc0 void 0.000122
+gallium_dri.so free 0x5571735d49c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d49c0 0.000124
+gallium_dri.so free 0x557173466e40 void 0.000125
+gallium_dri.so free 0x5571735d49c0 void 0.000123
+gallium_dri.so malloc 72 0x557173466e70 0.000124
+gallium_dri.so free 0x557173466ec0 void 0.000123
+gallium_dri.so free 0x557173466e70 void 0.000124
+gallium_dri.so malloc 72 0x557173466e70 0.000130
+gallium_dri.so free 0x557173466fc0 void 0.000103
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173466f70 0.000115
+gallium_dri.so free 0x557173467080 void 0.000123
+gallium_dri.so free 0x557173466f70 void 0.000123
+gallium_dri.so malloc 72 0x557173467030 0.000120
+gallium_dri.so free 0x5571734670c0 void 0.000113
+gallium_dri.so free 0x557173467030 void 0.000110
+gallium_dri.so malloc 72 0x557173467030 0.000110
+gallium_dri.so free 0x557173467180 void 0.000111
+gallium_dri.so free 0x557173467030 void 0.000111
+gallium_dri.so malloc 72 0x5571734671f0 0.000110
+gallium_dri.so free 0x557173589080 void 0.000111
+gallium_dri.so free 0x5571734671f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734671f0 0.000134
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589100 0.000111
+gallium_dri.so free 0x5571735891c0 void 0.000111
+gallium_dri.so free 0x557173589100 void 0.000110
+gallium_dri.so malloc 72 0x557173589100 0.000112
+gallium_dri.so free 0x557173589280 void 0.000113
+gallium_dri.so free 0x557173589100 void 0.000110
+gallium_dri.so malloc 72 0x557173589100 0.000111
+gallium_dri.so free 0x557173589340 void 0.000111
+gallium_dri.so free 0x557173589100 void 0.000111
+gallium_dri.so malloc 72 0x5571735892f0 0.000111
+gallium_dri.so free 0x5571735893c0 void 0.000127
+gallium_dri.so free 0x5571735892f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589410 0.000113
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so free 0x557173589410 void 0.000114
+gallium_dri.so malloc 72 0x5571735894e0 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x5571735894e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735894e0 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so free 0x5571735894e0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b6f0 0.000112
+gallium_dri.so free 0x55717358b740 void 0.000115
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6f0 0.000112
+gallium_dri.so free 0x55717358b840 void 0.000113
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b7f0 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8b0 0.000112
+gallium_dri.so free 0x55717358b940 void 0.000115
+gallium_dri.so free 0x55717358b8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8b0 0.000113
+gallium_dri.so free 0x55717358ba00 void 0.000114
+gallium_dri.so free 0x55717358b8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ba50 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x55717358ba50 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba50 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so free 0x55717358ba50 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000112
+gallium_dri.so free 0x557173607fc0 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000116
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x557173608080 void 0.000114
+gallium_dri.so free 0x557173607f00 void 0.000113
+gallium_dri.so malloc 72 0x557173607f00 0.000113
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000113
+gallium_dri.so malloc 72 0x5571736080f0 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000113
+gallium_dri.so free 0x5571736080f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608210 0.000113
+gallium_dri.so free 0x557173608280 void 0.000115
+gallium_dri.so free 0x557173608210 void 0.000118
+gallium_dri.so malloc 72 0x5571736082c0 0.000125
+gallium_dri.so free 0x5571736058c0 void 0.000124
+gallium_dri.so free 0x5571736082c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736082c0 0.000119
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so free 0x5571736082c0 void 0.000112
+gallium_dri.so malloc 72 0x557173605970 0.000228
+gallium_dri.so free 0x5571736059c0 void 0.000143
+gallium_dri.so free 0x557173605970 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000113
+gallium_dri.so free 0x557173605ac0 void 0.000113
+gallium_dri.so free 0x557173605970 void 0.000118
+gallium_dri.so malloc 72 0x557173605a70 0.000114
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so free 0x557173605a70 void 0.000113
+gallium_dri.so malloc 72 0x557173605b30 0.000113
+gallium_dri.so free 0x557173605bc0 void 0.000114
+gallium_dri.so free 0x557173605b30 void 0.000113
+gallium_dri.so malloc 72 0x557173605b30 0.000115
+gallium_dri.so free 0x557173605c80 void 0.000249
+gallium_dri.so free 0x557173605b30 void 0.000215
+gallium_dri.so malloc 72 0x557173605cf0 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000120
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360b580 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000117
+gallium_dri.so free 0x55717360b640 void 0.000127
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360b700 void 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b6b0 0.000112
+gallium_dri.so free 0x55717360b780 void 0.000113
+gallium_dri.so free 0x55717360b6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b7d0 0.000113
+gallium_dri.so free 0x55717360b840 void 0.000115
+gallium_dri.so free 0x55717360b7d0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b8a0 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x55717360b8a0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b8a0 0.000113
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so free 0x55717360b8a0 void 0.000114
+gallium_dri.so malloc 72 0x557173590270 0.000112
+gallium_dri.so free 0x5571735902c0 void 0.000113
+gallium_dri.so free 0x557173590270 void 0.000113
+gallium_dri.so malloc 72 0x557173590270 0.000114
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so free 0x557173590270 void 0.000113
+gallium_dri.so malloc 72 0x557173590370 0.000113
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x557173590370 void 0.000125
+gallium_dri.so malloc 72 0x557173590430 0.000117
+gallium_dri.so free 0x5571735904c0 void 0.000125
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x557173590430 0.000113
+gallium_dri.so free 0x557173590580 void 0.000117
+gallium_dri.so free 0x557173590430 void 0.000118
+gallium_dri.so malloc 72 0x5571735905d0 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000123
+gallium_dri.so free 0x5571735905d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735905d0 0.000119
+gallium_dri.so free 0x55717358dc80 void 0.000115
+gallium_dri.so free 0x5571735905d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc80 0.000118
+gallium_dri.so free 0x55717358dd40 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc80 0.000129
+gallium_dri.so free 0x55717358de00 void 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df90 0.000115
+gallium_dri.so free 0x55717358e000 void 0.000115
+gallium_dri.so free 0x55717358df90 void 0.000113
+gallium_dri.so malloc 72 0x55717358e040 0.000179
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x55717358e040 void 0.000113
+gallium_dri.so malloc 72 0x55717358e040 0.000112
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x55717358e040 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfb00 void 0.000114
+gallium_dri.so free 0x5571735cfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfab0 0.000113
+gallium_dri.so free 0x5571735cfc00 void 0.000114
+gallium_dri.so free 0x5571735cfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so free 0x5571735cfbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc70 0.000113
+gallium_dri.so free 0x5571735cfd00 void 0.000113
+gallium_dri.so free 0x5571735cfc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfc70 0.000115
+gallium_dri.so free 0x5571735cfdc0 void 0.000114
+gallium_dri.so free 0x5571735cfc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe30 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x5571735cfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe30 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so free 0x5571735cfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000121
+gallium_dri.so free 0x5571735d2100 void 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2040 0.000109
+gallium_dri.so free 0x5571735d21c0 void 0.000111
+gallium_dri.so free 0x5571735d2040 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2040 0.000110
+gallium_dri.so free 0x5571735d2280 void 0.000111
+gallium_dri.so free 0x5571735d2040 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2230 0.000111
+gallium_dri.so free 0x5571735d2300 void 0.000109
+gallium_dri.so free 0x5571735d2230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2350 0.000109
+gallium_dri.so free 0x5571735d23c0 void 0.000110
+gallium_dri.so free 0x5571735d2350 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2420 0.000120
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so free 0x5571735d2420 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2420 0.000115
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so free 0x5571735d2420 void 0.000111
+gallium_dri.so malloc 72 0x5571734648b0 0.000121
+gallium_dri.so free 0x557173464900 void 0.000117
+gallium_dri.so free 0x5571734648b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734648b0 0.000114
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x5571734648b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734649b0 0.000131
+gallium_dri.so free 0x557173464ac0 void 0.000123
+gallium_dri.so free 0x5571734649b0 void 0.000130
+gallium_dri.so malloc 72 0x557173464a70 0.000123
+gallium_dri.so free 0x557173464b00 void 0.000123
+gallium_dri.so free 0x557173464a70 void 0.000123
+gallium_dri.so malloc 72 0x557173464a70 0.000126
+gallium_dri.so free 0x557173464bc0 void 0.000122
+gallium_dri.so free 0x557173464a70 void 0.000117
+gallium_dri.so malloc 72 0x557173464c10 0.000114
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x557173464c10 void 0.000119
+gallium_dri.so malloc 72 0x557173464c10 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x557173464c10 void 0.000119
+gallium_dri.so malloc 72 0x557173603380 0.000126
+gallium_dri.so free 0x557173603440 void 0.000287
+gallium_dri.so free 0x557173603380 void 0.000273
+gallium_dri.so malloc 72 0x557173603380 0.000274
+gallium_dri.so free 0x557173603500 void 0.000330
+gallium_dri.so free 0x557173603380 void 0.000232
+gallium_dri.so malloc 72 0x557173603380 0.000219
+gallium_dri.so free 0x5571736035c0 void 0.000210
+gallium_dri.so free 0x557173603380 void 0.000125
+gallium_dri.so malloc 72 0x557173603570 0.000122
+gallium_dri.so free 0x557173603640 void 0.000125
+gallium_dri.so free 0x557173603570 void 0.000120
+gallium_dri.so malloc 72 0x557173603690 0.000122
+gallium_dri.so free 0x557173603700 void 0.000122
+gallium_dri.so free 0x557173603690 void 0.000122
+gallium_dri.so malloc 72 0x557173603740 0.000122
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x557173603740 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000119
+gallium_dri.so free 0x5571735f2a00 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2b00 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000120
+gallium_dri.so free 0x5571735f2cc0 void 0.000125
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000118
+gallium_dri.so free 0x5571735f2d40 void 0.000119
+gallium_dri.so free 0x5571735f2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000123
+gallium_dri.so free 0x5571735f2cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e80 0.000119
+gallium_dri.so free 0x5571735f2f00 void 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2f00 0.000118
+gallium_dri.so free 0x5571735f2fc0 void 0.000125
+gallium_dri.so free 0x5571735f2f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2f00 0.000120
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x5571735f2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3070 0.000119
+gallium_dri.so free 0x5571735f30c0 void 0.000119
+gallium_dri.so free 0x5571735f3070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3070 0.000120
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so free 0x5571735f3070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3170 0.000134
+gallium_dri.so free 0x5571735f3280 void 0.000121
+gallium_dri.so free 0x5571735f3170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3230 0.000122
+gallium_dri.so free 0x5571735f3300 void 0.000120
+gallium_dri.so free 0x5571735f3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3230 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000121
+gallium_dri.so free 0x5571735f3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3230 0.000119
+gallium_dri.so free 0x5571735f3480 void 0.000122
+gallium_dri.so free 0x5571735f3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3430 0.000119
+gallium_dri.so free 0x5571735f3500 void 0.000120
+gallium_dri.so free 0x5571735f3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3550 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f3550 void 0.000121
+gallium_dri.so malloc 72 0x5571735f35e0 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000120
+gallium_dri.so free 0x5571735f35e0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f3630 0.000120
+gallium_dri.so free 0x5571734734c0 void 0.000120
+gallium_dri.so free 0x5571735f3630 void 0.000119
+gallium_dri.so malloc 72 0x557173473470 0.000120
+gallium_dri.so free 0x557173473580 void 0.000119
+gallium_dri.so free 0x557173473470 void 0.000146
+gallium_dri.so malloc 72 0x557173473530 0.000134
+gallium_dri.so free 0x557173473600 void 0.000134
+gallium_dri.so free 0x557173473530 void 0.000133
+gallium_dri.so malloc 72 0x557173473650 0.000133
+gallium_dri.so free 0x5571734736c0 void 0.000133
+gallium_dri.so free 0x557173473650 void 0.000133
+gallium_dri.so malloc 72 0x5571734736e0 0.000133
+gallium_dri.so free 0x557173473780 void 0.000133
+gallium_dri.so free 0x5571734736e0 void 0.000133
+gallium_dri.so malloc 72 0x557173473730 0.000135
+gallium_dri.so free 0x557173473800 void 0.000133
+gallium_dri.so free 0x557173473730 void 0.000132
+gallium_dri.so malloc 72 0x557173473730 0.000134
+gallium_dri.so free 0x557173473880 void 0.000133
+gallium_dri.so free 0x557173473730 void 0.000136
+gallium_dri.so malloc 72 0x557173473880 0.000135
+gallium_dri.so free 0x557173473940 void 0.000135
+gallium_dri.so free 0x557173473880 void 0.000135
+gallium_dri.so malloc 72 0x557173473880 0.000133
+gallium_dri.so free 0x557173473a40 void 0.000133
+gallium_dri.so free 0x557173473880 void 0.000132
+gallium_dri.so malloc 72 0x5571734739f0 0.000138
+gallium_dri.so free 0x557173473a80 void 0.000129
+gallium_dri.so free 0x5571734739f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734739f0 0.000112
+gallium_dri.so free 0x557173473b40 void 0.000124
+gallium_dri.so free 0x5571734739f0 void 0.000122
+gallium_dri.so malloc 72 0x557173473b80 0.000120
+gallium_dri.so free 0x557173473c00 void 0.000118
+gallium_dri.so free 0x557173473b80 void 0.000117
+gallium_dri.so malloc 72 0x557173473c00 0.000121
+gallium_dri.so free 0x557173473cc0 void 0.000121
+gallium_dri.so free 0x557173473c00 void 0.000120
+gallium_dri.so malloc 72 0x557173473c00 0.000118
+gallium_dri.so free 0x557173473d40 void 0.000123
+gallium_dri.so free 0x557173473c00 void 0.000122
+gallium_dri.so malloc 72 0x557173473d70 0.000120
+gallium_dri.so free 0x557173473dc0 void 0.000118
+gallium_dri.so free 0x557173473d70 void 0.000119
+gallium_dri.so malloc 72 0x557173473d70 0.000116
+gallium_dri.so free 0x557173473ec0 void 0.000121
+gallium_dri.so free 0x557173473d70 void 0.000119
+gallium_dri.so malloc 72 0x557173473f00 0.000120
+gallium_dri.so free 0x557173473f80 void 0.000118
+gallium_dri.so free 0x557173473f00 void 0.000116
+gallium_dri.so malloc 72 0x557173473f80 0.000121
+gallium_dri.so free 0x557173474040 void 0.000117
+gallium_dri.so free 0x557173473f80 void 0.000117
+gallium_dri.so malloc 72 0x557173473f80 0.000186
+gallium_dri.so free 0x5571734740c0 void 0.000145
+gallium_dri.so free 0x557173473f80 void 0.000123
+gallium_dri.so malloc 72 0x5571734740f0 0.000127
+gallium_dri.so free 0x557173474140 void 0.000122
+gallium_dri.so free 0x5571734740f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734740f0 0.000119
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so free 0x5571734740f0 void 0.000117
+gallium_dri.so malloc 72 0x557173460440 0.000118
+gallium_dri.so free 0x557173460500 void 0.000122
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so malloc 72 0x557173460440 0.000121
+gallium_dri.so free 0x5571734605c0 void 0.000120
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so malloc 72 0x5571734605e0 0.000120
+gallium_dri.so free 0x557173460680 void 0.000117
+gallium_dri.so free 0x5571734605e0 void 0.000115
+gallium_dri.so malloc 72 0x557173460630 0.000120
+gallium_dri.so free 0x557173460700 void 0.000145
+gallium_dri.so free 0x557173460630 void 0.000120
+gallium_dri.so malloc 72 0x557173460630 0.000120
+gallium_dri.so free 0x557173460780 void 0.000121
+gallium_dri.so free 0x557173460630 void 0.000116
+gallium_dri.so malloc 72 0x557173460780 0.000121
+gallium_dri.so free 0x557173460840 void 0.000123
+gallium_dri.so free 0x557173460780 void 0.000119
+gallium_dri.so malloc 72 0x557173460780 0.000118
+gallium_dri.so free 0x557173460900 void 0.000117
+gallium_dri.so free 0x557173460780 void 0.000116
+gallium_dri.so malloc 72 0x557173460780 0.000120
+gallium_dri.so free 0x5571734609c0 void 0.000119
+gallium_dri.so free 0x557173460780 void 0.000118
+gallium_dri.so malloc 72 0x557173460970 0.000121
+gallium_dri.so free 0x557173460a80 void 0.000125
+gallium_dri.so free 0x557173460970 void 0.000121
+gallium_dri.so malloc 72 0x557173460a30 0.000117
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x557173460a30 void 0.000117
+gallium_dri.so malloc 72 0x557173460b50 0.000120
+gallium_dri.so free 0x557173460bc0 void 0.000122
+gallium_dri.so free 0x557173460b50 void 0.000120
+gallium_dri.so malloc 72 0x557173460be0 0.000119
+gallium_dri.so free 0x557173460c80 void 0.000118
+gallium_dri.so free 0x557173460be0 void 0.000116
+gallium_dri.so malloc 72 0x557173460c30 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000121
+gallium_dri.so free 0x557173460c30 void 0.000117
+gallium_dri.so malloc 72 0x557173460c30 0.000120
+gallium_dri.so free 0x557173460d80 void 0.000117
+gallium_dri.so free 0x557173460c30 void 0.000119
+gallium_dri.so malloc 72 0x557173460d80 0.000121
+gallium_dri.so free 0x557173460e40 void 0.000158
+gallium_dri.so free 0x557173460d80 void 0.000152
+gallium_dri.so malloc 72 0x557173460d80 0.000152
+gallium_dri.so free 0x557173460f40 void 0.000152
+gallium_dri.so free 0x557173460d80 void 0.000148
+gallium_dri.so malloc 72 0x557173460ef0 0.000149
+gallium_dri.so free 0x557173460f80 void 0.000153
+gallium_dri.so free 0x557173460ef0 void 0.000151
+gallium_dri.so malloc 72 0x557173460ef0 0.000152
+gallium_dri.so free 0x557173461040 void 0.000152
+gallium_dri.so free 0x557173460ef0 void 0.000150
+gallium_dri.so malloc 72 0x557173461080 0.000150
+gallium_dri.so free 0x557173461100 void 0.000152
+gallium_dri.so free 0x557173461080 void 0.000155
+gallium_dri.so malloc 72 0x557173461100 0.000128
+gallium_dri.so free 0x5571734611c0 void 0.000121
+gallium_dri.so free 0x557173461100 void 0.000116
+gallium_dri.so malloc 72 0x557173461100 0.000120
+gallium_dri.so free 0x557173461240 void 0.000121
+gallium_dri.so free 0x557173461100 void 0.000120
+gallium_dri.so malloc 72 0x557173461270 0.000121
+gallium_dri.so free 0x5571734612c0 void 0.000121
+gallium_dri.so free 0x557173461270 void 0.000127
+gallium_dri.so malloc 72 0x557173461270 0.000115
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so free 0x557173461270 void 0.000115
+gallium_dri.so malloc 72 0x557173461400 0.000115
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so free 0x557173461400 void 0.000115
+gallium_dri.so malloc 72 0x557173461480 0.000113
+gallium_dri.so free 0x557173461540 void 0.000116
+gallium_dri.so free 0x557173461480 void 0.000115
+gallium_dri.so malloc 72 0x557173461480 0.000114
+gallium_dri.so free 0x5571734615c0 void 0.000115
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so malloc 72 0x5571734615f0 0.000113
+gallium_dri.so free 0x557173461640 void 0.000116
+gallium_dri.so free 0x5571734615f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734615f0 0.000115
+gallium_dri.so free 0x557173461740 void 0.000188
+gallium_dri.so free 0x5571734615f0 void 0.000188
+gallium_dri.so malloc 72 0x5571734616f0 0.000238
+gallium_dri.so free 0x557173461800 void 0.000210
+gallium_dri.so free 0x5571734616f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734617b0 0.000117
+gallium_dri.so free 0x557173461880 void 0.000117
+gallium_dri.so free 0x5571734617b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734617b0 0.000128
+gallium_dri.so free 0x557173461940 void 0.000117
+gallium_dri.so free 0x5571734617b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734617b0 0.000116
+gallium_dri.so free 0x557173461a00 void 0.000115
+gallium_dri.so free 0x5571734617b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734619b0 0.000114
+gallium_dri.so free 0x557173461a80 void 0.000114
+gallium_dri.so free 0x5571734619b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461ad0 0.000113
+gallium_dri.so free 0x557173461b40 void 0.000114
+gallium_dri.so free 0x557173461ad0 void 0.000113
+gallium_dri.so malloc 72 0x557173461b60 0.000115
+gallium_dri.so free 0x557173461c00 void 0.000114
+gallium_dri.so free 0x557173461b60 void 0.000113
+gallium_dri.so malloc 72 0x557173461bb0 0.000113
+gallium_dri.so free 0x557173461c80 void 0.000115
+gallium_dri.so free 0x557173461bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461c80 0.000114
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x557173461c80 void 0.000114
+gallium_dri.so malloc 72 0x557173461c80 0.000113
+gallium_dri.so free 0x557173461dc0 void 0.000116
+gallium_dri.so free 0x557173461c80 void 0.000114
+gallium_dri.so malloc 72 0x557173461dc0 0.000113
+gallium_dri.so free 0x557173461e80 void 0.000116
+gallium_dri.so free 0x557173461dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461dc0 0.000128
+gallium_dri.so free 0x557173461f40 void 0.000116
+gallium_dri.so free 0x557173461dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461dc0 0.000113
+gallium_dri.so free 0x557173462000 void 0.000114
+gallium_dri.so free 0x557173461dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fb0 0.000113
+gallium_dri.so free 0x557173462080 void 0.000119
+gallium_dri.so free 0x557173461fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571734620d0 0.000114
+gallium_dri.so free 0x557173462140 void 0.000115
+gallium_dri.so free 0x5571734620d0 void 0.000114
+gallium_dri.so malloc 72 0x557173462180 0.000115
+gallium_dri.so free 0x557173462200 void 0.000113
+gallium_dri.so free 0x557173462180 void 0.000114
+gallium_dri.so malloc 72 0x557173462180 0.000113
+gallium_dri.so free 0x557173462280 void 0.000114
+gallium_dri.so free 0x557173462180 void 0.000113
+gallium_dri.so malloc 72 0x5571734622b0 0.000114
+gallium_dri.so free 0x557173462300 void 0.000115
+gallium_dri.so free 0x5571734622b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734622b0 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000112
+gallium_dri.so free 0x5571734622b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000114
+gallium_dri.so free 0x5571735e0ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f60 0.000120
+gallium_dri.so free 0x5571735e1000 void 0.000117
+gallium_dri.so free 0x5571735e0f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000115
+gallium_dri.so free 0x5571735e1080 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e1180 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1130 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1250 0.000112
+gallium_dri.so free 0x5571735e12c0 void 0.000116
+gallium_dri.so free 0x5571735e1250 void 0.000113
+gallium_dri.so malloc 72 0x5571735e12e0 0.000114
+gallium_dri.so free 0x5571735e1380 void 0.000114
+gallium_dri.so free 0x5571735e12e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1330 0.000112
+gallium_dri.so free 0x5571735e1400 void 0.000114
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1480 void 0.000115
+gallium_dri.so free 0x5571735e1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1480 0.000116
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1480 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000125
+gallium_dri.so free 0x5571735e1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1480 0.000114
+gallium_dri.so free 0x5571735e16c0 void 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16f0 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e16f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e16f0 0.000115
+gallium_dri.so free 0x5571735e1840 void 0.000116
+gallium_dri.so free 0x5571735e16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e17f0 0.000115
+gallium_dri.so free 0x5571735e1900 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735e1940 void 0.000116
+gallium_dri.so free 0x5571735e18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a50 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a50 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b00 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000121
+gallium_dri.so free 0x5571735e1b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b80 0.000113
+gallium_dri.so free 0x5571735e1c40 void 0.000166
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b80 0.000114
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000113
+gallium_dri.so free 0x5571735e1d40 void 0.000114
+gallium_dri.so free 0x5571735e1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000113
+gallium_dri.so free 0x5571735e1f80 void 0.000115
+gallium_dri.so free 0x5571735e1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000112
+gallium_dri.so free 0x5571735e2040 void 0.000116
+gallium_dri.so free 0x5571735e1fa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2140 0.000113
+gallium_dri.so free 0x5571735e2200 void 0.000123
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2140 0.000137
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2140 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2330 0.000105
+gallium_dri.so free 0x5571735e2380 void 0.000260
+gallium_dri.so free 0x5571735e2330 void 0.000211
+gallium_dri.so malloc 72 0x5571735e2330 0.000115
+gallium_dri.so free 0x5571735e2480 void 0.000114
+gallium_dri.so free 0x5571735e2330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e2540 void 0.000115
+gallium_dri.so free 0x5571735e2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e24f0 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000115
+gallium_dri.so free 0x5571735e24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e24f0 0.000112
+gallium_dri.so free 0x5571735e2640 void 0.000114
+gallium_dri.so free 0x5571735e24f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2680 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so free 0x5571735e2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2700 0.000124
+gallium_dri.so free 0x5571735e27c0 void 0.000116
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28a0 0.000112
+gallium_dri.so free 0x5571735e2940 void 0.000114
+gallium_dri.so free 0x5571735e28a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e28f0 0.000113
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e28f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2a40 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a40 0.000115
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a40 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2c30 0.000113
+gallium_dri.so free 0x5571735e2d40 void 0.000113
+gallium_dri.so free 0x5571735e2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000178
+gallium_dri.so free 0x5571735e2dc0 void 0.000116
+gallium_dri.so free 0x5571735e2cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2e10 0.000113
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2e10 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ea0 0.000113
+gallium_dri.so free 0x5571735e2f40 void 0.000114
+gallium_dri.so free 0x5571735e2ea0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000194
+gallium_dri.so free 0x5571735e2fc0 void 0.000199
+gallium_dri.so free 0x5571735e2ef0 void 0.000161
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3040 0.000112
+gallium_dri.so free 0x5571735e3100 void 0.000115
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3040 0.000114
+gallium_dri.so free 0x5571735e3200 void 0.000116
+gallium_dri.so free 0x5571735e3040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31b0 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735e31b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000112
+gallium_dri.so malloc 72 0x5571735e33c0 0.000111
+gallium_dri.so free 0x5571735e3480 void 0.000116
+gallium_dri.so free 0x5571735e33c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e33c0 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3530 0.000114
+gallium_dri.so free 0x5571735e3580 void 0.000113
+gallium_dri.so free 0x5571735e3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3530 0.000114
+gallium_dri.so free 0x5571735e3680 void 0.000115
+gallium_dri.so free 0x5571735e3530 void 0.000112
+gallium_dri.so malloc 72 0x5571735e36c0 0.000114
+gallium_dri.so free 0x5571735e3740 void 0.000115
+gallium_dri.so free 0x5571735e36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3740 0.000114
+gallium_dri.so free 0x5571735e3800 void 0.000115
+gallium_dri.so free 0x5571735e3740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3740 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e3740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3740 0.000113
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so free 0x5571735e3740 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000115
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc4d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc5a0 0.000116
+gallium_dri.so free 0x5571735fc640 void 0.000114
+gallium_dri.so free 0x5571735fc5a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000114
+gallium_dri.so free 0x5571735fc5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000112
+gallium_dri.so free 0x5571735fc740 void 0.000112
+gallium_dri.so free 0x5571735fc5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc780 0.000112
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc800 0.000114
+gallium_dri.so free 0x5571735fc8c0 void 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc800 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc970 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000114
+gallium_dri.so free 0x5571735fc970 void 0.000152
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000117
+gallium_dri.so free 0x5571735fca80 void 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000113
+gallium_dri.so free 0x5571735fcb80 void 0.000117
+gallium_dri.so free 0x5571735fc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb30 0.000114
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so free 0x5571735fcb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000115
+gallium_dri.so free 0x5571735fcc80 void 0.000115
+gallium_dri.so free 0x5571735fcbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000112
+gallium_dri.so free 0x5571735fcd40 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcd80 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x5571735fcec0 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000118
+gallium_dri.so free 0x5571735fcf40 void 0.000114
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000113
+gallium_dri.so free 0x5571735fd000 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000115
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd070 0.000112
+gallium_dri.so free 0x5571735fd140 void 0.000114
+gallium_dri.so free 0x5571735fd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd190 0.000112
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so free 0x5571735fd190 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd220 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd220 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000114
+gallium_dri.so free 0x5571735fd340 void 0.000114
+gallium_dri.so free 0x5571735fd270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd270 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd270 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000112
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd510 0.000113
+gallium_dri.so free 0x5571735fd580 void 0.000115
+gallium_dri.so free 0x5571735fd510 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000113
+gallium_dri.so free 0x5571735fd640 void 0.000114
+gallium_dri.so free 0x5571735fd5a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000124
+gallium_dri.so free 0x5571735fd6c0 void 0.000114
+gallium_dri.so free 0x5571735fd5f0 void 0.000230
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000176
+gallium_dri.so free 0x5571735fd740 void 0.000115
+gallium_dri.so free 0x5571735fd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd740 0.000115
+gallium_dri.so free 0x5571735fd800 void 0.000112
+gallium_dri.so free 0x5571735fd740 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd740 0.000111
+gallium_dri.so free 0x5571735fd900 void 0.000113
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd740 0.000117
+gallium_dri.so free 0x5571735fd980 void 0.000123
+gallium_dri.so free 0x5571735fd740 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000112
+gallium_dri.so free 0x5571735fda00 void 0.000114
+gallium_dri.so free 0x5571735fd9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000110
+gallium_dri.so free 0x5571735fdb00 void 0.000123
+gallium_dri.so free 0x5571735fd9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdab0 0.000115
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so free 0x5571735fdab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdb70 0.000113
+gallium_dri.so free 0x5571735fdc00 void 0.000169
+gallium_dri.so free 0x5571735fdb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb70 0.000132
+gallium_dri.so free 0x5571735fdcc0 void 0.000135
+gallium_dri.so free 0x5571735fdb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdd10 0.000114
+gallium_dri.so free 0x5571735fdd80 void 0.000115
+gallium_dri.so free 0x5571735fdd10 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddc0 0.000115
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fddc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde40 0.000116
+gallium_dri.so free 0x5571735fdf00 void 0.000115
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde40 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000113
+gallium_dri.so free 0x5571735fe000 void 0.000115
+gallium_dri.so free 0x5571735fdfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000116
+gallium_dri.so free 0x5571735fdfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000113
+gallium_dri.so free 0x5571735fe1c0 void 0.000114
+gallium_dri.so free 0x5571735fe0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe170 0.000118
+gallium_dri.so free 0x5571735fe240 void 0.000126
+gallium_dri.so free 0x5571735fe170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe260 0.000111
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe260 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000112
+gallium_dri.so free 0x5571735fe380 void 0.000112
+gallium_dri.so free 0x5571735fe2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000113
+gallium_dri.so free 0x5571735fe400 void 0.000113
+gallium_dri.so free 0x5571735fe2b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe400 0.000113
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so free 0x5571735fe400 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe400 0.000113
+gallium_dri.so free 0x5571735fe580 void 0.000112
+gallium_dri.so free 0x5571735fe400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe400 0.000120
+gallium_dri.so free 0x5571735fe640 void 0.000115
+gallium_dri.so free 0x5571735fe400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000114
+gallium_dri.so free 0x5571735fe640 void 0.000114
+gallium_dri.so free 0x5571735fe5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735fe5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000127
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000112
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x5571735fe7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe940 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000113
+gallium_dri.so free 0x5571735feb40 void 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb60 0.000111
+gallium_dri.so free 0x5571735fec00 void 0.000115
+gallium_dri.so free 0x5571735feb60 void 0.000113
+gallium_dri.so malloc 72 0x5571735febb0 0.000112
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so free 0x5571735febb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735febb0 0.000112
+gallium_dri.so free 0x5571735fed00 void 0.000113
+gallium_dri.so free 0x5571735febb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed00 0.000114
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed00 0.000114
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed00 0.000115
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735feef0 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0d0 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735ff0d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff160 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735ff160 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000113
+gallium_dri.so free 0x5571735ff280 void 0.000114
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000114
+gallium_dri.so free 0x5571735ff1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff300 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000119
+gallium_dri.so free 0x5571735ff300 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff300 0.000114
+gallium_dri.so free 0x5571735ff4c0 void 0.000114
+gallium_dri.so free 0x5571735ff300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff470 0.000112
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff470 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff600 0.000112
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff600 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff680 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000120
+gallium_dri.so free 0x5571735ff680 void 0.000147
+gallium_dri.so malloc 72 0x5571735ff680 0.000123
+gallium_dri.so free 0x5571735ff7c0 void 0.000123
+gallium_dri.so free 0x5571735ff680 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000115
+gallium_dri.so free 0x5571735ff840 void 0.000114
+gallium_dri.so free 0x5571735ff7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff980 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000128
+gallium_dri.so free 0x5571735ff980 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa00 0.000114
+gallium_dri.so free 0x5571735ffac0 void 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa00 0.000114
+gallium_dri.so free 0x5571735ffb40 void 0.000115
+gallium_dri.so free 0x5571735ffa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb70 0.000114
+gallium_dri.so free 0x5571735ffbc0 void 0.000114
+gallium_dri.so free 0x5571735ffb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb70 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735ffb70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffc70 0.000112
+gallium_dri.so free 0x5571735ffd80 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffd30 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd30 0.000113
+gallium_dri.so free 0x5571735ffec0 void 0.000116
+gallium_dri.so free 0x5571735ffd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffd30 0.000112
+gallium_dri.so free 0x5571735fff80 void 0.000120
+gallium_dri.so free 0x5571735ffd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x557173600000 void 0.000126
+gallium_dri.so free 0x5571735fff30 void 0.000113
+gallium_dri.so malloc 72 0x557173600050 0.000114
+gallium_dri.so free 0x5571736000c0 void 0.000115
+gallium_dri.so free 0x557173600050 void 0.000113
+gallium_dri.so malloc 72 0x5571736000e0 0.000113
+gallium_dri.so free 0x557173600180 void 0.000113
+gallium_dri.so free 0x5571736000e0 void 0.000112
+gallium_dri.so malloc 72 0x557173600130 0.000113
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so free 0x557173600130 void 0.000112
+gallium_dri.so malloc 72 0x557173600200 0.000114
+gallium_dri.so free 0x5571736002c0 void 0.000114
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000113
+gallium_dri.so free 0x557173600340 void 0.000114
+gallium_dri.so free 0x557173600200 void 0.000112
+gallium_dri.so malloc 72 0x557173600340 0.000117
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so free 0x557173600340 void 0.000114
+gallium_dri.so malloc 72 0x557173600340 0.000113
+gallium_dri.so free 0x5571736004c0 void 0.000120
+gallium_dri.so free 0x557173600340 void 0.000124
+gallium_dri.so malloc 72 0x557173600340 0.000120
+gallium_dri.so free 0x557173600580 void 0.000114
+gallium_dri.so free 0x557173600340 void 0.000112
+gallium_dri.so malloc 72 0x557173600530 0.000115
+gallium_dri.so free 0x557173600600 void 0.000128
+gallium_dri.so free 0x557173600530 void 0.000114
+gallium_dri.so malloc 72 0x557173600650 0.000116
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x557173600650 void 0.000112
+gallium_dri.so malloc 72 0x557173600700 0.000115
+gallium_dri.so free 0x557173600780 void 0.000115
+gallium_dri.so free 0x557173600700 void 0.000114
+gallium_dri.so malloc 72 0x557173600700 0.000113
+gallium_dri.so free 0x557173600800 void 0.000115
+gallium_dri.so free 0x557173600700 void 0.000114
+gallium_dri.so malloc 72 0x557173600830 0.000114
+gallium_dri.so free 0x557173600880 void 0.000115
+gallium_dri.so free 0x557173600830 void 0.000114
+gallium_dri.so malloc 72 0x557173600830 0.000114
+gallium_dri.so free 0x557173600980 void 0.000114
+gallium_dri.so free 0x557173600830 void 0.000113
+gallium_dri.so malloc 72 0x557173600930 0.000113
+gallium_dri.so free 0x557173600a40 void 0.000114
+gallium_dri.so free 0x557173600930 void 0.000112
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600a80 void 0.000116
+gallium_dri.so free 0x5571736009f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600b40 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600bb0 0.000113
+gallium_dri.so free 0x557173600c00 void 0.000165
+gallium_dri.so free 0x557173600bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600bb0 0.000113
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x557173600bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600cb0 0.000113
+gallium_dri.so free 0x557173600dc0 void 0.000114
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600d70 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173600d70 void 0.000114
+gallium_dri.so malloc 72 0x557173600d70 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so free 0x557173600d70 void 0.000115
+gallium_dri.so malloc 72 0x557173600f00 0.000113
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600f00 void 0.000112
+gallium_dri.so malloc 72 0x557173600f80 0.000114
+gallium_dri.so free 0x557173601040 void 0.000114
+gallium_dri.so free 0x557173600f80 void 0.000113
+gallium_dri.so malloc 72 0x557173600f80 0.000125
+gallium_dri.so free 0x557173601100 void 0.000115
+gallium_dri.so free 0x557173600f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601120 0.000115
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so free 0x557173601120 void 0.000114
+gallium_dri.so malloc 72 0x557173601170 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000128
+gallium_dri.so free 0x557173601170 void 0.000113
+gallium_dri.so malloc 72 0x55717360c100 0.000113
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so free 0x55717360c100 void 0.000114
+gallium_dri.so malloc 72 0x55717360c180 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so malloc 72 0x55717360c180 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000115
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so malloc 72 0x55717360c2f0 0.000112
+gallium_dri.so free 0x55717360c340 void 0.000114
+gallium_dri.so free 0x55717360c2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c340 0.000114
+gallium_dri.so free 0x55717360c400 void 0.000115
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so malloc 72 0x55717360c340 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x55717360c340 void 0.000113
+gallium_dri.so malloc 72 0x55717360c4b0 0.000113
+gallium_dri.so free 0x55717360c5c0 void 0.000116
+gallium_dri.so free 0x55717360c4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c570 0.000112
+gallium_dri.so free 0x55717360c600 void 0.000114
+gallium_dri.so free 0x55717360c570 void 0.000119
+gallium_dri.so malloc 72 0x55717360c570 0.000115
+gallium_dri.so free 0x55717360c6c0 void 0.000115
+gallium_dri.so free 0x55717360c570 void 0.000118
+gallium_dri.so malloc 72 0x55717360c700 0.000114
+gallium_dri.so free 0x55717360c780 void 0.000116
+gallium_dri.so free 0x55717360c700 void 0.000113
+gallium_dri.so malloc 72 0x55717360c780 0.000114
+gallium_dri.so free 0x55717360c840 void 0.000114
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so malloc 72 0x55717360c780 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000114
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so malloc 72 0x55717360c780 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c780 void 0.000113
+gallium_dri.so malloc 72 0x55717360c780 0.000113
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so malloc 72 0x55717360c9f0 0.000112
+gallium_dri.so free 0x55717360cac0 void 0.000115
+gallium_dri.so free 0x55717360c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cb10 0.000111
+gallium_dri.so free 0x55717360cb80 void 0.000115
+gallium_dri.so free 0x55717360cb10 void 0.000113
+gallium_dri.so malloc 72 0x55717360cba0 0.000114
+gallium_dri.so free 0x55717360cc40 void 0.000115
+gallium_dri.so free 0x55717360cba0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbf0 0.000114
+gallium_dri.so free 0x55717360ccc0 void 0.000114
+gallium_dri.so free 0x55717360cbf0 void 0.000183
+gallium_dri.so malloc 72 0x55717360cbf0 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000113
+gallium_dri.so free 0x55717360cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360ce40 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000112
+gallium_dri.so malloc 72 0x55717360ce90 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000115
+gallium_dri.so free 0x55717360ce90 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf20 0.000114
+gallium_dri.so free 0x55717360cfc0 void 0.000115
+gallium_dri.so free 0x55717360cf20 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf70 0.000113
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so free 0x55717360cf70 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf70 0.000113
+gallium_dri.so free 0x55717360d0c0 void 0.000121
+gallium_dri.so free 0x55717360cf70 void 0.000114
+gallium_dri.so malloc 72 0x55717360d0c0 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x55717360d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d0c0 0.000115
+gallium_dri.so free 0x55717360d280 void 0.000121
+gallium_dri.so free 0x55717360d0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d0c0 0.000115
+gallium_dri.so free 0x55717360d300 void 0.000125
+gallium_dri.so free 0x55717360d0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d330 0.000113
+gallium_dri.so free 0x55717360d380 void 0.000113
+gallium_dri.so free 0x55717360d330 void 0.000112
+gallium_dri.so malloc 72 0x55717360d330 0.000113
+gallium_dri.so free 0x55717360d480 void 0.000114
+gallium_dri.so free 0x55717360d330 void 0.000112
+gallium_dri.so malloc 72 0x55717360d430 0.000113
+gallium_dri.so free 0x55717360d540 void 0.000115
+gallium_dri.so free 0x55717360d430 void 0.000115
+gallium_dri.so malloc 72 0x55717360d4f0 0.000113
+gallium_dri.so free 0x55717360d580 void 0.000114
+gallium_dri.so free 0x55717360d4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d4f0 0.000115
+gallium_dri.so free 0x55717360d640 void 0.000114
+gallium_dri.so free 0x55717360d4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d690 0.000114
+gallium_dri.so free 0x55717360d700 void 0.000114
+gallium_dri.so free 0x55717360d690 void 0.000113
+gallium_dri.so malloc 72 0x55717360d740 0.000113
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x55717360d740 void 0.000113
+gallium_dri.so malloc 72 0x55717360d7c0 0.000115
+gallium_dri.so free 0x55717360d880 void 0.000115
+gallium_dri.so free 0x55717360d7c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360d7c0 0.000114
+gallium_dri.so free 0x55717360d900 void 0.000115
+gallium_dri.so free 0x55717360d7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d930 0.000116
+gallium_dri.so free 0x55717360d980 void 0.000114
+gallium_dri.so free 0x55717360d930 void 0.000115
+gallium_dri.so malloc 72 0x55717360d930 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000114
+gallium_dri.so free 0x55717360d930 void 0.000112
+gallium_dri.so malloc 72 0x55717360da30 0.000114
+gallium_dri.so free 0x55717360db40 void 0.000116
+gallium_dri.so free 0x55717360da30 void 0.000114
+gallium_dri.so malloc 72 0x55717360daf0 0.000115
+gallium_dri.so free 0x55717360dbc0 void 0.000115
+gallium_dri.so free 0x55717360daf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbe0 0.000112
+gallium_dri.so free 0x55717360dc80 void 0.000114
+gallium_dri.so free 0x55717360dbe0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dc30 0.000112
+gallium_dri.so free 0x55717360dd00 void 0.000114
+gallium_dri.so free 0x55717360dc30 void 0.000113
+gallium_dri.so malloc 72 0x55717360dc30 0.000114
+gallium_dri.so free 0x55717360dd80 void 0.000115
+gallium_dri.so free 0x55717360dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd80 0.000114
+gallium_dri.so free 0x55717360de40 void 0.000115
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd80 0.000113
+gallium_dri.so free 0x55717360df00 void 0.000120
+gallium_dri.so free 0x55717360dd80 void 0.000127
+gallium_dri.so malloc 72 0x55717360dd80 0.000119
+gallium_dri.so free 0x55717360dfc0 void 0.000114
+gallium_dri.so free 0x55717360dd80 void 0.000114
+gallium_dri.so malloc 72 0x55717360df70 0.000117
+gallium_dri.so free 0x55717360dfc0 void 0.000122
+gallium_dri.so free 0x55717360df70 void 0.000119
+gallium_dri.so malloc 72 0x55717360df70 0.000162
+gallium_dri.so free 0x55717360e0c0 void 0.000141
+gallium_dri.so free 0x55717360df70 void 0.000119
+gallium_dri.so malloc 72 0x55717360e070 0.000129
+gallium_dri.so free 0x55717360e180 void 0.000127
+gallium_dri.so free 0x55717360e070 void 0.000120
+gallium_dri.so malloc 72 0x55717360e130 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000120
+gallium_dri.so free 0x55717360e130 void 0.000118
+gallium_dri.so malloc 72 0x55717360e130 0.000120
+gallium_dri.so free 0x55717360e280 void 0.000142
+gallium_dri.so free 0x55717360e130 void 0.000120
+gallium_dri.so malloc 72 0x55717360e2c0 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000120
+gallium_dri.so free 0x55717360e2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e340 0.000121
+gallium_dri.so free 0x55717360e400 void 0.000121
+gallium_dri.so free 0x55717360e340 void 0.000139
+gallium_dri.so malloc 72 0x55717360e340 0.000133
+gallium_dri.so free 0x55717360e4c0 void 0.000133
+gallium_dri.so free 0x55717360e340 void 0.000132
+gallium_dri.so malloc 72 0x55717360e4e0 0.000134
+gallium_dri.so free 0x55717360e580 void 0.000133
+gallium_dri.so free 0x55717360e4e0 void 0.000135
+gallium_dri.so malloc 72 0x55717360e530 0.000133
+gallium_dri.so free 0x55717360e600 void 0.000134
+gallium_dri.so free 0x55717360e530 void 0.000129
+gallium_dri.so malloc 72 0x55717360e530 0.000134
+gallium_dri.so free 0x55717360e680 void 0.000132
+gallium_dri.so free 0x55717360e530 void 0.000133
+gallium_dri.so malloc 72 0x55717360e680 0.000133
+gallium_dri.so free 0x55717360e740 void 0.000133
+gallium_dri.so free 0x55717360e680 void 0.000129
+gallium_dri.so malloc 72 0x55717360e680 0.000133
+gallium_dri.so free 0x55717360e800 void 0.000134
+gallium_dri.so free 0x55717360e680 void 0.000130
+gallium_dri.so malloc 72 0x55717360e680 0.000135
+gallium_dri.so free 0x55717360e8c0 void 0.000129
+gallium_dri.so free 0x55717360e680 void 0.000133
+gallium_dri.so malloc 72 0x55717360e870 0.000133
+gallium_dri.so free 0x55717360e980 void 0.000133
+gallium_dri.so free 0x55717360e870 void 0.000142
+gallium_dri.so malloc 72 0x55717360e930 0.000131
+gallium_dri.so free 0x55717360ea00 void 0.000130
+gallium_dri.so free 0x55717360e930 void 0.000132
+gallium_dri.so malloc 72 0x55717360ea50 0.000133
+gallium_dri.so free 0x55717360eac0 void 0.000130
+gallium_dri.so free 0x55717360ea50 void 0.000129
+gallium_dri.so malloc 72 0x55717360eae0 0.000131
+gallium_dri.so free 0x55717360eb80 void 0.000135
+gallium_dri.so free 0x55717360eae0 void 0.000133
+gallium_dri.so malloc 72 0x55717360eb30 0.000133
+gallium_dri.so free 0x55717360ec00 void 0.000131
+gallium_dri.so free 0x55717360eb30 void 0.000134
+gallium_dri.so malloc 72 0x55717360eb30 0.000134
+gallium_dri.so free 0x55717360ec80 void 0.000134
+gallium_dri.so free 0x55717360eb30 void 0.000130
+gallium_dri.so malloc 72 0x55717360ec80 0.000132
+gallium_dri.so free 0x55717360ed40 void 0.000134
+gallium_dri.so free 0x55717360ec80 void 0.000133
+gallium_dri.so malloc 72 0x55717360ec80 0.000133
+gallium_dri.so free 0x55717360ee40 void 0.000134
+gallium_dri.so free 0x55717360ec80 void 0.000132
+gallium_dri.so malloc 72 0x55717360edf0 0.000133
+gallium_dri.so free 0x55717360ee80 void 0.000202
+gallium_dri.so free 0x55717360edf0 void 0.000163
+gallium_dri.so malloc 72 0x55717360edf0 0.000172
+gallium_dri.so free 0x55717360ef40 void 0.000130
+gallium_dri.so free 0x55717360edf0 void 0.000147
+gallium_dri.so malloc 72 0x55717360ef80 0.000121
+gallium_dri.so free 0x55717360f000 void 0.000120
+gallium_dri.so free 0x55717360ef80 void 0.000117
+gallium_dri.so malloc 72 0x55717360f000 0.000122
+gallium_dri.so free 0x55717360f0c0 void 0.000118
+gallium_dri.so free 0x55717360f000 void 0.000118
+gallium_dri.so malloc 72 0x55717360f000 0.000119
+gallium_dri.so free 0x55717360f140 void 0.000120
+gallium_dri.so free 0x55717360f000 void 0.000120
+gallium_dri.so malloc 72 0x55717360f170 0.000117
+gallium_dri.so free 0x55717360f1c0 void 0.000117
+gallium_dri.so free 0x55717360f170 void 0.000117
+gallium_dri.so malloc 72 0x55717360f170 0.000116
+gallium_dri.so free 0x55717360f2c0 void 0.000118
+gallium_dri.so free 0x55717360f170 void 0.000116
+gallium_dri.so malloc 72 0x55717360f300 0.000121
+gallium_dri.so free 0x55717360f380 void 0.000121
+gallium_dri.so free 0x55717360f300 void 0.000118
+gallium_dri.so malloc 72 0x55717360f380 0.000121
+gallium_dri.so free 0x55717360f440 void 0.000118
+gallium_dri.so free 0x55717360f380 void 0.000128
+gallium_dri.so malloc 72 0x55717360f380 0.000121
+gallium_dri.so free 0x55717360f4c0 void 0.000116
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so malloc 72 0x55717360f4f0 0.000119
+gallium_dri.so free 0x55717360f540 void 0.000120
+gallium_dri.so free 0x55717360f4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f4f0 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000120
+gallium_dri.so free 0x55717360f4f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f5f0 0.000116
+gallium_dri.so free 0x55717360f700 void 0.000167
+gallium_dri.so free 0x55717360f5f0 void 0.000201
+gallium_dri.so malloc 72 0x55717360f6b0 0.000198
+gallium_dri.so free 0x55717360f780 void 0.000155
+gallium_dri.so free 0x55717360f6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f6b0 0.000114
+gallium_dri.so free 0x55717360f840 void 0.000113
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f6b0 0.000116
+gallium_dri.so free 0x55717360f900 void 0.000114
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f8b0 0.000113
+gallium_dri.so free 0x55717360f980 void 0.000115
+gallium_dri.so free 0x55717360f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f9d0 0.000125
+gallium_dri.so free 0x55717360fa40 void 0.000115
+gallium_dri.so free 0x55717360f9d0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fa60 0.000113
+gallium_dri.so free 0x55717360fb00 void 0.000113
+gallium_dri.so free 0x55717360fa60 void 0.000113
+gallium_dri.so malloc 72 0x55717360fab0 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so free 0x55717360fab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb80 0.000113
+gallium_dri.so free 0x55717360fc40 void 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb80 0.000113
+gallium_dri.so free 0x55717360fcc0 void 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000113
+gallium_dri.so malloc 72 0x55717360fcc0 0.000113
+gallium_dri.so free 0x55717360fd80 void 0.000113
+gallium_dri.so free 0x55717360fcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fcc0 0.000113
+gallium_dri.so free 0x55717360fe40 void 0.000113
+gallium_dri.so free 0x55717360fcc0 void 0.000142
+gallium_dri.so malloc 72 0x55717360fcc0 0.000115
+gallium_dri.so free 0x55717360ff00 void 0.000114
+gallium_dri.so free 0x55717360fcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360feb0 0.000113
+gallium_dri.so free 0x55717360ff80 void 0.000114
+gallium_dri.so free 0x55717360feb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ffd0 0.000114
+gallium_dri.so free 0x557173610040 void 0.000120
+gallium_dri.so free 0x55717360ffd0 void 0.000114
+gallium_dri.so malloc 72 0x557173610080 0.000113
+gallium_dri.so free 0x557173610100 void 0.000115
+gallium_dri.so free 0x557173610080 void 0.000113
+gallium_dri.so malloc 72 0x557173610080 0.000113
+gallium_dri.so free 0x557173610180 void 0.000114
+gallium_dri.so free 0x557173610080 void 0.000113
+gallium_dri.so malloc 72 0x5571736101b0 0.000112
+gallium_dri.so free 0x557173610200 void 0.000113
+gallium_dri.so free 0x5571736101b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736101b0 0.000113
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x5571736101b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736102b0 0.000116
+gallium_dri.so free 0x5571736103c0 void 0.000115
+gallium_dri.so free 0x5571736102b0 void 0.000116
+gallium_dri.so malloc 72 0x557173610370 0.000114
+gallium_dri.so free 0x557173610400 void 0.000115
+gallium_dri.so free 0x557173610370 void 0.000113
+gallium_dri.so malloc 72 0x557173610370 0.000115
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so free 0x557173610370 void 0.000112
+gallium_dri.so malloc 72 0x557173610530 0.000114
+gallium_dri.so free 0x557173610580 void 0.000113
+gallium_dri.so free 0x557173610530 void 0.000113
+gallium_dri.so malloc 72 0x557173610530 0.000113
+gallium_dri.so free 0x557173610680 void 0.000167
+gallium_dri.so free 0x557173610530 void 0.000115
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x557173610740 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571736106f0 0.000113
+gallium_dri.so free 0x557173610780 void 0.000133
+gallium_dri.so free 0x5571736106f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736106f0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x5571736106f0 void 0.000113
+gallium_dri.so malloc 72 0x557173610880 0.000113
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x557173610880 void 0.000113
+gallium_dri.so malloc 72 0x557173610900 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000114
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so malloc 72 0x557173610900 0.000113
+gallium_dri.so free 0x557173610a80 void 0.000114
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so malloc 72 0x557173610aa0 0.000114
+gallium_dri.so free 0x557173610b40 void 0.000114
+gallium_dri.so free 0x557173610aa0 void 0.000114
+gallium_dri.so malloc 72 0x557173610af0 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000113
+gallium_dri.so free 0x557173610af0 void 0.000113
+gallium_dri.so malloc 72 0x557173610af0 0.000114
+gallium_dri.so free 0x557173610c40 void 0.000133
+gallium_dri.so free 0x557173610af0 void 0.000114
+gallium_dri.so malloc 72 0x557173610c40 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000113
+gallium_dri.so free 0x557173610c40 void 0.000112
+gallium_dri.so malloc 72 0x557173610c40 0.000112
+gallium_dri.so free 0x557173610dc0 void 0.000143
+gallium_dri.so free 0x557173610c40 void 0.000115
+gallium_dri.so malloc 72 0x557173610c40 0.000113
+gallium_dri.so free 0x557173610e80 void 0.000117
+gallium_dri.so free 0x557173610c40 void 0.000114
+gallium_dri.so malloc 72 0x557173610e30 0.000112
+gallium_dri.so free 0x557173610f40 void 0.000116
+gallium_dri.so free 0x557173610e30 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000112
+gallium_dri.so free 0x557173610fc0 void 0.000113
+gallium_dri.so free 0x557173610ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173611010 0.000113
+gallium_dri.so free 0x557173611080 void 0.000111
+gallium_dri.so free 0x557173611010 void 0.000112
+gallium_dri.so malloc 72 0x5571736110a0 0.000111
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x5571736110a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736110f0 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000114
+gallium_dri.so free 0x5571736110f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736110f0 0.000111
+gallium_dri.so free 0x5571735bfdc0 void 0.000138
+gallium_dri.so free 0x5571736110f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000120
+gallium_dri.so free 0x5571735bfe80 void 0.000120
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000117
+gallium_dri.so free 0x5571735bff00 void 0.000117
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000117
+gallium_dri.so free 0x5571735bffc0 void 0.000117
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x5571735c0080 void 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0030 0.000119
+gallium_dri.so free 0x5571735c0100 void 0.000118
+gallium_dri.so free 0x5571735c0030 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0150 0.000119
+gallium_dri.so free 0x5571735c01c0 void 0.000122
+gallium_dri.so free 0x5571735c0150 void 0.000118
+gallium_dri.so malloc 72 0x5571735c01e0 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000118
+gallium_dri.so free 0x5571735c01e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0230 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000120
+gallium_dri.so free 0x5571735c0230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0230 0.000121
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735c0230 void 0.000116
+gallium_dri.so malloc 72 0x5571735c03b0 0.000117
+gallium_dri.so free 0x5571735c0480 void 0.000122
+gallium_dri.so free 0x5571735c03b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c04d0 0.000117
+gallium_dri.so free 0x5571735c0540 void 0.000117
+gallium_dri.so free 0x5571735c04d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0560 0.000117
+gallium_dri.so free 0x5571735c0600 void 0.000117
+gallium_dri.so free 0x5571735c0560 void 0.000116
+gallium_dri.so malloc 72 0x5571735c05b0 0.000118
+gallium_dri.so free 0x5571735c0680 void 0.000117
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000117
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c05b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0700 0.000116
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000139
+gallium_dri.so malloc 72 0x5571735c0700 0.000119
+gallium_dri.so free 0x5571735c08c0 void 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0700 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0970 0.000133
+gallium_dri.so free 0x5571735c09c0 void 0.000119
+gallium_dri.so free 0x5571735c0970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0970 0.000118
+gallium_dri.so free 0x5571735c0ac0 void 0.000118
+gallium_dri.so free 0x5571735c0970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0a70 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000117
+gallium_dri.so free 0x5571735c0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b30 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000142
+gallium_dri.so free 0x5571735c0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0b30 0.000118
+gallium_dri.so free 0x5571735c0c80 void 0.000118
+gallium_dri.so free 0x5571735c0b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000116
+gallium_dri.so free 0x5571735c0d40 void 0.000117
+gallium_dri.so free 0x5571735c0cd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0d80 0.000116
+gallium_dri.so free 0x5571735c0e00 void 0.000117
+gallium_dri.so free 0x5571735c0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e00 0.000117
+gallium_dri.so free 0x5571735c0ec0 void 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e00 0.000117
+gallium_dri.so free 0x5571735c0f40 void 0.000116
+gallium_dri.so free 0x5571735c0e00 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0f70 0.000120
+gallium_dri.so free 0x5571735c0fc0 void 0.000118
+gallium_dri.so free 0x5571735c0f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0f70 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c0f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000120
+gallium_dri.so free 0x5571735c1180 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1130 0.000117
+gallium_dri.so free 0x5571735c1200 void 0.000117
+gallium_dri.so free 0x5571735c1130 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1220 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000119
+gallium_dri.so free 0x5571735c1220 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1270 0.000118
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so free 0x5571735c1270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1270 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so free 0x5571735c1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735c13c0 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c13c0 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000117
+gallium_dri.so free 0x5571735c13c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c13c0 0.000118
+gallium_dri.so free 0x5571735c1600 void 0.000118
+gallium_dri.so free 0x5571735c13c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c15b0 0.000117
+gallium_dri.so free 0x5571735c1600 void 0.000123
+gallium_dri.so free 0x5571735c15b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c15b0 0.000120
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so free 0x5571735c15b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c17c0 void 0.000117
+gallium_dri.so free 0x5571735c16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1770 0.000118
+gallium_dri.so free 0x5571735c1800 void 0.000122
+gallium_dri.so free 0x5571735c1770 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1770 0.000118
+gallium_dri.so free 0x5571735c18c0 void 0.000117
+gallium_dri.so free 0x5571735c1770 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1900 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000119
+gallium_dri.so free 0x5571735c1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1980 0.000118
+gallium_dri.so free 0x5571735c1a40 void 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1980 0.000117
+gallium_dri.so free 0x5571735c1b00 void 0.000119
+gallium_dri.so free 0x5571735c1980 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1b20 0.000118
+gallium_dri.so free 0x5571735c1bc0 void 0.000117
+gallium_dri.so free 0x5571735c1b20 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1b70 0.000116
+gallium_dri.so free 0x5571735c1c40 void 0.000117
+gallium_dri.so free 0x5571735c1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1b70 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000118
+gallium_dri.so free 0x5571735c1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000118
+gallium_dri.so free 0x5571735c1d80 void 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000116
+gallium_dri.so free 0x5571735c1e40 void 0.000117
+gallium_dri.so free 0x5571735c1cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000117
+gallium_dri.so free 0x5571735c1f00 void 0.000119
+gallium_dri.so free 0x5571735c1cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000116
+gallium_dri.so free 0x5571735c1fc0 void 0.000117
+gallium_dri.so free 0x5571735c1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1f70 0.000119
+gallium_dri.so free 0x5571735c2040 void 0.000117
+gallium_dri.so free 0x5571735c1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2090 0.000127
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c2090 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2120 0.000117
+gallium_dri.so free 0x5571735c21c0 void 0.000119
+gallium_dri.so free 0x5571735c2120 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2170 0.000116
+gallium_dri.so free 0x5571735c2240 void 0.000118
+gallium_dri.so free 0x5571735c2170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2170 0.000117
+gallium_dri.so free 0x5571735c22c0 void 0.000119
+gallium_dri.so free 0x5571735c2170 void 0.000118
+gallium_dri.so malloc 72 0x5571735c22c0 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000124
+gallium_dri.so free 0x5571735c22c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c22c0 0.000126
+gallium_dri.so free 0x5571735c2480 void 0.000125
+gallium_dri.so free 0x5571735c22c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2430 0.000125
+gallium_dri.so free 0x5571735c24c0 void 0.000129
+gallium_dri.so free 0x5571735c2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2430 0.000121
+gallium_dri.so free 0x5571735c2580 void 0.000119
+gallium_dri.so free 0x5571735c2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c25c0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000199
+gallium_dri.so free 0x5571735c25c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2640 0.000120
+gallium_dri.so free 0x5571735c2700 void 0.000119
+gallium_dri.so free 0x5571735c2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2640 0.000125
+gallium_dri.so free 0x5571735c2780 void 0.000119
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27b0 0.000118
+gallium_dri.so free 0x5571735c2800 void 0.000118
+gallium_dri.so free 0x5571735c27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c27b0 0.000121
+gallium_dri.so free 0x5571735c2900 void 0.000119
+gallium_dri.so free 0x5571735c27b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2940 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x5571735c2940 void 0.000119
+gallium_dri.so malloc 72 0x5571735c29c0 0.000120
+gallium_dri.so free 0x5571735c2a80 void 0.000120
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c29c0 0.000119
+gallium_dri.so free 0x5571735c2b00 void 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b30 0.000119
+gallium_dri.so free 0x5571735c2b80 void 0.000119
+gallium_dri.so free 0x5571735c2b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2b30 0.000125
+gallium_dri.so free 0x5571735c2c80 void 0.000111
+gallium_dri.so free 0x5571735c2b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2c30 0.000110
+gallium_dri.so free 0x5571735c2d40 void 0.000110
+gallium_dri.so free 0x5571735c2c30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000111
+gallium_dri.so free 0x5571735c2cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000109
+gallium_dri.so free 0x5571735c2e80 void 0.000111
+gallium_dri.so free 0x5571735c2cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000111
+gallium_dri.so free 0x5571735c2f40 void 0.000112
+gallium_dri.so free 0x5571735c2cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000110
+gallium_dri.so free 0x5571735c2fc0 void 0.000109
+gallium_dri.so free 0x5571735c2ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3010 0.000110
+gallium_dri.so free 0x5571735c3080 void 0.000111
+gallium_dri.so free 0x5571735c3010 void 0.000110
+gallium_dri.so malloc 72 0x5571735c30a0 0.000109
+gallium_dri.so free 0x5571735c3140 void 0.000110
+gallium_dri.so free 0x5571735c30a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c30f0 0.000110
+gallium_dri.so free 0x5571735c31c0 void 0.000110
+gallium_dri.so free 0x5571735c30f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c31c0 0.000110
+gallium_dri.so free 0x5571735c3280 void 0.000135
+gallium_dri.so free 0x5571735c31c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c31c0 0.000124
+gallium_dri.so free 0x5571735c3300 void 0.000125
+gallium_dri.so free 0x5571735c31c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3300 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x5571735c3300 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3300 0.000116
+gallium_dri.so free 0x5571735c3480 void 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3300 0.000115
+gallium_dri.so free 0x5571735c3540 void 0.000115
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so malloc 72 0x5571735c34f0 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000114
+gallium_dri.so free 0x5571735c34f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3610 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3610 void 0.000115
+gallium_dri.so malloc 72 0x5571735c36c0 0.000114
+gallium_dri.so free 0x5571735c3740 void 0.000114
+gallium_dri.so free 0x5571735c36c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c36c0 0.000114
+gallium_dri.so free 0x5571735c37c0 void 0.000115
+gallium_dri.so free 0x5571735c36c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37f0 0.000113
+gallium_dri.so free 0x5571735c3840 void 0.000107
+gallium_dri.so free 0x5571735c37f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c37f0 0.000115
+gallium_dri.so free 0x5571735c3940 void 0.000113
+gallium_dri.so free 0x5571735c37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000113
+gallium_dri.so free 0x5571735c38f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000112
+gallium_dri.so free 0x5571735c3a40 void 0.000116
+gallium_dri.so free 0x5571735c39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b70 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000114
+gallium_dri.so free 0x5571735c3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b70 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000113
+gallium_dri.so free 0x5571735c3b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c70 0.000116
+gallium_dri.so free 0x5571735c3d80 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d30 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000126
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000112
+gallium_dri.so free 0x5571735c4000 void 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3f40 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40e0 0.000114
+gallium_dri.so free 0x5571735c4180 void 0.000113
+gallium_dri.so free 0x5571735c40e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4200 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4280 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4470 0.000115
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c4470 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4530 0.000114
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4650 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000115
+gallium_dri.so free 0x5571735c4650 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46e0 0.000114
+gallium_dri.so free 0x5571735c4780 void 0.000119
+gallium_dri.so free 0x5571735c46e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4730 0.000115
+gallium_dri.so free 0x5571735c4800 void 0.000118
+gallium_dri.so free 0x5571735c4730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4730 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000115
+gallium_dri.so free 0x5571735c4730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000116
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49f0 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000115
+gallium_dri.so free 0x5571735c49f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49f0 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000113
+gallium_dri.so free 0x5571735c49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4cc0 void 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4d70 0.000115
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so free 0x5571735c4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d70 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000121
+gallium_dri.so free 0x5571735c4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f00 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x5571735c4f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f80 0.000112
+gallium_dri.so free 0x5571735c5040 void 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f80 0.000116
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4f80 0.000115
+gallium_dri.so free 0x557173469ac0 void 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000112
+gallium_dri.so malloc 72 0x557173469a70 0.000112
+gallium_dri.so free 0x557173469b40 void 0.000113
+gallium_dri.so free 0x557173469a70 void 0.000112
+gallium_dri.so malloc 72 0x557173469b90 0.000134
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173469b90 void 0.000114
+gallium_dri.so malloc 72 0x557173469c60 0.000114
+gallium_dri.so free 0x557173469d00 void 0.000114
+gallium_dri.so free 0x557173469c60 void 0.000113
+gallium_dri.so malloc 72 0x557173469cb0 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so free 0x557173469cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173469cb0 0.000113
+gallium_dri.so free 0x557173469e00 void 0.000114
+gallium_dri.so free 0x557173469cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173469e40 0.000112
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so free 0x557173469e40 void 0.000112
+gallium_dri.so malloc 72 0x557173469ec0 0.000114
+gallium_dri.so free 0x557173469f80 void 0.000114
+gallium_dri.so free 0x557173469ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173469ec0 0.000114
+gallium_dri.so free 0x55717346a000 void 0.000114
+gallium_dri.so free 0x557173469ec0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a030 0.000115
+gallium_dri.so free 0x55717346a080 void 0.000117
+gallium_dri.so free 0x55717346a030 void 0.000115
+gallium_dri.so malloc 72 0x55717346a080 0.000114
+gallium_dri.so free 0x55717346a140 void 0.000114
+gallium_dri.so free 0x55717346a080 void 0.000113
+gallium_dri.so malloc 72 0x55717346a080 0.000112
+gallium_dri.so free 0x55717346a240 void 0.000113
+gallium_dri.so free 0x55717346a080 void 0.000113
+gallium_dri.so malloc 72 0x55717346a1f0 0.000113
+gallium_dri.so free 0x55717346a300 void 0.000114
+gallium_dri.so free 0x55717346a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a2b0 0.000113
+gallium_dri.so free 0x55717346a340 void 0.000114
+gallium_dri.so free 0x55717346a2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a2b0 0.000113
+gallium_dri.so free 0x55717346a400 void 0.000113
+gallium_dri.so free 0x55717346a2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a440 0.000112
+gallium_dri.so free 0x55717346a4c0 void 0.000113
+gallium_dri.so free 0x55717346a440 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4c0 0.000113
+gallium_dri.so free 0x55717346a580 void 0.000114
+gallium_dri.so free 0x55717346a4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4c0 0.000113
+gallium_dri.so free 0x55717346a600 void 0.000114
+gallium_dri.so free 0x55717346a4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a4c0 0.000182
+gallium_dri.so free 0x55717346a6c0 void 0.000115
+gallium_dri.so free 0x55717346a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a4c0 0.000114
+gallium_dri.so free 0x55717346a780 void 0.000114
+gallium_dri.so free 0x55717346a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a730 0.000112
+gallium_dri.so free 0x55717346a800 void 0.000114
+gallium_dri.so free 0x55717346a730 void 0.000113
+gallium_dri.so malloc 72 0x55717346a850 0.000112
+gallium_dri.so free 0x55717346a8c0 void 0.000115
+gallium_dri.so free 0x55717346a850 void 0.000113
+gallium_dri.so malloc 72 0x55717346a8e0 0.000114
+gallium_dri.so free 0x55717346a980 void 0.000114
+gallium_dri.so free 0x55717346a8e0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a930 0.000114
+gallium_dri.so free 0x55717346aa00 void 0.000115
+gallium_dri.so free 0x55717346a930 void 0.000114
+gallium_dri.so malloc 72 0x55717346a930 0.000113
+gallium_dri.so free 0x55717346ab00 void 0.000115
+gallium_dri.so free 0x55717346a930 void 0.000126
+gallium_dri.so malloc 72 0x55717346aab0 0.000119
+gallium_dri.so free 0x55717346ab80 void 0.000116
+gallium_dri.so free 0x55717346aab0 void 0.000114
+gallium_dri.so malloc 72 0x55717346abd0 0.000115
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x55717346abd0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ac60 0.000124
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac60 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000113
+gallium_dri.so free 0x55717346ad80 void 0.000118
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae00 0.000114
+gallium_dri.so free 0x55717346aec0 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae00 0.000114
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so malloc 72 0x55717346ae00 0.000113
+gallium_dri.so free 0x55717346b040 void 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717346b070 0.000113
+gallium_dri.so free 0x55717346b0c0 void 0.000119
+gallium_dri.so free 0x55717346b070 void 0.000114
+gallium_dri.so malloc 72 0x55717346b070 0.000113
+gallium_dri.so free 0x55717346b1c0 void 0.000114
+gallium_dri.so free 0x55717346b070 void 0.000113
+gallium_dri.so malloc 72 0x55717346b170 0.000113
+gallium_dri.so free 0x55717346b280 void 0.000114
+gallium_dri.so free 0x55717346b170 void 0.000113
+gallium_dri.so malloc 72 0x55717346b230 0.000114
+gallium_dri.so free 0x55717346b2c0 void 0.000117
+gallium_dri.so free 0x55717346b230 void 0.000112
+gallium_dri.so malloc 72 0x55717346b230 0.000113
+gallium_dri.so free 0x55717346b380 void 0.000113
+gallium_dri.so free 0x55717346b230 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3d0 0.000114
+gallium_dri.so free 0x55717346b440 void 0.000114
+gallium_dri.so free 0x55717346b3d0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b480 0.000113
+gallium_dri.so free 0x55717346b500 void 0.000119
+gallium_dri.so free 0x55717346b480 void 0.000124
+gallium_dri.so malloc 72 0x55717346b500 0.000124
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so free 0x55717346b500 void 0.000118
+gallium_dri.so malloc 72 0x55717346b500 0.000117
+gallium_dri.so free 0x55717346b640 void 0.000114
+gallium_dri.so free 0x55717346b500 void 0.000114
+gallium_dri.so malloc 72 0x55717346b670 0.000113
+gallium_dri.so free 0x55717346b6c0 void 0.000114
+gallium_dri.so free 0x55717346b670 void 0.000112
+gallium_dri.so malloc 72 0x55717346b670 0.000114
+gallium_dri.so free 0x55717346b7c0 void 0.000115
+gallium_dri.so free 0x55717346b670 void 0.000112
+gallium_dri.so malloc 72 0x55717346b770 0.000113
+gallium_dri.so free 0x55717346b880 void 0.000114
+gallium_dri.so free 0x55717346b770 void 0.000112
+gallium_dri.so malloc 72 0x55717346b830 0.000178
+gallium_dri.so free 0x55717346b900 void 0.000117
+gallium_dri.so free 0x55717346b830 void 0.000187
+gallium_dri.so malloc 72 0x55717346b920 0.000258
+gallium_dri.so free 0x55717346b9c0 void 0.000184
+gallium_dri.so free 0x55717346b920 void 0.000115
+gallium_dri.so malloc 72 0x55717346b970 0.000114
+gallium_dri.so free 0x55717346ba40 void 0.000115
+gallium_dri.so free 0x55717346b970 void 0.000114
+gallium_dri.so malloc 72 0x55717346b970 0.000113
+gallium_dri.so free 0x55717346bac0 void 0.000114
+gallium_dri.so free 0x55717346b970 void 0.000114
+gallium_dri.so malloc 72 0x55717346bac0 0.000114
+gallium_dri.so free 0x55717346bb80 void 0.000114
+gallium_dri.so free 0x55717346bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bac0 0.000114
+gallium_dri.so free 0x55717346bc40 void 0.000115
+gallium_dri.so free 0x55717346bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bac0 0.000115
+gallium_dri.so free 0x55717346bd00 void 0.000115
+gallium_dri.so free 0x55717346bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcb0 0.000114
+gallium_dri.so free 0x55717346bd00 void 0.000116
+gallium_dri.so free 0x55717346bcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bcb0 0.000115
+gallium_dri.so free 0x55717346be00 void 0.000123
+gallium_dri.so free 0x55717346bcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bdb0 0.000113
+gallium_dri.so free 0x55717346bec0 void 0.000113
+gallium_dri.so free 0x55717346bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346be70 0.000112
+gallium_dri.so free 0x55717346bf00 void 0.000112
+gallium_dri.so free 0x55717346be70 void 0.000112
+gallium_dri.so malloc 72 0x55717346be70 0.000118
+gallium_dri.so free 0x55717346bfc0 void 0.000114
+gallium_dri.so free 0x55717346be70 void 0.000114
+gallium_dri.so malloc 72 0x55717346c000 0.000113
+gallium_dri.so free 0x55717346c080 void 0.000112
+gallium_dri.so free 0x55717346c000 void 0.000113
+gallium_dri.so malloc 72 0x55717346c080 0.000114
+gallium_dri.so free 0x55717346c140 void 0.000113
+gallium_dri.so free 0x55717346c080 void 0.000118
+gallium_dri.so malloc 72 0x55717346c080 0.000120
+gallium_dri.so free 0x55717346c200 void 0.000114
+gallium_dri.so free 0x55717346c080 void 0.000114
+gallium_dri.so malloc 72 0x55717346c220 0.000113
+gallium_dri.so free 0x55717346c2c0 void 0.000113
+gallium_dri.so free 0x55717346c220 void 0.000114
+gallium_dri.so malloc 72 0x55717346c270 0.000153
+gallium_dri.so free 0x55717346c340 void 0.000118
+gallium_dri.so free 0x55717346c270 void 0.000113
+gallium_dri.so malloc 72 0x55717346c270 0.000115
+gallium_dri.so free 0x55717346c3c0 void 0.000117
+gallium_dri.so free 0x55717346c270 void 0.000135
+gallium_dri.so malloc 72 0x55717346c3c0 0.000121
+gallium_dri.so free 0x55717346c480 void 0.000116
+gallium_dri.so free 0x55717346c3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c3c0 0.000114
+gallium_dri.so free 0x55717346c540 void 0.000116
+gallium_dri.so free 0x55717346c3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c3c0 0.000117
+gallium_dri.so free 0x55717346c600 void 0.000115
+gallium_dri.so free 0x55717346c3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c5b0 0.000115
+gallium_dri.so free 0x55717346c6c0 void 0.000116
+gallium_dri.so free 0x55717346c5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c670 0.000115
+gallium_dri.so free 0x55717346c740 void 0.000115
+gallium_dri.so free 0x55717346c670 void 0.000114
+gallium_dri.so malloc 72 0x55717346c790 0.000114
+gallium_dri.so free 0x55717346c800 void 0.000118
+gallium_dri.so free 0x55717346c790 void 0.000115
+gallium_dri.so malloc 72 0x55717346c820 0.000115
+gallium_dri.so free 0x55717346c8c0 void 0.000115
+gallium_dri.so free 0x55717346c820 void 0.000114
+gallium_dri.so malloc 72 0x55717346c870 0.000115
+gallium_dri.so free 0x55717346c940 void 0.000116
+gallium_dri.so free 0x55717346c870 void 0.000113
+gallium_dri.so malloc 72 0x55717346c870 0.000115
+gallium_dri.so free 0x55717346c9c0 void 0.000119
+gallium_dri.so free 0x55717346c870 void 0.000116
+gallium_dri.so malloc 72 0x55717346c9c0 0.000115
+gallium_dri.so free 0x55717346ca80 void 0.000116
+gallium_dri.so free 0x55717346c9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c9c0 0.000114
+gallium_dri.so free 0x55717346cb80 void 0.000116
+gallium_dri.so free 0x55717346c9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cb30 0.000114
+gallium_dri.so free 0x55717346cbc0 void 0.000114
+gallium_dri.so free 0x55717346cb30 void 0.000115
+gallium_dri.so malloc 72 0x55717346cb30 0.000113
+gallium_dri.so free 0x55717346cc80 void 0.000116
+gallium_dri.so free 0x55717346cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ccc0 0.000114
+gallium_dri.so free 0x55717346cd40 void 0.000116
+gallium_dri.so free 0x55717346ccc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd40 0.000115
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd40 0.000114
+gallium_dri.so free 0x55717346ce80 void 0.000115
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so malloc 72 0x55717346ceb0 0.000115
+gallium_dri.so free 0x55717346cf00 void 0.000115
+gallium_dri.so free 0x55717346ceb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ceb0 0.000115
+gallium_dri.so free 0x55717346d000 void 0.000118
+gallium_dri.so free 0x55717346ceb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d040 0.000114
+gallium_dri.so free 0x55717346d0c0 void 0.000115
+gallium_dri.so free 0x55717346d040 void 0.000114
+gallium_dri.so malloc 72 0x55717346d0c0 0.000114
+gallium_dri.so free 0x55717346d180 void 0.000118
+gallium_dri.so free 0x55717346d0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d0c0 0.000114
+gallium_dri.so free 0x55717346d200 void 0.000116
+gallium_dri.so free 0x55717346d0c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346d230 0.000119
+gallium_dri.so free 0x55717346d280 void 0.000118
+gallium_dri.so free 0x55717346d230 void 0.000115
+gallium_dri.so malloc 72 0x55717346d230 0.000113
+gallium_dri.so free 0x55717346d380 void 0.000115
+gallium_dri.so free 0x55717346d230 void 0.000114
+gallium_dri.so malloc 72 0x55717346d330 0.000114
+gallium_dri.so free 0x55717346d440 void 0.000115
+gallium_dri.so free 0x55717346d330 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3f0 0.000114
+gallium_dri.so free 0x55717346d4c0 void 0.000115
+gallium_dri.so free 0x55717346d3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3f0 0.000114
+gallium_dri.so free 0x55717346d580 void 0.000115
+gallium_dri.so free 0x55717346d3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d3f0 0.000114
+gallium_dri.so free 0x55717346d640 void 0.000164
+gallium_dri.so free 0x55717346d3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d5f0 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000115
+gallium_dri.so free 0x55717346d5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d710 0.000114
+gallium_dri.so free 0x55717346d780 void 0.000115
+gallium_dri.so free 0x55717346d710 void 0.000118
+gallium_dri.so malloc 72 0x55717346d7a0 0.000123
+gallium_dri.so free 0x55717346d840 void 0.000123
+gallium_dri.so free 0x55717346d7a0 void 0.000123
+gallium_dri.so malloc 72 0x55717346d7f0 0.000119
+gallium_dri.so free 0x55717346d8c0 void 0.000116
+gallium_dri.so free 0x55717346d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d8c0 0.000114
+gallium_dri.so free 0x55717346d980 void 0.000114
+gallium_dri.so free 0x55717346d8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d8c0 0.000115
+gallium_dri.so free 0x55717346da00 void 0.000114
+gallium_dri.so free 0x55717346d8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346da00 0.000114
+gallium_dri.so free 0x55717346dac0 void 0.000114
+gallium_dri.so free 0x55717346da00 void 0.000113
+gallium_dri.so malloc 72 0x55717346da00 0.000114
+gallium_dri.so free 0x55717346db80 void 0.000114
+gallium_dri.so free 0x55717346da00 void 0.000120
+gallium_dri.so malloc 72 0x55717346da00 0.000116
+gallium_dri.so free 0x55717346dc40 void 0.000113
+gallium_dri.so free 0x55717346da00 void 0.000114
+gallium_dri.so malloc 72 0x55717346dbf0 0.000113
+gallium_dri.so free 0x55717346dcc0 void 0.000115
+gallium_dri.so free 0x55717346dbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dd10 0.000115
+gallium_dri.so free 0x55717346dd80 void 0.000115
+gallium_dri.so free 0x55717346dd10 void 0.000113
+gallium_dri.so malloc 72 0x55717346ddc0 0.000115
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so free 0x55717346ddc0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ddc0 0.000114
+gallium_dri.so free 0x55717346dec0 void 0.000117
+gallium_dri.so free 0x55717346ddc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346def0 0.000115
+gallium_dri.so free 0x55717346df40 void 0.000115
+gallium_dri.so free 0x55717346def0 void 0.000114
+gallium_dri.so malloc 72 0x55717346def0 0.000114
+gallium_dri.so free 0x55717346e040 void 0.000114
+gallium_dri.so free 0x55717346def0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dff0 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000115
+gallium_dri.so free 0x55717346dff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e0b0 0.000146
+gallium_dri.so free 0x55717346e140 void 0.000115
+gallium_dri.so free 0x55717346e0b0 void 0.000169
+gallium_dri.so malloc 72 0x55717346e0b0 0.000117
+gallium_dri.so free 0x55717346e200 void 0.000114
+gallium_dri.so free 0x55717346e0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e270 0.000119
+gallium_dri.so free 0x55717346e2c0 void 0.000113
+gallium_dri.so free 0x55717346e270 void 0.000114
+gallium_dri.so malloc 72 0x55717346e270 0.000113
+gallium_dri.so free 0x55717346e3c0 void 0.000114
+gallium_dri.so free 0x55717346e270 void 0.000114
+gallium_dri.so malloc 72 0x55717346e370 0.000114
+gallium_dri.so free 0x55717346e480 void 0.000112
+gallium_dri.so free 0x55717346e370 void 0.000113
+gallium_dri.so malloc 72 0x55717346e430 0.000113
+gallium_dri.so free 0x55717346e4c0 void 0.000114
+gallium_dri.so free 0x55717346e430 void 0.000120
+gallium_dri.so malloc 72 0x55717346e430 0.000118
+gallium_dri.so free 0x55717346e580 void 0.000114
+gallium_dri.so free 0x55717346e430 void 0.000114
+gallium_dri.so malloc 72 0x55717346e5c0 0.000113
+gallium_dri.so free 0x55717346e640 void 0.000113
+gallium_dri.so free 0x55717346e5c0 void 0.000175
+gallium_dri.so malloc 72 0x55717346e640 0.000240
+gallium_dri.so free 0x55717346e700 void 0.000270
+gallium_dri.so free 0x55717346e640 void 0.000209
+gallium_dri.so malloc 72 0x55717346e640 0.000208
+gallium_dri.so free 0x55717346e7c0 void 0.000209
+gallium_dri.so free 0x55717346e640 void 0.000201
+gallium_dri.so malloc 72 0x55717346e7e0 0.000162
+gallium_dri.so free 0x55717346e880 void 0.000115
+gallium_dri.so free 0x55717346e7e0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e830 0.000115
+gallium_dri.so free 0x55717346e900 void 0.000116
+gallium_dri.so free 0x55717346e830 void 0.000115
+gallium_dri.so malloc 72 0x55717346e830 0.000114
+gallium_dri.so free 0x55717346e980 void 0.000115
+gallium_dri.so free 0x55717346e830 void 0.000115
+gallium_dri.so malloc 72 0x55717346e980 0.000115
+gallium_dri.so free 0x55717346ea40 void 0.000115
+gallium_dri.so free 0x55717346e980 void 0.000114
+gallium_dri.so malloc 72 0x55717346e980 0.000115
+gallium_dri.so free 0x55717346eb00 void 0.000114
+gallium_dri.so free 0x55717346e980 void 0.000115
+gallium_dri.so malloc 72 0x55717346e980 0.000114
+gallium_dri.so free 0x55717346ebc0 void 0.000114
+gallium_dri.so free 0x55717346e980 void 0.000113
+gallium_dri.so malloc 72 0x55717346eb70 0.000114
+gallium_dri.so free 0x55717346ec80 void 0.000115
+gallium_dri.so free 0x55717346eb70 void 0.000155
+gallium_dri.so malloc 72 0x55717346ec30 0.000162
+gallium_dri.so free 0x55717346ed00 void 0.000236
+gallium_dri.so free 0x55717346ec30 void 0.000243
+gallium_dri.so malloc 72 0x55717346ed50 0.000210
+gallium_dri.so free 0x55717346edc0 void 0.000211
+gallium_dri.so free 0x55717346ed50 void 0.000185
+gallium_dri.so malloc 72 0x55717346ede0 0.000216
+gallium_dri.so free 0x55717346ee80 void 0.000227
+gallium_dri.so free 0x55717346ede0 void 0.000222
+gallium_dri.so malloc 72 0x55717346ee30 0.000239
+gallium_dri.so free 0x55717346ef00 void 0.000276
+gallium_dri.so free 0x55717346ee30 void 0.000273
+gallium_dri.so malloc 72 0x55717346ee30 0.000271
+gallium_dri.so free 0x55717346ef80 void 0.000272
+gallium_dri.so free 0x55717346ee30 void 0.000333
+gallium_dri.so malloc 72 0x55717346ef80 0.000333
+gallium_dri.so free 0x55717346f040 void 0.000328
+gallium_dri.so free 0x55717346ef80 void 0.000307
+gallium_dri.so malloc 72 0x55717346ef80 0.000281
+gallium_dri.so free 0x55717346f140 void 0.000269
+gallium_dri.so free 0x55717346ef80 void 0.000279
+gallium_dri.so malloc 72 0x55717346f0f0 0.000199
+gallium_dri.so free 0x55717346f180 void 0.000159
+gallium_dri.so free 0x55717346f0f0 void 0.000171
+gallium_dri.so malloc 72 0x55717346f0f0 0.000121
+gallium_dri.so free 0x55717346f240 void 0.000121
+gallium_dri.so free 0x55717346f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346f280 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so free 0x55717346f280 void 0.000134
+gallium_dri.so malloc 72 0x55717346f300 0.000120
+gallium_dri.so free 0x55717346f3c0 void 0.000120
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so malloc 72 0x55717346f300 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x55717346f300 void 0.000118
+gallium_dri.so malloc 72 0x55717346f300 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000120
+gallium_dri.so free 0x55717346f300 void 0.000119
+gallium_dri.so malloc 72 0x5571735da930 0.000118
+gallium_dri.so free 0x5571735da980 void 0.000119
+gallium_dri.so free 0x5571735da930 void 0.000119
+gallium_dri.so malloc 72 0x5571735da930 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so free 0x5571735da930 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa30 0.000119
+gallium_dri.so free 0x5571735dab40 void 0.000120
+gallium_dri.so free 0x5571735daa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735daaf0 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000119
+gallium_dri.so free 0x5571735daaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735daaf0 0.000121
+gallium_dri.so free 0x5571735dac40 void 0.000139
+gallium_dri.so free 0x5571735daaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dac80 0.000119
+gallium_dri.so free 0x5571735dad00 void 0.000132
+gallium_dri.so free 0x5571735dac80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad00 0.000120
+gallium_dri.so free 0x5571735dadc0 void 0.000122
+gallium_dri.so free 0x5571735dad00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad00 0.000119
+gallium_dri.so free 0x5571735dae80 void 0.000121
+gallium_dri.so free 0x5571735dad00 void 0.000121
+gallium_dri.so malloc 72 0x5571735daea0 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000123
+gallium_dri.so free 0x5571735daea0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daef0 0.000119
+gallium_dri.so free 0x5571735dafc0 void 0.000121
+gallium_dri.so free 0x5571735daef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735daef0 0.000120
+gallium_dri.so free 0x5571735db040 void 0.000127
+gallium_dri.so free 0x5571735daef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db040 0.000120
+gallium_dri.so free 0x5571735db100 void 0.000120
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so malloc 72 0x5571735db040 0.000120
+gallium_dri.so free 0x5571735db1c0 void 0.000125
+gallium_dri.so free 0x5571735db040 void 0.000119
+gallium_dri.so malloc 72 0x5571735db040 0.000121
+gallium_dri.so free 0x5571735db280 void 0.000121
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so malloc 72 0x5571735db230 0.000189
+gallium_dri.so free 0x5571735db340 void 0.000126
+gallium_dri.so free 0x5571735db230 void 0.000123
+gallium_dri.so malloc 72 0x5571735db2f0 0.000120
+gallium_dri.so free 0x5571735db3c0 void 0.000121
+gallium_dri.so free 0x5571735db2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db410 0.000120
+gallium_dri.so free 0x5571735db480 void 0.000121
+gallium_dri.so free 0x5571735db410 void 0.000119
+gallium_dri.so malloc 72 0x5571735db4a0 0.000119
+gallium_dri.so free 0x5571735db540 void 0.000120
+gallium_dri.so free 0x5571735db4a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db4f0 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000121
+gallium_dri.so free 0x5571735db4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db4f0 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so free 0x5571735db4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db640 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000121
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so malloc 72 0x5571735db640 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db7b0 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so free 0x5571735db7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db940 0.000119
+gallium_dri.so free 0x5571735db9c0 void 0.000121
+gallium_dri.so free 0x5571735db940 void 0.000118
+gallium_dri.so malloc 72 0x5571735db9c0 0.000121
+gallium_dri.so free 0x5571735dba80 void 0.000120
+gallium_dri.so free 0x5571735db9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db9c0 0.000149
+gallium_dri.so free 0x5571735dbb00 void 0.000128
+gallium_dri.so free 0x5571735db9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb30 0.000121
+gallium_dri.so free 0x5571735dbb80 void 0.000119
+gallium_dri.so free 0x5571735dbb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb30 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000113
+gallium_dri.so free 0x5571735dbb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000112
+gallium_dri.so free 0x5571735dbd40 void 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd40 0.000113
+gallium_dri.so free 0x5571735dbe00 void 0.000114
+gallium_dri.so free 0x5571735dbd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd40 0.000113
+gallium_dri.so free 0x5571735dbe80 void 0.000119
+gallium_dri.so free 0x5571735dbd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so free 0x5571735dbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000112
+gallium_dri.so free 0x5571735dc000 void 0.000115
+gallium_dri.so free 0x5571735dbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000115
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dbfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc070 0.000115
+gallium_dri.so free 0x5571735dc140 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc270 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc390 0.000113
+gallium_dri.so free 0x5571735dc400 void 0.000115
+gallium_dri.so free 0x5571735dc390 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc420 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc420 void 0.000161
+gallium_dri.so malloc 72 0x5571735dc470 0.000116
+gallium_dri.so free 0x5571735dc540 void 0.000115
+gallium_dri.so free 0x5571735dc470 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc540 0.000115
+gallium_dri.so free 0x5571735dc600 void 0.000115
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc540 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000116
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc680 0.000115
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000115
+gallium_dri.so free 0x5571735dc8c0 void 0.000116
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc870 0.000115
+gallium_dri.so free 0x5571735dc940 void 0.000117
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc990 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so free 0x5571735dc990 void 0.000136
+gallium_dri.so malloc 72 0x5571735dca40 0.000117
+gallium_dri.so free 0x5571735dcac0 void 0.000115
+gallium_dri.so free 0x5571735dca40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dca40 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb70 0.000113
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so free 0x5571735dcb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb70 0.000112
+gallium_dri.so free 0x5571735dccc0 void 0.000117
+gallium_dri.so free 0x5571735dcb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000117
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so free 0x5571735dcd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd30 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcef0 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dcef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcef0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000113
+gallium_dri.so free 0x5571735dcef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcff0 0.000112
+gallium_dri.so free 0x5571735dd100 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000116
+gallium_dri.so free 0x5571735dd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd240 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so free 0x5571735dd240 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000116
+gallium_dri.so free 0x5571735dd440 void 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd460 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000115
+gallium_dri.so free 0x5571735dd460 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000115
+gallium_dri.so free 0x5571735dd4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd600 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000115
+gallium_dri.so free 0x5571735dd600 void 0.000153
+gallium_dri.so malloc 72 0x5571735dd600 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd600 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000115
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000112
+gallium_dri.so free 0x5571735dd900 void 0.000112
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd8b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd9d0 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000113
+gallium_dri.so free 0x5571735dd9d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda60 0.000114
+gallium_dri.so free 0x5571735ddb00 void 0.000125
+gallium_dri.so free 0x5571735dda60 void 0.000127
+gallium_dri.so malloc 72 0x5571735ddab0 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so free 0x5571735ddab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddab0 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000116
+gallium_dri.so free 0x5571735ddcc0 void 0.000116
+gallium_dri.so free 0x5571735ddc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddc00 0.000115
+gallium_dri.so free 0x5571735dddc0 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddd70 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddd70 0.000116
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735ddd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf00 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf80 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf80 0.000115
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735de0f0 0.000112
+gallium_dri.so free 0x5571735de140 void 0.000116
+gallium_dri.so free 0x5571735de0f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735de0f0 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de280 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so free 0x5571735de280 void 0.000126
+gallium_dri.so malloc 72 0x5571735de300 0.000117
+gallium_dri.so free 0x5571735de3c0 void 0.000115
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so malloc 72 0x5571735de300 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so malloc 72 0x5571735de470 0.000114
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so free 0x5571735de470 void 0.000114
+gallium_dri.so malloc 72 0x5571735de470 0.000114
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de470 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000115
+gallium_dri.so free 0x5571735de680 void 0.000115
+gallium_dri.so free 0x5571735de570 void 0.000113
+gallium_dri.so malloc 72 0x5571735de630 0.000114
+gallium_dri.so free 0x5571735de700 void 0.000115
+gallium_dri.so free 0x5571735de630 void 0.000114
+gallium_dri.so malloc 72 0x5571735de630 0.000114
+gallium_dri.so free 0x5571735de7c0 void 0.000115
+gallium_dri.so free 0x5571735de630 void 0.000114
+gallium_dri.so malloc 72 0x5571735de630 0.000115
+gallium_dri.so free 0x5571735de880 void 0.000115
+gallium_dri.so free 0x5571735de630 void 0.000114
+gallium_dri.so malloc 72 0x5571735de830 0.000116
+gallium_dri.so free 0x5571735de900 void 0.000127
+gallium_dri.so free 0x5571735de830 void 0.000115
+gallium_dri.so malloc 72 0x5571735de950 0.000116
+gallium_dri.so free 0x5571735de9c0 void 0.000113
+gallium_dri.so free 0x5571735de950 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9e0 0.000113
+gallium_dri.so free 0x5571735dea80 void 0.000113
+gallium_dri.so free 0x5571735de9e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea30 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000117
+gallium_dri.so free 0x5571735dea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb00 0.000113
+gallium_dri.so free 0x5571735debc0 void 0.000112
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb00 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dec40 0.000120
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec40 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec40 0.000115
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dee30 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so free 0x5571735dee30 void 0.000126
+gallium_dri.so malloc 72 0x5571735def50 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735def50 void 0.000114
+gallium_dri.so malloc 72 0x5571735df000 0.000112
+gallium_dri.so free 0x5571735df080 void 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000113
+gallium_dri.so malloc 72 0x5571735df000 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000113
+gallium_dri.so malloc 72 0x5571735df130 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so free 0x5571735df130 void 0.000113
+gallium_dri.so malloc 72 0x5571735df130 0.000112
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df130 void 0.000112
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735df230 void 0.000112
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so free 0x5571735df2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df4b0 0.000113
+gallium_dri.so free 0x5571735df500 void 0.000113
+gallium_dri.so free 0x5571735df4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4b0 0.000127
+gallium_dri.so free 0x5571735df600 void 0.000116
+gallium_dri.so free 0x5571735df4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df5b0 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000116
+gallium_dri.so free 0x5571735df5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df670 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df670 void 0.000114
+gallium_dri.so malloc 72 0x5571735df670 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000116
+gallium_dri.so free 0x5571735df670 void 0.000114
+gallium_dri.so malloc 72 0x5571735df800 0.000132
+gallium_dri.so free 0x5571735df880 void 0.000116
+gallium_dri.so free 0x5571735df800 void 0.000115
+gallium_dri.so malloc 72 0x5571735df880 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000115
+gallium_dri.so malloc 72 0x5571735df880 0.000114
+gallium_dri.so free 0x5571735dfa00 void 0.000115
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa20 0.000114
+gallium_dri.so free 0x5571735dfac0 void 0.000115
+gallium_dri.so free 0x5571735dfa20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa70 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000116
+gallium_dri.so free 0x5571735dfa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfa70 0.000168
+gallium_dri.so free 0x5571735dfbc0 void 0.000125
+gallium_dri.so free 0x5571735dfa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000125
+gallium_dri.so free 0x5571735dfbc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000128
+gallium_dri.so free 0x5571735dfe00 void 0.000125
+gallium_dri.so free 0x5571735dfbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000124
+gallium_dri.so free 0x5571735dfec0 void 0.000124
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfe70 0.000115
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dff90 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000117
+gallium_dri.so free 0x5571735dff90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0020 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000116
+gallium_dri.so free 0x5571735e0020 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0070 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000113
+gallium_dri.so free 0x5571735e0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0070 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000112
+gallium_dri.so free 0x5571735e0380 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0330 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000113
+gallium_dri.so free 0x5571735e0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e04c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000113
+gallium_dri.so free 0x5571735e04c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0540 0.000112
+gallium_dri.so free 0x5571735e0600 void 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0540 0.000112
+gallium_dri.so free 0x5571735e0680 void 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06b0 0.000128
+gallium_dri.so free 0x5571735e0700 void 0.000115
+gallium_dri.so free 0x5571735e06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06b0 0.000112
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e06b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000115
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08c0 0.000113
+gallium_dri.so free 0x5571735e0980 void 0.000112
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e08c0 0.000115
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e08c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a30 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000113
+gallium_dri.so free 0x5571735e0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a30 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so free 0x5571735e0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b30 0.000112
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so free 0x5571735e0b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000113
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000169
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so free 0x5571735e0bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735e0bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49c0 0.000112
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a40 0.000113
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a40 0.000113
+gallium_dri.so free 0x5571735f4b80 void 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000112
+gallium_dri.so free 0x5571735f4c00 void 0.000114
+gallium_dri.so free 0x5571735f4bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4c00 0.000114
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so free 0x5571735f4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4c00 0.000114
+gallium_dri.so free 0x5571735f4dc0 void 0.000113
+gallium_dri.so free 0x5571735f4c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d70 0.000112
+gallium_dri.so free 0x5571735f4e80 void 0.000113
+gallium_dri.so free 0x5571735f4d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4e30 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000121
+gallium_dri.so free 0x5571735f4e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4e30 0.000114
+gallium_dri.so free 0x5571735f4f80 void 0.000114
+gallium_dri.so free 0x5571735f4e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000115
+gallium_dri.so free 0x5571735f4fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5040 0.000114
+gallium_dri.so free 0x5571735f5100 void 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5040 0.000113
+gallium_dri.so free 0x5571735f5180 void 0.000147
+gallium_dri.so free 0x5571735f5040 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5040 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so free 0x5571735f5040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5040 0.000113
+gallium_dri.so free 0x5571735f5300 void 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f52b0 0.000113
+gallium_dri.so free 0x5571735f5380 void 0.000115
+gallium_dri.so free 0x5571735f52b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f53d0 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f53d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5460 0.000112
+gallium_dri.so free 0x5571735f5500 void 0.000135
+gallium_dri.so free 0x5571735f5460 void 0.000114
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f5580 void 0.000113
+gallium_dri.so free 0x5571735f54b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f54b0 0.000113
+gallium_dri.so free 0x5571735f5680 void 0.000113
+gallium_dri.so free 0x5571735f54b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5630 0.000114
+gallium_dri.so free 0x5571735f5700 void 0.000115
+gallium_dri.so free 0x5571735f5630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5750 0.000113
+gallium_dri.so free 0x5571735f57c0 void 0.000114
+gallium_dri.so free 0x5571735f5750 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57e0 0.000114
+gallium_dri.so free 0x5571735f5880 void 0.000114
+gallium_dri.so free 0x5571735f57e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5830 0.000113
+gallium_dri.so free 0x5571735f5900 void 0.000116
+gallium_dri.so free 0x5571735f5830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5830 0.000113
+gallium_dri.so free 0x5571735f5980 void 0.000114
+gallium_dri.so free 0x5571735f5830 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5980 0.000114
+gallium_dri.so free 0x5571735f5a40 void 0.000114
+gallium_dri.so free 0x5571735f5980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5980 0.000113
+gallium_dri.so free 0x5571735f5b40 void 0.000167
+gallium_dri.so free 0x5571735f5980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5980 0.000112
+gallium_dri.so free 0x5571735f5bc0 void 0.000115
+gallium_dri.so free 0x5571735f5980 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000113
+gallium_dri.so free 0x5571735f5c40 void 0.000113
+gallium_dri.so free 0x5571735f5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000114
+gallium_dri.so free 0x5571735f5d40 void 0.000113
+gallium_dri.so free 0x5571735f5bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735f5cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e40 void 0.000113
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5db0 0.000115
+gallium_dri.so free 0x5571735f5f00 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f50 0.000115
+gallium_dri.so free 0x5571735f5fc0 void 0.000113
+gallium_dri.so free 0x5571735f5f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6000 0.000117
+gallium_dri.so free 0x5571735f6080 void 0.000115
+gallium_dri.so free 0x5571735f6000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6080 0.000112
+gallium_dri.so free 0x5571735f6140 void 0.000137
+gallium_dri.so free 0x5571735f6080 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6080 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f6080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f61f0 0.000113
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x5571735f61f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f61f0 0.000113
+gallium_dri.so free 0x5571735f6340 void 0.000116
+gallium_dri.so free 0x5571735f61f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f62f0 0.000115
+gallium_dri.so free 0x5571735f6400 void 0.000115
+gallium_dri.so free 0x5571735f62f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63b0 0.000115
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f63b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f64a0 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735f64a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f64f0 0.000114
+gallium_dri.so free 0x5571735f65c0 void 0.000118
+gallium_dri.so free 0x5571735f64f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f64f0 0.000114
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so free 0x5571735f64f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6640 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000116
+gallium_dri.so free 0x5571735f6640 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6640 0.000114
+gallium_dri.so free 0x5571735f67c0 void 0.000114
+gallium_dri.so free 0x5571735f6640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6640 0.000114
+gallium_dri.so free 0x5571735f6880 void 0.000116
+gallium_dri.so free 0x5571735f6640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6830 0.000120
+gallium_dri.so free 0x5571735f6880 void 0.000124
+gallium_dri.so free 0x5571735f6830 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6830 0.000124
+gallium_dri.so free 0x5571735f6980 void 0.000123
+gallium_dri.so free 0x5571735f6830 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6930 0.000119
+gallium_dri.so free 0x5571735f6a40 void 0.000116
+gallium_dri.so free 0x5571735f6930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f69f0 0.000114
+gallium_dri.so free 0x5571735f6a80 void 0.000114
+gallium_dri.so free 0x5571735f69f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f69f0 0.000113
+gallium_dri.so free 0x5571735f6b40 void 0.000114
+gallium_dri.so free 0x5571735f69f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6b80 0.000114
+gallium_dri.so free 0x5571735f6c00 void 0.000114
+gallium_dri.so free 0x5571735f6b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6c00 0.000195
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6c00 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000113
+gallium_dri.so free 0x5571735f6c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6da0 0.000112
+gallium_dri.so free 0x5571735f6e40 void 0.000113
+gallium_dri.so free 0x5571735f6da0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6df0 0.000114
+gallium_dri.so free 0x5571735f6ec0 void 0.000113
+gallium_dri.so free 0x5571735f6df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6df0 0.000112
+gallium_dri.so free 0x5571735f6f40 void 0.000145
+gallium_dri.so free 0x5571735f6df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6f40 0.000112
+gallium_dri.so free 0x5571735f7000 void 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6f40 0.000112
+gallium_dri.so free 0x5571735f70c0 void 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7130 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so free 0x5571735f7130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f71f0 0.000128
+gallium_dri.so free 0x5571735f72c0 void 0.000118
+gallium_dri.so free 0x5571735f71f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7310 0.000119
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f7310 void 0.000113
+gallium_dri.so malloc 72 0x5571735f73a0 0.000112
+gallium_dri.so free 0x5571735f7440 void 0.000112
+gallium_dri.so free 0x5571735f73a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f73f0 0.000112
+gallium_dri.so free 0x5571735f74c0 void 0.000113
+gallium_dri.so free 0x5571735f73f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f73f0 0.000113
+gallium_dri.so free 0x5571735f7540 void 0.000112
+gallium_dri.so free 0x5571735f73f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7540 0.000119
+gallium_dri.so free 0x5571735f7600 void 0.000119
+gallium_dri.so free 0x5571735f7540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7540 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000113
+gallium_dri.so free 0x5571735f7540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f76b0 0.000214
+gallium_dri.so free 0x5571735f7740 void 0.000250
+gallium_dri.so free 0x5571735f76b0 void 0.000209
+gallium_dri.so malloc 72 0x5571735f76b0 0.000131
+gallium_dri.so free 0x5571735f7800 void 0.000121
+gallium_dri.so free 0x5571735f76b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7840 0.000115
+gallium_dri.so free 0x5571735f78c0 void 0.000115
+gallium_dri.so free 0x5571735f7840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f78c0 0.000114
+gallium_dri.so free 0x5571735f7980 void 0.000114
+gallium_dri.so free 0x5571735f78c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f78c0 0.000114
+gallium_dri.so free 0x5571735f7a00 void 0.000114
+gallium_dri.so free 0x5571735f78c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7a30 0.000114
+gallium_dri.so free 0x5571735f7a80 void 0.000114
+gallium_dri.so free 0x5571735f7a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7a30 0.000114
+gallium_dri.so free 0x5571735f7b80 void 0.000115
+gallium_dri.so free 0x5571735f7a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000112
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so free 0x5571735f7bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7c40 0.000116
+gallium_dri.so free 0x5571735f7d00 void 0.000115
+gallium_dri.so free 0x5571735f7c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c40 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000114
+gallium_dri.so free 0x5571735f7c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7db0 0.000179
+gallium_dri.so free 0x5571735f7e00 void 0.000117
+gallium_dri.so free 0x5571735f7db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7db0 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000111
+gallium_dri.so free 0x5571735f7db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000112
+gallium_dri.so free 0x5571735f7fc0 void 0.000112
+gallium_dri.so free 0x5571735f7eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f70 0.000111
+gallium_dri.so free 0x5571735f8040 void 0.000115
+gallium_dri.so free 0x5571735f7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f70 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000112
+gallium_dri.so free 0x5571735f7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7f70 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f7f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8170 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so free 0x5571735f8170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8290 0.000114
+gallium_dri.so free 0x5571735f8300 void 0.000113
+gallium_dri.so free 0x5571735f8290 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8320 0.000112
+gallium_dri.so free 0x5571735f83c0 void 0.000121
+gallium_dri.so free 0x5571735f8320 void 0.000108
+gallium_dri.so malloc 72 0x5571735f8370 0.000195
+gallium_dri.so free 0x5571735f8440 void 0.000123
+gallium_dri.so free 0x5571735f8370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8440 0.000118
+gallium_dri.so free 0x5571735f8500 void 0.000117
+gallium_dri.so free 0x5571735f8440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8440 0.000117
+gallium_dri.so free 0x5571735f8580 void 0.000117
+gallium_dri.so free 0x5571735f8440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8580 0.000118
+gallium_dri.so free 0x5571735f8640 void 0.000116
+gallium_dri.so free 0x5571735f8580 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8580 0.000117
+gallium_dri.so free 0x5571735f8700 void 0.000116
+gallium_dri.so free 0x5571735f8580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8580 0.000118
+gallium_dri.so free 0x5571735f87c0 void 0.000117
+gallium_dri.so free 0x5571735f8580 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8770 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so free 0x5571735f8770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8890 0.000117
+gallium_dri.so free 0x5571735f8900 void 0.000117
+gallium_dri.so free 0x5571735f8890 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8940 0.000117
+gallium_dri.so free 0x5571735f89c0 void 0.000117
+gallium_dri.so free 0x5571735f8940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8940 0.000139
+gallium_dri.so free 0x5571735f8a40 void 0.000118
+gallium_dri.so free 0x5571735f8940 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a70 0.000116
+gallium_dri.so free 0x5571735f8ac0 void 0.000117
+gallium_dri.so free 0x5571735f8a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8a70 0.000116
+gallium_dri.so free 0x5571735f8bc0 void 0.000116
+gallium_dri.so free 0x5571735f8a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8b70 0.000115
+gallium_dri.so free 0x5571735f8c80 void 0.000116
+gallium_dri.so free 0x5571735f8b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8c30 0.000116
+gallium_dri.so free 0x5571735f8cc0 void 0.000142
+gallium_dri.so free 0x5571735f8c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c30 0.000117
+gallium_dri.so free 0x5571735f8d80 void 0.000116
+gallium_dri.so free 0x5571735f8c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8df0 0.000115
+gallium_dri.so free 0x5571735f8e40 void 0.000115
+gallium_dri.so free 0x5571735f8df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8df0 0.000115
+gallium_dri.so free 0x5571735f8f40 void 0.000116
+gallium_dri.so free 0x5571735f8df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000118
+gallium_dri.so free 0x5571735f9000 void 0.000117
+gallium_dri.so free 0x5571735f8ef0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000122
+gallium_dri.so free 0x5571735f9040 void 0.000118
+gallium_dri.so free 0x5571735f8fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000117
+gallium_dri.so free 0x5571735f9100 void 0.000117
+gallium_dri.so free 0x5571735f8fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9140 0.000117
+gallium_dri.so free 0x5571735f91c0 void 0.000117
+gallium_dri.so free 0x5571735f9140 void 0.000117
+gallium_dri.so malloc 72 0x5571735f91c0 0.000118
+gallium_dri.so free 0x5571735f9280 void 0.000117
+gallium_dri.so free 0x5571735f91c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f91c0 0.000118
+gallium_dri.so free 0x5571735f9340 void 0.000118
+gallium_dri.so free 0x5571735f91c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9360 0.000118
+gallium_dri.so free 0x5571735f9400 void 0.000124
+gallium_dri.so free 0x5571735f9360 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93b0 0.000120
+gallium_dri.so free 0x5571735f9480 void 0.000118
+gallium_dri.so free 0x5571735f93b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93b0 0.000117
+gallium_dri.so free 0x5571735f9500 void 0.000117
+gallium_dri.so free 0x5571735f93b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9500 0.000117
+gallium_dri.so free 0x5571735f95c0 void 0.000117
+gallium_dri.so free 0x5571735f9500 void 0.000108
+gallium_dri.so malloc 72 0x5571735f9500 0.000118
+gallium_dri.so free 0x5571735f9680 void 0.000118
+gallium_dri.so free 0x5571735f9500 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9500 0.000117
+gallium_dri.so free 0x5571735f9740 void 0.000117
+gallium_dri.so free 0x5571735f9500 void 0.000117
+gallium_dri.so malloc 72 0x5571735f96f0 0.000117
+gallium_dri.so free 0x5571735f9800 void 0.000120
+gallium_dri.so free 0x5571735f96f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f97b0 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000119
+gallium_dri.so free 0x5571735f97b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f98d0 0.000117
+gallium_dri.so free 0x5571735f9940 void 0.000117
+gallium_dri.so free 0x5571735f98d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9960 0.000118
+gallium_dri.so free 0x5571735f9a00 void 0.000118
+gallium_dri.so free 0x5571735f9960 void 0.000117
+gallium_dri.so malloc 72 0x5571735f99b0 0.000117
+gallium_dri.so free 0x5571735f9a80 void 0.000118
+gallium_dri.so free 0x5571735f99b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f99b0 0.000117
+gallium_dri.so free 0x5571735f9b00 void 0.000117
+gallium_dri.so free 0x5571735f99b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9b00 0.000119
+gallium_dri.so free 0x5571735f9bc0 void 0.000128
+gallium_dri.so free 0x5571735f9b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9b00 0.000118
+gallium_dri.so free 0x5571735f9cc0 void 0.000118
+gallium_dri.so free 0x5571735f9b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c70 0.000118
+gallium_dri.so free 0x5571735f9d00 void 0.000118
+gallium_dri.so free 0x5571735f9c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c70 0.000117
+gallium_dri.so free 0x5571735f9dc0 void 0.000118
+gallium_dri.so free 0x5571735f9c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9e00 0.000118
+gallium_dri.so free 0x5571735f9e80 void 0.000117
+gallium_dri.so free 0x5571735f9e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e80 0.000117
+gallium_dri.so free 0x5571735f9f40 void 0.000116
+gallium_dri.so free 0x5571735f9e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e80 0.000118
+gallium_dri.so free 0x5571735f9fc0 void 0.000119
+gallium_dri.so free 0x5571735f9e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000118
+gallium_dri.so free 0x5571735fa040 void 0.000117
+gallium_dri.so free 0x5571735f9ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000117
+gallium_dri.so free 0x5571735fa140 void 0.000118
+gallium_dri.so free 0x5571735f9ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa180 0.000118
+gallium_dri.so free 0x5571735fa200 void 0.000128
+gallium_dri.so free 0x5571735fa180 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa200 0.000117
+gallium_dri.so free 0x5571735fa2c0 void 0.000117
+gallium_dri.so free 0x5571735fa200 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa200 0.000117
+gallium_dri.so free 0x5571735fa340 void 0.000121
+gallium_dri.so free 0x5571735fa200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa370 0.000117
+gallium_dri.so free 0x5571735fa3c0 void 0.000117
+gallium_dri.so free 0x5571735fa370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa370 0.000117
+gallium_dri.so free 0x5571735fa4c0 void 0.000118
+gallium_dri.so free 0x5571735fa370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa470 0.000118
+gallium_dri.so free 0x5571735fa580 void 0.000117
+gallium_dri.so free 0x5571735fa470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa530 0.000118
+gallium_dri.so free 0x5571735fa600 void 0.000117
+gallium_dri.so free 0x5571735fa530 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa530 0.000119
+gallium_dri.so free 0x5571735fa6c0 void 0.000118
+gallium_dri.so free 0x5571735fa530 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa530 0.000118
+gallium_dri.so free 0x5571735fa780 void 0.000119
+gallium_dri.so free 0x5571735fa530 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa730 0.000128
+gallium_dri.so free 0x5571735fa800 void 0.000123
+gallium_dri.so free 0x5571735fa730 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa850 0.000117
+gallium_dri.so free 0x5571735fa8c0 void 0.000117
+gallium_dri.so free 0x5571735fa850 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa8e0 0.000117
+gallium_dri.so free 0x5571735fa980 void 0.000118
+gallium_dri.so free 0x5571735fa8e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa930 0.000118
+gallium_dri.so free 0x5571735faa00 void 0.000117
+gallium_dri.so free 0x5571735fa930 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa00 0.000117
+gallium_dri.so free 0x5571735faac0 void 0.000117
+gallium_dri.so free 0x5571735faa00 void 0.000144
+gallium_dri.so malloc 72 0x5571735faa00 0.000120
+gallium_dri.so free 0x5571735fab40 void 0.000118
+gallium_dri.so free 0x5571735faa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab40 0.000119
+gallium_dri.so free 0x5571735fac00 void 0.000118
+gallium_dri.so free 0x5571735fab40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fab40 0.000117
+gallium_dri.so free 0x5571735facc0 void 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fab40 0.000118
+gallium_dri.so free 0x5571735fad80 void 0.000118
+gallium_dri.so free 0x5571735fab40 void 0.000116
+gallium_dri.so malloc 72 0x5571735fad30 0.000123
+gallium_dri.so free 0x5571735fae00 void 0.000117
+gallium_dri.so free 0x5571735fad30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae50 0.000117
+gallium_dri.so free 0x5571735faec0 void 0.000117
+gallium_dri.so free 0x5571735fae50 void 0.000117
+gallium_dri.so malloc 72 0x5571735faf00 0.000117
+gallium_dri.so free 0x5571735faf80 void 0.000118
+gallium_dri.so free 0x5571735faf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735faf00 0.000117
+gallium_dri.so free 0x5571735fb000 void 0.000118
+gallium_dri.so free 0x5571735faf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb030 0.000117
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so free 0x5571735fb030 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb030 0.000115
+gallium_dri.so free 0x5571735fb180 void 0.000118
+gallium_dri.so free 0x5571735fb030 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb130 0.000118
+gallium_dri.so free 0x5571735fb240 void 0.000117
+gallium_dri.so free 0x5571735fb130 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000117
+gallium_dri.so free 0x5571735fb280 void 0.000121
+gallium_dri.so free 0x5571735fb1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb1f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000119
+gallium_dri.so free 0x5571735fb3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000118
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000117
+gallium_dri.so free 0x5571735fb5c0 void 0.000117
+gallium_dri.so free 0x5571735fb4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb570 0.000117
+gallium_dri.so free 0x5571735fb600 void 0.000117
+gallium_dri.so free 0x5571735fb570 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb570 0.000119
+gallium_dri.so free 0x5571735fb6c0 void 0.000117
+gallium_dri.so free 0x5571735fb570 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb700 0.000117
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so free 0x5571735fb700 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb780 0.000117
+gallium_dri.so free 0x5571735fb840 void 0.000118
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb780 0.000117
+gallium_dri.so free 0x5571735fb900 void 0.000118
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb920 0.000118
+gallium_dri.so free 0x5571735fb9c0 void 0.000147
+gallium_dri.so free 0x5571735fb920 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb970 0.000118
+gallium_dri.so free 0x5571735fba40 void 0.000117
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb970 0.000119
+gallium_dri.so free 0x5571735fbac0 void 0.000119
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbac0 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000117
+gallium_dri.so free 0x5571735fbac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbac0 0.000115
+gallium_dri.so free 0x5571735fbc40 void 0.000119
+gallium_dri.so free 0x5571735fbac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbac0 0.000118
+gallium_dri.so free 0x5571735fbd00 void 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000118
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x5571735fbcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbd70 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so free 0x5571735fbd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000117
+gallium_dri.so free 0x5571735eb440 void 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000118
+gallium_dri.so free 0x5571735eb500 void 0.000127
+gallium_dri.so free 0x5571735eb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb380 0.000119
+gallium_dri.so free 0x5571735eb5c0 void 0.000117
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb570 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000118
+gallium_dri.so free 0x5571735eb570 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb690 0.000118
+gallium_dri.so free 0x5571735eb700 void 0.000117
+gallium_dri.so free 0x5571735eb690 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb740 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so free 0x5571735eb740 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb740 0.000118
+gallium_dri.so free 0x5571735eb840 void 0.000118
+gallium_dri.so free 0x5571735eb740 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb870 0.000117
+gallium_dri.so free 0x5571735eb8c0 void 0.000117
+gallium_dri.so free 0x5571735eb870 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb870 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000117
+gallium_dri.so free 0x5571735eb870 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb970 0.000117
+gallium_dri.so free 0x5571735eba80 void 0.000117
+gallium_dri.so free 0x5571735eb970 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba30 0.000115
+gallium_dri.so free 0x5571735ebac0 void 0.000125
+gallium_dri.so free 0x5571735eba30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba30 0.000118
+gallium_dri.so free 0x5571735ebb80 void 0.000118
+gallium_dri.so free 0x5571735eba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so free 0x5571735ebbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000116
+gallium_dri.so free 0x5571735ebd40 void 0.000117
+gallium_dri.so free 0x5571735ebbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000117
+gallium_dri.so free 0x5571735ebe00 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000126
+gallium_dri.so free 0x5571735ebe40 void 0.000123
+gallium_dri.so free 0x5571735ebdb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000120
+gallium_dri.so free 0x5571735ebf00 void 0.000119
+gallium_dri.so free 0x5571735ebdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf40 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000119
+gallium_dri.so free 0x5571735ebf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000118
+gallium_dri.so free 0x5571735ec080 void 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000190
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000119
+gallium_dri.so free 0x5571735ec140 void 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec160 0.000117
+gallium_dri.so free 0x5571735ec200 void 0.000116
+gallium_dri.so free 0x5571735ec160 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000117
+gallium_dri.so free 0x5571735ec280 void 0.000118
+gallium_dri.so free 0x5571735ec1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000117
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so free 0x5571735ec1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec300 0.000117
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec300 0.000117
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec300 0.000118
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so free 0x5571735ec300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000120
+gallium_dri.so free 0x5571735ec600 void 0.000118
+gallium_dri.so free 0x5571735ec4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000117
+gallium_dri.so free 0x5571735ec680 void 0.000125
+gallium_dri.so free 0x5571735ec5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000110
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec760 0.000109
+gallium_dri.so free 0x5571735ec800 void 0.000109
+gallium_dri.so free 0x5571735ec760 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000111
+gallium_dri.so free 0x5571735ec880 void 0.000109
+gallium_dri.so free 0x5571735ec7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000110
+gallium_dri.so free 0x5571735ec900 void 0.000109
+gallium_dri.so free 0x5571735ec7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec900 0.000109
+gallium_dri.so free 0x5571735ec9c0 void 0.000108
+gallium_dri.so free 0x5571735ec900 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec900 0.000109
+gallium_dri.so free 0x5571735ecac0 void 0.000111
+gallium_dri.so free 0x5571735ec900 void 0.000110
+gallium_dri.so malloc 72 0x5571735eca70 0.000109
+gallium_dri.so free 0x5571735ecb00 void 0.000109
+gallium_dri.so free 0x5571735eca70 void 0.000110
+gallium_dri.so malloc 72 0x5571735eca70 0.000109
+gallium_dri.so free 0x5571735ecbc0 void 0.000110
+gallium_dri.so free 0x5571735eca70 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecc00 0.000109
+gallium_dri.so free 0x5571735ecc80 void 0.000109
+gallium_dri.so free 0x5571735ecc00 void 0.000108
+gallium_dri.so malloc 72 0x5571735ecc80 0.000159
+gallium_dri.so free 0x5571735ecd40 void 0.000123
+gallium_dri.so free 0x5571735ecc80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecc80 0.000124
+gallium_dri.so free 0x5571735ecdc0 void 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000118
+gallium_dri.so free 0x5571735ece40 void 0.000116
+gallium_dri.so free 0x5571735ecdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecf80 0.000119
+gallium_dri.so free 0x5571735ed000 void 0.000117
+gallium_dri.so free 0x5571735ecf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed000 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed000 0.000119
+gallium_dri.so free 0x5571735ed140 void 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000117
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed270 0.000110
+gallium_dri.so free 0x5571735ed380 void 0.000110
+gallium_dri.so free 0x5571735ed270 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed330 0.000110
+gallium_dri.so free 0x5571735ed400 void 0.000109
+gallium_dri.so free 0x5571735ed330 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed330 0.000110
+gallium_dri.so free 0x5571735ed4c0 void 0.000109
+gallium_dri.so free 0x5571735ed330 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed330 0.000109
+gallium_dri.so free 0x5571735ed580 void 0.000109
+gallium_dri.so free 0x5571735ed330 void 0.000108
+gallium_dri.so malloc 72 0x5571735ed530 0.000109
+gallium_dri.so free 0x5571735ed600 void 0.000109
+gallium_dri.so free 0x5571735ed530 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed650 0.000109
+gallium_dri.so free 0x5571735ed6c0 void 0.000110
+gallium_dri.so free 0x5571735ed650 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000109
+gallium_dri.so free 0x5571735ed780 void 0.000109
+gallium_dri.so free 0x5571735ed6e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed730 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000115
+gallium_dri.so free 0x5571735ed730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed800 0.000111
+gallium_dri.so free 0x5571735ed8c0 void 0.000111
+gallium_dri.so free 0x5571735ed800 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed800 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so free 0x5571735ed800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed940 0.000117
+gallium_dri.so free 0x5571735eda00 void 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed940 0.000116
+gallium_dri.so free 0x5571735edac0 void 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed940 0.000118
+gallium_dri.so free 0x5571735edb80 void 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000123
+gallium_dri.so malloc 72 0x5571735edb30 0.000151
+gallium_dri.so free 0x5571735edc00 void 0.000125
+gallium_dri.so free 0x5571735edb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735edc50 0.000123
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so free 0x5571735edc50 void 0.000124
+gallium_dri.so malloc 72 0x5571735edd00 0.000124
+gallium_dri.so free 0x5571735edd80 void 0.000124
+gallium_dri.so free 0x5571735edd00 void 0.000123
+gallium_dri.so malloc 72 0x5571735edd00 0.000123
+gallium_dri.so free 0x5571735ede00 void 0.000189
+gallium_dri.so free 0x5571735edd00 void 0.000214
+gallium_dri.so malloc 72 0x5571735ede30 0.000220
+gallium_dri.so free 0x5571735ede80 void 0.000125
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000118
+gallium_dri.so free 0x5571735edf80 void 0.000123
+gallium_dri.so free 0x5571735ede30 void 0.000124
+gallium_dri.so malloc 72 0x5571735edf30 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735edff0 0.000117
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735edff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edff0 0.000122
+gallium_dri.so free 0x5571735ee140 void 0.000120
+gallium_dri.so free 0x5571735edff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000119
+gallium_dri.so free 0x5571735ee200 void 0.000117
+gallium_dri.so free 0x5571735ee1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000123
+gallium_dri.so free 0x5571735ee300 void 0.000125
+gallium_dri.so free 0x5571735ee1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000124
+gallium_dri.so free 0x5571735ee3c0 void 0.000126
+gallium_dri.so free 0x5571735ee2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee370 0.000125
+gallium_dri.so free 0x5571735ee400 void 0.000125
+gallium_dri.so free 0x5571735ee370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee370 0.000116
+gallium_dri.so free 0x5571735ee4c0 void 0.000133
+gallium_dri.so free 0x5571735ee370 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee500 0.000131
+gallium_dri.so free 0x5571735ee580 void 0.000124
+gallium_dri.so free 0x5571735ee500 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee580 0.000131
+gallium_dri.so free 0x5571735ee640 void 0.000133
+gallium_dri.so free 0x5571735ee580 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee580 0.000182
+gallium_dri.so free 0x5571735ee700 void 0.000124
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee720 0.000129
+gallium_dri.so free 0x5571735ee7c0 void 0.000132
+gallium_dri.so free 0x5571735ee720 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee770 0.000139
+gallium_dri.so free 0x5571735ee840 void 0.000132
+gallium_dri.so free 0x5571735ee770 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee770 0.000129
+gallium_dri.so free 0x5571735ee8c0 void 0.000130
+gallium_dri.so free 0x5571735ee770 void 0.000222
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000129
+gallium_dri.so free 0x5571735ee980 void 0.000131
+gallium_dri.so free 0x5571735ee8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000130
+gallium_dri.so free 0x5571735eea40 void 0.000131
+gallium_dri.so free 0x5571735ee8c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000129
+gallium_dri.so free 0x5571735eeb00 void 0.000130
+gallium_dri.so free 0x5571735ee8c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeab0 0.000129
+gallium_dri.so free 0x5571735eebc0 void 0.000129
+gallium_dri.so free 0x5571735eeab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeb70 0.000123
+gallium_dri.so free 0x5571735eec40 void 0.000199
+gallium_dri.so free 0x5571735eeb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735eec90 0.000123
+gallium_dri.so free 0x5571735eed00 void 0.000125
+gallium_dri.so free 0x5571735eec90 void 0.000126
+gallium_dri.so malloc 72 0x5571735eed20 0.000129
+gallium_dri.so free 0x5571735eedc0 void 0.000125
+gallium_dri.so free 0x5571735eed20 void 0.000123
+gallium_dri.so malloc 72 0x5571735eed70 0.000123
+gallium_dri.so free 0x5571735eee40 void 0.000124
+gallium_dri.so free 0x5571735eed70 void 0.000128
+gallium_dri.so malloc 72 0x5571735eed70 0.000130
+gallium_dri.so free 0x5571735eeec0 void 0.000131
+gallium_dri.so free 0x5571735eed70 void 0.000130
+gallium_dri.so malloc 72 0x5571735eeec0 0.000131
+gallium_dri.so free 0x5571735eef80 void 0.000130
+gallium_dri.so free 0x5571735eeec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeec0 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000123
+gallium_dri.so free 0x5571735eeec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef030 0.000124
+gallium_dri.so free 0x5571735ef0c0 void 0.000124
+gallium_dri.so free 0x5571735ef030 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef030 0.000131
+gallium_dri.so free 0x5571735ef180 void 0.000131
+gallium_dri.so free 0x5571735ef030 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000124
+gallium_dri.so free 0x5571735ef240 void 0.000129
+gallium_dri.so free 0x5571735ef1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef240 0.000131
+gallium_dri.so free 0x5571735ef300 void 0.000131
+gallium_dri.so free 0x5571735ef240 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef240 0.000123
+gallium_dri.so free 0x5571735ef380 void 0.000142
+gallium_dri.so free 0x5571735ef240 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000131
+gallium_dri.so free 0x5571735ef400 void 0.000123
+gallium_dri.so free 0x5571735ef3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000127
+gallium_dri.so free 0x5571735ef500 void 0.000132
+gallium_dri.so free 0x5571735ef3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef540 0.000123
+gallium_dri.so free 0x5571735ef5c0 void 0.000123
+gallium_dri.so free 0x5571735ef540 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000133
+gallium_dri.so free 0x5571735ef680 void 0.000131
+gallium_dri.so free 0x5571735ef5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000132
+gallium_dri.so free 0x5571735ef700 void 0.000130
+gallium_dri.so free 0x5571735ef5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef730 0.000131
+gallium_dri.so free 0x5571735ef780 void 0.000123
+gallium_dri.so free 0x5571735ef730 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef730 0.000131
+gallium_dri.so free 0x5571735ef880 void 0.000124
+gallium_dri.so free 0x5571735ef730 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef830 0.000130
+gallium_dri.so free 0x5571735ef940 void 0.000160
+gallium_dri.so free 0x5571735ef830 void 0.000163
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000188
+gallium_dri.so free 0x5571735ef9c0 void 0.000128
+gallium_dri.so free 0x5571735ef8f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000129
+gallium_dri.so free 0x5571735efa80 void 0.000139
+gallium_dri.so free 0x5571735ef8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000130
+gallium_dri.so free 0x5571735efb40 void 0.000130
+gallium_dri.so free 0x5571735ef8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efaf0 0.000128
+gallium_dri.so free 0x5571735efbc0 void 0.000130
+gallium_dri.so free 0x5571735efaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efc10 0.000123
+gallium_dri.so free 0x5571735efc80 void 0.000123
+gallium_dri.so free 0x5571735efc10 void 0.000127
+gallium_dri.so malloc 72 0x5571735efca0 0.000129
+gallium_dri.so free 0x5571735efd40 void 0.000130
+gallium_dri.so free 0x5571735efca0 void 0.000133
+gallium_dri.so malloc 72 0x5571735efcf0 0.000130
+gallium_dri.so free 0x5571735efdc0 void 0.000129
+gallium_dri.so free 0x5571735efcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735efdc0 0.000125
+gallium_dri.so free 0x5571735efe80 void 0.000123
+gallium_dri.so free 0x5571735efdc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efdc0 0.000130
+gallium_dri.so free 0x5571735eff00 void 0.000172
+gallium_dri.so free 0x5571735efdc0 void 0.000162
+gallium_dri.so malloc 72 0x5571735eff00 0.000185
+gallium_dri.so free 0x5571735effc0 void 0.000222
+gallium_dri.so free 0x5571735eff00 void 0.000130
+gallium_dri.so malloc 72 0x5571735eff00 0.000129
+gallium_dri.so free 0x5571735f0080 void 0.000126
+gallium_dri.so free 0x5571735eff00 void 0.000128
+gallium_dri.so malloc 72 0x5571735eff00 0.000128
+gallium_dri.so free 0x5571735f0140 void 0.000130
+gallium_dri.so free 0x5571735eff00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f00f0 0.000125
+gallium_dri.so free 0x5571735f01c0 void 0.000124
+gallium_dri.so free 0x5571735f00f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0210 0.000129
+gallium_dri.so free 0x5571735f0280 void 0.000126
+gallium_dri.so free 0x5571735f0210 void 0.000128
+gallium_dri.so malloc 72 0x5571735f02c0 0.000129
+gallium_dri.so free 0x5571735f0340 void 0.000131
+gallium_dri.so free 0x5571735f02c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f02c0 0.000124
+gallium_dri.so free 0x5571735f03c0 void 0.000134
+gallium_dri.so free 0x5571735f02c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f03f0 0.000132
+gallium_dri.so free 0x5571735f0440 void 0.000125
+gallium_dri.so free 0x5571735f03f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f03f0 0.000121
+gallium_dri.so free 0x5571735f0540 void 0.000128
+gallium_dri.so free 0x5571735f03f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f04f0 0.000125
+gallium_dri.so free 0x5571735f0600 void 0.000123
+gallium_dri.so free 0x5571735f04f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f05b0 0.000131
+gallium_dri.so free 0x5571735f0640 void 0.000132
+gallium_dri.so free 0x5571735f05b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f05b0 0.000131
+gallium_dri.so free 0x5571735f0700 void 0.000132
+gallium_dri.so free 0x5571735f05b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0770 0.000128
+gallium_dri.so free 0x5571735f07c0 void 0.000131
+gallium_dri.so free 0x5571735f0770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0770 0.000132
+gallium_dri.so free 0x5571735f08c0 void 0.000132
+gallium_dri.so free 0x5571735f0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0870 0.000130
+gallium_dri.so free 0x5571735f0980 void 0.000124
+gallium_dri.so free 0x5571735f0870 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0930 0.000128
+gallium_dri.so free 0x5571735f09c0 void 0.000130
+gallium_dri.so free 0x5571735f0930 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0930 0.000129
+gallium_dri.so free 0x5571735f0a80 void 0.000132
+gallium_dri.so free 0x5571735f0930 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000161
+gallium_dri.so free 0x5571735f0b40 void 0.000167
+gallium_dri.so free 0x5571735f0ac0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f0b40 0.000167
+gallium_dri.so free 0x5571735f0c00 void 0.000134
+gallium_dri.so free 0x5571735f0b40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0b40 0.000132
+gallium_dri.so free 0x5571735f0cc0 void 0.000132
+gallium_dri.so free 0x5571735f0b40 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000134
+gallium_dri.so free 0x5571735f0d80 void 0.000131
+gallium_dri.so free 0x5571735f0ce0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0d30 0.000134
+gallium_dri.so free 0x5571735f0e00 void 0.000130
+gallium_dri.so free 0x5571735f0d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0d30 0.000133
+gallium_dri.so free 0x5571735f0e80 void 0.000128
+gallium_dri.so free 0x5571735f0d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0e80 0.000134
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so free 0x5571735f0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0e80 0.000131
+gallium_dri.so free 0x5571735f1000 void 0.000134
+gallium_dri.so free 0x5571735f0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0e80 0.000131
+gallium_dri.so free 0x5571735f10c0 void 0.000134
+gallium_dri.so free 0x5571735f0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1070 0.000131
+gallium_dri.so free 0x5571735f1180 void 0.000132
+gallium_dri.so free 0x5571735f1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1130 0.000131
+gallium_dri.so free 0x5571735f1200 void 0.000134
+gallium_dri.so free 0x5571735f1130 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1250 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000123
+gallium_dri.so free 0x5571735f1250 void 0.000120
+gallium_dri.so malloc 72 0x5571735f12e0 0.000119
+gallium_dri.so free 0x5571735f1380 void 0.000121
+gallium_dri.so free 0x5571735f12e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1330 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so free 0x5571735f1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1330 0.000122
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so free 0x5571735f1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1480 0.000119
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so free 0x5571735f1480 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1480 0.000121
+gallium_dri.so free 0x5571735f1640 void 0.000121
+gallium_dri.so free 0x5571735f1480 void 0.000123
+gallium_dri.so malloc 72 0x5571735f15f0 0.000119
+gallium_dri.so free 0x5571735f1680 void 0.000119
+gallium_dri.so free 0x5571735f15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15f0 0.000121
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1780 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000128
+gallium_dri.so free 0x5571735f1780 void 0.000154
+gallium_dri.so malloc 72 0x5571735f1800 0.000124
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1800 0.000121
+gallium_dri.so free 0x5571735f1940 void 0.000120
+gallium_dri.so free 0x5571735f1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1970 0.000120
+gallium_dri.so free 0x5571735f19c0 void 0.000118
+gallium_dri.so free 0x5571735f1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b00 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so free 0x5571735f1b00 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1b80 0.000122
+gallium_dri.so free 0x5571735f1c40 void 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b80 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000121
+gallium_dri.so free 0x5571735f1cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000122
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1df0 0.000122
+gallium_dri.so free 0x5571735f1f00 void 0.000120
+gallium_dri.so free 0x5571735f1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000119
+gallium_dri.so free 0x5571735f1f80 void 0.000121
+gallium_dri.so free 0x5571735f1eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000120
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000128
+gallium_dri.so free 0x5571735f2100 void 0.000134
+gallium_dri.so free 0x5571735f1eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f20b0 0.000121
+gallium_dri.so free 0x5571735f2180 void 0.000122
+gallium_dri.so free 0x5571735f20b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f21d0 0.000120
+gallium_dri.so free 0x5571735f2240 void 0.000122
+gallium_dri.so free 0x5571735f21d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2260 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2260 void 0.000123
+gallium_dri.so malloc 72 0x5571735f22b0 0.000133
+gallium_dri.so free 0x5571735f2380 void 0.000121
+gallium_dri.so free 0x5571735f22b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2380 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so free 0x5571735f2380 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2380 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000121
+gallium_dri.so free 0x5571735f2380 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24c0 0.000121
+gallium_dri.so free 0x5571735f2580 void 0.000119
+gallium_dri.so free 0x5571735f24c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f24c0 0.000126
+gallium_dri.so free 0x5571735f2640 void 0.000116
+gallium_dri.so free 0x5571735f24c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f24c0 0.000143
+gallium_dri.so free 0x5571735f2700 void 0.000127
+gallium_dri.so free 0x5571735f24c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f26b0 0.000121
+gallium_dri.so free 0x5571735f2780 void 0.000126
+gallium_dri.so free 0x5571735f26b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f27d0 0.000123
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735f27d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2880 0.000114
+gallium_dri.so free 0x55717361fdc0 void 0.000177
+gallium_dri.so free 0x5571735f2880 void 0.000120
+gallium_dri.so malloc 72 0x55717361fde0 0.000123
+gallium_dri.so free 0x55717361fe80 void 0.000118
+gallium_dri.so free 0x55717361fde0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe30 0.000117
+gallium_dri.so free 0x55717361ff00 void 0.000115
+gallium_dri.so free 0x55717361fe30 void 0.000112
+gallium_dri.so malloc 72 0x55717361fe30 0.000118
+gallium_dri.so free 0x55717361ff80 void 0.000123
+gallium_dri.so free 0x55717361fe30 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff80 0.000118
+gallium_dri.so free 0x557173620040 void 0.000124
+gallium_dri.so free 0x55717361ff80 void 0.000123
+gallium_dri.so malloc 72 0x55717361ff80 0.000122
+gallium_dri.so free 0x557173620100 void 0.000140
+gallium_dri.so free 0x55717361ff80 void 0.000125
+gallium_dri.so malloc 72 0x55717361ff80 0.000124
+gallium_dri.so free 0x5571736201c0 void 0.000122
+gallium_dri.so free 0x55717361ff80 void 0.000125
+gallium_dri.so malloc 72 0x557173620170 0.000123
+gallium_dri.so free 0x5571736201c0 void 0.000117
+gallium_dri.so free 0x557173620170 void 0.000188
+gallium_dri.so malloc 72 0x557173620170 0.000125
+gallium_dri.so free 0x5571736202c0 void 0.000213
+gallium_dri.so free 0x557173620170 void 0.000214
+gallium_dri.so malloc 72 0x557173620270 0.000229
+gallium_dri.so free 0x557173620380 void 0.000190
+gallium_dri.so free 0x557173620270 void 0.000187
+gallium_dri.so malloc 72 0x557173620330 0.000214
+gallium_dri.so free 0x5571736203c0 void 0.000156
+gallium_dri.so free 0x557173620330 void 0.000119
+gallium_dri.so malloc 72 0x557173620330 0.000122
+gallium_dri.so free 0x557173620480 void 0.000122
+gallium_dri.so free 0x557173620330 void 0.000124
+gallium_dri.so malloc 72 0x5571736204c0 0.000123
+gallium_dri.so free 0x557173620540 void 0.000123
+gallium_dri.so free 0x5571736204c0 void 0.000122
+gallium_dri.so malloc 72 0x557173620540 0.000123
+gallium_dri.so free 0x557173620600 void 0.000118
+gallium_dri.so free 0x557173620540 void 0.000112
+gallium_dri.so malloc 72 0x557173620540 0.000172
+gallium_dri.so free 0x5571736206c0 void 0.000158
+gallium_dri.so free 0x557173620540 void 0.000278
+gallium_dri.so malloc 72 0x5571736206e0 0.000282
+gallium_dri.so free 0x557173620780 void 0.000273
+gallium_dri.so free 0x5571736206e0 void 0.000265
+gallium_dri.so malloc 72 0x557173620730 0.000276
+gallium_dri.so free 0x557173620800 void 0.000265
+gallium_dri.so free 0x557173620730 void 0.000272
+gallium_dri.so malloc 72 0x557173620730 0.000269
+gallium_dri.so free 0x557173620880 void 0.000282
+gallium_dri.so free 0x557173620730 void 0.000270
+gallium_dri.so malloc 72 0x557173620880 0.000270
+gallium_dri.so free 0x557173620940 void 0.000285
+gallium_dri.so free 0x557173620880 void 0.000222
+gallium_dri.so malloc 72 0x557173620880 0.000268
+gallium_dri.so free 0x557173620a00 void 0.000220
+gallium_dri.so free 0x557173620880 void 0.000183
+gallium_dri.so malloc 72 0x557173620880 0.000222
+gallium_dri.so free 0x557173620ac0 void 0.000242
+gallium_dri.so free 0x557173620880 void 0.000221
+gallium_dri.so malloc 72 0x557173620a70 0.000234
+gallium_dri.so free 0x557173620b80 void 0.000221
+gallium_dri.so free 0x557173620a70 void 0.000235
+gallium_dri.so malloc 72 0x557173620b30 0.000230
+gallium_dri.so free 0x557173620c00 void 0.000154
+gallium_dri.so free 0x557173620b30 void 0.000125
+gallium_dri.so malloc 72 0x557173620c50 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000126
+gallium_dri.so free 0x557173620c50 void 0.000138
+gallium_dri.so malloc 72 0x557173620ce0 0.000222
+gallium_dri.so free 0x557173620d80 void 0.000224
+gallium_dri.so free 0x557173620ce0 void 0.000241
+gallium_dri.so malloc 72 0x557173620d30 0.000223
+gallium_dri.so free 0x557173620e00 void 0.000225
+gallium_dri.so free 0x557173620d30 void 0.000243
+gallium_dri.so malloc 72 0x557173620d30 0.000184
+gallium_dri.so free 0x557173620e80 void 0.000225
+gallium_dri.so free 0x557173620d30 void 0.000211
+gallium_dri.so malloc 72 0x557173620e80 0.000239
+gallium_dri.so free 0x557173620f40 void 0.000326
+gallium_dri.so free 0x557173620e80 void 0.000294
+gallium_dri.so malloc 72 0x557173620e80 0.000285
+gallium_dri.so free 0x557173463600 void 0.000268
+gallium_dri.so free 0x557173620e80 void 0.000282
+gallium_dri.so malloc 72 0x557173620e80 0.000234
+gallium_dri.so free 0x557173590b40 void 0.000239
+gallium_dri.so free 0x557173620e80 void 0.000212
+gallium_dri.so malloc 72 0x557173590b70 0.000187
+gallium_dri.so free 0x557173467680 void 0.000254
+gallium_dri.so free 0x557173590b70 void 0.000200
+gallium_dri.so malloc 72 0x557173467630 0.000232
+gallium_dri.so free 0x5571734673c0 void 0.000233
+gallium_dri.so free 0x557173467630 void 0.000266
+gallium_dri.so malloc 72 0x5571734673c0 0.000295
+gallium_dri.so free 0x557173467480 void 0.000279
+gallium_dri.so free 0x5571734673c0 void 0.000299
+gallium_dri.so malloc 72 0x5571734673c0 0.000281
+gallium_dri.so free 0x55717360ba40 void 0.000232
+gallium_dri.so free 0x5571734673c0 void 0.000288
+gallium_dri.so malloc 72 0x5571734673c0 0.000291
+gallium_dri.so free 0x55717360bb00 void 0.000287
+gallium_dri.so free 0x5571734673c0 void 0.000288
+gallium_dri.so malloc 72 0x55717360bab0 0.000292
+gallium_dri.so free 0x55717360bd00 void 0.000289
+gallium_dri.so free 0x55717360bab0 void 0.000287
+gallium_dri.so malloc 72 0x55717360bcb0 0.000297
+gallium_dri.so free 0x55717360bd80 void 0.000290
+gallium_dri.so free 0x55717360bcb0 void 0.000343
+gallium_dri.so malloc 72 0x55717360bdd0 0.000335
+gallium_dri.so free 0x55717360bb00 void 0.000266
+gallium_dri.so free 0x55717360bdd0 void 0.000249
+gallium_dri.so malloc 72 0x55717360bdd0 0.000243
+gallium_dri.so free 0x557173589740 void 0.000244
+gallium_dri.so free 0x55717360bdd0 void 0.000264
+gallium_dri.so malloc 72 0x5571735896f0 0.000295
+gallium_dri.so free 0x5571735897c0 void 0.000271
+gallium_dri.so free 0x5571735896f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735896f0 0.000250
+gallium_dri.so free 0x557173589840 void 0.000139
+gallium_dri.so free 0x5571735896f0 void 0.000338
+gallium_dri.so malloc 72 0x557173589840 0.000371
+gallium_dri.so free 0x557173589900 void 0.000337
+gallium_dri.so free 0x557173589840 void 0.000345
+gallium_dri.so malloc 72 0x557173589840 0.000343
+gallium_dri.so free 0x557173589a00 void 0.000254
+gallium_dri.so free 0x557173589840 void 0.000182
+gallium_dri.so malloc 72 0x557173589840 0.000169
+gallium_dri.so free 0x557173463240 void 0.000171
+gallium_dri.so free 0x557173589840 void 0.000138
+gallium_dri.so malloc 72 0x557173463270 0.000135
+gallium_dri.so free 0x5571734632c0 void 0.000136
+gallium_dri.so free 0x557173463270 void 0.000131
+gallium_dri.so malloc 72 0x557173463270 0.000148
+gallium_dri.so free 0x5571734633c0 void 0.000134
+gallium_dri.so free 0x557173463270 void 0.000136
+gallium_dri.so malloc 72 0x557173463370 0.000137
+gallium_dri.so free 0x557173463480 void 0.000133
+gallium_dri.so free 0x557173463370 void 0.000125
+gallium_dri.so malloc 72 0x557173463430 0.000126
+gallium_dri.so free 0x5571734634c0 void 0.000133
+gallium_dri.so free 0x557173463430 void 0.000135
+gallium_dri.so malloc 72 0x557173463430 0.000136
+gallium_dri.so free 0x557173601340 void 0.000131
+gallium_dri.so free 0x557173463430 void 0.000125
+gallium_dri.so malloc 72 0x557173601340 0.000133
+gallium_dri.so free 0x557173601400 void 0.000131
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so malloc 72 0x557173601340 0.000131
+gallium_dri.so free 0x557173601480 void 0.000131
+gallium_dri.so free 0x557173601340 void 0.000133
+gallium_dri.so malloc 72 0x557173601480 0.000136
+gallium_dri.so free 0x557173601540 void 0.000136
+gallium_dri.so free 0x557173601480 void 0.000137
+gallium_dri.so malloc 72 0x557173601480 0.000244
+gallium_dri.so free 0x557173601600 void 0.000191
+gallium_dri.so free 0x557173601480 void 0.000132
+gallium_dri.so malloc 72 0x557173601480 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000129
+gallium_dri.so free 0x557173601480 void 0.000133
+gallium_dri.so malloc 72 0x557173601480 0.000136
+gallium_dri.so free 0x557173464e80 void 0.000135
+gallium_dri.so free 0x557173601480 void 0.000137
+gallium_dri.so malloc 72 0x557173464e80 0.000136
+gallium_dri.so free 0x557173464f40 void 0.000135
+gallium_dri.so free 0x557173464e80 void 0.000137
+gallium_dri.so malloc 72 0x557173464e80 0.000130
+gallium_dri.so free 0x557173465040 void 0.000133
+gallium_dri.so free 0x557173464e80 void 0.000142
+gallium_dri.so malloc 72 0x557173464ff0 0.000223
+gallium_dri.so free 0x557173465080 void 0.000135
+gallium_dri.so free 0x557173464ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173464ff0 0.000128
+gallium_dri.so free 0x557173465140 void 0.000143
+gallium_dri.so free 0x557173464ff0 void 0.000131
+gallium_dri.so malloc 72 0x557173465180 0.000129
+gallium_dri.so free 0x557173462840 void 0.000130
+gallium_dri.so free 0x557173465180 void 0.000130
+gallium_dri.so malloc 72 0x557173462840 0.000129
+gallium_dri.so free 0x557173462900 void 0.000128
+gallium_dri.so free 0x557173462840 void 0.000129
+gallium_dri.so malloc 72 0x557173462840 0.000129
+gallium_dri.so free 0x557173462980 void 0.000130
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so malloc 72 0x5571734629b0 0.000119
+gallium_dri.so free 0x557173462a00 void 0.000126
+gallium_dri.so free 0x5571734629b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734629b0 0.000128
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x5571734629b0 void 0.000186
+gallium_dri.so malloc 72 0x557173462b40 0.000198
+gallium_dri.so free 0x557173608480 void 0.000132
+gallium_dri.so free 0x557173462b40 void 0.000129
+gallium_dri.so malloc 72 0x557173608480 0.000157
+gallium_dri.so free 0x557173608540 void 0.000223
+gallium_dri.so free 0x557173608480 void 0.000176
+gallium_dri.so malloc 72 0x557173608480 0.000129
+gallium_dri.so free 0x5571736085c0 void 0.000129
+gallium_dri.so free 0x557173608480 void 0.000220
+gallium_dri.so malloc 72 0x5571736085f0 0.000224
+gallium_dri.so free 0x557173462bc0 void 0.000198
+gallium_dri.so free 0x5571736085f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736085f0 0.000129
+gallium_dri.so free 0x557173608640 void 0.000130
+gallium_dri.so free 0x5571736085f0 void 0.000130
+gallium_dri.so malloc 72 0x557173608640 0.000129
+gallium_dri.so free 0x557173608700 void 0.000129
+gallium_dri.so free 0x557173608640 void 0.000130
+gallium_dri.so malloc 72 0x557173608640 0.000130
+gallium_dri.so free 0x557173608800 void 0.000126
+gallium_dri.so free 0x557173608640 void 0.000120
+gallium_dri.so malloc 72 0x557173608640 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000131
+gallium_dri.so free 0x557173608640 void 0.000129
+gallium_dri.so malloc 72 0x557173608640 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000133
+gallium_dri.so free 0x557173608640 void 0.000135
+gallium_dri.so malloc 72 0x55717358e270 0.000126
+gallium_dri.so free 0x55717358e340 void 0.000123
+gallium_dri.so free 0x55717358e270 void 0.000125
+gallium_dri.so malloc 72 0x55717358e390 0.000152
+gallium_dri.so free 0x55717358e400 void 0.000161
+gallium_dri.so free 0x55717358e390 void 0.000177
+gallium_dri.so malloc 72 0x55717358e420 0.000126
+gallium_dri.so free 0x55717358e4c0 void 0.000125
+gallium_dri.so free 0x55717358e420 void 0.000130
+gallium_dri.so malloc 72 0x55717358e470 0.000134
+gallium_dri.so free 0x55717358e540 void 0.000131
+gallium_dri.so free 0x55717358e470 void 0.000125
+gallium_dri.so malloc 72 0x55717358e540 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000129
+gallium_dri.so free 0x55717358e540 void 0.000129
+gallium_dri.so malloc 72 0x55717358e540 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000129
+gallium_dri.so free 0x55717358e540 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2640 0.000129
+gallium_dri.so free 0x5571735d2700 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2640 0.000129
+gallium_dri.so free 0x5571735d27c0 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2640 0.000130
+gallium_dri.so free 0x5571735d2880 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2830 0.000124
+gallium_dri.so free 0x5571735d2900 void 0.000121
+gallium_dri.so free 0x5571735d2830 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2950 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000129
+gallium_dri.so free 0x5571735d2950 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2950 0.000124
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so free 0x5571735d2950 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2950 0.000119
+gallium_dri.so free 0x5571735d0140 void 0.000120
+gallium_dri.so free 0x5571735d2950 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2950 0.000172
+gallium_dri.so free 0x5571735d0200 void 0.000129
+gallium_dri.so free 0x5571735d2950 void 0.000125
+gallium_dri.so malloc 72 0x5571735d01b0 0.000126
+gallium_dri.so free 0x5571735d0280 void 0.000130
+gallium_dri.so free 0x5571735d01b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d02d0 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d02d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0360 0.000129
+gallium_dri.so free 0x557173469380 void 0.000129
+gallium_dri.so free 0x5571735d0360 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0360 0.000128
+gallium_dri.so free 0x557173469440 void 0.000129
+gallium_dri.so free 0x5571735d0360 void 0.000130
+gallium_dri.so malloc 72 0x5571734693f0 0.000125
+gallium_dri.so free 0x557173469440 void 0.000126
+gallium_dri.so free 0x5571734693f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734693f0 0.000128
+gallium_dri.so free 0x557173469540 void 0.000124
+gallium_dri.so free 0x5571734693f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734694f0 0.000131
+gallium_dri.so free 0x557173469600 void 0.000300
+gallium_dri.so free 0x5571734694f0 void 0.000299
+gallium_dri.so malloc 72 0x5571734695b0 0.000238
+gallium_dri.so free 0x557173469640 void 0.000229
+gallium_dri.so free 0x5571734695b0 void 0.000224
+gallium_dri.so malloc 72 0x5571734695b0 0.000129
+gallium_dri.so free 0x557173469700 void 0.000129
+gallium_dri.so free 0x5571734695b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734695b0 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000209
+gallium_dri.so free 0x5571734695b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a0d0 0.000129
+gallium_dri.so free 0x55717358a140 void 0.000135
+gallium_dri.so free 0x55717358a0d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a1a0 0.000129
+gallium_dri.so free 0x55717358a240 void 0.000130
+gallium_dri.so free 0x55717358a1a0 void 0.000127
+gallium_dri.so malloc 72 0x55717358a1f0 0.000125
+gallium_dri.so free 0x55717358a280 void 0.000124
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1f0 0.000120
+gallium_dri.so free 0x55717358a340 void 0.000120
+gallium_dri.so free 0x55717358a1f0 void 0.000135
+gallium_dri.so malloc 72 0x55717358a380 0.000132
+gallium_dri.so free 0x55717358a400 void 0.000129
+gallium_dri.so free 0x55717358a380 void 0.000129
+gallium_dri.so malloc 72 0x55717358a400 0.000129
+gallium_dri.so free 0x557173604300 void 0.000124
+gallium_dri.so free 0x55717358a400 void 0.000120
+gallium_dri.so malloc 72 0x557173604320 0.000125
+gallium_dri.so free 0x5571736043c0 void 0.000124
+gallium_dri.so free 0x557173604320 void 0.000124
+gallium_dri.so malloc 72 0x557173604370 0.000130
+gallium_dri.so free 0x557173604440 void 0.000129
+gallium_dri.so free 0x557173604370 void 0.000125
+gallium_dri.so malloc 72 0x557173604440 0.000148
+gallium_dri.so free 0x557173604500 void 0.000121
+gallium_dri.so free 0x557173604440 void 0.000118
+gallium_dri.so malloc 72 0x557173604440 0.000117
+gallium_dri.so free 0x557173604580 void 0.000120
+gallium_dri.so free 0x557173604440 void 0.000117
+gallium_dri.so malloc 72 0x557173604580 0.000118
+gallium_dri.so free 0x557173604640 void 0.000120
+gallium_dri.so free 0x557173604580 void 0.000118
+gallium_dri.so malloc 72 0x557173604580 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000119
+gallium_dri.so free 0x557173604580 void 0.000118
+gallium_dri.so malloc 72 0x5571735911f0 0.000118
+gallium_dri.so free 0x557173591240 void 0.000122
+gallium_dri.so free 0x5571735911f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735911f0 0.000117
+gallium_dri.so free 0x557173591340 void 0.000120
+gallium_dri.so free 0x5571735911f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735912f0 0.000119
+gallium_dri.so free 0x557173591400 void 0.000119
+gallium_dri.so free 0x5571735912f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735913b0 0.000120
+gallium_dri.so free 0x557173591480 void 0.000121
+gallium_dri.so free 0x5571735913b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735914a0 0.000119
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x5571735914a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735914f0 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000120
+gallium_dri.so free 0x5571735914f0 void 0.000117
+gallium_dri.so malloc 72 0x557173608ec0 0.000117
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173608f40 0.000118
+gallium_dri.so free 0x557173609000 void 0.000119
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so malloc 72 0x557173608f40 0.000118
+gallium_dri.so free 0x557173609080 void 0.000120
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so malloc 72 0x5571736090b0 0.000131
+gallium_dri.so free 0x557173609100 void 0.000121
+gallium_dri.so free 0x5571736090b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736090b0 0.000125
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x5571736090b0 void 0.000112
+gallium_dri.so malloc 72 0x557173609240 0.000111
+gallium_dri.so free 0x557173467dc0 void 0.000112
+gallium_dri.so free 0x557173609240 void 0.000111
+gallium_dri.so malloc 72 0x557173467e10 0.000111
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467e10 void 0.000112
+gallium_dri.so malloc 72 0x557173467ea0 0.000111
+gallium_dri.so free 0x557173467f40 void 0.000112
+gallium_dri.so free 0x557173467ea0 void 0.000111
+gallium_dri.so malloc 72 0x557173467ef0 0.000110
+gallium_dri.so free 0x557173467fc0 void 0.000113
+gallium_dri.so free 0x557173467ef0 void 0.000111
+gallium_dri.so malloc 72 0x557173467ef0 0.000112
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so free 0x557173467ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173468040 0.000113
+gallium_dri.so free 0x557173468100 void 0.000113
+gallium_dri.so free 0x557173468040 void 0.000112
+gallium_dri.so malloc 72 0x557173468040 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x557173468040 void 0.000120
+gallium_dri.so malloc 72 0x557173609ea0 0.000155
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ea0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ef0 0.000112
+gallium_dri.so free 0x557173609fc0 void 0.000114
+gallium_dri.so free 0x557173609ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ef0 0.000113
+gallium_dri.so free 0x55717360a040 void 0.000115
+gallium_dri.so free 0x557173609ef0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a040 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000111
+gallium_dri.so malloc 72 0x55717360a040 0.000113
+gallium_dri.so free 0x55717360a1c0 void 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so malloc 72 0x55717360a040 0.000112
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000111
+gallium_dri.so malloc 72 0x557173606910 0.000114
+gallium_dri.so free 0x557173606980 void 0.000115
+gallium_dri.so free 0x557173606910 void 0.000113
+gallium_dri.so malloc 72 0x5571736069c0 0.000113
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so free 0x5571736069c0 void 0.000111
+gallium_dri.so malloc 72 0x557173606a40 0.000111
+gallium_dri.so free 0x557173606b00 void 0.000130
+gallium_dri.so free 0x557173606a40 void 0.000113
+gallium_dri.so malloc 72 0x557173606a40 0.000114
+gallium_dri.so free 0x55717360a280 void 0.000116
+gallium_dri.so free 0x557173606a40 void 0.000113
+gallium_dri.so malloc 72 0x55717360a230 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000115
+gallium_dri.so free 0x55717360a230 void 0.000112
+gallium_dri.so malloc 72 0x557173606bc0 0.000112
+gallium_dri.so free 0x557173606c40 void 0.000113
+gallium_dri.so free 0x557173606bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173606c40 0.000115
+gallium_dri.so free 0x55717358ec00 void 0.000115
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000114
+gallium_dri.so free 0x55717358ecc0 void 0.000115
+gallium_dri.so free 0x55717358ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ed40 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed70 0.000112
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed70 0.000119
+gallium_dri.so free 0x55717358eec0 void 0.000114
+gallium_dri.so free 0x55717358ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee70 0.000112
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358ee70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef30 0.000113
+gallium_dri.so free 0x557173465800 void 0.000128
+gallium_dri.so free 0x55717358ef30 void 0.000113
+gallium_dri.so malloc 72 0x557173465830 0.000113
+gallium_dri.so free 0x557173465880 void 0.000115
+gallium_dri.so free 0x557173465830 void 0.000113
+gallium_dri.so malloc 72 0x557173465830 0.000113
+gallium_dri.so free 0x557173465980 void 0.000114
+gallium_dri.so free 0x557173465830 void 0.000114
+gallium_dri.so malloc 72 0x5571734659c0 0.000112
+gallium_dri.so free 0x557173465a40 void 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000114
+gallium_dri.so malloc 72 0x557173465a40 0.000112
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so malloc 72 0x557173465a40 0.000112
+gallium_dri.so free 0x557173465b00 void 0.000114
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so malloc 72 0x557173465a40 0.000112
+gallium_dri.so free 0x557173465bc0 void 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000112
+gallium_dri.so malloc 72 0x557173465b70 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x557173465b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3010 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3010 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30e0 0.000112
+gallium_dri.so free 0x5571735d3180 void 0.000116
+gallium_dri.so free 0x5571735d30e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32c0 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so free 0x5571735d32c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3340 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000123
+gallium_dri.so free 0x5571735d3340 void 0.000112
+gallium_dri.so malloc 72 0x5571735d55a0 0.000114
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55f0 0.000113
+gallium_dri.so free 0x5571735d56c0 void 0.000115
+gallium_dri.so free 0x5571735d55f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d56c0 0.000114
+gallium_dri.so free 0x5571735d5780 void 0.000112
+gallium_dri.so free 0x5571735d56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56c0 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so free 0x5571735d56c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5800 0.000112
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000128
+gallium_dri.so malloc 72 0x5571735d5800 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000113
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000112
+gallium_dri.so free 0x5571735d0a80 void 0.000113
+gallium_dri.so free 0x5571735d0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a30 0.000111
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so free 0x5571735d0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000112
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000115
+gallium_dri.so free 0x5571735d0ce0 void 0.000105
+gallium_dri.so malloc 72 0x5571735d0d30 0.000194
+gallium_dri.so free 0x55717358c640 void 0.000151
+gallium_dri.so free 0x5571735d0d30 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000113
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000111
+gallium_dri.so malloc 72 0x55717358c700 0.000111
+gallium_dri.so free 0x55717358c7c0 void 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so malloc 72 0x55717358c700 0.000114
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so malloc 72 0x55717358c870 0.000115
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c870 void 0.000114
+gallium_dri.so malloc 72 0x55717358c870 0.000113
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so free 0x55717358c870 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca00 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so malloc 72 0x557173601d90 0.000115
+gallium_dri.so free 0x557173601e00 void 0.000114
+gallium_dri.so free 0x557173601d90 void 0.000114
+gallium_dri.so malloc 72 0x557173601e20 0.000114
+gallium_dri.so free 0x557173601ec0 void 0.000113
+gallium_dri.so free 0x557173601e20 void 0.000115
+gallium_dri.so malloc 72 0x557173601e70 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000114
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000114
+gallium_dri.so free 0x557173601fc0 void 0.000119
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601fc0 0.000131
+gallium_dri.so free 0x557173602080 void 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000163
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x5571736095c0 void 0.000116
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x557173609680 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x5571736096c0 0.000114
+gallium_dri.so free 0x557173609740 void 0.000116
+gallium_dri.so free 0x5571736096c0 void 0.000115
+gallium_dri.so malloc 72 0x557173609740 0.000114
+gallium_dri.so free 0x557173609800 void 0.000116
+gallium_dri.so free 0x557173609740 void 0.000114
+gallium_dri.so malloc 72 0x557173609740 0.000113
+gallium_dri.so free 0x557173609880 void 0.000114
+gallium_dri.so free 0x557173609740 void 0.000113
+gallium_dri.so malloc 72 0x5571736098b0 0.000115
+gallium_dri.so free 0x557173609900 void 0.000115
+gallium_dri.so free 0x5571736098b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609900 0.000115
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x557173609900 void 0.000114
+gallium_dri.so malloc 72 0x557173609900 0.000115
+gallium_dri.so free 0x557173464880 void 0.000119
+gallium_dri.so free 0x557173609900 void 0.000116
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173464940 void 0.000117
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000112
+gallium_dri.so free 0x557173464a00 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000112
+gallium_dri.so malloc 72 0x557173464a70 0.000112
+gallium_dri.so free 0x557173464b40 void 0.000113
+gallium_dri.so free 0x557173464a70 void 0.000113
+gallium_dri.so malloc 72 0x557173464b90 0.000112
+gallium_dri.so free 0x557173464c00 void 0.000115
+gallium_dri.so free 0x557173464b90 void 0.000112
+gallium_dri.so malloc 72 0x557173464c40 0.000111
+gallium_dri.so free 0x5571735d1fc0 void 0.000112
+gallium_dri.so free 0x557173464c40 void 0.000112
+gallium_dri.so malloc 72 0x557173464c40 0.000112
+gallium_dri.so free 0x5571735d2040 void 0.000112
+gallium_dri.so free 0x557173464c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2070 0.000112
+gallium_dri.so free 0x5571735d20c0 void 0.000114
+gallium_dri.so free 0x5571735d2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2070 0.000112
+gallium_dri.so free 0x5571735d21c0 void 0.000113
+gallium_dri.so free 0x5571735d2070 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2170 0.000130
+gallium_dri.so free 0x5571735d2280 void 0.000120
+gallium_dri.so free 0x5571735d2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2230 0.000114
+gallium_dri.so free 0x5571735d22c0 void 0.000115
+gallium_dri.so free 0x5571735d2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2230 0.000115
+gallium_dri.so free 0x5571735d2380 void 0.000116
+gallium_dri.so free 0x5571735d2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23f0 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735d23f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23f0 0.000117
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x5571735d23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa80 0.000114
+gallium_dri.so free 0x5571735cfb40 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfa80 0.000115
+gallium_dri.so free 0x5571735cfc00 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa80 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc70 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x5571735cfc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfd90 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe60 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735cfe60 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe60 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000116
+gallium_dri.so free 0x5571735cfe60 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000114
+gallium_dri.so free 0x55717358dd00 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcb0 0.000113
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ddb0 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000121
+gallium_dri.so free 0x55717358ddb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358df00 void 0.000113
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358de70 0.000113
+gallium_dri.so free 0x55717358dfc0 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358e010 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717358e010 void 0.000113
+gallium_dri.so malloc 72 0x55717358e010 0.000133
+gallium_dri.so free 0x557173590240 void 0.000118
+gallium_dri.so free 0x55717358e010 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000115
+gallium_dri.so free 0x557173590300 void 0.000113
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000115
+gallium_dri.so free 0x5571735903c0 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590430 0.000113
+gallium_dri.so free 0x557173590500 void 0.000113
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x557173590550 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000114
+gallium_dri.so free 0x557173590550 void 0.000113
+gallium_dri.so malloc 72 0x557173590600 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173590600 void 0.000113
+gallium_dri.so malloc 72 0x557173590600 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173590600 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000112
+gallium_dri.so free 0x55717360b540 void 0.000116
+gallium_dri.so free 0x55717360b4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4f0 0.000127
+gallium_dri.so free 0x55717360b640 void 0.000116
+gallium_dri.so free 0x55717360b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b5f0 0.000113
+gallium_dri.so free 0x55717360b700 void 0.000114
+gallium_dri.so free 0x55717360b5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6b0 0.000114
+gallium_dri.so free 0x55717360b740 void 0.000114
+gallium_dri.so free 0x55717360b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b6b0 0.000114
+gallium_dri.so free 0x55717360b800 void 0.000113
+gallium_dri.so free 0x55717360b6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b870 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000116
+gallium_dri.so free 0x55717360b870 void 0.000113
+gallium_dri.so malloc 72 0x55717360b870 0.000114
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x55717360b870 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x557173605a00 void 0.000121
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x557173605ac0 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000112
+gallium_dri.so free 0x557173605b80 void 0.000117
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x557173605b30 0.000121
+gallium_dri.so free 0x557173605c00 void 0.000122
+gallium_dri.so free 0x557173605b30 void 0.000129
+gallium_dri.so malloc 72 0x557173605c50 0.000124
+gallium_dri.so free 0x557173605cc0 void 0.000121
+gallium_dri.so free 0x557173605c50 void 0.000121
+gallium_dri.so malloc 72 0x557173605d20 0.000123
+gallium_dri.so free 0x557173607e80 void 0.000120
+gallium_dri.so free 0x557173605d20 void 0.000120
+gallium_dri.so malloc 72 0x557173605d20 0.000119
+gallium_dri.so free 0x557173607f00 void 0.000121
+gallium_dri.so free 0x557173605d20 void 0.000120
+gallium_dri.so malloc 72 0x557173607f30 0.000121
+gallium_dri.so free 0x557173607f80 void 0.000122
+gallium_dri.so free 0x557173607f30 void 0.000119
+gallium_dri.so malloc 72 0x557173607f30 0.000122
+gallium_dri.so free 0x557173608080 void 0.000121
+gallium_dri.so free 0x557173607f30 void 0.000120
+gallium_dri.so malloc 72 0x557173608030 0.000120
+gallium_dri.so free 0x557173608140 void 0.000123
+gallium_dri.so free 0x557173608030 void 0.000120
+gallium_dri.so malloc 72 0x5571736080f0 0.000119
+gallium_dri.so free 0x557173608180 void 0.000120
+gallium_dri.so free 0x5571736080f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736080f0 0.000120
+gallium_dri.so free 0x557173608240 void 0.000120
+gallium_dri.so free 0x5571736080f0 void 0.000129
+gallium_dri.so malloc 72 0x557173608290 0.000122
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x557173608290 void 0.000121
+gallium_dri.so malloc 72 0x557173608290 0.000120
+gallium_dri.so free 0x55717358b6c0 void 0.000121
+gallium_dri.so free 0x557173608290 void 0.000120
+gallium_dri.so malloc 72 0x55717358b6c0 0.000119
+gallium_dri.so free 0x55717358b780 void 0.000120
+gallium_dri.so free 0x55717358b6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b6c0 0.000120
+gallium_dri.so free 0x55717358b840 void 0.000119
+gallium_dri.so free 0x55717358b6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b6c0 0.000120
+gallium_dri.so free 0x55717358b900 void 0.000120
+gallium_dri.so free 0x55717358b6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b8b0 0.000121
+gallium_dri.so free 0x55717358b980 void 0.000120
+gallium_dri.so free 0x55717358b8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b9d0 0.000121
+gallium_dri.so free 0x55717358ba40 void 0.000121
+gallium_dri.so free 0x55717358b9d0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ba80 0.000121
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba80 0.000118
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so free 0x55717358ba80 void 0.000121
+gallium_dri.so malloc 72 0x557173589130 0.000120
+gallium_dri.so free 0x557173589180 void 0.000121
+gallium_dri.so free 0x557173589130 void 0.000121
+gallium_dri.so malloc 72 0x557173589130 0.000120
+gallium_dri.so free 0x557173589280 void 0.000122
+gallium_dri.so free 0x557173589130 void 0.000121
+gallium_dri.so malloc 72 0x557173589230 0.000120
+gallium_dri.so free 0x557173589340 void 0.000127
+gallium_dri.so free 0x557173589230 void 0.000115
+gallium_dri.so malloc 72 0x5571735892f0 0.000112
+gallium_dri.so free 0x557173589380 void 0.000116
+gallium_dri.so free 0x5571735892f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735892f0 0.000114
+gallium_dri.so free 0x557173589440 void 0.000114
+gallium_dri.so free 0x5571735892f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735894b0 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x5571735894b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735894b0 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x5571735894b0 void 0.000115
+gallium_dri.so malloc 72 0x557173466e40 0.000113
+gallium_dri.so free 0x557173466f00 void 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173466e40 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000126
+gallium_dri.so free 0x557173466e40 void 0.000116
+gallium_dri.so malloc 72 0x557173466e40 0.000114
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000114
+gallium_dri.so free 0x557173467100 void 0.000115
+gallium_dri.so free 0x557173467030 void 0.000116
+gallium_dri.so malloc 72 0x557173467150 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000123
+gallium_dri.so free 0x557173467150 void 0.000121
+gallium_dri.so malloc 72 0x557173467220 0.000124
+gallium_dri.so free 0x5571735d4580 void 0.000125
+gallium_dri.so free 0x557173467220 void 0.000124
+gallium_dri.so malloc 72 0x557173467220 0.000123
+gallium_dri.so free 0x5571735d4600 void 0.000120
+gallium_dri.so free 0x557173467220 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4630 0.000120
+gallium_dri.so free 0x5571735d4680 void 0.000119
+gallium_dri.so free 0x5571735d4630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4630 0.000115
+gallium_dri.so free 0x5571735d4780 void 0.000115
+gallium_dri.so free 0x5571735d4630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4730 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000116
+gallium_dri.so free 0x5571735d4730 void 0.000139
+gallium_dri.so malloc 72 0x5571735d47f0 0.000118
+gallium_dri.so free 0x5571735d4880 void 0.000116
+gallium_dri.so free 0x5571735d47f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d47f0 0.000114
+gallium_dri.so free 0x5571735d4940 void 0.000116
+gallium_dri.so free 0x5571735d47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4990 0.000115
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x5571735d4990 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4990 0.000114
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so free 0x5571735d4990 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000115
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603570 0.000113
+gallium_dri.so free 0x557173603640 void 0.000115
+gallium_dri.so free 0x557173603570 void 0.000113
+gallium_dri.so malloc 72 0x557173603690 0.000114
+gallium_dri.so free 0x557173603700 void 0.000118
+gallium_dri.so free 0x557173603690 void 0.000116
+gallium_dri.so malloc 72 0x557173603740 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x557173603740 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000150
+gallium_dri.so free 0x5571735f2a00 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b00 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b80 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000126
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2cc0 void 0.000124
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000114
+gallium_dri.so free 0x5571735f2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000128
+gallium_dri.so free 0x5571735f2e40 void 0.000125
+gallium_dri.so free 0x5571735f2cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2e80 0.000123
+gallium_dri.so free 0x5571735f2f00 void 0.000131
+gallium_dri.so free 0x5571735f2e80 void 0.000191
+gallium_dri.so malloc 72 0x5571735f2f00 0.000197
+gallium_dri.so free 0x5571735f2fc0 void 0.000117
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f00 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3070 0.000114
+gallium_dri.so free 0x5571735f30c0 void 0.000118
+gallium_dri.so free 0x5571735f3070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3070 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000115
+gallium_dri.so free 0x5571735f3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3170 0.000115
+gallium_dri.so free 0x5571735f3280 void 0.000115
+gallium_dri.so free 0x5571735f3170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3230 0.000113
+gallium_dri.so free 0x5571735f3300 void 0.000117
+gallium_dri.so free 0x5571735f3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so free 0x5571735f3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000124
+gallium_dri.so free 0x5571735f3430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3550 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f3550 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35e0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000113
+gallium_dri.so free 0x5571735f35e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3630 0.000190
+gallium_dri.so free 0x5571734734c0 void 0.000166
+gallium_dri.so free 0x5571735f3630 void 0.000274
+gallium_dri.so malloc 72 0x557173473470 0.000226
+gallium_dri.so free 0x557173473580 void 0.000298
+gallium_dri.so free 0x557173473470 void 0.000284
+gallium_dri.so malloc 72 0x557173473530 0.000289
+gallium_dri.so free 0x557173473600 void 0.000270
+gallium_dri.so free 0x557173473530 void 0.000276
+gallium_dri.so malloc 72 0x557173473650 0.000213
+gallium_dri.so free 0x5571734736c0 void 0.000201
+gallium_dri.so free 0x557173473650 void 0.000122
+gallium_dri.so malloc 72 0x5571734736e0 0.000117
+gallium_dri.so free 0x557173473780 void 0.000116
+gallium_dri.so free 0x5571734736e0 void 0.000115
+gallium_dri.so malloc 72 0x557173473730 0.000114
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so free 0x557173473730 void 0.000114
+gallium_dri.so malloc 72 0x557173473730 0.000115
+gallium_dri.so free 0x557173473880 void 0.000117
+gallium_dri.so free 0x557173473730 void 0.000115
+gallium_dri.so malloc 72 0x557173473880 0.000116
+gallium_dri.so free 0x557173473940 void 0.000116
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so malloc 72 0x557173473880 0.000115
+gallium_dri.so free 0x557173473a40 void 0.000117
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so malloc 72 0x5571734739f0 0.000116
+gallium_dri.so free 0x557173473a80 void 0.000114
+gallium_dri.so free 0x5571734739f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734739f0 0.000115
+gallium_dri.so free 0x557173473b40 void 0.000117
+gallium_dri.so free 0x5571734739f0 void 0.000115
+gallium_dri.so malloc 72 0x557173473b80 0.000114
+gallium_dri.so free 0x557173473c00 void 0.000115
+gallium_dri.so free 0x557173473b80 void 0.000123
+gallium_dri.so malloc 72 0x557173473c00 0.000154
+gallium_dri.so free 0x557173473cc0 void 0.000166
+gallium_dri.so free 0x557173473c00 void 0.000249
+gallium_dri.so malloc 72 0x557173473c00 0.000265
+gallium_dri.so free 0x557173473d40 void 0.000267
+gallium_dri.so free 0x557173473c00 void 0.000268
+gallium_dri.so malloc 72 0x557173473d70 0.000267
+gallium_dri.so free 0x557173473dc0 void 0.000267
+gallium_dri.so free 0x557173473d70 void 0.000266
+gallium_dri.so malloc 72 0x557173473d70 0.000248
+gallium_dri.so free 0x557173473ec0 void 0.000288
+gallium_dri.so free 0x557173473d70 void 0.000327
+gallium_dri.so malloc 72 0x557173473f00 0.000199
+gallium_dri.so free 0x557173473f80 void 0.000147
+gallium_dri.so free 0x557173473f00 void 0.000139
+gallium_dri.so malloc 72 0x557173473f80 0.000135
+gallium_dri.so free 0x557173474040 void 0.000136
+gallium_dri.so free 0x557173473f80 void 0.000137
+gallium_dri.so malloc 72 0x557173473f80 0.000135
+gallium_dri.so free 0x5571734740c0 void 0.000136
+gallium_dri.so free 0x557173473f80 void 0.000137
+gallium_dri.so malloc 72 0x5571734740f0 0.000136
+gallium_dri.so free 0x557173474140 void 0.000138
+gallium_dri.so free 0x5571734740f0 void 0.000136
+gallium_dri.so malloc 72 0x5571734740f0 0.000136
+gallium_dri.so free 0x55717361fdc0 void 0.000137
+gallium_dri.so free 0x5571734740f0 void 0.000136
+gallium_dri.so malloc 72 0x55717361fe10 0.000135
+gallium_dri.so free 0x55717361fe80 void 0.000137
+gallium_dri.so free 0x55717361fe10 void 0.000135
+gallium_dri.so malloc 72 0x55717361fee0 0.000136
+gallium_dri.so free 0x55717361ff80 void 0.000137
+gallium_dri.so free 0x55717361fee0 void 0.000136
+gallium_dri.so malloc 72 0x55717361ff30 0.000135
+gallium_dri.so free 0x55717361ffc0 void 0.000148
+gallium_dri.so free 0x55717361ff30 void 0.000138
+gallium_dri.so malloc 72 0x55717361ff30 0.000138
+gallium_dri.so free 0x557173620080 void 0.000136
+gallium_dri.so free 0x55717361ff30 void 0.000136
+gallium_dri.so malloc 72 0x5571736200c0 0.000137
+gallium_dri.so free 0x557173620140 void 0.000137
+gallium_dri.so free 0x5571736200c0 void 0.000137
+gallium_dri.so malloc 72 0x557173620140 0.000142
+gallium_dri.so free 0x557173620200 void 0.000137
+gallium_dri.so free 0x557173620140 void 0.000135
+gallium_dri.so malloc 72 0x557173620140 0.000138
+gallium_dri.so free 0x557173620280 void 0.000136
+gallium_dri.so free 0x557173620140 void 0.000137
+gallium_dri.so malloc 72 0x5571736202b0 0.000135
+gallium_dri.so free 0x557173620300 void 0.000136
+gallium_dri.so free 0x5571736202b0 void 0.000135
+gallium_dri.so malloc 72 0x557173620300 0.000136
+gallium_dri.so free 0x5571736203c0 void 0.000143
+gallium_dri.so free 0x557173620300 void 0.000136
+gallium_dri.so malloc 72 0x557173620300 0.000136
+gallium_dri.so free 0x5571736204c0 void 0.000136
+gallium_dri.so free 0x557173620300 void 0.000152
+gallium_dri.so malloc 72 0x557173620470 0.000186
+gallium_dri.so free 0x557173620580 void 0.000187
+gallium_dri.so free 0x557173620470 void 0.000191
+gallium_dri.so malloc 72 0x557173620530 0.000233
+gallium_dri.so free 0x5571736205c0 void 0.000202
+gallium_dri.so free 0x557173620530 void 0.000201
+gallium_dri.so malloc 72 0x557173620530 0.000181
+gallium_dri.so free 0x557173620680 void 0.000172
+gallium_dri.so free 0x557173620530 void 0.000235
+gallium_dri.so malloc 72 0x5571736206c0 0.000188
+gallium_dri.so free 0x557173620740 void 0.000181
+gallium_dri.so free 0x5571736206c0 void 0.000173
+gallium_dri.so malloc 72 0x557173620740 0.000241
+gallium_dri.so free 0x557173620800 void 0.000131
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620880 void 0.000132
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so malloc 72 0x557173620740 0.000115
+gallium_dri.so free 0x557173620940 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000117
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so malloc 72 0x5571736209b0 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000115
+gallium_dri.so free 0x5571736209b0 void 0.000115
+gallium_dri.so malloc 72 0x557173620ad0 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000119
+gallium_dri.so free 0x557173620ad0 void 0.000114
+gallium_dri.so malloc 72 0x557173620b60 0.000113
+gallium_dri.so free 0x557173620c00 void 0.000115
+gallium_dri.so free 0x557173620b60 void 0.000115
+gallium_dri.so malloc 72 0x557173620bb0 0.000114
+gallium_dri.so free 0x557173620c80 void 0.000115
+gallium_dri.so free 0x557173620bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620bb0 0.000115
+gallium_dri.so free 0x557173620d80 void 0.000115
+gallium_dri.so free 0x557173620bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173620d30 0.000114
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so free 0x557173620d30 void 0.000114
+gallium_dri.so malloc 72 0x557173460440 0.000115
+gallium_dri.so free 0x557173460500 void 0.000127
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so malloc 72 0x557173460440 0.000113
+gallium_dri.so free 0x557173620e00 void 0.000127
+gallium_dri.so free 0x557173460440 void 0.000138
+gallium_dri.so malloc 72 0x557173620e30 0.000128
+gallium_dri.so free 0x557173460580 void 0.000125
+gallium_dri.so free 0x557173620e30 void 0.000121
+gallium_dri.so malloc 72 0x5571734605c0 0.000116
+gallium_dri.so free 0x557173460640 void 0.000117
+gallium_dri.so free 0x5571734605c0 void 0.000114
+gallium_dri.so malloc 72 0x557173460640 0.000115
+gallium_dri.so free 0x557173460700 void 0.000116
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so malloc 72 0x557173460640 0.000114
+gallium_dri.so free 0x5571734607c0 void 0.000114
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so malloc 72 0x5571734607e0 0.000114
+gallium_dri.so free 0x557173460880 void 0.000116
+gallium_dri.so free 0x5571734607e0 void 0.000115
+gallium_dri.so malloc 72 0x557173460830 0.000113
+gallium_dri.so free 0x557173460900 void 0.000115
+gallium_dri.so free 0x557173460830 void 0.000114
+gallium_dri.so malloc 72 0x557173460830 0.000114
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so free 0x557173460830 void 0.000113
+gallium_dri.so malloc 72 0x557173460980 0.000122
+gallium_dri.so free 0x557173460a40 void 0.000117
+gallium_dri.so free 0x557173460980 void 0.000113
+gallium_dri.so malloc 72 0x557173460980 0.000142
+gallium_dri.so free 0x557173460b00 void 0.000144
+gallium_dri.so free 0x557173460980 void 0.000143
+gallium_dri.so malloc 72 0x557173460980 0.000143
+gallium_dri.so free 0x557173460bc0 void 0.000143
+gallium_dri.so free 0x557173460980 void 0.000143
+gallium_dri.so malloc 72 0x557173460b70 0.000143
+gallium_dri.so free 0x557173460c80 void 0.000144
+gallium_dri.so free 0x557173460b70 void 0.000144
+gallium_dri.so malloc 72 0x557173460c30 0.000143
+gallium_dri.so free 0x557173460d00 void 0.000144
+gallium_dri.so free 0x557173460c30 void 0.000143
+gallium_dri.so malloc 72 0x557173460d50 0.000142
+gallium_dri.so free 0x557173460dc0 void 0.000145
+gallium_dri.so free 0x557173460d50 void 0.000144
+gallium_dri.so malloc 72 0x557173460de0 0.000143
+gallium_dri.so free 0x557173460e80 void 0.000145
+gallium_dri.so free 0x557173460de0 void 0.000143
+gallium_dri.so malloc 72 0x557173460e30 0.000142
+gallium_dri.so free 0x557173460f00 void 0.000145
+gallium_dri.so free 0x557173460e30 void 0.000153
+gallium_dri.so malloc 72 0x557173460e30 0.000144
+gallium_dri.so free 0x557173460f80 void 0.000142
+gallium_dri.so free 0x557173460e30 void 0.000143
+gallium_dri.so malloc 72 0x557173460f80 0.000142
+gallium_dri.so free 0x557173461040 void 0.000196
+gallium_dri.so free 0x557173460f80 void 0.000224
+gallium_dri.so malloc 72 0x557173460f80 0.000259
+gallium_dri.so free 0x557173461140 void 0.000260
+gallium_dri.so free 0x557173460f80 void 0.000335
+gallium_dri.so malloc 72 0x5571734610f0 0.000182
+gallium_dri.so free 0x557173461180 void 0.000298
+gallium_dri.so free 0x5571734610f0 void 0.000191
+gallium_dri.so malloc 72 0x5571734610f0 0.000160
+gallium_dri.so free 0x557173461240 void 0.000162
+gallium_dri.so free 0x5571734610f0 void 0.000124
+gallium_dri.so malloc 72 0x557173461280 0.000120
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so free 0x557173461280 void 0.000114
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so malloc 72 0x557173461300 0.000113
+gallium_dri.so free 0x557173461440 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so malloc 72 0x557173461470 0.000115
+gallium_dri.so free 0x5571734614c0 void 0.000115
+gallium_dri.so free 0x557173461470 void 0.000114
+gallium_dri.so malloc 72 0x557173461470 0.000114
+gallium_dri.so free 0x5571734615c0 void 0.000114
+gallium_dri.so free 0x557173461470 void 0.000112
+gallium_dri.so malloc 72 0x557173461600 0.000113
+gallium_dri.so free 0x557173461680 void 0.000119
+gallium_dri.so free 0x557173461600 void 0.000112
+gallium_dri.so malloc 72 0x557173461680 0.000114
+gallium_dri.so free 0x557173461740 void 0.000114
+gallium_dri.so free 0x557173461680 void 0.000112
+gallium_dri.so malloc 72 0x557173461680 0.000112
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x557173461680 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000113
+gallium_dri.so free 0x557173461840 void 0.000116
+gallium_dri.so free 0x5571734617f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000112
+gallium_dri.so free 0x557173461940 void 0.000128
+gallium_dri.so free 0x5571734617f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734618f0 0.000113
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so free 0x5571734618f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734619b0 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000114
+gallium_dri.so free 0x5571734619b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734619b0 0.000113
+gallium_dri.so free 0x557173461b40 void 0.000115
+gallium_dri.so free 0x5571734619b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734619b0 0.000112
+gallium_dri.so free 0x557173461c00 void 0.000114
+gallium_dri.so free 0x5571734619b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461bb0 0.000112
+gallium_dri.so free 0x557173461c80 void 0.000115
+gallium_dri.so free 0x557173461bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173461cd0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000115
+gallium_dri.so free 0x557173461cd0 void 0.000115
+gallium_dri.so malloc 72 0x557173461d60 0.000112
+gallium_dri.so free 0x557173461e00 void 0.000115
+gallium_dri.so free 0x557173461d60 void 0.000113
+gallium_dri.so malloc 72 0x557173461db0 0.000121
+gallium_dri.so free 0x557173461e80 void 0.000120
+gallium_dri.so free 0x557173461db0 void 0.000123
+gallium_dri.so malloc 72 0x557173461e80 0.000119
+gallium_dri.so free 0x557173461f40 void 0.000133
+gallium_dri.so free 0x557173461e80 void 0.000125
+gallium_dri.so malloc 72 0x557173461e80 0.000125
+gallium_dri.so free 0x557173461fc0 void 0.000133
+gallium_dri.so free 0x557173461e80 void 0.000136
+gallium_dri.so malloc 72 0x557173461fc0 0.000132
+gallium_dri.so free 0x557173462080 void 0.000133
+gallium_dri.so free 0x557173461fc0 void 0.000133
+gallium_dri.so malloc 72 0x557173461fc0 0.000131
+gallium_dri.so free 0x557173462140 void 0.000127
+gallium_dri.so free 0x557173461fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173461fc0 0.000125
+gallium_dri.so free 0x557173462200 void 0.000127
+gallium_dri.so free 0x557173461fc0 void 0.000124
+gallium_dri.so malloc 72 0x5571734621b0 0.000127
+gallium_dri.so free 0x557173462280 void 0.000126
+gallium_dri.so free 0x5571734621b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734622d0 0.000126
+gallium_dri.so free 0x557173462340 void 0.000126
+gallium_dri.so free 0x5571734622d0 void 0.000125
+gallium_dri.so malloc 72 0x557173462380 0.000126
+gallium_dri.so free 0x5571735e0e80 void 0.000127
+gallium_dri.so free 0x557173462380 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000134
+gallium_dri.so free 0x5571735e0f40 void 0.000168
+gallium_dri.so free 0x5571735e0ea0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000126
+gallium_dri.so free 0x5571735e0fc0 void 0.000128
+gallium_dri.so free 0x5571735e0ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000129
+gallium_dri.so free 0x5571735e1040 void 0.000129
+gallium_dri.so free 0x5571735e0ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1040 0.000125
+gallium_dri.so free 0x5571735e1100 void 0.000128
+gallium_dri.so free 0x5571735e1040 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1040 0.000125
+gallium_dri.so free 0x5571735e11c0 void 0.000127
+gallium_dri.so free 0x5571735e1040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1040 0.000125
+gallium_dri.so free 0x5571735e1280 void 0.000126
+gallium_dri.so free 0x5571735e1040 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1230 0.000125
+gallium_dri.so free 0x5571735e1280 void 0.000126
+gallium_dri.so free 0x5571735e1230 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1230 0.000124
+gallium_dri.so free 0x5571735e1380 void 0.000127
+gallium_dri.so free 0x5571735e1230 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1330 0.000125
+gallium_dri.so free 0x5571735e1440 void 0.000148
+gallium_dri.so free 0x5571735e1330 void 0.000125
+gallium_dri.so malloc 72 0x5571735e13f0 0.000124
+gallium_dri.so free 0x5571735e1480 void 0.000124
+gallium_dri.so free 0x5571735e13f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e13f0 0.000133
+gallium_dri.so free 0x5571735e1540 void 0.000118
+gallium_dri.so free 0x5571735e13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1580 0.000111
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1600 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1600 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000112
+gallium_dri.so free 0x5571735e1600 void 0.000123
+gallium_dri.so malloc 72 0x5571735e17a0 0.000124
+gallium_dri.so free 0x5571735e1840 void 0.000124
+gallium_dri.so free 0x5571735e17a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e17f0 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000123
+gallium_dri.so free 0x5571735e17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17f0 0.000122
+gallium_dri.so free 0x5571735e1940 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1940 0.000125
+gallium_dri.so free 0x5571735e1a00 void 0.000214
+gallium_dri.so free 0x5571735e1940 void 0.000213
+gallium_dri.so malloc 72 0x5571735e1940 0.000221
+gallium_dri.so free 0x5571735e1ac0 void 0.000214
+gallium_dri.so free 0x5571735e1940 void 0.000189
+gallium_dri.so malloc 72 0x5571735e1940 0.000198
+gallium_dri.so free 0x5571735e1b80 void 0.000126
+gallium_dri.so free 0x5571735e1940 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1b30 0.000168
+gallium_dri.so free 0x5571735e1c40 void 0.000126
+gallium_dri.so free 0x5571735e1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1d10 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1d10 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1da0 0.000124
+gallium_dri.so free 0x5571735e1e40 void 0.000136
+gallium_dri.so free 0x5571735e1da0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1df0 0.000124
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1df0 0.000117
+gallium_dri.so free 0x5571735e1f40 void 0.000122
+gallium_dri.so free 0x5571735e1df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1f40 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000122
+gallium_dri.so free 0x5571735e1f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1f40 0.000119
+gallium_dri.so free 0x5571735e2100 void 0.000120
+gallium_dri.so free 0x5571735e1f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000118
+gallium_dri.so free 0x5571735e20b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e20b0 0.000124
+gallium_dri.so free 0x5571735e2200 void 0.000125
+gallium_dri.so free 0x5571735e20b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2240 0.000132
+gallium_dri.so free 0x5571735e22c0 void 0.000130
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e22c0 0.000170
+gallium_dri.so free 0x5571735e2380 void 0.000281
+gallium_dri.so free 0x5571735e22c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735e22c0 0.000167
+gallium_dri.so free 0x5571735e2400 void 0.000130
+gallium_dri.so free 0x5571735e22c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2430 0.000131
+gallium_dri.so free 0x5571735e2480 void 0.000125
+gallium_dri.so free 0x5571735e2430 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2430 0.000126
+gallium_dri.so free 0x5571735e2580 void 0.000130
+gallium_dri.so free 0x5571735e2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e25c0 0.000125
+gallium_dri.so free 0x5571735e2640 void 0.000124
+gallium_dri.so free 0x5571735e25c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2640 0.000131
+gallium_dri.so free 0x5571735e2700 void 0.000125
+gallium_dri.so free 0x5571735e2640 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2640 0.000124
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so free 0x5571735e2640 void 0.000139
+gallium_dri.so malloc 72 0x5571735e27b0 0.000129
+gallium_dri.so free 0x5571735e2800 void 0.000131
+gallium_dri.so free 0x5571735e27b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e27b0 0.000125
+gallium_dri.so free 0x5571735e2900 void 0.000126
+gallium_dri.so free 0x5571735e27b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e28b0 0.000130
+gallium_dri.so free 0x5571735e29c0 void 0.000131
+gallium_dri.so free 0x5571735e28b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2970 0.000203
+gallium_dri.so free 0x5571735e2a40 void 0.000223
+gallium_dri.so free 0x5571735e2970 void 0.000224
+gallium_dri.so malloc 72 0x5571735e2970 0.000264
+gallium_dri.so free 0x5571735e2b00 void 0.000376
+gallium_dri.so free 0x5571735e2970 void 0.000337
+gallium_dri.so malloc 72 0x5571735e2970 0.000336
+gallium_dri.so free 0x5571735e2bc0 void 0.000322
+gallium_dri.so free 0x5571735e2970 void 0.000329
+gallium_dri.so malloc 72 0x5571735e2b70 0.000287
+gallium_dri.so free 0x5571735e2c40 void 0.000272
+gallium_dri.so free 0x5571735e2b70 void 0.000273
+gallium_dri.so malloc 72 0x5571735e2c90 0.000277
+gallium_dri.so free 0x5571735e2d00 void 0.000273
+gallium_dri.so free 0x5571735e2c90 void 0.000278
+gallium_dri.so malloc 72 0x5571735e2d20 0.000284
+gallium_dri.so free 0x5571735e2dc0 void 0.000276
+gallium_dri.so free 0x5571735e2d20 void 0.000257
+gallium_dri.so malloc 72 0x5571735e2d70 0.000333
+gallium_dri.so free 0x5571735e2e40 void 0.000304
+gallium_dri.so free 0x5571735e2d70 void 0.000273
+gallium_dri.so malloc 72 0x5571735e2e40 0.000303
+gallium_dri.so free 0x5571735e2f00 void 0.000309
+gallium_dri.so free 0x5571735e2e40 void 0.000305
+gallium_dri.so malloc 72 0x5571735e2e40 0.000305
+gallium_dri.so free 0x5571735e2f80 void 0.000292
+gallium_dri.so free 0x5571735e2e40 void 0.000271
+gallium_dri.so malloc 72 0x5571735e2f80 0.000210
+gallium_dri.so free 0x5571735e3040 void 0.000258
+gallium_dri.so free 0x5571735e2f80 void 0.000260
+gallium_dri.so malloc 72 0x5571735e2f80 0.000205
+gallium_dri.so free 0x5571735e3100 void 0.000179
+gallium_dri.so free 0x5571735e2f80 void 0.000144
+gallium_dri.so malloc 72 0x5571735e2f80 0.000196
+gallium_dri.so free 0x5571735e31c0 void 0.000209
+gallium_dri.so free 0x5571735e2f80 void 0.000214
+gallium_dri.so malloc 72 0x5571735e3170 0.000208
+gallium_dri.so free 0x5571735e3240 void 0.000188
+gallium_dri.so free 0x5571735e3170 void 0.000150
+gallium_dri.so malloc 72 0x5571735e3290 0.000148
+gallium_dri.so free 0x5571735e3300 void 0.000148
+gallium_dri.so free 0x5571735e3290 void 0.000153
+gallium_dri.so malloc 72 0x5571735e3340 0.000208
+gallium_dri.so free 0x5571735e33c0 void 0.000207
+gallium_dri.so free 0x5571735e3340 void 0.000186
+gallium_dri.so malloc 72 0x5571735e3340 0.000150
+gallium_dri.so free 0x5571735e3440 void 0.000210
+gallium_dri.so free 0x5571735e3340 void 0.000210
+gallium_dri.so malloc 72 0x5571735e3470 0.000206
+gallium_dri.so free 0x5571735e34c0 void 0.000190
+gallium_dri.so free 0x5571735e3470 void 0.000154
+gallium_dri.so malloc 72 0x5571735e3470 0.000206
+gallium_dri.so free 0x5571735e35c0 void 0.000206
+gallium_dri.so free 0x5571735e3470 void 0.000211
+gallium_dri.so malloc 72 0x5571735e3570 0.000186
+gallium_dri.so free 0x5571735e3680 void 0.000149
+gallium_dri.so free 0x5571735e3570 void 0.000149
+gallium_dri.so malloc 72 0x5571735e3630 0.000148
+gallium_dri.so free 0x5571735e36c0 void 0.000154
+gallium_dri.so free 0x5571735e3630 void 0.000207
+gallium_dri.so malloc 72 0x5571735e3630 0.000208
+gallium_dri.so free 0x5571735e3780 void 0.000209
+gallium_dri.so free 0x5571735e3630 void 0.000207
+gallium_dri.so malloc 72 0x5571735e37f0 0.000180
+gallium_dri.so free 0x5571735fc340 void 0.000219
+gallium_dri.so free 0x5571735e37f0 void 0.000215
+gallium_dri.so malloc 72 0x5571735e37f0 0.000218
+gallium_dri.so free 0x5571735fc3c0 void 0.000219
+gallium_dri.so free 0x5571735e37f0 void 0.000220
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000219
+gallium_dri.so free 0x5571735fc480 void 0.000198
+gallium_dri.so free 0x5571735fc3c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000165
+gallium_dri.so free 0x5571735fc540 void 0.000167
+gallium_dri.so free 0x5571735fc3c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000139
+gallium_dri.so free 0x5571735fc600 void 0.000150
+gallium_dri.so free 0x5571735fc3c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000132
+gallium_dri.so free 0x5571735fc680 void 0.000134
+gallium_dri.so free 0x5571735fc5b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000137
+gallium_dri.so free 0x5571735fc740 void 0.000138
+gallium_dri.so free 0x5571735fc6d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000138
+gallium_dri.so free 0x5571735fc840 void 0.000133
+gallium_dri.so free 0x5571735fc7a0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000137
+gallium_dri.so free 0x5571735fc880 void 0.000138
+gallium_dri.so free 0x5571735fc7f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000138
+gallium_dri.so free 0x5571735fc940 void 0.000138
+gallium_dri.so free 0x5571735fc7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc980 0.000137
+gallium_dri.so free 0x5571735fca00 void 0.000139
+gallium_dri.so free 0x5571735fc980 void 0.000191
+gallium_dri.so malloc 72 0x5571735fca00 0.000139
+gallium_dri.so free 0x5571735fcac0 void 0.000138
+gallium_dri.so free 0x5571735fca00 void 0.000137
+gallium_dri.so malloc 72 0x5571735fca00 0.000133
+gallium_dri.so free 0x5571735fcb40 void 0.000132
+gallium_dri.so free 0x5571735fca00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcb70 0.000131
+gallium_dri.so free 0x5571735fcbc0 void 0.000134
+gallium_dri.so free 0x5571735fcb70 void 0.000135
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000133
+gallium_dri.so free 0x5571735fcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000131
+gallium_dri.so free 0x5571735fcd80 void 0.000132
+gallium_dri.so free 0x5571735fcbc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcd30 0.000134
+gallium_dri.so free 0x5571735fce40 void 0.000133
+gallium_dri.so free 0x5571735fcd30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000127
+gallium_dri.so free 0x5571735fce80 void 0.000132
+gallium_dri.so free 0x5571735fcdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000131
+gallium_dri.so free 0x5571735fcf40 void 0.000146
+gallium_dri.so free 0x5571735fcdf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcf80 0.000128
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so free 0x5571735fcf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd000 0.000127
+gallium_dri.so free 0x5571735fd0c0 void 0.000128
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd000 0.000127
+gallium_dri.so free 0x5571735fd140 void 0.000127
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd000 0.000127
+gallium_dri.so free 0x5571735fd200 void 0.000127
+gallium_dri.so free 0x5571735fd000 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd000 0.000122
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so free 0x5571735fd000 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd270 0.000119
+gallium_dri.so free 0x5571735fd340 void 0.000120
+gallium_dri.so free 0x5571735fd270 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd390 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000119
+gallium_dri.so free 0x5571735fd390 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd420 0.000141
+gallium_dri.so free 0x5571735fd4c0 void 0.000121
+gallium_dri.so free 0x5571735fd420 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd470 0.000130
+gallium_dri.so free 0x5571735fd540 void 0.000128
+gallium_dri.so free 0x5571735fd470 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd470 0.000126
+gallium_dri.so free 0x5571735fd640 void 0.000127
+gallium_dri.so free 0x5571735fd470 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000125
+gallium_dri.so free 0x5571735fd6c0 void 0.000128
+gallium_dri.so free 0x5571735fd5f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd710 0.000128
+gallium_dri.so free 0x5571735fd780 void 0.000128
+gallium_dri.so free 0x5571735fd710 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000128
+gallium_dri.so free 0x5571735fd840 void 0.000128
+gallium_dri.so free 0x5571735fd7a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000126
+gallium_dri.so free 0x5571735fd8c0 void 0.000127
+gallium_dri.so free 0x5571735fd7f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000127
+gallium_dri.so free 0x5571735fd940 void 0.000128
+gallium_dri.so free 0x5571735fd7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd940 0.000127
+gallium_dri.so free 0x5571735fda00 void 0.000129
+gallium_dri.so free 0x5571735fd940 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd940 0.000171
+gallium_dri.so free 0x5571735fdb00 void 0.000128
+gallium_dri.so free 0x5571735fd940 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd940 0.000127
+gallium_dri.so free 0x5571735fdb80 void 0.000127
+gallium_dri.so free 0x5571735fd940 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000126
+gallium_dri.so free 0x5571735fdc00 void 0.000126
+gallium_dri.so free 0x5571735fdbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000127
+gallium_dri.so free 0x5571735fdd00 void 0.000126
+gallium_dri.so free 0x5571735fdbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000126
+gallium_dri.so free 0x5571735fddc0 void 0.000128
+gallium_dri.so free 0x5571735fdcb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdd70 0.000128
+gallium_dri.so free 0x5571735fde00 void 0.000127
+gallium_dri.so free 0x5571735fdd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdd70 0.000126
+gallium_dri.so free 0x5571735fdec0 void 0.000127
+gallium_dri.so free 0x5571735fdd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdf10 0.000129
+gallium_dri.so free 0x5571735fdf80 void 0.000128
+gallium_dri.so free 0x5571735fdf10 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000134
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe040 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000126
+gallium_dri.so free 0x5571735fe040 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe040 0.000114
+gallium_dri.so free 0x5571735fe180 void 0.000115
+gallium_dri.so free 0x5571735fe040 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000115
+gallium_dri.so free 0x5571735fe200 void 0.000115
+gallium_dri.so free 0x5571735fe1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000110
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe1b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000112
+gallium_dri.so free 0x5571735fe3c0 void 0.000110
+gallium_dri.so free 0x5571735fe2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe370 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000111
+gallium_dri.so free 0x5571735fe370 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe460 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so free 0x5571735fe460 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000114
+gallium_dri.so free 0x5571735fe580 void 0.000117
+gallium_dri.so free 0x5571735fe4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000131
+gallium_dri.so free 0x5571735fe600 void 0.000122
+gallium_dri.so free 0x5571735fe4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe600 0.000122
+gallium_dri.so free 0x5571735fe6c0 void 0.000121
+gallium_dri.so free 0x5571735fe600 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe600 0.000121
+gallium_dri.so free 0x5571735fe780 void 0.000121
+gallium_dri.so free 0x5571735fe600 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe600 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735fe600 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000123
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735fe7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000121
+gallium_dri.so free 0x5571735fe940 void 0.000122
+gallium_dri.so free 0x5571735fe7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000120
+gallium_dri.so free 0x5571735fea00 void 0.000122
+gallium_dri.so free 0x5571735fe8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000121
+gallium_dri.so free 0x5571735fea40 void 0.000122
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000122
+gallium_dri.so free 0x5571735feb00 void 0.000123
+gallium_dri.so free 0x5571735fe9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735feb40 0.000121
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so free 0x5571735feb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735febc0 0.000119
+gallium_dri.so free 0x5571735fec80 void 0.000119
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735febc0 0.000120
+gallium_dri.so free 0x5571735fed40 void 0.000120
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fed60 0.000120
+gallium_dri.so free 0x5571735fee00 void 0.000120
+gallium_dri.so free 0x5571735fed60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fedb0 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000122
+gallium_dri.so free 0x5571735fedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fedb0 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000121
+gallium_dri.so free 0x5571735fedb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fef00 0.000125
+gallium_dri.so free 0x5571735fefc0 void 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fef00 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fef00 0.000129
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x5571735fef00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735ff0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000114
+gallium_dri.so free 0x5571735ff280 void 0.000116
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000115
+gallium_dri.so free 0x5571735ff2d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff360 0.000115
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so free 0x5571735ff360 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000117
+gallium_dri.so free 0x5571735ff500 void 0.000114
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff500 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff500 0.000115
+gallium_dri.so free 0x5571735ff6c0 void 0.000116
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff700 void 0.000123
+gallium_dri.so free 0x5571735ff670 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff670 0.000122
+gallium_dri.so free 0x5571735ff7c0 void 0.000121
+gallium_dri.so free 0x5571735ff670 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff800 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000120
+gallium_dri.so free 0x5571735ff800 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff880 0.000122
+gallium_dri.so free 0x5571735ff940 void 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff880 0.000123
+gallium_dri.so free 0x5571735ff9c0 void 0.000120
+gallium_dri.so free 0x5571735ff880 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000119
+gallium_dri.so free 0x5571735ffa40 void 0.000121
+gallium_dri.so free 0x5571735ff9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000118
+gallium_dri.so free 0x5571735ffb40 void 0.000118
+gallium_dri.so free 0x5571735ff9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffb80 0.000117
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so free 0x5571735ffb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc00 0.000117
+gallium_dri.so free 0x5571735ffcc0 void 0.000117
+gallium_dri.so free 0x5571735ffc00 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffc00 0.000121
+gallium_dri.so free 0x5571735ffd40 void 0.000118
+gallium_dri.so free 0x5571735ffc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd70 0.000118
+gallium_dri.so free 0x5571735ffdc0 void 0.000118
+gallium_dri.so free 0x5571735ffd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffd70 0.000117
+gallium_dri.so free 0x5571735ffec0 void 0.000117
+gallium_dri.so free 0x5571735ffd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffe70 0.000118
+gallium_dri.so free 0x5571735fff80 void 0.000120
+gallium_dri.so free 0x5571735ffe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fff30 0.000117
+gallium_dri.so free 0x557173600000 void 0.000118
+gallium_dri.so free 0x5571735fff30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fff30 0.000117
+gallium_dri.so free 0x5571736000c0 void 0.000117
+gallium_dri.so free 0x5571735fff30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fff30 0.000117
+gallium_dri.so free 0x557173600180 void 0.000118
+gallium_dri.so free 0x5571735fff30 void 0.000119
+gallium_dri.so malloc 72 0x557173600130 0.000119
+gallium_dri.so free 0x557173600200 void 0.000118
+gallium_dri.so free 0x557173600130 void 0.000119
+gallium_dri.so malloc 72 0x557173600250 0.000119
+gallium_dri.so free 0x5571736002c0 void 0.000118
+gallium_dri.so free 0x557173600250 void 0.000123
+gallium_dri.so malloc 72 0x5571736002e0 0.000111
+gallium_dri.so free 0x557173600380 void 0.000111
+gallium_dri.so free 0x5571736002e0 void 0.000110
+gallium_dri.so malloc 72 0x557173600330 0.000109
+gallium_dri.so free 0x557173600400 void 0.000110
+gallium_dri.so free 0x557173600330 void 0.000110
+gallium_dri.so malloc 72 0x557173600400 0.000110
+gallium_dri.so free 0x5571736004c0 void 0.000109
+gallium_dri.so free 0x557173600400 void 0.000110
+gallium_dri.so malloc 72 0x557173600400 0.000109
+gallium_dri.so free 0x557173600540 void 0.000110
+gallium_dri.so free 0x557173600400 void 0.000110
+gallium_dri.so malloc 72 0x557173600540 0.000111
+gallium_dri.so free 0x557173600600 void 0.000110
+gallium_dri.so free 0x557173600540 void 0.000110
+gallium_dri.so malloc 72 0x557173600540 0.000110
+gallium_dri.so free 0x5571736006c0 void 0.000110
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000115
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000116
+gallium_dri.so malloc 72 0x557173600730 0.000115
+gallium_dri.so free 0x557173600800 void 0.000115
+gallium_dri.so free 0x557173600730 void 0.000114
+gallium_dri.so malloc 72 0x557173600850 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000117
+gallium_dri.so free 0x557173600850 void 0.000115
+gallium_dri.so malloc 72 0x557173600900 0.000129
+gallium_dri.so free 0x557173600980 void 0.000123
+gallium_dri.so free 0x557173600900 void 0.000119
+gallium_dri.so malloc 72 0x557173600900 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000121
+gallium_dri.so free 0x557173600900 void 0.000120
+gallium_dri.so malloc 72 0x557173600a30 0.000121
+gallium_dri.so free 0x557173600a80 void 0.000120
+gallium_dri.so free 0x557173600a30 void 0.000119
+gallium_dri.so malloc 72 0x557173600a30 0.000120
+gallium_dri.so free 0x557173600b80 void 0.000120
+gallium_dri.so free 0x557173600a30 void 0.000119
+gallium_dri.so malloc 72 0x557173600b30 0.000120
+gallium_dri.so free 0x557173600c40 void 0.000121
+gallium_dri.so free 0x557173600b30 void 0.000121
+gallium_dri.so malloc 72 0x557173600bf0 0.000119
+gallium_dri.so free 0x557173600c80 void 0.000120
+gallium_dri.so free 0x557173600bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173600bf0 0.000120
+gallium_dri.so free 0x557173600d40 void 0.000120
+gallium_dri.so free 0x557173600bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173600db0 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x557173600db0 void 0.000120
+gallium_dri.so malloc 72 0x557173600db0 0.000120
+gallium_dri.so free 0x557173600f00 void 0.000120
+gallium_dri.so free 0x557173600db0 void 0.000131
+gallium_dri.so malloc 72 0x557173600eb0 0.000123
+gallium_dri.so free 0x557173600fc0 void 0.000121
+gallium_dri.so free 0x557173600eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173600f70 0.000120
+gallium_dri.so free 0x557173601000 void 0.000120
+gallium_dri.so free 0x557173600f70 void 0.000120
+gallium_dri.so malloc 72 0x557173600f70 0.000119
+gallium_dri.so free 0x5571736010c0 void 0.000120
+gallium_dri.so free 0x557173600f70 void 0.000121
+gallium_dri.so malloc 72 0x557173601100 0.000119
+gallium_dri.so free 0x557173601180 void 0.000128
+gallium_dri.so free 0x557173601100 void 0.000120
+gallium_dri.so malloc 72 0x557173601180 0.000119
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so free 0x557173601180 void 0.000118
+gallium_dri.so malloc 72 0x55717360c120 0.000118
+gallium_dri.so free 0x55717360c1c0 void 0.000119
+gallium_dri.so free 0x55717360c120 void 0.000118
+gallium_dri.so malloc 72 0x55717360c170 0.000118
+gallium_dri.so free 0x55717360c200 void 0.000118
+gallium_dri.so free 0x55717360c170 void 0.000117
+gallium_dri.so malloc 72 0x55717360c170 0.000118
+gallium_dri.so free 0x55717360c2c0 void 0.000117
+gallium_dri.so free 0x55717360c170 void 0.000118
+gallium_dri.so malloc 72 0x55717360c300 0.000128
+gallium_dri.so free 0x55717360c380 void 0.000115
+gallium_dri.so free 0x55717360c300 void 0.000112
+gallium_dri.so malloc 72 0x55717360c380 0.000109
+gallium_dri.so free 0x55717360c440 void 0.000109
+gallium_dri.so free 0x55717360c380 void 0.000110
+gallium_dri.so malloc 72 0x55717360c380 0.000110
+gallium_dri.so free 0x55717360c4c0 void 0.000111
+gallium_dri.so free 0x55717360c380 void 0.000109
+gallium_dri.so malloc 72 0x55717360c4f0 0.000111
+gallium_dri.so free 0x55717360c540 void 0.000110
+gallium_dri.so free 0x55717360c4f0 void 0.000109
+gallium_dri.so malloc 72 0x55717360c540 0.000110
+gallium_dri.so free 0x55717360c600 void 0.000110
+gallium_dri.so free 0x55717360c540 void 0.000110
+gallium_dri.so malloc 72 0x55717360c540 0.000110
+gallium_dri.so free 0x55717360c700 void 0.000110
+gallium_dri.so free 0x55717360c540 void 0.000110
+gallium_dri.so malloc 72 0x55717360c6b0 0.000110
+gallium_dri.so free 0x55717360c7c0 void 0.000109
+gallium_dri.so free 0x55717360c6b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360c770 0.000109
+gallium_dri.so free 0x55717360c800 void 0.000109
+gallium_dri.so free 0x55717360c770 void 0.000110
+gallium_dri.so malloc 72 0x55717360c770 0.000110
+gallium_dri.so free 0x55717360c8c0 void 0.000111
+gallium_dri.so free 0x55717360c770 void 0.000110
+gallium_dri.so malloc 72 0x55717360c900 0.000109
+gallium_dri.so free 0x55717360c980 void 0.000109
+gallium_dri.so free 0x55717360c900 void 0.000126
+gallium_dri.so malloc 72 0x55717360c980 0.000118
+gallium_dri.so free 0x55717360ca40 void 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so malloc 72 0x55717360c980 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x55717360c980 0.000120
+gallium_dri.so free 0x55717360cb80 void 0.000117
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x55717360c980 0.000117
+gallium_dri.so free 0x55717360cc40 void 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x55717360cbf0 0.000116
+gallium_dri.so free 0x55717360ccc0 void 0.000117
+gallium_dri.so free 0x55717360cbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360cd10 0.000118
+gallium_dri.so free 0x55717360cd80 void 0.000118
+gallium_dri.so free 0x55717360cd10 void 0.000116
+gallium_dri.so malloc 72 0x55717360cda0 0.000116
+gallium_dri.so free 0x55717360ce40 void 0.000118
+gallium_dri.so free 0x55717360cda0 void 0.000116
+gallium_dri.so malloc 72 0x55717360cdf0 0.000118
+gallium_dri.so free 0x55717360cec0 void 0.000119
+gallium_dri.so free 0x55717360cdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cdf0 0.000118
+gallium_dri.so free 0x55717360cfc0 void 0.000162
+gallium_dri.so free 0x55717360cdf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf70 0.000118
+gallium_dri.so free 0x55717360d040 void 0.000118
+gallium_dri.so free 0x55717360cf70 void 0.000120
+gallium_dri.so malloc 72 0x55717360d090 0.000119
+gallium_dri.so free 0x55717360d100 void 0.000118
+gallium_dri.so free 0x55717360d090 void 0.000118
+gallium_dri.so malloc 72 0x55717360d120 0.000118
+gallium_dri.so free 0x55717360d1c0 void 0.000118
+gallium_dri.so free 0x55717360d120 void 0.000117
+gallium_dri.so malloc 72 0x55717360d170 0.000120
+gallium_dri.so free 0x55717360d240 void 0.000119
+gallium_dri.so free 0x55717360d170 void 0.000118
+gallium_dri.so malloc 72 0x55717360d170 0.000118
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so free 0x55717360d170 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2c0 0.000117
+gallium_dri.so free 0x55717360d380 void 0.000118
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2c0 0.000117
+gallium_dri.so free 0x55717360d480 void 0.000118
+gallium_dri.so free 0x55717360d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2c0 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000117
+gallium_dri.so free 0x55717360d2c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d530 0.000118
+gallium_dri.so free 0x55717360d580 void 0.000115
+gallium_dri.so free 0x55717360d530 void 0.000110
+gallium_dri.so malloc 72 0x55717360d530 0.000110
+gallium_dri.so free 0x55717360d680 void 0.000110
+gallium_dri.so free 0x55717360d530 void 0.000110
+gallium_dri.so malloc 72 0x55717360d630 0.000110
+gallium_dri.so free 0x55717360d740 void 0.000110
+gallium_dri.so free 0x55717360d630 void 0.000110
+gallium_dri.so malloc 72 0x55717360d6f0 0.000110
+gallium_dri.so free 0x55717360d780 void 0.000111
+gallium_dri.so free 0x55717360d6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360d6f0 0.000110
+gallium_dri.so free 0x55717360d840 void 0.000109
+gallium_dri.so free 0x55717360d6f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d890 0.000119
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so free 0x55717360d890 void 0.000110
+gallium_dri.so malloc 72 0x55717360d940 0.000109
+gallium_dri.so free 0x55717360d9c0 void 0.000109
+gallium_dri.so free 0x55717360d940 void 0.000110
+gallium_dri.so malloc 72 0x55717360d9c0 0.000111
+gallium_dri.so free 0x55717360da80 void 0.000111
+gallium_dri.so free 0x55717360d9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d9c0 0.000111
+gallium_dri.so free 0x55717360db00 void 0.000109
+gallium_dri.so free 0x55717360d9c0 void 0.000109
+gallium_dri.so malloc 72 0x55717360db30 0.000110
+gallium_dri.so free 0x55717360db80 void 0.000109
+gallium_dri.so free 0x55717360db30 void 0.000125
+gallium_dri.so malloc 72 0x55717360db30 0.000117
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so free 0x55717360db30 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc30 0.000117
+gallium_dri.so free 0x55717360dd40 void 0.000117
+gallium_dri.so free 0x55717360dc30 void 0.000117
+gallium_dri.so malloc 72 0x55717360dcf0 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000118
+gallium_dri.so free 0x55717360dcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dde0 0.000118
+gallium_dri.so free 0x55717360de80 void 0.000120
+gallium_dri.so free 0x55717360dde0 void 0.000118
+gallium_dri.so malloc 72 0x55717360de30 0.000119
+gallium_dri.so free 0x55717360df00 void 0.000122
+gallium_dri.so free 0x55717360de30 void 0.000119
+gallium_dri.so malloc 72 0x55717360de30 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000117
+gallium_dri.so free 0x55717360de30 void 0.000117
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e040 void 0.000117
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e100 void 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000154
+gallium_dri.so free 0x55717360df80 void 0.000121
+gallium_dri.so malloc 72 0x55717360e170 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360e170 void 0.000119
+gallium_dri.so malloc 72 0x55717360e170 0.000118
+gallium_dri.so free 0x55717360e2c0 void 0.000117
+gallium_dri.so free 0x55717360e170 void 0.000117
+gallium_dri.so malloc 72 0x55717360e270 0.000118
+gallium_dri.so free 0x55717360e380 void 0.000118
+gallium_dri.so free 0x55717360e270 void 0.000118
+gallium_dri.so malloc 72 0x55717360e330 0.000119
+gallium_dri.so free 0x55717360e3c0 void 0.000119
+gallium_dri.so free 0x55717360e330 void 0.000118
+gallium_dri.so malloc 72 0x55717360e330 0.000118
+gallium_dri.so free 0x55717360e480 void 0.000119
+gallium_dri.so free 0x55717360e330 void 0.000117
+gallium_dri.so malloc 72 0x55717360e4c0 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000119
+gallium_dri.so free 0x55717360e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e540 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000120
+gallium_dri.so malloc 72 0x55717360e540 0.000117
+gallium_dri.so free 0x55717360e6c0 void 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so malloc 72 0x55717360e6e0 0.000118
+gallium_dri.so free 0x55717360e780 void 0.000120
+gallium_dri.so free 0x55717360e6e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e730 0.000111
+gallium_dri.so free 0x55717360e800 void 0.000110
+gallium_dri.so free 0x55717360e730 void 0.000110
+gallium_dri.so malloc 72 0x55717360e730 0.000112
+gallium_dri.so free 0x55717360e880 void 0.000111
+gallium_dri.so free 0x55717360e730 void 0.000110
+gallium_dri.so malloc 72 0x55717360e880 0.000110
+gallium_dri.so free 0x55717360e940 void 0.000110
+gallium_dri.so free 0x55717360e880 void 0.000111
+gallium_dri.so malloc 72 0x55717360e880 0.000109
+gallium_dri.so free 0x55717360ea00 void 0.000110
+gallium_dri.so free 0x55717360e880 void 0.000109
+gallium_dri.so malloc 72 0x55717360e880 0.000110
+gallium_dri.so free 0x55717360eac0 void 0.000110
+gallium_dri.so free 0x55717360e880 void 0.000110
+gallium_dri.so malloc 72 0x55717360ea70 0.000111
+gallium_dri.so free 0x55717360eb80 void 0.000109
+gallium_dri.so free 0x55717360ea70 void 0.000110
+gallium_dri.so malloc 72 0x55717360eb30 0.000110
+gallium_dri.so free 0x55717360ec00 void 0.000110
+gallium_dri.so free 0x55717360eb30 void 0.000110
+gallium_dri.so malloc 72 0x55717360ec50 0.000110
+gallium_dri.so free 0x55717360ecc0 void 0.000110
+gallium_dri.so free 0x55717360ec50 void 0.000111
+gallium_dri.so malloc 72 0x55717360ece0 0.000110
+gallium_dri.so free 0x55717360ed80 void 0.000110
+gallium_dri.so free 0x55717360ece0 void 0.000127
+gallium_dri.so malloc 72 0x55717360ed30 0.000116
+gallium_dri.so free 0x55717360ee00 void 0.000117
+gallium_dri.so free 0x55717360ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ed30 0.000123
+gallium_dri.so free 0x55717360ee80 void 0.000120
+gallium_dri.so free 0x55717360ed30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000119
+gallium_dri.so free 0x55717360ef40 void 0.000117
+gallium_dri.so free 0x55717360ee80 void 0.000115
+gallium_dri.so malloc 72 0x55717360ee80 0.000118
+gallium_dri.so free 0x55717360f040 void 0.000118
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360eff0 0.000118
+gallium_dri.so free 0x55717360f080 void 0.000118
+gallium_dri.so free 0x55717360eff0 void 0.000123
+gallium_dri.so malloc 72 0x55717360eff0 0.000117
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so free 0x55717360eff0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f180 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000120
+gallium_dri.so free 0x55717360f180 void 0.000118
+gallium_dri.so malloc 72 0x55717360f200 0.000121
+gallium_dri.so free 0x55717360f2c0 void 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so malloc 72 0x55717360f200 0.000120
+gallium_dri.so free 0x55717360f340 void 0.000157
+gallium_dri.so free 0x55717360f200 void 0.000121
+gallium_dri.so malloc 72 0x55717360f370 0.000118
+gallium_dri.so free 0x55717360f3c0 void 0.000118
+gallium_dri.so free 0x55717360f370 void 0.000119
+gallium_dri.so malloc 72 0x55717360f370 0.000119
+gallium_dri.so free 0x55717360f4c0 void 0.000117
+gallium_dri.so free 0x55717360f370 void 0.000117
+gallium_dri.so malloc 72 0x55717360f500 0.000118
+gallium_dri.so free 0x55717360f580 void 0.000118
+gallium_dri.so free 0x55717360f500 void 0.000118
+gallium_dri.so malloc 72 0x55717360f580 0.000118
+gallium_dri.so free 0x55717360f640 void 0.000119
+gallium_dri.so free 0x55717360f580 void 0.000118
+gallium_dri.so malloc 72 0x55717360f580 0.000118
+gallium_dri.so free 0x55717360f6c0 void 0.000118
+gallium_dri.so free 0x55717360f580 void 0.000119
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f740 void 0.000118
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f840 void 0.000119
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f7f0 0.000120
+gallium_dri.so free 0x55717360f900 void 0.000118
+gallium_dri.so free 0x55717360f7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f8b0 0.000119
+gallium_dri.so free 0x55717360f980 void 0.000125
+gallium_dri.so free 0x55717360f8b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f8b0 0.000110
+gallium_dri.so free 0x55717360fa40 void 0.000110
+gallium_dri.so free 0x55717360f8b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f8b0 0.000110
+gallium_dri.so free 0x55717360fb00 void 0.000111
+gallium_dri.so free 0x55717360f8b0 void 0.000109
+gallium_dri.so malloc 72 0x55717360fab0 0.000109
+gallium_dri.so free 0x55717360fb80 void 0.000109
+gallium_dri.so free 0x55717360fab0 void 0.000110
+gallium_dri.so malloc 72 0x55717360fbd0 0.000109
+gallium_dri.so free 0x55717360fc40 void 0.000111
+gallium_dri.so free 0x55717360fbd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fc60 0.000111
+gallium_dri.so free 0x55717360fd00 void 0.000110
+gallium_dri.so free 0x55717360fc60 void 0.000110
+gallium_dri.so malloc 72 0x55717360fcb0 0.000109
+gallium_dri.so free 0x55717360fd80 void 0.000110
+gallium_dri.so free 0x55717360fcb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360fd80 0.000110
+gallium_dri.so free 0x55717360fe40 void 0.000114
+gallium_dri.so free 0x55717360fd80 void 0.000111
+gallium_dri.so malloc 72 0x55717360fd80 0.000110
+gallium_dri.so free 0x55717360fec0 void 0.000110
+gallium_dri.so free 0x55717360fd80 void 0.000111
+gallium_dri.so malloc 72 0x55717360fec0 0.000111
+gallium_dri.so free 0x55717360ff80 void 0.000110
+gallium_dri.so free 0x55717360fec0 void 0.000126
+gallium_dri.so malloc 72 0x55717360fec0 0.000119
+gallium_dri.so free 0x557173610040 void 0.000118
+gallium_dri.so free 0x55717360fec0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fec0 0.000121
+gallium_dri.so free 0x557173610100 void 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000117
+gallium_dri.so malloc 72 0x5571736100b0 0.000118
+gallium_dri.so free 0x557173610180 void 0.000118
+gallium_dri.so free 0x5571736100b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736101d0 0.000117
+gallium_dri.so free 0x557173610240 void 0.000117
+gallium_dri.so free 0x5571736101d0 void 0.000116
+gallium_dri.so malloc 72 0x557173610280 0.000116
+gallium_dri.so free 0x557173610300 void 0.000120
+gallium_dri.so free 0x557173610280 void 0.000121
+gallium_dri.so malloc 72 0x557173610280 0.000126
+gallium_dri.so free 0x557173610380 void 0.000121
+gallium_dri.so free 0x557173610280 void 0.000120
+gallium_dri.so malloc 72 0x5571736103b0 0.000119
+gallium_dri.so free 0x557173610400 void 0.000121
+gallium_dri.so free 0x5571736103b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736103b0 0.000120
+gallium_dri.so free 0x557173610500 void 0.000121
+gallium_dri.so free 0x5571736103b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736104b0 0.000121
+gallium_dri.so free 0x5571736105c0 void 0.000169
+gallium_dri.so free 0x5571736104b0 void 0.000123
+gallium_dri.so malloc 72 0x557173610570 0.000123
+gallium_dri.so free 0x557173610600 void 0.000121
+gallium_dri.so free 0x557173610570 void 0.000122
+gallium_dri.so malloc 72 0x557173610570 0.000120
+gallium_dri.so free 0x5571736106c0 void 0.000121
+gallium_dri.so free 0x557173610570 void 0.000119
+gallium_dri.so malloc 72 0x557173610730 0.000121
+gallium_dri.so free 0x557173610780 void 0.000121
+gallium_dri.so free 0x557173610730 void 0.000121
+gallium_dri.so malloc 72 0x557173610730 0.000121
+gallium_dri.so free 0x557173610880 void 0.000121
+gallium_dri.so free 0x557173610730 void 0.000120
+gallium_dri.so malloc 72 0x557173610830 0.000120
+gallium_dri.so free 0x557173610940 void 0.000121
+gallium_dri.so free 0x557173610830 void 0.000121
+gallium_dri.so malloc 72 0x5571736108f0 0.000120
+gallium_dri.so free 0x557173610980 void 0.000122
+gallium_dri.so free 0x5571736108f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000120
+gallium_dri.so free 0x5571736108f0 void 0.000122
+gallium_dri.so malloc 72 0x557173610a80 0.000120
+gallium_dri.so free 0x557173610b00 void 0.000121
+gallium_dri.so free 0x557173610a80 void 0.000120
+gallium_dri.so malloc 72 0x557173610b00 0.000127
+gallium_dri.so free 0x557173610bc0 void 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000115
+gallium_dri.so malloc 72 0x557173610b00 0.000114
+gallium_dri.so free 0x557173610c80 void 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610ca0 0.000115
+gallium_dri.so free 0x557173610d40 void 0.000114
+gallium_dri.so free 0x557173610ca0 void 0.000114
+gallium_dri.so malloc 72 0x557173610cf0 0.000113
+gallium_dri.so free 0x557173610dc0 void 0.000118
+gallium_dri.so free 0x557173610cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173610cf0 0.000113
+gallium_dri.so free 0x557173610e40 void 0.000115
+gallium_dri.so free 0x557173610cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173610e40 0.000114
+gallium_dri.so free 0x557173610f00 void 0.000115
+gallium_dri.so free 0x557173610e40 void 0.000114
+gallium_dri.so malloc 72 0x557173610e40 0.000114
+gallium_dri.so free 0x557173610fc0 void 0.000114
+gallium_dri.so free 0x557173610e40 void 0.000113
+gallium_dri.so malloc 72 0x557173610e40 0.000116
+gallium_dri.so free 0x557173611080 void 0.000113
+gallium_dri.so free 0x557173610e40 void 0.000115
+gallium_dri.so malloc 72 0x557173611030 0.000114
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x557173611030 void 0.000114
+gallium_dri.so malloc 72 0x5571736110f0 0.000124
+gallium_dri.so free 0x5571736111c0 void 0.000114
+gallium_dri.so free 0x5571736110f0 void 0.000116
+gallium_dri.so malloc 72 0x557173611210 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173611210 void 0.000113
+gallium_dri.so malloc 72 0x557173611210 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x557173611210 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe70 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000113
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000116
+gallium_dri.so free 0x5571735bffc0 void 0.000113
+gallium_dri.so free 0x5571735bfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735bff70 0.000113
+gallium_dri.so free 0x5571735c0080 void 0.000115
+gallium_dri.so free 0x5571735bff70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0030 0.000113
+gallium_dri.so free 0x5571735c0100 void 0.000114
+gallium_dri.so free 0x5571735c0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0120 0.000114
+gallium_dri.so free 0x5571735c01c0 void 0.000115
+gallium_dri.so free 0x5571735c0120 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0170 0.000114
+gallium_dri.so free 0x5571735c0240 void 0.000111
+gallium_dri.so free 0x5571735c0170 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0170 0.000131
+gallium_dri.so free 0x5571735c02c0 void 0.000123
+gallium_dri.so free 0x5571735c0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735c02c0 0.000121
+gallium_dri.so free 0x5571735c0380 void 0.000122
+gallium_dri.so free 0x5571735c02c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c02c0 0.000122
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so free 0x5571735c02c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02c0 0.000121
+gallium_dri.so free 0x5571735c0500 void 0.000122
+gallium_dri.so free 0x5571735c02c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c04b0 0.000121
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so free 0x5571735c04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04b0 0.000120
+gallium_dri.so free 0x5571735c0600 void 0.000121
+gallium_dri.so free 0x5571735c04b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c05b0 0.000120
+gallium_dri.so free 0x5571735c06c0 void 0.000121
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0670 0.000120
+gallium_dri.so free 0x5571735c0700 void 0.000120
+gallium_dri.so free 0x5571735c0670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0670 0.000119
+gallium_dri.so free 0x5571735c07c0 void 0.000120
+gallium_dri.so free 0x5571735c0670 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0800 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0800 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0880 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0880 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a20 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0a20 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a70 0.000115
+gallium_dri.so free 0x5571735c0b40 void 0.000114
+gallium_dri.so free 0x5571735c0a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0a70 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000115
+gallium_dri.so free 0x5571735c0c80 void 0.000115
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000113
+gallium_dri.so free 0x5571735c0d40 void 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000115
+gallium_dri.so free 0x5571735c0bc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0db0 0.000122
+gallium_dri.so free 0x5571735c0ec0 void 0.000121
+gallium_dri.so free 0x5571735c0db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0e70 0.000121
+gallium_dri.so free 0x5571735c0f40 void 0.000121
+gallium_dri.so free 0x5571735c0e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0f90 0.000153
+gallium_dri.so free 0x5571735c1000 void 0.000123
+gallium_dri.so free 0x5571735c0f90 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1020 0.000120
+gallium_dri.so free 0x5571735c10c0 void 0.000120
+gallium_dri.so free 0x5571735c1020 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000120
+gallium_dri.so free 0x5571735c1140 void 0.000120
+gallium_dri.so free 0x5571735c1070 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1070 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000121
+gallium_dri.so free 0x5571735c1070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c11c0 0.000121
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11c0 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1330 0.000120
+gallium_dri.so free 0x5571735c13c0 void 0.000176
+gallium_dri.so free 0x5571735c1330 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1330 0.000121
+gallium_dri.so free 0x5571735c1480 void 0.000121
+gallium_dri.so free 0x5571735c1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14c0 0.000120
+gallium_dri.so free 0x5571735c1540 void 0.000122
+gallium_dri.so free 0x5571735c14c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1540 0.000119
+gallium_dri.so free 0x5571735c1600 void 0.000120
+gallium_dri.so free 0x5571735c1540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1540 0.000119
+gallium_dri.so free 0x5571735c1680 void 0.000121
+gallium_dri.so free 0x5571735c1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735c16b0 0.000121
+gallium_dri.so free 0x5571735c1700 void 0.000120
+gallium_dri.so free 0x5571735c16b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c16b0 0.000121
+gallium_dri.so free 0x5571735c1800 void 0.000121
+gallium_dri.so free 0x5571735c16b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1840 0.000121
+gallium_dri.so free 0x5571735c18c0 void 0.000122
+gallium_dri.so free 0x5571735c1840 void 0.000121
+gallium_dri.so malloc 72 0x5571735c18c0 0.000120
+gallium_dri.so free 0x5571735c1980 void 0.000120
+gallium_dri.so free 0x5571735c18c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c18c0 0.000121
+gallium_dri.so free 0x5571735c1a00 void 0.000120
+gallium_dri.so free 0x5571735c18c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a30 0.000122
+gallium_dri.so free 0x5571735c1a80 void 0.000121
+gallium_dri.so free 0x5571735c1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a30 0.000120
+gallium_dri.so free 0x5571735c1b80 void 0.000120
+gallium_dri.so free 0x5571735c1a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1b30 0.000120
+gallium_dri.so free 0x5571735c1c40 void 0.000122
+gallium_dri.so free 0x5571735c1b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000120
+gallium_dri.so free 0x5571735c1cc0 void 0.000121
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000120
+gallium_dri.so free 0x5571735c1d80 void 0.000122
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000120
+gallium_dri.so free 0x5571735c1e40 void 0.000119
+gallium_dri.so free 0x5571735c1bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1df0 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000119
+gallium_dri.so free 0x5571735c1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f10 0.000120
+gallium_dri.so free 0x5571735c1f80 void 0.000138
+gallium_dri.so free 0x5571735c1f10 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000121
+gallium_dri.so free 0x5571735c2040 void 0.000121
+gallium_dri.so free 0x5571735c1fa0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000122
+gallium_dri.so free 0x5571735c20c0 void 0.000121
+gallium_dri.so free 0x5571735c1ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c20c0 0.000120
+gallium_dri.so free 0x5571735c2180 void 0.000120
+gallium_dri.so free 0x5571735c20c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c20c0 0.000121
+gallium_dri.so free 0x5571735c2200 void 0.000122
+gallium_dri.so free 0x5571735c20c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2200 0.000122
+gallium_dri.so free 0x5571735c22c0 void 0.000120
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2200 0.000120
+gallium_dri.so free 0x5571735c2440 void 0.000121
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c23f0 0.000121
+gallium_dri.so free 0x5571735c24c0 void 0.000120
+gallium_dri.so free 0x5571735c23f0 void 0.000198
+gallium_dri.so malloc 72 0x5571735c2510 0.000123
+gallium_dri.so free 0x5571735c2580 void 0.000121
+gallium_dri.so free 0x5571735c2510 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25c0 0.000120
+gallium_dri.so free 0x5571735c2640 void 0.000121
+gallium_dri.so free 0x5571735c25c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c25c0 0.000121
+gallium_dri.so free 0x5571735c26c0 void 0.000121
+gallium_dri.so free 0x5571735c25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26f0 0.000119
+gallium_dri.so free 0x5571735c2740 void 0.000121
+gallium_dri.so free 0x5571735c26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26f0 0.000122
+gallium_dri.so free 0x5571735c2840 void 0.000120
+gallium_dri.so free 0x5571735c26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c27f0 0.000119
+gallium_dri.so free 0x5571735c2900 void 0.000120
+gallium_dri.so free 0x5571735c27f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c28b0 0.000120
+gallium_dri.so free 0x5571735c2940 void 0.000122
+gallium_dri.so free 0x5571735c28b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c28b0 0.000121
+gallium_dri.so free 0x5571735c2a00 void 0.000121
+gallium_dri.so free 0x5571735c28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2a70 0.000120
+gallium_dri.so free 0x5571735c2ac0 void 0.000124
+gallium_dri.so free 0x5571735c2a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000120
+gallium_dri.so free 0x5571735c2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2c80 void 0.000119
+gallium_dri.so free 0x5571735c2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2c30 0.000120
+gallium_dri.so free 0x5571735c2cc0 void 0.000121
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2c30 0.000121
+gallium_dri.so free 0x5571735c2d80 void 0.000122
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so free 0x5571735c2dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e40 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e40 0.000120
+gallium_dri.so free 0x5571735c2fc0 void 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000119
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c2fe0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3030 0.000125
+gallium_dri.so free 0x5571735c3100 void 0.000122
+gallium_dri.so free 0x5571735c3030 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3030 0.000120
+gallium_dri.so free 0x5571735c3180 void 0.000119
+gallium_dri.so free 0x5571735c3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3180 0.000119
+gallium_dri.so free 0x5571735c3240 void 0.000121
+gallium_dri.so free 0x5571735c3180 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3180 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000119
+gallium_dri.so free 0x5571735c3180 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3180 0.000120
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so free 0x5571735c3180 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3370 0.000120
+gallium_dri.so free 0x5571735c3480 void 0.000220
+gallium_dri.so free 0x5571735c3370 void 0.000180
+gallium_dri.so malloc 72 0x5571735c3430 0.000122
+gallium_dri.so free 0x5571735c3500 void 0.000119
+gallium_dri.so free 0x5571735c3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3550 0.000124
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c3550 void 0.000119
+gallium_dri.so malloc 72 0x5571735c35e0 0.000126
+gallium_dri.so free 0x5571735c3680 void 0.000120
+gallium_dri.so free 0x5571735c35e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3630 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000117
+gallium_dri.so free 0x5571735c3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3780 0.000117
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3780 0.000117
+gallium_dri.so free 0x5571735c3940 void 0.000117
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c38f0 0.000116
+gallium_dri.so free 0x5571735c3980 void 0.000117
+gallium_dri.so free 0x5571735c38f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c38f0 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000116
+gallium_dri.so free 0x5571735c38f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3a80 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so free 0x5571735c3a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b00 0.000118
+gallium_dri.so free 0x5571735c3bc0 void 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b00 0.000148
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c70 0.000117
+gallium_dri.so free 0x5571735c3cc0 void 0.000119
+gallium_dri.so free 0x5571735c3c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c70 0.000117
+gallium_dri.so free 0x5571735c3dc0 void 0.000117
+gallium_dri.so free 0x5571735c3c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3e00 0.000118
+gallium_dri.so free 0x5571735c3e80 void 0.000117
+gallium_dri.so free 0x5571735c3e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3e80 0.000117
+gallium_dri.so free 0x5571735c3f40 void 0.000119
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3e80 0.000118
+gallium_dri.so free 0x5571735c3fc0 void 0.000118
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000119
+gallium_dri.so free 0x5571735c4040 void 0.000120
+gallium_dri.so free 0x5571735c3ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000119
+gallium_dri.so free 0x5571735c4140 void 0.000118
+gallium_dri.so free 0x5571735c3ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40f0 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000120
+gallium_dri.so free 0x5571735c40f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c41b0 0.000119
+gallium_dri.so free 0x5571735c4280 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c41b0 0.000117
+gallium_dri.so free 0x5571735c4340 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c41b0 0.000119
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c43b0 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so free 0x5571735c43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44d0 0.000126
+gallium_dri.so free 0x5571735c4540 void 0.000121
+gallium_dri.so free 0x5571735c44d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4560 0.000118
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so free 0x5571735c4560 void 0.000118
+gallium_dri.so malloc 72 0x5571735c45b0 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000120
+gallium_dri.so free 0x5571735c45b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4680 0.000118
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000126
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c47c0 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c47c0 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000117
+gallium_dri.so free 0x5571735c4a00 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c49b0 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000117
+gallium_dri.so free 0x5571735c49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000121
+gallium_dri.so free 0x5571735c4b40 void 0.000125
+gallium_dri.so free 0x5571735c4ad0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4b80 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000124
+gallium_dri.so free 0x5571735c4b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b80 0.000117
+gallium_dri.so free 0x5571735c4c80 void 0.000117
+gallium_dri.so free 0x5571735c4b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000117
+gallium_dri.so free 0x5571735c4d00 void 0.000117
+gallium_dri.so free 0x5571735c4cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000130
+gallium_dri.so free 0x5571735c4e00 void 0.000119
+gallium_dri.so free 0x5571735c4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4db0 0.000118
+gallium_dri.so free 0x5571735c4ec0 void 0.000118
+gallium_dri.so free 0x5571735c4db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4f00 void 0.000119
+gallium_dri.so free 0x5571735c4e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4fc0 void 0.000118
+gallium_dri.so free 0x5571735c4e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5030 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so free 0x5571735c5030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c5030 0.000120
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so free 0x5571735c5030 void 0.000119
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469b40 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000119
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000119
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469cc0 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000159
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469d40 void 0.000110
+gallium_dri.so free 0x557173469c70 void 0.000113
+gallium_dri.so malloc 72 0x557173469d90 0.000110
+gallium_dri.so free 0x557173469e00 void 0.000109
+gallium_dri.so free 0x557173469d90 void 0.000110
+gallium_dri.so malloc 72 0x557173469e60 0.000110
+gallium_dri.so free 0x557173469f00 void 0.000110
+gallium_dri.so free 0x557173469e60 void 0.000111
+gallium_dri.so malloc 72 0x557173469eb0 0.000112
+gallium_dri.so free 0x557173469f40 void 0.000111
+gallium_dri.so free 0x557173469eb0 void 0.000110
+gallium_dri.so malloc 72 0x557173469eb0 0.000112
+gallium_dri.so free 0x55717346a000 void 0.000110
+gallium_dri.so free 0x557173469eb0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a040 0.000112
+gallium_dri.so free 0x55717346a0c0 void 0.000110
+gallium_dri.so free 0x55717346a040 void 0.000110
+gallium_dri.so malloc 72 0x55717346a0c0 0.000110
+gallium_dri.so free 0x55717346a180 void 0.000109
+gallium_dri.so free 0x55717346a0c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a0c0 0.000110
+gallium_dri.so free 0x55717346a200 void 0.000111
+gallium_dri.so free 0x55717346a0c0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a230 0.000110
+gallium_dri.so free 0x55717346a280 void 0.000110
+gallium_dri.so free 0x55717346a230 void 0.000111
+gallium_dri.so malloc 72 0x55717346a280 0.000110
+gallium_dri.so free 0x55717346a340 void 0.000135
+gallium_dri.so free 0x55717346a280 void 0.000134
+gallium_dri.so malloc 72 0x55717346a280 0.000129
+gallium_dri.so free 0x55717346a440 void 0.000127
+gallium_dri.so free 0x55717346a280 void 0.000121
+gallium_dri.so malloc 72 0x55717346a3f0 0.000122
+gallium_dri.so free 0x55717346a500 void 0.000122
+gallium_dri.so free 0x55717346a3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a4b0 0.000122
+gallium_dri.so free 0x55717346a540 void 0.000122
+gallium_dri.so free 0x55717346a4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a4b0 0.000121
+gallium_dri.so free 0x55717346a600 void 0.000130
+gallium_dri.so free 0x55717346a4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a640 0.000124
+gallium_dri.so free 0x55717346a6c0 void 0.000123
+gallium_dri.so free 0x55717346a640 void 0.000126
+gallium_dri.so malloc 72 0x55717346a6c0 0.000124
+gallium_dri.so free 0x55717346a780 void 0.000130
+gallium_dri.so free 0x55717346a6c0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a6c0 0.000126
+gallium_dri.so free 0x55717346a800 void 0.000125
+gallium_dri.so free 0x55717346a6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a6c0 0.000135
+gallium_dri.so free 0x55717346a8c0 void 0.000141
+gallium_dri.so free 0x55717346a6c0 void 0.000139
+gallium_dri.so malloc 72 0x55717346a6c0 0.000138
+gallium_dri.so free 0x55717346a980 void 0.000138
+gallium_dri.so free 0x55717346a6c0 void 0.000137
+gallium_dri.so malloc 72 0x55717346a930 0.000131
+gallium_dri.so free 0x55717346aa00 void 0.000129
+gallium_dri.so free 0x55717346a930 void 0.000134
+gallium_dri.so malloc 72 0x55717346aa50 0.000137
+gallium_dri.so free 0x55717346aac0 void 0.000139
+gallium_dri.so free 0x55717346aa50 void 0.000138
+gallium_dri.so malloc 72 0x55717346aae0 0.000133
+gallium_dri.so free 0x55717346ab80 void 0.000130
+gallium_dri.so free 0x55717346aae0 void 0.000135
+gallium_dri.so malloc 72 0x55717346ab30 0.000143
+gallium_dri.so free 0x55717346ac00 void 0.000217
+gallium_dri.so free 0x55717346ab30 void 0.000124
+gallium_dri.so malloc 72 0x55717346ab30 0.000118
+gallium_dri.so free 0x55717346ad00 void 0.000116
+gallium_dri.so free 0x55717346ab30 void 0.000123
+gallium_dri.so malloc 72 0x55717346acb0 0.000311
+gallium_dri.so free 0x55717346ad80 void 0.000337
+gallium_dri.so free 0x55717346acb0 void 0.000347
+gallium_dri.so malloc 72 0x55717346add0 0.000160
+gallium_dri.so free 0x55717346ae40 void 0.000160
+gallium_dri.so free 0x55717346add0 void 0.000158
+gallium_dri.so malloc 72 0x55717346ae60 0.000124
+gallium_dri.so free 0x55717346af00 void 0.000125
+gallium_dri.so free 0x55717346ae60 void 0.000124
+gallium_dri.so malloc 72 0x55717346aeb0 0.000118
+gallium_dri.so free 0x55717346af80 void 0.000118
+gallium_dri.so free 0x55717346aeb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346aeb0 0.000124
+gallium_dri.so free 0x55717346b000 void 0.000125
+gallium_dri.so free 0x55717346aeb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b000 0.000118
+gallium_dri.so free 0x55717346b0c0 void 0.000118
+gallium_dri.so free 0x55717346b000 void 0.000122
+gallium_dri.so malloc 72 0x55717346b000 0.000168
+gallium_dri.so free 0x55717346b1c0 void 0.000128
+gallium_dri.so free 0x55717346b000 void 0.000123
+gallium_dri.so malloc 72 0x55717346b000 0.000128
+gallium_dri.so free 0x55717346b240 void 0.000123
+gallium_dri.so free 0x55717346b000 void 0.000119
+gallium_dri.so malloc 72 0x55717346b270 0.000117
+gallium_dri.so free 0x55717346b2c0 void 0.000118
+gallium_dri.so free 0x55717346b270 void 0.000118
+gallium_dri.so malloc 72 0x55717346b270 0.000123
+gallium_dri.so free 0x55717346b3c0 void 0.000119
+gallium_dri.so free 0x55717346b270 void 0.000123
+gallium_dri.so malloc 72 0x55717346b370 0.000125
+gallium_dri.so free 0x55717346b480 void 0.000125
+gallium_dri.so free 0x55717346b370 void 0.000125
+gallium_dri.so malloc 72 0x55717346b430 0.000123
+gallium_dri.so free 0x55717346b4c0 void 0.000125
+gallium_dri.so free 0x55717346b430 void 0.000124
+gallium_dri.so malloc 72 0x55717346b430 0.000124
+gallium_dri.so free 0x55717346b580 void 0.000125
+gallium_dri.so free 0x55717346b430 void 0.000119
+gallium_dri.so malloc 72 0x55717346b5d0 0.000124
+gallium_dri.so free 0x55717346b640 void 0.000126
+gallium_dri.so free 0x55717346b5d0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b680 0.000125
+gallium_dri.so free 0x55717346b700 void 0.000126
+gallium_dri.so free 0x55717346b680 void 0.000124
+gallium_dri.so malloc 72 0x55717346b700 0.000124
+gallium_dri.so free 0x55717346b7c0 void 0.000125
+gallium_dri.so free 0x55717346b700 void 0.000125
+gallium_dri.so malloc 72 0x55717346b700 0.000132
+gallium_dri.so free 0x55717346b840 void 0.000131
+gallium_dri.so free 0x55717346b700 void 0.000130
+gallium_dri.so malloc 72 0x55717346b870 0.000129
+gallium_dri.so free 0x55717346b8c0 void 0.000125
+gallium_dri.so free 0x55717346b870 void 0.000123
+gallium_dri.so malloc 72 0x55717346b870 0.000125
+gallium_dri.so free 0x55717346b9c0 void 0.000128
+gallium_dri.so free 0x55717346b870 void 0.000125
+gallium_dri.so malloc 72 0x55717346b970 0.000123
+gallium_dri.so free 0x55717346ba80 void 0.000123
+gallium_dri.so free 0x55717346b970 void 0.000128
+gallium_dri.so malloc 72 0x55717346ba30 0.000130
+gallium_dri.so free 0x55717346bb00 void 0.000124
+gallium_dri.so free 0x55717346ba30 void 0.000124
+gallium_dri.so malloc 72 0x55717346bb20 0.000128
+gallium_dri.so free 0x55717346bbc0 void 0.000130
+gallium_dri.so free 0x55717346bb20 void 0.000126
+gallium_dri.so malloc 72 0x55717346bb70 0.000128
+gallium_dri.so free 0x55717346bc40 void 0.000131
+gallium_dri.so free 0x55717346bb70 void 0.000130
+gallium_dri.so malloc 72 0x55717346bb70 0.000129
+gallium_dri.so free 0x55717346bcc0 void 0.000130
+gallium_dri.so free 0x55717346bb70 void 0.000131
+gallium_dri.so malloc 72 0x55717346bcc0 0.000124
+gallium_dri.so free 0x55717346bd80 void 0.000130
+gallium_dri.so free 0x55717346bcc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346bcc0 0.000126
+gallium_dri.so free 0x55717346be40 void 0.000124
+gallium_dri.so free 0x55717346bcc0 void 0.000125
+gallium_dri.so malloc 72 0x55717346bcc0 0.000123
+gallium_dri.so free 0x55717346bf00 void 0.000124
+gallium_dri.so free 0x55717346bcc0 void 0.000123
+gallium_dri.so malloc 72 0x55717346beb0 0.000125
+gallium_dri.so free 0x55717346bf00 void 0.000124
+gallium_dri.so free 0x55717346beb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346beb0 0.000122
+gallium_dri.so free 0x55717346c000 void 0.000175
+gallium_dri.so free 0x55717346beb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346bfb0 0.000123
+gallium_dri.so free 0x55717346c0c0 void 0.000131
+gallium_dri.so free 0x55717346bfb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c070 0.000131
+gallium_dri.so free 0x55717346c100 void 0.000129
+gallium_dri.so free 0x55717346c070 void 0.000130
+gallium_dri.so malloc 72 0x55717346c070 0.000129
+gallium_dri.so free 0x55717346c1c0 void 0.000129
+gallium_dri.so free 0x55717346c070 void 0.000131
+gallium_dri.so malloc 72 0x55717346c200 0.000125
+gallium_dri.so free 0x55717346c280 void 0.000129
+gallium_dri.so free 0x55717346c200 void 0.000129
+gallium_dri.so malloc 72 0x55717346c280 0.000129
+gallium_dri.so free 0x55717346c340 void 0.000130
+gallium_dri.so free 0x55717346c280 void 0.000131
+gallium_dri.so malloc 72 0x55717346c280 0.000130
+gallium_dri.so free 0x55717346c400 void 0.000124
+gallium_dri.so free 0x55717346c280 void 0.000124
+gallium_dri.so malloc 72 0x55717346c420 0.000126
+gallium_dri.so free 0x55717346c4c0 void 0.000129
+gallium_dri.so free 0x55717346c420 void 0.000127
+gallium_dri.so malloc 72 0x55717346c470 0.000130
+gallium_dri.so free 0x55717346c540 void 0.000129
+gallium_dri.so free 0x55717346c470 void 0.000125
+gallium_dri.so malloc 72 0x55717346c470 0.000124
+gallium_dri.so free 0x55717346c5c0 void 0.000131
+gallium_dri.so free 0x55717346c470 void 0.000130
+gallium_dri.so malloc 72 0x55717346c5c0 0.000131
+gallium_dri.so free 0x55717346c680 void 0.000130
+gallium_dri.so free 0x55717346c5c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c5c0 0.000130
+gallium_dri.so free 0x55717346c740 void 0.000129
+gallium_dri.so free 0x55717346c5c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c5c0 0.000124
+gallium_dri.so free 0x55717346c800 void 0.000128
+gallium_dri.so free 0x55717346c5c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c7b0 0.000125
+gallium_dri.so free 0x55717346c8c0 void 0.000125
+gallium_dri.so free 0x55717346c7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c870 0.000129
+gallium_dri.so free 0x55717346c940 void 0.000124
+gallium_dri.so free 0x55717346c870 void 0.000127
+gallium_dri.so malloc 72 0x55717346c990 0.000134
+gallium_dri.so free 0x55717346ca00 void 0.000131
+gallium_dri.so free 0x55717346c990 void 0.000129
+gallium_dri.so malloc 72 0x55717346ca20 0.000129
+gallium_dri.so free 0x55717346cac0 void 0.000128
+gallium_dri.so free 0x55717346ca20 void 0.000127
+gallium_dri.so malloc 72 0x55717346ca70 0.000129
+gallium_dri.so free 0x55717346cb40 void 0.000126
+gallium_dri.so free 0x55717346ca70 void 0.000128
+gallium_dri.so malloc 72 0x55717346ca70 0.000129
+gallium_dri.so free 0x55717346cbc0 void 0.000130
+gallium_dri.so free 0x55717346ca70 void 0.000131
+gallium_dri.so malloc 72 0x55717346cbc0 0.000129
+gallium_dri.so free 0x55717346cc80 void 0.000131
+gallium_dri.so free 0x55717346cbc0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cbc0 0.000125
+gallium_dri.so free 0x55717346cd80 void 0.000126
+gallium_dri.so free 0x55717346cbc0 void 0.000128
+gallium_dri.so malloc 72 0x55717346cd30 0.000130
+gallium_dri.so free 0x55717346cdc0 void 0.000129
+gallium_dri.so free 0x55717346cd30 void 0.000177
+gallium_dri.so malloc 72 0x55717346cd30 0.000131
+gallium_dri.so free 0x55717346ce80 void 0.000127
+gallium_dri.so free 0x55717346cd30 void 0.000123
+gallium_dri.so malloc 72 0x55717346cec0 0.000147
+gallium_dri.so free 0x55717346cf40 void 0.000134
+gallium_dri.so free 0x55717346cec0 void 0.000131
+gallium_dri.so malloc 72 0x55717346cf40 0.000130
+gallium_dri.so free 0x55717346d000 void 0.000130
+gallium_dri.so free 0x55717346cf40 void 0.000130
+gallium_dri.so malloc 72 0x55717346cf40 0.000129
+gallium_dri.so free 0x55717346d080 void 0.000130
+gallium_dri.so free 0x55717346cf40 void 0.000134
+gallium_dri.so malloc 72 0x55717346d0b0 0.000130
+gallium_dri.so free 0x55717346d100 void 0.000130
+gallium_dri.so free 0x55717346d0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d0b0 0.000131
+gallium_dri.so free 0x55717346d200 void 0.000132
+gallium_dri.so free 0x55717346d0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d240 0.000137
+gallium_dri.so free 0x55717346d2c0 void 0.000133
+gallium_dri.so free 0x55717346d240 void 0.000131
+gallium_dri.so malloc 72 0x55717346d2c0 0.000131
+gallium_dri.so free 0x55717346d380 void 0.000129
+gallium_dri.so free 0x55717346d2c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d2c0 0.000130
+gallium_dri.so free 0x55717346d400 void 0.000130
+gallium_dri.so free 0x55717346d2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d430 0.000128
+gallium_dri.so free 0x55717346d480 void 0.000130
+gallium_dri.so free 0x55717346d430 void 0.000125
+gallium_dri.so malloc 72 0x55717346d430 0.000127
+gallium_dri.so free 0x55717346d580 void 0.000127
+gallium_dri.so free 0x55717346d430 void 0.000124
+gallium_dri.so malloc 72 0x55717346d530 0.000129
+gallium_dri.so free 0x55717346d640 void 0.000130
+gallium_dri.so free 0x55717346d530 void 0.000131
+gallium_dri.so malloc 72 0x55717346d5f0 0.000129
+gallium_dri.so free 0x55717346d6c0 void 0.000125
+gallium_dri.so free 0x55717346d5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d5f0 0.000129
+gallium_dri.so free 0x55717346d780 void 0.000141
+gallium_dri.so free 0x55717346d5f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d5f0 0.000125
+gallium_dri.so free 0x55717346d840 void 0.000125
+gallium_dri.so free 0x55717346d5f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d7f0 0.000131
+gallium_dri.so free 0x55717346d8c0 void 0.000130
+gallium_dri.so free 0x55717346d7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d910 0.000130
+gallium_dri.so free 0x55717346d980 void 0.000126
+gallium_dri.so free 0x55717346d910 void 0.000128
+gallium_dri.so malloc 72 0x55717346d9a0 0.000125
+gallium_dri.so free 0x55717346da40 void 0.000125
+gallium_dri.so free 0x55717346d9a0 void 0.000128
+gallium_dri.so malloc 72 0x55717346d9f0 0.000129
+gallium_dri.so free 0x55717346dac0 void 0.000131
+gallium_dri.so free 0x55717346d9f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346dac0 0.000124
+gallium_dri.so free 0x55717346db80 void 0.000125
+gallium_dri.so free 0x55717346dac0 void 0.000128
+gallium_dri.so malloc 72 0x55717346dac0 0.000130
+gallium_dri.so free 0x55717346dc00 void 0.000131
+gallium_dri.so free 0x55717346dac0 void 0.000135
+gallium_dri.so malloc 72 0x55717346dc00 0.000130
+gallium_dri.so free 0x55717346dcc0 void 0.000127
+gallium_dri.so free 0x55717346dc00 void 0.000123
+gallium_dri.so malloc 72 0x55717346dc00 0.000133
+gallium_dri.so free 0x55717346dd80 void 0.000132
+gallium_dri.so free 0x55717346dc00 void 0.000130
+gallium_dri.so malloc 72 0x55717346dc00 0.000129
+gallium_dri.so free 0x55717346de40 void 0.000130
+gallium_dri.so free 0x55717346dc00 void 0.000131
+gallium_dri.so malloc 72 0x55717346ddf0 0.000126
+gallium_dri.so free 0x55717346dec0 void 0.000123
+gallium_dri.so free 0x55717346ddf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346df10 0.000129
+gallium_dri.so free 0x55717346df80 void 0.000129
+gallium_dri.so free 0x55717346df10 void 0.000131
+gallium_dri.so malloc 72 0x55717346dfc0 0.000130
+gallium_dri.so free 0x55717346e040 void 0.000129
+gallium_dri.so free 0x55717346dfc0 void 0.000129
+gallium_dri.so malloc 72 0x55717346dfc0 0.000124
+gallium_dri.so free 0x55717346e0c0 void 0.000141
+gallium_dri.so free 0x55717346dfc0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e0f0 0.000132
+gallium_dri.so free 0x55717346e140 void 0.000127
+gallium_dri.so free 0x55717346e0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e0f0 0.000128
+gallium_dri.so free 0x55717346e240 void 0.000125
+gallium_dri.so free 0x55717346e0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e1f0 0.000131
+gallium_dri.so free 0x55717346e300 void 0.000130
+gallium_dri.so free 0x55717346e1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e2b0 0.000125
+gallium_dri.so free 0x55717346e340 void 0.000130
+gallium_dri.so free 0x55717346e2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e2b0 0.000126
+gallium_dri.so free 0x55717346e400 void 0.000124
+gallium_dri.so free 0x55717346e2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e470 0.000130
+gallium_dri.so free 0x55717346e4c0 void 0.000129
+gallium_dri.so free 0x55717346e470 void 0.000129
+gallium_dri.so malloc 72 0x55717346e470 0.000124
+gallium_dri.so free 0x55717346e5c0 void 0.000127
+gallium_dri.so free 0x55717346e470 void 0.000131
+gallium_dri.so malloc 72 0x55717346e570 0.000130
+gallium_dri.so free 0x55717346e680 void 0.000130
+gallium_dri.so free 0x55717346e570 void 0.000125
+gallium_dri.so malloc 72 0x55717346e630 0.000123
+gallium_dri.so free 0x55717346e6c0 void 0.000130
+gallium_dri.so free 0x55717346e630 void 0.000126
+gallium_dri.so malloc 72 0x55717346e630 0.000123
+gallium_dri.so free 0x55717346e780 void 0.000125
+gallium_dri.so free 0x55717346e630 void 0.000129
+gallium_dri.so malloc 72 0x55717346e7c0 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000131
+gallium_dri.so free 0x55717346e7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e840 0.000129
+gallium_dri.so free 0x55717346e900 void 0.000131
+gallium_dri.so free 0x55717346e840 void 0.000125
+gallium_dri.so malloc 72 0x55717346e840 0.000128
+gallium_dri.so free 0x55717346e9c0 void 0.000131
+gallium_dri.so free 0x55717346e840 void 0.000130
+gallium_dri.so malloc 72 0x55717346e9e0 0.000130
+gallium_dri.so free 0x55717346ea80 void 0.000133
+gallium_dri.so free 0x55717346e9e0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ea30 0.000132
+gallium_dri.so free 0x55717346eb00 void 0.000130
+gallium_dri.so free 0x55717346ea30 void 0.000129
+gallium_dri.so malloc 72 0x55717346ea30 0.000130
+gallium_dri.so free 0x55717346eb80 void 0.000126
+gallium_dri.so free 0x55717346ea30 void 0.000129
+gallium_dri.so malloc 72 0x55717346eb80 0.000125
+gallium_dri.so free 0x55717346ec40 void 0.000124
+gallium_dri.so free 0x55717346eb80 void 0.000131
+gallium_dri.so malloc 72 0x55717346eb80 0.000129
+gallium_dri.so free 0x55717346ed00 void 0.000131
+gallium_dri.so free 0x55717346eb80 void 0.000132
+gallium_dri.so malloc 72 0x55717346eb80 0.000126
+gallium_dri.so free 0x55717346edc0 void 0.000123
+gallium_dri.so free 0x55717346eb80 void 0.000128
+gallium_dri.so malloc 72 0x55717346ed70 0.000130
+gallium_dri.so free 0x55717346ee80 void 0.000129
+gallium_dri.so free 0x55717346ed70 void 0.000131
+gallium_dri.so malloc 72 0x55717346ee30 0.000129
+gallium_dri.so free 0x55717346ef00 void 0.000171
+gallium_dri.so free 0x55717346ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717346ef50 0.000129
+gallium_dri.so free 0x55717346efc0 void 0.000130
+gallium_dri.so free 0x55717346ef50 void 0.000125
+gallium_dri.so malloc 72 0x55717346efe0 0.000127
+gallium_dri.so free 0x55717346f080 void 0.000131
+gallium_dri.so free 0x55717346efe0 void 0.000125
+gallium_dri.so malloc 72 0x55717346f030 0.000125
+gallium_dri.so free 0x55717346f100 void 0.000128
+gallium_dri.so free 0x55717346f030 void 0.000130
+gallium_dri.so malloc 72 0x55717346f030 0.000126
+gallium_dri.so free 0x55717346f180 void 0.000124
+gallium_dri.so free 0x55717346f030 void 0.000129
+gallium_dri.so malloc 72 0x55717346f180 0.000129
+gallium_dri.so free 0x55717346f240 void 0.000130
+gallium_dri.so free 0x55717346f180 void 0.000130
+gallium_dri.so malloc 72 0x55717346f180 0.000128
+gallium_dri.so free 0x55717346f340 void 0.000129
+gallium_dri.so free 0x55717346f180 void 0.000130
+gallium_dri.so malloc 72 0x55717346f2f0 0.000131
+gallium_dri.so free 0x55717346f380 void 0.000168
+gallium_dri.so free 0x55717346f2f0 void 0.000163
+gallium_dri.so malloc 72 0x55717346f2f0 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000127
+gallium_dri.so free 0x55717346f2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346f2f0 0.000124
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so free 0x55717346f2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735da940 0.000130
+gallium_dri.so free 0x5571735daa00 void 0.000134
+gallium_dri.so free 0x5571735da940 void 0.000132
+gallium_dri.so malloc 72 0x5571735da940 0.000130
+gallium_dri.so free 0x5571735daac0 void 0.000132
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so malloc 72 0x5571735da940 0.000130
+gallium_dri.so free 0x5571735dab80 void 0.000130
+gallium_dri.so free 0x5571735da940 void 0.000125
+gallium_dri.so malloc 72 0x5571735dab30 0.000124
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dab30 0.000139
+gallium_dri.so free 0x5571735dac80 void 0.000131
+gallium_dri.so free 0x5571735dab30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dac30 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000131
+gallium_dri.so free 0x5571735dac30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacf0 0.000130
+gallium_dri.so free 0x5571735dad80 void 0.000131
+gallium_dri.so free 0x5571735dacf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dacf0 0.000130
+gallium_dri.so free 0x5571735dae40 void 0.000127
+gallium_dri.so free 0x5571735dacf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dae80 0.000131
+gallium_dri.so free 0x5571735daf00 void 0.000129
+gallium_dri.so free 0x5571735dae80 void 0.000128
+gallium_dri.so malloc 72 0x5571735daf00 0.000130
+gallium_dri.so free 0x5571735dafc0 void 0.000130
+gallium_dri.so free 0x5571735daf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735daf00 0.000163
+gallium_dri.so free 0x5571735db080 void 0.000129
+gallium_dri.so free 0x5571735daf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0a0 0.000172
+gallium_dri.so free 0x5571735db140 void 0.000164
+gallium_dri.so free 0x5571735db0a0 void 0.000164
+gallium_dri.so malloc 72 0x5571735db0f0 0.000129
+gallium_dri.so free 0x5571735db1c0 void 0.000124
+gallium_dri.so free 0x5571735db0f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db0f0 0.000123
+gallium_dri.so free 0x5571735db240 void 0.000129
+gallium_dri.so free 0x5571735db0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db240 0.000124
+gallium_dri.so free 0x5571735db300 void 0.000129
+gallium_dri.so free 0x5571735db240 void 0.000131
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db3c0 void 0.000125
+gallium_dri.so free 0x5571735db240 void 0.000124
+gallium_dri.so malloc 72 0x5571735db240 0.000188
+gallium_dri.so free 0x5571735db480 void 0.000172
+gallium_dri.so free 0x5571735db240 void 0.000211
+gallium_dri.so malloc 72 0x5571735db430 0.000230
+gallium_dri.so free 0x5571735db540 void 0.000312
+gallium_dri.so free 0x5571735db430 void 0.000433
+gallium_dri.so malloc 72 0x5571735db4f0 0.000288
+gallium_dri.so free 0x5571735db5c0 void 0.000279
+gallium_dri.so free 0x5571735db4f0 void 0.000220
+gallium_dri.so malloc 72 0x5571735db610 0.000223
+gallium_dri.so free 0x5571735db680 void 0.000201
+gallium_dri.so free 0x5571735db610 void 0.000159
+gallium_dri.so malloc 72 0x5571735db6a0 0.000123
+gallium_dri.so free 0x5571735db740 void 0.000145
+gallium_dri.so free 0x5571735db6a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db6f0 0.000122
+gallium_dri.so free 0x5571735db7c0 void 0.000128
+gallium_dri.so free 0x5571735db6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db6f0 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db840 0.000135
+gallium_dri.so free 0x5571735db900 void 0.000127
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db840 0.000126
+gallium_dri.so free 0x5571735dba00 void 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so malloc 72 0x5571735db9b0 0.000118
+gallium_dri.so free 0x5571735dba40 void 0.000123
+gallium_dri.so free 0x5571735db9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db9b0 0.000126
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735db9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb40 0.000117
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735dbb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000131
+gallium_dri.so free 0x5571735dbc80 void 0.000126
+gallium_dri.so free 0x5571735dbbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000123
+gallium_dri.so free 0x5571735dbd00 void 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd30 0.000125
+gallium_dri.so free 0x5571735dbd80 void 0.000125
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000122
+gallium_dri.so free 0x5571735dbe80 void 0.000121
+gallium_dri.so free 0x5571735dbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbec0 0.000119
+gallium_dri.so free 0x5571735dbf40 void 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf40 0.000119
+gallium_dri.so free 0x5571735dc000 void 0.000122
+gallium_dri.so free 0x5571735dbf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf40 0.000119
+gallium_dri.so free 0x5571735dc080 void 0.000120
+gallium_dri.so free 0x5571735dbf40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000120
+gallium_dri.so free 0x5571735dc0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000119
+gallium_dri.so free 0x5571735dc200 void 0.000121
+gallium_dri.so free 0x5571735dc0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000121
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so free 0x5571735dc1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc270 0.000121
+gallium_dri.so free 0x5571735dc340 void 0.000120
+gallium_dri.so free 0x5571735dc270 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc270 0.000121
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so free 0x5571735dc270 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc270 0.000141
+gallium_dri.so free 0x5571735dc4c0 void 0.000143
+gallium_dri.so free 0x5571735dc270 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc470 0.000158
+gallium_dri.so free 0x5571735dc540 void 0.000144
+gallium_dri.so free 0x5571735dc470 void 0.000141
+gallium_dri.so malloc 72 0x5571735dc590 0.000141
+gallium_dri.so free 0x5571735dc600 void 0.000145
+gallium_dri.so free 0x5571735dc590 void 0.000143
+gallium_dri.so malloc 72 0x5571735dc620 0.000143
+gallium_dri.so free 0x5571735dc6c0 void 0.000141
+gallium_dri.so free 0x5571735dc620 void 0.000142
+gallium_dri.so malloc 72 0x5571735dc670 0.000143
+gallium_dri.so free 0x5571735dc740 void 0.000144
+gallium_dri.so free 0x5571735dc670 void 0.000143
+gallium_dri.so malloc 72 0x5571735dc740 0.000150
+gallium_dri.so free 0x5571735dc800 void 0.000131
+gallium_dri.so free 0x5571735dc740 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc740 0.000118
+gallium_dri.so free 0x5571735dc880 void 0.000116
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc880 0.000124
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc880 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000116
+gallium_dri.so free 0x5571735dc880 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc880 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000115
+gallium_dri.so free 0x5571735dc880 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca70 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb90 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000116
+gallium_dri.so free 0x5571735dcb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc40 0.000114
+gallium_dri.so free 0x5571735dccc0 void 0.000114
+gallium_dri.so free 0x5571735dcc40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc40 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000113
+gallium_dri.so free 0x5571735dcc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd70 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000114
+gallium_dri.so free 0x5571735dcd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcd70 0.000113
+gallium_dri.so free 0x5571735dcec0 void 0.000115
+gallium_dri.so free 0x5571735dcd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dce70 0.000113
+gallium_dri.so free 0x5571735dcf80 void 0.000119
+gallium_dri.so free 0x5571735dce70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf30 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000114
+gallium_dri.so free 0x5571735dcf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000115
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so free 0x5571735dd0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000115
+gallium_dri.so free 0x5571735dd240 void 0.000115
+gallium_dri.so free 0x5571735dd0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000115
+gallium_dri.so free 0x5571735dd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd440 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000116
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000160
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000112
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd660 0.000114
+gallium_dri.so free 0x5571735dd700 void 0.000113
+gallium_dri.so free 0x5571735dd660 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x5571735dd6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000115
+gallium_dri.so free 0x5571735dd6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd800 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000116
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd800 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000119
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd800 0.000115
+gallium_dri.so free 0x5571735dda40 void 0.000116
+gallium_dri.so free 0x5571735dd800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddb00 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddab0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735ddab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000115
+gallium_dri.so free 0x5571735ddc40 void 0.000115
+gallium_dri.so free 0x5571735ddbd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc60 0.000114
+gallium_dri.so free 0x5571735ddd00 void 0.000114
+gallium_dri.so free 0x5571735ddc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde00 0.000114
+gallium_dri.so free 0x5571735ddfc0 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf70 0.000114
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf70 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000113
+gallium_dri.so free 0x5571735ddf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000130
+gallium_dri.so free 0x5571735de100 void 0.000114
+gallium_dri.so malloc 72 0x5571735de180 0.000114
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so malloc 72 0x5571735de180 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000133
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so malloc 72 0x5571735de2f0 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000113
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de480 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so malloc 72 0x5571735de500 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000114
+gallium_dri.so malloc 72 0x5571735de500 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000115
+gallium_dri.so free 0x5571735de500 void 0.000124
+gallium_dri.so malloc 72 0x5571735de670 0.000119
+gallium_dri.so free 0x5571735de6c0 void 0.000116
+gallium_dri.so free 0x5571735de670 void 0.000113
+gallium_dri.so malloc 72 0x5571735de670 0.000115
+gallium_dri.so free 0x5571735de7c0 void 0.000169
+gallium_dri.so free 0x5571735de670 void 0.000121
+gallium_dri.so malloc 72 0x5571735de770 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de770 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000115
+gallium_dri.so free 0x5571735de900 void 0.000115
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735de830 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000115
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735de830 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735de830 void 0.000114
+gallium_dri.so malloc 72 0x5571735dea30 0.000114
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so free 0x5571735dea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735deb50 0.000113
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735deb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735debe0 0.000112
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so free 0x5571735debe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec30 0.000114
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded00 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000106
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ded00 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee40 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee40 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee40 0.000112
+gallium_dri.so free 0x5571735df080 void 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735df030 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df030 void 0.000112
+gallium_dri.so malloc 72 0x5571735df150 0.000113
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df150 void 0.000115
+gallium_dri.so malloc 72 0x5571735df200 0.000129
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df200 void 0.000114
+gallium_dri.so malloc 72 0x5571735df200 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000112
+gallium_dri.so malloc 72 0x5571735df330 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000124
+gallium_dri.so free 0x5571735df330 void 0.000114
+gallium_dri.so malloc 72 0x5571735df330 0.000112
+gallium_dri.so free 0x5571735df480 void 0.000113
+gallium_dri.so free 0x5571735df330 void 0.000139
+gallium_dri.so malloc 72 0x5571735df430 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000114
+gallium_dri.so free 0x5571735df430 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4f0 0.000112
+gallium_dri.so free 0x5571735df580 void 0.000117
+gallium_dri.so free 0x5571735df4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6b0 0.000112
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000130
+gallium_dri.so free 0x5571735df800 void 0.000121
+gallium_dri.so free 0x5571735df6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df7b0 0.000120
+gallium_dri.so free 0x5571735df8c0 void 0.000117
+gallium_dri.so free 0x5571735df7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df870 0.000115
+gallium_dri.so free 0x5571735df900 void 0.000116
+gallium_dri.so free 0x5571735df870 void 0.000115
+gallium_dri.so malloc 72 0x5571735df870 0.000167
+gallium_dri.so free 0x5571735df9c0 void 0.000116
+gallium_dri.so free 0x5571735df870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa00 0.000113
+gallium_dri.so free 0x5571735dfa80 void 0.000115
+gallium_dri.so free 0x5571735dfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa80 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa80 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000116
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc20 0.000112
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dfc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc70 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc70 0.000116
+gallium_dri.so free 0x5571735dfdc0 void 0.000116
+gallium_dri.so free 0x5571735dfc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000125
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0070 0.000112
+gallium_dri.so free 0x5571735e0140 void 0.000132
+gallium_dri.so free 0x5571735e0070 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0190 0.000114
+gallium_dri.so free 0x5571735e0200 void 0.000112
+gallium_dri.so free 0x5571735e0190 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0220 0.000114
+gallium_dri.so free 0x5571735e02c0 void 0.000114
+gallium_dri.so free 0x5571735e0220 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000116
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0270 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03c0 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0530 0.000165
+gallium_dri.so free 0x5571735e05c0 void 0.000113
+gallium_dri.so free 0x5571735e0530 void 0.000211
+gallium_dri.so malloc 72 0x5571735e0530 0.000210
+gallium_dri.so free 0x5571735e0680 void 0.000184
+gallium_dri.so free 0x5571735e0530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e06c0 0.000126
+gallium_dri.so free 0x5571735e0740 void 0.000126
+gallium_dri.so free 0x5571735e06c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0740 0.000120
+gallium_dri.so free 0x5571735e0800 void 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0740 0.000122
+gallium_dri.so free 0x5571735e0880 void 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08b0 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000119
+gallium_dri.so free 0x5571735e08b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e08b0 0.000116
+gallium_dri.so free 0x5571735e0a00 void 0.000118
+gallium_dri.so free 0x5571735e08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0a40 0.000117
+gallium_dri.so free 0x5571735e0ac0 void 0.000126
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000111
+gallium_dri.so free 0x5571735e0b80 void 0.000110
+gallium_dri.so free 0x5571735e0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000111
+gallium_dri.so free 0x5571735e0c00 void 0.000110
+gallium_dri.so free 0x5571735e0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0c30 0.000111
+gallium_dri.so free 0x5571735e0c80 void 0.000110
+gallium_dri.so free 0x5571735e0c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0c30 0.000110
+gallium_dri.so free 0x5571735e0d80 void 0.000109
+gallium_dri.so free 0x5571735e0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d30 0.000112
+gallium_dri.so free 0x5571735f4980 void 0.000109
+gallium_dri.so free 0x5571735e0d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f49e0 0.000111
+gallium_dri.so free 0x5571735f4a80 void 0.000112
+gallium_dri.so free 0x5571735f49e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4a30 0.000111
+gallium_dri.so free 0x5571735f4ac0 void 0.000109
+gallium_dri.so free 0x5571735f4a30 void 0.000163
+gallium_dri.so malloc 72 0x5571735f4a30 0.000122
+gallium_dri.so free 0x5571735f4b80 void 0.000112
+gallium_dri.so free 0x5571735f4a30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4bc0 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000110
+gallium_dri.so free 0x5571735f4bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4c40 0.000141
+gallium_dri.so free 0x5571735f4d00 void 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c40 0.000115
+gallium_dri.so free 0x5571735f4d80 void 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4db0 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000115
+gallium_dri.so free 0x5571735f4db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4e00 0.000115
+gallium_dri.so free 0x5571735f4ec0 void 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e00 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4f70 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000115
+gallium_dri.so free 0x5571735f4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5030 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5030 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000114
+gallium_dri.so free 0x5571735f5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f51c0 0.000116
+gallium_dri.so free 0x5571735f5240 void 0.000133
+gallium_dri.so free 0x5571735f51c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5240 0.000132
+gallium_dri.so free 0x5571735f5300 void 0.000135
+gallium_dri.so free 0x5571735f5240 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5240 0.000133
+gallium_dri.so free 0x5571735f5380 void 0.000140
+gallium_dri.so free 0x5571735f5240 void 0.000145
+gallium_dri.so malloc 72 0x5571735f5240 0.000141
+gallium_dri.so free 0x5571735f5440 void 0.000134
+gallium_dri.so free 0x5571735f5240 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5240 0.000132
+gallium_dri.so free 0x5571735f5500 void 0.000145
+gallium_dri.so free 0x5571735f5240 void 0.000145
+gallium_dri.so malloc 72 0x5571735f54b0 0.000147
+gallium_dri.so free 0x5571735f5580 void 0.000141
+gallium_dri.so free 0x5571735f54b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f55d0 0.000139
+gallium_dri.so free 0x5571735f5640 void 0.000138
+gallium_dri.so free 0x5571735f55d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f5660 0.000139
+gallium_dri.so free 0x5571735f5700 void 0.000139
+gallium_dri.so free 0x5571735f5660 void 0.000156
+gallium_dri.so malloc 72 0x5571735f56b0 0.000139
+gallium_dri.so free 0x5571735f5780 void 0.000139
+gallium_dri.so free 0x5571735f56b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f56b0 0.000141
+gallium_dri.so free 0x5571735f5880 void 0.000138
+gallium_dri.so free 0x5571735f56b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f5830 0.000137
+gallium_dri.so free 0x5571735f5900 void 0.000137
+gallium_dri.so free 0x5571735f5830 void 0.000138
+gallium_dri.so malloc 72 0x5571735f5950 0.000138
+gallium_dri.so free 0x5571735f59c0 void 0.000137
+gallium_dri.so free 0x5571735f5950 void 0.000137
+gallium_dri.so malloc 72 0x5571735f59e0 0.000139
+gallium_dri.so free 0x5571735f5a80 void 0.000138
+gallium_dri.so free 0x5571735f59e0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f5a30 0.000140
+gallium_dri.so free 0x5571735f5b00 void 0.000144
+gallium_dri.so free 0x5571735f5a30 void 0.000150
+gallium_dri.so malloc 72 0x5571735f5a30 0.000145
+gallium_dri.so free 0x5571735f5b80 void 0.000142
+gallium_dri.so free 0x5571735f5a30 void 0.000141
+gallium_dri.so malloc 72 0x5571735f5b80 0.000156
+gallium_dri.so free 0x5571735f5c40 void 0.000260
+gallium_dri.so free 0x5571735f5b80 void 0.000186
+gallium_dri.so malloc 72 0x5571735f5b80 0.000198
+gallium_dri.so free 0x5571735f5d40 void 0.000189
+gallium_dri.so free 0x5571735f5b80 void 0.000162
+gallium_dri.so malloc 72 0x5571735f5b80 0.000171
+gallium_dri.so free 0x5571735f5dc0 void 0.000166
+gallium_dri.so free 0x5571735f5b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5df0 0.000129
+gallium_dri.so free 0x5571735f5e40 void 0.000128
+gallium_dri.so free 0x5571735f5df0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5df0 0.000127
+gallium_dri.so free 0x5571735f5f40 void 0.000123
+gallium_dri.so free 0x5571735f5df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000124
+gallium_dri.so free 0x5571735f6000 void 0.000124
+gallium_dri.so free 0x5571735f5ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000120
+gallium_dri.so free 0x5571735f6040 void 0.000120
+gallium_dri.so free 0x5571735f5fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000134
+gallium_dri.so free 0x5571735f6100 void 0.000117
+gallium_dri.so free 0x5571735f5fb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6150 0.000116
+gallium_dri.so free 0x5571735f61c0 void 0.000117
+gallium_dri.so free 0x5571735f6150 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6200 0.000118
+gallium_dri.so free 0x5571735f6280 void 0.000118
+gallium_dri.so free 0x5571735f6200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6280 0.000117
+gallium_dri.so free 0x5571735f6340 void 0.000116
+gallium_dri.so free 0x5571735f6280 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6280 0.000117
+gallium_dri.so free 0x5571735f63c0 void 0.000117
+gallium_dri.so free 0x5571735f6280 void 0.000116
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000116
+gallium_dri.so free 0x5571735f63f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f63f0 0.000118
+gallium_dri.so free 0x5571735f6540 void 0.000116
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f64f0 0.000113
+gallium_dri.so free 0x5571735f6600 void 0.000131
+gallium_dri.so free 0x5571735f64f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f65b0 0.000142
+gallium_dri.so free 0x5571735f6680 void 0.000131
+gallium_dri.so free 0x5571735f65b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f66a0 0.000136
+gallium_dri.so free 0x5571735f6740 void 0.000135
+gallium_dri.so free 0x5571735f66a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f66f0 0.000130
+gallium_dri.so free 0x5571735f67c0 void 0.000131
+gallium_dri.so free 0x5571735f66f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f66f0 0.000134
+gallium_dri.so free 0x5571735f6840 void 0.000134
+gallium_dri.so free 0x5571735f66f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6840 0.000133
+gallium_dri.so free 0x5571735f6900 void 0.000133
+gallium_dri.so free 0x5571735f6840 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6840 0.000201
+gallium_dri.so free 0x5571735f69c0 void 0.000141
+gallium_dri.so free 0x5571735f6840 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6840 0.000139
+gallium_dri.so free 0x5571735f6a80 void 0.000140
+gallium_dri.so free 0x5571735f6840 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6a30 0.000136
+gallium_dri.so free 0x5571735f6a80 void 0.000137
+gallium_dri.so free 0x5571735f6a30 void 0.000139
+gallium_dri.so malloc 72 0x5571735f6a30 0.000149
+gallium_dri.so free 0x5571735f6b80 void 0.000140
+gallium_dri.so free 0x5571735f6a30 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6b30 0.000139
+gallium_dri.so free 0x5571735f6c40 void 0.000140
+gallium_dri.so free 0x5571735f6b30 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000138
+gallium_dri.so free 0x5571735f6c80 void 0.000138
+gallium_dri.so free 0x5571735f6bf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000137
+gallium_dri.so free 0x5571735f6d40 void 0.000137
+gallium_dri.so free 0x5571735f6bf0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6d80 0.000139
+gallium_dri.so free 0x5571735f6e00 void 0.000137
+gallium_dri.so free 0x5571735f6d80 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6e00 0.000137
+gallium_dri.so free 0x5571735f6ec0 void 0.000137
+gallium_dri.so free 0x5571735f6e00 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6e00 0.000140
+gallium_dri.so free 0x5571735f6f80 void 0.000140
+gallium_dri.so free 0x5571735f6e00 void 0.000142
+gallium_dri.so malloc 72 0x5571735f6fa0 0.000139
+gallium_dri.so free 0x5571735f7040 void 0.000182
+gallium_dri.so free 0x5571735f6fa0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000142
+gallium_dri.so free 0x5571735f70c0 void 0.000145
+gallium_dri.so free 0x5571735f6ff0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000141
+gallium_dri.so free 0x5571735f7140 void 0.000143
+gallium_dri.so free 0x5571735f6ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f7140 0.000143
+gallium_dri.so free 0x5571735f7200 void 0.000141
+gallium_dri.so free 0x5571735f7140 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7140 0.000142
+gallium_dri.so free 0x5571735f72c0 void 0.000140
+gallium_dri.so free 0x5571735f7140 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7140 0.000145
+gallium_dri.so free 0x5571735f7380 void 0.000144
+gallium_dri.so free 0x5571735f7140 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7330 0.000139
+gallium_dri.so free 0x5571735f7440 void 0.000142
+gallium_dri.so free 0x5571735f7330 void 0.000140
+gallium_dri.so malloc 72 0x5571735f73f0 0.000145
+gallium_dri.so free 0x5571735f74c0 void 0.000155
+gallium_dri.so free 0x5571735f73f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7510 0.000199
+gallium_dri.so free 0x5571735f7580 void 0.000136
+gallium_dri.so free 0x5571735f7510 void 0.000137
+gallium_dri.so malloc 72 0x5571735f75a0 0.000137
+gallium_dri.so free 0x5571735f7640 void 0.000135
+gallium_dri.so free 0x5571735f75a0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f75f0 0.000137
+gallium_dri.so free 0x5571735f76c0 void 0.000137
+gallium_dri.so free 0x5571735f75f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f75f0 0.000135
+gallium_dri.so free 0x5571735f7740 void 0.000133
+gallium_dri.so free 0x5571735f75f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f7740 0.000138
+gallium_dri.so free 0x5571735f7800 void 0.000136
+gallium_dri.so free 0x5571735f7740 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7740 0.000134
+gallium_dri.so free 0x5571735f7900 void 0.000135
+gallium_dri.so free 0x5571735f7740 void 0.000132
+gallium_dri.so malloc 72 0x5571735f78b0 0.000131
+gallium_dri.so free 0x5571735f7940 void 0.000132
+gallium_dri.so free 0x5571735f78b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f78b0 0.000130
+gallium_dri.so free 0x5571735f7a00 void 0.000134
+gallium_dri.so free 0x5571735f78b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7a40 0.000130
+gallium_dri.so free 0x5571735f7ac0 void 0.000131
+gallium_dri.so free 0x5571735f7a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000130
+gallium_dri.so free 0x5571735f7b80 void 0.000133
+gallium_dri.so free 0x5571735f7ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000131
+gallium_dri.so free 0x5571735f7c00 void 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7c30 0.000134
+gallium_dri.so free 0x5571735f7c80 void 0.000133
+gallium_dri.so free 0x5571735f7c30 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7c30 0.000131
+gallium_dri.so free 0x5571735f7d80 void 0.000132
+gallium_dri.so free 0x5571735f7c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000134
+gallium_dri.so free 0x5571735f7e40 void 0.000133
+gallium_dri.so free 0x5571735f7dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e40 0.000133
+gallium_dri.so free 0x5571735f7f00 void 0.000214
+gallium_dri.so free 0x5571735f7e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7e40 0.000130
+gallium_dri.so free 0x5571735f7f80 void 0.000131
+gallium_dri.so free 0x5571735f7e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000130
+gallium_dri.so free 0x5571735f8000 void 0.000133
+gallium_dri.so free 0x5571735f7fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000133
+gallium_dri.so free 0x5571735f8100 void 0.000133
+gallium_dri.so free 0x5571735f7fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f80b0 0.000133
+gallium_dri.so free 0x5571735f81c0 void 0.000132
+gallium_dri.so free 0x5571735f80b0 void 0.000204
+gallium_dri.so malloc 72 0x5571735f8170 0.000130
+gallium_dri.so free 0x5571735f8240 void 0.000118
+gallium_dri.so free 0x5571735f8170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8170 0.000115
+gallium_dri.so free 0x5571735f8300 void 0.000116
+gallium_dri.so free 0x5571735f8170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8170 0.000116
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so free 0x5571735f8170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8370 0.000125
+gallium_dri.so free 0x5571735f8440 void 0.000118
+gallium_dri.so free 0x5571735f8370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8490 0.000115
+gallium_dri.so free 0x5571735f8500 void 0.000115
+gallium_dri.so free 0x5571735f8490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8520 0.000115
+gallium_dri.so free 0x5571735f85c0 void 0.000117
+gallium_dri.so free 0x5571735f8520 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8570 0.000116
+gallium_dri.so free 0x5571735f8640 void 0.000116
+gallium_dri.so free 0x5571735f8570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8640 0.000116
+gallium_dri.so free 0x5571735f8700 void 0.000114
+gallium_dri.so free 0x5571735f8640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8640 0.000116
+gallium_dri.so free 0x5571735f8780 void 0.000117
+gallium_dri.so free 0x5571735f8640 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8780 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000117
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8780 0.000116
+gallium_dri.so free 0x5571735f8900 void 0.000115
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8780 0.000117
+gallium_dri.so free 0x5571735f89c0 void 0.000117
+gallium_dri.so free 0x5571735f8780 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8970 0.000127
+gallium_dri.so free 0x5571735f8a40 void 0.000118
+gallium_dri.so free 0x5571735f8970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8a90 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000117
+gallium_dri.so free 0x5571735f8a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b40 0.000117
+gallium_dri.so free 0x5571735f8bc0 void 0.000116
+gallium_dri.so free 0x5571735f8b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b40 0.000117
+gallium_dri.so free 0x5571735f8c40 void 0.000115
+gallium_dri.so free 0x5571735f8b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8c70 0.000115
+gallium_dri.so free 0x5571735f8cc0 void 0.000116
+gallium_dri.so free 0x5571735f8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c70 0.000116
+gallium_dri.so free 0x5571735f8dc0 void 0.000116
+gallium_dri.so free 0x5571735f8c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8d70 0.000116
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so free 0x5571735f8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e30 0.000117
+gallium_dri.so free 0x5571735f8ec0 void 0.000116
+gallium_dri.so free 0x5571735f8e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8e30 0.000117
+gallium_dri.so free 0x5571735f8f80 void 0.000117
+gallium_dri.so free 0x5571735f8e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000137
+gallium_dri.so free 0x5571735f9040 void 0.000118
+gallium_dri.so free 0x5571735f8ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000144
+gallium_dri.so free 0x5571735f9140 void 0.000157
+gallium_dri.so free 0x5571735f8ff0 void 0.000156
+gallium_dri.so malloc 72 0x5571735f90f0 0.000154
+gallium_dri.so free 0x5571735f9200 void 0.000156
+gallium_dri.so free 0x5571735f90f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f91b0 0.000153
+gallium_dri.so free 0x5571735f9240 void 0.000156
+gallium_dri.so free 0x5571735f91b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f91b0 0.000150
+gallium_dri.so free 0x5571735f9300 void 0.000151
+gallium_dri.so free 0x5571735f91b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9340 0.000150
+gallium_dri.so free 0x5571735f93c0 void 0.000156
+gallium_dri.so free 0x5571735f9340 void 0.000156
+gallium_dri.so malloc 72 0x5571735f93c0 0.000157
+gallium_dri.so free 0x5571735f9480 void 0.000159
+gallium_dri.so free 0x5571735f93c0 void 0.000150
+gallium_dri.so malloc 72 0x5571735f93c0 0.000143
+gallium_dri.so free 0x5571735f9540 void 0.000142
+gallium_dri.so free 0x5571735f93c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f9560 0.000136
+gallium_dri.so free 0x5571735f9600 void 0.000128
+gallium_dri.so free 0x5571735f9560 void 0.000130
+gallium_dri.so malloc 72 0x5571735f95b0 0.000129
+gallium_dri.so free 0x5571735f9680 void 0.000129
+gallium_dri.so free 0x5571735f95b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f95b0 0.000123
+gallium_dri.so free 0x5571735f9700 void 0.000125
+gallium_dri.so free 0x5571735f95b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9700 0.000129
+gallium_dri.so free 0x5571735f97c0 void 0.000185
+gallium_dri.so free 0x5571735f9700 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9700 0.000120
+gallium_dri.so free 0x5571735f9880 void 0.000127
+gallium_dri.so free 0x5571735f9700 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9700 0.000144
+gallium_dri.so free 0x5571735f9940 void 0.000127
+gallium_dri.so free 0x5571735f9700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f98f0 0.000129
+gallium_dri.so free 0x5571735f9a00 void 0.000124
+gallium_dri.so free 0x5571735f98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99b0 0.000126
+gallium_dri.so free 0x5571735f9a80 void 0.000129
+gallium_dri.so free 0x5571735f99b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9ad0 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000125
+gallium_dri.so free 0x5571735f9ad0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9b60 0.000125
+gallium_dri.so free 0x5571735f9c00 void 0.000132
+gallium_dri.so free 0x5571735f9b60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000119
+gallium_dri.so free 0x5571735f9c80 void 0.000121
+gallium_dri.so free 0x5571735f9bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000125
+gallium_dri.so free 0x5571735f9d00 void 0.000130
+gallium_dri.so free 0x5571735f9bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9d00 0.000129
+gallium_dri.so free 0x5571735f9dc0 void 0.000168
+gallium_dri.so free 0x5571735f9d00 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9d00 0.000146
+gallium_dri.so free 0x5571735f9ec0 void 0.000145
+gallium_dri.so free 0x5571735f9d00 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9e70 0.000139
+gallium_dri.so free 0x5571735f9f00 void 0.000136
+gallium_dri.so free 0x5571735f9e70 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9e70 0.000143
+gallium_dri.so free 0x5571735f9fc0 void 0.000145
+gallium_dri.so free 0x5571735f9e70 void 0.000145
+gallium_dri.so malloc 72 0x5571735fa000 0.000144
+gallium_dri.so free 0x5571735fa080 void 0.000144
+gallium_dri.so free 0x5571735fa000 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa080 0.000140
+gallium_dri.so free 0x5571735fa140 void 0.000138
+gallium_dri.so free 0x5571735fa080 void 0.000142
+gallium_dri.so malloc 72 0x5571735fa080 0.000145
+gallium_dri.so free 0x5571735fa1c0 void 0.000145
+gallium_dri.so free 0x5571735fa080 void 0.000171
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000162
+gallium_dri.so free 0x5571735fa240 void 0.000186
+gallium_dri.so free 0x5571735fa1f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000161
+gallium_dri.so free 0x5571735fa340 void 0.000154
+gallium_dri.so free 0x5571735fa1f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fa380 0.000159
+gallium_dri.so free 0x5571735fa400 void 0.000162
+gallium_dri.so free 0x5571735fa380 void 0.000161
+gallium_dri.so malloc 72 0x5571735fa400 0.000161
+gallium_dri.so free 0x5571735fa4c0 void 0.000152
+gallium_dri.so free 0x5571735fa400 void 0.000159
+gallium_dri.so malloc 72 0x5571735fa400 0.000160
+gallium_dri.so free 0x5571735fa540 void 0.000161
+gallium_dri.so free 0x5571735fa400 void 0.000155
+gallium_dri.so malloc 72 0x5571735fa570 0.000206
+gallium_dri.so free 0x5571735fa5c0 void 0.000156
+gallium_dri.so free 0x5571735fa570 void 0.000156
+gallium_dri.so malloc 72 0x5571735fa570 0.000163
+gallium_dri.so free 0x5571735fa6c0 void 0.000161
+gallium_dri.so free 0x5571735fa570 void 0.000162
+gallium_dri.so malloc 72 0x5571735fa670 0.000161
+gallium_dri.so free 0x5571735fa780 void 0.000161
+gallium_dri.so free 0x5571735fa670 void 0.000161
+gallium_dri.so malloc 72 0x5571735fa730 0.000157
+gallium_dri.so free 0x5571735fa800 void 0.000157
+gallium_dri.so free 0x5571735fa730 void 0.000161
+gallium_dri.so malloc 72 0x5571735fa730 0.000161
+gallium_dri.so free 0x5571735fa8c0 void 0.000157
+gallium_dri.so free 0x5571735fa730 void 0.000159
+gallium_dri.so malloc 72 0x5571735fa730 0.000160
+gallium_dri.so free 0x5571735fa980 void 0.000161
+gallium_dri.so free 0x5571735fa730 void 0.000161
+gallium_dri.so malloc 72 0x5571735fa930 0.000160
+gallium_dri.so free 0x5571735faa00 void 0.000157
+gallium_dri.so free 0x5571735fa930 void 0.000160
+gallium_dri.so malloc 72 0x5571735faa50 0.000162
+gallium_dri.so free 0x5571735faac0 void 0.000163
+gallium_dri.so free 0x5571735faa50 void 0.000158
+gallium_dri.so malloc 72 0x5571735faae0 0.000156
+gallium_dri.so free 0x5571735fab80 void 0.000161
+gallium_dri.so free 0x5571735faae0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fab30 0.000162
+gallium_dri.so free 0x5571735fac00 void 0.000161
+gallium_dri.so free 0x5571735fab30 void 0.000158
+gallium_dri.so malloc 72 0x5571735fac00 0.000152
+gallium_dri.so free 0x5571735facc0 void 0.000158
+gallium_dri.so free 0x5571735fac00 void 0.000162
+gallium_dri.so malloc 72 0x5571735fac00 0.000161
+gallium_dri.so free 0x5571735fad40 void 0.000161
+gallium_dri.so free 0x5571735fac00 void 0.000173
+gallium_dri.so malloc 72 0x5571735fad40 0.000160
+gallium_dri.so free 0x5571735fae00 void 0.000155
+gallium_dri.so free 0x5571735fad40 void 0.000151
+gallium_dri.so malloc 72 0x5571735fad40 0.000159
+gallium_dri.so free 0x5571735faec0 void 0.000151
+gallium_dri.so free 0x5571735fad40 void 0.000141
+gallium_dri.so malloc 72 0x5571735fad40 0.000144
+gallium_dri.so free 0x5571735faf80 void 0.000144
+gallium_dri.so free 0x5571735fad40 void 0.000144
+gallium_dri.so malloc 72 0x5571735faf30 0.000138
+gallium_dri.so free 0x5571735fb000 void 0.000141
+gallium_dri.so free 0x5571735faf30 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb050 0.000141
+gallium_dri.so free 0x5571735fb0c0 void 0.000137
+gallium_dri.so free 0x5571735fb050 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb100 0.000139
+gallium_dri.so free 0x5571735fb180 void 0.000140
+gallium_dri.so free 0x5571735fb100 void 0.000140
+gallium_dri.so malloc 72 0x5571735fb100 0.000142
+gallium_dri.so free 0x5571735fb200 void 0.000147
+gallium_dri.so free 0x5571735fb100 void 0.000143
+gallium_dri.so malloc 72 0x5571735fb230 0.000138
+gallium_dri.so free 0x5571735fb280 void 0.000142
+gallium_dri.so free 0x5571735fb230 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb230 0.000143
+gallium_dri.so free 0x5571735fb380 void 0.000147
+gallium_dri.so free 0x5571735fb230 void 0.000194
+gallium_dri.so malloc 72 0x5571735fb330 0.000143
+gallium_dri.so free 0x5571735fb440 void 0.000145
+gallium_dri.so free 0x5571735fb330 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000145
+gallium_dri.so free 0x5571735fb480 void 0.000144
+gallium_dri.so free 0x5571735fb3f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000143
+gallium_dri.so free 0x5571735fb540 void 0.000145
+gallium_dri.so free 0x5571735fb3f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000144
+gallium_dri.so free 0x5571735fb600 void 0.000153
+gallium_dri.so free 0x5571735fb5b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000141
+gallium_dri.so free 0x5571735fb700 void 0.000142
+gallium_dri.so free 0x5571735fb5b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000138
+gallium_dri.so free 0x5571735fb7c0 void 0.000140
+gallium_dri.so free 0x5571735fb6b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb770 0.000143
+gallium_dri.so free 0x5571735fb800 void 0.000145
+gallium_dri.so free 0x5571735fb770 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb770 0.000141
+gallium_dri.so free 0x5571735fb8c0 void 0.000145
+gallium_dri.so free 0x5571735fb770 void 0.000140
+gallium_dri.so malloc 72 0x5571735fb900 0.000138
+gallium_dri.so free 0x5571735fb980 void 0.000141
+gallium_dri.so free 0x5571735fb900 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb980 0.000150
+gallium_dri.so free 0x5571735fba40 void 0.000145
+gallium_dri.so free 0x5571735fb980 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb980 0.000140
+gallium_dri.so free 0x5571735fbb00 void 0.000145
+gallium_dri.so free 0x5571735fb980 void 0.000147
+gallium_dri.so malloc 72 0x5571735fbb20 0.000144
+gallium_dri.so free 0x5571735fbbc0 void 0.000139
+gallium_dri.so free 0x5571735fbb20 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbb70 0.000141
+gallium_dri.so free 0x5571735fbc40 void 0.000145
+gallium_dri.so free 0x5571735fbb70 void 0.000144
+gallium_dri.so malloc 72 0x5571735fbb70 0.000138
+gallium_dri.so free 0x5571735fbcc0 void 0.000135
+gallium_dri.so free 0x5571735fbb70 void 0.000141
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000143
+gallium_dri.so free 0x5571735fbd80 void 0.000143
+gallium_dri.so free 0x5571735fbcc0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000141
+gallium_dri.so free 0x5571735fbe40 void 0.000136
+gallium_dri.so free 0x5571735fbcc0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000143
+gallium_dri.so free 0x5571735eb380 void 0.000209
+gallium_dri.so free 0x5571735fbcc0 void 0.000147
+gallium_dri.so malloc 72 0x5571735eb380 0.000144
+gallium_dri.so free 0x5571735eb440 void 0.000150
+gallium_dri.so free 0x5571735eb380 void 0.000147
+gallium_dri.so malloc 72 0x5571735eb380 0.000148
+gallium_dri.so free 0x5571735eb540 void 0.000148
+gallium_dri.so free 0x5571735eb380 void 0.000145
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000146
+gallium_dri.so free 0x5571735eb600 void 0.000138
+gallium_dri.so free 0x5571735eb4f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000143
+gallium_dri.so free 0x5571735eb640 void 0.000140
+gallium_dri.so free 0x5571735eb5b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000143
+gallium_dri.so free 0x5571735eb700 void 0.000145
+gallium_dri.so free 0x5571735eb5b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735eb740 0.000146
+gallium_dri.so free 0x5571735eb7c0 void 0.000169
+gallium_dri.so free 0x5571735eb740 void 0.000141
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000141
+gallium_dri.so free 0x5571735eb880 void 0.000137
+gallium_dri.so free 0x5571735eb7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000136
+gallium_dri.so free 0x5571735eb900 void 0.000141
+gallium_dri.so free 0x5571735eb7c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000152
+gallium_dri.so free 0x5571735eb9c0 void 0.000142
+gallium_dri.so free 0x5571735eb7c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000138
+gallium_dri.so free 0x5571735eba80 void 0.000136
+gallium_dri.so free 0x5571735eb7c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735eba30 0.000137
+gallium_dri.so free 0x5571735ebb00 void 0.000141
+gallium_dri.so free 0x5571735eba30 void 0.000140
+gallium_dri.so malloc 72 0x5571735ebb50 0.000143
+gallium_dri.so free 0x5571735ebbc0 void 0.000142
+gallium_dri.so free 0x5571735ebb50 void 0.000141
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000166
+gallium_dri.so free 0x5571735ebc80 void 0.000145
+gallium_dri.so free 0x5571735ebbe0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ebc30 0.000144
+gallium_dri.so free 0x5571735ebd00 void 0.000143
+gallium_dri.so free 0x5571735ebc30 void 0.000141
+gallium_dri.so malloc 72 0x5571735ebc30 0.000141
+gallium_dri.so free 0x5571735ebe00 void 0.000144
+gallium_dri.so free 0x5571735ebc30 void 0.000141
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000134
+gallium_dri.so free 0x5571735ebe80 void 0.000141
+gallium_dri.so free 0x5571735ebdb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ebed0 0.000143
+gallium_dri.so free 0x5571735ebf40 void 0.000143
+gallium_dri.so free 0x5571735ebed0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ebf60 0.000146
+gallium_dri.so free 0x5571735ec000 void 0.000138
+gallium_dri.so free 0x5571735ebf60 void 0.000136
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000140
+gallium_dri.so free 0x5571735ec080 void 0.000153
+gallium_dri.so free 0x5571735ebfb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000143
+gallium_dri.so free 0x5571735ec100 void 0.000144
+gallium_dri.so free 0x5571735ebfb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ec100 0.000138
+gallium_dri.so free 0x5571735ec1c0 void 0.000135
+gallium_dri.so free 0x5571735ec100 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec100 0.000145
+gallium_dri.so free 0x5571735ec2c0 void 0.000144
+gallium_dri.so free 0x5571735ec100 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec100 0.000144
+gallium_dri.so free 0x5571735ec340 void 0.000144
+gallium_dri.so free 0x5571735ec100 void 0.000144
+gallium_dri.so malloc 72 0x5571735ec370 0.000139
+gallium_dri.so free 0x5571735ec3c0 void 0.000137
+gallium_dri.so free 0x5571735ec370 void 0.000143
+gallium_dri.so malloc 72 0x5571735ec370 0.000143
+gallium_dri.so free 0x5571735ec4c0 void 0.000139
+gallium_dri.so free 0x5571735ec370 void 0.000136
+gallium_dri.so malloc 72 0x5571735ec470 0.000142
+gallium_dri.so free 0x5571735ec580 void 0.000145
+gallium_dri.so free 0x5571735ec470 void 0.000149
+gallium_dri.so malloc 72 0x5571735ec530 0.000146
+gallium_dri.so free 0x5571735ec5c0 void 0.000144
+gallium_dri.so free 0x5571735ec530 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec530 0.000139
+gallium_dri.so free 0x5571735ec680 void 0.000141
+gallium_dri.so free 0x5571735ec530 void 0.000143
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000143
+gallium_dri.so free 0x5571735ec740 void 0.000145
+gallium_dri.so free 0x5571735ec6d0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ec780 0.000143
+gallium_dri.so free 0x5571735ec800 void 0.000138
+gallium_dri.so free 0x5571735ec780 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec800 0.000140
+gallium_dri.so free 0x5571735ec8c0 void 0.000145
+gallium_dri.so free 0x5571735ec800 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec800 0.000134
+gallium_dri.so free 0x5571735ec940 void 0.000184
+gallium_dri.so free 0x5571735ec800 void 0.000144
+gallium_dri.so malloc 72 0x5571735ec970 0.000143
+gallium_dri.so free 0x5571735ec9c0 void 0.000145
+gallium_dri.so free 0x5571735ec970 void 0.000143
+gallium_dri.so malloc 72 0x5571735ec970 0.000137
+gallium_dri.so free 0x5571735ecac0 void 0.000135
+gallium_dri.so free 0x5571735ec970 void 0.000142
+gallium_dri.so malloc 72 0x5571735eca70 0.000144
+gallium_dri.so free 0x5571735ecb80 void 0.000144
+gallium_dri.so free 0x5571735eca70 void 0.000144
+gallium_dri.so malloc 72 0x5571735ecb30 0.000144
+gallium_dri.so free 0x5571735ecc00 void 0.000144
+gallium_dri.so free 0x5571735ecb30 void 0.000143
+gallium_dri.so malloc 72 0x5571735ecc20 0.000144
+gallium_dri.so free 0x5571735eccc0 void 0.000138
+gallium_dri.so free 0x5571735ecc20 void 0.000136
+gallium_dri.so malloc 72 0x5571735ecc70 0.000141
+gallium_dri.so free 0x5571735ecd40 void 0.000145
+gallium_dri.so free 0x5571735ecc70 void 0.000147
+gallium_dri.so malloc 72 0x5571735ecc70 0.000143
+gallium_dri.so free 0x5571735ecdc0 void 0.000139
+gallium_dri.so free 0x5571735ecc70 void 0.000137
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000144
+gallium_dri.so free 0x5571735ece80 void 0.000145
+gallium_dri.so free 0x5571735ecdc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000135
+gallium_dri.so free 0x5571735ecf40 void 0.000141
+gallium_dri.so free 0x5571735ecdc0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000143
+gallium_dri.so free 0x5571735ed000 void 0.000144
+gallium_dri.so free 0x5571735ecdc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000146
+gallium_dri.so free 0x5571735ed000 void 0.000149
+gallium_dri.so free 0x5571735ecfb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000140
+gallium_dri.so free 0x5571735ed100 void 0.000144
+gallium_dri.so free 0x5571735ecfb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000150
+gallium_dri.so free 0x5571735ed1c0 void 0.000142
+gallium_dri.so free 0x5571735ed0b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ed170 0.000144
+gallium_dri.so free 0x5571735ed200 void 0.000145
+gallium_dri.so free 0x5571735ed170 void 0.000144
+gallium_dri.so malloc 72 0x5571735ed170 0.000142
+gallium_dri.so free 0x5571735ed2c0 void 0.000144
+gallium_dri.so free 0x5571735ed170 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed300 0.000134
+gallium_dri.so free 0x5571735ed380 void 0.000146
+gallium_dri.so free 0x5571735ed300 void 0.000144
+gallium_dri.so malloc 72 0x5571735ed380 0.000143
+gallium_dri.so free 0x5571735ed440 void 0.000145
+gallium_dri.so free 0x5571735ed380 void 0.000143
+gallium_dri.so malloc 72 0x5571735ed380 0.000139
+gallium_dri.so free 0x5571735ed500 void 0.000134
+gallium_dri.so free 0x5571735ed380 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed520 0.000143
+gallium_dri.so free 0x5571735ed5c0 void 0.000203
+gallium_dri.so free 0x5571735ed520 void 0.000145
+gallium_dri.so malloc 72 0x5571735ed570 0.000144
+gallium_dri.so free 0x5571735ed640 void 0.000145
+gallium_dri.so free 0x5571735ed570 void 0.000141
+gallium_dri.so malloc 72 0x5571735ed570 0.000135
+gallium_dri.so free 0x5571735ed6c0 void 0.000141
+gallium_dri.so free 0x5571735ed570 void 0.000144
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000141
+gallium_dri.so free 0x5571735ed780 void 0.000135
+gallium_dri.so free 0x5571735ed6c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000144
+gallium_dri.so free 0x5571735ed840 void 0.000144
+gallium_dri.so free 0x5571735ed6c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000144
+gallium_dri.so free 0x5571735ed900 void 0.000141
+gallium_dri.so free 0x5571735ed6c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000135
+gallium_dri.so free 0x5571735ed9c0 void 0.000136
+gallium_dri.so free 0x5571735ed8b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed970 0.000147
+gallium_dri.so free 0x5571735eda40 void 0.000136
+gallium_dri.so free 0x5571735ed970 void 0.000136
+gallium_dri.so malloc 72 0x5571735eda90 0.000137
+gallium_dri.so free 0x5571735edb00 void 0.000136
+gallium_dri.so free 0x5571735eda90 void 0.000143
+gallium_dri.so malloc 72 0x5571735edb20 0.000138
+gallium_dri.so free 0x5571735edbc0 void 0.000137
+gallium_dri.so free 0x5571735edb20 void 0.000136
+gallium_dri.so malloc 72 0x5571735edb70 0.000203
+gallium_dri.so free 0x5571735edc40 void 0.000134
+gallium_dri.so free 0x5571735edb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb70 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000123
+gallium_dri.so free 0x5571735edb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcc0 0.000125
+gallium_dri.so free 0x5571735edd80 void 0.000122
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735ede80 void 0.000135
+gallium_dri.so free 0x5571735edcc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ede30 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000120
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000138
+gallium_dri.so free 0x5571735edf80 void 0.000124
+gallium_dri.so free 0x5571735ede30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edfc0 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so free 0x5571735edfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee040 0.000120
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee040 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000119
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so free 0x5571735ee1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee340 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000120
+gallium_dri.so free 0x5571735ee340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000118
+gallium_dri.so free 0x5571735ee480 void 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000124
+gallium_dri.so free 0x5571735ee500 void 0.000130
+gallium_dri.so free 0x5571735ee3c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ee530 0.000154
+gallium_dri.so free 0x5571735ee580 void 0.000153
+gallium_dri.so free 0x5571735ee530 void 0.000213
+gallium_dri.so malloc 72 0x5571735ee530 0.000167
+gallium_dri.so free 0x5571735ee680 void 0.000165
+gallium_dri.so free 0x5571735ee530 void 0.000166
+gallium_dri.so malloc 72 0x5571735ee630 0.000165
+gallium_dri.so free 0x5571735ee740 void 0.000166
+gallium_dri.so free 0x5571735ee630 void 0.000161
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000155
+gallium_dri.so free 0x5571735ee7c0 void 0.000156
+gallium_dri.so free 0x5571735ee6f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000162
+gallium_dri.so free 0x5571735ee880 void 0.000154
+gallium_dri.so free 0x5571735ee6f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000153
+gallium_dri.so free 0x5571735ee940 void 0.000155
+gallium_dri.so free 0x5571735ee6f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000174
+gallium_dri.so free 0x5571735ee9c0 void 0.000155
+gallium_dri.so free 0x5571735ee8f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735eea10 0.000151
+gallium_dri.so free 0x5571735eea80 void 0.000153
+gallium_dri.so free 0x5571735eea10 void 0.000162
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000127
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735eeaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebc0 0.000115
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eebc0 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eef40 void 0.000123
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000112
+gallium_dri.so free 0x5571735eeef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef010 0.000111
+gallium_dri.so free 0x5571735ef080 void 0.000112
+gallium_dri.so free 0x5571735ef010 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000112
+gallium_dri.so free 0x5571735ef140 void 0.000113
+gallium_dri.so free 0x5571735ef0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000112
+gallium_dri.so free 0x5571735ef1c0 void 0.000112
+gallium_dri.so free 0x5571735ef0c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000112
+gallium_dri.so free 0x5571735ef240 void 0.000112
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000112
+gallium_dri.so free 0x5571735ef340 void 0.000112
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000124
+gallium_dri.so free 0x5571735ef440 void 0.000124
+gallium_dri.so free 0x5571735ef3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000120
+gallium_dri.so free 0x5571735ef3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef570 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef570 0.000112
+gallium_dri.so free 0x5571735ef6c0 void 0.000125
+gallium_dri.so free 0x5571735ef570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef670 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so free 0x5571735ef670 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000112
+gallium_dri.so free 0x5571735ef7c0 void 0.000111
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef940 0.000115
+gallium_dri.so free 0x5571735efa00 void 0.000116
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000114
+gallium_dri.so free 0x5571735efac0 void 0.000120
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so malloc 72 0x5571735efae0 0.000113
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efae0 void 0.000190
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000113
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc80 0.000111
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc80 0.000115
+gallium_dri.so free 0x5571735efec0 void 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000112
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff30 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735eff30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0050 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0050 void 0.000114
+gallium_dri.so malloc 72 0x5571735f00e0 0.000115
+gallium_dri.so free 0x5571735f0180 void 0.000123
+gallium_dri.so free 0x5571735f00e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0130 0.000119
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0130 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000123
+gallium_dri.so free 0x5571735f0130 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0280 0.000124
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0280 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000115
+gallium_dri.so free 0x5571735f0480 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000112
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0580 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0600 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0600 0.000113
+gallium_dri.so free 0x5571735f0740 void 0.000128
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000115
+gallium_dri.so free 0x5571735f07c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0900 0.000112
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0980 0.000118
+gallium_dri.so free 0x5571735f0ac0 void 0.000116
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000115
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000111
+gallium_dri.so free 0x5571735f0d00 void 0.000114
+gallium_dri.so free 0x5571735f0bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000115
+gallium_dri.so free 0x5571735f0d80 void 0.000171
+gallium_dri.so free 0x5571735f0cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000113
+gallium_dri.so free 0x5571735f0f00 void 0.000112
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000112
+gallium_dri.so free 0x5571735f0f80 void 0.000112
+gallium_dri.so free 0x5571735f0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000112
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so free 0x5571735f0fd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1060 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so free 0x5571735f1060 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10b0 0.000112
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1180 0.000117
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1180 0.000120
+gallium_dri.so free 0x5571735f12c0 void 0.000124
+gallium_dri.so free 0x5571735f1180 void 0.000124
+gallium_dri.so malloc 72 0x5571735f12c0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000128
+gallium_dri.so free 0x5571735f12c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f12c0 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000113
+gallium_dri.so free 0x5571735f1500 void 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f14b0 0.000115
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f15d0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so free 0x5571735f15d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1680 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1680 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000116
+gallium_dri.so free 0x5571735f17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000115
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f18b0 0.000113
+gallium_dri.so free 0x5571735f19c0 void 0.000126
+gallium_dri.so free 0x5571735f18b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1a00 void 0.000119
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000115
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b30 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c30 0.000112
+gallium_dri.so free 0x5571735f1d40 void 0.000115
+gallium_dri.so free 0x5571735f1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000114
+gallium_dri.so free 0x5571735f1d80 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e80 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000149
+gallium_dri.so malloc 72 0x5571735f1f00 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20a0 0.000113
+gallium_dri.so free 0x5571735f2140 void 0.000126
+gallium_dri.so free 0x5571735f20a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f20f0 0.000124
+gallium_dri.so free 0x5571735f21c0 void 0.000124
+gallium_dri.so free 0x5571735f20f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f20f0 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2240 0.000114
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2240 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2240 0.000115
+gallium_dri.so free 0x5571735f2480 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2430 0.000114
+gallium_dri.so free 0x5571735f2540 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f24f0 0.000121
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f24f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2610 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2610 void 0.000115
+gallium_dri.so malloc 72 0x5571735f26a0 0.000115
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f26a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000113
+gallium_dri.so free 0x5571735f26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2840 0.000113
+gallium_dri.so free 0x557173620f00 void 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2840 0.000113
+gallium_dri.so free 0x557173463600 void 0.000126
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2840 0.000114
+gallium_dri.so free 0x5571735f28c0 void 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2840 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2840 0.000130
+gallium_dri.so free 0x557173467680 void 0.000127
+gallium_dri.so free 0x5571735f2840 void 0.000126
+gallium_dri.so malloc 72 0x557173467630 0.000125
+gallium_dri.so free 0x5571734673c0 void 0.000126
+gallium_dri.so free 0x557173467630 void 0.000126
+gallium_dri.so malloc 72 0x557173467630 0.000125
+gallium_dri.so free 0x557173467440 void 0.000124
+gallium_dri.so free 0x557173467630 void 0.000126
+gallium_dri.so malloc 72 0x557173467470 0.000125
+gallium_dri.so free 0x55717360ba40 void 0.000126
+gallium_dri.so free 0x557173467470 void 0.000125
+gallium_dri.so malloc 72 0x557173467470 0.000131
+gallium_dri.so free 0x55717360bd00 void 0.000138
+gallium_dri.so free 0x557173467470 void 0.000129
+gallium_dri.so malloc 72 0x55717360bcb0 0.000125
+gallium_dri.so free 0x55717360bd80 void 0.000126
+gallium_dri.so free 0x55717360bcb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360bdd0 0.000131
+gallium_dri.so free 0x55717360bb40 void 0.000138
+gallium_dri.so free 0x55717360bdd0 void 0.000137
+gallium_dri.so malloc 72 0x55717360baf0 0.000172
+gallium_dri.so free 0x557173589740 void 0.000184
+gallium_dri.so free 0x55717360baf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735896f0 0.000137
+gallium_dri.so free 0x5571735897c0 void 0.000138
+gallium_dri.so free 0x5571735896f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735896f0 0.000139
+gallium_dri.so free 0x557173589840 void 0.000138
+gallium_dri.so free 0x5571735896f0 void 0.000138
+gallium_dri.so malloc 72 0x557173589840 0.000131
+gallium_dri.so free 0x557173589900 void 0.000127
+gallium_dri.so free 0x557173589840 void 0.000132
+gallium_dri.so malloc 72 0x557173589840 0.000132
+gallium_dri.so free 0x557173589a00 void 0.000129
+gallium_dri.so free 0x557173589840 void 0.000131
+gallium_dri.so malloc 72 0x557173589840 0.000136
+gallium_dri.so free 0x557173463240 void 0.000137
+gallium_dri.so free 0x557173589840 void 0.000187
+gallium_dri.so malloc 72 0x557173463270 0.000138
+gallium_dri.so free 0x5571734632c0 void 0.000136
+gallium_dri.so free 0x557173463270 void 0.000153
+gallium_dri.so malloc 72 0x557173463270 0.000191
+gallium_dri.so free 0x5571734633c0 void 0.000232
+gallium_dri.so free 0x557173463270 void 0.000231
+gallium_dri.so malloc 72 0x557173463370 0.000229
+gallium_dri.so free 0x557173463480 void 0.000137
+gallium_dri.so free 0x557173463370 void 0.000143
+gallium_dri.so malloc 72 0x557173463430 0.000130
+gallium_dri.so free 0x5571734634c0 void 0.000131
+gallium_dri.so free 0x557173463430 void 0.000129
+gallium_dri.so malloc 72 0x557173463430 0.000129
+gallium_dri.so free 0x557173601340 void 0.000136
+gallium_dri.so free 0x557173463430 void 0.000130
+gallium_dri.so malloc 72 0x557173601340 0.000126
+gallium_dri.so free 0x557173601400 void 0.000122
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so malloc 72 0x557173601340 0.000130
+gallium_dri.so free 0x557173601480 void 0.000130
+gallium_dri.so free 0x557173601340 void 0.000127
+gallium_dri.so malloc 72 0x557173601480 0.000126
+gallium_dri.so free 0x557173601540 void 0.000170
+gallium_dri.so free 0x557173601480 void 0.000224
+gallium_dri.so malloc 72 0x557173601480 0.000166
+gallium_dri.so free 0x557173601600 void 0.000130
+gallium_dri.so free 0x557173601480 void 0.000125
+gallium_dri.so malloc 72 0x557173601480 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000127
+gallium_dri.so free 0x557173601480 void 0.000130
+gallium_dri.so malloc 72 0x557173601480 0.000131
+gallium_dri.so free 0x5571735d0080 void 0.000125
+gallium_dri.so free 0x557173601480 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0080 0.000128
+gallium_dri.so free 0x5571735d0140 void 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0080 0.000142
+gallium_dri.so free 0x5571735d0240 void 0.000130
+gallium_dri.so free 0x5571735d0080 void 0.000131
+gallium_dri.so malloc 72 0x5571735d01f0 0.000125
+gallium_dri.so free 0x5571735d0280 void 0.000127
+gallium_dri.so free 0x5571735d01f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d01f0 0.000134
+gallium_dri.so free 0x5571735d0340 void 0.000131
+gallium_dri.so free 0x5571735d01f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0380 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000126
+gallium_dri.so free 0x5571735d0380 void 0.000132
+gallium_dri.so malloc 72 0x5571735d25c0 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000131
+gallium_dri.so free 0x5571735d25c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d25c0 0.000131
+gallium_dri.so free 0x5571735d2700 void 0.000129
+gallium_dri.so free 0x5571735d25c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2730 0.000119
+gallium_dri.so free 0x5571735d2780 void 0.000125
+gallium_dri.so free 0x5571735d2730 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2730 0.000125
+gallium_dri.so free 0x5571735d2880 void 0.000127
+gallium_dri.so free 0x5571735d2730 void 0.000130
+gallium_dri.so malloc 72 0x5571735d28c0 0.000129
+gallium_dri.so free 0x557173608480 void 0.000129
+gallium_dri.so free 0x5571735d28c0 void 0.000146
+gallium_dri.so malloc 72 0x557173608480 0.000130
+gallium_dri.so free 0x557173608540 void 0.000124
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x557173608480 0.000124
+gallium_dri.so free 0x5571736085c0 void 0.000124
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x5571736085f0 0.000125
+gallium_dri.so free 0x5571735d2940 void 0.000123
+gallium_dri.so free 0x5571736085f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736085f0 0.000120
+gallium_dri.so free 0x557173608640 void 0.000119
+gallium_dri.so free 0x5571736085f0 void 0.000123
+gallium_dri.so malloc 72 0x557173608640 0.000129
+gallium_dri.so free 0x557173608700 void 0.000130
+gallium_dri.so free 0x557173608640 void 0.000126
+gallium_dri.so malloc 72 0x557173608640 0.000121
+gallium_dri.so free 0x557173608800 void 0.000127
+gallium_dri.so free 0x557173608640 void 0.000129
+gallium_dri.so malloc 72 0x557173608640 0.000130
+gallium_dri.so free 0x557173462840 void 0.000131
+gallium_dri.so free 0x557173608640 void 0.000130
+gallium_dri.so malloc 72 0x557173608640 0.000130
+gallium_dri.so free 0x557173462900 void 0.000126
+gallium_dri.so free 0x557173608640 void 0.000125
+gallium_dri.so malloc 72 0x5571734628b0 0.000125
+gallium_dri.so free 0x557173462980 void 0.000129
+gallium_dri.so free 0x5571734628b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734629d0 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000131
+gallium_dri.so free 0x5571734629d0 void 0.000130
+gallium_dri.so malloc 72 0x557173462a60 0.000129
+gallium_dri.so free 0x557173462b00 void 0.000124
+gallium_dri.so free 0x557173462a60 void 0.000119
+gallium_dri.so malloc 72 0x557173462ab0 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000119
+gallium_dri.so free 0x557173462ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173462b80 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x557173462b80 void 0.000119
+gallium_dri.so malloc 72 0x557173462b80 0.000124
+gallium_dri.so free 0x557173464e80 void 0.000129
+gallium_dri.so free 0x557173462b80 void 0.000131
+gallium_dri.so malloc 72 0x557173464e80 0.000130
+gallium_dri.so free 0x557173464f40 void 0.000208
+gallium_dri.so free 0x557173464e80 void 0.000132
+gallium_dri.so malloc 72 0x557173464e80 0.000129
+gallium_dri.so free 0x557173465000 void 0.000124
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so malloc 72 0x557173464e80 0.000125
+gallium_dri.so free 0x5571734650c0 void 0.000130
+gallium_dri.so free 0x557173464e80 void 0.000131
+gallium_dri.so malloc 72 0x557173465070 0.000125
+gallium_dri.so free 0x557173465140 void 0.000121
+gallium_dri.so free 0x557173465070 void 0.000124
+gallium_dri.so malloc 72 0x557173465190 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x557173465190 void 0.000129
+gallium_dri.so malloc 72 0x557173465190 0.000126
+gallium_dri.so free 0x55717358e280 void 0.000124
+gallium_dri.so free 0x557173465190 void 0.000125
+gallium_dri.so malloc 72 0x557173465190 0.000130
+gallium_dri.so free 0x55717358e340 void 0.000130
+gallium_dri.so free 0x557173465190 void 0.000126
+gallium_dri.so malloc 72 0x557173465190 0.000121
+gallium_dri.so free 0x55717358e400 void 0.000135
+gallium_dri.so free 0x557173465190 void 0.000134
+gallium_dri.so malloc 72 0x55717358e3b0 0.000130
+gallium_dri.so free 0x55717358e480 void 0.000130
+gallium_dri.so free 0x55717358e3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e4d0 0.000125
+gallium_dri.so free 0x55717358e540 void 0.000128
+gallium_dri.so free 0x55717358e4d0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e560 0.000131
+gallium_dri.so free 0x557173469380 void 0.000134
+gallium_dri.so free 0x55717358e560 void 0.000126
+gallium_dri.so malloc 72 0x55717358e560 0.000126
+gallium_dri.so free 0x557173469440 void 0.000130
+gallium_dri.so free 0x55717358e560 void 0.000125
+gallium_dri.so malloc 72 0x5571734693f0 0.000122
+gallium_dri.so free 0x557173469440 void 0.000128
+gallium_dri.so free 0x5571734693f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734693f0 0.000124
+gallium_dri.so free 0x557173469540 void 0.000120
+gallium_dri.so free 0x5571734693f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734694f0 0.000130
+gallium_dri.so free 0x557173469600 void 0.000130
+gallium_dri.so free 0x5571734694f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734695b0 0.000125
+gallium_dri.so free 0x557173469640 void 0.000126
+gallium_dri.so free 0x5571734695b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734695b0 0.000123
+gallium_dri.so free 0x557173469700 void 0.000124
+gallium_dri.so free 0x5571734695b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000120
+gallium_dri.so free 0x5571734695b0 void 0.000123
+gallium_dri.so malloc 72 0x557173601d90 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000129
+gallium_dri.so free 0x557173601d90 void 0.000124
+gallium_dri.so malloc 72 0x557173601e60 0.000119
+gallium_dri.so free 0x557173601f00 void 0.000125
+gallium_dri.so free 0x557173601e60 void 0.000132
+gallium_dri.so malloc 72 0x557173601eb0 0.000123
+gallium_dri.so free 0x557173601f40 void 0.000125
+gallium_dri.so free 0x557173601eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173601eb0 0.000129
+gallium_dri.so free 0x557173602000 void 0.000123
+gallium_dri.so free 0x557173601eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173602040 0.000184
+gallium_dri.so free 0x5571736020c0 void 0.000126
+gallium_dri.so free 0x557173602040 void 0.000125
+gallium_dri.so malloc 72 0x5571736020c0 0.000124
+gallium_dri.so free 0x55717358c640 void 0.000124
+gallium_dri.so free 0x5571736020c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358c660 0.000130
+gallium_dri.so free 0x55717358c700 void 0.000129
+gallium_dri.so free 0x55717358c660 void 0.000125
+gallium_dri.so malloc 72 0x55717358c6b0 0.000123
+gallium_dri.so free 0x55717358c780 void 0.000120
+gallium_dri.so free 0x55717358c6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c780 0.000123
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so free 0x55717358c780 void 0.000119
+gallium_dri.so malloc 72 0x55717358c780 0.000119
+gallium_dri.so free 0x55717358c8c0 void 0.000120
+gallium_dri.so free 0x55717358c780 void 0.000124
+gallium_dri.so malloc 72 0x55717358c8c0 0.000129
+gallium_dri.so free 0x55717358c980 void 0.000130
+gallium_dri.so free 0x55717358c8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c8c0 0.000129
+gallium_dri.so free 0x5571735d0a00 void 0.000234
+gallium_dri.so free 0x55717358c8c0 void 0.000224
+gallium_dri.so malloc 72 0x5571735d0a30 0.000130
+gallium_dri.so free 0x5571735d0a80 void 0.000129
+gallium_dri.so free 0x5571735d0a30 void 0.000127
+gallium_dri.so malloc 72 0x5571735d0a30 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000124
+gallium_dri.so free 0x5571735d0a30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b30 0.000126
+gallium_dri.so free 0x5571735d0c40 void 0.000129
+gallium_dri.so free 0x5571735d0b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000125
+gallium_dri.so free 0x5571735d0cc0 void 0.000127
+gallium_dri.so free 0x5571735d0bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000126
+gallium_dri.so free 0x5571735d0d80 void 0.000124
+gallium_dri.so free 0x5571735d0ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d30 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x5571735d0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735d55c0 0.000129
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so free 0x5571735d55c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5640 0.000131
+gallium_dri.so free 0x5571735d5700 void 0.000129
+gallium_dri.so free 0x5571735d5640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5640 0.000123
+gallium_dri.so free 0x5571735d5780 void 0.000125
+gallium_dri.so free 0x5571735d5640 void 0.000128
+gallium_dri.so malloc 72 0x5571735d57b0 0.000124
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d57b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d57b0 0.000126
+gallium_dri.so free 0x5571735d5900 void 0.000129
+gallium_dri.so free 0x5571735d57b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5940 0.000129
+gallium_dri.so free 0x5571735d2fc0 void 0.000167
+gallium_dri.so free 0x5571735d5940 void 0.000167
+gallium_dri.so malloc 72 0x5571735d3010 0.000130
+gallium_dri.so free 0x5571735d3080 void 0.000129
+gallium_dri.so free 0x5571735d3010 void 0.000120
+gallium_dri.so malloc 72 0x5571735d30a0 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000124
+gallium_dri.so free 0x5571735d30a0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d30f0 0.000130
+gallium_dri.so free 0x5571735d31c0 void 0.000129
+gallium_dri.so free 0x5571735d30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d30f0 0.000123
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so free 0x5571735d30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3240 0.000130
+gallium_dri.so free 0x5571735d3300 void 0.000124
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3240 0.000125
+gallium_dri.so free 0x557173465800 void 0.000129
+gallium_dri.so free 0x5571735d3240 void 0.000129
+gallium_dri.so malloc 72 0x557173465820 0.000130
+gallium_dri.so free 0x5571734658c0 void 0.000125
+gallium_dri.so free 0x557173465820 void 0.000126
+gallium_dri.so malloc 72 0x557173465870 0.000126
+gallium_dri.so free 0x557173465940 void 0.000124
+gallium_dri.so free 0x557173465870 void 0.000124
+gallium_dri.so malloc 72 0x557173465870 0.000129
+gallium_dri.so free 0x5571734659c0 void 0.000128
+gallium_dri.so free 0x557173465870 void 0.000141
+gallium_dri.so malloc 72 0x5571734659c0 0.000130
+gallium_dri.so free 0x557173465a80 void 0.000126
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734659c0 0.000125
+gallium_dri.so free 0x557173465b40 void 0.000130
+gallium_dri.so free 0x5571734659c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734659c0 0.000129
+gallium_dri.so free 0x55717358ec00 void 0.000128
+gallium_dri.so free 0x5571734659c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ec50 0.000130
+gallium_dri.so free 0x55717358ecc0 void 0.000127
+gallium_dri.so free 0x55717358ec50 void 0.000126
+gallium_dri.so malloc 72 0x55717358ed00 0.000130
+gallium_dri.so free 0x55717358ed80 void 0.000125
+gallium_dri.so free 0x55717358ed00 void 0.000125
+gallium_dri.so malloc 72 0x55717358ed80 0.000130
+gallium_dri.so free 0x55717358ee40 void 0.000128
+gallium_dri.so free 0x55717358ed80 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed80 0.000125
+gallium_dri.so free 0x557173465c00 void 0.000126
+gallium_dri.so free 0x55717358ed80 void 0.000133
+gallium_dri.so malloc 72 0x557173465bb0 0.000129
+gallium_dri.so free 0x55717358eec0 void 0.000125
+gallium_dri.so free 0x557173465bb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ef00 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000123
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x557173609e80 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so malloc 72 0x557173609ec0 0.000130
+gallium_dri.so free 0x557173609f40 void 0.000130
+gallium_dri.so free 0x557173609ec0 void 0.000126
+gallium_dri.so malloc 72 0x557173609ec0 0.000125
+gallium_dri.so free 0x557173609fc0 void 0.000129
+gallium_dri.so free 0x557173609ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173609ff0 0.000131
+gallium_dri.so free 0x55717360a040 void 0.000129
+gallium_dri.so free 0x557173609ff0 void 0.000166
+gallium_dri.so malloc 72 0x557173609ff0 0.000161
+gallium_dri.so free 0x55717360a140 void 0.000193
+gallium_dri.so free 0x557173609ff0 void 0.000133
+gallium_dri.so malloc 72 0x55717360a0f0 0.000130
+gallium_dri.so free 0x55717360a200 void 0.000125
+gallium_dri.so free 0x55717360a0f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a1b0 0.000129
+gallium_dri.so free 0x557173467dc0 void 0.000131
+gallium_dri.so free 0x55717360a1b0 void 0.000129
+gallium_dri.so malloc 72 0x557173467df0 0.000130
+gallium_dri.so free 0x557173467e40 void 0.000130
+gallium_dri.so free 0x557173467df0 void 0.000130
+gallium_dri.so malloc 72 0x557173467df0 0.000132
+gallium_dri.so free 0x557173467f40 void 0.000129
+gallium_dri.so free 0x557173467df0 void 0.000125
+gallium_dri.so malloc 72 0x557173467f80 0.000121
+gallium_dri.so free 0x557173468000 void 0.000126
+gallium_dri.so free 0x557173467f80 void 0.000129
+gallium_dri.so malloc 72 0x557173468000 0.000130
+gallium_dri.so free 0x55717360a240 void 0.000125
+gallium_dri.so free 0x557173468000 void 0.000126
+gallium_dri.so malloc 72 0x557173468000 0.000125
+gallium_dri.so free 0x5571734680c0 void 0.000139
+gallium_dri.so free 0x557173468000 void 0.000132
+gallium_dri.so malloc 72 0x557173468000 0.000130
+gallium_dri.so free 0x557173468180 void 0.000129
+gallium_dri.so free 0x557173468000 void 0.000130
+gallium_dri.so malloc 72 0x557173468130 0.000125
+gallium_dri.so free 0x557173608e80 void 0.000126
+gallium_dri.so free 0x557173468130 void 0.000130
+gallium_dri.so malloc 72 0x557173608ed0 0.000124
+gallium_dri.so free 0x557173608f40 void 0.000120
+gallium_dri.so free 0x557173608ed0 void 0.000124
+gallium_dri.so malloc 72 0x557173608fa0 0.000130
+gallium_dri.so free 0x557173609040 void 0.000131
+gallium_dri.so free 0x557173608fa0 void 0.000129
+gallium_dri.so malloc 72 0x557173608ff0 0.000124
+gallium_dri.so free 0x557173609080 void 0.000121
+gallium_dri.so free 0x557173608ff0 void 0.000125
+gallium_dri.so malloc 72 0x557173608ff0 0.000129
+gallium_dri.so free 0x557173609140 void 0.000129
+gallium_dri.so free 0x557173608ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173609180 0.000124
+gallium_dri.so free 0x557173609200 void 0.000172
+gallium_dri.so free 0x557173609180 void 0.000125
+gallium_dri.so malloc 72 0x557173609200 0.000130
+gallium_dri.so free 0x5571735911c0 void 0.000123
+gallium_dri.so free 0x557173609200 void 0.000124
+gallium_dri.so malloc 72 0x5571735911e0 0.000125
+gallium_dri.so free 0x557173591280 void 0.000121
+gallium_dri.so free 0x5571735911e0 void 0.000125
+gallium_dri.so malloc 72 0x557173591230 0.000130
+gallium_dri.so free 0x557173591300 void 0.000130
+gallium_dri.so free 0x557173591230 void 0.000130
+gallium_dri.so malloc 72 0x557173591300 0.000124
+gallium_dri.so free 0x5571735913c0 void 0.000120
+gallium_dri.so free 0x557173591300 void 0.000125
+gallium_dri.so malloc 72 0x557173591300 0.000130
+gallium_dri.so free 0x557173591440 void 0.000129
+gallium_dri.so free 0x557173591300 void 0.000130
+gallium_dri.so malloc 72 0x557173591440 0.000131
+gallium_dri.so free 0x557173591500 void 0.000125
+gallium_dri.so free 0x557173591440 void 0.000125
+gallium_dri.so malloc 72 0x557173591440 0.000123
+gallium_dri.so free 0x557173604300 void 0.000120
+gallium_dri.so free 0x557173591440 void 0.000137
+gallium_dri.so malloc 72 0x557173604330 0.000125
+gallium_dri.so free 0x557173604380 void 0.000125
+gallium_dri.so free 0x557173604330 void 0.000131
+gallium_dri.so malloc 72 0x557173604330 0.000129
+gallium_dri.so free 0x557173604480 void 0.000129
+gallium_dri.so free 0x557173604330 void 0.000124
+gallium_dri.so malloc 72 0x557173604430 0.000119
+gallium_dri.so free 0x557173604540 void 0.000126
+gallium_dri.so free 0x557173604430 void 0.000125
+gallium_dri.so malloc 72 0x5571736044f0 0.000127
+gallium_dri.so free 0x5571736045c0 void 0.000125
+gallium_dri.so free 0x5571736044f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736045e0 0.000128
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x5571736045e0 void 0.000130
+gallium_dri.so malloc 72 0x557173604630 0.000141
+gallium_dri.so free 0x55717358a080 void 0.000129
+gallium_dri.so free 0x557173604630 void 0.000131
+gallium_dri.so malloc 72 0x55717358a0c0 0.000130
+gallium_dri.so free 0x55717358a140 void 0.000131
+gallium_dri.so free 0x55717358a0c0 void 0.000142
+gallium_dri.so malloc 72 0x55717358a140 0.000125
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so free 0x55717358a140 void 0.000125
+gallium_dri.so malloc 72 0x55717358a140 0.000131
+gallium_dri.so free 0x55717358a280 void 0.000131
+gallium_dri.so free 0x55717358a140 void 0.000130
+gallium_dri.so malloc 72 0x55717358a2b0 0.000124
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so free 0x55717358a2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a2b0 0.000129
+gallium_dri.so free 0x55717358a400 void 0.000129
+gallium_dri.so free 0x55717358a2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a440 0.000119
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x55717358a440 void 0.000124
+gallium_dri.so malloc 72 0x557173606910 0.000130
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606910 void 0.000131
+gallium_dri.so malloc 72 0x5571736069a0 0.000129
+gallium_dri.so free 0x557173606a40 void 0.000125
+gallium_dri.so free 0x5571736069a0 void 0.000175
+gallium_dri.so malloc 72 0x5571736069f0 0.000128
+gallium_dri.so free 0x557173606ac0 void 0.000129
+gallium_dri.so free 0x5571736069f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736069f0 0.000124
+gallium_dri.so free 0x557173606b40 void 0.000121
+gallium_dri.so free 0x5571736069f0 void 0.000129
+gallium_dri.so malloc 72 0x557173606b40 0.000129
+gallium_dri.so free 0x557173606c00 void 0.000129
+gallium_dri.so free 0x557173606b40 void 0.000129
+gallium_dri.so malloc 72 0x557173606b40 0.000135
+gallium_dri.so free 0x557173609580 void 0.000129
+gallium_dri.so free 0x557173606b40 void 0.000125
+gallium_dri.so malloc 72 0x557173609530 0.000125
+gallium_dri.so free 0x5571736095c0 void 0.000129
+gallium_dri.so free 0x557173609530 void 0.000125
+gallium_dri.so malloc 72 0x557173609530 0.000125
+gallium_dri.so free 0x557173609680 void 0.000125
+gallium_dri.so free 0x557173609530 void 0.000121
+gallium_dri.so malloc 72 0x5571736096c0 0.000125
+gallium_dri.so free 0x557173609740 void 0.000131
+gallium_dri.so free 0x5571736096c0 void 0.000141
+gallium_dri.so malloc 72 0x557173609740 0.000130
+gallium_dri.so free 0x557173609800 void 0.000129
+gallium_dri.so free 0x557173609740 void 0.000124
+gallium_dri.so malloc 72 0x557173609740 0.000119
+gallium_dri.so free 0x557173609880 void 0.000125
+gallium_dri.so free 0x557173609740 void 0.000131
+gallium_dri.so malloc 72 0x5571736098b0 0.000129
+gallium_dri.so free 0x557173609900 void 0.000123
+gallium_dri.so free 0x5571736098b0 void 0.000120
+gallium_dri.so malloc 72 0x557173609900 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x557173609900 void 0.000125
+gallium_dri.so malloc 72 0x557173609900 0.000129
+gallium_dri.so free 0x5571735d4600 void 0.000130
+gallium_dri.so free 0x557173609900 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4600 0.000121
+gallium_dri.so free 0x5571735d46c0 void 0.000126
+gallium_dri.so free 0x5571735d4600 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4600 0.000127
+gallium_dri.so free 0x5571735d4780 void 0.000126
+gallium_dri.so free 0x5571735d4600 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4600 0.000140
+gallium_dri.so free 0x5571735d4840 void 0.000131
+gallium_dri.so free 0x5571735d4600 void 0.000130
+gallium_dri.so malloc 72 0x5571735d47f0 0.000162
+gallium_dri.so free 0x5571735d48c0 void 0.000160
+gallium_dri.so free 0x5571735d47f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735d4910 0.000134
+gallium_dri.so free 0x5571735d4980 void 0.000125
+gallium_dri.so free 0x5571735d4910 void 0.000124
+gallium_dri.so malloc 72 0x5571735d49c0 0.000129
+gallium_dri.so free 0x557173466dc0 void 0.000129
+gallium_dri.so free 0x5571735d49c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d49c0 0.000125
+gallium_dri.so free 0x557173466e40 void 0.000121
+gallium_dri.so free 0x5571735d49c0 void 0.000126
+gallium_dri.so malloc 72 0x557173466e70 0.000124
+gallium_dri.so free 0x557173466ec0 void 0.000126
+gallium_dri.so free 0x557173466e70 void 0.000124
+gallium_dri.so malloc 72 0x557173466e70 0.000130
+gallium_dri.so free 0x557173466fc0 void 0.000129
+gallium_dri.so free 0x557173466e70 void 0.000124
+gallium_dri.so malloc 72 0x557173466f70 0.000167
+gallium_dri.so free 0x557173467080 void 0.000127
+gallium_dri.so free 0x557173466f70 void 0.000131
+gallium_dri.so malloc 72 0x557173467030 0.000129
+gallium_dri.so free 0x5571734670c0 void 0.000123
+gallium_dri.so free 0x557173467030 void 0.000120
+gallium_dri.so malloc 72 0x557173467030 0.000124
+gallium_dri.so free 0x557173467180 void 0.000125
+gallium_dri.so free 0x557173467030 void 0.000121
+gallium_dri.so malloc 72 0x5571734671f0 0.000125
+gallium_dri.so free 0x557173589080 void 0.000124
+gallium_dri.so free 0x5571734671f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734671f0 0.000128
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so free 0x5571734671f0 void 0.000121
+gallium_dri.so malloc 72 0x557173589100 0.000126
+gallium_dri.so free 0x5571735891c0 void 0.000124
+gallium_dri.so free 0x557173589100 void 0.000126
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x557173589280 void 0.000129
+gallium_dri.so free 0x557173589100 void 0.000131
+gallium_dri.so malloc 72 0x557173589100 0.000131
+gallium_dri.so free 0x557173589340 void 0.000132
+gallium_dri.so free 0x557173589100 void 0.000130
+gallium_dri.so malloc 72 0x5571735892f0 0.000129
+gallium_dri.so free 0x5571735893c0 void 0.000125
+gallium_dri.so free 0x5571735892f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589410 0.000126
+gallium_dri.so free 0x557173589480 void 0.000130
+gallium_dri.so free 0x557173589410 void 0.000126
+gallium_dri.so malloc 72 0x5571735894e0 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x5571735894e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735894e0 0.000129
+gallium_dri.so free 0x55717358b6c0 void 0.000130
+gallium_dri.so free 0x5571735894e0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b6f0 0.000131
+gallium_dri.so free 0x55717358b740 void 0.000129
+gallium_dri.so free 0x55717358b6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b6f0 0.000130
+gallium_dri.so free 0x55717358b840 void 0.000125
+gallium_dri.so free 0x55717358b6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b7f0 0.000127
+gallium_dri.so free 0x55717358b900 void 0.000139
+gallium_dri.so free 0x55717358b7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8b0 0.000129
+gallium_dri.so free 0x55717358b940 void 0.000129
+gallium_dri.so free 0x55717358b8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8b0 0.000136
+gallium_dri.so free 0x55717358ba00 void 0.000129
+gallium_dri.so free 0x55717358b8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ba50 0.000129
+gallium_dri.so free 0x557173607e80 void 0.000125
+gallium_dri.so free 0x55717358ba50 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba50 0.000120
+gallium_dri.so free 0x557173607f00 void 0.000120
+gallium_dri.so free 0x55717358ba50 void 0.000124
+gallium_dri.so malloc 72 0x557173607f00 0.000130
+gallium_dri.so free 0x557173607fc0 void 0.000129
+gallium_dri.so free 0x557173607f00 void 0.000129
+gallium_dri.so malloc 72 0x557173607f00 0.000130
+gallium_dri.so free 0x557173608080 void 0.000129
+gallium_dri.so free 0x557173607f00 void 0.000130
+gallium_dri.so malloc 72 0x557173607f00 0.000129
+gallium_dri.so free 0x557173608140 void 0.000271
+gallium_dri.so free 0x557173607f00 void 0.000340
+gallium_dri.so malloc 72 0x5571736080f0 0.000337
+gallium_dri.so free 0x5571736081c0 void 0.000338
+gallium_dri.so free 0x5571736080f0 void 0.000286
+gallium_dri.so malloc 72 0x557173608210 0.000290
+gallium_dri.so free 0x557173608280 void 0.000281
+gallium_dri.so free 0x557173608210 void 0.000272
+gallium_dri.so malloc 72 0x5571736082c0 0.000294
+gallium_dri.so free 0x5571736058c0 void 0.000287
+gallium_dri.so free 0x5571736082c0 void 0.000285
+gallium_dri.so malloc 72 0x5571736082c0 0.000288
+gallium_dri.so free 0x557173605940 void 0.000283
+gallium_dri.so free 0x5571736082c0 void 0.000284
+gallium_dri.so malloc 72 0x557173605970 0.000274
+gallium_dri.so free 0x5571736059c0 void 0.000285
+gallium_dri.so free 0x557173605970 void 0.000166
+gallium_dri.so malloc 72 0x557173605970 0.000174
+gallium_dri.so free 0x557173605ac0 void 0.000161
+gallium_dri.so free 0x557173605970 void 0.000139
+gallium_dri.so malloc 72 0x557173605a70 0.000137
+gallium_dri.so free 0x557173605b80 void 0.000136
+gallium_dri.so free 0x557173605a70 void 0.000136
+gallium_dri.so malloc 72 0x557173605b30 0.000173
+gallium_dri.so free 0x557173605bc0 void 0.000137
+gallium_dri.so free 0x557173605b30 void 0.000137
+gallium_dri.so malloc 72 0x557173605b30 0.000135
+gallium_dri.so free 0x557173605c80 void 0.000137
+gallium_dri.so free 0x557173605b30 void 0.000232
+gallium_dri.so malloc 72 0x557173605cf0 0.000230
+gallium_dri.so free 0x55717360b440 void 0.000235
+gallium_dri.so free 0x557173605cf0 void 0.000232
+gallium_dri.so malloc 72 0x557173605cf0 0.000210
+gallium_dri.so free 0x55717360b4c0 void 0.000208
+gallium_dri.so free 0x557173605cf0 void 0.000133
+gallium_dri.so malloc 72 0x55717360b4c0 0.000138
+gallium_dri.so free 0x55717360b580 void 0.000137
+gallium_dri.so free 0x55717360b4c0 void 0.000136
+gallium_dri.so malloc 72 0x55717360b4c0 0.000137
+gallium_dri.so free 0x55717360b640 void 0.000136
+gallium_dri.so free 0x55717360b4c0 void 0.000136
+gallium_dri.so malloc 72 0x55717360b4c0 0.000131
+gallium_dri.so free 0x55717360b700 void 0.000127
+gallium_dri.so free 0x55717360b4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b6b0 0.000132
+gallium_dri.so free 0x55717360b780 void 0.000128
+gallium_dri.so free 0x55717360b6b0 void 0.000135
+gallium_dri.so malloc 72 0x55717360b7d0 0.000138
+gallium_dri.so free 0x55717360b840 void 0.000137
+gallium_dri.so free 0x55717360b7d0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b8a0 0.000126
+gallium_dri.so free 0x5571735901c0 void 0.000132
+gallium_dri.so free 0x55717360b8a0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b8a0 0.000131
+gallium_dri.so free 0x557173590240 void 0.000138
+gallium_dri.so free 0x55717360b8a0 void 0.000137
+gallium_dri.so malloc 72 0x557173590270 0.000136
+gallium_dri.so free 0x5571735902c0 void 0.000131
+gallium_dri.so free 0x557173590270 void 0.000126
+gallium_dri.so malloc 72 0x557173590270 0.000137
+gallium_dri.so free 0x5571735903c0 void 0.000142
+gallium_dri.so free 0x557173590270 void 0.000134
+gallium_dri.so malloc 72 0x557173590370 0.000126
+gallium_dri.so free 0x557173590480 void 0.000132
+gallium_dri.so free 0x557173590370 void 0.000132
+gallium_dri.so malloc 72 0x557173590430 0.000133
+gallium_dri.so free 0x5571735904c0 void 0.000175
+gallium_dri.so free 0x557173590430 void 0.000137
+gallium_dri.so malloc 72 0x557173590430 0.000136
+gallium_dri.so free 0x557173590580 void 0.000146
+gallium_dri.so free 0x557173590430 void 0.000131
+gallium_dri.so malloc 72 0x5571735905d0 0.000129
+gallium_dri.so free 0x55717358dc00 void 0.000130
+gallium_dri.so free 0x5571735905d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735905d0 0.000126
+gallium_dri.so free 0x55717358dc80 void 0.000131
+gallium_dri.so free 0x5571735905d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dc80 0.000125
+gallium_dri.so free 0x55717358dd40 void 0.000121
+gallium_dri.so free 0x55717358dc80 void 0.000124
+gallium_dri.so malloc 72 0x55717358dc80 0.000124
+gallium_dri.so free 0x55717358de00 void 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000124
+gallium_dri.so malloc 72 0x55717358dc80 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000128
+gallium_dri.so free 0x55717358dc80 void 0.000129
+gallium_dri.so malloc 72 0x55717358de70 0.000129
+gallium_dri.so free 0x55717358df40 void 0.000135
+gallium_dri.so free 0x55717358de70 void 0.000130
+gallium_dri.so malloc 72 0x55717358df90 0.000123
+gallium_dri.so free 0x55717358e000 void 0.000121
+gallium_dri.so free 0x55717358df90 void 0.000124
+gallium_dri.so malloc 72 0x55717358e040 0.000130
+gallium_dri.so free 0x5571735cfa00 void 0.000130
+gallium_dri.so free 0x55717358e040 void 0.000130
+gallium_dri.so malloc 72 0x55717358e040 0.000130
+gallium_dri.so free 0x5571735cfa80 void 0.000130
+gallium_dri.so free 0x55717358e040 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfab0 0.000129
+gallium_dri.so free 0x5571735cfb00 void 0.000125
+gallium_dri.so free 0x5571735cfab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfab0 0.000131
+gallium_dri.so free 0x5571735cfc00 void 0.000129
+gallium_dri.so free 0x5571735cfab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000129
+gallium_dri.so free 0x5571735cfbb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfc70 0.000129
+gallium_dri.so free 0x5571735cfd00 void 0.000125
+gallium_dri.so free 0x5571735cfc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfc70 0.000139
+gallium_dri.so free 0x5571735cfdc0 void 0.000129
+gallium_dri.so free 0x5571735cfc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfe30 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000125
+gallium_dri.so free 0x5571735cfe30 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfe30 0.000130
+gallium_dri.so free 0x5571735d2040 void 0.000131
+gallium_dri.so free 0x5571735cfe30 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2040 0.000125
+gallium_dri.so free 0x5571735d2100 void 0.000124
+gallium_dri.so free 0x5571735d2040 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2040 0.000119
+gallium_dri.so free 0x5571735d21c0 void 0.000122
+gallium_dri.so free 0x5571735d2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2040 0.000130
+gallium_dri.so free 0x5571735d2280 void 0.000129
+gallium_dri.so free 0x5571735d2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2230 0.000124
+gallium_dri.so free 0x5571735d2300 void 0.000130
+gallium_dri.so free 0x5571735d2230 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2350 0.000127
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so free 0x5571735d2350 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2420 0.000127
+gallium_dri.so free 0x557173464800 void 0.000127
+gallium_dri.so free 0x5571735d2420 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2420 0.000129
+gallium_dri.so free 0x557173464880 void 0.000124
+gallium_dri.so free 0x5571735d2420 void 0.000125
+gallium_dri.so malloc 72 0x5571734648b0 0.000129
+gallium_dri.so free 0x557173464900 void 0.000129
+gallium_dri.so free 0x5571734648b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734648b0 0.000120
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x5571734648b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734649b0 0.000129
+gallium_dri.so free 0x557173464ac0 void 0.000129
+gallium_dri.so free 0x5571734649b0 void 0.000129
+gallium_dri.so malloc 72 0x557173464a70 0.000124
+gallium_dri.so free 0x557173464b00 void 0.000127
+gallium_dri.so free 0x557173464a70 void 0.000130
+gallium_dri.so malloc 72 0x557173464a70 0.000130
+gallium_dri.so free 0x557173464bc0 void 0.000128
+gallium_dri.so free 0x557173464a70 void 0.000129
+gallium_dri.so malloc 72 0x557173464c10 0.000124
+gallium_dri.so free 0x557173603300 void 0.000125
+gallium_dri.so free 0x557173464c10 void 0.000130
+gallium_dri.so malloc 72 0x557173464c10 0.000129
+gallium_dri.so free 0x557173603380 void 0.000140
+gallium_dri.so free 0x557173464c10 void 0.000129
+gallium_dri.so malloc 72 0x557173603380 0.000128
+gallium_dri.so free 0x557173603440 void 0.000124
+gallium_dri.so free 0x557173603380 void 0.000124
+gallium_dri.so malloc 72 0x557173603380 0.000128
+gallium_dri.so free 0x557173603500 void 0.000124
+gallium_dri.so free 0x557173603380 void 0.000119
+gallium_dri.so malloc 72 0x557173603380 0.000119
+gallium_dri.so free 0x5571736035c0 void 0.000119
+gallium_dri.so free 0x557173603380 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000120
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so free 0x557173603570 void 0.000118
+gallium_dri.so malloc 72 0x557173603690 0.000119
+gallium_dri.so free 0x557173603700 void 0.000120
+gallium_dri.so free 0x557173603690 void 0.000253
+gallium_dri.so malloc 72 0x557173603740 0.000202
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x557173603740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a00 void 0.000118
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000119
+gallium_dri.so free 0x5571735f2ac0 void 0.000134
+gallium_dri.so free 0x5571735f2970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2b00 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000122
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b80 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000121
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b80 0.000123
+gallium_dri.so free 0x5571735f2cc0 void 0.000124
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000121
+gallium_dri.so free 0x5571735f2d40 void 0.000125
+gallium_dri.so free 0x5571735f2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000115
+gallium_dri.so free 0x5571735f2e40 void 0.000115
+gallium_dri.so free 0x5571735f2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e80 0.000113
+gallium_dri.so free 0x5571735f2f00 void 0.000116
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f00 0.000114
+gallium_dri.so free 0x5571735f2fc0 void 0.000121
+gallium_dri.so free 0x5571735f2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2f00 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000114
+gallium_dri.so free 0x5571735f2f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3070 0.000114
+gallium_dri.so free 0x5571735f30c0 void 0.000176
+gallium_dri.so free 0x5571735f3070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3070 0.000114
+gallium_dri.so free 0x5571735f31c0 void 0.000114
+gallium_dri.so free 0x5571735f3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3170 0.000114
+gallium_dri.so free 0x5571735f3280 void 0.000116
+gallium_dri.so free 0x5571735f3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735f3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3230 0.000113
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so free 0x5571735f3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3230 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3430 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000115
+gallium_dri.so free 0x5571735f3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3550 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3550 void 0.000115
+gallium_dri.so malloc 72 0x5571735f35e0 0.000115
+gallium_dri.so free 0x5571735f3680 void 0.000115
+gallium_dri.so free 0x5571735f35e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3630 0.000114
+gallium_dri.so free 0x5571734734c0 void 0.000128
+gallium_dri.so free 0x5571735f3630 void 0.000113
+gallium_dri.so malloc 72 0x557173473470 0.000114
+gallium_dri.so free 0x557173473580 void 0.000115
+gallium_dri.so free 0x557173473470 void 0.000113
+gallium_dri.so malloc 72 0x557173473530 0.000112
+gallium_dri.so free 0x557173473600 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x557173473650 0.000113
+gallium_dri.so free 0x5571734736c0 void 0.000114
+gallium_dri.so free 0x557173473650 void 0.000113
+gallium_dri.so malloc 72 0x5571734736e0 0.000114
+gallium_dri.so free 0x557173473780 void 0.000113
+gallium_dri.so free 0x5571734736e0 void 0.000114
+gallium_dri.so malloc 72 0x557173473730 0.000113
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so free 0x557173473730 void 0.000113
+gallium_dri.so malloc 72 0x557173473730 0.000114
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so free 0x557173473730 void 0.000114
+gallium_dri.so malloc 72 0x557173473880 0.000113
+gallium_dri.so free 0x557173473940 void 0.000118
+gallium_dri.so free 0x557173473880 void 0.000119
+gallium_dri.so malloc 72 0x557173473880 0.000115
+gallium_dri.so free 0x557173473a40 void 0.000114
+gallium_dri.so free 0x557173473880 void 0.000113
+gallium_dri.so malloc 72 0x5571734739f0 0.000113
+gallium_dri.so free 0x557173473a80 void 0.000121
+gallium_dri.so free 0x5571734739f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734739f0 0.000119
+gallium_dri.so free 0x557173473b40 void 0.000116
+gallium_dri.so free 0x5571734739f0 void 0.000113
+gallium_dri.so malloc 72 0x557173473b80 0.000113
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so free 0x557173473b80 void 0.000112
+gallium_dri.so malloc 72 0x557173473c00 0.000113
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so free 0x557173473c00 void 0.000113
+gallium_dri.so malloc 72 0x557173473c00 0.000113
+gallium_dri.so free 0x557173473d40 void 0.000113
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so malloc 72 0x557173473d70 0.000114
+gallium_dri.so free 0x557173473dc0 void 0.000114
+gallium_dri.so free 0x557173473d70 void 0.000114
+gallium_dri.so malloc 72 0x557173473d70 0.000114
+gallium_dri.so free 0x557173473ec0 void 0.000114
+gallium_dri.so free 0x557173473d70 void 0.000113
+gallium_dri.so malloc 72 0x557173473f00 0.000112
+gallium_dri.so free 0x557173473f80 void 0.000113
+gallium_dri.so free 0x557173473f00 void 0.000113
+gallium_dri.so malloc 72 0x557173473f80 0.000112
+gallium_dri.so free 0x557173474040 void 0.000113
+gallium_dri.so free 0x557173473f80 void 0.000112
+gallium_dri.so malloc 72 0x557173473f80 0.000112
+gallium_dri.so free 0x5571734740c0 void 0.000114
+gallium_dri.so free 0x557173473f80 void 0.000122
+gallium_dri.so malloc 72 0x5571734740f0 0.000113
+gallium_dri.so free 0x557173474140 void 0.000114
+gallium_dri.so free 0x5571734740f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734740f0 0.000113
+gallium_dri.so free 0x557173460440 void 0.000114
+gallium_dri.so free 0x5571734740f0 void 0.000112
+gallium_dri.so malloc 72 0x557173460440 0.000113
+gallium_dri.so free 0x557173460500 void 0.000112
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so malloc 72 0x557173460440 0.000113
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so malloc 72 0x5571734605e0 0.000113
+gallium_dri.so free 0x557173460680 void 0.000113
+gallium_dri.so free 0x5571734605e0 void 0.000113
+gallium_dri.so malloc 72 0x557173460630 0.000112
+gallium_dri.so free 0x557173460700 void 0.000113
+gallium_dri.so free 0x557173460630 void 0.000114
+gallium_dri.so malloc 72 0x557173460630 0.000114
+gallium_dri.so free 0x557173460780 void 0.000113
+gallium_dri.so free 0x557173460630 void 0.000112
+gallium_dri.so malloc 72 0x557173460780 0.000111
+gallium_dri.so free 0x557173460840 void 0.000113
+gallium_dri.so free 0x557173460780 void 0.000113
+gallium_dri.so malloc 72 0x557173460780 0.000113
+gallium_dri.so free 0x557173460900 void 0.000113
+gallium_dri.so free 0x557173460780 void 0.000112
+gallium_dri.so malloc 72 0x557173460780 0.000144
+gallium_dri.so free 0x5571734609c0 void 0.000115
+gallium_dri.so free 0x557173460780 void 0.000112
+gallium_dri.so malloc 72 0x557173460970 0.000113
+gallium_dri.so free 0x557173460a80 void 0.000114
+gallium_dri.so free 0x557173460970 void 0.000112
+gallium_dri.so malloc 72 0x557173460a30 0.000112
+gallium_dri.so free 0x557173460b00 void 0.000116
+gallium_dri.so free 0x557173460a30 void 0.000118
+gallium_dri.so malloc 72 0x557173460b50 0.000114
+gallium_dri.so free 0x557173460bc0 void 0.000113
+gallium_dri.so free 0x557173460b50 void 0.000117
+gallium_dri.so malloc 72 0x557173460be0 0.000114
+gallium_dri.so free 0x557173460c80 void 0.000113
+gallium_dri.so free 0x557173460be0 void 0.000113
+gallium_dri.so malloc 72 0x557173460c30 0.000112
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x557173460c30 void 0.000113
+gallium_dri.so malloc 72 0x557173460c30 0.000117
+gallium_dri.so free 0x557173460d80 void 0.000114
+gallium_dri.so free 0x557173460c30 void 0.000114
+gallium_dri.so malloc 72 0x557173460d80 0.000114
+gallium_dri.so free 0x557173460e40 void 0.000113
+gallium_dri.so free 0x557173460d80 void 0.000112
+gallium_dri.so malloc 72 0x557173460d80 0.000113
+gallium_dri.so free 0x557173460f40 void 0.000113
+gallium_dri.so free 0x557173460d80 void 0.000114
+gallium_dri.so malloc 72 0x557173460ef0 0.000182
+gallium_dri.so free 0x557173460f80 void 0.000115
+gallium_dri.so free 0x557173460ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173460ef0 0.000112
+gallium_dri.so free 0x557173461040 void 0.000113
+gallium_dri.so free 0x557173460ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173461080 0.000112
+gallium_dri.so free 0x557173461100 void 0.000112
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so malloc 72 0x557173461100 0.000112
+gallium_dri.so free 0x5571734611c0 void 0.000112
+gallium_dri.so free 0x557173461100 void 0.000112
+gallium_dri.so malloc 72 0x557173461100 0.000112
+gallium_dri.so free 0x557173461240 void 0.000114
+gallium_dri.so free 0x557173461100 void 0.000113
+gallium_dri.so malloc 72 0x557173461270 0.000113
+gallium_dri.so free 0x5571734612c0 void 0.000113
+gallium_dri.so free 0x557173461270 void 0.000113
+gallium_dri.so malloc 72 0x557173461270 0.000112
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so free 0x557173461270 void 0.000113
+gallium_dri.so malloc 72 0x557173461400 0.000113
+gallium_dri.so free 0x557173461480 void 0.000113
+gallium_dri.so free 0x557173461400 void 0.000112
+gallium_dri.so malloc 72 0x557173461480 0.000112
+gallium_dri.so free 0x557173461540 void 0.000112
+gallium_dri.so free 0x557173461480 void 0.000112
+gallium_dri.so malloc 72 0x557173461480 0.000118
+gallium_dri.so free 0x5571734615c0 void 0.000114
+gallium_dri.so free 0x557173461480 void 0.000112
+gallium_dri.so malloc 72 0x5571734615f0 0.000112
+gallium_dri.so free 0x557173461640 void 0.000113
+gallium_dri.so free 0x5571734615f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734615f0 0.000113
+gallium_dri.so free 0x557173461740 void 0.000114
+gallium_dri.so free 0x5571734615f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734616f0 0.000113
+gallium_dri.so free 0x557173461800 void 0.000114
+gallium_dri.so free 0x5571734616f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617b0 0.000113
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so free 0x5571734617b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617b0 0.000113
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so free 0x5571734617b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617b0 0.000113
+gallium_dri.so free 0x557173461a00 void 0.000113
+gallium_dri.so free 0x5571734617b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734619b0 0.000112
+gallium_dri.so free 0x557173461a80 void 0.000116
+gallium_dri.so free 0x5571734619b0 void 0.000118
+gallium_dri.so malloc 72 0x557173461ad0 0.000113
+gallium_dri.so free 0x557173461b40 void 0.000115
+gallium_dri.so free 0x557173461ad0 void 0.000112
+gallium_dri.so malloc 72 0x557173461b60 0.000112
+gallium_dri.so free 0x557173461c00 void 0.000128
+gallium_dri.so free 0x557173461b60 void 0.000114
+gallium_dri.so malloc 72 0x557173461bb0 0.000114
+gallium_dri.so free 0x557173461c80 void 0.000113
+gallium_dri.so free 0x557173461bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173461c80 0.000114
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x557173461c80 void 0.000112
+gallium_dri.so malloc 72 0x557173461c80 0.000118
+gallium_dri.so free 0x557173461dc0 void 0.000115
+gallium_dri.so free 0x557173461c80 void 0.000113
+gallium_dri.so malloc 72 0x557173461dc0 0.000112
+gallium_dri.so free 0x5571735ceab0 void 0.000115
+gallium_dri.so free 0x557173461e80 void 0.000115
+gallium_dri.so free 0x557173461dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173461dc0 0.000111
+gallium_dri.so free 0x557173461f40 void 0.000109
+gallium_dri.so free 0x557173461dc0 void 0.000110
+gallium_dri.so malloc 72 0x557173461dc0 0.000108
+gallium_dri.so free 0x557173462000 void 0.000109
+gallium_dri.so free 0x557173461dc0 void 0.000108
+gallium_dri.so malloc 72 0x557173461fb0 0.000109
+gallium_dri.so free 0x557173462080 void 0.000116
+gallium_dri.so free 0x557173461fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734620d0 0.000113
+gallium_dri.so free 0x557173462140 void 0.000113
+gallium_dri.so free 0x5571734620d0 void 0.000110
+gallium_dri.so malloc 72 0x557173462180 0.000130
+gallium_dri.so free 0x557173462200 void 0.000116
+gallium_dri.so free 0x557173462180 void 0.000111
+gallium_dri.so malloc 72 0x557173462180 0.000111
+gallium_dri.so free 0x557173462280 void 0.000109
+gallium_dri.so free 0x557173462180 void 0.000109
+gallium_dri.so malloc 72 0x5571734622b0 0.000108
+gallium_dri.so free 0x557173462300 void 0.000110
+gallium_dri.so free 0x5571734622b0 void 0.000109
+gallium_dri.so malloc 72 0x5571734622b0 0.000109
+gallium_dri.so free 0x5571735e0e80 void 0.000111
+gallium_dri.so free 0x5571734622b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000111
+gallium_dri.so free 0x5571735e0f40 void 0.000110
+gallium_dri.so free 0x5571735e0ed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0f60 0.000110
+gallium_dri.so free 0x5571735e1000 void 0.000108
+gallium_dri.so free 0x5571735e0f60 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000110
+gallium_dri.so free 0x5571735e1080 void 0.000109
+gallium_dri.so free 0x5571735e0fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000110
+gallium_dri.so free 0x5571735e1180 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1130 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000111
+gallium_dri.so free 0x5571735e1130 void 0.000108
+gallium_dri.so malloc 72 0x5571735e1250 0.000111
+gallium_dri.so free 0x5571735e12c0 void 0.000130
+gallium_dri.so free 0x5571735e1250 void 0.000114
+gallium_dri.so malloc 72 0x5571735e12e0 0.000112
+gallium_dri.so free 0x5571735e1380 void 0.000111
+gallium_dri.so free 0x5571735e12e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1330 0.000110
+gallium_dri.so free 0x5571735e1400 void 0.000110
+gallium_dri.so free 0x5571735e1330 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1330 0.000109
+gallium_dri.so free 0x5571735e1480 void 0.000116
+gallium_dri.so free 0x5571735e1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1480 0.000112
+gallium_dri.so free 0x5571735e1540 void 0.000109
+gallium_dri.so free 0x5571735e1480 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1480 0.000110
+gallium_dri.so free 0x5571735e1640 void 0.000109
+gallium_dri.so free 0x5571735e1480 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1480 0.000110
+gallium_dri.so free 0x5571735e16c0 void 0.000109
+gallium_dri.so free 0x5571735e1480 void 0.000109
+gallium_dri.so malloc 72 0x5571735e16f0 0.000109
+gallium_dri.so free 0x5571735e1740 void 0.000110
+gallium_dri.so free 0x5571735e16f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e16f0 0.000108
+gallium_dri.so free 0x5571735e1840 void 0.000109
+gallium_dri.so free 0x5571735e16f0 void 0.000108
+gallium_dri.so malloc 72 0x5571735e17f0 0.000111
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735e17f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e18b0 0.000182
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e18b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e18b0 0.000111
+gallium_dri.so free 0x5571735e1a00 void 0.000111
+gallium_dri.so free 0x5571735e18b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1a50 0.000109
+gallium_dri.so free 0x5571735e1ac0 void 0.000110
+gallium_dri.so free 0x5571735e1a50 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1b00 0.000110
+gallium_dri.so free 0x5571735e1b80 void 0.000109
+gallium_dri.so free 0x5571735e1b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1b80 0.000110
+gallium_dri.so free 0x5571735e1c40 void 0.000109
+gallium_dri.so free 0x5571735e1b80 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1b80 0.000111
+gallium_dri.so free 0x5571735e1cc0 void 0.000109
+gallium_dri.so free 0x5571735e1b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000110
+gallium_dri.so free 0x5571735e1d40 void 0.000111
+gallium_dri.so free 0x5571735e1cf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1df0 0.000112
+gallium_dri.so free 0x5571735e1f00 void 0.000111
+gallium_dri.so free 0x5571735e1df0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1eb0 0.000122
+gallium_dri.so free 0x5571735e1f80 void 0.000111
+gallium_dri.so free 0x5571735e1eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000109
+gallium_dri.so free 0x5571735e2040 void 0.000109
+gallium_dri.so free 0x5571735e1fa0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000109
+gallium_dri.so free 0x5571735e20c0 void 0.000110
+gallium_dri.so free 0x5571735e1ff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000109
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so free 0x5571735e1ff0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2140 0.000110
+gallium_dri.so free 0x5571735e2200 void 0.000109
+gallium_dri.so free 0x5571735e2140 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2140 0.000111
+gallium_dri.so free 0x5571735e22c0 void 0.000159
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2140 0.000109
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e2140 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2330 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000122
+gallium_dri.so free 0x5571735e2330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2330 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000110
+gallium_dri.so free 0x5571735e2330 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2430 0.000109
+gallium_dri.so free 0x5571735e2540 void 0.000126
+gallium_dri.so free 0x5571735e2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24f0 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000111
+gallium_dri.so free 0x5571735e24f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e24f0 0.000109
+gallium_dri.so free 0x5571735e2640 void 0.000110
+gallium_dri.so free 0x5571735e24f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2680 0.000110
+gallium_dri.so free 0x5571735e2700 void 0.000111
+gallium_dri.so free 0x5571735e2680 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2700 0.000110
+gallium_dri.so free 0x5571735e27c0 void 0.000110
+gallium_dri.so free 0x5571735e2700 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2700 0.000111
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so free 0x5571735e2700 void 0.000110
+gallium_dri.so malloc 72 0x5571735e28a0 0.000110
+gallium_dri.so free 0x5571735e2940 void 0.000109
+gallium_dri.so free 0x5571735e28a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e28f0 0.000109
+gallium_dri.so free 0x5571735e29c0 void 0.000109
+gallium_dri.so free 0x5571735e28f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e28f0 0.000109
+gallium_dri.so free 0x5571735e2a40 void 0.000110
+gallium_dri.so free 0x5571735e28f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2a40 0.000109
+gallium_dri.so free 0x5571735e2b00 void 0.000111
+gallium_dri.so free 0x5571735e2a40 void 0.000188
+gallium_dri.so malloc 72 0x5571735e2a40 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000123
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a40 0.000118
+gallium_dri.so free 0x5571735e2c80 void 0.000118
+gallium_dri.so free 0x5571735e2a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c30 0.000120
+gallium_dri.so free 0x5571735e2d40 void 0.000119
+gallium_dri.so free 0x5571735e2c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000118
+gallium_dri.so free 0x5571735e2dc0 void 0.000118
+gallium_dri.so free 0x5571735e2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e10 0.000117
+gallium_dri.so free 0x5571735e2e80 void 0.000117
+gallium_dri.so free 0x5571735e2e10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ea0 0.000118
+gallium_dri.so free 0x5571735e2f40 void 0.000117
+gallium_dri.so free 0x5571735e2ea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000117
+gallium_dri.so free 0x5571735e2fc0 void 0.000116
+gallium_dri.so free 0x5571735e2ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2ef0 0.000118
+gallium_dri.so free 0x5571735e3040 void 0.000118
+gallium_dri.so free 0x5571735e2ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3040 0.000118
+gallium_dri.so free 0x5571735e3100 void 0.000125
+gallium_dri.so free 0x5571735e3040 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3040 0.000109
+gallium_dri.so free 0x5571735e3200 void 0.000111
+gallium_dri.so free 0x5571735e3040 void 0.000110
+gallium_dri.so malloc 72 0x5571735e31b0 0.000110
+gallium_dri.so free 0x5571735e3240 void 0.000110
+gallium_dri.so free 0x5571735e31b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e31b0 0.000110
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so free 0x5571735e31b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3340 0.000110
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000109
+gallium_dri.so malloc 72 0x5571735e33c0 0.000109
+gallium_dri.so free 0x5571735e3480 void 0.000108
+gallium_dri.so free 0x5571735e33c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e33c0 0.000109
+gallium_dri.so free 0x5571735e3500 void 0.000111
+gallium_dri.so free 0x5571735e33c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3530 0.000110
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so free 0x5571735e3530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3530 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000113
+gallium_dri.so free 0x5571735e3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e36c0 0.000109
+gallium_dri.so free 0x5571735e3740 void 0.000109
+gallium_dri.so free 0x5571735e36c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3740 0.000124
+gallium_dri.so free 0x5571735e3800 void 0.000124
+gallium_dri.so free 0x5571735e3740 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3740 0.000122
+gallium_dri.so free 0x5571735fc340 void 0.000117
+gallium_dri.so free 0x5571735e3740 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3740 0.000117
+gallium_dri.so free 0x5571735fc400 void 0.000116
+gallium_dri.so free 0x5571735e3740 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000118
+gallium_dri.so free 0x5571735fc480 void 0.000119
+gallium_dri.so free 0x5571735fc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000117
+gallium_dri.so free 0x5571735fc540 void 0.000118
+gallium_dri.so free 0x5571735fc4d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5a0 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000117
+gallium_dri.so free 0x5571735fc5a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000118
+gallium_dri.so free 0x5571735fc680 void 0.000118
+gallium_dri.so free 0x5571735fc5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc5f0 0.000117
+gallium_dri.so free 0x5571735fc740 void 0.000117
+gallium_dri.so free 0x5571735fc5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc780 0.000117
+gallium_dri.so free 0x5571735fc800 void 0.000113
+gallium_dri.so free 0x5571735fc780 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc800 0.000110
+gallium_dri.so free 0x5571735fc8c0 void 0.000110
+gallium_dri.so free 0x5571735fc800 void 0.000109
+gallium_dri.so malloc 72 0x5571735fc800 0.000109
+gallium_dri.so free 0x5571735fc940 void 0.000110
+gallium_dri.so free 0x5571735fc800 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc970 0.000109
+gallium_dri.so free 0x5571735fc9c0 void 0.000111
+gallium_dri.so free 0x5571735fc970 void 0.000109
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000109
+gallium_dri.so free 0x5571735fca80 void 0.000109
+gallium_dri.so free 0x5571735fc9c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc9c0 0.000110
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x5571735fc9c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcb30 0.000110
+gallium_dri.so free 0x5571735fcc40 void 0.000109
+gallium_dri.so free 0x5571735fcb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000110
+gallium_dri.so free 0x5571735fcc80 void 0.000110
+gallium_dri.so free 0x5571735fcbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000119
+gallium_dri.so free 0x5571735fcd40 void 0.000113
+gallium_dri.so free 0x5571735fcbf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcd80 0.000110
+gallium_dri.so free 0x5571735fce00 void 0.000109
+gallium_dri.so free 0x5571735fcd80 void 0.000127
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000113
+gallium_dri.so free 0x5571735fcf40 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x5571735fd000 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce00 0.000113
+gallium_dri.so free 0x5571735fd0c0 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd070 0.000139
+gallium_dri.so free 0x5571735fd140 void 0.000115
+gallium_dri.so free 0x5571735fd070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd190 0.000112
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x5571735fd190 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd220 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so free 0x5571735fd220 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000116
+gallium_dri.so free 0x5571735fd340 void 0.000114
+gallium_dri.so free 0x5571735fd270 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd270 0.000112
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd270 void 0.000154
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000123
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd510 0.000112
+gallium_dri.so free 0x5571735fd580 void 0.000113
+gallium_dri.so free 0x5571735fd510 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000112
+gallium_dri.so free 0x5571735fd640 void 0.000111
+gallium_dri.so free 0x5571735fd5a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000128
+gallium_dri.so free 0x5571735fd6c0 void 0.000123
+gallium_dri.so free 0x5571735fd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000115
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd740 0.000118
+gallium_dri.so free 0x5571735fd800 void 0.000144
+gallium_dri.so free 0x5571735fd740 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd740 0.000122
+gallium_dri.so free 0x5571735fd900 void 0.000120
+gallium_dri.so free 0x5571735fd740 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd740 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so free 0x5571735fd740 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000119
+gallium_dri.so free 0x5571735fda00 void 0.000141
+gallium_dri.so free 0x5571735fd9b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd9b0 0.000183
+gallium_dri.so free 0x5571735fdb00 void 0.000190
+gallium_dri.so free 0x5571735fd9b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fdab0 0.000164
+gallium_dri.so free 0x5571735fdbc0 void 0.000243
+gallium_dri.so free 0x5571735fdab0 void 0.000229
+gallium_dri.so malloc 72 0x5571735fdb70 0.000319
+gallium_dri.so free 0x5571735fdc00 void 0.000162
+gallium_dri.so free 0x5571735fdb70 void 0.000172
+gallium_dri.so malloc 72 0x5571735fdb70 0.000160
+gallium_dri.so free 0x5571735fdcc0 void 0.000180
+gallium_dri.so free 0x5571735fdb70 void 0.000162
+gallium_dri.so malloc 72 0x5571735fdd10 0.000162
+gallium_dri.so free 0x5571735fdd80 void 0.000184
+gallium_dri.so free 0x5571735fdd10 void 0.000161
+gallium_dri.so malloc 72 0x5571735fddc0 0.000160
+gallium_dri.so free 0x5571735fde40 void 0.000263
+gallium_dri.so free 0x5571735fddc0 void 0.000265
+gallium_dri.so malloc 72 0x5571735fde40 0.000172
+gallium_dri.so free 0x5571735fdf00 void 0.000172
+gallium_dri.so free 0x5571735fde40 void 0.000194
+gallium_dri.so malloc 72 0x5571735fde40 0.000193
+gallium_dri.so free 0x5571735fdf80 void 0.000249
+gallium_dri.so free 0x5571735fde40 void 0.000190
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000169
+gallium_dri.so free 0x5571735fe000 void 0.000171
+gallium_dri.so free 0x5571735fdfb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fdfb0 0.000196
+gallium_dri.so free 0x5571735fe100 void 0.000152
+gallium_dri.so free 0x5571735fdfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000117
+gallium_dri.so free 0x5571735fe1c0 void 0.000117
+gallium_dri.so free 0x5571735fe0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe170 0.000117
+gallium_dri.so free 0x5571735fe240 void 0.000139
+gallium_dri.so free 0x5571735fe170 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe260 0.000112
+gallium_dri.so free 0x5571735fe300 void 0.000110
+gallium_dri.so free 0x5571735fe260 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000109
+gallium_dri.so free 0x5571735fe380 void 0.000109
+gallium_dri.so free 0x5571735fe2b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000109
+gallium_dri.so free 0x5571735fe400 void 0.000110
+gallium_dri.so free 0x5571735fe2b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe400 0.000110
+gallium_dri.so free 0x5571735fe4c0 void 0.000110
+gallium_dri.so free 0x5571735fe400 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe400 0.000112
+gallium_dri.so free 0x5571735fe580 void 0.000111
+gallium_dri.so free 0x5571735fe400 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe400 0.000111
+gallium_dri.so free 0x5571735fe640 void 0.000111
+gallium_dri.so free 0x5571735fe400 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000148
+gallium_dri.so free 0x5571735fe640 void 0.000121
+gallium_dri.so free 0x5571735fe5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000123
+gallium_dri.so free 0x5571735fe740 void 0.000126
+gallium_dri.so free 0x5571735fe5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000189
+gallium_dri.so free 0x5571735fe800 void 0.000144
+gallium_dri.so free 0x5571735fe6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000128
+gallium_dri.so free 0x5571735fe840 void 0.000127
+gallium_dri.so free 0x5571735fe7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000137
+gallium_dri.so free 0x5571735fe900 void 0.000137
+gallium_dri.so free 0x5571735fe7b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fe940 0.000156
+gallium_dri.so free 0x5571735fe9c0 void 0.000133
+gallium_dri.so free 0x5571735fe940 void 0.000135
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000134
+gallium_dri.so free 0x5571735fea80 void 0.000134
+gallium_dri.so free 0x5571735fe9c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000135
+gallium_dri.so free 0x5571735feb40 void 0.000136
+gallium_dri.so free 0x5571735fe9c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735feb60 0.000134
+gallium_dri.so free 0x5571735fec00 void 0.000134
+gallium_dri.so free 0x5571735feb60 void 0.000129
+gallium_dri.so malloc 72 0x5571735febb0 0.000126
+gallium_dri.so free 0x5571735fec80 void 0.000170
+gallium_dri.so free 0x5571735febb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735febb0 0.000136
+gallium_dri.so free 0x5571735fed00 void 0.000137
+gallium_dri.so free 0x5571735febb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735fed00 0.000136
+gallium_dri.so free 0x5571735fedc0 void 0.000132
+gallium_dri.so free 0x5571735fed00 void 0.000128
+gallium_dri.so malloc 72 0x5571735fed00 0.000132
+gallium_dri.so free 0x5571735fee80 void 0.000136
+gallium_dri.so free 0x5571735fed00 void 0.000138
+gallium_dri.so malloc 72 0x5571735fed00 0.000152
+gallium_dri.so free 0x5571735fef40 void 0.000145
+gallium_dri.so free 0x5571735fed00 void 0.000145
+gallium_dri.so malloc 72 0x5571735feef0 0.000158
+gallium_dri.so free 0x5571735ff000 void 0.000139
+gallium_dri.so free 0x5571735feef0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fefb0 0.000136
+gallium_dri.so free 0x5571735ff080 void 0.000131
+gallium_dri.so free 0x5571735fefb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff0d0 0.000147
+gallium_dri.so free 0x5571735ff140 void 0.000138
+gallium_dri.so free 0x5571735ff0d0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff160 0.000136
+gallium_dri.so free 0x5571735ff200 void 0.000137
+gallium_dri.so free 0x5571735ff160 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000137
+gallium_dri.so free 0x5571735ff280 void 0.000139
+gallium_dri.so free 0x5571735ff1b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000134
+gallium_dri.so free 0x5571735ff300 void 0.000135
+gallium_dri.so free 0x5571735ff1b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff300 0.000134
+gallium_dri.so free 0x5571735ff3c0 void 0.000136
+gallium_dri.so free 0x5571735ff300 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff300 0.000138
+gallium_dri.so free 0x5571735ff4c0 void 0.000133
+gallium_dri.so free 0x5571735ff300 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff470 0.000132
+gallium_dri.so free 0x5571735ff500 void 0.000142
+gallium_dri.so free 0x5571735ff470 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff470 0.000148
+gallium_dri.so free 0x5571735ff5c0 void 0.000136
+gallium_dri.so free 0x5571735ff470 void 0.000139
+gallium_dri.so malloc 72 0x5571735ff600 0.000134
+gallium_dri.so free 0x5571735ff680 void 0.000136
+gallium_dri.so free 0x5571735ff600 void 0.000135
+gallium_dri.so malloc 72 0x5571735ff680 0.000133
+gallium_dri.so free 0x5571735ff740 void 0.000132
+gallium_dri.so free 0x5571735ff680 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff680 0.000131
+gallium_dri.so free 0x5571735ff7c0 void 0.000133
+gallium_dri.so free 0x5571735ff680 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000136
+gallium_dri.so free 0x5571735ff840 void 0.000130
+gallium_dri.so free 0x5571735ff7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000135
+gallium_dri.so free 0x5571735ff940 void 0.000137
+gallium_dri.so free 0x5571735ff7f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff980 0.000137
+gallium_dri.so free 0x5571735ffa00 void 0.000128
+gallium_dri.so free 0x5571735ff980 void 0.000133
+gallium_dri.so malloc 72 0x5571735ffa00 0.000128
+gallium_dri.so free 0x5571735ffac0 void 0.000147
+gallium_dri.so free 0x5571735ffa00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ffa00 0.000135
+gallium_dri.so free 0x5571735ffb40 void 0.000138
+gallium_dri.so free 0x5571735ffa00 void 0.000180
+gallium_dri.so malloc 72 0x5571735ffb70 0.000170
+gallium_dri.so free 0x5571735ffbc0 void 0.000225
+gallium_dri.so free 0x5571735ffb70 void 0.000215
+gallium_dri.so malloc 72 0x5571735ffb70 0.000163
+gallium_dri.so free 0x5571735ffcc0 void 0.000159
+gallium_dri.so free 0x5571735ffb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffc70 0.000123
+gallium_dri.so free 0x5571735ffd80 void 0.000125
+gallium_dri.so free 0x5571735ffc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffd30 0.000125
+gallium_dri.so free 0x5571735ffe00 void 0.000125
+gallium_dri.so free 0x5571735ffd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffd30 0.000119
+gallium_dri.so free 0x5571735ffec0 void 0.000124
+gallium_dri.so free 0x5571735ffd30 void 0.000137
+gallium_dri.so malloc 72 0x5571735ffd30 0.000125
+gallium_dri.so free 0x5571735fff80 void 0.000124
+gallium_dri.so free 0x5571735ffd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600000 void 0.000120
+gallium_dri.so free 0x5571735fff30 void 0.000120
+gallium_dri.so malloc 72 0x557173600050 0.000115
+gallium_dri.so free 0x5571736000c0 void 0.000116
+gallium_dri.so free 0x557173600050 void 0.000118
+gallium_dri.so malloc 72 0x5571736000e0 0.000119
+gallium_dri.so free 0x557173600180 void 0.000117
+gallium_dri.so free 0x5571736000e0 void 0.000119
+gallium_dri.so malloc 72 0x557173600130 0.000125
+gallium_dri.so free 0x557173600200 void 0.000125
+gallium_dri.so free 0x557173600130 void 0.000125
+gallium_dri.so malloc 72 0x557173600200 0.000120
+gallium_dri.so free 0x5571736002c0 void 0.000122
+gallium_dri.so free 0x557173600200 void 0.000124
+gallium_dri.so malloc 72 0x557173600200 0.000124
+gallium_dri.so free 0x557173600340 void 0.000119
+gallium_dri.so free 0x557173600200 void 0.000118
+gallium_dri.so malloc 72 0x557173600340 0.000119
+gallium_dri.so free 0x557173600400 void 0.000123
+gallium_dri.so free 0x557173600340 void 0.000121
+gallium_dri.so malloc 72 0x557173600340 0.000119
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x557173600340 void 0.000113
+gallium_dri.so malloc 72 0x557173600340 0.000115
+gallium_dri.so free 0x557173600580 void 0.000115
+gallium_dri.so free 0x557173600340 void 0.000118
+gallium_dri.so malloc 72 0x557173600530 0.000124
+gallium_dri.so free 0x557173600600 void 0.000124
+gallium_dri.so free 0x557173600530 void 0.000120
+gallium_dri.so malloc 72 0x557173600650 0.000121
+gallium_dri.so free 0x5571736006c0 void 0.000124
+gallium_dri.so free 0x557173600650 void 0.000120
+gallium_dri.so malloc 72 0x557173600700 0.000115
+gallium_dri.so free 0x557173600780 void 0.000120
+gallium_dri.so free 0x557173600700 void 0.000124
+gallium_dri.so malloc 72 0x557173600700 0.000119
+gallium_dri.so free 0x557173600800 void 0.000116
+gallium_dri.so free 0x557173600700 void 0.000118
+gallium_dri.so malloc 72 0x557173600830 0.000123
+gallium_dri.so free 0x557173600880 void 0.000124
+gallium_dri.so free 0x557173600830 void 0.000119
+gallium_dri.so malloc 72 0x557173600830 0.000123
+gallium_dri.so free 0x557173600980 void 0.000135
+gallium_dri.so free 0x557173600830 void 0.000215
+gallium_dri.so malloc 72 0x557173600930 0.000220
+gallium_dri.so free 0x557173600a40 void 0.000218
+gallium_dri.so free 0x557173600930 void 0.000222
+gallium_dri.so malloc 72 0x5571736009f0 0.000223
+gallium_dri.so free 0x557173600a80 void 0.000222
+gallium_dri.so free 0x5571736009f0 void 0.000198
+gallium_dri.so malloc 72 0x5571736009f0 0.000221
+gallium_dri.so free 0x557173600b40 void 0.000259
+gallium_dri.so free 0x5571736009f0 void 0.000290
+gallium_dri.so malloc 72 0x557173600bb0 0.000269
+gallium_dri.so free 0x557173600c00 void 0.000285
+gallium_dri.so free 0x557173600bb0 void 0.000268
+gallium_dri.so malloc 72 0x557173600bb0 0.000220
+gallium_dri.so free 0x557173600d00 void 0.000263
+gallium_dri.so free 0x557173600bb0 void 0.000223
+gallium_dri.so malloc 72 0x557173600cb0 0.000222
+gallium_dri.so free 0x557173600dc0 void 0.000215
+gallium_dri.so free 0x557173600cb0 void 0.000221
+gallium_dri.so malloc 72 0x557173600d70 0.000227
+gallium_dri.so free 0x557173600e00 void 0.000229
+gallium_dri.so free 0x557173600d70 void 0.000231
+gallium_dri.so malloc 72 0x557173600d70 0.000227
+gallium_dri.so free 0x557173600ec0 void 0.000217
+gallium_dri.so free 0x557173600d70 void 0.000222
+gallium_dri.so malloc 72 0x557173600f00 0.000241
+gallium_dri.so free 0x557173600f80 void 0.000275
+gallium_dri.so free 0x557173600f00 void 0.000266
+gallium_dri.so malloc 72 0x557173600f80 0.000250
+gallium_dri.so free 0x557173601040 void 0.000219
+gallium_dri.so free 0x557173600f80 void 0.000225
+gallium_dri.so malloc 72 0x557173600f80 0.000219
+gallium_dri.so free 0x557173601100 void 0.000220
+gallium_dri.so free 0x557173600f80 void 0.000224
+gallium_dri.so malloc 72 0x557173601120 0.000223
+gallium_dri.so free 0x5571736011c0 void 0.000214
+gallium_dri.so free 0x557173601120 void 0.000225
+gallium_dri.so malloc 72 0x557173601170 0.000221
+gallium_dri.so free 0x55717360c0c0 void 0.000217
+gallium_dri.so free 0x557173601170 void 0.000224
+gallium_dri.so malloc 72 0x55717360c100 0.000224
+gallium_dri.so free 0x55717360c180 void 0.000272
+gallium_dri.so free 0x55717360c100 void 0.000227
+gallium_dri.so malloc 72 0x55717360c180 0.000225
+gallium_dri.so free 0x55717360c240 void 0.000222
+gallium_dri.so free 0x55717360c180 void 0.000226
+gallium_dri.so malloc 72 0x55717360c180 0.000196
+gallium_dri.so free 0x55717360c2c0 void 0.000175
+gallium_dri.so free 0x55717360c180 void 0.000223
+gallium_dri.so malloc 72 0x55717360c2f0 0.000220
+gallium_dri.so free 0x55717360c340 void 0.000218
+gallium_dri.so free 0x55717360c2f0 void 0.000224
+gallium_dri.so malloc 72 0x55717360c340 0.000220
+gallium_dri.so free 0x55717360c400 void 0.000217
+gallium_dri.so free 0x55717360c340 void 0.000224
+gallium_dri.so malloc 72 0x55717360c340 0.000124
+gallium_dri.so free 0x55717360c500 void 0.000124
+gallium_dri.so free 0x55717360c340 void 0.000125
+gallium_dri.so malloc 72 0x55717360c4b0 0.000123
+gallium_dri.so free 0x55717360c5c0 void 0.000136
+gallium_dri.so free 0x55717360c4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c570 0.000130
+gallium_dri.so free 0x55717360c600 void 0.000125
+gallium_dri.so free 0x55717360c570 void 0.000124
+gallium_dri.so malloc 72 0x55717360c570 0.000117
+gallium_dri.so free 0x55717360c6c0 void 0.000114
+gallium_dri.so free 0x55717360c570 void 0.000119
+gallium_dri.so malloc 72 0x55717360c700 0.000117
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so free 0x55717360c700 void 0.000112
+gallium_dri.so malloc 72 0x55717360c780 0.000120
+gallium_dri.so free 0x55717360c840 void 0.000124
+gallium_dri.so free 0x55717360c780 void 0.000119
+gallium_dri.so malloc 72 0x55717360c780 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000115
+gallium_dri.so free 0x55717360c780 void 0.000114
+gallium_dri.so malloc 72 0x55717360c780 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000124
+gallium_dri.so free 0x55717360c780 void 0.000124
+gallium_dri.so malloc 72 0x55717360c780 0.000119
+gallium_dri.so free 0x55717360ca40 void 0.000120
+gallium_dri.so free 0x55717360c780 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9f0 0.000114
+gallium_dri.so free 0x55717360cac0 void 0.000128
+gallium_dri.so free 0x55717360c9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb10 0.000119
+gallium_dri.so free 0x55717360cb80 void 0.000124
+gallium_dri.so free 0x55717360cb10 void 0.000125
+gallium_dri.so malloc 72 0x55717360cba0 0.000123
+gallium_dri.so free 0x55717360cc40 void 0.000125
+gallium_dri.so free 0x55717360cba0 void 0.000131
+gallium_dri.so malloc 72 0x55717360cbf0 0.000123
+gallium_dri.so free 0x55717360ccc0 void 0.000181
+gallium_dri.so free 0x55717360cbf0 void 0.000238
+gallium_dri.so malloc 72 0x55717360cbf0 0.000273
+gallium_dri.so free 0x55717360cdc0 void 0.000278
+gallium_dri.so free 0x55717360cbf0 void 0.000277
+gallium_dri.so malloc 72 0x55717360cd70 0.000163
+gallium_dri.so free 0x55717360ce40 void 0.000166
+gallium_dri.so free 0x55717360cd70 void 0.000159
+gallium_dri.so malloc 72 0x55717360ce90 0.000128
+gallium_dri.so free 0x55717360cf00 void 0.000129
+gallium_dri.so free 0x55717360ce90 void 0.000170
+gallium_dri.so malloc 72 0x55717360cf20 0.000166
+gallium_dri.so free 0x55717360cfc0 void 0.000167
+gallium_dri.so free 0x55717360cf20 void 0.000129
+gallium_dri.so malloc 72 0x55717360cf70 0.000124
+gallium_dri.so free 0x55717360d040 void 0.000120
+gallium_dri.so free 0x55717360cf70 void 0.000123
+gallium_dri.so malloc 72 0x55717360cf70 0.000129
+gallium_dri.so free 0x55717360d0c0 void 0.000128
+gallium_dri.so free 0x55717360cf70 void 0.000129
+gallium_dri.so malloc 72 0x55717360d0c0 0.000129
+gallium_dri.so free 0x55717360d180 void 0.000130
+gallium_dri.so free 0x55717360d0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d0c0 0.000128
+gallium_dri.so free 0x55717360d280 void 0.000130
+gallium_dri.so free 0x55717360d0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d0c0 0.000132
+gallium_dri.so free 0x55717360d300 void 0.000125
+gallium_dri.so free 0x55717360d0c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d330 0.000129
+gallium_dri.so free 0x55717360d380 void 0.000172
+gallium_dri.so free 0x55717360d330 void 0.000165
+gallium_dri.so malloc 72 0x55717360d330 0.000176
+gallium_dri.so free 0x55717360d480 void 0.000131
+gallium_dri.so free 0x55717360d330 void 0.000130
+gallium_dri.so malloc 72 0x55717360d430 0.000128
+gallium_dri.so free 0x55717360d540 void 0.000131
+gallium_dri.so free 0x55717360d430 void 0.000130
+gallium_dri.so malloc 72 0x55717360d4f0 0.000129
+gallium_dri.so free 0x55717360d580 void 0.000129
+gallium_dri.so free 0x55717360d4f0 void 0.000209
+gallium_dri.so malloc 72 0x55717360d4f0 0.000173
+gallium_dri.so free 0x55717360d640 void 0.000135
+gallium_dri.so free 0x55717360d4f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d690 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000130
+gallium_dri.so free 0x55717360d690 void 0.000226
+gallium_dri.so malloc 72 0x55717360d740 0.000345
+gallium_dri.so free 0x55717360d7c0 void 0.000309
+gallium_dri.so free 0x55717360d740 void 0.000277
+gallium_dri.so malloc 72 0x55717360d7c0 0.000290
+gallium_dri.so free 0x55717360d880 void 0.000213
+gallium_dri.so free 0x55717360d7c0 void 0.000246
+gallium_dri.so malloc 72 0x55717360d7c0 0.000267
+gallium_dri.so free 0x55717360d900 void 0.000215
+gallium_dri.so free 0x55717360d7c0 void 0.000281
+gallium_dri.so malloc 72 0x55717360d930 0.000293
+gallium_dri.so free 0x55717360d980 void 0.000290
+gallium_dri.so free 0x55717360d930 void 0.000263
+gallium_dri.so malloc 72 0x55717360d930 0.000278
+gallium_dri.so free 0x55717360da80 void 0.000262
+gallium_dri.so free 0x55717360d930 void 0.000203
+gallium_dri.so malloc 72 0x55717360da30 0.000263
+gallium_dri.so free 0x55717360db40 void 0.000258
+gallium_dri.so free 0x55717360da30 void 0.000237
+gallium_dri.so malloc 72 0x55717360daf0 0.000238
+gallium_dri.so free 0x55717360dbc0 void 0.000208
+gallium_dri.so free 0x55717360daf0 void 0.000210
+gallium_dri.so malloc 72 0x55717360dbe0 0.000212
+gallium_dri.so free 0x55717360dc80 void 0.000146
+gallium_dri.so free 0x55717360dbe0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dc30 0.000127
+gallium_dri.so free 0x55717360dd00 void 0.000123
+gallium_dri.so free 0x55717360dc30 void 0.000123
+gallium_dri.so malloc 72 0x55717360dc30 0.000117
+gallium_dri.so free 0x55717360dd80 void 0.000123
+gallium_dri.so free 0x55717360dc30 void 0.000123
+gallium_dri.so malloc 72 0x55717360dd80 0.000122
+gallium_dri.so free 0x55717360de40 void 0.000124
+gallium_dri.so free 0x55717360dd80 void 0.000119
+gallium_dri.so malloc 72 0x55717360dd80 0.000123
+gallium_dri.so free 0x55717360df00 void 0.000123
+gallium_dri.so free 0x55717360dd80 void 0.000120
+gallium_dri.so malloc 72 0x55717360dd80 0.000123
+gallium_dri.so free 0x55717360dfc0 void 0.000123
+gallium_dri.so free 0x55717360dd80 void 0.000125
+gallium_dri.so malloc 72 0x55717360df70 0.000131
+gallium_dri.so free 0x55717360dfc0 void 0.000128
+gallium_dri.so free 0x55717360df70 void 0.000127
+gallium_dri.so malloc 72 0x55717360df70 0.000125
+gallium_dri.so free 0x55717360e0c0 void 0.000124
+gallium_dri.so free 0x55717360df70 void 0.000125
+gallium_dri.so malloc 72 0x55717360e070 0.000124
+gallium_dri.so free 0x55717360e180 void 0.000123
+gallium_dri.so free 0x55717360e070 void 0.000124
+gallium_dri.so malloc 72 0x55717360e130 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000120
+gallium_dri.so free 0x55717360e130 void 0.000115
+gallium_dri.so malloc 72 0x55717360e130 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so free 0x55717360e130 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2c0 0.000124
+gallium_dri.so free 0x55717360e340 void 0.000116
+gallium_dri.so free 0x55717360e2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e340 0.000116
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so malloc 72 0x55717360e340 0.000115
+gallium_dri.so free 0x55717360e4c0 void 0.000115
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so malloc 72 0x55717360e4e0 0.000114
+gallium_dri.so free 0x55717360e580 void 0.000115
+gallium_dri.so free 0x55717360e4e0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e530 0.000112
+gallium_dri.so free 0x55717360e600 void 0.000115
+gallium_dri.so free 0x55717360e530 void 0.000113
+gallium_dri.so malloc 72 0x55717360e530 0.000113
+gallium_dri.so free 0x55717360e680 void 0.000114
+gallium_dri.so free 0x55717360e530 void 0.000113
+gallium_dri.so malloc 72 0x55717360e680 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000113
+gallium_dri.so malloc 72 0x55717360e680 0.000112
+gallium_dri.so free 0x55717360e800 void 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000113
+gallium_dri.so malloc 72 0x55717360e680 0.000115
+gallium_dri.so free 0x55717360e8c0 void 0.000114
+gallium_dri.so free 0x55717360e680 void 0.000113
+gallium_dri.so malloc 72 0x55717360e870 0.000114
+gallium_dri.so free 0x55717360e980 void 0.000129
+gallium_dri.so free 0x55717360e870 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717360ea00 void 0.000113
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea50 0.000112
+gallium_dri.so free 0x55717360eac0 void 0.000112
+gallium_dri.so free 0x55717360ea50 void 0.000114
+gallium_dri.so malloc 72 0x55717360eae0 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000113
+gallium_dri.so free 0x55717360eae0 void 0.000113
+gallium_dri.so malloc 72 0x55717360eb30 0.000113
+gallium_dri.so free 0x55717360ec00 void 0.000112
+gallium_dri.so free 0x55717360eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717360eb30 0.000114
+gallium_dri.so free 0x55717360ec80 void 0.000112
+gallium_dri.so free 0x55717360eb30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ec80 0.000119
+gallium_dri.so free 0x55717360ed40 void 0.000113
+gallium_dri.so free 0x55717360ec80 void 0.000114
+gallium_dri.so malloc 72 0x55717360ec80 0.000113
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so free 0x55717360ec80 void 0.000113
+gallium_dri.so malloc 72 0x55717360edf0 0.000116
+gallium_dri.so free 0x55717360ee80 void 0.000117
+gallium_dri.so free 0x55717360edf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360edf0 0.000119
+gallium_dri.so free 0x55717360ef40 void 0.000152
+gallium_dri.so free 0x55717360edf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ef80 0.000115
+gallium_dri.so free 0x55717360f000 void 0.000116
+gallium_dri.so free 0x55717360ef80 void 0.000114
+gallium_dri.so malloc 72 0x55717360f000 0.000113
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so free 0x55717360f000 void 0.000113
+gallium_dri.so malloc 72 0x55717360f000 0.000112
+gallium_dri.so free 0x55717360f140 void 0.000114
+gallium_dri.so free 0x55717360f000 void 0.000112
+gallium_dri.so malloc 72 0x55717360f170 0.000118
+gallium_dri.so free 0x55717360f1c0 void 0.000115
+gallium_dri.so free 0x55717360f170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f170 0.000121
+gallium_dri.so free 0x55717360f2c0 void 0.000118
+gallium_dri.so free 0x55717360f170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f300 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000114
+gallium_dri.so free 0x55717360f300 void 0.000113
+gallium_dri.so malloc 72 0x55717360f380 0.000114
+gallium_dri.so free 0x55717360f440 void 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000112
+gallium_dri.so malloc 72 0x55717360f380 0.000113
+gallium_dri.so free 0x55717360f4c0 void 0.000113
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so malloc 72 0x55717360f4f0 0.000113
+gallium_dri.so free 0x55717360f540 void 0.000119
+gallium_dri.so free 0x55717360f4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f4f0 0.000113
+gallium_dri.so free 0x55717360f640 void 0.000114
+gallium_dri.so free 0x55717360f4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5f0 0.000114
+gallium_dri.so free 0x55717360f700 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f6b0 0.000114
+gallium_dri.so free 0x55717360f780 void 0.000115
+gallium_dri.so free 0x55717360f6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f6b0 0.000112
+gallium_dri.so free 0x55717360f840 void 0.000114
+gallium_dri.so free 0x55717360f6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f6b0 0.000112
+gallium_dri.so free 0x55717360f900 void 0.000113
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f8b0 0.000113
+gallium_dri.so free 0x55717360f980 void 0.000115
+gallium_dri.so free 0x55717360f8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f9d0 0.000117
+gallium_dri.so free 0x55717360fa40 void 0.000114
+gallium_dri.so free 0x55717360f9d0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fa60 0.000117
+gallium_dri.so free 0x55717360fb00 void 0.000116
+gallium_dri.so free 0x55717360fa60 void 0.000113
+gallium_dri.so malloc 72 0x55717360fab0 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so free 0x55717360fab0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb80 0.000113
+gallium_dri.so free 0x55717360fc40 void 0.000116
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so malloc 72 0x55717360fb80 0.000117
+gallium_dri.so free 0x55717360fcc0 void 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000115
+gallium_dri.so malloc 72 0x55717360fcc0 0.000113
+gallium_dri.so free 0x55717360fd80 void 0.000112
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fcc0 0.000122
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fcc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcc0 0.000124
+gallium_dri.so free 0x55717360ff00 void 0.000119
+gallium_dri.so free 0x55717360fcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360feb0 0.000113
+gallium_dri.so free 0x55717360ff80 void 0.000115
+gallium_dri.so free 0x55717360feb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ffd0 0.000118
+gallium_dri.so free 0x557173610040 void 0.000114
+gallium_dri.so free 0x55717360ffd0 void 0.000113
+gallium_dri.so malloc 72 0x557173610080 0.000113
+gallium_dri.so free 0x557173610100 void 0.000114
+gallium_dri.so free 0x557173610080 void 0.000113
+gallium_dri.so malloc 72 0x557173610080 0.000124
+gallium_dri.so free 0x557173610180 void 0.000118
+gallium_dri.so free 0x557173610080 void 0.000114
+gallium_dri.so malloc 72 0x5571736101b0 0.000113
+gallium_dri.so free 0x557173610200 void 0.000114
+gallium_dri.so free 0x5571736101b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736101b0 0.000112
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x5571736101b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736102b0 0.000113
+gallium_dri.so free 0x5571736103c0 void 0.000115
+gallium_dri.so free 0x5571736102b0 void 0.000115
+gallium_dri.so malloc 72 0x557173610370 0.000113
+gallium_dri.so free 0x557173610400 void 0.000114
+gallium_dri.so free 0x557173610370 void 0.000112
+gallium_dri.so malloc 72 0x557173610370 0.000113
+gallium_dri.so free 0x5571736104c0 void 0.000115
+gallium_dri.so free 0x557173610370 void 0.000114
+gallium_dri.so malloc 72 0x557173610530 0.000112
+gallium_dri.so free 0x557173610580 void 0.000113
+gallium_dri.so free 0x557173610530 void 0.000114
+gallium_dri.so malloc 72 0x557173610530 0.000113
+gallium_dri.so free 0x557173610680 void 0.000113
+gallium_dri.so free 0x557173610530 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x557173610740 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571736106f0 0.000114
+gallium_dri.so free 0x557173610780 void 0.000125
+gallium_dri.so free 0x5571736106f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736106f0 0.000115
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x5571736106f0 void 0.000114
+gallium_dri.so malloc 72 0x557173610880 0.000113
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so free 0x557173610880 void 0.000115
+gallium_dri.so malloc 72 0x557173610900 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000112
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so malloc 72 0x557173610900 0.000113
+gallium_dri.so free 0x557173610a80 void 0.000112
+gallium_dri.so free 0x557173610900 void 0.000111
+gallium_dri.so malloc 72 0x557173610aa0 0.000113
+gallium_dri.so free 0x557173610b40 void 0.000119
+gallium_dri.so free 0x557173610aa0 void 0.000115
+gallium_dri.so malloc 72 0x557173610af0 0.000119
+gallium_dri.so free 0x557173610bc0 void 0.000119
+gallium_dri.so free 0x557173610af0 void 0.000114
+gallium_dri.so malloc 72 0x557173610af0 0.000113
+gallium_dri.so free 0x557173610c40 void 0.000114
+gallium_dri.so free 0x557173610af0 void 0.000112
+gallium_dri.so malloc 72 0x557173610c40 0.000118
+gallium_dri.so free 0x557173610d00 void 0.000120
+gallium_dri.so free 0x557173610c40 void 0.000124
+gallium_dri.so malloc 72 0x557173610c40 0.000129
+gallium_dri.so free 0x557173610dc0 void 0.000124
+gallium_dri.so free 0x557173610c40 void 0.000119
+gallium_dri.so malloc 72 0x557173610c40 0.000115
+gallium_dri.so free 0x557173610e80 void 0.000116
+gallium_dri.so free 0x557173610c40 void 0.000114
+gallium_dri.so malloc 72 0x557173610e30 0.000115
+gallium_dri.so free 0x557173610f40 void 0.000114
+gallium_dri.so free 0x557173610e30 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000114
+gallium_dri.so free 0x557173610fc0 void 0.000115
+gallium_dri.so free 0x557173610ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173611010 0.000113
+gallium_dri.so free 0x557173611080 void 0.000116
+gallium_dri.so free 0x557173611010 void 0.000114
+gallium_dri.so malloc 72 0x5571736110a0 0.000114
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x5571736110a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736110f0 0.000115
+gallium_dri.so free 0x5571736111c0 void 0.000116
+gallium_dri.so free 0x5571736110f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736110f0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x5571736110f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000152
+gallium_dri.so free 0x5571735bff00 void 0.000145
+gallium_dri.so free 0x5571735bfdc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000142
+gallium_dri.so free 0x5571735bffc0 void 0.000145
+gallium_dri.so free 0x5571735bfdc0 void 0.000144
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000143
+gallium_dri.so free 0x5571735c0080 void 0.000144
+gallium_dri.so free 0x5571735bfdc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c0030 0.000142
+gallium_dri.so free 0x5571735c0100 void 0.000145
+gallium_dri.so free 0x5571735c0030 void 0.000144
+gallium_dri.so malloc 72 0x5571735c0150 0.000142
+gallium_dri.so free 0x5571735c01c0 void 0.000145
+gallium_dri.so free 0x5571735c0150 void 0.000143
+gallium_dri.so malloc 72 0x5571735c01e0 0.000143
+gallium_dri.so free 0x5571735c0280 void 0.000151
+gallium_dri.so free 0x5571735c01e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0230 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so free 0x5571735c0230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0230 0.000115
+gallium_dri.so free 0x5571735c0400 void 0.000114
+gallium_dri.so free 0x5571735c0230 void 0.000128
+gallium_dri.so malloc 72 0x5571735c03b0 0.000113
+gallium_dri.so free 0x5571735c0480 void 0.000113
+gallium_dri.so free 0x5571735c03b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c04d0 0.000111
+gallium_dri.so free 0x5571735c0540 void 0.000114
+gallium_dri.so free 0x5571735c04d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0560 0.000114
+gallium_dri.so free 0x5571735c0600 void 0.000112
+gallium_dri.so free 0x5571735c0560 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05b0 0.000112
+gallium_dri.so free 0x5571735c0680 void 0.000116
+gallium_dri.so free 0x5571735c05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c05b0 0.000113
+gallium_dri.so free 0x5571735c0700 void 0.000117
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0700 0.000124
+gallium_dri.so free 0x5571735c07c0 void 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0700 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000115
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0700 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000116
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0970 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000115
+gallium_dri.so free 0x5571735c0970 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0970 0.000117
+gallium_dri.so free 0x5571735c0ac0 void 0.000114
+gallium_dri.so free 0x5571735c0970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b30 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so free 0x5571735c0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0b30 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000117
+gallium_dri.so free 0x5571735c0d40 void 0.000115
+gallium_dri.so free 0x5571735c0cd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0d80 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000120
+gallium_dri.so free 0x5571735c0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e00 0.000114
+gallium_dri.so free 0x5571735c0ec0 void 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e00 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0f70 0.000114
+gallium_dri.so free 0x5571735c0fc0 void 0.000115
+gallium_dri.so free 0x5571735c0f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0f70 0.000136
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c0f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c1180 void 0.000113
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1130 0.000113
+gallium_dri.so free 0x5571735c1200 void 0.000113
+gallium_dri.so free 0x5571735c1130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1220 0.000117
+gallium_dri.so free 0x5571735c12c0 void 0.000113
+gallium_dri.so free 0x5571735c1220 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000111
+gallium_dri.so free 0x5571735c1340 void 0.000113
+gallium_dri.so free 0x5571735c1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1270 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000112
+gallium_dri.so free 0x5571735c1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c13c0 0.000124
+gallium_dri.so free 0x5571735c1480 void 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735c1540 void 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13c0 0.000122
+gallium_dri.so free 0x5571735c1600 void 0.000124
+gallium_dri.so free 0x5571735c13c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c15b0 0.000120
+gallium_dri.so free 0x5571735c1600 void 0.000121
+gallium_dri.so free 0x5571735c15b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c15b0 0.000115
+gallium_dri.so free 0x5571735c1700 void 0.000115
+gallium_dri.so free 0x5571735c15b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16b0 0.000115
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1770 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000115
+gallium_dri.so free 0x5571735c1770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1770 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000115
+gallium_dri.so free 0x5571735c1770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1900 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000116
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1980 0.000115
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1980 0.000115
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1b20 0.000114
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so free 0x5571735c1b20 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1b70 0.000114
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b70 0.000117
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so free 0x5571735c1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000116
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000116
+gallium_dri.so free 0x5571735c1cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000116
+gallium_dri.so free 0x5571735c1f00 void 0.000115
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000115
+gallium_dri.so free 0x5571735c1fc0 void 0.000114
+gallium_dri.so free 0x5571735c1eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f70 0.000115
+gallium_dri.so free 0x5571735c2040 void 0.000116
+gallium_dri.so free 0x5571735c1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2090 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000115
+gallium_dri.so free 0x5571735c2090 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2120 0.000136
+gallium_dri.so free 0x5571735c21c0 void 0.000120
+gallium_dri.so free 0x5571735c2120 void 0.000183
+gallium_dri.so malloc 72 0x5571735c2170 0.000114
+gallium_dri.so free 0x5571735c2240 void 0.000113
+gallium_dri.so free 0x5571735c2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2170 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000120
+gallium_dri.so free 0x5571735c2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735c22c0 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22c0 0.000112
+gallium_dri.so free 0x5571735c2480 void 0.000183
+gallium_dri.so free 0x5571735c22c0 void 0.000180
+gallium_dri.so malloc 72 0x5571735c2430 0.000120
+gallium_dri.so free 0x5571735c24c0 void 0.000118
+gallium_dri.so free 0x5571735c2430 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2430 0.000118
+gallium_dri.so free 0x5571735c2580 void 0.000119
+gallium_dri.so free 0x5571735c2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c25c0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so free 0x5571735c25c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2640 0.000117
+gallium_dri.so free 0x5571735c2700 void 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2640 0.000127
+gallium_dri.so free 0x5571735c2780 void 0.000120
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27b0 0.000117
+gallium_dri.so free 0x5571735c2800 void 0.000119
+gallium_dri.so free 0x5571735c27b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c27b0 0.000117
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so free 0x5571735c27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2940 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so free 0x5571735c2940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c29c0 0.000118
+gallium_dri.so free 0x5571735c2a80 void 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c29c0 0.000116
+gallium_dri.so free 0x5571735c2b00 void 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2b30 0.000118
+gallium_dri.so free 0x5571735c2b80 void 0.000118
+gallium_dri.so free 0x5571735c2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b30 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000116
+gallium_dri.so free 0x5571735c2b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2c30 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000117
+gallium_dri.so free 0x5571735c2c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000127
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so free 0x5571735c2cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000119
+gallium_dri.so free 0x5571735c2e80 void 0.000117
+gallium_dri.so free 0x5571735c2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000118
+gallium_dri.so free 0x5571735c2f40 void 0.000117
+gallium_dri.so free 0x5571735c2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000116
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3010 0.000118
+gallium_dri.so free 0x5571735c3080 void 0.000125
+gallium_dri.so free 0x5571735c3010 void 0.000129
+gallium_dri.so malloc 72 0x5571735c30a0 0.000121
+gallium_dri.so free 0x5571735c3140 void 0.000118
+gallium_dri.so free 0x5571735c30a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c30f0 0.000122
+gallium_dri.so free 0x5571735c31c0 void 0.000124
+gallium_dri.so free 0x5571735c30f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c31c0 0.000125
+gallium_dri.so free 0x5571735c3280 void 0.000124
+gallium_dri.so free 0x5571735c31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c31c0 0.000167
+gallium_dri.so free 0x5571735c3300 void 0.000121
+gallium_dri.so free 0x5571735c31c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3300 0.000121
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3300 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3300 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c34f0 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3610 0.000118
+gallium_dri.so free 0x5571735c3680 void 0.000117
+gallium_dri.so free 0x5571735c3610 void 0.000118
+gallium_dri.so malloc 72 0x5571735c36c0 0.000117
+gallium_dri.so free 0x5571735c3740 void 0.000117
+gallium_dri.so free 0x5571735c36c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36c0 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c37f0 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so free 0x5571735c37f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c37f0 0.000112
+gallium_dri.so free 0x5571735c3940 void 0.000110
+gallium_dri.so free 0x5571735c37f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c38f0 0.000110
+gallium_dri.so free 0x5571735c3a00 void 0.000110
+gallium_dri.so free 0x5571735c38f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c39b0 0.000112
+gallium_dri.so free 0x5571735c3a40 void 0.000110
+gallium_dri.so free 0x5571735c39b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c39b0 0.000110
+gallium_dri.so free 0x5571735c3b00 void 0.000109
+gallium_dri.so free 0x5571735c39b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3b70 0.000109
+gallium_dri.so free 0x5571735c3bc0 void 0.000111
+gallium_dri.so free 0x5571735c3b70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3b70 0.000110
+gallium_dri.so free 0x5571735c3cc0 void 0.000109
+gallium_dri.so free 0x5571735c3b70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3c70 0.000110
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3d30 0.000109
+gallium_dri.so free 0x5571735c3dc0 void 0.000111
+gallium_dri.so free 0x5571735c3d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3d30 0.000110
+gallium_dri.so free 0x5571735c3e80 void 0.000110
+gallium_dri.so free 0x5571735c3d30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000111
+gallium_dri.so free 0x5571735c3f40 void 0.000128
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000115
+gallium_dri.so free 0x5571735c4000 void 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000125
+gallium_dri.so free 0x5571735c40c0 void 0.000124
+gallium_dri.so free 0x5571735c3f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c40e0 0.000118
+gallium_dri.so free 0x5571735c4180 void 0.000115
+gallium_dri.so free 0x5571735c40e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4200 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4130 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000115
+gallium_dri.so free 0x5571735c4130 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4280 0.000113
+gallium_dri.so free 0x5571735c4400 void 0.000115
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4470 0.000166
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c4470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4530 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4650 0.000112
+gallium_dri.so free 0x5571735c46c0 void 0.000115
+gallium_dri.so free 0x5571735c4650 void 0.000111
+gallium_dri.so malloc 72 0x5571735c46e0 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000115
+gallium_dri.so free 0x5571735c46e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4730 0.000112
+gallium_dri.so free 0x5571735c4800 void 0.000114
+gallium_dri.so free 0x5571735c4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4730 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000112
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000114
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49f0 0.000113
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c49f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49f0 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000113
+gallium_dri.so free 0x5571735c49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000181
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c00 0.000112
+gallium_dri.so free 0x5571735c4cc0 void 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c00 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000112
+gallium_dri.so free 0x5571735c4c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4d70 0.000117
+gallium_dri.so free 0x5571735c4dc0 void 0.000119
+gallium_dri.so free 0x5571735c4d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4d70 0.000114
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4d70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4f00 0.000129
+gallium_dri.so free 0x5571735c4f80 void 0.000124
+gallium_dri.so free 0x5571735c4f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4f80 0.000119
+gallium_dri.so free 0x5571735c5040 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000120
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f80 0.000119
+gallium_dri.so free 0x557173469ac0 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so malloc 72 0x557173469a70 0.000114
+gallium_dri.so free 0x557173469b40 void 0.000113
+gallium_dri.so free 0x557173469a70 void 0.000112
+gallium_dri.so malloc 72 0x557173469b90 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000116
+gallium_dri.so free 0x557173469b90 void 0.000113
+gallium_dri.so malloc 72 0x557173469c60 0.000117
+gallium_dri.so free 0x557173469d00 void 0.000116
+gallium_dri.so free 0x557173469c60 void 0.000113
+gallium_dri.so malloc 72 0x557173469cb0 0.000111
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so free 0x557173469cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173469cb0 0.000113
+gallium_dri.so free 0x557173469e00 void 0.000114
+gallium_dri.so free 0x557173469cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173469e40 0.000112
+gallium_dri.so free 0x557173469ec0 void 0.000128
+gallium_dri.so free 0x557173469e40 void 0.000124
+gallium_dri.so malloc 72 0x557173469ec0 0.000120
+gallium_dri.so free 0x557173469f80 void 0.000119
+gallium_dri.so free 0x557173469ec0 void 0.000122
+gallium_dri.so malloc 72 0x557173469ec0 0.000119
+gallium_dri.so free 0x55717346a000 void 0.000118
+gallium_dri.so free 0x557173469ec0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a030 0.000106
+gallium_dri.so free 0x55717346a080 void 0.000120
+gallium_dri.so free 0x55717346a030 void 0.000119
+gallium_dri.so malloc 72 0x55717346a080 0.000122
+gallium_dri.so free 0x55717346a140 void 0.000121
+gallium_dri.so free 0x55717346a080 void 0.000127
+gallium_dri.so malloc 72 0x55717346a080 0.000120
+gallium_dri.so free 0x55717346a240 void 0.000158
+gallium_dri.so free 0x55717346a080 void 0.000125
+gallium_dri.so malloc 72 0x55717346a1f0 0.000124
+gallium_dri.so free 0x55717346a300 void 0.000125
+gallium_dri.so free 0x55717346a1f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a2b0 0.000120
+gallium_dri.so free 0x55717346a340 void 0.000115
+gallium_dri.so free 0x55717346a2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a2b0 0.000115
+gallium_dri.so free 0x55717346a400 void 0.000116
+gallium_dri.so free 0x55717346a2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a440 0.000114
+gallium_dri.so free 0x55717346a4c0 void 0.000117
+gallium_dri.so free 0x55717346a440 void 0.000116
+gallium_dri.so malloc 72 0x55717346a4c0 0.000114
+gallium_dri.so free 0x55717346a580 void 0.000115
+gallium_dri.so free 0x55717346a4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4c0 0.000116
+gallium_dri.so free 0x55717346a600 void 0.000121
+gallium_dri.so free 0x55717346a4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a4c0 0.000114
+gallium_dri.so free 0x55717346a6c0 void 0.000117
+gallium_dri.so free 0x55717346a4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4c0 0.000115
+gallium_dri.so free 0x55717346a780 void 0.000115
+gallium_dri.so free 0x55717346a4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a730 0.000114
+gallium_dri.so free 0x55717346a800 void 0.000116
+gallium_dri.so free 0x55717346a730 void 0.000114
+gallium_dri.so malloc 72 0x55717346a850 0.000113
+gallium_dri.so free 0x55717346a8c0 void 0.000116
+gallium_dri.so free 0x55717346a850 void 0.000119
+gallium_dri.so malloc 72 0x55717346a8e0 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000115
+gallium_dri.so free 0x55717346a8e0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a930 0.000113
+gallium_dri.so free 0x55717346aa00 void 0.000115
+gallium_dri.so free 0x55717346a930 void 0.000115
+gallium_dri.so malloc 72 0x55717346a930 0.000115
+gallium_dri.so free 0x55717346ab00 void 0.000114
+gallium_dri.so free 0x55717346a930 void 0.000114
+gallium_dri.so malloc 72 0x55717346aab0 0.000113
+gallium_dri.so free 0x55717346ab80 void 0.000121
+gallium_dri.so free 0x55717346aab0 void 0.000125
+gallium_dri.so malloc 72 0x55717346abd0 0.000125
+gallium_dri.so free 0x55717346ac40 void 0.000116
+gallium_dri.so free 0x55717346abd0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac60 0.000110
+gallium_dri.so free 0x55717346ad00 void 0.000126
+gallium_dri.so free 0x55717346ac60 void 0.000114
+gallium_dri.so malloc 72 0x55717346acb0 0.000112
+gallium_dri.so free 0x55717346ad80 void 0.000112
+gallium_dri.so free 0x55717346acb0 void 0.000109
+gallium_dri.so malloc 72 0x55717346acb0 0.000110
+gallium_dri.so free 0x55717346ae00 void 0.000110
+gallium_dri.so free 0x55717346acb0 void 0.000110
+gallium_dri.so malloc 72 0x55717346ae00 0.000108
+gallium_dri.so free 0x55717346aec0 void 0.000110
+gallium_dri.so free 0x55717346ae00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae00 0.000110
+gallium_dri.so free 0x55717346afc0 void 0.000110
+gallium_dri.so free 0x55717346ae00 void 0.000109
+gallium_dri.so malloc 72 0x55717346ae00 0.000110
+gallium_dri.so free 0x55717346b040 void 0.000110
+gallium_dri.so free 0x55717346ae00 void 0.000110
+gallium_dri.so malloc 72 0x55717346b070 0.000116
+gallium_dri.so free 0x55717346b0c0 void 0.000118
+gallium_dri.so free 0x55717346b070 void 0.000111
+gallium_dri.so malloc 72 0x55717346b070 0.000113
+gallium_dri.so free 0x55717346b1c0 void 0.000110
+gallium_dri.so free 0x55717346b070 void 0.000112
+gallium_dri.so malloc 72 0x55717346b170 0.000109
+gallium_dri.so free 0x55717346b280 void 0.000149
+gallium_dri.so free 0x55717346b170 void 0.000115
+gallium_dri.so malloc 72 0x55717346b230 0.000113
+gallium_dri.so free 0x55717346b2c0 void 0.000115
+gallium_dri.so free 0x55717346b230 void 0.000113
+gallium_dri.so malloc 72 0x55717346b230 0.000112
+gallium_dri.so free 0x55717346b380 void 0.000113
+gallium_dri.so free 0x55717346b230 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3d0 0.000113
+gallium_dri.so free 0x55717346b440 void 0.000113
+gallium_dri.so free 0x55717346b3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b480 0.000113
+gallium_dri.so free 0x55717346b500 void 0.000114
+gallium_dri.so free 0x55717346b480 void 0.000113
+gallium_dri.so malloc 72 0x55717346b500 0.000113
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so free 0x55717346b500 void 0.000116
+gallium_dri.so malloc 72 0x55717346b500 0.000116
+gallium_dri.so free 0x55717346b640 void 0.000113
+gallium_dri.so free 0x55717346b500 void 0.000114
+gallium_dri.so malloc 72 0x55717346b670 0.000141
+gallium_dri.so free 0x55717346b6c0 void 0.000138
+gallium_dri.so free 0x55717346b670 void 0.000139
+gallium_dri.so malloc 72 0x55717346b670 0.000132
+gallium_dri.so free 0x55717346b7c0 void 0.000135
+gallium_dri.so free 0x55717346b670 void 0.000132
+gallium_dri.so malloc 72 0x55717346b770 0.000143
+gallium_dri.so free 0x55717346b880 void 0.000132
+gallium_dri.so free 0x55717346b770 void 0.000135
+gallium_dri.so malloc 72 0x55717346b830 0.000134
+gallium_dri.so free 0x55717346b900 void 0.000136
+gallium_dri.so free 0x55717346b830 void 0.000133
+gallium_dri.so malloc 72 0x55717346b920 0.000134
+gallium_dri.so free 0x55717346b9c0 void 0.000134
+gallium_dri.so free 0x55717346b920 void 0.000133
+gallium_dri.so malloc 72 0x55717346b970 0.000132
+gallium_dri.so free 0x55717346ba40 void 0.000134
+gallium_dri.so free 0x55717346b970 void 0.000133
+gallium_dri.so malloc 72 0x55717346b970 0.000138
+gallium_dri.so free 0x55717346bac0 void 0.000135
+gallium_dri.so free 0x55717346b970 void 0.000146
+gallium_dri.so malloc 72 0x55717346bac0 0.000131
+gallium_dri.so free 0x55717346bb80 void 0.000123
+gallium_dri.so free 0x55717346bac0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bac0 0.000120
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346bac0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bac0 0.000120
+gallium_dri.so free 0x55717346bd00 void 0.000120
+gallium_dri.so free 0x55717346bac0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bcb0 0.000142
+gallium_dri.so free 0x55717346bd00 void 0.000122
+gallium_dri.so free 0x55717346bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bcb0 0.000121
+gallium_dri.so free 0x55717346be00 void 0.000120
+gallium_dri.so free 0x55717346bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bdb0 0.000119
+gallium_dri.so free 0x55717346bec0 void 0.000118
+gallium_dri.so free 0x55717346bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346be70 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000120
+gallium_dri.so free 0x55717346be70 void 0.000119
+gallium_dri.so malloc 72 0x55717346be70 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000120
+gallium_dri.so free 0x55717346be70 void 0.000118
+gallium_dri.so malloc 72 0x55717346c000 0.000118
+gallium_dri.so free 0x55717346c080 void 0.000118
+gallium_dri.so free 0x55717346c000 void 0.000125
+gallium_dri.so malloc 72 0x55717346c080 0.000120
+gallium_dri.so free 0x55717346c140 void 0.000120
+gallium_dri.so free 0x55717346c080 void 0.000118
+gallium_dri.so malloc 72 0x55717346c080 0.000118
+gallium_dri.so free 0x55717346c200 void 0.000120
+gallium_dri.so free 0x55717346c080 void 0.000118
+gallium_dri.so malloc 72 0x55717346c220 0.000123
+gallium_dri.so free 0x55717346c2c0 void 0.000119
+gallium_dri.so free 0x55717346c220 void 0.000137
+gallium_dri.so malloc 72 0x55717346c270 0.000118
+gallium_dri.so free 0x55717346c340 void 0.000119
+gallium_dri.so free 0x55717346c270 void 0.000118
+gallium_dri.so malloc 72 0x55717346c270 0.000120
+gallium_dri.so free 0x55717346c3c0 void 0.000119
+gallium_dri.so free 0x55717346c270 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3c0 0.000118
+gallium_dri.so free 0x55717346c480 void 0.000120
+gallium_dri.so free 0x55717346c3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3c0 0.000131
+gallium_dri.so free 0x55717346c540 void 0.000123
+gallium_dri.so free 0x55717346c3c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c3c0 0.000129
+gallium_dri.so free 0x55717346c600 void 0.000121
+gallium_dri.so free 0x55717346c3c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346c5b0 0.000119
+gallium_dri.so free 0x55717346c6c0 void 0.000119
+gallium_dri.so free 0x55717346c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c670 0.000122
+gallium_dri.so free 0x55717346c740 void 0.000119
+gallium_dri.so free 0x55717346c670 void 0.000117
+gallium_dri.so malloc 72 0x55717346c790 0.000117
+gallium_dri.so free 0x55717346c800 void 0.000123
+gallium_dri.so free 0x55717346c790 void 0.000126
+gallium_dri.so malloc 72 0x55717346c820 0.000162
+gallium_dri.so free 0x55717346c8c0 void 0.000203
+gallium_dri.so free 0x55717346c820 void 0.000155
+gallium_dri.so malloc 72 0x55717346c870 0.000204
+gallium_dri.so free 0x55717346c940 void 0.000156
+gallium_dri.so free 0x55717346c870 void 0.000209
+gallium_dri.so malloc 72 0x55717346c870 0.000234
+gallium_dri.so free 0x55717346c9c0 void 0.000256
+gallium_dri.so free 0x55717346c870 void 0.000234
+gallium_dri.so malloc 72 0x55717346c9c0 0.000231
+gallium_dri.so free 0x55717346ca80 void 0.000208
+gallium_dri.so free 0x55717346c9c0 void 0.000151
+gallium_dri.so malloc 72 0x55717346c9c0 0.000167
+gallium_dri.so free 0x55717346cb80 void 0.000155
+gallium_dri.so free 0x55717346c9c0 void 0.000156
+gallium_dri.so malloc 72 0x55717346cb30 0.000154
+gallium_dri.so free 0x55717346cbc0 void 0.000197
+gallium_dri.so free 0x55717346cb30 void 0.000195
+gallium_dri.so malloc 72 0x55717346cb30 0.000313
+gallium_dri.so free 0x55717346cc80 void 0.000311
+gallium_dri.so free 0x55717346cb30 void 0.000274
+gallium_dri.so malloc 72 0x55717346ccc0 0.000236
+gallium_dri.so free 0x55717346cd40 void 0.000164
+gallium_dri.so free 0x55717346ccc0 void 0.000168
+gallium_dri.so malloc 72 0x55717346cd40 0.000169
+gallium_dri.so free 0x55717346ce00 void 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000125
+gallium_dri.so malloc 72 0x55717346cd40 0.000124
+gallium_dri.so free 0x55717346ce80 void 0.000124
+gallium_dri.so free 0x55717346cd40 void 0.000128
+gallium_dri.so malloc 72 0x55717346ceb0 0.000131
+gallium_dri.so free 0x55717346cf00 void 0.000130
+gallium_dri.so free 0x55717346ceb0 void 0.000141
+gallium_dri.so malloc 72 0x55717346ceb0 0.000138
+gallium_dri.so free 0x55717346d000 void 0.000126
+gallium_dri.so free 0x55717346ceb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d040 0.000131
+gallium_dri.so free 0x55717346d0c0 void 0.000131
+gallium_dri.so free 0x55717346d040 void 0.000125
+gallium_dri.so malloc 72 0x55717346d0c0 0.000126
+gallium_dri.so free 0x55717346d180 void 0.000129
+gallium_dri.so free 0x55717346d0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d0c0 0.000132
+gallium_dri.so free 0x55717346d200 void 0.000130
+gallium_dri.so free 0x55717346d0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d230 0.000125
+gallium_dri.so free 0x55717346d280 void 0.000129
+gallium_dri.so free 0x55717346d230 void 0.000130
+gallium_dri.so malloc 72 0x55717346d230 0.000127
+gallium_dri.so free 0x55717346d380 void 0.000123
+gallium_dri.so free 0x55717346d230 void 0.000130
+gallium_dri.so malloc 72 0x55717346d330 0.000130
+gallium_dri.so free 0x55717346d440 void 0.000124
+gallium_dri.so free 0x55717346d330 void 0.000132
+gallium_dri.so malloc 72 0x55717346d3f0 0.000130
+gallium_dri.so free 0x55717346d4c0 void 0.000133
+gallium_dri.so free 0x55717346d3f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d3f0 0.000128
+gallium_dri.so free 0x55717346d580 void 0.000126
+gallium_dri.so free 0x55717346d3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346d3f0 0.000130
+gallium_dri.so free 0x55717346d640 void 0.000134
+gallium_dri.so free 0x55717346d3f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d5f0 0.000123
+gallium_dri.so free 0x55717346d6c0 void 0.000125
+gallium_dri.so free 0x55717346d5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d710 0.000130
+gallium_dri.so free 0x55717346d780 void 0.000143
+gallium_dri.so free 0x55717346d710 void 0.000129
+gallium_dri.so malloc 72 0x55717346d7a0 0.000127
+gallium_dri.so free 0x55717346d840 void 0.000128
+gallium_dri.so free 0x55717346d7a0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d7f0 0.000129
+gallium_dri.so free 0x55717346d8c0 void 0.000133
+gallium_dri.so free 0x55717346d7f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346d8c0 0.000127
+gallium_dri.so free 0x55717346d980 void 0.000129
+gallium_dri.so free 0x55717346d8c0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d8c0 0.000128
+gallium_dri.so free 0x55717346da00 void 0.000130
+gallium_dri.so free 0x55717346d8c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346da00 0.000125
+gallium_dri.so free 0x55717346dac0 void 0.000126
+gallium_dri.so free 0x55717346da00 void 0.000126
+gallium_dri.so malloc 72 0x55717346da00 0.000125
+gallium_dri.so free 0x55717346db80 void 0.000126
+gallium_dri.so free 0x55717346da00 void 0.000126
+gallium_dri.so malloc 72 0x55717346da00 0.000128
+gallium_dri.so free 0x55717346dc40 void 0.000128
+gallium_dri.so free 0x55717346da00 void 0.000129
+gallium_dri.so malloc 72 0x55717346dbf0 0.000128
+gallium_dri.so free 0x55717346dcc0 void 0.000128
+gallium_dri.so free 0x55717346dbf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346dd10 0.000128
+gallium_dri.so free 0x55717346dd80 void 0.000158
+gallium_dri.so free 0x55717346dd10 void 0.000164
+gallium_dri.so malloc 72 0x55717346ddc0 0.000144
+gallium_dri.so free 0x55717346de40 void 0.000129
+gallium_dri.so free 0x55717346ddc0 void 0.000127
+gallium_dri.so malloc 72 0x55717346ddc0 0.000149
+gallium_dri.so free 0x55717346dec0 void 0.000129
+gallium_dri.so free 0x55717346ddc0 void 0.000129
+gallium_dri.so malloc 72 0x55717346def0 0.000128
+gallium_dri.so free 0x55717346df40 void 0.000127
+gallium_dri.so free 0x55717346def0 void 0.000128
+gallium_dri.so malloc 72 0x55717346def0 0.000127
+gallium_dri.so free 0x55717346e040 void 0.000128
+gallium_dri.so free 0x55717346def0 void 0.000127
+gallium_dri.so malloc 72 0x55717346dff0 0.000126
+gallium_dri.so free 0x55717346e100 void 0.000127
+gallium_dri.so free 0x55717346dff0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e0b0 0.000126
+gallium_dri.so free 0x55717346e140 void 0.000127
+gallium_dri.so free 0x55717346e0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e0b0 0.000128
+gallium_dri.so free 0x55717346e200 void 0.000128
+gallium_dri.so free 0x55717346e0b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e270 0.000127
+gallium_dri.so free 0x55717346e2c0 void 0.000128
+gallium_dri.so free 0x55717346e270 void 0.000127
+gallium_dri.so malloc 72 0x55717346e270 0.000126
+gallium_dri.so free 0x55717346e3c0 void 0.000129
+gallium_dri.so free 0x55717346e270 void 0.000127
+gallium_dri.so malloc 72 0x55717346e370 0.000184
+gallium_dri.so free 0x55717346e480 void 0.000129
+gallium_dri.so free 0x55717346e370 void 0.000128
+gallium_dri.so malloc 72 0x55717346e430 0.000126
+gallium_dri.so free 0x55717346e4c0 void 0.000127
+gallium_dri.so free 0x55717346e430 void 0.000127
+gallium_dri.so malloc 72 0x55717346e430 0.000129
+gallium_dri.so free 0x55717346e580 void 0.000128
+gallium_dri.so free 0x55717346e430 void 0.000127
+gallium_dri.so malloc 72 0x55717346e5c0 0.000127
+gallium_dri.so free 0x55717346e640 void 0.000127
+gallium_dri.so free 0x55717346e5c0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e640 0.000134
+gallium_dri.so free 0x55717346e700 void 0.000123
+gallium_dri.so free 0x55717346e640 void 0.000122
+gallium_dri.so malloc 72 0x55717346e640 0.000120
+gallium_dri.so free 0x55717346e7c0 void 0.000121
+gallium_dri.so free 0x55717346e640 void 0.000120
+gallium_dri.so malloc 72 0x55717346e7e0 0.000121
+gallium_dri.so free 0x55717346e880 void 0.000122
+gallium_dri.so free 0x55717346e7e0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e830 0.000122
+gallium_dri.so free 0x55717346e900 void 0.000122
+gallium_dri.so free 0x55717346e830 void 0.000122
+gallium_dri.so malloc 72 0x55717346e830 0.000121
+gallium_dri.so free 0x55717346e980 void 0.000125
+gallium_dri.so free 0x55717346e830 void 0.000122
+gallium_dri.so malloc 72 0x55717346e980 0.000122
+gallium_dri.so free 0x55717346ea40 void 0.000123
+gallium_dri.so free 0x55717346e980 void 0.000121
+gallium_dri.so malloc 72 0x55717346e980 0.000122
+gallium_dri.so free 0x55717346eb00 void 0.000121
+gallium_dri.so free 0x55717346e980 void 0.000121
+gallium_dri.so malloc 72 0x55717346e980 0.000120
+gallium_dri.so free 0x55717346ebc0 void 0.000120
+gallium_dri.so free 0x55717346e980 void 0.000120
+gallium_dri.so malloc 72 0x55717346eb70 0.000121
+gallium_dri.so free 0x55717346ec80 void 0.000123
+gallium_dri.so free 0x55717346eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec30 0.000120
+gallium_dri.so free 0x55717346ed00 void 0.000123
+gallium_dri.so free 0x55717346ec30 void 0.000121
+gallium_dri.so malloc 72 0x55717346ed50 0.000122
+gallium_dri.so free 0x55717346edc0 void 0.000121
+gallium_dri.so free 0x55717346ed50 void 0.000122
+gallium_dri.so malloc 72 0x55717346ede0 0.000121
+gallium_dri.so free 0x55717346ee80 void 0.000121
+gallium_dri.so free 0x55717346ede0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ee30 0.000121
+gallium_dri.so free 0x55717346ef00 void 0.000122
+gallium_dri.so free 0x55717346ee30 void 0.000146
+gallium_dri.so malloc 72 0x55717346ee30 0.000121
+gallium_dri.so free 0x55717346ef80 void 0.000122
+gallium_dri.so free 0x55717346ee30 void 0.000121
+gallium_dri.so malloc 72 0x55717346ef80 0.000121
+gallium_dri.so free 0x55717346f040 void 0.000121
+gallium_dri.so free 0x55717346ef80 void 0.000121
+gallium_dri.so malloc 72 0x55717346ef80 0.000122
+gallium_dri.so free 0x55717346f140 void 0.000120
+gallium_dri.so free 0x55717346ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717346f0f0 0.000120
+gallium_dri.so free 0x55717346f180 void 0.000121
+gallium_dri.so free 0x55717346f0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346f0f0 0.000121
+gallium_dri.so free 0x55717346f240 void 0.000121
+gallium_dri.so free 0x55717346f0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346f280 0.000122
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so free 0x55717346f280 void 0.000121
+gallium_dri.so malloc 72 0x55717346f300 0.000122
+gallium_dri.so free 0x55717346f3c0 void 0.000121
+gallium_dri.so free 0x55717346f300 void 0.000124
+gallium_dri.so malloc 72 0x55717346f300 0.000144
+gallium_dri.so free 0x5571735da8c0 void 0.000152
+gallium_dri.so free 0x55717346f300 void 0.000122
+gallium_dri.so malloc 72 0x55717346f300 0.000132
+gallium_dri.so free 0x5571735da980 void 0.000121
+gallium_dri.so free 0x55717346f300 void 0.000122
+gallium_dri.so malloc 72 0x5571735da930 0.000126
+gallium_dri.so free 0x5571735da980 void 0.000122
+gallium_dri.so free 0x5571735da930 void 0.000121
+gallium_dri.so malloc 72 0x5571735da930 0.000121
+gallium_dri.so free 0x5571735daa80 void 0.000121
+gallium_dri.so free 0x5571735da930 void 0.000121
+gallium_dri.so malloc 72 0x5571735daa30 0.000120
+gallium_dri.so free 0x5571735dab40 void 0.000122
+gallium_dri.so free 0x5571735daa30 void 0.000122
+gallium_dri.so malloc 72 0x5571735daaf0 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000125
+gallium_dri.so free 0x5571735daaf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735daaf0 0.000124
+gallium_dri.so free 0x5571735dac40 void 0.000122
+gallium_dri.so free 0x5571735daaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac80 0.000123
+gallium_dri.so free 0x5571735dad00 void 0.000122
+gallium_dri.so free 0x5571735dac80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dad00 0.000122
+gallium_dri.so free 0x5571735dadc0 void 0.000122
+gallium_dri.so free 0x5571735dad00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dad00 0.000122
+gallium_dri.so free 0x5571735dae80 void 0.000142
+gallium_dri.so free 0x5571735dad00 void 0.000123
+gallium_dri.so malloc 72 0x5571735daea0 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000122
+gallium_dri.so free 0x5571735daea0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daef0 0.000121
+gallium_dri.so free 0x5571735dafc0 void 0.000121
+gallium_dri.so free 0x5571735daef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735daef0 0.000120
+gallium_dri.so free 0x5571735db040 void 0.000122
+gallium_dri.so free 0x5571735daef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db040 0.000122
+gallium_dri.so free 0x5571735db100 void 0.000122
+gallium_dri.so free 0x5571735db040 void 0.000122
+gallium_dri.so malloc 72 0x5571735db040 0.000121
+gallium_dri.so free 0x5571735db1c0 void 0.000124
+gallium_dri.so free 0x5571735db040 void 0.000120
+gallium_dri.so malloc 72 0x5571735db040 0.000123
+gallium_dri.so free 0x5571735db280 void 0.000122
+gallium_dri.so free 0x5571735db040 void 0.000122
+gallium_dri.so malloc 72 0x5571735db230 0.000121
+gallium_dri.so free 0x5571735db340 void 0.000122
+gallium_dri.so free 0x5571735db230 void 0.000121
+gallium_dri.so malloc 72 0x5571735db2f0 0.000120
+gallium_dri.so free 0x5571735db3c0 void 0.000122
+gallium_dri.so free 0x5571735db2f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735db410 0.000189
+gallium_dri.so free 0x5571735db480 void 0.000159
+gallium_dri.so free 0x5571735db410 void 0.000121
+gallium_dri.so malloc 72 0x5571735db4a0 0.000118
+gallium_dri.so free 0x5571735db540 void 0.000121
+gallium_dri.so free 0x5571735db4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db4f0 0.000118
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so free 0x5571735db4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db4f0 0.000119
+gallium_dri.so free 0x5571735db640 void 0.000150
+gallium_dri.so free 0x5571735db4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db640 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000117
+gallium_dri.so free 0x5571735db800 void 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so malloc 72 0x5571735db7b0 0.000121
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000119
+gallium_dri.so free 0x5571735db7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db940 0.000130
+gallium_dri.so free 0x5571735db9c0 void 0.000119
+gallium_dri.so free 0x5571735db940 void 0.000117
+gallium_dri.so malloc 72 0x5571735db9c0 0.000118
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735db9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db9c0 0.000119
+gallium_dri.so free 0x5571735dbb00 void 0.000119
+gallium_dri.so free 0x5571735db9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbb30 0.000120
+gallium_dri.so free 0x5571735dbb80 void 0.000121
+gallium_dri.so free 0x5571735dbb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb30 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000120
+gallium_dri.so free 0x5571735dbb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000118
+gallium_dri.so free 0x5571735dbd40 void 0.000118
+gallium_dri.so free 0x5571735dbcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd40 0.000118
+gallium_dri.so free 0x5571735dbe00 void 0.000119
+gallium_dri.so free 0x5571735dbd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbd40 0.000119
+gallium_dri.so free 0x5571735dbe80 void 0.000117
+gallium_dri.so free 0x5571735dbd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000141
+gallium_dri.so free 0x5571735dbf00 void 0.000120
+gallium_dri.so free 0x5571735dbeb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000119
+gallium_dri.so free 0x5571735dc000 void 0.000143
+gallium_dri.so free 0x5571735dbeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000119
+gallium_dri.so free 0x5571735dbfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc070 0.000119
+gallium_dri.so free 0x5571735dc140 void 0.000120
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc070 0.000117
+gallium_dri.so free 0x5571735dc200 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc070 0.000122
+gallium_dri.so free 0x5571735dc2c0 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc270 0.000118
+gallium_dri.so free 0x5571735dc340 void 0.000119
+gallium_dri.so free 0x5571735dc270 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc390 0.000118
+gallium_dri.so free 0x5571735dc400 void 0.000119
+gallium_dri.so free 0x5571735dc390 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc420 0.000118
+gallium_dri.so free 0x5571735dc4c0 void 0.000119
+gallium_dri.so free 0x5571735dc420 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc470 0.000118
+gallium_dri.so free 0x5571735dc540 void 0.000193
+gallium_dri.so free 0x5571735dc470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc540 0.000120
+gallium_dri.so free 0x5571735dc600 void 0.000117
+gallium_dri.so free 0x5571735dc540 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc540 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000118
+gallium_dri.so free 0x5571735dc540 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc680 0.000116
+gallium_dri.so free 0x5571735dc740 void 0.000125
+gallium_dri.so free 0x5571735dc680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc680 0.000117
+gallium_dri.so free 0x5571735dc800 void 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc680 0.000118
+gallium_dri.so free 0x5571735dc8c0 void 0.000117
+gallium_dri.so free 0x5571735dc680 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc870 0.000118
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc990 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000119
+gallium_dri.so free 0x5571735dc990 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca40 0.000119
+gallium_dri.so free 0x5571735dcac0 void 0.000118
+gallium_dri.so free 0x5571735dca40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca40 0.000127
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dca40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcb70 0.000118
+gallium_dri.so free 0x5571735dcbc0 void 0.000119
+gallium_dri.so free 0x5571735dcb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcb70 0.000118
+gallium_dri.so free 0x5571735dccc0 void 0.000118
+gallium_dri.so free 0x5571735dcb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcc70 0.000118
+gallium_dri.so free 0x5571735dcd80 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcef0 0.000120
+gallium_dri.so free 0x5571735dcf40 void 0.000118
+gallium_dri.so free 0x5571735dcef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcef0 0.000120
+gallium_dri.so free 0x5571735dd040 void 0.000118
+gallium_dri.so free 0x5571735dcef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcff0 0.000119
+gallium_dri.so free 0x5571735dd100 void 0.000120
+gallium_dri.so free 0x5571735dcff0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000119
+gallium_dri.so free 0x5571735dd0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd240 0.000120
+gallium_dri.so free 0x5571735dd2c0 void 0.000119
+gallium_dri.so free 0x5571735dd240 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000119
+gallium_dri.so free 0x5571735dd380 void 0.000119
+gallium_dri.so free 0x5571735dd2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000118
+gallium_dri.so free 0x5571735dd440 void 0.000121
+gallium_dri.so free 0x5571735dd2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd460 0.000119
+gallium_dri.so free 0x5571735dd500 void 0.000120
+gallium_dri.so free 0x5571735dd460 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000119
+gallium_dri.so free 0x5571735dd580 void 0.000119
+gallium_dri.so free 0x5571735dd4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so free 0x5571735dd4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd600 0.000124
+gallium_dri.so free 0x5571735dd6c0 void 0.000179
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd600 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd600 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000146
+gallium_dri.so free 0x5571735dd600 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000118
+gallium_dri.so free 0x5571735dd900 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000118
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9d0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000119
+gallium_dri.so free 0x5571735dd9d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dda60 0.000118
+gallium_dri.so free 0x5571735ddb00 void 0.000119
+gallium_dri.so free 0x5571735dda60 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddab0 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddab0 0.000118
+gallium_dri.so free 0x5571735ddc00 void 0.000119
+gallium_dri.so free 0x5571735ddab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddc00 0.000121
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc00 0.000119
+gallium_dri.so free 0x5571735dddc0 void 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd70 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so free 0x5571735ddd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd70 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735ddd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf00 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000119
+gallium_dri.so free 0x5571735ddf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf80 0.000118
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf80 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0f0 0.000120
+gallium_dri.so free 0x5571735de140 void 0.000119
+gallium_dri.so free 0x5571735de0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de0f0 0.000119
+gallium_dri.so free 0x5571735de240 void 0.000119
+gallium_dri.so free 0x5571735de0f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735de280 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000118
+gallium_dri.so free 0x5571735de280 void 0.000117
+gallium_dri.so malloc 72 0x5571735de300 0.000119
+gallium_dri.so free 0x5571735de3c0 void 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000119
+gallium_dri.so malloc 72 0x5571735de300 0.000117
+gallium_dri.so free 0x5571735de440 void 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000117
+gallium_dri.so malloc 72 0x5571735de470 0.000118
+gallium_dri.so free 0x5571735de4c0 void 0.000116
+gallium_dri.so free 0x5571735de470 void 0.000117
+gallium_dri.so malloc 72 0x5571735de470 0.000117
+gallium_dri.so free 0x5571735de5c0 void 0.000118
+gallium_dri.so free 0x5571735de470 void 0.000118
+gallium_dri.so malloc 72 0x5571735de570 0.000123
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so free 0x5571735de570 void 0.000119
+gallium_dri.so malloc 72 0x5571735de630 0.000118
+gallium_dri.so free 0x5571735de700 void 0.000119
+gallium_dri.so free 0x5571735de630 void 0.000118
+gallium_dri.so malloc 72 0x5571735de630 0.000117
+gallium_dri.so free 0x5571735de7c0 void 0.000119
+gallium_dri.so free 0x5571735de630 void 0.000119
+gallium_dri.so malloc 72 0x5571735de630 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000176
+gallium_dri.so free 0x5571735de630 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000118
+gallium_dri.so free 0x5571735de900 void 0.000119
+gallium_dri.so free 0x5571735de830 void 0.000128
+gallium_dri.so malloc 72 0x5571735de950 0.000121
+gallium_dri.so free 0x5571735de9c0 void 0.000118
+gallium_dri.so free 0x5571735de950 void 0.000119
+gallium_dri.so malloc 72 0x5571735de9e0 0.000118
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de9e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dea30 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea30 void 0.000119
+gallium_dri.so malloc 72 0x5571735deb00 0.000119
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x5571735deb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735deb00 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec40 0.000117
+gallium_dri.so free 0x5571735ded00 void 0.000117
+gallium_dri.so free 0x5571735dec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dec40 0.000117
+gallium_dri.so free 0x5571735dedc0 void 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000155
+gallium_dri.so malloc 72 0x5571735dec40 0.000123
+gallium_dri.so free 0x5571735dee80 void 0.000121
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee30 0.000118
+gallium_dri.so free 0x5571735def00 void 0.000119
+gallium_dri.so free 0x5571735dee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735def50 0.000118
+gallium_dri.so free 0x5571735defc0 void 0.000118
+gallium_dri.so free 0x5571735def50 void 0.000119
+gallium_dri.so malloc 72 0x5571735df000 0.000118
+gallium_dri.so free 0x5571735df080 void 0.000120
+gallium_dri.so free 0x5571735df000 void 0.000122
+gallium_dri.so malloc 72 0x5571735df000 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000118
+gallium_dri.so malloc 72 0x5571735df130 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000118
+gallium_dri.so free 0x5571735df130 void 0.000118
+gallium_dri.so malloc 72 0x5571735df130 0.000120
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df130 void 0.000119
+gallium_dri.so malloc 72 0x5571735df230 0.000118
+gallium_dri.so free 0x5571735df340 void 0.000120
+gallium_dri.so free 0x5571735df230 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df380 void 0.000158
+gallium_dri.so free 0x5571735df2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735df440 void 0.000117
+gallium_dri.so free 0x5571735df2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4b0 0.000167
+gallium_dri.so free 0x5571735df500 void 0.000230
+gallium_dri.so free 0x5571735df4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df4b0 0.000117
+gallium_dri.so free 0x5571735df600 void 0.000116
+gallium_dri.so free 0x5571735df4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5b0 0.000117
+gallium_dri.so free 0x5571735df6c0 void 0.000125
+gallium_dri.so free 0x5571735df5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df670 0.000116
+gallium_dri.so free 0x5571735df700 void 0.000116
+gallium_dri.so free 0x5571735df670 void 0.000115
+gallium_dri.so malloc 72 0x5571735df670 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df670 void 0.000114
+gallium_dri.so malloc 72 0x5571735df800 0.000113
+gallium_dri.so free 0x5571735df880 void 0.000115
+gallium_dri.so free 0x5571735df800 void 0.000114
+gallium_dri.so malloc 72 0x5571735df880 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000116
+gallium_dri.so free 0x5571735df880 void 0.000115
+gallium_dri.so malloc 72 0x5571735df880 0.000124
+gallium_dri.so free 0x5571735dfa00 void 0.000114
+gallium_dri.so free 0x5571735df880 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa20 0.000113
+gallium_dri.so free 0x5571735dfac0 void 0.000112
+gallium_dri.so free 0x5571735dfa20 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfa70 0.000111
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735dfa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfa70 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000113
+gallium_dri.so free 0x5571735dfa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000113
+gallium_dri.so free 0x5571735dfc80 void 0.000112
+gallium_dri.so free 0x5571735dfbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000116
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000116
+gallium_dri.so free 0x5571735dfe00 void 0.000116
+gallium_dri.so free 0x5571735dfbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000114
+gallium_dri.so free 0x5571735dfec0 void 0.000116
+gallium_dri.so free 0x5571735dfdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dff90 0.000124
+gallium_dri.so free 0x5571735e0000 void 0.000117
+gallium_dri.so free 0x5571735dff90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0020 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000113
+gallium_dri.so free 0x5571735e0020 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0070 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0070 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000116
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735e0380 void 0.000116
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0330 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0330 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0330 0.000115
+gallium_dri.so free 0x5571735e0480 void 0.000116
+gallium_dri.so free 0x5571735e0330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04c0 0.000114
+gallium_dri.so free 0x5571735e0540 void 0.000114
+gallium_dri.so free 0x5571735e04c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0540 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000169
+gallium_dri.so free 0x5571735e0540 void 0.000165
+gallium_dri.so malloc 72 0x5571735e0540 0.000171
+gallium_dri.so free 0x5571735e0680 void 0.000122
+gallium_dri.so free 0x5571735e0540 void 0.000122
+gallium_dri.so malloc 72 0x5571735e06b0 0.000122
+gallium_dri.so free 0x5571735e0700 void 0.000122
+gallium_dri.so free 0x5571735e06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e06b0 0.000122
+gallium_dri.so free 0x5571735e0800 void 0.000121
+gallium_dri.so free 0x5571735e06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0840 0.000120
+gallium_dri.so free 0x5571735e08c0 void 0.000123
+gallium_dri.so free 0x5571735e0840 void 0.000123
+gallium_dri.so malloc 72 0x5571735e08c0 0.000119
+gallium_dri.so free 0x5571735e0980 void 0.000123
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08c0 0.000121
+gallium_dri.so free 0x5571735e0a00 void 0.000121
+gallium_dri.so free 0x5571735e08c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a30 0.000122
+gallium_dri.so free 0x5571735e0a80 void 0.000122
+gallium_dri.so free 0x5571735e0a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0a30 0.000119
+gallium_dri.so free 0x5571735e0b80 void 0.000129
+gallium_dri.so free 0x5571735e0a30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0b30 0.000123
+gallium_dri.so free 0x5571735e0c40 void 0.000123
+gallium_dri.so free 0x5571735e0b30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000121
+gallium_dri.so free 0x5571735e0cc0 void 0.000123
+gallium_dri.so free 0x5571735e0bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000119
+gallium_dri.so free 0x5571735e0d80 void 0.000121
+gallium_dri.so free 0x5571735e0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x5571735e0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0bf0 0.000118
+gallium_dri.so free 0x5571735eb480 void 0.000122
+gallium_dri.so free 0x5571735e0bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb430 0.000121
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so free 0x5571735eb430 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000120
+gallium_dri.so free 0x5571735eb580 void 0.000121
+gallium_dri.so free 0x5571735eb4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000122
+gallium_dri.so free 0x5571735eb640 void 0.000124
+gallium_dri.so free 0x5571735eb4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb690 0.000124
+gallium_dri.so free 0x5571735eb700 void 0.000123
+gallium_dri.so free 0x5571735eb690 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb740 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so free 0x5571735eb740 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000122
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000121
+gallium_dri.so free 0x5571735eb900 void 0.000122
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb930 0.000122
+gallium_dri.so free 0x5571735eb980 void 0.000122
+gallium_dri.so free 0x5571735eb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb930 0.000118
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so free 0x5571735eb930 void 0.000122
+gallium_dri.so malloc 72 0x5571735eba30 0.000122
+gallium_dri.so free 0x5571735ebb40 void 0.000123
+gallium_dri.so free 0x5571735eba30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000122
+gallium_dri.so free 0x5571735ebbc0 void 0.000122
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000121
+gallium_dri.so free 0x5571735ebc80 void 0.000139
+gallium_dri.so free 0x5571735ebbe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc30 0.000117
+gallium_dri.so free 0x5571735ebd00 void 0.000120
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc30 0.000120
+gallium_dri.so free 0x5571735ebd80 void 0.000121
+gallium_dri.so free 0x5571735ebc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebd80 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd80 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000121
+gallium_dri.so free 0x5571735ebd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd80 0.000121
+gallium_dri.so free 0x5571735ebfc0 void 0.000123
+gallium_dri.so free 0x5571735ebd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf70 0.000125
+gallium_dri.so free 0x5571735ebfc0 void 0.000119
+gallium_dri.so free 0x5571735ebf70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf70 0.000116
+gallium_dri.so free 0x5571735ec0c0 void 0.000117
+gallium_dri.so free 0x5571735ebf70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec070 0.000116
+gallium_dri.so free 0x5571735ec180 void 0.000116
+gallium_dri.so free 0x5571735ec070 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec130 0.000114
+gallium_dri.so free 0x5571735ec1c0 void 0.000117
+gallium_dri.so free 0x5571735ec130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec130 0.000115
+gallium_dri.so free 0x5571735ec280 void 0.000116
+gallium_dri.so free 0x5571735ec130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec340 0.000117
+gallium_dri.so free 0x5571735ec400 void 0.000117
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec340 0.000115
+gallium_dri.so free 0x5571735ec4c0 void 0.000117
+gallium_dri.so free 0x5571735ec340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000115
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec680 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec680 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec680 0.000116
+gallium_dri.so free 0x5571735ec8c0 void 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec870 0.000115
+gallium_dri.so free 0x5571735ec980 void 0.000115
+gallium_dri.so free 0x5571735ec870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec930 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000117
+gallium_dri.so free 0x5571735ec930 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca50 0.000112
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735eca50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecae0 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000116
+gallium_dri.so free 0x5571735ecae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb30 0.000120
+gallium_dri.so free 0x5571735ecc00 void 0.000115
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc80 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc80 0.000114
+gallium_dri.so free 0x5571735ece40 void 0.000188
+gallium_dri.so free 0x5571735ecc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000117
+gallium_dri.so free 0x5571735ecdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735ecdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf80 0.000112
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed000 0.000113
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed000 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed170 0.000116
+gallium_dri.so free 0x5571735ed1c0 void 0.000116
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000116
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed300 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed380 0.000114
+gallium_dri.so free 0x5571735ed440 void 0.000127
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed380 0.000114
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000115
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so free 0x5571735ed4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so free 0x5571735ed5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000115
+gallium_dri.so free 0x5571735ed780 void 0.000116
+gallium_dri.so free 0x5571735ed6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000116
+gallium_dri.so free 0x5571735ed840 void 0.000116
+gallium_dri.so free 0x5571735ed6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000114
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed980 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000126
+gallium_dri.so free 0x5571735ed9d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda60 0.000112
+gallium_dri.so free 0x5571735edb00 void 0.000119
+gallium_dri.so free 0x5571735eda60 void 0.000113
+gallium_dri.so malloc 72 0x5571735edab0 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb80 0.000116
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edb80 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000112
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfd0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edfd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee080 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000115
+gallium_dri.so free 0x5571735ee1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000112
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so free 0x5571735ee2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee400 void 0.000114
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee370 0.000113
+gallium_dri.so free 0x5571735ee4c0 void 0.000115
+gallium_dri.so free 0x5571735ee370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000113
+gallium_dri.so free 0x5571735ee680 void 0.000115
+gallium_dri.so free 0x5571735ee530 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000113
+gallium_dri.so free 0x5571735ee780 void 0.000116
+gallium_dri.so free 0x5571735ee6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee880 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee880 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee900 0.000115
+gallium_dri.so free 0x5571735ee9c0 void 0.000115
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee900 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eeaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000153
+gallium_dri.so malloc 72 0x5571735eec40 0.000118
+gallium_dri.so free 0x5571735eed00 void 0.000106
+gallium_dri.so free 0x5571735eec40 void 0.000233
+gallium_dri.so malloc 72 0x5571735eec40 0.000211
+gallium_dri.so free 0x5571735eedc0 void 0.000117
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec40 0.000115
+gallium_dri.so free 0x5571735eee80 void 0.000116
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee30 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000116
+gallium_dri.so free 0x5571735eee30 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeef0 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eeef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef010 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735ef010 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000117
+gallium_dri.so free 0x5571735ef0a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000115
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000125
+gallium_dri.so free 0x5571735ef0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef240 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef240 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef240 0.000158
+gallium_dri.so free 0x5571735ef400 void 0.000128
+gallium_dri.so free 0x5571735ef240 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000123
+gallium_dri.so free 0x5571735ef440 void 0.000118
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef540 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000113
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000112
+gallium_dri.so free 0x5571735ef780 void 0.000113
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000123
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so free 0x5571735ef8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef940 0.000113
+gallium_dri.so free 0x5571735efa00 void 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef940 0.000111
+gallium_dri.so free 0x5571735efa80 void 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000112
+gallium_dri.so free 0x5571735efab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efab0 0.000123
+gallium_dri.so free 0x5571735efc00 void 0.000119
+gallium_dri.so free 0x5571735efab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efbb0 0.000117
+gallium_dri.so free 0x5571735efcc0 void 0.000116
+gallium_dri.so free 0x5571735efbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efd40 void 0.000116
+gallium_dri.so free 0x5571735efc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc70 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000180
+gallium_dri.so free 0x5571735efec0 void 0.000117
+gallium_dri.so free 0x5571735efc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe70 0.000115
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff90 0.000116
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735eff90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0020 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0020 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0070 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0140 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0140 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0280 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0280 0.000114
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000125
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f0470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0590 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000113
+gallium_dri.so free 0x5571735f0590 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0640 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0640 0.000112
+gallium_dri.so free 0x5571735f0740 void 0.000114
+gallium_dri.so free 0x5571735f0640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0770 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000113
+gallium_dri.so free 0x5571735f0770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0770 0.000112
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0770 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0870 0.000112
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0930 0.000114
+gallium_dri.so free 0x5571735f09c0 void 0.000113
+gallium_dri.so free 0x5571735f0930 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0930 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000106
+gallium_dri.so free 0x5571735f0930 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0af0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000140
+gallium_dri.so free 0x5571735f0af0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f0af0 0.000107
+gallium_dri.so free 0x5571735f0c40 void 0.000190
+gallium_dri.so free 0x5571735f0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000112
+gallium_dri.so free 0x5571735f0d00 void 0.000113
+gallium_dri.so free 0x5571735f0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e40 0.000115
+gallium_dri.so free 0x5571735f0ec0 void 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000117
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000116
+gallium_dri.so free 0x5571735f1040 void 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1060 0.000127
+gallium_dri.so free 0x5571735f1100 void 0.000116
+gallium_dri.so free 0x5571735f1060 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10b0 0.000115
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1200 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1200 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1200 0.000115
+gallium_dri.so free 0x5571735f1440 void 0.000116
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f13f0 0.000117
+gallium_dri.so free 0x5571735f1500 void 0.000117
+gallium_dri.so free 0x5571735f13f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f14b0 0.000115
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15d0 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f15d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1660 0.000121
+gallium_dri.so free 0x5571735f1700 void 0.000116
+gallium_dri.so free 0x5571735f1660 void 0.000116
+gallium_dri.so malloc 72 0x5571735f16b0 0.000126
+gallium_dri.so free 0x5571735f1780 void 0.000117
+gallium_dri.so free 0x5571735f16b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f16b0 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000115
+gallium_dri.so free 0x5571735f16b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1800 0.000115
+gallium_dri.so free 0x5571735f18c0 void 0.000115
+gallium_dri.so free 0x5571735f1800 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1800 0.000118
+gallium_dri.so free 0x5571735f19c0 void 0.000116
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000117
+gallium_dri.so free 0x5571735f1a00 void 0.000116
+gallium_dri.so free 0x5571735f1970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1970 0.000115
+gallium_dri.so free 0x5571735f1ac0 void 0.000116
+gallium_dri.so free 0x5571735f1970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1b00 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b80 0.000115
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000140
+gallium_dri.so malloc 72 0x5571735f1b80 0.000150
+gallium_dri.so free 0x5571735f1cc0 void 0.000149
+gallium_dri.so free 0x5571735f1b80 void 0.000154
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000150
+gallium_dri.so free 0x5571735f1d40 void 0.000146
+gallium_dri.so free 0x5571735f1cf0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000153
+gallium_dri.so free 0x5571735f1e40 void 0.000154
+gallium_dri.so free 0x5571735f1cf0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f1e80 0.000155
+gallium_dri.so free 0x5571735f1f00 void 0.000257
+gallium_dri.so free 0x5571735f1e80 void 0.000155
+gallium_dri.so malloc 72 0x5571735f1f00 0.000153
+gallium_dri.so free 0x5571735f1fc0 void 0.000155
+gallium_dri.so free 0x5571735f1f00 void 0.000250
+gallium_dri.so malloc 72 0x5571735f1f00 0.000255
+gallium_dri.so free 0x5571735f2040 void 0.000225
+gallium_dri.so free 0x5571735f1f00 void 0.000263
+gallium_dri.so malloc 72 0x5571735f2070 0.000296
+gallium_dri.so free 0x5571735f20c0 void 0.000290
+gallium_dri.so free 0x5571735f2070 void 0.000287
+gallium_dri.so malloc 72 0x5571735f2070 0.000239
+gallium_dri.so free 0x5571735f21c0 void 0.000166
+gallium_dri.so free 0x5571735f2070 void 0.000168
+gallium_dri.so malloc 72 0x5571735f2170 0.000130
+gallium_dri.so free 0x5571735f2280 void 0.000132
+gallium_dri.so free 0x5571735f2170 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2230 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000122
+gallium_dri.so free 0x5571735f2230 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2230 0.000127
+gallium_dri.so free 0x5571735f23c0 void 0.000122
+gallium_dri.so free 0x5571735f2230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2230 0.000131
+gallium_dri.so free 0x5571735f2480 void 0.000131
+gallium_dri.so free 0x5571735f2230 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2430 0.000126
+gallium_dri.so free 0x5571735f2500 void 0.000129
+gallium_dri.so free 0x5571735f2430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2550 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000126
+gallium_dri.so free 0x5571735f2550 void 0.000127
+gallium_dri.so malloc 72 0x5571735f25e0 0.000125
+gallium_dri.so free 0x5571735f2680 void 0.000155
+gallium_dri.so free 0x5571735f25e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2630 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f2630 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2700 0.000125
+gallium_dri.so free 0x5571735f27c0 void 0.000123
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2700 0.000119
+gallium_dri.so free 0x5571735f4980 void 0.000128
+gallium_dri.so free 0x5571735f2700 void 0.000125
+gallium_dri.so malloc 72 0x5571735f49d0 0.000121
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4a60 0.000142
+gallium_dri.so free 0x5571735f4b00 void 0.000130
+gallium_dri.so free 0x5571735f4a60 void 0.000127
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000123
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so free 0x5571735f4ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000131
+gallium_dri.so free 0x5571735f4c00 void 0.000131
+gallium_dri.so free 0x5571735f4ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4c00 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000125
+gallium_dri.so free 0x5571735f4c00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4c00 0.000130
+gallium_dri.so free 0x5571735f4dc0 void 0.000160
+gallium_dri.so free 0x5571735f4c00 void 0.000234
+gallium_dri.so malloc 72 0x5571735f4d70 0.000224
+gallium_dri.so free 0x5571735f4e00 void 0.000199
+gallium_dri.so free 0x5571735f4d70 void 0.000223
+gallium_dri.so malloc 72 0x5571735f4d70 0.000202
+gallium_dri.so free 0x5571735f4ec0 void 0.000267
+gallium_dri.so free 0x5571735f4d70 void 0.000164
+gallium_dri.so malloc 72 0x5571735f4f00 0.000205
+gallium_dri.so free 0x5571735f4f80 void 0.000167
+gallium_dri.so free 0x5571735f4f00 void 0.000208
+gallium_dri.so malloc 72 0x5571735f4f80 0.000126
+gallium_dri.so free 0x5571735f5040 void 0.000124
+gallium_dri.so free 0x5571735f4f80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4f80 0.000125
+gallium_dri.so free 0x5571735f50c0 void 0.000125
+gallium_dri.so free 0x5571735f4f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f50f0 0.000126
+gallium_dri.so free 0x5571735f5140 void 0.000126
+gallium_dri.so free 0x5571735f50f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f50f0 0.000125
+gallium_dri.so free 0x5571735f5240 void 0.000125
+gallium_dri.so free 0x5571735f50f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5280 0.000123
+gallium_dri.so free 0x5571735f5300 void 0.000124
+gallium_dri.so free 0x5571735f5280 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5300 0.000123
+gallium_dri.so free 0x5571735f53c0 void 0.000124
+gallium_dri.so free 0x5571735f5300 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5300 0.000119
+gallium_dri.so free 0x5571735f5440 void 0.000116
+gallium_dri.so free 0x5571735f5300 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5470 0.000116
+gallium_dri.so free 0x5571735f54c0 void 0.000117
+gallium_dri.so free 0x5571735f5470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5470 0.000117
+gallium_dri.so free 0x5571735f55c0 void 0.000117
+gallium_dri.so free 0x5571735f5470 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5570 0.000116
+gallium_dri.so free 0x5571735f5680 void 0.000116
+gallium_dri.so free 0x5571735f5570 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5630 0.000116
+gallium_dri.so free 0x5571735f5700 void 0.000118
+gallium_dri.so free 0x5571735f5630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5630 0.000118
+gallium_dri.so free 0x5571735f57c0 void 0.000116
+gallium_dri.so free 0x5571735f5630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5630 0.000116
+gallium_dri.so free 0x5571735f5880 void 0.000116
+gallium_dri.so free 0x5571735f5630 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5830 0.000121
+gallium_dri.so free 0x5571735f5900 void 0.000116
+gallium_dri.so free 0x5571735f5830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5950 0.000116
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so free 0x5571735f5950 void 0.000125
+gallium_dri.so malloc 72 0x5571735f59e0 0.000131
+gallium_dri.so free 0x5571735f5a80 void 0.000126
+gallium_dri.so free 0x5571735f59e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5a30 0.000126
+gallium_dri.so free 0x5571735f5b00 void 0.000126
+gallium_dri.so free 0x5571735f5a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5b00 0.000125
+gallium_dri.so free 0x5571735f5bc0 void 0.000126
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5b00 0.000120
+gallium_dri.so free 0x5571735f5c40 void 0.000122
+gallium_dri.so free 0x5571735f5b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5c40 0.000119
+gallium_dri.so free 0x5571735f5d00 void 0.000120
+gallium_dri.so free 0x5571735f5c40 void 0.000147
+gallium_dri.so malloc 72 0x5571735f5c40 0.000124
+gallium_dri.so free 0x5571735f5dc0 void 0.000119
+gallium_dri.so free 0x5571735f5c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5c40 0.000117
+gallium_dri.so free 0x5571735f5e80 void 0.000119
+gallium_dri.so free 0x5571735f5c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5e30 0.000119
+gallium_dri.so free 0x5571735f5f00 void 0.000119
+gallium_dri.so free 0x5571735f5e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5f50 0.000119
+gallium_dri.so free 0x5571735f5fc0 void 0.000131
+gallium_dri.so free 0x5571735f5f50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6000 0.000116
+gallium_dri.so free 0x5571735f6080 void 0.000112
+gallium_dri.so free 0x5571735f6000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6000 0.000112
+gallium_dri.so free 0x5571735f6100 void 0.000111
+gallium_dri.so free 0x5571735f6000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6130 0.000111
+gallium_dri.so free 0x5571735f6180 void 0.000112
+gallium_dri.so free 0x5571735f6130 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6130 0.000111
+gallium_dri.so free 0x5571735f6280 void 0.000111
+gallium_dri.so free 0x5571735f6130 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6230 0.000110
+gallium_dri.so free 0x5571735f6340 void 0.000110
+gallium_dri.so free 0x5571735f6230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f62f0 0.000112
+gallium_dri.so free 0x5571735f6380 void 0.000111
+gallium_dri.so free 0x5571735f62f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f62f0 0.000111
+gallium_dri.so free 0x5571735f6440 void 0.000113
+gallium_dri.so free 0x5571735f62f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f64b0 0.000114
+gallium_dri.so free 0x5571735f6500 void 0.000112
+gallium_dri.so free 0x5571735f64b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f64b0 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000111
+gallium_dri.so free 0x5571735f64b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65b0 0.000117
+gallium_dri.so free 0x5571735f66c0 void 0.000116
+gallium_dri.so free 0x5571735f65b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6670 0.000114
+gallium_dri.so free 0x5571735f6700 void 0.000117
+gallium_dri.so free 0x5571735f6670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6670 0.000115
+gallium_dri.so free 0x5571735f67c0 void 0.000117
+gallium_dri.so free 0x5571735f6670 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6800 0.000115
+gallium_dri.so free 0x5571735f6880 void 0.000116
+gallium_dri.so free 0x5571735f6800 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6880 0.000116
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so free 0x5571735f6880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6880 0.000115
+gallium_dri.so free 0x5571735f6a00 void 0.000118
+gallium_dri.so free 0x5571735f6880 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6a20 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000116
+gallium_dri.so free 0x5571735f6a20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6a70 0.000115
+gallium_dri.so free 0x5571735f6b40 void 0.000116
+gallium_dri.so free 0x5571735f6a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6a70 0.000116
+gallium_dri.so free 0x5571735f6bc0 void 0.000116
+gallium_dri.so free 0x5571735f6a70 void 0.000177
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000120
+gallium_dri.so free 0x5571735f6c80 void 0.000125
+gallium_dri.so free 0x5571735f6bc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000124
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so free 0x5571735f6bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bc0 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000120
+gallium_dri.so free 0x5571735f6bc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6db0 0.000124
+gallium_dri.so free 0x5571735f6ec0 void 0.000122
+gallium_dri.so free 0x5571735f6db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e70 0.000119
+gallium_dri.so free 0x5571735f6f40 void 0.000123
+gallium_dri.so free 0x5571735f6e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6f90 0.000118
+gallium_dri.so free 0x5571735f7000 void 0.000119
+gallium_dri.so free 0x5571735f6f90 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7020 0.000118
+gallium_dri.so free 0x5571735f70c0 void 0.000119
+gallium_dri.so free 0x5571735f7020 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7070 0.000119
+gallium_dri.so free 0x5571735f7140 void 0.000119
+gallium_dri.so free 0x5571735f7070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7070 0.000124
+gallium_dri.so free 0x5571735f71c0 void 0.000112
+gallium_dri.so free 0x5571735f7070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f71c0 0.000111
+gallium_dri.so free 0x5571735f7280 void 0.000111
+gallium_dri.so free 0x5571735f71c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f71c0 0.000110
+gallium_dri.so free 0x5571735f7380 void 0.000111
+gallium_dri.so free 0x5571735f71c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7330 0.000111
+gallium_dri.so free 0x5571735f73c0 void 0.000110
+gallium_dri.so free 0x5571735f7330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7330 0.000110
+gallium_dri.so free 0x5571735f7480 void 0.000111
+gallium_dri.so free 0x5571735f7330 void 0.000110
+gallium_dri.so malloc 72 0x5571735f74c0 0.000110
+gallium_dri.so free 0x5571735f7540 void 0.000110
+gallium_dri.so free 0x5571735f74c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7540 0.000110
+gallium_dri.so free 0x5571735f7600 void 0.000111
+gallium_dri.so free 0x5571735f7540 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7540 0.000144
+gallium_dri.so free 0x5571735f7680 void 0.000120
+gallium_dri.so free 0x5571735f7540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f76b0 0.000112
+gallium_dri.so free 0x5571735f7700 void 0.000111
+gallium_dri.so free 0x5571735f76b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f76b0 0.000119
+gallium_dri.so free 0x5571735f7800 void 0.000153
+gallium_dri.so free 0x5571735f76b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7840 0.000122
+gallium_dri.so free 0x5571735f78c0 void 0.000125
+gallium_dri.so free 0x5571735f7840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78c0 0.000118
+gallium_dri.so free 0x5571735f7980 void 0.000124
+gallium_dri.so free 0x5571735f78c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f78c0 0.000120
+gallium_dri.so free 0x5571735f7a00 void 0.000120
+gallium_dri.so free 0x5571735f78c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7a30 0.000123
+gallium_dri.so free 0x5571735f7a80 void 0.000127
+gallium_dri.so free 0x5571735f7a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a30 0.000117
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so free 0x5571735f7a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7b30 0.000119
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000118
+gallium_dri.so free 0x5571735f7cc0 void 0.000117
+gallium_dri.so free 0x5571735f7bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000196
+gallium_dri.so free 0x5571735f7d80 void 0.000181
+gallium_dri.so free 0x5571735f7bf0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000220
+gallium_dri.so free 0x5571735f7e40 void 0.000193
+gallium_dri.so free 0x5571735f7bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7df0 0.000124
+gallium_dri.so free 0x5571735f7ec0 void 0.000124
+gallium_dri.so free 0x5571735f7df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7f10 0.000123
+gallium_dri.so free 0x5571735f7f80 void 0.000125
+gallium_dri.so free 0x5571735f7f10 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7fa0 0.000125
+gallium_dri.so free 0x5571735f8040 void 0.000125
+gallium_dri.so free 0x5571735f7fa0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000125
+gallium_dri.so free 0x5571735f80c0 void 0.000126
+gallium_dri.so free 0x5571735f7ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f80c0 0.000124
+gallium_dri.so free 0x5571735f8180 void 0.000133
+gallium_dri.so free 0x5571735f80c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f80c0 0.000126
+gallium_dri.so free 0x5571735f8200 void 0.000118
+gallium_dri.so free 0x5571735f80c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8200 0.000123
+gallium_dri.so free 0x5571735f82c0 void 0.000125
+gallium_dri.so free 0x5571735f8200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8200 0.000118
+gallium_dri.so free 0x5571735f8380 void 0.000116
+gallium_dri.so free 0x5571735f8200 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8200 0.000125
+gallium_dri.so free 0x5571735f8440 void 0.000127
+gallium_dri.so free 0x5571735f8200 void 0.000125
+gallium_dri.so malloc 72 0x5571735f83f0 0.000125
+gallium_dri.so free 0x5571735f84c0 void 0.000125
+gallium_dri.so free 0x5571735f83f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8510 0.000121
+gallium_dri.so free 0x5571735f8580 void 0.000118
+gallium_dri.so free 0x5571735f8510 void 0.000117
+gallium_dri.so malloc 72 0x5571735f85c0 0.000118
+gallium_dri.so free 0x5571735f8640 void 0.000123
+gallium_dri.so free 0x5571735f85c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f85c0 0.000166
+gallium_dri.so free 0x5571735f86c0 void 0.000162
+gallium_dri.so free 0x5571735f85c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735f86f0 0.000133
+gallium_dri.so free 0x5571735f8740 void 0.000131
+gallium_dri.so free 0x5571735f86f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f86f0 0.000130
+gallium_dri.so free 0x5571735f8840 void 0.000132
+gallium_dri.so free 0x5571735f86f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f87f0 0.000131
+gallium_dri.so free 0x5571735f8900 void 0.000132
+gallium_dri.so free 0x5571735f87f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f88b0 0.000132
+gallium_dri.so free 0x5571735f8940 void 0.000127
+gallium_dri.so free 0x5571735f88b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f88b0 0.000129
+gallium_dri.so free 0x5571735f8a00 void 0.000131
+gallium_dri.so free 0x5571735f88b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8a70 0.000139
+gallium_dri.so free 0x5571735f8ac0 void 0.000127
+gallium_dri.so free 0x5571735f8a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8a70 0.000127
+gallium_dri.so free 0x5571735f8bc0 void 0.000125
+gallium_dri.so free 0x5571735f8a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8b70 0.000123
+gallium_dri.so free 0x5571735f8c80 void 0.000124
+gallium_dri.so free 0x5571735f8b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8c30 0.000129
+gallium_dri.so free 0x5571735f8cc0 void 0.000125
+gallium_dri.so free 0x5571735f8c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8c30 0.000131
+gallium_dri.so free 0x5571735f8d80 void 0.000123
+gallium_dri.so free 0x5571735f8c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8dc0 0.000126
+gallium_dri.so free 0x5571735f8e40 void 0.000130
+gallium_dri.so free 0x5571735f8dc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8e40 0.000220
+gallium_dri.so free 0x5571735f8f00 void 0.000131
+gallium_dri.so free 0x5571735f8e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8e40 0.000131
+gallium_dri.so free 0x5571735f8fc0 void 0.000142
+gallium_dri.so free 0x5571735f8e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8fe0 0.000182
+gallium_dri.so free 0x5571735f9080 void 0.000222
+gallium_dri.so free 0x5571735f8fe0 void 0.000226
+gallium_dri.so malloc 72 0x5571735f9030 0.000225
+gallium_dri.so free 0x5571735f9100 void 0.000223
+gallium_dri.so free 0x5571735f9030 void 0.000220
+gallium_dri.so malloc 72 0x5571735f9030 0.000219
+gallium_dri.so free 0x5571735f9180 void 0.000206
+gallium_dri.so free 0x5571735f9030 void 0.000211
+gallium_dri.so malloc 72 0x5571735f9180 0.000130
+gallium_dri.so free 0x5571735f9240 void 0.000132
+gallium_dri.so free 0x5571735f9180 void 0.000136
+gallium_dri.so malloc 72 0x5571735f9180 0.000232
+gallium_dri.so free 0x5571735f9300 void 0.000224
+gallium_dri.so free 0x5571735f9180 void 0.000197
+gallium_dri.so malloc 72 0x5571735f9180 0.000200
+gallium_dri.so free 0x5571735f93c0 void 0.000132
+gallium_dri.so free 0x5571735f9180 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9370 0.000131
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so free 0x5571735f9370 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9430 0.000126
+gallium_dri.so free 0x5571735f9500 void 0.000124
+gallium_dri.so free 0x5571735f9430 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9550 0.000131
+gallium_dri.so free 0x5571735f95c0 void 0.000131
+gallium_dri.so free 0x5571735f9550 void 0.000131
+gallium_dri.so malloc 72 0x5571735f95e0 0.000130
+gallium_dri.so free 0x5571735f9680 void 0.000130
+gallium_dri.so free 0x5571735f95e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9630 0.000125
+gallium_dri.so free 0x5571735f9700 void 0.000130
+gallium_dri.so free 0x5571735f9630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9630 0.000130
+gallium_dri.so free 0x5571735f9780 void 0.000130
+gallium_dri.so free 0x5571735f9630 void 0.000138
+gallium_dri.so malloc 72 0x5571735f9780 0.000132
+gallium_dri.so free 0x5571735f9840 void 0.000131
+gallium_dri.so free 0x5571735f9780 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9780 0.000131
+gallium_dri.so free 0x5571735f9940 void 0.000126
+gallium_dri.so free 0x5571735f9780 void 0.000127
+gallium_dri.so malloc 72 0x5571735f98f0 0.000133
+gallium_dri.so free 0x5571735f9980 void 0.000132
+gallium_dri.so free 0x5571735f98f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f98f0 0.000131
+gallium_dri.so free 0x5571735f9a40 void 0.000124
+gallium_dri.so free 0x5571735f98f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9a80 0.000128
+gallium_dri.so free 0x5571735f9b00 void 0.000133
+gallium_dri.so free 0x5571735f9a80 void 0.000158
+gallium_dri.so malloc 72 0x5571735f9b00 0.000227
+gallium_dri.so free 0x5571735f9bc0 void 0.000132
+gallium_dri.so free 0x5571735f9b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9b00 0.000132
+gallium_dri.so free 0x5571735f9c40 void 0.000185
+gallium_dri.so free 0x5571735f9b00 void 0.000213
+gallium_dri.so malloc 72 0x5571735f9c70 0.000241
+gallium_dri.so free 0x5571735f9cc0 void 0.000221
+gallium_dri.so free 0x5571735f9c70 void 0.000221
+gallium_dri.so malloc 72 0x5571735f9c70 0.000225
+gallium_dri.so free 0x5571735f9dc0 void 0.000223
+gallium_dri.so free 0x5571735f9c70 void 0.000224
+gallium_dri.so malloc 72 0x5571735f9e00 0.000220
+gallium_dri.so free 0x5571735f9e80 void 0.000206
+gallium_dri.so free 0x5571735f9e00 void 0.000211
+gallium_dri.so malloc 72 0x5571735f9e80 0.000129
+gallium_dri.so free 0x5571735f9f40 void 0.000130
+gallium_dri.so free 0x5571735f9e80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9e80 0.000195
+gallium_dri.so free 0x5571735f9fc0 void 0.000183
+gallium_dri.so free 0x5571735f9e80 void 0.000281
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000181
+gallium_dri.so free 0x5571735fa040 void 0.000224
+gallium_dri.so free 0x5571735f9ff0 void 0.000224
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000196
+gallium_dri.so free 0x5571735fa140 void 0.000211
+gallium_dri.so free 0x5571735f9ff0 void 0.000176
+gallium_dri.so malloc 72 0x5571735fa0f0 0.000126
+gallium_dri.so free 0x5571735fa200 void 0.000127
+gallium_dri.so free 0x5571735fa0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000124
+gallium_dri.so free 0x5571735fa280 void 0.000125
+gallium_dri.so free 0x5571735fa1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000125
+gallium_dri.so free 0x5571735fa340 void 0.000126
+gallium_dri.so free 0x5571735fa1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000124
+gallium_dri.so free 0x5571735fa400 void 0.000124
+gallium_dri.so free 0x5571735fa1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000123
+gallium_dri.so free 0x5571735fa480 void 0.000123
+gallium_dri.so free 0x5571735fa3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa4d0 0.000117
+gallium_dri.so free 0x5571735fa540 void 0.000115
+gallium_dri.so free 0x5571735fa4d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa560 0.000116
+gallium_dri.so free 0x5571735fa600 void 0.000115
+gallium_dri.so free 0x5571735fa560 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000116
+gallium_dri.so free 0x5571735fa680 void 0.000115
+gallium_dri.so free 0x5571735fa5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa680 0.000115
+gallium_dri.so free 0x5571735fa740 void 0.000115
+gallium_dri.so free 0x5571735fa680 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa680 0.000115
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so free 0x5571735fa680 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000116
+gallium_dri.so free 0x5571735fa880 void 0.000115
+gallium_dri.so free 0x5571735fa7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000115
+gallium_dri.so free 0x5571735fa940 void 0.000116
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000120
+gallium_dri.so free 0x5571735faa00 void 0.000121
+gallium_dri.so free 0x5571735fa7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000116
+gallium_dri.so free 0x5571735faa80 void 0.000116
+gallium_dri.so free 0x5571735fa9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faad0 0.000131
+gallium_dri.so free 0x5571735fab40 void 0.000130
+gallium_dri.so free 0x5571735faad0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fab80 0.000131
+gallium_dri.so free 0x5571735fac00 void 0.000131
+gallium_dri.so free 0x5571735fab80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fab80 0.000132
+gallium_dri.so free 0x5571735fac80 void 0.000199
+gallium_dri.so free 0x5571735fab80 void 0.000124
+gallium_dri.so malloc 72 0x5571735facb0 0.000125
+gallium_dri.so free 0x5571735fad00 void 0.000126
+gallium_dri.so free 0x5571735facb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735facb0 0.000117
+gallium_dri.so free 0x5571735fae00 void 0.000119
+gallium_dri.so free 0x5571735facb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fadb0 0.000119
+gallium_dri.so free 0x5571735faec0 void 0.000117
+gallium_dri.so free 0x5571735fadb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae70 0.000123
+gallium_dri.so free 0x5571735faf00 void 0.000124
+gallium_dri.so free 0x5571735fae70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae70 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000117
+gallium_dri.so free 0x5571735fae70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb030 0.000126
+gallium_dri.so free 0x5571735fb080 void 0.000126
+gallium_dri.so free 0x5571735fb030 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571735fb180 void 0.000143
+gallium_dri.so free 0x5571735fb030 void 0.000190
+gallium_dri.so malloc 72 0x5571735fb130 0.000190
+gallium_dri.so free 0x5571735fb240 void 0.000154
+gallium_dri.so free 0x5571735fb130 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000117
+gallium_dri.so free 0x5571735fb1f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000120
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb380 0.000117
+gallium_dri.so free 0x5571735fb400 void 0.000119
+gallium_dri.so free 0x5571735fb380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb400 0.000119
+gallium_dri.so free 0x5571735fb4c0 void 0.000118
+gallium_dri.so free 0x5571735fb400 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb400 0.000118
+gallium_dri.so free 0x5571735fb580 void 0.000117
+gallium_dri.so free 0x5571735fb400 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb5a0 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000110
+gallium_dri.so free 0x5571735fb5a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000111
+gallium_dri.so free 0x5571735fb6c0 void 0.000110
+gallium_dri.so free 0x5571735fb5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb5f0 0.000111
+gallium_dri.so free 0x5571735fb740 void 0.000110
+gallium_dri.so free 0x5571735fb5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb740 0.000110
+gallium_dri.so free 0x5571735fb800 void 0.000109
+gallium_dri.so free 0x5571735fb740 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb740 0.000110
+gallium_dri.so free 0x5571735fb8c0 void 0.000110
+gallium_dri.so free 0x5571735fb740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb740 0.000112
+gallium_dri.so free 0x5571735fb980 void 0.000110
+gallium_dri.so free 0x5571735fb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb930 0.000115
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so free 0x5571735fb930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb9f0 0.000120
+gallium_dri.so free 0x5571735fbac0 void 0.000115
+gallium_dri.so free 0x5571735fb9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb10 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x5571735fbb10 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbba0 0.000124
+gallium_dri.so free 0x5571735fbc40 void 0.000125
+gallium_dri.so free 0x5571735fbba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000124
+gallium_dri.so free 0x5571735fbcc0 void 0.000124
+gallium_dri.so free 0x5571735fbbf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000124
+gallium_dri.so free 0x5571735fbd40 void 0.000120
+gallium_dri.so free 0x5571735fbbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fbd40 0.000124
+gallium_dri.so free 0x5571735fbe00 void 0.000119
+gallium_dri.so free 0x5571735fbd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbd40 0.000118
+gallium_dri.so free 0x55717361fdc0 void 0.000123
+gallium_dri.so free 0x5571735fbd40 void 0.000120
+gallium_dri.so malloc 72 0x55717361fde0 0.000124
+gallium_dri.so free 0x55717361fe80 void 0.000124
+gallium_dri.so free 0x55717361fde0 void 0.000125
+gallium_dri.so malloc 72 0x55717361fe30 0.000124
+gallium_dri.so free 0x55717361ff00 void 0.000124
+gallium_dri.so free 0x55717361fe30 void 0.000175
+gallium_dri.so malloc 72 0x55717361fe30 0.000233
+gallium_dri.so free 0x55717361ff80 void 0.000169
+gallium_dri.so free 0x55717361fe30 void 0.000291
+gallium_dri.so malloc 72 0x55717361ff80 0.000161
+gallium_dri.so free 0x557173620040 void 0.000118
+gallium_dri.so free 0x55717361ff80 void 0.000130
+gallium_dri.so malloc 72 0x55717361ff80 0.000129
+gallium_dri.so free 0x557173620100 void 0.000181
+gallium_dri.so free 0x55717361ff80 void 0.000179
+gallium_dri.so malloc 72 0x55717361ff80 0.000181
+gallium_dri.so free 0x5571736201c0 void 0.000153
+gallium_dri.so free 0x55717361ff80 void 0.000119
+gallium_dri.so malloc 72 0x557173620170 0.000119
+gallium_dri.so free 0x5571736201c0 void 0.000116
+gallium_dri.so free 0x557173620170 void 0.000114
+gallium_dri.so malloc 72 0x557173620170 0.000115
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620170 void 0.000114
+gallium_dri.so malloc 72 0x557173620270 0.000114
+gallium_dri.so free 0x557173620380 void 0.000115
+gallium_dri.so free 0x557173620270 void 0.000114
+gallium_dri.so malloc 72 0x557173620330 0.000127
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so free 0x557173620330 void 0.000112
+gallium_dri.so malloc 72 0x557173620330 0.000114
+gallium_dri.so free 0x557173620480 void 0.000117
+gallium_dri.so free 0x557173620330 void 0.000122
+gallium_dri.so malloc 72 0x5571736204c0 0.000113
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so free 0x5571736204c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620540 0.000115
+gallium_dri.so free 0x557173620600 void 0.000115
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so malloc 72 0x557173620540 0.000114
+gallium_dri.so free 0x5571736206c0 void 0.000114
+gallium_dri.so free 0x557173620540 void 0.000113
+gallium_dri.so malloc 72 0x5571736206e0 0.000114
+gallium_dri.so free 0x557173620780 void 0.000114
+gallium_dri.so free 0x5571736206e0 void 0.000113
+gallium_dri.so malloc 72 0x557173620730 0.000113
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x557173620730 void 0.000113
+gallium_dri.so malloc 72 0x557173620730 0.000115
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so free 0x557173620730 void 0.000112
+gallium_dri.so malloc 72 0x557173620880 0.000114
+gallium_dri.so free 0x557173620940 void 0.000116
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so malloc 72 0x557173620880 0.000144
+gallium_dri.so free 0x557173620a00 void 0.000154
+gallium_dri.so free 0x557173620880 void 0.000153
+gallium_dri.so malloc 72 0x557173620880 0.000150
+gallium_dri.so free 0x557173620ac0 void 0.000151
+gallium_dri.so free 0x557173620880 void 0.000152
+gallium_dri.so malloc 72 0x557173620a70 0.000151
+gallium_dri.so free 0x557173620b80 void 0.000158
+gallium_dri.so free 0x557173620a70 void 0.000165
+gallium_dri.so malloc 72 0x557173620b30 0.000159
+gallium_dri.so free 0x557173620c00 void 0.000154
+gallium_dri.so free 0x557173620b30 void 0.000153
+gallium_dri.so malloc 72 0x557173620c50 0.000163
+gallium_dri.so free 0x557173620cc0 void 0.000164
+gallium_dri.so free 0x557173620c50 void 0.000165
+gallium_dri.so malloc 72 0x557173620ce0 0.000165
+gallium_dri.so free 0x557173620d80 void 0.000175
+gallium_dri.so free 0x557173620ce0 void 0.000131
+gallium_dri.so malloc 72 0x557173620d30 0.000125
+gallium_dri.so free 0x557173620e00 void 0.000120
+gallium_dri.so free 0x557173620d30 void 0.000133
+gallium_dri.so malloc 72 0x557173620d30 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000122
+gallium_dri.so free 0x557173620d30 void 0.000118
+gallium_dri.so malloc 72 0x557173620e80 0.000119
+gallium_dri.so free 0x557173620f40 void 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000119
+gallium_dri.so malloc 72 0x557173620e80 0.000122
+gallium_dri.so free 0x557173463600 void 0.000125
+gallium_dri.so free 0x557173620e80 void 0.000119
+gallium_dri.so malloc 72 0x557173620e80 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x557173620e80 void 0.000119
+gallium_dri.so malloc 72 0x557173590b70 0.000118
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x557173590b70 void 0.000118
+gallium_dri.so malloc 72 0x557173467630 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000143
+gallium_dri.so free 0x557173467630 void 0.000120
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673c0 0.000120
+gallium_dri.so free 0x55717360ba40 void 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673c0 0.000134
+gallium_dri.so free 0x55717360bb00 void 0.000122
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bab0 0.000120
+gallium_dri.so free 0x55717360bd00 void 0.000121
+gallium_dri.so free 0x55717360bab0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bdd0 0.000117
+gallium_dri.so free 0x55717360bb00 void 0.000121
+gallium_dri.so free 0x55717360bdd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bdd0 0.000118
+gallium_dri.so free 0x557173589740 void 0.000120
+gallium_dri.so free 0x55717360bdd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x5571735897c0 void 0.000120
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x557173589840 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589840 0.000119
+gallium_dri.so free 0x557173589900 void 0.000126
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x557173589840 0.000126
+gallium_dri.so free 0x557173589a00 void 0.000122
+gallium_dri.so free 0x557173589840 void 0.000122
+gallium_dri.so malloc 72 0x557173589840 0.000118
+gallium_dri.so free 0x557173463240 void 0.000132
+gallium_dri.so free 0x557173589840 void 0.000131
+gallium_dri.so malloc 72 0x557173463270 0.000130
+gallium_dri.so free 0x5571734632c0 void 0.000130
+gallium_dri.so free 0x557173463270 void 0.000125
+gallium_dri.so malloc 72 0x557173463270 0.000122
+gallium_dri.so free 0x5571734633c0 void 0.000122
+gallium_dri.so free 0x557173463270 void 0.000121
+gallium_dri.so malloc 72 0x557173463370 0.000126
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so free 0x557173463370 void 0.000114
+gallium_dri.so malloc 72 0x557173463430 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so free 0x557173463430 void 0.000114
+gallium_dri.so malloc 72 0x557173463430 0.000115
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x557173463430 void 0.000112
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000161
+gallium_dri.so free 0x557173601540 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000113
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000148
+gallium_dri.so malloc 72 0x557173601480 0.000116
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so malloc 72 0x557173601480 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000115
+gallium_dri.so free 0x55717358e280 void 0.000113
+gallium_dri.so malloc 72 0x55717358e280 0.000115
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3f0 0.000113
+gallium_dri.so free 0x55717358e480 void 0.000114
+gallium_dri.so free 0x55717358e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e3f0 0.000114
+gallium_dri.so free 0x55717358e540 void 0.000114
+gallium_dri.so free 0x55717358e3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e580 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000115
+gallium_dri.so free 0x55717358e580 void 0.000112
+gallium_dri.so malloc 72 0x557173464e00 0.000124
+gallium_dri.so free 0x557173464ec0 void 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so malloc 72 0x557173464e00 0.000112
+gallium_dri.so free 0x557173464f40 void 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000112
+gallium_dri.so malloc 72 0x557173464f70 0.000112
+gallium_dri.so free 0x557173464fc0 void 0.000112
+gallium_dri.so free 0x557173464f70 void 0.000113
+gallium_dri.so malloc 72 0x557173464f70 0.000113
+gallium_dri.so free 0x5571734650c0 void 0.000118
+gallium_dri.so free 0x557173464f70 void 0.000124
+gallium_dri.so malloc 72 0x557173465100 0.000118
+gallium_dri.so free 0x557173608480 void 0.000114
+gallium_dri.so free 0x557173465100 void 0.000112
+gallium_dri.so malloc 72 0x557173608480 0.000112
+gallium_dri.so free 0x557173608540 void 0.000112
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x557173608480 0.000123
+gallium_dri.so free 0x5571736085c0 void 0.000120
+gallium_dri.so free 0x557173608480 void 0.000114
+gallium_dri.so malloc 72 0x5571736085f0 0.000115
+gallium_dri.so free 0x557173465180 void 0.000116
+gallium_dri.so free 0x5571736085f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736085f0 0.000114
+gallium_dri.so free 0x557173608640 void 0.000115
+gallium_dri.so free 0x5571736085f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608640 0.000125
+gallium_dri.so free 0x557173608700 void 0.000113
+gallium_dri.so free 0x557173608640 void 0.000119
+gallium_dri.so malloc 72 0x557173608640 0.000113
+gallium_dri.so free 0x557173608800 void 0.000110
+gallium_dri.so free 0x557173608640 void 0.000111
+gallium_dri.so malloc 72 0x557173608640 0.000111
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x557173608640 void 0.000112
+gallium_dri.so malloc 72 0x557173608640 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000117
+gallium_dri.so free 0x557173608640 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2630 0.000119
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2750 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000112
+gallium_dri.so free 0x5571735d2750 void 0.000117
+gallium_dri.so malloc 72 0x5571735d27e0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000132
+gallium_dri.so free 0x5571735d27e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2830 0.000120
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so free 0x5571735d2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2900 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000164
+gallium_dri.so malloc 72 0x5571735d2900 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d02c0 void 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0270 0.000113
+gallium_dri.so free 0x5571735d0340 void 0.000115
+gallium_dri.so free 0x5571735d0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x5571735d0390 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000116
+gallium_dri.so free 0x5571735d0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000112
+gallium_dri.so free 0x557173462980 void 0.000115
+gallium_dri.so free 0x5571735d0390 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0390 0.000119
+gallium_dri.so free 0x557173462a40 void 0.000119
+gallium_dri.so free 0x5571735d0390 void 0.000124
+gallium_dri.so malloc 72 0x5571734629f0 0.000113
+gallium_dri.so free 0x557173462ac0 void 0.000115
+gallium_dri.so free 0x5571734629f0 void 0.000114
+gallium_dri.so malloc 72 0x557173462b10 0.000130
+gallium_dri.so free 0x557173462b80 void 0.000123
+gallium_dri.so free 0x557173462b10 void 0.000118
+gallium_dri.so malloc 72 0x557173462ba0 0.000119
+gallium_dri.so free 0x557173469380 void 0.000126
+gallium_dri.so free 0x557173462ba0 void 0.000130
+gallium_dri.so malloc 72 0x557173462ba0 0.000132
+gallium_dri.so free 0x557173469440 void 0.000127
+gallium_dri.so free 0x557173462ba0 void 0.000125
+gallium_dri.so malloc 72 0x5571734693f0 0.000119
+gallium_dri.so free 0x557173469440 void 0.000123
+gallium_dri.so free 0x5571734693f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734693f0 0.000126
+gallium_dri.so free 0x557173469540 void 0.000121
+gallium_dri.so free 0x5571734693f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734694f0 0.000125
+gallium_dri.so free 0x557173469600 void 0.000125
+gallium_dri.so free 0x5571734694f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734695b0 0.000127
+gallium_dri.so free 0x557173469640 void 0.000124
+gallium_dri.so free 0x5571734695b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734695b0 0.000125
+gallium_dri.so free 0x557173469700 void 0.000125
+gallium_dri.so free 0x5571734695b0 void 0.000152
+gallium_dri.so malloc 72 0x5571734695b0 0.000126
+gallium_dri.so free 0x5571736068c0 void 0.000126
+gallium_dri.so free 0x5571734695b0 void 0.000124
+gallium_dri.so malloc 72 0x557173606910 0.000124
+gallium_dri.so free 0x557173606980 void 0.000126
+gallium_dri.so free 0x557173606910 void 0.000124
+gallium_dri.so malloc 72 0x5571736069e0 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000118
+gallium_dri.so free 0x5571736069e0 void 0.000118
+gallium_dri.so malloc 72 0x557173606a30 0.000123
+gallium_dri.so free 0x557173606ac0 void 0.000125
+gallium_dri.so free 0x557173606a30 void 0.000119
+gallium_dri.so malloc 72 0x557173606a30 0.000118
+gallium_dri.so free 0x557173606b80 void 0.000120
+gallium_dri.so free 0x557173606a30 void 0.000122
+gallium_dri.so malloc 72 0x557173606bc0 0.000120
+gallium_dri.so free 0x557173606c40 void 0.000207
+gallium_dri.so free 0x557173606bc0 void 0.000162
+gallium_dri.so malloc 72 0x557173606c40 0.000158
+gallium_dri.so free 0x55717358a080 void 0.000157
+gallium_dri.so free 0x557173606c40 void 0.000124
+gallium_dri.so malloc 72 0x55717358a0a0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000118
+gallium_dri.so free 0x55717358a0a0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a0f0 0.000125
+gallium_dri.so free 0x55717358a1c0 void 0.000125
+gallium_dri.so free 0x55717358a0f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a1c0 0.000125
+gallium_dri.so free 0x55717358a280 void 0.000125
+gallium_dri.so free 0x55717358a1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a1c0 0.000125
+gallium_dri.so free 0x55717358a300 void 0.000124
+gallium_dri.so free 0x55717358a1c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a300 0.000124
+gallium_dri.so free 0x55717358a3c0 void 0.000124
+gallium_dri.so free 0x55717358a300 void 0.000124
+gallium_dri.so malloc 72 0x55717358a300 0.000120
+gallium_dri.so free 0x557173604300 void 0.000127
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so malloc 72 0x557173604330 0.000117
+gallium_dri.so free 0x557173604380 void 0.000118
+gallium_dri.so free 0x557173604330 void 0.000122
+gallium_dri.so malloc 72 0x557173604330 0.000119
+gallium_dri.so free 0x557173604480 void 0.000118
+gallium_dri.so free 0x557173604330 void 0.000118
+gallium_dri.so malloc 72 0x557173604430 0.000132
+gallium_dri.so free 0x557173604540 void 0.000132
+gallium_dri.so free 0x557173604430 void 0.000131
+gallium_dri.so malloc 72 0x5571736044f0 0.000126
+gallium_dri.so free 0x5571736045c0 void 0.000125
+gallium_dri.so free 0x5571736044f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736045e0 0.000132
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x5571736045e0 void 0.000130
+gallium_dri.so malloc 72 0x557173604630 0.000140
+gallium_dri.so free 0x5571735911c0 void 0.000132
+gallium_dri.so free 0x557173604630 void 0.000127
+gallium_dri.so malloc 72 0x557173591200 0.000125
+gallium_dri.so free 0x557173591280 void 0.000124
+gallium_dri.so free 0x557173591200 void 0.000128
+gallium_dri.so malloc 72 0x557173591280 0.000131
+gallium_dri.so free 0x557173591340 void 0.000125
+gallium_dri.so free 0x557173591280 void 0.000131
+gallium_dri.so malloc 72 0x557173591280 0.000131
+gallium_dri.so free 0x5571735913c0 void 0.000131
+gallium_dri.so free 0x557173591280 void 0.000129
+gallium_dri.so malloc 72 0x5571735913f0 0.000126
+gallium_dri.so free 0x557173591440 void 0.000124
+gallium_dri.so free 0x5571735913f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735913f0 0.000129
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so free 0x5571735913f0 void 0.000130
+gallium_dri.so malloc 72 0x557173591580 0.000132
+gallium_dri.so free 0x557173608e80 void 0.000131
+gallium_dri.so free 0x557173591580 void 0.000130
+gallium_dri.so malloc 72 0x557173608ed0 0.000131
+gallium_dri.so free 0x557173608f40 void 0.000126
+gallium_dri.so free 0x557173608ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173608f60 0.000125
+gallium_dri.so free 0x557173609000 void 0.000129
+gallium_dri.so free 0x557173608f60 void 0.000125
+gallium_dri.so malloc 72 0x557173608fb0 0.000179
+gallium_dri.so free 0x557173609080 void 0.000131
+gallium_dri.so free 0x557173608fb0 void 0.000126
+gallium_dri.so malloc 72 0x557173608fb0 0.000126
+gallium_dri.so free 0x557173609100 void 0.000130
+gallium_dri.so free 0x557173608fb0 void 0.000131
+gallium_dri.so malloc 72 0x557173609100 0.000126
+gallium_dri.so free 0x5571736091c0 void 0.000125
+gallium_dri.so free 0x557173609100 void 0.000129
+gallium_dri.so malloc 72 0x557173609100 0.000131
+gallium_dri.so free 0x557173467dc0 void 0.000126
+gallium_dri.so free 0x557173609100 void 0.000128
+gallium_dri.so malloc 72 0x557173467de0 0.000130
+gallium_dri.so free 0x557173467e80 void 0.000131
+gallium_dri.so free 0x557173467de0 void 0.000131
+gallium_dri.so malloc 72 0x557173467e30 0.000127
+gallium_dri.so free 0x557173467f00 void 0.000123
+gallium_dri.so free 0x557173467e30 void 0.000130
+gallium_dri.so malloc 72 0x557173467e30 0.000125
+gallium_dri.so free 0x557173467f80 void 0.000124
+gallium_dri.so free 0x557173467e30 void 0.000125
+gallium_dri.so malloc 72 0x557173467f80 0.000131
+gallium_dri.so free 0x557173468040 void 0.000134
+gallium_dri.so free 0x557173467f80 void 0.000130
+gallium_dri.so malloc 72 0x557173467f80 0.000131
+gallium_dri.so free 0x557173468100 void 0.000130
+gallium_dri.so free 0x557173467f80 void 0.000135
+gallium_dri.so malloc 72 0x557173467f80 0.000138
+gallium_dri.so free 0x557173609e80 void 0.000131
+gallium_dri.so free 0x557173467f80 void 0.000127
+gallium_dri.so malloc 72 0x557173609ed0 0.000124
+gallium_dri.so free 0x557173609f40 void 0.000130
+gallium_dri.so free 0x557173609ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173609f80 0.000127
+gallium_dri.so free 0x55717360a000 void 0.000126
+gallium_dri.so free 0x557173609f80 void 0.000129
+gallium_dri.so malloc 72 0x55717360a000 0.000124
+gallium_dri.so free 0x55717360a0c0 void 0.000126
+gallium_dri.so free 0x55717360a000 void 0.000123
+gallium_dri.so malloc 72 0x55717360a000 0.000129
+gallium_dri.so free 0x5571734681c0 void 0.000126
+gallium_dri.so free 0x55717360a000 void 0.000124
+gallium_dri.so malloc 72 0x557173468170 0.000124
+gallium_dri.so free 0x55717360a140 void 0.000128
+gallium_dri.so free 0x557173468170 void 0.000133
+gallium_dri.so malloc 72 0x55717360a180 0.000130
+gallium_dri.so free 0x55717360a200 void 0.000131
+gallium_dri.so free 0x55717360a180 void 0.000130
+gallium_dri.so malloc 72 0x55717360a200 0.000130
+gallium_dri.so free 0x557173465800 void 0.000132
+gallium_dri.so free 0x55717360a200 void 0.000130
+gallium_dri.so malloc 72 0x557173465840 0.000129
+gallium_dri.so free 0x5571734658c0 void 0.000125
+gallium_dri.so free 0x557173465840 void 0.000125
+gallium_dri.so malloc 72 0x557173465840 0.000124
+gallium_dri.so free 0x557173465940 void 0.000128
+gallium_dri.so free 0x557173465840 void 0.000131
+gallium_dri.so malloc 72 0x557173465970 0.000126
+gallium_dri.so free 0x5571734659c0 void 0.000130
+gallium_dri.so free 0x557173465970 void 0.000126
+gallium_dri.so malloc 72 0x557173465970 0.000129
+gallium_dri.so free 0x557173465ac0 void 0.000126
+gallium_dri.so free 0x557173465970 void 0.000122
+gallium_dri.so malloc 72 0x557173465a70 0.000124
+gallium_dri.so free 0x557173465b80 void 0.000123
+gallium_dri.so free 0x557173465a70 void 0.000128
+gallium_dri.so malloc 72 0x557173465b30 0.000169
+gallium_dri.so free 0x5571735d2fc0 void 0.000167
+gallium_dri.so free 0x557173465b30 void 0.000161
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000129
+gallium_dri.so free 0x5571735d3040 void 0.000125
+gallium_dri.so free 0x5571735d2ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000124
+gallium_dri.so free 0x5571735d3140 void 0.000129
+gallium_dri.so free 0x5571735d2ff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3180 0.000123
+gallium_dri.so free 0x5571735d3200 void 0.000124
+gallium_dri.so free 0x5571735d3180 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3200 0.000132
+gallium_dri.so free 0x557173465bc0 void 0.000130
+gallium_dri.so free 0x5571735d3200 void 0.000165
+gallium_dri.so malloc 72 0x5571735d3200 0.000132
+gallium_dri.so free 0x5571735d32c0 void 0.000136
+gallium_dri.so free 0x5571735d3200 void 0.000126
+gallium_dri.so malloc 72 0x5571735d3200 0.000124
+gallium_dri.so free 0x5571735d3380 void 0.000130
+gallium_dri.so free 0x5571735d3200 void 0.000141
+gallium_dri.so malloc 72 0x5571735d3330 0.000131
+gallium_dri.so free 0x5571735d5580 void 0.000183
+gallium_dri.so free 0x5571735d3330 void 0.000242
+gallium_dri.so malloc 72 0x5571735d55d0 0.000274
+gallium_dri.so free 0x5571735d5640 void 0.000280
+gallium_dri.so free 0x5571735d55d0 void 0.000210
+gallium_dri.so malloc 72 0x5571735d56a0 0.000134
+gallium_dri.so free 0x5571735d5740 void 0.000134
+gallium_dri.so free 0x5571735d56a0 void 0.000142
+gallium_dri.so malloc 72 0x5571735d56f0 0.000131
+gallium_dri.so free 0x5571735d5780 void 0.000126
+gallium_dri.so free 0x5571735d56f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d56f0 0.000130
+gallium_dri.so free 0x5571735d5840 void 0.000130
+gallium_dri.so free 0x5571735d56f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5880 0.000131
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d5880 void 0.000141
+gallium_dri.so malloc 72 0x5571735d5900 0.000131
+gallium_dri.so free 0x5571735d0a00 void 0.000127
+gallium_dri.so free 0x5571735d5900 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0a20 0.000132
+gallium_dri.so free 0x5571735d0ac0 void 0.000125
+gallium_dri.so free 0x5571735d0a20 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a70 0.000124
+gallium_dri.so free 0x5571735d0b40 void 0.000129
+gallium_dri.so free 0x5571735d0a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b40 0.000124
+gallium_dri.so free 0x5571735d0c00 void 0.000129
+gallium_dri.so free 0x5571735d0b40 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0b40 0.000130
+gallium_dri.so free 0x5571735d0c80 void 0.000132
+gallium_dri.so free 0x5571735d0b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0c80 0.000129
+gallium_dri.so free 0x5571735d0d40 void 0.000130
+gallium_dri.so free 0x5571735d0c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0c80 0.000132
+gallium_dri.so free 0x55717358c640 void 0.000131
+gallium_dri.so free 0x5571735d0c80 void 0.000173
+gallium_dri.so malloc 72 0x55717358c670 0.000133
+gallium_dri.so free 0x55717358c6c0 void 0.000132
+gallium_dri.so free 0x55717358c670 void 0.000125
+gallium_dri.so malloc 72 0x55717358c670 0.000136
+gallium_dri.so free 0x55717358c7c0 void 0.000133
+gallium_dri.so free 0x55717358c670 void 0.000131
+gallium_dri.so malloc 72 0x55717358c770 0.000132
+gallium_dri.so free 0x55717358c880 void 0.000131
+gallium_dri.so free 0x55717358c770 void 0.000136
+gallium_dri.so malloc 72 0x55717358c830 0.000131
+gallium_dri.so free 0x55717358c900 void 0.000132
+gallium_dri.so free 0x55717358c830 void 0.000127
+gallium_dri.so malloc 72 0x55717358c920 0.000124
+gallium_dri.so free 0x55717358c9c0 void 0.000129
+gallium_dri.so free 0x55717358c920 void 0.000131
+gallium_dri.so malloc 72 0x55717358c970 0.000130
+gallium_dri.so free 0x557173601d40 void 0.000129
+gallium_dri.so free 0x55717358c970 void 0.000131
+gallium_dri.so malloc 72 0x557173601d80 0.000129
+gallium_dri.so free 0x557173601e00 void 0.000131
+gallium_dri.so free 0x557173601d80 void 0.000131
+gallium_dri.so malloc 72 0x557173601e00 0.000129
+gallium_dri.so free 0x557173601ec0 void 0.000125
+gallium_dri.so free 0x557173601e00 void 0.000124
+gallium_dri.so malloc 72 0x557173601e00 0.000124
+gallium_dri.so free 0x557173601f40 void 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000126
+gallium_dri.so malloc 72 0x557173601f70 0.000125
+gallium_dri.so free 0x557173601fc0 void 0.000129
+gallium_dri.so free 0x557173601f70 void 0.000130
+gallium_dri.so malloc 72 0x557173601f70 0.000126
+gallium_dri.so free 0x5571736020c0 void 0.000124
+gallium_dri.so free 0x557173601f70 void 0.000123
+gallium_dri.so malloc 72 0x557173602100 0.000130
+gallium_dri.so free 0x55717358ec00 void 0.000125
+gallium_dri.so free 0x557173602100 void 0.000128
+gallium_dri.so malloc 72 0x55717358ec50 0.000130
+gallium_dri.so free 0x55717358ecc0 void 0.000125
+gallium_dri.so free 0x55717358ec50 void 0.000129
+gallium_dri.so malloc 72 0x55717358ece0 0.000130
+gallium_dri.so free 0x55717358ed80 void 0.000131
+gallium_dri.so free 0x55717358ece0 void 0.000143
+gallium_dri.so malloc 72 0x55717358ed30 0.000131
+gallium_dri.so free 0x55717358ee00 void 0.000131
+gallium_dri.so free 0x55717358ed30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed30 0.000130
+gallium_dri.so free 0x55717358ee80 void 0.000126
+gallium_dri.so free 0x55717358ed30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ee80 0.000125
+gallium_dri.so free 0x55717358ef40 void 0.000124
+gallium_dri.so free 0x55717358ee80 void 0.000129
+gallium_dri.so malloc 72 0x55717358ee80 0.000130
+gallium_dri.so free 0x557173609580 void 0.000125
+gallium_dri.so free 0x55717358ee80 void 0.000131
+gallium_dri.so malloc 72 0x557173609530 0.000130
+gallium_dri.so free 0x5571736095c0 void 0.000126
+gallium_dri.so free 0x557173609530 void 0.000125
+gallium_dri.so malloc 72 0x557173609530 0.000138
+gallium_dri.so free 0x557173609680 void 0.000132
+gallium_dri.so free 0x557173609530 void 0.000132
+gallium_dri.so malloc 72 0x5571736096c0 0.000131
+gallium_dri.so free 0x557173609740 void 0.000132
+gallium_dri.so free 0x5571736096c0 void 0.000139
+gallium_dri.so malloc 72 0x557173609740 0.000136
+gallium_dri.so free 0x557173609800 void 0.000127
+gallium_dri.so free 0x557173609740 void 0.000130
+gallium_dri.so malloc 72 0x557173609740 0.000125
+gallium_dri.so free 0x557173609880 void 0.000124
+gallium_dri.so free 0x557173609740 void 0.000124
+gallium_dri.so malloc 72 0x5571736098b0 0.000130
+gallium_dri.so free 0x557173609900 void 0.000131
+gallium_dri.so free 0x5571736098b0 void 0.000126
+gallium_dri.so malloc 72 0x557173609900 0.000123
+gallium_dri.so free 0x557173464800 void 0.000123
+gallium_dri.so free 0x557173609900 void 0.000128
+gallium_dri.so malloc 72 0x557173609900 0.000132
+gallium_dri.so free 0x557173464880 void 0.000125
+gallium_dri.so free 0x557173609900 void 0.000125
+gallium_dri.so malloc 72 0x557173464880 0.000124
+gallium_dri.so free 0x557173464940 void 0.000128
+gallium_dri.so free 0x557173464880 void 0.000131
+gallium_dri.so malloc 72 0x557173464880 0.000127
+gallium_dri.so free 0x557173464a00 void 0.000129
+gallium_dri.so free 0x557173464880 void 0.000126
+gallium_dri.so malloc 72 0x557173464880 0.000139
+gallium_dri.so free 0x557173464ac0 void 0.000139
+gallium_dri.so free 0x557173464880 void 0.000138
+gallium_dri.so malloc 72 0x557173464a70 0.000136
+gallium_dri.so free 0x557173464b40 void 0.000128
+gallium_dri.so free 0x557173464a70 void 0.000124
+gallium_dri.so malloc 72 0x557173464b90 0.000124
+gallium_dri.so free 0x557173464c00 void 0.000133
+gallium_dri.so free 0x557173464b90 void 0.000137
+gallium_dri.so malloc 72 0x557173464c40 0.000137
+gallium_dri.so free 0x5571735d1fc0 void 0.000132
+gallium_dri.so free 0x557173464c40 void 0.000126
+gallium_dri.so malloc 72 0x557173464c40 0.000128
+gallium_dri.so free 0x5571735d2040 void 0.000127
+gallium_dri.so free 0x557173464c40 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2070 0.000131
+gallium_dri.so free 0x5571735d20c0 void 0.000125
+gallium_dri.so free 0x5571735d2070 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2070 0.000130
+gallium_dri.so free 0x5571735d21c0 void 0.000132
+gallium_dri.so free 0x5571735d2070 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2170 0.000137
+gallium_dri.so free 0x5571735d2280 void 0.000132
+gallium_dri.so free 0x5571735d2170 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2230 0.000125
+gallium_dri.so free 0x5571735d22c0 void 0.000156
+gallium_dri.so free 0x5571735d2230 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2230 0.000132
+gallium_dri.so free 0x5571735d2380 void 0.000133
+gallium_dri.so free 0x5571735d2230 void 0.000132
+gallium_dri.so malloc 72 0x5571735d23f0 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000125
+gallium_dri.so free 0x5571735d23f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d23f0 0.000129
+gallium_dri.so free 0x5571735cfa80 void 0.000134
+gallium_dri.so free 0x5571735d23f0 void 0.000183
+gallium_dri.so malloc 72 0x5571735cfa80 0.000171
+gallium_dri.so free 0x5571735cfb40 void 0.000132
+gallium_dri.so free 0x5571735cfa80 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfa80 0.000123
+gallium_dri.so free 0x5571735cfc00 void 0.000126
+gallium_dri.so free 0x5571735cfa80 void 0.000140
+gallium_dri.so malloc 72 0x5571735cfa80 0.000131
+gallium_dri.so free 0x5571735cfcc0 void 0.000127
+gallium_dri.so free 0x5571735cfa80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfc70 0.000131
+gallium_dri.so free 0x5571735cfd40 void 0.000132
+gallium_dri.so free 0x5571735cfc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfd90 0.000128
+gallium_dri.so free 0x5571735cfe00 void 0.000125
+gallium_dri.so free 0x5571735cfd90 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfe60 0.000124
+gallium_dri.so free 0x55717358dc00 void 0.000124
+gallium_dri.so free 0x5571735cfe60 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfe60 0.000130
+gallium_dri.so free 0x55717358dc80 void 0.000131
+gallium_dri.so free 0x5571735cfe60 void 0.000125
+gallium_dri.so malloc 72 0x55717358dcb0 0.000191
+gallium_dri.so free 0x55717358dd00 void 0.000132
+gallium_dri.so free 0x55717358dcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358dcb0 0.000128
+gallium_dri.so free 0x55717358de00 void 0.000130
+gallium_dri.so free 0x55717358dcb0 void 0.000222
+gallium_dri.so malloc 72 0x55717358ddb0 0.000226
+gallium_dri.so free 0x55717358dec0 void 0.000246
+gallium_dri.so free 0x55717358ddb0 void 0.000224
+gallium_dri.so malloc 72 0x55717358de70 0.000221
+gallium_dri.so free 0x55717358df00 void 0.000200
+gallium_dri.so free 0x55717358de70 void 0.000201
+gallium_dri.so malloc 72 0x55717358de70 0.000243
+gallium_dri.so free 0x55717358dfc0 void 0.000221
+gallium_dri.so free 0x55717358de70 void 0.000242
+gallium_dri.so malloc 72 0x55717358e010 0.000223
+gallium_dri.so free 0x5571735901c0 void 0.000221
+gallium_dri.so free 0x55717358e010 void 0.000225
+gallium_dri.so malloc 72 0x55717358e010 0.000292
+gallium_dri.so free 0x557173590240 void 0.000226
+gallium_dri.so free 0x55717358e010 void 0.000223
+gallium_dri.so malloc 72 0x557173590240 0.000170
+gallium_dri.so free 0x557173590300 void 0.000139
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so malloc 72 0x557173590240 0.000251
+gallium_dri.so free 0x5571735903c0 void 0.000182
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so malloc 72 0x557173590240 0.000159
+gallium_dri.so free 0x557173590480 void 0.000163
+gallium_dri.so free 0x557173590240 void 0.000129
+gallium_dri.so malloc 72 0x557173590430 0.000131
+gallium_dri.so free 0x557173590500 void 0.000132
+gallium_dri.so free 0x557173590430 void 0.000133
+gallium_dri.so malloc 72 0x557173590550 0.000125
+gallium_dri.so free 0x5571735905c0 void 0.000129
+gallium_dri.so free 0x557173590550 void 0.000132
+gallium_dri.so malloc 72 0x557173590600 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000125
+gallium_dri.so free 0x557173590600 void 0.000123
+gallium_dri.so malloc 72 0x557173590600 0.000123
+gallium_dri.so free 0x55717360b4c0 void 0.000124
+gallium_dri.so free 0x557173590600 void 0.000124
+gallium_dri.so malloc 72 0x55717360b4f0 0.000124
+gallium_dri.so free 0x55717360b540 void 0.000122
+gallium_dri.so free 0x55717360b4f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b4f0 0.000135
+gallium_dri.so free 0x55717360b640 void 0.000125
+gallium_dri.so free 0x55717360b4f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360b5f0 0.000123
+gallium_dri.so free 0x55717360b700 void 0.000124
+gallium_dri.so free 0x55717360b5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b6b0 0.000124
+gallium_dri.so free 0x55717360b740 void 0.000123
+gallium_dri.so free 0x55717360b6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b6b0 0.000126
+gallium_dri.so free 0x55717360b800 void 0.000123
+gallium_dri.so free 0x55717360b6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360b870 0.000123
+gallium_dri.so free 0x5571736058c0 void 0.000124
+gallium_dri.so free 0x55717360b870 void 0.000125
+gallium_dri.so malloc 72 0x55717360b870 0.000122
+gallium_dri.so free 0x557173605940 void 0.000123
+gallium_dri.so free 0x55717360b870 void 0.000123
+gallium_dri.so malloc 72 0x557173605940 0.000123
+gallium_dri.so free 0x557173605a00 void 0.000123
+gallium_dri.so free 0x557173605940 void 0.000124
+gallium_dri.so malloc 72 0x557173605940 0.000123
+gallium_dri.so free 0x557173605ac0 void 0.000123
+gallium_dri.so free 0x557173605940 void 0.000121
+gallium_dri.so malloc 72 0x557173605940 0.000122
+gallium_dri.so free 0x557173605b80 void 0.000186
+gallium_dri.so free 0x557173605940 void 0.000126
+gallium_dri.so malloc 72 0x557173605b30 0.000123
+gallium_dri.so free 0x557173605c00 void 0.000123
+gallium_dri.so free 0x557173605b30 void 0.000124
+gallium_dri.so malloc 72 0x557173605c50 0.000124
+gallium_dri.so free 0x557173605cc0 void 0.000139
+gallium_dri.so free 0x557173605c50 void 0.000126
+gallium_dri.so malloc 72 0x557173605d20 0.000123
+gallium_dri.so free 0x557173607e80 void 0.000123
+gallium_dri.so free 0x557173605d20 void 0.000124
+gallium_dri.so malloc 72 0x557173605d20 0.000124
+gallium_dri.so free 0x557173607f00 void 0.000124
+gallium_dri.so free 0x557173605d20 void 0.000123
+gallium_dri.so malloc 72 0x557173607f30 0.000123
+gallium_dri.so free 0x557173607f80 void 0.000124
+gallium_dri.so free 0x557173607f30 void 0.000123
+gallium_dri.so malloc 72 0x557173607f30 0.000123
+gallium_dri.so free 0x557173608080 void 0.000123
+gallium_dri.so free 0x557173607f30 void 0.000123
+gallium_dri.so malloc 72 0x557173608030 0.000123
+gallium_dri.so free 0x557173608140 void 0.000122
+gallium_dri.so free 0x557173608030 void 0.000123
+gallium_dri.so malloc 72 0x5571736080f0 0.000131
+gallium_dri.so free 0x557173608180 void 0.000118
+gallium_dri.so free 0x5571736080f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736080f0 0.000118
+gallium_dri.so free 0x557173608240 void 0.000117
+gallium_dri.so free 0x5571736080f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608290 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x557173608290 void 0.000117
+gallium_dri.so malloc 72 0x557173608290 0.000118
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so free 0x557173608290 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6c0 0.000117
+gallium_dri.so free 0x55717358b780 void 0.000118
+gallium_dri.so free 0x55717358b6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b6c0 0.000117
+gallium_dri.so free 0x55717358b840 void 0.000118
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6c0 0.000117
+gallium_dri.so free 0x55717358b900 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8b0 0.000117
+gallium_dri.so free 0x55717358b980 void 0.000118
+gallium_dri.so free 0x55717358b8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b9d0 0.000119
+gallium_dri.so free 0x55717358ba40 void 0.000117
+gallium_dri.so free 0x55717358b9d0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba80 0.000118
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba80 0.000118
+gallium_dri.so free 0x557173589100 void 0.000118
+gallium_dri.so free 0x55717358ba80 void 0.000117
+gallium_dri.so malloc 72 0x557173589130 0.000117
+gallium_dri.so free 0x557173589180 void 0.000117
+gallium_dri.so free 0x557173589130 void 0.000119
+gallium_dri.so malloc 72 0x557173589130 0.000117
+gallium_dri.so free 0x557173589280 void 0.000117
+gallium_dri.so free 0x557173589130 void 0.000117
+gallium_dri.so malloc 72 0x557173589230 0.000117
+gallium_dri.so free 0x557173589340 void 0.000116
+gallium_dri.so free 0x557173589230 void 0.000117
+gallium_dri.so malloc 72 0x5571735892f0 0.000119
+gallium_dri.so free 0x557173589380 void 0.000117
+gallium_dri.so free 0x5571735892f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735892f0 0.000119
+gallium_dri.so free 0x557173589440 void 0.000108
+gallium_dri.so free 0x5571735892f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735894b0 0.000161
+gallium_dri.so free 0x557173466dc0 void 0.000123
+gallium_dri.so free 0x5571735894b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735894b0 0.000119
+gallium_dri.so free 0x557173466e40 void 0.000118
+gallium_dri.so free 0x5571735894b0 void 0.000117
+gallium_dri.so malloc 72 0x557173466e40 0.000221
+gallium_dri.so free 0x557173466f00 void 0.000164
+gallium_dri.so free 0x557173466e40 void 0.000272
+gallium_dri.so malloc 72 0x557173466e40 0.000289
+gallium_dri.so free 0x557173466fc0 void 0.000278
+gallium_dri.so free 0x557173466e40 void 0.000224
+gallium_dri.so malloc 72 0x557173466e40 0.000204
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so malloc 72 0x557173467030 0.000128
+gallium_dri.so free 0x557173467100 void 0.000126
+gallium_dri.so free 0x557173467030 void 0.000120
+gallium_dri.so malloc 72 0x557173467150 0.000124
+gallium_dri.so free 0x5571734671c0 void 0.000124
+gallium_dri.so free 0x557173467150 void 0.000124
+gallium_dri.so malloc 72 0x557173467220 0.000124
+gallium_dri.so free 0x5571735d4580 void 0.000124
+gallium_dri.so free 0x557173467220 void 0.000124
+gallium_dri.so malloc 72 0x557173467220 0.000125
+gallium_dri.so free 0x5571735d4600 void 0.000124
+gallium_dri.so free 0x557173467220 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4630 0.000117
+gallium_dri.so free 0x5571735d4680 void 0.000117
+gallium_dri.so free 0x5571735d4630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4630 0.000117
+gallium_dri.so free 0x5571735d4780 void 0.000116
+gallium_dri.so free 0x5571735d4630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4730 0.000116
+gallium_dri.so free 0x5571735d4840 void 0.000116
+gallium_dri.so free 0x5571735d4730 void 0.000117
+gallium_dri.so malloc 72 0x5571735d47f0 0.000116
+gallium_dri.so free 0x5571735d4880 void 0.000117
+gallium_dri.so free 0x5571735d47f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d47f0 0.000116
+gallium_dri.so free 0x5571735d4940 void 0.000117
+gallium_dri.so free 0x5571735d47f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4990 0.000116
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so free 0x5571735d4990 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4990 0.000116
+gallium_dri.so free 0x557173603380 void 0.000121
+gallium_dri.so free 0x5571735d4990 void 0.000124
+gallium_dri.so malloc 72 0x557173603380 0.000122
+gallium_dri.so free 0x557173603440 void 0.000118
+gallium_dri.so free 0x557173603380 void 0.000117
+gallium_dri.so malloc 72 0x557173603380 0.000117
+gallium_dri.so free 0x557173603500 void 0.000116
+gallium_dri.so free 0x557173603380 void 0.000128
+gallium_dri.so malloc 72 0x557173603380 0.000125
+gallium_dri.so free 0x5571736035c0 void 0.000125
+gallium_dri.so free 0x557173603380 void 0.000125
+gallium_dri.so malloc 72 0x557173603570 0.000125
+gallium_dri.so free 0x557173603640 void 0.000124
+gallium_dri.so free 0x557173603570 void 0.000126
+gallium_dri.so malloc 72 0x557173603690 0.000129
+gallium_dri.so free 0x557173603700 void 0.000127
+gallium_dri.so free 0x557173603690 void 0.000126
+gallium_dri.so malloc 72 0x557173603740 0.000124
+gallium_dri.so free 0x557173461d80 void 0.000125
+gallium_dri.so free 0x557173603740 void 0.000124
+gallium_dri.so malloc 72 0x557173603740 0.000125
+gallium_dri.so free 0x557173461e40 void 0.000125
+gallium_dri.so free 0x557173603740 void 0.000125
+gallium_dri.so malloc 72 0x557173603740 0.000126
+gallium_dri.so free 0x557173461f00 void 0.000124
+gallium_dri.so free 0x557173603740 void 0.000123
+gallium_dri.so malloc 72 0x557173461eb0 0.000125
+gallium_dri.so free 0x557173461f80 void 0.000123
+gallium_dri.so free 0x557173461eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173461fd0 0.000125
+gallium_dri.so free 0x557173462040 void 0.000124
+gallium_dri.so free 0x557173461fd0 void 0.000123
+gallium_dri.so malloc 72 0x557173462060 0.000133
+gallium_dri.so free 0x557173462100 void 0.000131
+gallium_dri.so free 0x557173462060 void 0.000125
+gallium_dri.so malloc 72 0x5571734620b0 0.000130
+gallium_dri.so free 0x557173462180 void 0.000120
+gallium_dri.so free 0x5571734620b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734620b0 0.000118
+gallium_dri.so free 0x557173462280 void 0.000118
+gallium_dri.so free 0x5571734620b0 void 0.000118
+gallium_dri.so malloc 72 0x557173462230 0.000117
+gallium_dri.so free 0x557173462300 void 0.000119
+gallium_dri.so free 0x557173462230 void 0.000118
+gallium_dri.so malloc 72 0x557173462350 0.000118
+gallium_dri.so free 0x5571735f29c0 void 0.000120
+gallium_dri.so free 0x557173462350 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2a00 void 0.000118
+gallium_dri.so free 0x5571735f2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b00 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b80 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000125
+gallium_dri.so free 0x5571735f2b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b80 0.000110
+gallium_dri.so free 0x5571735f2d00 void 0.000111
+gallium_dri.so free 0x5571735f2b80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2d20 0.000110
+gallium_dri.so free 0x5571735f2dc0 void 0.000111
+gallium_dri.so free 0x5571735f2d20 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2d70 0.000110
+gallium_dri.so free 0x5571735f2e40 void 0.000112
+gallium_dri.so free 0x5571735f2d70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2d70 0.000111
+gallium_dri.so free 0x5571735f2ec0 void 0.000111
+gallium_dri.so free 0x5571735f2d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000111
+gallium_dri.so free 0x5571735f2f80 void 0.000111
+gallium_dri.so free 0x5571735f2ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000111
+gallium_dri.so free 0x5571735f3040 void 0.000111
+gallium_dri.so free 0x5571735f2ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000110
+gallium_dri.so free 0x5571735f3100 void 0.000114
+gallium_dri.so free 0x5571735f2ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f30b0 0.000125
+gallium_dri.so free 0x5571735f31c0 void 0.000118
+gallium_dri.so free 0x5571735f30b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3170 0.000114
+gallium_dri.so free 0x5571735f3240 void 0.000110
+gallium_dri.so free 0x5571735f3170 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3290 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so free 0x5571735f3290 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3320 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3320 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3370 0.000119
+gallium_dri.so free 0x5571735f3440 void 0.000118
+gallium_dri.so free 0x5571735f3370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3370 0.000118
+gallium_dri.so free 0x5571735f34c0 void 0.000119
+gallium_dri.so free 0x5571735f3370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f34c0 0.000118
+gallium_dri.so free 0x5571735f3580 void 0.000119
+gallium_dri.so free 0x5571735f34c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f34c0 0.000119
+gallium_dri.so free 0x5571735f3680 void 0.000118
+gallium_dri.so free 0x5571735f34c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3630 0.000118
+gallium_dri.so free 0x5571734734c0 void 0.000118
+gallium_dri.so free 0x5571735f3630 void 0.000123
+gallium_dri.so malloc 72 0x557173473470 0.000120
+gallium_dri.so free 0x557173473540 void 0.000119
+gallium_dri.so free 0x557173473470 void 0.000119
+gallium_dri.so malloc 72 0x557173473470 0.000120
+gallium_dri.so free 0x5571734735c0 void 0.000167
+gallium_dri.so free 0x557173473470 void 0.000126
+gallium_dri.so malloc 72 0x5571734735c0 0.000124
+gallium_dri.so free 0x557173473680 void 0.000125
+gallium_dri.so free 0x5571734735c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734735c0 0.000117
+gallium_dri.so free 0x557173473740 void 0.000119
+gallium_dri.so free 0x5571734735c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734735c0 0.000118
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so free 0x5571734735c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734737b0 0.000118
+gallium_dri.so free 0x557173473800 void 0.000117
+gallium_dri.so free 0x5571734737b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734737b0 0.000119
+gallium_dri.so free 0x557173473900 void 0.000121
+gallium_dri.so free 0x5571734737b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734738b0 0.000118
+gallium_dri.so free 0x5571734739c0 void 0.000118
+gallium_dri.so free 0x5571734738b0 void 0.000115
+gallium_dri.so malloc 72 0x557173473970 0.000119
+gallium_dri.so free 0x557173473a00 void 0.000119
+gallium_dri.so free 0x557173473970 void 0.000118
+gallium_dri.so malloc 72 0x557173473970 0.000119
+gallium_dri.so free 0x557173473ac0 void 0.000119
+gallium_dri.so free 0x557173473970 void 0.000118
+gallium_dri.so malloc 72 0x557173473b00 0.000124
+gallium_dri.so free 0x557173473b80 void 0.000112
+gallium_dri.so free 0x557173473b00 void 0.000111
+gallium_dri.so malloc 72 0x557173473b80 0.000113
+gallium_dri.so free 0x557173473c40 void 0.000111
+gallium_dri.so free 0x557173473b80 void 0.000111
+gallium_dri.so malloc 72 0x557173473b80 0.000110
+gallium_dri.so free 0x557173473d00 void 0.000110
+gallium_dri.so free 0x557173473b80 void 0.000141
+gallium_dri.so malloc 72 0x557173473d20 0.000114
+gallium_dri.so free 0x557173473dc0 void 0.000112
+gallium_dri.so free 0x557173473d20 void 0.000111
+gallium_dri.so malloc 72 0x557173473d70 0.000111
+gallium_dri.so free 0x557173473e40 void 0.000111
+gallium_dri.so free 0x557173473d70 void 0.000111
+gallium_dri.so malloc 72 0x557173473d70 0.000111
+gallium_dri.so free 0x557173473ec0 void 0.000110
+gallium_dri.so free 0x557173473d70 void 0.000113
+gallium_dri.so malloc 72 0x557173473ec0 0.000111
+gallium_dri.so free 0x557173473f80 void 0.000111
+gallium_dri.so free 0x557173473ec0 void 0.000111
+gallium_dri.so malloc 72 0x557173473ec0 0.000111
+gallium_dri.so free 0x557173474040 void 0.000116
+gallium_dri.so free 0x557173473ec0 void 0.000116
+gallium_dri.so malloc 72 0x557173473ec0 0.000113
+gallium_dri.so free 0x557173474100 void 0.000113
+gallium_dri.so free 0x557173473ec0 void 0.000110
+gallium_dri.so malloc 72 0x5571734740b0 0.000126
+gallium_dri.so free 0x5571734741c0 void 0.000120
+gallium_dri.so free 0x5571734740b0 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x55717361fdc0 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe10 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000119
+gallium_dri.so free 0x55717361fe10 void 0.000118
+gallium_dri.so malloc 72 0x55717361fea0 0.000118
+gallium_dri.so free 0x55717361ff40 void 0.000118
+gallium_dri.so free 0x55717361fea0 void 0.000122
+gallium_dri.so malloc 72 0x55717361fef0 0.000119
+gallium_dri.so free 0x55717361ffc0 void 0.000119
+gallium_dri.so free 0x55717361fef0 void 0.000116
+gallium_dri.so malloc 72 0x55717361fef0 0.000118
+gallium_dri.so free 0x557173620040 void 0.000117
+gallium_dri.so free 0x55717361fef0 void 0.000115
+gallium_dri.so malloc 72 0x557173620040 0.000119
+gallium_dri.so free 0x557173620100 void 0.000119
+gallium_dri.so free 0x557173620040 void 0.000118
+gallium_dri.so malloc 72 0x557173620040 0.000118
+gallium_dri.so free 0x557173620200 void 0.000119
+gallium_dri.so free 0x557173620040 void 0.000119
+gallium_dri.so malloc 72 0x5571736201b0 0.000119
+gallium_dri.so free 0x557173620240 void 0.000120
+gallium_dri.so free 0x5571736201b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736201b0 0.000130
+gallium_dri.so free 0x557173620300 void 0.000125
+gallium_dri.so free 0x5571736201b0 void 0.000125
+gallium_dri.so malloc 72 0x557173620340 0.000124
+gallium_dri.so free 0x5571736203c0 void 0.000121
+gallium_dri.so free 0x557173620340 void 0.000119
+gallium_dri.so malloc 72 0x5571736203c0 0.000119
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736203c0 0.000119
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so free 0x5571736203c0 void 0.000119
+gallium_dri.so malloc 72 0x557173620530 0.000117
+gallium_dri.so free 0x557173620580 void 0.000117
+gallium_dri.so free 0x557173620530 void 0.000118
+gallium_dri.so malloc 72 0x557173620530 0.000118
+gallium_dri.so free 0x557173620680 void 0.000117
+gallium_dri.so free 0x557173620530 void 0.000117
+gallium_dri.so malloc 72 0x5571736206c0 0.000120
+gallium_dri.so free 0x557173620740 void 0.000118
+gallium_dri.so free 0x5571736206c0 void 0.000140
+gallium_dri.so malloc 72 0x557173620740 0.000120
+gallium_dri.so free 0x557173620800 void 0.000119
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000119
+gallium_dri.so free 0x557173620880 void 0.000127
+gallium_dri.so free 0x557173620740 void 0.000112
+gallium_dri.so malloc 72 0x5571736208b0 0.000112
+gallium_dri.so free 0x557173620900 void 0.000112
+gallium_dri.so free 0x5571736208b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736208b0 0.000111
+gallium_dri.so free 0x557173620a00 void 0.000111
+gallium_dri.so free 0x5571736208b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736209b0 0.000111
+gallium_dri.so free 0x557173620ac0 void 0.000110
+gallium_dri.so free 0x5571736209b0 void 0.000111
+gallium_dri.so malloc 72 0x557173620a70 0.000110
+gallium_dri.so free 0x557173620b40 void 0.000111
+gallium_dri.so free 0x557173620a70 void 0.000111
+gallium_dri.so malloc 72 0x557173620a70 0.000110
+gallium_dri.so free 0x557173620c00 void 0.000111
+gallium_dri.so free 0x557173620a70 void 0.000112
+gallium_dri.so malloc 72 0x557173620a70 0.000110
+gallium_dri.so free 0x557173620cc0 void 0.000111
+gallium_dri.so free 0x557173620a70 void 0.000111
+gallium_dri.so malloc 72 0x557173620c70 0.000110
+gallium_dri.so free 0x557173620d40 void 0.000116
+gallium_dri.so free 0x557173620c70 void 0.000120
+gallium_dri.so malloc 72 0x557173620d90 0.000111
+gallium_dri.so free 0x557173620e00 void 0.000113
+gallium_dri.so free 0x557173620d90 void 0.000112
+gallium_dri.so malloc 72 0x557173620d90 0.000111
+gallium_dri.so free 0x557173460440 void 0.000113
+gallium_dri.so free 0x557173620d90 void 0.000126
+gallium_dri.so malloc 72 0x557173620d90 0.000125
+gallium_dri.so free 0x557173460500 void 0.000120
+gallium_dri.so free 0x557173620d90 void 0.000119
+gallium_dri.so malloc 72 0x5571734604b0 0.000119
+gallium_dri.so free 0x5571734605c0 void 0.000118
+gallium_dri.so free 0x5571734604b0 void 0.000119
+gallium_dri.so malloc 72 0x557173460570 0.000118
+gallium_dri.so free 0x557173460640 void 0.000120
+gallium_dri.so free 0x557173460570 void 0.000118
+gallium_dri.so malloc 72 0x557173460690 0.000119
+gallium_dri.so free 0x557173460700 void 0.000118
+gallium_dri.so free 0x557173460690 void 0.000118
+gallium_dri.so malloc 72 0x557173460720 0.000119
+gallium_dri.so free 0x5571734607c0 void 0.000119
+gallium_dri.so free 0x557173460720 void 0.000119
+gallium_dri.so malloc 72 0x557173460770 0.000118
+gallium_dri.so free 0x557173460840 void 0.000118
+gallium_dri.so free 0x557173460770 void 0.000119
+gallium_dri.so malloc 72 0x557173460770 0.000119
+gallium_dri.so free 0x5571734608c0 void 0.000118
+gallium_dri.so free 0x557173460770 void 0.000118
+gallium_dri.so malloc 72 0x5571734608c0 0.000118
+gallium_dri.so free 0x557173460980 void 0.000120
+gallium_dri.so free 0x5571734608c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734608c0 0.000119
+gallium_dri.so free 0x557173460a80 void 0.000209
+gallium_dri.so free 0x5571734608c0 void 0.000163
+gallium_dri.so malloc 72 0x557173460a30 0.000172
+gallium_dri.so free 0x557173460ac0 void 0.000125
+gallium_dri.so free 0x557173460a30 void 0.000120
+gallium_dri.so malloc 72 0x557173460a30 0.000118
+gallium_dri.so free 0x557173460b80 void 0.000118
+gallium_dri.so free 0x557173460a30 void 0.000129
+gallium_dri.so malloc 72 0x557173460bc0 0.000119
+gallium_dri.so free 0x557173460c40 void 0.000120
+gallium_dri.so free 0x557173460bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173460c40 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so free 0x557173460c40 void 0.000119
+gallium_dri.so malloc 72 0x557173460c40 0.000119
+gallium_dri.so free 0x557173460d80 void 0.000118
+gallium_dri.so free 0x557173460c40 void 0.000118
+gallium_dri.so malloc 72 0x557173460db0 0.000121
+gallium_dri.so free 0x557173460e00 void 0.000119
+gallium_dri.so free 0x557173460db0 void 0.000118
+gallium_dri.so malloc 72 0x557173460db0 0.000119
+gallium_dri.so free 0x557173460f00 void 0.000120
+gallium_dri.so free 0x557173460db0 void 0.000119
+gallium_dri.so malloc 72 0x557173460f40 0.000118
+gallium_dri.so free 0x557173460fc0 void 0.000123
+gallium_dri.so free 0x557173460f40 void 0.000113
+gallium_dri.so malloc 72 0x557173460fc0 0.000110
+gallium_dri.so free 0x557173461080 void 0.000111
+gallium_dri.so free 0x557173460fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460fc0 0.000110
+gallium_dri.so free 0x557173461100 void 0.000110
+gallium_dri.so free 0x557173460fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173461130 0.000110
+gallium_dri.so free 0x557173461180 void 0.000111
+gallium_dri.so free 0x557173461130 void 0.000111
+gallium_dri.so malloc 72 0x557173461130 0.000111
+gallium_dri.so free 0x557173461280 void 0.000111
+gallium_dri.so free 0x557173461130 void 0.000111
+gallium_dri.so malloc 72 0x557173461230 0.000111
+gallium_dri.so free 0x557173461340 void 0.000111
+gallium_dri.so free 0x557173461230 void 0.000111
+gallium_dri.so malloc 72 0x5571734612f0 0.000110
+gallium_dri.so free 0x5571734613c0 void 0.000111
+gallium_dri.so free 0x5571734612f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734612f0 0.000111
+gallium_dri.so free 0x557173461480 void 0.000110
+gallium_dri.so free 0x5571734612f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734612f0 0.000118
+gallium_dri.so free 0x557173461540 void 0.000117
+gallium_dri.so free 0x5571734612f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734614f0 0.000113
+gallium_dri.so free 0x5571734615c0 void 0.000112
+gallium_dri.so free 0x5571734614f0 void 0.000135
+gallium_dri.so malloc 72 0x557173461610 0.000126
+gallium_dri.so free 0x557173461680 void 0.000125
+gallium_dri.so free 0x557173461610 void 0.000126
+gallium_dri.so malloc 72 0x5571734616a0 0.000121
+gallium_dri.so free 0x557173461740 void 0.000118
+gallium_dri.so free 0x5571734616a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734616f0 0.000119
+gallium_dri.so free 0x5571734617c0 void 0.000118
+gallium_dri.so free 0x5571734616f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734617c0 0.000118
+gallium_dri.so free 0x557173461880 void 0.000120
+gallium_dri.so free 0x5571734617c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734617c0 0.000118
+gallium_dri.so free 0x557173461900 void 0.000119
+gallium_dri.so free 0x5571734617c0 void 0.000117
+gallium_dri.so malloc 72 0x557173461900 0.000117
+gallium_dri.so free 0x5571734619c0 void 0.000118
+gallium_dri.so free 0x557173461900 void 0.000119
+gallium_dri.so malloc 72 0x557173461900 0.000118
+gallium_dri.so free 0x557173461a80 void 0.000118
+gallium_dri.so free 0x557173461900 void 0.000117
+gallium_dri.so malloc 72 0x557173461900 0.000129
+gallium_dri.so free 0x557173461b40 void 0.000119
+gallium_dri.so free 0x557173461900 void 0.000119
+gallium_dri.so malloc 72 0x557173461af0 0.000120
+gallium_dri.so free 0x557173461bc0 void 0.000163
+gallium_dri.so free 0x557173461af0 void 0.000112
+gallium_dri.so malloc 72 0x557173461c10 0.000110
+gallium_dri.so free 0x557173461c80 void 0.000109
+gallium_dri.so free 0x557173461c10 void 0.000110
+gallium_dri.so malloc 72 0x557173461cc0 0.000110
+gallium_dri.so free 0x5571735e0e80 void 0.000111
+gallium_dri.so free 0x557173461cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000110
+gallium_dri.so free 0x5571735e0f40 void 0.000110
+gallium_dri.so free 0x5571735e0ea0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000109
+gallium_dri.so free 0x5571735e0fc0 void 0.000110
+gallium_dri.so free 0x5571735e0ef0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e1040 void 0.000110
+gallium_dri.so free 0x5571735e0ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1040 0.000109
+gallium_dri.so free 0x5571735e1100 void 0.000109
+gallium_dri.so free 0x5571735e1040 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1040 0.000109
+gallium_dri.so free 0x5571735e11c0 void 0.000117
+gallium_dri.so free 0x5571735e1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1040 0.000112
+gallium_dri.so free 0x5571735e1280 void 0.000112
+gallium_dri.so free 0x5571735e1040 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1230 0.000110
+gallium_dri.so free 0x5571735e1280 void 0.000111
+gallium_dri.so free 0x5571735e1230 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1230 0.000122
+gallium_dri.so free 0x5571735e1380 void 0.000116
+gallium_dri.so free 0x5571735e1230 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1330 0.000111
+gallium_dri.so free 0x5571735e1440 void 0.000111
+gallium_dri.so free 0x5571735e1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735e13f0 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000112
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000110
+gallium_dri.so free 0x5571735e1540 void 0.000111
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1580 0.000111
+gallium_dri.so free 0x5571735e1600 void 0.000112
+gallium_dri.so free 0x5571735e1580 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1600 0.000110
+gallium_dri.so free 0x5571735e16c0 void 0.000111
+gallium_dri.so free 0x5571735e1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1600 0.000111
+gallium_dri.so free 0x5571735e1780 void 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000119
+gallium_dri.so malloc 72 0x5571735e17a0 0.000118
+gallium_dri.so free 0x5571735e1840 void 0.000114
+gallium_dri.so free 0x5571735e17a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e17f0 0.000111
+gallium_dri.so free 0x5571735e18c0 void 0.000111
+gallium_dri.so free 0x5571735e17f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000117
+gallium_dri.so free 0x5571735e17f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1940 0.000111
+gallium_dri.so free 0x5571735e1a00 void 0.000111
+gallium_dri.so free 0x5571735e1940 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1940 0.000110
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1940 0.000111
+gallium_dri.so free 0x5571735e1b80 void 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1b30 0.000110
+gallium_dri.so free 0x5571735e1c40 void 0.000110
+gallium_dri.so free 0x5571735e1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000112
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1d10 0.000110
+gallium_dri.so free 0x5571735e1d80 void 0.000111
+gallium_dri.so free 0x5571735e1d10 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1da0 0.000110
+gallium_dri.so free 0x5571735e1e40 void 0.000112
+gallium_dri.so free 0x5571735e1da0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1df0 0.000111
+gallium_dri.so free 0x5571735e1ec0 void 0.000111
+gallium_dri.so free 0x5571735e1df0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1df0 0.000125
+gallium_dri.so free 0x5571735e1f40 void 0.000126
+gallium_dri.so free 0x5571735e1df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1f40 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000122
+gallium_dri.so free 0x5571735e1f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1f40 0.000124
+gallium_dri.so free 0x5571735e2100 void 0.000124
+gallium_dri.so free 0x5571735e1f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e20b0 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000123
+gallium_dri.so free 0x5571735e20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e20b0 0.000124
+gallium_dri.so free 0x5571735e2200 void 0.000126
+gallium_dri.so free 0x5571735e20b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2240 0.000124
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2240 void 0.000123
+gallium_dri.so malloc 72 0x5571735e22c0 0.000125
+gallium_dri.so free 0x5571735e2380 void 0.000134
+gallium_dri.so free 0x5571735e22c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e22c0 0.000266
+gallium_dri.so free 0x5571735e2400 void 0.000132
+gallium_dri.so free 0x5571735e22c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2430 0.000130
+gallium_dri.so free 0x5571735e2480 void 0.000131
+gallium_dri.so free 0x5571735e2430 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2430 0.000124
+gallium_dri.so free 0x5571735e2580 void 0.000123
+gallium_dri.so free 0x5571735e2430 void 0.000124
+gallium_dri.so malloc 72 0x5571735e25c0 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000125
+gallium_dri.so free 0x5571735e25c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2640 0.000126
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2640 0.000124
+gallium_dri.so free 0x5571735e2780 void 0.000124
+gallium_dri.so free 0x5571735e2640 void 0.000124
+gallium_dri.so malloc 72 0x5571735e27b0 0.000124
+gallium_dri.so free 0x5571735e2800 void 0.000125
+gallium_dri.so free 0x5571735e27b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e27b0 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000124
+gallium_dri.so free 0x5571735e27b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e28b0 0.000133
+gallium_dri.so free 0x5571735e29c0 void 0.000118
+gallium_dri.so free 0x5571735e28b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2970 0.000117
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2970 0.000117
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2970 0.000117
+gallium_dri.so free 0x5571735e2bc0 void 0.000117
+gallium_dri.so free 0x5571735e2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2b70 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000118
+gallium_dri.so free 0x5571735e2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2c90 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so free 0x5571735e2c90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d20 0.000117
+gallium_dri.so free 0x5571735e2dc0 void 0.000116
+gallium_dri.so free 0x5571735e2d20 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d70 0.000123
+gallium_dri.so free 0x5571735e2e40 void 0.000119
+gallium_dri.so free 0x5571735e2d70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2e40 0.000117
+gallium_dri.so free 0x5571735e2f00 void 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e40 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000131
+gallium_dri.so free 0x5571735e2e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2f80 0.000131
+gallium_dri.so free 0x5571735e3040 void 0.000127
+gallium_dri.so free 0x5571735e2f80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2f80 0.000130
+gallium_dri.so free 0x5571735e3100 void 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f80 0.000131
+gallium_dri.so free 0x5571735e31c0 void 0.000136
+gallium_dri.so free 0x5571735e2f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3170 0.000121
+gallium_dri.so free 0x5571735e3240 void 0.000119
+gallium_dri.so free 0x5571735e3170 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3290 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000118
+gallium_dri.so free 0x5571735e3290 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3340 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3340 0.000123
+gallium_dri.so free 0x5571735e3440 void 0.000179
+gallium_dri.so free 0x5571735e3340 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3470 0.000124
+gallium_dri.so free 0x5571735e34c0 void 0.000121
+gallium_dri.so free 0x5571735e3470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000119
+gallium_dri.so free 0x5571735e3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3570 0.000117
+gallium_dri.so free 0x5571735e3680 void 0.000131
+gallium_dri.so free 0x5571735e3570 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3630 0.000119
+gallium_dri.so free 0x5571735e36c0 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3630 0.000120
+gallium_dri.so free 0x5571735e3780 void 0.000119
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37f0 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000118
+gallium_dri.so free 0x5571735e37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e37f0 0.000119
+gallium_dri.so free 0x5571735fc3c0 void 0.000120
+gallium_dri.so free 0x5571735e37f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000118
+gallium_dri.so free 0x5571735fc480 void 0.000118
+gallium_dri.so free 0x5571735fc3c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000112
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000111
+gallium_dri.so free 0x5571735fc600 void 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000111
+gallium_dri.so free 0x5571735fc680 void 0.000110
+gallium_dri.so free 0x5571735fc5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000112
+gallium_dri.so free 0x5571735fc740 void 0.000111
+gallium_dri.so free 0x5571735fc6d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000110
+gallium_dri.so free 0x5571735fc840 void 0.000111
+gallium_dri.so free 0x5571735fc7a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000110
+gallium_dri.so free 0x5571735fc880 void 0.000111
+gallium_dri.so free 0x5571735fc7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000111
+gallium_dri.so free 0x5571735fc940 void 0.000111
+gallium_dri.so free 0x5571735fc7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc980 0.000122
+gallium_dri.so free 0x5571735fca00 void 0.000120
+gallium_dri.so free 0x5571735fc980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca00 0.000112
+gallium_dri.so free 0x5571735fcac0 void 0.000111
+gallium_dri.so free 0x5571735fca00 void 0.000110
+gallium_dri.so malloc 72 0x5571735fca00 0.000127
+gallium_dri.so free 0x5571735fcb40 void 0.000122
+gallium_dri.so free 0x5571735fca00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcb70 0.000123
+gallium_dri.so free 0x5571735fcbc0 void 0.000127
+gallium_dri.so free 0x5571735fcb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000120
+gallium_dri.so free 0x5571735fcc80 void 0.000119
+gallium_dri.so free 0x5571735fcbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000125
+gallium_dri.so free 0x5571735fcd80 void 0.000126
+gallium_dri.so free 0x5571735fcbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcd30 0.000124
+gallium_dri.so free 0x5571735fce40 void 0.000120
+gallium_dri.so free 0x5571735fcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000125
+gallium_dri.so free 0x5571735fce80 void 0.000125
+gallium_dri.so free 0x5571735fcdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000125
+gallium_dri.so free 0x5571735fcf40 void 0.000122
+gallium_dri.so free 0x5571735fcdf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fcf80 0.000127
+gallium_dri.so free 0x5571735fd000 void 0.000125
+gallium_dri.so free 0x5571735fcf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd000 0.000124
+gallium_dri.so free 0x5571735fd0c0 void 0.000121
+gallium_dri.so free 0x5571735fd000 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd000 0.000121
+gallium_dri.so free 0x5571735fd140 void 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd000 0.000117
+gallium_dri.so free 0x5571735fd200 void 0.000117
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd000 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd270 0.000119
+gallium_dri.so free 0x5571735fd340 void 0.000118
+gallium_dri.so free 0x5571735fd270 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd390 0.000119
+gallium_dri.so free 0x5571735fd400 void 0.000119
+gallium_dri.so free 0x5571735fd390 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd420 0.000118
+gallium_dri.so free 0x5571735fd4c0 void 0.000118
+gallium_dri.so free 0x5571735fd420 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd470 0.000118
+gallium_dri.so free 0x5571735fd540 void 0.000119
+gallium_dri.so free 0x5571735fd470 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd470 0.000120
+gallium_dri.so free 0x5571735fd640 void 0.000115
+gallium_dri.so free 0x5571735fd470 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000111
+gallium_dri.so free 0x5571735fd6c0 void 0.000111
+gallium_dri.so free 0x5571735fd5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd710 0.000111
+gallium_dri.so free 0x5571735fd780 void 0.000112
+gallium_dri.so free 0x5571735fd710 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000111
+gallium_dri.so free 0x5571735fd840 void 0.000112
+gallium_dri.so free 0x5571735fd7a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000110
+gallium_dri.so free 0x5571735fd8c0 void 0.000111
+gallium_dri.so free 0x5571735fd7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000110
+gallium_dri.so free 0x5571735fd7f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd940 0.000111
+gallium_dri.so free 0x5571735fda00 void 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd940 0.000111
+gallium_dri.so free 0x5571735fdb00 void 0.000120
+gallium_dri.so free 0x5571735fd940 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd940 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so free 0x5571735fd940 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000111
+gallium_dri.so free 0x5571735fdc00 void 0.000137
+gallium_dri.so free 0x5571735fdbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000126
+gallium_dri.so free 0x5571735fdd00 void 0.000125
+gallium_dri.so free 0x5571735fdbb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000124
+gallium_dri.so free 0x5571735fddc0 void 0.000119
+gallium_dri.so free 0x5571735fdcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdd70 0.000124
+gallium_dri.so free 0x5571735fde00 void 0.000151
+gallium_dri.so free 0x5571735fdd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdd70 0.000125
+gallium_dri.so free 0x5571735fdec0 void 0.000125
+gallium_dri.so free 0x5571735fdd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdf10 0.000125
+gallium_dri.so free 0x5571735fdf80 void 0.000125
+gallium_dri.so free 0x5571735fdf10 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000126
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe040 0.000119
+gallium_dri.so free 0x5571735fe100 void 0.000122
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe040 0.000168
+gallium_dri.so free 0x5571735fe180 void 0.000126
+gallium_dri.so free 0x5571735fe040 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000125
+gallium_dri.so free 0x5571735fe200 void 0.000119
+gallium_dri.so free 0x5571735fe1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000118
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000118
+gallium_dri.so free 0x5571735fe3c0 void 0.000118
+gallium_dri.so free 0x5571735fe2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe370 0.000119
+gallium_dri.so free 0x5571735fe440 void 0.000119
+gallium_dri.so free 0x5571735fe370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe460 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000120
+gallium_dri.so free 0x5571735fe460 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000118
+gallium_dri.so free 0x5571735fe580 void 0.000118
+gallium_dri.so free 0x5571735fe4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000119
+gallium_dri.so free 0x5571735fe600 void 0.000119
+gallium_dri.so free 0x5571735fe4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe600 0.000119
+gallium_dri.so free 0x5571735fe6c0 void 0.000179
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe600 0.000111
+gallium_dri.so free 0x5571735fe780 void 0.000110
+gallium_dri.so free 0x5571735fe600 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe600 0.000110
+gallium_dri.so free 0x5571735fe840 void 0.000110
+gallium_dri.so free 0x5571735fe600 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000110
+gallium_dri.so free 0x5571735fe840 void 0.000110
+gallium_dri.so free 0x5571735fe7f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000116
+gallium_dri.so free 0x5571735fe940 void 0.000117
+gallium_dri.so free 0x5571735fe7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000117
+gallium_dri.so free 0x5571735fea00 void 0.000116
+gallium_dri.so free 0x5571735fe8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000117
+gallium_dri.so free 0x5571735fea40 void 0.000118
+gallium_dri.so free 0x5571735fe9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000116
+gallium_dri.so free 0x5571735feb00 void 0.000116
+gallium_dri.so free 0x5571735fe9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735feb40 0.000116
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735feb40 void 0.000149
+gallium_dri.so malloc 72 0x5571735febc0 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000140
+gallium_dri.so free 0x5571735febc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735febc0 0.000122
+gallium_dri.so free 0x5571735fed40 void 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fed60 0.000118
+gallium_dri.so free 0x5571735fee00 void 0.000117
+gallium_dri.so free 0x5571735fed60 void 0.000118
+gallium_dri.so malloc 72 0x5571735fedb0 0.000116
+gallium_dri.so free 0x5571735fee80 void 0.000115
+gallium_dri.so free 0x5571735fedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fedb0 0.000116
+gallium_dri.so free 0x5571735fef00 void 0.000118
+gallium_dri.so free 0x5571735fedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fef00 0.000117
+gallium_dri.so free 0x5571735fefc0 void 0.000115
+gallium_dri.so free 0x5571735fef00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fef00 0.000115
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so free 0x5571735fef00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fef00 0.000122
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000119
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735ff0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000117
+gallium_dri.so free 0x5571735ff280 void 0.000126
+gallium_dri.so free 0x5571735ff1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000126
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so free 0x5571735ff2d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff360 0.000131
+gallium_dri.so free 0x5571735ff400 void 0.000131
+gallium_dri.so free 0x5571735ff360 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000131
+gallium_dri.so free 0x5571735ff480 void 0.000131
+gallium_dri.so free 0x5571735ff3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000132
+gallium_dri.so free 0x5571735ff500 void 0.000130
+gallium_dri.so free 0x5571735ff3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff500 0.000126
+gallium_dri.so free 0x5571735ff5c0 void 0.000130
+gallium_dri.so free 0x5571735ff500 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff500 0.000131
+gallium_dri.so free 0x5571735ff6c0 void 0.000131
+gallium_dri.so free 0x5571735ff500 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff670 0.000128
+gallium_dri.so free 0x5571735ff700 void 0.000132
+gallium_dri.so free 0x5571735ff670 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff670 0.000122
+gallium_dri.so free 0x5571735ff7c0 void 0.000119
+gallium_dri.so free 0x5571735ff670 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff800 0.000126
+gallium_dri.so free 0x5571735ff880 void 0.000125
+gallium_dri.so free 0x5571735ff800 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff880 0.000159
+gallium_dri.so free 0x5571735ff940 void 0.000126
+gallium_dri.so free 0x5571735ff880 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff880 0.000125
+gallium_dri.so free 0x5571735ff9c0 void 0.000125
+gallium_dri.so free 0x5571735ff880 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000124
+gallium_dri.so free 0x5571735ffa40 void 0.000120
+gallium_dri.so free 0x5571735ff9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000118
+gallium_dri.so free 0x5571735ffb40 void 0.000123
+gallium_dri.so free 0x5571735ff9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffb80 0.000124
+gallium_dri.so free 0x5571735ffc00 void 0.000135
+gallium_dri.so free 0x5571735ffb80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffc00 0.000124
+gallium_dri.so free 0x5571735ffcc0 void 0.000125
+gallium_dri.so free 0x5571735ffc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffc00 0.000124
+gallium_dri.so free 0x5571735ffd40 void 0.000120
+gallium_dri.so free 0x5571735ffc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffd70 0.000125
+gallium_dri.so free 0x5571735ffdc0 void 0.000125
+gallium_dri.so free 0x5571735ffd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd70 0.000118
+gallium_dri.so free 0x5571735ffec0 void 0.000124
+gallium_dri.so free 0x5571735ffd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffe70 0.000120
+gallium_dri.so free 0x5571735fff80 void 0.000118
+gallium_dri.so free 0x5571735ffe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fff30 0.000124
+gallium_dri.so free 0x557173600000 void 0.000125
+gallium_dri.so free 0x5571735fff30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fff30 0.000124
+gallium_dri.so free 0x5571736000c0 void 0.000125
+gallium_dri.so free 0x5571735fff30 void 0.000172
+gallium_dri.so malloc 72 0x5571735fff30 0.000121
+gallium_dri.so free 0x557173600180 void 0.000126
+gallium_dri.so free 0x5571735fff30 void 0.000126
+gallium_dri.so malloc 72 0x557173600130 0.000125
+gallium_dri.so free 0x557173600200 void 0.000125
+gallium_dri.so free 0x557173600130 void 0.000125
+gallium_dri.so malloc 72 0x557173600250 0.000121
+gallium_dri.so free 0x5571736002c0 void 0.000119
+gallium_dri.so free 0x557173600250 void 0.000120
+gallium_dri.so malloc 72 0x5571736002e0 0.000124
+gallium_dri.so free 0x557173600380 void 0.000125
+gallium_dri.so free 0x5571736002e0 void 0.000120
+gallium_dri.so malloc 72 0x557173600330 0.000119
+gallium_dri.so free 0x557173600400 void 0.000135
+gallium_dri.so free 0x557173600330 void 0.000131
+gallium_dri.so malloc 72 0x557173600400 0.000131
+gallium_dri.so free 0x5571736004c0 void 0.000130
+gallium_dri.so free 0x557173600400 void 0.000125
+gallium_dri.so malloc 72 0x557173600400 0.000123
+gallium_dri.so free 0x557173600540 void 0.000159
+gallium_dri.so free 0x557173600400 void 0.000133
+gallium_dri.so malloc 72 0x557173600540 0.000128
+gallium_dri.so free 0x557173600600 void 0.000126
+gallium_dri.so free 0x557173600540 void 0.000128
+gallium_dri.so malloc 72 0x557173600540 0.000133
+gallium_dri.so free 0x5571736006c0 void 0.000132
+gallium_dri.so free 0x557173600540 void 0.000127
+gallium_dri.so malloc 72 0x557173600540 0.000125
+gallium_dri.so free 0x557173600780 void 0.000126
+gallium_dri.so free 0x557173600540 void 0.000129
+gallium_dri.so malloc 72 0x557173600730 0.000132
+gallium_dri.so free 0x557173600800 void 0.000127
+gallium_dri.so free 0x557173600730 void 0.000121
+gallium_dri.so malloc 72 0x557173600850 0.000126
+gallium_dri.so free 0x5571736008c0 void 0.000129
+gallium_dri.so free 0x557173600850 void 0.000132
+gallium_dri.so malloc 72 0x557173600900 0.000127
+gallium_dri.so free 0x557173600980 void 0.000131
+gallium_dri.so free 0x557173600900 void 0.000126
+gallium_dri.so malloc 72 0x557173600900 0.000125
+gallium_dri.so free 0x557173600a00 void 0.000125
+gallium_dri.so free 0x557173600900 void 0.000125
+gallium_dri.so malloc 72 0x557173600a30 0.000131
+gallium_dri.so free 0x557173600a80 void 0.000143
+gallium_dri.so free 0x557173600a30 void 0.000132
+gallium_dri.so malloc 72 0x557173600a30 0.000125
+gallium_dri.so free 0x557173600b80 void 0.000123
+gallium_dri.so free 0x557173600a30 void 0.000129
+gallium_dri.so malloc 72 0x557173600b30 0.000125
+gallium_dri.so free 0x557173600c40 void 0.000123
+gallium_dri.so free 0x557173600b30 void 0.000128
+gallium_dri.so malloc 72 0x557173600bf0 0.000124
+gallium_dri.so free 0x557173600c80 void 0.000123
+gallium_dri.so free 0x557173600bf0 void 0.000124
+gallium_dri.so malloc 72 0x557173600bf0 0.000128
+gallium_dri.so free 0x557173600d40 void 0.000133
+gallium_dri.so free 0x557173600bf0 void 0.000125
+gallium_dri.so malloc 72 0x557173600db0 0.000124
+gallium_dri.so free 0x557173600e00 void 0.000128
+gallium_dri.so free 0x557173600db0 void 0.000136
+gallium_dri.so malloc 72 0x557173600db0 0.000131
+gallium_dri.so free 0x557173600f00 void 0.000130
+gallium_dri.so free 0x557173600db0 void 0.000131
+gallium_dri.so malloc 72 0x557173600eb0 0.000132
+gallium_dri.so free 0x557173600fc0 void 0.000124
+gallium_dri.so free 0x557173600eb0 void 0.000140
+gallium_dri.so malloc 72 0x557173600f70 0.000125
+gallium_dri.so free 0x557173601000 void 0.000130
+gallium_dri.so free 0x557173600f70 void 0.000125
+gallium_dri.so malloc 72 0x557173600f70 0.000124
+gallium_dri.so free 0x5571736010c0 void 0.000124
+gallium_dri.so free 0x557173600f70 void 0.000134
+gallium_dri.so malloc 72 0x557173601100 0.000132
+gallium_dri.so free 0x557173601180 void 0.000130
+gallium_dri.so free 0x557173601100 void 0.000161
+gallium_dri.so malloc 72 0x557173601180 0.000224
+gallium_dri.so free 0x55717360c0c0 void 0.000221
+gallium_dri.so free 0x557173601180 void 0.000134
+gallium_dri.so malloc 72 0x55717360c120 0.000126
+gallium_dri.so free 0x55717360c1c0 void 0.000125
+gallium_dri.so free 0x55717360c120 void 0.000129
+gallium_dri.so malloc 72 0x55717360c170 0.000131
+gallium_dri.so free 0x55717360c200 void 0.000131
+gallium_dri.so free 0x55717360c170 void 0.000131
+gallium_dri.so malloc 72 0x55717360c170 0.000127
+gallium_dri.so free 0x55717360c2c0 void 0.000132
+gallium_dri.so free 0x55717360c170 void 0.000144
+gallium_dri.so malloc 72 0x55717360c300 0.000129
+gallium_dri.so free 0x55717360c380 void 0.000126
+gallium_dri.so free 0x55717360c300 void 0.000129
+gallium_dri.so malloc 72 0x55717360c380 0.000125
+gallium_dri.so free 0x55717360c440 void 0.000124
+gallium_dri.so free 0x55717360c380 void 0.000124
+gallium_dri.so malloc 72 0x55717360c380 0.000130
+gallium_dri.so free 0x55717360c4c0 void 0.000131
+gallium_dri.so free 0x55717360c380 void 0.000131
+gallium_dri.so malloc 72 0x55717360c4f0 0.000126
+gallium_dri.so free 0x55717360c540 void 0.000130
+gallium_dri.so free 0x55717360c4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360c540 0.000128
+gallium_dri.so free 0x55717360c600 void 0.000133
+gallium_dri.so free 0x55717360c540 void 0.000131
+gallium_dri.so malloc 72 0x55717360c540 0.000126
+gallium_dri.so free 0x55717360c700 void 0.000126
+gallium_dri.so free 0x55717360c540 void 0.000128
+gallium_dri.so malloc 72 0x55717360c6b0 0.000130
+gallium_dri.so free 0x55717360c7c0 void 0.000133
+gallium_dri.so free 0x55717360c6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360c770 0.000128
+gallium_dri.so free 0x55717360c800 void 0.000126
+gallium_dri.so free 0x55717360c770 void 0.000212
+gallium_dri.so malloc 72 0x55717360c770 0.000169
+gallium_dri.so free 0x55717360c8c0 void 0.000132
+gallium_dri.so free 0x55717360c770 void 0.000132
+gallium_dri.so malloc 72 0x55717360c900 0.000131
+gallium_dri.so free 0x55717360c980 void 0.000132
+gallium_dri.so free 0x55717360c900 void 0.000126
+gallium_dri.so malloc 72 0x55717360c980 0.000124
+gallium_dri.so free 0x55717360ca40 void 0.000131
+gallium_dri.so free 0x55717360c980 void 0.000131
+gallium_dri.so malloc 72 0x55717360c980 0.000131
+gallium_dri.so free 0x55717360cac0 void 0.000127
+gallium_dri.so free 0x55717360c980 void 0.000128
+gallium_dri.so malloc 72 0x55717360c980 0.000130
+gallium_dri.so free 0x55717360cb80 void 0.000133
+gallium_dri.so free 0x55717360c980 void 0.000131
+gallium_dri.so malloc 72 0x55717360c980 0.000126
+gallium_dri.so free 0x55717360cc40 void 0.000131
+gallium_dri.so free 0x55717360c980 void 0.000125
+gallium_dri.so malloc 72 0x55717360cbf0 0.000130
+gallium_dri.so free 0x55717360ccc0 void 0.000126
+gallium_dri.so free 0x55717360cbf0 void 0.000135
+gallium_dri.so malloc 72 0x55717360cd10 0.000142
+gallium_dri.so free 0x55717360cd80 void 0.000136
+gallium_dri.so free 0x55717360cd10 void 0.000133
+gallium_dri.so malloc 72 0x55717360cda0 0.000131
+gallium_dri.so free 0x55717360ce40 void 0.000127
+gallium_dri.so free 0x55717360cda0 void 0.000125
+gallium_dri.so malloc 72 0x55717360cdf0 0.000125
+gallium_dri.so free 0x55717360cec0 void 0.000131
+gallium_dri.so free 0x55717360cdf0 void 0.000126
+gallium_dri.so malloc 72 0x55717360cdf0 0.000130
+gallium_dri.so free 0x55717360cfc0 void 0.000130
+gallium_dri.so free 0x55717360cdf0 void 0.000133
+gallium_dri.so malloc 72 0x55717360cf70 0.000131
+gallium_dri.so free 0x55717360d040 void 0.000130
+gallium_dri.so free 0x55717360cf70 void 0.000132
+gallium_dri.so malloc 72 0x55717360d090 0.000131
+gallium_dri.so free 0x55717360d100 void 0.000130
+gallium_dri.so free 0x55717360d090 void 0.000127
+gallium_dri.so malloc 72 0x55717360d120 0.000124
+gallium_dri.so free 0x55717360d1c0 void 0.000124
+gallium_dri.so free 0x55717360d120 void 0.000124
+gallium_dri.so malloc 72 0x55717360d170 0.000124
+gallium_dri.so free 0x55717360d240 void 0.000125
+gallium_dri.so free 0x55717360d170 void 0.000123
+gallium_dri.so malloc 72 0x55717360d170 0.000127
+gallium_dri.so free 0x55717360d2c0 void 0.000124
+gallium_dri.so free 0x55717360d170 void 0.000134
+gallium_dri.so malloc 72 0x55717360d2c0 0.000125
+gallium_dri.so free 0x55717360d380 void 0.000125
+gallium_dri.so free 0x55717360d2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d2c0 0.000125
+gallium_dri.so free 0x55717360d480 void 0.000125
+gallium_dri.so free 0x55717360d2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d2c0 0.000124
+gallium_dri.so free 0x55717360d500 void 0.000125
+gallium_dri.so free 0x55717360d2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d530 0.000124
+gallium_dri.so free 0x55717360d580 void 0.000126
+gallium_dri.so free 0x55717360d530 void 0.000124
+gallium_dri.so malloc 72 0x55717360d530 0.000124
+gallium_dri.so free 0x55717360d680 void 0.000124
+gallium_dri.so free 0x55717360d530 void 0.000125
+gallium_dri.so malloc 72 0x55717360d630 0.000125
+gallium_dri.so free 0x55717360d740 void 0.000124
+gallium_dri.so free 0x55717360d630 void 0.000125
+gallium_dri.so malloc 72 0x55717360d6f0 0.000126
+gallium_dri.so free 0x55717360d780 void 0.000125
+gallium_dri.so free 0x55717360d6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d6f0 0.000125
+gallium_dri.so free 0x55717360d840 void 0.000124
+gallium_dri.so free 0x55717360d6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d890 0.000171
+gallium_dri.so free 0x55717360d900 void 0.000125
+gallium_dri.so free 0x55717360d890 void 0.000124
+gallium_dri.so malloc 72 0x55717360d940 0.000123
+gallium_dri.so free 0x55717360d9c0 void 0.000124
+gallium_dri.so free 0x55717360d940 void 0.000124
+gallium_dri.so malloc 72 0x55717360d9c0 0.000125
+gallium_dri.so free 0x55717360da80 void 0.000124
+gallium_dri.so free 0x55717360d9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d9c0 0.000125
+gallium_dri.so free 0x55717360db00 void 0.000125
+gallium_dri.so free 0x55717360d9c0 void 0.000150
+gallium_dri.so malloc 72 0x55717360db30 0.000135
+gallium_dri.so free 0x55717360db80 void 0.000120
+gallium_dri.so free 0x55717360db30 void 0.000118
+gallium_dri.so malloc 72 0x55717360db30 0.000120
+gallium_dri.so free 0x55717360dc80 void 0.000119
+gallium_dri.so free 0x55717360db30 void 0.000118
+gallium_dri.so malloc 72 0x55717360dc30 0.000118
+gallium_dri.so free 0x55717360dd40 void 0.000120
+gallium_dri.so free 0x55717360dc30 void 0.000119
+gallium_dri.so malloc 72 0x55717360dcf0 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000119
+gallium_dri.so free 0x55717360dcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dde0 0.000120
+gallium_dri.so free 0x55717360de80 void 0.000129
+gallium_dri.so free 0x55717360dde0 void 0.000121
+gallium_dri.so malloc 72 0x55717360de30 0.000119
+gallium_dri.so free 0x55717360df00 void 0.000118
+gallium_dri.so free 0x55717360de30 void 0.000119
+gallium_dri.so malloc 72 0x55717360de30 0.000118
+gallium_dri.so free 0x55717360df80 void 0.000119
+gallium_dri.so free 0x55717360de30 void 0.000117
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e040 void 0.000120
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360df80 0.000118
+gallium_dri.so free 0x55717360e100 void 0.000119
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360df80 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360df80 void 0.000118
+gallium_dri.so malloc 72 0x55717360e170 0.000120
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360e170 void 0.000118
+gallium_dri.so malloc 72 0x55717360e170 0.000119
+gallium_dri.so free 0x55717360e2c0 void 0.000118
+gallium_dri.so free 0x55717360e170 void 0.000118
+gallium_dri.so malloc 72 0x55717360e270 0.000118
+gallium_dri.so free 0x55717360e380 void 0.000119
+gallium_dri.so free 0x55717360e270 void 0.000119
+gallium_dri.so malloc 72 0x55717360e330 0.000118
+gallium_dri.so free 0x55717360e3c0 void 0.000120
+gallium_dri.so free 0x55717360e330 void 0.000119
+gallium_dri.so malloc 72 0x55717360e330 0.000119
+gallium_dri.so free 0x55717360e480 void 0.000118
+gallium_dri.so free 0x55717360e330 void 0.000118
+gallium_dri.so malloc 72 0x55717360e4c0 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000118
+gallium_dri.so free 0x55717360e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e540 0.000120
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so malloc 72 0x55717360e540 0.000118
+gallium_dri.so free 0x55717360e6c0 void 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000119
+gallium_dri.so malloc 72 0x55717360e6e0 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000118
+gallium_dri.so free 0x55717360e6e0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e730 0.000115
+gallium_dri.so free 0x55717360e800 void 0.000119
+gallium_dri.so free 0x55717360e730 void 0.000122
+gallium_dri.so malloc 72 0x55717360e730 0.000123
+gallium_dri.so free 0x55717360e880 void 0.000123
+gallium_dri.so free 0x55717360e730 void 0.000118
+gallium_dri.so malloc 72 0x55717360e880 0.000120
+gallium_dri.so free 0x55717360e940 void 0.000119
+gallium_dri.so free 0x55717360e880 void 0.000145
+gallium_dri.so malloc 72 0x55717360e880 0.000161
+gallium_dri.so free 0x55717360ea00 void 0.000121
+gallium_dri.so free 0x55717360e880 void 0.000120
+gallium_dri.so malloc 72 0x55717360e880 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000119
+gallium_dri.so free 0x55717360e880 void 0.000119
+gallium_dri.so malloc 72 0x55717360ea70 0.000119
+gallium_dri.so free 0x55717360eb80 void 0.000119
+gallium_dri.so free 0x55717360ea70 void 0.000119
+gallium_dri.so malloc 72 0x55717360eb30 0.000120
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360eb30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ec50 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000118
+gallium_dri.so free 0x55717360ec50 void 0.000119
+gallium_dri.so malloc 72 0x55717360ece0 0.000118
+gallium_dri.so free 0x55717360ed80 void 0.000120
+gallium_dri.so free 0x55717360ece0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed30 0.000118
+gallium_dri.so free 0x55717360ee00 void 0.000120
+gallium_dri.so free 0x55717360ed30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed30 0.000118
+gallium_dri.so free 0x55717360ee80 void 0.000119
+gallium_dri.so free 0x55717360ed30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000119
+gallium_dri.so free 0x55717360ef40 void 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000127
+gallium_dri.so malloc 72 0x55717360ee80 0.000119
+gallium_dri.so free 0x55717360f040 void 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360eff0 0.000119
+gallium_dri.so free 0x55717360f080 void 0.000118
+gallium_dri.so free 0x55717360eff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eff0 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so free 0x55717360eff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f180 0.000118
+gallium_dri.so free 0x55717360f200 void 0.000119
+gallium_dri.so free 0x55717360f180 void 0.000119
+gallium_dri.so malloc 72 0x55717360f200 0.000117
+gallium_dri.so free 0x55717360f2c0 void 0.000118
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so malloc 72 0x55717360f200 0.000117
+gallium_dri.so free 0x55717360f340 void 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000120
+gallium_dri.so malloc 72 0x55717360f370 0.000119
+gallium_dri.so free 0x55717360f3c0 void 0.000120
+gallium_dri.so free 0x55717360f370 void 0.000118
+gallium_dri.so malloc 72 0x55717360f370 0.000118
+gallium_dri.so free 0x55717360f4c0 void 0.000119
+gallium_dri.so free 0x55717360f370 void 0.000115
+gallium_dri.so malloc 72 0x55717360f500 0.000120
+gallium_dri.so free 0x55717360f580 void 0.000157
+gallium_dri.so free 0x55717360f500 void 0.000119
+gallium_dri.so malloc 72 0x55717360f580 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000118
+gallium_dri.so free 0x55717360f580 void 0.000117
+gallium_dri.so malloc 72 0x55717360f580 0.000119
+gallium_dri.so free 0x55717360f6c0 void 0.000119
+gallium_dri.so free 0x55717360f580 void 0.000118
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f740 void 0.000117
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f6f0 0.000118
+gallium_dri.so free 0x55717360f840 void 0.000121
+gallium_dri.so free 0x55717360f6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f7f0 0.000120
+gallium_dri.so free 0x55717360f900 void 0.000119
+gallium_dri.so free 0x55717360f7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f8b0 0.000119
+gallium_dri.so free 0x55717360f980 void 0.000118
+gallium_dri.so free 0x55717360f8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f8b0 0.000120
+gallium_dri.so free 0x55717360fa40 void 0.000118
+gallium_dri.so free 0x55717360f8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f8b0 0.000120
+gallium_dri.so free 0x55717360fb00 void 0.000118
+gallium_dri.so free 0x55717360f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fab0 0.000130
+gallium_dri.so free 0x55717360fb80 void 0.000119
+gallium_dri.so free 0x55717360fab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fbd0 0.000118
+gallium_dri.so free 0x55717360fc40 void 0.000118
+gallium_dri.so free 0x55717360fbd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc60 0.000119
+gallium_dri.so free 0x55717360fd00 void 0.000121
+gallium_dri.so free 0x55717360fc60 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcb0 0.000118
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so free 0x55717360fcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fd80 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000118
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd80 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000118
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fec0 0.000117
+gallium_dri.so free 0x55717360ff80 void 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fec0 0.000120
+gallium_dri.so free 0x557173610040 void 0.000119
+gallium_dri.so free 0x55717360fec0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fec0 0.000122
+gallium_dri.so free 0x557173610100 void 0.000122
+gallium_dri.so free 0x55717360fec0 void 0.000158
+gallium_dri.so malloc 72 0x5571736100b0 0.000141
+gallium_dri.so free 0x557173610180 void 0.000136
+gallium_dri.so free 0x5571736100b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736101d0 0.000129
+gallium_dri.so free 0x557173610240 void 0.000130
+gallium_dri.so free 0x5571736101d0 void 0.000130
+gallium_dri.so malloc 72 0x557173610280 0.000132
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610280 void 0.000130
+gallium_dri.so malloc 72 0x557173610280 0.000130
+gallium_dri.so free 0x557173610380 void 0.000131
+gallium_dri.so free 0x557173610280 void 0.000132
+gallium_dri.so malloc 72 0x5571736103b0 0.000131
+gallium_dri.so free 0x557173610400 void 0.000130
+gallium_dri.so free 0x5571736103b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736103b0 0.000133
+gallium_dri.so free 0x557173610500 void 0.000132
+gallium_dri.so free 0x5571736103b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736104b0 0.000129
+gallium_dri.so free 0x5571736105c0 void 0.000132
+gallium_dri.so free 0x5571736104b0 void 0.000131
+gallium_dri.so malloc 72 0x557173610570 0.000134
+gallium_dri.so free 0x557173610600 void 0.000130
+gallium_dri.so free 0x557173610570 void 0.000128
+gallium_dri.so malloc 72 0x557173610570 0.000130
+gallium_dri.so free 0x5571736106c0 void 0.000129
+gallium_dri.so free 0x557173610570 void 0.000133
+gallium_dri.so malloc 72 0x557173610730 0.000131
+gallium_dri.so free 0x557173610780 void 0.000133
+gallium_dri.so free 0x557173610730 void 0.000133
+gallium_dri.so malloc 72 0x557173610730 0.000133
+gallium_dri.so free 0x557173610880 void 0.000137
+gallium_dri.so free 0x557173610730 void 0.000135
+gallium_dri.so malloc 72 0x557173610830 0.000120
+gallium_dri.so free 0x557173610940 void 0.000120
+gallium_dri.so free 0x557173610830 void 0.000119
+gallium_dri.so malloc 72 0x5571736108f0 0.000118
+gallium_dri.so free 0x557173610980 void 0.000118
+gallium_dri.so free 0x5571736108f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736108f0 0.000119
+gallium_dri.so free 0x557173610a40 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610a80 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so free 0x557173610a80 void 0.000118
+gallium_dri.so malloc 72 0x557173610b00 0.000120
+gallium_dri.so free 0x557173610bc0 void 0.000119
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so malloc 72 0x557173610b00 0.000136
+gallium_dri.so free 0x557173610c80 void 0.000119
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so malloc 72 0x557173610ca0 0.000119
+gallium_dri.so free 0x557173610d40 void 0.000120
+gallium_dri.so free 0x557173610ca0 void 0.000119
+gallium_dri.so malloc 72 0x557173610cf0 0.000120
+gallium_dri.so free 0x557173610dc0 void 0.000119
+gallium_dri.so free 0x557173610cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610cf0 0.000119
+gallium_dri.so free 0x557173610e40 void 0.000119
+gallium_dri.so free 0x557173610cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610e40 0.000120
+gallium_dri.so free 0x557173610f00 void 0.000118
+gallium_dri.so free 0x557173610e40 void 0.000118
+gallium_dri.so malloc 72 0x557173610e40 0.000119
+gallium_dri.so free 0x557173610fc0 void 0.000119
+gallium_dri.so free 0x557173610e40 void 0.000117
+gallium_dri.so malloc 72 0x557173610e40 0.000120
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x557173610e40 void 0.000118
+gallium_dri.so malloc 72 0x557173611030 0.000119
+gallium_dri.so free 0x557173611140 void 0.000119
+gallium_dri.so free 0x557173611030 void 0.000118
+gallium_dri.so malloc 72 0x5571736110f0 0.000119
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so free 0x5571736110f0 void 0.000128
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000117
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x5571735bfe40 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe70 0.000117
+gallium_dri.so free 0x5571735bfec0 void 0.000117
+gallium_dri.so free 0x5571735bfe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfe70 0.000117
+gallium_dri.so free 0x5571735bffc0 void 0.000118
+gallium_dri.so free 0x5571735bfe70 void 0.000117
+gallium_dri.so malloc 72 0x5571735bff70 0.000183
+gallium_dri.so free 0x5571735c0080 void 0.000242
+gallium_dri.so free 0x5571735bff70 void 0.000212
+gallium_dri.so malloc 72 0x5571735c0030 0.000118
+gallium_dri.so free 0x5571735c0100 void 0.000118
+gallium_dri.so free 0x5571735c0030 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0120 0.000118
+gallium_dri.so free 0x5571735c01c0 void 0.000117
+gallium_dri.so free 0x5571735c0120 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0170 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000117
+gallium_dri.so free 0x5571735c0170 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0170 0.000156
+gallium_dri.so free 0x5571735c02c0 void 0.000202
+gallium_dri.so free 0x5571735c0170 void 0.000170
+gallium_dri.so malloc 72 0x5571735c02c0 0.000170
+gallium_dri.so free 0x5571735c0380 void 0.000180
+gallium_dri.so free 0x5571735c02c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c02c0 0.000119
+gallium_dri.so free 0x5571735c0440 void 0.000119
+gallium_dri.so free 0x5571735c02c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c02c0 0.000117
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c04b0 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735c04b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c04b0 0.000119
+gallium_dri.so free 0x5571735c0600 void 0.000119
+gallium_dri.so free 0x5571735c04b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000120
+gallium_dri.so free 0x5571735c06c0 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0670 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0670 0.000126
+gallium_dri.so free 0x5571735c07c0 void 0.000119
+gallium_dri.so free 0x5571735c0670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0800 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000118
+gallium_dri.so free 0x5571735c0800 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0880 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0880 0.000119
+gallium_dri.so free 0x5571735c0a00 void 0.000118
+gallium_dri.so free 0x5571735c0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a20 0.000120
+gallium_dri.so free 0x5571735c0ac0 void 0.000118
+gallium_dri.so free 0x5571735c0a20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a70 0.000119
+gallium_dri.so free 0x5571735c0b40 void 0.000119
+gallium_dri.so free 0x5571735c0a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0a70 0.000117
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so free 0x5571735c0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000119
+gallium_dri.so free 0x5571735c0c80 void 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000118
+gallium_dri.so free 0x5571735c0d40 void 0.000118
+gallium_dri.so free 0x5571735c0bc0 void 0.000158
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000121
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0db0 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000119
+gallium_dri.so free 0x5571735c0db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0e70 0.000117
+gallium_dri.so free 0x5571735c0f40 void 0.000118
+gallium_dri.so free 0x5571735c0e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0f90 0.000118
+gallium_dri.so free 0x5571735c1000 void 0.000119
+gallium_dri.so free 0x5571735c0f90 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1020 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c1020 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c1140 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c11c0 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000125
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11c0 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000127
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1330 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000118
+gallium_dri.so free 0x5571735c1330 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1330 0.000117
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so free 0x5571735c1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735c14c0 0.000117
+gallium_dri.so free 0x5571735c1540 void 0.000117
+gallium_dri.so free 0x5571735c14c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1540 0.000119
+gallium_dri.so free 0x5571735c1600 void 0.000119
+gallium_dri.so free 0x5571735c1540 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1540 0.000119
+gallium_dri.so free 0x5571735c1680 void 0.000118
+gallium_dri.so free 0x5571735c1540 void 0.000117
+gallium_dri.so malloc 72 0x5571735c16b0 0.000118
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so free 0x5571735c16b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c16b0 0.000117
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1840 0.000119
+gallium_dri.so free 0x5571735c18c0 void 0.000118
+gallium_dri.so free 0x5571735c1840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c18c0 0.000120
+gallium_dri.so free 0x5571735c1980 void 0.000127
+gallium_dri.so free 0x5571735c18c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c18c0 0.000147
+gallium_dri.so free 0x5571735c1a00 void 0.000121
+gallium_dri.so free 0x5571735c18c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a30 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000120
+gallium_dri.so free 0x5571735c1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a30 0.000118
+gallium_dri.so free 0x5571735c1b80 void 0.000118
+gallium_dri.so free 0x5571735c1a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1b30 0.000120
+gallium_dri.so free 0x5571735c1c40 void 0.000118
+gallium_dri.so free 0x5571735c1b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000118
+gallium_dri.so free 0x5571735c1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000117
+gallium_dri.so free 0x5571735c1d80 void 0.000120
+gallium_dri.so free 0x5571735c1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000118
+gallium_dri.so free 0x5571735c1e40 void 0.000119
+gallium_dri.so free 0x5571735c1bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1df0 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so free 0x5571735c1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f10 0.000167
+gallium_dri.so free 0x5571735c1f80 void 0.000119
+gallium_dri.so free 0x5571735c1f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000118
+gallium_dri.so free 0x5571735c2040 void 0.000118
+gallium_dri.so free 0x5571735c1fa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000118
+gallium_dri.so free 0x5571735c20c0 void 0.000118
+gallium_dri.so free 0x5571735c1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c20c0 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c20c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c20c0 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so free 0x5571735c20c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c22c0 void 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c2440 void 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c23f0 0.000117
+gallium_dri.so free 0x5571735c24c0 void 0.000117
+gallium_dri.so free 0x5571735c23f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2510 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000118
+gallium_dri.so free 0x5571735c2510 void 0.000119
+gallium_dri.so malloc 72 0x5571735c25c0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so free 0x5571735c25c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c25c0 0.000120
+gallium_dri.so free 0x5571735c26c0 void 0.000117
+gallium_dri.so free 0x5571735c25c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26f0 0.000119
+gallium_dri.so free 0x5571735c2740 void 0.000118
+gallium_dri.so free 0x5571735c26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c26f0 0.000120
+gallium_dri.so free 0x5571735c2840 void 0.000119
+gallium_dri.so free 0x5571735c26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27f0 0.000118
+gallium_dri.so free 0x5571735c2900 void 0.000118
+gallium_dri.so free 0x5571735c27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c28b0 0.000117
+gallium_dri.so free 0x5571735c2940 void 0.000120
+gallium_dri.so free 0x5571735c28b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c28b0 0.000118
+gallium_dri.so free 0x5571735c2a00 void 0.000118
+gallium_dri.so free 0x5571735c28b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2a70 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000118
+gallium_dri.so free 0x5571735c2a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b70 0.000119
+gallium_dri.so free 0x5571735c2c80 void 0.000118
+gallium_dri.so free 0x5571735c2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c30 0.000118
+gallium_dri.so free 0x5571735c2cc0 void 0.000120
+gallium_dri.so free 0x5571735c2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c30 0.000118
+gallium_dri.so free 0x5571735c2d80 void 0.000118
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e40 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2e40 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000119
+gallium_dri.so free 0x5571735c3080 void 0.000119
+gallium_dri.so free 0x5571735c2fe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3030 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000178
+gallium_dri.so free 0x5571735c3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3030 0.000135
+gallium_dri.so free 0x5571735c3180 void 0.000124
+gallium_dri.so free 0x5571735c3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3180 0.000118
+gallium_dri.so free 0x5571735c3240 void 0.000118
+gallium_dri.so free 0x5571735c3180 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3180 0.000118
+gallium_dri.so free 0x5571735c3300 void 0.000120
+gallium_dri.so free 0x5571735c3180 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3180 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x5571735c3180 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3370 0.000118
+gallium_dri.so free 0x5571735c3480 void 0.000117
+gallium_dri.so free 0x5571735c3370 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3430 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000117
+gallium_dri.so free 0x5571735c3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3550 0.000118
+gallium_dri.so free 0x5571735c35c0 void 0.000117
+gallium_dri.so free 0x5571735c3550 void 0.000117
+gallium_dri.so malloc 72 0x5571735c35e0 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000119
+gallium_dri.so free 0x5571735c35e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3630 0.000129
+gallium_dri.so free 0x5571735c3700 void 0.000118
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3780 0.000118
+gallium_dri.so free 0x5571735c3840 void 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3780 0.000118
+gallium_dri.so free 0x5571735c3940 void 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000118
+gallium_dri.so malloc 72 0x5571735c38f0 0.000120
+gallium_dri.so free 0x5571735c3980 void 0.000118
+gallium_dri.so free 0x5571735c38f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c38f0 0.000117
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so free 0x5571735c38f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a80 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3b00 0.000117
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b00 0.000118
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3c70 0.000120
+gallium_dri.so free 0x5571735c3cc0 void 0.000120
+gallium_dri.so free 0x5571735c3c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c70 0.000119
+gallium_dri.so free 0x5571735c3dc0 void 0.000118
+gallium_dri.so free 0x5571735c3c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3e00 0.000117
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so free 0x5571735c3e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3e80 0.000117
+gallium_dri.so free 0x5571735c3f40 void 0.000119
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3e80 0.000117
+gallium_dri.so free 0x5571735c3fc0 void 0.000117
+gallium_dri.so free 0x5571735c3e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000119
+gallium_dri.so free 0x5571735c4040 void 0.000118
+gallium_dri.so free 0x5571735c3ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000118
+gallium_dri.so free 0x5571735c4140 void 0.000121
+gallium_dri.so free 0x5571735c3ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c40f0 0.000119
+gallium_dri.so free 0x5571735c4200 void 0.000119
+gallium_dri.so free 0x5571735c40f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c41b0 0.000119
+gallium_dri.so free 0x5571735c4280 void 0.000119
+gallium_dri.so free 0x5571735c41b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735c41b0 0.000120
+gallium_dri.so free 0x5571735c4340 void 0.000119
+gallium_dri.so free 0x5571735c41b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41b0 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43b0 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000119
+gallium_dri.so free 0x5571735c43b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c44d0 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c44d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4560 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so free 0x5571735c4560 void 0.000118
+gallium_dri.so malloc 72 0x5571735c45b0 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so free 0x5571735c45b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000119
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000127
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so free 0x5571735c47c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4a00 void 0.000118
+gallium_dri.so free 0x5571735c47c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49b0 0.000119
+gallium_dri.so free 0x5571735c4a80 void 0.000118
+gallium_dri.so free 0x5571735c49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4ad0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b80 0.000120
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b80 0.000119
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000118
+gallium_dri.so free 0x5571735c4d00 void 0.000119
+gallium_dri.so free 0x5571735c4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000117
+gallium_dri.so free 0x5571735c4e00 void 0.000117
+gallium_dri.so free 0x5571735c4cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4db0 0.000129
+gallium_dri.so free 0x5571735c4ec0 void 0.000120
+gallium_dri.so free 0x5571735c4db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so free 0x5571735c4e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4fc0 void 0.000119
+gallium_dri.so free 0x5571735c4e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5030 0.000122
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so free 0x5571735c5030 void 0.000118
+gallium_dri.so malloc 72 0x5571735c5030 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000123
+gallium_dri.so free 0x5571735c5030 void 0.000124
+gallium_dri.so malloc 72 0x557173469a80 0.000124
+gallium_dri.so free 0x557173469b40 void 0.000124
+gallium_dri.so free 0x557173469a80 void 0.000124
+gallium_dri.so malloc 72 0x557173469a80 0.000120
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000117
+gallium_dri.so free 0x557173469d40 void 0.000117
+gallium_dri.so free 0x557173469c70 void 0.000127
+gallium_dri.so malloc 72 0x557173469d90 0.000118
+gallium_dri.so free 0x557173469e00 void 0.000119
+gallium_dri.so free 0x557173469d90 void 0.000117
+gallium_dri.so malloc 72 0x557173469e60 0.000118
+gallium_dri.so free 0x557173469f00 void 0.000118
+gallium_dri.so free 0x557173469e60 void 0.000119
+gallium_dri.so malloc 72 0x557173469eb0 0.000118
+gallium_dri.so free 0x557173469f40 void 0.000118
+gallium_dri.so free 0x557173469eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173469eb0 0.000120
+gallium_dri.so free 0x55717346a000 void 0.000118
+gallium_dri.so free 0x557173469eb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a040 0.000117
+gallium_dri.so free 0x55717346a0c0 void 0.000119
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so malloc 72 0x55717346a0c0 0.000118
+gallium_dri.so free 0x55717346a180 void 0.000118
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a0c0 0.000117
+gallium_dri.so free 0x55717346a200 void 0.000117
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a230 0.000117
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so free 0x55717346a230 void 0.000119
+gallium_dri.so malloc 72 0x55717346a280 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000124
+gallium_dri.so free 0x55717346a280 void 0.000110
+gallium_dri.so malloc 72 0x55717346a280 0.000110
+gallium_dri.so free 0x55717346a440 void 0.000111
+gallium_dri.so free 0x55717346a280 void 0.000109
+gallium_dri.so malloc 72 0x55717346a3f0 0.000110
+gallium_dri.so free 0x55717346a500 void 0.000109
+gallium_dri.so free 0x55717346a3f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a4b0 0.000110
+gallium_dri.so free 0x55717346a540 void 0.000110
+gallium_dri.so free 0x55717346a4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a4b0 0.000109
+gallium_dri.so free 0x55717346a600 void 0.000110
+gallium_dri.so free 0x55717346a4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a640 0.000110
+gallium_dri.so free 0x55717346a6c0 void 0.000110
+gallium_dri.so free 0x55717346a640 void 0.000109
+gallium_dri.so malloc 72 0x55717346a6c0 0.000109
+gallium_dri.so free 0x55717346a780 void 0.000110
+gallium_dri.so free 0x55717346a6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a6c0 0.000111
+gallium_dri.so free 0x55717346a800 void 0.000109
+gallium_dri.so free 0x55717346a6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a6c0 0.000109
+gallium_dri.so free 0x55717346a8c0 void 0.000111
+gallium_dri.so free 0x55717346a6c0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a6c0 0.000110
+gallium_dri.so free 0x55717346a980 void 0.000111
+gallium_dri.so free 0x55717346a6c0 void 0.000180
+gallium_dri.so malloc 72 0x55717346a930 0.000165
+gallium_dri.so free 0x55717346aa00 void 0.000160
+gallium_dri.so free 0x55717346a930 void 0.000138
+gallium_dri.so malloc 72 0x55717346aa50 0.000129
+gallium_dri.so free 0x55717346aac0 void 0.000124
+gallium_dri.so free 0x55717346aa50 void 0.000119
+gallium_dri.so malloc 72 0x55717346aae0 0.000114
+gallium_dri.so free 0x55717346ab80 void 0.000120
+gallium_dri.so free 0x55717346aae0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ab30 0.000114
+gallium_dri.so free 0x55717346ac00 void 0.000116
+gallium_dri.so free 0x55717346ab30 void 0.000112
+gallium_dri.so malloc 72 0x55717346ab30 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000113
+gallium_dri.so free 0x55717346ab30 void 0.000113
+gallium_dri.so malloc 72 0x55717346acb0 0.000113
+gallium_dri.so free 0x55717346ad80 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346add0 0.000117
+gallium_dri.so free 0x55717346ae40 void 0.000118
+gallium_dri.so free 0x55717346add0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae60 0.000113
+gallium_dri.so free 0x55717346af00 void 0.000114
+gallium_dri.so free 0x55717346ae60 void 0.000115
+gallium_dri.so malloc 72 0x55717346aeb0 0.000127
+gallium_dri.so free 0x55717346af80 void 0.000109
+gallium_dri.so free 0x55717346aeb0 void 0.000198
+gallium_dri.so malloc 72 0x55717346aeb0 0.000159
+gallium_dri.so free 0x55717346b000 void 0.000118
+gallium_dri.so free 0x55717346aeb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b000 0.000119
+gallium_dri.so free 0x55717346b0c0 void 0.000117
+gallium_dri.so free 0x55717346b000 void 0.000118
+gallium_dri.so malloc 72 0x55717346b000 0.000117
+gallium_dri.so free 0x55717346b1c0 void 0.000117
+gallium_dri.so free 0x55717346b000 void 0.000119
+gallium_dri.so malloc 72 0x55717346b000 0.000117
+gallium_dri.so free 0x55717346b240 void 0.000119
+gallium_dri.so free 0x55717346b000 void 0.000117
+gallium_dri.so malloc 72 0x55717346b270 0.000117
+gallium_dri.so free 0x55717346b2c0 void 0.000120
+gallium_dri.so free 0x55717346b270 void 0.000117
+gallium_dri.so malloc 72 0x55717346b270 0.000117
+gallium_dri.so free 0x55717346b3c0 void 0.000118
+gallium_dri.so free 0x55717346b270 void 0.000124
+gallium_dri.so malloc 72 0x55717346b370 0.000125
+gallium_dri.so free 0x55717346b480 void 0.000117
+gallium_dri.so free 0x55717346b370 void 0.000118
+gallium_dri.so malloc 72 0x55717346b430 0.000118
+gallium_dri.so free 0x55717346b4c0 void 0.000127
+gallium_dri.so free 0x55717346b430 void 0.000120
+gallium_dri.so malloc 72 0x55717346b430 0.000119
+gallium_dri.so free 0x55717346b580 void 0.000118
+gallium_dri.so free 0x55717346b430 void 0.000117
+gallium_dri.so malloc 72 0x55717346b5d0 0.000117
+gallium_dri.so free 0x55717346b640 void 0.000119
+gallium_dri.so free 0x55717346b5d0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b680 0.000117
+gallium_dri.so free 0x55717346b700 void 0.000120
+gallium_dri.so free 0x55717346b680 void 0.000118
+gallium_dri.so malloc 72 0x55717346b700 0.000117
+gallium_dri.so free 0x55717346b7c0 void 0.000116
+gallium_dri.so free 0x55717346b700 void 0.000117
+gallium_dri.so malloc 72 0x55717346b700 0.000117
+gallium_dri.so free 0x55717346b840 void 0.000119
+gallium_dri.so free 0x55717346b700 void 0.000124
+gallium_dri.so malloc 72 0x55717346b870 0.000119
+gallium_dri.so free 0x55717346b8c0 void 0.000118
+gallium_dri.so free 0x55717346b870 void 0.000119
+gallium_dri.so malloc 72 0x55717346b870 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000119
+gallium_dri.so free 0x55717346b870 void 0.000117
+gallium_dri.so malloc 72 0x55717346b970 0.000120
+gallium_dri.so free 0x55717346ba80 void 0.000118
+gallium_dri.so free 0x55717346b970 void 0.000118
+gallium_dri.so malloc 72 0x55717346ba30 0.000117
+gallium_dri.so free 0x55717346bb00 void 0.000124
+gallium_dri.so free 0x55717346ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb20 0.000118
+gallium_dri.so free 0x55717346bbc0 void 0.000117
+gallium_dri.so free 0x55717346bb20 void 0.000118
+gallium_dri.so malloc 72 0x55717346bb70 0.000118
+gallium_dri.so free 0x55717346bc40 void 0.000117
+gallium_dri.so free 0x55717346bb70 void 0.000117
+gallium_dri.so malloc 72 0x55717346bb70 0.000120
+gallium_dri.so free 0x55717346bcc0 void 0.000118
+gallium_dri.so free 0x55717346bb70 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcc0 0.000117
+gallium_dri.so free 0x55717346bd80 void 0.000118
+gallium_dri.so free 0x55717346bcc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bcc0 0.000127
+gallium_dri.so free 0x55717346be40 void 0.000125
+gallium_dri.so free 0x55717346bcc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bcc0 0.000117
+gallium_dri.so free 0x55717346bf00 void 0.000117
+gallium_dri.so free 0x55717346bcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346beb0 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000119
+gallium_dri.so free 0x55717346beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346beb0 0.000119
+gallium_dri.so free 0x55717346c000 void 0.000117
+gallium_dri.so free 0x55717346beb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346bfb0 0.000128
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x55717346bfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000117
+gallium_dri.so free 0x55717346c100 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000139
+gallium_dri.so malloc 72 0x55717346c070 0.000110
+gallium_dri.so free 0x55717346c1c0 void 0.000259
+gallium_dri.so free 0x55717346c070 void 0.000214
+gallium_dri.so malloc 72 0x55717346c200 0.000120
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x55717346c200 void 0.000117
+gallium_dri.so malloc 72 0x55717346c280 0.000118
+gallium_dri.so free 0x55717346c340 void 0.000118
+gallium_dri.so free 0x55717346c280 void 0.000118
+gallium_dri.so malloc 72 0x55717346c280 0.000118
+gallium_dri.so free 0x55717346c400 void 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so malloc 72 0x55717346c420 0.000118
+gallium_dri.so free 0x55717346c4c0 void 0.000119
+gallium_dri.so free 0x55717346c420 void 0.000117
+gallium_dri.so malloc 72 0x55717346c470 0.000117
+gallium_dri.so free 0x55717346c540 void 0.000118
+gallium_dri.so free 0x55717346c470 void 0.000118
+gallium_dri.so malloc 72 0x55717346c470 0.000118
+gallium_dri.so free 0x55717346c5c0 void 0.000110
+gallium_dri.so free 0x55717346c470 void 0.000120
+gallium_dri.so malloc 72 0x55717346c5c0 0.000117
+gallium_dri.so free 0x55717346c680 void 0.000118
+gallium_dri.so free 0x55717346c5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c5c0 0.000123
+gallium_dri.so free 0x55717346c740 void 0.000120
+gallium_dri.so free 0x55717346c5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c5c0 0.000118
+gallium_dri.so free 0x55717346c800 void 0.000117
+gallium_dri.so free 0x55717346c5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c7b0 0.000118
+gallium_dri.so free 0x55717346c8c0 void 0.000118
+gallium_dri.so free 0x55717346c7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c870 0.000118
+gallium_dri.so free 0x55717346c940 void 0.000120
+gallium_dri.so free 0x55717346c870 void 0.000122
+gallium_dri.so malloc 72 0x55717346c990 0.000118
+gallium_dri.so free 0x55717346ca00 void 0.000118
+gallium_dri.so free 0x55717346c990 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca20 0.000117
+gallium_dri.so free 0x55717346cac0 void 0.000118
+gallium_dri.so free 0x55717346ca20 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca70 0.000118
+gallium_dri.so free 0x55717346cb40 void 0.000118
+gallium_dri.so free 0x55717346ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca70 0.000188
+gallium_dri.so free 0x55717346cbc0 void 0.000120
+gallium_dri.so free 0x55717346ca70 void 0.000118
+gallium_dri.so malloc 72 0x55717346cbc0 0.000120
+gallium_dri.so free 0x55717346cc80 void 0.000118
+gallium_dri.so free 0x55717346cbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cbc0 0.000118
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so free 0x55717346cbc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cd30 0.000117
+gallium_dri.so free 0x55717346cdc0 void 0.000117
+gallium_dri.so free 0x55717346cd30 void 0.000118
+gallium_dri.so malloc 72 0x55717346cd30 0.000118
+gallium_dri.so free 0x55717346ce80 void 0.000117
+gallium_dri.so free 0x55717346cd30 void 0.000118
+gallium_dri.so malloc 72 0x55717346cec0 0.000117
+gallium_dri.so free 0x55717346cf40 void 0.000122
+gallium_dri.so free 0x55717346cec0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cf40 0.000118
+gallium_dri.so free 0x55717346d000 void 0.000120
+gallium_dri.so free 0x55717346cf40 void 0.000117
+gallium_dri.so malloc 72 0x55717346cf40 0.000117
+gallium_dri.so free 0x55717346d080 void 0.000117
+gallium_dri.so free 0x55717346cf40 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000117
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d240 0.000117
+gallium_dri.so free 0x55717346d2c0 void 0.000117
+gallium_dri.so free 0x55717346d240 void 0.000117
+gallium_dri.so malloc 72 0x55717346d2c0 0.000118
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d2c0 0.000118
+gallium_dri.so free 0x55717346d400 void 0.000117
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d430 0.000118
+gallium_dri.so free 0x55717346d480 void 0.000118
+gallium_dri.so free 0x55717346d430 void 0.000122
+gallium_dri.so malloc 72 0x55717346d430 0.000118
+gallium_dri.so free 0x55717346d580 void 0.000118
+gallium_dri.so free 0x55717346d430 void 0.000118
+gallium_dri.so malloc 72 0x55717346d530 0.000117
+gallium_dri.so free 0x55717346d640 void 0.000117
+gallium_dri.so free 0x55717346d530 void 0.000118
+gallium_dri.so malloc 72 0x55717346d5f0 0.000125
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x55717346d5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5f0 0.000119
+gallium_dri.so free 0x55717346d780 void 0.000126
+gallium_dri.so free 0x55717346d5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d5f0 0.000110
+gallium_dri.so free 0x55717346d840 void 0.000114
+gallium_dri.so free 0x55717346d5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d7f0 0.000110
+gallium_dri.so free 0x55717346d8c0 void 0.000111
+gallium_dri.so free 0x55717346d7f0 void 0.000134
+gallium_dri.so malloc 72 0x55717346d910 0.000111
+gallium_dri.so free 0x55717346d980 void 0.000109
+gallium_dri.so free 0x55717346d910 void 0.000111
+gallium_dri.so malloc 72 0x55717346d9a0 0.000111
+gallium_dri.so free 0x55717346da40 void 0.000110
+gallium_dri.so free 0x55717346d9a0 void 0.000109
+gallium_dri.so malloc 72 0x55717346d9f0 0.000109
+gallium_dri.so free 0x55717346dac0 void 0.000109
+gallium_dri.so free 0x55717346d9f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346dac0 0.000111
+gallium_dri.so free 0x55717346db80 void 0.000110
+gallium_dri.so free 0x55717346dac0 void 0.000111
+gallium_dri.so malloc 72 0x55717346dac0 0.000110
+gallium_dri.so free 0x55717346dc00 void 0.000110
+gallium_dri.so free 0x55717346dac0 void 0.000110
+gallium_dri.so malloc 72 0x55717346dc00 0.000110
+gallium_dri.so free 0x55717346dcc0 void 0.000109
+gallium_dri.so free 0x55717346dc00 void 0.000112
+gallium_dri.so malloc 72 0x55717346dc00 0.000109
+gallium_dri.so free 0x55717346dd80 void 0.000110
+gallium_dri.so free 0x55717346dc00 void 0.000174
+gallium_dri.so malloc 72 0x55717346dc00 0.000129
+gallium_dri.so free 0x55717346de40 void 0.000131
+gallium_dri.so free 0x55717346dc00 void 0.000131
+gallium_dri.so malloc 72 0x55717346ddf0 0.000131
+gallium_dri.so free 0x55717346dec0 void 0.000131
+gallium_dri.so free 0x55717346ddf0 void 0.000122
+gallium_dri.so malloc 72 0x55717346df10 0.000119
+gallium_dri.so free 0x55717346df80 void 0.000124
+gallium_dri.so free 0x55717346df10 void 0.000121
+gallium_dri.so malloc 72 0x55717346dfc0 0.000118
+gallium_dri.so free 0x55717346e040 void 0.000118
+gallium_dri.so free 0x55717346dfc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346dfc0 0.000123
+gallium_dri.so free 0x55717346e0c0 void 0.000124
+gallium_dri.so free 0x55717346dfc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e0f0 0.000125
+gallium_dri.so free 0x55717346e140 void 0.000125
+gallium_dri.so free 0x55717346e0f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e0f0 0.000125
+gallium_dri.so free 0x55717346e240 void 0.000121
+gallium_dri.so free 0x55717346e0f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e1f0 0.000127
+gallium_dri.so free 0x55717346e300 void 0.000120
+gallium_dri.so free 0x55717346e1f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e2b0 0.000120
+gallium_dri.so free 0x55717346e340 void 0.000126
+gallium_dri.so free 0x55717346e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e2b0 0.000124
+gallium_dri.so free 0x55717346e400 void 0.000119
+gallium_dri.so free 0x55717346e2b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e470 0.000123
+gallium_dri.so free 0x55717346e4c0 void 0.000136
+gallium_dri.so free 0x55717346e470 void 0.000132
+gallium_dri.so malloc 72 0x55717346e470 0.000130
+gallium_dri.so free 0x55717346e5c0 void 0.000132
+gallium_dri.so free 0x55717346e470 void 0.000131
+gallium_dri.so malloc 72 0x55717346e570 0.000126
+gallium_dri.so free 0x55717346e680 void 0.000130
+gallium_dri.so free 0x55717346e570 void 0.000126
+gallium_dri.so malloc 72 0x55717346e630 0.000129
+gallium_dri.so free 0x55717346e6c0 void 0.000131
+gallium_dri.so free 0x55717346e630 void 0.000130
+gallium_dri.so malloc 72 0x55717346e630 0.000138
+gallium_dri.so free 0x55717346e780 void 0.000132
+gallium_dri.so free 0x55717346e630 void 0.000131
+gallium_dri.so malloc 72 0x55717346e7c0 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000126
+gallium_dri.so free 0x55717346e7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e840 0.000129
+gallium_dri.so free 0x55717346e900 void 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000125
+gallium_dri.so malloc 72 0x55717346e840 0.000123
+gallium_dri.so free 0x55717346e9c0 void 0.000128
+gallium_dri.so free 0x55717346e840 void 0.000126
+gallium_dri.so malloc 72 0x55717346e9e0 0.000125
+gallium_dri.so free 0x55717346ea80 void 0.000124
+gallium_dri.so free 0x55717346e9e0 void 0.000129
+gallium_dri.so malloc 72 0x55717346ea30 0.000130
+gallium_dri.so free 0x55717346eb00 void 0.000130
+gallium_dri.so free 0x55717346ea30 void 0.000132
+gallium_dri.so malloc 72 0x55717346ea30 0.000130
+gallium_dri.so free 0x55717346eb80 void 0.000129
+gallium_dri.so free 0x55717346ea30 void 0.000130
+gallium_dri.so malloc 72 0x55717346eb80 0.000130
+gallium_dri.so free 0x55717346ec40 void 0.000130
+gallium_dri.so free 0x55717346eb80 void 0.000124
+gallium_dri.so malloc 72 0x55717346eb80 0.000130
+gallium_dri.so free 0x55717346ed00 void 0.000126
+gallium_dri.so free 0x55717346eb80 void 0.000125
+gallium_dri.so malloc 72 0x55717346eb80 0.000124
+gallium_dri.so free 0x55717346edc0 void 0.000140
+gallium_dri.so free 0x55717346eb80 void 0.000132
+gallium_dri.so malloc 72 0x55717346ed70 0.000129
+gallium_dri.so free 0x55717346ee80 void 0.000131
+gallium_dri.so free 0x55717346ed70 void 0.000131
+gallium_dri.so malloc 72 0x55717346ee30 0.000127
+gallium_dri.so free 0x55717346ef00 void 0.000129
+gallium_dri.so free 0x55717346ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717346ef50 0.000125
+gallium_dri.so free 0x55717346efc0 void 0.000130
+gallium_dri.so free 0x55717346ef50 void 0.000131
+gallium_dri.so malloc 72 0x55717346efe0 0.000131
+gallium_dri.so free 0x55717346f080 void 0.000129
+gallium_dri.so free 0x55717346efe0 void 0.000132
+gallium_dri.so malloc 72 0x55717346f030 0.000143
+gallium_dri.so free 0x55717346f100 void 0.000131
+gallium_dri.so free 0x55717346f030 void 0.000132
+gallium_dri.so malloc 72 0x55717346f030 0.000132
+gallium_dri.so free 0x55717346f180 void 0.000131
+gallium_dri.so free 0x55717346f030 void 0.000130
+gallium_dri.so malloc 72 0x55717346f180 0.000129
+gallium_dri.so free 0x55717346f240 void 0.000131
+gallium_dri.so free 0x55717346f180 void 0.000130
+gallium_dri.so malloc 72 0x55717346f180 0.000130
+gallium_dri.so free 0x55717346f340 void 0.000129
+gallium_dri.so free 0x55717346f180 void 0.000133
+gallium_dri.so malloc 72 0x55717346f2f0 0.000128
+gallium_dri.so free 0x55717346f380 void 0.000124
+gallium_dri.so free 0x55717346f2f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346f2f0 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000131
+gallium_dri.so free 0x55717346f2f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346f2f0 0.000128
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so free 0x55717346f2f0 void 0.000176
+gallium_dri.so malloc 72 0x5571735da940 0.000133
+gallium_dri.so free 0x5571735daa00 void 0.000131
+gallium_dri.so free 0x5571735da940 void 0.000132
+gallium_dri.so malloc 72 0x5571735da940 0.000130
+gallium_dri.so free 0x5571735daac0 void 0.000125
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so malloc 72 0x5571735da940 0.000124
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000126
+gallium_dri.so malloc 72 0x5571735dab30 0.000124
+gallium_dri.so free 0x5571735dab80 void 0.000132
+gallium_dri.so free 0x5571735dab30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dab30 0.000125
+gallium_dri.so free 0x5571735dac80 void 0.000125
+gallium_dri.so free 0x5571735dab30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dac30 0.000128
+gallium_dri.so free 0x5571735dad40 void 0.000125
+gallium_dri.so free 0x5571735dac30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dacf0 0.000130
+gallium_dri.so free 0x5571735dad80 void 0.000131
+gallium_dri.so free 0x5571735dacf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dacf0 0.000151
+gallium_dri.so free 0x5571735dae40 void 0.000130
+gallium_dri.so free 0x5571735dacf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dae80 0.000131
+gallium_dri.so free 0x5571735daf00 void 0.000131
+gallium_dri.so free 0x5571735dae80 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf00 0.000128
+gallium_dri.so free 0x5571735dafc0 void 0.000126
+gallium_dri.so free 0x5571735daf00 void 0.000127
+gallium_dri.so malloc 72 0x5571735daf00 0.000131
+gallium_dri.so free 0x5571735db080 void 0.000130
+gallium_dri.so free 0x5571735daf00 void 0.000127
+gallium_dri.so malloc 72 0x5571735db0a0 0.000123
+gallium_dri.so free 0x5571735db140 void 0.000129
+gallium_dri.so free 0x5571735db0a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db0f0 0.000134
+gallium_dri.so free 0x5571735db1c0 void 0.000131
+gallium_dri.so free 0x5571735db0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db0f0 0.000125
+gallium_dri.so free 0x5571735db240 void 0.000128
+gallium_dri.so free 0x5571735db0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db300 void 0.000135
+gallium_dri.so free 0x5571735db240 void 0.000133
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db3c0 void 0.000127
+gallium_dri.so free 0x5571735db240 void 0.000130
+gallium_dri.so malloc 72 0x5571735db240 0.000131
+gallium_dri.so free 0x5571735db480 void 0.000133
+gallium_dri.so free 0x5571735db240 void 0.000129
+gallium_dri.so malloc 72 0x5571735db430 0.000130
+gallium_dri.so free 0x5571735db540 void 0.000126
+gallium_dri.so free 0x5571735db430 void 0.000125
+gallium_dri.so malloc 72 0x5571735db4f0 0.000125
+gallium_dri.so free 0x5571735db5c0 void 0.000130
+gallium_dri.so free 0x5571735db4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db610 0.000131
+gallium_dri.so free 0x5571735db680 void 0.000130
+gallium_dri.so free 0x5571735db610 void 0.000132
+gallium_dri.so malloc 72 0x5571735db6a0 0.000130
+gallium_dri.so free 0x5571735db740 void 0.000125
+gallium_dri.so free 0x5571735db6a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735db6f0 0.000130
+gallium_dri.so free 0x5571735db7c0 void 0.000133
+gallium_dri.so free 0x5571735db6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6f0 0.000129
+gallium_dri.so free 0x5571735db840 void 0.000126
+gallium_dri.so free 0x5571735db6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735db840 0.000123
+gallium_dri.so free 0x5571735db900 void 0.000130
+gallium_dri.so free 0x5571735db840 void 0.000131
+gallium_dri.so malloc 72 0x5571735db840 0.000125
+gallium_dri.so free 0x5571735dba00 void 0.000124
+gallium_dri.so free 0x5571735db840 void 0.000128
+gallium_dri.so malloc 72 0x5571735db9b0 0.000131
+gallium_dri.so free 0x5571735dba40 void 0.000130
+gallium_dri.so free 0x5571735db9b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db9b0 0.000131
+gallium_dri.so free 0x5571735dbb00 void 0.000130
+gallium_dri.so free 0x5571735db9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbb40 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000129
+gallium_dri.so free 0x5571735dbb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000125
+gallium_dri.so free 0x5571735dbc80 void 0.000134
+gallium_dri.so free 0x5571735dbbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000130
+gallium_dri.so free 0x5571735dbd00 void 0.000132
+gallium_dri.so free 0x5571735dbbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbd30 0.000124
+gallium_dri.so free 0x5571735dbd80 void 0.000129
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000131
+gallium_dri.so free 0x5571735dbe80 void 0.000130
+gallium_dri.so free 0x5571735dbd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbec0 0.000124
+gallium_dri.so free 0x5571735dbf40 void 0.000129
+gallium_dri.so free 0x5571735dbec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbf40 0.000128
+gallium_dri.so free 0x5571735dc000 void 0.000129
+gallium_dri.so free 0x5571735dbf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbf40 0.000130
+gallium_dri.so free 0x5571735dc080 void 0.000130
+gallium_dri.so free 0x5571735dbf40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000131
+gallium_dri.so free 0x5571735dc100 void 0.000130
+gallium_dri.so free 0x5571735dc0b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000211
+gallium_dri.so free 0x5571735dc200 void 0.000193
+gallium_dri.so free 0x5571735dc0b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000131
+gallium_dri.so free 0x5571735dc2c0 void 0.000127
+gallium_dri.so free 0x5571735dc1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc270 0.000125
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so free 0x5571735dc270 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc270 0.000131
+gallium_dri.so free 0x5571735dc400 void 0.000138
+gallium_dri.so free 0x5571735dc270 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc270 0.000131
+gallium_dri.so free 0x5571735dc4c0 void 0.000131
+gallium_dri.so free 0x5571735dc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc470 0.000131
+gallium_dri.so free 0x5571735dc540 void 0.000132
+gallium_dri.so free 0x5571735dc470 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc590 0.000129
+gallium_dri.so free 0x5571735dc600 void 0.000130
+gallium_dri.so free 0x5571735dc590 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc620 0.000130
+gallium_dri.so free 0x5571735dc6c0 void 0.000125
+gallium_dri.so free 0x5571735dc620 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc670 0.000132
+gallium_dri.so free 0x5571735dc740 void 0.000129
+gallium_dri.so free 0x5571735dc670 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc740 0.000131
+gallium_dri.so free 0x5571735dc800 void 0.000130
+gallium_dri.so free 0x5571735dc740 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc740 0.000131
+gallium_dri.so free 0x5571735dc880 void 0.000130
+gallium_dri.so free 0x5571735dc740 void 0.000134
+gallium_dri.so malloc 72 0x5571735dc880 0.000126
+gallium_dri.so free 0x5571735dc940 void 0.000130
+gallium_dri.so free 0x5571735dc880 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc880 0.000131
+gallium_dri.so free 0x5571735dca00 void 0.000132
+gallium_dri.so free 0x5571735dc880 void 0.000153
+gallium_dri.so malloc 72 0x5571735dc880 0.000168
+gallium_dri.so free 0x5571735dcac0 void 0.000168
+gallium_dri.so free 0x5571735dc880 void 0.000161
+gallium_dri.so malloc 72 0x5571735dca70 0.000150
+gallium_dri.so free 0x5571735dcb40 void 0.000138
+gallium_dri.so free 0x5571735dca70 void 0.000138
+gallium_dri.so malloc 72 0x5571735dcb90 0.000137
+gallium_dri.so free 0x5571735dcc00 void 0.000132
+gallium_dri.so free 0x5571735dcb90 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcc40 0.000135
+gallium_dri.so free 0x5571735dccc0 void 0.000132
+gallium_dri.so free 0x5571735dcc40 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcc40 0.000137
+gallium_dri.so free 0x5571735dcd40 void 0.000139
+gallium_dri.so free 0x5571735dcc40 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcd70 0.000137
+gallium_dri.so free 0x5571735dcdc0 void 0.000133
+gallium_dri.so free 0x5571735dcd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcd70 0.000147
+gallium_dri.so free 0x5571735dcec0 void 0.000138
+gallium_dri.so free 0x5571735dcd70 void 0.000139
+gallium_dri.so malloc 72 0x5571735dce70 0.000134
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so free 0x5571735dce70 void 0.000136
+gallium_dri.so malloc 72 0x5571735dcf30 0.000137
+gallium_dri.so free 0x5571735dcfc0 void 0.000138
+gallium_dri.so free 0x5571735dcf30 void 0.000139
+gallium_dri.so malloc 72 0x5571735dcf30 0.000138
+gallium_dri.so free 0x5571735dd080 void 0.000134
+gallium_dri.so free 0x5571735dcf30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000139
+gallium_dri.so free 0x5571735dd140 void 0.000133
+gallium_dri.so free 0x5571735dd0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000131
+gallium_dri.so free 0x5571735dd240 void 0.000137
+gallium_dri.so free 0x5571735dd0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000131
+gallium_dri.so free 0x5571735dd300 void 0.000131
+gallium_dri.so free 0x5571735dd1f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000148
+gallium_dri.so free 0x5571735dd340 void 0.000141
+gallium_dri.so free 0x5571735dd2b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000138
+gallium_dri.so free 0x5571735dd400 void 0.000140
+gallium_dri.so free 0x5571735dd2b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd440 0.000138
+gallium_dri.so free 0x5571735dd4c0 void 0.000138
+gallium_dri.so free 0x5571735dd440 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000138
+gallium_dri.so free 0x5571735dd580 void 0.000135
+gallium_dri.so free 0x5571735dd4c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000137
+gallium_dri.so free 0x5571735dd640 void 0.000133
+gallium_dri.so free 0x5571735dd4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd660 0.000135
+gallium_dri.so free 0x5571735dd700 void 0.000133
+gallium_dri.so free 0x5571735dd660 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000137
+gallium_dri.so free 0x5571735dd780 void 0.000154
+gallium_dri.so free 0x5571735dd6b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000137
+gallium_dri.so free 0x5571735dd800 void 0.000132
+gallium_dri.so free 0x5571735dd6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd800 0.000135
+gallium_dri.so free 0x5571735dd8c0 void 0.000137
+gallium_dri.so free 0x5571735dd800 void 0.000140
+gallium_dri.so malloc 72 0x5571735dd800 0.000133
+gallium_dri.so free 0x5571735dd980 void 0.000131
+gallium_dri.so free 0x5571735dd800 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd800 0.000132
+gallium_dri.so free 0x5571735dda40 void 0.000130
+gallium_dri.so free 0x5571735dd800 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000129
+gallium_dri.so free 0x5571735ddb00 void 0.000131
+gallium_dri.so free 0x5571735dd9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddab0 0.000129
+gallium_dri.so free 0x5571735ddb80 void 0.000130
+gallium_dri.so free 0x5571735ddab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000141
+gallium_dri.so free 0x5571735ddc40 void 0.000128
+gallium_dri.so free 0x5571735ddbd0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddc60 0.000126
+gallium_dri.so free 0x5571735ddd00 void 0.000124
+gallium_dri.so free 0x5571735ddc60 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000132
+gallium_dri.so free 0x5571735ddd80 void 0.000126
+gallium_dri.so free 0x5571735ddcb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000130
+gallium_dri.so free 0x5571735dde00 void 0.000130
+gallium_dri.so free 0x5571735ddcb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dde00 0.000130
+gallium_dri.so free 0x5571735ddec0 void 0.000125
+gallium_dri.so free 0x5571735dde00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dde00 0.000132
+gallium_dri.so free 0x5571735ddfc0 void 0.000129
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddf70 0.000125
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddf70 0.000129
+gallium_dri.so free 0x5571735de0c0 void 0.000142
+gallium_dri.so free 0x5571735ddf70 void 0.000198
+gallium_dri.so malloc 72 0x5571735de100 0.000133
+gallium_dri.so free 0x5571735de180 void 0.000125
+gallium_dri.so free 0x5571735de100 void 0.000126
+gallium_dri.so malloc 72 0x5571735de180 0.000129
+gallium_dri.so free 0x5571735de240 void 0.000126
+gallium_dri.so free 0x5571735de180 void 0.000129
+gallium_dri.so malloc 72 0x5571735de180 0.000125
+gallium_dri.so free 0x5571735de2c0 void 0.000124
+gallium_dri.so free 0x5571735de180 void 0.000124
+gallium_dri.so malloc 72 0x5571735de2f0 0.000129
+gallium_dri.so free 0x5571735de340 void 0.000126
+gallium_dri.so free 0x5571735de2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de2f0 0.000131
+gallium_dri.so free 0x5571735de440 void 0.000131
+gallium_dri.so free 0x5571735de2f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735de480 0.000130
+gallium_dri.so free 0x5571735de500 void 0.000131
+gallium_dri.so free 0x5571735de480 void 0.000131
+gallium_dri.so malloc 72 0x5571735de500 0.000130
+gallium_dri.so free 0x5571735de5c0 void 0.000136
+gallium_dri.so free 0x5571735de500 void 0.000170
+gallium_dri.so malloc 72 0x5571735de500 0.000166
+gallium_dri.so free 0x5571735de640 void 0.000164
+gallium_dri.so free 0x5571735de500 void 0.000130
+gallium_dri.so malloc 72 0x5571735de670 0.000131
+gallium_dri.so free 0x5571735de6c0 void 0.000125
+gallium_dri.so free 0x5571735de670 void 0.000131
+gallium_dri.so malloc 72 0x5571735de670 0.000130
+gallium_dri.so free 0x5571735de7c0 void 0.000131
+gallium_dri.so free 0x5571735de670 void 0.000127
+gallium_dri.so malloc 72 0x5571735de770 0.000125
+gallium_dri.so free 0x5571735de880 void 0.000125
+gallium_dri.so free 0x5571735de770 void 0.000124
+gallium_dri.so malloc 72 0x5571735de830 0.000130
+gallium_dri.so free 0x5571735de900 void 0.000130
+gallium_dri.so free 0x5571735de830 void 0.000132
+gallium_dri.so malloc 72 0x5571735de830 0.000131
+gallium_dri.so free 0x5571735de9c0 void 0.000131
+gallium_dri.so free 0x5571735de830 void 0.000125
+gallium_dri.so malloc 72 0x5571735de830 0.000124
+gallium_dri.so free 0x5571735dea80 void 0.000139
+gallium_dri.so free 0x5571735de830 void 0.000134
+gallium_dri.so malloc 72 0x5571735dea30 0.000132
+gallium_dri.so free 0x5571735deb00 void 0.000131
+gallium_dri.so free 0x5571735dea30 void 0.000124
+gallium_dri.so malloc 72 0x5571735deb50 0.000124
+gallium_dri.so free 0x5571735debc0 void 0.000129
+gallium_dri.so free 0x5571735deb50 void 0.000126
+gallium_dri.so malloc 72 0x5571735debe0 0.000127
+gallium_dri.so free 0x5571735dec80 void 0.000134
+gallium_dri.so free 0x5571735debe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dec30 0.000185
+gallium_dri.so free 0x5571735ded00 void 0.000206
+gallium_dri.so free 0x5571735dec30 void 0.000165
+gallium_dri.so malloc 72 0x5571735ded00 0.000289
+gallium_dri.so free 0x5571735dedc0 void 0.000267
+gallium_dri.so free 0x5571735ded00 void 0.000274
+gallium_dri.so malloc 72 0x5571735ded00 0.000263
+gallium_dri.so free 0x5571735dee40 void 0.000275
+gallium_dri.so free 0x5571735ded00 void 0.000276
+gallium_dri.so malloc 72 0x5571735dee40 0.000210
+gallium_dri.so free 0x5571735def00 void 0.000169
+gallium_dri.so free 0x5571735dee40 void 0.000177
+gallium_dri.so malloc 72 0x5571735dee40 0.000132
+gallium_dri.so free 0x5571735defc0 void 0.000128
+gallium_dri.so free 0x5571735dee40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dee40 0.000136
+gallium_dri.so free 0x5571735df080 void 0.000197
+gallium_dri.so free 0x5571735dee40 void 0.000253
+gallium_dri.so malloc 72 0x5571735df030 0.000248
+gallium_dri.so free 0x5571735df100 void 0.000133
+gallium_dri.so free 0x5571735df030 void 0.000127
+gallium_dri.so malloc 72 0x5571735df150 0.000129
+gallium_dri.so free 0x5571735df1c0 void 0.000130
+gallium_dri.so free 0x5571735df150 void 0.000127
+gallium_dri.so malloc 72 0x5571735df200 0.000129
+gallium_dri.so free 0x5571735df280 void 0.000131
+gallium_dri.so free 0x5571735df200 void 0.000126
+gallium_dri.so malloc 72 0x5571735df200 0.000137
+gallium_dri.so free 0x5571735df300 void 0.000137
+gallium_dri.so free 0x5571735df200 void 0.000136
+gallium_dri.so malloc 72 0x5571735df330 0.000135
+gallium_dri.so free 0x5571735df380 void 0.000137
+gallium_dri.so free 0x5571735df330 void 0.000136
+gallium_dri.so malloc 72 0x5571735df330 0.000134
+gallium_dri.so free 0x5571735df480 void 0.000133
+gallium_dri.so free 0x5571735df330 void 0.000138
+gallium_dri.so malloc 72 0x5571735df430 0.000139
+gallium_dri.so free 0x5571735df540 void 0.000136
+gallium_dri.so free 0x5571735df430 void 0.000130
+gallium_dri.so malloc 72 0x5571735df4f0 0.000124
+gallium_dri.so free 0x5571735df580 void 0.000127
+gallium_dri.so free 0x5571735df4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df4f0 0.000126
+gallium_dri.so free 0x5571735df640 void 0.000126
+gallium_dri.so free 0x5571735df4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df6b0 0.000127
+gallium_dri.so free 0x5571735df700 void 0.000126
+gallium_dri.so free 0x5571735df6b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df6b0 0.000138
+gallium_dri.so free 0x5571735df800 void 0.000127
+gallium_dri.so free 0x5571735df6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df7b0 0.000129
+gallium_dri.so free 0x5571735df8c0 void 0.000124
+gallium_dri.so free 0x5571735df7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df870 0.000120
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df870 void 0.000120
+gallium_dri.so malloc 72 0x5571735df870 0.000121
+gallium_dri.so free 0x5571735df9c0 void 0.000122
+gallium_dri.so free 0x5571735df870 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfa00 0.000121
+gallium_dri.so free 0x5571735dfa80 void 0.000121
+gallium_dri.so free 0x5571735dfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfa80 0.000122
+gallium_dri.so free 0x5571735dfb40 void 0.000123
+gallium_dri.so free 0x5571735dfa80 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfa80 0.000122
+gallium_dri.so free 0x5571735dfc00 void 0.000126
+gallium_dri.so free 0x5571735dfa80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfc20 0.000122
+gallium_dri.so free 0x5571735dfcc0 void 0.000121
+gallium_dri.so free 0x5571735dfc20 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfc70 0.000130
+gallium_dri.so free 0x5571735dfd40 void 0.000132
+gallium_dri.so free 0x5571735dfc70 void 0.000161
+gallium_dri.so malloc 72 0x5571735dfc70 0.000165
+gallium_dri.so free 0x5571735dfdc0 void 0.000130
+gallium_dri.so free 0x5571735dfc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000120
+gallium_dri.so free 0x5571735dfe80 void 0.000126
+gallium_dri.so free 0x5571735dfdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000119
+gallium_dri.so free 0x5571735dff40 void 0.000122
+gallium_dri.so free 0x5571735dfdc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000125
+gallium_dri.so free 0x5571735e0000 void 0.000125
+gallium_dri.so free 0x5571735dfdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dffb0 0.000129
+gallium_dri.so free 0x5571735e00c0 void 0.000123
+gallium_dri.so free 0x5571735dffb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0070 0.000131
+gallium_dri.so free 0x5571735e0140 void 0.000126
+gallium_dri.so free 0x5571735e0070 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0190 0.000135
+gallium_dri.so free 0x5571735e0200 void 0.000128
+gallium_dri.so free 0x5571735e0190 void 0.000177
+gallium_dri.so malloc 72 0x5571735e0220 0.000131
+gallium_dri.so free 0x5571735e02c0 void 0.000130
+gallium_dri.so free 0x5571735e0220 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0270 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000126
+gallium_dri.so free 0x5571735e0270 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0270 0.000126
+gallium_dri.so free 0x5571735e03c0 void 0.000130
+gallium_dri.so free 0x5571735e0270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e03c0 0.000130
+gallium_dri.so free 0x5571735e0480 void 0.000130
+gallium_dri.so free 0x5571735e03c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e03c0 0.000132
+gallium_dri.so free 0x5571735e0580 void 0.000131
+gallium_dri.so free 0x5571735e03c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0530 0.000126
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735e0530 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0530 0.000129
+gallium_dri.so free 0x5571735e0680 void 0.000139
+gallium_dri.so free 0x5571735e0530 void 0.000200
+gallium_dri.so malloc 72 0x5571735e06c0 0.000179
+gallium_dri.so free 0x5571735e0740 void 0.000131
+gallium_dri.so free 0x5571735e06c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e0740 0.000125
+gallium_dri.so free 0x5571735e0800 void 0.000122
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0740 0.000130
+gallium_dri.so free 0x5571735e0880 void 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so malloc 72 0x5571735e08b0 0.000132
+gallium_dri.so free 0x5571735e0900 void 0.000133
+gallium_dri.so free 0x5571735e08b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e08b0 0.000131
+gallium_dri.so free 0x5571735e0a00 void 0.000124
+gallium_dri.so free 0x5571735e08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0a40 0.000120
+gallium_dri.so free 0x5571735e0ac0 void 0.000121
+gallium_dri.so free 0x5571735e0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000124
+gallium_dri.so free 0x5571735e0b80 void 0.000139
+gallium_dri.so free 0x5571735e0ac0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000135
+gallium_dri.so free 0x5571735e0c00 void 0.000132
+gallium_dri.so free 0x5571735e0ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0c30 0.000127
+gallium_dri.so free 0x5571735e0c80 void 0.000121
+gallium_dri.so free 0x5571735e0c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0c30 0.000131
+gallium_dri.so free 0x5571735e0d80 void 0.000131
+gallium_dri.so free 0x5571735e0c30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0d30 0.000130
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so free 0x5571735e0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0d30 0.000130
+gallium_dri.so free 0x5571735eb480 void 0.000130
+gallium_dri.so free 0x5571735e0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0d30 0.000125
+gallium_dri.so free 0x5571735eb500 void 0.000125
+gallium_dri.so free 0x5571735e0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb530 0.000130
+gallium_dri.so free 0x5571735eb580 void 0.000135
+gallium_dri.so free 0x5571735eb530 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb530 0.000129
+gallium_dri.so free 0x5571735eb680 void 0.000130
+gallium_dri.so free 0x5571735eb530 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb630 0.000130
+gallium_dri.so free 0x5571735eb740 void 0.000129
+gallium_dri.so free 0x5571735eb630 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000130
+gallium_dri.so free 0x5571735eb780 void 0.000133
+gallium_dri.so free 0x5571735eb6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000126
+gallium_dri.so free 0x5571735eb840 void 0.000125
+gallium_dri.so free 0x5571735eb6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb890 0.000130
+gallium_dri.so free 0x5571735eb900 void 0.000130
+gallium_dri.so free 0x5571735eb890 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb940 0.000131
+gallium_dri.so free 0x5571735eb9c0 void 0.000130
+gallium_dri.so free 0x5571735eb940 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000139
+gallium_dri.so free 0x5571735eba80 void 0.000131
+gallium_dri.so free 0x5571735eb9c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000130
+gallium_dri.so free 0x5571735ebb00 void 0.000131
+gallium_dri.so free 0x5571735eb9c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebb30 0.000125
+gallium_dri.so free 0x5571735ebb80 void 0.000121
+gallium_dri.so free 0x5571735ebb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebb30 0.000130
+gallium_dri.so free 0x5571735ebc80 void 0.000130
+gallium_dri.so free 0x5571735ebb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebc30 0.000129
+gallium_dri.so free 0x5571735ebd40 void 0.000125
+gallium_dri.so free 0x5571735ebc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebdc0 void 0.000126
+gallium_dri.so free 0x5571735ebcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebde0 0.000120
+gallium_dri.so free 0x5571735ebe80 void 0.000122
+gallium_dri.so free 0x5571735ebde0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebe30 0.000132
+gallium_dri.so free 0x5571735ebf00 void 0.000125
+gallium_dri.so free 0x5571735ebe30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebe30 0.000132
+gallium_dri.so free 0x5571735ebf80 void 0.000131
+gallium_dri.so free 0x5571735ebe30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebf80 0.000131
+gallium_dri.so free 0x5571735ec040 void 0.000131
+gallium_dri.so free 0x5571735ebf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf80 0.000129
+gallium_dri.so free 0x5571735ec100 void 0.000126
+gallium_dri.so free 0x5571735ebf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf80 0.000126
+gallium_dri.so free 0x5571735ec1c0 void 0.000133
+gallium_dri.so free 0x5571735ebf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec170 0.000132
+gallium_dri.so free 0x5571735ec1c0 void 0.000132
+gallium_dri.so free 0x5571735ec170 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec170 0.000125
+gallium_dri.so free 0x5571735ec2c0 void 0.000121
+gallium_dri.so free 0x5571735ec170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec270 0.000120
+gallium_dri.so free 0x5571735ec380 void 0.000167
+gallium_dri.so free 0x5571735ec270 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec330 0.000125
+gallium_dri.so free 0x5571735ec3c0 void 0.000131
+gallium_dri.so free 0x5571735ec330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec330 0.000129
+gallium_dri.so free 0x5571735ec480 void 0.000131
+gallium_dri.so free 0x5571735ec330 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000126
+gallium_dri.so free 0x5571735ec540 void 0.000130
+gallium_dri.so free 0x5571735ec4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec540 0.000131
+gallium_dri.so free 0x5571735ec600 void 0.000125
+gallium_dri.so free 0x5571735ec540 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec540 0.000125
+gallium_dri.so free 0x5571735ec6c0 void 0.000123
+gallium_dri.so free 0x5571735ec540 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000127
+gallium_dri.so free 0x5571735ec780 void 0.000121
+gallium_dri.so free 0x5571735ec6e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec730 0.000132
+gallium_dri.so free 0x5571735ec800 void 0.000140
+gallium_dri.so free 0x5571735ec730 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec730 0.000130
+gallium_dri.so free 0x5571735ec880 void 0.000130
+gallium_dri.so free 0x5571735ec730 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec880 0.000129
+gallium_dri.so free 0x5571735ec940 void 0.000158
+gallium_dri.so free 0x5571735ec880 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec880 0.000132
+gallium_dri.so free 0x5571735eca00 void 0.000129
+gallium_dri.so free 0x5571735ec880 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec880 0.000122
+gallium_dri.so free 0x5571735ecac0 void 0.000127
+gallium_dri.so free 0x5571735ec880 void 0.000126
+gallium_dri.so malloc 72 0x5571735eca70 0.000121
+gallium_dri.so free 0x5571735ecb80 void 0.000123
+gallium_dri.so free 0x5571735eca70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecb30 0.000125
+gallium_dri.so free 0x5571735ecc00 void 0.000122
+gallium_dri.so free 0x5571735ecb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc50 0.000120
+gallium_dri.so free 0x5571735eccc0 void 0.000121
+gallium_dri.so free 0x5571735ecc50 void 0.000136
+gallium_dri.so malloc 72 0x5571735ecce0 0.000135
+gallium_dri.so free 0x5571735ecd80 void 0.000131
+gallium_dri.so free 0x5571735ecce0 void 0.000160
+gallium_dri.so malloc 72 0x5571735ecd30 0.000122
+gallium_dri.so free 0x5571735ece00 void 0.000126
+gallium_dri.so free 0x5571735ecd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecd30 0.000125
+gallium_dri.so free 0x5571735ece80 void 0.000122
+gallium_dri.so free 0x5571735ecd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ece80 0.000127
+gallium_dri.so free 0x5571735ecf40 void 0.000126
+gallium_dri.so free 0x5571735ece80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ece80 0.000121
+gallium_dri.so free 0x5571735ed040 void 0.000128
+gallium_dri.so free 0x5571735ece80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecff0 0.000130
+gallium_dri.so free 0x5571735ed080 void 0.000132
+gallium_dri.so free 0x5571735ecff0 void 0.000183
+gallium_dri.so malloc 72 0x5571735ecff0 0.000188
+gallium_dri.so free 0x5571735ed140 void 0.000180
+gallium_dri.so free 0x5571735ecff0 void 0.000190
+gallium_dri.so malloc 72 0x5571735ed180 0.000185
+gallium_dri.so free 0x5571735ed200 void 0.000182
+gallium_dri.so free 0x5571735ed180 void 0.000159
+gallium_dri.so malloc 72 0x5571735ed200 0.000122
+gallium_dri.so free 0x5571735ed2c0 void 0.000126
+gallium_dri.so free 0x5571735ed200 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed200 0.000127
+gallium_dri.so free 0x5571735ed340 void 0.000121
+gallium_dri.so free 0x5571735ed200 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed370 0.000125
+gallium_dri.so free 0x5571735ed3c0 void 0.000122
+gallium_dri.so free 0x5571735ed370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed370 0.000127
+gallium_dri.so free 0x5571735ed4c0 void 0.000131
+gallium_dri.so free 0x5571735ed370 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed500 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000128
+gallium_dri.so free 0x5571735ed500 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed580 0.000121
+gallium_dri.so free 0x5571735ed640 void 0.000123
+gallium_dri.so free 0x5571735ed580 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed580 0.000141
+gallium_dri.so free 0x5571735ed6c0 void 0.000133
+gallium_dri.so free 0x5571735ed580 void 0.000201
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000254
+gallium_dri.so free 0x5571735ed740 void 0.000247
+gallium_dri.so free 0x5571735ed6f0 void 0.000241
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000240
+gallium_dri.so free 0x5571735ed840 void 0.000248
+gallium_dri.so free 0x5571735ed6f0 void 0.000315
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000338
+gallium_dri.so free 0x5571735ed900 void 0.000339
+gallium_dri.so free 0x5571735ed7f0 void 0.000207
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000288
+gallium_dri.so free 0x5571735ed980 void 0.000308
+gallium_dri.so free 0x5571735ed8b0 void 0.000267
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000251
+gallium_dri.so free 0x5571735eda40 void 0.000142
+gallium_dri.so free 0x5571735ed8b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000138
+gallium_dri.so free 0x5571735edb00 void 0.000139
+gallium_dri.so free 0x5571735ed8b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735edab0 0.000140
+gallium_dri.so free 0x5571735edb80 void 0.000139
+gallium_dri.so free 0x5571735edab0 void 0.000142
+gallium_dri.so malloc 72 0x5571735edbd0 0.000147
+gallium_dri.so free 0x5571735edc40 void 0.000136
+gallium_dri.so free 0x5571735edbd0 void 0.000137
+gallium_dri.so malloc 72 0x5571735edc60 0.000136
+gallium_dri.so free 0x5571735edd00 void 0.000136
+gallium_dri.so free 0x5571735edc60 void 0.000136
+gallium_dri.so malloc 72 0x5571735edcb0 0.000136
+gallium_dri.so free 0x5571735edd80 void 0.000138
+gallium_dri.so free 0x5571735edcb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735edd80 0.000162
+gallium_dri.so free 0x5571735ede40 void 0.000178
+gallium_dri.so free 0x5571735edd80 void 0.000182
+gallium_dri.so malloc 72 0x5571735edd80 0.000135
+gallium_dri.so free 0x5571735edec0 void 0.000137
+gallium_dri.so free 0x5571735edd80 void 0.000135
+gallium_dri.so malloc 72 0x5571735edec0 0.000137
+gallium_dri.so free 0x5571735edf80 void 0.000136
+gallium_dri.so free 0x5571735edec0 void 0.000136
+gallium_dri.so malloc 72 0x5571735edec0 0.000135
+gallium_dri.so free 0x5571735ee040 void 0.000136
+gallium_dri.so free 0x5571735edec0 void 0.000136
+gallium_dri.so malloc 72 0x5571735edec0 0.000136
+gallium_dri.so free 0x5571735ee100 void 0.000138
+gallium_dri.so free 0x5571735edec0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000135
+gallium_dri.so free 0x5571735ee180 void 0.000136
+gallium_dri.so free 0x5571735ee0b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000136
+gallium_dri.so free 0x5571735ee240 void 0.000136
+gallium_dri.so free 0x5571735ee1d0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee280 0.000136
+gallium_dri.so free 0x5571735ee300 void 0.000145
+gallium_dri.so free 0x5571735ee280 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee280 0.000140
+gallium_dri.so free 0x5571735ee380 void 0.000137
+gallium_dri.so free 0x5571735ee280 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000136
+gallium_dri.so free 0x5571735ee400 void 0.000137
+gallium_dri.so free 0x5571735ee3b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000139
+gallium_dri.so free 0x5571735ee500 void 0.000136
+gallium_dri.so free 0x5571735ee3b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000136
+gallium_dri.so free 0x5571735ee5c0 void 0.000138
+gallium_dri.so free 0x5571735ee4b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee570 0.000136
+gallium_dri.so free 0x5571735ee600 void 0.000136
+gallium_dri.so free 0x5571735ee570 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee570 0.000137
+gallium_dri.so free 0x5571735ee6c0 void 0.000136
+gallium_dri.so free 0x5571735ee570 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee730 0.000135
+gallium_dri.so free 0x5571735ee780 void 0.000136
+gallium_dri.so free 0x5571735ee730 void 0.000231
+gallium_dri.so malloc 72 0x5571735ee730 0.000183
+gallium_dri.so free 0x5571735ee880 void 0.000139
+gallium_dri.so free 0x5571735ee730 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee830 0.000137
+gallium_dri.so free 0x5571735ee940 void 0.000137
+gallium_dri.so free 0x5571735ee830 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000138
+gallium_dri.so free 0x5571735ee980 void 0.000138
+gallium_dri.so free 0x5571735ee8f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000137
+gallium_dri.so free 0x5571735eea40 void 0.000138
+gallium_dri.so free 0x5571735ee8f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eea80 0.000137
+gallium_dri.so free 0x5571735eeb00 void 0.000138
+gallium_dri.so free 0x5571735eea80 void 0.000137
+gallium_dri.so malloc 72 0x5571735eeb00 0.000138
+gallium_dri.so free 0x5571735eebc0 void 0.000137
+gallium_dri.so free 0x5571735eeb00 void 0.000137
+gallium_dri.so malloc 72 0x5571735eeb00 0.000138
+gallium_dri.so free 0x5571735eec80 void 0.000140
+gallium_dri.so free 0x5571735eeb00 void 0.000147
+gallium_dri.so malloc 72 0x5571735eeca0 0.000136
+gallium_dri.so free 0x5571735eed40 void 0.000136
+gallium_dri.so free 0x5571735eeca0 void 0.000135
+gallium_dri.so malloc 72 0x5571735eecf0 0.000137
+gallium_dri.so free 0x5571735eedc0 void 0.000137
+gallium_dri.so free 0x5571735eecf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eecf0 0.000135
+gallium_dri.so free 0x5571735eee40 void 0.000136
+gallium_dri.so free 0x5571735eecf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735eee40 0.000136
+gallium_dri.so free 0x5571735eef00 void 0.000138
+gallium_dri.so free 0x5571735eee40 void 0.000136
+gallium_dri.so malloc 72 0x5571735eee40 0.000194
+gallium_dri.so free 0x5571735eefc0 void 0.000207
+gallium_dri.so free 0x5571735eee40 void 0.000132
+gallium_dri.so malloc 72 0x5571735eee40 0.000131
+gallium_dri.so free 0x5571735ef080 void 0.000132
+gallium_dri.so free 0x5571735eee40 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef030 0.000129
+gallium_dri.so free 0x5571735ef140 void 0.000132
+gallium_dri.so free 0x5571735ef030 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000132
+gallium_dri.so free 0x5571735ef1c0 void 0.000131
+gallium_dri.so free 0x5571735ef0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef210 0.000130
+gallium_dri.so free 0x5571735ef280 void 0.000131
+gallium_dri.so free 0x5571735ef210 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000130
+gallium_dri.so free 0x5571735ef340 void 0.000129
+gallium_dri.so free 0x5571735ef2a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000131
+gallium_dri.so free 0x5571735ef3c0 void 0.000132
+gallium_dri.so free 0x5571735ef2f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000131
+gallium_dri.so free 0x5571735ef440 void 0.000132
+gallium_dri.so free 0x5571735ef2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef440 0.000130
+gallium_dri.so free 0x5571735ef500 void 0.000130
+gallium_dri.so free 0x5571735ef440 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef440 0.000131
+gallium_dri.so free 0x5571735ef600 void 0.000131
+gallium_dri.so free 0x5571735ef440 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000132
+gallium_dri.so free 0x5571735ef640 void 0.000130
+gallium_dri.so free 0x5571735ef5b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000131
+gallium_dri.so free 0x5571735ef700 void 0.000131
+gallium_dri.so free 0x5571735ef5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef740 0.000132
+gallium_dri.so free 0x5571735ef7c0 void 0.000132
+gallium_dri.so free 0x5571735ef740 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000133
+gallium_dri.so free 0x5571735ef880 void 0.000133
+gallium_dri.so free 0x5571735ef7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000130
+gallium_dri.so free 0x5571735ef900 void 0.000130
+gallium_dri.so free 0x5571735ef7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef930 0.000131
+gallium_dri.so free 0x5571735ef980 void 0.000132
+gallium_dri.so free 0x5571735ef930 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef930 0.000130
+gallium_dri.so free 0x5571735efa80 void 0.000131
+gallium_dri.so free 0x5571735ef930 void 0.000130
+gallium_dri.so malloc 72 0x5571735efac0 0.000224
+gallium_dri.so free 0x5571735efb40 void 0.000220
+gallium_dri.so free 0x5571735efac0 void 0.000141
+gallium_dri.so malloc 72 0x5571735efb40 0.000130
+gallium_dri.so free 0x5571735efc00 void 0.000132
+gallium_dri.so free 0x5571735efb40 void 0.000134
+gallium_dri.so malloc 72 0x5571735efb40 0.000130
+gallium_dri.so free 0x5571735efc80 void 0.000129
+gallium_dri.so free 0x5571735efb40 void 0.000129
+gallium_dri.so malloc 72 0x5571735efcb0 0.000129
+gallium_dri.so free 0x5571735efd00 void 0.000130
+gallium_dri.so free 0x5571735efcb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735efcb0 0.000131
+gallium_dri.so free 0x5571735efe00 void 0.000130
+gallium_dri.so free 0x5571735efcb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efdb0 0.000131
+gallium_dri.so free 0x5571735efec0 void 0.000132
+gallium_dri.so free 0x5571735efdb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735efe70 0.000132
+gallium_dri.so free 0x5571735eff40 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735efe70 0.000132
+gallium_dri.so free 0x5571735f0000 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000132
+gallium_dri.so malloc 72 0x5571735efe70 0.000131
+gallium_dri.so free 0x5571735f00c0 void 0.000140
+gallium_dri.so free 0x5571735efe70 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0070 0.000132
+gallium_dri.so free 0x5571735f0140 void 0.000133
+gallium_dri.so free 0x5571735f0070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0190 0.000130
+gallium_dri.so free 0x5571735f0200 void 0.000131
+gallium_dri.so free 0x5571735f0190 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0220 0.000131
+gallium_dri.so free 0x5571735f02c0 void 0.000134
+gallium_dri.so free 0x5571735f0220 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0270 0.000132
+gallium_dri.so free 0x5571735f0340 void 0.000132
+gallium_dri.so free 0x5571735f0270 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0340 0.000131
+gallium_dri.so free 0x5571735f0400 void 0.000131
+gallium_dri.so free 0x5571735f0340 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0340 0.000130
+gallium_dri.so free 0x5571735f0480 void 0.000130
+gallium_dri.so free 0x5571735f0340 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0480 0.000130
+gallium_dri.so free 0x5571735f0540 void 0.000132
+gallium_dri.so free 0x5571735f0480 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0480 0.000140
+gallium_dri.so free 0x5571735f0600 void 0.000133
+gallium_dri.so free 0x5571735f0480 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0480 0.000132
+gallium_dri.so free 0x5571735f06c0 void 0.000130
+gallium_dri.so free 0x5571735f0480 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0670 0.000131
+gallium_dri.so free 0x5571735f0740 void 0.000130
+gallium_dri.so free 0x5571735f0670 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0790 0.000132
+gallium_dri.so free 0x5571735f0800 void 0.000132
+gallium_dri.so free 0x5571735f0790 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0840 0.000131
+gallium_dri.so free 0x5571735f08c0 void 0.000132
+gallium_dri.so free 0x5571735f0840 void 0.000180
+gallium_dri.so malloc 72 0x5571735f0840 0.000132
+gallium_dri.so free 0x5571735f0940 void 0.000132
+gallium_dri.so free 0x5571735f0840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0970 0.000131
+gallium_dri.so free 0x5571735f09c0 void 0.000131
+gallium_dri.so free 0x5571735f0970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0970 0.000130
+gallium_dri.so free 0x5571735f0ac0 void 0.000130
+gallium_dri.so free 0x5571735f0970 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0a70 0.000130
+gallium_dri.so free 0x5571735f0b80 void 0.000131
+gallium_dri.so free 0x5571735f0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0b30 0.000131
+gallium_dri.so free 0x5571735f0bc0 void 0.000130
+gallium_dri.so free 0x5571735f0b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0b30 0.000131
+gallium_dri.so free 0x5571735f0c80 void 0.000131
+gallium_dri.so free 0x5571735f0b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000130
+gallium_dri.so free 0x5571735f0d40 void 0.000131
+gallium_dri.so free 0x5571735f0cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000130
+gallium_dri.so free 0x5571735f0e40 void 0.000131
+gallium_dri.so free 0x5571735f0cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0df0 0.000130
+gallium_dri.so free 0x5571735f0f00 void 0.000130
+gallium_dri.so free 0x5571735f0df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000130
+gallium_dri.so free 0x5571735f0f40 void 0.000129
+gallium_dri.so free 0x5571735f0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000201
+gallium_dri.so free 0x5571735f1000 void 0.000210
+gallium_dri.so free 0x5571735f0eb0 void 0.000204
+gallium_dri.so malloc 72 0x5571735f1040 0.000169
+gallium_dri.so free 0x5571735f10c0 void 0.000131
+gallium_dri.so free 0x5571735f1040 void 0.000130
+gallium_dri.so malloc 72 0x5571735f10c0 0.000130
+gallium_dri.so free 0x5571735f1180 void 0.000130
+gallium_dri.so free 0x5571735f10c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f10c0 0.000129
+gallium_dri.so free 0x5571735f1240 void 0.000130
+gallium_dri.so free 0x5571735f10c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1260 0.000129
+gallium_dri.so free 0x5571735f1300 void 0.000130
+gallium_dri.so free 0x5571735f1260 void 0.000130
+gallium_dri.so malloc 72 0x5571735f12b0 0.000131
+gallium_dri.so free 0x5571735f1380 void 0.000131
+gallium_dri.so free 0x5571735f12b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f12b0 0.000130
+gallium_dri.so free 0x5571735f1400 void 0.000132
+gallium_dri.so free 0x5571735f12b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1400 0.000130
+gallium_dri.so free 0x5571735f14c0 void 0.000130
+gallium_dri.so free 0x5571735f1400 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1400 0.000130
+gallium_dri.so free 0x5571735f1580 void 0.000131
+gallium_dri.so free 0x5571735f1400 void 0.000138
+gallium_dri.so malloc 72 0x5571735f1400 0.000131
+gallium_dri.so free 0x5571735f1640 void 0.000131
+gallium_dri.so free 0x5571735f1400 void 0.000130
+gallium_dri.so malloc 72 0x5571735f15f0 0.000131
+gallium_dri.so free 0x5571735f1700 void 0.000131
+gallium_dri.so free 0x5571735f15f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f16b0 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000130
+gallium_dri.so free 0x5571735f16b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f17d0 0.000130
+gallium_dri.so free 0x5571735f1840 void 0.000132
+gallium_dri.so free 0x5571735f17d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1860 0.000130
+gallium_dri.so free 0x5571735f1900 void 0.000131
+gallium_dri.so free 0x5571735f1860 void 0.000131
+gallium_dri.so malloc 72 0x5571735f18b0 0.000130
+gallium_dri.so free 0x5571735f1980 void 0.000132
+gallium_dri.so free 0x5571735f18b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f18b0 0.000131
+gallium_dri.so free 0x5571735f1a00 void 0.000142
+gallium_dri.so free 0x5571735f18b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1a00 0.000130
+gallium_dri.so free 0x5571735f1ac0 void 0.000131
+gallium_dri.so free 0x5571735f1a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1a00 0.000130
+gallium_dri.so free 0x5571735f1bc0 void 0.000132
+gallium_dri.so free 0x5571735f1a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1b70 0.000130
+gallium_dri.so free 0x5571735f1c00 void 0.000132
+gallium_dri.so free 0x5571735f1b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1b70 0.000130
+gallium_dri.so free 0x5571735f1cc0 void 0.000130
+gallium_dri.so free 0x5571735f1b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1d00 0.000130
+gallium_dri.so free 0x5571735f1d80 void 0.000131
+gallium_dri.so free 0x5571735f1d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1d80 0.000130
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so free 0x5571735f1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1d80 0.000129
+gallium_dri.so free 0x5571735f1ec0 void 0.000130
+gallium_dri.so free 0x5571735f1d80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000192
+gallium_dri.so free 0x5571735f1f40 void 0.000132
+gallium_dri.so free 0x5571735f1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000130
+gallium_dri.so free 0x5571735f2040 void 0.000131
+gallium_dri.so free 0x5571735f1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2080 0.000130
+gallium_dri.so free 0x5571735f2100 void 0.000130
+gallium_dri.so free 0x5571735f2080 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2100 0.000130
+gallium_dri.so free 0x5571735f21c0 void 0.000131
+gallium_dri.so free 0x5571735f2100 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2100 0.000130
+gallium_dri.so free 0x5571735f2240 void 0.000130
+gallium_dri.so free 0x5571735f2100 void 0.000176
+gallium_dri.so malloc 72 0x5571735f2270 0.000131
+gallium_dri.so free 0x5571735f22c0 void 0.000167
+gallium_dri.so free 0x5571735f2270 void 0.000175
+gallium_dri.so malloc 72 0x5571735f2270 0.000130
+gallium_dri.so free 0x5571735f23c0 void 0.000130
+gallium_dri.so free 0x5571735f2270 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2370 0.000169
+gallium_dri.so free 0x5571735f2480 void 0.000211
+gallium_dri.so free 0x5571735f2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2430 0.000129
+gallium_dri.so free 0x5571735f2500 void 0.000129
+gallium_dri.so free 0x5571735f2430 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2430 0.000129
+gallium_dri.so free 0x5571735f25c0 void 0.000129
+gallium_dri.so free 0x5571735f2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2430 0.000129
+gallium_dri.so free 0x5571735f2680 void 0.000129
+gallium_dri.so free 0x5571735f2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2630 0.000129
+gallium_dri.so free 0x5571735f2700 void 0.000130
+gallium_dri.so free 0x5571735f2630 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2750 0.000129
+gallium_dri.so free 0x5571735f27c0 void 0.000128
+gallium_dri.so free 0x5571735f2750 void 0.000129
+gallium_dri.so malloc 72 0x5571735f27e0 0.000131
+gallium_dri.so free 0x5571735f2880 void 0.000128
+gallium_dri.so free 0x5571735f27e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2830 0.000129
+gallium_dri.so free 0x5571735f4980 void 0.000130
+gallium_dri.so free 0x5571735f2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735f49d0 0.000141
+gallium_dri.so free 0x5571735f4a40 void 0.000131
+gallium_dri.so free 0x5571735f49d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4a80 0.000131
+gallium_dri.so free 0x5571735f4b00 void 0.000130
+gallium_dri.so free 0x5571735f4a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4b00 0.000131
+gallium_dri.so free 0x5571735f4bc0 void 0.000131
+gallium_dri.so free 0x5571735f4b00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4b00 0.000130
+gallium_dri.so free 0x5571735f4c40 void 0.000131
+gallium_dri.so free 0x5571735f4b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4c70 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000130
+gallium_dri.so free 0x5571735f4c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4c70 0.000129
+gallium_dri.so free 0x5571735f4dc0 void 0.000129
+gallium_dri.so free 0x5571735f4c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4d70 0.000129
+gallium_dri.so free 0x5571735f4e80 void 0.000130
+gallium_dri.so free 0x5571735f4d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4e30 0.000130
+gallium_dri.so free 0x5571735f4f00 void 0.000131
+gallium_dri.so free 0x5571735f4e30 void 0.000137
+gallium_dri.so malloc 72 0x5571735f4f20 0.000131
+gallium_dri.so free 0x5571735f4fc0 void 0.000131
+gallium_dri.so free 0x5571735f4f20 void 0.000180
+gallium_dri.so malloc 72 0x5571735f4f70 0.000130
+gallium_dri.so free 0x5571735f5040 void 0.000131
+gallium_dri.so free 0x5571735f4f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4f70 0.000131
+gallium_dri.so free 0x5571735f50c0 void 0.000130
+gallium_dri.so free 0x5571735f4f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f50c0 0.000130
+gallium_dri.so free 0x5571735f5180 void 0.000130
+gallium_dri.so free 0x5571735f50c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f50c0 0.000132
+gallium_dri.so free 0x5571735f5240 void 0.000131
+gallium_dri.so free 0x5571735f50c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f50c0 0.000130
+gallium_dri.so free 0x5571735f5300 void 0.000131
+gallium_dri.so free 0x5571735f50c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f52b0 0.000131
+gallium_dri.so free 0x5571735f5300 void 0.000130
+gallium_dri.so free 0x5571735f52b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f52b0 0.000129
+gallium_dri.so free 0x5571735f5400 void 0.000140
+gallium_dri.so free 0x5571735f52b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f53b0 0.000131
+gallium_dri.so free 0x5571735f54c0 void 0.000130
+gallium_dri.so free 0x5571735f53b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5470 0.000131
+gallium_dri.so free 0x5571735f5500 void 0.000131
+gallium_dri.so free 0x5571735f5470 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5470 0.000131
+gallium_dri.so free 0x5571735f55c0 void 0.000131
+gallium_dri.so free 0x5571735f5470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5600 0.000129
+gallium_dri.so free 0x5571735f5680 void 0.000130
+gallium_dri.so free 0x5571735f5600 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5680 0.000131
+gallium_dri.so free 0x5571735f5740 void 0.000130
+gallium_dri.so free 0x5571735f5680 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5680 0.000131
+gallium_dri.so free 0x5571735f5800 void 0.000130
+gallium_dri.so free 0x5571735f5680 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5820 0.000129
+gallium_dri.so free 0x5571735f58c0 void 0.000130
+gallium_dri.so free 0x5571735f5820 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5870 0.000130
+gallium_dri.so free 0x5571735f5940 void 0.000132
+gallium_dri.so free 0x5571735f5870 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5870 0.000129
+gallium_dri.so free 0x5571735f59c0 void 0.000130
+gallium_dri.so free 0x5571735f5870 void 0.000129
+gallium_dri.so malloc 72 0x5571735f59c0 0.000129
+gallium_dri.so free 0x5571735f5a80 void 0.000131
+gallium_dri.so free 0x5571735f59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f59c0 0.000130
+gallium_dri.so free 0x5571735f5b40 void 0.000131
+gallium_dri.so free 0x5571735f59c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f59c0 0.000129
+gallium_dri.so free 0x5571735f5c00 void 0.000130
+gallium_dri.so free 0x5571735f59c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000184
+gallium_dri.so free 0x5571735f5cc0 void 0.000133
+gallium_dri.so free 0x5571735f5bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5c70 0.000130
+gallium_dri.so free 0x5571735f5d40 void 0.000130
+gallium_dri.so free 0x5571735f5c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5d90 0.000129
+gallium_dri.so free 0x5571735f5e00 void 0.000131
+gallium_dri.so free 0x5571735f5d90 void 0.000139
+gallium_dri.so malloc 72 0x5571735f5e20 0.000130
+gallium_dri.so free 0x5571735f5ec0 void 0.000130
+gallium_dri.so free 0x5571735f5e20 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5e70 0.000130
+gallium_dri.so free 0x5571735f5f40 void 0.000130
+gallium_dri.so free 0x5571735f5e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5e70 0.000129
+gallium_dri.so free 0x5571735f5fc0 void 0.000130
+gallium_dri.so free 0x5571735f5e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000130
+gallium_dri.so free 0x5571735f6080 void 0.000131
+gallium_dri.so free 0x5571735f5fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000130
+gallium_dri.so free 0x5571735f6180 void 0.000130
+gallium_dri.so free 0x5571735f5fc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6130 0.000130
+gallium_dri.so free 0x5571735f61c0 void 0.000130
+gallium_dri.so free 0x5571735f6130 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6130 0.000129
+gallium_dri.so free 0x5571735f6280 void 0.000131
+gallium_dri.so free 0x5571735f6130 void 0.000129
+gallium_dri.so malloc 72 0x5571735f62c0 0.000130
+gallium_dri.so free 0x5571735f6340 void 0.000130
+gallium_dri.so free 0x5571735f62c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6340 0.000132
+gallium_dri.so free 0x5571735f6400 void 0.000131
+gallium_dri.so free 0x5571735f6340 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6340 0.000130
+gallium_dri.so free 0x5571735f6480 void 0.000131
+gallium_dri.so free 0x5571735f6340 void 0.000129
+gallium_dri.so malloc 72 0x5571735f64b0 0.000130
+gallium_dri.so free 0x5571735f6500 void 0.000130
+gallium_dri.so free 0x5571735f64b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f64b0 0.000131
+gallium_dri.so free 0x5571735f6600 void 0.000131
+gallium_dri.so free 0x5571735f64b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6640 0.000130
+gallium_dri.so free 0x5571735f66c0 void 0.000131
+gallium_dri.so free 0x5571735f6640 void 0.000130
+gallium_dri.so malloc 72 0x5571735f66c0 0.000131
+gallium_dri.so free 0x5571735f6780 void 0.000130
+gallium_dri.so free 0x5571735f66c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f66c0 0.000129
+gallium_dri.so free 0x5571735f6800 void 0.000130
+gallium_dri.so free 0x5571735f66c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6830 0.000130
+gallium_dri.so free 0x5571735f6880 void 0.000192
+gallium_dri.so free 0x5571735f6830 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6830 0.000130
+gallium_dri.so free 0x5571735f6980 void 0.000135
+gallium_dri.so free 0x5571735f6830 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6930 0.000130
+gallium_dri.so free 0x5571735f6a40 void 0.000132
+gallium_dri.so free 0x5571735f6930 void 0.000131
+gallium_dri.so malloc 72 0x5571735f69f0 0.000131
+gallium_dri.so free 0x5571735f6ac0 void 0.000131
+gallium_dri.so free 0x5571735f69f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f69f0 0.000131
+gallium_dri.so free 0x5571735f6b80 void 0.000132
+gallium_dri.so free 0x5571735f69f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f69f0 0.000130
+gallium_dri.so free 0x5571735f6c40 void 0.000131
+gallium_dri.so free 0x5571735f69f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000131
+gallium_dri.so free 0x5571735f6cc0 void 0.000132
+gallium_dri.so free 0x5571735f6bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6d10 0.000130
+gallium_dri.so free 0x5571735f6d80 void 0.000130
+gallium_dri.so free 0x5571735f6d10 void 0.000184
+gallium_dri.so malloc 72 0x5571735f6da0 0.000131
+gallium_dri.so free 0x5571735f6e40 void 0.000132
+gallium_dri.so free 0x5571735f6da0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6df0 0.000129
+gallium_dri.so free 0x5571735f6ec0 void 0.000130
+gallium_dri.so free 0x5571735f6df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000131
+gallium_dri.so free 0x5571735f6f80 void 0.000132
+gallium_dri.so free 0x5571735f6ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000131
+gallium_dri.so free 0x5571735f7000 void 0.000131
+gallium_dri.so free 0x5571735f6ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7000 0.000131
+gallium_dri.so free 0x5571735f70c0 void 0.000131
+gallium_dri.so free 0x5571735f7000 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7000 0.000130
+gallium_dri.so free 0x5571735f7180 void 0.000130
+gallium_dri.so free 0x5571735f7000 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7000 0.000129
+gallium_dri.so free 0x5571735f7240 void 0.000132
+gallium_dri.so free 0x5571735f7000 void 0.000131
+gallium_dri.so malloc 72 0x5571735f71f0 0.000130
+gallium_dri.so free 0x5571735f72c0 void 0.000141
+gallium_dri.so free 0x5571735f71f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7310 0.000129
+gallium_dri.so free 0x5571735f7380 void 0.000131
+gallium_dri.so free 0x5571735f7310 void 0.000130
+gallium_dri.so malloc 72 0x5571735f73c0 0.000130
+gallium_dri.so free 0x5571735f7440 void 0.000129
+gallium_dri.so free 0x5571735f73c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f73c0 0.000130
+gallium_dri.so free 0x5571735f74c0 void 0.000130
+gallium_dri.so free 0x5571735f73c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f74f0 0.000129
+gallium_dri.so free 0x5571735f7540 void 0.000130
+gallium_dri.so free 0x5571735f74f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f74f0 0.000129
+gallium_dri.so free 0x5571735f7640 void 0.000174
+gallium_dri.so free 0x5571735f74f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f75f0 0.000129
+gallium_dri.so free 0x5571735f7700 void 0.000133
+gallium_dri.so free 0x5571735f75f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f76b0 0.000129
+gallium_dri.so free 0x5571735f7740 void 0.000131
+gallium_dri.so free 0x5571735f76b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f76b0 0.000141
+gallium_dri.so free 0x5571735f7800 void 0.000131
+gallium_dri.so free 0x5571735f76b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7870 0.000131
+gallium_dri.so free 0x5571735f78c0 void 0.000131
+gallium_dri.so free 0x5571735f7870 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7870 0.000130
+gallium_dri.so free 0x5571735f79c0 void 0.000131
+gallium_dri.so free 0x5571735f7870 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7970 0.000130
+gallium_dri.so free 0x5571735f7a80 void 0.000131
+gallium_dri.so free 0x5571735f7970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7a30 0.000130
+gallium_dri.so free 0x5571735f7ac0 void 0.000131
+gallium_dri.so free 0x5571735f7a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7a30 0.000131
+gallium_dri.so free 0x5571735f7b80 void 0.000132
+gallium_dri.so free 0x5571735f7a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7bc0 0.000130
+gallium_dri.so free 0x5571735f7c40 void 0.000131
+gallium_dri.so free 0x5571735f7bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7c40 0.000131
+gallium_dri.so free 0x5571735f7d00 void 0.000131
+gallium_dri.so free 0x5571735f7c40 void 0.000138
+gallium_dri.so malloc 72 0x5571735f7c40 0.000131
+gallium_dri.so free 0x5571735f7dc0 void 0.000131
+gallium_dri.so free 0x5571735f7c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7de0 0.000131
+gallium_dri.so free 0x5571735f7e80 void 0.000130
+gallium_dri.so free 0x5571735f7de0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e30 0.000130
+gallium_dri.so free 0x5571735f7f00 void 0.000131
+gallium_dri.so free 0x5571735f7e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7e30 0.000131
+gallium_dri.so free 0x5571735f7f80 void 0.000131
+gallium_dri.so free 0x5571735f7e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7f80 0.000130
+gallium_dri.so free 0x5571735f8040 void 0.000132
+gallium_dri.so free 0x5571735f7f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7f80 0.000129
+gallium_dri.so free 0x5571735f8100 void 0.000131
+gallium_dri.so free 0x5571735f7f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7f80 0.000132
+gallium_dri.so free 0x5571735f81c0 void 0.000131
+gallium_dri.so free 0x5571735f7f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8170 0.000129
+gallium_dri.so free 0x5571735f8280 void 0.000206
+gallium_dri.so free 0x5571735f8170 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8230 0.000130
+gallium_dri.so free 0x5571735f8300 void 0.000136
+gallium_dri.so free 0x5571735f8230 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8350 0.000130
+gallium_dri.so free 0x5571735f83c0 void 0.000136
+gallium_dri.so free 0x5571735f8350 void 0.000130
+gallium_dri.so malloc 72 0x5571735f83e0 0.000130
+gallium_dri.so free 0x5571735f8480 void 0.000130
+gallium_dri.so free 0x5571735f83e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8430 0.000130
+gallium_dri.so free 0x5571735f8500 void 0.000131
+gallium_dri.so free 0x5571735f8430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8430 0.000131
+gallium_dri.so free 0x5571735f8580 void 0.000129
+gallium_dri.so free 0x5571735f8430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8580 0.000131
+gallium_dri.so free 0x5571735f8640 void 0.000131
+gallium_dri.so free 0x5571735f8580 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8580 0.000132
+gallium_dri.so free 0x5571735f8740 void 0.000131
+gallium_dri.so free 0x5571735f8580 void 0.000131
+gallium_dri.so malloc 72 0x5571735f86f0 0.000141
+gallium_dri.so free 0x5571735f8780 void 0.000132
+gallium_dri.so free 0x5571735f86f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f86f0 0.000131
+gallium_dri.so free 0x5571735f8840 void 0.000130
+gallium_dri.so free 0x5571735f86f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8880 0.000130
+gallium_dri.so free 0x5571735f8900 void 0.000132
+gallium_dri.so free 0x5571735f8880 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8900 0.000130
+gallium_dri.so free 0x5571735f89c0 void 0.000132
+gallium_dri.so free 0x5571735f8900 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8900 0.000130
+gallium_dri.so free 0x5571735f8a40 void 0.000130
+gallium_dri.so free 0x5571735f8900 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8a70 0.000130
+gallium_dri.so free 0x5571735f8ac0 void 0.000131
+gallium_dri.so free 0x5571735f8a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8a70 0.000131
+gallium_dri.so free 0x5571735f8bc0 void 0.000130
+gallium_dri.so free 0x5571735f8a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8c00 0.000130
+gallium_dri.so free 0x5571735f8c80 void 0.000130
+gallium_dri.so free 0x5571735f8c00 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8c80 0.000131
+gallium_dri.so free 0x5571735f8d40 void 0.000130
+gallium_dri.so free 0x5571735f8c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8c80 0.000130
+gallium_dri.so free 0x5571735f8dc0 void 0.000130
+gallium_dri.so free 0x5571735f8c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8df0 0.000130
+gallium_dri.so free 0x5571735f8e40 void 0.000131
+gallium_dri.so free 0x5571735f8df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8df0 0.000131
+gallium_dri.so free 0x5571735f8f40 void 0.000129
+gallium_dri.so free 0x5571735f8df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000130
+gallium_dri.so free 0x5571735f9000 void 0.000130
+gallium_dri.so free 0x5571735f8ef0 void 0.000245
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000204
+gallium_dri.so free 0x5571735f9080 void 0.000169
+gallium_dri.so free 0x5571735f8fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000134
+gallium_dri.so free 0x5571735f9140 void 0.000131
+gallium_dri.so free 0x5571735f8fb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000136
+gallium_dri.so free 0x5571735f9200 void 0.000132
+gallium_dri.so free 0x5571735f8fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f91b0 0.000132
+gallium_dri.so free 0x5571735f9280 void 0.000131
+gallium_dri.so free 0x5571735f91b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f92d0 0.000130
+gallium_dri.so free 0x5571735f9340 void 0.000131
+gallium_dri.so free 0x5571735f92d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9360 0.000131
+gallium_dri.so free 0x5571735f9400 void 0.000131
+gallium_dri.so free 0x5571735f9360 void 0.000131
+gallium_dri.so malloc 72 0x5571735f93b0 0.000132
+gallium_dri.so free 0x5571735f9480 void 0.000132
+gallium_dri.so free 0x5571735f93b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9480 0.000131
+gallium_dri.so free 0x5571735f9540 void 0.000130
+gallium_dri.so free 0x5571735f9480 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9480 0.000131
+gallium_dri.so free 0x5571735f95c0 void 0.000131
+gallium_dri.so free 0x5571735f9480 void 0.000133
+gallium_dri.so malloc 72 0x5571735f95c0 0.000131
+gallium_dri.so free 0x5571735f9680 void 0.000138
+gallium_dri.so free 0x5571735f95c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f95c0 0.000130
+gallium_dri.so free 0x5571735f9740 void 0.000130
+gallium_dri.so free 0x5571735f95c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f95c0 0.000133
+gallium_dri.so free 0x5571735f9800 void 0.000131
+gallium_dri.so free 0x5571735f95c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f97b0 0.000131
+gallium_dri.so free 0x5571735f9880 void 0.000133
+gallium_dri.so free 0x5571735f97b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f98d0 0.000131
+gallium_dri.so free 0x5571735f9940 void 0.000132
+gallium_dri.so free 0x5571735f98d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9980 0.000132
+gallium_dri.so free 0x5571735f9a00 void 0.000129
+gallium_dri.so free 0x5571735f9980 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9980 0.000131
+gallium_dri.so free 0x5571735f9a80 void 0.000134
+gallium_dri.so free 0x5571735f9980 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000131
+gallium_dri.so free 0x5571735f9b00 void 0.000133
+gallium_dri.so free 0x5571735f9ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000184
+gallium_dri.so free 0x5571735f9c00 void 0.000130
+gallium_dri.so free 0x5571735f9ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000181
+gallium_dri.so free 0x5571735f9cc0 void 0.000186
+gallium_dri.so free 0x5571735f9bb0 void 0.000210
+gallium_dri.so malloc 72 0x5571735f9c70 0.000179
+gallium_dri.so free 0x5571735f9d00 void 0.000132
+gallium_dri.so free 0x5571735f9c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9c70 0.000131
+gallium_dri.so free 0x5571735f9dc0 void 0.000130
+gallium_dri.so free 0x5571735f9c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9e30 0.000131
+gallium_dri.so free 0x5571735f9e80 void 0.000132
+gallium_dri.so free 0x5571735f9e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9e30 0.000130
+gallium_dri.so free 0x5571735f9f80 void 0.000130
+gallium_dri.so free 0x5571735f9e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9f30 0.000131
+gallium_dri.so free 0x5571735fa040 void 0.000130
+gallium_dri.so free 0x5571735f9f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000132
+gallium_dri.so free 0x5571735fa080 void 0.000171
+gallium_dri.so free 0x5571735f9ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000131
+gallium_dri.so free 0x5571735fa140 void 0.000130
+gallium_dri.so free 0x5571735f9ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa180 0.000130
+gallium_dri.so free 0x5571735fa200 void 0.000130
+gallium_dri.so free 0x5571735fa180 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa200 0.000130
+gallium_dri.so free 0x5571735fa2c0 void 0.000131
+gallium_dri.so free 0x5571735fa200 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa200 0.000130
+gallium_dri.so free 0x5571735fa380 void 0.000131
+gallium_dri.so free 0x5571735fa200 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa3a0 0.000131
+gallium_dri.so free 0x5571735fa440 void 0.000130
+gallium_dri.so free 0x5571735fa3a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000131
+gallium_dri.so free 0x5571735fa4c0 void 0.000132
+gallium_dri.so free 0x5571735fa3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa3f0 0.000131
+gallium_dri.so free 0x5571735fa540 void 0.000130
+gallium_dri.so free 0x5571735fa3f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa540 0.000132
+gallium_dri.so free 0x5571735fa600 void 0.000133
+gallium_dri.so free 0x5571735fa540 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa540 0.000133
+gallium_dri.so free 0x5571735fa6c0 void 0.000130
+gallium_dri.so free 0x5571735fa540 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa540 0.000133
+gallium_dri.so free 0x5571735fa780 void 0.000131
+gallium_dri.so free 0x5571735fa540 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa730 0.000132
+gallium_dri.so free 0x5571735fa840 void 0.000131
+gallium_dri.so free 0x5571735fa730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa7f0 0.000129
+gallium_dri.so free 0x5571735fa8c0 void 0.000130
+gallium_dri.so free 0x5571735fa7f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fa910 0.000133
+gallium_dri.so free 0x5571735fa980 void 0.000205
+gallium_dri.so free 0x5571735fa910 void 0.000183
+gallium_dri.so malloc 72 0x5571735fa9a0 0.000180
+gallium_dri.so free 0x5571735faa40 void 0.000132
+gallium_dri.so free 0x5571735fa9a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000128
+gallium_dri.so free 0x5571735faac0 void 0.000131
+gallium_dri.so free 0x5571735fa9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000130
+gallium_dri.so free 0x5571735fab40 void 0.000134
+gallium_dri.so free 0x5571735fa9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fab40 0.000130
+gallium_dri.so free 0x5571735fac00 void 0.000129
+gallium_dri.so free 0x5571735fab40 void 0.000129
+gallium_dri.so malloc 72 0x5571735fab40 0.000131
+gallium_dri.so free 0x5571735fad00 void 0.000132
+gallium_dri.so free 0x5571735fab40 void 0.000131
+gallium_dri.so malloc 72 0x5571735facb0 0.000130
+gallium_dri.so free 0x5571735fad40 void 0.000130
+gallium_dri.so free 0x5571735facb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735facb0 0.000130
+gallium_dri.so free 0x5571735fae00 void 0.000131
+gallium_dri.so free 0x5571735facb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fae40 0.000137
+gallium_dri.so free 0x5571735faec0 void 0.000130
+gallium_dri.so free 0x5571735fae40 void 0.000130
+gallium_dri.so malloc 72 0x5571735faec0 0.000131
+gallium_dri.so free 0x5571735faf80 void 0.000131
+gallium_dri.so free 0x5571735faec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735faec0 0.000131
+gallium_dri.so free 0x5571735fb000 void 0.000131
+gallium_dri.so free 0x5571735faec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb030 0.000130
+gallium_dri.so free 0x5571735fb080 void 0.000132
+gallium_dri.so free 0x5571735fb030 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb030 0.000133
+gallium_dri.so free 0x5571735fb180 void 0.000130
+gallium_dri.so free 0x5571735fb030 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb1c0 0.000130
+gallium_dri.so free 0x5571735fb240 void 0.000132
+gallium_dri.so free 0x5571735fb1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb240 0.000130
+gallium_dri.so free 0x5571735fb300 void 0.000130
+gallium_dri.so free 0x5571735fb240 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb240 0.000132
+gallium_dri.so free 0x5571735fb380 void 0.000133
+gallium_dri.so free 0x5571735fb240 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000130
+gallium_dri.so free 0x5571735fb400 void 0.000130
+gallium_dri.so free 0x5571735fb3b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000130
+gallium_dri.so free 0x5571735fb500 void 0.000130
+gallium_dri.so free 0x5571735fb3b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000131
+gallium_dri.so free 0x5571735fb5c0 void 0.000131
+gallium_dri.so free 0x5571735fb4b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb570 0.000200
+gallium_dri.so free 0x5571735fb640 void 0.000212
+gallium_dri.so free 0x5571735fb570 void 0.000168
+gallium_dri.so malloc 72 0x5571735fb570 0.000130
+gallium_dri.so free 0x5571735fb700 void 0.000130
+gallium_dri.so free 0x5571735fb570 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb570 0.000130
+gallium_dri.so free 0x5571735fb7c0 void 0.000131
+gallium_dri.so free 0x5571735fb570 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb770 0.000130
+gallium_dri.so free 0x5571735fb840 void 0.000130
+gallium_dri.so free 0x5571735fb770 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb890 0.000133
+gallium_dri.so free 0x5571735fb900 void 0.000132
+gallium_dri.so free 0x5571735fb890 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb920 0.000130
+gallium_dri.so free 0x5571735fb9c0 void 0.000131
+gallium_dri.so free 0x5571735fb920 void 0.000139
+gallium_dri.so malloc 72 0x5571735fb970 0.000132
+gallium_dri.so free 0x5571735fba40 void 0.000130
+gallium_dri.so free 0x5571735fb970 void 0.000130
+gallium_dri.so malloc 72 0x5571735fba40 0.000131
+gallium_dri.so free 0x5571735fbb00 void 0.000131
+gallium_dri.so free 0x5571735fba40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fba40 0.000130
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so free 0x5571735fba40 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb80 0.000130
+gallium_dri.so free 0x5571735fbc40 void 0.000130
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbb80 0.000133
+gallium_dri.so free 0x5571735fbd00 void 0.000131
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbb80 0.000129
+gallium_dri.so free 0x5571735fbdc0 void 0.000131
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbd70 0.000130
+gallium_dri.so free 0x5571735fbe40 void 0.000132
+gallium_dri.so free 0x5571735fbd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbe90 0.000130
+gallium_dri.so free 0x557173620f00 void 0.000129
+gallium_dri.so free 0x5571735fbe90 void 0.000131
+gallium_dri.so malloc 72 0x5571735fbe90 0.000133
+gallium_dri.so free 0x557173463600 void 0.000135
+gallium_dri.so free 0x5571735fbe90 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbe90 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000131
+gallium_dri.so free 0x5571735fbe90 void 0.000131
+gallium_dri.so malloc 72 0x557173590b70 0.000133
+gallium_dri.so free 0x557173467680 void 0.000131
+gallium_dri.so free 0x557173590b70 void 0.000130
+gallium_dri.so malloc 72 0x557173467630 0.000132
+gallium_dri.so free 0x5571734673c0 void 0.000132
+gallium_dri.so free 0x557173467630 void 0.000132
+gallium_dri.so malloc 72 0x5571734673c0 0.000132
+gallium_dri.so free 0x557173467480 void 0.000181
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734673c0 0.000131
+gallium_dri.so free 0x55717360ba40 void 0.000133
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734673c0 0.000130
+gallium_dri.so free 0x55717360bb00 void 0.000131
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360bab0 0.000199
+gallium_dri.so free 0x55717360bd00 void 0.000131
+gallium_dri.so free 0x55717360bab0 void 0.000132
+gallium_dri.so malloc 72 0x55717360bcb0 0.000132
+gallium_dri.so free 0x55717360bd80 void 0.000131
+gallium_dri.so free 0x55717360bcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360bdd0 0.000130
+gallium_dri.so free 0x55717360bb00 void 0.000133
+gallium_dri.so free 0x55717360bdd0 void 0.000135
+gallium_dri.so malloc 72 0x55717360bdd0 0.000131
+gallium_dri.so free 0x557173589740 void 0.000132
+gallium_dri.so free 0x55717360bdd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735896f0 0.000130
+gallium_dri.so free 0x5571735897c0 void 0.000130
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735896f0 0.000129
+gallium_dri.so free 0x557173589840 void 0.000132
+gallium_dri.so free 0x5571735896f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589840 0.000132
+gallium_dri.so free 0x557173589900 void 0.000130
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x557173589840 0.000130
+gallium_dri.so free 0x557173589a00 void 0.000182
+gallium_dri.so free 0x557173589840 void 0.000131
+gallium_dri.so malloc 72 0x557173589840 0.000131
+gallium_dri.so free 0x557173463240 void 0.000131
+gallium_dri.so free 0x557173589840 void 0.000131
+gallium_dri.so malloc 72 0x557173463270 0.000131
+gallium_dri.so free 0x5571734632c0 void 0.000132
+gallium_dri.so free 0x557173463270 void 0.000133
+gallium_dri.so malloc 72 0x557173463270 0.000129
+gallium_dri.so free 0x5571734633c0 void 0.000132
+gallium_dri.so free 0x557173463270 void 0.000132
+gallium_dri.so malloc 72 0x557173463370 0.000133
+gallium_dri.so free 0x557173463480 void 0.000131
+gallium_dri.so free 0x557173463370 void 0.000130
+gallium_dri.so malloc 72 0x557173463430 0.000132
+gallium_dri.so free 0x5571734634c0 void 0.000131
+gallium_dri.so free 0x557173463430 void 0.000131
+gallium_dri.so malloc 72 0x557173463430 0.000129
+gallium_dri.so free 0x557173601340 void 0.000131
+gallium_dri.so free 0x557173463430 void 0.000130
+gallium_dri.so malloc 72 0x557173601340 0.000132
+gallium_dri.so free 0x557173601400 void 0.000132
+gallium_dri.so free 0x557173601340 void 0.000132
+gallium_dri.so malloc 72 0x557173601340 0.000141
+gallium_dri.so free 0x557173601480 void 0.000132
+gallium_dri.so free 0x557173601340 void 0.000132
+gallium_dri.so malloc 72 0x557173601480 0.000131
+gallium_dri.so free 0x557173601540 void 0.000180
+gallium_dri.so free 0x557173601480 void 0.000133
+gallium_dri.so malloc 72 0x557173601480 0.000132
+gallium_dri.so free 0x557173601600 void 0.000131
+gallium_dri.so free 0x557173601480 void 0.000130
+gallium_dri.so malloc 72 0x557173601480 0.000131
+gallium_dri.so free 0x557173462840 void 0.000132
+gallium_dri.so free 0x557173601480 void 0.000131
+gallium_dri.so malloc 72 0x557173601480 0.000130
+gallium_dri.so free 0x5571734628c0 void 0.000130
+gallium_dri.so free 0x557173601480 void 0.000130
+gallium_dri.so malloc 72 0x5571734628c0 0.000130
+gallium_dri.so free 0x557173462980 void 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000133
+gallium_dri.so malloc 72 0x5571734628c0 0.000130
+gallium_dri.so free 0x557173462a80 void 0.000130
+gallium_dri.so free 0x5571734628c0 void 0.000131
+gallium_dri.so malloc 72 0x557173462a30 0.000129
+gallium_dri.so free 0x557173462ac0 void 0.000130
+gallium_dri.so free 0x557173462a30 void 0.000183
+gallium_dri.so malloc 72 0x557173462a30 0.000132
+gallium_dri.so free 0x557173462b80 void 0.000132
+gallium_dri.so free 0x557173462a30 void 0.000131
+gallium_dri.so malloc 72 0x557173462bc0 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000132
+gallium_dri.so free 0x557173462bc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0000 0.000130
+gallium_dri.so free 0x5571735d00c0 void 0.000131
+gallium_dri.so free 0x5571735d0000 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0000 0.000132
+gallium_dri.so free 0x5571735d0140 void 0.000131
+gallium_dri.so free 0x5571735d0000 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0170 0.000130
+gallium_dri.so free 0x5571735d01c0 void 0.000130
+gallium_dri.so free 0x5571735d0170 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0170 0.000130
+gallium_dri.so free 0x5571735d02c0 void 0.000130
+gallium_dri.so free 0x5571735d0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0300 0.000131
+gallium_dri.so free 0x557173608480 void 0.000130
+gallium_dri.so free 0x5571735d0300 void 0.000129
+gallium_dri.so malloc 72 0x557173608480 0.000130
+gallium_dri.so free 0x557173608540 void 0.000141
+gallium_dri.so free 0x557173608480 void 0.000131
+gallium_dri.so malloc 72 0x557173608480 0.000130
+gallium_dri.so free 0x5571736085c0 void 0.000132
+gallium_dri.so free 0x557173608480 void 0.000130
+gallium_dri.so malloc 72 0x5571736085f0 0.000132
+gallium_dri.so free 0x5571735d0380 void 0.000132
+gallium_dri.so free 0x5571736085f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736085f0 0.000130
+gallium_dri.so free 0x557173608640 void 0.000129
+gallium_dri.so free 0x5571736085f0 void 0.000130
+gallium_dri.so malloc 72 0x557173608640 0.000131
+gallium_dri.so free 0x557173608700 void 0.000131
+gallium_dri.so free 0x557173608640 void 0.000132
+gallium_dri.so malloc 72 0x557173608640 0.000131
+gallium_dri.so free 0x557173608800 void 0.000169
+gallium_dri.so free 0x557173608640 void 0.000133
+gallium_dri.so malloc 72 0x557173608640 0.000132
+gallium_dri.so free 0x557173464e00 void 0.000132
+gallium_dri.so free 0x557173608640 void 0.000131
+gallium_dri.so malloc 72 0x557173608640 0.000130
+gallium_dri.so free 0x557173464ec0 void 0.000131
+gallium_dri.so free 0x557173608640 void 0.000130
+gallium_dri.so malloc 72 0x557173464e70 0.000140
+gallium_dri.so free 0x557173464f40 void 0.000131
+gallium_dri.so free 0x557173464e70 void 0.000131
+gallium_dri.so malloc 72 0x557173464f90 0.000130
+gallium_dri.so free 0x557173465000 void 0.000131
+gallium_dri.so free 0x557173464f90 void 0.000131
+gallium_dri.so malloc 72 0x557173465020 0.000132
+gallium_dri.so free 0x5571734650c0 void 0.000132
+gallium_dri.so free 0x557173465020 void 0.000132
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x557173465140 void 0.000131
+gallium_dri.so free 0x557173465070 void 0.000131
+gallium_dri.so malloc 72 0x557173465140 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000131
+gallium_dri.so free 0x557173465140 void 0.000133
+gallium_dri.so malloc 72 0x557173465140 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000130
+gallium_dri.so free 0x557173465140 void 0.000129
+gallium_dri.so malloc 72 0x55717358e280 0.000130
+gallium_dri.so free 0x55717358e340 void 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000131
+gallium_dri.so malloc 72 0x55717358e280 0.000129
+gallium_dri.so free 0x55717358e400 void 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000175
+gallium_dri.so malloc 72 0x55717358e280 0.000130
+gallium_dri.so free 0x55717358e4c0 void 0.000131
+gallium_dri.so free 0x55717358e280 void 0.000132
+gallium_dri.so malloc 72 0x55717358e470 0.000129
+gallium_dri.so free 0x55717358e540 void 0.000130
+gallium_dri.so free 0x55717358e470 void 0.000129
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x5571735d25c0 void 0.000130
+gallium_dri.so free 0x55717358e590 void 0.000130
+gallium_dri.so malloc 72 0x55717358e590 0.000129
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so free 0x55717358e590 void 0.000130
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x5571735d2700 void 0.000131
+gallium_dri.so free 0x55717358e590 void 0.000131
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x5571735d27c0 void 0.000131
+gallium_dri.so free 0x55717358e590 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2770 0.000130
+gallium_dri.so free 0x5571735d2840 void 0.000130
+gallium_dri.so free 0x5571735d2770 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2890 0.000130
+gallium_dri.so free 0x5571735d2900 void 0.000141
+gallium_dri.so free 0x5571735d2890 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2920 0.000130
+gallium_dri.so free 0x557173469380 void 0.000132
+gallium_dri.so free 0x5571735d2920 void 0.000180
+gallium_dri.so malloc 72 0x5571735d2920 0.000133
+gallium_dri.so free 0x557173469440 void 0.000132
+gallium_dri.so free 0x5571735d2920 void 0.000131
+gallium_dri.so malloc 72 0x5571734693f0 0.000133
+gallium_dri.so free 0x557173469440 void 0.000131
+gallium_dri.so free 0x5571734693f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734693f0 0.000131
+gallium_dri.so free 0x557173469540 void 0.000131
+gallium_dri.so free 0x5571734693f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734694f0 0.000130
+gallium_dri.so free 0x557173469600 void 0.000131
+gallium_dri.so free 0x5571734694f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734695b0 0.000130
+gallium_dri.so free 0x557173469640 void 0.000130
+gallium_dri.so free 0x5571734695b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734695b0 0.000129
+gallium_dri.so free 0x557173469700 void 0.000130
+gallium_dri.so free 0x5571734695b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734695b0 0.000132
+gallium_dri.so free 0x55717358ec00 void 0.000132
+gallium_dri.so free 0x5571734695b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ec50 0.000132
+gallium_dri.so free 0x55717358ecc0 void 0.000130
+gallium_dri.so free 0x55717358ec50 void 0.000136
+gallium_dri.so malloc 72 0x55717358ed20 0.000131
+gallium_dri.so free 0x55717358edc0 void 0.000133
+gallium_dri.so free 0x55717358ed20 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed70 0.000129
+gallium_dri.so free 0x55717358ee00 void 0.000130
+gallium_dri.so free 0x55717358ed70 void 0.000133
+gallium_dri.so malloc 72 0x55717358ed70 0.000131
+gallium_dri.so free 0x55717358eec0 void 0.000132
+gallium_dri.so free 0x55717358ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717358ef00 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000130
+gallium_dri.so free 0x55717358ef00 void 0.000130
+gallium_dri.so malloc 72 0x55717358ef80 0.000130
+gallium_dri.so free 0x557173601d40 void 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000130
+gallium_dri.so malloc 72 0x557173601d60 0.000130
+gallium_dri.so free 0x557173601e00 void 0.000131
+gallium_dri.so free 0x557173601d60 void 0.000136
+gallium_dri.so malloc 72 0x557173601db0 0.000132
+gallium_dri.so free 0x557173601e80 void 0.000132
+gallium_dri.so free 0x557173601db0 void 0.000130
+gallium_dri.so malloc 72 0x557173601e80 0.000132
+gallium_dri.so free 0x557173601f40 void 0.000132
+gallium_dri.so free 0x557173601e80 void 0.000132
+gallium_dri.so malloc 72 0x557173601e80 0.000130
+gallium_dri.so free 0x557173601fc0 void 0.000131
+gallium_dri.so free 0x557173601e80 void 0.000132
+gallium_dri.so malloc 72 0x557173601fc0 0.000130
+gallium_dri.so free 0x557173602080 void 0.000130
+gallium_dri.so free 0x557173601fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173601fc0 0.000130
+gallium_dri.so free 0x55717358c640 void 0.000129
+gallium_dri.so free 0x557173601fc0 void 0.000167
+gallium_dri.so malloc 72 0x55717358c670 0.000135
+gallium_dri.so free 0x55717358c6c0 void 0.000164
+gallium_dri.so free 0x55717358c670 void 0.000170
+gallium_dri.so malloc 72 0x55717358c670 0.000132
+gallium_dri.so free 0x55717358c7c0 void 0.000132
+gallium_dri.so free 0x55717358c670 void 0.000132
+gallium_dri.so malloc 72 0x55717358c770 0.000142
+gallium_dri.so free 0x55717358c880 void 0.000133
+gallium_dri.so free 0x55717358c770 void 0.000133
+gallium_dri.so malloc 72 0x55717358c830 0.000131
+gallium_dri.so free 0x55717358c900 void 0.000132
+gallium_dri.so free 0x55717358c830 void 0.000131
+gallium_dri.so malloc 72 0x55717358c920 0.000130
+gallium_dri.so free 0x55717358c9c0 void 0.000131
+gallium_dri.so free 0x55717358c920 void 0.000130
+gallium_dri.so malloc 72 0x55717358c970 0.000131
+gallium_dri.so free 0x5571735d0a00 void 0.000130
+gallium_dri.so free 0x55717358c970 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a40 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000130
+gallium_dri.so free 0x5571735d0a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000130
+gallium_dri.so free 0x5571735d0b80 void 0.000133
+gallium_dri.so free 0x5571735d0ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000132
+gallium_dri.so free 0x5571735d0c00 void 0.000131
+gallium_dri.so free 0x5571735d0ac0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d0c30 0.000132
+gallium_dri.so free 0x5571735d0c80 void 0.000132
+gallium_dri.so free 0x5571735d0c30 void 0.000140
+gallium_dri.so malloc 72 0x5571735d0c30 0.000132
+gallium_dri.so free 0x5571735d0d80 void 0.000131
+gallium_dri.so free 0x5571735d0c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000132
+gallium_dri.so free 0x5571735d5580 void 0.000134
+gallium_dri.so free 0x5571735d0dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d55d0 0.000131
+gallium_dri.so free 0x5571735d5640 void 0.000131
+gallium_dri.so free 0x5571735d55d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5660 0.000132
+gallium_dri.so free 0x5571735d5700 void 0.000133
+gallium_dri.so free 0x5571735d5660 void 0.000131
+gallium_dri.so malloc 72 0x5571735d56b0 0.000131
+gallium_dri.so free 0x5571735d5780 void 0.000130
+gallium_dri.so free 0x5571735d56b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d56b0 0.000131
+gallium_dri.so free 0x5571735d5800 void 0.000131
+gallium_dri.so free 0x5571735d56b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5800 0.000130
+gallium_dri.so free 0x5571735d58c0 void 0.000131
+gallium_dri.so free 0x5571735d5800 void 0.000133
+gallium_dri.so malloc 72 0x5571735d5800 0.000131
+gallium_dri.so free 0x5571735d2fc0 void 0.000178
+gallium_dri.so free 0x5571735d5800 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000132
+gallium_dri.so free 0x5571735d3080 void 0.000133
+gallium_dri.so free 0x5571735d2fe0 void 0.000182
+gallium_dri.so malloc 72 0x5571735d3030 0.000131
+gallium_dri.so free 0x5571735d3100 void 0.000131
+gallium_dri.so free 0x5571735d3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3030 0.000130
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so free 0x5571735d3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3180 0.000130
+gallium_dri.so free 0x5571735d3240 void 0.000132
+gallium_dri.so free 0x5571735d3180 void 0.000130
+gallium_dri.so malloc 72 0x5571735d3180 0.000129
+gallium_dri.so free 0x5571735d3300 void 0.000130
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3180 0.000130
+gallium_dri.so free 0x557173465800 void 0.000133
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so malloc 72 0x557173465850 0.000130
+gallium_dri.so free 0x5571734658c0 void 0.000131
+gallium_dri.so free 0x557173465850 void 0.000179
+gallium_dri.so malloc 72 0x557173465900 0.000134
+gallium_dri.so free 0x557173465980 void 0.000133
+gallium_dri.so free 0x557173465900 void 0.000132
+gallium_dri.so malloc 72 0x557173465980 0.000132
+gallium_dri.so free 0x557173465a40 void 0.000133
+gallium_dri.so free 0x557173465980 void 0.000130
+gallium_dri.so malloc 72 0x557173465980 0.000133
+gallium_dri.so free 0x5571735d33c0 void 0.000131
+gallium_dri.so free 0x557173465980 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3370 0.000132
+gallium_dri.so free 0x557173465ac0 void 0.000135
+gallium_dri.so free 0x5571735d3370 void 0.000131
+gallium_dri.so malloc 72 0x557173465b00 0.000129
+gallium_dri.so free 0x557173465b80 void 0.000131
+gallium_dri.so free 0x557173465b00 void 0.000130
+gallium_dri.so malloc 72 0x557173465b80 0.000130
+gallium_dri.so free 0x557173467dc0 void 0.000132
+gallium_dri.so free 0x557173465b80 void 0.000132
+gallium_dri.so malloc 72 0x557173467e00 0.000130
+gallium_dri.so free 0x557173467e80 void 0.000130
+gallium_dri.so free 0x557173467e00 void 0.000131
+gallium_dri.so malloc 72 0x557173467e00 0.000132
+gallium_dri.so free 0x557173467f00 void 0.000145
+gallium_dri.so free 0x557173467e00 void 0.000132
+gallium_dri.so malloc 72 0x557173467f30 0.000130
+gallium_dri.so free 0x557173467f80 void 0.000130
+gallium_dri.so free 0x557173467f30 void 0.000131
+gallium_dri.so malloc 72 0x557173467f30 0.000131
+gallium_dri.so free 0x557173468080 void 0.000132
+gallium_dri.so free 0x557173467f30 void 0.000131
+gallium_dri.so malloc 72 0x557173468030 0.000130
+gallium_dri.so free 0x557173468140 void 0.000131
+gallium_dri.so free 0x557173468030 void 0.000130
+gallium_dri.so malloc 72 0x5571734680f0 0.000131
+gallium_dri.so free 0x557173608e80 void 0.000131
+gallium_dri.so free 0x5571734680f0 void 0.000132
+gallium_dri.so malloc 72 0x557173608eb0 0.000131
+gallium_dri.so free 0x557173608f00 void 0.000130
+gallium_dri.so free 0x557173608eb0 void 0.000167
+gallium_dri.so malloc 72 0x557173608eb0 0.000134
+gallium_dri.so free 0x557173609000 void 0.000131
+gallium_dri.so free 0x557173608eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173609040 0.000130
+gallium_dri.so free 0x5571736090c0 void 0.000133
+gallium_dri.so free 0x557173609040 void 0.000131
+gallium_dri.so malloc 72 0x5571736090c0 0.000141
+gallium_dri.so free 0x557173468180 void 0.000132
+gallium_dri.so free 0x5571736090c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736090c0 0.000131
+gallium_dri.so free 0x557173609180 void 0.000131
+gallium_dri.so free 0x5571736090c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736090c0 0.000130
+gallium_dri.so free 0x557173609240 void 0.000131
+gallium_dri.so free 0x5571736090c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736091f0 0.000130
+gallium_dri.so free 0x5571735911c0 void 0.000130
+gallium_dri.so free 0x5571736091f0 void 0.000130
+gallium_dri.so malloc 72 0x557173591210 0.000131
+gallium_dri.so free 0x557173591280 void 0.000131
+gallium_dri.so free 0x557173591210 void 0.000132
+gallium_dri.so malloc 72 0x5571735912e0 0.000133
+gallium_dri.so free 0x557173591380 void 0.000132
+gallium_dri.so free 0x5571735912e0 void 0.000132
+gallium_dri.so malloc 72 0x557173591330 0.000130
+gallium_dri.so free 0x5571735913c0 void 0.000130
+gallium_dri.so free 0x557173591330 void 0.000133
+gallium_dri.so malloc 72 0x557173591330 0.000129
+gallium_dri.so free 0x557173591480 void 0.000130
+gallium_dri.so free 0x557173591330 void 0.000140
+gallium_dri.so malloc 72 0x5571735914c0 0.000130
+gallium_dri.so free 0x557173591540 void 0.000131
+gallium_dri.so free 0x5571735914c0 void 0.000133
+gallium_dri.so malloc 72 0x557173591540 0.000131
+gallium_dri.so free 0x557173604300 void 0.000132
+gallium_dri.so free 0x557173591540 void 0.000132
+gallium_dri.so malloc 72 0x557173604320 0.000132
+gallium_dri.so free 0x5571736043c0 void 0.000130
+gallium_dri.so free 0x557173604320 void 0.000130
+gallium_dri.so malloc 72 0x557173604370 0.000130
+gallium_dri.so free 0x557173604440 void 0.000130
+gallium_dri.so free 0x557173604370 void 0.000130
+gallium_dri.so malloc 72 0x557173604440 0.000130
+gallium_dri.so free 0x557173604500 void 0.000130
+gallium_dri.so free 0x557173604440 void 0.000131
+gallium_dri.so malloc 72 0x557173604440 0.000129
+gallium_dri.so free 0x557173604580 void 0.000132
+gallium_dri.so free 0x557173604440 void 0.000131
+gallium_dri.so malloc 72 0x557173604580 0.000131
+gallium_dri.so free 0x557173604640 void 0.000132
+gallium_dri.so free 0x557173604580 void 0.000131
+gallium_dri.so malloc 72 0x557173604580 0.000129
+gallium_dri.so free 0x55717358a080 void 0.000179
+gallium_dri.so free 0x557173604580 void 0.000132
+gallium_dri.so malloc 72 0x55717358a0b0 0.000131
+gallium_dri.so free 0x55717358a100 void 0.000131
+gallium_dri.so free 0x55717358a0b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a0b0 0.000137
+gallium_dri.so free 0x55717358a200 void 0.000130
+gallium_dri.so free 0x55717358a0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a1b0 0.000131
+gallium_dri.so free 0x55717358a2c0 void 0.000133
+gallium_dri.so free 0x55717358a1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a270 0.000130
+gallium_dri.so free 0x55717358a340 void 0.000130
+gallium_dri.so free 0x55717358a270 void 0.000130
+gallium_dri.so malloc 72 0x55717358a360 0.000131
+gallium_dri.so free 0x55717358a400 void 0.000133
+gallium_dri.so free 0x55717358a360 void 0.000130
+gallium_dri.so malloc 72 0x55717358a3b0 0.000131
+gallium_dri.so free 0x5571736068c0 void 0.000132
+gallium_dri.so free 0x55717358a3b0 void 0.000132
+gallium_dri.so malloc 72 0x557173606900 0.000131
+gallium_dri.so free 0x557173606980 void 0.000132
+gallium_dri.so free 0x557173606900 void 0.000132
+gallium_dri.so malloc 72 0x557173606980 0.000133
+gallium_dri.so free 0x557173606a40 void 0.000132
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606980 0.000131
+gallium_dri.so free 0x557173606ac0 void 0.000133
+gallium_dri.so free 0x557173606980 void 0.000132
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606b40 void 0.000131
+gallium_dri.so free 0x557173606af0 void 0.000132
+gallium_dri.so malloc 72 0x557173606af0 0.000132
+gallium_dri.so free 0x557173606c40 void 0.000132
+gallium_dri.so free 0x557173606af0 void 0.000132
+gallium_dri.so malloc 72 0x557173606c80 0.000132
+gallium_dri.so free 0x557173609e80 void 0.000131
+gallium_dri.so free 0x557173606c80 void 0.000132
+gallium_dri.so malloc 72 0x557173609ed0 0.000133
+gallium_dri.so free 0x557173609f40 void 0.000135
+gallium_dri.so free 0x557173609ed0 void 0.000132
+gallium_dri.so malloc 72 0x557173609f60 0.000132
+gallium_dri.so free 0x55717360a000 void 0.000132
+gallium_dri.so free 0x557173609f60 void 0.000132
+gallium_dri.so malloc 72 0x557173609fb0 0.000129
+gallium_dri.so free 0x55717360a080 void 0.000131
+gallium_dri.so free 0x557173609fb0 void 0.000134
+gallium_dri.so malloc 72 0x557173609fb0 0.000131
+gallium_dri.so free 0x55717360a100 void 0.000131
+gallium_dri.so free 0x557173609fb0 void 0.000132
+gallium_dri.so malloc 72 0x55717360a100 0.000132
+gallium_dri.so free 0x55717360a1c0 void 0.000131
+gallium_dri.so free 0x55717360a100 void 0.000130
+gallium_dri.so malloc 72 0x55717360a100 0.000131
+gallium_dri.so free 0x557173609580 void 0.000130
+gallium_dri.so free 0x55717360a100 void 0.000131
+gallium_dri.so malloc 72 0x557173609530 0.000130
+gallium_dri.so free 0x5571736095c0 void 0.000132
+gallium_dri.so free 0x557173609530 void 0.000131
+gallium_dri.so malloc 72 0x557173609530 0.000131
+gallium_dri.so free 0x557173609680 void 0.000131
+gallium_dri.so free 0x557173609530 void 0.000130
+gallium_dri.so malloc 72 0x5571736096c0 0.000178
+gallium_dri.so free 0x557173609740 void 0.000132
+gallium_dri.so free 0x5571736096c0 void 0.000130
+gallium_dri.so malloc 72 0x557173609740 0.000131
+gallium_dri.so free 0x557173609800 void 0.000131
+gallium_dri.so free 0x557173609740 void 0.000131
+gallium_dri.so malloc 72 0x557173609740 0.000189
+gallium_dri.so free 0x557173609880 void 0.000133
+gallium_dri.so free 0x557173609740 void 0.000130
+gallium_dri.so malloc 72 0x5571736098b0 0.000130
+gallium_dri.so free 0x557173609900 void 0.000130
+gallium_dri.so free 0x5571736098b0 void 0.000131
+gallium_dri.so malloc 72 0x557173609900 0.000130
+gallium_dri.so free 0x5571735d4580 void 0.000133
+gallium_dri.so free 0x557173609900 void 0.000130
+gallium_dri.so malloc 72 0x557173609900 0.000131
+gallium_dri.so free 0x5571735d4600 void 0.000130
+gallium_dri.so free 0x557173609900 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4600 0.000129
+gallium_dri.so free 0x5571735d46c0 void 0.000130
+gallium_dri.so free 0x5571735d4600 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4600 0.000130
+gallium_dri.so free 0x5571735d4780 void 0.000131
+gallium_dri.so free 0x5571735d4600 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4600 0.000129
+gallium_dri.so free 0x5571735d4840 void 0.000130
+gallium_dri.so free 0x5571735d4600 void 0.000130
+gallium_dri.so malloc 72 0x5571735d47f0 0.000132
+gallium_dri.so free 0x5571735d48c0 void 0.000131
+gallium_dri.so free 0x5571735d47f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735d4910 0.000131
+gallium_dri.so free 0x5571735d4980 void 0.000131
+gallium_dri.so free 0x5571735d4910 void 0.000131
+gallium_dri.so malloc 72 0x5571735d49c0 0.000131
+gallium_dri.so free 0x557173466dc0 void 0.000131
+gallium_dri.so free 0x5571735d49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d49c0 0.000131
+gallium_dri.so free 0x557173466e40 void 0.000136
+gallium_dri.so free 0x5571735d49c0 void 0.000131
+gallium_dri.so malloc 72 0x557173466e70 0.000130
+gallium_dri.so free 0x557173466ec0 void 0.000130
+gallium_dri.so free 0x557173466e70 void 0.000129
+gallium_dri.so malloc 72 0x557173466e70 0.000130
+gallium_dri.so free 0x557173466fc0 void 0.000131
+gallium_dri.so free 0x557173466e70 void 0.000129
+gallium_dri.so malloc 72 0x557173466f70 0.000130
+gallium_dri.so free 0x557173467080 void 0.000131
+gallium_dri.so free 0x557173466f70 void 0.000130
+gallium_dri.so malloc 72 0x557173467030 0.000130
+gallium_dri.so free 0x5571734670c0 void 0.000131
+gallium_dri.so free 0x557173467030 void 0.000130
+gallium_dri.so malloc 72 0x557173467030 0.000130
+gallium_dri.so free 0x557173467180 void 0.000139
+gallium_dri.so free 0x557173467030 void 0.000132
+gallium_dri.so malloc 72 0x5571734671f0 0.000131
+gallium_dri.so free 0x557173589080 void 0.000130
+gallium_dri.so free 0x5571734671f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734671f0 0.000131
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so free 0x5571734671f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x5571735891c0 void 0.000130
+gallium_dri.so free 0x557173589100 void 0.000131
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x557173589280 void 0.000131
+gallium_dri.so free 0x557173589100 void 0.000131
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x557173589340 void 0.000130
+gallium_dri.so free 0x557173589100 void 0.000131
+gallium_dri.so malloc 72 0x5571735892f0 0.000131
+gallium_dri.so free 0x5571735893c0 void 0.000130
+gallium_dri.so free 0x5571735892f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589410 0.000131
+gallium_dri.so free 0x557173589480 void 0.000131
+gallium_dri.so free 0x557173589410 void 0.000130
+gallium_dri.so malloc 72 0x5571735894e0 0.000168
+gallium_dri.so free 0x55717358b640 void 0.000132
+gallium_dri.so free 0x5571735894e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735894e0 0.000131
+gallium_dri.so free 0x55717358b6c0 void 0.000131
+gallium_dri.so free 0x5571735894e0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b6f0 0.000130
+gallium_dri.so free 0x55717358b740 void 0.000130
+gallium_dri.so free 0x55717358b6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b6f0 0.000130
+gallium_dri.so free 0x55717358b840 void 0.000130
+gallium_dri.so free 0x55717358b6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b7f0 0.000131
+gallium_dri.so free 0x55717358b900 void 0.000130
+gallium_dri.so free 0x55717358b7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358b8b0 0.000130
+gallium_dri.so free 0x55717358b940 void 0.000131
+gallium_dri.so free 0x55717358b8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8b0 0.000131
+gallium_dri.so free 0x55717358ba00 void 0.000131
+gallium_dri.so free 0x55717358b8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ba50 0.000131
+gallium_dri.so free 0x557173607e80 void 0.000130
+gallium_dri.so free 0x55717358ba50 void 0.000191
+gallium_dri.so malloc 72 0x55717358ba50 0.000132
+gallium_dri.so free 0x557173607f00 void 0.000130
+gallium_dri.so free 0x55717358ba50 void 0.000130
+gallium_dri.so malloc 72 0x557173607f00 0.000130
+gallium_dri.so free 0x557173607fc0 void 0.000130
+gallium_dri.so free 0x557173607f00 void 0.000130
+gallium_dri.so malloc 72 0x557173607f00 0.000130
+gallium_dri.so free 0x557173608080 void 0.000130
+gallium_dri.so free 0x557173607f00 void 0.000129
+gallium_dri.so malloc 72 0x557173607f00 0.000129
+gallium_dri.so free 0x557173608140 void 0.000130
+gallium_dri.so free 0x557173607f00 void 0.000132
+gallium_dri.so malloc 72 0x5571736080f0 0.000131
+gallium_dri.so free 0x5571736081c0 void 0.000131
+gallium_dri.so free 0x5571736080f0 void 0.000131
+gallium_dri.so malloc 72 0x557173608210 0.000130
+gallium_dri.so free 0x557173608280 void 0.000174
+gallium_dri.so free 0x557173608210 void 0.000133
+gallium_dri.so malloc 72 0x5571736082c0 0.000130
+gallium_dri.so free 0x5571736058c0 void 0.000132
+gallium_dri.so free 0x5571736082c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736082c0 0.000133
+gallium_dri.so free 0x557173605940 void 0.000141
+gallium_dri.so free 0x5571736082c0 void 0.000132
+gallium_dri.so malloc 72 0x557173605970 0.000130
+gallium_dri.so free 0x5571736059c0 void 0.000130
+gallium_dri.so free 0x557173605970 void 0.000130
+gallium_dri.so malloc 72 0x557173605970 0.000130
+gallium_dri.so free 0x557173605ac0 void 0.000131
+gallium_dri.so free 0x557173605970 void 0.000130
+gallium_dri.so malloc 72 0x557173605a70 0.000131
+gallium_dri.so free 0x557173605b80 void 0.000131
+gallium_dri.so free 0x557173605a70 void 0.000130
+gallium_dri.so malloc 72 0x557173605b30 0.000130
+gallium_dri.so free 0x557173605bc0 void 0.000130
+gallium_dri.so free 0x557173605b30 void 0.000131
+gallium_dri.so malloc 72 0x557173605b30 0.000130
+gallium_dri.so free 0x557173605c80 void 0.000131
+gallium_dri.so free 0x557173605b30 void 0.000129
+gallium_dri.so malloc 72 0x557173605cf0 0.000131
+gallium_dri.so free 0x55717360b440 void 0.000130
+gallium_dri.so free 0x557173605cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173605cf0 0.000130
+gallium_dri.so free 0x55717360b4c0 void 0.000131
+gallium_dri.so free 0x557173605cf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b4c0 0.000139
+gallium_dri.so free 0x55717360b580 void 0.000131
+gallium_dri.so free 0x55717360b4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b4c0 0.000130
+gallium_dri.so free 0x55717360b640 void 0.000131
+gallium_dri.so free 0x55717360b4c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360b4c0 0.000130
+gallium_dri.so free 0x55717360b700 void 0.000130
+gallium_dri.so free 0x55717360b4c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b6b0 0.000130
+gallium_dri.so free 0x55717360b780 void 0.000131
+gallium_dri.so free 0x55717360b6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b7d0 0.000129
+gallium_dri.so free 0x55717360b840 void 0.000131
+gallium_dri.so free 0x55717360b7d0 void 0.000135
+gallium_dri.so malloc 72 0x55717360b8a0 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000131
+gallium_dri.so free 0x55717360b8a0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b8a0 0.000130
+gallium_dri.so free 0x557173590240 void 0.000130
+gallium_dri.so free 0x55717360b8a0 void 0.000131
+gallium_dri.so malloc 72 0x557173590270 0.000130
+gallium_dri.so free 0x5571735902c0 void 0.000131
+gallium_dri.so free 0x557173590270 void 0.000197
+gallium_dri.so malloc 72 0x557173590270 0.000131
+gallium_dri.so free 0x5571735903c0 void 0.000130
+gallium_dri.so free 0x557173590270 void 0.000132
+gallium_dri.so malloc 72 0x557173590370 0.000130
+gallium_dri.so free 0x557173590480 void 0.000130
+gallium_dri.so free 0x557173590370 void 0.000136
+gallium_dri.so malloc 72 0x557173590430 0.000130
+gallium_dri.so free 0x5571735904c0 void 0.000129
+gallium_dri.so free 0x557173590430 void 0.000131
+gallium_dri.so malloc 72 0x557173590430 0.000130
+gallium_dri.so free 0x557173590580 void 0.000131
+gallium_dri.so free 0x557173590430 void 0.000130
+gallium_dri.so malloc 72 0x5571735905d0 0.000130
+gallium_dri.so free 0x55717358dc00 void 0.000131
+gallium_dri.so free 0x5571735905d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735905d0 0.000130
+gallium_dri.so free 0x55717358dc80 void 0.000130
+gallium_dri.so free 0x5571735905d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dc80 0.000130
+gallium_dri.so free 0x55717358dd40 void 0.000130
+gallium_dri.so free 0x55717358dc80 void 0.000131
+gallium_dri.so malloc 72 0x55717358dc80 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000177
+gallium_dri.so free 0x55717358dc80 void 0.000131
+gallium_dri.so malloc 72 0x55717358dc80 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000131
+gallium_dri.so free 0x55717358dc80 void 0.000133
+gallium_dri.so malloc 72 0x55717358de70 0.000130
+gallium_dri.so free 0x55717358df40 void 0.000131
+gallium_dri.so free 0x55717358de70 void 0.000130
+gallium_dri.so malloc 72 0x55717358df90 0.000130
+gallium_dri.so free 0x55717358e000 void 0.000131
+gallium_dri.so free 0x55717358df90 void 0.000131
+gallium_dri.so malloc 72 0x55717358e040 0.000131
+gallium_dri.so free 0x5571735cfa00 void 0.000132
+gallium_dri.so free 0x55717358e040 void 0.000129
+gallium_dri.so malloc 72 0x55717358e040 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000130
+gallium_dri.so free 0x55717358e040 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfab0 0.000130
+gallium_dri.so free 0x5571735cfb00 void 0.000130
+gallium_dri.so free 0x5571735cfab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfab0 0.000129
+gallium_dri.so free 0x5571735cfc00 void 0.000131
+gallium_dri.so free 0x5571735cfab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000141
+gallium_dri.so free 0x5571735cfcc0 void 0.000131
+gallium_dri.so free 0x5571735cfbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfc70 0.000130
+gallium_dri.so free 0x5571735cfd00 void 0.000130
+gallium_dri.so free 0x5571735cfc70 void 0.000134
+gallium_dri.so malloc 72 0x5571735cfc70 0.000130
+gallium_dri.so free 0x5571735cfdc0 void 0.000131
+gallium_dri.so free 0x5571735cfc70 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe30 0.000130
+gallium_dri.so free 0x5571735d1fc0 void 0.000130
+gallium_dri.so free 0x5571735cfe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe30 0.000130
+gallium_dri.so free 0x5571735d2040 void 0.000131
+gallium_dri.so free 0x5571735cfe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2040 0.000131
+gallium_dri.so free 0x5571735d2100 void 0.000130
+gallium_dri.so free 0x5571735d2040 void 0.000172
+gallium_dri.so malloc 72 0x5571735d2040 0.000132
+gallium_dri.so free 0x5571735d21c0 void 0.000132
+gallium_dri.so free 0x5571735d2040 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2040 0.000130
+gallium_dri.so free 0x5571735d2280 void 0.000131
+gallium_dri.so free 0x5571735d2040 void 0.000140
+gallium_dri.so malloc 72 0x5571735d2230 0.000131
+gallium_dri.so free 0x5571735d2300 void 0.000131
+gallium_dri.so free 0x5571735d2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2350 0.000130
+gallium_dri.so free 0x5571735d23c0 void 0.000130
+gallium_dri.so free 0x5571735d2350 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2420 0.000130
+gallium_dri.so free 0x557173464800 void 0.000131
+gallium_dri.so free 0x5571735d2420 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2420 0.000129
+gallium_dri.so free 0x557173464880 void 0.000130
+gallium_dri.so free 0x5571735d2420 void 0.000130
+gallium_dri.so malloc 72 0x5571734648b0 0.000131
+gallium_dri.so free 0x557173464900 void 0.000131
+gallium_dri.so free 0x5571734648b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734648b0 0.000131
+gallium_dri.so free 0x557173464a00 void 0.000130
+gallium_dri.so free 0x5571734648b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734649b0 0.000130
+gallium_dri.so free 0x557173464ac0 void 0.000130
+gallium_dri.so free 0x5571734649b0 void 0.000131
+gallium_dri.so malloc 72 0x557173464a70 0.000130
+gallium_dri.so free 0x557173464b00 void 0.000195
+gallium_dri.so free 0x557173464a70 void 0.000132
+gallium_dri.so malloc 72 0x557173464a70 0.000130
+gallium_dri.so free 0x557173464bc0 void 0.000131
+gallium_dri.so free 0x557173464a70 void 0.000131
+gallium_dri.so malloc 72 0x557173464c10 0.000130
+gallium_dri.so free 0x557173603300 void 0.000130
+gallium_dri.so free 0x557173464c10 void 0.000130
+gallium_dri.so malloc 72 0x557173464c10 0.000130
+gallium_dri.so free 0x557173603380 void 0.000130
+gallium_dri.so free 0x557173464c10 void 0.000129
+gallium_dri.so malloc 72 0x557173603380 0.000130
+gallium_dri.so free 0x557173603440 void 0.000130
+gallium_dri.so free 0x557173603380 void 0.000130
+gallium_dri.so malloc 72 0x557173603380 0.000131
+gallium_dri.so free 0x557173603500 void 0.000130
+gallium_dri.so free 0x557173603380 void 0.000130
+gallium_dri.so malloc 72 0x557173603380 0.000129
+gallium_dri.so free 0x5571736035c0 void 0.000130
+gallium_dri.so free 0x557173603380 void 0.000134
+gallium_dri.so malloc 72 0x557173603570 0.000131
+gallium_dri.so free 0x557173603640 void 0.000130
+gallium_dri.so free 0x557173603570 void 0.000131
+gallium_dri.so malloc 72 0x557173603690 0.000140
+gallium_dri.so free 0x557173603700 void 0.000132
+gallium_dri.so free 0x557173603690 void 0.000130
+gallium_dri.so malloc 72 0x557173603740 0.000130
+gallium_dri.so free 0x557173461d80 void 0.000131
+gallium_dri.so free 0x557173603740 void 0.000130
+gallium_dri.so malloc 72 0x557173603740 0.000178
+gallium_dri.so free 0x557173461e40 void 0.000131
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so malloc 72 0x557173603740 0.000130
+gallium_dri.so free 0x557173461f00 void 0.000130
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so malloc 72 0x557173461eb0 0.000130
+gallium_dri.so free 0x557173461f80 void 0.000129
+gallium_dri.so free 0x557173461eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173461fd0 0.000130
+gallium_dri.so free 0x557173462040 void 0.000131
+gallium_dri.so free 0x557173461fd0 void 0.000130
+gallium_dri.so malloc 72 0x557173462060 0.000129
+gallium_dri.so free 0x557173462100 void 0.000131
+gallium_dri.so free 0x557173462060 void 0.000130
+gallium_dri.so malloc 72 0x5571734620b0 0.000130
+gallium_dri.so free 0x557173462180 void 0.000130
+gallium_dri.so free 0x5571734620b0 void 0.000138
+gallium_dri.so malloc 72 0x5571734620b0 0.000130
+gallium_dri.so free 0x557173462280 void 0.000132
+gallium_dri.so free 0x5571734620b0 void 0.000130
+gallium_dri.so malloc 72 0x557173462230 0.000129
+gallium_dri.so free 0x557173462300 void 0.000130
+gallium_dri.so free 0x557173462230 void 0.000130
+gallium_dri.so malloc 72 0x557173462350 0.000131
+gallium_dri.so free 0x5571735f29c0 void 0.000131
+gallium_dri.so free 0x557173462350 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2a00 void 0.000131
+gallium_dri.so free 0x5571735f2970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2970 0.000130
+gallium_dri.so free 0x5571735f2ac0 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b00 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000130
+gallium_dri.so free 0x5571735f2b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b80 0.000129
+gallium_dri.so free 0x5571735f2c40 void 0.000131
+gallium_dri.so free 0x5571735f2b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b80 0.000131
+gallium_dri.so free 0x5571735f2d00 void 0.000177
+gallium_dri.so free 0x5571735f2b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2d20 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000130
+gallium_dri.so free 0x5571735f2d20 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2d70 0.000130
+gallium_dri.so free 0x5571735f2e40 void 0.000131
+gallium_dri.so free 0x5571735f2d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2d70 0.000130
+gallium_dri.so free 0x5571735f2ec0 void 0.000131
+gallium_dri.so free 0x5571735f2d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000131
+gallium_dri.so free 0x5571735f2f80 void 0.000129
+gallium_dri.so free 0x5571735f2ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000129
+gallium_dri.so free 0x5571735f3040 void 0.000129
+gallium_dri.so free 0x5571735f2ec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000132
+gallium_dri.so free 0x5571735f3100 void 0.000124
+gallium_dri.so free 0x5571735f2ec0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f30b0 0.000130
+gallium_dri.so free 0x5571735f31c0 void 0.000131
+gallium_dri.so free 0x5571735f30b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3170 0.000134
+gallium_dri.so free 0x5571735f3240 void 0.000133
+gallium_dri.so free 0x5571735f3170 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3290 0.000129
+gallium_dri.so free 0x5571735f3300 void 0.000130
+gallium_dri.so free 0x5571735f3290 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3320 0.000131
+gallium_dri.so free 0x5571735f33c0 void 0.000130
+gallium_dri.so free 0x5571735f3320 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3370 0.000131
+gallium_dri.so free 0x5571735f3440 void 0.000130
+gallium_dri.so free 0x5571735f3370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3370 0.000129
+gallium_dri.so free 0x5571735f34c0 void 0.000131
+gallium_dri.so free 0x5571735f3370 void 0.000131
+gallium_dri.so malloc 72 0x5571735f34c0 0.000130
+gallium_dri.so free 0x5571735f3580 void 0.000132
+gallium_dri.so free 0x5571735f34c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34c0 0.000130
+gallium_dri.so free 0x5571735f3680 void 0.000130
+gallium_dri.so free 0x5571735f34c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3630 0.000129
+gallium_dri.so free 0x5571734734c0 void 0.000131
+gallium_dri.so free 0x5571735f3630 void 0.000132
+gallium_dri.so malloc 72 0x557173473470 0.000129
+gallium_dri.so free 0x557173473540 void 0.000131
+gallium_dri.so free 0x557173473470 void 0.000129
+gallium_dri.so malloc 72 0x557173473470 0.000130
+gallium_dri.so free 0x5571734735c0 void 0.000131
+gallium_dri.so free 0x557173473470 void 0.000129
+gallium_dri.so malloc 72 0x5571734735c0 0.000129
+gallium_dri.so free 0x557173473680 void 0.000131
+gallium_dri.so free 0x5571734735c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734735c0 0.000129
+gallium_dri.so free 0x557173473740 void 0.000131
+gallium_dri.so free 0x5571734735c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734735c0 0.000131
+gallium_dri.so free 0x557173473800 void 0.000131
+gallium_dri.so free 0x5571734735c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734737b0 0.000130
+gallium_dri.so free 0x557173473800 void 0.000131
+gallium_dri.so free 0x5571734737b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734737b0 0.000129
+gallium_dri.so free 0x557173473900 void 0.000131
+gallium_dri.so free 0x5571734737b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734738b0 0.000130
+gallium_dri.so free 0x5571734739c0 void 0.000172
+gallium_dri.so free 0x5571734738b0 void 0.000131
+gallium_dri.so malloc 72 0x557173473970 0.000130
+gallium_dri.so free 0x557173473a00 void 0.000131
+gallium_dri.so free 0x557173473970 void 0.000130
+gallium_dri.so malloc 72 0x557173473970 0.000185
+gallium_dri.so free 0x557173473ac0 void 0.000131
+gallium_dri.so free 0x557173473970 void 0.000130
+gallium_dri.so malloc 72 0x557173473b00 0.000130
+gallium_dri.so free 0x557173473b80 void 0.000130
+gallium_dri.so free 0x557173473b00 void 0.000129
+gallium_dri.so malloc 72 0x557173473b80 0.000130
+gallium_dri.so free 0x557173473c40 void 0.000132
+gallium_dri.so free 0x557173473b80 void 0.000132
+gallium_dri.so malloc 72 0x557173473b80 0.000132
+gallium_dri.so free 0x557173473d00 void 0.000132
+gallium_dri.so free 0x557173473b80 void 0.000131
+gallium_dri.so malloc 72 0x557173473d20 0.000130
+gallium_dri.so free 0x557173473dc0 void 0.000132
+gallium_dri.so free 0x557173473d20 void 0.000130
+gallium_dri.so malloc 72 0x557173473d70 0.000132
+gallium_dri.so free 0x557173473e40 void 0.000131
+gallium_dri.so free 0x557173473d70 void 0.000180
+gallium_dri.so malloc 72 0x557173473d70 0.000132
+gallium_dri.so free 0x557173473ec0 void 0.000131
+gallium_dri.so free 0x557173473d70 void 0.000131
+gallium_dri.so malloc 72 0x557173473ec0 0.000131
+gallium_dri.so free 0x557173473f80 void 0.000131
+gallium_dri.so free 0x557173473ec0 void 0.000131
+gallium_dri.so malloc 72 0x557173473ec0 0.000132
+gallium_dri.so free 0x557173474040 void 0.000130
+gallium_dri.so free 0x557173473ec0 void 0.000131
+gallium_dri.so malloc 72 0x557173473ec0 0.000131
+gallium_dri.so free 0x557173474100 void 0.000131
+gallium_dri.so free 0x557173473ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571734740b0 0.000131
+gallium_dri.so free 0x5571734741c0 void 0.000131
+gallium_dri.so free 0x5571734740b0 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000131
+gallium_dri.so free 0x557173460440 void 0.000130
+gallium_dri.so free 0x557173474170 void 0.000131
+gallium_dri.so malloc 72 0x557173460440 0.000130
+gallium_dri.so free 0x557173460500 void 0.000130
+gallium_dri.so free 0x557173460440 void 0.000130
+gallium_dri.so malloc 72 0x557173460440 0.000130
+gallium_dri.so free 0x557173460580 void 0.000196
+gallium_dri.so free 0x557173460440 void 0.000133
+gallium_dri.so malloc 72 0x5571734605b0 0.000202
+gallium_dri.so free 0x557173460600 void 0.000168
+gallium_dri.so free 0x5571734605b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734605b0 0.000130
+gallium_dri.so free 0x557173460700 void 0.000130
+gallium_dri.so free 0x5571734605b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734606b0 0.000130
+gallium_dri.so free 0x5571734607c0 void 0.000131
+gallium_dri.so free 0x5571734606b0 void 0.000130
+gallium_dri.so malloc 72 0x557173460770 0.000130
+gallium_dri.so free 0x557173460840 void 0.000130
+gallium_dri.so free 0x557173460770 void 0.000130
+gallium_dri.so malloc 72 0x557173460860 0.000130
+gallium_dri.so free 0x557173460900 void 0.000130
+gallium_dri.so free 0x557173460860 void 0.000130
+gallium_dri.so malloc 72 0x5571734608b0 0.000206
+gallium_dri.so free 0x557173460980 void 0.000202
+gallium_dri.so free 0x5571734608b0 void 0.000169
+gallium_dri.so malloc 72 0x5571734608b0 0.000130
+gallium_dri.so free 0x557173460a00 void 0.000138
+gallium_dri.so free 0x5571734608b0 void 0.000136
+gallium_dri.so malloc 72 0x557173460a00 0.000133
+gallium_dri.so free 0x557173460ac0 void 0.000132
+gallium_dri.so free 0x557173460a00 void 0.000131
+gallium_dri.so malloc 72 0x557173460a00 0.000131
+gallium_dri.so free 0x557173460b80 void 0.000132
+gallium_dri.so free 0x557173460a00 void 0.000131
+gallium_dri.so malloc 72 0x557173460a00 0.000132
+gallium_dri.so free 0x557173460c40 void 0.000132
+gallium_dri.so free 0x557173460a00 void 0.000131
+gallium_dri.so malloc 72 0x557173460bf0 0.000130
+gallium_dri.so free 0x557173460c40 void 0.000130
+gallium_dri.so free 0x557173460bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173460bf0 0.000129
+gallium_dri.so free 0x557173460d40 void 0.000131
+gallium_dri.so free 0x557173460bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173460cf0 0.000130
+gallium_dri.so free 0x557173460e00 void 0.000131
+gallium_dri.so free 0x557173460cf0 void 0.000130
+gallium_dri.so malloc 72 0x557173460db0 0.000132
+gallium_dri.so free 0x557173460e40 void 0.000132
+gallium_dri.so free 0x557173460db0 void 0.000130
+gallium_dri.so malloc 72 0x557173460db0 0.000190
+gallium_dri.so free 0x557173460f00 void 0.000133
+gallium_dri.so free 0x557173460db0 void 0.000132
+gallium_dri.so malloc 72 0x557173460f40 0.000130
+gallium_dri.so free 0x557173460fc0 void 0.000130
+gallium_dri.so free 0x557173460f40 void 0.000131
+gallium_dri.so malloc 72 0x557173460fc0 0.000131
+gallium_dri.so free 0x557173461080 void 0.000132
+gallium_dri.so free 0x557173460fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173460fc0 0.000132
+gallium_dri.so free 0x557173461140 void 0.000131
+gallium_dri.so free 0x557173460fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173461160 0.000130
+gallium_dri.so free 0x557173461200 void 0.000130
+gallium_dri.so free 0x557173461160 void 0.000129
+gallium_dri.so malloc 72 0x5571734611b0 0.000130
+gallium_dri.so free 0x557173461280 void 0.000131
+gallium_dri.so free 0x5571734611b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734611b0 0.000133
+gallium_dri.so free 0x557173461300 void 0.000131
+gallium_dri.so free 0x5571734611b0 void 0.000131
+gallium_dri.so malloc 72 0x557173461300 0.000132
+gallium_dri.so free 0x5571734613c0 void 0.000132
+gallium_dri.so free 0x557173461300 void 0.000181
+gallium_dri.so malloc 72 0x557173461300 0.000131
+gallium_dri.so free 0x557173461480 void 0.000131
+gallium_dri.so free 0x557173461300 void 0.000132
+gallium_dri.so malloc 72 0x557173461300 0.000130
+gallium_dri.so free 0x557173461540 void 0.000175
+gallium_dri.so free 0x557173461300 void 0.000135
+gallium_dri.so malloc 72 0x5571734614f0 0.000133
+gallium_dri.so free 0x557173461600 void 0.000133
+gallium_dri.so free 0x5571734614f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734615b0 0.000132
+gallium_dri.so free 0x557173461680 void 0.000133
+gallium_dri.so free 0x5571734615b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734616d0 0.000133
+gallium_dri.so free 0x557173461740 void 0.000132
+gallium_dri.so free 0x5571734616d0 void 0.000131
+gallium_dri.so malloc 72 0x557173461760 0.000132
+gallium_dri.so free 0x557173461800 void 0.000132
+gallium_dri.so free 0x557173461760 void 0.000131
+gallium_dri.so malloc 72 0x5571734617b0 0.000132
+gallium_dri.so free 0x557173461880 void 0.000134
+gallium_dri.so free 0x5571734617b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734617b0 0.000139
+gallium_dri.so free 0x557173461900 void 0.000133
+gallium_dri.so free 0x5571734617b0 void 0.000132
+gallium_dri.so malloc 72 0x557173461900 0.000133
+gallium_dri.so free 0x5571734619c0 void 0.000131
+gallium_dri.so free 0x557173461900 void 0.000131
+gallium_dri.so malloc 72 0x557173461900 0.000131
+gallium_dri.so free 0x557173461ac0 void 0.000131
+gallium_dri.so free 0x557173461900 void 0.000130
+gallium_dri.so malloc 72 0x557173461a70 0.000131
+gallium_dri.so free 0x557173461b00 void 0.000132
+gallium_dri.so free 0x557173461a70 void 0.000131
+gallium_dri.so malloc 72 0x557173461a70 0.000131
+gallium_dri.so free 0x557173461bc0 void 0.000130
+gallium_dri.so free 0x557173461a70 void 0.000130
+gallium_dri.so malloc 72 0x557173461c00 0.000131
+gallium_dri.so free 0x557173461c80 void 0.000130
+gallium_dri.so free 0x557173461c00 void 0.000130
+gallium_dri.so malloc 72 0x557173461c80 0.000130
+gallium_dri.so free 0x5571735e0e80 void 0.000130
+gallium_dri.so free 0x557173461c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000131
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so free 0x5571735e0ea0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000132
+gallium_dri.so free 0x5571735e0fc0 void 0.000130
+gallium_dri.so free 0x5571735e0ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000133
+gallium_dri.so free 0x5571735e10c0 void 0.000131
+gallium_dri.so free 0x5571735e0ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1070 0.000130
+gallium_dri.so free 0x5571735e1140 void 0.000131
+gallium_dri.so free 0x5571735e1070 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1190 0.000132
+gallium_dri.so free 0x5571735e1200 void 0.000132
+gallium_dri.so free 0x5571735e1190 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1220 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000132
+gallium_dri.so free 0x5571735e1220 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1270 0.000132
+gallium_dri.so free 0x5571735e1340 void 0.000180
+gallium_dri.so free 0x5571735e1270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1270 0.000132
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so free 0x5571735e1270 void 0.000134
+gallium_dri.so malloc 72 0x5571735e13c0 0.000134
+gallium_dri.so free 0x5571735e1480 void 0.000144
+gallium_dri.so free 0x5571735e13c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e13c0 0.000132
+gallium_dri.so free 0x5571735e1580 void 0.000132
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e13c0 0.000133
+gallium_dri.so free 0x5571735e1600 void 0.000130
+gallium_dri.so free 0x5571735e13c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1630 0.000130
+gallium_dri.so free 0x5571735e1680 void 0.000131
+gallium_dri.so free 0x5571735e1630 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1630 0.000132
+gallium_dri.so free 0x5571735e1780 void 0.000131
+gallium_dri.so free 0x5571735e1630 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1730 0.000131
+gallium_dri.so free 0x5571735e1840 void 0.000132
+gallium_dri.so free 0x5571735e1730 void 0.000131
+gallium_dri.so malloc 72 0x5571735e17f0 0.000130
+gallium_dri.so free 0x5571735e1880 void 0.000130
+gallium_dri.so free 0x5571735e17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e17f0 0.000130
+gallium_dri.so free 0x5571735e1940 void 0.000132
+gallium_dri.so free 0x5571735e17f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1990 0.000142
+gallium_dri.so free 0x5571735e1a00 void 0.000131
+gallium_dri.so free 0x5571735e1990 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1a40 0.000134
+gallium_dri.so free 0x5571735e1ac0 void 0.000131
+gallium_dri.so free 0x5571735e1a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000130
+gallium_dri.so free 0x5571735e1b80 void 0.000129
+gallium_dri.so free 0x5571735e1ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000130
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so free 0x5571735e1ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c30 0.000132
+gallium_dri.so free 0x5571735e1c80 void 0.000131
+gallium_dri.so free 0x5571735e1c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c30 0.000129
+gallium_dri.so free 0x5571735e1d80 void 0.000130
+gallium_dri.so free 0x5571735e1c30 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1d30 0.000131
+gallium_dri.so free 0x5571735e1e40 void 0.000133
+gallium_dri.so free 0x5571735e1d30 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1df0 0.000130
+gallium_dri.so free 0x5571735e1ec0 void 0.000132
+gallium_dri.so free 0x5571735e1df0 void 0.000186
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000134
+gallium_dri.so free 0x5571735e1f80 void 0.000166
+gallium_dri.so free 0x5571735e1ee0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e1f30 0.000131
+gallium_dri.so free 0x5571735e2000 void 0.000170
+gallium_dri.so free 0x5571735e1f30 void 0.000200
+gallium_dri.so malloc 72 0x5571735e1f30 0.000169
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so free 0x5571735e1f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2080 0.000130
+gallium_dri.so free 0x5571735e2140 void 0.000129
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2080 0.000131
+gallium_dri.so free 0x5571735e2200 void 0.000131
+gallium_dri.so free 0x5571735e2080 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2080 0.000130
+gallium_dri.so free 0x5571735e22c0 void 0.000131
+gallium_dri.so free 0x5571735e2080 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2270 0.000130
+gallium_dri.so free 0x5571735e22c0 void 0.000130
+gallium_dri.so free 0x5571735e2270 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2270 0.000131
+gallium_dri.so free 0x5571735e23c0 void 0.000132
+gallium_dri.so free 0x5571735e2270 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2370 0.000132
+gallium_dri.so free 0x5571735e2480 void 0.000130
+gallium_dri.so free 0x5571735e2370 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2430 0.000130
+gallium_dri.so free 0x5571735e24c0 void 0.000131
+gallium_dri.so free 0x5571735e2430 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2430 0.000131
+gallium_dri.so free 0x5571735e2580 void 0.000132
+gallium_dri.so free 0x5571735e2430 void 0.000131
+gallium_dri.so malloc 72 0x5571735e25c0 0.000130
+gallium_dri.so free 0x5571735e2640 void 0.000130
+gallium_dri.so free 0x5571735e25c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2640 0.000131
+gallium_dri.so free 0x5571735e2700 void 0.000130
+gallium_dri.so free 0x5571735e2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2640 0.000131
+gallium_dri.so free 0x5571735e27c0 void 0.000134
+gallium_dri.so free 0x5571735e2640 void 0.000131
+gallium_dri.so malloc 72 0x5571735e27e0 0.000132
+gallium_dri.so free 0x5571735e2880 void 0.000131
+gallium_dri.so free 0x5571735e27e0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2830 0.000130
+gallium_dri.so free 0x5571735e2900 void 0.000129
+gallium_dri.so free 0x5571735e2830 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2830 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so free 0x5571735e2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2980 0.000129
+gallium_dri.so free 0x5571735e2a40 void 0.000129
+gallium_dri.so free 0x5571735e2980 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2980 0.000131
+gallium_dri.so free 0x5571735e2b00 void 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2980 0.000131
+gallium_dri.so free 0x5571735e2bc0 void 0.000130
+gallium_dri.so free 0x5571735e2980 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2b70 0.000130
+gallium_dri.so free 0x5571735e2c80 void 0.000205
+gallium_dri.so free 0x5571735e2b70 void 0.000201
+gallium_dri.so malloc 72 0x5571735e2c30 0.000170
+gallium_dri.so free 0x5571735e2d00 void 0.000132
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2d50 0.000133
+gallium_dri.so free 0x5571735e2dc0 void 0.000133
+gallium_dri.so free 0x5571735e2d50 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2de0 0.000130
+gallium_dri.so free 0x5571735e2e80 void 0.000135
+gallium_dri.so free 0x5571735e2de0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2e30 0.000132
+gallium_dri.so free 0x5571735e2f00 void 0.000133
+gallium_dri.so free 0x5571735e2e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2e30 0.000130
+gallium_dri.so free 0x5571735e2f80 void 0.000132
+gallium_dri.so free 0x5571735e2e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f80 0.000130
+gallium_dri.so free 0x5571735e3040 void 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f80 0.000133
+gallium_dri.so free 0x5571735e3140 void 0.000131
+gallium_dri.so free 0x5571735e2f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e30f0 0.000131
+gallium_dri.so free 0x5571735e3180 void 0.000132
+gallium_dri.so free 0x5571735e30f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e30f0 0.000130
+gallium_dri.so free 0x5571735e3240 void 0.000184
+gallium_dri.so free 0x5571735e30f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3280 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000132
+gallium_dri.so free 0x5571735e3280 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3300 0.000129
+gallium_dri.so free 0x5571735e33c0 void 0.000135
+gallium_dri.so free 0x5571735e3300 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3300 0.000133
+gallium_dri.so free 0x5571735e3440 void 0.000132
+gallium_dri.so free 0x5571735e3300 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3470 0.000130
+gallium_dri.so free 0x5571735e34c0 void 0.000132
+gallium_dri.so free 0x5571735e3470 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3470 0.000132
+gallium_dri.so free 0x5571735e35c0 void 0.000132
+gallium_dri.so free 0x5571735e3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3600 0.000130
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so free 0x5571735e3600 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3680 0.000132
+gallium_dri.so free 0x5571735e3740 void 0.000130
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3680 0.000152
+gallium_dri.so free 0x5571735e37c0 void 0.000134
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so malloc 72 0x5571735e37f0 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000132
+gallium_dri.so free 0x5571735e37f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e37f0 0.000203
+gallium_dri.so free 0x5571735fc3c0 void 0.000203
+gallium_dri.so free 0x5571735e37f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000131
+gallium_dri.so free 0x5571735fc480 void 0.000132
+gallium_dri.so free 0x5571735fc3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000131
+gallium_dri.so free 0x5571735fc580 void 0.000132
+gallium_dri.so free 0x5571735fc3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000131
+gallium_dri.so free 0x5571735fc600 void 0.000132
+gallium_dri.so free 0x5571735fc3c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc630 0.000132
+gallium_dri.so free 0x5571735fc680 void 0.000132
+gallium_dri.so free 0x5571735fc630 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc630 0.000132
+gallium_dri.so free 0x5571735fc780 void 0.000137
+gallium_dri.so free 0x5571735fc630 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc730 0.000133
+gallium_dri.so free 0x5571735fc840 void 0.000133
+gallium_dri.so free 0x5571735fc730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000130
+gallium_dri.so free 0x5571735fc880 void 0.000132
+gallium_dri.so free 0x5571735fc7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000133
+gallium_dri.so free 0x5571735fc940 void 0.000131
+gallium_dri.so free 0x5571735fc7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc990 0.000132
+gallium_dri.so free 0x5571735fca00 void 0.000132
+gallium_dri.so free 0x5571735fc990 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca40 0.000131
+gallium_dri.so free 0x5571735fcac0 void 0.000131
+gallium_dri.so free 0x5571735fca40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcac0 0.000132
+gallium_dri.so free 0x5571735fcb80 void 0.000130
+gallium_dri.so free 0x5571735fcac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcac0 0.000130
+gallium_dri.so free 0x5571735fcc00 void 0.000130
+gallium_dri.so free 0x5571735fcac0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fcc30 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so free 0x5571735fcc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcc30 0.000130
+gallium_dri.so free 0x5571735fcd80 void 0.000131
+gallium_dri.so free 0x5571735fcc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcd30 0.000130
+gallium_dri.so free 0x5571735fce40 void 0.000132
+gallium_dri.so free 0x5571735fcd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000131
+gallium_dri.so free 0x5571735fcec0 void 0.000132
+gallium_dri.so free 0x5571735fcdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcee0 0.000132
+gallium_dri.so free 0x5571735fcf80 void 0.000132
+gallium_dri.so free 0x5571735fcee0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcf30 0.000131
+gallium_dri.so free 0x5571735fd000 void 0.000167
+gallium_dri.so free 0x5571735fcf30 void 0.000173
+gallium_dri.so malloc 72 0x5571735fcf30 0.000200
+gallium_dri.so free 0x5571735fd080 void 0.000133
+gallium_dri.so free 0x5571735fcf30 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd080 0.000211
+gallium_dri.so free 0x5571735fd140 void 0.000202
+gallium_dri.so free 0x5571735fd080 void 0.000169
+gallium_dri.so malloc 72 0x5571735fd080 0.000134
+gallium_dri.so free 0x5571735fd200 void 0.000132
+gallium_dri.so free 0x5571735fd080 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd080 0.000132
+gallium_dri.so free 0x5571735fd2c0 void 0.000132
+gallium_dri.so free 0x5571735fd080 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd270 0.000133
+gallium_dri.so free 0x5571735fd2c0 void 0.000134
+gallium_dri.so free 0x5571735fd270 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd270 0.000131
+gallium_dri.so free 0x5571735fd3c0 void 0.000130
+gallium_dri.so free 0x5571735fd270 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd370 0.000132
+gallium_dri.so free 0x5571735fd480 void 0.000132
+gallium_dri.so free 0x5571735fd370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd430 0.000131
+gallium_dri.so free 0x5571735fd4c0 void 0.000130
+gallium_dri.so free 0x5571735fd430 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd430 0.000131
+gallium_dri.so free 0x5571735fd580 void 0.000189
+gallium_dri.so free 0x5571735fd430 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000131
+gallium_dri.so free 0x5571735fd640 void 0.000132
+gallium_dri.so free 0x5571735fd5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd640 0.000132
+gallium_dri.so free 0x5571735fd700 void 0.000131
+gallium_dri.so free 0x5571735fd640 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd640 0.000132
+gallium_dri.so free 0x5571735fd7c0 void 0.000133
+gallium_dri.so free 0x5571735fd640 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000132
+gallium_dri.so free 0x5571735fd880 void 0.000131
+gallium_dri.so free 0x5571735fd7e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd830 0.000131
+gallium_dri.so free 0x5571735fd900 void 0.000131
+gallium_dri.so free 0x5571735fd830 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd830 0.000132
+gallium_dri.so free 0x5571735fd980 void 0.000133
+gallium_dri.so free 0x5571735fd830 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd980 0.000132
+gallium_dri.so free 0x5571735fda40 void 0.000130
+gallium_dri.so free 0x5571735fd980 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd980 0.000134
+gallium_dri.so free 0x5571735fdb00 void 0.000132
+gallium_dri.so free 0x5571735fd980 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd980 0.000132
+gallium_dri.so free 0x5571735fdbc0 void 0.000132
+gallium_dri.so free 0x5571735fd980 void 0.000169
+gallium_dri.so malloc 72 0x5571735fdb70 0.000201
+gallium_dri.so free 0x5571735fdc80 void 0.000211
+gallium_dri.so free 0x5571735fdb70 void 0.000173
+gallium_dri.so malloc 72 0x5571735fdc30 0.000131
+gallium_dri.so free 0x5571735fdd00 void 0.000130
+gallium_dri.so free 0x5571735fdc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd50 0.000132
+gallium_dri.so free 0x5571735fddc0 void 0.000132
+gallium_dri.so free 0x5571735fdd50 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdde0 0.000132
+gallium_dri.so free 0x5571735fde80 void 0.000135
+gallium_dri.so free 0x5571735fdde0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fde30 0.000132
+gallium_dri.so free 0x5571735fdf00 void 0.000131
+gallium_dri.so free 0x5571735fde30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fde30 0.000133
+gallium_dri.so free 0x5571735fdf80 void 0.000131
+gallium_dri.so free 0x5571735fde30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdf80 0.000132
+gallium_dri.so free 0x5571735fe040 void 0.000130
+gallium_dri.so free 0x5571735fdf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdf80 0.000132
+gallium_dri.so free 0x5571735fe140 void 0.000132
+gallium_dri.so free 0x5571735fdf80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000130
+gallium_dri.so free 0x5571735fe180 void 0.000131
+gallium_dri.so free 0x5571735fe0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000132
+gallium_dri.so free 0x5571735fe240 void 0.000133
+gallium_dri.so free 0x5571735fe0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe280 0.000131
+gallium_dri.so free 0x5571735fe300 void 0.000131
+gallium_dri.so free 0x5571735fe280 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe300 0.000131
+gallium_dri.so free 0x5571735fe3c0 void 0.000131
+gallium_dri.so free 0x5571735fe300 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe300 0.000131
+gallium_dri.so free 0x5571735fe440 void 0.000131
+gallium_dri.so free 0x5571735fe300 void 0.000138
+gallium_dri.so malloc 72 0x5571735fe470 0.000133
+gallium_dri.so free 0x5571735fe4c0 void 0.000133
+gallium_dri.so free 0x5571735fe470 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe470 0.000132
+gallium_dri.so free 0x5571735fe5c0 void 0.000133
+gallium_dri.so free 0x5571735fe470 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe600 0.000130
+gallium_dri.so free 0x5571735fe680 void 0.000131
+gallium_dri.so free 0x5571735fe600 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe680 0.000132
+gallium_dri.so free 0x5571735fe740 void 0.000132
+gallium_dri.so free 0x5571735fe680 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe680 0.000133
+gallium_dri.so free 0x5571735fe7c0 void 0.000131
+gallium_dri.so free 0x5571735fe680 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000130
+gallium_dri.so free 0x5571735fe840 void 0.000129
+gallium_dri.so free 0x5571735fe7f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000132
+gallium_dri.so free 0x5571735fe940 void 0.000132
+gallium_dri.so free 0x5571735fe7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000134
+gallium_dri.so free 0x5571735fea00 void 0.000142
+gallium_dri.so free 0x5571735fe8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000133
+gallium_dri.so free 0x5571735fea80 void 0.000133
+gallium_dri.so free 0x5571735fe9b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000131
+gallium_dri.so free 0x5571735feb40 void 0.000132
+gallium_dri.so free 0x5571735fe9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000132
+gallium_dri.so free 0x5571735fec00 void 0.000134
+gallium_dri.so free 0x5571735fe9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735febb0 0.000132
+gallium_dri.so free 0x5571735fec80 void 0.000131
+gallium_dri.so free 0x5571735febb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fecd0 0.000131
+gallium_dri.so free 0x5571735fed40 void 0.000135
+gallium_dri.so free 0x5571735fecd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fed60 0.000133
+gallium_dri.so free 0x5571735fee00 void 0.000131
+gallium_dri.so free 0x5571735fed60 void 0.000131
+gallium_dri.so malloc 72 0x5571735fedb0 0.000130
+gallium_dri.so free 0x5571735fee80 void 0.000132
+gallium_dri.so free 0x5571735fedb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fee80 0.000174
+gallium_dri.so free 0x5571735fef40 void 0.000133
+gallium_dri.so free 0x5571735fee80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fee80 0.000131
+gallium_dri.so free 0x5571735fefc0 void 0.000133
+gallium_dri.so free 0x5571735fee80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fefc0 0.000132
+gallium_dri.so free 0x5571735ff080 void 0.000133
+gallium_dri.so free 0x5571735fefc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fefc0 0.000132
+gallium_dri.so free 0x5571735ff140 void 0.000133
+gallium_dri.so free 0x5571735fefc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fefc0 0.000132
+gallium_dri.so free 0x5571735ff200 void 0.000132
+gallium_dri.so free 0x5571735fefc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000131
+gallium_dri.so free 0x5571735ff280 void 0.000130
+gallium_dri.so free 0x5571735ff1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000132
+gallium_dri.so free 0x5571735ff340 void 0.000133
+gallium_dri.so free 0x5571735ff2d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff380 0.000131
+gallium_dri.so free 0x5571735ff400 void 0.000181
+gallium_dri.so free 0x5571735ff380 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff380 0.000132
+gallium_dri.so free 0x5571735ff480 void 0.000133
+gallium_dri.so free 0x5571735ff380 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000129
+gallium_dri.so free 0x5571735ff500 void 0.000167
+gallium_dri.so free 0x5571735ff4b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000131
+gallium_dri.so free 0x5571735ff600 void 0.000132
+gallium_dri.so free 0x5571735ff4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000131
+gallium_dri.so free 0x5571735ff6c0 void 0.000131
+gallium_dri.so free 0x5571735ff5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff670 0.000132
+gallium_dri.so free 0x5571735ff700 void 0.000132
+gallium_dri.so free 0x5571735ff670 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff670 0.000130
+gallium_dri.so free 0x5571735ff7c0 void 0.000134
+gallium_dri.so free 0x5571735ff670 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff830 0.000132
+gallium_dri.so free 0x5571735ff880 void 0.000133
+gallium_dri.so free 0x5571735ff830 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff830 0.000145
+gallium_dri.so free 0x5571735ff980 void 0.000132
+gallium_dri.so free 0x5571735ff830 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff930 0.000132
+gallium_dri.so free 0x5571735ffa40 void 0.000131
+gallium_dri.so free 0x5571735ff930 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000131
+gallium_dri.so free 0x5571735ffa80 void 0.000132
+gallium_dri.so free 0x5571735ff9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000131
+gallium_dri.so free 0x5571735ffb40 void 0.000131
+gallium_dri.so free 0x5571735ff9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffb80 0.000131
+gallium_dri.so free 0x5571735ffc00 void 0.000134
+gallium_dri.so free 0x5571735ffb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffc00 0.000132
+gallium_dri.so free 0x5571735ffcc0 void 0.000131
+gallium_dri.so free 0x5571735ffc00 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffc00 0.000134
+gallium_dri.so free 0x5571735ffd80 void 0.000133
+gallium_dri.so free 0x5571735ffc00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffda0 0.000131
+gallium_dri.so free 0x5571735ffe40 void 0.000132
+gallium_dri.so free 0x5571735ffda0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000131
+gallium_dri.so free 0x5571735ffec0 void 0.000133
+gallium_dri.so free 0x5571735ffdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000130
+gallium_dri.so free 0x5571735fff40 void 0.000131
+gallium_dri.so free 0x5571735ffdf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fff40 0.000131
+gallium_dri.so free 0x557173600000 void 0.000133
+gallium_dri.so free 0x5571735fff40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fff40 0.000132
+gallium_dri.so free 0x5571736000c0 void 0.000133
+gallium_dri.so free 0x5571735fff40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fff40 0.000131
+gallium_dri.so free 0x557173600180 void 0.000130
+gallium_dri.so free 0x5571735fff40 void 0.000131
+gallium_dri.so malloc 72 0x557173600130 0.000132
+gallium_dri.so free 0x557173600240 void 0.000133
+gallium_dri.so free 0x557173600130 void 0.000134
+gallium_dri.so malloc 72 0x5571736001f0 0.000131
+gallium_dri.so free 0x5571736002c0 void 0.000132
+gallium_dri.so free 0x5571736001f0 void 0.000132
+gallium_dri.so malloc 72 0x557173600310 0.000184
+gallium_dri.so free 0x557173600380 void 0.000132
+gallium_dri.so free 0x557173600310 void 0.000131
+gallium_dri.so malloc 72 0x5571736003a0 0.000132
+gallium_dri.so free 0x557173600440 void 0.000131
+gallium_dri.so free 0x5571736003a0 void 0.000133
+gallium_dri.so malloc 72 0x5571736003f0 0.000131
+gallium_dri.so free 0x5571736004c0 void 0.000131
+gallium_dri.so free 0x5571736003f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736003f0 0.000132
+gallium_dri.so free 0x557173600540 void 0.000132
+gallium_dri.so free 0x5571736003f0 void 0.000131
+gallium_dri.so malloc 72 0x557173600540 0.000133
+gallium_dri.so free 0x557173600600 void 0.000132
+gallium_dri.so free 0x557173600540 void 0.000130
+gallium_dri.so malloc 72 0x557173600540 0.000132
+gallium_dri.so free 0x557173600700 void 0.000132
+gallium_dri.so free 0x557173600540 void 0.000131
+gallium_dri.so malloc 72 0x5571736006b0 0.000133
+gallium_dri.so free 0x557173600740 void 0.000134
+gallium_dri.so free 0x5571736006b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736006b0 0.000133
+gallium_dri.so free 0x557173600800 void 0.000132
+gallium_dri.so free 0x5571736006b0 void 0.000200
+gallium_dri.so malloc 72 0x557173600840 0.000133
+gallium_dri.so free 0x5571736008c0 void 0.000131
+gallium_dri.so free 0x557173600840 void 0.000131
+gallium_dri.so malloc 72 0x5571736008c0 0.000132
+gallium_dri.so free 0x557173600980 void 0.000131
+gallium_dri.so free 0x5571736008c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736008c0 0.000131
+gallium_dri.so free 0x557173600a00 void 0.000130
+gallium_dri.so free 0x5571736008c0 void 0.000130
+gallium_dri.so malloc 72 0x557173600a30 0.000132
+gallium_dri.so free 0x557173600a80 void 0.000133
+gallium_dri.so free 0x557173600a30 void 0.000133
+gallium_dri.so malloc 72 0x557173600a30 0.000132
+gallium_dri.so free 0x557173600b80 void 0.000131
+gallium_dri.so free 0x557173600a30 void 0.000133
+gallium_dri.so malloc 72 0x557173600bc0 0.000133
+gallium_dri.so free 0x557173600c40 void 0.000132
+gallium_dri.so free 0x557173600bc0 void 0.000132
+gallium_dri.so malloc 72 0x557173600c40 0.000131
+gallium_dri.so free 0x557173600d00 void 0.000131
+gallium_dri.so free 0x557173600c40 void 0.000132
+gallium_dri.so malloc 72 0x557173600c40 0.000133
+gallium_dri.so free 0x557173600d80 void 0.000134
+gallium_dri.so free 0x557173600c40 void 0.000133
+gallium_dri.so malloc 72 0x557173600db0 0.000131
+gallium_dri.so free 0x557173600e00 void 0.000132
+gallium_dri.so free 0x557173600db0 void 0.000131
+gallium_dri.so malloc 72 0x557173600db0 0.000131
+gallium_dri.so free 0x557173600f00 void 0.000176
+gallium_dri.so free 0x557173600db0 void 0.000133
+gallium_dri.so malloc 72 0x557173600eb0 0.000131
+gallium_dri.so free 0x557173600fc0 void 0.000132
+gallium_dri.so free 0x557173600eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173600f70 0.000134
+gallium_dri.so free 0x557173601040 void 0.000132
+gallium_dri.so free 0x557173600f70 void 0.000132
+gallium_dri.so malloc 72 0x557173600f70 0.000131
+gallium_dri.so free 0x557173601100 void 0.000133
+gallium_dri.so free 0x557173600f70 void 0.000134
+gallium_dri.so malloc 72 0x557173600f70 0.000133
+gallium_dri.so free 0x55717360c0c0 void 0.000133
+gallium_dri.so free 0x557173600f70 void 0.000133
+gallium_dri.so malloc 72 0x55717360c100 0.000132
+gallium_dri.so free 0x55717360c180 void 0.000133
+gallium_dri.so free 0x55717360c100 void 0.000140
+gallium_dri.so malloc 72 0x55717360c180 0.000132
+gallium_dri.so free 0x55717360c240 void 0.000131
+gallium_dri.so free 0x55717360c180 void 0.000132
+gallium_dri.so malloc 72 0x55717360c180 0.000130
+gallium_dri.so free 0x5571736011c0 void 0.000133
+gallium_dri.so free 0x55717360c180 void 0.000131
+gallium_dri.so malloc 72 0x557173601170 0.000133
+gallium_dri.so free 0x55717360c2c0 void 0.000132
+gallium_dri.so free 0x557173601170 void 0.000132
+gallium_dri.so malloc 72 0x55717360c310 0.000131
+gallium_dri.so free 0x55717360c380 void 0.000132
+gallium_dri.so free 0x55717360c310 void 0.000132
+gallium_dri.so malloc 72 0x55717360c3c0 0.000132
+gallium_dri.so free 0x55717360c440 void 0.000132
+gallium_dri.so free 0x55717360c3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360c440 0.000132
+gallium_dri.so free 0x55717360c500 void 0.000132
+gallium_dri.so free 0x55717360c440 void 0.000131
+gallium_dri.so malloc 72 0x55717360c440 0.000135
+gallium_dri.so free 0x55717360c580 void 0.000133
+gallium_dri.so free 0x55717360c440 void 0.000132
+gallium_dri.so malloc 72 0x55717360c5b0 0.000132
+gallium_dri.so free 0x55717360c600 void 0.000141
+gallium_dri.so free 0x55717360c5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c5b0 0.000133
+gallium_dri.so free 0x55717360c700 void 0.000132
+gallium_dri.so free 0x55717360c5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c6b0 0.000133
+gallium_dri.so free 0x55717360c7c0 void 0.000132
+gallium_dri.so free 0x55717360c6b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360c770 0.000132
+gallium_dri.so free 0x55717360c840 void 0.000133
+gallium_dri.so free 0x55717360c770 void 0.000131
+gallium_dri.so malloc 72 0x55717360c860 0.000132
+gallium_dri.so free 0x55717360c900 void 0.000133
+gallium_dri.so free 0x55717360c860 void 0.000132
+gallium_dri.so malloc 72 0x55717360c8b0 0.000132
+gallium_dri.so free 0x55717360c980 void 0.000132
+gallium_dri.so free 0x55717360c8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360c8b0 0.000131
+gallium_dri.so free 0x55717360ca00 void 0.000130
+gallium_dri.so free 0x55717360c8b0 void 0.000134
+gallium_dri.so malloc 72 0x55717360ca00 0.000131
+gallium_dri.so free 0x55717360cac0 void 0.000132
+gallium_dri.so free 0x55717360ca00 void 0.000130
+gallium_dri.so malloc 72 0x55717360ca00 0.000141
+gallium_dri.so free 0x55717360cb80 void 0.000130
+gallium_dri.so free 0x55717360ca00 void 0.000131
+gallium_dri.so malloc 72 0x55717360ca00 0.000130
+gallium_dri.so free 0x55717360cc40 void 0.000132
+gallium_dri.so free 0x55717360ca00 void 0.000131
+gallium_dri.so malloc 72 0x55717360cbf0 0.000131
+gallium_dri.so free 0x55717360cc40 void 0.000131
+gallium_dri.so free 0x55717360cbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cbf0 0.000132
+gallium_dri.so free 0x55717360cd40 void 0.000131
+gallium_dri.so free 0x55717360cbf0 void 0.000132
+gallium_dri.so malloc 72 0x55717360ccf0 0.000131
+gallium_dri.so free 0x55717360ce00 void 0.000129
+gallium_dri.so free 0x55717360ccf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cdb0 0.000131
+gallium_dri.so free 0x55717360ce40 void 0.000131
+gallium_dri.so free 0x55717360cdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cdb0 0.000132
+gallium_dri.so free 0x55717360cf00 void 0.000131
+gallium_dri.so free 0x55717360cdb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360cf40 0.000132
+gallium_dri.so free 0x55717360cfc0 void 0.000131
+gallium_dri.so free 0x55717360cf40 void 0.000194
+gallium_dri.so malloc 72 0x55717360cfc0 0.000132
+gallium_dri.so free 0x55717360d080 void 0.000129
+gallium_dri.so free 0x55717360cfc0 void 0.000130
+gallium_dri.so malloc 72 0x55717360cfc0 0.000131
+gallium_dri.so free 0x55717360d140 void 0.000131
+gallium_dri.so free 0x55717360cfc0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d160 0.000132
+gallium_dri.so free 0x55717360d200 void 0.000131
+gallium_dri.so free 0x55717360d160 void 0.000130
+gallium_dri.so malloc 72 0x55717360d1b0 0.000132
+gallium_dri.so free 0x55717360d280 void 0.000130
+gallium_dri.so free 0x55717360d1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d1b0 0.000130
+gallium_dri.so free 0x55717360d300 void 0.000132
+gallium_dri.so free 0x55717360d1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d300 0.000131
+gallium_dri.so free 0x55717360d3c0 void 0.000130
+gallium_dri.so free 0x55717360d300 void 0.000131
+gallium_dri.so malloc 72 0x55717360d300 0.000131
+gallium_dri.so free 0x55717360d480 void 0.000130
+gallium_dri.so free 0x55717360d300 void 0.000131
+gallium_dri.so malloc 72 0x55717360d300 0.000130
+gallium_dri.so free 0x55717360d540 void 0.000143
+gallium_dri.so free 0x55717360d300 void 0.000131
+gallium_dri.so malloc 72 0x55717360d4f0 0.000131
+gallium_dri.so free 0x55717360d600 void 0.000130
+gallium_dri.so free 0x55717360d4f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d5b0 0.000131
+gallium_dri.so free 0x55717360d680 void 0.000131
+gallium_dri.so free 0x55717360d5b0 void 0.000178
+gallium_dri.so malloc 72 0x55717360d6d0 0.000131
+gallium_dri.so free 0x55717360d740 void 0.000131
+gallium_dri.so free 0x55717360d6d0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d760 0.000132
+gallium_dri.so free 0x55717360d800 void 0.000131
+gallium_dri.so free 0x55717360d760 void 0.000131
+gallium_dri.so malloc 72 0x55717360d7b0 0.000131
+gallium_dri.so free 0x55717360d880 void 0.000132
+gallium_dri.so free 0x55717360d7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d7b0 0.000132
+gallium_dri.so free 0x55717360d900 void 0.000132
+gallium_dri.so free 0x55717360d7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d900 0.000132
+gallium_dri.so free 0x55717360d9c0 void 0.000131
+gallium_dri.so free 0x55717360d900 void 0.000131
+gallium_dri.so malloc 72 0x55717360d900 0.000135
+gallium_dri.so free 0x55717360dac0 void 0.000132
+gallium_dri.so free 0x55717360d900 void 0.000130
+gallium_dri.so malloc 72 0x55717360da70 0.000130
+gallium_dri.so free 0x55717360db00 void 0.000130
+gallium_dri.so free 0x55717360da70 void 0.000131
+gallium_dri.so malloc 72 0x55717360da70 0.000134
+gallium_dri.so free 0x55717360dbc0 void 0.000131
+gallium_dri.so free 0x55717360da70 void 0.000130
+gallium_dri.so malloc 72 0x55717360dc00 0.000130
+gallium_dri.so free 0x55717360dc80 void 0.000130
+gallium_dri.so free 0x55717360dc00 void 0.000130
+gallium_dri.so malloc 72 0x55717360dc80 0.000131
+gallium_dri.so free 0x55717360dd40 void 0.000133
+gallium_dri.so free 0x55717360dc80 void 0.000130
+gallium_dri.so malloc 72 0x55717360dc80 0.000130
+gallium_dri.so free 0x55717360ddc0 void 0.000131
+gallium_dri.so free 0x55717360dc80 void 0.000130
+gallium_dri.so malloc 72 0x55717360ddf0 0.000131
+gallium_dri.so free 0x55717360de40 void 0.000131
+gallium_dri.so free 0x55717360ddf0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ddf0 0.000132
+gallium_dri.so free 0x55717360df40 void 0.000132
+gallium_dri.so free 0x55717360ddf0 void 0.000192
+gallium_dri.so malloc 72 0x55717360df80 0.000132
+gallium_dri.so free 0x55717360e000 void 0.000132
+gallium_dri.so free 0x55717360df80 void 0.000132
+gallium_dri.so malloc 72 0x55717360e000 0.000131
+gallium_dri.so free 0x55717360e0c0 void 0.000130
+gallium_dri.so free 0x55717360e000 void 0.000131
+gallium_dri.so malloc 72 0x55717360e000 0.000131
+gallium_dri.so free 0x55717360e140 void 0.000131
+gallium_dri.so free 0x55717360e000 void 0.000131
+gallium_dri.so malloc 72 0x55717360e170 0.000130
+gallium_dri.so free 0x55717360e1c0 void 0.000131
+gallium_dri.so free 0x55717360e170 void 0.000131
+gallium_dri.so malloc 72 0x55717360e170 0.000131
+gallium_dri.so free 0x55717360e2c0 void 0.000130
+gallium_dri.so free 0x55717360e170 void 0.000129
+gallium_dri.so malloc 72 0x55717360e270 0.000132
+gallium_dri.so free 0x55717360e380 void 0.000131
+gallium_dri.so free 0x55717360e270 void 0.000171
+gallium_dri.so malloc 72 0x55717360e330 0.000132
+gallium_dri.so free 0x55717360e400 void 0.000131
+gallium_dri.so free 0x55717360e330 void 0.000132
+gallium_dri.so malloc 72 0x55717360e330 0.000140
+gallium_dri.so free 0x55717360e4c0 void 0.000134
+gallium_dri.so free 0x55717360e330 void 0.000131
+gallium_dri.so malloc 72 0x55717360e330 0.000131
+gallium_dri.so free 0x55717360e580 void 0.000129
+gallium_dri.so free 0x55717360e330 void 0.000130
+gallium_dri.so malloc 72 0x55717360e530 0.000130
+gallium_dri.so free 0x55717360e600 void 0.000131
+gallium_dri.so free 0x55717360e530 void 0.000130
+gallium_dri.so malloc 72 0x55717360e650 0.000131
+gallium_dri.so free 0x55717360e6c0 void 0.000130
+gallium_dri.so free 0x55717360e650 void 0.000131
+gallium_dri.so malloc 72 0x55717360e6e0 0.000130
+gallium_dri.so free 0x55717360e780 void 0.000129
+gallium_dri.so free 0x55717360e6e0 void 0.000129
+gallium_dri.so malloc 72 0x55717360e730 0.000130
+gallium_dri.so free 0x55717360e800 void 0.000130
+gallium_dri.so free 0x55717360e730 void 0.000131
+gallium_dri.so malloc 72 0x55717360e800 0.000129
+gallium_dri.so free 0x55717360e8c0 void 0.000131
+gallium_dri.so free 0x55717360e800 void 0.000132
+gallium_dri.so malloc 72 0x55717360e800 0.000132
+gallium_dri.so free 0x55717360e940 void 0.000129
+gallium_dri.so free 0x55717360e800 void 0.000136
+gallium_dri.so malloc 72 0x55717360e940 0.000132
+gallium_dri.so free 0x55717360ea00 void 0.000131
+gallium_dri.so free 0x55717360e940 void 0.000130
+gallium_dri.so malloc 72 0x55717360e940 0.000132
+gallium_dri.so free 0x55717360eac0 void 0.000132
+gallium_dri.so free 0x55717360e940 void 0.000131
+gallium_dri.so malloc 72 0x55717360e940 0.000131
+gallium_dri.so free 0x55717360eb80 void 0.000131
+gallium_dri.so free 0x55717360e940 void 0.000130
+gallium_dri.so malloc 72 0x55717360eb30 0.000133
+gallium_dri.so free 0x55717360ec00 void 0.000130
+gallium_dri.so free 0x55717360eb30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ec50 0.000130
+gallium_dri.so free 0x55717360ecc0 void 0.000132
+gallium_dri.so free 0x55717360ec50 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed00 0.000134
+gallium_dri.so free 0x55717360ed80 void 0.000131
+gallium_dri.so free 0x55717360ed00 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed00 0.000131
+gallium_dri.so free 0x55717360ee00 void 0.000131
+gallium_dri.so free 0x55717360ed00 void 0.000130
+gallium_dri.so malloc 72 0x55717360ee30 0.000131
+gallium_dri.so free 0x55717360ee80 void 0.000132
+gallium_dri.so free 0x55717360ee30 void 0.000135
+gallium_dri.so malloc 72 0x55717360ee30 0.000131
+gallium_dri.so free 0x55717360ef80 void 0.000131
+gallium_dri.so free 0x55717360ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef30 0.000130
+gallium_dri.so free 0x55717360f040 void 0.000131
+gallium_dri.so free 0x55717360ef30 void 0.000137
+gallium_dri.so malloc 72 0x55717360eff0 0.000130
+gallium_dri.so free 0x55717360f080 void 0.000130
+gallium_dri.so free 0x55717360eff0 void 0.000131
+gallium_dri.so malloc 72 0x55717360eff0 0.000132
+gallium_dri.so free 0x55717360f140 void 0.000131
+gallium_dri.so free 0x55717360eff0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f1b0 0.000131
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so free 0x55717360f1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f1b0 0.000132
+gallium_dri.so free 0x55717360f300 void 0.000130
+gallium_dri.so free 0x55717360f1b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f2b0 0.000130
+gallium_dri.so free 0x55717360f3c0 void 0.000130
+gallium_dri.so free 0x55717360f2b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f370 0.000143
+gallium_dri.so free 0x55717360f400 void 0.000131
+gallium_dri.so free 0x55717360f370 void 0.000130
+gallium_dri.so malloc 72 0x55717360f370 0.000132
+gallium_dri.so free 0x55717360f4c0 void 0.000132
+gallium_dri.so free 0x55717360f370 void 0.000132
+gallium_dri.so malloc 72 0x55717360f500 0.000132
+gallium_dri.so free 0x55717360f580 void 0.000131
+gallium_dri.so free 0x55717360f500 void 0.000132
+gallium_dri.so malloc 72 0x55717360f580 0.000130
+gallium_dri.so free 0x55717360f640 void 0.000132
+gallium_dri.so free 0x55717360f580 void 0.000132
+gallium_dri.so malloc 72 0x55717360f580 0.000131
+gallium_dri.so free 0x55717360f700 void 0.000131
+gallium_dri.so free 0x55717360f580 void 0.000131
+gallium_dri.so malloc 72 0x55717360f720 0.000129
+gallium_dri.so free 0x55717360f7c0 void 0.000131
+gallium_dri.so free 0x55717360f720 void 0.000130
+gallium_dri.so malloc 72 0x55717360f770 0.000131
+gallium_dri.so free 0x55717360f840 void 0.000130
+gallium_dri.so free 0x55717360f770 void 0.000130
+gallium_dri.so malloc 72 0x55717360f770 0.000131
+gallium_dri.so free 0x55717360f8c0 void 0.000132
+gallium_dri.so free 0x55717360f770 void 0.000197
+gallium_dri.so malloc 72 0x55717360f8c0 0.000131
+gallium_dri.so free 0x55717360f980 void 0.000131
+gallium_dri.so free 0x55717360f8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f8c0 0.000130
+gallium_dri.so free 0x55717360fa40 void 0.000130
+gallium_dri.so free 0x55717360f8c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f8c0 0.000132
+gallium_dri.so free 0x55717360fb00 void 0.000133
+gallium_dri.so free 0x55717360f8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360fab0 0.000131
+gallium_dri.so free 0x55717360fbc0 void 0.000132
+gallium_dri.so free 0x55717360fab0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fb70 0.000130
+gallium_dri.so free 0x55717360fc40 void 0.000132
+gallium_dri.so free 0x55717360fb70 void 0.000131
+gallium_dri.so malloc 72 0x55717360fc90 0.000131
+gallium_dri.so free 0x55717360fd00 void 0.000131
+gallium_dri.so free 0x55717360fc90 void 0.000180
+gallium_dri.so malloc 72 0x55717360fd20 0.000130
+gallium_dri.so free 0x55717360fdc0 void 0.000132
+gallium_dri.so free 0x55717360fd20 void 0.000130
+gallium_dri.so malloc 72 0x55717360fd70 0.000131
+gallium_dri.so free 0x55717360fe40 void 0.000133
+gallium_dri.so free 0x55717360fd70 void 0.000131
+gallium_dri.so malloc 72 0x55717360fd70 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000131
+gallium_dri.so free 0x55717360fd70 void 0.000130
+gallium_dri.so malloc 72 0x55717360fec0 0.000131
+gallium_dri.so free 0x55717360ff80 void 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fec0 0.000130
+gallium_dri.so free 0x557173610080 void 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000131
+gallium_dri.so malloc 72 0x557173610030 0.000130
+gallium_dri.so free 0x5571736100c0 void 0.000131
+gallium_dri.so free 0x557173610030 void 0.000131
+gallium_dri.so malloc 72 0x557173610030 0.000130
+gallium_dri.so free 0x557173610180 void 0.000131
+gallium_dri.so free 0x557173610030 void 0.000130
+gallium_dri.so malloc 72 0x5571736101c0 0.000130
+gallium_dri.so free 0x557173610240 void 0.000130
+gallium_dri.so free 0x5571736101c0 void 0.000131
+gallium_dri.so malloc 72 0x557173610240 0.000132
+gallium_dri.so free 0x557173610300 void 0.000132
+gallium_dri.so free 0x557173610240 void 0.000129
+gallium_dri.so malloc 72 0x557173610240 0.000141
+gallium_dri.so free 0x557173610380 void 0.000131
+gallium_dri.so free 0x557173610240 void 0.000131
+gallium_dri.so malloc 72 0x5571736103b0 0.000131
+gallium_dri.so free 0x557173610400 void 0.000131
+gallium_dri.so free 0x5571736103b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736103b0 0.000132
+gallium_dri.so free 0x557173610500 void 0.000130
+gallium_dri.so free 0x5571736103b0 void 0.000130
+gallium_dri.so malloc 72 0x557173610540 0.000132
+gallium_dri.so free 0x5571736105c0 void 0.000131
+gallium_dri.so free 0x557173610540 void 0.000130
+gallium_dri.so malloc 72 0x5571736105c0 0.000130
+gallium_dri.so free 0x557173610680 void 0.000130
+gallium_dri.so free 0x5571736105c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736105c0 0.000131
+gallium_dri.so free 0x557173610700 void 0.000131
+gallium_dri.so free 0x5571736105c0 void 0.000131
+gallium_dri.so malloc 72 0x557173610730 0.000130
+gallium_dri.so free 0x557173610780 void 0.000132
+gallium_dri.so free 0x557173610730 void 0.000130
+gallium_dri.so malloc 72 0x557173610730 0.000135
+gallium_dri.so free 0x557173610880 void 0.000132
+gallium_dri.so free 0x557173610730 void 0.000178
+gallium_dri.so malloc 72 0x557173610830 0.000133
+gallium_dri.so free 0x557173610940 void 0.000131
+gallium_dri.so free 0x557173610830 void 0.000131
+gallium_dri.so malloc 72 0x5571736108f0 0.000133
+gallium_dri.so free 0x5571736109c0 void 0.000132
+gallium_dri.so free 0x5571736108f0 void 0.000169
+gallium_dri.so malloc 72 0x5571736108f0 0.000133
+gallium_dri.so free 0x557173610a80 void 0.000131
+gallium_dri.so free 0x5571736108f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736108f0 0.000132
+gallium_dri.so free 0x557173610b40 void 0.000132
+gallium_dri.so free 0x5571736108f0 void 0.000131
+gallium_dri.so malloc 72 0x557173610af0 0.000130
+gallium_dri.so free 0x557173610bc0 void 0.000131
+gallium_dri.so free 0x557173610af0 void 0.000130
+gallium_dri.so malloc 72 0x557173610c10 0.000130
+gallium_dri.so free 0x557173610c80 void 0.000131
+gallium_dri.so free 0x557173610c10 void 0.000131
+gallium_dri.so malloc 72 0x557173610ca0 0.000133
+gallium_dri.so free 0x557173610d40 void 0.000132
+gallium_dri.so free 0x557173610ca0 void 0.000131
+gallium_dri.so malloc 72 0x557173610cf0 0.000131
+gallium_dri.so free 0x557173610dc0 void 0.000133
+gallium_dri.so free 0x557173610cf0 void 0.000130
+gallium_dri.so malloc 72 0x557173610dc0 0.000130
+gallium_dri.so free 0x557173610e80 void 0.000131
+gallium_dri.so free 0x557173610dc0 void 0.000133
+gallium_dri.so malloc 72 0x557173610dc0 0.000130
+gallium_dri.so free 0x557173610f00 void 0.000131
+gallium_dri.so free 0x557173610dc0 void 0.000131
+gallium_dri.so malloc 72 0x557173610f00 0.000131
+gallium_dri.so free 0x557173610fc0 void 0.000131
+gallium_dri.so free 0x557173610f00 void 0.000131
+gallium_dri.so malloc 72 0x557173610f00 0.000131
+gallium_dri.so free 0x557173611080 void 0.000132
+gallium_dri.so free 0x557173610f00 void 0.000131
+gallium_dri.so malloc 72 0x557173610f00 0.000131
+gallium_dri.so free 0x557173611140 void 0.000131
+gallium_dri.so free 0x557173610f00 void 0.000131
+gallium_dri.so malloc 72 0x5571736110f0 0.000132
+gallium_dri.so free 0x5571736111c0 void 0.000131
+gallium_dri.so free 0x5571736110f0 void 0.000132
+gallium_dri.so malloc 72 0x557173611210 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000132
+gallium_dri.so free 0x557173611210 void 0.000131
+gallium_dri.so malloc 72 0x557173611210 0.000131
+gallium_dri.so free 0x5571735bfe40 void 0.000132
+gallium_dri.so free 0x557173611210 void 0.000129
+gallium_dri.so malloc 72 0x557173611210 0.000131
+gallium_dri.so free 0x5571735bff00 void 0.000130
+gallium_dri.so free 0x557173611210 void 0.000130
+gallium_dri.so malloc 72 0x557173611210 0.000131
+gallium_dri.so free 0x5571735bffc0 void 0.000131
+gallium_dri.so free 0x557173611210 void 0.000129
+gallium_dri.so malloc 72 0x5571735bff70 0.000131
+gallium_dri.so free 0x5571735c0040 void 0.000130
+gallium_dri.so free 0x5571735bff70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0090 0.000134
+gallium_dri.so free 0x5571735c0100 void 0.000132
+gallium_dri.so free 0x5571735c0090 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0120 0.000130
+gallium_dri.so free 0x5571735c01c0 void 0.000131
+gallium_dri.so free 0x5571735c0120 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0170 0.000181
+gallium_dri.so free 0x5571735c0240 void 0.000132
+gallium_dri.so free 0x5571735c0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0170 0.000131
+gallium_dri.so free 0x5571735c0340 void 0.000231
+gallium_dri.so free 0x5571735c0170 void 0.000134
+gallium_dri.so malloc 72 0x5571735c02f0 0.000132
+gallium_dri.so free 0x5571735c03c0 void 0.000131
+gallium_dri.so free 0x5571735c02f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0410 0.000131
+gallium_dri.so free 0x5571735c0480 void 0.000131
+gallium_dri.so free 0x5571735c0410 void 0.000132
+gallium_dri.so malloc 72 0x5571735c04a0 0.000131
+gallium_dri.so free 0x5571735c0540 void 0.000133
+gallium_dri.so free 0x5571735c04a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c04f0 0.000131
+gallium_dri.so free 0x5571735c05c0 void 0.000130
+gallium_dri.so free 0x5571735c04f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c04f0 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so free 0x5571735c04f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0640 0.000131
+gallium_dri.so free 0x5571735c0700 void 0.000130
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0640 0.000131
+gallium_dri.so free 0x5571735c0800 void 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0640 0.000141
+gallium_dri.so free 0x5571735c0880 void 0.000131
+gallium_dri.so free 0x5571735c0640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c08b0 0.000131
+gallium_dri.so free 0x5571735c0900 void 0.000131
+gallium_dri.so free 0x5571735c08b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c08b0 0.000130
+gallium_dri.so free 0x5571735c0a00 void 0.000131
+gallium_dri.so free 0x5571735c08b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c09b0 0.000130
+gallium_dri.so free 0x5571735c0ac0 void 0.000132
+gallium_dri.so free 0x5571735c09b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0a70 0.000132
+gallium_dri.so free 0x5571735c0b00 void 0.000131
+gallium_dri.so free 0x5571735c0a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0a70 0.000130
+gallium_dri.so free 0x5571735c0bc0 void 0.000133
+gallium_dri.so free 0x5571735c0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0c10 0.000130
+gallium_dri.so free 0x5571735c0c80 void 0.000131
+gallium_dri.so free 0x5571735c0c10 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0cc0 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000132
+gallium_dri.so free 0x5571735c0cc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0d40 0.000131
+gallium_dri.so free 0x5571735c0e00 void 0.000132
+gallium_dri.so free 0x5571735c0d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0d40 0.000132
+gallium_dri.so free 0x5571735c0e80 void 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000178
+gallium_dri.so free 0x5571735c0f00 void 0.000132
+gallium_dri.so free 0x5571735c0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000129
+gallium_dri.so free 0x5571735c1000 void 0.000131
+gallium_dri.so free 0x5571735c0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000131
+gallium_dri.so free 0x5571735c10c0 void 0.000132
+gallium_dri.so free 0x5571735c0fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x5571735c1140 void 0.000131
+gallium_dri.so free 0x5571735c1070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1160 0.000132
+gallium_dri.so free 0x5571735c1200 void 0.000132
+gallium_dri.so free 0x5571735c1160 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11b0 0.000132
+gallium_dri.so free 0x5571735c1280 void 0.000176
+gallium_dri.so free 0x5571735c11b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11b0 0.000130
+gallium_dri.so free 0x5571735c1300 void 0.000131
+gallium_dri.so free 0x5571735c11b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1300 0.000131
+gallium_dri.so free 0x5571735c13c0 void 0.000131
+gallium_dri.so free 0x5571735c1300 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1300 0.000131
+gallium_dri.so free 0x5571735c1480 void 0.000131
+gallium_dri.so free 0x5571735c1300 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1300 0.000131
+gallium_dri.so free 0x5571735c1540 void 0.000132
+gallium_dri.so free 0x5571735c1300 void 0.000132
+gallium_dri.so malloc 72 0x5571735c14f0 0.000131
+gallium_dri.so free 0x5571735c1540 void 0.000131
+gallium_dri.so free 0x5571735c14f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c14f0 0.000131
+gallium_dri.so free 0x5571735c1640 void 0.000131
+gallium_dri.so free 0x5571735c14f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c15f0 0.000132
+gallium_dri.so free 0x5571735c1700 void 0.000131
+gallium_dri.so free 0x5571735c15f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c16b0 0.000133
+gallium_dri.so free 0x5571735c1740 void 0.000132
+gallium_dri.so free 0x5571735c16b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c16b0 0.000130
+gallium_dri.so free 0x5571735c1800 void 0.000129
+gallium_dri.so free 0x5571735c16b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1840 0.000130
+gallium_dri.so free 0x5571735c18c0 void 0.000130
+gallium_dri.so free 0x5571735c1840 void 0.000131
+gallium_dri.so malloc 72 0x5571735c18c0 0.000130
+gallium_dri.so free 0x5571735c1980 void 0.000131
+gallium_dri.so free 0x5571735c18c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c18c0 0.000131
+gallium_dri.so free 0x5571735c1a40 void 0.000131
+gallium_dri.so free 0x5571735c18c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a60 0.000131
+gallium_dri.so free 0x5571735c1b00 void 0.000132
+gallium_dri.so free 0x5571735c1a60 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000132
+gallium_dri.so free 0x5571735c1b80 void 0.000126
+gallium_dri.so free 0x5571735c1ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1ab0 0.000132
+gallium_dri.so free 0x5571735c1c00 void 0.000131
+gallium_dri.so free 0x5571735c1ab0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c1c00 0.000132
+gallium_dri.so free 0x5571735c1cc0 void 0.000132
+gallium_dri.so free 0x5571735c1c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1c00 0.000130
+gallium_dri.so free 0x5571735c1d80 void 0.000130
+gallium_dri.so free 0x5571735c1c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1c00 0.000130
+gallium_dri.so free 0x5571735c1e40 void 0.000132
+gallium_dri.so free 0x5571735c1c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1df0 0.000132
+gallium_dri.so free 0x5571735c1f00 void 0.000132
+gallium_dri.so free 0x5571735c1df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000132
+gallium_dri.so free 0x5571735c1f80 void 0.000133
+gallium_dri.so free 0x5571735c1eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1fd0 0.000132
+gallium_dri.so free 0x5571735c2040 void 0.000132
+gallium_dri.so free 0x5571735c1fd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2060 0.000131
+gallium_dri.so free 0x5571735c2100 void 0.000130
+gallium_dri.so free 0x5571735c2060 void 0.000133
+gallium_dri.so malloc 72 0x5571735c20b0 0.000140
+gallium_dri.so free 0x5571735c2180 void 0.000131
+gallium_dri.so free 0x5571735c20b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c20b0 0.000131
+gallium_dri.so free 0x5571735c2200 void 0.000130
+gallium_dri.so free 0x5571735c20b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2200 0.000131
+gallium_dri.so free 0x5571735c22c0 void 0.000132
+gallium_dri.so free 0x5571735c2200 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2200 0.000132
+gallium_dri.so free 0x5571735c23c0 void 0.000131
+gallium_dri.so free 0x5571735c2200 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2370 0.000131
+gallium_dri.so free 0x5571735c2400 void 0.000131
+gallium_dri.so free 0x5571735c2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2370 0.000131
+gallium_dri.so free 0x5571735c24c0 void 0.000131
+gallium_dri.so free 0x5571735c2370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2500 0.000130
+gallium_dri.so free 0x5571735c2580 void 0.000132
+gallium_dri.so free 0x5571735c2500 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2580 0.000129
+gallium_dri.so free 0x5571735c2640 void 0.000131
+gallium_dri.so free 0x5571735c2580 void 0.000140
+gallium_dri.so malloc 72 0x5571735c2580 0.000132
+gallium_dri.so free 0x5571735c26c0 void 0.000132
+gallium_dri.so free 0x5571735c2580 void 0.000132
+gallium_dri.so malloc 72 0x5571735c26f0 0.000131
+gallium_dri.so free 0x5571735c2740 void 0.000131
+gallium_dri.so free 0x5571735c26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c26f0 0.000133
+gallium_dri.so free 0x5571735c2840 void 0.000138
+gallium_dri.so free 0x5571735c26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2880 0.000132
+gallium_dri.so free 0x5571735c2900 void 0.000130
+gallium_dri.so free 0x5571735c2880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2900 0.000132
+gallium_dri.so free 0x5571735c29c0 void 0.000133
+gallium_dri.so free 0x5571735c2900 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2900 0.000132
+gallium_dri.so free 0x5571735c2a40 void 0.000132
+gallium_dri.so free 0x5571735c2900 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2a70 0.000132
+gallium_dri.so free 0x5571735c2ac0 void 0.000133
+gallium_dri.so free 0x5571735c2a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2a70 0.000130
+gallium_dri.so free 0x5571735c2bc0 void 0.000176
+gallium_dri.so free 0x5571735c2a70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2b70 0.000130
+gallium_dri.so free 0x5571735c2c80 void 0.000131
+gallium_dri.so free 0x5571735c2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2c30 0.000133
+gallium_dri.so free 0x5571735c2d00 void 0.000130
+gallium_dri.so free 0x5571735c2c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2c30 0.000131
+gallium_dri.so free 0x5571735c2dc0 void 0.000131
+gallium_dri.so free 0x5571735c2c30 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2c30 0.000132
+gallium_dri.so free 0x5571735c2e80 void 0.000133
+gallium_dri.so free 0x5571735c2c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2e30 0.000132
+gallium_dri.so free 0x5571735c2f00 void 0.000131
+gallium_dri.so free 0x5571735c2e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f50 0.000131
+gallium_dri.so free 0x5571735c2fc0 void 0.000132
+gallium_dri.so free 0x5571735c2f50 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000131
+gallium_dri.so free 0x5571735c3080 void 0.000131
+gallium_dri.so free 0x5571735c2fe0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3030 0.000134
+gallium_dri.so free 0x5571735c3100 void 0.000131
+gallium_dri.so free 0x5571735c3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3100 0.000131
+gallium_dri.so free 0x5571735c31c0 void 0.000132
+gallium_dri.so free 0x5571735c3100 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3100 0.000130
+gallium_dri.so free 0x5571735c3240 void 0.000132
+gallium_dri.so free 0x5571735c3100 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3240 0.000131
+gallium_dri.so free 0x5571735c3300 void 0.000132
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3240 0.000131
+gallium_dri.so free 0x5571735c33c0 void 0.000130
+gallium_dri.so free 0x5571735c3240 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3240 0.000130
+gallium_dri.so free 0x5571735c3480 void 0.000133
+gallium_dri.so free 0x5571735c3240 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3430 0.000132
+gallium_dri.so free 0x5571735c3500 void 0.000180
+gallium_dri.so free 0x5571735c3430 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3550 0.000131
+gallium_dri.so free 0x5571735c35c0 void 0.000134
+gallium_dri.so free 0x5571735c3550 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3600 0.000132
+gallium_dri.so free 0x5571735c3680 void 0.000132
+gallium_dri.so free 0x5571735c3600 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3600 0.000131
+gallium_dri.so free 0x5571735c3700 void 0.000131
+gallium_dri.so free 0x5571735c3600 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3730 0.000132
+gallium_dri.so free 0x5571735c3780 void 0.000131
+gallium_dri.so free 0x5571735c3730 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3730 0.000131
+gallium_dri.so free 0x5571735c3880 void 0.000130
+gallium_dri.so free 0x5571735c3730 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3830 0.000131
+gallium_dri.so free 0x5571735c3940 void 0.000131
+gallium_dri.so free 0x5571735c3830 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38f0 0.000132
+gallium_dri.so free 0x5571735c3980 void 0.000131
+gallium_dri.so free 0x5571735c38f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c38f0 0.000130
+gallium_dri.so free 0x5571735c3a40 void 0.000134
+gallium_dri.so free 0x5571735c38f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000141
+gallium_dri.so free 0x5571735c3b00 void 0.000132
+gallium_dri.so free 0x5571735c3ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3ab0 0.000131
+gallium_dri.so free 0x5571735c3c00 void 0.000131
+gallium_dri.so free 0x5571735c3ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000130
+gallium_dri.so free 0x5571735c3cc0 void 0.000131
+gallium_dri.so free 0x5571735c3bb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3c70 0.000131
+gallium_dri.so free 0x5571735c3d00 void 0.000133
+gallium_dri.so free 0x5571735c3c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3c70 0.000133
+gallium_dri.so free 0x5571735c3dc0 void 0.000131
+gallium_dri.so free 0x5571735c3c70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3e00 0.000133
+gallium_dri.so free 0x5571735c3e80 void 0.000132
+gallium_dri.so free 0x5571735c3e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3e80 0.000131
+gallium_dri.so free 0x5571735c3f40 void 0.000133
+gallium_dri.so free 0x5571735c3e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3e80 0.000131
+gallium_dri.so free 0x5571735c4000 void 0.000131
+gallium_dri.so free 0x5571735c3e80 void 0.000192
+gallium_dri.so malloc 72 0x5571735c4020 0.000132
+gallium_dri.so free 0x5571735c40c0 void 0.000132
+gallium_dri.so free 0x5571735c4020 void 0.000133
+gallium_dri.so malloc 72 0x5571735c4070 0.000132
+gallium_dri.so free 0x5571735c4140 void 0.000132
+gallium_dri.so free 0x5571735c4070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4070 0.000130
+gallium_dri.so free 0x5571735c41c0 void 0.000182
+gallium_dri.so free 0x5571735c4070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c41c0 0.000132
+gallium_dri.so free 0x5571735c4280 void 0.000133
+gallium_dri.so free 0x5571735c41c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c41c0 0.000131
+gallium_dri.so free 0x5571735c4340 void 0.000132
+gallium_dri.so free 0x5571735c41c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c41c0 0.000131
+gallium_dri.so free 0x5571735c4400 void 0.000132
+gallium_dri.so free 0x5571735c41c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c43b0 0.000133
+gallium_dri.so free 0x5571735c44c0 void 0.000132
+gallium_dri.so free 0x5571735c43b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4470 0.000130
+gallium_dri.so free 0x5571735c4540 void 0.000135
+gallium_dri.so free 0x5571735c4470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4590 0.000132
+gallium_dri.so free 0x5571735c4600 void 0.000133
+gallium_dri.so free 0x5571735c4590 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4620 0.000130
+gallium_dri.so free 0x5571735c46c0 void 0.000130
+gallium_dri.so free 0x5571735c4620 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4670 0.000131
+gallium_dri.so free 0x5571735c4740 void 0.000133
+gallium_dri.so free 0x5571735c4670 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4670 0.000131
+gallium_dri.so free 0x5571735c47c0 void 0.000130
+gallium_dri.so free 0x5571735c4670 void 0.000132
+gallium_dri.so malloc 72 0x5571735c47c0 0.000131
+gallium_dri.so free 0x5571735c4880 void 0.000132
+gallium_dri.so free 0x5571735c47c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c47c0 0.000130
+gallium_dri.so free 0x5571735c4980 void 0.000130
+gallium_dri.so free 0x5571735c47c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4930 0.000131
+gallium_dri.so free 0x5571735c49c0 void 0.000130
+gallium_dri.so free 0x5571735c4930 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4930 0.000132
+gallium_dri.so free 0x5571735c4a80 void 0.000132
+gallium_dri.so free 0x5571735c4930 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4ac0 0.000131
+gallium_dri.so free 0x5571735c4b40 void 0.000133
+gallium_dri.so free 0x5571735c4ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b40 0.000132
+gallium_dri.so free 0x5571735c4c00 void 0.000133
+gallium_dri.so free 0x5571735c4b40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4b40 0.000131
+gallium_dri.so free 0x5571735c4c80 void 0.000132
+gallium_dri.so free 0x5571735c4b40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000132
+gallium_dri.so free 0x5571735c4d00 void 0.000130
+gallium_dri.so free 0x5571735c4cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000129
+gallium_dri.so free 0x5571735c4e00 void 0.000133
+gallium_dri.so free 0x5571735c4cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4e40 0.000132
+gallium_dri.so free 0x5571735c4ec0 void 0.000187
+gallium_dri.so free 0x5571735c4e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000132
+gallium_dri.so free 0x5571735c4f80 void 0.000190
+gallium_dri.so free 0x5571735c4ec0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c4ec0 0.000132
+gallium_dri.so free 0x5571735c5000 void 0.000131
+gallium_dri.so free 0x5571735c4ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c5030 0.000131
+gallium_dri.so free 0x557173469a00 void 0.000132
+gallium_dri.so free 0x5571735c5030 void 0.000132
+gallium_dri.so malloc 72 0x5571735c5030 0.000131
+gallium_dri.so free 0x557173469a80 void 0.000130
+gallium_dri.so free 0x5571735c5030 void 0.000133
+gallium_dri.so malloc 72 0x557173469a80 0.000133
+gallium_dri.so free 0x557173469b40 void 0.000133
+gallium_dri.so free 0x557173469a80 void 0.000132
+gallium_dri.so malloc 72 0x557173469a80 0.000130
+gallium_dri.so free 0x557173469c40 void 0.000132
+gallium_dri.so free 0x557173469a80 void 0.000130
+gallium_dri.so malloc 72 0x557173469a80 0.000132
+gallium_dri.so free 0x557173469cc0 void 0.000130
+gallium_dri.so free 0x557173469a80 void 0.000131
+gallium_dri.so malloc 72 0x557173469cf0 0.000131
+gallium_dri.so free 0x557173469d40 void 0.000132
+gallium_dri.so free 0x557173469cf0 void 0.000181
+gallium_dri.so malloc 72 0x557173469cf0 0.000200
+gallium_dri.so free 0x557173469e40 void 0.000203
+gallium_dri.so free 0x557173469cf0 void 0.000169
+gallium_dri.so malloc 72 0x557173469df0 0.000132
+gallium_dri.so free 0x557173469f00 void 0.000132
+gallium_dri.so free 0x557173469df0 void 0.000132
+gallium_dri.so malloc 72 0x557173469eb0 0.000132
+gallium_dri.so free 0x557173469f40 void 0.000132
+gallium_dri.so free 0x557173469eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173469eb0 0.000133
+gallium_dri.so free 0x55717346a000 void 0.000132
+gallium_dri.so free 0x557173469eb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a050 0.000133
+gallium_dri.so free 0x55717346a0c0 void 0.000133
+gallium_dri.so free 0x55717346a050 void 0.000132
+gallium_dri.so malloc 72 0x55717346a100 0.000131
+gallium_dri.so free 0x55717346a180 void 0.000130
+gallium_dri.so free 0x55717346a100 void 0.000132
+gallium_dri.so malloc 72 0x55717346a180 0.000133
+gallium_dri.so free 0x55717346a240 void 0.000133
+gallium_dri.so free 0x55717346a180 void 0.000133
+gallium_dri.so malloc 72 0x55717346a180 0.000141
+gallium_dri.so free 0x55717346a2c0 void 0.000132
+gallium_dri.so free 0x55717346a180 void 0.000130
+gallium_dri.so malloc 72 0x55717346a2f0 0.000131
+gallium_dri.so free 0x55717346a340 void 0.000131
+gallium_dri.so free 0x55717346a2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a2f0 0.000131
+gallium_dri.so free 0x55717346a440 void 0.000130
+gallium_dri.so free 0x55717346a2f0 void 0.000177
+gallium_dri.so malloc 72 0x55717346a3f0 0.000132
+gallium_dri.so free 0x55717346a500 void 0.000168
+gallium_dri.so free 0x55717346a3f0 void 0.000170
+gallium_dri.so malloc 72 0x55717346a4b0 0.000132
+gallium_dri.so free 0x55717346a580 void 0.000132
+gallium_dri.so free 0x55717346a4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a5a0 0.000132
+gallium_dri.so free 0x55717346a640 void 0.000133
+gallium_dri.so free 0x55717346a5a0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a5f0 0.000133
+gallium_dri.so free 0x55717346a6c0 void 0.000129
+gallium_dri.so free 0x55717346a5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a5f0 0.000132
+gallium_dri.so free 0x55717346a740 void 0.000132
+gallium_dri.so free 0x55717346a5f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a740 0.000129
+gallium_dri.so free 0x55717346a800 void 0.000131
+gallium_dri.so free 0x55717346a740 void 0.000131
+gallium_dri.so malloc 72 0x55717346a740 0.000131
+gallium_dri.so free 0x55717346a8c0 void 0.000131
+gallium_dri.so free 0x55717346a740 void 0.000131
+gallium_dri.so malloc 72 0x55717346a740 0.000130
+gallium_dri.so free 0x55717346a980 void 0.000131
+gallium_dri.so free 0x55717346a740 void 0.000130
+gallium_dri.so malloc 72 0x55717346a930 0.000131
+gallium_dri.so free 0x55717346a980 void 0.000131
+gallium_dri.so free 0x55717346a930 void 0.000130
+gallium_dri.so malloc 72 0x55717346a930 0.000130
+gallium_dri.so free 0x55717346aa80 void 0.000131
+gallium_dri.so free 0x55717346a930 void 0.000133
+gallium_dri.so malloc 72 0x55717346aa30 0.000132
+gallium_dri.so free 0x55717346ab40 void 0.000133
+gallium_dri.so free 0x55717346aa30 void 0.000133
+gallium_dri.so malloc 72 0x55717346aaf0 0.000131
+gallium_dri.so free 0x55717346ab80 void 0.000131
+gallium_dri.so free 0x55717346aaf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346aaf0 0.000184
+gallium_dri.so free 0x55717346ac40 void 0.000132
+gallium_dri.so free 0x55717346aaf0 void 0.000132
+gallium_dri.so malloc 72 0x55717346ac80 0.000130
+gallium_dri.so free 0x55717346ad00 void 0.000132
+gallium_dri.so free 0x55717346ac80 void 0.000131
+gallium_dri.so malloc 72 0x55717346ad00 0.000131
+gallium_dri.so free 0x55717346adc0 void 0.000132
+gallium_dri.so free 0x55717346ad00 void 0.000132
+gallium_dri.so malloc 72 0x55717346ad00 0.000130
+gallium_dri.so free 0x55717346ae80 void 0.000133
+gallium_dri.so free 0x55717346ad00 void 0.000131
+gallium_dri.so malloc 72 0x55717346aea0 0.000131
+gallium_dri.so free 0x55717346af40 void 0.000130
+gallium_dri.so free 0x55717346aea0 void 0.000131
+gallium_dri.so malloc 72 0x55717346aef0 0.000132
+gallium_dri.so free 0x55717346afc0 void 0.000131
+gallium_dri.so free 0x55717346aef0 void 0.000131
+gallium_dri.so malloc 72 0x55717346aef0 0.000129
+gallium_dri.so free 0x55717346b040 void 0.000131
+gallium_dri.so free 0x55717346aef0 void 0.000184
+gallium_dri.so malloc 72 0x55717346b040 0.000131
+gallium_dri.so free 0x55717346b100 void 0.000131
+gallium_dri.so free 0x55717346b040 void 0.000172
+gallium_dri.so malloc 72 0x55717346b040 0.000130
+gallium_dri.so free 0x55717346b1c0 void 0.000132
+gallium_dri.so free 0x55717346b040 void 0.000131
+gallium_dri.so malloc 72 0x55717346b040 0.000130
+gallium_dri.so free 0x55717346b280 void 0.000131
+gallium_dri.so free 0x55717346b040 void 0.000131
+gallium_dri.so malloc 72 0x55717346b230 0.000131
+gallium_dri.so free 0x55717346b340 void 0.000131
+gallium_dri.so free 0x55717346b230 void 0.000131
+gallium_dri.so malloc 72 0x55717346b2f0 0.000132
+gallium_dri.so free 0x55717346b3c0 void 0.000131
+gallium_dri.so free 0x55717346b2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b410 0.000131
+gallium_dri.so free 0x55717346b480 void 0.000132
+gallium_dri.so free 0x55717346b410 void 0.000131
+gallium_dri.so malloc 72 0x55717346b4a0 0.000130
+gallium_dri.so free 0x55717346b540 void 0.000130
+gallium_dri.so free 0x55717346b4a0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b4f0 0.000130
+gallium_dri.so free 0x55717346b5c0 void 0.000130
+gallium_dri.so free 0x55717346b4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b4f0 0.000132
+gallium_dri.so free 0x55717346b640 void 0.000136
+gallium_dri.so free 0x55717346b4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b640 0.000131
+gallium_dri.so free 0x55717346b700 void 0.000131
+gallium_dri.so free 0x55717346b640 void 0.000130
+gallium_dri.so malloc 72 0x55717346b640 0.000131
+gallium_dri.so free 0x55717346b800 void 0.000132
+gallium_dri.so free 0x55717346b640 void 0.000134
+gallium_dri.so malloc 72 0x55717346b7b0 0.000131
+gallium_dri.so free 0x55717346b840 void 0.000132
+gallium_dri.so free 0x55717346b7b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346b7b0 0.000132
+gallium_dri.so free 0x55717346b900 void 0.000131
+gallium_dri.so free 0x55717346b7b0 void 0.000133
+gallium_dri.so malloc 72 0x55717346b940 0.000130
+gallium_dri.so free 0x55717346b9c0 void 0.000133
+gallium_dri.so free 0x55717346b940 void 0.000131
+gallium_dri.so malloc 72 0x55717346b9c0 0.000131
+gallium_dri.so free 0x55717346ba80 void 0.000129
+gallium_dri.so free 0x55717346b9c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b9c0 0.000132
+gallium_dri.so free 0x55717346bb00 void 0.000131
+gallium_dri.so free 0x55717346b9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346bb30 0.000133
+gallium_dri.so free 0x55717346bb80 void 0.000134
+gallium_dri.so free 0x55717346bb30 void 0.000131
+gallium_dri.so malloc 72 0x55717346bb30 0.000130
+gallium_dri.so free 0x55717346bc80 void 0.000133
+gallium_dri.so free 0x55717346bb30 void 0.000132
+gallium_dri.so malloc 72 0x55717346bcc0 0.000132
+gallium_dri.so free 0x55717346bd40 void 0.000133
+gallium_dri.so free 0x55717346bcc0 void 0.000186
+gallium_dri.so malloc 72 0x55717346bd40 0.000131
+gallium_dri.so free 0x55717346be00 void 0.000132
+gallium_dri.so free 0x55717346bd40 void 0.000131
+gallium_dri.so malloc 72 0x55717346bd40 0.000131
+gallium_dri.so free 0x55717346be80 void 0.000132
+gallium_dri.so free 0x55717346bd40 void 0.000131
+gallium_dri.so malloc 72 0x55717346beb0 0.000131
+gallium_dri.so free 0x55717346bf00 void 0.000131
+gallium_dri.so free 0x55717346beb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346beb0 0.000130
+gallium_dri.so free 0x55717346c000 void 0.000132
+gallium_dri.so free 0x55717346beb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346bfb0 0.000131
+gallium_dri.so free 0x55717346c0c0 void 0.000197
+gallium_dri.so free 0x55717346bfb0 void 0.000135
+gallium_dri.so malloc 72 0x55717346c070 0.000131
+gallium_dri.so free 0x55717346c140 void 0.000134
+gallium_dri.so free 0x55717346c070 void 0.000131
+gallium_dri.so malloc 72 0x55717346c070 0.000132
+gallium_dri.so free 0x55717346c200 void 0.000132
+gallium_dri.so free 0x55717346c070 void 0.000130
+gallium_dri.so malloc 72 0x55717346c070 0.000130
+gallium_dri.so free 0x55717346c2c0 void 0.000131
+gallium_dri.so free 0x55717346c070 void 0.000132
+gallium_dri.so malloc 72 0x55717346c270 0.000132
+gallium_dri.so free 0x55717346c340 void 0.000133
+gallium_dri.so free 0x55717346c270 void 0.000131
+gallium_dri.so malloc 72 0x55717346c390 0.000133
+gallium_dri.so free 0x55717346c400 void 0.000132
+gallium_dri.so free 0x55717346c390 void 0.000132
+gallium_dri.so malloc 72 0x55717346c420 0.000131
+gallium_dri.so free 0x55717346c4c0 void 0.000132
+gallium_dri.so free 0x55717346c420 void 0.000131
+gallium_dri.so malloc 72 0x55717346c470 0.000132
+gallium_dri.so free 0x55717346c540 void 0.000130
+gallium_dri.so free 0x55717346c470 void 0.000131
+gallium_dri.so malloc 72 0x55717346c540 0.000134
+gallium_dri.so free 0x55717346c600 void 0.000133
+gallium_dri.so free 0x55717346c540 void 0.000131
+gallium_dri.so malloc 72 0x55717346c540 0.000131
+gallium_dri.so free 0x55717346c680 void 0.000131
+gallium_dri.so free 0x55717346c540 void 0.000131
+gallium_dri.so malloc 72 0x55717346c680 0.000131
+gallium_dri.so free 0x55717346c740 void 0.000132
+gallium_dri.so free 0x55717346c680 void 0.000131
+gallium_dri.so malloc 72 0x55717346c680 0.000131
+gallium_dri.so free 0x55717346c800 void 0.000130
+gallium_dri.so free 0x55717346c680 void 0.000131
+gallium_dri.so malloc 72 0x55717346c680 0.000130
+gallium_dri.so free 0x55717346c8c0 void 0.000132
+gallium_dri.so free 0x55717346c680 void 0.000131
+gallium_dri.so malloc 72 0x55717346c870 0.000130
+gallium_dri.so free 0x55717346c940 void 0.000133
+gallium_dri.so free 0x55717346c870 void 0.000132
+gallium_dri.so malloc 72 0x55717346c990 0.000131
+gallium_dri.so free 0x55717346ca00 void 0.000186
+gallium_dri.so free 0x55717346c990 void 0.000131
+gallium_dri.so malloc 72 0x55717346ca40 0.000132
+gallium_dri.so free 0x55717346cac0 void 0.000140
+gallium_dri.so free 0x55717346ca40 void 0.000131
+gallium_dri.so malloc 72 0x55717346ca40 0.000131
+gallium_dri.so free 0x55717346cb40 void 0.000133
+gallium_dri.so free 0x55717346ca40 void 0.000131
+gallium_dri.so malloc 72 0x55717346cb70 0.000137
+gallium_dri.so free 0x55717346cbc0 void 0.000130
+gallium_dri.so free 0x55717346cb70 void 0.000131
+gallium_dri.so malloc 72 0x55717346cb70 0.000130
+gallium_dri.so free 0x55717346ccc0 void 0.000132
+gallium_dri.so free 0x55717346cb70 void 0.000131
+gallium_dri.so malloc 72 0x55717346cc70 0.000131
+gallium_dri.so free 0x55717346cd80 void 0.000132
+gallium_dri.so free 0x55717346cc70 void 0.000131
+gallium_dri.so malloc 72 0x55717346cd30 0.000131
+gallium_dri.so free 0x55717346cdc0 void 0.000130
+gallium_dri.so free 0x55717346cd30 void 0.000131
+gallium_dri.so malloc 72 0x55717346cd30 0.000131
+gallium_dri.so free 0x55717346ce80 void 0.000132
+gallium_dri.so free 0x55717346cd30 void 0.000132
+gallium_dri.so malloc 72 0x55717346cef0 0.000131
+gallium_dri.so free 0x55717346cf40 void 0.000133
+gallium_dri.so free 0x55717346cef0 void 0.000132
+gallium_dri.so malloc 72 0x55717346cef0 0.000176
+gallium_dri.so free 0x55717346d040 void 0.000134
+gallium_dri.so free 0x55717346cef0 void 0.000131
+gallium_dri.so malloc 72 0x55717346cff0 0.000130
+gallium_dri.so free 0x55717346d100 void 0.000132
+gallium_dri.so free 0x55717346cff0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d0b0 0.000131
+gallium_dri.so free 0x55717346d140 void 0.000133
+gallium_dri.so free 0x55717346d0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d0b0 0.000130
+gallium_dri.so free 0x55717346d200 void 0.000130
+gallium_dri.so free 0x55717346d0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d240 0.000133
+gallium_dri.so free 0x55717346d2c0 void 0.000132
+gallium_dri.so free 0x55717346d240 void 0.000132
+gallium_dri.so malloc 72 0x55717346d2c0 0.000131
+gallium_dri.so free 0x55717346d380 void 0.000132
+gallium_dri.so free 0x55717346d2c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346d2c0 0.000130
+gallium_dri.so free 0x55717346d440 void 0.000132
+gallium_dri.so free 0x55717346d2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d460 0.000130
+gallium_dri.so free 0x55717346d500 void 0.000130
+gallium_dri.so free 0x55717346d460 void 0.000142
+gallium_dri.so malloc 72 0x55717346d4b0 0.000131
+gallium_dri.so free 0x55717346d580 void 0.000132
+gallium_dri.so free 0x55717346d4b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346d4b0 0.000132
+gallium_dri.so free 0x55717346d600 void 0.000132
+gallium_dri.so free 0x55717346d4b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d600 0.000129
+gallium_dri.so free 0x55717346d6c0 void 0.000180
+gallium_dri.so free 0x55717346d600 void 0.000131
+gallium_dri.so malloc 72 0x55717346d600 0.000132
+gallium_dri.so free 0x55717346d780 void 0.000132
+gallium_dri.so free 0x55717346d600 void 0.000131
+gallium_dri.so malloc 72 0x55717346d600 0.000132
+gallium_dri.so free 0x55717346d840 void 0.000131
+gallium_dri.so free 0x55717346d600 void 0.000130
+gallium_dri.so malloc 72 0x55717346d7f0 0.000130
+gallium_dri.so free 0x55717346d900 void 0.000132
+gallium_dri.so free 0x55717346d7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346d8b0 0.000135
+gallium_dri.so free 0x55717346d980 void 0.000132
+gallium_dri.so free 0x55717346d8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d9d0 0.000130
+gallium_dri.so free 0x55717346da40 void 0.000143
+gallium_dri.so free 0x55717346d9d0 void 0.000134
+gallium_dri.so malloc 72 0x55717346da60 0.000131
+gallium_dri.so free 0x55717346db00 void 0.000132
+gallium_dri.so free 0x55717346da60 void 0.000132
+gallium_dri.so malloc 72 0x55717346dab0 0.000131
+gallium_dri.so free 0x55717346db80 void 0.000131
+gallium_dri.so free 0x55717346dab0 void 0.000131
+gallium_dri.so malloc 72 0x55717346dab0 0.000131
+gallium_dri.so free 0x55717346dc00 void 0.000131
+gallium_dri.so free 0x55717346dab0 void 0.000131
+gallium_dri.so malloc 72 0x55717346dc00 0.000131
+gallium_dri.so free 0x55717346dcc0 void 0.000131
+gallium_dri.so free 0x55717346dc00 void 0.000132
+gallium_dri.so malloc 72 0x55717346dc00 0.000133
+gallium_dri.so free 0x55717346ddc0 void 0.000132
+gallium_dri.so free 0x55717346dc00 void 0.000132
+gallium_dri.so malloc 72 0x55717346dd70 0.000130
+gallium_dri.so free 0x55717346de00 void 0.000130
+gallium_dri.so free 0x55717346dd70 void 0.000131
+gallium_dri.so malloc 72 0x55717346dd70 0.000134
+gallium_dri.so free 0x55717346dec0 void 0.000132
+gallium_dri.so free 0x55717346dd70 void 0.000132
+gallium_dri.so malloc 72 0x55717346df00 0.000140
+gallium_dri.so free 0x55717346df80 void 0.000133
+gallium_dri.so free 0x55717346df00 void 0.000132
+gallium_dri.so malloc 72 0x55717346df80 0.000134
+gallium_dri.so free 0x55717346e040 void 0.000132
+gallium_dri.so free 0x55717346df80 void 0.000131
+gallium_dri.so malloc 72 0x55717346df80 0.000131
+gallium_dri.so free 0x55717346e0c0 void 0.000130
+gallium_dri.so free 0x55717346df80 void 0.000131
+gallium_dri.so malloc 72 0x55717346e0f0 0.000130
+gallium_dri.so free 0x55717346e140 void 0.000130
+gallium_dri.so free 0x55717346e0f0 void 0.000133
+gallium_dri.so malloc 72 0x55717346e0f0 0.000130
+gallium_dri.so free 0x55717346e240 void 0.000130
+gallium_dri.so free 0x55717346e0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e280 0.000132
+gallium_dri.so free 0x55717346e300 void 0.000133
+gallium_dri.so free 0x55717346e280 void 0.000132
+gallium_dri.so malloc 72 0x55717346e300 0.000131
+gallium_dri.so free 0x55717346e3c0 void 0.000171
+gallium_dri.so free 0x55717346e300 void 0.000132
+gallium_dri.so malloc 72 0x55717346e300 0.000130
+gallium_dri.so free 0x55717346e440 void 0.000179
+gallium_dri.so free 0x55717346e300 void 0.000132
+gallium_dri.so malloc 72 0x55717346e470 0.000131
+gallium_dri.so free 0x55717346e4c0 void 0.000132
+gallium_dri.so free 0x55717346e470 void 0.000133
+gallium_dri.so malloc 72 0x55717346e470 0.000132
+gallium_dri.so free 0x55717346e5c0 void 0.000131
+gallium_dri.so free 0x55717346e470 void 0.000131
+gallium_dri.so malloc 72 0x55717346e570 0.000132
+gallium_dri.so free 0x55717346e680 void 0.000132
+gallium_dri.so free 0x55717346e570 void 0.000132
+gallium_dri.so malloc 72 0x55717346e630 0.000135
+gallium_dri.so free 0x55717346e700 void 0.000134
+gallium_dri.so free 0x55717346e630 void 0.000132
+gallium_dri.so malloc 72 0x55717346e630 0.000131
+gallium_dri.so free 0x55717346e7c0 void 0.000132
+gallium_dri.so free 0x55717346e630 void 0.000131
+gallium_dri.so malloc 72 0x55717346e630 0.000132
+gallium_dri.so free 0x55717346e880 void 0.000130
+gallium_dri.so free 0x55717346e630 void 0.000131
+gallium_dri.so malloc 72 0x55717346e830 0.000131
+gallium_dri.so free 0x55717346e900 void 0.000132
+gallium_dri.so free 0x55717346e830 void 0.000133
+gallium_dri.so malloc 72 0x55717346e950 0.000180
+gallium_dri.so free 0x55717346e9c0 void 0.000134
+gallium_dri.so free 0x55717346e950 void 0.000133
+gallium_dri.so malloc 72 0x55717346e9e0 0.000132
+gallium_dri.so free 0x55717346ea80 void 0.000131
+gallium_dri.so free 0x55717346e9e0 void 0.000132
+gallium_dri.so malloc 72 0x55717346ea30 0.000131
+gallium_dri.so free 0x55717346eb00 void 0.000132
+gallium_dri.so free 0x55717346ea30 void 0.000132
+gallium_dri.so malloc 72 0x55717346eb00 0.000132
+gallium_dri.so free 0x55717346ebc0 void 0.000132
+gallium_dri.so free 0x55717346eb00 void 0.000132
+gallium_dri.so malloc 72 0x55717346eb00 0.000131
+gallium_dri.so free 0x55717346ec40 void 0.000133
+gallium_dri.so free 0x55717346eb00 void 0.000131
+gallium_dri.so malloc 72 0x55717346ec40 0.000132
+gallium_dri.so free 0x55717346ed00 void 0.000131
+gallium_dri.so free 0x55717346ec40 void 0.000131
+gallium_dri.so malloc 72 0x55717346ec40 0.000132
+gallium_dri.so free 0x55717346edc0 void 0.000132
+gallium_dri.so free 0x55717346ec40 void 0.000133
+gallium_dri.so malloc 72 0x55717346ec40 0.000130
+gallium_dri.so free 0x55717346ee80 void 0.000131
+gallium_dri.so free 0x55717346ec40 void 0.000141
+gallium_dri.so malloc 72 0x55717346ee30 0.000131
+gallium_dri.so free 0x55717346ef00 void 0.000132
+gallium_dri.so free 0x55717346ee30 void 0.000131
+gallium_dri.so malloc 72 0x55717346ef50 0.000130
+gallium_dri.so free 0x55717346efc0 void 0.000131
+gallium_dri.so free 0x55717346ef50 void 0.000130
+gallium_dri.so malloc 72 0x55717346f000 0.000131
+gallium_dri.so free 0x55717346f080 void 0.000180
+gallium_dri.so free 0x55717346f000 void 0.000132
+gallium_dri.so malloc 72 0x55717346f000 0.000131
+gallium_dri.so free 0x55717346f100 void 0.000131
+gallium_dri.so free 0x55717346f000 void 0.000131
+gallium_dri.so malloc 72 0x55717346f130 0.000132
+gallium_dri.so free 0x55717346f180 void 0.000132
+gallium_dri.so free 0x55717346f130 void 0.000131
+gallium_dri.so malloc 72 0x55717346f130 0.000132
+gallium_dri.so free 0x55717346f280 void 0.000131
+gallium_dri.so free 0x55717346f130 void 0.000131
+gallium_dri.so malloc 72 0x55717346f230 0.000131
+gallium_dri.so free 0x55717346f340 void 0.000131
+gallium_dri.so free 0x55717346f230 void 0.000131
+gallium_dri.so malloc 72 0x55717346f2f0 0.000130
+gallium_dri.so free 0x55717346f380 void 0.000131
+gallium_dri.so free 0x55717346f2f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346f2f0 0.000132
+gallium_dri.so free 0x5571735da8c0 void 0.000132
+gallium_dri.so free 0x55717346f2f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346f2f0 0.000131
+gallium_dri.so free 0x5571735da9c0 void 0.000131
+gallium_dri.so free 0x55717346f2f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735da970 0.000132
+gallium_dri.so free 0x5571735daa40 void 0.000132
+gallium_dri.so free 0x5571735da970 void 0.000132
+gallium_dri.so malloc 72 0x5571735daa90 0.000131
+gallium_dri.so free 0x5571735dab00 void 0.000130
+gallium_dri.so free 0x5571735daa90 void 0.000131
+gallium_dri.so malloc 72 0x5571735dab20 0.000133
+gallium_dri.so free 0x5571735dabc0 void 0.000132
+gallium_dri.so free 0x5571735dab20 void 0.000132
+gallium_dri.so malloc 72 0x5571735dab70 0.000132
+gallium_dri.so free 0x5571735dac40 void 0.000131
+gallium_dri.so free 0x5571735dab70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dab70 0.000133
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so free 0x5571735dab70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dacc0 0.000135
+gallium_dri.so free 0x5571735dad80 void 0.000133
+gallium_dri.so free 0x5571735dacc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dacc0 0.000132
+gallium_dri.so free 0x5571735dae80 void 0.000131
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dacc0 0.000131
+gallium_dri.so free 0x5571735daf00 void 0.000131
+gallium_dri.so free 0x5571735dacc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735daf30 0.000132
+gallium_dri.so free 0x5571735daf80 void 0.000131
+gallium_dri.so free 0x5571735daf30 void 0.000132
+gallium_dri.so malloc 72 0x5571735daf30 0.000131
+gallium_dri.so free 0x5571735db080 void 0.000131
+gallium_dri.so free 0x5571735daf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735db030 0.000131
+gallium_dri.so free 0x5571735db140 void 0.000131
+gallium_dri.so free 0x5571735db030 void 0.000131
+gallium_dri.so malloc 72 0x5571735db0f0 0.000130
+gallium_dri.so free 0x5571735db180 void 0.000171
+gallium_dri.so free 0x5571735db0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735db0f0 0.000131
+gallium_dri.so free 0x5571735db240 void 0.000142
+gallium_dri.so free 0x5571735db0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db290 0.000131
+gallium_dri.so free 0x5571735db300 void 0.000133
+gallium_dri.so free 0x5571735db290 void 0.000133
+gallium_dri.so malloc 72 0x5571735db340 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000130
+gallium_dri.so free 0x5571735db340 void 0.000132
+gallium_dri.so malloc 72 0x5571735db3c0 0.000131
+gallium_dri.so free 0x5571735db480 void 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db3c0 0.000130
+gallium_dri.so free 0x5571735db500 void 0.000131
+gallium_dri.so free 0x5571735db3c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db530 0.000132
+gallium_dri.so free 0x5571735db580 void 0.000132
+gallium_dri.so free 0x5571735db530 void 0.000131
+gallium_dri.so malloc 72 0x5571735db530 0.000129
+gallium_dri.so free 0x5571735db680 void 0.000130
+gallium_dri.so free 0x5571735db530 void 0.000130
+gallium_dri.so malloc 72 0x5571735db630 0.000131
+gallium_dri.so free 0x5571735db740 void 0.000131
+gallium_dri.so free 0x5571735db630 void 0.000135
+gallium_dri.so malloc 72 0x5571735db6f0 0.000140
+gallium_dri.so free 0x5571735db7c0 void 0.000133
+gallium_dri.so free 0x5571735db6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db7e0 0.000131
+gallium_dri.so free 0x5571735db880 void 0.000132
+gallium_dri.so free 0x5571735db7e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db830 0.000131
+gallium_dri.so free 0x5571735db900 void 0.000131
+gallium_dri.so free 0x5571735db830 void 0.000131
+gallium_dri.so malloc 72 0x5571735db830 0.000130
+gallium_dri.so free 0x5571735db980 void 0.000132
+gallium_dri.so free 0x5571735db830 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000130
+gallium_dri.so free 0x5571735dba40 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000129
+gallium_dri.so malloc 72 0x5571735db980 0.000130
+gallium_dri.so free 0x5571735dbb00 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735db980 0.000132
+gallium_dri.so free 0x5571735dbbc0 void 0.000131
+gallium_dri.so free 0x5571735db980 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbb70 0.000131
+gallium_dri.so free 0x5571735dbbc0 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000139
+gallium_dri.so malloc 72 0x5571735dbb70 0.000132
+gallium_dri.so free 0x5571735dbcc0 void 0.000132
+gallium_dri.so free 0x5571735dbb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbc70 0.000130
+gallium_dri.so free 0x5571735dbd80 void 0.000132
+gallium_dri.so free 0x5571735dbc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000132
+gallium_dri.so free 0x5571735dbdc0 void 0.000130
+gallium_dri.so free 0x5571735dbd30 void 0.000177
+gallium_dri.so malloc 72 0x5571735dbd30 0.000132
+gallium_dri.so free 0x5571735dbe80 void 0.000131
+gallium_dri.so free 0x5571735dbd30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbec0 0.000130
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so free 0x5571735dbec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbf40 0.000131
+gallium_dri.so free 0x5571735dc000 void 0.000130
+gallium_dri.so free 0x5571735dbf40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbf40 0.000130
+gallium_dri.so free 0x5571735dc0c0 void 0.000131
+gallium_dri.so free 0x5571735dbf40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc0e0 0.000131
+gallium_dri.so free 0x5571735dc180 void 0.000140
+gallium_dri.so free 0x5571735dc0e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc130 0.000131
+gallium_dri.so free 0x5571735dc200 void 0.000133
+gallium_dri.so free 0x5571735dc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc130 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000132
+gallium_dri.so free 0x5571735dc130 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc280 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000131
+gallium_dri.so free 0x5571735dc280 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc280 0.000130
+gallium_dri.so free 0x5571735dc400 void 0.000132
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc280 0.000132
+gallium_dri.so free 0x5571735dc4c0 void 0.000131
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc470 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000132
+gallium_dri.so free 0x5571735dc470 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc530 0.000134
+gallium_dri.so free 0x5571735dc600 void 0.000132
+gallium_dri.so free 0x5571735dc530 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc650 0.000178
+gallium_dri.so free 0x5571735dc6c0 void 0.000132
+gallium_dri.so free 0x5571735dc650 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc6e0 0.000131
+gallium_dri.so free 0x5571735dc780 void 0.000131
+gallium_dri.so free 0x5571735dc6e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc730 0.000131
+gallium_dri.so free 0x5571735dc800 void 0.000130
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc730 0.000131
+gallium_dri.so free 0x5571735dc880 void 0.000130
+gallium_dri.so free 0x5571735dc730 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc880 0.000131
+gallium_dri.so free 0x5571735dc940 void 0.000133
+gallium_dri.so free 0x5571735dc880 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc880 0.000130
+gallium_dri.so free 0x5571735dca40 void 0.000131
+gallium_dri.so free 0x5571735dc880 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000131
+gallium_dri.so free 0x5571735dca80 void 0.000132
+gallium_dri.so free 0x5571735dc9f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000134
+gallium_dri.so free 0x5571735dcb40 void 0.000132
+gallium_dri.so free 0x5571735dc9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcb80 0.000131
+gallium_dri.so free 0x5571735dcc00 void 0.000131
+gallium_dri.so free 0x5571735dcb80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcc00 0.000131
+gallium_dri.so free 0x5571735dccc0 void 0.000131
+gallium_dri.so free 0x5571735dcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcc00 0.000131
+gallium_dri.so free 0x5571735dcd40 void 0.000131
+gallium_dri.so free 0x5571735dcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000131
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dcd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcd70 0.000133
+gallium_dri.so free 0x5571735dcec0 void 0.000132
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcf00 0.000131
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so free 0x5571735dcf00 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcf80 0.000131
+gallium_dri.so free 0x5571735dd040 void 0.000132
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcf80 0.000133
+gallium_dri.so free 0x5571735dd0c0 void 0.000139
+gallium_dri.so free 0x5571735dcf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000130
+gallium_dri.so free 0x5571735dd140 void 0.000132
+gallium_dri.so free 0x5571735dd0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000131
+gallium_dri.so free 0x5571735dd240 void 0.000131
+gallium_dri.so free 0x5571735dd0f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000130
+gallium_dri.so free 0x5571735dd300 void 0.000131
+gallium_dri.so free 0x5571735dd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000133
+gallium_dri.so free 0x5571735dd380 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000130
+gallium_dri.so free 0x5571735dd440 void 0.000130
+gallium_dri.so free 0x5571735dd2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000131
+gallium_dri.so free 0x5571735dd500 void 0.000132
+gallium_dri.so free 0x5571735dd2b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000129
+gallium_dri.so free 0x5571735dd580 void 0.000131
+gallium_dri.so free 0x5571735dd4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd5d0 0.000197
+gallium_dri.so free 0x5571735dd640 void 0.000132
+gallium_dri.so free 0x5571735dd5d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd660 0.000131
+gallium_dri.so free 0x5571735dd700 void 0.000130
+gallium_dri.so free 0x5571735dd660 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000131
+gallium_dri.so free 0x5571735dd6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd780 0.000174
+gallium_dri.so free 0x5571735dd840 void 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd780 0.000132
+gallium_dri.so free 0x5571735dd8c0 void 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000130
+gallium_dri.so free 0x5571735dd980 void 0.000131
+gallium_dri.so free 0x5571735dd8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000131
+gallium_dri.so free 0x5571735dda40 void 0.000130
+gallium_dri.so free 0x5571735dd8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000130
+gallium_dri.so free 0x5571735ddb00 void 0.000133
+gallium_dri.so free 0x5571735dd8c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ddab0 0.000132
+gallium_dri.so free 0x5571735ddb80 void 0.000131
+gallium_dri.so free 0x5571735ddab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000130
+gallium_dri.so free 0x5571735ddc40 void 0.000132
+gallium_dri.so free 0x5571735ddbd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddc80 0.000131
+gallium_dri.so free 0x5571735ddd00 void 0.000130
+gallium_dri.so free 0x5571735ddc80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddc80 0.000130
+gallium_dri.so free 0x5571735ddd80 void 0.000131
+gallium_dri.so free 0x5571735ddc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dddb0 0.000130
+gallium_dri.so free 0x5571735dde00 void 0.000130
+gallium_dri.so free 0x5571735dddb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dddb0 0.000131
+gallium_dri.so free 0x5571735ddf00 void 0.000132
+gallium_dri.so free 0x5571735dddb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000130
+gallium_dri.so free 0x5571735ddfc0 void 0.000131
+gallium_dri.so free 0x5571735ddeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddf70 0.000133
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf70 0.000129
+gallium_dri.so free 0x5571735de0c0 void 0.000129
+gallium_dri.so free 0x5571735ddf70 void 0.000129
+gallium_dri.so malloc 72 0x5571735de130 0.000130
+gallium_dri.so free 0x5571735de180 void 0.000130
+gallium_dri.so free 0x5571735de130 void 0.000130
+gallium_dri.so malloc 72 0x5571735de130 0.000132
+gallium_dri.so free 0x5571735de280 void 0.000245
+gallium_dri.so free 0x5571735de130 void 0.000247
+gallium_dri.so malloc 72 0x5571735de230 0.000134
+gallium_dri.so free 0x5571735de340 void 0.000131
+gallium_dri.so free 0x5571735de230 void 0.000130
+gallium_dri.so malloc 72 0x5571735de2f0 0.000130
+gallium_dri.so free 0x5571735de380 void 0.000130
+gallium_dri.so free 0x5571735de2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de2f0 0.000130
+gallium_dri.so free 0x5571735de440 void 0.000158
+gallium_dri.so free 0x5571735de2f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de480 0.000130
+gallium_dri.so free 0x5571735de500 void 0.000178
+gallium_dri.so free 0x5571735de480 void 0.000132
+gallium_dri.so malloc 72 0x5571735de500 0.000131
+gallium_dri.so free 0x5571735de5c0 void 0.000133
+gallium_dri.so free 0x5571735de500 void 0.000131
+gallium_dri.so malloc 72 0x5571735de500 0.000131
+gallium_dri.so free 0x5571735de680 void 0.000131
+gallium_dri.so free 0x5571735de500 void 0.000130
+gallium_dri.so malloc 72 0x5571735de6a0 0.000130
+gallium_dri.so free 0x5571735de740 void 0.000132
+gallium_dri.so free 0x5571735de6a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de6f0 0.000131
+gallium_dri.so free 0x5571735de7c0 void 0.000131
+gallium_dri.so free 0x5571735de6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de6f0 0.000131
+gallium_dri.so free 0x5571735de840 void 0.000132
+gallium_dri.so free 0x5571735de6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de840 0.000130
+gallium_dri.so free 0x5571735de900 void 0.000132
+gallium_dri.so free 0x5571735de840 void 0.000131
+gallium_dri.so malloc 72 0x5571735de840 0.000130
+gallium_dri.so free 0x5571735de9c0 void 0.000131
+gallium_dri.so free 0x5571735de840 void 0.000131
+gallium_dri.so malloc 72 0x5571735de840 0.000140
+gallium_dri.so free 0x5571735dea80 void 0.000130
+gallium_dri.so free 0x5571735de840 void 0.000129
+gallium_dri.so malloc 72 0x5571735dea30 0.000128
+gallium_dri.so free 0x5571735deb40 void 0.000130
+gallium_dri.so free 0x5571735dea30 void 0.000130
+gallium_dri.so malloc 72 0x5571735deaf0 0.000129
+gallium_dri.so free 0x5571735debc0 void 0.000130
+gallium_dri.so free 0x5571735deaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dec10 0.000130
+gallium_dri.so free 0x5571735dec80 void 0.000130
+gallium_dri.so free 0x5571735dec10 void 0.000129
+gallium_dri.so malloc 72 0x5571735deca0 0.000130
+gallium_dri.so free 0x5571735ded40 void 0.000131
+gallium_dri.so free 0x5571735deca0 void 0.000130
+gallium_dri.so malloc 72 0x5571735decf0 0.000130
+gallium_dri.so free 0x5571735dedc0 void 0.000130
+gallium_dri.so free 0x5571735decf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735decf0 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000131
+gallium_dri.so free 0x5571735decf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dee40 0.000129
+gallium_dri.so free 0x5571735def00 void 0.000135
+gallium_dri.so free 0x5571735dee40 void 0.000139
+gallium_dri.so malloc 72 0x5571735dee40 0.000132
+gallium_dri.so free 0x5571735df000 void 0.000130
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so malloc 72 0x5571735defb0 0.000131
+gallium_dri.so free 0x5571735df040 void 0.000130
+gallium_dri.so free 0x5571735defb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735defb0 0.000131
+gallium_dri.so free 0x5571735df100 void 0.000131
+gallium_dri.so free 0x5571735defb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df140 0.000131
+gallium_dri.so free 0x5571735df1c0 void 0.000131
+gallium_dri.so free 0x5571735df140 void 0.000131
+gallium_dri.so malloc 72 0x5571735df1c0 0.000131
+gallium_dri.so free 0x5571735df280 void 0.000132
+gallium_dri.so free 0x5571735df1c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df1c0 0.000130
+gallium_dri.so free 0x5571735df300 void 0.000132
+gallium_dri.so free 0x5571735df1c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df330 0.000131
+gallium_dri.so free 0x5571735df380 void 0.000132
+gallium_dri.so free 0x5571735df330 void 0.000130
+gallium_dri.so malloc 72 0x5571735df330 0.000130
+gallium_dri.so free 0x5571735df480 void 0.000176
+gallium_dri.so free 0x5571735df330 void 0.000132
+gallium_dri.so malloc 72 0x5571735df4c0 0.000130
+gallium_dri.so free 0x5571735df540 void 0.000132
+gallium_dri.so free 0x5571735df4c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df540 0.000131
+gallium_dri.so free 0x5571735df600 void 0.000132
+gallium_dri.so free 0x5571735df540 void 0.000130
+gallium_dri.so malloc 72 0x5571735df540 0.000132
+gallium_dri.so free 0x5571735df680 void 0.000131
+gallium_dri.so free 0x5571735df540 void 0.000131
+gallium_dri.so malloc 72 0x5571735df6b0 0.000131
+gallium_dri.so free 0x5571735df700 void 0.000131
+gallium_dri.so free 0x5571735df6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df6b0 0.000130
+gallium_dri.so free 0x5571735df800 void 0.000132
+gallium_dri.so free 0x5571735df6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df7b0 0.000131
+gallium_dri.so free 0x5571735df8c0 void 0.000131
+gallium_dri.so free 0x5571735df7b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df870 0.000130
+gallium_dri.so free 0x5571735df940 void 0.000131
+gallium_dri.so free 0x5571735df870 void 0.000130
+gallium_dri.so malloc 72 0x5571735df870 0.000140
+gallium_dri.so free 0x5571735dfa00 void 0.000130
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735df870 0.000129
+gallium_dri.so free 0x5571735dfac0 void 0.000131
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa70 0.000128
+gallium_dri.so free 0x5571735dfb40 void 0.000129
+gallium_dri.so free 0x5571735dfa70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfb90 0.000129
+gallium_dri.so free 0x5571735dfc00 void 0.000183
+gallium_dri.so free 0x5571735dfb90 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfc20 0.000128
+gallium_dri.so free 0x5571735dfcc0 void 0.000130
+gallium_dri.so free 0x5571735dfc20 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfc70 0.000128
+gallium_dri.so free 0x5571735dfd40 void 0.000130
+gallium_dri.so free 0x5571735dfc70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfd40 0.000129
+gallium_dri.so free 0x5571735dfe00 void 0.000130
+gallium_dri.so free 0x5571735dfd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfd40 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000129
+gallium_dri.so free 0x5571735dfd40 void 0.000138
+gallium_dri.so malloc 72 0x5571735dfe80 0.000131
+gallium_dri.so free 0x5571735dff40 void 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfe80 0.000132
+gallium_dri.so free 0x5571735e0000 void 0.000131
+gallium_dri.so free 0x5571735dfe80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfe80 0.000129
+gallium_dri.so free 0x5571735e00c0 void 0.000130
+gallium_dri.so free 0x5571735dfe80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0070 0.000131
+gallium_dri.so free 0x5571735e0140 void 0.000129
+gallium_dri.so free 0x5571735e0070 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0190 0.000131
+gallium_dri.so free 0x5571735e0200 void 0.000131
+gallium_dri.so free 0x5571735e0190 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0240 0.000131
+gallium_dri.so free 0x5571735e02c0 void 0.000131
+gallium_dri.so free 0x5571735e0240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0240 0.000130
+gallium_dri.so free 0x5571735e0340 void 0.000130
+gallium_dri.so free 0x5571735e0240 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0370 0.000130
+gallium_dri.so free 0x5571735e03c0 void 0.000181
+gallium_dri.so free 0x5571735e0370 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0370 0.000130
+gallium_dri.so free 0x5571735e04c0 void 0.000132
+gallium_dri.so free 0x5571735e0370 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0470 0.000133
+gallium_dri.so free 0x5571735e0580 void 0.000132
+gallium_dri.so free 0x5571735e0470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e05c0 void 0.000130
+gallium_dri.so free 0x5571735e0530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e0680 void 0.000132
+gallium_dri.so free 0x5571735e0530 void 0.000131
+gallium_dri.so malloc 72 0x5571735e06f0 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so free 0x5571735e06f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e06f0 0.000132
+gallium_dri.so free 0x5571735e0840 void 0.000132
+gallium_dri.so free 0x5571735e06f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e07f0 0.000131
+gallium_dri.so free 0x5571735e0900 void 0.000132
+gallium_dri.so free 0x5571735e07f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e08b0 0.000131
+gallium_dri.so free 0x5571735e0940 void 0.000130
+gallium_dri.so free 0x5571735e08b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e08b0 0.000130
+gallium_dri.so free 0x5571735e0a00 void 0.000130
+gallium_dri.so free 0x5571735e08b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0a40 0.000128
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so free 0x5571735e0a40 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000129
+gallium_dri.so free 0x5571735e0ac0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000128
+gallium_dri.so free 0x5571735e0c40 void 0.000130
+gallium_dri.so free 0x5571735e0ac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0c60 0.000128
+gallium_dri.so free 0x5571735e0d00 void 0.000128
+gallium_dri.so free 0x5571735e0c60 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000130
+gallium_dri.so free 0x5571735e0d80 void 0.000130
+gallium_dri.so free 0x5571735e0cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000129
+gallium_dri.so free 0x5571735f4980 void 0.000130
+gallium_dri.so free 0x5571735e0cb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f49d0 0.000130
+gallium_dri.so free 0x5571735f4a40 void 0.000129
+gallium_dri.so free 0x5571735f49d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4a60 0.000130
+gallium_dri.so free 0x5571735f4b00 void 0.000130
+gallium_dri.so free 0x5571735f4a60 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000129
+gallium_dri.so free 0x5571735f4b80 void 0.000130
+gallium_dri.so free 0x5571735f4ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4b80 0.000128
+gallium_dri.so free 0x5571735f4c40 void 0.000129
+gallium_dri.so free 0x5571735f4b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4b80 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000129
+gallium_dri.so free 0x5571735f4b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000129
+gallium_dri.so free 0x5571735f4d80 void 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000128
+gallium_dri.so free 0x5571735f4e40 void 0.000129
+gallium_dri.so free 0x5571735f4cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000128
+gallium_dri.so free 0x5571735f4f00 void 0.000140
+gallium_dri.so free 0x5571735f4cc0 void 0.000175
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000132
+gallium_dri.so free 0x5571735f4f80 void 0.000132
+gallium_dri.so free 0x5571735f4eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4fd0 0.000131
+gallium_dri.so free 0x5571735f5040 void 0.000132
+gallium_dri.so free 0x5571735f4fd0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5080 0.000131
+gallium_dri.so free 0x5571735f5100 void 0.000173
+gallium_dri.so free 0x5571735f5080 void 0.000203
+gallium_dri.so malloc 72 0x5571735f5080 0.000208
+gallium_dri.so free 0x5571735f5180 void 0.000180
+gallium_dri.so free 0x5571735f5080 void 0.000130
+gallium_dri.so malloc 72 0x5571735f51b0 0.000130
+gallium_dri.so free 0x5571735f5200 void 0.000131
+gallium_dri.so free 0x5571735f51b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f51b0 0.000131
+gallium_dri.so free 0x5571735f5300 void 0.000131
+gallium_dri.so free 0x5571735f51b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f52b0 0.000130
+gallium_dri.so free 0x5571735f53c0 void 0.000167
+gallium_dri.so free 0x5571735f52b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5370 0.000132
+gallium_dri.so free 0x5571735f5400 void 0.000133
+gallium_dri.so free 0x5571735f5370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5370 0.000132
+gallium_dri.so free 0x5571735f54c0 void 0.000133
+gallium_dri.so free 0x5571735f5370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5530 0.000133
+gallium_dri.so free 0x5571735f5580 void 0.000135
+gallium_dri.so free 0x5571735f5530 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5530 0.000133
+gallium_dri.so free 0x5571735f5680 void 0.000132
+gallium_dri.so free 0x5571735f5530 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5630 0.000130
+gallium_dri.so free 0x5571735f5740 void 0.000132
+gallium_dri.so free 0x5571735f5630 void 0.000132
+gallium_dri.so malloc 72 0x5571735f56f0 0.000133
+gallium_dri.so free 0x5571735f5780 void 0.000133
+gallium_dri.so free 0x5571735f56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f56f0 0.000131
+gallium_dri.so free 0x5571735f5840 void 0.000133
+gallium_dri.so free 0x5571735f56f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5880 0.000142
+gallium_dri.so free 0x5571735f5900 void 0.000129
+gallium_dri.so free 0x5571735f5880 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5900 0.000130
+gallium_dri.so free 0x5571735f59c0 void 0.000130
+gallium_dri.so free 0x5571735f5900 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5900 0.000129
+gallium_dri.so free 0x5571735f5a80 void 0.000128
+gallium_dri.so free 0x5571735f5900 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5aa0 0.000129
+gallium_dri.so free 0x5571735f5b40 void 0.000131
+gallium_dri.so free 0x5571735f5aa0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5af0 0.000129
+gallium_dri.so free 0x5571735f5bc0 void 0.000130
+gallium_dri.so free 0x5571735f5af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5af0 0.000128
+gallium_dri.so free 0x5571735f5c40 void 0.000130
+gallium_dri.so free 0x5571735f5af0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5c40 0.000129
+gallium_dri.so free 0x5571735f5d00 void 0.000129
+gallium_dri.so free 0x5571735f5c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5c40 0.000129
+gallium_dri.so free 0x5571735f5dc0 void 0.000133
+gallium_dri.so free 0x5571735f5c40 void 0.000180
+gallium_dri.so malloc 72 0x5571735f5c40 0.000173
+gallium_dri.so free 0x5571735f5e80 void 0.000184
+gallium_dri.so free 0x5571735f5c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5e30 0.000136
+gallium_dri.so free 0x5571735f5f40 void 0.000132
+gallium_dri.so free 0x5571735f5e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000132
+gallium_dri.so free 0x5571735f5fc0 void 0.000133
+gallium_dri.so free 0x5571735f5ef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6010 0.000132
+gallium_dri.so free 0x5571735f6080 void 0.000131
+gallium_dri.so free 0x5571735f6010 void 0.000131
+gallium_dri.so malloc 72 0x5571735f60a0 0.000131
+gallium_dri.so free 0x5571735f6140 void 0.000133
+gallium_dri.so free 0x5571735f60a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f60f0 0.000134
+gallium_dri.so free 0x5571735f61c0 void 0.000132
+gallium_dri.so free 0x5571735f60f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f60f0 0.000133
+gallium_dri.so free 0x5571735f6240 void 0.000132
+gallium_dri.so free 0x5571735f60f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6240 0.000142
+gallium_dri.so free 0x5571735f6300 void 0.000132
+gallium_dri.so free 0x5571735f6240 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6240 0.000130
+gallium_dri.so free 0x5571735f6400 void 0.000131
+gallium_dri.so free 0x5571735f6240 void 0.000131
+gallium_dri.so malloc 72 0x5571735f63b0 0.000132
+gallium_dri.so free 0x5571735f6440 void 0.000133
+gallium_dri.so free 0x5571735f63b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f63b0 0.000132
+gallium_dri.so free 0x5571735f6500 void 0.000131
+gallium_dri.so free 0x5571735f63b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6540 0.000130
+gallium_dri.so free 0x5571735f65c0 void 0.000131
+gallium_dri.so free 0x5571735f6540 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65c0 0.000131
+gallium_dri.so free 0x5571735f6680 void 0.000132
+gallium_dri.so free 0x5571735f65c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65c0 0.000133
+gallium_dri.so free 0x5571735f6700 void 0.000133
+gallium_dri.so free 0x5571735f65c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6730 0.000132
+gallium_dri.so free 0x5571735f6780 void 0.000133
+gallium_dri.so free 0x5571735f6730 void 0.000186
+gallium_dri.so malloc 72 0x5571735f6730 0.000133
+gallium_dri.so free 0x5571735f6880 void 0.000166
+gallium_dri.so free 0x5571735f6730 void 0.000172
+gallium_dri.so malloc 72 0x5571735f68c0 0.000132
+gallium_dri.so free 0x5571735f6940 void 0.000131
+gallium_dri.so free 0x5571735f68c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6940 0.000132
+gallium_dri.so free 0x5571735f6a00 void 0.000132
+gallium_dri.so free 0x5571735f6940 void 0.000180
+gallium_dri.so malloc 72 0x5571735f6940 0.000132
+gallium_dri.so free 0x5571735f6a80 void 0.000201
+gallium_dri.so free 0x5571735f6940 void 0.000170
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000131
+gallium_dri.so free 0x5571735f6b00 void 0.000133
+gallium_dri.so free 0x5571735f6ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6ab0 0.000132
+gallium_dri.so free 0x5571735f6c00 void 0.000135
+gallium_dri.so free 0x5571735f6ab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000130
+gallium_dri.so free 0x5571735f6cc0 void 0.000129
+gallium_dri.so free 0x5571735f6bb0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6c70 0.000130
+gallium_dri.so free 0x5571735f6d40 void 0.000131
+gallium_dri.so free 0x5571735f6c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6c70 0.000131
+gallium_dri.so free 0x5571735f6e00 void 0.000132
+gallium_dri.so free 0x5571735f6c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6c70 0.000132
+gallium_dri.so free 0x5571735f6ec0 void 0.000132
+gallium_dri.so free 0x5571735f6c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6e70 0.000132
+gallium_dri.so free 0x5571735f6f40 void 0.000133
+gallium_dri.so free 0x5571735f6e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6f90 0.000132
+gallium_dri.so free 0x5571735f7000 void 0.000133
+gallium_dri.so free 0x5571735f6f90 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7020 0.000132
+gallium_dri.so free 0x5571735f70c0 void 0.000132
+gallium_dri.so free 0x5571735f7020 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7070 0.000132
+gallium_dri.so free 0x5571735f7140 void 0.000130
+gallium_dri.so free 0x5571735f7070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7140 0.000132
+gallium_dri.so free 0x5571735f7200 void 0.000142
+gallium_dri.so free 0x5571735f7140 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7140 0.000132
+gallium_dri.so free 0x5571735f7280 void 0.000133
+gallium_dri.so free 0x5571735f7140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7280 0.000131
+gallium_dri.so free 0x5571735f7340 void 0.000132
+gallium_dri.so free 0x5571735f7280 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7280 0.000131
+gallium_dri.so free 0x5571735f7400 void 0.000131
+gallium_dri.so free 0x5571735f7280 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7280 0.000129
+gallium_dri.so free 0x5571735f74c0 void 0.000131
+gallium_dri.so free 0x5571735f7280 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7470 0.000129
+gallium_dri.so free 0x5571735f7540 void 0.000132
+gallium_dri.so free 0x5571735f7470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7590 0.000132
+gallium_dri.so free 0x5571735f7600 void 0.000132
+gallium_dri.so free 0x5571735f7590 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7640 0.000132
+gallium_dri.so free 0x5571735f76c0 void 0.000156
+gallium_dri.so free 0x5571735f7640 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7640 0.000148
+gallium_dri.so free 0x5571735f7740 void 0.000134
+gallium_dri.so free 0x5571735f7640 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7770 0.000136
+gallium_dri.so free 0x5571735f77c0 void 0.000136
+gallium_dri.so free 0x5571735f7770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7770 0.000131
+gallium_dri.so free 0x5571735f78c0 void 0.000131
+gallium_dri.so free 0x5571735f7770 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7870 0.000133
+gallium_dri.so free 0x5571735f7980 void 0.000133
+gallium_dri.so free 0x5571735f7870 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7930 0.000131
+gallium_dri.so free 0x5571735f79c0 void 0.000130
+gallium_dri.so free 0x5571735f7930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7930 0.000128
+gallium_dri.so free 0x5571735f7a80 void 0.000130
+gallium_dri.so free 0x5571735f7930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7af0 0.000129
+gallium_dri.so free 0x5571735f7b40 void 0.000133
+gallium_dri.so free 0x5571735f7af0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7af0 0.000131
+gallium_dri.so free 0x5571735f7c40 void 0.000129
+gallium_dri.so free 0x5571735f7af0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000148
+gallium_dri.so free 0x5571735f7d00 void 0.000146
+gallium_dri.so free 0x5571735f7bf0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000147
+gallium_dri.so free 0x5571735f7d40 void 0.000147
+gallium_dri.so free 0x5571735f7cb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000143
+gallium_dri.so free 0x5571735f7e00 void 0.000144
+gallium_dri.so free 0x5571735f7cb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f7e40 0.000144
+gallium_dri.so free 0x5571735f7ec0 void 0.000148
+gallium_dri.so free 0x5571735f7e40 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000146
+gallium_dri.so free 0x5571735f7f80 void 0.000147
+gallium_dri.so free 0x5571735f7ec0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f7ec0 0.000146
+gallium_dri.so free 0x5571735f8040 void 0.000147
+gallium_dri.so free 0x5571735f7ec0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f8060 0.000146
+gallium_dri.so free 0x5571735f8100 void 0.000141
+gallium_dri.so free 0x5571735f8060 void 0.000143
+gallium_dri.so malloc 72 0x5571735f80b0 0.000195
+gallium_dri.so free 0x5571735f8180 void 0.000201
+gallium_dri.so free 0x5571735f80b0 void 0.000201
+gallium_dri.so malloc 72 0x5571735f80b0 0.000196
+gallium_dri.so free 0x5571735f8200 void 0.000200
+gallium_dri.so free 0x5571735f80b0 void 0.000198
+gallium_dri.so malloc 72 0x5571735f8200 0.000196
+gallium_dri.so free 0x5571735f82c0 void 0.000185
+gallium_dri.so free 0x5571735f8200 void 0.000288
+gallium_dri.so malloc 72 0x5571735f8200 0.000213
+gallium_dri.so free 0x5571735f8380 void 0.000246
+gallium_dri.so free 0x5571735f8200 void 0.000163
+gallium_dri.so malloc 72 0x5571735f8200 0.000125
+gallium_dri.so free 0x5571735f8440 void 0.000160
+gallium_dri.so free 0x5571735f8200 void 0.000189
+gallium_dri.so malloc 72 0x5571735f83f0 0.000127
+gallium_dri.so free 0x5571735f8500 void 0.000125
+gallium_dri.so free 0x5571735f83f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735f84b0 0.000124
+gallium_dri.so free 0x5571735f8580 void 0.000124
+gallium_dri.so free 0x5571735f84b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f85d0 0.000120
+gallium_dri.so free 0x5571735f8640 void 0.000116
+gallium_dri.so free 0x5571735f85d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8660 0.000119
+gallium_dri.so free 0x5571735f8700 void 0.000115
+gallium_dri.so free 0x5571735f8660 void 0.000119
+gallium_dri.so malloc 72 0x5571735f86b0 0.000120
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so free 0x5571735f86b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f86b0 0.000115
+gallium_dri.so free 0x5571735f8800 void 0.000120
+gallium_dri.so free 0x5571735f86b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8800 0.000119
+gallium_dri.so free 0x5571735f88c0 void 0.000125
+gallium_dri.so free 0x5571735f8800 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8800 0.000114
+gallium_dri.so free 0x5571735f89c0 void 0.000128
+gallium_dri.so free 0x5571735f8800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8970 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000119
+gallium_dri.so free 0x5571735f8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8970 0.000119
+gallium_dri.so free 0x5571735f8ac0 void 0.000120
+gallium_dri.so free 0x5571735f8970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b00 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000120
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b80 0.000115
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8b80 0.000123
+gallium_dri.so free 0x5571735f8cc0 void 0.000124
+gallium_dri.so free 0x5571735f8b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000120
+gallium_dri.so free 0x5571735f8d40 void 0.000146
+gallium_dri.so free 0x5571735f8cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000162
+gallium_dri.so free 0x5571735f8e40 void 0.000125
+gallium_dri.so free 0x5571735f8cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8e80 0.000185
+gallium_dri.so free 0x5571735f8f00 void 0.000269
+gallium_dri.so free 0x5571735f8e80 void 0.000348
+gallium_dri.so malloc 72 0x5571735f8f00 0.000341
+gallium_dri.so free 0x5571735f8fc0 void 0.000305
+gallium_dri.so free 0x5571735f8f00 void 0.000167
+gallium_dri.so malloc 72 0x5571735f8f00 0.000175
+gallium_dri.so free 0x5571735f9040 void 0.000174
+gallium_dri.so free 0x5571735f8f00 void 0.000151
+gallium_dri.so malloc 72 0x5571735f9070 0.000146
+gallium_dri.so free 0x5571735f90c0 void 0.000145
+gallium_dri.so free 0x5571735f9070 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9070 0.000143
+gallium_dri.so free 0x5571735f91c0 void 0.000140
+gallium_dri.so free 0x5571735f9070 void 0.000174
+gallium_dri.so malloc 72 0x5571735f9170 0.000140
+gallium_dri.so free 0x5571735f9280 void 0.000144
+gallium_dri.so free 0x5571735f9170 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9230 0.000142
+gallium_dri.so free 0x5571735f9300 void 0.000141
+gallium_dri.so free 0x5571735f9230 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9230 0.000139
+gallium_dri.so free 0x5571735f93c0 void 0.000135
+gallium_dri.so free 0x5571735f9230 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9230 0.000146
+gallium_dri.so free 0x5571735f9480 void 0.000143
+gallium_dri.so free 0x5571735f9230 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9430 0.000144
+gallium_dri.so free 0x5571735f9500 void 0.000144
+gallium_dri.so free 0x5571735f9430 void 0.000146
+gallium_dri.so malloc 72 0x5571735f9550 0.000143
+gallium_dri.so free 0x5571735f95c0 void 0.000144
+gallium_dri.so free 0x5571735f9550 void 0.000141
+gallium_dri.so malloc 72 0x5571735f95e0 0.000141
+gallium_dri.so free 0x5571735f9680 void 0.000153
+gallium_dri.so free 0x5571735f95e0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f9630 0.000143
+gallium_dri.so free 0x5571735f9700 void 0.000145
+gallium_dri.so free 0x5571735f9630 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9700 0.000139
+gallium_dri.so free 0x5571735f97c0 void 0.000140
+gallium_dri.so free 0x5571735f9700 void 0.000146
+gallium_dri.so malloc 72 0x5571735f9700 0.000144
+gallium_dri.so free 0x5571735f9840 void 0.000181
+gallium_dri.so free 0x5571735f9700 void 0.000202
+gallium_dri.so malloc 72 0x5571735f9840 0.000199
+gallium_dri.so free 0x5571735f9900 void 0.000235
+gallium_dri.so free 0x5571735f9840 void 0.000237
+gallium_dri.so malloc 72 0x5571735f9840 0.000201
+gallium_dri.so free 0x5571735f99c0 void 0.000199
+gallium_dri.so free 0x5571735f9840 void 0.000251
+gallium_dri.so malloc 72 0x5571735f9840 0.000238
+gallium_dri.so free 0x5571735f9a80 void 0.000236
+gallium_dri.so free 0x5571735f9840 void 0.000199
+gallium_dri.so malloc 72 0x5571735f9a30 0.000202
+gallium_dri.so free 0x5571735f9b00 void 0.000144
+gallium_dri.so free 0x5571735f9a30 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9b50 0.000133
+gallium_dri.so free 0x5571735f9bc0 void 0.000141
+gallium_dri.so free 0x5571735f9b50 void 0.000145
+gallium_dri.so malloc 72 0x5571735f9c00 0.000139
+gallium_dri.so free 0x5571735f9c80 void 0.000135
+gallium_dri.so free 0x5571735f9c00 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9c00 0.000143
+gallium_dri.so free 0x5571735f9d00 void 0.000143
+gallium_dri.so free 0x5571735f9c00 void 0.000145
+gallium_dri.so malloc 72 0x5571735f9d30 0.000144
+gallium_dri.so free 0x5571735f9d80 void 0.000146
+gallium_dri.so free 0x5571735f9d30 void 0.000153
+gallium_dri.so malloc 72 0x5571735f9d30 0.000144
+gallium_dri.so free 0x5571735f9e80 void 0.000146
+gallium_dri.so free 0x5571735f9d30 void 0.000145
+gallium_dri.so malloc 72 0x5571735f9e30 0.000144
+gallium_dri.so free 0x5571735f9f40 void 0.000138
+gallium_dri.so free 0x5571735f9e30 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000145
+gallium_dri.so free 0x5571735f9f80 void 0.000144
+gallium_dri.so free 0x5571735f9ef0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000144
+gallium_dri.so free 0x5571735fa040 void 0.000144
+gallium_dri.so free 0x5571735f9ef0 void 0.000146
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000139
+gallium_dri.so free 0x5571735fa100 void 0.000143
+gallium_dri.so free 0x5571735fa0b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fa0b0 0.000141
+gallium_dri.so free 0x5571735fa200 void 0.000140
+gallium_dri.so free 0x5571735fa0b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000143
+gallium_dri.so free 0x5571735fa2c0 void 0.000145
+gallium_dri.so free 0x5571735fa1b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735fa270 0.000199
+gallium_dri.so free 0x5571735fa300 void 0.000147
+gallium_dri.so free 0x5571735fa270 void 0.000146
+gallium_dri.so malloc 72 0x5571735fa270 0.000139
+gallium_dri.so free 0x5571735fa3c0 void 0.000141
+gallium_dri.so free 0x5571735fa270 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa400 0.000137
+gallium_dri.so free 0x5571735fa480 void 0.000135
+gallium_dri.so free 0x5571735fa400 void 0.000140
+gallium_dri.so malloc 72 0x5571735fa480 0.000143
+gallium_dri.so free 0x5571735fa540 void 0.000145
+gallium_dri.so free 0x5571735fa480 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa480 0.000139
+gallium_dri.so free 0x5571735fa600 void 0.000135
+gallium_dri.so free 0x5571735fa480 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa620 0.000149
+gallium_dri.so free 0x5571735fa6c0 void 0.000208
+gallium_dri.so free 0x5571735fa620 void 0.000140
+gallium_dri.so malloc 72 0x5571735fa670 0.000134
+gallium_dri.so free 0x5571735fa740 void 0.000140
+gallium_dri.so free 0x5571735fa670 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa670 0.000143
+gallium_dri.so free 0x5571735fa7c0 void 0.000138
+gallium_dri.so free 0x5571735fa670 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000140
+gallium_dri.so free 0x5571735fa880 void 0.000144
+gallium_dri.so free 0x5571735fa7c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000135
+gallium_dri.so free 0x5571735fa940 void 0.000140
+gallium_dri.so free 0x5571735fa7c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa7c0 0.000143
+gallium_dri.so free 0x5571735faa00 void 0.000145
+gallium_dri.so free 0x5571735fa7c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000144
+gallium_dri.so free 0x5571735faac0 void 0.000145
+gallium_dri.so free 0x5571735fa9b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735faa70 0.000204
+gallium_dri.so free 0x5571735fab40 void 0.000144
+gallium_dri.so free 0x5571735faa70 void 0.000146
+gallium_dri.so malloc 72 0x5571735fab90 0.000139
+gallium_dri.so free 0x5571735fac00 void 0.000141
+gallium_dri.so free 0x5571735fab90 void 0.000143
+gallium_dri.so malloc 72 0x5571735fac20 0.000141
+gallium_dri.so free 0x5571735facc0 void 0.000144
+gallium_dri.so free 0x5571735fac20 void 0.000147
+gallium_dri.so malloc 72 0x5571735fac70 0.000138
+gallium_dri.so free 0x5571735fad40 void 0.000141
+gallium_dri.so free 0x5571735fac70 void 0.000145
+gallium_dri.so malloc 72 0x5571735fac70 0.000144
+gallium_dri.so free 0x5571735fadc0 void 0.000146
+gallium_dri.so free 0x5571735fac70 void 0.000145
+gallium_dri.so malloc 72 0x5571735fadc0 0.000143
+gallium_dri.so free 0x5571735fae80 void 0.000142
+gallium_dri.so free 0x5571735fadc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fadc0 0.000143
+gallium_dri.so free 0x5571735faf80 void 0.000144
+gallium_dri.so free 0x5571735fadc0 void 0.000147
+gallium_dri.so malloc 72 0x5571735faf30 0.000139
+gallium_dri.so free 0x5571735fafc0 void 0.000142
+gallium_dri.so free 0x5571735faf30 void 0.000143
+gallium_dri.so malloc 72 0x5571735faf30 0.000143
+gallium_dri.so free 0x5571735fb080 void 0.000138
+gallium_dri.so free 0x5571735faf30 void 0.000135
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000140
+gallium_dri.so free 0x5571735fb140 void 0.000143
+gallium_dri.so free 0x5571735fb0c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb140 0.000138
+gallium_dri.so free 0x5571735fb200 void 0.000264
+gallium_dri.so free 0x5571735fb140 void 0.000196
+gallium_dri.so malloc 72 0x5571735fb140 0.000212
+gallium_dri.so free 0x5571735fb280 void 0.000170
+gallium_dri.so free 0x5571735fb140 void 0.000169
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000132
+gallium_dri.so free 0x5571735fb300 void 0.000130
+gallium_dri.so free 0x5571735fb2b0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000166
+gallium_dri.so free 0x5571735fb400 void 0.000168
+gallium_dri.so free 0x5571735fb2b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb440 0.000129
+gallium_dri.so free 0x5571735fb4c0 void 0.000132
+gallium_dri.so free 0x5571735fb440 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000131
+gallium_dri.so free 0x5571735fb580 void 0.000129
+gallium_dri.so free 0x5571735fb4c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000168
+gallium_dri.so free 0x5571735fb600 void 0.000131
+gallium_dri.so free 0x5571735fb4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb630 0.000125
+gallium_dri.so free 0x5571735fb680 void 0.000121
+gallium_dri.so free 0x5571735fb630 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb630 0.000125
+gallium_dri.so free 0x5571735fb780 void 0.000131
+gallium_dri.so free 0x5571735fb630 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb730 0.000140
+gallium_dri.so free 0x5571735fb840 void 0.000130
+gallium_dri.so free 0x5571735fb730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000127
+gallium_dri.so free 0x5571735fb8c0 void 0.000122
+gallium_dri.so free 0x5571735fb7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000126
+gallium_dri.so free 0x5571735fb980 void 0.000121
+gallium_dri.so free 0x5571735fb7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000130
+gallium_dri.so free 0x5571735fba40 void 0.000131
+gallium_dri.so free 0x5571735fb7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb9f0 0.000125
+gallium_dri.so free 0x5571735fbac0 void 0.000126
+gallium_dri.so free 0x5571735fb9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbb10 0.000126
+gallium_dri.so free 0x5571735fbb80 void 0.000126
+gallium_dri.so free 0x5571735fbb10 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbba0 0.000121
+gallium_dri.so free 0x5571735fbc40 void 0.000121
+gallium_dri.so free 0x5571735fbba0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000125
+gallium_dri.so free 0x5571735fbcc0 void 0.000182
+gallium_dri.so free 0x5571735fbbf0 void 0.000264
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000279
+gallium_dri.so free 0x5571735fbd80 void 0.000309
+gallium_dri.so free 0x5571735fbcc0 void 0.000328
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000284
+gallium_dri.so free 0x5571735eb380 void 0.000300
+gallium_dri.so free 0x5571735fbcc0 void 0.000346
+gallium_dri.so malloc 72 0x5571735eb380 0.000403
+gallium_dri.so free 0x5571735fbe00 void 0.000401
+gallium_dri.so free 0x5571735eb380 void 0.000331
+gallium_dri.so malloc 72 0x5571735eb380 0.000267
+gallium_dri.so free 0x5571735eb440 void 0.000256
+gallium_dri.so free 0x5571735eb380 void 0.000237
+gallium_dri.so malloc 72 0x5571735eb380 0.000234
+gallium_dri.so free 0x5571735eb500 void 0.000231
+gallium_dri.so free 0x5571735eb380 void 0.000239
+gallium_dri.so malloc 72 0x5571735eb540 0.000303
+gallium_dri.so free 0x5571735eb5c0 void 0.000291
+gallium_dri.so free 0x5571735eb540 void 0.000268
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000291
+gallium_dri.so free 0x5571735eb680 void 0.000290
+gallium_dri.so free 0x5571735eb5c0 void 0.000287
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000297
+gallium_dri.so free 0x5571735eb700 void 0.000290
+gallium_dri.so free 0x5571735eb5c0 void 0.000285
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000291
+gallium_dri.so free 0x5571735eb7c0 void 0.000289
+gallium_dri.so free 0x5571735eb5c0 void 0.000248
+gallium_dri.so malloc 72 0x5571735eb5c0 0.000176
+gallium_dri.so free 0x5571735eb880 void 0.000169
+gallium_dri.so free 0x5571735eb5c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735eb830 0.000136
+gallium_dri.so free 0x5571735eb900 void 0.000137
+gallium_dri.so free 0x5571735eb830 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb950 0.000137
+gallium_dri.so free 0x5571735eb9c0 void 0.000137
+gallium_dri.so free 0x5571735eb950 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb9e0 0.000137
+gallium_dri.so free 0x5571735eba80 void 0.000134
+gallium_dri.so free 0x5571735eb9e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eba30 0.000133
+gallium_dri.so free 0x5571735ebb00 void 0.000136
+gallium_dri.so free 0x5571735eba30 void 0.000132
+gallium_dri.so malloc 72 0x5571735eba30 0.000126
+gallium_dri.so free 0x5571735ebc00 void 0.000134
+gallium_dri.so free 0x5571735eba30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000127
+gallium_dri.so free 0x5571735ebc80 void 0.000125
+gallium_dri.so free 0x5571735ebbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebcd0 0.000140
+gallium_dri.so free 0x5571735ebd40 void 0.000138
+gallium_dri.so free 0x5571735ebcd0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ebd60 0.000210
+gallium_dri.so free 0x5571735ebe00 void 0.000187
+gallium_dri.so free 0x5571735ebd60 void 0.000138
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000135
+gallium_dri.so free 0x5571735ebe80 void 0.000140
+gallium_dri.so free 0x5571735ebdb0 void 0.000189
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000235
+gallium_dri.so free 0x5571735ebf00 void 0.000208
+gallium_dri.so free 0x5571735ebdb0 void 0.000229
+gallium_dri.so malloc 72 0x5571735ebf00 0.000234
+gallium_dri.so free 0x5571735ebfc0 void 0.000211
+gallium_dri.so free 0x5571735ebf00 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebf00 0.000132
+gallium_dri.so free 0x5571735ec0c0 void 0.000126
+gallium_dri.so free 0x5571735ebf00 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebf00 0.000136
+gallium_dri.so free 0x5571735ec140 void 0.000131
+gallium_dri.so free 0x5571735ebf00 void 0.000127
+gallium_dri.so malloc 72 0x5571735ec170 0.000126
+gallium_dri.so free 0x5571735ec1c0 void 0.000127
+gallium_dri.so free 0x5571735ec170 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec170 0.000130
+gallium_dri.so free 0x5571735ec2c0 void 0.000129
+gallium_dri.so free 0x5571735ec170 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec270 0.000132
+gallium_dri.so free 0x5571735ec380 void 0.000136
+gallium_dri.so free 0x5571735ec270 void 0.000148
+gallium_dri.so malloc 72 0x5571735ec330 0.000137
+gallium_dri.so free 0x5571735ec3c0 void 0.000136
+gallium_dri.so free 0x5571735ec330 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec330 0.000136
+gallium_dri.so free 0x5571735ec480 void 0.000136
+gallium_dri.so free 0x5571735ec330 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec4d0 0.000137
+gallium_dri.so free 0x5571735ec540 void 0.000137
+gallium_dri.so free 0x5571735ec4d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec580 0.000162
+gallium_dri.so free 0x5571735ec600 void 0.000132
+gallium_dri.so free 0x5571735ec580 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec600 0.000127
+gallium_dri.so free 0x5571735ec6c0 void 0.000128
+gallium_dri.so free 0x5571735ec600 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec600 0.000137
+gallium_dri.so free 0x5571735ec740 void 0.000137
+gallium_dri.so free 0x5571735ec600 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec770 0.000132
+gallium_dri.so free 0x5571735ec7c0 void 0.000137
+gallium_dri.so free 0x5571735ec770 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec770 0.000133
+gallium_dri.so free 0x5571735ec8c0 void 0.000162
+gallium_dri.so free 0x5571735ec770 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec870 0.000137
+gallium_dri.so free 0x5571735ec980 void 0.000132
+gallium_dri.so free 0x5571735ec870 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec930 0.000160
+gallium_dri.so free 0x5571735eca00 void 0.000157
+gallium_dri.so free 0x5571735ec930 void 0.000139
+gallium_dri.so malloc 72 0x5571735eca20 0.000131
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735eca20 void 0.000137
+gallium_dri.so malloc 72 0x5571735eca70 0.000130
+gallium_dri.so free 0x5571735ecb40 void 0.000124
+gallium_dri.so free 0x5571735eca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735eca70 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000121
+gallium_dri.so free 0x5571735eca70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000119
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecbc0 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000123
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so free 0x5571735ecdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdb0 0.000118
+gallium_dri.so free 0x5571735ecf00 void 0.000120
+gallium_dri.so free 0x5571735ecdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eceb0 0.000118
+gallium_dri.so free 0x5571735ecfc0 void 0.000121
+gallium_dri.so free 0x5571735eceb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecf70 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf70 0.000118
+gallium_dri.so free 0x5571735ed0c0 void 0.000120
+gallium_dri.so free 0x5571735ecf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed100 0.000119
+gallium_dri.so free 0x5571735ed180 void 0.000120
+gallium_dri.so free 0x5571735ed100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed180 0.000120
+gallium_dri.so free 0x5571735ed240 void 0.000120
+gallium_dri.so free 0x5571735ed180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed180 0.000120
+gallium_dri.so free 0x5571735ed300 void 0.000121
+gallium_dri.so free 0x5571735ed180 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed320 0.000131
+gallium_dri.so free 0x5571735ed3c0 void 0.000120
+gallium_dri.so free 0x5571735ed320 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed370 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000122
+gallium_dri.so free 0x5571735ed370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed370 0.000119
+gallium_dri.so free 0x5571735ed4c0 void 0.000120
+gallium_dri.so free 0x5571735ed370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000121
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000118
+gallium_dri.so free 0x5571735ed640 void 0.000122
+gallium_dri.so free 0x5571735ed4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000121
+gallium_dri.so free 0x5571735ed4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000120
+gallium_dri.so free 0x5571735ed7c0 void 0.000121
+gallium_dri.so free 0x5571735ed6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed770 0.000119
+gallium_dri.so free 0x5571735ed840 void 0.000121
+gallium_dri.so free 0x5571735ed770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed890 0.000119
+gallium_dri.so free 0x5571735ed900 void 0.000124
+gallium_dri.so free 0x5571735ed890 void 0.000159
+gallium_dri.so malloc 72 0x5571735ed920 0.000154
+gallium_dri.so free 0x5571735ed9c0 void 0.000138
+gallium_dri.so free 0x5571735ed920 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed970 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so free 0x5571735ed970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed970 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735ed970 void 0.000113
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000114
+gallium_dri.so free 0x5571735edac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edac0 0.000114
+gallium_dri.so free 0x5571735edc80 void 0.000115
+gallium_dri.so free 0x5571735edac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edc30 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735eddc0 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede40 0.000115
+gallium_dri.so free 0x5571735edf00 void 0.000149
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede40 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so malloc 72 0x5571735edfb0 0.000114
+gallium_dri.so free 0x5571735ee000 void 0.000116
+gallium_dri.so free 0x5571735edfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edfb0 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735edfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee140 0.000114
+gallium_dri.so free 0x5571735ee1c0 void 0.000115
+gallium_dri.so free 0x5571735ee140 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1c0 0.000115
+gallium_dri.so free 0x5571735ee280 void 0.000115
+gallium_dri.so free 0x5571735ee1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1c0 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000115
+gallium_dri.so free 0x5571735ee1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee330 0.000113
+gallium_dri.so free 0x5571735ee380 void 0.000116
+gallium_dri.so free 0x5571735ee330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee330 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000115
+gallium_dri.so free 0x5571735ee330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee430 0.000115
+gallium_dri.so free 0x5571735ee540 void 0.000114
+gallium_dri.so free 0x5571735ee430 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000112
+gallium_dri.so free 0x5571735ee680 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000113
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so free 0x5571735ee4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000112
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee810 0.000119
+gallium_dri.so free 0x5571735ee880 void 0.000115
+gallium_dri.so free 0x5571735ee810 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8a0 0.000114
+gallium_dri.so free 0x5571735ee940 void 0.000115
+gallium_dri.so free 0x5571735ee8a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000118
+gallium_dri.so free 0x5571735ee9c0 void 0.000116
+gallium_dri.so free 0x5571735ee8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000113
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735ee9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000112
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so free 0x5571735ee9c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eeb00 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000112
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeb00 0.000112
+gallium_dri.so free 0x5571735eed40 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecf0 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000113
+gallium_dri.so free 0x5571735eecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eee10 0.000115
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eee10 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeec0 0.000112
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eeec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeec0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeff0 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so free 0x5571735eeff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeff0 0.000113
+gallium_dri.so free 0x5571735ef140 void 0.000114
+gallium_dri.so free 0x5571735eeff0 void 0.000168
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000118
+gallium_dri.so free 0x5571735ef200 void 0.000116
+gallium_dri.so free 0x5571735ef0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000115
+gallium_dri.so free 0x5571735ef1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000113
+gallium_dri.so free 0x5571735ef300 void 0.000115
+gallium_dri.so free 0x5571735ef1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef370 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so free 0x5571735ef370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef370 0.000113
+gallium_dri.so free 0x5571735ef4c0 void 0.000115
+gallium_dri.so free 0x5571735ef370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef470 0.000112
+gallium_dri.so free 0x5571735ef580 void 0.000114
+gallium_dri.so free 0x5571735ef470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef530 0.000113
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef530 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef6c0 0.000113
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef740 0.000117
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so free 0x5571735ef740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef740 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8e0 0.000114
+gallium_dri.so free 0x5571735ef980 void 0.000115
+gallium_dri.so free 0x5571735ef8e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef930 0.000118
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef930 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc70 0.000115
+gallium_dri.so free 0x5571735efd80 void 0.000115
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd30 0.000162
+gallium_dri.so free 0x5571735efe00 void 0.000115
+gallium_dri.so free 0x5571735efd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe50 0.000113
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efe50 void 0.000113
+gallium_dri.so malloc 72 0x5571735efee0 0.000113
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so free 0x5571735efee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff30 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735eff30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eff30 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so free 0x5571735eff30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0080 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0080 0.000114
+gallium_dri.so free 0x5571735f0240 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01f0 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01f0 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0380 0.000128
+gallium_dri.so free 0x5571735f0400 void 0.000116
+gallium_dri.so free 0x5571735f0380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0400 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0400 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0570 0.000112
+gallium_dri.so free 0x5571735f05c0 void 0.000114
+gallium_dri.so free 0x5571735f0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0570 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f0570 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0700 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so free 0x5571735f0700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0780 0.000113
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0780 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f08f0 0.000112
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so free 0x5571735f08f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f08f0 0.000126
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so free 0x5571735f08f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09f0 0.000115
+gallium_dri.so free 0x5571735f0b00 void 0.000115
+gallium_dri.so free 0x5571735f09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so free 0x5571735f0ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000113
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0dd0 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0dd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e60 0.000112
+gallium_dri.so free 0x5571735f0f00 void 0.000114
+gallium_dri.so free 0x5571735f0e60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f80 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000124
+gallium_dri.so free 0x5571735f0f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f80 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10c0 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10c0 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10c0 0.000112
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f10c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f12b0 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13d0 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f13d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1480 0.000114
+gallium_dri.so free 0x5571735f1500 void 0.000115
+gallium_dri.so free 0x5571735f1480 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1480 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000116
+gallium_dri.so free 0x5571735f1480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15b0 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000175
+gallium_dri.so free 0x5571735f15b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f15b0 0.000115
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16b0 0.000114
+gallium_dri.so free 0x5571735f17c0 void 0.000114
+gallium_dri.so free 0x5571735f16b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1770 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1770 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000116
+gallium_dri.so free 0x5571735f1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1930 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1930 0.000114
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f1930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a30 0.000111
+gallium_dri.so free 0x5571735f1b40 void 0.000114
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1af0 0.000112
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1af0 0.000111
+gallium_dri.so free 0x5571735f1c40 void 0.000182
+gallium_dri.so free 0x5571735f1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c80 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so free 0x5571735f1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d00 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000114
+gallium_dri.so free 0x5571735f1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d00 0.000115
+gallium_dri.so free 0x5571735f1e80 void 0.000115
+gallium_dri.so free 0x5571735f1d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ea0 0.000112
+gallium_dri.so free 0x5571735f1f40 void 0.000114
+gallium_dri.so free 0x5571735f1ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000113
+gallium_dri.so free 0x5571735f1fc0 void 0.000116
+gallium_dri.so free 0x5571735f1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2040 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2040 0.000112
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2040 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000125
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000113
+gallium_dri.so free 0x5571735f2340 void 0.000114
+gallium_dri.so free 0x5571735f2230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22f0 0.000114
+gallium_dri.so free 0x5571735f23c0 void 0.000113
+gallium_dri.so free 0x5571735f22f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2410 0.000112
+gallium_dri.so free 0x5571735f2480 void 0.000114
+gallium_dri.so free 0x5571735f2410 void 0.000112
+gallium_dri.so malloc 72 0x5571735f24a0 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so free 0x5571735f24a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f24f0 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000117
+gallium_dri.so free 0x5571735f24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f24f0 0.000112
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so free 0x5571735f24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2640 0.000245
+gallium_dri.so free 0x5571735f2700 void 0.000239
+gallium_dri.so free 0x5571735f2640 void 0.000155
+gallium_dri.so malloc 72 0x5571735f2640 0.000114
+gallium_dri.so free 0x5571735f2800 void 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27b0 0.000125
+gallium_dri.so free 0x5571735f2840 void 0.000115
+gallium_dri.so free 0x5571735f27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27b0 0.000113
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x5571735f27b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe00 0.000113
+gallium_dri.so free 0x55717361fe80 void 0.000116
+gallium_dri.so free 0x55717361fe00 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe80 0.000115
+gallium_dri.so free 0x55717361ff40 void 0.000114
+gallium_dri.so free 0x55717361fe80 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe80 0.000114
+gallium_dri.so free 0x55717361ffc0 void 0.000115
+gallium_dri.so free 0x55717361fe80 void 0.000113
+gallium_dri.so malloc 72 0x55717361fff0 0.000113
+gallium_dri.so free 0x557173620040 void 0.000114
+gallium_dri.so free 0x55717361fff0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fff0 0.000114
+gallium_dri.so free 0x557173620140 void 0.000113
+gallium_dri.so free 0x55717361fff0 void 0.000112
+gallium_dri.so malloc 72 0x557173620180 0.000113
+gallium_dri.so free 0x557173620200 void 0.000117
+gallium_dri.so free 0x557173620180 void 0.000114
+gallium_dri.so malloc 72 0x557173620200 0.000114
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620200 void 0.000113
+gallium_dri.so malloc 72 0x557173620200 0.000183
+gallium_dri.so free 0x557173620340 void 0.000114
+gallium_dri.so free 0x557173620200 void 0.000119
+gallium_dri.so malloc 72 0x557173620370 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so free 0x557173620370 void 0.000114
+gallium_dri.so malloc 72 0x557173620370 0.000115
+gallium_dri.so free 0x5571736204c0 void 0.000115
+gallium_dri.so free 0x557173620370 void 0.000114
+gallium_dri.so malloc 72 0x557173620470 0.000114
+gallium_dri.so free 0x557173620580 void 0.000116
+gallium_dri.so free 0x557173620470 void 0.000115
+gallium_dri.so malloc 72 0x557173620530 0.000115
+gallium_dri.so free 0x557173620600 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000114
+gallium_dri.so malloc 72 0x557173620530 0.000114
+gallium_dri.so free 0x5571736206c0 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000114
+gallium_dri.so malloc 72 0x557173620530 0.000114
+gallium_dri.so free 0x557173620780 void 0.000114
+gallium_dri.so free 0x557173620530 void 0.000115
+gallium_dri.so malloc 72 0x557173620730 0.000114
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620730 void 0.000114
+gallium_dri.so malloc 72 0x557173620850 0.000114
+gallium_dri.so free 0x5571736208c0 void 0.000116
+gallium_dri.so free 0x557173620850 void 0.000115
+gallium_dri.so malloc 72 0x5571736208e0 0.000130
+gallium_dri.so free 0x557173620980 void 0.000115
+gallium_dri.so free 0x5571736208e0 void 0.000113
+gallium_dri.so malloc 72 0x557173620930 0.000112
+gallium_dri.so free 0x557173620a00 void 0.000112
+gallium_dri.so free 0x557173620930 void 0.000112
+gallium_dri.so malloc 72 0x557173620a00 0.000112
+gallium_dri.so free 0x557173620ac0 void 0.000112
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so malloc 72 0x557173620a00 0.000112
+gallium_dri.so free 0x557173620b40 void 0.000113
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so malloc 72 0x557173620b40 0.000112
+gallium_dri.so free 0x557173620c00 void 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000112
+gallium_dri.so malloc 72 0x557173620b40 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000114
+gallium_dri.so free 0x557173620b40 void 0.000118
+gallium_dri.so malloc 72 0x557173620b40 0.000118
+gallium_dri.so free 0x557173620d80 void 0.000115
+gallium_dri.so free 0x557173620b40 void 0.000112
+gallium_dri.so malloc 72 0x557173620d30 0.000113
+gallium_dri.so free 0x557173620e00 void 0.000118
+gallium_dri.so free 0x557173620d30 void 0.000113
+gallium_dri.so malloc 72 0x557173620e50 0.000114
+gallium_dri.so free 0x557173620ec0 void 0.000113
+gallium_dri.so free 0x557173620e50 void 0.000112
+gallium_dri.so malloc 72 0x557173620f00 0.000129
+gallium_dri.so free 0x557173620f80 void 0.000117
+gallium_dri.so free 0x557173620f00 void 0.000116
+gallium_dri.so malloc 72 0x557173620f00 0.000114
+gallium_dri.so free 0x557173590b40 void 0.000118
+gallium_dri.so free 0x557173620f00 void 0.000115
+gallium_dri.so malloc 72 0x557173590b70 0.000115
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x557173590b70 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x5571734673c0 0.000114
+gallium_dri.so free 0x557173463600 void 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734673c0 0.000117
+gallium_dri.so free 0x557173467480 void 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734674b0 0.000116
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so free 0x5571734674b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734674b0 0.000115
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x5571734674b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000159
+gallium_dri.so malloc 72 0x55717360bdd0 0.000116
+gallium_dri.so free 0x55717360bb40 void 0.000115
+gallium_dri.so free 0x55717360bdd0 void 0.000114
+gallium_dri.so malloc 72 0x55717360baf0 0.000114
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x55717360baf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000115
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x557173589900 void 0.000120
+gallium_dri.so free 0x557173589840 void 0.000119
+gallium_dri.so malloc 72 0x557173589840 0.000115
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000115
+gallium_dri.so free 0x557173463270 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000116
+gallium_dri.so free 0x557173463270 void 0.000123
+gallium_dri.so malloc 72 0x557173463370 0.000112
+gallium_dri.so free 0x557173463480 void 0.000116
+gallium_dri.so free 0x557173463370 void 0.000113
+gallium_dri.so malloc 72 0x557173463430 0.000114
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so free 0x557173463430 void 0.000112
+gallium_dri.so malloc 72 0x557173463430 0.000113
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x557173463430 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601400 void 0.000112
+gallium_dri.so free 0x557173601340 void 0.000117
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000113
+gallium_dri.so free 0x557173601540 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000112
+gallium_dri.so malloc 72 0x557173601480 0.000112
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000112
+gallium_dri.so malloc 72 0x557173601480 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x557173601480 void 0.000112
+gallium_dri.so malloc 72 0x557173601480 0.000112
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000127
+gallium_dri.so free 0x5571735d2700 void 0.000116
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27b0 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so free 0x5571735d27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d27b0 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2940 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so malloc 72 0x55717358e200 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000115
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000115
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so malloc 72 0x55717358e370 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000115
+gallium_dri.so free 0x55717358e370 void 0.000114
+gallium_dri.so malloc 72 0x55717358e370 0.000116
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so free 0x55717358e370 void 0.000115
+gallium_dri.so malloc 72 0x55717358e500 0.000169
+gallium_dri.so free 0x557173608480 void 0.000126
+gallium_dri.so free 0x55717358e500 void 0.000123
+gallium_dri.so malloc 72 0x557173608480 0.000119
+gallium_dri.so free 0x557173608540 void 0.000120
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x557173608480 0.000115
+gallium_dri.so free 0x5571736085c0 void 0.000116
+gallium_dri.so free 0x557173608480 void 0.000114
+gallium_dri.so malloc 72 0x5571736085f0 0.000113
+gallium_dri.so free 0x55717358e580 void 0.000116
+gallium_dri.so free 0x5571736085f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736085f0 0.000114
+gallium_dri.so free 0x557173608640 void 0.000116
+gallium_dri.so free 0x5571736085f0 void 0.000114
+gallium_dri.so malloc 72 0x557173608640 0.000114
+gallium_dri.so free 0x557173608700 void 0.000114
+gallium_dri.so free 0x557173608640 void 0.000114
+gallium_dri.so malloc 72 0x557173608640 0.000114
+gallium_dri.so free 0x557173608800 void 0.000115
+gallium_dri.so free 0x557173608640 void 0.000115
+gallium_dri.so malloc 72 0x557173608640 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so malloc 72 0x557173608640 0.000113
+gallium_dri.so free 0x5571735d00c0 void 0.000115
+gallium_dri.so free 0x557173608640 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0070 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000113
+gallium_dri.so free 0x5571735d0070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0190 0.000112
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x5571735d0190 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0220 0.000112
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d0220 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0270 0.000114
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so free 0x5571735d0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0340 0.000112
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0340 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so free 0x5571735d0340 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462980 void 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000112
+gallium_dri.so free 0x557173462a40 void 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000112
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000115
+gallium_dri.so malloc 72 0x557173462ab0 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so free 0x557173462ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so free 0x557173462bd0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bd0 0.000113
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so free 0x557173462bd0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bd0 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000115
+gallium_dri.so free 0x557173462bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000112
+gallium_dri.so free 0x557173465000 void 0.000180
+gallium_dri.so free 0x557173462bd0 void 0.000181
+gallium_dri.so malloc 72 0x557173464fb0 0.000153
+gallium_dri.so free 0x557173465080 void 0.000156
+gallium_dri.so free 0x557173464fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571734650d0 0.000122
+gallium_dri.so free 0x557173465140 void 0.000122
+gallium_dri.so free 0x5571734650d0 void 0.000123
+gallium_dri.so malloc 72 0x557173465160 0.000118
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x557173465160 void 0.000121
+gallium_dri.so malloc 72 0x557173465160 0.000111
+gallium_dri.so free 0x557173469440 void 0.000112
+gallium_dri.so free 0x557173465160 void 0.000110
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x5571734693f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x557173469540 void 0.000111
+gallium_dri.so free 0x5571734693f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734694f0 0.000110
+gallium_dri.so free 0x557173469600 void 0.000110
+gallium_dri.so free 0x5571734694f0 void 0.000260
+gallium_dri.so malloc 72 0x5571734695b0 0.000256
+gallium_dri.so free 0x557173469640 void 0.000134
+gallium_dri.so free 0x5571734695b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734695b0 0.000124
+gallium_dri.so free 0x557173469700 void 0.000116
+gallium_dri.so free 0x5571734695b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734695b0 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000116
+gallium_dri.so free 0x5571734695b0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ed0 0.000116
+gallium_dri.so free 0x557173609f40 void 0.000114
+gallium_dri.so free 0x557173609ed0 void 0.000119
+gallium_dri.so malloc 72 0x557173609fa0 0.000133
+gallium_dri.so free 0x55717360a040 void 0.000121
+gallium_dri.so free 0x557173609fa0 void 0.000121
+gallium_dri.so malloc 72 0x557173609ff0 0.000121
+gallium_dri.so free 0x55717360a080 void 0.000120
+gallium_dri.so free 0x557173609ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173609ff0 0.000120
+gallium_dri.so free 0x55717360a140 void 0.000121
+gallium_dri.so free 0x557173609ff0 void 0.000120
+gallium_dri.so malloc 72 0x55717360a180 0.000120
+gallium_dri.so free 0x55717360a200 void 0.000120
+gallium_dri.so free 0x55717360a180 void 0.000119
+gallium_dri.so malloc 72 0x55717360a200 0.000121
+gallium_dri.so free 0x5571736068c0 void 0.000121
+gallium_dri.so free 0x55717360a200 void 0.000120
+gallium_dri.so malloc 72 0x5571736068e0 0.000120
+gallium_dri.so free 0x557173606980 void 0.000120
+gallium_dri.so free 0x5571736068e0 void 0.000119
+gallium_dri.so malloc 72 0x557173606930 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000241
+gallium_dri.so free 0x557173606930 void 0.000213
+gallium_dri.so malloc 72 0x557173606a00 0.000122
+gallium_dri.so free 0x557173606ac0 void 0.000115
+gallium_dri.so free 0x557173606a00 void 0.000115
+gallium_dri.so malloc 72 0x557173606a00 0.000172
+gallium_dri.so free 0x557173606b40 void 0.000117
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so malloc 72 0x557173606b40 0.000116
+gallium_dri.so free 0x557173606c00 void 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so malloc 72 0x557173606b40 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so free 0x557173606b40 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000113
+gallium_dri.so free 0x55717358a100 void 0.000116
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a1b0 0.000114
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so free 0x55717358a1b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a270 0.000114
+gallium_dri.so free 0x55717358a340 void 0.000117
+gallium_dri.so free 0x55717358a270 void 0.000114
+gallium_dri.so malloc 72 0x55717358a360 0.000114
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so free 0x55717358a360 void 0.000113
+gallium_dri.so malloc 72 0x55717358a3b0 0.000114
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x55717358a3b0 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000123
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604340 void 0.000111
+gallium_dri.so malloc 72 0x5571736043c0 0.000112
+gallium_dri.so free 0x557173604480 void 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736043c0 0.000114
+gallium_dri.so free 0x557173604500 void 0.000124
+gallium_dri.so free 0x5571736043c0 void 0.000128
+gallium_dri.so malloc 72 0x557173604530 0.000127
+gallium_dri.so free 0x557173604580 void 0.000127
+gallium_dri.so free 0x557173604530 void 0.000125
+gallium_dri.so malloc 72 0x557173604530 0.000128
+gallium_dri.so free 0x557173604680 void 0.000130
+gallium_dri.so free 0x557173604530 void 0.000131
+gallium_dri.so malloc 72 0x5571736046c0 0.000149
+gallium_dri.so free 0x5571735911c0 void 0.000135
+gallium_dri.so free 0x5571736046c0 void 0.000127
+gallium_dri.so malloc 72 0x557173591210 0.000121
+gallium_dri.so free 0x557173591280 void 0.000121
+gallium_dri.so free 0x557173591210 void 0.000121
+gallium_dri.so malloc 72 0x5571735912a0 0.000150
+gallium_dri.so free 0x557173591340 void 0.000122
+gallium_dri.so free 0x5571735912a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735912f0 0.000122
+gallium_dri.so free 0x5571735913c0 void 0.000134
+gallium_dri.so free 0x5571735912f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735912f0 0.000123
+gallium_dri.so free 0x557173591440 void 0.000125
+gallium_dri.so free 0x5571735912f0 void 0.000123
+gallium_dri.so malloc 72 0x557173591440 0.000123
+gallium_dri.so free 0x557173591500 void 0.000122
+gallium_dri.so free 0x557173591440 void 0.000123
+gallium_dri.so malloc 72 0x557173591440 0.000123
+gallium_dri.so free 0x557173608e80 void 0.000122
+gallium_dri.so free 0x557173591440 void 0.000123
+gallium_dri.so malloc 72 0x557173608ea0 0.000123
+gallium_dri.so free 0x557173608f40 void 0.000122
+gallium_dri.so free 0x557173608ea0 void 0.000123
+gallium_dri.so malloc 72 0x557173608ef0 0.000180
+gallium_dri.so free 0x557173608fc0 void 0.000123
+gallium_dri.so free 0x557173608ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173608ef0 0.000121
+gallium_dri.so free 0x557173609040 void 0.000122
+gallium_dri.so free 0x557173608ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173609040 0.000121
+gallium_dri.so free 0x557173609100 void 0.000123
+gallium_dri.so free 0x557173609040 void 0.000123
+gallium_dri.so malloc 72 0x557173609040 0.000122
+gallium_dri.so free 0x5571736091c0 void 0.000164
+gallium_dri.so free 0x557173609040 void 0.000195
+gallium_dri.so malloc 72 0x557173609040 0.000222
+gallium_dri.so free 0x557173467dc0 void 0.000228
+gallium_dri.so free 0x557173609040 void 0.000219
+gallium_dri.so malloc 72 0x557173467e10 0.000178
+gallium_dri.so free 0x557173467e80 void 0.000128
+gallium_dri.so free 0x557173467e10 void 0.000128
+gallium_dri.so malloc 72 0x557173467ec0 0.000126
+gallium_dri.so free 0x557173467f40 void 0.000125
+gallium_dri.so free 0x557173467ec0 void 0.000123
+gallium_dri.so malloc 72 0x557173467f40 0.000126
+gallium_dri.so free 0x557173468000 void 0.000125
+gallium_dri.so free 0x557173467f40 void 0.000126
+gallium_dri.so malloc 72 0x557173467f40 0.000127
+gallium_dri.so free 0x557173609280 void 0.000125
+gallium_dri.so free 0x557173467f40 void 0.000127
+gallium_dri.so malloc 72 0x557173609230 0.000126
+gallium_dri.so free 0x557173468080 void 0.000126
+gallium_dri.so free 0x557173609230 void 0.000124
+gallium_dri.so malloc 72 0x5571734680c0 0.000127
+gallium_dri.so free 0x557173468140 void 0.000125
+gallium_dri.so free 0x5571734680c0 void 0.000147
+gallium_dri.so malloc 72 0x557173468140 0.000138
+gallium_dri.so free 0x5571735d2fc0 void 0.000139
+gallium_dri.so free 0x557173468140 void 0.000141
+gallium_dri.so malloc 72 0x5571735d3000 0.000144
+gallium_dri.so free 0x5571735d3080 void 0.000143
+gallium_dri.so free 0x5571735d3000 void 0.000141
+gallium_dri.so malloc 72 0x5571735d3000 0.000180
+gallium_dri.so free 0x5571735d3100 void 0.000218
+gallium_dri.so free 0x5571735d3000 void 0.000219
+gallium_dri.so malloc 72 0x5571735d3130 0.000160
+gallium_dri.so free 0x5571735d3180 void 0.000123
+gallium_dri.so free 0x5571735d3130 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3130 0.000124
+gallium_dri.so free 0x5571735d3280 void 0.000124
+gallium_dri.so free 0x5571735d3130 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3230 0.000125
+gallium_dri.so free 0x5571735d3340 void 0.000126
+gallium_dri.so free 0x5571735d3230 void 0.000125
+gallium_dri.so malloc 72 0x5571735d32f0 0.000129
+gallium_dri.so free 0x5571735d5580 void 0.000120
+gallium_dri.so free 0x5571735d32f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d55b0 0.000188
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so free 0x5571735d55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55b0 0.000120
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5740 0.000116
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so free 0x5571735d5740 void 0.000117
+gallium_dri.so malloc 72 0x5571735d57c0 0.000116
+gallium_dri.so free 0x5571735d3380 void 0.000117
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d57c0 0.000116
+gallium_dri.so free 0x5571735d5880 void 0.000117
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d57c0 0.000116
+gallium_dri.so free 0x5571735d5940 void 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d58f0 0.000121
+gallium_dri.so free 0x5571735d0a00 void 0.000137
+gallium_dri.so free 0x5571735d58f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0a50 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000132
+gallium_dri.so free 0x5571735d0a50 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0b20 0.000129
+gallium_dri.so free 0x5571735d0bc0 void 0.000133
+gallium_dri.so free 0x5571735d0b20 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0b70 0.000129
+gallium_dri.so free 0x5571735d0c00 void 0.000129
+gallium_dri.so free 0x5571735d0b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0b70 0.000129
+gallium_dri.so free 0x5571735d0cc0 void 0.000131
+gallium_dri.so free 0x5571735d0b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0d00 0.000129
+gallium_dri.so free 0x5571735d0d80 void 0.000129
+gallium_dri.so free 0x5571735d0d00 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0d80 0.000129
+gallium_dri.so free 0x55717358c640 void 0.000131
+gallium_dri.so free 0x5571735d0d80 void 0.000129
+gallium_dri.so malloc 72 0x55717358c660 0.000129
+gallium_dri.so free 0x55717358c700 void 0.000129
+gallium_dri.so free 0x55717358c660 void 0.000130
+gallium_dri.so malloc 72 0x55717358c6b0 0.000129
+gallium_dri.so free 0x55717358c780 void 0.000129
+gallium_dri.so free 0x55717358c6b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c780 0.000130
+gallium_dri.so free 0x55717358c840 void 0.000129
+gallium_dri.so free 0x55717358c780 void 0.000130
+gallium_dri.so malloc 72 0x55717358c780 0.000138
+gallium_dri.so free 0x55717358c8c0 void 0.000131
+gallium_dri.so free 0x55717358c780 void 0.000129
+gallium_dri.so malloc 72 0x55717358c8c0 0.000130
+gallium_dri.so free 0x55717358c980 void 0.000128
+gallium_dri.so free 0x55717358c8c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c8c0 0.000130
+gallium_dri.so free 0x557173601d40 void 0.000128
+gallium_dri.so free 0x55717358c8c0 void 0.000130
+gallium_dri.so malloc 72 0x557173601d70 0.000131
+gallium_dri.so free 0x557173601dc0 void 0.000129
+gallium_dri.so free 0x557173601d70 void 0.000129
+gallium_dri.so malloc 72 0x557173601d70 0.000129
+gallium_dri.so free 0x557173601ec0 void 0.000174
+gallium_dri.so free 0x557173601d70 void 0.000132
+gallium_dri.so malloc 72 0x557173601e70 0.000129
+gallium_dri.so free 0x557173601f80 void 0.000131
+gallium_dri.so free 0x557173601e70 void 0.000130
+gallium_dri.so malloc 72 0x557173601f30 0.000130
+gallium_dri.so free 0x557173602000 void 0.000132
+gallium_dri.so free 0x557173601f30 void 0.000130
+gallium_dri.so malloc 72 0x557173602020 0.000129
+gallium_dri.so free 0x5571736020c0 void 0.000130
+gallium_dri.so free 0x557173602020 void 0.000137
+gallium_dri.so malloc 72 0x557173602070 0.000132
+gallium_dri.so free 0x55717358ec00 void 0.000132
+gallium_dri.so free 0x557173602070 void 0.000131
+gallium_dri.so malloc 72 0x55717358ec40 0.000133
+gallium_dri.so free 0x55717358ecc0 void 0.000132
+gallium_dri.so free 0x55717358ec40 void 0.000132
+gallium_dri.so malloc 72 0x55717358ecc0 0.000132
+gallium_dri.so free 0x55717358ed80 void 0.000133
+gallium_dri.so free 0x55717358ecc0 void 0.000132
+gallium_dri.so malloc 72 0x55717358ecc0 0.000131
+gallium_dri.so free 0x55717358ee00 void 0.000132
+gallium_dri.so free 0x55717358ecc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ee30 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000132
+gallium_dri.so free 0x55717358ee30 void 0.000132
+gallium_dri.so malloc 72 0x55717358ee30 0.000131
+gallium_dri.so free 0x55717358ef80 void 0.000131
+gallium_dri.so free 0x55717358ee30 void 0.000131
+gallium_dri.so malloc 72 0x55717358efc0 0.000133
+gallium_dri.so free 0x557173465800 void 0.000133
+gallium_dri.so free 0x55717358efc0 void 0.000132
+gallium_dri.so malloc 72 0x557173465850 0.000141
+gallium_dri.so free 0x5571734658c0 void 0.000132
+gallium_dri.so free 0x557173465850 void 0.000131
+gallium_dri.so malloc 72 0x5571734658e0 0.000131
+gallium_dri.so free 0x557173465980 void 0.000133
+gallium_dri.so free 0x5571734658e0 void 0.000133
+gallium_dri.so malloc 72 0x557173465930 0.000132
+gallium_dri.so free 0x557173465a00 void 0.000131
+gallium_dri.so free 0x557173465930 void 0.000131
+gallium_dri.so malloc 72 0x557173465930 0.000130
+gallium_dri.so free 0x557173465a80 void 0.000134
+gallium_dri.so free 0x557173465930 void 0.000133
+gallium_dri.so malloc 72 0x557173465a80 0.000131
+gallium_dri.so free 0x557173465b40 void 0.000131
+gallium_dri.so free 0x557173465a80 void 0.000131
+gallium_dri.so malloc 72 0x557173465a80 0.000133
+gallium_dri.so free 0x557173609580 void 0.000132
+gallium_dri.so free 0x557173465a80 void 0.000132
+gallium_dri.so malloc 72 0x557173609530 0.000133
+gallium_dri.so free 0x5571736095c0 void 0.000131
+gallium_dri.so free 0x557173609530 void 0.000131
+gallium_dri.so malloc 72 0x557173609530 0.000131
+gallium_dri.so free 0x557173609680 void 0.000134
+gallium_dri.so free 0x557173609530 void 0.000144
+gallium_dri.so malloc 72 0x5571736096c0 0.000132
+gallium_dri.so free 0x557173609740 void 0.000183
+gallium_dri.so free 0x5571736096c0 void 0.000133
+gallium_dri.so malloc 72 0x557173609740 0.000132
+gallium_dri.so free 0x557173609800 void 0.000131
+gallium_dri.so free 0x557173609740 void 0.000133
+gallium_dri.so malloc 72 0x557173609740 0.000132
+gallium_dri.so free 0x557173609880 void 0.000131
+gallium_dri.so free 0x557173609740 void 0.000132
+gallium_dri.so malloc 72 0x5571736098b0 0.000131
+gallium_dri.so free 0x557173609900 void 0.000131
+gallium_dri.so free 0x5571736098b0 void 0.000131
+gallium_dri.so malloc 72 0x557173609900 0.000132
+gallium_dri.so free 0x557173464800 void 0.000132
+gallium_dri.so free 0x557173609900 void 0.000131
+gallium_dri.so malloc 72 0x557173609900 0.000133
+gallium_dri.so free 0x557173464880 void 0.000132
+gallium_dri.so free 0x557173609900 void 0.000133
+gallium_dri.so malloc 72 0x557173464880 0.000130
+gallium_dri.so free 0x557173464940 void 0.000130
+gallium_dri.so free 0x557173464880 void 0.000131
+gallium_dri.so malloc 72 0x557173464880 0.000132
+gallium_dri.so free 0x557173464a00 void 0.000135
+gallium_dri.so free 0x557173464880 void 0.000133
+gallium_dri.so malloc 72 0x557173464880 0.000132
+gallium_dri.so free 0x557173464ac0 void 0.000131
+gallium_dri.so free 0x557173464880 void 0.000131
+gallium_dri.so malloc 72 0x557173464a70 0.000131
+gallium_dri.so free 0x557173464b40 void 0.000135
+gallium_dri.so free 0x557173464a70 void 0.000132
+gallium_dri.so malloc 72 0x557173464b90 0.000132
+gallium_dri.so free 0x557173464c00 void 0.000132
+gallium_dri.so free 0x557173464b90 void 0.000133
+gallium_dri.so malloc 72 0x557173464c40 0.000131
+gallium_dri.so free 0x5571735d1fc0 void 0.000130
+gallium_dri.so free 0x557173464c40 void 0.000133
+gallium_dri.so malloc 72 0x557173464c40 0.000132
+gallium_dri.so free 0x5571735d2040 void 0.000132
+gallium_dri.so free 0x557173464c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2070 0.000130
+gallium_dri.so free 0x5571735d20c0 void 0.000131
+gallium_dri.so free 0x5571735d2070 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2070 0.000131
+gallium_dri.so free 0x5571735d21c0 void 0.000132
+gallium_dri.so free 0x5571735d2070 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2170 0.000135
+gallium_dri.so free 0x5571735d2280 void 0.000133
+gallium_dri.so free 0x5571735d2170 void 0.000132
+gallium_dri.so malloc 72 0x5571735d2230 0.000133
+gallium_dri.so free 0x5571735d22c0 void 0.000133
+gallium_dri.so free 0x5571735d2230 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2230 0.000133
+gallium_dri.so free 0x5571735d2380 void 0.000131
+gallium_dri.so free 0x5571735d2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735d23f0 0.000132
+gallium_dri.so free 0x5571735cfa00 void 0.000132
+gallium_dri.so free 0x5571735d23f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d23f0 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000178
+gallium_dri.so free 0x5571735d23f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735cfa80 0.000132
+gallium_dri.so free 0x5571735cfb40 void 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfa80 0.000131
+gallium_dri.so free 0x5571735cfc00 void 0.000130
+gallium_dri.so free 0x5571735cfa80 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfa80 0.000132
+gallium_dri.so free 0x5571735cfcc0 void 0.000181
+gallium_dri.so free 0x5571735cfa80 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfc70 0.000132
+gallium_dri.so free 0x5571735cfd40 void 0.000132
+gallium_dri.so free 0x5571735cfc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfd90 0.000131
+gallium_dri.so free 0x5571735cfe00 void 0.000131
+gallium_dri.so free 0x5571735cfd90 void 0.000131
+gallium_dri.so malloc 72 0x5571735cfe60 0.000131
+gallium_dri.so free 0x55717358dc00 void 0.000133
+gallium_dri.so free 0x5571735cfe60 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfe60 0.000131
+gallium_dri.so free 0x55717358dc80 void 0.000130
+gallium_dri.so free 0x5571735cfe60 void 0.000132
+gallium_dri.so malloc 72 0x55717358dcb0 0.000132
+gallium_dri.so free 0x55717358dd00 void 0.000132
+gallium_dri.so free 0x55717358dcb0 void 0.000133
+gallium_dri.so malloc 72 0x55717358dcb0 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000132
+gallium_dri.so free 0x55717358dcb0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ddb0 0.000132
+gallium_dri.so free 0x55717358dec0 void 0.000132
+gallium_dri.so free 0x55717358ddb0 void 0.000131
+gallium_dri.so malloc 72 0x55717358de70 0.000141
+gallium_dri.so free 0x55717358df00 void 0.000133
+gallium_dri.so free 0x55717358de70 void 0.000133
+gallium_dri.so malloc 72 0x55717358de70 0.000132
+gallium_dri.so free 0x55717358dfc0 void 0.000131
+gallium_dri.so free 0x55717358de70 void 0.000134
+gallium_dri.so malloc 72 0x55717358e010 0.000130
+gallium_dri.so free 0x5571735901c0 void 0.000131
+gallium_dri.so free 0x55717358e010 void 0.000132
+gallium_dri.so malloc 72 0x55717358e010 0.000131
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so free 0x55717358e010 void 0.000131
+gallium_dri.so malloc 72 0x557173590240 0.000132
+gallium_dri.so free 0x557173590300 void 0.000132
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so malloc 72 0x557173590240 0.000132
+gallium_dri.so free 0x5571735903c0 void 0.000131
+gallium_dri.so free 0x557173590240 void 0.000131
+gallium_dri.so malloc 72 0x557173590240 0.000133
+gallium_dri.so free 0x557173590480 void 0.000132
+gallium_dri.so free 0x557173590240 void 0.000132
+gallium_dri.so malloc 72 0x557173590430 0.000131
+gallium_dri.so free 0x557173590500 void 0.000131
+gallium_dri.so free 0x557173590430 void 0.000134
+gallium_dri.so malloc 72 0x557173590550 0.000132
+gallium_dri.so free 0x5571735905c0 void 0.000184
+gallium_dri.so free 0x557173590550 void 0.000132
+gallium_dri.so malloc 72 0x557173590600 0.000131
+gallium_dri.so free 0x55717360b440 void 0.000131
+gallium_dri.so free 0x557173590600 void 0.000132
+gallium_dri.so malloc 72 0x557173590600 0.000133
+gallium_dri.so free 0x55717360b4c0 void 0.000133
+gallium_dri.so free 0x557173590600 void 0.000131
+gallium_dri.so malloc 72 0x55717360b4f0 0.000134
+gallium_dri.so free 0x55717360b540 void 0.000130
+gallium_dri.so free 0x55717360b4f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b4f0 0.000132
+gallium_dri.so free 0x55717360b640 void 0.000133
+gallium_dri.so free 0x55717360b4f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b5f0 0.000133
+gallium_dri.so free 0x55717360b700 void 0.000131
+gallium_dri.so free 0x55717360b5f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b6b0 0.000131
+gallium_dri.so free 0x55717360b740 void 0.000132
+gallium_dri.so free 0x55717360b6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b6b0 0.000143
+gallium_dri.so free 0x55717360b800 void 0.000132
+gallium_dri.so free 0x55717360b6b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b870 0.000131
+gallium_dri.so free 0x5571736058c0 void 0.000130
+gallium_dri.so free 0x55717360b870 void 0.000130
+gallium_dri.so malloc 72 0x55717360b870 0.000131
+gallium_dri.so free 0x557173605940 void 0.000131
+gallium_dri.so free 0x55717360b870 void 0.000132
+gallium_dri.so malloc 72 0x557173605940 0.000132
+gallium_dri.so free 0x557173605a00 void 0.000133
+gallium_dri.so free 0x557173605940 void 0.000131
+gallium_dri.so malloc 72 0x557173605940 0.000131
+gallium_dri.so free 0x557173605ac0 void 0.000130
+gallium_dri.so free 0x557173605940 void 0.000133
+gallium_dri.so malloc 72 0x557173605940 0.000131
+gallium_dri.so free 0x557173605b80 void 0.000132
+gallium_dri.so free 0x557173605940 void 0.000131
+gallium_dri.so malloc 72 0x557173605b30 0.000134
+gallium_dri.so free 0x557173605c00 void 0.000131
+gallium_dri.so free 0x557173605b30 void 0.000131
+gallium_dri.so malloc 72 0x557173605c50 0.000129
+gallium_dri.so free 0x557173605cc0 void 0.000131
+gallium_dri.so free 0x557173605c50 void 0.000142
+gallium_dri.so malloc 72 0x557173605d20 0.000131
+gallium_dri.so free 0x557173607e80 void 0.000135
+gallium_dri.so free 0x557173605d20 void 0.000132
+gallium_dri.so malloc 72 0x557173605d20 0.000133
+gallium_dri.so free 0x557173607f00 void 0.000131
+gallium_dri.so free 0x557173605d20 void 0.000133
+gallium_dri.so malloc 72 0x557173607f30 0.000130
+gallium_dri.so free 0x557173607f80 void 0.000132
+gallium_dri.so free 0x557173607f30 void 0.000130
+gallium_dri.so malloc 72 0x557173607f30 0.000132
+gallium_dri.so free 0x557173608080 void 0.000132
+gallium_dri.so free 0x557173607f30 void 0.000131
+gallium_dri.so malloc 72 0x557173608030 0.000131
+gallium_dri.so free 0x557173608140 void 0.000173
+gallium_dri.so free 0x557173608030 void 0.000133
+gallium_dri.so malloc 72 0x5571736080f0 0.000131
+gallium_dri.so free 0x557173608180 void 0.000131
+gallium_dri.so free 0x5571736080f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736080f0 0.000134
+gallium_dri.so free 0x557173608240 void 0.000133
+gallium_dri.so free 0x5571736080f0 void 0.000132
+gallium_dri.so malloc 72 0x557173608290 0.000131
+gallium_dri.so free 0x55717358b640 void 0.000192
+gallium_dri.so free 0x557173608290 void 0.000135
+gallium_dri.so malloc 72 0x557173608290 0.000131
+gallium_dri.so free 0x55717358b6c0 void 0.000131
+gallium_dri.so free 0x557173608290 void 0.000132
+gallium_dri.so malloc 72 0x55717358b6c0 0.000131
+gallium_dri.so free 0x55717358b780 void 0.000133
+gallium_dri.so free 0x55717358b6c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358b6c0 0.000131
+gallium_dri.so free 0x55717358b840 void 0.000131
+gallium_dri.so free 0x55717358b6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b6c0 0.000130
+gallium_dri.so free 0x55717358b900 void 0.000132
+gallium_dri.so free 0x55717358b6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8b0 0.000131
+gallium_dri.so free 0x55717358b980 void 0.000131
+gallium_dri.so free 0x55717358b8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b9d0 0.000134
+gallium_dri.so free 0x55717358ba40 void 0.000131
+gallium_dri.so free 0x55717358b9d0 void 0.000133
+gallium_dri.so malloc 72 0x55717358ba80 0.000132
+gallium_dri.so free 0x557173589080 void 0.000133
+gallium_dri.so free 0x55717358ba80 void 0.000138
+gallium_dri.so malloc 72 0x55717358ba80 0.000134
+gallium_dri.so free 0x557173589100 void 0.000133
+gallium_dri.so free 0x55717358ba80 void 0.000132
+gallium_dri.so malloc 72 0x557173589130 0.000131
+gallium_dri.so free 0x557173589180 void 0.000132
+gallium_dri.so free 0x557173589130 void 0.000132
+gallium_dri.so malloc 72 0x557173589130 0.000131
+gallium_dri.so free 0x557173589280 void 0.000132
+gallium_dri.so free 0x557173589130 void 0.000132
+gallium_dri.so malloc 72 0x557173589230 0.000131
+gallium_dri.so free 0x557173589340 void 0.000131
+gallium_dri.so free 0x557173589230 void 0.000131
+gallium_dri.so malloc 72 0x5571735892f0 0.000131
+gallium_dri.so free 0x557173589380 void 0.000131
+gallium_dri.so free 0x5571735892f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735892f0 0.000131
+gallium_dri.so free 0x557173589440 void 0.000130
+gallium_dri.so free 0x5571735892f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735894b0 0.000132
+gallium_dri.so free 0x557173466dc0 void 0.000132
+gallium_dri.so free 0x5571735894b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735894b0 0.000132
+gallium_dri.so free 0x557173466e40 void 0.000140
+gallium_dri.so free 0x5571735894b0 void 0.000134
+gallium_dri.so malloc 72 0x557173466e40 0.000131
+gallium_dri.so free 0x557173466f00 void 0.000180
+gallium_dri.so free 0x557173466e40 void 0.000133
+gallium_dri.so malloc 72 0x557173466e40 0.000132
+gallium_dri.so free 0x557173466fc0 void 0.000131
+gallium_dri.so free 0x557173466e40 void 0.000133
+gallium_dri.so malloc 72 0x557173466e40 0.000131
+gallium_dri.so free 0x557173467080 void 0.000132
+gallium_dri.so free 0x557173466e40 void 0.000131
+gallium_dri.so malloc 72 0x557173467030 0.000132
+gallium_dri.so free 0x557173467100 void 0.000132
+gallium_dri.so free 0x557173467030 void 0.000133
+gallium_dri.so malloc 72 0x557173467150 0.000133
+gallium_dri.so free 0x5571734671c0 void 0.000132
+gallium_dri.so free 0x557173467150 void 0.000132
+gallium_dri.so malloc 72 0x557173467220 0.000133
+gallium_dri.so free 0x5571735d4580 void 0.000133
+gallium_dri.so free 0x557173467220 void 0.000133
+gallium_dri.so malloc 72 0x557173467220 0.000132
+gallium_dri.so free 0x5571735d4600 void 0.000132
+gallium_dri.so free 0x557173467220 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4630 0.000142
+gallium_dri.so free 0x5571735d4680 void 0.000132
+gallium_dri.so free 0x5571735d4630 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4630 0.000131
+gallium_dri.so free 0x5571735d4780 void 0.000132
+gallium_dri.so free 0x5571735d4630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4730 0.000132
+gallium_dri.so free 0x5571735d4840 void 0.000131
+gallium_dri.so free 0x5571735d4730 void 0.000130
+gallium_dri.so malloc 72 0x5571735d47f0 0.000130
+gallium_dri.so free 0x5571735d4880 void 0.000132
+gallium_dri.so free 0x5571735d47f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d47f0 0.000131
+gallium_dri.so free 0x5571735d4940 void 0.000130
+gallium_dri.so free 0x5571735d47f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d4990 0.000130
+gallium_dri.so free 0x557173603300 void 0.000133
+gallium_dri.so free 0x5571735d4990 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4990 0.000133
+gallium_dri.so free 0x557173603380 void 0.000133
+gallium_dri.so free 0x5571735d4990 void 0.000131
+gallium_dri.so malloc 72 0x557173603380 0.000133
+gallium_dri.so free 0x557173603440 void 0.000132
+gallium_dri.so free 0x557173603380 void 0.000143
+gallium_dri.so malloc 72 0x557173603380 0.000131
+gallium_dri.so free 0x557173603500 void 0.000133
+gallium_dri.so free 0x557173603380 void 0.000132
+gallium_dri.so malloc 72 0x557173603380 0.000131
+gallium_dri.so free 0x5571736035c0 void 0.000132
+gallium_dri.so free 0x557173603380 void 0.000131
+gallium_dri.so malloc 72 0x557173603570 0.000132
+gallium_dri.so free 0x557173603640 void 0.000132
+gallium_dri.so free 0x557173603570 void 0.000131
+gallium_dri.so malloc 72 0x557173603690 0.000133
+gallium_dri.so free 0x557173603700 void 0.000131
+gallium_dri.so free 0x557173603690 void 0.000131
+gallium_dri.so malloc 72 0x557173603740 0.000133
+gallium_dri.so free 0x557173461d80 void 0.000130
+gallium_dri.so free 0x557173603740 void 0.000135
+gallium_dri.so malloc 72 0x557173603740 0.000131
+gallium_dri.so free 0x557173461e40 void 0.000132
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so malloc 72 0x557173603740 0.000131
+gallium_dri.so free 0x557173461f00 void 0.000131
+gallium_dri.so free 0x557173603740 void 0.000131
+gallium_dri.so malloc 72 0x557173461eb0 0.000131
+gallium_dri.so free 0x557173461f80 void 0.000135
+gallium_dri.so free 0x557173461eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173461fd0 0.000133
+gallium_dri.so free 0x557173462040 void 0.000131
+gallium_dri.so free 0x557173461fd0 void 0.000130
+gallium_dri.so malloc 72 0x557173462060 0.000132
+gallium_dri.so free 0x557173462100 void 0.000130
+gallium_dri.so free 0x557173462060 void 0.000133
+gallium_dri.so malloc 72 0x5571734620b0 0.000132
+gallium_dri.so free 0x557173462180 void 0.000131
+gallium_dri.so free 0x5571734620b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734620b0 0.000131
+gallium_dri.so free 0x557173462280 void 0.000129
+gallium_dri.so free 0x5571734620b0 void 0.000131
+gallium_dri.so malloc 72 0x557173462230 0.000130
+gallium_dri.so free 0x557173462300 void 0.000131
+gallium_dri.so free 0x557173462230 void 0.000131
+gallium_dri.so malloc 72 0x557173462350 0.000132
+gallium_dri.so free 0x5571735f29c0 void 0.000132
+gallium_dri.so free 0x557173462350 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2a00 void 0.000131
+gallium_dri.so free 0x5571735f2970 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2ac0 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b00 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000131
+gallium_dri.so free 0x5571735f2b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2b80 0.000130
+gallium_dri.so free 0x5571735f2c40 void 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2b80 0.000129
+gallium_dri.so free 0x5571735f2d00 void 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2d20 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000130
+gallium_dri.so free 0x5571735f2d20 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2d70 0.000130
+gallium_dri.so free 0x5571735f2e40 void 0.000131
+gallium_dri.so free 0x5571735f2d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2d70 0.000131
+gallium_dri.so free 0x5571735f2ec0 void 0.000130
+gallium_dri.so free 0x5571735f2d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000131
+gallium_dri.so free 0x5571735f2f80 void 0.000129
+gallium_dri.so free 0x5571735f2ec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000266
+gallium_dri.so free 0x5571735f3040 void 0.000247
+gallium_dri.so free 0x5571735f2ec0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000131
+gallium_dri.so free 0x5571735f3100 void 0.000132
+gallium_dri.so free 0x5571735f2ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f30b0 0.000130
+gallium_dri.so free 0x5571735f31c0 void 0.000132
+gallium_dri.so free 0x5571735f30b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3170 0.000131
+gallium_dri.so free 0x5571735f3240 void 0.000131
+gallium_dri.so free 0x5571735f3170 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3290 0.000131
+gallium_dri.so free 0x5571735f3300 void 0.000131
+gallium_dri.so free 0x5571735f3290 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3320 0.000131
+gallium_dri.so free 0x5571735f33c0 void 0.000132
+gallium_dri.so free 0x5571735f3320 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3370 0.000131
+gallium_dri.so free 0x5571735f3440 void 0.000130
+gallium_dri.so free 0x5571735f3370 void 0.000140
+gallium_dri.so malloc 72 0x5571735f3370 0.000132
+gallium_dri.so free 0x5571735f34c0 void 0.000131
+gallium_dri.so free 0x5571735f3370 void 0.000131
+gallium_dri.so malloc 72 0x5571735f34c0 0.000132
+gallium_dri.so free 0x5571735f3580 void 0.000134
+gallium_dri.so free 0x5571735f34c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f34c0 0.000130
+gallium_dri.so free 0x5571735f3680 void 0.000131
+gallium_dri.so free 0x5571735f34c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3630 0.000131
+gallium_dri.so free 0x5571734734c0 void 0.000132
+gallium_dri.so free 0x5571735f3630 void 0.000131
+gallium_dri.so malloc 72 0x557173473470 0.000131
+gallium_dri.so free 0x557173473540 void 0.000131
+gallium_dri.so free 0x557173473470 void 0.000130
+gallium_dri.so malloc 72 0x557173473470 0.000130
+gallium_dri.so free 0x5571734735c0 void 0.000130
+gallium_dri.so free 0x557173473470 void 0.000131
+gallium_dri.so malloc 72 0x5571734735c0 0.000131
+gallium_dri.so free 0x557173473680 void 0.000131
+gallium_dri.so free 0x5571734735c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734735c0 0.000130
+gallium_dri.so free 0x557173473740 void 0.000188
+gallium_dri.so free 0x5571734735c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734735c0 0.000130
+gallium_dri.so free 0x557173473800 void 0.000133
+gallium_dri.so free 0x5571734735c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734737b0 0.000131
+gallium_dri.so free 0x557173473800 void 0.000130
+gallium_dri.so free 0x5571734737b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734737b0 0.000131
+gallium_dri.so free 0x557173473900 void 0.000131
+gallium_dri.so free 0x5571734737b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734738b0 0.000131
+gallium_dri.so free 0x5571734739c0 void 0.000131
+gallium_dri.so free 0x5571734738b0 void 0.000131
+gallium_dri.so malloc 72 0x557173473970 0.000130
+gallium_dri.so free 0x557173473a00 void 0.000185
+gallium_dri.so free 0x557173473970 void 0.000132
+gallium_dri.so malloc 72 0x557173473970 0.000131
+gallium_dri.so free 0x557173473ac0 void 0.000131
+gallium_dri.so free 0x557173473970 void 0.000130
+gallium_dri.so malloc 72 0x557173473b00 0.000131
+gallium_dri.so free 0x557173473b80 void 0.000130
+gallium_dri.so free 0x557173473b00 void 0.000130
+gallium_dri.so malloc 72 0x557173473b80 0.000140
+gallium_dri.so free 0x557173473c40 void 0.000131
+gallium_dri.so free 0x557173473b80 void 0.000131
+gallium_dri.so malloc 72 0x557173473b80 0.000131
+gallium_dri.so free 0x557173473d00 void 0.000131
+gallium_dri.so free 0x557173473b80 void 0.000131
+gallium_dri.so malloc 72 0x557173473d20 0.000131
+gallium_dri.so free 0x557173473dc0 void 0.000131
+gallium_dri.so free 0x557173473d20 void 0.000130
+gallium_dri.so malloc 72 0x557173473d70 0.000130
+gallium_dri.so free 0x557173473e40 void 0.000131
+gallium_dri.so free 0x557173473d70 void 0.000130
+gallium_dri.so malloc 72 0x557173473d70 0.000129
+gallium_dri.so free 0x557173473ec0 void 0.000131
+gallium_dri.so free 0x557173473d70 void 0.000131
+gallium_dri.so malloc 72 0x557173473ec0 0.000131
+gallium_dri.so free 0x557173473f80 void 0.000132
+gallium_dri.so free 0x557173473ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173473ec0 0.000131
+gallium_dri.so free 0x557173474040 void 0.000131
+gallium_dri.so free 0x557173473ec0 void 0.000130
+gallium_dri.so malloc 72 0x557173473ec0 0.000132
+gallium_dri.so free 0x557173474100 void 0.000131
+gallium_dri.so free 0x557173473ec0 void 0.000143
+gallium_dri.so malloc 72 0x5571734740b0 0.000131
+gallium_dri.so free 0x5571734741c0 void 0.000131
+gallium_dri.so free 0x5571734740b0 void 0.000131
+gallium_dri.so malloc 72 0x557173474170 0.000132
+gallium_dri.so free 0x55717361fdc0 void 0.000131
+gallium_dri.so free 0x557173474170 void 0.000131
+gallium_dri.so malloc 72 0x55717361fe10 0.000130
+gallium_dri.so free 0x55717361fe80 void 0.000133
+gallium_dri.so free 0x55717361fe10 void 0.000130
+gallium_dri.so malloc 72 0x55717361fea0 0.000131
+gallium_dri.so free 0x55717361ff40 void 0.000131
+gallium_dri.so free 0x55717361fea0 void 0.000131
+gallium_dri.so malloc 72 0x55717361fef0 0.000131
+gallium_dri.so free 0x55717361ffc0 void 0.000130
+gallium_dri.so free 0x55717361fef0 void 0.000130
+gallium_dri.so malloc 72 0x55717361fef0 0.000130
+gallium_dri.so free 0x557173620040 void 0.000131
+gallium_dri.so free 0x55717361fef0 void 0.000131
+gallium_dri.so malloc 72 0x557173620040 0.000130
+gallium_dri.so free 0x557173620100 void 0.000130
+gallium_dri.so free 0x557173620040 void 0.000131
+gallium_dri.so malloc 72 0x557173620040 0.000129
+gallium_dri.so free 0x557173620200 void 0.000141
+gallium_dri.so free 0x557173620040 void 0.000131
+gallium_dri.so malloc 72 0x5571736201b0 0.000131
+gallium_dri.so free 0x557173620240 void 0.000131
+gallium_dri.so free 0x5571736201b0 void 0.000135
+gallium_dri.so malloc 72 0x5571736201b0 0.000132
+gallium_dri.so free 0x557173620300 void 0.000133
+gallium_dri.so free 0x5571736201b0 void 0.000131
+gallium_dri.so malloc 72 0x557173620340 0.000130
+gallium_dri.so free 0x5571736203c0 void 0.000130
+gallium_dri.so free 0x557173620340 void 0.000130
+gallium_dri.so malloc 72 0x5571736203c0 0.000131
+gallium_dri.so free 0x557173620480 void 0.000131
+gallium_dri.so free 0x5571736203c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736203c0 0.000131
+gallium_dri.so free 0x557173620500 void 0.000132
+gallium_dri.so free 0x5571736203c0 void 0.000131
+gallium_dri.so malloc 72 0x557173620530 0.000131
+gallium_dri.so free 0x557173620580 void 0.000132
+gallium_dri.so free 0x557173620530 void 0.000131
+gallium_dri.so malloc 72 0x557173620530 0.000132
+gallium_dri.so free 0x557173620680 void 0.000131
+gallium_dri.so free 0x557173620530 void 0.000130
+gallium_dri.so malloc 72 0x5571736206c0 0.000138
+gallium_dri.so free 0x557173620740 void 0.000131
+gallium_dri.so free 0x5571736206c0 void 0.000131
+gallium_dri.so malloc 72 0x557173620740 0.000131
+gallium_dri.so free 0x557173620800 void 0.000131
+gallium_dri.so free 0x557173620740 void 0.000130
+gallium_dri.so malloc 72 0x557173620740 0.000131
+gallium_dri.so free 0x557173620880 void 0.000132
+gallium_dri.so free 0x557173620740 void 0.000131
+gallium_dri.so malloc 72 0x5571736208b0 0.000130
+gallium_dri.so free 0x557173620900 void 0.000131
+gallium_dri.so free 0x5571736208b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736208b0 0.000130
+gallium_dri.so free 0x557173620a00 void 0.000131
+gallium_dri.so free 0x5571736208b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736209b0 0.000131
+gallium_dri.so free 0x557173620ac0 void 0.000131
+gallium_dri.so free 0x5571736209b0 void 0.000131
+gallium_dri.so malloc 72 0x557173620a70 0.000131
+gallium_dri.so free 0x557173620b40 void 0.000132
+gallium_dri.so free 0x557173620a70 void 0.000131
+gallium_dri.so malloc 72 0x557173620a70 0.000131
+gallium_dri.so free 0x557173620c00 void 0.000130
+gallium_dri.so free 0x557173620a70 void 0.000141
+gallium_dri.so malloc 72 0x557173620a70 0.000130
+gallium_dri.so free 0x557173620cc0 void 0.000130
+gallium_dri.so free 0x557173620a70 void 0.000130
+gallium_dri.so malloc 72 0x557173620c70 0.000131
+gallium_dri.so free 0x557173620d40 void 0.000132
+gallium_dri.so free 0x557173620c70 void 0.000129
+gallium_dri.so malloc 72 0x557173620d90 0.000130
+gallium_dri.so free 0x557173620e00 void 0.000132
+gallium_dri.so free 0x557173620d90 void 0.000132
+gallium_dri.so malloc 72 0x557173620e20 0.000132
+gallium_dri.so free 0x557173460440 void 0.000133
+gallium_dri.so free 0x557173620e20 void 0.000131
+gallium_dri.so malloc 72 0x557173620e20 0.000130
+gallium_dri.so free 0x557173460500 void 0.000132
+gallium_dri.so free 0x557173620e20 void 0.000175
+gallium_dri.so malloc 72 0x5571734604b0 0.000133
+gallium_dri.so free 0x5571734605c0 void 0.000132
+gallium_dri.so free 0x5571734604b0 void 0.000132
+gallium_dri.so malloc 72 0x557173460570 0.000131
+gallium_dri.so free 0x557173460640 void 0.000130
+gallium_dri.so free 0x557173460570 void 0.000132
+gallium_dri.so malloc 72 0x557173460690 0.000130
+gallium_dri.so free 0x557173620ec0 void 0.000133
+gallium_dri.so free 0x557173460690 void 0.000131
+gallium_dri.so malloc 72 0x557173620e70 0.000131
+gallium_dri.so free 0x557173460700 void 0.000131
+gallium_dri.so free 0x557173620e70 void 0.000131
+gallium_dri.so malloc 72 0x557173460730 0.000130
+gallium_dri.so free 0x557173460780 void 0.000132
+gallium_dri.so free 0x557173460730 void 0.000130
+gallium_dri.so malloc 72 0x557173460730 0.000131
+gallium_dri.so free 0x557173460880 void 0.000131
+gallium_dri.so free 0x557173460730 void 0.000130
+gallium_dri.so malloc 72 0x557173460830 0.000131
+gallium_dri.so free 0x557173460940 void 0.000131
+gallium_dri.so free 0x557173460830 void 0.000131
+gallium_dri.so malloc 72 0x5571734608f0 0.000130
+gallium_dri.so free 0x5571734609c0 void 0.000131
+gallium_dri.so free 0x5571734608f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734609e0 0.000130
+gallium_dri.so free 0x557173460a80 void 0.000132
+gallium_dri.so free 0x5571734609e0 void 0.000131
+gallium_dri.so malloc 72 0x557173460a30 0.000130
+gallium_dri.so free 0x557173460b00 void 0.000132
+gallium_dri.so free 0x557173460a30 void 0.000132
+gallium_dri.so malloc 72 0x557173460a30 0.000137
+gallium_dri.so free 0x557173460b80 void 0.000133
+gallium_dri.so free 0x557173460a30 void 0.000131
+gallium_dri.so malloc 72 0x557173460b80 0.000132
+gallium_dri.so free 0x557173460c40 void 0.000131
+gallium_dri.so free 0x557173460b80 void 0.000130
+gallium_dri.so malloc 72 0x557173460b80 0.000130
+gallium_dri.so free 0x557173460d00 void 0.000136
+gallium_dri.so free 0x557173460b80 void 0.000131
+gallium_dri.so malloc 72 0x557173460b80 0.000131
+gallium_dri.so free 0x557173460dc0 void 0.000132
+gallium_dri.so free 0x557173460b80 void 0.000131
+gallium_dri.so malloc 72 0x557173460d70 0.000131
+gallium_dri.so free 0x557173460dc0 void 0.000131
+gallium_dri.so free 0x557173460d70 void 0.000131
+gallium_dri.so malloc 72 0x557173460d70 0.000131
+gallium_dri.so free 0x557173460ec0 void 0.000133
+gallium_dri.so free 0x557173460d70 void 0.000130
+gallium_dri.so malloc 72 0x557173460e70 0.000130
+gallium_dri.so free 0x557173460f80 void 0.000132
+gallium_dri.so free 0x557173460e70 void 0.000130
+gallium_dri.so malloc 72 0x557173460f30 0.000131
+gallium_dri.so free 0x557173460fc0 void 0.000138
+gallium_dri.so free 0x557173460f30 void 0.000133
+gallium_dri.so malloc 72 0x557173460f30 0.000131
+gallium_dri.so free 0x557173461080 void 0.000132
+gallium_dri.so free 0x557173460f30 void 0.000131
+gallium_dri.so malloc 72 0x5571734610c0 0.000134
+gallium_dri.so free 0x557173461140 void 0.000132
+gallium_dri.so free 0x5571734610c0 void 0.000130
+gallium_dri.so malloc 72 0x557173461140 0.000131
+gallium_dri.so free 0x557173461200 void 0.000132
+gallium_dri.so free 0x557173461140 void 0.000131
+gallium_dri.so malloc 72 0x557173461140 0.000131
+gallium_dri.so free 0x5571734612c0 void 0.000133
+gallium_dri.so free 0x557173461140 void 0.000131
+gallium_dri.so malloc 72 0x5571734612e0 0.000130
+gallium_dri.so free 0x557173461380 void 0.000131
+gallium_dri.so free 0x5571734612e0 void 0.000131
+gallium_dri.so malloc 72 0x557173461330 0.000131
+gallium_dri.so free 0x557173461400 void 0.000131
+gallium_dri.so free 0x557173461330 void 0.000131
+gallium_dri.so malloc 72 0x557173461330 0.000131
+gallium_dri.so free 0x557173461480 void 0.000130
+gallium_dri.so free 0x557173461330 void 0.000130
+gallium_dri.so malloc 72 0x557173461480 0.000139
+gallium_dri.so free 0x557173461540 void 0.000131
+gallium_dri.so free 0x557173461480 void 0.000131
+gallium_dri.so malloc 72 0x557173461480 0.000130
+gallium_dri.so free 0x557173461600 void 0.000131
+gallium_dri.so free 0x557173461480 void 0.000130
+gallium_dri.so malloc 72 0x557173461480 0.000131
+gallium_dri.so free 0x5571734616c0 void 0.000130
+gallium_dri.so free 0x557173461480 void 0.000131
+gallium_dri.so malloc 72 0x557173461670 0.000131
+gallium_dri.so free 0x557173461780 void 0.000131
+gallium_dri.so free 0x557173461670 void 0.000130
+gallium_dri.so malloc 72 0x557173461730 0.000130
+gallium_dri.so free 0x557173461800 void 0.000131
+gallium_dri.so free 0x557173461730 void 0.000131
+gallium_dri.so malloc 72 0x557173461850 0.000132
+gallium_dri.so free 0x5571734618c0 void 0.000130
+gallium_dri.so free 0x557173461850 void 0.000132
+gallium_dri.so malloc 72 0x5571734618e0 0.000130
+gallium_dri.so free 0x557173461980 void 0.000131
+gallium_dri.so free 0x5571734618e0 void 0.000131
+gallium_dri.so malloc 72 0x557173461930 0.000130
+gallium_dri.so free 0x557173461a00 void 0.000131
+gallium_dri.so free 0x557173461930 void 0.000235
+gallium_dri.so malloc 72 0x557173461930 0.000131
+gallium_dri.so free 0x557173461a80 void 0.000130
+gallium_dri.so free 0x557173461930 void 0.000265
+gallium_dri.so malloc 72 0x557173461a80 0.000191
+gallium_dri.so free 0x557173461b40 void 0.000188
+gallium_dri.so free 0x557173461a80 void 0.000131
+gallium_dri.so malloc 72 0x557173461a80 0.000131
+gallium_dri.so free 0x557173461c40 void 0.000130
+gallium_dri.so free 0x557173461a80 void 0.000131
+gallium_dri.so malloc 72 0x557173461bf0 0.000132
+gallium_dri.so free 0x557173461c80 void 0.000131
+gallium_dri.so free 0x557173461bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173461bf0 0.000130
+gallium_dri.so free 0x5571735e0e80 void 0.000185
+gallium_dri.so free 0x557173461bf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000131
+gallium_dri.so free 0x5571735e0f40 void 0.000131
+gallium_dri.so free 0x5571735e0ec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0f40 0.000130
+gallium_dri.so free 0x5571735e1000 void 0.000133
+gallium_dri.so free 0x5571735e0f40 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0f40 0.000131
+gallium_dri.so free 0x5571735e1080 void 0.000130
+gallium_dri.so free 0x5571735e0f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735e10b0 0.000130
+gallium_dri.so free 0x5571735e1100 void 0.000132
+gallium_dri.so free 0x5571735e10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e10b0 0.000131
+gallium_dri.so free 0x5571735e1200 void 0.000131
+gallium_dri.so free 0x5571735e10b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1240 0.000130
+gallium_dri.so free 0x5571735e12c0 void 0.000131
+gallium_dri.so free 0x5571735e1240 void 0.000132
+gallium_dri.so malloc 72 0x5571735e12c0 0.000130
+gallium_dri.so free 0x5571735e1380 void 0.000132
+gallium_dri.so free 0x5571735e12c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e12c0 0.000130
+gallium_dri.so free 0x5571735e1400 void 0.000131
+gallium_dri.so free 0x5571735e12c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1430 0.000130
+gallium_dri.so free 0x5571735e1480 void 0.000130
+gallium_dri.so free 0x5571735e1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1430 0.000131
+gallium_dri.so free 0x5571735e1580 void 0.000141
+gallium_dri.so free 0x5571735e1430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1530 0.000128
+gallium_dri.so free 0x5571735e1640 void 0.000132
+gallium_dri.so free 0x5571735e1530 void 0.000130
+gallium_dri.so malloc 72 0x5571735e15f0 0.000130
+gallium_dri.so free 0x5571735e16c0 void 0.000130
+gallium_dri.so free 0x5571735e15f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e15f0 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000130
+gallium_dri.so free 0x5571735e15f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e15f0 0.000255
+gallium_dri.so free 0x5571735e1840 void 0.000190
+gallium_dri.so free 0x5571735e15f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e17f0 0.000131
+gallium_dri.so free 0x5571735e18c0 void 0.000131
+gallium_dri.so free 0x5571735e17f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1910 0.000131
+gallium_dri.so free 0x5571735e1980 void 0.000132
+gallium_dri.so free 0x5571735e1910 void 0.000131
+gallium_dri.so malloc 72 0x5571735e19a0 0.000131
+gallium_dri.so free 0x5571735e1a40 void 0.000131
+gallium_dri.so free 0x5571735e19a0 void 0.000173
+gallium_dri.so malloc 72 0x5571735e19f0 0.000133
+gallium_dri.so free 0x5571735e1ac0 void 0.000167
+gallium_dri.so free 0x5571735e19f0 void 0.000177
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000185
+gallium_dri.so free 0x5571735e1b80 void 0.000133
+gallium_dri.so free 0x5571735e1ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000131
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so free 0x5571735e1ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c00 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000131
+gallium_dri.so free 0x5571735e1c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c00 0.000131
+gallium_dri.so free 0x5571735e1d80 void 0.000132
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1c00 0.000131
+gallium_dri.so free 0x5571735e1e40 void 0.000131
+gallium_dri.so free 0x5571735e1c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1df0 0.000130
+gallium_dri.so free 0x5571735e1ec0 void 0.000134
+gallium_dri.so free 0x5571735e1df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1f10 0.000139
+gallium_dri.so free 0x5571735e1f80 void 0.000131
+gallium_dri.so free 0x5571735e1f10 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000130
+gallium_dri.so free 0x5571735e2040 void 0.000131
+gallium_dri.so free 0x5571735e1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000133
+gallium_dri.so free 0x5571735e20c0 void 0.000131
+gallium_dri.so free 0x5571735e1fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e20f0 0.000131
+gallium_dri.so free 0x5571735e2140 void 0.000132
+gallium_dri.so free 0x5571735e20f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e20f0 0.000132
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so free 0x5571735e20f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e21f0 0.000130
+gallium_dri.so free 0x5571735e2300 void 0.000131
+gallium_dri.so free 0x5571735e21f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e22b0 0.000131
+gallium_dri.so free 0x5571735e2340 void 0.000134
+gallium_dri.so free 0x5571735e22b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e22b0 0.000131
+gallium_dri.so free 0x5571735e2400 void 0.000131
+gallium_dri.so free 0x5571735e22b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2470 0.000132
+gallium_dri.so free 0x5571735e24c0 void 0.000132
+gallium_dri.so free 0x5571735e2470 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2470 0.000131
+gallium_dri.so free 0x5571735e25c0 void 0.000132
+gallium_dri.so free 0x5571735e2470 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2570 0.000131
+gallium_dri.so free 0x5571735e2680 void 0.000131
+gallium_dri.so free 0x5571735e2570 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2630 0.000132
+gallium_dri.so free 0x5571735e26c0 void 0.000211
+gallium_dri.so free 0x5571735e2630 void 0.000207
+gallium_dri.so malloc 72 0x5571735e2630 0.000131
+gallium_dri.so free 0x5571735e2780 void 0.000133
+gallium_dri.so free 0x5571735e2630 void 0.000131
+gallium_dri.so malloc 72 0x5571735e27c0 0.000125
+gallium_dri.so free 0x5571735e2840 void 0.000133
+gallium_dri.so free 0x5571735e27c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2840 0.000133
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2840 0.000140
+gallium_dri.so free 0x5571735e29c0 void 0.000129
+gallium_dri.so free 0x5571735e2840 void 0.000142
+gallium_dri.so malloc 72 0x5571735e29e0 0.000132
+gallium_dri.so free 0x5571735e2a80 void 0.000132
+gallium_dri.so free 0x5571735e29e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2a30 0.000132
+gallium_dri.so free 0x5571735e2b00 void 0.000131
+gallium_dri.so free 0x5571735e2a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2a30 0.000130
+gallium_dri.so free 0x5571735e2b80 void 0.000131
+gallium_dri.so free 0x5571735e2a30 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2b80 0.000134
+gallium_dri.so free 0x5571735e2c40 void 0.000132
+gallium_dri.so free 0x5571735e2b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2b80 0.000130
+gallium_dri.so free 0x5571735e2d00 void 0.000131
+gallium_dri.so free 0x5571735e2b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2b80 0.000132
+gallium_dri.so free 0x5571735e2dc0 void 0.000133
+gallium_dri.so free 0x5571735e2b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2d70 0.000130
+gallium_dri.so free 0x5571735e2e80 void 0.000131
+gallium_dri.so free 0x5571735e2d70 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2e30 0.000132
+gallium_dri.so free 0x5571735e2f00 void 0.000130
+gallium_dri.so free 0x5571735e2e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2f50 0.000129
+gallium_dri.so free 0x5571735e2fc0 void 0.000128
+gallium_dri.so free 0x5571735e2f50 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2fe0 0.000131
+gallium_dri.so free 0x5571735e3080 void 0.000130
+gallium_dri.so free 0x5571735e2fe0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3030 0.000129
+gallium_dri.so free 0x5571735e3100 void 0.000138
+gallium_dri.so free 0x5571735e3030 void 0.000189
+gallium_dri.so malloc 72 0x5571735e3030 0.000166
+gallium_dri.so free 0x5571735e3180 void 0.000177
+gallium_dri.so free 0x5571735e3030 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3180 0.000131
+gallium_dri.so free 0x5571735e3240 void 0.000133
+gallium_dri.so free 0x5571735e3180 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3180 0.000132
+gallium_dri.so free 0x5571735e3340 void 0.000133
+gallium_dri.so free 0x5571735e3180 void 0.000132
+gallium_dri.so malloc 72 0x5571735e32f0 0.000172
+gallium_dri.so free 0x5571735e3380 void 0.000168
+gallium_dri.so free 0x5571735e32f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e32f0 0.000132
+gallium_dri.so free 0x5571735e3440 void 0.000132
+gallium_dri.so free 0x5571735e32f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735e3480 0.000170
+gallium_dri.so free 0x5571735e3500 void 0.000135
+gallium_dri.so free 0x5571735e3480 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3500 0.000133
+gallium_dri.so free 0x5571735e35c0 void 0.000131
+gallium_dri.so free 0x5571735e3500 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3500 0.000131
+gallium_dri.so free 0x5571735e3640 void 0.000132
+gallium_dri.so free 0x5571735e3500 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3670 0.000133
+gallium_dri.so free 0x5571735e36c0 void 0.000132
+gallium_dri.so free 0x5571735e3670 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3670 0.000132
+gallium_dri.so free 0x5571735e37c0 void 0.000133
+gallium_dri.so free 0x5571735e3670 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3670 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000135
+gallium_dri.so free 0x5571735e3670 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc340 0.000131
+gallium_dri.so free 0x5571735fc400 void 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc340 0.000133
+gallium_dri.so free 0x5571735fc480 void 0.000133
+gallium_dri.so free 0x5571735fc340 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000131
+gallium_dri.so free 0x5571735fc500 void 0.000149
+gallium_dri.so free 0x5571735fc4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000133
+gallium_dri.so free 0x5571735fc600 void 0.000131
+gallium_dri.so free 0x5571735fc4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000129
+gallium_dri.so free 0x5571735fc6c0 void 0.000132
+gallium_dri.so free 0x5571735fc5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc670 0.000129
+gallium_dri.so free 0x5571735fc740 void 0.000130
+gallium_dri.so free 0x5571735fc670 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc670 0.000130
+gallium_dri.so free 0x5571735fc800 void 0.000130
+gallium_dri.so free 0x5571735fc670 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc670 0.000133
+gallium_dri.so free 0x5571735fc8c0 void 0.000133
+gallium_dri.so free 0x5571735fc670 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc870 0.000131
+gallium_dri.so free 0x5571735fc940 void 0.000131
+gallium_dri.so free 0x5571735fc870 void 0.000131
+gallium_dri.so malloc 72 0x5571735fc990 0.000130
+gallium_dri.so free 0x5571735fca00 void 0.000131
+gallium_dri.so free 0x5571735fc990 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca20 0.000130
+gallium_dri.so free 0x5571735fcac0 void 0.000133
+gallium_dri.so free 0x5571735fca20 void 0.000131
+gallium_dri.so malloc 72 0x5571735fca70 0.000130
+gallium_dri.so free 0x5571735fcb40 void 0.000131
+gallium_dri.so free 0x5571735fca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcb40 0.000133
+gallium_dri.so free 0x5571735fcc00 void 0.000188
+gallium_dri.so free 0x5571735fcb40 void 0.000184
+gallium_dri.so malloc 72 0x5571735fcb40 0.000132
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so free 0x5571735fcb40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcc80 0.000131
+gallium_dri.so free 0x5571735fcd40 void 0.000142
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcc80 0.000131
+gallium_dri.so free 0x5571735fce00 void 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcc80 0.000134
+gallium_dri.so free 0x5571735fcec0 void 0.000132
+gallium_dri.so free 0x5571735fcc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fce70 0.000132
+gallium_dri.so free 0x5571735fcf40 void 0.000133
+gallium_dri.so free 0x5571735fce70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcf90 0.000133
+gallium_dri.so free 0x5571735fd000 void 0.000134
+gallium_dri.so free 0x5571735fcf90 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd040 0.000130
+gallium_dri.so free 0x5571735fd0c0 void 0.000132
+gallium_dri.so free 0x5571735fd040 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd040 0.000133
+gallium_dri.so free 0x5571735fd140 void 0.000133
+gallium_dri.so free 0x5571735fd040 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd170 0.000130
+gallium_dri.so free 0x5571735fd1c0 void 0.000130
+gallium_dri.so free 0x5571735fd170 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd170 0.000191
+gallium_dri.so free 0x5571735fd2c0 void 0.000132
+gallium_dri.so free 0x5571735fd170 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd270 0.000132
+gallium_dri.so free 0x5571735fd380 void 0.000132
+gallium_dri.so free 0x5571735fd270 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd330 0.000132
+gallium_dri.so free 0x5571735fd3c0 void 0.000132
+gallium_dri.so free 0x5571735fd330 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd330 0.000131
+gallium_dri.so free 0x5571735fd480 void 0.000132
+gallium_dri.so free 0x5571735fd330 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000133
+gallium_dri.so free 0x5571735fd540 void 0.000132
+gallium_dri.so free 0x5571735fd4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000132
+gallium_dri.so free 0x5571735fd640 void 0.000131
+gallium_dri.so free 0x5571735fd4f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000131
+gallium_dri.so free 0x5571735fd700 void 0.000133
+gallium_dri.so free 0x5571735fd5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000130
+gallium_dri.so free 0x5571735fd740 void 0.000138
+gallium_dri.so free 0x5571735fd6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000131
+gallium_dri.so free 0x5571735fd800 void 0.000132
+gallium_dri.so free 0x5571735fd6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd840 0.000131
+gallium_dri.so free 0x5571735fd8c0 void 0.000136
+gallium_dri.so free 0x5571735fd840 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000130
+gallium_dri.so free 0x5571735fd980 void 0.000132
+gallium_dri.so free 0x5571735fd8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd8c0 0.000132
+gallium_dri.so free 0x5571735fda40 void 0.000134
+gallium_dri.so free 0x5571735fd8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fda60 0.000132
+gallium_dri.so free 0x5571735fdb00 void 0.000131
+gallium_dri.so free 0x5571735fda60 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdab0 0.000131
+gallium_dri.so free 0x5571735fdb80 void 0.000132
+gallium_dri.so free 0x5571735fdab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdab0 0.000135
+gallium_dri.so free 0x5571735fdc00 void 0.000133
+gallium_dri.so free 0x5571735fdab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdc00 0.000144
+gallium_dri.so free 0x5571735fdcc0 void 0.000131
+gallium_dri.so free 0x5571735fdc00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdc00 0.000133
+gallium_dri.so free 0x5571735fdd80 void 0.000131
+gallium_dri.so free 0x5571735fdc00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdc00 0.000131
+gallium_dri.so free 0x5571735fde40 void 0.000132
+gallium_dri.so free 0x5571735fdc00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fddf0 0.000132
+gallium_dri.so free 0x5571735fdf00 void 0.000132
+gallium_dri.so free 0x5571735fddf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000131
+gallium_dri.so free 0x5571735fdf80 void 0.000131
+gallium_dri.so free 0x5571735fdeb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdfd0 0.000132
+gallium_dri.so free 0x5571735fe040 void 0.000130
+gallium_dri.so free 0x5571735fdfd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe060 0.000132
+gallium_dri.so free 0x5571735fe100 void 0.000131
+gallium_dri.so free 0x5571735fe060 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000133
+gallium_dri.so free 0x5571735fe180 void 0.000133
+gallium_dri.so free 0x5571735fe0b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000133
+gallium_dri.so free 0x5571735fe200 void 0.000131
+gallium_dri.so free 0x5571735fe0b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe200 0.000132
+gallium_dri.so free 0x5571735fe2c0 void 0.000132
+gallium_dri.so free 0x5571735fe200 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe200 0.000131
+gallium_dri.so free 0x5571735fe3c0 void 0.000132
+gallium_dri.so free 0x5571735fe200 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe370 0.000133
+gallium_dri.so free 0x5571735fe400 void 0.000131
+gallium_dri.so free 0x5571735fe370 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe370 0.000131
+gallium_dri.so free 0x5571735fe4c0 void 0.000132
+gallium_dri.so free 0x5571735fe370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe500 0.000132
+gallium_dri.so free 0x5571735fe580 void 0.000136
+gallium_dri.so free 0x5571735fe500 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe580 0.000133
+gallium_dri.so free 0x5571735fe640 void 0.000132
+gallium_dri.so free 0x5571735fe580 void 0.000134
+gallium_dri.so malloc 72 0x5571735fe580 0.000140
+gallium_dri.so free 0x5571735fe6c0 void 0.000132
+gallium_dri.so free 0x5571735fe580 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000131
+gallium_dri.so free 0x5571735fe740 void 0.000132
+gallium_dri.so free 0x5571735fe6f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000131
+gallium_dri.so free 0x5571735fe840 void 0.000131
+gallium_dri.so free 0x5571735fe6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe880 0.000131
+gallium_dri.so free 0x5571735fe900 void 0.000133
+gallium_dri.so free 0x5571735fe880 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe900 0.000131
+gallium_dri.so free 0x5571735fe9c0 void 0.000131
+gallium_dri.so free 0x5571735fe900 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe900 0.000131
+gallium_dri.so free 0x5571735fea40 void 0.000133
+gallium_dri.so free 0x5571735fe900 void 0.000133
+gallium_dri.so malloc 72 0x5571735fea70 0.000132
+gallium_dri.so free 0x5571735feac0 void 0.000131
+gallium_dri.so free 0x5571735fea70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fea70 0.000131
+gallium_dri.so free 0x5571735febc0 void 0.000133
+gallium_dri.so free 0x5571735fea70 void 0.000142
+gallium_dri.so malloc 72 0x5571735feb70 0.000132
+gallium_dri.so free 0x5571735fec80 void 0.000133
+gallium_dri.so free 0x5571735feb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fec30 0.000131
+gallium_dri.so free 0x5571735fed00 void 0.000132
+gallium_dri.so free 0x5571735fec30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fec30 0.000132
+gallium_dri.so free 0x5571735fedc0 void 0.000131
+gallium_dri.so free 0x5571735fec30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fec30 0.000133
+gallium_dri.so free 0x5571735fee80 void 0.000134
+gallium_dri.so free 0x5571735fec30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fee30 0.000132
+gallium_dri.so free 0x5571735fef00 void 0.000132
+gallium_dri.so free 0x5571735fee30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fef50 0.000132
+gallium_dri.so free 0x5571735fefc0 void 0.000132
+gallium_dri.so free 0x5571735fef50 void 0.000132
+gallium_dri.so malloc 72 0x5571735fefe0 0.000133
+gallium_dri.so free 0x5571735ff080 void 0.000131
+gallium_dri.so free 0x5571735fefe0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff030 0.000130
+gallium_dri.so free 0x5571735ff100 void 0.000178
+gallium_dri.so free 0x5571735ff030 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff100 0.000132
+gallium_dri.so free 0x5571735ff1c0 void 0.000133
+gallium_dri.so free 0x5571735ff100 void 0.000169
+gallium_dri.so malloc 72 0x5571735ff100 0.000135
+gallium_dri.so free 0x5571735ff240 void 0.000132
+gallium_dri.so free 0x5571735ff100 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff240 0.000131
+gallium_dri.so free 0x5571735ff300 void 0.000131
+gallium_dri.so free 0x5571735ff240 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff240 0.000130
+gallium_dri.so free 0x5571735ff3c0 void 0.000133
+gallium_dri.so free 0x5571735ff240 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff240 0.000131
+gallium_dri.so free 0x5571735ff480 void 0.000131
+gallium_dri.so free 0x5571735ff240 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff430 0.000131
+gallium_dri.so free 0x5571735ff500 void 0.000132
+gallium_dri.so free 0x5571735ff430 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff550 0.000132
+gallium_dri.so free 0x5571735ff5c0 void 0.000133
+gallium_dri.so free 0x5571735ff550 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff600 0.000134
+gallium_dri.so free 0x5571735ff680 void 0.000132
+gallium_dri.so free 0x5571735ff600 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff600 0.000130
+gallium_dri.so free 0x5571735ff700 void 0.000132
+gallium_dri.so free 0x5571735ff600 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff730 0.000133
+gallium_dri.so free 0x5571735ff780 void 0.000134
+gallium_dri.so free 0x5571735ff730 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff730 0.000131
+gallium_dri.so free 0x5571735ff880 void 0.000131
+gallium_dri.so free 0x5571735ff730 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff830 0.000130
+gallium_dri.so free 0x5571735ff940 void 0.000130
+gallium_dri.so free 0x5571735ff830 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000131
+gallium_dri.so free 0x5571735ff980 void 0.000132
+gallium_dri.so free 0x5571735ff8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000132
+gallium_dri.so free 0x5571735ffa40 void 0.000133
+gallium_dri.so free 0x5571735ff8f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ffab0 0.000132
+gallium_dri.so free 0x5571735ffb00 void 0.000139
+gallium_dri.so free 0x5571735ffab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffab0 0.000130
+gallium_dri.so free 0x5571735ffc00 void 0.000133
+gallium_dri.so free 0x5571735ffab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000132
+gallium_dri.so free 0x5571735ffcc0 void 0.000131
+gallium_dri.so free 0x5571735ffbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffc70 0.000131
+gallium_dri.so free 0x5571735ffd00 void 0.000132
+gallium_dri.so free 0x5571735ffc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffc70 0.000132
+gallium_dri.so free 0x5571735ffdc0 void 0.000132
+gallium_dri.so free 0x5571735ffc70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffe00 0.000132
+gallium_dri.so free 0x5571735ffe80 void 0.000133
+gallium_dri.so free 0x5571735ffe00 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffe80 0.000135
+gallium_dri.so free 0x5571735fff40 void 0.000133
+gallium_dri.so free 0x5571735ffe80 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffe80 0.000132
+gallium_dri.so free 0x557173600000 void 0.000135
+gallium_dri.so free 0x5571735ffe80 void 0.000131
+gallium_dri.so malloc 72 0x557173600020 0.000178
+gallium_dri.so free 0x5571736000c0 void 0.000132
+gallium_dri.so free 0x557173600020 void 0.000133
+gallium_dri.so malloc 72 0x557173600070 0.000133
+gallium_dri.so free 0x557173600140 void 0.000133
+gallium_dri.so free 0x557173600070 void 0.000131
+gallium_dri.so malloc 72 0x557173600070 0.000132
+gallium_dri.so free 0x5571736001c0 void 0.000131
+gallium_dri.so free 0x557173600070 void 0.000132
+gallium_dri.so malloc 72 0x5571736001c0 0.000132
+gallium_dri.so free 0x557173600280 void 0.000132
+gallium_dri.so free 0x5571736001c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736001c0 0.000130
+gallium_dri.so free 0x557173600340 void 0.000131
+gallium_dri.so free 0x5571736001c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736001c0 0.000132
+gallium_dri.so free 0x557173600400 void 0.000133
+gallium_dri.so free 0x5571736001c0 void 0.000133
+gallium_dri.so malloc 72 0x5571736003b0 0.000131
+gallium_dri.so free 0x5571736004c0 void 0.000132
+gallium_dri.so free 0x5571736003b0 void 0.000133
+gallium_dri.so malloc 72 0x557173600470 0.000131
+gallium_dri.so free 0x557173600540 void 0.000133
+gallium_dri.so free 0x557173600470 void 0.000134
+gallium_dri.so malloc 72 0x557173600590 0.000131
+gallium_dri.so free 0x557173600600 void 0.000131
+gallium_dri.so free 0x557173600590 void 0.000133
+gallium_dri.so malloc 72 0x557173600620 0.000131
+gallium_dri.so free 0x5571736006c0 void 0.000133
+gallium_dri.so free 0x557173600620 void 0.000132
+gallium_dri.so malloc 72 0x557173600670 0.000131
+gallium_dri.so free 0x557173600740 void 0.000131
+gallium_dri.so free 0x557173600670 void 0.000133
+gallium_dri.so malloc 72 0x557173600670 0.000131
+gallium_dri.so free 0x5571736007c0 void 0.000131
+gallium_dri.so free 0x557173600670 void 0.000133
+gallium_dri.so malloc 72 0x5571736007c0 0.000131
+gallium_dri.so free 0x557173600880 void 0.000131
+gallium_dri.so free 0x5571736007c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736007c0 0.000132
+gallium_dri.so free 0x557173600980 void 0.000133
+gallium_dri.so free 0x5571736007c0 void 0.000132
+gallium_dri.so malloc 72 0x557173600930 0.000132
+gallium_dri.so free 0x5571736009c0 void 0.000132
+gallium_dri.so free 0x557173600930 void 0.000132
+gallium_dri.so malloc 72 0x557173600930 0.000130
+gallium_dri.so free 0x557173600a80 void 0.000133
+gallium_dri.so free 0x557173600930 void 0.000129
+gallium_dri.so malloc 72 0x557173600ac0 0.000133
+gallium_dri.so free 0x557173600b40 void 0.000132
+gallium_dri.so free 0x557173600ac0 void 0.000132
+gallium_dri.so malloc 72 0x557173600b40 0.000136
+gallium_dri.so free 0x557173600c00 void 0.000134
+gallium_dri.so free 0x557173600b40 void 0.000133
+gallium_dri.so malloc 72 0x557173600b40 0.000131
+gallium_dri.so free 0x557173600c80 void 0.000132
+gallium_dri.so free 0x557173600b40 void 0.000132
+gallium_dri.so malloc 72 0x557173600cb0 0.000133
+gallium_dri.so free 0x557173600d00 void 0.000135
+gallium_dri.so free 0x557173600cb0 void 0.000133
+gallium_dri.so malloc 72 0x557173600cb0 0.000133
+gallium_dri.so free 0x557173600e00 void 0.000130
+gallium_dri.so free 0x557173600cb0 void 0.000131
+gallium_dri.so malloc 72 0x557173600e40 0.000132
+gallium_dri.so free 0x557173600ec0 void 0.000135
+gallium_dri.so free 0x557173600e40 void 0.000131
+gallium_dri.so malloc 72 0x557173600ec0 0.000131
+gallium_dri.so free 0x557173600f80 void 0.000130
+gallium_dri.so free 0x557173600ec0 void 0.000180
+gallium_dri.so malloc 72 0x557173600ec0 0.000133
+gallium_dri.so free 0x557173601000 void 0.000131
+gallium_dri.so free 0x557173600ec0 void 0.000132
+gallium_dri.so malloc 72 0x557173601030 0.000131
+gallium_dri.so free 0x557173601080 void 0.000133
+gallium_dri.so free 0x557173601030 void 0.000132
+gallium_dri.so malloc 72 0x557173601030 0.000131
+gallium_dri.so free 0x5571734635c0 void 0.000131
+gallium_dri.so free 0x557173601180 void 0.000127
+gallium_dri.so free 0x557173601030 void 0.000124
+gallium_dri.so malloc 72 0x557173601130 0.000124
+gallium_dri.so free 0x55717360c0c0 void 0.000125
+gallium_dri.so free 0x557173601130 void 0.000123
+gallium_dri.so malloc 72 0x55717360c120 0.000127
+gallium_dri.so free 0x55717360c1c0 void 0.000124
+gallium_dri.so free 0x55717360c120 void 0.000126
+gallium_dri.so malloc 72 0x55717360c170 0.000127
+gallium_dri.so free 0x55717360c200 void 0.000127
+gallium_dri.so free 0x55717360c170 void 0.000125
+gallium_dri.so malloc 72 0x55717360c170 0.000124
+gallium_dri.so free 0x55717360c2c0 void 0.000124
+gallium_dri.so free 0x55717360c170 void 0.000124
+gallium_dri.so malloc 72 0x55717360c300 0.000134
+gallium_dri.so free 0x55717360c380 void 0.000131
+gallium_dri.so free 0x55717360c300 void 0.000124
+gallium_dri.so malloc 72 0x55717360c380 0.000126
+gallium_dri.so free 0x55717360c440 void 0.000127
+gallium_dri.so free 0x55717360c380 void 0.000125
+gallium_dri.so malloc 72 0x55717360c380 0.000124
+gallium_dri.so free 0x55717360c4c0 void 0.000125
+gallium_dri.so free 0x55717360c380 void 0.000123
+gallium_dri.so malloc 72 0x55717360c4f0 0.000123
+gallium_dri.so free 0x55717360c540 void 0.000127
+gallium_dri.so free 0x55717360c4f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c540 0.000125
+gallium_dri.so free 0x55717360c600 void 0.000125
+gallium_dri.so free 0x55717360c540 void 0.000123
+gallium_dri.so malloc 72 0x55717360c540 0.000125
+gallium_dri.so free 0x55717360c700 void 0.000126
+gallium_dri.so free 0x55717360c540 void 0.000124
+gallium_dri.so malloc 72 0x55717360c6b0 0.000176
+gallium_dri.so free 0x55717360c7c0 void 0.000129
+gallium_dri.so free 0x55717360c6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c770 0.000124
+gallium_dri.so free 0x55717360c800 void 0.000126
+gallium_dri.so free 0x55717360c770 void 0.000124
+gallium_dri.so malloc 72 0x55717360c770 0.000136
+gallium_dri.so free 0x55717360c8c0 void 0.000129
+gallium_dri.so free 0x55717360c770 void 0.000125
+gallium_dri.so malloc 72 0x55717360c900 0.000123
+gallium_dri.so free 0x55717360c980 void 0.000124
+gallium_dri.so free 0x55717360c900 void 0.000130
+gallium_dri.so malloc 72 0x55717360c980 0.000124
+gallium_dri.so free 0x55717360ca40 void 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000124
+gallium_dri.so malloc 72 0x55717360c980 0.000125
+gallium_dri.so free 0x55717360cac0 void 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000125
+gallium_dri.so malloc 72 0x55717360c980 0.000124
+gallium_dri.so free 0x55717360cb80 void 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000123
+gallium_dri.so malloc 72 0x55717360c980 0.000124
+gallium_dri.so free 0x55717360cc40 void 0.000124
+gallium_dri.so free 0x55717360c980 void 0.000124
+gallium_dri.so malloc 72 0x55717360cbf0 0.000125
+gallium_dri.so free 0x55717360ccc0 void 0.000127
+gallium_dri.so free 0x55717360cbf0 void 0.000128
+gallium_dri.so malloc 72 0x55717360cd10 0.000126
+gallium_dri.so free 0x55717360cd80 void 0.000125
+gallium_dri.so free 0x55717360cd10 void 0.000124
+gallium_dri.so malloc 72 0x55717360cda0 0.000126
+gallium_dri.so free 0x55717360ce40 void 0.000132
+gallium_dri.so free 0x55717360cda0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cdf0 0.000124
+gallium_dri.so free 0x55717360cec0 void 0.000125
+gallium_dri.so free 0x55717360cdf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cdf0 0.000125
+gallium_dri.so free 0x55717360cfc0 void 0.000125
+gallium_dri.so free 0x55717360cdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cf70 0.000127
+gallium_dri.so free 0x55717360d040 void 0.000124
+gallium_dri.so free 0x55717360cf70 void 0.000124
+gallium_dri.so malloc 72 0x55717360d090 0.000125
+gallium_dri.so free 0x55717360d100 void 0.000123
+gallium_dri.so free 0x55717360d090 void 0.000125
+gallium_dri.so malloc 72 0x55717360d120 0.000124
+gallium_dri.so free 0x55717360d1c0 void 0.000123
+gallium_dri.so free 0x55717360d120 void 0.000125
+gallium_dri.so malloc 72 0x55717360d170 0.000124
+gallium_dri.so free 0x55717360d240 void 0.000127
+gallium_dri.so free 0x55717360d170 void 0.000127
+gallium_dri.so malloc 72 0x55717360d170 0.000125
+gallium_dri.so free 0x55717360d2c0 void 0.000125
+gallium_dri.so free 0x55717360d170 void 0.000123
+gallium_dri.so malloc 72 0x55717360d2c0 0.000123
+gallium_dri.so free 0x55717360d380 void 0.000143
+gallium_dri.so free 0x55717360d2c0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d2c0 0.000124
+gallium_dri.so free 0x55717360d480 void 0.000124
+gallium_dri.so free 0x55717360d2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d2c0 0.000124
+gallium_dri.so free 0x55717360d500 void 0.000129
+gallium_dri.so free 0x55717360d2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d530 0.000125
+gallium_dri.so free 0x55717360d580 void 0.000125
+gallium_dri.so free 0x55717360d530 void 0.000126
+gallium_dri.so malloc 72 0x55717360d530 0.000123
+gallium_dri.so free 0x55717360d680 void 0.000124
+gallium_dri.so free 0x55717360d530 void 0.000124
+gallium_dri.so malloc 72 0x55717360d630 0.000125
+gallium_dri.so free 0x55717360d740 void 0.000125
+gallium_dri.so free 0x55717360d630 void 0.000124
+gallium_dri.so malloc 72 0x55717360d6f0 0.000124
+gallium_dri.so free 0x55717360d780 void 0.000127
+gallium_dri.so free 0x55717360d6f0 void 0.000135
+gallium_dri.so malloc 72 0x55717360d6f0 0.000125
+gallium_dri.so free 0x55717360d840 void 0.000125
+gallium_dri.so free 0x55717360d6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d890 0.000124
+gallium_dri.so free 0x55717360d900 void 0.000141
+gallium_dri.so free 0x55717360d890 void 0.000128
+gallium_dri.so malloc 72 0x55717360d940 0.000124
+gallium_dri.so free 0x55717360d9c0 void 0.000125
+gallium_dri.so free 0x55717360d940 void 0.000123
+gallium_dri.so malloc 72 0x55717360d9c0 0.000124
+gallium_dri.so free 0x55717360da80 void 0.000124
+gallium_dri.so free 0x55717360d9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d9c0 0.000126
+gallium_dri.so free 0x55717360db00 void 0.000125
+gallium_dri.so free 0x55717360d9c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360db30 0.000124
+gallium_dri.so free 0x55717360db80 void 0.000125
+gallium_dri.so free 0x55717360db30 void 0.000123
+gallium_dri.so malloc 72 0x55717360db30 0.000125
+gallium_dri.so free 0x55717360dc80 void 0.000124
+gallium_dri.so free 0x55717360db30 void 0.000123
+gallium_dri.so malloc 72 0x55717360dc30 0.000124
+gallium_dri.so free 0x55717360dd40 void 0.000128
+gallium_dri.so free 0x55717360dc30 void 0.000127
+gallium_dri.so malloc 72 0x55717360dcf0 0.000124
+gallium_dri.so free 0x55717360ddc0 void 0.000125
+gallium_dri.so free 0x55717360dcf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360dde0 0.000125
+gallium_dri.so free 0x55717360de80 void 0.000179
+gallium_dri.so free 0x55717360dde0 void 0.000134
+gallium_dri.so malloc 72 0x55717360de30 0.000132
+gallium_dri.so free 0x55717360df00 void 0.000131
+gallium_dri.so free 0x55717360de30 void 0.000132
+gallium_dri.so malloc 72 0x55717360de30 0.000130
+gallium_dri.so free 0x55717360df80 void 0.000131
+gallium_dri.so free 0x55717360de30 void 0.000132
+gallium_dri.so malloc 72 0x55717360df80 0.000133
+gallium_dri.so free 0x55717360e040 void 0.000131
+gallium_dri.so free 0x55717360df80 void 0.000131
+gallium_dri.so malloc 72 0x55717360df80 0.000131
+gallium_dri.so free 0x55717360e100 void 0.000132
+gallium_dri.so free 0x55717360df80 void 0.000131
+gallium_dri.so malloc 72 0x55717360df80 0.000130
+gallium_dri.so free 0x55717360e1c0 void 0.000133
+gallium_dri.so free 0x55717360df80 void 0.000132
+gallium_dri.so malloc 72 0x55717360e170 0.000181
+gallium_dri.so free 0x55717360e1c0 void 0.000134
+gallium_dri.so free 0x55717360e170 void 0.000132
+gallium_dri.so malloc 72 0x55717360e170 0.000132
+gallium_dri.so free 0x55717360e2c0 void 0.000131
+gallium_dri.so free 0x55717360e170 void 0.000130
+gallium_dri.so malloc 72 0x55717360e270 0.000139
+gallium_dri.so free 0x55717360e380 void 0.000133
+gallium_dri.so free 0x55717360e270 void 0.000132
+gallium_dri.so malloc 72 0x55717360e330 0.000131
+gallium_dri.so free 0x55717360e3c0 void 0.000131
+gallium_dri.so free 0x55717360e330 void 0.000132
+gallium_dri.so malloc 72 0x55717360e330 0.000131
+gallium_dri.so free 0x55717360e480 void 0.000131
+gallium_dri.so free 0x55717360e330 void 0.000132
+gallium_dri.so malloc 72 0x55717360e4c0 0.000134
+gallium_dri.so free 0x55717360e540 void 0.000131
+gallium_dri.so free 0x55717360e4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e540 0.000132
+gallium_dri.so free 0x55717360e600 void 0.000132
+gallium_dri.so free 0x55717360e540 void 0.000133
+gallium_dri.so malloc 72 0x55717360e540 0.000132
+gallium_dri.so free 0x55717360e6c0 void 0.000130
+gallium_dri.so free 0x55717360e540 void 0.000131
+gallium_dri.so malloc 72 0x55717360e6e0 0.000132
+gallium_dri.so free 0x55717360e780 void 0.000133
+gallium_dri.so free 0x55717360e6e0 void 0.000132
+gallium_dri.so malloc 72 0x55717360e730 0.000134
+gallium_dri.so free 0x55717360e800 void 0.000131
+gallium_dri.so free 0x55717360e730 void 0.000133
+gallium_dri.so malloc 72 0x55717360e730 0.000132
+gallium_dri.so free 0x55717360e880 void 0.000130
+gallium_dri.so free 0x55717360e730 void 0.000132
+gallium_dri.so malloc 72 0x55717360e880 0.000131
+gallium_dri.so free 0x55717360e940 void 0.000132
+gallium_dri.so free 0x55717360e880 void 0.000130
+gallium_dri.so malloc 72 0x55717360e880 0.000130
+gallium_dri.so free 0x55717360ea00 void 0.000131
+gallium_dri.so free 0x55717360e880 void 0.000131
+gallium_dri.so malloc 72 0x55717360e880 0.000132
+gallium_dri.so free 0x55717360eac0 void 0.000131
+gallium_dri.so free 0x55717360e880 void 0.000132
+gallium_dri.so malloc 72 0x55717360ea70 0.000133
+gallium_dri.so free 0x55717360eb80 void 0.000133
+gallium_dri.so free 0x55717360ea70 void 0.000132
+gallium_dri.so malloc 72 0x55717360eb30 0.000133
+gallium_dri.so free 0x55717360ec00 void 0.000132
+gallium_dri.so free 0x55717360eb30 void 0.000132
+gallium_dri.so malloc 72 0x55717360ec50 0.000130
+gallium_dri.so free 0x55717360ecc0 void 0.000131
+gallium_dri.so free 0x55717360ec50 void 0.000132
+gallium_dri.so malloc 72 0x55717360ece0 0.000130
+gallium_dri.so free 0x55717360ed80 void 0.000136
+gallium_dri.so free 0x55717360ece0 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed30 0.000131
+gallium_dri.so free 0x55717360ee00 void 0.000130
+gallium_dri.so free 0x55717360ed30 void 0.000132
+gallium_dri.so malloc 72 0x55717360ed30 0.000174
+gallium_dri.so free 0x55717360ee80 void 0.000134
+gallium_dri.so free 0x55717360ed30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ee80 0.000131
+gallium_dri.so free 0x55717360ef40 void 0.000132
+gallium_dri.so free 0x55717360ee80 void 0.000131
+gallium_dri.so malloc 72 0x55717360ee80 0.000131
+gallium_dri.so free 0x55717360f040 void 0.000132
+gallium_dri.so free 0x55717360ee80 void 0.000130
+gallium_dri.so malloc 72 0x55717360eff0 0.000131
+gallium_dri.so free 0x55717360f080 void 0.000132
+gallium_dri.so free 0x55717360eff0 void 0.000131
+gallium_dri.so malloc 72 0x55717360eff0 0.000132
+gallium_dri.so free 0x55717360f140 void 0.000131
+gallium_dri.so free 0x55717360eff0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f180 0.000131
+gallium_dri.so free 0x55717360f200 void 0.000131
+gallium_dri.so free 0x55717360f180 void 0.000139
+gallium_dri.so malloc 72 0x55717360f200 0.000138
+gallium_dri.so free 0x55717360f2c0 void 0.000133
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so malloc 72 0x55717360f200 0.000132
+gallium_dri.so free 0x55717360f340 void 0.000131
+gallium_dri.so free 0x55717360f200 void 0.000132
+gallium_dri.so malloc 72 0x55717360f370 0.000131
+gallium_dri.so free 0x55717360f3c0 void 0.000131
+gallium_dri.so free 0x55717360f370 void 0.000131
+gallium_dri.so malloc 72 0x55717360f370 0.000131
+gallium_dri.so free 0x55717360f4c0 void 0.000133
+gallium_dri.so free 0x55717360f370 void 0.000130
+gallium_dri.so malloc 72 0x55717360f500 0.000133
+gallium_dri.so free 0x55717360f580 void 0.000132
+gallium_dri.so free 0x55717360f500 void 0.000133
+gallium_dri.so malloc 72 0x55717360f580 0.000130
+gallium_dri.so free 0x55717360f640 void 0.000132
+gallium_dri.so free 0x55717360f580 void 0.000131
+gallium_dri.so malloc 72 0x55717360f580 0.000131
+gallium_dri.so free 0x55717360f6c0 void 0.000131
+gallium_dri.so free 0x55717360f580 void 0.000131
+gallium_dri.so malloc 72 0x55717360f6f0 0.000131
+gallium_dri.so free 0x55717360f740 void 0.000140
+gallium_dri.so free 0x55717360f6f0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f6f0 0.000133
+gallium_dri.so free 0x55717360f840 void 0.000130
+gallium_dri.so free 0x55717360f6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f7f0 0.000132
+gallium_dri.so free 0x55717360f900 void 0.000133
+gallium_dri.so free 0x55717360f7f0 void 0.000132
+gallium_dri.so malloc 72 0x55717360f8b0 0.000133
+gallium_dri.so free 0x55717360f980 void 0.000132
+gallium_dri.so free 0x55717360f8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f8b0 0.000132
+gallium_dri.so free 0x55717360fa40 void 0.000133
+gallium_dri.so free 0x55717360f8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f8b0 0.000133
+gallium_dri.so free 0x55717360fb00 void 0.000132
+gallium_dri.so free 0x55717360f8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360fab0 0.000132
+gallium_dri.so free 0x55717360fb80 void 0.000136
+gallium_dri.so free 0x55717360fab0 void 0.000130
+gallium_dri.so malloc 72 0x55717360fbd0 0.000130
+gallium_dri.so free 0x55717360fc40 void 0.000129
+gallium_dri.so free 0x55717360fbd0 void 0.000129
+gallium_dri.so malloc 72 0x55717360fc60 0.000177
+gallium_dri.so free 0x55717360fd00 void 0.000131
+gallium_dri.so free 0x55717360fc60 void 0.000132
+gallium_dri.so malloc 72 0x55717360fcb0 0.000132
+gallium_dri.so free 0x55717360fd80 void 0.000131
+gallium_dri.so free 0x55717360fcb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fd80 0.000131
+gallium_dri.so free 0x55717360fe40 void 0.000132
+gallium_dri.so free 0x55717360fd80 void 0.000130
+gallium_dri.so malloc 72 0x55717360fd80 0.000131
+gallium_dri.so free 0x55717360fec0 void 0.000131
+gallium_dri.so free 0x55717360fd80 void 0.000132
+gallium_dri.so malloc 72 0x55717360fec0 0.000131
+gallium_dri.so free 0x55717360ff80 void 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000129
+gallium_dri.so malloc 72 0x55717360fec0 0.000135
+gallium_dri.so free 0x557173610040 void 0.000131
+gallium_dri.so free 0x55717360fec0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fec0 0.000130
+gallium_dri.so free 0x557173610100 void 0.000130
+gallium_dri.so free 0x55717360fec0 void 0.000130
+gallium_dri.so malloc 72 0x5571736100b0 0.000130
+gallium_dri.so free 0x557173610180 void 0.000132
+gallium_dri.so free 0x5571736100b0 void 0.000142
+gallium_dri.so malloc 72 0x5571736101d0 0.000131
+gallium_dri.so free 0x557173610240 void 0.000132
+gallium_dri.so free 0x5571736101d0 void 0.000132
+gallium_dri.so malloc 72 0x557173610280 0.000132
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610280 void 0.000131
+gallium_dri.so malloc 72 0x557173610280 0.000130
+gallium_dri.so free 0x557173610380 void 0.000132
+gallium_dri.so free 0x557173610280 void 0.000131
+gallium_dri.so malloc 72 0x5571736103b0 0.000130
+gallium_dri.so free 0x557173610400 void 0.000131
+gallium_dri.so free 0x5571736103b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736103b0 0.000130
+gallium_dri.so free 0x557173610500 void 0.000130
+gallium_dri.so free 0x5571736103b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736104b0 0.000131
+gallium_dri.so free 0x5571736105c0 void 0.000131
+gallium_dri.so free 0x5571736104b0 void 0.000130
+gallium_dri.so malloc 72 0x557173610570 0.000130
+gallium_dri.so free 0x557173610600 void 0.000131
+gallium_dri.so free 0x557173610570 void 0.000131
+gallium_dri.so malloc 72 0x557173610570 0.000132
+gallium_dri.so free 0x5571736106c0 void 0.000142
+gallium_dri.so free 0x557173610570 void 0.000131
+gallium_dri.so malloc 72 0x557173610730 0.000131
+gallium_dri.so free 0x557173610780 void 0.000130
+gallium_dri.so free 0x557173610730 void 0.000130
+gallium_dri.so malloc 72 0x557173610730 0.000131
+gallium_dri.so free 0x557173610880 void 0.000180
+gallium_dri.so free 0x557173610730 void 0.000130
+gallium_dri.so malloc 72 0x557173610830 0.000130
+gallium_dri.so free 0x557173610940 void 0.000131
+gallium_dri.so free 0x557173610830 void 0.000131
+gallium_dri.so malloc 72 0x5571736108f0 0.000132
+gallium_dri.so free 0x557173610980 void 0.000132
+gallium_dri.so free 0x5571736108f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736108f0 0.000130
+gallium_dri.so free 0x557173610a40 void 0.000130
+gallium_dri.so free 0x5571736108f0 void 0.000129
+gallium_dri.so malloc 72 0x557173610a80 0.000131
+gallium_dri.so free 0x557173610b00 void 0.000131
+gallium_dri.so free 0x557173610a80 void 0.000130
+gallium_dri.so malloc 72 0x557173610b00 0.000131
+gallium_dri.so free 0x557173610bc0 void 0.000132
+gallium_dri.so free 0x557173610b00 void 0.000131
+gallium_dri.so malloc 72 0x557173610b00 0.000139
+gallium_dri.so free 0x557173610c80 void 0.000129
+gallium_dri.so free 0x557173610b00 void 0.000128
+gallium_dri.so malloc 72 0x557173610ca0 0.000271
+gallium_dri.so free 0x557173610d40 void 0.000194
+gallium_dri.so free 0x557173610ca0 void 0.000193
+gallium_dri.so malloc 72 0x557173610cf0 0.000133
+gallium_dri.so free 0x557173610dc0 void 0.000131
+gallium_dri.so free 0x557173610cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173610cf0 0.000131
+gallium_dri.so free 0x557173610e40 void 0.000131
+gallium_dri.so free 0x557173610cf0 void 0.000132
+gallium_dri.so malloc 72 0x557173610e40 0.000131
+gallium_dri.so free 0x557173610f00 void 0.000131
+gallium_dri.so free 0x557173610e40 void 0.000131
+gallium_dri.so malloc 72 0x557173610e40 0.000132
+gallium_dri.so free 0x557173610fc0 void 0.000130
+gallium_dri.so free 0x557173610e40 void 0.000130
+gallium_dri.so malloc 72 0x557173610e40 0.000131
+gallium_dri.so free 0x557173611080 void 0.000133
+gallium_dri.so free 0x557173610e40 void 0.000130
+gallium_dri.so malloc 72 0x557173611030 0.000138
+gallium_dri.so free 0x557173611140 void 0.000131
+gallium_dri.so free 0x557173611030 void 0.000131
+gallium_dri.so malloc 72 0x5571736110f0 0.000129
+gallium_dri.so free 0x5571736111c0 void 0.000130
+gallium_dri.so free 0x5571736110f0 void 0.000130
+gallium_dri.so malloc 72 0x557173611210 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000167
+gallium_dri.so free 0x557173611210 void 0.000213
+gallium_dri.so malloc 72 0x557173611210 0.000176
+gallium_dri.so free 0x5571735bfe40 void 0.000130
+gallium_dri.so free 0x557173611210 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfe70 0.000132
+gallium_dri.so free 0x5571735bfec0 void 0.000131
+gallium_dri.so free 0x5571735bfe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfe70 0.000132
+gallium_dri.so free 0x5571735bffc0 void 0.000132
+gallium_dri.so free 0x5571735bfe70 void 0.000171
+gallium_dri.so malloc 72 0x5571735bff70 0.000132
+gallium_dri.so free 0x5571735c0080 void 0.000133
+gallium_dri.so free 0x5571735bff70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0030 0.000131
+gallium_dri.so free 0x5571735c0100 void 0.000177
+gallium_dri.so free 0x5571735c0030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0120 0.000131
+gallium_dri.so free 0x5571735c01c0 void 0.000132
+gallium_dri.so free 0x5571735c0120 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0170 0.000132
+gallium_dri.so free 0x5571735c0240 void 0.000131
+gallium_dri.so free 0x5571735c0170 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0170 0.000130
+gallium_dri.so free 0x5571735c02c0 void 0.000132
+gallium_dri.so free 0x5571735c0170 void 0.000131
+gallium_dri.so malloc 72 0x5571735c02c0 0.000131
+gallium_dri.so free 0x5571735c0380 void 0.000132
+gallium_dri.so free 0x5571735c02c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c02c0 0.000131
+gallium_dri.so free 0x5571735c0440 void 0.000132
+gallium_dri.so free 0x5571735c02c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c02c0 0.000131
+gallium_dri.so free 0x5571735c0500 void 0.000132
+gallium_dri.so free 0x5571735c02c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c04b0 0.000131
+gallium_dri.so free 0x5571735c0500 void 0.000136
+gallium_dri.so free 0x5571735c04b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c04b0 0.000138
+gallium_dri.so free 0x5571735c0600 void 0.000130
+gallium_dri.so free 0x5571735c04b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c05b0 0.000130
+gallium_dri.so free 0x5571735c06c0 void 0.000130
+gallium_dri.so free 0x5571735c05b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0670 0.000129
+gallium_dri.so free 0x5571735c0700 void 0.000131
+gallium_dri.so free 0x5571735c0670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0670 0.000129
+gallium_dri.so free 0x5571735c07c0 void 0.000129
+gallium_dri.so free 0x5571735c0670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0800 0.000129
+gallium_dri.so free 0x5571735c0880 void 0.000130
+gallium_dri.so free 0x5571735c0800 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0880 0.000129
+gallium_dri.so free 0x5571735c0940 void 0.000130
+gallium_dri.so free 0x5571735c0880 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0880 0.000129
+gallium_dri.so free 0x5571735c0a00 void 0.000128
+gallium_dri.so free 0x5571735c0880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a20 0.000129
+gallium_dri.so free 0x5571735c0ac0 void 0.000130
+gallium_dri.so free 0x5571735c0a20 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0a70 0.000131
+gallium_dri.so free 0x5571735c0b40 void 0.000129
+gallium_dri.so free 0x5571735c0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a70 0.000129
+gallium_dri.so free 0x5571735c0bc0 void 0.000131
+gallium_dri.so free 0x5571735c0a70 void 0.000177
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000129
+gallium_dri.so free 0x5571735c0c80 void 0.000131
+gallium_dri.so free 0x5571735c0bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000130
+gallium_dri.so free 0x5571735c0bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000130
+gallium_dri.so free 0x5571735c0e00 void 0.000130
+gallium_dri.so free 0x5571735c0bc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0db0 0.000130
+gallium_dri.so free 0x5571735c0ec0 void 0.000129
+gallium_dri.so free 0x5571735c0db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0e70 0.000130
+gallium_dri.so free 0x5571735c0f40 void 0.000129
+gallium_dri.so free 0x5571735c0e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0f90 0.000129
+gallium_dri.so free 0x5571735c1000 void 0.000144
+gallium_dri.so free 0x5571735c0f90 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1020 0.000133
+gallium_dri.so free 0x5571735c10c0 void 0.000134
+gallium_dri.so free 0x5571735c1020 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x5571735c1140 void 0.000132
+gallium_dri.so free 0x5571735c1070 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000132
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000130
+gallium_dri.so free 0x5571735c1280 void 0.000136
+gallium_dri.so free 0x5571735c11c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c11c0 0.000130
+gallium_dri.so free 0x5571735c1380 void 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1330 0.000130
+gallium_dri.so free 0x5571735c13c0 void 0.000132
+gallium_dri.so free 0x5571735c1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1330 0.000130
+gallium_dri.so free 0x5571735c1480 void 0.000131
+gallium_dri.so free 0x5571735c1330 void 0.000131
+gallium_dri.so malloc 72 0x5571735c14c0 0.000138
+gallium_dri.so free 0x5571735c1540 void 0.000130
+gallium_dri.so free 0x5571735c14c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1540 0.000129
+gallium_dri.so free 0x5571735c1600 void 0.000129
+gallium_dri.so free 0x5571735c1540 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1540 0.000129
+gallium_dri.so free 0x5571735c1680 void 0.000130
+gallium_dri.so free 0x5571735c1540 void 0.000130
+gallium_dri.so malloc 72 0x5571735c16b0 0.000130
+gallium_dri.so free 0x5571735c1700 void 0.000130
+gallium_dri.so free 0x5571735c16b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c16b0 0.000129
+gallium_dri.so free 0x5571735c1800 void 0.000129
+gallium_dri.so free 0x5571735c16b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1840 0.000130
+gallium_dri.so free 0x5571735c18c0 void 0.000130
+gallium_dri.so free 0x5571735c1840 void 0.000129
+gallium_dri.so malloc 72 0x5571735c18c0 0.000171
+gallium_dri.so free 0x5571735c1980 void 0.000129
+gallium_dri.so free 0x5571735c18c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c18c0 0.000127
+gallium_dri.so free 0x5571735c1a00 void 0.000130
+gallium_dri.so free 0x5571735c18c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1a30 0.000133
+gallium_dri.so free 0x5571735c1a80 void 0.000132
+gallium_dri.so free 0x5571735c1a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1a30 0.000130
+gallium_dri.so free 0x5571735c1b80 void 0.000131
+gallium_dri.so free 0x5571735c1a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1b30 0.000132
+gallium_dri.so free 0x5571735c1c40 void 0.000130
+gallium_dri.so free 0x5571735c1b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000132
+gallium_dri.so free 0x5571735c1cc0 void 0.000130
+gallium_dri.so free 0x5571735c1bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000131
+gallium_dri.so free 0x5571735c1d80 void 0.000131
+gallium_dri.so free 0x5571735c1bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000131
+gallium_dri.so free 0x5571735c1e40 void 0.000130
+gallium_dri.so free 0x5571735c1bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1df0 0.000129
+gallium_dri.so free 0x5571735c1ec0 void 0.000130
+gallium_dri.so free 0x5571735c1df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1f10 0.000130
+gallium_dri.so free 0x5571735c1f80 void 0.000132
+gallium_dri.so free 0x5571735c1f10 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000164
+gallium_dri.so free 0x5571735c2040 void 0.000236
+gallium_dri.so free 0x5571735c1fa0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000135
+gallium_dri.so free 0x5571735c20c0 void 0.000134
+gallium_dri.so free 0x5571735c1ff0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c20c0 0.000134
+gallium_dri.so free 0x5571735c2180 void 0.000176
+gallium_dri.so free 0x5571735c20c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c20c0 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so free 0x5571735c20c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2200 0.000116
+gallium_dri.so free 0x5571735c22c0 void 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2200 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c2440 void 0.000116
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c23f0 0.000117
+gallium_dri.so free 0x5571735c24c0 void 0.000129
+gallium_dri.so free 0x5571735c23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2510 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000113
+gallium_dri.so free 0x5571735c2510 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c25c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c25c0 0.000114
+gallium_dri.so free 0x5571735c26c0 void 0.000116
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c26f0 0.000113
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c26f0 0.000113
+gallium_dri.so free 0x5571735c2840 void 0.000114
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27f0 0.000113
+gallium_dri.so free 0x5571735c2900 void 0.000113
+gallium_dri.so free 0x5571735c27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c28b0 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c28b0 0.000115
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x5571735c2a70 void 0.000164
+gallium_dri.so malloc 72 0x5571735c2a70 0.000156
+gallium_dri.so free 0x5571735c2bc0 void 0.000155
+gallium_dri.so free 0x5571735c2a70 void 0.000153
+gallium_dri.so malloc 72 0x5571735c2b70 0.000152
+gallium_dri.so free 0x5571735c2c80 void 0.000155
+gallium_dri.so free 0x5571735c2b70 void 0.000151
+gallium_dri.so malloc 72 0x5571735c2c30 0.000152
+gallium_dri.so free 0x5571735c2cc0 void 0.000154
+gallium_dri.so free 0x5571735c2c30 void 0.000153
+gallium_dri.so malloc 72 0x5571735c2c30 0.000154
+gallium_dri.so free 0x5571735c2d80 void 0.000155
+gallium_dri.so free 0x5571735c2c30 void 0.000153
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000152
+gallium_dri.so free 0x5571735c2e40 void 0.000154
+gallium_dri.so free 0x5571735c2dc0 void 0.000152
+gallium_dri.so malloc 72 0x5571735c2e40 0.000154
+gallium_dri.so free 0x5571735c2f00 void 0.000154
+gallium_dri.so free 0x5571735c2e40 void 0.000155
+gallium_dri.so malloc 72 0x5571735c2e40 0.000153
+gallium_dri.so free 0x5571735c2fc0 void 0.000178
+gallium_dri.so free 0x5571735c2e40 void 0.000158
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000156
+gallium_dri.so free 0x5571735c3080 void 0.000199
+gallium_dri.so free 0x5571735c2fe0 void 0.000156
+gallium_dri.so malloc 72 0x5571735c3030 0.000156
+gallium_dri.so free 0x5571735c3100 void 0.000156
+gallium_dri.so free 0x5571735c3030 void 0.000154
+gallium_dri.so malloc 72 0x5571735c3030 0.000153
+gallium_dri.so free 0x5571735c3180 void 0.000155
+gallium_dri.so free 0x5571735c3030 void 0.000153
+gallium_dri.so malloc 72 0x5571735c3180 0.000160
+gallium_dri.so free 0x5571735c3240 void 0.000129
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3180 0.000115
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3180 0.000120
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x5571735c3180 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3370 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000116
+gallium_dri.so free 0x5571735c3370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3430 0.000126
+gallium_dri.so free 0x5571735c3500 void 0.000115
+gallium_dri.so free 0x5571735c3430 void 0.000143
+gallium_dri.so malloc 72 0x5571735c3550 0.000114
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so free 0x5571735c3550 void 0.000112
+gallium_dri.so malloc 72 0x5571735c35e0 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c35e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3700 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3780 void 0.000114
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3780 0.000113
+gallium_dri.so free 0x5571735c3840 void 0.000115
+gallium_dri.so free 0x5571735c3780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3780 0.000114
+gallium_dri.so free 0x5571735c3940 void 0.000114
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so malloc 72 0x5571735c38f0 0.000114
+gallium_dri.so free 0x5571735c3980 void 0.000115
+gallium_dri.so free 0x5571735c38f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3a40 void 0.000115
+gallium_dri.so free 0x5571735c38f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a80 0.000127
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c3a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b00 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b00 0.000114
+gallium_dri.so free 0x5571735c3c40 void 0.000115
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c70 0.000126
+gallium_dri.so free 0x5571735c3cc0 void 0.000116
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e00 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e80 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3e80 0.000113
+gallium_dri.so free 0x5571735c3fc0 void 0.000115
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000116
+gallium_dri.so free 0x5571735c3ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000112
+gallium_dri.so free 0x5571735c4140 void 0.000124
+gallium_dri.so free 0x5571735c3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40f0 0.000115
+gallium_dri.so free 0x5571735c4200 void 0.000117
+gallium_dri.so free 0x5571735c40f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c41b0 0.000115
+gallium_dri.so free 0x5571735c4280 void 0.000116
+gallium_dri.so free 0x5571735c41b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c41b0 0.000116
+gallium_dri.so free 0x5571735c4340 void 0.000118
+gallium_dri.so free 0x5571735c41b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c41b0 0.000115
+gallium_dri.so free 0x5571735c4400 void 0.000115
+gallium_dri.so free 0x5571735c41b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c43b0 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000116
+gallium_dri.so free 0x5571735c43b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c44d0 0.000124
+gallium_dri.so free 0x5571735c4540 void 0.000124
+gallium_dri.so free 0x5571735c44d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4560 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000116
+gallium_dri.so free 0x5571735c4560 void 0.000115
+gallium_dri.so malloc 72 0x5571735c45b0 0.000116
+gallium_dri.so free 0x5571735c4680 void 0.000115
+gallium_dri.so free 0x5571735c45b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4680 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4680 0.000138
+gallium_dri.so free 0x5571735c47c0 void 0.000128
+gallium_dri.so free 0x5571735c4680 void 0.000128
+gallium_dri.so malloc 72 0x5571735c47c0 0.000124
+gallium_dri.so free 0x5571735c4880 void 0.000124
+gallium_dri.so free 0x5571735c47c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c47c0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000113
+gallium_dri.so free 0x5571735c4a00 void 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49b0 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000113
+gallium_dri.so free 0x5571735c49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000116
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4b80 0.000112
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4b80 0.000113
+gallium_dri.so free 0x5571735c4c80 void 0.000126
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000115
+gallium_dri.so free 0x5571735c4d00 void 0.000114
+gallium_dri.so free 0x5571735c4cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000113
+gallium_dri.so free 0x5571735c4e00 void 0.000115
+gallium_dri.so free 0x5571735c4cb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c4db0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000113
+gallium_dri.so free 0x5571735c4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4e70 0.000112
+gallium_dri.so free 0x5571735c4f00 void 0.000115
+gallium_dri.so free 0x5571735c4e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4e70 0.000115
+gallium_dri.so free 0x5571735c4fc0 void 0.000115
+gallium_dri.so free 0x5571735c4e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5030 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x5571735c5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5030 0.000112
+gallium_dri.so free 0x557173469a80 void 0.000116
+gallium_dri.so free 0x5571735c5030 void 0.000127
+gallium_dri.so malloc 72 0x557173469a80 0.000122
+gallium_dri.so free 0x557173469b40 void 0.000124
+gallium_dri.so free 0x557173469a80 void 0.000120
+gallium_dri.so malloc 72 0x557173469a80 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000114
+gallium_dri.so malloc 72 0x557173469a80 0.000159
+gallium_dri.so free 0x557173469cc0 void 0.000124
+gallium_dri.so free 0x557173469a80 void 0.000124
+gallium_dri.so malloc 72 0x557173469c70 0.000124
+gallium_dri.so free 0x557173469d40 void 0.000124
+gallium_dri.so free 0x557173469c70 void 0.000120
+gallium_dri.so malloc 72 0x557173469d90 0.000121
+gallium_dri.so free 0x557173469e00 void 0.000125
+gallium_dri.so free 0x557173469d90 void 0.000123
+gallium_dri.so malloc 72 0x557173469e60 0.000120
+gallium_dri.so free 0x557173469f00 void 0.000116
+gallium_dri.so free 0x557173469e60 void 0.000115
+gallium_dri.so malloc 72 0x557173469eb0 0.000114
+gallium_dri.so free 0x557173469f40 void 0.000115
+gallium_dri.so free 0x557173469eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173469eb0 0.000124
+gallium_dri.so free 0x55717346a000 void 0.000123
+gallium_dri.so free 0x557173469eb0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a040 0.000123
+gallium_dri.so free 0x55717346a0c0 void 0.000120
+gallium_dri.so free 0x55717346a040 void 0.000124
+gallium_dri.so malloc 72 0x55717346a0c0 0.000121
+gallium_dri.so free 0x55717346a180 void 0.000123
+gallium_dri.so free 0x55717346a0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a0c0 0.000114
+gallium_dri.so free 0x55717346a200 void 0.000113
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a230 0.000118
+gallium_dri.so free 0x55717346a280 void 0.000114
+gallium_dri.so free 0x55717346a230 void 0.000153
+gallium_dri.so malloc 72 0x55717346a280 0.000124
+gallium_dri.so free 0x55717346a340 void 0.000122
+gallium_dri.so free 0x55717346a280 void 0.000123
+gallium_dri.so malloc 72 0x55717346a280 0.000119
+gallium_dri.so free 0x55717346a440 void 0.000119
+gallium_dri.so free 0x55717346a280 void 0.000119
+gallium_dri.so malloc 72 0x55717346a3f0 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000123
+gallium_dri.so free 0x55717346a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a4b0 0.000115
+gallium_dri.so free 0x55717346a540 void 0.000118
+gallium_dri.so free 0x55717346a4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a4b0 0.000118
+gallium_dri.so free 0x55717346a600 void 0.000122
+gallium_dri.so free 0x55717346a4b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346a640 0.000124
+gallium_dri.so free 0x55717346a6c0 void 0.000124
+gallium_dri.so free 0x55717346a640 void 0.000124
+gallium_dri.so malloc 72 0x55717346a6c0 0.000122
+gallium_dri.so free 0x55717346a780 void 0.000120
+gallium_dri.so free 0x55717346a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a6c0 0.000115
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so free 0x55717346a6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346a6c0 0.000128
+gallium_dri.so free 0x55717346a8c0 void 0.000129
+gallium_dri.so free 0x55717346a6c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a6c0 0.000120
+gallium_dri.so free 0x55717346a980 void 0.000126
+gallium_dri.so free 0x55717346a6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a930 0.000129
+gallium_dri.so free 0x55717346aa00 void 0.000131
+gallium_dri.so free 0x55717346a930 void 0.000130
+gallium_dri.so malloc 72 0x55717346aa50 0.000133
+gallium_dri.so free 0x55717346aac0 void 0.000132
+gallium_dri.so free 0x55717346aa50 void 0.000144
+gallium_dri.so malloc 72 0x55717346aae0 0.000131
+gallium_dri.so free 0x55717346ab80 void 0.000130
+gallium_dri.so free 0x55717346aae0 void 0.000227
+gallium_dri.so malloc 72 0x55717346ab30 0.000332
+gallium_dri.so free 0x55717346ac00 void 0.000281
+gallium_dri.so free 0x55717346ab30 void 0.000310
+gallium_dri.so malloc 72 0x55717346ab30 0.000281
+gallium_dri.so free 0x55717346ad00 void 0.000278
+gallium_dri.so free 0x55717346ab30 void 0.000282
+gallium_dri.so malloc 72 0x55717346acb0 0.000270
+gallium_dri.so free 0x55717346ad80 void 0.000281
+gallium_dri.so free 0x55717346acb0 void 0.000169
+gallium_dri.so malloc 72 0x55717346add0 0.000164
+gallium_dri.so free 0x55717346ae40 void 0.000227
+gallium_dri.so free 0x55717346add0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ae60 0.000129
+gallium_dri.so free 0x55717346af00 void 0.000129
+gallium_dri.so free 0x55717346ae60 void 0.000125
+gallium_dri.so malloc 72 0x55717346aeb0 0.000180
+gallium_dri.so free 0x55717346af80 void 0.000225
+gallium_dri.so free 0x55717346aeb0 void 0.000225
+gallium_dri.so malloc 72 0x55717346aeb0 0.000128
+gallium_dri.so free 0x55717346b000 void 0.000131
+gallium_dri.so free 0x55717346aeb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346b000 0.000128
+gallium_dri.so free 0x55717346b0c0 void 0.000225
+gallium_dri.so free 0x55717346b000 void 0.000227
+gallium_dri.so malloc 72 0x55717346b000 0.000229
+gallium_dri.so free 0x55717346b1c0 void 0.000131
+gallium_dri.so free 0x55717346b000 void 0.000126
+gallium_dri.so malloc 72 0x55717346b000 0.000121
+gallium_dri.so free 0x55717346b240 void 0.000120
+gallium_dri.so free 0x55717346b000 void 0.000131
+gallium_dri.so malloc 72 0x55717346b270 0.000138
+gallium_dri.so free 0x55717346b2c0 void 0.000136
+gallium_dri.so free 0x55717346b270 void 0.000132
+gallium_dri.so malloc 72 0x55717346b270 0.000127
+gallium_dri.so free 0x55717346b3c0 void 0.000136
+gallium_dri.so free 0x55717346b270 void 0.000133
+gallium_dri.so malloc 72 0x55717346b370 0.000128
+gallium_dri.so free 0x55717346b480 void 0.000133
+gallium_dri.so free 0x55717346b370 void 0.000138
+gallium_dri.so malloc 72 0x55717346b430 0.000136
+gallium_dri.so free 0x55717346b4c0 void 0.000175
+gallium_dri.so free 0x55717346b430 void 0.000173
+gallium_dri.so malloc 72 0x55717346b430 0.000137
+gallium_dri.so free 0x55717346b580 void 0.000131
+gallium_dri.so free 0x55717346b430 void 0.000126
+gallium_dri.so malloc 72 0x55717346b5d0 0.000132
+gallium_dri.so free 0x55717346b640 void 0.000132
+gallium_dri.so free 0x55717346b5d0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b680 0.000136
+gallium_dri.so free 0x55717346b700 void 0.000141
+gallium_dri.so free 0x55717346b680 void 0.000139
+gallium_dri.so malloc 72 0x55717346b700 0.000172
+gallium_dri.so free 0x55717346b7c0 void 0.000171
+gallium_dri.so free 0x55717346b700 void 0.000136
+gallium_dri.so malloc 72 0x55717346b700 0.000137
+gallium_dri.so free 0x55717346b840 void 0.000137
+gallium_dri.so free 0x55717346b700 void 0.000136
+gallium_dri.so malloc 72 0x55717346b870 0.000136
+gallium_dri.so free 0x55717346b8c0 void 0.000171
+gallium_dri.so free 0x55717346b870 void 0.000136
+gallium_dri.so malloc 72 0x55717346b870 0.000142
+gallium_dri.so free 0x55717346b9c0 void 0.000138
+gallium_dri.so free 0x55717346b870 void 0.000135
+gallium_dri.so malloc 72 0x55717346b970 0.000191
+gallium_dri.so free 0x55717346ba80 void 0.000231
+gallium_dri.so free 0x55717346b970 void 0.000179
+gallium_dri.so malloc 72 0x55717346ba30 0.000135
+gallium_dri.so free 0x55717346bb00 void 0.000253
+gallium_dri.so free 0x55717346ba30 void 0.000284
+gallium_dri.so malloc 72 0x55717346bb20 0.000288
+gallium_dri.so free 0x55717346bbc0 void 0.000288
+gallium_dri.so free 0x55717346bb20 void 0.000294
+gallium_dri.so malloc 72 0x55717346bb70 0.000293
+gallium_dri.so free 0x55717346bc40 void 0.000315
+gallium_dri.so free 0x55717346bb70 void 0.000301
+gallium_dri.so malloc 72 0x55717346bb70 0.000292
+gallium_dri.so free 0x55717346bcc0 void 0.000288
+gallium_dri.so free 0x55717346bb70 void 0.000289
+gallium_dri.so malloc 72 0x55717346bcc0 0.000312
+gallium_dri.so free 0x55717346bd80 void 0.000290
+gallium_dri.so free 0x55717346bcc0 void 0.000288
+gallium_dri.so malloc 72 0x55717346bcc0 0.000288
+gallium_dri.so free 0x55717346be40 void 0.000281
+gallium_dri.so free 0x55717346bcc0 void 0.000292
+gallium_dri.so malloc 72 0x55717346bcc0 0.000291
+gallium_dri.so free 0x55717346bf00 void 0.000290
+gallium_dri.so free 0x55717346bcc0 void 0.000255
+gallium_dri.so malloc 72 0x55717346beb0 0.000170
+gallium_dri.so free 0x55717346bf00 void 0.000176
+gallium_dri.so free 0x55717346beb0 void 0.000174
+gallium_dri.so malloc 72 0x55717346beb0 0.000172
+gallium_dri.so free 0x55717346c000 void 0.000139
+gallium_dri.so free 0x55717346beb0 void 0.000138
+gallium_dri.so malloc 72 0x55717346bfb0 0.000135
+gallium_dri.so free 0x55717346c0c0 void 0.000135
+gallium_dri.so free 0x55717346bfb0 void 0.000136
+gallium_dri.so malloc 72 0x55717346c070 0.000132
+gallium_dri.so free 0x55717346c100 void 0.000131
+gallium_dri.so free 0x55717346c070 void 0.000138
+gallium_dri.so malloc 72 0x55717346c070 0.000135
+gallium_dri.so free 0x55717346c1c0 void 0.000129
+gallium_dri.so free 0x55717346c070 void 0.000125
+gallium_dri.so malloc 72 0x55717346c200 0.000131
+gallium_dri.so free 0x55717346c280 void 0.000137
+gallium_dri.so free 0x55717346c200 void 0.000131
+gallium_dri.so malloc 72 0x55717346c280 0.000130
+gallium_dri.so free 0x55717346c340 void 0.000131
+gallium_dri.so free 0x55717346c280 void 0.000126
+gallium_dri.so malloc 72 0x55717346c280 0.000132
+gallium_dri.so free 0x55717346c400 void 0.000133
+gallium_dri.so free 0x55717346c280 void 0.000135
+gallium_dri.so malloc 72 0x55717346c420 0.000134
+gallium_dri.so free 0x55717346c4c0 void 0.000154
+gallium_dri.so free 0x55717346c420 void 0.000138
+gallium_dri.so malloc 72 0x55717346c470 0.000137
+gallium_dri.so free 0x55717346c540 void 0.000233
+gallium_dri.so free 0x55717346c470 void 0.000229
+gallium_dri.so malloc 72 0x55717346c470 0.000233
+gallium_dri.so free 0x55717346c5c0 void 0.000231
+gallium_dri.so free 0x55717346c470 void 0.000229
+gallium_dri.so malloc 72 0x55717346c5c0 0.000206
+gallium_dri.so free 0x55717346c680 void 0.000240
+gallium_dri.so free 0x55717346c5c0 void 0.000187
+gallium_dri.so malloc 72 0x55717346c5c0 0.000227
+gallium_dri.so free 0x55717346c740 void 0.000231
+gallium_dri.so free 0x55717346c5c0 void 0.000206
+gallium_dri.so malloc 72 0x55717346c5c0 0.000226
+gallium_dri.so free 0x55717346c800 void 0.000298
+gallium_dri.so free 0x55717346c5c0 void 0.000237
+gallium_dri.so malloc 72 0x55717346c7b0 0.000229
+gallium_dri.so free 0x55717346c8c0 void 0.000228
+gallium_dri.so free 0x55717346c7b0 void 0.000231
+gallium_dri.so malloc 72 0x55717346c870 0.000207
+gallium_dri.so free 0x55717346c940 void 0.000211
+gallium_dri.so free 0x55717346c870 void 0.000133
+gallium_dri.so malloc 72 0x55717346c990 0.000136
+gallium_dri.so free 0x55717346ca00 void 0.000136
+gallium_dri.so free 0x55717346c990 void 0.000206
+gallium_dri.so malloc 72 0x55717346ca20 0.000227
+gallium_dri.so free 0x55717346cac0 void 0.000229
+gallium_dri.so free 0x55717346ca20 void 0.000208
+gallium_dri.so malloc 72 0x55717346ca70 0.000233
+gallium_dri.so free 0x55717346cb40 void 0.000240
+gallium_dri.so free 0x55717346ca70 void 0.000273
+gallium_dri.so malloc 72 0x55717346ca70 0.000282
+gallium_dri.so free 0x55717346cbc0 void 0.000286
+gallium_dri.so free 0x55717346ca70 void 0.000222
+gallium_dri.so malloc 72 0x55717346cbc0 0.000263
+gallium_dri.so free 0x55717346cc80 void 0.000233
+gallium_dri.so free 0x55717346cbc0 void 0.000230
+gallium_dri.so malloc 72 0x55717346cbc0 0.000137
+gallium_dri.so free 0x55717346cd80 void 0.000138
+gallium_dri.so free 0x55717346cbc0 void 0.000138
+gallium_dri.so malloc 72 0x55717346cd30 0.000136
+gallium_dri.so free 0x55717346cdc0 void 0.000229
+gallium_dri.so free 0x55717346cd30 void 0.000226
+gallium_dri.so malloc 72 0x55717346cd30 0.000229
+gallium_dri.so free 0x55717346ce80 void 0.000243
+gallium_dri.so free 0x55717346cd30 void 0.000206
+gallium_dri.so malloc 72 0x55717346cec0 0.000204
+gallium_dri.so free 0x55717346cf40 void 0.000246
+gallium_dri.so free 0x55717346cec0 void 0.000189
+gallium_dri.so malloc 72 0x55717346cf40 0.000188
+gallium_dri.so free 0x55717346d000 void 0.000228
+gallium_dri.so free 0x55717346cf40 void 0.000229
+gallium_dri.so malloc 72 0x55717346cf40 0.000229
+gallium_dri.so free 0x55717346d080 void 0.000232
+gallium_dri.so free 0x55717346cf40 void 0.000228
+gallium_dri.so malloc 72 0x55717346d0b0 0.000202
+gallium_dri.so free 0x55717346d100 void 0.000221
+gallium_dri.so free 0x55717346d0b0 void 0.000220
+gallium_dri.so malloc 72 0x55717346d0b0 0.000220
+gallium_dri.so free 0x55717346d200 void 0.000293
+gallium_dri.so free 0x55717346d0b0 void 0.000242
+gallium_dri.so malloc 72 0x55717346d240 0.000238
+gallium_dri.so free 0x55717346d2c0 void 0.000236
+gallium_dri.so free 0x55717346d240 void 0.000234
+gallium_dri.so malloc 72 0x55717346d2c0 0.000240
+gallium_dri.so free 0x55717346d380 void 0.000237
+gallium_dri.so free 0x55717346d2c0 void 0.000239
+gallium_dri.so malloc 72 0x55717346d2c0 0.000233
+gallium_dri.so free 0x55717346d400 void 0.000230
+gallium_dri.so free 0x55717346d2c0 void 0.000234
+gallium_dri.so malloc 72 0x55717346d430 0.000230
+gallium_dri.so free 0x55717346d480 void 0.000237
+gallium_dri.so free 0x55717346d430 void 0.000237
+gallium_dri.so malloc 72 0x55717346d430 0.000237
+gallium_dri.so free 0x55717346d580 void 0.000234
+gallium_dri.so free 0x55717346d430 void 0.000226
+gallium_dri.so malloc 72 0x55717346d530 0.000238
+gallium_dri.so free 0x55717346d640 void 0.000227
+gallium_dri.so free 0x55717346d530 void 0.000244
+gallium_dri.so malloc 72 0x55717346d5f0 0.000233
+gallium_dri.so free 0x55717346d6c0 void 0.000228
+gallium_dri.so free 0x55717346d5f0 void 0.000239
+gallium_dri.so malloc 72 0x55717346d5f0 0.000237
+gallium_dri.so free 0x55717346d780 void 0.000179
+gallium_dri.so free 0x55717346d5f0 void 0.000158
+gallium_dri.so malloc 72 0x55717346d5f0 0.000121
+gallium_dri.so free 0x55717346d840 void 0.000121
+gallium_dri.so free 0x55717346d5f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d7f0 0.000157
+gallium_dri.so free 0x55717346d8c0 void 0.000130
+gallium_dri.so free 0x55717346d7f0 void 0.000188
+gallium_dri.so malloc 72 0x55717346d910 0.000180
+gallium_dri.so free 0x55717346d980 void 0.000181
+gallium_dri.so free 0x55717346d910 void 0.000158
+gallium_dri.so malloc 72 0x55717346d9a0 0.000121
+gallium_dri.so free 0x55717346da40 void 0.000125
+gallium_dri.so free 0x55717346d9a0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d9f0 0.000124
+gallium_dri.so free 0x55717346dac0 void 0.000122
+gallium_dri.so free 0x55717346d9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346dac0 0.000130
+gallium_dri.so free 0x55717346db80 void 0.000141
+gallium_dri.so free 0x55717346dac0 void 0.000187
+gallium_dri.so malloc 72 0x55717346dac0 0.000190
+gallium_dri.so free 0x55717346dc00 void 0.000162
+gallium_dri.so free 0x55717346dac0 void 0.000132
+gallium_dri.so malloc 72 0x55717346dc00 0.000137
+gallium_dri.so free 0x55717346dcc0 void 0.000135
+gallium_dri.so free 0x55717346dc00 void 0.000131
+gallium_dri.so malloc 72 0x55717346dc00 0.000171
+gallium_dri.so free 0x55717346dd80 void 0.000135
+gallium_dri.so free 0x55717346dc00 void 0.000137
+gallium_dri.so malloc 72 0x55717346dc00 0.000137
+gallium_dri.so free 0x55717346de40 void 0.000131
+gallium_dri.so free 0x55717346dc00 void 0.000125
+gallium_dri.so malloc 72 0x55717346ddf0 0.000131
+gallium_dri.so free 0x55717346dec0 void 0.000139
+gallium_dri.so free 0x55717346ddf0 void 0.000138
+gallium_dri.so malloc 72 0x55717346df10 0.000136
+gallium_dri.so free 0x55717346df80 void 0.000131
+gallium_dri.so free 0x55717346df10 void 0.000126
+gallium_dri.so malloc 72 0x55717346dfc0 0.000126
+gallium_dri.so free 0x55717346e040 void 0.000127
+gallium_dri.so free 0x55717346dfc0 void 0.000131
+gallium_dri.so malloc 72 0x55717346dfc0 0.000136
+gallium_dri.so free 0x55717346e0c0 void 0.000137
+gallium_dri.so free 0x55717346dfc0 void 0.000136
+gallium_dri.so malloc 72 0x55717346e0f0 0.000131
+gallium_dri.so free 0x55717346e140 void 0.000132
+gallium_dri.so free 0x55717346e0f0 void 0.000136
+gallium_dri.so malloc 72 0x55717346e0f0 0.000142
+gallium_dri.so free 0x55717346e240 void 0.000134
+gallium_dri.so free 0x55717346e0f0 void 0.000136
+gallium_dri.so malloc 72 0x55717346e1f0 0.000137
+gallium_dri.so free 0x55717346e300 void 0.000130
+gallium_dri.so free 0x55717346e1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e2b0 0.000137
+gallium_dri.so free 0x55717346e340 void 0.000136
+gallium_dri.so free 0x55717346e2b0 void 0.000136
+gallium_dri.so malloc 72 0x55717346e2b0 0.000137
+gallium_dri.so free 0x55717346e400 void 0.000135
+gallium_dri.so free 0x55717346e2b0 void 0.000137
+gallium_dri.so malloc 72 0x55717346e470 0.000135
+gallium_dri.so free 0x55717346e4c0 void 0.000131
+gallium_dri.so free 0x55717346e470 void 0.000126
+gallium_dri.so malloc 72 0x55717346e470 0.000133
+gallium_dri.so free 0x55717346e5c0 void 0.000138
+gallium_dri.so free 0x55717346e470 void 0.000136
+gallium_dri.so malloc 72 0x55717346e570 0.000131
+gallium_dri.so free 0x55717346e680 void 0.000134
+gallium_dri.so free 0x55717346e570 void 0.000133
+gallium_dri.so malloc 72 0x55717346e630 0.000130
+gallium_dri.so free 0x55717346e6c0 void 0.000126
+gallium_dri.so free 0x55717346e630 void 0.000130
+gallium_dri.so malloc 72 0x55717346e630 0.000136
+gallium_dri.so free 0x55717346e780 void 0.000136
+gallium_dri.so free 0x55717346e630 void 0.000137
+gallium_dri.so malloc 72 0x55717346e7c0 0.000137
+gallium_dri.so free 0x55717346e840 void 0.000131
+gallium_dri.so free 0x55717346e7c0 void 0.000138
+gallium_dri.so malloc 72 0x55717346e840 0.000131
+gallium_dri.so free 0x55717346e900 void 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000125
+gallium_dri.so malloc 72 0x55717346e840 0.000125
+gallium_dri.so free 0x55717346e9c0 void 0.000124
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so malloc 72 0x55717346e9e0 0.000119
+gallium_dri.so free 0x55717346ea80 void 0.000126
+gallium_dri.so free 0x55717346e9e0 void 0.000123
+gallium_dri.so malloc 72 0x55717346ea30 0.000119
+gallium_dri.so free 0x55717346eb00 void 0.000126
+gallium_dri.so free 0x55717346ea30 void 0.000162
+gallium_dri.so malloc 72 0x55717346ea30 0.000127
+gallium_dri.so free 0x55717346eb80 void 0.000153
+gallium_dri.so free 0x55717346ea30 void 0.000130
+gallium_dri.so malloc 72 0x55717346eb80 0.000128
+gallium_dri.so free 0x55717346ec40 void 0.000129
+gallium_dri.so free 0x55717346eb80 void 0.000125
+gallium_dri.so malloc 72 0x55717346eb80 0.000119
+gallium_dri.so free 0x55717346ed00 void 0.000125
+gallium_dri.so free 0x55717346eb80 void 0.000130
+gallium_dri.so malloc 72 0x55717346eb80 0.000124
+gallium_dri.so free 0x55717346edc0 void 0.000127
+gallium_dri.so free 0x55717346eb80 void 0.000130
+gallium_dri.so malloc 72 0x55717346ed70 0.000129
+gallium_dri.so free 0x55717346ee80 void 0.000129
+gallium_dri.so free 0x55717346ed70 void 0.000129
+gallium_dri.so malloc 72 0x55717346ee30 0.000130
+gallium_dri.so free 0x55717346ef00 void 0.000129
+gallium_dri.so free 0x55717346ee30 void 0.000131
+gallium_dri.so malloc 72 0x55717346ef50 0.000130
+gallium_dri.so free 0x55717346efc0 void 0.000128
+gallium_dri.so free 0x55717346ef50 void 0.000129
+gallium_dri.so malloc 72 0x55717346efe0 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000125
+gallium_dri.so free 0x55717346efe0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f030 0.000128
+gallium_dri.so free 0x55717346f100 void 0.000130
+gallium_dri.so free 0x55717346f030 void 0.000131
+gallium_dri.so malloc 72 0x55717346f030 0.000128
+gallium_dri.so free 0x55717346f180 void 0.000130
+gallium_dri.so free 0x55717346f030 void 0.000130
+gallium_dri.so malloc 72 0x55717346f180 0.000128
+gallium_dri.so free 0x55717346f240 void 0.000126
+gallium_dri.so free 0x55717346f180 void 0.000119
+gallium_dri.so malloc 72 0x55717346f180 0.000125
+gallium_dri.so free 0x55717346f340 void 0.000131
+gallium_dri.so free 0x55717346f180 void 0.000125
+gallium_dri.so malloc 72 0x55717346f2f0 0.000125
+gallium_dri.so free 0x55717346f380 void 0.000130
+gallium_dri.so free 0x55717346f2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346f2f0 0.000129
+gallium_dri.so free 0x5571735da8c0 void 0.000139
+gallium_dri.so free 0x55717346f2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f2f0 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so free 0x55717346f2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735da940 0.000129
+gallium_dri.so free 0x5571735daa00 void 0.000133
+gallium_dri.so free 0x5571735da940 void 0.000134
+gallium_dri.so malloc 72 0x5571735da940 0.000131
+gallium_dri.so free 0x5571735daac0 void 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so malloc 72 0x5571735da940 0.000128
+gallium_dri.so free 0x5571735dab80 void 0.000131
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so malloc 72 0x5571735dab30 0.000125
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dab30 0.000119
+gallium_dri.so free 0x5571735dac80 void 0.000121
+gallium_dri.so free 0x5571735dab30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dac30 0.000130
+gallium_dri.so free 0x5571735dad40 void 0.000171
+gallium_dri.so free 0x5571735dac30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dacf0 0.000126
+gallium_dri.so free 0x5571735dad80 void 0.000120
+gallium_dri.so free 0x5571735dacf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dacf0 0.000129
+gallium_dri.so free 0x5571735dae40 void 0.000129
+gallium_dri.so free 0x5571735dacf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dae80 0.000125
+gallium_dri.so free 0x5571735daf00 void 0.000129
+gallium_dri.so free 0x5571735dae80 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf00 0.000119
+gallium_dri.so free 0x5571735dafc0 void 0.000120
+gallium_dri.so free 0x5571735daf00 void 0.000123
+gallium_dri.so malloc 72 0x5571735daf00 0.000130
+gallium_dri.so free 0x5571735db080 void 0.000129
+gallium_dri.so free 0x5571735daf00 void 0.000129
+gallium_dri.so malloc 72 0x5571735db0a0 0.000124
+gallium_dri.so free 0x5571735db140 void 0.000119
+gallium_dri.so free 0x5571735db0a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db0f0 0.000150
+gallium_dri.so free 0x5571735db1c0 void 0.000140
+gallium_dri.so free 0x5571735db0f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db0f0 0.000129
+gallium_dri.so free 0x5571735db240 void 0.000124
+gallium_dri.so free 0x5571735db0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db240 0.000152
+gallium_dri.so free 0x5571735db300 void 0.000124
+gallium_dri.so free 0x5571735db240 void 0.000125
+gallium_dri.so malloc 72 0x5571735db240 0.000129
+gallium_dri.so free 0x5571735db3c0 void 0.000125
+gallium_dri.so free 0x5571735db240 void 0.000120
+gallium_dri.so malloc 72 0x5571735db240 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000124
+gallium_dri.so free 0x5571735db240 void 0.000129
+gallium_dri.so malloc 72 0x5571735db430 0.000123
+gallium_dri.so free 0x5571735db540 void 0.000126
+gallium_dri.so free 0x5571735db430 void 0.000129
+gallium_dri.so malloc 72 0x5571735db4f0 0.000124
+gallium_dri.so free 0x5571735db5c0 void 0.000126
+gallium_dri.so free 0x5571735db4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db610 0.000125
+gallium_dri.so free 0x5571735db680 void 0.000129
+gallium_dri.so free 0x5571735db610 void 0.000140
+gallium_dri.so malloc 72 0x5571735db6a0 0.000131
+gallium_dri.so free 0x5571735db740 void 0.000129
+gallium_dri.so free 0x5571735db6a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6f0 0.000126
+gallium_dri.so free 0x5571735db7c0 void 0.000125
+gallium_dri.so free 0x5571735db6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db6f0 0.000130
+gallium_dri.so free 0x5571735db840 void 0.000129
+gallium_dri.so free 0x5571735db6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db840 0.000129
+gallium_dri.so free 0x5571735db900 void 0.000125
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db840 0.000119
+gallium_dri.so free 0x5571735dba00 void 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000123
+gallium_dri.so malloc 72 0x5571735db9b0 0.000131
+gallium_dri.so free 0x5571735dba40 void 0.000129
+gallium_dri.so free 0x5571735db9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db9b0 0.000129
+gallium_dri.so free 0x5571735dbb00 void 0.000128
+gallium_dri.so free 0x5571735db9b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735dbb40 0.000123
+gallium_dri.so free 0x5571735dbbc0 void 0.000126
+gallium_dri.so free 0x5571735dbb40 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000129
+gallium_dri.so free 0x5571735dbc80 void 0.000130
+gallium_dri.so free 0x5571735dbbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000119
+gallium_dri.so free 0x5571735dbd00 void 0.000125
+gallium_dri.so free 0x5571735dbbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbd30 0.000123
+gallium_dri.so free 0x5571735dbd80 void 0.000126
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbd30 0.000128
+gallium_dri.so free 0x5571735dbe80 void 0.000129
+gallium_dri.so free 0x5571735dbd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbec0 0.000124
+gallium_dri.so free 0x5571735dbf40 void 0.000125
+gallium_dri.so free 0x5571735dbec0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbf40 0.000122
+gallium_dri.so free 0x5571735dc000 void 0.000126
+gallium_dri.so free 0x5571735dbf40 void 0.000138
+gallium_dri.so malloc 72 0x5571735dbf40 0.000130
+gallium_dri.so free 0x5571735dc080 void 0.000125
+gallium_dri.so free 0x5571735dbf40 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000124
+gallium_dri.so free 0x5571735dc100 void 0.000125
+gallium_dri.so free 0x5571735dc0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000123
+gallium_dri.so free 0x5571735dc200 void 0.000125
+gallium_dri.so free 0x5571735dc0b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000129
+gallium_dri.so free 0x5571735dc2c0 void 0.000129
+gallium_dri.so free 0x5571735dc1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc270 0.000120
+gallium_dri.so free 0x5571735dc340 void 0.000130
+gallium_dri.so free 0x5571735dc270 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc270 0.000129
+gallium_dri.so free 0x5571735dc400 void 0.000130
+gallium_dri.so free 0x5571735dc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc270 0.000129
+gallium_dri.so free 0x5571735dc4c0 void 0.000130
+gallium_dri.so free 0x5571735dc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc470 0.000129
+gallium_dri.so free 0x5571735dc540 void 0.000126
+gallium_dri.so free 0x5571735dc470 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc590 0.000134
+gallium_dri.so free 0x5571735dc600 void 0.000130
+gallium_dri.so free 0x5571735dc590 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc620 0.000129
+gallium_dri.so free 0x5571735dc6c0 void 0.000123
+gallium_dri.so free 0x5571735dc620 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc670 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x5571735dc670 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc740 0.000157
+gallium_dri.so free 0x5571735dc800 void 0.000129
+gallium_dri.so free 0x5571735dc740 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc740 0.000123
+gallium_dri.so free 0x5571735dc880 void 0.000120
+gallium_dri.so free 0x5571735dc740 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc880 0.000130
+gallium_dri.so free 0x5571735dc940 void 0.000129
+gallium_dri.so free 0x5571735dc880 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc880 0.000128
+gallium_dri.so free 0x5571735dca00 void 0.000124
+gallium_dri.so free 0x5571735dc880 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc880 0.000130
+gallium_dri.so free 0x5571735dcac0 void 0.000130
+gallium_dri.so free 0x5571735dc880 void 0.000131
+gallium_dri.so malloc 72 0x5571735dca70 0.000138
+gallium_dri.so free 0x5571735dcb40 void 0.000130
+gallium_dri.so free 0x5571735dca70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb90 0.000126
+gallium_dri.so free 0x5571735dcc00 void 0.000131
+gallium_dri.so free 0x5571735dcb90 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcc40 0.000120
+gallium_dri.so free 0x5571735dccc0 void 0.000119
+gallium_dri.so free 0x5571735dcc40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcc40 0.000129
+gallium_dri.so free 0x5571735dcd40 void 0.000130
+gallium_dri.so free 0x5571735dcc40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcd70 0.000125
+gallium_dri.so free 0x5571735dcdc0 void 0.000130
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd70 0.000129
+gallium_dri.so free 0x5571735dcec0 void 0.000129
+gallium_dri.so free 0x5571735dcd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dce70 0.000129
+gallium_dri.so free 0x5571735dcf80 void 0.000127
+gallium_dri.so free 0x5571735dce70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000119
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcf30 0.000119
+gallium_dri.so free 0x5571735dd080 void 0.000121
+gallium_dri.so free 0x5571735dcf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dd0f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000125
+gallium_dri.so free 0x5571735dd240 void 0.000117
+gallium_dri.so free 0x5571735dd0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000113
+gallium_dri.so free 0x5571735dd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000111
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd440 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000115
+gallium_dri.so free 0x5571735dd440 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000112
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd660 0.000113
+gallium_dri.so free 0x5571735dd700 void 0.000175
+gallium_dri.so free 0x5571735dd660 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571735dd6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000112
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735dd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd800 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd800 0.000112
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd800 0.000114
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000113
+gallium_dri.so free 0x5571735ddb00 void 0.000114
+gallium_dri.so free 0x5571735dd9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddab0 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000112
+gallium_dri.so free 0x5571735ddc40 void 0.000113
+gallium_dri.so free 0x5571735ddbd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc60 0.000112
+gallium_dri.so free 0x5571735ddd00 void 0.000123
+gallium_dri.so free 0x5571735ddc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735ddcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde00 0.000114
+gallium_dri.so free 0x5571735ddfc0 void 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000113
+gallium_dri.so free 0x5571735ddf70 void 0.000140
+gallium_dri.so malloc 72 0x5571735ddf70 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735de100 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de100 void 0.000112
+gallium_dri.so malloc 72 0x5571735de180 0.000120
+gallium_dri.so free 0x5571735de240 void 0.000115
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so malloc 72 0x5571735de180 0.000113
+gallium_dri.so free 0x5571735de2c0 void 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so malloc 72 0x5571735de2f0 0.000115
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so free 0x5571735de2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de480 0.000112
+gallium_dri.so free 0x5571735de500 void 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so malloc 72 0x5571735de500 0.000112
+gallium_dri.so free 0x5571735de5c0 void 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000112
+gallium_dri.so malloc 72 0x5571735de500 0.000112
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de500 void 0.000112
+gallium_dri.so malloc 72 0x5571735de670 0.000112
+gallium_dri.so free 0x5571735de6c0 void 0.000114
+gallium_dri.so free 0x5571735de670 void 0.000112
+gallium_dri.so malloc 72 0x5571735de670 0.000112
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so free 0x5571735de670 void 0.000112
+gallium_dri.so malloc 72 0x5571735de770 0.000113
+gallium_dri.so free 0x5571735de880 void 0.000113
+gallium_dri.so free 0x5571735de770 void 0.000116
+gallium_dri.so malloc 72 0x5571735de830 0.000112
+gallium_dri.so free 0x5571735de900 void 0.000113
+gallium_dri.so free 0x5571735de830 void 0.000156
+gallium_dri.so malloc 72 0x5571735de830 0.000116
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de830 void 0.000113
+gallium_dri.so malloc 72 0x5571735de830 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000114
+gallium_dri.so free 0x5571735de830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea30 0.000112
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735dea30 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb50 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so free 0x5571735deb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735debe0 0.000112
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so free 0x5571735debe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec30 0.000112
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded00 0.000111
+gallium_dri.so free 0x5571735dedc0 void 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded00 0.000121
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee40 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dee40 0.000126
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dee40 0.000112
+gallium_dri.so free 0x5571735df080 void 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735df030 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so free 0x5571735df030 void 0.000113
+gallium_dri.so malloc 72 0x5571735df150 0.000131
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df150 void 0.000113
+gallium_dri.so malloc 72 0x5571735df200 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000116
+gallium_dri.so free 0x5571735df200 void 0.000114
+gallium_dri.so malloc 72 0x5571735df200 0.000112
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so malloc 72 0x5571735df330 0.000112
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df330 void 0.000112
+gallium_dri.so malloc 72 0x5571735df330 0.000112
+gallium_dri.so free 0x5571735df480 void 0.000118
+gallium_dri.so free 0x5571735df330 void 0.000114
+gallium_dri.so malloc 72 0x5571735df430 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000114
+gallium_dri.so free 0x5571735df430 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4f0 0.000125
+gallium_dri.so free 0x5571735df580 void 0.000114
+gallium_dri.so free 0x5571735df4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df4f0 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000113
+gallium_dri.so free 0x5571735df4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df800 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7b0 0.000114
+gallium_dri.so free 0x5571735df8c0 void 0.000114
+gallium_dri.so free 0x5571735df7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df870 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df870 void 0.000112
+gallium_dri.so malloc 72 0x5571735df870 0.000113
+gallium_dri.so free 0x5571735df9c0 void 0.000114
+gallium_dri.so free 0x5571735df870 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfa00 0.000115
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so free 0x5571735dfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa80 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735dfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa80 0.000112
+gallium_dri.so free 0x5571735dfc00 void 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc20 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so free 0x5571735dfc20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc70 0.000112
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfc70 void 0.000189
+gallium_dri.so malloc 72 0x5571735dfc70 0.000257
+gallium_dri.so free 0x5571735dfdc0 void 0.000117
+gallium_dri.so free 0x5571735dfc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000115
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000116
+gallium_dri.so free 0x5571735dfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so free 0x5571735dfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000114
+gallium_dri.so free 0x5571735e00c0 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0070 0.000114
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0070 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0190 0.000114
+gallium_dri.so free 0x5571735e0200 void 0.000118
+gallium_dri.so free 0x5571735e0190 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0220 0.000113
+gallium_dri.so free 0x5571735e02c0 void 0.000113
+gallium_dri.so free 0x5571735e0220 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0270 0.000113
+gallium_dri.so free 0x5571735e0340 void 0.000113
+gallium_dri.so free 0x5571735e0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03c0 0.000114
+gallium_dri.so free 0x5571735e0580 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0530 0.000112
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0530 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e06c0 0.000113
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0740 0.000124
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0740 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08b0 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so free 0x5571735e08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000113
+gallium_dri.so free 0x5571735e0a00 void 0.000114
+gallium_dri.so free 0x5571735e08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0a40 0.000112
+gallium_dri.so free 0x5571735e0ac0 void 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000114
+gallium_dri.so free 0x5571735e0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c30 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000119
+gallium_dri.so free 0x5571735e0c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c30 0.000113
+gallium_dri.so free 0x5571735e0d80 void 0.000113
+gallium_dri.so free 0x5571735e0c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d30 0.000175
+gallium_dri.so free 0x5571735f4980 void 0.000180
+gallium_dri.so free 0x5571735e0d30 void 0.000227
+gallium_dri.so malloc 72 0x5571735f49e0 0.000119
+gallium_dri.so free 0x5571735f4a80 void 0.000114
+gallium_dri.so free 0x5571735f49e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4a30 0.000113
+gallium_dri.so free 0x5571735f4ac0 void 0.000114
+gallium_dri.so free 0x5571735f4a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a30 0.000112
+gallium_dri.so free 0x5571735f4b80 void 0.000114
+gallium_dri.so free 0x5571735f4a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4bc0 0.000113
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571735f4bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4c40 0.000112
+gallium_dri.so free 0x5571735f4d00 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4c40 0.000114
+gallium_dri.so free 0x5571735f4d80 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4db0 0.000112
+gallium_dri.so free 0x5571735f4e00 void 0.000140
+gallium_dri.so free 0x5571735f4db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4e00 0.000114
+gallium_dri.so free 0x5571735f4ec0 void 0.000127
+gallium_dri.so free 0x5571735f4e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4e00 0.000114
+gallium_dri.so free 0x5571735f4fc0 void 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4f70 0.000116
+gallium_dri.so free 0x5571735f5080 void 0.000121
+gallium_dri.so free 0x5571735f4f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5030 0.000112
+gallium_dri.so free 0x5571735f50c0 void 0.000115
+gallium_dri.so free 0x5571735f5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5030 0.000113
+gallium_dri.so free 0x5571735f5180 void 0.000114
+gallium_dri.so free 0x5571735f5030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f51c0 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000113
+gallium_dri.so free 0x5571735f51c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000113
+gallium_dri.so free 0x5571735f5300 void 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000113
+gallium_dri.so free 0x5571735f5380 void 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000113
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5240 0.000112
+gallium_dri.so free 0x5571735f5500 void 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f54b0 0.000112
+gallium_dri.so free 0x5571735f5580 void 0.000115
+gallium_dri.so free 0x5571735f54b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55d0 0.000112
+gallium_dri.so free 0x5571735f5640 void 0.000112
+gallium_dri.so free 0x5571735f55d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5660 0.000112
+gallium_dri.so free 0x5571735f5700 void 0.000120
+gallium_dri.so free 0x5571735f5660 void 0.000112
+gallium_dri.so malloc 72 0x5571735f56b0 0.000118
+gallium_dri.so free 0x5571735f5780 void 0.000119
+gallium_dri.so free 0x5571735f56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f56b0 0.000118
+gallium_dri.so free 0x5571735f5880 void 0.000123
+gallium_dri.so free 0x5571735f56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5830 0.000114
+gallium_dri.so free 0x5571735f5900 void 0.000114
+gallium_dri.so free 0x5571735f5830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5950 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so free 0x5571735f5950 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59e0 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000113
+gallium_dri.so free 0x5571735f59e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5a30 0.000113
+gallium_dri.so free 0x5571735f5b00 void 0.000114
+gallium_dri.so free 0x5571735f5a30 void 0.000164
+gallium_dri.so malloc 72 0x5571735f5a30 0.000114
+gallium_dri.so free 0x5571735f5b80 void 0.000113
+gallium_dri.so free 0x5571735f5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000113
+gallium_dri.so free 0x5571735f5c40 void 0.000116
+gallium_dri.so free 0x5571735f5b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5b80 0.000120
+gallium_dri.so free 0x5571735f5d40 void 0.000183
+gallium_dri.so free 0x5571735f5b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5b80 0.000114
+gallium_dri.so free 0x5571735f5dc0 void 0.000116
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5df0 0.000113
+gallium_dri.so free 0x5571735f5e40 void 0.000120
+gallium_dri.so free 0x5571735f5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5df0 0.000113
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000116
+gallium_dri.so free 0x5571735f6000 void 0.000117
+gallium_dri.so free 0x5571735f5ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f6040 void 0.000115
+gallium_dri.so free 0x5571735f5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f6100 void 0.000126
+gallium_dri.so free 0x5571735f5fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6150 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x5571735f6150 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6200 0.000114
+gallium_dri.so free 0x5571735f6280 void 0.000114
+gallium_dri.so free 0x5571735f6200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6280 0.000114
+gallium_dri.so free 0x5571735f6340 void 0.000113
+gallium_dri.so free 0x5571735f6280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6280 0.000113
+gallium_dri.so free 0x5571735f63c0 void 0.000112
+gallium_dri.so free 0x5571735f6280 void 0.000111
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f63f0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000125
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f64f0 0.000113
+gallium_dri.so free 0x5571735f6600 void 0.000128
+gallium_dri.so free 0x5571735f64f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f65b0 0.000132
+gallium_dri.so free 0x5571735f6680 void 0.000125
+gallium_dri.so free 0x5571735f65b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f66a0 0.000132
+gallium_dri.so free 0x5571735f6740 void 0.000123
+gallium_dri.so free 0x5571735f66a0 void 0.000149
+gallium_dri.so malloc 72 0x5571735f66f0 0.000176
+gallium_dri.so free 0x5571735f67c0 void 0.000164
+gallium_dri.so free 0x5571735f66f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f66f0 0.000161
+gallium_dri.so free 0x5571735f6840 void 0.000165
+gallium_dri.so free 0x5571735f66f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f6840 0.000162
+gallium_dri.so free 0x5571735f6900 void 0.000162
+gallium_dri.so free 0x5571735f6840 void 0.000159
+gallium_dri.so malloc 72 0x5571735f6840 0.000164
+gallium_dri.so free 0x5571735f69c0 void 0.000164
+gallium_dri.so free 0x5571735f6840 void 0.000163
+gallium_dri.so malloc 72 0x5571735f6840 0.000162
+gallium_dri.so free 0x5571735f6a80 void 0.000163
+gallium_dri.so free 0x5571735f6840 void 0.000162
+gallium_dri.so malloc 72 0x5571735f6a30 0.000163
+gallium_dri.so free 0x5571735f6a80 void 0.000165
+gallium_dri.so free 0x5571735f6a30 void 0.000172
+gallium_dri.so malloc 72 0x5571735f6a30 0.000162
+gallium_dri.so free 0x5571735f6b80 void 0.000163
+gallium_dri.so free 0x5571735f6a30 void 0.000162
+gallium_dri.so malloc 72 0x5571735f6b30 0.000141
+gallium_dri.so free 0x5571735f6c40 void 0.000122
+gallium_dri.so free 0x5571735f6b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6c80 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000122
+gallium_dri.so free 0x5571735f6d40 void 0.000122
+gallium_dri.so free 0x5571735f6bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d80 0.000122
+gallium_dri.so free 0x5571735f6e00 void 0.000120
+gallium_dri.so free 0x5571735f6d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e00 0.000118
+gallium_dri.so free 0x5571735f6ec0 void 0.000122
+gallium_dri.so free 0x5571735f6e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6e00 0.000121
+gallium_dri.so free 0x5571735f6f80 void 0.000121
+gallium_dri.so free 0x5571735f6e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6fa0 0.000118
+gallium_dri.so free 0x5571735f7040 void 0.000121
+gallium_dri.so free 0x5571735f6fa0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000121
+gallium_dri.so free 0x5571735f70c0 void 0.000122
+gallium_dri.so free 0x5571735f6ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000119
+gallium_dri.so free 0x5571735f7140 void 0.000121
+gallium_dri.so free 0x5571735f6ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7140 0.000120
+gallium_dri.so free 0x5571735f7200 void 0.000122
+gallium_dri.so free 0x5571735f7140 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7140 0.000122
+gallium_dri.so free 0x5571735f72c0 void 0.000122
+gallium_dri.so free 0x5571735f7140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7140 0.000122
+gallium_dri.so free 0x5571735f7380 void 0.000121
+gallium_dri.so free 0x5571735f7140 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735f7440 void 0.000122
+gallium_dri.so free 0x5571735f7330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f73f0 0.000120
+gallium_dri.so free 0x5571735f74c0 void 0.000122
+gallium_dri.so free 0x5571735f73f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7510 0.000120
+gallium_dri.so free 0x5571735f7580 void 0.000121
+gallium_dri.so free 0x5571735f7510 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75a0 0.000121
+gallium_dri.so free 0x5571735f7640 void 0.000131
+gallium_dri.so free 0x5571735f75a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f75f0 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000120
+gallium_dri.so free 0x5571735f75f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75f0 0.000119
+gallium_dri.so free 0x5571735f7740 void 0.000122
+gallium_dri.so free 0x5571735f75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7740 0.000119
+gallium_dri.so free 0x5571735f7800 void 0.000120
+gallium_dri.so free 0x5571735f7740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7740 0.000120
+gallium_dri.so free 0x5571735f7900 void 0.000117
+gallium_dri.so free 0x5571735f7740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78b0 0.000120
+gallium_dri.so free 0x5571735f7940 void 0.000120
+gallium_dri.so free 0x5571735f78b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78b0 0.000120
+gallium_dri.so free 0x5571735f7a00 void 0.000119
+gallium_dri.so free 0x5571735f78b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000120
+gallium_dri.so free 0x5571735f7ac0 void 0.000122
+gallium_dri.so free 0x5571735f7a40 void 0.000106
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000251
+gallium_dri.so free 0x5571735f7b80 void 0.000194
+gallium_dri.so free 0x5571735f7ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000114
+gallium_dri.so free 0x5571735f7c00 void 0.000121
+gallium_dri.so free 0x5571735f7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c30 0.000113
+gallium_dri.so free 0x5571735f7c80 void 0.000115
+gallium_dri.so free 0x5571735f7c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c30 0.000114
+gallium_dri.so free 0x5571735f7d80 void 0.000114
+gallium_dri.so free 0x5571735f7c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e40 0.000112
+gallium_dri.so free 0x5571735f7f00 void 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7e40 0.000113
+gallium_dri.so free 0x5571735f7f80 void 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000113
+gallium_dri.so free 0x5571735f8000 void 0.000113
+gallium_dri.so free 0x5571735f7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000112
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f80b0 0.000115
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f80b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8170 0.000116
+gallium_dri.so free 0x5571735f8240 void 0.000113
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f8300 void 0.000114
+gallium_dri.so free 0x5571735f8170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8370 0.000113
+gallium_dri.so free 0x5571735f8440 void 0.000115
+gallium_dri.so free 0x5571735f8370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8490 0.000113
+gallium_dri.so free 0x5571735f8500 void 0.000115
+gallium_dri.so free 0x5571735f8490 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8520 0.000113
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8520 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8570 0.000112
+gallium_dri.so free 0x5571735f8640 void 0.000114
+gallium_dri.so free 0x5571735f8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8640 0.000114
+gallium_dri.so free 0x5571735f8700 void 0.000115
+gallium_dri.so free 0x5571735f8640 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8640 0.000112
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so free 0x5571735f8640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8780 0.000124
+gallium_dri.so free 0x5571735f8840 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8780 0.000114
+gallium_dri.so free 0x5571735f8900 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8780 0.000113
+gallium_dri.so free 0x5571735f89c0 void 0.000114
+gallium_dri.so free 0x5571735f8780 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8970 0.000114
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so free 0x5571735f8970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8a90 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000113
+gallium_dri.so free 0x5571735f8a90 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b40 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000115
+gallium_dri.so free 0x5571735f8b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b40 0.000114
+gallium_dri.so free 0x5571735f8c40 void 0.000120
+gallium_dri.so free 0x5571735f8b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c70 0.000113
+gallium_dri.so free 0x5571735f8cc0 void 0.000114
+gallium_dri.so free 0x5571735f8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c70 0.000113
+gallium_dri.so free 0x5571735f8dc0 void 0.000114
+gallium_dri.so free 0x5571735f8c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d70 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so free 0x5571735f8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e30 0.000113
+gallium_dri.so free 0x5571735f8ec0 void 0.000115
+gallium_dri.so free 0x5571735f8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e30 0.000115
+gallium_dri.so free 0x5571735f8f80 void 0.000113
+gallium_dri.so free 0x5571735f8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000112
+gallium_dri.so free 0x5571735f9040 void 0.000116
+gallium_dri.so free 0x5571735f8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000116
+gallium_dri.so free 0x5571735f9140 void 0.000114
+gallium_dri.so free 0x5571735f8ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f90f0 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9240 void 0.000113
+gallium_dri.so free 0x5571735f91b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9300 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9340 0.000114
+gallium_dri.so free 0x5571735f93c0 void 0.000115
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f93c0 0.000115
+gallium_dri.so free 0x5571735f9480 void 0.000128
+gallium_dri.so free 0x5571735f93c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f93c0 0.000115
+gallium_dri.so free 0x5571735f9540 void 0.000115
+gallium_dri.so free 0x5571735f93c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9560 0.000113
+gallium_dri.so free 0x5571735f9600 void 0.000114
+gallium_dri.so free 0x5571735f9560 void 0.000115
+gallium_dri.so malloc 72 0x5571735f95b0 0.000114
+gallium_dri.so free 0x5571735f9680 void 0.000116
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f95b0 0.000113
+gallium_dri.so free 0x5571735f9700 void 0.000114
+gallium_dri.so free 0x5571735f95b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9700 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000113
+gallium_dri.so free 0x5571735f9700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9700 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9700 0.000113
+gallium_dri.so free 0x5571735f9940 void 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98f0 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000116
+gallium_dri.so free 0x5571735f98f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f99b0 0.000115
+gallium_dri.so free 0x5571735f9a80 void 0.000124
+gallium_dri.so free 0x5571735f99b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9ad0 0.000114
+gallium_dri.so free 0x5571735f9b40 void 0.000114
+gallium_dri.so free 0x5571735f9ad0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b60 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000115
+gallium_dri.so free 0x5571735f9b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000113
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so free 0x5571735f9bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so free 0x5571735f9bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9d00 0.000113
+gallium_dri.so free 0x5571735f9dc0 void 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d00 0.000114
+gallium_dri.so free 0x5571735f9ec0 void 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9e70 0.000112
+gallium_dri.so free 0x5571735f9f00 void 0.000113
+gallium_dri.so free 0x5571735f9e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9e70 0.000113
+gallium_dri.so free 0x5571735f9fc0 void 0.000115
+gallium_dri.so free 0x5571735f9e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa000 0.000114
+gallium_dri.so free 0x5571735fa080 void 0.000116
+gallium_dri.so free 0x5571735fa000 void 0.000191
+gallium_dri.so malloc 72 0x5571735fa080 0.000115
+gallium_dri.so free 0x5571735fa140 void 0.000115
+gallium_dri.so free 0x5571735fa080 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa080 0.000113
+gallium_dri.so free 0x5571735fa1c0 void 0.000113
+gallium_dri.so free 0x5571735fa080 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000114
+gallium_dri.so free 0x5571735fa240 void 0.000113
+gallium_dri.so free 0x5571735fa1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000115
+gallium_dri.so free 0x5571735fa340 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa380 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000115
+gallium_dri.so free 0x5571735fa380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa400 0.000116
+gallium_dri.so free 0x5571735fa4c0 void 0.000116
+gallium_dri.so free 0x5571735fa400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa400 0.000113
+gallium_dri.so free 0x5571735fa540 void 0.000115
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa570 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735fa570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa570 0.000112
+gallium_dri.so free 0x5571735fa6c0 void 0.000115
+gallium_dri.so free 0x5571735fa570 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa670 0.000114
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so free 0x5571735fa670 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa730 0.000114
+gallium_dri.so free 0x5571735fa800 void 0.000112
+gallium_dri.so free 0x5571735fa730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa730 0.000113
+gallium_dri.so free 0x5571735fa8c0 void 0.000113
+gallium_dri.so free 0x5571735fa730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000112
+gallium_dri.so free 0x5571735fa980 void 0.000115
+gallium_dri.so free 0x5571735fa730 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa930 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so free 0x5571735fa930 void 0.000112
+gallium_dri.so malloc 72 0x5571735faa50 0.000113
+gallium_dri.so free 0x5571735faac0 void 0.000116
+gallium_dri.so free 0x5571735faa50 void 0.000105
+gallium_dri.so malloc 72 0x5571735faae0 0.000189
+gallium_dri.so free 0x5571735fab80 void 0.000116
+gallium_dri.so free 0x5571735faae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab30 0.000113
+gallium_dri.so free 0x5571735fac00 void 0.000114
+gallium_dri.so free 0x5571735fab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac00 0.000119
+gallium_dri.so free 0x5571735facc0 void 0.000116
+gallium_dri.so free 0x5571735fac00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fac00 0.000114
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad40 0.000114
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad40 0.000114
+gallium_dri.so free 0x5571735faec0 void 0.000116
+gallium_dri.so free 0x5571735fad40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad40 0.000113
+gallium_dri.so free 0x5571735faf80 void 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so malloc 72 0x5571735faf30 0.000113
+gallium_dri.so free 0x5571735fb000 void 0.000114
+gallium_dri.so free 0x5571735faf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb050 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000116
+gallium_dri.so free 0x5571735fb050 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb100 0.000112
+gallium_dri.so free 0x5571735fb180 void 0.000113
+gallium_dri.so free 0x5571735fb100 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb100 0.000113
+gallium_dri.so free 0x5571735fb200 void 0.000114
+gallium_dri.so free 0x5571735fb100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb230 0.000114
+gallium_dri.so free 0x5571735fb280 void 0.000114
+gallium_dri.so free 0x5571735fb230 void 0.000167
+gallium_dri.so malloc 72 0x5571735fb230 0.000116
+gallium_dri.so free 0x5571735fb380 void 0.000115
+gallium_dri.so free 0x5571735fb230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb330 0.000114
+gallium_dri.so free 0x5571735fb440 void 0.000115
+gallium_dri.so free 0x5571735fb330 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000115
+gallium_dri.so free 0x5571735fb3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000114
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735fb3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000114
+gallium_dri.so free 0x5571735fb600 void 0.000116
+gallium_dri.so free 0x5571735fb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000115
+gallium_dri.so free 0x5571735fb5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000115
+gallium_dri.so free 0x5571735fb7c0 void 0.000117
+gallium_dri.so free 0x5571735fb6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb770 0.000115
+gallium_dri.so free 0x5571735fb800 void 0.000116
+gallium_dri.so free 0x5571735fb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb770 0.000114
+gallium_dri.so free 0x5571735fb8c0 void 0.000116
+gallium_dri.so free 0x5571735fb770 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb900 0.000115
+gallium_dri.so free 0x5571735fb980 void 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb980 0.000113
+gallium_dri.so free 0x5571735fba40 void 0.000113
+gallium_dri.so free 0x5571735fb980 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb980 0.000114
+gallium_dri.so free 0x5571735fbb00 void 0.000113
+gallium_dri.so free 0x5571735fb980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb20 0.000113
+gallium_dri.so free 0x5571735fbbc0 void 0.000113
+gallium_dri.so free 0x5571735fbb20 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb70 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000114
+gallium_dri.so free 0x5571735fbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb70 0.000118
+gallium_dri.so free 0x5571735fbcc0 void 0.000114
+gallium_dri.so free 0x5571735fbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000113
+gallium_dri.so free 0x5571735fbd80 void 0.000112
+gallium_dri.so free 0x5571735fbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000112
+gallium_dri.so free 0x5571735fbe40 void 0.000115
+gallium_dri.so free 0x5571735fbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735fbcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb380 0.000126
+gallium_dri.so free 0x5571735eb440 void 0.000116
+gallium_dri.so free 0x5571735eb380 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb380 0.000113
+gallium_dri.so free 0x5571735eb540 void 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735eb5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb740 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb740 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb900 void 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000162
+gallium_dri.so free 0x5571735eba80 void 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba30 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000116
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb50 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000115
+gallium_dri.so free 0x5571735ebb50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000116
+gallium_dri.so free 0x5571735ebbe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc30 0.000115
+gallium_dri.so free 0x5571735ebd00 void 0.000115
+gallium_dri.so free 0x5571735ebc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebc30 0.000115
+gallium_dri.so free 0x5571735ebe00 void 0.000116
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000115
+gallium_dri.so free 0x5571735ebe80 void 0.000115
+gallium_dri.so free 0x5571735ebdb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebed0 0.000115
+gallium_dri.so free 0x5571735ebf40 void 0.000117
+gallium_dri.so free 0x5571735ebed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf60 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000116
+gallium_dri.so free 0x5571735ebf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000123
+gallium_dri.so free 0x5571735ec080 void 0.000116
+gallium_dri.so free 0x5571735ebfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so free 0x5571735ebfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec100 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000112
+gallium_dri.so free 0x5571735ec3c0 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000111
+gallium_dri.so free 0x5571735ec4c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec470 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735ec470 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000111
+gallium_dri.so free 0x5571735ec5c0 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000124
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec780 0.000112
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec800 0.000113
+gallium_dri.so free 0x5571735ec8c0 void 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec800 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec970 0.000114
+gallium_dri.so free 0x5571735ec9c0 void 0.000114
+gallium_dri.so free 0x5571735ec970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec970 0.000113
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735ec970 void 0.000112
+gallium_dri.so malloc 72 0x5571735eca70 0.000114
+gallium_dri.so free 0x5571735ecb80 void 0.000115
+gallium_dri.so free 0x5571735eca70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc20 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000160
+gallium_dri.so free 0x5571735ecc20 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000117
+gallium_dri.so free 0x5571735ecc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc70 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000115
+gallium_dri.so free 0x5571735ecc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000116
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so free 0x5571735ecdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000116
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000117
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x5571735ecfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000115
+gallium_dri.so free 0x5571735ed100 void 0.000115
+gallium_dri.so free 0x5571735ecfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000115
+gallium_dri.so free 0x5571735ed0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000125
+gallium_dri.so free 0x5571735ed170 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed170 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed300 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000112
+gallium_dri.so free 0x5571735ed440 void 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed380 0.000115
+gallium_dri.so free 0x5571735ed500 void 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed520 0.000114
+gallium_dri.so free 0x5571735ed5c0 void 0.000116
+gallium_dri.so free 0x5571735ed520 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000115
+gallium_dri.so free 0x5571735ed640 void 0.000116
+gallium_dri.so free 0x5571735ed570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so free 0x5571735ed570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000113
+gallium_dri.so free 0x5571735ed780 void 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so free 0x5571735ed6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000115
+gallium_dri.so free 0x5571735ed9c0 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed970 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed970 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda90 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000115
+gallium_dri.so free 0x5571735eda90 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb20 0.000113
+gallium_dri.so free 0x5571735edbc0 void 0.000115
+gallium_dri.so free 0x5571735edb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb70 0.000113
+gallium_dri.so free 0x5571735edc40 void 0.000115
+gallium_dri.so free 0x5571735edb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735edb70 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so free 0x5571735edb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000114
+gallium_dri.so free 0x5571735ede80 void 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ede30 0.000111
+gallium_dri.so free 0x5571735edec0 void 0.000112
+gallium_dri.so free 0x5571735ede30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ede30 0.000112
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so free 0x5571735ede30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edfc0 0.000112
+gallium_dri.so free 0x5571735ee040 void 0.000113
+gallium_dri.so free 0x5571735edfc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee040 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee040 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000112
+gallium_dri.so free 0x5571735ee040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000112
+gallium_dri.so free 0x5571735ee200 void 0.000112
+gallium_dri.so free 0x5571735ee1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000112
+gallium_dri.so free 0x5571735ee300 void 0.000112
+gallium_dri.so free 0x5571735ee1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee340 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so free 0x5571735ee340 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000111
+gallium_dri.so free 0x5571735ee480 void 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000127
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee530 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000114
+gallium_dri.so free 0x5571735ee680 void 0.000114
+gallium_dri.so free 0x5571735ee530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee630 0.000113
+gallium_dri.so free 0x5571735ee740 void 0.000113
+gallium_dri.so free 0x5571735ee630 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000112
+gallium_dri.so free 0x5571735ee880 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000113
+gallium_dri.so free 0x5571735ee940 void 0.000114
+gallium_dri.so free 0x5571735ee6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000114
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea10 0.000113
+gallium_dri.so free 0x5571735eea80 void 0.000114
+gallium_dri.so free 0x5571735eea10 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000122
+gallium_dri.so free 0x5571735eeaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebc0 0.000114
+gallium_dri.so free 0x5571735eec80 void 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eebc0 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000112
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef010 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735ef010 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000120
+gallium_dri.so free 0x5571735ef0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000113
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000116
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000113
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef570 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so free 0x5571735ef570 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef570 0.000113
+gallium_dri.so free 0x5571735ef6c0 void 0.000114
+gallium_dri.so free 0x5571735ef570 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef670 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000129
+gallium_dri.so free 0x5571735ef670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef940 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef940 0.000114
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735efae0 0.000113
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000114
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc80 0.000112
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc80 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000115
+gallium_dri.so free 0x5571735eff80 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff30 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735eff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0050 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0050 void 0.000112
+gallium_dri.so malloc 72 0x5571735f00e0 0.000112
+gallium_dri.so free 0x5571735f0180 void 0.000115
+gallium_dri.so free 0x5571735f00e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0130 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0280 0.000115
+gallium_dri.so free 0x5571735f0440 void 0.000115
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000116
+gallium_dri.so free 0x5571735f03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03f0 0.000112
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0580 0.000113
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f0580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0600 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000112
+gallium_dri.so free 0x5571735f0740 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000113
+gallium_dri.so free 0x5571735f07c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0770 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so free 0x5571735f0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0900 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0980 0.000118
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000116
+gallium_dri.so free 0x5571735f0af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0af0 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000115
+gallium_dri.so free 0x5571735f0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000114
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0e40 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000116
+gallium_dri.so free 0x5571735f0fd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1060 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000115
+gallium_dri.so free 0x5571735f1060 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1180 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so free 0x5571735f1180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1180 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000117
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f12c0 0.000112
+gallium_dri.so free 0x5571735f1440 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000113
+gallium_dri.so free 0x5571735f1500 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14b0 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15d0 0.000126
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f15d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1680 0.000115
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1680 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000113
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so free 0x5571735f17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f18b0 0.000113
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1a00 void 0.000116
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000114
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000117
+gallium_dri.so free 0x5571735f1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000114
+gallium_dri.so free 0x5571735f1d40 void 0.000115
+gallium_dri.so free 0x5571735f1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000112
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e80 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000114
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f00 0.000115
+gallium_dri.so free 0x5571735f2080 void 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20a0 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000114
+gallium_dri.so free 0x5571735f20a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20f0 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20f0 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000127
+gallium_dri.so free 0x5571735f20f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2240 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000116
+gallium_dri.so free 0x5571735f2240 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2240 0.000118
+gallium_dri.so free 0x5571735f23c0 void 0.000116
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2240 0.000115
+gallium_dri.so free 0x5571735f2480 void 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2430 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so free 0x5571735f2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f24f0 0.000112
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f24f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2610 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2610 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26a0 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f26a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so free 0x5571735f26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000114
+gallium_dri.so free 0x5571735f2840 void 0.000178
+gallium_dri.so free 0x5571735f26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2840 0.000154
+gallium_dri.so free 0x557173590b40 void 0.000158
+gallium_dri.so free 0x5571735f2840 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2840 0.000154
+gallium_dri.so free 0x5571735f28c0 void 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f28e0 0.000113
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x5571735f28e0 void 0.000115
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571736010c0 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000112
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x5571736011c0 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x557173601170 0.000114
+gallium_dri.so free 0x557173467480 void 0.000117
+gallium_dri.so free 0x557173601170 void 0.000112
+gallium_dri.so malloc 72 0x5571734674b0 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x5571734674b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734674b0 0.000115
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x5571734674b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd80 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bdd0 0.000113
+gallium_dri.so free 0x55717360bb40 void 0.000116
+gallium_dri.so free 0x55717360bdd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360baf0 0.000113
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x55717360baf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000119
+gallium_dri.so free 0x557173589a00 void 0.000116
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x557173589840 void 0.000121
+gallium_dri.so malloc 72 0x557173589840 0.000115
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x5571736013b0 0.000112
+gallium_dri.so free 0x557173601480 void 0.000112
+gallium_dri.so free 0x5571736013b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736014d0 0.000111
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x5571736014d0 void 0.000118
+gallium_dri.so malloc 72 0x557173601560 0.000119
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601560 void 0.000114
+gallium_dri.so malloc 72 0x5571736015b0 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x5571736015b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464e00 0.000132
+gallium_dri.so free 0x557173464ec0 void 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000127
+gallium_dri.so malloc 72 0x557173464e00 0.000128
+gallium_dri.so free 0x557173464f40 void 0.000130
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so malloc 72 0x557173464f40 0.000125
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000124
+gallium_dri.so malloc 72 0x557173464f40 0.000218
+gallium_dri.so free 0x5571734650c0 void 0.000131
+gallium_dri.so free 0x557173464f40 void 0.000126
+gallium_dri.so malloc 72 0x557173464f40 0.000124
+gallium_dri.so free 0x557173465180 void 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so malloc 72 0x557173465130 0.000113
+gallium_dri.so free 0x557173462840 void 0.000119
+gallium_dri.so free 0x557173465130 void 0.000122
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x557173462900 void 0.000123
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so malloc 72 0x557173462840 0.000124
+gallium_dri.so free 0x557173462980 void 0.000123
+gallium_dri.so free 0x557173462840 void 0.000125
+gallium_dri.so malloc 72 0x557173462840 0.000119
+gallium_dri.so free 0x557173462a40 void 0.000120
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so malloc 72 0x557173462840 0.000122
+gallium_dri.so free 0x557173462b00 void 0.000124
+gallium_dri.so free 0x557173462840 void 0.000123
+gallium_dri.so malloc 72 0x557173462ab0 0.000132
+gallium_dri.so free 0x557173462b80 void 0.000125
+gallium_dri.so free 0x557173462ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173462bd0 0.000120
+gallium_dri.so free 0x557173608480 void 0.000116
+gallium_dri.so free 0x557173462bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173462bd0 0.000125
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so free 0x557173462bd0 void 0.000112
+gallium_dri.so malloc 72 0x557173608530 0.000112
+gallium_dri.so free 0x557173608580 void 0.000123
+gallium_dri.so free 0x557173608530 void 0.000126
+gallium_dri.so malloc 72 0x557173608530 0.000130
+gallium_dri.so free 0x557173608680 void 0.000130
+gallium_dri.so free 0x557173608530 void 0.000132
+gallium_dri.so malloc 72 0x5571736086c0 0.000130
+gallium_dri.so free 0x557173608740 void 0.000131
+gallium_dri.so free 0x5571736086c0 void 0.000131
+gallium_dri.so malloc 72 0x557173608740 0.000130
+gallium_dri.so free 0x557173608800 void 0.000131
+gallium_dri.so free 0x557173608740 void 0.000131
+gallium_dri.so malloc 72 0x557173608740 0.000126
+gallium_dri.so free 0x55717358e200 void 0.000134
+gallium_dri.so free 0x557173608740 void 0.000124
+gallium_dri.so malloc 72 0x557173608740 0.000130
+gallium_dri.so free 0x55717358e2c0 void 0.000125
+gallium_dri.so free 0x557173608740 void 0.000127
+gallium_dri.so malloc 72 0x55717358e270 0.000124
+gallium_dri.so free 0x55717358e340 void 0.000120
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e390 0.000120
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so free 0x55717358e390 void 0.000124
+gallium_dri.so malloc 72 0x55717358e460 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000130
+gallium_dri.so free 0x55717358e460 void 0.000127
+gallium_dri.so malloc 72 0x55717358e4b0 0.000127
+gallium_dri.so free 0x55717358e540 void 0.000130
+gallium_dri.so free 0x55717358e4b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e4b0 0.000124
+gallium_dri.so free 0x5571735d25c0 void 0.000124
+gallium_dri.so free 0x55717358e4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e4b0 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000126
+gallium_dri.so free 0x55717358e4b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735d2640 0.000131
+gallium_dri.so free 0x5571735d2700 void 0.000162
+gallium_dri.so free 0x5571735d2640 void 0.000163
+gallium_dri.so malloc 72 0x5571735d2640 0.000165
+gallium_dri.so free 0x5571735d27c0 void 0.000131
+gallium_dri.so free 0x5571735d2640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2640 0.000130
+gallium_dri.so free 0x5571735d2880 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2830 0.000131
+gallium_dri.so free 0x5571735d2940 void 0.000129
+gallium_dri.so free 0x5571735d2830 void 0.000125
+gallium_dri.so malloc 72 0x5571735d28f0 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000126
+gallium_dri.so free 0x5571735d28f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0000 0.000126
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0000 0.000130
+gallium_dri.so free 0x5571735d0140 void 0.000133
+gallium_dri.so free 0x5571735d0000 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0170 0.000131
+gallium_dri.so free 0x5571735d01c0 void 0.000129
+gallium_dri.so free 0x5571735d0170 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0170 0.000125
+gallium_dri.so free 0x5571735d02c0 void 0.000127
+gallium_dri.so free 0x5571735d0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0270 0.000126
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so free 0x5571735d0270 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0330 0.000130
+gallium_dri.so free 0x557173469380 void 0.000129
+gallium_dri.so free 0x5571735d0330 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0330 0.000125
+gallium_dri.so free 0x557173469400 void 0.000126
+gallium_dri.so free 0x5571735d0330 void 0.000131
+gallium_dri.so malloc 72 0x557173469430 0.000130
+gallium_dri.so free 0x557173469480 void 0.000130
+gallium_dri.so free 0x557173469430 void 0.000130
+gallium_dri.so malloc 72 0x557173469430 0.000140
+gallium_dri.so free 0x557173469580 void 0.000130
+gallium_dri.so free 0x557173469430 void 0.000131
+gallium_dri.so malloc 72 0x557173469530 0.000131
+gallium_dri.so free 0x557173469640 void 0.000130
+gallium_dri.so free 0x557173469530 void 0.000130
+gallium_dri.so malloc 72 0x5571734695f0 0.000125
+gallium_dri.so free 0x557173469680 void 0.000127
+gallium_dri.so free 0x5571734695f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734695f0 0.000129
+gallium_dri.so free 0x557173465800 void 0.000129
+gallium_dri.so free 0x5571734695f0 void 0.000125
+gallium_dri.so malloc 72 0x557173465870 0.000121
+gallium_dri.so free 0x5571734658c0 void 0.000126
+gallium_dri.so free 0x557173465870 void 0.000126
+gallium_dri.so malloc 72 0x557173465870 0.000121
+gallium_dri.so free 0x5571734659c0 void 0.000125
+gallium_dri.so free 0x557173465870 void 0.000164
+gallium_dri.so malloc 72 0x557173465970 0.000161
+gallium_dri.so free 0x557173465a80 void 0.000162
+gallium_dri.so free 0x557173465970 void 0.000139
+gallium_dri.so malloc 72 0x557173465a30 0.000131
+gallium_dri.so free 0x557173465ac0 void 0.000127
+gallium_dri.so free 0x557173465a30 void 0.000125
+gallium_dri.so malloc 72 0x557173465a30 0.000130
+gallium_dri.so free 0x557173465b80 void 0.000125
+gallium_dri.so free 0x557173465a30 void 0.000125
+gallium_dri.so malloc 72 0x557173465bc0 0.000124
+gallium_dri.so free 0x55717358ec00 void 0.000127
+gallium_dri.so free 0x557173465bc0 void 0.000131
+gallium_dri.so malloc 72 0x55717358ec50 0.000130
+gallium_dri.so free 0x55717358ecc0 void 0.000130
+gallium_dri.so free 0x55717358ec50 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed20 0.000129
+gallium_dri.so free 0x55717358edc0 void 0.000135
+gallium_dri.so free 0x55717358ed20 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed70 0.000126
+gallium_dri.so free 0x55717358ee00 void 0.000121
+gallium_dri.so free 0x55717358ed70 void 0.000126
+gallium_dri.so malloc 72 0x55717358ed70 0.000126
+gallium_dri.so free 0x55717358eec0 void 0.000121
+gallium_dri.so free 0x55717358ed70 void 0.000124
+gallium_dri.so malloc 72 0x55717358ef00 0.000130
+gallium_dri.so free 0x55717358ef80 void 0.000130
+gallium_dri.so free 0x55717358ef00 void 0.000163
+gallium_dri.so malloc 72 0x55717358ef80 0.000131
+gallium_dri.so free 0x557173601d40 void 0.000126
+gallium_dri.so free 0x55717358ef80 void 0.000126
+gallium_dri.so malloc 72 0x557173601d60 0.000125
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so free 0x557173601d60 void 0.000119
+gallium_dri.so malloc 72 0x557173601db0 0.000125
+gallium_dri.so free 0x557173601e80 void 0.000124
+gallium_dri.so free 0x557173601db0 void 0.000121
+gallium_dri.so malloc 72 0x557173601e80 0.000121
+gallium_dri.so free 0x557173601f40 void 0.000120
+gallium_dri.so free 0x557173601e80 void 0.000120
+gallium_dri.so malloc 72 0x557173601e80 0.000124
+gallium_dri.so free 0x557173601fc0 void 0.000130
+gallium_dri.so free 0x557173601e80 void 0.000130
+gallium_dri.so malloc 72 0x557173601fc0 0.000129
+gallium_dri.so free 0x557173602080 void 0.000125
+gallium_dri.so free 0x557173601fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173601fc0 0.000127
+gallium_dri.so free 0x55717358c640 void 0.000171
+gallium_dri.so free 0x557173601fc0 void 0.000181
+gallium_dri.so malloc 72 0x55717358c670 0.000164
+gallium_dri.so free 0x55717358c6c0 void 0.000132
+gallium_dri.so free 0x55717358c670 void 0.000127
+gallium_dri.so malloc 72 0x55717358c670 0.000121
+gallium_dri.so free 0x55717358c7c0 void 0.000121
+gallium_dri.so free 0x55717358c670 void 0.000126
+gallium_dri.so malloc 72 0x55717358c770 0.000125
+gallium_dri.so free 0x55717358c880 void 0.000121
+gallium_dri.so free 0x55717358c770 void 0.000119
+gallium_dri.so malloc 72 0x55717358c830 0.000125
+gallium_dri.so free 0x55717358c900 void 0.000125
+gallium_dri.so free 0x55717358c830 void 0.000124
+gallium_dri.so malloc 72 0x55717358c920 0.000129
+gallium_dri.so free 0x55717358c9c0 void 0.000130
+gallium_dri.so free 0x55717358c920 void 0.000131
+gallium_dri.so malloc 72 0x55717358c970 0.000131
+gallium_dri.so free 0x5571735d0a00 void 0.000130
+gallium_dri.so free 0x55717358c970 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a40 0.000133
+gallium_dri.so free 0x5571735d0ac0 void 0.000131
+gallium_dri.so free 0x5571735d0a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000130
+gallium_dri.so free 0x5571735d0b80 void 0.000132
+gallium_dri.so free 0x5571735d0ac0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000132
+gallium_dri.so free 0x5571735d0c00 void 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0c30 0.000131
+gallium_dri.so free 0x5571735d0c80 void 0.000127
+gallium_dri.so free 0x5571735d0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0c30 0.000125
+gallium_dri.so free 0x5571735d0d80 void 0.000127
+gallium_dri.so free 0x5571735d0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000125
+gallium_dri.so free 0x5571735d5580 void 0.000131
+gallium_dri.so free 0x5571735d0dc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d55d0 0.000122
+gallium_dri.so free 0x5571735d5640 void 0.000126
+gallium_dri.so free 0x5571735d55d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5660 0.000132
+gallium_dri.so free 0x5571735d5700 void 0.000127
+gallium_dri.so free 0x5571735d5660 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56b0 0.000120
+gallium_dri.so free 0x5571735d5780 void 0.000122
+gallium_dri.so free 0x5571735d56b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56b0 0.000129
+gallium_dri.so free 0x5571735d5800 void 0.000131
+gallium_dri.so free 0x5571735d56b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d5800 0.000132
+gallium_dri.so free 0x5571735d58c0 void 0.000130
+gallium_dri.so free 0x5571735d5800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5800 0.000130
+gallium_dri.so free 0x5571735d2fc0 void 0.000130
+gallium_dri.so free 0x5571735d5800 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000126
+gallium_dri.so free 0x5571735d3080 void 0.000121
+gallium_dri.so free 0x5571735d2fe0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3030 0.000126
+gallium_dri.so free 0x5571735d3100 void 0.000122
+gallium_dri.so free 0x5571735d3030 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3030 0.000137
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so free 0x5571735d3030 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3180 0.000130
+gallium_dri.so free 0x5571735d3240 void 0.000130
+gallium_dri.so free 0x5571735d3180 void 0.000132
+gallium_dri.so malloc 72 0x5571735d3180 0.000124
+gallium_dri.so free 0x5571735d3300 void 0.000127
+gallium_dri.so free 0x5571735d3180 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3180 0.000125
+gallium_dri.so free 0x557173608e80 void 0.000122
+gallium_dri.so free 0x5571735d3180 void 0.000125
+gallium_dri.so malloc 72 0x557173608ed0 0.000125
+gallium_dri.so free 0x557173608f40 void 0.000121
+gallium_dri.so free 0x557173608ed0 void 0.000119
+gallium_dri.so malloc 72 0x557173608f80 0.000120
+gallium_dri.so free 0x557173609000 void 0.000122
+gallium_dri.so free 0x557173608f80 void 0.000119
+gallium_dri.so malloc 72 0x557173609000 0.000123
+gallium_dri.so free 0x5571736090c0 void 0.000130
+gallium_dri.so free 0x557173609000 void 0.000134
+gallium_dri.so malloc 72 0x557173609000 0.000131
+gallium_dri.so free 0x5571735d33c0 void 0.000141
+gallium_dri.so free 0x557173609000 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3370 0.000126
+gallium_dri.so free 0x557173609140 void 0.000122
+gallium_dri.so free 0x5571735d3370 void 0.000125
+gallium_dri.so malloc 72 0x557173609180 0.000130
+gallium_dri.so free 0x557173609200 void 0.000124
+gallium_dri.so free 0x557173609180 void 0.000120
+gallium_dri.so malloc 72 0x557173609200 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000126
+gallium_dri.so free 0x557173609200 void 0.000125
+gallium_dri.so malloc 72 0x557173591200 0.000125
+gallium_dri.so free 0x557173591280 void 0.000131
+gallium_dri.so free 0x557173591200 void 0.000129
+gallium_dri.so malloc 72 0x557173591200 0.000125
+gallium_dri.so free 0x557173591300 void 0.000123
+gallium_dri.so free 0x557173591200 void 0.000124
+gallium_dri.so malloc 72 0x557173591330 0.000131
+gallium_dri.so free 0x557173591380 void 0.000132
+gallium_dri.so free 0x557173591330 void 0.000140
+gallium_dri.so malloc 72 0x557173591330 0.000131
+gallium_dri.so free 0x557173591480 void 0.000225
+gallium_dri.so free 0x557173591330 void 0.000168
+gallium_dri.so malloc 72 0x557173591430 0.000173
+gallium_dri.so free 0x557173591540 void 0.000166
+gallium_dri.so free 0x557173591430 void 0.000131
+gallium_dri.so malloc 72 0x5571735914f0 0.000129
+gallium_dri.so free 0x557173604300 void 0.000130
+gallium_dri.so free 0x5571735914f0 void 0.000159
+gallium_dri.so malloc 72 0x557173604330 0.000166
+gallium_dri.so free 0x557173604380 void 0.000165
+gallium_dri.so free 0x557173604330 void 0.000130
+gallium_dri.so malloc 72 0x557173604330 0.000129
+gallium_dri.so free 0x557173604480 void 0.000124
+gallium_dri.so free 0x557173604330 void 0.000124
+gallium_dri.so malloc 72 0x5571736044c0 0.000129
+gallium_dri.so free 0x557173604540 void 0.000129
+gallium_dri.so free 0x5571736044c0 void 0.000130
+gallium_dri.so malloc 72 0x557173604540 0.000125
+gallium_dri.so free 0x557173591580 void 0.000121
+gallium_dri.so free 0x557173604540 void 0.000139
+gallium_dri.so malloc 72 0x557173604540 0.000132
+gallium_dri.so free 0x557173604600 void 0.000126
+gallium_dri.so free 0x557173604540 void 0.000124
+gallium_dri.so malloc 72 0x557173604540 0.000129
+gallium_dri.so free 0x5571736046c0 void 0.000129
+gallium_dri.so free 0x557173604540 void 0.000130
+gallium_dri.so malloc 72 0x557173604670 0.000129
+gallium_dri.so free 0x55717358a080 void 0.000131
+gallium_dri.so free 0x557173604670 void 0.000130
+gallium_dri.so malloc 72 0x55717358a0d0 0.000129
+gallium_dri.so free 0x55717358a140 void 0.000131
+gallium_dri.so free 0x55717358a0d0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a1a0 0.000126
+gallium_dri.so free 0x55717358a240 void 0.000131
+gallium_dri.so free 0x55717358a1a0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a1f0 0.000121
+gallium_dri.so free 0x55717358a280 void 0.000125
+gallium_dri.so free 0x55717358a1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a1f0 0.000125
+gallium_dri.so free 0x55717358a340 void 0.000126
+gallium_dri.so free 0x55717358a1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358a380 0.000127
+gallium_dri.so free 0x55717358a400 void 0.000130
+gallium_dri.so free 0x55717358a380 void 0.000129
+gallium_dri.so malloc 72 0x55717358a400 0.000129
+gallium_dri.so free 0x5571736068c0 void 0.000129
+gallium_dri.so free 0x55717358a400 void 0.000131
+gallium_dri.so malloc 72 0x5571736068e0 0.000129
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x5571736068e0 void 0.000125
+gallium_dri.so malloc 72 0x557173606930 0.000127
+gallium_dri.so free 0x557173606a00 void 0.000126
+gallium_dri.so free 0x557173606930 void 0.000125
+gallium_dri.so malloc 72 0x557173606a00 0.000126
+gallium_dri.so free 0x557173606ac0 void 0.000121
+gallium_dri.so free 0x557173606a00 void 0.000119
+gallium_dri.so malloc 72 0x557173606a00 0.000126
+gallium_dri.so free 0x557173606b40 void 0.000131
+gallium_dri.so free 0x557173606a00 void 0.000126
+gallium_dri.so malloc 72 0x557173606b40 0.000121
+gallium_dri.so free 0x557173606c00 void 0.000121
+gallium_dri.so free 0x557173606b40 void 0.000188
+gallium_dri.so malloc 72 0x557173606b40 0.000132
+gallium_dri.so free 0x557173609e80 void 0.000130
+gallium_dri.so free 0x557173606b40 void 0.000126
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x557173609f00 void 0.000120
+gallium_dri.so free 0x557173609eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173609eb0 0.000131
+gallium_dri.so free 0x55717360a000 void 0.000131
+gallium_dri.so free 0x557173609eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173609fb0 0.000127
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a070 0.000126
+gallium_dri.so free 0x55717360a140 void 0.000121
+gallium_dri.so free 0x55717360a070 void 0.000124
+gallium_dri.so malloc 72 0x55717360a160 0.000130
+gallium_dri.so free 0x55717360a200 void 0.000129
+gallium_dri.so free 0x55717360a160 void 0.000125
+gallium_dri.so malloc 72 0x55717360a1b0 0.000123
+gallium_dri.so free 0x557173463240 void 0.000126
+gallium_dri.so free 0x55717360a1b0 void 0.000126
+gallium_dri.so malloc 72 0x557173463280 0.000127
+gallium_dri.so free 0x557173463300 void 0.000128
+gallium_dri.so free 0x557173463280 void 0.000130
+gallium_dri.so malloc 72 0x557173463300 0.000135
+gallium_dri.so free 0x5571734633c0 void 0.000127
+gallium_dri.so free 0x557173463300 void 0.000119
+gallium_dri.so malloc 72 0x557173463300 0.000126
+gallium_dri.so free 0x557173463440 void 0.000125
+gallium_dri.so free 0x557173463300 void 0.000118
+gallium_dri.so malloc 72 0x557173463470 0.000120
+gallium_dri.so free 0x5571734634c0 void 0.000125
+gallium_dri.so free 0x557173463470 void 0.000129
+gallium_dri.so malloc 72 0x557173463470 0.000125
+gallium_dri.so free 0x5571734635c0 void 0.000122
+gallium_dri.so free 0x557173463470 void 0.000124
+gallium_dri.so malloc 72 0x557173463600 0.000131
+gallium_dri.so free 0x557173467dc0 void 0.000129
+gallium_dri.so free 0x557173463600 void 0.000129
+gallium_dri.so malloc 72 0x557173467e10 0.000125
+gallium_dri.so free 0x557173467e80 void 0.000119
+gallium_dri.so free 0x557173467e10 void 0.000124
+gallium_dri.so malloc 72 0x557173467ea0 0.000131
+gallium_dri.so free 0x557173467f40 void 0.000132
+gallium_dri.so free 0x557173467ea0 void 0.000162
+gallium_dri.so malloc 72 0x557173467ef0 0.000162
+gallium_dri.so free 0x557173467fc0 void 0.000131
+gallium_dri.so free 0x557173467ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173467ef0 0.000124
+gallium_dri.so free 0x557173468040 void 0.000120
+gallium_dri.so free 0x557173467ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173468040 0.000130
+gallium_dri.so free 0x557173468100 void 0.000130
+gallium_dri.so free 0x557173468040 void 0.000126
+gallium_dri.so malloc 72 0x557173468040 0.000126
+gallium_dri.so free 0x557173609580 void 0.000129
+gallium_dri.so free 0x557173468040 void 0.000131
+gallium_dri.so malloc 72 0x557173609530 0.000126
+gallium_dri.so free 0x5571736095c0 void 0.000120
+gallium_dri.so free 0x557173609530 void 0.000120
+gallium_dri.so malloc 72 0x557173609530 0.000119
+gallium_dri.so free 0x557173609680 void 0.000126
+gallium_dri.so free 0x557173609530 void 0.000125
+gallium_dri.so malloc 72 0x5571736096c0 0.000125
+gallium_dri.so free 0x557173609740 void 0.000168
+gallium_dri.so free 0x5571736096c0 void 0.000130
+gallium_dri.so malloc 72 0x557173609740 0.000129
+gallium_dri.so free 0x557173609800 void 0.000130
+gallium_dri.so free 0x557173609740 void 0.000130
+gallium_dri.so malloc 72 0x557173609740 0.000125
+gallium_dri.so free 0x557173609880 void 0.000121
+gallium_dri.so free 0x557173609740 void 0.000123
+gallium_dri.so malloc 72 0x5571736098b0 0.000127
+gallium_dri.so free 0x557173609900 void 0.000129
+gallium_dri.so free 0x5571736098b0 void 0.000132
+gallium_dri.so malloc 72 0x557173609900 0.000131
+gallium_dri.so free 0x5571735d4580 void 0.000129
+gallium_dri.so free 0x557173609900 void 0.000124
+gallium_dri.so malloc 72 0x557173609900 0.000121
+gallium_dri.so free 0x5571735d4600 void 0.000185
+gallium_dri.so free 0x557173609900 void 0.000316
+gallium_dri.so malloc 72 0x5571735d4600 0.000279
+gallium_dri.so free 0x5571735d46c0 void 0.000281
+gallium_dri.so free 0x5571735d4600 void 0.000184
+gallium_dri.so malloc 72 0x5571735d4600 0.000160
+gallium_dri.so free 0x5571735d4780 void 0.000252
+gallium_dri.so free 0x5571735d4600 void 0.000200
+gallium_dri.so malloc 72 0x5571735d4600 0.000159
+gallium_dri.so free 0x5571735d4840 void 0.000202
+gallium_dri.so free 0x5571735d4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735d47f0 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000117
+gallium_dri.so free 0x5571735d47f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4910 0.000125
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4910 void 0.000118
+gallium_dri.so malloc 72 0x5571735d49c0 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x5571735d49c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d49c0 0.000121
+gallium_dri.so free 0x557173466e40 void 0.000121
+gallium_dri.so free 0x5571735d49c0 void 0.000124
+gallium_dri.so malloc 72 0x557173466e70 0.000130
+gallium_dri.so free 0x557173466ec0 void 0.000132
+gallium_dri.so free 0x557173466e70 void 0.000142
+gallium_dri.so malloc 72 0x557173466e70 0.000131
+gallium_dri.so free 0x557173466fc0 void 0.000129
+gallium_dri.so free 0x557173466e70 void 0.000130
+gallium_dri.so malloc 72 0x557173466f70 0.000130
+gallium_dri.so free 0x557173467080 void 0.000125
+gallium_dri.so free 0x557173466f70 void 0.000119
+gallium_dri.so malloc 72 0x557173467030 0.000125
+gallium_dri.so free 0x5571734670c0 void 0.000130
+gallium_dri.so free 0x557173467030 void 0.000125
+gallium_dri.so malloc 72 0x557173467030 0.000129
+gallium_dri.so free 0x557173467180 void 0.000130
+gallium_dri.so free 0x557173467030 void 0.000124
+gallium_dri.so malloc 72 0x5571734671f0 0.000126
+gallium_dri.so free 0x557173589080 void 0.000125
+gallium_dri.so free 0x5571734671f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734671f0 0.000120
+gallium_dri.so free 0x557173589100 void 0.000120
+gallium_dri.so free 0x5571734671f0 void 0.000123
+gallium_dri.so malloc 72 0x557173589100 0.000131
+gallium_dri.so free 0x5571735891c0 void 0.000129
+gallium_dri.so free 0x557173589100 void 0.000130
+gallium_dri.so malloc 72 0x557173589100 0.000133
+gallium_dri.so free 0x557173589280 void 0.000124
+gallium_dri.so free 0x557173589100 void 0.000125
+gallium_dri.so malloc 72 0x557173589100 0.000130
+gallium_dri.so free 0x557173589340 void 0.000130
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so malloc 72 0x5571735892f0 0.000121
+gallium_dri.so free 0x5571735893c0 void 0.000126
+gallium_dri.so free 0x5571735892f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589410 0.000122
+gallium_dri.so free 0x557173589480 void 0.000126
+gallium_dri.so free 0x557173589410 void 0.000129
+gallium_dri.so malloc 72 0x5571735894e0 0.000129
+gallium_dri.so free 0x55717358b640 void 0.000129
+gallium_dri.so free 0x5571735894e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735894e0 0.000131
+gallium_dri.so free 0x55717358b6c0 void 0.000125
+gallium_dri.so free 0x5571735894e0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b6f0 0.000130
+gallium_dri.so free 0x55717358b740 void 0.000131
+gallium_dri.so free 0x55717358b6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358b6f0 0.000122
+gallium_dri.so free 0x55717358b840 void 0.000125
+gallium_dri.so free 0x55717358b6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b7f0 0.000130
+gallium_dri.so free 0x55717358b900 void 0.000130
+gallium_dri.so free 0x55717358b7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717358b8b0 0.000129
+gallium_dri.so free 0x55717358b940 void 0.000129
+gallium_dri.so free 0x55717358b8b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358b8b0 0.000130
+gallium_dri.so free 0x55717358ba00 void 0.000130
+gallium_dri.so free 0x55717358b8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ba50 0.000125
+gallium_dri.so free 0x557173607e80 void 0.000127
+gallium_dri.so free 0x55717358ba50 void 0.000131
+gallium_dri.so malloc 72 0x55717358ba50 0.000128
+gallium_dri.so free 0x557173607f00 void 0.000131
+gallium_dri.so free 0x55717358ba50 void 0.000130
+gallium_dri.so malloc 72 0x557173607f00 0.000124
+gallium_dri.so free 0x557173607fc0 void 0.000120
+gallium_dri.so free 0x557173607f00 void 0.000124
+gallium_dri.so malloc 72 0x557173607f00 0.000169
+gallium_dri.so free 0x557173608080 void 0.000166
+gallium_dri.so free 0x557173607f00 void 0.000165
+gallium_dri.so malloc 72 0x557173607f00 0.000130
+gallium_dri.so free 0x557173608140 void 0.000125
+gallium_dri.so free 0x557173607f00 void 0.000123
+gallium_dri.so malloc 72 0x5571736080f0 0.000128
+gallium_dri.so free 0x5571736081c0 void 0.000131
+gallium_dri.so free 0x5571736080f0 void 0.000223
+gallium_dri.so malloc 72 0x557173608210 0.000130
+gallium_dri.so free 0x557173608280 void 0.000129
+gallium_dri.so free 0x557173608210 void 0.000130
+gallium_dri.so malloc 72 0x5571736082c0 0.000126
+gallium_dri.so free 0x5571736058c0 void 0.000128
+gallium_dri.so free 0x5571736082c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736082c0 0.000128
+gallium_dri.so free 0x557173605940 void 0.000124
+gallium_dri.so free 0x5571736082c0 void 0.000119
+gallium_dri.so malloc 72 0x557173605970 0.000121
+gallium_dri.so free 0x5571736059c0 void 0.000119
+gallium_dri.so free 0x557173605970 void 0.000142
+gallium_dri.so malloc 72 0x557173605970 0.000129
+gallium_dri.so free 0x557173605ac0 void 0.000126
+gallium_dri.so free 0x557173605970 void 0.000124
+gallium_dri.so malloc 72 0x557173605a70 0.000129
+gallium_dri.so free 0x557173605b80 void 0.000124
+gallium_dri.so free 0x557173605a70 void 0.000119
+gallium_dri.so malloc 72 0x557173605b30 0.000124
+gallium_dri.so free 0x557173605bc0 void 0.000125
+gallium_dri.so free 0x557173605b30 void 0.000119
+gallium_dri.so malloc 72 0x557173605b30 0.000119
+gallium_dri.so free 0x557173605c80 void 0.000118
+gallium_dri.so free 0x557173605b30 void 0.000124
+gallium_dri.so malloc 72 0x557173605cf0 0.000128
+gallium_dri.so free 0x55717360b440 void 0.000124
+gallium_dri.so free 0x557173605cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173605cf0 0.000119
+gallium_dri.so free 0x55717360b4c0 void 0.000135
+gallium_dri.so free 0x557173605cf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360b4c0 0.000129
+gallium_dri.so free 0x55717360b580 void 0.000127
+gallium_dri.so free 0x55717360b4c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360b4c0 0.000130
+gallium_dri.so free 0x55717360b640 void 0.000139
+gallium_dri.so free 0x55717360b4c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360b4c0 0.000121
+gallium_dri.so free 0x55717360b700 void 0.000124
+gallium_dri.so free 0x55717360b4c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360b6b0 0.000129
+gallium_dri.so free 0x55717360b780 void 0.000130
+gallium_dri.so free 0x55717360b6b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b7d0 0.000130
+gallium_dri.so free 0x55717360b840 void 0.000126
+gallium_dri.so free 0x55717360b7d0 void 0.000124
+gallium_dri.so malloc 72 0x55717360b8a0 0.000125
+gallium_dri.so free 0x5571735901c0 void 0.000122
+gallium_dri.so free 0x55717360b8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b8a0 0.000119
+gallium_dri.so free 0x557173590240 void 0.000120
+gallium_dri.so free 0x55717360b8a0 void 0.000119
+gallium_dri.so malloc 72 0x557173590270 0.000123
+gallium_dri.so free 0x5571735902c0 void 0.000128
+gallium_dri.so free 0x557173590270 void 0.000132
+gallium_dri.so malloc 72 0x557173590270 0.000129
+gallium_dri.so free 0x5571735903c0 void 0.000125
+gallium_dri.so free 0x557173590270 void 0.000161
+gallium_dri.so malloc 72 0x557173590370 0.000126
+gallium_dri.so free 0x557173590480 void 0.000130
+gallium_dri.so free 0x557173590370 void 0.000130
+gallium_dri.so malloc 72 0x557173590430 0.000129
+gallium_dri.so free 0x5571735904c0 void 0.000125
+gallium_dri.so free 0x557173590430 void 0.000119
+gallium_dri.so malloc 72 0x557173590430 0.000124
+gallium_dri.so free 0x557173590580 void 0.000130
+gallium_dri.so free 0x557173590430 void 0.000130
+gallium_dri.so malloc 72 0x5571735905d0 0.000130
+gallium_dri.so free 0x55717358dc00 void 0.000125
+gallium_dri.so free 0x5571735905d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735905d0 0.000126
+gallium_dri.so free 0x55717358dc80 void 0.000131
+gallium_dri.so free 0x5571735905d0 void 0.000129
+gallium_dri.so malloc 72 0x55717358dc80 0.000124
+gallium_dri.so free 0x55717358dd40 void 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000125
+gallium_dri.so malloc 72 0x55717358dc80 0.000130
+gallium_dri.so free 0x55717358de00 void 0.000130
+gallium_dri.so free 0x55717358dc80 void 0.000141
+gallium_dri.so malloc 72 0x55717358dc80 0.000171
+gallium_dri.so free 0x55717358dec0 void 0.000129
+gallium_dri.so free 0x55717358dc80 void 0.000130
+gallium_dri.so malloc 72 0x55717358de70 0.000127
+gallium_dri.so free 0x55717358df40 void 0.000127
+gallium_dri.so free 0x55717358de70 void 0.000111
+gallium_dri.so malloc 72 0x55717358df90 0.000203
+gallium_dri.so free 0x55717358e000 void 0.000202
+gallium_dri.so free 0x55717358df90 void 0.000168
+gallium_dri.so malloc 72 0x55717358e040 0.000237
+gallium_dri.so free 0x5571735cfa00 void 0.000164
+gallium_dri.so free 0x55717358e040 void 0.000164
+gallium_dri.so malloc 72 0x55717358e040 0.000131
+gallium_dri.so free 0x5571735cfa80 void 0.000129
+gallium_dri.so free 0x55717358e040 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfab0 0.000129
+gallium_dri.so free 0x5571735cfb00 void 0.000125
+gallium_dri.so free 0x5571735cfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfab0 0.000125
+gallium_dri.so free 0x5571735cfc00 void 0.000129
+gallium_dri.so free 0x5571735cfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000126
+gallium_dri.so free 0x5571735cfcc0 void 0.000124
+gallium_dri.so free 0x5571735cfbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfc70 0.000120
+gallium_dri.so free 0x5571735cfd00 void 0.000125
+gallium_dri.so free 0x5571735cfc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfc70 0.000121
+gallium_dri.so free 0x5571735cfdc0 void 0.000122
+gallium_dri.so free 0x5571735cfc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfe30 0.000131
+gallium_dri.so free 0x5571735d1fc0 void 0.000129
+gallium_dri.so free 0x5571735cfe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe30 0.000125
+gallium_dri.so free 0x5571735d2040 void 0.000126
+gallium_dri.so free 0x5571735cfe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2040 0.000130
+gallium_dri.so free 0x5571735d2100 void 0.000125
+gallium_dri.so free 0x5571735d2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2040 0.000129
+gallium_dri.so free 0x5571735d21c0 void 0.000129
+gallium_dri.so free 0x5571735d2040 void 0.000155
+gallium_dri.so malloc 72 0x5571735d2040 0.000128
+gallium_dri.so free 0x5571735d2280 void 0.000147
+gallium_dri.so free 0x5571735d2040 void 0.000146
+gallium_dri.so malloc 72 0x5571735d2230 0.000151
+gallium_dri.so free 0x5571735d2300 void 0.000145
+gallium_dri.so free 0x5571735d2230 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2350 0.000125
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so free 0x5571735d2350 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2420 0.000125
+gallium_dri.so free 0x557173464800 void 0.000121
+gallium_dri.so free 0x5571735d2420 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2420 0.000128
+gallium_dri.so free 0x557173464880 void 0.000124
+gallium_dri.so free 0x5571735d2420 void 0.000127
+gallium_dri.so malloc 72 0x5571734648b0 0.000129
+gallium_dri.so free 0x557173464900 void 0.000131
+gallium_dri.so free 0x5571734648b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734648b0 0.000155
+gallium_dri.so free 0x557173464a00 void 0.000146
+gallium_dri.so free 0x5571734648b0 void 0.000146
+gallium_dri.so malloc 72 0x5571734649b0 0.000147
+gallium_dri.so free 0x557173464ac0 void 0.000145
+gallium_dri.so free 0x5571734649b0 void 0.000141
+gallium_dri.so malloc 72 0x557173464a70 0.000133
+gallium_dri.so free 0x557173464b00 void 0.000142
+gallium_dri.so free 0x557173464a70 void 0.000139
+gallium_dri.so malloc 72 0x557173464a70 0.000141
+gallium_dri.so free 0x557173464bc0 void 0.000145
+gallium_dri.so free 0x557173464a70 void 0.000140
+gallium_dri.so malloc 72 0x557173464c10 0.000136
+gallium_dri.so free 0x557173603300 void 0.000140
+gallium_dri.so free 0x557173464c10 void 0.000145
+gallium_dri.so malloc 72 0x557173464c10 0.000145
+gallium_dri.so free 0x557173603380 void 0.000139
+gallium_dri.so free 0x557173464c10 void 0.000134
+gallium_dri.so malloc 72 0x557173603380 0.000140
+gallium_dri.so free 0x557173603440 void 0.000154
+gallium_dri.so free 0x557173603380 void 0.000148
+gallium_dri.so malloc 72 0x557173603380 0.000145
+gallium_dri.so free 0x557173603500 void 0.000145
+gallium_dri.so free 0x557173603380 void 0.000145
+gallium_dri.so malloc 72 0x557173603380 0.000145
+gallium_dri.so free 0x5571736035c0 void 0.000146
+gallium_dri.so free 0x557173603380 void 0.000146
+gallium_dri.so malloc 72 0x557173603570 0.000143
+gallium_dri.so free 0x557173603640 void 0.000144
+gallium_dri.so free 0x557173603570 void 0.000139
+gallium_dri.so malloc 72 0x557173603690 0.000141
+gallium_dri.so free 0x557173603700 void 0.000138
+gallium_dri.so free 0x557173603690 void 0.000140
+gallium_dri.so malloc 72 0x557173603740 0.000139
+gallium_dri.so free 0x557173461d80 void 0.000142
+gallium_dri.so free 0x557173603740 void 0.000146
+gallium_dri.so malloc 72 0x557173603740 0.000143
+gallium_dri.so free 0x557173461e40 void 0.000130
+gallium_dri.so free 0x557173603740 void 0.000141
+gallium_dri.so malloc 72 0x557173603740 0.000126
+gallium_dri.so free 0x557173461f00 void 0.000122
+gallium_dri.so free 0x557173603740 void 0.000125
+gallium_dri.so malloc 72 0x557173461eb0 0.000124
+gallium_dri.so free 0x557173461f80 void 0.000125
+gallium_dri.so free 0x557173461eb0 void 0.000124
+gallium_dri.so malloc 72 0x557173461fd0 0.000130
+gallium_dri.so free 0x557173462040 void 0.000131
+gallium_dri.so free 0x557173461fd0 void 0.000132
+gallium_dri.so malloc 72 0x557173462060 0.000129
+gallium_dri.so free 0x557173462100 void 0.000131
+gallium_dri.so free 0x557173462060 void 0.000130
+gallium_dri.so malloc 72 0x5571734620b0 0.000128
+gallium_dri.so free 0x557173462180 void 0.000125
+gallium_dri.so free 0x5571734620b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734620b0 0.000126
+gallium_dri.so free 0x557173462280 void 0.000130
+gallium_dri.so free 0x5571734620b0 void 0.000186
+gallium_dri.so malloc 72 0x557173462230 0.000131
+gallium_dri.so free 0x557173462300 void 0.000129
+gallium_dri.so free 0x557173462230 void 0.000133
+gallium_dri.so malloc 72 0x557173462350 0.000130
+gallium_dri.so free 0x5571735f29c0 void 0.000130
+gallium_dri.so free 0x557173462350 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2970 0.000123
+gallium_dri.so free 0x5571735f2a00 void 0.000127
+gallium_dri.so free 0x5571735f2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2970 0.000125
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b00 0.000124
+gallium_dri.so free 0x5571735f2b80 void 0.000131
+gallium_dri.so free 0x5571735f2b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b80 0.000129
+gallium_dri.so free 0x5571735f2c40 void 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2b80 0.000124
+gallium_dri.so free 0x5571735f2d00 void 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2d20 0.000130
+gallium_dri.so free 0x5571735f2dc0 void 0.000139
+gallium_dri.so free 0x5571735f2d20 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2d70 0.000129
+gallium_dri.so free 0x5571735f2e40 void 0.000128
+gallium_dri.so free 0x5571735f2d70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2d70 0.000126
+gallium_dri.so free 0x5571735f2ec0 void 0.000120
+gallium_dri.so free 0x5571735f2d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000131
+gallium_dri.so free 0x5571735f2f80 void 0.000123
+gallium_dri.so free 0x5571735f2ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000135
+gallium_dri.so free 0x5571735f3040 void 0.000125
+gallium_dri.so free 0x5571735f2ec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2ec0 0.000132
+gallium_dri.so free 0x5571735f3100 void 0.000132
+gallium_dri.so free 0x5571735f2ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f30b0 0.000130
+gallium_dri.so free 0x5571735f31c0 void 0.000182
+gallium_dri.so free 0x5571735f30b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f3170 0.000157
+gallium_dri.so free 0x5571735f3240 void 0.000135
+gallium_dri.so free 0x5571735f3170 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3290 0.000129
+gallium_dri.so free 0x5571735f3300 void 0.000130
+gallium_dri.so free 0x5571735f3290 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3320 0.000130
+gallium_dri.so free 0x5571735f33c0 void 0.000130
+gallium_dri.so free 0x5571735f3320 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3370 0.000125
+gallium_dri.so free 0x5571735f3440 void 0.000121
+gallium_dri.so free 0x5571735f3370 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3370 0.000131
+gallium_dri.so free 0x5571735f34c0 void 0.000130
+gallium_dri.so free 0x5571735f3370 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34c0 0.000129
+gallium_dri.so free 0x5571735f3580 void 0.000130
+gallium_dri.so free 0x5571735f34c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f34c0 0.000129
+gallium_dri.so free 0x5571735f3680 void 0.000129
+gallium_dri.so free 0x5571735f34c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f3630 0.000130
+gallium_dri.so free 0x5571734734c0 void 0.000130
+gallium_dri.so free 0x5571735f3630 void 0.000156
+gallium_dri.so malloc 72 0x557173473470 0.000164
+gallium_dri.so free 0x557173473540 void 0.000148
+gallium_dri.so free 0x557173473470 void 0.000168
+gallium_dri.so malloc 72 0x557173473470 0.000163
+gallium_dri.so free 0x5571734735c0 void 0.000131
+gallium_dri.so free 0x557173473470 void 0.000126
+gallium_dri.so malloc 72 0x5571734735c0 0.000121
+gallium_dri.so free 0x557173473680 void 0.000126
+gallium_dri.so free 0x5571734735c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734735c0 0.000124
+gallium_dri.so free 0x557173473740 void 0.000130
+gallium_dri.so free 0x5571734735c0 void 0.000131
+gallium_dri.so malloc 72 0x5571734735c0 0.000129
+gallium_dri.so free 0x557173473800 void 0.000132
+gallium_dri.so free 0x5571734735c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734737b0 0.000126
+gallium_dri.so free 0x557173473800 void 0.000113
+gallium_dri.so free 0x5571734737b0 void 0.000240
+gallium_dri.so malloc 72 0x5571734737b0 0.000131
+gallium_dri.so free 0x557173473900 void 0.000165
+gallium_dri.so free 0x5571734737b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734738b0 0.000121
+gallium_dri.so free 0x5571734739c0 void 0.000121
+gallium_dri.so free 0x5571734738b0 void 0.000125
+gallium_dri.so malloc 72 0x557173473970 0.000130
+gallium_dri.so free 0x557173473a00 void 0.000129
+gallium_dri.so free 0x557173473970 void 0.000131
+gallium_dri.so malloc 72 0x557173473970 0.000130
+gallium_dri.so free 0x557173473ac0 void 0.000126
+gallium_dri.so free 0x557173473970 void 0.000120
+gallium_dri.so malloc 72 0x557173473b00 0.000126
+gallium_dri.so free 0x557173473b80 void 0.000125
+gallium_dri.so free 0x557173473b00 void 0.000119
+gallium_dri.so malloc 72 0x557173473b80 0.000120
+gallium_dri.so free 0x557173473c40 void 0.000126
+gallium_dri.so free 0x557173473b80 void 0.000126
+gallium_dri.so malloc 72 0x557173473b80 0.000121
+gallium_dri.so free 0x557173473d00 void 0.000126
+gallium_dri.so free 0x557173473b80 void 0.000181
+gallium_dri.so malloc 72 0x557173473d20 0.000181
+gallium_dri.so free 0x557173473dc0 void 0.000210
+gallium_dri.so free 0x557173473d20 void 0.000208
+gallium_dri.so malloc 72 0x557173473d70 0.000179
+gallium_dri.so free 0x557173473e40 void 0.000182
+gallium_dri.so free 0x557173473d70 void 0.000181
+gallium_dri.so malloc 72 0x557173473d70 0.000180
+gallium_dri.so free 0x557173473ec0 void 0.000180
+gallium_dri.so free 0x557173473d70 void 0.000182
+gallium_dri.so malloc 72 0x557173473ec0 0.000180
+gallium_dri.so free 0x557173473f80 void 0.000209
+gallium_dri.so free 0x557173473ec0 void 0.000209
+gallium_dri.so malloc 72 0x557173473ec0 0.000208
+gallium_dri.so free 0x557173474040 void 0.000192
+gallium_dri.so free 0x557173473ec0 void 0.000212
+gallium_dri.so malloc 72 0x557173473ec0 0.000180
+gallium_dri.so free 0x557173474100 void 0.000183
+gallium_dri.so free 0x557173473ec0 void 0.000130
+gallium_dri.so malloc 72 0x5571734740b0 0.000132
+gallium_dri.so free 0x5571734741c0 void 0.000129
+gallium_dri.so free 0x5571734740b0 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000127
+gallium_dri.so free 0x557173460440 void 0.000122
+gallium_dri.so free 0x557173474170 void 0.000123
+gallium_dri.so malloc 72 0x557173460440 0.000130
+gallium_dri.so free 0x557173460500 void 0.000129
+gallium_dri.so free 0x557173460440 void 0.000129
+gallium_dri.so malloc 72 0x557173460440 0.000146
+gallium_dri.so free 0x557173460580 void 0.000142
+gallium_dri.so free 0x557173460440 void 0.000129
+gallium_dri.so malloc 72 0x5571734605b0 0.000125
+gallium_dri.so free 0x557173460600 void 0.000127
+gallium_dri.so free 0x5571734605b0 void 0.000147
+gallium_dri.so malloc 72 0x5571734605b0 0.000129
+gallium_dri.so free 0x557173460700 void 0.000126
+gallium_dri.so free 0x5571734605b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734606b0 0.000127
+gallium_dri.so free 0x5571734607c0 void 0.000127
+gallium_dri.so free 0x5571734606b0 void 0.000126
+gallium_dri.so malloc 72 0x557173460770 0.000127
+gallium_dri.so free 0x557173460840 void 0.000129
+gallium_dri.so free 0x557173460770 void 0.000125
+gallium_dri.so malloc 72 0x557173460860 0.000127
+gallium_dri.so free 0x557173460900 void 0.000125
+gallium_dri.so free 0x557173460860 void 0.000124
+gallium_dri.so malloc 72 0x5571734608b0 0.000129
+gallium_dri.so free 0x557173460980 void 0.000129
+gallium_dri.so free 0x5571734608b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734608b0 0.000129
+gallium_dri.so free 0x557173460a00 void 0.000126
+gallium_dri.so free 0x5571734608b0 void 0.000127
+gallium_dri.so malloc 72 0x557173460a00 0.000128
+gallium_dri.so free 0x557173460ac0 void 0.000126
+gallium_dri.so free 0x557173460a00 void 0.000127
+gallium_dri.so malloc 72 0x557173460a00 0.000125
+gallium_dri.so free 0x557173460b80 void 0.000129
+gallium_dri.so free 0x557173460a00 void 0.000127
+gallium_dri.so malloc 72 0x557173460a00 0.000131
+gallium_dri.so free 0x557173460c40 void 0.000131
+gallium_dri.so free 0x557173460a00 void 0.000128
+gallium_dri.so malloc 72 0x557173460bf0 0.000125
+gallium_dri.so free 0x557173460c40 void 0.000127
+gallium_dri.so free 0x557173460bf0 void 0.000129
+gallium_dri.so malloc 72 0x557173460bf0 0.000129
+gallium_dri.so free 0x557173460d40 void 0.000129
+gallium_dri.so free 0x557173460bf0 void 0.000126
+gallium_dri.so malloc 72 0x557173460cf0 0.000124
+gallium_dri.so free 0x557173460e00 void 0.000128
+gallium_dri.so free 0x557173460cf0 void 0.000127
+gallium_dri.so malloc 72 0x557173460db0 0.000128
+gallium_dri.so free 0x557173460e40 void 0.000127
+gallium_dri.so free 0x557173460db0 void 0.000126
+gallium_dri.so malloc 72 0x557173460db0 0.000128
+gallium_dri.so free 0x557173460f00 void 0.000128
+gallium_dri.so free 0x557173460db0 void 0.000126
+gallium_dri.so malloc 72 0x557173460f40 0.000127
+gallium_dri.so free 0x557173460fc0 void 0.000128
+gallium_dri.so free 0x557173460f40 void 0.000129
+gallium_dri.so malloc 72 0x557173460fc0 0.000129
+gallium_dri.so free 0x557173461080 void 0.000129
+gallium_dri.so free 0x557173460fc0 void 0.000128
+gallium_dri.so malloc 72 0x557173460fc0 0.000137
+gallium_dri.so free 0x557173461140 void 0.000130
+gallium_dri.so free 0x557173460fc0 void 0.000129
+gallium_dri.so malloc 72 0x557173461160 0.000129
+gallium_dri.so free 0x557173461200 void 0.000127
+gallium_dri.so free 0x557173461160 void 0.000127
+gallium_dri.so malloc 72 0x5571734611b0 0.000128
+gallium_dri.so free 0x557173461280 void 0.000127
+gallium_dri.so free 0x5571734611b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734611b0 0.000129
+gallium_dri.so free 0x557173461300 void 0.000128
+gallium_dri.so free 0x5571734611b0 void 0.000124
+gallium_dri.so malloc 72 0x557173461300 0.000129
+gallium_dri.so free 0x5571734613c0 void 0.000128
+gallium_dri.so free 0x557173461300 void 0.000128
+gallium_dri.so malloc 72 0x557173461300 0.000128
+gallium_dri.so free 0x557173461480 void 0.000129
+gallium_dri.so free 0x557173461300 void 0.000127
+gallium_dri.so malloc 72 0x557173461300 0.000125
+gallium_dri.so free 0x557173461540 void 0.000127
+gallium_dri.so free 0x557173461300 void 0.000127
+gallium_dri.so malloc 72 0x5571734614f0 0.000129
+gallium_dri.so free 0x557173461600 void 0.000128
+gallium_dri.so free 0x5571734614f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734615b0 0.000165
+gallium_dri.so free 0x557173461680 void 0.000130
+gallium_dri.so free 0x5571734615b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734616d0 0.000128
+gallium_dri.so free 0x557173461740 void 0.000128
+gallium_dri.so free 0x5571734616d0 void 0.000127
+gallium_dri.so malloc 72 0x557173461760 0.000128
+gallium_dri.so free 0x557173461800 void 0.000126
+gallium_dri.so free 0x557173461760 void 0.000128
+gallium_dri.so malloc 72 0x5571734617b0 0.000128
+gallium_dri.so free 0x557173461880 void 0.000128
+gallium_dri.so free 0x5571734617b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734617b0 0.000127
+gallium_dri.so free 0x557173461900 void 0.000128
+gallium_dri.so free 0x5571734617b0 void 0.000128
+gallium_dri.so malloc 72 0x557173461900 0.000128
+gallium_dri.so free 0x5571734619c0 void 0.000129
+gallium_dri.so free 0x557173461900 void 0.000127
+gallium_dri.so malloc 72 0x557173461900 0.000126
+gallium_dri.so free 0x557173461ac0 void 0.000129
+gallium_dri.so free 0x557173461900 void 0.000125
+gallium_dri.so malloc 72 0x557173461a70 0.000128
+gallium_dri.so free 0x557173461b00 void 0.000128
+gallium_dri.so free 0x557173461a70 void 0.000130
+gallium_dri.so malloc 72 0x557173461a70 0.000135
+gallium_dri.so free 0x557173461bc0 void 0.000128
+gallium_dri.so free 0x557173461a70 void 0.000128
+gallium_dri.so malloc 72 0x557173461c00 0.000127
+gallium_dri.so free 0x557173461c80 void 0.000127
+gallium_dri.so free 0x557173461c00 void 0.000128
+gallium_dri.so malloc 72 0x557173461c80 0.000127
+gallium_dri.so free 0x5571735e0e80 void 0.000127
+gallium_dri.so free 0x557173461c80 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000124
+gallium_dri.so free 0x5571735e0f40 void 0.000127
+gallium_dri.so free 0x5571735e0ea0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000128
+gallium_dri.so free 0x5571735e0fc0 void 0.000123
+gallium_dri.so free 0x5571735e0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000121
+gallium_dri.so free 0x5571735e10c0 void 0.000121
+gallium_dri.so free 0x5571735e0ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1070 0.000123
+gallium_dri.so free 0x5571735e1140 void 0.000122
+gallium_dri.so free 0x5571735e1070 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1190 0.000122
+gallium_dri.so free 0x5571735e1200 void 0.000122
+gallium_dri.so free 0x5571735e1190 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1220 0.000122
+gallium_dri.so free 0x5571735e12c0 void 0.000134
+gallium_dri.so free 0x5571735e1220 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1270 0.000122
+gallium_dri.so free 0x5571735e1340 void 0.000120
+gallium_dri.so free 0x5571735e1270 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1270 0.000122
+gallium_dri.so free 0x5571735e13c0 void 0.000122
+gallium_dri.so free 0x5571735e1270 void 0.000123
+gallium_dri.so malloc 72 0x5571735e13c0 0.000123
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e13c0 0.000121
+gallium_dri.so free 0x5571735e1580 void 0.000122
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e13c0 0.000120
+gallium_dri.so free 0x5571735e1600 void 0.000121
+gallium_dri.so free 0x5571735e13c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1630 0.000123
+gallium_dri.so free 0x5571735e1680 void 0.000119
+gallium_dri.so free 0x5571735e1630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1630 0.000122
+gallium_dri.so free 0x5571735e1780 void 0.000120
+gallium_dri.so free 0x5571735e1630 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1730 0.000120
+gallium_dri.so free 0x5571735e1840 void 0.000123
+gallium_dri.so free 0x5571735e1730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e17f0 0.000168
+gallium_dri.so free 0x5571735e1880 void 0.000121
+gallium_dri.so free 0x5571735e17f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e17f0 0.000117
+gallium_dri.so free 0x5571735e1940 void 0.000120
+gallium_dri.so free 0x5571735e17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1990 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000122
+gallium_dri.so free 0x5571735e1990 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a40 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000120
+gallium_dri.so free 0x5571735e1a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000120
+gallium_dri.so free 0x5571735e1b80 void 0.000117
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000120
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c30 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000119
+gallium_dri.so free 0x5571735e1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c30 0.000122
+gallium_dri.so free 0x5571735e1d80 void 0.000119
+gallium_dri.so free 0x5571735e1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1d30 0.000116
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1d30 void 0.000148
+gallium_dri.so malloc 72 0x5571735e1df0 0.000122
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1df0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000120
+gallium_dri.so free 0x5571735e1f80 void 0.000120
+gallium_dri.so free 0x5571735e1ee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f30 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000116
+gallium_dri.so free 0x5571735e2080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2080 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000119
+gallium_dri.so free 0x5571735e22c0 void 0.000116
+gallium_dri.so free 0x5571735e2080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2270 0.000117
+gallium_dri.so free 0x5571735e22c0 void 0.000119
+gallium_dri.so free 0x5571735e2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2270 0.000116
+gallium_dri.so free 0x5571735e23c0 void 0.000125
+gallium_dri.so free 0x5571735e2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2370 0.000117
+gallium_dri.so free 0x5571735e2480 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2430 0.000117
+gallium_dri.so free 0x5571735e24c0 void 0.000118
+gallium_dri.so free 0x5571735e2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2430 0.000116
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735e25c0 0.000116
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so free 0x5571735e25c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2640 0.000118
+gallium_dri.so free 0x5571735e2700 void 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2640 0.000118
+gallium_dri.so free 0x5571735e27c0 void 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000116
+gallium_dri.so malloc 72 0x5571735e27e0 0.000116
+gallium_dri.so free 0x5571735e2880 void 0.000126
+gallium_dri.so free 0x5571735e27e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2830 0.000123
+gallium_dri.so free 0x5571735e2900 void 0.000122
+gallium_dri.so free 0x5571735e2830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2830 0.000129
+gallium_dri.so free 0x5571735e2980 void 0.000119
+gallium_dri.so free 0x5571735e2830 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2980 0.000120
+gallium_dri.so free 0x5571735e2a40 void 0.000121
+gallium_dri.so free 0x5571735e2980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2980 0.000119
+gallium_dri.so free 0x5571735e2b00 void 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2980 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000122
+gallium_dri.so free 0x5571735e2980 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2b70 0.000120
+gallium_dri.so free 0x5571735e2c80 void 0.000121
+gallium_dri.so free 0x5571735e2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2c30 0.000121
+gallium_dri.so free 0x5571735e2d00 void 0.000121
+gallium_dri.so free 0x5571735e2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d50 0.000127
+gallium_dri.so free 0x5571735e2dc0 void 0.000121
+gallium_dri.so free 0x5571735e2d50 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2de0 0.000119
+gallium_dri.so free 0x5571735e2e80 void 0.000120
+gallium_dri.so free 0x5571735e2de0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2e30 0.000120
+gallium_dri.so free 0x5571735e2f00 void 0.000122
+gallium_dri.so free 0x5571735e2e30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2e30 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so free 0x5571735e2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f80 0.000117
+gallium_dri.so free 0x5571735e3040 void 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2f80 0.000117
+gallium_dri.so free 0x5571735e3140 void 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e30f0 0.000117
+gallium_dri.so free 0x5571735e3180 void 0.000117
+gallium_dri.so free 0x5571735e30f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e30f0 0.000117
+gallium_dri.so free 0x5571735e3240 void 0.000123
+gallium_dri.so free 0x5571735e30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3280 0.000122
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735e3280 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3300 0.000122
+gallium_dri.so free 0x5571735e33c0 void 0.000122
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3300 0.000122
+gallium_dri.so free 0x5571735e3440 void 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3470 0.000121
+gallium_dri.so free 0x5571735e34c0 void 0.000171
+gallium_dri.so free 0x5571735e3470 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3470 0.000120
+gallium_dri.so free 0x5571735e35c0 void 0.000121
+gallium_dri.so free 0x5571735e3470 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3600 0.000121
+gallium_dri.so free 0x5571735e3680 void 0.000121
+gallium_dri.so free 0x5571735e3600 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3680 0.000120
+gallium_dri.so free 0x5571735e3740 void 0.000120
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3680 0.000120
+gallium_dri.so free 0x5571735e37c0 void 0.000122
+gallium_dri.so free 0x5571735e3680 void 0.000122
+gallium_dri.so malloc 72 0x5571735e37f0 0.000123
+gallium_dri.so free 0x5571735fc340 void 0.000122
+gallium_dri.so free 0x5571735e37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e37f0 0.000120
+gallium_dri.so free 0x5571735fc3c0 void 0.000123
+gallium_dri.so free 0x5571735e37f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000122
+gallium_dri.so free 0x5571735fc480 void 0.000121
+gallium_dri.so free 0x5571735fc3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000121
+gallium_dri.so free 0x5571735fc580 void 0.000121
+gallium_dri.so free 0x5571735fc3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000124
+gallium_dri.so free 0x5571735fc600 void 0.000123
+gallium_dri.so free 0x5571735fc3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc630 0.000122
+gallium_dri.so free 0x5571735fc680 void 0.000121
+gallium_dri.so free 0x5571735fc630 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc630 0.000119
+gallium_dri.so free 0x5571735fc780 void 0.000121
+gallium_dri.so free 0x5571735fc630 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc730 0.000119
+gallium_dri.so free 0x5571735fc840 void 0.000120
+gallium_dri.so free 0x5571735fc730 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000120
+gallium_dri.so free 0x5571735fc880 void 0.000121
+gallium_dri.so free 0x5571735fc7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000120
+gallium_dri.so free 0x5571735fc940 void 0.000120
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc990 0.000121
+gallium_dri.so free 0x5571735fca00 void 0.000122
+gallium_dri.so free 0x5571735fc990 void 0.000119
+gallium_dri.so malloc 72 0x5571735fca40 0.000123
+gallium_dri.so free 0x5571735fcac0 void 0.000122
+gallium_dri.so free 0x5571735fca40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcac0 0.000120
+gallium_dri.so free 0x5571735fcb80 void 0.000134
+gallium_dri.so free 0x5571735fcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcac0 0.000119
+gallium_dri.so free 0x5571735fcc00 void 0.000123
+gallium_dri.so free 0x5571735fcac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcc30 0.000121
+gallium_dri.so free 0x5571735fcc80 void 0.000121
+gallium_dri.so free 0x5571735fcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000124
+gallium_dri.so free 0x5571735fcd80 void 0.000123
+gallium_dri.so free 0x5571735fcc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd30 0.000124
+gallium_dri.so free 0x5571735fce40 void 0.000121
+gallium_dri.so free 0x5571735fcd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000120
+gallium_dri.so free 0x5571735fcec0 void 0.000121
+gallium_dri.so free 0x5571735fcdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcee0 0.000118
+gallium_dri.so free 0x5571735fcf80 void 0.000122
+gallium_dri.so free 0x5571735fcee0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf30 0.000120
+gallium_dri.so free 0x5571735fd000 void 0.000122
+gallium_dri.so free 0x5571735fcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf30 0.000122
+gallium_dri.so free 0x5571735fd080 void 0.000122
+gallium_dri.so free 0x5571735fcf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd080 0.000188
+gallium_dri.so free 0x5571735fd140 void 0.000122
+gallium_dri.so free 0x5571735fd080 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd080 0.000123
+gallium_dri.so free 0x5571735fd200 void 0.000121
+gallium_dri.so free 0x5571735fd080 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd080 0.000119
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so free 0x5571735fd080 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd270 0.000122
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so free 0x5571735fd270 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd270 0.000121
+gallium_dri.so free 0x5571735fd3c0 void 0.000123
+gallium_dri.so free 0x5571735fd270 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd370 0.000125
+gallium_dri.so free 0x5571735fd480 void 0.000122
+gallium_dri.so free 0x5571735fd370 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd430 0.000122
+gallium_dri.so free 0x5571735fd4c0 void 0.000122
+gallium_dri.so free 0x5571735fd430 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd430 0.000121
+gallium_dri.so free 0x5571735fd580 void 0.000121
+gallium_dri.so free 0x5571735fd430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd5c0 0.000122
+gallium_dri.so free 0x5571735fd640 void 0.000134
+gallium_dri.so free 0x5571735fd5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd640 0.000123
+gallium_dri.so free 0x5571735fd700 void 0.000119
+gallium_dri.so free 0x5571735fd640 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd640 0.000122
+gallium_dri.so free 0x5571735fd7c0 void 0.000122
+gallium_dri.so free 0x5571735fd640 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd7e0 0.000122
+gallium_dri.so free 0x5571735fd880 void 0.000123
+gallium_dri.so free 0x5571735fd7e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd830 0.000121
+gallium_dri.so free 0x5571735fd900 void 0.000121
+gallium_dri.so free 0x5571735fd830 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd830 0.000122
+gallium_dri.so free 0x5571735fd980 void 0.000122
+gallium_dri.so free 0x5571735fd830 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd980 0.000122
+gallium_dri.so free 0x5571735fda40 void 0.000120
+gallium_dri.so free 0x5571735fd980 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd980 0.000118
+gallium_dri.so free 0x5571735fdb00 void 0.000121
+gallium_dri.so free 0x5571735fd980 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd980 0.000121
+gallium_dri.so free 0x5571735fdbc0 void 0.000120
+gallium_dri.so free 0x5571735fd980 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdb70 0.000123
+gallium_dri.so free 0x5571735fdc80 void 0.000120
+gallium_dri.so free 0x5571735fdb70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdc30 0.000120
+gallium_dri.so free 0x5571735fdd00 void 0.000122
+gallium_dri.so free 0x5571735fdc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdd50 0.000123
+gallium_dri.so free 0x5571735fddc0 void 0.000121
+gallium_dri.so free 0x5571735fdd50 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdde0 0.000123
+gallium_dri.so free 0x5571735fde80 void 0.000122
+gallium_dri.so free 0x5571735fdde0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fde30 0.000122
+gallium_dri.so free 0x5571735fdf00 void 0.000124
+gallium_dri.so free 0x5571735fde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde30 0.000122
+gallium_dri.so free 0x5571735fdf80 void 0.000118
+gallium_dri.so free 0x5571735fde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf80 0.000120
+gallium_dri.so free 0x5571735fe040 void 0.000122
+gallium_dri.so free 0x5571735fdf80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdf80 0.000121
+gallium_dri.so free 0x5571735fe140 void 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000120
+gallium_dri.so free 0x5571735fe180 void 0.000128
+gallium_dri.so free 0x5571735fe0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000122
+gallium_dri.so free 0x5571735fe240 void 0.000122
+gallium_dri.so free 0x5571735fe0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe280 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000124
+gallium_dri.so free 0x5571735fe280 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe300 0.000124
+gallium_dri.so free 0x5571735fe3c0 void 0.000121
+gallium_dri.so free 0x5571735fe300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe300 0.000118
+gallium_dri.so free 0x5571735fe440 void 0.000122
+gallium_dri.so free 0x5571735fe300 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe470 0.000122
+gallium_dri.so free 0x5571735fe4c0 void 0.000127
+gallium_dri.so free 0x5571735fe470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe470 0.000121
+gallium_dri.so free 0x5571735fe5c0 void 0.000119
+gallium_dri.so free 0x5571735fe470 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe600 0.000122
+gallium_dri.so free 0x5571735fe680 void 0.000122
+gallium_dri.so free 0x5571735fe600 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe680 0.000121
+gallium_dri.so free 0x5571735fe740 void 0.000123
+gallium_dri.so free 0x5571735fe680 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe680 0.000129
+gallium_dri.so free 0x5571735fe7c0 void 0.000120
+gallium_dri.so free 0x5571735fe680 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735fe7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000120
+gallium_dri.so free 0x5571735fe940 void 0.000123
+gallium_dri.so free 0x5571735fe7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000122
+gallium_dri.so free 0x5571735fea00 void 0.000121
+gallium_dri.so free 0x5571735fe8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000121
+gallium_dri.so free 0x5571735fea80 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000122
+gallium_dri.so free 0x5571735feb40 void 0.000124
+gallium_dri.so free 0x5571735fe9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000121
+gallium_dri.so free 0x5571735fec00 void 0.000120
+gallium_dri.so free 0x5571735fe9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735febb0 0.000122
+gallium_dri.so free 0x5571735fec80 void 0.000122
+gallium_dri.so free 0x5571735febb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fecd0 0.000119
+gallium_dri.so free 0x5571735fed40 void 0.000121
+gallium_dri.so free 0x5571735fecd0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fed60 0.000121
+gallium_dri.so free 0x5571735fee00 void 0.000119
+gallium_dri.so free 0x5571735fed60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fedb0 0.000119
+gallium_dri.so free 0x5571735fee80 void 0.000122
+gallium_dri.so free 0x5571735fedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee80 0.000121
+gallium_dri.so free 0x5571735fef40 void 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee80 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff080 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fefc0 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fefc0 0.000121
+gallium_dri.so free 0x5571735ff200 void 0.000122
+gallium_dri.so free 0x5571735fefc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000123
+gallium_dri.so free 0x5571735ff280 void 0.000123
+gallium_dri.so free 0x5571735ff1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000130
+gallium_dri.so free 0x5571735ff340 void 0.000123
+gallium_dri.so free 0x5571735ff2d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff380 0.000120
+gallium_dri.so free 0x5571735ff400 void 0.000122
+gallium_dri.so free 0x5571735ff380 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff380 0.000123
+gallium_dri.so free 0x5571735ff480 void 0.000122
+gallium_dri.so free 0x5571735ff380 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000119
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so free 0x5571735ff4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000121
+gallium_dri.so free 0x5571735ff600 void 0.000122
+gallium_dri.so free 0x5571735ff4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000120
+gallium_dri.so free 0x5571735ff6c0 void 0.000119
+gallium_dri.so free 0x5571735ff5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff670 0.000123
+gallium_dri.so free 0x5571735ff700 void 0.000122
+gallium_dri.so free 0x5571735ff670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff670 0.000122
+gallium_dri.so free 0x5571735ff7c0 void 0.000122
+gallium_dri.so free 0x5571735ff670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff830 0.000122
+gallium_dri.so free 0x5571735ff880 void 0.000122
+gallium_dri.so free 0x5571735ff830 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff830 0.000121
+gallium_dri.so free 0x5571735ff980 void 0.000120
+gallium_dri.so free 0x5571735ff830 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff930 0.000122
+gallium_dri.so free 0x5571735ffa40 void 0.000122
+gallium_dri.so free 0x5571735ff930 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000120
+gallium_dri.so free 0x5571735ffa80 void 0.000118
+gallium_dri.so free 0x5571735ff9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000122
+gallium_dri.so free 0x5571735ffb40 void 0.000119
+gallium_dri.so free 0x5571735ff9f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffb80 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000123
+gallium_dri.so free 0x5571735ffb80 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffc00 0.000122
+gallium_dri.so free 0x5571735ffcc0 void 0.000120
+gallium_dri.so free 0x5571735ffc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffc00 0.000123
+gallium_dri.so free 0x5571735ffd80 void 0.000127
+gallium_dri.so free 0x5571735ffc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffda0 0.000119
+gallium_dri.so free 0x5571735ffe40 void 0.000126
+gallium_dri.so free 0x5571735ffda0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000188
+gallium_dri.so free 0x5571735ffec0 void 0.000124
+gallium_dri.so free 0x5571735ffdf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffdf0 0.000126
+gallium_dri.so free 0x5571735fff40 void 0.000121
+gallium_dri.so free 0x5571735ffdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fff40 0.000122
+gallium_dri.so free 0x557173600000 void 0.000120
+gallium_dri.so free 0x5571735fff40 void 0.000122
+gallium_dri.so malloc 72 0x5571735fff40 0.000121
+gallium_dri.so free 0x5571736000c0 void 0.000123
+gallium_dri.so free 0x5571735fff40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fff40 0.000122
+gallium_dri.so free 0x557173600180 void 0.000120
+gallium_dri.so free 0x5571735fff40 void 0.000122
+gallium_dri.so malloc 72 0x557173600130 0.000120
+gallium_dri.so free 0x557173600240 void 0.000122
+gallium_dri.so free 0x557173600130 void 0.000119
+gallium_dri.so malloc 72 0x5571736001f0 0.000118
+gallium_dri.so free 0x5571736002c0 void 0.000119
+gallium_dri.so free 0x5571736001f0 void 0.000122
+gallium_dri.so malloc 72 0x557173600310 0.000120
+gallium_dri.so free 0x557173600380 void 0.000123
+gallium_dri.so free 0x557173600310 void 0.000120
+gallium_dri.so malloc 72 0x5571736003a0 0.000120
+gallium_dri.so free 0x557173600440 void 0.000126
+gallium_dri.so free 0x5571736003a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736003f0 0.000122
+gallium_dri.so free 0x5571736004c0 void 0.000122
+gallium_dri.so free 0x5571736003f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736003f0 0.000121
+gallium_dri.so free 0x557173600540 void 0.000120
+gallium_dri.so free 0x5571736003f0 void 0.000121
+gallium_dri.so malloc 72 0x557173600540 0.000121
+gallium_dri.so free 0x557173600600 void 0.000123
+gallium_dri.so free 0x557173600540 void 0.000121
+gallium_dri.so malloc 72 0x557173600540 0.000119
+gallium_dri.so free 0x557173600700 void 0.000123
+gallium_dri.so free 0x557173600540 void 0.000120
+gallium_dri.so malloc 72 0x5571736006b0 0.000119
+gallium_dri.so free 0x557173600740 void 0.000119
+gallium_dri.so free 0x5571736006b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736006b0 0.000120
+gallium_dri.so free 0x557173600800 void 0.000122
+gallium_dri.so free 0x5571736006b0 void 0.000120
+gallium_dri.so malloc 72 0x557173600840 0.000122
+gallium_dri.so free 0x5571736008c0 void 0.000124
+gallium_dri.so free 0x557173600840 void 0.000121
+gallium_dri.so malloc 72 0x5571736008c0 0.000122
+gallium_dri.so free 0x557173600980 void 0.000122
+gallium_dri.so free 0x5571736008c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736008c0 0.000132
+gallium_dri.so free 0x557173600a00 void 0.000122
+gallium_dri.so free 0x5571736008c0 void 0.000120
+gallium_dri.so malloc 72 0x557173600a30 0.000122
+gallium_dri.so free 0x557173600a80 void 0.000120
+gallium_dri.so free 0x557173600a30 void 0.000121
+gallium_dri.so malloc 72 0x557173600a30 0.000121
+gallium_dri.so free 0x557173600b80 void 0.000121
+gallium_dri.so free 0x557173600a30 void 0.000120
+gallium_dri.so malloc 72 0x557173600bc0 0.000122
+gallium_dri.so free 0x557173600c40 void 0.000123
+gallium_dri.so free 0x557173600bc0 void 0.000119
+gallium_dri.so malloc 72 0x557173600c40 0.000118
+gallium_dri.so free 0x557173600d00 void 0.000122
+gallium_dri.so free 0x557173600c40 void 0.000118
+gallium_dri.so malloc 72 0x557173600c40 0.000122
+gallium_dri.so free 0x557173600d80 void 0.000122
+gallium_dri.so free 0x557173600c40 void 0.000121
+gallium_dri.so malloc 72 0x557173600db0 0.000122
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x557173600db0 void 0.000122
+gallium_dri.so malloc 72 0x557173600db0 0.000122
+gallium_dri.so free 0x557173600f00 void 0.000121
+gallium_dri.so free 0x557173600db0 void 0.000121
+gallium_dri.so malloc 72 0x557173600eb0 0.000119
+gallium_dri.so free 0x557173600fc0 void 0.000121
+gallium_dri.so free 0x557173600eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173600f70 0.000120
+gallium_dri.so free 0x55717360c0c0 void 0.000122
+gallium_dri.so free 0x557173600f70 void 0.000122
+gallium_dri.so malloc 72 0x55717360c0e0 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000122
+gallium_dri.so free 0x55717360c0e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c130 0.000120
+gallium_dri.so free 0x55717360c200 void 0.000122
+gallium_dri.so free 0x55717360c130 void 0.000122
+gallium_dri.so malloc 72 0x55717360c130 0.000120
+gallium_dri.so free 0x55717360c280 void 0.000126
+gallium_dri.so free 0x55717360c130 void 0.000122
+gallium_dri.so malloc 72 0x55717360c280 0.000123
+gallium_dri.so free 0x55717360c340 void 0.000123
+gallium_dri.so free 0x55717360c280 void 0.000122
+gallium_dri.so malloc 72 0x55717360c280 0.000121
+gallium_dri.so free 0x55717360c400 void 0.000121
+gallium_dri.so free 0x55717360c280 void 0.000121
+gallium_dri.so malloc 72 0x55717360c280 0.000122
+gallium_dri.so free 0x55717360c4c0 void 0.000122
+gallium_dri.so free 0x55717360c280 void 0.000122
+gallium_dri.so malloc 72 0x55717360c470 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000121
+gallium_dri.so free 0x55717360c470 void 0.000119
+gallium_dri.so malloc 72 0x55717360c530 0.000128
+gallium_dri.so free 0x55717360c600 void 0.000123
+gallium_dri.so free 0x55717360c530 void 0.000122
+gallium_dri.so malloc 72 0x55717360c650 0.000120
+gallium_dri.so free 0x55717360c6c0 void 0.000121
+gallium_dri.so free 0x55717360c650 void 0.000119
+gallium_dri.so malloc 72 0x55717360c6e0 0.000122
+gallium_dri.so free 0x55717360c780 void 0.000119
+gallium_dri.so free 0x55717360c6e0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c730 0.000121
+gallium_dri.so free 0x55717360c800 void 0.000121
+gallium_dri.so free 0x55717360c730 void 0.000120
+gallium_dri.so malloc 72 0x55717360c730 0.000121
+gallium_dri.so free 0x55717360c880 void 0.000123
+gallium_dri.so free 0x55717360c730 void 0.000119
+gallium_dri.so malloc 72 0x55717360c880 0.000121
+gallium_dri.so free 0x55717360c940 void 0.000120
+gallium_dri.so free 0x55717360c880 void 0.000122
+gallium_dri.so malloc 72 0x55717360c880 0.000122
+gallium_dri.so free 0x55717360ca40 void 0.000121
+gallium_dri.so free 0x55717360c880 void 0.000122
+gallium_dri.so malloc 72 0x55717360c9f0 0.000120
+gallium_dri.so free 0x55717360ca80 void 0.000122
+gallium_dri.so free 0x55717360c9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9f0 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000121
+gallium_dri.so free 0x55717360c9f0 void 0.000171
+gallium_dri.so malloc 72 0x55717360cb80 0.000123
+gallium_dri.so free 0x55717360cc00 void 0.000122
+gallium_dri.so free 0x55717360cb80 void 0.000119
+gallium_dri.so malloc 72 0x55717360cc00 0.000122
+gallium_dri.so free 0x55717360ccc0 void 0.000119
+gallium_dri.so free 0x55717360cc00 void 0.000121
+gallium_dri.so malloc 72 0x55717360cc00 0.000121
+gallium_dri.so free 0x55717360cd40 void 0.000121
+gallium_dri.so free 0x55717360cc00 void 0.000121
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360cdc0 void 0.000123
+gallium_dri.so free 0x55717360cd70 void 0.000122
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360cec0 void 0.000122
+gallium_dri.so free 0x55717360cd70 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf00 0.000122
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so free 0x55717360cf00 void 0.000121
+gallium_dri.so malloc 72 0x55717360cf80 0.000120
+gallium_dri.so free 0x55717360d040 void 0.000123
+gallium_dri.so free 0x55717360cf80 void 0.000119
+gallium_dri.so malloc 72 0x55717360cf80 0.000122
+gallium_dri.so free 0x55717360d0c0 void 0.000122
+gallium_dri.so free 0x55717360cf80 void 0.000122
+gallium_dri.so malloc 72 0x55717360d0f0 0.000130
+gallium_dri.so free 0x55717360d140 void 0.000124
+gallium_dri.so free 0x55717360d0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d0f0 0.000120
+gallium_dri.so free 0x55717360d240 void 0.000122
+gallium_dri.so free 0x55717360d0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d1f0 0.000122
+gallium_dri.so free 0x55717360d300 void 0.000122
+gallium_dri.so free 0x55717360d1f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d2b0 0.000121
+gallium_dri.so free 0x55717360d380 void 0.000120
+gallium_dri.so free 0x55717360d2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2b0 0.000121
+gallium_dri.so free 0x55717360d440 void 0.000123
+gallium_dri.so free 0x55717360d2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2b0 0.000122
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717360d2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d4b0 0.000122
+gallium_dri.so free 0x55717360d580 void 0.000122
+gallium_dri.so free 0x55717360d4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d5d0 0.000122
+gallium_dri.so free 0x55717360d640 void 0.000120
+gallium_dri.so free 0x55717360d5d0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d660 0.000122
+gallium_dri.so free 0x55717360d700 void 0.000122
+gallium_dri.so free 0x55717360d660 void 0.000131
+gallium_dri.so malloc 72 0x55717360d6b0 0.000121
+gallium_dri.so free 0x55717360d780 void 0.000124
+gallium_dri.so free 0x55717360d6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d780 0.000120
+gallium_dri.so free 0x55717360d840 void 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000118
+gallium_dri.so malloc 72 0x55717360d780 0.000120
+gallium_dri.so free 0x55717360d8c0 void 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000122
+gallium_dri.so malloc 72 0x55717360d8c0 0.000122
+gallium_dri.so free 0x55717360d980 void 0.000121
+gallium_dri.so free 0x55717360d8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8c0 0.000120
+gallium_dri.so free 0x55717360da40 void 0.000122
+gallium_dri.so free 0x55717360d8c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8c0 0.000122
+gallium_dri.so free 0x55717360db00 void 0.000121
+gallium_dri.so free 0x55717360d8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dab0 0.000122
+gallium_dri.so free 0x55717360db80 void 0.000122
+gallium_dri.so free 0x55717360dab0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dbd0 0.000121
+gallium_dri.so free 0x55717360dc40 void 0.000123
+gallium_dri.so free 0x55717360dbd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dc80 0.000122
+gallium_dri.so free 0x55717360dd00 void 0.000124
+gallium_dri.so free 0x55717360dc80 void 0.000119
+gallium_dri.so malloc 72 0x55717360dc80 0.000120
+gallium_dri.so free 0x55717360dd80 void 0.000122
+gallium_dri.so free 0x55717360dc80 void 0.000120
+gallium_dri.so malloc 72 0x55717360ddb0 0.000121
+gallium_dri.so free 0x55717360de00 void 0.000121
+gallium_dri.so free 0x55717360ddb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ddb0 0.000121
+gallium_dri.so free 0x55717360df00 void 0.000123
+gallium_dri.so free 0x55717360ddb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360deb0 0.000122
+gallium_dri.so free 0x55717360dfc0 void 0.000119
+gallium_dri.so free 0x55717360deb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360df70 0.000122
+gallium_dri.so free 0x55717360e000 void 0.000122
+gallium_dri.so free 0x55717360df70 void 0.000121
+gallium_dri.so malloc 72 0x55717360df70 0.000128
+gallium_dri.so free 0x55717360e0c0 void 0.000124
+gallium_dri.so free 0x55717360df70 void 0.000119
+gallium_dri.so malloc 72 0x55717360e130 0.000121
+gallium_dri.so free 0x55717360e180 void 0.000121
+gallium_dri.so free 0x55717360e130 void 0.000118
+gallium_dri.so malloc 72 0x55717360e130 0.000121
+gallium_dri.so free 0x55717360e280 void 0.000120
+gallium_dri.so free 0x55717360e130 void 0.000187
+gallium_dri.so malloc 72 0x55717360e230 0.000123
+gallium_dri.so free 0x55717360e340 void 0.000122
+gallium_dri.so free 0x55717360e230 void 0.000121
+gallium_dri.so malloc 72 0x55717360e2f0 0.000121
+gallium_dri.so free 0x55717360e380 void 0.000122
+gallium_dri.so free 0x55717360e2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e2f0 0.000122
+gallium_dri.so free 0x55717360e440 void 0.000122
+gallium_dri.so free 0x55717360e2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e480 0.000120
+gallium_dri.so free 0x55717360e500 void 0.000122
+gallium_dri.so free 0x55717360e480 void 0.000119
+gallium_dri.so malloc 72 0x55717360e500 0.000122
+gallium_dri.so free 0x55717360e5c0 void 0.000121
+gallium_dri.so free 0x55717360e500 void 0.000121
+gallium_dri.so malloc 72 0x55717360e500 0.000120
+gallium_dri.so free 0x55717360e680 void 0.000121
+gallium_dri.so free 0x55717360e500 void 0.000122
+gallium_dri.so malloc 72 0x55717360e6a0 0.000121
+gallium_dri.so free 0x55717360e740 void 0.000122
+gallium_dri.so free 0x55717360e6a0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e6f0 0.000122
+gallium_dri.so free 0x55717360e7c0 void 0.000122
+gallium_dri.so free 0x55717360e6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e6f0 0.000129
+gallium_dri.so free 0x55717360e840 void 0.000123
+gallium_dri.so free 0x55717360e6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e840 0.000121
+gallium_dri.so free 0x55717360e900 void 0.000121
+gallium_dri.so free 0x55717360e840 void 0.000120
+gallium_dri.so malloc 72 0x55717360e840 0.000121
+gallium_dri.so free 0x55717360e9c0 void 0.000122
+gallium_dri.so free 0x55717360e840 void 0.000121
+gallium_dri.so malloc 72 0x55717360e840 0.000123
+gallium_dri.so free 0x55717360ea80 void 0.000122
+gallium_dri.so free 0x55717360e840 void 0.000119
+gallium_dri.so malloc 72 0x55717360ea30 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000120
+gallium_dri.so free 0x55717360ea30 void 0.000121
+gallium_dri.so malloc 72 0x55717360eaf0 0.000122
+gallium_dri.so free 0x55717360ebc0 void 0.000119
+gallium_dri.so free 0x55717360eaf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ec10 0.000121
+gallium_dri.so free 0x55717360ec80 void 0.000123
+gallium_dri.so free 0x55717360ec10 void 0.000119
+gallium_dri.so malloc 72 0x55717360eca0 0.000122
+gallium_dri.so free 0x55717360ed40 void 0.000121
+gallium_dri.so free 0x55717360eca0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ecf0 0.000122
+gallium_dri.so free 0x55717360edc0 void 0.000122
+gallium_dri.so free 0x55717360ecf0 void 0.000164
+gallium_dri.so malloc 72 0x55717360ecf0 0.000121
+gallium_dri.so free 0x55717360ee40 void 0.000119
+gallium_dri.so free 0x55717360ecf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ee40 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000122
+gallium_dri.so free 0x55717360ee40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee40 0.000122
+gallium_dri.so free 0x55717360f000 void 0.000121
+gallium_dri.so free 0x55717360ee40 void 0.000122
+gallium_dri.so malloc 72 0x55717360efb0 0.000122
+gallium_dri.so free 0x55717360f040 void 0.000119
+gallium_dri.so free 0x55717360efb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360efb0 0.000118
+gallium_dri.so free 0x55717360f100 void 0.000127
+gallium_dri.so free 0x55717360efb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f140 0.000121
+gallium_dri.so free 0x55717360f1c0 void 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so malloc 72 0x55717360f1c0 0.000122
+gallium_dri.so free 0x55717360f280 void 0.000122
+gallium_dri.so free 0x55717360f1c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f1c0 0.000122
+gallium_dri.so free 0x55717360f300 void 0.000122
+gallium_dri.so free 0x55717360f1c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f330 0.000123
+gallium_dri.so free 0x55717360f380 void 0.000123
+gallium_dri.so free 0x55717360f330 void 0.000119
+gallium_dri.so malloc 72 0x55717360f330 0.000120
+gallium_dri.so free 0x55717360f480 void 0.000123
+gallium_dri.so free 0x55717360f330 void 0.000120
+gallium_dri.so malloc 72 0x55717360f4c0 0.000121
+gallium_dri.so free 0x55717360f540 void 0.000123
+gallium_dri.so free 0x55717360f4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f540 0.000122
+gallium_dri.so free 0x55717360f600 void 0.000122
+gallium_dri.so free 0x55717360f540 void 0.000120
+gallium_dri.so malloc 72 0x55717360f540 0.000121
+gallium_dri.so free 0x55717360f680 void 0.000122
+gallium_dri.so free 0x55717360f540 void 0.000123
+gallium_dri.so malloc 72 0x55717360f6b0 0.000122
+gallium_dri.so free 0x55717360f700 void 0.000123
+gallium_dri.so free 0x55717360f6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f6b0 0.000122
+gallium_dri.so free 0x55717360f800 void 0.000123
+gallium_dri.so free 0x55717360f6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f7b0 0.000119
+gallium_dri.so free 0x55717360f8c0 void 0.000121
+gallium_dri.so free 0x55717360f7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f870 0.000122
+gallium_dri.so free 0x55717360f940 void 0.000122
+gallium_dri.so free 0x55717360f870 void 0.000130
+gallium_dri.so malloc 72 0x55717360f870 0.000119
+gallium_dri.so free 0x55717360fa00 void 0.000121
+gallium_dri.so free 0x55717360f870 void 0.000124
+gallium_dri.so malloc 72 0x55717360f870 0.000122
+gallium_dri.so free 0x55717360fac0 void 0.000121
+gallium_dri.so free 0x55717360f870 void 0.000120
+gallium_dri.so malloc 72 0x55717360fa70 0.000120
+gallium_dri.so free 0x55717360fb40 void 0.000123
+gallium_dri.so free 0x55717360fa70 void 0.000122
+gallium_dri.so malloc 72 0x55717360fb90 0.000124
+gallium_dri.so free 0x55717360fc00 void 0.000119
+gallium_dri.so free 0x55717360fb90 void 0.000121
+gallium_dri.so malloc 72 0x55717360fc20 0.000121
+gallium_dri.so free 0x55717360fcc0 void 0.000121
+gallium_dri.so free 0x55717360fc20 void 0.000123
+gallium_dri.so malloc 72 0x55717360fc70 0.000120
+gallium_dri.so free 0x55717360fd40 void 0.000122
+gallium_dri.so free 0x55717360fc70 void 0.000122
+gallium_dri.so malloc 72 0x55717360fd40 0.000121
+gallium_dri.so free 0x55717360fe00 void 0.000122
+gallium_dri.so free 0x55717360fd40 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd40 0.000124
+gallium_dri.so free 0x55717360fe80 void 0.000184
+gallium_dri.so free 0x55717360fd40 void 0.000132
+gallium_dri.so malloc 72 0x55717360fe80 0.000168
+gallium_dri.so free 0x55717360ff40 void 0.000136
+gallium_dri.so free 0x55717360fe80 void 0.000127
+gallium_dri.so malloc 72 0x55717360fe80 0.000128
+gallium_dri.so free 0x557173610000 void 0.000202
+gallium_dri.so free 0x55717360fe80 void 0.000273
+gallium_dri.so malloc 72 0x55717360fe80 0.000129
+gallium_dri.so free 0x5571736100c0 void 0.000128
+gallium_dri.so free 0x55717360fe80 void 0.000125
+gallium_dri.so malloc 72 0x557173610070 0.000128
+gallium_dri.so free 0x557173610140 void 0.000125
+gallium_dri.so free 0x557173610070 void 0.000125
+gallium_dri.so malloc 72 0x557173610190 0.000125
+gallium_dri.so free 0x557173610200 void 0.000128
+gallium_dri.so free 0x557173610190 void 0.000124
+gallium_dri.so malloc 72 0x557173610240 0.000124
+gallium_dri.so free 0x5571736102c0 void 0.000125
+gallium_dri.so free 0x557173610240 void 0.000123
+gallium_dri.so malloc 72 0x557173610240 0.000125
+gallium_dri.so free 0x557173610340 void 0.000128
+gallium_dri.so free 0x557173610240 void 0.000127
+gallium_dri.so malloc 72 0x557173610370 0.000125
+gallium_dri.so free 0x5571736103c0 void 0.000127
+gallium_dri.so free 0x557173610370 void 0.000130
+gallium_dri.so malloc 72 0x557173610370 0.000123
+gallium_dri.so free 0x5571736104c0 void 0.000126
+gallium_dri.so free 0x557173610370 void 0.000113
+gallium_dri.so malloc 72 0x557173610470 0.000113
+gallium_dri.so free 0x557173610580 void 0.000115
+gallium_dri.so free 0x557173610470 void 0.000113
+gallium_dri.so malloc 72 0x557173610530 0.000113
+gallium_dri.so free 0x5571736105c0 void 0.000114
+gallium_dri.so free 0x557173610530 void 0.000112
+gallium_dri.so malloc 72 0x557173610530 0.000114
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x557173610530 void 0.000114
+gallium_dri.so malloc 72 0x5571736106f0 0.000114
+gallium_dri.so free 0x557173610740 void 0.000120
+gallium_dri.so free 0x5571736106f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736106f0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x5571736106f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736107f0 0.000117
+gallium_dri.so free 0x557173610900 void 0.000116
+gallium_dri.so free 0x5571736107f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736108b0 0.000115
+gallium_dri.so free 0x557173610940 void 0.000116
+gallium_dri.so free 0x5571736108b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736108b0 0.000113
+gallium_dri.so free 0x557173610a00 void 0.000120
+gallium_dri.so free 0x5571736108b0 void 0.000123
+gallium_dri.so malloc 72 0x557173610a40 0.000116
+gallium_dri.so free 0x557173610ac0 void 0.000116
+gallium_dri.so free 0x557173610a40 void 0.000114
+gallium_dri.so malloc 72 0x557173610ac0 0.000115
+gallium_dri.so free 0x557173610b80 void 0.000114
+gallium_dri.so free 0x557173610ac0 void 0.000114
+gallium_dri.so malloc 72 0x557173610ac0 0.000114
+gallium_dri.so free 0x557173610c40 void 0.000115
+gallium_dri.so free 0x557173610ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173610c60 0.000114
+gallium_dri.so free 0x557173610d00 void 0.000114
+gallium_dri.so free 0x557173610c60 void 0.000114
+gallium_dri.so malloc 72 0x557173610cb0 0.000115
+gallium_dri.so free 0x557173610d80 void 0.000114
+gallium_dri.so free 0x557173610cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173610cb0 0.000114
+gallium_dri.so free 0x557173610e00 void 0.000116
+gallium_dri.so free 0x557173610cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173610e00 0.000113
+gallium_dri.so free 0x557173610ec0 void 0.000115
+gallium_dri.so free 0x557173610e00 void 0.000114
+gallium_dri.so malloc 72 0x557173610e00 0.000114
+gallium_dri.so free 0x557173610f80 void 0.000115
+gallium_dri.so free 0x557173610e00 void 0.000114
+gallium_dri.so malloc 72 0x557173610e00 0.000114
+gallium_dri.so free 0x557173611040 void 0.000115
+gallium_dri.so free 0x557173610e00 void 0.000147
+gallium_dri.so malloc 72 0x557173610ff0 0.000142
+gallium_dri.so free 0x557173611100 void 0.000125
+gallium_dri.so free 0x557173610ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571736110b0 0.000115
+gallium_dri.so free 0x557173611180 void 0.000115
+gallium_dri.so free 0x5571736110b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736111d0 0.000115
+gallium_dri.so free 0x557173611240 void 0.000114
+gallium_dri.so free 0x5571736111d0 void 0.000113
+gallium_dri.so malloc 72 0x5571736111d0 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x5571736111d0 void 0.000114
+gallium_dri.so malloc 72 0x5571736111d0 0.000113
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571736111d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe30 0.000124
+gallium_dri.so free 0x5571735bff00 void 0.000128
+gallium_dri.so free 0x5571735bfe30 void 0.000129
+gallium_dri.so malloc 72 0x5571735bff50 0.000128
+gallium_dri.so free 0x5571735bffc0 void 0.000124
+gallium_dri.so free 0x5571735bff50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0000 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000121
+gallium_dri.so free 0x5571735c0000 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0000 0.000129
+gallium_dri.so free 0x5571735c0100 void 0.000126
+gallium_dri.so free 0x5571735c0000 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0130 0.000125
+gallium_dri.so free 0x5571735c0180 void 0.000126
+gallium_dri.so free 0x5571735c0130 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0130 0.000126
+gallium_dri.so free 0x5571735c0280 void 0.000126
+gallium_dri.so free 0x5571735c0130 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0230 0.000125
+gallium_dri.so free 0x5571735c0340 void 0.000129
+gallium_dri.so free 0x5571735c0230 void 0.000128
+gallium_dri.so malloc 72 0x5571735c02f0 0.000128
+gallium_dri.so free 0x5571735c0380 void 0.000126
+gallium_dri.so free 0x5571735c02f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c02f0 0.000128
+gallium_dri.so free 0x5571735c0440 void 0.000128
+gallium_dri.so free 0x5571735c02f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c04b0 0.000127
+gallium_dri.so free 0x5571735c0500 void 0.000126
+gallium_dri.so free 0x5571735c04b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c04b0 0.000128
+gallium_dri.so free 0x5571735c0600 void 0.000130
+gallium_dri.so free 0x5571735c04b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c05b0 0.000127
+gallium_dri.so free 0x5571735c06c0 void 0.000135
+gallium_dri.so free 0x5571735c05b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0670 0.000127
+gallium_dri.so free 0x5571735c0700 void 0.000121
+gallium_dri.so free 0x5571735c0670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0670 0.000114
+gallium_dri.so free 0x5571735c07c0 void 0.000116
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0800 0.000115
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so free 0x5571735c0800 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0880 0.000114
+gallium_dri.so free 0x5571735c0940 void 0.000116
+gallium_dri.so free 0x5571735c0880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0880 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so free 0x5571735c0880 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a20 0.000113
+gallium_dri.so free 0x5571735c0ac0 void 0.000120
+gallium_dri.so free 0x5571735c0a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a70 0.000115
+gallium_dri.so free 0x5571735c0b40 void 0.000114
+gallium_dri.so free 0x5571735c0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a70 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000113
+gallium_dri.so free 0x5571735c0c80 void 0.000125
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000112
+gallium_dri.so free 0x5571735c0d40 void 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0db0 0.000114
+gallium_dri.so free 0x5571735c0ec0 void 0.000116
+gallium_dri.so free 0x5571735c0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e70 0.000115
+gallium_dri.so free 0x5571735c0f40 void 0.000115
+gallium_dri.so free 0x5571735c0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0f90 0.000114
+gallium_dri.so free 0x5571735c1000 void 0.000120
+gallium_dri.so free 0x5571735c0f90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1020 0.000115
+gallium_dri.so free 0x5571735c10c0 void 0.000116
+gallium_dri.so free 0x5571735c1020 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c1140 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c11c0 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000156
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c11c0 0.000118
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1330 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000115
+gallium_dri.so free 0x5571735c1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000114
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735c14c0 0.000114
+gallium_dri.so free 0x5571735c1540 void 0.000116
+gallium_dri.so free 0x5571735c14c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1540 0.000115
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1540 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000115
+gallium_dri.so free 0x5571735c1540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16b0 0.000114
+gallium_dri.so free 0x5571735c1700 void 0.000116
+gallium_dri.so free 0x5571735c16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c16b0 0.000114
+gallium_dri.so free 0x5571735c1800 void 0.000114
+gallium_dri.so free 0x5571735c16b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1840 0.000125
+gallium_dri.so free 0x5571735c18c0 void 0.000186
+gallium_dri.so free 0x5571735c1840 void 0.000124
+gallium_dri.so malloc 72 0x5571735c18c0 0.000116
+gallium_dri.so free 0x5571735c1980 void 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c18c0 0.000113
+gallium_dri.so free 0x5571735c1a00 void 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a30 0.000121
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000115
+gallium_dri.so free 0x5571735c1b80 void 0.000114
+gallium_dri.so free 0x5571735c1a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1b30 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000116
+gallium_dri.so free 0x5571735c1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000114
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so free 0x5571735c1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000115
+gallium_dri.so free 0x5571735c1bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1df0 0.000112
+gallium_dri.so free 0x5571735c1ec0 void 0.000124
+gallium_dri.so free 0x5571735c1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1f10 0.000120
+gallium_dri.so free 0x5571735c1f80 void 0.000114
+gallium_dri.so free 0x5571735c1f10 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1fa0 0.000111
+gallium_dri.so free 0x5571735c2040 void 0.000112
+gallium_dri.so free 0x5571735c1fa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000113
+gallium_dri.so free 0x5571735c20c0 void 0.000119
+gallium_dri.so free 0x5571735c1ff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c20c0 0.000121
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20c0 0.000113
+gallium_dri.so free 0x5571735c2200 void 0.000123
+gallium_dri.so free 0x5571735c20c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2200 0.000124
+gallium_dri.so free 0x5571735c22c0 void 0.000124
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2200 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c2440 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735c23f0 0.000121
+gallium_dri.so free 0x5571735c24c0 void 0.000115
+gallium_dri.so free 0x5571735c23f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2510 0.000115
+gallium_dri.so free 0x5571735c2580 void 0.000116
+gallium_dri.so free 0x5571735c2510 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25c0 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000116
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c26f0 0.000114
+gallium_dri.so free 0x5571735c2740 void 0.000115
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c26f0 0.000115
+gallium_dri.so free 0x5571735c2840 void 0.000114
+gallium_dri.so free 0x5571735c26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27f0 0.000114
+gallium_dri.so free 0x5571735c2900 void 0.000115
+gallium_dri.so free 0x5571735c27f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c28b0 0.000114
+gallium_dri.so free 0x5571735c2940 void 0.000114
+gallium_dri.so free 0x5571735c28b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c28b0 0.000113
+gallium_dri.so free 0x5571735c2a00 void 0.000118
+gallium_dri.so free 0x5571735c28b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2a70 0.000116
+gallium_dri.so free 0x5571735c2ac0 void 0.000117
+gallium_dri.so free 0x5571735c2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a70 0.000113
+gallium_dri.so free 0x5571735c2bc0 void 0.000114
+gallium_dri.so free 0x5571735c2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b70 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2c30 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000116
+gallium_dri.so free 0x5571735c2c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000114
+gallium_dri.so free 0x5571735c2d80 void 0.000115
+gallium_dri.so free 0x5571735c2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e40 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000116
+gallium_dri.so free 0x5571735c2e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2e40 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2fe0 0.000118
+gallium_dri.so free 0x5571735c3080 void 0.000115
+gallium_dri.so free 0x5571735c2fe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3030 0.000115
+gallium_dri.so free 0x5571735c3100 void 0.000125
+gallium_dri.so free 0x5571735c3030 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3030 0.000133
+gallium_dri.so free 0x5571735c3180 void 0.000135
+gallium_dri.so free 0x5571735c3030 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3180 0.000138
+gallium_dri.so free 0x5571735c3240 void 0.000138
+gallium_dri.so free 0x5571735c3180 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3180 0.000138
+gallium_dri.so free 0x5571735c3300 void 0.000138
+gallium_dri.so free 0x5571735c3180 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3180 0.000138
+gallium_dri.so free 0x5571735c33c0 void 0.000138
+gallium_dri.so free 0x5571735c3180 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3370 0.000137
+gallium_dri.so free 0x5571735c3480 void 0.000134
+gallium_dri.so free 0x5571735c3370 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3430 0.000133
+gallium_dri.so free 0x5571735c3500 void 0.000139
+gallium_dri.so free 0x5571735c3430 void 0.000138
+gallium_dri.so malloc 72 0x5571735c3550 0.000137
+gallium_dri.so free 0x5571735c35c0 void 0.000190
+gallium_dri.so free 0x5571735c3550 void 0.000124
+gallium_dri.so malloc 72 0x5571735c35e0 0.000287
+gallium_dri.so free 0x5571735c3680 void 0.000286
+gallium_dri.so free 0x5571735c35e0 void 0.000198
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c3700 void 0.000298
+gallium_dri.so free 0x5571735c3630 void 0.000219
+gallium_dri.so malloc 72 0x5571735c3630 0.000236
+gallium_dri.so free 0x5571735c3780 void 0.000200
+gallium_dri.so free 0x5571735c3630 void 0.000144
+gallium_dri.so malloc 72 0x5571735c3780 0.000125
+gallium_dri.so free 0x5571735c3840 void 0.000125
+gallium_dri.so free 0x5571735c3780 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3780 0.000125
+gallium_dri.so free 0x5571735c3940 void 0.000126
+gallium_dri.so free 0x5571735c3780 void 0.000123
+gallium_dri.so malloc 72 0x5571735c38f0 0.000123
+gallium_dri.so free 0x5571735c3980 void 0.000134
+gallium_dri.so free 0x5571735c38f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c38f0 0.000175
+gallium_dri.so free 0x5571735c3a40 void 0.000127
+gallium_dri.so free 0x5571735c38f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3a80 0.000124
+gallium_dri.so free 0x5571735c3b00 void 0.000124
+gallium_dri.so free 0x5571735c3a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3b00 0.000126
+gallium_dri.so free 0x5571735c3bc0 void 0.000127
+gallium_dri.so free 0x5571735c3b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3b00 0.000126
+gallium_dri.so free 0x5571735c3c40 void 0.000123
+gallium_dri.so free 0x5571735c3b00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3c70 0.000123
+gallium_dri.so free 0x5571735c3cc0 void 0.000142
+gallium_dri.so free 0x5571735c3c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3c70 0.000124
+gallium_dri.so free 0x5571735c3dc0 void 0.000125
+gallium_dri.so free 0x5571735c3c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3e00 0.000124
+gallium_dri.so free 0x5571735c3e80 void 0.000124
+gallium_dri.so free 0x5571735c3e00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3e80 0.000123
+gallium_dri.so free 0x5571735c3f40 void 0.000124
+gallium_dri.so free 0x5571735c3e80 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3e80 0.000125
+gallium_dri.so free 0x5571735c3fc0 void 0.000124
+gallium_dri.so free 0x5571735c3e80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000124
+gallium_dri.so free 0x5571735c4040 void 0.000124
+gallium_dri.so free 0x5571735c3ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000125
+gallium_dri.so free 0x5571735c4140 void 0.000124
+gallium_dri.so free 0x5571735c3ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c40f0 0.000124
+gallium_dri.so free 0x5571735c4200 void 0.000123
+gallium_dri.so free 0x5571735c40f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c41b0 0.000124
+gallium_dri.so free 0x5571735c4280 void 0.000125
+gallium_dri.so free 0x5571735c41b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c41b0 0.000126
+gallium_dri.so free 0x5571735c4340 void 0.000124
+gallium_dri.so free 0x5571735c41b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c41b0 0.000124
+gallium_dri.so free 0x5571735c4400 void 0.000123
+gallium_dri.so free 0x5571735c41b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c43b0 0.000125
+gallium_dri.so free 0x5571735c4480 void 0.000125
+gallium_dri.so free 0x5571735c43b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c44d0 0.000144
+gallium_dri.so free 0x5571735c4540 void 0.000159
+gallium_dri.so free 0x5571735c44d0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c4560 0.000161
+gallium_dri.so free 0x5571735c4600 void 0.000158
+gallium_dri.so free 0x5571735c4560 void 0.000159
+gallium_dri.so malloc 72 0x5571735c45b0 0.000157
+gallium_dri.so free 0x5571735c4680 void 0.000159
+gallium_dri.so free 0x5571735c45b0 void 0.000158
+gallium_dri.so malloc 72 0x5571735c4680 0.000160
+gallium_dri.so free 0x5571735c4740 void 0.000158
+gallium_dri.so free 0x5571735c4680 void 0.000158
+gallium_dri.so malloc 72 0x5571735c4680 0.000215
+gallium_dri.so free 0x5571735c47c0 void 0.000119
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c47c0 0.000118
+gallium_dri.so free 0x5571735c4880 void 0.000117
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c47c0 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c47c0 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000127
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49b0 0.000118
+gallium_dri.so free 0x5571735c4a80 void 0.000131
+gallium_dri.so free 0x5571735c49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4ad0 0.000119
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4ad0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b80 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000119
+gallium_dri.so free 0x5571735c4b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b80 0.000118
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so free 0x5571735c4b80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000118
+gallium_dri.so free 0x5571735c4d00 void 0.000117
+gallium_dri.so free 0x5571735c4cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000117
+gallium_dri.so free 0x5571735c4e00 void 0.000118
+gallium_dri.so free 0x5571735c4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4db0 0.000119
+gallium_dri.so free 0x5571735c4ec0 void 0.000117
+gallium_dri.so free 0x5571735c4db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4e70 0.000118
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so free 0x5571735c4e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4e70 0.000124
+gallium_dri.so free 0x5571735c4fc0 void 0.000119
+gallium_dri.so free 0x5571735c4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5030 0.000117
+gallium_dri.so free 0x557173469a00 void 0.000117
+gallium_dri.so free 0x5571735c5030 void 0.000117
+gallium_dri.so malloc 72 0x5571735c5030 0.000117
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so free 0x5571735c5030 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469b40 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000117
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469cc0 void 0.000120
+gallium_dri.so free 0x557173469a80 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000119
+gallium_dri.so free 0x557173469d40 void 0.000117
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d90 0.000118
+gallium_dri.so free 0x557173469e00 void 0.000117
+gallium_dri.so free 0x557173469d90 void 0.000118
+gallium_dri.so malloc 72 0x557173469e60 0.000118
+gallium_dri.so free 0x557173469f00 void 0.000118
+gallium_dri.so free 0x557173469e60 void 0.000119
+gallium_dri.so malloc 72 0x557173469eb0 0.000126
+gallium_dri.so free 0x557173469f40 void 0.000119
+gallium_dri.so free 0x557173469eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173469eb0 0.000124
+gallium_dri.so free 0x55717346a000 void 0.000120
+gallium_dri.so free 0x557173469eb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a040 0.000116
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so malloc 72 0x55717346a0c0 0.000117
+gallium_dri.so free 0x55717346a180 void 0.000118
+gallium_dri.so free 0x55717346a0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a0c0 0.000118
+gallium_dri.so free 0x55717346a200 void 0.000119
+gallium_dri.so free 0x55717346a0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a230 0.000121
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so free 0x55717346a230 void 0.000122
+gallium_dri.so malloc 72 0x55717346a280 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000119
+gallium_dri.so free 0x55717346a280 void 0.000117
+gallium_dri.so malloc 72 0x55717346a280 0.000118
+gallium_dri.so free 0x55717346a440 void 0.000120
+gallium_dri.so free 0x55717346a280 void 0.000119
+gallium_dri.so malloc 72 0x55717346a3f0 0.000118
+gallium_dri.so free 0x55717346a500 void 0.000117
+gallium_dri.so free 0x55717346a3f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a4b0 0.000119
+gallium_dri.so free 0x55717346a540 void 0.000118
+gallium_dri.so free 0x55717346a4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a4b0 0.000120
+gallium_dri.so free 0x55717346a600 void 0.000159
+gallium_dri.so free 0x55717346a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a640 0.000115
+gallium_dri.so free 0x55717346a6c0 void 0.000115
+gallium_dri.so free 0x55717346a640 void 0.000114
+gallium_dri.so malloc 72 0x55717346a6c0 0.000115
+gallium_dri.so free 0x55717346a780 void 0.000116
+gallium_dri.so free 0x55717346a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a6c0 0.000114
+gallium_dri.so free 0x55717346a800 void 0.000115
+gallium_dri.so free 0x55717346a6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a6c0 0.000112
+gallium_dri.so free 0x55717346a8c0 void 0.000113
+gallium_dri.so free 0x55717346a6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a6c0 0.000113
+gallium_dri.so free 0x55717346a980 void 0.000114
+gallium_dri.so free 0x55717346a6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a930 0.000113
+gallium_dri.so free 0x55717346aa00 void 0.000114
+gallium_dri.so free 0x55717346a930 void 0.000115
+gallium_dri.so malloc 72 0x55717346aa50 0.000114
+gallium_dri.so free 0x55717346aac0 void 0.000115
+gallium_dri.so free 0x55717346aa50 void 0.000162
+gallium_dri.so malloc 72 0x55717346aae0 0.000116
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aae0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ab30 0.000114
+gallium_dri.so free 0x55717346ac00 void 0.000115
+gallium_dri.so free 0x55717346ab30 void 0.000114
+gallium_dri.so malloc 72 0x55717346ab30 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ab30 void 0.000112
+gallium_dri.so malloc 72 0x55717346acb0 0.000111
+gallium_dri.so free 0x55717346ad80 void 0.000114
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346add0 0.000112
+gallium_dri.so free 0x55717346ae40 void 0.000114
+gallium_dri.so free 0x55717346add0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae60 0.000165
+gallium_dri.so free 0x55717346af00 void 0.000116
+gallium_dri.so free 0x55717346ae60 void 0.000114
+gallium_dri.so malloc 72 0x55717346aeb0 0.000113
+gallium_dri.so free 0x55717346af80 void 0.000114
+gallium_dri.so free 0x55717346aeb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346aeb0 0.000112
+gallium_dri.so free 0x55717346b000 void 0.000114
+gallium_dri.so free 0x55717346aeb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b000 0.000114
+gallium_dri.so free 0x55717346b0c0 void 0.000115
+gallium_dri.so free 0x55717346b000 void 0.000114
+gallium_dri.so malloc 72 0x55717346b000 0.000112
+gallium_dri.so free 0x55717346b1c0 void 0.000114
+gallium_dri.so free 0x55717346b000 void 0.000113
+gallium_dri.so malloc 72 0x55717346b000 0.000127
+gallium_dri.so free 0x55717346b240 void 0.000116
+gallium_dri.so free 0x55717346b000 void 0.000114
+gallium_dri.so malloc 72 0x55717346b270 0.000112
+gallium_dri.so free 0x55717346b2c0 void 0.000114
+gallium_dri.so free 0x55717346b270 void 0.000112
+gallium_dri.so malloc 72 0x55717346b270 0.000113
+gallium_dri.so free 0x55717346b3c0 void 0.000114
+gallium_dri.so free 0x55717346b270 void 0.000114
+gallium_dri.so malloc 72 0x55717346b370 0.000114
+gallium_dri.so free 0x55717346b480 void 0.000114
+gallium_dri.so free 0x55717346b370 void 0.000112
+gallium_dri.so malloc 72 0x55717346b430 0.000113
+gallium_dri.so free 0x55717346b4c0 void 0.000114
+gallium_dri.so free 0x55717346b430 void 0.000114
+gallium_dri.so malloc 72 0x55717346b430 0.000115
+gallium_dri.so free 0x55717346b580 void 0.000115
+gallium_dri.so free 0x55717346b430 void 0.000115
+gallium_dri.so malloc 72 0x55717346b5d0 0.000115
+gallium_dri.so free 0x55717346b640 void 0.000115
+gallium_dri.so free 0x55717346b5d0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b680 0.000113
+gallium_dri.so free 0x55717346b700 void 0.000114
+gallium_dri.so free 0x55717346b680 void 0.000129
+gallium_dri.so malloc 72 0x55717346b700 0.000116
+gallium_dri.so free 0x55717346b7c0 void 0.000116
+gallium_dri.so free 0x55717346b700 void 0.000114
+gallium_dri.so malloc 72 0x55717346b700 0.000114
+gallium_dri.so free 0x55717346b840 void 0.000115
+gallium_dri.so free 0x55717346b700 void 0.000113
+gallium_dri.so malloc 72 0x55717346b870 0.000114
+gallium_dri.so free 0x55717346b8c0 void 0.000115
+gallium_dri.so free 0x55717346b870 void 0.000114
+gallium_dri.so malloc 72 0x55717346b870 0.000113
+gallium_dri.so free 0x55717346b9c0 void 0.000115
+gallium_dri.so free 0x55717346b870 void 0.000113
+gallium_dri.so malloc 72 0x55717346b970 0.000113
+gallium_dri.so free 0x55717346ba80 void 0.000115
+gallium_dri.so free 0x55717346b970 void 0.000113
+gallium_dri.so malloc 72 0x55717346ba30 0.000116
+gallium_dri.so free 0x55717346bb00 void 0.000114
+gallium_dri.so free 0x55717346ba30 void 0.000113
+gallium_dri.so malloc 72 0x55717346bb20 0.000113
+gallium_dri.so free 0x55717346bbc0 void 0.000115
+gallium_dri.so free 0x55717346bb20 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb70 0.000113
+gallium_dri.so free 0x55717346bc40 void 0.000113
+gallium_dri.so free 0x55717346bb70 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb70 0.000115
+gallium_dri.so free 0x55717346bcc0 void 0.000115
+gallium_dri.so free 0x55717346bb70 void 0.000177
+gallium_dri.so malloc 72 0x55717346bcc0 0.000118
+gallium_dri.so free 0x55717346bd80 void 0.000115
+gallium_dri.so free 0x55717346bcc0 void 0.000170
+gallium_dri.so malloc 72 0x55717346bcc0 0.000115
+gallium_dri.so free 0x55717346be40 void 0.000117
+gallium_dri.so free 0x55717346bcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcc0 0.000115
+gallium_dri.so free 0x55717346bf00 void 0.000115
+gallium_dri.so free 0x55717346bcc0 void 0.000115
+gallium_dri.so malloc 72 0x55717346beb0 0.000114
+gallium_dri.so free 0x55717346bf00 void 0.000115
+gallium_dri.so free 0x55717346beb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346beb0 0.000115
+gallium_dri.so free 0x55717346c000 void 0.000114
+gallium_dri.so free 0x55717346beb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bfb0 0.000115
+gallium_dri.so free 0x55717346c0c0 void 0.000115
+gallium_dri.so free 0x55717346bfb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346c070 0.000115
+gallium_dri.so free 0x55717346c100 void 0.000116
+gallium_dri.so free 0x55717346c070 void 0.000115
+gallium_dri.so malloc 72 0x55717346c070 0.000114
+gallium_dri.so free 0x55717346c1c0 void 0.000116
+gallium_dri.so free 0x55717346c070 void 0.000114
+gallium_dri.so malloc 72 0x55717346c200 0.000115
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so free 0x55717346c200 void 0.000117
+gallium_dri.so malloc 72 0x55717346c280 0.000115
+gallium_dri.so free 0x55717346c340 void 0.000116
+gallium_dri.so free 0x55717346c280 void 0.000115
+gallium_dri.so malloc 72 0x55717346c280 0.000116
+gallium_dri.so free 0x55717346c400 void 0.000115
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so malloc 72 0x55717346c420 0.000114
+gallium_dri.so free 0x55717346c4c0 void 0.000115
+gallium_dri.so free 0x55717346c420 void 0.000116
+gallium_dri.so malloc 72 0x55717346c470 0.000113
+gallium_dri.so free 0x55717346c540 void 0.000115
+gallium_dri.so free 0x55717346c470 void 0.000113
+gallium_dri.so malloc 72 0x55717346c470 0.000116
+gallium_dri.so free 0x55717346c5c0 void 0.000115
+gallium_dri.so free 0x55717346c470 void 0.000114
+gallium_dri.so malloc 72 0x55717346c5c0 0.000116
+gallium_dri.so free 0x55717346c680 void 0.000114
+gallium_dri.so free 0x55717346c5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c5c0 0.000114
+gallium_dri.so free 0x55717346c740 void 0.000116
+gallium_dri.so free 0x55717346c5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c5c0 0.000115
+gallium_dri.so free 0x55717346c800 void 0.000116
+gallium_dri.so free 0x55717346c5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c7b0 0.000114
+gallium_dri.so free 0x55717346c8c0 void 0.000115
+gallium_dri.so free 0x55717346c7b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346c870 0.000115
+gallium_dri.so free 0x55717346c940 void 0.000114
+gallium_dri.so free 0x55717346c870 void 0.000114
+gallium_dri.so malloc 72 0x55717346c990 0.000114
+gallium_dri.so free 0x55717346ca00 void 0.000115
+gallium_dri.so free 0x55717346c990 void 0.000115
+gallium_dri.so malloc 72 0x55717346ca20 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000115
+gallium_dri.so free 0x55717346ca20 void 0.000114
+gallium_dri.so malloc 72 0x55717346ca70 0.000114
+gallium_dri.so free 0x55717346cb40 void 0.000115
+gallium_dri.so free 0x55717346ca70 void 0.000115
+gallium_dri.so malloc 72 0x55717346ca70 0.000113
+gallium_dri.so free 0x55717346cbc0 void 0.000115
+gallium_dri.so free 0x55717346ca70 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbc0 0.000114
+gallium_dri.so free 0x55717346cc80 void 0.000165
+gallium_dri.so free 0x55717346cbc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346cbc0 0.000114
+gallium_dri.so free 0x55717346cd80 void 0.000116
+gallium_dri.so free 0x55717346cbc0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cd30 0.000114
+gallium_dri.so free 0x55717346cdc0 void 0.000115
+gallium_dri.so free 0x55717346cd30 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd30 0.000114
+gallium_dri.so free 0x55717346ce80 void 0.000115
+gallium_dri.so free 0x55717346cd30 void 0.000166
+gallium_dri.so malloc 72 0x55717346cec0 0.000115
+gallium_dri.so free 0x55717346cf40 void 0.000116
+gallium_dri.so free 0x55717346cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cf40 0.000117
+gallium_dri.so free 0x55717346d000 void 0.000118
+gallium_dri.so free 0x55717346cf40 void 0.000113
+gallium_dri.so malloc 72 0x55717346cf40 0.000114
+gallium_dri.so free 0x55717346d080 void 0.000115
+gallium_dri.so free 0x55717346cf40 void 0.000115
+gallium_dri.so malloc 72 0x55717346d0b0 0.000116
+gallium_dri.so free 0x55717346d100 void 0.000116
+gallium_dri.so free 0x55717346d0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d0b0 0.000115
+gallium_dri.so free 0x55717346d200 void 0.000115
+gallium_dri.so free 0x55717346d0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d240 0.000114
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so free 0x55717346d240 void 0.000115
+gallium_dri.so malloc 72 0x55717346d2c0 0.000115
+gallium_dri.so free 0x55717346d380 void 0.000117
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d2c0 0.000114
+gallium_dri.so free 0x55717346d400 void 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d430 0.000114
+gallium_dri.so free 0x55717346d480 void 0.000115
+gallium_dri.so free 0x55717346d430 void 0.000117
+gallium_dri.so malloc 72 0x55717346d430 0.000114
+gallium_dri.so free 0x55717346d580 void 0.000115
+gallium_dri.so free 0x55717346d430 void 0.000115
+gallium_dri.so malloc 72 0x55717346d530 0.000114
+gallium_dri.so free 0x55717346d640 void 0.000120
+gallium_dri.so free 0x55717346d530 void 0.000113
+gallium_dri.so malloc 72 0x55717346d5f0 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000115
+gallium_dri.so free 0x55717346d5f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d5f0 0.000113
+gallium_dri.so free 0x55717346d780 void 0.000113
+gallium_dri.so free 0x55717346d5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5f0 0.000114
+gallium_dri.so free 0x55717346d840 void 0.000115
+gallium_dri.so free 0x55717346d5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d7f0 0.000115
+gallium_dri.so free 0x55717346d8c0 void 0.000115
+gallium_dri.so free 0x55717346d7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d910 0.000114
+gallium_dri.so free 0x55717346d980 void 0.000115
+gallium_dri.so free 0x55717346d910 void 0.000114
+gallium_dri.so malloc 72 0x55717346d9a0 0.000114
+gallium_dri.so free 0x55717346da40 void 0.000116
+gallium_dri.so free 0x55717346d9a0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d9f0 0.000114
+gallium_dri.so free 0x55717346dac0 void 0.000114
+gallium_dri.so free 0x55717346d9f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346dac0 0.000117
+gallium_dri.so free 0x55717346db80 void 0.000116
+gallium_dri.so free 0x55717346dac0 void 0.000156
+gallium_dri.so malloc 72 0x55717346dac0 0.000118
+gallium_dri.so free 0x55717346dc00 void 0.000116
+gallium_dri.so free 0x55717346dac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dc00 0.000116
+gallium_dri.so free 0x55717346dcc0 void 0.000114
+gallium_dri.so free 0x55717346dc00 void 0.000115
+gallium_dri.so malloc 72 0x55717346dc00 0.000114
+gallium_dri.so free 0x55717346dd80 void 0.000115
+gallium_dri.so free 0x55717346dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717346dc00 0.000114
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so free 0x55717346dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ddf0 0.000115
+gallium_dri.so free 0x55717346dec0 void 0.000115
+gallium_dri.so free 0x55717346ddf0 void 0.000115
+gallium_dri.so malloc 72 0x55717346df10 0.000125
+gallium_dri.so free 0x55717346df80 void 0.000115
+gallium_dri.so free 0x55717346df10 void 0.000115
+gallium_dri.so malloc 72 0x55717346dfc0 0.000114
+gallium_dri.so free 0x55717346e040 void 0.000116
+gallium_dri.so free 0x55717346dfc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346dfc0 0.000114
+gallium_dri.so free 0x55717346e0c0 void 0.000115
+gallium_dri.so free 0x55717346dfc0 void 0.000110
+gallium_dri.so malloc 72 0x55717346e0f0 0.000117
+gallium_dri.so free 0x55717346e140 void 0.000116
+gallium_dri.so free 0x55717346e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e0f0 0.000115
+gallium_dri.so free 0x55717346e240 void 0.000115
+gallium_dri.so free 0x55717346e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e1f0 0.000114
+gallium_dri.so free 0x55717346e300 void 0.000116
+gallium_dri.so free 0x55717346e1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e2b0 0.000114
+gallium_dri.so free 0x55717346e340 void 0.000113
+gallium_dri.so free 0x55717346e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e2b0 0.000115
+gallium_dri.so free 0x55717346e400 void 0.000117
+gallium_dri.so free 0x55717346e2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e470 0.000115
+gallium_dri.so free 0x55717346e4c0 void 0.000115
+gallium_dri.so free 0x55717346e470 void 0.000117
+gallium_dri.so malloc 72 0x55717346e470 0.000114
+gallium_dri.so free 0x55717346e5c0 void 0.000115
+gallium_dri.so free 0x55717346e470 void 0.000114
+gallium_dri.so malloc 72 0x55717346e570 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000115
+gallium_dri.so free 0x55717346e570 void 0.000114
+gallium_dri.so malloc 72 0x55717346e630 0.000115
+gallium_dri.so free 0x55717346e6c0 void 0.000115
+gallium_dri.so free 0x55717346e630 void 0.000117
+gallium_dri.so malloc 72 0x55717346e630 0.000115
+gallium_dri.so free 0x55717346e780 void 0.000116
+gallium_dri.so free 0x55717346e630 void 0.000115
+gallium_dri.so malloc 72 0x55717346e7c0 0.000115
+gallium_dri.so free 0x55717346e840 void 0.000116
+gallium_dri.so free 0x55717346e7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e840 0.000119
+gallium_dri.so free 0x55717346e900 void 0.000115
+gallium_dri.so free 0x55717346e840 void 0.000120
+gallium_dri.so malloc 72 0x55717346e840 0.000120
+gallium_dri.so free 0x55717346e9c0 void 0.000116
+gallium_dri.so free 0x55717346e840 void 0.000115
+gallium_dri.so malloc 72 0x55717346e9e0 0.000116
+gallium_dri.so free 0x55717346ea80 void 0.000116
+gallium_dri.so free 0x55717346e9e0 void 0.000164
+gallium_dri.so malloc 72 0x55717346ea30 0.000119
+gallium_dri.so free 0x55717346eb00 void 0.000115
+gallium_dri.so free 0x55717346ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717346ea30 0.000114
+gallium_dri.so free 0x55717346eb80 void 0.000115
+gallium_dri.so free 0x55717346ea30 void 0.000115
+gallium_dri.so malloc 72 0x55717346eb80 0.000115
+gallium_dri.so free 0x55717346ec40 void 0.000115
+gallium_dri.so free 0x55717346eb80 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb80 0.000115
+gallium_dri.so free 0x55717346ed00 void 0.000127
+gallium_dri.so free 0x55717346eb80 void 0.000116
+gallium_dri.so malloc 72 0x55717346eb80 0.000116
+gallium_dri.so free 0x55717346edc0 void 0.000116
+gallium_dri.so free 0x55717346eb80 void 0.000115
+gallium_dri.so malloc 72 0x55717346ed70 0.000115
+gallium_dri.so free 0x55717346ee80 void 0.000126
+gallium_dri.so free 0x55717346ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717346ee30 0.000114
+gallium_dri.so free 0x55717346ef00 void 0.000116
+gallium_dri.so free 0x55717346ee30 void 0.000114
+gallium_dri.so malloc 72 0x55717346ef50 0.000116
+gallium_dri.so free 0x55717346efc0 void 0.000116
+gallium_dri.so free 0x55717346ef50 void 0.000114
+gallium_dri.so malloc 72 0x55717346efe0 0.000114
+gallium_dri.so free 0x55717346f080 void 0.000116
+gallium_dri.so free 0x55717346efe0 void 0.000115
+gallium_dri.so malloc 72 0x55717346f030 0.000115
+gallium_dri.so free 0x55717346f100 void 0.000116
+gallium_dri.so free 0x55717346f030 void 0.000113
+gallium_dri.so malloc 72 0x55717346f030 0.000115
+gallium_dri.so free 0x55717346f180 void 0.000115
+gallium_dri.so free 0x55717346f030 void 0.000113
+gallium_dri.so malloc 72 0x55717346f180 0.000114
+gallium_dri.so free 0x55717346f240 void 0.000117
+gallium_dri.so free 0x55717346f180 void 0.000115
+gallium_dri.so malloc 72 0x55717346f180 0.000114
+gallium_dri.so free 0x55717346f340 void 0.000163
+gallium_dri.so free 0x55717346f180 void 0.000113
+gallium_dri.so malloc 72 0x55717346f2f0 0.000112
+gallium_dri.so free 0x55717346f380 void 0.000112
+gallium_dri.so free 0x55717346f2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346f2f0 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so free 0x55717346f2f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346f2f0 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000110
+gallium_dri.so free 0x55717346f2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735daa00 void 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000118
+gallium_dri.so malloc 72 0x5571735da940 0.000119
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab30 0.000116
+gallium_dri.so free 0x5571735dac80 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dac30 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dac30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dacf0 0.000150
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dacf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dacf0 0.000111
+gallium_dri.so free 0x5571735dae40 void 0.000109
+gallium_dri.so free 0x5571735dacf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae80 0.000111
+gallium_dri.so free 0x5571735daf00 void 0.000110
+gallium_dri.so free 0x5571735dae80 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf00 0.000110
+gallium_dri.so free 0x5571735dafc0 void 0.000112
+gallium_dri.so free 0x5571735daf00 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf00 0.000113
+gallium_dri.so free 0x5571735db080 void 0.000111
+gallium_dri.so free 0x5571735daf00 void 0.000109
+gallium_dri.so malloc 72 0x5571735db0a0 0.000110
+gallium_dri.so free 0x5571735db140 void 0.000109
+gallium_dri.so free 0x5571735db0a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db0f0 0.000121
+gallium_dri.so free 0x5571735db1c0 void 0.000118
+gallium_dri.so free 0x5571735db0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db0f0 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000112
+gallium_dri.so free 0x5571735db0f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db240 0.000112
+gallium_dri.so free 0x5571735db300 void 0.000127
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so malloc 72 0x5571735db240 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000123
+gallium_dri.so free 0x5571735db240 void 0.000127
+gallium_dri.so malloc 72 0x5571735db240 0.000120
+gallium_dri.so free 0x5571735db480 void 0.000118
+gallium_dri.so free 0x5571735db240 void 0.000119
+gallium_dri.so malloc 72 0x5571735db430 0.000124
+gallium_dri.so free 0x5571735db540 void 0.000123
+gallium_dri.so free 0x5571735db430 void 0.000120
+gallium_dri.so malloc 72 0x5571735db4f0 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000115
+gallium_dri.so free 0x5571735db4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db610 0.000124
+gallium_dri.so free 0x5571735db680 void 0.000124
+gallium_dri.so free 0x5571735db610 void 0.000126
+gallium_dri.so malloc 72 0x5571735db6a0 0.000122
+gallium_dri.so free 0x5571735db740 void 0.000122
+gallium_dri.so free 0x5571735db6a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6f0 0.000121
+gallium_dri.so free 0x5571735db7c0 void 0.000119
+gallium_dri.so free 0x5571735db6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db6f0 0.000175
+gallium_dri.so free 0x5571735db840 void 0.000124
+gallium_dri.so free 0x5571735db6f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735db840 0.000136
+gallium_dri.so free 0x5571735db900 void 0.000124
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so malloc 72 0x5571735db840 0.000116
+gallium_dri.so free 0x5571735dba00 void 0.000116
+gallium_dri.so free 0x5571735db840 void 0.000119
+gallium_dri.so malloc 72 0x5571735db9b0 0.000123
+gallium_dri.so free 0x5571735dba40 void 0.000118
+gallium_dri.so free 0x5571735db9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db9b0 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000119
+gallium_dri.so free 0x5571735db9b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735dbb40 0.000158
+gallium_dri.so free 0x5571735dbbc0 void 0.000158
+gallium_dri.so free 0x5571735dbb40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000122
+gallium_dri.so free 0x5571735dbc80 void 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000126
+gallium_dri.so free 0x5571735dbd00 void 0.000121
+gallium_dri.so free 0x5571735dbbc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbd30 0.000134
+gallium_dri.so free 0x5571735dbd80 void 0.000131
+gallium_dri.so free 0x5571735dbd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbd30 0.000129
+gallium_dri.so free 0x5571735dbe80 void 0.000126
+gallium_dri.so free 0x5571735dbd30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dbec0 0.000127
+gallium_dri.so free 0x5571735dbf40 void 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbf40 0.000125
+gallium_dri.so free 0x5571735dc000 void 0.000130
+gallium_dri.so free 0x5571735dbf40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbf40 0.000127
+gallium_dri.so free 0x5571735dc080 void 0.000125
+gallium_dri.so free 0x5571735dbf40 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000129
+gallium_dri.so free 0x5571735dc100 void 0.000129
+gallium_dri.so free 0x5571735dc0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000129
+gallium_dri.so free 0x5571735dc200 void 0.000134
+gallium_dri.so free 0x5571735dc0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000124
+gallium_dri.so free 0x5571735dc2c0 void 0.000121
+gallium_dri.so free 0x5571735dc1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc270 0.000120
+gallium_dri.so free 0x5571735dc340 void 0.000121
+gallium_dri.so free 0x5571735dc270 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc270 0.000129
+gallium_dri.so free 0x5571735dc400 void 0.000129
+gallium_dri.so free 0x5571735dc270 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc270 0.000129
+gallium_dri.so free 0x5571735dc4c0 void 0.000128
+gallium_dri.so free 0x5571735dc270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc470 0.000128
+gallium_dri.so free 0x5571735dc540 void 0.000132
+gallium_dri.so free 0x5571735dc470 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc590 0.000124
+gallium_dri.so free 0x5571735dc600 void 0.000121
+gallium_dri.so free 0x5571735dc590 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc620 0.000130
+gallium_dri.so free 0x5571735dc6c0 void 0.000179
+gallium_dri.so free 0x5571735dc620 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc670 0.000177
+gallium_dri.so free 0x5571735dc740 void 0.000131
+gallium_dri.so free 0x5571735dc670 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc740 0.000121
+gallium_dri.so free 0x5571735dc800 void 0.000126
+gallium_dri.so free 0x5571735dc740 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc740 0.000120
+gallium_dri.so free 0x5571735dc880 void 0.000122
+gallium_dri.so free 0x5571735dc740 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc880 0.000130
+gallium_dri.so free 0x5571735dc940 void 0.000125
+gallium_dri.so free 0x5571735dc880 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc880 0.000120
+gallium_dri.so free 0x5571735dca00 void 0.000121
+gallium_dri.so free 0x5571735dc880 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc880 0.000133
+gallium_dri.so free 0x5571735dcac0 void 0.000125
+gallium_dri.so free 0x5571735dc880 void 0.000125
+gallium_dri.so malloc 72 0x5571735dca70 0.000129
+gallium_dri.so free 0x5571735dcb40 void 0.000140
+gallium_dri.so free 0x5571735dca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcb90 0.000129
+gallium_dri.so free 0x5571735dcc00 void 0.000131
+gallium_dri.so free 0x5571735dcb90 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcc40 0.000120
+gallium_dri.so free 0x5571735dccc0 void 0.000129
+gallium_dri.so free 0x5571735dcc40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcc40 0.000126
+gallium_dri.so free 0x5571735dcd40 void 0.000129
+gallium_dri.so free 0x5571735dcc40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcd70 0.000130
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dcd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcd70 0.000125
+gallium_dri.so free 0x5571735dcec0 void 0.000128
+gallium_dri.so free 0x5571735dcd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dce70 0.000121
+gallium_dri.so free 0x5571735dcf80 void 0.000126
+gallium_dri.so free 0x5571735dce70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcf30 0.000125
+gallium_dri.so free 0x5571735dcfc0 void 0.000135
+gallium_dri.so free 0x5571735dcf30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcf30 0.000131
+gallium_dri.so free 0x5571735dd080 void 0.000130
+gallium_dri.so free 0x5571735dcf30 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000120
+gallium_dri.so free 0x5571735dd140 void 0.000121
+gallium_dri.so free 0x5571735dd0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000129
+gallium_dri.so free 0x5571735dd240 void 0.000124
+gallium_dri.so free 0x5571735dd0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd1f0 0.000121
+gallium_dri.so free 0x5571735dd300 void 0.000125
+gallium_dri.so free 0x5571735dd1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000162
+gallium_dri.so free 0x5571735dd340 void 0.000129
+gallium_dri.so free 0x5571735dd2b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000124
+gallium_dri.so free 0x5571735dd400 void 0.000123
+gallium_dri.so free 0x5571735dd2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd440 0.000132
+gallium_dri.so free 0x5571735dd4c0 void 0.000129
+gallium_dri.so free 0x5571735dd440 void 0.000176
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000131
+gallium_dri.so free 0x5571735dd580 void 0.000126
+gallium_dri.so free 0x5571735dd4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000124
+gallium_dri.so free 0x5571735dd640 void 0.000123
+gallium_dri.so free 0x5571735dd4c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd660 0.000132
+gallium_dri.so free 0x5571735dd700 void 0.000131
+gallium_dri.so free 0x5571735dd660 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000120
+gallium_dri.so free 0x5571735dd780 void 0.000121
+gallium_dri.so free 0x5571735dd6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd6b0 0.000125
+gallium_dri.so free 0x5571735dd800 void 0.000129
+gallium_dri.so free 0x5571735dd6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd800 0.000130
+gallium_dri.so free 0x5571735dd8c0 void 0.000130
+gallium_dri.so free 0x5571735dd800 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd800 0.000129
+gallium_dri.so free 0x5571735dd980 void 0.000132
+gallium_dri.so free 0x5571735dd800 void 0.000139
+gallium_dri.so malloc 72 0x5571735dd800 0.000129
+gallium_dri.so free 0x5571735dda40 void 0.000126
+gallium_dri.so free 0x5571735dd800 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000127
+gallium_dri.so free 0x5571735ddb00 void 0.000129
+gallium_dri.so free 0x5571735dd9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddab0 0.000130
+gallium_dri.so free 0x5571735ddb80 void 0.000129
+gallium_dri.so free 0x5571735ddab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000130
+gallium_dri.so free 0x5571735ddc40 void 0.000124
+gallium_dri.so free 0x5571735ddbd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc60 0.000120
+gallium_dri.so free 0x5571735ddd00 void 0.000122
+gallium_dri.so free 0x5571735ddc60 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000130
+gallium_dri.so free 0x5571735ddd80 void 0.000129
+gallium_dri.so free 0x5571735ddcb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000129
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so free 0x5571735ddcb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dde00 0.000131
+gallium_dri.so free 0x5571735ddec0 void 0.000126
+gallium_dri.so free 0x5571735dde00 void 0.000168
+gallium_dri.so malloc 72 0x5571735dde00 0.000126
+gallium_dri.so free 0x5571735ddfc0 void 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddf70 0.000131
+gallium_dri.so free 0x5571735de000 void 0.000130
+gallium_dri.so free 0x5571735ddf70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf70 0.000130
+gallium_dri.so free 0x5571735de0c0 void 0.000124
+gallium_dri.so free 0x5571735ddf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735de100 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de100 void 0.000124
+gallium_dri.so malloc 72 0x5571735de180 0.000130
+gallium_dri.so free 0x5571735de240 void 0.000146
+gallium_dri.so free 0x5571735de180 void 0.000131
+gallium_dri.so malloc 72 0x5571735de180 0.000126
+gallium_dri.so free 0x5571735de2c0 void 0.000121
+gallium_dri.so free 0x5571735de180 void 0.000200
+gallium_dri.so malloc 72 0x5571735de2f0 0.000133
+gallium_dri.so free 0x5571735de340 void 0.000129
+gallium_dri.so free 0x5571735de2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de2f0 0.000121
+gallium_dri.so free 0x5571735de440 void 0.000126
+gallium_dri.so free 0x5571735de2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de480 0.000121
+gallium_dri.so free 0x5571735de500 void 0.000121
+gallium_dri.so free 0x5571735de480 void 0.000124
+gallium_dri.so malloc 72 0x5571735de500 0.000130
+gallium_dri.so free 0x5571735de5c0 void 0.000130
+gallium_dri.so free 0x5571735de500 void 0.000132
+gallium_dri.so malloc 72 0x5571735de500 0.000129
+gallium_dri.so free 0x5571735de640 void 0.000129
+gallium_dri.so free 0x5571735de500 void 0.000131
+gallium_dri.so malloc 72 0x5571735de670 0.000129
+gallium_dri.so free 0x5571735de6c0 void 0.000131
+gallium_dri.so free 0x5571735de670 void 0.000125
+gallium_dri.so malloc 72 0x5571735de670 0.000126
+gallium_dri.so free 0x5571735de7c0 void 0.000125
+gallium_dri.so free 0x5571735de670 void 0.000139
+gallium_dri.so malloc 72 0x5571735de770 0.000130
+gallium_dri.so free 0x5571735de880 void 0.000132
+gallium_dri.so free 0x5571735de770 void 0.000130
+gallium_dri.so malloc 72 0x5571735de830 0.000130
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so free 0x5571735de830 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000127
+gallium_dri.so free 0x5571735de9c0 void 0.000129
+gallium_dri.so free 0x5571735de830 void 0.000130
+gallium_dri.so malloc 72 0x5571735de830 0.000130
+gallium_dri.so free 0x5571735dea80 void 0.000129
+gallium_dri.so free 0x5571735de830 void 0.000131
+gallium_dri.so malloc 72 0x5571735dea30 0.000179
+gallium_dri.so free 0x5571735deb00 void 0.000131
+gallium_dri.so free 0x5571735dea30 void 0.000131
+gallium_dri.so malloc 72 0x5571735deb50 0.000129
+gallium_dri.so free 0x5571735debc0 void 0.000130
+gallium_dri.so free 0x5571735deb50 void 0.000130
+gallium_dri.so malloc 72 0x5571735debe0 0.000129
+gallium_dri.so free 0x5571735dec80 void 0.000135
+gallium_dri.so free 0x5571735debe0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dec30 0.000129
+gallium_dri.so free 0x5571735ded00 void 0.000128
+gallium_dri.so free 0x5571735dec30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ded00 0.000124
+gallium_dri.so free 0x5571735dedc0 void 0.000131
+gallium_dri.so free 0x5571735ded00 void 0.000133
+gallium_dri.so malloc 72 0x5571735ded00 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000124
+gallium_dri.so free 0x5571735ded00 void 0.000120
+gallium_dri.so malloc 72 0x5571735dee40 0.000119
+gallium_dri.so free 0x5571735def00 void 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000129
+gallium_dri.so malloc 72 0x5571735dee40 0.000130
+gallium_dri.so free 0x5571735defc0 void 0.000288
+gallium_dri.so free 0x5571735dee40 void 0.000324
+gallium_dri.so malloc 72 0x5571735dee40 0.000329
+gallium_dri.so free 0x5571735df080 void 0.000314
+gallium_dri.so free 0x5571735dee40 void 0.000273
+gallium_dri.so malloc 72 0x5571735df030 0.000273
+gallium_dri.so free 0x5571735df100 void 0.000246
+gallium_dri.so free 0x5571735df030 void 0.000276
+gallium_dri.so malloc 72 0x5571735df150 0.000283
+gallium_dri.so free 0x5571735df1c0 void 0.000290
+gallium_dri.so free 0x5571735df150 void 0.000276
+gallium_dri.so malloc 72 0x5571735df200 0.000275
+gallium_dri.so free 0x5571735df280 void 0.000275
+gallium_dri.so free 0x5571735df200 void 0.000269
+gallium_dri.so malloc 72 0x5571735df200 0.000279
+gallium_dri.so free 0x5571735df300 void 0.000277
+gallium_dri.so free 0x5571735df200 void 0.000275
+gallium_dri.so malloc 72 0x5571735df330 0.000430
+gallium_dri.so free 0x5571735df380 void 0.000370
+gallium_dri.so free 0x5571735df330 void 0.000335
+gallium_dri.so malloc 72 0x5571735df330 0.000167
+gallium_dri.so free 0x5571735df480 void 0.000170
+gallium_dri.so free 0x5571735df330 void 0.000164
+gallium_dri.so malloc 72 0x5571735df430 0.000130
+gallium_dri.so free 0x5571735df540 void 0.000131
+gallium_dri.so free 0x5571735df430 void 0.000131
+gallium_dri.so malloc 72 0x5571735df4f0 0.000131
+gallium_dri.so free 0x5571735df580 void 0.000125
+gallium_dri.so free 0x5571735df4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df4f0 0.000131
+gallium_dri.so free 0x5571735df640 void 0.000142
+gallium_dri.so free 0x5571735df4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df6b0 0.000125
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df6b0 0.000125
+gallium_dri.so free 0x5571735df800 void 0.000124
+gallium_dri.so free 0x5571735df6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df7b0 0.000119
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so free 0x5571735df7b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df870 0.000123
+gallium_dri.so free 0x5571735df900 void 0.000127
+gallium_dri.so free 0x5571735df870 void 0.000125
+gallium_dri.so malloc 72 0x5571735df870 0.000130
+gallium_dri.so free 0x5571735df9c0 void 0.000131
+gallium_dri.so free 0x5571735df870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfa00 0.000132
+gallium_dri.so free 0x5571735dfa80 void 0.000128
+gallium_dri.so free 0x5571735dfa00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfa80 0.000126
+gallium_dri.so free 0x5571735dfb40 void 0.000131
+gallium_dri.so free 0x5571735dfa80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfa80 0.000144
+gallium_dri.so free 0x5571735dfc00 void 0.000141
+gallium_dri.so free 0x5571735dfa80 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfc20 0.000137
+gallium_dri.so free 0x5571735dfcc0 void 0.000133
+gallium_dri.so free 0x5571735dfc20 void 0.000139
+gallium_dri.so malloc 72 0x5571735dfc70 0.000145
+gallium_dri.so free 0x5571735dfd40 void 0.000145
+gallium_dri.so free 0x5571735dfc70 void 0.000140
+gallium_dri.so malloc 72 0x5571735dfc70 0.000134
+gallium_dri.so free 0x5571735dfdc0 void 0.000140
+gallium_dri.so free 0x5571735dfc70 void 0.000147
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000145
+gallium_dri.so free 0x5571735dfe80 void 0.000146
+gallium_dri.so free 0x5571735dfdc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000145
+gallium_dri.so free 0x5571735dff40 void 0.000147
+gallium_dri.so free 0x5571735dfdc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000146
+gallium_dri.so free 0x5571735e0000 void 0.000157
+gallium_dri.so free 0x5571735dfdc0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dffb0 0.000196
+gallium_dri.so free 0x5571735e00c0 void 0.000241
+gallium_dri.so free 0x5571735dffb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0070 0.000140
+gallium_dri.so free 0x5571735e0140 void 0.000148
+gallium_dri.so free 0x5571735e0070 void 0.000147
+gallium_dri.so malloc 72 0x5571735e0190 0.000237
+gallium_dri.so free 0x5571735e0200 void 0.000148
+gallium_dri.so free 0x5571735e0190 void 0.000205
+gallium_dri.so malloc 72 0x5571735e0220 0.000172
+gallium_dri.so free 0x5571735e02c0 void 0.000145
+gallium_dri.so free 0x5571735e0220 void 0.000145
+gallium_dri.so malloc 72 0x5571735e0270 0.000139
+gallium_dri.so free 0x5571735e0340 void 0.000141
+gallium_dri.so free 0x5571735e0270 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0270 0.000148
+gallium_dri.so free 0x5571735e03c0 void 0.000145
+gallium_dri.so free 0x5571735e0270 void 0.000152
+gallium_dri.so malloc 72 0x5571735e03c0 0.000132
+gallium_dri.so free 0x5571735e0480 void 0.000129
+gallium_dri.so free 0x5571735e03c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e03c0 0.000130
+gallium_dri.so free 0x5571735e0580 void 0.000132
+gallium_dri.so free 0x5571735e03c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0530 0.000129
+gallium_dri.so free 0x5571735e05c0 void 0.000129
+gallium_dri.so free 0x5571735e0530 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0530 0.000130
+gallium_dri.so free 0x5571735e0680 void 0.000130
+gallium_dri.so free 0x5571735e0530 void 0.000129
+gallium_dri.so malloc 72 0x5571735e06c0 0.000130
+gallium_dri.so free 0x5571735e0740 void 0.000129
+gallium_dri.so free 0x5571735e06c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0740 0.000130
+gallium_dri.so free 0x5571735e0800 void 0.000142
+gallium_dri.so free 0x5571735e0740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0740 0.000129
+gallium_dri.so free 0x5571735e0880 void 0.000129
+gallium_dri.so free 0x5571735e0740 void 0.000132
+gallium_dri.so malloc 72 0x5571735e08b0 0.000129
+gallium_dri.so free 0x5571735e0900 void 0.000128
+gallium_dri.so free 0x5571735e08b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e08b0 0.000126
+gallium_dri.so free 0x5571735e0a00 void 0.000166
+gallium_dri.so free 0x5571735e08b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0a40 0.000129
+gallium_dri.so free 0x5571735e0ac0 void 0.000129
+gallium_dri.so free 0x5571735e0a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000125
+gallium_dri.so free 0x5571735e0b80 void 0.000127
+gallium_dri.so free 0x5571735e0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0ac0 0.000128
+gallium_dri.so free 0x5571735e0c00 void 0.000125
+gallium_dri.so free 0x5571735e0ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000120
+gallium_dri.so free 0x5571735e0c80 void 0.000158
+gallium_dri.so free 0x5571735e0c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0c30 0.000131
+gallium_dri.so free 0x5571735e0d80 void 0.000130
+gallium_dri.so free 0x5571735e0c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0d30 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000127
+gallium_dri.so free 0x5571735e0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0d30 0.000125
+gallium_dri.so free 0x5571735eb480 void 0.000121
+gallium_dri.so free 0x5571735e0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d30 0.000130
+gallium_dri.so free 0x5571735eb500 void 0.000131
+gallium_dri.so free 0x5571735e0d30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb530 0.000126
+gallium_dri.so free 0x5571735eb580 void 0.000132
+gallium_dri.so free 0x5571735eb530 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb530 0.000126
+gallium_dri.so free 0x5571735eb680 void 0.000126
+gallium_dri.so free 0x5571735eb530 void 0.000157
+gallium_dri.so malloc 72 0x5571735eb630 0.000127
+gallium_dri.so free 0x5571735eb740 void 0.000130
+gallium_dri.so free 0x5571735eb630 void 0.000133
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000130
+gallium_dri.so free 0x5571735eb780 void 0.000129
+gallium_dri.so free 0x5571735eb6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000125
+gallium_dri.so free 0x5571735eb840 void 0.000135
+gallium_dri.so free 0x5571735eb6f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eb890 0.000129
+gallium_dri.so free 0x5571735eb900 void 0.000131
+gallium_dri.so free 0x5571735eb890 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb940 0.000154
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735eb940 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000123
+gallium_dri.so free 0x5571735eb9c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000131
+gallium_dri.so free 0x5571735ebb00 void 0.000132
+gallium_dri.so free 0x5571735eb9c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebb30 0.000130
+gallium_dri.so free 0x5571735ebb80 void 0.000142
+gallium_dri.so free 0x5571735ebb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebb30 0.000128
+gallium_dri.so free 0x5571735ebc80 void 0.000128
+gallium_dri.so free 0x5571735ebb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc30 0.000122
+gallium_dri.so free 0x5571735ebd40 void 0.000126
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000133
+gallium_dri.so free 0x5571735ebdc0 void 0.000130
+gallium_dri.so free 0x5571735ebcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebde0 0.000123
+gallium_dri.so free 0x5571735ebe80 void 0.000127
+gallium_dri.so free 0x5571735ebde0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebe30 0.000130
+gallium_dri.so free 0x5571735ebf00 void 0.000128
+gallium_dri.so free 0x5571735ebe30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebe30 0.000131
+gallium_dri.so free 0x5571735ebf80 void 0.000132
+gallium_dri.so free 0x5571735ebe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf80 0.000129
+gallium_dri.so free 0x5571735ec040 void 0.000134
+gallium_dri.so free 0x5571735ebf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf80 0.000130
+gallium_dri.so free 0x5571735ec100 void 0.000129
+gallium_dri.so free 0x5571735ebf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebf80 0.000125
+gallium_dri.so free 0x5571735ec1c0 void 0.000128
+gallium_dri.so free 0x5571735ebf80 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec170 0.000130
+gallium_dri.so free 0x5571735ec1c0 void 0.000129
+gallium_dri.so free 0x5571735ec170 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec170 0.000122
+gallium_dri.so free 0x5571735ec2c0 void 0.000126
+gallium_dri.so free 0x5571735ec170 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec270 0.000129
+gallium_dri.so free 0x5571735ec380 void 0.000129
+gallium_dri.so free 0x5571735ec270 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec330 0.000124
+gallium_dri.so free 0x5571735ec3c0 void 0.000127
+gallium_dri.so free 0x5571735ec330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec330 0.000132
+gallium_dri.so free 0x5571735ec480 void 0.000130
+gallium_dri.so free 0x5571735ec330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000131
+gallium_dri.so free 0x5571735ec540 void 0.000129
+gallium_dri.so free 0x5571735ec4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec540 0.000125
+gallium_dri.so free 0x5571735ec600 void 0.000124
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec540 0.000119
+gallium_dri.so free 0x5571735ec6c0 void 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000131
+gallium_dri.so free 0x5571735ec780 void 0.000129
+gallium_dri.so free 0x5571735ec6e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec730 0.000125
+gallium_dri.so free 0x5571735ec800 void 0.000126
+gallium_dri.so free 0x5571735ec730 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec730 0.000124
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec730 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec880 0.000134
+gallium_dri.so free 0x5571735ec940 void 0.000132
+gallium_dri.so free 0x5571735ec880 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec880 0.000265
+gallium_dri.so free 0x5571735eca00 void 0.000231
+gallium_dri.so free 0x5571735ec880 void 0.000222
+gallium_dri.so malloc 72 0x5571735ec880 0.000201
+gallium_dri.so free 0x5571735ecac0 void 0.000129
+gallium_dri.so free 0x5571735ec880 void 0.000136
+gallium_dri.so malloc 72 0x5571735eca70 0.000131
+gallium_dri.so free 0x5571735ecb80 void 0.000144
+gallium_dri.so free 0x5571735eca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecb30 0.000130
+gallium_dri.so free 0x5571735ecc00 void 0.000132
+gallium_dri.so free 0x5571735ecb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecc50 0.000124
+gallium_dri.so free 0x5571735eccc0 void 0.000129
+gallium_dri.so free 0x5571735ecc50 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecce0 0.000125
+gallium_dri.so free 0x5571735ecd80 void 0.000171
+gallium_dri.so free 0x5571735ecce0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecd30 0.000120
+gallium_dri.so free 0x5571735ece00 void 0.000125
+gallium_dri.so free 0x5571735ecd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecd30 0.000124
+gallium_dri.so free 0x5571735ece80 void 0.000128
+gallium_dri.so free 0x5571735ecd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ece80 0.000130
+gallium_dri.so free 0x5571735ecf40 void 0.000155
+gallium_dri.so free 0x5571735ece80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ece80 0.000130
+gallium_dri.so free 0x5571735ed040 void 0.000131
+gallium_dri.so free 0x5571735ece80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecff0 0.000120
+gallium_dri.so free 0x5571735ed080 void 0.000126
+gallium_dri.so free 0x5571735ecff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecff0 0.000130
+gallium_dri.so free 0x5571735ed140 void 0.000163
+gallium_dri.so free 0x5571735ecff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed180 0.000125
+gallium_dri.so free 0x5571735ed200 void 0.000140
+gallium_dri.so free 0x5571735ed180 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed200 0.000128
+gallium_dri.so free 0x5571735ed2c0 void 0.000124
+gallium_dri.so free 0x5571735ed200 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed200 0.000126
+gallium_dri.so free 0x5571735ed340 void 0.000129
+gallium_dri.so free 0x5571735ed200 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed370 0.000124
+gallium_dri.so free 0x5571735ed3c0 void 0.000123
+gallium_dri.so free 0x5571735ed370 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed370 0.000123
+gallium_dri.so free 0x5571735ed4c0 void 0.000121
+gallium_dri.so free 0x5571735ed370 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed500 0.000129
+gallium_dri.so free 0x5571735ed580 void 0.000130
+gallium_dri.so free 0x5571735ed500 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed580 0.000130
+gallium_dri.so free 0x5571735ed640 void 0.000124
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed580 0.000125
+gallium_dri.so free 0x5571735ed6c0 void 0.000172
+gallium_dri.so free 0x5571735ed580 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000130
+gallium_dri.so free 0x5571735ed740 void 0.000130
+gallium_dri.so free 0x5571735ed6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000124
+gallium_dri.so free 0x5571735ed840 void 0.000126
+gallium_dri.so free 0x5571735ed6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000126
+gallium_dri.so free 0x5571735ed900 void 0.000121
+gallium_dri.so free 0x5571735ed7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735ed980 void 0.000119
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000129
+gallium_dri.so free 0x5571735eda40 void 0.000131
+gallium_dri.so free 0x5571735ed8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000129
+gallium_dri.so free 0x5571735edb00 void 0.000124
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000126
+gallium_dri.so free 0x5571735edb80 void 0.000125
+gallium_dri.so free 0x5571735edab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edbd0 0.000131
+gallium_dri.so free 0x5571735edc40 void 0.000131
+gallium_dri.so free 0x5571735edbd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edc60 0.000124
+gallium_dri.so free 0x5571735edd00 void 0.000127
+gallium_dri.so free 0x5571735edc60 void 0.000129
+gallium_dri.so malloc 72 0x5571735edcb0 0.000129
+gallium_dri.so free 0x5571735edd80 void 0.000124
+gallium_dri.so free 0x5571735edcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd80 0.000128
+gallium_dri.so free 0x5571735ede40 void 0.000123
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd80 0.000151
+gallium_dri.so free 0x5571735edec0 void 0.000126
+gallium_dri.so free 0x5571735edd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735edec0 0.000129
+gallium_dri.so free 0x5571735edf80 void 0.000132
+gallium_dri.so free 0x5571735edec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edec0 0.000129
+gallium_dri.so free 0x5571735ee040 void 0.000264
+gallium_dri.so free 0x5571735edec0 void 0.000330
+gallium_dri.so malloc 72 0x5571735edec0 0.000286
+gallium_dri.so free 0x5571735ee100 void 0.000239
+gallium_dri.so free 0x5571735edec0 void 0.000236
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000248
+gallium_dri.so free 0x5571735ee180 void 0.000292
+gallium_dri.so free 0x5571735ee0b0 void 0.000283
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000287
+gallium_dri.so free 0x5571735ee240 void 0.000280
+gallium_dri.so free 0x5571735ee1d0 void 0.000238
+gallium_dri.so malloc 72 0x5571735ee280 0.000166
+gallium_dri.so free 0x5571735ee300 void 0.000163
+gallium_dri.so free 0x5571735ee280 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee280 0.000131
+gallium_dri.so free 0x5571735ee380 void 0.000173
+gallium_dri.so free 0x5571735ee280 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000166
+gallium_dri.so free 0x5571735ee400 void 0.000131
+gallium_dri.so free 0x5571735ee3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000126
+gallium_dri.so free 0x5571735ee500 void 0.000128
+gallium_dri.so free 0x5571735ee3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000127
+gallium_dri.so free 0x5571735ee5c0 void 0.000131
+gallium_dri.so free 0x5571735ee4b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee570 0.000121
+gallium_dri.so free 0x5571735ee600 void 0.000126
+gallium_dri.so free 0x5571735ee570 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee570 0.000131
+gallium_dri.so free 0x5571735ee6c0 void 0.000132
+gallium_dri.so free 0x5571735ee570 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee730 0.000132
+gallium_dri.so free 0x5571735ee780 void 0.000130
+gallium_dri.so free 0x5571735ee730 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee730 0.000148
+gallium_dri.so free 0x5571735ee880 void 0.000146
+gallium_dri.so free 0x5571735ee730 void 0.000144
+gallium_dri.so malloc 72 0x5571735ee830 0.000232
+gallium_dri.so free 0x5571735ee940 void 0.000297
+gallium_dri.so free 0x5571735ee830 void 0.000178
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000194
+gallium_dri.so free 0x5571735ee980 void 0.000228
+gallium_dri.so free 0x5571735ee8f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000143
+gallium_dri.so free 0x5571735eea40 void 0.000145
+gallium_dri.so free 0x5571735ee8f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735eea80 0.000143
+gallium_dri.so free 0x5571735eeb00 void 0.000145
+gallium_dri.so free 0x5571735eea80 void 0.000139
+gallium_dri.so malloc 72 0x5571735eeb00 0.000141
+gallium_dri.so free 0x5571735eebc0 void 0.000143
+gallium_dri.so free 0x5571735eeb00 void 0.000143
+gallium_dri.so malloc 72 0x5571735eeb00 0.000142
+gallium_dri.so free 0x5571735eec80 void 0.000151
+gallium_dri.so free 0x5571735eeb00 void 0.000138
+gallium_dri.so malloc 72 0x5571735eeca0 0.000135
+gallium_dri.so free 0x5571735eed40 void 0.000133
+gallium_dri.so free 0x5571735eeca0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eecf0 0.000131
+gallium_dri.so free 0x5571735eedc0 void 0.000136
+gallium_dri.so free 0x5571735eecf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735eecf0 0.000135
+gallium_dri.so free 0x5571735eee40 void 0.000135
+gallium_dri.so free 0x5571735eecf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735eee40 0.000131
+gallium_dri.so free 0x5571735eef00 void 0.000135
+gallium_dri.so free 0x5571735eee40 void 0.000171
+gallium_dri.so malloc 72 0x5571735eee40 0.000137
+gallium_dri.so free 0x5571735eefc0 void 0.000136
+gallium_dri.so free 0x5571735eee40 void 0.000135
+gallium_dri.so malloc 72 0x5571735eee40 0.000134
+gallium_dri.so free 0x5571735ef080 void 0.000136
+gallium_dri.so free 0x5571735eee40 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef030 0.000135
+gallium_dri.so free 0x5571735ef140 void 0.000150
+gallium_dri.so free 0x5571735ef030 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000132
+gallium_dri.so free 0x5571735ef1c0 void 0.000131
+gallium_dri.so free 0x5571735ef0f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef210 0.000133
+gallium_dri.so free 0x5571735ef280 void 0.000134
+gallium_dri.so free 0x5571735ef210 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000134
+gallium_dri.so free 0x5571735ef340 void 0.000136
+gallium_dri.so free 0x5571735ef2a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000135
+gallium_dri.so free 0x5571735ef3c0 void 0.000133
+gallium_dri.so free 0x5571735ef2f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000134
+gallium_dri.so free 0x5571735ef440 void 0.000136
+gallium_dri.so free 0x5571735ef2f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef440 0.000133
+gallium_dri.so free 0x5571735ef500 void 0.000136
+gallium_dri.so free 0x5571735ef440 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef440 0.000136
+gallium_dri.so free 0x5571735ef600 void 0.000137
+gallium_dri.so free 0x5571735ef440 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000143
+gallium_dri.so free 0x5571735ef640 void 0.000138
+gallium_dri.so free 0x5571735ef5b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000134
+gallium_dri.so free 0x5571735ef700 void 0.000136
+gallium_dri.so free 0x5571735ef5b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef740 0.000134
+gallium_dri.so free 0x5571735ef7c0 void 0.000132
+gallium_dri.so free 0x5571735ef740 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000136
+gallium_dri.so free 0x5571735ef880 void 0.000135
+gallium_dri.so free 0x5571735ef7c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000135
+gallium_dri.so free 0x5571735ef900 void 0.000132
+gallium_dri.so free 0x5571735ef7c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef930 0.000136
+gallium_dri.so free 0x5571735ef980 void 0.000133
+gallium_dri.so free 0x5571735ef930 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef930 0.000122
+gallium_dri.so free 0x5571735efa80 void 0.000120
+gallium_dri.so free 0x5571735ef930 void 0.000119
+gallium_dri.so malloc 72 0x5571735efac0 0.000119
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so free 0x5571735efac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efb40 0.000131
+gallium_dri.so free 0x5571735efc00 void 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000122
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcb0 0.000123
+gallium_dri.so free 0x5571735efd00 void 0.000122
+gallium_dri.so free 0x5571735efcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcb0 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdb0 0.000122
+gallium_dri.so free 0x5571735efec0 void 0.000120
+gallium_dri.so free 0x5571735efdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efe70 0.000119
+gallium_dri.so free 0x5571735eff40 void 0.000122
+gallium_dri.so free 0x5571735efe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735efe70 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000119
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000122
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0070 0.000121
+gallium_dri.so free 0x5571735f0140 void 0.000122
+gallium_dri.so free 0x5571735f0070 void 0.000164
+gallium_dri.so malloc 72 0x5571735f0190 0.000123
+gallium_dri.so free 0x5571735f0200 void 0.000120
+gallium_dri.so free 0x5571735f0190 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0220 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000121
+gallium_dri.so free 0x5571735f0220 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0270 0.000124
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f0270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0340 0.000123
+gallium_dri.so free 0x5571735f0400 void 0.000122
+gallium_dri.so free 0x5571735f0340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0340 0.000121
+gallium_dri.so free 0x5571735f0480 void 0.000124
+gallium_dri.so free 0x5571735f0340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0480 0.000124
+gallium_dri.so free 0x5571735f0540 void 0.000153
+gallium_dri.so free 0x5571735f0480 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0480 0.000121
+gallium_dri.so free 0x5571735f0600 void 0.000123
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0480 0.000121
+gallium_dri.so free 0x5571735f06c0 void 0.000123
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0670 0.000133
+gallium_dri.so free 0x5571735f0740 void 0.000124
+gallium_dri.so free 0x5571735f0670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0790 0.000120
+gallium_dri.so free 0x5571735f0800 void 0.000122
+gallium_dri.so free 0x5571735f0790 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0840 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000120
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0840 0.000122
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so free 0x5571735f0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0970 0.000119
+gallium_dri.so free 0x5571735f09c0 void 0.000120
+gallium_dri.so free 0x5571735f0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0970 0.000123
+gallium_dri.so free 0x5571735f0ac0 void 0.000118
+gallium_dri.so free 0x5571735f0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a70 0.000119
+gallium_dri.so free 0x5571735f0b80 void 0.000122
+gallium_dri.so free 0x5571735f0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b30 0.000121
+gallium_dri.so free 0x5571735f0bc0 void 0.000123
+gallium_dri.so free 0x5571735f0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b30 0.000121
+gallium_dri.so free 0x5571735f0c80 void 0.000120
+gallium_dri.so free 0x5571735f0b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000119
+gallium_dri.so free 0x5571735f0d40 void 0.000118
+gallium_dri.so free 0x5571735f0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000118
+gallium_dri.so free 0x5571735f0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0df0 0.000122
+gallium_dri.so free 0x5571735f0f00 void 0.000119
+gallium_dri.so free 0x5571735f0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000122
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000120
+gallium_dri.so free 0x5571735f1000 void 0.000118
+gallium_dri.so free 0x5571735f0eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1040 0.000122
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so free 0x5571735f1040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10c0 0.000120
+gallium_dri.so free 0x5571735f1180 void 0.000120
+gallium_dri.so free 0x5571735f10c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f10c0 0.000118
+gallium_dri.so free 0x5571735f1240 void 0.000121
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1260 0.000121
+gallium_dri.so free 0x5571735f1300 void 0.000129
+gallium_dri.so free 0x5571735f1260 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12b0 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000122
+gallium_dri.so free 0x5571735f12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12b0 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so free 0x5571735f12b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1400 0.000120
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1400 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000123
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1400 0.000122
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000117
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f1700 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16b0 0.000118
+gallium_dri.so free 0x5571735f1780 void 0.000122
+gallium_dri.so free 0x5571735f16b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f17d0 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000119
+gallium_dri.so free 0x5571735f17d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1860 0.000130
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so free 0x5571735f1860 void 0.000118
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f18b0 0.000122
+gallium_dri.so free 0x5571735f1a00 void 0.000121
+gallium_dri.so free 0x5571735f18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a00 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000119
+gallium_dri.so free 0x5571735f1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a00 0.000118
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000121
+gallium_dri.so free 0x5571735f1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1b70 0.000121
+gallium_dri.so free 0x5571735f1cc0 void 0.000148
+gallium_dri.so free 0x5571735f1b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1d00 0.000122
+gallium_dri.so free 0x5571735f1d80 void 0.000121
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d80 0.000121
+gallium_dri.so free 0x5571735f1e40 void 0.000122
+gallium_dri.so free 0x5571735f1d80 void 0.000170
+gallium_dri.so malloc 72 0x5571735f1d80 0.000121
+gallium_dri.so free 0x5571735f1ec0 void 0.000121
+gallium_dri.so free 0x5571735f1d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000119
+gallium_dri.so free 0x5571735f1f40 void 0.000119
+gallium_dri.so free 0x5571735f1ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000120
+gallium_dri.so free 0x5571735f2040 void 0.000119
+gallium_dri.so free 0x5571735f1ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2080 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f2080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2100 0.000118
+gallium_dri.so free 0x5571735f21c0 void 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2270 0.000120
+gallium_dri.so free 0x5571735f22c0 void 0.000121
+gallium_dri.so free 0x5571735f2270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2270 0.000121
+gallium_dri.so free 0x5571735f23c0 void 0.000121
+gallium_dri.so free 0x5571735f2270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2370 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000130
+gallium_dri.so free 0x5571735f2370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000121
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f2430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2430 0.000121
+gallium_dri.so free 0x5571735f25c0 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2430 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000121
+gallium_dri.so free 0x5571735f2430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2630 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000121
+gallium_dri.so free 0x5571735f2630 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2750 0.000125
+gallium_dri.so free 0x5571735f27c0 void 0.000122
+gallium_dri.so free 0x5571735f2750 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2750 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735f2750 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49b0 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000121
+gallium_dri.so free 0x5571735f49b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000119
+gallium_dri.so free 0x5571735f4ac0 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4a00 0.000130
+gallium_dri.so free 0x5571735f4bc0 void 0.000121
+gallium_dri.so free 0x5571735f4a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4b70 0.000122
+gallium_dri.so free 0x5571735f4c80 void 0.000122
+gallium_dri.so free 0x5571735f4b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4c30 0.000120
+gallium_dri.so free 0x5571735f4cc0 void 0.000122
+gallium_dri.so free 0x5571735f4c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4c30 0.000122
+gallium_dri.so free 0x5571735f4d80 void 0.000122
+gallium_dri.so free 0x5571735f4c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4dc0 0.000120
+gallium_dri.so free 0x5571735f4e40 void 0.000118
+gallium_dri.so free 0x5571735f4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e40 0.000121
+gallium_dri.so free 0x5571735f4f00 void 0.000121
+gallium_dri.so free 0x5571735f4e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4e40 0.000119
+gallium_dri.so free 0x5571735f4f80 void 0.000121
+gallium_dri.so free 0x5571735f4e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4e40 0.000120
+gallium_dri.so free 0x5571735f5040 void 0.000121
+gallium_dri.so free 0x5571735f4e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e40 0.000121
+gallium_dri.so free 0x5571735f5100 void 0.000118
+gallium_dri.so free 0x5571735f4e40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f50b0 0.000121
+gallium_dri.so free 0x5571735f5180 void 0.000120
+gallium_dri.so free 0x5571735f50b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f51d0 0.000119
+gallium_dri.so free 0x5571735f5240 void 0.000120
+gallium_dri.so free 0x5571735f51d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5260 0.000118
+gallium_dri.so free 0x5571735f5300 void 0.000119
+gallium_dri.so free 0x5571735f5260 void 0.000121
+gallium_dri.so malloc 72 0x5571735f52b0 0.000121
+gallium_dri.so free 0x5571735f5380 void 0.000123
+gallium_dri.so free 0x5571735f52b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52b0 0.000121
+gallium_dri.so free 0x5571735f5480 void 0.000118
+gallium_dri.so free 0x5571735f52b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5430 0.000120
+gallium_dri.so free 0x5571735f5500 void 0.000119
+gallium_dri.so free 0x5571735f5430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5550 0.000128
+gallium_dri.so free 0x5571735f55c0 void 0.000126
+gallium_dri.so free 0x5571735f5550 void 0.000121
+gallium_dri.so malloc 72 0x5571735f55e0 0.000120
+gallium_dri.so free 0x5571735f5680 void 0.000122
+gallium_dri.so free 0x5571735f55e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5630 0.000132
+gallium_dri.so free 0x5571735f5700 void 0.000119
+gallium_dri.so free 0x5571735f5630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5630 0.000119
+gallium_dri.so free 0x5571735f5780 void 0.000119
+gallium_dri.so free 0x5571735f5630 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5780 0.000122
+gallium_dri.so free 0x5571735f5840 void 0.000122
+gallium_dri.so free 0x5571735f5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5780 0.000121
+gallium_dri.so free 0x5571735f5940 void 0.000122
+gallium_dri.so free 0x5571735f5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5780 0.000120
+gallium_dri.so free 0x5571735f59c0 void 0.000122
+gallium_dri.so free 0x5571735f5780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f59f0 0.000119
+gallium_dri.so free 0x5571735f5a40 void 0.000121
+gallium_dri.so free 0x5571735f59f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59f0 0.000121
+gallium_dri.so free 0x5571735f5b40 void 0.000120
+gallium_dri.so free 0x5571735f59f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5af0 0.000121
+gallium_dri.so free 0x5571735f5c00 void 0.000119
+gallium_dri.so free 0x5571735f5af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000120
+gallium_dri.so free 0x5571735f5c40 void 0.000122
+gallium_dri.so free 0x5571735f5bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000118
+gallium_dri.so free 0x5571735f5d00 void 0.000121
+gallium_dri.so free 0x5571735f5bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5d50 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000120
+gallium_dri.so free 0x5571735f5d50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e00 0.000121
+gallium_dri.so free 0x5571735f5e80 void 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5e80 0.000120
+gallium_dri.so free 0x5571735f5f40 void 0.000121
+gallium_dri.so free 0x5571735f5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5e80 0.000119
+gallium_dri.so free 0x5571735f5fc0 void 0.000119
+gallium_dri.so free 0x5571735f5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000121
+gallium_dri.so free 0x5571735f6040 void 0.000122
+gallium_dri.so free 0x5571735f5ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000121
+gallium_dri.so free 0x5571735f6140 void 0.000121
+gallium_dri.so free 0x5571735f5ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f60f0 0.000121
+gallium_dri.so free 0x5571735f6200 void 0.000122
+gallium_dri.so free 0x5571735f60f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f61b0 0.000121
+gallium_dri.so free 0x5571735f6280 void 0.000170
+gallium_dri.so free 0x5571735f61b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f62a0 0.000121
+gallium_dri.so free 0x5571735f6340 void 0.000119
+gallium_dri.so free 0x5571735f62a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f62f0 0.000121
+gallium_dri.so free 0x5571735f63c0 void 0.000119
+gallium_dri.so free 0x5571735f62f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f62f0 0.000118
+gallium_dri.so free 0x5571735f6440 void 0.000122
+gallium_dri.so free 0x5571735f62f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6440 0.000120
+gallium_dri.so free 0x5571735f6500 void 0.000119
+gallium_dri.so free 0x5571735f6440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6440 0.000121
+gallium_dri.so free 0x5571735f65c0 void 0.000122
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6440 0.000119
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6630 0.000121
+gallium_dri.so free 0x5571735f6680 void 0.000126
+gallium_dri.so free 0x5571735f6630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6630 0.000119
+gallium_dri.so free 0x5571735f6780 void 0.000121
+gallium_dri.so free 0x5571735f6630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6730 0.000129
+gallium_dri.so free 0x5571735f6840 void 0.000119
+gallium_dri.so free 0x5571735f6730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f67f0 0.000122
+gallium_dri.so free 0x5571735f6880 void 0.000119
+gallium_dri.so free 0x5571735f67f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f67f0 0.000120
+gallium_dri.so free 0x5571735f6940 void 0.000122
+gallium_dri.so free 0x5571735f67f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6980 0.000120
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so free 0x5571735f6980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6a00 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6a00 0.000120
+gallium_dri.so free 0x5571735f6b80 void 0.000123
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ba0 0.000121
+gallium_dri.so free 0x5571735f6c40 void 0.000121
+gallium_dri.so free 0x5571735f6ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000155
+gallium_dri.so free 0x5571735f6cc0 void 0.000120
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6d40 void 0.000167
+gallium_dri.so free 0x5571735f6bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d40 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000122
+gallium_dri.so free 0x5571735f6d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6d40 0.000120
+gallium_dri.so free 0x5571735f6ec0 void 0.000123
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000119
+gallium_dri.so free 0x5571735f6f80 void 0.000120
+gallium_dri.so free 0x5571735f6d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6f30 0.000119
+gallium_dri.so free 0x5571735f7040 void 0.000120
+gallium_dri.so free 0x5571735f6f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000121
+gallium_dri.so free 0x5571735f70c0 void 0.000120
+gallium_dri.so free 0x5571735f6ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7110 0.000121
+gallium_dri.so free 0x5571735f7180 void 0.000121
+gallium_dri.so free 0x5571735f7110 void 0.000118
+gallium_dri.so malloc 72 0x5571735f71a0 0.000120
+gallium_dri.so free 0x5571735f7240 void 0.000119
+gallium_dri.so free 0x5571735f71a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71f0 0.000120
+gallium_dri.so free 0x5571735f72c0 void 0.000121
+gallium_dri.so free 0x5571735f71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f71f0 0.000165
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so free 0x5571735f71f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7340 0.000120
+gallium_dri.so free 0x5571735f7400 void 0.000118
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7340 0.000117
+gallium_dri.so free 0x5571735f7500 void 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74b0 0.000117
+gallium_dri.so free 0x5571735f7540 void 0.000119
+gallium_dri.so free 0x5571735f74b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74b0 0.000121
+gallium_dri.so free 0x5571735f7600 void 0.000117
+gallium_dri.so free 0x5571735f74b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7640 0.000117
+gallium_dri.so free 0x5571735f76c0 void 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f76c0 0.000121
+gallium_dri.so free 0x5571735f7780 void 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f76c0 0.000120
+gallium_dri.so free 0x5571735f7800 void 0.000121
+gallium_dri.so free 0x5571735f76c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7830 0.000120
+gallium_dri.so free 0x5571735f7880 void 0.000121
+gallium_dri.so free 0x5571735f7830 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7830 0.000117
+gallium_dri.so free 0x5571735f7980 void 0.000121
+gallium_dri.so free 0x5571735f7830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f79c0 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000116
+gallium_dri.so free 0x5571735f79c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7a40 0.000117
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a40 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000121
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000120
+gallium_dri.so free 0x5571735f7c00 void 0.000117
+gallium_dri.so free 0x5571735f7bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000118
+gallium_dri.so free 0x5571735f7d00 void 0.000120
+gallium_dri.so free 0x5571735f7bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000120
+gallium_dri.so free 0x5571735f7dc0 void 0.000121
+gallium_dri.so free 0x5571735f7cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d70 0.000120
+gallium_dri.so free 0x5571735f7e40 void 0.000117
+gallium_dri.so free 0x5571735f7d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7d70 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000128
+gallium_dri.so free 0x5571735f7d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7d70 0.000118
+gallium_dri.so free 0x5571735f7fc0 void 0.000121
+gallium_dri.so free 0x5571735f7d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7f70 0.000119
+gallium_dri.so free 0x5571735f8040 void 0.000118
+gallium_dri.so free 0x5571735f7f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8090 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so free 0x5571735f8090 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8120 0.000120
+gallium_dri.so free 0x5571735f81c0 void 0.000118
+gallium_dri.so free 0x5571735f8120 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8170 0.000116
+gallium_dri.so free 0x5571735f8240 void 0.000117
+gallium_dri.so free 0x5571735f8170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8240 0.000118
+gallium_dri.so free 0x5571735f8300 void 0.000121
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8240 0.000117
+gallium_dri.so free 0x5571735f8380 void 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8380 0.000137
+gallium_dri.so free 0x5571735f8440 void 0.000122
+gallium_dri.so free 0x5571735f8380 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8380 0.000128
+gallium_dri.so free 0x5571735f8500 void 0.000121
+gallium_dri.so free 0x5571735f8380 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8380 0.000121
+gallium_dri.so free 0x5571735f85c0 void 0.000117
+gallium_dri.so free 0x5571735f8380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8570 0.000117
+gallium_dri.so free 0x5571735f8640 void 0.000117
+gallium_dri.so free 0x5571735f8570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8690 0.000119
+gallium_dri.so free 0x5571735f8700 void 0.000118
+gallium_dri.so free 0x5571735f8690 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8740 0.000117
+gallium_dri.so free 0x5571735f87c0 void 0.000118
+gallium_dri.so free 0x5571735f8740 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8740 0.000122
+gallium_dri.so free 0x5571735f8840 void 0.000120
+gallium_dri.so free 0x5571735f8740 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8870 0.000120
+gallium_dri.so free 0x5571735f88c0 void 0.000117
+gallium_dri.so free 0x5571735f8870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8870 0.000117
+gallium_dri.so free 0x5571735f89c0 void 0.000123
+gallium_dri.so free 0x5571735f8870 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8970 0.000119
+gallium_dri.so free 0x5571735f8a80 void 0.000121
+gallium_dri.so free 0x5571735f8970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8a30 0.000123
+gallium_dri.so free 0x5571735f8ac0 void 0.000119
+gallium_dri.so free 0x5571735f8a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8a30 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000123
+gallium_dri.so free 0x5571735f8a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000117
+gallium_dri.so free 0x5571735f8c40 void 0.000117
+gallium_dri.so free 0x5571735f8bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8bf0 0.000120
+gallium_dri.so free 0x5571735f8d40 void 0.000117
+gallium_dri.so free 0x5571735f8bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000121
+gallium_dri.so free 0x5571735f8e00 void 0.000117
+gallium_dri.so free 0x5571735f8cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8db0 0.000118
+gallium_dri.so free 0x5571735f8e40 void 0.000118
+gallium_dri.so free 0x5571735f8db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8db0 0.000119
+gallium_dri.so free 0x5571735f8f00 void 0.000119
+gallium_dri.so free 0x5571735f8db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8f40 0.000120
+gallium_dri.so free 0x5571735f8fc0 void 0.000119
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000121
+gallium_dri.so free 0x5571735f8fc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000120
+gallium_dri.so free 0x5571735f9140 void 0.000120
+gallium_dri.so free 0x5571735f8fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9160 0.000120
+gallium_dri.so free 0x5571735f9200 void 0.000117
+gallium_dri.so free 0x5571735f9160 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000119
+gallium_dri.so free 0x5571735f9280 void 0.000120
+gallium_dri.so free 0x5571735f91b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000120
+gallium_dri.so free 0x5571735f9300 void 0.000117
+gallium_dri.so free 0x5571735f91b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9300 0.000118
+gallium_dri.so free 0x5571735f93c0 void 0.000121
+gallium_dri.so free 0x5571735f9300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9300 0.000118
+gallium_dri.so free 0x5571735f9480 void 0.000127
+gallium_dri.so free 0x5571735f9300 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9300 0.000121
+gallium_dri.so free 0x5571735f9540 void 0.000123
+gallium_dri.so free 0x5571735f9300 void 0.000122
+gallium_dri.so malloc 72 0x5571735f94f0 0.000118
+gallium_dri.so free 0x5571735f9600 void 0.000120
+gallium_dri.so free 0x5571735f94f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f95b0 0.000127
+gallium_dri.so free 0x5571735f9680 void 0.000122
+gallium_dri.so free 0x5571735f95b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f96d0 0.000119
+gallium_dri.so free 0x5571735f9740 void 0.000116
+gallium_dri.so free 0x5571735f96d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9760 0.000117
+gallium_dri.so free 0x5571735f9800 void 0.000120
+gallium_dri.so free 0x5571735f9760 void 0.000118
+gallium_dri.so malloc 72 0x5571735f97b0 0.000119
+gallium_dri.so free 0x5571735f9880 void 0.000120
+gallium_dri.so free 0x5571735f97b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f97b0 0.000120
+gallium_dri.so free 0x5571735f9900 void 0.000119
+gallium_dri.so free 0x5571735f97b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9900 0.000116
+gallium_dri.so free 0x5571735f99c0 void 0.000119
+gallium_dri.so free 0x5571735f9900 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9900 0.000117
+gallium_dri.so free 0x5571735f9ac0 void 0.000122
+gallium_dri.so free 0x5571735f9900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9a70 0.000120
+gallium_dri.so free 0x5571735f9b00 void 0.000120
+gallium_dri.so free 0x5571735f9a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9a70 0.000117
+gallium_dri.so free 0x5571735f9bc0 void 0.000141
+gallium_dri.so free 0x5571735f9a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9c00 0.000123
+gallium_dri.so free 0x5571735f9c80 void 0.000117
+gallium_dri.so free 0x5571735f9c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9c80 0.000117
+gallium_dri.so free 0x5571735f9d40 void 0.000120
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9c80 0.000121
+gallium_dri.so free 0x5571735f9dc0 void 0.000119
+gallium_dri.so free 0x5571735f9c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9df0 0.000120
+gallium_dri.so free 0x5571735f9e40 void 0.000121
+gallium_dri.so free 0x5571735f9df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9df0 0.000121
+gallium_dri.so free 0x5571735f9f40 void 0.000117
+gallium_dri.so free 0x5571735f9df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f80 0.000119
+gallium_dri.so free 0x5571735fa000 void 0.000117
+gallium_dri.so free 0x5571735f9f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa000 0.000119
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so free 0x5571735fa000 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa000 0.000119
+gallium_dri.so free 0x5571735fa140 void 0.000121
+gallium_dri.so free 0x5571735fa000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa170 0.000122
+gallium_dri.so free 0x5571735fa1c0 void 0.000118
+gallium_dri.so free 0x5571735fa170 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa170 0.000115
+gallium_dri.so free 0x5571735fa2c0 void 0.000117
+gallium_dri.so free 0x5571735fa170 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa270 0.000121
+gallium_dri.so free 0x5571735fa380 void 0.000276
+gallium_dri.so free 0x5571735fa270 void 0.000177
+gallium_dri.so malloc 72 0x5571735fa330 0.000177
+gallium_dri.so free 0x5571735fa400 void 0.000116
+gallium_dri.so free 0x5571735fa330 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa330 0.000113
+gallium_dri.so free 0x5571735fa4c0 void 0.000114
+gallium_dri.so free 0x5571735fa330 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa330 0.000112
+gallium_dri.so free 0x5571735fa580 void 0.000114
+gallium_dri.so free 0x5571735fa330 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa530 0.000114
+gallium_dri.so free 0x5571735fa600 void 0.000115
+gallium_dri.so free 0x5571735fa530 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa650 0.000113
+gallium_dri.so free 0x5571735fa6c0 void 0.000115
+gallium_dri.so free 0x5571735fa650 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa6e0 0.000112
+gallium_dri.so free 0x5571735fa780 void 0.000114
+gallium_dri.so free 0x5571735fa6e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa730 0.000126
+gallium_dri.so free 0x5571735fa800 void 0.000115
+gallium_dri.so free 0x5571735fa730 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa800 0.000113
+gallium_dri.so free 0x5571735fa8c0 void 0.000115
+gallium_dri.so free 0x5571735fa800 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa800 0.000115
+gallium_dri.so free 0x5571735fa940 void 0.000116
+gallium_dri.so free 0x5571735fa800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa940 0.000114
+gallium_dri.so free 0x5571735faa00 void 0.000114
+gallium_dri.so free 0x5571735fa940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa940 0.000113
+gallium_dri.so free 0x5571735faac0 void 0.000115
+gallium_dri.so free 0x5571735fa940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa940 0.000113
+gallium_dri.so free 0x5571735fab80 void 0.000113
+gallium_dri.so free 0x5571735fa940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab30 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000116
+gallium_dri.so free 0x5571735fab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac50 0.000114
+gallium_dri.so free 0x5571735facc0 void 0.000116
+gallium_dri.so free 0x5571735fac50 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad00 0.000114
+gallium_dri.so free 0x5571735fad80 void 0.000115
+gallium_dri.so free 0x5571735fad00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad00 0.000200
+gallium_dri.so free 0x5571735fae00 void 0.000126
+gallium_dri.so free 0x5571735fad00 void 0.000129
+gallium_dri.so malloc 72 0x5571735fae30 0.000126
+gallium_dri.so free 0x5571735fae80 void 0.000124
+gallium_dri.so free 0x5571735fae30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae30 0.000116
+gallium_dri.so free 0x5571735faf80 void 0.000116
+gallium_dri.so free 0x5571735fae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735faf30 0.000113
+gallium_dri.so free 0x5571735fb040 void 0.000114
+gallium_dri.so free 0x5571735faf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735faff0 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000116
+gallium_dri.so free 0x5571735faff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faff0 0.000113
+gallium_dri.so free 0x5571735fb140 void 0.000116
+gallium_dri.so free 0x5571735faff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000115
+gallium_dri.so free 0x5571735fb200 void 0.000115
+gallium_dri.so free 0x5571735fb1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1b0 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000116
+gallium_dri.so free 0x5571735fb1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000127
+gallium_dri.so free 0x5571735fb2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb370 0.000113
+gallium_dri.so free 0x5571735fb400 void 0.000113
+gallium_dri.so free 0x5571735fb370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb370 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000113
+gallium_dri.so free 0x5571735fb370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb500 0.000113
+gallium_dri.so free 0x5571735fb580 void 0.000113
+gallium_dri.so free 0x5571735fb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb580 0.000112
+gallium_dri.so free 0x5571735fb640 void 0.000113
+gallium_dri.so free 0x5571735fb580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb580 0.000113
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so free 0x5571735fb580 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb720 0.000112
+gallium_dri.so free 0x5571735fb7c0 void 0.000114
+gallium_dri.so free 0x5571735fb720 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb770 0.000118
+gallium_dri.so free 0x5571735fb840 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb770 0.000114
+gallium_dri.so free 0x5571735fb8c0 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000114
+gallium_dri.so free 0x5571735fb980 void 0.000114
+gallium_dri.so free 0x5571735fb8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000112
+gallium_dri.so free 0x5571735fba40 void 0.000114
+gallium_dri.so free 0x5571735fb8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000113
+gallium_dri.so free 0x5571735fbb00 void 0.000113
+gallium_dri.so free 0x5571735fb8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbab0 0.000125
+gallium_dri.so free 0x5571735fbbc0 void 0.000119
+gallium_dri.so free 0x5571735fbab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbb70 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000114
+gallium_dri.so free 0x5571735fbb70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbc90 0.000203
+gallium_dri.so free 0x5571735fbd00 void 0.000154
+gallium_dri.so free 0x5571735fbc90 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbd20 0.000120
+gallium_dri.so free 0x5571735fbdc0 void 0.000123
+gallium_dri.so free 0x5571735fbd20 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbd70 0.000117
+gallium_dri.so free 0x5571735fbe40 void 0.000120
+gallium_dri.so free 0x5571735fbd70 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbd70 0.000118
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x5571735fbd70 void 0.000203
+gallium_dri.so malloc 72 0x55717361fe10 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000123
+gallium_dri.so free 0x55717361fe10 void 0.000125
+gallium_dri.so malloc 72 0x55717361fec0 0.000123
+gallium_dri.so free 0x55717361ff40 void 0.000120
+gallium_dri.so free 0x55717361fec0 void 0.000124
+gallium_dri.so malloc 72 0x55717361fec0 0.000123
+gallium_dri.so free 0x55717361ffc0 void 0.000124
+gallium_dri.so free 0x55717361fec0 void 0.000123
+gallium_dri.so malloc 72 0x55717361fff0 0.000118
+gallium_dri.so free 0x557173620040 void 0.000121
+gallium_dri.so free 0x55717361fff0 void 0.000126
+gallium_dri.so malloc 72 0x55717361fff0 0.000131
+gallium_dri.so free 0x557173620140 void 0.000125
+gallium_dri.so free 0x55717361fff0 void 0.000125
+gallium_dri.so malloc 72 0x5571736200f0 0.000130
+gallium_dri.so free 0x557173620200 void 0.000131
+gallium_dri.so free 0x5571736200f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736201b0 0.000126
+gallium_dri.so free 0x557173620240 void 0.000129
+gallium_dri.so free 0x5571736201b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736201b0 0.000133
+gallium_dri.so free 0x557173620300 void 0.000166
+gallium_dri.so free 0x5571736201b0 void 0.000167
+gallium_dri.so malloc 72 0x557173620370 0.000130
+gallium_dri.so free 0x5571736203c0 void 0.000129
+gallium_dri.so free 0x557173620370 void 0.000131
+gallium_dri.so malloc 72 0x557173620370 0.000124
+gallium_dri.so free 0x5571736204c0 void 0.000126
+gallium_dri.so free 0x557173620370 void 0.000129
+gallium_dri.so malloc 72 0x557173620470 0.000129
+gallium_dri.so free 0x557173620580 void 0.000130
+gallium_dri.so free 0x557173620470 void 0.000130
+gallium_dri.so malloc 72 0x557173620530 0.000163
+gallium_dri.so free 0x5571736205c0 void 0.000130
+gallium_dri.so free 0x557173620530 void 0.000131
+gallium_dri.so malloc 72 0x557173620530 0.000130
+gallium_dri.so free 0x557173620680 void 0.000125
+gallium_dri.so free 0x557173620530 void 0.000125
+gallium_dri.so malloc 72 0x5571736206c0 0.000142
+gallium_dri.so free 0x557173620740 void 0.000130
+gallium_dri.so free 0x5571736206c0 void 0.000132
+gallium_dri.so malloc 72 0x557173620740 0.000165
+gallium_dri.so free 0x557173620800 void 0.000166
+gallium_dri.so free 0x557173620740 void 0.000167
+gallium_dri.so malloc 72 0x557173620740 0.000166
+gallium_dri.so free 0x5571736208c0 void 0.000128
+gallium_dri.so free 0x557173620740 void 0.000130
+gallium_dri.so malloc 72 0x5571736208e0 0.000129
+gallium_dri.so free 0x557173620980 void 0.000129
+gallium_dri.so free 0x5571736208e0 void 0.000130
+gallium_dri.so malloc 72 0x557173620930 0.000125
+gallium_dri.so free 0x557173620a00 void 0.000121
+gallium_dri.so free 0x557173620930 void 0.000124
+gallium_dri.so malloc 72 0x557173620930 0.000130
+gallium_dri.so free 0x557173620a80 void 0.000129
+gallium_dri.so free 0x557173620930 void 0.000131
+gallium_dri.so malloc 72 0x557173620a80 0.000129
+gallium_dri.so free 0x557173620b40 void 0.000177
+gallium_dri.so free 0x557173620a80 void 0.000132
+gallium_dri.so malloc 72 0x557173620a80 0.000130
+gallium_dri.so free 0x557173620c00 void 0.000134
+gallium_dri.so free 0x557173620a80 void 0.000130
+gallium_dri.so malloc 72 0x557173620a80 0.000129
+gallium_dri.so free 0x557173620cc0 void 0.000124
+gallium_dri.so free 0x557173620a80 void 0.000122
+gallium_dri.so malloc 72 0x557173620c70 0.000125
+gallium_dri.so free 0x557173620d80 void 0.000130
+gallium_dri.so free 0x557173620c70 void 0.000131
+gallium_dri.so malloc 72 0x557173620d30 0.000129
+gallium_dri.so free 0x557173620e00 void 0.000129
+gallium_dri.so free 0x557173620d30 void 0.000130
+gallium_dri.so malloc 72 0x557173620e50 0.000130
+gallium_dri.so free 0x557173620ec0 void 0.000129
+gallium_dri.so free 0x557173620e50 void 0.000129
+gallium_dri.so malloc 72 0x557173620ee0 0.000125
+gallium_dri.so free 0x557173620f80 void 0.000127
+gallium_dri.so free 0x557173620ee0 void 0.000131
+gallium_dri.so malloc 72 0x557173620f30 0.000138
+gallium_dri.so free 0x557173590b40 void 0.000126
+gallium_dri.so free 0x557173620f30 void 0.000125
+gallium_dri.so malloc 72 0x557173620f30 0.000129
+gallium_dri.so free 0x557173467680 void 0.000131
+gallium_dri.so free 0x557173620f30 void 0.000131
+gallium_dri.so malloc 72 0x557173467630 0.000125
+gallium_dri.so free 0x5571736010c0 void 0.000127
+gallium_dri.so free 0x557173467630 void 0.000130
+gallium_dri.so malloc 72 0x557173467630 0.000130
+gallium_dri.so free 0x5571736011c0 void 0.000129
+gallium_dri.so free 0x557173467630 void 0.000124
+gallium_dri.so malloc 72 0x557173601170 0.000126
+gallium_dri.so free 0x5571734673c0 void 0.000126
+gallium_dri.so free 0x557173601170 void 0.000126
+gallium_dri.so malloc 72 0x557173601170 0.000126
+gallium_dri.so free 0x557173467480 void 0.000131
+gallium_dri.so free 0x557173601170 void 0.000125
+gallium_dri.so malloc 72 0x557173467430 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000126
+gallium_dri.so free 0x557173467430 void 0.000125
+gallium_dri.so malloc 72 0x55717360ba40 0.000127
+gallium_dri.so free 0x55717360bb00 void 0.000125
+gallium_dri.so free 0x55717360ba40 void 0.000125
+gallium_dri.so malloc 72 0x55717360ba40 0.000130
+gallium_dri.so free 0x55717360bd00 void 0.000125
+gallium_dri.so free 0x55717360ba40 void 0.000121
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bdf0 0.000129
+gallium_dri.so free 0x557173589740 void 0.000132
+gallium_dri.so free 0x55717360bdf0 void 0.000168
+gallium_dri.so malloc 72 0x5571735896f0 0.000164
+gallium_dri.so free 0x5571735897c0 void 0.000164
+gallium_dri.so free 0x5571735896f0 void 0.000128
+gallium_dri.so malloc 72 0x557173589810 0.000129
+gallium_dri.so free 0x557173589880 void 0.000129
+gallium_dri.so free 0x557173589810 void 0.000129
+gallium_dri.so malloc 72 0x5571735898a0 0.000129
+gallium_dri.so free 0x557173589940 void 0.000124
+gallium_dri.so free 0x5571735898a0 void 0.000159
+gallium_dri.so malloc 72 0x5571735898f0 0.000131
+gallium_dri.so free 0x5571735899c0 void 0.000131
+gallium_dri.so free 0x5571735898f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so free 0x5571735898f0 void 0.000130
+gallium_dri.so malloc 72 0x557173601340 0.000130
+gallium_dri.so free 0x557173601400 void 0.000126
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so malloc 72 0x557173601340 0.000129
+gallium_dri.so free 0x5571736014c0 void 0.000130
+gallium_dri.so free 0x557173601340 void 0.000131
+gallium_dri.so malloc 72 0x5571736014e0 0.000129
+gallium_dri.so free 0x557173601580 void 0.000124
+gallium_dri.so free 0x5571736014e0 void 0.000119
+gallium_dri.so malloc 72 0x557173601530 0.000124
+gallium_dri.so free 0x557173601600 void 0.000130
+gallium_dri.so free 0x557173601530 void 0.000132
+gallium_dri.so malloc 72 0x557173601530 0.000167
+gallium_dri.so free 0x5571735d25c0 void 0.000124
+gallium_dri.so free 0x557173601530 void 0.000136
+gallium_dri.so malloc 72 0x5571735d25c0 0.000131
+gallium_dri.so free 0x5571735d2680 void 0.000130
+gallium_dri.so free 0x5571735d25c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d25c0 0.000130
+gallium_dri.so free 0x5571735d2700 void 0.000125
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2730 0.000119
+gallium_dri.so free 0x5571735d2780 void 0.000120
+gallium_dri.so free 0x5571735d2730 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2780 0.000128
+gallium_dri.so free 0x5571735d2840 void 0.000130
+gallium_dri.so free 0x5571735d2780 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2780 0.000130
+gallium_dri.so free 0x5571735d2940 void 0.000131
+gallium_dri.so free 0x5571735d2780 void 0.000129
+gallium_dri.so malloc 72 0x5571735d28f0 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000124
+gallium_dri.so free 0x5571735d28f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d28f0 0.000124
+gallium_dri.so free 0x55717358e280 void 0.000126
+gallium_dri.so free 0x5571735d28f0 void 0.000138
+gallium_dri.so malloc 72 0x55717358e2b0 0.000131
+gallium_dri.so free 0x55717358e300 void 0.000124
+gallium_dri.so free 0x55717358e2b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358e2b0 0.000123
+gallium_dri.so free 0x55717358e400 void 0.000126
+gallium_dri.so free 0x55717358e2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e3b0 0.000125
+gallium_dri.so free 0x55717358e4c0 void 0.000125
+gallium_dri.so free 0x55717358e3b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e470 0.000129
+gallium_dri.so free 0x55717358e540 void 0.000124
+gallium_dri.so free 0x55717358e470 void 0.000120
+gallium_dri.so malloc 72 0x55717358e560 0.000119
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x55717358e560 void 0.000124
+gallium_dri.so malloc 72 0x55717358e560 0.000121
+gallium_dri.so free 0x557173608540 void 0.000119
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x5571736084f0 0.000124
+gallium_dri.so free 0x5571736085c0 void 0.000130
+gallium_dri.so free 0x5571736084f0 void 0.000131
+gallium_dri.so malloc 72 0x557173608610 0.000125
+gallium_dri.so free 0x557173608680 void 0.000122
+gallium_dri.so free 0x557173608610 void 0.000125
+gallium_dri.so malloc 72 0x5571736086a0 0.000129
+gallium_dri.so free 0x557173608740 void 0.000130
+gallium_dri.so free 0x5571736086a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736086f0 0.000130
+gallium_dri.so free 0x5571736087c0 void 0.000124
+gallium_dri.so free 0x5571736086f0 void 0.000119
+gallium_dri.so malloc 72 0x557173608830 0.000120
+gallium_dri.so free 0x557173462840 void 0.000120
+gallium_dri.so free 0x557173608830 void 0.000119
+gallium_dri.so malloc 72 0x557173608830 0.000124
+gallium_dri.so free 0x5571734628c0 void 0.000129
+gallium_dri.so free 0x557173608830 void 0.000130
+gallium_dri.so malloc 72 0x5571734628c0 0.000125
+gallium_dri.so free 0x557173462980 void 0.000121
+gallium_dri.so free 0x5571734628c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734628c0 0.000130
+gallium_dri.so free 0x557173462a40 void 0.000130
+gallium_dri.so free 0x5571734628c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734628c0 0.000130
+gallium_dri.so free 0x557173462b00 void 0.000138
+gallium_dri.so free 0x5571734628c0 void 0.000125
+gallium_dri.so malloc 72 0x557173462ab0 0.000125
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bd0 0.000129
+gallium_dri.so free 0x557173464e00 void 0.000129
+gallium_dri.so free 0x557173462bd0 void 0.000125
+gallium_dri.so malloc 72 0x557173462bd0 0.000126
+gallium_dri.so free 0x557173464ec0 void 0.000125
+gallium_dri.so free 0x557173462bd0 void 0.000124
+gallium_dri.so malloc 72 0x557173464ee0 0.000131
+gallium_dri.so free 0x557173464f80 void 0.000129
+gallium_dri.so free 0x557173464ee0 void 0.000129
+gallium_dri.so malloc 72 0x557173464f30 0.000131
+gallium_dri.so free 0x557173465000 void 0.000123
+gallium_dri.so free 0x557173464f30 void 0.000125
+gallium_dri.so malloc 72 0x557173464f30 0.000129
+gallium_dri.so free 0x557173465080 void 0.000130
+gallium_dri.so free 0x557173464f30 void 0.000189
+gallium_dri.so malloc 72 0x557173465080 0.000235
+gallium_dri.so free 0x557173465140 void 0.000133
+gallium_dri.so free 0x557173465080 void 0.000129
+gallium_dri.so malloc 72 0x557173465080 0.000131
+gallium_dri.so free 0x5571735d0000 void 0.000124
+gallium_dri.so free 0x557173465080 void 0.000124
+gallium_dri.so malloc 72 0x557173465080 0.000133
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so free 0x557173465080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0070 0.000120
+gallium_dri.so free 0x5571735d0180 void 0.000125
+gallium_dri.so free 0x5571735d0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0130 0.000120
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0130 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0250 0.000130
+gallium_dri.so free 0x5571735d02c0 void 0.000130
+gallium_dri.so free 0x5571735d0250 void 0.000167
+gallium_dri.so malloc 72 0x5571735d02e0 0.000165
+gallium_dri.so free 0x5571735d0380 void 0.000130
+gallium_dri.so free 0x5571735d02e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0330 0.000139
+gallium_dri.so free 0x557173469380 void 0.000131
+gallium_dri.so free 0x5571735d0330 void 0.000168
+gallium_dri.so malloc 72 0x5571735d0330 0.000130
+gallium_dri.so free 0x557173469400 void 0.000125
+gallium_dri.so free 0x5571735d0330 void 0.000125
+gallium_dri.so malloc 72 0x557173469400 0.000130
+gallium_dri.so free 0x5571734694c0 void 0.000130
+gallium_dri.so free 0x557173469400 void 0.000131
+gallium_dri.so malloc 72 0x557173469400 0.000129
+gallium_dri.so free 0x5571734695c0 void 0.000130
+gallium_dri.so free 0x557173469400 void 0.000130
+gallium_dri.so malloc 72 0x557173469570 0.000126
+gallium_dri.so free 0x557173469600 void 0.000126
+gallium_dri.so free 0x557173469570 void 0.000125
+gallium_dri.so malloc 72 0x557173469570 0.000125
+gallium_dri.so free 0x5571734696c0 void 0.000129
+gallium_dri.so free 0x557173469570 void 0.000126
+gallium_dri.so malloc 72 0x557173469700 0.000119
+gallium_dri.so free 0x557173467dc0 void 0.000126
+gallium_dri.so free 0x557173469700 void 0.000130
+gallium_dri.so malloc 72 0x557173467e10 0.000132
+gallium_dri.so free 0x557173467e80 void 0.000131
+gallium_dri.so free 0x557173467e10 void 0.000126
+gallium_dri.so malloc 72 0x557173467ea0 0.000120
+gallium_dri.so free 0x557173467f40 void 0.000126
+gallium_dri.so free 0x557173467ea0 void 0.000126
+gallium_dri.so malloc 72 0x557173467ef0 0.000120
+gallium_dri.so free 0x557173467fc0 void 0.000120
+gallium_dri.so free 0x557173467ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173467ef0 0.000123
+gallium_dri.so free 0x5571734680c0 void 0.000120
+gallium_dri.so free 0x557173467ef0 void 0.000125
+gallium_dri.so malloc 72 0x557173468070 0.000129
+gallium_dri.so free 0x557173468140 void 0.000124
+gallium_dri.so free 0x557173468070 void 0.000121
+gallium_dri.so malloc 72 0x557173468190 0.000119
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x557173468190 void 0.000124
+gallium_dri.so malloc 72 0x557173463260 0.000131
+gallium_dri.so free 0x557173463300 void 0.000131
+gallium_dri.so free 0x557173463260 void 0.000129
+gallium_dri.so malloc 72 0x5571734632b0 0.000161
+gallium_dri.so free 0x557173463380 void 0.000181
+gallium_dri.so free 0x5571734632b0 void 0.000136
+gallium_dri.so malloc 72 0x5571734632b0 0.000127
+gallium_dri.so free 0x557173463400 void 0.000127
+gallium_dri.so free 0x5571734632b0 void 0.000127
+gallium_dri.so malloc 72 0x557173463400 0.000126
+gallium_dri.so free 0x5571734634c0 void 0.000126
+gallium_dri.so free 0x557173463400 void 0.000124
+gallium_dri.so malloc 72 0x557173463400 0.000125
+gallium_dri.so free 0x5571734635c0 void 0.000123
+gallium_dri.so free 0x557173463400 void 0.000119
+gallium_dri.so malloc 72 0x557173463400 0.000126
+gallium_dri.so free 0x557173609e80 void 0.000130
+gallium_dri.so free 0x557173463400 void 0.000131
+gallium_dri.so malloc 72 0x557173609eb0 0.000125
+gallium_dri.so free 0x557173609f00 void 0.000121
+gallium_dri.so free 0x557173609eb0 void 0.000136
+gallium_dri.so malloc 72 0x557173609eb0 0.000131
+gallium_dri.so free 0x55717360a000 void 0.000130
+gallium_dri.so free 0x557173609eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173609fb0 0.000126
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a070 0.000131
+gallium_dri.so free 0x55717360a100 void 0.000135
+gallium_dri.so free 0x55717360a070 void 0.000132
+gallium_dri.so malloc 72 0x55717360a070 0.000125
+gallium_dri.so free 0x55717360a1c0 void 0.000122
+gallium_dri.so free 0x55717360a070 void 0.000125
+gallium_dri.so malloc 72 0x55717360a210 0.000124
+gallium_dri.so free 0x5571736068c0 void 0.000122
+gallium_dri.so free 0x55717360a210 void 0.000119
+gallium_dri.so malloc 72 0x557173606900 0.000125
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606900 void 0.000125
+gallium_dri.so malloc 72 0x557173606980 0.000125
+gallium_dri.so free 0x557173606a40 void 0.000132
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606980 0.000129
+gallium_dri.so free 0x557173606ac0 void 0.000128
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606af0 0.000126
+gallium_dri.so free 0x557173606b40 void 0.000122
+gallium_dri.so free 0x557173606af0 void 0.000125
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606c40 void 0.000130
+gallium_dri.so free 0x557173606af0 void 0.000125
+gallium_dri.so malloc 72 0x557173606bf0 0.000121
+gallium_dri.so free 0x55717358a080 void 0.000122
+gallium_dri.so free 0x557173606bf0 void 0.000154
+gallium_dri.so malloc 72 0x55717358a0c0 0.000164
+gallium_dri.so free 0x55717358a140 void 0.000175
+gallium_dri.so free 0x55717358a0c0 void 0.000176
+gallium_dri.so malloc 72 0x55717358a0c0 0.000175
+gallium_dri.so free 0x55717358a1c0 void 0.000178
+gallium_dri.so free 0x55717358a0c0 void 0.000175
+gallium_dri.so malloc 72 0x55717358a1f0 0.000264
+gallium_dri.so free 0x55717358a240 void 0.000284
+gallium_dri.so free 0x55717358a1f0 void 0.000230
+gallium_dri.so malloc 72 0x55717358a1f0 0.000194
+gallium_dri.so free 0x55717358a340 void 0.000122
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2f0 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a3b0 0.000120
+gallium_dri.so free 0x557173604300 void 0.000121
+gallium_dri.so free 0x55717358a3b0 void 0.000120
+gallium_dri.so malloc 72 0x557173604330 0.000119
+gallium_dri.so free 0x557173604380 void 0.000122
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x557173604330 0.000119
+gallium_dri.so free 0x557173604480 void 0.000121
+gallium_dri.so free 0x557173604330 void 0.000125
+gallium_dri.so malloc 72 0x5571736044c0 0.000119
+gallium_dri.so free 0x557173604540 void 0.000120
+gallium_dri.so free 0x5571736044c0 void 0.000119
+gallium_dri.so malloc 72 0x557173604540 0.000121
+gallium_dri.so free 0x55717358a440 void 0.000121
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so malloc 72 0x557173604540 0.000121
+gallium_dri.so free 0x557173604600 void 0.000120
+gallium_dri.so free 0x557173604540 void 0.000120
+gallium_dri.so malloc 72 0x557173604540 0.000121
+gallium_dri.so free 0x5571736046c0 void 0.000121
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so malloc 72 0x557173604670 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x557173604670 void 0.000119
+gallium_dri.so malloc 72 0x557173591210 0.000120
+gallium_dri.so free 0x557173591280 void 0.000120
+gallium_dri.so free 0x557173591210 void 0.000119
+gallium_dri.so malloc 72 0x5571735912e0 0.000121
+gallium_dri.so free 0x557173591380 void 0.000123
+gallium_dri.so free 0x5571735912e0 void 0.000177
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x557173591330 void 0.000119
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x557173591480 void 0.000119
+gallium_dri.so free 0x557173591330 void 0.000118
+gallium_dri.so malloc 72 0x5571735914c0 0.000118
+gallium_dri.so free 0x557173591540 void 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000119
+gallium_dri.so malloc 72 0x557173591540 0.000119
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000121
+gallium_dri.so free 0x5571735d2fe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3030 0.000121
+gallium_dri.so free 0x5571735d3100 void 0.000123
+gallium_dri.so free 0x5571735d3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3100 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d3100 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3100 0.000119
+gallium_dri.so free 0x5571735d3240 void 0.000189
+gallium_dri.so free 0x5571735d3100 void 0.000224
+gallium_dri.so malloc 72 0x5571735d3240 0.000175
+gallium_dri.so free 0x5571735d3300 void 0.000122
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3240 0.000120
+gallium_dri.so free 0x5571735d5580 void 0.000125
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000116
+gallium_dri.so free 0x5571735d55b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so free 0x5571735d56b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5770 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000116
+gallium_dri.so free 0x5571735d5770 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5860 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000116
+gallium_dri.so free 0x5571735d5860 void 0.000114
+gallium_dri.so malloc 72 0x5571735d58b0 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735d58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000121
+gallium_dri.so free 0x5571735d0b80 void 0.000117
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000115
+gallium_dri.so free 0x5571735d0c00 void 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c30 0.000116
+gallium_dri.so free 0x5571735d0c80 void 0.000115
+gallium_dri.so free 0x5571735d0c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c30 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000116
+gallium_dri.so free 0x55717358c640 void 0.000116
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c690 0.000117
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so free 0x55717358c690 void 0.000115
+gallium_dri.so malloc 72 0x55717358c720 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000117
+gallium_dri.so free 0x55717358c720 void 0.000114
+gallium_dri.so malloc 72 0x55717358c770 0.000115
+gallium_dri.so free 0x55717358c840 void 0.000115
+gallium_dri.so free 0x55717358c770 void 0.000114
+gallium_dri.so malloc 72 0x55717358c770 0.000114
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c770 void 0.000115
+gallium_dri.so malloc 72 0x55717358c8c0 0.000124
+gallium_dri.so free 0x55717358c980 void 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c8c0 0.000115
+gallium_dri.so free 0x557173601d40 void 0.000116
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so malloc 72 0x557173601d60 0.000115
+gallium_dri.so free 0x557173601e00 void 0.000115
+gallium_dri.so free 0x557173601d60 void 0.000114
+gallium_dri.so malloc 72 0x557173601db0 0.000114
+gallium_dri.so free 0x557173601e80 void 0.000115
+gallium_dri.so free 0x557173601db0 void 0.000114
+gallium_dri.so malloc 72 0x557173601db0 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000116
+gallium_dri.so free 0x557173601db0 void 0.000115
+gallium_dri.so malloc 72 0x557173601f00 0.000113
+gallium_dri.so free 0x557173601fc0 void 0.000116
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so malloc 72 0x557173601f00 0.000115
+gallium_dri.so free 0x557173602080 void 0.000115
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so malloc 72 0x557173601f00 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000116
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec50 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000115
+gallium_dri.so free 0x55717358ec50 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed00 0.000161
+gallium_dri.so free 0x55717358ed80 void 0.000117
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000122
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed80 0.000116
+gallium_dri.so free 0x557173602140 void 0.000116
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x5571736020f0 0.000114
+gallium_dri.so free 0x55717358eec0 void 0.000116
+gallium_dri.so free 0x5571736020f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000116
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef80 0.000115
+gallium_dri.so free 0x557173465800 void 0.000116
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so malloc 72 0x557173465840 0.000116
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x557173465840 0.000114
+gallium_dri.so free 0x557173465940 void 0.000117
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x557173465970 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000115
+gallium_dri.so free 0x557173465970 void 0.000114
+gallium_dri.so malloc 72 0x557173465970 0.000126
+gallium_dri.so free 0x557173465ac0 void 0.000117
+gallium_dri.so free 0x557173465970 void 0.000116
+gallium_dri.so malloc 72 0x557173465a70 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so free 0x557173465a70 void 0.000114
+gallium_dri.so malloc 72 0x557173465b30 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x557173465b30 void 0.000114
+gallium_dri.so malloc 72 0x557173608eb0 0.000115
+gallium_dri.so free 0x557173608f00 void 0.000117
+gallium_dri.so free 0x557173608eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173608eb0 0.000114
+gallium_dri.so free 0x557173609000 void 0.000115
+gallium_dri.so free 0x557173608eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173609040 0.000113
+gallium_dri.so free 0x5571736090c0 void 0.000115
+gallium_dri.so free 0x557173609040 void 0.000114
+gallium_dri.so malloc 72 0x5571736090c0 0.000114
+gallium_dri.so free 0x557173465bc0 void 0.000116
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736090c0 0.000113
+gallium_dri.so free 0x557173609180 void 0.000116
+gallium_dri.so free 0x5571736090c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736090c0 0.000115
+gallium_dri.so free 0x557173609240 void 0.000116
+gallium_dri.so free 0x5571736090c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736091f0 0.000127
+gallium_dri.so free 0x557173609580 void 0.000117
+gallium_dri.so free 0x5571736091f0 void 0.000116
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x557173609640 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x5571736096c0 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609780 void 0.000119
+gallium_dri.so free 0x5571736095f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x5571736097f0 void 0.000121
+gallium_dri.so malloc 72 0x557173609910 0.000118
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x557173609910 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000114
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so free 0x557173609910 void 0.000114
+gallium_dri.so malloc 72 0x5571734648b0 0.000114
+gallium_dri.so free 0x557173464900 void 0.000116
+gallium_dri.so free 0x5571734648b0 void 0.000115
+gallium_dri.so malloc 72 0x557173464900 0.000127
+gallium_dri.so free 0x5571734649c0 void 0.000116
+gallium_dri.so free 0x557173464900 void 0.000115
+gallium_dri.so malloc 72 0x557173464900 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000115
+gallium_dri.so free 0x557173464900 void 0.000115
+gallium_dri.so malloc 72 0x557173464a70 0.000114
+gallium_dri.so free 0x557173464b80 void 0.000116
+gallium_dri.so free 0x557173464a70 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000115
+gallium_dri.so free 0x557173464bc0 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d2100 void 0.000116
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000117
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000115
+gallium_dri.so free 0x5571735d2240 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d21b0 0.000127
+gallium_dri.so free 0x5571735d2300 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2340 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23c0 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23c0 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfb00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfab0 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc40 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfd80 void 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe30 0.000179
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x5571735cfe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe30 0.000119
+gallium_dri.so free 0x55717358dc80 void 0.000116
+gallium_dri.so free 0x5571735cfe30 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000116
+gallium_dri.so free 0x55717358dd40 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000115
+gallium_dri.so free 0x55717358de40 void 0.000117
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358def0 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000117
+gallium_dri.so free 0x55717358def0 void 0.000115
+gallium_dri.so malloc 72 0x55717358def0 0.000113
+gallium_dri.so free 0x55717358e040 void 0.000116
+gallium_dri.so free 0x55717358def0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dff0 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x55717358dff0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dff0 0.000113
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so free 0x55717358dff0 void 0.000114
+gallium_dri.so malloc 72 0x557173590270 0.000125
+gallium_dri.so free 0x5571735902c0 void 0.000116
+gallium_dri.so free 0x557173590270 void 0.000115
+gallium_dri.so malloc 72 0x5571735902c0 0.000114
+gallium_dri.so free 0x557173590380 void 0.000116
+gallium_dri.so free 0x5571735902c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735902c0 0.000114
+gallium_dri.so free 0x557173590480 void 0.000116
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000115
+gallium_dri.so free 0x557173590540 void 0.000116
+gallium_dri.so free 0x557173590430 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000114
+gallium_dri.so free 0x557173590580 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000115
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735904f0 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so free 0x5571735904f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360b580 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360b680 void 0.000117
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b630 0.000122
+gallium_dri.so free 0x55717360b6c0 void 0.000117
+gallium_dri.so free 0x55717360b630 void 0.000114
+gallium_dri.so malloc 72 0x55717360b630 0.000114
+gallium_dri.so free 0x55717360b780 void 0.000116
+gallium_dri.so free 0x55717360b630 void 0.000114
+gallium_dri.so malloc 72 0x55717360b7c0 0.000116
+gallium_dri.so free 0x55717360b840 void 0.000114
+gallium_dri.so free 0x55717360b7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b840 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x55717360b840 void 0.000115
+gallium_dri.so malloc 72 0x55717360b840 0.000114
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so free 0x55717360b840 void 0.000115
+gallium_dri.so malloc 72 0x557173605970 0.000114
+gallium_dri.so free 0x5571736059c0 void 0.000116
+gallium_dri.so free 0x557173605970 void 0.000122
+gallium_dri.so malloc 72 0x557173605970 0.000115
+gallium_dri.so free 0x557173605ac0 void 0.000115
+gallium_dri.so free 0x557173605970 void 0.000115
+gallium_dri.so malloc 72 0x557173605b00 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000116
+gallium_dri.so free 0x557173605b00 void 0.000114
+gallium_dri.so malloc 72 0x557173605b80 0.000115
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so malloc 72 0x557173605b80 0.000113
+gallium_dri.so free 0x557173605cc0 void 0.000118
+gallium_dri.so free 0x557173605b80 void 0.000115
+gallium_dri.so malloc 72 0x557173605cf0 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605cf0 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000115
+gallium_dri.so free 0x557173605cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x557173607fc0 void 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000115
+gallium_dri.so free 0x5571736080c0 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000114
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000115
+gallium_dri.so free 0x557173608170 void 0.000114
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571736082c0 void 0.000116
+gallium_dri.so free 0x557173608170 void 0.000116
+gallium_dri.so malloc 72 0x557173608270 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x557173608270 void 0.000116
+gallium_dri.so malloc 72 0x557173608270 0.000125
+gallium_dri.so free 0x55717358b6c0 void 0.000117
+gallium_dri.so free 0x557173608270 void 0.000116
+gallium_dri.so malloc 72 0x55717358b6f0 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000117
+gallium_dri.so free 0x55717358b6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b740 0.000116
+gallium_dri.so free 0x55717358b800 void 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000114
+gallium_dri.so malloc 72 0x55717358b740 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8b0 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000116
+gallium_dri.so free 0x55717358b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b970 0.000116
+gallium_dri.so free 0x55717358ba00 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000115
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000115
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000115
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so malloc 72 0x557173589100 0.000115
+gallium_dri.so free 0x5571735892c0 void 0.000118
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x557173589270 0.000114
+gallium_dri.so free 0x557173589300 void 0.000120
+gallium_dri.so free 0x557173589270 void 0.000114
+gallium_dri.so malloc 72 0x557173589270 0.000117
+gallium_dri.so free 0x5571735893c0 void 0.000118
+gallium_dri.so free 0x557173589270 void 0.000114
+gallium_dri.so malloc 72 0x557173589400 0.000114
+gallium_dri.so free 0x557173589480 void 0.000116
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so malloc 72 0x557173589480 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x557173589480 void 0.000116
+gallium_dri.so malloc 72 0x557173589480 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000116
+gallium_dri.so free 0x557173466ec0 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000116
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173467000 0.000114
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so malloc 72 0x557173467080 0.000113
+gallium_dri.so free 0x557173467140 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so malloc 72 0x557173467080 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000115
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so malloc 72 0x5571734671f0 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000116
+gallium_dri.so free 0x5571734671f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734671f0 0.000117
+gallium_dri.so free 0x5571735d4600 void 0.000116
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000116
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000116
+gallium_dri.so free 0x5571735d4840 void 0.000116
+gallium_dri.so free 0x5571735d4600 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4870 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735d4870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4870 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000117
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so free 0x5571735d4970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4970 0.000115
+gallium_dri.so free 0x557173603380 void 0.000116
+gallium_dri.so free 0x5571735d4970 void 0.000114
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173603400 void 0.000115
+gallium_dri.so free 0x5571736033b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603400 0.000116
+gallium_dri.so free 0x5571736034c0 void 0.000117
+gallium_dri.so free 0x557173603400 void 0.000120
+gallium_dri.so malloc 72 0x557173603400 0.000119
+gallium_dri.so free 0x5571736035c0 void 0.000117
+gallium_dri.so free 0x557173603400 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000119
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x557173603570 void 0.000118
+gallium_dri.so malloc 72 0x557173603630 0.000118
+gallium_dri.so free 0x5571736036c0 void 0.000117
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000115
+gallium_dri.so free 0x557173461d80 void 0.000116
+gallium_dri.so free 0x557173603630 void 0.000116
+gallium_dri.so malloc 72 0x557173603630 0.000114
+gallium_dri.so free 0x557173461e80 void 0.000116
+gallium_dri.so free 0x557173603630 void 0.000114
+gallium_dri.so malloc 72 0x557173461e30 0.000128
+gallium_dri.so free 0x557173461f40 void 0.000115
+gallium_dri.so free 0x557173461e30 void 0.000115
+gallium_dri.so malloc 72 0x557173461ef0 0.000118
+gallium_dri.so free 0x557173461fc0 void 0.000117
+gallium_dri.so free 0x557173461ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173461fe0 0.000115
+gallium_dri.so free 0x557173462080 void 0.000117
+gallium_dri.so free 0x557173461fe0 void 0.000114
+gallium_dri.so malloc 72 0x557173462030 0.000114
+gallium_dri.so free 0x557173462100 void 0.000115
+gallium_dri.so free 0x557173462030 void 0.000114
+gallium_dri.so malloc 72 0x557173462030 0.000114
+gallium_dri.so free 0x557173462180 void 0.000115
+gallium_dri.so free 0x557173462030 void 0.000114
+gallium_dri.so malloc 72 0x557173462180 0.000113
+gallium_dri.so free 0x557173462240 void 0.000172
+gallium_dri.so free 0x557173462180 void 0.000193
+gallium_dri.so malloc 72 0x557173462180 0.000165
+gallium_dri.so free 0x557173462300 void 0.000117
+gallium_dri.so free 0x557173462180 void 0.000115
+gallium_dri.so malloc 72 0x557173462180 0.000117
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x557173462180 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000171
+gallium_dri.so free 0x5571735f2970 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2970 0.000117
+gallium_dri.so free 0x5571735f2ac0 void 0.000170
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2a70 0.000114
+gallium_dri.so free 0x5571734623c0 void 0.000119
+gallium_dri.so free 0x5571735f2a70 void 0.000119
+gallium_dri.so malloc 72 0x557173462370 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so free 0x557173462370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b30 0.000114
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so free 0x5571735f2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2b30 0.000115
+gallium_dri.so free 0x5571735f2c80 void 0.000116
+gallium_dri.so free 0x5571735f2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c80 0.000120
+gallium_dri.so free 0x5571735f2d40 void 0.000124
+gallium_dri.so free 0x5571735f2c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2c80 0.000120
+gallium_dri.so free 0x5571735f2e40 void 0.000116
+gallium_dri.so free 0x5571735f2c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c80 0.000113
+gallium_dri.so free 0x5571735f2ec0 void 0.000128
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000115
+gallium_dri.so free 0x5571735f2f40 void 0.000116
+gallium_dri.so free 0x5571735f2ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000116
+gallium_dri.so free 0x5571735f2ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000114
+gallium_dri.so free 0x5571735f3100 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30b0 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000116
+gallium_dri.so free 0x5571735f30b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30b0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735f30b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3250 0.000114
+gallium_dri.so free 0x5571735f32c0 void 0.000115
+gallium_dri.so free 0x5571735f3250 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3300 0.000115
+gallium_dri.so free 0x5571735f3380 void 0.000121
+gallium_dri.so free 0x5571735f3300 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3380 0.000114
+gallium_dri.so free 0x5571735f3440 void 0.000117
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000121
+gallium_dri.so free 0x5571735f3380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f34f0 0.000112
+gallium_dri.so free 0x5571735f3540 void 0.000114
+gallium_dri.so free 0x5571735f34f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34f0 0.000113
+gallium_dri.so free 0x5571735f3640 void 0.000118
+gallium_dri.so free 0x5571735f34f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f35f0 0.000120
+gallium_dri.so free 0x5571734734c0 void 0.000115
+gallium_dri.so free 0x5571735f35f0 void 0.000114
+gallium_dri.so malloc 72 0x557173473470 0.000113
+gallium_dri.so free 0x557173473540 void 0.000114
+gallium_dri.so free 0x557173473470 void 0.000115
+gallium_dri.so malloc 72 0x557173473560 0.000114
+gallium_dri.so free 0x557173473600 void 0.000115
+gallium_dri.so free 0x557173473560 void 0.000113
+gallium_dri.so malloc 72 0x5571734735b0 0.000113
+gallium_dri.so free 0x557173473680 void 0.000115
+gallium_dri.so free 0x5571734735b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734735b0 0.000115
+gallium_dri.so free 0x557173473700 void 0.000116
+gallium_dri.so free 0x5571734735b0 void 0.000115
+gallium_dri.so malloc 72 0x557173473700 0.000114
+gallium_dri.so free 0x5571734737c0 void 0.000115
+gallium_dri.so free 0x557173473700 void 0.000114
+gallium_dri.so malloc 72 0x557173473700 0.000115
+gallium_dri.so free 0x557173473880 void 0.000155
+gallium_dri.so free 0x557173473700 void 0.000116
+gallium_dri.so malloc 72 0x557173473700 0.000118
+gallium_dri.so free 0x557173473940 void 0.000116
+gallium_dri.so free 0x557173473700 void 0.000113
+gallium_dri.so malloc 72 0x5571734738f0 0.000143
+gallium_dri.so free 0x557173473940 void 0.000117
+gallium_dri.so free 0x5571734738f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734738f0 0.000114
+gallium_dri.so free 0x557173473a40 void 0.000116
+gallium_dri.so free 0x5571734738f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734739f0 0.000116
+gallium_dri.so free 0x557173473b00 void 0.000117
+gallium_dri.so free 0x5571734739f0 void 0.000115
+gallium_dri.so malloc 72 0x557173473ab0 0.000115
+gallium_dri.so free 0x557173473b40 void 0.000115
+gallium_dri.so free 0x557173473ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173473ab0 0.000116
+gallium_dri.so free 0x557173473c00 void 0.000116
+gallium_dri.so free 0x557173473ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173473c40 0.000115
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so free 0x557173473c40 void 0.000114
+gallium_dri.so malloc 72 0x557173473cc0 0.000115
+gallium_dri.so free 0x557173473d80 void 0.000115
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173473cc0 0.000114
+gallium_dri.so free 0x557173473e40 void 0.000124
+gallium_dri.so free 0x557173473cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173473e60 0.000113
+gallium_dri.so free 0x557173473f00 void 0.000114
+gallium_dri.so free 0x557173473e60 void 0.000114
+gallium_dri.so malloc 72 0x557173473eb0 0.000119
+gallium_dri.so free 0x557173473f80 void 0.000120
+gallium_dri.so free 0x557173473eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173473eb0 0.000113
+gallium_dri.so free 0x557173474000 void 0.000115
+gallium_dri.so free 0x557173473eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173474000 0.000117
+gallium_dri.so free 0x5571734740c0 void 0.000116
+gallium_dri.so free 0x557173474000 void 0.000114
+gallium_dri.so malloc 72 0x557173474000 0.000114
+gallium_dri.so free 0x557173474180 void 0.000115
+gallium_dri.so free 0x557173474000 void 0.000114
+gallium_dri.so malloc 72 0x557173474000 0.000116
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x557173474000 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe10 0.000115
+gallium_dri.so free 0x55717361fe80 void 0.000115
+gallium_dri.so free 0x55717361fe10 void 0.000114
+gallium_dri.so malloc 72 0x55717361fec0 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000116
+gallium_dri.so free 0x55717361fec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ff40 0.000115
+gallium_dri.so free 0x557173620000 void 0.000127
+gallium_dri.so free 0x55717361ff40 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff40 0.000121
+gallium_dri.so free 0x557173620080 void 0.000120
+gallium_dri.so free 0x55717361ff40 void 0.000114
+gallium_dri.so malloc 72 0x5571736200b0 0.000112
+gallium_dri.so free 0x557173620100 void 0.000112
+gallium_dri.so free 0x5571736200b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736200b0 0.000116
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x5571736200b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736201b0 0.000119
+gallium_dri.so free 0x5571736202c0 void 0.000116
+gallium_dri.so free 0x5571736201b0 void 0.000113
+gallium_dri.so malloc 72 0x557173620270 0.000113
+gallium_dri.so free 0x557173620340 void 0.000117
+gallium_dri.so free 0x557173620270 void 0.000116
+gallium_dri.so malloc 72 0x557173620360 0.000114
+gallium_dri.so free 0x557173620400 void 0.000116
+gallium_dri.so free 0x557173620360 void 0.000120
+gallium_dri.so malloc 72 0x5571736203b0 0.000119
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x5571736203b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736203b0 0.000115
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so free 0x5571736203b0 void 0.000115
+gallium_dri.so malloc 72 0x557173620500 0.000159
+gallium_dri.so free 0x5571736205c0 void 0.000117
+gallium_dri.so free 0x557173620500 void 0.000115
+gallium_dri.so malloc 72 0x557173620500 0.000115
+gallium_dri.so free 0x557173620680 void 0.000116
+gallium_dri.so free 0x557173620500 void 0.000113
+gallium_dri.so malloc 72 0x557173620500 0.000115
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so malloc 72 0x5571736206f0 0.000115
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x5571736206f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736206f0 0.000113
+gallium_dri.so free 0x557173620840 void 0.000116
+gallium_dri.so free 0x5571736206f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736207f0 0.000115
+gallium_dri.so free 0x557173620900 void 0.000115
+gallium_dri.so free 0x5571736207f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736208b0 0.000114
+gallium_dri.so free 0x557173620940 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736208b0 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000115
+gallium_dri.so malloc 72 0x557173620a40 0.000114
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x557173620a40 void 0.000114
+gallium_dri.so malloc 72 0x557173620ac0 0.000131
+gallium_dri.so free 0x557173620b80 void 0.000114
+gallium_dri.so free 0x557173620ac0 void 0.000113
+gallium_dri.so malloc 72 0x557173620ac0 0.000113
+gallium_dri.so free 0x557173620c40 void 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000112
+gallium_dri.so malloc 72 0x557173620c60 0.000113
+gallium_dri.so free 0x557173620d00 void 0.000114
+gallium_dri.so free 0x557173620c60 void 0.000113
+gallium_dri.so malloc 72 0x557173620cb0 0.000112
+gallium_dri.so free 0x557173620d80 void 0.000112
+gallium_dri.so free 0x557173620cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173620cb0 0.000114
+gallium_dri.so free 0x557173620e00 void 0.000114
+gallium_dri.so free 0x557173620cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620e00 0.000121
+gallium_dri.so free 0x557173460440 void 0.000115
+gallium_dri.so free 0x557173620e00 void 0.000115
+gallium_dri.so malloc 72 0x557173620e00 0.000113
+gallium_dri.so free 0x5571734604c0 void 0.000113
+gallium_dri.so free 0x557173620e00 void 0.000114
+gallium_dri.so malloc 72 0x5571734604f0 0.000112
+gallium_dri.so free 0x557173460540 void 0.000209
+gallium_dri.so free 0x5571734604f0 void 0.000195
+gallium_dri.so malloc 72 0x557173460540 0.000114
+gallium_dri.so free 0x557173460600 void 0.000112
+gallium_dri.so free 0x557173460540 void 0.000109
+gallium_dri.so malloc 72 0x557173460540 0.000116
+gallium_dri.so free 0x557173460700 void 0.000112
+gallium_dri.so free 0x557173460540 void 0.000122
+gallium_dri.so malloc 72 0x5571734606b0 0.000117
+gallium_dri.so free 0x5571734607c0 void 0.000122
+gallium_dri.so free 0x5571734606b0 void 0.000127
+gallium_dri.so malloc 72 0x557173460770 0.000119
+gallium_dri.so free 0x557173460800 void 0.000121
+gallium_dri.so free 0x557173460770 void 0.000118
+gallium_dri.so malloc 72 0x557173460770 0.000117
+gallium_dri.so free 0x5571734608c0 void 0.000118
+gallium_dri.so free 0x557173460770 void 0.000117
+gallium_dri.so malloc 72 0x557173460900 0.000116
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so free 0x557173460900 void 0.000119
+gallium_dri.so malloc 72 0x557173460980 0.000117
+gallium_dri.so free 0x557173460a40 void 0.000117
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so malloc 72 0x557173460980 0.000118
+gallium_dri.so free 0x557173460ac0 void 0.000119
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so malloc 72 0x557173460980 0.000118
+gallium_dri.so free 0x557173460b80 void 0.000117
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so malloc 72 0x557173460980 0.000117
+gallium_dri.so free 0x557173460c40 void 0.000119
+gallium_dri.so free 0x557173460980 void 0.000125
+gallium_dri.so malloc 72 0x557173460bf0 0.000118
+gallium_dri.so free 0x557173460cc0 void 0.000119
+gallium_dri.so free 0x557173460bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173460d10 0.000118
+gallium_dri.so free 0x557173460d80 void 0.000118
+gallium_dri.so free 0x557173460d10 void 0.000117
+gallium_dri.so malloc 72 0x557173460da0 0.000117
+gallium_dri.so free 0x557173460e40 void 0.000118
+gallium_dri.so free 0x557173460da0 void 0.000118
+gallium_dri.so malloc 72 0x557173460df0 0.000118
+gallium_dri.so free 0x557173460ec0 void 0.000119
+gallium_dri.so free 0x557173460df0 void 0.000118
+gallium_dri.so malloc 72 0x557173460df0 0.000118
+gallium_dri.so free 0x557173460fc0 void 0.000119
+gallium_dri.so free 0x557173460df0 void 0.000118
+gallium_dri.so malloc 72 0x557173460f70 0.000124
+gallium_dri.so free 0x557173461040 void 0.000119
+gallium_dri.so free 0x557173460f70 void 0.000117
+gallium_dri.so malloc 72 0x557173461090 0.000118
+gallium_dri.so free 0x557173461100 void 0.000119
+gallium_dri.so free 0x557173461090 void 0.000119
+gallium_dri.so malloc 72 0x557173461120 0.000117
+gallium_dri.so free 0x5571734611c0 void 0.000120
+gallium_dri.so free 0x557173461120 void 0.000118
+gallium_dri.so malloc 72 0x557173461170 0.000119
+gallium_dri.so free 0x557173461240 void 0.000128
+gallium_dri.so free 0x557173461170 void 0.000118
+gallium_dri.so malloc 72 0x557173461170 0.000117
+gallium_dri.so free 0x5571734612c0 void 0.000117
+gallium_dri.so free 0x557173461170 void 0.000117
+gallium_dri.so malloc 72 0x5571734612c0 0.000118
+gallium_dri.so free 0x557173461380 void 0.000119
+gallium_dri.so free 0x5571734612c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734612c0 0.000118
+gallium_dri.so free 0x557173461480 void 0.000117
+gallium_dri.so free 0x5571734612c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734612c0 0.000118
+gallium_dri.so free 0x557173461500 void 0.000117
+gallium_dri.so free 0x5571734612c0 void 0.000117
+gallium_dri.so malloc 72 0x557173461530 0.000118
+gallium_dri.so free 0x557173461580 void 0.000118
+gallium_dri.so free 0x557173461530 void 0.000117
+gallium_dri.so malloc 72 0x557173461530 0.000117
+gallium_dri.so free 0x557173461680 void 0.000118
+gallium_dri.so free 0x557173461530 void 0.000117
+gallium_dri.so malloc 72 0x557173461630 0.000118
+gallium_dri.so free 0x557173461740 void 0.000118
+gallium_dri.so free 0x557173461630 void 0.000117
+gallium_dri.so malloc 72 0x5571734616f0 0.000117
+gallium_dri.so free 0x557173461780 void 0.000118
+gallium_dri.so free 0x5571734616f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734616f0 0.000125
+gallium_dri.so free 0x557173461840 void 0.000119
+gallium_dri.so free 0x5571734616f0 void 0.000118
+gallium_dri.so malloc 72 0x557173461890 0.000118
+gallium_dri.so free 0x557173461900 void 0.000117
+gallium_dri.so free 0x557173461890 void 0.000246
+gallium_dri.so malloc 72 0x557173461940 0.000207
+gallium_dri.so free 0x5571734619c0 void 0.000119
+gallium_dri.so free 0x557173461940 void 0.000116
+gallium_dri.so malloc 72 0x5571734619c0 0.000117
+gallium_dri.so free 0x557173461a80 void 0.000116
+gallium_dri.so free 0x5571734619c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734619c0 0.000116
+gallium_dri.so free 0x557173461b00 void 0.000116
+gallium_dri.so free 0x5571734619c0 void 0.000117
+gallium_dri.so malloc 72 0x557173461b30 0.000119
+gallium_dri.so free 0x557173461b80 void 0.000118
+gallium_dri.so free 0x557173461b30 void 0.000117
+gallium_dri.so malloc 72 0x557173461b30 0.000117
+gallium_dri.so free 0x557173461c80 void 0.000118
+gallium_dri.so free 0x557173461b30 void 0.000117
+gallium_dri.so malloc 72 0x557173461c30 0.000117
+gallium_dri.so free 0x5571735e0e80 void 0.000117
+gallium_dri.so free 0x557173461c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000117
+gallium_dri.so free 0x5571735e0f40 void 0.000155
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000118
+gallium_dri.so free 0x5571735e0fc0 void 0.000117
+gallium_dri.so free 0x5571735e0ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000117
+gallium_dri.so free 0x5571735e1040 void 0.000117
+gallium_dri.so free 0x5571735e0ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000118
+gallium_dri.so free 0x5571735e0ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e10f0 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so free 0x5571735e10f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e11b0 0.000118
+gallium_dri.so free 0x5571735e1240 void 0.000116
+gallium_dri.so free 0x5571735e11b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e11b0 0.000120
+gallium_dri.so free 0x5571735e1300 void 0.000118
+gallium_dri.so free 0x5571735e11b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1370 0.000119
+gallium_dri.so free 0x5571735e13c0 void 0.000119
+gallium_dri.so free 0x5571735e1370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1370 0.000118
+gallium_dri.so free 0x5571735e14c0 void 0.000118
+gallium_dri.so free 0x5571735e1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1470 0.000118
+gallium_dri.so free 0x5571735e1580 void 0.000126
+gallium_dri.so free 0x5571735e1470 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1530 0.000117
+gallium_dri.so free 0x5571735e15c0 void 0.000120
+gallium_dri.so free 0x5571735e1530 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000118
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e16c0 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e16c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1740 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1740 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18e0 0.000117
+gallium_dri.so free 0x5571735e1980 void 0.000117
+gallium_dri.so free 0x5571735e18e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1930 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1930 0.000117
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735e1930 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a80 0.000129
+gallium_dri.so free 0x5571735e1b40 void 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a80 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a80 0.000118
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c70 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000118
+gallium_dri.so free 0x5571735e1c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1d30 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000117
+gallium_dri.so free 0x5571735e1d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1e50 0.000118
+gallium_dri.so free 0x5571735e1ec0 void 0.000119
+gallium_dri.so free 0x5571735e1e50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1ee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f30 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000118
+gallium_dri.so free 0x5571735e1f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1f30 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so free 0x5571735e1f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000121
+gallium_dri.so free 0x5571735e2140 void 0.000117
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2080 0.000117
+gallium_dri.so free 0x5571735e2240 void 0.000118
+gallium_dri.so free 0x5571735e2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735e21f0 0.000123
+gallium_dri.so free 0x5571735e2280 void 0.000122
+gallium_dri.so free 0x5571735e21f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e21f0 0.000117
+gallium_dri.so free 0x5571735e2340 void 0.000117
+gallium_dri.so free 0x5571735e21f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2380 0.000117
+gallium_dri.so free 0x5571735e2400 void 0.000117
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2400 0.000117
+gallium_dri.so free 0x5571735e24c0 void 0.000119
+gallium_dri.so free 0x5571735e2400 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2400 0.000129
+gallium_dri.so free 0x5571735e2540 void 0.000129
+gallium_dri.so free 0x5571735e2400 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2570 0.000128
+gallium_dri.so free 0x5571735e25c0 void 0.000129
+gallium_dri.so free 0x5571735e2570 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2570 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000226
+gallium_dri.so free 0x5571735e2570 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2700 0.000123
+gallium_dri.so free 0x5571735e2780 void 0.000125
+gallium_dri.so free 0x5571735e2700 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2780 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2780 0.000115
+gallium_dri.so free 0x5571735e28c0 void 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2940 void 0.000116
+gallium_dri.so free 0x5571735e28f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e28f0 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29f0 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e29f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000116
+gallium_dri.so free 0x5571735e2b80 void 0.000116
+gallium_dri.so free 0x5571735e2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000128
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000115
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000115
+gallium_dri.so free 0x5571735e2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000115
+gallium_dri.so free 0x5571735e2e40 void 0.000116
+gallium_dri.so free 0x5571735e2dd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e60 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000120
+gallium_dri.so free 0x5571735e2e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2eb0 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000122
+gallium_dri.so free 0x5571735e2eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2f80 0.000120
+gallium_dri.so free 0x5571735e30c0 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000120
+gallium_dri.so free 0x5571735e3180 void 0.000121
+gallium_dri.so free 0x5571735e30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e30c0 0.000111
+gallium_dri.so free 0x5571735e3240 void 0.000121
+gallium_dri.so free 0x5571735e30c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e30c0 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000129
+gallium_dri.so free 0x5571735e30c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e32b0 0.000130
+gallium_dri.so free 0x5571735e3380 void 0.000130
+gallium_dri.so free 0x5571735e32b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e33d0 0.000125
+gallium_dri.so free 0x5571735e3440 void 0.000121
+gallium_dri.so free 0x5571735e33d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3480 0.000122
+gallium_dri.so free 0x5571735e3500 void 0.000122
+gallium_dri.so free 0x5571735e3480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3480 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000122
+gallium_dri.so free 0x5571735e3480 void 0.000120
+gallium_dri.so malloc 72 0x5571735e35b0 0.000120
+gallium_dri.so free 0x5571735e3600 void 0.000121
+gallium_dri.so free 0x5571735e35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e35b0 0.000120
+gallium_dri.so free 0x5571735e3700 void 0.000122
+gallium_dri.so free 0x5571735e35b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e36b0 0.000134
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735e36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3770 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000121
+gallium_dri.so free 0x5571735e3770 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3770 0.000120
+gallium_dri.so free 0x5571735fc400 void 0.000122
+gallium_dri.so free 0x5571735e3770 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735fc400 void 0.000120
+gallium_dri.so free 0x5571735fc3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735fc500 void 0.000123
+gallium_dri.so free 0x5571735fc3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000121
+gallium_dri.so free 0x5571735fc5c0 void 0.000120
+gallium_dri.so free 0x5571735fc4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc570 0.000119
+gallium_dri.so free 0x5571735fc600 void 0.000120
+gallium_dri.so free 0x5571735fc570 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc570 0.000120
+gallium_dri.so free 0x5571735fc6c0 void 0.000122
+gallium_dri.so free 0x5571735fc570 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc700 0.000120
+gallium_dri.so free 0x5571735fc780 void 0.000120
+gallium_dri.so free 0x5571735fc700 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc780 0.000118
+gallium_dri.so free 0x5571735fc840 void 0.000120
+gallium_dri.so free 0x5571735fc780 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc780 0.000114
+gallium_dri.so free 0x5571735fc900 void 0.000112
+gallium_dri.so free 0x5571735fc780 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc920 0.000114
+gallium_dri.so free 0x5571735fc9c0 void 0.000112
+gallium_dri.so free 0x5571735fc920 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc970 0.000115
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x5571735fc970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc970 0.000123
+gallium_dri.so free 0x5571735fcac0 void 0.000119
+gallium_dri.so free 0x5571735fc970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000113
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcac0 0.000124
+gallium_dri.so free 0x5571735fcc40 void 0.000124
+gallium_dri.so free 0x5571735fcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcac0 0.000119
+gallium_dri.so free 0x5571735fcd00 void 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fccb0 0.000117
+gallium_dri.so free 0x5571735fcdc0 void 0.000118
+gallium_dri.so free 0x5571735fccb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd70 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000117
+gallium_dri.so free 0x5571735fcd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fce90 0.000119
+gallium_dri.so free 0x5571735fcf00 void 0.000119
+gallium_dri.so free 0x5571735fce90 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf20 0.000118
+gallium_dri.so free 0x5571735fcfc0 void 0.000118
+gallium_dri.so free 0x5571735fcf20 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf70 0.000118
+gallium_dri.so free 0x5571735fd040 void 0.000119
+gallium_dri.so free 0x5571735fcf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf70 0.000117
+gallium_dri.so free 0x5571735fd0c0 void 0.000117
+gallium_dri.so free 0x5571735fcf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000117
+gallium_dri.so free 0x5571735fd180 void 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd0c0 0.000117
+gallium_dri.so free 0x5571735fd280 void 0.000118
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd230 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so free 0x5571735fd230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd230 0.000119
+gallium_dri.so free 0x5571735fd380 void 0.000125
+gallium_dri.so free 0x5571735fd230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000110
+gallium_dri.so free 0x5571735fd440 void 0.000109
+gallium_dri.so free 0x5571735fd3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd440 0.000109
+gallium_dri.so free 0x5571735fd500 void 0.000110
+gallium_dri.so free 0x5571735fd440 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd440 0.000108
+gallium_dri.so free 0x5571735fd580 void 0.000109
+gallium_dri.so free 0x5571735fd440 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000109
+gallium_dri.so free 0x5571735fd600 void 0.000110
+gallium_dri.so free 0x5571735fd5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd5b0 0.000110
+gallium_dri.so free 0x5571735fd700 void 0.000110
+gallium_dri.so free 0x5571735fd5b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd740 0.000110
+gallium_dri.so free 0x5571735fd7c0 void 0.000110
+gallium_dri.so free 0x5571735fd740 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000110
+gallium_dri.so free 0x5571735fd880 void 0.000114
+gallium_dri.so free 0x5571735fd7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd7c0 0.000110
+gallium_dri.so free 0x5571735fd900 void 0.000110
+gallium_dri.so free 0x5571735fd7c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd930 0.000109
+gallium_dri.so free 0x5571735fd980 void 0.000109
+gallium_dri.so free 0x5571735fd930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd930 0.000122
+gallium_dri.so free 0x5571735fda80 void 0.000119
+gallium_dri.so free 0x5571735fd930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda30 0.000114
+gallium_dri.so free 0x5571735fdb40 void 0.000119
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000120
+gallium_dri.so free 0x5571735fdaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000119
+gallium_dri.so free 0x5571735fdc80 void 0.000115
+gallium_dri.so free 0x5571735fdaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000114
+gallium_dri.so free 0x5571735fdaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000114
+gallium_dri.so free 0x5571735fddc0 void 0.000116
+gallium_dri.so free 0x5571735fdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde10 0.000113
+gallium_dri.so free 0x5571735fde80 void 0.000115
+gallium_dri.so free 0x5571735fde10 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdea0 0.000112
+gallium_dri.so free 0x5571735fdf40 void 0.000115
+gallium_dri.so free 0x5571735fdea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdef0 0.000113
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so free 0x5571735fdef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000116
+gallium_dri.so free 0x5571735fe080 void 0.000116
+gallium_dri.so free 0x5571735fdfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fdfc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe100 0.000112
+gallium_dri.so free 0x5571735fe1c0 void 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe100 0.000112
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe100 0.000112
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe410 0.000113
+gallium_dri.so free 0x5571735fe480 void 0.000114
+gallium_dri.so free 0x5571735fe410 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000114
+gallium_dri.so free 0x5571735fe540 void 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000114
+gallium_dri.so free 0x5571735fe5c0 void 0.000115
+gallium_dri.so free 0x5571735fe4c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000111
+gallium_dri.so free 0x5571735fe5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe5f0 0.000112
+gallium_dri.so free 0x5571735fe740 void 0.000111
+gallium_dri.so free 0x5571735fe5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000112
+gallium_dri.so free 0x5571735fe800 void 0.000111
+gallium_dri.so free 0x5571735fe6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000116
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x5571735fe7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000112
+gallium_dri.so free 0x5571735fe900 void 0.000117
+gallium_dri.so free 0x5571735fe7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe970 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000113
+gallium_dri.so free 0x5571735fe970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe970 0.000113
+gallium_dri.so free 0x5571735feac0 void 0.000121
+gallium_dri.so free 0x5571735fe970 void 0.000122
+gallium_dri.so malloc 72 0x5571735fea70 0.000123
+gallium_dri.so free 0x5571735feb80 void 0.000122
+gallium_dri.so free 0x5571735fea70 void 0.000125
+gallium_dri.so malloc 72 0x5571735feb30 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735feb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735feb30 0.000115
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735feb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecc0 0.000114
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735fecc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fed40 0.000113
+gallium_dri.so free 0x5571735fee00 void 0.000116
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fed40 0.000113
+gallium_dri.so free 0x5571735feec0 void 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so malloc 72 0x5571735feee0 0.000112
+gallium_dri.so free 0x5571735fef80 void 0.000114
+gallium_dri.so free 0x5571735feee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef30 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000115
+gallium_dri.so free 0x5571735fef30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fef30 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so free 0x5571735fef30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff080 0.000113
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff080 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff080 0.000114
+gallium_dri.so free 0x5571735ff2c0 void 0.000115
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff270 0.000112
+gallium_dri.so free 0x5571735ff380 void 0.000118
+gallium_dri.so free 0x5571735ff270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff330 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so free 0x5571735ff330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff450 0.000113
+gallium_dri.so free 0x5571735ff4c0 void 0.000116
+gallium_dri.so free 0x5571735ff450 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4e0 0.000113
+gallium_dri.so free 0x5571735ff580 void 0.000114
+gallium_dri.so free 0x5571735ff4e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff530 0.000112
+gallium_dri.so free 0x5571735ff600 void 0.000113
+gallium_dri.so free 0x5571735ff530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff530 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000115
+gallium_dri.so free 0x5571735ff530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff680 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff680 0.000113
+gallium_dri.so free 0x5571735ff840 void 0.000123
+gallium_dri.so free 0x5571735ff680 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so free 0x5571735ff7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000112
+gallium_dri.so free 0x5571735ff940 void 0.000112
+gallium_dri.so free 0x5571735ff7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff980 0.000124
+gallium_dri.so free 0x5571735ffa00 void 0.000124
+gallium_dri.so free 0x5571735ff980 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffa00 0.000124
+gallium_dri.so free 0x5571735ffac0 void 0.000126
+gallium_dri.so free 0x5571735ffa00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffa00 0.000121
+gallium_dri.so free 0x5571735ffb40 void 0.000119
+gallium_dri.so free 0x5571735ffa00 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffb70 0.000119
+gallium_dri.so free 0x5571735ffbc0 void 0.000117
+gallium_dri.so free 0x5571735ffb70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffb70 0.000123
+gallium_dri.so free 0x5571735ffcc0 void 0.000125
+gallium_dri.so free 0x5571735ffb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffd00 0.000123
+gallium_dri.so free 0x5571735ffd80 void 0.000125
+gallium_dri.so free 0x5571735ffd00 void 0.000166
+gallium_dri.so malloc 72 0x5571735ffd80 0.000155
+gallium_dri.so free 0x5571735ffe40 void 0.000156
+gallium_dri.so free 0x5571735ffd80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffd80 0.000124
+gallium_dri.so free 0x5571735ffec0 void 0.000125
+gallium_dri.so free 0x5571735ffd80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffef0 0.000120
+gallium_dri.so free 0x5571735fff40 void 0.000118
+gallium_dri.so free 0x5571735ffef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffef0 0.000125
+gallium_dri.so free 0x557173600040 void 0.000124
+gallium_dri.so free 0x5571735ffef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x557173600100 void 0.000123
+gallium_dri.so free 0x5571735ffff0 void 0.000125
+gallium_dri.so malloc 72 0x5571736000b0 0.000123
+gallium_dri.so free 0x557173600180 void 0.000124
+gallium_dri.so free 0x5571736000b0 void 0.000123
+gallium_dri.so malloc 72 0x5571736000b0 0.000124
+gallium_dri.so free 0x557173600240 void 0.000119
+gallium_dri.so free 0x5571736000b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736000b0 0.000122
+gallium_dri.so free 0x557173600300 void 0.000120
+gallium_dri.so free 0x5571736000b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736002b0 0.000126
+gallium_dri.so free 0x557173600380 void 0.000118
+gallium_dri.so free 0x5571736002b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736003d0 0.000118
+gallium_dri.so free 0x557173600440 void 0.000124
+gallium_dri.so free 0x5571736003d0 void 0.000124
+gallium_dri.so malloc 72 0x557173600460 0.000124
+gallium_dri.so free 0x557173600500 void 0.000126
+gallium_dri.so free 0x557173600460 void 0.000124
+gallium_dri.so malloc 72 0x5571736004b0 0.000123
+gallium_dri.so free 0x557173600580 void 0.000124
+gallium_dri.so free 0x5571736004b0 void 0.000125
+gallium_dri.so malloc 72 0x557173600580 0.000124
+gallium_dri.so free 0x557173600640 void 0.000125
+gallium_dri.so free 0x557173600580 void 0.000124
+gallium_dri.so malloc 72 0x557173600580 0.000130
+gallium_dri.so free 0x5571736006c0 void 0.000130
+gallium_dri.so free 0x557173600580 void 0.000129
+gallium_dri.so malloc 72 0x5571736006c0 0.000139
+gallium_dri.so free 0x557173600780 void 0.000126
+gallium_dri.so free 0x5571736006c0 void 0.000128
+gallium_dri.so malloc 72 0x5571736006c0 0.000131
+gallium_dri.so free 0x557173600840 void 0.000130
+gallium_dri.so free 0x5571736006c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736006c0 0.000124
+gallium_dri.so free 0x557173600900 void 0.000128
+gallium_dri.so free 0x5571736006c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736008b0 0.000129
+gallium_dri.so free 0x557173600980 void 0.000129
+gallium_dri.so free 0x5571736008b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736009d0 0.000130
+gallium_dri.so free 0x557173600a40 void 0.000131
+gallium_dri.so free 0x5571736009d0 void 0.000130
+gallium_dri.so malloc 72 0x557173600a80 0.000130
+gallium_dri.so free 0x557173600b00 void 0.000130
+gallium_dri.so free 0x557173600a80 void 0.000131
+gallium_dri.so malloc 72 0x557173600a80 0.000130
+gallium_dri.so free 0x557173600b80 void 0.000126
+gallium_dri.so free 0x557173600a80 void 0.000124
+gallium_dri.so malloc 72 0x557173600bb0 0.000123
+gallium_dri.so free 0x557173600c00 void 0.000177
+gallium_dri.so free 0x557173600bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173600bb0 0.000125
+gallium_dri.so free 0x557173600d00 void 0.000124
+gallium_dri.so free 0x557173600bb0 void 0.000128
+gallium_dri.so malloc 72 0x557173600cb0 0.000131
+gallium_dri.so free 0x557173600dc0 void 0.000130
+gallium_dri.so free 0x557173600cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173600d70 0.000123
+gallium_dri.so free 0x557173600e00 void 0.000124
+gallium_dri.so free 0x557173600d70 void 0.000128
+gallium_dri.so malloc 72 0x557173600d70 0.000132
+gallium_dri.so free 0x557173600ec0 void 0.000125
+gallium_dri.so free 0x557173600d70 void 0.000128
+gallium_dri.so malloc 72 0x557173600f30 0.000124
+gallium_dri.so free 0x557173600f80 void 0.000130
+gallium_dri.so free 0x557173600f30 void 0.000131
+gallium_dri.so malloc 72 0x557173600f30 0.000130
+gallium_dri.so free 0x55717360c0c0 void 0.000125
+gallium_dri.so free 0x557173600f30 void 0.000124
+gallium_dri.so malloc 72 0x55717360c110 0.000123
+gallium_dri.so free 0x55717360c180 void 0.000130
+gallium_dri.so free 0x55717360c110 void 0.000133
+gallium_dri.so malloc 72 0x55717360c1a0 0.000131
+gallium_dri.so free 0x55717360c240 void 0.000130
+gallium_dri.so free 0x55717360c1a0 void 0.000130
+gallium_dri.so malloc 72 0x55717360c1f0 0.000126
+gallium_dri.so free 0x55717360c2c0 void 0.000130
+gallium_dri.so free 0x55717360c1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360c1f0 0.000126
+gallium_dri.so free 0x55717360c340 void 0.000124
+gallium_dri.so free 0x55717360c1f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c340 0.000134
+gallium_dri.so free 0x55717360c400 void 0.000131
+gallium_dri.so free 0x55717360c340 void 0.000130
+gallium_dri.so malloc 72 0x55717360c340 0.000129
+gallium_dri.so free 0x55717360c500 void 0.000125
+gallium_dri.so free 0x55717360c340 void 0.000122
+gallium_dri.so malloc 72 0x55717360c340 0.000123
+gallium_dri.so free 0x55717360c580 void 0.000128
+gallium_dri.so free 0x55717360c340 void 0.000127
+gallium_dri.so malloc 72 0x55717360c5b0 0.000128
+gallium_dri.so free 0x55717360c600 void 0.000131
+gallium_dri.so free 0x55717360c5b0 void 0.000140
+gallium_dri.so malloc 72 0x55717360c5b0 0.000127
+gallium_dri.so free 0x55717360c700 void 0.000124
+gallium_dri.so free 0x55717360c5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c6b0 0.000124
+gallium_dri.so free 0x55717360c7c0 void 0.000124
+gallium_dri.so free 0x55717360c6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c770 0.000133
+gallium_dri.so free 0x55717360c800 void 0.000125
+gallium_dri.so free 0x55717360c770 void 0.000129
+gallium_dri.so malloc 72 0x55717360c770 0.000130
+gallium_dri.so free 0x55717360c8c0 void 0.000130
+gallium_dri.so free 0x55717360c770 void 0.000133
+gallium_dri.so malloc 72 0x55717360c910 0.000130
+gallium_dri.so free 0x55717360c980 void 0.000130
+gallium_dri.so free 0x55717360c910 void 0.000129
+gallium_dri.so malloc 72 0x55717360c9c0 0.000130
+gallium_dri.so free 0x55717360ca40 void 0.000131
+gallium_dri.so free 0x55717360c9c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ca40 0.000130
+gallium_dri.so free 0x55717360cb00 void 0.000131
+gallium_dri.so free 0x55717360ca40 void 0.000139
+gallium_dri.so malloc 72 0x55717360ca40 0.000131
+gallium_dri.so free 0x55717360cb80 void 0.000126
+gallium_dri.so free 0x55717360ca40 void 0.000124
+gallium_dri.so malloc 72 0x55717360cbb0 0.000129
+gallium_dri.so free 0x55717360cc00 void 0.000127
+gallium_dri.so free 0x55717360cbb0 void 0.000127
+gallium_dri.so malloc 72 0x55717360cbb0 0.000130
+gallium_dri.so free 0x55717360cd00 void 0.000130
+gallium_dri.so free 0x55717360cbb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ccb0 0.000124
+gallium_dri.so free 0x55717360cdc0 void 0.000128
+gallium_dri.so free 0x55717360ccb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360cd70 0.000125
+gallium_dri.so free 0x55717360ce40 void 0.000124
+gallium_dri.so free 0x55717360cd70 void 0.000127
+gallium_dri.so malloc 72 0x55717360ce60 0.000124
+gallium_dri.so free 0x55717360cf00 void 0.000123
+gallium_dri.so free 0x55717360ce60 void 0.000122
+gallium_dri.so malloc 72 0x55717360ceb0 0.000130
+gallium_dri.so free 0x55717360cf80 void 0.000130
+gallium_dri.so free 0x55717360ceb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360ceb0 0.000138
+gallium_dri.so free 0x55717360d000 void 0.000131
+gallium_dri.so free 0x55717360ceb0 void 0.000135
+gallium_dri.so malloc 72 0x55717360d000 0.000126
+gallium_dri.so free 0x55717360d0c0 void 0.000130
+gallium_dri.so free 0x55717360d000 void 0.000125
+gallium_dri.so malloc 72 0x55717360d000 0.000128
+gallium_dri.so free 0x55717360d180 void 0.000130
+gallium_dri.so free 0x55717360d000 void 0.000164
+gallium_dri.so malloc 72 0x55717360d000 0.000161
+gallium_dri.so free 0x55717360d240 void 0.000163
+gallium_dri.so free 0x55717360d000 void 0.000130
+gallium_dri.so malloc 72 0x55717360d1f0 0.000130
+gallium_dri.so free 0x55717360d240 void 0.000133
+gallium_dri.so free 0x55717360d1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d1f0 0.000129
+gallium_dri.so free 0x55717360d340 void 0.000125
+gallium_dri.so free 0x55717360d1f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360d2f0 0.000131
+gallium_dri.so free 0x55717360d400 void 0.000130
+gallium_dri.so free 0x55717360d2f0 void 0.000163
+gallium_dri.so malloc 72 0x55717360d3b0 0.000126
+gallium_dri.so free 0x55717360d440 void 0.000128
+gallium_dri.so free 0x55717360d3b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d3b0 0.000132
+gallium_dri.so free 0x55717360d500 void 0.000125
+gallium_dri.so free 0x55717360d3b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360d540 0.000131
+gallium_dri.so free 0x55717360d5c0 void 0.000125
+gallium_dri.so free 0x55717360d540 void 0.000123
+gallium_dri.so malloc 72 0x55717360d5c0 0.000124
+gallium_dri.so free 0x55717360d680 void 0.000128
+gallium_dri.so free 0x55717360d5c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d5c0 0.000123
+gallium_dri.so free 0x55717360d740 void 0.000137
+gallium_dri.so free 0x55717360d5c0 void 0.000261
+gallium_dri.so malloc 72 0x55717360d760 0.000307
+gallium_dri.so free 0x55717360d800 void 0.000274
+gallium_dri.so free 0x55717360d760 void 0.000288
+gallium_dri.so malloc 72 0x55717360d7b0 0.000294
+gallium_dri.so free 0x55717360d880 void 0.000273
+gallium_dri.so free 0x55717360d7b0 void 0.000215
+gallium_dri.so malloc 72 0x55717360d7b0 0.000167
+gallium_dri.so free 0x55717360d900 void 0.000164
+gallium_dri.so free 0x55717360d7b0 void 0.000135
+gallium_dri.so malloc 72 0x55717360d900 0.000131
+gallium_dri.so free 0x55717360d9c0 void 0.000125
+gallium_dri.so free 0x55717360d900 void 0.000128
+gallium_dri.so malloc 72 0x55717360d900 0.000130
+gallium_dri.so free 0x55717360da80 void 0.000131
+gallium_dri.so free 0x55717360d900 void 0.000223
+gallium_dri.so malloc 72 0x55717360d900 0.000131
+gallium_dri.so free 0x55717360db40 void 0.000131
+gallium_dri.so free 0x55717360d900 void 0.000131
+gallium_dri.so malloc 72 0x55717360daf0 0.000126
+gallium_dri.so free 0x55717360dc00 void 0.000130
+gallium_dri.so free 0x55717360daf0 void 0.000129
+gallium_dri.so malloc 72 0x55717360dbb0 0.000143
+gallium_dri.so free 0x55717360dc80 void 0.000166
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dcd0 0.000129
+gallium_dri.so free 0x55717360dd40 void 0.000129
+gallium_dri.so free 0x55717360dcd0 void 0.000126
+gallium_dri.so malloc 72 0x55717360dd60 0.000129
+gallium_dri.so free 0x55717360de00 void 0.000131
+gallium_dri.so free 0x55717360dd60 void 0.000130
+gallium_dri.so malloc 72 0x55717360ddb0 0.000131
+gallium_dri.so free 0x55717360de80 void 0.000131
+gallium_dri.so free 0x55717360ddb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360ddb0 0.000123
+gallium_dri.so free 0x55717360df00 void 0.000129
+gallium_dri.so free 0x55717360ddb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360df00 0.000130
+gallium_dri.so free 0x55717360dfc0 void 0.000131
+gallium_dri.so free 0x55717360df00 void 0.000131
+gallium_dri.so malloc 72 0x55717360df00 0.000131
+gallium_dri.so free 0x55717360e0c0 void 0.000131
+gallium_dri.so free 0x55717360df00 void 0.000195
+gallium_dri.so malloc 72 0x55717360e070 0.000131
+gallium_dri.so free 0x55717360e100 void 0.000125
+gallium_dri.so free 0x55717360e070 void 0.000124
+gallium_dri.so malloc 72 0x55717360e070 0.000129
+gallium_dri.so free 0x55717360e1c0 void 0.000131
+gallium_dri.so free 0x55717360e070 void 0.000131
+gallium_dri.so malloc 72 0x55717360e200 0.000130
+gallium_dri.so free 0x55717360e280 void 0.000125
+gallium_dri.so free 0x55717360e200 void 0.000120
+gallium_dri.so malloc 72 0x55717360e280 0.000129
+gallium_dri.so free 0x55717360e340 void 0.000131
+gallium_dri.so free 0x55717360e280 void 0.000130
+gallium_dri.so malloc 72 0x55717360e280 0.000125
+gallium_dri.so free 0x55717360e3c0 void 0.000124
+gallium_dri.so free 0x55717360e280 void 0.000127
+gallium_dri.so malloc 72 0x55717360e3f0 0.000130
+gallium_dri.so free 0x55717360e440 void 0.000130
+gallium_dri.so free 0x55717360e3f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360e3f0 0.000131
+gallium_dri.so free 0x55717360e540 void 0.000130
+gallium_dri.so free 0x55717360e3f0 void 0.000139
+gallium_dri.so malloc 72 0x55717360e580 0.000131
+gallium_dri.so free 0x55717360e600 void 0.000130
+gallium_dri.so free 0x55717360e580 void 0.000126
+gallium_dri.so malloc 72 0x55717360e600 0.000126
+gallium_dri.so free 0x55717360e6c0 void 0.000130
+gallium_dri.so free 0x55717360e600 void 0.000132
+gallium_dri.so malloc 72 0x55717360e600 0.000130
+gallium_dri.so free 0x55717360e740 void 0.000127
+gallium_dri.so free 0x55717360e600 void 0.000128
+gallium_dri.so malloc 72 0x55717360e770 0.000131
+gallium_dri.so free 0x55717360e7c0 void 0.000223
+gallium_dri.so free 0x55717360e770 void 0.000224
+gallium_dri.so malloc 72 0x55717360e770 0.000222
+gallium_dri.so free 0x55717360e8c0 void 0.000132
+gallium_dri.so free 0x55717360e770 void 0.000125
+gallium_dri.so malloc 72 0x55717360e870 0.000125
+gallium_dri.so free 0x55717360e980 void 0.000129
+gallium_dri.so free 0x55717360e870 void 0.000130
+gallium_dri.so malloc 72 0x55717360e930 0.000139
+gallium_dri.so free 0x55717360ea00 void 0.000132
+gallium_dri.so free 0x55717360e930 void 0.000131
+gallium_dri.so malloc 72 0x55717360e930 0.000131
+gallium_dri.so free 0x55717360eac0 void 0.000130
+gallium_dri.so free 0x55717360e930 void 0.000130
+gallium_dri.so malloc 72 0x55717360e930 0.000130
+gallium_dri.so free 0x55717360eb80 void 0.000131
+gallium_dri.so free 0x55717360e930 void 0.000135
+gallium_dri.so malloc 72 0x55717360eb30 0.000131
+gallium_dri.so free 0x55717360ec00 void 0.000131
+gallium_dri.so free 0x55717360eb30 void 0.000125
+gallium_dri.so malloc 72 0x55717360ec50 0.000123
+gallium_dri.so free 0x55717360ecc0 void 0.000125
+gallium_dri.so free 0x55717360ec50 void 0.000125
+gallium_dri.so malloc 72 0x55717360ece0 0.000129
+gallium_dri.so free 0x55717360ed80 void 0.000126
+gallium_dri.so free 0x55717360ece0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ed30 0.000130
+gallium_dri.so free 0x55717360ee00 void 0.000132
+gallium_dri.so free 0x55717360ed30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ee00 0.000142
+gallium_dri.so free 0x55717360eec0 void 0.000132
+gallium_dri.so free 0x55717360ee00 void 0.000124
+gallium_dri.so malloc 72 0x55717360ee00 0.000122
+gallium_dri.so free 0x55717360ef40 void 0.000123
+gallium_dri.so free 0x55717360ee00 void 0.000123
+gallium_dri.so malloc 72 0x55717360ef40 0.000127
+gallium_dri.so free 0x55717360f000 void 0.000132
+gallium_dri.so free 0x55717360ef40 void 0.000126
+gallium_dri.so malloc 72 0x55717360ef40 0.000131
+gallium_dri.so free 0x55717360f0c0 void 0.000132
+gallium_dri.so free 0x55717360ef40 void 0.000133
+gallium_dri.so malloc 72 0x55717360ef40 0.000124
+gallium_dri.so free 0x55717360f180 void 0.000128
+gallium_dri.so free 0x55717360ef40 void 0.000124
+gallium_dri.so malloc 72 0x55717360f130 0.000129
+gallium_dri.so free 0x55717360f200 void 0.000125
+gallium_dri.so free 0x55717360f130 void 0.000224
+gallium_dri.so malloc 72 0x55717360f250 0.000132
+gallium_dri.so free 0x55717360f2c0 void 0.000131
+gallium_dri.so free 0x55717360f250 void 0.000133
+gallium_dri.so malloc 72 0x55717360f300 0.000142
+gallium_dri.so free 0x55717360f380 void 0.000131
+gallium_dri.so free 0x55717360f300 void 0.000129
+gallium_dri.so malloc 72 0x55717360f300 0.000131
+gallium_dri.so free 0x55717360f400 void 0.000131
+gallium_dri.so free 0x55717360f300 void 0.000129
+gallium_dri.so malloc 72 0x55717360f430 0.000130
+gallium_dri.so free 0x55717360f480 void 0.000129
+gallium_dri.so free 0x55717360f430 void 0.000131
+gallium_dri.so malloc 72 0x55717360f430 0.000129
+gallium_dri.so free 0x55717360f580 void 0.000130
+gallium_dri.so free 0x55717360f430 void 0.000130
+gallium_dri.so malloc 72 0x55717360f530 0.000125
+gallium_dri.so free 0x55717360f640 void 0.000128
+gallium_dri.so free 0x55717360f530 void 0.000130
+gallium_dri.so malloc 72 0x55717360f5f0 0.000130
+gallium_dri.so free 0x55717360f680 void 0.000130
+gallium_dri.so free 0x55717360f5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f5f0 0.000129
+gallium_dri.so free 0x55717360f740 void 0.000125
+gallium_dri.so free 0x55717360f5f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f7b0 0.000180
+gallium_dri.so free 0x55717360f800 void 0.000131
+gallium_dri.so free 0x55717360f7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f7b0 0.000127
+gallium_dri.so free 0x55717360f900 void 0.000125
+gallium_dri.so free 0x55717360f7b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360f8b0 0.000137
+gallium_dri.so free 0x55717360f9c0 void 0.000130
+gallium_dri.so free 0x55717360f8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f970 0.000128
+gallium_dri.so free 0x55717360fa00 void 0.000131
+gallium_dri.so free 0x55717360f970 void 0.000130
+gallium_dri.so malloc 72 0x55717360f970 0.000125
+gallium_dri.so free 0x55717360fac0 void 0.000124
+gallium_dri.so free 0x55717360f970 void 0.000127
+gallium_dri.so malloc 72 0x55717360fb00 0.000129
+gallium_dri.so free 0x55717360fb80 void 0.000130
+gallium_dri.so free 0x55717360fb00 void 0.000125
+gallium_dri.so malloc 72 0x55717360fb80 0.000128
+gallium_dri.so free 0x55717360fc40 void 0.000126
+gallium_dri.so free 0x55717360fb80 void 0.000129
+gallium_dri.so malloc 72 0x55717360fb80 0.000124
+gallium_dri.so free 0x55717360fd00 void 0.000124
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so malloc 72 0x55717360fd20 0.000138
+gallium_dri.so free 0x55717360fdc0 void 0.000131
+gallium_dri.so free 0x55717360fd20 void 0.000130
+gallium_dri.so malloc 72 0x55717360fd70 0.000129
+gallium_dri.so free 0x55717360fe40 void 0.000131
+gallium_dri.so free 0x55717360fd70 void 0.000130
+gallium_dri.so malloc 72 0x55717360fd70 0.000125
+gallium_dri.so free 0x55717360fec0 void 0.000123
+gallium_dri.so free 0x55717360fd70 void 0.000125
+gallium_dri.so malloc 72 0x55717360fec0 0.000128
+gallium_dri.so free 0x55717360ff80 void 0.000125
+gallium_dri.so free 0x55717360fec0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fec0 0.000123
+gallium_dri.so free 0x557173610040 void 0.000128
+gallium_dri.so free 0x55717360fec0 void 0.000126
+gallium_dri.so malloc 72 0x55717360fec0 0.000124
+gallium_dri.so free 0x557173610100 void 0.000124
+gallium_dri.so free 0x55717360fec0 void 0.000128
+gallium_dri.so malloc 72 0x5571736100b0 0.000130
+gallium_dri.so free 0x5571736101c0 void 0.000133
+gallium_dri.so free 0x5571736100b0 void 0.000129
+gallium_dri.so malloc 72 0x557173610170 0.000131
+gallium_dri.so free 0x557173610240 void 0.000130
+gallium_dri.so free 0x557173610170 void 0.000130
+gallium_dri.so malloc 72 0x557173610290 0.000138
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610290 void 0.000130
+gallium_dri.so malloc 72 0x557173610320 0.000127
+gallium_dri.so free 0x5571736103c0 void 0.000129
+gallium_dri.so free 0x557173610320 void 0.000126
+gallium_dri.so malloc 72 0x557173610370 0.000126
+gallium_dri.so free 0x557173610440 void 0.000124
+gallium_dri.so free 0x557173610370 void 0.000128
+gallium_dri.so malloc 72 0x557173610370 0.000130
+gallium_dri.so free 0x5571736104c0 void 0.000130
+gallium_dri.so free 0x557173610370 void 0.000125
+gallium_dri.so malloc 72 0x5571736104c0 0.000123
+gallium_dri.so free 0x557173610580 void 0.000125
+gallium_dri.so free 0x5571736104c0 void 0.000128
+gallium_dri.so malloc 72 0x5571736104c0 0.000130
+gallium_dri.so free 0x557173610680 void 0.000131
+gallium_dri.so free 0x5571736104c0 void 0.000120
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x5571736106c0 void 0.000117
+gallium_dri.so free 0x557173610630 void 0.000117
+gallium_dri.so malloc 72 0x557173610630 0.000117
+gallium_dri.so free 0x557173610780 void 0.000117
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x5571736107c0 0.000117
+gallium_dri.so free 0x557173610840 void 0.000123
+gallium_dri.so free 0x5571736107c0 void 0.000118
+gallium_dri.so malloc 72 0x557173610840 0.000116
+gallium_dri.so free 0x557173610900 void 0.000117
+gallium_dri.so free 0x557173610840 void 0.000117
+gallium_dri.so malloc 72 0x557173610840 0.000118
+gallium_dri.so free 0x557173610980 void 0.000119
+gallium_dri.so free 0x557173610840 void 0.000117
+gallium_dri.so malloc 72 0x5571736109b0 0.000117
+gallium_dri.so free 0x557173610a00 void 0.000118
+gallium_dri.so free 0x5571736109b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736109b0 0.000117
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so free 0x5571736109b0 void 0.000117
+gallium_dri.so malloc 72 0x557173610b40 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000118
+gallium_dri.so free 0x557173610b40 void 0.000118
+gallium_dri.so malloc 72 0x557173610bc0 0.000117
+gallium_dri.so free 0x557173610c80 void 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173610bc0 0.000118
+gallium_dri.so free 0x557173610d00 void 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173610d30 0.000117
+gallium_dri.so free 0x557173610d80 void 0.000117
+gallium_dri.so free 0x557173610d30 void 0.000119
+gallium_dri.so malloc 72 0x557173610d30 0.000117
+gallium_dri.so free 0x557173610e80 void 0.000129
+gallium_dri.so free 0x557173610d30 void 0.000118
+gallium_dri.so malloc 72 0x557173610e30 0.000117
+gallium_dri.so free 0x557173610f40 void 0.000118
+gallium_dri.so free 0x557173610e30 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x557173610fc0 void 0.000117
+gallium_dri.so free 0x557173610ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000117
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x557173610ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000117
+gallium_dri.so free 0x557173611140 void 0.000118
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571736110f0 0.000117
+gallium_dri.so free 0x5571736111c0 void 0.000117
+gallium_dri.so free 0x5571736110f0 void 0.000115
+gallium_dri.so malloc 72 0x557173611210 0.000117
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000119
+gallium_dri.so free 0x557173611210 void 0.000116
+gallium_dri.so malloc 72 0x5571735bfe70 0.000117
+gallium_dri.so free 0x5571735bfec0 void 0.000119
+gallium_dri.so free 0x5571735bfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfec0 0.000168
+gallium_dri.so free 0x5571735bff80 void 0.000119
+gallium_dri.so free 0x5571735bfec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfec0 0.000116
+gallium_dri.so free 0x5571735c0080 void 0.000179
+gallium_dri.so free 0x5571735bfec0 void 0.000181
+gallium_dri.so malloc 72 0x5571735c0030 0.000185
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c0030 void 0.000117
+gallium_dri.so malloc 72 0x5571735c00f0 0.000116
+gallium_dri.so free 0x5571735c0180 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c00f0 0.000117
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0280 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0300 0.000117
+gallium_dri.so free 0x5571735c03c0 void 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0300 0.000117
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0300 0.000117
+gallium_dri.so free 0x5571735c0500 void 0.000125
+gallium_dri.so free 0x5571735c0300 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0300 0.000118
+gallium_dri.so free 0x5571735c05c0 void 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0570 0.000118
+gallium_dri.so free 0x5571735c0640 void 0.000118
+gallium_dri.so free 0x5571735c0570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0690 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c0690 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0720 0.000118
+gallium_dri.so free 0x5571735c07c0 void 0.000117
+gallium_dri.so free 0x5571735c0720 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0770 0.000116
+gallium_dri.so free 0x5571735c0840 void 0.000119
+gallium_dri.so free 0x5571735c0770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0770 0.000117
+gallium_dri.so free 0x5571735c0940 void 0.000117
+gallium_dri.so free 0x5571735c0770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08f0 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000117
+gallium_dri.so free 0x5571735c08f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a10 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000117
+gallium_dri.so free 0x5571735c0a10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0aa0 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000127
+gallium_dri.so free 0x5571735c0aa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0af0 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so free 0x5571735c0af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0af0 0.000117
+gallium_dri.so free 0x5571735c0c40 void 0.000116
+gallium_dri.so free 0x5571735c0af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0c40 0.000117
+gallium_dri.so free 0x5571735c0d00 void 0.000120
+gallium_dri.so free 0x5571735c0c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0c40 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0c40 0.000117
+gallium_dri.so free 0x5571735c0e80 void 0.000117
+gallium_dri.so free 0x5571735c0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000119
+gallium_dri.so free 0x5571735c0f00 void 0.000117
+gallium_dri.so free 0x5571735c0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000117
+gallium_dri.so free 0x5571735c1000 void 0.000119
+gallium_dri.so free 0x5571735c0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000124
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735c0fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000186
+gallium_dri.so free 0x5571735c1100 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c11c0 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1210 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c1210 void 0.000117
+gallium_dri.so malloc 72 0x5571735c12c0 0.000117
+gallium_dri.so free 0x5571735c1340 void 0.000119
+gallium_dri.so free 0x5571735c12c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1340 0.000119
+gallium_dri.so free 0x5571735c1400 void 0.000117
+gallium_dri.so free 0x5571735c1340 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1340 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000118
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000116
+gallium_dri.so free 0x5571735c1500 void 0.000117
+gallium_dri.so free 0x5571735c14b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000117
+gallium_dri.so free 0x5571735c1600 void 0.000117
+gallium_dri.so free 0x5571735c14b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c15b0 0.000119
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x5571735c15b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1670 0.000120
+gallium_dri.so free 0x5571735c1740 void 0.000117
+gallium_dri.so free 0x5571735c1670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1760 0.000116
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c1760 void 0.000118
+gallium_dri.so malloc 72 0x5571735c17b0 0.000117
+gallium_dri.so free 0x5571735c1880 void 0.000117
+gallium_dri.so free 0x5571735c17b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c17b0 0.000118
+gallium_dri.so free 0x5571735c1900 void 0.000119
+gallium_dri.so free 0x5571735c17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1900 0.000117
+gallium_dri.so free 0x5571735c19c0 void 0.000118
+gallium_dri.so free 0x5571735c1900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1900 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000117
+gallium_dri.so free 0x5571735c1900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1900 0.000118
+gallium_dri.so free 0x5571735c1b40 void 0.000118
+gallium_dri.so free 0x5571735c1900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1af0 0.000118
+gallium_dri.so free 0x5571735c1b40 void 0.000116
+gallium_dri.so free 0x5571735c1af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1af0 0.000117
+gallium_dri.so free 0x5571735c1c40 void 0.000118
+gallium_dri.so free 0x5571735c1af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000117
+gallium_dri.so free 0x5571735c1d00 void 0.000117
+gallium_dri.so free 0x5571735c1bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c1d40 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000116
+gallium_dri.so free 0x5571735c1e00 void 0.000118
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so free 0x5571735c1e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000121
+gallium_dri.so free 0x5571735c1f80 void 0.000117
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000117
+gallium_dri.so free 0x5571735c2040 void 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2060 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so free 0x5571735c2060 void 0.000116
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c20b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c20b0 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000162
+gallium_dri.so free 0x5571735c20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c22c0 void 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2200 0.000118
+gallium_dri.so free 0x5571735c2440 void 0.000118
+gallium_dri.so free 0x5571735c2200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c23f0 0.000118
+gallium_dri.so free 0x5571735c2500 void 0.000119
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24b0 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000118
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c25d0 0.000119
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so free 0x5571735c25d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2660 0.000118
+gallium_dri.so free 0x5571735c2700 void 0.000118
+gallium_dri.so free 0x5571735c2660 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26b0 0.000117
+gallium_dri.so free 0x5571735c2780 void 0.000118
+gallium_dri.so free 0x5571735c26b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26b0 0.000117
+gallium_dri.so free 0x5571735c2800 void 0.000119
+gallium_dri.so free 0x5571735c26b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2800 0.000117
+gallium_dri.so free 0x5571735c28c0 void 0.000118
+gallium_dri.so free 0x5571735c2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2800 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x5571735c2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x5571735c2a00 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000117
+gallium_dri.so free 0x5571735c2ac0 void 0.000117
+gallium_dri.so free 0x5571735c2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b00 0.000117
+gallium_dri.so free 0x5571735c2b80 void 0.000118
+gallium_dri.so free 0x5571735c2b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b80 0.000117
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2b80 0.000117
+gallium_dri.so free 0x5571735c2cc0 void 0.000117
+gallium_dri.so free 0x5571735c2b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000117
+gallium_dri.so free 0x5571735c2d40 void 0.000119
+gallium_dri.so free 0x5571735c2cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000129
+gallium_dri.so free 0x5571735c2e40 void 0.000118
+gallium_dri.so free 0x5571735c2cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e80 0.000124
+gallium_dri.so free 0x5571735c2f00 void 0.000109
+gallium_dri.so free 0x5571735c2e80 void 0.000201
+gallium_dri.so malloc 72 0x5571735c2f00 0.000153
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2f00 0.000117
+gallium_dri.so free 0x5571735c3040 void 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3070 0.000117
+gallium_dri.so free 0x5571735c30c0 void 0.000120
+gallium_dri.so free 0x5571735c3070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3070 0.000117
+gallium_dri.so free 0x5571735c31c0 void 0.000118
+gallium_dri.so free 0x5571735c3070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3170 0.000117
+gallium_dri.so free 0x5571735c3280 void 0.000118
+gallium_dri.so free 0x5571735c3170 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3230 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000116
+gallium_dri.so free 0x5571735c3230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3230 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x5571735c3230 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3230 0.000118
+gallium_dri.so free 0x5571735c3480 void 0.000118
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000117
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c3430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3550 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so free 0x5571735c3550 void 0.000117
+gallium_dri.so malloc 72 0x5571735c35e0 0.000116
+gallium_dri.so free 0x5571735c3680 void 0.000119
+gallium_dri.so free 0x5571735c35e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3700 0.000116
+gallium_dri.so free 0x5571735c37c0 void 0.000116
+gallium_dri.so free 0x5571735c3700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3700 0.000117
+gallium_dri.so free 0x5571735c3840 void 0.000116
+gallium_dri.so free 0x5571735c3700 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3840 0.000117
+gallium_dri.so free 0x5571735c3900 void 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3840 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000121
+gallium_dri.so free 0x5571735c3840 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3840 0.000116
+gallium_dri.so free 0x5571735c3a80 void 0.000117
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a30 0.000117
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so free 0x5571735c3a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3b50 0.000116
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3b50 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c00 0.000116
+gallium_dri.so free 0x5571735c3c80 void 0.000118
+gallium_dri.so free 0x5571735c3c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c00 0.000117
+gallium_dri.so free 0x5571735c3d00 void 0.000118
+gallium_dri.so free 0x5571735c3c00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3d30 0.000117
+gallium_dri.so free 0x5571735c3d80 void 0.000117
+gallium_dri.so free 0x5571735c3d30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3d30 0.000122
+gallium_dri.so free 0x5571735c3e80 void 0.000117
+gallium_dri.so free 0x5571735c3d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3e30 0.000116
+gallium_dri.so free 0x5571735c3f40 void 0.000117
+gallium_dri.so free 0x5571735c3e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000116
+gallium_dri.so free 0x5571735c3f80 void 0.000165
+gallium_dri.so free 0x5571735c3ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000117
+gallium_dri.so free 0x5571735c4040 void 0.000116
+gallium_dri.so free 0x5571735c3ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40b0 0.000116
+gallium_dri.so free 0x5571735c4100 void 0.000117
+gallium_dri.so free 0x5571735c40b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c40b0 0.000116
+gallium_dri.so free 0x5571735c4200 void 0.000116
+gallium_dri.so free 0x5571735c40b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c41b0 0.000117
+gallium_dri.so free 0x5571735c42c0 void 0.000116
+gallium_dri.so free 0x5571735c41b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4270 0.000117
+gallium_dri.so free 0x5571735c4300 void 0.000116
+gallium_dri.so free 0x5571735c4270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4270 0.000117
+gallium_dri.so free 0x5571735c43c0 void 0.000117
+gallium_dri.so free 0x5571735c4270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4400 0.000117
+gallium_dri.so free 0x5571735c4480 void 0.000118
+gallium_dri.so free 0x5571735c4400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4480 0.000116
+gallium_dri.so free 0x5571735c4540 void 0.000117
+gallium_dri.so free 0x5571735c4480 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4480 0.000117
+gallium_dri.so free 0x5571735c4600 void 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4620 0.000116
+gallium_dri.so free 0x5571735c46c0 void 0.000117
+gallium_dri.so free 0x5571735c4620 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4670 0.000117
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c4670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4670 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000118
+gallium_dri.so free 0x5571735c4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c47c0 0.000117
+gallium_dri.so free 0x5571735c4880 void 0.000116
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c47c0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000119
+gallium_dri.so free 0x5571735c47c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c47c0 0.000108
+gallium_dri.so free 0x5571735c4a00 void 0.000264
+gallium_dri.so free 0x5571735c47c0 void 0.000213
+gallium_dri.so malloc 72 0x5571735c49b0 0.000120
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x5571735c49b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4a70 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b90 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c20 0.000116
+gallium_dri.so free 0x5571735c4cc0 void 0.000116
+gallium_dri.so free 0x5571735c4c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c70 0.000117
+gallium_dri.so free 0x5571735c4d40 void 0.000116
+gallium_dri.so free 0x5571735c4c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4c70 0.000118
+gallium_dri.so free 0x5571735c4dc0 void 0.000117
+gallium_dri.so free 0x5571735c4c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000117
+gallium_dri.so free 0x5571735c4e80 void 0.000121
+gallium_dri.so free 0x5571735c4dc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000117
+gallium_dri.so free 0x5571735c4dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f30 0.000117
+gallium_dri.so free 0x5571735c4fc0 void 0.000117
+gallium_dri.so free 0x5571735c4f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f30 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f30 0.000115
+gallium_dri.so free 0x557173469a80 void 0.000188
+gallium_dri.so free 0x5571735c4f30 void 0.000120
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469b40 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000119
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000119
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469cc0 void 0.000118
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469dc0 void 0.000118
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d70 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000117
+gallium_dri.so free 0x557173469d70 void 0.000117
+gallium_dri.so malloc 72 0x557173469e30 0.000118
+gallium_dri.so free 0x557173469ec0 void 0.000117
+gallium_dri.so free 0x557173469e30 void 0.000117
+gallium_dri.so malloc 72 0x557173469e30 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000119
+gallium_dri.so free 0x557173469e30 void 0.000117
+gallium_dri.so malloc 72 0x557173469fc0 0.000127
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so free 0x557173469fc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a040 0.000117
+gallium_dri.so free 0x55717346a100 void 0.000117
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so malloc 72 0x55717346a040 0.000117
+gallium_dri.so free 0x55717346a1c0 void 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000117
+gallium_dri.so malloc 72 0x55717346a1e0 0.000118
+gallium_dri.so free 0x55717346a280 void 0.000116
+gallium_dri.so free 0x55717346a1e0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a230 0.000118
+gallium_dri.so free 0x55717346a300 void 0.000117
+gallium_dri.so free 0x55717346a230 void 0.000125
+gallium_dri.so malloc 72 0x55717346a230 0.000118
+gallium_dri.so free 0x55717346a380 void 0.000118
+gallium_dri.so free 0x55717346a230 void 0.000120
+gallium_dri.so malloc 72 0x55717346a380 0.000119
+gallium_dri.so free 0x55717346a440 void 0.000119
+gallium_dri.so free 0x55717346a380 void 0.000116
+gallium_dri.so malloc 72 0x55717346a380 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000118
+gallium_dri.so free 0x55717346a380 void 0.000118
+gallium_dri.so malloc 72 0x55717346a380 0.000117
+gallium_dri.so free 0x55717346a5c0 void 0.000117
+gallium_dri.so free 0x55717346a380 void 0.000137
+gallium_dri.so malloc 72 0x55717346a570 0.000119
+gallium_dri.so free 0x55717346a680 void 0.000118
+gallium_dri.so free 0x55717346a570 void 0.000117
+gallium_dri.so malloc 72 0x55717346a630 0.000118
+gallium_dri.so free 0x55717346a700 void 0.000118
+gallium_dri.so free 0x55717346a630 void 0.000118
+gallium_dri.so malloc 72 0x55717346a750 0.000119
+gallium_dri.so free 0x55717346a7c0 void 0.000118
+gallium_dri.so free 0x55717346a750 void 0.000117
+gallium_dri.so malloc 72 0x55717346a7e0 0.000118
+gallium_dri.so free 0x55717346a880 void 0.000118
+gallium_dri.so free 0x55717346a7e0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000118
+gallium_dri.so free 0x55717346a900 void 0.000118
+gallium_dri.so free 0x55717346a830 void 0.000118
+gallium_dri.so malloc 72 0x55717346a830 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000118
+gallium_dri.so free 0x55717346a830 void 0.000117
+gallium_dri.so malloc 72 0x55717346a980 0.000116
+gallium_dri.so free 0x55717346aa40 void 0.000117
+gallium_dri.so free 0x55717346a980 void 0.000117
+gallium_dri.so malloc 72 0x55717346a980 0.000118
+gallium_dri.so free 0x55717346ab40 void 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000116
+gallium_dri.so malloc 72 0x55717346aaf0 0.000117
+gallium_dri.so free 0x55717346ab80 void 0.000116
+gallium_dri.so free 0x55717346aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346aaf0 0.000111
+gallium_dri.so free 0x55717346ac40 void 0.000112
+gallium_dri.so free 0x55717346aaf0 void 0.000111
+gallium_dri.so malloc 72 0x55717346ac80 0.000110
+gallium_dri.so free 0x55717346ad00 void 0.000110
+gallium_dri.so free 0x55717346ac80 void 0.000110
+gallium_dri.so malloc 72 0x55717346ad00 0.000109
+gallium_dri.so free 0x55717346adc0 void 0.000110
+gallium_dri.so free 0x55717346ad00 void 0.000110
+gallium_dri.so malloc 72 0x55717346ad00 0.000109
+gallium_dri.so free 0x55717346ae40 void 0.000112
+gallium_dri.so free 0x55717346ad00 void 0.000110
+gallium_dri.so malloc 72 0x55717346ae70 0.000112
+gallium_dri.so free 0x55717346aec0 void 0.000111
+gallium_dri.so free 0x55717346ae70 void 0.000110
+gallium_dri.so malloc 72 0x55717346ae70 0.000111
+gallium_dri.so free 0x55717346afc0 void 0.000112
+gallium_dri.so free 0x55717346ae70 void 0.000109
+gallium_dri.so malloc 72 0x55717346b000 0.000110
+gallium_dri.so free 0x55717346b080 void 0.000111
+gallium_dri.so free 0x55717346b000 void 0.000110
+gallium_dri.so malloc 72 0x55717346b080 0.000114
+gallium_dri.so free 0x55717346b140 void 0.000119
+gallium_dri.so free 0x55717346b080 void 0.000112
+gallium_dri.so malloc 72 0x55717346b080 0.000113
+gallium_dri.so free 0x55717346b1c0 void 0.000111
+gallium_dri.so free 0x55717346b080 void 0.000110
+gallium_dri.so malloc 72 0x55717346b1f0 0.000119
+gallium_dri.so free 0x55717346b240 void 0.000118
+gallium_dri.so free 0x55717346b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b1f0 0.000118
+gallium_dri.so free 0x55717346b340 void 0.000122
+gallium_dri.so free 0x55717346b1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b2f0 0.000118
+gallium_dri.so free 0x55717346b400 void 0.000117
+gallium_dri.so free 0x55717346b2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000118
+gallium_dri.so free 0x55717346b480 void 0.000118
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000116
+gallium_dri.so free 0x55717346b540 void 0.000117
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000118
+gallium_dri.so free 0x55717346b600 void 0.000119
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b5b0 0.000118
+gallium_dri.so free 0x55717346b680 void 0.000117
+gallium_dri.so free 0x55717346b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b6d0 0.000118
+gallium_dri.so free 0x55717346b740 void 0.000117
+gallium_dri.so free 0x55717346b6d0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b760 0.000118
+gallium_dri.so free 0x55717346b800 void 0.000117
+gallium_dri.so free 0x55717346b760 void 0.000170
+gallium_dri.so malloc 72 0x55717346b7b0 0.000124
+gallium_dri.so free 0x55717346b880 void 0.000125
+gallium_dri.so free 0x55717346b7b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b880 0.000119
+gallium_dri.so free 0x55717346b940 void 0.000119
+gallium_dri.so free 0x55717346b880 void 0.000117
+gallium_dri.so malloc 72 0x55717346b880 0.000117
+gallium_dri.so free 0x55717346b9c0 void 0.000117
+gallium_dri.so free 0x55717346b880 void 0.000118
+gallium_dri.so malloc 72 0x55717346b9c0 0.000117
+gallium_dri.so free 0x55717346ba80 void 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b9c0 0.000117
+gallium_dri.so free 0x55717346bb40 void 0.000117
+gallium_dri.so free 0x55717346b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b9c0 0.000118
+gallium_dri.so free 0x55717346bc00 void 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbb0 0.000118
+gallium_dri.so free 0x55717346bc80 void 0.000118
+gallium_dri.so free 0x55717346bbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346bcd0 0.000117
+gallium_dri.so free 0x55717346bd40 void 0.000119
+gallium_dri.so free 0x55717346bcd0 void 0.000116
+gallium_dri.so malloc 72 0x55717346bd80 0.000118
+gallium_dri.so free 0x55717346be00 void 0.000115
+gallium_dri.so free 0x55717346bd80 void 0.000110
+gallium_dri.so malloc 72 0x55717346bd80 0.000110
+gallium_dri.so free 0x55717346be80 void 0.000110
+gallium_dri.so free 0x55717346bd80 void 0.000110
+gallium_dri.so malloc 72 0x55717346beb0 0.000113
+gallium_dri.so free 0x55717346bf00 void 0.000111
+gallium_dri.so free 0x55717346beb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346beb0 0.000111
+gallium_dri.so free 0x55717346c000 void 0.000110
+gallium_dri.so free 0x55717346beb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346bfb0 0.000110
+gallium_dri.so free 0x55717346c0c0 void 0.000111
+gallium_dri.so free 0x55717346bfb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346c070 0.000110
+gallium_dri.so free 0x55717346c100 void 0.000111
+gallium_dri.so free 0x55717346c070 void 0.000109
+gallium_dri.so malloc 72 0x55717346c070 0.000110
+gallium_dri.so free 0x55717346c1c0 void 0.000109
+gallium_dri.so free 0x55717346c070 void 0.000110
+gallium_dri.so malloc 72 0x55717346c230 0.000110
+gallium_dri.so free 0x55717346c280 void 0.000113
+gallium_dri.so free 0x55717346c230 void 0.000117
+gallium_dri.so malloc 72 0x55717346c230 0.000115
+gallium_dri.so free 0x55717346c380 void 0.000115
+gallium_dri.so free 0x55717346c230 void 0.000110
+gallium_dri.so malloc 72 0x55717346c330 0.000111
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so free 0x55717346c330 void 0.000120
+gallium_dri.so malloc 72 0x55717346c3f0 0.000119
+gallium_dri.so free 0x55717346c480 void 0.000117
+gallium_dri.so free 0x55717346c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3f0 0.000118
+gallium_dri.so free 0x55717346c540 void 0.000121
+gallium_dri.so free 0x55717346c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c580 0.000117
+gallium_dri.so free 0x55717346c600 void 0.000117
+gallium_dri.so free 0x55717346c580 void 0.000118
+gallium_dri.so malloc 72 0x55717346c600 0.000118
+gallium_dri.so free 0x55717346c6c0 void 0.000118
+gallium_dri.so free 0x55717346c600 void 0.000118
+gallium_dri.so malloc 72 0x55717346c600 0.000117
+gallium_dri.so free 0x55717346c780 void 0.000119
+gallium_dri.so free 0x55717346c600 void 0.000117
+gallium_dri.so malloc 72 0x55717346c7a0 0.000118
+gallium_dri.so free 0x55717346c840 void 0.000118
+gallium_dri.so free 0x55717346c7a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c7f0 0.000118
+gallium_dri.so free 0x55717346c8c0 void 0.000119
+gallium_dri.so free 0x55717346c7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c7f0 0.000118
+gallium_dri.so free 0x55717346c940 void 0.000117
+gallium_dri.so free 0x55717346c7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c940 0.000117
+gallium_dri.so free 0x55717346ca00 void 0.000195
+gallium_dri.so free 0x55717346c940 void 0.000125
+gallium_dri.so malloc 72 0x55717346c940 0.000123
+gallium_dri.so free 0x55717346cac0 void 0.000124
+gallium_dri.so free 0x55717346c940 void 0.000124
+gallium_dri.so malloc 72 0x55717346c940 0.000118
+gallium_dri.so free 0x55717346cb80 void 0.000118
+gallium_dri.so free 0x55717346c940 void 0.000117
+gallium_dri.so malloc 72 0x55717346cb30 0.000118
+gallium_dri.so free 0x55717346cc40 void 0.000119
+gallium_dri.so free 0x55717346cb30 void 0.000118
+gallium_dri.so malloc 72 0x55717346cbf0 0.000120
+gallium_dri.so free 0x55717346ccc0 void 0.000118
+gallium_dri.so free 0x55717346cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cd10 0.000117
+gallium_dri.so free 0x55717346cd80 void 0.000117
+gallium_dri.so free 0x55717346cd10 void 0.000119
+gallium_dri.so malloc 72 0x55717346cda0 0.000117
+gallium_dri.so free 0x55717346ce40 void 0.000118
+gallium_dri.so free 0x55717346cda0 void 0.000118
+gallium_dri.so malloc 72 0x55717346cdf0 0.000119
+gallium_dri.so free 0x55717346cec0 void 0.000118
+gallium_dri.so free 0x55717346cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdf0 0.000117
+gallium_dri.so free 0x55717346cf40 void 0.000117
+gallium_dri.so free 0x55717346cdf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cf40 0.000111
+gallium_dri.so free 0x55717346d000 void 0.000110
+gallium_dri.so free 0x55717346cf40 void 0.000111
+gallium_dri.so malloc 72 0x55717346cf40 0.000111
+gallium_dri.so free 0x55717346d100 void 0.000110
+gallium_dri.so free 0x55717346cf40 void 0.000111
+gallium_dri.so malloc 72 0x55717346d0b0 0.000109
+gallium_dri.so free 0x55717346d140 void 0.000110
+gallium_dri.so free 0x55717346d0b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d0b0 0.000109
+gallium_dri.so free 0x55717346d200 void 0.000109
+gallium_dri.so free 0x55717346d0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d240 0.000110
+gallium_dri.so free 0x55717346d2c0 void 0.000109
+gallium_dri.so free 0x55717346d240 void 0.000112
+gallium_dri.so malloc 72 0x55717346d2c0 0.000110
+gallium_dri.so free 0x55717346d380 void 0.000111
+gallium_dri.so free 0x55717346d2c0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d2c0 0.000110
+gallium_dri.so free 0x55717346d400 void 0.000109
+gallium_dri.so free 0x55717346d2c0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d430 0.000109
+gallium_dri.so free 0x55717346d480 void 0.000115
+gallium_dri.so free 0x55717346d430 void 0.000121
+gallium_dri.so malloc 72 0x55717346d430 0.000113
+gallium_dri.so free 0x55717346d580 void 0.000111
+gallium_dri.so free 0x55717346d430 void 0.000109
+gallium_dri.so malloc 72 0x55717346d5c0 0.000126
+gallium_dri.so free 0x55717346d640 void 0.000119
+gallium_dri.so free 0x55717346d5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d640 0.000120
+gallium_dri.so free 0x55717346d700 void 0.000117
+gallium_dri.so free 0x55717346d640 void 0.000116
+gallium_dri.so malloc 72 0x55717346d640 0.000118
+gallium_dri.so free 0x55717346d780 void 0.000117
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d7b0 0.000118
+gallium_dri.so free 0x55717346d800 void 0.000118
+gallium_dri.so free 0x55717346d7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d7b0 0.000118
+gallium_dri.so free 0x55717346d900 void 0.000118
+gallium_dri.so free 0x55717346d7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d8b0 0.000118
+gallium_dri.so free 0x55717346d9c0 void 0.000118
+gallium_dri.so free 0x55717346d8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d970 0.000118
+gallium_dri.so free 0x55717346da40 void 0.000118
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x55717346d970 0.000118
+gallium_dri.so free 0x55717346db00 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x55717346d970 0.000119
+gallium_dri.so free 0x55717346dbc0 void 0.000120
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x55717346db70 0.000124
+gallium_dri.so free 0x55717346dc40 void 0.000125
+gallium_dri.so free 0x55717346db70 void 0.000125
+gallium_dri.so malloc 72 0x55717346dc90 0.000126
+gallium_dri.so free 0x55717346dd00 void 0.000121
+gallium_dri.so free 0x55717346dc90 void 0.000117
+gallium_dri.so malloc 72 0x55717346dd20 0.000118
+gallium_dri.so free 0x55717346ddc0 void 0.000119
+gallium_dri.so free 0x55717346dd20 void 0.000119
+gallium_dri.so malloc 72 0x55717346dd70 0.000119
+gallium_dri.so free 0x55717346de40 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346de40 0.000118
+gallium_dri.so free 0x55717346df00 void 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so malloc 72 0x55717346de40 0.000118
+gallium_dri.so free 0x55717346df80 void 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000120
+gallium_dri.so malloc 72 0x55717346df80 0.000117
+gallium_dri.so free 0x55717346e040 void 0.000118
+gallium_dri.so free 0x55717346df80 void 0.000119
+gallium_dri.so malloc 72 0x55717346df80 0.000120
+gallium_dri.so free 0x55717346e100 void 0.000119
+gallium_dri.so free 0x55717346df80 void 0.000118
+gallium_dri.so malloc 72 0x55717346df80 0.000120
+gallium_dri.so free 0x55717346e1c0 void 0.000126
+gallium_dri.so free 0x55717346df80 void 0.000113
+gallium_dri.so malloc 72 0x55717346e170 0.000110
+gallium_dri.so free 0x55717346e240 void 0.000110
+gallium_dri.so free 0x55717346e170 void 0.000112
+gallium_dri.so malloc 72 0x55717346e290 0.000111
+gallium_dri.so free 0x55717346e300 void 0.000112
+gallium_dri.so free 0x55717346e290 void 0.000111
+gallium_dri.so malloc 72 0x55717346e340 0.000111
+gallium_dri.so free 0x55717346e3c0 void 0.000110
+gallium_dri.so free 0x55717346e340 void 0.000110
+gallium_dri.so malloc 72 0x55717346e340 0.000109
+gallium_dri.so free 0x55717346e440 void 0.000111
+gallium_dri.so free 0x55717346e340 void 0.000110
+gallium_dri.so malloc 72 0x55717346e470 0.000116
+gallium_dri.so free 0x55717346e4c0 void 0.000111
+gallium_dri.so free 0x55717346e470 void 0.000112
+gallium_dri.so malloc 72 0x55717346e470 0.000109
+gallium_dri.so free 0x55717346e5c0 void 0.000112
+gallium_dri.so free 0x55717346e470 void 0.000111
+gallium_dri.so malloc 72 0x55717346e570 0.000111
+gallium_dri.so free 0x55717346e680 void 0.000112
+gallium_dri.so free 0x55717346e570 void 0.000116
+gallium_dri.so malloc 72 0x55717346e630 0.000116
+gallium_dri.so free 0x55717346e6c0 void 0.000112
+gallium_dri.so free 0x55717346e630 void 0.000112
+gallium_dri.so malloc 72 0x55717346e630 0.000111
+gallium_dri.so free 0x55717346e780 void 0.000111
+gallium_dri.so free 0x55717346e630 void 0.000127
+gallium_dri.so malloc 72 0x55717346e7f0 0.000121
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so free 0x55717346e7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346e940 void 0.000118
+gallium_dri.so free 0x55717346e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e8f0 0.000119
+gallium_dri.so free 0x55717346ea00 void 0.000119
+gallium_dri.so free 0x55717346e8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e9b0 0.000119
+gallium_dri.so free 0x55717346ea40 void 0.000120
+gallium_dri.so free 0x55717346e9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x55717346eb00 void 0.000120
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eb40 0.000119
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so free 0x55717346eb40 void 0.000119
+gallium_dri.so malloc 72 0x55717346ebc0 0.000119
+gallium_dri.so free 0x55717346ec80 void 0.000118
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ebc0 0.000119
+gallium_dri.so free 0x55717346ed40 void 0.000118
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ed60 0.000119
+gallium_dri.so free 0x55717346ee00 void 0.000119
+gallium_dri.so free 0x55717346ed60 void 0.000124
+gallium_dri.so malloc 72 0x55717346edb0 0.000119
+gallium_dri.so free 0x55717346ee80 void 0.000119
+gallium_dri.so free 0x55717346edb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346edb0 0.000119
+gallium_dri.so free 0x55717346ef00 void 0.000119
+gallium_dri.so free 0x55717346edb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ef00 0.000120
+gallium_dri.so free 0x55717346efc0 void 0.000120
+gallium_dri.so free 0x55717346ef00 void 0.000118
+gallium_dri.so malloc 72 0x55717346ef00 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x55717346ef00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ef00 0.000119
+gallium_dri.so free 0x55717346f140 void 0.000119
+gallium_dri.so free 0x55717346ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717346f0f0 0.000118
+gallium_dri.so free 0x55717346f200 void 0.000118
+gallium_dri.so free 0x55717346f0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000118
+gallium_dri.so free 0x55717346f280 void 0.000118
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f2d0 0.000119
+gallium_dri.so free 0x55717346f340 void 0.000118
+gallium_dri.so free 0x55717346f2d0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f360 0.000119
+gallium_dri.so free 0x55717346f400 void 0.000108
+gallium_dri.so free 0x55717346f360 void 0.000118
+gallium_dri.so malloc 72 0x55717346f3b0 0.000124
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x55717346f3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f3b0 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000118
+gallium_dri.so free 0x55717346f3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735da940 0.000117
+gallium_dri.so free 0x5571735daa00 void 0.000118
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735da940 0.000117
+gallium_dri.so free 0x5571735dab00 void 0.000117
+gallium_dri.so free 0x5571735da940 void 0.000117
+gallium_dri.so malloc 72 0x5571735daab0 0.000118
+gallium_dri.so free 0x5571735dab40 void 0.000117
+gallium_dri.so free 0x5571735daab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daab0 0.000116
+gallium_dri.so free 0x5571735dac00 void 0.000117
+gallium_dri.so free 0x5571735daab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac40 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000118
+gallium_dri.so free 0x5571735dac40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacc0 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000116
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dacc0 0.000129
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae30 0.000120
+gallium_dri.so free 0x5571735dae80 void 0.000120
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dae30 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000119
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafc0 0.000118
+gallium_dri.so free 0x5571735db040 void 0.000119
+gallium_dri.so free 0x5571735dafc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db040 0.000119
+gallium_dri.so free 0x5571735db100 void 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000118
+gallium_dri.so malloc 72 0x5571735db040 0.000118
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so free 0x5571735db040 void 0.000118
+gallium_dri.so malloc 72 0x5571735db1b0 0.000119
+gallium_dri.so free 0x5571735db200 void 0.000120
+gallium_dri.so free 0x5571735db1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db1b0 0.000119
+gallium_dri.so free 0x5571735db300 void 0.000118
+gallium_dri.so free 0x5571735db1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db2b0 0.000118
+gallium_dri.so free 0x5571735db3c0 void 0.000119
+gallium_dri.so free 0x5571735db2b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db370 0.000119
+gallium_dri.so free 0x5571735db440 void 0.000117
+gallium_dri.so free 0x5571735db370 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db500 void 0.000117
+gallium_dri.so free 0x5571735db370 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000117
+gallium_dri.so free 0x5571735db5c0 void 0.000117
+gallium_dri.so free 0x5571735db370 void 0.000118
+gallium_dri.so malloc 72 0x5571735db570 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000117
+gallium_dri.so free 0x5571735db570 void 0.000119
+gallium_dri.so malloc 72 0x5571735db690 0.000117
+gallium_dri.so free 0x5571735db700 void 0.000117
+gallium_dri.so free 0x5571735db690 void 0.000117
+gallium_dri.so malloc 72 0x5571735db720 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000117
+gallium_dri.so free 0x5571735db720 void 0.000117
+gallium_dri.so malloc 72 0x5571735db770 0.000120
+gallium_dri.so free 0x5571735db840 void 0.000118
+gallium_dri.so free 0x5571735db770 void 0.000117
+gallium_dri.so malloc 72 0x5571735db840 0.000116
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so free 0x5571735db840 void 0.000117
+gallium_dri.so malloc 72 0x5571735db840 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so free 0x5571735db840 void 0.000127
+gallium_dri.so malloc 72 0x5571735db980 0.000118
+gallium_dri.so free 0x5571735dba40 void 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so malloc 72 0x5571735db980 0.000117
+gallium_dri.so free 0x5571735dbb00 void 0.000117
+gallium_dri.so free 0x5571735db980 void 0.000117
+gallium_dri.so malloc 72 0x5571735db980 0.000117
+gallium_dri.so free 0x5571735dbbc0 void 0.000116
+gallium_dri.so free 0x5571735db980 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000117
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc90 0.000124
+gallium_dri.so free 0x5571735dbd00 void 0.000119
+gallium_dri.so free 0x5571735dbc90 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbd40 0.000127
+gallium_dri.so free 0x5571735dbdc0 void 0.000120
+gallium_dri.so free 0x5571735dbd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbd40 0.000117
+gallium_dri.so free 0x5571735dbe40 void 0.000116
+gallium_dri.so free 0x5571735dbd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe70 0.000117
+gallium_dri.so free 0x5571735dbec0 void 0.000117
+gallium_dri.so free 0x5571735dbe70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe70 0.000117
+gallium_dri.so free 0x5571735dbfc0 void 0.000128
+gallium_dri.so free 0x5571735dbe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbf70 0.000118
+gallium_dri.so free 0x5571735dc080 void 0.000119
+gallium_dri.so free 0x5571735dbf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc030 0.000118
+gallium_dri.so free 0x5571735dc0c0 void 0.000118
+gallium_dri.so free 0x5571735dc030 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc030 0.000119
+gallium_dri.so free 0x5571735dc180 void 0.000118
+gallium_dri.so free 0x5571735dc030 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000119
+gallium_dri.so free 0x5571735dc240 void 0.000118
+gallium_dri.so free 0x5571735dc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000119
+gallium_dri.so free 0x5571735dc340 void 0.000119
+gallium_dri.so free 0x5571735dc1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000118
+gallium_dri.so free 0x5571735dc400 void 0.000118
+gallium_dri.so free 0x5571735dc2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000118
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so free 0x5571735dc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3b0 0.000118
+gallium_dri.so free 0x5571735dc500 void 0.000119
+gallium_dri.so free 0x5571735dc3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc540 0.000161
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000110
+gallium_dri.so free 0x5571735dc680 void 0.000112
+gallium_dri.so free 0x5571735dc5c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000110
+gallium_dri.so free 0x5571735dc740 void 0.000111
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc760 0.000115
+gallium_dri.so free 0x5571735dc800 void 0.000112
+gallium_dri.so free 0x5571735dc760 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000111
+gallium_dri.so free 0x5571735dc880 void 0.000110
+gallium_dri.so free 0x5571735dc7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000112
+gallium_dri.so free 0x5571735dc900 void 0.000109
+gallium_dri.so free 0x5571735dc7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc900 0.000109
+gallium_dri.so free 0x5571735dc9c0 void 0.000110
+gallium_dri.so free 0x5571735dc900 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc900 0.000117
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so free 0x5571735dc900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc900 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000111
+gallium_dri.so free 0x5571735dc900 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcaf0 0.000109
+gallium_dri.so free 0x5571735dcc00 void 0.000145
+gallium_dri.so free 0x5571735dcaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000119
+gallium_dri.so free 0x5571735dcbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccd0 0.000115
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dccd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd60 0.000118
+gallium_dri.so free 0x5571735dce00 void 0.000116
+gallium_dri.so free 0x5571735dcd60 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dcdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so free 0x5571735dcdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dd100 void 0.000115
+gallium_dri.so free 0x5571735dd070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd070 0.000122
+gallium_dri.so free 0x5571735dd1c0 void 0.000114
+gallium_dri.so free 0x5571735dd070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd200 0.000112
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd280 0.000113
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd3c0 void 0.000112
+gallium_dri.so free 0x5571735dd280 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000115
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so free 0x5571735dd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000113
+gallium_dri.so free 0x5571735dd540 void 0.000113
+gallium_dri.so free 0x5571735dd3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd580 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd580 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd600 0.000113
+gallium_dri.so free 0x5571735dd6c0 void 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd600 0.000112
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd600 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd770 0.000118
+gallium_dri.so free 0x5571735dd7c0 void 0.000124
+gallium_dri.so free 0x5571735dd770 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd770 0.000113
+gallium_dri.so free 0x5571735dd8c0 void 0.000112
+gallium_dri.so free 0x5571735dd770 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd870 0.000112
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd870 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd930 0.000111
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb30 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so free 0x5571735ddb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc50 0.000115
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddce0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddd30 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000202
+gallium_dri.so free 0x5571735ddd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dde00 0.000124
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000117
+gallium_dri.so free 0x5571735de200 void 0.000118
+gallium_dri.so free 0x5571735de130 void 0.000117
+gallium_dri.so malloc 72 0x5571735de250 0.000120
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de250 void 0.000119
+gallium_dri.so malloc 72 0x5571735de300 0.000118
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000117
+gallium_dri.so malloc 72 0x5571735de300 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000110
+gallium_dri.so malloc 72 0x5571735de430 0.000110
+gallium_dri.so free 0x5571735de480 void 0.000110
+gallium_dri.so free 0x5571735de430 void 0.000111
+gallium_dri.so malloc 72 0x5571735de430 0.000110
+gallium_dri.so free 0x5571735de580 void 0.000111
+gallium_dri.so free 0x5571735de430 void 0.000110
+gallium_dri.so malloc 72 0x5571735de530 0.000110
+gallium_dri.so free 0x5571735de640 void 0.000109
+gallium_dri.so free 0x5571735de530 void 0.000110
+gallium_dri.so malloc 72 0x5571735de5f0 0.000108
+gallium_dri.so free 0x5571735de680 void 0.000109
+gallium_dri.so free 0x5571735de5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de5f0 0.000110
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so free 0x5571735de5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de7b0 0.000109
+gallium_dri.so free 0x5571735de800 void 0.000110
+gallium_dri.so free 0x5571735de7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de7b0 0.000110
+gallium_dri.so free 0x5571735de900 void 0.000116
+gallium_dri.so free 0x5571735de7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de8b0 0.000112
+gallium_dri.so free 0x5571735de9c0 void 0.000111
+gallium_dri.so free 0x5571735de8b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de970 0.000109
+gallium_dri.so free 0x5571735dea00 void 0.000125
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735de970 0.000112
+gallium_dri.so free 0x5571735deac0 void 0.000116
+gallium_dri.so free 0x5571735de970 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb00 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000115
+gallium_dri.so free 0x5571735deb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735deb80 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb80 0.000115
+gallium_dri.so free 0x5571735ded00 void 0.000114
+gallium_dri.so free 0x5571735deb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded20 0.000112
+gallium_dri.so free 0x5571735dedc0 void 0.000114
+gallium_dri.so free 0x5571735ded20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x5571735ded70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ded70 0.000112
+gallium_dri.so free 0x5571735deec0 void 0.000113
+gallium_dri.so free 0x5571735ded70 void 0.000112
+gallium_dri.so malloc 72 0x5571735deec0 0.000113
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so free 0x5571735deec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deec0 0.000113
+gallium_dri.so free 0x5571735df040 void 0.000204
+gallium_dri.so free 0x5571735deec0 void 0.000163
+gallium_dri.so malloc 72 0x5571735deec0 0.000159
+gallium_dri.so free 0x5571735df100 void 0.000166
+gallium_dri.so free 0x5571735deec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df0b0 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so free 0x5571735df0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df170 0.000118
+gallium_dri.so free 0x5571735df240 void 0.000118
+gallium_dri.so free 0x5571735df170 void 0.000116
+gallium_dri.so malloc 72 0x5571735df290 0.000117
+gallium_dri.so free 0x5571735df300 void 0.000117
+gallium_dri.so free 0x5571735df290 void 0.000117
+gallium_dri.so malloc 72 0x5571735df320 0.000117
+gallium_dri.so free 0x5571735df3c0 void 0.000118
+gallium_dri.so free 0x5571735df320 void 0.000117
+gallium_dri.so malloc 72 0x5571735df370 0.000117
+gallium_dri.so free 0x5571735df440 void 0.000117
+gallium_dri.so free 0x5571735df370 void 0.000117
+gallium_dri.so malloc 72 0x5571735df370 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so free 0x5571735df370 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4c0 0.000118
+gallium_dri.so free 0x5571735df580 void 0.000118
+gallium_dri.so free 0x5571735df4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df4c0 0.000111
+gallium_dri.so free 0x5571735df680 void 0.000109
+gallium_dri.so free 0x5571735df4c0 void 0.000108
+gallium_dri.so malloc 72 0x5571735df630 0.000111
+gallium_dri.so free 0x5571735df6c0 void 0.000109
+gallium_dri.so free 0x5571735df630 void 0.000115
+gallium_dri.so malloc 72 0x5571735df630 0.000110
+gallium_dri.so free 0x5571735df780 void 0.000110
+gallium_dri.so free 0x5571735df630 void 0.000110
+gallium_dri.so malloc 72 0x5571735df7c0 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000110
+gallium_dri.so free 0x5571735df7c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df840 0.000111
+gallium_dri.so free 0x5571735df900 void 0.000111
+gallium_dri.so free 0x5571735df840 void 0.000110
+gallium_dri.so malloc 72 0x5571735df840 0.000111
+gallium_dri.so free 0x5571735df980 void 0.000110
+gallium_dri.so free 0x5571735df840 void 0.000111
+gallium_dri.so malloc 72 0x5571735df9b0 0.000111
+gallium_dri.so free 0x5571735dfa00 void 0.000109
+gallium_dri.so free 0x5571735df9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df9b0 0.000111
+gallium_dri.so free 0x5571735dfb00 void 0.000109
+gallium_dri.so free 0x5571735df9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfb40 0.000109
+gallium_dri.so free 0x5571735dfbc0 void 0.000111
+gallium_dri.so free 0x5571735dfb40 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000120
+gallium_dri.so free 0x5571735dfc80 void 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfbc0 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000115
+gallium_dri.so free 0x5571735dfbc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd30 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe30 0.000114
+gallium_dri.so free 0x5571735dff40 void 0.000115
+gallium_dri.so free 0x5571735dfe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfef0 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfef0 0.000112
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735dfef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfef0 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000112
+gallium_dri.so free 0x5571735dfef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e00f0 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0210 0.000114
+gallium_dri.so free 0x5571735e0280 void 0.000172
+gallium_dri.so free 0x5571735e0210 void 0.000125
+gallium_dri.so malloc 72 0x5571735e02a0 0.000123
+gallium_dri.so free 0x5571735e0340 void 0.000124
+gallium_dri.so free 0x5571735e02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x5571735e02f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e03c0 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e05c0 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000117
+gallium_dri.so free 0x5571735e0680 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000116
+gallium_dri.so free 0x5571735e0740 void 0.000125
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06f0 0.000118
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0810 0.000113
+gallium_dri.so free 0x5571735e0880 void 0.000111
+gallium_dri.so free 0x5571735e0810 void 0.000112
+gallium_dri.so malloc 72 0x5571735e08c0 0.000110
+gallium_dri.so free 0x5571735e0940 void 0.000110
+gallium_dri.so free 0x5571735e08c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e08c0 0.000110
+gallium_dri.so free 0x5571735e09c0 void 0.000110
+gallium_dri.so free 0x5571735e08c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e09f0 0.000110
+gallium_dri.so free 0x5571735e0a40 void 0.000110
+gallium_dri.so free 0x5571735e09f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e09f0 0.000110
+gallium_dri.so free 0x5571735e0b40 void 0.000111
+gallium_dri.so free 0x5571735e09f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0af0 0.000110
+gallium_dri.so free 0x5571735e0c00 void 0.000112
+gallium_dri.so free 0x5571735e0af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000110
+gallium_dri.so free 0x5571735e0c40 void 0.000109
+gallium_dri.so free 0x5571735e0bb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000109
+gallium_dri.so free 0x5571735e0d00 void 0.000110
+gallium_dri.so free 0x5571735e0bb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0d70 0.000110
+gallium_dri.so free 0x5571735eb380 void 0.000109
+gallium_dri.so free 0x5571735e0d70 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0d70 0.000109
+gallium_dri.so free 0x5571735eb480 void 0.000124
+gallium_dri.so free 0x5571735e0d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb430 0.000114
+gallium_dri.so free 0x5571735eb540 void 0.000115
+gallium_dri.so free 0x5571735eb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000115
+gallium_dri.so free 0x5571735eb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000113
+gallium_dri.so free 0x5571735eb640 void 0.000114
+gallium_dri.so free 0x5571735eb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb680 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735eb680 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb700 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb700 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000113
+gallium_dri.so free 0x5571735eb940 void 0.000116
+gallium_dri.so free 0x5571735eb8a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000117
+gallium_dri.so free 0x5571735eb8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000113
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so free 0x5571735eb8f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eba40 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba40 0.000121
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eba40 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000117
+gallium_dri.so free 0x5571735eba40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc30 0.000118
+gallium_dri.so free 0x5571735ebd40 void 0.000122
+gallium_dri.so free 0x5571735ebc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000117
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735ebcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebe10 0.000117
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so free 0x5571735ebe10 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebea0 0.000117
+gallium_dri.so free 0x5571735ebf40 void 0.000117
+gallium_dri.so free 0x5571735ebea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebef0 0.000117
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebef0 0.000118
+gallium_dri.so free 0x5571735ec040 void 0.000118
+gallium_dri.so free 0x5571735ebef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec040 0.000110
+gallium_dri.so free 0x5571735ec100 void 0.000111
+gallium_dri.so free 0x5571735ec040 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec040 0.000109
+gallium_dri.so free 0x5571735ec200 void 0.000110
+gallium_dri.so free 0x5571735ec040 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000110
+gallium_dri.so free 0x5571735ec240 void 0.000110
+gallium_dri.so free 0x5571735ec1b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000111
+gallium_dri.so free 0x5571735ec300 void 0.000109
+gallium_dri.so free 0x5571735ec1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec340 0.000110
+gallium_dri.so free 0x5571735ec3c0 void 0.000110
+gallium_dri.so free 0x5571735ec340 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000110
+gallium_dri.so free 0x5571735ec480 void 0.000109
+gallium_dri.so free 0x5571735ec3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec3c0 0.000110
+gallium_dri.so free 0x5571735ec500 void 0.000110
+gallium_dri.so free 0x5571735ec3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000109
+gallium_dri.so free 0x5571735ec580 void 0.000110
+gallium_dri.so free 0x5571735ec530 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec530 0.000110
+gallium_dri.so free 0x5571735ec680 void 0.000109
+gallium_dri.so free 0x5571735ec530 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000116
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec740 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec740 0.000113
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec9b0 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000114
+gallium_dri.so free 0x5571735ec9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca70 0.000112
+gallium_dri.so free 0x5571735ecb40 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000115
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca70 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc70 0.000167
+gallium_dri.so free 0x5571735ecd40 void 0.000128
+gallium_dri.so free 0x5571735ecc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecd90 0.000121
+gallium_dri.so free 0x5571735ece00 void 0.000120
+gallium_dri.so free 0x5571735ecd90 void 0.000117
+gallium_dri.so malloc 72 0x5571735ece20 0.000117
+gallium_dri.so free 0x5571735ecec0 void 0.000119
+gallium_dri.so free 0x5571735ece20 void 0.000118
+gallium_dri.so malloc 72 0x5571735ece70 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000120
+gallium_dri.so free 0x5571735ece70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed000 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735ed080 void 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed080 0.000119
+gallium_dri.so free 0x5571735ed140 void 0.000118
+gallium_dri.so free 0x5571735ed080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed080 0.000117
+gallium_dri.so free 0x5571735ed200 void 0.000119
+gallium_dri.so free 0x5571735ed080 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed080 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x5571735ed080 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed270 0.000110
+gallium_dri.so free 0x5571735ed340 void 0.000111
+gallium_dri.so free 0x5571735ed270 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed390 0.000109
+gallium_dri.so free 0x5571735ed400 void 0.000109
+gallium_dri.so free 0x5571735ed390 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed440 0.000110
+gallium_dri.so free 0x5571735ed4c0 void 0.000110
+gallium_dri.so free 0x5571735ed440 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed440 0.000110
+gallium_dri.so free 0x5571735ed540 void 0.000110
+gallium_dri.so free 0x5571735ed440 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed570 0.000111
+gallium_dri.so free 0x5571735ed5c0 void 0.000110
+gallium_dri.so free 0x5571735ed570 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed570 0.000110
+gallium_dri.so free 0x5571735ed6c0 void 0.000109
+gallium_dri.so free 0x5571735ed570 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed670 0.000110
+gallium_dri.so free 0x5571735ed780 void 0.000110
+gallium_dri.so free 0x5571735ed670 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed730 0.000115
+gallium_dri.so free 0x5571735ed7c0 void 0.000111
+gallium_dri.so free 0x5571735ed730 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed730 0.000111
+gallium_dri.so free 0x5571735ed880 void 0.000111
+gallium_dri.so free 0x5571735ed730 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000125
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000117
+gallium_dri.so free 0x5571735eda40 void 0.000118
+gallium_dri.so free 0x5571735ed8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000117
+gallium_dri.so free 0x5571735edb00 void 0.000116
+gallium_dri.so free 0x5571735ed9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000115
+gallium_dri.so free 0x5571735edb40 void 0.000108
+gallium_dri.so free 0x5571735edab0 void 0.000262
+gallium_dri.so malloc 72 0x5571735edab0 0.000183
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so free 0x5571735edab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc40 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edc40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edcc0 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcc0 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ede60 0.000119
+gallium_dri.so free 0x5571735edf00 void 0.000125
+gallium_dri.so free 0x5571735ede60 void 0.000112
+gallium_dri.so malloc 72 0x5571735edeb0 0.000110
+gallium_dri.so free 0x5571735edf80 void 0.000110
+gallium_dri.so free 0x5571735edeb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735edeb0 0.000109
+gallium_dri.so free 0x5571735ee000 void 0.000111
+gallium_dri.so free 0x5571735edeb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee000 0.000113
+gallium_dri.so free 0x5571735ee0c0 void 0.000111
+gallium_dri.so free 0x5571735ee000 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee000 0.000109
+gallium_dri.so free 0x5571735ee180 void 0.000109
+gallium_dri.so free 0x5571735ee000 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee000 0.000110
+gallium_dri.so free 0x5571735ee240 void 0.000111
+gallium_dri.so free 0x5571735ee000 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee1f0 0.000110
+gallium_dri.so free 0x5571735ee300 void 0.000110
+gallium_dri.so free 0x5571735ee1f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000110
+gallium_dri.so free 0x5571735ee380 void 0.000110
+gallium_dri.so free 0x5571735ee2b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000111
+gallium_dri.so free 0x5571735ee440 void 0.000111
+gallium_dri.so free 0x5571735ee3d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee460 0.000109
+gallium_dri.so free 0x5571735ee500 void 0.000109
+gallium_dri.so free 0x5571735ee460 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000118
+gallium_dri.so free 0x5571735ee580 void 0.000113
+gallium_dri.so free 0x5571735ee4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000112
+gallium_dri.so free 0x5571735ee600 void 0.000117
+gallium_dri.so free 0x5571735ee4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee600 0.000120
+gallium_dri.so free 0x5571735ee6c0 void 0.000114
+gallium_dri.so free 0x5571735ee600 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee600 0.000112
+gallium_dri.so free 0x5571735ee7c0 void 0.000133
+gallium_dri.so free 0x5571735ee600 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee770 0.000123
+gallium_dri.so free 0x5571735ee800 void 0.000121
+gallium_dri.so free 0x5571735ee770 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee770 0.000118
+gallium_dri.so free 0x5571735ee8c0 void 0.000118
+gallium_dri.so free 0x5571735ee770 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee900 0.000122
+gallium_dri.so free 0x5571735ee980 void 0.000124
+gallium_dri.so free 0x5571735ee900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee980 0.000118
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee980 0.000165
+gallium_dri.so free 0x5571735eeac0 void 0.000165
+gallium_dri.so free 0x5571735ee980 void 0.000292
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000266
+gallium_dri.so free 0x5571735eeb40 void 0.000162
+gallium_dri.so free 0x5571735eeaf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000131
+gallium_dri.so free 0x5571735eec40 void 0.000127
+gallium_dri.so free 0x5571735eeaf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eec80 0.000130
+gallium_dri.so free 0x5571735eed00 void 0.000125
+gallium_dri.so free 0x5571735eec80 void 0.000127
+gallium_dri.so malloc 72 0x5571735eed00 0.000129
+gallium_dri.so free 0x5571735eedc0 void 0.000126
+gallium_dri.so free 0x5571735eed00 void 0.000129
+gallium_dri.so malloc 72 0x5571735eed00 0.000131
+gallium_dri.so free 0x5571735eee40 void 0.000127
+gallium_dri.so free 0x5571735eed00 void 0.000129
+gallium_dri.so malloc 72 0x5571735eee70 0.000131
+gallium_dri.so free 0x5571735eeec0 void 0.000131
+gallium_dri.so free 0x5571735eee70 void 0.000136
+gallium_dri.so malloc 72 0x5571735eee70 0.000129
+gallium_dri.so free 0x5571735eefc0 void 0.000132
+gallium_dri.so free 0x5571735eee70 void 0.000131
+gallium_dri.so malloc 72 0x5571735eef70 0.000131
+gallium_dri.so free 0x5571735ef080 void 0.000131
+gallium_dri.so free 0x5571735eef70 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef030 0.000131
+gallium_dri.so free 0x5571735ef100 void 0.000125
+gallium_dri.so free 0x5571735ef030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef030 0.000127
+gallium_dri.so free 0x5571735ef1c0 void 0.000131
+gallium_dri.so free 0x5571735ef030 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef030 0.000123
+gallium_dri.so free 0x5571735ef280 void 0.000131
+gallium_dri.so free 0x5571735ef030 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef230 0.000131
+gallium_dri.so free 0x5571735ef300 void 0.000126
+gallium_dri.so free 0x5571735ef230 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef350 0.000130
+gallium_dri.so free 0x5571735ef3c0 void 0.000132
+gallium_dri.so free 0x5571735ef350 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef3e0 0.000124
+gallium_dri.so free 0x5571735ef480 void 0.000128
+gallium_dri.so free 0x5571735ef3e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef430 0.000125
+gallium_dri.so free 0x5571735ef500 void 0.000124
+gallium_dri.so free 0x5571735ef430 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef500 0.000128
+gallium_dri.so free 0x5571735ef5c0 void 0.000130
+gallium_dri.so free 0x5571735ef500 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef500 0.000125
+gallium_dri.so free 0x5571735ef640 void 0.000129
+gallium_dri.so free 0x5571735ef500 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef640 0.000130
+gallium_dri.so free 0x5571735ef700 void 0.000134
+gallium_dri.so free 0x5571735ef640 void 0.000191
+gallium_dri.so malloc 72 0x5571735ef640 0.000222
+gallium_dri.so free 0x5571735ef7c0 void 0.000130
+gallium_dri.so free 0x5571735ef640 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef640 0.000123
+gallium_dri.so free 0x5571735ef880 void 0.000135
+gallium_dri.so free 0x5571735ef640 void 0.000225
+gallium_dri.so malloc 72 0x5571735ef830 0.000264
+gallium_dri.so free 0x5571735ef900 void 0.000271
+gallium_dri.so free 0x5571735ef830 void 0.000270
+gallium_dri.so malloc 72 0x5571735ef950 0.000131
+gallium_dri.so free 0x5571735ef9c0 void 0.000130
+gallium_dri.so free 0x5571735ef950 void 0.000131
+gallium_dri.so malloc 72 0x5571735efa00 0.000131
+gallium_dri.so free 0x5571735efa80 void 0.000129
+gallium_dri.so free 0x5571735efa00 void 0.000131
+gallium_dri.so malloc 72 0x5571735efa00 0.000125
+gallium_dri.so free 0x5571735efb00 void 0.000130
+gallium_dri.so free 0x5571735efa00 void 0.000131
+gallium_dri.so malloc 72 0x5571735efb30 0.000130
+gallium_dri.so free 0x5571735efb80 void 0.000127
+gallium_dri.so free 0x5571735efb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735efb30 0.000130
+gallium_dri.so free 0x5571735efc80 void 0.000130
+gallium_dri.so free 0x5571735efb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735efc30 0.000165
+gallium_dri.so free 0x5571735efd40 void 0.000131
+gallium_dri.so free 0x5571735efc30 void 0.000133
+gallium_dri.so malloc 72 0x5571735efcf0 0.000132
+gallium_dri.so free 0x5571735efd80 void 0.000133
+gallium_dri.so free 0x5571735efcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735efcf0 0.000130
+gallium_dri.so free 0x5571735efe40 void 0.000132
+gallium_dri.so free 0x5571735efcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735efeb0 0.000130
+gallium_dri.so free 0x5571735eff00 void 0.000131
+gallium_dri.so free 0x5571735efeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735efeb0 0.000132
+gallium_dri.so free 0x5571735f0000 void 0.000131
+gallium_dri.so free 0x5571735efeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735effb0 0.000122
+gallium_dri.so free 0x5571735f00c0 void 0.000128
+gallium_dri.so free 0x5571735effb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0070 0.000132
+gallium_dri.so free 0x5571735f0100 void 0.000142
+gallium_dri.so free 0x5571735f0070 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0070 0.000131
+gallium_dri.so free 0x5571735f01c0 void 0.000232
+gallium_dri.so free 0x5571735f0070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0200 0.000131
+gallium_dri.so free 0x5571735f0280 void 0.000131
+gallium_dri.so free 0x5571735f0200 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0280 0.000130
+gallium_dri.so free 0x5571735f0340 void 0.000130
+gallium_dri.so free 0x5571735f0280 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0280 0.000135
+gallium_dri.so free 0x5571735f0400 void 0.000127
+gallium_dri.so free 0x5571735f0280 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0420 0.000131
+gallium_dri.so free 0x5571735f04c0 void 0.000125
+gallium_dri.so free 0x5571735f0420 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0470 0.000125
+gallium_dri.so free 0x5571735f0540 void 0.000128
+gallium_dri.so free 0x5571735f0470 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0470 0.000123
+gallium_dri.so free 0x5571735f05c0 void 0.000136
+gallium_dri.so free 0x5571735f0470 void 0.000133
+gallium_dri.so malloc 72 0x5571735f05c0 0.000131
+gallium_dri.so free 0x5571735f0680 void 0.000131
+gallium_dri.so free 0x5571735f05c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f05c0 0.000125
+gallium_dri.so free 0x5571735f0740 void 0.000130
+gallium_dri.so free 0x5571735f05c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f05c0 0.000131
+gallium_dri.so free 0x5571735f0800 void 0.000132
+gallium_dri.so free 0x5571735f05c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f07b0 0.000131
+gallium_dri.so free 0x5571735f08c0 void 0.000125
+gallium_dri.so free 0x5571735f07b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0870 0.000131
+gallium_dri.so free 0x5571735f0940 void 0.000132
+gallium_dri.so free 0x5571735f0870 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0990 0.000122
+gallium_dri.so free 0x5571735f0a00 void 0.000124
+gallium_dri.so free 0x5571735f0990 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0a20 0.000132
+gallium_dri.so free 0x5571735f0ac0 void 0.000175
+gallium_dri.so free 0x5571735f0a20 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0a70 0.000170
+gallium_dri.so free 0x5571735f0b40 void 0.000164
+gallium_dri.so free 0x5571735f0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0a70 0.000129
+gallium_dri.so free 0x5571735f0bc0 void 0.000125
+gallium_dri.so free 0x5571735f0a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000130
+gallium_dri.so free 0x5571735f0c80 void 0.000125
+gallium_dri.so free 0x5571735f0bc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0bc0 0.000131
+gallium_dri.so free 0x5571735f0d80 void 0.000130
+gallium_dri.so free 0x5571735f0bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0d30 0.000125
+gallium_dri.so free 0x5571735f0dc0 void 0.000129
+gallium_dri.so free 0x5571735f0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0d30 0.000130
+gallium_dri.so free 0x5571735f0e80 void 0.000131
+gallium_dri.so free 0x5571735f0d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000139
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so free 0x5571735f0ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0f40 0.000133
+gallium_dri.so free 0x5571735f1000 void 0.000133
+gallium_dri.so free 0x5571735f0f40 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0f40 0.000132
+gallium_dri.so free 0x5571735f1080 void 0.000133
+gallium_dri.so free 0x5571735f0f40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f10b0 0.000132
+gallium_dri.so free 0x5571735f1100 void 0.000130
+gallium_dri.so free 0x5571735f10b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f10b0 0.000130
+gallium_dri.so free 0x5571735f1200 void 0.000125
+gallium_dri.so free 0x5571735f10b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1240 0.000128
+gallium_dri.so free 0x5571735f12c0 void 0.000131
+gallium_dri.so free 0x5571735f1240 void 0.000133
+gallium_dri.so malloc 72 0x5571735f12c0 0.000130
+gallium_dri.so free 0x5571735f1380 void 0.000126
+gallium_dri.so free 0x5571735f12c0 void 0.000175
+gallium_dri.so malloc 72 0x5571735f12c0 0.000131
+gallium_dri.so free 0x5571735f1400 void 0.000132
+gallium_dri.so free 0x5571735f12c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1430 0.000130
+gallium_dri.so free 0x5571735f1480 void 0.000130
+gallium_dri.so free 0x5571735f1430 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1430 0.000130
+gallium_dri.so free 0x5571735f1580 void 0.000131
+gallium_dri.so free 0x5571735f1430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1530 0.000161
+gallium_dri.so free 0x5571735f1640 void 0.000146
+gallium_dri.so free 0x5571735f1530 void 0.000150
+gallium_dri.so malloc 72 0x5571735f15f0 0.000140
+gallium_dri.so free 0x5571735f16c0 void 0.000134
+gallium_dri.so free 0x5571735f15f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f15f0 0.000136
+gallium_dri.so free 0x5571735f1780 void 0.000135
+gallium_dri.so free 0x5571735f15f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f15f0 0.000135
+gallium_dri.so free 0x5571735f1840 void 0.000139
+gallium_dri.so free 0x5571735f15f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f17f0 0.000137
+gallium_dri.so free 0x5571735f18c0 void 0.000135
+gallium_dri.so free 0x5571735f17f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f1910 0.000134
+gallium_dri.so free 0x5571735f1980 void 0.000135
+gallium_dri.so free 0x5571735f1910 void 0.000135
+gallium_dri.so malloc 72 0x5571735f19a0 0.000136
+gallium_dri.so free 0x5571735f1a40 void 0.000135
+gallium_dri.so free 0x5571735f19a0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f19f0 0.000136
+gallium_dri.so free 0x5571735f1ac0 void 0.000135
+gallium_dri.so free 0x5571735f19f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000135
+gallium_dri.so free 0x5571735f1b80 void 0.000136
+gallium_dri.so free 0x5571735f1ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1ac0 0.000136
+gallium_dri.so free 0x5571735f1c00 void 0.000135
+gallium_dri.so free 0x5571735f1ac0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f1c00 0.000137
+gallium_dri.so free 0x5571735f1cc0 void 0.000136
+gallium_dri.so free 0x5571735f1c00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1c00 0.000129
+gallium_dri.so free 0x5571735f1d80 void 0.000136
+gallium_dri.so free 0x5571735f1c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1c00 0.000131
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so free 0x5571735f1c00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f1df0 0.000136
+gallium_dri.so free 0x5571735f1ec0 void 0.000132
+gallium_dri.so free 0x5571735f1df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1f10 0.000128
+gallium_dri.so free 0x5571735f1f80 void 0.000134
+gallium_dri.so free 0x5571735f1f10 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000127
+gallium_dri.so free 0x5571735f2040 void 0.000259
+gallium_dri.so free 0x5571735f1fc0 void 0.000252
+gallium_dri.so malloc 72 0x5571735f1fc0 0.000253
+gallium_dri.so free 0x5571735f20c0 void 0.000138
+gallium_dri.so free 0x5571735f1fc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f20f0 0.000132
+gallium_dri.so free 0x5571735f2140 void 0.000132
+gallium_dri.so free 0x5571735f20f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f20f0 0.000129
+gallium_dri.so free 0x5571735f2240 void 0.000193
+gallium_dri.so free 0x5571735f20f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f21f0 0.000135
+gallium_dri.so free 0x5571735f2300 void 0.000135
+gallium_dri.so free 0x5571735f21f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f22b0 0.000134
+gallium_dri.so free 0x5571735f2340 void 0.000135
+gallium_dri.so free 0x5571735f22b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f22b0 0.000135
+gallium_dri.so free 0x5571735f2400 void 0.000135
+gallium_dri.so free 0x5571735f22b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2470 0.000136
+gallium_dri.so free 0x5571735f24c0 void 0.000136
+gallium_dri.so free 0x5571735f2470 void 0.000140
+gallium_dri.so malloc 72 0x5571735f2470 0.000136
+gallium_dri.so free 0x5571735f25c0 void 0.000135
+gallium_dri.so free 0x5571735f2470 void 0.000140
+gallium_dri.so malloc 72 0x5571735f2570 0.000135
+gallium_dri.so free 0x5571735f2680 void 0.000138
+gallium_dri.so free 0x5571735f2570 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2630 0.000137
+gallium_dri.so free 0x5571735f26c0 void 0.000135
+gallium_dri.so free 0x5571735f2630 void 0.000146
+gallium_dri.so malloc 72 0x5571735f2630 0.000135
+gallium_dri.so free 0x5571735f2780 void 0.000136
+gallium_dri.so free 0x5571735f2630 void 0.000137
+gallium_dri.so malloc 72 0x5571735f27c0 0.000135
+gallium_dri.so free 0x5571735f2840 void 0.000135
+gallium_dri.so free 0x5571735f27c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2840 0.000136
+gallium_dri.so free 0x5571735f4980 void 0.000137
+gallium_dri.so free 0x5571735f2840 void 0.000136
+gallium_dri.so malloc 72 0x5571735f49e0 0.000144
+gallium_dri.so free 0x5571735f4a80 void 0.000143
+gallium_dri.so free 0x5571735f49e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4a30 0.000131
+gallium_dri.so free 0x5571735f4ac0 void 0.000168
+gallium_dri.so free 0x5571735f4a30 void 0.000163
+gallium_dri.so malloc 72 0x5571735f4a30 0.000165
+gallium_dri.so free 0x5571735f4b80 void 0.000126
+gallium_dri.so free 0x5571735f4a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4bc0 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000117
+gallium_dri.so free 0x5571735f4bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4c40 0.000139
+gallium_dri.so free 0x5571735f4d00 void 0.000127
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4c40 0.000138
+gallium_dri.so free 0x5571735f4d80 void 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4db0 0.000124
+gallium_dri.so free 0x5571735f4e00 void 0.000124
+gallium_dri.so free 0x5571735f4db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4e00 0.000115
+gallium_dri.so free 0x5571735f4ec0 void 0.000121
+gallium_dri.so free 0x5571735f4e00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4e00 0.000123
+gallium_dri.so free 0x5571735f4fc0 void 0.000123
+gallium_dri.so free 0x5571735f4e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4f70 0.000118
+gallium_dri.so free 0x5571735f5080 void 0.000122
+gallium_dri.so free 0x5571735f4f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5030 0.000123
+gallium_dri.so free 0x5571735f50c0 void 0.000122
+gallium_dri.so free 0x5571735f5030 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5030 0.000124
+gallium_dri.so free 0x5571735f5180 void 0.000156
+gallium_dri.so free 0x5571735f5030 void 0.000201
+gallium_dri.so malloc 72 0x5571735f51c0 0.000149
+gallium_dri.so free 0x5571735f5240 void 0.000134
+gallium_dri.so free 0x5571735f51c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5240 0.000116
+gallium_dri.so free 0x5571735f5300 void 0.000116
+gallium_dri.so free 0x5571735f5240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5240 0.000116
+gallium_dri.so free 0x5571735f5380 void 0.000115
+gallium_dri.so free 0x5571735f5240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5240 0.000114
+gallium_dri.so free 0x5571735f5440 void 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5240 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000114
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f54b0 0.000114
+gallium_dri.so free 0x5571735f5580 void 0.000116
+gallium_dri.so free 0x5571735f54b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f55d0 0.000115
+gallium_dri.so free 0x5571735f5640 void 0.000114
+gallium_dri.so free 0x5571735f55d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5660 0.000114
+gallium_dri.so free 0x5571735f5700 void 0.000116
+gallium_dri.so free 0x5571735f5660 void 0.000115
+gallium_dri.so malloc 72 0x5571735f56b0 0.000133
+gallium_dri.so free 0x5571735f5780 void 0.000117
+gallium_dri.so free 0x5571735f56b0 void 0.000228
+gallium_dri.so malloc 72 0x5571735f56b0 0.000254
+gallium_dri.so free 0x5571735f5880 void 0.000217
+gallium_dri.so free 0x5571735f56b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735f5830 0.000184
+gallium_dri.so free 0x5571735f5900 void 0.000210
+gallium_dri.so free 0x5571735f5830 void 0.000154
+gallium_dri.so malloc 72 0x5571735f5950 0.000146
+gallium_dri.so free 0x5571735f59c0 void 0.000157
+gallium_dri.so free 0x5571735f5950 void 0.000123
+gallium_dri.so malloc 72 0x5571735f59e0 0.000120
+gallium_dri.so free 0x5571735f5a80 void 0.000142
+gallium_dri.so free 0x5571735f59e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f5a30 0.000136
+gallium_dri.so free 0x5571735f5b00 void 0.000133
+gallium_dri.so free 0x5571735f5a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5a30 0.000134
+gallium_dri.so free 0x5571735f5b80 void 0.000145
+gallium_dri.so free 0x5571735f5a30 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5b80 0.000134
+gallium_dri.so free 0x5571735f5c40 void 0.000132
+gallium_dri.so free 0x5571735f5b80 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5b80 0.000132
+gallium_dri.so free 0x5571735f5d40 void 0.000132
+gallium_dri.so free 0x5571735f5b80 void 0.000135
+gallium_dri.so malloc 72 0x5571735f5b80 0.000132
+gallium_dri.so free 0x5571735f5dc0 void 0.000133
+gallium_dri.so free 0x5571735f5b80 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5df0 0.000133
+gallium_dri.so free 0x5571735f5e40 void 0.000132
+gallium_dri.so free 0x5571735f5df0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5df0 0.000138
+gallium_dri.so free 0x5571735f5f40 void 0.000135
+gallium_dri.so free 0x5571735f5df0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000133
+gallium_dri.so free 0x5571735f6000 void 0.000134
+gallium_dri.so free 0x5571735f5ef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000132
+gallium_dri.so free 0x5571735f6040 void 0.000133
+gallium_dri.so free 0x5571735f5fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000149
+gallium_dri.so free 0x5571735f6100 void 0.000133
+gallium_dri.so free 0x5571735f5fb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6150 0.000132
+gallium_dri.so free 0x5571735f61c0 void 0.000133
+gallium_dri.so free 0x5571735f6150 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6200 0.000132
+gallium_dri.so free 0x5571735f6280 void 0.000133
+gallium_dri.so free 0x5571735f6200 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6280 0.000133
+gallium_dri.so free 0x5571735f6340 void 0.000133
+gallium_dri.so free 0x5571735f6280 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6280 0.000133
+gallium_dri.so free 0x5571735f63c0 void 0.000133
+gallium_dri.so free 0x5571735f6280 void 0.000132
+gallium_dri.so malloc 72 0x5571735f63f0 0.000134
+gallium_dri.so free 0x5571735f6440 void 0.000131
+gallium_dri.so free 0x5571735f63f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f63f0 0.000132
+gallium_dri.so free 0x5571735f6540 void 0.000133
+gallium_dri.so free 0x5571735f63f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f64f0 0.000133
+gallium_dri.so free 0x5571735f6600 void 0.000134
+gallium_dri.so free 0x5571735f64f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f65b0 0.000135
+gallium_dri.so free 0x5571735f6680 void 0.000133
+gallium_dri.so free 0x5571735f65b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f66a0 0.000133
+gallium_dri.so free 0x5571735f6740 void 0.000134
+gallium_dri.so free 0x5571735f66a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f66f0 0.000134
+gallium_dri.so free 0x5571735f67c0 void 0.000132
+gallium_dri.so free 0x5571735f66f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f66f0 0.000136
+gallium_dri.so free 0x5571735f6840 void 0.000134
+gallium_dri.so free 0x5571735f66f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6840 0.000132
+gallium_dri.so free 0x5571735f6900 void 0.000134
+gallium_dri.so free 0x5571735f6840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6840 0.000133
+gallium_dri.so free 0x5571735f69c0 void 0.000133
+gallium_dri.so free 0x5571735f6840 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6840 0.000132
+gallium_dri.so free 0x5571735f6a80 void 0.000134
+gallium_dri.so free 0x5571735f6840 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6a30 0.000140
+gallium_dri.so free 0x5571735f6a80 void 0.000134
+gallium_dri.so free 0x5571735f6a30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6a30 0.000133
+gallium_dri.so free 0x5571735f6b80 void 0.000132
+gallium_dri.so free 0x5571735f6a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6b30 0.000134
+gallium_dri.so free 0x5571735f6c40 void 0.000133
+gallium_dri.so free 0x5571735f6b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000131
+gallium_dri.so free 0x5571735f6c80 void 0.000133
+gallium_dri.so free 0x5571735f6bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000132
+gallium_dri.so free 0x5571735f6d40 void 0.000135
+gallium_dri.so free 0x5571735f6bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6d80 0.000134
+gallium_dri.so free 0x5571735f6e00 void 0.000133
+gallium_dri.so free 0x5571735f6d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6e00 0.000133
+gallium_dri.so free 0x5571735f6ec0 void 0.000133
+gallium_dri.so free 0x5571735f6e00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6e00 0.000132
+gallium_dri.so free 0x5571735f6f80 void 0.000134
+gallium_dri.so free 0x5571735f6e00 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6fa0 0.000135
+gallium_dri.so free 0x5571735f7040 void 0.000134
+gallium_dri.so free 0x5571735f6fa0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000132
+gallium_dri.so free 0x5571735f70c0 void 0.000133
+gallium_dri.so free 0x5571735f6ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6ff0 0.000131
+gallium_dri.so free 0x5571735f7140 void 0.000133
+gallium_dri.so free 0x5571735f6ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7140 0.000133
+gallium_dri.so free 0x5571735f7200 void 0.000132
+gallium_dri.so free 0x5571735f7140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7140 0.000134
+gallium_dri.so free 0x5571735f72c0 void 0.000133
+gallium_dri.so free 0x5571735f7140 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7140 0.000132
+gallium_dri.so free 0x5571735f7380 void 0.000133
+gallium_dri.so free 0x5571735f7140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7330 0.000132
+gallium_dri.so free 0x5571735f7440 void 0.000132
+gallium_dri.so free 0x5571735f7330 void 0.000132
+gallium_dri.so malloc 72 0x5571735f73f0 0.000132
+gallium_dri.so free 0x5571735f74c0 void 0.000151
+gallium_dri.so free 0x5571735f73f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7510 0.000132
+gallium_dri.so free 0x5571735f7580 void 0.000133
+gallium_dri.so free 0x5571735f7510 void 0.000131
+gallium_dri.so malloc 72 0x5571735f75a0 0.000132
+gallium_dri.so free 0x5571735f7640 void 0.000132
+gallium_dri.so free 0x5571735f75a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f75f0 0.000131
+gallium_dri.so free 0x5571735f76c0 void 0.000132
+gallium_dri.so free 0x5571735f75f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f75f0 0.000131
+gallium_dri.so free 0x5571735f7740 void 0.000132
+gallium_dri.so free 0x5571735f75f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7740 0.000132
+gallium_dri.so free 0x5571735f7800 void 0.000133
+gallium_dri.so free 0x5571735f7740 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7740 0.000132
+gallium_dri.so free 0x5571735f7900 void 0.000133
+gallium_dri.so free 0x5571735f7740 void 0.000133
+gallium_dri.so malloc 72 0x5571735f78b0 0.000132
+gallium_dri.so free 0x5571735f7940 void 0.000132
+gallium_dri.so free 0x5571735f78b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f78b0 0.000135
+gallium_dri.so free 0x5571735f7a00 void 0.000132
+gallium_dri.so free 0x5571735f78b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f7a40 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000132
+gallium_dri.so free 0x5571735f7a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000131
+gallium_dri.so free 0x5571735f7b80 void 0.000133
+gallium_dri.so free 0x5571735f7ac0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000132
+gallium_dri.so free 0x5571735f7c00 void 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7c30 0.000133
+gallium_dri.so free 0x5571735f7c80 void 0.000132
+gallium_dri.so free 0x5571735f7c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7c30 0.000133
+gallium_dri.so free 0x5571735f7d80 void 0.000133
+gallium_dri.so free 0x5571735f7c30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000132
+gallium_dri.so free 0x5571735f7e40 void 0.000133
+gallium_dri.so free 0x5571735f7dc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7e40 0.000135
+gallium_dri.so free 0x5571735f7f00 void 0.000142
+gallium_dri.so free 0x5571735f7e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7e40 0.000134
+gallium_dri.so free 0x5571735f7f80 void 0.000132
+gallium_dri.so free 0x5571735f7e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000132
+gallium_dri.so free 0x5571735f8000 void 0.000133
+gallium_dri.so free 0x5571735f7fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000133
+gallium_dri.so free 0x5571735f8100 void 0.000132
+gallium_dri.so free 0x5571735f7fb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f80b0 0.000132
+gallium_dri.so free 0x5571735f81c0 void 0.000132
+gallium_dri.so free 0x5571735f80b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8170 0.000132
+gallium_dri.so free 0x5571735f8240 void 0.000132
+gallium_dri.so free 0x5571735f8170 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8170 0.000131
+gallium_dri.so free 0x5571735f8300 void 0.000133
+gallium_dri.so free 0x5571735f8170 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8170 0.000132
+gallium_dri.so free 0x5571735f83c0 void 0.000133
+gallium_dri.so free 0x5571735f8170 void 0.000134
+gallium_dri.so malloc 72 0x5571735f8370 0.000197
+gallium_dri.so free 0x5571735f8440 void 0.000132
+gallium_dri.so free 0x5571735f8370 void 0.000134
+gallium_dri.so malloc 72 0x5571735f8490 0.000132
+gallium_dri.so free 0x5571735f8500 void 0.000132
+gallium_dri.so free 0x5571735f8490 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8520 0.000132
+gallium_dri.so free 0x5571735f85c0 void 0.000132
+gallium_dri.so free 0x5571735f8520 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8570 0.000132
+gallium_dri.so free 0x5571735f8640 void 0.000133
+gallium_dri.so free 0x5571735f8570 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8640 0.000131
+gallium_dri.so free 0x5571735f8700 void 0.000133
+gallium_dri.so free 0x5571735f8640 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8640 0.000132
+gallium_dri.so free 0x5571735f8780 void 0.000133
+gallium_dri.so free 0x5571735f8640 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8780 0.000131
+gallium_dri.so free 0x5571735f8840 void 0.000132
+gallium_dri.so free 0x5571735f8780 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8780 0.000132
+gallium_dri.so free 0x5571735f8900 void 0.000132
+gallium_dri.so free 0x5571735f8780 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8780 0.000131
+gallium_dri.so free 0x5571735f89c0 void 0.000132
+gallium_dri.so free 0x5571735f8780 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8970 0.000131
+gallium_dri.so free 0x5571735f8a40 void 0.000133
+gallium_dri.so free 0x5571735f8970 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8a90 0.000132
+gallium_dri.so free 0x5571735f8b00 void 0.000133
+gallium_dri.so free 0x5571735f8a90 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8b40 0.000132
+gallium_dri.so free 0x5571735f8bc0 void 0.000132
+gallium_dri.so free 0x5571735f8b40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8b40 0.000134
+gallium_dri.so free 0x5571735f8c40 void 0.000133
+gallium_dri.so free 0x5571735f8b40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8c70 0.000132
+gallium_dri.so free 0x5571735f8cc0 void 0.000132
+gallium_dri.so free 0x5571735f8c70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8c70 0.000133
+gallium_dri.so free 0x5571735f8dc0 void 0.000132
+gallium_dri.so free 0x5571735f8c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8d70 0.000138
+gallium_dri.so free 0x5571735f8e80 void 0.000136
+gallium_dri.so free 0x5571735f8d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8e30 0.000132
+gallium_dri.so free 0x5571735f8ec0 void 0.000132
+gallium_dri.so free 0x5571735f8e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8e30 0.000132
+gallium_dri.so free 0x5571735f8f80 void 0.000133
+gallium_dri.so free 0x5571735f8e30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000131
+gallium_dri.so free 0x5571735f9040 void 0.000133
+gallium_dri.so free 0x5571735f8ff0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8ff0 0.000132
+gallium_dri.so free 0x5571735f9140 void 0.000134
+gallium_dri.so free 0x5571735f8ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f90f0 0.000133
+gallium_dri.so free 0x5571735f9200 void 0.000133
+gallium_dri.so free 0x5571735f90f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f91b0 0.000131
+gallium_dri.so free 0x5571735f9240 void 0.000133
+gallium_dri.so free 0x5571735f91b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f91b0 0.000132
+gallium_dri.so free 0x5571735f9300 void 0.000132
+gallium_dri.so free 0x5571735f91b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9340 0.000133
+gallium_dri.so free 0x5571735f93c0 void 0.000136
+gallium_dri.so free 0x5571735f9340 void 0.000133
+gallium_dri.so malloc 72 0x5571735f93c0 0.000132
+gallium_dri.so free 0x5571735f9480 void 0.000133
+gallium_dri.so free 0x5571735f93c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f93c0 0.000132
+gallium_dri.so free 0x5571735f9540 void 0.000133
+gallium_dri.so free 0x5571735f93c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9560 0.000132
+gallium_dri.so free 0x5571735f9600 void 0.000131
+gallium_dri.so free 0x5571735f9560 void 0.000138
+gallium_dri.so malloc 72 0x5571735f95b0 0.000131
+gallium_dri.so free 0x5571735f9680 void 0.000132
+gallium_dri.so free 0x5571735f95b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f95b0 0.000132
+gallium_dri.so free 0x5571735f9700 void 0.000132
+gallium_dri.so free 0x5571735f95b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9700 0.000132
+gallium_dri.so free 0x5571735f97c0 void 0.000131
+gallium_dri.so free 0x5571735f9700 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9700 0.000132
+gallium_dri.so free 0x5571735f9880 void 0.000144
+gallium_dri.so free 0x5571735f9700 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9700 0.000135
+gallium_dri.so free 0x5571735f9940 void 0.000135
+gallium_dri.so free 0x5571735f9700 void 0.000132
+gallium_dri.so malloc 72 0x5571735f98f0 0.000132
+gallium_dri.so free 0x5571735f9a00 void 0.000133
+gallium_dri.so free 0x5571735f98f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f99b0 0.000133
+gallium_dri.so free 0x5571735f9a80 void 0.000135
+gallium_dri.so free 0x5571735f99b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9ad0 0.000132
+gallium_dri.so free 0x5571735f9b40 void 0.000133
+gallium_dri.so free 0x5571735f9ad0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9b60 0.000131
+gallium_dri.so free 0x5571735f9c00 void 0.000133
+gallium_dri.so free 0x5571735f9b60 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000132
+gallium_dri.so free 0x5571735f9c80 void 0.000132
+gallium_dri.so free 0x5571735f9bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000133
+gallium_dri.so free 0x5571735f9d00 void 0.000134
+gallium_dri.so free 0x5571735f9bb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9d00 0.000179
+gallium_dri.so free 0x5571735f9dc0 void 0.000133
+gallium_dri.so free 0x5571735f9d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9d00 0.000131
+gallium_dri.so free 0x5571735f9ec0 void 0.000134
+gallium_dri.so free 0x5571735f9d00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9e70 0.000131
+gallium_dri.so free 0x5571735f9f00 void 0.000131
+gallium_dri.so free 0x5571735f9e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9e70 0.000132
+gallium_dri.so free 0x5571735f9fc0 void 0.000132
+gallium_dri.so free 0x5571735f9e70 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa000 0.000131
+gallium_dri.so free 0x5571735fa080 void 0.000133
+gallium_dri.so free 0x5571735fa000 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa080 0.000133
+gallium_dri.so free 0x5571735fa140 void 0.000135
+gallium_dri.so free 0x5571735fa080 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa080 0.000132
+gallium_dri.so free 0x5571735fa1c0 void 0.000133
+gallium_dri.so free 0x5571735fa080 void 0.000135
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000132
+gallium_dri.so free 0x5571735fa240 void 0.000133
+gallium_dri.so free 0x5571735fa1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000133
+gallium_dri.so free 0x5571735fa340 void 0.000132
+gallium_dri.so free 0x5571735fa1f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa380 0.000132
+gallium_dri.so free 0x5571735fa400 void 0.000134
+gallium_dri.so free 0x5571735fa380 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa400 0.000132
+gallium_dri.so free 0x5571735fa4c0 void 0.000131
+gallium_dri.so free 0x5571735fa400 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa400 0.000131
+gallium_dri.so free 0x5571735fa540 void 0.000134
+gallium_dri.so free 0x5571735fa400 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa570 0.000134
+gallium_dri.so free 0x5571735fa5c0 void 0.000131
+gallium_dri.so free 0x5571735fa570 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa570 0.000133
+gallium_dri.so free 0x5571735fa6c0 void 0.000133
+gallium_dri.so free 0x5571735fa570 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa670 0.000132
+gallium_dri.so free 0x5571735fa780 void 0.000132
+gallium_dri.so free 0x5571735fa670 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa730 0.000142
+gallium_dri.so free 0x5571735fa800 void 0.000133
+gallium_dri.so free 0x5571735fa730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa730 0.000132
+gallium_dri.so free 0x5571735fa8c0 void 0.000132
+gallium_dri.so free 0x5571735fa730 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa730 0.000131
+gallium_dri.so free 0x5571735fa980 void 0.000134
+gallium_dri.so free 0x5571735fa730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa930 0.000132
+gallium_dri.so free 0x5571735faa00 void 0.000131
+gallium_dri.so free 0x5571735fa930 void 0.000131
+gallium_dri.so malloc 72 0x5571735faa50 0.000131
+gallium_dri.so free 0x5571735faac0 void 0.000133
+gallium_dri.so free 0x5571735faa50 void 0.000132
+gallium_dri.so malloc 72 0x5571735faae0 0.000133
+gallium_dri.so free 0x5571735fab80 void 0.000132
+gallium_dri.so free 0x5571735faae0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab30 0.000132
+gallium_dri.so free 0x5571735fac00 void 0.000134
+gallium_dri.so free 0x5571735fab30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fac00 0.000132
+gallium_dri.so free 0x5571735facc0 void 0.000133
+gallium_dri.so free 0x5571735fac00 void 0.000140
+gallium_dri.so malloc 72 0x5571735fac00 0.000131
+gallium_dri.so free 0x5571735fad40 void 0.000133
+gallium_dri.so free 0x5571735fac00 void 0.000131
+gallium_dri.so malloc 72 0x5571735fad40 0.000133
+gallium_dri.so free 0x5571735fae00 void 0.000133
+gallium_dri.so free 0x5571735fad40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fad40 0.000132
+gallium_dri.so free 0x5571735faec0 void 0.000135
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fad40 0.000131
+gallium_dri.so free 0x5571735faf80 void 0.000132
+gallium_dri.so free 0x5571735fad40 void 0.000132
+gallium_dri.so malloc 72 0x5571735faf30 0.000131
+gallium_dri.so free 0x5571735fb000 void 0.000134
+gallium_dri.so free 0x5571735faf30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb050 0.000131
+gallium_dri.so free 0x5571735fb0c0 void 0.000132
+gallium_dri.so free 0x5571735fb050 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb100 0.000131
+gallium_dri.so free 0x5571735fb180 void 0.000133
+gallium_dri.so free 0x5571735fb100 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb100 0.000131
+gallium_dri.so free 0x5571735fb200 void 0.000145
+gallium_dri.so free 0x5571735fb100 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb230 0.000132
+gallium_dri.so free 0x5571735fb280 void 0.000134
+gallium_dri.so free 0x5571735fb230 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb230 0.000132
+gallium_dri.so free 0x5571735fb380 void 0.000133
+gallium_dri.so free 0x5571735fb230 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb330 0.000132
+gallium_dri.so free 0x5571735fb440 void 0.000132
+gallium_dri.so free 0x5571735fb330 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000132
+gallium_dri.so free 0x5571735fb480 void 0.000132
+gallium_dri.so free 0x5571735fb3f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000131
+gallium_dri.so free 0x5571735fb540 void 0.000133
+gallium_dri.so free 0x5571735fb3f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000132
+gallium_dri.so free 0x5571735fb600 void 0.000134
+gallium_dri.so free 0x5571735fb5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb5b0 0.000131
+gallium_dri.so free 0x5571735fb700 void 0.000132
+gallium_dri.so free 0x5571735fb5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000191
+gallium_dri.so free 0x5571735fb7c0 void 0.000133
+gallium_dri.so free 0x5571735fb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb770 0.000132
+gallium_dri.so free 0x5571735fb800 void 0.000133
+gallium_dri.so free 0x5571735fb770 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb770 0.000130
+gallium_dri.so free 0x5571735fb8c0 void 0.000132
+gallium_dri.so free 0x5571735fb770 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb900 0.000131
+gallium_dri.so free 0x5571735fb980 void 0.000133
+gallium_dri.so free 0x5571735fb900 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb980 0.000132
+gallium_dri.so free 0x5571735fba40 void 0.000131
+gallium_dri.so free 0x5571735fb980 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb980 0.000132
+gallium_dri.so free 0x5571735fbb00 void 0.000133
+gallium_dri.so free 0x5571735fb980 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbb20 0.000131
+gallium_dri.so free 0x5571735fbbc0 void 0.000131
+gallium_dri.so free 0x5571735fbb20 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbb70 0.000132
+gallium_dri.so free 0x5571735fbc40 void 0.000164
+gallium_dri.so free 0x5571735fbb70 void 0.000138
+gallium_dri.so malloc 72 0x5571735fbb70 0.000136
+gallium_dri.so free 0x5571735fbcc0 void 0.000138
+gallium_dri.so free 0x5571735fbb70 void 0.000136
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000136
+gallium_dri.so free 0x5571735fbd80 void 0.000135
+gallium_dri.so free 0x5571735fbcc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000131
+gallium_dri.so free 0x5571735fbe40 void 0.000133
+gallium_dri.so free 0x5571735fbcc0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fbcc0 0.000133
+gallium_dri.so free 0x557173467680 void 0.000140
+gallium_dri.so free 0x5571735fbcc0 void 0.000132
+gallium_dri.so malloc 72 0x557173467630 0.000189
+gallium_dri.so free 0x557173590b40 void 0.000135
+gallium_dri.so free 0x557173467630 void 0.000131
+gallium_dri.so malloc 72 0x557173467630 0.000138
+gallium_dri.so free 0x5571736010c0 void 0.000133
+gallium_dri.so free 0x557173467630 void 0.000133
+gallium_dri.so malloc 72 0x5571736010c0 0.000134
+gallium_dri.so free 0x557173601180 void 0.000133
+gallium_dri.so free 0x5571736010c0 void 0.000133
+gallium_dri.so malloc 72 0x5571736010c0 0.000134
+gallium_dri.so free 0x5571734673c0 void 0.000132
+gallium_dri.so free 0x5571736010c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736010c0 0.000132
+gallium_dri.so free 0x557173467480 void 0.000132
+gallium_dri.so free 0x5571736010c0 void 0.000158
+gallium_dri.so malloc 72 0x557173467430 0.000152
+gallium_dri.so free 0x55717360ba40 void 0.000117
+gallium_dri.so free 0x557173467430 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba40 0.000118
+gallium_dri.so free 0x55717360bb00 void 0.000117
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so malloc 72 0x55717360bb40 0.000116
+gallium_dri.so free 0x55717360bd00 void 0.000119
+gallium_dri.so free 0x55717360bb40 void 0.000116
+gallium_dri.so malloc 72 0x55717360bcb0 0.000116
+gallium_dri.so free 0x55717360bd40 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360bcb0 0.000116
+gallium_dri.so free 0x5571735fbd40 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bcb0 0.000118
+gallium_dri.so free 0x5571735fbdc0 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000117
+gallium_dri.so free 0x5571735fbe80 void 0.000154
+gallium_dri.so free 0x5571735fbdc0 void 0.000160
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000159
+gallium_dri.so free 0x557173589740 void 0.000159
+gallium_dri.so free 0x5571735fbdc0 void 0.000157
+gallium_dri.so malloc 72 0x5571735896f0 0.000157
+gallium_dri.so free 0x5571735897c0 void 0.000160
+gallium_dri.so free 0x5571735896f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735896f0 0.000159
+gallium_dri.so free 0x5571735898c0 void 0.000159
+gallium_dri.so free 0x5571735896f0 void 0.000155
+gallium_dri.so malloc 72 0x557173589870 0.000154
+gallium_dri.so free 0x557173589940 void 0.000159
+gallium_dri.so free 0x557173589870 void 0.000161
+gallium_dri.so malloc 72 0x557173589990 0.000158
+gallium_dri.so free 0x557173589a00 void 0.000160
+gallium_dri.so free 0x557173589990 void 0.000195
+gallium_dri.so malloc 72 0x557173589990 0.000161
+gallium_dri.so free 0x557173601340 void 0.000158
+gallium_dri.so free 0x557173589990 void 0.000159
+gallium_dri.so malloc 72 0x557173589990 0.000161
+gallium_dri.so free 0x557173601400 void 0.000195
+gallium_dri.so free 0x557173589990 void 0.000301
+gallium_dri.so malloc 72 0x5571736013b0 0.000153
+gallium_dri.so free 0x557173601480 void 0.000119
+gallium_dri.so free 0x5571736013b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736014d0 0.000118
+gallium_dri.so free 0x557173601540 void 0.000120
+gallium_dri.so free 0x5571736014d0 void 0.000119
+gallium_dri.so malloc 72 0x5571736015a0 0.000119
+gallium_dri.so free 0x557173601640 void 0.000118
+gallium_dri.so free 0x5571736015a0 void 0.000123
+gallium_dri.so malloc 72 0x5571736015f0 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so free 0x5571736015f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736015f0 0.000124
+gallium_dri.so free 0x557173464ec0 void 0.000120
+gallium_dri.so free 0x5571736015f0 void 0.000118
+gallium_dri.so malloc 72 0x557173464e70 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464e70 void 0.000120
+gallium_dri.so malloc 72 0x557173464f90 0.000118
+gallium_dri.so free 0x557173465000 void 0.000118
+gallium_dri.so free 0x557173464f90 void 0.000119
+gallium_dri.so malloc 72 0x557173465020 0.000117
+gallium_dri.so free 0x5571734650c0 void 0.000117
+gallium_dri.so free 0x557173465020 void 0.000116
+gallium_dri.so malloc 72 0x557173465070 0.000117
+gallium_dri.so free 0x557173465140 void 0.000116
+gallium_dri.so free 0x557173465070 void 0.000118
+gallium_dri.so malloc 72 0x557173465140 0.000116
+gallium_dri.so free 0x557173462840 void 0.000117
+gallium_dri.so free 0x557173465140 void 0.000117
+gallium_dri.so malloc 72 0x557173465140 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so free 0x557173465140 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000118
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000117
+gallium_dri.so free 0x557173462a40 void 0.000116
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000117
+gallium_dri.so free 0x557173462b00 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x557173462ab0 0.000117
+gallium_dri.so free 0x557173462b80 void 0.000116
+gallium_dri.so free 0x557173462ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173462bd0 0.000117
+gallium_dri.so free 0x557173608480 void 0.000123
+gallium_dri.so free 0x557173462bd0 void 0.000112
+gallium_dri.so malloc 72 0x557173462bd0 0.000110
+gallium_dri.so free 0x557173608500 void 0.000111
+gallium_dri.so free 0x557173462bd0 void 0.000110
+gallium_dri.so malloc 72 0x557173462bd0 0.000109
+gallium_dri.so free 0x5571736085c0 void 0.000113
+gallium_dri.so free 0x557173462bd0 void 0.000110
+gallium_dri.so malloc 72 0x557173462bd0 0.000132
+gallium_dri.so free 0x557173608680 void 0.000117
+gallium_dri.so free 0x557173462bd0 void 0.000111
+gallium_dri.so malloc 72 0x557173608630 0.000110
+gallium_dri.so free 0x557173608700 void 0.000111
+gallium_dri.so free 0x557173608630 void 0.000111
+gallium_dri.so malloc 72 0x557173608750 0.000111
+gallium_dri.so free 0x5571736087c0 void 0.000110
+gallium_dri.so free 0x557173608750 void 0.000112
+gallium_dri.so malloc 72 0x5571736087e0 0.000111
+gallium_dri.so free 0x55717358e200 void 0.000163
+gallium_dri.so free 0x5571736087e0 void 0.000112
+gallium_dri.so malloc 72 0x5571736087e0 0.000111
+gallium_dri.so free 0x55717358e2c0 void 0.000117
+gallium_dri.so free 0x5571736087e0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e270 0.000120
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e270 void 0.000110
+gallium_dri.so malloc 72 0x55717358e270 0.000111
+gallium_dri.so free 0x55717358e3c0 void 0.000111
+gallium_dri.so free 0x55717358e270 void 0.000175
+gallium_dri.so malloc 72 0x55717358e370 0.000125
+gallium_dri.so free 0x55717358e480 void 0.000118
+gallium_dri.so free 0x55717358e370 void 0.000114
+gallium_dri.so malloc 72 0x55717358e430 0.000116
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so free 0x55717358e430 void 0.000114
+gallium_dri.so malloc 72 0x55717358e430 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x55717358e430 void 0.000113
+gallium_dri.so malloc 72 0x55717358e430 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so free 0x55717358e430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000117
+gallium_dri.so free 0x5571735d2700 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d2800 void 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2640 0.000112
+gallium_dri.so free 0x55717358e580 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x55717358e5b0 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x55717358e5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d28c0 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0000 0.000115
+gallium_dri.so free 0x5571735d00c0 void 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0000 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0170 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000113
+gallium_dri.so free 0x5571735d0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01c0 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01c0 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so free 0x5571735d01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0280 0.000113
+gallium_dri.so free 0x5571735d0340 void 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0280 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0280 0.000117
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000113
+gallium_dri.so malloc 72 0x5571734693f0 0.000113
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x5571734693f0 void 0.000121
+gallium_dri.so malloc 72 0x557173469510 0.000115
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so free 0x557173469510 void 0.000113
+gallium_dri.so malloc 72 0x5571734695c0 0.000168
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695c0 0.000114
+gallium_dri.so free 0x5571734696c0 void 0.000113
+gallium_dri.so free 0x5571734695c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734696f0 0.000113
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x5571734696f0 void 0.000112
+gallium_dri.so malloc 72 0x557173608ec0 0.000112
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so free 0x557173608ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173608f40 0.000112
+gallium_dri.so free 0x557173609000 void 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000114
+gallium_dri.so malloc 72 0x557173608f40 0.000112
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000112
+gallium_dri.so malloc 72 0x5571736090b0 0.000114
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so free 0x5571736090b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736090b0 0.000113
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x5571736090b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609240 0.000116
+gallium_dri.so free 0x557173465800 void 0.000114
+gallium_dri.so free 0x557173609240 void 0.000112
+gallium_dri.so malloc 72 0x557173465850 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465850 void 0.000113
+gallium_dri.so malloc 72 0x5571734658e0 0.000112
+gallium_dri.so free 0x557173465980 void 0.000112
+gallium_dri.so free 0x5571734658e0 void 0.000116
+gallium_dri.so malloc 72 0x557173465930 0.000128
+gallium_dri.so free 0x557173465a00 void 0.000117
+gallium_dri.so free 0x557173465930 void 0.000116
+gallium_dri.so malloc 72 0x557173465930 0.000113
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so free 0x557173465930 void 0.000112
+gallium_dri.so malloc 72 0x557173465a80 0.000114
+gallium_dri.so free 0x557173465b40 void 0.000114
+gallium_dri.so free 0x557173465a80 void 0.000113
+gallium_dri.so malloc 72 0x557173465a80 0.000112
+gallium_dri.so free 0x557173601d40 void 0.000115
+gallium_dri.so free 0x557173465a80 void 0.000113
+gallium_dri.so malloc 72 0x557173601d60 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000114
+gallium_dri.so free 0x557173601d60 void 0.000113
+gallium_dri.so malloc 72 0x557173601db0 0.000112
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601db0 void 0.000113
+gallium_dri.so malloc 72 0x557173601db0 0.000121
+gallium_dri.so free 0x557173601f00 void 0.000115
+gallium_dri.so free 0x557173601db0 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000113
+gallium_dri.so free 0x557173601fc0 void 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000113
+gallium_dri.so free 0x557173602080 void 0.000123
+gallium_dri.so free 0x557173601f00 void 0.000115
+gallium_dri.so malloc 72 0x557173601f00 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000115
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so malloc 72 0x55717358c690 0.000115
+gallium_dri.so free 0x55717358c700 void 0.000115
+gallium_dri.so free 0x55717358c690 void 0.000113
+gallium_dri.so malloc 72 0x55717358c740 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000162
+gallium_dri.so free 0x55717358c740 void 0.000115
+gallium_dri.so malloc 72 0x55717358c7c0 0.000115
+gallium_dri.so free 0x55717358c880 void 0.000117
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7c0 0.000112
+gallium_dri.so free 0x557173602140 void 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736020f0 0.000113
+gallium_dri.so free 0x55717358c900 void 0.000122
+gallium_dri.so free 0x5571736020f0 void 0.000134
+gallium_dri.so malloc 72 0x55717358c940 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000112
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000113
+gallium_dri.so free 0x5571735d0b40 void 0.000113
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so free 0x5571735d0b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000112
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c70 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000113
+gallium_dri.so free 0x5571735d55b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735d55b0 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5740 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d5740 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57c0 0.000113
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57c0 0.000112
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57c0 0.000113
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d58f0 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x5571735d58f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3010 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3010 void 0.000112
+gallium_dri.so malloc 72 0x5571735d30e0 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d30e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000113
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000112
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32c0 0.000157
+gallium_dri.so free 0x5571735d3340 void 0.000117
+gallium_dri.so free 0x5571735d32c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3340 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000112
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735911e0 0.000133
+gallium_dri.so free 0x557173591280 void 0.000140
+gallium_dri.so free 0x5571735911e0 void 0.000126
+gallium_dri.so malloc 72 0x557173591230 0.000125
+gallium_dri.so free 0x557173591300 void 0.000126
+gallium_dri.so free 0x557173591230 void 0.000120
+gallium_dri.so malloc 72 0x557173591300 0.000114
+gallium_dri.so free 0x5571735913c0 void 0.000115
+gallium_dri.so free 0x557173591300 void 0.000117
+gallium_dri.so malloc 72 0x557173591300 0.000125
+gallium_dri.so free 0x557173591440 void 0.000124
+gallium_dri.so free 0x557173591300 void 0.000124
+gallium_dri.so malloc 72 0x557173591440 0.000123
+gallium_dri.so free 0x557173591500 void 0.000117
+gallium_dri.so free 0x557173591440 void 0.000122
+gallium_dri.so malloc 72 0x557173591440 0.000121
+gallium_dri.so free 0x557173604300 void 0.000124
+gallium_dri.so free 0x557173591440 void 0.000126
+gallium_dri.so malloc 72 0x557173604330 0.000123
+gallium_dri.so free 0x557173604380 void 0.000125
+gallium_dri.so free 0x557173604330 void 0.000123
+gallium_dri.so malloc 72 0x557173604330 0.000118
+gallium_dri.so free 0x557173604480 void 0.000114
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x557173604430 0.000124
+gallium_dri.so free 0x557173604540 void 0.000129
+gallium_dri.so free 0x557173604430 void 0.000125
+gallium_dri.so malloc 72 0x5571736044f0 0.000124
+gallium_dri.so free 0x5571736045c0 void 0.000122
+gallium_dri.so free 0x5571736044f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736045e0 0.000123
+gallium_dri.so free 0x557173604680 void 0.000124
+gallium_dri.so free 0x5571736045e0 void 0.000124
+gallium_dri.so malloc 72 0x557173604630 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so free 0x557173604630 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0c0 0.000118
+gallium_dri.so free 0x55717358a140 void 0.000127
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a140 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000118
+gallium_dri.so free 0x55717358a140 void 0.000122
+gallium_dri.so malloc 72 0x55717358a140 0.000117
+gallium_dri.so free 0x55717358a280 void 0.000120
+gallium_dri.so free 0x55717358a140 void 0.000134
+gallium_dri.so malloc 72 0x55717358a2b0 0.000119
+gallium_dri.so free 0x55717358a300 void 0.000115
+gallium_dri.so free 0x55717358a2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2b0 0.000125
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a440 0.000172
+gallium_dri.so free 0x5571736068c0 void 0.000126
+gallium_dri.so free 0x55717358a440 void 0.000156
+gallium_dri.so malloc 72 0x557173606910 0.000162
+gallium_dri.so free 0x557173606980 void 0.000120
+gallium_dri.so free 0x557173606910 void 0.000123
+gallium_dri.so malloc 72 0x5571736069a0 0.000117
+gallium_dri.so free 0x557173606a40 void 0.000129
+gallium_dri.so free 0x5571736069a0 void 0.000138
+gallium_dri.so malloc 72 0x5571736069f0 0.000130
+gallium_dri.so free 0x557173606ac0 void 0.000125
+gallium_dri.so free 0x5571736069f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736069f0 0.000129
+gallium_dri.so free 0x557173606b40 void 0.000130
+gallium_dri.so free 0x5571736069f0 void 0.000124
+gallium_dri.so malloc 72 0x557173606b40 0.000121
+gallium_dri.so free 0x557173606c00 void 0.000126
+gallium_dri.so free 0x557173606b40 void 0.000130
+gallium_dri.so malloc 72 0x557173606b40 0.000131
+gallium_dri.so free 0x557173609e80 void 0.000129
+gallium_dri.so free 0x557173606b40 void 0.000132
+gallium_dri.so malloc 72 0x557173609ea0 0.000130
+gallium_dri.so free 0x557173609f40 void 0.000130
+gallium_dri.so free 0x557173609ea0 void 0.000130
+gallium_dri.so malloc 72 0x557173609ef0 0.000129
+gallium_dri.so free 0x557173609fc0 void 0.000124
+gallium_dri.so free 0x557173609ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ef0 0.000118
+gallium_dri.so free 0x55717360a040 void 0.000126
+gallium_dri.so free 0x557173609ef0 void 0.000322
+gallium_dri.so malloc 72 0x55717360a040 0.000334
+gallium_dri.so free 0x55717360a100 void 0.000340
+gallium_dri.so free 0x55717360a040 void 0.000310
+gallium_dri.so malloc 72 0x55717360a040 0.000270
+gallium_dri.so free 0x55717360a1c0 void 0.000233
+gallium_dri.so free 0x55717360a040 void 0.000211
+gallium_dri.so malloc 72 0x55717360a040 0.000129
+gallium_dri.so free 0x557173463240 void 0.000129
+gallium_dri.so free 0x55717360a040 void 0.000128
+gallium_dri.so malloc 72 0x557173463290 0.000127
+gallium_dri.so free 0x557173463300 void 0.000127
+gallium_dri.so free 0x557173463290 void 0.000125
+gallium_dri.so malloc 72 0x557173463340 0.000126
+gallium_dri.so free 0x5571734633c0 void 0.000129
+gallium_dri.so free 0x557173463340 void 0.000128
+gallium_dri.so malloc 72 0x5571734633c0 0.000127
+gallium_dri.so free 0x557173463480 void 0.000133
+gallium_dri.so free 0x5571734633c0 void 0.000128
+gallium_dri.so malloc 72 0x5571734633c0 0.000126
+gallium_dri.so free 0x55717360a280 void 0.000128
+gallium_dri.so free 0x5571734633c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360a230 0.000122
+gallium_dri.so free 0x557173463500 void 0.000126
+gallium_dri.so free 0x55717360a230 void 0.000123
+gallium_dri.so malloc 72 0x557173463540 0.000123
+gallium_dri.so free 0x5571734635c0 void 0.000125
+gallium_dri.so free 0x557173463540 void 0.000127
+gallium_dri.so malloc 72 0x5571734635c0 0.000126
+gallium_dri.so free 0x557173467dc0 void 0.000126
+gallium_dri.so free 0x5571734635c0 void 0.000127
+gallium_dri.so malloc 72 0x557173467e00 0.000127
+gallium_dri.so free 0x557173467e80 void 0.000126
+gallium_dri.so free 0x557173467e00 void 0.000122
+gallium_dri.so malloc 72 0x557173467e00 0.000127
+gallium_dri.so free 0x557173467f00 void 0.000128
+gallium_dri.so free 0x557173467e00 void 0.000126
+gallium_dri.so malloc 72 0x557173467f30 0.000125
+gallium_dri.so free 0x557173467f80 void 0.000132
+gallium_dri.so free 0x557173467f30 void 0.000123
+gallium_dri.so malloc 72 0x557173467f30 0.000122
+gallium_dri.so free 0x557173468080 void 0.000123
+gallium_dri.so free 0x557173467f30 void 0.000144
+gallium_dri.so malloc 72 0x557173468030 0.000134
+gallium_dri.so free 0x557173468140 void 0.000137
+gallium_dri.so free 0x557173468030 void 0.000131
+gallium_dri.so malloc 72 0x5571734680f0 0.000134
+gallium_dri.so free 0x55717358ec00 void 0.000135
+gallium_dri.so free 0x5571734680f0 void 0.000133
+gallium_dri.so malloc 72 0x55717358ec30 0.000135
+gallium_dri.so free 0x55717358ec80 void 0.000136
+gallium_dri.so free 0x55717358ec30 void 0.000134
+gallium_dri.so malloc 72 0x55717358ec30 0.000133
+gallium_dri.so free 0x55717358ed80 void 0.000135
+gallium_dri.so free 0x55717358ec30 void 0.000133
+gallium_dri.so malloc 72 0x55717358edc0 0.000131
+gallium_dri.so free 0x55717358ee40 void 0.000135
+gallium_dri.so free 0x55717358edc0 void 0.000133
+gallium_dri.so malloc 72 0x55717358ee40 0.000134
+gallium_dri.so free 0x557173468180 void 0.000134
+gallium_dri.so free 0x55717358ee40 void 0.000134
+gallium_dri.so malloc 72 0x55717358ee40 0.000134
+gallium_dri.so free 0x55717358ef00 void 0.000136
+gallium_dri.so free 0x55717358ee40 void 0.000134
+gallium_dri.so malloc 72 0x55717358ee40 0.000133
+gallium_dri.so free 0x55717358efc0 void 0.000147
+gallium_dri.so free 0x55717358ee40 void 0.000135
+gallium_dri.so malloc 72 0x55717358ef70 0.000134
+gallium_dri.so free 0x557173609580 void 0.000139
+gallium_dri.so free 0x55717358ef70 void 0.000135
+gallium_dri.so malloc 72 0x557173609530 0.000136
+gallium_dri.so free 0x557173609640 void 0.000135
+gallium_dri.so free 0x557173609530 void 0.000135
+gallium_dri.so malloc 72 0x5571736095f0 0.000134
+gallium_dri.so free 0x5571736096c0 void 0.000137
+gallium_dri.so free 0x5571736095f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736095f0 0.000134
+gallium_dri.so free 0x557173609780 void 0.000134
+gallium_dri.so free 0x5571736095f0 void 0.000134
+gallium_dri.so malloc 72 0x5571736095f0 0.000136
+gallium_dri.so free 0x557173609840 void 0.000136
+gallium_dri.so free 0x5571736095f0 void 0.000135
+gallium_dri.so malloc 72 0x5571736097f0 0.000136
+gallium_dri.so free 0x5571736098c0 void 0.000135
+gallium_dri.so free 0x5571736097f0 void 0.000135
+gallium_dri.so malloc 72 0x557173609910 0.000133
+gallium_dri.so free 0x5571735d4580 void 0.000134
+gallium_dri.so free 0x557173609910 void 0.000135
+gallium_dri.so malloc 72 0x557173609910 0.000146
+gallium_dri.so free 0x5571735d4600 void 0.000134
+gallium_dri.so free 0x557173609910 void 0.000132
+gallium_dri.so malloc 72 0x5571735d4630 0.000133
+gallium_dri.so free 0x5571735d4680 void 0.000134
+gallium_dri.so free 0x5571735d4630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4680 0.000133
+gallium_dri.so free 0x5571735d4740 void 0.000134
+gallium_dri.so free 0x5571735d4680 void 0.000130
+gallium_dri.so malloc 72 0x5571735d4680 0.000133
+gallium_dri.so free 0x5571735d4840 void 0.000133
+gallium_dri.so free 0x5571735d4680 void 0.000137
+gallium_dri.so malloc 72 0x5571735d47f0 0.000135
+gallium_dri.so free 0x5571735d4900 void 0.000119
+gallium_dri.so free 0x5571735d47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48b0 0.000118
+gallium_dri.so free 0x5571735d4940 void 0.000116
+gallium_dri.so free 0x5571735d48b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d48b0 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x5571735d48b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48b0 0.000121
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so free 0x5571735d48b0 void 0.000120
+gallium_dri.so malloc 72 0x557173466e40 0.000118
+gallium_dri.so free 0x557173466f00 void 0.000125
+gallium_dri.so free 0x557173466e40 void 0.000121
+gallium_dri.so malloc 72 0x557173466e40 0.000122
+gallium_dri.so free 0x557173467000 void 0.000122
+gallium_dri.so free 0x557173466e40 void 0.000122
+gallium_dri.so malloc 72 0x557173466fb0 0.000121
+gallium_dri.so free 0x557173467040 void 0.000123
+gallium_dri.so free 0x557173466fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173466fb0 0.000121
+gallium_dri.so free 0x557173467100 void 0.000121
+gallium_dri.so free 0x557173466fb0 void 0.000123
+gallium_dri.so malloc 72 0x557173467140 0.000121
+gallium_dri.so free 0x5571734671c0 void 0.000122
+gallium_dri.so free 0x557173467140 void 0.000106
+gallium_dri.so malloc 72 0x5571734671c0 0.000193
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x5571734671c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671c0 0.000115
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so malloc 72 0x557173589130 0.000113
+gallium_dri.so free 0x557173589180 void 0.000113
+gallium_dri.so free 0x557173589130 void 0.000113
+gallium_dri.so malloc 72 0x557173589130 0.000115
+gallium_dri.so free 0x557173589280 void 0.000115
+gallium_dri.so free 0x557173589130 void 0.000117
+gallium_dri.so malloc 72 0x5571735892c0 0.000116
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x5571735892c0 void 0.000114
+gallium_dri.so malloc 72 0x557173589340 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x557173589340 void 0.000113
+gallium_dri.so malloc 72 0x557173589340 0.000113
+gallium_dri.so free 0x557173589480 void 0.000115
+gallium_dri.so free 0x557173589340 void 0.000114
+gallium_dri.so malloc 72 0x5571735894b0 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x5571735894b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735894b0 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000116
+gallium_dri.so free 0x5571735894b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6c0 0.000115
+gallium_dri.so free 0x55717358b780 void 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6c0 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000116
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6c0 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b930 0.000114
+gallium_dri.so free 0x55717358b980 void 0.000114
+gallium_dri.so free 0x55717358b930 void 0.000115
+gallium_dri.so malloc 72 0x55717358b930 0.000119
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so free 0x55717358b930 void 0.000119
+gallium_dri.so malloc 72 0x55717358ba30 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x55717358ba30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ba30 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so free 0x55717358ba30 void 0.000115
+gallium_dri.so malloc 72 0x557173607f30 0.000115
+gallium_dri.so free 0x557173607f80 void 0.000114
+gallium_dri.so free 0x557173607f30 void 0.000113
+gallium_dri.so malloc 72 0x557173607f80 0.000114
+gallium_dri.so free 0x557173608040 void 0.000115
+gallium_dri.so free 0x557173607f80 void 0.000114
+gallium_dri.so malloc 72 0x557173607f80 0.000112
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x557173607f80 void 0.000114
+gallium_dri.so malloc 72 0x5571736080f0 0.000116
+gallium_dri.so free 0x557173608200 void 0.000116
+gallium_dri.so free 0x5571736080f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736081b0 0.000114
+gallium_dri.so free 0x557173608240 void 0.000114
+gallium_dri.so free 0x5571736081b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736081b0 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x5571736081b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736081b0 0.000122
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x5571736081b0 void 0.000115
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x557173605a00 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x557173605b00 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so malloc 72 0x557173605ab0 0.000115
+gallium_dri.so free 0x557173605b40 void 0.000117
+gallium_dri.so free 0x557173605ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173605ab0 0.000114
+gallium_dri.so free 0x557173605c00 void 0.000115
+gallium_dri.so free 0x557173605ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173605c40 0.000136
+gallium_dri.so free 0x557173605cc0 void 0.000137
+gallium_dri.so free 0x557173605c40 void 0.000120
+gallium_dri.so malloc 72 0x557173605cc0 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x557173605cc0 void 0.000116
+gallium_dri.so malloc 72 0x557173605cc0 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173605cc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000115
+gallium_dri.so free 0x55717360b540 void 0.000114
+gallium_dri.so free 0x55717360b4f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360b4f0 0.000116
+gallium_dri.so free 0x55717360b640 void 0.000115
+gallium_dri.so free 0x55717360b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b680 0.000114
+gallium_dri.so free 0x55717360b700 void 0.000114
+gallium_dri.so free 0x55717360b680 void 0.000114
+gallium_dri.so malloc 72 0x55717360b700 0.000114
+gallium_dri.so free 0x55717360b7c0 void 0.000115
+gallium_dri.so free 0x55717360b700 void 0.000113
+gallium_dri.so malloc 72 0x55717360b700 0.000115
+gallium_dri.so free 0x55717360b840 void 0.000115
+gallium_dri.so free 0x55717360b700 void 0.000113
+gallium_dri.so malloc 72 0x55717360b870 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x55717360b870 void 0.000128
+gallium_dri.so malloc 72 0x55717360b870 0.000114
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so free 0x55717360b870 void 0.000116
+gallium_dri.so malloc 72 0x557173590240 0.000117
+gallium_dri.so free 0x557173590300 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000115
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000114
+gallium_dri.so free 0x557173590480 void 0.000115
+gallium_dri.so free 0x557173590240 void 0.000120
+gallium_dri.so malloc 72 0x5571735904b0 0.000116
+gallium_dri.so free 0x557173590500 void 0.000115
+gallium_dri.so free 0x5571735904b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735904b0 0.000113
+gallium_dri.so free 0x557173590600 void 0.000113
+gallium_dri.so free 0x5571735904b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735905b0 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735905b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735905b0 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358dd00 void 0.000116
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dd00 0.000116
+gallium_dri.so free 0x55717358ddc0 void 0.000116
+gallium_dri.so free 0x55717358dd00 void 0.000115
+gallium_dri.so malloc 72 0x55717358dd00 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358dd00 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358de70 void 0.000113
+gallium_dri.so malloc 72 0x55717358df30 0.000115
+gallium_dri.so free 0x55717358dfc0 void 0.000114
+gallium_dri.so free 0x55717358df30 void 0.000137
+gallium_dri.so malloc 72 0x55717358df30 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000116
+gallium_dri.so malloc 72 0x55717358df30 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x55717358df30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfa80 0.000115
+gallium_dri.so free 0x5571735cfb40 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa80 0.000116
+gallium_dri.so free 0x5571735cfc40 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000114
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd80 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe00 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe00 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000135
+gallium_dri.so free 0x5571735cfe00 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2070 0.000117
+gallium_dri.so free 0x5571735d20c0 void 0.000114
+gallium_dri.so free 0x5571735d2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2070 0.000116
+gallium_dri.so free 0x5571735d21c0 void 0.000116
+gallium_dri.so free 0x5571735d2070 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2200 0.000115
+gallium_dri.so free 0x5571735d2280 void 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2280 0.000115
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so free 0x5571735d2280 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2280 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000116
+gallium_dri.so free 0x5571735d2280 void 0.000116
+gallium_dri.so malloc 72 0x5571735d23f0 0.000234
+gallium_dri.so free 0x557173464800 void 0.000180
+gallium_dri.so free 0x5571735d23f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d23f0 0.000119
+gallium_dri.so free 0x557173464880 void 0.000118
+gallium_dri.so free 0x5571735d23f0 void 0.000112
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173464940 void 0.000116
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so malloc 72 0x557173464880 0.000160
+gallium_dri.so free 0x557173464a40 void 0.000156
+gallium_dri.so free 0x557173464880 void 0.000150
+gallium_dri.so malloc 72 0x557173464880 0.000143
+gallium_dri.so free 0x557173464ac0 void 0.000150
+gallium_dri.so free 0x557173464880 void 0.000155
+gallium_dri.so malloc 72 0x557173464af0 0.000156
+gallium_dri.so free 0x557173464b40 void 0.000153
+gallium_dri.so free 0x557173464af0 void 0.000155
+gallium_dri.so malloc 72 0x557173464af0 0.000148
+gallium_dri.so free 0x557173464c40 void 0.000150
+gallium_dri.so free 0x557173464af0 void 0.000161
+gallium_dri.so malloc 72 0x557173464bf0 0.000123
+gallium_dri.so free 0x557173603300 void 0.000127
+gallium_dri.so free 0x557173464bf0 void 0.000126
+gallium_dri.so malloc 72 0x557173464bf0 0.000123
+gallium_dri.so free 0x557173603380 void 0.000118
+gallium_dri.so free 0x557173464bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571736033b0 0.000115
+gallium_dri.so free 0x557173603400 void 0.000122
+gallium_dri.so free 0x5571736033b0 void 0.000132
+gallium_dri.so malloc 72 0x557173603400 0.000124
+gallium_dri.so free 0x5571736034c0 void 0.000120
+gallium_dri.so free 0x557173603400 void 0.000114
+gallium_dri.so malloc 72 0x557173603400 0.000116
+gallium_dri.so free 0x5571736035c0 void 0.000120
+gallium_dri.so free 0x557173603400 void 0.000120
+gallium_dri.so malloc 72 0x557173603570 0.000116
+gallium_dri.so free 0x557173603680 void 0.000120
+gallium_dri.so free 0x557173603570 void 0.000125
+gallium_dri.so malloc 72 0x557173603630 0.000124
+gallium_dri.so free 0x5571736036c0 void 0.000124
+gallium_dri.so free 0x557173603630 void 0.000119
+gallium_dri.so malloc 72 0x557173603630 0.000119
+gallium_dri.so free 0x557173461d80 void 0.000119
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000115
+gallium_dri.so free 0x557173461e80 void 0.000119
+gallium_dri.so free 0x557173603630 void 0.000123
+gallium_dri.so malloc 72 0x557173461e30 0.000123
+gallium_dri.so free 0x557173461f40 void 0.000118
+gallium_dri.so free 0x557173461e30 void 0.000114
+gallium_dri.so malloc 72 0x557173461ef0 0.000119
+gallium_dri.so free 0x557173461fc0 void 0.000130
+gallium_dri.so free 0x557173461ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fe0 0.000115
+gallium_dri.so free 0x557173462080 void 0.000115
+gallium_dri.so free 0x557173461fe0 void 0.000117
+gallium_dri.so malloc 72 0x557173462030 0.000124
+gallium_dri.so free 0x557173462100 void 0.000124
+gallium_dri.so free 0x557173462030 void 0.000125
+gallium_dri.so malloc 72 0x557173462030 0.000123
+gallium_dri.so free 0x557173462180 void 0.000120
+gallium_dri.so free 0x557173462030 void 0.000115
+gallium_dri.so malloc 72 0x557173462180 0.000121
+gallium_dri.so free 0x557173462240 void 0.000123
+gallium_dri.so free 0x557173462180 void 0.000124
+gallium_dri.so malloc 72 0x557173462180 0.000123
+gallium_dri.so free 0x557173462300 void 0.000124
+gallium_dri.so free 0x557173462180 void 0.000124
+gallium_dri.so malloc 72 0x557173462180 0.000124
+gallium_dri.so free 0x5571735f29c0 void 0.000123
+gallium_dri.so free 0x557173462180 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2970 0.000163
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x5571735f2970 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2970 0.000124
+gallium_dri.so free 0x5571735f2ac0 void 0.000122
+gallium_dri.so free 0x5571735f2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2a70 0.000124
+gallium_dri.so free 0x5571734623c0 void 0.000134
+gallium_dri.so free 0x5571735f2a70 void 0.000120
+gallium_dri.so malloc 72 0x557173462370 0.000126
+gallium_dri.so free 0x5571735f2b80 void 0.000126
+gallium_dri.so free 0x557173462370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b30 0.000120
+gallium_dri.so free 0x5571735f2c00 void 0.000126
+gallium_dri.so free 0x5571735f2b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b30 0.000130
+gallium_dri.so free 0x5571735f2c80 void 0.000129
+gallium_dri.so free 0x5571735f2b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2c80 0.000131
+gallium_dri.so free 0x5571735f2d40 void 0.000131
+gallium_dri.so free 0x5571735f2c80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2c80 0.000129
+gallium_dri.so free 0x5571735f2e40 void 0.000131
+gallium_dri.so free 0x5571735f2c80 void 0.000204
+gallium_dri.so malloc 72 0x5571735f2c80 0.000133
+gallium_dri.so free 0x5571735f2ec0 void 0.000165
+gallium_dri.so free 0x5571735f2c80 void 0.000172
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000130
+gallium_dri.so free 0x5571735f2f40 void 0.000124
+gallium_dri.so free 0x5571735f2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000125
+gallium_dri.so free 0x5571735f3040 void 0.000129
+gallium_dri.so free 0x5571735f2ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000130
+gallium_dri.so free 0x5571735f3100 void 0.000129
+gallium_dri.so free 0x5571735f2ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f30b0 0.000130
+gallium_dri.so free 0x5571735f3140 void 0.000130
+gallium_dri.so free 0x5571735f30b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f30b0 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000127
+gallium_dri.so free 0x5571735f30b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3250 0.000129
+gallium_dri.so free 0x5571735f32c0 void 0.000138
+gallium_dri.so free 0x5571735f3250 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3300 0.000127
+gallium_dri.so free 0x5571735f3380 void 0.000123
+gallium_dri.so free 0x5571735f3300 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3380 0.000125
+gallium_dri.so free 0x5571735f3440 void 0.000121
+gallium_dri.so free 0x5571735f3380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3380 0.000131
+gallium_dri.so free 0x5571735f34c0 void 0.000129
+gallium_dri.so free 0x5571735f3380 void 0.000131
+gallium_dri.so malloc 72 0x5571735f34f0 0.000130
+gallium_dri.so free 0x5571735f3540 void 0.000126
+gallium_dri.so free 0x5571735f34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f34f0 0.000126
+gallium_dri.so free 0x5571735f3640 void 0.000129
+gallium_dri.so free 0x5571735f34f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f35f0 0.000124
+gallium_dri.so free 0x5571734734c0 void 0.000127
+gallium_dri.so free 0x5571735f35f0 void 0.000135
+gallium_dri.so malloc 72 0x557173473470 0.000126
+gallium_dri.so free 0x557173473540 void 0.000122
+gallium_dri.so free 0x557173473470 void 0.000130
+gallium_dri.so malloc 72 0x557173473560 0.000130
+gallium_dri.so free 0x557173473600 void 0.000135
+gallium_dri.so free 0x557173473560 void 0.000130
+gallium_dri.so malloc 72 0x5571734735b0 0.000130
+gallium_dri.so free 0x557173473680 void 0.000130
+gallium_dri.so free 0x5571734735b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734735b0 0.000129
+gallium_dri.so free 0x557173473700 void 0.000130
+gallium_dri.so free 0x5571734735b0 void 0.000130
+gallium_dri.so malloc 72 0x557173473700 0.000125
+gallium_dri.so free 0x5571734737c0 void 0.000126
+gallium_dri.so free 0x557173473700 void 0.000130
+gallium_dri.so malloc 72 0x557173473700 0.000130
+gallium_dri.so free 0x557173473880 void 0.000130
+gallium_dri.so free 0x557173473700 void 0.000129
+gallium_dri.so malloc 72 0x557173473700 0.000128
+gallium_dri.so free 0x557173473940 void 0.000129
+gallium_dri.so free 0x557173473700 void 0.000131
+gallium_dri.so malloc 72 0x5571734738f0 0.000129
+gallium_dri.so free 0x557173473940 void 0.000172
+gallium_dri.so free 0x5571734738f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734738f0 0.000125
+gallium_dri.so free 0x557173473a40 void 0.000121
+gallium_dri.so free 0x5571734738f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734739f0 0.000120
+gallium_dri.so free 0x557173473b00 void 0.000121
+gallium_dri.so free 0x5571734739f0 void 0.000124
+gallium_dri.so malloc 72 0x557173473ab0 0.000125
+gallium_dri.so free 0x557173473b40 void 0.000122
+gallium_dri.so free 0x557173473ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173473ab0 0.000125
+gallium_dri.so free 0x557173473c00 void 0.000131
+gallium_dri.so free 0x557173473ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173473c40 0.000120
+gallium_dri.so free 0x557173473cc0 void 0.000121
+gallium_dri.so free 0x557173473c40 void 0.000119
+gallium_dri.so malloc 72 0x557173473cc0 0.000121
+gallium_dri.so free 0x557173473d80 void 0.000127
+gallium_dri.so free 0x557173473cc0 void 0.000130
+gallium_dri.so malloc 72 0x557173473cc0 0.000124
+gallium_dri.so free 0x557173473e40 void 0.000121
+gallium_dri.so free 0x557173473cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173473e60 0.000131
+gallium_dri.so free 0x557173473f00 void 0.000132
+gallium_dri.so free 0x557173473e60 void 0.000130
+gallium_dri.so malloc 72 0x557173473eb0 0.000129
+gallium_dri.so free 0x557173473f80 void 0.000124
+gallium_dri.so free 0x557173473eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173473eb0 0.000126
+gallium_dri.so free 0x557173474000 void 0.000130
+gallium_dri.so free 0x557173473eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173474000 0.000119
+gallium_dri.so free 0x5571734740c0 void 0.000120
+gallium_dri.so free 0x557173474000 void 0.000126
+gallium_dri.so malloc 72 0x557173474000 0.000132
+gallium_dri.so free 0x557173474180 void 0.000126
+gallium_dri.so free 0x557173474000 void 0.000121
+gallium_dri.so malloc 72 0x557173474000 0.000119
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so free 0x557173474000 void 0.000120
+gallium_dri.so malloc 72 0x557173460440 0.000125
+gallium_dri.so free 0x557173460500 void 0.000130
+gallium_dri.so free 0x557173460440 void 0.000130
+gallium_dri.so malloc 72 0x557173460440 0.000129
+gallium_dri.so free 0x557173460580 void 0.000124
+gallium_dri.so free 0x557173460440 void 0.000127
+gallium_dri.so malloc 72 0x557173460580 0.000129
+gallium_dri.so free 0x557173460640 void 0.000126
+gallium_dri.so free 0x557173460580 void 0.000120
+gallium_dri.so malloc 72 0x557173460580 0.000120
+gallium_dri.so free 0x557173460700 void 0.000125
+gallium_dri.so free 0x557173460580 void 0.000126
+gallium_dri.so malloc 72 0x557173460580 0.000121
+gallium_dri.so free 0x5571734607c0 void 0.000121
+gallium_dri.so free 0x557173460580 void 0.000124
+gallium_dri.so malloc 72 0x557173460770 0.000130
+gallium_dri.so free 0x557173460840 void 0.000151
+gallium_dri.so free 0x557173460770 void 0.000131
+gallium_dri.so malloc 72 0x557173460890 0.000130
+gallium_dri.so free 0x557173460900 void 0.000125
+gallium_dri.so free 0x557173460890 void 0.000119
+gallium_dri.so malloc 72 0x557173460940 0.000124
+gallium_dri.so free 0x5571734609c0 void 0.000125
+gallium_dri.so free 0x557173460940 void 0.000125
+gallium_dri.so malloc 72 0x557173460940 0.000129
+gallium_dri.so free 0x557173460a40 void 0.000125
+gallium_dri.so free 0x557173460940 void 0.000119
+gallium_dri.so malloc 72 0x557173460a70 0.000163
+gallium_dri.so free 0x557173460ac0 void 0.000127
+gallium_dri.so free 0x557173460a70 void 0.000129
+gallium_dri.so malloc 72 0x557173460a70 0.000128
+gallium_dri.so free 0x557173460bc0 void 0.000129
+gallium_dri.so free 0x557173460a70 void 0.000129
+gallium_dri.so malloc 72 0x557173460b70 0.000129
+gallium_dri.so free 0x557173460c80 void 0.000130
+gallium_dri.so free 0x557173460b70 void 0.000130
+gallium_dri.so malloc 72 0x557173460c30 0.000129
+gallium_dri.so free 0x557173460cc0 void 0.000130
+gallium_dri.so free 0x557173460c30 void 0.000130
+gallium_dri.so malloc 72 0x557173460c30 0.000129
+gallium_dri.so free 0x557173460d80 void 0.000130
+gallium_dri.so free 0x557173460c30 void 0.000130
+gallium_dri.so malloc 72 0x557173460df0 0.000130
+gallium_dri.so free 0x557173460e40 void 0.000129
+gallium_dri.so free 0x557173460df0 void 0.000130
+gallium_dri.so malloc 72 0x557173460df0 0.000126
+gallium_dri.so free 0x557173460f40 void 0.000124
+gallium_dri.so free 0x557173460df0 void 0.000126
+gallium_dri.so malloc 72 0x557173460ef0 0.000130
+gallium_dri.so free 0x557173461000 void 0.000123
+gallium_dri.so free 0x557173460ef0 void 0.000137
+gallium_dri.so malloc 72 0x557173460fb0 0.000131
+gallium_dri.so free 0x557173461040 void 0.000131
+gallium_dri.so free 0x557173460fb0 void 0.000135
+gallium_dri.so malloc 72 0x557173460fb0 0.000131
+gallium_dri.so free 0x557173461100 void 0.000129
+gallium_dri.so free 0x557173460fb0 void 0.000130
+gallium_dri.so malloc 72 0x557173461140 0.000129
+gallium_dri.so free 0x5571734611c0 void 0.000130
+gallium_dri.so free 0x557173461140 void 0.000154
+gallium_dri.so malloc 72 0x5571734611c0 0.000129
+gallium_dri.so free 0x557173461280 void 0.000124
+gallium_dri.so free 0x5571734611c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734611c0 0.000120
+gallium_dri.so free 0x557173461340 void 0.000122
+gallium_dri.so free 0x5571734611c0 void 0.000124
+gallium_dri.so malloc 72 0x557173461360 0.000131
+gallium_dri.so free 0x557173461400 void 0.000130
+gallium_dri.so free 0x557173461360 void 0.000134
+gallium_dri.so malloc 72 0x5571734613b0 0.000129
+gallium_dri.so free 0x557173461480 void 0.000130
+gallium_dri.so free 0x5571734613b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734613b0 0.000126
+gallium_dri.so free 0x557173461500 void 0.000126
+gallium_dri.so free 0x5571734613b0 void 0.000140
+gallium_dri.so malloc 72 0x557173461500 0.000129
+gallium_dri.so free 0x5571734615c0 void 0.000129
+gallium_dri.so free 0x557173461500 void 0.000130
+gallium_dri.so malloc 72 0x557173461500 0.000130
+gallium_dri.so free 0x557173461680 void 0.000126
+gallium_dri.so free 0x557173461500 void 0.000124
+gallium_dri.so malloc 72 0x557173461500 0.000124
+gallium_dri.so free 0x557173461740 void 0.000121
+gallium_dri.so free 0x557173461500 void 0.000124
+gallium_dri.so malloc 72 0x5571734616f0 0.000125
+gallium_dri.so free 0x557173461800 void 0.000121
+gallium_dri.so free 0x5571734616f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734617b0 0.000130
+gallium_dri.so free 0x557173461880 void 0.000130
+gallium_dri.so free 0x5571734617b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734618d0 0.000120
+gallium_dri.so free 0x557173461940 void 0.000120
+gallium_dri.so free 0x5571734618d0 void 0.000124
+gallium_dri.so malloc 72 0x557173461960 0.000130
+gallium_dri.so free 0x557173461a00 void 0.000129
+gallium_dri.so free 0x557173461960 void 0.000131
+gallium_dri.so malloc 72 0x5571734619b0 0.000130
+gallium_dri.so free 0x557173461a80 void 0.000129
+gallium_dri.so free 0x5571734619b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734619b0 0.000135
+gallium_dri.so free 0x557173461b00 void 0.000126
+gallium_dri.so free 0x5571734619b0 void 0.000119
+gallium_dri.so malloc 72 0x557173461b00 0.000121
+gallium_dri.so free 0x557173461bc0 void 0.000121
+gallium_dri.so free 0x557173461b00 void 0.000121
+gallium_dri.so malloc 72 0x557173461b00 0.000120
+gallium_dri.so free 0x557173461cc0 void 0.000123
+gallium_dri.so free 0x557173461b00 void 0.000118
+gallium_dri.so malloc 72 0x557173461c70 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x557173461c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000120
+gallium_dri.so free 0x5571735e0f00 void 0.000120
+gallium_dri.so free 0x5571735e0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000119
+gallium_dri.so free 0x5571735e1000 void 0.000119
+gallium_dri.so free 0x5571735e0eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x5571735e10c0 void 0.000127
+gallium_dri.so free 0x5571735e0fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1100 void 0.000116
+gallium_dri.so free 0x5571735e1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e11c0 void 0.000115
+gallium_dri.so free 0x5571735e1070 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1230 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1230 0.000113
+gallium_dri.so free 0x5571735e1380 void 0.000115
+gallium_dri.so free 0x5571735e1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x5571735e1440 void 0.000115
+gallium_dri.so free 0x5571735e1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13f0 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000114
+gallium_dri.so free 0x5571735e13f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e13f0 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000115
+gallium_dri.so free 0x5571735e13f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1580 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1600 0.000113
+gallium_dri.so free 0x5571735e16c0 void 0.000115
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1600 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17a0 0.000113
+gallium_dri.so free 0x5571735e1840 void 0.000114
+gallium_dri.so free 0x5571735e17a0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e17f0 0.000115
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e17f0 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e17f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1940 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1940 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1940 0.000112
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b30 0.000114
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so free 0x5571735e1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d10 0.000119
+gallium_dri.so free 0x5571735e1d80 void 0.000116
+gallium_dri.so free 0x5571735e1d10 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1da0 0.000113
+gallium_dri.so free 0x5571735e1e40 void 0.000114
+gallium_dri.so free 0x5571735e1da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1df0 0.000116
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f40 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f40 0.000119
+gallium_dri.so free 0x5571735e2100 void 0.000116
+gallium_dri.so free 0x5571735e1f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2240 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000115
+gallium_dri.so free 0x5571735e2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2400 void 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2430 0.000125
+gallium_dri.so free 0x5571735e2480 void 0.000116
+gallium_dri.so free 0x5571735e2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000114
+gallium_dri.so free 0x5571735e2580 void 0.000116
+gallium_dri.so free 0x5571735e2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e25c0 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27b0 0.000114
+gallium_dri.so free 0x5571735e2800 void 0.000115
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e27b0 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28b0 0.000115
+gallium_dri.so free 0x5571735e29c0 void 0.000115
+gallium_dri.so free 0x5571735e28b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2970 0.000114
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2970 0.000128
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2970 0.000112
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c90 0.000116
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so free 0x5571735e2c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d20 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e40 0.000116
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e40 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so free 0x5571735e2e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000191
+gallium_dri.so free 0x5571735e3100 void 0.000129
+gallium_dri.so free 0x5571735e2f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e31c0 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3170 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so free 0x5571735e3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3290 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571735e3290 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3340 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3470 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000115
+gallium_dri.so free 0x5571735e35c0 void 0.000114
+gallium_dri.so free 0x5571735e3470 void 0.000143
+gallium_dri.so malloc 72 0x5571735e3570 0.000116
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3570 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3630 0.000127
+gallium_dri.so free 0x5571735e36c0 void 0.000116
+gallium_dri.so free 0x5571735e3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e3780 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e37f0 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735e37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37f0 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735e37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000113
+gallium_dri.so free 0x5571735fc540 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000112
+gallium_dri.so free 0x5571735fc680 void 0.000123
+gallium_dri.so free 0x5571735fc5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000113
+gallium_dri.so free 0x5571735fc740 void 0.000115
+gallium_dri.so free 0x5571735fc6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7a0 0.000131
+gallium_dri.so free 0x5571735fc840 void 0.000117
+gallium_dri.so free 0x5571735fc7a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000113
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc940 void 0.000114
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc980 0.000114
+gallium_dri.so free 0x5571735fca00 void 0.000113
+gallium_dri.so free 0x5571735fc980 void 0.000112
+gallium_dri.so malloc 72 0x5571735fca00 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fca00 0.000113
+gallium_dri.so free 0x5571735fcb40 void 0.000115
+gallium_dri.so free 0x5571735fca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcb70 0.000113
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so free 0x5571735fcb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000113
+gallium_dri.so free 0x5571735fcc80 void 0.000114
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbc0 0.000114
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcd30 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000129
+gallium_dri.so free 0x5571735fcd30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000128
+gallium_dri.so free 0x5571735fce80 void 0.000126
+gallium_dri.so free 0x5571735fcdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000124
+gallium_dri.so free 0x5571735fcf40 void 0.000125
+gallium_dri.so free 0x5571735fcdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcf80 0.000125
+gallium_dri.so free 0x5571735fd000 void 0.000128
+gallium_dri.so free 0x5571735fcf80 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd000 0.000125
+gallium_dri.so free 0x5571735fd0c0 void 0.000127
+gallium_dri.so free 0x5571735fd000 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd000 0.000125
+gallium_dri.so free 0x5571735fd140 void 0.000126
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd000 0.000124
+gallium_dri.so free 0x5571735fd200 void 0.000129
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd000 0.000127
+gallium_dri.so free 0x5571735fd2c0 void 0.000126
+gallium_dri.so free 0x5571735fd000 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd270 0.000126
+gallium_dri.so free 0x5571735fd340 void 0.000137
+gallium_dri.so free 0x5571735fd270 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd390 0.000125
+gallium_dri.so free 0x5571735fd400 void 0.000125
+gallium_dri.so free 0x5571735fd390 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd420 0.000126
+gallium_dri.so free 0x5571735fd4c0 void 0.000125
+gallium_dri.so free 0x5571735fd420 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd470 0.000173
+gallium_dri.so free 0x5571735fd540 void 0.000131
+gallium_dri.so free 0x5571735fd470 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd470 0.000128
+gallium_dri.so free 0x5571735fd640 void 0.000127
+gallium_dri.so free 0x5571735fd470 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000126
+gallium_dri.so free 0x5571735fd6c0 void 0.000127
+gallium_dri.so free 0x5571735fd5f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd710 0.000126
+gallium_dri.so free 0x5571735fd780 void 0.000126
+gallium_dri.so free 0x5571735fd710 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000125
+gallium_dri.so free 0x5571735fd840 void 0.000127
+gallium_dri.so free 0x5571735fd7a0 void 0.000157
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000127
+gallium_dri.so free 0x5571735fd8c0 void 0.000133
+gallium_dri.so free 0x5571735fd7f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000114
+gallium_dri.so free 0x5571735fd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd940 0.000112
+gallium_dri.so free 0x5571735fda00 void 0.000115
+gallium_dri.so free 0x5571735fd940 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd940 0.000114
+gallium_dri.so free 0x5571735fdb00 void 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd940 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000116
+gallium_dri.so free 0x5571735fdc00 void 0.000114
+gallium_dri.so free 0x5571735fdbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000114
+gallium_dri.so free 0x5571735fdbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000115
+gallium_dri.so free 0x5571735fddc0 void 0.000113
+gallium_dri.so free 0x5571735fdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000112
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so free 0x5571735fdd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000115
+gallium_dri.so free 0x5571735fdec0 void 0.000113
+gallium_dri.so free 0x5571735fdd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdf10 0.000113
+gallium_dri.so free 0x5571735fdf80 void 0.000113
+gallium_dri.so free 0x5571735fdf10 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe040 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe040 0.000113
+gallium_dri.so free 0x5571735fe180 void 0.000113
+gallium_dri.so free 0x5571735fe040 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000112
+gallium_dri.so free 0x5571735fe200 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe370 0.000158
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe370 void 0.000139
+gallium_dri.so malloc 72 0x5571735fe460 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000115
+gallium_dri.so free 0x5571735fe460 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000116
+gallium_dri.so free 0x5571735fe580 void 0.000113
+gallium_dri.so free 0x5571735fe4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000113
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so free 0x5571735fe4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe600 0.000112
+gallium_dri.so free 0x5571735fe6c0 void 0.000115
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe600 0.000113
+gallium_dri.so free 0x5571735fe780 void 0.000114
+gallium_dri.so free 0x5571735fe600 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe600 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x5571735fe600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000117
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735fe7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe7f0 0.000114
+gallium_dri.so free 0x5571735fe940 void 0.000114
+gallium_dri.so free 0x5571735fe7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8f0 0.000113
+gallium_dri.so free 0x5571735fea00 void 0.000115
+gallium_dri.so free 0x5571735fe8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x5571735fea40 void 0.000112
+gallium_dri.so free 0x5571735fe9b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000115
+gallium_dri.so free 0x5571735feb00 void 0.000113
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feb40 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735feb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735febc0 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735febc0 0.000115
+gallium_dri.so free 0x5571735fed40 void 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fed60 0.000112
+gallium_dri.so free 0x5571735fee00 void 0.000114
+gallium_dri.so free 0x5571735fed60 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735fee80 void 0.000114
+gallium_dri.so free 0x5571735fedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000115
+gallium_dri.so free 0x5571735fedb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fef00 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000114
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fef00 0.000131
+gallium_dri.so free 0x5571735ff080 void 0.000121
+gallium_dri.so free 0x5571735fef00 void 0.000128
+gallium_dri.so malloc 72 0x5571735fef00 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000113
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000115
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so free 0x5571735ff0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000112
+gallium_dri.so free 0x5571735ff280 void 0.000114
+gallium_dri.so free 0x5571735ff1b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000113
+gallium_dri.so free 0x5571735ff340 void 0.000117
+gallium_dri.so free 0x5571735ff2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff360 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000114
+gallium_dri.so free 0x5571735ff360 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so free 0x5571735ff3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff500 0.000112
+gallium_dri.so free 0x5571735ff5c0 void 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff500 0.000113
+gallium_dri.so free 0x5571735ff6c0 void 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff670 0.000115
+gallium_dri.so free 0x5571735ff700 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff670 0.000174
+gallium_dri.so free 0x5571735ff7c0 void 0.000245
+gallium_dri.so free 0x5571735ff670 void 0.000183
+gallium_dri.so malloc 72 0x5571735ff800 0.000113
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff880 0.000116
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff880 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000113
+gallium_dri.so free 0x5571735ffa40 void 0.000114
+gallium_dri.so free 0x5571735ff9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000115
+gallium_dri.so free 0x5571735ffb40 void 0.000113
+gallium_dri.so free 0x5571735ff9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffb80 0.000113
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so free 0x5571735ffb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc00 0.000116
+gallium_dri.so free 0x5571735ffcc0 void 0.000193
+gallium_dri.so free 0x5571735ffc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffc00 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000114
+gallium_dri.so free 0x5571735ffc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd70 0.000113
+gallium_dri.so free 0x5571735ffdc0 void 0.000114
+gallium_dri.so free 0x5571735ffd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffd70 0.000115
+gallium_dri.so free 0x5571735ffec0 void 0.000115
+gallium_dri.so free 0x5571735ffd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe70 0.000114
+gallium_dri.so free 0x5571735fff80 void 0.000114
+gallium_dri.so free 0x5571735ffe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x557173600000 void 0.000114
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000113
+gallium_dri.so free 0x5571736000c0 void 0.000114
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fff30 0.000113
+gallium_dri.so free 0x557173600180 void 0.000116
+gallium_dri.so free 0x5571735fff30 void 0.000162
+gallium_dri.so malloc 72 0x557173600130 0.000115
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so free 0x557173600130 void 0.000119
+gallium_dri.so malloc 72 0x557173600250 0.000123
+gallium_dri.so free 0x5571736002c0 void 0.000125
+gallium_dri.so free 0x557173600250 void 0.000124
+gallium_dri.so malloc 72 0x5571736002e0 0.000125
+gallium_dri.so free 0x557173600380 void 0.000124
+gallium_dri.so free 0x5571736002e0 void 0.000119
+gallium_dri.so malloc 72 0x557173600330 0.000115
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so free 0x557173600330 void 0.000113
+gallium_dri.so malloc 72 0x557173600400 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000114
+gallium_dri.so free 0x557173600400 void 0.000112
+gallium_dri.so malloc 72 0x557173600400 0.000113
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600600 void 0.000114
+gallium_dri.so free 0x557173600540 void 0.000112
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000113
+gallium_dri.so free 0x557173600780 void 0.000119
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600730 0.000113
+gallium_dri.so free 0x557173600800 void 0.000121
+gallium_dri.so free 0x557173600730 void 0.000127
+gallium_dri.so malloc 72 0x557173600850 0.000115
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x557173600850 void 0.000114
+gallium_dri.so malloc 72 0x557173600900 0.000113
+gallium_dri.so free 0x557173600980 void 0.000114
+gallium_dri.so free 0x557173600900 void 0.000113
+gallium_dri.so malloc 72 0x557173600900 0.000114
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x557173600900 void 0.000113
+gallium_dri.so malloc 72 0x557173600a30 0.000114
+gallium_dri.so free 0x557173600a80 void 0.000114
+gallium_dri.so free 0x557173600a30 void 0.000112
+gallium_dri.so malloc 72 0x557173600a30 0.000113
+gallium_dri.so free 0x557173600b80 void 0.000113
+gallium_dri.so free 0x557173600a30 void 0.000113
+gallium_dri.so malloc 72 0x557173600b30 0.000113
+gallium_dri.so free 0x557173600c40 void 0.000114
+gallium_dri.so free 0x557173600b30 void 0.000114
+gallium_dri.so malloc 72 0x557173600bf0 0.000112
+gallium_dri.so free 0x557173600c80 void 0.000115
+gallium_dri.so free 0x557173600bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173600bf0 0.000114
+gallium_dri.so free 0x557173600d40 void 0.000113
+gallium_dri.so free 0x557173600bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173600db0 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000115
+gallium_dri.so free 0x557173600db0 void 0.000113
+gallium_dri.so malloc 72 0x557173600db0 0.000166
+gallium_dri.so free 0x557173600f00 void 0.000113
+gallium_dri.so free 0x557173600db0 void 0.000112
+gallium_dri.so malloc 72 0x557173600eb0 0.000110
+gallium_dri.so free 0x557173600fc0 void 0.000112
+gallium_dri.so free 0x557173600eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600f70 0.000112
+gallium_dri.so free 0x55717360c0c0 void 0.000112
+gallium_dri.so free 0x557173600f70 void 0.000112
+gallium_dri.so malloc 72 0x55717360c0f0 0.000159
+gallium_dri.so free 0x55717360c140 void 0.000112
+gallium_dri.so free 0x55717360c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c0f0 0.000118
+gallium_dri.so free 0x55717360c240 void 0.000119
+gallium_dri.so free 0x55717360c0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c1f0 0.000118
+gallium_dri.so free 0x55717360c300 void 0.000118
+gallium_dri.so free 0x55717360c1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c2b0 0.000119
+gallium_dri.so free 0x55717360c380 void 0.000118
+gallium_dri.so free 0x55717360c2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c2b0 0.000118
+gallium_dri.so free 0x55717360c440 void 0.000119
+gallium_dri.so free 0x55717360c2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c2b0 0.000117
+gallium_dri.so free 0x55717360c500 void 0.000117
+gallium_dri.so free 0x55717360c2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c4b0 0.000119
+gallium_dri.so free 0x55717360c580 void 0.000118
+gallium_dri.so free 0x55717360c4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c5d0 0.000117
+gallium_dri.so free 0x55717360c640 void 0.000119
+gallium_dri.so free 0x55717360c5d0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c660 0.000117
+gallium_dri.so free 0x55717360c700 void 0.000118
+gallium_dri.so free 0x55717360c660 void 0.000116
+gallium_dri.so malloc 72 0x55717360c6b0 0.000118
+gallium_dri.so free 0x55717360c780 void 0.000119
+gallium_dri.so free 0x55717360c6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c780 0.000119
+gallium_dri.so free 0x55717360c840 void 0.000118
+gallium_dri.so free 0x55717360c780 void 0.000119
+gallium_dri.so malloc 72 0x55717360c780 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000119
+gallium_dri.so free 0x55717360c780 void 0.000118
+gallium_dri.so malloc 72 0x55717360c8c0 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c8c0 0.000118
+gallium_dri.so free 0x55717360ca40 void 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c8c0 0.000119
+gallium_dri.so free 0x55717360cb00 void 0.000120
+gallium_dri.so free 0x55717360c8c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360cab0 0.000118
+gallium_dri.so free 0x55717360cb80 void 0.000119
+gallium_dri.so free 0x55717360cab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cbd0 0.000117
+gallium_dri.so free 0x55717360cc40 void 0.000118
+gallium_dri.so free 0x55717360cbd0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cc80 0.000117
+gallium_dri.so free 0x55717360cd00 void 0.000132
+gallium_dri.so free 0x55717360cc80 void 0.000120
+gallium_dri.so malloc 72 0x55717360cc80 0.000118
+gallium_dri.so free 0x55717360cd80 void 0.000118
+gallium_dri.so free 0x55717360cc80 void 0.000117
+gallium_dri.so malloc 72 0x55717360cdb0 0.000124
+gallium_dri.so free 0x55717360ce00 void 0.000125
+gallium_dri.so free 0x55717360cdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cdb0 0.000125
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360cdb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ceb0 0.000119
+gallium_dri.so free 0x55717360cfc0 void 0.000118
+gallium_dri.so free 0x55717360ceb0 void 0.000161
+gallium_dri.so malloc 72 0x55717360cf70 0.000119
+gallium_dri.so free 0x55717360d000 void 0.000118
+gallium_dri.so free 0x55717360cf70 void 0.000117
+gallium_dri.so malloc 72 0x55717360cf70 0.000192
+gallium_dri.so free 0x55717360d0c0 void 0.000119
+gallium_dri.so free 0x55717360cf70 void 0.000117
+gallium_dri.so malloc 72 0x55717360d130 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d130 0.000118
+gallium_dri.so free 0x55717360d280 void 0.000120
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d230 0.000117
+gallium_dri.so free 0x55717360d340 void 0.000119
+gallium_dri.so free 0x55717360d230 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2f0 0.000118
+gallium_dri.so free 0x55717360d380 void 0.000117
+gallium_dri.so free 0x55717360d2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d2f0 0.000117
+gallium_dri.so free 0x55717360d440 void 0.000117
+gallium_dri.so free 0x55717360d2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d480 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717360d480 void 0.000118
+gallium_dri.so malloc 72 0x55717360d500 0.000120
+gallium_dri.so free 0x55717360d5c0 void 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so malloc 72 0x55717360d500 0.000119
+gallium_dri.so free 0x55717360d680 void 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000165
+gallium_dri.so malloc 72 0x55717360d6a0 0.000201
+gallium_dri.so free 0x55717360d740 void 0.000112
+gallium_dri.so free 0x55717360d6a0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d6f0 0.000111
+gallium_dri.so free 0x55717360d7c0 void 0.000110
+gallium_dri.so free 0x55717360d6f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d6f0 0.000110
+gallium_dri.so free 0x55717360d840 void 0.000110
+gallium_dri.so free 0x55717360d6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360d840 0.000110
+gallium_dri.so free 0x55717360d900 void 0.000111
+gallium_dri.so free 0x55717360d840 void 0.000110
+gallium_dri.so malloc 72 0x55717360d840 0.000111
+gallium_dri.so free 0x55717360d9c0 void 0.000110
+gallium_dri.so free 0x55717360d840 void 0.000110
+gallium_dri.so malloc 72 0x55717360d840 0.000112
+gallium_dri.so free 0x55717360da80 void 0.000111
+gallium_dri.so free 0x55717360d840 void 0.000110
+gallium_dri.so malloc 72 0x55717360da30 0.000111
+gallium_dri.so free 0x55717360db40 void 0.000115
+gallium_dri.so free 0x55717360da30 void 0.000121
+gallium_dri.so malloc 72 0x55717360daf0 0.000115
+gallium_dri.so free 0x55717360dbc0 void 0.000112
+gallium_dri.so free 0x55717360daf0 void 0.000110
+gallium_dri.so malloc 72 0x55717360dc10 0.000109
+gallium_dri.so free 0x55717360dc80 void 0.000110
+gallium_dri.so free 0x55717360dc10 void 0.000121
+gallium_dri.so malloc 72 0x55717360dca0 0.000118
+gallium_dri.so free 0x55717360dd40 void 0.000117
+gallium_dri.so free 0x55717360dca0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dcf0 0.000117
+gallium_dri.so free 0x55717360ddc0 void 0.000118
+gallium_dri.so free 0x55717360dcf0 void 0.000123
+gallium_dri.so malloc 72 0x55717360dcf0 0.000118
+gallium_dri.so free 0x55717360de40 void 0.000119
+gallium_dri.so free 0x55717360dcf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360de40 0.000116
+gallium_dri.so free 0x55717360df00 void 0.000119
+gallium_dri.so free 0x55717360de40 void 0.000116
+gallium_dri.so malloc 72 0x55717360de40 0.000127
+gallium_dri.so free 0x55717360e000 void 0.000125
+gallium_dri.so free 0x55717360de40 void 0.000119
+gallium_dri.so malloc 72 0x55717360dfb0 0.000116
+gallium_dri.so free 0x55717360e040 void 0.000124
+gallium_dri.so free 0x55717360dfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dfb0 0.000117
+gallium_dri.so free 0x55717360e100 void 0.000118
+gallium_dri.so free 0x55717360dfb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e140 0.000116
+gallium_dri.so free 0x55717360e1c0 void 0.000117
+gallium_dri.so free 0x55717360e140 void 0.000117
+gallium_dri.so malloc 72 0x55717360e1c0 0.000127
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e1c0 0.000118
+gallium_dri.so free 0x55717360e300 void 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e330 0.000116
+gallium_dri.so free 0x55717360e380 void 0.000117
+gallium_dri.so free 0x55717360e330 void 0.000115
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e480 void 0.000118
+gallium_dri.so free 0x55717360e330 void 0.000116
+gallium_dri.so malloc 72 0x55717360e4c0 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so free 0x55717360e4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e540 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so malloc 72 0x55717360e540 0.000122
+gallium_dri.so free 0x55717360e680 void 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6b0 0.000117
+gallium_dri.so free 0x55717360e700 void 0.000117
+gallium_dri.so free 0x55717360e6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e6b0 0.000116
+gallium_dri.so free 0x55717360e800 void 0.000118
+gallium_dri.so free 0x55717360e6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e7b0 0.000115
+gallium_dri.so free 0x55717360e8c0 void 0.000110
+gallium_dri.so free 0x55717360e7b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e870 0.000110
+gallium_dri.so free 0x55717360e940 void 0.000110
+gallium_dri.so free 0x55717360e870 void 0.000110
+gallium_dri.so malloc 72 0x55717360e870 0.000111
+gallium_dri.so free 0x55717360ea00 void 0.000109
+gallium_dri.so free 0x55717360e870 void 0.000110
+gallium_dri.so malloc 72 0x55717360e870 0.000110
+gallium_dri.so free 0x55717360eac0 void 0.000111
+gallium_dri.so free 0x55717360e870 void 0.000110
+gallium_dri.so malloc 72 0x55717360ea70 0.000110
+gallium_dri.so free 0x55717360eb40 void 0.000111
+gallium_dri.so free 0x55717360ea70 void 0.000109
+gallium_dri.so malloc 72 0x55717360eb90 0.000110
+gallium_dri.so free 0x55717360ec00 void 0.000109
+gallium_dri.so free 0x55717360eb90 void 0.000110
+gallium_dri.so malloc 72 0x55717360ec20 0.000109
+gallium_dri.so free 0x55717360ecc0 void 0.000111
+gallium_dri.so free 0x55717360ec20 void 0.000110
+gallium_dri.so malloc 72 0x55717360ec70 0.000116
+gallium_dri.so free 0x55717360ed40 void 0.000122
+gallium_dri.so free 0x55717360ec70 void 0.000161
+gallium_dri.so malloc 72 0x55717360ed40 0.000113
+gallium_dri.so free 0x55717360ee00 void 0.000111
+gallium_dri.so free 0x55717360ed40 void 0.000110
+gallium_dri.so malloc 72 0x55717360ed40 0.000178
+gallium_dri.so free 0x55717360ee80 void 0.000125
+gallium_dri.so free 0x55717360ed40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000119
+gallium_dri.so free 0x55717360ef40 void 0.000126
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000115
+gallium_dri.so free 0x55717360f000 void 0.000114
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee80 0.000123
+gallium_dri.so free 0x55717360f0c0 void 0.000124
+gallium_dri.so free 0x55717360ee80 void 0.000119
+gallium_dri.so malloc 72 0x55717360f070 0.000120
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so free 0x55717360f070 void 0.000118
+gallium_dri.so malloc 72 0x55717360f190 0.000123
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so free 0x55717360f190 void 0.000119
+gallium_dri.so malloc 72 0x55717360f240 0.000124
+gallium_dri.so free 0x55717360f2c0 void 0.000118
+gallium_dri.so free 0x55717360f240 void 0.000119
+gallium_dri.so malloc 72 0x55717360f240 0.000124
+gallium_dri.so free 0x55717360f340 void 0.000123
+gallium_dri.so free 0x55717360f240 void 0.000121
+gallium_dri.so malloc 72 0x55717360f370 0.000119
+gallium_dri.so free 0x55717360f3c0 void 0.000123
+gallium_dri.so free 0x55717360f370 void 0.000125
+gallium_dri.so malloc 72 0x55717360f370 0.000123
+gallium_dri.so free 0x55717360f4c0 void 0.000125
+gallium_dri.so free 0x55717360f370 void 0.000128
+gallium_dri.so malloc 72 0x55717360f470 0.000120
+gallium_dri.so free 0x55717360f580 void 0.000125
+gallium_dri.so free 0x55717360f470 void 0.000130
+gallium_dri.so malloc 72 0x55717360f530 0.000124
+gallium_dri.so free 0x55717360f5c0 void 0.000120
+gallium_dri.so free 0x55717360f530 void 0.000124
+gallium_dri.so malloc 72 0x55717360f530 0.000129
+gallium_dri.so free 0x55717360f680 void 0.000130
+gallium_dri.so free 0x55717360f530 void 0.000124
+gallium_dri.so malloc 72 0x55717360f6f0 0.000121
+gallium_dri.so free 0x55717360f740 void 0.000119
+gallium_dri.so free 0x55717360f6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f6f0 0.000234
+gallium_dri.so free 0x55717360f840 void 0.000235
+gallium_dri.so free 0x55717360f6f0 void 0.000227
+gallium_dri.so malloc 72 0x55717360f7f0 0.000221
+gallium_dri.so free 0x55717360f900 void 0.000129
+gallium_dri.so free 0x55717360f7f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f8b0 0.000121
+gallium_dri.so free 0x55717360f940 void 0.000125
+gallium_dri.so free 0x55717360f8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f8b0 0.000170
+gallium_dri.so free 0x55717360fa00 void 0.000167
+gallium_dri.so free 0x55717360f8b0 void 0.000306
+gallium_dri.so malloc 72 0x55717360fa40 0.000223
+gallium_dri.so free 0x55717360fac0 void 0.000270
+gallium_dri.so free 0x55717360fa40 void 0.000280
+gallium_dri.so malloc 72 0x55717360fac0 0.000292
+gallium_dri.so free 0x55717360fb80 void 0.000278
+gallium_dri.so free 0x55717360fac0 void 0.000361
+gallium_dri.so malloc 72 0x55717360fac0 0.000274
+gallium_dri.so free 0x55717360fc40 void 0.000165
+gallium_dri.so free 0x55717360fac0 void 0.000164
+gallium_dri.so malloc 72 0x55717360fc60 0.000129
+gallium_dri.so free 0x55717360fd00 void 0.000129
+gallium_dri.so free 0x55717360fc60 void 0.000130
+gallium_dri.so malloc 72 0x55717360fcb0 0.000131
+gallium_dri.so free 0x55717360fd80 void 0.000130
+gallium_dri.so free 0x55717360fcb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fcb0 0.000125
+gallium_dri.so free 0x55717360fe00 void 0.000127
+gallium_dri.so free 0x55717360fcb0 void 0.000132
+gallium_dri.so malloc 72 0x55717360fe00 0.000129
+gallium_dri.so free 0x55717360fec0 void 0.000129
+gallium_dri.so free 0x55717360fe00 void 0.000129
+gallium_dri.so malloc 72 0x55717360fe00 0.000131
+gallium_dri.so free 0x55717360ff80 void 0.000136
+gallium_dri.so free 0x55717360fe00 void 0.000133
+gallium_dri.so malloc 72 0x55717360fe00 0.000121
+gallium_dri.so free 0x557173610040 void 0.000126
+gallium_dri.so free 0x55717360fe00 void 0.000130
+gallium_dri.so malloc 72 0x55717360fff0 0.000129
+gallium_dri.so free 0x557173610100 void 0.000132
+gallium_dri.so free 0x55717360fff0 void 0.000129
+gallium_dri.so malloc 72 0x5571736100b0 0.000124
+gallium_dri.so free 0x557173610180 void 0.000121
+gallium_dri.so free 0x5571736100b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736101d0 0.000129
+gallium_dri.so free 0x557173610240 void 0.000131
+gallium_dri.so free 0x5571736101d0 void 0.000131
+gallium_dri.so malloc 72 0x557173610260 0.000165
+gallium_dri.so free 0x557173610300 void 0.000166
+gallium_dri.so free 0x557173610260 void 0.000167
+gallium_dri.so malloc 72 0x5571736102b0 0.000197
+gallium_dri.so free 0x557173610380 void 0.000194
+gallium_dri.so free 0x5571736102b0 void 0.000133
+gallium_dri.so malloc 72 0x5571736102b0 0.000125
+gallium_dri.so free 0x557173610400 void 0.000169
+gallium_dri.so free 0x5571736102b0 void 0.000187
+gallium_dri.so malloc 72 0x557173610400 0.000220
+gallium_dri.so free 0x5571736104c0 void 0.000221
+gallium_dri.so free 0x557173610400 void 0.000201
+gallium_dri.so malloc 72 0x557173610400 0.000202
+gallium_dri.so free 0x5571736105c0 void 0.000126
+gallium_dri.so free 0x557173610400 void 0.000129
+gallium_dri.so malloc 72 0x557173610570 0.000131
+gallium_dri.so free 0x557173610600 void 0.000142
+gallium_dri.so free 0x557173610570 void 0.000125
+gallium_dri.so malloc 72 0x557173610570 0.000124
+gallium_dri.so free 0x5571736106c0 void 0.000120
+gallium_dri.so free 0x557173610570 void 0.000124
+gallium_dri.so malloc 72 0x557173610700 0.000130
+gallium_dri.so free 0x557173610780 void 0.000130
+gallium_dri.so free 0x557173610700 void 0.000130
+gallium_dri.so malloc 72 0x557173610780 0.000124
+gallium_dri.so free 0x557173610840 void 0.000120
+gallium_dri.so free 0x557173610780 void 0.000138
+gallium_dri.so malloc 72 0x557173610780 0.000126
+gallium_dri.so free 0x5571736108c0 void 0.000126
+gallium_dri.so free 0x557173610780 void 0.000129
+gallium_dri.so malloc 72 0x5571736108f0 0.000125
+gallium_dri.so free 0x557173610940 void 0.000120
+gallium_dri.so free 0x5571736108f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736108f0 0.000129
+gallium_dri.so free 0x557173610a40 void 0.000129
+gallium_dri.so free 0x5571736108f0 void 0.000130
+gallium_dri.so malloc 72 0x557173610a80 0.000129
+gallium_dri.so free 0x557173610b00 void 0.000129
+gallium_dri.so free 0x557173610a80 void 0.000132
+gallium_dri.so malloc 72 0x557173610b00 0.000130
+gallium_dri.so free 0x557173610bc0 void 0.000130
+gallium_dri.so free 0x557173610b00 void 0.000130
+gallium_dri.so malloc 72 0x557173610b00 0.000130
+gallium_dri.so free 0x557173610c40 void 0.000124
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so malloc 72 0x557173610c70 0.000125
+gallium_dri.so free 0x557173610cc0 void 0.000127
+gallium_dri.so free 0x557173610c70 void 0.000137
+gallium_dri.so malloc 72 0x557173610c70 0.000130
+gallium_dri.so free 0x557173610dc0 void 0.000129
+gallium_dri.so free 0x557173610c70 void 0.000131
+gallium_dri.so malloc 72 0x557173610d70 0.000129
+gallium_dri.so free 0x557173610e80 void 0.000182
+gallium_dri.so free 0x557173610d70 void 0.000222
+gallium_dri.so malloc 72 0x557173610e30 0.000174
+gallium_dri.so free 0x557173610f00 void 0.000129
+gallium_dri.so free 0x557173610e30 void 0.000127
+gallium_dri.so malloc 72 0x557173610e30 0.000124
+gallium_dri.so free 0x557173610fc0 void 0.000125
+gallium_dri.so free 0x557173610e30 void 0.000131
+gallium_dri.so malloc 72 0x557173610e30 0.000124
+gallium_dri.so free 0x557173611080 void 0.000126
+gallium_dri.so free 0x557173610e30 void 0.000130
+gallium_dri.so malloc 72 0x557173611030 0.000125
+gallium_dri.so free 0x557173611100 void 0.000124
+gallium_dri.so free 0x557173611030 void 0.000125
+gallium_dri.so malloc 72 0x557173611150 0.000124
+gallium_dri.so free 0x5571736111c0 void 0.000122
+gallium_dri.so free 0x557173611150 void 0.000169
+gallium_dri.so malloc 72 0x5571736111e0 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000167
+gallium_dri.so free 0x5571736111e0 void 0.000130
+gallium_dri.so malloc 72 0x5571736111e0 0.000167
+gallium_dri.so free 0x5571735bfe80 void 0.000129
+gallium_dri.so free 0x5571736111e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfe30 0.000129
+gallium_dri.so free 0x5571735bff40 void 0.000129
+gallium_dri.so free 0x5571735bfe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfef0 0.000128
+gallium_dri.so free 0x5571735bffc0 void 0.000130
+gallium_dri.so free 0x5571735bfef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0010 0.000129
+gallium_dri.so free 0x557173611280 void 0.000129
+gallium_dri.so free 0x5571735c0010 void 0.000128
+gallium_dri.so malloc 72 0x557173611230 0.000129
+gallium_dri.so free 0x5571735c0080 void 0.000130
+gallium_dri.so free 0x557173611230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c00b0 0.000139
+gallium_dri.so free 0x5571735c0100 void 0.000130
+gallium_dri.so free 0x5571735c00b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c00b0 0.000131
+gallium_dri.so free 0x5571735c0200 void 0.000127
+gallium_dri.so free 0x5571735c00b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c01b0 0.000130
+gallium_dri.so free 0x5571735c02c0 void 0.000130
+gallium_dri.so free 0x5571735c01b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0270 0.000126
+gallium_dri.so free 0x5571735c0340 void 0.000120
+gallium_dri.so free 0x5571735c0270 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0360 0.000125
+gallium_dri.so free 0x5571735c0400 void 0.000121
+gallium_dri.so free 0x5571735c0360 void 0.000124
+gallium_dri.so malloc 72 0x5571735c03b0 0.000131
+gallium_dri.so free 0x5571735c0480 void 0.000130
+gallium_dri.so free 0x5571735c03b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c03b0 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000174
+gallium_dri.so free 0x5571735c03b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0500 0.000162
+gallium_dri.so free 0x5571735c05c0 void 0.000334
+gallium_dri.so free 0x5571735c0500 void 0.000300
+gallium_dri.so malloc 72 0x5571735c0500 0.000284
+gallium_dri.so free 0x5571735c0680 void 0.000273
+gallium_dri.so free 0x5571735c0500 void 0.000278
+gallium_dri.so malloc 72 0x5571735c0500 0.000274
+gallium_dri.so free 0x5571735c0740 void 0.000279
+gallium_dri.so free 0x5571735c0500 void 0.000278
+gallium_dri.so malloc 72 0x5571735c06f0 0.000168
+gallium_dri.so free 0x5571735c0740 void 0.000164
+gallium_dri.so free 0x5571735c06f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c06f0 0.000131
+gallium_dri.so free 0x5571735c0840 void 0.000128
+gallium_dri.so free 0x5571735c06f0 void 0.000195
+gallium_dri.so malloc 72 0x5571735c07f0 0.000130
+gallium_dri.so free 0x5571735c0900 void 0.000130
+gallium_dri.so free 0x5571735c07f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c08b0 0.000120
+gallium_dri.so free 0x5571735c0940 void 0.000125
+gallium_dri.so free 0x5571735c08b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c08b0 0.000130
+gallium_dri.so free 0x5571735c0a00 void 0.000129
+gallium_dri.so free 0x5571735c08b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a40 0.000124
+gallium_dri.so free 0x5571735c0ac0 void 0.000126
+gallium_dri.so free 0x5571735c0a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000131
+gallium_dri.so free 0x5571735c0b80 void 0.000129
+gallium_dri.so free 0x5571735c0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000134
+gallium_dri.so free 0x5571735c0c40 void 0.000131
+gallium_dri.so free 0x5571735c0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0c60 0.000124
+gallium_dri.so free 0x5571735c0d00 void 0.000120
+gallium_dri.so free 0x5571735c0c60 void 0.000138
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000131
+gallium_dri.so free 0x5571735c0d80 void 0.000129
+gallium_dri.so free 0x5571735c0cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0cb0 0.000129
+gallium_dri.so free 0x5571735c0e00 void 0.000123
+gallium_dri.so free 0x5571735c0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0e00 0.000126
+gallium_dri.so free 0x5571735c0ec0 void 0.000173
+gallium_dri.so free 0x5571735c0e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0e00 0.000126
+gallium_dri.so free 0x5571735c0f80 void 0.000150
+gallium_dri.so free 0x5571735c0e00 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0e00 0.000168
+gallium_dri.so free 0x5571735c1040 void 0.000167
+gallium_dri.so free 0x5571735c0e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0ff0 0.000130
+gallium_dri.so free 0x5571735c1100 void 0.000129
+gallium_dri.so free 0x5571735c0ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c10b0 0.000129
+gallium_dri.so free 0x5571735c1180 void 0.000133
+gallium_dri.so free 0x5571735c10b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c11d0 0.000125
+gallium_dri.so free 0x5571735c1240 void 0.000119
+gallium_dri.so free 0x5571735c11d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1260 0.000124
+gallium_dri.so free 0x5571735c1300 void 0.000120
+gallium_dri.so free 0x5571735c1260 void 0.000124
+gallium_dri.so malloc 72 0x5571735c12b0 0.000130
+gallium_dri.so free 0x5571735c1380 void 0.000129
+gallium_dri.so free 0x5571735c12b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c12b0 0.000129
+gallium_dri.so free 0x5571735c1400 void 0.000124
+gallium_dri.so free 0x5571735c12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1400 0.000124
+gallium_dri.so free 0x5571735c14c0 void 0.000124
+gallium_dri.so free 0x5571735c1400 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1400 0.000120
+gallium_dri.so free 0x5571735c15c0 void 0.000119
+gallium_dri.so free 0x5571735c1400 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1570 0.000125
+gallium_dri.so free 0x5571735c1600 void 0.000130
+gallium_dri.so free 0x5571735c1570 void 0.000168
+gallium_dri.so malloc 72 0x5571735c1570 0.000130
+gallium_dri.so free 0x5571735c16c0 void 0.000129
+gallium_dri.so free 0x5571735c1570 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1700 0.000129
+gallium_dri.so free 0x5571735c1780 void 0.000123
+gallium_dri.so free 0x5571735c1700 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1780 0.000119
+gallium_dri.so free 0x5571735c1840 void 0.000119
+gallium_dri.so free 0x5571735c1780 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1780 0.000130
+gallium_dri.so free 0x5571735c18c0 void 0.000129
+gallium_dri.so free 0x5571735c1780 void 0.000130
+gallium_dri.so malloc 72 0x5571735c18f0 0.000125
+gallium_dri.so free 0x5571735c1940 void 0.000126
+gallium_dri.so free 0x5571735c18f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c18f0 0.000119
+gallium_dri.so free 0x5571735c1a40 void 0.000118
+gallium_dri.so free 0x5571735c18f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1a80 0.000131
+gallium_dri.so free 0x5571735c1b00 void 0.000179
+gallium_dri.so free 0x5571735c1a80 void 0.000231
+gallium_dri.so malloc 72 0x5571735c1b00 0.000335
+gallium_dri.so free 0x5571735c1bc0 void 0.000278
+gallium_dri.so free 0x5571735c1b00 void 0.000265
+gallium_dri.so malloc 72 0x5571735c1b00 0.000273
+gallium_dri.so free 0x5571735c1c40 void 0.000263
+gallium_dri.so free 0x5571735c1b00 void 0.000219
+gallium_dri.so malloc 72 0x5571735c1c70 0.000274
+gallium_dri.so free 0x5571735c1cc0 void 0.000166
+gallium_dri.so free 0x5571735c1c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1c70 0.000128
+gallium_dri.so free 0x5571735c1dc0 void 0.000130
+gallium_dri.so free 0x5571735c1c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1d70 0.000128
+gallium_dri.so free 0x5571735c1e80 void 0.000124
+gallium_dri.so free 0x5571735c1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1e30 0.000125
+gallium_dri.so free 0x5571735c1f00 void 0.000134
+gallium_dri.so free 0x5571735c1e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1e30 0.000125
+gallium_dri.so free 0x5571735c1fc0 void 0.000125
+gallium_dri.so free 0x5571735c1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e30 0.000121
+gallium_dri.so free 0x5571735c2080 void 0.000119
+gallium_dri.so free 0x5571735c1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2030 0.000124
+gallium_dri.so free 0x5571735c2100 void 0.000130
+gallium_dri.so free 0x5571735c2030 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2150 0.000124
+gallium_dri.so free 0x5571735c21c0 void 0.000120
+gallium_dri.so free 0x5571735c2150 void 0.000124
+gallium_dri.so malloc 72 0x5571735c21e0 0.000130
+gallium_dri.so free 0x5571735c2280 void 0.000124
+gallium_dri.so free 0x5571735c21e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2230 0.000119
+gallium_dri.so free 0x5571735c2300 void 0.000125
+gallium_dri.so free 0x5571735c2230 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2300 0.000121
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so free 0x5571735c2300 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2300 0.000173
+gallium_dri.so free 0x5571735c2440 void 0.000130
+gallium_dri.so free 0x5571735c2300 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2440 0.000129
+gallium_dri.so free 0x5571735c2500 void 0.000130
+gallium_dri.so free 0x5571735c2440 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2440 0.000130
+gallium_dri.so free 0x5571735c25c0 void 0.000128
+gallium_dri.so free 0x5571735c2440 void 0.000285
+gallium_dri.so malloc 72 0x5571735c2440 0.000277
+gallium_dri.so free 0x5571735c2680 void 0.000275
+gallium_dri.so free 0x5571735c2440 void 0.000284
+gallium_dri.so malloc 72 0x5571735c2630 0.000279
+gallium_dri.so free 0x5571735c2700 void 0.000278
+gallium_dri.so free 0x5571735c2630 void 0.000269
+gallium_dri.so malloc 72 0x5571735c2750 0.000248
+gallium_dri.so free 0x5571735c27c0 void 0.000228
+gallium_dri.so free 0x5571735c2750 void 0.000224
+gallium_dri.so malloc 72 0x5571735c2800 0.000130
+gallium_dri.so free 0x5571735c2880 void 0.000124
+gallium_dri.so free 0x5571735c2800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2800 0.000124
+gallium_dri.so free 0x5571735c2900 void 0.000126
+gallium_dri.so free 0x5571735c2800 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2930 0.000126
+gallium_dri.so free 0x5571735c2980 void 0.000124
+gallium_dri.so free 0x5571735c2930 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2930 0.000119
+gallium_dri.so free 0x5571735c2a80 void 0.000120
+gallium_dri.so free 0x5571735c2930 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2a30 0.000129
+gallium_dri.so free 0x5571735c2b40 void 0.000122
+gallium_dri.so free 0x5571735c2a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2af0 0.000130
+gallium_dri.so free 0x5571735c2b80 void 0.000125
+gallium_dri.so free 0x5571735c2af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2af0 0.000130
+gallium_dri.so free 0x5571735c2c40 void 0.000129
+gallium_dri.so free 0x5571735c2af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000119
+gallium_dri.so free 0x5571735c2d00 void 0.000119
+gallium_dri.so free 0x5571735c2cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000130
+gallium_dri.so free 0x5571735c2e00 void 0.000129
+gallium_dri.so free 0x5571735c2cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2db0 0.000125
+gallium_dri.so free 0x5571735c2ec0 void 0.000130
+gallium_dri.so free 0x5571735c2db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2e70 0.000124
+gallium_dri.so free 0x5571735c2f00 void 0.000120
+gallium_dri.so free 0x5571735c2e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2e70 0.000128
+gallium_dri.so free 0x5571735c2fc0 void 0.000130
+gallium_dri.so free 0x5571735c2e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3000 0.000124
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c3000 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3080 0.000128
+gallium_dri.so free 0x5571735c3140 void 0.000176
+gallium_dri.so free 0x5571735c3080 void 0.000160
+gallium_dri.so malloc 72 0x5571735c3080 0.000132
+gallium_dri.so free 0x5571735c3200 void 0.000128
+gallium_dri.so free 0x5571735c3080 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3220 0.000130
+gallium_dri.so free 0x5571735c32c0 void 0.000129
+gallium_dri.so free 0x5571735c3220 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3270 0.000131
+gallium_dri.so free 0x5571735c3340 void 0.000129
+gallium_dri.so free 0x5571735c3270 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3270 0.000124
+gallium_dri.so free 0x5571735c33c0 void 0.000130
+gallium_dri.so free 0x5571735c3270 void 0.000129
+gallium_dri.so malloc 72 0x5571735c33c0 0.000123
+gallium_dri.so free 0x5571735c3480 void 0.000126
+gallium_dri.so free 0x5571735c33c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c33c0 0.000129
+gallium_dri.so free 0x5571735c3540 void 0.000126
+gallium_dri.so free 0x5571735c33c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c33c0 0.000130
+gallium_dri.so free 0x5571735c3600 void 0.000129
+gallium_dri.so free 0x5571735c33c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c35b0 0.000120
+gallium_dri.so free 0x5571735c36c0 void 0.000124
+gallium_dri.so free 0x5571735c35b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3670 0.000132
+gallium_dri.so free 0x5571735c3740 void 0.000124
+gallium_dri.so free 0x5571735c3670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3790 0.000129
+gallium_dri.so free 0x5571735c3800 void 0.000123
+gallium_dri.so free 0x5571735c3790 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3820 0.000130
+gallium_dri.so free 0x5571735c38c0 void 0.000129
+gallium_dri.so free 0x5571735c3820 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3870 0.000124
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so free 0x5571735c3870 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3870 0.000130
+gallium_dri.so free 0x5571735c39c0 void 0.000129
+gallium_dri.so free 0x5571735c3870 void 0.000129
+gallium_dri.so malloc 72 0x5571735c39c0 0.000124
+gallium_dri.so free 0x5571735c3a80 void 0.000120
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c39c0 0.000131
+gallium_dri.so free 0x5571735c3b80 void 0.000129
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3b30 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000120
+gallium_dri.so free 0x5571735c3b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3b30 0.000135
+gallium_dri.so free 0x5571735c3c80 void 0.000129
+gallium_dri.so free 0x5571735c3b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000123
+gallium_dri.so free 0x5571735c3d40 void 0.000120
+gallium_dri.so free 0x5571735c3cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d40 0.000119
+gallium_dri.so free 0x5571735c3e00 void 0.000127
+gallium_dri.so free 0x5571735c3d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3d40 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000113
+gallium_dri.so free 0x5571735c3d40 void 0.000156
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000116
+gallium_dri.so free 0x5571735c3f00 void 0.000115
+gallium_dri.so free 0x5571735c3eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3eb0 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000130
+gallium_dri.so free 0x5571735c3eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4040 0.000113
+gallium_dri.so free 0x5571735c40c0 void 0.000115
+gallium_dri.so free 0x5571735c4040 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40c0 0.000113
+gallium_dri.so free 0x5571735c4200 void 0.000114
+gallium_dri.so free 0x5571735c40c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4230 0.000116
+gallium_dri.so free 0x5571735c4280 void 0.000114
+gallium_dri.so free 0x5571735c4230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4230 0.000112
+gallium_dri.so free 0x5571735c4380 void 0.000113
+gallium_dri.so free 0x5571735c4230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4330 0.000115
+gallium_dri.so free 0x5571735c4440 void 0.000113
+gallium_dri.so free 0x5571735c4330 void 0.000112
+gallium_dri.so malloc 72 0x5571735c43f0 0.000113
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so free 0x5571735c43f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43f0 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so free 0x5571735c43f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c43f0 0.000112
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c43f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45f0 0.000112
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4710 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000114
+gallium_dri.so free 0x5571735c4710 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47a0 0.000114
+gallium_dri.so free 0x5571735c4840 void 0.000113
+gallium_dri.so free 0x5571735c47a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c47f0 0.000125
+gallium_dri.so free 0x5571735c48c0 void 0.000115
+gallium_dri.so free 0x5571735c47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c48c0 0.000113
+gallium_dri.so free 0x5571735c4980 void 0.000114
+gallium_dri.so free 0x5571735c48c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c48c0 0.000113
+gallium_dri.so free 0x5571735c4a00 void 0.000112
+gallium_dri.so free 0x5571735c48c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a00 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000114
+gallium_dri.so free 0x5571735c4a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a00 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000113
+gallium_dri.so free 0x5571735c4a00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4a00 0.000112
+gallium_dri.so free 0x5571735c4c40 void 0.000114
+gallium_dri.so free 0x5571735c4a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000115
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d10 0.000113
+gallium_dri.so free 0x5571735c4d80 void 0.000114
+gallium_dri.so free 0x5571735c4d10 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000112
+gallium_dri.so free 0x5571735c4e40 void 0.000120
+gallium_dri.so free 0x5571735c4dc0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000114
+gallium_dri.so free 0x557173461d40 void 0.000119
+gallium_dri.so free 0x5571735c4ec0 void 0.000114
+gallium_dri.so free 0x5571735c4dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000119
+gallium_dri.so free 0x5571735c4f40 void 0.000111
+gallium_dri.so free 0x5571735c4ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000111
+gallium_dri.so free 0x5571735c5040 void 0.000110
+gallium_dri.so free 0x5571735c4ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000110
+gallium_dri.so free 0x557173469a00 void 0.000109
+gallium_dri.so free 0x5571735c4ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000110
+gallium_dri.so free 0x557173469a80 void 0.000110
+gallium_dri.so free 0x5571735c4ff0 void 0.000110
+gallium_dri.so malloc 72 0x557173469ab0 0.000110
+gallium_dri.so free 0x557173469b00 void 0.000112
+gallium_dri.so free 0x557173469ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173469ab0 0.000111
+gallium_dri.so free 0x557173469c00 void 0.000109
+gallium_dri.so free 0x557173469ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173469c40 0.000109
+gallium_dri.so free 0x557173469cc0 void 0.000110
+gallium_dri.so free 0x557173469c40 void 0.000110
+gallium_dri.so malloc 72 0x557173469cc0 0.000109
+gallium_dri.so free 0x557173469d80 void 0.000109
+gallium_dri.so free 0x557173469cc0 void 0.000111
+gallium_dri.so malloc 72 0x557173469cc0 0.000121
+gallium_dri.so free 0x557173469e00 void 0.000111
+gallium_dri.so free 0x557173469cc0 void 0.000110
+gallium_dri.so malloc 72 0x557173469e30 0.000111
+gallium_dri.so free 0x557173469e80 void 0.000110
+gallium_dri.so free 0x557173469e30 void 0.000109
+gallium_dri.so malloc 72 0x557173469e30 0.000110
+gallium_dri.so free 0x557173469f80 void 0.000110
+gallium_dri.so free 0x557173469e30 void 0.000109
+gallium_dri.so malloc 72 0x557173469f30 0.000110
+gallium_dri.so free 0x55717346a040 void 0.000110
+gallium_dri.so free 0x557173469f30 void 0.000110
+gallium_dri.so malloc 72 0x557173469ff0 0.000110
+gallium_dri.so free 0x55717346a0c0 void 0.000109
+gallium_dri.so free 0x557173469ff0 void 0.000111
+gallium_dri.so malloc 72 0x557173469ff0 0.000110
+gallium_dri.so free 0x55717346a180 void 0.000109
+gallium_dri.so free 0x557173469ff0 void 0.000111
+gallium_dri.so malloc 72 0x557173469ff0 0.000109
+gallium_dri.so free 0x55717346a240 void 0.000109
+gallium_dri.so free 0x557173469ff0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a1f0 0.000112
+gallium_dri.so free 0x55717346a2c0 void 0.000110
+gallium_dri.so free 0x55717346a1f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a310 0.000110
+gallium_dri.so free 0x55717346a380 void 0.000111
+gallium_dri.so free 0x55717346a310 void 0.000110
+gallium_dri.so malloc 72 0x55717346a3a0 0.000110
+gallium_dri.so free 0x55717346a440 void 0.000109
+gallium_dri.so free 0x55717346a3a0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a3f0 0.000112
+gallium_dri.so free 0x55717346a4c0 void 0.000110
+gallium_dri.so free 0x55717346a3f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a4c0 0.000110
+gallium_dri.so free 0x55717346a580 void 0.000110
+gallium_dri.so free 0x55717346a4c0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a4c0 0.000110
+gallium_dri.so free 0x55717346a600 void 0.000111
+gallium_dri.so free 0x55717346a4c0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a600 0.000111
+gallium_dri.so free 0x55717346a6c0 void 0.000109
+gallium_dri.so free 0x55717346a600 void 0.000157
+gallium_dri.so malloc 72 0x55717346a600 0.000112
+gallium_dri.so free 0x55717346a780 void 0.000112
+gallium_dri.so free 0x55717346a600 void 0.000110
+gallium_dri.so malloc 72 0x55717346a600 0.000110
+gallium_dri.so free 0x55717346a840 void 0.000111
+gallium_dri.so free 0x55717346a600 void 0.000126
+gallium_dri.so malloc 72 0x55717346a7f0 0.000111
+gallium_dri.so free 0x55717346a8c0 void 0.000110
+gallium_dri.so free 0x55717346a7f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a910 0.000110
+gallium_dri.so free 0x55717346a980 void 0.000111
+gallium_dri.so free 0x55717346a910 void 0.000110
+gallium_dri.so malloc 72 0x55717346a9c0 0.000110
+gallium_dri.so free 0x55717346aa40 void 0.000110
+gallium_dri.so free 0x55717346a9c0 void 0.000111
+gallium_dri.so malloc 72 0x55717346a9c0 0.000179
+gallium_dri.so free 0x55717346aac0 void 0.000116
+gallium_dri.so free 0x55717346a9c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346aaf0 0.000110
+gallium_dri.so free 0x55717346ab40 void 0.000110
+gallium_dri.so free 0x55717346aaf0 void 0.000111
+gallium_dri.so malloc 72 0x55717346aaf0 0.000110
+gallium_dri.so free 0x55717346ac40 void 0.000111
+gallium_dri.so free 0x55717346aaf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346abf0 0.000109
+gallium_dri.so free 0x55717346ad00 void 0.000110
+gallium_dri.so free 0x55717346abf0 void 0.000109
+gallium_dri.so malloc 72 0x55717346acb0 0.000110
+gallium_dri.so free 0x55717346ad40 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346acb0 0.000111
+gallium_dri.so free 0x55717346ae00 void 0.000111
+gallium_dri.so free 0x55717346acb0 void 0.000110
+gallium_dri.so malloc 72 0x55717346ae70 0.000109
+gallium_dri.so free 0x55717346aec0 void 0.000110
+gallium_dri.so free 0x55717346ae70 void 0.000109
+gallium_dri.so malloc 72 0x55717346ae70 0.000115
+gallium_dri.so free 0x55717346afc0 void 0.000116
+gallium_dri.so free 0x55717346ae70 void 0.000112
+gallium_dri.so malloc 72 0x55717346af70 0.000113
+gallium_dri.so free 0x55717346b080 void 0.000111
+gallium_dri.so free 0x55717346af70 void 0.000110
+gallium_dri.so malloc 72 0x55717346b030 0.000116
+gallium_dri.so free 0x55717346b0c0 void 0.000117
+gallium_dri.so free 0x55717346b030 void 0.000115
+gallium_dri.so malloc 72 0x55717346b030 0.000111
+gallium_dri.so free 0x55717346b180 void 0.000110
+gallium_dri.so free 0x55717346b030 void 0.000110
+gallium_dri.so malloc 72 0x55717346b1c0 0.000110
+gallium_dri.so free 0x55717346b240 void 0.000110
+gallium_dri.so free 0x55717346b1c0 void 0.000111
+gallium_dri.so malloc 72 0x55717346b240 0.000110
+gallium_dri.so free 0x55717346b300 void 0.000110
+gallium_dri.so free 0x55717346b240 void 0.000111
+gallium_dri.so malloc 72 0x55717346b240 0.000110
+gallium_dri.so free 0x55717346b3c0 void 0.000109
+gallium_dri.so free 0x55717346b240 void 0.000111
+gallium_dri.so malloc 72 0x55717346b3e0 0.000109
+gallium_dri.so free 0x55717346b480 void 0.000110
+gallium_dri.so free 0x55717346b3e0 void 0.000109
+gallium_dri.so malloc 72 0x55717346b430 0.000112
+gallium_dri.so free 0x55717346b500 void 0.000109
+gallium_dri.so free 0x55717346b430 void 0.000109
+gallium_dri.so malloc 72 0x55717346b430 0.000110
+gallium_dri.so free 0x55717346b580 void 0.000116
+gallium_dri.so free 0x55717346b430 void 0.000111
+gallium_dri.so malloc 72 0x55717346b580 0.000110
+gallium_dri.so free 0x55717346b640 void 0.000111
+gallium_dri.so free 0x55717346b580 void 0.000119
+gallium_dri.so malloc 72 0x55717346b580 0.000110
+gallium_dri.so free 0x55717346b700 void 0.000121
+gallium_dri.so free 0x55717346b580 void 0.000112
+gallium_dri.so malloc 72 0x55717346b580 0.000114
+gallium_dri.so free 0x55717346b7c0 void 0.000110
+gallium_dri.so free 0x55717346b580 void 0.000115
+gallium_dri.so malloc 72 0x55717346b770 0.000116
+gallium_dri.so free 0x55717346b880 void 0.000111
+gallium_dri.so free 0x55717346b770 void 0.000109
+gallium_dri.so malloc 72 0x55717346b830 0.000111
+gallium_dri.so free 0x55717346b900 void 0.000111
+gallium_dri.so free 0x55717346b830 void 0.000110
+gallium_dri.so malloc 72 0x55717346b950 0.000111
+gallium_dri.so free 0x55717346b9c0 void 0.000111
+gallium_dri.so free 0x55717346b950 void 0.000110
+gallium_dri.so malloc 72 0x55717346b9e0 0.000109
+gallium_dri.so free 0x55717346ba80 void 0.000109
+gallium_dri.so free 0x55717346b9e0 void 0.000109
+gallium_dri.so malloc 72 0x55717346ba30 0.000110
+gallium_dri.so free 0x55717346bb00 void 0.000110
+gallium_dri.so free 0x55717346ba30 void 0.000111
+gallium_dri.so malloc 72 0x55717346ba30 0.000111
+gallium_dri.so free 0x55717346bb80 void 0.000115
+gallium_dri.so free 0x55717346ba30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bb80 0.000115
+gallium_dri.so free 0x55717346bc40 void 0.000113
+gallium_dri.so free 0x55717346bb80 void 0.000111
+gallium_dri.so malloc 72 0x55717346bb80 0.000110
+gallium_dri.so free 0x55717346bd40 void 0.000157
+gallium_dri.so free 0x55717346bb80 void 0.000117
+gallium_dri.so malloc 72 0x55717346bcf0 0.000116
+gallium_dri.so free 0x55717346bd80 void 0.000117
+gallium_dri.so free 0x55717346bcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717346bcf0 0.000119
+gallium_dri.so free 0x55717346be40 void 0.000253
+gallium_dri.so free 0x55717346bcf0 void 0.000181
+gallium_dri.so malloc 72 0x55717346be80 0.000177
+gallium_dri.so free 0x55717346bf00 void 0.000119
+gallium_dri.so free 0x55717346be80 void 0.000119
+gallium_dri.so malloc 72 0x55717346bf00 0.000118
+gallium_dri.so free 0x55717346bfc0 void 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000117
+gallium_dri.so malloc 72 0x55717346bf00 0.000117
+gallium_dri.so free 0x55717346c040 void 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000116
+gallium_dri.so free 0x55717346c0c0 void 0.000119
+gallium_dri.so free 0x55717346c070 void 0.000120
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x55717346c1c0 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c200 0.000117
+gallium_dri.so free 0x55717346c280 void 0.000116
+gallium_dri.so free 0x55717346c200 void 0.000124
+gallium_dri.so malloc 72 0x55717346c280 0.000112
+gallium_dri.so free 0x55717346c340 void 0.000111
+gallium_dri.so free 0x55717346c280 void 0.000110
+gallium_dri.so malloc 72 0x55717346c280 0.000110
+gallium_dri.so free 0x55717346c3c0 void 0.000110
+gallium_dri.so free 0x55717346c280 void 0.000109
+gallium_dri.so malloc 72 0x55717346c3f0 0.000110
+gallium_dri.so free 0x55717346c440 void 0.000109
+gallium_dri.so free 0x55717346c3f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346c3f0 0.000110
+gallium_dri.so free 0x55717346c540 void 0.000109
+gallium_dri.so free 0x55717346c3f0 void 0.000156
+gallium_dri.so malloc 72 0x55717346c4f0 0.000111
+gallium_dri.so free 0x55717346c600 void 0.000111
+gallium_dri.so free 0x55717346c4f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346c5b0 0.000110
+gallium_dri.so free 0x55717346c680 void 0.000110
+gallium_dri.so free 0x55717346c5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346c5b0 0.000130
+gallium_dri.so free 0x55717346c740 void 0.000111
+gallium_dri.so free 0x55717346c5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c5b0 0.000111
+gallium_dri.so free 0x55717346c800 void 0.000117
+gallium_dri.so free 0x55717346c5b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c7b0 0.000113
+gallium_dri.so free 0x55717346c880 void 0.000112
+gallium_dri.so free 0x55717346c7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346c8d0 0.000126
+gallium_dri.so free 0x55717346c940 void 0.000116
+gallium_dri.so free 0x55717346c8d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c960 0.000113
+gallium_dri.so free 0x55717346ca00 void 0.000113
+gallium_dri.so free 0x55717346c960 void 0.000113
+gallium_dri.so malloc 72 0x55717346c9b0 0.000114
+gallium_dri.so free 0x55717346ca80 void 0.000113
+gallium_dri.so free 0x55717346c9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ca80 0.000113
+gallium_dri.so free 0x55717346cb40 void 0.000115
+gallium_dri.so free 0x55717346ca80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ca80 0.000113
+gallium_dri.so free 0x55717346cbc0 void 0.000114
+gallium_dri.so free 0x55717346ca80 void 0.000112
+gallium_dri.so malloc 72 0x55717346cbc0 0.000115
+gallium_dri.so free 0x55717346cc80 void 0.000114
+gallium_dri.so free 0x55717346cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbc0 0.000112
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so free 0x55717346cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbc0 0.000113
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346cbc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cdb0 0.000113
+gallium_dri.so free 0x55717346ce80 void 0.000114
+gallium_dri.so free 0x55717346cdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ced0 0.000208
+gallium_dri.so free 0x55717346cf40 void 0.000127
+gallium_dri.so free 0x55717346ced0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cf80 0.000124
+gallium_dri.so free 0x55717346d000 void 0.000120
+gallium_dri.so free 0x55717346cf80 void 0.000114
+gallium_dri.so malloc 72 0x55717346cf80 0.000118
+gallium_dri.so free 0x55717346d080 void 0.000118
+gallium_dri.so free 0x55717346cf80 void 0.000116
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x55717346d200 void 0.000117
+gallium_dri.so free 0x55717346d0b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d1b0 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so free 0x55717346d1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d270 0.000118
+gallium_dri.so free 0x55717346d300 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000117
+gallium_dri.so malloc 72 0x55717346d270 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000119
+gallium_dri.so free 0x55717346d270 void 0.000118
+gallium_dri.so malloc 72 0x55717346d430 0.000160
+gallium_dri.so free 0x55717346d480 void 0.000118
+gallium_dri.so free 0x55717346d430 void 0.000114
+gallium_dri.so malloc 72 0x55717346d430 0.000110
+gallium_dri.so free 0x55717346d580 void 0.000111
+gallium_dri.so free 0x55717346d430 void 0.000111
+gallium_dri.so malloc 72 0x55717346d530 0.000110
+gallium_dri.so free 0x55717346d640 void 0.000126
+gallium_dri.so free 0x55717346d530 void 0.000112
+gallium_dri.so malloc 72 0x55717346d5f0 0.000111
+gallium_dri.so free 0x55717346d680 void 0.000110
+gallium_dri.so free 0x55717346d5f0 void 0.000109
+gallium_dri.so malloc 72 0x55717346d5f0 0.000109
+gallium_dri.so free 0x55717346d740 void 0.000115
+gallium_dri.so free 0x55717346d5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d780 0.000109
+gallium_dri.so free 0x55717346d800 void 0.000110
+gallium_dri.so free 0x55717346d780 void 0.000110
+gallium_dri.so malloc 72 0x55717346d800 0.000111
+gallium_dri.so free 0x55717346d8c0 void 0.000110
+gallium_dri.so free 0x55717346d800 void 0.000111
+gallium_dri.so malloc 72 0x55717346d800 0.000110
+gallium_dri.so free 0x55717346d980 void 0.000110
+gallium_dri.so free 0x55717346d800 void 0.000109
+gallium_dri.so malloc 72 0x55717346d9a0 0.000109
+gallium_dri.so free 0x55717346da40 void 0.000110
+gallium_dri.so free 0x55717346d9a0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d9f0 0.000110
+gallium_dri.so free 0x55717346dac0 void 0.000111
+gallium_dri.so free 0x55717346d9f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d9f0 0.000122
+gallium_dri.so free 0x55717346db40 void 0.000115
+gallium_dri.so free 0x55717346d9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346db40 0.000113
+gallium_dri.so free 0x55717346dc00 void 0.000114
+gallium_dri.so free 0x55717346db40 void 0.000114
+gallium_dri.so malloc 72 0x55717346db40 0.000112
+gallium_dri.so free 0x55717346dcc0 void 0.000113
+gallium_dri.so free 0x55717346db40 void 0.000113
+gallium_dri.so malloc 72 0x55717346db40 0.000113
+gallium_dri.so free 0x55717346dd80 void 0.000114
+gallium_dri.so free 0x55717346db40 void 0.000112
+gallium_dri.so malloc 72 0x55717346dd30 0.000115
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so free 0x55717346dd30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ddf0 0.000112
+gallium_dri.so free 0x55717346dec0 void 0.000113
+gallium_dri.so free 0x55717346ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346df10 0.000114
+gallium_dri.so free 0x55717346df80 void 0.000114
+gallium_dri.so free 0x55717346df10 void 0.000114
+gallium_dri.so malloc 72 0x55717346dfa0 0.000112
+gallium_dri.so free 0x55717346e040 void 0.000115
+gallium_dri.so free 0x55717346dfa0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dff0 0.000113
+gallium_dri.so free 0x55717346e0c0 void 0.000114
+gallium_dri.so free 0x55717346dff0 void 0.000112
+gallium_dri.so malloc 72 0x55717346dff0 0.000112
+gallium_dri.so free 0x55717346e140 void 0.000125
+gallium_dri.so free 0x55717346dff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e140 0.000123
+gallium_dri.so free 0x55717346e200 void 0.000120
+gallium_dri.so free 0x55717346e140 void 0.000116
+gallium_dri.so malloc 72 0x55717346e140 0.000118
+gallium_dri.so free 0x55717346e300 void 0.000118
+gallium_dri.so free 0x55717346e140 void 0.000116
+gallium_dri.so malloc 72 0x55717346e2b0 0.000117
+gallium_dri.so free 0x55717346e340 void 0.000162
+gallium_dri.so free 0x55717346e2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346e2b0 0.000117
+gallium_dri.so free 0x55717346e400 void 0.000118
+gallium_dri.so free 0x55717346e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e440 0.000117
+gallium_dri.so free 0x55717346e4c0 void 0.000117
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so malloc 72 0x55717346e4c0 0.000116
+gallium_dri.so free 0x55717346e580 void 0.000128
+gallium_dri.so free 0x55717346e4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e4c0 0.000118
+gallium_dri.so free 0x55717346e600 void 0.000117
+gallium_dri.so free 0x55717346e4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e630 0.000117
+gallium_dri.so free 0x55717346e680 void 0.000121
+gallium_dri.so free 0x55717346e630 void 0.000135
+gallium_dri.so malloc 72 0x55717346e630 0.000113
+gallium_dri.so free 0x55717346e780 void 0.000111
+gallium_dri.so free 0x55717346e630 void 0.000110
+gallium_dri.so malloc 72 0x55717346e7c0 0.000112
+gallium_dri.so free 0x55717346e840 void 0.000112
+gallium_dri.so free 0x55717346e7c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346e840 0.000111
+gallium_dri.so free 0x55717346e900 void 0.000111
+gallium_dri.so free 0x55717346e840 void 0.000112
+gallium_dri.so malloc 72 0x55717346e840 0.000111
+gallium_dri.so free 0x55717346e980 void 0.000109
+gallium_dri.so free 0x55717346e840 void 0.000111
+gallium_dri.so malloc 72 0x55717346e9b0 0.000110
+gallium_dri.so free 0x55717346ea00 void 0.000111
+gallium_dri.so free 0x55717346e9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e9b0 0.000111
+gallium_dri.so free 0x55717346eb00 void 0.000110
+gallium_dri.so free 0x55717346e9b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346eab0 0.000110
+gallium_dri.so free 0x55717346ebc0 void 0.000110
+gallium_dri.so free 0x55717346eab0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eb70 0.000120
+gallium_dri.so free 0x55717346ec40 void 0.000117
+gallium_dri.so free 0x55717346eb70 void 0.000125
+gallium_dri.so malloc 72 0x55717346eb70 0.000111
+gallium_dri.so free 0x55717346ed00 void 0.000116
+gallium_dri.so free 0x55717346eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717346eb70 0.000115
+gallium_dri.so free 0x55717346edc0 void 0.000117
+gallium_dri.so free 0x55717346eb70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ed70 0.000112
+gallium_dri.so free 0x55717346ee40 void 0.000114
+gallium_dri.so free 0x55717346ed70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ee90 0.000113
+gallium_dri.so free 0x55717346ef00 void 0.000113
+gallium_dri.so free 0x55717346ee90 void 0.000122
+gallium_dri.so malloc 72 0x55717346ef20 0.000113
+gallium_dri.so free 0x55717346efc0 void 0.000114
+gallium_dri.so free 0x55717346ef20 void 0.000114
+gallium_dri.so malloc 72 0x55717346ef70 0.000113
+gallium_dri.so free 0x55717346f040 void 0.000114
+gallium_dri.so free 0x55717346ef70 void 0.000114
+gallium_dri.so malloc 72 0x55717346f040 0.000115
+gallium_dri.so free 0x55717346f100 void 0.000114
+gallium_dri.so free 0x55717346f040 void 0.000112
+gallium_dri.so malloc 72 0x55717346f040 0.000112
+gallium_dri.so free 0x55717346f180 void 0.000113
+gallium_dri.so free 0x55717346f040 void 0.000112
+gallium_dri.so malloc 72 0x55717346f180 0.000113
+gallium_dri.so free 0x55717346f240 void 0.000114
+gallium_dri.so free 0x55717346f180 void 0.000114
+gallium_dri.so malloc 72 0x55717346f180 0.000162
+gallium_dri.so free 0x55717346f300 void 0.000115
+gallium_dri.so free 0x55717346f180 void 0.000159
+gallium_dri.so malloc 72 0x55717346f180 0.000116
+gallium_dri.so free 0x55717346f3c0 void 0.000119
+gallium_dri.so free 0x55717346f180 void 0.000119
+gallium_dri.so malloc 72 0x55717346f370 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x55717346f370 void 0.000127
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac50 void 0.000114
+gallium_dri.so malloc 72 0x5571735dace0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dace0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000113
+gallium_dri.so free 0x5571735dad30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dad30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000113
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dafd0 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000113
+gallium_dri.so free 0x5571735dafd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db060 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000113
+gallium_dri.so free 0x5571735db060 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000115
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000112
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db200 void 0.000114
+gallium_dri.so malloc 72 0x5571735db200 0.000123
+gallium_dri.so free 0x5571735db440 void 0.000112
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db470 0.000112
+gallium_dri.so free 0x5571735db4c0 void 0.000111
+gallium_dri.so free 0x5571735db470 void 0.000112
+gallium_dri.so malloc 72 0x5571735db470 0.000117
+gallium_dri.so free 0x5571735db5c0 void 0.000123
+gallium_dri.so free 0x5571735db470 void 0.000118
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db680 void 0.000153
+gallium_dri.so free 0x5571735db570 void 0.000114
+gallium_dri.so malloc 72 0x5571735db630 0.000125
+gallium_dri.so free 0x5571735db6c0 void 0.000124
+gallium_dri.so free 0x5571735db630 void 0.000125
+gallium_dri.so malloc 72 0x5571735db630 0.000120
+gallium_dri.so free 0x5571735db780 void 0.000125
+gallium_dri.so free 0x5571735db630 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7d0 0.000119
+gallium_dri.so free 0x5571735db840 void 0.000131
+gallium_dri.so free 0x5571735db7d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db880 0.000118
+gallium_dri.so free 0x5571735db900 void 0.000117
+gallium_dri.so free 0x5571735db880 void 0.000117
+gallium_dri.so malloc 72 0x5571735db900 0.000117
+gallium_dri.so free 0x5571735db9c0 void 0.000164
+gallium_dri.so free 0x5571735db900 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000117
+gallium_dri.so free 0x5571735dba40 void 0.000117
+gallium_dri.so free 0x5571735db900 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba70 0.000116
+gallium_dri.so free 0x5571735dbac0 void 0.000118
+gallium_dri.so free 0x5571735dba70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dba70 0.000119
+gallium_dri.so free 0x5571735dbbc0 void 0.000118
+gallium_dri.so free 0x5571735dba70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000116
+gallium_dri.so free 0x5571735dbc80 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc30 0.000117
+gallium_dri.so free 0x5571735dbd00 void 0.000117
+gallium_dri.so free 0x5571735dbc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd20 0.000119
+gallium_dri.so free 0x5571735dbdc0 void 0.000119
+gallium_dri.so free 0x5571735dbd20 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd70 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000119
+gallium_dri.so free 0x5571735dbd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbd70 0.000118
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so free 0x5571735dbd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbec0 0.000117
+gallium_dri.so free 0x5571735dbf80 void 0.000121
+gallium_dri.so free 0x5571735dbec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbec0 0.000118
+gallium_dri.so free 0x5571735dc040 void 0.000118
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbec0 0.000119
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dbec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000131
+gallium_dri.so free 0x5571735dc100 void 0.000120
+gallium_dri.so free 0x5571735dc0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000119
+gallium_dri.so free 0x5571735dc200 void 0.000118
+gallium_dri.so free 0x5571735dc0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000120
+gallium_dri.so free 0x5571735dc2c0 void 0.000118
+gallium_dri.so free 0x5571735dc1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc270 0.000118
+gallium_dri.so free 0x5571735dc300 void 0.000118
+gallium_dri.so free 0x5571735dc270 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc270 0.000118
+gallium_dri.so free 0x5571735dc3c0 void 0.000120
+gallium_dri.so free 0x5571735dc270 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc400 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000125
+gallium_dri.so free 0x5571735dc400 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc480 0.000121
+gallium_dri.so free 0x5571735dc540 void 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc480 0.000118
+gallium_dri.so free 0x5571735dc600 void 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc620 0.000117
+gallium_dri.so free 0x5571735dc6c0 void 0.000126
+gallium_dri.so free 0x5571735dc620 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc670 0.000120
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x5571735dc670 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc670 0.000119
+gallium_dri.so free 0x5571735dc7c0 void 0.000119
+gallium_dri.so free 0x5571735dc670 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000118
+gallium_dri.so free 0x5571735dc880 void 0.000119
+gallium_dri.so free 0x5571735dc7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000118
+gallium_dri.so free 0x5571735dc7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000119
+gallium_dri.so free 0x5571735dca00 void 0.000119
+gallium_dri.so free 0x5571735dc7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000119
+gallium_dri.so free 0x5571735dcac0 void 0.000119
+gallium_dri.so free 0x5571735dc9b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735dca70 0.000120
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb90 0.000118
+gallium_dri.so free 0x5571735dcc00 void 0.000118
+gallium_dri.so free 0x5571735dcb90 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc20 0.000119
+gallium_dri.so free 0x5571735dccc0 void 0.000119
+gallium_dri.so free 0x5571735dcc20 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcc70 0.000119
+gallium_dri.so free 0x5571735dcd40 void 0.000120
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcc70 0.000118
+gallium_dri.so free 0x5571735dcdc0 void 0.000119
+gallium_dri.so free 0x5571735dcc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000122
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000118
+gallium_dri.so free 0x5571735dcf80 void 0.000120
+gallium_dri.so free 0x5571735dcdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf30 0.000117
+gallium_dri.so free 0x5571735dcfc0 void 0.000118
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf30 0.000118
+gallium_dri.so free 0x5571735dd080 void 0.000128
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so free 0x5571735dd0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd140 0.000120
+gallium_dri.so free 0x5571735dd200 void 0.000117
+gallium_dri.so free 0x5571735dd140 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd140 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so free 0x5571735dd140 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000164
+gallium_dri.so free 0x5571735dd300 void 0.000120
+gallium_dri.so free 0x5571735dd2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000119
+gallium_dri.so free 0x5571735dd400 void 0.000118
+gallium_dri.so free 0x5571735dd2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd440 0.000118
+gallium_dri.so free 0x5571735dd4c0 void 0.000118
+gallium_dri.so free 0x5571735dd440 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000117
+gallium_dri.so free 0x5571735dd580 void 0.000124
+gallium_dri.so free 0x5571735dd4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000120
+gallium_dri.so free 0x5571735dd600 void 0.000119
+gallium_dri.so free 0x5571735dd4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd630 0.000129
+gallium_dri.so free 0x5571735dd680 void 0.000119
+gallium_dri.so free 0x5571735dd630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd630 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so free 0x5571735dd630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd730 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd730 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000120
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000125
+gallium_dri.so free 0x5571735dd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so free 0x5571735dd9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb10 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddb10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddba0 0.000118
+gallium_dri.so free 0x5571735ddc40 void 0.000118
+gallium_dri.so free 0x5571735ddba0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000121
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so free 0x5571735ddcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddf80 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735de040 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddff0 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de110 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1c0 0.000158
+gallium_dri.so free 0x5571735de240 void 0.000121
+gallium_dri.so free 0x5571735de1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de1c0 0.000117
+gallium_dri.so free 0x5571735de2c0 void 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de2f0 0.000118
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so free 0x5571735de2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2f0 0.000120
+gallium_dri.so free 0x5571735de440 void 0.000125
+gallium_dri.so free 0x5571735de2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de3f0 0.000119
+gallium_dri.so free 0x5571735de500 void 0.000119
+gallium_dri.so free 0x5571735de3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de4b0 0.000118
+gallium_dri.so free 0x5571735de540 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4b0 0.000123
+gallium_dri.so free 0x5571735de600 void 0.000119
+gallium_dri.so free 0x5571735de4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de670 0.000118
+gallium_dri.so free 0x5571735de6c0 void 0.000118
+gallium_dri.so free 0x5571735de670 void 0.000115
+gallium_dri.so malloc 72 0x5571735de670 0.000120
+gallium_dri.so free 0x5571735de7c0 void 0.000118
+gallium_dri.so free 0x5571735de670 void 0.000118
+gallium_dri.so malloc 72 0x5571735de770 0.000119
+gallium_dri.so free 0x5571735de880 void 0.000163
+gallium_dri.so free 0x5571735de770 void 0.000119
+gallium_dri.so malloc 72 0x5571735de830 0.000116
+gallium_dri.so free 0x5571735de8c0 void 0.000120
+gallium_dri.so free 0x5571735de830 void 0.000115
+gallium_dri.so malloc 72 0x5571735de830 0.000119
+gallium_dri.so free 0x5571735de980 void 0.000118
+gallium_dri.so free 0x5571735de830 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9c0 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000145
+gallium_dri.so free 0x5571735de9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000118
+gallium_dri.so free 0x5571735deb00 void 0.000118
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000117
+gallium_dri.so malloc 72 0x5571735debe0 0.000118
+gallium_dri.so free 0x5571735dec80 void 0.000120
+gallium_dri.so free 0x5571735debe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dec30 0.000119
+gallium_dri.so free 0x5571735ded00 void 0.000119
+gallium_dri.so free 0x5571735dec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec30 0.000120
+gallium_dri.so free 0x5571735ded80 void 0.000118
+gallium_dri.so free 0x5571735dec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded80 0.000126
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x5571735ded80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded80 0.000118
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so free 0x5571735ded80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ded80 0.000119
+gallium_dri.so free 0x5571735defc0 void 0.000118
+gallium_dri.so free 0x5571735ded80 void 0.000120
+gallium_dri.so malloc 72 0x5571735def70 0.000118
+gallium_dri.so free 0x5571735df080 void 0.000119
+gallium_dri.so free 0x5571735def70 void 0.000157
+gallium_dri.so malloc 72 0x5571735df030 0.000120
+gallium_dri.so free 0x5571735df100 void 0.000120
+gallium_dri.so free 0x5571735df030 void 0.000119
+gallium_dri.so malloc 72 0x5571735df150 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df150 void 0.000118
+gallium_dri.so malloc 72 0x5571735df1e0 0.000119
+gallium_dri.so free 0x5571735df280 void 0.000119
+gallium_dri.so free 0x5571735df1e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df230 0.000132
+gallium_dri.so free 0x5571735df300 void 0.000120
+gallium_dri.so free 0x5571735df230 void 0.000119
+gallium_dri.so malloc 72 0x5571735df230 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000120
+gallium_dri.so free 0x5571735df230 void 0.000154
+gallium_dri.so malloc 72 0x5571735df380 0.000120
+gallium_dri.so free 0x5571735df440 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000119
+gallium_dri.so malloc 72 0x5571735df380 0.000117
+gallium_dri.so free 0x5571735df540 void 0.000119
+gallium_dri.so free 0x5571735df380 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000117
+gallium_dri.so free 0x5571735df580 void 0.000119
+gallium_dri.so free 0x5571735df4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4f0 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735df4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df680 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000119
+gallium_dri.so free 0x5571735df680 void 0.000118
+gallium_dri.so malloc 72 0x5571735df700 0.000119
+gallium_dri.so free 0x5571735df7c0 void 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so malloc 72 0x5571735df700 0.000124
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df700 void 0.000117
+gallium_dri.so malloc 72 0x5571735df870 0.000118
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so free 0x5571735df870 void 0.000119
+gallium_dri.so malloc 72 0x5571735df870 0.000119
+gallium_dri.so free 0x5571735df9c0 void 0.000130
+gallium_dri.so free 0x5571735df870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa00 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000118
+gallium_dri.so free 0x5571735dfa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa80 0.000118
+gallium_dri.so free 0x5571735dfb40 void 0.000118
+gallium_dri.so free 0x5571735dfa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfa80 0.000119
+gallium_dri.so free 0x5571735dfbc0 void 0.000119
+gallium_dri.so free 0x5571735dfa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000119
+gallium_dri.so free 0x5571735dfc40 void 0.000119
+gallium_dri.so free 0x5571735dfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000119
+gallium_dri.so free 0x5571735dfd40 void 0.000118
+gallium_dri.so free 0x5571735dfbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000117
+gallium_dri.so free 0x5571735dfe80 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000118
+gallium_dri.so free 0x5571735dff40 void 0.000118
+gallium_dri.so free 0x5571735dfdb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000129
+gallium_dri.so free 0x5571735e0000 void 0.000120
+gallium_dri.so free 0x5571735dfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dffb0 0.000120
+gallium_dri.so free 0x5571735e0080 void 0.000118
+gallium_dri.so free 0x5571735dffb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e00d0 0.000118
+gallium_dri.so free 0x5571735e0140 void 0.000118
+gallium_dri.so free 0x5571735e00d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0160 0.000134
+gallium_dri.so free 0x5571735e0200 void 0.000120
+gallium_dri.so free 0x5571735e0160 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01b0 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so free 0x5571735e01b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0280 0.000118
+gallium_dri.so free 0x5571735e0340 void 0.000119
+gallium_dri.so free 0x5571735e0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0280 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735e0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735e03c0 0.000116
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000118
+gallium_dri.so free 0x5571735e0540 void 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e03c0 0.000120
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e05b0 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06d0 0.000118
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0780 0.000122
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e0780 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0780 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000123
+gallium_dri.so free 0x5571735e0780 void 0.000126
+gallium_dri.so malloc 72 0x5571735e08b0 0.000125
+gallium_dri.so free 0x5571735e0900 void 0.000121
+gallium_dri.so free 0x5571735e08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e08b0 0.000120
+gallium_dri.so free 0x5571735e0a00 void 0.000119
+gallium_dri.so free 0x5571735e08b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e09b0 0.000118
+gallium_dri.so free 0x5571735e0ac0 void 0.000118
+gallium_dri.so free 0x5571735e09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0a70 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0a70 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so free 0x5571735e0a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000118
+gallium_dri.so free 0x5571735e0c80 void 0.000118
+gallium_dri.so free 0x5571735e0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c30 0.000119
+gallium_dri.so free 0x5571735e0d80 void 0.000120
+gallium_dri.so free 0x5571735e0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d30 0.000133
+gallium_dri.so free 0x5571735f4980 void 0.000150
+gallium_dri.so free 0x5571735e0d30 void 0.000143
+gallium_dri.so malloc 72 0x5571735f49a0 0.000133
+gallium_dri.so free 0x5571735f4a40 void 0.000133
+gallium_dri.so free 0x5571735f49a0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f49f0 0.000133
+gallium_dri.so free 0x5571735f4ac0 void 0.000133
+gallium_dri.so free 0x5571735f49f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f49f0 0.000131
+gallium_dri.so free 0x5571735f4b40 void 0.000132
+gallium_dri.so free 0x5571735f49f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4b40 0.000132
+gallium_dri.so free 0x5571735f4c00 void 0.000126
+gallium_dri.so free 0x5571735f4b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4b40 0.000123
+gallium_dri.so free 0x5571735f4d00 void 0.000125
+gallium_dri.so free 0x5571735f4b40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4b40 0.000124
+gallium_dri.so free 0x5571735f4d80 void 0.000126
+gallium_dri.so free 0x5571735f4b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4db0 0.000124
+gallium_dri.so free 0x5571735f4e00 void 0.000126
+gallium_dri.so free 0x5571735f4db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4db0 0.000123
+gallium_dri.so free 0x5571735f4f00 void 0.000124
+gallium_dri.so free 0x5571735f4db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000122
+gallium_dri.so free 0x5571735f4fc0 void 0.000126
+gallium_dri.so free 0x5571735f4eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4f70 0.000125
+gallium_dri.so free 0x5571735f5000 void 0.000126
+gallium_dri.so free 0x5571735f4f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4f70 0.000123
+gallium_dri.so free 0x5571735f50c0 void 0.000125
+gallium_dri.so free 0x5571735f4f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5110 0.000124
+gallium_dri.so free 0x5571735f5180 void 0.000174
+gallium_dri.so free 0x5571735f5110 void 0.000164
+gallium_dri.so malloc 72 0x5571735f51c0 0.000163
+gallium_dri.so free 0x5571735f5240 void 0.000166
+gallium_dri.so free 0x5571735f51c0 void 0.000163
+gallium_dri.so malloc 72 0x5571735f5240 0.000164
+gallium_dri.so free 0x5571735f5300 void 0.000165
+gallium_dri.so free 0x5571735f5240 void 0.000164
+gallium_dri.so malloc 72 0x5571735f5240 0.000164
+gallium_dri.so free 0x5571735f5380 void 0.000163
+gallium_dri.so free 0x5571735f5240 void 0.000163
+gallium_dri.so malloc 72 0x5571735f53b0 0.000163
+gallium_dri.so free 0x5571735f5400 void 0.000162
+gallium_dri.so free 0x5571735f53b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735f53b0 0.000163
+gallium_dri.so free 0x5571735f5500 void 0.000166
+gallium_dri.so free 0x5571735f53b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f54b0 0.000165
+gallium_dri.so free 0x5571735f55c0 void 0.000165
+gallium_dri.so free 0x5571735f54b0 void 0.000194
+gallium_dri.so malloc 72 0x5571735f5570 0.000190
+gallium_dri.so free 0x5571735f5640 void 0.000189
+gallium_dri.so free 0x5571735f5570 void 0.000185
+gallium_dri.so malloc 72 0x5571735f5660 0.000181
+gallium_dri.so free 0x5571735f5700 void 0.000191
+gallium_dri.so free 0x5571735f5660 void 0.000191
+gallium_dri.so malloc 72 0x5571735f56b0 0.000183
+gallium_dri.so free 0x5571735f5780 void 0.000183
+gallium_dri.so free 0x5571735f56b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f56b0 0.000132
+gallium_dri.so free 0x5571735f5800 void 0.000130
+gallium_dri.so free 0x5571735f56b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5800 0.000132
+gallium_dri.so free 0x5571735f58c0 void 0.000130
+gallium_dri.so free 0x5571735f5800 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5800 0.000130
+gallium_dri.so free 0x5571735f5980 void 0.000132
+gallium_dri.so free 0x5571735f5800 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5800 0.000133
+gallium_dri.so free 0x5571735f5a40 void 0.000133
+gallium_dri.so free 0x5571735f5800 void 0.000131
+gallium_dri.so malloc 72 0x5571735f59f0 0.000130
+gallium_dri.so free 0x5571735f5a40 void 0.000129
+gallium_dri.so free 0x5571735f59f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f59f0 0.000131
+gallium_dri.so free 0x5571735f5b40 void 0.000131
+gallium_dri.so free 0x5571735f59f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5af0 0.000130
+gallium_dri.so free 0x5571735f5c00 void 0.000130
+gallium_dri.so free 0x5571735f5af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000132
+gallium_dri.so free 0x5571735f5c40 void 0.000132
+gallium_dri.so free 0x5571735f5bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000133
+gallium_dri.so free 0x5571735f5d00 void 0.000130
+gallium_dri.so free 0x5571735f5bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5d40 0.000130
+gallium_dri.so free 0x5571735f5dc0 void 0.000131
+gallium_dri.so free 0x5571735f5d40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000129
+gallium_dri.so free 0x5571735f5e80 void 0.000130
+gallium_dri.so free 0x5571735f5dc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000131
+gallium_dri.so free 0x5571735f5f40 void 0.000130
+gallium_dri.so free 0x5571735f5dc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5f60 0.000131
+gallium_dri.so free 0x5571735f6000 void 0.000131
+gallium_dri.so free 0x5571735f5f60 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000132
+gallium_dri.so free 0x5571735f6080 void 0.000129
+gallium_dri.so free 0x5571735f5fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000132
+gallium_dri.so free 0x5571735f6100 void 0.000130
+gallium_dri.so free 0x5571735f5fb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6100 0.000130
+gallium_dri.so free 0x5571735f61c0 void 0.000132
+gallium_dri.so free 0x5571735f6100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6100 0.000132
+gallium_dri.so free 0x5571735f6280 void 0.000129
+gallium_dri.so free 0x5571735f6100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6100 0.000132
+gallium_dri.so free 0x5571735f6340 void 0.000130
+gallium_dri.so free 0x5571735f6100 void 0.000130
+gallium_dri.so malloc 72 0x5571735f62f0 0.000131
+gallium_dri.so free 0x5571735f6400 void 0.000138
+gallium_dri.so free 0x5571735f62f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f63b0 0.000129
+gallium_dri.so free 0x5571735f6480 void 0.000132
+gallium_dri.so free 0x5571735f63b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f64d0 0.000132
+gallium_dri.so free 0x5571735f6540 void 0.000132
+gallium_dri.so free 0x5571735f64d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6560 0.000130
+gallium_dri.so free 0x5571735f6600 void 0.000130
+gallium_dri.so free 0x5571735f6560 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65b0 0.000130
+gallium_dri.so free 0x5571735f6680 void 0.000131
+gallium_dri.so free 0x5571735f65b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f65b0 0.000130
+gallium_dri.so free 0x5571735f6700 void 0.000130
+gallium_dri.so free 0x5571735f65b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6700 0.000130
+gallium_dri.so free 0x5571735f67c0 void 0.000131
+gallium_dri.so free 0x5571735f6700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6700 0.000131
+gallium_dri.so free 0x5571735f68c0 void 0.000130
+gallium_dri.so free 0x5571735f6700 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6870 0.000176
+gallium_dri.so free 0x5571735f6900 void 0.000132
+gallium_dri.so free 0x5571735f6870 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6870 0.000132
+gallium_dri.so free 0x5571735f69c0 void 0.000132
+gallium_dri.so free 0x5571735f6870 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6a00 0.000131
+gallium_dri.so free 0x5571735f6a80 void 0.000131
+gallium_dri.so free 0x5571735f6a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6a80 0.000132
+gallium_dri.so free 0x5571735f6b40 void 0.000130
+gallium_dri.so free 0x5571735f6a80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6a80 0.000130
+gallium_dri.so free 0x5571735f6bc0 void 0.000132
+gallium_dri.so free 0x5571735f6a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000131
+gallium_dri.so free 0x5571735f6c40 void 0.000131
+gallium_dri.so free 0x5571735f6bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000130
+gallium_dri.so free 0x5571735f6d40 void 0.000132
+gallium_dri.so free 0x5571735f6bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6d80 0.000132
+gallium_dri.so free 0x5571735f6e00 void 0.000131
+gallium_dri.so free 0x5571735f6d80 void 0.000141
+gallium_dri.so malloc 72 0x5571735f6e00 0.000132
+gallium_dri.so free 0x5571735f6ec0 void 0.000131
+gallium_dri.so free 0x5571735f6e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6e00 0.000130
+gallium_dri.so free 0x5571735f6f40 void 0.000131
+gallium_dri.so free 0x5571735f6e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6f70 0.000131
+gallium_dri.so free 0x5571735f6fc0 void 0.000131
+gallium_dri.so free 0x5571735f6f70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6f70 0.000131
+gallium_dri.so free 0x5571735f70c0 void 0.000132
+gallium_dri.so free 0x5571735f6f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7070 0.000130
+gallium_dri.so free 0x5571735f7180 void 0.000131
+gallium_dri.so free 0x5571735f7070 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7130 0.000132
+gallium_dri.so free 0x5571735f7200 void 0.000130
+gallium_dri.so free 0x5571735f7130 void 0.000134
+gallium_dri.so malloc 72 0x5571735f7130 0.000130
+gallium_dri.so free 0x5571735f72c0 void 0.000131
+gallium_dri.so free 0x5571735f7130 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7130 0.000132
+gallium_dri.so free 0x5571735f7380 void 0.000141
+gallium_dri.so free 0x5571735f7130 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7330 0.000132
+gallium_dri.so free 0x5571735f7400 void 0.000132
+gallium_dri.so free 0x5571735f7330 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7450 0.000130
+gallium_dri.so free 0x5571735f74c0 void 0.000131
+gallium_dri.so free 0x5571735f7450 void 0.000130
+gallium_dri.so malloc 72 0x5571735f74e0 0.000132
+gallium_dri.so free 0x5571735f7580 void 0.000131
+gallium_dri.so free 0x5571735f74e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7530 0.000131
+gallium_dri.so free 0x5571735f7600 void 0.000132
+gallium_dri.so free 0x5571735f7530 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7600 0.000130
+gallium_dri.so free 0x5571735f76c0 void 0.000133
+gallium_dri.so free 0x5571735f7600 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7600 0.000131
+gallium_dri.so free 0x5571735f7740 void 0.000133
+gallium_dri.so free 0x5571735f7600 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7740 0.000130
+gallium_dri.so free 0x5571735f7800 void 0.000131
+gallium_dri.so free 0x5571735f7740 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7740 0.000176
+gallium_dri.so free 0x5571735f78c0 void 0.000132
+gallium_dri.so free 0x5571735f7740 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7740 0.000129
+gallium_dri.so free 0x5571735f7980 void 0.000130
+gallium_dri.so free 0x5571735f7740 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7930 0.000132
+gallium_dri.so free 0x5571735f7a00 void 0.000131
+gallium_dri.so free 0x5571735f7930 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7a50 0.000132
+gallium_dri.so free 0x5571735f7ac0 void 0.000130
+gallium_dri.so free 0x5571735f7a50 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7b00 0.000132
+gallium_dri.so free 0x5571735f7b80 void 0.000132
+gallium_dri.so free 0x5571735f7b00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7b00 0.000131
+gallium_dri.so free 0x5571735f7c00 void 0.000131
+gallium_dri.so free 0x5571735f7b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7c30 0.000132
+gallium_dri.so free 0x5571735f7c80 void 0.000133
+gallium_dri.so free 0x5571735f7c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7c30 0.000129
+gallium_dri.so free 0x5571735f7d80 void 0.000131
+gallium_dri.so free 0x5571735f7c30 void 0.000138
+gallium_dri.so malloc 72 0x5571735f7d30 0.000131
+gallium_dri.so free 0x5571735f7e40 void 0.000130
+gallium_dri.so free 0x5571735f7d30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7df0 0.000129
+gallium_dri.so free 0x5571735f7e80 void 0.000130
+gallium_dri.so free 0x5571735f7df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7df0 0.000131
+gallium_dri.so free 0x5571735f7f40 void 0.000129
+gallium_dri.so free 0x5571735f7df0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000142
+gallium_dri.so free 0x5571735f8000 void 0.000118
+gallium_dri.so free 0x5571735f7fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000317
+gallium_dri.so free 0x5571735f7fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f80b0 0.000209
+gallium_dri.so free 0x5571735f81c0 void 0.000156
+gallium_dri.so free 0x5571735f80b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f8200 void 0.000115
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8170 0.000129
+gallium_dri.so free 0x5571735f82c0 void 0.000117
+gallium_dri.so free 0x5571735f8170 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8300 0.000115
+gallium_dri.so free 0x5571735f8380 void 0.000117
+gallium_dri.so free 0x5571735f8300 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8380 0.000115
+gallium_dri.so free 0x5571735f8440 void 0.000115
+gallium_dri.so free 0x5571735f8380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8380 0.000115
+gallium_dri.so free 0x5571735f8500 void 0.000116
+gallium_dri.so free 0x5571735f8380 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8520 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000116
+gallium_dri.so free 0x5571735f8520 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8570 0.000114
+gallium_dri.so free 0x5571735f8640 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8570 0.000114
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f86c0 0.000115
+gallium_dri.so free 0x5571735f8780 void 0.000116
+gallium_dri.so free 0x5571735f86c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f86c0 0.000114
+gallium_dri.so free 0x5571735f8840 void 0.000116
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f86c0 0.000175
+gallium_dri.so free 0x5571735f8900 void 0.000116
+gallium_dri.so free 0x5571735f86c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f88b0 0.000114
+gallium_dri.so free 0x5571735f89c0 void 0.000114
+gallium_dri.so free 0x5571735f88b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8970 0.000115
+gallium_dri.so free 0x5571735f8a40 void 0.000116
+gallium_dri.so free 0x5571735f8970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8a90 0.000117
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735f8a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b20 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000132
+gallium_dri.so free 0x5571735f8b20 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8b70 0.000115
+gallium_dri.so free 0x5571735f8c40 void 0.000115
+gallium_dri.so free 0x5571735f8b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b70 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000116
+gallium_dri.so free 0x5571735f8b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000116
+gallium_dri.so free 0x5571735f8d80 void 0.000116
+gallium_dri.so free 0x5571735f8cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000116
+gallium_dri.so free 0x5571735f8e80 void 0.000116
+gallium_dri.so free 0x5571735f8cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e30 0.000142
+gallium_dri.so free 0x5571735f8ec0 void 0.000138
+gallium_dri.so free 0x5571735f8e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8e30 0.000133
+gallium_dri.so free 0x5571735f8f80 void 0.000137
+gallium_dri.so free 0x5571735f8e30 void 0.000139
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000131
+gallium_dri.so free 0x5571735f9040 void 0.000128
+gallium_dri.so free 0x5571735f8fc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9040 0.000137
+gallium_dri.so free 0x5571735f9100 void 0.000137
+gallium_dri.so free 0x5571735f9040 void 0.000137
+gallium_dri.so malloc 72 0x5571735f9040 0.000138
+gallium_dri.so free 0x5571735f9180 void 0.000133
+gallium_dri.so free 0x5571735f9040 void 0.000132
+gallium_dri.so malloc 72 0x5571735f91b0 0.000138
+gallium_dri.so free 0x5571735f9200 void 0.000138
+gallium_dri.so free 0x5571735f91b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f91b0 0.000132
+gallium_dri.so free 0x5571735f9300 void 0.000135
+gallium_dri.so free 0x5571735f91b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f9340 0.000132
+gallium_dri.so free 0x5571735f93c0 void 0.000133
+gallium_dri.so free 0x5571735f9340 void 0.000146
+gallium_dri.so malloc 72 0x5571735f93c0 0.000136
+gallium_dri.so free 0x5571735f9480 void 0.000139
+gallium_dri.so free 0x5571735f93c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f93c0 0.000125
+gallium_dri.so free 0x5571735f9500 void 0.000126
+gallium_dri.so free 0x5571735f93c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9530 0.000125
+gallium_dri.so free 0x5571735f9580 void 0.000127
+gallium_dri.so free 0x5571735f9530 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9530 0.000126
+gallium_dri.so free 0x5571735f9680 void 0.000126
+gallium_dri.so free 0x5571735f9530 void 0.000178
+gallium_dri.so malloc 72 0x5571735f9630 0.000127
+gallium_dri.so free 0x5571735f9740 void 0.000128
+gallium_dri.so free 0x5571735f9630 void 0.000125
+gallium_dri.so malloc 72 0x5571735f96f0 0.000125
+gallium_dri.so free 0x5571735f97c0 void 0.000125
+gallium_dri.so free 0x5571735f96f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f96f0 0.000126
+gallium_dri.so free 0x5571735f9880 void 0.000126
+gallium_dri.so free 0x5571735f96f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f96f0 0.000121
+gallium_dri.so free 0x5571735f9940 void 0.000113
+gallium_dri.so free 0x5571735f96f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f98f0 0.000116
+gallium_dri.so free 0x5571735f99c0 void 0.000113
+gallium_dri.so free 0x5571735f98f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9a10 0.000114
+gallium_dri.so free 0x5571735f9a80 void 0.000114
+gallium_dri.so free 0x5571735f9a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9aa0 0.000113
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so free 0x5571735f9aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9af0 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000114
+gallium_dri.so free 0x5571735f9af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000112
+gallium_dri.so free 0x5571735f9c80 void 0.000113
+gallium_dri.so free 0x5571735f9bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9d00 0.000114
+gallium_dri.so free 0x5571735f9dc0 void 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d00 0.000113
+gallium_dri.so free 0x5571735f9e80 void 0.000116
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d00 0.000113
+gallium_dri.so free 0x5571735f9f40 void 0.000114
+gallium_dri.so free 0x5571735f9d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000116
+gallium_dri.so free 0x5571735f9fc0 void 0.000114
+gallium_dri.so free 0x5571735f9ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa010 0.000114
+gallium_dri.so free 0x5571735fa080 void 0.000114
+gallium_dri.so free 0x5571735fa010 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000112
+gallium_dri.so free 0x5571735fa140 void 0.000113
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000113
+gallium_dri.so free 0x5571735fa1c0 void 0.000114
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000115
+gallium_dri.so free 0x5571735fa240 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000113
+gallium_dri.so free 0x5571735fa1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000112
+gallium_dri.so free 0x5571735fa400 void 0.000116
+gallium_dri.so free 0x5571735fa2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000113
+gallium_dri.so free 0x5571735fa440 void 0.000113
+gallium_dri.so free 0x5571735fa3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000113
+gallium_dri.so free 0x5571735fa500 void 0.000114
+gallium_dri.so free 0x5571735fa3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa570 0.000202
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so free 0x5571735fa570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa570 0.000113
+gallium_dri.so free 0x5571735fa6c0 void 0.000113
+gallium_dri.so free 0x5571735fa570 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa670 0.000114
+gallium_dri.so free 0x5571735fa780 void 0.000113
+gallium_dri.so free 0x5571735fa670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa730 0.000113
+gallium_dri.so free 0x5571735fa7c0 void 0.000113
+gallium_dri.so free 0x5571735fa730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa730 0.000115
+gallium_dri.so free 0x5571735fa880 void 0.000118
+gallium_dri.so free 0x5571735fa730 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa8c0 0.000114
+gallium_dri.so free 0x5571735fa940 void 0.000113
+gallium_dri.so free 0x5571735fa8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa940 0.000114
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so free 0x5571735fa940 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa940 0.000114
+gallium_dri.so free 0x5571735faac0 void 0.000113
+gallium_dri.so free 0x5571735fa940 void 0.000112
+gallium_dri.so malloc 72 0x5571735faae0 0.000112
+gallium_dri.so free 0x5571735fab80 void 0.000114
+gallium_dri.so free 0x5571735faae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab30 0.000123
+gallium_dri.so free 0x5571735fac00 void 0.000116
+gallium_dri.so free 0x5571735fab30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab30 0.000114
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so free 0x5571735fab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac80 0.000114
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fac80 0.000115
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fac80 0.000115
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fae70 0.000115
+gallium_dri.so free 0x5571735faf80 void 0.000115
+gallium_dri.so free 0x5571735fae70 void 0.000114
+gallium_dri.so malloc 72 0x5571735faf30 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000114
+gallium_dri.so free 0x5571735faf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb050 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000115
+gallium_dri.so free 0x5571735fb050 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb0e0 0.000113
+gallium_dri.so free 0x5571735fb180 void 0.000113
+gallium_dri.so free 0x5571735fb0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb130 0.000121
+gallium_dri.so free 0x5571735fb200 void 0.000117
+gallium_dri.so free 0x5571735fb130 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb130 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000114
+gallium_dri.so free 0x5571735fb130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb280 0.000114
+gallium_dri.so free 0x5571735fb340 void 0.000115
+gallium_dri.so free 0x5571735fb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb280 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000114
+gallium_dri.so free 0x5571735fb280 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000116
+gallium_dri.so free 0x5571735fb3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000121
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735fb3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb580 0.000113
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so free 0x5571735fb580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb600 0.000114
+gallium_dri.so free 0x5571735fb6c0 void 0.000115
+gallium_dri.so free 0x5571735fb600 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb600 0.000113
+gallium_dri.so free 0x5571735fb740 void 0.000116
+gallium_dri.so free 0x5571735fb600 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb770 0.000121
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb770 0.000114
+gallium_dri.so free 0x5571735fb8c0 void 0.000115
+gallium_dri.so free 0x5571735fb770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb900 0.000114
+gallium_dri.so free 0x5571735fb980 void 0.000115
+gallium_dri.so free 0x5571735fb900 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb980 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000114
+gallium_dri.so free 0x5571735fb980 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb980 0.000113
+gallium_dri.so free 0x5571735fbac0 void 0.000115
+gallium_dri.so free 0x5571735fb980 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000115
+gallium_dri.so free 0x5571735fbb40 void 0.000115
+gallium_dri.so free 0x5571735fbaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000114
+gallium_dri.so free 0x5571735fbc40 void 0.000114
+gallium_dri.so free 0x5571735fbaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000114
+gallium_dri.so free 0x5571735eb380 void 0.000114
+gallium_dri.so free 0x5571735fbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000114
+gallium_dri.so free 0x5571735eb480 void 0.000116
+gallium_dri.so free 0x5571735fbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000114
+gallium_dri.so free 0x5571735eb500 void 0.000115
+gallium_dri.so free 0x5571735fbbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb530 0.000114
+gallium_dri.so free 0x5571735eb580 void 0.000116
+gallium_dri.so free 0x5571735eb530 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb530 0.000115
+gallium_dri.so free 0x5571735eb680 void 0.000114
+gallium_dri.so free 0x5571735eb530 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb630 0.000113
+gallium_dri.so free 0x5571735eb740 void 0.000115
+gallium_dri.so free 0x5571735eb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000115
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000114
+gallium_dri.so free 0x5571735eb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb890 0.000116
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb890 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb940 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb940 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000113
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000170
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb30 0.000115
+gallium_dri.so free 0x5571735ebb80 void 0.000114
+gallium_dri.so free 0x5571735ebb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb30 0.000115
+gallium_dri.so free 0x5571735ebc80 void 0.000115
+gallium_dri.so free 0x5571735ebb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc30 0.000115
+gallium_dri.so free 0x5571735ebd40 void 0.000117
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000115
+gallium_dri.so free 0x5571735ebcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebde0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000131
+gallium_dri.so free 0x5571735ebde0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebe30 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000116
+gallium_dri.so free 0x5571735ebe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebe30 0.000118
+gallium_dri.so free 0x5571735ebf80 void 0.000116
+gallium_dri.so free 0x5571735ebe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf80 0.000116
+gallium_dri.so free 0x5571735ec040 void 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebf80 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000121
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf80 0.000115
+gallium_dri.so free 0x5571735ec1c0 void 0.000116
+gallium_dri.so free 0x5571735ebf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec170 0.000115
+gallium_dri.so free 0x5571735ec1c0 void 0.000115
+gallium_dri.so free 0x5571735ec170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec170 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec170 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec270 0.000113
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec3c0 void 0.000116
+gallium_dri.so free 0x5571735ec330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec330 0.000114
+gallium_dri.so free 0x5571735ec480 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000113
+gallium_dri.so free 0x5571735ec540 void 0.000116
+gallium_dri.so free 0x5571735ec4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec540 0.000113
+gallium_dri.so free 0x5571735ec600 void 0.000114
+gallium_dri.so free 0x5571735ec540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec540 0.000115
+gallium_dri.so free 0x5571735ec6c0 void 0.000129
+gallium_dri.so free 0x5571735ec540 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6e0 0.000114
+gallium_dri.so free 0x5571735ec780 void 0.000114
+gallium_dri.so free 0x5571735ec6e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec730 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000116
+gallium_dri.so free 0x5571735ec730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec730 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec730 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec880 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec880 0.000114
+gallium_dri.so free 0x5571735eca00 void 0.000124
+gallium_dri.so free 0x5571735ec880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec880 0.000114
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so malloc 72 0x5571735eca70 0.000116
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000146
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc50 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000126
+gallium_dri.so free 0x5571735ecc50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecce0 0.000132
+gallium_dri.so free 0x5571735ecd80 void 0.000116
+gallium_dri.so free 0x5571735ecce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000113
+gallium_dri.so free 0x5571735ece00 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd30 0.000113
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ece80 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ece80 0.000116
+gallium_dri.so free 0x5571735ed040 void 0.000115
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x5571735ed080 void 0.000115
+gallium_dri.so free 0x5571735ecff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x5571735ed140 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed180 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000114
+gallium_dri.so free 0x5571735ed180 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed200 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000128
+gallium_dri.so free 0x5571735ed200 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed200 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000115
+gallium_dri.so free 0x5571735ed200 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed370 0.000115
+gallium_dri.so free 0x5571735ed3c0 void 0.000114
+gallium_dri.so free 0x5571735ed370 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed370 0.000136
+gallium_dri.so free 0x5571735ed4c0 void 0.000134
+gallium_dri.so free 0x5571735ed370 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed500 0.000132
+gallium_dri.so free 0x5571735ed580 void 0.000129
+gallium_dri.so free 0x5571735ed500 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed580 0.000129
+gallium_dri.so free 0x5571735ed640 void 0.000130
+gallium_dri.so free 0x5571735ed580 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed580 0.000132
+gallium_dri.so free 0x5571735ed6c0 void 0.000131
+gallium_dri.so free 0x5571735ed580 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000130
+gallium_dri.so free 0x5571735ed740 void 0.000130
+gallium_dri.so free 0x5571735ed6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000130
+gallium_dri.so free 0x5571735ed840 void 0.000141
+gallium_dri.so free 0x5571735ed6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000130
+gallium_dri.so free 0x5571735ed900 void 0.000130
+gallium_dri.so free 0x5571735ed7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000132
+gallium_dri.so free 0x5571735ed980 void 0.000130
+gallium_dri.so free 0x5571735ed8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000130
+gallium_dri.so free 0x5571735eda40 void 0.000132
+gallium_dri.so free 0x5571735ed8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000130
+gallium_dri.so free 0x5571735edb00 void 0.000131
+gallium_dri.so free 0x5571735ed8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735edab0 0.000129
+gallium_dri.so free 0x5571735edb80 void 0.000131
+gallium_dri.so free 0x5571735edab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edbd0 0.000131
+gallium_dri.so free 0x5571735edc40 void 0.000130
+gallium_dri.so free 0x5571735edbd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edc60 0.000131
+gallium_dri.so free 0x5571735edd00 void 0.000131
+gallium_dri.so free 0x5571735edc60 void 0.000129
+gallium_dri.so malloc 72 0x5571735edcb0 0.000138
+gallium_dri.so free 0x5571735edd80 void 0.000176
+gallium_dri.so free 0x5571735edcb0 void 0.000175
+gallium_dri.so malloc 72 0x5571735edd80 0.000174
+gallium_dri.so free 0x5571735ede40 void 0.000175
+gallium_dri.so free 0x5571735edd80 void 0.000175
+gallium_dri.so malloc 72 0x5571735edd80 0.000175
+gallium_dri.so free 0x5571735edec0 void 0.000175
+gallium_dri.so free 0x5571735edd80 void 0.000175
+gallium_dri.so malloc 72 0x5571735edec0 0.000176
+gallium_dri.so free 0x5571735edf80 void 0.000176
+gallium_dri.so free 0x5571735edec0 void 0.000173
+gallium_dri.so malloc 72 0x5571735edec0 0.000174
+gallium_dri.so free 0x5571735ee040 void 0.000175
+gallium_dri.so free 0x5571735edec0 void 0.000184
+gallium_dri.so malloc 72 0x5571735edec0 0.000131
+gallium_dri.so free 0x5571735ee100 void 0.000132
+gallium_dri.so free 0x5571735edec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000131
+gallium_dri.so free 0x5571735ee180 void 0.000139
+gallium_dri.so free 0x5571735ee0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee1d0 0.000128
+gallium_dri.so free 0x5571735ee240 void 0.000129
+gallium_dri.so free 0x5571735ee1d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee280 0.000129
+gallium_dri.so free 0x5571735ee300 void 0.000128
+gallium_dri.so free 0x5571735ee280 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee280 0.000127
+gallium_dri.so free 0x5571735ee380 void 0.000130
+gallium_dri.so free 0x5571735ee280 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000129
+gallium_dri.so free 0x5571735ee400 void 0.000129
+gallium_dri.so free 0x5571735ee3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee3b0 0.000128
+gallium_dri.so free 0x5571735ee500 void 0.000131
+gallium_dri.so free 0x5571735ee3b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee4b0 0.000129
+gallium_dri.so free 0x5571735ee5c0 void 0.000130
+gallium_dri.so free 0x5571735ee4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee570 0.000128
+gallium_dri.so free 0x5571735ee600 void 0.000129
+gallium_dri.so free 0x5571735ee570 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee570 0.000140
+gallium_dri.so free 0x5571735ee6c0 void 0.000131
+gallium_dri.so free 0x5571735ee570 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee730 0.000134
+gallium_dri.so free 0x5571735ee780 void 0.000131
+gallium_dri.so free 0x5571735ee730 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee730 0.000129
+gallium_dri.so free 0x5571735ee880 void 0.000131
+gallium_dri.so free 0x5571735ee730 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee830 0.000129
+gallium_dri.so free 0x5571735ee940 void 0.000131
+gallium_dri.so free 0x5571735ee830 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000130
+gallium_dri.so free 0x5571735ee980 void 0.000130
+gallium_dri.so free 0x5571735ee8f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000129
+gallium_dri.so free 0x5571735eea40 void 0.000131
+gallium_dri.so free 0x5571735ee8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735eea80 0.000130
+gallium_dri.so free 0x5571735eeb00 void 0.000130
+gallium_dri.so free 0x5571735eea80 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeb00 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000131
+gallium_dri.so free 0x5571735eeb00 void 0.000191
+gallium_dri.so malloc 72 0x5571735eeb00 0.000130
+gallium_dri.so free 0x5571735eec80 void 0.000130
+gallium_dri.so free 0x5571735eeb00 void 0.000131
+gallium_dri.so malloc 72 0x5571735eeca0 0.000131
+gallium_dri.so free 0x5571735eed40 void 0.000130
+gallium_dri.so free 0x5571735eeca0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eecf0 0.000130
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eecf0 void 0.000208
+gallium_dri.so malloc 72 0x5571735eecf0 0.000222
+gallium_dri.so free 0x5571735eee40 void 0.000118
+gallium_dri.so free 0x5571735eecf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee40 0.000114
+gallium_dri.so free 0x5571735eef00 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eee40 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee40 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735eee40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef030 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000117
+gallium_dri.so free 0x5571735ef0f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef210 0.000116
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef210 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2a0 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef2a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000116
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000113
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef440 0.000117
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so free 0x5571735ef5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef740 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000116
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef930 0.000116
+gallium_dri.so free 0x5571735ef980 void 0.000115
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef930 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000120
+gallium_dri.so free 0x5571735ef930 void 0.000115
+gallium_dri.so malloc 72 0x5571735efac0 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb40 0.000113
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb40 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcb0 0.000113
+gallium_dri.so free 0x5571735efd00 void 0.000115
+gallium_dri.so free 0x5571735efcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735efcb0 0.000121
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efdb0 0.000118
+gallium_dri.so free 0x5571735efec0 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000124
+gallium_dri.so free 0x5571735eff40 void 0.000126
+gallium_dri.so free 0x5571735efe70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efe70 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000119
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000129
+gallium_dri.so free 0x5571735f00c0 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0070 0.000132
+gallium_dri.so free 0x5571735f0140 void 0.000126
+gallium_dri.so free 0x5571735f0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0190 0.000124
+gallium_dri.so free 0x5571735f0200 void 0.000127
+gallium_dri.so free 0x5571735f0190 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0220 0.000125
+gallium_dri.so free 0x5571735f02c0 void 0.000125
+gallium_dri.so free 0x5571735f0220 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0270 0.000136
+gallium_dri.so free 0x5571735f0340 void 0.000125
+gallium_dri.so free 0x5571735f0270 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0340 0.000125
+gallium_dri.so free 0x5571735f0400 void 0.000139
+gallium_dri.so free 0x5571735f0340 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0340 0.000124
+gallium_dri.so free 0x5571735f0480 void 0.000124
+gallium_dri.so free 0x5571735f0340 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0480 0.000125
+gallium_dri.so free 0x5571735f0540 void 0.000124
+gallium_dri.so free 0x5571735f0480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0480 0.000124
+gallium_dri.so free 0x5571735f0600 void 0.000125
+gallium_dri.so free 0x5571735f0480 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0480 0.000127
+gallium_dri.so free 0x5571735f06c0 void 0.000125
+gallium_dri.so free 0x5571735f0480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0670 0.000124
+gallium_dri.so free 0x5571735f0740 void 0.000125
+gallium_dri.so free 0x5571735f0670 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0790 0.000125
+gallium_dri.so free 0x5571735f0800 void 0.000125
+gallium_dri.so free 0x5571735f0790 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0840 0.000124
+gallium_dri.so free 0x5571735f08c0 void 0.000149
+gallium_dri.so free 0x5571735f0840 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0840 0.000125
+gallium_dri.so free 0x5571735f0940 void 0.000133
+gallium_dri.so free 0x5571735f0840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0970 0.000119
+gallium_dri.so free 0x5571735f09c0 void 0.000119
+gallium_dri.so free 0x5571735f0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0970 0.000165
+gallium_dri.so free 0x5571735f0ac0 void 0.000122
+gallium_dri.so free 0x5571735f0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a70 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000119
+gallium_dri.so free 0x5571735f0a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0b30 0.000121
+gallium_dri.so free 0x5571735f0bc0 void 0.000119
+gallium_dri.so free 0x5571735f0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0b30 0.000119
+gallium_dri.so free 0x5571735f0c80 void 0.000119
+gallium_dri.so free 0x5571735f0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000118
+gallium_dri.so free 0x5571735f0d40 void 0.000119
+gallium_dri.so free 0x5571735f0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0cf0 0.000120
+gallium_dri.so free 0x5571735f0e40 void 0.000118
+gallium_dri.so free 0x5571735f0cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0df0 0.000129
+gallium_dri.so free 0x5571735f0f00 void 0.000119
+gallium_dri.so free 0x5571735f0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000119
+gallium_dri.so free 0x5571735f1000 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1040 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000117
+gallium_dri.so free 0x5571735f1040 void 0.000116
+gallium_dri.so malloc 72 0x5571735f10c0 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f10c0 0.000119
+gallium_dri.so free 0x5571735f1240 void 0.000118
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1260 0.000131
+gallium_dri.so free 0x5571735f1300 void 0.000119
+gallium_dri.so free 0x5571735f1260 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12b0 0.000118
+gallium_dri.so free 0x5571735f1380 void 0.000119
+gallium_dri.so free 0x5571735f12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12b0 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000119
+gallium_dri.so free 0x5571735f12b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1400 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1400 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000118
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1400 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15f0 0.000117
+gallium_dri.so free 0x5571735f1700 void 0.000118
+gallium_dri.so free 0x5571735f15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16b0 0.000120
+gallium_dri.so free 0x5571735f1780 void 0.000116
+gallium_dri.so free 0x5571735f16b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17d0 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000119
+gallium_dri.so free 0x5571735f17d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1860 0.000123
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so free 0x5571735f1860 void 0.000119
+gallium_dri.so malloc 72 0x5571735f18b0 0.000167
+gallium_dri.so free 0x5571735f1980 void 0.000119
+gallium_dri.so free 0x5571735f18b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f18b0 0.000119
+gallium_dri.so free 0x5571735f1a00 void 0.000180
+gallium_dri.so free 0x5571735f18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a00 0.000118
+gallium_dri.so free 0x5571735f1ac0 void 0.000118
+gallium_dri.so free 0x5571735f1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a00 0.000118
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000119
+gallium_dri.so free 0x5571735f1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1cc0 void 0.000118
+gallium_dri.so free 0x5571735f1b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d00 0.000119
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so free 0x5571735f1d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1d80 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000119
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1d80 0.000119
+gallium_dri.so free 0x5571735f1ec0 void 0.000118
+gallium_dri.so free 0x5571735f1d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000119
+gallium_dri.so free 0x5571735f1f40 void 0.000119
+gallium_dri.so free 0x5571735f1ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000127
+gallium_dri.so free 0x5571735f2040 void 0.000120
+gallium_dri.so free 0x5571735f1ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2080 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f2080 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f21c0 void 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2100 0.000117
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2270 0.000118
+gallium_dri.so free 0x5571735f22c0 void 0.000118
+gallium_dri.so free 0x5571735f2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2270 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2370 0.000117
+gallium_dri.so free 0x5571735f2480 void 0.000118
+gallium_dri.so free 0x5571735f2370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f2430 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2430 0.000121
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2630 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000118
+gallium_dri.so free 0x5571735f2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2750 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2750 void 0.000163
+gallium_dri.so malloc 72 0x5571735f27e0 0.000122
+gallium_dri.so free 0x5571735f2880 void 0.000119
+gallium_dri.so free 0x5571735f27e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2830 0.000119
+gallium_dri.so free 0x55717361fdc0 void 0.000119
+gallium_dri.so free 0x5571735f2830 void 0.000118
+gallium_dri.so malloc 72 0x55717361fe10 0.000119
+gallium_dri.so free 0x55717361fe80 void 0.000121
+gallium_dri.so free 0x55717361fe10 void 0.000118
+gallium_dri.so malloc 72 0x55717361fec0 0.000119
+gallium_dri.so free 0x55717361ff40 void 0.000118
+gallium_dri.so free 0x55717361fec0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff40 0.000119
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x55717361ff40 void 0.000119
+gallium_dri.so malloc 72 0x55717361ff40 0.000117
+gallium_dri.so free 0x557173620080 void 0.000126
+gallium_dri.so free 0x55717361ff40 void 0.000119
+gallium_dri.so malloc 72 0x5571736200b0 0.000120
+gallium_dri.so free 0x557173620100 void 0.000119
+gallium_dri.so free 0x5571736200b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736200b0 0.000119
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x5571736200b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736201b0 0.000119
+gallium_dri.so free 0x5571736202c0 void 0.000118
+gallium_dri.so free 0x5571736201b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620270 0.000120
+gallium_dri.so free 0x557173620340 void 0.000118
+gallium_dri.so free 0x557173620270 void 0.000117
+gallium_dri.so malloc 72 0x557173620360 0.000118
+gallium_dri.so free 0x557173620400 void 0.000119
+gallium_dri.so free 0x557173620360 void 0.000119
+gallium_dri.so malloc 72 0x5571736203b0 0.000118
+gallium_dri.so free 0x557173620480 void 0.000119
+gallium_dri.so free 0x5571736203b0 void 0.000127
+gallium_dri.so malloc 72 0x5571736203b0 0.000120
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620500 0.000117
+gallium_dri.so free 0x5571736205c0 void 0.000119
+gallium_dri.so free 0x557173620500 void 0.000120
+gallium_dri.so malloc 72 0x557173620500 0.000119
+gallium_dri.so free 0x557173620680 void 0.000121
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so malloc 72 0x557173620500 0.000118
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so malloc 72 0x5571736206f0 0.000119
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so free 0x5571736206f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736206f0 0.000120
+gallium_dri.so free 0x557173620840 void 0.000118
+gallium_dri.so free 0x5571736206f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736207f0 0.000118
+gallium_dri.so free 0x557173620900 void 0.000118
+gallium_dri.so free 0x5571736207f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736208b0 0.000118
+gallium_dri.so free 0x557173620940 void 0.000119
+gallium_dri.so free 0x5571736208b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736208b0 0.000119
+gallium_dri.so free 0x557173620a00 void 0.000118
+gallium_dri.so free 0x5571736208b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620a40 0.000118
+gallium_dri.so free 0x557173620ac0 void 0.000120
+gallium_dri.so free 0x557173620a40 void 0.000168
+gallium_dri.so malloc 72 0x557173620ac0 0.000119
+gallium_dri.so free 0x557173620b80 void 0.000119
+gallium_dri.so free 0x557173620ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173620ac0 0.000123
+gallium_dri.so free 0x557173620c40 void 0.000118
+gallium_dri.so free 0x557173620ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173620c60 0.000118
+gallium_dri.so free 0x557173620d00 void 0.000119
+gallium_dri.so free 0x557173620c60 void 0.000119
+gallium_dri.so malloc 72 0x557173620cb0 0.000120
+gallium_dri.so free 0x557173620d80 void 0.000119
+gallium_dri.so free 0x557173620cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173620cb0 0.000119
+gallium_dri.so free 0x557173620e00 void 0.000119
+gallium_dri.so free 0x557173620cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173620e00 0.000118
+gallium_dri.so free 0x557173620ec0 void 0.000118
+gallium_dri.so free 0x557173620e00 void 0.000116
+gallium_dri.so malloc 72 0x557173620e00 0.000118
+gallium_dri.so free 0x557173620f80 void 0.000119
+gallium_dri.so free 0x557173620e00 void 0.000119
+gallium_dri.so malloc 72 0x557173620e00 0.000118
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x557173620e00 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x557173590b40 void 0.000118
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x5571736010c0 void 0.000128
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x5571736010c0 0.000119
+gallium_dri.so free 0x557173601180 void 0.000119
+gallium_dri.so free 0x5571736010c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736010c0 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000125
+gallium_dri.so free 0x5571736010c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736010c0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x5571736010c0 void 0.000119
+gallium_dri.so malloc 72 0x557173467430 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so free 0x557173467430 void 0.000119
+gallium_dri.so malloc 72 0x55717360ba40 0.000117
+gallium_dri.so free 0x55717360bb00 void 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000117
+gallium_dri.so malloc 72 0x55717360bb40 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000118
+gallium_dri.so free 0x55717360bb40 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcb0 0.000117
+gallium_dri.so free 0x55717360bd40 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x5571735c4ec0 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f00 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735c4f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000118
+gallium_dri.so free 0x5571735c5040 void 0.000120
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f80 0.000119
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x5571735897c0 void 0.000173
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x5571735898c0 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589870 0.000118
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x557173589870 void 0.000119
+gallium_dri.so malloc 72 0x557173589990 0.000116
+gallium_dri.so free 0x557173589a00 void 0.000120
+gallium_dri.so free 0x557173589990 void 0.000117
+gallium_dri.so malloc 72 0x557173589990 0.000118
+gallium_dri.so free 0x557173601340 void 0.000118
+gallium_dri.so free 0x557173589990 void 0.000121
+gallium_dri.so malloc 72 0x557173589990 0.000118
+gallium_dri.so free 0x557173601400 void 0.000119
+gallium_dri.so free 0x557173589990 void 0.000116
+gallium_dri.so malloc 72 0x5571736013b0 0.000122
+gallium_dri.so free 0x557173601480 void 0.000119
+gallium_dri.so free 0x5571736013b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736014d0 0.000118
+gallium_dri.so free 0x557173601540 void 0.000118
+gallium_dri.so free 0x5571736014d0 void 0.000117
+gallium_dri.so malloc 72 0x5571736015a0 0.000118
+gallium_dri.so free 0x557173601640 void 0.000118
+gallium_dri.so free 0x5571736015a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736015f0 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so free 0x5571736015f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736015f0 0.000118
+gallium_dri.so free 0x5571735d00c0 void 0.000119
+gallium_dri.so free 0x5571736015f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0070 0.000119
+gallium_dri.so free 0x5571735d0140 void 0.000120
+gallium_dri.so free 0x5571735d0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0190 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000136
+gallium_dri.so free 0x5571735d0190 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0220 0.000119
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so free 0x5571735d0220 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0270 0.000119
+gallium_dri.so free 0x5571735d0340 void 0.000172
+gallium_dri.so free 0x5571735d0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d27c0 void 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000117
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2830 0.000118
+gallium_dri.so free 0x5571735d2900 void 0.000119
+gallium_dri.so free 0x5571735d2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2950 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so free 0x5571735d2950 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2950 0.000169
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so free 0x5571735d2950 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2950 0.000129
+gallium_dri.so free 0x55717358e340 void 0.000119
+gallium_dri.so free 0x5571735d2950 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2950 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x5571735d2950 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3b0 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so free 0x55717358e3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e4d0 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e4d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e560 0.000118
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x55717358e560 0.000117
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x55717358e560 void 0.000118
+gallium_dri.so malloc 72 0x5571736084f0 0.000118
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x5571736084f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736084f0 0.000118
+gallium_dri.so free 0x557173608640 void 0.000118
+gallium_dri.so free 0x5571736084f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736085f0 0.000118
+gallium_dri.so free 0x557173608700 void 0.000119
+gallium_dri.so free 0x5571736085f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736086b0 0.000123
+gallium_dri.so free 0x557173608740 void 0.000119
+gallium_dri.so free 0x5571736086b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736086b0 0.000121
+gallium_dri.so free 0x557173462840 void 0.000117
+gallium_dri.so free 0x5571736086b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736086b0 0.000127
+gallium_dri.so free 0x5571734628c0 void 0.000121
+gallium_dri.so free 0x5571736086b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734628c0 0.000119
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734628c0 0.000119
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734628c0 0.000119
+gallium_dri.so free 0x557173608800 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so malloc 72 0x557173608830 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x557173608830 void 0.000121
+gallium_dri.so malloc 72 0x557173462b40 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x557173462b40 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000119
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000117
+gallium_dri.so malloc 72 0x557173464f70 0.000118
+gallium_dri.so free 0x557173464fc0 void 0.000119
+gallium_dri.so free 0x557173464f70 void 0.000118
+gallium_dri.so malloc 72 0x557173464fc0 0.000120
+gallium_dri.so free 0x557173462bc0 void 0.000119
+gallium_dri.so free 0x557173464fc0 void 0.000162
+gallium_dri.so malloc 72 0x557173464fc0 0.000122
+gallium_dri.so free 0x557173465080 void 0.000119
+gallium_dri.so free 0x557173464fc0 void 0.000123
+gallium_dri.so malloc 72 0x557173465080 0.000124
+gallium_dri.so free 0x557173465140 void 0.000125
+gallium_dri.so free 0x557173465080 void 0.000126
+gallium_dri.so malloc 72 0x557173465080 0.000124
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x557173465080 void 0.000120
+gallium_dri.so malloc 72 0x557173465080 0.000118
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x557173465080 void 0.000120
+gallium_dri.so malloc 72 0x5571734693f0 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000119
+gallium_dri.so free 0x5571734693f0 void 0.000129
+gallium_dri.so malloc 72 0x557173469510 0.000118
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469510 void 0.000119
+gallium_dri.so malloc 72 0x5571734695c0 0.000117
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x5571734695c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734695c0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000120
+gallium_dri.so free 0x5571734695c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734696f0 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000118
+gallium_dri.so free 0x5571734696f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358c680 0.000118
+gallium_dri.so free 0x55717358c700 void 0.000118
+gallium_dri.so free 0x55717358c680 void 0.000118
+gallium_dri.so malloc 72 0x55717358c700 0.000120
+gallium_dri.so free 0x55717358c7c0 void 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000119
+gallium_dri.so malloc 72 0x55717358c700 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000125
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c8c0 void 0.000121
+gallium_dri.so free 0x55717358c870 void 0.000118
+gallium_dri.so malloc 72 0x55717358c870 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000165
+gallium_dri.so free 0x55717358c870 void 0.000113
+gallium_dri.so malloc 72 0x55717358ca00 0.000111
+gallium_dri.so free 0x55717358ec00 void 0.000111
+gallium_dri.so free 0x55717358ca00 void 0.000111
+gallium_dri.so malloc 72 0x55717358ec50 0.000111
+gallium_dri.so free 0x55717358ecc0 void 0.000110
+gallium_dri.so free 0x55717358ec50 void 0.000111
+gallium_dri.so malloc 72 0x55717358ece0 0.000110
+gallium_dri.so free 0x55717358ed80 void 0.000110
+gallium_dri.so free 0x55717358ece0 void 0.000111
+gallium_dri.so malloc 72 0x55717358ed30 0.000111
+gallium_dri.so free 0x55717358ee00 void 0.000110
+gallium_dri.so free 0x55717358ed30 void 0.000111
+gallium_dri.so malloc 72 0x55717358ed30 0.000111
+gallium_dri.so free 0x55717358ee80 void 0.000112
+gallium_dri.so free 0x55717358ed30 void 0.000110
+gallium_dri.so malloc 72 0x55717358ee80 0.000110
+gallium_dri.so free 0x55717358ef40 void 0.000110
+gallium_dri.so free 0x55717358ee80 void 0.000111
+gallium_dri.so malloc 72 0x55717358ee80 0.000111
+gallium_dri.so free 0x557173467dc0 void 0.000117
+gallium_dri.so free 0x55717358ee80 void 0.000119
+gallium_dri.so malloc 72 0x557173467de0 0.000117
+gallium_dri.so free 0x557173467e80 void 0.000167
+gallium_dri.so free 0x557173467de0 void 0.000113
+gallium_dri.so malloc 72 0x557173467e30 0.000110
+gallium_dri.so free 0x557173467f00 void 0.000128
+gallium_dri.so free 0x557173467e30 void 0.000119
+gallium_dri.so malloc 72 0x557173467e30 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000119
+gallium_dri.so free 0x557173467e30 void 0.000118
+gallium_dri.so malloc 72 0x557173467f80 0.000119
+gallium_dri.so free 0x557173468040 void 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so malloc 72 0x557173467f80 0.000118
+gallium_dri.so free 0x557173468100 void 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so malloc 72 0x557173467f80 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000119
+gallium_dri.so malloc 72 0x557173609ed0 0.000118
+gallium_dri.so free 0x557173609f40 void 0.000118
+gallium_dri.so free 0x557173609ed0 void 0.000118
+gallium_dri.so malloc 72 0x557173609f80 0.000119
+gallium_dri.so free 0x55717360a000 void 0.000118
+gallium_dri.so free 0x557173609f80 void 0.000119
+gallium_dri.so malloc 72 0x55717360a000 0.000118
+gallium_dri.so free 0x55717360a0c0 void 0.000119
+gallium_dri.so free 0x55717360a000 void 0.000119
+gallium_dri.so malloc 72 0x55717360a000 0.000117
+gallium_dri.so free 0x5571734681c0 void 0.000119
+gallium_dri.so free 0x55717360a000 void 0.000118
+gallium_dri.so malloc 72 0x557173468170 0.000173
+gallium_dri.so free 0x55717360a140 void 0.000120
+gallium_dri.so free 0x557173468170 void 0.000119
+gallium_dri.so malloc 72 0x55717360a180 0.000119
+gallium_dri.so free 0x55717360a200 void 0.000118
+gallium_dri.so free 0x55717360a180 void 0.000117
+gallium_dri.so malloc 72 0x55717360a200 0.000119
+gallium_dri.so free 0x5571736068c0 void 0.000121
+gallium_dri.so free 0x55717360a200 void 0.000134
+gallium_dri.so malloc 72 0x557173606900 0.000119
+gallium_dri.so free 0x557173606980 void 0.000120
+gallium_dri.so free 0x557173606900 void 0.000118
+gallium_dri.so malloc 72 0x557173606900 0.000118
+gallium_dri.so free 0x557173606a00 void 0.000120
+gallium_dri.so free 0x557173606900 void 0.000119
+gallium_dri.so malloc 72 0x557173606a30 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000118
+gallium_dri.so free 0x557173606a30 void 0.000118
+gallium_dri.so malloc 72 0x557173606a30 0.000119
+gallium_dri.so free 0x557173606b80 void 0.000120
+gallium_dri.so free 0x557173606a30 void 0.000119
+gallium_dri.so malloc 72 0x557173606b30 0.000118
+gallium_dri.so free 0x557173606c40 void 0.000119
+gallium_dri.so free 0x557173606b30 void 0.000118
+gallium_dri.so malloc 72 0x557173606bf0 0.000120
+gallium_dri.so free 0x55717358a080 void 0.000120
+gallium_dri.so free 0x557173606bf0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a0b0 0.000120
+gallium_dri.so free 0x55717358a100 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000118
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a240 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000121
+gallium_dri.so free 0x55717358a240 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2c0 0.000117
+gallium_dri.so free 0x557173606c80 void 0.000124
+gallium_dri.so free 0x55717358a2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2c0 0.000120
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2c0 0.000120
+gallium_dri.so free 0x55717358a440 void 0.000118
+gallium_dri.so free 0x55717358a2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a3f0 0.000118
+gallium_dri.so free 0x557173604300 void 0.000119
+gallium_dri.so free 0x55717358a3f0 void 0.000116
+gallium_dri.so malloc 72 0x557173604350 0.000119
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so free 0x557173604350 void 0.000119
+gallium_dri.so malloc 72 0x557173604420 0.000120
+gallium_dri.so free 0x5571736044c0 void 0.000128
+gallium_dri.so free 0x557173604420 void 0.000120
+gallium_dri.so malloc 72 0x557173604470 0.000120
+gallium_dri.so free 0x557173604500 void 0.000119
+gallium_dri.so free 0x557173604470 void 0.000120
+gallium_dri.so malloc 72 0x557173604470 0.000119
+gallium_dri.so free 0x5571736045c0 void 0.000120
+gallium_dri.so free 0x557173604470 void 0.000116
+gallium_dri.so malloc 72 0x557173604600 0.000119
+gallium_dri.so free 0x557173604680 void 0.000120
+gallium_dri.so free 0x557173604600 void 0.000119
+gallium_dri.so malloc 72 0x557173604680 0.000119
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x557173604680 void 0.000118
+gallium_dri.so malloc 72 0x5571735911e0 0.000119
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so free 0x5571735911e0 void 0.000116
+gallium_dri.so malloc 72 0x557173591230 0.000119
+gallium_dri.so free 0x557173591300 void 0.000119
+gallium_dri.so free 0x557173591230 void 0.000118
+gallium_dri.so malloc 72 0x557173591300 0.000117
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x557173591300 void 0.000132
+gallium_dri.so malloc 72 0x557173591300 0.000120
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so free 0x557173591300 void 0.000119
+gallium_dri.so malloc 72 0x557173591440 0.000117
+gallium_dri.so free 0x557173591500 void 0.000122
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000118
+gallium_dri.so free 0x5571735d3040 void 0.000118
+gallium_dri.so free 0x5571735d2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d30f0 0.000117
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so free 0x5571735d30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d31b0 0.000118
+gallium_dri.so free 0x5571735d3280 void 0.000119
+gallium_dri.so free 0x5571735d31b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32a0 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000119
+gallium_dri.so free 0x5571735d32a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d32f0 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x5571735d32f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55c0 0.000168
+gallium_dri.so free 0x5571735d5640 void 0.000119
+gallium_dri.so free 0x5571735d55c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d5640 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so free 0x5571735d5640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5640 0.000118
+gallium_dri.so free 0x5571735d5780 void 0.000120
+gallium_dri.so free 0x5571735d5640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d57b0 0.000119
+gallium_dri.so free 0x5571735d5800 void 0.000118
+gallium_dri.so free 0x5571735d57b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d57b0 0.000119
+gallium_dri.so free 0x5571735d5900 void 0.000118
+gallium_dri.so free 0x5571735d57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5940 0.000118
+gallium_dri.so free 0x5571735d0a00 void 0.000119
+gallium_dri.so free 0x5571735d5940 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a50 0.000119
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so free 0x5571735d0a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ae0 0.000118
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so free 0x5571735d0ae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000119
+gallium_dri.so free 0x5571735d0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000120
+gallium_dri.so free 0x5571735d0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x5571735d0d40 void 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so malloc 72 0x557173601d60 0.000117
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so free 0x557173601d60 void 0.000123
+gallium_dri.so malloc 72 0x557173601db0 0.000118
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601db0 void 0.000118
+gallium_dri.so malloc 72 0x557173601db0 0.000123
+gallium_dri.so free 0x557173601f00 void 0.000119
+gallium_dri.so free 0x557173601db0 void 0.000119
+gallium_dri.so malloc 72 0x557173601f00 0.000118
+gallium_dri.so free 0x557173601fc0 void 0.000125
+gallium_dri.so free 0x557173601f00 void 0.000120
+gallium_dri.so malloc 72 0x557173601f00 0.000119
+gallium_dri.so free 0x557173602080 void 0.000119
+gallium_dri.so free 0x557173601f00 void 0.000117
+gallium_dri.so malloc 72 0x557173601f00 0.000118
+gallium_dri.so free 0x557173465800 void 0.000118
+gallium_dri.so free 0x557173601f00 void 0.000118
+gallium_dri.so malloc 72 0x557173465850 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000121
+gallium_dri.so free 0x557173465850 void 0.000119
+gallium_dri.so malloc 72 0x557173465900 0.000117
+gallium_dri.so free 0x557173465980 void 0.000117
+gallium_dri.so free 0x557173465900 void 0.000118
+gallium_dri.so malloc 72 0x557173465980 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000118
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so malloc 72 0x557173465980 0.000117
+gallium_dri.so free 0x557173602140 void 0.000119
+gallium_dri.so free 0x557173465980 void 0.000160
+gallium_dri.so malloc 72 0x5571736020f0 0.000121
+gallium_dri.so free 0x557173465ac0 void 0.000118
+gallium_dri.so free 0x5571736020f0 void 0.000116
+gallium_dri.so malloc 72 0x557173465b00 0.000119
+gallium_dri.so free 0x557173465b80 void 0.000119
+gallium_dri.so free 0x557173465b00 void 0.000118
+gallium_dri.so malloc 72 0x557173465b80 0.000119
+gallium_dri.so free 0x557173608e80 void 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000118
+gallium_dri.so malloc 72 0x557173608ec0 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173608ec0 0.000118
+gallium_dri.so free 0x557173608fc0 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ff0 0.000119
+gallium_dri.so free 0x557173609040 void 0.000111
+gallium_dri.so free 0x557173608ff0 void 0.000111
+gallium_dri.so malloc 72 0x557173608ff0 0.000110
+gallium_dri.so free 0x557173609140 void 0.000111
+gallium_dri.so free 0x557173608ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571736090f0 0.000111
+gallium_dri.so free 0x557173609200 void 0.000110
+gallium_dri.so free 0x5571736090f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736091b0 0.000111
+gallium_dri.so free 0x557173463240 void 0.000110
+gallium_dri.so free 0x5571736091b0 void 0.000110
+gallium_dri.so malloc 72 0x557173463270 0.000111
+gallium_dri.so free 0x5571734632c0 void 0.000110
+gallium_dri.so free 0x557173463270 void 0.000110
+gallium_dri.so malloc 72 0x557173463270 0.000110
+gallium_dri.so free 0x5571734633c0 void 0.000111
+gallium_dri.so free 0x557173463270 void 0.000110
+gallium_dri.so malloc 72 0x557173463400 0.000110
+gallium_dri.so free 0x557173463480 void 0.000111
+gallium_dri.so free 0x557173463400 void 0.000111
+gallium_dri.so malloc 72 0x557173463480 0.000110
+gallium_dri.so free 0x557173609240 void 0.000117
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so malloc 72 0x557173463480 0.000119
+gallium_dri.so free 0x557173463540 void 0.000112
+gallium_dri.so free 0x557173463480 void 0.000111
+gallium_dri.so malloc 72 0x557173463480 0.000110
+gallium_dri.so free 0x557173463600 void 0.000129
+gallium_dri.so free 0x557173463480 void 0.000126
+gallium_dri.so malloc 72 0x5571734635b0 0.000119
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x5571734635b0 void 0.000116
+gallium_dri.so malloc 72 0x557173609530 0.000117
+gallium_dri.so free 0x557173609640 void 0.000117
+gallium_dri.so free 0x557173609530 void 0.000116
+gallium_dri.so malloc 72 0x5571736095f0 0.000117
+gallium_dri.so free 0x5571736096c0 void 0.000118
+gallium_dri.so free 0x5571736095f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736095f0 0.000116
+gallium_dri.so free 0x557173609780 void 0.000117
+gallium_dri.so free 0x5571736095f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736095f0 0.000117
+gallium_dri.so free 0x557173609840 void 0.000116
+gallium_dri.so free 0x5571736095f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736097f0 0.000119
+gallium_dri.so free 0x5571736098c0 void 0.000118
+gallium_dri.so free 0x5571736097f0 void 0.000117
+gallium_dri.so malloc 72 0x557173609910 0.000117
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so free 0x557173609910 void 0.000118
+gallium_dri.so malloc 72 0x557173609910 0.000160
+gallium_dri.so free 0x557173464880 void 0.000121
+gallium_dri.so free 0x557173609910 void 0.000136
+gallium_dri.so malloc 72 0x5571734648b0 0.000119
+gallium_dri.so free 0x557173464900 void 0.000120
+gallium_dri.so free 0x5571734648b0 void 0.000118
+gallium_dri.so malloc 72 0x557173464900 0.000117
+gallium_dri.so free 0x5571734649c0 void 0.000118
+gallium_dri.so free 0x557173464900 void 0.000118
+gallium_dri.so malloc 72 0x557173464900 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000118
+gallium_dri.so free 0x557173464900 void 0.000119
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000118
+gallium_dri.so free 0x557173464a70 void 0.000118
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x557173464bc0 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000117
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x5571735d2040 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2040 0.000118
+gallium_dri.so free 0x5571735d2100 void 0.000117
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2040 0.000121
+gallium_dri.so free 0x5571735d2200 void 0.000118
+gallium_dri.so free 0x5571735d2040 void 0.000128
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x5571735d2240 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x5571735d2300 void 0.000120
+gallium_dri.so free 0x5571735d21b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2340 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23c0 0.000123
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735cfa80 void 0.000120
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfab0 0.000118
+gallium_dri.so free 0x5571735cfb00 void 0.000118
+gallium_dri.so free 0x5571735cfab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfab0 0.000120
+gallium_dri.so free 0x5571735cfc00 void 0.000119
+gallium_dri.so free 0x5571735cfab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfc40 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000118
+gallium_dri.so free 0x5571735cfd80 void 0.000192
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000119
+gallium_dri.so free 0x5571735cfcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe30 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so free 0x5571735cfe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe30 0.000119
+gallium_dri.so free 0x55717358dc80 void 0.000119
+gallium_dri.so free 0x5571735cfe30 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc80 0.000126
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so free 0x55717358dc80 void 0.000121
+gallium_dri.so malloc 72 0x55717358dc80 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc80 0.000118
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717358def0 0.000121
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358def0 void 0.000119
+gallium_dri.so malloc 72 0x55717358def0 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000119
+gallium_dri.so free 0x55717358def0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000122
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000120
+gallium_dri.so free 0x557173590240 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x557173590270 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000118
+gallium_dri.so free 0x557173590270 void 0.000118
+gallium_dri.so malloc 72 0x5571735902c0 0.000119
+gallium_dri.so free 0x557173590380 void 0.000119
+gallium_dri.so free 0x5571735902c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735902c0 0.000119
+gallium_dri.so free 0x557173590480 void 0.000118
+gallium_dri.so free 0x5571735902c0 void 0.000123
+gallium_dri.so malloc 72 0x557173590430 0.000125
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590430 void 0.000123
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x557173590580 void 0.000118
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735904f0 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000125
+gallium_dri.so free 0x5571735904f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b4c0 0.000118
+gallium_dri.so free 0x55717360b580 void 0.000119
+gallium_dri.so free 0x55717360b4c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b4c0 0.000118
+gallium_dri.so free 0x55717360b680 void 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b630 0.000118
+gallium_dri.so free 0x55717360b6c0 void 0.000119
+gallium_dri.so free 0x55717360b630 void 0.000119
+gallium_dri.so malloc 72 0x55717360b630 0.000118
+gallium_dri.so free 0x55717360b780 void 0.000118
+gallium_dri.so free 0x55717360b630 void 0.000119
+gallium_dri.so malloc 72 0x55717360b7c0 0.000118
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b840 0.000119
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so free 0x55717360b840 void 0.000118
+gallium_dri.so malloc 72 0x55717360b840 0.000121
+gallium_dri.so free 0x557173605940 void 0.000118
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so malloc 72 0x557173605970 0.000120
+gallium_dri.so free 0x5571736059c0 void 0.000118
+gallium_dri.so free 0x557173605970 void 0.000165
+gallium_dri.so malloc 72 0x557173605970 0.000124
+gallium_dri.so free 0x557173605ac0 void 0.000112
+gallium_dri.so free 0x557173605970 void 0.000111
+gallium_dri.so malloc 72 0x557173605b00 0.000110
+gallium_dri.so free 0x557173605b80 void 0.000112
+gallium_dri.so free 0x557173605b00 void 0.000110
+gallium_dri.so malloc 72 0x557173605b80 0.000111
+gallium_dri.so free 0x557173605c40 void 0.000110
+gallium_dri.so free 0x557173605b80 void 0.000111
+gallium_dri.so malloc 72 0x557173605b80 0.000112
+gallium_dri.so free 0x557173605cc0 void 0.000111
+gallium_dri.so free 0x557173605b80 void 0.000111
+gallium_dri.so malloc 72 0x557173605cf0 0.000111
+gallium_dri.so free 0x557173607e80 void 0.000110
+gallium_dri.so free 0x557173605cf0 void 0.000110
+gallium_dri.so malloc 72 0x557173605cf0 0.000110
+gallium_dri.so free 0x557173607f00 void 0.000111
+gallium_dri.so free 0x557173605cf0 void 0.000110
+gallium_dri.so malloc 72 0x557173607f00 0.000111
+gallium_dri.so free 0x557173607fc0 void 0.000111
+gallium_dri.so free 0x557173607f00 void 0.000110
+gallium_dri.so malloc 72 0x557173607f00 0.000112
+gallium_dri.so free 0x5571736080c0 void 0.000111
+gallium_dri.so free 0x557173607f00 void 0.000109
+gallium_dri.so malloc 72 0x557173607f00 0.000109
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000112
+gallium_dri.so malloc 72 0x557173608170 0.000111
+gallium_dri.so free 0x5571736081c0 void 0.000110
+gallium_dri.so free 0x557173608170 void 0.000133
+gallium_dri.so malloc 72 0x557173608170 0.000124
+gallium_dri.so free 0x5571736082c0 void 0.000118
+gallium_dri.so free 0x557173608170 void 0.000124
+gallium_dri.so malloc 72 0x557173608270 0.000124
+gallium_dri.so free 0x55717358b640 void 0.000124
+gallium_dri.so free 0x557173608270 void 0.000119
+gallium_dri.so malloc 72 0x557173608270 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so free 0x557173608270 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6f0 0.000124
+gallium_dri.so free 0x55717358b740 void 0.000115
+gallium_dri.so free 0x55717358b6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b740 0.000114
+gallium_dri.so free 0x55717358b800 void 0.000116
+gallium_dri.so free 0x55717358b740 void 0.000114
+gallium_dri.so malloc 72 0x55717358b740 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8b0 0.000113
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358ba00 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x55717358b970 0.000114
+gallium_dri.so free 0x557173589080 void 0.000167
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358b970 0.000112
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000113
+gallium_dri.so free 0x5571735892c0 void 0.000115
+gallium_dri.so free 0x557173589100 void 0.000113
+gallium_dri.so malloc 72 0x557173589270 0.000114
+gallium_dri.so free 0x557173589300 void 0.000122
+gallium_dri.so free 0x557173589270 void 0.000116
+gallium_dri.so malloc 72 0x557173589270 0.000113
+gallium_dri.so free 0x5571735893c0 void 0.000115
+gallium_dri.so free 0x557173589270 void 0.000115
+gallium_dri.so malloc 72 0x557173589400 0.000115
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so malloc 72 0x557173589480 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000116
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so malloc 72 0x557173589480 0.000113
+gallium_dri.so free 0x557173466e40 void 0.000116
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466ec0 void 0.000121
+gallium_dri.so free 0x557173466e70 void 0.000116
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173467000 0.000114
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so malloc 72 0x557173467080 0.000114
+gallium_dri.so free 0x557173467140 void 0.000115
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so malloc 72 0x557173467080 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734671f0 0.000113
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x5571734671f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d46c0 void 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735d4600 void 0.000133
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000129
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4870 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4870 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000115
+gallium_dri.so free 0x5571735d4870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4970 0.000113
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x5571735d4970 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4970 0.000114
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x5571735d4970 void 0.000113
+gallium_dri.so malloc 72 0x5571736033b0 0.000117
+gallium_dri.so free 0x557173603400 void 0.000114
+gallium_dri.so free 0x5571736033b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603400 0.000113
+gallium_dri.so free 0x5571736034c0 void 0.000116
+gallium_dri.so free 0x557173603400 void 0.000113
+gallium_dri.so malloc 72 0x557173603400 0.000116
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so free 0x557173603400 void 0.000115
+gallium_dri.so malloc 72 0x557173603570 0.000114
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x557173603570 void 0.000121
+gallium_dri.so malloc 72 0x557173603630 0.000113
+gallium_dri.so free 0x5571736036c0 void 0.000127
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a90 0.000115
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f2a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b40 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b40 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000114
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2cc0 void 0.000116
+gallium_dri.so free 0x5571735f2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c70 0.000114
+gallium_dri.so free 0x5571735f2dc0 void 0.000115
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d70 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so free 0x5571735f2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e30 0.000113
+gallium_dri.so free 0x5571735f2ec0 void 0.000113
+gallium_dri.so free 0x5571735f2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e30 0.000113
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000115
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000115
+gallium_dri.so free 0x5571735f30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x5571735f3240 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3340 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33c0 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f33c0 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000116
+gallium_dri.so free 0x5571735f33c0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f3560 0.000115
+gallium_dri.so free 0x5571735f3600 void 0.000115
+gallium_dri.so free 0x5571735f3560 void 0.000114
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x5571735f35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f35b0 0.000117
+gallium_dri.so free 0x5571734734c0 void 0.000114
+gallium_dri.so free 0x5571735f35b0 void 0.000114
+gallium_dri.so malloc 72 0x557173473470 0.000114
+gallium_dri.so free 0x557173473580 void 0.000120
+gallium_dri.so free 0x557173473470 void 0.000115
+gallium_dri.so malloc 72 0x557173473530 0.000113
+gallium_dri.so free 0x5571734735c0 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x557173473530 0.000115
+gallium_dri.so free 0x557173473680 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000115
+gallium_dri.so malloc 72 0x5571734736d0 0.000113
+gallium_dri.so free 0x557173473740 void 0.000116
+gallium_dri.so free 0x5571734736d0 void 0.000114
+gallium_dri.so malloc 72 0x557173473780 0.000113
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so free 0x557173473780 void 0.000114
+gallium_dri.so malloc 72 0x557173473800 0.000113
+gallium_dri.so free 0x5571734738c0 void 0.000120
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so malloc 72 0x557173473800 0.000113
+gallium_dri.so free 0x557173473940 void 0.000114
+gallium_dri.so free 0x557173473800 void 0.000113
+gallium_dri.so malloc 72 0x557173473970 0.000113
+gallium_dri.so free 0x5571734739c0 void 0.000113
+gallium_dri.so free 0x557173473970 void 0.000114
+gallium_dri.so malloc 72 0x557173473970 0.000114
+gallium_dri.so free 0x557173473ac0 void 0.000114
+gallium_dri.so free 0x557173473970 void 0.000112
+gallium_dri.so malloc 72 0x557173473a70 0.000113
+gallium_dri.so free 0x557173473b80 void 0.000114
+gallium_dri.so free 0x557173473a70 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000114
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000114
+gallium_dri.so malloc 72 0x557173473c20 0.000113
+gallium_dri.so free 0x557173473cc0 void 0.000114
+gallium_dri.so free 0x557173473c20 void 0.000112
+gallium_dri.so malloc 72 0x557173473c70 0.000112
+gallium_dri.so free 0x557173473d40 void 0.000113
+gallium_dri.so free 0x557173473c70 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000113
+gallium_dri.so free 0x557173473dc0 void 0.000113
+gallium_dri.so free 0x557173473c70 void 0.000112
+gallium_dri.so malloc 72 0x557173473dc0 0.000112
+gallium_dri.so free 0x557173473e80 void 0.000132
+gallium_dri.so free 0x557173473dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173473dc0 0.000113
+gallium_dri.so free 0x557173473f40 void 0.000114
+gallium_dri.so free 0x557173473dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173473dc0 0.000113
+gallium_dri.so free 0x557173474000 void 0.000113
+gallium_dri.so free 0x557173473dc0 void 0.000111
+gallium_dri.so malloc 72 0x557173473fb0 0.000114
+gallium_dri.so free 0x557173474000 void 0.000113
+gallium_dri.so free 0x557173473fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173473fb0 0.000112
+gallium_dri.so free 0x557173474100 void 0.000113
+gallium_dri.so free 0x557173473fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571734740b0 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x5571734740b0 void 0.000112
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdf0 0.000114
+gallium_dri.so free 0x55717361fe40 void 0.000113
+gallium_dri.so free 0x55717361fdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdf0 0.000113
+gallium_dri.so free 0x55717361ff40 void 0.000115
+gallium_dri.so free 0x55717361fdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fef0 0.000152
+gallium_dri.so free 0x557173620000 void 0.000117
+gallium_dri.so free 0x55717361fef0 void 0.000182
+gallium_dri.so malloc 72 0x55717361ffb0 0.000116
+gallium_dri.so free 0x557173620080 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ffb0 0.000113
+gallium_dri.so free 0x557173620140 void 0.000114
+gallium_dri.so free 0x55717361ffb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ffb0 0.000114
+gallium_dri.so free 0x557173620200 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571736201b0 0.000118
+gallium_dri.so free 0x557173620280 void 0.000115
+gallium_dri.so free 0x5571736201b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736202d0 0.000113
+gallium_dri.so free 0x557173620340 void 0.000114
+gallium_dri.so free 0x5571736202d0 void 0.000113
+gallium_dri.so malloc 72 0x557173620360 0.000114
+gallium_dri.so free 0x557173620400 void 0.000115
+gallium_dri.so free 0x557173620360 void 0.000113
+gallium_dri.so malloc 72 0x5571736203b0 0.000113
+gallium_dri.so free 0x557173620480 void 0.000116
+gallium_dri.so free 0x5571736203b0 void 0.000113
+gallium_dri.so malloc 72 0x557173620480 0.000114
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so free 0x557173620480 void 0.000114
+gallium_dri.so malloc 72 0x557173620480 0.000112
+gallium_dri.so free 0x5571736205c0 void 0.000115
+gallium_dri.so free 0x557173620480 void 0.000121
+gallium_dri.so malloc 72 0x5571736205c0 0.000114
+gallium_dri.so free 0x557173620680 void 0.000115
+gallium_dri.so free 0x5571736205c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736205c0 0.000113
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so free 0x5571736205c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736205c0 0.000113
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x5571736205c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207b0 0.000113
+gallium_dri.so free 0x557173620880 void 0.000115
+gallium_dri.so free 0x5571736207b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736208d0 0.000118
+gallium_dri.so free 0x557173620940 void 0.000117
+gallium_dri.so free 0x5571736208d0 void 0.000114
+gallium_dri.so malloc 72 0x557173620980 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so free 0x557173620980 void 0.000113
+gallium_dri.so malloc 72 0x557173620980 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000116
+gallium_dri.so free 0x557173620980 void 0.000114
+gallium_dri.so malloc 72 0x557173620ab0 0.000112
+gallium_dri.so free 0x557173620b00 void 0.000114
+gallium_dri.so free 0x557173620ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173620ab0 0.000113
+gallium_dri.so free 0x557173620c00 void 0.000116
+gallium_dri.so free 0x557173620ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173620bb0 0.000129
+gallium_dri.so free 0x557173620cc0 void 0.000119
+gallium_dri.so free 0x557173620bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173620c70 0.000113
+gallium_dri.so free 0x557173620d00 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000114
+gallium_dri.so malloc 72 0x557173620c70 0.000115
+gallium_dri.so free 0x557173460440 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x557173460540 void 0.000116
+gallium_dri.so free 0x557173620c70 void 0.000162
+gallium_dri.so malloc 72 0x5571734604f0 0.000115
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571734604f0 void 0.000115
+gallium_dri.so malloc 72 0x557173460610 0.000114
+gallium_dri.so free 0x557173460680 void 0.000115
+gallium_dri.so free 0x557173460610 void 0.000113
+gallium_dri.so malloc 72 0x5571734606a0 0.000113
+gallium_dri.so free 0x557173460740 void 0.000114
+gallium_dri.so free 0x5571734606a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734606f0 0.000116
+gallium_dri.so free 0x5571734607c0 void 0.000115
+gallium_dri.so free 0x5571734606f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734606f0 0.000113
+gallium_dri.so free 0x557173460840 void 0.000115
+gallium_dri.so free 0x5571734606f0 void 0.000122
+gallium_dri.so malloc 72 0x557173460840 0.000169
+gallium_dri.so free 0x557173460900 void 0.000227
+gallium_dri.so free 0x557173460840 void 0.000265
+gallium_dri.so malloc 72 0x557173460840 0.000259
+gallium_dri.so free 0x557173460a00 void 0.000262
+gallium_dri.so free 0x557173460840 void 0.000213
+gallium_dri.so malloc 72 0x557173460840 0.000197
+gallium_dri.so free 0x557173460a80 void 0.000189
+gallium_dri.so free 0x557173460840 void 0.000116
+gallium_dri.so malloc 72 0x557173460ab0 0.000124
+gallium_dri.so free 0x557173460b00 void 0.000124
+gallium_dri.so free 0x557173460ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173460ab0 0.000120
+gallium_dri.so free 0x557173460c00 void 0.000122
+gallium_dri.so free 0x557173460ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173460bb0 0.000121
+gallium_dri.so free 0x557173460cc0 void 0.000122
+gallium_dri.so free 0x557173460bb0 void 0.000121
+gallium_dri.so malloc 72 0x557173460c70 0.000120
+gallium_dri.so free 0x557173460d00 void 0.000142
+gallium_dri.so free 0x557173460c70 void 0.000121
+gallium_dri.so malloc 72 0x557173460c70 0.000120
+gallium_dri.so free 0x557173460dc0 void 0.000118
+gallium_dri.so free 0x557173460c70 void 0.000121
+gallium_dri.so malloc 72 0x557173460e10 0.000121
+gallium_dri.so free 0x557173460e80 void 0.000120
+gallium_dri.so free 0x557173460e10 void 0.000119
+gallium_dri.so malloc 72 0x557173460ec0 0.000121
+gallium_dri.so free 0x557173460f40 void 0.000118
+gallium_dri.so free 0x557173460ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173460f40 0.000121
+gallium_dri.so free 0x557173461000 void 0.000120
+gallium_dri.so free 0x557173460f40 void 0.000119
+gallium_dri.so malloc 72 0x557173460f40 0.000120
+gallium_dri.so free 0x557173461080 void 0.000121
+gallium_dri.so free 0x557173460f40 void 0.000120
+gallium_dri.so malloc 72 0x5571734610b0 0.000120
+gallium_dri.so free 0x557173461100 void 0.000121
+gallium_dri.so free 0x5571734610b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734610b0 0.000120
+gallium_dri.so free 0x557173461200 void 0.000121
+gallium_dri.so free 0x5571734610b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734611b0 0.000121
+gallium_dri.so free 0x5571734612c0 void 0.000164
+gallium_dri.so free 0x5571734611b0 void 0.000121
+gallium_dri.so malloc 72 0x557173461270 0.000121
+gallium_dri.so free 0x557173461340 void 0.000121
+gallium_dri.so free 0x557173461270 void 0.000118
+gallium_dri.so malloc 72 0x557173461360 0.000120
+gallium_dri.so free 0x557173461400 void 0.000119
+gallium_dri.so free 0x557173461360 void 0.000119
+gallium_dri.so malloc 72 0x5571734613b0 0.000122
+gallium_dri.so free 0x557173461480 void 0.000120
+gallium_dri.so free 0x5571734613b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734613b0 0.000120
+gallium_dri.so free 0x557173461500 void 0.000118
+gallium_dri.so free 0x5571734613b0 void 0.000120
+gallium_dri.so malloc 72 0x557173461500 0.000121
+gallium_dri.so free 0x5571734615c0 void 0.000122
+gallium_dri.so free 0x557173461500 void 0.000117
+gallium_dri.so malloc 72 0x557173461500 0.000132
+gallium_dri.so free 0x557173461680 void 0.000128
+gallium_dri.so free 0x557173461500 void 0.000126
+gallium_dri.so malloc 72 0x557173461500 0.000127
+gallium_dri.so free 0x557173461740 void 0.000127
+gallium_dri.so free 0x557173461500 void 0.000126
+gallium_dri.so malloc 72 0x5571734616f0 0.000127
+gallium_dri.so free 0x557173461740 void 0.000128
+gallium_dri.so free 0x5571734616f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734616f0 0.000126
+gallium_dri.so free 0x557173461840 void 0.000181
+gallium_dri.so free 0x5571734616f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734617f0 0.000123
+gallium_dri.so free 0x557173461900 void 0.000128
+gallium_dri.so free 0x5571734617f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734618b0 0.000126
+gallium_dri.so free 0x557173461940 void 0.000127
+gallium_dri.so free 0x5571734618b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734618b0 0.000123
+gallium_dri.so free 0x557173461a00 void 0.000124
+gallium_dri.so free 0x5571734618b0 void 0.000126
+gallium_dri.so malloc 72 0x557173461a40 0.000126
+gallium_dri.so free 0x557173461ac0 void 0.000137
+gallium_dri.so free 0x557173461a40 void 0.000128
+gallium_dri.so malloc 72 0x557173461ac0 0.000127
+gallium_dri.so free 0x557173461b80 void 0.000125
+gallium_dri.so free 0x557173461ac0 void 0.000123
+gallium_dri.so malloc 72 0x557173461ac0 0.000127
+gallium_dri.so free 0x557173461c40 void 0.000127
+gallium_dri.so free 0x557173461ac0 void 0.000127
+gallium_dri.so malloc 72 0x557173461c60 0.000130
+gallium_dri.so free 0x557173461d00 void 0.000129
+gallium_dri.so free 0x557173461c60 void 0.000130
+gallium_dri.so malloc 72 0x557173461cb0 0.000128
+gallium_dri.so free 0x557173461d80 void 0.000139
+gallium_dri.so free 0x557173461cb0 void 0.000128
+gallium_dri.so malloc 72 0x557173461cb0 0.000128
+gallium_dri.so free 0x557173461e00 void 0.000128
+gallium_dri.so free 0x557173461cb0 void 0.000127
+gallium_dri.so malloc 72 0x557173461e00 0.000127
+gallium_dri.so free 0x557173461ec0 void 0.000127
+gallium_dri.so free 0x557173461e00 void 0.000126
+gallium_dri.so malloc 72 0x557173461e00 0.000126
+gallium_dri.so free 0x557173461f80 void 0.000134
+gallium_dri.so free 0x557173461e00 void 0.000124
+gallium_dri.so malloc 72 0x557173461e00 0.000173
+gallium_dri.so free 0x557173462040 void 0.000128
+gallium_dri.so free 0x557173461e00 void 0.000122
+gallium_dri.so malloc 72 0x557173461ff0 0.000127
+gallium_dri.so free 0x557173462100 void 0.000126
+gallium_dri.so free 0x557173461ff0 void 0.000126
+gallium_dri.so malloc 72 0x5571734620b0 0.000127
+gallium_dri.so free 0x557173462180 void 0.000126
+gallium_dri.so free 0x5571734620b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734621d0 0.000126
+gallium_dri.so free 0x557173462240 void 0.000127
+gallium_dri.so free 0x5571734621d0 void 0.000125
+gallium_dri.so malloc 72 0x557173462260 0.000126
+gallium_dri.so free 0x557173462300 void 0.000127
+gallium_dri.so free 0x557173462260 void 0.000126
+gallium_dri.so malloc 72 0x5571734622b0 0.000125
+gallium_dri.so free 0x557173462380 void 0.000128
+gallium_dri.so free 0x5571734622b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734622b0 0.000126
+gallium_dri.so free 0x5571735e0e80 void 0.000135
+gallium_dri.so free 0x5571734622b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000122
+gallium_dri.so free 0x5571735e0f40 void 0.000121
+gallium_dri.so free 0x5571735e0ed0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f80 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000122
+gallium_dri.so free 0x5571735e0f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0f80 0.000120
+gallium_dri.so free 0x5571735e1080 void 0.000120
+gallium_dri.so free 0x5571735e0f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e10b0 0.000120
+gallium_dri.so free 0x5571735e1100 void 0.000120
+gallium_dri.so free 0x5571735e10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e10b0 0.000121
+gallium_dri.so free 0x5571735e1200 void 0.000123
+gallium_dri.so free 0x5571735e10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11b0 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000122
+gallium_dri.so free 0x5571735e11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1270 0.000166
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so free 0x5571735e1270 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1270 0.000117
+gallium_dri.so free 0x5571735e13c0 void 0.000118
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1430 0.000116
+gallium_dri.so free 0x5571735e1480 void 0.000117
+gallium_dri.so free 0x5571735e1430 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1430 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so free 0x5571735e1430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1640 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735e1680 void 0.000116
+gallium_dri.so free 0x5571735e15f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1780 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1800 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000157
+gallium_dri.so free 0x5571735e1800 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1800 0.000120
+gallium_dri.so free 0x5571735e1980 void 0.000117
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so malloc 72 0x5571735e19a0 0.000115
+gallium_dri.so free 0x5571735e1a40 void 0.000115
+gallium_dri.so free 0x5571735e19a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e19f0 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e19f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e19f0 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so free 0x5571735e19f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b40 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b40 0.000116
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b40 0.000114
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1d30 0.000116
+gallium_dri.so free 0x5571735e1e40 void 0.000121
+gallium_dri.so free 0x5571735e1d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1df0 0.000115
+gallium_dri.so free 0x5571735e1ec0 void 0.000116
+gallium_dri.so free 0x5571735e1df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f10 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000117
+gallium_dri.so free 0x5571735e1f10 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000114
+gallium_dri.so free 0x5571735e2040 void 0.000117
+gallium_dri.so free 0x5571735e1fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000115
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000115
+gallium_dri.so free 0x5571735e1ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2140 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2140 0.000116
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x5571735e2140 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22b0 0.000114
+gallium_dri.so free 0x5571735e2340 void 0.000114
+gallium_dri.so free 0x5571735e22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22b0 0.000115
+gallium_dri.so free 0x5571735e2400 void 0.000116
+gallium_dri.so free 0x5571735e22b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2440 0.000115
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so free 0x5571735e2440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e24c0 0.000121
+gallium_dri.so free 0x5571735e2580 void 0.000118
+gallium_dri.so free 0x5571735e24c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e24c0 0.000115
+gallium_dri.so free 0x5571735e2600 void 0.000116
+gallium_dri.so free 0x5571735e24c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2630 0.000115
+gallium_dri.so free 0x5571735e2680 void 0.000115
+gallium_dri.so free 0x5571735e2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2630 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2630 void 0.000117
+gallium_dri.so malloc 72 0x5571735e27c0 0.000163
+gallium_dri.so free 0x5571735e2840 void 0.000117
+gallium_dri.so free 0x5571735e27c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2840 0.000115
+gallium_dri.so free 0x5571735e2900 void 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2840 0.000117
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000116
+gallium_dri.so malloc 72 0x5571735e29b0 0.000117
+gallium_dri.so free 0x5571735e2a00 void 0.000114
+gallium_dri.so free 0x5571735e29b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e29b0 0.000115
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e29b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000117
+gallium_dri.so free 0x5571735e2bc0 void 0.000116
+gallium_dri.so free 0x5571735e2ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2b70 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2b70 0.000115
+gallium_dri.so free 0x5571735e2d00 void 0.000116
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x5571735e2e40 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e90 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e90 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2f20 0.000114
+gallium_dri.so free 0x5571735e2fc0 void 0.000115
+gallium_dri.so free 0x5571735e2f20 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f70 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3040 0.000115
+gallium_dri.so free 0x5571735e3100 void 0.000116
+gallium_dri.so free 0x5571735e3040 void 0.000186
+gallium_dri.so malloc 72 0x5571735e3040 0.000167
+gallium_dri.so free 0x5571735e3180 void 0.000237
+gallium_dri.so free 0x5571735e3040 void 0.000266
+gallium_dri.so malloc 72 0x5571735e3180 0.000268
+gallium_dri.so free 0x5571735e3240 void 0.000239
+gallium_dri.so free 0x5571735e3180 void 0.000193
+gallium_dri.so malloc 72 0x5571735e3180 0.000187
+gallium_dri.so free 0x5571735e3300 void 0.000216
+gallium_dri.so free 0x5571735e3180 void 0.000154
+gallium_dri.so malloc 72 0x5571735e3180 0.000199
+gallium_dri.so free 0x5571735e33c0 void 0.000189
+gallium_dri.so free 0x5571735e3180 void 0.000271
+gallium_dri.so malloc 72 0x5571735e3370 0.000211
+gallium_dri.so free 0x5571735e3440 void 0.000244
+gallium_dri.so free 0x5571735e3370 void 0.000325
+gallium_dri.so malloc 72 0x5571735e3490 0.000161
+gallium_dri.so free 0x5571735e3500 void 0.000131
+gallium_dri.so free 0x5571735e3490 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3540 0.000116
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e3540 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3540 0.000115
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so free 0x5571735e3540 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3670 0.000125
+gallium_dri.so free 0x5571735e36c0 void 0.000119
+gallium_dri.so free 0x5571735e3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3670 0.000115
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x5571735e3670 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3770 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735e3770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3770 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735e3770 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000115
+gallium_dri.so free 0x5571735fc440 void 0.000115
+gallium_dri.so free 0x5571735fc3f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000135
+gallium_dri.so free 0x5571735fc540 void 0.000136
+gallium_dri.so free 0x5571735fc3f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc580 0.000134
+gallium_dri.so free 0x5571735fc600 void 0.000134
+gallium_dri.so free 0x5571735fc580 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc600 0.000136
+gallium_dri.so free 0x5571735fc6c0 void 0.000136
+gallium_dri.so free 0x5571735fc600 void 0.000133
+gallium_dri.so malloc 72 0x5571735fc600 0.000133
+gallium_dri.so free 0x5571735fc740 void 0.000135
+gallium_dri.so free 0x5571735fc600 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc770 0.000150
+gallium_dri.so free 0x5571735fc7c0 void 0.000156
+gallium_dri.so free 0x5571735fc770 void 0.000142
+gallium_dri.so malloc 72 0x5571735fc770 0.000141
+gallium_dri.so free 0x5571735fc8c0 void 0.000141
+gallium_dri.so free 0x5571735fc770 void 0.000141
+gallium_dri.so malloc 72 0x5571735fc870 0.000140
+gallium_dri.so free 0x5571735fc980 void 0.000142
+gallium_dri.so free 0x5571735fc870 void 0.000140
+gallium_dri.so malloc 72 0x5571735fc930 0.000139
+gallium_dri.so free 0x5571735fca00 void 0.000142
+gallium_dri.so free 0x5571735fc930 void 0.000142
+gallium_dri.so malloc 72 0x5571735fc930 0.000141
+gallium_dri.so free 0x5571735fcac0 void 0.000143
+gallium_dri.so free 0x5571735fc930 void 0.000139
+gallium_dri.so malloc 72 0x5571735fc930 0.000141
+gallium_dri.so free 0x5571735fcb80 void 0.000140
+gallium_dri.so free 0x5571735fc930 void 0.000140
+gallium_dri.so malloc 72 0x5571735fcb30 0.000140
+gallium_dri.so free 0x5571735fcc00 void 0.000141
+gallium_dri.so free 0x5571735fcb30 void 0.000164
+gallium_dri.so malloc 72 0x5571735fcc50 0.000143
+gallium_dri.so free 0x5571735fccc0 void 0.000141
+gallium_dri.so free 0x5571735fcc50 void 0.000138
+gallium_dri.so malloc 72 0x5571735fcce0 0.000142
+gallium_dri.so free 0x5571735fcd80 void 0.000141
+gallium_dri.so free 0x5571735fcce0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fcd30 0.000140
+gallium_dri.so free 0x5571735fce00 void 0.000141
+gallium_dri.so free 0x5571735fcd30 void 0.000141
+gallium_dri.so malloc 72 0x5571735fce00 0.000143
+gallium_dri.so free 0x5571735fcec0 void 0.000143
+gallium_dri.so free 0x5571735fce00 void 0.000153
+gallium_dri.so malloc 72 0x5571735fce00 0.000142
+gallium_dri.so free 0x5571735fcf40 void 0.000141
+gallium_dri.so free 0x5571735fce00 void 0.000142
+gallium_dri.so malloc 72 0x5571735fcf40 0.000141
+gallium_dri.so free 0x5571735fd000 void 0.000140
+gallium_dri.so free 0x5571735fcf40 void 0.000138
+gallium_dri.so malloc 72 0x5571735fcf40 0.000141
+gallium_dri.so free 0x5571735fd0c0 void 0.000141
+gallium_dri.so free 0x5571735fcf40 void 0.000140
+gallium_dri.so malloc 72 0x5571735fcf40 0.000140
+gallium_dri.so free 0x5571735fd180 void 0.000141
+gallium_dri.so free 0x5571735fcf40 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd130 0.000140
+gallium_dri.so free 0x5571735fd200 void 0.000142
+gallium_dri.so free 0x5571735fd130 void 0.000142
+gallium_dri.so malloc 72 0x5571735fd250 0.000142
+gallium_dri.so free 0x5571735fd2c0 void 0.000155
+gallium_dri.so free 0x5571735fd250 void 0.000141
+gallium_dri.so malloc 72 0x5571735fd300 0.000183
+gallium_dri.so free 0x5571735fd380 void 0.000393
+gallium_dri.so free 0x5571735fd300 void 0.000301
+gallium_dri.so malloc 72 0x5571735fd300 0.000145
+gallium_dri.so free 0x5571735fd400 void 0.000144
+gallium_dri.so free 0x5571735fd300 void 0.000144
+gallium_dri.so malloc 72 0x5571735fd430 0.000142
+gallium_dri.so free 0x5571735fd480 void 0.000142
+gallium_dri.so free 0x5571735fd430 void 0.000143
+gallium_dri.so malloc 72 0x5571735fd430 0.000216
+gallium_dri.so free 0x5571735fd580 void 0.000167
+gallium_dri.so free 0x5571735fd430 void 0.000166
+gallium_dri.so malloc 72 0x5571735fd530 0.000176
+gallium_dri.so free 0x5571735fd640 void 0.000165
+gallium_dri.so free 0x5571735fd530 void 0.000162
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000189
+gallium_dri.so free 0x5571735fd680 void 0.000144
+gallium_dri.so free 0x5571735fd5f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000143
+gallium_dri.so free 0x5571735fd740 void 0.000169
+gallium_dri.so free 0x5571735fd5f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000154
+gallium_dri.so free 0x5571735fd800 void 0.000152
+gallium_dri.so free 0x5571735fd7b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd7b0 0.000152
+gallium_dri.so free 0x5571735fd900 void 0.000151
+gallium_dri.so free 0x5571735fd7b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd8b0 0.000151
+gallium_dri.so free 0x5571735fd9c0 void 0.000152
+gallium_dri.so free 0x5571735fd8b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fd970 0.000152
+gallium_dri.so free 0x5571735fda00 void 0.000153
+gallium_dri.so free 0x5571735fd970 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd970 0.000152
+gallium_dri.so free 0x5571735fdac0 void 0.000152
+gallium_dri.so free 0x5571735fd970 void 0.000153
+gallium_dri.so malloc 72 0x5571735fdb00 0.000152
+gallium_dri.so free 0x5571735fdb80 void 0.000153
+gallium_dri.so free 0x5571735fdb00 void 0.000152
+gallium_dri.so malloc 72 0x5571735fdb80 0.000183
+gallium_dri.so free 0x5571735fdc40 void 0.000153
+gallium_dri.so free 0x5571735fdb80 void 0.000152
+gallium_dri.so malloc 72 0x5571735fdb80 0.000151
+gallium_dri.so free 0x5571735fdd00 void 0.000152
+gallium_dri.so free 0x5571735fdb80 void 0.000151
+gallium_dri.so malloc 72 0x5571735fdd20 0.000150
+gallium_dri.so free 0x5571735fddc0 void 0.000153
+gallium_dri.so free 0x5571735fdd20 void 0.000151
+gallium_dri.so malloc 72 0x5571735fdd70 0.000151
+gallium_dri.so free 0x5571735fde40 void 0.000153
+gallium_dri.so free 0x5571735fdd70 void 0.000151
+gallium_dri.so malloc 72 0x5571735fdd70 0.000151
+gallium_dri.so free 0x5571735fdec0 void 0.000152
+gallium_dri.so free 0x5571735fdd70 void 0.000152
+gallium_dri.so malloc 72 0x5571735fdec0 0.000152
+gallium_dri.so free 0x5571735fdf80 void 0.000155
+gallium_dri.so free 0x5571735fdec0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fdec0 0.000152
+gallium_dri.so free 0x5571735fe040 void 0.000153
+gallium_dri.so free 0x5571735fdec0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fdec0 0.000195
+gallium_dri.so free 0x5571735fe100 void 0.000196
+gallium_dri.so free 0x5571735fdec0 void 0.000193
+gallium_dri.so malloc 72 0x5571735fe0b0 0.000176
+gallium_dri.so free 0x5571735fe1c0 void 0.000174
+gallium_dri.so free 0x5571735fe0b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe170 0.000190
+gallium_dri.so free 0x5571735fe240 void 0.000255
+gallium_dri.so free 0x5571735fe170 void 0.000136
+gallium_dri.so malloc 72 0x5571735fe290 0.000122
+gallium_dri.so free 0x5571735fe300 void 0.000124
+gallium_dri.so free 0x5571735fe290 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe320 0.000122
+gallium_dri.so free 0x5571735fe3c0 void 0.000122
+gallium_dri.so free 0x5571735fe320 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe370 0.000121
+gallium_dri.so free 0x5571735fe440 void 0.000121
+gallium_dri.so free 0x5571735fe370 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe370 0.000120
+gallium_dri.so free 0x5571735fe4c0 void 0.000133
+gallium_dri.so free 0x5571735fe370 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000121
+gallium_dri.so free 0x5571735fe580 void 0.000120
+gallium_dri.so free 0x5571735fe4c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000120
+gallium_dri.so free 0x5571735fe680 void 0.000121
+gallium_dri.so free 0x5571735fe4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe630 0.000120
+gallium_dri.so free 0x5571735fe6c0 void 0.000121
+gallium_dri.so free 0x5571735fe630 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe630 0.000122
+gallium_dri.so free 0x5571735fe780 void 0.000121
+gallium_dri.so free 0x5571735fe630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe7c0 0.000121
+gallium_dri.so free 0x5571735fe840 void 0.000121
+gallium_dri.so free 0x5571735fe7c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe840 0.000121
+gallium_dri.so free 0x5571735fe900 void 0.000122
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe840 0.000122
+gallium_dri.so free 0x5571735fe980 void 0.000121
+gallium_dri.so free 0x5571735fe840 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000122
+gallium_dri.so free 0x5571735fea00 void 0.000123
+gallium_dri.so free 0x5571735fe9b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000125
+gallium_dri.so free 0x5571735feb00 void 0.000122
+gallium_dri.so free 0x5571735fe9b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735feb40 0.000122
+gallium_dri.so free 0x5571735febc0 void 0.000122
+gallium_dri.so free 0x5571735feb40 void 0.000122
+gallium_dri.so malloc 72 0x5571735febc0 0.000121
+gallium_dri.so free 0x5571735fec80 void 0.000121
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735febc0 0.000120
+gallium_dri.so free 0x5571735fed00 void 0.000122
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fed30 0.000121
+gallium_dri.so free 0x5571735fed80 void 0.000121
+gallium_dri.so free 0x5571735fed30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fed30 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000122
+gallium_dri.so free 0x5571735fed30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fee30 0.000122
+gallium_dri.so free 0x5571735fef40 void 0.000123
+gallium_dri.so free 0x5571735fee30 void 0.000122
+gallium_dri.so malloc 72 0x5571735feef0 0.000120
+gallium_dri.so free 0x5571735fefc0 void 0.000120
+gallium_dri.so free 0x5571735feef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735feef0 0.000120
+gallium_dri.so free 0x5571735ff080 void 0.000175
+gallium_dri.so free 0x5571735feef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735feef0 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735feef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff0f0 0.000122
+gallium_dri.so free 0x5571735ff1c0 void 0.000123
+gallium_dri.so free 0x5571735ff0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff210 0.000121
+gallium_dri.so free 0x5571735ff280 void 0.000123
+gallium_dri.so free 0x5571735ff210 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2a0 0.000121
+gallium_dri.so free 0x5571735ff340 void 0.000123
+gallium_dri.so free 0x5571735ff2a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000121
+gallium_dri.so free 0x5571735ff3c0 void 0.000122
+gallium_dri.so free 0x5571735ff2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000121
+gallium_dri.so free 0x5571735ff480 void 0.000120
+gallium_dri.so free 0x5571735ff3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000121
+gallium_dri.so free 0x5571735ff3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff500 0.000120
+gallium_dri.so free 0x5571735ff5c0 void 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff500 0.000120
+gallium_dri.so free 0x5571735ff680 void 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff500 0.000119
+gallium_dri.so free 0x5571735ff740 void 0.000121
+gallium_dri.so free 0x5571735ff500 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff6f0 0.000119
+gallium_dri.so free 0x5571735ff7c0 void 0.000122
+gallium_dri.so free 0x5571735ff6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff810 0.000120
+gallium_dri.so free 0x5571735ff880 void 0.000122
+gallium_dri.so free 0x5571735ff810 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000121
+gallium_dri.so free 0x5571735ff940 void 0.000121
+gallium_dri.so free 0x5571735ff8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff8c0 0.000119
+gallium_dri.so free 0x5571735ff9c0 void 0.000121
+gallium_dri.so free 0x5571735ff8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000120
+gallium_dri.so free 0x5571735ffa40 void 0.000122
+gallium_dri.so free 0x5571735ff9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000120
+gallium_dri.so free 0x5571735ffb40 void 0.000121
+gallium_dri.so free 0x5571735ff9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000121
+gallium_dri.so free 0x5571735ffc00 void 0.000123
+gallium_dri.so free 0x5571735ffaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000122
+gallium_dri.so free 0x5571735ffc40 void 0.000121
+gallium_dri.so free 0x5571735ffbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000120
+gallium_dri.so free 0x5571735ffd00 void 0.000123
+gallium_dri.so free 0x5571735ffbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffd70 0.000121
+gallium_dri.so free 0x5571735ffdc0 void 0.000121
+gallium_dri.so free 0x5571735ffd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffd70 0.000120
+gallium_dri.so free 0x5571735ffec0 void 0.000157
+gallium_dri.so free 0x5571735ffd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffe70 0.000121
+gallium_dri.so free 0x5571735fff80 void 0.000122
+gallium_dri.so free 0x5571735ffe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fff30 0.000121
+gallium_dri.so free 0x5571735fffc0 void 0.000122
+gallium_dri.so free 0x5571735fff30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fff30 0.000120
+gallium_dri.so free 0x557173600080 void 0.000122
+gallium_dri.so free 0x5571735fff30 void 0.000120
+gallium_dri.so malloc 72 0x5571736000c0 0.000120
+gallium_dri.so free 0x557173600140 void 0.000121
+gallium_dri.so free 0x5571736000c0 void 0.000122
+gallium_dri.so malloc 72 0x557173600140 0.000121
+gallium_dri.so free 0x557173600200 void 0.000121
+gallium_dri.so free 0x557173600140 void 0.000121
+gallium_dri.so malloc 72 0x557173600140 0.000120
+gallium_dri.so free 0x5571736002c0 void 0.000121
+gallium_dri.so free 0x557173600140 void 0.000120
+gallium_dri.so malloc 72 0x5571736002e0 0.000120
+gallium_dri.so free 0x557173600380 void 0.000120
+gallium_dri.so free 0x5571736002e0 void 0.000119
+gallium_dri.so malloc 72 0x557173600330 0.000120
+gallium_dri.so free 0x557173600400 void 0.000119
+gallium_dri.so free 0x557173600330 void 0.000120
+gallium_dri.so malloc 72 0x557173600330 0.000120
+gallium_dri.so free 0x557173600480 void 0.000122
+gallium_dri.so free 0x557173600330 void 0.000121
+gallium_dri.so malloc 72 0x557173600480 0.000120
+gallium_dri.so free 0x557173600540 void 0.000120
+gallium_dri.so free 0x557173600480 void 0.000121
+gallium_dri.so malloc 72 0x557173600480 0.000119
+gallium_dri.so free 0x557173600600 void 0.000121
+gallium_dri.so free 0x557173600480 void 0.000120
+gallium_dri.so malloc 72 0x557173600480 0.000120
+gallium_dri.so free 0x5571736006c0 void 0.000121
+gallium_dri.so free 0x557173600480 void 0.000121
+gallium_dri.so malloc 72 0x557173600670 0.000155
+gallium_dri.so free 0x557173600780 void 0.000125
+gallium_dri.so free 0x557173600670 void 0.000121
+gallium_dri.so malloc 72 0x557173600730 0.000120
+gallium_dri.so free 0x557173600800 void 0.000121
+gallium_dri.so free 0x557173600730 void 0.000120
+gallium_dri.so malloc 72 0x557173600850 0.000120
+gallium_dri.so free 0x5571736008c0 void 0.000121
+gallium_dri.so free 0x557173600850 void 0.000120
+gallium_dri.so malloc 72 0x5571736008e0 0.000119
+gallium_dri.so free 0x557173600980 void 0.000121
+gallium_dri.so free 0x5571736008e0 void 0.000120
+gallium_dri.so malloc 72 0x557173600930 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000120
+gallium_dri.so free 0x557173600930 void 0.000120
+gallium_dri.so malloc 72 0x557173600930 0.000119
+gallium_dri.so free 0x557173600a80 void 0.000121
+gallium_dri.so free 0x557173600930 void 0.000121
+gallium_dri.so malloc 72 0x557173600a80 0.000121
+gallium_dri.so free 0x557173600b40 void 0.000123
+gallium_dri.so free 0x557173600a80 void 0.000121
+gallium_dri.so malloc 72 0x557173600a80 0.000119
+gallium_dri.so free 0x557173600c40 void 0.000120
+gallium_dri.so free 0x557173600a80 void 0.000121
+gallium_dri.so malloc 72 0x557173600bf0 0.000120
+gallium_dri.so free 0x557173600c80 void 0.000121
+gallium_dri.so free 0x557173600bf0 void 0.000193
+gallium_dri.so malloc 72 0x557173600bf0 0.000140
+gallium_dri.so free 0x557173600d40 void 0.000139
+gallium_dri.so free 0x557173600bf0 void 0.000140
+gallium_dri.so malloc 72 0x557173600d80 0.000140
+gallium_dri.so free 0x557173600e00 void 0.000132
+gallium_dri.so free 0x557173600d80 void 0.000122
+gallium_dri.so malloc 72 0x557173600e00 0.000120
+gallium_dri.so free 0x557173600ec0 void 0.000122
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so malloc 72 0x557173600e00 0.000120
+gallium_dri.so free 0x557173600f40 void 0.000120
+gallium_dri.so free 0x557173600e00 void 0.000122
+gallium_dri.so malloc 72 0x557173600f70 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000120
+gallium_dri.so free 0x557173600f70 void 0.000120
+gallium_dri.so malloc 72 0x557173600f70 0.000121
+gallium_dri.so free 0x5571735bfec0 void 0.000121
+gallium_dri.so free 0x557173600f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfe70 0.000122
+gallium_dri.so free 0x557173600fc0 void 0.000121
+gallium_dri.so free 0x5571735bfe70 void 0.000120
+gallium_dri.so malloc 72 0x557173600fc0 0.000147
+gallium_dri.so free 0x5571735bff40 void 0.000124
+gallium_dri.so free 0x557173600fc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735bff60 0.000122
+gallium_dri.so free 0x5571735c0000 void 0.000123
+gallium_dri.so free 0x5571735bff60 void 0.000121
+gallium_dri.so malloc 72 0x5571735bffb0 0.000120
+gallium_dri.so free 0x5571735c0080 void 0.000122
+gallium_dri.so free 0x5571735bffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bffb0 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000123
+gallium_dri.so free 0x5571735bffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0100 0.000121
+gallium_dri.so free 0x5571735c01c0 void 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0100 0.000120
+gallium_dri.so free 0x5571735c02c0 void 0.000122
+gallium_dri.so free 0x5571735c0100 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0100 0.000120
+gallium_dri.so free 0x5571735c0340 void 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0370 0.000122
+gallium_dri.so free 0x5571735c03c0 void 0.000122
+gallium_dri.so free 0x5571735c0370 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0370 0.000119
+gallium_dri.so free 0x5571735c04c0 void 0.000121
+gallium_dri.so free 0x5571735c0370 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0470 0.000120
+gallium_dri.so free 0x5571735c0580 void 0.000129
+gallium_dri.so free 0x5571735c0470 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0530 0.000122
+gallium_dri.so free 0x5571735c05c0 void 0.000121
+gallium_dri.so free 0x5571735c0530 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0530 0.000121
+gallium_dri.so free 0x5571735c0680 void 0.000121
+gallium_dri.so free 0x5571735c0530 void 0.000121
+gallium_dri.so malloc 72 0x5571735c06d0 0.000121
+gallium_dri.so free 0x5571735c0740 void 0.000122
+gallium_dri.so free 0x5571735c06d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0780 0.000121
+gallium_dri.so free 0x5571735c0800 void 0.000121
+gallium_dri.so free 0x5571735c0780 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0800 0.000164
+gallium_dri.so free 0x5571735c08c0 void 0.000163
+gallium_dri.so free 0x5571735c0800 void 0.000163
+gallium_dri.so malloc 72 0x5571735c0800 0.000160
+gallium_dri.so free 0x5571735c0940 void 0.000164
+gallium_dri.so free 0x5571735c0800 void 0.000163
+gallium_dri.so malloc 72 0x5571735c0970 0.000172
+gallium_dri.so free 0x5571735c09c0 void 0.000130
+gallium_dri.so free 0x5571735c0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0970 0.000128
+gallium_dri.so free 0x5571735c0ac0 void 0.000122
+gallium_dri.so free 0x5571735c0970 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0a70 0.000121
+gallium_dri.so free 0x5571735c0b80 void 0.000121
+gallium_dri.so free 0x5571735c0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0b30 0.000119
+gallium_dri.so free 0x5571735c0c00 void 0.000122
+gallium_dri.so free 0x5571735c0b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0c20 0.000120
+gallium_dri.so free 0x5571735c0cc0 void 0.000122
+gallium_dri.so free 0x5571735c0c20 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0c70 0.000119
+gallium_dri.so free 0x5571735c0d40 void 0.000120
+gallium_dri.so free 0x5571735c0c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0c70 0.000120
+gallium_dri.so free 0x5571735c0dc0 void 0.000121
+gallium_dri.so free 0x5571735c0c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0dc0 0.000121
+gallium_dri.so free 0x5571735c0e80 void 0.000121
+gallium_dri.so free 0x5571735c0dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0dc0 0.000121
+gallium_dri.so free 0x5571735c0f40 void 0.000121
+gallium_dri.so free 0x5571735c0dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0dc0 0.000121
+gallium_dri.so free 0x5571735c1000 void 0.000121
+gallium_dri.so free 0x5571735c0dc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000122
+gallium_dri.so free 0x5571735c1000 void 0.000121
+gallium_dri.so free 0x5571735c0fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000122
+gallium_dri.so free 0x5571735c1100 void 0.000129
+gallium_dri.so free 0x5571735c0fb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c10b0 0.000120
+gallium_dri.so free 0x5571735c11c0 void 0.000123
+gallium_dri.so free 0x5571735c10b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1170 0.000120
+gallium_dri.so free 0x5571735c1200 void 0.000121
+gallium_dri.so free 0x5571735c1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1170 0.000120
+gallium_dri.so free 0x5571735c12c0 void 0.000121
+gallium_dri.so free 0x5571735c1170 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1300 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000121
+gallium_dri.so free 0x5571735c1300 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1380 0.000121
+gallium_dri.so free 0x5571735c1440 void 0.000121
+gallium_dri.so free 0x5571735c1380 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1380 0.000121
+gallium_dri.so free 0x5571735c1500 void 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000145
+gallium_dri.so malloc 72 0x5571735c1520 0.000147
+gallium_dri.so free 0x5571735c15c0 void 0.000122
+gallium_dri.so free 0x5571735c1520 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1570 0.000121
+gallium_dri.so free 0x5571735c1640 void 0.000121
+gallium_dri.so free 0x5571735c1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1570 0.000123
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so free 0x5571735c1570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c16c0 0.000120
+gallium_dri.so free 0x5571735c1780 void 0.000121
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c16c0 0.000121
+gallium_dri.so free 0x5571735c1840 void 0.000123
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c16c0 0.000122
+gallium_dri.so free 0x5571735c1900 void 0.000122
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c18b0 0.000122
+gallium_dri.so free 0x5571735c19c0 void 0.000122
+gallium_dri.so free 0x5571735c18b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1970 0.000121
+gallium_dri.so free 0x5571735c1a40 void 0.000121
+gallium_dri.so free 0x5571735c1970 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1a90 0.000121
+gallium_dri.so free 0x5571735c1b00 void 0.000121
+gallium_dri.so free 0x5571735c1a90 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1b20 0.000123
+gallium_dri.so free 0x5571735c1bc0 void 0.000122
+gallium_dri.so free 0x5571735c1b20 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1b70 0.000120
+gallium_dri.so free 0x5571735c1c40 void 0.000121
+gallium_dri.so free 0x5571735c1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1b70 0.000121
+gallium_dri.so free 0x5571735c1cc0 void 0.000121
+gallium_dri.so free 0x5571735c1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000121
+gallium_dri.so free 0x5571735c1d80 void 0.000121
+gallium_dri.so free 0x5571735c1cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000121
+gallium_dri.so free 0x5571735c1e80 void 0.000121
+gallium_dri.so free 0x5571735c1cc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e30 0.000121
+gallium_dri.so free 0x5571735c1ec0 void 0.000122
+gallium_dri.so free 0x5571735c1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e30 0.000125
+gallium_dri.so free 0x5571735c1f80 void 0.000122
+gallium_dri.so free 0x5571735c1e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000121
+gallium_dri.so free 0x5571735c2040 void 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2040 0.000176
+gallium_dri.so free 0x5571735c2100 void 0.000123
+gallium_dri.so free 0x5571735c2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2040 0.000121
+gallium_dri.so free 0x5571735c2180 void 0.000121
+gallium_dri.so free 0x5571735c2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c21b0 0.000119
+gallium_dri.so free 0x5571735c2200 void 0.000121
+gallium_dri.so free 0x5571735c21b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c21b0 0.000120
+gallium_dri.so free 0x5571735c2300 void 0.000121
+gallium_dri.so free 0x5571735c21b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2340 0.000120
+gallium_dri.so free 0x5571735c23c0 void 0.000120
+gallium_dri.so free 0x5571735c2340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c23c0 0.000121
+gallium_dri.so free 0x5571735c2480 void 0.000120
+gallium_dri.so free 0x5571735c23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c23c0 0.000121
+gallium_dri.so free 0x5571735c2500 void 0.000120
+gallium_dri.so free 0x5571735c23c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2530 0.000122
+gallium_dri.so free 0x5571735c2580 void 0.000122
+gallium_dri.so free 0x5571735c2530 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2530 0.000121
+gallium_dri.so free 0x5571735c2680 void 0.000129
+gallium_dri.so free 0x5571735c2530 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2630 0.000120
+gallium_dri.so free 0x5571735c2740 void 0.000125
+gallium_dri.so free 0x5571735c2630 void 0.000121
+gallium_dri.so malloc 72 0x5571735c26f0 0.000121
+gallium_dri.so free 0x5571735c27c0 void 0.000120
+gallium_dri.so free 0x5571735c26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26f0 0.000119
+gallium_dri.so free 0x5571735c2880 void 0.000121
+gallium_dri.so free 0x5571735c26f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c26f0 0.000120
+gallium_dri.so free 0x5571735c2940 void 0.000122
+gallium_dri.so free 0x5571735c26f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c28f0 0.000121
+gallium_dri.so free 0x5571735c29c0 void 0.000120
+gallium_dri.so free 0x5571735c28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2a10 0.000121
+gallium_dri.so free 0x5571735c2a80 void 0.000122
+gallium_dri.so free 0x5571735c2a10 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2aa0 0.000120
+gallium_dri.so free 0x5571735c2b40 void 0.000120
+gallium_dri.so free 0x5571735c2aa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2af0 0.000120
+gallium_dri.so free 0x5571735c2bc0 void 0.000120
+gallium_dri.so free 0x5571735c2af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000203
+gallium_dri.so free 0x5571735c2c80 void 0.000124
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000122
+gallium_dri.so free 0x5571735c2d00 void 0.000122
+gallium_dri.so free 0x5571735c2bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2d00 0.000132
+gallium_dri.so free 0x5571735c2dc0 void 0.000124
+gallium_dri.so free 0x5571735c2d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2d00 0.000122
+gallium_dri.so free 0x5571735c2e80 void 0.000122
+gallium_dri.so free 0x5571735c2d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2d00 0.000121
+gallium_dri.so free 0x5571735c2f40 void 0.000122
+gallium_dri.so free 0x5571735c2d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000121
+gallium_dri.so free 0x5571735c2fc0 void 0.000123
+gallium_dri.so free 0x5571735c2ef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3010 0.000121
+gallium_dri.so free 0x5571735c3080 void 0.000121
+gallium_dri.so free 0x5571735c3010 void 0.000120
+gallium_dri.so malloc 72 0x5571735c30c0 0.000122
+gallium_dri.so free 0x5571735c3140 void 0.000121
+gallium_dri.so free 0x5571735c30c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c30c0 0.000122
+gallium_dri.so free 0x5571735c31c0 void 0.000129
+gallium_dri.so free 0x5571735c30c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c31f0 0.000120
+gallium_dri.so free 0x5571735c3240 void 0.000120
+gallium_dri.so free 0x5571735c31f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c31f0 0.000118
+gallium_dri.so free 0x5571735c3340 void 0.000120
+gallium_dri.so free 0x5571735c31f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c32f0 0.000119
+gallium_dri.so free 0x5571735c3400 void 0.000120
+gallium_dri.so free 0x5571735c32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c33b0 0.000118
+gallium_dri.so free 0x5571735c3440 void 0.000122
+gallium_dri.so free 0x5571735c33b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c33b0 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000120
+gallium_dri.so free 0x5571735c33b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000119
+gallium_dri.so free 0x5571735c35c0 void 0.000120
+gallium_dri.so free 0x5571735c3570 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3570 0.000119
+gallium_dri.so free 0x5571735c36c0 void 0.000119
+gallium_dri.so free 0x5571735c3570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3670 0.000118
+gallium_dri.so free 0x5571735c3780 void 0.000120
+gallium_dri.so free 0x5571735c3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3730 0.000133
+gallium_dri.so free 0x5571735c37c0 void 0.000120
+gallium_dri.so free 0x5571735c3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3730 0.000121
+gallium_dri.so free 0x5571735c3880 void 0.000121
+gallium_dri.so free 0x5571735c3730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c38c0 0.000120
+gallium_dri.so free 0x5571735c3940 void 0.000123
+gallium_dri.so free 0x5571735c38c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3940 0.000120
+gallium_dri.so free 0x5571735c3a00 void 0.000121
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3940 0.000120
+gallium_dri.so free 0x5571735c3ac0 void 0.000122
+gallium_dri.so free 0x5571735c3940 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3ae0 0.000120
+gallium_dri.so free 0x5571735c3b80 void 0.000120
+gallium_dri.so free 0x5571735c3ae0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3b30 0.000120
+gallium_dri.so free 0x5571735c3c00 void 0.000120
+gallium_dri.so free 0x5571735c3b30 void 0.000139
+gallium_dri.so malloc 72 0x5571735c3b30 0.000121
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3c80 0.000121
+gallium_dri.so free 0x5571735c3d40 void 0.000119
+gallium_dri.so free 0x5571735c3c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3c80 0.000122
+gallium_dri.so free 0x5571735c3e00 void 0.000122
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3c80 0.000121
+gallium_dri.so free 0x5571735c3ec0 void 0.000121
+gallium_dri.so free 0x5571735c3c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3e70 0.000122
+gallium_dri.so free 0x5571735c3f80 void 0.000121
+gallium_dri.so free 0x5571735c3e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3f30 0.000122
+gallium_dri.so free 0x5571735c4000 void 0.000121
+gallium_dri.so free 0x5571735c3f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4050 0.000121
+gallium_dri.so free 0x5571735c40c0 void 0.000122
+gallium_dri.so free 0x5571735c4050 void 0.000122
+gallium_dri.so malloc 72 0x5571735c40e0 0.000120
+gallium_dri.so free 0x5571735c4180 void 0.000121
+gallium_dri.so free 0x5571735c40e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4130 0.000122
+gallium_dri.so free 0x5571735c4200 void 0.000122
+gallium_dri.so free 0x5571735c4130 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4130 0.000121
+gallium_dri.so free 0x5571735c4280 void 0.000121
+gallium_dri.so free 0x5571735c4130 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4280 0.000129
+gallium_dri.so free 0x5571735c4340 void 0.000145
+gallium_dri.so free 0x5571735c4280 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4280 0.000121
+gallium_dri.so free 0x5571735c4440 void 0.000120
+gallium_dri.so free 0x5571735c4280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000119
+gallium_dri.so free 0x5571735c4480 void 0.000120
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000124
+gallium_dri.so free 0x5571735c4540 void 0.000121
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4580 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000120
+gallium_dri.so free 0x5571735c4580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4600 0.000119
+gallium_dri.so free 0x5571735c46c0 void 0.000121
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4600 0.000119
+gallium_dri.so free 0x5571735c4740 void 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4770 0.000120
+gallium_dri.so free 0x5571735c47c0 void 0.000120
+gallium_dri.so free 0x5571735c4770 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4770 0.000119
+gallium_dri.so free 0x5571735c48c0 void 0.000124
+gallium_dri.so free 0x5571735c4770 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4900 0.000122
+gallium_dri.so free 0x5571735c4980 void 0.000120
+gallium_dri.so free 0x5571735c4900 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4980 0.000121
+gallium_dri.so free 0x5571735c4a40 void 0.000121
+gallium_dri.so free 0x5571735c4980 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4980 0.000139
+gallium_dri.so free 0x5571735c4ac0 void 0.000122
+gallium_dri.so free 0x5571735c4980 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4af0 0.000123
+gallium_dri.so free 0x5571735c4b40 void 0.000123
+gallium_dri.so free 0x5571735c4af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4af0 0.000122
+gallium_dri.so free 0x5571735c4c40 void 0.000120
+gallium_dri.so free 0x5571735c4af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000121
+gallium_dri.so free 0x5571735c4d00 void 0.000121
+gallium_dri.so free 0x5571735c4bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000121
+gallium_dri.so free 0x5571735c4d80 void 0.000121
+gallium_dri.so free 0x5571735c4cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000121
+gallium_dri.so free 0x55717360c0c0 void 0.000122
+gallium_dri.so free 0x5571735c4cb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c0f0 0.000126
+gallium_dri.so free 0x55717360c140 void 0.000114
+gallium_dri.so free 0x55717360c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000113
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c1f0 0.000113
+gallium_dri.so free 0x55717360c300 void 0.000112
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2b0 0.000113
+gallium_dri.so free 0x55717360c340 void 0.000112
+gallium_dri.so free 0x55717360c2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c2b0 0.000113
+gallium_dri.so free 0x55717360c400 void 0.000115
+gallium_dri.so free 0x55717360c2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c450 0.000112
+gallium_dri.so free 0x55717360c4c0 void 0.000114
+gallium_dri.so free 0x55717360c450 void 0.000113
+gallium_dri.so malloc 72 0x55717360c500 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so malloc 72 0x55717360c580 0.000113
+gallium_dri.so free 0x55717360c640 void 0.000117
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so malloc 72 0x55717360c580 0.000114
+gallium_dri.so free 0x55717360c6c0 void 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so malloc 72 0x55717360c6f0 0.000118
+gallium_dri.so free 0x55717360c740 void 0.000133
+gallium_dri.so free 0x55717360c6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c6f0 0.000121
+gallium_dri.so free 0x55717360c840 void 0.000122
+gallium_dri.so free 0x55717360c6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c7f0 0.000120
+gallium_dri.so free 0x55717360c900 void 0.000118
+gallium_dri.so free 0x55717360c7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c8b0 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c9a0 0.000120
+gallium_dri.so free 0x55717360ca40 void 0.000117
+gallium_dri.so free 0x55717360c9a0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9f0 0.000121
+gallium_dri.so free 0x55717360cac0 void 0.000119
+gallium_dri.so free 0x55717360c9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9f0 0.000120
+gallium_dri.so free 0x55717360cb40 void 0.000122
+gallium_dri.so free 0x55717360c9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cb40 0.000118
+gallium_dri.so free 0x55717360cc00 void 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000120
+gallium_dri.so malloc 72 0x55717360cb40 0.000120
+gallium_dri.so free 0x55717360ccc0 void 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000177
+gallium_dri.so malloc 72 0x55717360cb40 0.000125
+gallium_dri.so free 0x55717360cd80 void 0.000121
+gallium_dri.so free 0x55717360cb40 void 0.000141
+gallium_dri.so malloc 72 0x55717360cd30 0.000119
+gallium_dri.so free 0x55717360cd80 void 0.000122
+gallium_dri.so free 0x55717360cd30 void 0.000120
+gallium_dri.so malloc 72 0x55717360cd30 0.000123
+gallium_dri.so free 0x55717360ce80 void 0.000120
+gallium_dri.so free 0x55717360cd30 void 0.000120
+gallium_dri.so malloc 72 0x55717360ce30 0.000120
+gallium_dri.so free 0x55717360cf40 void 0.000118
+gallium_dri.so free 0x55717360ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717360cef0 0.000120
+gallium_dri.so free 0x55717360cf80 void 0.000122
+gallium_dri.so free 0x55717360cef0 void 0.000120
+gallium_dri.so malloc 72 0x55717360cef0 0.000120
+gallium_dri.so free 0x55717360d040 void 0.000121
+gallium_dri.so free 0x55717360cef0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d080 0.000120
+gallium_dri.so free 0x55717360d100 void 0.000120
+gallium_dri.so free 0x55717360d080 void 0.000121
+gallium_dri.so malloc 72 0x55717360d100 0.000121
+gallium_dri.so free 0x55717360d1c0 void 0.000121
+gallium_dri.so free 0x55717360d100 void 0.000120
+gallium_dri.so malloc 72 0x55717360d100 0.000120
+gallium_dri.so free 0x55717360d280 void 0.000129
+gallium_dri.so free 0x55717360d100 void 0.000117
+gallium_dri.so malloc 72 0x55717360d2a0 0.000117
+gallium_dri.so free 0x55717360d340 void 0.000121
+gallium_dri.so free 0x55717360d2a0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2f0 0.000119
+gallium_dri.so free 0x55717360d3c0 void 0.000119
+gallium_dri.so free 0x55717360d2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2f0 0.000116
+gallium_dri.so free 0x55717360d440 void 0.000120
+gallium_dri.so free 0x55717360d2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d440 0.000116
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717360d440 void 0.000116
+gallium_dri.so malloc 72 0x55717360d440 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000116
+gallium_dri.so free 0x55717360d440 void 0.000121
+gallium_dri.so malloc 72 0x55717360d440 0.000117
+gallium_dri.so free 0x55717360d680 void 0.000119
+gallium_dri.so free 0x55717360d440 void 0.000116
+gallium_dri.so malloc 72 0x55717360d630 0.000118
+gallium_dri.so free 0x55717360d740 void 0.000120
+gallium_dri.so free 0x55717360d630 void 0.000115
+gallium_dri.so malloc 72 0x55717360d6f0 0.000119
+gallium_dri.so free 0x55717360d7c0 void 0.000119
+gallium_dri.so free 0x55717360d6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d810 0.000127
+gallium_dri.so free 0x55717360d880 void 0.000123
+gallium_dri.so free 0x55717360d810 void 0.000119
+gallium_dri.so malloc 72 0x55717360d8a0 0.000119
+gallium_dri.so free 0x55717360d940 void 0.000121
+gallium_dri.so free 0x55717360d8a0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d8f0 0.000120
+gallium_dri.so free 0x55717360d9c0 void 0.000121
+gallium_dri.so free 0x55717360d8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8f0 0.000131
+gallium_dri.so free 0x55717360da40 void 0.000119
+gallium_dri.so free 0x55717360d8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360da40 0.000121
+gallium_dri.so free 0x55717360db00 void 0.000121
+gallium_dri.so free 0x55717360da40 void 0.000120
+gallium_dri.so malloc 72 0x55717360da40 0.000119
+gallium_dri.so free 0x55717360dc00 void 0.000120
+gallium_dri.so free 0x55717360da40 void 0.000122
+gallium_dri.so malloc 72 0x55717360dbb0 0.000120
+gallium_dri.so free 0x55717360dc40 void 0.000120
+gallium_dri.so free 0x55717360dbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dbb0 0.000122
+gallium_dri.so free 0x55717360dd00 void 0.000117
+gallium_dri.so free 0x55717360dbb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dd40 0.000121
+gallium_dri.so free 0x55717360ddc0 void 0.000121
+gallium_dri.so free 0x55717360dd40 void 0.000189
+gallium_dri.so malloc 72 0x55717360ddc0 0.000122
+gallium_dri.so free 0x55717360de80 void 0.000120
+gallium_dri.so free 0x55717360ddc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360ddc0 0.000122
+gallium_dri.so free 0x55717360df00 void 0.000122
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360df30 0.000120
+gallium_dri.so free 0x55717360df80 void 0.000120
+gallium_dri.so free 0x55717360df30 void 0.000120
+gallium_dri.so malloc 72 0x55717360df30 0.000121
+gallium_dri.so free 0x55717360e080 void 0.000120
+gallium_dri.so free 0x55717360df30 void 0.000120
+gallium_dri.so malloc 72 0x55717360e0c0 0.000120
+gallium_dri.so free 0x55717360e140 void 0.000121
+gallium_dri.so free 0x55717360e0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e140 0.000120
+gallium_dri.so free 0x55717360e200 void 0.000120
+gallium_dri.so free 0x55717360e140 void 0.000122
+gallium_dri.so malloc 72 0x55717360e140 0.000120
+gallium_dri.so free 0x55717360e280 void 0.000121
+gallium_dri.so free 0x55717360e140 void 0.000120
+gallium_dri.so malloc 72 0x55717360e2b0 0.000120
+gallium_dri.so free 0x55717360e300 void 0.000120
+gallium_dri.so free 0x55717360e2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e2b0 0.000122
+gallium_dri.so free 0x55717360e400 void 0.000128
+gallium_dri.so free 0x55717360e2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e3b0 0.000117
+gallium_dri.so free 0x55717360e4c0 void 0.000124
+gallium_dri.so free 0x55717360e3b0 void 0.000139
+gallium_dri.so malloc 72 0x55717360e470 0.000123
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so free 0x55717360e470 void 0.000116
+gallium_dri.so malloc 72 0x55717360e470 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000116
+gallium_dri.so free 0x55717360e470 void 0.000119
+gallium_dri.so malloc 72 0x55717360e470 0.000116
+gallium_dri.so free 0x55717360e6c0 void 0.000121
+gallium_dri.so free 0x55717360e470 void 0.000118
+gallium_dri.so malloc 72 0x55717360e670 0.000119
+gallium_dri.so free 0x55717360e740 void 0.000116
+gallium_dri.so free 0x55717360e670 void 0.000116
+gallium_dri.so malloc 72 0x55717360e790 0.000119
+gallium_dri.so free 0x55717360e800 void 0.000119
+gallium_dri.so free 0x55717360e790 void 0.000119
+gallium_dri.so malloc 72 0x55717360e820 0.000119
+gallium_dri.so free 0x55717360e8c0 void 0.000118
+gallium_dri.so free 0x55717360e820 void 0.000132
+gallium_dri.so malloc 72 0x55717360e870 0.000116
+gallium_dri.so free 0x55717360e940 void 0.000120
+gallium_dri.so free 0x55717360e870 void 0.000116
+gallium_dri.so malloc 72 0x55717360e940 0.000132
+gallium_dri.so free 0x55717360ea00 void 0.000121
+gallium_dri.so free 0x55717360e940 void 0.000119
+gallium_dri.so malloc 72 0x55717360e940 0.000120
+gallium_dri.so free 0x55717360ea80 void 0.000120
+gallium_dri.so free 0x55717360e940 void 0.000117
+gallium_dri.so malloc 72 0x55717360ea80 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000121
+gallium_dri.so free 0x55717360ea80 void 0.000119
+gallium_dri.so malloc 72 0x55717360ea80 0.000120
+gallium_dri.so free 0x55717360ec00 void 0.000120
+gallium_dri.so free 0x55717360ea80 void 0.000118
+gallium_dri.so malloc 72 0x55717360ea80 0.000120
+gallium_dri.so free 0x55717360ecc0 void 0.000120
+gallium_dri.so free 0x55717360ea80 void 0.000119
+gallium_dri.so malloc 72 0x55717360ec70 0.000119
+gallium_dri.so free 0x55717360ed40 void 0.000119
+gallium_dri.so free 0x55717360ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed90 0.000119
+gallium_dri.so free 0x55717360ee00 void 0.000121
+gallium_dri.so free 0x55717360ed90 void 0.000116
+gallium_dri.so malloc 72 0x55717360ee40 0.000120
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee40 0.000119
+gallium_dri.so free 0x55717360ef40 void 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000167
+gallium_dri.so malloc 72 0x55717360ef70 0.000123
+gallium_dri.so free 0x55717360efc0 void 0.000119
+gallium_dri.so free 0x55717360ef70 void 0.000121
+gallium_dri.so malloc 72 0x55717360ef70 0.000121
+gallium_dri.so free 0x55717360f0c0 void 0.000120
+gallium_dri.so free 0x55717360ef70 void 0.000120
+gallium_dri.so malloc 72 0x55717360f070 0.000121
+gallium_dri.so free 0x55717360f180 void 0.000121
+gallium_dri.so free 0x55717360f070 void 0.000119
+gallium_dri.so malloc 72 0x55717360f130 0.000121
+gallium_dri.so free 0x55717360f1c0 void 0.000120
+gallium_dri.so free 0x55717360f130 void 0.000119
+gallium_dri.so malloc 72 0x55717360f130 0.000121
+gallium_dri.so free 0x55717360f280 void 0.000120
+gallium_dri.so free 0x55717360f130 void 0.000122
+gallium_dri.so malloc 72 0x55717360f2f0 0.000121
+gallium_dri.so free 0x55717360f340 void 0.000120
+gallium_dri.so free 0x55717360f2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f2f0 0.000122
+gallium_dri.so free 0x55717360f440 void 0.000121
+gallium_dri.so free 0x55717360f2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f3f0 0.000121
+gallium_dri.so free 0x55717360f500 void 0.000120
+gallium_dri.so free 0x55717360f3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f4b0 0.000118
+gallium_dri.so free 0x55717360f540 void 0.000127
+gallium_dri.so free 0x55717360f4b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f4b0 0.000120
+gallium_dri.so free 0x55717360f600 void 0.000119
+gallium_dri.so free 0x55717360f4b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f640 0.000118
+gallium_dri.so free 0x55717360f6c0 void 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000115
+gallium_dri.so malloc 72 0x55717360f6c0 0.000118
+gallium_dri.so free 0x55717360f780 void 0.000134
+gallium_dri.so free 0x55717360f6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f6c0 0.000115
+gallium_dri.so free 0x55717360f840 void 0.000118
+gallium_dri.so free 0x55717360f6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f860 0.000118
+gallium_dri.so free 0x55717360f900 void 0.000119
+gallium_dri.so free 0x55717360f860 void 0.000116
+gallium_dri.so malloc 72 0x55717360f8b0 0.000118
+gallium_dri.so free 0x55717360f980 void 0.000117
+gallium_dri.so free 0x55717360f8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f8b0 0.000118
+gallium_dri.so free 0x55717360fa00 void 0.000119
+gallium_dri.so free 0x55717360f8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360fa00 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x55717360fa00 void 0.000115
+gallium_dri.so malloc 72 0x55717360fa00 0.000130
+gallium_dri.so free 0x55717360fb80 void 0.000116
+gallium_dri.so free 0x55717360fa00 void 0.000116
+gallium_dri.so malloc 72 0x55717360fa00 0.000115
+gallium_dri.so free 0x55717360fc40 void 0.000116
+gallium_dri.so free 0x55717360fa00 void 0.000137
+gallium_dri.so malloc 72 0x55717360fbf0 0.000119
+gallium_dri.so free 0x55717360fd00 void 0.000116
+gallium_dri.so free 0x55717360fbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360fcb0 0.000116
+gallium_dri.so free 0x55717360fd80 void 0.000118
+gallium_dri.so free 0x55717360fcb0 void 0.000116
+gallium_dri.so malloc 72 0x55717360fdd0 0.000116
+gallium_dri.so free 0x55717360fe40 void 0.000121
+gallium_dri.so free 0x55717360fdd0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fe60 0.000120
+gallium_dri.so free 0x55717360ff00 void 0.000121
+gallium_dri.so free 0x55717360fe60 void 0.000120
+gallium_dri.so malloc 72 0x55717360feb0 0.000120
+gallium_dri.so free 0x55717360ff80 void 0.000121
+gallium_dri.so free 0x55717360feb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360feb0 0.000121
+gallium_dri.so free 0x557173610000 void 0.000120
+gallium_dri.so free 0x55717360feb0 void 0.000117
+gallium_dri.so malloc 72 0x557173610000 0.000120
+gallium_dri.so free 0x5571736100c0 void 0.000123
+gallium_dri.so free 0x557173610000 void 0.000170
+gallium_dri.so malloc 72 0x557173610000 0.000122
+gallium_dri.so free 0x5571736101c0 void 0.000121
+gallium_dri.so free 0x557173610000 void 0.000120
+gallium_dri.so malloc 72 0x557173610170 0.000121
+gallium_dri.so free 0x557173610200 void 0.000122
+gallium_dri.so free 0x557173610170 void 0.000119
+gallium_dri.so malloc 72 0x557173610170 0.000122
+gallium_dri.so free 0x5571736102c0 void 0.000122
+gallium_dri.so free 0x557173610170 void 0.000121
+gallium_dri.so malloc 72 0x557173610300 0.000118
+gallium_dri.so free 0x557173610380 void 0.000121
+gallium_dri.so free 0x557173610300 void 0.000130
+gallium_dri.so malloc 72 0x557173610380 0.000120
+gallium_dri.so free 0x557173610440 void 0.000123
+gallium_dri.so free 0x557173610380 void 0.000123
+gallium_dri.so malloc 72 0x557173610380 0.000121
+gallium_dri.so free 0x5571736104c0 void 0.000123
+gallium_dri.so free 0x557173610380 void 0.000119
+gallium_dri.so malloc 72 0x5571736104f0 0.000122
+gallium_dri.so free 0x557173610540 void 0.000122
+gallium_dri.so free 0x5571736104f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736104f0 0.000134
+gallium_dri.so free 0x557173610640 void 0.000123
+gallium_dri.so free 0x5571736104f0 void 0.000119
+gallium_dri.so malloc 72 0x557173610680 0.000133
+gallium_dri.so free 0x557173610700 void 0.000120
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so malloc 72 0x557173610700 0.000120
+gallium_dri.so free 0x5571736107c0 void 0.000118
+gallium_dri.so free 0x557173610700 void 0.000119
+gallium_dri.so malloc 72 0x557173610700 0.000118
+gallium_dri.so free 0x557173610840 void 0.000121
+gallium_dri.so free 0x557173610700 void 0.000120
+gallium_dri.so malloc 72 0x557173610870 0.000121
+gallium_dri.so free 0x5571736108c0 void 0.000120
+gallium_dri.so free 0x557173610870 void 0.000119
+gallium_dri.so malloc 72 0x557173610870 0.000121
+gallium_dri.so free 0x5571736109c0 void 0.000117
+gallium_dri.so free 0x557173610870 void 0.000116
+gallium_dri.so malloc 72 0x557173610970 0.000120
+gallium_dri.so free 0x557173610a80 void 0.000120
+gallium_dri.so free 0x557173610970 void 0.000120
+gallium_dri.so malloc 72 0x557173610a30 0.000119
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so free 0x557173610a30 void 0.000117
+gallium_dri.so malloc 72 0x557173610a30 0.000117
+gallium_dri.so free 0x557173610bc0 void 0.000120
+gallium_dri.so free 0x557173610a30 void 0.000117
+gallium_dri.so malloc 72 0x557173610a30 0.000115
+gallium_dri.so free 0x557173610c80 void 0.000120
+gallium_dri.so free 0x557173610a30 void 0.000130
+gallium_dri.so malloc 72 0x557173610c30 0.000122
+gallium_dri.so free 0x557173610d00 void 0.000120
+gallium_dri.so free 0x557173610c30 void 0.000121
+gallium_dri.so malloc 72 0x557173610d50 0.000121
+gallium_dri.so free 0x557173610dc0 void 0.000121
+gallium_dri.so free 0x557173610d50 void 0.000119
+gallium_dri.so malloc 72 0x557173610de0 0.000120
+gallium_dri.so free 0x557173610e80 void 0.000122
+gallium_dri.so free 0x557173610de0 void 0.000118
+gallium_dri.so malloc 72 0x557173610e30 0.000120
+gallium_dri.so free 0x557173610f00 void 0.000120
+gallium_dri.so free 0x557173610e30 void 0.000118
+gallium_dri.so malloc 72 0x557173610f00 0.000121
+gallium_dri.so free 0x557173610fc0 void 0.000121
+gallium_dri.so free 0x557173610f00 void 0.000121
+gallium_dri.so malloc 72 0x557173610f00 0.000120
+gallium_dri.so free 0x557173611040 void 0.000121
+gallium_dri.so free 0x557173610f00 void 0.000119
+gallium_dri.so malloc 72 0x557173611040 0.000120
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so free 0x557173611040 void 0.000116
+gallium_dri.so malloc 72 0x557173611040 0.000121
+gallium_dri.so free 0x5571736111c0 void 0.000120
+gallium_dri.so free 0x557173611040 void 0.000121
+gallium_dri.so malloc 72 0x557173611040 0.000120
+gallium_dri.so free 0x557173469a00 void 0.000171
+gallium_dri.so free 0x557173611040 void 0.000123
+gallium_dri.so malloc 72 0x557173611040 0.000127
+gallium_dri.so free 0x557173469a80 void 0.000121
+gallium_dri.so free 0x557173611040 void 0.000121
+gallium_dri.so malloc 72 0x557173469a80 0.000123
+gallium_dri.so free 0x557173469b40 void 0.000270
+gallium_dri.so free 0x557173469a80 void 0.000177
+gallium_dri.so malloc 72 0x557173469a80 0.000179
+gallium_dri.so free 0x557173611280 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000115
+gallium_dri.so malloc 72 0x557173611230 0.000116
+gallium_dri.so free 0x557173469c40 void 0.000114
+gallium_dri.so free 0x557173611230 void 0.000116
+gallium_dri.so malloc 72 0x557173469bf0 0.000116
+gallium_dri.so free 0x557173469cc0 void 0.000115
+gallium_dri.so free 0x557173469bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173469bf0 0.000115
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so free 0x557173469bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173469d40 0.000116
+gallium_dri.so free 0x557173469e00 void 0.000116
+gallium_dri.so free 0x557173469d40 void 0.000114
+gallium_dri.so malloc 72 0x557173469d40 0.000114
+gallium_dri.so free 0x557173469ec0 void 0.000127
+gallium_dri.so free 0x557173469d40 void 0.000116
+gallium_dri.so malloc 72 0x557173469d40 0.000115
+gallium_dri.so free 0x557173469f80 void 0.000118
+gallium_dri.so free 0x557173469d40 void 0.000115
+gallium_dri.so malloc 72 0x557173469f30 0.000115
+gallium_dri.so free 0x557173469f80 void 0.000115
+gallium_dri.so free 0x557173469f30 void 0.000115
+gallium_dri.so malloc 72 0x557173469f30 0.000115
+gallium_dri.so free 0x55717346a080 void 0.000116
+gallium_dri.so free 0x557173469f30 void 0.000114
+gallium_dri.so malloc 72 0x55717346a030 0.000116
+gallium_dri.so free 0x55717346a140 void 0.000115
+gallium_dri.so free 0x55717346a030 void 0.000114
+gallium_dri.so malloc 72 0x55717346a0f0 0.000115
+gallium_dri.so free 0x55717346a180 void 0.000116
+gallium_dri.so free 0x55717346a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a0f0 0.000115
+gallium_dri.so free 0x55717346a240 void 0.000115
+gallium_dri.so free 0x55717346a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a280 0.000114
+gallium_dri.so free 0x55717346a300 void 0.000116
+gallium_dri.so free 0x55717346a280 void 0.000114
+gallium_dri.so malloc 72 0x55717346a300 0.000114
+gallium_dri.so free 0x55717346a3c0 void 0.000115
+gallium_dri.so free 0x55717346a300 void 0.000113
+gallium_dri.so malloc 72 0x55717346a300 0.000114
+gallium_dri.so free 0x55717346a480 void 0.000127
+gallium_dri.so free 0x55717346a300 void 0.000115
+gallium_dri.so malloc 72 0x55717346a4a0 0.000116
+gallium_dri.so free 0x55717346a540 void 0.000115
+gallium_dri.so free 0x55717346a4a0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a4f0 0.000115
+gallium_dri.so free 0x55717346a5c0 void 0.000115
+gallium_dri.so free 0x55717346a4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a4f0 0.000116
+gallium_dri.so free 0x55717346a640 void 0.000116
+gallium_dri.so free 0x55717346a4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a640 0.000115
+gallium_dri.so free 0x55717346a700 void 0.000114
+gallium_dri.so free 0x55717346a640 void 0.000114
+gallium_dri.so malloc 72 0x55717346a640 0.000115
+gallium_dri.so free 0x55717346a7c0 void 0.000116
+gallium_dri.so free 0x55717346a640 void 0.000114
+gallium_dri.so malloc 72 0x55717346a640 0.000115
+gallium_dri.so free 0x55717346a880 void 0.000115
+gallium_dri.so free 0x55717346a640 void 0.000119
+gallium_dri.so malloc 72 0x55717346a830 0.000117
+gallium_dri.so free 0x55717346a940 void 0.000115
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x55717346a8f0 0.000115
+gallium_dri.so free 0x55717346a9c0 void 0.000115
+gallium_dri.so free 0x55717346a8f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346aa10 0.000115
+gallium_dri.so free 0x55717346aa80 void 0.000133
+gallium_dri.so free 0x55717346aa10 void 0.000124
+gallium_dri.so malloc 72 0x55717346aaa0 0.000123
+gallium_dri.so free 0x55717346ab40 void 0.000123
+gallium_dri.so free 0x55717346aaa0 void 0.000123
+gallium_dri.so malloc 72 0x55717346aaf0 0.000123
+gallium_dri.so free 0x55717346abc0 void 0.000123
+gallium_dri.so free 0x55717346aaf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346aaf0 0.000119
+gallium_dri.so free 0x55717346ac40 void 0.000113
+gallium_dri.so free 0x55717346aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac40 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000121
+gallium_dri.so free 0x55717346ac40 void 0.000124
+gallium_dri.so malloc 72 0x55717346ac40 0.000119
+gallium_dri.so free 0x55717346ae00 void 0.000124
+gallium_dri.so free 0x55717346ac40 void 0.000123
+gallium_dri.so malloc 72 0x55717346adb0 0.000124
+gallium_dri.so free 0x55717346ae40 void 0.000122
+gallium_dri.so free 0x55717346adb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346adb0 0.000119
+gallium_dri.so free 0x55717346af00 void 0.000114
+gallium_dri.so free 0x55717346adb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346af40 0.000125
+gallium_dri.so free 0x55717346afc0 void 0.000123
+gallium_dri.so free 0x55717346af40 void 0.000119
+gallium_dri.so malloc 72 0x55717346afc0 0.000113
+gallium_dri.so free 0x55717346b080 void 0.000114
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346afc0 0.000143
+gallium_dri.so free 0x55717346b100 void 0.000176
+gallium_dri.so free 0x55717346afc0 void 0.000214
+gallium_dri.so malloc 72 0x55717346b130 0.000220
+gallium_dri.so free 0x55717346b180 void 0.000239
+gallium_dri.so free 0x55717346b130 void 0.000298
+gallium_dri.so malloc 72 0x55717346b130 0.000275
+gallium_dri.so free 0x55717346b280 void 0.000280
+gallium_dri.so free 0x55717346b130 void 0.000261
+gallium_dri.so malloc 72 0x55717346b2c0 0.000231
+gallium_dri.so free 0x55717346b340 void 0.000221
+gallium_dri.so free 0x55717346b2c0 void 0.000190
+gallium_dri.so malloc 72 0x55717346b340 0.000201
+gallium_dri.so free 0x55717346b400 void 0.000159
+gallium_dri.so free 0x55717346b340 void 0.000123
+gallium_dri.so malloc 72 0x55717346b340 0.000119
+gallium_dri.so free 0x55717346b480 void 0.000115
+gallium_dri.so free 0x55717346b340 void 0.000114
+gallium_dri.so malloc 72 0x55717346b4b0 0.000130
+gallium_dri.so free 0x55717346b500 void 0.000120
+gallium_dri.so free 0x55717346b4b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b4b0 0.000122
+gallium_dri.so free 0x55717346b600 void 0.000119
+gallium_dri.so free 0x55717346b4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5b0 0.000120
+gallium_dri.so free 0x55717346b6c0 void 0.000119
+gallium_dri.so free 0x55717346b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b670 0.000113
+gallium_dri.so free 0x55717346b740 void 0.000120
+gallium_dri.so free 0x55717346b670 void 0.000126
+gallium_dri.so malloc 72 0x55717346b670 0.000129
+gallium_dri.so free 0x55717346b800 void 0.000132
+gallium_dri.so free 0x55717346b670 void 0.000120
+gallium_dri.so malloc 72 0x55717346b670 0.000121
+gallium_dri.so free 0x55717346b8c0 void 0.000122
+gallium_dri.so free 0x55717346b670 void 0.000120
+gallium_dri.so malloc 72 0x55717346b870 0.000124
+gallium_dri.so free 0x55717346b940 void 0.000129
+gallium_dri.so free 0x55717346b870 void 0.000131
+gallium_dri.so malloc 72 0x55717346b990 0.000129
+gallium_dri.so free 0x55717346ba00 void 0.000131
+gallium_dri.so free 0x55717346b990 void 0.000221
+gallium_dri.so malloc 72 0x55717346ba20 0.000222
+gallium_dri.so free 0x55717346bac0 void 0.000224
+gallium_dri.so free 0x55717346ba20 void 0.000223
+gallium_dri.so malloc 72 0x55717346ba70 0.000199
+gallium_dri.so free 0x55717346bb40 void 0.000177
+gallium_dri.so free 0x55717346ba70 void 0.000223
+gallium_dri.so malloc 72 0x55717346bb40 0.000237
+gallium_dri.so free 0x55717346bc00 void 0.000300
+gallium_dri.so free 0x55717346bb40 void 0.000342
+gallium_dri.so malloc 72 0x55717346bb40 0.000339
+gallium_dri.so free 0x55717346bc80 void 0.000276
+gallium_dri.so free 0x55717346bb40 void 0.000282
+gallium_dri.so malloc 72 0x55717346bc80 0.000282
+gallium_dri.so free 0x55717346bd40 void 0.000274
+gallium_dri.so free 0x55717346bc80 void 0.000276
+gallium_dri.so malloc 72 0x55717346bc80 0.000279
+gallium_dri.so free 0x55717346be00 void 0.000274
+gallium_dri.so free 0x55717346bc80 void 0.000279
+gallium_dri.so malloc 72 0x55717346bc80 0.000274
+gallium_dri.so free 0x55717346bec0 void 0.000292
+gallium_dri.so free 0x55717346bc80 void 0.000273
+gallium_dri.so malloc 72 0x55717346be70 0.000278
+gallium_dri.so free 0x55717346bf40 void 0.000275
+gallium_dri.so free 0x55717346be70 void 0.000261
+gallium_dri.so malloc 72 0x55717346bf90 0.000170
+gallium_dri.so free 0x55717346c000 void 0.000280
+gallium_dri.so free 0x55717346bf90 void 0.000298
+gallium_dri.so malloc 72 0x55717346c040 0.000249
+gallium_dri.so free 0x55717346c0c0 void 0.000280
+gallium_dri.so free 0x55717346c040 void 0.000290
+gallium_dri.so malloc 72 0x55717346c040 0.000294
+gallium_dri.so free 0x55717346c140 void 0.000290
+gallium_dri.so free 0x55717346c040 void 0.000290
+gallium_dri.so malloc 72 0x55717346c170 0.000296
+gallium_dri.so free 0x55717346c1c0 void 0.000290
+gallium_dri.so free 0x55717346c170 void 0.000292
+gallium_dri.so malloc 72 0x55717346c170 0.000287
+gallium_dri.so free 0x55717346c2c0 void 0.000284
+gallium_dri.so free 0x55717346c170 void 0.000288
+gallium_dri.so malloc 72 0x55717346c270 0.000288
+gallium_dri.so free 0x55717346c380 void 0.000291
+gallium_dri.so free 0x55717346c270 void 0.000289
+gallium_dri.so malloc 72 0x55717346c330 0.000291
+gallium_dri.so free 0x55717346c3c0 void 0.000290
+gallium_dri.so free 0x55717346c330 void 0.000308
+gallium_dri.so malloc 72 0x55717346c330 0.000289
+gallium_dri.so free 0x55717346c480 void 0.000291
+gallium_dri.so free 0x55717346c330 void 0.000290
+gallium_dri.so malloc 72 0x55717346c4f0 0.000289
+gallium_dri.so free 0x55717346c540 void 0.000292
+gallium_dri.so free 0x55717346c4f0 void 0.000295
+gallium_dri.so malloc 72 0x55717346c4f0 0.000283
+gallium_dri.so free 0x55717346c640 void 0.000284
+gallium_dri.so free 0x55717346c4f0 void 0.000290
+gallium_dri.so malloc 72 0x55717346c5f0 0.000289
+gallium_dri.so free 0x55717346c700 void 0.000285
+gallium_dri.so free 0x55717346c5f0 void 0.000385
+gallium_dri.so malloc 72 0x55717346c6b0 0.000294
+gallium_dri.so free 0x55717346c740 void 0.000285
+gallium_dri.so free 0x55717346c6b0 void 0.000233
+gallium_dri.so malloc 72 0x55717346c6b0 0.000209
+gallium_dri.so free 0x55717346c800 void 0.000209
+gallium_dri.so free 0x55717346c6b0 void 0.000209
+gallium_dri.so malloc 72 0x55717346c840 0.000207
+gallium_dri.so free 0x55717346c8c0 void 0.000210
+gallium_dri.so free 0x55717346c840 void 0.000227
+gallium_dri.so malloc 72 0x55717346c8c0 0.000249
+gallium_dri.so free 0x55717346c980 void 0.000233
+gallium_dri.so free 0x55717346c8c0 void 0.000231
+gallium_dri.so malloc 72 0x55717346c8c0 0.000231
+gallium_dri.so free 0x55717346ca40 void 0.000218
+gallium_dri.so free 0x55717346c8c0 void 0.000166
+gallium_dri.so malloc 72 0x55717346ca60 0.000206
+gallium_dri.so free 0x55717346cb00 void 0.000116
+gallium_dri.so free 0x55717346ca60 void 0.000213
+gallium_dri.so malloc 72 0x55717346cab0 0.000204
+gallium_dri.so free 0x55717346cb80 void 0.000125
+gallium_dri.so free 0x55717346cab0 void 0.000162
+gallium_dri.so malloc 72 0x55717346cab0 0.000127
+gallium_dri.so free 0x55717346cc00 void 0.000126
+gallium_dri.so free 0x55717346cab0 void 0.000124
+gallium_dri.so malloc 72 0x55717346cc00 0.000125
+gallium_dri.so free 0x55717346ccc0 void 0.000126
+gallium_dri.so free 0x55717346cc00 void 0.000124
+gallium_dri.so malloc 72 0x55717346cc00 0.000125
+gallium_dri.so free 0x55717346cd80 void 0.000128
+gallium_dri.so free 0x55717346cc00 void 0.000123
+gallium_dri.so malloc 72 0x55717346cc00 0.000127
+gallium_dri.so free 0x55717346ce40 void 0.000126
+gallium_dri.so free 0x55717346cc00 void 0.000126
+gallium_dri.so malloc 72 0x55717346cdf0 0.000125
+gallium_dri.so free 0x55717346cf00 void 0.000125
+gallium_dri.so free 0x55717346cdf0 void 0.000153
+gallium_dri.so malloc 72 0x55717346ceb0 0.000127
+gallium_dri.so free 0x55717346cf80 void 0.000127
+gallium_dri.so free 0x55717346ceb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346cfd0 0.000125
+gallium_dri.so free 0x55717346d040 void 0.000128
+gallium_dri.so free 0x55717346cfd0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d060 0.000127
+gallium_dri.so free 0x55717346d100 void 0.000127
+gallium_dri.so free 0x55717346d060 void 0.000127
+gallium_dri.so malloc 72 0x55717346d0b0 0.000125
+gallium_dri.so free 0x55717346d180 void 0.000127
+gallium_dri.so free 0x55717346d0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d0b0 0.000126
+gallium_dri.so free 0x55717346d200 void 0.000127
+gallium_dri.so free 0x55717346d0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d200 0.000126
+gallium_dri.so free 0x55717346d2c0 void 0.000128
+gallium_dri.so free 0x55717346d200 void 0.000134
+gallium_dri.so malloc 72 0x55717346d200 0.000122
+gallium_dri.so free 0x55717346d3c0 void 0.000120
+gallium_dri.so free 0x55717346d200 void 0.000120
+gallium_dri.so malloc 72 0x55717346d370 0.000120
+gallium_dri.so free 0x55717346d400 void 0.000120
+gallium_dri.so free 0x55717346d370 void 0.000118
+gallium_dri.so malloc 72 0x55717346d370 0.000156
+gallium_dri.so free 0x55717346d4c0 void 0.000124
+gallium_dri.so free 0x55717346d370 void 0.000120
+gallium_dri.so malloc 72 0x55717346d500 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000121
+gallium_dri.so free 0x55717346d500 void 0.000121
+gallium_dri.so malloc 72 0x55717346d580 0.000121
+gallium_dri.so free 0x55717346d640 void 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000120
+gallium_dri.so malloc 72 0x55717346d580 0.000119
+gallium_dri.so free 0x55717346d6c0 void 0.000121
+gallium_dri.so free 0x55717346d580 void 0.000120
+gallium_dri.so malloc 72 0x55717346d6f0 0.000121
+gallium_dri.so free 0x55717346d740 void 0.000121
+gallium_dri.so free 0x55717346d6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d6f0 0.000121
+gallium_dri.so free 0x55717346d840 void 0.000121
+gallium_dri.so free 0x55717346d6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d880 0.000119
+gallium_dri.so free 0x55717346d900 void 0.000122
+gallium_dri.so free 0x55717346d880 void 0.000122
+gallium_dri.so malloc 72 0x55717346d900 0.000120
+gallium_dri.so free 0x55717346d9c0 void 0.000121
+gallium_dri.so free 0x55717346d900 void 0.000120
+gallium_dri.so malloc 72 0x55717346d900 0.000120
+gallium_dri.so free 0x55717346da40 void 0.000121
+gallium_dri.so free 0x55717346d900 void 0.000129
+gallium_dri.so malloc 72 0x55717346da70 0.000119
+gallium_dri.so free 0x55717346dac0 void 0.000120
+gallium_dri.so free 0x55717346da70 void 0.000117
+gallium_dri.so malloc 72 0x55717346da70 0.000118
+gallium_dri.so free 0x55717346dbc0 void 0.000119
+gallium_dri.so free 0x55717346da70 void 0.000119
+gallium_dri.so malloc 72 0x55717346db70 0.000119
+gallium_dri.so free 0x55717346dc80 void 0.000120
+gallium_dri.so free 0x55717346db70 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc30 0.000120
+gallium_dri.so free 0x55717346dd00 void 0.000118
+gallium_dri.so free 0x55717346dc30 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc30 0.000136
+gallium_dri.so free 0x55717346ddc0 void 0.000122
+gallium_dri.so free 0x55717346dc30 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc30 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000120
+gallium_dri.so free 0x55717346dc30 void 0.000118
+gallium_dri.so malloc 72 0x55717346de30 0.000118
+gallium_dri.so free 0x55717346df00 void 0.000120
+gallium_dri.so free 0x55717346de30 void 0.000119
+gallium_dri.so malloc 72 0x55717346df50 0.000118
+gallium_dri.so free 0x55717346dfc0 void 0.000119
+gallium_dri.so free 0x55717346df50 void 0.000118
+gallium_dri.so malloc 72 0x55717346dfe0 0.000118
+gallium_dri.so free 0x55717346e080 void 0.000131
+gallium_dri.so free 0x55717346dfe0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e030 0.000119
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so free 0x55717346e030 void 0.000120
+gallium_dri.so malloc 72 0x55717346e100 0.000119
+gallium_dri.so free 0x55717346e1c0 void 0.000120
+gallium_dri.so free 0x55717346e100 void 0.000119
+gallium_dri.so malloc 72 0x55717346e100 0.000119
+gallium_dri.so free 0x55717346e240 void 0.000126
+gallium_dri.so free 0x55717346e100 void 0.000116
+gallium_dri.so malloc 72 0x55717346e240 0.000141
+gallium_dri.so free 0x55717346e300 void 0.000115
+gallium_dri.so free 0x55717346e240 void 0.000113
+gallium_dri.so malloc 72 0x55717346e240 0.000113
+gallium_dri.so free 0x55717346e3c0 void 0.000114
+gallium_dri.so free 0x55717346e240 void 0.000114
+gallium_dri.so malloc 72 0x55717346e240 0.000113
+gallium_dri.so free 0x55717346e480 void 0.000114
+gallium_dri.so free 0x55717346e240 void 0.000115
+gallium_dri.so malloc 72 0x55717346e430 0.000112
+gallium_dri.so free 0x55717346e500 void 0.000117
+gallium_dri.so free 0x55717346e430 void 0.000113
+gallium_dri.so malloc 72 0x55717346e550 0.000114
+gallium_dri.so free 0x55717346e5c0 void 0.000114
+gallium_dri.so free 0x55717346e550 void 0.000114
+gallium_dri.so malloc 72 0x55717346e600 0.000113
+gallium_dri.so free 0x55717346e680 void 0.000161
+gallium_dri.so free 0x55717346e600 void 0.000115
+gallium_dri.so malloc 72 0x55717346e600 0.000114
+gallium_dri.so free 0x55717346e700 void 0.000123
+gallium_dri.so free 0x55717346e600 void 0.000120
+gallium_dri.so malloc 72 0x55717346e730 0.000115
+gallium_dri.so free 0x55717346e780 void 0.000115
+gallium_dri.so free 0x55717346e730 void 0.000113
+gallium_dri.so malloc 72 0x55717346e730 0.000116
+gallium_dri.so free 0x55717346e880 void 0.000114
+gallium_dri.so free 0x55717346e730 void 0.000115
+gallium_dri.so malloc 72 0x55717346e830 0.000115
+gallium_dri.so free 0x55717346e940 void 0.000116
+gallium_dri.so free 0x55717346e830 void 0.000114
+gallium_dri.so malloc 72 0x55717346e8f0 0.000114
+gallium_dri.so free 0x55717346e980 void 0.000115
+gallium_dri.so free 0x55717346e8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e8f0 0.000115
+gallium_dri.so free 0x55717346ea40 void 0.000115
+gallium_dri.so free 0x55717346e8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346eab0 0.000116
+gallium_dri.so free 0x55717346eb00 void 0.000114
+gallium_dri.so free 0x55717346eab0 void 0.000115
+gallium_dri.so malloc 72 0x55717346eab0 0.000114
+gallium_dri.so free 0x55717346ec00 void 0.000116
+gallium_dri.so free 0x55717346eab0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ebb0 0.000116
+gallium_dri.so free 0x55717346ecc0 void 0.000136
+gallium_dri.so free 0x55717346ebb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ec70 0.000113
+gallium_dri.so free 0x55717346ed00 void 0.000113
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec70 0.000113
+gallium_dri.so free 0x55717346edc0 void 0.000114
+gallium_dri.so free 0x55717346ec70 void 0.000111
+gallium_dri.so malloc 72 0x55717346ee00 0.000112
+gallium_dri.so free 0x55717346ee80 void 0.000114
+gallium_dri.so free 0x55717346ee00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ee80 0.000114
+gallium_dri.so free 0x55717346ef40 void 0.000114
+gallium_dri.so free 0x55717346ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717346ee80 0.000113
+gallium_dri.so free 0x55717346f000 void 0.000113
+gallium_dri.so free 0x55717346ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717346f020 0.000112
+gallium_dri.so free 0x55717346f0c0 void 0.000113
+gallium_dri.so free 0x55717346f020 void 0.000115
+gallium_dri.so malloc 72 0x55717346f070 0.000113
+gallium_dri.so free 0x55717346f140 void 0.000113
+gallium_dri.so free 0x55717346f070 void 0.000112
+gallium_dri.so malloc 72 0x55717346f070 0.000112
+gallium_dri.so free 0x55717346f1c0 void 0.000114
+gallium_dri.so free 0x55717346f070 void 0.000112
+gallium_dri.so malloc 72 0x55717346f1c0 0.000116
+gallium_dri.so free 0x55717346f280 void 0.000123
+gallium_dri.so free 0x55717346f1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f1c0 0.000111
+gallium_dri.so free 0x55717346f340 void 0.000114
+gallium_dri.so free 0x55717346f1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f1c0 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x55717346f1c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x55717346f400 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f3b0 0.000112
+gallium_dri.so free 0x5571735da980 void 0.000112
+gallium_dri.so free 0x55717346f3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da980 0.000113
+gallium_dri.so free 0x5571735daa40 void 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so malloc 72 0x5571735da980 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000112
+gallium_dri.so malloc 72 0x5571735daaf0 0.000114
+gallium_dri.so free 0x5571735dab40 void 0.000114
+gallium_dri.so free 0x5571735daaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daaf0 0.000114
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735daaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000164
+gallium_dri.so malloc 72 0x5571735dacb0 0.000115
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dacb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dada0 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000115
+gallium_dri.so free 0x5571735dada0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dadf0 0.000115
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dadf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dadf0 0.000119
+gallium_dri.so free 0x5571735daf40 void 0.000148
+gallium_dri.so free 0x5571735dadf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735daf40 0.000128
+gallium_dri.so free 0x5571735db000 void 0.000125
+gallium_dri.so free 0x5571735daf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735daf40 0.000118
+gallium_dri.so free 0x5571735db0c0 void 0.000115
+gallium_dri.so free 0x5571735daf40 void 0.000115
+gallium_dri.so malloc 72 0x5571735daf40 0.000120
+gallium_dri.so free 0x5571735db180 void 0.000120
+gallium_dri.so free 0x5571735daf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735db130 0.000114
+gallium_dri.so free 0x5571735db180 void 0.000116
+gallium_dri.so free 0x5571735db130 void 0.000115
+gallium_dri.so malloc 72 0x5571735db130 0.000125
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735db130 void 0.000114
+gallium_dri.so malloc 72 0x5571735db230 0.000112
+gallium_dri.so free 0x5571735db340 void 0.000111
+gallium_dri.so free 0x5571735db230 void 0.000112
+gallium_dri.so malloc 72 0x5571735db2f0 0.000112
+gallium_dri.so free 0x5571735db380 void 0.000114
+gallium_dri.so free 0x5571735db2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db2f0 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so free 0x5571735db2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db480 0.000112
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000113
+gallium_dri.so malloc 72 0x5571735db500 0.000112
+gallium_dri.so free 0x5571735db5c0 void 0.000117
+gallium_dri.so free 0x5571735db500 void 0.000115
+gallium_dri.so malloc 72 0x5571735db500 0.000113
+gallium_dri.so free 0x5571735db680 void 0.000112
+gallium_dri.so free 0x5571735db500 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6a0 0.000112
+gallium_dri.so free 0x5571735db740 void 0.000113
+gallium_dri.so free 0x5571735db6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6f0 0.000116
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db6f0 0.000112
+gallium_dri.so free 0x5571735db840 void 0.000122
+gallium_dri.so free 0x5571735db6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db840 0.000112
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db840 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000111
+gallium_dri.so free 0x5571735db840 void 0.000112
+gallium_dri.so malloc 72 0x5571735db840 0.000111
+gallium_dri.so free 0x5571735dba80 void 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000111
+gallium_dri.so free 0x5571735dbb40 void 0.000111
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000111
+gallium_dri.so free 0x5571735dbbc0 void 0.000112
+gallium_dri.so free 0x5571735dbaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc10 0.000116
+gallium_dri.so free 0x5571735dbc80 void 0.000120
+gallium_dri.so free 0x5571735dbc10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbca0 0.000113
+gallium_dri.so free 0x5571735dbd40 void 0.000113
+gallium_dri.so free 0x5571735dbca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbcf0 0.000124
+gallium_dri.so free 0x5571735dbdc0 void 0.000123
+gallium_dri.so free 0x5571735dbcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbcf0 0.000123
+gallium_dri.so free 0x5571735dbe40 void 0.000229
+gallium_dri.so free 0x5571735dbcf0 void 0.000279
+gallium_dri.so malloc 72 0x5571735dbe40 0.000284
+gallium_dri.so free 0x5571735dbf00 void 0.000274
+gallium_dri.so free 0x5571735dbe40 void 0.000267
+gallium_dri.so malloc 72 0x5571735dbe40 0.000159
+gallium_dri.so free 0x5571735dc000 void 0.000162
+gallium_dri.so free 0x5571735dbe40 void 0.000159
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000124
+gallium_dri.so free 0x5571735dc040 void 0.000119
+gallium_dri.so free 0x5571735dbfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000115
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dbfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc140 0.000118
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so free 0x5571735dc140 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000120
+gallium_dri.so free 0x5571735dc280 void 0.000126
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc1c0 0.000121
+gallium_dri.so free 0x5571735dc300 void 0.000122
+gallium_dri.so free 0x5571735dc1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc330 0.000135
+gallium_dri.so free 0x5571735dc380 void 0.000124
+gallium_dri.so free 0x5571735dc330 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc330 0.000124
+gallium_dri.so free 0x5571735dc480 void 0.000121
+gallium_dri.so free 0x5571735dc330 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000157
+gallium_dri.so free 0x5571735dc540 void 0.000132
+gallium_dri.so free 0x5571735dc4c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc540 0.000130
+gallium_dri.so free 0x5571735dc600 void 0.000128
+gallium_dri.so free 0x5571735dc540 void 0.000128
+gallium_dri.so malloc 72 0x5571735dc540 0.000132
+gallium_dri.so free 0x5571735dc680 void 0.000124
+gallium_dri.so free 0x5571735dc540 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000127
+gallium_dri.so free 0x5571735dc700 void 0.000123
+gallium_dri.so free 0x5571735dc6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc6b0 0.000119
+gallium_dri.so free 0x5571735dc800 void 0.000139
+gallium_dri.so free 0x5571735dc6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000130
+gallium_dri.so free 0x5571735dc8c0 void 0.000132
+gallium_dri.so free 0x5571735dc7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc870 0.000125
+gallium_dri.so free 0x5571735dc940 void 0.000127
+gallium_dri.so free 0x5571735dc870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc870 0.000124
+gallium_dri.so free 0x5571735dca00 void 0.000124
+gallium_dri.so free 0x5571735dc870 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dcac0 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca70 0.000134
+gallium_dri.so free 0x5571735dcb40 void 0.000131
+gallium_dri.so free 0x5571735dca70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb90 0.000122
+gallium_dri.so free 0x5571735dcc00 void 0.000121
+gallium_dri.so free 0x5571735dcb90 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcc20 0.000129
+gallium_dri.so free 0x5571735dccc0 void 0.000131
+gallium_dri.so free 0x5571735dcc20 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcc70 0.000126
+gallium_dri.so free 0x5571735dcd40 void 0.000207
+gallium_dri.so free 0x5571735dcc70 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcd40 0.000127
+gallium_dri.so free 0x5571735dce00 void 0.000131
+gallium_dri.so free 0x5571735dcd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcd40 0.000125
+gallium_dri.so free 0x5571735dce80 void 0.000126
+gallium_dri.so free 0x5571735dcd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735dce80 0.000125
+gallium_dri.so free 0x5571735dcf40 void 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000125
+gallium_dri.so malloc 72 0x5571735dce80 0.000130
+gallium_dri.so free 0x5571735dd000 void 0.000130
+gallium_dri.so free 0x5571735dce80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dce80 0.000127
+gallium_dri.so free 0x5571735dd0c0 void 0.000131
+gallium_dri.so free 0x5571735dce80 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd070 0.000129
+gallium_dri.so free 0x5571735dd140 void 0.000125
+gallium_dri.so free 0x5571735dd070 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd190 0.000127
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735dd190 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd240 0.000119
+gallium_dri.so free 0x5571735dd2c0 void 0.000120
+gallium_dri.so free 0x5571735dd240 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd240 0.000124
+gallium_dri.so free 0x5571735dd340 void 0.000123
+gallium_dri.so free 0x5571735dd240 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd370 0.000119
+gallium_dri.so free 0x5571735dd3c0 void 0.000120
+gallium_dri.so free 0x5571735dd370 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd370 0.000117
+gallium_dri.so free 0x5571735dd4c0 void 0.000120
+gallium_dri.so free 0x5571735dd370 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd470 0.000113
+gallium_dri.so free 0x5571735dd580 void 0.000114
+gallium_dri.so free 0x5571735dd470 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd530 0.000118
+gallium_dri.so free 0x5571735dd5c0 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000113
+gallium_dri.so free 0x5571735dd680 void 0.000112
+gallium_dri.so free 0x5571735dd530 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000113
+gallium_dri.so free 0x5571735dd740 void 0.000114
+gallium_dri.so free 0x5571735dd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd6f0 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000125
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000115
+gallium_dri.so free 0x5571735dd940 void 0.000116
+gallium_dri.so free 0x5571735dd8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000113
+gallium_dri.so free 0x5571735dda00 void 0.000114
+gallium_dri.so free 0x5571735dd8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dda40 0.000113
+gallium_dri.so free 0x5571735ddac0 void 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddac0 0.000131
+gallium_dri.so free 0x5571735ddc40 void 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddc60 0.000112
+gallium_dri.so free 0x5571735ddd00 void 0.000114
+gallium_dri.so free 0x5571735ddc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735ddd80 void 0.000113
+gallium_dri.so free 0x5571735ddcb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddcb0 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so free 0x5571735ddcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dde00 0.000112
+gallium_dri.so free 0x5571735ddec0 void 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde00 0.000115
+gallium_dri.so free 0x5571735de040 void 0.000115
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddff0 0.000114
+gallium_dri.so free 0x5571735de100 void 0.000114
+gallium_dri.so free 0x5571735ddff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de0b0 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000115
+gallium_dri.so free 0x5571735de0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1d0 0.000116
+gallium_dri.so free 0x5571735de240 void 0.000116
+gallium_dri.so free 0x5571735de1d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de260 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000122
+gallium_dri.so free 0x5571735de260 void 0.000114
+gallium_dri.so malloc 72 0x5571735de2b0 0.000116
+gallium_dri.so free 0x5571735de380 void 0.000115
+gallium_dri.so free 0x5571735de2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de2b0 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000114
+gallium_dri.so free 0x5571735de4c0 void 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000112
+gallium_dri.so free 0x5571735de600 void 0.000113
+gallium_dri.so free 0x5571735de570 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000112
+gallium_dri.so free 0x5571735de6c0 void 0.000113
+gallium_dri.so free 0x5571735de570 void 0.000112
+gallium_dri.so malloc 72 0x5571735de700 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000120
+gallium_dri.so free 0x5571735de700 void 0.000114
+gallium_dri.so malloc 72 0x5571735de780 0.000115
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de780 void 0.000112
+gallium_dri.so malloc 72 0x5571735de780 0.000130
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de780 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735de940 void 0.000114
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735dea40 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea80 0.000113
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so free 0x5571735dea80 void 0.000127
+gallium_dri.so malloc 72 0x5571735deb00 0.000113
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735deb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735deb00 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735deb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec70 0.000112
+gallium_dri.so free 0x5571735decc0 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x5571735dedc0 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ded70 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so free 0x5571735ded70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735def00 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dee30 0.000112
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dee30 0.000117
+gallium_dri.so free 0x5571735df080 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000114
+gallium_dri.so malloc 72 0x5571735df030 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df030 void 0.000157
+gallium_dri.so malloc 72 0x5571735df150 0.000117
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df150 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1e0 0.000114
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df230 0.000117
+gallium_dri.so free 0x5571735df300 void 0.000116
+gallium_dri.so free 0x5571735df230 void 0.000114
+gallium_dri.so malloc 72 0x5571735df300 0.000114
+gallium_dri.so free 0x5571735df3c0 void 0.000116
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so malloc 72 0x5571735df300 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000148
+gallium_dri.so free 0x5571735df300 void 0.000116
+gallium_dri.so malloc 72 0x5571735df440 0.000116
+gallium_dri.so free 0x5571735df500 void 0.000116
+gallium_dri.so free 0x5571735df440 void 0.000114
+gallium_dri.so malloc 72 0x5571735df440 0.000114
+gallium_dri.so free 0x5571735df5c0 void 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so malloc 72 0x5571735df440 0.000115
+gallium_dri.so free 0x5571735df680 void 0.000117
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so malloc 72 0x5571735df630 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000116
+gallium_dri.so free 0x5571735df630 void 0.000123
+gallium_dri.so malloc 72 0x5571735df750 0.000114
+gallium_dri.so free 0x5571735df7c0 void 0.000114
+gallium_dri.so free 0x5571735df750 void 0.000131
+gallium_dri.so malloc 72 0x5571735df800 0.000117
+gallium_dri.so free 0x5571735df880 void 0.000114
+gallium_dri.so free 0x5571735df800 void 0.000112
+gallium_dri.so malloc 72 0x5571735df800 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df800 void 0.000114
+gallium_dri.so malloc 72 0x5571735df930 0.000112
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df930 void 0.000112
+gallium_dri.so malloc 72 0x5571735df930 0.000111
+gallium_dri.so free 0x5571735dfa80 void 0.000112
+gallium_dri.so free 0x5571735df930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfa30 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000114
+gallium_dri.so free 0x5571735dfa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000114
+gallium_dri.so free 0x5571735dfb80 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfaf0 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000113
+gallium_dri.so free 0x5571735dfaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000113
+gallium_dri.so free 0x5571735dfcb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000116
+gallium_dri.so free 0x5571735dfcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000114
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe70 0.000113
+gallium_dri.so free 0x5571735dff00 void 0.000114
+gallium_dri.so free 0x5571735dfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe70 0.000119
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfe70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0000 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0080 0.000113
+gallium_dri.so free 0x5571735e0140 void 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0080 0.000122
+gallium_dri.so free 0x5571735e0200 void 0.000116
+gallium_dri.so free 0x5571735e0080 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0220 0.000115
+gallium_dri.so free 0x5571735e02c0 void 0.000115
+gallium_dri.so free 0x5571735e0220 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0270 0.000112
+gallium_dri.so free 0x5571735e0340 void 0.000117
+gallium_dri.so free 0x5571735e0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0270 0.000120
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735e0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0480 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03c0 0.000113
+gallium_dri.so free 0x5571735e0540 void 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e03c0 0.000112
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e05b0 0.000114
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so free 0x5571735e05b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0670 0.000114
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e0670 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0790 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e0790 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0820 0.000112
+gallium_dri.so free 0x5571735e08c0 void 0.000114
+gallium_dri.so free 0x5571735e0820 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0870 0.000113
+gallium_dri.so free 0x5571735e0940 void 0.000114
+gallium_dri.so free 0x5571735e0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0870 0.000126
+gallium_dri.so free 0x5571735e09c0 void 0.000115
+gallium_dri.so free 0x5571735e0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735e09c0 0.000114
+gallium_dri.so free 0x5571735e0a80 void 0.000115
+gallium_dri.so free 0x5571735e09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e09c0 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b30 0.000116
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b30 0.000113
+gallium_dri.so free 0x5571735e0c80 void 0.000114
+gallium_dri.so free 0x5571735e0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000149
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d40 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49a0 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49f0 0.000113
+gallium_dri.so free 0x5571735f4ac0 void 0.000115
+gallium_dri.so free 0x5571735f49f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49f0 0.000166
+gallium_dri.so free 0x5571735f4bc0 void 0.000116
+gallium_dri.so free 0x5571735f49f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4b70 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735f4b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4c90 0.000112
+gallium_dri.so free 0x5571735f4d00 void 0.000112
+gallium_dri.so free 0x5571735f4c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4d20 0.000112
+gallium_dri.so free 0x5571735f4dc0 void 0.000115
+gallium_dri.so free 0x5571735f4d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4d70 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000115
+gallium_dri.so free 0x5571735f4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4d70 0.000112
+gallium_dri.so free 0x5571735f4ec0 void 0.000119
+gallium_dri.so free 0x5571735f4d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000114
+gallium_dri.so free 0x5571735f4f80 void 0.000115
+gallium_dri.so free 0x5571735f4ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000113
+gallium_dri.so free 0x5571735f5080 void 0.000114
+gallium_dri.so free 0x5571735f4ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000113
+gallium_dri.so free 0x5571735f5100 void 0.000115
+gallium_dri.so free 0x5571735f4ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5130 0.000122
+gallium_dri.so free 0x5571735f5180 void 0.000120
+gallium_dri.so free 0x5571735f5130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5130 0.000116
+gallium_dri.so free 0x5571735f5280 void 0.000117
+gallium_dri.so free 0x5571735f5130 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5230 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000115
+gallium_dri.so free 0x5571735f5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f52f0 0.000113
+gallium_dri.so free 0x5571735f5380 void 0.000115
+gallium_dri.so free 0x5571735f52f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f52f0 0.000114
+gallium_dri.so free 0x5571735f5440 void 0.000117
+gallium_dri.so free 0x5571735f52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5490 0.000114
+gallium_dri.so free 0x5571735f5500 void 0.000114
+gallium_dri.so free 0x5571735f5490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000112
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735f5680 void 0.000112
+gallium_dri.so free 0x5571735f55c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f55c0 0.000112
+gallium_dri.so free 0x5571735f5700 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5730 0.000114
+gallium_dri.so free 0x5571735f5780 void 0.000126
+gallium_dri.so free 0x5571735f5730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5730 0.000113
+gallium_dri.so free 0x5571735f5880 void 0.000115
+gallium_dri.so free 0x5571735f5730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5830 0.000114
+gallium_dri.so free 0x5571735f5940 void 0.000115
+gallium_dri.so free 0x5571735f5830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f58f0 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so free 0x5571735f58f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59e0 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000115
+gallium_dri.so free 0x5571735f59e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5a30 0.000112
+gallium_dri.so free 0x5571735f5b00 void 0.000114
+gallium_dri.so free 0x5571735f5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a30 0.000113
+gallium_dri.so free 0x5571735f5b80 void 0.000115
+gallium_dri.so free 0x5571735f5a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b80 0.000113
+gallium_dri.so free 0x5571735f5c40 void 0.000114
+gallium_dri.so free 0x5571735f5b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5b80 0.000113
+gallium_dri.so free 0x5571735f5d00 void 0.000114
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5b80 0.000113
+gallium_dri.so free 0x5571735f5dc0 void 0.000181
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5d70 0.000113
+gallium_dri.so free 0x5571735f5dc0 void 0.000117
+gallium_dri.so free 0x5571735f5d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5d70 0.000117
+gallium_dri.so free 0x5571735f5ec0 void 0.000115
+gallium_dri.so free 0x5571735f5d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e70 0.000114
+gallium_dri.so free 0x5571735f5f80 void 0.000116
+gallium_dri.so free 0x5571735f5e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5f30 0.000113
+gallium_dri.so free 0x5571735f5fc0 void 0.000114
+gallium_dri.so free 0x5571735f5f30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5f30 0.000113
+gallium_dri.so free 0x5571735f6080 void 0.000115
+gallium_dri.so free 0x5571735f5f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f60c0 0.000114
+gallium_dri.so free 0x5571735f6140 void 0.000126
+gallium_dri.so free 0x5571735f60c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6140 0.000116
+gallium_dri.so free 0x5571735f6200 void 0.000115
+gallium_dri.so free 0x5571735f6140 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6140 0.000115
+gallium_dri.so free 0x5571735f62c0 void 0.000113
+gallium_dri.so free 0x5571735f6140 void 0.000112
+gallium_dri.so malloc 72 0x5571735f62e0 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000128
+gallium_dri.so free 0x5571735f62e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6330 0.000113
+gallium_dri.so free 0x5571735f6400 void 0.000114
+gallium_dri.so free 0x5571735f6330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6330 0.000114
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f6330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6480 0.000113
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735f6480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6480 0.000113
+gallium_dri.so free 0x5571735f6600 void 0.000114
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6480 0.000114
+gallium_dri.so free 0x5571735f66c0 void 0.000115
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6670 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000115
+gallium_dri.so free 0x5571735f6670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6730 0.000112
+gallium_dri.so free 0x5571735f6800 void 0.000116
+gallium_dri.so free 0x5571735f6730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6850 0.000113
+gallium_dri.so free 0x5571735f68c0 void 0.000114
+gallium_dri.so free 0x5571735f6850 void 0.000112
+gallium_dri.so malloc 72 0x5571735f68e0 0.000113
+gallium_dri.so free 0x5571735f6980 void 0.000122
+gallium_dri.so free 0x5571735f68e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6930 0.000114
+gallium_dri.so free 0x5571735f6a00 void 0.000115
+gallium_dri.so free 0x5571735f6930 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6930 0.000117
+gallium_dri.so free 0x5571735f6a80 void 0.000115
+gallium_dri.so free 0x5571735f6930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6a80 0.000115
+gallium_dri.so free 0x5571735f6b40 void 0.000115
+gallium_dri.so free 0x5571735f6a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6a80 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000116
+gallium_dri.so free 0x5571735f6a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000116
+gallium_dri.so free 0x5571735f6c80 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000112
+gallium_dri.so free 0x5571735f6d40 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d80 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000115
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e00 0.000118
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e00 0.000117
+gallium_dri.so free 0x5571735f6f40 void 0.000115
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6f70 0.000115
+gallium_dri.so free 0x5571735f6fc0 void 0.000115
+gallium_dri.so free 0x5571735f6f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f70 0.000126
+gallium_dri.so free 0x5571735f70c0 void 0.000116
+gallium_dri.so free 0x5571735f6f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7100 0.000113
+gallium_dri.so free 0x5571735f7180 void 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7180 0.000115
+gallium_dri.so free 0x5571735f7240 void 0.000115
+gallium_dri.so free 0x5571735f7180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7180 0.000112
+gallium_dri.so free 0x5571735f72c0 void 0.000118
+gallium_dri.so free 0x5571735f7180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72f0 0.000114
+gallium_dri.so free 0x5571735f7340 void 0.000117
+gallium_dri.so free 0x5571735f72f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f72f0 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000115
+gallium_dri.so free 0x5571735f72f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f73f0 0.000115
+gallium_dri.so free 0x5571735f7500 void 0.000115
+gallium_dri.so free 0x5571735f73f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f74b0 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so free 0x5571735f74b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f74b0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so free 0x5571735f74b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f74b0 0.000117
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f74b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f76b0 0.000115
+gallium_dri.so free 0x5571735f7780 void 0.000113
+gallium_dri.so free 0x5571735f76b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f77d0 0.000113
+gallium_dri.so free 0x5571735f7840 void 0.000114
+gallium_dri.so free 0x5571735f77d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7860 0.000112
+gallium_dri.so free 0x5571735f7900 void 0.000115
+gallium_dri.so free 0x5571735f7860 void 0.000112
+gallium_dri.so malloc 72 0x5571735f78b0 0.000144
+gallium_dri.so free 0x5571735f7980 void 0.000118
+gallium_dri.so free 0x5571735f78b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7980 0.000114
+gallium_dri.so free 0x5571735f7a40 void 0.000116
+gallium_dri.so free 0x5571735f7980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7980 0.000112
+gallium_dri.so free 0x5571735f7ac0 void 0.000113
+gallium_dri.so free 0x5571735f7980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000113
+gallium_dri.so free 0x5571735f7b80 void 0.000113
+gallium_dri.so free 0x5571735f7ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000114
+gallium_dri.so free 0x5571735f7c40 void 0.000113
+gallium_dri.so free 0x5571735f7ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7ac0 0.000115
+gallium_dri.so free 0x5571735f7d00 void 0.000114
+gallium_dri.so free 0x5571735f7ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000115
+gallium_dri.so free 0x5571735f7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7dd0 0.000118
+gallium_dri.so free 0x5571735f7e40 void 0.000118
+gallium_dri.so free 0x5571735f7dd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7e80 0.000115
+gallium_dri.so free 0x5571735f7f00 void 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e80 0.000114
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000119
+gallium_dri.so free 0x5571735f8000 void 0.000115
+gallium_dri.so free 0x5571735f7fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735f7fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f80b0 0.000112
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f80b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f8200 void 0.000114
+gallium_dri.so free 0x5571735f8170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8170 0.000113
+gallium_dri.so free 0x5571735f82c0 void 0.000113
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8330 0.000115
+gallium_dri.so free 0x5571735f8380 void 0.000114
+gallium_dri.so free 0x5571735f8330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8330 0.000112
+gallium_dri.so free 0x5571735f8480 void 0.000114
+gallium_dri.so free 0x5571735f8330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8430 0.000113
+gallium_dri.so free 0x5571735f8540 void 0.000115
+gallium_dri.so free 0x5571735f8430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f84f0 0.000113
+gallium_dri.so free 0x5571735f8580 void 0.000114
+gallium_dri.so free 0x5571735f84f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f84f0 0.000112
+gallium_dri.so free 0x5571735f8640 void 0.000114
+gallium_dri.so free 0x5571735f84f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8680 0.000113
+gallium_dri.so free 0x5571735f8700 void 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8700 0.000114
+gallium_dri.so free 0x5571735f87c0 void 0.000116
+gallium_dri.so free 0x5571735f8700 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8700 0.000113
+gallium_dri.so free 0x5571735f8880 void 0.000112
+gallium_dri.so free 0x5571735f8700 void 0.000112
+gallium_dri.so malloc 72 0x5571735f88a0 0.000112
+gallium_dri.so free 0x5571735f8940 void 0.000111
+gallium_dri.so free 0x5571735f88a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f88f0 0.000112
+gallium_dri.so free 0x5571735f89c0 void 0.000114
+gallium_dri.so free 0x5571735f88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f88f0 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000112
+gallium_dri.so free 0x5571735f88f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8a40 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8a40 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8a40 0.000112
+gallium_dri.so free 0x5571735f8c80 void 0.000111
+gallium_dri.so free 0x5571735f8a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c30 0.000111
+gallium_dri.so free 0x5571735f8d40 void 0.000112
+gallium_dri.so free 0x5571735f8c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000121
+gallium_dri.so free 0x5571735f8dc0 void 0.000119
+gallium_dri.so free 0x5571735f8cf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e10 0.000124
+gallium_dri.so free 0x5571735f8e80 void 0.000116
+gallium_dri.so free 0x5571735f8e10 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8ea0 0.000109
+gallium_dri.so free 0x5571735f8f40 void 0.000109
+gallium_dri.so free 0x5571735f8ea0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000125
+gallium_dri.so free 0x5571735f8fc0 void 0.000111
+gallium_dri.so free 0x5571735f8ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000110
+gallium_dri.so free 0x5571735f9040 void 0.000110
+gallium_dri.so free 0x5571735f8ef0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9040 0.000110
+gallium_dri.so free 0x5571735f9100 void 0.000111
+gallium_dri.so free 0x5571735f9040 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9040 0.000109
+gallium_dri.so free 0x5571735f9200 void 0.000110
+gallium_dri.so free 0x5571735f9040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000121
+gallium_dri.so free 0x5571735f9240 void 0.000112
+gallium_dri.so free 0x5571735f91b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f91b0 0.000115
+gallium_dri.so free 0x5571735f9300 void 0.000117
+gallium_dri.so free 0x5571735f91b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f9340 0.000112
+gallium_dri.so free 0x5571735f93c0 void 0.000111
+gallium_dri.so free 0x5571735f9340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f93c0 0.000177
+gallium_dri.so free 0x5571735f9480 void 0.000117
+gallium_dri.so free 0x5571735f93c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f93c0 0.000130
+gallium_dri.so free 0x5571735f9500 void 0.000123
+gallium_dri.so free 0x5571735f93c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9530 0.000123
+gallium_dri.so free 0x5571735f9580 void 0.000123
+gallium_dri.so free 0x5571735f9530 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9530 0.000119
+gallium_dri.so free 0x5571735f9680 void 0.000120
+gallium_dri.so free 0x5571735f9530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f96c0 0.000119
+gallium_dri.so free 0x5571735f9740 void 0.000123
+gallium_dri.so free 0x5571735f96c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9740 0.000123
+gallium_dri.so free 0x5571735f9800 void 0.000123
+gallium_dri.so free 0x5571735f9740 void 0.000157
+gallium_dri.so malloc 72 0x5571735f9740 0.000124
+gallium_dri.so free 0x5571735f9880 void 0.000162
+gallium_dri.so free 0x5571735f9740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f98b0 0.000129
+gallium_dri.so free 0x5571735f9900 void 0.000124
+gallium_dri.so free 0x5571735f98b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f98b0 0.000125
+gallium_dri.so free 0x5571735f9a00 void 0.000124
+gallium_dri.so free 0x5571735f98b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f99b0 0.000120
+gallium_dri.so free 0x5571735f9ac0 void 0.000123
+gallium_dri.so free 0x5571735f99b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9a70 0.000115
+gallium_dri.so free 0x5571735f9b40 void 0.000119
+gallium_dri.so free 0x5571735f9a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9a70 0.000122
+gallium_dri.so free 0x5571735f9c00 void 0.000124
+gallium_dri.so free 0x5571735f9a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9a70 0.000130
+gallium_dri.so free 0x5571735f9cc0 void 0.000135
+gallium_dri.so free 0x5571735f9a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9c70 0.000129
+gallium_dri.so free 0x5571735f9d40 void 0.000128
+gallium_dri.so free 0x5571735f9c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9d90 0.000246
+gallium_dri.so free 0x5571735f9e00 void 0.000269
+gallium_dri.so free 0x5571735f9d90 void 0.000162
+gallium_dri.so malloc 72 0x5571735f9e20 0.000160
+gallium_dri.so free 0x5571735f9ec0 void 0.000129
+gallium_dri.so free 0x5571735f9e20 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9e70 0.000128
+gallium_dri.so free 0x5571735f9f40 void 0.000129
+gallium_dri.so free 0x5571735f9e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9f40 0.000130
+gallium_dri.so free 0x5571735fa000 void 0.000129
+gallium_dri.so free 0x5571735f9f40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9f40 0.000120
+gallium_dri.so free 0x5571735fa080 void 0.000124
+gallium_dri.so free 0x5571735f9f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa080 0.000124
+gallium_dri.so free 0x5571735fa140 void 0.000119
+gallium_dri.so free 0x5571735fa080 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa080 0.000128
+gallium_dri.so free 0x5571735fa200 void 0.000184
+gallium_dri.so free 0x5571735fa080 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa080 0.000129
+gallium_dri.so free 0x5571735fa2c0 void 0.000129
+gallium_dri.so free 0x5571735fa080 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa270 0.000120
+gallium_dri.so free 0x5571735fa340 void 0.000127
+gallium_dri.so free 0x5571735fa270 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa390 0.000130
+gallium_dri.so free 0x5571735fa400 void 0.000129
+gallium_dri.so free 0x5571735fa390 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa440 0.000120
+gallium_dri.so free 0x5571735fa4c0 void 0.000124
+gallium_dri.so free 0x5571735fa440 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa440 0.000129
+gallium_dri.so free 0x5571735fa540 void 0.000133
+gallium_dri.so free 0x5571735fa440 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa570 0.000132
+gallium_dri.so free 0x5571735fa5c0 void 0.000130
+gallium_dri.so free 0x5571735fa570 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa570 0.000124
+gallium_dri.so free 0x5571735fa6c0 void 0.000137
+gallium_dri.so free 0x5571735fa570 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa670 0.000129
+gallium_dri.so free 0x5571735fa780 void 0.000129
+gallium_dri.so free 0x5571735fa670 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa730 0.000146
+gallium_dri.so free 0x5571735fa7c0 void 0.000129
+gallium_dri.so free 0x5571735fa730 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa730 0.000129
+gallium_dri.so free 0x5571735fa880 void 0.000124
+gallium_dri.so free 0x5571735fa730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000119
+gallium_dri.so free 0x5571735fa940 void 0.000120
+gallium_dri.so free 0x5571735fa8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000124
+gallium_dri.so free 0x5571735faa40 void 0.000128
+gallium_dri.so free 0x5571735fa8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000129
+gallium_dri.so free 0x5571735fab00 void 0.000130
+gallium_dri.so free 0x5571735fa9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735faab0 0.000129
+gallium_dri.so free 0x5571735fab40 void 0.000138
+gallium_dri.so free 0x5571735faab0 void 0.000225
+gallium_dri.so malloc 72 0x5571735faab0 0.000243
+gallium_dri.so free 0x5571735fac00 void 0.000165
+gallium_dri.so free 0x5571735faab0 void 0.000161
+gallium_dri.so malloc 72 0x5571735fac40 0.000163
+gallium_dri.so free 0x5571735facc0 void 0.000130
+gallium_dri.so free 0x5571735fac40 void 0.000124
+gallium_dri.so malloc 72 0x5571735facc0 0.000120
+gallium_dri.so free 0x5571735fad80 void 0.000118
+gallium_dri.so free 0x5571735facc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735facc0 0.000124
+gallium_dri.so free 0x5571735fae40 void 0.000126
+gallium_dri.so free 0x5571735facc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fae60 0.000125
+gallium_dri.so free 0x5571735faf00 void 0.000129
+gallium_dri.so free 0x5571735fae60 void 0.000130
+gallium_dri.so malloc 72 0x5571735faeb0 0.000130
+gallium_dri.so free 0x5571735faf80 void 0.000130
+gallium_dri.so free 0x5571735faeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735faeb0 0.000119
+gallium_dri.so free 0x5571735fb000 void 0.000128
+gallium_dri.so free 0x5571735faeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb000 0.000119
+gallium_dri.so free 0x5571735fb0c0 void 0.000121
+gallium_dri.so free 0x5571735fb000 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb000 0.000128
+gallium_dri.so free 0x5571735fb180 void 0.000128
+gallium_dri.so free 0x5571735fb000 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb000 0.000129
+gallium_dri.so free 0x5571735fb240 void 0.000129
+gallium_dri.so free 0x5571735fb000 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000124
+gallium_dri.so free 0x5571735fb300 void 0.000122
+gallium_dri.so free 0x5571735fb1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000129
+gallium_dri.so free 0x5571735fb380 void 0.000129
+gallium_dri.so free 0x5571735fb2b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735fb3d0 0.000170
+gallium_dri.so free 0x5571735fb440 void 0.000131
+gallium_dri.so free 0x5571735fb3d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb460 0.000188
+gallium_dri.so free 0x5571735fb500 void 0.000328
+gallium_dri.so free 0x5571735fb460 void 0.000338
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000329
+gallium_dri.so free 0x5571735fb580 void 0.000166
+gallium_dri.so free 0x5571735fb4b0 void 0.000164
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000165
+gallium_dri.so free 0x5571735fb600 void 0.000130
+gallium_dri.so free 0x5571735fb4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb600 0.000129
+gallium_dri.so free 0x5571735fb6c0 void 0.000124
+gallium_dri.so free 0x5571735fb600 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb600 0.000126
+gallium_dri.so free 0x5571735fb7c0 void 0.000127
+gallium_dri.so free 0x5571735fb600 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb770 0.000129
+gallium_dri.so free 0x5571735fb800 void 0.000131
+gallium_dri.so free 0x5571735fb770 void 0.000140
+gallium_dri.so malloc 72 0x5571735fb770 0.000130
+gallium_dri.so free 0x5571735fb8c0 void 0.000129
+gallium_dri.so free 0x5571735fb770 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb900 0.000128
+gallium_dri.so free 0x5571735fb980 void 0.000129
+gallium_dri.so free 0x5571735fb900 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb980 0.000124
+gallium_dri.so free 0x5571735fba40 void 0.000126
+gallium_dri.so free 0x5571735fb980 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb980 0.000120
+gallium_dri.so free 0x5571735fbac0 void 0.000120
+gallium_dri.so free 0x5571735fb980 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000123
+gallium_dri.so free 0x5571735fbb40 void 0.000120
+gallium_dri.so free 0x5571735fbaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000128
+gallium_dri.so free 0x5571735fbc40 void 0.000130
+gallium_dri.so free 0x5571735fbaf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbc80 0.000123
+gallium_dri.so free 0x5571735fbd00 void 0.000120
+gallium_dri.so free 0x5571735fbc80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbd00 0.000139
+gallium_dri.so free 0x5571735fbdc0 void 0.000130
+gallium_dri.so free 0x5571735fbd00 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbd00 0.000128
+gallium_dri.so free 0x5571735fbe40 void 0.000129
+gallium_dri.so free 0x5571735fbd00 void 0.000132
+gallium_dri.so malloc 72 0x5571735fbe70 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735fbe70 void 0.000129
+gallium_dri.so malloc 72 0x5571735fbe70 0.000129
+gallium_dri.so free 0x5571735eb480 void 0.000130
+gallium_dri.so free 0x5571735fbe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb430 0.000165
+gallium_dri.so free 0x5571735eb540 void 0.000164
+gallium_dri.so free 0x5571735eb430 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000130
+gallium_dri.so free 0x5571735eb5c0 void 0.000132
+gallium_dri.so free 0x5571735eb4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000121
+gallium_dri.so free 0x5571735eb680 void 0.000122
+gallium_dri.so free 0x5571735eb4f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000132
+gallium_dri.so free 0x5571735eb740 void 0.000131
+gallium_dri.so free 0x5571735eb4f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so free 0x5571735eb6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eb810 0.000129
+gallium_dri.so free 0x5571735eb880 void 0.000164
+gallium_dri.so free 0x5571735eb810 void 0.000169
+gallium_dri.so malloc 72 0x5571735eb8a0 0.000129
+gallium_dri.so free 0x5571735eb940 void 0.000126
+gallium_dri.so free 0x5571735eb8a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb8f0 0.000122
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so free 0x5571735eb8f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000125
+gallium_dri.so free 0x5571735ebb00 void 0.000122
+gallium_dri.so free 0x5571735eb9c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ebb00 0.000132
+gallium_dri.so free 0x5571735ebbc0 void 0.000130
+gallium_dri.so free 0x5571735ebb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebb00 0.000124
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebb00 0.000130
+gallium_dri.so free 0x5571735ebd40 void 0.000128
+gallium_dri.so free 0x5571735ebb00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000128
+gallium_dri.so free 0x5571735ebdc0 void 0.000131
+gallium_dri.so free 0x5571735ebcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebe10 0.000129
+gallium_dri.so free 0x5571735ebe80 void 0.000129
+gallium_dri.so free 0x5571735ebe10 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebec0 0.000251
+gallium_dri.so free 0x5571735ebf40 void 0.000131
+gallium_dri.so free 0x5571735ebec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebec0 0.000125
+gallium_dri.so free 0x5571735ebfc0 void 0.000176
+gallium_dri.so free 0x5571735ebec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebff0 0.000298
+gallium_dri.so free 0x5571735ec040 void 0.000303
+gallium_dri.so free 0x5571735ebff0 void 0.000271
+gallium_dri.so malloc 72 0x5571735ebff0 0.000288
+gallium_dri.so free 0x5571735ec140 void 0.000285
+gallium_dri.so free 0x5571735ebff0 void 0.000289
+gallium_dri.so malloc 72 0x5571735ec0f0 0.000282
+gallium_dri.so free 0x5571735ec200 void 0.000270
+gallium_dri.so free 0x5571735ec0f0 void 0.000270
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000271
+gallium_dri.so free 0x5571735ec240 void 0.000286
+gallium_dri.so free 0x5571735ec1b0 void 0.000222
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000242
+gallium_dri.so free 0x5571735ec300 void 0.000129
+gallium_dri.so free 0x5571735ec1b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec370 0.000129
+gallium_dri.so free 0x5571735ec3c0 void 0.000130
+gallium_dri.so free 0x5571735ec370 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec370 0.000120
+gallium_dri.so free 0x5571735ec4c0 void 0.000125
+gallium_dri.so free 0x5571735ec370 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec470 0.000129
+gallium_dri.so free 0x5571735ec580 void 0.000130
+gallium_dri.so free 0x5571735ec470 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec530 0.000129
+gallium_dri.so free 0x5571735ec5c0 void 0.000129
+gallium_dri.so free 0x5571735ec530 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec530 0.000125
+gallium_dri.so free 0x5571735ec680 void 0.000127
+gallium_dri.so free 0x5571735ec530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000125
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec740 0.000130
+gallium_dri.so free 0x5571735ec800 void 0.000137
+gallium_dri.so free 0x5571735ec740 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec740 0.000123
+gallium_dri.so free 0x5571735ec8c0 void 0.000126
+gallium_dri.so free 0x5571735ec740 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000125
+gallium_dri.so free 0x5571735ec980 void 0.000121
+gallium_dri.so free 0x5571735ec8e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec930 0.000137
+gallium_dri.so free 0x5571735eca00 void 0.000131
+gallium_dri.so free 0x5571735ec930 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec930 0.000125
+gallium_dri.so free 0x5571735eca80 void 0.000124
+gallium_dri.so free 0x5571735ec930 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca80 0.000119
+gallium_dri.so free 0x5571735ecb40 void 0.000125
+gallium_dri.so free 0x5571735eca80 void 0.000129
+gallium_dri.so malloc 72 0x5571735eca80 0.000123
+gallium_dri.so free 0x5571735ecc00 void 0.000120
+gallium_dri.so free 0x5571735eca80 void 0.000124
+gallium_dri.so malloc 72 0x5571735eca80 0.000131
+gallium_dri.so free 0x5571735eccc0 void 0.000129
+gallium_dri.so free 0x5571735eca80 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecc70 0.000120
+gallium_dri.so free 0x5571735ecd80 void 0.000128
+gallium_dri.so free 0x5571735ecc70 void 0.000140
+gallium_dri.so malloc 72 0x5571735ecd30 0.000133
+gallium_dri.so free 0x5571735ece00 void 0.000131
+gallium_dri.so free 0x5571735ecd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ece50 0.000129
+gallium_dri.so free 0x5571735ecec0 void 0.000129
+gallium_dri.so free 0x5571735ece50 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecee0 0.000130
+gallium_dri.so free 0x5571735ecf80 void 0.000124
+gallium_dri.so free 0x5571735ecee0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecf30 0.000129
+gallium_dri.so free 0x5571735ed000 void 0.000130
+gallium_dri.so free 0x5571735ecf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecf30 0.000123
+gallium_dri.so free 0x5571735ed080 void 0.000126
+gallium_dri.so free 0x5571735ecf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed080 0.000123
+gallium_dri.so free 0x5571735ed140 void 0.000125
+gallium_dri.so free 0x5571735ed080 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed080 0.000129
+gallium_dri.so free 0x5571735ed240 void 0.000129
+gallium_dri.so free 0x5571735ed080 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000119
+gallium_dri.so free 0x5571735ed280 void 0.000120
+gallium_dri.so free 0x5571735ed1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed1f0 0.000124
+gallium_dri.so free 0x5571735ed340 void 0.000119
+gallium_dri.so free 0x5571735ed1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed380 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000121
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed400 0.000119
+gallium_dri.so free 0x5571735ed540 void 0.000120
+gallium_dri.so free 0x5571735ed400 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed570 0.000119
+gallium_dri.so free 0x5571735ed5c0 void 0.000119
+gallium_dri.so free 0x5571735ed570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed570 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed700 0.000118
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed780 0.000120
+gallium_dri.so free 0x5571735ed840 void 0.000124
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed780 0.000119
+gallium_dri.so free 0x5571735ed8c0 void 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000119
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000120
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000118
+gallium_dri.so free 0x5571735edd00 void 0.000126
+gallium_dri.so free 0x5571735edab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcb0 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so free 0x5571735edcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eddd0 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000113
+gallium_dri.so free 0x5571735eddd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ede60 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000126
+gallium_dri.so free 0x5571735ede60 void 0.000115
+gallium_dri.so malloc 72 0x5571735edeb0 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so free 0x5571735edeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edf80 0.000117
+gallium_dri.so free 0x5571735ee040 void 0.000116
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf80 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so free 0x5571735edf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so free 0x5571735ee0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000112
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so free 0x5571735ee2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3d0 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee3d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee480 0.000112
+gallium_dri.so free 0x5571735ee500 void 0.000115
+gallium_dri.so free 0x5571735ee480 void 0.000159
+gallium_dri.so malloc 72 0x5571735ee480 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000114
+gallium_dri.so free 0x5571735ee480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000113
+gallium_dri.so free 0x5571735ee600 void 0.000113
+gallium_dri.so free 0x5571735ee5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so free 0x5571735ee5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee6b0 0.000115
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so free 0x5571735ee6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee770 0.000116
+gallium_dri.so free 0x5571735ee800 void 0.000113
+gallium_dri.so free 0x5571735ee770 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee770 0.000113
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so free 0x5571735ee770 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee930 0.000113
+gallium_dri.so free 0x5571735ee980 void 0.000113
+gallium_dri.so free 0x5571735ee930 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee930 0.000112
+gallium_dri.so free 0x5571735eea80 void 0.000113
+gallium_dri.so free 0x5571735ee930 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea30 0.000112
+gallium_dri.so free 0x5571735eeb40 void 0.000113
+gallium_dri.so free 0x5571735eea30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000115
+gallium_dri.so free 0x5571735eeb80 void 0.000115
+gallium_dri.so free 0x5571735eeaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000112
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so free 0x5571735eeaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec80 0.000112
+gallium_dri.so free 0x5571735eed00 void 0.000118
+gallium_dri.so free 0x5571735eec80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eed00 0.000115
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeea0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eeea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000113
+gallium_dri.so free 0x5571735eeef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735ef040 void 0.000114
+gallium_dri.so free 0x5571735eeef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef040 0.000112
+gallium_dri.so free 0x5571735ef100 void 0.000113
+gallium_dri.so free 0x5571735ef040 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef040 0.000126
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef040 0.000113
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so free 0x5571735ef040 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef230 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so free 0x5571735ef230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so free 0x5571735ef2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef410 0.000114
+gallium_dri.so free 0x5571735ef480 void 0.000113
+gallium_dri.so free 0x5571735ef410 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4a0 0.000112
+gallium_dri.so free 0x5571735ef540 void 0.000113
+gallium_dri.so free 0x5571735ef4a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000113
+gallium_dri.so free 0x5571735ef4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef4f0 0.000113
+gallium_dri.so free 0x5571735ef640 void 0.000114
+gallium_dri.so free 0x5571735ef4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef640 0.000131
+gallium_dri.so free 0x5571735ef700 void 0.000115
+gallium_dri.so free 0x5571735ef640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef640 0.000159
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000113
+gallium_dri.so free 0x5571735ef840 void 0.000114
+gallium_dri.so free 0x5571735ef7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef940 0.000112
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef9c0 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735ef9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb30 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so free 0x5571735efb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735efcc0 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd40 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735efd40 0.000113
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735efeb0 0.000112
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so free 0x5571735efeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735effb0 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735effb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0070 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0070 0.000113
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so free 0x5571735f0070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0070 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so free 0x5571735f0070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0270 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so free 0x5571735f0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0390 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000124
+gallium_dri.so free 0x5571735f0390 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0420 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000113
+gallium_dri.so free 0x5571735f0420 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0470 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f0470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0540 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0540 0.000131
+gallium_dri.so free 0x5571735f0680 void 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0680 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000113
+gallium_dri.so free 0x5571735f0680 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0680 0.000113
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0680 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000116
+gallium_dri.so free 0x5571735f0680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so free 0x5571735f0870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0990 0.000113
+gallium_dri.so free 0x5571735f0a00 void 0.000114
+gallium_dri.so free 0x5571735f0990 void 0.000160
+gallium_dri.so malloc 72 0x5571735f0a40 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a40 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b70 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000113
+gallium_dri.so free 0x5571735f0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0b70 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000115
+gallium_dri.so free 0x5571735f0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c70 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000118
+gallium_dri.so free 0x5571735f0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so free 0x5571735f0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000114
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0ff0 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000113
+gallium_dri.so free 0x5571735f1140 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f10b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1240 0.000112
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000115
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1460 0.000113
+gallium_dri.so free 0x5571735f1500 void 0.000114
+gallium_dri.so free 0x5571735f1460 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14b0 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000114
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14b0 0.000127
+gallium_dri.so free 0x5571735f1600 void 0.000117
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1600 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1600 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1600 0.000112
+gallium_dri.so free 0x5571735f1840 void 0.000113
+gallium_dri.so free 0x5571735f1600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17f0 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f18b0 0.000112
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19d0 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so free 0x5571735f19d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a60 0.000114
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so free 0x5571735f1a60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000112
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000113
+gallium_dri.so free 0x5571735f1ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c00 0.000164
+gallium_dri.so free 0x5571735f1cc0 void 0.000115
+gallium_dri.so free 0x5571735f1c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c00 0.000114
+gallium_dri.so free 0x5571735f1dc0 void 0.000117
+gallium_dri.so free 0x5571735f1c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d70 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1d70 0.000112
+gallium_dri.so free 0x5571735f1ec0 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f00 0.000113
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f20c0 void 0.000116
+gallium_dri.so free 0x5571735f1f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20f0 0.000112
+gallium_dri.so free 0x5571735f2140 void 0.000113
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2280 0.000112
+gallium_dri.so free 0x5571735f2300 void 0.000116
+gallium_dri.so free 0x5571735f2280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2300 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000116
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2300 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so free 0x5571735f2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000127
+gallium_dri.so free 0x5571735f25c0 void 0.000116
+gallium_dri.so free 0x5571735f2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2570 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2630 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000113
+gallium_dri.so free 0x5571735f2880 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2830 0.000114
+gallium_dri.so free 0x557173620e80 void 0.000125
+gallium_dri.so free 0x5571735f2830 void 0.000113
+gallium_dri.so malloc 72 0x557173620e80 0.000113
+gallium_dri.so free 0x557173620f40 void 0.000113
+gallium_dri.so free 0x557173620e80 void 0.000113
+gallium_dri.so malloc 72 0x557173620e80 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000113
+gallium_dri.so malloc 72 0x557173590b70 0.000113
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x557173590b70 void 0.000112
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x5571736010c0 void 0.000113
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000112
+gallium_dri.so malloc 72 0x5571734673c0 0.000122
+gallium_dri.so free 0x5571736011c0 void 0.000116
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so malloc 72 0x557173601170 0.000114
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x557173601170 void 0.000113
+gallium_dri.so malloc 72 0x5571734674b0 0.000117
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so free 0x5571734674b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734674b0 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000167
+gallium_dri.so free 0x5571734674b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360bac0 0.000115
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd80 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bda0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000113
+gallium_dri.so free 0x55717360bda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000114
+gallium_dri.so free 0x5571735c4f40 void 0.000114
+gallium_dri.so free 0x5571735c4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4ef0 0.000112
+gallium_dri.so free 0x5571735c5040 void 0.000114
+gallium_dri.so free 0x5571735c4ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ff0 0.000114
+gallium_dri.so free 0x557173589740 void 0.000112
+gallium_dri.so free 0x5571735c4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000112
+gallium_dri.so free 0x557173589780 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so free 0x5571735896f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735898b0 0.000118
+gallium_dri.so free 0x557173589900 void 0.000123
+gallium_dri.so free 0x5571735898b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735898b0 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so free 0x5571735898b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735899b0 0.000114
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735899b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735899b0 0.000114
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so free 0x5571735899b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736013f0 0.000114
+gallium_dri.so free 0x557173601440 void 0.000114
+gallium_dri.so free 0x5571736013f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736013f0 0.000112
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x5571736013f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736014f0 0.000117
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x5571736014f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736015b0 0.000114
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x5571736015b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015b0 0.000113
+gallium_dri.so free 0x557173464e80 void 0.000115
+gallium_dri.so free 0x5571736015b0 void 0.000112
+gallium_dri.so malloc 72 0x557173464eb0 0.000117
+gallium_dri.so free 0x557173464f00 void 0.000121
+gallium_dri.so free 0x557173464eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173464eb0 0.000113
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so free 0x557173464eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173464fb0 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173464fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173465070 0.000113
+gallium_dri.so free 0x557173465100 void 0.000113
+gallium_dri.so free 0x557173465070 void 0.000114
+gallium_dri.so malloc 72 0x557173465070 0.000116
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x557173465070 void 0.000112
+gallium_dri.so malloc 72 0x557173462840 0.000114
+gallium_dri.so free 0x557173462900 void 0.000113
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x557173462840 0.000113
+gallium_dri.so free 0x557173462980 void 0.000113
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x557173462980 0.000113
+gallium_dri.so free 0x557173462a40 void 0.000113
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so malloc 72 0x557173462980 0.000118
+gallium_dri.so free 0x557173462b00 void 0.000123
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so malloc 72 0x557173462980 0.000114
+gallium_dri.so free 0x557173462bc0 void 0.000160
+gallium_dri.so free 0x557173462980 void 0.000116
+gallium_dri.so malloc 72 0x557173462b70 0.000113
+gallium_dri.so free 0x557173608480 void 0.000114
+gallium_dri.so free 0x557173462b70 void 0.000113
+gallium_dri.so malloc 72 0x557173608480 0.000114
+gallium_dri.so free 0x557173608540 void 0.000114
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so malloc 72 0x557173608480 0.000113
+gallium_dri.so free 0x5571736085c0 void 0.000114
+gallium_dri.so free 0x557173608480 void 0.000112
+gallium_dri.so malloc 72 0x557173608480 0.000112
+gallium_dri.so free 0x557173608680 void 0.000119
+gallium_dri.so free 0x557173608480 void 0.000126
+gallium_dri.so malloc 72 0x557173608480 0.000117
+gallium_dri.so free 0x557173608740 void 0.000114
+gallium_dri.so free 0x557173608480 void 0.000112
+gallium_dri.so malloc 72 0x5571736086f0 0.000113
+gallium_dri.so free 0x5571736087c0 void 0.000114
+gallium_dri.so free 0x5571736086f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608810 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so free 0x557173608810 void 0.000112
+gallium_dri.so malloc 72 0x557173608810 0.000112
+gallium_dri.so free 0x55717358e280 void 0.000113
+gallium_dri.so free 0x557173608810 void 0.000112
+gallium_dri.so malloc 72 0x55717358e2b0 0.000114
+gallium_dri.so free 0x55717358e300 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e2b0 0.000114
+gallium_dri.so free 0x55717358e400 void 0.000113
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4c0 0.000113
+gallium_dri.so free 0x55717358e580 void 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e4c0 0.000112
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e4c0 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2630 0.000112
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2750 0.000112
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d2750 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2820 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000113
+gallium_dri.so free 0x5571735d2820 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2870 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so free 0x5571735d2870 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2870 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x5571735d2870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2870 0.000111
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so free 0x5571735d2870 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0080 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d0200 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0270 0.000114
+gallium_dri.so free 0x5571735d0380 void 0.000114
+gallium_dri.so free 0x5571735d0270 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0330 0.000112
+gallium_dri.so free 0x557173469380 void 0.000113
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x557173469380 0.000115
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so malloc 72 0x557173469380 0.000112
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x557173469380 void 0.000171
+gallium_dri.so malloc 72 0x5571734694f0 0.000115
+gallium_dri.so free 0x557173469540 void 0.000115
+gallium_dri.so free 0x5571734694f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734694f0 0.000112
+gallium_dri.so free 0x557173469640 void 0.000113
+gallium_dri.so free 0x5571734694f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000115
+gallium_dri.so free 0x557173469700 void 0.000114
+gallium_dri.so free 0x5571734695f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734696b0 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x5571734696b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ea0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000112
+gallium_dri.so free 0x557173609ea0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ef0 0.000112
+gallium_dri.so free 0x557173609fc0 void 0.000114
+gallium_dri.so free 0x557173609ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ef0 0.000112
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so free 0x557173609ef0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a040 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000112
+gallium_dri.so free 0x55717360a1c0 void 0.000113
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so malloc 72 0x55717360a040 0.000119
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so malloc 72 0x5571734632b0 0.000115
+gallium_dri.so free 0x557173463300 void 0.000113
+gallium_dri.so free 0x5571734632b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734632b0 0.000113
+gallium_dri.so free 0x557173463400 void 0.000115
+gallium_dri.so free 0x5571734632b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734633b0 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so free 0x5571734633b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463470 0.000112
+gallium_dri.so free 0x55717360a280 void 0.000114
+gallium_dri.so free 0x557173463470 void 0.000113
+gallium_dri.so malloc 72 0x55717360a230 0.000112
+gallium_dri.so free 0x557173463500 void 0.000113
+gallium_dri.so free 0x55717360a230 void 0.000116
+gallium_dri.so malloc 72 0x55717360a230 0.000114
+gallium_dri.so free 0x557173463600 void 0.000113
+gallium_dri.so free 0x55717360a230 void 0.000112
+gallium_dri.so malloc 72 0x5571734635b0 0.000113
+gallium_dri.so free 0x557173608e80 void 0.000113
+gallium_dri.so free 0x5571734635b0 void 0.000115
+gallium_dri.so malloc 72 0x557173608ee0 0.000114
+gallium_dri.so free 0x557173608f80 void 0.000113
+gallium_dri.so free 0x557173608ee0 void 0.000112
+gallium_dri.so malloc 72 0x557173608f30 0.000124
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so free 0x557173608f30 void 0.000113
+gallium_dri.so malloc 72 0x557173608f30 0.000114
+gallium_dri.so free 0x557173609080 void 0.000114
+gallium_dri.so free 0x557173608f30 void 0.000114
+gallium_dri.so malloc 72 0x5571736090c0 0.000113
+gallium_dri.so free 0x557173609140 void 0.000113
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so malloc 72 0x557173609140 0.000113
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so malloc 72 0x557173609140 0.000114
+gallium_dri.so free 0x557173601d40 void 0.000113
+gallium_dri.so free 0x557173609140 void 0.000130
+gallium_dri.so malloc 72 0x557173601d70 0.000114
+gallium_dri.so free 0x557173601dc0 void 0.000114
+gallium_dri.so free 0x557173601d70 void 0.000112
+gallium_dri.so malloc 72 0x557173601dc0 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000114
+gallium_dri.so free 0x557173601dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173601dc0 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so free 0x557173601dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173601f30 0.000113
+gallium_dri.so free 0x557173602040 void 0.000114
+gallium_dri.so free 0x557173601f30 void 0.000112
+gallium_dri.so malloc 72 0x557173601ff0 0.000113
+gallium_dri.so free 0x557173602080 void 0.000125
+gallium_dri.so free 0x557173601ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173601ff0 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x557173601ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000112
+gallium_dri.so free 0x5571735d0c00 void 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000112
+gallium_dri.so free 0x5571735d0cc0 void 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d30 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000113
+gallium_dri.so free 0x5571735d0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55d0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5660 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000126
+gallium_dri.so free 0x5571735d5660 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000112
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so free 0x5571735d56b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5830 0.000116
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so free 0x5571735d5830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5950 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735d5950 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d2fe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3030 0.000112
+gallium_dri.so free 0x5571735d3100 void 0.000114
+gallium_dri.so free 0x5571735d3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3030 0.000112
+gallium_dri.so free 0x5571735d3180 void 0.000113
+gallium_dri.so free 0x5571735d3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3180 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3180 0.000112
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so free 0x5571735d3180 void 0.000179
+gallium_dri.so malloc 72 0x5571735d3180 0.000117
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000114
+gallium_dri.so free 0x557173591240 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735912f0 0.000112
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so free 0x5571735912f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735913b0 0.000113
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so free 0x5571735913b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913b0 0.000113
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so free 0x5571735913b0 void 0.000112
+gallium_dri.so malloc 72 0x557173591550 0.000114
+gallium_dri.so free 0x557173604300 void 0.000114
+gallium_dri.so free 0x557173591550 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000113
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604340 void 0.000112
+gallium_dri.so malloc 72 0x5571736043c0 0.000113
+gallium_dri.so free 0x557173604480 void 0.000115
+gallium_dri.so free 0x5571736043c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736043c0 0.000115
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so malloc 72 0x557173604530 0.000119
+gallium_dri.so free 0x557173604580 void 0.000114
+gallium_dri.so free 0x557173604530 void 0.000112
+gallium_dri.so malloc 72 0x557173604530 0.000113
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so free 0x557173604530 void 0.000112
+gallium_dri.so malloc 72 0x557173604630 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000108
+gallium_dri.so free 0x557173604630 void 0.000225
+gallium_dri.so malloc 72 0x55717358a0c0 0.000188
+gallium_dri.so free 0x55717358a140 void 0.000115
+gallium_dri.so free 0x55717358a0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0c0 0.000113
+gallium_dri.so free 0x55717358a1c0 void 0.000113
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1f0 0.000116
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1f0 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000118
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a2f0 0.000113
+gallium_dri.so free 0x55717358a400 void 0.000125
+gallium_dri.so free 0x55717358a2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a3b0 0.000114
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x55717358a3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736068f0 0.000114
+gallium_dri.so free 0x557173606940 void 0.000115
+gallium_dri.so free 0x5571736068f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736068f0 0.000113
+gallium_dri.so free 0x557173606a40 void 0.000113
+gallium_dri.so free 0x5571736068f0 void 0.000112
+gallium_dri.so malloc 72 0x557173606a80 0.000112
+gallium_dri.so free 0x557173606b00 void 0.000115
+gallium_dri.so free 0x557173606a80 void 0.000111
+gallium_dri.so malloc 72 0x557173606b00 0.000114
+gallium_dri.so free 0x55717358a440 void 0.000130
+gallium_dri.so free 0x557173606b00 void 0.000113
+gallium_dri.so malloc 72 0x557173606b00 0.000113
+gallium_dri.so free 0x557173606bc0 void 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000114
+gallium_dri.so malloc 72 0x557173606b00 0.000113
+gallium_dri.so free 0x557173606c80 void 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000113
+gallium_dri.so malloc 72 0x557173606c30 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000113
+gallium_dri.so free 0x557173606c30 void 0.000113
+gallium_dri.so malloc 72 0x557173467e10 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so free 0x557173467e10 void 0.000186
+gallium_dri.so malloc 72 0x557173467ee0 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000112
+gallium_dri.so free 0x557173467ee0 void 0.000113
+gallium_dri.so malloc 72 0x557173467f30 0.000113
+gallium_dri.so free 0x557173467fc0 void 0.000114
+gallium_dri.so free 0x557173467f30 void 0.000113
+gallium_dri.so malloc 72 0x557173467f30 0.000113
+gallium_dri.so free 0x557173468080 void 0.000113
+gallium_dri.so free 0x557173467f30 void 0.000115
+gallium_dri.so malloc 72 0x5571734680c0 0.000114
+gallium_dri.so free 0x557173468140 void 0.000113
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468140 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000113
+gallium_dri.so free 0x557173468140 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec20 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000117
+gallium_dri.so free 0x55717358ec20 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec70 0.000115
+gallium_dri.so free 0x55717358ed40 void 0.000114
+gallium_dri.so free 0x55717358ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717358ed40 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000113
+gallium_dri.so free 0x55717358ed40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed40 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so free 0x55717358ed40 void 0.000127
+gallium_dri.so malloc 72 0x55717358ee80 0.000114
+gallium_dri.so free 0x55717358ef40 void 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee80 0.000113
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so malloc 72 0x55717358c670 0.000114
+gallium_dri.so free 0x55717358c6c0 void 0.000113
+gallium_dri.so free 0x55717358c670 void 0.000115
+gallium_dri.so malloc 72 0x55717358c670 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so free 0x55717358c670 void 0.000118
+gallium_dri.so malloc 72 0x55717358c770 0.000119
+gallium_dri.so free 0x55717358c880 void 0.000119
+gallium_dri.so free 0x55717358c770 void 0.000119
+gallium_dri.so malloc 72 0x55717358c830 0.000118
+gallium_dri.so free 0x55717358c900 void 0.000113
+gallium_dri.so free 0x55717358c830 void 0.000113
+gallium_dri.so malloc 72 0x55717358c920 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000113
+gallium_dri.so free 0x55717358c920 void 0.000114
+gallium_dri.so malloc 72 0x55717358c970 0.000113
+gallium_dri.so free 0x557173465800 void 0.000113
+gallium_dri.so free 0x55717358c970 void 0.000113
+gallium_dri.so malloc 72 0x557173465840 0.000112
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x557173465840 void 0.000127
+gallium_dri.so malloc 72 0x5571734658c0 0.000125
+gallium_dri.so free 0x557173465980 void 0.000115
+gallium_dri.so free 0x5571734658c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734658c0 0.000113
+gallium_dri.so free 0x557173465a00 void 0.000115
+gallium_dri.so free 0x5571734658c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465a30 0.000113
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so free 0x557173465a30 void 0.000112
+gallium_dri.so malloc 72 0x557173465a30 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so free 0x557173465a30 void 0.000111
+gallium_dri.so malloc 72 0x557173465bc0 0.000114
+gallium_dri.so free 0x557173609580 void 0.000113
+gallium_dri.so free 0x557173465bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x557173609640 void 0.000113
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x557173609680 void 0.000113
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x557173609740 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609780 0.000113
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000121
+gallium_dri.so free 0x5571736098c0 void 0.000113
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x557173609800 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x557173609800 void 0.000112
+gallium_dri.so malloc 72 0x557173609800 0.000112
+gallium_dri.so free 0x5571735d4600 void 0.000112
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4630 0.000113
+gallium_dri.so free 0x5571735d4680 void 0.000113
+gallium_dri.so free 0x5571735d4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4630 0.000111
+gallium_dri.so free 0x5571735d4780 void 0.000112
+gallium_dri.so free 0x5571735d4630 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4730 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so free 0x5571735d4730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d47f0 0.000110
+gallium_dri.so free 0x5571735d4880 void 0.000112
+gallium_dri.so free 0x5571735d47f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d47f0 0.000111
+gallium_dri.so free 0x5571735d4940 void 0.000111
+gallium_dri.so free 0x5571735d47f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4990 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x5571735d4990 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4990 0.000123
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so free 0x5571735d4990 void 0.000113
+gallium_dri.so malloc 72 0x557173466e40 0.000111
+gallium_dri.so free 0x557173466f00 void 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000111
+gallium_dri.so malloc 72 0x557173466e40 0.000112
+gallium_dri.so free 0x557173466fc0 void 0.000112
+gallium_dri.so free 0x557173466e40 void 0.000112
+gallium_dri.so malloc 72 0x557173466e40 0.000116
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000112
+gallium_dri.so free 0x557173467100 void 0.000112
+gallium_dri.so free 0x557173467030 void 0.000112
+gallium_dri.so malloc 72 0x557173467150 0.000163
+gallium_dri.so free 0x5571734671c0 void 0.000180
+gallium_dri.so free 0x557173467150 void 0.000174
+gallium_dri.so malloc 72 0x557173467200 0.000134
+gallium_dri.so free 0x557173589080 void 0.000135
+gallium_dri.so free 0x557173467200 void 0.000135
+gallium_dri.so malloc 72 0x557173467200 0.000133
+gallium_dri.so free 0x557173589100 void 0.000129
+gallium_dri.so free 0x557173467200 void 0.000129
+gallium_dri.so malloc 72 0x557173589130 0.000156
+gallium_dri.so free 0x557173589180 void 0.000139
+gallium_dri.so free 0x557173589130 void 0.000137
+gallium_dri.so malloc 72 0x557173589130 0.000140
+gallium_dri.so free 0x557173589280 void 0.000139
+gallium_dri.so free 0x557173589130 void 0.000137
+gallium_dri.so malloc 72 0x557173589230 0.000139
+gallium_dri.so free 0x557173589340 void 0.000135
+gallium_dri.so free 0x557173589230 void 0.000145
+gallium_dri.so malloc 72 0x5571735892f0 0.000263
+gallium_dri.so free 0x557173589380 void 0.000212
+gallium_dri.so free 0x5571735892f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735892f0 0.000160
+gallium_dri.so free 0x557173589440 void 0.000118
+gallium_dri.so free 0x5571735892f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735894b0 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x5571735894b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735894b0 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so free 0x5571735894b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b780 void 0.000126
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b840 void 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358b6c0 0.000122
+gallium_dri.so free 0x55717358b900 void 0.000117
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8b0 0.000115
+gallium_dri.so free 0x55717358b980 void 0.000115
+gallium_dri.so free 0x55717358b8b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358b9d0 0.000115
+gallium_dri.so free 0x55717358ba40 void 0.000115
+gallium_dri.so free 0x55717358b9d0 void 0.000115
+gallium_dri.so malloc 72 0x55717358baa0 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x55717358baa0 void 0.000114
+gallium_dri.so malloc 72 0x55717358baa0 0.000113
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so free 0x55717358baa0 void 0.000114
+gallium_dri.so malloc 72 0x557173607f30 0.000132
+gallium_dri.so free 0x557173607f80 void 0.000142
+gallium_dri.so free 0x557173607f30 void 0.000135
+gallium_dri.so malloc 72 0x557173607f30 0.000134
+gallium_dri.so free 0x557173608080 void 0.000135
+gallium_dri.so free 0x557173607f30 void 0.000132
+gallium_dri.so malloc 72 0x557173608030 0.000141
+gallium_dri.so free 0x557173608140 void 0.000145
+gallium_dri.so free 0x557173608030 void 0.000135
+gallium_dri.so malloc 72 0x5571736080f0 0.000135
+gallium_dri.so free 0x557173608180 void 0.000136
+gallium_dri.so free 0x5571736080f0 void 0.000135
+gallium_dri.so malloc 72 0x5571736080f0 0.000134
+gallium_dri.so free 0x557173608240 void 0.000134
+gallium_dri.so free 0x5571736080f0 void 0.000133
+gallium_dri.so malloc 72 0x557173608290 0.000133
+gallium_dri.so free 0x5571736058c0 void 0.000134
+gallium_dri.so free 0x557173608290 void 0.000133
+gallium_dri.so malloc 72 0x557173608290 0.000135
+gallium_dri.so free 0x557173605940 void 0.000168
+gallium_dri.so free 0x557173608290 void 0.000136
+gallium_dri.so malloc 72 0x557173605940 0.000134
+gallium_dri.so free 0x557173605a00 void 0.000133
+gallium_dri.so free 0x557173605940 void 0.000134
+gallium_dri.so malloc 72 0x557173605940 0.000136
+gallium_dri.so free 0x557173605ac0 void 0.000135
+gallium_dri.so free 0x557173605940 void 0.000132
+gallium_dri.so malloc 72 0x557173605940 0.000134
+gallium_dri.so free 0x557173605b80 void 0.000133
+gallium_dri.so free 0x557173605940 void 0.000132
+gallium_dri.so malloc 72 0x557173605b30 0.000128
+gallium_dri.so free 0x557173605c00 void 0.000115
+gallium_dri.so free 0x557173605b30 void 0.000114
+gallium_dri.so malloc 72 0x557173605c50 0.000113
+gallium_dri.so free 0x557173605cc0 void 0.000113
+gallium_dri.so free 0x557173605c50 void 0.000113
+gallium_dri.so malloc 72 0x557173605d00 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173605d00 void 0.000114
+gallium_dri.so malloc 72 0x557173605d00 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173605d00 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4f0 0.000113
+gallium_dri.so free 0x55717360b540 void 0.000113
+gallium_dri.so free 0x55717360b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4f0 0.000113
+gallium_dri.so free 0x55717360b640 void 0.000114
+gallium_dri.so free 0x55717360b4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b5f0 0.000113
+gallium_dri.so free 0x55717360b700 void 0.000115
+gallium_dri.so free 0x55717360b5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6b0 0.000114
+gallium_dri.so free 0x55717360b740 void 0.000115
+gallium_dri.so free 0x55717360b6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b6b0 0.000113
+gallium_dri.so free 0x55717360b800 void 0.000117
+gallium_dri.so free 0x55717360b6b0 void 0.000164
+gallium_dri.so malloc 72 0x55717360b870 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x55717360b870 void 0.000113
+gallium_dri.so malloc 72 0x55717360b870 0.000114
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so free 0x55717360b870 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590300 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000114
+gallium_dri.so free 0x5571735903c0 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000112
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590430 0.000118
+gallium_dri.so free 0x557173590500 void 0.000116
+gallium_dri.so free 0x557173590430 void 0.000113
+gallium_dri.so malloc 72 0x557173590550 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000117
+gallium_dri.so free 0x557173590550 void 0.000114
+gallium_dri.so malloc 72 0x557173590620 0.000112
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x557173590620 void 0.000113
+gallium_dri.so malloc 72 0x557173590620 0.000114
+gallium_dri.so free 0x55717358dc80 void 0.000112
+gallium_dri.so free 0x557173590620 void 0.000127
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358dd00 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000129
+gallium_dri.so malloc 72 0x55717358dcb0 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ddb0 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so free 0x55717358ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000114
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358de70 0.000114
+gallium_dri.so free 0x55717358dfc0 void 0.000112
+gallium_dri.so free 0x55717358de70 void 0.000114
+gallium_dri.so malloc 72 0x55717358e010 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000114
+gallium_dri.so free 0x55717358e010 void 0.000113
+gallium_dri.so malloc 72 0x55717358e010 0.000252
+gallium_dri.so free 0x5571735cfa80 void 0.000180
+gallium_dri.so free 0x55717358e010 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfa80 0.000121
+gallium_dri.so free 0x5571735cfb40 void 0.000120
+gallium_dri.so free 0x5571735cfa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfa80 0.000114
+gallium_dri.so free 0x5571735cfc00 void 0.000127
+gallium_dri.so free 0x5571735cfa80 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa80 0.000115
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfc70 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000112
+gallium_dri.so free 0x5571735cfc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd90 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfd90 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe40 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe40 0.000116
+gallium_dri.so free 0x5571735d2040 void 0.000118
+gallium_dri.so free 0x5571735cfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2070 0.000117
+gallium_dri.so free 0x5571735d20c0 void 0.000116
+gallium_dri.so free 0x5571735d2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2070 0.000120
+gallium_dri.so free 0x5571735d21c0 void 0.000118
+gallium_dri.so free 0x5571735d2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2170 0.000117
+gallium_dri.so free 0x5571735d2280 void 0.000116
+gallium_dri.so free 0x5571735d2170 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2230 0.000113
+gallium_dri.so free 0x5571735d22c0 void 0.000132
+gallium_dri.so free 0x5571735d2230 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2230 0.000116
+gallium_dri.so free 0x5571735d2380 void 0.000121
+gallium_dri.so free 0x5571735d2230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23f0 0.000120
+gallium_dri.so free 0x557173464800 void 0.000123
+gallium_dri.so free 0x5571735d23f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d23f0 0.000123
+gallium_dri.so free 0x557173464880 void 0.000118
+gallium_dri.so free 0x5571735d23f0 void 0.000117
+gallium_dri.so malloc 72 0x557173464880 0.000118
+gallium_dri.so free 0x557173464940 void 0.000118
+gallium_dri.so free 0x557173464880 void 0.000118
+gallium_dri.so malloc 72 0x557173464880 0.000118
+gallium_dri.so free 0x557173464a00 void 0.000120
+gallium_dri.so free 0x557173464880 void 0.000128
+gallium_dri.so malloc 72 0x557173464880 0.000119
+gallium_dri.so free 0x557173464ac0 void 0.000119
+gallium_dri.so free 0x557173464880 void 0.000119
+gallium_dri.so malloc 72 0x557173464a70 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000119
+gallium_dri.so free 0x557173464a70 void 0.000118
+gallium_dri.so malloc 72 0x557173464b90 0.000118
+gallium_dri.so free 0x557173464c00 void 0.000119
+gallium_dri.so free 0x557173464b90 void 0.000118
+gallium_dri.so malloc 72 0x557173464c60 0.000133
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x557173464c60 void 0.000118
+gallium_dri.so malloc 72 0x557173464c60 0.000118
+gallium_dri.so free 0x557173603380 void 0.000118
+gallium_dri.so free 0x557173464c60 void 0.000157
+gallium_dri.so malloc 72 0x5571736033b0 0.000118
+gallium_dri.so free 0x557173603400 void 0.000119
+gallium_dri.so free 0x5571736033b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736033b0 0.000129
+gallium_dri.so free 0x557173603500 void 0.000122
+gallium_dri.so free 0x5571736033b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736034b0 0.000120
+gallium_dri.so free 0x5571736035c0 void 0.000121
+gallium_dri.so free 0x5571736034b0 void 0.000126
+gallium_dri.so malloc 72 0x557173603570 0.000121
+gallium_dri.so free 0x557173603600 void 0.000119
+gallium_dri.so free 0x557173603570 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000120
+gallium_dri.so free 0x5571736036c0 void 0.000121
+gallium_dri.so free 0x557173603570 void 0.000120
+gallium_dri.so malloc 72 0x557173603710 0.000122
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x557173603710 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a40 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000143
+gallium_dri.so malloc 72 0x5571735f2a90 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so free 0x5571735f2a90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b20 0.000120
+gallium_dri.so free 0x5571735f2bc0 void 0.000117
+gallium_dri.so free 0x5571735f2b20 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2b70 0.000113
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so free 0x5571735f2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b70 0.000114
+gallium_dri.so free 0x5571735f2cc0 void 0.000118
+gallium_dri.so free 0x5571735f2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000116
+gallium_dri.so free 0x5571735f2d80 void 0.000117
+gallium_dri.so free 0x5571735f2cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000132
+gallium_dri.so free 0x5571735f2e80 void 0.000127
+gallium_dri.so free 0x5571735f2cc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2e30 0.000130
+gallium_dri.so free 0x5571735f2ec0 void 0.000124
+gallium_dri.so free 0x5571735f2e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2e30 0.000124
+gallium_dri.so free 0x5571735f2f80 void 0.000122
+gallium_dri.so free 0x5571735f2e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2fc0 0.000137
+gallium_dri.so free 0x5571735f3040 void 0.000124
+gallium_dri.so free 0x5571735f2fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3040 0.000123
+gallium_dri.so free 0x5571735f3100 void 0.000122
+gallium_dri.so free 0x5571735f3040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3040 0.000123
+gallium_dri.so free 0x5571735f3180 void 0.000122
+gallium_dri.so free 0x5571735f3040 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31b0 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000121
+gallium_dri.so free 0x5571735f31b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f31b0 0.000121
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3340 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735f33c0 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33c0 0.000119
+gallium_dri.so free 0x5571735f3500 void 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3530 0.000120
+gallium_dri.so free 0x5571735f3580 void 0.000119
+gallium_dri.so free 0x5571735f3530 void 0.000133
+gallium_dri.so malloc 72 0x5571735f3530 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000111
+gallium_dri.so free 0x5571735f3530 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3630 0.000109
+gallium_dri.so free 0x5571734734c0 void 0.000109
+gallium_dri.so free 0x5571735f3630 void 0.000116
+gallium_dri.so malloc 72 0x557173473470 0.000111
+gallium_dri.so free 0x557173473540 void 0.000111
+gallium_dri.so free 0x557173473470 void 0.000110
+gallium_dri.so malloc 72 0x557173473470 0.000110
+gallium_dri.so free 0x557173473600 void 0.000111
+gallium_dri.so free 0x557173473470 void 0.000110
+gallium_dri.so malloc 72 0x557173473470 0.000111
+gallium_dri.so free 0x5571734736c0 void 0.000110
+gallium_dri.so free 0x557173473470 void 0.000109
+gallium_dri.so malloc 72 0x557173473670 0.000111
+gallium_dri.so free 0x557173473740 void 0.000111
+gallium_dri.so free 0x557173473670 void 0.000111
+gallium_dri.so malloc 72 0x557173473790 0.000110
+gallium_dri.so free 0x557173473800 void 0.000110
+gallium_dri.so free 0x557173473790 void 0.000111
+gallium_dri.so malloc 72 0x557173473820 0.000110
+gallium_dri.so free 0x5571734738c0 void 0.000116
+gallium_dri.so free 0x557173473820 void 0.000115
+gallium_dri.so malloc 72 0x557173473870 0.000113
+gallium_dri.so free 0x557173473940 void 0.000111
+gallium_dri.so free 0x557173473870 void 0.000111
+gallium_dri.so malloc 72 0x557173473940 0.000132
+gallium_dri.so free 0x557173473a00 void 0.000116
+gallium_dri.so free 0x557173473940 void 0.000115
+gallium_dri.so malloc 72 0x557173473940 0.000114
+gallium_dri.so free 0x557173473a80 void 0.000122
+gallium_dri.so free 0x557173473940 void 0.000125
+gallium_dri.so malloc 72 0x557173473a80 0.000124
+gallium_dri.so free 0x557173473b40 void 0.000120
+gallium_dri.so free 0x557173473a80 void 0.000119
+gallium_dri.so malloc 72 0x557173473a80 0.000123
+gallium_dri.so free 0x557173473c00 void 0.000116
+gallium_dri.so free 0x557173473a80 void 0.000116
+gallium_dri.so malloc 72 0x557173473a80 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000117
+gallium_dri.so free 0x557173473a80 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000114
+gallium_dri.so free 0x557173473d40 void 0.000114
+gallium_dri.so free 0x557173473c70 void 0.000114
+gallium_dri.so malloc 72 0x557173473d90 0.000115
+gallium_dri.so free 0x557173473e00 void 0.000117
+gallium_dri.so free 0x557173473d90 void 0.000116
+gallium_dri.so malloc 72 0x557173473e40 0.000116
+gallium_dri.so free 0x557173473ec0 void 0.000117
+gallium_dri.so free 0x557173473e40 void 0.000115
+gallium_dri.so malloc 72 0x557173473e40 0.000115
+gallium_dri.so free 0x557173473f40 void 0.000116
+gallium_dri.so free 0x557173473e40 void 0.000114
+gallium_dri.so malloc 72 0x557173473f70 0.000123
+gallium_dri.so free 0x557173473fc0 void 0.000116
+gallium_dri.so free 0x557173473f70 void 0.000115
+gallium_dri.so malloc 72 0x557173473f70 0.000119
+gallium_dri.so free 0x5571734740c0 void 0.000116
+gallium_dri.so free 0x557173473f70 void 0.000114
+gallium_dri.so malloc 72 0x557173474070 0.000114
+gallium_dri.so free 0x557173474180 void 0.000116
+gallium_dri.so free 0x557173474070 void 0.000116
+gallium_dri.so malloc 72 0x557173474130 0.000115
+gallium_dri.so free 0x5571734741c0 void 0.000116
+gallium_dri.so free 0x557173474130 void 0.000114
+gallium_dri.so malloc 72 0x557173474130 0.000115
+gallium_dri.so free 0x55717361fdc0 void 0.000117
+gallium_dri.so free 0x557173474130 void 0.000116
+gallium_dri.so malloc 72 0x55717361fe30 0.000114
+gallium_dri.so free 0x55717361fe80 void 0.000116
+gallium_dri.so free 0x55717361fe30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe30 0.000115
+gallium_dri.so free 0x55717361ff80 void 0.000115
+gallium_dri.so free 0x55717361fe30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ff30 0.000115
+gallium_dri.so free 0x557173620040 void 0.000117
+gallium_dri.so free 0x55717361ff30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fff0 0.000114
+gallium_dri.so free 0x557173620080 void 0.000116
+gallium_dri.so free 0x55717361fff0 void 0.000116
+gallium_dri.so malloc 72 0x55717361fff0 0.000106
+gallium_dri.so free 0x557173620140 void 0.000115
+gallium_dri.so free 0x55717361fff0 void 0.000114
+gallium_dri.so malloc 72 0x557173620180 0.000114
+gallium_dri.so free 0x557173620200 void 0.000113
+gallium_dri.so free 0x557173620180 void 0.000114
+gallium_dri.so malloc 72 0x557173620200 0.000113
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620200 void 0.000113
+gallium_dri.so malloc 72 0x557173620200 0.000113
+gallium_dri.so free 0x557173620380 void 0.000113
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so malloc 72 0x5571736203a0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000115
+gallium_dri.so free 0x5571736203a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736203f0 0.000113
+gallium_dri.so free 0x5571736204c0 void 0.000113
+gallium_dri.so free 0x5571736203f0 void 0.000190
+gallium_dri.so malloc 72 0x5571736203f0 0.000160
+gallium_dri.so free 0x557173620540 void 0.000157
+gallium_dri.so free 0x5571736203f0 void 0.000117
+gallium_dri.so malloc 72 0x557173620540 0.000116
+gallium_dri.so free 0x557173620600 void 0.000117
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so malloc 72 0x557173620540 0.000116
+gallium_dri.so free 0x5571736206c0 void 0.000126
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so malloc 72 0x557173620540 0.000114
+gallium_dri.so free 0x557173620780 void 0.000115
+gallium_dri.so free 0x557173620540 void 0.000240
+gallium_dri.so malloc 72 0x557173620730 0.000206
+gallium_dri.so free 0x557173620840 void 0.000219
+gallium_dri.so free 0x557173620730 void 0.000122
+gallium_dri.so malloc 72 0x5571736207f0 0.000118
+gallium_dri.so free 0x5571736208c0 void 0.000117
+gallium_dri.so free 0x5571736207f0 void 0.000115
+gallium_dri.so malloc 72 0x557173620910 0.000117
+gallium_dri.so free 0x557173620980 void 0.000118
+gallium_dri.so free 0x557173620910 void 0.000117
+gallium_dri.so malloc 72 0x5571736209a0 0.000115
+gallium_dri.so free 0x557173620a40 void 0.000117
+gallium_dri.so free 0x5571736209a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736209f0 0.000116
+gallium_dri.so free 0x557173620ac0 void 0.000120
+gallium_dri.so free 0x5571736209f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736209f0 0.000115
+gallium_dri.so free 0x557173620b40 void 0.000115
+gallium_dri.so free 0x5571736209f0 void 0.000116
+gallium_dri.so malloc 72 0x557173620b40 0.000117
+gallium_dri.so free 0x557173620c00 void 0.000128
+gallium_dri.so free 0x557173620b40 void 0.000115
+gallium_dri.so malloc 72 0x557173620b40 0.000115
+gallium_dri.so free 0x557173620d00 void 0.000115
+gallium_dri.so free 0x557173620b40 void 0.000113
+gallium_dri.so malloc 72 0x557173620cb0 0.000115
+gallium_dri.so free 0x557173620d40 void 0.000115
+gallium_dri.so free 0x557173620cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620cb0 0.000114
+gallium_dri.so free 0x557173460440 void 0.000114
+gallium_dri.so free 0x557173620cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173620cb0 0.000115
+gallium_dri.so free 0x5571734604c0 void 0.000130
+gallium_dri.so free 0x557173620cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571734604c0 0.000121
+gallium_dri.so free 0x557173460580 void 0.000120
+gallium_dri.so free 0x5571734604c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734604c0 0.000120
+gallium_dri.so free 0x557173620e00 void 0.000125
+gallium_dri.so free 0x5571734604c0 void 0.000119
+gallium_dri.so malloc 72 0x557173620e30 0.000121
+gallium_dri.so free 0x557173460640 void 0.000122
+gallium_dri.so free 0x557173620e30 void 0.000120
+gallium_dri.so malloc 72 0x557173620e30 0.000121
+gallium_dri.so free 0x557173460740 void 0.000122
+gallium_dri.so free 0x557173620e30 void 0.000121
+gallium_dri.so malloc 72 0x5571734606f0 0.000173
+gallium_dri.so free 0x5571734607c0 void 0.000124
+gallium_dri.so free 0x5571734606f0 void 0.000122
+gallium_dri.so malloc 72 0x557173460810 0.000121
+gallium_dri.so free 0x557173460880 void 0.000126
+gallium_dri.so free 0x557173460810 void 0.000121
+gallium_dri.so malloc 72 0x5571734608a0 0.000121
+gallium_dri.so free 0x557173460940 void 0.000121
+gallium_dri.so free 0x5571734608a0 void 0.000122
+gallium_dri.so malloc 72 0x5571734608f0 0.000121
+gallium_dri.so free 0x5571734609c0 void 0.000120
+gallium_dri.so free 0x5571734608f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734608f0 0.000123
+gallium_dri.so free 0x557173460a40 void 0.000121
+gallium_dri.so free 0x5571734608f0 void 0.000121
+gallium_dri.so malloc 72 0x557173460a40 0.000121
+gallium_dri.so free 0x557173460b00 void 0.000121
+gallium_dri.so free 0x557173460a40 void 0.000121
+gallium_dri.so malloc 72 0x557173460a40 0.000122
+gallium_dri.so free 0x557173460c00 void 0.000122
+gallium_dri.so free 0x557173460a40 void 0.000120
+gallium_dri.so malloc 72 0x557173460a40 0.000122
+gallium_dri.so free 0x557173460c80 void 0.000120
+gallium_dri.so free 0x557173460a40 void 0.000120
+gallium_dri.so malloc 72 0x557173460cb0 0.000122
+gallium_dri.so free 0x557173460d00 void 0.000129
+gallium_dri.so free 0x557173460cb0 void 0.000122
+gallium_dri.so malloc 72 0x557173460cb0 0.000121
+gallium_dri.so free 0x557173460e00 void 0.000118
+gallium_dri.so free 0x557173460cb0 void 0.000260
+gallium_dri.so malloc 72 0x557173460db0 0.000189
+gallium_dri.so free 0x557173460ec0 void 0.000121
+gallium_dri.so free 0x557173460db0 void 0.000123
+gallium_dri.so malloc 72 0x557173460e70 0.000120
+gallium_dri.so free 0x557173460f00 void 0.000122
+gallium_dri.so free 0x557173460e70 void 0.000121
+gallium_dri.so malloc 72 0x557173460e70 0.000120
+gallium_dri.so free 0x557173460fc0 void 0.000120
+gallium_dri.so free 0x557173460e70 void 0.000122
+gallium_dri.so malloc 72 0x557173461010 0.000121
+gallium_dri.so free 0x557173461080 void 0.000121
+gallium_dri.so free 0x557173461010 void 0.000121
+gallium_dri.so malloc 72 0x5571734610c0 0.000121
+gallium_dri.so free 0x557173461140 void 0.000121
+gallium_dri.so free 0x5571734610c0 void 0.000122
+gallium_dri.so malloc 72 0x557173461140 0.000121
+gallium_dri.so free 0x557173461200 void 0.000120
+gallium_dri.so free 0x557173461140 void 0.000119
+gallium_dri.so malloc 72 0x557173461140 0.000120
+gallium_dri.so free 0x557173461280 void 0.000122
+gallium_dri.so free 0x557173461140 void 0.000129
+gallium_dri.so malloc 72 0x5571734612b0 0.000127
+gallium_dri.so free 0x557173461300 void 0.000117
+gallium_dri.so free 0x5571734612b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734612b0 0.000114
+gallium_dri.so free 0x557173461400 void 0.000115
+gallium_dri.so free 0x5571734612b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734613b0 0.000117
+gallium_dri.so free 0x5571734614c0 void 0.000117
+gallium_dri.so free 0x5571734613b0 void 0.000115
+gallium_dri.so malloc 72 0x557173461470 0.000115
+gallium_dri.so free 0x557173461540 void 0.000114
+gallium_dri.so free 0x557173461470 void 0.000113
+gallium_dri.so malloc 72 0x557173461560 0.000114
+gallium_dri.so free 0x557173461600 void 0.000116
+gallium_dri.so free 0x557173461560 void 0.000116
+gallium_dri.so malloc 72 0x5571734615b0 0.000114
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so free 0x5571734615b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734615b0 0.000119
+gallium_dri.so free 0x557173461700 void 0.000116
+gallium_dri.so free 0x5571734615b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461700 0.000120
+gallium_dri.so free 0x5571734617c0 void 0.000119
+gallium_dri.so free 0x557173461700 void 0.000118
+gallium_dri.so malloc 72 0x557173461700 0.000225
+gallium_dri.so free 0x557173461880 void 0.000159
+gallium_dri.so free 0x557173461700 void 0.000156
+gallium_dri.so malloc 72 0x557173461700 0.000163
+gallium_dri.so free 0x557173461940 void 0.000124
+gallium_dri.so free 0x557173461700 void 0.000198
+gallium_dri.so malloc 72 0x5571734618f0 0.000282
+gallium_dri.so free 0x557173461940 void 0.000282
+gallium_dri.so free 0x5571734618f0 void 0.000243
+gallium_dri.so malloc 72 0x5571734618f0 0.000163
+gallium_dri.so free 0x557173461a40 void 0.000159
+gallium_dri.so free 0x5571734618f0 void 0.000157
+gallium_dri.so malloc 72 0x5571734619f0 0.000123
+gallium_dri.so free 0x557173461b00 void 0.000119
+gallium_dri.so free 0x5571734619f0 void 0.000115
+gallium_dri.so malloc 72 0x557173461ab0 0.000119
+gallium_dri.so free 0x557173461b40 void 0.000126
+gallium_dri.so free 0x557173461ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173461ab0 0.000123
+gallium_dri.so free 0x557173461c00 void 0.000115
+gallium_dri.so free 0x557173461ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173461c40 0.000124
+gallium_dri.so free 0x557173461cc0 void 0.000124
+gallium_dri.so free 0x557173461c40 void 0.000123
+gallium_dri.so malloc 72 0x557173461cc0 0.000118
+gallium_dri.so free 0x557173461d80 void 0.000116
+gallium_dri.so free 0x557173461cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173461cc0 0.000120
+gallium_dri.so free 0x557173461e40 void 0.000117
+gallium_dri.so free 0x557173461cc0 void 0.000119
+gallium_dri.so malloc 72 0x557173461e60 0.000119
+gallium_dri.so free 0x557173461f00 void 0.000116
+gallium_dri.so free 0x557173461e60 void 0.000114
+gallium_dri.so malloc 72 0x557173461eb0 0.000119
+gallium_dri.so free 0x557173461f80 void 0.000134
+gallium_dri.so free 0x557173461eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173461eb0 0.000129
+gallium_dri.so free 0x557173462000 void 0.000129
+gallium_dri.so free 0x557173461eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173462000 0.000125
+gallium_dri.so free 0x5571734620c0 void 0.000131
+gallium_dri.so free 0x557173462000 void 0.000140
+gallium_dri.so malloc 72 0x557173462000 0.000130
+gallium_dri.so free 0x557173462180 void 0.000129
+gallium_dri.so free 0x557173462000 void 0.000125
+gallium_dri.so malloc 72 0x557173462000 0.000124
+gallium_dri.so free 0x557173462240 void 0.000120
+gallium_dri.so free 0x557173462000 void 0.000118
+gallium_dri.so malloc 72 0x5571734621f0 0.000120
+gallium_dri.so free 0x557173462300 void 0.000119
+gallium_dri.so free 0x5571734621f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734622b0 0.000129
+gallium_dri.so free 0x5571735e0e80 void 0.000124
+gallium_dri.so free 0x5571734622b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000129
+gallium_dri.so free 0x5571735e0f40 void 0.000126
+gallium_dri.so free 0x5571735e0ed0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0f60 0.000204
+gallium_dri.so free 0x557173462380 void 0.000238
+gallium_dri.so free 0x5571735e0f60 void 0.000278
+gallium_dri.so malloc 72 0x5571734623b0 0.000238
+gallium_dri.so free 0x5571735e1000 void 0.000243
+gallium_dri.so free 0x5571734623b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000163
+gallium_dri.so free 0x5571735e1080 void 0.000162
+gallium_dri.so free 0x5571735e0fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e10d0 0.000126
+gallium_dri.so free 0x5571735e1140 void 0.000122
+gallium_dri.so free 0x5571735e10d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1180 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000123
+gallium_dri.so free 0x5571735e1180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1180 0.000131
+gallium_dri.so free 0x5571735e1280 void 0.000129
+gallium_dri.so free 0x5571735e1180 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12b0 0.000124
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e12b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12b0 0.000125
+gallium_dri.so free 0x5571735e1400 void 0.000122
+gallium_dri.so free 0x5571735e12b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e13b0 0.000140
+gallium_dri.so free 0x5571735e14c0 void 0.000142
+gallium_dri.so free 0x5571735e13b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1470 0.000125
+gallium_dri.so free 0x5571735e1500 void 0.000122
+gallium_dri.so free 0x5571735e1470 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1470 0.000125
+gallium_dri.so free 0x5571735e15c0 void 0.000126
+gallium_dri.so free 0x5571735e1470 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1630 0.000126
+gallium_dri.so free 0x5571735e1680 void 0.000122
+gallium_dri.so free 0x5571735e1630 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1630 0.000129
+gallium_dri.so free 0x5571735e1780 void 0.000130
+gallium_dri.so free 0x5571735e1630 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1730 0.000130
+gallium_dri.so free 0x5571735e1840 void 0.000129
+gallium_dri.so free 0x5571735e1730 void 0.000129
+gallium_dri.so malloc 72 0x5571735e17f0 0.000130
+gallium_dri.so free 0x5571735e1880 void 0.000132
+gallium_dri.so free 0x5571735e17f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e17f0 0.000130
+gallium_dri.so free 0x5571735e1940 void 0.000136
+gallium_dri.so free 0x5571735e17f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1980 0.000125
+gallium_dri.so free 0x5571735e1a00 void 0.000132
+gallium_dri.so free 0x5571735e1980 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1a00 0.000125
+gallium_dri.so free 0x5571735e1ac0 void 0.000122
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a00 0.000126
+gallium_dri.so free 0x5571735e1b80 void 0.000125
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ba0 0.000121
+gallium_dri.so free 0x5571735e1c40 void 0.000126
+gallium_dri.so free 0x5571735e1ba0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000121
+gallium_dri.so free 0x5571735e1cc0 void 0.000125
+gallium_dri.so free 0x5571735e1bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000121
+gallium_dri.so free 0x5571735e1d40 void 0.000120
+gallium_dri.so free 0x5571735e1bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1d40 0.000130
+gallium_dri.so free 0x5571735e1e00 void 0.000130
+gallium_dri.so free 0x5571735e1d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1d40 0.000158
+gallium_dri.so free 0x5571735e1ec0 void 0.000123
+gallium_dri.so free 0x5571735e1d40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1d40 0.000131
+gallium_dri.so free 0x5571735e1f80 void 0.000125
+gallium_dri.so free 0x5571735e1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1f30 0.000125
+gallium_dri.so free 0x5571735e2040 void 0.000130
+gallium_dri.so free 0x5571735e1f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000130
+gallium_dri.so free 0x5571735e1ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2110 0.000129
+gallium_dri.so free 0x5571735e2180 void 0.000129
+gallium_dri.so free 0x5571735e2110 void 0.000132
+gallium_dri.so malloc 72 0x5571735e21a0 0.000130
+gallium_dri.so free 0x5571735e2240 void 0.000130
+gallium_dri.so free 0x5571735e21a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e21f0 0.000131
+gallium_dri.so free 0x5571735e22c0 void 0.000134
+gallium_dri.so free 0x5571735e21f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e21f0 0.000133
+gallium_dri.so free 0x5571735e2340 void 0.000129
+gallium_dri.so free 0x5571735e21f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2340 0.000130
+gallium_dri.so free 0x5571735e2400 void 0.000130
+gallium_dri.so free 0x5571735e2340 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2340 0.000125
+gallium_dri.so free 0x5571735e2500 void 0.000129
+gallium_dri.so free 0x5571735e2340 void 0.000162
+gallium_dri.so malloc 72 0x5571735e24b0 0.000121
+gallium_dri.so free 0x5571735e2540 void 0.000126
+gallium_dri.so free 0x5571735e24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e24b0 0.000129
+gallium_dri.so free 0x5571735e2600 void 0.000129
+gallium_dri.so free 0x5571735e24b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2640 0.000187
+gallium_dri.so free 0x5571735e26c0 void 0.000240
+gallium_dri.so free 0x5571735e2640 void 0.000168
+gallium_dri.so malloc 72 0x5571735e26c0 0.000164
+gallium_dri.so free 0x5571735e2780 void 0.000164
+gallium_dri.so free 0x5571735e26c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e26c0 0.000129
+gallium_dri.so free 0x5571735e2800 void 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2830 0.000120
+gallium_dri.so free 0x5571735e2880 void 0.000126
+gallium_dri.so free 0x5571735e2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2830 0.000129
+gallium_dri.so free 0x5571735e2980 void 0.000124
+gallium_dri.so free 0x5571735e2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735e29c0 0.000126
+gallium_dri.so free 0x5571735e2a40 void 0.000125
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a40 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000121
+gallium_dri.so free 0x5571735e2a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2a40 0.000124
+gallium_dri.so free 0x5571735e2b80 void 0.000129
+gallium_dri.so free 0x5571735e2a40 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000129
+gallium_dri.so free 0x5571735e2c00 void 0.000130
+gallium_dri.so free 0x5571735e2bb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2bb0 0.000128
+gallium_dri.so free 0x5571735e2d00 void 0.000121
+gallium_dri.so free 0x5571735e2bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000130
+gallium_dri.so free 0x5571735e2dc0 void 0.000125
+gallium_dri.so free 0x5571735e2cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d70 0.000121
+gallium_dri.so free 0x5571735e2e40 void 0.000126
+gallium_dri.so free 0x5571735e2d70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2d70 0.000121
+gallium_dri.so free 0x5571735e2f00 void 0.000120
+gallium_dri.so free 0x5571735e2d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2d70 0.000136
+gallium_dri.so free 0x5571735e2fc0 void 0.000129
+gallium_dri.so free 0x5571735e2d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2f70 0.000130
+gallium_dri.so free 0x5571735e3040 void 0.000131
+gallium_dri.so free 0x5571735e2f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3090 0.000130
+gallium_dri.so free 0x5571735e3100 void 0.000130
+gallium_dri.so free 0x5571735e3090 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3120 0.000173
+gallium_dri.so free 0x5571735e31c0 void 0.000130
+gallium_dri.so free 0x5571735e3120 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3170 0.000131
+gallium_dri.so free 0x5571735e3240 void 0.000125
+gallium_dri.so free 0x5571735e3170 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3240 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000127
+gallium_dri.so free 0x5571735e3240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3240 0.000126
+gallium_dri.so free 0x5571735e3380 void 0.000129
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3380 0.000130
+gallium_dri.so free 0x5571735e3440 void 0.000131
+gallium_dri.so free 0x5571735e3380 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3380 0.000130
+gallium_dri.so free 0x5571735e3500 void 0.000125
+gallium_dri.so free 0x5571735e3380 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3380 0.000131
+gallium_dri.so free 0x5571735e35c0 void 0.000129
+gallium_dri.so free 0x5571735e3380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3570 0.000141
+gallium_dri.so free 0x5571735e3640 void 0.000125
+gallium_dri.so free 0x5571735e3570 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3690 0.000131
+gallium_dri.so free 0x5571735e3700 void 0.000130
+gallium_dri.so free 0x5571735e3690 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3740 0.000129
+gallium_dri.so free 0x5571735e37c0 void 0.000129
+gallium_dri.so free 0x5571735e3740 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3740 0.000125
+gallium_dri.so free 0x5571735fc340 void 0.000130
+gallium_dri.so free 0x5571735e3740 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3740 0.000126
+gallium_dri.so free 0x5571735fc400 void 0.000123
+gallium_dri.so free 0x5571735e3740 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000129
+gallium_dri.so free 0x5571735fc480 void 0.000132
+gallium_dri.so free 0x5571735fc3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc4d0 0.000125
+gallium_dri.so free 0x5571735fc540 void 0.000126
+gallium_dri.so free 0x5571735fc4d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc560 0.000124
+gallium_dri.so free 0x5571735fc600 void 0.000128
+gallium_dri.so free 0x5571735fc560 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000130
+gallium_dri.so free 0x5571735fc680 void 0.000129
+gallium_dri.so free 0x5571735fc5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000132
+gallium_dri.so free 0x5571735fc780 void 0.000128
+gallium_dri.so free 0x5571735fc5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc730 0.000135
+gallium_dri.so free 0x5571735fc800 void 0.000166
+gallium_dri.so free 0x5571735fc730 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc850 0.000129
+gallium_dri.so free 0x5571735fc8c0 void 0.000125
+gallium_dri.so free 0x5571735fc850 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc8e0 0.000129
+gallium_dri.so free 0x5571735fc980 void 0.000125
+gallium_dri.so free 0x5571735fc8e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc930 0.000130
+gallium_dri.so free 0x5571735fca00 void 0.000125
+gallium_dri.so free 0x5571735fc930 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc930 0.000119
+gallium_dri.so free 0x5571735fca80 void 0.000165
+gallium_dri.so free 0x5571735fc930 void 0.000173
+gallium_dri.so malloc 72 0x5571735fca80 0.000168
+gallium_dri.so free 0x5571735fcb40 void 0.000130
+gallium_dri.so free 0x5571735fca80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fca80 0.000130
+gallium_dri.so free 0x5571735fcc40 void 0.000129
+gallium_dri.so free 0x5571735fca80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fca80 0.000136
+gallium_dri.so free 0x5571735fccc0 void 0.000125
+gallium_dri.so free 0x5571735fca80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fccf0 0.000121
+gallium_dri.so free 0x5571735fcd40 void 0.000126
+gallium_dri.so free 0x5571735fccf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fccf0 0.000122
+gallium_dri.so free 0x5571735fce40 void 0.000123
+gallium_dri.so free 0x5571735fccf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000132
+gallium_dri.so free 0x5571735fcf00 void 0.000131
+gallium_dri.so free 0x5571735fcdf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fceb0 0.000140
+gallium_dri.so free 0x5571735fcf40 void 0.000126
+gallium_dri.so free 0x5571735fceb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fceb0 0.000130
+gallium_dri.so free 0x5571735fd000 void 0.000124
+gallium_dri.so free 0x5571735fceb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd050 0.000120
+gallium_dri.so free 0x5571735fd0c0 void 0.000126
+gallium_dri.so free 0x5571735fd050 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd100 0.000124
+gallium_dri.so free 0x5571735fd180 void 0.000119
+gallium_dri.so free 0x5571735fd100 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd180 0.000130
+gallium_dri.so free 0x5571735fd240 void 0.000130
+gallium_dri.so free 0x5571735fd180 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd180 0.000125
+gallium_dri.so free 0x5571735fd2c0 void 0.000129
+gallium_dri.so free 0x5571735fd180 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000129
+gallium_dri.so free 0x5571735fd340 void 0.000125
+gallium_dri.so free 0x5571735fd2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000130
+gallium_dri.so free 0x5571735fd440 void 0.000141
+gallium_dri.so free 0x5571735fd2f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000126
+gallium_dri.so free 0x5571735fd500 void 0.000121
+gallium_dri.so free 0x5571735fd3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000130
+gallium_dri.so free 0x5571735fd580 void 0.000125
+gallium_dri.so free 0x5571735fd4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd5a0 0.000130
+gallium_dri.so free 0x5571735fd640 void 0.000146
+gallium_dri.so free 0x5571735fd5a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000126
+gallium_dri.so free 0x5571735fd6c0 void 0.000121
+gallium_dri.so free 0x5571735fd5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000124
+gallium_dri.so free 0x5571735fd740 void 0.000121
+gallium_dri.so free 0x5571735fd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd740 0.000125
+gallium_dri.so free 0x5571735fd800 void 0.000130
+gallium_dri.so free 0x5571735fd740 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd740 0.000129
+gallium_dri.so free 0x5571735fd8c0 void 0.000125
+gallium_dri.so free 0x5571735fd740 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd740 0.000128
+gallium_dri.so free 0x5571735fd980 void 0.000131
+gallium_dri.so free 0x5571735fd740 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd930 0.000129
+gallium_dri.so free 0x5571735fd980 void 0.000126
+gallium_dri.so free 0x5571735fd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd930 0.000127
+gallium_dri.so free 0x5571735fda80 void 0.000126
+gallium_dri.so free 0x5571735fd930 void 0.000125
+gallium_dri.so malloc 72 0x5571735fda30 0.000126
+gallium_dri.so free 0x5571735fdb40 void 0.000120
+gallium_dri.so free 0x5571735fda30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000125
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571735fdaf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdaf0 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so free 0x5571735fdaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdc80 0.000127
+gallium_dri.so free 0x5571735fdd00 void 0.000131
+gallium_dri.so free 0x5571735fdc80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd00 0.000126
+gallium_dri.so free 0x5571735fddc0 void 0.000126
+gallium_dri.so free 0x5571735fdd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdd00 0.000127
+gallium_dri.so free 0x5571735fde80 void 0.000124
+gallium_dri.so free 0x5571735fdd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdea0 0.000130
+gallium_dri.so free 0x5571735fdf40 void 0.000128
+gallium_dri.so free 0x5571735fdea0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdef0 0.000129
+gallium_dri.so free 0x5571735fdfc0 void 0.000125
+gallium_dri.so free 0x5571735fdef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdef0 0.000128
+gallium_dri.so free 0x5571735fe040 void 0.000125
+gallium_dri.so free 0x5571735fdef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe040 0.000126
+gallium_dri.so free 0x5571735fe100 void 0.000127
+gallium_dri.so free 0x5571735fe040 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe040 0.000130
+gallium_dri.so free 0x5571735fe1c0 void 0.000130
+gallium_dri.so free 0x5571735fe040 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe040 0.000129
+gallium_dri.so free 0x5571735fe280 void 0.000133
+gallium_dri.so free 0x5571735fe040 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe230 0.000127
+gallium_dri.so free 0x5571735fe340 void 0.000130
+gallium_dri.so free 0x5571735fe230 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000122
+gallium_dri.so free 0x5571735fe3c0 void 0.000127
+gallium_dri.so free 0x5571735fe2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe410 0.000122
+gallium_dri.so free 0x5571735fe480 void 0.000122
+gallium_dri.so free 0x5571735fe410 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe4a0 0.000125
+gallium_dri.so free 0x5571735fe540 void 0.000122
+gallium_dri.so free 0x5571735fe4a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000126
+gallium_dri.so free 0x5571735fe5c0 void 0.000126
+gallium_dri.so free 0x5571735fe4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000121
+gallium_dri.so free 0x5571735fe640 void 0.000127
+gallium_dri.so free 0x5571735fe4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe640 0.000126
+gallium_dri.so free 0x5571735fe700 void 0.000123
+gallium_dri.so free 0x5571735fe640 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe640 0.000128
+gallium_dri.so free 0x5571735fe800 void 0.000125
+gallium_dri.so free 0x5571735fe640 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000120
+gallium_dri.so free 0x5571735fe7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe7b0 0.000129
+gallium_dri.so free 0x5571735fe900 void 0.000129
+gallium_dri.so free 0x5571735fe7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe940 0.000125
+gallium_dri.so free 0x5571735fe9c0 void 0.000127
+gallium_dri.so free 0x5571735fe940 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000128
+gallium_dri.so free 0x5571735fea80 void 0.000129
+gallium_dri.so free 0x5571735fe9c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000124
+gallium_dri.so free 0x5571735feb00 void 0.000126
+gallium_dri.so free 0x5571735fe9c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735feb30 0.000129
+gallium_dri.so free 0x5571735feb80 void 0.000130
+gallium_dri.so free 0x5571735feb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735feb30 0.000134
+gallium_dri.so free 0x5571735fec80 void 0.000132
+gallium_dri.so free 0x5571735feb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fecc0 0.000125
+gallium_dri.so free 0x5571735fed40 void 0.000123
+gallium_dri.so free 0x5571735fecc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fed40 0.000126
+gallium_dri.so free 0x5571735fee00 void 0.000125
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fed40 0.000121
+gallium_dri.so free 0x5571735fee80 void 0.000126
+gallium_dri.so free 0x5571735fed40 void 0.000130
+gallium_dri.so malloc 72 0x5571735feeb0 0.000131
+gallium_dri.so free 0x5571735fef00 void 0.000130
+gallium_dri.so free 0x5571735feeb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735feeb0 0.000125
+gallium_dri.so free 0x5571735ff000 void 0.000123
+gallium_dri.so free 0x5571735feeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fefb0 0.000130
+gallium_dri.so free 0x5571735ff0c0 void 0.000130
+gallium_dri.so free 0x5571735fefb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff070 0.000125
+gallium_dri.so free 0x5571735ff140 void 0.000170
+gallium_dri.so free 0x5571735ff070 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff070 0.000125
+gallium_dri.so free 0x5571735ff200 void 0.000122
+gallium_dri.so free 0x5571735ff070 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff070 0.000130
+gallium_dri.so free 0x5571735ff2c0 void 0.000124
+gallium_dri.so free 0x5571735ff070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff270 0.000120
+gallium_dri.so free 0x5571735ff340 void 0.000125
+gallium_dri.so free 0x5571735ff270 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff390 0.000126
+gallium_dri.so free 0x5571735ff400 void 0.000121
+gallium_dri.so free 0x5571735ff390 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff420 0.000132
+gallium_dri.so free 0x5571735ff4c0 void 0.000125
+gallium_dri.so free 0x5571735ff420 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff470 0.000120
+gallium_dri.so free 0x5571735ff540 void 0.000126
+gallium_dri.so free 0x5571735ff470 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff540 0.000133
+gallium_dri.so free 0x5571735ff600 void 0.000131
+gallium_dri.so free 0x5571735ff540 void 0.000139
+gallium_dri.so malloc 72 0x5571735ff540 0.000131
+gallium_dri.so free 0x5571735ff680 void 0.000129
+gallium_dri.so free 0x5571735ff540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff680 0.000129
+gallium_dri.so free 0x5571735ff740 void 0.000124
+gallium_dri.so free 0x5571735ff680 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff680 0.000121
+gallium_dri.so free 0x5571735ff800 void 0.000128
+gallium_dri.so free 0x5571735ff680 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff680 0.000121
+gallium_dri.so free 0x5571735ff8c0 void 0.000120
+gallium_dri.so free 0x5571735ff680 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff870 0.000125
+gallium_dri.so free 0x5571735ff940 void 0.000121
+gallium_dri.so free 0x5571735ff870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff990 0.000130
+gallium_dri.so free 0x5571735ffa00 void 0.000124
+gallium_dri.so free 0x5571735ff990 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffa40 0.000120
+gallium_dri.so free 0x5571735ffac0 void 0.000128
+gallium_dri.so free 0x5571735ffa40 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffa40 0.000120
+gallium_dri.so free 0x5571735ffb40 void 0.000132
+gallium_dri.so free 0x5571735ffa40 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffb70 0.000129
+gallium_dri.so free 0x5571735ffbc0 void 0.000135
+gallium_dri.so free 0x5571735ffb70 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffb70 0.000126
+gallium_dri.so free 0x5571735ffcc0 void 0.000128
+gallium_dri.so free 0x5571735ffb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffc70 0.000127
+gallium_dri.so free 0x5571735ffd80 void 0.000131
+gallium_dri.so free 0x5571735ffc70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffd30 0.000121
+gallium_dri.so free 0x5571735ffdc0 void 0.000122
+gallium_dri.so free 0x5571735ffd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffd30 0.000131
+gallium_dri.so free 0x5571735ffe80 void 0.000126
+gallium_dri.so free 0x5571735ffd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffef0 0.000140
+gallium_dri.so free 0x5571735fff40 void 0.000127
+gallium_dri.so free 0x5571735ffef0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ffef0 0.000121
+gallium_dri.so free 0x557173600040 void 0.000121
+gallium_dri.so free 0x5571735ffef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffff0 0.000132
+gallium_dri.so free 0x557173600100 void 0.000130
+gallium_dri.so free 0x5571735ffff0 void 0.000126
+gallium_dri.so malloc 72 0x5571736000b0 0.000121
+gallium_dri.so free 0x557173600140 void 0.000125
+gallium_dri.so free 0x5571736000b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736000b0 0.000124
+gallium_dri.so free 0x557173600200 void 0.000128
+gallium_dri.so free 0x5571736000b0 void 0.000124
+gallium_dri.so malloc 72 0x557173600240 0.000128
+gallium_dri.so free 0x5571736002c0 void 0.000126
+gallium_dri.so free 0x557173600240 void 0.000124
+gallium_dri.so malloc 72 0x5571736002c0 0.000130
+gallium_dri.so free 0x557173600380 void 0.000128
+gallium_dri.so free 0x5571736002c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736002c0 0.000121
+gallium_dri.so free 0x557173600440 void 0.000125
+gallium_dri.so free 0x5571736002c0 void 0.000130
+gallium_dri.so malloc 72 0x557173600460 0.000129
+gallium_dri.so free 0x557173600500 void 0.000129
+gallium_dri.so free 0x557173600460 void 0.000130
+gallium_dri.so malloc 72 0x5571736004b0 0.000141
+gallium_dri.so free 0x557173600580 void 0.000131
+gallium_dri.so free 0x5571736004b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736004b0 0.000129
+gallium_dri.so free 0x557173600600 void 0.000125
+gallium_dri.so free 0x5571736004b0 void 0.000118
+gallium_dri.so malloc 72 0x557173600600 0.000127
+gallium_dri.so free 0x5571736006c0 void 0.000129
+gallium_dri.so free 0x557173600600 void 0.000125
+gallium_dri.so malloc 72 0x557173600600 0.000121
+gallium_dri.so free 0x557173600780 void 0.000125
+gallium_dri.so free 0x557173600600 void 0.000131
+gallium_dri.so malloc 72 0x557173600600 0.000129
+gallium_dri.so free 0x557173600840 void 0.000129
+gallium_dri.so free 0x557173600600 void 0.000131
+gallium_dri.so malloc 72 0x5571736007f0 0.000131
+gallium_dri.so free 0x557173600900 void 0.000135
+gallium_dri.so free 0x5571736007f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736008b0 0.000129
+gallium_dri.so free 0x557173600980 void 0.000132
+gallium_dri.so free 0x5571736008b0 void 0.000191
+gallium_dri.so malloc 72 0x5571736009d0 0.000164
+gallium_dri.so free 0x557173600a40 void 0.000231
+gallium_dri.so free 0x5571736009d0 void 0.000131
+gallium_dri.so malloc 72 0x557173600a60 0.000125
+gallium_dri.so free 0x557173600b00 void 0.000122
+gallium_dri.so free 0x557173600a60 void 0.000126
+gallium_dri.so malloc 72 0x557173600ab0 0.000126
+gallium_dri.so free 0x557173600b80 void 0.000121
+gallium_dri.so free 0x557173600ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173600ab0 0.000130
+gallium_dri.so free 0x557173600c00 void 0.000130
+gallium_dri.so free 0x557173600ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173600c00 0.000130
+gallium_dri.so free 0x557173600cc0 void 0.000129
+gallium_dri.so free 0x557173600c00 void 0.000131
+gallium_dri.so malloc 72 0x557173600c00 0.000131
+gallium_dri.so free 0x557173600dc0 void 0.000126
+gallium_dri.so free 0x557173600c00 void 0.000120
+gallium_dri.so malloc 72 0x557173600d70 0.000127
+gallium_dri.so free 0x557173600e00 void 0.000130
+gallium_dri.so free 0x557173600d70 void 0.000132
+gallium_dri.so malloc 72 0x557173600d70 0.000129
+gallium_dri.so free 0x557173600ec0 void 0.000130
+gallium_dri.so free 0x557173600d70 void 0.000129
+gallium_dri.so malloc 72 0x557173600f00 0.000128
+gallium_dri.so free 0x557173600f80 void 0.000123
+gallium_dri.so free 0x557173600f00 void 0.000118
+gallium_dri.so malloc 72 0x557173600f80 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000129
+gallium_dri.so free 0x557173600f80 void 0.000124
+gallium_dri.so malloc 72 0x557173600f80 0.000126
+gallium_dri.so free 0x5571735bfe40 void 0.000123
+gallium_dri.so free 0x557173600f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe70 0.000125
+gallium_dri.so free 0x5571735bfec0 void 0.000128
+gallium_dri.so free 0x5571735bfe70 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfe70 0.000197
+gallium_dri.so free 0x5571735bffc0 void 0.000220
+gallium_dri.so free 0x5571735bfe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0000 0.000125
+gallium_dri.so free 0x5571735c0080 void 0.000121
+gallium_dri.so free 0x5571735c0000 void 0.000136
+gallium_dri.so malloc 72 0x5571735c0080 0.000132
+gallium_dri.so free 0x5571735c0140 void 0.000130
+gallium_dri.so free 0x5571735c0080 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0080 0.000130
+gallium_dri.so free 0x5571735c01c0 void 0.000129
+gallium_dri.so free 0x5571735c0080 void 0.000130
+gallium_dri.so malloc 72 0x5571735c01f0 0.000129
+gallium_dri.so free 0x5571735c0240 void 0.000130
+gallium_dri.so free 0x5571735c01f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c01f0 0.000129
+gallium_dri.so free 0x5571735c0340 void 0.000129
+gallium_dri.so free 0x5571735c01f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c02f0 0.000134
+gallium_dri.so free 0x5571735c0400 void 0.000130
+gallium_dri.so free 0x5571735c02f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c03b0 0.000128
+gallium_dri.so free 0x5571735c0480 void 0.000124
+gallium_dri.so free 0x5571735c03b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c03b0 0.000126
+gallium_dri.so free 0x5571735c0540 void 0.000200
+gallium_dri.so free 0x5571735c03b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c03b0 0.000121
+gallium_dri.so free 0x5571735c0600 void 0.000126
+gallium_dri.so free 0x5571735c03b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c05b0 0.000126
+gallium_dri.so free 0x5571735c0680 void 0.000122
+gallium_dri.so free 0x5571735c05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c06d0 0.000121
+gallium_dri.so free 0x5571735c0740 void 0.000126
+gallium_dri.so free 0x5571735c06d0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0760 0.000121
+gallium_dri.so free 0x5571735c0800 void 0.000125
+gallium_dri.so free 0x5571735c0760 void 0.000126
+gallium_dri.so malloc 72 0x5571735c07b0 0.000121
+gallium_dri.so free 0x5571735c0880 void 0.000122
+gallium_dri.so free 0x5571735c07b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0880 0.000131
+gallium_dri.so free 0x5571735c0940 void 0.000131
+gallium_dri.so free 0x5571735c0880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0880 0.000132
+gallium_dri.so free 0x5571735c09c0 void 0.000130
+gallium_dri.so free 0x5571735c0880 void 0.000139
+gallium_dri.so malloc 72 0x5571735c09c0 0.000129
+gallium_dri.so free 0x5571735c0a80 void 0.000128
+gallium_dri.so free 0x5571735c09c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c09c0 0.000165
+gallium_dri.so free 0x5571735c0b40 void 0.000161
+gallium_dri.so free 0x5571735c09c0 void 0.000159
+gallium_dri.so malloc 72 0x5571735c09c0 0.000129
+gallium_dri.so free 0x5571735c0c00 void 0.000129
+gallium_dri.so free 0x5571735c09c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000128
+gallium_dri.so free 0x5571735c0c80 void 0.000129
+gallium_dri.so free 0x5571735c0bb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000130
+gallium_dri.so free 0x5571735c0d40 void 0.000183
+gallium_dri.so free 0x5571735c0cd0 void 0.000169
+gallium_dri.so malloc 72 0x5571735c0d80 0.000130
+gallium_dri.so free 0x5571735c0e00 void 0.000124
+gallium_dri.so free 0x5571735c0d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0d80 0.000138
+gallium_dri.so free 0x5571735c0e80 void 0.000130
+gallium_dri.so free 0x5571735c0d80 void 0.000201
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000201
+gallium_dri.so free 0x5571735c0f00 void 0.000129
+gallium_dri.so free 0x5571735c0eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000133
+gallium_dri.so free 0x5571735c1000 void 0.000298
+gallium_dri.so free 0x5571735c0eb0 void 0.000346
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000319
+gallium_dri.so free 0x5571735c10c0 void 0.000280
+gallium_dri.so free 0x5571735c0fb0 void 0.000273
+gallium_dri.so malloc 72 0x5571735c1070 0.000283
+gallium_dri.so free 0x5571735c1100 void 0.000281
+gallium_dri.so free 0x5571735c1070 void 0.000305
+gallium_dri.so malloc 72 0x5571735c1070 0.000174
+gallium_dri.so free 0x5571735c11c0 void 0.000166
+gallium_dri.so free 0x5571735c1070 void 0.000165
+gallium_dri.so malloc 72 0x5571735c1230 0.000129
+gallium_dri.so free 0x5571735c1280 void 0.000128
+gallium_dri.so free 0x5571735c1230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1230 0.000130
+gallium_dri.so free 0x5571735c1380 void 0.000124
+gallium_dri.so free 0x5571735c1230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1330 0.000120
+gallium_dri.so free 0x5571735c1440 void 0.000125
+gallium_dri.so free 0x5571735c1330 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13f0 0.000129
+gallium_dri.so free 0x5571735c1480 void 0.000130
+gallium_dri.so free 0x5571735c13f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c13f0 0.000162
+gallium_dri.so free 0x5571735c1540 void 0.000128
+gallium_dri.so free 0x5571735c13f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1580 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000134
+gallium_dri.so free 0x5571735c1580 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1600 0.000121
+gallium_dri.so free 0x5571735c16c0 void 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1600 0.000122
+gallium_dri.so free 0x5571735c1780 void 0.000126
+gallium_dri.so free 0x5571735c1600 void 0.000127
+gallium_dri.so malloc 72 0x5571735c17a0 0.000122
+gallium_dri.so free 0x5571735c1840 void 0.000122
+gallium_dri.so free 0x5571735c17a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c17f0 0.000125
+gallium_dri.so free 0x5571735c18c0 void 0.000122
+gallium_dri.so free 0x5571735c17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c17f0 0.000125
+gallium_dri.so free 0x5571735c1940 void 0.000126
+gallium_dri.so free 0x5571735c17f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1940 0.000120
+gallium_dri.so free 0x5571735c1a00 void 0.000120
+gallium_dri.so free 0x5571735c1940 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1940 0.000131
+gallium_dri.so free 0x5571735c1ac0 void 0.000134
+gallium_dri.so free 0x5571735c1940 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1940 0.000166
+gallium_dri.so free 0x5571735c1b80 void 0.000130
+gallium_dri.so free 0x5571735c1940 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1b30 0.000130
+gallium_dri.so free 0x5571735c1c40 void 0.000125
+gallium_dri.so free 0x5571735c1b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000131
+gallium_dri.so free 0x5571735c1cc0 void 0.000124
+gallium_dri.so free 0x5571735c1bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d10 0.000121
+gallium_dri.so free 0x5571735c1d80 void 0.000127
+gallium_dri.so free 0x5571735c1d10 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1da0 0.000121
+gallium_dri.so free 0x5571735c1e40 void 0.000126
+gallium_dri.so free 0x5571735c1da0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1df0 0.000132
+gallium_dri.so free 0x5571735c1ec0 void 0.000131
+gallium_dri.so free 0x5571735c1df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1df0 0.000130
+gallium_dri.so free 0x5571735c1f40 void 0.000131
+gallium_dri.so free 0x5571735c1df0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1f40 0.000184
+gallium_dri.so free 0x5571735c2000 void 0.000130
+gallium_dri.so free 0x5571735c1f40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1f40 0.000120
+gallium_dri.so free 0x5571735c2100 void 0.000125
+gallium_dri.so free 0x5571735c1f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735c20b0 0.000121
+gallium_dri.so free 0x5571735c2140 void 0.000121
+gallium_dri.so free 0x5571735c20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c20b0 0.000124
+gallium_dri.so free 0x5571735c2200 void 0.000121
+gallium_dri.so free 0x5571735c20b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2240 0.000130
+gallium_dri.so free 0x5571735c22c0 void 0.000124
+gallium_dri.so free 0x5571735c2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c22c0 0.000121
+gallium_dri.so free 0x5571735c2380 void 0.000126
+gallium_dri.so free 0x5571735c22c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c22c0 0.000125
+gallium_dri.so free 0x5571735c2400 void 0.000122
+gallium_dri.so free 0x5571735c22c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2430 0.000130
+gallium_dri.so free 0x5571735c2480 void 0.000124
+gallium_dri.so free 0x5571735c2430 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2430 0.000130
+gallium_dri.so free 0x5571735c2580 void 0.000130
+gallium_dri.so free 0x5571735c2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735c25c0 0.000130
+gallium_dri.so free 0x5571735c2640 void 0.000149
+gallium_dri.so free 0x5571735c25c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2640 0.000130
+gallium_dri.so free 0x5571735c2700 void 0.000125
+gallium_dri.so free 0x5571735c2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2640 0.000126
+gallium_dri.so free 0x5571735c2780 void 0.000129
+gallium_dri.so free 0x5571735c2640 void 0.000125
+gallium_dri.so malloc 72 0x5571735c27b0 0.000130
+gallium_dri.so free 0x5571735c2800 void 0.000126
+gallium_dri.so free 0x5571735c27b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c27b0 0.000127
+gallium_dri.so free 0x5571735c2900 void 0.000130
+gallium_dri.so free 0x5571735c27b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c28b0 0.000130
+gallium_dri.so free 0x5571735c29c0 void 0.000130
+gallium_dri.so free 0x5571735c28b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x5571735c2a40 void 0.000129
+gallium_dri.so free 0x5571735c2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2970 0.000120
+gallium_dri.so free 0x5571735c2b00 void 0.000125
+gallium_dri.so free 0x5571735c2970 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x5571735c2bc0 void 0.000128
+gallium_dri.so free 0x5571735c2970 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2b70 0.000120
+gallium_dri.so free 0x5571735c2c40 void 0.000125
+gallium_dri.so free 0x5571735c2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2c90 0.000129
+gallium_dri.so free 0x5571735c2d00 void 0.000128
+gallium_dri.so free 0x5571735c2c90 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2d20 0.000129
+gallium_dri.so free 0x5571735c2dc0 void 0.000132
+gallium_dri.so free 0x5571735c2d20 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2d70 0.000129
+gallium_dri.so free 0x5571735c2e40 void 0.000195
+gallium_dri.so free 0x5571735c2d70 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2e40 0.000130
+gallium_dri.so free 0x5571735c2f00 void 0.000125
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e40 0.000125
+gallium_dri.so free 0x5571735c2f80 void 0.000125
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2f80 0.000121
+gallium_dri.so free 0x5571735c3040 void 0.000126
+gallium_dri.so free 0x5571735c2f80 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2f80 0.000131
+gallium_dri.so free 0x5571735c3100 void 0.000130
+gallium_dri.so free 0x5571735c2f80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f80 0.000132
+gallium_dri.so free 0x5571735c31c0 void 0.000125
+gallium_dri.so free 0x5571735c2f80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3170 0.000129
+gallium_dri.so free 0x5571735c3240 void 0.000131
+gallium_dri.so free 0x5571735c3170 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3290 0.000130
+gallium_dri.so free 0x5571735c3300 void 0.000134
+gallium_dri.so free 0x5571735c3290 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3340 0.000120
+gallium_dri.so free 0x5571735c33c0 void 0.000126
+gallium_dri.so free 0x5571735c3340 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3340 0.000126
+gallium_dri.so free 0x5571735c3440 void 0.000125
+gallium_dri.so free 0x5571735c3340 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3470 0.000130
+gallium_dri.so free 0x5571735c34c0 void 0.000130
+gallium_dri.so free 0x5571735c3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3470 0.000130
+gallium_dri.so free 0x5571735c35c0 void 0.000129
+gallium_dri.so free 0x5571735c3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3570 0.000130
+gallium_dri.so free 0x5571735c3680 void 0.000126
+gallium_dri.so free 0x5571735c3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c36c0 void 0.000126
+gallium_dri.so free 0x5571735c3630 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000125
+gallium_dri.so malloc 72 0x5571735c37f0 0.000166
+gallium_dri.so free 0x5571735c3840 void 0.000160
+gallium_dri.so free 0x5571735c37f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c37f0 0.000130
+gallium_dri.so free 0x5571735c3940 void 0.000125
+gallium_dri.so free 0x5571735c37f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c38f0 0.000130
+gallium_dri.so free 0x5571735c3a00 void 0.000130
+gallium_dri.so free 0x5571735c38f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c39b0 0.000129
+gallium_dri.so free 0x5571735c3a40 void 0.000130
+gallium_dri.so free 0x5571735c39b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c39b0 0.000126
+gallium_dri.so free 0x5571735c3b00 void 0.000126
+gallium_dri.so free 0x5571735c39b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3b40 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000121
+gallium_dri.so free 0x5571735c3b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000124
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3bc0 0.000168
+gallium_dri.so free 0x5571735c3d40 void 0.000162
+gallium_dri.so free 0x5571735c3bc0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c3d60 0.000130
+gallium_dri.so free 0x5571735c3e00 void 0.000126
+gallium_dri.so free 0x5571735c3d60 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3db0 0.000129
+gallium_dri.so free 0x5571735c3e80 void 0.000130
+gallium_dri.so free 0x5571735c3db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3db0 0.000130
+gallium_dri.so free 0x5571735c3f00 void 0.000130
+gallium_dri.so free 0x5571735c3db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3f00 0.000125
+gallium_dri.so free 0x5571735c3fc0 void 0.000130
+gallium_dri.so free 0x5571735c3f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3f00 0.000126
+gallium_dri.so free 0x5571735c4080 void 0.000121
+gallium_dri.so free 0x5571735c3f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3f00 0.000121
+gallium_dri.so free 0x5571735c4140 void 0.000126
+gallium_dri.so free 0x5571735c3f00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c40f0 0.000127
+gallium_dri.so free 0x5571735c4200 void 0.000128
+gallium_dri.so free 0x5571735c40f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c41b0 0.000132
+gallium_dri.so free 0x5571735c4280 void 0.000130
+gallium_dri.so free 0x5571735c41b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c42d0 0.000127
+gallium_dri.so free 0x5571735c4340 void 0.000121
+gallium_dri.so free 0x5571735c42d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4360 0.000135
+gallium_dri.so free 0x5571735c4400 void 0.000125
+gallium_dri.so free 0x5571735c4360 void 0.000126
+gallium_dri.so malloc 72 0x5571735c43b0 0.000129
+gallium_dri.so free 0x5571735c4480 void 0.000125
+gallium_dri.so free 0x5571735c43b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43b0 0.000120
+gallium_dri.so free 0x5571735c4500 void 0.000181
+gallium_dri.so free 0x5571735c43b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735c4500 0.000129
+gallium_dri.so free 0x5571735c45c0 void 0.000125
+gallium_dri.so free 0x5571735c4500 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4500 0.000132
+gallium_dri.so free 0x5571735c46c0 void 0.000134
+gallium_dri.so free 0x5571735c4500 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4670 0.000129
+gallium_dri.so free 0x5571735c4700 void 0.000221
+gallium_dri.so free 0x5571735c4670 void 0.000241
+gallium_dri.so malloc 72 0x5571735c4670 0.000222
+gallium_dri.so free 0x5571735c47c0 void 0.000221
+gallium_dri.so free 0x5571735c4670 void 0.000207
+gallium_dri.so malloc 72 0x5571735c4800 0.000166
+gallium_dri.so free 0x5571735c4880 void 0.000173
+gallium_dri.so free 0x5571735c4800 void 0.000163
+gallium_dri.so malloc 72 0x5571735c4880 0.000131
+gallium_dri.so free 0x5571735c4940 void 0.000126
+gallium_dri.so free 0x5571735c4880 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4880 0.000121
+gallium_dri.so free 0x5571735c49c0 void 0.000127
+gallium_dri.so free 0x5571735c4880 void 0.000130
+gallium_dri.so malloc 72 0x5571735c49f0 0.000175
+gallium_dri.so free 0x5571735c4a40 void 0.000133
+gallium_dri.so free 0x5571735c49f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c49f0 0.000126
+gallium_dri.so free 0x5571735c4b40 void 0.000121
+gallium_dri.so free 0x5571735c49f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4b80 0.000131
+gallium_dri.so free 0x5571735c4c00 void 0.000131
+gallium_dri.so free 0x5571735c4b80 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4c00 0.000131
+gallium_dri.so free 0x5571735c4cc0 void 0.000127
+gallium_dri.so free 0x5571735c4c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4c00 0.000125
+gallium_dri.so free 0x5571735c4d40 void 0.000122
+gallium_dri.so free 0x5571735c4c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4d70 0.000120
+gallium_dri.so free 0x55717360c0c0 void 0.000122
+gallium_dri.so free 0x5571735c4d70 void 0.000124
+gallium_dri.so malloc 72 0x55717360c100 0.000130
+gallium_dri.so free 0x55717360c180 void 0.000130
+gallium_dri.so free 0x55717360c100 void 0.000130
+gallium_dri.so malloc 72 0x55717360c180 0.000131
+gallium_dri.so free 0x55717360c240 void 0.000133
+gallium_dri.so free 0x55717360c180 void 0.000122
+gallium_dri.so malloc 72 0x55717360c180 0.000126
+gallium_dri.so free 0x55717360c300 void 0.000129
+gallium_dri.so free 0x55717360c180 void 0.000129
+gallium_dri.so malloc 72 0x55717360c320 0.000131
+gallium_dri.so free 0x5571735c4dc0 void 0.000129
+gallium_dri.so free 0x55717360c320 void 0.000125
+gallium_dri.so malloc 72 0x55717360c320 0.000121
+gallium_dri.so free 0x55717360c3c0 void 0.000125
+gallium_dri.so free 0x55717360c320 void 0.000125
+gallium_dri.so malloc 72 0x55717360c370 0.000121
+gallium_dri.so free 0x55717360c440 void 0.000126
+gallium_dri.so free 0x55717360c370 void 0.000129
+gallium_dri.so malloc 72 0x55717360c490 0.000128
+gallium_dri.so free 0x55717360c500 void 0.000125
+gallium_dri.so free 0x55717360c490 void 0.000119
+gallium_dri.so malloc 72 0x55717360c520 0.000120
+gallium_dri.so free 0x55717360c5c0 void 0.000124
+gallium_dri.so free 0x55717360c520 void 0.000125
+gallium_dri.so malloc 72 0x55717360c570 0.000120
+gallium_dri.so free 0x55717360c640 void 0.000118
+gallium_dri.so free 0x55717360c570 void 0.000124
+gallium_dri.so malloc 72 0x55717360c640 0.000132
+gallium_dri.so free 0x55717360c700 void 0.000130
+gallium_dri.so free 0x55717360c640 void 0.000125
+gallium_dri.so malloc 72 0x55717360c640 0.000126
+gallium_dri.so free 0x55717360c780 void 0.000124
+gallium_dri.so free 0x55717360c640 void 0.000124
+gallium_dri.so malloc 72 0x55717360c780 0.000130
+gallium_dri.so free 0x55717360c840 void 0.000124
+gallium_dri.so free 0x55717360c780 void 0.000120
+gallium_dri.so malloc 72 0x55717360c780 0.000128
+gallium_dri.so free 0x55717360c900 void 0.000127
+gallium_dri.so free 0x55717360c780 void 0.000127
+gallium_dri.so malloc 72 0x55717360c780 0.000124
+gallium_dri.so free 0x55717360c9c0 void 0.000129
+gallium_dri.so free 0x55717360c780 void 0.000125
+gallium_dri.so malloc 72 0x55717360c970 0.000120
+gallium_dri.so free 0x55717360ca40 void 0.000120
+gallium_dri.so free 0x55717360c970 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca90 0.000129
+gallium_dri.so free 0x55717360cb00 void 0.000130
+gallium_dri.so free 0x55717360ca90 void 0.000124
+gallium_dri.so malloc 72 0x55717360cb40 0.000120
+gallium_dri.so free 0x55717360cbc0 void 0.000126
+gallium_dri.so free 0x55717360cb40 void 0.000129
+gallium_dri.so malloc 72 0x55717360cb40 0.000138
+gallium_dri.so free 0x55717360cc40 void 0.000130
+gallium_dri.so free 0x55717360cb40 void 0.000168
+gallium_dri.so malloc 72 0x55717360cc70 0.000130
+gallium_dri.so free 0x55717360ccc0 void 0.000126
+gallium_dri.so free 0x55717360cc70 void 0.000126
+gallium_dri.so malloc 72 0x55717360cc70 0.000131
+gallium_dri.so free 0x55717360cdc0 void 0.000131
+gallium_dri.so free 0x55717360cc70 void 0.000125
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360ce80 void 0.000130
+gallium_dri.so free 0x55717360cd70 void 0.000127
+gallium_dri.so malloc 72 0x55717360ce30 0.000127
+gallium_dri.so free 0x55717360cec0 void 0.000130
+gallium_dri.so free 0x55717360ce30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ce30 0.000131
+gallium_dri.so free 0x55717360cf80 void 0.000132
+gallium_dri.so free 0x55717360ce30 void 0.000126
+gallium_dri.so malloc 72 0x55717360cff0 0.000121
+gallium_dri.so free 0x55717360d040 void 0.000121
+gallium_dri.so free 0x55717360cff0 void 0.000121
+gallium_dri.so malloc 72 0x55717360cff0 0.000170
+gallium_dri.so free 0x55717360d140 void 0.000131
+gallium_dri.so free 0x55717360cff0 void 0.000180
+gallium_dri.so malloc 72 0x55717360d0f0 0.000132
+gallium_dri.so free 0x55717360d200 void 0.000123
+gallium_dri.so free 0x55717360d0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d1b0 0.000130
+gallium_dri.so free 0x55717360d240 void 0.000131
+gallium_dri.so free 0x55717360d1b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360d1b0 0.000127
+gallium_dri.so free 0x55717360d300 void 0.000131
+gallium_dri.so free 0x55717360d1b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d340 0.000126
+gallium_dri.so free 0x55717360d3c0 void 0.000126
+gallium_dri.so free 0x55717360d340 void 0.000131
+gallium_dri.so malloc 72 0x55717360d3c0 0.000130
+gallium_dri.so free 0x55717360d480 void 0.000131
+gallium_dri.so free 0x55717360d3c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d3c0 0.000131
+gallium_dri.so free 0x55717360d540 void 0.000131
+gallium_dri.so free 0x55717360d3c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d560 0.000131
+gallium_dri.so free 0x55717360d600 void 0.000130
+gallium_dri.so free 0x55717360d560 void 0.000130
+gallium_dri.so malloc 72 0x55717360d5b0 0.000129
+gallium_dri.so free 0x55717360d680 void 0.000130
+gallium_dri.so free 0x55717360d5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d5b0 0.000126
+gallium_dri.so free 0x55717360d700 void 0.000125
+gallium_dri.so free 0x55717360d5b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360d700 0.000130
+gallium_dri.so free 0x55717360d7c0 void 0.000128
+gallium_dri.so free 0x55717360d700 void 0.000130
+gallium_dri.so malloc 72 0x55717360d700 0.000129
+gallium_dri.so free 0x55717360d880 void 0.000129
+gallium_dri.so free 0x55717360d700 void 0.000119
+gallium_dri.so malloc 72 0x55717360d700 0.000125
+gallium_dri.so free 0x55717360d940 void 0.000125
+gallium_dri.so free 0x55717360d700 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8f0 0.000119
+gallium_dri.so free 0x55717360da00 void 0.000125
+gallium_dri.so free 0x55717360d8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d9b0 0.000126
+gallium_dri.so free 0x55717360da80 void 0.000129
+gallium_dri.so free 0x55717360d9b0 void 0.000171
+gallium_dri.so malloc 72 0x55717360dad0 0.000129
+gallium_dri.so free 0x55717360db40 void 0.000129
+gallium_dri.so free 0x55717360dad0 void 0.000131
+gallium_dri.so malloc 72 0x55717360db60 0.000133
+gallium_dri.so free 0x55717360dc00 void 0.000129
+gallium_dri.so free 0x55717360db60 void 0.000132
+gallium_dri.so malloc 72 0x55717360dbb0 0.000131
+gallium_dri.so free 0x55717360dc80 void 0.000129
+gallium_dri.so free 0x55717360dbb0 void 0.000205
+gallium_dri.so malloc 72 0x55717360dbb0 0.000256
+gallium_dri.so free 0x55717360dd00 void 0.000185
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd00 0.000124
+gallium_dri.so free 0x55717360ddc0 void 0.000125
+gallium_dri.so free 0x55717360dd00 void 0.000130
+gallium_dri.so malloc 72 0x55717360dd00 0.000130
+gallium_dri.so free 0x55717360dec0 void 0.000131
+gallium_dri.so free 0x55717360dd00 void 0.000122
+gallium_dri.so malloc 72 0x55717360de70 0.000126
+gallium_dri.so free 0x55717360df00 void 0.000130
+gallium_dri.so free 0x55717360de70 void 0.000130
+gallium_dri.so malloc 72 0x55717360de70 0.000132
+gallium_dri.so free 0x55717360dfc0 void 0.000129
+gallium_dri.so free 0x55717360de70 void 0.000130
+gallium_dri.so malloc 72 0x55717360e000 0.000129
+gallium_dri.so free 0x55717360e080 void 0.000133
+gallium_dri.so free 0x55717360e000 void 0.000130
+gallium_dri.so malloc 72 0x55717360e080 0.000129
+gallium_dri.so free 0x55717360e140 void 0.000125
+gallium_dri.so free 0x55717360e080 void 0.000119
+gallium_dri.so malloc 72 0x55717360e080 0.000125
+gallium_dri.so free 0x55717360e1c0 void 0.000125
+gallium_dri.so free 0x55717360e080 void 0.000126
+gallium_dri.so malloc 72 0x55717360e1f0 0.000125
+gallium_dri.so free 0x55717360e240 void 0.000127
+gallium_dri.so free 0x55717360e1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360e1f0 0.000130
+gallium_dri.so free 0x55717360e340 void 0.000132
+gallium_dri.so free 0x55717360e1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e380 0.000125
+gallium_dri.so free 0x55717360e400 void 0.000129
+gallium_dri.so free 0x55717360e380 void 0.000130
+gallium_dri.so malloc 72 0x55717360e400 0.000129
+gallium_dri.so free 0x55717360e4c0 void 0.000128
+gallium_dri.so free 0x55717360e400 void 0.000121
+gallium_dri.so malloc 72 0x55717360e400 0.000121
+gallium_dri.so free 0x55717360e540 void 0.000127
+gallium_dri.so free 0x55717360e400 void 0.000125
+gallium_dri.so malloc 72 0x55717360e570 0.000126
+gallium_dri.so free 0x55717360e5c0 void 0.000128
+gallium_dri.so free 0x55717360e570 void 0.000135
+gallium_dri.so malloc 72 0x55717360e570 0.000124
+gallium_dri.so free 0x55717360e6c0 void 0.000128
+gallium_dri.so free 0x55717360e570 void 0.000127
+gallium_dri.so malloc 72 0x55717360e670 0.000123
+gallium_dri.so free 0x55717360e780 void 0.000227
+gallium_dri.so free 0x55717360e670 void 0.000222
+gallium_dri.so malloc 72 0x55717360e730 0.000259
+gallium_dri.so free 0x55717360e800 void 0.000273
+gallium_dri.so free 0x55717360e730 void 0.000227
+gallium_dri.so malloc 72 0x55717360e730 0.000224
+gallium_dri.so free 0x55717360e8c0 void 0.000129
+gallium_dri.so free 0x55717360e730 void 0.000130
+gallium_dri.so malloc 72 0x55717360e730 0.000130
+gallium_dri.so free 0x55717360e980 void 0.000129
+gallium_dri.so free 0x55717360e730 void 0.000129
+gallium_dri.so malloc 72 0x55717360e930 0.000128
+gallium_dri.so free 0x55717360ea00 void 0.000124
+gallium_dri.so free 0x55717360e930 void 0.000118
+gallium_dri.so malloc 72 0x55717360ea50 0.000121
+gallium_dri.so free 0x55717360eac0 void 0.000127
+gallium_dri.so free 0x55717360ea50 void 0.000129
+gallium_dri.so malloc 72 0x55717360eae0 0.000124
+gallium_dri.so free 0x55717360eb80 void 0.000120
+gallium_dri.so free 0x55717360eae0 void 0.000124
+gallium_dri.so malloc 72 0x55717360eb30 0.000129
+gallium_dri.so free 0x55717360ec00 void 0.000123
+gallium_dri.so free 0x55717360eb30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec00 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000162
+gallium_dri.so free 0x55717360ec00 void 0.000131
+gallium_dri.so malloc 72 0x55717360ec00 0.000131
+gallium_dri.so free 0x55717360ed40 void 0.000130
+gallium_dri.so free 0x55717360ec00 void 0.000129
+gallium_dri.so malloc 72 0x55717360ed40 0.000128
+gallium_dri.so free 0x55717360ee00 void 0.000130
+gallium_dri.so free 0x55717360ed40 void 0.000129
+gallium_dri.so malloc 72 0x55717360ed40 0.000124
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so free 0x55717360ed40 void 0.000124
+gallium_dri.so malloc 72 0x55717360ed40 0.000128
+gallium_dri.so free 0x55717360ef80 void 0.000135
+gallium_dri.so free 0x55717360ed40 void 0.000131
+gallium_dri.so malloc 72 0x55717360ef30 0.000129
+gallium_dri.so free 0x55717360f000 void 0.000124
+gallium_dri.so free 0x55717360ef30 void 0.000121
+gallium_dri.so malloc 72 0x55717360f050 0.000124
+gallium_dri.so free 0x55717360f0c0 void 0.000124
+gallium_dri.so free 0x55717360f050 void 0.000126
+gallium_dri.so malloc 72 0x55717360f100 0.000126
+gallium_dri.so free 0x55717360f180 void 0.000126
+gallium_dri.so free 0x55717360f100 void 0.000134
+gallium_dri.so malloc 72 0x55717360f100 0.000128
+gallium_dri.so free 0x55717360f200 void 0.000129
+gallium_dri.so free 0x55717360f100 void 0.000132
+gallium_dri.so malloc 72 0x55717360f230 0.000130
+gallium_dri.so free 0x55717360f280 void 0.000126
+gallium_dri.so free 0x55717360f230 void 0.000124
+gallium_dri.so malloc 72 0x55717360f230 0.000130
+gallium_dri.so free 0x55717360f380 void 0.000125
+gallium_dri.so free 0x55717360f230 void 0.000125
+gallium_dri.so malloc 72 0x55717360f330 0.000124
+gallium_dri.so free 0x55717360f440 void 0.000125
+gallium_dri.so free 0x55717360f330 void 0.000132
+gallium_dri.so malloc 72 0x55717360f3f0 0.000220
+gallium_dri.so free 0x55717360f480 void 0.000223
+gallium_dri.so free 0x55717360f3f0 void 0.000220
+gallium_dri.so malloc 72 0x55717360f3f0 0.000204
+gallium_dri.so free 0x55717360f540 void 0.000206
+gallium_dri.so free 0x55717360f3f0 void 0.000163
+gallium_dri.so malloc 72 0x55717360f5b0 0.000125
+gallium_dri.so free 0x55717360f600 void 0.000152
+gallium_dri.so free 0x55717360f5b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f5b0 0.000130
+gallium_dri.so free 0x55717360f700 void 0.000131
+gallium_dri.so free 0x55717360f5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360f6b0 0.000131
+gallium_dri.so free 0x55717360f7c0 void 0.000126
+gallium_dri.so free 0x55717360f6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f770 0.000121
+gallium_dri.so free 0x55717360f800 void 0.000126
+gallium_dri.so free 0x55717360f770 void 0.000125
+gallium_dri.so malloc 72 0x55717360f770 0.000121
+gallium_dri.so free 0x55717360f8c0 void 0.000122
+gallium_dri.so free 0x55717360f770 void 0.000120
+gallium_dri.so malloc 72 0x55717360f900 0.000124
+gallium_dri.so free 0x55717360f980 void 0.000129
+gallium_dri.so free 0x55717360f900 void 0.000132
+gallium_dri.so malloc 72 0x55717360f980 0.000130
+gallium_dri.so free 0x55717360fa40 void 0.000125
+gallium_dri.so free 0x55717360f980 void 0.000119
+gallium_dri.so malloc 72 0x55717360f980 0.000126
+gallium_dri.so free 0x55717360fb00 void 0.000141
+gallium_dri.so free 0x55717360f980 void 0.000127
+gallium_dri.so malloc 72 0x55717360fb20 0.000152
+gallium_dri.so free 0x55717360fbc0 void 0.000127
+gallium_dri.so free 0x55717360fb20 void 0.000121
+gallium_dri.so malloc 72 0x55717360fb70 0.000125
+gallium_dri.so free 0x55717360fc40 void 0.000132
+gallium_dri.so free 0x55717360fb70 void 0.000130
+gallium_dri.so malloc 72 0x55717360fb70 0.000130
+gallium_dri.so free 0x55717360fcc0 void 0.000129
+gallium_dri.so free 0x55717360fb70 void 0.000132
+gallium_dri.so malloc 72 0x55717360fcc0 0.000131
+gallium_dri.so free 0x55717360fd80 void 0.000133
+gallium_dri.so free 0x55717360fcc0 void 0.000126
+gallium_dri.so malloc 72 0x55717360fcc0 0.000127
+gallium_dri.so free 0x55717360fe40 void 0.000132
+gallium_dri.so free 0x55717360fcc0 void 0.000127
+gallium_dri.so malloc 72 0x55717360fcc0 0.000121
+gallium_dri.so free 0x55717360ff00 void 0.000126
+gallium_dri.so free 0x55717360fcc0 void 0.000126
+gallium_dri.so malloc 72 0x55717360feb0 0.000121
+gallium_dri.so free 0x55717360ffc0 void 0.000123
+gallium_dri.so free 0x55717360feb0 void 0.000153
+gallium_dri.so malloc 72 0x55717360ff70 0.000150
+gallium_dri.so free 0x557173610040 void 0.000155
+gallium_dri.so free 0x55717360ff70 void 0.000155
+gallium_dri.so malloc 72 0x557173610090 0.000155
+gallium_dri.so free 0x557173610100 void 0.000162
+gallium_dri.so free 0x557173610090 void 0.000132
+gallium_dri.so malloc 72 0x557173610120 0.000130
+gallium_dri.so free 0x5571736101c0 void 0.000132
+gallium_dri.so free 0x557173610120 void 0.000131
+gallium_dri.so malloc 72 0x557173610170 0.000127
+gallium_dri.so free 0x557173610240 void 0.000122
+gallium_dri.so free 0x557173610170 void 0.000168
+gallium_dri.so malloc 72 0x557173610170 0.000129
+gallium_dri.so free 0x5571736102c0 void 0.000130
+gallium_dri.so free 0x557173610170 void 0.000126
+gallium_dri.so malloc 72 0x5571736102c0 0.000122
+gallium_dri.so free 0x557173610380 void 0.000126
+gallium_dri.so free 0x5571736102c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736102c0 0.000121
+gallium_dri.so free 0x557173610480 void 0.000125
+gallium_dri.so free 0x5571736102c0 void 0.000133
+gallium_dri.so malloc 72 0x557173610430 0.000131
+gallium_dri.so free 0x5571736104c0 void 0.000130
+gallium_dri.so free 0x557173610430 void 0.000131
+gallium_dri.so malloc 72 0x557173610430 0.000129
+gallium_dri.so free 0x557173610580 void 0.000130
+gallium_dri.so free 0x557173610430 void 0.000131
+gallium_dri.so malloc 72 0x5571736105c0 0.000129
+gallium_dri.so free 0x557173610640 void 0.000125
+gallium_dri.so free 0x5571736105c0 void 0.000119
+gallium_dri.so malloc 72 0x557173610640 0.000125
+gallium_dri.so free 0x557173610700 void 0.000125
+gallium_dri.so free 0x557173610640 void 0.000121
+gallium_dri.so malloc 72 0x557173610640 0.000121
+gallium_dri.so free 0x557173610780 void 0.000126
+gallium_dri.so free 0x557173610640 void 0.000129
+gallium_dri.so malloc 72 0x5571736107b0 0.000133
+gallium_dri.so free 0x557173610800 void 0.000130
+gallium_dri.so free 0x5571736107b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736107b0 0.000130
+gallium_dri.so free 0x557173610900 void 0.000142
+gallium_dri.so free 0x5571736107b0 void 0.000131
+gallium_dri.so malloc 72 0x557173610940 0.000131
+gallium_dri.so free 0x5571736109c0 void 0.000130
+gallium_dri.so free 0x557173610940 void 0.000130
+gallium_dri.so malloc 72 0x5571736109c0 0.000126
+gallium_dri.so free 0x557173610a80 void 0.000128
+gallium_dri.so free 0x5571736109c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736109c0 0.000131
+gallium_dri.so free 0x557173610b00 void 0.000129
+gallium_dri.so free 0x5571736109c0 void 0.000129
+gallium_dri.so malloc 72 0x557173610b30 0.000124
+gallium_dri.so free 0x557173610b80 void 0.000126
+gallium_dri.so free 0x557173610b30 void 0.000173
+gallium_dri.so malloc 72 0x557173610b30 0.000132
+gallium_dri.so free 0x557173610c80 void 0.000130
+gallium_dri.so free 0x557173610b30 void 0.000130
+gallium_dri.so malloc 72 0x557173610c30 0.000130
+gallium_dri.so free 0x557173610d40 void 0.000135
+gallium_dri.so free 0x557173610c30 void 0.000127
+gallium_dri.so malloc 72 0x557173610cf0 0.000141
+gallium_dri.so free 0x557173610dc0 void 0.000130
+gallium_dri.so free 0x557173610cf0 void 0.000126
+gallium_dri.so malloc 72 0x557173610cf0 0.000121
+gallium_dri.so free 0x557173610e80 void 0.000128
+gallium_dri.so free 0x557173610cf0 void 0.000188
+gallium_dri.so malloc 72 0x557173610cf0 0.000130
+gallium_dri.so free 0x557173610f40 void 0.000130
+gallium_dri.so free 0x557173610cf0 void 0.000131
+gallium_dri.so malloc 72 0x557173610ef0 0.000130
+gallium_dri.so free 0x557173610fc0 void 0.000130
+gallium_dri.so free 0x557173610ef0 void 0.000126
+gallium_dri.so malloc 72 0x557173611010 0.000127
+gallium_dri.so free 0x557173611080 void 0.000125
+gallium_dri.so free 0x557173611010 void 0.000125
+gallium_dri.so malloc 72 0x5571736110a0 0.000131
+gallium_dri.so free 0x557173611140 void 0.000125
+gallium_dri.so free 0x5571736110a0 void 0.000124
+gallium_dri.so malloc 72 0x5571736110f0 0.000129
+gallium_dri.so free 0x5571736111c0 void 0.000125
+gallium_dri.so free 0x5571736110f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736111c0 0.000175
+gallium_dri.so free 0x557173469a00 void 0.000129
+gallium_dri.so free 0x5571736111c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736111c0 0.000130
+gallium_dri.so free 0x557173469a80 void 0.000132
+gallium_dri.so free 0x5571736111c0 void 0.000130
+gallium_dri.so malloc 72 0x557173469a80 0.000129
+gallium_dri.so free 0x557173469b40 void 0.000130
+gallium_dri.so free 0x557173469a80 void 0.000130
+gallium_dri.so malloc 72 0x557173469a80 0.000136
+gallium_dri.so free 0x557173469c00 void 0.000131
+gallium_dri.so free 0x557173469a80 void 0.000125
+gallium_dri.so malloc 72 0x557173469a80 0.000126
+gallium_dri.so free 0x557173469cc0 void 0.000174
+gallium_dri.so free 0x557173469a80 void 0.000127
+gallium_dri.so malloc 72 0x557173469c70 0.000126
+gallium_dri.so free 0x557173469d40 void 0.000164
+gallium_dri.so free 0x557173469c70 void 0.000162
+gallium_dri.so malloc 72 0x557173469d90 0.000160
+gallium_dri.so free 0x557173469e00 void 0.000142
+gallium_dri.so free 0x557173469d90 void 0.000131
+gallium_dri.so malloc 72 0x557173469e40 0.000129
+gallium_dri.so free 0x557173469ec0 void 0.000130
+gallium_dri.so free 0x557173469e40 void 0.000130
+gallium_dri.so malloc 72 0x557173469e40 0.000130
+gallium_dri.so free 0x557173469f40 void 0.000130
+gallium_dri.so free 0x557173469e40 void 0.000130
+gallium_dri.so malloc 72 0x557173469f70 0.000129
+gallium_dri.so free 0x557173469fc0 void 0.000129
+gallium_dri.so free 0x557173469f70 void 0.000131
+gallium_dri.so malloc 72 0x557173469f70 0.000130
+gallium_dri.so free 0x55717346a0c0 void 0.000129
+gallium_dri.so free 0x557173469f70 void 0.000129
+gallium_dri.so malloc 72 0x55717346a070 0.000129
+gallium_dri.so free 0x55717346a180 void 0.000126
+gallium_dri.so free 0x55717346a070 void 0.000130
+gallium_dri.so malloc 72 0x55717346a130 0.000130
+gallium_dri.so free 0x55717346a1c0 void 0.000130
+gallium_dri.so free 0x55717346a130 void 0.000129
+gallium_dri.so malloc 72 0x55717346a130 0.000141
+gallium_dri.so free 0x55717346a280 void 0.000131
+gallium_dri.so free 0x55717346a130 void 0.000131
+gallium_dri.so malloc 72 0x55717346a2f0 0.000130
+gallium_dri.so free 0x55717346a340 void 0.000125
+gallium_dri.so free 0x55717346a2f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a2f0 0.000125
+gallium_dri.so free 0x55717346a440 void 0.000132
+gallium_dri.so free 0x55717346a2f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a3f0 0.000126
+gallium_dri.so free 0x55717346a500 void 0.000129
+gallium_dri.so free 0x55717346a3f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a4b0 0.000120
+gallium_dri.so free 0x55717346a540 void 0.000126
+gallium_dri.so free 0x55717346a4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a4b0 0.000121
+gallium_dri.so free 0x55717346a600 void 0.000120
+gallium_dri.so free 0x55717346a4b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346a640 0.000131
+gallium_dri.so free 0x55717346a6c0 void 0.000130
+gallium_dri.so free 0x55717346a640 void 0.000131
+gallium_dri.so malloc 72 0x55717346a6c0 0.000174
+gallium_dri.so free 0x55717346a780 void 0.000166
+gallium_dri.so free 0x55717346a6c0 void 0.000165
+gallium_dri.so malloc 72 0x55717346a6c0 0.000162
+gallium_dri.so free 0x55717346a840 void 0.000130
+gallium_dri.so free 0x55717346a6c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a860 0.000120
+gallium_dri.so free 0x55717346a900 void 0.000127
+gallium_dri.so free 0x55717346a860 void 0.000131
+gallium_dri.so malloc 72 0x55717346a8b0 0.000127
+gallium_dri.so free 0x55717346a980 void 0.000130
+gallium_dri.so free 0x55717346a8b0 void 0.000162
+gallium_dri.so malloc 72 0x55717346a8b0 0.000130
+gallium_dri.so free 0x55717346aa00 void 0.000126
+gallium_dri.so free 0x55717346a8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346aa00 0.000120
+gallium_dri.so free 0x55717346aac0 void 0.000121
+gallium_dri.so free 0x55717346aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717346aa00 0.000125
+gallium_dri.so free 0x55717346ab80 void 0.000125
+gallium_dri.so free 0x55717346aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717346aa00 0.000124
+gallium_dri.so free 0x55717346ac40 void 0.000127
+gallium_dri.so free 0x55717346aa00 void 0.000125
+gallium_dri.so malloc 72 0x55717346abf0 0.000124
+gallium_dri.so free 0x55717346ad00 void 0.000123
+gallium_dri.so free 0x55717346abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346acb0 0.000126
+gallium_dri.so free 0x55717346ad80 void 0.000131
+gallium_dri.so free 0x55717346acb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346add0 0.000130
+gallium_dri.so free 0x55717346ae40 void 0.000130
+gallium_dri.so free 0x55717346add0 void 0.000121
+gallium_dri.so malloc 72 0x55717346ae60 0.000125
+gallium_dri.so free 0x55717346af00 void 0.000129
+gallium_dri.so free 0x55717346ae60 void 0.000130
+gallium_dri.so malloc 72 0x55717346aeb0 0.000124
+gallium_dri.so free 0x55717346af80 void 0.000164
+gallium_dri.so free 0x55717346aeb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346aeb0 0.000131
+gallium_dri.so free 0x55717346b000 void 0.000129
+gallium_dri.so free 0x55717346aeb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b000 0.000130
+gallium_dri.so free 0x55717346b0c0 void 0.000133
+gallium_dri.so free 0x55717346b000 void 0.000130
+gallium_dri.so malloc 72 0x55717346b000 0.000131
+gallium_dri.so free 0x55717346b1c0 void 0.000125
+gallium_dri.so free 0x55717346b000 void 0.000126
+gallium_dri.so malloc 72 0x55717346b170 0.000129
+gallium_dri.so free 0x55717346b200 void 0.000129
+gallium_dri.so free 0x55717346b170 void 0.000130
+gallium_dri.so malloc 72 0x55717346b170 0.000129
+gallium_dri.so free 0x55717346b2c0 void 0.000131
+gallium_dri.so free 0x55717346b170 void 0.000130
+gallium_dri.so malloc 72 0x55717346b300 0.000125
+gallium_dri.so free 0x55717346b380 void 0.000126
+gallium_dri.so free 0x55717346b300 void 0.000131
+gallium_dri.so malloc 72 0x55717346b380 0.000129
+gallium_dri.so free 0x55717346b440 void 0.000129
+gallium_dri.so free 0x55717346b380 void 0.000125
+gallium_dri.so malloc 72 0x55717346b380 0.000120
+gallium_dri.so free 0x55717346b4c0 void 0.000127
+gallium_dri.so free 0x55717346b380 void 0.000126
+gallium_dri.so malloc 72 0x55717346b4f0 0.000126
+gallium_dri.so free 0x55717346b540 void 0.000132
+gallium_dri.so free 0x55717346b4f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b4f0 0.000127
+gallium_dri.so free 0x55717346b640 void 0.000129
+gallium_dri.so free 0x55717346b4f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b680 0.000130
+gallium_dri.so free 0x55717346b700 void 0.000130
+gallium_dri.so free 0x55717346b680 void 0.000130
+gallium_dri.so malloc 72 0x55717346b700 0.000126
+gallium_dri.so free 0x55717346b7c0 void 0.000126
+gallium_dri.so free 0x55717346b700 void 0.000127
+gallium_dri.so malloc 72 0x55717346b700 0.000121
+gallium_dri.so free 0x55717346b840 void 0.000121
+gallium_dri.so free 0x55717346b700 void 0.000124
+gallium_dri.so malloc 72 0x55717346b870 0.000124
+gallium_dri.so free 0x55717346b8c0 void 0.000123
+gallium_dri.so free 0x55717346b870 void 0.000120
+gallium_dri.so malloc 72 0x55717346b870 0.000125
+gallium_dri.so free 0x55717346b9c0 void 0.000124
+gallium_dri.so free 0x55717346b870 void 0.000119
+gallium_dri.so malloc 72 0x55717346b970 0.000121
+gallium_dri.so free 0x55717346ba80 void 0.000126
+gallium_dri.so free 0x55717346b970 void 0.000136
+gallium_dri.so malloc 72 0x55717346ba30 0.000125
+gallium_dri.so free 0x55717346bb00 void 0.000128
+gallium_dri.so free 0x55717346ba30 void 0.000125
+gallium_dri.so malloc 72 0x55717346ba30 0.000121
+gallium_dri.so free 0x55717346bbc0 void 0.000120
+gallium_dri.so free 0x55717346ba30 void 0.000123
+gallium_dri.so malloc 72 0x55717346ba30 0.000130
+gallium_dri.so free 0x55717346bc80 void 0.000129
+gallium_dri.so free 0x55717346ba30 void 0.000129
+gallium_dri.so malloc 72 0x55717346bc30 0.000129
+gallium_dri.so free 0x55717346bd00 void 0.000129
+gallium_dri.so free 0x55717346bc30 void 0.000131
+gallium_dri.so malloc 72 0x55717346bd50 0.000167
+gallium_dri.so free 0x55717346bdc0 void 0.000163
+gallium_dri.so free 0x55717346bd50 void 0.000165
+gallium_dri.so malloc 72 0x55717346bde0 0.000130
+gallium_dri.so free 0x55717346be80 void 0.000125
+gallium_dri.so free 0x55717346bde0 void 0.000118
+gallium_dri.so malloc 72 0x55717346be30 0.000125
+gallium_dri.so free 0x55717346bf00 void 0.000162
+gallium_dri.so free 0x55717346be30 void 0.000127
+gallium_dri.so malloc 72 0x55717346bf00 0.000131
+gallium_dri.so free 0x55717346bfc0 void 0.000126
+gallium_dri.so free 0x55717346bf00 void 0.000124
+gallium_dri.so malloc 72 0x55717346bf00 0.000125
+gallium_dri.so free 0x55717346c040 void 0.000131
+gallium_dri.so free 0x55717346bf00 void 0.000129
+gallium_dri.so malloc 72 0x55717346c040 0.000126
+gallium_dri.so free 0x55717346c100 void 0.000124
+gallium_dri.so free 0x55717346c040 void 0.000127
+gallium_dri.so malloc 72 0x55717346c040 0.000129
+gallium_dri.so free 0x55717346c1c0 void 0.000130
+gallium_dri.so free 0x55717346c040 void 0.000126
+gallium_dri.so malloc 72 0x55717346c040 0.000120
+gallium_dri.so free 0x55717346c280 void 0.000127
+gallium_dri.so free 0x55717346c040 void 0.000172
+gallium_dri.so malloc 72 0x55717346c230 0.000131
+gallium_dri.so free 0x55717346c300 void 0.000129
+gallium_dri.so free 0x55717346c230 void 0.000131
+gallium_dri.so malloc 72 0x55717346c350 0.000130
+gallium_dri.so free 0x55717346c3c0 void 0.000140
+gallium_dri.so free 0x55717346c350 void 0.000125
+gallium_dri.so malloc 72 0x55717346c400 0.000128
+gallium_dri.so free 0x55717346c480 void 0.000131
+gallium_dri.so free 0x55717346c400 void 0.000131
+gallium_dri.so malloc 72 0x55717346c400 0.000130
+gallium_dri.so free 0x55717346c500 void 0.000125
+gallium_dri.so free 0x55717346c400 void 0.000118
+gallium_dri.so malloc 72 0x55717346c530 0.000125
+gallium_dri.so free 0x55717346c580 void 0.000130
+gallium_dri.so free 0x55717346c530 void 0.000128
+gallium_dri.so malloc 72 0x55717346c530 0.000130
+gallium_dri.so free 0x55717346c680 void 0.000129
+gallium_dri.so free 0x55717346c530 void 0.000131
+gallium_dri.so malloc 72 0x55717346c630 0.000130
+gallium_dri.so free 0x55717346c740 void 0.000125
+gallium_dri.so free 0x55717346c630 void 0.000121
+gallium_dri.so malloc 72 0x55717346c6f0 0.000120
+gallium_dri.so free 0x55717346c780 void 0.000120
+gallium_dri.so free 0x55717346c6f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c6f0 0.000130
+gallium_dri.so free 0x55717346c840 void 0.000140
+gallium_dri.so free 0x55717346c6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c8b0 0.000129
+gallium_dri.so free 0x55717346c900 void 0.000124
+gallium_dri.so free 0x55717346c8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c8b0 0.000126
+gallium_dri.so free 0x55717346ca00 void 0.000129
+gallium_dri.so free 0x55717346c8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c9b0 0.000130
+gallium_dri.so free 0x55717346cac0 void 0.000125
+gallium_dri.so free 0x55717346c9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ca70 0.000123
+gallium_dri.so free 0x55717346cb00 void 0.000121
+gallium_dri.so free 0x55717346ca70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ca70 0.000124
+gallium_dri.so free 0x55717346cbc0 void 0.000130
+gallium_dri.so free 0x55717346ca70 void 0.000129
+gallium_dri.so malloc 72 0x55717346cc00 0.000129
+gallium_dri.so free 0x55717346cc80 void 0.000130
+gallium_dri.so free 0x55717346cc00 void 0.000130
+gallium_dri.so malloc 72 0x55717346cc80 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000180
+gallium_dri.so free 0x55717346cc80 void 0.000128
+gallium_dri.so malloc 72 0x55717346cc80 0.000129
+gallium_dri.so free 0x55717346ce00 void 0.000152
+gallium_dri.so free 0x55717346cc80 void 0.000135
+gallium_dri.so malloc 72 0x55717346ce20 0.000130
+gallium_dri.so free 0x55717346cec0 void 0.000129
+gallium_dri.so free 0x55717346ce20 void 0.000130
+gallium_dri.so malloc 72 0x55717346ce70 0.000130
+gallium_dri.so free 0x55717346cf40 void 0.000124
+gallium_dri.so free 0x55717346ce70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ce70 0.000120
+gallium_dri.so free 0x55717346cfc0 void 0.000126
+gallium_dri.so free 0x55717346ce70 void 0.000130
+gallium_dri.so malloc 72 0x55717346cfc0 0.000128
+gallium_dri.so free 0x55717346d080 void 0.000125
+gallium_dri.so free 0x55717346cfc0 void 0.000147
+gallium_dri.so malloc 72 0x55717346cfc0 0.000125
+gallium_dri.so free 0x55717346d140 void 0.000130
+gallium_dri.so free 0x55717346cfc0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cfc0 0.000121
+gallium_dri.so free 0x55717346d200 void 0.000130
+gallium_dri.so free 0x55717346cfc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d1b0 0.000121
+gallium_dri.so free 0x55717346d2c0 void 0.000126
+gallium_dri.so free 0x55717346d1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d270 0.000126
+gallium_dri.so free 0x55717346d340 void 0.000129
+gallium_dri.so free 0x55717346d270 void 0.000131
+gallium_dri.so malloc 72 0x55717346d390 0.000125
+gallium_dri.so free 0x55717346d400 void 0.000127
+gallium_dri.so free 0x55717346d390 void 0.000130
+gallium_dri.so malloc 72 0x55717346d420 0.000125
+gallium_dri.so free 0x55717346d4c0 void 0.000122
+gallium_dri.so free 0x55717346d420 void 0.000120
+gallium_dri.so malloc 72 0x55717346d470 0.000125
+gallium_dri.so free 0x55717346d540 void 0.000130
+gallium_dri.so free 0x55717346d470 void 0.000130
+gallium_dri.so malloc 72 0x55717346d470 0.000139
+gallium_dri.so free 0x55717346d5c0 void 0.000143
+gallium_dri.so free 0x55717346d470 void 0.000130
+gallium_dri.so malloc 72 0x55717346d5c0 0.000130
+gallium_dri.so free 0x55717346d680 void 0.000129
+gallium_dri.so free 0x55717346d5c0 void 0.000141
+gallium_dri.so malloc 72 0x55717346d5c0 0.000130
+gallium_dri.so free 0x55717346d780 void 0.000129
+gallium_dri.so free 0x55717346d5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d730 0.000131
+gallium_dri.so free 0x55717346d7c0 void 0.000129
+gallium_dri.so free 0x55717346d730 void 0.000129
+gallium_dri.so malloc 72 0x55717346d730 0.000131
+gallium_dri.so free 0x55717346d880 void 0.000129
+gallium_dri.so free 0x55717346d730 void 0.000129
+gallium_dri.so malloc 72 0x55717346d8c0 0.000129
+gallium_dri.so free 0x55717346d940 void 0.000124
+gallium_dri.so free 0x55717346d8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d940 0.000126
+gallium_dri.so free 0x55717346da00 void 0.000142
+gallium_dri.so free 0x55717346d940 void 0.000126
+gallium_dri.so malloc 72 0x55717346d940 0.000129
+gallium_dri.so free 0x55717346da80 void 0.000125
+gallium_dri.so free 0x55717346d940 void 0.000120
+gallium_dri.so malloc 72 0x55717346dab0 0.000125
+gallium_dri.so free 0x55717346db00 void 0.000128
+gallium_dri.so free 0x55717346dab0 void 0.000176
+gallium_dri.so malloc 72 0x55717346dab0 0.000131
+gallium_dri.so free 0x55717346dc00 void 0.000130
+gallium_dri.so free 0x55717346dab0 void 0.000125
+gallium_dri.so malloc 72 0x55717346dc40 0.000120
+gallium_dri.so free 0x55717346dcc0 void 0.000122
+gallium_dri.so free 0x55717346dc40 void 0.000125
+gallium_dri.so malloc 72 0x55717346dcc0 0.000124
+gallium_dri.so free 0x55717346dd80 void 0.000123
+gallium_dri.so free 0x55717346dcc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346dcc0 0.000125
+gallium_dri.so free 0x55717346de00 void 0.000130
+gallium_dri.so free 0x55717346dcc0 void 0.000125
+gallium_dri.so malloc 72 0x55717346de30 0.000121
+gallium_dri.so free 0x55717346de80 void 0.000126
+gallium_dri.so free 0x55717346de30 void 0.000130
+gallium_dri.so malloc 72 0x55717346de30 0.000131
+gallium_dri.so free 0x55717346df80 void 0.000130
+gallium_dri.so free 0x55717346de30 void 0.000126
+gallium_dri.so malloc 72 0x55717346df30 0.000120
+gallium_dri.so free 0x55717346e040 void 0.000126
+gallium_dri.so free 0x55717346df30 void 0.000130
+gallium_dri.so malloc 72 0x55717346dff0 0.000141
+gallium_dri.so free 0x55717346e0c0 void 0.000130
+gallium_dri.so free 0x55717346dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717346dff0 0.000131
+gallium_dri.so free 0x55717346e180 void 0.000130
+gallium_dri.so free 0x55717346dff0 void 0.000130
+gallium_dri.so malloc 72 0x55717346dff0 0.000129
+gallium_dri.so free 0x55717346e240 void 0.000124
+gallium_dri.so free 0x55717346dff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e1f0 0.000130
+gallium_dri.so free 0x55717346e2c0 void 0.000129
+gallium_dri.so free 0x55717346e1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e310 0.000120
+gallium_dri.so free 0x55717346e380 void 0.000124
+gallium_dri.so free 0x55717346e310 void 0.000130
+gallium_dri.so malloc 72 0x55717346e3a0 0.000133
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e3a0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e3f0 0.000130
+gallium_dri.so free 0x55717346e4c0 void 0.000152
+gallium_dri.so free 0x55717346e3f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e4c0 0.000134
+gallium_dri.so free 0x55717346e580 void 0.000130
+gallium_dri.so free 0x55717346e4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e4c0 0.000129
+gallium_dri.so free 0x55717346e600 void 0.000126
+gallium_dri.so free 0x55717346e4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e600 0.000126
+gallium_dri.so free 0x55717346e6c0 void 0.000129
+gallium_dri.so free 0x55717346e600 void 0.000131
+gallium_dri.so malloc 72 0x55717346e600 0.000129
+gallium_dri.so free 0x55717346e780 void 0.000131
+gallium_dri.so free 0x55717346e600 void 0.000130
+gallium_dri.so malloc 72 0x55717346e600 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000126
+gallium_dri.so free 0x55717346e600 void 0.000120
+gallium_dri.so malloc 72 0x55717346e7f0 0.000125
+gallium_dri.so free 0x55717346e8c0 void 0.000163
+gallium_dri.so free 0x55717346e7f0 void 0.000242
+gallium_dri.so malloc 72 0x55717346e910 0.000160
+gallium_dri.so free 0x55717346e980 void 0.000175
+gallium_dri.so free 0x55717346e910 void 0.000220
+gallium_dri.so malloc 72 0x55717346e9c0 0.000224
+gallium_dri.so free 0x55717346ea40 void 0.000236
+gallium_dri.so free 0x55717346e9c0 void 0.000224
+gallium_dri.so malloc 72 0x55717346e9c0 0.000219
+gallium_dri.so free 0x55717346eac0 void 0.000221
+gallium_dri.so free 0x55717346e9c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346eaf0 0.000126
+gallium_dri.so free 0x55717346eb40 void 0.000122
+gallium_dri.so free 0x55717346eaf0 void 0.000123
+gallium_dri.so malloc 72 0x55717346eaf0 0.000130
+gallium_dri.so free 0x55717346ec40 void 0.000129
+gallium_dri.so free 0x55717346eaf0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ebf0 0.000119
+gallium_dri.so free 0x55717346ed00 void 0.000121
+gallium_dri.so free 0x55717346ebf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ecb0 0.000130
+gallium_dri.so free 0x55717346ed40 void 0.000129
+gallium_dri.so free 0x55717346ecb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346ecb0 0.000130
+gallium_dri.so free 0x55717346ee00 void 0.000130
+gallium_dri.so free 0x55717346ecb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346ee70 0.000132
+gallium_dri.so free 0x55717346eec0 void 0.000129
+gallium_dri.so free 0x55717346ee70 void 0.000126
+gallium_dri.so malloc 72 0x55717346ee70 0.000121
+gallium_dri.so free 0x55717346efc0 void 0.000126
+gallium_dri.so free 0x55717346ee70 void 0.000129
+gallium_dri.so malloc 72 0x55717346ef70 0.000126
+gallium_dri.so free 0x55717346f080 void 0.000121
+gallium_dri.so free 0x55717346ef70 void 0.000121
+gallium_dri.so malloc 72 0x55717346f030 0.000120
+gallium_dri.so free 0x55717346f0c0 void 0.000126
+gallium_dri.so free 0x55717346f030 void 0.000125
+gallium_dri.so malloc 72 0x55717346f030 0.000126
+gallium_dri.so free 0x55717346f180 void 0.000130
+gallium_dri.so free 0x55717346f030 void 0.000130
+gallium_dri.so malloc 72 0x55717346f1c0 0.000128
+gallium_dri.so free 0x55717346f240 void 0.000129
+gallium_dri.so free 0x55717346f1c0 void 0.000172
+gallium_dri.so malloc 72 0x55717346f240 0.000129
+gallium_dri.so free 0x55717346f300 void 0.000131
+gallium_dri.so free 0x55717346f240 void 0.000130
+gallium_dri.so malloc 72 0x55717346f240 0.000128
+gallium_dri.so free 0x55717346f3c0 void 0.000128
+gallium_dri.so free 0x55717346f240 void 0.000132
+gallium_dri.so malloc 72 0x55717346f3e0 0.000131
+gallium_dri.so free 0x5571735da8c0 void 0.000125
+gallium_dri.so free 0x55717346f3e0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f3e0 0.000300
+gallium_dri.so free 0x5571735da980 void 0.000329
+gallium_dri.so free 0x55717346f3e0 void 0.000337
+gallium_dri.so malloc 72 0x5571735da930 0.000329
+gallium_dri.so free 0x5571735daa00 void 0.000292
+gallium_dri.so free 0x5571735da930 void 0.000272
+gallium_dri.so malloc 72 0x5571735daa50 0.000298
+gallium_dri.so free 0x5571735daac0 void 0.000290
+gallium_dri.so free 0x5571735daa50 void 0.000270
+gallium_dri.so malloc 72 0x5571735daae0 0.000282
+gallium_dri.so free 0x5571735dab80 void 0.000283
+gallium_dri.so free 0x5571735daae0 void 0.000278
+gallium_dri.so malloc 72 0x5571735dab30 0.000270
+gallium_dri.so free 0x5571735dac00 void 0.000276
+gallium_dri.so free 0x5571735dab30 void 0.000270
+gallium_dri.so malloc 72 0x5571735dac00 0.000270
+gallium_dri.so free 0x5571735dacc0 void 0.000135
+gallium_dri.so free 0x5571735dac00 void 0.000140
+gallium_dri.so malloc 72 0x5571735dac00 0.000147
+gallium_dri.so free 0x5571735dad40 void 0.000138
+gallium_dri.so free 0x5571735dac00 void 0.000139
+gallium_dri.so malloc 72 0x5571735dad40 0.000230
+gallium_dri.so free 0x5571735dae00 void 0.000232
+gallium_dri.so free 0x5571735dad40 void 0.000137
+gallium_dri.so malloc 72 0x5571735dad40 0.000136
+gallium_dri.so free 0x5571735daec0 void 0.000132
+gallium_dri.so free 0x5571735dad40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dad40 0.000128
+gallium_dri.so free 0x5571735daf80 void 0.000132
+gallium_dri.so free 0x5571735dad40 void 0.000135
+gallium_dri.so malloc 72 0x5571735daf30 0.000132
+gallium_dri.so free 0x5571735db000 void 0.000129
+gallium_dri.so free 0x5571735daf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735db050 0.000126
+gallium_dri.so free 0x5571735db0c0 void 0.000125
+gallium_dri.so free 0x5571735db050 void 0.000126
+gallium_dri.so malloc 72 0x5571735db100 0.000126
+gallium_dri.so free 0x5571735db180 void 0.000127
+gallium_dri.so free 0x5571735db100 void 0.000131
+gallium_dri.so malloc 72 0x5571735db100 0.000150
+gallium_dri.so free 0x5571735db200 void 0.000137
+gallium_dri.so free 0x5571735db100 void 0.000132
+gallium_dri.so malloc 72 0x5571735db230 0.000127
+gallium_dri.so free 0x5571735db280 void 0.000126
+gallium_dri.so free 0x5571735db230 void 0.000130
+gallium_dri.so malloc 72 0x5571735db230 0.000136
+gallium_dri.so free 0x5571735db380 void 0.000131
+gallium_dri.so free 0x5571735db230 void 0.000126
+gallium_dri.so malloc 72 0x5571735db330 0.000125
+gallium_dri.so free 0x5571735db440 void 0.000132
+gallium_dri.so free 0x5571735db330 void 0.000131
+gallium_dri.so malloc 72 0x5571735db3f0 0.000127
+gallium_dri.so free 0x5571735db480 void 0.000133
+gallium_dri.so free 0x5571735db3f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735db3f0 0.000134
+gallium_dri.so free 0x5571735db540 void 0.000130
+gallium_dri.so free 0x5571735db3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db5b0 0.000126
+gallium_dri.so free 0x5571735db600 void 0.000124
+gallium_dri.so free 0x5571735db5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735db5b0 0.000133
+gallium_dri.so free 0x5571735db700 void 0.000145
+gallium_dri.so free 0x5571735db5b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735db6b0 0.000136
+gallium_dri.so free 0x5571735db7c0 void 0.000134
+gallium_dri.so free 0x5571735db6b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735db770 0.000132
+gallium_dri.so free 0x5571735db800 void 0.000138
+gallium_dri.so free 0x5571735db770 void 0.000137
+gallium_dri.so malloc 72 0x5571735db770 0.000132
+gallium_dri.so free 0x5571735db8c0 void 0.000126
+gallium_dri.so free 0x5571735db770 void 0.000131
+gallium_dri.so malloc 72 0x5571735db900 0.000135
+gallium_dri.so free 0x5571735db980 void 0.000139
+gallium_dri.so free 0x5571735db900 void 0.000175
+gallium_dri.so malloc 72 0x5571735db980 0.000131
+gallium_dri.so free 0x5571735dba40 void 0.000185
+gallium_dri.so free 0x5571735db980 void 0.000232
+gallium_dri.so malloc 72 0x5571735db980 0.000129
+gallium_dri.so free 0x5571735dbb00 void 0.000128
+gallium_dri.so free 0x5571735db980 void 0.000194
+gallium_dri.so malloc 72 0x5571735dbb20 0.000286
+gallium_dri.so free 0x5571735dbbc0 void 0.000163
+gallium_dri.so free 0x5571735dbb20 void 0.000161
+gallium_dri.so malloc 72 0x5571735dbb70 0.000191
+gallium_dri.so free 0x5571735dbc40 void 0.000130
+gallium_dri.so free 0x5571735dbb70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbb70 0.000124
+gallium_dri.so free 0x5571735dbcc0 void 0.000127
+gallium_dri.so free 0x5571735dbb70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000125
+gallium_dri.so free 0x5571735dbd80 void 0.000129
+gallium_dri.so free 0x5571735dbcc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000128
+gallium_dri.so free 0x5571735dbe40 void 0.000131
+gallium_dri.so free 0x5571735dbcc0 void 0.000327
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000184
+gallium_dri.so free 0x5571735dbf00 void 0.000237
+gallium_dri.so free 0x5571735dbcc0 void 0.000298
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000210
+gallium_dri.so free 0x5571735dbfc0 void 0.000127
+gallium_dri.so free 0x5571735dbeb0 void 0.000161
+gallium_dri.so malloc 72 0x5571735dbf70 0.000130
+gallium_dri.so free 0x5571735dc040 void 0.000124
+gallium_dri.so free 0x5571735dbf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc090 0.000120
+gallium_dri.so free 0x5571735dc100 void 0.000119
+gallium_dri.so free 0x5571735dc090 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc120 0.000124
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x5571735dc120 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc170 0.000128
+gallium_dri.so free 0x5571735dc240 void 0.000124
+gallium_dri.so free 0x5571735dc170 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc170 0.000126
+gallium_dri.so free 0x5571735dc2c0 void 0.000125
+gallium_dri.so free 0x5571735dc170 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000119
+gallium_dri.so free 0x5571735dc380 void 0.000135
+gallium_dri.so free 0x5571735dc2c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000131
+gallium_dri.so free 0x5571735dc480 void 0.000129
+gallium_dri.so free 0x5571735dc2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc430 0.000130
+gallium_dri.so free 0x5571735dc4c0 void 0.000129
+gallium_dri.so free 0x5571735dc430 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc430 0.000125
+gallium_dri.so free 0x5571735dc580 void 0.000128
+gallium_dri.so free 0x5571735dc430 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000128
+gallium_dri.so free 0x5571735dc640 void 0.000125
+gallium_dri.so free 0x5571735dc5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc640 0.000124
+gallium_dri.so free 0x5571735dc700 void 0.000122
+gallium_dri.so free 0x5571735dc640 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc640 0.000125
+gallium_dri.so free 0x5571735dc780 void 0.000123
+gallium_dri.so free 0x5571735dc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000127
+gallium_dri.so free 0x5571735dc800 void 0.000137
+gallium_dri.so free 0x5571735dc7b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000250
+gallium_dri.so free 0x5571735dc900 void 0.000336
+gallium_dri.so free 0x5571735dc7b0 void 0.000274
+gallium_dri.so malloc 72 0x5571735dc940 0.000284
+gallium_dri.so free 0x5571735dc9c0 void 0.000320
+gallium_dri.so free 0x5571735dc940 void 0.000314
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000316
+gallium_dri.so free 0x5571735dca80 void 0.000366
+gallium_dri.so free 0x5571735dc9c0 void 0.000303
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000168
+gallium_dri.so free 0x5571735dcb00 void 0.000175
+gallium_dri.so free 0x5571735dc9c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcb30 0.000129
+gallium_dri.so free 0x5571735dcb80 void 0.000124
+gallium_dri.so free 0x5571735dcb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb30 0.000120
+gallium_dri.so free 0x5571735dcc80 void 0.000125
+gallium_dri.so free 0x5571735dcb30 void 0.000134
+gallium_dri.so malloc 72 0x5571735dcc30 0.000124
+gallium_dri.so free 0x5571735dcd40 void 0.000150
+gallium_dri.so free 0x5571735dcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccf0 0.000126
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so free 0x5571735dccf0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dccf0 0.000132
+gallium_dri.so free 0x5571735dce80 void 0.000129
+gallium_dri.so free 0x5571735dccf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dccf0 0.000121
+gallium_dri.so free 0x5571735dcf40 void 0.000127
+gallium_dri.so free 0x5571735dccf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dcef0 0.000176
+gallium_dri.so free 0x5571735dcfc0 void 0.000277
+gallium_dri.so free 0x5571735dcef0 void 0.000335
+gallium_dri.so malloc 72 0x5571735dd010 0.000329
+gallium_dri.so free 0x5571735dd080 void 0.000305
+gallium_dri.so free 0x5571735dd010 void 0.000265
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000220
+gallium_dri.so free 0x5571735dd140 void 0.000231
+gallium_dri.so free 0x5571735dd0a0 void 0.000210
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000246
+gallium_dri.so free 0x5571735dd1c0 void 0.000248
+gallium_dri.so free 0x5571735dd0f0 void 0.000250
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000290
+gallium_dri.so free 0x5571735dd280 void 0.000247
+gallium_dri.so free 0x5571735dd1c0 void 0.000212
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000212
+gallium_dri.so free 0x5571735dd300 void 0.000210
+gallium_dri.so free 0x5571735dd1c0 void 0.000205
+gallium_dri.so malloc 72 0x5571735dd300 0.000204
+gallium_dri.so free 0x5571735dd3c0 void 0.000212
+gallium_dri.so free 0x5571735dd300 void 0.000211
+gallium_dri.so malloc 72 0x5571735dd300 0.000213
+gallium_dri.so free 0x5571735dd480 void 0.000261
+gallium_dri.so free 0x5571735dd300 void 0.000218
+gallium_dri.so malloc 72 0x5571735dd300 0.000212
+gallium_dri.so free 0x5571735dd540 void 0.000240
+gallium_dri.so free 0x5571735dd300 void 0.000216
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000288
+gallium_dri.so free 0x5571735dd5c0 void 0.000316
+gallium_dri.so free 0x5571735dd4f0 void 0.000279
+gallium_dri.so malloc 72 0x5571735dd610 0.000205
+gallium_dri.so free 0x5571735dd680 void 0.000198
+gallium_dri.so free 0x5571735dd610 void 0.000193
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000193
+gallium_dri.so free 0x5571735dd740 void 0.000199
+gallium_dri.so free 0x5571735dd6c0 void 0.000197
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000245
+gallium_dri.so free 0x5571735dd7c0 void 0.000202
+gallium_dri.so free 0x5571735dd6c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000199
+gallium_dri.so free 0x5571735dd840 void 0.000195
+gallium_dri.so free 0x5571735dd7f0 void 0.000204
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000230
+gallium_dri.so free 0x5571735dd940 void 0.000254
+gallium_dri.so free 0x5571735dd7f0 void 0.000204
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000254
+gallium_dri.so free 0x5571735dda00 void 0.000198
+gallium_dri.so free 0x5571735dd8f0 void 0.000201
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000250
+gallium_dri.so free 0x5571735dda40 void 0.000209
+gallium_dri.so free 0x5571735dd9b0 void 0.000197
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000297
+gallium_dri.so free 0x5571735ddb00 void 0.000288
+gallium_dri.so free 0x5571735dd9b0 void 0.000272
+gallium_dri.so malloc 72 0x5571735ddb70 0.000276
+gallium_dri.so free 0x5571735ddbc0 void 0.000274
+gallium_dri.so free 0x5571735ddb70 void 0.000193
+gallium_dri.so malloc 72 0x5571735ddb70 0.000238
+gallium_dri.so free 0x5571735ddcc0 void 0.000250
+gallium_dri.so free 0x5571735ddb70 void 0.000203
+gallium_dri.so malloc 72 0x5571735ddc70 0.000198
+gallium_dri.so free 0x5571735ddd80 void 0.000199
+gallium_dri.so free 0x5571735ddc70 void 0.000210
+gallium_dri.so malloc 72 0x5571735ddd30 0.000196
+gallium_dri.so free 0x5571735dddc0 void 0.000138
+gallium_dri.so free 0x5571735ddd30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddd30 0.000133
+gallium_dri.so free 0x5571735dde80 void 0.000135
+gallium_dri.so free 0x5571735ddd30 void 0.000134
+gallium_dri.so malloc 72 0x5571735ddec0 0.000137
+gallium_dri.so free 0x5571735ddf40 void 0.000134
+gallium_dri.so free 0x5571735ddec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddf40 0.000137
+gallium_dri.so free 0x5571735de000 void 0.000137
+gallium_dri.so free 0x5571735ddf40 void 0.000137
+gallium_dri.so malloc 72 0x5571735ddf40 0.000135
+gallium_dri.so free 0x5571735de0c0 void 0.000134
+gallium_dri.so free 0x5571735ddf40 void 0.000136
+gallium_dri.so malloc 72 0x5571735de0e0 0.000131
+gallium_dri.so free 0x5571735de180 void 0.000133
+gallium_dri.so free 0x5571735de0e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de130 0.000132
+gallium_dri.so free 0x5571735de200 void 0.000134
+gallium_dri.so free 0x5571735de130 void 0.000130
+gallium_dri.so malloc 72 0x5571735de130 0.000131
+gallium_dri.so free 0x5571735de280 void 0.000136
+gallium_dri.so free 0x5571735de130 void 0.000155
+gallium_dri.so malloc 72 0x5571735de280 0.000133
+gallium_dri.so free 0x5571735de340 void 0.000169
+gallium_dri.so free 0x5571735de280 void 0.000147
+gallium_dri.so malloc 72 0x5571735de280 0.000136
+gallium_dri.so free 0x5571735de400 void 0.000129
+gallium_dri.so free 0x5571735de280 void 0.000130
+gallium_dri.so malloc 72 0x5571735de280 0.000129
+gallium_dri.so free 0x5571735de4c0 void 0.000131
+gallium_dri.so free 0x5571735de280 void 0.000129
+gallium_dri.so malloc 72 0x5571735de470 0.000129
+gallium_dri.so free 0x5571735de580 void 0.000129
+gallium_dri.so free 0x5571735de470 void 0.000128
+gallium_dri.so malloc 72 0x5571735de530 0.000128
+gallium_dri.so free 0x5571735de600 void 0.000130
+gallium_dri.so free 0x5571735de530 void 0.000129
+gallium_dri.so malloc 72 0x5571735de650 0.000129
+gallium_dri.so free 0x5571735de6c0 void 0.000129
+gallium_dri.so free 0x5571735de650 void 0.000129
+gallium_dri.so malloc 72 0x5571735de6e0 0.000130
+gallium_dri.so free 0x5571735de780 void 0.000134
+gallium_dri.so free 0x5571735de6e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de730 0.000129
+gallium_dri.so free 0x5571735de800 void 0.000161
+gallium_dri.so free 0x5571735de730 void 0.000140
+gallium_dri.so malloc 72 0x5571735de730 0.000136
+gallium_dri.so free 0x5571735de880 void 0.000141
+gallium_dri.so free 0x5571735de730 void 0.000124
+gallium_dri.so malloc 72 0x5571735de880 0.000259
+gallium_dri.so free 0x5571735de940 void 0.000166
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de880 0.000118
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so malloc 72 0x5571735de9f0 0.000117
+gallium_dri.so free 0x5571735dea80 void 0.000126
+gallium_dri.so free 0x5571735de9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de9f0 0.000127
+gallium_dri.so free 0x5571735deb40 void 0.000129
+gallium_dri.so free 0x5571735de9f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735deb80 0.000186
+gallium_dri.so free 0x5571735dec00 void 0.000129
+gallium_dri.so free 0x5571735deb80 void 0.000129
+gallium_dri.so malloc 72 0x5571735dec00 0.000128
+gallium_dri.so free 0x5571735decc0 void 0.000129
+gallium_dri.so free 0x5571735dec00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dec00 0.000138
+gallium_dri.so free 0x5571735ded40 void 0.000128
+gallium_dri.so free 0x5571735dec00 void 0.000125
+gallium_dri.so malloc 72 0x5571735ded70 0.000124
+gallium_dri.so free 0x5571735dedc0 void 0.000125
+gallium_dri.so free 0x5571735ded70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ded70 0.000125
+gallium_dri.so free 0x5571735deec0 void 0.000126
+gallium_dri.so free 0x5571735ded70 void 0.000125
+gallium_dri.so malloc 72 0x5571735def00 0.000126
+gallium_dri.so free 0x5571735def80 void 0.000126
+gallium_dri.so free 0x5571735def00 void 0.000124
+gallium_dri.so malloc 72 0x5571735def80 0.000122
+gallium_dri.so free 0x5571735df040 void 0.000124
+gallium_dri.so free 0x5571735def80 void 0.000125
+gallium_dri.so malloc 72 0x5571735def80 0.000122
+gallium_dri.so free 0x5571735df0c0 void 0.000123
+gallium_dri.so free 0x5571735def80 void 0.000122
+gallium_dri.so malloc 72 0x5571735df0f0 0.000124
+gallium_dri.so free 0x5571735df140 void 0.000125
+gallium_dri.so free 0x5571735df0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735df0f0 0.000124
+gallium_dri.so free 0x5571735df240 void 0.000123
+gallium_dri.so free 0x5571735df0f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735df1f0 0.000142
+gallium_dri.so free 0x5571735df300 void 0.000154
+gallium_dri.so free 0x5571735df1f0 void 0.000212
+gallium_dri.so malloc 72 0x5571735df2b0 0.000123
+gallium_dri.so free 0x5571735df380 void 0.000116
+gallium_dri.so free 0x5571735df2b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df2b0 0.000124
+gallium_dri.so free 0x5571735df440 void 0.000129
+gallium_dri.so free 0x5571735df2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df2b0 0.000127
+gallium_dri.so free 0x5571735df500 void 0.000126
+gallium_dri.so free 0x5571735df2b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df4b0 0.000122
+gallium_dri.so free 0x5571735df580 void 0.000124
+gallium_dri.so free 0x5571735df4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df5d0 0.000127
+gallium_dri.so free 0x5571735df640 void 0.000126
+gallium_dri.so free 0x5571735df5d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df660 0.000116
+gallium_dri.so free 0x5571735df700 void 0.000118
+gallium_dri.so free 0x5571735df660 void 0.000115
+gallium_dri.so malloc 72 0x5571735df6b0 0.000117
+gallium_dri.so free 0x5571735df780 void 0.000116
+gallium_dri.so free 0x5571735df6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df780 0.000125
+gallium_dri.so free 0x5571735df840 void 0.000119
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so malloc 72 0x5571735df780 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8c0 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8c0 0.000115
+gallium_dri.so free 0x5571735dfa40 void 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8c0 0.000115
+gallium_dri.so free 0x5571735dfb00 void 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfab0 0.000116
+gallium_dri.so free 0x5571735dfb80 void 0.000118
+gallium_dri.so free 0x5571735dfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000114
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so free 0x5571735dfbd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfc80 0.000115
+gallium_dri.so free 0x5571735dfd00 void 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000116
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfc80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000127
+gallium_dri.so free 0x5571735dfe00 void 0.000119
+gallium_dri.so free 0x5571735dfdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000115
+gallium_dri.so free 0x5571735dff00 void 0.000115
+gallium_dri.so free 0x5571735dfdb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000113
+gallium_dri.so free 0x5571735dffc0 void 0.000115
+gallium_dri.so free 0x5571735dfeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dff70 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000118
+gallium_dri.so free 0x5571735dff70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dff70 0.000117
+gallium_dri.so free 0x5571735e00c0 void 0.000118
+gallium_dri.so free 0x5571735dff70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0130 0.000115
+gallium_dri.so free 0x5571735e0180 void 0.000117
+gallium_dri.so free 0x5571735e0130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0130 0.000115
+gallium_dri.so free 0x5571735e0280 void 0.000115
+gallium_dri.so free 0x5571735e0130 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0230 0.000114
+gallium_dri.so free 0x5571735e0340 void 0.000115
+gallium_dri.so free 0x5571735e0230 void 0.000115
+gallium_dri.so malloc 72 0x5571735e02f0 0.000114
+gallium_dri.so free 0x5571735e0380 void 0.000144
+gallium_dri.so free 0x5571735e02f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e02f0 0.000208
+gallium_dri.so free 0x5571735e0440 void 0.000117
+gallium_dri.so free 0x5571735e02f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0480 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so free 0x5571735e0480 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0500 0.000124
+gallium_dri.so free 0x5571735e05c0 void 0.000124
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e0680 void 0.000125
+gallium_dri.so free 0x5571735e0500 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06a0 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000124
+gallium_dri.so free 0x5571735e06a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e06f0 0.000119
+gallium_dri.so free 0x5571735e07c0 void 0.000122
+gallium_dri.so free 0x5571735e06f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06f0 0.000124
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so free 0x5571735e06f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0840 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e09c0 void 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0840 0.000116
+gallium_dri.so free 0x5571735e0a80 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0a30 0.000116
+gallium_dri.so free 0x5571735e0b40 void 0.000116
+gallium_dri.so free 0x5571735e0a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0af0 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000117
+gallium_dri.so free 0x5571735e0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c10 0.000115
+gallium_dri.so free 0x5571735e0c80 void 0.000115
+gallium_dri.so free 0x5571735e0c10 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so free 0x5571735e0ca0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000118
+gallium_dri.so free 0x5571735e0cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49c0 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000116
+gallium_dri.so free 0x5571735f49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a40 0.000114
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4a40 0.000115
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so free 0x5571735f4a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4a40 0.000115
+gallium_dri.so free 0x5571735f4b80 void 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4a40 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4c80 0.000114
+gallium_dri.so free 0x5571735f4d00 void 0.000114
+gallium_dri.so free 0x5571735f4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4d00 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000115
+gallium_dri.so free 0x5571735f4d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4d00 0.000116
+gallium_dri.so free 0x5571735f4e40 void 0.000115
+gallium_dri.so free 0x5571735f4d00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4e70 0.000115
+gallium_dri.so free 0x5571735f4ec0 void 0.000116
+gallium_dri.so free 0x5571735f4e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4e70 0.000116
+gallium_dri.so free 0x5571735f4fc0 void 0.000116
+gallium_dri.so free 0x5571735f4e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5000 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000116
+gallium_dri.so free 0x5571735f5000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5080 0.000114
+gallium_dri.so free 0x5571735f5140 void 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5080 0.000114
+gallium_dri.so free 0x5571735f51c0 void 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f51f0 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so free 0x5571735f51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f51f0 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000115
+gallium_dri.so free 0x5571735f51f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f52f0 0.000115
+gallium_dri.so free 0x5571735f5400 void 0.000114
+gallium_dri.so free 0x5571735f52f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f53b0 0.000115
+gallium_dri.so free 0x5571735f5480 void 0.000116
+gallium_dri.so free 0x5571735f53b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f53b0 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so free 0x5571735f53b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f53b0 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000116
+gallium_dri.so free 0x5571735f53b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f55b0 0.000115
+gallium_dri.so free 0x5571735f5680 void 0.000115
+gallium_dri.so free 0x5571735f55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f56d0 0.000114
+gallium_dri.so free 0x5571735f5740 void 0.000114
+gallium_dri.so free 0x5571735f56d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5760 0.000115
+gallium_dri.so free 0x5571735f5800 void 0.000117
+gallium_dri.so free 0x5571735f5760 void 0.000115
+gallium_dri.so malloc 72 0x5571735f57b0 0.000115
+gallium_dri.so free 0x5571735f5880 void 0.000115
+gallium_dri.so free 0x5571735f57b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5880 0.000115
+gallium_dri.so free 0x5571735f5940 void 0.000116
+gallium_dri.so free 0x5571735f5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5880 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000116
+gallium_dri.so free 0x5571735f5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x5571735f5a80 void 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5b40 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000114
+gallium_dri.so free 0x5571735f5c80 void 0.000116
+gallium_dri.so free 0x5571735f5bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5cd0 0.000115
+gallium_dri.so free 0x5571735f5d40 void 0.000114
+gallium_dri.so free 0x5571735f5cd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5d80 0.000115
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so free 0x5571735f5d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5d80 0.000115
+gallium_dri.so free 0x5571735f5e80 void 0.000115
+gallium_dri.so free 0x5571735f5d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000114
+gallium_dri.so free 0x5571735f5f00 void 0.000116
+gallium_dri.so free 0x5571735f5eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5eb0 0.000114
+gallium_dri.so free 0x5571735f6000 void 0.000117
+gallium_dri.so free 0x5571735f5eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000115
+gallium_dri.so free 0x5571735f60c0 void 0.000114
+gallium_dri.so free 0x5571735f5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6070 0.000114
+gallium_dri.so free 0x5571735f6100 void 0.000116
+gallium_dri.so free 0x5571735f6070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6070 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000117
+gallium_dri.so free 0x5571735f6070 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6230 0.000115
+gallium_dri.so free 0x5571735f6280 void 0.000116
+gallium_dri.so free 0x5571735f6230 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6230 0.000114
+gallium_dri.so free 0x5571735f6380 void 0.000117
+gallium_dri.so free 0x5571735f6230 void 0.000163
+gallium_dri.so malloc 72 0x5571735f6330 0.000116
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x5571735f6330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6480 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000115
+gallium_dri.so free 0x5571735f6540 void 0.000116
+gallium_dri.so free 0x5571735f63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6580 0.000114
+gallium_dri.so free 0x5571735f6600 void 0.000116
+gallium_dri.so free 0x5571735f6580 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6600 0.000113
+gallium_dri.so free 0x5571735f66c0 void 0.000115
+gallium_dri.so free 0x5571735f6600 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6600 0.000115
+gallium_dri.so free 0x5571735f6780 void 0.000117
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f67a0 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000114
+gallium_dri.so free 0x5571735f67a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f67f0 0.000115
+gallium_dri.so free 0x5571735f68c0 void 0.000116
+gallium_dri.so free 0x5571735f67f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f67f0 0.000115
+gallium_dri.so free 0x5571735f6940 void 0.000116
+gallium_dri.so free 0x5571735f67f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6940 0.000116
+gallium_dri.so free 0x5571735f6a00 void 0.000116
+gallium_dri.so free 0x5571735f6940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6940 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so free 0x5571735f6940 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6940 0.000115
+gallium_dri.so free 0x5571735f6b80 void 0.000116
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6b30 0.000115
+gallium_dri.so free 0x5571735f6c40 void 0.000115
+gallium_dri.so free 0x5571735f6b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000114
+gallium_dri.so free 0x5571735f6cc0 void 0.000116
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d10 0.000121
+gallium_dri.so free 0x5571735f6d80 void 0.000145
+gallium_dri.so free 0x5571735f6d10 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6da0 0.000116
+gallium_dri.so free 0x5571735f6e40 void 0.000115
+gallium_dri.so free 0x5571735f6da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6df0 0.000115
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6df0 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000121
+gallium_dri.so free 0x5571735f6df0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6f40 0.000117
+gallium_dri.so free 0x5571735f7000 void 0.000117
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000117
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f6f40 void 0.000142
+gallium_dri.so malloc 72 0x5571735f70b0 0.000115
+gallium_dri.so free 0x5571735f7140 void 0.000114
+gallium_dri.so free 0x5571735f70b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f70b0 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7240 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000116
+gallium_dri.so free 0x5571735f7240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f72c0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000116
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000117
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735f7480 void 0.000116
+gallium_dri.so free 0x5571735f7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000115
+gallium_dri.so free 0x5571735f7430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75c0 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000116
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000115
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f77b0 0.000113
+gallium_dri.so free 0x5571735f7800 void 0.000116
+gallium_dri.so free 0x5571735f77b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77b0 0.000115
+gallium_dri.so free 0x5571735f7900 void 0.000116
+gallium_dri.so free 0x5571735f77b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f78b0 0.000114
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x5571735f78b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000116
+gallium_dri.so free 0x5571735f7a40 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000117
+gallium_dri.so free 0x5571735f7b00 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7970 0.000117
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7b70 0.000114
+gallium_dri.so free 0x5571735f7c40 void 0.000121
+gallium_dri.so free 0x5571735f7b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c90 0.000115
+gallium_dri.so free 0x5571735f7d00 void 0.000115
+gallium_dri.so free 0x5571735f7c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7d20 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000115
+gallium_dri.so free 0x5571735f7d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7d70 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so free 0x5571735f7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e40 0.000115
+gallium_dri.so free 0x5571735f7f00 void 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e40 0.000115
+gallium_dri.so free 0x5571735f7f80 void 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f8040 void 0.000115
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000116
+gallium_dri.so free 0x5571735f7f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000116
+gallium_dri.so free 0x5571735f7f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8170 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000116
+gallium_dri.so free 0x5571735f8170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8290 0.000114
+gallium_dri.so free 0x5571735f8300 void 0.000116
+gallium_dri.so free 0x5571735f8290 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8340 0.000115
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8340 0.000114
+gallium_dri.so free 0x5571735f8440 void 0.000115
+gallium_dri.so free 0x5571735f8340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8470 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000115
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8470 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000116
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8570 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8630 0.000115
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8630 0.000116
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000164
+gallium_dri.so malloc 72 0x5571735f87f0 0.000113
+gallium_dri.so free 0x5571735f8840 void 0.000113
+gallium_dri.so free 0x5571735f87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f87f0 0.000112
+gallium_dri.so free 0x5571735f8940 void 0.000114
+gallium_dri.so free 0x5571735f87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f88f0 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000114
+gallium_dri.so free 0x5571735f88f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000112
+gallium_dri.so free 0x5571735f8a40 void 0.000142
+gallium_dri.so free 0x5571735f89b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b40 0.000124
+gallium_dri.so free 0x5571735f8bc0 void 0.000115
+gallium_dri.so free 0x5571735f8b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d60 0.000112
+gallium_dri.so free 0x5571735f8e00 void 0.000113
+gallium_dri.so free 0x5571735f8d60 void 0.000149
+gallium_dri.so malloc 72 0x5571735f8db0 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so free 0x5571735f8db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8db0 0.000113
+gallium_dri.so free 0x5571735f8f00 void 0.000133
+gallium_dri.so free 0x5571735f8db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8f00 0.000113
+gallium_dri.so free 0x5571735f8fc0 void 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8f00 0.000115
+gallium_dri.so free 0x5571735f9080 void 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8f00 0.000115
+gallium_dri.so free 0x5571735f9140 void 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90f0 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9280 void 0.000116
+gallium_dri.so free 0x5571735f91b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f92d0 0.000114
+gallium_dri.so free 0x5571735f9340 void 0.000116
+gallium_dri.so free 0x5571735f92d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9360 0.000115
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so free 0x5571735f9360 void 0.000128
+gallium_dri.so malloc 72 0x5571735f93b0 0.000114
+gallium_dri.so free 0x5571735f9480 void 0.000114
+gallium_dri.so free 0x5571735f93b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93b0 0.000114
+gallium_dri.so free 0x5571735f9500 void 0.000115
+gallium_dri.so free 0x5571735f93b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9500 0.000115
+gallium_dri.so free 0x5571735f95c0 void 0.000116
+gallium_dri.so free 0x5571735f9500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000116
+gallium_dri.so free 0x5571735f9500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9800 0.000113
+gallium_dri.so free 0x5571735f9880 void 0.000113
+gallium_dri.so free 0x5571735f9800 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9880 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000115
+gallium_dri.so free 0x5571735f9880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9880 0.000115
+gallium_dri.so free 0x5571735f99c0 void 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000162
+gallium_dri.so malloc 72 0x5571735f99f0 0.000115
+gallium_dri.so free 0x5571735f9a40 void 0.000119
+gallium_dri.so free 0x5571735f99f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f99f0 0.000115
+gallium_dri.so free 0x5571735f9b40 void 0.000114
+gallium_dri.so free 0x5571735f99f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b80 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000251
+gallium_dri.so free 0x5571735f9b80 void 0.000213
+gallium_dri.so malloc 72 0x5571735f9c00 0.000121
+gallium_dri.so free 0x5571735f9cc0 void 0.000116
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000114
+gallium_dri.so free 0x5571735f9d40 void 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d70 0.000113
+gallium_dri.so free 0x5571735f9dc0 void 0.000115
+gallium_dri.so free 0x5571735f9d70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9d70 0.000114
+gallium_dri.so free 0x5571735f9ec0 void 0.000115
+gallium_dri.so free 0x5571735f9d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9e70 0.000116
+gallium_dri.so free 0x5571735f9f80 void 0.000116
+gallium_dri.so free 0x5571735f9e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571735fa000 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000112
+gallium_dri.so free 0x5571735fa180 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa130 0.000113
+gallium_dri.so free 0x5571735fa200 void 0.000114
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa250 0.000112
+gallium_dri.so free 0x5571735fa2c0 void 0.000113
+gallium_dri.so free 0x5571735fa250 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000112
+gallium_dri.so free 0x5571735fa380 void 0.000113
+gallium_dri.so free 0x5571735fa2e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa330 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so free 0x5571735fa330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa400 0.000113
+gallium_dri.so free 0x5571735fa4c0 void 0.000116
+gallium_dri.so free 0x5571735fa400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa400 0.000113
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so free 0x5571735fa400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa540 0.000112
+gallium_dri.so free 0x5571735fa600 void 0.000129
+gallium_dri.so free 0x5571735fa540 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa540 0.000115
+gallium_dri.so free 0x5571735fa6c0 void 0.000115
+gallium_dri.so free 0x5571735fa540 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa540 0.000112
+gallium_dri.so free 0x5571735fa780 void 0.000114
+gallium_dri.so free 0x5571735fa540 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa730 0.000112
+gallium_dri.so free 0x5571735fa800 void 0.000114
+gallium_dri.so free 0x5571735fa730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa850 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000115
+gallium_dri.so free 0x5571735fa850 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa900 0.000115
+gallium_dri.so free 0x5571735fa980 void 0.000114
+gallium_dri.so free 0x5571735fa900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa900 0.000118
+gallium_dri.so free 0x5571735faa00 void 0.000117
+gallium_dri.so free 0x5571735fa900 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa30 0.000115
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so free 0x5571735faa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa30 0.000114
+gallium_dri.so free 0x5571735fab80 void 0.000114
+gallium_dri.so free 0x5571735faa30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fab30 0.000113
+gallium_dri.so free 0x5571735fac40 void 0.000156
+gallium_dri.so free 0x5571735fab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fabf0 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so free 0x5571735fabf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabf0 0.000115
+gallium_dri.so free 0x5571735fad40 void 0.000116
+gallium_dri.so free 0x5571735fabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fadb0 0.000114
+gallium_dri.so free 0x5571735fae00 void 0.000116
+gallium_dri.so free 0x5571735fadb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fadb0 0.000114
+gallium_dri.so free 0x5571735faf00 void 0.000114
+gallium_dri.so free 0x5571735fadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faeb0 0.000115
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735faeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735faf70 0.000122
+gallium_dri.so free 0x5571735fb000 void 0.000120
+gallium_dri.so free 0x5571735faf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735faf70 0.000120
+gallium_dri.so free 0x5571735fb0c0 void 0.000159
+gallium_dri.so free 0x5571735faf70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb100 0.000125
+gallium_dri.so free 0x5571735fb180 void 0.000125
+gallium_dri.so free 0x5571735fb100 void 0.000135
+gallium_dri.so malloc 72 0x5571735fb180 0.000124
+gallium_dri.so free 0x5571735fb240 void 0.000123
+gallium_dri.so free 0x5571735fb180 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb180 0.000115
+gallium_dri.so free 0x5571735fb300 void 0.000116
+gallium_dri.so free 0x5571735fb180 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb320 0.000116
+gallium_dri.so free 0x5571735fb3c0 void 0.000114
+gallium_dri.so free 0x5571735fb320 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb370 0.000114
+gallium_dri.so free 0x5571735fb440 void 0.000114
+gallium_dri.so free 0x5571735fb370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb370 0.000113
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so free 0x5571735fb370 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000113
+gallium_dri.so free 0x5571735fb580 void 0.000113
+gallium_dri.so free 0x5571735fb4c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000113
+gallium_dri.so free 0x5571735fb640 void 0.000115
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000114
+gallium_dri.so free 0x5571735fb7c0 void 0.000114
+gallium_dri.so free 0x5571735fb6b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb770 0.000116
+gallium_dri.so free 0x5571735fb840 void 0.000116
+gallium_dri.so free 0x5571735fb770 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb890 0.000116
+gallium_dri.so free 0x5571735fb900 void 0.000115
+gallium_dri.so free 0x5571735fb890 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb920 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000116
+gallium_dri.so free 0x5571735fb920 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb970 0.000114
+gallium_dri.so free 0x5571735fba40 void 0.000115
+gallium_dri.so free 0x5571735fb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb970 0.000115
+gallium_dri.so free 0x5571735fbac0 void 0.000117
+gallium_dri.so free 0x5571735fb970 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbac0 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000117
+gallium_dri.so free 0x5571735fbac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbac0 0.000114
+gallium_dri.so free 0x5571735fbc80 void 0.000135
+gallium_dri.so free 0x5571735fbac0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbc30 0.000127
+gallium_dri.so free 0x5571735fbcc0 void 0.000128
+gallium_dri.so free 0x5571735fbc30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fbc30 0.000131
+gallium_dri.so free 0x5571735fbd80 void 0.000127
+gallium_dri.so free 0x5571735fbc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbdc0 0.000192
+gallium_dri.so free 0x5571735fbe40 void 0.000171
+gallium_dri.so free 0x5571735fbdc0 void 0.000167
+gallium_dri.so malloc 72 0x5571735fbe40 0.000132
+gallium_dri.so free 0x5571735eb380 void 0.000130
+gallium_dri.so free 0x5571735fbe40 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbe40 0.000126
+gallium_dri.so free 0x5571735eb440 void 0.000126
+gallium_dri.so free 0x5571735fbe40 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbe40 0.000125
+gallium_dri.so free 0x5571735eb500 void 0.000128
+gallium_dri.so free 0x5571735fbe40 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000127
+gallium_dri.so free 0x5571735eb500 void 0.000126
+gallium_dri.so free 0x5571735eb4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000125
+gallium_dri.so free 0x5571735eb600 void 0.000155
+gallium_dri.so free 0x5571735eb4b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000128
+gallium_dri.so free 0x5571735eb6c0 void 0.000127
+gallium_dri.so free 0x5571735eb5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb670 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000124
+gallium_dri.so free 0x5571735eb670 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb670 0.000125
+gallium_dri.so free 0x5571735eb7c0 void 0.000131
+gallium_dri.so free 0x5571735eb670 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb800 0.000126
+gallium_dri.so free 0x5571735eb880 void 0.000125
+gallium_dri.so free 0x5571735eb800 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb880 0.000125
+gallium_dri.so free 0x5571735eb940 void 0.000125
+gallium_dri.so free 0x5571735eb880 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb880 0.000125
+gallium_dri.so free 0x5571735eba00 void 0.000139
+gallium_dri.so free 0x5571735eb880 void 0.000147
+gallium_dri.so malloc 72 0x5571735eba20 0.000126
+gallium_dri.so free 0x5571735ebac0 void 0.000127
+gallium_dri.so free 0x5571735eba20 void 0.000136
+gallium_dri.so malloc 72 0x5571735eba70 0.000143
+gallium_dri.so free 0x5571735ebb40 void 0.000144
+gallium_dri.so free 0x5571735eba70 void 0.000144
+gallium_dri.so malloc 72 0x5571735eba70 0.000143
+gallium_dri.so free 0x5571735ebbc0 void 0.000155
+gallium_dri.so free 0x5571735eba70 void 0.000264
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000264
+gallium_dri.so free 0x5571735ebc80 void 0.000138
+gallium_dri.so free 0x5571735ebbc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000138
+gallium_dri.so free 0x5571735ebd40 void 0.000170
+gallium_dri.so free 0x5571735ebbc0 void 0.000149
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000132
+gallium_dri.so free 0x5571735ebe00 void 0.000130
+gallium_dri.so free 0x5571735ebbc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebf40 void 0.000122
+gallium_dri.so free 0x5571735ebe70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebf90 0.000121
+gallium_dri.so free 0x5571735ec000 void 0.000123
+gallium_dri.so free 0x5571735ebf90 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec020 0.000125
+gallium_dri.so free 0x5571735ec0c0 void 0.000123
+gallium_dri.so free 0x5571735ec020 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec070 0.000121
+gallium_dri.so free 0x5571735ec140 void 0.000119
+gallium_dri.so free 0x5571735ec070 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec070 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so free 0x5571735ec070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000120
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec1c0 0.000120
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec330 0.000118
+gallium_dri.so free 0x5571735ec3c0 void 0.000121
+gallium_dri.so free 0x5571735ec330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec330 0.000118
+gallium_dri.so free 0x5571735ec480 void 0.000118
+gallium_dri.so free 0x5571735ec330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec4c0 0.000121
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so free 0x5571735ec4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec540 0.000122
+gallium_dri.so free 0x5571735ec600 void 0.000122
+gallium_dri.so free 0x5571735ec540 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec540 0.000124
+gallium_dri.so free 0x5571735ec680 void 0.000138
+gallium_dri.so free 0x5571735ec540 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000119
+gallium_dri.so free 0x5571735ec700 void 0.000120
+gallium_dri.so free 0x5571735ec6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000119
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so free 0x5571735ec6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec840 0.000120
+gallium_dri.so free 0x5571735ec8c0 void 0.000121
+gallium_dri.so free 0x5571735ec840 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec8c0 0.000118
+gallium_dri.so free 0x5571735ec980 void 0.000120
+gallium_dri.so free 0x5571735ec8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8c0 0.000119
+gallium_dri.so free 0x5571735eca00 void 0.000120
+gallium_dri.so free 0x5571735ec8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eca30 0.000119
+gallium_dri.so free 0x5571735eca80 void 0.000120
+gallium_dri.so free 0x5571735eca30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eca30 0.000119
+gallium_dri.so free 0x5571735ecb80 void 0.000145
+gallium_dri.so free 0x5571735eca30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecb30 0.000121
+gallium_dri.so free 0x5571735ecc40 void 0.000177
+gallium_dri.so free 0x5571735ecb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000128
+gallium_dri.so free 0x5571735eccc0 void 0.000116
+gallium_dri.so free 0x5571735ecbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000115
+gallium_dri.so free 0x5571735ecd80 void 0.000115
+gallium_dri.so free 0x5571735ecbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000114
+gallium_dri.so free 0x5571735ece40 void 0.000116
+gallium_dri.so free 0x5571735ecbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000113
+gallium_dri.so free 0x5571735ecec0 void 0.000115
+gallium_dri.so free 0x5571735ecdf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecf10 0.000115
+gallium_dri.so free 0x5571735ecf80 void 0.000116
+gallium_dri.so free 0x5571735ecf10 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecfa0 0.000115
+gallium_dri.so free 0x5571735ed040 void 0.000116
+gallium_dri.so free 0x5571735ecfa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000117
+gallium_dri.so free 0x5571735ecff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000116
+gallium_dri.so free 0x5571735ed180 void 0.000115
+gallium_dri.so free 0x5571735ed0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed0c0 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000126
+gallium_dri.so free 0x5571735ed0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed200 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed200 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed200 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000114
+gallium_dri.so free 0x5571735ed200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000113
+gallium_dri.so free 0x5571735ed4c0 void 0.000115
+gallium_dri.so free 0x5571735ed3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed510 0.000113
+gallium_dri.so free 0x5571735ed580 void 0.000113
+gallium_dri.so free 0x5571735ed510 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000114
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000114
+gallium_dri.so free 0x5571735ed6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000113
+gallium_dri.so free 0x5571735ed840 void 0.000124
+gallium_dri.so free 0x5571735ed6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000113
+gallium_dri.so free 0x5571735ed900 void 0.000114
+gallium_dri.so free 0x5571735ed7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000113
+gallium_dri.so free 0x5571735eda00 void 0.000115
+gallium_dri.so free 0x5571735ed8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda70 0.000113
+gallium_dri.so free 0x5571735edac0 void 0.000115
+gallium_dri.so free 0x5571735eda70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda70 0.000113
+gallium_dri.so free 0x5571735edbc0 void 0.000114
+gallium_dri.so free 0x5571735eda70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb70 0.000118
+gallium_dri.so free 0x5571735edc80 void 0.000116
+gallium_dri.so free 0x5571735edb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc30 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc30 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eddc0 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735eddc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede40 0.000119
+gallium_dri.so free 0x5571735edf00 void 0.000116
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ede40 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfe0 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so free 0x5571735edfe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee030 0.000115
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee030 0.000115
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee180 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000116
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee180 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so free 0x5571735ee180 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee180 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000150
+gallium_dri.so free 0x5571735ee180 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee370 0.000115
+gallium_dri.so free 0x5571735ee480 void 0.000129
+gallium_dri.so free 0x5571735ee370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee430 0.000117
+gallium_dri.so free 0x5571735ee500 void 0.000118
+gallium_dri.so free 0x5571735ee430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee550 0.000119
+gallium_dri.so free 0x5571735ee5c0 void 0.000124
+gallium_dri.so free 0x5571735ee550 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee5e0 0.000123
+gallium_dri.so free 0x5571735ee680 void 0.000120
+gallium_dri.so free 0x5571735ee5e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee630 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee630 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee630 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000117
+gallium_dri.so free 0x5571735ee630 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000114
+gallium_dri.so free 0x5571735ee780 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee780 0.000114
+gallium_dri.so free 0x5571735ee940 void 0.000116
+gallium_dri.so free 0x5571735ee780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000115
+gallium_dri.so free 0x5571735ee980 void 0.000115
+gallium_dri.so free 0x5571735ee8f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000128
+gallium_dri.so free 0x5571735eea40 void 0.000116
+gallium_dri.so free 0x5571735ee8f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eea80 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000116
+gallium_dri.so free 0x5571735eea80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so free 0x5571735eeb00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec70 0.000116
+gallium_dri.so free 0x5571735eecc0 void 0.000117
+gallium_dri.so free 0x5571735eec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eec70 0.000114
+gallium_dri.so free 0x5571735eedc0 void 0.000114
+gallium_dri.so free 0x5571735eec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee00 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee80 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000116
+gallium_dri.so free 0x5571735eee80 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee80 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eee80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeff0 0.000160
+gallium_dri.so free 0x5571735ef040 void 0.000116
+gallium_dri.so free 0x5571735eeff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeff0 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000113
+gallium_dri.so free 0x5571735eeff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000112
+gallium_dri.so free 0x5571735ef200 void 0.000113
+gallium_dri.so free 0x5571735ef0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so free 0x5571735ef1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000122
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so free 0x5571735ef1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000130
+gallium_dri.so free 0x5571735ef1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000120
+gallium_dri.so free 0x5571735ef3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef4d0 0.000119
+gallium_dri.so free 0x5571735ef540 void 0.000119
+gallium_dri.so free 0x5571735ef4d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef560 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000119
+gallium_dri.so free 0x5571735ef560 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000111
+gallium_dri.so free 0x5571735ef5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef680 0.000110
+gallium_dri.so free 0x5571735ef740 void 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef680 0.000115
+gallium_dri.so free 0x5571735ef7c0 void 0.000111
+gallium_dri.so free 0x5571735ef680 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000111
+gallium_dri.so free 0x5571735ef880 void 0.000111
+gallium_dri.so free 0x5571735ef7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000111
+gallium_dri.so free 0x5571735ef940 void 0.000111
+gallium_dri.so free 0x5571735ef7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef7c0 0.000111
+gallium_dri.so free 0x5571735efa00 void 0.000111
+gallium_dri.so free 0x5571735ef7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000112
+gallium_dri.so free 0x5571735efa80 void 0.000111
+gallium_dri.so free 0x5571735ef9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735efad0 0.000111
+gallium_dri.so free 0x5571735efb40 void 0.000110
+gallium_dri.so free 0x5571735efad0 void 0.000111
+gallium_dri.so malloc 72 0x5571735efb80 0.000110
+gallium_dri.so free 0x5571735efc00 void 0.000148
+gallium_dri.so free 0x5571735efb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb80 0.000127
+gallium_dri.so free 0x5571735efc80 void 0.000124
+gallium_dri.so free 0x5571735efb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735efcb0 0.000123
+gallium_dri.so free 0x5571735efd00 void 0.000124
+gallium_dri.so free 0x5571735efcb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735efcb0 0.000123
+gallium_dri.so free 0x5571735efe00 void 0.000125
+gallium_dri.so free 0x5571735efcb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efdb0 0.000120
+gallium_dri.so free 0x5571735efec0 void 0.000119
+gallium_dri.so free 0x5571735efdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efe70 0.000125
+gallium_dri.so free 0x5571735eff00 void 0.000124
+gallium_dri.so free 0x5571735efe70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000124
+gallium_dri.so free 0x5571735efe70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0030 0.000124
+gallium_dri.so free 0x5571735f0080 void 0.000126
+gallium_dri.so free 0x5571735f0030 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0030 0.000126
+gallium_dri.so free 0x5571735f0180 void 0.000134
+gallium_dri.so free 0x5571735f0030 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0130 0.000119
+gallium_dri.so free 0x5571735f0240 void 0.000134
+gallium_dri.so free 0x5571735f0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f01f0 0.000124
+gallium_dri.so free 0x5571735f0280 void 0.000124
+gallium_dri.so free 0x5571735f01f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f01f0 0.000118
+gallium_dri.so free 0x5571735f0340 void 0.000123
+gallium_dri.so free 0x5571735f01f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0380 0.000117
+gallium_dri.so free 0x5571735f0400 void 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0400 0.000125
+gallium_dri.so free 0x5571735f04c0 void 0.000119
+gallium_dri.so free 0x5571735f0400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0400 0.000125
+gallium_dri.so free 0x5571735f0580 void 0.000213
+gallium_dri.so free 0x5571735f0400 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05a0 0.000119
+gallium_dri.so free 0x5571735f0640 void 0.000117
+gallium_dri.so free 0x5571735f05a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f05f0 0.000178
+gallium_dri.so free 0x5571735f06c0 void 0.000188
+gallium_dri.so free 0x5571735f05f0 void 0.000292
+gallium_dri.so malloc 72 0x5571735f05f0 0.000159
+gallium_dri.so free 0x5571735f0740 void 0.000323
+gallium_dri.so free 0x5571735f05f0 void 0.000278
+gallium_dri.so malloc 72 0x5571735f0740 0.000274
+gallium_dri.so free 0x5571735f0800 void 0.000268
+gallium_dri.so free 0x5571735f0740 void 0.000276
+gallium_dri.so malloc 72 0x5571735f0740 0.000272
+gallium_dri.so free 0x5571735f08c0 void 0.000273
+gallium_dri.so free 0x5571735f0740 void 0.000240
+gallium_dri.so malloc 72 0x5571735f0740 0.000284
+gallium_dri.so free 0x5571735f0980 void 0.000300
+gallium_dri.so free 0x5571735f0740 void 0.000263
+gallium_dri.so malloc 72 0x5571735f0930 0.000259
+gallium_dri.so free 0x5571735f0a40 void 0.000285
+gallium_dri.so free 0x5571735f0930 void 0.000282
+gallium_dri.so malloc 72 0x5571735f09f0 0.000292
+gallium_dri.so free 0x5571735f0ac0 void 0.000242
+gallium_dri.so free 0x5571735f09f0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f0b10 0.000288
+gallium_dri.so free 0x5571735f0b80 void 0.000171
+gallium_dri.so free 0x5571735f0b10 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0ba0 0.000169
+gallium_dri.so free 0x5571735f0c40 void 0.000132
+gallium_dri.so free 0x5571735f0ba0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000140
+gallium_dri.so free 0x5571735f0cc0 void 0.000129
+gallium_dri.so free 0x5571735f0bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000133
+gallium_dri.so free 0x5571735f0d40 void 0.000135
+gallium_dri.so free 0x5571735f0bf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0d40 0.000129
+gallium_dri.so free 0x5571735f0e00 void 0.000131
+gallium_dri.so free 0x5571735f0d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0d40 0.000131
+gallium_dri.so free 0x5571735f0f00 void 0.000130
+gallium_dri.so free 0x5571735f0d40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000130
+gallium_dri.so free 0x5571735f0f40 void 0.000130
+gallium_dri.so free 0x5571735f0eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000126
+gallium_dri.so free 0x5571735f1000 void 0.000130
+gallium_dri.so free 0x5571735f0eb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1040 0.000130
+gallium_dri.so free 0x5571735f10c0 void 0.000132
+gallium_dri.so free 0x5571735f1040 void 0.000126
+gallium_dri.so malloc 72 0x5571735f10c0 0.000139
+gallium_dri.so free 0x5571735f1180 void 0.000127
+gallium_dri.so free 0x5571735f10c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f10c0 0.000130
+gallium_dri.so free 0x5571735f1200 void 0.000130
+gallium_dri.so free 0x5571735f10c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1230 0.000124
+gallium_dri.so free 0x5571735f1280 void 0.000131
+gallium_dri.so free 0x5571735f1230 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1230 0.000129
+gallium_dri.so free 0x5571735f1380 void 0.000131
+gallium_dri.so free 0x5571735f1230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f13c0 0.000124
+gallium_dri.so free 0x5571735f1440 void 0.000126
+gallium_dri.so free 0x5571735f13c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1440 0.000132
+gallium_dri.so free 0x5571735f1500 void 0.000132
+gallium_dri.so free 0x5571735f1440 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1440 0.000131
+gallium_dri.so free 0x5571735f1580 void 0.000125
+gallium_dri.so free 0x5571735f1440 void 0.000130
+gallium_dri.so malloc 72 0x5571735f15b0 0.000131
+gallium_dri.so free 0x5571735f1600 void 0.000210
+gallium_dri.so free 0x5571735f15b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f15b0 0.000146
+gallium_dri.so free 0x5571735f1700 void 0.000146
+gallium_dri.so free 0x5571735f15b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f16b0 0.000145
+gallium_dri.so free 0x5571735f17c0 void 0.000146
+gallium_dri.so free 0x5571735f16b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f1770 0.000141
+gallium_dri.so free 0x5571735f1840 void 0.000147
+gallium_dri.so free 0x5571735f1770 void 0.000146
+gallium_dri.so malloc 72 0x5571735f1770 0.000147
+gallium_dri.so free 0x5571735f1900 void 0.000146
+gallium_dri.so free 0x5571735f1770 void 0.000148
+gallium_dri.so malloc 72 0x5571735f1770 0.000140
+gallium_dri.so free 0x5571735f19c0 void 0.000145
+gallium_dri.so free 0x5571735f1770 void 0.000146
+gallium_dri.so malloc 72 0x5571735f1970 0.000145
+gallium_dri.so free 0x5571735f1a40 void 0.000157
+gallium_dri.so free 0x5571735f1970 void 0.000147
+gallium_dri.so malloc 72 0x5571735f1a90 0.000145
+gallium_dri.so free 0x5571735f1b00 void 0.000184
+gallium_dri.so free 0x5571735f1a90 void 0.000182
+gallium_dri.so malloc 72 0x5571735f1b20 0.000179
+gallium_dri.so free 0x5571735f1bc0 void 0.000146
+gallium_dri.so free 0x5571735f1b20 void 0.000145
+gallium_dri.so malloc 72 0x5571735f1b70 0.000146
+gallium_dri.so free 0x5571735f1c40 void 0.000142
+gallium_dri.so free 0x5571735f1b70 void 0.000144
+gallium_dri.so malloc 72 0x5571735f1c40 0.000189
+gallium_dri.so free 0x5571735f1d00 void 0.000174
+gallium_dri.so free 0x5571735f1c40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1c40 0.000128
+gallium_dri.so free 0x5571735f1d80 void 0.000127
+gallium_dri.so free 0x5571735f1c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1d80 0.000127
+gallium_dri.so free 0x5571735f1e40 void 0.000137
+gallium_dri.so free 0x5571735f1d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1d80 0.000128
+gallium_dri.so free 0x5571735f1f00 void 0.000127
+gallium_dri.so free 0x5571735f1d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1d80 0.000125
+gallium_dri.so free 0x5571735f1fc0 void 0.000127
+gallium_dri.so free 0x5571735f1d80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1f70 0.000128
+gallium_dri.so free 0x5571735f2040 void 0.000128
+gallium_dri.so free 0x5571735f1f70 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2090 0.000126
+gallium_dri.so free 0x5571735f2100 void 0.000128
+gallium_dri.so free 0x5571735f2090 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2140 0.000134
+gallium_dri.so free 0x5571735f21c0 void 0.000128
+gallium_dri.so free 0x5571735f2140 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2140 0.000131
+gallium_dri.so free 0x5571735f2240 void 0.000127
+gallium_dri.so free 0x5571735f2140 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2270 0.000128
+gallium_dri.so free 0x5571735f22c0 void 0.000126
+gallium_dri.so free 0x5571735f2270 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2270 0.000126
+gallium_dri.so free 0x5571735f23c0 void 0.000148
+gallium_dri.so free 0x5571735f2270 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2370 0.000151
+gallium_dri.so free 0x5571735f2480 void 0.000152
+gallium_dri.so free 0x5571735f2370 void 0.000151
+gallium_dri.so malloc 72 0x5571735f2430 0.000151
+gallium_dri.so free 0x5571735f24c0 void 0.000151
+gallium_dri.so free 0x5571735f2430 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2430 0.000154
+gallium_dri.so free 0x5571735f2580 void 0.000151
+gallium_dri.so free 0x5571735f2430 void 0.000151
+gallium_dri.so malloc 72 0x5571735f25f0 0.000151
+gallium_dri.so free 0x5571735f2640 void 0.000151
+gallium_dri.so free 0x5571735f25f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f25f0 0.000152
+gallium_dri.so free 0x5571735f2740 void 0.000153
+gallium_dri.so free 0x5571735f25f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f26f0 0.000152
+gallium_dri.so free 0x5571735f2800 void 0.000152
+gallium_dri.so free 0x5571735f26f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f27b0 0.000151
+gallium_dri.so free 0x5571735f2840 void 0.000155
+gallium_dri.so free 0x5571735f27b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f27b0 0.000128
+gallium_dri.so free 0x557173620f00 void 0.000128
+gallium_dri.so free 0x5571735f27b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735f27b0 0.000150
+gallium_dri.so free 0x557173467680 void 0.000152
+gallium_dri.so free 0x5571735f27b0 void 0.000152
+gallium_dri.so malloc 72 0x557173467630 0.000153
+gallium_dri.so free 0x5571735f2800 void 0.000151
+gallium_dri.so free 0x557173467630 void 0.000151
+gallium_dri.so malloc 72 0x557173467630 0.000151
+gallium_dri.so free 0x557173590b40 void 0.000151
+gallium_dri.so free 0x557173467630 void 0.000152
+gallium_dri.so malloc 72 0x557173467630 0.000151
+gallium_dri.so free 0x5571736010c0 void 0.000151
+gallium_dri.so free 0x557173467630 void 0.000151
+gallium_dri.so malloc 72 0x557173467630 0.000150
+gallium_dri.so free 0x557173601180 void 0.000151
+gallium_dri.so free 0x557173467630 void 0.000153
+gallium_dri.so malloc 72 0x5571736011c0 0.000168
+gallium_dri.so free 0x5571734673c0 void 0.000153
+gallium_dri.so free 0x5571736011c0 void 0.000151
+gallium_dri.so malloc 72 0x5571734673c0 0.000152
+gallium_dri.so free 0x557173467480 void 0.000176
+gallium_dri.so free 0x5571734673c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734673c0 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000123
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734673c0 0.000121
+gallium_dri.so free 0x55717360bb00 void 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bab0 0.000122
+gallium_dri.so free 0x55717360bd00 void 0.000122
+gallium_dri.so free 0x55717360bab0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd80 void 0.000122
+gallium_dri.so free 0x55717360bcb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bdd0 0.000121
+gallium_dri.so free 0x5571735c4ec0 void 0.000120
+gallium_dri.so free 0x55717360bdd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4ee0 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735c4ee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000132
+gallium_dri.so free 0x5571735c5000 void 0.000123
+gallium_dri.so free 0x5571735c4f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4f30 0.000121
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735c4f30 void 0.000122
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589800 void 0.000121
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735897b0 0.000122
+gallium_dri.so free 0x557173589880 void 0.000121
+gallium_dri.so free 0x5571735897b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735898a0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000122
+gallium_dri.so free 0x5571735898a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000121
+gallium_dri.so free 0x5571735898f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x5571735898f0 void 0.000122
+gallium_dri.so malloc 72 0x557173601340 0.000121
+gallium_dri.so free 0x557173601400 void 0.000121
+gallium_dri.so free 0x557173601340 void 0.000120
+gallium_dri.so malloc 72 0x557173601340 0.000120
+gallium_dri.so free 0x557173601480 void 0.000125
+gallium_dri.so free 0x557173601340 void 0.000123
+gallium_dri.so malloc 72 0x5571736014b0 0.000123
+gallium_dri.so free 0x557173601500 void 0.000122
+gallium_dri.so free 0x5571736014b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736014b0 0.000121
+gallium_dri.so free 0x557173601600 void 0.000121
+gallium_dri.so free 0x5571736014b0 void 0.000122
+gallium_dri.so malloc 72 0x557173601640 0.000123
+gallium_dri.so free 0x5571735d25c0 void 0.000121
+gallium_dri.so free 0x557173601640 void 0.000121
+gallium_dri.so malloc 72 0x5571735d25c0 0.000120
+gallium_dri.so free 0x5571735d2680 void 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d25c0 0.000122
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2730 0.000121
+gallium_dri.so free 0x5571735d2780 void 0.000121
+gallium_dri.so free 0x5571735d2730 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2730 0.000140
+gallium_dri.so free 0x5571735d2880 void 0.000129
+gallium_dri.so free 0x5571735d2730 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2830 0.000121
+gallium_dri.so free 0x5571735d2940 void 0.000122
+gallium_dri.so free 0x5571735d2830 void 0.000177
+gallium_dri.so malloc 72 0x5571735d28f0 0.000123
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x5571735d28f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d28f0 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000121
+gallium_dri.so free 0x5571735d28f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e2b0 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000121
+gallium_dri.so free 0x55717358e2b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e2b0 0.000120
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x55717358e2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e3b0 0.000121
+gallium_dri.so free 0x55717358e4c0 void 0.000123
+gallium_dri.so free 0x55717358e3b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358e470 0.000122
+gallium_dri.so free 0x55717358e500 void 0.000119
+gallium_dri.so free 0x55717358e470 void 0.000120
+gallium_dri.so malloc 72 0x55717358e470 0.000122
+gallium_dri.so free 0x557173608480 void 0.000121
+gallium_dri.so free 0x55717358e470 void 0.000121
+gallium_dri.so malloc 72 0x557173608480 0.000121
+gallium_dri.so free 0x557173608540 void 0.000123
+gallium_dri.so free 0x557173608480 void 0.000122
+gallium_dri.so malloc 72 0x557173608480 0.000121
+gallium_dri.so free 0x5571736085c0 void 0.000123
+gallium_dri.so free 0x557173608480 void 0.000121
+gallium_dri.so malloc 72 0x5571736085c0 0.000121
+gallium_dri.so free 0x557173608680 void 0.000121
+gallium_dri.so free 0x5571736085c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736085c0 0.000121
+gallium_dri.so free 0x557173608740 void 0.000122
+gallium_dri.so free 0x5571736085c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736085c0 0.000122
+gallium_dri.so free 0x557173608800 void 0.000120
+gallium_dri.so free 0x5571736085c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736087b0 0.000122
+gallium_dri.so free 0x557173462840 void 0.000122
+gallium_dri.so free 0x5571736087b0 void 0.000122
+gallium_dri.so malloc 72 0x557173462840 0.000121
+gallium_dri.so free 0x557173462900 void 0.000121
+gallium_dri.so free 0x557173462840 void 0.000121
+gallium_dri.so malloc 72 0x557173462840 0.000121
+gallium_dri.so free 0x557173462980 void 0.000121
+gallium_dri.so free 0x557173462840 void 0.000120
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000120
+gallium_dri.so free 0x557173462840 void 0.000122
+gallium_dri.so malloc 72 0x557173462840 0.000122
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x557173462840 void 0.000132
+gallium_dri.so malloc 72 0x557173462ab0 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173462bd0 0.000120
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so free 0x557173462bd0 void 0.000136
+gallium_dri.so malloc 72 0x557173462bd0 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000122
+gallium_dri.so free 0x557173462bd0 void 0.000122
+gallium_dri.so malloc 72 0x557173464eb0 0.000121
+gallium_dri.so free 0x557173464f00 void 0.000123
+gallium_dri.so free 0x557173464eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173464eb0 0.000121
+gallium_dri.so free 0x557173465000 void 0.000121
+gallium_dri.so free 0x557173464eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173465040 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000122
+gallium_dri.so free 0x557173465040 void 0.000122
+gallium_dri.so malloc 72 0x5571734650c0 0.000122
+gallium_dri.so free 0x557173465180 void 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734650c0 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734650c0 0.000131
+gallium_dri.so free 0x5571735d00c0 void 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0070 0.000123
+gallium_dri.so free 0x5571735d0140 void 0.000121
+gallium_dri.so free 0x5571735d0070 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0190 0.000123
+gallium_dri.so free 0x5571735d0200 void 0.000122
+gallium_dri.so free 0x5571735d0190 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0260 0.000122
+gallium_dri.so free 0x5571735d0300 void 0.000120
+gallium_dri.so free 0x5571735d0260 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02b0 0.000122
+gallium_dri.so free 0x5571735d0340 void 0.000122
+gallium_dri.so free 0x5571735d02b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d02b0 0.000121
+gallium_dri.so free 0x557173469380 void 0.000122
+gallium_dri.so free 0x5571735d02b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d02b0 0.000121
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so free 0x5571735d02b0 void 0.000121
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x5571734694c0 void 0.000120
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000121
+gallium_dri.so free 0x557173469580 void 0.000122
+gallium_dri.so free 0x557173469400 void 0.000129
+gallium_dri.so malloc 72 0x557173469400 0.000122
+gallium_dri.so free 0x557173469640 void 0.000122
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x5571734695f0 0.000121
+gallium_dri.so free 0x557173469700 void 0.000120
+gallium_dri.so free 0x5571734695f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734696b0 0.000123
+gallium_dri.so free 0x55717358c640 void 0.000122
+gallium_dri.so free 0x5571734696b0 void 0.000122
+gallium_dri.so malloc 72 0x55717358c690 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000121
+gallium_dri.so free 0x55717358c690 void 0.000120
+gallium_dri.so malloc 72 0x55717358c720 0.000122
+gallium_dri.so free 0x55717358c7c0 void 0.000121
+gallium_dri.so free 0x55717358c720 void 0.000121
+gallium_dri.so malloc 72 0x55717358c770 0.000119
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so free 0x55717358c770 void 0.000121
+gallium_dri.so malloc 72 0x55717358c770 0.000139
+gallium_dri.so free 0x55717358c8c0 void 0.000122
+gallium_dri.so free 0x55717358c770 void 0.000121
+gallium_dri.so malloc 72 0x55717358c8c0 0.000121
+gallium_dri.so free 0x55717358c980 void 0.000121
+gallium_dri.so free 0x55717358c8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c8c0 0.000170
+gallium_dri.so free 0x55717358ec00 void 0.000122
+gallium_dri.so free 0x55717358c8c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358ec20 0.000122
+gallium_dri.so free 0x55717358ecc0 void 0.000122
+gallium_dri.so free 0x55717358ec20 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec70 0.000120
+gallium_dri.so free 0x55717358ed40 void 0.000121
+gallium_dri.so free 0x55717358ec70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec70 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so free 0x55717358ec70 void 0.000121
+gallium_dri.so malloc 72 0x55717358edc0 0.000120
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358edc0 0.000122
+gallium_dri.so free 0x55717358ef40 void 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358edc0 0.000121
+gallium_dri.so free 0x557173467dc0 void 0.000122
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so malloc 72 0x557173467e30 0.000121
+gallium_dri.so free 0x557173467e80 void 0.000122
+gallium_dri.so free 0x557173467e30 void 0.000120
+gallium_dri.so malloc 72 0x557173467e30 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so free 0x557173467e30 void 0.000122
+gallium_dri.so malloc 72 0x557173467f30 0.000121
+gallium_dri.so free 0x557173468040 void 0.000121
+gallium_dri.so free 0x557173467f30 void 0.000121
+gallium_dri.so malloc 72 0x557173467ff0 0.000119
+gallium_dri.so free 0x55717358f000 void 0.000120
+gallium_dri.so free 0x557173467ff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358efb0 0.000120
+gallium_dri.so free 0x557173468080 void 0.000122
+gallium_dri.so free 0x55717358efb0 void 0.000121
+gallium_dri.so malloc 72 0x55717358efb0 0.000120
+gallium_dri.so free 0x557173468180 void 0.000122
+gallium_dri.so free 0x55717358efb0 void 0.000121
+gallium_dri.so malloc 72 0x557173468130 0.000121
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x557173468130 void 0.000122
+gallium_dri.so malloc 72 0x557173606920 0.000122
+gallium_dri.so free 0x5571736069c0 void 0.000122
+gallium_dri.so free 0x557173606920 void 0.000122
+gallium_dri.so malloc 72 0x557173606970 0.000121
+gallium_dri.so free 0x557173606a00 void 0.000120
+gallium_dri.so free 0x557173606970 void 0.000121
+gallium_dri.so malloc 72 0x557173606970 0.000120
+gallium_dri.so free 0x557173606ac0 void 0.000123
+gallium_dri.so free 0x557173606970 void 0.000121
+gallium_dri.so malloc 72 0x557173606b00 0.000130
+gallium_dri.so free 0x557173606b80 void 0.000121
+gallium_dri.so free 0x557173606b00 void 0.000121
+gallium_dri.so malloc 72 0x557173606b80 0.000121
+gallium_dri.so free 0x557173606c40 void 0.000121
+gallium_dri.so free 0x557173606b80 void 0.000121
+gallium_dri.so malloc 72 0x557173606b80 0.000120
+gallium_dri.so free 0x55717358a080 void 0.000138
+gallium_dri.so free 0x557173606b80 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0b0 0.000121
+gallium_dri.so free 0x55717358a100 void 0.000120
+gallium_dri.so free 0x55717358a0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a100 0.000121
+gallium_dri.so free 0x55717358a1c0 void 0.000121
+gallium_dri.so free 0x55717358a100 void 0.000120
+gallium_dri.so malloc 72 0x55717358a100 0.000120
+gallium_dri.so free 0x55717358a2c0 void 0.000121
+gallium_dri.so free 0x55717358a100 void 0.000120
+gallium_dri.so malloc 72 0x55717358a270 0.000126
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so free 0x55717358a270 void 0.000120
+gallium_dri.so malloc 72 0x55717358a330 0.000120
+gallium_dri.so free 0x55717358a3c0 void 0.000122
+gallium_dri.so free 0x55717358a330 void 0.000120
+gallium_dri.so malloc 72 0x55717358a330 0.000120
+gallium_dri.so free 0x557173604300 void 0.000122
+gallium_dri.so free 0x55717358a330 void 0.000122
+gallium_dri.so malloc 72 0x557173604340 0.000120
+gallium_dri.so free 0x5571736043c0 void 0.000122
+gallium_dri.so free 0x557173604340 void 0.000121
+gallium_dri.so malloc 72 0x5571736043c0 0.000121
+gallium_dri.so free 0x557173604480 void 0.000121
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736043c0 0.000122
+gallium_dri.so free 0x557173604500 void 0.000120
+gallium_dri.so free 0x5571736043c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736043c0 0.000120
+gallium_dri.so free 0x5571736045c0 void 0.000121
+gallium_dri.so free 0x5571736043c0 void 0.000122
+gallium_dri.so malloc 72 0x5571736043c0 0.000121
+gallium_dri.so free 0x557173604680 void 0.000120
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604630 0.000119
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x557173604630 void 0.000119
+gallium_dri.so malloc 72 0x557173591210 0.000121
+gallium_dri.so free 0x557173591280 void 0.000120
+gallium_dri.so free 0x557173591210 void 0.000120
+gallium_dri.so malloc 72 0x5571735912a0 0.000119
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so free 0x5571735912a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735912f0 0.000127
+gallium_dri.so free 0x5571735913c0 void 0.000123
+gallium_dri.so free 0x5571735912f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735912f0 0.000120
+gallium_dri.so free 0x5571735914c0 void 0.000121
+gallium_dri.so free 0x5571735912f0 void 0.000120
+gallium_dri.so malloc 72 0x557173591470 0.000120
+gallium_dri.so free 0x557173591540 void 0.000120
+gallium_dri.so free 0x557173591470 void 0.000120
+gallium_dri.so malloc 72 0x557173591590 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x557173591590 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000119
+gallium_dri.so free 0x5571735d3080 void 0.000122
+gallium_dri.so free 0x5571735d2fe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3030 0.000119
+gallium_dri.so free 0x5571735d3100 void 0.000120
+gallium_dri.so free 0x5571735d3030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3030 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000120
+gallium_dri.so free 0x5571735d3030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3180 0.000126
+gallium_dri.so free 0x5571735d3240 void 0.000120
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3180 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000119
+gallium_dri.so free 0x5571735d3180 void 0.000188
+gallium_dri.so malloc 72 0x5571735d3180 0.000123
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000120
+gallium_dri.so free 0x5571735d5600 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55b0 0.000120
+gallium_dri.so free 0x5571735d5700 void 0.000126
+gallium_dri.so free 0x5571735d55b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d56b0 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so free 0x5571735d56b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5770 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000121
+gallium_dri.so free 0x5571735d5770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5770 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000119
+gallium_dri.so free 0x5571735d5770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5910 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000120
+gallium_dri.so free 0x5571735d5910 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000176
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000121
+gallium_dri.so free 0x5571735d0c00 void 0.000121
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0c30 0.000120
+gallium_dri.so free 0x5571735d0c80 void 0.000120
+gallium_dri.so free 0x5571735d0c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0c30 0.000120
+gallium_dri.so free 0x5571735d0d80 void 0.000120
+gallium_dri.so free 0x5571735d0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d30 0.000121
+gallium_dri.so free 0x557173601d40 void 0.000121
+gallium_dri.so free 0x5571735d0d30 void 0.000120
+gallium_dri.so malloc 72 0x557173601d80 0.000121
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so free 0x557173601d80 void 0.000122
+gallium_dri.so malloc 72 0x557173601d80 0.000121
+gallium_dri.so free 0x557173601e80 void 0.000121
+gallium_dri.so free 0x557173601d80 void 0.000120
+gallium_dri.so malloc 72 0x557173601eb0 0.000121
+gallium_dri.so free 0x557173601f00 void 0.000121
+gallium_dri.so free 0x557173601eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173601eb0 0.000120
+gallium_dri.so free 0x557173602000 void 0.000120
+gallium_dri.so free 0x557173601eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173601fb0 0.000122
+gallium_dri.so free 0x5571736020c0 void 0.000120
+gallium_dri.so free 0x557173601fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173602070 0.000121
+gallium_dri.so free 0x557173608e80 void 0.000121
+gallium_dri.so free 0x557173602070 void 0.000120
+gallium_dri.so malloc 72 0x557173608eb0 0.000123
+gallium_dri.so free 0x557173608f00 void 0.000123
+gallium_dri.so free 0x557173608eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173608eb0 0.000120
+gallium_dri.so free 0x557173609000 void 0.000121
+gallium_dri.so free 0x557173608eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173609040 0.000120
+gallium_dri.so free 0x5571736090c0 void 0.000121
+gallium_dri.so free 0x557173609040 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000119
+gallium_dri.so free 0x557173602100 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736090c0 0.000120
+gallium_dri.so free 0x557173609180 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000119
+gallium_dri.so free 0x557173609240 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736091f0 0.000178
+gallium_dri.so free 0x557173463240 void 0.000123
+gallium_dri.so free 0x5571736091f0 void 0.000120
+gallium_dri.so malloc 72 0x557173463290 0.000120
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463290 void 0.000120
+gallium_dri.so malloc 72 0x557173463360 0.000120
+gallium_dri.so free 0x557173463400 void 0.000120
+gallium_dri.so free 0x557173463360 void 0.000120
+gallium_dri.so malloc 72 0x5571734633b0 0.000121
+gallium_dri.so free 0x557173463440 void 0.000121
+gallium_dri.so free 0x5571734633b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734633b0 0.000120
+gallium_dri.so free 0x557173463500 void 0.000120
+gallium_dri.so free 0x5571734633b0 void 0.000120
+gallium_dri.so malloc 72 0x557173463540 0.000121
+gallium_dri.so free 0x5571734635c0 void 0.000121
+gallium_dri.so free 0x557173463540 void 0.000120
+gallium_dri.so malloc 72 0x5571734635c0 0.000119
+gallium_dri.so free 0x557173609e80 void 0.000121
+gallium_dri.so free 0x5571734635c0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ea0 0.000121
+gallium_dri.so free 0x557173609f40 void 0.000120
+gallium_dri.so free 0x557173609ea0 void 0.000120
+gallium_dri.so malloc 72 0x557173609ef0 0.000120
+gallium_dri.so free 0x557173609fc0 void 0.000121
+gallium_dri.so free 0x557173609ef0 void 0.000131
+gallium_dri.so malloc 72 0x557173609fc0 0.000121
+gallium_dri.so free 0x55717360a080 void 0.000121
+gallium_dri.so free 0x557173609fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173609fc0 0.000120
+gallium_dri.so free 0x55717360a100 void 0.000121
+gallium_dri.so free 0x557173609fc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360a100 0.000120
+gallium_dri.so free 0x55717360a1c0 void 0.000122
+gallium_dri.so free 0x55717360a100 void 0.000120
+gallium_dri.so malloc 72 0x55717360a100 0.000121
+gallium_dri.so free 0x557173465800 void 0.000121
+gallium_dri.so free 0x55717360a100 void 0.000121
+gallium_dri.so malloc 72 0x557173465830 0.000120
+gallium_dri.so free 0x557173465880 void 0.000120
+gallium_dri.so free 0x557173465830 void 0.000120
+gallium_dri.so malloc 72 0x557173465830 0.000120
+gallium_dri.so free 0x557173465980 void 0.000121
+gallium_dri.so free 0x557173465830 void 0.000120
+gallium_dri.so malloc 72 0x557173465930 0.000121
+gallium_dri.so free 0x557173465a40 void 0.000122
+gallium_dri.so free 0x557173465930 void 0.000135
+gallium_dri.so malloc 72 0x5571734659f0 0.000121
+gallium_dri.so free 0x557173465ac0 void 0.000120
+gallium_dri.so free 0x5571734659f0 void 0.000120
+gallium_dri.so malloc 72 0x557173465ae0 0.000126
+gallium_dri.so free 0x557173465b80 void 0.000123
+gallium_dri.so free 0x557173465ae0 void 0.000120
+gallium_dri.so malloc 72 0x557173465b30 0.000121
+gallium_dri.so free 0x557173609580 void 0.000122
+gallium_dri.so free 0x557173465b30 void 0.000120
+gallium_dri.so malloc 72 0x557173609530 0.000120
+gallium_dri.so free 0x557173609600 void 0.000122
+gallium_dri.so free 0x557173609530 void 0.000121
+gallium_dri.so malloc 72 0x557173609650 0.000121
+gallium_dri.so free 0x5571736096c0 void 0.000121
+gallium_dri.so free 0x557173609650 void 0.000120
+gallium_dri.so malloc 72 0x5571736096e0 0.000120
+gallium_dri.so free 0x557173609780 void 0.000120
+gallium_dri.so free 0x5571736096e0 void 0.000120
+gallium_dri.so malloc 72 0x557173609730 0.000125
+gallium_dri.so free 0x557173609800 void 0.000121
+gallium_dri.so free 0x557173609730 void 0.000120
+gallium_dri.so malloc 72 0x557173609730 0.000120
+gallium_dri.so free 0x557173609900 void 0.000120
+gallium_dri.so free 0x557173609730 void 0.000121
+gallium_dri.so malloc 72 0x5571736098b0 0.000120
+gallium_dri.so free 0x557173464800 void 0.000121
+gallium_dri.so free 0x5571736098b0 void 0.000120
+gallium_dri.so malloc 72 0x557173464800 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000121
+gallium_dri.so free 0x557173464800 void 0.000167
+gallium_dri.so malloc 72 0x557173464800 0.000121
+gallium_dri.so free 0x557173464940 void 0.000121
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so malloc 72 0x557173464970 0.000119
+gallium_dri.so free 0x5571734649c0 void 0.000120
+gallium_dri.so free 0x557173464970 void 0.000120
+gallium_dri.so malloc 72 0x557173464970 0.000120
+gallium_dri.so free 0x557173464ac0 void 0.000121
+gallium_dri.so free 0x557173464970 void 0.000122
+gallium_dri.so malloc 72 0x557173464a70 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000121
+gallium_dri.so free 0x557173464a70 void 0.000120
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x557173464c00 void 0.000121
+gallium_dri.so free 0x557173464b30 void 0.000121
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x557173464b30 void 0.000120
+gallium_dri.so malloc 72 0x557173464b30 0.000121
+gallium_dri.so free 0x5571735d2080 void 0.000121
+gallium_dri.so free 0x557173464b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2030 0.000123
+gallium_dri.so free 0x5571735d2100 void 0.000120
+gallium_dri.so free 0x5571735d2030 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2150 0.000119
+gallium_dri.so free 0x5571735d21c0 void 0.000123
+gallium_dri.so free 0x5571735d2150 void 0.000120
+gallium_dri.so malloc 72 0x5571735d21e0 0.000121
+gallium_dri.so free 0x5571735d2280 void 0.000124
+gallium_dri.so free 0x5571735d21e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2230 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so free 0x5571735d2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2300 0.000139
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2300 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000122
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa00 0.000119
+gallium_dri.so free 0x5571735cfac0 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa00 0.000119
+gallium_dri.so free 0x5571735cfb40 void 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000119
+gallium_dri.so free 0x5571735cfbc0 void 0.000120
+gallium_dri.so free 0x5571735cfb70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfb70 0.000121
+gallium_dri.so free 0x5571735cfcc0 void 0.000122
+gallium_dri.so free 0x5571735cfb70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfc70 0.000122
+gallium_dri.so free 0x5571735cfd80 void 0.000122
+gallium_dri.so free 0x5571735cfc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd30 0.000121
+gallium_dri.so free 0x5571735cfe00 void 0.000127
+gallium_dri.so free 0x5571735cfd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfe20 0.000121
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so free 0x5571735cfe20 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfe20 0.000121
+gallium_dri.so free 0x55717358dcc0 void 0.000122
+gallium_dri.so free 0x5571735cfe20 void 0.000121
+gallium_dri.so malloc 72 0x55717358dc70 0.000120
+gallium_dri.so free 0x55717358dd40 void 0.000121
+gallium_dri.so free 0x55717358dc70 void 0.000120
+gallium_dri.so malloc 72 0x55717358dd90 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000120
+gallium_dri.so free 0x55717358dd90 void 0.000120
+gallium_dri.so malloc 72 0x55717358de20 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000120
+gallium_dri.so free 0x55717358de20 void 0.000119
+gallium_dri.so malloc 72 0x55717358de70 0.000121
+gallium_dri.so free 0x55717358df40 void 0.000119
+gallium_dri.so free 0x55717358de70 void 0.000120
+gallium_dri.so malloc 72 0x55717358de70 0.000122
+gallium_dri.so free 0x55717358e040 void 0.000123
+gallium_dri.so free 0x55717358de70 void 0.000121
+gallium_dri.so malloc 72 0x55717358dff0 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x55717358dff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735901c0 0.000119
+gallium_dri.so free 0x557173590280 void 0.000122
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735901c0 0.000120
+gallium_dri.so free 0x557173590300 void 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000120
+gallium_dri.so malloc 72 0x557173590330 0.000120
+gallium_dri.so free 0x557173590380 void 0.000120
+gallium_dri.so free 0x557173590330 void 0.000120
+gallium_dri.so malloc 72 0x557173590330 0.000120
+gallium_dri.so free 0x557173590480 void 0.000121
+gallium_dri.so free 0x557173590330 void 0.000121
+gallium_dri.so malloc 72 0x557173590430 0.000120
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590430 void 0.000120
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x5571735905c0 void 0.000121
+gallium_dri.so free 0x5571735904f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735904f0 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x5571735904f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735904f0 0.000121
+gallium_dri.so free 0x55717360b500 void 0.000121
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b4b0 0.000119
+gallium_dri.so free 0x55717360b580 void 0.000120
+gallium_dri.so free 0x55717360b4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b5d0 0.000120
+gallium_dri.so free 0x55717360b640 void 0.000122
+gallium_dri.so free 0x55717360b5d0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b660 0.000120
+gallium_dri.so free 0x55717360b700 void 0.000122
+gallium_dri.so free 0x55717360b660 void 0.000120
+gallium_dri.so malloc 72 0x55717360b6b0 0.000121
+gallium_dri.so free 0x55717360b780 void 0.000121
+gallium_dri.so free 0x55717360b6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b780 0.000120
+gallium_dri.so free 0x55717360b840 void 0.000120
+gallium_dri.so free 0x55717360b780 void 0.000120
+gallium_dri.so malloc 72 0x55717360b780 0.000119
+gallium_dri.so free 0x5571736058c0 void 0.000120
+gallium_dri.so free 0x55717360b780 void 0.000125
+gallium_dri.so malloc 72 0x5571736058c0 0.000122
+gallium_dri.so free 0x557173605980 void 0.000120
+gallium_dri.so free 0x5571736058c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736058c0 0.000120
+gallium_dri.so free 0x557173605a00 void 0.000166
+gallium_dri.so free 0x5571736058c0 void 0.000123
+gallium_dri.so malloc 72 0x557173605a30 0.000121
+gallium_dri.so free 0x557173605a80 void 0.000121
+gallium_dri.so free 0x557173605a30 void 0.000120
+gallium_dri.so malloc 72 0x557173605a30 0.000122
+gallium_dri.so free 0x557173605b80 void 0.000121
+gallium_dri.so free 0x557173605a30 void 0.000120
+gallium_dri.so malloc 72 0x557173605b30 0.000121
+gallium_dri.so free 0x557173605c40 void 0.000120
+gallium_dri.so free 0x557173605b30 void 0.000120
+gallium_dri.so malloc 72 0x557173605bf0 0.000119
+gallium_dri.so free 0x557173605cc0 void 0.000121
+gallium_dri.so free 0x557173605bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173605ce0 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000121
+gallium_dri.so free 0x557173605ce0 void 0.000120
+gallium_dri.so malloc 72 0x557173605ce0 0.000120
+gallium_dri.so free 0x557173607f40 void 0.000121
+gallium_dri.so free 0x557173605ce0 void 0.000120
+gallium_dri.so malloc 72 0x557173607ef0 0.000121
+gallium_dri.so free 0x557173607fc0 void 0.000121
+gallium_dri.so free 0x557173607ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173608010 0.000120
+gallium_dri.so free 0x557173608080 void 0.000121
+gallium_dri.so free 0x557173608010 void 0.000176
+gallium_dri.so malloc 72 0x5571736080a0 0.000123
+gallium_dri.so free 0x557173608140 void 0.000120
+gallium_dri.so free 0x5571736080a0 void 0.000122
+gallium_dri.so malloc 72 0x5571736080f0 0.000120
+gallium_dri.so free 0x5571736081c0 void 0.000121
+gallium_dri.so free 0x5571736080f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736080f0 0.000121
+gallium_dri.so free 0x5571736082c0 void 0.000123
+gallium_dri.so free 0x5571736080f0 void 0.000126
+gallium_dri.so malloc 72 0x557173608270 0.000124
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x557173608270 void 0.000120
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x55717358b700 void 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b640 0.000121
+gallium_dri.so free 0x55717358b780 void 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x55717358b7b0 0.000121
+gallium_dri.so free 0x55717358b800 void 0.000121
+gallium_dri.so free 0x55717358b7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b7b0 0.000120
+gallium_dri.so free 0x55717358b900 void 0.000122
+gallium_dri.so free 0x55717358b7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b8b0 0.000121
+gallium_dri.so free 0x55717358b9c0 void 0.000110
+gallium_dri.so free 0x55717358b8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358b970 0.000120
+gallium_dri.so free 0x55717358ba40 void 0.000121
+gallium_dri.so free 0x55717358b970 void 0.000121
+gallium_dri.so malloc 72 0x55717358b970 0.000119
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x55717358b970 void 0.000120
+gallium_dri.so malloc 72 0x55717358b970 0.000120
+gallium_dri.so free 0x557173589140 void 0.000121
+gallium_dri.so free 0x55717358b970 void 0.000120
+gallium_dri.so malloc 72 0x5571735890f0 0.000125
+gallium_dri.so free 0x5571735891c0 void 0.000121
+gallium_dri.so free 0x5571735890f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589210 0.000120
+gallium_dri.so free 0x557173589280 void 0.000121
+gallium_dri.so free 0x557173589210 void 0.000121
+gallium_dri.so malloc 72 0x5571735892a0 0.000119
+gallium_dri.so free 0x557173589340 void 0.000122
+gallium_dri.so free 0x5571735892a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735892f0 0.000120
+gallium_dri.so free 0x5571735893c0 void 0.000121
+gallium_dri.so free 0x5571735892f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893c0 0.000120
+gallium_dri.so free 0x557173589480 void 0.000121
+gallium_dri.so free 0x5571735893c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735893c0 0.000122
+gallium_dri.so free 0x557173466dc0 void 0.000121
+gallium_dri.so free 0x5571735893c0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000119
+gallium_dri.so free 0x557173466e80 void 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000120
+gallium_dri.so free 0x557173466f00 void 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173466f30 0.000120
+gallium_dri.so free 0x557173466f80 void 0.000121
+gallium_dri.so free 0x557173466f30 void 0.000121
+gallium_dri.so malloc 72 0x557173466f30 0.000121
+gallium_dri.so free 0x557173467080 void 0.000121
+gallium_dri.so free 0x557173466f30 void 0.000121
+gallium_dri.so malloc 72 0x557173467030 0.000120
+gallium_dri.so free 0x557173467140 void 0.000121
+gallium_dri.so free 0x557173467030 void 0.000122
+gallium_dri.so malloc 72 0x5571734670f0 0.000121
+gallium_dri.so free 0x5571734671c0 void 0.000123
+gallium_dri.so free 0x5571734670f0 void 0.000136
+gallium_dri.so malloc 72 0x5571734671e0 0.000122
+gallium_dri.so free 0x5571735d4580 void 0.000125
+gallium_dri.so free 0x5571734671e0 void 0.000122
+gallium_dri.so malloc 72 0x5571734671e0 0.000120
+gallium_dri.so free 0x5571735d4640 void 0.000124
+gallium_dri.so free 0x5571734671e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d45f0 0.000120
+gallium_dri.so free 0x5571735d46c0 void 0.000121
+gallium_dri.so free 0x5571735d45f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4710 0.000121
+gallium_dri.so free 0x5571735d4780 void 0.000121
+gallium_dri.so free 0x5571735d4710 void 0.000120
+gallium_dri.so malloc 72 0x5571735d47a0 0.000120
+gallium_dri.so free 0x5571735d4840 void 0.000120
+gallium_dri.so free 0x5571735d47a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d47f0 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735d47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d47f0 0.000121
+gallium_dri.so free 0x5571735d49c0 void 0.000121
+gallium_dri.so free 0x5571735d47f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4970 0.000120
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so free 0x5571735d4970 void 0.000121
+gallium_dri.so malloc 72 0x557173603300 0.000123
+gallium_dri.so free 0x5571736033c0 void 0.000121
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so malloc 72 0x557173603300 0.000120
+gallium_dri.so free 0x557173603440 void 0.000120
+gallium_dri.so free 0x557173603300 void 0.000129
+gallium_dri.so malloc 72 0x557173603470 0.000115
+gallium_dri.so free 0x5571736034c0 void 0.000118
+gallium_dri.so free 0x557173603470 void 0.000114
+gallium_dri.so malloc 72 0x557173603470 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000115
+gallium_dri.so free 0x557173603470 void 0.000114
+gallium_dri.so malloc 72 0x557173603570 0.000114
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x557173603570 void 0.000116
+gallium_dri.so malloc 72 0x557173603630 0.000114
+gallium_dri.so free 0x557173603700 void 0.000114
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x557173603630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000116
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000116
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000125
+gallium_dri.so free 0x5571735f2d00 void 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000120
+gallium_dri.so free 0x5571735f2dc0 void 0.000121
+gallium_dri.so free 0x5571735f2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d70 0.000119
+gallium_dri.so free 0x5571735f2e40 void 0.000121
+gallium_dri.so free 0x5571735f2d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e90 0.000121
+gallium_dri.so free 0x5571735f2f00 void 0.000124
+gallium_dri.so free 0x5571735f2e90 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2f20 0.000121
+gallium_dri.so free 0x5571735f2fc0 void 0.000120
+gallium_dri.so free 0x5571735f2f20 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2f70 0.000121
+gallium_dri.so free 0x5571735f3040 void 0.000121
+gallium_dri.so free 0x5571735f2f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2f70 0.000120
+gallium_dri.so free 0x5571735f30c0 void 0.000120
+gallium_dri.so free 0x5571735f2f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30c0 0.000120
+gallium_dri.so free 0x5571735f3180 void 0.000122
+gallium_dri.so free 0x5571735f30c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f30c0 0.000121
+gallium_dri.so free 0x5571735f3280 void 0.000129
+gallium_dri.so free 0x5571735f30c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3230 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000121
+gallium_dri.so free 0x5571735f3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3230 0.000118
+gallium_dri.so free 0x5571735f3380 void 0.000121
+gallium_dri.so free 0x5571735f3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f33c0 0.000120
+gallium_dri.so free 0x5571735f3440 void 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3440 0.000119
+gallium_dri.so free 0x5571735f3500 void 0.000120
+gallium_dri.so free 0x5571735f3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3440 0.000119
+gallium_dri.so free 0x5571735f3580 void 0.000121
+gallium_dri.so free 0x5571735f3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000126
+gallium_dri.so free 0x5571735f3600 void 0.000122
+gallium_dri.so free 0x5571735f35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000121
+gallium_dri.so free 0x5571734734c0 void 0.000121
+gallium_dri.so free 0x5571735f35b0 void 0.000120
+gallium_dri.so malloc 72 0x557173473470 0.000120
+gallium_dri.so free 0x557173473540 void 0.000122
+gallium_dri.so free 0x557173473470 void 0.000121
+gallium_dri.so malloc 72 0x557173473590 0.000117
+gallium_dri.so free 0x557173473600 void 0.000114
+gallium_dri.so free 0x557173473590 void 0.000114
+gallium_dri.so malloc 72 0x557173473620 0.000114
+gallium_dri.so free 0x5571734736c0 void 0.000117
+gallium_dri.so free 0x557173473620 void 0.000115
+gallium_dri.so malloc 72 0x557173473670 0.000114
+gallium_dri.so free 0x557173473740 void 0.000115
+gallium_dri.so free 0x557173473670 void 0.000115
+gallium_dri.so malloc 72 0x557173473670 0.000113
+gallium_dri.so free 0x5571734737c0 void 0.000115
+gallium_dri.so free 0x557173473670 void 0.000116
+gallium_dri.so malloc 72 0x5571734737c0 0.000115
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so free 0x5571734737c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734737c0 0.000114
+gallium_dri.so free 0x557173473980 void 0.000114
+gallium_dri.so free 0x5571734737c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734737c0 0.000114
+gallium_dri.so free 0x557173473a00 void 0.000117
+gallium_dri.so free 0x5571734737c0 void 0.000116
+gallium_dri.so malloc 72 0x557173473a30 0.000117
+gallium_dri.so free 0x557173473a80 void 0.000116
+gallium_dri.so free 0x557173473a30 void 0.000114
+gallium_dri.so malloc 72 0x557173473a30 0.000114
+gallium_dri.so free 0x557173473b80 void 0.000122
+gallium_dri.so free 0x557173473a30 void 0.000115
+gallium_dri.so malloc 72 0x557173473b30 0.000168
+gallium_dri.so free 0x557173473c40 void 0.000121
+gallium_dri.so free 0x557173473b30 void 0.000120
+gallium_dri.so malloc 72 0x557173473bf0 0.000120
+gallium_dri.so free 0x557173473c80 void 0.000120
+gallium_dri.so free 0x557173473bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173473bf0 0.000121
+gallium_dri.so free 0x557173473d40 void 0.000119
+gallium_dri.so free 0x557173473bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173473d90 0.000119
+gallium_dri.so free 0x557173473e00 void 0.000120
+gallium_dri.so free 0x557173473d90 void 0.000119
+gallium_dri.so malloc 72 0x557173473e40 0.000121
+gallium_dri.so free 0x557173473ec0 void 0.000120
+gallium_dri.so free 0x557173473e40 void 0.000120
+gallium_dri.so malloc 72 0x557173473ec0 0.000120
+gallium_dri.so free 0x557173473f80 void 0.000252
+gallium_dri.so free 0x557173473ec0 void 0.000179
+gallium_dri.so malloc 72 0x557173473ec0 0.000232
+gallium_dri.so free 0x557173474000 void 0.000120
+gallium_dri.so free 0x557173473ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173474030 0.000120
+gallium_dri.so free 0x557173474080 void 0.000119
+gallium_dri.so free 0x557173474030 void 0.000129
+gallium_dri.so malloc 72 0x557173474030 0.000120
+gallium_dri.so free 0x557173474180 void 0.000119
+gallium_dri.so free 0x557173474030 void 0.000119
+gallium_dri.so malloc 72 0x557173474130 0.000119
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so free 0x557173474130 void 0.000118
+gallium_dri.so malloc 72 0x557173474130 0.000118
+gallium_dri.so free 0x5571734604c0 void 0.000123
+gallium_dri.so free 0x557173474130 void 0.000118
+gallium_dri.so malloc 72 0x557173474130 0.000117
+gallium_dri.so free 0x557173460580 void 0.000117
+gallium_dri.so free 0x557173474130 void 0.000118
+gallium_dri.so malloc 72 0x557173474130 0.000118
+gallium_dri.so free 0x557173460640 void 0.000119
+gallium_dri.so free 0x557173474130 void 0.000120
+gallium_dri.so malloc 72 0x5571734605f0 0.000117
+gallium_dri.so free 0x5571734606c0 void 0.000118
+gallium_dri.so free 0x5571734605f0 void 0.000119
+gallium_dri.so malloc 72 0x557173460710 0.000117
+gallium_dri.so free 0x557173460780 void 0.000121
+gallium_dri.so free 0x557173460710 void 0.000119
+gallium_dri.so malloc 72 0x5571734607a0 0.000120
+gallium_dri.so free 0x557173460840 void 0.000117
+gallium_dri.so free 0x5571734607a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734607f0 0.000117
+gallium_dri.so free 0x5571734608c0 void 0.000128
+gallium_dri.so free 0x5571734607f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734607f0 0.000118
+gallium_dri.so free 0x5571734609c0 void 0.000119
+gallium_dri.so free 0x5571734607f0 void 0.000119
+gallium_dri.so malloc 72 0x557173460970 0.000118
+gallium_dri.so free 0x557173460a40 void 0.000120
+gallium_dri.so free 0x557173460970 void 0.000118
+gallium_dri.so malloc 72 0x557173460a90 0.000119
+gallium_dri.so free 0x557173460b00 void 0.000117
+gallium_dri.so free 0x557173460a90 void 0.000118
+gallium_dri.so malloc 72 0x557173460b20 0.000118
+gallium_dri.so free 0x557173460bc0 void 0.000133
+gallium_dri.so free 0x557173460b20 void 0.000120
+gallium_dri.so malloc 72 0x557173460b70 0.000119
+gallium_dri.so free 0x557173460c40 void 0.000117
+gallium_dri.so free 0x557173460b70 void 0.000123
+gallium_dri.so malloc 72 0x557173460b70 0.000118
+gallium_dri.so free 0x557173460cc0 void 0.000119
+gallium_dri.so free 0x557173460b70 void 0.000117
+gallium_dri.so malloc 72 0x557173460cc0 0.000120
+gallium_dri.so free 0x557173460d80 void 0.000119
+gallium_dri.so free 0x557173460cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173460cc0 0.000119
+gallium_dri.so free 0x557173460e80 void 0.000119
+gallium_dri.so free 0x557173460cc0 void 0.000118
+gallium_dri.so malloc 72 0x557173460cc0 0.000118
+gallium_dri.so free 0x557173460f00 void 0.000162
+gallium_dri.so free 0x557173460cc0 void 0.000160
+gallium_dri.so malloc 72 0x557173460f30 0.000157
+gallium_dri.so free 0x557173460f80 void 0.000124
+gallium_dri.so free 0x557173460f30 void 0.000123
+gallium_dri.so malloc 72 0x557173460f30 0.000118
+gallium_dri.so free 0x557173461080 void 0.000122
+gallium_dri.so free 0x557173460f30 void 0.000124
+gallium_dri.so malloc 72 0x557173461030 0.000124
+gallium_dri.so free 0x557173461140 void 0.000119
+gallium_dri.so free 0x557173461030 void 0.000123
+gallium_dri.so malloc 72 0x5571734610f0 0.000123
+gallium_dri.so free 0x557173461180 void 0.000123
+gallium_dri.so free 0x5571734610f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734610f0 0.000124
+gallium_dri.so free 0x557173461240 void 0.000123
+gallium_dri.so free 0x5571734610f0 void 0.000125
+gallium_dri.so malloc 72 0x557173461290 0.000125
+gallium_dri.so free 0x557173461300 void 0.000123
+gallium_dri.so free 0x557173461290 void 0.000134
+gallium_dri.so malloc 72 0x557173461340 0.000132
+gallium_dri.so free 0x5571734613c0 void 0.000133
+gallium_dri.so free 0x557173461340 void 0.000132
+gallium_dri.so malloc 72 0x5571734613c0 0.000129
+gallium_dri.so free 0x557173461480 void 0.000130
+gallium_dri.so free 0x5571734613c0 void 0.000133
+gallium_dri.so malloc 72 0x5571734613c0 0.000131
+gallium_dri.so free 0x557173461500 void 0.000131
+gallium_dri.so free 0x5571734613c0 void 0.000125
+gallium_dri.so malloc 72 0x557173461530 0.000124
+gallium_dri.so free 0x557173461580 void 0.000128
+gallium_dri.so free 0x557173461530 void 0.000130
+gallium_dri.so malloc 72 0x557173461530 0.000125
+gallium_dri.so free 0x557173461680 void 0.000123
+gallium_dri.so free 0x557173461530 void 0.000128
+gallium_dri.so malloc 72 0x557173461630 0.000126
+gallium_dri.so free 0x557173461740 void 0.000125
+gallium_dri.so free 0x557173461630 void 0.000128
+gallium_dri.so malloc 72 0x5571734616f0 0.000131
+gallium_dri.so free 0x5571734617c0 void 0.000129
+gallium_dri.so free 0x5571734616f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734617e0 0.000136
+gallium_dri.so free 0x557173461880 void 0.000134
+gallium_dri.so free 0x5571734617e0 void 0.000129
+gallium_dri.so malloc 72 0x557173461830 0.000129
+gallium_dri.so free 0x557173461900 void 0.000125
+gallium_dri.so free 0x557173461830 void 0.000125
+gallium_dri.so malloc 72 0x557173461830 0.000128
+gallium_dri.so free 0x557173461980 void 0.000129
+gallium_dri.so free 0x557173461830 void 0.000130
+gallium_dri.so malloc 72 0x557173461980 0.000130
+gallium_dri.so free 0x557173461a40 void 0.000129
+gallium_dri.so free 0x557173461980 void 0.000130
+gallium_dri.so malloc 72 0x557173461980 0.000125
+gallium_dri.so free 0x557173461b00 void 0.000128
+gallium_dri.so free 0x557173461980 void 0.000131
+gallium_dri.so malloc 72 0x557173461980 0.000131
+gallium_dri.so free 0x557173461bc0 void 0.000129
+gallium_dri.so free 0x557173461980 void 0.000130
+gallium_dri.so malloc 72 0x557173461b70 0.000125
+gallium_dri.so free 0x557173461bc0 void 0.000128
+gallium_dri.so free 0x557173461b70 void 0.000130
+gallium_dri.so malloc 72 0x557173461b70 0.000172
+gallium_dri.so free 0x557173461cc0 void 0.000169
+gallium_dri.so free 0x557173461b70 void 0.000162
+gallium_dri.so malloc 72 0x557173461c70 0.000167
+gallium_dri.so free 0x557173461d80 void 0.000130
+gallium_dri.so free 0x557173461c70 void 0.000127
+gallium_dri.so malloc 72 0x557173461d30 0.000124
+gallium_dri.so free 0x557173461dc0 void 0.000127
+gallium_dri.so free 0x557173461d30 void 0.000129
+gallium_dri.so malloc 72 0x557173461d30 0.000132
+gallium_dri.so free 0x557173461e80 void 0.000137
+gallium_dri.so free 0x557173461d30 void 0.000134
+gallium_dri.so malloc 72 0x557173461ec0 0.000130
+gallium_dri.so free 0x557173461f40 void 0.000127
+gallium_dri.so free 0x557173461ec0 void 0.000128
+gallium_dri.so malloc 72 0x557173461f40 0.000130
+gallium_dri.so free 0x557173462000 void 0.000132
+gallium_dri.so free 0x557173461f40 void 0.000132
+gallium_dri.so malloc 72 0x557173461f40 0.000130
+gallium_dri.so free 0x5571734620c0 void 0.000129
+gallium_dri.so free 0x557173461f40 void 0.000130
+gallium_dri.so malloc 72 0x5571734620e0 0.000132
+gallium_dri.so free 0x557173462180 void 0.000131
+gallium_dri.so free 0x5571734620e0 void 0.000129
+gallium_dri.so malloc 72 0x557173462130 0.000126
+gallium_dri.so free 0x557173462200 void 0.000125
+gallium_dri.so free 0x557173462130 void 0.000128
+gallium_dri.so malloc 72 0x557173462130 0.000130
+gallium_dri.so free 0x557173462280 void 0.000126
+gallium_dri.so free 0x557173462130 void 0.000121
+gallium_dri.so malloc 72 0x557173462280 0.000125
+gallium_dri.so free 0x557173462340 void 0.000147
+gallium_dri.so free 0x557173462280 void 0.000127
+gallium_dri.so malloc 72 0x557173462280 0.000129
+gallium_dri.so free 0x5571735e0e80 void 0.000131
+gallium_dri.so free 0x557173462280 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000129
+gallium_dri.so free 0x5571735e0f00 void 0.000125
+gallium_dri.so free 0x5571735e0eb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0f00 0.000130
+gallium_dri.so free 0x5571735e0fc0 void 0.000130
+gallium_dri.so free 0x5571735e0f00 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0f00 0.000154
+gallium_dri.so free 0x5571735e10c0 void 0.000132
+gallium_dri.so free 0x5571735e0f00 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1070 0.000132
+gallium_dri.so free 0x5571735e1180 void 0.000131
+gallium_dri.so free 0x5571735e1070 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1130 0.000125
+gallium_dri.so free 0x5571735e11c0 void 0.000123
+gallium_dri.so free 0x5571735e1130 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1130 0.000129
+gallium_dri.so free 0x5571735e1280 void 0.000130
+gallium_dri.so free 0x5571735e1130 void 0.000130
+gallium_dri.so malloc 72 0x5571735e12c0 0.000125
+gallium_dri.so free 0x5571735e1340 void 0.000128
+gallium_dri.so free 0x5571735e12c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1340 0.000130
+gallium_dri.so free 0x5571735e1400 void 0.000125
+gallium_dri.so free 0x5571735e1340 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1340 0.000132
+gallium_dri.so free 0x5571735e1480 void 0.000132
+gallium_dri.so free 0x5571735e1340 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1340 0.000179
+gallium_dri.so free 0x5571735e1540 void 0.000133
+gallium_dri.so free 0x5571735e1340 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1340 0.000135
+gallium_dri.so free 0x5571735e1600 void 0.000131
+gallium_dri.so free 0x5571735e1340 void 0.000127
+gallium_dri.so malloc 72 0x5571735e15b0 0.000125
+gallium_dri.so free 0x5571735e1680 void 0.000124
+gallium_dri.so free 0x5571735e15b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e16d0 0.000131
+gallium_dri.so free 0x5571735e1740 void 0.000126
+gallium_dri.so free 0x5571735e16d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1760 0.000123
+gallium_dri.so free 0x5571735e1800 void 0.000129
+gallium_dri.so free 0x5571735e1760 void 0.000126
+gallium_dri.so malloc 72 0x5571735e17b0 0.000126
+gallium_dri.so free 0x5571735e1880 void 0.000123
+gallium_dri.so free 0x5571735e17b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e17b0 0.000124
+gallium_dri.so free 0x5571735e1980 void 0.000130
+gallium_dri.so free 0x5571735e17b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1930 0.000130
+gallium_dri.so free 0x5571735e1a00 void 0.000158
+gallium_dri.so free 0x5571735e1930 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a50 0.000131
+gallium_dri.so free 0x5571735e1ac0 void 0.000129
+gallium_dri.so free 0x5571735e1a50 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1ae0 0.000130
+gallium_dri.so free 0x5571735e1b80 void 0.000130
+gallium_dri.so free 0x5571735e1ae0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1b30 0.000123
+gallium_dri.so free 0x5571735e1c00 void 0.000130
+gallium_dri.so free 0x5571735e1b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1b30 0.000130
+gallium_dri.so free 0x5571735e1c80 void 0.000126
+gallium_dri.so free 0x5571735e1b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1c80 0.000131
+gallium_dri.so free 0x5571735e1d40 void 0.000132
+gallium_dri.so free 0x5571735e1c80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1c80 0.000131
+gallium_dri.so free 0x5571735e1e40 void 0.000127
+gallium_dri.so free 0x5571735e1c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1c80 0.000136
+gallium_dri.so free 0x5571735e1ec0 void 0.000126
+gallium_dri.so free 0x5571735e1c80 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000131
+gallium_dri.so free 0x5571735e1f40 void 0.000130
+gallium_dri.so free 0x5571735e1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000131
+gallium_dri.so free 0x5571735e2040 void 0.000132
+gallium_dri.so free 0x5571735e1ef0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000132
+gallium_dri.so free 0x5571735e2100 void 0.000131
+gallium_dri.so free 0x5571735e1ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e20b0 0.000129
+gallium_dri.so free 0x5571735e2140 void 0.000130
+gallium_dri.so free 0x5571735e20b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e20b0 0.000125
+gallium_dri.so free 0x5571735e2200 void 0.000130
+gallium_dri.so free 0x5571735e20b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2250 0.000130
+gallium_dri.so free 0x5571735e22c0 void 0.000130
+gallium_dri.so free 0x5571735e2250 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2300 0.000173
+gallium_dri.so free 0x5571735e2380 void 0.000133
+gallium_dri.so free 0x5571735e2300 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2380 0.000131
+gallium_dri.so free 0x5571735e2440 void 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2380 0.000130
+gallium_dri.so free 0x5571735e24c0 void 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000130
+gallium_dri.so malloc 72 0x5571735e24f0 0.000130
+gallium_dri.so free 0x5571735e2540 void 0.000144
+gallium_dri.so free 0x5571735e24f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e24f0 0.000130
+gallium_dri.so free 0x5571735e2640 void 0.000130
+gallium_dri.so free 0x5571735e24f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e25f0 0.000131
+gallium_dri.so free 0x5571735e2700 void 0.000130
+gallium_dri.so free 0x5571735e25f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e26b0 0.000125
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so free 0x5571735e26b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e27a0 0.000129
+gallium_dri.so free 0x5571735e2840 void 0.000133
+gallium_dri.so free 0x5571735e27a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e27f0 0.000125
+gallium_dri.so free 0x5571735e28c0 void 0.000125
+gallium_dri.so free 0x5571735e27f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e27f0 0.000130
+gallium_dri.so free 0x5571735e2940 void 0.000131
+gallium_dri.so free 0x5571735e27f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2940 0.000128
+gallium_dri.so free 0x5571735e2a00 void 0.000127
+gallium_dri.so free 0x5571735e2940 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2940 0.000130
+gallium_dri.so free 0x5571735e2ac0 void 0.000130
+gallium_dri.so free 0x5571735e2940 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2940 0.000130
+gallium_dri.so free 0x5571735e2b80 void 0.000126
+gallium_dri.so free 0x5571735e2940 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2b30 0.000130
+gallium_dri.so free 0x5571735e2b80 void 0.000132
+gallium_dri.so free 0x5571735e2b30 void 0.000140
+gallium_dri.so malloc 72 0x5571735e2b30 0.000128
+gallium_dri.so free 0x5571735e2c80 void 0.000125
+gallium_dri.so free 0x5571735e2b30 void 0.000128
+gallium_dri.so malloc 72 0x5571735e2c30 0.000131
+gallium_dri.so free 0x5571735e2d40 void 0.000129
+gallium_dri.so free 0x5571735e2c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000131
+gallium_dri.so free 0x5571735e2d80 void 0.000127
+gallium_dri.so free 0x5571735e2cf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2cf0 0.000125
+gallium_dri.so free 0x5571735e2e40 void 0.000125
+gallium_dri.so free 0x5571735e2cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2e80 0.000128
+gallium_dri.so free 0x5571735e2f00 void 0.000126
+gallium_dri.so free 0x5571735e2e80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2f00 0.000124
+gallium_dri.so free 0x5571735e2fc0 void 0.000129
+gallium_dri.so free 0x5571735e2f00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2f00 0.000131
+gallium_dri.so free 0x5571735e3080 void 0.000125
+gallium_dri.so free 0x5571735e2f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735e30a0 0.000123
+gallium_dri.so free 0x5571735e3140 void 0.000191
+gallium_dri.so free 0x5571735e30a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e30f0 0.000130
+gallium_dri.so free 0x5571735e31c0 void 0.000133
+gallium_dri.so free 0x5571735e30f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e30f0 0.000128
+gallium_dri.so free 0x5571735e3240 void 0.000126
+gallium_dri.so free 0x5571735e30f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3240 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000126
+gallium_dri.so free 0x5571735e3240 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3240 0.000125
+gallium_dri.so free 0x5571735e33c0 void 0.000124
+gallium_dri.so free 0x5571735e3240 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3240 0.000128
+gallium_dri.so free 0x5571735e3480 void 0.000125
+gallium_dri.so free 0x5571735e3240 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3430 0.000124
+gallium_dri.so free 0x5571735e3540 void 0.000130
+gallium_dri.so free 0x5571735e3430 void 0.000127
+gallium_dri.so malloc 72 0x5571735e34f0 0.000130
+gallium_dri.so free 0x5571735e35c0 void 0.000139
+gallium_dri.so free 0x5571735e34f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3610 0.000131
+gallium_dri.so free 0x5571735e3680 void 0.000129
+gallium_dri.so free 0x5571735e3610 void 0.000130
+gallium_dri.so malloc 72 0x5571735e36a0 0.000126
+gallium_dri.so free 0x5571735e3740 void 0.000129
+gallium_dri.so free 0x5571735e36a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e36f0 0.000131
+gallium_dri.so free 0x5571735e37c0 void 0.000126
+gallium_dri.so free 0x5571735e36f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e36f0 0.000125
+gallium_dri.so free 0x5571735fc340 void 0.000128
+gallium_dri.so free 0x5571735e36f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc340 0.000124
+gallium_dri.so free 0x5571735fc400 void 0.000124
+gallium_dri.so free 0x5571735fc340 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc340 0.000131
+gallium_dri.so free 0x5571735fc480 void 0.000131
+gallium_dri.so free 0x5571735fc340 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc340 0.000124
+gallium_dri.so free 0x5571735fc540 void 0.000123
+gallium_dri.so free 0x5571735fc340 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc340 0.000135
+gallium_dri.so free 0x5571735fc600 void 0.000134
+gallium_dri.so free 0x5571735fc340 void 0.000141
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000128
+gallium_dri.so free 0x5571735fc680 void 0.000298
+gallium_dri.so free 0x5571735fc5b0 void 0.000341
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000309
+gallium_dri.so free 0x5571735fc740 void 0.000278
+gallium_dri.so free 0x5571735fc6d0 void 0.000276
+gallium_dri.so malloc 72 0x5571735fc760 0.000287
+gallium_dri.so free 0x5571735fc800 void 0.000284
+gallium_dri.so free 0x5571735fc760 void 0.000289
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000289
+gallium_dri.so free 0x5571735fc880 void 0.000289
+gallium_dri.so free 0x5571735fc7b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735fc7b0 0.000286
+gallium_dri.so free 0x5571735fc980 void 0.000164
+gallium_dri.so free 0x5571735fc7b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fc930 0.000164
+gallium_dri.so free 0x5571735fca00 void 0.000131
+gallium_dri.so free 0x5571735fc930 void 0.000125
+gallium_dri.so malloc 72 0x5571735fca50 0.000124
+gallium_dri.so free 0x5571735fcac0 void 0.000129
+gallium_dri.so free 0x5571735fca50 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcae0 0.000130
+gallium_dri.so free 0x5571735fcb80 void 0.000130
+gallium_dri.so free 0x5571735fcae0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcb30 0.000132
+gallium_dri.so free 0x5571735fcc00 void 0.000127
+gallium_dri.so free 0x5571735fcb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcb30 0.000128
+gallium_dri.so free 0x5571735fcc80 void 0.000125
+gallium_dri.so free 0x5571735fcb30 void 0.000128
+gallium_dri.so malloc 72 0x5571735fcc80 0.000133
+gallium_dri.so free 0x5571735fcd40 void 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcc80 0.000127
+gallium_dri.so free 0x5571735fce40 void 0.000129
+gallium_dri.so free 0x5571735fcc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcc80 0.000123
+gallium_dri.so free 0x5571735fcec0 void 0.000125
+gallium_dri.so free 0x5571735fcc80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcef0 0.000131
+gallium_dri.so free 0x5571735fcf40 void 0.000126
+gallium_dri.so free 0x5571735fcef0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcef0 0.000123
+gallium_dri.so free 0x5571735fd040 void 0.000129
+gallium_dri.so free 0x5571735fcef0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fcff0 0.000130
+gallium_dri.so free 0x5571735fd100 void 0.000126
+gallium_dri.so free 0x5571735fcff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000144
+gallium_dri.so free 0x5571735fd140 void 0.000136
+gallium_dri.so free 0x5571735fd0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000138
+gallium_dri.so free 0x5571735fd200 void 0.000136
+gallium_dri.so free 0x5571735fd0b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd250 0.000132
+gallium_dri.so free 0x5571735fd2c0 void 0.000130
+gallium_dri.so free 0x5571735fd250 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd300 0.000125
+gallium_dri.so free 0x5571735fd380 void 0.000129
+gallium_dri.so free 0x5571735fd300 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd380 0.000131
+gallium_dri.so free 0x5571735fd440 void 0.000131
+gallium_dri.so free 0x5571735fd380 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd380 0.000131
+gallium_dri.so free 0x5571735fd4c0 void 0.000130
+gallium_dri.so free 0x5571735fd380 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000131
+gallium_dri.so free 0x5571735fd540 void 0.000131
+gallium_dri.so free 0x5571735fd4f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000132
+gallium_dri.so free 0x5571735fd640 void 0.000172
+gallium_dri.so free 0x5571735fd4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000129
+gallium_dri.so free 0x5571735fd700 void 0.000130
+gallium_dri.so free 0x5571735fd5f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000123
+gallium_dri.so free 0x5571735fd780 void 0.000130
+gallium_dri.so free 0x5571735fd6b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000124
+gallium_dri.so free 0x5571735fd840 void 0.000124
+gallium_dri.so free 0x5571735fd7a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000139
+gallium_dri.so free 0x5571735fd8c0 void 0.000129
+gallium_dri.so free 0x5571735fd7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000126
+gallium_dri.so free 0x5571735fd940 void 0.000129
+gallium_dri.so free 0x5571735fd7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd940 0.000127
+gallium_dri.so free 0x5571735fda00 void 0.000125
+gallium_dri.so free 0x5571735fd940 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd940 0.000126
+gallium_dri.so free 0x5571735fdac0 void 0.000125
+gallium_dri.so free 0x5571735fd940 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd940 0.000131
+gallium_dri.so free 0x5571735fdb80 void 0.000126
+gallium_dri.so free 0x5571735fd940 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdb30 0.000126
+gallium_dri.so free 0x5571735fdb80 void 0.000130
+gallium_dri.so free 0x5571735fdb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdb30 0.000126
+gallium_dri.so free 0x5571735fdc80 void 0.000124
+gallium_dri.so free 0x5571735fdb30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdc30 0.000125
+gallium_dri.so free 0x5571735fdd40 void 0.000125
+gallium_dri.so free 0x5571735fdc30 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000131
+gallium_dri.so free 0x5571735fdcf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000130
+gallium_dri.so free 0x5571735fde40 void 0.000126
+gallium_dri.so free 0x5571735fdcf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fde80 0.000124
+gallium_dri.so free 0x5571735fdf00 void 0.000128
+gallium_dri.so free 0x5571735fde80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdf00 0.000126
+gallium_dri.so free 0x5571735fdfc0 void 0.000136
+gallium_dri.so free 0x5571735fdf00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdf00 0.000130
+gallium_dri.so free 0x5571735fe080 void 0.000127
+gallium_dri.so free 0x5571735fdf00 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe0a0 0.000131
+gallium_dri.so free 0x5571735fe140 void 0.000126
+gallium_dri.so free 0x5571735fe0a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000125
+gallium_dri.so free 0x5571735fe1c0 void 0.000129
+gallium_dri.so free 0x5571735fe0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe0f0 0.000124
+gallium_dri.so free 0x5571735fe240 void 0.000124
+gallium_dri.so free 0x5571735fe0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe240 0.000128
+gallium_dri.so free 0x5571735fe300 void 0.000126
+gallium_dri.so free 0x5571735fe240 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe240 0.000124
+gallium_dri.so free 0x5571735fe3c0 void 0.000130
+gallium_dri.so free 0x5571735fe240 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe240 0.000129
+gallium_dri.so free 0x5571735fe480 void 0.000130
+gallium_dri.so free 0x5571735fe240 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe430 0.000137
+gallium_dri.so free 0x5571735fe540 void 0.000126
+gallium_dri.so free 0x5571735fe430 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000130
+gallium_dri.so free 0x5571735fe5c0 void 0.000125
+gallium_dri.so free 0x5571735fe4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe610 0.000130
+gallium_dri.so free 0x5571735fe680 void 0.000131
+gallium_dri.so free 0x5571735fe610 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe6a0 0.000126
+gallium_dri.so free 0x5571735fe740 void 0.000124
+gallium_dri.so free 0x5571735fe6a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000131
+gallium_dri.so free 0x5571735fe7c0 void 0.000127
+gallium_dri.so free 0x5571735fe6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000124
+gallium_dri.so free 0x5571735fe840 void 0.000130
+gallium_dri.so free 0x5571735fe6f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe840 0.000124
+gallium_dri.so free 0x5571735fe900 void 0.000125
+gallium_dri.so free 0x5571735fe840 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe840 0.000139
+gallium_dri.so free 0x5571735fea00 void 0.000132
+gallium_dri.so free 0x5571735fe840 void 0.000150
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000131
+gallium_dri.so free 0x5571735fea40 void 0.000132
+gallium_dri.so free 0x5571735fe9b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000123
+gallium_dri.so free 0x5571735feb00 void 0.000126
+gallium_dri.so free 0x5571735fe9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735feb40 0.000134
+gallium_dri.so free 0x5571735febc0 void 0.000132
+gallium_dri.so free 0x5571735feb40 void 0.000127
+gallium_dri.so malloc 72 0x5571735febc0 0.000124
+gallium_dri.so free 0x5571735fec80 void 0.000126
+gallium_dri.so free 0x5571735febc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735febc0 0.000131
+gallium_dri.so free 0x5571735fed00 void 0.000126
+gallium_dri.so free 0x5571735febc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fed30 0.000133
+gallium_dri.so free 0x5571735fed80 void 0.000131
+gallium_dri.so free 0x5571735fed30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fed30 0.000131
+gallium_dri.so free 0x5571735fee80 void 0.000136
+gallium_dri.so free 0x5571735fed30 void 0.000131
+gallium_dri.so malloc 72 0x5571735feec0 0.000129
+gallium_dri.so free 0x5571735fef40 void 0.000126
+gallium_dri.so free 0x5571735feec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fef40 0.000129
+gallium_dri.so free 0x5571735ff000 void 0.000130
+gallium_dri.so free 0x5571735fef40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fef40 0.000125
+gallium_dri.so free 0x5571735ff080 void 0.000130
+gallium_dri.so free 0x5571735fef40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff0b0 0.000126
+gallium_dri.so free 0x5571735ff100 void 0.000125
+gallium_dri.so free 0x5571735ff0b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff0b0 0.000131
+gallium_dri.so free 0x5571735ff200 void 0.000125
+gallium_dri.so free 0x5571735ff0b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000130
+gallium_dri.so free 0x5571735ff2c0 void 0.000124
+gallium_dri.so free 0x5571735ff1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff270 0.000125
+gallium_dri.so free 0x5571735ff340 void 0.000176
+gallium_dri.so free 0x5571735ff270 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff270 0.000131
+gallium_dri.so free 0x5571735ff400 void 0.000130
+gallium_dri.so free 0x5571735ff270 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff270 0.000132
+gallium_dri.so free 0x5571735ff4c0 void 0.000130
+gallium_dri.so free 0x5571735ff270 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff470 0.000124
+gallium_dri.so free 0x5571735ff540 void 0.000128
+gallium_dri.so free 0x5571735ff470 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff590 0.000127
+gallium_dri.so free 0x5571735ff600 void 0.000127
+gallium_dri.so free 0x5571735ff590 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff620 0.000130
+gallium_dri.so free 0x5571735ff6c0 void 0.000131
+gallium_dri.so free 0x5571735ff620 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff670 0.000125
+gallium_dri.so free 0x5571735ff740 void 0.000129
+gallium_dri.so free 0x5571735ff670 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff740 0.000131
+gallium_dri.so free 0x5571735ff800 void 0.000135
+gallium_dri.so free 0x5571735ff740 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff740 0.000131
+gallium_dri.so free 0x5571735ff880 void 0.000130
+gallium_dri.so free 0x5571735ff740 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff880 0.000131
+gallium_dri.so free 0x5571735ff940 void 0.000130
+gallium_dri.so free 0x5571735ff880 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff880 0.000130
+gallium_dri.so free 0x5571735ffa00 void 0.000130
+gallium_dri.so free 0x5571735ff880 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff880 0.000130
+gallium_dri.so free 0x5571735ffac0 void 0.000130
+gallium_dri.so free 0x5571735ff880 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffa70 0.000126
+gallium_dri.so free 0x5571735ffb40 void 0.000130
+gallium_dri.so free 0x5571735ffa70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffb90 0.000131
+gallium_dri.so free 0x5571735ffc00 void 0.000125
+gallium_dri.so free 0x5571735ffb90 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffc40 0.000130
+gallium_dri.so free 0x5571735ffcc0 void 0.000134
+gallium_dri.so free 0x5571735ffc40 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffc40 0.000127
+gallium_dri.so free 0x5571735ffd40 void 0.000124
+gallium_dri.so free 0x5571735ffc40 void 0.000130
+gallium_dri.so malloc 72 0x5571735ffd70 0.000130
+gallium_dri.so free 0x5571735ffdc0 void 0.000131
+gallium_dri.so free 0x5571735ffd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ffd70 0.000128
+gallium_dri.so free 0x5571735ffec0 void 0.000131
+gallium_dri.so free 0x5571735ffd70 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffe70 0.000132
+gallium_dri.so free 0x5571735fff80 void 0.000132
+gallium_dri.so free 0x5571735ffe70 void 0.000233
+gallium_dri.so malloc 72 0x5571735fff30 0.000229
+gallium_dri.so free 0x5571735fffc0 void 0.000131
+gallium_dri.so free 0x5571735fff30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fff30 0.000131
+gallium_dri.so free 0x557173600080 void 0.000227
+gallium_dri.so free 0x5571735fff30 void 0.000270
+gallium_dri.so malloc 72 0x5571736000f0 0.000231
+gallium_dri.so free 0x557173600140 void 0.000207
+gallium_dri.so free 0x5571736000f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736000f0 0.000167
+gallium_dri.so free 0x557173600240 void 0.000131
+gallium_dri.so free 0x5571736000f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736001f0 0.000124
+gallium_dri.so free 0x557173600300 void 0.000124
+gallium_dri.so free 0x5571736001f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736002b0 0.000131
+gallium_dri.so free 0x557173600340 void 0.000131
+gallium_dri.so free 0x5571736002b0 void 0.000136
+gallium_dri.so malloc 72 0x5571736002b0 0.000131
+gallium_dri.so free 0x557173600400 void 0.000127
+gallium_dri.so free 0x5571736002b0 void 0.000124
+gallium_dri.so malloc 72 0x557173600440 0.000128
+gallium_dri.so free 0x5571736004c0 void 0.000125
+gallium_dri.so free 0x557173600440 void 0.000128
+gallium_dri.so malloc 72 0x5571736004c0 0.000138
+gallium_dri.so free 0x557173600580 void 0.000130
+gallium_dri.so free 0x5571736004c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736004c0 0.000129
+gallium_dri.so free 0x557173600640 void 0.000134
+gallium_dri.so free 0x5571736004c0 void 0.000186
+gallium_dri.so malloc 72 0x557173600660 0.000223
+gallium_dri.so free 0x557173600700 void 0.000131
+gallium_dri.so free 0x557173600660 void 0.000125
+gallium_dri.so malloc 72 0x5571736006b0 0.000123
+gallium_dri.so free 0x557173600780 void 0.000187
+gallium_dri.so free 0x5571736006b0 void 0.000224
+gallium_dri.so malloc 72 0x5571736006b0 0.000225
+gallium_dri.so free 0x557173600800 void 0.000233
+gallium_dri.so free 0x5571736006b0 void 0.000131
+gallium_dri.so malloc 72 0x557173600800 0.000130
+gallium_dri.so free 0x5571736008c0 void 0.000132
+gallium_dri.so free 0x557173600800 void 0.000130
+gallium_dri.so malloc 72 0x557173600800 0.000132
+gallium_dri.so free 0x557173600980 void 0.000137
+gallium_dri.so free 0x557173600800 void 0.000129
+gallium_dri.so malloc 72 0x557173600800 0.000126
+gallium_dri.so free 0x557173600a40 void 0.000126
+gallium_dri.so free 0x557173600800 void 0.000128
+gallium_dri.so malloc 72 0x5571736009f0 0.000131
+gallium_dri.so free 0x557173600b00 void 0.000124
+gallium_dri.so free 0x5571736009f0 void 0.000129
+gallium_dri.so malloc 72 0x557173600ab0 0.000133
+gallium_dri.so free 0x557173600b80 void 0.000131
+gallium_dri.so free 0x557173600ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173600bd0 0.000131
+gallium_dri.so free 0x557173600c40 void 0.000130
+gallium_dri.so free 0x557173600bd0 void 0.000135
+gallium_dri.so malloc 72 0x557173600c60 0.000132
+gallium_dri.so free 0x557173600d00 void 0.000126
+gallium_dri.so free 0x557173600c60 void 0.000126
+gallium_dri.so malloc 72 0x557173600cb0 0.000124
+gallium_dri.so free 0x557173600d80 void 0.000123
+gallium_dri.so free 0x557173600cb0 void 0.000126
+gallium_dri.so malloc 72 0x557173600cb0 0.000130
+gallium_dri.so free 0x557173600e00 void 0.000173
+gallium_dri.so free 0x557173600cb0 void 0.000132
+gallium_dri.so malloc 72 0x557173600e00 0.000132
+gallium_dri.so free 0x557173600ec0 void 0.000125
+gallium_dri.so free 0x557173600e00 void 0.000123
+gallium_dri.so malloc 72 0x557173600e00 0.000128
+gallium_dri.so free 0x557173600fc0 void 0.000126
+gallium_dri.so free 0x557173600e00 void 0.000128
+gallium_dri.so malloc 72 0x557173600f70 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000131
+gallium_dri.so free 0x557173600f70 void 0.000131
+gallium_dri.so malloc 72 0x557173600f70 0.000135
+gallium_dri.so free 0x5571735bfe80 void 0.000133
+gallium_dri.so free 0x557173600f70 void 0.000131
+gallium_dri.so malloc 72 0x5571735bfe30 0.000125
+gallium_dri.so free 0x5571735bff00 void 0.000124
+gallium_dri.so free 0x5571735bfe30 void 0.000128
+gallium_dri.so malloc 72 0x5571735bff50 0.000130
+gallium_dri.so free 0x5571735bffc0 void 0.000130
+gallium_dri.so free 0x5571735bff50 void 0.000125
+gallium_dri.so malloc 72 0x5571735bffe0 0.000129
+gallium_dri.so free 0x5571735c0080 void 0.000139
+gallium_dri.so free 0x5571735bffe0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0030 0.000128
+gallium_dri.so free 0x5571735c0100 void 0.000132
+gallium_dri.so free 0x5571735c0030 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0030 0.000129
+gallium_dri.so free 0x5571735c0200 void 0.000126
+gallium_dri.so free 0x5571735c0030 void 0.000125
+gallium_dri.so malloc 72 0x5571735c01b0 0.000129
+gallium_dri.so free 0x5571735c0280 void 0.000125
+gallium_dri.so free 0x5571735c01b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c02d0 0.000131
+gallium_dri.so free 0x5571735c0340 void 0.000132
+gallium_dri.so free 0x5571735c02d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0360 0.000130
+gallium_dri.so free 0x5571735c0400 void 0.000125
+gallium_dri.so free 0x5571735c0360 void 0.000128
+gallium_dri.so malloc 72 0x5571735c03b0 0.000130
+gallium_dri.so free 0x5571735c0480 void 0.000131
+gallium_dri.so free 0x5571735c03b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c03b0 0.000130
+gallium_dri.so free 0x5571735c0500 void 0.000186
+gallium_dri.so free 0x5571735c03b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0500 0.000130
+gallium_dri.so free 0x5571735c05c0 void 0.000147
+gallium_dri.so free 0x5571735c0500 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0500 0.000131
+gallium_dri.so free 0x5571735c06c0 void 0.000131
+gallium_dri.so free 0x5571735c0500 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0500 0.000132
+gallium_dri.so free 0x5571735c0740 void 0.000130
+gallium_dri.so free 0x5571735c0500 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0770 0.000130
+gallium_dri.so free 0x5571735c07c0 void 0.000131
+gallium_dri.so free 0x5571735c0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0770 0.000125
+gallium_dri.so free 0x5571735c08c0 void 0.000130
+gallium_dri.so free 0x5571735c0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0870 0.000131
+gallium_dri.so free 0x5571735c0980 void 0.000131
+gallium_dri.so free 0x5571735c0870 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0930 0.000126
+gallium_dri.so free 0x5571735c09c0 void 0.000139
+gallium_dri.so free 0x5571735c0930 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0930 0.000131
+gallium_dri.so free 0x5571735c0a80 void 0.000131
+gallium_dri.so free 0x5571735c0930 void 0.000135
+gallium_dri.so malloc 72 0x5571735c0ad0 0.000131
+gallium_dri.so free 0x5571735c0b40 void 0.000126
+gallium_dri.so free 0x5571735c0ad0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0b80 0.000131
+gallium_dri.so free 0x5571735c0c00 void 0.000130
+gallium_dri.so free 0x5571735c0b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0c00 0.000125
+gallium_dri.so free 0x5571735c0cc0 void 0.000124
+gallium_dri.so free 0x5571735c0c00 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0c00 0.000125
+gallium_dri.so free 0x5571735c0d40 void 0.000128
+gallium_dri.so free 0x5571735c0c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0d70 0.000130
+gallium_dri.so free 0x5571735c0dc0 void 0.000129
+gallium_dri.so free 0x5571735c0d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0d70 0.000130
+gallium_dri.so free 0x5571735c0ec0 void 0.000130
+gallium_dri.so free 0x5571735c0d70 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0e70 0.000131
+gallium_dri.so free 0x5571735c0f80 void 0.000141
+gallium_dri.so free 0x5571735c0e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0f30 0.000130
+gallium_dri.so free 0x5571735c1000 void 0.000125
+gallium_dri.so free 0x5571735c0f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1020 0.000131
+gallium_dri.so free 0x5571735c10c0 void 0.000130
+gallium_dri.so free 0x5571735c1020 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c1140 void 0.000131
+gallium_dri.so free 0x5571735c1070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1070 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c11c0 0.000145
+gallium_dri.so free 0x5571735c1280 void 0.000126
+gallium_dri.so free 0x5571735c11c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c11c0 0.000125
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11c0 0.000120
+gallium_dri.so free 0x5571735c1400 void 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c13b0 0.000121
+gallium_dri.so free 0x5571735c1400 void 0.000121
+gallium_dri.so free 0x5571735c13b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c13b0 0.000121
+gallium_dri.so free 0x5571735c1500 void 0.000121
+gallium_dri.so free 0x5571735c13b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c15c0 void 0.000121
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1570 0.000120
+gallium_dri.so free 0x5571735c1600 void 0.000121
+gallium_dri.so free 0x5571735c1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1570 0.000120
+gallium_dri.so free 0x5571735c16c0 void 0.000129
+gallium_dri.so free 0x5571735c1570 void 0.000210
+gallium_dri.so malloc 72 0x5571735c1700 0.000197
+gallium_dri.so free 0x5571735c1780 void 0.000205
+gallium_dri.so free 0x5571735c1700 void 0.000161
+gallium_dri.so malloc 72 0x5571735c1780 0.000123
+gallium_dri.so free 0x5571735c1840 void 0.000120
+gallium_dri.so free 0x5571735c1780 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1780 0.000115
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1920 0.000111
+gallium_dri.so free 0x5571735c19c0 void 0.000113
+gallium_dri.so free 0x5571735c1920 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1970 0.000116
+gallium_dri.so free 0x5571735c1a40 void 0.000114
+gallium_dri.so free 0x5571735c1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1970 0.000115
+gallium_dri.so free 0x5571735c1ac0 void 0.000115
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000114
+gallium_dri.so free 0x5571735c1b80 void 0.000116
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000114
+gallium_dri.so free 0x5571735c1c40 void 0.000116
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1ac0 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000115
+gallium_dri.so free 0x5571735c1ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c1dc0 void 0.000120
+gallium_dri.so free 0x5571735c1cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1d70 0.000116
+gallium_dri.so free 0x5571735c1e40 void 0.000116
+gallium_dri.so free 0x5571735c1d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e90 0.000120
+gallium_dri.so free 0x5571735c1f00 void 0.000116
+gallium_dri.so free 0x5571735c1e90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f20 0.000115
+gallium_dri.so free 0x5571735c1fc0 void 0.000115
+gallium_dri.so free 0x5571735c1f20 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1f70 0.000116
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f70 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000130
+gallium_dri.so free 0x5571735c1f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c20c0 0.000114
+gallium_dri.so free 0x5571735c2180 void 0.000116
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c20c0 0.000114
+gallium_dri.so free 0x5571735c2280 void 0.000115
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2230 0.000112
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so free 0x5571735c2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2230 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c2230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c23c0 0.000113
+gallium_dri.so free 0x5571735c2440 void 0.000115
+gallium_dri.so free 0x5571735c23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2440 0.000113
+gallium_dri.so free 0x5571735c2500 void 0.000116
+gallium_dri.so free 0x5571735c2440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2440 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c2440 void 0.000123
+gallium_dri.so malloc 72 0x5571735c25b0 0.000114
+gallium_dri.so free 0x5571735c2600 void 0.000114
+gallium_dri.so free 0x5571735c25b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25b0 0.000116
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c25b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2740 0.000114
+gallium_dri.so free 0x5571735c27c0 void 0.000115
+gallium_dri.so free 0x5571735c2740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27c0 0.000115
+gallium_dri.so free 0x5571735c2880 void 0.000120
+gallium_dri.so free 0x5571735c27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27c0 0.000113
+gallium_dri.so free 0x5571735c2900 void 0.000115
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2930 0.000114
+gallium_dri.so free 0x5571735c2980 void 0.000114
+gallium_dri.so free 0x5571735c2930 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2930 0.000113
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c2930 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2a30 0.000114
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2af0 0.000125
+gallium_dri.so free 0x5571735c2bc0 void 0.000125
+gallium_dri.so free 0x5571735c2af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2af0 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2af0 0.000119
+gallium_dri.so free 0x5571735c2d40 void 0.000119
+gallium_dri.so free 0x5571735c2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000118
+gallium_dri.so free 0x5571735c2dc0 void 0.000118
+gallium_dri.so free 0x5571735c2cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2e10 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000120
+gallium_dri.so free 0x5571735c2e10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2ea0 0.000118
+gallium_dri.so free 0x5571735c2f40 void 0.000118
+gallium_dri.so free 0x5571735c2ea0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000117
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000122
+gallium_dri.so free 0x5571735c3080 void 0.000120
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2fc0 0.000119
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000119
+gallium_dri.so free 0x5571735c31c0 void 0.000181
+gallium_dri.so free 0x5571735c3100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3100 0.000117
+gallium_dri.so free 0x5571735c3280 void 0.000116
+gallium_dri.so free 0x5571735c3100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3100 0.000117
+gallium_dri.so free 0x5571735c3340 void 0.000117
+gallium_dri.so free 0x5571735c3100 void 0.000117
+gallium_dri.so malloc 72 0x5571735c32f0 0.000116
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so free 0x5571735c32f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3410 0.000116
+gallium_dri.so free 0x5571735c3480 void 0.000117
+gallium_dri.so free 0x5571735c3410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c34c0 0.000117
+gallium_dri.so free 0x5571735c3540 void 0.000118
+gallium_dri.so free 0x5571735c34c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c34c0 0.000117
+gallium_dri.so free 0x5571735c35c0 void 0.000117
+gallium_dri.so free 0x5571735c34c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c35f0 0.000118
+gallium_dri.so free 0x5571735c3640 void 0.000117
+gallium_dri.so free 0x5571735c35f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c35f0 0.000118
+gallium_dri.so free 0x5571735c3740 void 0.000117
+gallium_dri.so free 0x5571735c35f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36f0 0.000171
+gallium_dri.so free 0x5571735c3800 void 0.000119
+gallium_dri.so free 0x5571735c36f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c37b0 0.000117
+gallium_dri.so free 0x5571735c3840 void 0.000117
+gallium_dri.so free 0x5571735c37b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c37b0 0.000116
+gallium_dri.so free 0x5571735c3900 void 0.000118
+gallium_dri.so free 0x5571735c37b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3970 0.000117
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so free 0x5571735c3970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3970 0.000116
+gallium_dri.so free 0x5571735c3ac0 void 0.000117
+gallium_dri.so free 0x5571735c3970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3a70 0.000118
+gallium_dri.so free 0x5571735c3b80 void 0.000117
+gallium_dri.so free 0x5571735c3a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b30 0.000117
+gallium_dri.so free 0x5571735c3bc0 void 0.000117
+gallium_dri.so free 0x5571735c3b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3b30 0.000119
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so free 0x5571735c3b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3cc0 0.000118
+gallium_dri.so free 0x5571735c3d40 void 0.000118
+gallium_dri.so free 0x5571735c3cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3d40 0.000120
+gallium_dri.so free 0x5571735c3e00 void 0.000121
+gallium_dri.so free 0x5571735c3d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d40 0.000118
+gallium_dri.so free 0x5571735c3ec0 void 0.000118
+gallium_dri.so free 0x5571735c3d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3ee0 0.000120
+gallium_dri.so free 0x5571735c3f80 void 0.000118
+gallium_dri.so free 0x5571735c3ee0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3f30 0.000118
+gallium_dri.so free 0x5571735c4000 void 0.000118
+gallium_dri.so free 0x5571735c3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3f30 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000118
+gallium_dri.so free 0x5571735c3f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4080 0.000120
+gallium_dri.so free 0x5571735c4140 void 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4080 0.000118
+gallium_dri.so free 0x5571735c4200 void 0.000118
+gallium_dri.so free 0x5571735c4080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4080 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c4080 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4270 0.000118
+gallium_dri.so free 0x5571735c4380 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000188
+gallium_dri.so malloc 72 0x5571735c4330 0.000119
+gallium_dri.so free 0x5571735c4400 void 0.000118
+gallium_dri.so free 0x5571735c4330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4450 0.000117
+gallium_dri.so free 0x5571735c44c0 void 0.000118
+gallium_dri.so free 0x5571735c4450 void 0.000117
+gallium_dri.so malloc 72 0x5571735c44e0 0.000117
+gallium_dri.so free 0x5571735c4580 void 0.000118
+gallium_dri.so free 0x5571735c44e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4530 0.000118
+gallium_dri.so free 0x5571735c4600 void 0.000118
+gallium_dri.so free 0x5571735c4530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4530 0.000118
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so free 0x5571735c4530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4680 0.000119
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so free 0x5571735c4680 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4680 0.000120
+gallium_dri.so free 0x5571735c4840 void 0.000117
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so malloc 72 0x5571735c47f0 0.000124
+gallium_dri.so free 0x5571735c4880 void 0.000118
+gallium_dri.so free 0x5571735c47f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c47f0 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000127
+gallium_dri.so free 0x5571735c47f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4980 0.000118
+gallium_dri.so free 0x5571735c4a00 void 0.000117
+gallium_dri.so free 0x5571735c4980 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a00 0.000118
+gallium_dri.so free 0x5571735c4ac0 void 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4a00 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so free 0x5571735c4a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b70 0.000120
+gallium_dri.so free 0x5571735c4bc0 void 0.000119
+gallium_dri.so free 0x5571735c4b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b70 0.000117
+gallium_dri.so free 0x5571735c4cc0 void 0.000118
+gallium_dri.so free 0x5571735c4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4d00 0.000118
+gallium_dri.so free 0x5571735c4d80 void 0.000120
+gallium_dri.so free 0x5571735c4d00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4d80 0.000124
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so free 0x5571735c4d80 void 0.000117
+gallium_dri.so malloc 72 0x55717360c0e0 0.000118
+gallium_dri.so free 0x55717360c180 void 0.000117
+gallium_dri.so free 0x55717360c0e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c130 0.000127
+gallium_dri.so free 0x55717360c200 void 0.000120
+gallium_dri.so free 0x55717360c130 void 0.000118
+gallium_dri.so malloc 72 0x55717360c130 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000117
+gallium_dri.so free 0x55717360c130 void 0.000118
+gallium_dri.so malloc 72 0x55717360c280 0.000118
+gallium_dri.so free 0x55717360c340 void 0.000118
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so malloc 72 0x55717360c280 0.000118
+gallium_dri.so free 0x55717360c440 void 0.000117
+gallium_dri.so free 0x55717360c280 void 0.000120
+gallium_dri.so malloc 72 0x55717360c280 0.000118
+gallium_dri.so free 0x55717360c4c0 void 0.000120
+gallium_dri.so free 0x55717360c280 void 0.000119
+gallium_dri.so malloc 72 0x55717360c4f0 0.000118
+gallium_dri.so free 0x55717360c540 void 0.000117
+gallium_dri.so free 0x55717360c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c4f0 0.000118
+gallium_dri.so free 0x55717360c640 void 0.000118
+gallium_dri.so free 0x55717360c4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c5f0 0.000117
+gallium_dri.so free 0x55717360c700 void 0.000117
+gallium_dri.so free 0x55717360c5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c6b0 0.000117
+gallium_dri.so free 0x55717360c740 void 0.000118
+gallium_dri.so free 0x55717360c6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c6b0 0.000126
+gallium_dri.so free 0x55717360c800 void 0.000118
+gallium_dri.so free 0x55717360c6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c850 0.000117
+gallium_dri.so free 0x55717360c8c0 void 0.000117
+gallium_dri.so free 0x55717360c850 void 0.000117
+gallium_dri.so malloc 72 0x55717360c900 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c900 void 0.000118
+gallium_dri.so malloc 72 0x55717360c980 0.000118
+gallium_dri.so free 0x55717360ca40 void 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000116
+gallium_dri.so malloc 72 0x55717360c980 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000117
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so malloc 72 0x55717360caf0 0.000117
+gallium_dri.so free 0x55717360cb40 void 0.000117
+gallium_dri.so free 0x55717360caf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360caf0 0.000117
+gallium_dri.so free 0x55717360cc40 void 0.000118
+gallium_dri.so free 0x55717360caf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360cbf0 0.000118
+gallium_dri.so free 0x55717360cd00 void 0.000118
+gallium_dri.so free 0x55717360cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ccb0 0.000118
+gallium_dri.so free 0x55717360cd80 void 0.000117
+gallium_dri.so free 0x55717360ccb0 void 0.000127
+gallium_dri.so malloc 72 0x55717360cda0 0.000119
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cda0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cdf0 0.000119
+gallium_dri.so free 0x55717360cec0 void 0.000118
+gallium_dri.so free 0x55717360cdf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360cdf0 0.000127
+gallium_dri.so free 0x55717360cf40 void 0.000120
+gallium_dri.so free 0x55717360cdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf40 0.000118
+gallium_dri.so free 0x55717360d000 void 0.000119
+gallium_dri.so free 0x55717360cf40 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf40 0.000118
+gallium_dri.so free 0x55717360d0c0 void 0.000117
+gallium_dri.so free 0x55717360cf40 void 0.000116
+gallium_dri.so malloc 72 0x55717360cf40 0.000117
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x55717360cf40 void 0.000119
+gallium_dri.so malloc 72 0x55717360d130 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000120
+gallium_dri.so free 0x55717360d130 void 0.000118
+gallium_dri.so malloc 72 0x55717360d130 0.000120
+gallium_dri.so free 0x55717360d280 void 0.000117
+gallium_dri.so free 0x55717360d130 void 0.000117
+gallium_dri.so malloc 72 0x55717360d230 0.000119
+gallium_dri.so free 0x55717360d340 void 0.000128
+gallium_dri.so free 0x55717360d230 void 0.000120
+gallium_dri.so malloc 72 0x55717360d2f0 0.000119
+gallium_dri.so free 0x55717360d380 void 0.000119
+gallium_dri.so free 0x55717360d2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d2f0 0.000118
+gallium_dri.so free 0x55717360d440 void 0.000117
+gallium_dri.so free 0x55717360d2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d480 0.000117
+gallium_dri.so free 0x55717360d500 void 0.000118
+gallium_dri.so free 0x55717360d480 void 0.000119
+gallium_dri.so malloc 72 0x55717360d500 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000118
+gallium_dri.so malloc 72 0x55717360d500 0.000117
+gallium_dri.so free 0x55717360d680 void 0.000117
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so malloc 72 0x55717360d6a0 0.000118
+gallium_dri.so free 0x55717360d740 void 0.000118
+gallium_dri.so free 0x55717360d6a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d6f0 0.000118
+gallium_dri.so free 0x55717360d7c0 void 0.000120
+gallium_dri.so free 0x55717360d6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d6f0 0.000118
+gallium_dri.so free 0x55717360d840 void 0.000124
+gallium_dri.so free 0x55717360d6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d840 0.000118
+gallium_dri.so free 0x55717360d900 void 0.000122
+gallium_dri.so free 0x55717360d840 void 0.000119
+gallium_dri.so malloc 72 0x55717360d840 0.000118
+gallium_dri.so free 0x55717360d9c0 void 0.000118
+gallium_dri.so free 0x55717360d840 void 0.000118
+gallium_dri.so malloc 72 0x55717360d840 0.000117
+gallium_dri.so free 0x55717360da80 void 0.000118
+gallium_dri.so free 0x55717360d840 void 0.000117
+gallium_dri.so malloc 72 0x55717360da30 0.000118
+gallium_dri.so free 0x55717360db40 void 0.000119
+gallium_dri.so free 0x55717360da30 void 0.000117
+gallium_dri.so malloc 72 0x55717360daf0 0.000118
+gallium_dri.so free 0x55717360dbc0 void 0.000118
+gallium_dri.so free 0x55717360daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dc10 0.000117
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so free 0x55717360dc10 void 0.000117
+gallium_dri.so malloc 72 0x55717360dca0 0.000118
+gallium_dri.so free 0x55717360dd40 void 0.000119
+gallium_dri.so free 0x55717360dca0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcf0 0.000126
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so free 0x55717360dcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dcf0 0.000118
+gallium_dri.so free 0x55717360de40 void 0.000117
+gallium_dri.so free 0x55717360dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360de40 0.000172
+gallium_dri.so free 0x55717360df00 void 0.000119
+gallium_dri.so free 0x55717360de40 void 0.000117
+gallium_dri.so malloc 72 0x55717360de40 0.000118
+gallium_dri.so free 0x55717360e000 void 0.000118
+gallium_dri.so free 0x55717360de40 void 0.000119
+gallium_dri.so malloc 72 0x55717360dfb0 0.000118
+gallium_dri.so free 0x55717360e040 void 0.000118
+gallium_dri.so free 0x55717360dfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dfb0 0.000118
+gallium_dri.so free 0x55717360e100 void 0.000118
+gallium_dri.so free 0x55717360dfb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e140 0.000121
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360e140 void 0.000118
+gallium_dri.so malloc 72 0x55717360e1c0 0.000117
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e1c0 0.000118
+gallium_dri.so free 0x55717360e300 void 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e380 void 0.000118
+gallium_dri.so free 0x55717360e330 void 0.000117
+gallium_dri.so malloc 72 0x55717360e330 0.000117
+gallium_dri.so free 0x55717360e480 void 0.000117
+gallium_dri.so free 0x55717360e330 void 0.000127
+gallium_dri.so malloc 72 0x55717360e4c0 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000119
+gallium_dri.so free 0x55717360e4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e540 0.000117
+gallium_dri.so free 0x55717360e600 void 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000116
+gallium_dri.so malloc 72 0x55717360e540 0.000119
+gallium_dri.so free 0x55717360e680 void 0.000117
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so malloc 72 0x55717360e6b0 0.000116
+gallium_dri.so free 0x55717360e700 void 0.000116
+gallium_dri.so free 0x55717360e6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e6b0 0.000117
+gallium_dri.so free 0x55717360e800 void 0.000123
+gallium_dri.so free 0x55717360e6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e7b0 0.000117
+gallium_dri.so free 0x55717360e8c0 void 0.000121
+gallium_dri.so free 0x55717360e7b0 void 0.000108
+gallium_dri.so malloc 72 0x55717360e870 0.000259
+gallium_dri.so free 0x55717360e940 void 0.000182
+gallium_dri.so free 0x55717360e870 void 0.000120
+gallium_dri.so malloc 72 0x55717360e870 0.000118
+gallium_dri.so free 0x55717360ea00 void 0.000117
+gallium_dri.so free 0x55717360e870 void 0.000118
+gallium_dri.so malloc 72 0x55717360e870 0.000122
+gallium_dri.so free 0x55717360eac0 void 0.000121
+gallium_dri.so free 0x55717360e870 void 0.000119
+gallium_dri.so malloc 72 0x55717360ea70 0.000118
+gallium_dri.so free 0x55717360eb40 void 0.000117
+gallium_dri.so free 0x55717360ea70 void 0.000120
+gallium_dri.so malloc 72 0x55717360eb90 0.000118
+gallium_dri.so free 0x55717360ec00 void 0.000118
+gallium_dri.so free 0x55717360eb90 void 0.000129
+gallium_dri.so malloc 72 0x55717360ec20 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000117
+gallium_dri.so free 0x55717360ec20 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec70 0.000117
+gallium_dri.so free 0x55717360ed40 void 0.000118
+gallium_dri.so free 0x55717360ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed40 0.000117
+gallium_dri.so free 0x55717360ee00 void 0.000117
+gallium_dri.so free 0x55717360ed40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ed40 0.000117
+gallium_dri.so free 0x55717360ee80 void 0.000119
+gallium_dri.so free 0x55717360ed40 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee80 0.000117
+gallium_dri.so free 0x55717360ef40 void 0.000120
+gallium_dri.so free 0x55717360ee80 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee80 0.000117
+gallium_dri.so free 0x55717360f000 void 0.000118
+gallium_dri.so free 0x55717360ee80 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee80 0.000127
+gallium_dri.so free 0x55717360f0c0 void 0.000118
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so malloc 72 0x55717360f070 0.000117
+gallium_dri.so free 0x55717360f140 void 0.000117
+gallium_dri.so free 0x55717360f070 void 0.000117
+gallium_dri.so malloc 72 0x55717360f190 0.000117
+gallium_dri.so free 0x55717360f200 void 0.000117
+gallium_dri.so free 0x55717360f190 void 0.000116
+gallium_dri.so malloc 72 0x55717360f240 0.000118
+gallium_dri.so free 0x55717360f2c0 void 0.000116
+gallium_dri.so free 0x55717360f240 void 0.000116
+gallium_dri.so malloc 72 0x55717360f240 0.000118
+gallium_dri.so free 0x55717360f340 void 0.000123
+gallium_dri.so free 0x55717360f240 void 0.000126
+gallium_dri.so malloc 72 0x55717360f370 0.000120
+gallium_dri.so free 0x55717360f3c0 void 0.000118
+gallium_dri.so free 0x55717360f370 void 0.000123
+gallium_dri.so malloc 72 0x55717360f370 0.000124
+gallium_dri.so free 0x55717360f4c0 void 0.000119
+gallium_dri.so free 0x55717360f370 void 0.000118
+gallium_dri.so malloc 72 0x55717360f470 0.000118
+gallium_dri.so free 0x55717360f580 void 0.000121
+gallium_dri.so free 0x55717360f470 void 0.000118
+gallium_dri.so malloc 72 0x55717360f530 0.000118
+gallium_dri.so free 0x55717360f5c0 void 0.000126
+gallium_dri.so free 0x55717360f530 void 0.000120
+gallium_dri.so malloc 72 0x55717360f530 0.000118
+gallium_dri.so free 0x55717360f680 void 0.000118
+gallium_dri.so free 0x55717360f530 void 0.000123
+gallium_dri.so malloc 72 0x55717360f6f0 0.000119
+gallium_dri.so free 0x55717360f740 void 0.000118
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f6f0 0.000117
+gallium_dri.so free 0x55717360f840 void 0.000118
+gallium_dri.so free 0x55717360f6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f7f0 0.000117
+gallium_dri.so free 0x55717360f900 void 0.000118
+gallium_dri.so free 0x55717360f7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f8b0 0.000118
+gallium_dri.so free 0x55717360f940 void 0.000117
+gallium_dri.so free 0x55717360f8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f8b0 0.000118
+gallium_dri.so free 0x55717360fa00 void 0.000118
+gallium_dri.so free 0x55717360f8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fa40 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x55717360fa40 void 0.000130
+gallium_dri.so malloc 72 0x55717360fac0 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fac0 0.000118
+gallium_dri.so free 0x55717360fc40 void 0.000171
+gallium_dri.so free 0x55717360fac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360fc60 0.000110
+gallium_dri.so free 0x55717360fd00 void 0.000110
+gallium_dri.so free 0x55717360fc60 void 0.000111
+gallium_dri.so malloc 72 0x55717360fcb0 0.000111
+gallium_dri.so free 0x55717360fd80 void 0.000109
+gallium_dri.so free 0x55717360fcb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360fcb0 0.000110
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so free 0x55717360fcb0 void 0.000109
+gallium_dri.so malloc 72 0x55717360fe00 0.000109
+gallium_dri.so free 0x55717360fec0 void 0.000111
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so malloc 72 0x55717360fe00 0.000112
+gallium_dri.so free 0x55717360ff80 void 0.000111
+gallium_dri.so free 0x55717360fe00 void 0.000110
+gallium_dri.so malloc 72 0x55717360fe00 0.000109
+gallium_dri.so free 0x557173610040 void 0.000111
+gallium_dri.so free 0x55717360fe00 void 0.000111
+gallium_dri.so malloc 72 0x55717360fff0 0.000110
+gallium_dri.so free 0x557173610100 void 0.000110
+gallium_dri.so free 0x55717360fff0 void 0.000115
+gallium_dri.so malloc 72 0x5571736100b0 0.000116
+gallium_dri.so free 0x557173610180 void 0.000112
+gallium_dri.so free 0x5571736100b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736101d0 0.000110
+gallium_dri.so free 0x557173610240 void 0.000140
+gallium_dri.so free 0x5571736101d0 void 0.000118
+gallium_dri.so malloc 72 0x557173610260 0.000114
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x557173610260 void 0.000112
+gallium_dri.so malloc 72 0x5571736102b0 0.000112
+gallium_dri.so free 0x557173610380 void 0.000114
+gallium_dri.so free 0x5571736102b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736102b0 0.000114
+gallium_dri.so free 0x557173610400 void 0.000112
+gallium_dri.so free 0x5571736102b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610400 0.000113
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so free 0x557173610400 void 0.000112
+gallium_dri.so malloc 72 0x557173610400 0.000114
+gallium_dri.so free 0x5571736105c0 void 0.000113
+gallium_dri.so free 0x557173610400 void 0.000112
+gallium_dri.so malloc 72 0x557173610570 0.000113
+gallium_dri.so free 0x557173610600 void 0.000114
+gallium_dri.so free 0x557173610570 void 0.000111
+gallium_dri.so malloc 72 0x557173610570 0.000113
+gallium_dri.so free 0x5571736106c0 void 0.000120
+gallium_dri.so free 0x557173610570 void 0.000114
+gallium_dri.so malloc 72 0x557173610700 0.000112
+gallium_dri.so free 0x557173610780 void 0.000113
+gallium_dri.so free 0x557173610700 void 0.000112
+gallium_dri.so malloc 72 0x557173610780 0.000113
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x557173610780 void 0.000129
+gallium_dri.so malloc 72 0x557173610780 0.000115
+gallium_dri.so free 0x5571736108c0 void 0.000115
+gallium_dri.so free 0x557173610780 void 0.000112
+gallium_dri.so malloc 72 0x5571736108f0 0.000114
+gallium_dri.so free 0x557173610940 void 0.000113
+gallium_dri.so free 0x5571736108f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736108f0 0.000114
+gallium_dri.so free 0x557173610a40 void 0.000113
+gallium_dri.so free 0x5571736108f0 void 0.000129
+gallium_dri.so malloc 72 0x557173610a80 0.000114
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so free 0x557173610a80 void 0.000112
+gallium_dri.so malloc 72 0x557173610b00 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so malloc 72 0x557173610b00 0.000113
+gallium_dri.so free 0x557173610c40 void 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000111
+gallium_dri.so malloc 72 0x557173610c70 0.000113
+gallium_dri.so free 0x557173610cc0 void 0.000113
+gallium_dri.so free 0x557173610c70 void 0.000112
+gallium_dri.so malloc 72 0x557173610c70 0.000114
+gallium_dri.so free 0x557173610dc0 void 0.000114
+gallium_dri.so free 0x557173610c70 void 0.000112
+gallium_dri.so malloc 72 0x557173610d70 0.000114
+gallium_dri.so free 0x557173610e80 void 0.000114
+gallium_dri.so free 0x557173610d70 void 0.000176
+gallium_dri.so malloc 72 0x557173610e30 0.000116
+gallium_dri.so free 0x557173610f00 void 0.000114
+gallium_dri.so free 0x557173610e30 void 0.000113
+gallium_dri.so malloc 72 0x557173610e30 0.000113
+gallium_dri.so free 0x557173610fc0 void 0.000114
+gallium_dri.so free 0x557173610e30 void 0.000112
+gallium_dri.so malloc 72 0x557173610e30 0.000113
+gallium_dri.so free 0x557173611080 void 0.000114
+gallium_dri.so free 0x557173610e30 void 0.000114
+gallium_dri.so malloc 72 0x557173611030 0.000113
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so free 0x557173611030 void 0.000113
+gallium_dri.so malloc 72 0x557173611150 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000114
+gallium_dri.so free 0x557173611150 void 0.000120
+gallium_dri.so malloc 72 0x5571736111e0 0.000125
+gallium_dri.so free 0x557173469a00 void 0.000124
+gallium_dri.so free 0x5571736111e0 void 0.000124
+gallium_dri.so malloc 72 0x5571736111e0 0.000119
+gallium_dri.so free 0x557173469ac0 void 0.000116
+gallium_dri.so free 0x5571736111e0 void 0.000116
+gallium_dri.so malloc 72 0x557173469a70 0.000116
+gallium_dri.so free 0x557173469b80 void 0.000114
+gallium_dri.so free 0x557173469a70 void 0.000113
+gallium_dri.so malloc 72 0x557173469b30 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000127
+gallium_dri.so free 0x557173469b30 void 0.000116
+gallium_dri.so malloc 72 0x557173469c50 0.000114
+gallium_dri.so free 0x557173611280 void 0.000115
+gallium_dri.so free 0x557173469c50 void 0.000114
+gallium_dri.so malloc 72 0x557173611230 0.000115
+gallium_dri.so free 0x557173469cc0 void 0.000116
+gallium_dri.so free 0x557173611230 void 0.000114
+gallium_dri.so malloc 72 0x557173469cf0 0.000113
+gallium_dri.so free 0x557173469d40 void 0.000115
+gallium_dri.so free 0x557173469cf0 void 0.000117
+gallium_dri.so malloc 72 0x557173469cf0 0.000115
+gallium_dri.so free 0x557173469e40 void 0.000115
+gallium_dri.so free 0x557173469cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173469df0 0.000114
+gallium_dri.so free 0x557173469f00 void 0.000114
+gallium_dri.so free 0x557173469df0 void 0.000114
+gallium_dri.so malloc 72 0x557173469eb0 0.000114
+gallium_dri.so free 0x557173469f80 void 0.000115
+gallium_dri.so free 0x557173469eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173469fa0 0.000114
+gallium_dri.so free 0x55717346a040 void 0.000114
+gallium_dri.so free 0x557173469fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173469ff0 0.000128
+gallium_dri.so free 0x55717346a0c0 void 0.000117
+gallium_dri.so free 0x557173469ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173469ff0 0.000113
+gallium_dri.so free 0x55717346a140 void 0.000127
+gallium_dri.so free 0x557173469ff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a140 0.000113
+gallium_dri.so free 0x55717346a200 void 0.000113
+gallium_dri.so free 0x55717346a140 void 0.000112
+gallium_dri.so malloc 72 0x55717346a140 0.000113
+gallium_dri.so free 0x55717346a2c0 void 0.000110
+gallium_dri.so free 0x55717346a140 void 0.000112
+gallium_dri.so malloc 72 0x55717346a140 0.000112
+gallium_dri.so free 0x55717346a380 void 0.000112
+gallium_dri.so free 0x55717346a140 void 0.000113
+gallium_dri.so malloc 72 0x55717346a330 0.000112
+gallium_dri.so free 0x55717346a380 void 0.000117
+gallium_dri.so free 0x55717346a330 void 0.000112
+gallium_dri.so malloc 72 0x55717346a330 0.000112
+gallium_dri.so free 0x55717346a480 void 0.000112
+gallium_dri.so free 0x55717346a330 void 0.000111
+gallium_dri.so malloc 72 0x55717346a430 0.000112
+gallium_dri.so free 0x55717346a540 void 0.000113
+gallium_dri.so free 0x55717346a430 void 0.000113
+gallium_dri.so malloc 72 0x55717346a4f0 0.000112
+gallium_dri.so free 0x55717346a580 void 0.000116
+gallium_dri.so free 0x55717346a4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a4f0 0.000112
+gallium_dri.so free 0x55717346a640 void 0.000113
+gallium_dri.so free 0x55717346a4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a680 0.000113
+gallium_dri.so free 0x55717346a700 void 0.000112
+gallium_dri.so free 0x55717346a680 void 0.000179
+gallium_dri.so malloc 72 0x55717346a700 0.000131
+gallium_dri.so free 0x55717346a7c0 void 0.000126
+gallium_dri.so free 0x55717346a700 void 0.000119
+gallium_dri.so malloc 72 0x55717346a700 0.000118
+gallium_dri.so free 0x55717346a880 void 0.000118
+gallium_dri.so free 0x55717346a700 void 0.000121
+gallium_dri.so malloc 72 0x55717346a8a0 0.000125
+gallium_dri.so free 0x55717346a940 void 0.000125
+gallium_dri.so free 0x55717346a8a0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a8f0 0.000126
+gallium_dri.so free 0x55717346a9c0 void 0.000124
+gallium_dri.so free 0x55717346a8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a8f0 0.000125
+gallium_dri.so free 0x55717346aa40 void 0.000126
+gallium_dri.so free 0x55717346a8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346aa40 0.000124
+gallium_dri.so free 0x55717346ab00 void 0.000119
+gallium_dri.so free 0x55717346aa40 void 0.000117
+gallium_dri.so malloc 72 0x55717346aa40 0.000117
+gallium_dri.so free 0x55717346abc0 void 0.000124
+gallium_dri.so free 0x55717346aa40 void 0.000126
+gallium_dri.so malloc 72 0x55717346aa40 0.000128
+gallium_dri.so free 0x55717346ac80 void 0.000126
+gallium_dri.so free 0x55717346aa40 void 0.000125
+gallium_dri.so malloc 72 0x55717346ac30 0.000132
+gallium_dri.so free 0x55717346ad40 void 0.000186
+gallium_dri.so free 0x55717346ac30 void 0.000197
+gallium_dri.so malloc 72 0x55717346acf0 0.000226
+gallium_dri.so free 0x55717346adc0 void 0.000189
+gallium_dri.so free 0x55717346acf0 void 0.000225
+gallium_dri.so malloc 72 0x55717346ae10 0.000189
+gallium_dri.so free 0x55717346ae80 void 0.000179
+gallium_dri.so free 0x55717346ae10 void 0.000184
+gallium_dri.so malloc 72 0x55717346aea0 0.000178
+gallium_dri.so free 0x55717346af40 void 0.000184
+gallium_dri.so free 0x55717346aea0 void 0.000185
+gallium_dri.so malloc 72 0x55717346aef0 0.000185
+gallium_dri.so free 0x55717346afc0 void 0.000196
+gallium_dri.so free 0x55717346aef0 void 0.000179
+gallium_dri.so malloc 72 0x55717346aef0 0.000178
+gallium_dri.so free 0x55717346b040 void 0.000176
+gallium_dri.so free 0x55717346aef0 void 0.000181
+gallium_dri.so malloc 72 0x55717346b040 0.000182
+gallium_dri.so free 0x55717346b100 void 0.000179
+gallium_dri.so free 0x55717346b040 void 0.000182
+gallium_dri.so malloc 72 0x55717346b040 0.000175
+gallium_dri.so free 0x55717346b200 void 0.000176
+gallium_dri.so free 0x55717346b040 void 0.000277
+gallium_dri.so malloc 72 0x55717346b1b0 0.000183
+gallium_dri.so free 0x55717346b240 void 0.000167
+gallium_dri.so free 0x55717346b1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b1b0 0.000116
+gallium_dri.so free 0x55717346b300 void 0.000123
+gallium_dri.so free 0x55717346b1b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b340 0.000114
+gallium_dri.so free 0x55717346b3c0 void 0.000114
+gallium_dri.so free 0x55717346b340 void 0.000125
+gallium_dri.so malloc 72 0x55717346b3c0 0.000117
+gallium_dri.so free 0x55717346b480 void 0.000115
+gallium_dri.so free 0x55717346b3c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b3c0 0.000114
+gallium_dri.so free 0x55717346b500 void 0.000114
+gallium_dri.so free 0x55717346b3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b530 0.000113
+gallium_dri.so free 0x55717346b580 void 0.000114
+gallium_dri.so free 0x55717346b530 void 0.000113
+gallium_dri.so malloc 72 0x55717346b530 0.000115
+gallium_dri.so free 0x55717346b680 void 0.000115
+gallium_dri.so free 0x55717346b530 void 0.000114
+gallium_dri.so malloc 72 0x55717346b6c0 0.000113
+gallium_dri.so free 0x55717346b740 void 0.000114
+gallium_dri.so free 0x55717346b6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b740 0.000114
+gallium_dri.so free 0x55717346b800 void 0.000114
+gallium_dri.so free 0x55717346b740 void 0.000114
+gallium_dri.so malloc 72 0x55717346b740 0.000113
+gallium_dri.so free 0x55717346b880 void 0.000115
+gallium_dri.so free 0x55717346b740 void 0.000113
+gallium_dri.so malloc 72 0x55717346b8b0 0.000113
+gallium_dri.so free 0x55717346b900 void 0.000114
+gallium_dri.so free 0x55717346b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b8b0 0.000122
+gallium_dri.so free 0x55717346ba00 void 0.000115
+gallium_dri.so free 0x55717346b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b9b0 0.000134
+gallium_dri.so free 0x55717346bac0 void 0.000116
+gallium_dri.so free 0x55717346b9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ba70 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000135
+gallium_dri.so free 0x55717346ba70 void 0.000132
+gallium_dri.so malloc 72 0x55717346ba70 0.000134
+gallium_dri.so free 0x55717346bc00 void 0.000134
+gallium_dri.so free 0x55717346ba70 void 0.000134
+gallium_dri.so malloc 72 0x55717346ba70 0.000134
+gallium_dri.so free 0x55717346bcc0 void 0.000134
+gallium_dri.so free 0x55717346ba70 void 0.000134
+gallium_dri.so malloc 72 0x55717346bc70 0.000133
+gallium_dri.so free 0x55717346bd40 void 0.000134
+gallium_dri.so free 0x55717346bc70 void 0.000133
+gallium_dri.so malloc 72 0x55717346bd90 0.000133
+gallium_dri.so free 0x55717346be00 void 0.000135
+gallium_dri.so free 0x55717346bd90 void 0.000133
+gallium_dri.so malloc 72 0x55717346be20 0.000133
+gallium_dri.so free 0x55717346bec0 void 0.000134
+gallium_dri.so free 0x55717346be20 void 0.000133
+gallium_dri.so malloc 72 0x55717346be70 0.000134
+gallium_dri.so free 0x55717346bf40 void 0.000135
+gallium_dri.so free 0x55717346be70 void 0.000134
+gallium_dri.so malloc 72 0x55717346bf40 0.000153
+gallium_dri.so free 0x55717346c000 void 0.000137
+gallium_dri.so free 0x55717346bf40 void 0.000134
+gallium_dri.so malloc 72 0x55717346bf40 0.000135
+gallium_dri.so free 0x55717346c080 void 0.000136
+gallium_dri.so free 0x55717346bf40 void 0.000134
+gallium_dri.so malloc 72 0x55717346c080 0.000133
+gallium_dri.so free 0x55717346c140 void 0.000134
+gallium_dri.so free 0x55717346c080 void 0.000135
+gallium_dri.so malloc 72 0x55717346c080 0.000133
+gallium_dri.so free 0x55717346c200 void 0.000142
+gallium_dri.so free 0x55717346c080 void 0.000122
+gallium_dri.so malloc 72 0x55717346c080 0.000114
+gallium_dri.so free 0x55717346c2c0 void 0.000114
+gallium_dri.so free 0x55717346c080 void 0.000115
+gallium_dri.so malloc 72 0x55717346c270 0.000113
+gallium_dri.so free 0x55717346c340 void 0.000114
+gallium_dri.so free 0x55717346c270 void 0.000113
+gallium_dri.so malloc 72 0x55717346c390 0.000113
+gallium_dri.so free 0x55717346c400 void 0.000114
+gallium_dri.so free 0x55717346c390 void 0.000114
+gallium_dri.so malloc 72 0x55717346c440 0.000114
+gallium_dri.so free 0x55717346c4c0 void 0.000114
+gallium_dri.so free 0x55717346c440 void 0.000114
+gallium_dri.so malloc 72 0x55717346c440 0.000113
+gallium_dri.so free 0x55717346c540 void 0.000133
+gallium_dri.so free 0x55717346c440 void 0.000114
+gallium_dri.so malloc 72 0x55717346c570 0.000113
+gallium_dri.so free 0x55717346c5c0 void 0.000113
+gallium_dri.so free 0x55717346c570 void 0.000113
+gallium_dri.so malloc 72 0x55717346c570 0.000113
+gallium_dri.so free 0x55717346c6c0 void 0.000114
+gallium_dri.so free 0x55717346c570 void 0.000114
+gallium_dri.so malloc 72 0x55717346c670 0.000113
+gallium_dri.so free 0x55717346c780 void 0.000114
+gallium_dri.so free 0x55717346c670 void 0.000112
+gallium_dri.so malloc 72 0x55717346c730 0.000123
+gallium_dri.so free 0x55717346c7c0 void 0.000114
+gallium_dri.so free 0x55717346c730 void 0.000113
+gallium_dri.so malloc 72 0x55717346c730 0.000114
+gallium_dri.so free 0x55717346c880 void 0.000114
+gallium_dri.so free 0x55717346c730 void 0.000113
+gallium_dri.so malloc 72 0x55717346c8f0 0.000115
+gallium_dri.so free 0x55717346c940 void 0.000113
+gallium_dri.so free 0x55717346c8f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c8f0 0.000113
+gallium_dri.so free 0x55717346ca40 void 0.000116
+gallium_dri.so free 0x55717346c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c9f0 0.000114
+gallium_dri.so free 0x55717346cb00 void 0.000113
+gallium_dri.so free 0x55717346c9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cab0 0.000113
+gallium_dri.so free 0x55717346cb40 void 0.000123
+gallium_dri.so free 0x55717346cab0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cab0 0.000114
+gallium_dri.so free 0x55717346cc00 void 0.000112
+gallium_dri.so free 0x55717346cab0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cc40 0.000112
+gallium_dri.so free 0x55717346ccc0 void 0.000113
+gallium_dri.so free 0x55717346cc40 void 0.000112
+gallium_dri.so malloc 72 0x55717346ccc0 0.000114
+gallium_dri.so free 0x55717346cd80 void 0.000113
+gallium_dri.so free 0x55717346ccc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ccc0 0.000112
+gallium_dri.so free 0x55717346ce40 void 0.000113
+gallium_dri.so free 0x55717346ccc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ce60 0.000112
+gallium_dri.so free 0x55717346cf00 void 0.000113
+gallium_dri.so free 0x55717346ce60 void 0.000126
+gallium_dri.so malloc 72 0x55717346ceb0 0.000122
+gallium_dri.so free 0x55717346cf80 void 0.000121
+gallium_dri.so free 0x55717346ceb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346ceb0 0.000120
+gallium_dri.so free 0x55717346d000 void 0.000119
+gallium_dri.so free 0x55717346ceb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d000 0.000121
+gallium_dri.so free 0x55717346d0c0 void 0.000121
+gallium_dri.so free 0x55717346d000 void 0.000120
+gallium_dri.so malloc 72 0x55717346d000 0.000117
+gallium_dri.so free 0x55717346d180 void 0.000146
+gallium_dri.so free 0x55717346d000 void 0.000118
+gallium_dri.so malloc 72 0x55717346d000 0.000124
+gallium_dri.so free 0x55717346d240 void 0.000117
+gallium_dri.so free 0x55717346d000 void 0.000116
+gallium_dri.so malloc 72 0x55717346d1f0 0.000117
+gallium_dri.so free 0x55717346d300 void 0.000115
+gallium_dri.so free 0x55717346d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d2b0 0.000116
+gallium_dri.so free 0x55717346d380 void 0.000117
+gallium_dri.so free 0x55717346d2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3d0 0.000119
+gallium_dri.so free 0x55717346d440 void 0.000118
+gallium_dri.so free 0x55717346d3d0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d460 0.000116
+gallium_dri.so free 0x55717346d500 void 0.000116
+gallium_dri.so free 0x55717346d460 void 0.000117
+gallium_dri.so malloc 72 0x55717346d4b0 0.000119
+gallium_dri.so free 0x55717346d580 void 0.000116
+gallium_dri.so free 0x55717346d4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d4b0 0.000117
+gallium_dri.so free 0x55717346d600 void 0.000117
+gallium_dri.so free 0x55717346d4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d600 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000117
+gallium_dri.so free 0x55717346d600 void 0.000123
+gallium_dri.so malloc 72 0x55717346d600 0.000117
+gallium_dri.so free 0x55717346d7c0 void 0.000127
+gallium_dri.so free 0x55717346d600 void 0.000121
+gallium_dri.so malloc 72 0x55717346d770 0.000121
+gallium_dri.so free 0x55717346d800 void 0.000122
+gallium_dri.so free 0x55717346d770 void 0.000119
+gallium_dri.so malloc 72 0x55717346d770 0.000120
+gallium_dri.so free 0x55717346d8c0 void 0.000122
+gallium_dri.so free 0x55717346d770 void 0.000120
+gallium_dri.so malloc 72 0x55717346d900 0.000121
+gallium_dri.so free 0x55717346d980 void 0.000121
+gallium_dri.so free 0x55717346d900 void 0.000121
+gallium_dri.so malloc 72 0x55717346d980 0.000122
+gallium_dri.so free 0x55717346da40 void 0.000121
+gallium_dri.so free 0x55717346d980 void 0.000119
+gallium_dri.so malloc 72 0x55717346d980 0.000121
+gallium_dri.so free 0x55717346dac0 void 0.000123
+gallium_dri.so free 0x55717346d980 void 0.000118
+gallium_dri.so malloc 72 0x55717346daf0 0.000122
+gallium_dri.so free 0x55717346db40 void 0.000122
+gallium_dri.so free 0x55717346daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346daf0 0.000119
+gallium_dri.so free 0x55717346dc40 void 0.000119
+gallium_dri.so free 0x55717346daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc80 0.000123
+gallium_dri.so free 0x55717346dd00 void 0.000121
+gallium_dri.so free 0x55717346dc80 void 0.000129
+gallium_dri.so malloc 72 0x55717346dd00 0.000119
+gallium_dri.so free 0x55717346ddc0 void 0.000123
+gallium_dri.so free 0x55717346dd00 void 0.000121
+gallium_dri.so malloc 72 0x55717346dd00 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000122
+gallium_dri.so free 0x55717346dd00 void 0.000120
+gallium_dri.so malloc 72 0x55717346de70 0.000120
+gallium_dri.so free 0x55717346dec0 void 0.000121
+gallium_dri.so free 0x55717346de70 void 0.000119
+gallium_dri.so malloc 72 0x55717346de70 0.000118
+gallium_dri.so free 0x55717346dfc0 void 0.000118
+gallium_dri.so free 0x55717346de70 void 0.000118
+gallium_dri.so malloc 72 0x55717346df70 0.000122
+gallium_dri.so free 0x55717346e080 void 0.000120
+gallium_dri.so free 0x55717346df70 void 0.000118
+gallium_dri.so malloc 72 0x55717346e030 0.000120
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so free 0x55717346e030 void 0.000121
+gallium_dri.so malloc 72 0x55717346e030 0.000121
+gallium_dri.so free 0x55717346e1c0 void 0.000119
+gallium_dri.so free 0x55717346e030 void 0.000119
+gallium_dri.so malloc 72 0x55717346e030 0.000117
+gallium_dri.so free 0x55717346e280 void 0.000120
+gallium_dri.so free 0x55717346e030 void 0.000117
+gallium_dri.so malloc 72 0x55717346e230 0.000121
+gallium_dri.so free 0x55717346e300 void 0.000131
+gallium_dri.so free 0x55717346e230 void 0.000122
+gallium_dri.so malloc 72 0x55717346e350 0.000120
+gallium_dri.so free 0x55717346e3c0 void 0.000122
+gallium_dri.so free 0x55717346e350 void 0.000119
+gallium_dri.so malloc 72 0x55717346e3e0 0.000121
+gallium_dri.so free 0x55717346e480 void 0.000122
+gallium_dri.so free 0x55717346e3e0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e430 0.000119
+gallium_dri.so free 0x55717346e500 void 0.000121
+gallium_dri.so free 0x55717346e430 void 0.000120
+gallium_dri.so malloc 72 0x55717346e500 0.000118
+gallium_dri.so free 0x55717346e5c0 void 0.000123
+gallium_dri.so free 0x55717346e500 void 0.000118
+gallium_dri.so malloc 72 0x55717346e500 0.000122
+gallium_dri.so free 0x55717346e640 void 0.000118
+gallium_dri.so free 0x55717346e500 void 0.000118
+gallium_dri.so malloc 72 0x55717346e640 0.000121
+gallium_dri.so free 0x55717346e700 void 0.000122
+gallium_dri.so free 0x55717346e640 void 0.000121
+gallium_dri.so malloc 72 0x55717346e640 0.000122
+gallium_dri.so free 0x55717346e7c0 void 0.000122
+gallium_dri.so free 0x55717346e640 void 0.000121
+gallium_dri.so malloc 72 0x55717346e640 0.000121
+gallium_dri.so free 0x55717346e880 void 0.000122
+gallium_dri.so free 0x55717346e640 void 0.000119
+gallium_dri.so malloc 72 0x55717346e830 0.000173
+gallium_dri.so free 0x55717346e900 void 0.000123
+gallium_dri.so free 0x55717346e830 void 0.000118
+gallium_dri.so malloc 72 0x55717346e950 0.000120
+gallium_dri.so free 0x55717346e9c0 void 0.000122
+gallium_dri.so free 0x55717346e950 void 0.000120
+gallium_dri.so malloc 72 0x55717346ea00 0.000119
+gallium_dri.so free 0x55717346ea80 void 0.000119
+gallium_dri.so free 0x55717346ea00 void 0.000119
+gallium_dri.so malloc 72 0x55717346ea00 0.000120
+gallium_dri.so free 0x55717346eb00 void 0.000121
+gallium_dri.so free 0x55717346ea00 void 0.000118
+gallium_dri.so malloc 72 0x55717346eb30 0.000121
+gallium_dri.so free 0x55717346eb80 void 0.000121
+gallium_dri.so free 0x55717346eb30 void 0.000119
+gallium_dri.so malloc 72 0x55717346eb30 0.000121
+gallium_dri.so free 0x55717346ec80 void 0.000121
+gallium_dri.so free 0x55717346eb30 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec30 0.000120
+gallium_dri.so free 0x55717346ed40 void 0.000121
+gallium_dri.so free 0x55717346ec30 void 0.000120
+gallium_dri.so malloc 72 0x55717346ecf0 0.000119
+gallium_dri.so free 0x55717346ed80 void 0.000121
+gallium_dri.so free 0x55717346ecf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ecf0 0.000120
+gallium_dri.so free 0x55717346ee40 void 0.000118
+gallium_dri.so free 0x55717346ecf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346eeb0 0.000122
+gallium_dri.so free 0x55717346ef00 void 0.000121
+gallium_dri.so free 0x55717346eeb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eeb0 0.000119
+gallium_dri.so free 0x55717346f000 void 0.000118
+gallium_dri.so free 0x55717346eeb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346efb0 0.000120
+gallium_dri.so free 0x55717346f0c0 void 0.000123
+gallium_dri.so free 0x55717346efb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f070 0.000118
+gallium_dri.so free 0x55717346f100 void 0.000121
+gallium_dri.so free 0x55717346f070 void 0.000120
+gallium_dri.so malloc 72 0x55717346f070 0.000118
+gallium_dri.so free 0x55717346f1c0 void 0.000121
+gallium_dri.so free 0x55717346f070 void 0.000121
+gallium_dri.so malloc 72 0x55717346f200 0.000121
+gallium_dri.so free 0x55717346f280 void 0.000119
+gallium_dri.so free 0x55717346f200 void 0.000120
+gallium_dri.so malloc 72 0x55717346f280 0.000118
+gallium_dri.so free 0x55717346f340 void 0.000120
+gallium_dri.so free 0x55717346f280 void 0.000117
+gallium_dri.so malloc 72 0x55717346f280 0.000122
+gallium_dri.so free 0x5571735da8c0 void 0.000121
+gallium_dri.so free 0x55717346f280 void 0.000121
+gallium_dri.so malloc 72 0x55717346f280 0.000124
+gallium_dri.so free 0x5571735da940 void 0.000124
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so malloc 72 0x5571735da970 0.000122
+gallium_dri.so free 0x5571735da9c0 void 0.000121
+gallium_dri.so free 0x5571735da970 void 0.000119
+gallium_dri.so malloc 72 0x5571735da970 0.000122
+gallium_dri.so free 0x5571735daac0 void 0.000121
+gallium_dri.so free 0x5571735da970 void 0.000122
+gallium_dri.so malloc 72 0x5571735daa70 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000122
+gallium_dri.so free 0x5571735daa70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab30 0.000121
+gallium_dri.so free 0x5571735dabc0 void 0.000120
+gallium_dri.so free 0x5571735dab30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dac80 void 0.000121
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dacd0 0.000122
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dacd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dad80 0.000121
+gallium_dri.so free 0x5571735dae00 void 0.000122
+gallium_dri.so free 0x5571735dad80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae00 0.000122
+gallium_dri.so free 0x5571735daec0 void 0.000122
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae00 0.000121
+gallium_dri.so free 0x5571735daf40 void 0.000122
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf70 0.000121
+gallium_dri.so free 0x5571735dafc0 void 0.000121
+gallium_dri.so free 0x5571735daf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf70 0.000120
+gallium_dri.so free 0x5571735db0c0 void 0.000119
+gallium_dri.so free 0x5571735daf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735db070 0.000122
+gallium_dri.so free 0x5571735db180 void 0.000121
+gallium_dri.so free 0x5571735db070 void 0.000120
+gallium_dri.so malloc 72 0x5571735db130 0.000123
+gallium_dri.so free 0x5571735db200 void 0.000121
+gallium_dri.so free 0x5571735db130 void 0.000118
+gallium_dri.so malloc 72 0x5571735db220 0.000121
+gallium_dri.so free 0x5571735db2c0 void 0.000121
+gallium_dri.so free 0x5571735db220 void 0.000119
+gallium_dri.so malloc 72 0x5571735db270 0.000121
+gallium_dri.so free 0x5571735db340 void 0.000119
+gallium_dri.so free 0x5571735db270 void 0.000120
+gallium_dri.so malloc 72 0x5571735db270 0.000122
+gallium_dri.so free 0x5571735db3c0 void 0.000122
+gallium_dri.so free 0x5571735db270 void 0.000118
+gallium_dri.so malloc 72 0x5571735db3c0 0.000126
+gallium_dri.so free 0x5571735db480 void 0.000132
+gallium_dri.so free 0x5571735db3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db3c0 0.000116
+gallium_dri.so free 0x5571735db540 void 0.000119
+gallium_dri.so free 0x5571735db3c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db3c0 0.000117
+gallium_dri.so free 0x5571735db600 void 0.000116
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db5b0 0.000118
+gallium_dri.so free 0x5571735db600 void 0.000118
+gallium_dri.so free 0x5571735db5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5b0 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db5b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735db6b0 0.000119
+gallium_dri.so free 0x5571735db7c0 void 0.000128
+gallium_dri.so free 0x5571735db6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db770 0.000122
+gallium_dri.so free 0x5571735db800 void 0.000123
+gallium_dri.so free 0x5571735db770 void 0.000122
+gallium_dri.so malloc 72 0x5571735db770 0.000122
+gallium_dri.so free 0x5571735db8c0 void 0.000122
+gallium_dri.so free 0x5571735db770 void 0.000120
+gallium_dri.so malloc 72 0x5571735db900 0.000122
+gallium_dri.so free 0x5571735db980 void 0.000120
+gallium_dri.so free 0x5571735db900 void 0.000121
+gallium_dri.so malloc 72 0x5571735db980 0.000164
+gallium_dri.so free 0x5571735dba40 void 0.000124
+gallium_dri.so free 0x5571735db980 void 0.000122
+gallium_dri.so malloc 72 0x5571735db980 0.000123
+gallium_dri.so free 0x5571735dbb00 void 0.000123
+gallium_dri.so free 0x5571735db980 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbb20 0.000122
+gallium_dri.so free 0x5571735dbbc0 void 0.000122
+gallium_dri.so free 0x5571735dbb20 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbb70 0.000122
+gallium_dri.so free 0x5571735dbc40 void 0.000122
+gallium_dri.so free 0x5571735dbb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbb70 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000124
+gallium_dri.so free 0x5571735dbb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbd80 void 0.000122
+gallium_dri.so free 0x5571735dbcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so free 0x5571735dbcc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000122
+gallium_dri.so free 0x5571735dbf00 void 0.000123
+gallium_dri.so free 0x5571735dbcc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000122
+gallium_dri.so free 0x5571735dbfc0 void 0.000176
+gallium_dri.so free 0x5571735dbeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbf70 0.000121
+gallium_dri.so free 0x5571735dc040 void 0.000119
+gallium_dri.so free 0x5571735dbf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc090 0.000122
+gallium_dri.so free 0x5571735dc100 void 0.000120
+gallium_dri.so free 0x5571735dc090 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc120 0.000123
+gallium_dri.so free 0x5571735dc1c0 void 0.000122
+gallium_dri.so free 0x5571735dc120 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc170 0.000121
+gallium_dri.so free 0x5571735dc240 void 0.000124
+gallium_dri.so free 0x5571735dc170 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc170 0.000122
+gallium_dri.so free 0x5571735dc2c0 void 0.000121
+gallium_dri.so free 0x5571735dc170 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000121
+gallium_dri.so free 0x5571735dc380 void 0.000122
+gallium_dri.so free 0x5571735dc2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000121
+gallium_dri.so free 0x5571735dc480 void 0.000123
+gallium_dri.so free 0x5571735dc2c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc430 0.000121
+gallium_dri.so free 0x5571735dc4c0 void 0.000123
+gallium_dri.so free 0x5571735dc430 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc430 0.000127
+gallium_dri.so free 0x5571735dc580 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000121
+gallium_dri.so free 0x5571735dc640 void 0.000122
+gallium_dri.so free 0x5571735dc5c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc640 0.000122
+gallium_dri.so free 0x5571735dc700 void 0.000123
+gallium_dri.so free 0x5571735dc640 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc640 0.000122
+gallium_dri.so free 0x5571735dc780 void 0.000122
+gallium_dri.so free 0x5571735dc640 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000121
+gallium_dri.so free 0x5571735dc800 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000122
+gallium_dri.so free 0x5571735dc900 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc940 0.000122
+gallium_dri.so free 0x5571735dc9c0 void 0.000123
+gallium_dri.so free 0x5571735dc940 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000121
+gallium_dri.so free 0x5571735dca80 void 0.000122
+gallium_dri.so free 0x5571735dc9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000123
+gallium_dri.so free 0x5571735dcb00 void 0.000192
+gallium_dri.so free 0x5571735dc9c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcb30 0.000122
+gallium_dri.so free 0x5571735dcb80 void 0.000124
+gallium_dri.so free 0x5571735dcb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcb30 0.000122
+gallium_dri.so free 0x5571735dcc80 void 0.000122
+gallium_dri.so free 0x5571735dcb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcc30 0.000121
+gallium_dri.so free 0x5571735dcd40 void 0.000122
+gallium_dri.so free 0x5571735dcc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dccf0 0.000122
+gallium_dri.so free 0x5571735dcdc0 void 0.000122
+gallium_dri.so free 0x5571735dccf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dccf0 0.000122
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so free 0x5571735dccf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dccf0 0.000124
+gallium_dri.so free 0x5571735dcf40 void 0.000123
+gallium_dri.so free 0x5571735dccf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcef0 0.000122
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dcef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd010 0.000122
+gallium_dri.so free 0x5571735dd080 void 0.000124
+gallium_dri.so free 0x5571735dd010 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd0a0 0.000125
+gallium_dri.so free 0x5571735dd140 void 0.000123
+gallium_dri.so free 0x5571735dd0a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd0f0 0.000123
+gallium_dri.so free 0x5571735dd1c0 void 0.000128
+gallium_dri.so free 0x5571735dd0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000122
+gallium_dri.so free 0x5571735dd1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd1c0 0.000123
+gallium_dri.so free 0x5571735dd300 void 0.000124
+gallium_dri.so free 0x5571735dd1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd300 0.000138
+gallium_dri.so free 0x5571735dd3c0 void 0.000123
+gallium_dri.so free 0x5571735dd300 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd300 0.000120
+gallium_dri.so free 0x5571735dd480 void 0.000122
+gallium_dri.so free 0x5571735dd300 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd300 0.000122
+gallium_dri.so free 0x5571735dd540 void 0.000122
+gallium_dri.so free 0x5571735dd300 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd4f0 0.000122
+gallium_dri.so free 0x5571735dd5c0 void 0.000122
+gallium_dri.so free 0x5571735dd4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd610 0.000119
+gallium_dri.so free 0x5571735dd680 void 0.000125
+gallium_dri.so free 0x5571735dd610 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000124
+gallium_dri.so free 0x5571735dd740 void 0.000121
+gallium_dri.so free 0x5571735dd6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd6c0 0.000123
+gallium_dri.so free 0x5571735dd7c0 void 0.000123
+gallium_dri.so free 0x5571735dd6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000122
+gallium_dri.so free 0x5571735dd840 void 0.000123
+gallium_dri.so free 0x5571735dd7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000123
+gallium_dri.so free 0x5571735dd940 void 0.000122
+gallium_dri.so free 0x5571735dd7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000121
+gallium_dri.so free 0x5571735dd8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000120
+gallium_dri.so free 0x5571735dda40 void 0.000121
+gallium_dri.so free 0x5571735dd9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000123
+gallium_dri.so free 0x5571735ddb00 void 0.000123
+gallium_dri.so free 0x5571735dd9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddb70 0.000121
+gallium_dri.so free 0x5571735ddbc0 void 0.000121
+gallium_dri.so free 0x5571735ddb70 void 0.000171
+gallium_dri.so malloc 72 0x5571735ddb70 0.000124
+gallium_dri.so free 0x5571735ddcc0 void 0.000122
+gallium_dri.so free 0x5571735ddb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc70 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddd30 0.000120
+gallium_dri.so free 0x5571735dddc0 void 0.000123
+gallium_dri.so free 0x5571735ddd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddd30 0.000121
+gallium_dri.so free 0x5571735dde80 void 0.000122
+gallium_dri.so free 0x5571735ddd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddec0 0.000122
+gallium_dri.so free 0x5571735ddf40 void 0.000123
+gallium_dri.so free 0x5571735ddec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de000 void 0.000120
+gallium_dri.so free 0x5571735ddf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddf40 0.000122
+gallium_dri.so free 0x5571735de0c0 void 0.000127
+gallium_dri.so free 0x5571735ddf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735de0e0 0.000123
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de0e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000129
+gallium_dri.so free 0x5571735de200 void 0.000138
+gallium_dri.so free 0x5571735de130 void 0.000122
+gallium_dri.so malloc 72 0x5571735de130 0.000123
+gallium_dri.so free 0x5571735de280 void 0.000123
+gallium_dri.so free 0x5571735de130 void 0.000121
+gallium_dri.so malloc 72 0x5571735de280 0.000122
+gallium_dri.so free 0x557173601080 void 0.000123
+gallium_dri.so free 0x5571735de340 void 0.000124
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so malloc 72 0x5571735de280 0.000121
+gallium_dri.so free 0x5571735de400 void 0.000120
+gallium_dri.so free 0x5571735de280 void 0.000121
+gallium_dri.so malloc 72 0x5571735de280 0.000119
+gallium_dri.so free 0x5571735de4c0 void 0.000123
+gallium_dri.so free 0x5571735de280 void 0.000122
+gallium_dri.so malloc 72 0x5571735de470 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000121
+gallium_dri.so free 0x5571735de470 void 0.000121
+gallium_dri.so malloc 72 0x5571735de530 0.000122
+gallium_dri.so free 0x5571735de600 void 0.000122
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de650 0.000122
+gallium_dri.so free 0x5571735de6c0 void 0.000122
+gallium_dri.so free 0x5571735de650 void 0.000122
+gallium_dri.so malloc 72 0x5571735de6e0 0.000129
+gallium_dri.so free 0x5571735de780 void 0.000123
+gallium_dri.so free 0x5571735de6e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de730 0.000122
+gallium_dri.so free 0x5571735de800 void 0.000123
+gallium_dri.so free 0x5571735de730 void 0.000119
+gallium_dri.so malloc 72 0x5571735de730 0.000122
+gallium_dri.so free 0x5571735de880 void 0.000121
+gallium_dri.so free 0x5571735de730 void 0.000121
+gallium_dri.so malloc 72 0x5571735de880 0.000123
+gallium_dri.so free 0x5571735de940 void 0.000123
+gallium_dri.so free 0x5571735de880 void 0.000122
+gallium_dri.so malloc 72 0x5571735de880 0.000121
+gallium_dri.so free 0x5571735dea40 void 0.000121
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9f0 0.000121
+gallium_dri.so free 0x5571735dea80 void 0.000120
+gallium_dri.so free 0x5571735de9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de9f0 0.000118
+gallium_dri.so free 0x5571735deb40 void 0.000121
+gallium_dri.so free 0x5571735de9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735deb80 0.000121
+gallium_dri.so free 0x5571735dec00 void 0.000122
+gallium_dri.so free 0x5571735deb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dec00 0.000123
+gallium_dri.so free 0x5571735decc0 void 0.000121
+gallium_dri.so free 0x5571735dec00 void 0.000169
+gallium_dri.so malloc 72 0x5571735dec00 0.000123
+gallium_dri.so free 0x5571735ded40 void 0.000122
+gallium_dri.so free 0x5571735dec00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ded70 0.000123
+gallium_dri.so free 0x5571735dedc0 void 0.000122
+gallium_dri.so free 0x5571735ded70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ded70 0.000122
+gallium_dri.so free 0x5571735deec0 void 0.000121
+gallium_dri.so free 0x5571735ded70 void 0.000120
+gallium_dri.so malloc 72 0x5571735def00 0.000121
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so free 0x5571735def00 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000121
+gallium_dri.so free 0x5571735df040 void 0.000124
+gallium_dri.so free 0x5571735def80 void 0.000121
+gallium_dri.so malloc 72 0x5571735def80 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000123
+gallium_dri.so free 0x5571735def80 void 0.000120
+gallium_dri.so malloc 72 0x5571735df0f0 0.000122
+gallium_dri.so free 0x5571735df140 void 0.000122
+gallium_dri.so free 0x5571735df0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df0f0 0.000121
+gallium_dri.so free 0x5571735df240 void 0.000123
+gallium_dri.so free 0x5571735df0f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df1f0 0.000130
+gallium_dri.so free 0x5571735df300 void 0.000124
+gallium_dri.so free 0x5571735df1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df2b0 0.000121
+gallium_dri.so free 0x5571735df380 void 0.000122
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2b0 0.000122
+gallium_dri.so free 0x5571735df440 void 0.000122
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df2b0 0.000119
+gallium_dri.so free 0x5571735df500 void 0.000120
+gallium_dri.so free 0x5571735df2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df4b0 0.000123
+gallium_dri.so free 0x5571735df580 void 0.000123
+gallium_dri.so free 0x5571735df4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df5d0 0.000123
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x5571735df5d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df660 0.000120
+gallium_dri.so free 0x5571735df700 void 0.000123
+gallium_dri.so free 0x5571735df660 void 0.000123
+gallium_dri.so malloc 72 0x5571735df6b0 0.000122
+gallium_dri.so free 0x5571735df780 void 0.000121
+gallium_dri.so free 0x5571735df6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df780 0.000122
+gallium_dri.so free 0x5571735df840 void 0.000121
+gallium_dri.so free 0x5571735df780 void 0.000107
+gallium_dri.so malloc 72 0x5571735df780 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000120
+gallium_dri.so free 0x5571735df780 void 0.000122
+gallium_dri.so malloc 72 0x5571735df8c0 0.000122
+gallium_dri.so free 0x5571735df980 void 0.000121
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735dfa40 void 0.000122
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735dfb00 void 0.000120
+gallium_dri.so free 0x5571735df8c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfab0 0.000123
+gallium_dri.so free 0x5571735dfb80 void 0.000120
+gallium_dri.so free 0x5571735dfab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfbd0 0.000120
+gallium_dri.so free 0x5571735dfc40 void 0.000123
+gallium_dri.so free 0x5571735dfbd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfc80 0.000121
+gallium_dri.so free 0x5571735dfd00 void 0.000121
+gallium_dri.so free 0x5571735dfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfc80 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000123
+gallium_dri.so free 0x5571735dfc80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000173
+gallium_dri.so free 0x5571735dfe00 void 0.000127
+gallium_dri.so free 0x5571735dfdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfdb0 0.000122
+gallium_dri.so free 0x5571735dff00 void 0.000122
+gallium_dri.so free 0x5571735dfdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfeb0 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000122
+gallium_dri.so free 0x5571735dfeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dff70 0.000119
+gallium_dri.so free 0x5571735e0000 void 0.000122
+gallium_dri.so free 0x5571735dff70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dff70 0.000122
+gallium_dri.so free 0x5571735e00c0 void 0.000122
+gallium_dri.so free 0x5571735dff70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0130 0.000122
+gallium_dri.so free 0x5571735e0180 void 0.000122
+gallium_dri.so free 0x5571735e0130 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0130 0.000121
+gallium_dri.so free 0x5571735e0280 void 0.000120
+gallium_dri.so free 0x5571735e0130 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0230 0.000121
+gallium_dri.so free 0x5571735e0340 void 0.000123
+gallium_dri.so free 0x5571735e0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735e02f0 0.000120
+gallium_dri.so free 0x5571735e0380 void 0.000121
+gallium_dri.so free 0x5571735e02f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e02f0 0.000122
+gallium_dri.so free 0x5571735e0440 void 0.000123
+gallium_dri.so free 0x5571735e02f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0480 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735e0480 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0500 0.000122
+gallium_dri.so free 0x5571735e05c0 void 0.000122
+gallium_dri.so free 0x5571735e0500 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0500 0.000121
+gallium_dri.so free 0x5571735e0680 void 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06a0 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000118
+gallium_dri.so free 0x5571735e06a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06f0 0.000120
+gallium_dri.so free 0x5571735e07c0 void 0.000121
+gallium_dri.so free 0x5571735e06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06f0 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so free 0x5571735e06f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0840 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0840 0.000127
+gallium_dri.so free 0x5571735e09c0 void 0.000125
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0840 0.000121
+gallium_dri.so free 0x5571735e0a80 void 0.000123
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0a30 0.000121
+gallium_dri.so free 0x5571735e0b40 void 0.000121
+gallium_dri.so free 0x5571735e0a30 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0af0 0.000120
+gallium_dri.so free 0x5571735e0bc0 void 0.000121
+gallium_dri.so free 0x5571735e0af0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0c10 0.000121
+gallium_dri.so free 0x5571735e0c80 void 0.000123
+gallium_dri.so free 0x5571735e0c10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ca0 0.000136
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so free 0x5571735e0ca0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000123
+gallium_dri.so free 0x5571735eb380 void 0.000123
+gallium_dri.so free 0x5571735e0cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0cf0 0.000122
+gallium_dri.so free 0x5571735eb480 void 0.000121
+gallium_dri.so free 0x5571735e0cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb430 0.000123
+gallium_dri.so free 0x5571735eb540 void 0.000122
+gallium_dri.so free 0x5571735eb430 void 0.000167
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000123
+gallium_dri.so free 0x5571735e0dc0 void 0.000123
+gallium_dri.so free 0x5571735eb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000123
+gallium_dri.so free 0x5571735eb5c0 void 0.000122
+gallium_dri.so free 0x5571735eb4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000122
+gallium_dri.so free 0x5571735eb5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb5f0 0.000121
+gallium_dri.so free 0x5571735eb740 void 0.000124
+gallium_dri.so free 0x5571735eb5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb6f0 0.000121
+gallium_dri.so free 0x5571735eb800 void 0.000120
+gallium_dri.so free 0x5571735eb6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000219
+gallium_dri.so free 0x5571735eb840 void 0.000238
+gallium_dri.so free 0x5571735eb7b0 void 0.000319
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000194
+gallium_dri.so free 0x5571735eb900 void 0.000156
+gallium_dri.so free 0x5571735eb7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb970 0.000117
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735eb970 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb970 0.000114
+gallium_dri.so free 0x5571735ebac0 void 0.000113
+gallium_dri.so free 0x5571735eb970 void 0.000110
+gallium_dri.so malloc 72 0x5571735eba70 0.000110
+gallium_dri.so free 0x5571735ebb80 void 0.000112
+gallium_dri.so free 0x5571735eba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebb30 0.000110
+gallium_dri.so free 0x5571735ebbc0 void 0.000111
+gallium_dri.so free 0x5571735ebb30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebb30 0.000111
+gallium_dri.so free 0x5571735ebc80 void 0.000112
+gallium_dri.so free 0x5571735ebb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebcc0 0.000112
+gallium_dri.so free 0x5571735ebd40 void 0.000111
+gallium_dri.so free 0x5571735ebcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd40 0.000111
+gallium_dri.so free 0x5571735ebe00 void 0.000111
+gallium_dri.so free 0x5571735ebd40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd40 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000112
+gallium_dri.so free 0x5571735ebd40 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebee0 0.000112
+gallium_dri.so free 0x5571735ebf80 void 0.000113
+gallium_dri.so free 0x5571735ebee0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf30 0.000128
+gallium_dri.so free 0x5571735ec000 void 0.000117
+gallium_dri.so free 0x5571735ebf30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ec080 void 0.000117
+gallium_dri.so free 0x5571735ebf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec080 0.000113
+gallium_dri.so free 0x5571735ec140 void 0.000114
+gallium_dri.so free 0x5571735ec080 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec080 0.000114
+gallium_dri.so free 0x5571735ec200 void 0.000116
+gallium_dri.so free 0x5571735ec080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec080 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000116
+gallium_dri.so free 0x5571735ec080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec270 0.000116
+gallium_dri.so free 0x5571735ec380 void 0.000115
+gallium_dri.so free 0x5571735ec270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735ec400 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec450 0.000114
+gallium_dri.so free 0x5571735ec4c0 void 0.000115
+gallium_dri.so free 0x5571735ec450 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000116
+gallium_dri.so free 0x5571735ec4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000162
+gallium_dri.so free 0x5571735ec600 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec680 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec680 0.000113
+gallium_dri.so free 0x5571735ec840 void 0.000115
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000114
+gallium_dri.so free 0x5571735ec7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000113
+gallium_dri.so free 0x5571735ec940 void 0.000114
+gallium_dri.so free 0x5571735ec7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec980 0.000113
+gallium_dri.so free 0x5571735eca00 void 0.000114
+gallium_dri.so free 0x5571735ec980 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca00 0.000113
+gallium_dri.so free 0x5571735ecac0 void 0.000116
+gallium_dri.so free 0x5571735eca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eca00 0.000113
+gallium_dri.so free 0x5571735ecb40 void 0.000115
+gallium_dri.so free 0x5571735eca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb70 0.000118
+gallium_dri.so free 0x5571735ecbc0 void 0.000113
+gallium_dri.so free 0x5571735ecb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecb70 0.000111
+gallium_dri.so free 0x5571735eccc0 void 0.000111
+gallium_dri.so free 0x5571735ecb70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd00 0.000111
+gallium_dri.so free 0x5571735ecd80 void 0.000115
+gallium_dri.so free 0x5571735ecd00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd80 0.000110
+gallium_dri.so free 0x5571735ece40 void 0.000111
+gallium_dri.so free 0x5571735ecd80 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd80 0.000110
+gallium_dri.so free 0x5571735ecec0 void 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecef0 0.000134
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735ecef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecef0 0.000114
+gallium_dri.so free 0x5571735ed040 void 0.000111
+gallium_dri.so free 0x5571735ecef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecff0 0.000117
+gallium_dri.so free 0x5571735ed100 void 0.000127
+gallium_dri.so free 0x5571735ecff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000113
+gallium_dri.so free 0x5571735ed180 void 0.000114
+gallium_dri.so free 0x5571735ed0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000159
+gallium_dri.so free 0x5571735ed240 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000125
+gallium_dri.so free 0x5571735ed300 void 0.000121
+gallium_dri.so free 0x5571735ed0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed2b0 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed3d0 0.000118
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed3d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed460 0.000119
+gallium_dri.so free 0x5571735ed500 void 0.000120
+gallium_dri.so free 0x5571735ed460 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000119
+gallium_dri.so free 0x5571735ed580 void 0.000119
+gallium_dri.so free 0x5571735ed4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed580 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000119
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed580 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000120
+gallium_dri.so free 0x5571735ed580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000131
+gallium_dri.so free 0x5571735ed840 void 0.000132
+gallium_dri.so free 0x5571735ed6c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000131
+gallium_dri.so free 0x5571735ed900 void 0.000131
+gallium_dri.so free 0x5571735ed6c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000123
+gallium_dri.so free 0x5571735ed980 void 0.000120
+gallium_dri.so free 0x5571735ed8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000126
+gallium_dri.so free 0x5571735eda40 void 0.000121
+gallium_dri.so free 0x5571735ed9d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eda80 0.000120
+gallium_dri.so free 0x5571735edb00 void 0.000120
+gallium_dri.so free 0x5571735eda80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda80 0.000117
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735eda80 void 0.000119
+gallium_dri.so malloc 72 0x5571735edbb0 0.000120
+gallium_dri.so free 0x5571735edc00 void 0.000118
+gallium_dri.so free 0x5571735edbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edbb0 0.000172
+gallium_dri.so free 0x5571735edd00 void 0.000120
+gallium_dri.so free 0x5571735edbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcb0 0.000130
+gallium_dri.so free 0x5571735eddc0 void 0.000120
+gallium_dri.so free 0x5571735edcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edd70 0.000116
+gallium_dri.so free 0x5571735ede00 void 0.000121
+gallium_dri.so free 0x5571735edd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edd70 0.000119
+gallium_dri.so free 0x5571735edec0 void 0.000118
+gallium_dri.so free 0x5571735edd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf30 0.000119
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735edf30 0.000126
+gallium_dri.so free 0x5571735ee080 void 0.000125
+gallium_dri.so free 0x5571735edf30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee030 0.000126
+gallium_dri.so free 0x5571735ee140 void 0.000125
+gallium_dri.so free 0x5571735ee030 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000127
+gallium_dri.so free 0x5571735ee180 void 0.000125
+gallium_dri.so free 0x5571735ee0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000126
+gallium_dri.so free 0x5571735ee240 void 0.000147
+gallium_dri.so free 0x5571735ee0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee280 0.000125
+gallium_dri.so free 0x5571735ee300 void 0.000124
+gallium_dri.so free 0x5571735ee280 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee300 0.000124
+gallium_dri.so free 0x5571735ee3c0 void 0.000125
+gallium_dri.so free 0x5571735ee300 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee300 0.000127
+gallium_dri.so free 0x5571735ee480 void 0.000124
+gallium_dri.so free 0x5571735ee300 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000125
+gallium_dri.so free 0x5571735ee540 void 0.000125
+gallium_dri.so free 0x5571735ee4a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000125
+gallium_dri.so free 0x5571735ee5c0 void 0.000126
+gallium_dri.so free 0x5571735ee4f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000124
+gallium_dri.so free 0x5571735ee4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee640 0.000125
+gallium_dri.so free 0x5571735ee700 void 0.000126
+gallium_dri.so free 0x5571735ee640 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee640 0.000126
+gallium_dri.so free 0x5571735ee7c0 void 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000140
+gallium_dri.so malloc 72 0x5571735ee640 0.000126
+gallium_dri.so free 0x5571735ee880 void 0.000125
+gallium_dri.so free 0x5571735ee640 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee830 0.000124
+gallium_dri.so free 0x5571735ee940 void 0.000126
+gallium_dri.so free 0x5571735ee830 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000124
+gallium_dri.so free 0x5571735ee9c0 void 0.000125
+gallium_dri.so free 0x5571735ee8f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eea10 0.000125
+gallium_dri.so free 0x5571735eea80 void 0.000126
+gallium_dri.so free 0x5571735eea10 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000124
+gallium_dri.so free 0x5571735eeb40 void 0.000125
+gallium_dri.so free 0x5571735eeaa0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000140
+gallium_dri.so free 0x5571735eebc0 void 0.000126
+gallium_dri.so free 0x5571735eeaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000125
+gallium_dri.so free 0x5571735eec40 void 0.000125
+gallium_dri.so free 0x5571735eeaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eec40 0.000125
+gallium_dri.so free 0x5571735eed00 void 0.000126
+gallium_dri.so free 0x5571735eec40 void 0.000124
+gallium_dri.so malloc 72 0x5571735eec40 0.000145
+gallium_dri.so free 0x5571735eee00 void 0.000126
+gallium_dri.so free 0x5571735eec40 void 0.000125
+gallium_dri.so malloc 72 0x5571735eedb0 0.000125
+gallium_dri.so free 0x5571735eee40 void 0.000125
+gallium_dri.so free 0x5571735eedb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eedb0 0.000123
+gallium_dri.so free 0x5571735eef00 void 0.000125
+gallium_dri.so free 0x5571735eedb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eef40 0.000123
+gallium_dri.so free 0x5571735eefc0 void 0.000133
+gallium_dri.so free 0x5571735eef40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eefc0 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eefc0 0.000119
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef130 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so free 0x5571735ef130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef130 0.000118
+gallium_dri.so free 0x5571735ef280 void 0.000118
+gallium_dri.so free 0x5571735ef130 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so free 0x5571735ef2c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef340 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef340 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000121
+gallium_dri.so free 0x5571735ef4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000119
+gallium_dri.so free 0x5571735ef600 void 0.000118
+gallium_dri.so free 0x5571735ef4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000118
+gallium_dri.so free 0x5571735ef6c0 void 0.000118
+gallium_dri.so free 0x5571735ef5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef670 0.000118
+gallium_dri.so free 0x5571735ef740 void 0.000120
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef670 0.000119
+gallium_dri.so free 0x5571735ef800 void 0.000118
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000119
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000118
+gallium_dri.so free 0x5571735ef940 void 0.000129
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef990 0.000119
+gallium_dri.so free 0x5571735efa00 void 0.000119
+gallium_dri.so free 0x5571735ef990 void 0.000129
+gallium_dri.so malloc 72 0x5571735efa20 0.000120
+gallium_dri.so free 0x5571735efac0 void 0.000119
+gallium_dri.so free 0x5571735efa20 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000118
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so free 0x5571735efa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb40 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000118
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000119
+gallium_dri.so free 0x5571735efe00 void 0.000120
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc80 0.000118
+gallium_dri.so free 0x5571735efec0 void 0.000118
+gallium_dri.so free 0x5571735efc80 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe70 0.000142
+gallium_dri.so free 0x5571735eff40 void 0.000126
+gallium_dri.so free 0x5571735efe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735eff90 0.000119
+gallium_dri.so free 0x5571735f0000 void 0.000119
+gallium_dri.so free 0x5571735eff90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0040 0.000118
+gallium_dri.so free 0x5571735f00c0 void 0.000120
+gallium_dri.so free 0x5571735f0040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0040 0.000118
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735f0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0170 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000119
+gallium_dri.so free 0x5571735f0170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0170 0.000119
+gallium_dri.so free 0x5571735f02c0 void 0.000118
+gallium_dri.so free 0x5571735f0170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0270 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000120
+gallium_dri.so free 0x5571735f0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000121
+gallium_dri.so free 0x5571735f0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0330 0.000119
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f0330 void 0.000209
+gallium_dri.so malloc 72 0x5571735f04f0 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000119
+gallium_dri.so free 0x5571735f04f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f04f0 0.000117
+gallium_dri.so free 0x5571735f0640 void 0.000120
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05f0 0.000118
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06b0 0.000118
+gallium_dri.so free 0x5571735f0740 void 0.000119
+gallium_dri.so free 0x5571735f06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06b0 0.000117
+gallium_dri.so free 0x5571735f0800 void 0.000118
+gallium_dri.so free 0x5571735f06b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0840 0.000120
+gallium_dri.so free 0x5571735f08c0 void 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f08c0 0.000119
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f08c0 0.000119
+gallium_dri.so free 0x5571735f0a40 void 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0a60 0.000118
+gallium_dri.so free 0x5571735f0b00 void 0.000127
+gallium_dri.so free 0x5571735f0a60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000119
+gallium_dri.so free 0x5571735f0b80 void 0.000118
+gallium_dri.so free 0x5571735f0ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000118
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so free 0x5571735f0ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0cc0 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000117
+gallium_dri.so free 0x5571735f0e40 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0df0 0.000121
+gallium_dri.so free 0x5571735f0f00 void 0.000120
+gallium_dri.so free 0x5571735f0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000119
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000119
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so free 0x5571735f0fd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1060 0.000131
+gallium_dri.so free 0x5571735f1100 void 0.000122
+gallium_dri.so free 0x5571735f1060 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f10b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10b0 0.000118
+gallium_dri.so free 0x5571735f1200 void 0.000119
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1200 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1370 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000119
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1370 0.000119
+gallium_dri.so free 0x5571735f14c0 void 0.000119
+gallium_dri.so free 0x5571735f1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1500 0.000118
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so free 0x5571735f1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1580 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1580 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000120
+gallium_dri.so free 0x5571735f1580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f16f0 0.000118
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so free 0x5571735f16f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f16f0 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1880 0.000118
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1900 0.000119
+gallium_dri.so free 0x5571735f19c0 void 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1900 0.000119
+gallium_dri.so free 0x5571735f1a40 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a70 0.000118
+gallium_dri.so free 0x5571735f1ac0 void 0.000119
+gallium_dri.so free 0x5571735f1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a70 0.000120
+gallium_dri.so free 0x5571735f1bc0 void 0.000120
+gallium_dri.so free 0x5571735f1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1c80 void 0.000120
+gallium_dri.so free 0x5571735f1b70 void 0.000140
+gallium_dri.so malloc 72 0x5571735f1c30 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c30 0.000118
+gallium_dri.so free 0x5571735f1dc0 void 0.000119
+gallium_dri.so free 0x5571735f1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1c30 0.000123
+gallium_dri.so free 0x5571735f1e80 void 0.000120
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000118
+gallium_dri.so free 0x5571735f1e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f50 0.000118
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1f50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000119
+gallium_dri.so free 0x5571735f2080 void 0.000118
+gallium_dri.so free 0x5571735f1fe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2030 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f2030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2100 0.000116
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2100 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000175
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2240 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2240 0.000119
+gallium_dri.so free 0x5571735f23c0 void 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2240 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000119
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2430 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000119
+gallium_dri.so free 0x5571735f2430 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2550 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000126
+gallium_dri.so free 0x5571735f2550 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2600 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000128
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2600 0.000122
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735f2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49c0 0.000127
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000118
+gallium_dri.so free 0x5571735f4b80 void 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000117
+gallium_dri.so free 0x5571735f4c00 void 0.000119
+gallium_dri.so free 0x5571735f4bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4bb0 0.000119
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735f4bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4d40 0.000117
+gallium_dri.so free 0x5571735f4dc0 void 0.000118
+gallium_dri.so free 0x5571735f4d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4dc0 0.000119
+gallium_dri.so free 0x5571735f4e80 void 0.000119
+gallium_dri.so free 0x5571735f4dc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4dc0 0.000119
+gallium_dri.so free 0x5571735f4f00 void 0.000119
+gallium_dri.so free 0x5571735f4dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4f30 0.000124
+gallium_dri.so free 0x5571735f4f80 void 0.000119
+gallium_dri.so free 0x5571735f4f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4f30 0.000121
+gallium_dri.so free 0x5571735f5080 void 0.000119
+gallium_dri.so free 0x5571735f4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5030 0.000123
+gallium_dri.so free 0x5571735f5140 void 0.000120
+gallium_dri.so free 0x5571735f5030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f50f0 0.000119
+gallium_dri.so free 0x5571735f51c0 void 0.000118
+gallium_dri.so free 0x5571735f50f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f50f0 0.000119
+gallium_dri.so free 0x5571735f5280 void 0.000119
+gallium_dri.so free 0x5571735f50f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f50f0 0.000120
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so free 0x5571735f50f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f52f0 0.000119
+gallium_dri.so free 0x5571735f53c0 void 0.000119
+gallium_dri.so free 0x5571735f52f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5410 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000118
+gallium_dri.so free 0x5571735f5410 void 0.000118
+gallium_dri.so malloc 72 0x5571735f54a0 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x5571735f54a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f54f0 0.000120
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so free 0x5571735f54f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f55c0 0.000119
+gallium_dri.so free 0x5571735f5680 void 0.000119
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55c0 0.000119
+gallium_dri.so free 0x5571735f5700 void 0.000136
+gallium_dri.so free 0x5571735f55c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5700 0.000119
+gallium_dri.so free 0x5571735f57c0 void 0.000119
+gallium_dri.so free 0x5571735f5700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5700 0.000119
+gallium_dri.so free 0x5571735f5880 void 0.000121
+gallium_dri.so free 0x5571735f5700 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5700 0.000126
+gallium_dri.so free 0x5571735f5940 void 0.000121
+gallium_dri.so free 0x5571735f5700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f58f0 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so free 0x5571735f58f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5a10 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000119
+gallium_dri.so free 0x5571735f5a10 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000119
+gallium_dri.so free 0x5571735f5b40 void 0.000119
+gallium_dri.so free 0x5571735f5ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000129
+gallium_dri.so free 0x5571735f5bc0 void 0.000119
+gallium_dri.so free 0x5571735f5ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000118
+gallium_dri.so free 0x5571735f5c40 void 0.000121
+gallium_dri.so free 0x5571735f5bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000118
+gallium_dri.so free 0x5571735f5d40 void 0.000120
+gallium_dri.so free 0x5571735f5bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000119
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x5571735f5cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5db0 0.000118
+gallium_dri.so free 0x5571735f5e40 void 0.000119
+gallium_dri.so free 0x5571735f5db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5db0 0.000119
+gallium_dri.so free 0x5571735f5f00 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f70 0.000117
+gallium_dri.so free 0x5571735f5fc0 void 0.000118
+gallium_dri.so free 0x5571735f5f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f70 0.000120
+gallium_dri.so free 0x5571735f60c0 void 0.000118
+gallium_dri.so free 0x5571735f5f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6070 0.000119
+gallium_dri.so free 0x5571735f6180 void 0.000118
+gallium_dri.so free 0x5571735f6070 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6130 0.000112
+gallium_dri.so free 0x5571735f61c0 void 0.000112
+gallium_dri.so free 0x5571735f6130 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6130 0.000111
+gallium_dri.so free 0x5571735f6280 void 0.000111
+gallium_dri.so free 0x5571735f6130 void 0.000110
+gallium_dri.so malloc 72 0x5571735f62c0 0.000110
+gallium_dri.so free 0x5571735f6340 void 0.000110
+gallium_dri.so free 0x5571735f62c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6340 0.000110
+gallium_dri.so free 0x5571735f6400 void 0.000112
+gallium_dri.so free 0x5571735f6340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6340 0.000111
+gallium_dri.so free 0x5571735f64c0 void 0.000110
+gallium_dri.so free 0x5571735f6340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f64e0 0.000110
+gallium_dri.so free 0x5571735f6580 void 0.000110
+gallium_dri.so free 0x5571735f64e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6530 0.000109
+gallium_dri.so free 0x5571735f6600 void 0.000111
+gallium_dri.so free 0x5571735f6530 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6530 0.000121
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so free 0x5571735f6530 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6680 0.000110
+gallium_dri.so free 0x5571735f6740 void 0.000110
+gallium_dri.so free 0x5571735f6680 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6680 0.000187
+gallium_dri.so free 0x5571735f6800 void 0.000121
+gallium_dri.so free 0x5571735f6680 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6680 0.000124
+gallium_dri.so free 0x5571735f68c0 void 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6870 0.000118
+gallium_dri.so free 0x5571735f6980 void 0.000119
+gallium_dri.so free 0x5571735f6870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6930 0.000118
+gallium_dri.so free 0x5571735f6a00 void 0.000117
+gallium_dri.so free 0x5571735f6930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6a50 0.000118
+gallium_dri.so free 0x5571735f6ac0 void 0.000120
+gallium_dri.so free 0x5571735f6a50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6ae0 0.000120
+gallium_dri.so free 0x5571735f6b80 void 0.000119
+gallium_dri.so free 0x5571735f6ae0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6b30 0.000119
+gallium_dri.so free 0x5571735f6c00 void 0.000117
+gallium_dri.so free 0x5571735f6b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6b30 0.000118
+gallium_dri.so free 0x5571735f6c80 void 0.000120
+gallium_dri.so free 0x5571735f6b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6c80 0.000119
+gallium_dri.so free 0x5571735f6d40 void 0.000126
+gallium_dri.so free 0x5571735f6c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6c80 0.000119
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so free 0x5571735f6c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6df0 0.000119
+gallium_dri.so free 0x5571735f6e80 void 0.000118
+gallium_dri.so free 0x5571735f6df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6df0 0.000118
+gallium_dri.so free 0x5571735f6f40 void 0.000119
+gallium_dri.so free 0x5571735f6df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6f80 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000118
+gallium_dri.so free 0x5571735f6f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7000 0.000120
+gallium_dri.so free 0x5571735f70c0 void 0.000118
+gallium_dri.so free 0x5571735f7000 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7000 0.000118
+gallium_dri.so free 0x5571735f7140 void 0.000120
+gallium_dri.so free 0x5571735f7000 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000119
+gallium_dri.so free 0x5571735f71c0 void 0.000118
+gallium_dri.so free 0x5571735f7170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7170 0.000118
+gallium_dri.so free 0x5571735f72c0 void 0.000119
+gallium_dri.so free 0x5571735f7170 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7300 0.000118
+gallium_dri.so free 0x5571735f7380 void 0.000126
+gallium_dri.so free 0x5571735f7300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7380 0.000117
+gallium_dri.so free 0x5571735f7440 void 0.000118
+gallium_dri.so free 0x5571735f7380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7380 0.000120
+gallium_dri.so free 0x5571735f74c0 void 0.000128
+gallium_dri.so free 0x5571735f7380 void 0.000122
+gallium_dri.so malloc 72 0x5571735f74f0 0.000119
+gallium_dri.so free 0x5571735f7540 void 0.000119
+gallium_dri.so free 0x5571735f74f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f74f0 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000119
+gallium_dri.so free 0x5571735f74f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f75f0 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f75f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76b0 0.000119
+gallium_dri.so free 0x5571735f7780 void 0.000119
+gallium_dri.so free 0x5571735f76b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76b0 0.000117
+gallium_dri.so free 0x5571735f7840 void 0.000118
+gallium_dri.so free 0x5571735f76b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76b0 0.000118
+gallium_dri.so free 0x5571735f7900 void 0.000119
+gallium_dri.so free 0x5571735f76b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f78b0 0.000174
+gallium_dri.so free 0x5571735f7980 void 0.000121
+gallium_dri.so free 0x5571735f78b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f79d0 0.000118
+gallium_dri.so free 0x5571735f7a40 void 0.000119
+gallium_dri.so free 0x5571735f79d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7a60 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so free 0x5571735f7a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7ab0 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so free 0x5571735f7ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b80 0.000118
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b80 0.000119
+gallium_dri.so free 0x5571735f7cc0 void 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000118
+gallium_dri.so free 0x5571735f7d80 void 0.000119
+gallium_dri.so free 0x5571735f7cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000120
+gallium_dri.so free 0x5571735f7e40 void 0.000118
+gallium_dri.so free 0x5571735f7cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000120
+gallium_dri.so free 0x5571735f7cc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000119
+gallium_dri.so free 0x5571735f7f80 void 0.000118
+gallium_dri.so free 0x5571735f7eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7fd0 0.000117
+gallium_dri.so free 0x5571735f8040 void 0.000118
+gallium_dri.so free 0x5571735f7fd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8080 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so free 0x5571735f8080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8080 0.000119
+gallium_dri.so free 0x5571735f8180 void 0.000119
+gallium_dri.so free 0x5571735f8080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f81b0 0.000118
+gallium_dri.so free 0x5571735f8200 void 0.000120
+gallium_dri.so free 0x5571735f81b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f81b0 0.000118
+gallium_dri.so free 0x5571735f8300 void 0.000119
+gallium_dri.so free 0x5571735f81b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f82b0 0.000119
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so free 0x5571735f82b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8370 0.000118
+gallium_dri.so free 0x5571735f8400 void 0.000120
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000118
+gallium_dri.so free 0x5571735f84c0 void 0.000153
+gallium_dri.so free 0x5571735f8370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8530 0.000121
+gallium_dri.so free 0x5571735f8580 void 0.000118
+gallium_dri.so free 0x5571735f8530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8530 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000119
+gallium_dri.so free 0x5571735f8530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8630 0.000119
+gallium_dri.so free 0x5571735f8740 void 0.000120
+gallium_dri.so free 0x5571735f8630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f86f0 0.000119
+gallium_dri.so free 0x5571735f8780 void 0.000120
+gallium_dri.so free 0x5571735f86f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f86f0 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000120
+gallium_dri.so free 0x5571735f86f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8880 0.000119
+gallium_dri.so free 0x5571735f8900 void 0.000118
+gallium_dri.so free 0x5571735f8880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8900 0.000119
+gallium_dri.so free 0x5571735f89c0 void 0.000118
+gallium_dri.so free 0x5571735f8900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8900 0.000118
+gallium_dri.so free 0x5571735f8a80 void 0.000119
+gallium_dri.so free 0x5571735f8900 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8aa0 0.000162
+gallium_dri.so free 0x5571735f8b40 void 0.000122
+gallium_dri.so free 0x5571735f8aa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8af0 0.000119
+gallium_dri.so free 0x5571735f8bc0 void 0.000119
+gallium_dri.so free 0x5571735f8af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8af0 0.000118
+gallium_dri.so free 0x5571735f8c40 void 0.000118
+gallium_dri.so free 0x5571735f8af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c40 0.000119
+gallium_dri.so free 0x5571735f8d00 void 0.000124
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c40 0.000119
+gallium_dri.so free 0x5571735f8dc0 void 0.000118
+gallium_dri.so free 0x5571735f8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c40 0.000120
+gallium_dri.so free 0x5571735f8e80 void 0.000120
+gallium_dri.so free 0x5571735f8c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8e30 0.000119
+gallium_dri.so free 0x5571735f8f40 void 0.000120
+gallium_dri.so free 0x5571735f8e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000118
+gallium_dri.so free 0x5571735f8fc0 void 0.000118
+gallium_dri.so free 0x5571735f8ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9010 0.000119
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735f9010 void 0.000156
+gallium_dri.so malloc 72 0x5571735f90a0 0.000121
+gallium_dri.so free 0x5571735f9140 void 0.000118
+gallium_dri.so free 0x5571735f90a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f90f0 0.000119
+gallium_dri.so free 0x5571735f91c0 void 0.000119
+gallium_dri.so free 0x5571735f90f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f90f0 0.000118
+gallium_dri.so free 0x5571735f9240 void 0.000136
+gallium_dri.so free 0x5571735f90f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9240 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000118
+gallium_dri.so free 0x5571735f9240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9240 0.000118
+gallium_dri.so free 0x5571735f9400 void 0.000119
+gallium_dri.so free 0x5571735f9240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f93b0 0.000119
+gallium_dri.so free 0x5571735f9440 void 0.000119
+gallium_dri.so free 0x5571735f93b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93b0 0.000119
+gallium_dri.so free 0x5571735f9500 void 0.000119
+gallium_dri.so free 0x5571735f93b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9540 0.000118
+gallium_dri.so free 0x5571735f95c0 void 0.000119
+gallium_dri.so free 0x5571735f9540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f95c0 0.000119
+gallium_dri.so free 0x5571735f9680 void 0.000126
+gallium_dri.so free 0x5571735f95c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f95c0 0.000119
+gallium_dri.so free 0x5571735f9700 void 0.000119
+gallium_dri.so free 0x5571735f95c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9730 0.000118
+gallium_dri.so free 0x5571735f9780 void 0.000121
+gallium_dri.so free 0x5571735f9730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9730 0.000121
+gallium_dri.so free 0x5571735f9880 void 0.000119
+gallium_dri.so free 0x5571735f9730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f98c0 0.000119
+gallium_dri.so free 0x5571735f9940 void 0.000120
+gallium_dri.so free 0x5571735f98c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9940 0.000118
+gallium_dri.so free 0x5571735f9a00 void 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9940 0.000126
+gallium_dri.so free 0x5571735f9a80 void 0.000119
+gallium_dri.so free 0x5571735f9940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000120
+gallium_dri.so free 0x5571735f9b00 void 0.000119
+gallium_dri.so free 0x5571735f9ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9ab0 0.000119
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000119
+gallium_dri.so free 0x5571735f9cc0 void 0.000125
+gallium_dri.so free 0x5571735f9bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c70 0.000119
+gallium_dri.so free 0x5571735f9d40 void 0.000119
+gallium_dri.so free 0x5571735f9c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c70 0.000119
+gallium_dri.so free 0x5571735f9e00 void 0.000120
+gallium_dri.so free 0x5571735f9c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c70 0.000118
+gallium_dri.so free 0x5571735f9ec0 void 0.000118
+gallium_dri.so free 0x5571735f9c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e70 0.000119
+gallium_dri.so free 0x5571735f9f40 void 0.000120
+gallium_dri.so free 0x5571735f9e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9f90 0.000119
+gallium_dri.so free 0x5571735fa000 void 0.000119
+gallium_dri.so free 0x5571735f9f90 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa020 0.000118
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so free 0x5571735fa020 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa070 0.000119
+gallium_dri.so free 0x5571735fa140 void 0.000122
+gallium_dri.so free 0x5571735fa070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa140 0.000119
+gallium_dri.so free 0x5571735fa200 void 0.000119
+gallium_dri.so free 0x5571735fa140 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa140 0.000121
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so free 0x5571735fa140 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa280 0.000118
+gallium_dri.so free 0x5571735fa340 void 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa280 0.000118
+gallium_dri.so free 0x5571735fa400 void 0.000120
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa280 0.000119
+gallium_dri.so free 0x5571735fa4c0 void 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa470 0.000118
+gallium_dri.so free 0x5571735fa540 void 0.000118
+gallium_dri.so free 0x5571735fa470 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa590 0.000120
+gallium_dri.so free 0x5571735fa600 void 0.000120
+gallium_dri.so free 0x5571735fa590 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa640 0.000119
+gallium_dri.so free 0x5571735fa6c0 void 0.000119
+gallium_dri.so free 0x5571735fa640 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa640 0.000119
+gallium_dri.so free 0x5571735fa740 void 0.000119
+gallium_dri.so free 0x5571735fa640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa770 0.000120
+gallium_dri.so free 0x5571735fa7c0 void 0.000119
+gallium_dri.so free 0x5571735fa770 void 0.000139
+gallium_dri.so malloc 72 0x5571735fa770 0.000119
+gallium_dri.so free 0x5571735fa8c0 void 0.000118
+gallium_dri.so free 0x5571735fa770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa870 0.000119
+gallium_dri.so free 0x5571735fa980 void 0.000118
+gallium_dri.so free 0x5571735fa870 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa930 0.000120
+gallium_dri.so free 0x5571735fa9c0 void 0.000118
+gallium_dri.so free 0x5571735fa930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa930 0.000118
+gallium_dri.so free 0x5571735faa80 void 0.000118
+gallium_dri.so free 0x5571735fa930 void 0.000118
+gallium_dri.so malloc 72 0x5571735faaf0 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000118
+gallium_dri.so free 0x5571735faaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faaf0 0.000118
+gallium_dri.so free 0x5571735fac40 void 0.000122
+gallium_dri.so free 0x5571735faaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fabf0 0.000118
+gallium_dri.so free 0x5571735fad00 void 0.000119
+gallium_dri.so free 0x5571735fabf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735facb0 0.000118
+gallium_dri.so free 0x5571735fad40 void 0.000124
+gallium_dri.so free 0x5571735facb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735facb0 0.000119
+gallium_dri.so free 0x5571735fae00 void 0.000176
+gallium_dri.so free 0x5571735facb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae40 0.000118
+gallium_dri.so free 0x5571735faec0 void 0.000119
+gallium_dri.so free 0x5571735fae40 void 0.000115
+gallium_dri.so malloc 72 0x5571735faec0 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000117
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faec0 0.000125
+gallium_dri.so free 0x5571735fb040 void 0.000121
+gallium_dri.so free 0x5571735faec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb060 0.000120
+gallium_dri.so free 0x5571735fb100 void 0.000118
+gallium_dri.so free 0x5571735fb060 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb0b0 0.000124
+gallium_dri.so free 0x5571735fb180 void 0.000125
+gallium_dri.so free 0x5571735fb0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb0b0 0.000125
+gallium_dri.so free 0x5571735fb200 void 0.000120
+gallium_dri.so free 0x5571735fb0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb200 0.000119
+gallium_dri.so free 0x5571735fb2c0 void 0.000118
+gallium_dri.so free 0x5571735fb200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb200 0.000118
+gallium_dri.so free 0x5571735fb380 void 0.000120
+gallium_dri.so free 0x5571735fb200 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb200 0.000120
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so free 0x5571735fb200 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000116
+gallium_dri.so free 0x5571735fb500 void 0.000119
+gallium_dri.so free 0x5571735fb3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000118
+gallium_dri.so free 0x5571735fb580 void 0.000119
+gallium_dri.so free 0x5571735fb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb5d0 0.000121
+gallium_dri.so free 0x5571735fb640 void 0.000119
+gallium_dri.so free 0x5571735fb5d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb660 0.000119
+gallium_dri.so free 0x5571735fb700 void 0.000119
+gallium_dri.so free 0x5571735fb660 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000119
+gallium_dri.so free 0x5571735fb780 void 0.000119
+gallium_dri.so free 0x5571735fb6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000119
+gallium_dri.so free 0x5571735fb800 void 0.000119
+gallium_dri.so free 0x5571735fb6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb800 0.000118
+gallium_dri.so free 0x5571735fb8c0 void 0.000118
+gallium_dri.so free 0x5571735fb800 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb800 0.000119
+gallium_dri.so free 0x5571735fb9c0 void 0.000130
+gallium_dri.so free 0x5571735fb800 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb970 0.000110
+gallium_dri.so free 0x5571735fba00 void 0.000111
+gallium_dri.so free 0x5571735fb970 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb970 0.000111
+gallium_dri.so free 0x5571735fbac0 void 0.000110
+gallium_dri.so free 0x5571735fb970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb00 0.000111
+gallium_dri.so free 0x5571735fbb80 void 0.000110
+gallium_dri.so free 0x5571735fbb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbb80 0.000110
+gallium_dri.so free 0x5571735fbc40 void 0.000111
+gallium_dri.so free 0x5571735fbb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbb80 0.000111
+gallium_dri.so free 0x5571735fbcc0 void 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000112
+gallium_dri.so free 0x5571735fbd40 void 0.000111
+gallium_dri.so free 0x5571735fbcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbcf0 0.000111
+gallium_dri.so free 0x5571735fbe40 void 0.000111
+gallium_dri.so free 0x5571735fbcf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbe80 0.000115
+gallium_dri.so free 0x55717361fdc0 void 0.000132
+gallium_dri.so free 0x5571735fbe80 void 0.000112
+gallium_dri.so malloc 72 0x55717361fe10 0.000110
+gallium_dri.so free 0x55717361fe80 void 0.000112
+gallium_dri.so free 0x55717361fe10 void 0.000227
+gallium_dri.so malloc 72 0x55717361fea0 0.000214
+gallium_dri.so free 0x55717361ff40 void 0.000210
+gallium_dri.so free 0x55717361fea0 void 0.000120
+gallium_dri.so malloc 72 0x55717361fef0 0.000120
+gallium_dri.so free 0x55717361ffc0 void 0.000120
+gallium_dri.so free 0x55717361fef0 void 0.000116
+gallium_dri.so malloc 72 0x55717361fef0 0.000116
+gallium_dri.so free 0x557173620040 void 0.000115
+gallium_dri.so free 0x55717361fef0 void 0.000120
+gallium_dri.so malloc 72 0x557173620040 0.000119
+gallium_dri.so free 0x557173620100 void 0.000116
+gallium_dri.so free 0x557173620040 void 0.000114
+gallium_dri.so malloc 72 0x557173620040 0.000115
+gallium_dri.so free 0x557173620200 void 0.000116
+gallium_dri.so free 0x557173620040 void 0.000114
+gallium_dri.so malloc 72 0x557173620040 0.000114
+gallium_dri.so free 0x557173620280 void 0.000115
+gallium_dri.so free 0x557173620040 void 0.000118
+gallium_dri.so malloc 72 0x5571736202b0 0.000126
+gallium_dri.so free 0x557173620300 void 0.000119
+gallium_dri.so free 0x5571736202b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736202b0 0.000114
+gallium_dri.so free 0x557173620400 void 0.000115
+gallium_dri.so free 0x5571736202b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736203b0 0.000115
+gallium_dri.so free 0x5571736204c0 void 0.000115
+gallium_dri.so free 0x5571736203b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620470 0.000124
+gallium_dri.so free 0x557173620500 void 0.000119
+gallium_dri.so free 0x557173620470 void 0.000115
+gallium_dri.so malloc 72 0x557173620470 0.000115
+gallium_dri.so free 0x5571736205c0 void 0.000116
+gallium_dri.so free 0x557173620470 void 0.000115
+gallium_dri.so malloc 72 0x557173620610 0.000115
+gallium_dri.so free 0x557173620680 void 0.000114
+gallium_dri.so free 0x557173620610 void 0.000115
+gallium_dri.so malloc 72 0x5571736206c0 0.000113
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x5571736206c0 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000113
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so malloc 72 0x557173620740 0.000115
+gallium_dri.so free 0x557173620880 void 0.000120
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so malloc 72 0x5571736208b0 0.000114
+gallium_dri.so free 0x557173620900 void 0.000116
+gallium_dri.so free 0x5571736208b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736208b0 0.000115
+gallium_dri.so free 0x557173620a00 void 0.000161
+gallium_dri.so free 0x5571736208b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736209b0 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x5571736209b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620a70 0.000115
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620a70 void 0.000113
+gallium_dri.so malloc 72 0x557173620b60 0.000114
+gallium_dri.so free 0x557173620c00 void 0.000114
+gallium_dri.so free 0x557173620b60 void 0.000132
+gallium_dri.so malloc 72 0x557173620bb0 0.000116
+gallium_dri.so free 0x557173620c80 void 0.000115
+gallium_dri.so free 0x557173620bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620bb0 0.000114
+gallium_dri.so free 0x557173620d00 void 0.000114
+gallium_dri.so free 0x557173620bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173620d00 0.000113
+gallium_dri.so free 0x557173620dc0 void 0.000115
+gallium_dri.so free 0x557173620d00 void 0.000114
+gallium_dri.so malloc 72 0x557173620d00 0.000115
+gallium_dri.so free 0x557173620e80 void 0.000115
+gallium_dri.so free 0x557173620d00 void 0.000115
+gallium_dri.so malloc 72 0x557173620d00 0.000113
+gallium_dri.so free 0x557173620f40 void 0.000116
+gallium_dri.so free 0x557173620d00 void 0.000115
+gallium_dri.so malloc 72 0x557173620ef0 0.000114
+gallium_dri.so free 0x557173620f40 void 0.000120
+gallium_dri.so free 0x557173620ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173620ef0 0.000114
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x557173620ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467430 0.000119
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so free 0x557173467430 void 0.000115
+gallium_dri.so malloc 72 0x55717360ba40 0.000120
+gallium_dri.so free 0x55717360bd00 void 0.000124
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcb0 0.000115
+gallium_dri.so free 0x55717360bd80 void 0.000116
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bb00 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcb0 0.000132
+gallium_dri.so free 0x5571735c4ec0 void 0.000117
+gallium_dri.so free 0x55717360bcb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f00 0.000115
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x5571735c4f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f80 0.000114
+gallium_dri.so free 0x5571735c5040 void 0.000115
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f80 0.000113
+gallium_dri.so free 0x557173589740 void 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x5571735897c0 void 0.000114
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735897c0 0.000113
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so free 0x5571735897c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735897c0 0.000114
+gallium_dri.so free 0x557173589900 void 0.000115
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so malloc 72 0x557173589900 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000115
+gallium_dri.so free 0x557173589900 void 0.000113
+gallium_dri.so malloc 72 0x557173589900 0.000127
+gallium_dri.so free 0x557173601340 void 0.000117
+gallium_dri.so free 0x557173589900 void 0.000113
+gallium_dri.so malloc 72 0x557173589900 0.000177
+gallium_dri.so free 0x557173601400 void 0.000117
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so free 0x5571736013b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736014d0 0.000113
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x5571736014d0 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000113
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601580 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x557173601580 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000113
+gallium_dri.so free 0x557173464ec0 void 0.000113
+gallium_dri.so free 0x557173601580 void 0.000114
+gallium_dri.so malloc 72 0x557173464e70 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000113
+gallium_dri.so free 0x557173464e70 void 0.000113
+gallium_dri.so malloc 72 0x557173464f90 0.000113
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464f90 void 0.000113
+gallium_dri.so malloc 72 0x557173465020 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000113
+gallium_dri.so free 0x557173465020 void 0.000114
+gallium_dri.so malloc 72 0x557173465070 0.000112
+gallium_dri.so free 0x557173465140 void 0.000130
+gallium_dri.so free 0x557173465070 void 0.000118
+gallium_dri.so malloc 72 0x5571734651b0 0.000122
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so free 0x5571734651b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734651b0 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000118
+gallium_dri.so free 0x5571734651b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628c0 0.000117
+gallium_dri.so free 0x557173462980 void 0.000118
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734628c0 0.000120
+gallium_dri.so free 0x557173462a40 void 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734628c0 0.000117
+gallium_dri.so free 0x557173462b00 void 0.000119
+gallium_dri.so free 0x5571734628c0 void 0.000117
+gallium_dri.so malloc 72 0x557173462ab0 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000121
+gallium_dri.so free 0x557173462ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173462bd0 0.000121
+gallium_dri.so free 0x557173608480 void 0.000120
+gallium_dri.so free 0x557173462bd0 void 0.000121
+gallium_dri.so malloc 72 0x557173462bd0 0.000120
+gallium_dri.so free 0x557173608540 void 0.000121
+gallium_dri.so free 0x557173462bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173608560 0.000137
+gallium_dri.so free 0x557173608600 void 0.000119
+gallium_dri.so free 0x557173608560 void 0.000116
+gallium_dri.so malloc 72 0x5571736085b0 0.000117
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x5571736085b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736085b0 0.000117
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so free 0x5571736085b0 void 0.000118
+gallium_dri.so malloc 72 0x557173608700 0.000117
+gallium_dri.so free 0x5571736087c0 void 0.000129
+gallium_dri.so free 0x557173608700 void 0.000119
+gallium_dri.so malloc 72 0x557173608700 0.000117
+gallium_dri.so free 0x55717358e200 void 0.000117
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so malloc 72 0x557173608700 0.000122
+gallium_dri.so free 0x55717358e2c0 void 0.000123
+gallium_dri.so free 0x557173608700 void 0.000121
+gallium_dri.so malloc 72 0x55717358e270 0.000121
+gallium_dri.so free 0x55717358e380 void 0.000120
+gallium_dri.so free 0x55717358e270 void 0.000118
+gallium_dri.so malloc 72 0x55717358e330 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000123
+gallium_dri.so free 0x55717358e330 void 0.000119
+gallium_dri.so malloc 72 0x55717358e450 0.000121
+gallium_dri.so free 0x55717358e4c0 void 0.000120
+gallium_dri.so free 0x55717358e450 void 0.000174
+gallium_dri.so malloc 72 0x55717358e4e0 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e4e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e530 0.000122
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so free 0x55717358e530 void 0.000121
+gallium_dri.so malloc 72 0x55717358e530 0.000118
+gallium_dri.so free 0x5571735d2640 void 0.000122
+gallium_dri.so free 0x55717358e530 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000121
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so free 0x5571735d2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000121
+gallium_dri.so free 0x5571735d2800 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000120
+gallium_dri.so malloc 72 0x5571735d27b0 0.000121
+gallium_dri.so free 0x5571735d2840 void 0.000119
+gallium_dri.so free 0x5571735d27b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d27b0 0.000117
+gallium_dri.so free 0x5571735d2900 void 0.000122
+gallium_dri.so free 0x5571735d27b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2940 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x5571735d2940 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000120
+gallium_dri.so free 0x5571735d00c0 void 0.000124
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0000 0.000119
+gallium_dri.so free 0x5571735d0140 void 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0170 0.000122
+gallium_dri.so free 0x5571735d01c0 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0300 0.000121
+gallium_dri.so free 0x557173469380 void 0.000122
+gallium_dri.so free 0x5571735d0300 void 0.000120
+gallium_dri.so malloc 72 0x557173469380 0.000120
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so malloc 72 0x557173469380 0.000120
+gallium_dri.so free 0x5571734694c0 void 0.000120
+gallium_dri.so free 0x557173469380 void 0.000121
+gallium_dri.so malloc 72 0x5571734694f0 0.000121
+gallium_dri.so free 0x5571735d0380 void 0.000122
+gallium_dri.so free 0x5571734694f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734694f0 0.000121
+gallium_dri.so free 0x557173469540 void 0.000122
+gallium_dri.so free 0x5571734694f0 void 0.000120
+gallium_dri.so malloc 72 0x557173469540 0.000122
+gallium_dri.so free 0x557173469600 void 0.000116
+gallium_dri.so free 0x557173469540 void 0.000115
+gallium_dri.so malloc 72 0x557173469540 0.000116
+gallium_dri.so free 0x557173469700 void 0.000117
+gallium_dri.so free 0x557173469540 void 0.000117
+gallium_dri.so malloc 72 0x557173469540 0.000116
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x557173469540 void 0.000116
+gallium_dri.so malloc 72 0x557173609eb0 0.000117
+gallium_dri.so free 0x557173609f00 void 0.000117
+gallium_dri.so free 0x557173609eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173609eb0 0.000117
+gallium_dri.so free 0x55717360a000 void 0.000118
+gallium_dri.so free 0x557173609eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173609fb0 0.000115
+gallium_dri.so free 0x55717360a0c0 void 0.000118
+gallium_dri.so free 0x557173609fb0 void 0.000179
+gallium_dri.so malloc 72 0x55717360a070 0.000158
+gallium_dri.so free 0x55717360a100 void 0.000161
+gallium_dri.so free 0x55717360a070 void 0.000178
+gallium_dri.so malloc 72 0x55717360a070 0.000119
+gallium_dri.so free 0x55717360a1c0 void 0.000115
+gallium_dri.so free 0x55717360a070 void 0.000116
+gallium_dri.so malloc 72 0x55717360a210 0.000252
+gallium_dri.so free 0x557173463240 void 0.000128
+gallium_dri.so free 0x55717360a210 void 0.000124
+gallium_dri.so malloc 72 0x557173463280 0.000124
+gallium_dri.so free 0x557173463300 void 0.000124
+gallium_dri.so free 0x557173463280 void 0.000124
+gallium_dri.so malloc 72 0x557173463300 0.000119
+gallium_dri.so free 0x5571734633c0 void 0.000121
+gallium_dri.so free 0x557173463300 void 0.000124
+gallium_dri.so malloc 72 0x557173463300 0.000123
+gallium_dri.so free 0x557173463440 void 0.000119
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so malloc 72 0x557173463470 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so free 0x557173463470 void 0.000114
+gallium_dri.so malloc 72 0x557173463470 0.000115
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463470 void 0.000113
+gallium_dri.so malloc 72 0x557173463570 0.000115
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x557173463570 void 0.000114
+gallium_dri.so malloc 72 0x557173608ec0 0.000114
+gallium_dri.so free 0x557173608f40 void 0.000115
+gallium_dri.so free 0x557173608ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ec0 0.000116
+gallium_dri.so free 0x557173608fc0 void 0.000118
+gallium_dri.so free 0x557173608ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ff0 0.000115
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so free 0x557173608ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ff0 0.000114
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so free 0x557173608ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571736090f0 0.000113
+gallium_dri.so free 0x557173609200 void 0.000116
+gallium_dri.so free 0x5571736090f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736091b0 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x5571736091b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601d70 0.000114
+gallium_dri.so free 0x557173601dc0 void 0.000116
+gallium_dri.so free 0x557173601d70 void 0.000119
+gallium_dri.so malloc 72 0x557173601d70 0.000117
+gallium_dri.so free 0x557173601ec0 void 0.000116
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000115
+gallium_dri.so free 0x557173601f80 void 0.000115
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so malloc 72 0x557173601f80 0.000114
+gallium_dri.so free 0x557173609240 void 0.000116
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so malloc 72 0x557173601f80 0.000116
+gallium_dri.so free 0x557173602040 void 0.000134
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602100 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so malloc 72 0x5571736020b0 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000113
+gallium_dri.so free 0x5571736020b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a50 0.000118
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a50 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b20 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so free 0x5571735d0b20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b70 0.000124
+gallium_dri.so free 0x5571735d0c00 void 0.000123
+gallium_dri.so free 0x5571735d0b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000120
+gallium_dri.so free 0x5571735d0cc0 void 0.000125
+gallium_dri.so free 0x5571735d0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d00 0.000123
+gallium_dri.so free 0x5571735d0d80 void 0.000123
+gallium_dri.so free 0x5571735d0d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d80 0.000120
+gallium_dri.so free 0x5571735d5580 void 0.000123
+gallium_dri.so free 0x5571735d0d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55a0 0.000173
+gallium_dri.so free 0x5571735d5640 void 0.000123
+gallium_dri.so free 0x5571735d55a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d55f0 0.000121
+gallium_dri.so free 0x5571735d56c0 void 0.000121
+gallium_dri.so free 0x5571735d55f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56c0 0.000121
+gallium_dri.so free 0x5571735d5780 void 0.000122
+gallium_dri.so free 0x5571735d56c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d56c0 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5800 0.000122
+gallium_dri.so free 0x5571735d58c0 void 0.000122
+gallium_dri.so free 0x5571735d5800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5800 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000123
+gallium_dri.so free 0x5571735d3040 void 0.000122
+gallium_dri.so free 0x5571735d2ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000148
+gallium_dri.so free 0x5571735d3140 void 0.000124
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d30f0 0.000125
+gallium_dri.so free 0x5571735d3200 void 0.000145
+gallium_dri.so free 0x5571735d30f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d31b0 0.000117
+gallium_dri.so free 0x5571735d3280 void 0.000120
+gallium_dri.so free 0x5571735d31b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32a0 0.000119
+gallium_dri.so free 0x5571735d3340 void 0.000123
+gallium_dri.so free 0x5571735d32a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d32f0 0.000116
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x5571735d32f0 void 0.000119
+gallium_dri.so malloc 72 0x557173591200 0.000119
+gallium_dri.so free 0x557173591280 void 0.000117
+gallium_dri.so free 0x557173591200 void 0.000121
+gallium_dri.so malloc 72 0x557173591280 0.000119
+gallium_dri.so free 0x557173591340 void 0.000121
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so malloc 72 0x557173591280 0.000120
+gallium_dri.so free 0x5571735913c0 void 0.000117
+gallium_dri.so free 0x557173591280 void 0.000117
+gallium_dri.so malloc 72 0x5571735913f0 0.000117
+gallium_dri.so free 0x557173591440 void 0.000117
+gallium_dri.so free 0x5571735913f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735913f0 0.000116
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x5571735913f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591580 0.000138
+gallium_dri.so free 0x557173604300 void 0.000123
+gallium_dri.so free 0x557173591580 void 0.000122
+gallium_dri.so malloc 72 0x557173604350 0.000121
+gallium_dri.so free 0x5571736043c0 void 0.000122
+gallium_dri.so free 0x557173604350 void 0.000121
+gallium_dri.so malloc 72 0x5571736043e0 0.000121
+gallium_dri.so free 0x557173604480 void 0.000123
+gallium_dri.so free 0x5571736043e0 void 0.000122
+gallium_dri.so malloc 72 0x557173604430 0.000118
+gallium_dri.so free 0x557173604500 void 0.000122
+gallium_dri.so free 0x557173604430 void 0.000121
+gallium_dri.so malloc 72 0x557173604430 0.000122
+gallium_dri.so free 0x557173604580 void 0.000123
+gallium_dri.so free 0x557173604430 void 0.000120
+gallium_dri.so malloc 72 0x557173604580 0.000121
+gallium_dri.so free 0x557173604640 void 0.000119
+gallium_dri.so free 0x557173604580 void 0.000119
+gallium_dri.so malloc 72 0x557173604580 0.000123
+gallium_dri.so free 0x55717358a080 void 0.000122
+gallium_dri.so free 0x557173604580 void 0.000122
+gallium_dri.so malloc 72 0x55717358a0a0 0.000121
+gallium_dri.so free 0x55717358a140 void 0.000123
+gallium_dri.so free 0x55717358a0a0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a0f0 0.000121
+gallium_dri.so free 0x55717358a1c0 void 0.000163
+gallium_dri.so free 0x55717358a0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0f0 0.000123
+gallium_dri.so free 0x55717358a240 void 0.000122
+gallium_dri.so free 0x55717358a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a240 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000122
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so malloc 72 0x55717358a240 0.000121
+gallium_dri.so free 0x55717358a3c0 void 0.000122
+gallium_dri.so free 0x55717358a240 void 0.000121
+gallium_dri.so malloc 72 0x55717358a240 0.000123
+gallium_dri.so free 0x5571736068c0 void 0.000133
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so malloc 72 0x557173606910 0.000123
+gallium_dri.so free 0x557173606980 void 0.000121
+gallium_dri.so free 0x557173606910 void 0.000122
+gallium_dri.so malloc 72 0x5571736069c0 0.000121
+gallium_dri.so free 0x557173606a40 void 0.000120
+gallium_dri.so free 0x5571736069c0 void 0.000121
+gallium_dri.so malloc 72 0x557173606a40 0.000121
+gallium_dri.so free 0x557173606b00 void 0.000119
+gallium_dri.so free 0x557173606a40 void 0.000124
+gallium_dri.so malloc 72 0x557173606a40 0.000124
+gallium_dri.so free 0x55717358a480 void 0.000122
+gallium_dri.so free 0x557173606a40 void 0.000121
+gallium_dri.so malloc 72 0x55717358a430 0.000129
+gallium_dri.so free 0x557173606b80 void 0.000123
+gallium_dri.so free 0x55717358a430 void 0.000122
+gallium_dri.so malloc 72 0x557173606bc0 0.000120
+gallium_dri.so free 0x557173606c40 void 0.000120
+gallium_dri.so free 0x557173606bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173606c40 0.000121
+gallium_dri.so free 0x557173467dc0 void 0.000120
+gallium_dri.so free 0x557173606c40 void 0.000119
+gallium_dri.so malloc 72 0x557173467e00 0.000119
+gallium_dri.so free 0x557173467e80 void 0.000119
+gallium_dri.so free 0x557173467e00 void 0.000120
+gallium_dri.so malloc 72 0x557173467e00 0.000121
+gallium_dri.so free 0x557173467f00 void 0.000121
+gallium_dri.so free 0x557173467e00 void 0.000121
+gallium_dri.so malloc 72 0x557173467f30 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000122
+gallium_dri.so free 0x557173467f30 void 0.000118
+gallium_dri.so malloc 72 0x557173467f30 0.000120
+gallium_dri.so free 0x557173468080 void 0.000120
+gallium_dri.so free 0x557173467f30 void 0.000121
+gallium_dri.so malloc 72 0x557173468030 0.000123
+gallium_dri.so free 0x557173468140 void 0.000120
+gallium_dri.so free 0x557173468030 void 0.000119
+gallium_dri.so malloc 72 0x5571734680f0 0.000120
+gallium_dri.so free 0x55717358ec00 void 0.000136
+gallium_dri.so free 0x5571734680f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ec30 0.000121
+gallium_dri.so free 0x55717358ec80 void 0.000120
+gallium_dri.so free 0x55717358ec30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ec30 0.000122
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ec30 void 0.000122
+gallium_dri.so malloc 72 0x55717358edc0 0.000119
+gallium_dri.so free 0x55717358ee40 void 0.000122
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee40 0.000121
+gallium_dri.so free 0x557173468180 void 0.000122
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so malloc 72 0x55717358ee40 0.000120
+gallium_dri.so free 0x55717358ef00 void 0.000123
+gallium_dri.so free 0x55717358ee40 void 0.000120
+gallium_dri.so malloc 72 0x55717358ee40 0.000121
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so free 0x55717358ee40 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef70 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000122
+gallium_dri.so free 0x55717358ef70 void 0.000118
+gallium_dri.so malloc 72 0x55717358c690 0.000122
+gallium_dri.so free 0x55717358c700 void 0.000120
+gallium_dri.so free 0x55717358c690 void 0.000124
+gallium_dri.so malloc 72 0x55717358c760 0.000137
+gallium_dri.so free 0x55717358c800 void 0.000123
+gallium_dri.so free 0x55717358c760 void 0.000122
+gallium_dri.so malloc 72 0x55717358c7b0 0.000122
+gallium_dri.so free 0x55717358c840 void 0.000121
+gallium_dri.so free 0x55717358c7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c7b0 0.000122
+gallium_dri.so free 0x55717358c900 void 0.000121
+gallium_dri.so free 0x55717358c7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c940 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000121
+gallium_dri.so free 0x55717358c940 void 0.000119
+gallium_dri.so malloc 72 0x55717358c9c0 0.000126
+gallium_dri.so free 0x557173465800 void 0.000122
+gallium_dri.so free 0x55717358c9c0 void 0.000125
+gallium_dri.so malloc 72 0x557173465820 0.000121
+gallium_dri.so free 0x5571734658c0 void 0.000120
+gallium_dri.so free 0x557173465820 void 0.000118
+gallium_dri.so malloc 72 0x557173465870 0.000123
+gallium_dri.so free 0x557173465940 void 0.000120
+gallium_dri.so free 0x557173465870 void 0.000122
+gallium_dri.so malloc 72 0x557173465940 0.000122
+gallium_dri.so free 0x557173465a00 void 0.000122
+gallium_dri.so free 0x557173465940 void 0.000120
+gallium_dri.so malloc 72 0x557173465940 0.000121
+gallium_dri.so free 0x557173465a80 void 0.000134
+gallium_dri.so free 0x557173465940 void 0.000125
+gallium_dri.so malloc 72 0x557173465a80 0.000119
+gallium_dri.so free 0x557173465b40 void 0.000121
+gallium_dri.so free 0x557173465a80 void 0.000120
+gallium_dri.so malloc 72 0x557173465a80 0.000123
+gallium_dri.so free 0x557173609580 void 0.000122
+gallium_dri.so free 0x557173465a80 void 0.000123
+gallium_dri.so malloc 72 0x557173609530 0.000122
+gallium_dri.so free 0x557173609600 void 0.000121
+gallium_dri.so free 0x557173609530 void 0.000118
+gallium_dri.so malloc 72 0x557173609530 0.000122
+gallium_dri.so free 0x557173609680 void 0.000122
+gallium_dri.so free 0x557173609530 void 0.000119
+gallium_dri.so malloc 72 0x557173609680 0.000123
+gallium_dri.so free 0x557173609740 void 0.000123
+gallium_dri.so free 0x557173609680 void 0.000120
+gallium_dri.so malloc 72 0x557173609680 0.000121
+gallium_dri.so free 0x557173609840 void 0.000122
+gallium_dri.so free 0x557173609680 void 0.000120
+gallium_dri.so malloc 72 0x5571736097f0 0.000118
+gallium_dri.so free 0x557173609880 void 0.000122
+gallium_dri.so free 0x5571736097f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736097f0 0.000122
+gallium_dri.so free 0x557173609940 void 0.000120
+gallium_dri.so free 0x5571736097f0 void 0.000121
+gallium_dri.so malloc 72 0x557173609980 0.000132
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x557173609980 void 0.000119
+gallium_dri.so malloc 72 0x55717360b440 0.000121
+gallium_dri.so free 0x55717360b500 void 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so malloc 72 0x55717360b440 0.000122
+gallium_dri.so free 0x55717360b580 void 0.000121
+gallium_dri.so free 0x55717360b440 void 0.000123
+gallium_dri.so malloc 72 0x55717360b5b0 0.000118
+gallium_dri.so free 0x55717360b600 void 0.000120
+gallium_dri.so free 0x55717360b5b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b5b0 0.000123
+gallium_dri.so free 0x55717360b700 void 0.000124
+gallium_dri.so free 0x55717360b5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b740 0.000122
+gallium_dri.so free 0x55717360b7c0 void 0.000122
+gallium_dri.so free 0x55717360b740 void 0.000118
+gallium_dri.so malloc 72 0x55717360b7c0 0.000121
+gallium_dri.so free 0x55717360b880 void 0.000122
+gallium_dri.so free 0x55717360b7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b7c0 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x55717360b7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360b7c0 0.000118
+gallium_dri.so free 0x5571735d2080 void 0.000131
+gallium_dri.so free 0x55717360b7c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2030 0.000123
+gallium_dri.so free 0x5571735d2100 void 0.000123
+gallium_dri.so free 0x5571735d2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2150 0.000123
+gallium_dri.so free 0x5571735d21c0 void 0.000122
+gallium_dri.so free 0x5571735d2150 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2220 0.000119
+gallium_dri.so free 0x5571735d22c0 void 0.000120
+gallium_dri.so free 0x5571735d2220 void 0.000123
+gallium_dri.so malloc 72 0x5571735d2270 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000122
+gallium_dri.so free 0x5571735d2270 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2270 0.000120
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x5571735d2270 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2400 0.000123
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so free 0x5571735d2400 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4580 0.000119
+gallium_dri.so free 0x5571735d4640 void 0.000122
+gallium_dri.so free 0x5571735d4580 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4580 0.000118
+gallium_dri.so free 0x5571735d46c0 void 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735d46f0 0.000132
+gallium_dri.so free 0x5571735d4740 void 0.000123
+gallium_dri.so free 0x5571735d46f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d4740 0.000121
+gallium_dri.so free 0x5571735d4800 void 0.000119
+gallium_dri.so free 0x5571735d4740 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4740 0.000122
+gallium_dri.so free 0x5571735d4900 void 0.000123
+gallium_dri.so free 0x5571735d4740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48b0 0.000121
+gallium_dri.so free 0x5571735d49c0 void 0.000119
+gallium_dri.so free 0x5571735d48b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4970 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x5571735d4970 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4970 0.000120
+gallium_dri.so free 0x557173466e80 void 0.000119
+gallium_dri.so free 0x5571735d4970 void 0.000121
+gallium_dri.so malloc 72 0x557173466e30 0.000118
+gallium_dri.so free 0x557173466f00 void 0.000119
+gallium_dri.so free 0x557173466e30 void 0.000121
+gallium_dri.so malloc 72 0x557173466f50 0.000121
+gallium_dri.so free 0x557173466fc0 void 0.000124
+gallium_dri.so free 0x557173466f50 void 0.000121
+gallium_dri.so malloc 72 0x557173467000 0.000121
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173467000 void 0.000147
+gallium_dri.so malloc 72 0x557173467000 0.000121
+gallium_dri.so free 0x557173467100 void 0.000122
+gallium_dri.so free 0x557173467000 void 0.000123
+gallium_dri.so malloc 72 0x557173467130 0.000120
+gallium_dri.so free 0x557173467180 void 0.000123
+gallium_dri.so free 0x557173467130 void 0.000121
+gallium_dri.so malloc 72 0x557173467130 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000122
+gallium_dri.so free 0x557173467130 void 0.000119
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x557173607f40 void 0.000120
+gallium_dri.so free 0x557173607e80 void 0.000120
+gallium_dri.so malloc 72 0x557173607e80 0.000119
+gallium_dri.so free 0x557173607fc0 void 0.000122
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so malloc 72 0x557173607ff0 0.000122
+gallium_dri.so free 0x557173608040 void 0.000120
+gallium_dri.so free 0x557173607ff0 void 0.000182
+gallium_dri.so malloc 72 0x557173607ff0 0.000149
+gallium_dri.so free 0x557173608140 void 0.000135
+gallium_dri.so free 0x557173607ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173608180 0.000122
+gallium_dri.so free 0x557173608200 void 0.000122
+gallium_dri.so free 0x557173608180 void 0.000126
+gallium_dri.so malloc 72 0x557173608200 0.000123
+gallium_dri.so free 0x5571736082c0 void 0.000123
+gallium_dri.so free 0x557173608200 void 0.000121
+gallium_dri.so malloc 72 0x557173608200 0.000123
+gallium_dri.so free 0x5571736058c0 void 0.000120
+gallium_dri.so free 0x557173608200 void 0.000121
+gallium_dri.so malloc 72 0x557173608200 0.000122
+gallium_dri.so free 0x557173605980 void 0.000123
+gallium_dri.so free 0x557173608200 void 0.000120
+gallium_dri.so malloc 72 0x557173605930 0.000121
+gallium_dri.so free 0x557173605a00 void 0.000122
+gallium_dri.so free 0x557173605930 void 0.000118
+gallium_dri.so malloc 72 0x557173605a50 0.000122
+gallium_dri.so free 0x557173605ac0 void 0.000123
+gallium_dri.so free 0x557173605a50 void 0.000121
+gallium_dri.so malloc 72 0x557173605b20 0.000122
+gallium_dri.so free 0x557173605bc0 void 0.000122
+gallium_dri.so free 0x557173605b20 void 0.000121
+gallium_dri.so malloc 72 0x557173605b70 0.000121
+gallium_dri.so free 0x557173605c00 void 0.000121
+gallium_dri.so free 0x557173605b70 void 0.000121
+gallium_dri.so malloc 72 0x557173605b70 0.000122
+gallium_dri.so free 0x557173605cc0 void 0.000122
+gallium_dri.so free 0x557173605b70 void 0.000120
+gallium_dri.so malloc 72 0x557173605d00 0.000121
+gallium_dri.so free 0x55717358dc00 void 0.000129
+gallium_dri.so free 0x557173605d00 void 0.000123
+gallium_dri.so malloc 72 0x55717358dc00 0.000122
+gallium_dri.so free 0x55717358dcc0 void 0.000122
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so malloc 72 0x55717358dc00 0.000123
+gallium_dri.so free 0x55717358dd40 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000122
+gallium_dri.so malloc 72 0x55717358dd70 0.000122
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so free 0x55717358dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717358ddc0 0.000123
+gallium_dri.so free 0x55717358de80 void 0.000123
+gallium_dri.so free 0x55717358ddc0 void 0.000146
+gallium_dri.so malloc 72 0x55717358ddc0 0.000123
+gallium_dri.so free 0x55717358df80 void 0.000121
+gallium_dri.so free 0x55717358ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000121
+gallium_dri.so free 0x55717358e040 void 0.000122
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000123
+gallium_dri.so free 0x5571735cfa00 void 0.000123
+gallium_dri.so free 0x55717358dff0 void 0.000121
+gallium_dri.so malloc 72 0x55717358dff0 0.000121
+gallium_dri.so free 0x5571735cfac0 void 0.000122
+gallium_dri.so free 0x55717358dff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfa70 0.000162
+gallium_dri.so free 0x5571735cfb40 void 0.000165
+gallium_dri.so free 0x5571735cfa70 void 0.000163
+gallium_dri.so malloc 72 0x5571735cfb90 0.000162
+gallium_dri.so free 0x5571735cfc00 void 0.000163
+gallium_dri.so free 0x5571735cfb90 void 0.000162
+gallium_dri.so malloc 72 0x5571735cfc40 0.000164
+gallium_dri.so free 0x5571735cfcc0 void 0.000162
+gallium_dri.so free 0x5571735cfc40 void 0.000159
+gallium_dri.so malloc 72 0x5571735cfc40 0.000162
+gallium_dri.so free 0x5571735cfd40 void 0.000164
+gallium_dri.so free 0x5571735cfc40 void 0.000162
+gallium_dri.so malloc 72 0x5571735cfd70 0.000171
+gallium_dri.so free 0x5571735cfdc0 void 0.000131
+gallium_dri.so free 0x5571735cfd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfd70 0.000118
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so free 0x5571735cfd70 void 0.000121
+gallium_dri.so malloc 72 0x557173603300 0.000123
+gallium_dri.so free 0x5571736033c0 void 0.000123
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so malloc 72 0x557173603300 0.000134
+gallium_dri.so free 0x557173603440 void 0.000123
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so malloc 72 0x557173603470 0.000121
+gallium_dri.so free 0x5571736034c0 void 0.000123
+gallium_dri.so free 0x557173603470 void 0.000118
+gallium_dri.so malloc 72 0x557173603470 0.000121
+gallium_dri.so free 0x5571736035c0 void 0.000121
+gallium_dri.so free 0x557173603470 void 0.000119
+gallium_dri.so malloc 72 0x557173603600 0.000120
+gallium_dri.so free 0x557173603680 void 0.000122
+gallium_dri.so free 0x557173603600 void 0.000120
+gallium_dri.so malloc 72 0x557173603680 0.000122
+gallium_dri.so free 0x557173603740 void 0.000174
+gallium_dri.so free 0x557173603680 void 0.000206
+gallium_dri.so malloc 72 0x557173603680 0.000131
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x557173603680 void 0.000114
+gallium_dri.so malloc 72 0x557173603680 0.000118
+gallium_dri.so free 0x55717358b700 void 0.000122
+gallium_dri.so free 0x557173603680 void 0.000120
+gallium_dri.so malloc 72 0x55717358b6b0 0.000115
+gallium_dri.so free 0x55717358b780 void 0.000122
+gallium_dri.so free 0x55717358b6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358b7d0 0.000124
+gallium_dri.so free 0x55717358b840 void 0.000146
+gallium_dri.so free 0x55717358b7d0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8a0 0.000115
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b8a0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8f0 0.000115
+gallium_dri.so free 0x55717358b980 void 0.000116
+gallium_dri.so free 0x55717358b8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b8f0 0.000117
+gallium_dri.so free 0x55717358ba40 void 0.000120
+gallium_dri.so free 0x55717358b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ba80 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x55717358ba80 void 0.000118
+gallium_dri.so malloc 72 0x5571735901c0 0.000117
+gallium_dri.so free 0x557173590280 void 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000124
+gallium_dri.so free 0x557173590300 void 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590330 0.000115
+gallium_dri.so free 0x557173590380 void 0.000115
+gallium_dri.so free 0x557173590330 void 0.000114
+gallium_dri.so malloc 72 0x557173590380 0.000114
+gallium_dri.so free 0x557173590440 void 0.000114
+gallium_dri.so free 0x557173590380 void 0.000113
+gallium_dri.so malloc 72 0x557173590380 0.000114
+gallium_dri.so free 0x557173590540 void 0.000132
+gallium_dri.so free 0x557173590380 void 0.000126
+gallium_dri.so malloc 72 0x5571735904f0 0.000126
+gallium_dri.so free 0x557173590600 void 0.000143
+gallium_dri.so free 0x5571735904f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735905b0 0.000203
+gallium_dri.so free 0x557173464800 void 0.000138
+gallium_dri.so free 0x5571735905b0 void 0.000187
+gallium_dri.so malloc 72 0x5571735905b0 0.000123
+gallium_dri.so free 0x5571734648c0 void 0.000124
+gallium_dri.so free 0x5571735905b0 void 0.000125
+gallium_dri.so malloc 72 0x557173464870 0.000129
+gallium_dri.so free 0x557173464940 void 0.000123
+gallium_dri.so free 0x557173464870 void 0.000114
+gallium_dri.so malloc 72 0x557173464990 0.000115
+gallium_dri.so free 0x557173464a00 void 0.000145
+gallium_dri.so free 0x557173464990 void 0.000115
+gallium_dri.so malloc 72 0x557173464a40 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000113
+gallium_dri.so free 0x557173464a40 void 0.000113
+gallium_dri.so malloc 72 0x557173464a40 0.000113
+gallium_dri.so free 0x557173464b40 void 0.000113
+gallium_dri.so free 0x557173464a40 void 0.000114
+gallium_dri.so malloc 72 0x557173464b70 0.000112
+gallium_dri.so free 0x557173464bc0 void 0.000129
+gallium_dri.so free 0x557173464b70 void 0.000116
+gallium_dri.so malloc 72 0x557173464b70 0.000115
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so free 0x557173464b70 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000115
+gallium_dri.so free 0x5571735891c0 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x5571735891f0 0.000114
+gallium_dri.so free 0x557173589240 void 0.000114
+gallium_dri.so free 0x5571735891f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735891f0 0.000114
+gallium_dri.so free 0x557173589340 void 0.000114
+gallium_dri.so free 0x5571735891f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589380 0.000113
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x557173589380 void 0.000113
+gallium_dri.so malloc 72 0x557173589400 0.000114
+gallium_dri.so free 0x5571735894c0 void 0.000115
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so malloc 72 0x557173589400 0.000112
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000114
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000114
+gallium_dri.so free 0x5571735f2d00 void 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d30 0.000117
+gallium_dri.so free 0x5571735f2d80 void 0.000115
+gallium_dri.so free 0x5571735f2d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2d30 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000115
+gallium_dri.so free 0x5571735f2d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2e30 0.000112
+gallium_dri.so free 0x5571735f2f40 void 0.000161
+gallium_dri.so free 0x5571735f2e30 void 0.000155
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000114
+gallium_dri.so free 0x5571735f2f80 void 0.000130
+gallium_dri.so free 0x5571735f2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ef0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000179
+gallium_dri.so free 0x5571735f2ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3090 0.000119
+gallium_dri.so free 0x5571735f3100 void 0.000120
+gallium_dri.so free 0x5571735f3090 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3140 0.000118
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so free 0x5571735f3140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3280 void 0.000119
+gallium_dri.so free 0x5571735f31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31c0 0.000119
+gallium_dri.so free 0x5571735f3300 void 0.000122
+gallium_dri.so free 0x5571735f31c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3330 0.000128
+gallium_dri.so free 0x5571735f3380 void 0.000121
+gallium_dri.so free 0x5571735f3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3330 0.000120
+gallium_dri.so free 0x5571735f3480 void 0.000125
+gallium_dri.so free 0x5571735f3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3430 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000119
+gallium_dri.so free 0x5571735f3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f34f0 0.000120
+gallium_dri.so free 0x5571735f35c0 void 0.000121
+gallium_dri.so free 0x5571735f34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f35e0 0.000133
+gallium_dri.so free 0x5571735f3680 void 0.000120
+gallium_dri.so free 0x5571735f35e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3630 0.000119
+gallium_dri.so free 0x5571734734c0 void 0.000122
+gallium_dri.so free 0x5571735f3630 void 0.000120
+gallium_dri.so malloc 72 0x557173473470 0.000118
+gallium_dri.so free 0x557173473540 void 0.000120
+gallium_dri.so free 0x557173473470 void 0.000119
+gallium_dri.so malloc 72 0x557173473590 0.000119
+gallium_dri.so free 0x557173473600 void 0.000119
+gallium_dri.so free 0x557173473590 void 0.000121
+gallium_dri.so malloc 72 0x557173473620 0.000118
+gallium_dri.so free 0x5571734736c0 void 0.000120
+gallium_dri.so free 0x557173473620 void 0.000118
+gallium_dri.so malloc 72 0x557173473670 0.000119
+gallium_dri.so free 0x557173473740 void 0.000120
+gallium_dri.so free 0x557173473670 void 0.000119
+gallium_dri.so malloc 72 0x557173473670 0.000119
+gallium_dri.so free 0x557173473840 void 0.000119
+gallium_dri.so free 0x557173473670 void 0.000120
+gallium_dri.so malloc 72 0x5571734737f0 0.000119
+gallium_dri.so free 0x5571734738c0 void 0.000110
+gallium_dri.so free 0x5571734737f0 void 0.000119
+gallium_dri.so malloc 72 0x557173473910 0.000119
+gallium_dri.so free 0x557173473980 void 0.000120
+gallium_dri.so free 0x557173473910 void 0.000131
+gallium_dri.so malloc 72 0x5571734739a0 0.000120
+gallium_dri.so free 0x557173473a40 void 0.000120
+gallium_dri.so free 0x5571734739a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734739f0 0.000120
+gallium_dri.so free 0x557173473ac0 void 0.000122
+gallium_dri.so free 0x5571734739f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734739f0 0.000120
+gallium_dri.so free 0x557173473b40 void 0.000120
+gallium_dri.so free 0x5571734739f0 void 0.000120
+gallium_dri.so malloc 72 0x557173473b40 0.000119
+gallium_dri.so free 0x557173473c00 void 0.000120
+gallium_dri.so free 0x557173473b40 void 0.000118
+gallium_dri.so malloc 72 0x557173473b40 0.000120
+gallium_dri.so free 0x557173473d00 void 0.000114
+gallium_dri.so free 0x557173473b40 void 0.000113
+gallium_dri.so malloc 72 0x557173473b40 0.000112
+gallium_dri.so free 0x557173473d80 void 0.000115
+gallium_dri.so free 0x557173473b40 void 0.000113
+gallium_dri.so malloc 72 0x557173473db0 0.000114
+gallium_dri.so free 0x557173473e00 void 0.000114
+gallium_dri.so free 0x557173473db0 void 0.000112
+gallium_dri.so malloc 72 0x557173473db0 0.000113
+gallium_dri.so free 0x557173473f00 void 0.000114
+gallium_dri.so free 0x557173473db0 void 0.000112
+gallium_dri.so malloc 72 0x557173473eb0 0.000112
+gallium_dri.so free 0x557173473fc0 void 0.000114
+gallium_dri.so free 0x557173473eb0 void 0.000190
+gallium_dri.so malloc 72 0x557173473f70 0.000116
+gallium_dri.so free 0x557173474000 void 0.000113
+gallium_dri.so free 0x557173473f70 void 0.000113
+gallium_dri.so malloc 72 0x557173473f70 0.000113
+gallium_dri.so free 0x5571734740c0 void 0.000113
+gallium_dri.so free 0x557173473f70 void 0.000113
+gallium_dri.so malloc 72 0x557173474110 0.000114
+gallium_dri.so free 0x557173474180 void 0.000113
+gallium_dri.so free 0x557173474110 void 0.000112
+gallium_dri.so malloc 72 0x5571734741c0 0.000112
+gallium_dri.so free 0x55717361fdc0 void 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe10 0.000113
+gallium_dri.so free 0x55717361fe80 void 0.000115
+gallium_dri.so free 0x55717361fe10 void 0.000113
+gallium_dri.so malloc 72 0x55717361fea0 0.000115
+gallium_dri.so free 0x55717361ff40 void 0.000113
+gallium_dri.so free 0x55717361fea0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fef0 0.000113
+gallium_dri.so free 0x55717361ffc0 void 0.000114
+gallium_dri.so free 0x55717361fef0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fef0 0.000115
+gallium_dri.so free 0x557173620040 void 0.000114
+gallium_dri.so free 0x55717361fef0 void 0.000113
+gallium_dri.so malloc 72 0x557173620040 0.000114
+gallium_dri.so free 0x557173620100 void 0.000114
+gallium_dri.so free 0x557173620040 void 0.000123
+gallium_dri.so malloc 72 0x557173620040 0.000114
+gallium_dri.so free 0x557173620200 void 0.000113
+gallium_dri.so free 0x557173620040 void 0.000112
+gallium_dri.so malloc 72 0x5571736201b0 0.000113
+gallium_dri.so free 0x557173620240 void 0.000113
+gallium_dri.so free 0x5571736201b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736201b0 0.000114
+gallium_dri.so free 0x557173620300 void 0.000114
+gallium_dri.so free 0x5571736201b0 void 0.000115
+gallium_dri.so malloc 72 0x557173620340 0.000113
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so free 0x557173620340 void 0.000114
+gallium_dri.so malloc 72 0x5571736203c0 0.000113
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736203c0 0.000114
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so free 0x5571736203c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000113
+gallium_dri.so free 0x557173620580 void 0.000122
+gallium_dri.so free 0x557173620530 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000114
+gallium_dri.so free 0x557173620680 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000113
+gallium_dri.so malloc 72 0x5571736206c0 0.000112
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so free 0x5571736206c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620740 0.000126
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620880 void 0.000113
+gallium_dri.so free 0x557173620740 void 0.000112
+gallium_dri.so malloc 72 0x5571736208b0 0.000112
+gallium_dri.so free 0x557173620900 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736208b0 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so free 0x5571736208b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736209b0 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x5571736209b0 void 0.000112
+gallium_dri.so malloc 72 0x557173620a70 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000115
+gallium_dri.so free 0x557173620a70 void 0.000113
+gallium_dri.so malloc 72 0x557173620a70 0.000113
+gallium_dri.so free 0x557173620c00 void 0.000114
+gallium_dri.so free 0x557173620a70 void 0.000113
+gallium_dri.so malloc 72 0x557173620a70 0.000112
+gallium_dri.so free 0x557173620cc0 void 0.000113
+gallium_dri.so free 0x557173620a70 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000115
+gallium_dri.so free 0x557173620d40 void 0.000114
+gallium_dri.so free 0x557173620c70 void 0.000113
+gallium_dri.so malloc 72 0x557173620d90 0.000189
+gallium_dri.so free 0x557173620e00 void 0.000115
+gallium_dri.so free 0x557173620d90 void 0.000113
+gallium_dri.so malloc 72 0x557173620e20 0.000113
+gallium_dri.so free 0x557173460440 void 0.000114
+gallium_dri.so free 0x557173620e20 void 0.000113
+gallium_dri.so malloc 72 0x557173620e20 0.000114
+gallium_dri.so free 0x557173460500 void 0.000114
+gallium_dri.so free 0x557173620e20 void 0.000113
+gallium_dri.so malloc 72 0x5571734604b0 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000114
+gallium_dri.so free 0x5571734604b0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460690 0.000113
+gallium_dri.so free 0x557173460700 void 0.000113
+gallium_dri.so free 0x557173460690 void 0.000113
+gallium_dri.so malloc 72 0x557173460720 0.000114
+gallium_dri.so free 0x5571734607c0 void 0.000114
+gallium_dri.so free 0x557173460720 void 0.000112
+gallium_dri.so malloc 72 0x557173460770 0.000114
+gallium_dri.so free 0x557173460840 void 0.000114
+gallium_dri.so free 0x557173460770 void 0.000113
+gallium_dri.so malloc 72 0x557173460770 0.000114
+gallium_dri.so free 0x5571734608c0 void 0.000113
+gallium_dri.so free 0x557173460770 void 0.000114
+gallium_dri.so malloc 72 0x5571734608c0 0.000124
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so free 0x5571734608c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608c0 0.000114
+gallium_dri.so free 0x557173460a80 void 0.000114
+gallium_dri.so free 0x5571734608c0 void 0.000113
+gallium_dri.so malloc 72 0x557173460a30 0.000114
+gallium_dri.so free 0x557173460ac0 void 0.000114
+gallium_dri.so free 0x557173460a30 void 0.000112
+gallium_dri.so malloc 72 0x557173460a30 0.000113
+gallium_dri.so free 0x557173460b80 void 0.000115
+gallium_dri.so free 0x557173460a30 void 0.000113
+gallium_dri.so malloc 72 0x557173460bc0 0.000115
+gallium_dri.so free 0x557173460c40 void 0.000114
+gallium_dri.so free 0x557173460bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460c40 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000113
+gallium_dri.so free 0x557173460c40 void 0.000114
+gallium_dri.so malloc 72 0x557173460c40 0.000112
+gallium_dri.so free 0x557173460d80 void 0.000114
+gallium_dri.so free 0x557173460c40 void 0.000118
+gallium_dri.so malloc 72 0x557173460db0 0.000113
+gallium_dri.so free 0x557173460e00 void 0.000113
+gallium_dri.so free 0x557173460db0 void 0.000113
+gallium_dri.so malloc 72 0x557173460db0 0.000113
+gallium_dri.so free 0x557173460f00 void 0.000113
+gallium_dri.so free 0x557173460db0 void 0.000112
+gallium_dri.so malloc 72 0x557173460f40 0.000115
+gallium_dri.so free 0x557173460fc0 void 0.000126
+gallium_dri.so free 0x557173460f40 void 0.000115
+gallium_dri.so malloc 72 0x557173460fc0 0.000114
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so free 0x557173460fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460fc0 0.000113
+gallium_dri.so free 0x557173461100 void 0.000114
+gallium_dri.so free 0x557173460fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461130 0.000113
+gallium_dri.so free 0x557173461180 void 0.000116
+gallium_dri.so free 0x557173461130 void 0.000112
+gallium_dri.so malloc 72 0x557173461130 0.000114
+gallium_dri.so free 0x557173461280 void 0.000113
+gallium_dri.so free 0x557173461130 void 0.000113
+gallium_dri.so malloc 72 0x557173461230 0.000114
+gallium_dri.so free 0x557173461340 void 0.000114
+gallium_dri.so free 0x557173461230 void 0.000113
+gallium_dri.so malloc 72 0x5571734612f0 0.000116
+gallium_dri.so free 0x5571734613c0 void 0.000113
+gallium_dri.so free 0x5571734612f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734612f0 0.000113
+gallium_dri.so free 0x557173461480 void 0.000122
+gallium_dri.so free 0x5571734612f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734612f0 0.000114
+gallium_dri.so free 0x557173461540 void 0.000114
+gallium_dri.so free 0x5571734612f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734614f0 0.000113
+gallium_dri.so free 0x5571734615c0 void 0.000158
+gallium_dri.so free 0x5571734614f0 void 0.000116
+gallium_dri.so malloc 72 0x557173461610 0.000113
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so free 0x557173461610 void 0.000113
+gallium_dri.so malloc 72 0x5571734616a0 0.000113
+gallium_dri.so free 0x557173461740 void 0.000114
+gallium_dri.so free 0x5571734616a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734616f0 0.000114
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x5571734616f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617c0 0.000114
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734617c0 0.000113
+gallium_dri.so free 0x557173461900 void 0.000116
+gallium_dri.so free 0x5571734617c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461900 0.000112
+gallium_dri.so free 0x5571734619c0 void 0.000157
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so malloc 72 0x557173461900 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so malloc 72 0x557173461900 0.000113
+gallium_dri.so free 0x557173461b40 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000113
+gallium_dri.so malloc 72 0x557173461af0 0.000114
+gallium_dri.so free 0x557173461bc0 void 0.000122
+gallium_dri.so free 0x557173461af0 void 0.000114
+gallium_dri.so malloc 72 0x557173461c10 0.000113
+gallium_dri.so free 0x557173461c80 void 0.000114
+gallium_dri.so free 0x557173461c10 void 0.000113
+gallium_dri.so malloc 72 0x557173461cc0 0.000116
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x557173461cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461cc0 0.000116
+gallium_dri.so free 0x557173461dc0 void 0.000115
+gallium_dri.so free 0x557173461cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461df0 0.000113
+gallium_dri.so free 0x557173461e40 void 0.000113
+gallium_dri.so free 0x557173461df0 void 0.000112
+gallium_dri.so malloc 72 0x557173461df0 0.000113
+gallium_dri.so free 0x557173461f40 void 0.000114
+gallium_dri.so free 0x557173461df0 void 0.000113
+gallium_dri.so malloc 72 0x557173461ef0 0.000118
+gallium_dri.so free 0x557173462000 void 0.000115
+gallium_dri.so free 0x557173461ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173461fb0 0.000114
+gallium_dri.so free 0x557173462040 void 0.000113
+gallium_dri.so free 0x557173461fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fb0 0.000113
+gallium_dri.so free 0x557173462100 void 0.000116
+gallium_dri.so free 0x557173461fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462170 0.000113
+gallium_dri.so free 0x5571734621c0 void 0.000113
+gallium_dri.so free 0x557173462170 void 0.000126
+gallium_dri.so malloc 72 0x557173462170 0.000114
+gallium_dri.so free 0x5571734622c0 void 0.000115
+gallium_dri.so free 0x557173462170 void 0.000114
+gallium_dri.so malloc 72 0x557173462270 0.000113
+gallium_dri.so free 0x557173462380 void 0.000114
+gallium_dri.so free 0x557173462270 void 0.000113
+gallium_dri.so malloc 72 0x557173462330 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x557173462330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571735e10c0 void 0.000114
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e1070 void 0.000166
+gallium_dri.so malloc 72 0x5571735e1270 0.000115
+gallium_dri.so free 0x5571735e1340 void 0.000113
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1390 0.000113
+gallium_dri.so free 0x5571735e1400 void 0.000116
+gallium_dri.so free 0x5571735e1390 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1420 0.000113
+gallium_dri.so free 0x5571735e14c0 void 0.000115
+gallium_dri.so free 0x5571735e1420 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1470 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000114
+gallium_dri.so free 0x5571735e1470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1540 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1540 0.000113
+gallium_dri.so free 0x5571735e1680 void 0.000114
+gallium_dri.so free 0x5571735e1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735e1680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000124
+gallium_dri.so free 0x5571735e1680 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1870 0.000115
+gallium_dri.so free 0x5571735e1940 void 0.000115
+gallium_dri.so free 0x5571735e1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1990 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1990 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1a40 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a40 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b70 0.000115
+gallium_dri.so free 0x5571735e1bc0 void 0.000116
+gallium_dri.so free 0x5571735e1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735e1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c70 0.000111
+gallium_dri.so free 0x5571735e1d80 void 0.000115
+gallium_dri.so free 0x5571735e1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1dc0 void 0.000113
+gallium_dri.so free 0x5571735e1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000115
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000113
+gallium_dri.so free 0x5571735e2040 void 0.000113
+gallium_dri.so free 0x5571735e1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735e1ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2200 void 0.000114
+gallium_dri.so free 0x5571735e20b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2240 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000115
+gallium_dri.so free 0x5571735e22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2460 0.000112
+gallium_dri.so free 0x5571735e2500 void 0.000112
+gallium_dri.so free 0x5571735e2460 void 0.000161
+gallium_dri.so malloc 72 0x5571735e24b0 0.000115
+gallium_dri.so free 0x5571735e2580 void 0.000112
+gallium_dri.so free 0x5571735e24b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e24b0 0.000124
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2600 0.000112
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2600 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2600 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000115
+gallium_dri.so malloc 72 0x5571735e27f0 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e28b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29d0 0.000112
+gallium_dri.so free 0x5571735e2a40 void 0.000116
+gallium_dri.so free 0x5571735e29d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2a60 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000115
+gallium_dri.so free 0x5571735e2a60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2b80 void 0.000115
+gallium_dri.so free 0x5571735e2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000115
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c00 0.000114
+gallium_dri.so free 0x5571735e2cc0 void 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c00 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x5571735e2ec0 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f00 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x5571735e3040 void 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e30c0 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3140 void 0.000114
+gallium_dri.so free 0x5571735e30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30f0 0.000114
+gallium_dri.so free 0x5571735e3240 void 0.000113
+gallium_dri.so free 0x5571735e30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3280 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so free 0x5571735e3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3300 0.000251
+gallium_dri.so free 0x5571735e3440 void 0.000179
+gallium_dri.so free 0x5571735e3300 void 0.000245
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e34c0 void 0.000119
+gallium_dri.so free 0x5571735e3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3470 0.000118
+gallium_dri.so free 0x5571735e35c0 void 0.000118
+gallium_dri.so free 0x5571735e3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3570 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000118
+gallium_dri.so free 0x5571735e3570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3630 0.000168
+gallium_dri.so free 0x5571735e3700 void 0.000119
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3630 0.000117
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3630 0.000118
+gallium_dri.so free 0x5571735de240 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3630 0.000117
+gallium_dri.so free 0x5571735de340 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735de2f0 0.000123
+gallium_dri.so free 0x5571735de400 void 0.000109
+gallium_dri.so free 0x5571735de2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de3b0 0.000118
+gallium_dri.so free 0x5571735de440 void 0.000119
+gallium_dri.so free 0x5571735de3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de3b0 0.000118
+gallium_dri.so free 0x5571735de500 void 0.000119
+gallium_dri.so free 0x5571735de3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de550 0.000117
+gallium_dri.so free 0x5571735de5c0 void 0.000118
+gallium_dri.so free 0x5571735de550 void 0.000118
+gallium_dri.so malloc 72 0x5571735de600 0.000117
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000126
+gallium_dri.so malloc 72 0x5571735de680 0.000118
+gallium_dri.so free 0x5571735de740 void 0.000118
+gallium_dri.so free 0x5571735de680 void 0.000119
+gallium_dri.so malloc 72 0x5571735de680 0.000118
+gallium_dri.so free 0x5571735de7c0 void 0.000119
+gallium_dri.so free 0x5571735de680 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7f0 0.000118
+gallium_dri.so free 0x5571735de840 void 0.000118
+gallium_dri.so free 0x5571735de7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7f0 0.000118
+gallium_dri.so free 0x5571735de940 void 0.000118
+gallium_dri.so free 0x5571735de7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de8f0 0.000117
+gallium_dri.so free 0x5571735dea00 void 0.000119
+gallium_dri.so free 0x5571735de8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de9b0 0.000125
+gallium_dri.so free 0x5571735dea80 void 0.000119
+gallium_dri.so free 0x5571735de9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deaa0 0.000119
+gallium_dri.so free 0x5571735deb40 void 0.000120
+gallium_dri.so free 0x5571735deaa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735deaf0 0.000117
+gallium_dri.so free 0x5571735debc0 void 0.000118
+gallium_dri.so free 0x5571735deaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735deaf0 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000129
+gallium_dri.so free 0x5571735deaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec40 0.000119
+gallium_dri.so free 0x5571735ded00 void 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec40 0.000117
+gallium_dri.so free 0x5571735dedc0 void 0.000120
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec40 0.000118
+gallium_dri.so free 0x5571735dee80 void 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dee30 0.000117
+gallium_dri.so free 0x5571735dee80 void 0.000119
+gallium_dri.so free 0x5571735dee30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dee30 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so free 0x5571735dee30 void 0.000119
+gallium_dri.so malloc 72 0x5571735def30 0.000117
+gallium_dri.so free 0x5571735df040 void 0.000118
+gallium_dri.so free 0x5571735def30 void 0.000118
+gallium_dri.so malloc 72 0x5571735deff0 0.000118
+gallium_dri.so free 0x5571735df080 void 0.000123
+gallium_dri.so free 0x5571735deff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735deff0 0.000117
+gallium_dri.so free 0x5571735df140 void 0.000197
+gallium_dri.so free 0x5571735deff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df180 0.000164
+gallium_dri.so free 0x5571735df200 void 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so malloc 72 0x5571735df200 0.000110
+gallium_dri.so free 0x5571735df2c0 void 0.000110
+gallium_dri.so free 0x5571735df200 void 0.000138
+gallium_dri.so malloc 72 0x5571735df200 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000110
+gallium_dri.so free 0x5571735df200 void 0.000110
+gallium_dri.so malloc 72 0x5571735df3a0 0.000110
+gallium_dri.so free 0x5571735df440 void 0.000110
+gallium_dri.so free 0x5571735df3a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df3f0 0.000109
+gallium_dri.so free 0x5571735df4c0 void 0.000110
+gallium_dri.so free 0x5571735df3f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df3f0 0.000110
+gallium_dri.so free 0x5571735df540 void 0.000109
+gallium_dri.so free 0x5571735df3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df540 0.000110
+gallium_dri.so free 0x5571735df600 void 0.000109
+gallium_dri.so free 0x5571735df540 void 0.000109
+gallium_dri.so malloc 72 0x5571735df540 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000120
+gallium_dri.so free 0x5571735df540 void 0.000115
+gallium_dri.so malloc 72 0x5571735df540 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000111
+gallium_dri.so free 0x5571735df540 void 0.000110
+gallium_dri.so malloc 72 0x5571735df730 0.000127
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df730 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7f0 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000155
+gallium_dri.so free 0x5571735df7f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df910 0.000114
+gallium_dri.so free 0x5571735df980 void 0.000113
+gallium_dri.so free 0x5571735df910 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9a0 0.000113
+gallium_dri.so free 0x5571735dfa40 void 0.000113
+gallium_dri.so free 0x5571735df9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df9f0 0.000113
+gallium_dri.so free 0x5571735dfac0 void 0.000113
+gallium_dri.so free 0x5571735df9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df9f0 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so free 0x5571735df9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb40 0.000116
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfb40 0.000114
+gallium_dri.so free 0x5571735dfd00 void 0.000114
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000126
+gallium_dri.so free 0x5571735dfe00 void 0.000114
+gallium_dri.so free 0x5571735dfcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfe40 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so free 0x5571735dfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfec0 0.000113
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfec0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735e0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0030 0.000114
+gallium_dri.so free 0x5571735e0180 void 0.000113
+gallium_dri.so free 0x5571735e0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000112
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0240 0.000113
+gallium_dri.so free 0x5571735e0300 void 0.000114
+gallium_dri.so free 0x5571735e0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0240 0.000112
+gallium_dri.so free 0x5571735e0380 void 0.000113
+gallium_dri.so free 0x5571735e0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03b0 0.000114
+gallium_dri.so free 0x5571735e0400 void 0.000162
+gallium_dri.so free 0x5571735e03b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e03b0 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so free 0x5571735e03b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e04b0 0.000119
+gallium_dri.so free 0x5571735e05c0 void 0.000124
+gallium_dri.so free 0x5571735e04b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e0570 0.000122
+gallium_dri.so free 0x5571735e0640 void 0.000121
+gallium_dri.so free 0x5571735e0570 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e0700 void 0.000115
+gallium_dri.so free 0x5571735e0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0570 0.000112
+gallium_dri.so free 0x5571735e07c0 void 0.000112
+gallium_dri.so free 0x5571735e0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0770 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0890 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so free 0x5571735e0890 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0920 0.000124
+gallium_dri.so free 0x5571735e09c0 void 0.000194
+gallium_dri.so free 0x5571735e0920 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0970 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so free 0x5571735e0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a40 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0a40 0.000113
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b80 0.000113
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so free 0x5571735e0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b80 0.000113
+gallium_dri.so free 0x5571735e0d00 void 0.000114
+gallium_dri.so free 0x5571735e0b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b80 0.000112
+gallium_dri.so free 0x5571735e0dc0 void 0.000114
+gallium_dri.so free 0x5571735e0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d70 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735e0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000115
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x5571735dab80 void 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dac00 void 0.000113
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac50 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dac50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dace0 0.000117
+gallium_dri.so free 0x5571735dad80 void 0.000119
+gallium_dri.so free 0x5571735dace0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000112
+gallium_dri.so free 0x5571735dad30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dad30 0.000125
+gallium_dri.so free 0x5571735daf00 void 0.000123
+gallium_dri.so free 0x5571735dad30 void 0.000123
+gallium_dri.so malloc 72 0x5571735daeb0 0.000186
+gallium_dri.so free 0x5571735daf80 void 0.000127
+gallium_dri.so free 0x5571735daeb0 void 0.000159
+gallium_dri.so malloc 72 0x5571735dafd0 0.000157
+gallium_dri.so free 0x5571735db040 void 0.000163
+gallium_dri.so free 0x5571735dafd0 void 0.000157
+gallium_dri.so malloc 72 0x5571735db060 0.000159
+gallium_dri.so free 0x5571735db100 void 0.000123
+gallium_dri.so free 0x5571735db060 void 0.000125
+gallium_dri.so malloc 72 0x5571735db0b0 0.000123
+gallium_dri.so free 0x5571735db180 void 0.000119
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db0b0 0.000119
+gallium_dri.so free 0x5571735db200 void 0.000118
+gallium_dri.so free 0x5571735db0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db200 0.000123
+gallium_dri.so free 0x5571735db2c0 void 0.000123
+gallium_dri.so free 0x5571735db200 void 0.000124
+gallium_dri.so malloc 72 0x5571735db200 0.000123
+gallium_dri.so free 0x5571735db3c0 void 0.000123
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so malloc 72 0x5571735db200 0.000123
+gallium_dri.so free 0x5571735db440 void 0.000125
+gallium_dri.so free 0x5571735db200 void 0.000123
+gallium_dri.so malloc 72 0x5571735db470 0.000132
+gallium_dri.so free 0x5571735db4c0 void 0.000124
+gallium_dri.so free 0x5571735db470 void 0.000123
+gallium_dri.so malloc 72 0x5571735db470 0.000123
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so free 0x5571735db470 void 0.000119
+gallium_dri.so malloc 72 0x5571735db570 0.000123
+gallium_dri.so free 0x5571735db680 void 0.000123
+gallium_dri.so free 0x5571735db570 void 0.000124
+gallium_dri.so malloc 72 0x5571735db630 0.000124
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db630 void 0.000118
+gallium_dri.so malloc 72 0x5571735db630 0.000124
+gallium_dri.so free 0x5571735db780 void 0.000124
+gallium_dri.so free 0x5571735db630 void 0.000118
+gallium_dri.so malloc 72 0x5571735db7d0 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000120
+gallium_dri.so free 0x5571735db7d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db880 0.000119
+gallium_dri.so free 0x5571735db900 void 0.000119
+gallium_dri.so free 0x5571735db880 void 0.000124
+gallium_dri.so malloc 72 0x5571735db900 0.000319
+gallium_dri.so free 0x5571735db9c0 void 0.000338
+gallium_dri.so free 0x5571735db900 void 0.000330
+gallium_dri.so malloc 72 0x5571735db900 0.000327
+gallium_dri.so free 0x5571735dba40 void 0.000312
+gallium_dri.so free 0x5571735db900 void 0.000276
+gallium_dri.so malloc 72 0x5571735dba70 0.000278
+gallium_dri.so free 0x5571735dbac0 void 0.000241
+gallium_dri.so free 0x5571735dba70 void 0.000230
+gallium_dri.so malloc 72 0x5571735dba70 0.000287
+gallium_dri.so free 0x5571735dbbc0 void 0.000280
+gallium_dri.so free 0x5571735dba70 void 0.000299
+gallium_dri.so malloc 72 0x5571735dbb70 0.000285
+gallium_dri.so free 0x5571735dbc80 void 0.000274
+gallium_dri.so free 0x5571735dbb70 void 0.000292
+gallium_dri.so malloc 72 0x5571735dbc30 0.000287
+gallium_dri.so free 0x5571735dbd00 void 0.000242
+gallium_dri.so free 0x5571735dbc30 void 0.000244
+gallium_dri.so malloc 72 0x5571735dbd20 0.000186
+gallium_dri.so free 0x5571735dbdc0 void 0.000186
+gallium_dri.so free 0x5571735dbd20 void 0.000185
+gallium_dri.so malloc 72 0x5571735dbd70 0.000163
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so free 0x5571735dbd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbd70 0.000130
+gallium_dri.so free 0x5571735dbec0 void 0.000183
+gallium_dri.so free 0x5571735dbd70 void 0.000187
+gallium_dri.so malloc 72 0x5571735dbec0 0.000166
+gallium_dri.so free 0x5571735dbf80 void 0.000127
+gallium_dri.so free 0x5571735dbec0 void 0.000165
+gallium_dri.so malloc 72 0x5571735dbec0 0.000129
+gallium_dri.so free 0x5571735dc040 void 0.000162
+gallium_dri.so free 0x5571735dbec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbec0 0.000130
+gallium_dri.so free 0x5571735dc100 void 0.000129
+gallium_dri.so free 0x5571735dbec0 void 0.000186
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000159
+gallium_dri.so free 0x5571735dc100 void 0.000126
+gallium_dri.so free 0x5571735dc0b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000260
+gallium_dri.so free 0x5571735dc200 void 0.000255
+gallium_dri.so free 0x5571735dc0b0 void 0.000265
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000263
+gallium_dri.so free 0x5571735dc2c0 void 0.000183
+gallium_dri.so free 0x5571735dc1b0 void 0.000209
+gallium_dri.so malloc 72 0x5571735dc270 0.000209
+gallium_dri.so free 0x5571735dc300 void 0.000189
+gallium_dri.so free 0x5571735dc270 void 0.000149
+gallium_dri.so malloc 72 0x5571735dc270 0.000210
+gallium_dri.so free 0x5571735dc3c0 void 0.000186
+gallium_dri.so free 0x5571735dc270 void 0.000144
+gallium_dri.so malloc 72 0x5571735dc400 0.000142
+gallium_dri.so free 0x5571735dc480 void 0.000142
+gallium_dri.so free 0x5571735dc400 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc480 0.000148
+gallium_dri.so free 0x5571735dc540 void 0.000151
+gallium_dri.so free 0x5571735dc480 void 0.000213
+gallium_dri.so malloc 72 0x5571735dc480 0.000188
+gallium_dri.so free 0x5571735dc600 void 0.000145
+gallium_dri.so free 0x5571735dc480 void 0.000148
+gallium_dri.so malloc 72 0x5571735dc620 0.000211
+gallium_dri.so free 0x5571735dc6c0 void 0.000257
+gallium_dri.so free 0x5571735dc620 void 0.000257
+gallium_dri.so malloc 72 0x5571735dc670 0.000269
+gallium_dri.so free 0x5571735dc740 void 0.000257
+gallium_dri.so free 0x5571735dc670 void 0.000253
+gallium_dri.so malloc 72 0x5571735dc670 0.000154
+gallium_dri.so free 0x5571735dc7c0 void 0.000213
+gallium_dri.so free 0x5571735dc670 void 0.000253
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000148
+gallium_dri.so free 0x5571735dc880 void 0.000150
+gallium_dri.so free 0x5571735dc7c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000232
+gallium_dri.so free 0x5571735dc940 void 0.000142
+gallium_dri.so free 0x5571735dc7c0 void 0.000149
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000161
+gallium_dri.so free 0x5571735dca00 void 0.000255
+gallium_dri.so free 0x5571735dc7c0 void 0.000254
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000161
+gallium_dri.so free 0x5571735dcac0 void 0.000132
+gallium_dri.so free 0x5571735dc9b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dca70 0.000130
+gallium_dri.so free 0x5571735dcb40 void 0.000130
+gallium_dri.so free 0x5571735dca70 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcb90 0.000130
+gallium_dri.so free 0x5571735dcc00 void 0.000130
+gallium_dri.so free 0x5571735dcb90 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcc20 0.000164
+gallium_dri.so free 0x5571735dccc0 void 0.000139
+gallium_dri.so free 0x5571735dcc20 void 0.000202
+gallium_dri.so malloc 72 0x5571735dcc70 0.000269
+gallium_dri.so free 0x5571735dcd40 void 0.000164
+gallium_dri.so free 0x5571735dcc70 void 0.000160
+gallium_dri.so malloc 72 0x5571735dcc70 0.000213
+gallium_dri.so free 0x5571735dcdc0 void 0.000285
+gallium_dri.so free 0x5571735dcc70 void 0.000194
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000162
+gallium_dri.so free 0x5571735dce80 void 0.000163
+gallium_dri.so free 0x5571735dcdc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000129
+gallium_dri.so free 0x5571735dcf80 void 0.000131
+gallium_dri.so free 0x5571735dcdc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcf30 0.000121
+gallium_dri.so free 0x5571735dcfc0 void 0.000125
+gallium_dri.so free 0x5571735dcf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcf30 0.000122
+gallium_dri.so free 0x5571735dd080 void 0.000126
+gallium_dri.so free 0x5571735dcf30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000125
+gallium_dri.so free 0x5571735dd140 void 0.000122
+gallium_dri.so free 0x5571735dd0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd140 0.000129
+gallium_dri.so free 0x5571735dd200 void 0.000130
+gallium_dri.so free 0x5571735dd140 void 0.000241
+gallium_dri.so malloc 72 0x5571735dd140 0.000336
+gallium_dri.so free 0x5571735dd280 void 0.000314
+gallium_dri.so free 0x5571735dd140 void 0.000284
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000284
+gallium_dri.so free 0x5571735dd300 void 0.000288
+gallium_dri.so free 0x5571735dd2b0 void 0.000287
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000229
+gallium_dri.so free 0x5571735dd400 void 0.000300
+gallium_dri.so free 0x5571735dd2b0 void 0.000286
+gallium_dri.so malloc 72 0x5571735dd440 0.000281
+gallium_dri.so free 0x5571735dd4c0 void 0.000286
+gallium_dri.so free 0x5571735dd440 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000209
+gallium_dri.so free 0x5571735dd580 void 0.000293
+gallium_dri.so free 0x5571735dd4c0 void 0.000270
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000286
+gallium_dri.so free 0x5571735dd600 void 0.000180
+gallium_dri.so free 0x5571735dd4c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd630 0.000168
+gallium_dri.so free 0x5571735dd680 void 0.000174
+gallium_dri.so free 0x5571735dd630 void 0.000138
+gallium_dri.so malloc 72 0x5571735dd630 0.000135
+gallium_dri.so free 0x5571735dd780 void 0.000138
+gallium_dri.so free 0x5571735dd630 void 0.000173
+gallium_dri.so malloc 72 0x5571735dd730 0.000131
+gallium_dri.so free 0x5571735dd840 void 0.000132
+gallium_dri.so free 0x5571735dd730 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000222
+gallium_dri.so free 0x5571735dd8c0 void 0.000158
+gallium_dri.so free 0x5571735dd7f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000132
+gallium_dri.so free 0x5571735dd980 void 0.000135
+gallium_dri.so free 0x5571735dd7f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000130
+gallium_dri.so free 0x5571735dda40 void 0.000126
+gallium_dri.so free 0x5571735dd7f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000138
+gallium_dri.so free 0x5571735ddac0 void 0.000136
+gallium_dri.so free 0x5571735dd9f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ddb10 0.000136
+gallium_dri.so free 0x5571735ddb80 void 0.000135
+gallium_dri.so free 0x5571735ddb10 void 0.000130
+gallium_dri.so malloc 72 0x5571735ddba0 0.000127
+gallium_dri.so free 0x5571735ddc40 void 0.000127
+gallium_dri.so free 0x5571735ddba0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000136
+gallium_dri.so free 0x5571735ddcc0 void 0.000136
+gallium_dri.so free 0x5571735ddbf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000132
+gallium_dri.so free 0x5571735ddd80 void 0.000126
+gallium_dri.so free 0x5571735ddcc0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000127
+gallium_dri.so free 0x5571735dde00 void 0.000131
+gallium_dri.so free 0x5571735ddcc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dde00 0.000138
+gallium_dri.so free 0x5571735ddec0 void 0.000136
+gallium_dri.so free 0x5571735dde00 void 0.000136
+gallium_dri.so malloc 72 0x5571735dde00 0.000163
+gallium_dri.so free 0x5571735ddf80 void 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dde00 0.000136
+gallium_dri.so free 0x5571735de040 void 0.000136
+gallium_dri.so free 0x5571735dde00 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddff0 0.000127
+gallium_dri.so free 0x5571735de0c0 void 0.000126
+gallium_dri.so free 0x5571735ddff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735de110 0.000143
+gallium_dri.so free 0x5571735fc340 void 0.000131
+gallium_dri.so free 0x5571735de110 void 0.000129
+gallium_dri.so malloc 72 0x5571735de110 0.000129
+gallium_dri.so free 0x5571735fc3c0 void 0.000130
+gallium_dri.so free 0x5571735de110 void 0.000125
+gallium_dri.so malloc 72 0x5571735de110 0.000121
+gallium_dri.so free 0x5571735de180 void 0.000134
+gallium_dri.so free 0x5571735de110 void 0.000125
+gallium_dri.so malloc 72 0x5571735de1b0 0.000130
+gallium_dri.so free 0x5571735fc480 void 0.000130
+gallium_dri.so free 0x5571735de1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de1b0 0.000129
+gallium_dri.so free 0x5571735fc500 void 0.000131
+gallium_dri.so free 0x5571735de1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fc500 0.000125
+gallium_dri.so free 0x5571735fc5c0 void 0.000125
+gallium_dri.so free 0x5571735fc500 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc500 0.000129
+gallium_dri.so free 0x5571735fc680 void 0.000124
+gallium_dri.so free 0x5571735fc500 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc500 0.000129
+gallium_dri.so free 0x5571735fc740 void 0.000130
+gallium_dri.so free 0x5571735fc500 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000120
+gallium_dri.so free 0x5571735fc740 void 0.000119
+gallium_dri.so free 0x5571735fc6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000123
+gallium_dri.so free 0x5571735fc840 void 0.000130
+gallium_dri.so free 0x5571735fc6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000119
+gallium_dri.so free 0x5571735fc900 void 0.000120
+gallium_dri.so free 0x5571735fc7f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000119
+gallium_dri.so free 0x5571735fc940 void 0.000209
+gallium_dri.so free 0x5571735fc8b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000120
+gallium_dri.so free 0x5571735fca00 void 0.000119
+gallium_dri.so free 0x5571735fc8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fca40 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000120
+gallium_dri.so free 0x5571735fca40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcac0 0.000119
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so free 0x5571735fcac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcac0 0.000119
+gallium_dri.so free 0x5571735fcc40 void 0.000119
+gallium_dri.so free 0x5571735fcac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc60 0.000118
+gallium_dri.so free 0x5571735fcd00 void 0.000120
+gallium_dri.so free 0x5571735fcc60 void 0.000117
+gallium_dri.so malloc 72 0x5571735fccb0 0.000117
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so free 0x5571735fccb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fccb0 0.000118
+gallium_dri.so free 0x5571735fce00 void 0.000119
+gallium_dri.so free 0x5571735fccb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fce00 0.000122
+gallium_dri.so free 0x5571735fcec0 void 0.000121
+gallium_dri.so free 0x5571735fce00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fce00 0.000118
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so free 0x5571735fce00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fce00 0.000117
+gallium_dri.so free 0x5571735fd040 void 0.000119
+gallium_dri.so free 0x5571735fce00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcff0 0.000126
+gallium_dri.so free 0x5571735fd100 void 0.000114
+gallium_dri.so free 0x5571735fcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000112
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735fd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd1d0 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000115
+gallium_dri.so free 0x5571735fd1d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd260 0.000113
+gallium_dri.so free 0x5571735fd300 void 0.000113
+gallium_dri.so free 0x5571735fd260 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000112
+gallium_dri.so free 0x5571735fd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000112
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so free 0x5571735fd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd400 0.000112
+gallium_dri.so free 0x5571735fd4c0 void 0.000117
+gallium_dri.so free 0x5571735fd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd400 0.000115
+gallium_dri.so free 0x5571735fd5c0 void 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd570 0.000112
+gallium_dri.so free 0x5571735fd600 void 0.000113
+gallium_dri.so free 0x5571735fd570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd570 0.000112
+gallium_dri.so free 0x5571735fd6c0 void 0.000113
+gallium_dri.so free 0x5571735fd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd700 0.000112
+gallium_dri.so free 0x5571735fd780 void 0.000113
+gallium_dri.so free 0x5571735fd700 void 0.000140
+gallium_dri.so malloc 72 0x5571735fd780 0.000114
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd780 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd780 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000113
+gallium_dri.so free 0x5571735fd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000113
+gallium_dri.so free 0x5571735fd940 void 0.000113
+gallium_dri.so free 0x5571735fd8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000112
+gallium_dri.so free 0x5571735fda40 void 0.000114
+gallium_dri.so free 0x5571735fd8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000113
+gallium_dri.so free 0x5571735fdb00 void 0.000130
+gallium_dri.so free 0x5571735fda80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdb00 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdb00 0.000114
+gallium_dri.so free 0x5571735fdc40 void 0.000116
+gallium_dri.so free 0x5571735fdb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc70 0.000115
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc70 0.000113
+gallium_dri.so free 0x5571735fddc0 void 0.000115
+gallium_dri.so free 0x5571735fdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000115
+gallium_dri.so free 0x5571735fde80 void 0.000114
+gallium_dri.so free 0x5571735fdd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde30 0.000115
+gallium_dri.so free 0x5571735fdf00 void 0.000115
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde30 0.000114
+gallium_dri.so free 0x5571735fdfc0 void 0.000116
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde30 0.000114
+gallium_dri.so free 0x5571735fe080 void 0.000115
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe030 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so free 0x5571735fe030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe150 0.000113
+gallium_dri.so free 0x5571735fe1c0 void 0.000117
+gallium_dri.so free 0x5571735fe150 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1e0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735fe1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe300 0.000112
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe300 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe440 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000115
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000113
+gallium_dri.so free 0x5571735fe5c0 void 0.000115
+gallium_dri.so free 0x5571735fe440 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe440 0.000113
+gallium_dri.so free 0x5571735fe680 void 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe630 0.000112
+gallium_dri.so free 0x5571735fe700 void 0.000115
+gallium_dri.so free 0x5571735fe630 void 0.000210
+gallium_dri.so malloc 72 0x5571735fe750 0.000114
+gallium_dri.so free 0x5571735fe7c0 void 0.000114
+gallium_dri.so free 0x5571735fe750 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe800 0.000113
+gallium_dri.so free 0x5571735fe880 void 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe800 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe930 0.000112
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe930 0.000112
+gallium_dri.so free 0x5571735fea80 void 0.000113
+gallium_dri.so free 0x5571735fe930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea30 0.000113
+gallium_dri.so free 0x5571735feb40 void 0.000113
+gallium_dri.so free 0x5571735fea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735feaf0 0.000113
+gallium_dri.so free 0x5571735feb80 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735feaf0 0.000120
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecb0 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000113
+gallium_dri.so free 0x5571735fecb0 void 0.000202
+gallium_dri.so malloc 72 0x5571735fecb0 0.000115
+gallium_dri.so free 0x5571735fee00 void 0.000113
+gallium_dri.so free 0x5571735fecb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fedb0 0.000122
+gallium_dri.so free 0x5571735feec0 void 0.000115
+gallium_dri.so free 0x5571735fedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fee70 0.000118
+gallium_dri.so free 0x5571735fef00 void 0.000115
+gallium_dri.so free 0x5571735fee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee70 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000113
+gallium_dri.so free 0x5571735fee70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff000 0.000112
+gallium_dri.so free 0x5571735ff080 void 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff080 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000140
+gallium_dri.so free 0x5571735ff080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff080 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff220 0.000113
+gallium_dri.so free 0x5571735ff2c0 void 0.000113
+gallium_dri.so free 0x5571735ff220 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff270 0.000112
+gallium_dri.so free 0x5571735ff340 void 0.000120
+gallium_dri.so free 0x5571735ff270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff270 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so free 0x5571735ff270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000112
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000113
+gallium_dri.so free 0x5571735ff600 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000113
+gallium_dri.so free 0x5571735ff6c0 void 0.000114
+gallium_dri.so free 0x5571735ff5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff670 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000114
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff790 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000113
+gallium_dri.so free 0x5571735ff790 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff820 0.000112
+gallium_dri.so free 0x5571735ff8c0 void 0.000114
+gallium_dri.so free 0x5571735ff820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff870 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff870 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff870 0.000113
+gallium_dri.so free 0x5571735ff9c0 void 0.000114
+gallium_dri.so free 0x5571735ff870 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000113
+gallium_dri.so free 0x5571735ff9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000113
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb30 0.000113
+gallium_dri.so free 0x5571735ffbc0 void 0.000115
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb30 0.000112
+gallium_dri.so free 0x5571735ffc80 void 0.000116
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffcc0 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffd40 0.000114
+gallium_dri.so free 0x5571735ffe00 void 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd40 0.000112
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000112
+gallium_dri.so free 0x5571735fff00 void 0.000113
+gallium_dri.so free 0x5571735ffeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000122
+gallium_dri.so free 0x557173600000 void 0.000116
+gallium_dri.so free 0x5571735ffeb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600040 0.000115
+gallium_dri.so free 0x5571736000c0 void 0.000114
+gallium_dri.so free 0x557173600040 void 0.000112
+gallium_dri.so malloc 72 0x5571736000c0 0.000113
+gallium_dri.so free 0x557173600180 void 0.000114
+gallium_dri.so free 0x5571736000c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736000c0 0.000114
+gallium_dri.so free 0x557173600200 void 0.000114
+gallium_dri.so free 0x5571736000c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600230 0.000118
+gallium_dri.so free 0x557173600280 void 0.000116
+gallium_dri.so free 0x557173600230 void 0.000115
+gallium_dri.so malloc 72 0x557173600230 0.000114
+gallium_dri.so free 0x557173600380 void 0.000114
+gallium_dri.so free 0x557173600230 void 0.000114
+gallium_dri.so malloc 72 0x557173600330 0.000114
+gallium_dri.so free 0x557173600440 void 0.000115
+gallium_dri.so free 0x557173600330 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000114
+gallium_dri.so free 0x557173600580 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000124
+gallium_dri.so free 0x557173600640 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736005f0 0.000116
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x5571736005f0 void 0.000112
+gallium_dri.so malloc 72 0x557173600710 0.000114
+gallium_dri.so free 0x557173600780 void 0.000114
+gallium_dri.so free 0x557173600710 void 0.000113
+gallium_dri.so malloc 72 0x5571736007a0 0.000114
+gallium_dri.so free 0x557173600840 void 0.000115
+gallium_dri.so free 0x5571736007a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736008c0 0.000113
+gallium_dri.so free 0x557173600980 void 0.000113
+gallium_dri.so free 0x5571736008c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736008c0 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600a00 0.000115
+gallium_dri.so free 0x557173600ac0 void 0.000142
+gallium_dri.so free 0x557173600a00 void 0.000112
+gallium_dri.so malloc 72 0x557173600a00 0.000114
+gallium_dri.so free 0x557173600b80 void 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000112
+gallium_dri.so malloc 72 0x557173600a00 0.000126
+gallium_dri.so free 0x557173600c40 void 0.000116
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so malloc 72 0x557173600bf0 0.000113
+gallium_dri.so free 0x557173600cc0 void 0.000114
+gallium_dri.so free 0x557173600bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173600d10 0.000117
+gallium_dri.so free 0x557173600d80 void 0.000114
+gallium_dri.so free 0x557173600d10 void 0.000114
+gallium_dri.so malloc 72 0x557173600dc0 0.000116
+gallium_dri.so free 0x557173600e40 void 0.000114
+gallium_dri.so free 0x557173600dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173600dc0 0.000116
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so free 0x557173600dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173600ef0 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000112
+gallium_dri.so free 0x557173600ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173600ef0 0.000113
+gallium_dri.so free 0x557173601040 void 0.000114
+gallium_dri.so free 0x557173600ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173600ff0 0.000114
+gallium_dri.so free 0x557173601100 void 0.000115
+gallium_dri.so free 0x557173600ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571736010b0 0.000112
+gallium_dri.so free 0x557173601140 void 0.000114
+gallium_dri.so free 0x5571736010b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736010b0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000109
+gallium_dri.so free 0x5571736010b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736010b0 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000121
+gallium_dri.so free 0x5571736010b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfe70 0.000115
+gallium_dri.so free 0x5571735bff40 void 0.000114
+gallium_dri.so free 0x5571735bfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bff90 0.000115
+gallium_dri.so free 0x5571735c0000 void 0.000115
+gallium_dri.so free 0x5571735bff90 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0020 0.000113
+gallium_dri.so free 0x5571735c00c0 void 0.000115
+gallium_dri.so free 0x5571735c0020 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0070 0.000113
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735c0070 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0070 0.000114
+gallium_dri.so free 0x5571735c01c0 void 0.000114
+gallium_dri.so free 0x5571735c0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c01c0 0.000113
+gallium_dri.so free 0x5571735c0280 void 0.000116
+gallium_dri.so free 0x5571735c01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c01c0 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so free 0x5571735c01c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c01c0 0.000114
+gallium_dri.so free 0x5571735c0400 void 0.000125
+gallium_dri.so free 0x5571735c01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0430 0.000112
+gallium_dri.so free 0x5571735c0480 void 0.000115
+gallium_dri.so free 0x5571735c0430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0430 0.000113
+gallium_dri.so free 0x5571735c0580 void 0.000113
+gallium_dri.so free 0x5571735c0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0530 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so free 0x5571735c0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c05f0 0.000112
+gallium_dri.so free 0x5571735c0680 void 0.000114
+gallium_dri.so free 0x5571735c05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c05f0 0.000114
+gallium_dri.so free 0x5571735c0740 void 0.000113
+gallium_dri.so free 0x5571735c05f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0790 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000114
+gallium_dri.so free 0x5571735c0790 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0840 0.000113
+gallium_dri.so free 0x5571735c08c0 void 0.000115
+gallium_dri.so free 0x5571735c0840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c08c0 0.000112
+gallium_dri.so free 0x5571735c0980 void 0.000114
+gallium_dri.so free 0x5571735c08c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08c0 0.000113
+gallium_dri.so free 0x5571735c0a00 void 0.000123
+gallium_dri.so free 0x5571735c08c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0a30 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000116
+gallium_dri.so free 0x5571735c0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a30 0.000115
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b30 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000115
+gallium_dri.so free 0x5571735c0cc0 void 0.000115
+gallium_dri.so free 0x5571735c0bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000113
+gallium_dri.so free 0x5571735c0d80 void 0.000113
+gallium_dri.so free 0x5571735c0ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0d30 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so free 0x5571735c0d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0d30 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000114
+gallium_dri.so free 0x5571735c0d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e80 0.000114
+gallium_dri.so free 0x5571735c0f40 void 0.000115
+gallium_dri.so free 0x5571735c0e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e80 0.000114
+gallium_dri.so free 0x5571735c1000 void 0.000144
+gallium_dri.so free 0x5571735c0e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0e80 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1170 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so free 0x5571735c1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1230 0.000114
+gallium_dri.so free 0x5571735c12c0 void 0.000113
+gallium_dri.so free 0x5571735c1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1230 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so free 0x5571735c1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13c0 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000115
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1440 0.000113
+gallium_dri.so free 0x5571735c1500 void 0.000112
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1440 0.000113
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000121
+gallium_dri.so malloc 72 0x5571735c15e0 0.000113
+gallium_dri.so free 0x5571735c1680 void 0.000114
+gallium_dri.so free 0x5571735c15e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c1700 void 0.000118
+gallium_dri.so free 0x5571735c1630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1630 0.000115
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1780 0.000112
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1780 0.000112
+gallium_dri.so free 0x5571735c1900 void 0.000112
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1780 0.000115
+gallium_dri.so free 0x5571735c19c0 void 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1970 0.000112
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so free 0x5571735c1a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1b50 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000113
+gallium_dri.so free 0x5571735c1b50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1be0 0.000164
+gallium_dri.so free 0x5571735c1c80 void 0.000116
+gallium_dri.so free 0x5571735c1be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1c30 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so free 0x5571735c1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1c30 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so free 0x5571735c1c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1d80 0.000114
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1d80 0.000114
+gallium_dri.so free 0x5571735c1f40 void 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000112
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so free 0x5571735c1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2080 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2100 0.000119
+gallium_dri.so free 0x5571735c21c0 void 0.000117
+gallium_dri.so free 0x5571735c2100 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2100 0.000124
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2270 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so free 0x5571735c2270 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2270 0.000113
+gallium_dri.so free 0x5571735c23c0 void 0.000114
+gallium_dri.so free 0x5571735c2270 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2400 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000115
+gallium_dri.so free 0x5571735c2400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000113
+gallium_dri.so free 0x5571735c2540 void 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000112
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25f0 0.000147
+gallium_dri.so free 0x5571735c2640 void 0.000116
+gallium_dri.so free 0x5571735c25f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25f0 0.000114
+gallium_dri.so free 0x5571735c2740 void 0.000113
+gallium_dri.so free 0x5571735c25f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c26f0 0.000113
+gallium_dri.so free 0x5571735c2800 void 0.000115
+gallium_dri.so free 0x5571735c26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000125
+gallium_dri.so free 0x5571735c2880 void 0.000115
+gallium_dri.so free 0x5571735c27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000142
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29b0 0.000112
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c29b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2ad0 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000113
+gallium_dri.so free 0x5571735c2ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b60 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c2b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c80 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000116
+gallium_dri.so free 0x5571735c2c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c80 0.000112
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so free 0x5571735c2c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000155
+gallium_dri.so free 0x5571735c2dc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000113
+gallium_dri.so free 0x5571735c2f40 void 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000131
+gallium_dri.so free 0x5571735c3000 void 0.000126
+gallium_dri.so free 0x5571735c2dc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000116
+gallium_dri.so free 0x5571735c3080 void 0.000116
+gallium_dri.so free 0x5571735c2fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c30d0 0.000115
+gallium_dri.so free 0x5571735c3140 void 0.000115
+gallium_dri.so free 0x5571735c30d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3180 0.000115
+gallium_dri.so free 0x5571735c3200 void 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3180 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32b0 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000114
+gallium_dri.so free 0x5571735c32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c32b0 0.000115
+gallium_dri.so free 0x5571735c3400 void 0.000115
+gallium_dri.so free 0x5571735c32b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c33b0 0.000115
+gallium_dri.so free 0x5571735c34c0 void 0.000115
+gallium_dri.so free 0x5571735c33b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000115
+gallium_dri.so free 0x5571735c3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c35c0 void 0.000112
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3780 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3730 0.000113
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so free 0x5571735c3730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c37f0 0.000114
+gallium_dri.so free 0x5571735c3880 void 0.000113
+gallium_dri.so free 0x5571735c37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37f0 0.000113
+gallium_dri.so free 0x5571735c3940 void 0.000114
+gallium_dri.so free 0x5571735c37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3980 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so free 0x5571735c3980 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a00 0.000126
+gallium_dri.so free 0x5571735c3ac0 void 0.000116
+gallium_dri.so free 0x5571735c3a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a00 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000112
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so free 0x5571735c3ba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000112
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so free 0x5571735c3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000112
+gallium_dri.so free 0x5571735c3e00 void 0.000116
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000113
+gallium_dri.so free 0x5571735c3ec0 void 0.000113
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000113
+gallium_dri.so free 0x5571735c3f80 void 0.000114
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f30 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000114
+gallium_dri.so free 0x5571735c3f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000112
+gallium_dri.so free 0x5571735c40c0 void 0.000161
+gallium_dri.so free 0x5571735c3ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4110 0.000115
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c4110 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41a0 0.000113
+gallium_dri.so free 0x5571735c4240 void 0.000114
+gallium_dri.so free 0x5571735c41a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41f0 0.000139
+gallium_dri.so free 0x5571735c42c0 void 0.000116
+gallium_dri.so free 0x5571735c41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41f0 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000116
+gallium_dri.so free 0x5571735c41f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4340 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4340 0.000114
+gallium_dri.so free 0x5571735c4500 void 0.000116
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000114
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so free 0x5571735c44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000114
+gallium_dri.so free 0x5571735c4600 void 0.000115
+gallium_dri.so free 0x5571735c44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4640 0.000114
+gallium_dri.so free 0x5571735c46c0 void 0.000125
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46c0 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000114
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000113
+gallium_dri.so free 0x5571735c4800 void 0.000114
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4830 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4830 0.000114
+gallium_dri.so free 0x5571735c4980 void 0.000113
+gallium_dri.so free 0x5571735c4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49c0 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c49c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a40 0.000114
+gallium_dri.so free 0x5571735c4b00 void 0.000114
+gallium_dri.so free 0x5571735c4a40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4a40 0.000112
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so free 0x5571735c4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000112
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000112
+gallium_dri.so free 0x5571735c4d00 void 0.000123
+gallium_dri.so free 0x5571735c4bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000117
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so free 0x5571735c4cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d70 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x5571735c4d70 void 0.000112
+gallium_dri.so malloc 72 0x55717360c0e0 0.000112
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so free 0x55717360c0e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c130 0.000113
+gallium_dri.so free 0x55717360c200 void 0.000115
+gallium_dri.so free 0x55717360c130 void 0.000113
+gallium_dri.so malloc 72 0x55717360c130 0.000116
+gallium_dri.so free 0x55717360c280 void 0.000115
+gallium_dri.so free 0x55717360c130 void 0.000113
+gallium_dri.so malloc 72 0x55717360c280 0.000112
+gallium_dri.so free 0x55717360c340 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000113
+gallium_dri.so malloc 72 0x55717360c280 0.000114
+gallium_dri.so free 0x55717360c400 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000113
+gallium_dri.so malloc 72 0x55717360c280 0.000113
+gallium_dri.so free 0x55717360c4c0 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000112
+gallium_dri.so malloc 72 0x55717360c470 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000116
+gallium_dri.so free 0x55717360c470 void 0.000126
+gallium_dri.so malloc 72 0x55717360c530 0.000114
+gallium_dri.so free 0x55717360c600 void 0.000115
+gallium_dri.so free 0x55717360c530 void 0.000112
+gallium_dri.so malloc 72 0x55717360c650 0.000113
+gallium_dri.so free 0x55717360c6c0 void 0.000113
+gallium_dri.so free 0x55717360c650 void 0.000115
+gallium_dri.so malloc 72 0x55717360c6e0 0.000112
+gallium_dri.so free 0x55717360c780 void 0.000115
+gallium_dri.so free 0x55717360c6e0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c730 0.000113
+gallium_dri.so free 0x55717360c800 void 0.000114
+gallium_dri.so free 0x55717360c730 void 0.000112
+gallium_dri.so malloc 72 0x55717360c730 0.000113
+gallium_dri.so free 0x55717360c880 void 0.000114
+gallium_dri.so free 0x55717360c730 void 0.000113
+gallium_dri.so malloc 72 0x55717360c880 0.000113
+gallium_dri.so free 0x55717360c940 void 0.000113
+gallium_dri.so free 0x55717360c880 void 0.000112
+gallium_dri.so malloc 72 0x55717360c880 0.000113
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so free 0x55717360c880 void 0.000114
+gallium_dri.so malloc 72 0x55717360c9f0 0.000112
+gallium_dri.so free 0x55717360ca80 void 0.000113
+gallium_dri.so free 0x55717360c9f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9f0 0.000113
+gallium_dri.so free 0x55717360cb40 void 0.000112
+gallium_dri.so free 0x55717360c9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cb80 0.000136
+gallium_dri.so free 0x55717360cc00 void 0.000127
+gallium_dri.so free 0x55717360cb80 void 0.000118
+gallium_dri.so malloc 72 0x55717360cc00 0.000114
+gallium_dri.so free 0x55717360ccc0 void 0.000113
+gallium_dri.so free 0x55717360cc00 void 0.000113
+gallium_dri.so malloc 72 0x55717360cc00 0.000113
+gallium_dri.so free 0x55717360cd40 void 0.000115
+gallium_dri.so free 0x55717360cc00 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000112
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000141
+gallium_dri.so free 0x55717360cec0 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf00 0.000112
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000112
+gallium_dri.so malloc 72 0x55717360cf80 0.000113
+gallium_dri.so free 0x55717360d040 void 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000112
+gallium_dri.so malloc 72 0x55717360cf80 0.000116
+gallium_dri.so free 0x55717360d0c0 void 0.000114
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so malloc 72 0x55717360d0f0 0.000116
+gallium_dri.so free 0x55717360d140 void 0.000115
+gallium_dri.so free 0x55717360d0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d0f0 0.000118
+gallium_dri.so free 0x55717360d240 void 0.000115
+gallium_dri.so free 0x55717360d0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d1f0 0.000112
+gallium_dri.so free 0x55717360d300 void 0.000114
+gallium_dri.so free 0x55717360d1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d2b0 0.000112
+gallium_dri.so free 0x55717360d380 void 0.000114
+gallium_dri.so free 0x55717360d2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2b0 0.000112
+gallium_dri.so free 0x55717360d440 void 0.000114
+gallium_dri.so free 0x55717360d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d2b0 0.000112
+gallium_dri.so free 0x55717360d500 void 0.000114
+gallium_dri.so free 0x55717360d2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d4b0 0.000113
+gallium_dri.so free 0x55717360d580 void 0.000113
+gallium_dri.so free 0x55717360d4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d5d0 0.000112
+gallium_dri.so free 0x55717360d640 void 0.000113
+gallium_dri.so free 0x55717360d5d0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d660 0.000113
+gallium_dri.so free 0x55717360d700 void 0.000113
+gallium_dri.so free 0x55717360d660 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6b0 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000113
+gallium_dri.so free 0x55717360d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d780 0.000132
+gallium_dri.so free 0x55717360d840 void 0.000115
+gallium_dri.so free 0x55717360d780 void 0.000113
+gallium_dri.so malloc 72 0x55717360d780 0.000112
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000112
+gallium_dri.so malloc 72 0x55717360d8c0 0.000113
+gallium_dri.so free 0x55717360d980 void 0.000114
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d8c0 0.000113
+gallium_dri.so free 0x55717360da40 void 0.000113
+gallium_dri.so free 0x55717360d8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8c0 0.000112
+gallium_dri.so free 0x55717360db00 void 0.000115
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dab0 0.000114
+gallium_dri.so free 0x55717360db80 void 0.000114
+gallium_dri.so free 0x55717360dab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbd0 0.000115
+gallium_dri.so free 0x55717360dc40 void 0.000114
+gallium_dri.so free 0x55717360dbd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dc80 0.000114
+gallium_dri.so free 0x55717360dd00 void 0.000115
+gallium_dri.so free 0x55717360dc80 void 0.000112
+gallium_dri.so malloc 72 0x55717360dc80 0.000113
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so free 0x55717360dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717360ddb0 0.000122
+gallium_dri.so free 0x55717360de00 void 0.000116
+gallium_dri.so free 0x55717360ddb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ddb0 0.000113
+gallium_dri.so free 0x55717360df00 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360deb0 0.000112
+gallium_dri.so free 0x55717360dfc0 void 0.000115
+gallium_dri.so free 0x55717360deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360df70 0.000113
+gallium_dri.so free 0x55717360e000 void 0.000115
+gallium_dri.so free 0x55717360df70 void 0.000113
+gallium_dri.so malloc 72 0x55717360df70 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000116
+gallium_dri.so free 0x55717360df70 void 0.000112
+gallium_dri.so malloc 72 0x55717360e130 0.000114
+gallium_dri.so free 0x55717360e180 void 0.000115
+gallium_dri.so free 0x55717360e130 void 0.000113
+gallium_dri.so malloc 72 0x55717360e130 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so free 0x55717360e130 void 0.000112
+gallium_dri.so malloc 72 0x55717360e230 0.000113
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so free 0x55717360e230 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x55717360e380 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000113
+gallium_dri.so free 0x55717360e440 void 0.000185
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e480 0.000113
+gallium_dri.so free 0x55717360e500 void 0.000121
+gallium_dri.so free 0x55717360e480 void 0.000125
+gallium_dri.so malloc 72 0x55717360e500 0.000115
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e500 void 0.000113
+gallium_dri.so malloc 72 0x55717360e500 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000115
+gallium_dri.so free 0x55717360e500 void 0.000137
+gallium_dri.so malloc 72 0x55717360e6a0 0.000114
+gallium_dri.so free 0x55717360e740 void 0.000115
+gallium_dri.so free 0x55717360e6a0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e6f0 0.000113
+gallium_dri.so free 0x55717360e7c0 void 0.000116
+gallium_dri.so free 0x55717360e6f0 void 0.000139
+gallium_dri.so malloc 72 0x55717360e6f0 0.000112
+gallium_dri.so free 0x55717360e840 void 0.000115
+gallium_dri.so free 0x55717360e6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e840 0.000112
+gallium_dri.so free 0x55717360e900 void 0.000114
+gallium_dri.so free 0x55717360e840 void 0.000114
+gallium_dri.so malloc 72 0x55717360e840 0.000114
+gallium_dri.so free 0x55717360e9c0 void 0.000116
+gallium_dri.so free 0x55717360e840 void 0.000113
+gallium_dri.so malloc 72 0x55717360e840 0.000126
+gallium_dri.so free 0x55717360ea80 void 0.000115
+gallium_dri.so free 0x55717360e840 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea30 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000116
+gallium_dri.so free 0x55717360ea30 void 0.000113
+gallium_dri.so malloc 72 0x55717360eaf0 0.000112
+gallium_dri.so free 0x55717360ebc0 void 0.000121
+gallium_dri.so free 0x55717360eaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ec10 0.000114
+gallium_dri.so free 0x55717360ec80 void 0.000116
+gallium_dri.so free 0x55717360ec10 void 0.000115
+gallium_dri.so malloc 72 0x55717360eca0 0.000114
+gallium_dri.so free 0x55717360ed40 void 0.000116
+gallium_dri.so free 0x55717360eca0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ecf0 0.000113
+gallium_dri.so free 0x55717360edc0 void 0.000114
+gallium_dri.so free 0x55717360ecf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ecf0 0.000112
+gallium_dri.so free 0x55717360ee40 void 0.000115
+gallium_dri.so free 0x55717360ecf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ee40 0.000114
+gallium_dri.so free 0x55717360ef00 void 0.000116
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee40 0.000115
+gallium_dri.so free 0x55717360f000 void 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000112
+gallium_dri.so malloc 72 0x55717360efb0 0.000112
+gallium_dri.so free 0x55717360f040 void 0.000115
+gallium_dri.so free 0x55717360efb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360efb0 0.000113
+gallium_dri.so free 0x55717360f100 void 0.000115
+gallium_dri.so free 0x55717360efb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f140 0.000118
+gallium_dri.so free 0x55717360f1c0 void 0.000124
+gallium_dri.so free 0x55717360f140 void 0.000124
+gallium_dri.so malloc 72 0x55717360f1c0 0.000123
+gallium_dri.so free 0x55717360f280 void 0.000124
+gallium_dri.so free 0x55717360f1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f1c0 0.000115
+gallium_dri.so free 0x55717360f300 void 0.000115
+gallium_dri.so free 0x55717360f1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f330 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so free 0x55717360f330 void 0.000113
+gallium_dri.so malloc 72 0x55717360f330 0.000114
+gallium_dri.so free 0x55717360f480 void 0.000114
+gallium_dri.so free 0x55717360f330 void 0.000114
+gallium_dri.so malloc 72 0x55717360f4c0 0.000114
+gallium_dri.so free 0x55717360f540 void 0.000114
+gallium_dri.so free 0x55717360f4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f540 0.000114
+gallium_dri.so free 0x55717360f600 void 0.000114
+gallium_dri.so free 0x55717360f540 void 0.000188
+gallium_dri.so malloc 72 0x55717360f540 0.000115
+gallium_dri.so free 0x55717360f680 void 0.000114
+gallium_dri.so free 0x55717360f540 void 0.000112
+gallium_dri.so malloc 72 0x55717360f6b0 0.000113
+gallium_dri.so free 0x55717360f700 void 0.000114
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f6b0 0.000112
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7b0 0.000113
+gallium_dri.so free 0x55717360f8c0 void 0.000115
+gallium_dri.so free 0x55717360f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f870 0.000114
+gallium_dri.so free 0x55717360f940 void 0.000112
+gallium_dri.so free 0x55717360f870 void 0.000113
+gallium_dri.so malloc 72 0x55717360f870 0.000112
+gallium_dri.so free 0x55717360fa00 void 0.000114
+gallium_dri.so free 0x55717360f870 void 0.000112
+gallium_dri.so malloc 72 0x55717360f870 0.000111
+gallium_dri.so free 0x55717360fac0 void 0.000114
+gallium_dri.so free 0x55717360f870 void 0.000113
+gallium_dri.so malloc 72 0x55717360fa70 0.000113
+gallium_dri.so free 0x55717360fb40 void 0.000115
+gallium_dri.so free 0x55717360fa70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb90 0.000113
+gallium_dri.so free 0x55717360fc00 void 0.000114
+gallium_dri.so free 0x55717360fb90 void 0.000122
+gallium_dri.so malloc 72 0x55717360fc20 0.000113
+gallium_dri.so free 0x55717360fcc0 void 0.000113
+gallium_dri.so free 0x55717360fc20 void 0.000113
+gallium_dri.so malloc 72 0x55717360fc70 0.000110
+gallium_dri.so free 0x55717360fd40 void 0.000112
+gallium_dri.so free 0x55717360fc70 void 0.000112
+gallium_dri.so malloc 72 0x55717360fd40 0.000111
+gallium_dri.so free 0x55717360fe00 void 0.000111
+gallium_dri.so free 0x55717360fd40 void 0.000111
+gallium_dri.so malloc 72 0x55717360fd40 0.000111
+gallium_dri.so free 0x55717360fe80 void 0.000112
+gallium_dri.so free 0x55717360fd40 void 0.000114
+gallium_dri.so malloc 72 0x55717360fe80 0.000111
+gallium_dri.so free 0x55717360ff40 void 0.000112
+gallium_dri.so free 0x55717360fe80 void 0.000112
+gallium_dri.so malloc 72 0x55717360fe80 0.000112
+gallium_dri.so free 0x557173610000 void 0.000110
+gallium_dri.so free 0x55717360fe80 void 0.000112
+gallium_dri.so malloc 72 0x55717360fe80 0.000116
+gallium_dri.so free 0x5571736100c0 void 0.000117
+gallium_dri.so free 0x55717360fe80 void 0.000114
+gallium_dri.so malloc 72 0x557173610070 0.000115
+gallium_dri.so free 0x557173610140 void 0.000148
+gallium_dri.so free 0x557173610070 void 0.000123
+gallium_dri.so malloc 72 0x557173610190 0.000124
+gallium_dri.so free 0x557173610200 void 0.000124
+gallium_dri.so free 0x557173610190 void 0.000126
+gallium_dri.so malloc 72 0x557173610240 0.000120
+gallium_dri.so free 0x5571736102c0 void 0.000120
+gallium_dri.so free 0x557173610240 void 0.000125
+gallium_dri.so malloc 72 0x557173610240 0.000125
+gallium_dri.so free 0x557173610340 void 0.000124
+gallium_dri.so free 0x557173610240 void 0.000123
+gallium_dri.so malloc 72 0x557173610370 0.000123
+gallium_dri.so free 0x5571736103c0 void 0.000120
+gallium_dri.so free 0x557173610370 void 0.000115
+gallium_dri.so malloc 72 0x557173610370 0.000115
+gallium_dri.so free 0x5571736104c0 void 0.000120
+gallium_dri.so free 0x557173610370 void 0.000123
+gallium_dri.so malloc 72 0x557173610470 0.000118
+gallium_dri.so free 0x557173610580 void 0.000116
+gallium_dri.so free 0x557173610470 void 0.000118
+gallium_dri.so malloc 72 0x557173610530 0.000123
+gallium_dri.so free 0x5571736105c0 void 0.000123
+gallium_dri.so free 0x557173610530 void 0.000124
+gallium_dri.so malloc 72 0x557173610530 0.000123
+gallium_dri.so free 0x557173610680 void 0.000124
+gallium_dri.so free 0x557173610530 void 0.000129
+gallium_dri.so malloc 72 0x5571736106f0 0.000121
+gallium_dri.so free 0x557173610740 void 0.000115
+gallium_dri.so free 0x5571736106f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736106f0 0.000119
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x5571736106f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736107f0 0.000124
+gallium_dri.so free 0x557173610900 void 0.000122
+gallium_dri.so free 0x5571736107f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736108b0 0.000123
+gallium_dri.so free 0x557173610940 void 0.000119
+gallium_dri.so free 0x5571736108b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736108b0 0.000120
+gallium_dri.so free 0x557173610a00 void 0.000119
+gallium_dri.so free 0x5571736108b0 void 0.000117
+gallium_dri.so malloc 72 0x557173610a40 0.000123
+gallium_dri.so free 0x557173610ac0 void 0.000124
+gallium_dri.so free 0x557173610a40 void 0.000124
+gallium_dri.so malloc 72 0x557173610ac0 0.000124
+gallium_dri.so free 0x557173610b80 void 0.000119
+gallium_dri.so free 0x557173610ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173610ac0 0.000119
+gallium_dri.so free 0x557173610c40 void 0.000123
+gallium_dri.so free 0x557173610ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173610c60 0.000123
+gallium_dri.so free 0x557173610d00 void 0.000124
+gallium_dri.so free 0x557173610c60 void 0.000119
+gallium_dri.so malloc 72 0x557173610cb0 0.000115
+gallium_dri.so free 0x557173610d80 void 0.000127
+gallium_dri.so free 0x557173610cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173610cb0 0.000128
+gallium_dri.so free 0x557173610e00 void 0.000129
+gallium_dri.so free 0x557173610cb0 void 0.000130
+gallium_dri.so malloc 72 0x557173610e00 0.000125
+gallium_dri.so free 0x557173610ec0 void 0.000128
+gallium_dri.so free 0x557173610e00 void 0.000129
+gallium_dri.so malloc 72 0x557173610e00 0.000124
+gallium_dri.so free 0x557173610f80 void 0.000121
+gallium_dri.so free 0x557173610e00 void 0.000118
+gallium_dri.so malloc 72 0x557173610e00 0.000124
+gallium_dri.so free 0x557173611040 void 0.000126
+gallium_dri.so free 0x557173610e00 void 0.000119
+gallium_dri.so malloc 72 0x557173610ff0 0.000120
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so free 0x557173610ff0 void 0.000175
+gallium_dri.so malloc 72 0x5571736110b0 0.000131
+gallium_dri.so free 0x557173611180 void 0.000130
+gallium_dri.so free 0x5571736110b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736111d0 0.000128
+gallium_dri.so free 0x557173611240 void 0.000128
+gallium_dri.so free 0x5571736111d0 void 0.000130
+gallium_dri.so malloc 72 0x5571736111d0 0.000129
+gallium_dri.so free 0x557173469a00 void 0.000123
+gallium_dri.so free 0x5571736111d0 void 0.000119
+gallium_dri.so malloc 72 0x5571736111d0 0.000124
+gallium_dri.so free 0x557173469ac0 void 0.000125
+gallium_dri.so free 0x5571736111d0 void 0.000124
+gallium_dri.so malloc 72 0x557173469a70 0.000129
+gallium_dri.so free 0x557173469b40 void 0.000129
+gallium_dri.so free 0x557173469a70 void 0.000130
+gallium_dri.so malloc 72 0x557173469b90 0.000169
+gallium_dri.so free 0x557173469c00 void 0.000125
+gallium_dri.so free 0x557173469b90 void 0.000123
+gallium_dri.so malloc 72 0x557173469c40 0.000129
+gallium_dri.so free 0x557173469cc0 void 0.000259
+gallium_dri.so free 0x557173469c40 void 0.000304
+gallium_dri.so malloc 72 0x557173469c40 0.000272
+gallium_dri.so free 0x557173469d40 void 0.000271
+gallium_dri.so free 0x557173469c40 void 0.000271
+gallium_dri.so malloc 72 0x557173469d70 0.000208
+gallium_dri.so free 0x557173469dc0 void 0.000226
+gallium_dri.so free 0x557173469d70 void 0.000209
+gallium_dri.so malloc 72 0x557173469d70 0.000130
+gallium_dri.so free 0x557173469ec0 void 0.000128
+gallium_dri.so free 0x557173469d70 void 0.000128
+gallium_dri.so malloc 72 0x557173469e70 0.000129
+gallium_dri.so free 0x557173469f80 void 0.000127
+gallium_dri.so free 0x557173469e70 void 0.000126
+gallium_dri.so malloc 72 0x557173469f30 0.000126
+gallium_dri.so free 0x557173469fc0 void 0.000134
+gallium_dri.so free 0x557173469f30 void 0.000128
+gallium_dri.so malloc 72 0x557173469f30 0.000136
+gallium_dri.so free 0x55717346a080 void 0.000130
+gallium_dri.so free 0x557173469f30 void 0.000128
+gallium_dri.so malloc 72 0x55717346a0f0 0.000129
+gallium_dri.so free 0x55717346a140 void 0.000129
+gallium_dri.so free 0x55717346a0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a0f0 0.000127
+gallium_dri.so free 0x55717346a240 void 0.000127
+gallium_dri.so free 0x55717346a0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a1f0 0.000124
+gallium_dri.so free 0x55717346a300 void 0.000127
+gallium_dri.so free 0x55717346a1f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346a2b0 0.000127
+gallium_dri.so free 0x55717346a340 void 0.000127
+gallium_dri.so free 0x55717346a2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a2b0 0.000129
+gallium_dri.so free 0x55717346a400 void 0.000128
+gallium_dri.so free 0x55717346a2b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346a440 0.000127
+gallium_dri.so free 0x55717346a4c0 void 0.000127
+gallium_dri.so free 0x55717346a440 void 0.000126
+gallium_dri.so malloc 72 0x55717346a4c0 0.000126
+gallium_dri.so free 0x55717346a580 void 0.000127
+gallium_dri.so free 0x55717346a4c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a4c0 0.000129
+gallium_dri.so free 0x55717346a640 void 0.000194
+gallium_dri.so free 0x55717346a4c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a660 0.000128
+gallium_dri.so free 0x55717346a700 void 0.000127
+gallium_dri.so free 0x55717346a660 void 0.000126
+gallium_dri.so malloc 72 0x55717346a6b0 0.000126
+gallium_dri.so free 0x55717346a780 void 0.000129
+gallium_dri.so free 0x55717346a6b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a6b0 0.000128
+gallium_dri.so free 0x55717346a800 void 0.000127
+gallium_dri.so free 0x55717346a6b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a800 0.000129
+gallium_dri.so free 0x55717346a8c0 void 0.000129
+gallium_dri.so free 0x55717346a800 void 0.000127
+gallium_dri.so malloc 72 0x55717346a800 0.000127
+gallium_dri.so free 0x55717346a980 void 0.000124
+gallium_dri.so free 0x55717346a800 void 0.000127
+gallium_dri.so malloc 72 0x55717346a800 0.000127
+gallium_dri.so free 0x55717346aa40 void 0.000126
+gallium_dri.so free 0x55717346a800 void 0.000128
+gallium_dri.so malloc 72 0x55717346a9f0 0.000126
+gallium_dri.so free 0x55717346ab00 void 0.000128
+gallium_dri.so free 0x55717346a9f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346aab0 0.000128
+gallium_dri.so free 0x55717346ab80 void 0.000139
+gallium_dri.so free 0x55717346aab0 void 0.000127
+gallium_dri.so malloc 72 0x55717346abd0 0.000127
+gallium_dri.so free 0x55717346ac40 void 0.000128
+gallium_dri.so free 0x55717346abd0 void 0.000127
+gallium_dri.so malloc 72 0x55717346ac60 0.000128
+gallium_dri.so free 0x55717346ad00 void 0.000128
+gallium_dri.so free 0x55717346ac60 void 0.000127
+gallium_dri.so malloc 72 0x55717346acb0 0.000124
+gallium_dri.so free 0x55717346ad80 void 0.000128
+gallium_dri.so free 0x55717346acb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346acb0 0.000127
+gallium_dri.so free 0x55717346ae00 void 0.000127
+gallium_dri.so free 0x55717346acb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346ae00 0.000122
+gallium_dri.so free 0x55717346aec0 void 0.000122
+gallium_dri.so free 0x55717346ae00 void 0.000153
+gallium_dri.so malloc 72 0x55717346ae00 0.000123
+gallium_dri.so free 0x55717346afc0 void 0.000122
+gallium_dri.so free 0x55717346ae00 void 0.000122
+gallium_dri.so malloc 72 0x55717346af70 0.000122
+gallium_dri.so free 0x55717346b000 void 0.000120
+gallium_dri.so free 0x55717346af70 void 0.000119
+gallium_dri.so malloc 72 0x55717346af70 0.000121
+gallium_dri.so free 0x55717346b0c0 void 0.000121
+gallium_dri.so free 0x55717346af70 void 0.000121
+gallium_dri.so malloc 72 0x55717346b100 0.000121
+gallium_dri.so free 0x55717346b180 void 0.000120
+gallium_dri.so free 0x55717346b100 void 0.000121
+gallium_dri.so malloc 72 0x55717346b180 0.000121
+gallium_dri.so free 0x55717346b240 void 0.000120
+gallium_dri.so free 0x55717346b180 void 0.000117
+gallium_dri.so malloc 72 0x55717346b180 0.000122
+gallium_dri.so free 0x55717346b2c0 void 0.000120
+gallium_dri.so free 0x55717346b180 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2f0 0.000119
+gallium_dri.so free 0x55717346b340 void 0.000117
+gallium_dri.so free 0x55717346b2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2f0 0.000120
+gallium_dri.so free 0x55717346b440 void 0.000119
+gallium_dri.so free 0x55717346b2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b480 0.000119
+gallium_dri.so free 0x55717346b500 void 0.000119
+gallium_dri.so free 0x55717346b480 void 0.000121
+gallium_dri.so malloc 72 0x55717346b500 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000117
+gallium_dri.so free 0x55717346b500 void 0.000120
+gallium_dri.so malloc 72 0x55717346b500 0.000119
+gallium_dri.so free 0x55717346b640 void 0.000120
+gallium_dri.so free 0x55717346b500 void 0.000116
+gallium_dri.so malloc 72 0x55717346b670 0.000173
+gallium_dri.so free 0x55717346b6c0 void 0.000123
+gallium_dri.so free 0x55717346b670 void 0.000121
+gallium_dri.so malloc 72 0x55717346b670 0.000120
+gallium_dri.so free 0x55717346b7c0 void 0.000120
+gallium_dri.so free 0x55717346b670 void 0.000118
+gallium_dri.so malloc 72 0x55717346b770 0.000121
+gallium_dri.so free 0x55717346b880 void 0.000121
+gallium_dri.so free 0x55717346b770 void 0.000118
+gallium_dri.so malloc 72 0x55717346b830 0.000121
+gallium_dri.so free 0x55717346b900 void 0.000119
+gallium_dri.so free 0x55717346b830 void 0.000119
+gallium_dri.so malloc 72 0x55717346b830 0.000119
+gallium_dri.so free 0x55717346b9c0 void 0.000120
+gallium_dri.so free 0x55717346b830 void 0.000117
+gallium_dri.so malloc 72 0x55717346b830 0.000117
+gallium_dri.so free 0x55717346ba80 void 0.000122
+gallium_dri.so free 0x55717346b830 void 0.000121
+gallium_dri.so malloc 72 0x55717346ba30 0.000120
+gallium_dri.so free 0x55717346bb00 void 0.000119
+gallium_dri.so free 0x55717346ba30 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb50 0.000123
+gallium_dri.so free 0x55717346bbc0 void 0.000120
+gallium_dri.so free 0x55717346bb50 void 0.000121
+gallium_dri.so malloc 72 0x55717346bbe0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000120
+gallium_dri.so free 0x55717346bbe0 void 0.000129
+gallium_dri.so malloc 72 0x55717346bc30 0.000121
+gallium_dri.so free 0x55717346bd00 void 0.000121
+gallium_dri.so free 0x55717346bc30 void 0.000121
+gallium_dri.so malloc 72 0x55717346bd00 0.000119
+gallium_dri.so free 0x55717346bdc0 void 0.000122
+gallium_dri.so free 0x55717346bd00 void 0.000121
+gallium_dri.so malloc 72 0x55717346bd00 0.000122
+gallium_dri.so free 0x55717346be40 void 0.000122
+gallium_dri.so free 0x55717346bd00 void 0.000121
+gallium_dri.so malloc 72 0x55717346be40 0.000122
+gallium_dri.so free 0x55717346bf00 void 0.000120
+gallium_dri.so free 0x55717346be40 void 0.000120
+gallium_dri.so malloc 72 0x55717346be40 0.000121
+gallium_dri.so free 0x55717346bfc0 void 0.000121
+gallium_dri.so free 0x55717346be40 void 0.000120
+gallium_dri.so malloc 72 0x55717346be40 0.000117
+gallium_dri.so free 0x55717346c080 void 0.000121
+gallium_dri.so free 0x55717346be40 void 0.000120
+gallium_dri.so malloc 72 0x55717346c030 0.000120
+gallium_dri.so free 0x55717346c100 void 0.000121
+gallium_dri.so free 0x55717346c030 void 0.000119
+gallium_dri.so malloc 72 0x55717346c150 0.000120
+gallium_dri.so free 0x55717346c1c0 void 0.000122
+gallium_dri.so free 0x55717346c150 void 0.000122
+gallium_dri.so malloc 72 0x55717346c200 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000122
+gallium_dri.so free 0x55717346c200 void 0.000119
+gallium_dri.so malloc 72 0x55717346c200 0.000121
+gallium_dri.so free 0x55717346c300 void 0.000121
+gallium_dri.so free 0x55717346c200 void 0.000120
+gallium_dri.so malloc 72 0x55717346c330 0.000120
+gallium_dri.so free 0x55717346c380 void 0.000121
+gallium_dri.so free 0x55717346c330 void 0.000119
+gallium_dri.so malloc 72 0x55717346c330 0.000119
+gallium_dri.so free 0x55717346c480 void 0.000119
+gallium_dri.so free 0x55717346c330 void 0.000119
+gallium_dri.so malloc 72 0x55717346c430 0.000122
+gallium_dri.so free 0x55717346c540 void 0.000122
+gallium_dri.so free 0x55717346c430 void 0.000120
+gallium_dri.so malloc 72 0x55717346c4f0 0.000120
+gallium_dri.so free 0x55717346c580 void 0.000122
+gallium_dri.so free 0x55717346c4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c4f0 0.000119
+gallium_dri.so free 0x55717346c640 void 0.000121
+gallium_dri.so free 0x55717346c4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c6b0 0.000117
+gallium_dri.so free 0x55717346c700 void 0.000118
+gallium_dri.so free 0x55717346c6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c6b0 0.000117
+gallium_dri.so free 0x55717346c800 void 0.000119
+gallium_dri.so free 0x55717346c6b0 void 0.000163
+gallium_dri.so malloc 72 0x55717346c7b0 0.000123
+gallium_dri.so free 0x55717346c8c0 void 0.000120
+gallium_dri.so free 0x55717346c7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c870 0.000121
+gallium_dri.so free 0x55717346c900 void 0.000121
+gallium_dri.so free 0x55717346c870 void 0.000121
+gallium_dri.so malloc 72 0x55717346c870 0.000121
+gallium_dri.so free 0x55717346c9c0 void 0.000123
+gallium_dri.so free 0x55717346c870 void 0.000118
+gallium_dri.so malloc 72 0x55717346ca00 0.000119
+gallium_dri.so free 0x55717346ca80 void 0.000120
+gallium_dri.so free 0x55717346ca00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ca80 0.000122
+gallium_dri.so free 0x55717346cb40 void 0.000122
+gallium_dri.so free 0x55717346ca80 void 0.000121
+gallium_dri.so malloc 72 0x55717346ca80 0.000120
+gallium_dri.so free 0x55717346cc00 void 0.000120
+gallium_dri.so free 0x55717346ca80 void 0.000117
+gallium_dri.so malloc 72 0x55717346cc20 0.000120
+gallium_dri.so free 0x55717346ccc0 void 0.000126
+gallium_dri.so free 0x55717346cc20 void 0.000120
+gallium_dri.so malloc 72 0x55717346cc70 0.000120
+gallium_dri.so free 0x55717346cd40 void 0.000121
+gallium_dri.so free 0x55717346cc70 void 0.000121
+gallium_dri.so malloc 72 0x55717346cc70 0.000120
+gallium_dri.so free 0x55717346cdc0 void 0.000107
+gallium_dri.so free 0x55717346cc70 void 0.000121
+gallium_dri.so malloc 72 0x55717346cdc0 0.000120
+gallium_dri.so free 0x55717346ce80 void 0.000121
+gallium_dri.so free 0x55717346cdc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cdc0 0.000117
+gallium_dri.so free 0x55717346cf40 void 0.000120
+gallium_dri.so free 0x55717346cdc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cdc0 0.000122
+gallium_dri.so free 0x55717346d000 void 0.000121
+gallium_dri.so free 0x55717346cdc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cfb0 0.000119
+gallium_dri.so free 0x55717346d0c0 void 0.000120
+gallium_dri.so free 0x55717346cfb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d070 0.000122
+gallium_dri.so free 0x55717346d140 void 0.000121
+gallium_dri.so free 0x55717346d070 void 0.000121
+gallium_dri.so malloc 72 0x55717346d190 0.000120
+gallium_dri.so free 0x55717346d200 void 0.000122
+gallium_dri.so free 0x55717346d190 void 0.000118
+gallium_dri.so malloc 72 0x55717346d220 0.000120
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d220 void 0.000118
+gallium_dri.so malloc 72 0x55717346d270 0.000121
+gallium_dri.so free 0x55717346d340 void 0.000121
+gallium_dri.so free 0x55717346d270 void 0.000120
+gallium_dri.so malloc 72 0x55717346d270 0.000122
+gallium_dri.so free 0x55717346d3c0 void 0.000121
+gallium_dri.so free 0x55717346d270 void 0.000122
+gallium_dri.so malloc 72 0x55717346d3c0 0.000121
+gallium_dri.so free 0x55717346d480 void 0.000119
+gallium_dri.so free 0x55717346d3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d3c0 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000122
+gallium_dri.so free 0x55717346d3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d530 0.000117
+gallium_dri.so free 0x55717346d5c0 void 0.000120
+gallium_dri.so free 0x55717346d530 void 0.000117
+gallium_dri.so malloc 72 0x55717346d530 0.000120
+gallium_dri.so free 0x55717346d680 void 0.000121
+gallium_dri.so free 0x55717346d530 void 0.000121
+gallium_dri.so malloc 72 0x55717346d6c0 0.000121
+gallium_dri.so free 0x55717346d740 void 0.000121
+gallium_dri.so free 0x55717346d6c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d740 0.000117
+gallium_dri.so free 0x55717346d800 void 0.000121
+gallium_dri.so free 0x55717346d740 void 0.000120
+gallium_dri.so malloc 72 0x55717346d740 0.000120
+gallium_dri.so free 0x55717346d880 void 0.000122
+gallium_dri.so free 0x55717346d740 void 0.000120
+gallium_dri.so malloc 72 0x55717346d8b0 0.000119
+gallium_dri.so free 0x55717346d900 void 0.000156
+gallium_dri.so free 0x55717346d8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346d8b0 0.000121
+gallium_dri.so free 0x55717346da00 void 0.000118
+gallium_dri.so free 0x55717346d8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346da40 0.000117
+gallium_dri.so free 0x55717346dac0 void 0.000120
+gallium_dri.so free 0x55717346da40 void 0.000116
+gallium_dri.so malloc 72 0x55717346dac0 0.000124
+gallium_dri.so free 0x55717346db80 void 0.000122
+gallium_dri.so free 0x55717346dac0 void 0.000126
+gallium_dri.so malloc 72 0x55717346dac0 0.000117
+gallium_dri.so free 0x55717346dc00 void 0.000120
+gallium_dri.so free 0x55717346dac0 void 0.000116
+gallium_dri.so malloc 72 0x55717346dc30 0.000121
+gallium_dri.so free 0x55717346dc80 void 0.000120
+gallium_dri.so free 0x55717346dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc30 0.000120
+gallium_dri.so free 0x55717346dd80 void 0.000120
+gallium_dri.so free 0x55717346dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717346dd30 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000120
+gallium_dri.so free 0x55717346dd30 void 0.000118
+gallium_dri.so malloc 72 0x55717346ddf0 0.000121
+gallium_dri.so free 0x55717346dec0 void 0.000122
+gallium_dri.so free 0x55717346ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddf0 0.000131
+gallium_dri.so free 0x55717346df80 void 0.000121
+gallium_dri.so free 0x55717346ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddf0 0.000120
+gallium_dri.so free 0x55717346e040 void 0.000122
+gallium_dri.so free 0x55717346ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346dff0 0.000119
+gallium_dri.so free 0x55717346e0c0 void 0.000120
+gallium_dri.so free 0x55717346dff0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e110 0.000120
+gallium_dri.so free 0x55717346e180 void 0.000120
+gallium_dri.so free 0x55717346e110 void 0.000120
+gallium_dri.so malloc 72 0x55717346e1a0 0.000144
+gallium_dri.so free 0x55717346e240 void 0.000121
+gallium_dri.so free 0x55717346e1a0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e1f0 0.000120
+gallium_dri.so free 0x55717346e2c0 void 0.000121
+gallium_dri.so free 0x55717346e1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e2c0 0.000122
+gallium_dri.so free 0x55717346e380 void 0.000122
+gallium_dri.so free 0x55717346e2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e2c0 0.000120
+gallium_dri.so free 0x55717346e400 void 0.000120
+gallium_dri.so free 0x55717346e2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e400 0.000120
+gallium_dri.so free 0x55717346e4c0 void 0.000123
+gallium_dri.so free 0x55717346e400 void 0.000120
+gallium_dri.so malloc 72 0x55717346e400 0.000120
+gallium_dri.so free 0x55717346e580 void 0.000121
+gallium_dri.so free 0x55717346e400 void 0.000122
+gallium_dri.so malloc 72 0x55717346e400 0.000121
+gallium_dri.so free 0x55717346e640 void 0.000118
+gallium_dri.so free 0x55717346e400 void 0.000119
+gallium_dri.so malloc 72 0x55717346e5f0 0.000121
+gallium_dri.so free 0x55717346e6c0 void 0.000122
+gallium_dri.so free 0x55717346e5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e710 0.000119
+gallium_dri.so free 0x55717346e780 void 0.000121
+gallium_dri.so free 0x55717346e710 void 0.000122
+gallium_dri.so malloc 72 0x55717346e7c0 0.000119
+gallium_dri.so free 0x55717346e840 void 0.000122
+gallium_dri.so free 0x55717346e7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7c0 0.000121
+gallium_dri.so free 0x55717346e8c0 void 0.000122
+gallium_dri.so free 0x55717346e7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e8f0 0.000117
+gallium_dri.so free 0x55717346e940 void 0.000118
+gallium_dri.so free 0x55717346e8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e8f0 0.000121
+gallium_dri.so free 0x55717346ea40 void 0.000121
+gallium_dri.so free 0x55717346e8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e9f0 0.000156
+gallium_dri.so free 0x55717346eb00 void 0.000125
+gallium_dri.so free 0x55717346e9f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eab0 0.000120
+gallium_dri.so free 0x55717346eb40 void 0.000118
+gallium_dri.so free 0x55717346eab0 void 0.000120
+gallium_dri.so malloc 72 0x55717346eab0 0.000118
+gallium_dri.so free 0x55717346ec00 void 0.000122
+gallium_dri.so free 0x55717346eab0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ec70 0.000121
+gallium_dri.so free 0x55717346ecc0 void 0.000118
+gallium_dri.so free 0x55717346ec70 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec70 0.000119
+gallium_dri.so free 0x55717346edc0 void 0.000121
+gallium_dri.so free 0x55717346ec70 void 0.000122
+gallium_dri.so malloc 72 0x55717346ed70 0.000120
+gallium_dri.so free 0x55717346ee80 void 0.000121
+gallium_dri.so free 0x55717346ed70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ee30 0.000120
+gallium_dri.so free 0x55717346eec0 void 0.000121
+gallium_dri.so free 0x55717346ee30 void 0.000118
+gallium_dri.so malloc 72 0x55717346ee30 0.000122
+gallium_dri.so free 0x55717346ef80 void 0.000121
+gallium_dri.so free 0x55717346ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717346efc0 0.000120
+gallium_dri.so free 0x55717346f040 void 0.000119
+gallium_dri.so free 0x55717346efc0 void 0.000131
+gallium_dri.so malloc 72 0x55717346f040 0.000121
+gallium_dri.so free 0x55717346f100 void 0.000122
+gallium_dri.so free 0x55717346f040 void 0.000117
+gallium_dri.so malloc 72 0x55717346f040 0.000120
+gallium_dri.so free 0x55717346f1c0 void 0.000119
+gallium_dri.so free 0x55717346f040 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1e0 0.000120
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so free 0x55717346f1e0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f230 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so free 0x55717346f230 void 0.000119
+gallium_dri.so malloc 72 0x55717346f230 0.000121
+gallium_dri.so free 0x55717346f380 void 0.000118
+gallium_dri.so free 0x55717346f230 void 0.000121
+gallium_dri.so malloc 72 0x55717346f380 0.000118
+gallium_dri.so free 0x5571735eb380 void 0.000121
+gallium_dri.so free 0x55717346f380 void 0.000119
+gallium_dri.so malloc 72 0x55717346f380 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000121
+gallium_dri.so free 0x55717346f380 void 0.000120
+gallium_dri.so malloc 72 0x55717346f380 0.000121
+gallium_dri.so free 0x5571735eb500 void 0.000120
+gallium_dri.so free 0x55717346f380 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb4b0 0.000118
+gallium_dri.so free 0x5571735eb5c0 void 0.000129
+gallium_dri.so free 0x5571735eb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb570 0.000121
+gallium_dri.so free 0x5571735eb640 void 0.000123
+gallium_dri.so free 0x5571735eb570 void 0.000136
+gallium_dri.so malloc 72 0x5571735eb690 0.000122
+gallium_dri.so free 0x5571735eb700 void 0.000123
+gallium_dri.so free 0x5571735eb690 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb720 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so free 0x5571735eb720 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb770 0.000119
+gallium_dri.so free 0x5571735eb840 void 0.000120
+gallium_dri.so free 0x5571735eb770 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb770 0.000121
+gallium_dri.so free 0x5571735eb8c0 void 0.000121
+gallium_dri.so free 0x5571735eb770 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000121
+gallium_dri.so free 0x5571735eb980 void 0.000121
+gallium_dri.so free 0x5571735eb8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb8c0 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000121
+gallium_dri.so free 0x5571735eb8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eba30 0.000120
+gallium_dri.so free 0x5571735ebac0 void 0.000119
+gallium_dri.so free 0x5571735eba30 void 0.000189
+gallium_dri.so malloc 72 0x5571735eba30 0.000120
+gallium_dri.so free 0x5571735ebb80 void 0.000120
+gallium_dri.so free 0x5571735eba30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000121
+gallium_dri.so free 0x5571735ebbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc40 0.000117
+gallium_dri.so free 0x5571735ebd00 void 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc40 0.000119
+gallium_dri.so free 0x5571735ebd80 void 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000119
+gallium_dri.so free 0x5571735ebe00 void 0.000117
+gallium_dri.so free 0x5571735ebdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000122
+gallium_dri.so free 0x5571735ebf00 void 0.000121
+gallium_dri.so free 0x5571735ebdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf40 0.000119
+gallium_dri.so free 0x5571735ebfc0 void 0.000121
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000121
+gallium_dri.so free 0x5571735ec080 void 0.000122
+gallium_dri.so free 0x5571735ebfc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000123
+gallium_dri.so free 0x5571735ebfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec130 0.000120
+gallium_dri.so free 0x5571735ec180 void 0.000121
+gallium_dri.so free 0x5571735ec130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec130 0.000122
+gallium_dri.so free 0x5571735ec280 void 0.000120
+gallium_dri.so free 0x5571735ec130 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec230 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000122
+gallium_dri.so free 0x5571735ec230 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000123
+gallium_dri.so free 0x5571735ec2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000120
+gallium_dri.so free 0x5571735ec480 void 0.000122
+gallium_dri.so free 0x5571735ec2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2f0 0.000120
+gallium_dri.so free 0x5571735ec540 void 0.000122
+gallium_dri.so free 0x5571735ec2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000120
+gallium_dri.so free 0x5571735ec5c0 void 0.000119
+gallium_dri.so free 0x5571735ec4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec610 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec610 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000123
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec6a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000121
+gallium_dri.so free 0x5571735ec7c0 void 0.000122
+gallium_dri.so free 0x5571735ec6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000126
+gallium_dri.so free 0x5571735ec880 void 0.000124
+gallium_dri.so free 0x5571735ec7c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7c0 0.000121
+gallium_dri.so free 0x5571735ec900 void 0.000119
+gallium_dri.so free 0x5571735ec7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec900 0.000120
+gallium_dri.so free 0x5571735ec9c0 void 0.000121
+gallium_dri.so free 0x5571735ec900 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec900 0.000122
+gallium_dri.so free 0x5571735eca80 void 0.000123
+gallium_dri.so free 0x5571735ec900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec900 0.000120
+gallium_dri.so free 0x5571735ecb40 void 0.000123
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecaf0 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000121
+gallium_dri.so free 0x5571735ecaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecc10 0.000121
+gallium_dri.so free 0x5571735ecc80 void 0.000169
+gallium_dri.so free 0x5571735ecc10 void 0.000123
+gallium_dri.so malloc 72 0x5571735eccc0 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735eccc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eccc0 0.000121
+gallium_dri.so free 0x5571735ecdc0 void 0.000121
+gallium_dri.so free 0x5571735eccc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000117
+gallium_dri.so free 0x5571735ece40 void 0.000121
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x5571735ecdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecef0 0.000120
+gallium_dri.so free 0x5571735ed000 void 0.000120
+gallium_dri.so free 0x5571735ecef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000119
+gallium_dri.so free 0x5571735ed040 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000148
+gallium_dri.so free 0x5571735ed100 void 0.000123
+gallium_dri.so free 0x5571735ecfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed170 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000120
+gallium_dri.so free 0x5571735ed170 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed170 0.000123
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed270 0.000121
+gallium_dri.so free 0x5571735ed380 void 0.000122
+gallium_dri.so free 0x5571735ed270 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed330 0.000119
+gallium_dri.so free 0x5571735ed3c0 void 0.000121
+gallium_dri.so free 0x5571735ed330 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed330 0.000122
+gallium_dri.so free 0x5571735ed480 void 0.000123
+gallium_dri.so free 0x5571735ed330 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4c0 0.000120
+gallium_dri.so free 0x5571735ed540 void 0.000121
+gallium_dri.so free 0x5571735ed4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed540 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000121
+gallium_dri.so free 0x5571735ed540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed540 0.000120
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000125
+gallium_dri.so free 0x5571735ed6e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed730 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000130
+gallium_dri.so free 0x5571735ed730 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed730 0.000121
+gallium_dri.so free 0x5571735ed880 void 0.000122
+gallium_dri.so free 0x5571735ed730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed880 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so free 0x5571735ed880 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed880 0.000122
+gallium_dri.so free 0x5571735eda00 void 0.000119
+gallium_dri.so free 0x5571735ed880 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed880 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so free 0x5571735ed880 void 0.000121
+gallium_dri.so malloc 72 0x5571735eda70 0.000121
+gallium_dri.so free 0x5571735edb80 void 0.000121
+gallium_dri.so free 0x5571735eda70 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb30 0.000122
+gallium_dri.so free 0x5571735edc00 void 0.000120
+gallium_dri.so free 0x5571735edb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc50 0.000120
+gallium_dri.so free 0x5571735edcc0 void 0.000121
+gallium_dri.so free 0x5571735edc50 void 0.000118
+gallium_dri.so malloc 72 0x5571735edce0 0.000117
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so free 0x5571735edce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd30 0.000165
+gallium_dri.so free 0x5571735ede00 void 0.000122
+gallium_dri.so free 0x5571735edd30 void 0.000122
+gallium_dri.so malloc 72 0x5571735edd30 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000121
+gallium_dri.so free 0x5571735edd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede80 0.000120
+gallium_dri.so free 0x5571735edf40 void 0.000121
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede80 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000121
+gallium_dri.so free 0x5571735ede80 void 0.000120
+gallium_dri.so malloc 72 0x5571735edff0 0.000120
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735edff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edff0 0.000120
+gallium_dri.so free 0x5571735ee140 void 0.000119
+gallium_dri.so free 0x5571735edff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee180 0.000121
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee200 0.000119
+gallium_dri.so free 0x5571735ee2c0 void 0.000121
+gallium_dri.so free 0x5571735ee200 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee200 0.000120
+gallium_dri.so free 0x5571735ee340 void 0.000127
+gallium_dri.so free 0x5571735ee200 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee370 0.000121
+gallium_dri.so free 0x5571735ee3c0 void 0.000122
+gallium_dri.so free 0x5571735ee370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee370 0.000119
+gallium_dri.so free 0x5571735ee4c0 void 0.000121
+gallium_dri.so free 0x5571735ee370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee500 0.000119
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee500 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee580 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee580 0.000120
+gallium_dri.so free 0x5571735ee6c0 void 0.000121
+gallium_dri.so free 0x5571735ee580 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000121
+gallium_dri.so free 0x5571735ee740 void 0.000120
+gallium_dri.so free 0x5571735ee6f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000121
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so free 0x5571735ee6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000121
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so free 0x5571735ee7f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000130
+gallium_dri.so free 0x5571735ee980 void 0.000122
+gallium_dri.so free 0x5571735ee8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000122
+gallium_dri.so free 0x5571735eea40 void 0.000121
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000119
+gallium_dri.so free 0x5571735ee8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeab0 0.000120
+gallium_dri.so free 0x5571735eeb80 void 0.000120
+gallium_dri.so free 0x5571735eeab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eebd0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so free 0x5571735eebd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec60 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000120
+gallium_dri.so free 0x5571735eec60 void 0.000120
+gallium_dri.so malloc 72 0x5571735eecb0 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000120
+gallium_dri.so free 0x5571735eecb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eed80 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000120
+gallium_dri.so free 0x5571735eed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed80 0.000116
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000160
+gallium_dri.so malloc 72 0x5571735eeec0 0.000119
+gallium_dri.so free 0x5571735eef80 void 0.000121
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeec0 0.000120
+gallium_dri.so free 0x5571735ef040 void 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeec0 0.000117
+gallium_dri.so free 0x5571735ef100 void 0.000120
+gallium_dri.so free 0x5571735eeec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef0b0 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so free 0x5571735ef0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef1d0 0.000119
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so free 0x5571735ef1d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef280 0.000120
+gallium_dri.so free 0x5571735ef300 void 0.000121
+gallium_dri.so free 0x5571735ef280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef280 0.000116
+gallium_dri.so free 0x5571735ef380 void 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000119
+gallium_dri.so free 0x5571735ef400 void 0.000120
+gallium_dri.so free 0x5571735ef3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000120
+gallium_dri.so free 0x5571735ef500 void 0.000128
+gallium_dri.so free 0x5571735ef3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000120
+gallium_dri.so free 0x5571735ef5c0 void 0.000121
+gallium_dri.so free 0x5571735ef4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef570 0.000116
+gallium_dri.so free 0x5571735ef600 void 0.000120
+gallium_dri.so free 0x5571735ef570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef570 0.000119
+gallium_dri.so free 0x5571735ef6c0 void 0.000119
+gallium_dri.so free 0x5571735ef570 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef730 0.000120
+gallium_dri.so free 0x5571735ef780 void 0.000120
+gallium_dri.so free 0x5571735ef730 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef730 0.000118
+gallium_dri.so free 0x5571735ef880 void 0.000119
+gallium_dri.so free 0x5571735ef730 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef830 0.000121
+gallium_dri.so free 0x5571735ef940 void 0.000116
+gallium_dri.so free 0x5571735ef830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000116
+gallium_dri.so free 0x5571735ef980 void 0.000119
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000117
+gallium_dri.so free 0x5571735efa40 void 0.000122
+gallium_dri.so free 0x5571735ef8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa80 0.000121
+gallium_dri.so free 0x5571735efb00 void 0.000122
+gallium_dri.so free 0x5571735efa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb00 0.000119
+gallium_dri.so free 0x5571735efbc0 void 0.000120
+gallium_dri.so free 0x5571735efb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb00 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so free 0x5571735efb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735efca0 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000119
+gallium_dri.so free 0x5571735efca0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efcf0 0.000120
+gallium_dri.so free 0x5571735efdc0 void 0.000119
+gallium_dri.so free 0x5571735efcf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efcf0 0.000117
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so free 0x5571735efcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efe40 0.000127
+gallium_dri.so free 0x5571735eff00 void 0.000121
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000119
+gallium_dri.so free 0x5571735effc0 void 0.000119
+gallium_dri.so free 0x5571735efe40 void 0.000116
+gallium_dri.so malloc 72 0x5571735efe40 0.000120
+gallium_dri.so free 0x5571735f0080 void 0.000120
+gallium_dri.so free 0x5571735efe40 void 0.000166
+gallium_dri.so malloc 72 0x5571735f0030 0.000122
+gallium_dri.so free 0x5571735f0140 void 0.000121
+gallium_dri.so free 0x5571735f0030 void 0.000146
+gallium_dri.so malloc 72 0x5571735f00f0 0.000119
+gallium_dri.so free 0x5571735f01c0 void 0.000119
+gallium_dri.so free 0x5571735f00f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0210 0.000120
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so free 0x5571735f0210 void 0.000116
+gallium_dri.so malloc 72 0x5571735f02a0 0.000117
+gallium_dri.so free 0x5571735f0340 void 0.000120
+gallium_dri.so free 0x5571735f02a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02f0 0.000121
+gallium_dri.so free 0x5571735f03c0 void 0.000120
+gallium_dri.so free 0x5571735f02f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02f0 0.000121
+gallium_dri.so free 0x5571735f0440 void 0.000119
+gallium_dri.so free 0x5571735f02f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0440 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0440 0.000120
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so free 0x5571735f0440 void 0.000121
+gallium_dri.so malloc 72 0x5571735f05b0 0.000121
+gallium_dri.so free 0x5571735f0640 void 0.000134
+gallium_dri.so free 0x5571735f05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f05b0 0.000115
+gallium_dri.so free 0x5571735f0700 void 0.000120
+gallium_dri.so free 0x5571735f05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0740 0.000118
+gallium_dri.so free 0x5571735f07c0 void 0.000117
+gallium_dri.so free 0x5571735f0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07c0 0.000117
+gallium_dri.so free 0x5571735f0880 void 0.000119
+gallium_dri.so free 0x5571735f07c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f07c0 0.000116
+gallium_dri.so free 0x5571735f0900 void 0.000116
+gallium_dri.so free 0x5571735f07c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0930 0.000122
+gallium_dri.so free 0x5571735f0980 void 0.000119
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0930 0.000119
+gallium_dri.so free 0x5571735f0a80 void 0.000121
+gallium_dri.so free 0x5571735f0930 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000121
+gallium_dri.so free 0x5571735f0ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b40 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000118
+gallium_dri.so free 0x5571735f0b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0b40 0.000128
+gallium_dri.so free 0x5571735f0c80 void 0.000123
+gallium_dri.so free 0x5571735f0b40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000120
+gallium_dri.so free 0x5571735f0d00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000120
+gallium_dri.so free 0x5571735f0e00 void 0.000121
+gallium_dri.so free 0x5571735f0cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0db0 0.000120
+gallium_dri.so free 0x5571735f0ec0 void 0.000120
+gallium_dri.so free 0x5571735f0db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0e70 0.000119
+gallium_dri.so free 0x5571735f0f40 void 0.000120
+gallium_dri.so free 0x5571735f0e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0e70 0.000121
+gallium_dri.so free 0x5571735f1000 void 0.000122
+gallium_dri.so free 0x5571735f0e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0e70 0.000119
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so free 0x5571735f0e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1070 0.000120
+gallium_dri.so free 0x5571735f1140 void 0.000122
+gallium_dri.so free 0x5571735f1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1190 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000120
+gallium_dri.so free 0x5571735f1190 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1220 0.000117
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f1220 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1270 0.000117
+gallium_dri.so free 0x5571735f1340 void 0.000118
+gallium_dri.so free 0x5571735f1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1340 0.000119
+gallium_dri.so free 0x5571735f1400 void 0.000118
+gallium_dri.so free 0x5571735f1340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1340 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000119
+gallium_dri.so free 0x5571735f1340 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1480 0.000115
+gallium_dri.so free 0x5571735f1540 void 0.000135
+gallium_dri.so free 0x5571735f1480 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1480 0.000115
+gallium_dri.so free 0x5571735f1600 void 0.000121
+gallium_dri.so free 0x5571735f1480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1480 0.000119
+gallium_dri.so free 0x5571735f16c0 void 0.000118
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1670 0.000117
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so free 0x5571735f1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1790 0.000120
+gallium_dri.so free 0x5571735f1800 void 0.000118
+gallium_dri.so free 0x5571735f1790 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1840 0.000119
+gallium_dri.so free 0x5571735f18c0 void 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1840 0.000120
+gallium_dri.so free 0x5571735f1940 void 0.000122
+gallium_dri.so free 0x5571735f1840 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000149
+gallium_dri.so free 0x5571735f19c0 void 0.000121
+gallium_dri.so free 0x5571735f1970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1970 0.000121
+gallium_dri.so free 0x5571735f1ac0 void 0.000120
+gallium_dri.so free 0x5571735f1970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1a70 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000121
+gallium_dri.so free 0x5571735f1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b30 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000121
+gallium_dri.so free 0x5571735f1b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b30 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so free 0x5571735f1cf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000146
+gallium_dri.so free 0x5571735f1e40 void 0.000130
+gallium_dri.so free 0x5571735f1cf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1df0 0.000127
+gallium_dri.so free 0x5571735f1f00 void 0.000122
+gallium_dri.so free 0x5571735f1df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000120
+gallium_dri.so free 0x5571735f1f40 void 0.000119
+gallium_dri.so free 0x5571735f1eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000118
+gallium_dri.so free 0x5571735f2000 void 0.000120
+gallium_dri.so free 0x5571735f1eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2040 0.000118
+gallium_dri.so free 0x5571735f20c0 void 0.000120
+gallium_dri.so free 0x5571735f2040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f20c0 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000118
+gallium_dri.so free 0x5571735f20c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f20c0 0.000120
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f20c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2260 0.000119
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2260 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22b0 0.000120
+gallium_dri.so free 0x5571735f2380 void 0.000119
+gallium_dri.so free 0x5571735f22b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f22b0 0.000121
+gallium_dri.so free 0x5571735f2400 void 0.000117
+gallium_dri.so free 0x5571735f22b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2400 0.000116
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2400 0.000124
+gallium_dri.so free 0x5571735f2580 void 0.000120
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2400 0.000115
+gallium_dri.so free 0x5571735f2640 void 0.000120
+gallium_dri.so free 0x5571735f2400 void 0.000116
+gallium_dri.so malloc 72 0x5571735f25f0 0.000116
+gallium_dri.so free 0x5571735f2700 void 0.000116
+gallium_dri.so free 0x5571735f25f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f26b0 0.000118
+gallium_dri.so free 0x5571735f2780 void 0.000119
+gallium_dri.so free 0x5571735f26b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f27d0 0.000115
+gallium_dri.so free 0x5571735f2840 void 0.000120
+gallium_dri.so free 0x5571735f27d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2860 0.000115
+gallium_dri.so free 0x5571735f4980 void 0.000115
+gallium_dri.so free 0x5571735f2860 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49b0 0.000115
+gallium_dri.so free 0x5571735f4a00 void 0.000118
+gallium_dri.so free 0x5571735f49b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f49b0 0.000141
+gallium_dri.so free 0x5571735f4b00 void 0.000141
+gallium_dri.so free 0x5571735f49b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000141
+gallium_dri.so free 0x5571735f4bc0 void 0.000141
+gallium_dri.so free 0x5571735f4ab0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f4b70 0.000138
+gallium_dri.so free 0x5571735f4c40 void 0.000141
+gallium_dri.so free 0x5571735f4b70 void 0.000142
+gallium_dri.so malloc 72 0x5571735f4c60 0.000141
+gallium_dri.so free 0x5571735f4d00 void 0.000141
+gallium_dri.so free 0x5571735f4c60 void 0.000141
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000142
+gallium_dri.so free 0x5571735f4d80 void 0.000142
+gallium_dri.so free 0x5571735f4cb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000138
+gallium_dri.so free 0x5571735f4e00 void 0.000143
+gallium_dri.so free 0x5571735f4cb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f4e00 0.000140
+gallium_dri.so free 0x5571735f4ec0 void 0.000141
+gallium_dri.so free 0x5571735f4e00 void 0.000139
+gallium_dri.so malloc 72 0x5571735f4e00 0.000182
+gallium_dri.so free 0x5571735f4f80 void 0.000143
+gallium_dri.so free 0x5571735f4e00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f4e00 0.000141
+gallium_dri.so free 0x5571735f5040 void 0.000141
+gallium_dri.so free 0x5571735f4e00 void 0.000140
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000140
+gallium_dri.so free 0x5571735f5040 void 0.000142
+gallium_dri.so free 0x5571735f4ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000142
+gallium_dri.so free 0x5571735f5140 void 0.000142
+gallium_dri.so free 0x5571735f4ff0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f50f0 0.000142
+gallium_dri.so free 0x5571735f5200 void 0.000142
+gallium_dri.so free 0x5571735f50f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f51b0 0.000140
+gallium_dri.so free 0x5571735f5240 void 0.000141
+gallium_dri.so free 0x5571735f51b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f51b0 0.000142
+gallium_dri.so free 0x5571735f5300 void 0.000150
+gallium_dri.so free 0x5571735f51b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5340 0.000118
+gallium_dri.so free 0x5571735f53c0 void 0.000129
+gallium_dri.so free 0x5571735f5340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f53c0 0.000118
+gallium_dri.so free 0x5571735f5480 void 0.000121
+gallium_dri.so free 0x5571735f53c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f53c0 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000117
+gallium_dri.so free 0x5571735f53c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5560 0.000120
+gallium_dri.so free 0x5571735f5600 void 0.000120
+gallium_dri.so free 0x5571735f5560 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55b0 0.000117
+gallium_dri.so free 0x5571735f5680 void 0.000115
+gallium_dri.so free 0x5571735f55b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f55b0 0.000118
+gallium_dri.so free 0x5571735f5700 void 0.000115
+gallium_dri.so free 0x5571735f55b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5700 0.000118
+gallium_dri.so free 0x5571735f57c0 void 0.000120
+gallium_dri.so free 0x5571735f5700 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5700 0.000120
+gallium_dri.so free 0x5571735f5880 void 0.000119
+gallium_dri.so free 0x5571735f5700 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5700 0.000116
+gallium_dri.so free 0x5571735f5940 void 0.000117
+gallium_dri.so free 0x5571735f5700 void 0.000119
+gallium_dri.so malloc 72 0x5571735f58f0 0.000127
+gallium_dri.so free 0x5571735f5a00 void 0.000122
+gallium_dri.so free 0x5571735f58f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59b0 0.000120
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so free 0x5571735f59b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5ad0 0.000119
+gallium_dri.so free 0x5571735f5b40 void 0.000121
+gallium_dri.so free 0x5571735f5ad0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5b60 0.000118
+gallium_dri.so free 0x5571735f5c00 void 0.000120
+gallium_dri.so free 0x5571735f5b60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000120
+gallium_dri.so free 0x5571735f5c80 void 0.000119
+gallium_dri.so free 0x5571735f5bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000120
+gallium_dri.so free 0x5571735f5d00 void 0.000120
+gallium_dri.so free 0x5571735f5bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5d00 0.000119
+gallium_dri.so free 0x5571735f5dc0 void 0.000121
+gallium_dri.so free 0x5571735f5d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5d00 0.000120
+gallium_dri.so free 0x5571735f5ec0 void 0.000119
+gallium_dri.so free 0x5571735f5d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5e70 0.000119
+gallium_dri.so free 0x5571735f5f00 void 0.000121
+gallium_dri.so free 0x5571735f5e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5e70 0.000123
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so free 0x5571735f5e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6000 0.000119
+gallium_dri.so free 0x5571735f6080 void 0.000119
+gallium_dri.so free 0x5571735f6000 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6080 0.000118
+gallium_dri.so free 0x5571735f6140 void 0.000120
+gallium_dri.so free 0x5571735f6080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6080 0.000122
+gallium_dri.so free 0x5571735f61c0 void 0.000121
+gallium_dri.so free 0x5571735f6080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f61f0 0.000126
+gallium_dri.so free 0x5571735f6240 void 0.000121
+gallium_dri.so free 0x5571735f61f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61f0 0.000121
+gallium_dri.so free 0x5571735f6340 void 0.000118
+gallium_dri.so free 0x5571735f61f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6380 0.000120
+gallium_dri.so free 0x5571735f6400 void 0.000122
+gallium_dri.so free 0x5571735f6380 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6400 0.000119
+gallium_dri.so free 0x5571735f64c0 void 0.000119
+gallium_dri.so free 0x5571735f6400 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6400 0.000120
+gallium_dri.so free 0x5571735f6540 void 0.000130
+gallium_dri.so free 0x5571735f6400 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6570 0.000119
+gallium_dri.so free 0x5571735f65c0 void 0.000119
+gallium_dri.so free 0x5571735f6570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6570 0.000118
+gallium_dri.so free 0x5571735f66c0 void 0.000119
+gallium_dri.so free 0x5571735f6570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6670 0.000118
+gallium_dri.so free 0x5571735f6780 void 0.000118
+gallium_dri.so free 0x5571735f6670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6730 0.000115
+gallium_dri.so free 0x5571735f6800 void 0.000115
+gallium_dri.so free 0x5571735f6730 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6730 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000119
+gallium_dri.so free 0x5571735f6730 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6730 0.000121
+gallium_dri.so free 0x5571735f6980 void 0.000119
+gallium_dri.so free 0x5571735f6730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6930 0.000119
+gallium_dri.so free 0x5571735f6a00 void 0.000120
+gallium_dri.so free 0x5571735f6930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6a50 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so free 0x5571735f6a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ae0 0.000119
+gallium_dri.so free 0x5571735f6b80 void 0.000122
+gallium_dri.so free 0x5571735f6ae0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6b30 0.000119
+gallium_dri.so free 0x5571735f6c00 void 0.000177
+gallium_dri.so free 0x5571735f6b30 void 0.000197
+gallium_dri.so malloc 72 0x5571735f6c00 0.000155
+gallium_dri.so free 0x5571735f6cc0 void 0.000122
+gallium_dri.so free 0x5571735f6c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6c00 0.000120
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so free 0x5571735f6c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d40 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000123
+gallium_dri.so free 0x5571735f6ec0 void 0.000121
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000121
+gallium_dri.so free 0x5571735f6f80 void 0.000118
+gallium_dri.so free 0x5571735f6d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6f30 0.000122
+gallium_dri.so free 0x5571735f7000 void 0.000120
+gallium_dri.so free 0x5571735f6f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7050 0.000120
+gallium_dri.so free 0x5571735f70c0 void 0.000170
+gallium_dri.so free 0x5571735f7050 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7100 0.000120
+gallium_dri.so free 0x5571735f7180 void 0.000122
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7100 0.000119
+gallium_dri.so free 0x5571735f7200 void 0.000121
+gallium_dri.so free 0x5571735f7100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7230 0.000119
+gallium_dri.so free 0x5571735f7280 void 0.000123
+gallium_dri.so free 0x5571735f7230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7230 0.000118
+gallium_dri.so free 0x5571735f7380 void 0.000120
+gallium_dri.so free 0x5571735f7230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7330 0.000121
+gallium_dri.so free 0x5571735f7440 void 0.000120
+gallium_dri.so free 0x5571735f7330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f73f0 0.000119
+gallium_dri.so free 0x5571735f7480 void 0.000120
+gallium_dri.so free 0x5571735f73f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f73f0 0.000117
+gallium_dri.so free 0x5571735f7540 void 0.000118
+gallium_dri.so free 0x5571735f73f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f75b0 0.000122
+gallium_dri.so free 0x5571735f7600 void 0.000121
+gallium_dri.so free 0x5571735f75b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75b0 0.000123
+gallium_dri.so free 0x5571735f7700 void 0.000116
+gallium_dri.so free 0x5571735f75b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76b0 0.000116
+gallium_dri.so free 0x5571735f77c0 void 0.000119
+gallium_dri.so free 0x5571735f76b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7770 0.000116
+gallium_dri.so free 0x5571735f7800 void 0.000116
+gallium_dri.so free 0x5571735f7770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7770 0.000118
+gallium_dri.so free 0x5571735f78c0 void 0.000117
+gallium_dri.so free 0x5571735f7770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7900 0.000118
+gallium_dri.so free 0x5571735f7980 void 0.000118
+gallium_dri.so free 0x5571735f7900 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7980 0.000119
+gallium_dri.so free 0x5571735f7a40 void 0.000118
+gallium_dri.so free 0x5571735f7980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7980 0.000116
+gallium_dri.so free 0x5571735f7b00 void 0.000116
+gallium_dri.so free 0x5571735f7980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7b20 0.000119
+gallium_dri.so free 0x5571735f7bc0 void 0.000117
+gallium_dri.so free 0x5571735f7b20 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7b70 0.000116
+gallium_dri.so free 0x5571735f7c40 void 0.000120
+gallium_dri.so free 0x5571735f7b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7b70 0.000117
+gallium_dri.so free 0x5571735f7cc0 void 0.000116
+gallium_dri.so free 0x5571735f7b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000116
+gallium_dri.so free 0x5571735f7d80 void 0.000116
+gallium_dri.so free 0x5571735f7cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000118
+gallium_dri.so free 0x5571735f7cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7cc0 0.000116
+gallium_dri.so free 0x5571735f7f00 void 0.000116
+gallium_dri.so free 0x5571735f7cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000116
+gallium_dri.so free 0x5571735f7fc0 void 0.000117
+gallium_dri.so free 0x5571735f7eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7f70 0.000116
+gallium_dri.so free 0x5571735f8040 void 0.000117
+gallium_dri.so free 0x5571735f7f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8090 0.000158
+gallium_dri.so free 0x5571735f8100 void 0.000164
+gallium_dri.so free 0x5571735f8090 void 0.000170
+gallium_dri.so malloc 72 0x5571735f8120 0.000157
+gallium_dri.so free 0x5571735f81c0 void 0.000126
+gallium_dri.so free 0x5571735f8120 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8170 0.000128
+gallium_dri.so free 0x5571735f8240 void 0.000124
+gallium_dri.so free 0x5571735f8170 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8170 0.000123
+gallium_dri.so free 0x5571735f82c0 void 0.000123
+gallium_dri.so free 0x5571735f8170 void 0.000125
+gallium_dri.so malloc 72 0x5571735f82c0 0.000120
+gallium_dri.so free 0x5571735f8380 void 0.000115
+gallium_dri.so free 0x5571735f82c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f82c0 0.000114
+gallium_dri.so free 0x5571735f8480 void 0.000115
+gallium_dri.so free 0x5571735f82c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8430 0.000115
+gallium_dri.so free 0x5571735f84c0 void 0.000120
+gallium_dri.so free 0x5571735f8430 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8430 0.000118
+gallium_dri.so free 0x5571735f8580 void 0.000122
+gallium_dri.so free 0x5571735f8430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f85c0 0.000119
+gallium_dri.so free 0x5571735f8640 void 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8640 0.000124
+gallium_dri.so free 0x5571735f8700 void 0.000124
+gallium_dri.so free 0x5571735f8640 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8640 0.000116
+gallium_dri.so free 0x5571735f8780 void 0.000113
+gallium_dri.so free 0x5571735f8640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f87b0 0.000113
+gallium_dri.so free 0x5571735f8800 void 0.000114
+gallium_dri.so free 0x5571735f87b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87b0 0.000113
+gallium_dri.so free 0x5571735f8900 void 0.000115
+gallium_dri.so free 0x5571735f87b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8940 0.000115
+gallium_dri.so free 0x5571735f89c0 void 0.000114
+gallium_dri.so free 0x5571735f8940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89c0 0.000113
+gallium_dri.so free 0x5571735f8a80 void 0.000114
+gallium_dri.so free 0x5571735f89c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f89c0 0.000114
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f89c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b30 0.000112
+gallium_dri.so free 0x5571735f8b80 void 0.000114
+gallium_dri.so free 0x5571735f8b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b30 0.000111
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so free 0x5571735f8b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8c30 0.000112
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so free 0x5571735f8c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000116
+gallium_dri.so free 0x5571735f8dc0 void 0.000114
+gallium_dri.so free 0x5571735f8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000114
+gallium_dri.so free 0x5571735f8e80 void 0.000115
+gallium_dri.so free 0x5571735f8cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000114
+gallium_dri.so free 0x5571735f8f40 void 0.000114
+gallium_dri.so free 0x5571735f8cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ef0 0.000124
+gallium_dri.so free 0x5571735f8fc0 void 0.000122
+gallium_dri.so free 0x5571735f8ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9010 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000119
+gallium_dri.so free 0x5571735f9010 void 0.000119
+gallium_dri.so malloc 72 0x5571735f90a0 0.000118
+gallium_dri.so free 0x5571735f9140 void 0.000121
+gallium_dri.so free 0x5571735f90a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f90f0 0.000119
+gallium_dri.so free 0x5571735f91c0 void 0.000120
+gallium_dri.so free 0x5571735f90f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91c0 0.000119
+gallium_dri.so free 0x5571735f9280 void 0.000122
+gallium_dri.so free 0x5571735f91c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91c0 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000121
+gallium_dri.so free 0x5571735f91c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9300 0.000124
+gallium_dri.so free 0x5571735f93c0 void 0.000122
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9300 0.000119
+gallium_dri.so free 0x5571735f9480 void 0.000121
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9300 0.000120
+gallium_dri.so free 0x5571735f9540 void 0.000120
+gallium_dri.so free 0x5571735f9300 void 0.000119
+gallium_dri.so malloc 72 0x5571735f94f0 0.000121
+gallium_dri.so free 0x5571735f95c0 void 0.000120
+gallium_dri.so free 0x5571735f94f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9610 0.000119
+gallium_dri.so free 0x5571735f9680 void 0.000130
+gallium_dri.so free 0x5571735f9610 void 0.000130
+gallium_dri.so malloc 72 0x5571735f96c0 0.000124
+gallium_dri.so free 0x5571735f9740 void 0.000122
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f96c0 0.000120
+gallium_dri.so free 0x5571735f97c0 void 0.000121
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f97f0 0.000119
+gallium_dri.so free 0x5571735f9840 void 0.000120
+gallium_dri.so free 0x5571735f97f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f97f0 0.000120
+gallium_dri.so free 0x5571735f9940 void 0.000133
+gallium_dri.so free 0x5571735f97f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f98f0 0.000121
+gallium_dri.so free 0x5571735f9a00 void 0.000121
+gallium_dri.so free 0x5571735f98f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f99b0 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000120
+gallium_dri.so free 0x5571735f99b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99b0 0.000122
+gallium_dri.so free 0x5571735f9b00 void 0.000121
+gallium_dri.so free 0x5571735f99b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9b70 0.000121
+gallium_dri.so free 0x5571735f9bc0 void 0.000120
+gallium_dri.so free 0x5571735f9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9b70 0.000120
+gallium_dri.so free 0x5571735f9cc0 void 0.000120
+gallium_dri.so free 0x5571735f9b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c70 0.000119
+gallium_dri.so free 0x5571735f9d80 void 0.000120
+gallium_dri.so free 0x5571735f9c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9d30 0.000119
+gallium_dri.so free 0x5571735f9dc0 void 0.000121
+gallium_dri.so free 0x5571735f9d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d30 0.000119
+gallium_dri.so free 0x5571735f9e80 void 0.000120
+gallium_dri.so free 0x5571735f9d30 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9ec0 0.000122
+gallium_dri.so free 0x5571735f9f40 void 0.000115
+gallium_dri.so free 0x5571735f9ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9f40 0.000114
+gallium_dri.so free 0x5571735fa000 void 0.000114
+gallium_dri.so free 0x5571735f9f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9f40 0.000124
+gallium_dri.so free 0x5571735fa0c0 void 0.000124
+gallium_dri.so free 0x5571735f9f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa0e0 0.000116
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735fa0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa130 0.000114
+gallium_dri.so free 0x5571735fa200 void 0.000113
+gallium_dri.so free 0x5571735fa130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa130 0.000113
+gallium_dri.so free 0x5571735fa280 void 0.000115
+gallium_dri.so free 0x5571735fa130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa280 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000115
+gallium_dri.so free 0x5571735fa280 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa280 0.000114
+gallium_dri.so free 0x5571735fa400 void 0.000114
+gallium_dri.so free 0x5571735fa280 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa280 0.000115
+gallium_dri.so free 0x5571735fa4c0 void 0.000125
+gallium_dri.so free 0x5571735fa280 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa470 0.000114
+gallium_dri.so free 0x5571735fa580 void 0.000114
+gallium_dri.so free 0x5571735fa470 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa530 0.000114
+gallium_dri.so free 0x5571735fa600 void 0.000115
+gallium_dri.so free 0x5571735fa530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa650 0.000115
+gallium_dri.so free 0x5571735fa6c0 void 0.000114
+gallium_dri.so free 0x5571735fa650 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa6e0 0.000113
+gallium_dri.so free 0x5571735fa780 void 0.000116
+gallium_dri.so free 0x5571735fa6e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000114
+gallium_dri.so free 0x5571735fa800 void 0.000114
+gallium_dri.so free 0x5571735fa730 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000112
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so free 0x5571735fa730 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa880 0.000114
+gallium_dri.so free 0x5571735fa940 void 0.000115
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa880 0.000114
+gallium_dri.so free 0x5571735faa40 void 0.000115
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000113
+gallium_dri.so free 0x5571735faa80 void 0.000115
+gallium_dri.so free 0x5571735fa9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000114
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so free 0x5571735fa9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fab80 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so free 0x5571735fab80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac00 0.000112
+gallium_dri.so free 0x5571735facc0 void 0.000113
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac00 0.000110
+gallium_dri.so free 0x5571735fad40 void 0.000112
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad70 0.000111
+gallium_dri.so free 0x5571735fadc0 void 0.000113
+gallium_dri.so free 0x5571735fad70 void 0.000110
+gallium_dri.so malloc 72 0x5571735fad70 0.000109
+gallium_dri.so free 0x5571735faec0 void 0.000116
+gallium_dri.so free 0x5571735fad70 void 0.000122
+gallium_dri.so malloc 72 0x5571735faf00 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000118
+gallium_dri.so free 0x5571735faf00 void 0.000122
+gallium_dri.so malloc 72 0x5571735faf80 0.000118
+gallium_dri.so free 0x5571735fb040 void 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000118
+gallium_dri.so malloc 72 0x5571735faf80 0.000118
+gallium_dri.so free 0x5571735fb0c0 void 0.000118
+gallium_dri.so free 0x5571735faf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000121
+gallium_dri.so free 0x5571735fb140 void 0.000119
+gallium_dri.so free 0x5571735fb0f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000119
+gallium_dri.so free 0x5571735fb240 void 0.000119
+gallium_dri.so free 0x5571735fb0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735fb1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000120
+gallium_dri.so free 0x5571735fb380 void 0.000119
+gallium_dri.so free 0x5571735fb2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so free 0x5571735fb2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2b0 0.000118
+gallium_dri.so free 0x5571735fb500 void 0.000121
+gallium_dri.so free 0x5571735fb2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000118
+gallium_dri.so free 0x5571735fb580 void 0.000119
+gallium_dri.so free 0x5571735fb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb5d0 0.000118
+gallium_dri.so free 0x5571735fb640 void 0.000118
+gallium_dri.so free 0x5571735fb5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb660 0.000117
+gallium_dri.so free 0x5571735fb700 void 0.000127
+gallium_dri.so free 0x5571735fb660 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6b0 0.000111
+gallium_dri.so free 0x5571735fb780 void 0.000109
+gallium_dri.so free 0x5571735fb6b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb780 0.000111
+gallium_dri.so free 0x5571735fb840 void 0.000110
+gallium_dri.so free 0x5571735fb780 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb780 0.000110
+gallium_dri.so free 0x5571735fb8c0 void 0.000110
+gallium_dri.so free 0x5571735fb780 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000110
+gallium_dri.so free 0x5571735fb980 void 0.000111
+gallium_dri.so free 0x5571735fb8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000111
+gallium_dri.so free 0x5571735fba40 void 0.000110
+gallium_dri.so free 0x5571735fb8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000109
+gallium_dri.so free 0x5571735fbb00 void 0.000110
+gallium_dri.so free 0x5571735fb8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbab0 0.000112
+gallium_dri.so free 0x5571735fbb80 void 0.000110
+gallium_dri.so free 0x5571735fbab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbbd0 0.000119
+gallium_dri.so free 0x5571735fbc40 void 0.000115
+gallium_dri.so free 0x5571735fbbd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbc80 0.000111
+gallium_dri.so free 0x5571735fbd00 void 0.000110
+gallium_dri.so free 0x5571735fbc80 void 0.000157
+gallium_dri.so malloc 72 0x5571735fbc80 0.000126
+gallium_dri.so free 0x5571735fbd80 void 0.000123
+gallium_dri.so free 0x5571735fbc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000113
+gallium_dri.so free 0x5571735fbe00 void 0.000114
+gallium_dri.so free 0x5571735fbdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbdb0 0.000113
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so free 0x5571735fbdb0 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571735fbe00 void 0.000113
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000112
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000112
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000113
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x55717360bac0 0.000112
+gallium_dri.so free 0x5571734674c0 void 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000127
+gallium_dri.so malloc 72 0x557173467470 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000113
+gallium_dri.so free 0x557173467470 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd80 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x5571735c4ec0 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f10 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735c4f10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4fe0 0.000113
+gallium_dri.so free 0x5571735c5080 void 0.000115
+gallium_dri.so free 0x5571735c4fe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c5030 0.000113
+gallium_dri.so free 0x557173589740 void 0.000113
+gallium_dri.so free 0x5571735c5030 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x5571735897c0 void 0.000114
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so free 0x5571735896f0 void 0.000111
+gallium_dri.so malloc 72 0x557173589840 0.000113
+gallium_dri.so free 0x557173589900 void 0.000113
+gallium_dri.so free 0x557173589840 void 0.000126
+gallium_dri.so malloc 72 0x557173589840 0.000116
+gallium_dri.so free 0x5571735899c0 void 0.000115
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so malloc 72 0x557173589840 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000114
+gallium_dri.so free 0x557173601400 void 0.000127
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so malloc 72 0x557173601340 0.000113
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000112
+gallium_dri.so free 0x557173601540 void 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000114
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so malloc 72 0x557173601480 0.000112
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2640 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000122
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so free 0x5571735d27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27b0 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000114
+gallium_dri.so free 0x5571735d27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2940 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000112
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000112
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000114
+gallium_dri.so free 0x55717358e200 void 0.000113
+gallium_dri.so malloc 72 0x55717358e370 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so free 0x55717358e370 void 0.000112
+gallium_dri.so malloc 72 0x55717358e370 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000115
+gallium_dri.so free 0x55717358e370 void 0.000113
+gallium_dri.so malloc 72 0x55717358e500 0.000114
+gallium_dri.so free 0x557173608480 void 0.000114
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x557173608480 0.000123
+gallium_dri.so free 0x557173608540 void 0.000113
+gallium_dri.so free 0x557173608480 void 0.000112
+gallium_dri.so malloc 72 0x557173608480 0.000113
+gallium_dri.so free 0x5571736085c0 void 0.000113
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so malloc 72 0x5571736085f0 0.000113
+gallium_dri.so free 0x55717358e580 void 0.000113
+gallium_dri.so free 0x5571736085f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736085f0 0.000112
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so free 0x5571736085f0 void 0.000112
+gallium_dri.so malloc 72 0x557173608640 0.000114
+gallium_dri.so free 0x557173608700 void 0.000113
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so malloc 72 0x557173608640 0.000115
+gallium_dri.so free 0x557173608800 void 0.000114
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so malloc 72 0x557173608640 0.000113
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so malloc 72 0x557173608640 0.000113
+gallium_dri.so free 0x557173462900 void 0.000113
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so malloc 72 0x5571734628b0 0.000112
+gallium_dri.so free 0x557173462980 void 0.000113
+gallium_dri.so free 0x5571734628b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734629d0 0.000113
+gallium_dri.so free 0x557173462a40 void 0.000130
+gallium_dri.so free 0x5571734629d0 void 0.000114
+gallium_dri.so malloc 72 0x557173462a60 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000113
+gallium_dri.so free 0x557173462a60 void 0.000112
+gallium_dri.so malloc 72 0x557173462ab0 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so free 0x557173462ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173462b80 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so malloc 72 0x557173462b80 0.000112
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000114
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173465070 0.000113
+gallium_dri.so free 0x557173465140 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000112
+gallium_dri.so malloc 72 0x557173465190 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000124
+gallium_dri.so free 0x557173465190 void 0.000114
+gallium_dri.so malloc 72 0x557173465190 0.000112
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so free 0x557173465190 void 0.000115
+gallium_dri.so malloc 72 0x557173465190 0.000113
+gallium_dri.so free 0x5571735d0140 void 0.000113
+gallium_dri.so free 0x557173465190 void 0.000113
+gallium_dri.so malloc 72 0x557173465190 0.000112
+gallium_dri.so free 0x5571735d0200 void 0.000113
+gallium_dri.so free 0x557173465190 void 0.000113
+gallium_dri.so malloc 72 0x5571735d01b0 0.000113
+gallium_dri.so free 0x5571735d0280 void 0.000122
+gallium_dri.so free 0x5571735d01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d02d0 0.000115
+gallium_dri.so free 0x5571735d0340 void 0.000114
+gallium_dri.so free 0x5571735d02d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0360 0.000113
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x5571735d0360 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0360 0.000113
+gallium_dri.so free 0x557173469440 void 0.000112
+gallium_dri.so free 0x5571735d0360 void 0.000114
+gallium_dri.so malloc 72 0x5571734693f0 0.000113
+gallium_dri.so free 0x557173469440 void 0.000113
+gallium_dri.so free 0x5571734693f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x557173469540 void 0.000113
+gallium_dri.so free 0x5571734693f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734694f0 0.000114
+gallium_dri.so free 0x557173469600 void 0.000113
+gallium_dri.so free 0x5571734694f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734695b0 0.000112
+gallium_dri.so free 0x557173469640 void 0.000112
+gallium_dri.so free 0x5571734695b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734695b0 0.000113
+gallium_dri.so free 0x557173469700 void 0.000117
+gallium_dri.so free 0x5571734695b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695b0 0.000112
+gallium_dri.so free 0x557173465800 void 0.000114
+gallium_dri.so free 0x5571734695b0 void 0.000112
+gallium_dri.so malloc 72 0x557173465850 0.000111
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465850 void 0.000113
+gallium_dri.so malloc 72 0x557173465920 0.000116
+gallium_dri.so free 0x5571734659c0 void 0.000113
+gallium_dri.so free 0x557173465920 void 0.000124
+gallium_dri.so malloc 72 0x557173465970 0.000118
+gallium_dri.so free 0x557173465a00 void 0.000120
+gallium_dri.so free 0x557173465970 void 0.000119
+gallium_dri.so malloc 72 0x557173465970 0.000114
+gallium_dri.so free 0x557173465ac0 void 0.000114
+gallium_dri.so free 0x557173465970 void 0.000116
+gallium_dri.so malloc 72 0x557173465b00 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000210
+gallium_dri.so free 0x557173465b00 void 0.000116
+gallium_dri.so malloc 72 0x557173465b80 0.000117
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000112
+gallium_dri.so malloc 72 0x55717358c660 0.000113
+gallium_dri.so free 0x55717358c700 void 0.000112
+gallium_dri.so free 0x55717358c660 void 0.000111
+gallium_dri.so malloc 72 0x55717358c6b0 0.000113
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so free 0x55717358c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c780 0.000113
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000113
+gallium_dri.so malloc 72 0x55717358c780 0.000112
+gallium_dri.so free 0x55717358c8c0 void 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8c0 0.000113
+gallium_dri.so free 0x55717358c980 void 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c8c0 0.000112
+gallium_dri.so free 0x55717358ec00 void 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000112
+gallium_dri.so free 0x55717358ec80 void 0.000114
+gallium_dri.so free 0x55717358ec30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000112
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so free 0x55717358ec30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed30 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so free 0x55717358ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717358edf0 0.000113
+gallium_dri.so free 0x55717358eec0 void 0.000113
+gallium_dri.so free 0x55717358edf0 void 0.000113
+gallium_dri.so malloc 72 0x55717358eee0 0.000112
+gallium_dri.so free 0x55717358ef80 void 0.000113
+gallium_dri.so free 0x55717358eee0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef30 0.000116
+gallium_dri.so free 0x557173467dc0 void 0.000113
+gallium_dri.so free 0x55717358ef30 void 0.000113
+gallium_dri.so malloc 72 0x557173467e00 0.000112
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467e00 void 0.000113
+gallium_dri.so malloc 72 0x557173467e80 0.000112
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so malloc 72 0x557173467e80 0.000113
+gallium_dri.so free 0x557173467fc0 void 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so malloc 72 0x557173467ff0 0.000113
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so free 0x557173467ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173467ff0 0.000120
+gallium_dri.so free 0x557173468140 void 0.000114
+gallium_dri.so free 0x557173467ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173468180 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000112
+gallium_dri.so free 0x557173468180 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0d0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000116
+gallium_dri.so free 0x55717358a0d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a160 0.000113
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a160 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1b0 0.000112
+gallium_dri.so free 0x55717358a280 void 0.000112
+gallium_dri.so free 0x55717358a1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a1b0 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000113
+gallium_dri.so free 0x55717358a1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a300 0.000112
+gallium_dri.so free 0x55717358a3c0 void 0.000124
+gallium_dri.so free 0x55717358a300 void 0.000113
+gallium_dri.so malloc 72 0x55717358a300 0.000118
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x55717358a300 void 0.000113
+gallium_dri.so malloc 72 0x557173604320 0.000114
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604320 void 0.000113
+gallium_dri.so malloc 72 0x557173604370 0.000112
+gallium_dri.so free 0x557173604440 void 0.000114
+gallium_dri.so free 0x557173604370 void 0.000171
+gallium_dri.so malloc 72 0x557173604370 0.000117
+gallium_dri.so free 0x5571736044c0 void 0.000113
+gallium_dri.so free 0x557173604370 void 0.000112
+gallium_dri.so malloc 72 0x5571736044c0 0.000112
+gallium_dri.so free 0x557173604580 void 0.000114
+gallium_dri.so free 0x5571736044c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736044c0 0.000113
+gallium_dri.so free 0x557173604640 void 0.000114
+gallium_dri.so free 0x5571736044c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736044c0 0.000113
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000113
+gallium_dri.so malloc 72 0x557173591210 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x557173591210 void 0.000112
+gallium_dri.so malloc 72 0x5571735912c0 0.000112
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x5571735912c0 void 0.000111
+gallium_dri.so malloc 72 0x557173591340 0.000112
+gallium_dri.so free 0x557173591400 void 0.000113
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173604700 void 0.000113
+gallium_dri.so free 0x557173591340 void 0.000112
+gallium_dri.so malloc 72 0x5571736046b0 0.000112
+gallium_dri.so free 0x557173591480 void 0.000113
+gallium_dri.so free 0x5571736046b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735914c0 0.000127
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591540 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x557173591540 void 0.000144
+gallium_dri.so malloc 72 0x5571735d3000 0.000114
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3000 0.000112
+gallium_dri.so free 0x5571735d3100 void 0.000112
+gallium_dri.so free 0x5571735d3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3130 0.000112
+gallium_dri.so free 0x5571735d3180 void 0.000113
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3230 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d32f0 0.000112
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x5571735d32f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000112
+gallium_dri.so free 0x5571735d5600 void 0.000112
+gallium_dri.so free 0x5571735d55b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d55b0 0.000127
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5740 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000114
+gallium_dri.so free 0x5571735d5740 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57c0 0.000113
+gallium_dri.so free 0x5571735d3380 void 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d57c0 0.000116
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d57c0 0.000112
+gallium_dri.so free 0x5571735d5940 void 0.000113
+gallium_dri.so free 0x5571735d57c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d58f0 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x5571735d58f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a50 0.000112
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so free 0x5571735d0a50 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0b20 0.000113
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so free 0x5571735d0b20 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0b70 0.000114
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000163
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d00 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0d80 0.000112
+gallium_dri.so free 0x557173601d40 void 0.000116
+gallium_dri.so free 0x5571735d0d80 void 0.000112
+gallium_dri.so malloc 72 0x557173601d60 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000113
+gallium_dri.so free 0x557173601d60 void 0.000114
+gallium_dri.so malloc 72 0x557173601db0 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000114
+gallium_dri.so free 0x557173601db0 void 0.000112
+gallium_dri.so malloc 72 0x557173601e80 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000112
+gallium_dri.so malloc 72 0x557173601e80 0.000113
+gallium_dri.so free 0x557173601fc0 void 0.000113
+gallium_dri.so free 0x557173601e80 void 0.000113
+gallium_dri.so malloc 72 0x557173601fc0 0.000112
+gallium_dri.so free 0x557173602080 void 0.000128
+gallium_dri.so free 0x557173601fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173601fc0 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x557173601fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173608eb0 0.000112
+gallium_dri.so free 0x557173608f00 void 0.000127
+gallium_dri.so free 0x557173608eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608eb0 0.000112
+gallium_dri.so free 0x557173609000 void 0.000113
+gallium_dri.so free 0x557173608eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173608fb0 0.000113
+gallium_dri.so free 0x5571736090c0 void 0.000113
+gallium_dri.so free 0x557173608fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173609070 0.000113
+gallium_dri.so free 0x557173609140 void 0.000112
+gallium_dri.so free 0x557173609070 void 0.000113
+gallium_dri.so malloc 72 0x557173609160 0.000112
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x557173609160 void 0.000113
+gallium_dri.so malloc 72 0x5571736091b0 0.000113
+gallium_dri.so free 0x557173463240 void 0.000113
+gallium_dri.so free 0x5571736091b0 void 0.000112
+gallium_dri.so malloc 72 0x557173463280 0.000113
+gallium_dri.so free 0x557173463300 void 0.000112
+gallium_dri.so free 0x557173463280 void 0.000115
+gallium_dri.so malloc 72 0x557173463300 0.000111
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463300 void 0.000111
+gallium_dri.so malloc 72 0x557173463300 0.000114
+gallium_dri.so free 0x557173463440 void 0.000114
+gallium_dri.so free 0x557173463300 void 0.000112
+gallium_dri.so malloc 72 0x557173463470 0.000117
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so free 0x557173463470 void 0.000123
+gallium_dri.so malloc 72 0x557173463470 0.000114
+gallium_dri.so free 0x5571734635c0 void 0.000114
+gallium_dri.so free 0x557173463470 void 0.000113
+gallium_dri.so malloc 72 0x557173463600 0.000112
+gallium_dri.so free 0x557173609e80 void 0.000113
+gallium_dri.so free 0x557173463600 void 0.000113
+gallium_dri.so malloc 72 0x557173609ed0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000114
+gallium_dri.so free 0x557173609ed0 void 0.000112
+gallium_dri.so malloc 72 0x557173609f60 0.000112
+gallium_dri.so free 0x55717360a000 void 0.000113
+gallium_dri.so free 0x557173609f60 void 0.000112
+gallium_dri.so malloc 72 0x557173609fb0 0.000113
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173609fb0 0.000111
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so free 0x557173609fb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a100 0.000113
+gallium_dri.so free 0x55717360a1c0 void 0.000114
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so malloc 72 0x55717360a100 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x55717360a100 void 0.000112
+gallium_dri.so malloc 72 0x5571736068e0 0.000112
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x5571736068e0 void 0.000112
+gallium_dri.so malloc 72 0x557173606930 0.000118
+gallium_dri.so free 0x557173606a00 void 0.000113
+gallium_dri.so free 0x557173606930 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000113
+gallium_dri.so free 0x557173606930 void 0.000112
+gallium_dri.so malloc 72 0x557173606a80 0.000114
+gallium_dri.so free 0x557173606b40 void 0.000112
+gallium_dri.so free 0x557173606a80 void 0.000112
+gallium_dri.so malloc 72 0x557173606a80 0.000112
+gallium_dri.so free 0x557173606c00 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so malloc 72 0x557173606a80 0.000113
+gallium_dri.so free 0x557173609580 void 0.000113
+gallium_dri.so free 0x557173606a80 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000113
+gallium_dri.so free 0x557173609640 void 0.000113
+gallium_dri.so free 0x557173609530 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x5571736096c0 void 0.000113
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609710 0.000114
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173609710 void 0.000113
+gallium_dri.so malloc 72 0x5571736097a0 0.000112
+gallium_dri.so free 0x557173606cc0 void 0.000113
+gallium_dri.so free 0x5571736097a0 void 0.000113
+gallium_dri.so malloc 72 0x557173606c70 0.000126
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x557173606c70 void 0.000113
+gallium_dri.so malloc 72 0x5571736097f0 0.000112
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x5571736097f0 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173609910 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000114
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so free 0x557173609910 void 0.000113
+gallium_dri.so malloc 72 0x557173609910 0.000113
+gallium_dri.so free 0x557173464940 void 0.000114
+gallium_dri.so free 0x557173609910 void 0.000112
+gallium_dri.so malloc 72 0x557173609910 0.000113
+gallium_dri.so free 0x557173464a00 void 0.000118
+gallium_dri.so free 0x557173609910 void 0.000113
+gallium_dri.so malloc 72 0x5571734649b0 0.000113
+gallium_dri.so free 0x557173464a80 void 0.000113
+gallium_dri.so free 0x5571734649b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464ad0 0.000112
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so free 0x557173464ad0 void 0.000114
+gallium_dri.so malloc 72 0x557173464b60 0.000113
+gallium_dri.so free 0x557173464c00 void 0.000113
+gallium_dri.so free 0x557173464b60 void 0.000124
+gallium_dri.so malloc 72 0x557173464bb0 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x557173464bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173464bb0 0.000113
+gallium_dri.so free 0x5571735902c0 void 0.000114
+gallium_dri.so free 0x557173464bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173590270 0.000113
+gallium_dri.so free 0x557173590340 void 0.000112
+gallium_dri.so free 0x557173590270 void 0.000112
+gallium_dri.so malloc 72 0x557173590390 0.000112
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x557173590390 void 0.000112
+gallium_dri.so malloc 72 0x557173590420 0.000112
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so free 0x557173590420 void 0.000112
+gallium_dri.so malloc 72 0x557173590470 0.000112
+gallium_dri.so free 0x557173590540 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000113
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x5571735905c0 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735905c0 0.000113
+gallium_dri.so free 0x55717358b700 void 0.000114
+gallium_dri.so free 0x5571735905c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b720 0.000113
+gallium_dri.so free 0x55717358b7c0 void 0.000166
+gallium_dri.so free 0x55717358b720 void 0.000114
+gallium_dri.so malloc 72 0x55717358b770 0.000113
+gallium_dri.so free 0x55717358b840 void 0.000114
+gallium_dri.so free 0x55717358b770 void 0.000120
+gallium_dri.so malloc 72 0x55717358b770 0.000119
+gallium_dri.so free 0x55717358b8c0 void 0.000121
+gallium_dri.so free 0x55717358b770 void 0.000120
+gallium_dri.so malloc 72 0x55717358b8c0 0.000114
+gallium_dri.so free 0x55717358b980 void 0.000114
+gallium_dri.so free 0x55717358b8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b8c0 0.000112
+gallium_dri.so free 0x55717358ba40 void 0.000113
+gallium_dri.so free 0x55717358b8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b8c0 0.000114
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x55717358b8c0 void 0.000113
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571736033c0 void 0.000117
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so malloc 72 0x557173603300 0.000112
+gallium_dri.so free 0x557173603440 void 0.000113
+gallium_dri.so free 0x557173603300 void 0.000112
+gallium_dri.so malloc 72 0x557173603440 0.000112
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x557173603440 void 0.000114
+gallium_dri.so malloc 72 0x557173603440 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000126
+gallium_dri.so free 0x557173603440 void 0.000115
+gallium_dri.so malloc 72 0x557173603440 0.000112
+gallium_dri.so free 0x557173603680 void 0.000113
+gallium_dri.so free 0x557173603440 void 0.000113
+gallium_dri.so malloc 72 0x557173603630 0.000117
+gallium_dri.so free 0x557173603700 void 0.000114
+gallium_dri.so free 0x557173603630 void 0.000112
+gallium_dri.so malloc 72 0x557173603750 0.000112
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x557173603750 void 0.000111
+gallium_dri.so malloc 72 0x557173603750 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so free 0x557173603750 void 0.000112
+gallium_dri.so malloc 72 0x557173603750 0.000112
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x557173603750 void 0.000112
+gallium_dri.so malloc 72 0x557173603750 0.000111
+gallium_dri.so free 0x5571735cfc00 void 0.000113
+gallium_dri.so free 0x557173603750 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbb0 0.000113
+gallium_dri.so free 0x5571735cfc80 void 0.000113
+gallium_dri.so free 0x5571735cfbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfcd0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x5571735cfcd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd60 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000121
+gallium_dri.so free 0x5571735cfd60 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000112
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so free 0x5571735cfdb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000113
+gallium_dri.so free 0x55717358dd00 void 0.000112
+gallium_dri.so free 0x5571735cfdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717358dcb0 0.000114
+gallium_dri.so free 0x55717358dd80 void 0.000113
+gallium_dri.so free 0x55717358dcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ddd0 0.000112
+gallium_dri.so free 0x55717358de40 void 0.000112
+gallium_dri.so free 0x55717358ddd0 void 0.000112
+gallium_dri.so malloc 72 0x55717358de60 0.000113
+gallium_dri.so free 0x55717358df00 void 0.000113
+gallium_dri.so free 0x55717358de60 void 0.000113
+gallium_dri.so malloc 72 0x55717358deb0 0.000113
+gallium_dri.so free 0x55717358df80 void 0.000219
+gallium_dri.so free 0x55717358deb0 void 0.000214
+gallium_dri.so malloc 72 0x55717358deb0 0.000158
+gallium_dri.so free 0x55717358e000 void 0.000124
+gallium_dri.so free 0x55717358deb0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e000 0.000124
+gallium_dri.so free 0x5571736058c0 void 0.000123
+gallium_dri.so free 0x55717358e000 void 0.000133
+gallium_dri.so malloc 72 0x55717358e000 0.000119
+gallium_dri.so free 0x557173605980 void 0.000125
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so malloc 72 0x5571736059a0 0.000112
+gallium_dri.so free 0x557173605a40 void 0.000113
+gallium_dri.so free 0x5571736059a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736059f0 0.000113
+gallium_dri.so free 0x557173605ac0 void 0.000113
+gallium_dri.so free 0x5571736059f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736059f0 0.000112
+gallium_dri.so free 0x557173605b40 void 0.000111
+gallium_dri.so free 0x5571736059f0 void 0.000113
+gallium_dri.so malloc 72 0x557173605b40 0.000118
+gallium_dri.so free 0x557173605c00 void 0.000114
+gallium_dri.so free 0x557173605b40 void 0.000114
+gallium_dri.so malloc 72 0x557173605b40 0.000118
+gallium_dri.so free 0x557173605cc0 void 0.000123
+gallium_dri.so free 0x557173605b40 void 0.000119
+gallium_dri.so malloc 72 0x557173605b40 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x557173605b40 void 0.000113
+gallium_dri.so malloc 72 0x557173607e80 0.000119
+gallium_dri.so free 0x557173607f40 void 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so malloc 72 0x557173607e80 0.000113
+gallium_dri.so free 0x557173607fc0 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000122
+gallium_dri.so malloc 72 0x557173607fc0 0.000114
+gallium_dri.so free 0x557173608080 void 0.000114
+gallium_dri.so free 0x557173607fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173607fc0 0.000113
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so free 0x557173607fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173607fc0 0.000112
+gallium_dri.so free 0x557173608200 void 0.000114
+gallium_dri.so free 0x557173607fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571736081b0 0.000112
+gallium_dri.so free 0x557173608280 void 0.000112
+gallium_dri.so free 0x5571736081b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736082d0 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so free 0x5571736082d0 void 0.000112
+gallium_dri.so malloc 72 0x5571736082d0 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so free 0x5571736082d0 void 0.000112
+gallium_dri.so malloc 72 0x5571736082d0 0.000114
+gallium_dri.so free 0x557173466f00 void 0.000113
+gallium_dri.so free 0x5571736082d0 void 0.000113
+gallium_dri.so malloc 72 0x5571736082d0 0.000112
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x5571736082d0 void 0.000114
+gallium_dri.so malloc 72 0x557173466f70 0.000113
+gallium_dri.so free 0x557173467040 void 0.000113
+gallium_dri.so free 0x557173466f70 void 0.000155
+gallium_dri.so malloc 72 0x557173467090 0.000115
+gallium_dri.so free 0x557173467100 void 0.000112
+gallium_dri.so free 0x557173467090 void 0.000112
+gallium_dri.so malloc 72 0x557173467120 0.000111
+gallium_dri.so free 0x5571734671c0 void 0.000112
+gallium_dri.so free 0x557173467120 void 0.000111
+gallium_dri.so malloc 72 0x557173467170 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000112
+gallium_dri.so free 0x557173467170 void 0.000112
+gallium_dri.so malloc 72 0x557173467170 0.000112
+gallium_dri.so free 0x5571735d4680 void 0.000113
+gallium_dri.so free 0x557173467170 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4630 0.000111
+gallium_dri.so free 0x5571735d4700 void 0.000112
+gallium_dri.so free 0x5571735d4630 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4750 0.000112
+gallium_dri.so free 0x5571735d47c0 void 0.000119
+gallium_dri.so free 0x5571735d4750 void 0.000112
+gallium_dri.so malloc 72 0x5571735d47e0 0.000112
+gallium_dri.so free 0x5571735d4880 void 0.000112
+gallium_dri.so free 0x5571735d47e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4830 0.000123
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so free 0x5571735d4830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4830 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4830 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4980 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4980 0.000124
+gallium_dri.so free 0x5571735d2080 void 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so malloc 72 0x5571735d20a0 0.000113
+gallium_dri.so free 0x5571735d2140 void 0.000112
+gallium_dri.so free 0x5571735d20a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d20f0 0.000112
+gallium_dri.so free 0x5571735d21c0 void 0.000113
+gallium_dri.so free 0x5571735d20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d20f0 0.000113
+gallium_dri.so free 0x5571735d2240 void 0.000114
+gallium_dri.so free 0x5571735d20f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2240 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so free 0x5571735d2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2240 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x5571735d2240 void 0.000112
+gallium_dri.so malloc 72 0x55717360b440 0.000113
+gallium_dri.so free 0x55717360b500 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000122
+gallium_dri.so malloc 72 0x55717360b440 0.000114
+gallium_dri.so free 0x55717360b580 void 0.000112
+gallium_dri.so free 0x55717360b440 void 0.000112
+gallium_dri.so malloc 72 0x55717360b580 0.000113
+gallium_dri.so free 0x55717360b640 void 0.000114
+gallium_dri.so free 0x55717360b580 void 0.000114
+gallium_dri.so malloc 72 0x55717360b580 0.000113
+gallium_dri.so free 0x55717360b700 void 0.000122
+gallium_dri.so free 0x55717360b580 void 0.000113
+gallium_dri.so malloc 72 0x55717360b580 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000115
+gallium_dri.so free 0x55717360b580 void 0.000112
+gallium_dri.so malloc 72 0x55717360b770 0.000113
+gallium_dri.so free 0x55717360b840 void 0.000114
+gallium_dri.so free 0x55717360b770 void 0.000113
+gallium_dri.so malloc 72 0x55717360b890 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x55717360b890 void 0.000112
+gallium_dri.so malloc 72 0x55717360b890 0.000113
+gallium_dri.so free 0x557173589100 void 0.000113
+gallium_dri.so free 0x55717360b890 void 0.000114
+gallium_dri.so malloc 72 0x55717360b890 0.000113
+gallium_dri.so free 0x5571735891c0 void 0.000114
+gallium_dri.so free 0x55717360b890 void 0.000112
+gallium_dri.so malloc 72 0x55717360b890 0.000113
+gallium_dri.so free 0x557173589280 void 0.000114
+gallium_dri.so free 0x55717360b890 void 0.000113
+gallium_dri.so malloc 72 0x557173589230 0.000184
+gallium_dri.so free 0x557173589300 void 0.000114
+gallium_dri.so free 0x557173589230 void 0.000114
+gallium_dri.so malloc 72 0x557173589350 0.000117
+gallium_dri.so free 0x5571735893c0 void 0.000114
+gallium_dri.so free 0x557173589350 void 0.000112
+gallium_dri.so malloc 72 0x5571735893e0 0.000114
+gallium_dri.so free 0x557173589480 void 0.000114
+gallium_dri.so free 0x5571735893e0 void 0.000114
+gallium_dri.so malloc 72 0x557173589430 0.000111
+gallium_dri.so free 0x5571735f29c0 void 0.000113
+gallium_dri.so free 0x557173589430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000112
+gallium_dri.so free 0x5571735f29c0 void 0.000192
+gallium_dri.so free 0x5571735f2970 void 0.000215
+gallium_dri.so malloc 72 0x5571735f2970 0.000186
+gallium_dri.so free 0x5571735f2ac0 void 0.000124
+gallium_dri.so free 0x5571735f2970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2a70 0.000119
+gallium_dri.so free 0x5571735f2b80 void 0.000114
+gallium_dri.so free 0x5571735f2a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2b30 0.000113
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so free 0x5571735f2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2b30 0.000129
+gallium_dri.so free 0x5571735f2c80 void 0.000121
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cc0 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so free 0x5571735f2cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2d40 0.000112
+gallium_dri.so free 0x5571735f2e00 void 0.000114
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d40 0.000113
+gallium_dri.so free 0x5571735f2ec0 void 0.000113
+gallium_dri.so free 0x5571735f2d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ee0 0.000112
+gallium_dri.so free 0x5571735f2f80 void 0.000113
+gallium_dri.so free 0x5571735f2ee0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f30 0.000113
+gallium_dri.so free 0x5571735f3000 void 0.000114
+gallium_dri.so free 0x5571735f2f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2f30 0.000112
+gallium_dri.so free 0x5571735f3080 void 0.000113
+gallium_dri.so free 0x5571735f2f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3080 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3080 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so free 0x5571735f3080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3080 0.000119
+gallium_dri.so free 0x5571735f32c0 void 0.000117
+gallium_dri.so free 0x5571735f3080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3270 0.000115
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so free 0x5571735f3270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3330 0.000112
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3450 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000113
+gallium_dri.so free 0x5571735f3450 void 0.000112
+gallium_dri.so malloc 72 0x5571735f34e0 0.000113
+gallium_dri.so free 0x5571735f3580 void 0.000193
+gallium_dri.so free 0x5571735f34e0 void 0.000187
+gallium_dri.so malloc 72 0x5571735f3530 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000117
+gallium_dri.so free 0x5571735f3530 void 0.000122
+gallium_dri.so malloc 72 0x5571735f3530 0.000118
+gallium_dri.so free 0x5571734734c0 void 0.000118
+gallium_dri.so free 0x5571735f3530 void 0.000119
+gallium_dri.so malloc 72 0x557173473470 0.000118
+gallium_dri.so free 0x557173473580 void 0.000118
+gallium_dri.so free 0x557173473470 void 0.000118
+gallium_dri.so malloc 72 0x557173473530 0.000118
+gallium_dri.so free 0x557173473600 void 0.000118
+gallium_dri.so free 0x557173473530 void 0.000124
+gallium_dri.so malloc 72 0x557173473620 0.000112
+gallium_dri.so free 0x5571734736c0 void 0.000109
+gallium_dri.so free 0x557173473620 void 0.000110
+gallium_dri.so malloc 72 0x557173473670 0.000110
+gallium_dri.so free 0x557173473740 void 0.000110
+gallium_dri.so free 0x557173473670 void 0.000110
+gallium_dri.so malloc 72 0x557173473670 0.000109
+gallium_dri.so free 0x5571734737c0 void 0.000109
+gallium_dri.so free 0x557173473670 void 0.000111
+gallium_dri.so malloc 72 0x5571734737c0 0.000110
+gallium_dri.so free 0x557173473880 void 0.000110
+gallium_dri.so free 0x5571734737c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734737c0 0.000119
+gallium_dri.so free 0x557173473940 void 0.000110
+gallium_dri.so free 0x5571734737c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734737c0 0.000110
+gallium_dri.so free 0x557173473a00 void 0.000111
+gallium_dri.so free 0x5571734737c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734739b0 0.000111
+gallium_dri.so free 0x557173473a00 void 0.000116
+gallium_dri.so free 0x5571734739b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734739b0 0.000113
+gallium_dri.so free 0x557173473b00 void 0.000112
+gallium_dri.so free 0x5571734739b0 void 0.000110
+gallium_dri.so malloc 72 0x557173473ab0 0.000110
+gallium_dri.so free 0x557173473bc0 void 0.000110
+gallium_dri.so free 0x557173473ab0 void 0.000112
+gallium_dri.so malloc 72 0x557173473b70 0.000109
+gallium_dri.so free 0x557173473c00 void 0.000133
+gallium_dri.so free 0x557173473b70 void 0.000114
+gallium_dri.so malloc 72 0x557173473b70 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so free 0x557173473b70 void 0.000114
+gallium_dri.so malloc 72 0x557173473d00 0.000113
+gallium_dri.so free 0x557173473d80 void 0.000115
+gallium_dri.so free 0x557173473d00 void 0.000114
+gallium_dri.so malloc 72 0x557173473d80 0.000113
+gallium_dri.so free 0x557173473e40 void 0.000112
+gallium_dri.so free 0x557173473d80 void 0.000113
+gallium_dri.so malloc 72 0x557173473d80 0.000114
+gallium_dri.so free 0x557173473f00 void 0.000115
+gallium_dri.so free 0x557173473d80 void 0.000121
+gallium_dri.so malloc 72 0x557173473f20 0.000113
+gallium_dri.so free 0x557173473fc0 void 0.000113
+gallium_dri.so free 0x557173473f20 void 0.000114
+gallium_dri.so malloc 72 0x557173473f70 0.000113
+gallium_dri.so free 0x557173474040 void 0.000113
+gallium_dri.so free 0x557173473f70 void 0.000113
+gallium_dri.so malloc 72 0x557173473f70 0.000114
+gallium_dri.so free 0x5571734740c0 void 0.000113
+gallium_dri.so free 0x557173473f70 void 0.000113
+gallium_dri.so malloc 72 0x5571734740c0 0.000113
+gallium_dri.so free 0x557173474180 void 0.000113
+gallium_dri.so free 0x5571734740c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734740c0 0.000113
+gallium_dri.so free 0x557173460440 void 0.000167
+gallium_dri.so free 0x5571734740c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734740c0 0.000113
+gallium_dri.so free 0x557173460500 void 0.000113
+gallium_dri.so free 0x5571734740c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734604b0 0.000113
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x5571734604b0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460640 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000112
+gallium_dri.so malloc 72 0x557173460690 0.000113
+gallium_dri.so free 0x557173460700 void 0.000114
+gallium_dri.so free 0x557173460690 void 0.000112
+gallium_dri.so malloc 72 0x557173460720 0.000114
+gallium_dri.so free 0x5571734607c0 void 0.000113
+gallium_dri.so free 0x557173460720 void 0.000112
+gallium_dri.so malloc 72 0x557173460770 0.000112
+gallium_dri.so free 0x557173460840 void 0.000114
+gallium_dri.so free 0x557173460770 void 0.000112
+gallium_dri.so malloc 72 0x557173460770 0.000113
+gallium_dri.so free 0x5571734608c0 void 0.000114
+gallium_dri.so free 0x557173460770 void 0.000112
+gallium_dri.so malloc 72 0x5571734608c0 0.000116
+gallium_dri.so free 0x557173460980 void 0.000114
+gallium_dri.so free 0x5571734608c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734608c0 0.000113
+gallium_dri.so free 0x557173460a80 void 0.000124
+gallium_dri.so free 0x5571734608c0 void 0.000114
+gallium_dri.so malloc 72 0x557173460a30 0.000111
+gallium_dri.so free 0x557173460ac0 void 0.000112
+gallium_dri.so free 0x557173460a30 void 0.000112
+gallium_dri.so malloc 72 0x557173460a30 0.000112
+gallium_dri.so free 0x557173460b80 void 0.000112
+gallium_dri.so free 0x557173460a30 void 0.000113
+gallium_dri.so malloc 72 0x557173460bc0 0.000111
+gallium_dri.so free 0x557173460c40 void 0.000122
+gallium_dri.so free 0x557173460bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173460c40 0.000111
+gallium_dri.so free 0x557173460d00 void 0.000113
+gallium_dri.so free 0x557173460c40 void 0.000110
+gallium_dri.so malloc 72 0x557173460c40 0.000111
+gallium_dri.so free 0x557173460d80 void 0.000125
+gallium_dri.so free 0x557173460c40 void 0.000115
+gallium_dri.so malloc 72 0x557173460db0 0.000114
+gallium_dri.so free 0x557173460e00 void 0.000113
+gallium_dri.so free 0x557173460db0 void 0.000113
+gallium_dri.so malloc 72 0x557173460db0 0.000113
+gallium_dri.so free 0x557173460f00 void 0.000114
+gallium_dri.so free 0x557173460db0 void 0.000113
+gallium_dri.so malloc 72 0x557173460f40 0.000113
+gallium_dri.so free 0x557173460fc0 void 0.000113
+gallium_dri.so free 0x557173460f40 void 0.000119
+gallium_dri.so malloc 72 0x557173460fc0 0.000118
+gallium_dri.so free 0x557173461080 void 0.000117
+gallium_dri.so free 0x557173460fc0 void 0.000122
+gallium_dri.so malloc 72 0x557173460fc0 0.000113
+gallium_dri.so free 0x557173461100 void 0.000112
+gallium_dri.so free 0x557173460fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461130 0.000159
+gallium_dri.so free 0x557173461180 void 0.000161
+gallium_dri.so free 0x557173461130 void 0.000158
+gallium_dri.so malloc 72 0x557173461130 0.000123
+gallium_dri.so free 0x557173461280 void 0.000119
+gallium_dri.so free 0x557173461130 void 0.000118
+gallium_dri.so malloc 72 0x557173461230 0.000118
+gallium_dri.so free 0x557173461340 void 0.000115
+gallium_dri.so free 0x557173461230 void 0.000112
+gallium_dri.so malloc 72 0x5571734612f0 0.000114
+gallium_dri.so free 0x5571734613c0 void 0.000129
+gallium_dri.so free 0x5571734612f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734612f0 0.000116
+gallium_dri.so free 0x557173461480 void 0.000115
+gallium_dri.so free 0x5571734612f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734612f0 0.000112
+gallium_dri.so free 0x557173461540 void 0.000113
+gallium_dri.so free 0x5571734612f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734614f0 0.000112
+gallium_dri.so free 0x5571734615c0 void 0.000114
+gallium_dri.so free 0x5571734614f0 void 0.000112
+gallium_dri.so malloc 72 0x557173461610 0.000187
+gallium_dri.so free 0x557173461680 void 0.000115
+gallium_dri.so free 0x557173461610 void 0.000113
+gallium_dri.so malloc 72 0x5571734616a0 0.000114
+gallium_dri.so free 0x557173461740 void 0.000113
+gallium_dri.so free 0x5571734616a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734616f0 0.000113
+gallium_dri.so free 0x5571734617c0 void 0.000118
+gallium_dri.so free 0x5571734616f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617c0 0.000113
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734617c0 0.000113
+gallium_dri.so free 0x557173461900 void 0.000113
+gallium_dri.so free 0x5571734617c0 void 0.000112
+gallium_dri.so malloc 72 0x557173461900 0.000112
+gallium_dri.so free 0x5571734619c0 void 0.000116
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so malloc 72 0x557173461900 0.000114
+gallium_dri.so free 0x557173461a80 void 0.000113
+gallium_dri.so free 0x557173461900 void 0.000113
+gallium_dri.so malloc 72 0x557173461900 0.000112
+gallium_dri.so free 0x557173461b40 void 0.000114
+gallium_dri.so free 0x557173461900 void 0.000114
+gallium_dri.so malloc 72 0x557173461af0 0.000113
+gallium_dri.so free 0x557173461bc0 void 0.000123
+gallium_dri.so free 0x557173461af0 void 0.000114
+gallium_dri.so malloc 72 0x557173461c10 0.000122
+gallium_dri.so free 0x557173461c80 void 0.000116
+gallium_dri.so free 0x557173461c10 void 0.000113
+gallium_dri.so malloc 72 0x557173461cc0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000112
+gallium_dri.so free 0x557173461cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173461cc0 0.000112
+gallium_dri.so free 0x557173461dc0 void 0.000112
+gallium_dri.so free 0x557173461cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461df0 0.000111
+gallium_dri.so free 0x557173461e40 void 0.000112
+gallium_dri.so free 0x557173461df0 void 0.000112
+gallium_dri.so malloc 72 0x557173461df0 0.000111
+gallium_dri.so free 0x557173461f40 void 0.000112
+gallium_dri.so free 0x557173461df0 void 0.000113
+gallium_dri.so malloc 72 0x557173461ef0 0.000112
+gallium_dri.so free 0x557173462000 void 0.000111
+gallium_dri.so free 0x557173461ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173461fb0 0.000112
+gallium_dri.so free 0x557173462040 void 0.000112
+gallium_dri.so free 0x557173461fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461fb0 0.000111
+gallium_dri.so free 0x557173462100 void 0.000143
+gallium_dri.so free 0x557173461fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173462170 0.000117
+gallium_dri.so free 0x5571734621c0 void 0.000116
+gallium_dri.so free 0x557173462170 void 0.000113
+gallium_dri.so malloc 72 0x557173462170 0.000125
+gallium_dri.so free 0x5571734622c0 void 0.000121
+gallium_dri.so free 0x557173462170 void 0.000112
+gallium_dri.so malloc 72 0x557173462270 0.000113
+gallium_dri.so free 0x557173462380 void 0.000113
+gallium_dri.so free 0x557173462270 void 0.000113
+gallium_dri.so malloc 72 0x557173462330 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x557173462330 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000112
+gallium_dri.so free 0x5571735e0f00 void 0.000113
+gallium_dri.so free 0x5571735e0eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000113
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000113
+gallium_dri.so free 0x5571735e0fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1070 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1070 0.000112
+gallium_dri.so free 0x5571735e12c0 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1270 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000164
+gallium_dri.so free 0x5571735e1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1390 0.000111
+gallium_dri.so free 0x5571735e1400 void 0.000111
+gallium_dri.so free 0x5571735e1390 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1420 0.000111
+gallium_dri.so free 0x5571735e14c0 void 0.000111
+gallium_dri.so free 0x5571735e1420 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1470 0.000111
+gallium_dri.so free 0x5571735e1540 void 0.000111
+gallium_dri.so free 0x5571735e1470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1540 0.000111
+gallium_dri.so free 0x5571735e1600 void 0.000112
+gallium_dri.so free 0x5571735e1540 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1540 0.000111
+gallium_dri.so free 0x5571735e1680 void 0.000124
+gallium_dri.so free 0x5571735e1540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1680 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1680 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1680 0.000112
+gallium_dri.so free 0x5571735e18c0 void 0.000112
+gallium_dri.so free 0x5571735e1680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1870 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000128
+gallium_dri.so free 0x5571735e1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1990 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so free 0x5571735e1990 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a40 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a40 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000113
+gallium_dri.so free 0x5571735e1a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b70 0.000115
+gallium_dri.so free 0x5571735e1bc0 void 0.000113
+gallium_dri.so free 0x5571735e1b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b70 0.000112
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c70 0.000113
+gallium_dri.so free 0x5571735e1d80 void 0.000113
+gallium_dri.so free 0x5571735e1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000117
+gallium_dri.so free 0x5571735e1dc0 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1d30 0.000114
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1ef0 0.000112
+gallium_dri.so free 0x5571735e2040 void 0.000113
+gallium_dri.so free 0x5571735e1ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000112
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735e1ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20b0 0.000112
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so free 0x5571735e20b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e20b0 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000112
+gallium_dri.so free 0x5571735e20b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2240 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e22c0 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e22c0 0.000113
+gallium_dri.so free 0x5571735e2440 void 0.000113
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2460 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e2460 void 0.000114
+gallium_dri.so malloc 72 0x5571735e24b0 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e24b0 0.000119
+gallium_dri.so free 0x5571735e2600 void 0.000114
+gallium_dri.so free 0x5571735e24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2600 0.000123
+gallium_dri.so free 0x5571735e26c0 void 0.000124
+gallium_dri.so free 0x5571735e2600 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2600 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2600 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2600 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e27f0 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so free 0x5571735e27f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e28b0 0.000112
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so free 0x5571735e28b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29d0 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000114
+gallium_dri.so free 0x5571735e29d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2a60 0.000113
+gallium_dri.so free 0x5571735e2b00 void 0.000113
+gallium_dri.so free 0x5571735e2a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000112
+gallium_dri.so free 0x5571735e2b80 void 0.000113
+gallium_dri.so free 0x5571735e2ab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000113
+gallium_dri.so free 0x5571735e2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c00 0.000113
+gallium_dri.so free 0x5571735e2cc0 void 0.000114
+gallium_dri.so free 0x5571735e2c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c00 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000113
+gallium_dri.so free 0x5571735e2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x5571735e2ec0 void 0.000113
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f00 0.000123
+gallium_dri.so free 0x5571735e2f80 void 0.000126
+gallium_dri.so free 0x5571735e2f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x5571735e30c0 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30f0 0.000127
+gallium_dri.so free 0x5571735e3140 void 0.000114
+gallium_dri.so free 0x5571735e30f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000112
+gallium_dri.so free 0x5571735e30f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3280 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000111
+gallium_dri.so free 0x5571735e3280 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3300 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3300 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3470 0.000111
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so free 0x5571735e3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000117
+gallium_dri.so free 0x5571735e3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3570 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000118
+gallium_dri.so free 0x5571735e3700 void 0.000115
+gallium_dri.so free 0x5571735e3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735e3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3630 0.000159
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735e3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3630 0.000113
+gallium_dri.so free 0x5571735de340 void 0.000113
+gallium_dri.so free 0x5571735e3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735de2f0 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000115
+gallium_dri.so free 0x5571735de2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de3b0 0.000113
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3b0 0.000112
+gallium_dri.so free 0x5571735de500 void 0.000113
+gallium_dri.so free 0x5571735de3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de550 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000114
+gallium_dri.so free 0x5571735de550 void 0.000112
+gallium_dri.so malloc 72 0x5571735de600 0.000111
+gallium_dri.so free 0x5571735de680 void 0.000113
+gallium_dri.so free 0x5571735de600 void 0.000117
+gallium_dri.so malloc 72 0x5571735de680 0.000115
+gallium_dri.so free 0x5571735de740 void 0.000113
+gallium_dri.so free 0x5571735de680 void 0.000113
+gallium_dri.so malloc 72 0x5571735de680 0.000112
+gallium_dri.so free 0x5571735de7c0 void 0.000114
+gallium_dri.so free 0x5571735de680 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7f0 0.000128
+gallium_dri.so free 0x5571735de840 void 0.000115
+gallium_dri.so free 0x5571735de7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de7f0 0.000113
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de8f0 0.000113
+gallium_dri.so free 0x5571735dea00 void 0.000114
+gallium_dri.so free 0x5571735de8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9b0 0.000113
+gallium_dri.so free 0x5571735dea80 void 0.000115
+gallium_dri.so free 0x5571735de9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deaa0 0.000112
+gallium_dri.so free 0x5571735deb40 void 0.000113
+gallium_dri.so free 0x5571735deaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deaf0 0.000113
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so free 0x5571735deaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735deaf0 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so free 0x5571735deaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec40 0.000113
+gallium_dri.so free 0x5571735ded00 void 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec40 0.000127
+gallium_dri.so free 0x5571735dedc0 void 0.000119
+gallium_dri.so free 0x5571735dec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec40 0.000123
+gallium_dri.so free 0x5571735dee80 void 0.000114
+gallium_dri.so free 0x5571735dec40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dee30 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so free 0x5571735dee30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dee30 0.000123
+gallium_dri.so free 0x5571735def80 void 0.000117
+gallium_dri.so free 0x5571735dee30 void 0.000113
+gallium_dri.so malloc 72 0x5571735def30 0.000114
+gallium_dri.so free 0x5571735df040 void 0.000114
+gallium_dri.so free 0x5571735def30 void 0.000117
+gallium_dri.so malloc 72 0x5571735deff0 0.000114
+gallium_dri.so free 0x5571735df080 void 0.000114
+gallium_dri.so free 0x5571735deff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735deff0 0.000113
+gallium_dri.so free 0x5571735df140 void 0.000112
+gallium_dri.so free 0x5571735deff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df180 0.000113
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so malloc 72 0x5571735df200 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so free 0x5571735df200 void 0.000112
+gallium_dri.so malloc 72 0x5571735df200 0.000112
+gallium_dri.so free 0x5571735df380 void 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000112
+gallium_dri.so malloc 72 0x5571735df3a0 0.000163
+gallium_dri.so free 0x5571735df440 void 0.000115
+gallium_dri.so free 0x5571735df3a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df3f0 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735df3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3f0 0.000112
+gallium_dri.so free 0x5571735df540 void 0.000118
+gallium_dri.so free 0x5571735df3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df540 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000112
+gallium_dri.so malloc 72 0x5571735df540 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000114
+gallium_dri.so free 0x5571735df540 void 0.000116
+gallium_dri.so malloc 72 0x5571735df540 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so free 0x5571735df540 void 0.000112
+gallium_dri.so malloc 72 0x5571735df730 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000113
+gallium_dri.so free 0x5571735df730 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7f0 0.000112
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so free 0x5571735df7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df910 0.000113
+gallium_dri.so free 0x5571735df980 void 0.000112
+gallium_dri.so free 0x5571735df910 void 0.000112
+gallium_dri.so malloc 72 0x5571735df9a0 0.000120
+gallium_dri.so free 0x5571735dfa40 void 0.000114
+gallium_dri.so free 0x5571735df9a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9f0 0.000113
+gallium_dri.so free 0x5571735dfac0 void 0.000113
+gallium_dri.so free 0x5571735df9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df9f0 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000112
+gallium_dri.so free 0x5571735df9f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfb40 0.000111
+gallium_dri.so free 0x5571735dfc00 void 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfb40 0.000113
+gallium_dri.so free 0x5571735dfd00 void 0.000112
+gallium_dri.so free 0x5571735dfb40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000112
+gallium_dri.so free 0x5571735dfcb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000116
+gallium_dri.so free 0x5571735dfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe40 0.000125
+gallium_dri.so free 0x5571735dfec0 void 0.000119
+gallium_dri.so free 0x5571735dfe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfec0 0.000114
+gallium_dri.so free 0x5571735dff80 void 0.000113
+gallium_dri.so free 0x5571735dfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfec0 0.000112
+gallium_dri.so free 0x5571735e0000 void 0.000127
+gallium_dri.so free 0x5571735dfec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000115
+gallium_dri.so free 0x5571735e0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e0180 void 0.000113
+gallium_dri.so free 0x5571735e0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000117
+gallium_dri.so free 0x5571735e0240 void 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0240 0.000112
+gallium_dri.so free 0x5571735e0300 void 0.000112
+gallium_dri.so free 0x5571735e0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0240 0.000113
+gallium_dri.so free 0x5571735e0380 void 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03b0 0.000113
+gallium_dri.so free 0x5571735e0400 void 0.000114
+gallium_dri.so free 0x5571735e03b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e03b0 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so free 0x5571735e03b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e04b0 0.000114
+gallium_dri.so free 0x5571735e05c0 void 0.000113
+gallium_dri.so free 0x5571735e04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0570 0.000112
+gallium_dri.so free 0x5571735e0640 void 0.000162
+gallium_dri.so free 0x5571735e0570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0570 0.000114
+gallium_dri.so free 0x5571735e0700 void 0.000113
+gallium_dri.so free 0x5571735e0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e07c0 void 0.000113
+gallium_dri.so free 0x5571735e0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0770 0.000112
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so free 0x5571735e0770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0890 0.000112
+gallium_dri.so free 0x5571735e0900 void 0.000112
+gallium_dri.so free 0x5571735e0890 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0920 0.000112
+gallium_dri.so free 0x5571735e09c0 void 0.000114
+gallium_dri.so free 0x5571735e0920 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0970 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so free 0x5571735e0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a40 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e0a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0a40 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000124
+gallium_dri.so free 0x5571735e0a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0b80 0.000115
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so free 0x5571735e0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b80 0.000215
+gallium_dri.so free 0x5571735e0d00 void 0.000212
+gallium_dri.so free 0x5571735e0b80 void 0.000312
+gallium_dri.so malloc 72 0x5571735e0b80 0.000196
+gallium_dri.so free 0x5571735e0dc0 void 0.000157
+gallium_dri.so free 0x5571735e0b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d70 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735e0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000112
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab30 0.000117
+gallium_dri.so free 0x5571735dac00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac50 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735dac50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dace0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000113
+gallium_dri.so free 0x5571735dace0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad30 0.000113
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so free 0x5571735dad30 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000116
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dafd0 0.000114
+gallium_dri.so free 0x5571735db040 void 0.000114
+gallium_dri.so free 0x5571735dafd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db060 0.000112
+gallium_dri.so free 0x5571735db100 void 0.000114
+gallium_dri.so free 0x5571735db060 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0b0 0.000113
+gallium_dri.so free 0x5571735db180 void 0.000113
+gallium_dri.so free 0x5571735db0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db0b0 0.000167
+gallium_dri.so free 0x5571735db200 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db2c0 void 0.000113
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db200 0.000114
+gallium_dri.so free 0x5571735db3c0 void 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000113
+gallium_dri.so malloc 72 0x5571735db200 0.000113
+gallium_dri.so free 0x5571735db440 void 0.000114
+gallium_dri.so free 0x5571735db200 void 0.000112
+gallium_dri.so malloc 72 0x5571735db470 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000114
+gallium_dri.so free 0x5571735db470 void 0.000114
+gallium_dri.so malloc 72 0x5571735db470 0.000113
+gallium_dri.so free 0x5571735db5c0 void 0.000113
+gallium_dri.so free 0x5571735db470 void 0.000113
+gallium_dri.so malloc 72 0x5571735db570 0.000113
+gallium_dri.so free 0x5571735db680 void 0.000114
+gallium_dri.so free 0x5571735db570 void 0.000112
+gallium_dri.so malloc 72 0x5571735db630 0.000113
+gallium_dri.so free 0x5571735db6c0 void 0.000113
+gallium_dri.so free 0x5571735db630 void 0.000114
+gallium_dri.so malloc 72 0x5571735db630 0.000112
+gallium_dri.so free 0x5571735db780 void 0.000113
+gallium_dri.so free 0x5571735db630 void 0.000112
+gallium_dri.so malloc 72 0x5571735db7d0 0.000113
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db7d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735db880 0.000112
+gallium_dri.so free 0x5571735db900 void 0.000112
+gallium_dri.so free 0x5571735db880 void 0.000115
+gallium_dri.so malloc 72 0x5571735db900 0.000112
+gallium_dri.so free 0x5571735db9c0 void 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000115
+gallium_dri.so malloc 72 0x5571735db900 0.000113
+gallium_dri.so free 0x5571735dba40 void 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba70 0.000112
+gallium_dri.so free 0x5571735dbac0 void 0.000112
+gallium_dri.so free 0x5571735dba70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dba70 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dba70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb70 0.000112
+gallium_dri.so free 0x5571735dbc80 void 0.000113
+gallium_dri.so free 0x5571735dbb70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbc30 0.000112
+gallium_dri.so free 0x5571735dbd00 void 0.000114
+gallium_dri.so free 0x5571735dbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd20 0.000114
+gallium_dri.so free 0x5571735dbdc0 void 0.000113
+gallium_dri.so free 0x5571735dbd20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbd70 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000127
+gallium_dri.so free 0x5571735dbd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbd70 0.000114
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so free 0x5571735dbd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc040 void 0.000115
+gallium_dri.so free 0x5571735dbec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbec0 0.000112
+gallium_dri.so free 0x5571735dc100 void 0.000124
+gallium_dri.so free 0x5571735dbec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000114
+gallium_dri.so free 0x5571735dc100 void 0.000114
+gallium_dri.so free 0x5571735dc0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc0b0 0.000113
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so free 0x5571735dc0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1b0 0.000114
+gallium_dri.so free 0x5571735dc2c0 void 0.000116
+gallium_dri.so free 0x5571735dc1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc270 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc270 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000114
+gallium_dri.so free 0x5571735dc270 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc400 0.000115
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc480 0.000112
+gallium_dri.so free 0x5571735dc540 void 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc480 0.000112
+gallium_dri.so free 0x5571735dc600 void 0.000113
+gallium_dri.so free 0x5571735dc480 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc620 0.000113
+gallium_dri.so free 0x5571735dc6c0 void 0.000113
+gallium_dri.so free 0x5571735dc620 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc670 0.000112
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735dc670 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc670 0.000112
+gallium_dri.so free 0x5571735dc7c0 void 0.000120
+gallium_dri.so free 0x5571735dc670 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000123
+gallium_dri.so free 0x5571735dc880 void 0.000118
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7c0 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000127
+gallium_dri.so free 0x5571735dc7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000113
+gallium_dri.so free 0x5571735dc9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dca70 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcb90 0.000113
+gallium_dri.so free 0x5571735dcc00 void 0.000112
+gallium_dri.so free 0x5571735dcb90 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc20 0.000114
+gallium_dri.so free 0x5571735dccc0 void 0.000116
+gallium_dri.so free 0x5571735dcc20 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcc70 0.000113
+gallium_dri.so free 0x5571735dcd40 void 0.000115
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcc70 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdc0 0.000113
+gallium_dri.so free 0x5571735dcf80 void 0.000114
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf30 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so free 0x5571735dcf30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf30 0.000115
+gallium_dri.so free 0x5571735dd080 void 0.000113
+gallium_dri.so free 0x5571735dcf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0c0 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd140 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735dd140 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd140 0.000112
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so free 0x5571735dd140 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000112
+gallium_dri.so free 0x5571735dd300 void 0.000114
+gallium_dri.so free 0x5571735dd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2b0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd440 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000114
+gallium_dri.so free 0x5571735dd440 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000112
+gallium_dri.so free 0x5571735dd580 void 0.000113
+gallium_dri.so free 0x5571735dd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd4c0 0.000118
+gallium_dri.so free 0x5571735dd600 void 0.000124
+gallium_dri.so free 0x5571735dd4c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735dd630 0.000172
+gallium_dri.so free 0x5571735dd680 void 0.000113
+gallium_dri.so free 0x5571735dd630 void 0.000220
+gallium_dri.so malloc 72 0x5571735dd630 0.000239
+gallium_dri.so free 0x5571735dd780 void 0.000301
+gallium_dri.so free 0x5571735dd630 void 0.000202
+gallium_dri.so malloc 72 0x5571735dd730 0.000200
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd730 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000126
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000114
+gallium_dri.so free 0x5571735dd7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000115
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dd9f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ddb10 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so free 0x5571735ddb10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddba0 0.000112
+gallium_dri.so free 0x5571735ddc40 void 0.000113
+gallium_dri.so free 0x5571735ddba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddbf0 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000114
+gallium_dri.so free 0x5571735ddd80 void 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddcc0 0.000113
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so free 0x5571735ddcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735ddec0 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde00 0.000114
+gallium_dri.so free 0x5571735ddf80 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dde00 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddff0 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000114
+gallium_dri.so free 0x5571735ddff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de110 0.000145
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de110 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de110 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de110 void 0.000114
+gallium_dri.so malloc 72 0x5571735de1b0 0.000115
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so free 0x5571735de1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1b0 0.000112
+gallium_dri.so free 0x5571735fc500 void 0.000114
+gallium_dri.so free 0x5571735de1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc500 0.000113
+gallium_dri.so free 0x5571735fc5c0 void 0.000115
+gallium_dri.so free 0x5571735fc500 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc500 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000112
+gallium_dri.so free 0x5571735fc500 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc500 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000114
+gallium_dri.so free 0x5571735fc500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000113
+gallium_dri.so free 0x5571735fc6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc6f0 0.000125
+gallium_dri.so free 0x5571735fc840 void 0.000116
+gallium_dri.so free 0x5571735fc6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000113
+gallium_dri.so free 0x5571735fc900 void 0.000115
+gallium_dri.so free 0x5571735fc7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000112
+gallium_dri.so free 0x5571735fc940 void 0.000113
+gallium_dri.so free 0x5571735fc8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000113
+gallium_dri.so free 0x5571735fca00 void 0.000113
+gallium_dri.so free 0x5571735fc8b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fca40 0.000116
+gallium_dri.so free 0x5571735fcac0 void 0.000116
+gallium_dri.so free 0x5571735fca40 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcac0 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcac0 0.000114
+gallium_dri.so free 0x5571735fcc40 void 0.000112
+gallium_dri.so free 0x5571735fcac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc60 0.000112
+gallium_dri.so free 0x5571735fcd00 void 0.000113
+gallium_dri.so free 0x5571735fcc60 void 0.000113
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so free 0x5571735fccb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000115
+gallium_dri.so free 0x5571735fccb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000111
+gallium_dri.so free 0x5571735fcec0 void 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fce00 0.000111
+gallium_dri.so free 0x5571735fd040 void 0.000111
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcff0 0.000117
+gallium_dri.so free 0x5571735fd100 void 0.000119
+gallium_dri.so free 0x5571735fcff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd0b0 0.000113
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so free 0x5571735fd0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1d0 0.000112
+gallium_dri.so free 0x5571735fd240 void 0.000117
+gallium_dri.so free 0x5571735fd1d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd260 0.000125
+gallium_dri.so free 0x5571735fd300 void 0.000120
+gallium_dri.so free 0x5571735fd260 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000118
+gallium_dri.so free 0x5571735fd380 void 0.000113
+gallium_dri.so free 0x5571735fd2b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000117
+gallium_dri.so free 0x5571735fd2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd400 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd400 0.000113
+gallium_dri.so free 0x5571735fd5c0 void 0.000113
+gallium_dri.so free 0x5571735fd400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd570 0.000112
+gallium_dri.so free 0x5571735fd600 void 0.000113
+gallium_dri.so free 0x5571735fd570 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd570 0.000112
+gallium_dri.so free 0x5571735fd6c0 void 0.000114
+gallium_dri.so free 0x5571735fd570 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd700 0.000113
+gallium_dri.so free 0x5571735fd780 void 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd780 0.000113
+gallium_dri.so free 0x5571735fd840 void 0.000114
+gallium_dri.so free 0x5571735fd780 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd780 0.000114
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so free 0x5571735fd780 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000112
+gallium_dri.so free 0x5571735fd940 void 0.000122
+gallium_dri.so free 0x5571735fd8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd8f0 0.000113
+gallium_dri.so free 0x5571735fda40 void 0.000131
+gallium_dri.so free 0x5571735fd8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda80 0.000113
+gallium_dri.so free 0x5571735fdb00 void 0.000115
+gallium_dri.so free 0x5571735fda80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdb00 0.000112
+gallium_dri.so free 0x5571735fdbc0 void 0.000112
+gallium_dri.so free 0x5571735fdb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdb00 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so free 0x5571735fdb00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdc70 0.000112
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdc70 0.000112
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so free 0x5571735fdc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdd70 0.000112
+gallium_dri.so free 0x5571735fde80 void 0.000114
+gallium_dri.so free 0x5571735fdd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fde30 0.000114
+gallium_dri.so free 0x5571735fdf00 void 0.000113
+gallium_dri.so free 0x5571735fde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000112
+gallium_dri.so free 0x5571735fdfc0 void 0.000112
+gallium_dri.so free 0x5571735fde30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000118
+gallium_dri.so free 0x5571735fe080 void 0.000123
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe030 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so free 0x5571735fe030 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe150 0.000119
+gallium_dri.so free 0x5571735fe1c0 void 0.000118
+gallium_dri.so free 0x5571735fe150 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe1e0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735fe1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe300 0.000113
+gallium_dri.so free 0x5571735fe3c0 void 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe300 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000112
+gallium_dri.so free 0x5571735fe5c0 void 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000113
+gallium_dri.so free 0x5571735fe680 void 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000185
+gallium_dri.so malloc 72 0x5571735fe630 0.000116
+gallium_dri.so free 0x5571735fe700 void 0.000115
+gallium_dri.so free 0x5571735fe630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe750 0.000112
+gallium_dri.so free 0x5571735fe7c0 void 0.000113
+gallium_dri.so free 0x5571735fe750 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe800 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000113
+gallium_dri.so free 0x5571735fe800 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe800 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so free 0x5571735fe800 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe930 0.000113
+gallium_dri.so free 0x5571735fe980 void 0.000114
+gallium_dri.so free 0x5571735fe930 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe930 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000118
+gallium_dri.so free 0x5571735fe930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fea30 0.000113
+gallium_dri.so free 0x5571735feb40 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000112
+gallium_dri.so malloc 72 0x5571735feaf0 0.000112
+gallium_dri.so free 0x5571735feb80 void 0.000112
+gallium_dri.so free 0x5571735feaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735feaf0 0.000122
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so free 0x5571735feaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fecb0 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000112
+gallium_dri.so free 0x5571735fecb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fecb0 0.000113
+gallium_dri.so free 0x5571735fee00 void 0.000114
+gallium_dri.so free 0x5571735fecb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x5571735feec0 void 0.000113
+gallium_dri.so free 0x5571735fedb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fee70 0.000112
+gallium_dri.so free 0x5571735fef00 void 0.000113
+gallium_dri.so free 0x5571735fee70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fee70 0.000113
+gallium_dri.so free 0x5571735fefc0 void 0.000112
+gallium_dri.so free 0x5571735fee70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff000 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000106
+gallium_dri.so malloc 72 0x5571735ff080 0.000196
+gallium_dri.so free 0x5571735ff140 void 0.000154
+gallium_dri.so free 0x5571735ff080 void 0.000153
+gallium_dri.so malloc 72 0x5571735ff080 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000113
+gallium_dri.so free 0x5571735ff080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff220 0.000114
+gallium_dri.so free 0x5571735ff2c0 void 0.000130
+gallium_dri.so free 0x5571735ff220 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff270 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000113
+gallium_dri.so free 0x5571735ff270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff270 0.000123
+gallium_dri.so free 0x5571735ff3c0 void 0.000125
+gallium_dri.so free 0x5571735ff270 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000112
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000112
+gallium_dri.so free 0x5571735ff600 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff5b0 0.000114
+gallium_dri.so free 0x5571735ff6c0 void 0.000113
+gallium_dri.so free 0x5571735ff5b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff670 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000113
+gallium_dri.so free 0x5571735ff670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff790 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000113
+gallium_dri.so free 0x5571735ff790 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff820 0.000113
+gallium_dri.so free 0x5571735ff8c0 void 0.000169
+gallium_dri.so free 0x5571735ff820 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff870 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000114
+gallium_dri.so free 0x5571735ff870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff870 0.000112
+gallium_dri.so free 0x5571735ff9c0 void 0.000115
+gallium_dri.so free 0x5571735ff870 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9c0 0.000113
+gallium_dri.so free 0x5571735ffb80 void 0.000114
+gallium_dri.so free 0x5571735ff9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffb30 0.000114
+gallium_dri.so free 0x5571735ffbc0 void 0.000113
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffb30 0.000115
+gallium_dri.so free 0x5571735ffc80 void 0.000115
+gallium_dri.so free 0x5571735ffb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffcc0 0.000113
+gallium_dri.so free 0x5571735ffd40 void 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffd40 0.000113
+gallium_dri.so free 0x5571735ffe00 void 0.000114
+gallium_dri.so free 0x5571735ffd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffd40 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000124
+gallium_dri.so free 0x5571735ffd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000112
+gallium_dri.so free 0x5571735fff00 void 0.000112
+gallium_dri.so free 0x5571735ffeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffeb0 0.000111
+gallium_dri.so free 0x557173600000 void 0.000112
+gallium_dri.so free 0x5571735ffeb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600040 0.000112
+gallium_dri.so free 0x5571736000c0 void 0.000114
+gallium_dri.so free 0x557173600040 void 0.000111
+gallium_dri.so malloc 72 0x5571736000c0 0.000112
+gallium_dri.so free 0x557173600180 void 0.000112
+gallium_dri.so free 0x5571736000c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736000c0 0.000112
+gallium_dri.so free 0x557173600200 void 0.000112
+gallium_dri.so free 0x5571736000c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600230 0.000112
+gallium_dri.so free 0x557173600280 void 0.000121
+gallium_dri.so free 0x557173600230 void 0.000125
+gallium_dri.so malloc 72 0x557173600230 0.000161
+gallium_dri.so free 0x557173600380 void 0.000124
+gallium_dri.so free 0x557173600230 void 0.000120
+gallium_dri.so malloc 72 0x557173600330 0.000115
+gallium_dri.so free 0x557173600440 void 0.000115
+gallium_dri.so free 0x557173600330 void 0.000119
+gallium_dri.so malloc 72 0x5571736003f0 0.000128
+gallium_dri.so free 0x5571736004c0 void 0.000115
+gallium_dri.so free 0x5571736003f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736003f0 0.000116
+gallium_dri.so free 0x557173600580 void 0.000114
+gallium_dri.so free 0x5571736003f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736003f0 0.000113
+gallium_dri.so free 0x557173600640 void 0.000113
+gallium_dri.so free 0x5571736003f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736005f0 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so free 0x5571736005f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600710 0.000114
+gallium_dri.so free 0x557173600780 void 0.000118
+gallium_dri.so free 0x557173600710 void 0.000115
+gallium_dri.so malloc 72 0x5571736007a0 0.000112
+gallium_dri.so free 0x557173600840 void 0.000113
+gallium_dri.so free 0x5571736007a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000112
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736008c0 0.000113
+gallium_dri.so free 0x557173600980 void 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736008c0 0.000117
+gallium_dri.so free 0x557173600a00 void 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so malloc 72 0x557173600a00 0.000112
+gallium_dri.so free 0x557173600ac0 void 0.000117
+gallium_dri.so free 0x557173600a00 void 0.000112
+gallium_dri.so malloc 72 0x557173600a00 0.000111
+gallium_dri.so free 0x557173600b80 void 0.000112
+gallium_dri.so free 0x557173600a00 void 0.000112
+gallium_dri.so malloc 72 0x557173600a00 0.000111
+gallium_dri.so free 0x557173600c40 void 0.000111
+gallium_dri.so free 0x557173600a00 void 0.000112
+gallium_dri.so malloc 72 0x557173600bf0 0.000112
+gallium_dri.so free 0x557173600cc0 void 0.000112
+gallium_dri.so free 0x557173600bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173600d10 0.000118
+gallium_dri.so free 0x557173600d80 void 0.000117
+gallium_dri.so free 0x557173600d10 void 0.000112
+gallium_dri.so malloc 72 0x557173600dc0 0.000112
+gallium_dri.so free 0x557173600e40 void 0.000113
+gallium_dri.so free 0x557173600dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173600dc0 0.000128
+gallium_dri.so free 0x557173600ec0 void 0.000161
+gallium_dri.so free 0x557173600dc0 void 0.000160
+gallium_dri.so malloc 72 0x557173600ef0 0.000124
+gallium_dri.so free 0x557173600f40 void 0.000125
+gallium_dri.so free 0x557173600ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173600ef0 0.000118
+gallium_dri.so free 0x557173601040 void 0.000119
+gallium_dri.so free 0x557173600ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173600ff0 0.000118
+gallium_dri.so free 0x557173601100 void 0.000119
+gallium_dri.so free 0x557173600ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571736010b0 0.000117
+gallium_dri.so free 0x557173601140 void 0.000119
+gallium_dri.so free 0x5571736010b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736010b0 0.000117
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so free 0x5571736010b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736010b0 0.000118
+gallium_dri.so free 0x5571735bfec0 void 0.000117
+gallium_dri.so free 0x5571736010b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735bfe70 0.000117
+gallium_dri.so free 0x5571735bff40 void 0.000118
+gallium_dri.so free 0x5571735bfe70 void 0.000118
+gallium_dri.so malloc 72 0x5571735bff90 0.000118
+gallium_dri.so free 0x5571735c0000 void 0.000119
+gallium_dri.so free 0x5571735bff90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0020 0.000118
+gallium_dri.so free 0x5571735c00c0 void 0.000118
+gallium_dri.so free 0x5571735c0020 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0070 0.000118
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x5571735c0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0070 0.000118
+gallium_dri.so free 0x5571735c01c0 void 0.000127
+gallium_dri.so free 0x5571735c0070 void 0.000111
+gallium_dri.so malloc 72 0x5571735c01c0 0.000110
+gallium_dri.so free 0x5571735c0280 void 0.000109
+gallium_dri.so free 0x5571735c01c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c01c0 0.000110
+gallium_dri.so free 0x5571735c0380 void 0.000109
+gallium_dri.so free 0x5571735c01c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c01c0 0.000109
+gallium_dri.so free 0x5571735c0400 void 0.000110
+gallium_dri.so free 0x5571735c01c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0430 0.000109
+gallium_dri.so free 0x5571735c0480 void 0.000110
+gallium_dri.so free 0x5571735c0430 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0430 0.000110
+gallium_dri.so free 0x5571735c0580 void 0.000116
+gallium_dri.so free 0x5571735c0430 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0530 0.000110
+gallium_dri.so free 0x5571735c0640 void 0.000111
+gallium_dri.so free 0x5571735c0530 void 0.000110
+gallium_dri.so malloc 72 0x5571735c05f0 0.000109
+gallium_dri.so free 0x5571735c0680 void 0.000110
+gallium_dri.so free 0x5571735c05f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c05f0 0.000110
+gallium_dri.so free 0x5571735c0740 void 0.000109
+gallium_dri.so free 0x5571735c05f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0790 0.000110
+gallium_dri.so free 0x5571735c0800 void 0.000110
+gallium_dri.so free 0x5571735c0790 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0840 0.000117
+gallium_dri.so free 0x5571735c08c0 void 0.000123
+gallium_dri.so free 0x5571735c0840 void 0.000124
+gallium_dri.so malloc 72 0x5571735c08c0 0.000123
+gallium_dri.so free 0x5571735c0980 void 0.000123
+gallium_dri.so free 0x5571735c08c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c08c0 0.000120
+gallium_dri.so free 0x5571735c0a00 void 0.000124
+gallium_dri.so free 0x5571735c08c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0a30 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000113
+gallium_dri.so free 0x5571735c0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a30 0.000112
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0a30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b30 0.000112
+gallium_dri.so free 0x5571735c0c40 void 0.000113
+gallium_dri.so free 0x5571735c0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000113
+gallium_dri.so free 0x5571735c0cc0 void 0.000114
+gallium_dri.so free 0x5571735c0bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ce0 0.000112
+gallium_dri.so free 0x5571735c0d80 void 0.000113
+gallium_dri.so free 0x5571735c0ce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0d30 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000126
+gallium_dri.so free 0x5571735c0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0d30 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735c0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e80 0.000113
+gallium_dri.so free 0x5571735c0f40 void 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e80 0.000115
+gallium_dri.so free 0x5571735c1000 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000112
+gallium_dri.so free 0x5571735c10c0 void 0.000112
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735c1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1170 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so free 0x5571735c1170 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1230 0.000113
+gallium_dri.so free 0x5571735c12c0 void 0.000114
+gallium_dri.so free 0x5571735c1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1230 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000113
+gallium_dri.so free 0x5571735c1230 void 0.000166
+gallium_dri.so malloc 72 0x5571735c13c0 0.000115
+gallium_dri.so free 0x5571735c1440 void 0.000113
+gallium_dri.so free 0x5571735c13c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1440 0.000114
+gallium_dri.so free 0x5571735c1500 void 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1440 0.000114
+gallium_dri.so free 0x5571735c15c0 void 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000112
+gallium_dri.so malloc 72 0x5571735c15e0 0.000114
+gallium_dri.so free 0x5571735c1680 void 0.000112
+gallium_dri.so free 0x5571735c15e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000113
+gallium_dri.so free 0x5571735c1700 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1630 0.000112
+gallium_dri.so free 0x5571735c1780 void 0.000114
+gallium_dri.so free 0x5571735c1630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1780 0.000112
+gallium_dri.so free 0x5571735c1840 void 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1780 0.000113
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1780 0.000114
+gallium_dri.so free 0x5571735c19c0 void 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1970 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000112
+gallium_dri.so free 0x5571735c1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a30 0.000113
+gallium_dri.so free 0x5571735c1b00 void 0.000114
+gallium_dri.so free 0x5571735c1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b50 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000117
+gallium_dri.so free 0x5571735c1b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1be0 0.000113
+gallium_dri.so free 0x5571735c1c80 void 0.000113
+gallium_dri.so free 0x5571735c1be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1c30 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so free 0x5571735c1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1c30 0.000113
+gallium_dri.so free 0x5571735c1d80 void 0.000113
+gallium_dri.so free 0x5571735c1c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1e40 void 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1d80 0.000113
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000111
+gallium_dri.so free 0x5571735c1f80 void 0.000113
+gallium_dri.so free 0x5571735c1ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ef0 0.000125
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2080 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000113
+gallium_dri.so free 0x5571735c2080 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2100 0.000113
+gallium_dri.so free 0x5571735c21c0 void 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2100 0.000112
+gallium_dri.so free 0x5571735c2240 void 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2270 0.000115
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so free 0x5571735c2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2270 0.000114
+gallium_dri.so free 0x5571735c23c0 void 0.000113
+gallium_dri.so free 0x5571735c2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2400 0.000113
+gallium_dri.so free 0x5571735c2480 void 0.000114
+gallium_dri.so free 0x5571735c2400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2480 0.000114
+gallium_dri.so free 0x5571735c2540 void 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2480 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25f0 0.000180
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so free 0x5571735c25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25f0 0.000113
+gallium_dri.so free 0x5571735c2740 void 0.000114
+gallium_dri.so free 0x5571735c25f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c26f0 0.000112
+gallium_dri.so free 0x5571735c2800 void 0.000113
+gallium_dri.so free 0x5571735c26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27b0 0.000114
+gallium_dri.so free 0x5571735c2880 void 0.000113
+gallium_dri.so free 0x5571735c27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000113
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735c2a00 void 0.000114
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c29b0 0.000113
+gallium_dri.so free 0x5571735c2a80 void 0.000113
+gallium_dri.so free 0x5571735c29b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2ad0 0.000119
+gallium_dri.so free 0x5571735c2b40 void 0.000115
+gallium_dri.so free 0x5571735c2ad0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b60 0.000111
+gallium_dri.so free 0x5571735c2c00 void 0.000112
+gallium_dri.so free 0x5571735c2b60 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2bb0 0.000119
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c80 0.000116
+gallium_dri.so free 0x5571735c2d40 void 0.000114
+gallium_dri.so free 0x5571735c2c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2c80 0.000113
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so free 0x5571735c2c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000113
+gallium_dri.so free 0x5571735c2e80 void 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000113
+gallium_dri.so free 0x5571735c2f40 void 0.000113
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2dc0 0.000114
+gallium_dri.so free 0x5571735c3000 void 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000113
+gallium_dri.so free 0x5571735c2fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30d0 0.000112
+gallium_dri.so free 0x5571735c3140 void 0.000113
+gallium_dri.so free 0x5571735c30d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3180 0.000114
+gallium_dri.so free 0x5571735c3200 void 0.000115
+gallium_dri.so free 0x5571735c3180 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3180 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000126
+gallium_dri.so free 0x5571735c3180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c32b0 0.000113
+gallium_dri.so free 0x5571735c3300 void 0.000115
+gallium_dri.so free 0x5571735c32b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c32b0 0.000112
+gallium_dri.so free 0x5571735c3400 void 0.000112
+gallium_dri.so free 0x5571735c32b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c33b0 0.000111
+gallium_dri.so free 0x5571735c34c0 void 0.000113
+gallium_dri.so free 0x5571735c33b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000113
+gallium_dri.so free 0x5571735c3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3470 0.000112
+gallium_dri.so free 0x5571735c35c0 void 0.000113
+gallium_dri.so free 0x5571735c3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3630 0.000112
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3630 0.000115
+gallium_dri.so free 0x5571735c3780 void 0.000114
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3730 0.000112
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so free 0x5571735c3730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37f0 0.000119
+gallium_dri.so free 0x5571735c3880 void 0.000122
+gallium_dri.so free 0x5571735c37f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37f0 0.000112
+gallium_dri.so free 0x5571735c3940 void 0.000112
+gallium_dri.so free 0x5571735c37f0 void 0.000213
+gallium_dri.so malloc 72 0x5571735c3980 0.000216
+gallium_dri.so free 0x5571735c3a00 void 0.000214
+gallium_dri.so free 0x5571735c3980 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3a00 0.000115
+gallium_dri.so free 0x5571735c3ac0 void 0.000116
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a00 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so free 0x5571735c3a00 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3ba0 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000114
+gallium_dri.so free 0x5571735c3ba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000113
+gallium_dri.so free 0x5571735c3cc0 void 0.000113
+gallium_dri.so free 0x5571735c3bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3bf0 0.000113
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so free 0x5571735c3bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000114
+gallium_dri.so free 0x5571735c3e00 void 0.000121
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000113
+gallium_dri.so free 0x5571735c3ec0 void 0.000118
+gallium_dri.so free 0x5571735c3d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d40 0.000114
+gallium_dri.so free 0x5571735c3f80 void 0.000117
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f30 0.000115
+gallium_dri.so free 0x5571735c4040 void 0.000115
+gallium_dri.so free 0x5571735c3f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3ff0 0.000112
+gallium_dri.so free 0x5571735c40c0 void 0.000114
+gallium_dri.so free 0x5571735c3ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4110 0.000112
+gallium_dri.so free 0x5571735c4180 void 0.000115
+gallium_dri.so free 0x5571735c4110 void 0.000112
+gallium_dri.so malloc 72 0x5571735c41a0 0.000116
+gallium_dri.so free 0x5571735c4240 void 0.000114
+gallium_dri.so free 0x5571735c41a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c41f0 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000113
+gallium_dri.so free 0x5571735c41f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c41f0 0.000114
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so free 0x5571735c41f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4340 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000124
+gallium_dri.so free 0x5571735c4340 void 0.000141
+gallium_dri.so malloc 72 0x5571735c4340 0.000117
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c4340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000113
+gallium_dri.so free 0x5571735c4540 void 0.000119
+gallium_dri.so free 0x5571735c44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44b0 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c44b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4640 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000112
+gallium_dri.so free 0x5571735c4640 void 0.000112
+gallium_dri.so malloc 72 0x5571735c46c0 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000113
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000112
+gallium_dri.so free 0x5571735c4800 void 0.000112
+gallium_dri.so free 0x5571735c46c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4830 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4830 0.000115
+gallium_dri.so free 0x5571735c4980 void 0.000112
+gallium_dri.so free 0x5571735c4830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49c0 0.000115
+gallium_dri.so free 0x5571735c4a40 void 0.000115
+gallium_dri.so free 0x5571735c49c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a40 0.000124
+gallium_dri.so free 0x5571735c4b00 void 0.000123
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a40 0.000115
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so free 0x5571735c4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000117
+gallium_dri.so free 0x5571735c4c00 void 0.000116
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000119
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so free 0x5571735c4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4cb0 0.000114
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so free 0x5571735c4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d70 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000116
+gallium_dri.so free 0x5571735c4d70 void 0.000114
+gallium_dri.so malloc 72 0x55717360c0e0 0.000115
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c0e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c130 0.000114
+gallium_dri.so free 0x55717360c200 void 0.000114
+gallium_dri.so free 0x55717360c130 void 0.000113
+gallium_dri.so malloc 72 0x55717360c130 0.000114
+gallium_dri.so free 0x55717360c280 void 0.000113
+gallium_dri.so free 0x55717360c130 void 0.000124
+gallium_dri.so malloc 72 0x55717360c280 0.000114
+gallium_dri.so free 0x55717360c340 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000112
+gallium_dri.so malloc 72 0x55717360c280 0.000112
+gallium_dri.so free 0x55717360c400 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000112
+gallium_dri.so malloc 72 0x55717360c280 0.000113
+gallium_dri.so free 0x55717360c4c0 void 0.000112
+gallium_dri.so free 0x55717360c280 void 0.000113
+gallium_dri.so malloc 72 0x55717360c470 0.000112
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so free 0x55717360c470 void 0.000113
+gallium_dri.so malloc 72 0x55717360c530 0.000117
+gallium_dri.so free 0x55717360c600 void 0.000119
+gallium_dri.so free 0x55717360c530 void 0.000114
+gallium_dri.so malloc 72 0x55717360c650 0.000113
+gallium_dri.so free 0x55717360c6c0 void 0.000113
+gallium_dri.so free 0x55717360c650 void 0.000113
+gallium_dri.so malloc 72 0x55717360c6e0 0.000123
+gallium_dri.so free 0x55717360c780 void 0.000128
+gallium_dri.so free 0x55717360c6e0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c730 0.000115
+gallium_dri.so free 0x55717360c800 void 0.000115
+gallium_dri.so free 0x55717360c730 void 0.000115
+gallium_dri.so malloc 72 0x55717360c730 0.000114
+gallium_dri.so free 0x55717360c880 void 0.000116
+gallium_dri.so free 0x55717360c730 void 0.000147
+gallium_dri.so malloc 72 0x55717360c880 0.000137
+gallium_dri.so free 0x55717360c940 void 0.000135
+gallium_dri.so free 0x55717360c880 void 0.000134
+gallium_dri.so malloc 72 0x55717360c880 0.000136
+gallium_dri.so free 0x55717360ca40 void 0.000135
+gallium_dri.so free 0x55717360c880 void 0.000136
+gallium_dri.so malloc 72 0x55717360c9f0 0.000134
+gallium_dri.so free 0x55717360ca80 void 0.000135
+gallium_dri.so free 0x55717360c9f0 void 0.000134
+gallium_dri.so malloc 72 0x55717360c9f0 0.000133
+gallium_dri.so free 0x55717360cb40 void 0.000133
+gallium_dri.so free 0x55717360c9f0 void 0.000134
+gallium_dri.so malloc 72 0x55717360cb80 0.000133
+gallium_dri.so free 0x55717360cc00 void 0.000134
+gallium_dri.so free 0x55717360cb80 void 0.000140
+gallium_dri.so malloc 72 0x55717360cc00 0.000127
+gallium_dri.so free 0x55717360ccc0 void 0.000113
+gallium_dri.so free 0x55717360cc00 void 0.000114
+gallium_dri.so malloc 72 0x55717360cc00 0.000113
+gallium_dri.so free 0x55717360cd40 void 0.000114
+gallium_dri.so free 0x55717360cc00 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000120
+gallium_dri.so free 0x55717360cec0 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf00 0.000116
+gallium_dri.so free 0x55717360cf80 void 0.000117
+gallium_dri.so free 0x55717360cf00 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf80 0.000114
+gallium_dri.so free 0x55717360d040 void 0.000116
+gallium_dri.so free 0x55717360cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf80 0.000116
+gallium_dri.so free 0x55717360d0c0 void 0.000114
+gallium_dri.so free 0x55717360cf80 void 0.000116
+gallium_dri.so malloc 72 0x55717360d0f0 0.000115
+gallium_dri.so free 0x55717360d140 void 0.000115
+gallium_dri.so free 0x55717360d0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d0f0 0.000115
+gallium_dri.so free 0x55717360d240 void 0.000117
+gallium_dri.so free 0x55717360d0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d1f0 0.000132
+gallium_dri.so free 0x55717360d300 void 0.000117
+gallium_dri.so free 0x55717360d1f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360d2b0 0.000115
+gallium_dri.so free 0x55717360d380 void 0.000116
+gallium_dri.so free 0x55717360d2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2b0 0.000114
+gallium_dri.so free 0x55717360d440 void 0.000116
+gallium_dri.so free 0x55717360d2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d2b0 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000117
+gallium_dri.so free 0x55717360d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d4b0 0.000114
+gallium_dri.so free 0x55717360d580 void 0.000115
+gallium_dri.so free 0x55717360d4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d5d0 0.000113
+gallium_dri.so free 0x55717360d640 void 0.000115
+gallium_dri.so free 0x55717360d5d0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d660 0.000114
+gallium_dri.so free 0x55717360d700 void 0.000113
+gallium_dri.so free 0x55717360d660 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6b0 0.000113
+gallium_dri.so free 0x55717360d780 void 0.000114
+gallium_dri.so free 0x55717360d6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d780 0.000113
+gallium_dri.so free 0x55717360d840 void 0.000115
+gallium_dri.so free 0x55717360d780 void 0.000113
+gallium_dri.so malloc 72 0x55717360d780 0.000113
+gallium_dri.so free 0x55717360d8c0 void 0.000113
+gallium_dri.so free 0x55717360d780 void 0.000115
+gallium_dri.so malloc 72 0x55717360d8c0 0.000117
+gallium_dri.so free 0x55717360d980 void 0.000114
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d8c0 0.000113
+gallium_dri.so free 0x55717360da40 void 0.000112
+gallium_dri.so free 0x55717360d8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8c0 0.000129
+gallium_dri.so free 0x55717360db00 void 0.000116
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dab0 0.000112
+gallium_dri.so free 0x55717360db80 void 0.000114
+gallium_dri.so free 0x55717360dab0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbd0 0.000115
+gallium_dri.so free 0x55717360dc40 void 0.000114
+gallium_dri.so free 0x55717360dbd0 void 0.000116
+gallium_dri.so malloc 72 0x55717360dc80 0.000114
+gallium_dri.so free 0x55717360dd00 void 0.000115
+gallium_dri.so free 0x55717360dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717360dc80 0.000113
+gallium_dri.so free 0x55717360dd80 void 0.000115
+gallium_dri.so free 0x55717360dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000115
+gallium_dri.so free 0x55717360de00 void 0.000113
+gallium_dri.so free 0x55717360ddb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ddb0 0.000113
+gallium_dri.so free 0x55717360df00 void 0.000114
+gallium_dri.so free 0x55717360ddb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360deb0 0.000114
+gallium_dri.so free 0x55717360dfc0 void 0.000117
+gallium_dri.so free 0x55717360deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360df70 0.000113
+gallium_dri.so free 0x55717360e000 void 0.000116
+gallium_dri.so free 0x55717360df70 void 0.000113
+gallium_dri.so malloc 72 0x55717360df70 0.000169
+gallium_dri.so free 0x55717360e0c0 void 0.000116
+gallium_dri.so free 0x55717360df70 void 0.000114
+gallium_dri.so malloc 72 0x55717360e130 0.000114
+gallium_dri.so free 0x55717360e180 void 0.000115
+gallium_dri.so free 0x55717360e130 void 0.000114
+gallium_dri.so malloc 72 0x55717360e130 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so free 0x55717360e130 void 0.000113
+gallium_dri.so malloc 72 0x55717360e230 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so free 0x55717360e230 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2f0 0.000112
+gallium_dri.so free 0x55717360e380 void 0.000113
+gallium_dri.so free 0x55717360e2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e2f0 0.000112
+gallium_dri.so free 0x55717360e440 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360e480 0.000113
+gallium_dri.so free 0x55717360e500 void 0.000114
+gallium_dri.so free 0x55717360e480 void 0.000113
+gallium_dri.so malloc 72 0x55717360e500 0.000114
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e500 void 0.000112
+gallium_dri.so malloc 72 0x55717360e500 0.000115
+gallium_dri.so free 0x55717360e680 void 0.000114
+gallium_dri.so free 0x55717360e500 void 0.000113
+gallium_dri.so malloc 72 0x55717360e6a0 0.000121
+gallium_dri.so free 0x55717360e740 void 0.000118
+gallium_dri.so free 0x55717360e6a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e6f0 0.000114
+gallium_dri.so free 0x55717360e7c0 void 0.000115
+gallium_dri.so free 0x55717360e6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e6f0 0.000113
+gallium_dri.so free 0x55717360e840 void 0.000114
+gallium_dri.so free 0x55717360e6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e840 0.000113
+gallium_dri.so free 0x55717360e900 void 0.000114
+gallium_dri.so free 0x55717360e840 void 0.000114
+gallium_dri.so malloc 72 0x55717360e840 0.000113
+gallium_dri.so free 0x55717360e9c0 void 0.000114
+gallium_dri.so free 0x55717360e840 void 0.000114
+gallium_dri.so malloc 72 0x55717360e840 0.000114
+gallium_dri.so free 0x55717360ea80 void 0.000113
+gallium_dri.so free 0x55717360e840 void 0.000113
+gallium_dri.so malloc 72 0x55717360ea30 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so free 0x55717360ea30 void 0.000113
+gallium_dri.so malloc 72 0x55717360eaf0 0.000112
+gallium_dri.so free 0x55717360ebc0 void 0.000114
+gallium_dri.so free 0x55717360eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec10 0.000114
+gallium_dri.so free 0x55717360ec80 void 0.000118
+gallium_dri.so free 0x55717360ec10 void 0.000114
+gallium_dri.so malloc 72 0x55717360eca0 0.000113
+gallium_dri.so free 0x55717360ed40 void 0.000126
+gallium_dri.so free 0x55717360eca0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ecf0 0.000113
+gallium_dri.so free 0x55717360edc0 void 0.000114
+gallium_dri.so free 0x55717360ecf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ecf0 0.000113
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so free 0x55717360ecf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ee40 0.000115
+gallium_dri.so free 0x55717360ef00 void 0.000124
+gallium_dri.so free 0x55717360ee40 void 0.000130
+gallium_dri.so malloc 72 0x55717360ee40 0.000130
+gallium_dri.so free 0x55717360f000 void 0.000130
+gallium_dri.so free 0x55717360ee40 void 0.000129
+gallium_dri.so malloc 72 0x55717360efb0 0.000119
+gallium_dri.so free 0x55717360f040 void 0.000122
+gallium_dri.so free 0x55717360efb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360efb0 0.000122
+gallium_dri.so free 0x55717360f100 void 0.000123
+gallium_dri.so free 0x55717360efb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f140 0.000124
+gallium_dri.so free 0x55717360f1c0 void 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000114
+gallium_dri.so malloc 72 0x55717360f1c0 0.000115
+gallium_dri.so free 0x55717360f280 void 0.000126
+gallium_dri.so free 0x55717360f1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f1c0 0.000113
+gallium_dri.so free 0x55717360f300 void 0.000114
+gallium_dri.so free 0x55717360f1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f330 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so free 0x55717360f330 void 0.000114
+gallium_dri.so malloc 72 0x55717360f330 0.000114
+gallium_dri.so free 0x55717360f480 void 0.000115
+gallium_dri.so free 0x55717360f330 void 0.000112
+gallium_dri.so malloc 72 0x55717360f4c0 0.000113
+gallium_dri.so free 0x55717360f540 void 0.000115
+gallium_dri.so free 0x55717360f4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f540 0.000113
+gallium_dri.so free 0x55717360f600 void 0.000115
+gallium_dri.so free 0x55717360f540 void 0.000113
+gallium_dri.so malloc 72 0x55717360f540 0.000113
+gallium_dri.so free 0x55717360f680 void 0.000115
+gallium_dri.so free 0x55717360f540 void 0.000112
+gallium_dri.so malloc 72 0x55717360f6b0 0.000115
+gallium_dri.so free 0x55717360f700 void 0.000114
+gallium_dri.so free 0x55717360f6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f6b0 0.000113
+gallium_dri.so free 0x55717360f800 void 0.000115
+gallium_dri.so free 0x55717360f6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7b0 0.000114
+gallium_dri.so free 0x55717360f8c0 void 0.000117
+gallium_dri.so free 0x55717360f7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f870 0.000114
+gallium_dri.so free 0x55717360f940 void 0.000113
+gallium_dri.so free 0x55717360f870 void 0.000114
+gallium_dri.so malloc 72 0x55717360f870 0.000112
+gallium_dri.so free 0x55717360fa00 void 0.000112
+gallium_dri.so free 0x55717360f870 void 0.000113
+gallium_dri.so malloc 72 0x55717360f870 0.000112
+gallium_dri.so free 0x55717360fac0 void 0.000113
+gallium_dri.so free 0x55717360f870 void 0.000111
+gallium_dri.so malloc 72 0x55717360fa70 0.000112
+gallium_dri.so free 0x55717360fb40 void 0.000112
+gallium_dri.so free 0x55717360fa70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb90 0.000112
+gallium_dri.so free 0x55717360fc00 void 0.000120
+gallium_dri.so free 0x55717360fb90 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc20 0.000111
+gallium_dri.so free 0x55717360fcc0 void 0.000113
+gallium_dri.so free 0x55717360fc20 void 0.000112
+gallium_dri.so malloc 72 0x55717360fc70 0.000112
+gallium_dri.so free 0x55717360fd40 void 0.000113
+gallium_dri.so free 0x55717360fc70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fd40 0.000118
+gallium_dri.so free 0x55717360fe00 void 0.000118
+gallium_dri.so free 0x55717360fd40 void 0.000117
+gallium_dri.so malloc 72 0x55717360fd40 0.000126
+gallium_dri.so free 0x55717360fe80 void 0.000132
+gallium_dri.so free 0x55717360fd40 void 0.000128
+gallium_dri.so malloc 72 0x55717360fe80 0.000126
+gallium_dri.so free 0x55717360ff40 void 0.000126
+gallium_dri.so free 0x55717360fe80 void 0.000119
+gallium_dri.so malloc 72 0x55717360fe80 0.000118
+gallium_dri.so free 0x557173610000 void 0.000125
+gallium_dri.so free 0x55717360fe80 void 0.000126
+gallium_dri.so malloc 72 0x55717360fe80 0.000126
+gallium_dri.so free 0x5571736100c0 void 0.000120
+gallium_dri.so free 0x55717360fe80 void 0.000118
+gallium_dri.so malloc 72 0x557173610070 0.000118
+gallium_dri.so free 0x557173610140 void 0.000122
+gallium_dri.so free 0x557173610070 void 0.000119
+gallium_dri.so malloc 72 0x557173610190 0.000118
+gallium_dri.so free 0x557173610200 void 0.000124
+gallium_dri.so free 0x557173610190 void 0.000121
+gallium_dri.so malloc 72 0x557173610240 0.000117
+gallium_dri.so free 0x5571736102c0 void 0.000119
+gallium_dri.so free 0x557173610240 void 0.000123
+gallium_dri.so malloc 72 0x557173610240 0.000126
+gallium_dri.so free 0x557173610340 void 0.000119
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so malloc 72 0x557173610370 0.000117
+gallium_dri.so free 0x5571736103c0 void 0.000128
+gallium_dri.so free 0x557173610370 void 0.000128
+gallium_dri.so malloc 72 0x557173610370 0.000126
+gallium_dri.so free 0x5571736104c0 void 0.000127
+gallium_dri.so free 0x557173610370 void 0.000126
+gallium_dri.so malloc 72 0x557173610470 0.000126
+gallium_dri.so free 0x557173610580 void 0.000127
+gallium_dri.so free 0x557173610470 void 0.000127
+gallium_dri.so malloc 72 0x557173610530 0.000126
+gallium_dri.so free 0x5571736105c0 void 0.000120
+gallium_dri.so free 0x557173610530 void 0.000118
+gallium_dri.so malloc 72 0x557173610530 0.000125
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so free 0x557173610530 void 0.000123
+gallium_dri.so malloc 72 0x5571736106f0 0.000120
+gallium_dri.so free 0x557173610740 void 0.000125
+gallium_dri.so free 0x5571736106f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736106f0 0.000119
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so free 0x5571736106f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736107f0 0.000126
+gallium_dri.so free 0x557173610900 void 0.000127
+gallium_dri.so free 0x5571736107f0 void 0.000136
+gallium_dri.so malloc 72 0x5571736108b0 0.000126
+gallium_dri.so free 0x557173610940 void 0.000126
+gallium_dri.so free 0x5571736108b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736108b0 0.000128
+gallium_dri.so free 0x557173610a00 void 0.000130
+gallium_dri.so free 0x5571736108b0 void 0.000125
+gallium_dri.so malloc 72 0x557173610a40 0.000124
+gallium_dri.so free 0x557173610ac0 void 0.000130
+gallium_dri.so free 0x557173610a40 void 0.000131
+gallium_dri.so malloc 72 0x557173610ac0 0.000132
+gallium_dri.so free 0x557173610b80 void 0.000126
+gallium_dri.so free 0x557173610ac0 void 0.000127
+gallium_dri.so malloc 72 0x557173610ac0 0.000133
+gallium_dri.so free 0x557173610c40 void 0.000133
+gallium_dri.so free 0x557173610ac0 void 0.000132
+gallium_dri.so malloc 72 0x557173610c60 0.000127
+gallium_dri.so free 0x557173610d00 void 0.000124
+gallium_dri.so free 0x557173610c60 void 0.000128
+gallium_dri.so malloc 72 0x557173610cb0 0.000131
+gallium_dri.so free 0x557173610d80 void 0.000132
+gallium_dri.so free 0x557173610cb0 void 0.000124
+gallium_dri.so malloc 72 0x557173610cb0 0.000123
+gallium_dri.so free 0x557173610e00 void 0.000132
+gallium_dri.so free 0x557173610cb0 void 0.000143
+gallium_dri.so malloc 72 0x557173610e00 0.000133
+gallium_dri.so free 0x557173610ec0 void 0.000132
+gallium_dri.so free 0x557173610e00 void 0.000133
+gallium_dri.so malloc 72 0x557173610e00 0.000124
+gallium_dri.so free 0x557173610f80 void 0.000131
+gallium_dri.so free 0x557173610e00 void 0.000128
+gallium_dri.so malloc 72 0x557173610e00 0.000130
+gallium_dri.so free 0x557173611040 void 0.000133
+gallium_dri.so free 0x557173610e00 void 0.000126
+gallium_dri.so malloc 72 0x557173610ff0 0.000125
+gallium_dri.so free 0x557173611100 void 0.000131
+gallium_dri.so free 0x557173610ff0 void 0.000162
+gallium_dri.so malloc 72 0x5571736110b0 0.000165
+gallium_dri.so free 0x557173611180 void 0.000183
+gallium_dri.so free 0x5571736110b0 void 0.000135
+gallium_dri.so malloc 72 0x5571736111d0 0.000131
+gallium_dri.so free 0x557173611240 void 0.000133
+gallium_dri.so free 0x5571736111d0 void 0.000132
+gallium_dri.so malloc 72 0x5571736111d0 0.000126
+gallium_dri.so free 0x557173469a00 void 0.000124
+gallium_dri.so free 0x5571736111d0 void 0.000128
+gallium_dri.so malloc 72 0x5571736111d0 0.000133
+gallium_dri.so free 0x557173469ac0 void 0.000147
+gallium_dri.so free 0x5571736111d0 void 0.000131
+gallium_dri.so malloc 72 0x557173469a70 0.000131
+gallium_dri.so free 0x557173469b40 void 0.000132
+gallium_dri.so free 0x557173469a70 void 0.000131
+gallium_dri.so malloc 72 0x557173469b90 0.000130
+gallium_dri.so free 0x557173469c00 void 0.000132
+gallium_dri.so free 0x557173469b90 void 0.000130
+gallium_dri.so malloc 72 0x557173469c40 0.000126
+gallium_dri.so free 0x557173469cc0 void 0.000125
+gallium_dri.so free 0x557173469c40 void 0.000129
+gallium_dri.so malloc 72 0x557173469c40 0.000130
+gallium_dri.so free 0x557173469d40 void 0.000131
+gallium_dri.so free 0x557173469c40 void 0.000127
+gallium_dri.so malloc 72 0x557173469d70 0.000130
+gallium_dri.so free 0x557173469dc0 void 0.000131
+gallium_dri.so free 0x557173469d70 void 0.000126
+gallium_dri.so malloc 72 0x557173469d70 0.000124
+gallium_dri.so free 0x557173469ec0 void 0.000125
+gallium_dri.so free 0x557173469d70 void 0.000130
+gallium_dri.so malloc 72 0x557173469e70 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000118
+gallium_dri.so free 0x557173469e70 void 0.000119
+gallium_dri.so malloc 72 0x557173469f30 0.000118
+gallium_dri.so free 0x557173469fc0 void 0.000118
+gallium_dri.so free 0x557173469f30 void 0.000119
+gallium_dri.so malloc 72 0x557173469f30 0.000118
+gallium_dri.so free 0x55717346a080 void 0.000119
+gallium_dri.so free 0x557173469f30 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000117
+gallium_dri.so free 0x55717346a140 void 0.000117
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a0f0 0.000119
+gallium_dri.so free 0x55717346a240 void 0.000117
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a1f0 0.000118
+gallium_dri.so free 0x55717346a300 void 0.000118
+gallium_dri.so free 0x55717346a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a2b0 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000119
+gallium_dri.so free 0x55717346a2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a2b0 0.000117
+gallium_dri.so free 0x55717346a400 void 0.000118
+gallium_dri.so free 0x55717346a2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a440 0.000119
+gallium_dri.so free 0x55717346a4c0 void 0.000119
+gallium_dri.so free 0x55717346a440 void 0.000120
+gallium_dri.so malloc 72 0x55717346a4c0 0.000117
+gallium_dri.so free 0x55717346a580 void 0.000118
+gallium_dri.so free 0x55717346a4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a4c0 0.000117
+gallium_dri.so free 0x55717346a640 void 0.000129
+gallium_dri.so free 0x55717346a4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a660 0.000120
+gallium_dri.so free 0x55717346a700 void 0.000119
+gallium_dri.so free 0x55717346a660 void 0.000118
+gallium_dri.so malloc 72 0x55717346a6b0 0.000118
+gallium_dri.so free 0x55717346a780 void 0.000117
+gallium_dri.so free 0x55717346a6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a6b0 0.000118
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so free 0x55717346a6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a800 0.000118
+gallium_dri.so free 0x55717346a8c0 void 0.000118
+gallium_dri.so free 0x55717346a800 void 0.000117
+gallium_dri.so malloc 72 0x55717346a800 0.000119
+gallium_dri.so free 0x55717346a980 void 0.000117
+gallium_dri.so free 0x55717346a800 void 0.000118
+gallium_dri.so malloc 72 0x55717346a800 0.000119
+gallium_dri.so free 0x55717346aa40 void 0.000119
+gallium_dri.so free 0x55717346a800 void 0.000119
+gallium_dri.so malloc 72 0x55717346a9f0 0.000118
+gallium_dri.so free 0x55717346ab00 void 0.000118
+gallium_dri.so free 0x55717346a9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aab0 0.000118
+gallium_dri.so free 0x55717346ab80 void 0.000117
+gallium_dri.so free 0x55717346aab0 void 0.000116
+gallium_dri.so malloc 72 0x55717346abd0 0.000157
+gallium_dri.so free 0x55717346ac40 void 0.000139
+gallium_dri.so free 0x55717346abd0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ac60 0.000123
+gallium_dri.so free 0x55717346ad00 void 0.000122
+gallium_dri.so free 0x55717346ac60 void 0.000117
+gallium_dri.so malloc 72 0x55717346acb0 0.000118
+gallium_dri.so free 0x55717346ad80 void 0.000119
+gallium_dri.so free 0x55717346acb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346acb0 0.000117
+gallium_dri.so free 0x55717346ae00 void 0.000119
+gallium_dri.so free 0x55717346acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ae00 0.000118
+gallium_dri.so free 0x55717346aec0 void 0.000118
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so malloc 72 0x55717346ae00 0.000118
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so malloc 72 0x55717346af70 0.000118
+gallium_dri.so free 0x55717346b000 void 0.000119
+gallium_dri.so free 0x55717346af70 void 0.000118
+gallium_dri.so malloc 72 0x55717346af70 0.000118
+gallium_dri.so free 0x55717346b0c0 void 0.000118
+gallium_dri.so free 0x55717346af70 void 0.000118
+gallium_dri.so malloc 72 0x55717346b100 0.000120
+gallium_dri.so free 0x55717346b180 void 0.000120
+gallium_dri.so free 0x55717346b100 void 0.000142
+gallium_dri.so malloc 72 0x55717346b180 0.000134
+gallium_dri.so free 0x55717346b240 void 0.000131
+gallium_dri.so free 0x55717346b180 void 0.000128
+gallium_dri.so malloc 72 0x55717346b180 0.000132
+gallium_dri.so free 0x55717346b2c0 void 0.000132
+gallium_dri.so free 0x55717346b180 void 0.000130
+gallium_dri.so malloc 72 0x55717346b2f0 0.000130
+gallium_dri.so free 0x55717346b340 void 0.000131
+gallium_dri.so free 0x55717346b2f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b2f0 0.000130
+gallium_dri.so free 0x55717346b440 void 0.000132
+gallium_dri.so free 0x55717346b2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b480 0.000129
+gallium_dri.so free 0x55717346b500 void 0.000130
+gallium_dri.so free 0x55717346b480 void 0.000130
+gallium_dri.so malloc 72 0x55717346b500 0.000130
+gallium_dri.so free 0x55717346b5c0 void 0.000132
+gallium_dri.so free 0x55717346b500 void 0.000132
+gallium_dri.so malloc 72 0x55717346b500 0.000131
+gallium_dri.so free 0x55717346b640 void 0.000131
+gallium_dri.so free 0x55717346b500 void 0.000131
+gallium_dri.so malloc 72 0x55717346b670 0.000130
+gallium_dri.so free 0x55717346b6c0 void 0.000133
+gallium_dri.so free 0x55717346b670 void 0.000147
+gallium_dri.so malloc 72 0x55717346b670 0.000132
+gallium_dri.so free 0x55717346b7c0 void 0.000131
+gallium_dri.so free 0x55717346b670 void 0.000132
+gallium_dri.so malloc 72 0x55717346b770 0.000131
+gallium_dri.so free 0x55717346b880 void 0.000132
+gallium_dri.so free 0x55717346b770 void 0.000131
+gallium_dri.so malloc 72 0x55717346b830 0.000131
+gallium_dri.so free 0x55717346b900 void 0.000131
+gallium_dri.so free 0x55717346b830 void 0.000130
+gallium_dri.so malloc 72 0x55717346b830 0.000131
+gallium_dri.so free 0x55717346b9c0 void 0.000131
+gallium_dri.so free 0x55717346b830 void 0.000138
+gallium_dri.so malloc 72 0x55717346b830 0.000118
+gallium_dri.so free 0x55717346ba80 void 0.000119
+gallium_dri.so free 0x55717346b830 void 0.000122
+gallium_dri.so malloc 72 0x55717346ba30 0.000121
+gallium_dri.so free 0x55717346bb00 void 0.000119
+gallium_dri.so free 0x55717346ba30 void 0.000118
+gallium_dri.so malloc 72 0x55717346bb50 0.000118
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so free 0x55717346bb50 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbe0 0.000118
+gallium_dri.so free 0x55717346bc80 void 0.000117
+gallium_dri.so free 0x55717346bbe0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bc30 0.000135
+gallium_dri.so free 0x55717346bd00 void 0.000119
+gallium_dri.so free 0x55717346bc30 void 0.000119
+gallium_dri.so malloc 72 0x55717346bd00 0.000119
+gallium_dri.so free 0x55717346bdc0 void 0.000118
+gallium_dri.so free 0x55717346bd00 void 0.000116
+gallium_dri.so malloc 72 0x55717346bd00 0.000117
+gallium_dri.so free 0x55717346be40 void 0.000118
+gallium_dri.so free 0x55717346bd00 void 0.000119
+gallium_dri.so malloc 72 0x55717346be40 0.000118
+gallium_dri.so free 0x55717346bf00 void 0.000118
+gallium_dri.so free 0x55717346be40 void 0.000117
+gallium_dri.so malloc 72 0x55717346be40 0.000119
+gallium_dri.so free 0x55717346bfc0 void 0.000118
+gallium_dri.so free 0x55717346be40 void 0.000118
+gallium_dri.so malloc 72 0x55717346be40 0.000117
+gallium_dri.so free 0x55717346c080 void 0.000117
+gallium_dri.so free 0x55717346be40 void 0.000118
+gallium_dri.so malloc 72 0x55717346c030 0.000118
+gallium_dri.so free 0x55717346c100 void 0.000118
+gallium_dri.so free 0x55717346c030 void 0.000118
+gallium_dri.so malloc 72 0x55717346c150 0.000119
+gallium_dri.so free 0x55717346c1c0 void 0.000137
+gallium_dri.so free 0x55717346c150 void 0.000130
+gallium_dri.so malloc 72 0x55717346c200 0.000126
+gallium_dri.so free 0x55717346c280 void 0.000126
+gallium_dri.so free 0x55717346c200 void 0.000147
+gallium_dri.so malloc 72 0x55717346c200 0.000127
+gallium_dri.so free 0x55717346c300 void 0.000126
+gallium_dri.so free 0x55717346c200 void 0.000131
+gallium_dri.so malloc 72 0x55717346c330 0.000127
+gallium_dri.so free 0x55717346c380 void 0.000126
+gallium_dri.so free 0x55717346c330 void 0.000128
+gallium_dri.so malloc 72 0x55717346c330 0.000124
+gallium_dri.so free 0x55717346c480 void 0.000126
+gallium_dri.so free 0x55717346c330 void 0.000125
+gallium_dri.so malloc 72 0x55717346c430 0.000126
+gallium_dri.so free 0x55717346c540 void 0.000126
+gallium_dri.so free 0x55717346c430 void 0.000125
+gallium_dri.so malloc 72 0x55717346c4f0 0.000128
+gallium_dri.so free 0x55717346c580 void 0.000126
+gallium_dri.so free 0x55717346c4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c4f0 0.000124
+gallium_dri.so free 0x55717346c640 void 0.000127
+gallium_dri.so free 0x55717346c4f0 void 0.000128
+gallium_dri.so malloc 72 0x55717346c6b0 0.000126
+gallium_dri.so free 0x55717346c700 void 0.000127
+gallium_dri.so free 0x55717346c6b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c6b0 0.000123
+gallium_dri.so free 0x55717346c800 void 0.000124
+gallium_dri.so free 0x55717346c6b0 void 0.000158
+gallium_dri.so malloc 72 0x55717346c7b0 0.000120
+gallium_dri.so free 0x55717346c8c0 void 0.000118
+gallium_dri.so free 0x55717346c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c870 0.000134
+gallium_dri.so free 0x55717346c900 void 0.000198
+gallium_dri.so free 0x55717346c870 void 0.000243
+gallium_dri.so malloc 72 0x55717346c870 0.000173
+gallium_dri.so free 0x55717346c9c0 void 0.000126
+gallium_dri.so free 0x55717346c870 void 0.000125
+gallium_dri.so malloc 72 0x55717346ca00 0.000122
+gallium_dri.so free 0x55717346ca80 void 0.000120
+gallium_dri.so free 0x55717346ca00 void 0.000123
+gallium_dri.so malloc 72 0x55717346ca80 0.000122
+gallium_dri.so free 0x55717346cb40 void 0.000120
+gallium_dri.so free 0x55717346ca80 void 0.000119
+gallium_dri.so malloc 72 0x55717346ca80 0.000119
+gallium_dri.so free 0x55717346cc00 void 0.000128
+gallium_dri.so free 0x55717346ca80 void 0.000131
+gallium_dri.so malloc 72 0x55717346cc20 0.000127
+gallium_dri.so free 0x55717346ccc0 void 0.000130
+gallium_dri.so free 0x55717346cc20 void 0.000129
+gallium_dri.so malloc 72 0x55717346cc70 0.000129
+gallium_dri.so free 0x55717346cd40 void 0.000140
+gallium_dri.so free 0x55717346cc70 void 0.000116
+gallium_dri.so malloc 72 0x55717346cc70 0.000121
+gallium_dri.so free 0x55717346cdc0 void 0.000127
+gallium_dri.so free 0x55717346cc70 void 0.000126
+gallium_dri.so malloc 72 0x55717346cdc0 0.000131
+gallium_dri.so free 0x55717346ce80 void 0.000130
+gallium_dri.so free 0x55717346cdc0 void 0.000128
+gallium_dri.so malloc 72 0x55717346cdc0 0.000126
+gallium_dri.so free 0x55717346cf40 void 0.000124
+gallium_dri.so free 0x55717346cdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdc0 0.000118
+gallium_dri.so free 0x55717346d000 void 0.000117
+gallium_dri.so free 0x55717346cdc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cfb0 0.000115
+gallium_dri.so free 0x55717346d0c0 void 0.000114
+gallium_dri.so free 0x55717346cfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d070 0.000115
+gallium_dri.so free 0x55717346d140 void 0.000114
+gallium_dri.so free 0x55717346d070 void 0.000113
+gallium_dri.so malloc 72 0x55717346d190 0.000122
+gallium_dri.so free 0x55717346d200 void 0.000117
+gallium_dri.so free 0x55717346d190 void 0.000116
+gallium_dri.so malloc 72 0x55717346d220 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000117
+gallium_dri.so free 0x55717346d220 void 0.000197
+gallium_dri.so malloc 72 0x55717346d270 0.000203
+gallium_dri.so free 0x55717346d340 void 0.000185
+gallium_dri.so free 0x55717346d270 void 0.000115
+gallium_dri.so malloc 72 0x55717346d270 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000115
+gallium_dri.so free 0x55717346d270 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000112
+gallium_dri.so free 0x55717346d480 void 0.000115
+gallium_dri.so free 0x55717346d3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000116
+gallium_dri.so free 0x55717346d580 void 0.000114
+gallium_dri.so free 0x55717346d3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d530 0.000114
+gallium_dri.so free 0x55717346d5c0 void 0.000114
+gallium_dri.so free 0x55717346d530 void 0.000114
+gallium_dri.so malloc 72 0x55717346d530 0.000117
+gallium_dri.so free 0x55717346d680 void 0.000116
+gallium_dri.so free 0x55717346d530 void 0.000113
+gallium_dri.so malloc 72 0x55717346d6c0 0.000114
+gallium_dri.so free 0x55717346d740 void 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d740 0.000115
+gallium_dri.so free 0x55717346d800 void 0.000115
+gallium_dri.so free 0x55717346d740 void 0.000113
+gallium_dri.so malloc 72 0x55717346d740 0.000116
+gallium_dri.so free 0x55717346d880 void 0.000115
+gallium_dri.so free 0x55717346d740 void 0.000126
+gallium_dri.so malloc 72 0x55717346d8b0 0.000118
+gallium_dri.so free 0x55717346d900 void 0.000116
+gallium_dri.so free 0x55717346d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d8b0 0.000113
+gallium_dri.so free 0x55717346da00 void 0.000114
+gallium_dri.so free 0x55717346d8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346da40 0.000114
+gallium_dri.so free 0x55717346dac0 void 0.000114
+gallium_dri.so free 0x55717346da40 void 0.000112
+gallium_dri.so malloc 72 0x55717346dac0 0.000114
+gallium_dri.so free 0x55717346db80 void 0.000114
+gallium_dri.so free 0x55717346dac0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dac0 0.000114
+gallium_dri.so free 0x55717346dc00 void 0.000114
+gallium_dri.so free 0x55717346dac0 void 0.000144
+gallium_dri.so malloc 72 0x55717346dc30 0.000116
+gallium_dri.so free 0x55717346dc80 void 0.000116
+gallium_dri.so free 0x55717346dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717346dc30 0.000126
+gallium_dri.so free 0x55717346dd80 void 0.000116
+gallium_dri.so free 0x55717346dc30 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd30 0.000114
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so free 0x55717346dd30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ddf0 0.000115
+gallium_dri.so free 0x55717346dec0 void 0.000135
+gallium_dri.so free 0x55717346ddf0 void 0.000127
+gallium_dri.so malloc 72 0x55717346ddf0 0.000124
+gallium_dri.so free 0x55717346df80 void 0.000125
+gallium_dri.so free 0x55717346ddf0 void 0.000122
+gallium_dri.so malloc 72 0x55717346ddf0 0.000125
+gallium_dri.so free 0x55717346e040 void 0.000123
+gallium_dri.so free 0x55717346ddf0 void 0.000123
+gallium_dri.so malloc 72 0x55717346dff0 0.000127
+gallium_dri.so free 0x55717346e0c0 void 0.000125
+gallium_dri.so free 0x55717346dff0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e110 0.000120
+gallium_dri.so free 0x55717346e180 void 0.000137
+gallium_dri.so free 0x55717346e110 void 0.000135
+gallium_dri.so malloc 72 0x55717346e1a0 0.000141
+gallium_dri.so free 0x55717346e240 void 0.000132
+gallium_dri.so free 0x55717346e1a0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e1f0 0.000128
+gallium_dri.so free 0x55717346e2c0 void 0.000130
+gallium_dri.so free 0x55717346e1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e2c0 0.000138
+gallium_dri.so free 0x55717346e380 void 0.000129
+gallium_dri.so free 0x55717346e2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e2c0 0.000131
+gallium_dri.so free 0x55717346e400 void 0.000145
+gallium_dri.so free 0x55717346e2c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e400 0.000138
+gallium_dri.so free 0x55717346e4c0 void 0.000145
+gallium_dri.so free 0x55717346e400 void 0.000132
+gallium_dri.so malloc 72 0x55717346e400 0.000131
+gallium_dri.so free 0x55717346e580 void 0.000132
+gallium_dri.so free 0x55717346e400 void 0.000132
+gallium_dri.so malloc 72 0x55717346e400 0.000138
+gallium_dri.so free 0x55717346e640 void 0.000131
+gallium_dri.so free 0x55717346e400 void 0.000130
+gallium_dri.so malloc 72 0x55717346e5f0 0.000131
+gallium_dri.so free 0x55717346e6c0 void 0.000131
+gallium_dri.so free 0x55717346e5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e710 0.000132
+gallium_dri.so free 0x55717346e780 void 0.000132
+gallium_dri.so free 0x55717346e710 void 0.000131
+gallium_dri.so malloc 72 0x55717346e7c0 0.000130
+gallium_dri.so free 0x55717346e840 void 0.000131
+gallium_dri.so free 0x55717346e7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e7c0 0.000130
+gallium_dri.so free 0x55717346e8c0 void 0.000132
+gallium_dri.so free 0x55717346e7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e8f0 0.000142
+gallium_dri.so free 0x55717346e940 void 0.000132
+gallium_dri.so free 0x55717346e8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e8f0 0.000132
+gallium_dri.so free 0x55717346ea40 void 0.000131
+gallium_dri.so free 0x55717346e8f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346e9f0 0.000131
+gallium_dri.so free 0x55717346eb00 void 0.000131
+gallium_dri.so free 0x55717346e9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346eab0 0.000131
+gallium_dri.so free 0x55717346eb40 void 0.000132
+gallium_dri.so free 0x55717346eab0 void 0.000131
+gallium_dri.so malloc 72 0x55717346eab0 0.000130
+gallium_dri.so free 0x55717346ec00 void 0.000131
+gallium_dri.so free 0x55717346eab0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ec70 0.000130
+gallium_dri.so free 0x55717346ecc0 void 0.000132
+gallium_dri.so free 0x55717346ec70 void 0.000132
+gallium_dri.so malloc 72 0x55717346ec70 0.000132
+gallium_dri.so free 0x55717346edc0 void 0.000132
+gallium_dri.so free 0x55717346ec70 void 0.000131
+gallium_dri.so malloc 72 0x55717346ed70 0.000131
+gallium_dri.so free 0x55717346ee80 void 0.000131
+gallium_dri.so free 0x55717346ed70 void 0.000141
+gallium_dri.so malloc 72 0x55717346ee30 0.000132
+gallium_dri.so free 0x55717346eec0 void 0.000130
+gallium_dri.so free 0x55717346ee30 void 0.000132
+gallium_dri.so malloc 72 0x55717346ee30 0.000130
+gallium_dri.so free 0x55717346ef80 void 0.000132
+gallium_dri.so free 0x55717346ee30 void 0.000131
+gallium_dri.so malloc 72 0x55717346efc0 0.000132
+gallium_dri.so free 0x55717346f040 void 0.000131
+gallium_dri.so free 0x55717346efc0 void 0.000131
+gallium_dri.so malloc 72 0x55717346f040 0.000130
+gallium_dri.so free 0x55717346f100 void 0.000131
+gallium_dri.so free 0x55717346f040 void 0.000130
+gallium_dri.so malloc 72 0x55717346f040 0.000131
+gallium_dri.so free 0x55717346f1c0 void 0.000130
+gallium_dri.so free 0x55717346f040 void 0.000130
+gallium_dri.so malloc 72 0x55717346f1e0 0.000130
+gallium_dri.so free 0x55717346f280 void 0.000132
+gallium_dri.so free 0x55717346f1e0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f230 0.000131
+gallium_dri.so free 0x55717346f300 void 0.000132
+gallium_dri.so free 0x55717346f230 void 0.000131
+gallium_dri.so malloc 72 0x55717346f230 0.000131
+gallium_dri.so free 0x55717346f380 void 0.000147
+gallium_dri.so free 0x55717346f230 void 0.000133
+gallium_dri.so malloc 72 0x55717346f380 0.000130
+gallium_dri.so free 0x5571735f4980 void 0.000133
+gallium_dri.so free 0x55717346f380 void 0.000131
+gallium_dri.so malloc 72 0x5571735f49a0 0.000131
+gallium_dri.so free 0x5571735f4a40 void 0.000131
+gallium_dri.so free 0x5571735f49a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f49f0 0.000132
+gallium_dri.so free 0x5571735f4ac0 void 0.000131
+gallium_dri.so free 0x5571735f49f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4ac0 0.000130
+gallium_dri.so free 0x5571735f4b80 void 0.000132
+gallium_dri.so free 0x5571735f4ac0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4ac0 0.000130
+gallium_dri.so free 0x5571735f4c00 void 0.000133
+gallium_dri.so free 0x5571735f4ac0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f4c00 0.000132
+gallium_dri.so free 0x5571735f4cc0 void 0.000132
+gallium_dri.so free 0x5571735f4c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4c00 0.000130
+gallium_dri.so free 0x5571735f4d80 void 0.000131
+gallium_dri.so free 0x5571735f4c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4c00 0.000141
+gallium_dri.so free 0x5571735f4e40 void 0.000133
+gallium_dri.so free 0x5571735f4c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4df0 0.000130
+gallium_dri.so free 0x5571735f4ec0 void 0.000131
+gallium_dri.so free 0x5571735f4df0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4f10 0.000131
+gallium_dri.so free 0x5571735f4f80 void 0.000133
+gallium_dri.so free 0x5571735f4f10 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000130
+gallium_dri.so free 0x5571735f5040 void 0.000131
+gallium_dri.so free 0x5571735f4fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4fc0 0.000132
+gallium_dri.so free 0x5571735f50c0 void 0.000131
+gallium_dri.so free 0x5571735f4fc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f50f0 0.000130
+gallium_dri.so free 0x5571735f5140 void 0.000132
+gallium_dri.so free 0x5571735f50f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f50f0 0.000130
+gallium_dri.so free 0x5571735f5240 void 0.000132
+gallium_dri.so free 0x5571735f50f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f51f0 0.000130
+gallium_dri.so free 0x5571735f5300 void 0.000131
+gallium_dri.so free 0x5571735f51f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f52b0 0.000132
+gallium_dri.so free 0x5571735f5340 void 0.000132
+gallium_dri.so free 0x5571735f52b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f52b0 0.000131
+gallium_dri.so free 0x5571735f5400 void 0.000130
+gallium_dri.so free 0x5571735f52b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5470 0.000131
+gallium_dri.so free 0x5571735f54c0 void 0.000133
+gallium_dri.so free 0x5571735f5470 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5470 0.000131
+gallium_dri.so free 0x5571735f55c0 void 0.000130
+gallium_dri.so free 0x5571735f5470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5570 0.000131
+gallium_dri.so free 0x5571735f5680 void 0.000137
+gallium_dri.so free 0x5571735f5570 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5630 0.000131
+gallium_dri.so free 0x5571735f56c0 void 0.000132
+gallium_dri.so free 0x5571735f5630 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5630 0.000130
+gallium_dri.so free 0x5571735f5780 void 0.000132
+gallium_dri.so free 0x5571735f5630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f57c0 0.000131
+gallium_dri.so free 0x5571735f5840 void 0.000131
+gallium_dri.so free 0x5571735f57c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5840 0.000129
+gallium_dri.so free 0x5571735f5900 void 0.000130
+gallium_dri.so free 0x5571735f5840 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5840 0.000128
+gallium_dri.so free 0x5571735f59c0 void 0.000129
+gallium_dri.so free 0x5571735f5840 void 0.000128
+gallium_dri.so malloc 72 0x5571735f59e0 0.000128
+gallium_dri.so free 0x5571735f5a80 void 0.000131
+gallium_dri.so free 0x5571735f59e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5a30 0.000130
+gallium_dri.so free 0x5571735f5b00 void 0.000131
+gallium_dri.so free 0x5571735f5a30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5a30 0.000129
+gallium_dri.so free 0x5571735f5b80 void 0.000137
+gallium_dri.so free 0x5571735f5a30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5b80 0.000132
+gallium_dri.so free 0x5571735f5c40 void 0.000133
+gallium_dri.so free 0x5571735f5b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5b80 0.000133
+gallium_dri.so free 0x5571735f5d00 void 0.000132
+gallium_dri.so free 0x5571735f5b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5b80 0.000133
+gallium_dri.so free 0x5571735f5dc0 void 0.000127
+gallium_dri.so free 0x5571735f5b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5d70 0.000124
+gallium_dri.so free 0x5571735f5e80 void 0.000124
+gallium_dri.so free 0x5571735f5d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5e30 0.000122
+gallium_dri.so free 0x5571735f5f00 void 0.000124
+gallium_dri.so free 0x5571735f5e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5f50 0.000123
+gallium_dri.so free 0x5571735f5fc0 void 0.000124
+gallium_dri.so free 0x5571735f5f50 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5fe0 0.000124
+gallium_dri.so free 0x5571735f6080 void 0.000124
+gallium_dri.so free 0x5571735f5fe0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6030 0.000124
+gallium_dri.so free 0x5571735f6100 void 0.000123
+gallium_dri.so free 0x5571735f6030 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6030 0.000123
+gallium_dri.so free 0x5571735f6180 void 0.000126
+gallium_dri.so free 0x5571735f6030 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6180 0.000125
+gallium_dri.so free 0x5571735f6240 void 0.000124
+gallium_dri.so free 0x5571735f6180 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6180 0.000124
+gallium_dri.so free 0x5571735f6340 void 0.000158
+gallium_dri.so free 0x5571735f6180 void 0.000134
+gallium_dri.so malloc 72 0x5571735f62f0 0.000133
+gallium_dri.so free 0x5571735f6380 void 0.000132
+gallium_dri.so free 0x5571735f62f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f62f0 0.000140
+gallium_dri.so free 0x5571735f6440 void 0.000134
+gallium_dri.so free 0x5571735f62f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6480 0.000133
+gallium_dri.so free 0x5571735f6500 void 0.000133
+gallium_dri.so free 0x5571735f6480 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6500 0.000132
+gallium_dri.so free 0x5571735f65c0 void 0.000132
+gallium_dri.so free 0x5571735f6500 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6500 0.000133
+gallium_dri.so free 0x5571735f6640 void 0.000132
+gallium_dri.so free 0x5571735f6500 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6670 0.000132
+gallium_dri.so free 0x5571735f66c0 void 0.000133
+gallium_dri.so free 0x5571735f6670 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6670 0.000131
+gallium_dri.so free 0x5571735f67c0 void 0.000131
+gallium_dri.so free 0x5571735f6670 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6800 0.000135
+gallium_dri.so free 0x5571735f6880 void 0.000132
+gallium_dri.so free 0x5571735f6800 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6880 0.000132
+gallium_dri.so free 0x5571735f6940 void 0.000133
+gallium_dri.so free 0x5571735f6880 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6880 0.000134
+gallium_dri.so free 0x5571735f69c0 void 0.000132
+gallium_dri.so free 0x5571735f6880 void 0.000133
+gallium_dri.so malloc 72 0x5571735f69f0 0.000132
+gallium_dri.so free 0x5571735f6a40 void 0.000133
+gallium_dri.so free 0x5571735f69f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f69f0 0.000132
+gallium_dri.so free 0x5571735f6b40 void 0.000132
+gallium_dri.so free 0x5571735f69f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6af0 0.000132
+gallium_dri.so free 0x5571735f6c00 void 0.000132
+gallium_dri.so free 0x5571735f6af0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000132
+gallium_dri.so free 0x5571735f6c80 void 0.000132
+gallium_dri.so free 0x5571735f6bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000132
+gallium_dri.so free 0x5571735f6d40 void 0.000131
+gallium_dri.so free 0x5571735f6bb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f6bb0 0.000135
+gallium_dri.so free 0x5571735f6e00 void 0.000132
+gallium_dri.so free 0x5571735f6bb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6db0 0.000132
+gallium_dri.so free 0x5571735f6e80 void 0.000133
+gallium_dri.so free 0x5571735f6db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6ed0 0.000133
+gallium_dri.so free 0x5571735f6f40 void 0.000133
+gallium_dri.so free 0x5571735f6ed0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6f60 0.000131
+gallium_dri.so free 0x5571735f7000 void 0.000132
+gallium_dri.so free 0x5571735f6f60 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6fb0 0.000132
+gallium_dri.so free 0x5571735f7080 void 0.000132
+gallium_dri.so free 0x5571735f6fb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7080 0.000131
+gallium_dri.so free 0x5571735f7140 void 0.000133
+gallium_dri.so free 0x5571735f7080 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7080 0.000144
+gallium_dri.so free 0x5571735f71c0 void 0.000122
+gallium_dri.so free 0x5571735f7080 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71c0 0.000143
+gallium_dri.so free 0x5571735f7280 void 0.000122
+gallium_dri.so free 0x5571735f71c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f71c0 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000119
+gallium_dri.so free 0x5571735f71c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f71c0 0.000120
+gallium_dri.so free 0x5571735f7400 void 0.000121
+gallium_dri.so free 0x5571735f71c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f73b0 0.000120
+gallium_dri.so free 0x5571735f7480 void 0.000164
+gallium_dri.so free 0x5571735f73b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f74d0 0.000119
+gallium_dri.so free 0x5571735f7540 void 0.000119
+gallium_dri.so free 0x5571735f74d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7580 0.000118
+gallium_dri.so free 0x5571735f7600 void 0.000121
+gallium_dri.so free 0x5571735f7580 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7580 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000118
+gallium_dri.so free 0x5571735f7580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f76b0 0.000117
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f76b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76b0 0.000120
+gallium_dri.so free 0x5571735f7800 void 0.000119
+gallium_dri.so free 0x5571735f76b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f77b0 0.000119
+gallium_dri.so free 0x5571735f78c0 void 0.000117
+gallium_dri.so free 0x5571735f77b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7870 0.000118
+gallium_dri.so free 0x5571735f7900 void 0.000119
+gallium_dri.so free 0x5571735f7870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7870 0.000119
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735f7870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7a30 0.000120
+gallium_dri.so free 0x5571735f7a80 void 0.000120
+gallium_dri.so free 0x5571735f7a30 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7a30 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000119
+gallium_dri.so free 0x5571735f7a30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7b30 0.000117
+gallium_dri.so free 0x5571735f7c40 void 0.000121
+gallium_dri.so free 0x5571735f7b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000120
+gallium_dri.so free 0x5571735f7c80 void 0.000119
+gallium_dri.so free 0x5571735f7bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bf0 0.000117
+gallium_dri.so free 0x5571735f7d40 void 0.000119
+gallium_dri.so free 0x5571735f7bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d80 0.000118
+gallium_dri.so free 0x5571735f7e00 void 0.000185
+gallium_dri.so free 0x5571735f7d80 void 0.000180
+gallium_dri.so malloc 72 0x5571735f7e00 0.000179
+gallium_dri.so free 0x5571735f7ec0 void 0.000154
+gallium_dri.so free 0x5571735f7e00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7e00 0.000129
+gallium_dri.so free 0x5571735f7f80 void 0.000130
+gallium_dri.so free 0x5571735f7e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7fa0 0.000126
+gallium_dri.so free 0x5571735f8040 void 0.000130
+gallium_dri.so free 0x5571735f7fa0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000131
+gallium_dri.so free 0x5571735f80c0 void 0.000130
+gallium_dri.so free 0x5571735f7ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7ff0 0.000131
+gallium_dri.so free 0x5571735f8140 void 0.000130
+gallium_dri.so free 0x5571735f7ff0 void 0.000199
+gallium_dri.so malloc 72 0x5571735f8140 0.000133
+gallium_dri.so free 0x5571735f8200 void 0.000155
+gallium_dri.so free 0x5571735f8140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8140 0.000130
+gallium_dri.so free 0x5571735f82c0 void 0.000125
+gallium_dri.so free 0x5571735f8140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8140 0.000130
+gallium_dri.so free 0x5571735f8380 void 0.000126
+gallium_dri.so free 0x5571735f8140 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8330 0.000125
+gallium_dri.so free 0x5571735f8440 void 0.000123
+gallium_dri.so free 0x5571735f8330 void 0.000129
+gallium_dri.so malloc 72 0x5571735f83f0 0.000127
+gallium_dri.so free 0x5571735f84c0 void 0.000196
+gallium_dri.so free 0x5571735f83f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f8510 0.000163
+gallium_dri.so free 0x5571735f8580 void 0.000129
+gallium_dri.so free 0x5571735f8510 void 0.000131
+gallium_dri.so malloc 72 0x5571735f85a0 0.000124
+gallium_dri.so free 0x5571735f8640 void 0.000122
+gallium_dri.so free 0x5571735f85a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f85f0 0.000121
+gallium_dri.so free 0x5571735f86c0 void 0.000121
+gallium_dri.so free 0x5571735f85f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f85f0 0.000119
+gallium_dri.so free 0x5571735f8740 void 0.000117
+gallium_dri.so free 0x5571735f85f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8740 0.000117
+gallium_dri.so free 0x5571735f8800 void 0.000118
+gallium_dri.so free 0x5571735f8740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8740 0.000123
+gallium_dri.so free 0x5571735f8900 void 0.000125
+gallium_dri.so free 0x5571735f8740 void 0.000119
+gallium_dri.so malloc 72 0x5571735f88b0 0.000119
+gallium_dri.so free 0x5571735f8940 void 0.000120
+gallium_dri.so free 0x5571735f88b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f88b0 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000127
+gallium_dri.so free 0x5571735f88b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8a40 0.000121
+gallium_dri.so free 0x5571735f8ac0 void 0.000120
+gallium_dri.so free 0x5571735f8a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000120
+gallium_dri.so free 0x5571735f8ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8ac0 0.000119
+gallium_dri.so free 0x5571735f8c00 void 0.000120
+gallium_dri.so free 0x5571735f8ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c30 0.000132
+gallium_dri.so free 0x5571735f8c80 void 0.000123
+gallium_dri.so free 0x5571735f8c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c30 0.000119
+gallium_dri.so free 0x5571735f8d80 void 0.000119
+gallium_dri.so free 0x5571735f8c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8dc0 0.000117
+gallium_dri.so free 0x5571735f8e40 void 0.000124
+gallium_dri.so free 0x5571735f8dc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8e40 0.000120
+gallium_dri.so free 0x5571735f8f00 void 0.000119
+gallium_dri.so free 0x5571735f8e40 void 0.000166
+gallium_dri.so malloc 72 0x5571735f8e40 0.000119
+gallium_dri.so free 0x5571735f8f80 void 0.000161
+gallium_dri.so free 0x5571735f8e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000121
+gallium_dri.so free 0x5571735f9000 void 0.000120
+gallium_dri.so free 0x5571735f8fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8fb0 0.000120
+gallium_dri.so free 0x5571735f9100 void 0.000120
+gallium_dri.so free 0x5571735f8fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f90b0 0.000119
+gallium_dri.so free 0x5571735f91c0 void 0.000120
+gallium_dri.so free 0x5571735f90b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9170 0.000119
+gallium_dri.so free 0x5571735f9240 void 0.000129
+gallium_dri.so free 0x5571735f9170 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9170 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so free 0x5571735f9170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9170 0.000119
+gallium_dri.so free 0x5571735f93c0 void 0.000119
+gallium_dri.so free 0x5571735f9170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9370 0.000118
+gallium_dri.so free 0x5571735f9440 void 0.000120
+gallium_dri.so free 0x5571735f9370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9490 0.000120
+gallium_dri.so free 0x5571735f9500 void 0.000120
+gallium_dri.so free 0x5571735f9490 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9520 0.000118
+gallium_dri.so free 0x5571735f95c0 void 0.000123
+gallium_dri.so free 0x5571735f9520 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9570 0.000118
+gallium_dri.so free 0x5571735f9640 void 0.000119
+gallium_dri.so free 0x5571735f9570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9640 0.000120
+gallium_dri.so free 0x5571735f9700 void 0.000135
+gallium_dri.so free 0x5571735f9640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9640 0.000121
+gallium_dri.so free 0x5571735f9780 void 0.000121
+gallium_dri.so free 0x5571735f9640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9780 0.000117
+gallium_dri.so free 0x5571735f9840 void 0.000127
+gallium_dri.so free 0x5571735f9780 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9780 0.000119
+gallium_dri.so free 0x5571735f9900 void 0.000121
+gallium_dri.so free 0x5571735f9780 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9780 0.000120
+gallium_dri.so free 0x5571735f99c0 void 0.000121
+gallium_dri.so free 0x5571735f9780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9970 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000121
+gallium_dri.so free 0x5571735f9970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9a90 0.000127
+gallium_dri.so free 0x5571735f9b00 void 0.000115
+gallium_dri.so free 0x5571735f9a90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b40 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000115
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b40 0.000112
+gallium_dri.so free 0x5571735f9c40 void 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c70 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c70 0.000114
+gallium_dri.so free 0x5571735f9dc0 void 0.000162
+gallium_dri.so free 0x5571735f9c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9d70 0.000163
+gallium_dri.so free 0x5571735f9e80 void 0.000117
+gallium_dri.so free 0x5571735f9d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9e30 0.000118
+gallium_dri.so free 0x5571735f9ec0 void 0.000117
+gallium_dri.so free 0x5571735f9e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9e30 0.000115
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x5571735f9e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000114
+gallium_dri.so free 0x5571735fa040 void 0.000116
+gallium_dri.so free 0x5571735f9ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9ff0 0.000114
+gallium_dri.so free 0x5571735fa140 void 0.000116
+gallium_dri.so free 0x5571735f9ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0f0 0.000117
+gallium_dri.so free 0x5571735fa200 void 0.000115
+gallium_dri.so free 0x5571735fa0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000113
+gallium_dri.so free 0x5571735fa240 void 0.000115
+gallium_dri.so free 0x5571735fa1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1b0 0.000115
+gallium_dri.so free 0x5571735fa300 void 0.000115
+gallium_dri.so free 0x5571735fa1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa340 0.000113
+gallium_dri.so free 0x5571735fa3c0 void 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa3c0 0.000124
+gallium_dri.so free 0x5571735fa480 void 0.000114
+gallium_dri.so free 0x5571735fa3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa3c0 0.000114
+gallium_dri.so free 0x5571735fa540 void 0.000113
+gallium_dri.so free 0x5571735fa3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa560 0.000113
+gallium_dri.so free 0x5571735fa600 void 0.000115
+gallium_dri.so free 0x5571735fa560 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000115
+gallium_dri.so free 0x5571735fa680 void 0.000114
+gallium_dri.so free 0x5571735fa5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa5b0 0.000178
+gallium_dri.so free 0x5571735fa700 void 0.000116
+gallium_dri.so free 0x5571735fa5b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735fa700 0.000116
+gallium_dri.so free 0x5571735fa7c0 void 0.000125
+gallium_dri.so free 0x5571735fa700 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa700 0.000112
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so free 0x5571735fa700 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa700 0.000115
+gallium_dri.so free 0x5571735fa940 void 0.000115
+gallium_dri.so free 0x5571735fa700 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa8f0 0.000114
+gallium_dri.so free 0x5571735faa00 void 0.000114
+gallium_dri.so free 0x5571735fa8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa9b0 0.000120
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so free 0x5571735fa9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faad0 0.000113
+gallium_dri.so free 0x5571735fab40 void 0.000115
+gallium_dri.so free 0x5571735faad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab60 0.000113
+gallium_dri.so free 0x5571735fac00 void 0.000119
+gallium_dri.so free 0x5571735fab60 void 0.000124
+gallium_dri.so malloc 72 0x5571735fabb0 0.000123
+gallium_dri.so free 0x5571735fac80 void 0.000176
+gallium_dri.so free 0x5571735fabb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fabb0 0.000121
+gallium_dri.so free 0x5571735fad00 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fad00 0.000115
+gallium_dri.so free 0x5571735fadc0 void 0.000115
+gallium_dri.so free 0x5571735fad00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fad00 0.000115
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x5571735fad00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fae70 0.000114
+gallium_dri.so free 0x5571735faf00 void 0.000119
+gallium_dri.so free 0x5571735fae70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae70 0.000114
+gallium_dri.so free 0x5571735fafc0 void 0.000127
+gallium_dri.so free 0x5571735fae70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb000 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb080 0.000116
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000114
+gallium_dri.so free 0x5571735fb1c0 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000114
+gallium_dri.so free 0x5571735fb240 void 0.000115
+gallium_dri.so free 0x5571735fb1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb1f0 0.000113
+gallium_dri.so free 0x5571735fb340 void 0.000115
+gallium_dri.so free 0x5571735fb1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb380 0.000116
+gallium_dri.so free 0x5571735fb400 void 0.000114
+gallium_dri.so free 0x5571735fb380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb400 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000115
+gallium_dri.so free 0x5571735fb400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb400 0.000114
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735fb400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb570 0.000112
+gallium_dri.so free 0x5571735fb5c0 void 0.000123
+gallium_dri.so free 0x5571735fb570 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb570 0.000112
+gallium_dri.so free 0x5571735fb6c0 void 0.000111
+gallium_dri.so free 0x5571735fb570 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb670 0.000112
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so free 0x5571735fb670 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb730 0.000112
+gallium_dri.so free 0x5571735fb800 void 0.000112
+gallium_dri.so free 0x5571735fb730 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb730 0.000111
+gallium_dri.so free 0x5571735fb8c0 void 0.000113
+gallium_dri.so free 0x5571735fb730 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb730 0.000112
+gallium_dri.so free 0x5571735fb980 void 0.000116
+gallium_dri.so free 0x5571735fb730 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb930 0.000114
+gallium_dri.so free 0x5571735fba00 void 0.000114
+gallium_dri.so free 0x5571735fb930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fba50 0.000113
+gallium_dri.so free 0x5571735fbac0 void 0.000117
+gallium_dri.so free 0x5571735fba50 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbae0 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000127
+gallium_dri.so free 0x5571735fbae0 void 0.000198
+gallium_dri.so malloc 72 0x5571735fbb30 0.000219
+gallium_dri.so free 0x5571735fbc00 void 0.000159
+gallium_dri.so free 0x5571735fbb30 void 0.000162
+gallium_dri.so malloc 72 0x5571735fbc00 0.000160
+gallium_dri.so free 0x5571735fbcc0 void 0.000127
+gallium_dri.so free 0x5571735fbc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbc00 0.000126
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735fbc00 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb440 void 0.000125
+gallium_dri.so free 0x5571735eb380 void 0.000149
+gallium_dri.so malloc 72 0x5571735eb380 0.000165
+gallium_dri.so free 0x5571735eb500 void 0.000126
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb380 0.000124
+gallium_dri.so free 0x5571735eb5c0 void 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb570 0.000119
+gallium_dri.so free 0x5571735eb640 void 0.000117
+gallium_dri.so free 0x5571735eb570 void 0.000129
+gallium_dri.so malloc 72 0x5571735eb690 0.000126
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735eb690 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb740 0.000125
+gallium_dri.so free 0x5571735eb7c0 void 0.000124
+gallium_dri.so free 0x5571735eb740 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb740 0.000122
+gallium_dri.so free 0x5571735eb840 void 0.000125
+gallium_dri.so free 0x5571735eb740 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb870 0.000117
+gallium_dri.so free 0x5571735eb8c0 void 0.000123
+gallium_dri.so free 0x5571735eb870 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb870 0.000123
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735eb870 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb970 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eb970 void 0.000123
+gallium_dri.so malloc 72 0x5571735eba30 0.000122
+gallium_dri.so free 0x5571735ebac0 void 0.000123
+gallium_dri.so free 0x5571735eba30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eba30 0.000124
+gallium_dri.so free 0x5571735ebb80 void 0.000134
+gallium_dri.so free 0x5571735eba30 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000125
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebbf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000119
+gallium_dri.so free 0x5571735ebd40 void 0.000119
+gallium_dri.so free 0x5571735ebbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebcf0 0.000129
+gallium_dri.so free 0x5571735ebe00 void 0.000130
+gallium_dri.so free 0x5571735ebcf0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000131
+gallium_dri.so free 0x5571735ebe40 void 0.000131
+gallium_dri.so free 0x5571735ebdb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000130
+gallium_dri.so free 0x5571735ebf00 void 0.000130
+gallium_dri.so free 0x5571735ebdb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebf40 0.000130
+gallium_dri.so free 0x5571735ebfc0 void 0.000128
+gallium_dri.so free 0x5571735ebf40 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000124
+gallium_dri.so free 0x5571735ec080 void 0.000129
+gallium_dri.so free 0x5571735ebfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000124
+gallium_dri.so free 0x5571735ec140 void 0.000129
+gallium_dri.so free 0x5571735ebfc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec160 0.000131
+gallium_dri.so free 0x5571735ec200 void 0.000130
+gallium_dri.so free 0x5571735ec160 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000126
+gallium_dri.so free 0x5571735ec280 void 0.000130
+gallium_dri.so free 0x5571735ec1b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec1b0 0.000130
+gallium_dri.so free 0x5571735ec300 void 0.000125
+gallium_dri.so free 0x5571735ec1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec300 0.000132
+gallium_dri.so free 0x5571735ec3c0 void 0.000130
+gallium_dri.so free 0x5571735ec300 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec300 0.000130
+gallium_dri.so free 0x5571735ec480 void 0.000151
+gallium_dri.so free 0x5571735ec300 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec300 0.000125
+gallium_dri.so free 0x5571735ec540 void 0.000131
+gallium_dri.so free 0x5571735ec300 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec4f0 0.000128
+gallium_dri.so free 0x5571735ec600 void 0.000125
+gallium_dri.so free 0x5571735ec4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec5b0 0.000132
+gallium_dri.so free 0x5571735ec680 void 0.000165
+gallium_dri.so free 0x5571735ec5b0 void 0.000233
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000170
+gallium_dri.so free 0x5571735ec740 void 0.000133
+gallium_dri.so free 0x5571735ec6d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ec760 0.000170
+gallium_dri.so free 0x5571735ec800 void 0.000133
+gallium_dri.so free 0x5571735ec760 void 0.000183
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000223
+gallium_dri.so free 0x5571735ec880 void 0.000126
+gallium_dri.so free 0x5571735ec7b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000134
+gallium_dri.so free 0x5571735ec900 void 0.000139
+gallium_dri.so free 0x5571735ec7b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ec900 0.000166
+gallium_dri.so free 0x5571735ec9c0 void 0.000166
+gallium_dri.so free 0x5571735ec900 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec900 0.000130
+gallium_dri.so free 0x5571735ecac0 void 0.000130
+gallium_dri.so free 0x5571735ec900 void 0.000131
+gallium_dri.so malloc 72 0x5571735eca70 0.000125
+gallium_dri.so free 0x5571735ecb00 void 0.000130
+gallium_dri.so free 0x5571735eca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735eca70 0.000130
+gallium_dri.so free 0x5571735ecbc0 void 0.000130
+gallium_dri.so free 0x5571735eca70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecc00 0.000130
+gallium_dri.so free 0x5571735ecc80 void 0.000131
+gallium_dri.so free 0x5571735ecc00 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecc80 0.000125
+gallium_dri.so free 0x5571735ecd40 void 0.000124
+gallium_dri.so free 0x5571735ecc80 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecc80 0.000141
+gallium_dri.so free 0x5571735ecdc0 void 0.000132
+gallium_dri.so free 0x5571735ecc80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000124
+gallium_dri.so free 0x5571735ece40 void 0.000128
+gallium_dri.so free 0x5571735ecdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000123
+gallium_dri.so free 0x5571735ecf40 void 0.000123
+gallium_dri.so free 0x5571735ecdf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ecf80 0.000124
+gallium_dri.so free 0x5571735ed000 void 0.000123
+gallium_dri.so free 0x5571735ecf80 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed000 0.000133
+gallium_dri.so free 0x5571735ed0c0 void 0.000130
+gallium_dri.so free 0x5571735ed000 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed000 0.000130
+gallium_dri.so free 0x5571735ed140 void 0.000131
+gallium_dri.so free 0x5571735ed000 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed170 0.000130
+gallium_dri.so free 0x5571735ed1c0 void 0.000126
+gallium_dri.so free 0x5571735ed170 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed170 0.000128
+gallium_dri.so free 0x5571735ed2c0 void 0.000132
+gallium_dri.so free 0x5571735ed170 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed270 0.000132
+gallium_dri.so free 0x5571735ed380 void 0.000131
+gallium_dri.so free 0x5571735ed270 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed330 0.000125
+gallium_dri.so free 0x5571735ed400 void 0.000128
+gallium_dri.so free 0x5571735ed330 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed330 0.000123
+gallium_dri.so free 0x5571735ed4c0 void 0.000126
+gallium_dri.so free 0x5571735ed330 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed330 0.000130
+gallium_dri.so free 0x5571735ed580 void 0.000131
+gallium_dri.so free 0x5571735ed330 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed530 0.000158
+gallium_dri.so free 0x5571735ed600 void 0.000125
+gallium_dri.so free 0x5571735ed530 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed650 0.000133
+gallium_dri.so free 0x5571735ed6c0 void 0.000131
+gallium_dri.so free 0x5571735ed650 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed6e0 0.000181
+gallium_dri.so free 0x5571735ed780 void 0.000142
+gallium_dri.so free 0x5571735ed6e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed730 0.000132
+gallium_dri.so free 0x5571735ed800 void 0.000126
+gallium_dri.so free 0x5571735ed730 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed800 0.000128
+gallium_dri.so free 0x5571735ed8c0 void 0.000132
+gallium_dri.so free 0x5571735ed800 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed800 0.000220
+gallium_dri.so free 0x5571735ed940 void 0.000131
+gallium_dri.so free 0x5571735ed800 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed940 0.000146
+gallium_dri.so free 0x5571735eda00 void 0.000136
+gallium_dri.so free 0x5571735ed940 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed940 0.000130
+gallium_dri.so free 0x5571735edac0 void 0.000131
+gallium_dri.so free 0x5571735ed940 void 0.000182
+gallium_dri.so malloc 72 0x5571735ed940 0.000221
+gallium_dri.so free 0x5571735edb80 void 0.000141
+gallium_dri.so free 0x5571735ed940 void 0.000131
+gallium_dri.so malloc 72 0x5571735edb30 0.000131
+gallium_dri.so free 0x5571735edc00 void 0.000184
+gallium_dri.so free 0x5571735edb30 void 0.000224
+gallium_dri.so malloc 72 0x5571735edc50 0.000220
+gallium_dri.so free 0x5571735edcc0 void 0.000226
+gallium_dri.so free 0x5571735edc50 void 0.000132
+gallium_dri.so malloc 72 0x5571735edd00 0.000126
+gallium_dri.so free 0x5571735edd80 void 0.000124
+gallium_dri.so free 0x5571735edd00 void 0.000127
+gallium_dri.so malloc 72 0x5571735edd00 0.000130
+gallium_dri.so free 0x5571735ede00 void 0.000131
+gallium_dri.so free 0x5571735edd00 void 0.000130
+gallium_dri.so malloc 72 0x5571735ede30 0.000126
+gallium_dri.so free 0x5571735ede80 void 0.000124
+gallium_dri.so free 0x5571735ede30 void 0.000129
+gallium_dri.so malloc 72 0x5571735ede30 0.000130
+gallium_dri.so free 0x5571735edf80 void 0.000127
+gallium_dri.so free 0x5571735ede30 void 0.000128
+gallium_dri.so malloc 72 0x5571735edf30 0.000178
+gallium_dri.so free 0x5571735ee040 void 0.000162
+gallium_dri.so free 0x5571735edf30 void 0.000162
+gallium_dri.so malloc 72 0x5571735edff0 0.000130
+gallium_dri.so free 0x5571735ee080 void 0.000130
+gallium_dri.so free 0x5571735edff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edff0 0.000125
+gallium_dri.so free 0x5571735ee140 void 0.000131
+gallium_dri.so free 0x5571735edff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000126
+gallium_dri.so free 0x5571735ee200 void 0.000125
+gallium_dri.so free 0x5571735ee1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000129
+gallium_dri.so free 0x5571735ee300 void 0.000125
+gallium_dri.so free 0x5571735ee1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000123
+gallium_dri.so free 0x5571735ee3c0 void 0.000129
+gallium_dri.so free 0x5571735ee2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee370 0.000125
+gallium_dri.so free 0x5571735ee400 void 0.000124
+gallium_dri.so free 0x5571735ee370 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee370 0.000141
+gallium_dri.so free 0x5571735ee4c0 void 0.000132
+gallium_dri.so free 0x5571735ee370 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee500 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000125
+gallium_dri.so free 0x5571735ee500 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee580 0.000132
+gallium_dri.so free 0x5571735ee640 void 0.000125
+gallium_dri.so free 0x5571735ee580 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee580 0.000183
+gallium_dri.so free 0x5571735ee700 void 0.000170
+gallium_dri.so free 0x5571735ee580 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee720 0.000132
+gallium_dri.so free 0x5571735ee7c0 void 0.000126
+gallium_dri.so free 0x5571735ee720 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee770 0.000129
+gallium_dri.so free 0x5571735ee840 void 0.000132
+gallium_dri.so free 0x5571735ee770 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee770 0.000129
+gallium_dri.so free 0x5571735ee8c0 void 0.000124
+gallium_dri.so free 0x5571735ee770 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000142
+gallium_dri.so free 0x5571735ee980 void 0.000129
+gallium_dri.so free 0x5571735ee8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000130
+gallium_dri.so free 0x5571735eea40 void 0.000125
+gallium_dri.so free 0x5571735ee8c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee8c0 0.000125
+gallium_dri.so free 0x5571735eeb00 void 0.000124
+gallium_dri.so free 0x5571735ee8c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeab0 0.000132
+gallium_dri.so free 0x5571735eebc0 void 0.000130
+gallium_dri.so free 0x5571735eeab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eeb70 0.000131
+gallium_dri.so free 0x5571735eec40 void 0.000130
+gallium_dri.so free 0x5571735eeb70 void 0.000174
+gallium_dri.so malloc 72 0x5571735eec90 0.000132
+gallium_dri.so free 0x5571735eed00 void 0.000132
+gallium_dri.so free 0x5571735eec90 void 0.000130
+gallium_dri.so malloc 72 0x5571735eed20 0.000130
+gallium_dri.so free 0x5571735eedc0 void 0.000127
+gallium_dri.so free 0x5571735eed20 void 0.000124
+gallium_dri.so malloc 72 0x5571735eed70 0.000135
+gallium_dri.so free 0x5571735eee40 void 0.000130
+gallium_dri.so free 0x5571735eed70 void 0.000127
+gallium_dri.so malloc 72 0x5571735eed70 0.000128
+gallium_dri.so free 0x5571735eeec0 void 0.000178
+gallium_dri.so free 0x5571735eed70 void 0.000132
+gallium_dri.so malloc 72 0x5571735eeec0 0.000131
+gallium_dri.so free 0x5571735eef80 void 0.000131
+gallium_dri.so free 0x5571735eeec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeec0 0.000129
+gallium_dri.so free 0x5571735ef080 void 0.000125
+gallium_dri.so free 0x5571735eeec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef030 0.000124
+gallium_dri.so free 0x5571735ef0c0 void 0.000129
+gallium_dri.so free 0x5571735ef030 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef030 0.000130
+gallium_dri.so free 0x5571735ef180 void 0.000130
+gallium_dri.so free 0x5571735ef030 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000132
+gallium_dri.so free 0x5571735ef240 void 0.000126
+gallium_dri.so free 0x5571735ef1c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef240 0.000140
+gallium_dri.so free 0x5571735ef300 void 0.000134
+gallium_dri.so free 0x5571735ef240 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef240 0.000131
+gallium_dri.so free 0x5571735ef380 void 0.000127
+gallium_dri.so free 0x5571735ef240 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000129
+gallium_dri.so free 0x5571735ef400 void 0.000124
+gallium_dri.so free 0x5571735ef3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000130
+gallium_dri.so free 0x5571735ef500 void 0.000125
+gallium_dri.so free 0x5571735ef3b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef540 0.000130
+gallium_dri.so free 0x5571735ef5c0 void 0.000125
+gallium_dri.so free 0x5571735ef540 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000120
+gallium_dri.so free 0x5571735ef680 void 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000120
+gallium_dri.so free 0x5571735ef700 void 0.000121
+gallium_dri.so free 0x5571735ef5c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef730 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000120
+gallium_dri.so free 0x5571735ef730 void 0.000241
+gallium_dri.so malloc 72 0x5571735ef730 0.000121
+gallium_dri.so free 0x5571735ef880 void 0.000121
+gallium_dri.so free 0x5571735ef730 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef830 0.000120
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef830 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000120
+gallium_dri.so free 0x5571735ef9c0 void 0.000120
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000119
+gallium_dri.so free 0x5571735efa80 void 0.000121
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000120
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so free 0x5571735ef8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efaf0 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000120
+gallium_dri.so free 0x5571735efaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efc10 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000122
+gallium_dri.so free 0x5571735efc10 void 0.000120
+gallium_dri.so malloc 72 0x5571735efca0 0.000119
+gallium_dri.so free 0x5571735efd40 void 0.000121
+gallium_dri.so free 0x5571735efca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcf0 0.000120
+gallium_dri.so free 0x5571735efdc0 void 0.000127
+gallium_dri.so free 0x5571735efcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdc0 0.000120
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdc0 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so free 0x5571735efdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eff00 0.000118
+gallium_dri.so free 0x5571735effc0 void 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff00 0.000118
+gallium_dri.so free 0x5571735f0080 void 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000117
+gallium_dri.so malloc 72 0x5571735eff00 0.000118
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735eff00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f00f0 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000136
+gallium_dri.so free 0x5571735f00f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0210 0.000122
+gallium_dri.so free 0x5571735f0280 void 0.000122
+gallium_dri.so free 0x5571735f0210 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02c0 0.000120
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f02c0 0.000120
+gallium_dri.so free 0x5571735f03c0 void 0.000121
+gallium_dri.so free 0x5571735f02c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f03f0 0.000119
+gallium_dri.so free 0x5571735f0440 void 0.000120
+gallium_dri.so free 0x5571735f03f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f03f0 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000121
+gallium_dri.so free 0x5571735f03f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f04f0 0.000118
+gallium_dri.so free 0x5571735f0600 void 0.000120
+gallium_dri.so free 0x5571735f04f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05b0 0.000164
+gallium_dri.so free 0x5571735f0640 void 0.000121
+gallium_dri.so free 0x5571735f05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f05b0 0.000112
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f05b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0770 0.000118
+gallium_dri.so free 0x5571735f07c0 void 0.000121
+gallium_dri.so free 0x5571735f0770 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0770 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0870 0.000152
+gallium_dri.so free 0x5571735f0980 void 0.000117
+gallium_dri.so free 0x5571735f0870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0930 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0930 0.000112
+gallium_dri.so free 0x5571735f0a80 void 0.000115
+gallium_dri.so free 0x5571735f0930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b40 0.000114
+gallium_dri.so free 0x5571735f0c00 void 0.000116
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b40 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ce0 0.000113
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d30 0.000113
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d30 0.000112
+gallium_dri.so free 0x5571735f0e80 void 0.000115
+gallium_dri.so free 0x5571735f0d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e80 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000116
+gallium_dri.so free 0x5571735f0e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0e80 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so free 0x5571735f0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e80 0.000113
+gallium_dri.so free 0x5571735f10c0 void 0.000115
+gallium_dri.so free 0x5571735f0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1070 0.000116
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1130 0.000113
+gallium_dri.so free 0x5571735f1200 void 0.000115
+gallium_dri.so free 0x5571735f1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1250 0.000112
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so free 0x5571735f1250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12e0 0.000114
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1330 0.000112
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so free 0x5571735f1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1330 0.000114
+gallium_dri.so free 0x5571735f1480 void 0.000118
+gallium_dri.so free 0x5571735f1330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1480 0.000114
+gallium_dri.so free 0x5571735f1540 void 0.000175
+gallium_dri.so free 0x5571735f1480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1480 0.000111
+gallium_dri.so free 0x5571735f1640 void 0.000136
+gallium_dri.so free 0x5571735f1480 void 0.000122
+gallium_dri.so malloc 72 0x5571735f15f0 0.000218
+gallium_dri.so free 0x5571735f1680 void 0.000246
+gallium_dri.so free 0x5571735f15f0 void 0.000275
+gallium_dri.so malloc 72 0x5571735f15f0 0.000275
+gallium_dri.so free 0x5571735f1740 void 0.000285
+gallium_dri.so free 0x5571735f15f0 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1780 0.000278
+gallium_dri.so free 0x5571735f1800 void 0.000293
+gallium_dri.so free 0x5571735f1780 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1800 0.000279
+gallium_dri.so free 0x5571735f18c0 void 0.000287
+gallium_dri.so free 0x5571735f1800 void 0.000278
+gallium_dri.so malloc 72 0x5571735f1800 0.000221
+gallium_dri.so free 0x5571735f1940 void 0.000235
+gallium_dri.so free 0x5571735f1800 void 0.000243
+gallium_dri.so malloc 72 0x5571735f1970 0.000197
+gallium_dri.so free 0x5571735f19c0 void 0.000176
+gallium_dri.so free 0x5571735f1970 void 0.000223
+gallium_dri.so malloc 72 0x5571735f1970 0.000217
+gallium_dri.so free 0x5571735f1ac0 void 0.000222
+gallium_dri.so free 0x5571735f1970 void 0.000239
+gallium_dri.so malloc 72 0x5571735f1b00 0.000222
+gallium_dri.so free 0x5571735f1b80 void 0.000216
+gallium_dri.so free 0x5571735f1b00 void 0.000228
+gallium_dri.so malloc 72 0x5571735f1b80 0.000240
+gallium_dri.so free 0x5571735f1c40 void 0.000232
+gallium_dri.so free 0x5571735f1b80 void 0.000222
+gallium_dri.so malloc 72 0x5571735f1b80 0.000214
+gallium_dri.so free 0x5571735f1cc0 void 0.000233
+gallium_dri.so free 0x5571735f1b80 void 0.000235
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000220
+gallium_dri.so free 0x5571735f1d40 void 0.000251
+gallium_dri.so free 0x5571735f1cf0 void 0.000270
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000331
+gallium_dri.so free 0x5571735f1e40 void 0.000214
+gallium_dri.so free 0x5571735f1cf0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f1df0 0.000185
+gallium_dri.so free 0x5571735f1f00 void 0.000301
+gallium_dri.so free 0x5571735f1df0 void 0.000303
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000299
+gallium_dri.so free 0x5571735f1f80 void 0.000183
+gallium_dri.so free 0x5571735f1eb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000178
+gallium_dri.so free 0x5571735f2040 void 0.000146
+gallium_dri.so free 0x5571735f1eb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000135
+gallium_dri.so free 0x5571735f2100 void 0.000134
+gallium_dri.so free 0x5571735f1eb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f20b0 0.000139
+gallium_dri.so free 0x5571735f2180 void 0.000137
+gallium_dri.so free 0x5571735f20b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f21d0 0.000139
+gallium_dri.so free 0x5571735f2240 void 0.000146
+gallium_dri.so free 0x5571735f21d0 void 0.000156
+gallium_dri.so malloc 72 0x5571735f2260 0.000146
+gallium_dri.so free 0x5571735f2300 void 0.000144
+gallium_dri.so free 0x5571735f2260 void 0.000144
+gallium_dri.so malloc 72 0x5571735f22b0 0.000143
+gallium_dri.so free 0x5571735f2380 void 0.000138
+gallium_dri.so free 0x5571735f22b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2380 0.000142
+gallium_dri.so free 0x5571735f2440 void 0.000145
+gallium_dri.so free 0x5571735f2380 void 0.000139
+gallium_dri.so malloc 72 0x5571735f2380 0.000135
+gallium_dri.so free 0x5571735f24c0 void 0.000137
+gallium_dri.so free 0x5571735f2380 void 0.000139
+gallium_dri.so malloc 72 0x5571735f24c0 0.000145
+gallium_dri.so free 0x5571735f2580 void 0.000147
+gallium_dri.so free 0x5571735f24c0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f24c0 0.000183
+gallium_dri.so free 0x5571735f2640 void 0.000165
+gallium_dri.so free 0x5571735f24c0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f24c0 0.000162
+gallium_dri.so free 0x5571735f2700 void 0.000167
+gallium_dri.so free 0x5571735f24c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f26b0 0.000163
+gallium_dri.so free 0x5571735f2780 void 0.000165
+gallium_dri.so free 0x5571735f26b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f27d0 0.000179
+gallium_dri.so free 0x5571735f2840 void 0.000164
+gallium_dri.so free 0x5571735f27d0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f2880 0.000161
+gallium_dri.so free 0x55717361fdc0 void 0.000161
+gallium_dri.so free 0x5571735f2880 void 0.000162
+gallium_dri.so malloc 72 0x55717361fde0 0.000167
+gallium_dri.so free 0x55717361fe80 void 0.000139
+gallium_dri.so free 0x55717361fde0 void 0.000124
+gallium_dri.so malloc 72 0x55717361fe30 0.000128
+gallium_dri.so free 0x55717361ff00 void 0.000127
+gallium_dri.so free 0x55717361fe30 void 0.000126
+gallium_dri.so malloc 72 0x55717361fe30 0.000128
+gallium_dri.so free 0x55717361ff80 void 0.000129
+gallium_dri.so free 0x55717361fe30 void 0.000127
+gallium_dri.so malloc 72 0x55717361ff80 0.000138
+gallium_dri.so free 0x557173620040 void 0.000129
+gallium_dri.so free 0x55717361ff80 void 0.000124
+gallium_dri.so malloc 72 0x55717361ff80 0.000127
+gallium_dri.so free 0x557173620100 void 0.000130
+gallium_dri.so free 0x55717361ff80 void 0.000126
+gallium_dri.so malloc 72 0x55717361ff80 0.000129
+gallium_dri.so free 0x5571736201c0 void 0.000127
+gallium_dri.so free 0x55717361ff80 void 0.000124
+gallium_dri.so malloc 72 0x557173620170 0.000128
+gallium_dri.so free 0x5571736201c0 void 0.000127
+gallium_dri.so free 0x557173620170 void 0.000124
+gallium_dri.so malloc 72 0x557173620170 0.000127
+gallium_dri.so free 0x5571736202c0 void 0.000126
+gallium_dri.so free 0x557173620170 void 0.000126
+gallium_dri.so malloc 72 0x557173620270 0.000127
+gallium_dri.so free 0x557173620380 void 0.000128
+gallium_dri.so free 0x557173620270 void 0.000124
+gallium_dri.so malloc 72 0x557173620330 0.000128
+gallium_dri.so free 0x5571736203c0 void 0.000128
+gallium_dri.so free 0x557173620330 void 0.000127
+gallium_dri.so malloc 72 0x557173620330 0.000127
+gallium_dri.so free 0x557173620480 void 0.000127
+gallium_dri.so free 0x557173620330 void 0.000125
+gallium_dri.so malloc 72 0x5571736204c0 0.000129
+gallium_dri.so free 0x557173620540 void 0.000152
+gallium_dri.so free 0x5571736204c0 void 0.000125
+gallium_dri.so malloc 72 0x557173620540 0.000124
+gallium_dri.so free 0x557173620600 void 0.000125
+gallium_dri.so free 0x557173620540 void 0.000125
+gallium_dri.so malloc 72 0x557173620540 0.000128
+gallium_dri.so free 0x5571736206c0 void 0.000129
+gallium_dri.so free 0x557173620540 void 0.000127
+gallium_dri.so malloc 72 0x5571736206e0 0.000128
+gallium_dri.so free 0x557173620780 void 0.000127
+gallium_dri.so free 0x5571736206e0 void 0.000127
+gallium_dri.so malloc 72 0x557173620730 0.000125
+gallium_dri.so free 0x557173620800 void 0.000128
+gallium_dri.so free 0x557173620730 void 0.000127
+gallium_dri.so malloc 72 0x557173620730 0.000127
+gallium_dri.so free 0x557173620880 void 0.000123
+gallium_dri.so free 0x557173620730 void 0.000123
+gallium_dri.so malloc 72 0x557173620880 0.000127
+gallium_dri.so free 0x557173620940 void 0.000127
+gallium_dri.so free 0x557173620880 void 0.000125
+gallium_dri.so malloc 72 0x557173620880 0.000124
+gallium_dri.so free 0x557173620a00 void 0.000128
+gallium_dri.so free 0x557173620880 void 0.000126
+gallium_dri.so malloc 72 0x557173620880 0.000125
+gallium_dri.so free 0x557173620ac0 void 0.000124
+gallium_dri.so free 0x557173620880 void 0.000130
+gallium_dri.so malloc 72 0x557173620a70 0.000128
+gallium_dri.so free 0x557173620b80 void 0.000127
+gallium_dri.so free 0x557173620a70 void 0.000126
+gallium_dri.so malloc 72 0x557173620b30 0.000124
+gallium_dri.so free 0x557173620c00 void 0.000126
+gallium_dri.so free 0x557173620b30 void 0.000130
+gallium_dri.so malloc 72 0x557173620c50 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000121
+gallium_dri.so free 0x557173620c50 void 0.000121
+gallium_dri.so malloc 72 0x557173620ce0 0.000121
+gallium_dri.so free 0x557173620d80 void 0.000120
+gallium_dri.so free 0x557173620ce0 void 0.000119
+gallium_dri.so malloc 72 0x557173620d30 0.000121
+gallium_dri.so free 0x557173620e00 void 0.000120
+gallium_dri.so free 0x557173620d30 void 0.000118
+gallium_dri.so malloc 72 0x557173620d30 0.000119
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so free 0x557173620d30 void 0.000118
+gallium_dri.so malloc 72 0x557173620e80 0.000122
+gallium_dri.so free 0x557173620f40 void 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000120
+gallium_dri.so malloc 72 0x557173620e80 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000127
+gallium_dri.so malloc 72 0x557173620e80 0.000122
+gallium_dri.so free 0x557173467680 void 0.000122
+gallium_dri.so free 0x557173620e80 void 0.000120
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so free 0x557173467630 void 0.000120
+gallium_dri.so malloc 72 0x557173467630 0.000121
+gallium_dri.so free 0x557173467440 void 0.000122
+gallium_dri.so free 0x557173467630 void 0.000121
+gallium_dri.so malloc 72 0x557173467440 0.000120
+gallium_dri.so free 0x55717360ba40 void 0.000122
+gallium_dri.so free 0x557173467440 void 0.000120
+gallium_dri.so malloc 72 0x557173467440 0.000121
+gallium_dri.so free 0x55717360bac0 void 0.000121
+gallium_dri.so free 0x557173467440 void 0.000122
+gallium_dri.so malloc 72 0x55717360baf0 0.000122
+gallium_dri.so free 0x55717360bd00 void 0.000121
+gallium_dri.so free 0x55717360baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000121
+gallium_dri.so free 0x55717360bd00 void 0.000121
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000123
+gallium_dri.so free 0x5571735c4ec0 void 0.000120
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f10 0.000119
+gallium_dri.so free 0x55717360be00 void 0.000159
+gallium_dri.so free 0x5571735c4f10 void 0.000123
+gallium_dri.so malloc 72 0x55717360bdb0 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000122
+gallium_dri.so free 0x55717360bdb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000120
+gallium_dri.so free 0x5571735c5000 void 0.000122
+gallium_dri.so free 0x5571735c4fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4fb0 0.000120
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735c4fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589800 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735897b0 0.000120
+gallium_dri.so free 0x557173589880 void 0.000122
+gallium_dri.so free 0x5571735897b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735897b0 0.000120
+gallium_dri.so free 0x557173589940 void 0.000121
+gallium_dri.so free 0x5571735897b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735897b0 0.000118
+gallium_dri.so free 0x557173589a00 void 0.000120
+gallium_dri.so free 0x5571735897b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899b0 0.000126
+gallium_dri.so free 0x557173601340 void 0.000123
+gallium_dri.so free 0x5571735899b0 void 0.000120
+gallium_dri.so malloc 72 0x557173601340 0.000129
+gallium_dri.so free 0x557173601400 void 0.000119
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so malloc 72 0x557173601340 0.000121
+gallium_dri.so free 0x557173601480 void 0.000122
+gallium_dri.so free 0x557173601340 void 0.000120
+gallium_dri.so malloc 72 0x5571736014b0 0.000120
+gallium_dri.so free 0x557173601500 void 0.000121
+gallium_dri.so free 0x5571736014b0 void 0.000121
+gallium_dri.so malloc 72 0x557173601500 0.000121
+gallium_dri.so free 0x5571736015c0 void 0.000122
+gallium_dri.so free 0x557173601500 void 0.000121
+gallium_dri.so malloc 72 0x557173601500 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x557173601500 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0000 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000121
+gallium_dri.so free 0x5571735d01c0 void 0.000119
+gallium_dri.so free 0x5571735d0170 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0170 0.000118
+gallium_dri.so free 0x5571735d02c0 void 0.000122
+gallium_dri.so free 0x5571735d0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0270 0.000122
+gallium_dri.so free 0x5571735d0380 void 0.000121
+gallium_dri.so free 0x5571735d0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0330 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000125
+gallium_dri.so free 0x5571735d0330 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0330 0.000120
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x5571735d0330 void 0.000121
+gallium_dri.so malloc 72 0x557173464eb0 0.000120
+gallium_dri.so free 0x557173464f00 void 0.000118
+gallium_dri.so free 0x557173464eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464eb0 0.000121
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173464eb0 void 0.000117
+gallium_dri.so malloc 72 0x557173464fb0 0.000120
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so free 0x557173464fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173465070 0.000120
+gallium_dri.so free 0x557173465100 void 0.000118
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x557173465070 0.000121
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x557173465070 void 0.000121
+gallium_dri.so malloc 72 0x557173465070 0.000122
+gallium_dri.so free 0x557173608580 void 0.000131
+gallium_dri.so free 0x557173465070 void 0.000130
+gallium_dri.so malloc 72 0x557173608530 0.000121
+gallium_dri.so free 0x557173608600 void 0.000119
+gallium_dri.so free 0x557173608530 void 0.000121
+gallium_dri.so malloc 72 0x557173608650 0.000120
+gallium_dri.so free 0x5571736086c0 void 0.000118
+gallium_dri.so free 0x557173608650 void 0.000118
+gallium_dri.so malloc 72 0x5571736086e0 0.000119
+gallium_dri.so free 0x557173608780 void 0.000122
+gallium_dri.so free 0x5571736086e0 void 0.000120
+gallium_dri.so malloc 72 0x557173608730 0.000117
+gallium_dri.so free 0x557173608800 void 0.000119
+gallium_dri.so free 0x557173608730 void 0.000124
+gallium_dri.so malloc 72 0x557173608730 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so free 0x557173608730 void 0.000117
+gallium_dri.so malloc 72 0x55717358e200 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e200 0.000121
+gallium_dri.so free 0x55717358e380 void 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3a0 0.000118
+gallium_dri.so free 0x55717358e440 void 0.000118
+gallium_dri.so free 0x55717358e3a0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e3f0 0.000129
+gallium_dri.so free 0x55717358e4c0 void 0.000122
+gallium_dri.so free 0x55717358e3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e3f0 0.000122
+gallium_dri.so free 0x55717358e540 void 0.000120
+gallium_dri.so free 0x55717358e3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e540 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000121
+gallium_dri.so free 0x55717358e540 void 0.000121
+gallium_dri.so malloc 72 0x55717358e540 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2670 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000120
+gallium_dri.so free 0x5571735d2670 void 0.000120
+gallium_dri.so malloc 72 0x5571735d26c0 0.000122
+gallium_dri.so free 0x5571735d2780 void 0.000120
+gallium_dri.so free 0x5571735d26c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d26c0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so free 0x5571735d26c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2830 0.000122
+gallium_dri.so free 0x5571735d2940 void 0.000117
+gallium_dri.so free 0x5571735d2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735d28f0 0.000120
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so free 0x5571735d28f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735d28f0 0.000121
+gallium_dri.so free 0x557173462900 void 0.000118
+gallium_dri.so free 0x5571735d28f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734628b0 0.000120
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734629d0 0.000119
+gallium_dri.so free 0x557173462a40 void 0.000118
+gallium_dri.so free 0x5571734629d0 void 0.000120
+gallium_dri.so malloc 72 0x557173462a80 0.000121
+gallium_dri.so free 0x557173462b00 void 0.000118
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so malloc 72 0x557173462a80 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000118
+gallium_dri.so free 0x557173462a80 void 0.000117
+gallium_dri.so malloc 72 0x557173462bb0 0.000119
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x557173462bb0 void 0.000122
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173469400 void 0.000121
+gallium_dri.so free 0x557173462bb0 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000121
+gallium_dri.so free 0x5571734694c0 void 0.000121
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469580 void 0.000131
+gallium_dri.so free 0x557173469400 void 0.000121
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469640 void 0.000127
+gallium_dri.so free 0x557173469400 void 0.000120
+gallium_dri.so malloc 72 0x5571734695f0 0.000121
+gallium_dri.so free 0x557173469640 void 0.000121
+gallium_dri.so free 0x5571734695f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734695f0 0.000118
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x5571734695f0 void 0.000121
+gallium_dri.so malloc 72 0x557173606910 0.000118
+gallium_dri.so free 0x557173606980 void 0.000121
+gallium_dri.so free 0x557173606910 void 0.000119
+gallium_dri.so malloc 72 0x5571736069a0 0.000121
+gallium_dri.so free 0x557173606a40 void 0.000122
+gallium_dri.so free 0x5571736069a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736069f0 0.000117
+gallium_dri.so free 0x557173469740 void 0.000120
+gallium_dri.so free 0x5571736069f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734696f0 0.000120
+gallium_dri.so free 0x557173606ac0 void 0.000119
+gallium_dri.so free 0x5571734696f0 void 0.000121
+gallium_dri.so malloc 72 0x557173606ac0 0.000120
+gallium_dri.so free 0x557173606b80 void 0.000122
+gallium_dri.so free 0x557173606ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173606ac0 0.000130
+gallium_dri.so free 0x557173606c40 void 0.000121
+gallium_dri.so free 0x557173606ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173606c60 0.000120
+gallium_dri.so free 0x557173609e80 void 0.000121
+gallium_dri.so free 0x557173606c60 void 0.000118
+gallium_dri.so malloc 72 0x557173609eb0 0.000119
+gallium_dri.so free 0x557173609f00 void 0.000118
+gallium_dri.so free 0x557173609eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x55717360a000 void 0.000122
+gallium_dri.so free 0x557173609eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173609fb0 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000121
+gallium_dri.so free 0x557173609fb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a070 0.000120
+gallium_dri.so free 0x55717360a100 void 0.000119
+gallium_dri.so free 0x55717360a070 void 0.000120
+gallium_dri.so malloc 72 0x55717360a070 0.000122
+gallium_dri.so free 0x55717360a1c0 void 0.000120
+gallium_dri.so free 0x55717360a070 void 0.000121
+gallium_dri.so malloc 72 0x55717360a210 0.000121
+gallium_dri.so free 0x557173463240 void 0.000121
+gallium_dri.so free 0x55717360a210 void 0.000120
+gallium_dri.so malloc 72 0x557173463280 0.000120
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463280 void 0.000129
+gallium_dri.so malloc 72 0x557173463300 0.000121
+gallium_dri.so free 0x5571734633c0 void 0.000119
+gallium_dri.so free 0x557173463300 void 0.000118
+gallium_dri.so malloc 72 0x557173463300 0.000120
+gallium_dri.so free 0x557173463440 void 0.000120
+gallium_dri.so free 0x557173463300 void 0.000117
+gallium_dri.so malloc 72 0x557173463470 0.000119
+gallium_dri.so free 0x5571734634c0 void 0.000118
+gallium_dri.so free 0x557173463470 void 0.000121
+gallium_dri.so malloc 72 0x557173463470 0.000120
+gallium_dri.so free 0x5571734635c0 void 0.000121
+gallium_dri.so free 0x557173463470 void 0.000121
+gallium_dri.so malloc 72 0x557173463570 0.000120
+gallium_dri.so free 0x557173608e80 void 0.000122
+gallium_dri.so free 0x557173463570 void 0.000120
+gallium_dri.so malloc 72 0x557173608ec0 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000121
+gallium_dri.so free 0x557173608ec0 void 0.000117
+gallium_dri.so malloc 72 0x557173608ec0 0.000121
+gallium_dri.so free 0x557173608fc0 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000120
+gallium_dri.so malloc 72 0x557173608ff0 0.000121
+gallium_dri.so free 0x557173609040 void 0.000119
+gallium_dri.so free 0x557173608ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173608ff0 0.000120
+gallium_dri.so free 0x557173609140 void 0.000134
+gallium_dri.so free 0x557173608ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571736090f0 0.000118
+gallium_dri.so free 0x557173609200 void 0.000118
+gallium_dri.so free 0x5571736090f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736091b0 0.000120
+gallium_dri.so free 0x557173601d40 void 0.000122
+gallium_dri.so free 0x5571736091b0 void 0.000121
+gallium_dri.so malloc 72 0x557173601d70 0.000122
+gallium_dri.so free 0x557173601dc0 void 0.000121
+gallium_dri.so free 0x557173601d70 void 0.000120
+gallium_dri.so malloc 72 0x557173601d70 0.000121
+gallium_dri.so free 0x557173601ec0 void 0.000121
+gallium_dri.so free 0x557173601d70 void 0.000117
+gallium_dri.so malloc 72 0x557173601f00 0.000122
+gallium_dri.so free 0x557173601f80 void 0.000120
+gallium_dri.so free 0x557173601f00 void 0.000119
+gallium_dri.so malloc 72 0x557173601f80 0.000118
+gallium_dri.so free 0x557173609240 void 0.000121
+gallium_dri.so free 0x557173601f80 void 0.000122
+gallium_dri.so malloc 72 0x557173601f80 0.000118
+gallium_dri.so free 0x557173602040 void 0.000122
+gallium_dri.so free 0x557173601f80 void 0.000120
+gallium_dri.so malloc 72 0x557173601f80 0.000120
+gallium_dri.so free 0x557173602100 void 0.000120
+gallium_dri.so free 0x557173601f80 void 0.000121
+gallium_dri.so malloc 72 0x5571736020b0 0.000191
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x5571736020b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a50 0.000118
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so free 0x5571735d0a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b20 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000120
+gallium_dri.so free 0x5571735d0b20 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b70 0.000119
+gallium_dri.so free 0x5571735d0c00 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b70 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000121
+gallium_dri.so free 0x5571735d0b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0d00 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000121
+gallium_dri.so free 0x5571735d0d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0d80 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000120
+gallium_dri.so free 0x5571735d0d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55a0 0.000121
+gallium_dri.so free 0x5571735d5640 void 0.000119
+gallium_dri.so free 0x5571735d55a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d55f0 0.000121
+gallium_dri.so free 0x5571735d56c0 void 0.000120
+gallium_dri.so free 0x5571735d55f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d56c0 0.000121
+gallium_dri.so free 0x5571735d5780 void 0.000120
+gallium_dri.so free 0x5571735d56c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56c0 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000121
+gallium_dri.so free 0x5571735d56c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5800 0.000120
+gallium_dri.so free 0x5571735d58c0 void 0.000122
+gallium_dri.so free 0x5571735d5800 void 0.000161
+gallium_dri.so malloc 72 0x5571735d5800 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so free 0x5571735d5800 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000121
+gallium_dri.so free 0x5571735d3040 void 0.000121
+gallium_dri.so free 0x5571735d2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000122
+gallium_dri.so free 0x5571735d2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d30f0 0.000119
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so free 0x5571735d30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d31b0 0.000119
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d32a0 0.000126
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d32a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32f0 0.000122
+gallium_dri.so free 0x557173604300 void 0.000122
+gallium_dri.so free 0x5571735d32f0 void 0.000118
+gallium_dri.so malloc 72 0x557173604340 0.000121
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so free 0x557173604340 void 0.000120
+gallium_dri.so malloc 72 0x5571736043c0 0.000121
+gallium_dri.so free 0x557173604480 void 0.000118
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736043c0 0.000121
+gallium_dri.so free 0x557173604500 void 0.000118
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604530 0.000118
+gallium_dri.so free 0x557173604580 void 0.000121
+gallium_dri.so free 0x557173604530 void 0.000117
+gallium_dri.so malloc 72 0x557173604530 0.000120
+gallium_dri.so free 0x557173604680 void 0.000119
+gallium_dri.so free 0x557173604530 void 0.000119
+gallium_dri.so malloc 72 0x5571736046c0 0.000120
+gallium_dri.so free 0x55717358a080 void 0.000121
+gallium_dri.so free 0x5571736046c0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0d0 0.000120
+gallium_dri.so free 0x55717358a140 void 0.000123
+gallium_dri.so free 0x55717358a0d0 void 0.000179
+gallium_dri.so malloc 72 0x55717358a160 0.000123
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so free 0x55717358a160 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1b0 0.000121
+gallium_dri.so free 0x55717358a280 void 0.000121
+gallium_dri.so free 0x55717358a1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1b0 0.000121
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so free 0x55717358a1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a300 0.000118
+gallium_dri.so free 0x55717358a3c0 void 0.000119
+gallium_dri.so free 0x55717358a300 void 0.000122
+gallium_dri.so malloc 72 0x55717358a300 0.000120
+gallium_dri.so free 0x557173467dc0 void 0.000119
+gallium_dri.so free 0x55717358a300 void 0.000117
+gallium_dri.so malloc 72 0x557173467de0 0.000119
+gallium_dri.so free 0x557173467e80 void 0.000118
+gallium_dri.so free 0x557173467de0 void 0.000119
+gallium_dri.so malloc 72 0x557173467e30 0.000121
+gallium_dri.so free 0x557173467f00 void 0.000121
+gallium_dri.so free 0x557173467e30 void 0.000118
+gallium_dri.so malloc 72 0x557173467e30 0.000120
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so free 0x557173467e30 void 0.000117
+gallium_dri.so malloc 72 0x557173467f80 0.000120
+gallium_dri.so free 0x557173468040 void 0.000142
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so malloc 72 0x557173467f80 0.000117
+gallium_dri.so free 0x557173468100 void 0.000121
+gallium_dri.so free 0x557173467f80 void 0.000120
+gallium_dri.so malloc 72 0x557173467f80 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ec50 0.000121
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358ec50 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed00 0.000119
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so free 0x55717358ed00 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed80 0.000121
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed80 0.000120
+gallium_dri.so free 0x5571734681c0 void 0.000121
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so malloc 72 0x557173468170 0.000119
+gallium_dri.so free 0x55717358eec0 void 0.000119
+gallium_dri.so free 0x557173468170 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef00 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef80 0.000129
+gallium_dri.so free 0x55717358c640 void 0.000121
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so malloc 72 0x55717358c680 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000117
+gallium_dri.so free 0x55717358c680 void 0.000115
+gallium_dri.so malloc 72 0x55717358c680 0.000119
+gallium_dri.so free 0x55717358c780 void 0.000119
+gallium_dri.so free 0x55717358c680 void 0.000117
+gallium_dri.so malloc 72 0x55717358c7b0 0.000120
+gallium_dri.so free 0x55717358c800 void 0.000118
+gallium_dri.so free 0x55717358c7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c7b0 0.000119
+gallium_dri.so free 0x55717358c900 void 0.000118
+gallium_dri.so free 0x55717358c7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c8b0 0.000119
+gallium_dri.so free 0x55717358c9c0 void 0.000117
+gallium_dri.so free 0x55717358c8b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c970 0.000118
+gallium_dri.so free 0x557173465800 void 0.000119
+gallium_dri.so free 0x55717358c970 void 0.000118
+gallium_dri.so malloc 72 0x557173465830 0.000120
+gallium_dri.so free 0x557173465880 void 0.000118
+gallium_dri.so free 0x557173465830 void 0.000118
+gallium_dri.so malloc 72 0x557173465830 0.000117
+gallium_dri.so free 0x557173465980 void 0.000116
+gallium_dri.so free 0x557173465830 void 0.000115
+gallium_dri.so malloc 72 0x5571734659c0 0.000123
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so free 0x5571734659c0 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000119
+gallium_dri.so free 0x55717358ca00 void 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000116
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465b00 void 0.000120
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so malloc 72 0x557173465a40 0.000117
+gallium_dri.so free 0x557173465bc0 void 0.000120
+gallium_dri.so free 0x557173465a40 void 0.000116
+gallium_dri.so malloc 72 0x557173465b70 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000119
+gallium_dri.so free 0x557173465b70 void 0.000119
+gallium_dri.so malloc 72 0x557173591210 0.000125
+gallium_dri.so free 0x557173591280 void 0.000121
+gallium_dri.so free 0x557173591210 void 0.000117
+gallium_dri.so malloc 72 0x5571735912e0 0.000121
+gallium_dri.so free 0x557173591380 void 0.000119
+gallium_dri.so free 0x5571735912e0 void 0.000116
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x557173591330 void 0.000120
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x557173591480 void 0.000118
+gallium_dri.so free 0x557173591330 void 0.000125
+gallium_dri.so malloc 72 0x5571735914c0 0.000116
+gallium_dri.so free 0x557173591540 void 0.000116
+gallium_dri.so free 0x5571735914c0 void 0.000116
+gallium_dri.so malloc 72 0x557173591540 0.000115
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x557173591540 void 0.000115
+gallium_dri.so malloc 72 0x557173609530 0.000115
+gallium_dri.so free 0x5571736095c0 void 0.000116
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000117
+gallium_dri.so free 0x557173609680 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000114
+gallium_dri.so malloc 72 0x5571736096d0 0.000116
+gallium_dri.so free 0x557173609740 void 0.000117
+gallium_dri.so free 0x5571736096d0 void 0.000115
+gallium_dri.so malloc 72 0x557173609780 0.000116
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so malloc 72 0x557173609800 0.000115
+gallium_dri.so free 0x5571736098c0 void 0.000117
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so malloc 72 0x557173609800 0.000115
+gallium_dri.so free 0x557173609940 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000116
+gallium_dri.so malloc 72 0x557173609800 0.000121
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x557173609800 void 0.000122
+gallium_dri.so malloc 72 0x557173609800 0.000120
+gallium_dri.so free 0x55717360b4c0 void 0.000121
+gallium_dri.so free 0x557173609800 void 0.000121
+gallium_dri.so malloc 72 0x55717360b4c0 0.000119
+gallium_dri.so free 0x55717360b580 void 0.000119
+gallium_dri.so free 0x55717360b4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b4c0 0.000120
+gallium_dri.so free 0x55717360b680 void 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b630 0.000120
+gallium_dri.so free 0x55717360b6c0 void 0.000121
+gallium_dri.so free 0x55717360b630 void 0.000121
+gallium_dri.so malloc 72 0x55717360b630 0.000120
+gallium_dri.so free 0x55717360b780 void 0.000121
+gallium_dri.so free 0x55717360b630 void 0.000119
+gallium_dri.so malloc 72 0x55717360b7c0 0.000120
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b840 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x55717360b840 void 0.000119
+gallium_dri.so malloc 72 0x55717360b840 0.000121
+gallium_dri.so free 0x5571735d2040 void 0.000119
+gallium_dri.so free 0x55717360b840 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2070 0.000130
+gallium_dri.so free 0x5571735d20c0 void 0.000122
+gallium_dri.so free 0x5571735d2070 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2070 0.000120
+gallium_dri.so free 0x5571735d21c0 void 0.000120
+gallium_dri.so free 0x5571735d2070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2200 0.000123
+gallium_dri.so free 0x5571735d2280 void 0.000123
+gallium_dri.so free 0x5571735d2200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2280 0.000120
+gallium_dri.so free 0x5571735d2340 void 0.000121
+gallium_dri.so free 0x5571735d2280 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2280 0.000120
+gallium_dri.so free 0x5571735d23c0 void 0.000123
+gallium_dri.so free 0x5571735d2280 void 0.000121
+gallium_dri.so malloc 72 0x5571735d23f0 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000121
+gallium_dri.so free 0x5571735d23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23f0 0.000119
+gallium_dri.so free 0x557173466e40 void 0.000121
+gallium_dri.so free 0x5571735d23f0 void 0.000121
+gallium_dri.so malloc 72 0x557173466e40 0.000120
+gallium_dri.so free 0x557173466f00 void 0.000122
+gallium_dri.so free 0x557173466e40 void 0.000118
+gallium_dri.so malloc 72 0x557173466e40 0.000121
+gallium_dri.so free 0x557173467000 void 0.000119
+gallium_dri.so free 0x557173466e40 void 0.000130
+gallium_dri.so malloc 72 0x557173466e40 0.000120
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so free 0x557173466e40 void 0.000119
+gallium_dri.so malloc 72 0x5571734670b0 0.000121
+gallium_dri.so free 0x557173467100 void 0.000122
+gallium_dri.so free 0x5571734670b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734670b0 0.000122
+gallium_dri.so free 0x557173467200 void 0.000120
+gallium_dri.so free 0x5571734670b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734671b0 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x5571734671b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734671b0 0.000121
+gallium_dri.so free 0x557173607f00 void 0.000123
+gallium_dri.so free 0x5571734671b0 void 0.000121
+gallium_dri.so malloc 72 0x557173607f30 0.000120
+gallium_dri.so free 0x557173607f80 void 0.000120
+gallium_dri.so free 0x557173607f30 void 0.000120
+gallium_dri.so malloc 72 0x557173607f80 0.000121
+gallium_dri.so free 0x557173608040 void 0.000122
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so malloc 72 0x557173607f80 0.000120
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so free 0x557173607f80 void 0.000119
+gallium_dri.so malloc 72 0x5571736080f0 0.000121
+gallium_dri.so free 0x557173608200 void 0.000126
+gallium_dri.so free 0x5571736080f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736081b0 0.000121
+gallium_dri.so free 0x557173608240 void 0.000121
+gallium_dri.so free 0x5571736081b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736081b0 0.000120
+gallium_dri.so free 0x5571736058c0 void 0.000120
+gallium_dri.so free 0x5571736081b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736081b0 0.000117
+gallium_dri.so free 0x557173605940 void 0.000121
+gallium_dri.so free 0x5571736081b0 void 0.000120
+gallium_dri.so malloc 72 0x557173605940 0.000119
+gallium_dri.so free 0x557173605a00 void 0.000119
+gallium_dri.so free 0x557173605940 void 0.000120
+gallium_dri.so malloc 72 0x557173605940 0.000119
+gallium_dri.so free 0x557173605b00 void 0.000117
+gallium_dri.so free 0x557173605940 void 0.000119
+gallium_dri.so malloc 72 0x557173605ab0 0.000120
+gallium_dri.so free 0x557173605b40 void 0.000151
+gallium_dri.so free 0x557173605ab0 void 0.000163
+gallium_dri.so malloc 72 0x557173605ab0 0.000115
+gallium_dri.so free 0x557173605c00 void 0.000121
+gallium_dri.so free 0x557173605ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173605c40 0.000115
+gallium_dri.so free 0x557173605cc0 void 0.000117
+gallium_dri.so free 0x557173605c40 void 0.000128
+gallium_dri.so malloc 72 0x557173605cc0 0.000116
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x557173605cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173605cc0 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000116
+gallium_dri.so free 0x557173605cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfab0 0.000115
+gallium_dri.so free 0x5571735cfb00 void 0.000117
+gallium_dri.so free 0x5571735cfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfab0 0.000117
+gallium_dri.so free 0x5571735cfc00 void 0.000115
+gallium_dri.so free 0x5571735cfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfc40 0.000115
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfd80 void 0.000117
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so free 0x5571735cfcc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe30 0.000116
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735cfe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfe30 0.000114
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so free 0x5571735cfe30 void 0.000121
+gallium_dri.so malloc 72 0x557173603380 0.000117
+gallium_dri.so free 0x557173603440 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so malloc 72 0x557173603380 0.000115
+gallium_dri.so free 0x557173603540 void 0.000115
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000247
+gallium_dri.so free 0x557173603380 void 0.000245
+gallium_dri.so malloc 72 0x5571736035f0 0.000119
+gallium_dri.so free 0x557173603640 void 0.000118
+gallium_dri.so free 0x5571736035f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736035f0 0.000115
+gallium_dri.so free 0x557173603740 void 0.000116
+gallium_dri.so free 0x5571736035f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736036f0 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x5571736036f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736036f0 0.000115
+gallium_dri.so free 0x55717358b6c0 void 0.000114
+gallium_dri.so free 0x5571736036f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b6f0 0.000115
+gallium_dri.so free 0x55717358b740 void 0.000115
+gallium_dri.so free 0x55717358b6f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b740 0.000164
+gallium_dri.so free 0x55717358b800 void 0.000122
+gallium_dri.so free 0x55717358b740 void 0.000117
+gallium_dri.so malloc 72 0x55717358b740 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000116
+gallium_dri.so free 0x55717358b740 void 0.000117
+gallium_dri.so malloc 72 0x55717358b8b0 0.000115
+gallium_dri.so free 0x55717358b9c0 void 0.000115
+gallium_dri.so free 0x55717358b8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b970 0.000116
+gallium_dri.so free 0x55717358ba00 void 0.000116
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358b970 0.000119
+gallium_dri.so free 0x557173464800 void 0.000117
+gallium_dri.so free 0x55717358b970 void 0.000116
+gallium_dri.so malloc 72 0x55717358b970 0.000115
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x55717358b970 void 0.000114
+gallium_dri.so malloc 72 0x557173464880 0.000116
+gallium_dri.so free 0x557173464940 void 0.000116
+gallium_dri.so free 0x557173464880 void 0.000116
+gallium_dri.so malloc 72 0x557173464880 0.000115
+gallium_dri.so free 0x557173464a40 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x5571734649f0 0.000114
+gallium_dri.so free 0x557173464a80 void 0.000117
+gallium_dri.so free 0x5571734649f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734649f0 0.000118
+gallium_dri.so free 0x557173464b40 void 0.000115
+gallium_dri.so free 0x5571734649f0 void 0.000117
+gallium_dri.so malloc 72 0x557173464b80 0.000115
+gallium_dri.so free 0x557173464c00 void 0.000117
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so malloc 72 0x557173464c00 0.000116
+gallium_dri.so free 0x5571735d4580 void 0.000116
+gallium_dri.so free 0x557173464c00 void 0.000115
+gallium_dri.so malloc 72 0x557173464c00 0.000115
+gallium_dri.so free 0x5571735d4600 void 0.000114
+gallium_dri.so free 0x557173464c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4630 0.000117
+gallium_dri.so free 0x5571735d4680 void 0.000115
+gallium_dri.so free 0x5571735d4630 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4630 0.000116
+gallium_dri.so free 0x5571735d4780 void 0.000116
+gallium_dri.so free 0x5571735d4630 void 0.000116
+gallium_dri.so malloc 72 0x5571735d47c0 0.000114
+gallium_dri.so free 0x5571735d4840 void 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4840 0.000116
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4840 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000129
+gallium_dri.so malloc 72 0x5571735d49b0 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x5571735d49b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d49b0 0.000114
+gallium_dri.so free 0x55717358dc80 void 0.000117
+gallium_dri.so free 0x5571735d49b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc80 0.000116
+gallium_dri.so free 0x55717358dd40 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc80 0.000115
+gallium_dri.so free 0x55717358de40 void 0.000115
+gallium_dri.so free 0x55717358dc80 void 0.000116
+gallium_dri.so malloc 72 0x55717358dc80 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717358def0 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000115
+gallium_dri.so free 0x55717358def0 void 0.000115
+gallium_dri.so malloc 72 0x55717358def0 0.000115
+gallium_dri.so free 0x55717358e040 void 0.000115
+gallium_dri.so free 0x55717358def0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dff0 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x55717358dff0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dff0 0.000115
+gallium_dri.so free 0x557173590240 void 0.000115
+gallium_dri.so free 0x55717358dff0 void 0.000183
+gallium_dri.so malloc 72 0x557173590270 0.000116
+gallium_dri.so free 0x5571735902c0 void 0.000122
+gallium_dri.so free 0x557173590270 void 0.000117
+gallium_dri.so malloc 72 0x5571735902c0 0.000115
+gallium_dri.so free 0x557173590380 void 0.000114
+gallium_dri.so free 0x5571735902c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735902c0 0.000114
+gallium_dri.so free 0x557173590480 void 0.000124
+gallium_dri.so free 0x5571735902c0 void 0.000126
+gallium_dri.so malloc 72 0x557173590430 0.000124
+gallium_dri.so free 0x557173590540 void 0.000124
+gallium_dri.so free 0x557173590430 void 0.000119
+gallium_dri.so malloc 72 0x5571735904f0 0.000113
+gallium_dri.so free 0x557173590580 void 0.000120
+gallium_dri.so free 0x5571735904f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735904f0 0.000125
+gallium_dri.so free 0x557173589080 void 0.000126
+gallium_dri.so free 0x5571735904f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735904f0 0.000124
+gallium_dri.so free 0x557173589100 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000115
+gallium_dri.so malloc 72 0x557173589100 0.000118
+gallium_dri.so free 0x5571735891c0 void 0.000139
+gallium_dri.so free 0x557173589100 void 0.000126
+gallium_dri.so malloc 72 0x557173589100 0.000123
+gallium_dri.so free 0x5571735892c0 void 0.000124
+gallium_dri.so free 0x557173589100 void 0.000124
+gallium_dri.so malloc 72 0x557173589270 0.000123
+gallium_dri.so free 0x557173589300 void 0.000124
+gallium_dri.so free 0x557173589270 void 0.000119
+gallium_dri.so malloc 72 0x557173589270 0.000119
+gallium_dri.so free 0x5571735893c0 void 0.000124
+gallium_dri.so free 0x557173589270 void 0.000120
+gallium_dri.so malloc 72 0x557173589400 0.000113
+gallium_dri.so free 0x557173589480 void 0.000113
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so malloc 72 0x557173589480 0.000118
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x557173589480 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2970 0.000125
+gallium_dri.so free 0x5571735f2a00 void 0.000124
+gallium_dri.so free 0x5571735f2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2970 0.000116
+gallium_dri.so free 0x5571735f2ac0 void 0.000120
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b30 0.000127
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so free 0x5571735f2b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b30 0.000119
+gallium_dri.so free 0x5571735f2c80 void 0.000115
+gallium_dri.so free 0x5571735f2b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2c30 0.000124
+gallium_dri.so free 0x5571735f2d40 void 0.000119
+gallium_dri.so free 0x5571735f2c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000124
+gallium_dri.so free 0x5571735f2d80 void 0.000124
+gallium_dri.so free 0x5571735f2cf0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f2cf0 0.000258
+gallium_dri.so free 0x5571735f2e40 void 0.000271
+gallium_dri.so free 0x5571735f2cf0 void 0.000232
+gallium_dri.so malloc 72 0x5571735f2e80 0.000273
+gallium_dri.so free 0x5571735f2f00 void 0.000268
+gallium_dri.so free 0x5571735f2e80 void 0.000276
+gallium_dri.so malloc 72 0x5571735f2f00 0.000298
+gallium_dri.so free 0x5571735f2fc0 void 0.000289
+gallium_dri.so free 0x5571735f2f00 void 0.000273
+gallium_dri.so malloc 72 0x5571735f2f00 0.000276
+gallium_dri.so free 0x5571735f3080 void 0.000261
+gallium_dri.so free 0x5571735f2f00 void 0.000267
+gallium_dri.so malloc 72 0x5571735f30a0 0.000237
+gallium_dri.so free 0x5571735f3140 void 0.000271
+gallium_dri.so free 0x5571735f30a0 void 0.000273
+gallium_dri.so malloc 72 0x5571735f30f0 0.000274
+gallium_dri.so free 0x5571735f31c0 void 0.000277
+gallium_dri.so free 0x5571735f30f0 void 0.000272
+gallium_dri.so malloc 72 0x5571735f30f0 0.000295
+gallium_dri.so free 0x5571735f3240 void 0.000275
+gallium_dri.so free 0x5571735f30f0 void 0.000270
+gallium_dri.so malloc 72 0x5571735f3240 0.000266
+gallium_dri.so free 0x5571735f3300 void 0.000276
+gallium_dri.so free 0x5571735f3240 void 0.000231
+gallium_dri.so malloc 72 0x5571735f3240 0.000224
+gallium_dri.so free 0x5571735f33c0 void 0.000222
+gallium_dri.so free 0x5571735f3240 void 0.000291
+gallium_dri.so malloc 72 0x5571735f3240 0.000320
+gallium_dri.so free 0x5571735f3480 void 0.000328
+gallium_dri.so free 0x5571735f3240 void 0.000306
+gallium_dri.so malloc 72 0x5571735f3430 0.000275
+gallium_dri.so free 0x5571735f3540 void 0.000286
+gallium_dri.so free 0x5571735f3430 void 0.000328
+gallium_dri.so malloc 72 0x5571735f34f0 0.000328
+gallium_dri.so free 0x5571735f35c0 void 0.000337
+gallium_dri.so free 0x5571735f34f0 void 0.000277
+gallium_dri.so malloc 72 0x5571735f3610 0.000284
+gallium_dri.so free 0x5571735f3680 void 0.000279
+gallium_dri.so free 0x5571735f3610 void 0.000247
+gallium_dri.so malloc 72 0x5571735f3610 0.000231
+gallium_dri.so free 0x5571734734c0 void 0.000210
+gallium_dri.so free 0x5571735f3610 void 0.000205
+gallium_dri.so malloc 72 0x557173473470 0.000282
+gallium_dri.so free 0x557173473540 void 0.000306
+gallium_dri.so free 0x557173473470 void 0.000292
+gallium_dri.so malloc 72 0x557173473470 0.000295
+gallium_dri.so free 0x5571734735c0 void 0.000284
+gallium_dri.so free 0x557173473470 void 0.000291
+gallium_dri.so malloc 72 0x5571734735c0 0.000296
+gallium_dri.so free 0x557173473680 void 0.000282
+gallium_dri.so free 0x5571734735c0 void 0.000306
+gallium_dri.so malloc 72 0x5571734735c0 0.000281
+gallium_dri.so free 0x557173473780 void 0.000288
+gallium_dri.so free 0x5571734735c0 void 0.000296
+gallium_dri.so malloc 72 0x557173473730 0.000295
+gallium_dri.so free 0x5571734737c0 void 0.000281
+gallium_dri.so free 0x557173473730 void 0.000286
+gallium_dri.so malloc 72 0x557173473730 0.000301
+gallium_dri.so free 0x557173473880 void 0.000286
+gallium_dri.so free 0x557173473730 void 0.000283
+gallium_dri.so malloc 72 0x5571734738c0 0.000286
+gallium_dri.so free 0x557173473940 void 0.000291
+gallium_dri.so free 0x5571734738c0 void 0.000309
+gallium_dri.so malloc 72 0x557173473940 0.000296
+gallium_dri.so free 0x557173473a00 void 0.000288
+gallium_dri.so free 0x557173473940 void 0.000297
+gallium_dri.so malloc 72 0x557173473940 0.000280
+gallium_dri.so free 0x557173473a80 void 0.000192
+gallium_dri.so free 0x557173473940 void 0.000193
+gallium_dri.so malloc 72 0x557173473ab0 0.000168
+gallium_dri.so free 0x557173473b00 void 0.000128
+gallium_dri.so free 0x557173473ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173473ab0 0.000136
+gallium_dri.so free 0x557173473c00 void 0.000136
+gallium_dri.so free 0x557173473ab0 void 0.000170
+gallium_dri.so malloc 72 0x557173473c40 0.000127
+gallium_dri.so free 0x557173473cc0 void 0.000131
+gallium_dri.so free 0x557173473c40 void 0.000127
+gallium_dri.so malloc 72 0x557173473cc0 0.000130
+gallium_dri.so free 0x557173473d80 void 0.000136
+gallium_dri.so free 0x557173473cc0 void 0.000136
+gallium_dri.so malloc 72 0x557173473cc0 0.000171
+gallium_dri.so free 0x557173473e00 void 0.000135
+gallium_dri.so free 0x557173473cc0 void 0.000176
+gallium_dri.so malloc 72 0x557173473e30 0.000133
+gallium_dri.so free 0x557173473e80 void 0.000190
+gallium_dri.so free 0x557173473e30 void 0.000192
+gallium_dri.so malloc 72 0x557173473e30 0.000288
+gallium_dri.so free 0x557173473f80 void 0.000172
+gallium_dri.so free 0x557173473e30 void 0.000132
+gallium_dri.so malloc 72 0x557173473f30 0.000131
+gallium_dri.so free 0x557173474040 void 0.000127
+gallium_dri.so free 0x557173473f30 void 0.000135
+gallium_dri.so malloc 72 0x557173473ff0 0.000130
+gallium_dri.so free 0x5571734740c0 void 0.000133
+gallium_dri.so free 0x557173473ff0 void 0.000132
+gallium_dri.so malloc 72 0x557173473ff0 0.000133
+gallium_dri.so free 0x557173474180 void 0.000130
+gallium_dri.so free 0x557173473ff0 void 0.000126
+gallium_dri.so malloc 72 0x557173473ff0 0.000126
+gallium_dri.so free 0x55717361fdc0 void 0.000125
+gallium_dri.so free 0x557173473ff0 void 0.000130
+gallium_dri.so malloc 72 0x55717361fe00 0.000135
+gallium_dri.so free 0x55717361fe80 void 0.000136
+gallium_dri.so free 0x55717361fe00 void 0.000137
+gallium_dri.so malloc 72 0x55717361fe80 0.000137
+gallium_dri.so free 0x55717361ff40 void 0.000136
+gallium_dri.so free 0x55717361fe80 void 0.000131
+gallium_dri.so malloc 72 0x55717361fe80 0.000126
+gallium_dri.so free 0x55717361ffc0 void 0.000126
+gallium_dri.so free 0x55717361fe80 void 0.000128
+gallium_dri.so malloc 72 0x55717361fff0 0.000126
+gallium_dri.so free 0x557173620040 void 0.000126
+gallium_dri.so free 0x55717361fff0 void 0.000136
+gallium_dri.so malloc 72 0x557173620040 0.000137
+gallium_dri.so free 0x557173620100 void 0.000136
+gallium_dri.so free 0x557173620040 void 0.000132
+gallium_dri.so malloc 72 0x557173620040 0.000132
+gallium_dri.so free 0x557173620200 void 0.000137
+gallium_dri.so free 0x557173620040 void 0.000137
+gallium_dri.so malloc 72 0x5571736201b0 0.000132
+gallium_dri.so free 0x5571736202c0 void 0.000132
+gallium_dri.so free 0x5571736201b0 void 0.000137
+gallium_dri.so malloc 72 0x557173620270 0.000132
+gallium_dri.so free 0x557173620300 void 0.000133
+gallium_dri.so free 0x557173620270 void 0.000131
+gallium_dri.so malloc 72 0x557173620270 0.000126
+gallium_dri.so free 0x5571736203c0 void 0.000125
+gallium_dri.so free 0x557173620270 void 0.000132
+gallium_dri.so malloc 72 0x557173620400 0.000136
+gallium_dri.so free 0x557173620480 void 0.000132
+gallium_dri.so free 0x557173620400 void 0.000126
+gallium_dri.so malloc 72 0x557173620480 0.000130
+gallium_dri.so free 0x557173620540 void 0.000132
+gallium_dri.so free 0x557173620480 void 0.000127
+gallium_dri.so malloc 72 0x557173620480 0.000126
+gallium_dri.so free 0x5571736205c0 void 0.000134
+gallium_dri.so free 0x557173620480 void 0.000123
+gallium_dri.so malloc 72 0x557173620480 0.000113
+gallium_dri.so free 0x557173620680 void 0.000113
+gallium_dri.so free 0x557173620480 void 0.000114
+gallium_dri.so malloc 72 0x557173620480 0.000112
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so free 0x557173620480 void 0.000114
+gallium_dri.so malloc 72 0x5571736206f0 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so free 0x5571736206f0 void 0.000112
+gallium_dri.so malloc 72 0x557173620810 0.000112
+gallium_dri.so free 0x557173620880 void 0.000115
+gallium_dri.so free 0x557173620810 void 0.000112
+gallium_dri.so malloc 72 0x5571736208a0 0.000115
+gallium_dri.so free 0x557173620940 void 0.000114
+gallium_dri.so free 0x5571736208a0 void 0.000112
+gallium_dri.so malloc 72 0x5571736208f0 0.000112
+gallium_dri.so free 0x5571736209c0 void 0.000113
+gallium_dri.so free 0x5571736208f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736208f0 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000114
+gallium_dri.so free 0x5571736208f0 void 0.000113
+gallium_dri.so malloc 72 0x557173620a70 0.000113
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620a70 void 0.000118
+gallium_dri.so malloc 72 0x557173620b90 0.000113
+gallium_dri.so free 0x557173620c00 void 0.000114
+gallium_dri.so free 0x557173620b90 void 0.000114
+gallium_dri.so malloc 72 0x557173620c20 0.000114
+gallium_dri.so free 0x557173620cc0 void 0.000113
+gallium_dri.so free 0x557173620c20 void 0.000112
+gallium_dri.so malloc 72 0x557173620c70 0.000112
+gallium_dri.so free 0x557173620d40 void 0.000112
+gallium_dri.so free 0x557173620c70 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000113
+gallium_dri.so free 0x557173620dc0 void 0.000114
+gallium_dri.so free 0x557173620c70 void 0.000113
+gallium_dri.so malloc 72 0x557173620dc0 0.000112
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so free 0x557173620dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173620dc0 0.000114
+gallium_dri.so free 0x557173460500 void 0.000115
+gallium_dri.so free 0x557173620dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173460520 0.000116
+gallium_dri.so free 0x5571734605c0 void 0.000114
+gallium_dri.so free 0x557173460520 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x5571734606c0 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000126
+gallium_dri.so malloc 72 0x5571734606c0 0.000114
+gallium_dri.so free 0x557173460780 void 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734606c0 0.000115
+gallium_dri.so free 0x557173460840 void 0.000114
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734606c0 0.000114
+gallium_dri.so free 0x557173460900 void 0.000114
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608b0 0.000114
+gallium_dri.so free 0x5571734609c0 void 0.000114
+gallium_dri.so free 0x5571734608b0 void 0.000112
+gallium_dri.so malloc 72 0x557173460970 0.000115
+gallium_dri.so free 0x557173460a40 void 0.000114
+gallium_dri.so free 0x557173460970 void 0.000114
+gallium_dri.so malloc 72 0x557173460a90 0.000113
+gallium_dri.so free 0x557173460b00 void 0.000113
+gallium_dri.so free 0x557173460a90 void 0.000114
+gallium_dri.so malloc 72 0x557173460b20 0.000113
+gallium_dri.so free 0x557173460bc0 void 0.000120
+gallium_dri.so free 0x557173460b20 void 0.000114
+gallium_dri.so malloc 72 0x557173460b70 0.000113
+gallium_dri.so free 0x557173460c40 void 0.000114
+gallium_dri.so free 0x557173460b70 void 0.000113
+gallium_dri.so malloc 72 0x557173460b70 0.000114
+gallium_dri.so free 0x557173460cc0 void 0.000113
+gallium_dri.so free 0x557173460b70 void 0.000124
+gallium_dri.so malloc 72 0x557173460cc0 0.000114
+gallium_dri.so free 0x557173460d80 void 0.000113
+gallium_dri.so free 0x557173460cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460cc0 0.000113
+gallium_dri.so free 0x557173460e80 void 0.000113
+gallium_dri.so free 0x557173460cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173460e30 0.000114
+gallium_dri.so free 0x557173460ec0 void 0.000114
+gallium_dri.so free 0x557173460e30 void 0.000115
+gallium_dri.so malloc 72 0x557173460e30 0.000113
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x557173460e30 void 0.000113
+gallium_dri.so malloc 72 0x557173460fc0 0.000114
+gallium_dri.so free 0x557173461040 void 0.000115
+gallium_dri.so free 0x557173460fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173461040 0.000113
+gallium_dri.so free 0x557173461100 void 0.000114
+gallium_dri.so free 0x557173461040 void 0.000114
+gallium_dri.so malloc 72 0x557173461040 0.000113
+gallium_dri.so free 0x557173461180 void 0.000114
+gallium_dri.so free 0x557173461040 void 0.000112
+gallium_dri.so malloc 72 0x5571734611b0 0.000113
+gallium_dri.so free 0x557173461200 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734611b0 0.000114
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461340 0.000162
+gallium_dri.so free 0x5571734613c0 void 0.000115
+gallium_dri.so free 0x557173461340 void 0.000113
+gallium_dri.so malloc 72 0x5571734613c0 0.000113
+gallium_dri.so free 0x557173461480 void 0.000120
+gallium_dri.so free 0x5571734613c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734613c0 0.000113
+gallium_dri.so free 0x557173461500 void 0.000115
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so malloc 72 0x557173461530 0.000112
+gallium_dri.so free 0x557173461580 void 0.000117
+gallium_dri.so free 0x557173461530 void 0.000113
+gallium_dri.so malloc 72 0x557173461530 0.000113
+gallium_dri.so free 0x557173461680 void 0.000114
+gallium_dri.so free 0x557173461530 void 0.000112
+gallium_dri.so malloc 72 0x557173461630 0.000114
+gallium_dri.so free 0x557173461740 void 0.000114
+gallium_dri.so free 0x557173461630 void 0.000112
+gallium_dri.so malloc 72 0x5571734616f0 0.000113
+gallium_dri.so free 0x5571734617c0 void 0.000113
+gallium_dri.so free 0x5571734616f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734616f0 0.000112
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so free 0x5571734616f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734616f0 0.000115
+gallium_dri.so free 0x557173461940 void 0.000118
+gallium_dri.so free 0x5571734616f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734618f0 0.000127
+gallium_dri.so free 0x5571734619c0 void 0.000114
+gallium_dri.so free 0x5571734618f0 void 0.000115
+gallium_dri.so malloc 72 0x557173461a10 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000113
+gallium_dri.so free 0x557173461a10 void 0.000113
+gallium_dri.so malloc 72 0x557173461aa0 0.000112
+gallium_dri.so free 0x557173461b40 void 0.000114
+gallium_dri.so free 0x557173461aa0 void 0.000113
+gallium_dri.so malloc 72 0x557173461af0 0.000113
+gallium_dri.so free 0x557173461bc0 void 0.000116
+gallium_dri.so free 0x557173461af0 void 0.000114
+gallium_dri.so malloc 72 0x557173461bc0 0.000113
+gallium_dri.so free 0x557173461c80 void 0.000114
+gallium_dri.so free 0x557173461bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173461bc0 0.000113
+gallium_dri.so free 0x557173461d00 void 0.000114
+gallium_dri.so free 0x557173461bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461d00 0.000113
+gallium_dri.so free 0x557173461dc0 void 0.000114
+gallium_dri.so free 0x557173461d00 void 0.000113
+gallium_dri.so malloc 72 0x557173461d00 0.000113
+gallium_dri.so free 0x557173461e80 void 0.000114
+gallium_dri.so free 0x557173461d00 void 0.000113
+gallium_dri.so malloc 72 0x557173461d00 0.000114
+gallium_dri.so free 0x557173461f40 void 0.000117
+gallium_dri.so free 0x557173461d00 void 0.000114
+gallium_dri.so malloc 72 0x557173461ef0 0.000113
+gallium_dri.so free 0x557173461fc0 void 0.000117
+gallium_dri.so free 0x557173461ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173462010 0.000113
+gallium_dri.so free 0x557173462080 void 0.000115
+gallium_dri.so free 0x557173462010 void 0.000113
+gallium_dri.so malloc 72 0x5571734620c0 0.000114
+gallium_dri.so free 0x557173462140 void 0.000113
+gallium_dri.so free 0x5571734620c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734620c0 0.000113
+gallium_dri.so free 0x5571734621c0 void 0.000114
+gallium_dri.so free 0x5571734620c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734621f0 0.000113
+gallium_dri.so free 0x557173462240 void 0.000112
+gallium_dri.so free 0x5571734621f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734621f0 0.000112
+gallium_dri.so free 0x557173462340 void 0.000116
+gallium_dri.so free 0x5571734621f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734622f0 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000116
+gallium_dri.so free 0x5571734622f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ea0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e0fc0 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e10c0 void 0.000168
+gallium_dri.so free 0x5571735e0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1070 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000113
+gallium_dri.so free 0x5571735e1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1190 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so free 0x5571735e1190 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1220 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000112
+gallium_dri.so free 0x5571735e1220 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1270 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000118
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1270 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so free 0x5571735e1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13c0 0.000114
+gallium_dri.so free 0x5571735e1480 void 0.000118
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13c0 0.000115
+gallium_dri.so free 0x5571735e1580 void 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e13c0 0.000113
+gallium_dri.so free 0x5571735e1600 void 0.000113
+gallium_dri.so free 0x5571735e13c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1630 0.000119
+gallium_dri.so free 0x5571735e1680 void 0.000129
+gallium_dri.so free 0x5571735e1630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1630 0.000113
+gallium_dri.so free 0x5571735e1780 void 0.000117
+gallium_dri.so free 0x5571735e1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1730 0.000116
+gallium_dri.so free 0x5571735e1840 void 0.000115
+gallium_dri.so free 0x5571735e1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000112
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1940 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1990 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735e1990 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a40 0.000112
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000113
+gallium_dri.so free 0x5571735e1b80 void 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1ac0 0.000113
+gallium_dri.so free 0x5571735e1c00 void 0.000113
+gallium_dri.so free 0x5571735e1ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1c30 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000144
+gallium_dri.so free 0x5571735e1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c30 0.000112
+gallium_dri.so free 0x5571735e1d80 void 0.000114
+gallium_dri.so free 0x5571735e1c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1d30 0.000112
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1df0 0.000115
+gallium_dri.so free 0x5571735e1ec0 void 0.000113
+gallium_dri.so free 0x5571735e1df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ee0 0.000112
+gallium_dri.so free 0x5571735e1f80 void 0.000113
+gallium_dri.so free 0x5571735e1ee0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f30 0.000112
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so free 0x5571735e1f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f30 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000115
+gallium_dri.so free 0x5571735e1f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2080 0.000114
+gallium_dri.so free 0x5571735e2200 void 0.000115
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000114
+gallium_dri.so free 0x5571735e22c0 void 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000169
+gallium_dri.so malloc 72 0x5571735e2270 0.000116
+gallium_dri.so free 0x5571735e22c0 void 0.000115
+gallium_dri.so free 0x5571735e2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2270 0.000112
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x5571735e2270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x5571735e2480 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e24c0 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2430 0.000113
+gallium_dri.so free 0x5571735e2580 void 0.000114
+gallium_dri.so free 0x5571735e2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e25c0 0.000118
+gallium_dri.so free 0x5571735e2640 void 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2640 0.000112
+gallium_dri.so free 0x5571735e2700 void 0.000113
+gallium_dri.so free 0x5571735e2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2640 0.000114
+gallium_dri.so free 0x5571735e27c0 void 0.000115
+gallium_dri.so free 0x5571735e2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27e0 0.000113
+gallium_dri.so free 0x5571735e2880 void 0.000114
+gallium_dri.so free 0x5571735e27e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2830 0.000115
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so free 0x5571735e2830 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2980 void 0.000114
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2a40 void 0.000115
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2980 0.000114
+gallium_dri.so free 0x5571735e2b00 void 0.000116
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2980 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000113
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000112
+gallium_dri.so free 0x5571735e2d00 void 0.000117
+gallium_dri.so free 0x5571735e2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d50 0.000113
+gallium_dri.so free 0x5571735e2dc0 void 0.000113
+gallium_dri.so free 0x5571735e2d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2de0 0.000114
+gallium_dri.so free 0x5571735e2e80 void 0.000114
+gallium_dri.so free 0x5571735e2de0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2e30 0.000120
+gallium_dri.so free 0x5571735e2f00 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2e30 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735e2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735e3140 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30f0 0.000114
+gallium_dri.so free 0x5571735e3180 void 0.000114
+gallium_dri.so free 0x5571735e30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e30f0 0.000113
+gallium_dri.so free 0x5571735e3240 void 0.000115
+gallium_dri.so free 0x5571735e30f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3280 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so free 0x5571735e3280 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3300 0.000116
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3300 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3470 0.000125
+gallium_dri.so free 0x5571735e34c0 void 0.000117
+gallium_dri.so free 0x5571735e3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3470 0.000113
+gallium_dri.so free 0x5571735e35c0 void 0.000113
+gallium_dri.so free 0x5571735e3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3600 0.000117
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e3740 void 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3680 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000114
+gallium_dri.so malloc 72 0x5571735e37f0 0.000112
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735e37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e37f0 0.000112
+gallium_dri.so free 0x5571735de340 void 0.000113
+gallium_dri.so free 0x5571735e37f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de2f0 0.000115
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so free 0x5571735de2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3b0 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so free 0x5571735de3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de3b0 0.000113
+gallium_dri.so free 0x5571735de540 void 0.000128
+gallium_dri.so free 0x5571735de3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de3b0 0.000112
+gallium_dri.so free 0x5571735de600 void 0.000114
+gallium_dri.so free 0x5571735de3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5b0 0.000114
+gallium_dri.so free 0x5571735de680 void 0.000118
+gallium_dri.so free 0x5571735de5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de6d0 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000114
+gallium_dri.so free 0x5571735de6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de760 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000115
+gallium_dri.so free 0x5571735de760 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7b0 0.000116
+gallium_dri.so free 0x5571735de880 void 0.000114
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de880 0.000116
+gallium_dri.so free 0x5571735de940 void 0.000117
+gallium_dri.so free 0x5571735de880 void 0.000113
+gallium_dri.so malloc 72 0x5571735de880 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000115
+gallium_dri.so free 0x5571735de880 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9c0 0.000116
+gallium_dri.so free 0x5571735dea80 void 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de9c0 0.000114
+gallium_dri.so free 0x5571735deb40 void 0.000162
+gallium_dri.so free 0x5571735de9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de9c0 0.000113
+gallium_dri.so free 0x5571735dec00 void 0.000114
+gallium_dri.so free 0x5571735de9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735debb0 0.000113
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so free 0x5571735debb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735decd0 0.000114
+gallium_dri.so free 0x5571735ded40 void 0.000113
+gallium_dri.so free 0x5571735decd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded80 0.000113
+gallium_dri.so free 0x5571735dee00 void 0.000113
+gallium_dri.so free 0x5571735ded80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded80 0.000113
+gallium_dri.so free 0x5571735dee80 void 0.000114
+gallium_dri.so free 0x5571735ded80 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000113
+gallium_dri.so free 0x5571735def00 void 0.000113
+gallium_dri.so free 0x5571735deeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735deeb0 0.000112
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so free 0x5571735deeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735defb0 0.000117
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df070 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735df070 void 0.000115
+gallium_dri.so malloc 72 0x5571735df070 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000114
+gallium_dri.so free 0x5571735df070 void 0.000113
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000113
+gallium_dri.so free 0x5571735df230 void 0.000115
+gallium_dri.so malloc 72 0x5571735df230 0.000113
+gallium_dri.so free 0x5571735df380 void 0.000113
+gallium_dri.so free 0x5571735df230 void 0.000113
+gallium_dri.so malloc 72 0x5571735df330 0.000114
+gallium_dri.so free 0x5571735df440 void 0.000113
+gallium_dri.so free 0x5571735df330 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3f0 0.000113
+gallium_dri.so free 0x5571735df480 void 0.000114
+gallium_dri.so free 0x5571735df3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df3f0 0.000113
+gallium_dri.so free 0x5571735df540 void 0.000113
+gallium_dri.so free 0x5571735df3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df580 0.000113
+gallium_dri.so free 0x5571735df600 void 0.000120
+gallium_dri.so free 0x5571735df580 void 0.000113
+gallium_dri.so malloc 72 0x5571735df600 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000114
+gallium_dri.so free 0x5571735df600 void 0.000114
+gallium_dri.so malloc 72 0x5571735df600 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so free 0x5571735df600 void 0.000128
+gallium_dri.so malloc 72 0x5571735df7a0 0.000115
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7f0 0.000114
+gallium_dri.so free 0x5571735df8c0 void 0.000115
+gallium_dri.so free 0x5571735df7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7f0 0.000112
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so free 0x5571735df7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000113
+gallium_dri.so free 0x5571735dfa00 void 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so malloc 72 0x5571735df940 0.000112
+gallium_dri.so free 0x5571735dfac0 void 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000113
+gallium_dri.so malloc 72 0x5571735df940 0.000115
+gallium_dri.so free 0x5571735dfb80 void 0.000113
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfb30 0.000113
+gallium_dri.so free 0x5571735dfc40 void 0.000120
+gallium_dri.so free 0x5571735dfb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfbf0 0.000119
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd10 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfd10 void 0.000186
+gallium_dri.so malloc 72 0x5571735dfda0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000113
+gallium_dri.so free 0x5571735dfda0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000112
+gallium_dri.so free 0x5571735dfec0 void 0.000114
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000113
+gallium_dri.so free 0x5571735dfdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dff40 0.000114
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so free 0x5571735dff40 void 0.000117
+gallium_dri.so malloc 72 0x5571735dff40 0.000116
+gallium_dri.so free 0x5571735e0100 void 0.000182
+gallium_dri.so free 0x5571735dff40 void 0.000247
+gallium_dri.so malloc 72 0x5571735e00b0 0.000212
+gallium_dri.so free 0x5571735e0140 void 0.000117
+gallium_dri.so free 0x5571735e00b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e00b0 0.000115
+gallium_dri.so free 0x5571735e0200 void 0.000116
+gallium_dri.so free 0x5571735e00b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0240 0.000115
+gallium_dri.so free 0x5571735e02c0 void 0.000115
+gallium_dri.so free 0x5571735e0240 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02c0 0.000119
+gallium_dri.so free 0x5571735e0380 void 0.000114
+gallium_dri.so free 0x5571735e02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02c0 0.000113
+gallium_dri.so free 0x5571735e0400 void 0.000113
+gallium_dri.so free 0x5571735e02c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0430 0.000114
+gallium_dri.so free 0x5571735e0480 void 0.000116
+gallium_dri.so free 0x5571735e0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0430 0.000113
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so free 0x5571735e0430 void 0.000113
+gallium_dri.so malloc 72 0x5571735e05c0 0.000112
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0640 0.000116
+gallium_dri.so free 0x5571735e0700 void 0.000117
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0640 0.000114
+gallium_dri.so free 0x5571735e0780 void 0.000114
+gallium_dri.so free 0x5571735e0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0800 void 0.000114
+gallium_dri.so free 0x5571735e07b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e07b0 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e08b0 0.000127
+gallium_dri.so free 0x5571735e09c0 void 0.000124
+gallium_dri.so free 0x5571735e08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0970 0.000112
+gallium_dri.so free 0x5571735e0a40 void 0.000112
+gallium_dri.so free 0x5571735e0970 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0970 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735e0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0970 0.000113
+gallium_dri.so free 0x5571735e0bc0 void 0.000113
+gallium_dri.so free 0x5571735e0970 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b70 0.000113
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so free 0x5571735e0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0c90 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000114
+gallium_dri.so free 0x5571735e0c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0d20 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000113
+gallium_dri.so free 0x5571735e0d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d70 0.000114
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735e0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735da8c0 0.000125
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daa00 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa00 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa00 0.000113
+gallium_dri.so free 0x5571735dac40 void 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabf0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735dabf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad10 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dad10 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadc0 0.000114
+gallium_dri.so free 0x5571735dae40 void 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadc0 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daef0 0.000117
+gallium_dri.so free 0x5571735daf40 void 0.000113
+gallium_dri.so free 0x5571735daef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daef0 0.000112
+gallium_dri.so free 0x5571735db040 void 0.000163
+gallium_dri.so free 0x5571735daef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daff0 0.000114
+gallium_dri.so free 0x5571735db100 void 0.000116
+gallium_dri.so free 0x5571735daff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db0b0 0.000115
+gallium_dri.so free 0x5571735db140 void 0.000115
+gallium_dri.so free 0x5571735db0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db0b0 0.000116
+gallium_dri.so free 0x5571735db200 void 0.000116
+gallium_dri.so free 0x5571735db0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000115
+gallium_dri.so free 0x5571735db2c0 void 0.000115
+gallium_dri.so free 0x5571735db270 void 0.000115
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000120
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db480 void 0.000115
+gallium_dri.so free 0x5571735db370 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000113
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000126
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db640 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000113
+gallium_dri.so malloc 72 0x5571735db640 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7e0 0.000113
+gallium_dri.so free 0x5571735db880 void 0.000117
+gallium_dri.so free 0x5571735db7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db830 0.000113
+gallium_dri.so free 0x5571735db900 void 0.000114
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735db830 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000115
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000114
+gallium_dri.so free 0x5571735dba40 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000118
+gallium_dri.so malloc 72 0x5571735db980 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so malloc 72 0x5571735db980 0.000113
+gallium_dri.so free 0x5571735dbbc0 void 0.000113
+gallium_dri.so free 0x5571735db980 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb70 0.000115
+gallium_dri.so free 0x5571735dbc80 void 0.000125
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000113
+gallium_dri.so free 0x5571735dbd00 void 0.000115
+gallium_dri.so free 0x5571735dbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbd50 0.000112
+gallium_dri.so free 0x5571735dbdc0 void 0.000113
+gallium_dri.so free 0x5571735dbd50 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbde0 0.000114
+gallium_dri.so free 0x5571735dbe80 void 0.000119
+gallium_dri.so free 0x5571735dbde0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe30 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000116
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe30 0.000114
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so free 0x5571735dbe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000113
+gallium_dri.so free 0x5571735dc040 void 0.000113
+gallium_dri.so free 0x5571735dbf80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbf80 0.000117
+gallium_dri.so free 0x5571735dc140 void 0.000116
+gallium_dri.so free 0x5571735dbf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000113
+gallium_dri.so free 0x5571735dc180 void 0.000114
+gallium_dri.so free 0x5571735dc0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc0f0 0.000114
+gallium_dri.so free 0x5571735dc240 void 0.000113
+gallium_dri.so free 0x5571735dc0f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735dc280 0.000116
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc300 0.000114
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc300 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc300 0.000114
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000116
+gallium_dri.so free 0x5571735dc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000118
+gallium_dri.so free 0x5571735dc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc600 0.000113
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc600 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc680 0.000115
+gallium_dri.so free 0x5571735dc7c0 void 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000113
+gallium_dri.so free 0x5571735dc840 void 0.000115
+gallium_dri.so free 0x5571735dc7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc7f0 0.000117
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc8f0 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so free 0x5571735dc8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so free 0x5571735dc9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9b0 0.000115
+gallium_dri.so free 0x5571735dcc00 void 0.000114
+gallium_dri.so free 0x5571735dc9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbb0 0.000114
+gallium_dri.so free 0x5571735dcc80 void 0.000113
+gallium_dri.so free 0x5571735dcbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dccd0 0.000112
+gallium_dri.so free 0x5571735dcd40 void 0.000113
+gallium_dri.so free 0x5571735dccd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd60 0.000115
+gallium_dri.so free 0x5571735dce00 void 0.000117
+gallium_dri.so free 0x5571735dcd60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcdb0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dcdb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dce80 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000120
+gallium_dri.so malloc 72 0x5571735dce80 0.000115
+gallium_dri.so free 0x5571735dcfc0 void 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000112
+gallium_dri.so free 0x5571735dd140 void 0.000120
+gallium_dri.so free 0x5571735dcfc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcfc0 0.000124
+gallium_dri.so free 0x5571735dd200 void 0.000142
+gallium_dri.so free 0x5571735dcfc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd1b0 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000115
+gallium_dri.so free 0x5571735dd1b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd2d0 0.000114
+gallium_dri.so free 0x5571735dd340 void 0.000114
+gallium_dri.so free 0x5571735dd2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd380 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd380 0.000168
+gallium_dri.so free 0x5571735dd480 void 0.000116
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd500 void 0.000115
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd4b0 0.000113
+gallium_dri.so free 0x5571735dd600 void 0.000114
+gallium_dri.so free 0x5571735dd4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5b0 0.000115
+gallium_dri.so free 0x5571735dd6c0 void 0.000116
+gallium_dri.so free 0x5571735dd5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd670 0.000115
+gallium_dri.so free 0x5571735dd700 void 0.000114
+gallium_dri.so free 0x5571735dd670 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd670 0.000119
+gallium_dri.so free 0x5571735dd7c0 void 0.000120
+gallium_dri.so free 0x5571735dd670 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd830 0.000114
+gallium_dri.so free 0x5571735dd880 void 0.000115
+gallium_dri.so free 0x5571735dd830 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd830 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000113
+gallium_dri.so free 0x5571735dd830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd930 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000117
+gallium_dri.so free 0x5571735dd930 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000123
+gallium_dri.so free 0x5571735dda80 void 0.000113
+gallium_dri.so free 0x5571735dd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000112
+gallium_dri.so free 0x5571735ddb40 void 0.000112
+gallium_dri.so free 0x5571735dd9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000111
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddc00 0.000117
+gallium_dri.so free 0x5571735ddcc0 void 0.000113
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000112
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddda0 0.000112
+gallium_dri.so free 0x5571735dde40 void 0.000113
+gallium_dri.so free 0x5571735ddda0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dddf0 0.000134
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dddf0 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000114
+gallium_dri.so free 0x5571735dddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf40 0.000112
+gallium_dri.so free 0x5571735de000 void 0.000116
+gallium_dri.so free 0x5571735ddf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddf40 0.000126
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddf40 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf40 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735ddf40 void 0.000117
+gallium_dri.so malloc 72 0x5571735de130 0.000123
+gallium_dri.so free 0x5571735fc340 void 0.000124
+gallium_dri.so free 0x5571735de130 void 0.000123
+gallium_dri.so malloc 72 0x5571735de130 0.000123
+gallium_dri.so free 0x5571735fc3c0 void 0.000118
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000120
+gallium_dri.so free 0x5571735fc480 void 0.000125
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000113
+gallium_dri.so free 0x5571735fc540 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc5b0 0.000119
+gallium_dri.so free 0x5571735fc680 void 0.000115
+gallium_dri.so free 0x5571735fc5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc6d0 0.000173
+gallium_dri.so free 0x5571735fc740 void 0.000125
+gallium_dri.so free 0x5571735fc6d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc780 0.000123
+gallium_dri.so free 0x5571735fc800 void 0.000126
+gallium_dri.so free 0x5571735fc780 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc780 0.000121
+gallium_dri.so free 0x5571735fc880 void 0.000124
+gallium_dri.so free 0x5571735fc780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000114
+gallium_dri.so free 0x5571735fc900 void 0.000113
+gallium_dri.so free 0x5571735fc8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc8b0 0.000134
+gallium_dri.so free 0x5571735fca00 void 0.000132
+gallium_dri.so free 0x5571735fc8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc9b0 0.000126
+gallium_dri.so free 0x5571735fcac0 void 0.000120
+gallium_dri.so free 0x5571735fc9b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fca70 0.000131
+gallium_dri.so free 0x5571735fcb00 void 0.000130
+gallium_dri.so free 0x5571735fca70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fca70 0.000137
+gallium_dri.so free 0x5571735fcbc0 void 0.000131
+gallium_dri.so free 0x5571735fca70 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcc30 0.000131
+gallium_dri.so free 0x5571735fcc80 void 0.000130
+gallium_dri.so free 0x5571735fcc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcc30 0.000119
+gallium_dri.so free 0x5571735fcd80 void 0.000120
+gallium_dri.so free 0x5571735fcc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd30 0.000125
+gallium_dri.so free 0x5571735fce40 void 0.000124
+gallium_dri.so free 0x5571735fcd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000120
+gallium_dri.so free 0x5571735fce80 void 0.000125
+gallium_dri.so free 0x5571735fcdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000126
+gallium_dri.so free 0x5571735fcf40 void 0.000129
+gallium_dri.so free 0x5571735fcdf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcf80 0.000129
+gallium_dri.so free 0x5571735fd000 void 0.000130
+gallium_dri.so free 0x5571735fcf80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd000 0.000129
+gallium_dri.so free 0x5571735fd0c0 void 0.000139
+gallium_dri.so free 0x5571735fd000 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd000 0.000129
+gallium_dri.so free 0x5571735fd180 void 0.000130
+gallium_dri.so free 0x5571735fd000 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd1a0 0.000131
+gallium_dri.so free 0x5571735fd240 void 0.000130
+gallium_dri.so free 0x5571735fd1a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000122
+gallium_dri.so free 0x5571735fd2c0 void 0.000125
+gallium_dri.so free 0x5571735fd1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000129
+gallium_dri.so free 0x5571735fd340 void 0.000124
+gallium_dri.so free 0x5571735fd1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd340 0.000126
+gallium_dri.so free 0x5571735fd400 void 0.000130
+gallium_dri.so free 0x5571735fd340 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd340 0.000129
+gallium_dri.so free 0x5571735fd4c0 void 0.000129
+gallium_dri.so free 0x5571735fd340 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd340 0.000124
+gallium_dri.so free 0x5571735fd580 void 0.000165
+gallium_dri.so free 0x5571735fd340 void 0.000161
+gallium_dri.so malloc 72 0x5571735fd530 0.000162
+gallium_dri.so free 0x5571735fd640 void 0.000130
+gallium_dri.so free 0x5571735fd530 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000120
+gallium_dri.so free 0x5571735fd6c0 void 0.000125
+gallium_dri.so free 0x5571735fd5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd710 0.000120
+gallium_dri.so free 0x5571735fd780 void 0.000130
+gallium_dri.so free 0x5571735fd710 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd7a0 0.000130
+gallium_dri.so free 0x5571735fd840 void 0.000145
+gallium_dri.so free 0x5571735fd7a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000130
+gallium_dri.so free 0x5571735fd8c0 void 0.000123
+gallium_dri.so free 0x5571735fd7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd7f0 0.000125
+gallium_dri.so free 0x5571735fd940 void 0.000130
+gallium_dri.so free 0x5571735fd7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd940 0.000128
+gallium_dri.so free 0x5571735fda00 void 0.000133
+gallium_dri.so free 0x5571735fd940 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd940 0.000128
+gallium_dri.so free 0x5571735fdb00 void 0.000125
+gallium_dri.so free 0x5571735fd940 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdab0 0.000121
+gallium_dri.so free 0x5571735fdb40 void 0.000127
+gallium_dri.so free 0x5571735fdab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdab0 0.000130
+gallium_dri.so free 0x5571735fdc00 void 0.000130
+gallium_dri.so free 0x5571735fdab0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdc40 0.000121
+gallium_dri.so free 0x5571735fdcc0 void 0.000126
+gallium_dri.so free 0x5571735fdc40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000122
+gallium_dri.so free 0x5571735fdd80 void 0.000126
+gallium_dri.so free 0x5571735fdcc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000125
+gallium_dri.so free 0x5571735fde00 void 0.000123
+gallium_dri.so free 0x5571735fdcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde30 0.000119
+gallium_dri.so free 0x5571735fde80 void 0.000122
+gallium_dri.so free 0x5571735fde30 void 0.000141
+gallium_dri.so malloc 72 0x5571735fde30 0.000125
+gallium_dri.so free 0x5571735fdf80 void 0.000126
+gallium_dri.so free 0x5571735fde30 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdfc0 0.000121
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so free 0x5571735fdfc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe040 0.000125
+gallium_dri.so free 0x5571735fe100 void 0.000130
+gallium_dri.so free 0x5571735fe040 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe040 0.000130
+gallium_dri.so free 0x5571735fe180 void 0.000125
+gallium_dri.so free 0x5571735fe040 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000126
+gallium_dri.so free 0x5571735fe200 void 0.000125
+gallium_dri.so free 0x5571735fe1b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe1b0 0.000130
+gallium_dri.so free 0x5571735fe300 void 0.000124
+gallium_dri.so free 0x5571735fe1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe2b0 0.000131
+gallium_dri.so free 0x5571735fe3c0 void 0.000125
+gallium_dri.so free 0x5571735fe2b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe370 0.000146
+gallium_dri.so free 0x5571735fe440 void 0.000188
+gallium_dri.so free 0x5571735fe370 void 0.000219
+gallium_dri.so malloc 72 0x5571735fe370 0.000203
+gallium_dri.so free 0x5571735fe500 void 0.000170
+gallium_dri.so free 0x5571735fe370 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe370 0.000126
+gallium_dri.so free 0x5571735fe5c0 void 0.000123
+gallium_dri.so free 0x5571735fe370 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe570 0.000131
+gallium_dri.so free 0x5571735fe640 void 0.000125
+gallium_dri.so free 0x5571735fe570 void 0.000186
+gallium_dri.so malloc 72 0x5571735fe690 0.000131
+gallium_dri.so free 0x5571735fe700 void 0.000181
+gallium_dri.so free 0x5571735fe690 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe720 0.000125
+gallium_dri.so free 0x5571735fe7c0 void 0.000121
+gallium_dri.so free 0x5571735fe720 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe770 0.000130
+gallium_dri.so free 0x5571735fe840 void 0.000153
+gallium_dri.so free 0x5571735fe770 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe840 0.000132
+gallium_dri.so free 0x5571735fe900 void 0.000130
+gallium_dri.so free 0x5571735fe840 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe840 0.000129
+gallium_dri.so free 0x5571735fe980 void 0.000130
+gallium_dri.so free 0x5571735fe840 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe980 0.000131
+gallium_dri.so free 0x5571735fea40 void 0.000130
+gallium_dri.so free 0x5571735fe980 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe980 0.000125
+gallium_dri.so free 0x5571735feb00 void 0.000127
+gallium_dri.so free 0x5571735fe980 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe980 0.000130
+gallium_dri.so free 0x5571735febc0 void 0.000129
+gallium_dri.so free 0x5571735fe980 void 0.000127
+gallium_dri.so malloc 72 0x5571735feb70 0.000127
+gallium_dri.so free 0x5571735fec40 void 0.000125
+gallium_dri.so free 0x5571735feb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fec90 0.000125
+gallium_dri.so free 0x5571735fed00 void 0.000130
+gallium_dri.so free 0x5571735fec90 void 0.000131
+gallium_dri.so malloc 72 0x5571735fed40 0.000131
+gallium_dri.so free 0x5571735fedc0 void 0.000130
+gallium_dri.so free 0x5571735fed40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fed40 0.000131
+gallium_dri.so free 0x5571735fee40 void 0.000124
+gallium_dri.so free 0x5571735fed40 void 0.000127
+gallium_dri.so malloc 72 0x5571735fee70 0.000127
+gallium_dri.so free 0x5571735feec0 void 0.000124
+gallium_dri.so free 0x5571735fee70 void 0.000126
+gallium_dri.so malloc 72 0x5571735fee70 0.000123
+gallium_dri.so free 0x5571735fefc0 void 0.000127
+gallium_dri.so free 0x5571735fee70 void 0.000129
+gallium_dri.so malloc 72 0x5571735fef70 0.000127
+gallium_dri.so free 0x5571735ff080 void 0.000124
+gallium_dri.so free 0x5571735fef70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff030 0.000124
+gallium_dri.so free 0x5571735ff0c0 void 0.000121
+gallium_dri.so free 0x5571735ff030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff030 0.000125
+gallium_dri.so free 0x5571735ff180 void 0.000162
+gallium_dri.so free 0x5571735ff030 void 0.000164
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000286
+gallium_dri.so free 0x5571735ff240 void 0.000280
+gallium_dri.so free 0x5571735ff1f0 void 0.000279
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000274
+gallium_dri.so free 0x5571735ff340 void 0.000278
+gallium_dri.so free 0x5571735ff1f0 void 0.000289
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000281
+gallium_dri.so free 0x5571735ff400 void 0.000273
+gallium_dri.so free 0x5571735ff2f0 void 0.000265
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000281
+gallium_dri.so free 0x5571735ff440 void 0.000273
+gallium_dri.so free 0x5571735ff3b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000268
+gallium_dri.so free 0x5571735ff500 void 0.000278
+gallium_dri.so free 0x5571735ff3b0 void 0.000277
+gallium_dri.so malloc 72 0x5571735ff540 0.000236
+gallium_dri.so free 0x5571735ff5c0 void 0.000219
+gallium_dri.so free 0x5571735ff540 void 0.000224
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000221
+gallium_dri.so free 0x5571735ff680 void 0.000230
+gallium_dri.so free 0x5571735ff5c0 void 0.000220
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000199
+gallium_dri.so free 0x5571735ff740 void 0.000210
+gallium_dri.so free 0x5571735ff5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff760 0.000130
+gallium_dri.so free 0x5571735ff800 void 0.000134
+gallium_dri.so free 0x5571735ff760 void 0.000215
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000223
+gallium_dri.so free 0x5571735ff880 void 0.000220
+gallium_dri.so free 0x5571735ff7b0 void 0.000201
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000195
+gallium_dri.so free 0x5571735ff900 void 0.000142
+gallium_dri.so free 0x5571735ff7b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ff900 0.000134
+gallium_dri.so free 0x5571735ff9c0 void 0.000221
+gallium_dri.so free 0x5571735ff900 void 0.000221
+gallium_dri.so malloc 72 0x5571735ff900 0.000257
+gallium_dri.so free 0x5571735ffa80 void 0.000253
+gallium_dri.so free 0x5571735ff900 void 0.000190
+gallium_dri.so malloc 72 0x5571735ff900 0.000166
+gallium_dri.so free 0x5571735ffb40 void 0.000155
+gallium_dri.so free 0x5571735ff900 void 0.000154
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000155
+gallium_dri.so free 0x5571735ffc00 void 0.000148
+gallium_dri.so free 0x5571735ffaf0 void 0.000151
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000155
+gallium_dri.so free 0x5571735ffc80 void 0.000153
+gallium_dri.so free 0x5571735ffbb0 void 0.000156
+gallium_dri.so malloc 72 0x5571735ffcd0 0.000147
+gallium_dri.so free 0x5571735ffd40 void 0.000150
+gallium_dri.so free 0x5571735ffcd0 void 0.000155
+gallium_dri.so malloc 72 0x5571735ffd60 0.000153
+gallium_dri.so free 0x5571735ffe00 void 0.000148
+gallium_dri.so free 0x5571735ffd60 void 0.000143
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000149
+gallium_dri.so free 0x5571735ffe80 void 0.000156
+gallium_dri.so free 0x5571735ffdb0 void 0.000154
+gallium_dri.so malloc 72 0x5571735ffdb0 0.000148
+gallium_dri.so free 0x5571735fff00 void 0.000143
+gallium_dri.so free 0x5571735ffdb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fff00 0.000154
+gallium_dri.so free 0x5571735fffc0 void 0.000148
+gallium_dri.so free 0x5571735fff00 void 0.000144
+gallium_dri.so malloc 72 0x5571735fff00 0.000166
+gallium_dri.so free 0x5571736000c0 void 0.000154
+gallium_dri.so free 0x5571735fff00 void 0.000150
+gallium_dri.so malloc 72 0x557173600070 0.000145
+gallium_dri.so free 0x557173600100 void 0.000177
+gallium_dri.so free 0x557173600070 void 0.000156
+gallium_dri.so malloc 72 0x557173600070 0.000155
+gallium_dri.so free 0x5571736001c0 void 0.000155
+gallium_dri.so free 0x557173600070 void 0.000155
+gallium_dri.so malloc 72 0x557173600200 0.000153
+gallium_dri.so free 0x557173600280 void 0.000153
+gallium_dri.so free 0x557173600200 void 0.000152
+gallium_dri.so malloc 72 0x557173600280 0.000147
+gallium_dri.so free 0x557173600340 void 0.000144
+gallium_dri.so free 0x557173600280 void 0.000153
+gallium_dri.so malloc 72 0x557173600280 0.000154
+gallium_dri.so free 0x5571736003c0 void 0.000155
+gallium_dri.so free 0x557173600280 void 0.000156
+gallium_dri.so malloc 72 0x5571736003f0 0.000155
+gallium_dri.so free 0x557173600440 void 0.000155
+gallium_dri.so free 0x5571736003f0 void 0.000164
+gallium_dri.so malloc 72 0x5571736003f0 0.000155
+gallium_dri.so free 0x557173600540 void 0.000153
+gallium_dri.so free 0x5571736003f0 void 0.000171
+gallium_dri.so malloc 72 0x557173600580 0.000189
+gallium_dri.so free 0x557173600600 void 0.000198
+gallium_dri.so free 0x557173600580 void 0.000182
+gallium_dri.so malloc 72 0x557173600600 0.000183
+gallium_dri.so free 0x5571736006c0 void 0.000246
+gallium_dri.so free 0x557173600600 void 0.000149
+gallium_dri.so malloc 72 0x557173600600 0.000141
+gallium_dri.so free 0x557173600740 void 0.000140
+gallium_dri.so free 0x557173600600 void 0.000137
+gallium_dri.so malloc 72 0x557173600770 0.000125
+gallium_dri.so free 0x5571736007c0 void 0.000135
+gallium_dri.so free 0x557173600770 void 0.000130
+gallium_dri.so malloc 72 0x557173600770 0.000129
+gallium_dri.so free 0x5571736008c0 void 0.000129
+gallium_dri.so free 0x557173600770 void 0.000130
+gallium_dri.so malloc 72 0x557173600870 0.000130
+gallium_dri.so free 0x557173600980 void 0.000140
+gallium_dri.so free 0x557173600870 void 0.000130
+gallium_dri.so malloc 72 0x557173600930 0.000130
+gallium_dri.so free 0x557173600a00 void 0.000131
+gallium_dri.so free 0x557173600930 void 0.000130
+gallium_dri.so malloc 72 0x557173600930 0.000130
+gallium_dri.so free 0x557173600ac0 void 0.000131
+gallium_dri.so free 0x557173600930 void 0.000131
+gallium_dri.so malloc 72 0x557173600930 0.000130
+gallium_dri.so free 0x557173600b80 void 0.000132
+gallium_dri.so free 0x557173600930 void 0.000130
+gallium_dri.so malloc 72 0x557173600b30 0.000130
+gallium_dri.so free 0x557173600c00 void 0.000130
+gallium_dri.so free 0x557173600b30 void 0.000131
+gallium_dri.so malloc 72 0x557173600c50 0.000130
+gallium_dri.so free 0x557173600cc0 void 0.000130
+gallium_dri.so free 0x557173600c50 void 0.000131
+gallium_dri.so malloc 72 0x557173600ce0 0.000130
+gallium_dri.so free 0x557173600d80 void 0.000131
+gallium_dri.so free 0x557173600ce0 void 0.000131
+gallium_dri.so malloc 72 0x557173600d30 0.000129
+gallium_dri.so free 0x557173600e00 void 0.000129
+gallium_dri.so free 0x557173600d30 void 0.000130
+gallium_dri.so malloc 72 0x557173600e00 0.000133
+gallium_dri.so free 0x557173600ec0 void 0.000146
+gallium_dri.so free 0x557173600e00 void 0.000132
+gallium_dri.so malloc 72 0x557173600e00 0.000130
+gallium_dri.so free 0x557173600f40 void 0.000129
+gallium_dri.so free 0x557173600e00 void 0.000131
+gallium_dri.so malloc 72 0x557173600f40 0.000130
+gallium_dri.so free 0x557173601000 void 0.000129
+gallium_dri.so free 0x557173600f40 void 0.000134
+gallium_dri.so malloc 72 0x557173600f40 0.000130
+gallium_dri.so free 0x5571736010c0 void 0.000131
+gallium_dri.so free 0x557173600f40 void 0.000130
+gallium_dri.so malloc 72 0x557173600f40 0.000131
+gallium_dri.so free 0x557173601180 void 0.000130
+gallium_dri.so free 0x557173600f40 void 0.000130
+gallium_dri.so malloc 72 0x557173601130 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000128
+gallium_dri.so free 0x557173601130 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000129
+gallium_dri.so free 0x5571735bfe80 void 0.000130
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000130
+gallium_dri.so free 0x5571735bff00 void 0.000131
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000129
+gallium_dri.so free 0x5571735bffc0 void 0.000139
+gallium_dri.so free 0x5571735bfdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000177
+gallium_dri.so free 0x5571735c0080 void 0.000129
+gallium_dri.so free 0x5571735bfdc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0030 0.000121
+gallium_dri.so free 0x5571735c0100 void 0.000121
+gallium_dri.so free 0x5571735c0030 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0150 0.000127
+gallium_dri.so free 0x5571735c01c0 void 0.000121
+gallium_dri.so free 0x5571735c0150 void 0.000120
+gallium_dri.so malloc 72 0x5571735c01e0 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000122
+gallium_dri.so free 0x5571735c01e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0230 0.000122
+gallium_dri.so free 0x5571735c0300 void 0.000121
+gallium_dri.so free 0x5571735c0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0230 0.000122
+gallium_dri.so free 0x5571735c0400 void 0.000120
+gallium_dri.so free 0x5571735c0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c03b0 0.000119
+gallium_dri.so free 0x5571735c0480 void 0.000121
+gallium_dri.so free 0x5571735c03b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c04d0 0.000120
+gallium_dri.so free 0x5571735c0540 void 0.000121
+gallium_dri.so free 0x5571735c04d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0560 0.000122
+gallium_dri.so free 0x5571735c0600 void 0.000121
+gallium_dri.so free 0x5571735c0560 void 0.000120
+gallium_dri.so malloc 72 0x5571735c05b0 0.000120
+gallium_dri.so free 0x5571735c0680 void 0.000123
+gallium_dri.so free 0x5571735c05b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c05b0 0.000120
+gallium_dri.so free 0x5571735c0700 void 0.000120
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0700 0.000120
+gallium_dri.so free 0x5571735c07c0 void 0.000122
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0700 0.000122
+gallium_dri.so free 0x5571735c08c0 void 0.000122
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0700 0.000121
+gallium_dri.so free 0x5571735c0940 void 0.000122
+gallium_dri.so free 0x5571735c0700 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0970 0.000119
+gallium_dri.so free 0x5571735c09c0 void 0.000121
+gallium_dri.so free 0x5571735c0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0970 0.000120
+gallium_dri.so free 0x5571735c0ac0 void 0.000121
+gallium_dri.so free 0x5571735c0970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0a70 0.000120
+gallium_dri.so free 0x5571735c0b80 void 0.000121
+gallium_dri.so free 0x5571735c0a70 void 0.000165
+gallium_dri.so malloc 72 0x5571735c0b30 0.000154
+gallium_dri.so free 0x5571735c0bc0 void 0.000153
+gallium_dri.so free 0x5571735c0b30 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0b30 0.000152
+gallium_dri.so free 0x5571735c0c80 void 0.000154
+gallium_dri.so free 0x5571735c0b30 void 0.000152
+gallium_dri.so malloc 72 0x5571735c0cd0 0.000155
+gallium_dri.so free 0x5571735c0d40 void 0.000153
+gallium_dri.so free 0x5571735c0cd0 void 0.000154
+gallium_dri.so malloc 72 0x5571735c0d80 0.000153
+gallium_dri.so free 0x5571735c0e00 void 0.000155
+gallium_dri.so free 0x5571735c0d80 void 0.000152
+gallium_dri.so malloc 72 0x5571735c0e00 0.000153
+gallium_dri.so free 0x5571735c0ec0 void 0.000155
+gallium_dri.so free 0x5571735c0e00 void 0.000153
+gallium_dri.so malloc 72 0x5571735c0e00 0.000153
+gallium_dri.so free 0x5571735c0f40 void 0.000153
+gallium_dri.so free 0x5571735c0e00 void 0.000153
+gallium_dri.so malloc 72 0x5571735c0f70 0.000160
+gallium_dri.so free 0x5571735c0fc0 void 0.000144
+gallium_dri.so free 0x5571735c0f70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0f70 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x5571735c0f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735c1180 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1130 0.000116
+gallium_dri.so free 0x5571735c1200 void 0.000116
+gallium_dri.so free 0x5571735c1130 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1220 0.000113
+gallium_dri.so free 0x5571735c12c0 void 0.000116
+gallium_dri.so free 0x5571735c1220 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000114
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so free 0x5571735c1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1270 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so free 0x5571735c1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000116
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13c0 0.000115
+gallium_dri.so free 0x5571735c1540 void 0.000115
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13c0 0.000114
+gallium_dri.so free 0x5571735c1600 void 0.000125
+gallium_dri.so free 0x5571735c13c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c15b0 0.000116
+gallium_dri.so free 0x5571735c1600 void 0.000115
+gallium_dri.so free 0x5571735c15b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c15b0 0.000115
+gallium_dri.so free 0x5571735c1700 void 0.000114
+gallium_dri.so free 0x5571735c15b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c16b0 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000115
+gallium_dri.so free 0x5571735c16b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000115
+gallium_dri.so free 0x5571735c1800 void 0.000114
+gallium_dri.so free 0x5571735c1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1770 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000115
+gallium_dri.so free 0x5571735c1770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1900 0.000114
+gallium_dri.so free 0x5571735c1980 void 0.000116
+gallium_dri.so free 0x5571735c1900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1980 0.000115
+gallium_dri.so free 0x5571735c1a40 void 0.000116
+gallium_dri.so free 0x5571735c1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1980 0.000115
+gallium_dri.so free 0x5571735c1b00 void 0.000116
+gallium_dri.so free 0x5571735c1980 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b20 0.000113
+gallium_dri.so free 0x5571735c1bc0 void 0.000114
+gallium_dri.so free 0x5571735c1b20 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1b70 0.000115
+gallium_dri.so free 0x5571735c1c40 void 0.000115
+gallium_dri.so free 0x5571735c1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1b70 0.000116
+gallium_dri.so free 0x5571735c1cc0 void 0.000115
+gallium_dri.so free 0x5571735c1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000114
+gallium_dri.so free 0x5571735c1d80 void 0.000114
+gallium_dri.so free 0x5571735c1cc0 void 0.000106
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000261
+gallium_dri.so free 0x5571735c1e40 void 0.000242
+gallium_dri.so free 0x5571735c1cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1cc0 0.000114
+gallium_dri.so free 0x5571735c1f00 void 0.000118
+gallium_dri.so free 0x5571735c1cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1eb0 0.000115
+gallium_dri.so free 0x5571735c1fc0 void 0.000114
+gallium_dri.so free 0x5571735c1eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1f70 0.000113
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2090 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000115
+gallium_dri.so free 0x5571735c2090 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2120 0.000125
+gallium_dri.so free 0x5571735c21c0 void 0.000115
+gallium_dri.so free 0x5571735c2120 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2170 0.000114
+gallium_dri.so free 0x5571735c2240 void 0.000114
+gallium_dri.so free 0x5571735c2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2170 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000113
+gallium_dri.so free 0x5571735c2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c22c0 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c22c0 0.000114
+gallium_dri.so free 0x5571735c2480 void 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2430 0.000114
+gallium_dri.so free 0x5571735c24c0 void 0.000114
+gallium_dri.so free 0x5571735c2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2430 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000115
+gallium_dri.so free 0x5571735c2430 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25c0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2640 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000126
+gallium_dri.so free 0x5571735c2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000114
+gallium_dri.so free 0x5571735c2800 void 0.000113
+gallium_dri.so free 0x5571735c27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000114
+gallium_dri.so free 0x5571735c2900 void 0.000116
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2940 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000113
+gallium_dri.so free 0x5571735c2940 void 0.000112
+gallium_dri.so malloc 72 0x5571735c29c0 0.000116
+gallium_dri.so free 0x5571735c2a80 void 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c29c0 0.000113
+gallium_dri.so free 0x5571735c2b00 void 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x5571735c2c80 void 0.000114
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000113
+gallium_dri.so free 0x5571735c2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000114
+gallium_dri.so free 0x5571735c2dc0 void 0.000157
+gallium_dri.so free 0x5571735c2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2e80 void 0.000114
+gallium_dri.so free 0x5571735c2cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2f40 void 0.000118
+gallium_dri.so free 0x5571735c2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000113
+gallium_dri.so free 0x5571735c2ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3010 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000115
+gallium_dri.so free 0x5571735c3010 void 0.000113
+gallium_dri.so malloc 72 0x5571735c30a0 0.000113
+gallium_dri.so free 0x5571735c3140 void 0.000114
+gallium_dri.so free 0x5571735c30a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c30f0 0.000112
+gallium_dri.so free 0x5571735c31c0 void 0.000113
+gallium_dri.so free 0x5571735c30f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c31c0 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x5571735c31c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c31c0 0.000113
+gallium_dri.so free 0x5571735c3300 void 0.000114
+gallium_dri.so free 0x5571735c31c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3300 0.000112
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3300 0.000115
+gallium_dri.so free 0x5571735c3480 void 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3300 0.000113
+gallium_dri.so free 0x5571735c3540 void 0.000116
+gallium_dri.so free 0x5571735c3300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c34f0 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so free 0x5571735c34f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3610 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so free 0x5571735c3610 void 0.000113
+gallium_dri.so malloc 72 0x5571735c36c0 0.000113
+gallium_dri.so free 0x5571735c3740 void 0.000114
+gallium_dri.so free 0x5571735c36c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c36c0 0.000111
+gallium_dri.so free 0x5571735c37c0 void 0.000113
+gallium_dri.so free 0x5571735c36c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c37f0 0.000116
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so free 0x5571735c37f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37f0 0.000112
+gallium_dri.so free 0x5571735c3940 void 0.000115
+gallium_dri.so free 0x5571735c37f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c38f0 0.000113
+gallium_dri.so free 0x5571735c3a00 void 0.000114
+gallium_dri.so free 0x5571735c38f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c39b0 0.000115
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so free 0x5571735c39b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39b0 0.000112
+gallium_dri.so free 0x5571735c3b00 void 0.000113
+gallium_dri.so free 0x5571735c39b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b70 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000113
+gallium_dri.so free 0x5571735c3b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b70 0.000114
+gallium_dri.so free 0x5571735c3cc0 void 0.000114
+gallium_dri.so free 0x5571735c3b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c70 0.000113
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so free 0x5571735c3c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3dc0 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000113
+gallium_dri.so free 0x5571735c3e80 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ec0 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000118
+gallium_dri.so free 0x5571735c3ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3f40 0.000114
+gallium_dri.so free 0x5571735c4000 void 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3f40 0.000183
+gallium_dri.so free 0x5571735c40c0 void 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40e0 0.000113
+gallium_dri.so free 0x5571735c4180 void 0.000114
+gallium_dri.so free 0x5571735c40e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4200 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4130 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000114
+gallium_dri.so free 0x5571735c4130 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4280 0.000113
+gallium_dri.so free 0x5571735c4340 void 0.000115
+gallium_dri.so free 0x5571735c4280 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so free 0x5571735c4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4280 0.000114
+gallium_dri.so free 0x5571735c44c0 void 0.000113
+gallium_dri.so free 0x5571735c4280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4470 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so free 0x5571735c4470 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4530 0.000114
+gallium_dri.so free 0x5571735c4600 void 0.000114
+gallium_dri.so free 0x5571735c4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4650 0.000126
+gallium_dri.so free 0x5571735c46c0 void 0.000116
+gallium_dri.so free 0x5571735c4650 void 0.000112
+gallium_dri.so malloc 72 0x5571735c46e0 0.000113
+gallium_dri.so free 0x5571735c4780 void 0.000114
+gallium_dri.so free 0x5571735c46e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4730 0.000113
+gallium_dri.so free 0x5571735c4800 void 0.000115
+gallium_dri.so free 0x5571735c4730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4730 0.000112
+gallium_dri.so free 0x5571735c4880 void 0.000114
+gallium_dri.so free 0x5571735c4730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4880 0.000113
+gallium_dri.so free 0x5571735c4940 void 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4880 0.000113
+gallium_dri.so free 0x5571735c4a40 void 0.000114
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c49f0 0.000114
+gallium_dri.so free 0x5571735c4a80 void 0.000114
+gallium_dri.so free 0x5571735c49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49f0 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c49f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4b80 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c00 0.000118
+gallium_dri.so free 0x5571735c4cc0 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c00 0.000114
+gallium_dri.so free 0x5571735c4d40 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d70 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x5571735c4d70 void 0.000114
+gallium_dri.so malloc 72 0x55717360c130 0.000112
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c130 void 0.000112
+gallium_dri.so malloc 72 0x55717360c130 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so free 0x55717360c130 void 0.000113
+gallium_dri.so malloc 72 0x55717360c230 0.000113
+gallium_dri.so free 0x55717360c340 void 0.000113
+gallium_dri.so free 0x55717360c230 void 0.000112
+gallium_dri.so malloc 72 0x55717360c2f0 0.000113
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so free 0x55717360c2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2f0 0.000113
+gallium_dri.so free 0x55717360c380 void 0.000113
+gallium_dri.so free 0x55717360c2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2f0 0.000115
+gallium_dri.so free 0x55717360c480 void 0.000115
+gallium_dri.so free 0x55717360c2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c430 0.000114
+gallium_dri.so free 0x55717360c540 void 0.000127
+gallium_dri.so free 0x55717360c430 void 0.000118
+gallium_dri.so malloc 72 0x55717360c4f0 0.000114
+gallium_dri.so free 0x55717360c5c0 void 0.000114
+gallium_dri.so free 0x55717360c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c4f0 0.000113
+gallium_dri.so free 0x55717360c680 void 0.000114
+gallium_dri.so free 0x55717360c4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c4f0 0.000113
+gallium_dri.so free 0x55717360c740 void 0.000113
+gallium_dri.so free 0x55717360c4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c6f0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000113
+gallium_dri.so free 0x55717360c6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c810 0.000114
+gallium_dri.so free 0x55717360c880 void 0.000113
+gallium_dri.so free 0x55717360c810 void 0.000112
+gallium_dri.so malloc 72 0x55717360c8a0 0.000113
+gallium_dri.so free 0x55717360c940 void 0.000113
+gallium_dri.so free 0x55717360c8a0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c8f0 0.000113
+gallium_dri.so free 0x55717360c9c0 void 0.000114
+gallium_dri.so free 0x55717360c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9c0 0.000113
+gallium_dri.so free 0x55717360ca80 void 0.000113
+gallium_dri.so free 0x55717360c9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9c0 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000114
+gallium_dri.so free 0x55717360c9c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360cb00 0.000114
+gallium_dri.so free 0x55717360cbc0 void 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000113
+gallium_dri.so malloc 72 0x55717360cb00 0.000113
+gallium_dri.so free 0x55717360cc80 void 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000112
+gallium_dri.so malloc 72 0x55717360cb00 0.000114
+gallium_dri.so free 0x55717360cd40 void 0.000114
+gallium_dri.so free 0x55717360cb00 void 0.000113
+gallium_dri.so malloc 72 0x55717360ccf0 0.000112
+gallium_dri.so free 0x55717360cdc0 void 0.000115
+gallium_dri.so free 0x55717360ccf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ce10 0.000114
+gallium_dri.so free 0x55717360ce80 void 0.000113
+gallium_dri.so free 0x55717360ce10 void 0.000119
+gallium_dri.so malloc 72 0x55717360cec0 0.000124
+gallium_dri.so free 0x55717360cf40 void 0.000123
+gallium_dri.so free 0x55717360cec0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cec0 0.000113
+gallium_dri.so free 0x55717360cfc0 void 0.000116
+gallium_dri.so free 0x55717360cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cff0 0.000114
+gallium_dri.so free 0x55717360d040 void 0.000114
+gallium_dri.so free 0x55717360cff0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cff0 0.000113
+gallium_dri.so free 0x55717360d140 void 0.000161
+gallium_dri.so free 0x55717360cff0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d0f0 0.000118
+gallium_dri.so free 0x55717360d200 void 0.000114
+gallium_dri.so free 0x55717360d0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d1b0 0.000113
+gallium_dri.so free 0x55717360d240 void 0.000114
+gallium_dri.so free 0x55717360d1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d1b0 0.000114
+gallium_dri.so free 0x55717360d300 void 0.000115
+gallium_dri.so free 0x55717360d1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d370 0.000113
+gallium_dri.so free 0x55717360d3c0 void 0.000113
+gallium_dri.so free 0x55717360d370 void 0.000114
+gallium_dri.so malloc 72 0x55717360d370 0.000112
+gallium_dri.so free 0x55717360d4c0 void 0.000117
+gallium_dri.so free 0x55717360d370 void 0.000113
+gallium_dri.so malloc 72 0x55717360d470 0.000114
+gallium_dri.so free 0x55717360d580 void 0.000117
+gallium_dri.so free 0x55717360d470 void 0.000114
+gallium_dri.so malloc 72 0x55717360d530 0.000113
+gallium_dri.so free 0x55717360d5c0 void 0.000114
+gallium_dri.so free 0x55717360d530 void 0.000113
+gallium_dri.so malloc 72 0x55717360d530 0.000113
+gallium_dri.so free 0x55717360d680 void 0.000114
+gallium_dri.so free 0x55717360d530 void 0.000113
+gallium_dri.so malloc 72 0x55717360d6c0 0.000112
+gallium_dri.so free 0x55717360d740 void 0.000114
+gallium_dri.so free 0x55717360d6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d740 0.000114
+gallium_dri.so free 0x55717360d800 void 0.000115
+gallium_dri.so free 0x55717360d740 void 0.000114
+gallium_dri.so malloc 72 0x55717360d740 0.000113
+gallium_dri.so free 0x55717360d8c0 void 0.000114
+gallium_dri.so free 0x55717360d740 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8e0 0.000112
+gallium_dri.so free 0x55717360d980 void 0.000113
+gallium_dri.so free 0x55717360d8e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d930 0.000114
+gallium_dri.so free 0x55717360da00 void 0.000114
+gallium_dri.so free 0x55717360d930 void 0.000112
+gallium_dri.so malloc 72 0x55717360d930 0.000112
+gallium_dri.so free 0x55717360da80 void 0.000113
+gallium_dri.so free 0x55717360d930 void 0.000113
+gallium_dri.so malloc 72 0x55717360da80 0.000113
+gallium_dri.so free 0x55717360db40 void 0.000116
+gallium_dri.so free 0x55717360da80 void 0.000112
+gallium_dri.so malloc 72 0x55717360da80 0.000113
+gallium_dri.so free 0x55717360dc00 void 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000112
+gallium_dri.so malloc 72 0x55717360da80 0.000118
+gallium_dri.so free 0x55717360dcc0 void 0.000125
+gallium_dri.so free 0x55717360da80 void 0.000119
+gallium_dri.so malloc 72 0x55717360dc70 0.000114
+gallium_dri.so free 0x55717360dd80 void 0.000113
+gallium_dri.so free 0x55717360dc70 void 0.000121
+gallium_dri.so malloc 72 0x55717360dd30 0.000120
+gallium_dri.so free 0x55717360de00 void 0.000123
+gallium_dri.so free 0x55717360dd30 void 0.000124
+gallium_dri.so malloc 72 0x55717360de50 0.000124
+gallium_dri.so free 0x55717360dec0 void 0.000123
+gallium_dri.so free 0x55717360de50 void 0.000124
+gallium_dri.so malloc 72 0x55717360dee0 0.000124
+gallium_dri.so free 0x55717360df80 void 0.000123
+gallium_dri.so free 0x55717360dee0 void 0.000123
+gallium_dri.so malloc 72 0x55717360df30 0.000123
+gallium_dri.so free 0x55717360e000 void 0.000123
+gallium_dri.so free 0x55717360df30 void 0.000118
+gallium_dri.so malloc 72 0x55717360df30 0.000114
+gallium_dri.so free 0x55717360e080 void 0.000124
+gallium_dri.so free 0x55717360df30 void 0.000119
+gallium_dri.so malloc 72 0x55717360e080 0.000120
+gallium_dri.so free 0x55717360e140 void 0.000123
+gallium_dri.so free 0x55717360e080 void 0.000119
+gallium_dri.so malloc 72 0x55717360e080 0.000114
+gallium_dri.so free 0x55717360e240 void 0.000122
+gallium_dri.so free 0x55717360e080 void 0.000118
+gallium_dri.so malloc 72 0x55717360e1f0 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000122
+gallium_dri.so free 0x55717360e1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e1f0 0.000119
+gallium_dri.so free 0x55717360e340 void 0.000115
+gallium_dri.so free 0x55717360e1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e380 0.000118
+gallium_dri.so free 0x55717360e400 void 0.000118
+gallium_dri.so free 0x55717360e380 void 0.000112
+gallium_dri.so malloc 72 0x55717360e400 0.000113
+gallium_dri.so free 0x55717360e4c0 void 0.000114
+gallium_dri.so free 0x55717360e400 void 0.000113
+gallium_dri.so malloc 72 0x55717360e400 0.000119
+gallium_dri.so free 0x55717360e540 void 0.000123
+gallium_dri.so free 0x55717360e400 void 0.000120
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000114
+gallium_dri.so free 0x55717360e570 void 0.000117
+gallium_dri.so malloc 72 0x55717360e570 0.000195
+gallium_dri.so free 0x55717360e6c0 void 0.000159
+gallium_dri.so free 0x55717360e570 void 0.000161
+gallium_dri.so malloc 72 0x55717360e700 0.000124
+gallium_dri.so free 0x55717360e780 void 0.000123
+gallium_dri.so free 0x55717360e700 void 0.000145
+gallium_dri.so malloc 72 0x55717360e780 0.000125
+gallium_dri.so free 0x55717360e840 void 0.000123
+gallium_dri.so free 0x55717360e780 void 0.000119
+gallium_dri.so malloc 72 0x55717360e780 0.000113
+gallium_dri.so free 0x55717360e8c0 void 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000121
+gallium_dri.so malloc 72 0x55717360e8f0 0.000114
+gallium_dri.so free 0x55717360e940 void 0.000119
+gallium_dri.so free 0x55717360e8f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360e8f0 0.000118
+gallium_dri.so free 0x55717360ea40 void 0.000123
+gallium_dri.so free 0x55717360e8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360e9f0 0.000123
+gallium_dri.so free 0x55717360eb00 void 0.000123
+gallium_dri.so free 0x55717360e9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360eab0 0.000119
+gallium_dri.so free 0x55717360eb80 void 0.000121
+gallium_dri.so free 0x55717360eab0 void 0.000124
+gallium_dri.so malloc 72 0x55717360eab0 0.000125
+gallium_dri.so free 0x55717360ec40 void 0.000124
+gallium_dri.so free 0x55717360eab0 void 0.000157
+gallium_dri.so malloc 72 0x55717360eab0 0.000176
+gallium_dri.so free 0x55717360ed00 void 0.000169
+gallium_dri.so free 0x55717360eab0 void 0.000162
+gallium_dri.so malloc 72 0x55717360ecb0 0.000160
+gallium_dri.so free 0x55717360ed80 void 0.000123
+gallium_dri.so free 0x55717360ecb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360edd0 0.000134
+gallium_dri.so free 0x55717360ee40 void 0.000164
+gallium_dri.so free 0x55717360edd0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ee60 0.000128
+gallium_dri.so free 0x55717360ef00 void 0.000130
+gallium_dri.so free 0x55717360ee60 void 0.000130
+gallium_dri.so malloc 72 0x55717360eeb0 0.000133
+gallium_dri.so free 0x55717360ef80 void 0.000130
+gallium_dri.so free 0x55717360eeb0 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef80 0.000125
+gallium_dri.so free 0x55717360f040 void 0.000120
+gallium_dri.so free 0x55717360ef80 void 0.000125
+gallium_dri.so malloc 72 0x55717360ef80 0.000131
+gallium_dri.so free 0x55717360f0c0 void 0.000130
+gallium_dri.so free 0x55717360ef80 void 0.000136
+gallium_dri.so malloc 72 0x55717360f0c0 0.000130
+gallium_dri.so free 0x55717360f180 void 0.000125
+gallium_dri.so free 0x55717360f0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0c0 0.000123
+gallium_dri.so free 0x55717360f240 void 0.000124
+gallium_dri.so free 0x55717360f0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0c0 0.000125
+gallium_dri.so free 0x55717360f300 void 0.000131
+gallium_dri.so free 0x55717360f0c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f2b0 0.000129
+gallium_dri.so free 0x55717360f380 void 0.000129
+gallium_dri.so free 0x55717360f2b0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f3d0 0.000125
+gallium_dri.so free 0x55717360f440 void 0.000127
+gallium_dri.so free 0x55717360f3d0 void 0.000129
+gallium_dri.so malloc 72 0x55717360f480 0.000129
+gallium_dri.so free 0x55717360f500 void 0.000129
+gallium_dri.so free 0x55717360f480 void 0.000129
+gallium_dri.so malloc 72 0x55717360f480 0.000130
+gallium_dri.so free 0x55717360f580 void 0.000130
+gallium_dri.so free 0x55717360f480 void 0.000137
+gallium_dri.so malloc 72 0x55717360f5b0 0.000132
+gallium_dri.so free 0x55717360f600 void 0.000130
+gallium_dri.so free 0x55717360f5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f5b0 0.000125
+gallium_dri.so free 0x55717360f700 void 0.000124
+gallium_dri.so free 0x55717360f5b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f6b0 0.000124
+gallium_dri.so free 0x55717360f7c0 void 0.000120
+gallium_dri.so free 0x55717360f6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360f770 0.000131
+gallium_dri.so free 0x55717360f800 void 0.000130
+gallium_dri.so free 0x55717360f770 void 0.000130
+gallium_dri.so malloc 72 0x55717360f770 0.000125
+gallium_dri.so free 0x55717360f8c0 void 0.000120
+gallium_dri.so free 0x55717360f770 void 0.000119
+gallium_dri.so malloc 72 0x55717360f930 0.000125
+gallium_dri.so free 0x55717360f980 void 0.000124
+gallium_dri.so free 0x55717360f930 void 0.000119
+gallium_dri.so malloc 72 0x55717360f930 0.000118
+gallium_dri.so free 0x55717360fa80 void 0.000124
+gallium_dri.so free 0x55717360f930 void 0.000125
+gallium_dri.so malloc 72 0x55717360fa30 0.000124
+gallium_dri.so free 0x55717360fb40 void 0.000185
+gallium_dri.so free 0x55717360fa30 void 0.000126
+gallium_dri.so malloc 72 0x55717360faf0 0.000120
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so free 0x55717360faf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360faf0 0.000125
+gallium_dri.so free 0x55717360fc40 void 0.000124
+gallium_dri.so free 0x55717360faf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc80 0.000119
+gallium_dri.so free 0x55717360fd00 void 0.000119
+gallium_dri.so free 0x55717360fc80 void 0.000119
+gallium_dri.so malloc 72 0x55717360fd00 0.000118
+gallium_dri.so free 0x55717360fdc0 void 0.000120
+gallium_dri.so free 0x55717360fd00 void 0.000119
+gallium_dri.so malloc 72 0x55717360fd00 0.000119
+gallium_dri.so free 0x55717360fe80 void 0.000119
+gallium_dri.so free 0x55717360fd00 void 0.000125
+gallium_dri.so malloc 72 0x55717360fea0 0.000131
+gallium_dri.so free 0x55717360ff40 void 0.000131
+gallium_dri.so free 0x55717360fea0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fef0 0.000119
+gallium_dri.so free 0x55717360ffc0 void 0.000121
+gallium_dri.so free 0x55717360fef0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fef0 0.000129
+gallium_dri.so free 0x557173610040 void 0.000138
+gallium_dri.so free 0x55717360fef0 void 0.000131
+gallium_dri.so malloc 72 0x557173610040 0.000161
+gallium_dri.so free 0x557173610100 void 0.000130
+gallium_dri.so free 0x557173610040 void 0.000125
+gallium_dri.so malloc 72 0x557173610040 0.000120
+gallium_dri.so free 0x5571736101c0 void 0.000120
+gallium_dri.so free 0x557173610040 void 0.000124
+gallium_dri.so malloc 72 0x557173610040 0.000130
+gallium_dri.so free 0x557173610280 void 0.000130
+gallium_dri.so free 0x557173610040 void 0.000131
+gallium_dri.so malloc 72 0x557173610230 0.000131
+gallium_dri.so free 0x557173610340 void 0.000130
+gallium_dri.so free 0x557173610230 void 0.000130
+gallium_dri.so malloc 72 0x5571736102f0 0.000128
+gallium_dri.so free 0x5571736103c0 void 0.000124
+gallium_dri.so free 0x5571736102f0 void 0.000120
+gallium_dri.so malloc 72 0x557173610410 0.000119
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so free 0x557173610410 void 0.000123
+gallium_dri.so malloc 72 0x5571736104a0 0.000130
+gallium_dri.so free 0x557173610540 void 0.000137
+gallium_dri.so free 0x5571736104a0 void 0.000127
+gallium_dri.so malloc 72 0x5571736104f0 0.000120
+gallium_dri.so free 0x5571736105c0 void 0.000126
+gallium_dri.so free 0x5571736104f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736104f0 0.000129
+gallium_dri.so free 0x557173610640 void 0.000129
+gallium_dri.so free 0x5571736104f0 void 0.000129
+gallium_dri.so malloc 72 0x557173610640 0.000130
+gallium_dri.so free 0x557173610700 void 0.000129
+gallium_dri.so free 0x557173610640 void 0.000131
+gallium_dri.so malloc 72 0x557173610640 0.000129
+gallium_dri.so free 0x557173610800 void 0.000134
+gallium_dri.so free 0x557173610640 void 0.000132
+gallium_dri.so malloc 72 0x5571736107b0 0.000130
+gallium_dri.so free 0x557173610840 void 0.000124
+gallium_dri.so free 0x5571736107b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736107b0 0.000118
+gallium_dri.so free 0x557173610900 void 0.000119
+gallium_dri.so free 0x5571736107b0 void 0.000123
+gallium_dri.so malloc 72 0x557173610940 0.000132
+gallium_dri.so free 0x5571736109c0 void 0.000129
+gallium_dri.so free 0x557173610940 void 0.000174
+gallium_dri.so malloc 72 0x5571736109c0 0.000131
+gallium_dri.so free 0x557173610a80 void 0.000129
+gallium_dri.so free 0x5571736109c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736109c0 0.000130
+gallium_dri.so free 0x557173610b00 void 0.000131
+gallium_dri.so free 0x5571736109c0 void 0.000130
+gallium_dri.so malloc 72 0x557173610b30 0.000129
+gallium_dri.so free 0x557173610b80 void 0.000130
+gallium_dri.so free 0x557173610b30 void 0.000125
+gallium_dri.so malloc 72 0x557173610b30 0.000120
+gallium_dri.so free 0x557173610c80 void 0.000120
+gallium_dri.so free 0x557173610b30 void 0.000124
+gallium_dri.so malloc 72 0x557173610cc0 0.000129
+gallium_dri.so free 0x557173610d40 void 0.000129
+gallium_dri.so free 0x557173610cc0 void 0.000129
+gallium_dri.so malloc 72 0x557173610d40 0.000129
+gallium_dri.so free 0x557173610e00 void 0.000129
+gallium_dri.so free 0x557173610d40 void 0.000130
+gallium_dri.so malloc 72 0x557173610d40 0.000124
+gallium_dri.so free 0x557173610e80 void 0.000128
+gallium_dri.so free 0x557173610d40 void 0.000139
+gallium_dri.so malloc 72 0x557173610eb0 0.000131
+gallium_dri.so free 0x557173610f00 void 0.000130
+gallium_dri.so free 0x557173610eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173610eb0 0.000123
+gallium_dri.so free 0x557173611000 void 0.000125
+gallium_dri.so free 0x557173610eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173610fb0 0.000125
+gallium_dri.so free 0x5571736110c0 void 0.000121
+gallium_dri.so free 0x557173610fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173611070 0.000123
+gallium_dri.so free 0x557173611140 void 0.000120
+gallium_dri.so free 0x557173611070 void 0.000119
+gallium_dri.so malloc 72 0x557173611070 0.000124
+gallium_dri.so free 0x557173611200 void 0.000125
+gallium_dri.so free 0x557173611070 void 0.000119
+gallium_dri.so malloc 72 0x557173611070 0.000120
+gallium_dri.so free 0x557173469a00 void 0.000125
+gallium_dri.so free 0x557173611070 void 0.000126
+gallium_dri.so malloc 72 0x557173611070 0.000121
+gallium_dri.so free 0x557173469a80 void 0.000126
+gallium_dri.so free 0x557173611070 void 0.000126
+gallium_dri.so malloc 72 0x557173469a80 0.000131
+gallium_dri.so free 0x557173469b40 void 0.000128
+gallium_dri.so free 0x557173469a80 void 0.000130
+gallium_dri.so malloc 72 0x557173469a80 0.000135
+gallium_dri.so free 0x557173469c00 void 0.000129
+gallium_dri.so free 0x557173469a80 void 0.000120
+gallium_dri.so malloc 72 0x557173469a80 0.000120
+gallium_dri.so free 0x557173469cc0 void 0.000120
+gallium_dri.so free 0x557173469a80 void 0.000123
+gallium_dri.so malloc 72 0x557173469c70 0.000129
+gallium_dri.so free 0x557173469d80 void 0.000130
+gallium_dri.so free 0x557173469c70 void 0.000124
+gallium_dri.so malloc 72 0x557173469d30 0.000127
+gallium_dri.so free 0x557173469e00 void 0.000129
+gallium_dri.so free 0x557173469d30 void 0.000130
+gallium_dri.so malloc 72 0x557173469e50 0.000131
+gallium_dri.so free 0x557173469ec0 void 0.000132
+gallium_dri.so free 0x557173469e50 void 0.000174
+gallium_dri.so malloc 72 0x557173469ee0 0.000132
+gallium_dri.so free 0x557173469f80 void 0.000130
+gallium_dri.so free 0x557173469ee0 void 0.000125
+gallium_dri.so malloc 72 0x557173469f30 0.000126
+gallium_dri.so free 0x55717346a000 void 0.000139
+gallium_dri.so free 0x557173469f30 void 0.000130
+gallium_dri.so malloc 72 0x557173469f30 0.000130
+gallium_dri.so free 0x55717346a080 void 0.000125
+gallium_dri.so free 0x557173469f30 void 0.000121
+gallium_dri.so malloc 72 0x55717346a080 0.000121
+gallium_dri.so free 0x55717346a140 void 0.000126
+gallium_dri.so free 0x55717346a080 void 0.000130
+gallium_dri.so malloc 72 0x55717346a080 0.000132
+gallium_dri.so free 0x55717346a240 void 0.000124
+gallium_dri.so free 0x55717346a080 void 0.000120
+gallium_dri.so malloc 72 0x55717346a1f0 0.000126
+gallium_dri.so free 0x55717346a280 void 0.000124
+gallium_dri.so free 0x55717346a1f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a1f0 0.000129
+gallium_dri.so free 0x55717346a340 void 0.000126
+gallium_dri.so free 0x55717346a1f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a380 0.000129
+gallium_dri.so free 0x55717346a400 void 0.000130
+gallium_dri.so free 0x55717346a380 void 0.000125
+gallium_dri.so malloc 72 0x55717346a400 0.000120
+gallium_dri.so free 0x55717346a4c0 void 0.000126
+gallium_dri.so free 0x55717346a400 void 0.000141
+gallium_dri.so malloc 72 0x55717346a400 0.000127
+gallium_dri.so free 0x55717346a540 void 0.000130
+gallium_dri.so free 0x55717346a400 void 0.000131
+gallium_dri.so malloc 72 0x55717346a570 0.000125
+gallium_dri.so free 0x55717346a5c0 void 0.000126
+gallium_dri.so free 0x55717346a570 void 0.000131
+gallium_dri.so malloc 72 0x55717346a570 0.000129
+gallium_dri.so free 0x55717346a6c0 void 0.000125
+gallium_dri.so free 0x55717346a570 void 0.000120
+gallium_dri.so malloc 72 0x55717346a700 0.000126
+gallium_dri.so free 0x55717346a780 void 0.000125
+gallium_dri.so free 0x55717346a700 void 0.000120
+gallium_dri.so malloc 72 0x55717346a780 0.000120
+gallium_dri.so free 0x55717346a840 void 0.000119
+gallium_dri.so free 0x55717346a780 void 0.000128
+gallium_dri.so malloc 72 0x55717346a780 0.000125
+gallium_dri.so free 0x55717346a8c0 void 0.000121
+gallium_dri.so free 0x55717346a780 void 0.000123
+gallium_dri.so malloc 72 0x55717346a8f0 0.000125
+gallium_dri.so free 0x55717346a940 void 0.000130
+gallium_dri.so free 0x55717346a8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a8f0 0.000120
+gallium_dri.so free 0x55717346aa40 void 0.000165
+gallium_dri.so free 0x55717346a8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a9f0 0.000129
+gallium_dri.so free 0x55717346ab00 void 0.000130
+gallium_dri.so free 0x55717346a9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346aab0 0.000125
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aab0 void 0.000197
+gallium_dri.so malloc 72 0x55717346aab0 0.000227
+gallium_dri.so free 0x55717346ac40 void 0.000229
+gallium_dri.so free 0x55717346aab0 void 0.000241
+gallium_dri.so malloc 72 0x55717346aab0 0.000233
+gallium_dri.so free 0x55717346ad00 void 0.000130
+gallium_dri.so free 0x55717346aab0 void 0.000163
+gallium_dri.so malloc 72 0x55717346acb0 0.000164
+gallium_dri.so free 0x55717346ad80 void 0.000130
+gallium_dri.so free 0x55717346acb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346add0 0.000119
+gallium_dri.so free 0x55717346ae40 void 0.000120
+gallium_dri.so free 0x55717346add0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ae60 0.000120
+gallium_dri.so free 0x55717346af00 void 0.000122
+gallium_dri.so free 0x55717346ae60 void 0.000124
+gallium_dri.so malloc 72 0x55717346aeb0 0.000129
+gallium_dri.so free 0x55717346af80 void 0.000129
+gallium_dri.so free 0x55717346aeb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346af80 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000121
+gallium_dri.so free 0x55717346af80 void 0.000125
+gallium_dri.so malloc 72 0x55717346af80 0.000131
+gallium_dri.so free 0x55717346b0c0 void 0.000130
+gallium_dri.so free 0x55717346af80 void 0.000130
+gallium_dri.so malloc 72 0x55717346b0c0 0.000129
+gallium_dri.so free 0x55717346b180 void 0.000125
+gallium_dri.so free 0x55717346b0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b0c0 0.000124
+gallium_dri.so free 0x55717346b240 void 0.000124
+gallium_dri.so free 0x55717346b0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b0c0 0.000124
+gallium_dri.so free 0x55717346b300 void 0.000120
+gallium_dri.so free 0x55717346b0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2b0 0.000129
+gallium_dri.so free 0x55717346b380 void 0.000130
+gallium_dri.so free 0x55717346b2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b3d0 0.000119
+gallium_dri.so free 0x55717346b440 void 0.000126
+gallium_dri.so free 0x55717346b3d0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b480 0.000123
+gallium_dri.so free 0x55717346b500 void 0.000120
+gallium_dri.so free 0x55717346b480 void 0.000119
+gallium_dri.so malloc 72 0x55717346b480 0.000125
+gallium_dri.so free 0x55717346b580 void 0.000129
+gallium_dri.so free 0x55717346b480 void 0.000132
+gallium_dri.so malloc 72 0x55717346b5b0 0.000130
+gallium_dri.so free 0x55717346b600 void 0.000184
+gallium_dri.so free 0x55717346b5b0 void 0.000226
+gallium_dri.so malloc 72 0x55717346b5b0 0.000125
+gallium_dri.so free 0x55717346b700 void 0.000119
+gallium_dri.so free 0x55717346b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b6b0 0.000128
+gallium_dri.so free 0x55717346b7c0 void 0.000125
+gallium_dri.so free 0x55717346b6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b770 0.000120
+gallium_dri.so free 0x55717346b800 void 0.000126
+gallium_dri.so free 0x55717346b770 void 0.000135
+gallium_dri.so malloc 72 0x55717346b770 0.000128
+gallium_dri.so free 0x55717346b8c0 void 0.000130
+gallium_dri.so free 0x55717346b770 void 0.000131
+gallium_dri.so malloc 72 0x55717346b930 0.000130
+gallium_dri.so free 0x55717346b980 void 0.000130
+gallium_dri.so free 0x55717346b930 void 0.000130
+gallium_dri.so malloc 72 0x55717346b930 0.000124
+gallium_dri.so free 0x55717346ba80 void 0.000120
+gallium_dri.so free 0x55717346b930 void 0.000125
+gallium_dri.so malloc 72 0x55717346ba30 0.000131
+gallium_dri.so free 0x55717346bb40 void 0.000129
+gallium_dri.so free 0x55717346ba30 void 0.000126
+gallium_dri.so malloc 72 0x55717346baf0 0.000120
+gallium_dri.so free 0x55717346bb80 void 0.000125
+gallium_dri.so free 0x55717346baf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346baf0 0.000124
+gallium_dri.so free 0x55717346bc40 void 0.000119
+gallium_dri.so free 0x55717346baf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bc80 0.000123
+gallium_dri.so free 0x55717346bd00 void 0.000124
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so malloc 72 0x55717346bd00 0.000132
+gallium_dri.so free 0x55717346bdc0 void 0.000126
+gallium_dri.so free 0x55717346bd00 void 0.000126
+gallium_dri.so malloc 72 0x55717346bd00 0.000120
+gallium_dri.so free 0x55717346be80 void 0.000120
+gallium_dri.so free 0x55717346bd00 void 0.000125
+gallium_dri.so malloc 72 0x55717346bea0 0.000131
+gallium_dri.so free 0x55717346bf40 void 0.000124
+gallium_dri.so free 0x55717346bea0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bef0 0.000120
+gallium_dri.so free 0x55717346bfc0 void 0.000119
+gallium_dri.so free 0x55717346bef0 void 0.000124
+gallium_dri.so malloc 72 0x55717346bef0 0.000131
+gallium_dri.so free 0x55717346c040 void 0.000129
+gallium_dri.so free 0x55717346bef0 void 0.000127
+gallium_dri.so malloc 72 0x55717346c040 0.000126
+gallium_dri.so free 0x55717346c100 void 0.000132
+gallium_dri.so free 0x55717346c040 void 0.000130
+gallium_dri.so malloc 72 0x55717346c040 0.000131
+gallium_dri.so free 0x55717346c1c0 void 0.000124
+gallium_dri.so free 0x55717346c040 void 0.000126
+gallium_dri.so malloc 72 0x55717346c040 0.000130
+gallium_dri.so free 0x55717346c280 void 0.000183
+gallium_dri.so free 0x55717346c040 void 0.000167
+gallium_dri.so malloc 72 0x55717346c230 0.000166
+gallium_dri.so free 0x55717346c340 void 0.000164
+gallium_dri.so free 0x55717346c230 void 0.000130
+gallium_dri.so malloc 72 0x55717346c2f0 0.000129
+gallium_dri.so free 0x55717346c3c0 void 0.000130
+gallium_dri.so free 0x55717346c2f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346c410 0.000125
+gallium_dri.so free 0x55717346c480 void 0.000123
+gallium_dri.so free 0x55717346c410 void 0.000120
+gallium_dri.so malloc 72 0x55717346c4a0 0.000119
+gallium_dri.so free 0x55717346c540 void 0.000121
+gallium_dri.so free 0x55717346c4a0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c4f0 0.000131
+gallium_dri.so free 0x55717346c5c0 void 0.000156
+gallium_dri.so free 0x55717346c4f0 void 0.000166
+gallium_dri.so malloc 72 0x55717346c4f0 0.000135
+gallium_dri.so free 0x55717346c640 void 0.000131
+gallium_dri.so free 0x55717346c4f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c640 0.000133
+gallium_dri.so free 0x55717346c700 void 0.000131
+gallium_dri.so free 0x55717346c640 void 0.000127
+gallium_dri.so malloc 72 0x55717346c640 0.000120
+gallium_dri.so free 0x55717346c800 void 0.000124
+gallium_dri.so free 0x55717346c640 void 0.000125
+gallium_dri.so malloc 72 0x55717346c7b0 0.000130
+gallium_dri.so free 0x55717346c840 void 0.000129
+gallium_dri.so free 0x55717346c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c7b0 0.000130
+gallium_dri.so free 0x55717346c900 void 0.000130
+gallium_dri.so free 0x55717346c7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c940 0.000120
+gallium_dri.so free 0x55717346c9c0 void 0.000120
+gallium_dri.so free 0x55717346c940 void 0.000125
+gallium_dri.so malloc 72 0x55717346c9c0 0.000130
+gallium_dri.so free 0x55717346ca80 void 0.000130
+gallium_dri.so free 0x55717346c9c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c9c0 0.000120
+gallium_dri.so free 0x55717346cb00 void 0.000119
+gallium_dri.so free 0x55717346c9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cb30 0.000119
+gallium_dri.so free 0x55717346cb80 void 0.000120
+gallium_dri.so free 0x55717346cb30 void 0.000132
+gallium_dri.so malloc 72 0x55717346cb30 0.000120
+gallium_dri.so free 0x55717346cc80 void 0.000125
+gallium_dri.so free 0x55717346cb30 void 0.000133
+gallium_dri.so malloc 72 0x55717346ccc0 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000125
+gallium_dri.so free 0x55717346ccc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cd40 0.000119
+gallium_dri.so free 0x55717346ce00 void 0.000120
+gallium_dri.so free 0x55717346cd40 void 0.000125
+gallium_dri.so malloc 72 0x55717346cd40 0.000130
+gallium_dri.so free 0x55717346ce80 void 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000130
+gallium_dri.so malloc 72 0x55717346ceb0 0.000125
+gallium_dri.so free 0x55717346cf00 void 0.000121
+gallium_dri.so free 0x55717346ceb0 void 0.000128
+gallium_dri.so malloc 72 0x55717346ceb0 0.000131
+gallium_dri.so free 0x55717346d000 void 0.000129
+gallium_dri.so free 0x55717346ceb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cfb0 0.000125
+gallium_dri.so free 0x55717346d0c0 void 0.000127
+gallium_dri.so free 0x55717346cfb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d070 0.000133
+gallium_dri.so free 0x55717346d140 void 0.000129
+gallium_dri.so free 0x55717346d070 void 0.000131
+gallium_dri.so malloc 72 0x55717346d070 0.000125
+gallium_dri.so free 0x55717346d200 void 0.000125
+gallium_dri.so free 0x55717346d070 void 0.000130
+gallium_dri.so malloc 72 0x55717346d070 0.000125
+gallium_dri.so free 0x55717346d2c0 void 0.000121
+gallium_dri.so free 0x55717346d070 void 0.000124
+gallium_dri.so malloc 72 0x55717346d270 0.000131
+gallium_dri.so free 0x55717346d340 void 0.000129
+gallium_dri.so free 0x55717346d270 void 0.000130
+gallium_dri.so malloc 72 0x55717346d390 0.000129
+gallium_dri.so free 0x55717346d400 void 0.000129
+gallium_dri.so free 0x55717346d390 void 0.000130
+gallium_dri.so malloc 72 0x55717346d420 0.000124
+gallium_dri.so free 0x55717346d4c0 void 0.000125
+gallium_dri.so free 0x55717346d420 void 0.000131
+gallium_dri.so malloc 72 0x55717346d470 0.000129
+gallium_dri.so free 0x55717346d540 void 0.000130
+gallium_dri.so free 0x55717346d470 void 0.000190
+gallium_dri.so malloc 72 0x55717346d540 0.000132
+gallium_dri.so free 0x55717346d600 void 0.000130
+gallium_dri.so free 0x55717346d540 void 0.000123
+gallium_dri.so malloc 72 0x55717346d540 0.000121
+gallium_dri.so free 0x55717346d680 void 0.000128
+gallium_dri.so free 0x55717346d540 void 0.000131
+gallium_dri.so malloc 72 0x55717346d680 0.000125
+gallium_dri.so free 0x55717346d740 void 0.000120
+gallium_dri.so free 0x55717346d680 void 0.000124
+gallium_dri.so malloc 72 0x55717346d680 0.000131
+gallium_dri.so free 0x55717346d800 void 0.000131
+gallium_dri.so free 0x55717346d680 void 0.000129
+gallium_dri.so malloc 72 0x55717346d680 0.000129
+gallium_dri.so free 0x55717346d8c0 void 0.000131
+gallium_dri.so free 0x55717346d680 void 0.000131
+gallium_dri.so malloc 72 0x55717346d870 0.000131
+gallium_dri.so free 0x55717346d940 void 0.000126
+gallium_dri.so free 0x55717346d870 void 0.000148
+gallium_dri.so malloc 72 0x55717346d990 0.000127
+gallium_dri.so free 0x55717346da00 void 0.000137
+gallium_dri.so free 0x55717346d990 void 0.000143
+gallium_dri.so malloc 72 0x55717346da40 0.000131
+gallium_dri.so free 0x55717346dac0 void 0.000131
+gallium_dri.so free 0x55717346da40 void 0.000125
+gallium_dri.so malloc 72 0x55717346da40 0.000122
+gallium_dri.so free 0x55717346db40 void 0.000127
+gallium_dri.so free 0x55717346da40 void 0.000131
+gallium_dri.so malloc 72 0x55717346db70 0.000123
+gallium_dri.so free 0x55717346dbc0 void 0.000127
+gallium_dri.so free 0x55717346db70 void 0.000131
+gallium_dri.so malloc 72 0x55717346db70 0.000130
+gallium_dri.so free 0x55717346dcc0 void 0.000130
+gallium_dri.so free 0x55717346db70 void 0.000130
+gallium_dri.so malloc 72 0x55717346dc70 0.000125
+gallium_dri.so free 0x55717346dd80 void 0.000127
+gallium_dri.so free 0x55717346dc70 void 0.000131
+gallium_dri.so malloc 72 0x55717346dd30 0.000129
+gallium_dri.so free 0x55717346ddc0 void 0.000132
+gallium_dri.so free 0x55717346dd30 void 0.000130
+gallium_dri.so malloc 72 0x55717346dd30 0.000130
+gallium_dri.so free 0x55717346de80 void 0.000125
+gallium_dri.so free 0x55717346dd30 void 0.000126
+gallium_dri.so malloc 72 0x55717346def0 0.000127
+gallium_dri.so free 0x55717346df40 void 0.000131
+gallium_dri.so free 0x55717346def0 void 0.000125
+gallium_dri.so malloc 72 0x55717346def0 0.000122
+gallium_dri.so free 0x55717346e040 void 0.000120
+gallium_dri.so free 0x55717346def0 void 0.000124
+gallium_dri.so malloc 72 0x55717346dff0 0.000132
+gallium_dri.so free 0x55717346e100 void 0.000131
+gallium_dri.so free 0x55717346dff0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e0b0 0.000122
+gallium_dri.so free 0x55717346e140 void 0.000126
+gallium_dri.so free 0x55717346e0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e0b0 0.000121
+gallium_dri.so free 0x55717346e200 void 0.000125
+gallium_dri.so free 0x55717346e0b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e240 0.000124
+gallium_dri.so free 0x55717346e2c0 void 0.000126
+gallium_dri.so free 0x55717346e240 void 0.000131
+gallium_dri.so malloc 72 0x55717346e2c0 0.000125
+gallium_dri.so free 0x55717346e380 void 0.000121
+gallium_dri.so free 0x55717346e2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e2c0 0.000138
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e2c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346e460 0.000130
+gallium_dri.so free 0x55717346e500 void 0.000131
+gallium_dri.so free 0x55717346e460 void 0.000133
+gallium_dri.so malloc 72 0x55717346e4b0 0.000130
+gallium_dri.so free 0x55717346e580 void 0.000131
+gallium_dri.so free 0x55717346e4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e4b0 0.000130
+gallium_dri.so free 0x55717346e600 void 0.000131
+gallium_dri.so free 0x55717346e4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346e600 0.000129
+gallium_dri.so free 0x55717346e6c0 void 0.000131
+gallium_dri.so free 0x55717346e600 void 0.000129
+gallium_dri.so malloc 72 0x55717346e600 0.000129
+gallium_dri.so free 0x55717346e780 void 0.000125
+gallium_dri.so free 0x55717346e600 void 0.000120
+gallium_dri.so malloc 72 0x55717346e600 0.000123
+gallium_dri.so free 0x55717346e840 void 0.000127
+gallium_dri.so free 0x55717346e600 void 0.000132
+gallium_dri.so malloc 72 0x55717346e7f0 0.000127
+gallium_dri.so free 0x55717346e900 void 0.000126
+gallium_dri.so free 0x55717346e7f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e8b0 0.000126
+gallium_dri.so free 0x55717346e980 void 0.000121
+gallium_dri.so free 0x55717346e8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e9d0 0.000130
+gallium_dri.so free 0x55717346ea40 void 0.000125
+gallium_dri.so free 0x55717346e9d0 void 0.000128
+gallium_dri.so malloc 72 0x55717346ea60 0.000131
+gallium_dri.so free 0x55717346eb00 void 0.000126
+gallium_dri.so free 0x55717346ea60 void 0.000120
+gallium_dri.so malloc 72 0x55717346eab0 0.000126
+gallium_dri.so free 0x55717346eb80 void 0.000125
+gallium_dri.so free 0x55717346eab0 void 0.000124
+gallium_dri.so malloc 72 0x55717346eab0 0.000130
+gallium_dri.so free 0x55717346ec00 void 0.000130
+gallium_dri.so free 0x55717346eab0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ec00 0.000124
+gallium_dri.so free 0x55717346ecc0 void 0.000122
+gallium_dri.so free 0x55717346ec00 void 0.000125
+gallium_dri.so malloc 72 0x55717346ec00 0.000266
+gallium_dri.so free 0x55717346edc0 void 0.000165
+gallium_dri.so free 0x55717346ec00 void 0.000177
+gallium_dri.so malloc 72 0x55717346ed70 0.000131
+gallium_dri.so free 0x55717346ee00 void 0.000128
+gallium_dri.so free 0x55717346ed70 void 0.000125
+gallium_dri.so malloc 72 0x55717346ed70 0.000125
+gallium_dri.so free 0x55717346eec0 void 0.000125
+gallium_dri.so free 0x55717346ed70 void 0.000125
+gallium_dri.so malloc 72 0x55717346ef00 0.000124
+gallium_dri.so free 0x55717346ef80 void 0.000125
+gallium_dri.so free 0x55717346ef00 void 0.000125
+gallium_dri.so malloc 72 0x55717346ef80 0.000125
+gallium_dri.so free 0x55717346f040 void 0.000124
+gallium_dri.so free 0x55717346ef80 void 0.000124
+gallium_dri.so malloc 72 0x55717346ef80 0.000125
+gallium_dri.so free 0x55717346f0c0 void 0.000125
+gallium_dri.so free 0x55717346ef80 void 0.000125
+gallium_dri.so malloc 72 0x55717346f0f0 0.000125
+gallium_dri.so free 0x55717346f140 void 0.000125
+gallium_dri.so free 0x55717346f0f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f0f0 0.000123
+gallium_dri.so free 0x55717346f240 void 0.000125
+gallium_dri.so free 0x55717346f0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346f280 0.000118
+gallium_dri.so free 0x55717346f300 void 0.000117
+gallium_dri.so free 0x55717346f280 void 0.000116
+gallium_dri.so malloc 72 0x55717346f300 0.000116
+gallium_dri.so free 0x55717346f3c0 void 0.000115
+gallium_dri.so free 0x55717346f300 void 0.000118
+gallium_dri.so malloc 72 0x55717346f300 0.000117
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000116
+gallium_dri.so malloc 72 0x5571735f49b0 0.000116
+gallium_dri.so free 0x5571735f4a00 void 0.000116
+gallium_dri.so free 0x5571735f49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49b0 0.000115
+gallium_dri.so free 0x5571735f4b00 void 0.000121
+gallium_dri.so free 0x5571735f49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000117
+gallium_dri.so free 0x5571735f4bc0 void 0.000116
+gallium_dri.so free 0x5571735f4ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4b70 0.000116
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735f4b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4b70 0.000115
+gallium_dri.so free 0x5571735f4d00 void 0.000116
+gallium_dri.so free 0x5571735f4b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4b70 0.000115
+gallium_dri.so free 0x5571735f4dc0 void 0.000116
+gallium_dri.so free 0x5571735f4b70 void 0.000135
+gallium_dri.so malloc 72 0x5571735f4d70 0.000132
+gallium_dri.so free 0x5571735f4e40 void 0.000131
+gallium_dri.so free 0x5571735f4d70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4e90 0.000131
+gallium_dri.so free 0x5571735f4f00 void 0.000131
+gallium_dri.so free 0x5571735f4e90 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4f20 0.000121
+gallium_dri.so free 0x5571735f4fc0 void 0.000127
+gallium_dri.so free 0x5571735f4f20 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4f70 0.000130
+gallium_dri.so free 0x5571735f5040 void 0.000130
+gallium_dri.so free 0x5571735f4f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5040 0.000130
+gallium_dri.so free 0x5571735f5100 void 0.000125
+gallium_dri.so free 0x5571735f5040 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5040 0.000126
+gallium_dri.so free 0x5571735f5180 void 0.000130
+gallium_dri.so free 0x5571735f5040 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5180 0.000130
+gallium_dri.so free 0x5571735f5240 void 0.000125
+gallium_dri.so free 0x5571735f5180 void 0.000169
+gallium_dri.so malloc 72 0x5571735f5180 0.000130
+gallium_dri.so free 0x5571735f5300 void 0.000132
+gallium_dri.so free 0x5571735f5180 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5180 0.000131
+gallium_dri.so free 0x5571735f53c0 void 0.000128
+gallium_dri.so free 0x5571735f5180 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5370 0.000124
+gallium_dri.so free 0x5571735f5440 void 0.000125
+gallium_dri.so free 0x5571735f5370 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5490 0.000124
+gallium_dri.so free 0x5571735f5500 void 0.000124
+gallium_dri.so free 0x5571735f5490 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5540 0.000124
+gallium_dri.so free 0x5571735f55c0 void 0.000124
+gallium_dri.so free 0x5571735f5540 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5540 0.000124
+gallium_dri.so free 0x5571735f5640 void 0.000125
+gallium_dri.so free 0x5571735f5540 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5670 0.000123
+gallium_dri.so free 0x5571735f56c0 void 0.000125
+gallium_dri.so free 0x5571735f5670 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5670 0.000126
+gallium_dri.so free 0x5571735f57c0 void 0.000125
+gallium_dri.so free 0x5571735f5670 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5770 0.000150
+gallium_dri.so free 0x5571735f5880 void 0.000118
+gallium_dri.so free 0x5571735f5770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5830 0.000122
+gallium_dri.so free 0x5571735f58c0 void 0.000118
+gallium_dri.so free 0x5571735f5830 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5830 0.000116
+gallium_dri.so free 0x5571735f5980 void 0.000115
+gallium_dri.so free 0x5571735f5830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f59f0 0.000116
+gallium_dri.so free 0x5571735f5a40 void 0.000118
+gallium_dri.so free 0x5571735f59f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f59f0 0.000117
+gallium_dri.so free 0x5571735f5b40 void 0.000116
+gallium_dri.so free 0x5571735f59f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5af0 0.000116
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f5af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000115
+gallium_dri.so free 0x5571735f5c40 void 0.000116
+gallium_dri.so free 0x5571735f5bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000116
+gallium_dri.so free 0x5571735f5d00 void 0.000115
+gallium_dri.so free 0x5571735f5bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5d40 0.000120
+gallium_dri.so free 0x5571735f5dc0 void 0.000116
+gallium_dri.so free 0x5571735f5d40 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000131
+gallium_dri.so free 0x5571735f5e80 void 0.000129
+gallium_dri.so free 0x5571735f5dc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5dc0 0.000130
+gallium_dri.so free 0x5571735f5f40 void 0.000129
+gallium_dri.so free 0x5571735f5dc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5f60 0.000130
+gallium_dri.so free 0x5571735f6000 void 0.000129
+gallium_dri.so free 0x5571735f5f60 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000124
+gallium_dri.so free 0x5571735f6080 void 0.000122
+gallium_dri.so free 0x5571735f5fb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000124
+gallium_dri.so free 0x5571735f6100 void 0.000121
+gallium_dri.so free 0x5571735f5fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6100 0.000125
+gallium_dri.so free 0x5571735f61c0 void 0.000129
+gallium_dri.so free 0x5571735f6100 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6100 0.000125
+gallium_dri.so free 0x5571735f6280 void 0.000125
+gallium_dri.so free 0x5571735f6100 void 0.000160
+gallium_dri.so malloc 72 0x5571735f6100 0.000132
+gallium_dri.so free 0x5571735f6340 void 0.000131
+gallium_dri.so free 0x5571735f6100 void 0.000131
+gallium_dri.so malloc 72 0x5571735f62f0 0.000130
+gallium_dri.so free 0x5571735f6400 void 0.000126
+gallium_dri.so free 0x5571735f62f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f63b0 0.000124
+gallium_dri.so free 0x5571735f6480 void 0.000125
+gallium_dri.so free 0x5571735f63b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f64d0 0.000124
+gallium_dri.so free 0x5571735f6540 void 0.000124
+gallium_dri.so free 0x5571735f64d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6560 0.000123
+gallium_dri.so free 0x5571735f6600 void 0.000124
+gallium_dri.so free 0x5571735f6560 void 0.000123
+gallium_dri.so malloc 72 0x5571735f65b0 0.000124
+gallium_dri.so free 0x5571735f6680 void 0.000124
+gallium_dri.so free 0x5571735f65b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f65b0 0.000130
+gallium_dri.so free 0x5571735f6700 void 0.000120
+gallium_dri.so free 0x5571735f65b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6700 0.000119
+gallium_dri.so free 0x5571735f67c0 void 0.000118
+gallium_dri.so free 0x5571735f6700 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6700 0.000126
+gallium_dri.so free 0x5571735f68c0 void 0.000112
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6870 0.000109
+gallium_dri.so free 0x5571735f6900 void 0.000110
+gallium_dri.so free 0x5571735f6870 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6870 0.000110
+gallium_dri.so free 0x5571735f69c0 void 0.000110
+gallium_dri.so free 0x5571735f6870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6a00 0.000110
+gallium_dri.so free 0x5571735f6a80 void 0.000109
+gallium_dri.so free 0x5571735f6a00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6a80 0.000109
+gallium_dri.so free 0x5571735f6b40 void 0.000111
+gallium_dri.so free 0x5571735f6a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6a80 0.000111
+gallium_dri.so free 0x5571735f6bc0 void 0.000112
+gallium_dri.so free 0x5571735f6a80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000110
+gallium_dri.so free 0x5571735f6c40 void 0.000111
+gallium_dri.so free 0x5571735f6bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000110
+gallium_dri.so free 0x5571735f6d40 void 0.000117
+gallium_dri.so free 0x5571735f6bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6d80 0.000112
+gallium_dri.so free 0x5571735f6e00 void 0.000111
+gallium_dri.so free 0x5571735f6d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6e00 0.000110
+gallium_dri.so free 0x5571735f6ec0 void 0.000135
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e00 0.000138
+gallium_dri.so free 0x5571735f6f40 void 0.000126
+gallium_dri.so free 0x5571735f6e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6f70 0.000117
+gallium_dri.so free 0x5571735f6fc0 void 0.000118
+gallium_dri.so free 0x5571735f6f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6f70 0.000117
+gallium_dri.so free 0x5571735f70c0 void 0.000119
+gallium_dri.so free 0x5571735f6f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7070 0.000117
+gallium_dri.so free 0x5571735f7180 void 0.000119
+gallium_dri.so free 0x5571735f7070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7130 0.000118
+gallium_dri.so free 0x5571735f7200 void 0.000118
+gallium_dri.so free 0x5571735f7130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7130 0.000117
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7130 0.000117
+gallium_dri.so free 0x5571735f7380 void 0.000117
+gallium_dri.so free 0x5571735f7130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735f7400 void 0.000119
+gallium_dri.so free 0x5571735f7330 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7450 0.000124
+gallium_dri.so free 0x5571735f74c0 void 0.000111
+gallium_dri.so free 0x5571735f7450 void 0.000110
+gallium_dri.so malloc 72 0x5571735f74e0 0.000110
+gallium_dri.so free 0x5571735f7580 void 0.000110
+gallium_dri.so free 0x5571735f74e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7530 0.000110
+gallium_dri.so free 0x5571735f7600 void 0.000111
+gallium_dri.so free 0x5571735f7530 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7600 0.000110
+gallium_dri.so free 0x5571735f76c0 void 0.000111
+gallium_dri.so free 0x5571735f7600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7600 0.000112
+gallium_dri.so free 0x5571735f7740 void 0.000109
+gallium_dri.so free 0x5571735f7600 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7740 0.000109
+gallium_dri.so free 0x5571735f7800 void 0.000109
+gallium_dri.so free 0x5571735f7740 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7740 0.000110
+gallium_dri.so free 0x5571735f78c0 void 0.000110
+gallium_dri.so free 0x5571735f7740 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7740 0.000110
+gallium_dri.so free 0x5571735f7980 void 0.000110
+gallium_dri.so free 0x5571735f7740 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7930 0.000109
+gallium_dri.so free 0x5571735f7a00 void 0.000111
+gallium_dri.so free 0x5571735f7930 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7a50 0.000110
+gallium_dri.so free 0x5571735f7ac0 void 0.000109
+gallium_dri.so free 0x5571735f7a50 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7b00 0.000126
+gallium_dri.so free 0x5571735f7b80 void 0.000124
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b00 0.000115
+gallium_dri.so free 0x5571735f7c00 void 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7c30 0.000119
+gallium_dri.so free 0x5571735f7c80 void 0.000114
+gallium_dri.so free 0x5571735f7c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c30 0.000120
+gallium_dri.so free 0x5571735f7d80 void 0.000115
+gallium_dri.so free 0x5571735f7c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d30 0.000112
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so free 0x5571735f7d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7df0 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000125
+gallium_dri.so free 0x5571735f7df0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7df0 0.000122
+gallium_dri.so free 0x5571735f7f40 void 0.000121
+gallium_dri.so free 0x5571735f7df0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000114
+gallium_dri.so free 0x5571735f8000 void 0.000119
+gallium_dri.so free 0x5571735f7fb0 void 0.000198
+gallium_dri.so malloc 72 0x5571735f7fb0 0.000126
+gallium_dri.so free 0x5571735f8100 void 0.000124
+gallium_dri.so free 0x5571735f7fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f80b0 0.000117
+gallium_dri.so free 0x5571735f81c0 void 0.000118
+gallium_dri.so free 0x5571735f80b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8170 0.000118
+gallium_dri.so free 0x5571735f8200 void 0.000118
+gallium_dri.so free 0x5571735f8170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8170 0.000118
+gallium_dri.so free 0x5571735f82c0 void 0.000117
+gallium_dri.so free 0x5571735f8170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8300 0.000119
+gallium_dri.so free 0x5571735f8380 void 0.000119
+gallium_dri.so free 0x5571735f8300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8380 0.000117
+gallium_dri.so free 0x5571735f8440 void 0.000117
+gallium_dri.so free 0x5571735f8380 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8380 0.000118
+gallium_dri.so free 0x5571735f8500 void 0.000119
+gallium_dri.so free 0x5571735f8380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8520 0.000120
+gallium_dri.so free 0x5571735f85c0 void 0.000118
+gallium_dri.so free 0x5571735f8520 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8570 0.000118
+gallium_dri.so free 0x5571735f8640 void 0.000129
+gallium_dri.so free 0x5571735f8570 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8570 0.000111
+gallium_dri.so free 0x5571735f86c0 void 0.000123
+gallium_dri.so free 0x5571735f8570 void 0.000134
+gallium_dri.so malloc 72 0x5571735f86c0 0.000111
+gallium_dri.so free 0x5571735f8780 void 0.000110
+gallium_dri.so free 0x5571735f86c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f86c0 0.000111
+gallium_dri.so free 0x5571735f8840 void 0.000110
+gallium_dri.so free 0x5571735f86c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f86c0 0.000110
+gallium_dri.so free 0x5571735f8900 void 0.000112
+gallium_dri.so free 0x5571735f86c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f88b0 0.000111
+gallium_dri.so free 0x5571735f89c0 void 0.000114
+gallium_dri.so free 0x5571735f88b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8970 0.000109
+gallium_dri.so free 0x5571735f8a40 void 0.000109
+gallium_dri.so free 0x5571735f8970 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8a90 0.000110
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571735f8a90 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8b20 0.000115
+gallium_dri.so free 0x5571735f8bc0 void 0.000110
+gallium_dri.so free 0x5571735f8b20 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8b70 0.000109
+gallium_dri.so free 0x5571735f8c40 void 0.000188
+gallium_dri.so free 0x5571735f8b70 void 0.000210
+gallium_dri.so malloc 72 0x5571735f8b70 0.000185
+gallium_dri.so free 0x5571735f8cc0 void 0.000159
+gallium_dri.so free 0x5571735f8b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000124
+gallium_dri.so free 0x5571735f8d80 void 0.000125
+gallium_dri.so free 0x5571735f8cc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000119
+gallium_dri.so free 0x5571735f8e80 void 0.000113
+gallium_dri.so free 0x5571735f8cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e30 0.000112
+gallium_dri.so free 0x5571735f8ec0 void 0.000110
+gallium_dri.so free 0x5571735f8e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e30 0.000113
+gallium_dri.so free 0x5571735f8f80 void 0.000113
+gallium_dri.so free 0x5571735f8e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8fc0 0.000123
+gallium_dri.so free 0x5571735f9040 void 0.000118
+gallium_dri.so free 0x5571735f8fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9040 0.000113
+gallium_dri.so free 0x5571735f9100 void 0.000114
+gallium_dri.so free 0x5571735f9040 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9040 0.000167
+gallium_dri.so free 0x5571735f9180 void 0.000156
+gallium_dri.so free 0x5571735f9040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so free 0x5571735f91b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f91b0 0.000109
+gallium_dri.so free 0x5571735f9300 void 0.000109
+gallium_dri.so free 0x5571735f91b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9340 0.000111
+gallium_dri.so free 0x5571735f93c0 void 0.000113
+gallium_dri.so free 0x5571735f9340 void 0.000110
+gallium_dri.so malloc 72 0x5571735f93c0 0.000109
+gallium_dri.so free 0x5571735f9480 void 0.000110
+gallium_dri.so free 0x5571735f93c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f93c0 0.000110
+gallium_dri.so free 0x5571735f9500 void 0.000116
+gallium_dri.so free 0x5571735f93c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9530 0.000116
+gallium_dri.so free 0x5571735f9580 void 0.000115
+gallium_dri.so free 0x5571735f9530 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9530 0.000127
+gallium_dri.so free 0x5571735f9680 void 0.000120
+gallium_dri.so free 0x5571735f9530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9630 0.000119
+gallium_dri.so free 0x5571735f9740 void 0.000138
+gallium_dri.so free 0x5571735f9630 void 0.000132
+gallium_dri.so malloc 72 0x5571735f96f0 0.000124
+gallium_dri.so free 0x5571735f97c0 void 0.000126
+gallium_dri.so free 0x5571735f96f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f96f0 0.000131
+gallium_dri.so free 0x5571735f9880 void 0.000129
+gallium_dri.so free 0x5571735f96f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f96f0 0.000124
+gallium_dri.so free 0x5571735f9940 void 0.000122
+gallium_dri.so free 0x5571735f96f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f98f0 0.000129
+gallium_dri.so free 0x5571735f99c0 void 0.000130
+gallium_dri.so free 0x5571735f98f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9a10 0.000124
+gallium_dri.so free 0x5571735f9a80 void 0.000123
+gallium_dri.so free 0x5571735f9a10 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9aa0 0.000130
+gallium_dri.so free 0x5571735f9b40 void 0.000129
+gallium_dri.so free 0x5571735f9aa0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9af0 0.000120
+gallium_dri.so free 0x5571735f9bc0 void 0.000129
+gallium_dri.so free 0x5571735f9af0 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000127
+gallium_dri.so free 0x5571735f9c80 void 0.000129
+gallium_dri.so free 0x5571735f9bc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000126
+gallium_dri.so free 0x5571735f9d00 void 0.000127
+gallium_dri.so free 0x5571735f9bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9d00 0.000130
+gallium_dri.so free 0x5571735f9dc0 void 0.000125
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d00 0.000125
+gallium_dri.so free 0x5571735f9e80 void 0.000126
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9d00 0.000120
+gallium_dri.so free 0x5571735f9f40 void 0.000121
+gallium_dri.so free 0x5571735f9d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9ef0 0.000131
+gallium_dri.so free 0x5571735f9fc0 void 0.000124
+gallium_dri.so free 0x5571735f9ef0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fa010 0.000130
+gallium_dri.so free 0x5571735fa080 void 0.000130
+gallium_dri.so free 0x5571735fa010 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000130
+gallium_dri.so free 0x5571735fa140 void 0.000130
+gallium_dri.so free 0x5571735fa0c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000125
+gallium_dri.so free 0x5571735fa1c0 void 0.000126
+gallium_dri.so free 0x5571735fa0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000130
+gallium_dri.so free 0x5571735fa240 void 0.000154
+gallium_dri.so free 0x5571735fa1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000132
+gallium_dri.so free 0x5571735fa340 void 0.000125
+gallium_dri.so free 0x5571735fa1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000130
+gallium_dri.so free 0x5571735fa400 void 0.000126
+gallium_dri.so free 0x5571735fa2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000122
+gallium_dri.so free 0x5571735fa440 void 0.000125
+gallium_dri.so free 0x5571735fa3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000125
+gallium_dri.so free 0x5571735fa500 void 0.000127
+gallium_dri.so free 0x5571735fa3b0 void 0.000160
+gallium_dri.so malloc 72 0x5571735fa570 0.000154
+gallium_dri.so free 0x5571735c4e60 void 0.000149
+gallium_dri.so free 0x5571735fa5c0 void 0.000143
+gallium_dri.so free 0x5571735fa570 void 0.000139
+gallium_dri.so malloc 72 0x5571735fa570 0.000141
+gallium_dri.so free 0x5571735fa6c0 void 0.000138
+gallium_dri.so free 0x5571735fa570 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa670 0.000140
+gallium_dri.so free 0x5571735fa780 void 0.000138
+gallium_dri.so free 0x5571735fa670 void 0.000137
+gallium_dri.so malloc 72 0x5571735fa730 0.000137
+gallium_dri.so free 0x5571735fa7c0 void 0.000138
+gallium_dri.so free 0x5571735fa730 void 0.000139
+gallium_dri.so malloc 72 0x5571735fa730 0.000138
+gallium_dri.so free 0x5571735fa880 void 0.000139
+gallium_dri.so free 0x5571735fa730 void 0.000144
+gallium_dri.so malloc 72 0x5571735fa8c0 0.000156
+gallium_dri.so free 0x5571735fa940 void 0.000129
+gallium_dri.so free 0x5571735fa8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa940 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000137
+gallium_dri.so free 0x5571735fa940 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa940 0.000122
+gallium_dri.so free 0x5571735faac0 void 0.000118
+gallium_dri.so free 0x5571735fa940 void 0.000116
+gallium_dri.so malloc 72 0x5571735faae0 0.000116
+gallium_dri.so free 0x5571735fab80 void 0.000115
+gallium_dri.so free 0x5571735faae0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fab30 0.000116
+gallium_dri.so free 0x5571735fac00 void 0.000115
+gallium_dri.so free 0x5571735fab30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab30 0.000116
+gallium_dri.so free 0x5571735fac80 void 0.000117
+gallium_dri.so free 0x5571735fab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fac80 0.000114
+gallium_dri.so free 0x5571735fad40 void 0.000114
+gallium_dri.so free 0x5571735fac80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fac80 0.000117
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fac80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fac80 0.000115
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so free 0x5571735fac80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fae70 0.000115
+gallium_dri.so free 0x5571735faf80 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000115
+gallium_dri.so malloc 72 0x5571735faf30 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000151
+gallium_dri.so free 0x5571735faf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb050 0.000118
+gallium_dri.so free 0x5571735fb0c0 void 0.000116
+gallium_dri.so free 0x5571735fb050 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb0e0 0.000118
+gallium_dri.so free 0x5571735fb180 void 0.000123
+gallium_dri.so free 0x5571735fb0e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb130 0.000114
+gallium_dri.so free 0x5571735fb200 void 0.000116
+gallium_dri.so free 0x5571735fb130 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb130 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000115
+gallium_dri.so free 0x5571735fb130 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb280 0.000115
+gallium_dri.so free 0x5571735fb340 void 0.000115
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb280 0.000183
+gallium_dri.so free 0x5571735fb440 void 0.000219
+gallium_dri.so free 0x5571735fb280 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000162
+gallium_dri.so free 0x5571735fb480 void 0.000121
+gallium_dri.so free 0x5571735fb3f0 void 0.000199
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000159
+gallium_dri.so free 0x5571735fb540 void 0.000198
+gallium_dri.so free 0x5571735fb3f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb580 0.000125
+gallium_dri.so free 0x5571735fb600 void 0.000123
+gallium_dri.so free 0x5571735fb580 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb600 0.000117
+gallium_dri.so free 0x5571735fb6c0 void 0.000118
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb600 0.000116
+gallium_dri.so free 0x5571735fb740 void 0.000115
+gallium_dri.so free 0x5571735fb600 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb770 0.000116
+gallium_dri.so free 0x5571735fb7c0 void 0.000131
+gallium_dri.so free 0x5571735fb770 void 0.000138
+gallium_dri.so malloc 72 0x5571735fb770 0.000127
+gallium_dri.so free 0x5571735fb8c0 void 0.000127
+gallium_dri.so free 0x5571735fb770 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb900 0.000125
+gallium_dri.so free 0x5571735fb980 void 0.000128
+gallium_dri.so free 0x5571735fb900 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb980 0.000126
+gallium_dri.so free 0x5571735fba40 void 0.000125
+gallium_dri.so free 0x5571735fb980 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb980 0.000126
+gallium_dri.so free 0x5571735fbac0 void 0.000127
+gallium_dri.so free 0x5571735fb980 void 0.000142
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000129
+gallium_dri.so free 0x5571735fbb40 void 0.000126
+gallium_dri.so free 0x5571735fbaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbaf0 0.000124
+gallium_dri.so free 0x5571735fbc40 void 0.000126
+gallium_dri.so free 0x5571735fbaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000126
+gallium_dri.so free 0x5571735fbd00 void 0.000125
+gallium_dri.so free 0x5571735fbbf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000125
+gallium_dri.so free 0x5571735fbd80 void 0.000126
+gallium_dri.so free 0x5571735fbcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000124
+gallium_dri.so free 0x5571735fbe40 void 0.000126
+gallium_dri.so free 0x5571735fbcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000125
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735fbcb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fbcb0 0.000128
+gallium_dri.so free 0x5571735eb480 void 0.000126
+gallium_dri.so free 0x5571735fbcb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb430 0.000125
+gallium_dri.so free 0x5571735eb540 void 0.000125
+gallium_dri.so free 0x5571735eb430 void 0.000145
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000129
+gallium_dri.so free 0x5571735eb580 void 0.000125
+gallium_dri.so free 0x5571735eb4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000124
+gallium_dri.so free 0x5571735eb640 void 0.000127
+gallium_dri.so free 0x5571735eb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb690 0.000127
+gallium_dri.so free 0x5571735eb700 void 0.000127
+gallium_dri.so free 0x5571735eb690 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb740 0.000130
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so free 0x5571735eb740 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000131
+gallium_dri.so free 0x5571735eb880 void 0.000126
+gallium_dri.so free 0x5571735eb7c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000125
+gallium_dri.so free 0x5571735eb900 void 0.000125
+gallium_dri.so free 0x5571735eb7c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb930 0.000126
+gallium_dri.so free 0x5571735eb980 void 0.000126
+gallium_dri.so free 0x5571735eb930 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb930 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000126
+gallium_dri.so free 0x5571735eb930 void 0.000140
+gallium_dri.so malloc 72 0x5571735eba30 0.000134
+gallium_dri.so free 0x5571735ebb40 void 0.000132
+gallium_dri.so free 0x5571735eba30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000131
+gallium_dri.so free 0x5571735ebbc0 void 0.000132
+gallium_dri.so free 0x5571735ebaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000132
+gallium_dri.so free 0x5571735ebc80 void 0.000133
+gallium_dri.so free 0x5571735ebbe0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ebc30 0.000131
+gallium_dri.so free 0x5571735ebd00 void 0.000131
+gallium_dri.so free 0x5571735ebc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebc30 0.000131
+gallium_dri.so free 0x5571735ebd80 void 0.000134
+gallium_dri.so free 0x5571735ebc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebd80 0.000130
+gallium_dri.so free 0x5571735ebe40 void 0.000131
+gallium_dri.so free 0x5571735ebd80 void 0.000135
+gallium_dri.so malloc 72 0x5571735ebd80 0.000133
+gallium_dri.so free 0x5571735ebf00 void 0.000134
+gallium_dri.so free 0x5571735ebd80 void 0.000133
+gallium_dri.so malloc 72 0x5571735ebd80 0.000132
+gallium_dri.so free 0x5571735ebfc0 void 0.000192
+gallium_dri.so free 0x5571735ebd80 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebf70 0.000139
+gallium_dri.so free 0x5571735ebfc0 void 0.000139
+gallium_dri.so free 0x5571735ebf70 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebf70 0.000139
+gallium_dri.so free 0x5571735ec0c0 void 0.000139
+gallium_dri.so free 0x5571735ebf70 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec070 0.000139
+gallium_dri.so free 0x5571735ec180 void 0.000140
+gallium_dri.so free 0x5571735ec070 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec130 0.000139
+gallium_dri.so free 0x5571735ec1c0 void 0.000140
+gallium_dri.so free 0x5571735ec130 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec130 0.000140
+gallium_dri.so free 0x5571735ec280 void 0.000140
+gallium_dri.so free 0x5571735ec130 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000140
+gallium_dri.so free 0x5571735ec340 void 0.000140
+gallium_dri.so free 0x5571735ec2c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec340 0.000140
+gallium_dri.so free 0x5571735ec400 void 0.000138
+gallium_dri.so free 0x5571735ec340 void 0.000149
+gallium_dri.so malloc 72 0x5571735ec340 0.000140
+gallium_dri.so free 0x5571735ec4c0 void 0.000138
+gallium_dri.so free 0x5571735ec340 void 0.000139
+gallium_dri.so malloc 72 0x5571735ec4e0 0.000138
+gallium_dri.so free 0x5571735ec580 void 0.000133
+gallium_dri.so free 0x5571735ec4e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec530 0.000133
+gallium_dri.so free 0x5571735ec600 void 0.000132
+gallium_dri.so free 0x5571735ec530 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec530 0.000130
+gallium_dri.so free 0x5571735ec680 void 0.000133
+gallium_dri.so free 0x5571735ec530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec680 0.000132
+gallium_dri.so free 0x5571735ec740 void 0.000132
+gallium_dri.so free 0x5571735ec680 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec680 0.000131
+gallium_dri.so free 0x5571735ec800 void 0.000131
+gallium_dri.so free 0x5571735ec680 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec680 0.000132
+gallium_dri.so free 0x5571735ec8c0 void 0.000134
+gallium_dri.so free 0x5571735ec680 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec870 0.000131
+gallium_dri.so free 0x5571735ec980 void 0.000135
+gallium_dri.so free 0x5571735ec870 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec930 0.000132
+gallium_dri.so free 0x5571735eca00 void 0.000131
+gallium_dri.so free 0x5571735ec930 void 0.000131
+gallium_dri.so malloc 72 0x5571735eca50 0.000133
+gallium_dri.so free 0x5571735ecac0 void 0.000131
+gallium_dri.so free 0x5571735eca50 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecae0 0.000133
+gallium_dri.so free 0x5571735ecb80 void 0.000133
+gallium_dri.so free 0x5571735ecae0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecb30 0.000132
+gallium_dri.so free 0x5571735ecc00 void 0.000132
+gallium_dri.so free 0x5571735ecb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecb30 0.000132
+gallium_dri.so free 0x5571735ecc80 void 0.000132
+gallium_dri.so free 0x5571735ecb30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecc80 0.000131
+gallium_dri.so free 0x5571735ecd40 void 0.000130
+gallium_dri.so free 0x5571735ecc80 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecc80 0.000131
+gallium_dri.so free 0x5571735ece40 void 0.000133
+gallium_dri.so free 0x5571735ecc80 void 0.000178
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000131
+gallium_dri.so free 0x5571735ece80 void 0.000131
+gallium_dri.so free 0x5571735ecdf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecdf0 0.000131
+gallium_dri.so free 0x5571735ecf40 void 0.000130
+gallium_dri.so free 0x5571735ecdf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecf80 0.000137
+gallium_dri.so free 0x5571735ed000 void 0.000132
+gallium_dri.so free 0x5571735ecf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed000 0.000130
+gallium_dri.so free 0x5571735ed0c0 void 0.000133
+gallium_dri.so free 0x5571735ed000 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed000 0.000133
+gallium_dri.so free 0x5571735ed140 void 0.000131
+gallium_dri.so free 0x5571735ed000 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed170 0.000131
+gallium_dri.so free 0x5571735ed1c0 void 0.000133
+gallium_dri.so free 0x5571735ed170 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed170 0.000134
+gallium_dri.so free 0x5571735ed2c0 void 0.000133
+gallium_dri.so free 0x5571735ed170 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed300 0.000131
+gallium_dri.so free 0x5571735ed380 void 0.000143
+gallium_dri.so free 0x5571735ed300 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed380 0.000131
+gallium_dri.so free 0x5571735ed440 void 0.000132
+gallium_dri.so free 0x5571735ed380 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed380 0.000131
+gallium_dri.so free 0x5571735ed4c0 void 0.000132
+gallium_dri.so free 0x5571735ed380 void 0.000134
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000133
+gallium_dri.so free 0x5571735ed540 void 0.000133
+gallium_dri.so free 0x5571735ed4f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000131
+gallium_dri.so free 0x5571735ed640 void 0.000133
+gallium_dri.so free 0x5571735ed4f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000133
+gallium_dri.so free 0x5571735ed700 void 0.000133
+gallium_dri.so free 0x5571735ed5f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000133
+gallium_dri.so free 0x5571735ed780 void 0.000130
+gallium_dri.so free 0x5571735ed6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000130
+gallium_dri.so free 0x5571735ed840 void 0.000132
+gallium_dri.so free 0x5571735ed6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000140
+gallium_dri.so free 0x5571735ed900 void 0.000131
+gallium_dri.so free 0x5571735ed6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000130
+gallium_dri.so free 0x5571735ed980 void 0.000129
+gallium_dri.so free 0x5571735ed8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000130
+gallium_dri.so free 0x5571735eda40 void 0.000131
+gallium_dri.so free 0x5571735ed9d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eda60 0.000129
+gallium_dri.so free 0x5571735edb00 void 0.000129
+gallium_dri.so free 0x5571735eda60 void 0.000131
+gallium_dri.so malloc 72 0x5571735edab0 0.000130
+gallium_dri.so free 0x5571735edb80 void 0.000130
+gallium_dri.so free 0x5571735edab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735edb80 0.000131
+gallium_dri.so free 0x5571735edc40 void 0.000129
+gallium_dri.so free 0x5571735edb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735edb80 0.000132
+gallium_dri.so free 0x5571735edcc0 void 0.000130
+gallium_dri.so free 0x5571735edb80 void 0.000130
+gallium_dri.so malloc 72 0x5571735edcc0 0.000131
+gallium_dri.so free 0x5571735edd80 void 0.000134
+gallium_dri.so free 0x5571735edcc0 void 0.000198
+gallium_dri.so malloc 72 0x5571735edcc0 0.000134
+gallium_dri.so free 0x5571735ede40 void 0.000145
+gallium_dri.so free 0x5571735edcc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735edcc0 0.000132
+gallium_dri.so free 0x5571735edf00 void 0.000131
+gallium_dri.so free 0x5571735edcc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edeb0 0.000130
+gallium_dri.so free 0x5571735edf80 void 0.000131
+gallium_dri.so free 0x5571735edeb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735edfd0 0.000133
+gallium_dri.so free 0x5571735ee040 void 0.000131
+gallium_dri.so free 0x5571735edfd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee080 0.000130
+gallium_dri.so free 0x5571735ee100 void 0.000132
+gallium_dri.so free 0x5571735ee080 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee080 0.000132
+gallium_dri.so free 0x5571735ee180 void 0.000131
+gallium_dri.so free 0x5571735ee080 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000130
+gallium_dri.so free 0x5571735ee200 void 0.000131
+gallium_dri.so free 0x5571735ee1b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000129
+gallium_dri.so free 0x5571735ee300 void 0.000130
+gallium_dri.so free 0x5571735ee1b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000129
+gallium_dri.so free 0x5571735ee3c0 void 0.000129
+gallium_dri.so free 0x5571735ee2b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee370 0.000131
+gallium_dri.so free 0x5571735ee400 void 0.000129
+gallium_dri.so free 0x5571735ee370 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee370 0.000130
+gallium_dri.so free 0x5571735ee4c0 void 0.000130
+gallium_dri.so free 0x5571735ee370 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee530 0.000126
+gallium_dri.so free 0x5571735ee580 void 0.000131
+gallium_dri.so free 0x5571735ee530 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee530 0.000129
+gallium_dri.so free 0x5571735ee680 void 0.000129
+gallium_dri.so free 0x5571735ee530 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee630 0.000129
+gallium_dri.so free 0x5571735ee740 void 0.000139
+gallium_dri.so free 0x5571735ee630 void 0.000134
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000131
+gallium_dri.so free 0x5571735ee780 void 0.000132
+gallium_dri.so free 0x5571735ee6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000141
+gallium_dri.so free 0x5571735ee840 void 0.000131
+gallium_dri.so free 0x5571735ee6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee880 0.000130
+gallium_dri.so free 0x5571735ee900 void 0.000131
+gallium_dri.so free 0x5571735ee880 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee900 0.000131
+gallium_dri.so free 0x5571735ee9c0 void 0.000131
+gallium_dri.so free 0x5571735ee900 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee900 0.000131
+gallium_dri.so free 0x5571735eea80 void 0.000131
+gallium_dri.so free 0x5571735ee900 void 0.000136
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000134
+gallium_dri.so free 0x5571735eeb40 void 0.000131
+gallium_dri.so free 0x5571735eeaa0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000132
+gallium_dri.so free 0x5571735eebc0 void 0.000132
+gallium_dri.so free 0x5571735eeaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000131
+gallium_dri.so free 0x5571735eec40 void 0.000131
+gallium_dri.so free 0x5571735eeaf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eec40 0.000130
+gallium_dri.so free 0x5571735eed00 void 0.000131
+gallium_dri.so free 0x5571735eec40 void 0.000174
+gallium_dri.so malloc 72 0x5571735eec40 0.000130
+gallium_dri.so free 0x5571735eedc0 void 0.000129
+gallium_dri.so free 0x5571735eec40 void 0.000128
+gallium_dri.so malloc 72 0x5571735eec40 0.000129
+gallium_dri.so free 0x5571735eee80 void 0.000130
+gallium_dri.so free 0x5571735eec40 void 0.000130
+gallium_dri.so malloc 72 0x5571735eee30 0.000130
+gallium_dri.so free 0x5571735eef40 void 0.000130
+gallium_dri.so free 0x5571735eee30 void 0.000130
+gallium_dri.so malloc 72 0x5571735eeef0 0.000129
+gallium_dri.so free 0x5571735eefc0 void 0.000130
+gallium_dri.so free 0x5571735eeef0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef010 0.000137
+gallium_dri.so free 0x5571735ef080 void 0.000133
+gallium_dri.so free 0x5571735ef010 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000132
+gallium_dri.so free 0x5571735ef140 void 0.000132
+gallium_dri.so free 0x5571735ef0a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000132
+gallium_dri.so free 0x5571735ef1c0 void 0.000131
+gallium_dri.so free 0x5571735ef0f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000133
+gallium_dri.so free 0x5571735ef240 void 0.000143
+gallium_dri.so free 0x5571735ef0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef240 0.000132
+gallium_dri.so free 0x5571735ef300 void 0.000130
+gallium_dri.so free 0x5571735ef240 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef240 0.000130
+gallium_dri.so free 0x5571735ef400 void 0.000131
+gallium_dri.so free 0x5571735ef240 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000131
+gallium_dri.so free 0x5571735ef440 void 0.000132
+gallium_dri.so free 0x5571735ef3b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000129
+gallium_dri.so free 0x5571735ef500 void 0.000129
+gallium_dri.so free 0x5571735ef3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef540 0.000131
+gallium_dri.so free 0x5571735ef5c0 void 0.000130
+gallium_dri.so free 0x5571735ef540 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000130
+gallium_dri.so free 0x5571735ef680 void 0.000130
+gallium_dri.so free 0x5571735ef5c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000132
+gallium_dri.so free 0x5571735ef700 void 0.000129
+gallium_dri.so free 0x5571735ef5c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef730 0.000143
+gallium_dri.so free 0x5571735ef780 void 0.000186
+gallium_dri.so free 0x5571735ef730 void 0.000185
+gallium_dri.so malloc 72 0x5571735ef730 0.000132
+gallium_dri.so free 0x5571735ef880 void 0.000131
+gallium_dri.so free 0x5571735ef730 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000131
+gallium_dri.so free 0x5571735ef940 void 0.000133
+gallium_dri.so free 0x5571735ef8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef940 0.000133
+gallium_dri.so free 0x5571735efa00 void 0.000132
+gallium_dri.so free 0x5571735ef940 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef940 0.000132
+gallium_dri.so free 0x5571735efa80 void 0.000132
+gallium_dri.so free 0x5571735ef940 void 0.000138
+gallium_dri.so malloc 72 0x5571735efab0 0.000132
+gallium_dri.so free 0x5571735efb00 void 0.000130
+gallium_dri.so free 0x5571735efab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735efab0 0.000131
+gallium_dri.so free 0x5571735efc00 void 0.000131
+gallium_dri.so free 0x5571735efab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735efbb0 0.000130
+gallium_dri.so free 0x5571735efcc0 void 0.000168
+gallium_dri.so free 0x5571735efbb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735efc70 0.000132
+gallium_dri.so free 0x5571735efd40 void 0.000131
+gallium_dri.so free 0x5571735efc70 void 0.000131
+gallium_dri.so malloc 72 0x5571735efc70 0.000131
+gallium_dri.so free 0x5571735efe00 void 0.000131
+gallium_dri.so free 0x5571735efc70 void 0.000134
+gallium_dri.so malloc 72 0x5571735efc70 0.000131
+gallium_dri.so free 0x5571735efec0 void 0.000132
+gallium_dri.so free 0x5571735efc70 void 0.000133
+gallium_dri.so malloc 72 0x5571735efe70 0.000132
+gallium_dri.so free 0x5571735eff40 void 0.000132
+gallium_dri.so free 0x5571735efe70 void 0.000131
+gallium_dri.so malloc 72 0x5571735eff90 0.000132
+gallium_dri.so free 0x5571735f0000 void 0.000135
+gallium_dri.so free 0x5571735eff90 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0020 0.000130
+gallium_dri.so free 0x5571735f00c0 void 0.000131
+gallium_dri.so free 0x5571735f0020 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0070 0.000131
+gallium_dri.so free 0x5571735f0140 void 0.000132
+gallium_dri.so free 0x5571735f0070 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0140 0.000141
+gallium_dri.so free 0x5571735f0200 void 0.000131
+gallium_dri.so free 0x5571735f0140 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0140 0.000130
+gallium_dri.so free 0x5571735f0280 void 0.000130
+gallium_dri.so free 0x5571735f0140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0280 0.000130
+gallium_dri.so free 0x5571735f0340 void 0.000130
+gallium_dri.so free 0x5571735f0280 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0280 0.000130
+gallium_dri.so free 0x5571735f0400 void 0.000130
+gallium_dri.so free 0x5571735f0280 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0280 0.000134
+gallium_dri.so free 0x5571735f04c0 void 0.000133
+gallium_dri.so free 0x5571735f0280 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0470 0.000130
+gallium_dri.so free 0x5571735f0540 void 0.000129
+gallium_dri.so free 0x5571735f0470 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0590 0.000129
+gallium_dri.so free 0x5571735f0600 void 0.000132
+gallium_dri.so free 0x5571735f0590 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0640 0.000129
+gallium_dri.so free 0x5571735f06c0 void 0.000131
+gallium_dri.so free 0x5571735f0640 void 0.000140
+gallium_dri.so malloc 72 0x5571735f0640 0.000134
+gallium_dri.so free 0x5571735f0740 void 0.000132
+gallium_dri.so free 0x5571735f0640 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0770 0.000133
+gallium_dri.so free 0x5571735f07c0 void 0.000134
+gallium_dri.so free 0x5571735f0770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0770 0.000133
+gallium_dri.so free 0x5571735f08c0 void 0.000132
+gallium_dri.so free 0x5571735f0770 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0870 0.000132
+gallium_dri.so free 0x5571735f0980 void 0.000133
+gallium_dri.so free 0x5571735f0870 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0930 0.000132
+gallium_dri.so free 0x5571735f09c0 void 0.000132
+gallium_dri.so free 0x5571735f0930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0930 0.000132
+gallium_dri.so free 0x5571735f0a80 void 0.000131
+gallium_dri.so free 0x5571735f0930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0af0 0.000133
+gallium_dri.so free 0x5571735f0b40 void 0.000132
+gallium_dri.so free 0x5571735f0af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0af0 0.000130
+gallium_dri.so free 0x5571735f0c40 void 0.000143
+gallium_dri.so free 0x5571735f0af0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000130
+gallium_dri.so free 0x5571735f0d00 void 0.000129
+gallium_dri.so free 0x5571735f0bf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000128
+gallium_dri.so free 0x5571735f0d40 void 0.000130
+gallium_dri.so free 0x5571735f0cb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000129
+gallium_dri.so free 0x5571735f0e00 void 0.000129
+gallium_dri.so free 0x5571735f0cb0 void 0.000238
+gallium_dri.so malloc 72 0x5571735f0e40 0.000212
+gallium_dri.so free 0x5571735f0ec0 void 0.000171
+gallium_dri.so free 0x5571735f0e40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000131
+gallium_dri.so free 0x5571735f0f80 void 0.000132
+gallium_dri.so free 0x5571735f0ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000131
+gallium_dri.so free 0x5571735f1040 void 0.000132
+gallium_dri.so free 0x5571735f0ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1060 0.000131
+gallium_dri.so free 0x5571735f1100 void 0.000132
+gallium_dri.so free 0x5571735f1060 void 0.000138
+gallium_dri.so malloc 72 0x5571735f10b0 0.000136
+gallium_dri.so free 0x5571735f1180 void 0.000133
+gallium_dri.so free 0x5571735f10b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f10b0 0.000130
+gallium_dri.so free 0x5571735f1200 void 0.000131
+gallium_dri.so free 0x5571735f10b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1200 0.000133
+gallium_dri.so free 0x5571735f12c0 void 0.000132
+gallium_dri.so free 0x5571735f1200 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1200 0.000131
+gallium_dri.so free 0x5571735f1380 void 0.000131
+gallium_dri.so free 0x5571735f1200 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1200 0.000130
+gallium_dri.so free 0x5571735f1440 void 0.000131
+gallium_dri.so free 0x5571735f1200 void 0.000130
+gallium_dri.so malloc 72 0x5571735f13f0 0.000130
+gallium_dri.so free 0x5571735f1500 void 0.000131
+gallium_dri.so free 0x5571735f13f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f14b0 0.000132
+gallium_dri.so free 0x5571735f1580 void 0.000132
+gallium_dri.so free 0x5571735f14b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f15d0 0.000132
+gallium_dri.so free 0x5571735f1640 void 0.000176
+gallium_dri.so free 0x5571735f15d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1660 0.000130
+gallium_dri.so free 0x5571735f1700 void 0.000132
+gallium_dri.so free 0x5571735f1660 void 0.000131
+gallium_dri.so malloc 72 0x5571735f16b0 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000132
+gallium_dri.so free 0x5571735f16b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f16b0 0.000132
+gallium_dri.so free 0x5571735f1800 void 0.000134
+gallium_dri.so free 0x5571735f16b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1800 0.000131
+gallium_dri.so free 0x5571735f18c0 void 0.000131
+gallium_dri.so free 0x5571735f1800 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1800 0.000133
+gallium_dri.so free 0x5571735f19c0 void 0.000133
+gallium_dri.so free 0x5571735f1800 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1970 0.000132
+gallium_dri.so free 0x5571735f1a00 void 0.000131
+gallium_dri.so free 0x5571735f1970 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1970 0.000131
+gallium_dri.so free 0x5571735f1ac0 void 0.000132
+gallium_dri.so free 0x5571735f1970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1b00 0.000133
+gallium_dri.so free 0x5571735f1b80 void 0.000130
+gallium_dri.so free 0x5571735f1b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1b80 0.000130
+gallium_dri.so free 0x5571735f1c40 void 0.000130
+gallium_dri.so free 0x5571735f1b80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1b80 0.000129
+gallium_dri.so free 0x5571735f1cc0 void 0.000130
+gallium_dri.so free 0x5571735f1b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000130
+gallium_dri.so free 0x5571735f1d40 void 0.000130
+gallium_dri.so free 0x5571735f1cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000131
+gallium_dri.so free 0x5571735f1e40 void 0.000131
+gallium_dri.so free 0x5571735f1cf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1e80 0.000129
+gallium_dri.so free 0x5571735f1f00 void 0.000131
+gallium_dri.so free 0x5571735f1e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1f00 0.000130
+gallium_dri.so free 0x5571735f1fc0 void 0.000131
+gallium_dri.so free 0x5571735f1f00 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1f00 0.000132
+gallium_dri.so free 0x5571735f2040 void 0.000132
+gallium_dri.so free 0x5571735f1f00 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2070 0.000131
+gallium_dri.so free 0x5571735f20c0 void 0.000130
+gallium_dri.so free 0x5571735f2070 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2070 0.000131
+gallium_dri.so free 0x5571735f21c0 void 0.000134
+gallium_dri.so free 0x5571735f2070 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2170 0.000133
+gallium_dri.so free 0x5571735f2280 void 0.000132
+gallium_dri.so free 0x5571735f2170 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2230 0.000131
+gallium_dri.so free 0x5571735f2300 void 0.000130
+gallium_dri.so free 0x5571735f2230 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2230 0.000130
+gallium_dri.so free 0x5571735f23c0 void 0.000131
+gallium_dri.so free 0x5571735f2230 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2230 0.000132
+gallium_dri.so free 0x5571735f2480 void 0.000131
+gallium_dri.so free 0x5571735f2230 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2430 0.000130
+gallium_dri.so free 0x5571735f2500 void 0.000132
+gallium_dri.so free 0x5571735f2430 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2550 0.000131
+gallium_dri.so free 0x5571735f25c0 void 0.000141
+gallium_dri.so free 0x5571735f2550 void 0.000130
+gallium_dri.so malloc 72 0x5571735f25e0 0.000131
+gallium_dri.so free 0x5571735f2680 void 0.000131
+gallium_dri.so free 0x5571735f25e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2630 0.000129
+gallium_dri.so free 0x5571735f2700 void 0.000130
+gallium_dri.so free 0x5571735f2630 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2700 0.000130
+gallium_dri.so free 0x5571735f27c0 void 0.000131
+gallium_dri.so free 0x5571735f2700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2700 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000132
+gallium_dri.so free 0x5571735f2700 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2840 0.000130
+gallium_dri.so free 0x557173620f00 void 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2840 0.000129
+gallium_dri.so free 0x5571735f28c0 void 0.000135
+gallium_dri.so free 0x5571735f2840 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2840 0.000129
+gallium_dri.so free 0x557173590b40 void 0.000129
+gallium_dri.so free 0x5571735f2840 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2840 0.000131
+gallium_dri.so free 0x557173467680 void 0.000131
+gallium_dri.so free 0x5571735f2840 void 0.000132
+gallium_dri.so malloc 72 0x557173467630 0.000131
+gallium_dri.so free 0x5571734673c0 void 0.000131
+gallium_dri.so free 0x557173467630 void 0.000131
+gallium_dri.so malloc 72 0x557173467630 0.000129
+gallium_dri.so free 0x557173467440 void 0.000132
+gallium_dri.so free 0x557173467630 void 0.000131
+gallium_dri.so malloc 72 0x557173467630 0.000131
+gallium_dri.so free 0x55717360ba40 void 0.000129
+gallium_dri.so free 0x557173467630 void 0.000130
+gallium_dri.so malloc 72 0x557173467630 0.000130
+gallium_dri.so free 0x55717360bb00 void 0.000130
+gallium_dri.so free 0x557173467630 void 0.000130
+gallium_dri.so malloc 72 0x55717360bab0 0.000131
+gallium_dri.so free 0x55717360bd00 void 0.000130
+gallium_dri.so free 0x55717360bab0 void 0.000131
+gallium_dri.so malloc 72 0x55717360bcb0 0.000131
+gallium_dri.so free 0x55717360bdc0 void 0.000130
+gallium_dri.so free 0x55717360bcb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360bd70 0.000130
+gallium_dri.so free 0x557173589740 void 0.000130
+gallium_dri.so free 0x55717360bd70 void 0.000140
+gallium_dri.so malloc 72 0x5571735896f0 0.000130
+gallium_dri.so free 0x5571735897c0 void 0.000131
+gallium_dri.so free 0x5571735896f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735896f0 0.000130
+gallium_dri.so free 0x5571735898c0 void 0.000130
+gallium_dri.so free 0x5571735896f0 void 0.000130
+gallium_dri.so malloc 72 0x557173589870 0.000130
+gallium_dri.so free 0x557173589940 void 0.000131
+gallium_dri.so free 0x557173589870 void 0.000130
+gallium_dri.so malloc 72 0x557173589990 0.000131
+gallium_dri.so free 0x557173589a00 void 0.000131
+gallium_dri.so free 0x557173589990 void 0.000130
+gallium_dri.so malloc 72 0x557173589990 0.000129
+gallium_dri.so free 0x557173601340 void 0.000131
+gallium_dri.so free 0x557173589990 void 0.000130
+gallium_dri.so malloc 72 0x557173589990 0.000131
+gallium_dri.so free 0x557173601400 void 0.000130
+gallium_dri.so free 0x557173589990 void 0.000130
+gallium_dri.so malloc 72 0x5571736013b0 0.000131
+gallium_dri.so free 0x557173601480 void 0.000129
+gallium_dri.so free 0x5571736013b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736014d0 0.000129
+gallium_dri.so free 0x557173601540 void 0.000196
+gallium_dri.so free 0x5571736014d0 void 0.000130
+gallium_dri.so malloc 72 0x5571736015a0 0.000130
+gallium_dri.so free 0x557173601640 void 0.000131
+gallium_dri.so free 0x5571736015a0 void 0.000130
+gallium_dri.so malloc 72 0x5571736015f0 0.000130
+gallium_dri.so free 0x5571735d25c0 void 0.000129
+gallium_dri.so free 0x5571736015f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736015f0 0.000130
+gallium_dri.so free 0x5571735d2680 void 0.000130
+gallium_dri.so free 0x5571736015f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2630 0.000129
+gallium_dri.so free 0x5571735d2700 void 0.000131
+gallium_dri.so free 0x5571735d2630 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2750 0.000130
+gallium_dri.so free 0x5571735d27c0 void 0.000131
+gallium_dri.so free 0x5571735d2750 void 0.000130
+gallium_dri.so malloc 72 0x5571735d27e0 0.000130
+gallium_dri.so free 0x5571735d2880 void 0.000132
+gallium_dri.so free 0x5571735d27e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d2830 0.000129
+gallium_dri.so free 0x5571735d2900 void 0.000129
+gallium_dri.so free 0x5571735d2830 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2900 0.000140
+gallium_dri.so free 0x55717358e200 void 0.000132
+gallium_dri.so free 0x5571735d2900 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2900 0.000131
+gallium_dri.so free 0x55717358e280 void 0.000130
+gallium_dri.so free 0x5571735d2900 void 0.000131
+gallium_dri.so malloc 72 0x55717358e280 0.000129
+gallium_dri.so free 0x55717358e340 void 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000131
+gallium_dri.so malloc 72 0x55717358e280 0.000129
+gallium_dri.so free 0x55717358e400 void 0.000130
+gallium_dri.so free 0x55717358e280 void 0.000131
+gallium_dri.so malloc 72 0x55717358e280 0.000129
+gallium_dri.so free 0x55717358e4c0 void 0.000131
+gallium_dri.so free 0x55717358e280 void 0.000129
+gallium_dri.so malloc 72 0x55717358e470 0.000131
+gallium_dri.so free 0x55717358e540 void 0.000130
+gallium_dri.so free 0x55717358e470 void 0.000129
+gallium_dri.so malloc 72 0x55717358e590 0.000131
+gallium_dri.so free 0x557173608480 void 0.000131
+gallium_dri.so free 0x55717358e590 void 0.000130
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x557173608500 void 0.000130
+gallium_dri.so free 0x55717358e590 void 0.000142
+gallium_dri.so malloc 72 0x55717358e590 0.000131
+gallium_dri.so free 0x5571736085c0 void 0.000133
+gallium_dri.so free 0x55717358e590 void 0.000129
+gallium_dri.so malloc 72 0x55717358e590 0.000130
+gallium_dri.so free 0x557173608680 void 0.000132
+gallium_dri.so free 0x55717358e590 void 0.000130
+gallium_dri.so malloc 72 0x557173608630 0.000131
+gallium_dri.so free 0x557173608700 void 0.000131
+gallium_dri.so free 0x557173608630 void 0.000130
+gallium_dri.so malloc 72 0x557173608750 0.000132
+gallium_dri.so free 0x5571736087c0 void 0.000130
+gallium_dri.so free 0x557173608750 void 0.000130
+gallium_dri.so malloc 72 0x5571736087e0 0.000130
+gallium_dri.so free 0x557173464e00 void 0.000132
+gallium_dri.so free 0x5571736087e0 void 0.000130
+gallium_dri.so malloc 72 0x5571736087e0 0.000130
+gallium_dri.so free 0x557173464ec0 void 0.000131
+gallium_dri.so free 0x5571736087e0 void 0.000129
+gallium_dri.so malloc 72 0x557173464e70 0.000131
+gallium_dri.so free 0x557173464ec0 void 0.000131
+gallium_dri.so free 0x557173464e70 void 0.000130
+gallium_dri.so malloc 72 0x557173464e70 0.000130
+gallium_dri.so free 0x557173464fc0 void 0.000200
+gallium_dri.so free 0x557173464e70 void 0.000131
+gallium_dri.so malloc 72 0x557173464f70 0.000132
+gallium_dri.so free 0x557173465080 void 0.000129
+gallium_dri.so free 0x557173464f70 void 0.000129
+gallium_dri.so malloc 72 0x557173465030 0.000131
+gallium_dri.so free 0x5571734650c0 void 0.000131
+gallium_dri.so free 0x557173465030 void 0.000128
+gallium_dri.so malloc 72 0x557173465030 0.000129
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so free 0x557173465030 void 0.000130
+gallium_dri.so malloc 72 0x557173465030 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000130
+gallium_dri.so free 0x557173465030 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0080 0.000130
+gallium_dri.so free 0x5571735d0140 void 0.000131
+gallium_dri.so free 0x5571735d0080 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0080 0.000132
+gallium_dri.so free 0x5571735d0240 void 0.000131
+gallium_dri.so free 0x5571735d0080 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0080 0.000131
+gallium_dri.so free 0x557173465180 void 0.000130
+gallium_dri.so free 0x5571735d0080 void 0.000130
+gallium_dri.so malloc 72 0x5571734651b0 0.000142
+gallium_dri.so free 0x5571735d02c0 void 0.000131
+gallium_dri.so free 0x5571734651b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0300 0.000130
+gallium_dri.so free 0x557173462840 void 0.000129
+gallium_dri.so free 0x5571735d0300 void 0.000130
+gallium_dri.so malloc 72 0x557173462840 0.000129
+gallium_dri.so free 0x557173462900 void 0.000130
+gallium_dri.so free 0x557173462840 void 0.000130
+gallium_dri.so malloc 72 0x557173462840 0.000133
+gallium_dri.so free 0x557173462980 void 0.000130
+gallium_dri.so free 0x557173462840 void 0.000131
+gallium_dri.so malloc 72 0x5571734629b0 0.000131
+gallium_dri.so free 0x557173462a00 void 0.000131
+gallium_dri.so free 0x5571734629b0 void 0.000129
+gallium_dri.so malloc 72 0x557173462a00 0.000132
+gallium_dri.so free 0x5571735d0380 void 0.000131
+gallium_dri.so free 0x557173462a00 void 0.000130
+gallium_dri.so malloc 72 0x557173462a00 0.000130
+gallium_dri.so free 0x557173462ac0 void 0.000131
+gallium_dri.so free 0x557173462a00 void 0.000130
+gallium_dri.so malloc 72 0x557173462ac0 0.000130
+gallium_dri.so free 0x557173462b80 void 0.000130
+gallium_dri.so free 0x557173462ac0 void 0.000137
+gallium_dri.so malloc 72 0x557173462ac0 0.000131
+gallium_dri.so free 0x557173469380 void 0.000131
+gallium_dri.so free 0x557173462ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173462ac0 0.000131
+gallium_dri.so free 0x557173469440 void 0.000129
+gallium_dri.so free 0x557173462ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571734693f0 0.000129
+gallium_dri.so free 0x5571734694c0 void 0.000130
+gallium_dri.so free 0x5571734693f0 void 0.000128
+gallium_dri.so malloc 72 0x557173469510 0.000129
+gallium_dri.so free 0x557173469580 void 0.000131
+gallium_dri.so free 0x557173469510 void 0.000130
+gallium_dri.so malloc 72 0x5571734695c0 0.000130
+gallium_dri.so free 0x557173469640 void 0.000132
+gallium_dri.so free 0x5571734695c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734695c0 0.000131
+gallium_dri.so free 0x5571734696c0 void 0.000132
+gallium_dri.so free 0x5571734695c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734696f0 0.000130
+gallium_dri.so free 0x5571736068c0 void 0.000130
+gallium_dri.so free 0x5571734696f0 void 0.000132
+gallium_dri.so malloc 72 0x557173606900 0.000130
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606900 void 0.000133
+gallium_dri.so malloc 72 0x557173606980 0.000131
+gallium_dri.so free 0x557173606a40 void 0.000130
+gallium_dri.so free 0x557173606980 void 0.000129
+gallium_dri.so malloc 72 0x557173606980 0.000131
+gallium_dri.so free 0x557173606ac0 void 0.000131
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606b40 void 0.000131
+gallium_dri.so free 0x557173606af0 void 0.000130
+gallium_dri.so malloc 72 0x557173606af0 0.000131
+gallium_dri.so free 0x557173606c40 void 0.000132
+gallium_dri.so free 0x557173606af0 void 0.000131
+gallium_dri.so malloc 72 0x557173606c80 0.000130
+gallium_dri.so free 0x5571735911c0 void 0.000130
+gallium_dri.so free 0x557173606c80 void 0.000131
+gallium_dri.so malloc 72 0x557173591210 0.000129
+gallium_dri.so free 0x557173591280 void 0.000134
+gallium_dri.so free 0x557173591210 void 0.000129
+gallium_dri.so malloc 72 0x5571735912a0 0.000131
+gallium_dri.so free 0x557173591340 void 0.000130
+gallium_dri.so free 0x5571735912a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735912f0 0.000130
+gallium_dri.so free 0x5571735913c0 void 0.000261
+gallium_dri.so free 0x5571735912f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735912f0 0.000180
+gallium_dri.so free 0x557173591440 void 0.000117
+gallium_dri.so free 0x5571735912f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591440 0.000120
+gallium_dri.so free 0x557173591500 void 0.000116
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so malloc 72 0x557173591440 0.000116
+gallium_dri.so free 0x557173465800 void 0.000115
+gallium_dri.so free 0x557173591440 void 0.000116
+gallium_dri.so malloc 72 0x557173465820 0.000115
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so free 0x557173465820 void 0.000114
+gallium_dri.so malloc 72 0x557173465870 0.000114
+gallium_dri.so free 0x557173465940 void 0.000117
+gallium_dri.so free 0x557173465870 void 0.000115
+gallium_dri.so malloc 72 0x557173465870 0.000115
+gallium_dri.so free 0x5571734659c0 void 0.000116
+gallium_dri.so free 0x557173465870 void 0.000115
+gallium_dri.so malloc 72 0x5571734659c0 0.000114
+gallium_dri.so free 0x557173465a80 void 0.000116
+gallium_dri.so free 0x5571734659c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734659c0 0.000115
+gallium_dri.so free 0x557173465b40 void 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734659c0 0.000117
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x5571734659c0 void 0.000107
+gallium_dri.so malloc 72 0x55717358c690 0.000193
+gallium_dri.so free 0x55717358c700 void 0.000156
+gallium_dri.so free 0x55717358c690 void 0.000161
+gallium_dri.so malloc 72 0x55717358c740 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000115
+gallium_dri.so free 0x55717358c740 void 0.000112
+gallium_dri.so malloc 72 0x55717358c7c0 0.000112
+gallium_dri.so free 0x55717358c880 void 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c7c0 0.000112
+gallium_dri.so free 0x557173465c00 void 0.000116
+gallium_dri.so free 0x55717358c7c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465bb0 0.000116
+gallium_dri.so free 0x55717358c900 void 0.000116
+gallium_dri.so free 0x557173465bb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c940 0.000115
+gallium_dri.so free 0x55717358c9c0 void 0.000115
+gallium_dri.so free 0x55717358c940 void 0.000113
+gallium_dri.so malloc 72 0x55717358c9c0 0.000115
+gallium_dri.so free 0x557173467dc0 void 0.000115
+gallium_dri.so free 0x55717358c9c0 void 0.000113
+gallium_dri.so malloc 72 0x557173467e00 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000121
+gallium_dri.so free 0x557173467e00 void 0.000114
+gallium_dri.so malloc 72 0x557173467e00 0.000115
+gallium_dri.so free 0x557173467f00 void 0.000114
+gallium_dri.so free 0x557173467e00 void 0.000114
+gallium_dri.so malloc 72 0x557173467f30 0.000113
+gallium_dri.so free 0x557173467f80 void 0.000115
+gallium_dri.so free 0x557173467f30 void 0.000114
+gallium_dri.so malloc 72 0x557173467f30 0.000114
+gallium_dri.so free 0x557173468080 void 0.000114
+gallium_dri.so free 0x557173467f30 void 0.000114
+gallium_dri.so malloc 72 0x557173468030 0.000114
+gallium_dri.so free 0x557173468140 void 0.000114
+gallium_dri.so free 0x557173468030 void 0.000113
+gallium_dri.so malloc 72 0x5571734680f0 0.000114
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x5571734680f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a100 void 0.000115
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0b0 0.000115
+gallium_dri.so free 0x55717358a200 void 0.000116
+gallium_dri.so free 0x55717358a0b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a240 0.000112
+gallium_dri.so free 0x55717358a2c0 void 0.000121
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so malloc 72 0x55717358a2c0 0.000114
+gallium_dri.so free 0x557173468180 void 0.000132
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a2c0 0.000115
+gallium_dri.so free 0x55717358a380 void 0.000116
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a2c0 0.000113
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so free 0x55717358a2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a3f0 0.000114
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x55717358a3f0 void 0.000114
+gallium_dri.so malloc 72 0x557173604350 0.000116
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604350 void 0.000128
+gallium_dri.so malloc 72 0x557173604420 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000115
+gallium_dri.so free 0x557173604420 void 0.000113
+gallium_dri.so malloc 72 0x557173604470 0.000114
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000114
+gallium_dri.so malloc 72 0x557173604470 0.000114
+gallium_dri.so free 0x5571736045c0 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000113
+gallium_dri.so malloc 72 0x557173604600 0.000115
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so free 0x557173604600 void 0.000115
+gallium_dri.so malloc 72 0x557173604680 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000126
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2fe0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3030 0.000182
+gallium_dri.so free 0x5571735d3100 void 0.000119
+gallium_dri.so free 0x5571735d3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3100 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000115
+gallium_dri.so free 0x5571735d3100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3100 0.000113
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x5571735d3300 void 0.000115
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000113
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000114
+gallium_dri.so free 0x5571735d57c0 void 0.000127
+gallium_dri.so free 0x5571735d56b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5770 0.000115
+gallium_dri.so free 0x5571735d5840 void 0.000115
+gallium_dri.so free 0x5571735d5770 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5860 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so free 0x5571735d5860 void 0.000114
+gallium_dri.so malloc 72 0x5571735d58b0 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000174
+gallium_dri.so free 0x5571735d58b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a40 0.000122
+gallium_dri.so free 0x5571735d0ac0 void 0.000139
+gallium_dri.so free 0x5571735d0a40 void 0.000185
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000142
+gallium_dri.so free 0x5571735d0b80 void 0.000178
+gallium_dri.so free 0x5571735d0ac0 void 0.000188
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000183
+gallium_dri.so free 0x5571735d0c00 void 0.000176
+gallium_dri.so free 0x5571735d0ac0 void 0.000212
+gallium_dri.so malloc 72 0x5571735d0c30 0.000221
+gallium_dri.so free 0x5571735d0c80 void 0.000249
+gallium_dri.so free 0x5571735d0c30 void 0.000182
+gallium_dri.so malloc 72 0x5571735d0c30 0.000184
+gallium_dri.so free 0x5571735d0d80 void 0.000181
+gallium_dri.so free 0x5571735d0c30 void 0.000177
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000182
+gallium_dri.so free 0x557173601d40 void 0.000181
+gallium_dri.so free 0x5571735d0dc0 void 0.000181
+gallium_dri.so malloc 72 0x557173601d90 0.000216
+gallium_dri.so free 0x557173601e00 void 0.000171
+gallium_dri.so free 0x557173601d90 void 0.000162
+gallium_dri.so malloc 72 0x557173601e20 0.000164
+gallium_dri.so free 0x557173601ec0 void 0.000170
+gallium_dri.so free 0x557173601e20 void 0.000172
+gallium_dri.so malloc 72 0x557173601e70 0.000175
+gallium_dri.so free 0x557173601f40 void 0.000186
+gallium_dri.so free 0x557173601e70 void 0.000180
+gallium_dri.so malloc 72 0x557173601e70 0.000180
+gallium_dri.so free 0x557173601fc0 void 0.000224
+gallium_dri.so free 0x557173601e70 void 0.000181
+gallium_dri.so malloc 72 0x557173601fc0 0.000180
+gallium_dri.so free 0x557173602080 void 0.000179
+gallium_dri.so free 0x557173601fc0 void 0.000180
+gallium_dri.so malloc 72 0x557173601fc0 0.000179
+gallium_dri.so free 0x557173608e80 void 0.000183
+gallium_dri.so free 0x557173601fc0 void 0.000227
+gallium_dri.so malloc 72 0x557173608ea0 0.000225
+gallium_dri.so free 0x557173608f40 void 0.000232
+gallium_dri.so free 0x557173608ea0 void 0.000155
+gallium_dri.so malloc 72 0x557173608ef0 0.000128
+gallium_dri.so free 0x557173608fc0 void 0.000116
+gallium_dri.so free 0x557173608ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173608ef0 0.000113
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so free 0x557173608ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173609040 0.000114
+gallium_dri.so free 0x557173609100 void 0.000117
+gallium_dri.so free 0x557173609040 void 0.000113
+gallium_dri.so malloc 72 0x557173609040 0.000124
+gallium_dri.so free 0x5571736091c0 void 0.000116
+gallium_dri.so free 0x557173609040 void 0.000113
+gallium_dri.so malloc 72 0x557173609040 0.000112
+gallium_dri.so free 0x557173463240 void 0.000121
+gallium_dri.so free 0x557173609040 void 0.000114
+gallium_dri.so malloc 72 0x557173463290 0.000114
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463290 void 0.000113
+gallium_dri.so malloc 72 0x557173463340 0.000164
+gallium_dri.so free 0x5571734633c0 void 0.000167
+gallium_dri.so free 0x557173463340 void 0.000174
+gallium_dri.so malloc 72 0x5571734633c0 0.000172
+gallium_dri.so free 0x557173463480 void 0.000124
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734633c0 0.000120
+gallium_dri.so free 0x557173609280 void 0.000178
+gallium_dri.so free 0x5571734633c0 void 0.000177
+gallium_dri.so malloc 72 0x557173609230 0.000171
+gallium_dri.so free 0x557173463500 void 0.000173
+gallium_dri.so free 0x557173609230 void 0.000157
+gallium_dri.so malloc 72 0x557173463540 0.000219
+gallium_dri.so free 0x5571734635c0 void 0.000220
+gallium_dri.so free 0x557173463540 void 0.000182
+gallium_dri.so malloc 72 0x5571734635c0 0.000180
+gallium_dri.so free 0x557173609e80 void 0.000183
+gallium_dri.so free 0x5571734635c0 void 0.000184
+gallium_dri.so malloc 72 0x557173609ec0 0.000180
+gallium_dri.so free 0x557173609f40 void 0.000183
+gallium_dri.so free 0x557173609ec0 void 0.000181
+gallium_dri.so malloc 72 0x557173609ec0 0.000185
+gallium_dri.so free 0x557173609fc0 void 0.000184
+gallium_dri.so free 0x557173609ec0 void 0.000183
+gallium_dri.so malloc 72 0x557173609ff0 0.000180
+gallium_dri.so free 0x55717360a040 void 0.000181
+gallium_dri.so free 0x557173609ff0 void 0.000188
+gallium_dri.so malloc 72 0x557173609ff0 0.000180
+gallium_dri.so free 0x55717360a140 void 0.000181
+gallium_dri.so free 0x557173609ff0 void 0.000181
+gallium_dri.so malloc 72 0x55717360a0f0 0.000181
+gallium_dri.so free 0x55717360a200 void 0.000219
+gallium_dri.so free 0x55717360a0f0 void 0.000182
+gallium_dri.so malloc 72 0x55717360a1b0 0.000180
+gallium_dri.so free 0x55717358ec00 void 0.000183
+gallium_dri.so free 0x55717360a1b0 void 0.000179
+gallium_dri.so malloc 72 0x55717358ec30 0.000175
+gallium_dri.so free 0x55717358ec80 void 0.000145
+gallium_dri.so free 0x55717358ec30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec30 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ec30 void 0.000112
+gallium_dri.so malloc 72 0x55717358edc0 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000116
+gallium_dri.so free 0x55717358edc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee40 0.000113
+gallium_dri.so free 0x55717360a240 void 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee40 0.000119
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so free 0x55717358ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee40 0.000113
+gallium_dri.so free 0x55717358efc0 void 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef70 0.000163
+gallium_dri.so free 0x557173609580 void 0.000116
+gallium_dri.so free 0x55717358ef70 void 0.000112
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x557173609530 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x5571736096c0 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736095f0 0.000111
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000113
+gallium_dri.so free 0x5571736097f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609910 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000124
+gallium_dri.so free 0x557173609910 void 0.000120
+gallium_dri.so malloc 72 0x557173609910 0.000117
+gallium_dri.so free 0x557173590240 void 0.000130
+gallium_dri.so free 0x557173609910 void 0.000116
+gallium_dri.so malloc 72 0x557173590270 0.000117
+gallium_dri.so free 0x5571735902c0 void 0.000120
+gallium_dri.so free 0x557173590270 void 0.000116
+gallium_dri.so malloc 72 0x5571735902c0 0.000131
+gallium_dri.so free 0x557173590380 void 0.000119
+gallium_dri.so free 0x5571735902c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735902c0 0.000119
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x5571735902c0 void 0.000119
+gallium_dri.so malloc 72 0x557173590430 0.000117
+gallium_dri.so free 0x557173590540 void 0.000120
+gallium_dri.so free 0x557173590430 void 0.000117
+gallium_dri.so malloc 72 0x5571735904f0 0.000116
+gallium_dri.so free 0x557173590580 void 0.000120
+gallium_dri.so free 0x5571735904f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735904f0 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so free 0x5571735904f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735904f0 0.000117
+gallium_dri.so free 0x55717358dc80 void 0.000120
+gallium_dri.so free 0x5571735904f0 void 0.000161
+gallium_dri.so malloc 72 0x55717358dc80 0.000156
+gallium_dri.so free 0x55717358dd40 void 0.000156
+gallium_dri.so free 0x55717358dc80 void 0.000168
+gallium_dri.so malloc 72 0x55717358dc80 0.000132
+gallium_dri.so free 0x55717358de40 void 0.000118
+gallium_dri.so free 0x55717358dc80 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddf0 0.000118
+gallium_dri.so free 0x55717358de80 void 0.000130
+gallium_dri.so free 0x55717358ddf0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ddf0 0.000120
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so free 0x55717358ddf0 void 0.000121
+gallium_dri.so malloc 72 0x55717358df80 0.000118
+gallium_dri.so free 0x55717358e000 void 0.000116
+gallium_dri.so free 0x55717358df80 void 0.000116
+gallium_dri.so malloc 72 0x55717358e000 0.000117
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so malloc 72 0x55717358e000 0.000118
+gallium_dri.so free 0x5571735d4600 void 0.000120
+gallium_dri.so free 0x55717358e000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4630 0.000119
+gallium_dri.so free 0x5571735d4680 void 0.000151
+gallium_dri.so free 0x5571735d4630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4630 0.000118
+gallium_dri.so free 0x5571735d4780 void 0.000120
+gallium_dri.so free 0x5571735d4630 void 0.000124
+gallium_dri.so malloc 72 0x5571735d47c0 0.000117
+gallium_dri.so free 0x5571735d4840 void 0.000116
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4840 0.000115
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4840 0.000171
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d4840 void 0.000111
+gallium_dri.so malloc 72 0x5571735d49b0 0.000112
+gallium_dri.so free 0x557173464800 void 0.000117
+gallium_dri.so free 0x5571735d49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49b0 0.000113
+gallium_dri.so free 0x557173464880 void 0.000116
+gallium_dri.so free 0x5571735d49b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000115
+gallium_dri.so free 0x557173464940 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x557173464a40 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000112
+gallium_dri.so malloc 72 0x557173464880 0.000111
+gallium_dri.so free 0x557173464ac0 void 0.000113
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so malloc 72 0x557173464af0 0.000113
+gallium_dri.so free 0x557173464b40 void 0.000114
+gallium_dri.so free 0x557173464af0 void 0.000113
+gallium_dri.so malloc 72 0x557173464af0 0.000114
+gallium_dri.so free 0x557173464c40 void 0.000115
+gallium_dri.so free 0x557173464af0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x557173464bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464bf0 0.000148
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x557173464bf0 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6f0 0.000112
+gallium_dri.so free 0x55717358b740 void 0.000113
+gallium_dri.so free 0x55717358b6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b740 0.000112
+gallium_dri.so free 0x55717358b800 void 0.000112
+gallium_dri.so free 0x55717358b740 void 0.000112
+gallium_dri.so malloc 72 0x55717358b740 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000112
+gallium_dri.so free 0x55717358b740 void 0.000111
+gallium_dri.so malloc 72 0x55717358b8b0 0.000111
+gallium_dri.so free 0x55717358b9c0 void 0.000114
+gallium_dri.so free 0x55717358b8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x55717358ba00 void 0.000112
+gallium_dri.so free 0x55717358b970 void 0.000112
+gallium_dri.so malloc 72 0x55717358b970 0.000125
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x55717358b970 void 0.000118
+gallium_dri.so malloc 72 0x55717358b970 0.000117
+gallium_dri.so free 0x557173603380 void 0.000118
+gallium_dri.so free 0x55717358b970 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000116
+gallium_dri.so free 0x557173603440 void 0.000116
+gallium_dri.so free 0x557173603380 void 0.000115
+gallium_dri.so malloc 72 0x557173603380 0.000149
+gallium_dri.so free 0x557173603540 void 0.000123
+gallium_dri.so free 0x557173603380 void 0.000121
+gallium_dri.so malloc 72 0x5571736034f0 0.000118
+gallium_dri.so free 0x557173603580 void 0.000118
+gallium_dri.so free 0x5571736034f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736034f0 0.000119
+gallium_dri.so free 0x557173603640 void 0.000122
+gallium_dri.so free 0x5571736034f0 void 0.000117
+gallium_dri.so malloc 72 0x557173603680 0.000117
+gallium_dri.so free 0x557173603700 void 0.000118
+gallium_dri.so free 0x557173603680 void 0.000120
+gallium_dri.so malloc 72 0x557173603700 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x557173603700 void 0.000120
+gallium_dri.so malloc 72 0x557173603700 0.000118
+gallium_dri.so free 0x5571735cfa80 void 0.000121
+gallium_dri.so free 0x557173603700 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfab0 0.000121
+gallium_dri.so free 0x5571735cfb00 void 0.000121
+gallium_dri.so free 0x5571735cfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfab0 0.000119
+gallium_dri.so free 0x5571735cfc00 void 0.000120
+gallium_dri.so free 0x5571735cfab0 void 0.000160
+gallium_dri.so malloc 72 0x5571735cfc40 0.000118
+gallium_dri.so free 0x5571735cfcc0 void 0.000121
+gallium_dri.so free 0x5571735cfc40 void 0.000166
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfd80 void 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfcc0 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe30 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000117
+gallium_dri.so free 0x5571735cfe30 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe30 0.000116
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so free 0x5571735cfe30 void 0.000115
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x557173605a00 void 0.000117
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so malloc 72 0x557173605940 0.000116
+gallium_dri.so free 0x557173605b00 void 0.000116
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so malloc 72 0x557173605940 0.000115
+gallium_dri.so free 0x557173605b80 void 0.000168
+gallium_dri.so free 0x557173605940 void 0.000161
+gallium_dri.so malloc 72 0x557173605bb0 0.000162
+gallium_dri.so free 0x557173605c00 void 0.000127
+gallium_dri.so free 0x557173605bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173605bb0 0.000126
+gallium_dri.so free 0x557173605d00 void 0.000119
+gallium_dri.so free 0x557173605bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173605cb0 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000121
+gallium_dri.so free 0x557173605cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173605cb0 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000117
+gallium_dri.so free 0x557173605cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173607f30 0.000115
+gallium_dri.so free 0x557173607f80 void 0.000127
+gallium_dri.so free 0x557173607f30 void 0.000127
+gallium_dri.so malloc 72 0x557173607f80 0.000126
+gallium_dri.so free 0x557173608040 void 0.000119
+gallium_dri.so free 0x557173607f80 void 0.000118
+gallium_dri.so malloc 72 0x557173607f80 0.000126
+gallium_dri.so free 0x557173608140 void 0.000123
+gallium_dri.so free 0x557173607f80 void 0.000120
+gallium_dri.so malloc 72 0x5571736080f0 0.000116
+gallium_dri.so free 0x557173608200 void 0.000119
+gallium_dri.so free 0x5571736080f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736081b0 0.000116
+gallium_dri.so free 0x557173608240 void 0.000115
+gallium_dri.so free 0x5571736081b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736081b0 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x5571736081b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736081b0 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so free 0x5571736081b0 void 0.000106
+gallium_dri.so malloc 72 0x557173466e40 0.000116
+gallium_dri.so free 0x557173466f00 void 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so malloc 72 0x557173466e40 0.000114
+gallium_dri.so free 0x557173467000 void 0.000115
+gallium_dri.so free 0x557173466e40 void 0.000113
+gallium_dri.so malloc 72 0x557173466fb0 0.000113
+gallium_dri.so free 0x557173467040 void 0.000114
+gallium_dri.so free 0x557173466fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173466fb0 0.000112
+gallium_dri.so free 0x557173467100 void 0.000114
+gallium_dri.so free 0x557173466fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173467140 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467140 void 0.000113
+gallium_dri.so malloc 72 0x5571734671c0 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671c0 0.000113
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2070 0.000161
+gallium_dri.so free 0x5571735d20c0 void 0.000112
+gallium_dri.so free 0x5571735d2070 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2070 0.000112
+gallium_dri.so free 0x5571735d21c0 void 0.000126
+gallium_dri.so free 0x5571735d2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2200 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2280 0.000112
+gallium_dri.so free 0x5571735d2340 void 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2280 0.000112
+gallium_dri.so free 0x5571735d23c0 void 0.000112
+gallium_dri.so free 0x5571735d2280 void 0.000112
+gallium_dri.so malloc 72 0x5571735d23f0 0.000112
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x5571735d23f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d23f0 0.000117
+gallium_dri.so free 0x55717360b4c0 void 0.000121
+gallium_dri.so free 0x5571735d23f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360b580 void 0.000113
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000132
+gallium_dri.so free 0x55717360b680 void 0.000125
+gallium_dri.so free 0x55717360b4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b4c0 0.000127
+gallium_dri.so free 0x55717360b700 void 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b730 0.000118
+gallium_dri.so free 0x55717360b780 void 0.000118
+gallium_dri.so free 0x55717360b730 void 0.000117
+gallium_dri.so malloc 72 0x55717360b730 0.000124
+gallium_dri.so free 0x55717360b880 void 0.000119
+gallium_dri.so free 0x55717360b730 void 0.000117
+gallium_dri.so malloc 72 0x55717360b830 0.000117
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so free 0x55717360b830 void 0.000117
+gallium_dri.so malloc 72 0x55717360b830 0.000116
+gallium_dri.so free 0x557173589100 void 0.000123
+gallium_dri.so free 0x55717360b830 void 0.000120
+gallium_dri.so malloc 72 0x557173589130 0.000118
+gallium_dri.so free 0x557173589180 void 0.000122
+gallium_dri.so free 0x557173589130 void 0.000130
+gallium_dri.so malloc 72 0x557173589180 0.000121
+gallium_dri.so free 0x557173589240 void 0.000121
+gallium_dri.so free 0x557173589180 void 0.000127
+gallium_dri.so malloc 72 0x557173589180 0.000125
+gallium_dri.so free 0x557173589340 void 0.000120
+gallium_dri.so free 0x557173589180 void 0.000120
+gallium_dri.so malloc 72 0x5571735892f0 0.000120
+gallium_dri.so free 0x557173589400 void 0.000129
+gallium_dri.so free 0x5571735892f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173589440 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2970 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000122
+gallium_dri.so free 0x5571735f2970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2a90 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000119
+gallium_dri.so free 0x5571735f2a90 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2b40 0.000121
+gallium_dri.so free 0x5571735f2bc0 void 0.000121
+gallium_dri.so free 0x5571735f2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b40 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000119
+gallium_dri.so free 0x5571735f2b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c70 0.000120
+gallium_dri.so free 0x5571735f2cc0 void 0.000121
+gallium_dri.so free 0x5571735f2c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2c70 0.000119
+gallium_dri.so free 0x5571735f2dc0 void 0.000119
+gallium_dri.so free 0x5571735f2c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2d70 0.000168
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so free 0x5571735f2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e30 0.000113
+gallium_dri.so free 0x5571735f2ec0 void 0.000114
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e30 0.000115
+gallium_dri.so free 0x5571735f2f80 void 0.000114
+gallium_dri.so free 0x5571735f2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000116
+gallium_dri.so free 0x5571735f3040 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f2ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000114
+gallium_dri.so free 0x5571735f30f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x5571735f3240 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31b0 0.000115
+gallium_dri.so free 0x5571735f3300 void 0.000116
+gallium_dri.so free 0x5571735f31b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3340 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33c0 0.000131
+gallium_dri.so free 0x5571735f3480 void 0.000121
+gallium_dri.so free 0x5571735f33c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33c0 0.000119
+gallium_dri.so free 0x5571735f3540 void 0.000122
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3560 0.000119
+gallium_dri.so free 0x5571735f3600 void 0.000121
+gallium_dri.so free 0x5571735f3560 void 0.000131
+gallium_dri.so malloc 72 0x5571735f35b0 0.000120
+gallium_dri.so free 0x5571735f3680 void 0.000123
+gallium_dri.so free 0x5571735f35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000119
+gallium_dri.so free 0x5571734734c0 void 0.000119
+gallium_dri.so free 0x5571735f35b0 void 0.000116
+gallium_dri.so malloc 72 0x557173473470 0.000120
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x557173473470 void 0.000121
+gallium_dri.so malloc 72 0x557173473530 0.000119
+gallium_dri.so free 0x5571734735c0 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000121
+gallium_dri.so malloc 72 0x557173473530 0.000119
+gallium_dri.so free 0x557173473680 void 0.000120
+gallium_dri.so free 0x557173473530 void 0.000120
+gallium_dri.so malloc 72 0x5571734736d0 0.000156
+gallium_dri.so free 0x557173473740 void 0.000123
+gallium_dri.so free 0x5571734736d0 void 0.000120
+gallium_dri.so malloc 72 0x557173473780 0.000121
+gallium_dri.so free 0x557173473800 void 0.000119
+gallium_dri.so free 0x557173473780 void 0.000120
+gallium_dri.so malloc 72 0x557173473800 0.000122
+gallium_dri.so free 0x5571734738c0 void 0.000120
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so malloc 72 0x557173473800 0.000120
+gallium_dri.so free 0x557173473940 void 0.000121
+gallium_dri.so free 0x557173473800 void 0.000121
+gallium_dri.so malloc 72 0x557173473970 0.000119
+gallium_dri.so free 0x5571734739c0 void 0.000121
+gallium_dri.so free 0x557173473970 void 0.000119
+gallium_dri.so malloc 72 0x557173473970 0.000121
+gallium_dri.so free 0x557173473ac0 void 0.000120
+gallium_dri.so free 0x557173473970 void 0.000120
+gallium_dri.so malloc 72 0x557173473a70 0.000120
+gallium_dri.so free 0x557173473b80 void 0.000122
+gallium_dri.so free 0x557173473a70 void 0.000120
+gallium_dri.so malloc 72 0x557173473b30 0.000120
+gallium_dri.so free 0x557173473c00 void 0.000121
+gallium_dri.so free 0x557173473b30 void 0.000120
+gallium_dri.so malloc 72 0x557173473c20 0.000121
+gallium_dri.so free 0x557173473cc0 void 0.000119
+gallium_dri.so free 0x557173473c20 void 0.000120
+gallium_dri.so malloc 72 0x557173473c70 0.000162
+gallium_dri.so free 0x557173473d40 void 0.000123
+gallium_dri.so free 0x557173473c70 void 0.000120
+gallium_dri.so malloc 72 0x557173473c70 0.000118
+gallium_dri.so free 0x557173473dc0 void 0.000118
+gallium_dri.so free 0x557173473c70 void 0.000117
+gallium_dri.so malloc 72 0x557173473dc0 0.000118
+gallium_dri.so free 0x557173473e80 void 0.000121
+gallium_dri.so free 0x557173473dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173473dc0 0.000120
+gallium_dri.so free 0x557173473f40 void 0.000122
+gallium_dri.so free 0x557173473dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173473dc0 0.000120
+gallium_dri.so free 0x557173474000 void 0.000119
+gallium_dri.so free 0x557173473dc0 void 0.000120
+gallium_dri.so malloc 72 0x557173473fb0 0.000121
+gallium_dri.so free 0x557173474000 void 0.000123
+gallium_dri.so free 0x557173473fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173473fb0 0.000120
+gallium_dri.so free 0x557173474100 void 0.000121
+gallium_dri.so free 0x557173473fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571734740b0 0.000120
+gallium_dri.so free 0x5571734741c0 void 0.000121
+gallium_dri.so free 0x5571734740b0 void 0.000117
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x5571735fa440 void 0.000121
+gallium_dri.so free 0x557173474170 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x5571735fa500 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa540 0.000121
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x5571735fa540 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000122
+gallium_dri.so free 0x5571735fa680 void 0.000121
+gallium_dri.so free 0x5571735fa5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000121
+gallium_dri.so free 0x5571735fa740 void 0.000122
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa760 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000119
+gallium_dri.so free 0x5571735fa760 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000118
+gallium_dri.so free 0x5571735fa880 void 0.000119
+gallium_dri.so free 0x5571735fa7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000120
+gallium_dri.so free 0x5571735fa900 void 0.000121
+gallium_dri.so free 0x5571735fa7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa900 0.000121
+gallium_dri.so free 0x5571735fa9c0 void 0.000120
+gallium_dri.so free 0x5571735fa900 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa900 0.000117
+gallium_dri.so free 0x5571735faa80 void 0.000133
+gallium_dri.so free 0x5571735fa900 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa900 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000121
+gallium_dri.so free 0x5571735fa900 void 0.000117
+gallium_dri.so malloc 72 0x5571735faaf0 0.000120
+gallium_dri.so free 0x5571735fac00 void 0.000118
+gallium_dri.so free 0x5571735faaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fabb0 0.000118
+gallium_dri.so free 0x5571735fac80 void 0.000120
+gallium_dri.so free 0x5571735fabb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735facd0 0.000120
+gallium_dri.so free 0x5571735fad40 void 0.000118
+gallium_dri.so free 0x5571735facd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fad60 0.000120
+gallium_dri.so free 0x5571735fae00 void 0.000117
+gallium_dri.so free 0x5571735fad60 void 0.000115
+gallium_dri.so malloc 72 0x5571735fadb0 0.000119
+gallium_dri.so free 0x5571735fae80 void 0.000118
+gallium_dri.so free 0x5571735fadb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fadb0 0.000117
+gallium_dri.so free 0x5571735faf00 void 0.000121
+gallium_dri.so free 0x5571735fadb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faf00 0.000120
+gallium_dri.so free 0x5571735fafc0 void 0.000120
+gallium_dri.so free 0x5571735faf00 void 0.000121
+gallium_dri.so malloc 72 0x5571735faf00 0.000194
+gallium_dri.so free 0x5571735fb0c0 void 0.000120
+gallium_dri.so free 0x5571735faf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb070 0.000118
+gallium_dri.so free 0x5571735fb100 void 0.000119
+gallium_dri.so free 0x5571735fb070 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb070 0.000117
+gallium_dri.so free 0x5571735fb1c0 void 0.000118
+gallium_dri.so free 0x5571735fb070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb200 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000121
+gallium_dri.so free 0x5571735fb200 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb280 0.000120
+gallium_dri.so free 0x5571735fb340 void 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb280 0.000119
+gallium_dri.so free 0x5571735fb3c0 void 0.000121
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000117
+gallium_dri.so free 0x5571735fb440 void 0.000119
+gallium_dri.so free 0x5571735fb3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000119
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so free 0x5571735fb3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb580 0.000119
+gallium_dri.so free 0x5571735fb600 void 0.000121
+gallium_dri.so free 0x5571735fb580 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb600 0.000120
+gallium_dri.so free 0x5571735fb6c0 void 0.000119
+gallium_dri.so free 0x5571735fb600 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb600 0.000117
+gallium_dri.so free 0x5571735fb740 void 0.000117
+gallium_dri.so free 0x5571735fb600 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb770 0.000118
+gallium_dri.so free 0x5571735fb7c0 void 0.000119
+gallium_dri.so free 0x5571735fb770 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb770 0.000117
+gallium_dri.so free 0x5571735fb8c0 void 0.000117
+gallium_dri.so free 0x5571735fb770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb870 0.000118
+gallium_dri.so free 0x5571735fb980 void 0.000119
+gallium_dri.so free 0x5571735fb870 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb930 0.000119
+gallium_dri.so free 0x5571735fba00 void 0.000120
+gallium_dri.so free 0x5571735fb930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb930 0.000118
+gallium_dri.so free 0x5571735fbac0 void 0.000120
+gallium_dri.so free 0x5571735fb930 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb930 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000117
+gallium_dri.so free 0x5571735fb930 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb30 0.000121
+gallium_dri.so free 0x5571735fbc00 void 0.000129
+gallium_dri.so free 0x5571735fbb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc50 0.000116
+gallium_dri.so free 0x5571735fbcc0 void 0.000121
+gallium_dri.so free 0x5571735fbc50 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbce0 0.000119
+gallium_dri.so free 0x5571735fbd80 void 0.000120
+gallium_dri.so free 0x5571735fbce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbd30 0.000117
+gallium_dri.so free 0x5571735fbe00 void 0.000119
+gallium_dri.so free 0x5571735fbd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbe00 0.000119
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so free 0x5571735fbe00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fbe00 0.000120
+gallium_dri.so free 0x5571734604c0 void 0.000120
+gallium_dri.so free 0x5571735fbe00 void 0.000118
+gallium_dri.so malloc 72 0x5571734604c0 0.000118
+gallium_dri.so free 0x557173460580 void 0.000119
+gallium_dri.so free 0x5571734604c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734604c0 0.000119
+gallium_dri.so free 0x557173460640 void 0.000119
+gallium_dri.so free 0x5571734604c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734604c0 0.000118
+gallium_dri.so free 0x557173460700 void 0.000118
+gallium_dri.so free 0x5571734604c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734606b0 0.000117
+gallium_dri.so free 0x557173460780 void 0.000120
+gallium_dri.so free 0x5571734606b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734607d0 0.000121
+gallium_dri.so free 0x557173460840 void 0.000117
+gallium_dri.so free 0x5571734607d0 void 0.000116
+gallium_dri.so malloc 72 0x557173460880 0.000119
+gallium_dri.so free 0x557173460900 void 0.000118
+gallium_dri.so free 0x557173460880 void 0.000116
+gallium_dri.so malloc 72 0x557173460880 0.000116
+gallium_dri.so free 0x557173460980 void 0.000120
+gallium_dri.so free 0x557173460880 void 0.000116
+gallium_dri.so malloc 72 0x5571734609b0 0.000116
+gallium_dri.so free 0x557173460a00 void 0.000119
+gallium_dri.so free 0x5571734609b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734609b0 0.000120
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x5571734609b0 void 0.000122
+gallium_dri.so malloc 72 0x557173460ab0 0.000120
+gallium_dri.so free 0x557173460bc0 void 0.000121
+gallium_dri.so free 0x557173460ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173460b70 0.000121
+gallium_dri.so free 0x557173460c00 void 0.000117
+gallium_dri.so free 0x557173460b70 void 0.000143
+gallium_dri.so malloc 72 0x557173460b70 0.000121
+gallium_dri.so free 0x557173460cc0 void 0.000118
+gallium_dri.so free 0x557173460b70 void 0.000116
+gallium_dri.so malloc 72 0x557173460d30 0.000158
+gallium_dri.so free 0x557173460d80 void 0.000120
+gallium_dri.so free 0x557173460d30 void 0.000120
+gallium_dri.so malloc 72 0x557173460d30 0.000120
+gallium_dri.so free 0x557173460e80 void 0.000120
+gallium_dri.so free 0x557173460d30 void 0.000116
+gallium_dri.so malloc 72 0x557173460e30 0.000120
+gallium_dri.so free 0x557173460f40 void 0.000121
+gallium_dri.so free 0x557173460e30 void 0.000117
+gallium_dri.so malloc 72 0x557173460ef0 0.000119
+gallium_dri.so free 0x557173460f80 void 0.000121
+gallium_dri.so free 0x557173460ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173460ef0 0.000119
+gallium_dri.so free 0x557173461040 void 0.000120
+gallium_dri.so free 0x557173460ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173461080 0.000120
+gallium_dri.so free 0x557173461100 void 0.000118
+gallium_dri.so free 0x557173461080 void 0.000117
+gallium_dri.so malloc 72 0x557173461100 0.000121
+gallium_dri.so free 0x5571734611c0 void 0.000118
+gallium_dri.so free 0x557173461100 void 0.000120
+gallium_dri.so malloc 72 0x557173461100 0.000122
+gallium_dri.so free 0x557173461280 void 0.000120
+gallium_dri.so free 0x557173461100 void 0.000117
+gallium_dri.so malloc 72 0x5571734612a0 0.000118
+gallium_dri.so free 0x557173461340 void 0.000175
+gallium_dri.so free 0x5571734612a0 void 0.000122
+gallium_dri.so malloc 72 0x5571734612f0 0.000121
+gallium_dri.so free 0x5571734613c0 void 0.000120
+gallium_dri.so free 0x5571734612f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734612f0 0.000119
+gallium_dri.so free 0x557173461440 void 0.000120
+gallium_dri.so free 0x5571734612f0 void 0.000116
+gallium_dri.so malloc 72 0x557173461440 0.000120
+gallium_dri.so free 0x557173461500 void 0.000125
+gallium_dri.so free 0x557173461440 void 0.000119
+gallium_dri.so malloc 72 0x557173461440 0.000119
+gallium_dri.so free 0x5571734615c0 void 0.000120
+gallium_dri.so free 0x557173461440 void 0.000118
+gallium_dri.so malloc 72 0x557173461440 0.000118
+gallium_dri.so free 0x557173461680 void 0.000120
+gallium_dri.so free 0x557173461440 void 0.000118
+gallium_dri.so malloc 72 0x557173461630 0.000120
+gallium_dri.so free 0x557173461740 void 0.000121
+gallium_dri.so free 0x557173461630 void 0.000119
+gallium_dri.so malloc 72 0x5571734616f0 0.000123
+gallium_dri.so free 0x5571734617c0 void 0.000121
+gallium_dri.so free 0x5571734616f0 void 0.000116
+gallium_dri.so malloc 72 0x557173461810 0.000118
+gallium_dri.so free 0x557173461880 void 0.000120
+gallium_dri.so free 0x557173461810 void 0.000120
+gallium_dri.so malloc 72 0x5571734618a0 0.000130
+gallium_dri.so free 0x557173461940 void 0.000122
+gallium_dri.so free 0x5571734618a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734618f0 0.000119
+gallium_dri.so free 0x5571734619c0 void 0.000121
+gallium_dri.so free 0x5571734618f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734618f0 0.000119
+gallium_dri.so free 0x557173461a40 void 0.000121
+gallium_dri.so free 0x5571734618f0 void 0.000117
+gallium_dri.so malloc 72 0x557173461a40 0.000116
+gallium_dri.so free 0x557173461b00 void 0.000122
+gallium_dri.so free 0x557173461a40 void 0.000119
+gallium_dri.so malloc 72 0x557173461a40 0.000120
+gallium_dri.so free 0x557173461c00 void 0.000120
+gallium_dri.so free 0x557173461a40 void 0.000119
+gallium_dri.so malloc 72 0x557173461bb0 0.000116
+gallium_dri.so free 0x557173461c40 void 0.000120
+gallium_dri.so free 0x557173461bb0 void 0.000116
+gallium_dri.so malloc 72 0x557173461bb0 0.000121
+gallium_dri.so free 0x557173461d00 void 0.000120
+gallium_dri.so free 0x557173461bb0 void 0.000117
+gallium_dri.so malloc 72 0x557173461d40 0.000117
+gallium_dri.so free 0x557173461dc0 void 0.000120
+gallium_dri.so free 0x557173461d40 void 0.000116
+gallium_dri.so malloc 72 0x557173461dc0 0.000123
+gallium_dri.so free 0x557173461e80 void 0.000120
+gallium_dri.so free 0x557173461dc0 void 0.000130
+gallium_dri.so malloc 72 0x557173461dc0 0.000120
+gallium_dri.so free 0x557173461f00 void 0.000120
+gallium_dri.so free 0x557173461dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173461f30 0.000120
+gallium_dri.so free 0x557173461f80 void 0.000120
+gallium_dri.so free 0x557173461f30 void 0.000120
+gallium_dri.so malloc 72 0x557173461f30 0.000120
+gallium_dri.so free 0x557173462080 void 0.000121
+gallium_dri.so free 0x557173461f30 void 0.000116
+gallium_dri.so malloc 72 0x5571734620c0 0.000119
+gallium_dri.so free 0x557173462140 void 0.000120
+gallium_dri.so free 0x5571734620c0 void 0.000118
+gallium_dri.so malloc 72 0x557173462140 0.000120
+gallium_dri.so free 0x557173462200 void 0.000120
+gallium_dri.so free 0x557173462140 void 0.000120
+gallium_dri.so malloc 72 0x557173462140 0.000118
+gallium_dri.so free 0x557173462280 void 0.000120
+gallium_dri.so free 0x557173462140 void 0.000116
+gallium_dri.so malloc 72 0x5571734622b0 0.000116
+gallium_dri.so free 0x557173462300 void 0.000121
+gallium_dri.so free 0x5571734622b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734622b0 0.000118
+gallium_dri.so free 0x5571735e0e80 void 0.000116
+gallium_dri.so free 0x5571734622b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000122
+gallium_dri.so free 0x5571735e0f40 void 0.000186
+gallium_dri.so free 0x5571735e0ed0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000140
+gallium_dri.so free 0x5571735e1040 void 0.000120
+gallium_dri.so free 0x5571735e0fa0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000117
+gallium_dri.so free 0x5571735e1080 void 0.000122
+gallium_dri.so free 0x5571735e0ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000119
+gallium_dri.so free 0x5571735e1140 void 0.000118
+gallium_dri.so free 0x5571735e0ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1180 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000122
+gallium_dri.so free 0x5571735e1180 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1200 0.000117
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1200 0.000118
+gallium_dri.so free 0x5571735e1340 void 0.000121
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1370 0.000120
+gallium_dri.so free 0x5571735e13c0 void 0.000120
+gallium_dri.so free 0x5571735e1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e13c0 0.000118
+gallium_dri.so free 0x5571735e1480 void 0.000119
+gallium_dri.so free 0x5571735e13c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e13c0 0.000132
+gallium_dri.so free 0x5571735e1580 void 0.000117
+gallium_dri.so free 0x5571735e13c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1530 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000121
+gallium_dri.so free 0x5571735e1530 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000120
+gallium_dri.so free 0x5571735e1680 void 0.000122
+gallium_dri.so free 0x5571735e15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000117
+gallium_dri.so free 0x5571735e15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1780 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so free 0x5571735e1780 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1800 0.000119
+gallium_dri.so free 0x5571735e18c0 void 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1800 0.000119
+gallium_dri.so free 0x5571735e1940 void 0.000118
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1800 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1800 0.000117
+gallium_dri.so free 0x5571735e1ac0 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1a70 0.000116
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1b90 0.000117
+gallium_dri.so free 0x5571735e1c00 void 0.000148
+gallium_dri.so free 0x5571735e1b90 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c20 0.000119
+gallium_dri.so free 0x5571735e1cc0 void 0.000119
+gallium_dri.so free 0x5571735e1c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c70 0.000121
+gallium_dri.so free 0x5571735e1d40 void 0.000121
+gallium_dri.so free 0x5571735e1c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c70 0.000117
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1df0 0.000120
+gallium_dri.so free 0x5571735e1ec0 void 0.000117
+gallium_dri.so free 0x5571735e1df0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f10 0.000119
+gallium_dri.so free 0x5571735e1f80 void 0.000117
+gallium_dri.so free 0x5571735e1f10 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000127
+gallium_dri.so free 0x5571735e2040 void 0.000121
+gallium_dri.so free 0x5571735e1fa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000119
+gallium_dri.so free 0x5571735e20c0 void 0.000169
+gallium_dri.so free 0x5571735e1ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000117
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e1ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2140 0.000120
+gallium_dri.so free 0x5571735e2200 void 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2140 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000120
+gallium_dri.so free 0x5571735e2140 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2140 0.000120
+gallium_dri.so free 0x5571735e2380 void 0.000121
+gallium_dri.so free 0x5571735e2140 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23b0 0.000120
+gallium_dri.so free 0x5571735e2400 void 0.000118
+gallium_dri.so free 0x5571735e23b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23b0 0.000118
+gallium_dri.so free 0x5571735e2500 void 0.000119
+gallium_dri.so free 0x5571735e23b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e24b0 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so free 0x5571735e24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2570 0.000117
+gallium_dri.so free 0x5571735e2600 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2570 0.000128
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2710 0.000148
+gallium_dri.so free 0x5571735e2780 void 0.000123
+gallium_dri.so free 0x5571735e2710 void 0.000116
+gallium_dri.so malloc 72 0x5571735e27c0 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000120
+gallium_dri.so free 0x5571735e27c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2840 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e2840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2840 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29b0 0.000119
+gallium_dri.so free 0x5571735e2a00 void 0.000119
+gallium_dri.so free 0x5571735e29b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e29b0 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000120
+gallium_dri.so free 0x5571735e29b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000120
+gallium_dri.so free 0x5571735e2bc0 void 0.000117
+gallium_dri.so free 0x5571735e2ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2b70 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2b70 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2c60 0.000127
+gallium_dri.so free 0x5571735e2d00 void 0.000126
+gallium_dri.so free 0x5571735e2c60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000121
+gallium_dri.so free 0x5571735e2d80 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000118
+gallium_dri.so free 0x5571735e2e00 void 0.000121
+gallium_dri.so free 0x5571735e2cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2e00 0.000119
+gallium_dri.so free 0x5571735e2ec0 void 0.000122
+gallium_dri.so free 0x5571735e2e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2e00 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so free 0x5571735e2e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2e00 0.000119
+gallium_dri.so free 0x5571735e3040 void 0.000120
+gallium_dri.so free 0x5571735e2e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000121
+gallium_dri.so free 0x5571735e3040 void 0.000120
+gallium_dri.so free 0x5571735e2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000117
+gallium_dri.so free 0x5571735e3140 void 0.000121
+gallium_dri.so free 0x5571735e2ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e30f0 0.000152
+gallium_dri.so free 0x5571735e3200 void 0.000133
+gallium_dri.so free 0x5571735e30f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e31b0 0.000133
+gallium_dri.so free 0x5571735e3240 void 0.000130
+gallium_dri.so free 0x5571735e31b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e31b0 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000134
+gallium_dri.so free 0x5571735e31b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3340 0.000130
+gallium_dri.so free 0x5571735e33c0 void 0.000133
+gallium_dri.so free 0x5571735e3340 void 0.000128
+gallium_dri.so malloc 72 0x5571735e33c0 0.000129
+gallium_dri.so free 0x5571735e3480 void 0.000132
+gallium_dri.so free 0x5571735e33c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e33c0 0.000133
+gallium_dri.so free 0x5571735e3540 void 0.000130
+gallium_dri.so free 0x5571735e33c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3560 0.000132
+gallium_dri.so free 0x5571735e3600 void 0.000133
+gallium_dri.so free 0x5571735e3560 void 0.000132
+gallium_dri.so malloc 72 0x5571735e35b0 0.000132
+gallium_dri.so free 0x5571735e3680 void 0.000130
+gallium_dri.so free 0x5571735e35b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e35b0 0.000146
+gallium_dri.so free 0x5571735e3700 void 0.000136
+gallium_dri.so free 0x5571735e35b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e3700 0.000133
+gallium_dri.so free 0x5571735e37c0 void 0.000132
+gallium_dri.so free 0x5571735e3700 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3700 0.000132
+gallium_dri.so free 0x5571735de240 void 0.000130
+gallium_dri.so free 0x5571735e3700 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3700 0.000131
+gallium_dri.so free 0x5571735de300 void 0.000133
+gallium_dri.so free 0x5571735e3700 void 0.000131
+gallium_dri.so malloc 72 0x5571735de350 0.000130
+gallium_dri.so free 0x5571735de3c0 void 0.000131
+gallium_dri.so free 0x5571735de350 void 0.000131
+gallium_dri.so malloc 72 0x5571735de400 0.000130
+gallium_dri.so free 0x5571735de480 void 0.000133
+gallium_dri.so free 0x5571735de400 void 0.000130
+gallium_dri.so malloc 72 0x5571735de480 0.000131
+gallium_dri.so free 0x5571735de540 void 0.000138
+gallium_dri.so free 0x5571735de480 void 0.000124
+gallium_dri.so malloc 72 0x5571735de480 0.000118
+gallium_dri.so free 0x5571735de5c0 void 0.000121
+gallium_dri.so free 0x5571735de480 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000148
+gallium_dri.so free 0x5571735de640 void 0.000121
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de5f0 0.000147
+gallium_dri.so free 0x5571735de740 void 0.000121
+gallium_dri.so free 0x5571735de5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de6f0 0.000120
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x5571735de6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de7b0 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de8a0 0.000116
+gallium_dri.so free 0x5571735de940 void 0.000120
+gallium_dri.so free 0x5571735de8a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de8f0 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735de8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de8f0 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so free 0x5571735de8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dea40 0.000119
+gallium_dri.so free 0x5571735deb00 void 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dea40 0.000119
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so free 0x5571735dea40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000121
+gallium_dri.so free 0x5571735dec80 void 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000120
+gallium_dri.so malloc 72 0x5571735dec30 0.000119
+gallium_dri.so free 0x5571735dec80 void 0.000117
+gallium_dri.so free 0x5571735dec30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec30 0.000116
+gallium_dri.so free 0x5571735ded80 void 0.000122
+gallium_dri.so free 0x5571735dec30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ded30 0.000122
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x5571735ded30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x5571735dee80 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dedf0 0.000118
+gallium_dri.so free 0x5571735def40 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735def80 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so free 0x5571735def80 void 0.000116
+gallium_dri.so malloc 72 0x5571735df000 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000117
+gallium_dri.so malloc 72 0x5571735df000 0.000120
+gallium_dri.so free 0x5571735df180 void 0.000130
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so malloc 72 0x5571735df1a0 0.000118
+gallium_dri.so free 0x5571735df240 void 0.000117
+gallium_dri.so free 0x5571735df1a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df1f0 0.000119
+gallium_dri.so free 0x5571735df2c0 void 0.000120
+gallium_dri.so free 0x5571735df1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df1f0 0.000120
+gallium_dri.so free 0x5571735df340 void 0.000120
+gallium_dri.so free 0x5571735df1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df340 0.000117
+gallium_dri.so free 0x5571735df400 void 0.000123
+gallium_dri.so free 0x5571735df340 void 0.000117
+gallium_dri.so malloc 72 0x5571735df340 0.000120
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so malloc 72 0x5571735df340 0.000122
+gallium_dri.so free 0x5571735df580 void 0.000121
+gallium_dri.so free 0x5571735df340 void 0.000116
+gallium_dri.so malloc 72 0x5571735df530 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735df530 void 0.000120
+gallium_dri.so malloc 72 0x5571735df5f0 0.000118
+gallium_dri.so free 0x5571735df6c0 void 0.000121
+gallium_dri.so free 0x5571735df5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df710 0.000164
+gallium_dri.so free 0x5571735df780 void 0.000118
+gallium_dri.so free 0x5571735df710 void 0.000115
+gallium_dri.so malloc 72 0x5571735df7a0 0.000115
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df7f0 0.000116
+gallium_dri.so free 0x5571735df8c0 void 0.000116
+gallium_dri.so free 0x5571735df7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7f0 0.000116
+gallium_dri.so free 0x5571735df940 void 0.000117
+gallium_dri.so free 0x5571735df7f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df940 0.000116
+gallium_dri.so free 0x5571735dfa00 void 0.000116
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000117
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735df940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfab0 0.000115
+gallium_dri.so free 0x5571735dfb40 void 0.000116
+gallium_dri.so free 0x5571735dfab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfab0 0.000115
+gallium_dri.so free 0x5571735dfc00 void 0.000183
+gallium_dri.so free 0x5571735dfab0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfc40 0.000159
+gallium_dri.so free 0x5571735dfcc0 void 0.000133
+gallium_dri.so free 0x5571735dfc40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000111
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe30 0.000142
+gallium_dri.so free 0x5571735dfe80 void 0.000120
+gallium_dri.so free 0x5571735dfe30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfe30 0.000122
+gallium_dri.so free 0x5571735dff80 void 0.000123
+gallium_dri.so free 0x5571735dfe30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dffc0 0.000123
+gallium_dri.so free 0x5571735e0040 void 0.000123
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0040 0.000119
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0040 0.000115
+gallium_dri.so free 0x5571735e0180 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01b0 0.000114
+gallium_dri.so free 0x5571735e0200 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e01b0 0.000111
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e02b0 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000112
+gallium_dri.so free 0x5571735e0500 void 0.000130
+gallium_dri.so free 0x5571735e0370 void 0.000189
+gallium_dri.so malloc 72 0x5571735e0370 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000124
+gallium_dri.so free 0x5571735e0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0690 0.000118
+gallium_dri.so free 0x5571735e0700 void 0.000123
+gallium_dri.so free 0x5571735e0690 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0720 0.000123
+gallium_dri.so free 0x5571735e07c0 void 0.000121
+gallium_dri.so free 0x5571735e0720 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0770 0.000168
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so free 0x5571735e0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0840 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e0980 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0980 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0980 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so free 0x5571735e0980 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0980 0.000114
+gallium_dri.so free 0x5571735e0bc0 void 0.000116
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b70 0.000114
+gallium_dri.so free 0x5571735e0c40 void 0.000117
+gallium_dri.so free 0x5571735e0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c90 0.000114
+gallium_dri.so free 0x5571735e0d00 void 0.000116
+gallium_dri.so free 0x5571735e0c90 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d40 0.000115
+gallium_dri.so free 0x5571735e0dc0 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0d40 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d40 0.000115
+gallium_dri.so free 0x5571735da980 void 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735da930 0.000114
+gallium_dri.so free 0x5571735daa00 void 0.000117
+gallium_dri.so free 0x5571735da930 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa50 0.000115
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735daa50 void 0.000115
+gallium_dri.so malloc 72 0x5571735daae0 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735daae0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000118
+gallium_dri.so free 0x5571735dad00 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dacb0 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dacb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dadd0 0.000118
+gallium_dri.so free 0x5571735dae40 void 0.000126
+gallium_dri.so free 0x5571735dadd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dae60 0.000115
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so free 0x5571735dae60 void 0.000112
+gallium_dri.so malloc 72 0x5571735daeb0 0.000120
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735daeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daeb0 0.000119
+gallium_dri.so free 0x5571735db000 void 0.000119
+gallium_dri.so free 0x5571735daeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db000 0.000114
+gallium_dri.so free 0x5571735db0c0 void 0.000116
+gallium_dri.so free 0x5571735db000 void 0.000141
+gallium_dri.so malloc 72 0x5571735db000 0.000115
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so malloc 72 0x5571735db000 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000116
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000114
+gallium_dri.so free 0x5571735db2c0 void 0.000116
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db3c0 void 0.000115
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db370 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000114
+gallium_dri.so free 0x5571735db370 void 0.000160
+gallium_dri.so malloc 72 0x5571735db430 0.000119
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5d0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db5d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db680 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db680 void 0.000114
+gallium_dri.so malloc 72 0x5571735db700 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000116
+gallium_dri.so free 0x5571735db700 void 0.000113
+gallium_dri.so malloc 72 0x5571735db700 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000116
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so malloc 72 0x5571735db870 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db870 void 0.000116
+gallium_dri.so malloc 72 0x5571735db870 0.000114
+gallium_dri.so free 0x5571735db9c0 void 0.000115
+gallium_dri.so free 0x5571735db870 void 0.000114
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000116
+gallium_dri.so free 0x5571735db970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba30 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb20 0.000114
+gallium_dri.so free 0x5571735dbbc0 void 0.000115
+gallium_dri.so free 0x5571735dbb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000120
+gallium_dri.so free 0x5571735dbb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000116
+gallium_dri.so free 0x5571735dbb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000115
+gallium_dri.so free 0x5571735dbd80 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbf00 void 0.000115
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000116
+gallium_dri.so free 0x5571735dbeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735dc000 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000115
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dbfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc100 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000116
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc200 0.000115
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc280 0.000116
+gallium_dri.so free 0x5571735dc340 void 0.000117
+gallium_dri.so free 0x5571735dc280 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc280 0.000116
+gallium_dri.so free 0x5571735dc400 void 0.000117
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc420 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc420 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc470 0.000113
+gallium_dri.so free 0x5571735dc540 void 0.000115
+gallium_dri.so free 0x5571735dc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000116
+gallium_dri.so free 0x5571735dc470 void 0.000166
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000115
+gallium_dri.so free 0x5571735dc680 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000135
+gallium_dri.so free 0x5571735dc5c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000115
+gallium_dri.so free 0x5571735dc8c0 void 0.000116
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc940 void 0.000116
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc990 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so free 0x5571735dc990 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca20 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000117
+gallium_dri.so free 0x5571735dca20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca70 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dca70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca70 0.000119
+gallium_dri.so free 0x5571735dcbc0 void 0.000116
+gallium_dri.so free 0x5571735dca70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000115
+gallium_dri.so free 0x5571735dcc80 void 0.000117
+gallium_dri.so free 0x5571735dcbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000115
+gallium_dri.so free 0x5571735dcd80 void 0.000116
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000115
+gallium_dri.so free 0x5571735dcdc0 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd30 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcec0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dcec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dcf40 0.000114
+gallium_dri.so free 0x5571735dd000 void 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf40 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000116
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000114
+gallium_dri.so free 0x5571735dd100 void 0.000116
+gallium_dri.so free 0x5571735dd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd240 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000119
+gallium_dri.so free 0x5571735dd240 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd430 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000117
+gallium_dri.so free 0x5571735dd430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd430 0.000115
+gallium_dri.so free 0x5571735dd580 void 0.000116
+gallium_dri.so free 0x5571735dd430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000116
+gallium_dri.so free 0x5571735dd530 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x5571735dd6c0 void 0.000116
+gallium_dri.so free 0x5571735dd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x5571735dd840 void 0.000116
+gallium_dri.so free 0x5571735dd5f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000115
+gallium_dri.so free 0x5571735dd8c0 void 0.000116
+gallium_dri.so free 0x5571735dd7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd910 0.000115
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735dd910 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9a0 0.000113
+gallium_dri.so free 0x5571735dda40 void 0.000115
+gallium_dri.so free 0x5571735dd9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000115
+gallium_dri.so free 0x5571735ddac0 void 0.000116
+gallium_dri.so free 0x5571735dd9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddac0 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735ddac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000116
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000114
+gallium_dri.so free 0x5571735ddcc0 void 0.000114
+gallium_dri.so free 0x5571735ddc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddc00 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735ddc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddc00 0.000114
+gallium_dri.so free 0x5571735dde40 void 0.000115
+gallium_dri.so free 0x5571735ddc00 void 0.000125
+gallium_dri.so malloc 72 0x5571735dddf0 0.000114
+gallium_dri.so free 0x5571735ddec0 void 0.000115
+gallium_dri.so free 0x5571735dddf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf10 0.000116
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddf10 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000115
+gallium_dri.so free 0x5571735de040 void 0.000115
+gallium_dri.so free 0x5571735ddfc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000143
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de0f0 0.000114
+gallium_dri.so free 0x5571735de140 void 0.000117
+gallium_dri.so free 0x5571735de0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de0f0 0.000121
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so free 0x5571735de0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000141
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735fc480 void 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000116
+gallium_dri.so free 0x5571735fc500 void 0.000117
+gallium_dri.so free 0x5571735fc4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000116
+gallium_dri.so free 0x5571735fc4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc640 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000116
+gallium_dri.so free 0x5571735fc640 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000114
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000115
+gallium_dri.so free 0x5571735fc800 void 0.000118
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc830 0.000114
+gallium_dri.so free 0x5571735fc880 void 0.000114
+gallium_dri.so free 0x5571735fc830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc830 0.000114
+gallium_dri.so free 0x5571735fc980 void 0.000115
+gallium_dri.so free 0x5571735fc830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc930 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000116
+gallium_dri.so free 0x5571735fc930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735fcac0 void 0.000116
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000115
+gallium_dri.so free 0x5571735fc9f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000116
+gallium_dri.so free 0x5571735fcc40 void 0.000116
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000129
+gallium_dri.so free 0x5571735fccc0 void 0.000124
+gallium_dri.so free 0x5571735fcbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcd10 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcd10 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcda0 0.000114
+gallium_dri.so free 0x5571735fce40 void 0.000115
+gallium_dri.so free 0x5571735fcda0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000115
+gallium_dri.so free 0x5571735fcec0 void 0.000116
+gallium_dri.so free 0x5571735fcdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcec0 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000116
+gallium_dri.so free 0x5571735fcec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcec0 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd000 0.000114
+gallium_dri.so free 0x5571735fd0c0 void 0.000115
+gallium_dri.so free 0x5571735fd000 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd000 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000127
+gallium_dri.so free 0x5571735fd000 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd000 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000117
+gallium_dri.so free 0x5571735fd000 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000115
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd310 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000114
+gallium_dri.so free 0x5571735fd310 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000117
+gallium_dri.so free 0x5571735fd3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000115
+gallium_dri.so free 0x5571735fd3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000114
+gallium_dri.so free 0x5571735fd540 void 0.000116
+gallium_dri.so free 0x5571735fd4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000115
+gallium_dri.so free 0x5571735fd640 void 0.000123
+gallium_dri.so free 0x5571735fd4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000115
+gallium_dri.so free 0x5571735fd700 void 0.000116
+gallium_dri.so free 0x5571735fd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000114
+gallium_dri.so free 0x5571735fd740 void 0.000125
+gallium_dri.so free 0x5571735fd6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000114
+gallium_dri.so free 0x5571735fd800 void 0.000113
+gallium_dri.so free 0x5571735fd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd870 0.000112
+gallium_dri.so free 0x5571735fd8c0 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd870 0.000115
+gallium_dri.so free 0x5571735fd9c0 void 0.000112
+gallium_dri.so free 0x5571735fd870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd970 0.000138
+gallium_dri.so free 0x5571735fda80 void 0.000128
+gallium_dri.so free 0x5571735fd970 void 0.000121
+gallium_dri.so malloc 72 0x5571735fda30 0.000115
+gallium_dri.so free 0x5571735fdac0 void 0.000113
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571735fda30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000119
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdc40 0.000116
+gallium_dri.so free 0x5571735fdd00 void 0.000142
+gallium_dri.so free 0x5571735fdc40 void 0.000165
+gallium_dri.so malloc 72 0x5571735fdc40 0.000116
+gallium_dri.so free 0x5571735fddc0 void 0.000116
+gallium_dri.so free 0x5571735fdc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdde0 0.000115
+gallium_dri.so free 0x5571735fde80 void 0.000116
+gallium_dri.so free 0x5571735fdde0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde30 0.000115
+gallium_dri.so free 0x5571735fdf00 void 0.000116
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde30 0.000114
+gallium_dri.so free 0x5571735fdf80 void 0.000117
+gallium_dri.so free 0x5571735fde30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000114
+gallium_dri.so free 0x5571735fe040 void 0.000116
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000122
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so free 0x5571735fdf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdf80 0.000116
+gallium_dri.so free 0x5571735fe1c0 void 0.000116
+gallium_dri.so free 0x5571735fdf80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe170 0.000115
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735fe170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000115
+gallium_dri.so free 0x5571735fe300 void 0.000117
+gallium_dri.so free 0x5571735fe230 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe350 0.000116
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe350 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe3e0 0.000115
+gallium_dri.so free 0x5571735fe480 void 0.000116
+gallium_dri.so free 0x5571735fe3e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe430 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000115
+gallium_dri.so free 0x5571735fe430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe430 0.000115
+gallium_dri.so free 0x5571735fe580 void 0.000115
+gallium_dri.so free 0x5571735fe430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe580 0.000113
+gallium_dri.so free 0x5571735fe640 void 0.000116
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe580 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000117
+gallium_dri.so free 0x5571735fe580 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000115
+gallium_dri.so free 0x5571735fe780 void 0.000116
+gallium_dri.so free 0x5571735fe6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000117
+gallium_dri.so free 0x5571735fe6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe880 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so free 0x5571735fe880 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe900 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe900 0.000114
+gallium_dri.so free 0x5571735fea40 void 0.000116
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea70 0.000114
+gallium_dri.so free 0x5571735feac0 void 0.000116
+gallium_dri.so free 0x5571735fea70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fea70 0.000116
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so free 0x5571735fea70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec00 0.000116
+gallium_dri.so free 0x5571735fec80 void 0.000116
+gallium_dri.so free 0x5571735fec00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec80 0.000114
+gallium_dri.so free 0x5571735fed40 void 0.000117
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec80 0.000114
+gallium_dri.so free 0x5571735fedc0 void 0.000116
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedf0 0.000115
+gallium_dri.so free 0x5571735fee40 void 0.000115
+gallium_dri.so free 0x5571735fedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedf0 0.000114
+gallium_dri.so free 0x5571735fef40 void 0.000115
+gallium_dri.so free 0x5571735fedf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735feef0 0.000114
+gallium_dri.so free 0x5571735ff000 void 0.000116
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000119
+gallium_dri.so free 0x5571735ff080 void 0.000116
+gallium_dri.so free 0x5571735fefb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fefb0 0.000115
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000116
+gallium_dri.so free 0x5571735fefb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000135
+gallium_dri.so free 0x5571735ff280 void 0.000116
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000116
+gallium_dri.so free 0x5571735ff2d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff360 0.000115
+gallium_dri.so free 0x5571735ff400 void 0.000116
+gallium_dri.so free 0x5571735ff360 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000116
+gallium_dri.so free 0x5571735ff480 void 0.000117
+gallium_dri.so free 0x5571735ff3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff480 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000165
+gallium_dri.so malloc 72 0x5571735ff480 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000117
+gallium_dri.so free 0x5571735ff480 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000116
+gallium_dri.so free 0x5571735ff5c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000116
+gallium_dri.so free 0x5571735ff7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000115
+gallium_dri.so free 0x5571735ff940 void 0.000116
+gallium_dri.so free 0x5571735ff8d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff980 0.000116
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff980 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff980 0.000113
+gallium_dri.so free 0x5571735ffa80 void 0.000116
+gallium_dri.so free 0x5571735ff980 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffab0 0.000115
+gallium_dri.so free 0x5571735ffb00 void 0.000116
+gallium_dri.so free 0x5571735ffab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffab0 0.000119
+gallium_dri.so free 0x5571735ffc00 void 0.000116
+gallium_dri.so free 0x5571735ffab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000115
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735ffbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735ffd00 void 0.000115
+gallium_dri.so free 0x5571735ffc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffdc0 void 0.000117
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x5571735fff80 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fff30 0.000115
+gallium_dri.so free 0x557173600040 void 0.000116
+gallium_dri.so free 0x5571735fff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x557173600080 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x557173600140 void 0.000116
+gallium_dri.so free 0x5571735ffff0 void 0.000128
+gallium_dri.so malloc 72 0x557173600180 0.000114
+gallium_dri.so free 0x557173600200 void 0.000116
+gallium_dri.so free 0x557173600180 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000117
+gallium_dri.so free 0x5571736002c0 void 0.000116
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so malloc 72 0x557173600200 0.000115
+gallium_dri.so free 0x557173600380 void 0.000116
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so malloc 72 0x5571736003a0 0.000114
+gallium_dri.so free 0x557173600440 void 0.000115
+gallium_dri.so free 0x5571736003a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000113
+gallium_dri.so free 0x5571736004c0 void 0.000116
+gallium_dri.so free 0x5571736003f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003f0 0.000114
+gallium_dri.so free 0x557173600540 void 0.000116
+gallium_dri.so free 0x5571736003f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600540 0.000114
+gallium_dri.so free 0x557173600600 void 0.000116
+gallium_dri.so free 0x557173600540 void 0.000114
+gallium_dri.so malloc 72 0x557173600540 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000116
+gallium_dri.so free 0x557173600780 void 0.000116
+gallium_dri.so free 0x557173600540 void 0.000178
+gallium_dri.so malloc 72 0x557173600730 0.000115
+gallium_dri.so free 0x557173600840 void 0.000116
+gallium_dri.so free 0x557173600730 void 0.000115
+gallium_dri.so malloc 72 0x5571736007f0 0.000115
+gallium_dri.so free 0x5571736008c0 void 0.000117
+gallium_dri.so free 0x5571736007f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600910 0.000115
+gallium_dri.so free 0x557173600980 void 0.000117
+gallium_dri.so free 0x557173600910 void 0.000114
+gallium_dri.so malloc 72 0x5571736009a0 0.000114
+gallium_dri.so free 0x557173600a40 void 0.000115
+gallium_dri.so free 0x5571736009a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000140
+gallium_dri.so free 0x557173600ac0 void 0.000123
+gallium_dri.so free 0x5571736009f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000115
+gallium_dri.so free 0x557173600b40 void 0.000120
+gallium_dri.so free 0x5571736009f0 void 0.000115
+gallium_dri.so malloc 72 0x557173600b40 0.000116
+gallium_dri.so free 0x557173600c00 void 0.000116
+gallium_dri.so free 0x557173600b40 void 0.000115
+gallium_dri.so malloc 72 0x557173600b40 0.000115
+gallium_dri.so free 0x557173600d00 void 0.000115
+gallium_dri.so free 0x557173600b40 void 0.000115
+gallium_dri.so malloc 72 0x557173600cb0 0.000115
+gallium_dri.so free 0x557173600d40 void 0.000130
+gallium_dri.so free 0x557173600cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173600cb0 0.000115
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173600cb0 void 0.000135
+gallium_dri.so malloc 72 0x557173600e40 0.000119
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so free 0x557173600e40 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000143
+gallium_dri.so free 0x557173600f80 void 0.000116
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000115
+gallium_dri.so free 0x557173601000 void 0.000116
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173601030 0.000115
+gallium_dri.so free 0x557173601080 void 0.000116
+gallium_dri.so free 0x557173601030 void 0.000114
+gallium_dri.so malloc 72 0x557173601030 0.000116
+gallium_dri.so free 0x557173601180 void 0.000116
+gallium_dri.so free 0x557173601030 void 0.000115
+gallium_dri.so malloc 72 0x5571736011c0 0.000115
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x5571736011c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c110 0.000114
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c110 void 0.000114
+gallium_dri.so malloc 72 0x55717360c1a0 0.000114
+gallium_dri.so free 0x55717360c240 void 0.000128
+gallium_dri.so free 0x55717360c1a0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c1f0 0.000116
+gallium_dri.so free 0x55717360c2c0 void 0.000114
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c1f0 0.000114
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c340 0.000116
+gallium_dri.so free 0x55717360c400 void 0.000116
+gallium_dri.so free 0x55717360c340 void 0.000114
+gallium_dri.so malloc 72 0x55717360c340 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000117
+gallium_dri.so free 0x55717360c340 void 0.000115
+gallium_dri.so malloc 72 0x55717360c340 0.000115
+gallium_dri.so free 0x55717360c580 void 0.000115
+gallium_dri.so free 0x55717360c340 void 0.000114
+gallium_dri.so malloc 72 0x55717360c5b0 0.000113
+gallium_dri.so free 0x55717360c600 void 0.000120
+gallium_dri.so free 0x55717360c5b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c5b0 0.000125
+gallium_dri.so free 0x55717360c700 void 0.000124
+gallium_dri.so free 0x55717360c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c6b0 0.000115
+gallium_dri.so free 0x55717360c7c0 void 0.000117
+gallium_dri.so free 0x55717360c6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c770 0.000125
+gallium_dri.so free 0x55717360c800 void 0.000113
+gallium_dri.so free 0x55717360c770 void 0.000112
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x55717360c8c0 void 0.000113
+gallium_dri.so free 0x55717360c770 void 0.000112
+gallium_dri.so malloc 72 0x55717360c910 0.000113
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c910 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9c0 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca40 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000114
+gallium_dri.so free 0x55717360ca40 void 0.000111
+gallium_dri.so malloc 72 0x55717360ca40 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000114
+gallium_dri.so free 0x55717360ca40 void 0.000112
+gallium_dri.so malloc 72 0x55717360cbb0 0.000113
+gallium_dri.so free 0x55717360cc00 void 0.000118
+gallium_dri.so free 0x55717360cbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cbb0 0.000114
+gallium_dri.so free 0x55717360cd00 void 0.000114
+gallium_dri.so free 0x55717360cbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ccb0 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000113
+gallium_dri.so free 0x55717360ccb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000189
+gallium_dri.so free 0x55717360ce40 void 0.000117
+gallium_dri.so free 0x55717360cd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ce60 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000116
+gallium_dri.so free 0x55717360ce60 void 0.000114
+gallium_dri.so malloc 72 0x55717360ceb0 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000115
+gallium_dri.so free 0x55717360ceb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ceb0 0.000113
+gallium_dri.so free 0x55717360d000 void 0.000116
+gallium_dri.so free 0x55717360ceb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d000 0.000115
+gallium_dri.so free 0x55717360d0c0 void 0.000116
+gallium_dri.so free 0x55717360d000 void 0.000114
+gallium_dri.so malloc 72 0x55717360d000 0.000140
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x55717360d000 void 0.000114
+gallium_dri.so malloc 72 0x55717360d000 0.000114
+gallium_dri.so free 0x55717360d240 void 0.000116
+gallium_dri.so free 0x55717360d000 void 0.000114
+gallium_dri.so malloc 72 0x55717360d1f0 0.000113
+gallium_dri.so free 0x55717360d240 void 0.000115
+gallium_dri.so free 0x55717360d1f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360d1f0 0.000118
+gallium_dri.so free 0x55717360d340 void 0.000126
+gallium_dri.so free 0x55717360d1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d2f0 0.000115
+gallium_dri.so free 0x55717360d400 void 0.000114
+gallium_dri.so free 0x55717360d2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d3b0 0.000121
+gallium_dri.so free 0x55717360d440 void 0.000115
+gallium_dri.so free 0x55717360d3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d3b0 0.000115
+gallium_dri.so free 0x55717360d500 void 0.000116
+gallium_dri.so free 0x55717360d3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d540 0.000114
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so free 0x55717360d540 void 0.000140
+gallium_dri.so malloc 72 0x55717360d5c0 0.000115
+gallium_dri.so free 0x55717360d680 void 0.000115
+gallium_dri.so free 0x55717360d5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d5c0 0.000113
+gallium_dri.so free 0x55717360d740 void 0.000116
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d760 0.000114
+gallium_dri.so free 0x55717360d800 void 0.000115
+gallium_dri.so free 0x55717360d760 void 0.000114
+gallium_dri.so malloc 72 0x55717360d7b0 0.000113
+gallium_dri.so free 0x55717360d880 void 0.000116
+gallium_dri.so free 0x55717360d7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d7b0 0.000118
+gallium_dri.so free 0x55717360d900 void 0.000115
+gallium_dri.so free 0x55717360d7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360d900 0.000114
+gallium_dri.so free 0x55717360d9c0 void 0.000116
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so malloc 72 0x55717360d900 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000121
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so malloc 72 0x55717360d900 0.000116
+gallium_dri.so free 0x55717360db40 void 0.000115
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so malloc 72 0x55717360daf0 0.000114
+gallium_dri.so free 0x55717360dc00 void 0.000118
+gallium_dri.so free 0x55717360daf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360dc80 void 0.000116
+gallium_dri.so free 0x55717360dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dcd0 0.000113
+gallium_dri.so free 0x55717360dd40 void 0.000116
+gallium_dri.so free 0x55717360dcd0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd60 0.000116
+gallium_dri.so free 0x55717360de00 void 0.000116
+gallium_dri.so free 0x55717360dd60 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000115
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360df00 0.000116
+gallium_dri.so free 0x55717360dfc0 void 0.000116
+gallium_dri.so free 0x55717360df00 void 0.000114
+gallium_dri.so malloc 72 0x55717360df00 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so free 0x55717360df00 void 0.000115
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360e100 void 0.000117
+gallium_dri.so free 0x55717360e070 void 0.000115
+gallium_dri.so malloc 72 0x55717360e070 0.000115
+gallium_dri.so free 0x55717360e1c0 void 0.000115
+gallium_dri.so free 0x55717360e070 void 0.000115
+gallium_dri.so malloc 72 0x55717360e200 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so free 0x55717360e200 void 0.000114
+gallium_dri.so malloc 72 0x55717360e280 0.000113
+gallium_dri.so free 0x55717360e340 void 0.000117
+gallium_dri.so free 0x55717360e280 void 0.000113
+gallium_dri.so malloc 72 0x55717360e280 0.000115
+gallium_dri.so free 0x55717360e3c0 void 0.000116
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so malloc 72 0x55717360e3f0 0.000113
+gallium_dri.so free 0x55717360e440 void 0.000116
+gallium_dri.so free 0x55717360e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e3f0 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000115
+gallium_dri.so free 0x55717360e3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e580 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000116
+gallium_dri.so free 0x55717360e580 void 0.000115
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000115
+gallium_dri.so free 0x55717360e740 void 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so malloc 72 0x55717360e770 0.000114
+gallium_dri.so free 0x55717360e7c0 void 0.000116
+gallium_dri.so free 0x55717360e770 void 0.000115
+gallium_dri.so malloc 72 0x55717360e770 0.000115
+gallium_dri.so free 0x55717360e8c0 void 0.000115
+gallium_dri.so free 0x55717360e770 void 0.000117
+gallium_dri.so malloc 72 0x55717360e870 0.000115
+gallium_dri.so free 0x55717360e980 void 0.000139
+gallium_dri.so free 0x55717360e870 void 0.000115
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x55717360ea00 void 0.000119
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x55717360eb80 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000167
+gallium_dri.so malloc 72 0x55717360eb30 0.000117
+gallium_dri.so free 0x55717360ec00 void 0.000116
+gallium_dri.so free 0x55717360eb30 void 0.000115
+gallium_dri.so malloc 72 0x55717360ec50 0.000114
+gallium_dri.so free 0x55717360ecc0 void 0.000116
+gallium_dri.so free 0x55717360ec50 void 0.000114
+gallium_dri.so malloc 72 0x55717360ece0 0.000114
+gallium_dri.so free 0x55717360ed80 void 0.000116
+gallium_dri.so free 0x55717360ece0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ed30 0.000116
+gallium_dri.so free 0x55717360ee00 void 0.000115
+gallium_dri.so free 0x55717360ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee00 0.000115
+gallium_dri.so free 0x55717360eec0 void 0.000116
+gallium_dri.so free 0x55717360ee00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ee00 0.000114
+gallium_dri.so free 0x55717360ef40 void 0.000142
+gallium_dri.so free 0x55717360ee00 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef40 0.000114
+gallium_dri.so free 0x55717360f000 void 0.000116
+gallium_dri.so free 0x55717360ef40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef40 0.000114
+gallium_dri.so free 0x55717360f0c0 void 0.000125
+gallium_dri.so free 0x55717360ef40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ef40 0.000115
+gallium_dri.so free 0x55717360f180 void 0.000115
+gallium_dri.so free 0x55717360ef40 void 0.000123
+gallium_dri.so malloc 72 0x55717360f130 0.000114
+gallium_dri.so free 0x55717360f200 void 0.000114
+gallium_dri.so free 0x55717360f130 void 0.000114
+gallium_dri.so malloc 72 0x55717360f250 0.000112
+gallium_dri.so free 0x55717360f2c0 void 0.000114
+gallium_dri.so free 0x55717360f250 void 0.000112
+gallium_dri.so malloc 72 0x55717360f300 0.000112
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so free 0x55717360f300 void 0.000113
+gallium_dri.so malloc 72 0x55717360f300 0.000113
+gallium_dri.so free 0x55717360f400 void 0.000113
+gallium_dri.so free 0x55717360f300 void 0.000112
+gallium_dri.so malloc 72 0x55717360f430 0.000113
+gallium_dri.so free 0x55717360f480 void 0.000115
+gallium_dri.so free 0x55717360f430 void 0.000112
+gallium_dri.so malloc 72 0x55717360f430 0.000111
+gallium_dri.so free 0x55717360f580 void 0.000113
+gallium_dri.so free 0x55717360f430 void 0.000112
+gallium_dri.so malloc 72 0x55717360f530 0.000112
+gallium_dri.so free 0x55717360f640 void 0.000114
+gallium_dri.so free 0x55717360f530 void 0.000111
+gallium_dri.so malloc 72 0x55717360f5f0 0.000113
+gallium_dri.so free 0x55717360f680 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f5f0 0.000114
+gallium_dri.so free 0x55717360f740 void 0.000113
+gallium_dri.so free 0x55717360f5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f7b0 0.000106
+gallium_dri.so free 0x55717360f800 void 0.000116
+gallium_dri.so free 0x55717360f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7b0 0.000114
+gallium_dri.so free 0x55717360f900 void 0.000119
+gallium_dri.so free 0x55717360f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f8b0 0.000117
+gallium_dri.so free 0x55717360f9c0 void 0.000116
+gallium_dri.so free 0x55717360f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f970 0.000114
+gallium_dri.so free 0x55717360fa00 void 0.000116
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000113
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb00 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000115
+gallium_dri.so free 0x55717360fb00 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb80 0.000115
+gallium_dri.so free 0x55717360fc40 void 0.000115
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb80 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000115
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd20 0.000115
+gallium_dri.so free 0x55717360fdc0 void 0.000116
+gallium_dri.so free 0x55717360fd20 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd70 0.000183
+gallium_dri.so free 0x55717360fe40 void 0.000116
+gallium_dri.so free 0x55717360fd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd70 0.000114
+gallium_dri.so free 0x55717360fec0 void 0.000116
+gallium_dri.so free 0x55717360fd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360fec0 0.000114
+gallium_dri.so free 0x55717360ff80 void 0.000116
+gallium_dri.so free 0x55717360fec0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fec0 0.000113
+gallium_dri.so free 0x557173610040 void 0.000116
+gallium_dri.so free 0x55717360fec0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fec0 0.000115
+gallium_dri.so free 0x557173610100 void 0.000115
+gallium_dri.so free 0x55717360fec0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100b0 0.000115
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x5571736100b0 void 0.000140
+gallium_dri.so malloc 72 0x557173610170 0.000120
+gallium_dri.so free 0x557173610240 void 0.000116
+gallium_dri.so free 0x557173610170 void 0.000114
+gallium_dri.so malloc 72 0x557173610290 0.000114
+gallium_dri.so free 0x557173610300 void 0.000116
+gallium_dri.so free 0x557173610290 void 0.000114
+gallium_dri.so malloc 72 0x557173610320 0.000113
+gallium_dri.so free 0x5571736103c0 void 0.000117
+gallium_dri.so free 0x557173610320 void 0.000114
+gallium_dri.so malloc 72 0x557173610370 0.000116
+gallium_dri.so free 0x557173610440 void 0.000113
+gallium_dri.so free 0x557173610370 void 0.000112
+gallium_dri.so malloc 72 0x557173610370 0.000113
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so free 0x557173610370 void 0.000113
+gallium_dri.so malloc 72 0x5571736104c0 0.000116
+gallium_dri.so free 0x557173610580 void 0.000113
+gallium_dri.so free 0x5571736104c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736104c0 0.000113
+gallium_dri.so free 0x557173610680 void 0.000113
+gallium_dri.so free 0x5571736104c0 void 0.000112
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x5571736106c0 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x557173610630 0.000112
+gallium_dri.so free 0x557173610780 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000112
+gallium_dri.so malloc 72 0x5571736107c0 0.000112
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x5571736107c0 void 0.000116
+gallium_dri.so malloc 72 0x557173610840 0.000145
+gallium_dri.so free 0x557173610900 void 0.000115
+gallium_dri.so free 0x557173610840 void 0.000112
+gallium_dri.so malloc 72 0x557173610840 0.000112
+gallium_dri.so free 0x557173610980 void 0.000112
+gallium_dri.so free 0x557173610840 void 0.000111
+gallium_dri.so malloc 72 0x5571736109b0 0.000124
+gallium_dri.so free 0x557173610a00 void 0.000118
+gallium_dri.so free 0x5571736109b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736109b0 0.000114
+gallium_dri.so free 0x557173610b00 void 0.000115
+gallium_dri.so free 0x5571736109b0 void 0.000114
+gallium_dri.so malloc 72 0x557173610b40 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000115
+gallium_dri.so free 0x557173610b40 void 0.000114
+gallium_dri.so malloc 72 0x557173610bc0 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000115
+gallium_dri.so malloc 72 0x557173610bc0 0.000114
+gallium_dri.so free 0x557173610d00 void 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173610d30 0.000115
+gallium_dri.so free 0x557173610d80 void 0.000116
+gallium_dri.so free 0x557173610d30 void 0.000114
+gallium_dri.so malloc 72 0x557173610d30 0.000114
+gallium_dri.so free 0x557173610e80 void 0.000115
+gallium_dri.so free 0x557173610d30 void 0.000113
+gallium_dri.so malloc 72 0x557173610e30 0.000115
+gallium_dri.so free 0x557173610f40 void 0.000116
+gallium_dri.so free 0x557173610e30 void 0.000114
+gallium_dri.so malloc 72 0x557173610ef0 0.000114
+gallium_dri.so free 0x557173610fc0 void 0.000116
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000167
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x557173611140 void 0.000121
+gallium_dri.so free 0x557173610ef0 void 0.000124
+gallium_dri.so malloc 72 0x5571736110f0 0.000122
+gallium_dri.so free 0x5571736111c0 void 0.000118
+gallium_dri.so free 0x5571736110f0 void 0.000113
+gallium_dri.so malloc 72 0x557173611210 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173611210 void 0.000114
+gallium_dri.so malloc 72 0x557173611210 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x557173611210 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfe70 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfe70 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x5571735bff80 void 0.000113
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000116
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735c0030 void 0.000127
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x5571735c0180 void 0.000113
+gallium_dri.so free 0x5571735c00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0280 0.000119
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0280 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735c03c0 void 0.000118
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0300 0.000114
+gallium_dri.so free 0x5571735c0440 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000136
+gallium_dri.so free 0x5571735c05c0 void 0.000121
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000114
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0690 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so free 0x5571735c0690 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0720 0.000116
+gallium_dri.so free 0x5571735c07c0 void 0.000114
+gallium_dri.so free 0x5571735c0720 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000113
+gallium_dri.so free 0x5571735c0840 void 0.000114
+gallium_dri.so free 0x5571735c0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0770 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000113
+gallium_dri.so free 0x5571735c0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08f0 0.000112
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c08f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0a10 0.000120
+gallium_dri.so free 0x5571735c0a80 void 0.000115
+gallium_dri.so free 0x5571735c0a10 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0aa0 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000113
+gallium_dri.so free 0x5571735c0aa0 void 0.000185
+gallium_dri.so malloc 72 0x5571735c0af0 0.000157
+gallium_dri.so free 0x5571735c0bc0 void 0.000127
+gallium_dri.so free 0x5571735c0af0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0af0 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000113
+gallium_dri.so free 0x5571735c0af0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c0c40 0.000240
+gallium_dri.so free 0x5571735c0d00 void 0.000124
+gallium_dri.so free 0x5571735c0c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0c40 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x5571735c0c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0c40 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000154
+gallium_dri.so free 0x5571735c0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000111
+gallium_dri.so free 0x5571735c0f00 void 0.000110
+gallium_dri.so free 0x5571735c0eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000110
+gallium_dri.so free 0x5571735c1000 void 0.000109
+gallium_dri.so free 0x5571735c0eb0 void 0.000108
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000108
+gallium_dri.so free 0x5571735c10c0 void 0.000109
+gallium_dri.so free 0x5571735c0fb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1070 0.000109
+gallium_dri.so free 0x5571735c1100 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1070 0.000110
+gallium_dri.so free 0x5571735c11c0 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1210 0.000109
+gallium_dri.so free 0x5571735c1280 void 0.000108
+gallium_dri.so free 0x5571735c1210 void 0.000122
+gallium_dri.so malloc 72 0x5571735c12c0 0.000116
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so free 0x5571735c12c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1340 0.000111
+gallium_dri.so free 0x5571735c1400 void 0.000111
+gallium_dri.so free 0x5571735c1340 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1340 0.000110
+gallium_dri.so free 0x5571735c1480 void 0.000111
+gallium_dri.so free 0x5571735c1340 void 0.000111
+gallium_dri.so malloc 72 0x5571735c14b0 0.000111
+gallium_dri.so free 0x5571735c1500 void 0.000111
+gallium_dri.so free 0x5571735c14b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c14b0 0.000110
+gallium_dri.so free 0x5571735c1600 void 0.000110
+gallium_dri.so free 0x5571735c14b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c15b0 0.000111
+gallium_dri.so free 0x5571735c16c0 void 0.000110
+gallium_dri.so free 0x5571735c15b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1670 0.000111
+gallium_dri.so free 0x5571735c1740 void 0.000110
+gallium_dri.so free 0x5571735c1670 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1760 0.000121
+gallium_dri.so free 0x5571735c1800 void 0.000116
+gallium_dri.so free 0x5571735c1760 void 0.000112
+gallium_dri.so malloc 72 0x5571735c17b0 0.000110
+gallium_dri.so free 0x5571735c1880 void 0.000113
+gallium_dri.so free 0x5571735c17b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c17b0 0.000160
+gallium_dri.so free 0x5571735c1900 void 0.000113
+gallium_dri.so free 0x5571735c17b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1900 0.000111
+gallium_dri.so free 0x5571735c19c0 void 0.000111
+gallium_dri.so free 0x5571735c1900 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1900 0.000110
+gallium_dri.so free 0x5571735c1a80 void 0.000110
+gallium_dri.so free 0x5571735c1900 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1900 0.000114
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x5571735c1900 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1af0 0.000187
+gallium_dri.so free 0x5571735c1b40 void 0.000159
+gallium_dri.so free 0x5571735c1af0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1af0 0.000123
+gallium_dri.so free 0x5571735c1c40 void 0.000123
+gallium_dri.so free 0x5571735c1af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000131
+gallium_dri.so free 0x5571735c1d00 void 0.000125
+gallium_dri.so free 0x5571735c1bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000115
+gallium_dri.so free 0x5571735c1d40 void 0.000116
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c1e00 void 0.000116
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e40 0.000115
+gallium_dri.so free 0x5571735c1ec0 void 0.000116
+gallium_dri.so free 0x5571735c1e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000116
+gallium_dri.so free 0x5571735c1f80 void 0.000115
+gallium_dri.so free 0x5571735c1ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000115
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so free 0x5571735c1ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2060 0.000114
+gallium_dri.so free 0x5571735c2100 void 0.000115
+gallium_dri.so free 0x5571735c2060 void 0.000114
+gallium_dri.so malloc 72 0x5571735c20b0 0.000114
+gallium_dri.so free 0x5571735c2180 void 0.000114
+gallium_dri.so free 0x5571735c20b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c20b0 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000116
+gallium_dri.so free 0x5571735c20b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2200 0.000113
+gallium_dri.so free 0x5571735c22c0 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2200 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2200 0.000126
+gallium_dri.so free 0x5571735c2440 void 0.000114
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c23f0 0.000140
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so free 0x5571735c23f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c24b0 0.000112
+gallium_dri.so free 0x5571735c2580 void 0.000112
+gallium_dri.so free 0x5571735c24b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c25d0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000112
+gallium_dri.so free 0x5571735c25d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2660 0.000112
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2660 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26b0 0.000112
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c26b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26b0 0.000113
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so free 0x5571735c26b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2800 0.000113
+gallium_dri.so free 0x5571735c28c0 void 0.000113
+gallium_dri.so free 0x5571735c2800 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2800 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000114
+gallium_dri.so free 0x5571735c2800 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2970 0.000190
+gallium_dri.so free 0x5571735c2a00 void 0.000118
+gallium_dri.so free 0x5571735c2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2970 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2b00 0.000115
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b80 0.000115
+gallium_dri.so free 0x5571735c2c40 void 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b80 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000113
+gallium_dri.so free 0x5571735c2d40 void 0.000115
+gallium_dri.so free 0x5571735c2cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000115
+gallium_dri.so free 0x5571735c2cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e80 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so free 0x5571735c2e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f00 0.000114
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f00 0.000126
+gallium_dri.so free 0x5571735c3040 void 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3070 0.000114
+gallium_dri.so free 0x5571735c30c0 void 0.000115
+gallium_dri.so free 0x5571735c3070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3070 0.000113
+gallium_dri.so free 0x5571735c31c0 void 0.000121
+gallium_dri.so free 0x5571735c3070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3170 0.000114
+gallium_dri.so free 0x5571735c3280 void 0.000114
+gallium_dri.so free 0x5571735c3170 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x5571735c3300 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000115
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000132
+gallium_dri.so free 0x5571735c3500 void 0.000135
+gallium_dri.so free 0x5571735c3430 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3550 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000115
+gallium_dri.so free 0x5571735c3550 void 0.000114
+gallium_dri.so malloc 72 0x5571735c35e0 0.000123
+gallium_dri.so free 0x5571735c3680 void 0.000116
+gallium_dri.so free 0x5571735c35e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3700 void 0.000115
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3700 0.000115
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so free 0x5571735c3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3700 0.000115
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so free 0x5571735c3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c3900 void 0.000115
+gallium_dri.so free 0x5571735c3840 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3840 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a30 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c3a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b50 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000116
+gallium_dri.so free 0x5571735c3b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c00 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000160
+gallium_dri.so free 0x5571735c3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c00 0.000115
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so free 0x5571735c3c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000114
+gallium_dri.so free 0x5571735c3d80 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000140
+gallium_dri.so malloc 72 0x5571735c3d30 0.000117
+gallium_dri.so free 0x5571735c3e80 void 0.000116
+gallium_dri.so free 0x5571735c3d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3e30 0.000116
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735c3e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000114
+gallium_dri.so free 0x5571735c3f80 void 0.000114
+gallium_dri.so free 0x5571735c3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x5571735c4040 void 0.000114
+gallium_dri.so free 0x5571735c3ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735c4100 void 0.000115
+gallium_dri.so free 0x5571735c40b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735c4200 void 0.000117
+gallium_dri.so free 0x5571735c40b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c41b0 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000127
+gallium_dri.so free 0x5571735c41b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4270 0.000114
+gallium_dri.so free 0x5571735c4300 void 0.000115
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4270 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000115
+gallium_dri.so free 0x5571735c4270 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4400 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000115
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4480 0.000114
+gallium_dri.so free 0x5571735c4540 void 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4480 0.000114
+gallium_dri.so free 0x5571735c4600 void 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4620 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000125
+gallium_dri.so free 0x5571735c4620 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4670 0.000124
+gallium_dri.so free 0x5571735c4740 void 0.000123
+gallium_dri.so free 0x5571735c4670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4670 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000116
+gallium_dri.so free 0x5571735c4670 void 0.000127
+gallium_dri.so malloc 72 0x5571735c47c0 0.000113
+gallium_dri.so free 0x5571735c4880 void 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c47c0 0.000113
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c47c0 0.000114
+gallium_dri.so free 0x5571735c4a00 void 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c49b0 0.000113
+gallium_dri.so free 0x5571735c4ac0 void 0.000114
+gallium_dri.so free 0x5571735c49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b90 0.000113
+gallium_dri.so free 0x5571735c4c00 void 0.000113
+gallium_dri.so free 0x5571735c4b90 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c20 0.000114
+gallium_dri.so free 0x5571735c4cc0 void 0.000115
+gallium_dri.so free 0x5571735c4c20 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c70 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000118
+gallium_dri.so free 0x5571735c4c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c70 0.000115
+gallium_dri.so free 0x5571735c4dc0 void 0.000115
+gallium_dri.so free 0x5571735c4c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000108
+gallium_dri.so free 0x5571735c4e80 void 0.000117
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735c4dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000112
+gallium_dri.so free 0x5571735c4fc0 void 0.000114
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x557173469a80 void 0.000116
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x557173469a80 0.000112
+gallium_dri.so free 0x557173469b40 void 0.000113
+gallium_dri.so free 0x557173469a80 void 0.000112
+gallium_dri.so malloc 72 0x557173469a80 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173469a80 void 0.000114
+gallium_dri.so malloc 72 0x557173469a80 0.000113
+gallium_dri.so free 0x557173469cc0 void 0.000114
+gallium_dri.so free 0x557173469a80 void 0.000112
+gallium_dri.so malloc 72 0x557173469c70 0.000113
+gallium_dri.so free 0x557173469cc0 void 0.000115
+gallium_dri.so free 0x557173469c70 void 0.000113
+gallium_dri.so malloc 72 0x557173469c70 0.000122
+gallium_dri.so free 0x557173469dc0 void 0.000114
+gallium_dri.so free 0x557173469c70 void 0.000112
+gallium_dri.so malloc 72 0x557173469d70 0.000113
+gallium_dri.so free 0x557173469e80 void 0.000120
+gallium_dri.so free 0x557173469d70 void 0.000113
+gallium_dri.so malloc 72 0x557173469e30 0.000114
+gallium_dri.so free 0x557173469ec0 void 0.000115
+gallium_dri.so free 0x557173469e30 void 0.000114
+gallium_dri.so malloc 72 0x557173469e30 0.000114
+gallium_dri.so free 0x557173469f80 void 0.000116
+gallium_dri.so free 0x557173469e30 void 0.000114
+gallium_dri.so malloc 72 0x557173469fc0 0.000140
+gallium_dri.so free 0x55717346a040 void 0.000113
+gallium_dri.so free 0x557173469fc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a040 0.000116
+gallium_dri.so free 0x55717346a100 void 0.000116
+gallium_dri.so free 0x55717346a040 void 0.000113
+gallium_dri.so malloc 72 0x55717346a040 0.000115
+gallium_dri.so free 0x55717346a1c0 void 0.000115
+gallium_dri.so free 0x55717346a040 void 0.000114
+gallium_dri.so malloc 72 0x55717346a1e0 0.000113
+gallium_dri.so free 0x55717346a280 void 0.000116
+gallium_dri.so free 0x55717346a1e0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a230 0.000113
+gallium_dri.so free 0x55717346a300 void 0.000115
+gallium_dri.so free 0x55717346a230 void 0.000113
+gallium_dri.so malloc 72 0x55717346a230 0.000126
+gallium_dri.so free 0x55717346a380 void 0.000116
+gallium_dri.so free 0x55717346a230 void 0.000114
+gallium_dri.so malloc 72 0x55717346a380 0.000113
+gallium_dri.so free 0x55717346a440 void 0.000115
+gallium_dri.so free 0x55717346a380 void 0.000114
+gallium_dri.so malloc 72 0x55717346a380 0.000114
+gallium_dri.so free 0x55717346a500 void 0.000116
+gallium_dri.so free 0x55717346a380 void 0.000114
+gallium_dri.so malloc 72 0x55717346a380 0.000114
+gallium_dri.so free 0x55717346a5c0 void 0.000121
+gallium_dri.so free 0x55717346a380 void 0.000115
+gallium_dri.so malloc 72 0x55717346a570 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000115
+gallium_dri.so free 0x55717346a570 void 0.000114
+gallium_dri.so malloc 72 0x55717346a630 0.000113
+gallium_dri.so free 0x55717346a700 void 0.000116
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a750 0.000114
+gallium_dri.so free 0x55717346a7c0 void 0.000114
+gallium_dri.so free 0x55717346a750 void 0.000115
+gallium_dri.so malloc 72 0x55717346a7e0 0.000113
+gallium_dri.so free 0x55717346a880 void 0.000114
+gallium_dri.so free 0x55717346a7e0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000113
+gallium_dri.so free 0x55717346a900 void 0.000115
+gallium_dri.so free 0x55717346a830 void 0.000113
+gallium_dri.so malloc 72 0x55717346a830 0.000114
+gallium_dri.so free 0x55717346a980 void 0.000116
+gallium_dri.so free 0x55717346a830 void 0.000113
+gallium_dri.so malloc 72 0x55717346a980 0.000114
+gallium_dri.so free 0x55717346aa40 void 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000115
+gallium_dri.so malloc 72 0x55717346a980 0.000113
+gallium_dri.so free 0x55717346ab40 void 0.000115
+gallium_dri.so free 0x55717346a980 void 0.000114
+gallium_dri.so malloc 72 0x55717346aaf0 0.000115
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x55717346aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac80 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac80 void 0.000114
+gallium_dri.so malloc 72 0x55717346ad00 0.000114
+gallium_dri.so free 0x55717346adc0 void 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000111
+gallium_dri.so malloc 72 0x55717346ad00 0.000114
+gallium_dri.so free 0x55717346ae40 void 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ae70 0.000115
+gallium_dri.so free 0x55717346aec0 void 0.000114
+gallium_dri.so free 0x55717346ae70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae70 0.000115
+gallium_dri.so free 0x55717346afc0 void 0.000126
+gallium_dri.so free 0x55717346ae70 void 0.000115
+gallium_dri.so malloc 72 0x55717346b000 0.000113
+gallium_dri.so free 0x55717346b080 void 0.000114
+gallium_dri.so free 0x55717346b000 void 0.000112
+gallium_dri.so malloc 72 0x55717346b080 0.000114
+gallium_dri.so free 0x55717346b140 void 0.000114
+gallium_dri.so free 0x55717346b080 void 0.000114
+gallium_dri.so malloc 72 0x55717346b080 0.000113
+gallium_dri.so free 0x55717346b1c0 void 0.000114
+gallium_dri.so free 0x55717346b080 void 0.000113
+gallium_dri.so malloc 72 0x55717346b1f0 0.000114
+gallium_dri.so free 0x55717346b240 void 0.000114
+gallium_dri.so free 0x55717346b1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b1f0 0.000114
+gallium_dri.so free 0x55717346b340 void 0.000114
+gallium_dri.so free 0x55717346b1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b2f0 0.000118
+gallium_dri.so free 0x55717346b400 void 0.000115
+gallium_dri.so free 0x55717346b2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x55717346b480 void 0.000114
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000112
+gallium_dri.so free 0x55717346b540 void 0.000119
+gallium_dri.so free 0x55717346b3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x55717346b600 void 0.000167
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5b0 0.000113
+gallium_dri.so free 0x55717346b680 void 0.000114
+gallium_dri.so free 0x55717346b5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b6d0 0.000114
+gallium_dri.so free 0x55717346b740 void 0.000114
+gallium_dri.so free 0x55717346b6d0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b760 0.000114
+gallium_dri.so free 0x55717346b800 void 0.000115
+gallium_dri.so free 0x55717346b760 void 0.000113
+gallium_dri.so malloc 72 0x55717346b7b0 0.000115
+gallium_dri.so free 0x55717346b880 void 0.000114
+gallium_dri.so free 0x55717346b7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b880 0.000114
+gallium_dri.so free 0x55717346b940 void 0.000115
+gallium_dri.so free 0x55717346b880 void 0.000137
+gallium_dri.so malloc 72 0x55717346b880 0.000114
+gallium_dri.so free 0x55717346b9c0 void 0.000115
+gallium_dri.so free 0x55717346b880 void 0.000113
+gallium_dri.so malloc 72 0x55717346b9c0 0.000118
+gallium_dri.so free 0x55717346ba80 void 0.000116
+gallium_dri.so free 0x55717346b9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b9c0 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x55717346b9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b9c0 0.000113
+gallium_dri.so free 0x55717346bc00 void 0.000129
+gallium_dri.so free 0x55717346b9c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346bbb0 0.000114
+gallium_dri.so free 0x55717346bc80 void 0.000115
+gallium_dri.so free 0x55717346bbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcd0 0.000115
+gallium_dri.so free 0x55717346bd40 void 0.000115
+gallium_dri.so free 0x55717346bcd0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bd80 0.000113
+gallium_dri.so free 0x55717346be00 void 0.000114
+gallium_dri.so free 0x55717346bd80 void 0.000112
+gallium_dri.so malloc 72 0x55717346bd80 0.000114
+gallium_dri.so free 0x55717346be80 void 0.000113
+gallium_dri.so free 0x55717346bd80 void 0.000113
+gallium_dri.so malloc 72 0x55717346beb0 0.000114
+gallium_dri.so free 0x55717346bf00 void 0.000114
+gallium_dri.so free 0x55717346beb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346beb0 0.000114
+gallium_dri.so free 0x55717346c000 void 0.000115
+gallium_dri.so free 0x55717346beb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bfb0 0.000116
+gallium_dri.so free 0x55717346c0c0 void 0.000121
+gallium_dri.so free 0x55717346bfb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c070 0.000120
+gallium_dri.so free 0x55717346c100 void 0.000115
+gallium_dri.so free 0x55717346c070 void 0.000113
+gallium_dri.so malloc 72 0x55717346c070 0.000113
+gallium_dri.so free 0x55717346c1c0 void 0.000131
+gallium_dri.so free 0x55717346c070 void 0.000245
+gallium_dri.so malloc 72 0x55717346c230 0.000241
+gallium_dri.so free 0x55717346c280 void 0.000121
+gallium_dri.so free 0x55717346c230 void 0.000125
+gallium_dri.so malloc 72 0x55717346c230 0.000123
+gallium_dri.so free 0x55717346c380 void 0.000126
+gallium_dri.so free 0x55717346c230 void 0.000124
+gallium_dri.so malloc 72 0x55717346c330 0.000123
+gallium_dri.so free 0x55717346c440 void 0.000119
+gallium_dri.so free 0x55717346c330 void 0.000115
+gallium_dri.so malloc 72 0x55717346c3f0 0.000114
+gallium_dri.so free 0x55717346c480 void 0.000116
+gallium_dri.so free 0x55717346c3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c3f0 0.000114
+gallium_dri.so free 0x55717346c540 void 0.000116
+gallium_dri.so free 0x55717346c3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c580 0.000115
+gallium_dri.so free 0x55717346c600 void 0.000115
+gallium_dri.so free 0x55717346c580 void 0.000114
+gallium_dri.so malloc 72 0x55717346c600 0.000115
+gallium_dri.so free 0x55717346c6c0 void 0.000115
+gallium_dri.so free 0x55717346c600 void 0.000114
+gallium_dri.so malloc 72 0x55717346c600 0.000185
+gallium_dri.so free 0x55717346c780 void 0.000126
+gallium_dri.so free 0x55717346c600 void 0.000126
+gallium_dri.so malloc 72 0x55717346c7a0 0.000119
+gallium_dri.so free 0x55717346c840 void 0.000114
+gallium_dri.so free 0x55717346c7a0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c7f0 0.000158
+gallium_dri.so free 0x55717346c8c0 void 0.000162
+gallium_dri.so free 0x55717346c7f0 void 0.000166
+gallium_dri.so malloc 72 0x55717346c7f0 0.000131
+gallium_dri.so free 0x55717346c940 void 0.000126
+gallium_dri.so free 0x55717346c7f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346c940 0.000125
+gallium_dri.so free 0x55717346ca00 void 0.000122
+gallium_dri.so free 0x55717346c940 void 0.000120
+gallium_dri.so malloc 72 0x55717346c940 0.000120
+gallium_dri.so free 0x55717346cac0 void 0.000120
+gallium_dri.so free 0x55717346c940 void 0.000120
+gallium_dri.so malloc 72 0x55717346c940 0.000118
+gallium_dri.so free 0x55717346cb80 void 0.000121
+gallium_dri.so free 0x55717346c940 void 0.000119
+gallium_dri.so malloc 72 0x55717346cb30 0.000121
+gallium_dri.so free 0x55717346cc40 void 0.000121
+gallium_dri.so free 0x55717346cb30 void 0.000119
+gallium_dri.so malloc 72 0x55717346cbf0 0.000132
+gallium_dri.so free 0x55717346ccc0 void 0.000121
+gallium_dri.so free 0x55717346cbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cd10 0.000121
+gallium_dri.so free 0x55717346cd80 void 0.000120
+gallium_dri.so free 0x55717346cd10 void 0.000119
+gallium_dri.so malloc 72 0x55717346cda0 0.000119
+gallium_dri.so free 0x55717346ce40 void 0.000121
+gallium_dri.so free 0x55717346cda0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cdf0 0.000118
+gallium_dri.so free 0x55717346cec0 void 0.000119
+gallium_dri.so free 0x55717346cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdf0 0.000120
+gallium_dri.so free 0x55717346cf40 void 0.000122
+gallium_dri.so free 0x55717346cdf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cf40 0.000120
+gallium_dri.so free 0x55717346d000 void 0.000120
+gallium_dri.so free 0x55717346cf40 void 0.000120
+gallium_dri.so malloc 72 0x55717346cf40 0.000120
+gallium_dri.so free 0x55717346d100 void 0.000121
+gallium_dri.so free 0x55717346cf40 void 0.000146
+gallium_dri.so malloc 72 0x55717346d0b0 0.000120
+gallium_dri.so free 0x55717346d140 void 0.000120
+gallium_dri.so free 0x55717346d0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346d0b0 0.000121
+gallium_dri.so free 0x55717346d200 void 0.000121
+gallium_dri.so free 0x55717346d0b0 void 0.000134
+gallium_dri.so malloc 72 0x55717346d240 0.000121
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d240 void 0.000119
+gallium_dri.so malloc 72 0x55717346d2c0 0.000121
+gallium_dri.so free 0x55717346d380 void 0.000122
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d2c0 0.000120
+gallium_dri.so free 0x55717346d400 void 0.000120
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d430 0.000120
+gallium_dri.so free 0x55717346d480 void 0.000121
+gallium_dri.so free 0x55717346d430 void 0.000121
+gallium_dri.so malloc 72 0x55717346d430 0.000119
+gallium_dri.so free 0x55717346d580 void 0.000121
+gallium_dri.so free 0x55717346d430 void 0.000118
+gallium_dri.so malloc 72 0x55717346d5c0 0.000120
+gallium_dri.so free 0x55717346d640 void 0.000121
+gallium_dri.so free 0x55717346d5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d640 0.000119
+gallium_dri.so free 0x55717346d700 void 0.000119
+gallium_dri.so free 0x55717346d640 void 0.000119
+gallium_dri.so malloc 72 0x55717346d640 0.000121
+gallium_dri.so free 0x55717346d780 void 0.000120
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d7b0 0.000119
+gallium_dri.so free 0x55717346d800 void 0.000174
+gallium_dri.so free 0x55717346d7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d7b0 0.000113
+gallium_dri.so free 0x55717346d900 void 0.000120
+gallium_dri.so free 0x55717346d7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d8b0 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000122
+gallium_dri.so free 0x55717346d8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d970 0.000124
+gallium_dri.so free 0x55717346da40 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000115
+gallium_dri.so free 0x55717346db00 void 0.000114
+gallium_dri.so free 0x55717346d970 void 0.000114
+gallium_dri.so malloc 72 0x55717346d970 0.000113
+gallium_dri.so free 0x55717346dbc0 void 0.000115
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x55717346db70 0.000113
+gallium_dri.so free 0x55717346dc40 void 0.000115
+gallium_dri.so free 0x55717346db70 void 0.000114
+gallium_dri.so malloc 72 0x55717346dc90 0.000113
+gallium_dri.so free 0x55717346dd00 void 0.000115
+gallium_dri.so free 0x55717346dc90 void 0.000114
+gallium_dri.so malloc 72 0x55717346dd20 0.000114
+gallium_dri.so free 0x55717346ddc0 void 0.000115
+gallium_dri.so free 0x55717346dd20 void 0.000121
+gallium_dri.so malloc 72 0x55717346dd70 0.000116
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so free 0x55717346dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000115
+gallium_dri.so free 0x55717346df00 void 0.000114
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000113
+gallium_dri.so free 0x55717346df80 void 0.000115
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so malloc 72 0x55717346df80 0.000114
+gallium_dri.so free 0x55717346e040 void 0.000115
+gallium_dri.so free 0x55717346df80 void 0.000118
+gallium_dri.so malloc 72 0x55717346df80 0.000116
+gallium_dri.so free 0x55717346e100 void 0.000114
+gallium_dri.so free 0x55717346df80 void 0.000116
+gallium_dri.so malloc 72 0x55717346df80 0.000114
+gallium_dri.so free 0x55717346e1c0 void 0.000114
+gallium_dri.so free 0x55717346df80 void 0.000113
+gallium_dri.so malloc 72 0x55717346e170 0.000114
+gallium_dri.so free 0x55717346e240 void 0.000114
+gallium_dri.so free 0x55717346e170 void 0.000113
+gallium_dri.so malloc 72 0x55717346e290 0.000114
+gallium_dri.so free 0x55717346e300 void 0.000114
+gallium_dri.so free 0x55717346e290 void 0.000113
+gallium_dri.so malloc 72 0x55717346e340 0.000114
+gallium_dri.so free 0x55717346e3c0 void 0.000114
+gallium_dri.so free 0x55717346e340 void 0.000113
+gallium_dri.so malloc 72 0x55717346e340 0.000123
+gallium_dri.so free 0x55717346e440 void 0.000114
+gallium_dri.so free 0x55717346e340 void 0.000112
+gallium_dri.so malloc 72 0x55717346e470 0.000112
+gallium_dri.so free 0x55717346e4c0 void 0.000113
+gallium_dri.so free 0x55717346e470 void 0.000113
+gallium_dri.so malloc 72 0x55717346e470 0.000113
+gallium_dri.so free 0x55717346e5c0 void 0.000112
+gallium_dri.so free 0x55717346e470 void 0.000113
+gallium_dri.so malloc 72 0x55717346e570 0.000113
+gallium_dri.so free 0x55717346e680 void 0.000115
+gallium_dri.so free 0x55717346e570 void 0.000118
+gallium_dri.so malloc 72 0x55717346e630 0.000118
+gallium_dri.so free 0x55717346e6c0 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000113
+gallium_dri.so free 0x55717346e780 void 0.000113
+gallium_dri.so free 0x55717346e630 void 0.000184
+gallium_dri.so malloc 72 0x55717346e7f0 0.000214
+gallium_dri.so free 0x55717346e840 void 0.000211
+gallium_dri.so free 0x55717346e7f0 void 0.000184
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346e940 void 0.000152
+gallium_dri.so free 0x55717346e7f0 void 0.000202
+gallium_dri.so malloc 72 0x55717346e8f0 0.000190
+gallium_dri.so free 0x55717346ea00 void 0.000162
+gallium_dri.so free 0x55717346e8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e9b0 0.000122
+gallium_dri.so free 0x55717346ea40 void 0.000120
+gallium_dri.so free 0x55717346e9b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346e9b0 0.000125
+gallium_dri.so free 0x55717346eb00 void 0.000127
+gallium_dri.so free 0x55717346e9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346eb40 0.000118
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so free 0x55717346eb40 void 0.000119
+gallium_dri.so malloc 72 0x55717346ebc0 0.000119
+gallium_dri.so free 0x55717346ec80 void 0.000119
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ebc0 0.000119
+gallium_dri.so free 0x55717346ed40 void 0.000118
+gallium_dri.so free 0x55717346ebc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ed60 0.000118
+gallium_dri.so free 0x55717346ee00 void 0.000118
+gallium_dri.so free 0x55717346ed60 void 0.000119
+gallium_dri.so malloc 72 0x55717346edb0 0.000118
+gallium_dri.so free 0x55717346ee80 void 0.000126
+gallium_dri.so free 0x55717346edb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346edb0 0.000112
+gallium_dri.so free 0x55717346ef00 void 0.000111
+gallium_dri.so free 0x55717346edb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346ef00 0.000110
+gallium_dri.so free 0x55717346efc0 void 0.000110
+gallium_dri.so free 0x55717346ef00 void 0.000111
+gallium_dri.so malloc 72 0x55717346ef00 0.000112
+gallium_dri.so free 0x55717346f080 void 0.000111
+gallium_dri.so free 0x55717346ef00 void 0.000111
+gallium_dri.so malloc 72 0x55717346ef00 0.000110
+gallium_dri.so free 0x55717346f140 void 0.000111
+gallium_dri.so free 0x55717346ef00 void 0.000111
+gallium_dri.so malloc 72 0x55717346f0f0 0.000110
+gallium_dri.so free 0x55717346f200 void 0.000110
+gallium_dri.so free 0x55717346f0f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346f1b0 0.000110
+gallium_dri.so free 0x55717346f280 void 0.000110
+gallium_dri.so free 0x55717346f1b0 void 0.000109
+gallium_dri.so malloc 72 0x55717346f2d0 0.000112
+gallium_dri.so free 0x55717346f340 void 0.000111
+gallium_dri.so free 0x55717346f2d0 void 0.000110
+gallium_dri.so malloc 72 0x55717346f360 0.000114
+gallium_dri.so free 0x55717346f400 void 0.000118
+gallium_dri.so free 0x55717346f360 void 0.000113
+gallium_dri.so malloc 72 0x55717346f3b0 0.000110
+gallium_dri.so free 0x5571735f4980 void 0.000113
+gallium_dri.so free 0x55717346f3b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f49c0 0.000125
+gallium_dri.so free 0x5571735f4a40 void 0.000126
+gallium_dri.so free 0x5571735f49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000116
+gallium_dri.so free 0x5571735f4b00 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4a40 0.000122
+gallium_dri.so free 0x5571735f4b80 void 0.000121
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000119
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f4a40 0.000126
+gallium_dri.so free 0x5571735f4d00 void 0.000122
+gallium_dri.so free 0x5571735f4a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000121
+gallium_dri.so free 0x5571735f4d80 void 0.000121
+gallium_dri.so free 0x5571735f4cb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000119
+gallium_dri.so free 0x5571735f4e40 void 0.000120
+gallium_dri.so free 0x5571735f4dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4e60 0.000118
+gallium_dri.so free 0x5571735f4f00 void 0.000120
+gallium_dri.so free 0x5571735f4e60 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000121
+gallium_dri.so free 0x5571735f4f80 void 0.000115
+gallium_dri.so free 0x5571735f4eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000120
+gallium_dri.so free 0x5571735f5080 void 0.000120
+gallium_dri.so free 0x5571735f4eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5030 0.000119
+gallium_dri.so free 0x5571735f5100 void 0.000121
+gallium_dri.so free 0x5571735f5030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5150 0.000120
+gallium_dri.so free 0x5571735f51c0 void 0.000120
+gallium_dri.so free 0x5571735f5150 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51e0 0.000119
+gallium_dri.so free 0x5571735f5280 void 0.000121
+gallium_dri.so free 0x5571735f51e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5230 0.000132
+gallium_dri.so free 0x5571735f5300 void 0.000129
+gallium_dri.so free 0x5571735f5230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5230 0.000119
+gallium_dri.so free 0x5571735f5380 void 0.000121
+gallium_dri.so free 0x5571735f5230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5380 0.000122
+gallium_dri.so free 0x5571735f5440 void 0.000121
+gallium_dri.so free 0x5571735f5380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5380 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000120
+gallium_dri.so free 0x5571735f5380 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5380 0.000121
+gallium_dri.so free 0x5571735f55c0 void 0.000121
+gallium_dri.so free 0x5571735f5380 void 0.000148
+gallium_dri.so malloc 72 0x5571735f55f0 0.000119
+gallium_dri.so free 0x5571735f5640 void 0.000121
+gallium_dri.so free 0x5571735f55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55f0 0.000120
+gallium_dri.so free 0x5571735f5740 void 0.000120
+gallium_dri.so free 0x5571735f55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f56f0 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x5571735f56f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f57b0 0.000119
+gallium_dri.so free 0x5571735f5840 void 0.000121
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f57b0 0.000121
+gallium_dri.so free 0x5571735f5900 void 0.000120
+gallium_dri.so free 0x5571735f57b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5950 0.000121
+gallium_dri.so free 0x5571735f59c0 void 0.000121
+gallium_dri.so free 0x5571735f5950 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5a00 0.000119
+gallium_dri.so free 0x5571735f5a80 void 0.000125
+gallium_dri.so free 0x5571735f5a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5a80 0.000114
+gallium_dri.so free 0x5571735f5b40 void 0.000114
+gallium_dri.so free 0x5571735f5a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5a80 0.000116
+gallium_dri.so free 0x5571735f5bc0 void 0.000114
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000114
+gallium_dri.so free 0x5571735f5c40 void 0.000115
+gallium_dri.so free 0x5571735f5bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000114
+gallium_dri.so free 0x5571735f5d40 void 0.000114
+gallium_dri.so free 0x5571735f5bf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000117
+gallium_dri.so free 0x5571735f5e00 void 0.000116
+gallium_dri.so free 0x5571735f5cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000116
+gallium_dri.so free 0x5571735f5e80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5ea0 0.000113
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000113
+gallium_dri.so free 0x5571735f5fc0 void 0.000114
+gallium_dri.so free 0x5571735f5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000114
+gallium_dri.so free 0x5571735f6040 void 0.000116
+gallium_dri.so free 0x5571735f5ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6040 0.000113
+gallium_dri.so free 0x5571735f6100 void 0.000114
+gallium_dri.so free 0x5571735f6040 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6040 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000113
+gallium_dri.so free 0x5571735f6040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6040 0.000113
+gallium_dri.so free 0x5571735f6280 void 0.000114
+gallium_dri.so free 0x5571735f6040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6230 0.000112
+gallium_dri.so free 0x5571735f6280 void 0.000113
+gallium_dri.so free 0x5571735f6230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6230 0.000113
+gallium_dri.so free 0x5571735f6380 void 0.000113
+gallium_dri.so free 0x5571735f6230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6330 0.000113
+gallium_dri.so free 0x5571735f6440 void 0.000114
+gallium_dri.so free 0x5571735f6330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6480 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f63f0 0.000115
+gallium_dri.so free 0x5571735f6540 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6580 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000113
+gallium_dri.so free 0x5571735f6580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6600 0.000112
+gallium_dri.so free 0x5571735f66c0 void 0.000113
+gallium_dri.so free 0x5571735f6600 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6600 0.000118
+gallium_dri.so free 0x5571735f6780 void 0.000116
+gallium_dri.so free 0x5571735f6600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f67a0 0.000113
+gallium_dri.so free 0x5571735f6840 void 0.000115
+gallium_dri.so free 0x5571735f67a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f67f0 0.000115
+gallium_dri.so free 0x5571735f68c0 void 0.000116
+gallium_dri.so free 0x5571735f67f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f67f0 0.000114
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so free 0x5571735f67f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6940 0.000117
+gallium_dri.so free 0x5571735f6a00 void 0.000124
+gallium_dri.so free 0x5571735f6940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6940 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so free 0x5571735f6940 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6940 0.000115
+gallium_dri.so free 0x5571735f6b80 void 0.000115
+gallium_dri.so free 0x5571735f6940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000115
+gallium_dri.so free 0x5571735f6b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000113
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d10 0.000118
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so free 0x5571735f6d10 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6da0 0.000114
+gallium_dri.so free 0x5571735f6e40 void 0.000115
+gallium_dri.so free 0x5571735f6da0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6df0 0.000114
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6df0 0.000113
+gallium_dri.so free 0x5571735f6f40 void 0.000115
+gallium_dri.so free 0x5571735f6df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6f40 0.000114
+gallium_dri.so free 0x5571735f7000 void 0.000115
+gallium_dri.so free 0x5571735f6f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6f40 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f6f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f70b0 0.000115
+gallium_dri.so free 0x5571735f7140 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7240 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000115
+gallium_dri.so free 0x5571735f7240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f72c0 0.000116
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735f7400 void 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7430 0.000115
+gallium_dri.so free 0x5571735f7480 void 0.000114
+gallium_dri.so free 0x5571735f7430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000115
+gallium_dri.so free 0x5571735f7430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000116
+gallium_dri.so free 0x5571735f75c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000114
+gallium_dri.so free 0x5571735f7780 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f77b0 0.000115
+gallium_dri.so free 0x5571735f7800 void 0.000116
+gallium_dri.so free 0x5571735f77b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f77b0 0.000113
+gallium_dri.so free 0x5571735f7900 void 0.000116
+gallium_dri.so free 0x5571735f77b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f78b0 0.000131
+gallium_dri.so free 0x5571735f79c0 void 0.000121
+gallium_dri.so free 0x5571735f78b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735f7a40 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735f7bc0 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b70 0.000115
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so free 0x5571735f7b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c90 0.000114
+gallium_dri.so free 0x5571735f7d00 void 0.000116
+gallium_dri.so free 0x5571735f7c90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7d20 0.000113
+gallium_dri.so free 0x5571735f7dc0 void 0.000115
+gallium_dri.so free 0x5571735f7d20 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d70 0.000114
+gallium_dri.so free 0x5571735f7e40 void 0.000116
+gallium_dri.so free 0x5571735f7d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e40 0.000114
+gallium_dri.so free 0x5571735f7f00 void 0.000115
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e40 0.000192
+gallium_dri.so free 0x5571735f7f80 void 0.000124
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f80 0.000116
+gallium_dri.so free 0x5571735f8040 void 0.000114
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f80 0.000113
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735f7f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7f80 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f7f80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8290 0.000115
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f8290 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8340 0.000115
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8340 0.000112
+gallium_dri.so free 0x5571735f8440 void 0.000114
+gallium_dri.so free 0x5571735f8340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8470 0.000114
+gallium_dri.so free 0x5571735f84c0 void 0.000117
+gallium_dri.so free 0x5571735f8470 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8470 0.000114
+gallium_dri.so free 0x5571735f85c0 void 0.000115
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8570 0.000113
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x5571735f8570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8630 0.000114
+gallium_dri.so free 0x5571735f86c0 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8630 0.000115
+gallium_dri.so free 0x5571735f8780 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000142
+gallium_dri.so malloc 72 0x5571735f87f0 0.000114
+gallium_dri.so free 0x5571735f8840 void 0.000122
+gallium_dri.so free 0x5571735f87f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000116
+gallium_dri.so free 0x5571735f8940 void 0.000115
+gallium_dri.so free 0x5571735f87f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f88f0 0.000117
+gallium_dri.so free 0x5571735f8a00 void 0.000115
+gallium_dri.so free 0x5571735f88f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x5571735f8a40 void 0.000114
+gallium_dri.so free 0x5571735f89b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735f89b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8b40 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so free 0x5571735f8b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000111
+gallium_dri.so free 0x5571735f8c80 void 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000114
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d60 0.000114
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so free 0x5571735f8d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8db0 0.000165
+gallium_dri.so free 0x5571735f8e80 void 0.000165
+gallium_dri.so free 0x5571735f8db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8db0 0.000121
+gallium_dri.so free 0x5571735f8f00 void 0.000125
+gallium_dri.so free 0x5571735f8db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8f00 0.000126
+gallium_dri.so free 0x5571735f8fc0 void 0.000124
+gallium_dri.so free 0x5571735f8f00 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8f00 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000117
+gallium_dri.so free 0x5571735f8f00 void 0.000166
+gallium_dri.so malloc 72 0x5571735f8f00 0.000117
+gallium_dri.so free 0x5571735f9140 void 0.000115
+gallium_dri.so free 0x5571735f8f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f90f0 0.000114
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735f90f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000115
+gallium_dri.so free 0x5571735f9280 void 0.000114
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f92d0 0.000122
+gallium_dri.so free 0x5571735f9340 void 0.000120
+gallium_dri.so free 0x5571735f92d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9360 0.000120
+gallium_dri.so free 0x5571735f9400 void 0.000124
+gallium_dri.so free 0x5571735f9360 void 0.000125
+gallium_dri.so malloc 72 0x5571735f93b0 0.000123
+gallium_dri.so free 0x5571735f9480 void 0.000124
+gallium_dri.so free 0x5571735f93b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f93b0 0.000118
+gallium_dri.so free 0x5571735f9500 void 0.000116
+gallium_dri.so free 0x5571735f93b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000114
+gallium_dri.so free 0x5571735f95c0 void 0.000115
+gallium_dri.so free 0x5571735f9500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9500 0.000126
+gallium_dri.so free 0x5571735f96c0 void 0.000115
+gallium_dri.so free 0x5571735f9500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735f9700 void 0.000115
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9800 0.000123
+gallium_dri.so free 0x5571735f9880 void 0.000121
+gallium_dri.so free 0x5571735f9800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9880 0.000121
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so free 0x5571735f9880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9880 0.000120
+gallium_dri.so free 0x5571735f99c0 void 0.000122
+gallium_dri.so free 0x5571735f9880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99f0 0.000120
+gallium_dri.so free 0x5571735f9a40 void 0.000120
+gallium_dri.so free 0x5571735f99f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99f0 0.000119
+gallium_dri.so free 0x5571735f9b40 void 0.000122
+gallium_dri.so free 0x5571735f99f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9b80 0.000119
+gallium_dri.so free 0x5571735f9c00 void 0.000120
+gallium_dri.so free 0x5571735f9b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c00 0.000124
+gallium_dri.so free 0x5571735f9cc0 void 0.000119
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c00 0.000120
+gallium_dri.so free 0x5571735f9d40 void 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d70 0.000119
+gallium_dri.so free 0x5571735f9dc0 void 0.000119
+gallium_dri.so free 0x5571735f9d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9d70 0.000119
+gallium_dri.so free 0x5571735f9ec0 void 0.000120
+gallium_dri.so free 0x5571735f9d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9e70 0.000118
+gallium_dri.so free 0x5571735f9f80 void 0.000118
+gallium_dri.so free 0x5571735f9e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9f30 0.000142
+gallium_dri.so free 0x5571735fa000 void 0.000125
+gallium_dri.so free 0x5571735f9f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9f30 0.000125
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735f9f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f30 0.000118
+gallium_dri.so free 0x5571735fa180 void 0.000129
+gallium_dri.so free 0x5571735f9f30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa130 0.000125
+gallium_dri.so free 0x5571735fa200 void 0.000172
+gallium_dri.so free 0x5571735fa130 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa250 0.000119
+gallium_dri.so free 0x5571735fa2c0 void 0.000120
+gallium_dri.so free 0x5571735fa250 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000119
+gallium_dri.so free 0x5571735fa380 void 0.000120
+gallium_dri.so free 0x5571735fa2e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa330 0.000121
+gallium_dri.so free 0x5571735eb380 void 0.000120
+gallium_dri.so free 0x5571735fa330 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb380 0.000120
+gallium_dri.so free 0x5571735eb440 void 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb380 0.000119
+gallium_dri.so free 0x5571735eb540 void 0.000120
+gallium_dri.so free 0x5571735eb380 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000122
+gallium_dri.so free 0x5571735eb4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000120
+gallium_dri.so free 0x5571735eb640 void 0.000121
+gallium_dri.so free 0x5571735eb5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000120
+gallium_dri.so free 0x5571735eb5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb740 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735eb900 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eba80 void 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba30 0.000115
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so free 0x5571735eba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb50 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000116
+gallium_dri.so free 0x5571735ebb50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000114
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc30 0.000114
+gallium_dri.so free 0x5571735ebd00 void 0.000115
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc30 0.000128
+gallium_dri.so free 0x5571735ebe00 void 0.000116
+gallium_dri.so free 0x5571735ebc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000114
+gallium_dri.so free 0x5571735ebe80 void 0.000115
+gallium_dri.so free 0x5571735ebdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebed0 0.000114
+gallium_dri.so free 0x5571735ebf40 void 0.000115
+gallium_dri.so free 0x5571735ebed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebf60 0.000114
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so free 0x5571735ebf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000114
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000113
+gallium_dri.so free 0x5571735ec100 void 0.000116
+gallium_dri.so free 0x5571735ebfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec1c0 void 0.000115
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec100 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735ec100 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec100 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so free 0x5571735ec100 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000156
+gallium_dri.so free 0x5571735ec3c0 void 0.000117
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735ec4c0 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec470 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x5571735ec470 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735ec5c0 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so free 0x5571735ec6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec780 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so free 0x5571735ec780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec800 0.000141
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec800 0.000114
+gallium_dri.so free 0x5571735ec940 void 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec970 0.000123
+gallium_dri.so free 0x5571735ec9c0 void 0.000117
+gallium_dri.so free 0x5571735ec970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec970 0.000119
+gallium_dri.so free 0x5571735ecac0 void 0.000115
+gallium_dri.so free 0x5571735ec970 void 0.000115
+gallium_dri.so malloc 72 0x5571735eca70 0.000115
+gallium_dri.so free 0x5571735ecb80 void 0.000115
+gallium_dri.so free 0x5571735eca70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000114
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecc20 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000114
+gallium_dri.so free 0x5571735ecc20 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc70 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so free 0x5571735ecc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc70 0.000113
+gallium_dri.so free 0x5571735ecdc0 void 0.000115
+gallium_dri.so free 0x5571735ecc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000114
+gallium_dri.so free 0x5571735ece80 void 0.000115
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000114
+gallium_dri.so free 0x5571735ed000 void 0.000125
+gallium_dri.so free 0x5571735ecdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000115
+gallium_dri.so free 0x5571735ed000 void 0.000114
+gallium_dri.so free 0x5571735ecfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000124
+gallium_dri.so free 0x5571735ed100 void 0.000124
+gallium_dri.so free 0x5571735ecfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000124
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so free 0x5571735ed0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735ed200 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735ed2c0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed300 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed380 0.000113
+gallium_dri.so free 0x5571735ed500 void 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000172
+gallium_dri.so malloc 72 0x5571735ed520 0.000118
+gallium_dri.so free 0x5571735ed5c0 void 0.000114
+gallium_dri.so free 0x5571735ed520 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed570 0.000113
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed570 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000114
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed6c0 0.000115
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000114
+gallium_dri.so free 0x5571735ed9c0 void 0.000116
+gallium_dri.so free 0x5571735ed8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed970 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so free 0x5571735ed970 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda90 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda90 void 0.000120
+gallium_dri.so malloc 72 0x5571735edb20 0.000116
+gallium_dri.so free 0x5571735edbc0 void 0.000113
+gallium_dri.so free 0x5571735edb20 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb70 0.000112
+gallium_dri.so free 0x5571735edc40 void 0.000112
+gallium_dri.so free 0x5571735edb70 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb70 0.000114
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so free 0x5571735edb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735edcc0 0.000119
+gallium_dri.so free 0x5571735ede80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ede30 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000113
+gallium_dri.so free 0x5571735ede30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede30 0.000116
+gallium_dri.so free 0x5571735edf80 void 0.000116
+gallium_dri.so free 0x5571735ede30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfc0 0.000113
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee040 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000116
+gallium_dri.so free 0x5571735ee040 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000116
+gallium_dri.so free 0x5571735ee1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000115
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee340 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000118
+gallium_dri.so free 0x5571735ee500 void 0.000121
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee530 0.000115
+gallium_dri.so free 0x5571735ee680 void 0.000119
+gallium_dri.so free 0x5571735ee530 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee630 0.000114
+gallium_dri.so free 0x5571735ee740 void 0.000115
+gallium_dri.so free 0x5571735ee630 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000117
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000117
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000114
+gallium_dri.so free 0x5571735ee940 void 0.000115
+gallium_dri.so free 0x5571735ee6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000115
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea10 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735eea10 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000114
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735eeaa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eebc0 0.000114
+gallium_dri.so free 0x5571735eec80 void 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eebc0 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000127
+gallium_dri.so free 0x5571735eedc0 void 0.000116
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed00 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eed00 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so free 0x5571735eed00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeef0 0.000113
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eeef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef010 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735ef010 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000116
+gallium_dri.so free 0x5571735ef0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef0c0 0.000113
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000115
+gallium_dri.so free 0x5571735ef240 void 0.000114
+gallium_dri.so free 0x5571735ef1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1f0 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2f0 0.000179
+gallium_dri.so free 0x5571735ef400 void 0.000117
+gallium_dri.so free 0x5571735ef2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so free 0x5571735ef3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000114
+gallium_dri.so free 0x5571735ef500 void 0.000115
+gallium_dri.so free 0x5571735ef3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef570 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef570 0.000118
+gallium_dri.so free 0x5571735ef6c0 void 0.000115
+gallium_dri.so free 0x5571735ef570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef670 0.000115
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so free 0x5571735ef670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef730 0.000116
+gallium_dri.so free 0x5571735ef7c0 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef730 0.000115
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000112
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000127
+gallium_dri.so free 0x5571735efa00 void 0.000116
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000141
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735ef940 void 0.000115
+gallium_dri.so malloc 72 0x5571735efae0 0.000114
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so free 0x5571735efae0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000114
+gallium_dri.so free 0x5571735efb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efb30 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc80 0.000113
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000114
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efec0 void 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff30 0.000123
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so free 0x5571735eff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0050 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0050 void 0.000115
+gallium_dri.so malloc 72 0x5571735f00e0 0.000114
+gallium_dri.so free 0x5571735f0180 void 0.000115
+gallium_dri.so free 0x5571735f00e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0130 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0130 0.000113
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so free 0x5571735f0130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0280 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0280 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03f0 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0580 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000166
+gallium_dri.so free 0x5571735f0580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0600 0.000114
+gallium_dri.so free 0x5571735f0740 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0770 0.000115
+gallium_dri.so free 0x5571735f07c0 void 0.000116
+gallium_dri.so free 0x5571735f0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0770 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0900 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000115
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0980 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0af0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000127
+gallium_dri.so free 0x5571735f0af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000115
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000113
+gallium_dri.so free 0x5571735f0f00 void 0.000114
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0fd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1060 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000114
+gallium_dri.so free 0x5571735f1060 void 0.000112
+gallium_dri.so malloc 72 0x5571735f10b0 0.000114
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so free 0x5571735f10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1180 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000126
+gallium_dri.so free 0x5571735f1180 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1180 0.000115
+gallium_dri.so free 0x5571735f12c0 void 0.000115
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f12c0 0.000115
+gallium_dri.so free 0x5571735f1440 void 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12c0 0.000115
+gallium_dri.so free 0x5571735f1500 void 0.000116
+gallium_dri.so free 0x5571735f12c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14b0 0.000114
+gallium_dri.so free 0x5571735f1580 void 0.000115
+gallium_dri.so free 0x5571735f14b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15d0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so free 0x5571735f15d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1680 0.000116
+gallium_dri.so free 0x5571735f1700 void 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1680 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000114
+gallium_dri.so free 0x5571735f1680 void 0.000114
+gallium_dri.so malloc 72 0x5571735f17b0 0.000113
+gallium_dri.so free 0x5571735f1800 void 0.000125
+gallium_dri.so free 0x5571735f17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17b0 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f17b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f18b0 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f18b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000115
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1ac0 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b30 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b30 0.000114
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1c30 0.000120
+gallium_dri.so free 0x5571735f1d40 void 0.000115
+gallium_dri.so free 0x5571735f1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000119
+gallium_dri.so free 0x5571735f1d80 void 0.000116
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000122
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e80 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000115
+gallium_dri.so free 0x5571735f1e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1f00 0.000115
+gallium_dri.so free 0x5571735f1fc0 void 0.000114
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000114
+gallium_dri.so free 0x5571735f2080 void 0.000116
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f20a0 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000115
+gallium_dri.so free 0x5571735f20a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000114
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f20f0 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f20f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2240 0.000113
+gallium_dri.so free 0x5571735f2300 void 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2240 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2240 0.000115
+gallium_dri.so free 0x5571735f2480 void 0.000171
+gallium_dri.so free 0x5571735f2240 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2430 0.000114
+gallium_dri.so free 0x5571735f2540 void 0.000114
+gallium_dri.so free 0x5571735f2430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f24f0 0.000116
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f24f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2610 0.000117
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2610 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26a0 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000115
+gallium_dri.so free 0x5571735f26a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f26f0 0.000114
+gallium_dri.so free 0x5571735f27c0 void 0.000114
+gallium_dri.so free 0x5571735f26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000112
+gallium_dri.so free 0x55717361fdc0 void 0.000114
+gallium_dri.so free 0x5571735f26f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fe10 0.000114
+gallium_dri.so free 0x55717361fe80 void 0.000115
+gallium_dri.so free 0x55717361fe10 void 0.000114
+gallium_dri.so malloc 72 0x55717361fec0 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000114
+gallium_dri.so free 0x55717361fec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fec0 0.000113
+gallium_dri.so free 0x55717361ffc0 void 0.000122
+gallium_dri.so free 0x55717361fec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fff0 0.000113
+gallium_dri.so free 0x557173620040 void 0.000113
+gallium_dri.so free 0x55717361fff0 void 0.000214
+gallium_dri.so malloc 72 0x55717361fff0 0.000212
+gallium_dri.so free 0x557173620140 void 0.000213
+gallium_dri.so free 0x55717361fff0 void 0.000121
+gallium_dri.so malloc 72 0x5571736200f0 0.000120
+gallium_dri.so free 0x557173620200 void 0.000127
+gallium_dri.so free 0x5571736200f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736201b0 0.000124
+gallium_dri.so free 0x557173620240 void 0.000125
+gallium_dri.so free 0x5571736201b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736201b0 0.000125
+gallium_dri.so free 0x557173620300 void 0.000120
+gallium_dri.so free 0x5571736201b0 void 0.000115
+gallium_dri.so malloc 72 0x557173620370 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so free 0x557173620370 void 0.000114
+gallium_dri.so malloc 72 0x557173620370 0.000113
+gallium_dri.so free 0x5571736204c0 void 0.000115
+gallium_dri.so free 0x557173620370 void 0.000126
+gallium_dri.so malloc 72 0x557173620470 0.000114
+gallium_dri.so free 0x557173620580 void 0.000115
+gallium_dri.so free 0x557173620470 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000114
+gallium_dri.so free 0x5571736205c0 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000113
+gallium_dri.so malloc 72 0x557173620530 0.000113
+gallium_dri.so free 0x557173620680 void 0.000115
+gallium_dri.so free 0x557173620530 void 0.000114
+gallium_dri.so malloc 72 0x5571736206c0 0.000113
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x5571736206c0 void 0.000115
+gallium_dri.so malloc 72 0x557173620740 0.000115
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x557173620740 0.000116
+gallium_dri.so free 0x5571736208c0 void 0.000116
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x5571736208e0 0.000114
+gallium_dri.so free 0x557173620980 void 0.000114
+gallium_dri.so free 0x5571736208e0 void 0.000115
+gallium_dri.so malloc 72 0x557173620930 0.000114
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x557173620930 void 0.000113
+gallium_dri.so malloc 72 0x557173620930 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000117
+gallium_dri.so free 0x557173620930 void 0.000177
+gallium_dri.so malloc 72 0x557173620a80 0.000116
+gallium_dri.so free 0x557173620b40 void 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000113
+gallium_dri.so malloc 72 0x557173620a80 0.000114
+gallium_dri.so free 0x557173620c00 void 0.000115
+gallium_dri.so free 0x557173620a80 void 0.000114
+gallium_dri.so malloc 72 0x557173620a80 0.000114
+gallium_dri.so free 0x557173620cc0 void 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000115
+gallium_dri.so free 0x557173620d80 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000115
+gallium_dri.so malloc 72 0x557173620d30 0.000115
+gallium_dri.so free 0x557173620e00 void 0.000115
+gallium_dri.so free 0x557173620d30 void 0.000114
+gallium_dri.so malloc 72 0x557173620e50 0.000113
+gallium_dri.so free 0x557173620ec0 void 0.000115
+gallium_dri.so free 0x557173620e50 void 0.000114
+gallium_dri.so malloc 72 0x557173620ee0 0.000113
+gallium_dri.so free 0x557173620f80 void 0.000114
+gallium_dri.so free 0x557173620ee0 void 0.000114
+gallium_dri.so malloc 72 0x557173620f30 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000119
+gallium_dri.so free 0x557173620f30 void 0.000115
+gallium_dri.so malloc 72 0x557173620f30 0.000114
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x557173620f30 void 0.000125
+gallium_dri.so malloc 72 0x557173467630 0.000116
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000119
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000115
+gallium_dri.so malloc 72 0x557173467630 0.000116
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x557173467630 0.000116
+gallium_dri.so free 0x55717360bb00 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000115
+gallium_dri.so malloc 72 0x55717360bab0 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x55717360bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bdc0 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bd70 0.000114
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x55717360bd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000115
+gallium_dri.so free 0x5571735897c0 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x5571735898c0 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000127
+gallium_dri.so malloc 72 0x557173589870 0.000115
+gallium_dri.so free 0x557173589940 void 0.000116
+gallium_dri.so free 0x557173589870 void 0.000113
+gallium_dri.so malloc 72 0x557173589990 0.000115
+gallium_dri.so free 0x557173589a00 void 0.000115
+gallium_dri.so free 0x557173589990 void 0.000114
+gallium_dri.so malloc 72 0x557173589990 0.000113
+gallium_dri.so free 0x557173601340 void 0.000116
+gallium_dri.so free 0x557173589990 void 0.000113
+gallium_dri.so malloc 72 0x557173589990 0.000113
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x557173589990 void 0.000114
+gallium_dri.so malloc 72 0x5571736013b0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000114
+gallium_dri.so free 0x5571736013b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736014d0 0.000143
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x5571736014d0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015a0 0.000115
+gallium_dri.so free 0x557173601640 void 0.000114
+gallium_dri.so free 0x5571736015a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015f0 0.000124
+gallium_dri.so free 0x557173462840 void 0.000121
+gallium_dri.so free 0x5571736015f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736015f0 0.000130
+gallium_dri.so free 0x557173462900 void 0.000135
+gallium_dri.so free 0x5571736015f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734628b0 0.000124
+gallium_dri.so free 0x557173462980 void 0.000124
+gallium_dri.so free 0x5571734628b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734629d0 0.000124
+gallium_dri.so free 0x557173462a40 void 0.000123
+gallium_dri.so free 0x5571734629d0 void 0.000125
+gallium_dri.so malloc 72 0x557173462a60 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000117
+gallium_dri.so free 0x557173462a60 void 0.000114
+gallium_dri.so malloc 72 0x557173462ab0 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000116
+gallium_dri.so free 0x557173462ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173462b80 0.000115
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so malloc 72 0x557173462b80 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0080 0.000115
+gallium_dri.so free 0x5571735d0140 void 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d0200 void 0.000126
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0080 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0270 0.000114
+gallium_dri.so free 0x5571735d0340 void 0.000115
+gallium_dri.so free 0x5571735d0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0390 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000115
+gallium_dri.so free 0x5571735d0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000115
+gallium_dri.so free 0x5571735d0390 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x557173464f40 void 0.000114
+gallium_dri.so free 0x5571735d0390 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0390 0.000114
+gallium_dri.so free 0x557173465000 void 0.000117
+gallium_dri.so free 0x5571735d0390 void 0.000114
+gallium_dri.so malloc 72 0x557173464fb0 0.000113
+gallium_dri.so free 0x557173465080 void 0.000114
+gallium_dri.so free 0x557173464fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571734650d0 0.000113
+gallium_dri.so free 0x557173465140 void 0.000115
+gallium_dri.so free 0x5571734650d0 void 0.000114
+gallium_dri.so malloc 72 0x557173465160 0.000114
+gallium_dri.so free 0x557173608480 void 0.000115
+gallium_dri.so free 0x557173465160 void 0.000117
+gallium_dri.so malloc 72 0x557173465160 0.000118
+gallium_dri.so free 0x557173608540 void 0.000125
+gallium_dri.so free 0x557173465160 void 0.000118
+gallium_dri.so malloc 72 0x5571736084f0 0.000116
+gallium_dri.so free 0x557173608540 void 0.000114
+gallium_dri.so free 0x5571736084f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736084f0 0.000118
+gallium_dri.so free 0x557173608640 void 0.000115
+gallium_dri.so free 0x5571736084f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736085f0 0.000122
+gallium_dri.so free 0x557173608700 void 0.000119
+gallium_dri.so free 0x5571736085f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086b0 0.000114
+gallium_dri.so free 0x557173608740 void 0.000114
+gallium_dri.so free 0x5571736086b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086b0 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x5571736086b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736086b0 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so free 0x5571736086b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e280 0.000114
+gallium_dri.so free 0x55717358e340 void 0.000115
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so malloc 72 0x55717358e280 0.000115
+gallium_dri.so free 0x55717358e440 void 0.000168
+gallium_dri.so free 0x55717358e280 void 0.000116
+gallium_dri.so malloc 72 0x55717358e280 0.000115
+gallium_dri.so free 0x557173608800 void 0.000114
+gallium_dri.so free 0x55717358e280 void 0.000120
+gallium_dri.so malloc 72 0x557173608830 0.000115
+gallium_dri.so free 0x55717358e4c0 void 0.000117
+gallium_dri.so free 0x557173608830 void 0.000114
+gallium_dri.so malloc 72 0x55717358e500 0.000116
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so malloc 72 0x5571735d25c0 0.000115
+gallium_dri.so free 0x5571735d2680 void 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2730 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000116
+gallium_dri.so free 0x5571735d2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2780 0.000142
+gallium_dri.so free 0x55717358e580 void 0.000115
+gallium_dri.so free 0x5571735d2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2780 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000117
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x557173469440 void 0.000115
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so malloc 72 0x5571734693f0 0.000114
+gallium_dri.so free 0x5571734694c0 void 0.000115
+gallium_dri.so free 0x5571734693f0 void 0.000115
+gallium_dri.so malloc 72 0x557173469510 0.000116
+gallium_dri.so free 0x557173469580 void 0.000116
+gallium_dri.so free 0x557173469510 void 0.000114
+gallium_dri.so malloc 72 0x5571734695c0 0.000113
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734695c0 0.000114
+gallium_dri.so free 0x5571734696c0 void 0.000114
+gallium_dri.so free 0x5571734695c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734696f0 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000113
+gallium_dri.so free 0x5571734696f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c680 0.000115
+gallium_dri.so free 0x55717358c700 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c700 0.000116
+gallium_dri.so free 0x55717358c7c0 void 0.000127
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so malloc 72 0x55717358c700 0.000114
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so malloc 72 0x55717358c870 0.000114
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c870 void 0.000114
+gallium_dri.so malloc 72 0x55717358c870 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000115
+gallium_dri.so free 0x55717358c870 void 0.000114
+gallium_dri.so malloc 72 0x55717358ca00 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000115
+gallium_dri.so free 0x55717358ca00 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec50 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so free 0x55717358ec50 void 0.000116
+gallium_dri.so malloc 72 0x55717358ece0 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000122
+gallium_dri.so free 0x55717358ece0 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed30 0.000115
+gallium_dri.so free 0x55717358ee00 void 0.000115
+gallium_dri.so free 0x55717358ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed30 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee80 0.000114
+gallium_dri.so free 0x55717358ef40 void 0.000159
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee80 0.000115
+gallium_dri.so free 0x557173609e80 void 0.000115
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so malloc 72 0x557173609ea0 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ea0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ef0 0.000113
+gallium_dri.so free 0x557173609fc0 void 0.000116
+gallium_dri.so free 0x557173609ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ef0 0.000113
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so free 0x557173609ef0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000115
+gallium_dri.so free 0x55717360a100 void 0.000115
+gallium_dri.so free 0x55717360a040 void 0.000115
+gallium_dri.so malloc 72 0x55717360a040 0.000114
+gallium_dri.so free 0x55717360a1c0 void 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so malloc 72 0x55717360a040 0.000115
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so malloc 72 0x557173608ed0 0.000114
+gallium_dri.so free 0x557173608f40 void 0.000116
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f80 0.000113
+gallium_dri.so free 0x557173609000 void 0.000124
+gallium_dri.so free 0x557173608f80 void 0.000116
+gallium_dri.so malloc 72 0x557173609000 0.000115
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so free 0x557173609000 void 0.000116
+gallium_dri.so malloc 72 0x557173609000 0.000114
+gallium_dri.so free 0x55717360a280 void 0.000113
+gallium_dri.so free 0x557173609000 void 0.000113
+gallium_dri.so malloc 72 0x55717360a230 0.000114
+gallium_dri.so free 0x557173609140 void 0.000116
+gallium_dri.so free 0x55717360a230 void 0.000114
+gallium_dri.so malloc 72 0x557173609180 0.000114
+gallium_dri.so free 0x557173609200 void 0.000118
+gallium_dri.so free 0x557173609180 void 0.000114
+gallium_dri.so malloc 72 0x557173609200 0.000114
+gallium_dri.so free 0x557173601d40 void 0.000116
+gallium_dri.so free 0x557173609200 void 0.000113
+gallium_dri.so malloc 72 0x557173601d80 0.000115
+gallium_dri.so free 0x557173601e00 void 0.000115
+gallium_dri.so free 0x557173601d80 void 0.000113
+gallium_dri.so malloc 72 0x557173601d80 0.000115
+gallium_dri.so free 0x557173601e80 void 0.000115
+gallium_dri.so free 0x557173601d80 void 0.000114
+gallium_dri.so malloc 72 0x557173601eb0 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000114
+gallium_dri.so free 0x557173601eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173601eb0 0.000107
+gallium_dri.so free 0x557173602000 void 0.000116
+gallium_dri.so free 0x557173601eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173601fb0 0.000113
+gallium_dri.so free 0x5571736020c0 void 0.000115
+gallium_dri.so free 0x557173601fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173602070 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000122
+gallium_dri.so free 0x557173602070 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a30 0.000115
+gallium_dri.so free 0x5571735d0a80 void 0.000118
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a30 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000112
+gallium_dri.so free 0x557173602100 void 0.000115
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000115
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000115
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d70 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x5571735d0d70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d55d0 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d56a0 0.000114
+gallium_dri.so free 0x5571735d5740 void 0.000140
+gallium_dri.so free 0x5571735d56a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d56f0 0.000115
+gallium_dri.so free 0x5571735d5780 void 0.000115
+gallium_dri.so free 0x5571735d56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56f0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d56f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5880 0.000113
+gallium_dri.so free 0x5571735d5900 void 0.000116
+gallium_dri.so free 0x5571735d5880 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5900 0.000115
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d2fe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3030 0.000115
+gallium_dri.so free 0x5571735d3100 void 0.000116
+gallium_dri.so free 0x5571735d3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3100 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000116
+gallium_dri.so free 0x5571735d3100 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3100 0.000118
+gallium_dri.so free 0x5571735d3240 void 0.000115
+gallium_dri.so free 0x5571735d3100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3240 0.000114
+gallium_dri.so free 0x5571735d3300 void 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so malloc 72 0x557173604330 0.000114
+gallium_dri.so free 0x557173604380 void 0.000115
+gallium_dri.so free 0x557173604330 void 0.000115
+gallium_dri.so malloc 72 0x557173604330 0.000113
+gallium_dri.so free 0x557173604480 void 0.000114
+gallium_dri.so free 0x557173604330 void 0.000115
+gallium_dri.so malloc 72 0x557173604430 0.000114
+gallium_dri.so free 0x557173604540 void 0.000115
+gallium_dri.so free 0x557173604430 void 0.000115
+gallium_dri.so malloc 72 0x5571736044f0 0.000119
+gallium_dri.so free 0x5571736045c0 void 0.000117
+gallium_dri.so free 0x5571736044f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736045e0 0.000113
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so free 0x5571736045e0 void 0.000114
+gallium_dri.so malloc 72 0x557173604630 0.000114
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173604630 void 0.000157
+gallium_dri.so malloc 72 0x55717358a0c0 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000116
+gallium_dri.so free 0x55717358a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a140 0.000114
+gallium_dri.so free 0x55717358a200 void 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000115
+gallium_dri.so malloc 72 0x55717358a140 0.000113
+gallium_dri.so free 0x55717358a280 void 0.000114
+gallium_dri.so free 0x55717358a140 void 0.000113
+gallium_dri.so malloc 72 0x55717358a2b0 0.000115
+gallium_dri.so free 0x55717358a300 void 0.000116
+gallium_dri.so free 0x55717358a2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a2b0 0.000115
+gallium_dri.so free 0x55717358a400 void 0.000115
+gallium_dri.so free 0x55717358a2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a440 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x55717358a440 void 0.000113
+gallium_dri.so malloc 72 0x557173467e10 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so free 0x557173467e10 void 0.000113
+gallium_dri.so malloc 72 0x557173467ea0 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so free 0x557173467ea0 void 0.000115
+gallium_dri.so malloc 72 0x557173467ef0 0.000114
+gallium_dri.so free 0x557173467fc0 void 0.000115
+gallium_dri.so free 0x557173467ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173467ef0 0.000115
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so free 0x557173467ef0 void 0.000142
+gallium_dri.so malloc 72 0x557173468040 0.000116
+gallium_dri.so free 0x557173468100 void 0.000114
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000114
+gallium_dri.so free 0x557173465800 void 0.000114
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x557173465820 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x557173465820 void 0.000114
+gallium_dri.so malloc 72 0x557173465870 0.000114
+gallium_dri.so free 0x557173465940 void 0.000115
+gallium_dri.so free 0x557173465870 void 0.000114
+gallium_dri.so malloc 72 0x557173465870 0.000115
+gallium_dri.so free 0x5571734659c0 void 0.000114
+gallium_dri.so free 0x557173465870 void 0.000119
+gallium_dri.so malloc 72 0x5571734659c0 0.000115
+gallium_dri.so free 0x557173465a80 void 0.000115
+gallium_dri.so free 0x5571734659c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734659c0 0.000114
+gallium_dri.so free 0x557173465b40 void 0.000116
+gallium_dri.so free 0x5571734659c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734659c0 0.000115
+gallium_dri.so free 0x5571735911c0 void 0.000115
+gallium_dri.so free 0x5571734659c0 void 0.000115
+gallium_dri.so malloc 72 0x557173591210 0.000126
+gallium_dri.so free 0x557173591280 void 0.000115
+gallium_dri.so free 0x557173591210 void 0.000116
+gallium_dri.so malloc 72 0x5571735912c0 0.000115
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912c0 void 0.000119
+gallium_dri.so malloc 72 0x557173591340 0.000116
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000115
+gallium_dri.so free 0x557173465c00 void 0.000114
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x557173465bb0 0.000114
+gallium_dri.so free 0x557173591480 void 0.000116
+gallium_dri.so free 0x557173465bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914c0 0.000116
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591540 0.000114
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so malloc 72 0x557173606900 0.000115
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x557173606900 void 0.000114
+gallium_dri.so malloc 72 0x557173606900 0.000114
+gallium_dri.so free 0x557173606a00 void 0.000114
+gallium_dri.so free 0x557173606900 void 0.000114
+gallium_dri.so malloc 72 0x557173606a30 0.000184
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so free 0x557173606a30 void 0.000115
+gallium_dri.so malloc 72 0x557173606a30 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000114
+gallium_dri.so free 0x557173606a30 void 0.000114
+gallium_dri.so malloc 72 0x557173606b30 0.000114
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606b30 void 0.000113
+gallium_dri.so malloc 72 0x557173606bf0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000115
+gallium_dri.so free 0x557173606bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000116
+gallium_dri.so free 0x557173463270 void 0.000113
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463270 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000114
+gallium_dri.so free 0x557173463480 void 0.000116
+gallium_dri.so free 0x557173463400 void 0.000114
+gallium_dri.so malloc 72 0x557173463480 0.000113
+gallium_dri.so free 0x557173606c80 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so malloc 72 0x557173463480 0.000115
+gallium_dri.so free 0x557173463540 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000116
+gallium_dri.so malloc 72 0x557173463480 0.000127
+gallium_dri.so free 0x557173463600 void 0.000117
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so malloc 72 0x5571734635b0 0.000114
+gallium_dri.so free 0x557173609580 void 0.000115
+gallium_dri.so free 0x5571734635b0 void 0.000114
+gallium_dri.so malloc 72 0x557173609530 0.000114
+gallium_dri.so free 0x557173609640 void 0.000115
+gallium_dri.so free 0x557173609530 void 0.000117
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x5571736096c0 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173609840 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000122
+gallium_dri.so free 0x5571736097f0 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x557173609910 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000116
+gallium_dri.so free 0x557173609910 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4f0 0.000128
+gallium_dri.so free 0x55717360b540 void 0.000116
+gallium_dri.so free 0x55717360b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b540 0.000114
+gallium_dri.so free 0x55717360b600 void 0.000114
+gallium_dri.so free 0x55717360b540 void 0.000115
+gallium_dri.so malloc 72 0x55717360b540 0.000114
+gallium_dri.so free 0x55717360b700 void 0.000142
+gallium_dri.so free 0x55717360b540 void 0.000115
+gallium_dri.so malloc 72 0x55717360b6b0 0.000115
+gallium_dri.so free 0x55717360b7c0 void 0.000114
+gallium_dri.so free 0x55717360b6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b770 0.000114
+gallium_dri.so free 0x55717360b800 void 0.000115
+gallium_dri.so free 0x55717360b770 void 0.000113
+gallium_dri.so malloc 72 0x55717360b770 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x55717360b770 void 0.000115
+gallium_dri.so malloc 72 0x55717360b770 0.000114
+gallium_dri.so free 0x5571735d2040 void 0.000115
+gallium_dri.so free 0x55717360b770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000115
+gallium_dri.so free 0x5571735d2100 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2040 0.000114
+gallium_dri.so free 0x5571735d2200 void 0.000115
+gallium_dri.so free 0x5571735d2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000164
+gallium_dri.so free 0x5571735d2240 void 0.000117
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2340 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2340 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23c0 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23c0 0.000114
+gallium_dri.so free 0x557173466e40 void 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x557173466ec0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000115
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000115
+gallium_dri.so malloc 72 0x557173467000 0.000114
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173467000 void 0.000114
+gallium_dri.so malloc 72 0x557173467080 0.000115
+gallium_dri.so free 0x557173467140 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so malloc 72 0x557173467080 0.000125
+gallium_dri.so free 0x5571734671c0 void 0.000116
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so malloc 72 0x5571734671f0 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734671f0 0.000120
+gallium_dri.so free 0x557173607f00 void 0.000115
+gallium_dri.so free 0x5571734671f0 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000114
+gallium_dri.so free 0x557173607fc0 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000116
+gallium_dri.so free 0x5571736080c0 void 0.000115
+gallium_dri.so free 0x557173607f00 void 0.000114
+gallium_dri.so malloc 72 0x557173607f00 0.000114
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x557173607f00 void 0.000112
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571736081c0 void 0.000115
+gallium_dri.so free 0x557173608170 void 0.000113
+gallium_dri.so malloc 72 0x557173608170 0.000115
+gallium_dri.so free 0x5571736082c0 void 0.000115
+gallium_dri.so free 0x557173608170 void 0.000114
+gallium_dri.so malloc 72 0x557173608270 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x557173608270 void 0.000113
+gallium_dri.so malloc 72 0x557173608270 0.000113
+gallium_dri.so free 0x557173605940 void 0.000118
+gallium_dri.so free 0x557173608270 void 0.000125
+gallium_dri.so malloc 72 0x557173605970 0.000123
+gallium_dri.so free 0x5571736059c0 void 0.000124
+gallium_dri.so free 0x557173605970 void 0.000120
+gallium_dri.so malloc 72 0x5571736059c0 0.000115
+gallium_dri.so free 0x557173605a80 void 0.000115
+gallium_dri.so free 0x5571736059c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736059c0 0.000113
+gallium_dri.so free 0x557173605b80 void 0.000114
+gallium_dri.so free 0x5571736059c0 void 0.000114
+gallium_dri.so malloc 72 0x557173605b30 0.000115
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x557173605b30 void 0.000113
+gallium_dri.so malloc 72 0x557173605bf0 0.000114
+gallium_dri.so free 0x557173605c80 void 0.000116
+gallium_dri.so free 0x557173605bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605bf0 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x557173605bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so free 0x557173605bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa80 0.000113
+gallium_dri.so free 0x5571735cfb40 void 0.000115
+gallium_dri.so free 0x5571735cfa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa80 0.000128
+gallium_dri.so free 0x5571735cfc40 void 0.000116
+gallium_dri.so free 0x5571735cfa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000114
+gallium_dri.so free 0x5571735cfc80 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd80 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd80 void 0.000139
+gallium_dri.so malloc 72 0x5571735cfe00 0.000115
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfe00 0.000115
+gallium_dri.so free 0x557173603380 void 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so malloc 72 0x5571736033b0 0.000113
+gallium_dri.so free 0x557173603400 void 0.000117
+gallium_dri.so free 0x5571736033b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736033b0 0.000115
+gallium_dri.so free 0x557173603500 void 0.000116
+gallium_dri.so free 0x5571736033b0 void 0.000113
+gallium_dri.so malloc 72 0x557173603540 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000116
+gallium_dri.so free 0x557173603540 void 0.000114
+gallium_dri.so malloc 72 0x5571736035c0 0.000123
+gallium_dri.so free 0x557173603680 void 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736035c0 0.000112
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so malloc 72 0x557173603730 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x557173603730 void 0.000121
+gallium_dri.so malloc 72 0x557173603730 0.000113
+gallium_dri.so free 0x55717358b6c0 void 0.000115
+gallium_dri.so free 0x557173603730 void 0.000114
+gallium_dri.so malloc 72 0x55717358b6c0 0.000114
+gallium_dri.so free 0x55717358b780 void 0.000112
+gallium_dri.so free 0x55717358b6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358b6c0 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b6c0 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so free 0x55717358b6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b930 0.000126
+gallium_dri.so free 0x55717358b980 void 0.000125
+gallium_dri.so free 0x55717358b930 void 0.000125
+gallium_dri.so malloc 72 0x55717358b930 0.000119
+gallium_dri.so free 0x55717358ba80 void 0.000115
+gallium_dri.so free 0x55717358b930 void 0.000114
+gallium_dri.so malloc 72 0x55717358ba30 0.000165
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x55717358ba30 void 0.000116
+gallium_dri.so malloc 72 0x55717358ba30 0.000114
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x55717358ba30 void 0.000112
+gallium_dri.so malloc 72 0x5571734648b0 0.000114
+gallium_dri.so free 0x557173464900 void 0.000117
+gallium_dri.so free 0x5571734648b0 void 0.000116
+gallium_dri.so malloc 72 0x557173464900 0.000113
+gallium_dri.so free 0x5571734649c0 void 0.000114
+gallium_dri.so free 0x557173464900 void 0.000115
+gallium_dri.so malloc 72 0x557173464900 0.000114
+gallium_dri.so free 0x557173464ac0 void 0.000114
+gallium_dri.so free 0x557173464900 void 0.000113
+gallium_dri.so malloc 72 0x557173464a70 0.000114
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x557173464a70 void 0.000112
+gallium_dri.so malloc 72 0x557173464b30 0.000115
+gallium_dri.so free 0x557173464bc0 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000116
+gallium_dri.so free 0x5571735d4600 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000106
+gallium_dri.so free 0x5571735d46c0 void 0.000119
+gallium_dri.so free 0x5571735d4600 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4600 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000118
+gallium_dri.so free 0x5571735d4600 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000120
+gallium_dri.so free 0x5571735d4800 void 0.000116
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4770 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4900 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4980 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4980 0.000113
+gallium_dri.so free 0x55717358dc80 void 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000113
+gallium_dri.so malloc 72 0x55717358dcb0 0.000114
+gallium_dri.so free 0x55717358dd00 void 0.000114
+gallium_dri.so free 0x55717358dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dcb0 0.000114
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x55717358dcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358de40 0.000127
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358de40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dec0 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e030 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717358e030 void 0.000113
+gallium_dri.so malloc 72 0x55717358e030 0.000114
+gallium_dri.so free 0x557173590240 void 0.000117
+gallium_dri.so free 0x55717358e030 void 0.000115
+gallium_dri.so malloc 72 0x557173590240 0.000114
+gallium_dri.so free 0x557173590300 void 0.000142
+gallium_dri.so free 0x557173590240 void 0.000114
+gallium_dri.so malloc 72 0x557173590240 0.000114
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x557173590240 void 0.000113
+gallium_dri.so malloc 72 0x557173590240 0.000113
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x557173590240 void 0.000125
+gallium_dri.so malloc 72 0x5571735904b0 0.000124
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x5571735904b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735904b0 0.000121
+gallium_dri.so free 0x557173590600 void 0.000119
+gallium_dri.so free 0x5571735904b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735905b0 0.000115
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735905b0 0.000114
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so free 0x5571735905b0 void 0.000114
+gallium_dri.so malloc 72 0x557173589130 0.000114
+gallium_dri.so free 0x557173589180 void 0.000114
+gallium_dri.so free 0x557173589130 void 0.000113
+gallium_dri.so malloc 72 0x557173589180 0.000115
+gallium_dri.so free 0x557173589240 void 0.000116
+gallium_dri.so free 0x557173589180 void 0.000113
+gallium_dri.so malloc 72 0x557173589180 0.000114
+gallium_dri.so free 0x557173589340 void 0.000115
+gallium_dri.so free 0x557173589180 void 0.000113
+gallium_dri.so malloc 72 0x5571735892f0 0.000114
+gallium_dri.so free 0x557173589400 void 0.000123
+gallium_dri.so free 0x5571735892f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000115
+gallium_dri.so free 0x557173589440 void 0.000116
+gallium_dri.so free 0x5571735893b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000115
+gallium_dri.so free 0x5571735893b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2970 0.000116
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a90 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000116
+gallium_dri.so free 0x5571735f2a90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b40 0.000116
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so free 0x5571735f2b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b40 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000116
+gallium_dri.so free 0x5571735f2b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c70 0.000115
+gallium_dri.so free 0x5571735f2cc0 void 0.000115
+gallium_dri.so free 0x5571735f2c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c70 0.000113
+gallium_dri.so free 0x5571735f2dc0 void 0.000116
+gallium_dri.so free 0x5571735f2c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2d70 0.000114
+gallium_dri.so free 0x5571735f2e80 void 0.000116
+gallium_dri.so free 0x5571735f2d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e30 0.000114
+gallium_dri.so free 0x5571735f2ec0 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2e30 0.000116
+gallium_dri.so free 0x5571735f2f80 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000119
+gallium_dri.so free 0x5571735f2ff0 void 0.000156
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000114
+gallium_dri.so free 0x5571735f3140 void 0.000114
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f30f0 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so free 0x5571735f30f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31b0 0.000120
+gallium_dri.so free 0x5571735f3240 void 0.000123
+gallium_dri.so free 0x5571735f31b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3340 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33c0 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33c0 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000117
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3560 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000125
+gallium_dri.so free 0x5571735f3560 void 0.000115
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000112
+gallium_dri.so free 0x5571735f35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571734734c0 void 0.000113
+gallium_dri.so free 0x5571735f35b0 void 0.000119
+gallium_dri.so malloc 72 0x557173473470 0.000113
+gallium_dri.so free 0x557173473580 void 0.000113
+gallium_dri.so free 0x557173473470 void 0.000114
+gallium_dri.so malloc 72 0x557173473530 0.000117
+gallium_dri.so free 0x5571734735c0 void 0.000113
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x557173473530 0.000114
+gallium_dri.so free 0x557173473680 void 0.000113
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x5571734736d0 0.000112
+gallium_dri.so free 0x557173473740 void 0.000117
+gallium_dri.so free 0x5571734736d0 void 0.000124
+gallium_dri.so malloc 72 0x557173473780 0.000145
+gallium_dri.so free 0x557173473800 void 0.000116
+gallium_dri.so free 0x557173473780 void 0.000112
+gallium_dri.so malloc 72 0x557173473800 0.000112
+gallium_dri.so free 0x5571734738c0 void 0.000203
+gallium_dri.so free 0x557173473800 void 0.000137
+gallium_dri.so malloc 72 0x557173473800 0.000214
+gallium_dri.so free 0x557173473940 void 0.000121
+gallium_dri.so free 0x557173473800 void 0.000119
+gallium_dri.so malloc 72 0x557173473970 0.000123
+gallium_dri.so free 0x5571734739c0 void 0.000124
+gallium_dri.so free 0x557173473970 void 0.000161
+gallium_dri.so malloc 72 0x557173473970 0.000125
+gallium_dri.so free 0x557173473ac0 void 0.000123
+gallium_dri.so free 0x557173473970 void 0.000120
+gallium_dri.so malloc 72 0x557173473a70 0.000118
+gallium_dri.so free 0x557173473b80 void 0.000114
+gallium_dri.so free 0x557173473a70 void 0.000114
+gallium_dri.so malloc 72 0x557173473b30 0.000114
+gallium_dri.so free 0x557173473c00 void 0.000116
+gallium_dri.so free 0x557173473b30 void 0.000113
+gallium_dri.so malloc 72 0x557173473c20 0.000115
+gallium_dri.so free 0x557173473cc0 void 0.000116
+gallium_dri.so free 0x557173473c20 void 0.000113
+gallium_dri.so malloc 72 0x557173473c70 0.000114
+gallium_dri.so free 0x557173473d40 void 0.000115
+gallium_dri.so free 0x557173473c70 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000114
+gallium_dri.so free 0x557173473dc0 void 0.000115
+gallium_dri.so free 0x557173473c70 void 0.000113
+gallium_dri.so malloc 72 0x557173473dc0 0.000126
+gallium_dri.so free 0x557173473e80 void 0.000115
+gallium_dri.so free 0x557173473dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173473dc0 0.000113
+gallium_dri.so free 0x557173473f40 void 0.000120
+gallium_dri.so free 0x557173473dc0 void 0.000124
+gallium_dri.so malloc 72 0x557173473dc0 0.000120
+gallium_dri.so free 0x557173474000 void 0.000121
+gallium_dri.so free 0x557173473dc0 void 0.000124
+gallium_dri.so malloc 72 0x557173473fb0 0.000120
+gallium_dri.so free 0x557173474000 void 0.000116
+gallium_dri.so free 0x557173473fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173473fb0 0.000113
+gallium_dri.so free 0x557173474100 void 0.000115
+gallium_dri.so free 0x557173473fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734740b0 0.000114
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x5571734740b0 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x55717361fdc0 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdf0 0.000114
+gallium_dri.so free 0x55717361fe40 void 0.000115
+gallium_dri.so free 0x55717361fdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fdf0 0.000114
+gallium_dri.so free 0x55717361ff40 void 0.000115
+gallium_dri.so free 0x55717361fdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fef0 0.000126
+gallium_dri.so free 0x557173620000 void 0.000120
+gallium_dri.so free 0x55717361fef0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ffb0 0.000121
+gallium_dri.so free 0x557173620080 void 0.000122
+gallium_dri.so free 0x55717361ffb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ffb0 0.000119
+gallium_dri.so free 0x557173620140 void 0.000120
+gallium_dri.so free 0x55717361ffb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ffb0 0.000119
+gallium_dri.so free 0x557173620200 void 0.000123
+gallium_dri.so free 0x55717361ffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736201b0 0.000121
+gallium_dri.so free 0x557173620280 void 0.000121
+gallium_dri.so free 0x5571736201b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736202d0 0.000120
+gallium_dri.so free 0x557173620340 void 0.000122
+gallium_dri.so free 0x5571736202d0 void 0.000120
+gallium_dri.so malloc 72 0x557173620360 0.000120
+gallium_dri.so free 0x557173620400 void 0.000121
+gallium_dri.so free 0x557173620360 void 0.000120
+gallium_dri.so malloc 72 0x5571736203b0 0.000119
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x557173620480 0.000120
+gallium_dri.so free 0x557173620540 void 0.000126
+gallium_dri.so free 0x557173620480 void 0.000126
+gallium_dri.so malloc 72 0x557173620480 0.000120
+gallium_dri.so free 0x5571736205c0 void 0.000118
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so malloc 72 0x5571736205c0 0.000119
+gallium_dri.so free 0x557173620680 void 0.000119
+gallium_dri.so free 0x5571736205c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736205c0 0.000118
+gallium_dri.so free 0x557173620740 void 0.000120
+gallium_dri.so free 0x5571736205c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736205c0 0.000124
+gallium_dri.so free 0x557173620800 void 0.000126
+gallium_dri.so free 0x5571736205c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736207b0 0.000118
+gallium_dri.so free 0x557173620880 void 0.000119
+gallium_dri.so free 0x5571736207b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736208d0 0.000125
+gallium_dri.so free 0x557173620940 void 0.000122
+gallium_dri.so free 0x5571736208d0 void 0.000120
+gallium_dri.so malloc 72 0x557173620980 0.000120
+gallium_dri.so free 0x557173620a00 void 0.000120
+gallium_dri.so free 0x557173620980 void 0.000119
+gallium_dri.so malloc 72 0x557173620980 0.000120
+gallium_dri.so free 0x557173620a80 void 0.000148
+gallium_dri.so free 0x557173620980 void 0.000120
+gallium_dri.so malloc 72 0x557173620ab0 0.000133
+gallium_dri.so free 0x557173620b00 void 0.000124
+gallium_dri.so free 0x557173620ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173620ab0 0.000119
+gallium_dri.so free 0x557173620c00 void 0.000121
+gallium_dri.so free 0x557173620ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173620bb0 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000120
+gallium_dri.so free 0x557173620bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000121
+gallium_dri.so free 0x557173620d00 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000120
+gallium_dri.so free 0x557173620dc0 void 0.000121
+gallium_dri.so free 0x557173620c70 void 0.000120
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x557173620e80 void 0.000122
+gallium_dri.so free 0x557173620e30 void 0.000119
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x5571735fa440 void 0.000120
+gallium_dri.so free 0x557173620e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa440 0.000120
+gallium_dri.so free 0x5571735fa500 void 0.000121
+gallium_dri.so free 0x5571735fa440 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa440 0.000116
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa440 0.000114
+gallium_dri.so free 0x5571735fa680 void 0.000115
+gallium_dri.so free 0x5571735fa440 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa630 0.000113
+gallium_dri.so free 0x5571735fa700 void 0.000114
+gallium_dri.so free 0x5571735fa630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa750 0.000113
+gallium_dri.so free 0x5571735fa7c0 void 0.000115
+gallium_dri.so free 0x5571735fa750 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa820 0.000114
+gallium_dri.so free 0x5571735fa8c0 void 0.000114
+gallium_dri.so free 0x5571735fa820 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa870 0.000117
+gallium_dri.so free 0x5571735fa900 void 0.000115
+gallium_dri.so free 0x5571735fa870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa870 0.000114
+gallium_dri.so free 0x5571735fa9c0 void 0.000115
+gallium_dri.so free 0x5571735fa870 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa00 0.000116
+gallium_dri.so free 0x5571735faa80 void 0.000115
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa80 0.000138
+gallium_dri.so free 0x5571735fab40 void 0.000116
+gallium_dri.so free 0x5571735faa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa80 0.000113
+gallium_dri.so free 0x5571735fabc0 void 0.000115
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fabf0 0.000116
+gallium_dri.so free 0x5571735fac40 void 0.000115
+gallium_dri.so free 0x5571735fabf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fac40 0.000114
+gallium_dri.so free 0x5571735fad00 void 0.000114
+gallium_dri.so free 0x5571735fac40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fac40 0.000114
+gallium_dri.so free 0x5571735fae00 void 0.000115
+gallium_dri.so free 0x5571735fac40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fadb0 0.000114
+gallium_dri.so free 0x5571735faec0 void 0.000114
+gallium_dri.so free 0x5571735fadb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fae70 0.000113
+gallium_dri.so free 0x5571735faf00 void 0.000114
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae70 0.000114
+gallium_dri.so free 0x5571735fafc0 void 0.000115
+gallium_dri.so free 0x5571735fae70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb000 0.000113
+gallium_dri.so free 0x5571735fb080 void 0.000117
+gallium_dri.so free 0x5571735fb000 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb080 0.000115
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000114
+gallium_dri.so free 0x5571735fb1c0 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000126
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000113
+gallium_dri.so free 0x5571735fb340 void 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000115
+gallium_dri.so free 0x5571735fb2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb410 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000114
+gallium_dri.so free 0x5571735fb410 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4a0 0.000114
+gallium_dri.so free 0x5571735fb540 void 0.000116
+gallium_dri.so free 0x5571735fb4a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000115
+gallium_dri.so free 0x5571735fb5c0 void 0.000116
+gallium_dri.so free 0x5571735fb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000115
+gallium_dri.so free 0x5571735fb6c0 void 0.000114
+gallium_dri.so free 0x5571735fb4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb670 0.000115
+gallium_dri.so free 0x5571735fb740 void 0.000117
+gallium_dri.so free 0x5571735fb670 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb790 0.000115
+gallium_dri.so free 0x5571735fb800 void 0.000115
+gallium_dri.so free 0x5571735fb790 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb820 0.000184
+gallium_dri.so free 0x5571735fb8c0 void 0.000117
+gallium_dri.so free 0x5571735fb820 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb870 0.000114
+gallium_dri.so free 0x5571735fb940 void 0.000115
+gallium_dri.so free 0x5571735fb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb870 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so free 0x5571735fb870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000114
+gallium_dri.so free 0x5571735fba80 void 0.000116
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000116
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571735fb9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb9c0 0.000113
+gallium_dri.so free 0x5571735fbc00 void 0.000115
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735fbc80 void 0.000114
+gallium_dri.so free 0x5571735fbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735fbd80 void 0.000115
+gallium_dri.so free 0x5571735fbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbd30 0.000114
+gallium_dri.so free 0x5571735fbe40 void 0.000115
+gallium_dri.so free 0x5571735fbd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbdf0 0.000126
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so free 0x5571735fbdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbdf0 0.000114
+gallium_dri.so free 0x557173460500 void 0.000116
+gallium_dri.so free 0x5571735fbdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571734604b0 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000114
+gallium_dri.so free 0x5571734604b0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000115
+gallium_dri.so free 0x557173460640 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460690 0.000113
+gallium_dri.so free 0x5571735fbe80 void 0.000113
+gallium_dri.so free 0x557173460690 void 0.000113
+gallium_dri.so malloc 72 0x557173460690 0.000113
+gallium_dri.so free 0x557173460700 void 0.000115
+gallium_dri.so free 0x557173460690 void 0.000113
+gallium_dri.so malloc 72 0x557173460730 0.000115
+gallium_dri.so free 0x557173460780 void 0.000114
+gallium_dri.so free 0x557173460730 void 0.000114
+gallium_dri.so malloc 72 0x557173460730 0.000113
+gallium_dri.so free 0x557173460880 void 0.000116
+gallium_dri.so free 0x557173460730 void 0.000113
+gallium_dri.so malloc 72 0x557173460830 0.000116
+gallium_dri.so free 0x557173460940 void 0.000115
+gallium_dri.so free 0x557173460830 void 0.000114
+gallium_dri.so malloc 72 0x5571734608f0 0.000125
+gallium_dri.so free 0x5571734609c0 void 0.000116
+gallium_dri.so free 0x5571734608f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734609e0 0.000114
+gallium_dri.so free 0x557173460a80 void 0.000118
+gallium_dri.so free 0x5571734609e0 void 0.000115
+gallium_dri.so malloc 72 0x557173460a30 0.000113
+gallium_dri.so free 0x557173460b00 void 0.000115
+gallium_dri.so free 0x557173460a30 void 0.000114
+gallium_dri.so malloc 72 0x557173460a30 0.000115
+gallium_dri.so free 0x557173460b80 void 0.000116
+gallium_dri.so free 0x557173460a30 void 0.000116
+gallium_dri.so malloc 72 0x557173460b80 0.000114
+gallium_dri.so free 0x557173460c40 void 0.000115
+gallium_dri.so free 0x557173460b80 void 0.000119
+gallium_dri.so malloc 72 0x557173460b80 0.000116
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x557173460b80 void 0.000115
+gallium_dri.so malloc 72 0x557173460b80 0.000115
+gallium_dri.so free 0x557173460dc0 void 0.000115
+gallium_dri.so free 0x557173460b80 void 0.000115
+gallium_dri.so malloc 72 0x557173460d70 0.000114
+gallium_dri.so free 0x557173460dc0 void 0.000115
+gallium_dri.so free 0x557173460d70 void 0.000113
+gallium_dri.so malloc 72 0x557173460d70 0.000114
+gallium_dri.so free 0x557173460ec0 void 0.000114
+gallium_dri.so free 0x557173460d70 void 0.000114
+gallium_dri.so malloc 72 0x557173460e70 0.000150
+gallium_dri.so free 0x557173460f80 void 0.000121
+gallium_dri.so free 0x557173460e70 void 0.000114
+gallium_dri.so malloc 72 0x557173460f30 0.000113
+gallium_dri.so free 0x557173460fc0 void 0.000114
+gallium_dri.so free 0x557173460f30 void 0.000114
+gallium_dri.so malloc 72 0x557173460f30 0.000113
+gallium_dri.so free 0x557173461080 void 0.000114
+gallium_dri.so free 0x557173460f30 void 0.000113
+gallium_dri.so malloc 72 0x5571734610c0 0.000113
+gallium_dri.so free 0x557173461140 void 0.000114
+gallium_dri.so free 0x5571734610c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461140 0.000115
+gallium_dri.so free 0x557173461200 void 0.000116
+gallium_dri.so free 0x557173461140 void 0.000113
+gallium_dri.so malloc 72 0x557173461140 0.000113
+gallium_dri.so free 0x5571734612c0 void 0.000115
+gallium_dri.so free 0x557173461140 void 0.000113
+gallium_dri.so malloc 72 0x5571734612e0 0.000114
+gallium_dri.so free 0x557173461380 void 0.000114
+gallium_dri.so free 0x5571734612e0 void 0.000114
+gallium_dri.so malloc 72 0x557173461330 0.000114
+gallium_dri.so free 0x557173461400 void 0.000114
+gallium_dri.so free 0x557173461330 void 0.000113
+gallium_dri.so malloc 72 0x557173461330 0.000113
+gallium_dri.so free 0x557173461480 void 0.000116
+gallium_dri.so free 0x557173461330 void 0.000113
+gallium_dri.so malloc 72 0x557173461480 0.000114
+gallium_dri.so free 0x557173461540 void 0.000122
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so malloc 72 0x557173461480 0.000114
+gallium_dri.so free 0x557173461600 void 0.000116
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so malloc 72 0x557173461480 0.000116
+gallium_dri.so free 0x5571734616c0 void 0.000125
+gallium_dri.so free 0x557173461480 void 0.000114
+gallium_dri.so malloc 72 0x557173461670 0.000114
+gallium_dri.so free 0x557173461780 void 0.000114
+gallium_dri.so free 0x557173461670 void 0.000114
+gallium_dri.so malloc 72 0x557173461730 0.000114
+gallium_dri.so free 0x557173461800 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x557173461850 0.000113
+gallium_dri.so free 0x5571734618c0 void 0.000114
+gallium_dri.so free 0x557173461850 void 0.000113
+gallium_dri.so malloc 72 0x5571734618e0 0.000114
+gallium_dri.so free 0x557173461980 void 0.000114
+gallium_dri.so free 0x5571734618e0 void 0.000114
+gallium_dri.so malloc 72 0x557173461930 0.000114
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so free 0x557173461930 void 0.000113
+gallium_dri.so malloc 72 0x557173461930 0.000113
+gallium_dri.so free 0x557173461a80 void 0.000114
+gallium_dri.so free 0x557173461930 void 0.000112
+gallium_dri.so malloc 72 0x557173461a80 0.000114
+gallium_dri.so free 0x557173461b40 void 0.000171
+gallium_dri.so free 0x557173461a80 void 0.000154
+gallium_dri.so malloc 72 0x557173461a80 0.000152
+gallium_dri.so free 0x557173461c40 void 0.000151
+gallium_dri.so free 0x557173461a80 void 0.000152
+gallium_dri.so malloc 72 0x557173461bf0 0.000151
+gallium_dri.so free 0x557173461c80 void 0.000153
+gallium_dri.so free 0x557173461bf0 void 0.000150
+gallium_dri.so malloc 72 0x557173461bf0 0.000150
+gallium_dri.so free 0x557173461d40 void 0.000153
+gallium_dri.so free 0x557173461bf0 void 0.000151
+gallium_dri.so malloc 72 0x557173461d80 0.000158
+gallium_dri.so free 0x557173461e00 void 0.000126
+gallium_dri.so free 0x557173461d80 void 0.000114
+gallium_dri.so malloc 72 0x557173461e00 0.000118
+gallium_dri.so free 0x557173461ec0 void 0.000125
+gallium_dri.so free 0x557173461e00 void 0.000123
+gallium_dri.so malloc 72 0x557173461e00 0.000121
+gallium_dri.so free 0x557173461f40 void 0.000115
+gallium_dri.so free 0x557173461e00 void 0.000113
+gallium_dri.so malloc 72 0x557173461f70 0.000113
+gallium_dri.so free 0x557173461fc0 void 0.000113
+gallium_dri.so free 0x557173461f70 void 0.000145
+gallium_dri.so malloc 72 0x557173461f70 0.000118
+gallium_dri.so free 0x5571734620c0 void 0.000115
+gallium_dri.so free 0x557173461f70 void 0.000114
+gallium_dri.so malloc 72 0x557173462100 0.000113
+gallium_dri.so free 0x557173462180 void 0.000114
+gallium_dri.so free 0x557173462100 void 0.000113
+gallium_dri.so malloc 72 0x557173462180 0.000113
+gallium_dri.so free 0x557173462240 void 0.000113
+gallium_dri.so free 0x557173462180 void 0.000114
+gallium_dri.so malloc 72 0x557173462180 0.000113
+gallium_dri.so free 0x5571734622c0 void 0.000114
+gallium_dri.so free 0x557173462180 void 0.000113
+gallium_dri.so malloc 72 0x5571734622f0 0.000112
+gallium_dri.so free 0x557173462340 void 0.000114
+gallium_dri.so free 0x5571734622f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734622f0 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000115
+gallium_dri.so free 0x5571734622f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000113
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000113
+gallium_dri.so free 0x5571735e1040 void 0.000113
+gallium_dri.so free 0x5571735e0fa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000112
+gallium_dri.so free 0x5571735e1080 void 0.000114
+gallium_dri.so free 0x5571735e0ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000125
+gallium_dri.so free 0x5571735e1140 void 0.000115
+gallium_dri.so free 0x5571735e0ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1180 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000114
+gallium_dri.so free 0x5571735e12c0 void 0.000115
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1200 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000116
+gallium_dri.so free 0x5571735e1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000114
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so free 0x5571735e1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e13c0 0.000115
+gallium_dri.so free 0x5571735e1480 void 0.000117
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e13c0 0.000114
+gallium_dri.so free 0x5571735e1580 void 0.000116
+gallium_dri.so free 0x5571735e13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1530 0.000113
+gallium_dri.so free 0x5571735e1640 void 0.000115
+gallium_dri.so free 0x5571735e1530 void 0.000113
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x5571735e1680 void 0.000124
+gallium_dri.so free 0x5571735e15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000117
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1780 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000165
+gallium_dri.so free 0x5571735e1780 void 0.000162
+gallium_dri.so malloc 72 0x5571735e1800 0.000159
+gallium_dri.so free 0x5571735e18c0 void 0.000126
+gallium_dri.so free 0x5571735e1800 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1800 0.000127
+gallium_dri.so free 0x5571735e1940 void 0.000160
+gallium_dri.so free 0x5571735e1800 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1800 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1800 0.000115
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1a70 0.000112
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b90 0.000116
+gallium_dri.so free 0x5571735e1c00 void 0.000117
+gallium_dri.so free 0x5571735e1b90 void 0.000168
+gallium_dri.so malloc 72 0x5571735e1c20 0.000125
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c70 0.000119
+gallium_dri.so free 0x5571735e1d40 void 0.000119
+gallium_dri.so free 0x5571735e1c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c70 0.000118
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1df0 0.000119
+gallium_dri.so free 0x5571735e1ec0 void 0.000120
+gallium_dri.so free 0x5571735e1df0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f10 0.000118
+gallium_dri.so free 0x5571735e1f80 void 0.000118
+gallium_dri.so free 0x5571735e1f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1fa0 0.000120
+gallium_dri.so free 0x5571735e2040 void 0.000119
+gallium_dri.so free 0x5571735e1fa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000119
+gallium_dri.so free 0x5571735e20c0 void 0.000118
+gallium_dri.so free 0x5571735e1ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000118
+gallium_dri.so free 0x5571735e2140 void 0.000119
+gallium_dri.so free 0x5571735e1ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2140 0.000118
+gallium_dri.so free 0x5571735e2200 void 0.000127
+gallium_dri.so free 0x5571735e2140 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2140 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000111
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2140 0.000111
+gallium_dri.so free 0x5571735e2380 void 0.000111
+gallium_dri.so free 0x5571735e2140 void 0.000111
+gallium_dri.so malloc 72 0x5571735e23b0 0.000111
+gallium_dri.so free 0x5571735e2400 void 0.000111
+gallium_dri.so free 0x5571735e23b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e23b0 0.000111
+gallium_dri.so free 0x5571735e2500 void 0.000111
+gallium_dri.so free 0x5571735e23b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e24b0 0.000110
+gallium_dri.so free 0x5571735e25c0 void 0.000110
+gallium_dri.so free 0x5571735e24b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2570 0.000110
+gallium_dri.so free 0x5571735e2600 void 0.000110
+gallium_dri.so free 0x5571735e2570 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2570 0.000111
+gallium_dri.so free 0x5571735e26c0 void 0.000110
+gallium_dri.so free 0x5571735e2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2710 0.000111
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2710 void 0.000112
+gallium_dri.so malloc 72 0x5571735e27c0 0.000111
+gallium_dri.so free 0x5571735e2840 void 0.000110
+gallium_dri.so free 0x5571735e27c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2840 0.000116
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2840 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000115
+gallium_dri.so free 0x5571735e2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e29b0 0.000112
+gallium_dri.so free 0x5571735e2a00 void 0.000111
+gallium_dri.so free 0x5571735e29b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e29b0 0.000120
+gallium_dri.so free 0x5571735e2b00 void 0.000118
+gallium_dri.so free 0x5571735e29b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ab0 0.000116
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2b70 0.000117
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2c60 0.000116
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000115
+gallium_dri.so free 0x5571735e2d80 void 0.000116
+gallium_dri.so free 0x5571735e2cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000115
+gallium_dri.so free 0x5571735e2cb0 void 0.000163
+gallium_dri.so malloc 72 0x5571735e2e00 0.000115
+gallium_dri.so free 0x5571735e2ec0 void 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e00 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so free 0x5571735e2e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2e00 0.000113
+gallium_dri.so free 0x5571735e3040 void 0.000114
+gallium_dri.so free 0x5571735e2e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000115
+gallium_dri.so free 0x5571735e3040 void 0.000115
+gallium_dri.so free 0x5571735e2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000114
+gallium_dri.so free 0x5571735e3140 void 0.000113
+gallium_dri.so free 0x5571735e2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e30f0 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x5571735e30f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e31b0 0.000115
+gallium_dri.so free 0x5571735e3240 void 0.000116
+gallium_dri.so free 0x5571735e31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e31b0 0.000115
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3340 0.000114
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735e33c0 0.000114
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e33c0 0.000114
+gallium_dri.so free 0x5571735e3540 void 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3560 0.000113
+gallium_dri.so free 0x5571735e3600 void 0.000114
+gallium_dri.so free 0x5571735e3560 void 0.000115
+gallium_dri.so malloc 72 0x5571735e35b0 0.000113
+gallium_dri.so free 0x5571735e3680 void 0.000120
+gallium_dri.so free 0x5571735e35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e35b0 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735e35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3700 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3700 0.000113
+gallium_dri.so free 0x5571735de240 void 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3700 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so malloc 72 0x5571735de350 0.000113
+gallium_dri.so free 0x5571735de3c0 void 0.000115
+gallium_dri.so free 0x5571735de350 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de480 0.000112
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so malloc 72 0x5571735de480 0.000114
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5f0 0.000113
+gallium_dri.so free 0x5571735de640 void 0.000114
+gallium_dri.so free 0x5571735de5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de5f0 0.000113
+gallium_dri.so free 0x5571735de740 void 0.000115
+gallium_dri.so free 0x5571735de5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de6f0 0.000114
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so free 0x5571735de6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7b0 0.000114
+gallium_dri.so free 0x5571735de880 void 0.000116
+gallium_dri.so free 0x5571735de7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de8a0 0.000113
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de8a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de8f0 0.000114
+gallium_dri.so free 0x5571735de9c0 void 0.000115
+gallium_dri.so free 0x5571735de8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de8f0 0.000163
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so free 0x5571735de8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea40 0.000115
+gallium_dri.so free 0x5571735deb00 void 0.000119
+gallium_dri.so free 0x5571735dea40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dea40 0.000117
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735dea40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea40 0.000114
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec30 0.000113
+gallium_dri.so free 0x5571735dec80 void 0.000115
+gallium_dri.so free 0x5571735dec30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec30 0.000115
+gallium_dri.so free 0x5571735ded80 void 0.000115
+gallium_dri.so free 0x5571735dec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ded30 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so free 0x5571735ded30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dedf0 0.000114
+gallium_dri.so free 0x5571735dee80 void 0.000115
+gallium_dri.so free 0x5571735dedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000115
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so free 0x5571735dedf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735def80 0.000127
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000115
+gallium_dri.so malloc 72 0x5571735df000 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so malloc 72 0x5571735df000 0.000115
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1a0 0.000114
+gallium_dri.so free 0x5571735df240 void 0.000115
+gallium_dri.so free 0x5571735df1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df1f0 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so free 0x5571735df1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df1f0 0.000115
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735df1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df340 0.000114
+gallium_dri.so free 0x5571735df400 void 0.000115
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so malloc 72 0x5571735df340 0.000116
+gallium_dri.so free 0x5571735df4c0 void 0.000116
+gallium_dri.so free 0x5571735df340 void 0.000114
+gallium_dri.so malloc 72 0x5571735df340 0.000114
+gallium_dri.so free 0x5571735df580 void 0.000115
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so malloc 72 0x5571735df530 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000115
+gallium_dri.so free 0x5571735df530 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5f0 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000113
+gallium_dri.so free 0x5571735df5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df710 0.000112
+gallium_dri.so free 0x5571735df780 void 0.000112
+gallium_dri.so free 0x5571735df710 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7a0 0.000112
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7f0 0.000112
+gallium_dri.so free 0x5571735df8c0 void 0.000113
+gallium_dri.so free 0x5571735df7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7f0 0.000114
+gallium_dri.so free 0x5571735df940 void 0.000112
+gallium_dri.so free 0x5571735df7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df940 0.000115
+gallium_dri.so free 0x5571735dfa00 void 0.000115
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so malloc 72 0x5571735df940 0.000115
+gallium_dri.so free 0x5571735dfb00 void 0.000116
+gallium_dri.so free 0x5571735df940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x5571735dfb40 void 0.000115
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000128
+gallium_dri.so free 0x5571735dfab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc40 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000113
+gallium_dri.so free 0x5571735dfe00 void 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe30 0.000114
+gallium_dri.so free 0x5571735dfe80 void 0.000116
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfe30 0.000114
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0040 0.000113
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0180 void 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01b0 0.000113
+gallium_dri.so free 0x5571735e0200 void 0.000113
+gallium_dri.so free 0x5571735e01b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e01b0 0.000113
+gallium_dri.so free 0x5571735e0300 void 0.000115
+gallium_dri.so free 0x5571735e01b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e02b0 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735e02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x5571735e0440 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735e05c0 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0570 0.000113
+gallium_dri.so free 0x5571735e0640 void 0.000114
+gallium_dri.so free 0x5571735e0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0690 0.000113
+gallium_dri.so free 0x5571735e0700 void 0.000115
+gallium_dri.so free 0x5571735e0690 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0720 0.000114
+gallium_dri.so free 0x5571735e07c0 void 0.000116
+gallium_dri.so free 0x5571735e0720 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0770 0.000115
+gallium_dri.so free 0x5571735e0840 void 0.000114
+gallium_dri.so free 0x5571735e0770 void 0.000163
+gallium_dri.so malloc 72 0x5571735e0840 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0840 0.000117
+gallium_dri.so free 0x5571735e0980 void 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0980 0.000114
+gallium_dri.so free 0x5571735e0a40 void 0.000114
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0980 0.000114
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0980 0.000113
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0b70 0.000114
+gallium_dri.so free 0x5571735e0c40 void 0.000117
+gallium_dri.so free 0x5571735e0b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0c90 0.000115
+gallium_dri.so free 0x5571735e0d00 void 0.000116
+gallium_dri.so free 0x5571735e0c90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d40 0.000113
+gallium_dri.so free 0x5571735e0dc0 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d40 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735e0d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0d40 0.000116
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x5571735e0d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735da930 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da930 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa50 0.000116
+gallium_dri.so free 0x5571735daac0 void 0.000114
+gallium_dri.so free 0x5571735daa50 void 0.000114
+gallium_dri.so malloc 72 0x5571735daae0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735daae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735dac00 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735dad00 void 0.000114
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dacb0 0.000113
+gallium_dri.so free 0x5571735dad80 void 0.000114
+gallium_dri.so free 0x5571735dacb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadd0 0.000115
+gallium_dri.so free 0x5571735dae40 void 0.000114
+gallium_dri.so free 0x5571735dadd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae60 0.000112
+gallium_dri.so free 0x5571735daf00 void 0.000115
+gallium_dri.so free 0x5571735dae60 void 0.000122
+gallium_dri.so malloc 72 0x5571735daeb0 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so free 0x5571735daeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daeb0 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000113
+gallium_dri.so free 0x5571735daeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db000 0.000112
+gallium_dri.so free 0x5571735db0c0 void 0.000112
+gallium_dri.so free 0x5571735db000 void 0.000114
+gallium_dri.so malloc 72 0x5571735db000 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000115
+gallium_dri.so malloc 72 0x5571735db000 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735db000 void 0.000113
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735db2c0 void 0.000112
+gallium_dri.so free 0x5571735db270 void 0.000116
+gallium_dri.so malloc 72 0x5571735db270 0.000116
+gallium_dri.so free 0x5571735db3c0 void 0.000116
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db370 0.000115
+gallium_dri.so free 0x5571735db480 void 0.000116
+gallium_dri.so free 0x5571735db370 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000116
+gallium_dri.so free 0x5571735db4c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000184
+gallium_dri.so free 0x5571735db580 void 0.000117
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5d0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000115
+gallium_dri.so free 0x5571735db5d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db680 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000115
+gallium_dri.so free 0x5571735db680 void 0.000113
+gallium_dri.so malloc 72 0x5571735db700 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000144
+gallium_dri.so free 0x5571735db700 void 0.000114
+gallium_dri.so malloc 72 0x5571735db700 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db700 void 0.000113
+gallium_dri.so malloc 72 0x5571735db870 0.000114
+gallium_dri.so free 0x5571735db8c0 void 0.000115
+gallium_dri.so free 0x5571735db870 void 0.000114
+gallium_dri.so malloc 72 0x5571735db870 0.000113
+gallium_dri.so free 0x5571735db9c0 void 0.000114
+gallium_dri.so free 0x5571735db870 void 0.000114
+gallium_dri.so malloc 72 0x5571735db970 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000115
+gallium_dri.so free 0x5571735db970 void 0.000115
+gallium_dri.so malloc 72 0x5571735dba30 0.000115
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735dba30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dbb20 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbb20 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000114
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb70 0.000113
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so free 0x5571735dbb70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000113
+gallium_dri.so free 0x5571735dbd80 void 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dbcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbcc0 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000116
+gallium_dri.so free 0x5571735dbcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735dbf00 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735dc000 void 0.000123
+gallium_dri.so free 0x5571735dbeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbfb0 0.000114
+gallium_dri.so free 0x5571735dc0c0 void 0.000116
+gallium_dri.so free 0x5571735dbfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000127
+gallium_dri.so free 0x5571735dc100 void 0.000116
+gallium_dri.so free 0x5571735dc070 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc070 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc200 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc280 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc280 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc420 0.000114
+gallium_dri.so free 0x5571735dc4c0 void 0.000114
+gallium_dri.so free 0x5571735dc420 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc470 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so free 0x5571735dc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc470 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000115
+gallium_dri.so free 0x5571735dc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc680 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000166
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735dc5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc5c0 0.000114
+gallium_dri.so free 0x5571735dc800 void 0.000114
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc990 0.000114
+gallium_dri.so free 0x5571735dca00 void 0.000115
+gallium_dri.so free 0x5571735dc990 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca20 0.000114
+gallium_dri.so free 0x5571735dcac0 void 0.000115
+gallium_dri.so free 0x5571735dca20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca70 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca70 0.000117
+gallium_dri.so free 0x5571735dcbc0 void 0.000117
+gallium_dri.so free 0x5571735dca70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000115
+gallium_dri.so free 0x5571735dcc80 void 0.000115
+gallium_dri.so free 0x5571735dcbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000124
+gallium_dri.so free 0x5571735dcd80 void 0.000116
+gallium_dri.so free 0x5571735dcbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x5571735dcdc0 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcec0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dcec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf40 0.000114
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf40 0.000113
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000113
+gallium_dri.so free 0x5571735dd100 void 0.000114
+gallium_dri.so free 0x5571735dd0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000115
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735dd0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd240 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd240 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000112
+gallium_dri.so free 0x5571735dd380 void 0.000127
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000116
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd430 0.000115
+gallium_dri.so free 0x5571735dd480 void 0.000115
+gallium_dri.so free 0x5571735dd430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd430 0.000113
+gallium_dri.so free 0x5571735dd580 void 0.000115
+gallium_dri.so free 0x5571735dd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd530 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735dd530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000112
+gallium_dri.so free 0x5571735dd6c0 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000115
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd910 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000162
+gallium_dri.so free 0x5571735dd910 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9a0 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000120
+gallium_dri.so free 0x5571735dd9a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000126
+gallium_dri.so free 0x5571735dd9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddac0 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddac0 0.000124
+gallium_dri.so free 0x5571735ddc00 void 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc00 0.000118
+gallium_dri.so free 0x5571735ddcc0 void 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddc00 0.000117
+gallium_dri.so free 0x5571735ddd80 void 0.000119
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddc00 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000117
+gallium_dri.so free 0x5571735ddc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf10 0.000126
+gallium_dri.so free 0x5571735ddf80 void 0.000115
+gallium_dri.so free 0x5571735ddf10 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000110
+gallium_dri.so free 0x5571735de040 void 0.000110
+gallium_dri.so free 0x5571735ddfc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000110
+gallium_dri.so free 0x5571735de0c0 void 0.000111
+gallium_dri.so free 0x5571735ddfc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de0f0 0.000112
+gallium_dri.so free 0x5571735de140 void 0.000111
+gallium_dri.so free 0x5571735de0f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de0f0 0.000110
+gallium_dri.so free 0x5571735fc340 void 0.000110
+gallium_dri.so free 0x5571735de0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc340 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000111
+gallium_dri.so free 0x5571735fc340 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc340 0.000110
+gallium_dri.so free 0x5571735fc480 void 0.000111
+gallium_dri.so free 0x5571735fc340 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000112
+gallium_dri.so free 0x5571735fc500 void 0.000112
+gallium_dri.so free 0x5571735fc4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000111
+gallium_dri.so free 0x5571735fc600 void 0.000110
+gallium_dri.so free 0x5571735fc4b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc640 0.000112
+gallium_dri.so free 0x5571735fc6c0 void 0.000111
+gallium_dri.so free 0x5571735fc640 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000115
+gallium_dri.so free 0x5571735fc780 void 0.000115
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000116
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc830 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000115
+gallium_dri.so free 0x5571735fc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc830 0.000114
+gallium_dri.so free 0x5571735fc980 void 0.000114
+gallium_dri.so free 0x5571735fc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc930 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000114
+gallium_dri.so free 0x5571735fc930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x5571735fcac0 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000115
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000113
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000167
+gallium_dri.so malloc 72 0x5571735fcd10 0.000123
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so free 0x5571735fcd10 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcda0 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000119
+gallium_dri.so free 0x5571735fcda0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000119
+gallium_dri.so free 0x5571735fcec0 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcec0 0.000120
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so free 0x5571735fcec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcec0 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so free 0x5571735fcec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd000 0.000117
+gallium_dri.so free 0x5571735fd0c0 void 0.000118
+gallium_dri.so free 0x5571735fd000 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd000 0.000118
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd000 0.000120
+gallium_dri.so free 0x5571735fd240 void 0.000119
+gallium_dri.so free 0x5571735fd000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000123
+gallium_dri.so free 0x5571735fd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd310 0.000111
+gallium_dri.so free 0x5571735fd380 void 0.000110
+gallium_dri.so free 0x5571735fd310 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000118
+gallium_dri.so free 0x5571735fd440 void 0.000114
+gallium_dri.so free 0x5571735fd3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000110
+gallium_dri.so free 0x5571735fd4c0 void 0.000110
+gallium_dri.so free 0x5571735fd3c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000111
+gallium_dri.so free 0x5571735fd540 void 0.000113
+gallium_dri.so free 0x5571735fd4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000110
+gallium_dri.so free 0x5571735fd640 void 0.000111
+gallium_dri.so free 0x5571735fd4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd5f0 0.000111
+gallium_dri.so free 0x5571735fd700 void 0.000111
+gallium_dri.so free 0x5571735fd5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000111
+gallium_dri.so free 0x5571735fd740 void 0.000113
+gallium_dri.so free 0x5571735fd6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000116
+gallium_dri.so free 0x5571735fd800 void 0.000114
+gallium_dri.so free 0x5571735fd6b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd870 0.000111
+gallium_dri.so free 0x5571735fd8c0 void 0.000111
+gallium_dri.so free 0x5571735fd870 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd870 0.000115
+gallium_dri.so free 0x5571735fd9c0 void 0.000112
+gallium_dri.so free 0x5571735fd870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd970 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000114
+gallium_dri.so free 0x5571735fd970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000119
+gallium_dri.so free 0x5571735fdac0 void 0.000115
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000111
+gallium_dri.so free 0x5571735fdb80 void 0.000112
+gallium_dri.so free 0x5571735fda30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000122
+gallium_dri.so free 0x5571735fdc40 void 0.000126
+gallium_dri.so free 0x5571735fdbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdc40 0.000125
+gallium_dri.so free 0x5571735fdd00 void 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdc40 0.000119
+gallium_dri.so free 0x5571735fddc0 void 0.000119
+gallium_dri.so free 0x5571735fdc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdde0 0.000118
+gallium_dri.so free 0x5571735fde80 void 0.000124
+gallium_dri.so free 0x5571735fdde0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fde30 0.000162
+gallium_dri.so free 0x5571735fdf00 void 0.000120
+gallium_dri.so free 0x5571735fde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde30 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000119
+gallium_dri.so free 0x5571735fde30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdf80 0.000118
+gallium_dri.so free 0x5571735fe040 void 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdf80 0.000119
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so free 0x5571735fdf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdf80 0.000121
+gallium_dri.so free 0x5571735fe1c0 void 0.000118
+gallium_dri.so free 0x5571735fdf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe170 0.000118
+gallium_dri.so free 0x5571735fe280 void 0.000118
+gallium_dri.so free 0x5571735fe170 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe300 void 0.000119
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe350 0.000120
+gallium_dri.so free 0x5571735fe3c0 void 0.000118
+gallium_dri.so free 0x5571735fe350 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe3e0 0.000117
+gallium_dri.so free 0x5571735fe480 void 0.000119
+gallium_dri.so free 0x5571735fe3e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe430 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000111
+gallium_dri.so free 0x5571735fe430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe430 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000111
+gallium_dri.so free 0x5571735fe430 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe580 0.000110
+gallium_dri.so free 0x5571735fe640 void 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe580 0.000110
+gallium_dri.so free 0x5571735fe740 void 0.000111
+gallium_dri.so free 0x5571735fe580 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000110
+gallium_dri.so free 0x5571735fe780 void 0.000112
+gallium_dri.so free 0x5571735fe6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000110
+gallium_dri.so free 0x5571735fe6f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe880 0.000110
+gallium_dri.so free 0x5571735fe900 void 0.000110
+gallium_dri.so free 0x5571735fe880 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe900 0.000110
+gallium_dri.so free 0x5571735fe9c0 void 0.000110
+gallium_dri.so free 0x5571735fe900 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe900 0.000110
+gallium_dri.so free 0x5571735fea40 void 0.000111
+gallium_dri.so free 0x5571735fe900 void 0.000111
+gallium_dri.so malloc 72 0x5571735fea70 0.000110
+gallium_dri.so free 0x5571735feac0 void 0.000128
+gallium_dri.so free 0x5571735fea70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fea70 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735fea70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec00 0.000112
+gallium_dri.so free 0x5571735fec80 void 0.000115
+gallium_dri.so free 0x5571735fec00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec80 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000115
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so malloc 72 0x5571735fec80 0.000118
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fec80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fedf0 0.000130
+gallium_dri.so free 0x5571735fee40 void 0.000117
+gallium_dri.so free 0x5571735fedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedf0 0.000114
+gallium_dri.so free 0x5571735fef40 void 0.000114
+gallium_dri.so free 0x5571735fedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735feef0 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000114
+gallium_dri.so free 0x5571735feef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000114
+gallium_dri.so free 0x5571735ff080 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000163
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x5571735ff200 void 0.000114
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000117
+gallium_dri.so free 0x5571735ff280 void 0.000115
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000113
+gallium_dri.so free 0x5571735ff340 void 0.000115
+gallium_dri.so free 0x5571735ff2d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff360 0.000113
+gallium_dri.so free 0x5571735ff400 void 0.000113
+gallium_dri.so free 0x5571735ff360 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000116
+gallium_dri.so free 0x5571735ff3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff480 0.000115
+gallium_dri.so free 0x5571735ff540 void 0.000115
+gallium_dri.so free 0x5571735ff480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff480 0.000113
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000114
+gallium_dri.so free 0x5571735ff680 void 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000123
+gallium_dri.so free 0x5571735ff740 void 0.000114
+gallium_dri.so free 0x5571735ff5c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff5c0 0.000112
+gallium_dri.so free 0x5571735ff800 void 0.000110
+gallium_dri.so free 0x5571735ff5c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000111
+gallium_dri.so free 0x5571735ff880 void 0.000111
+gallium_dri.so free 0x5571735ff7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000111
+gallium_dri.so free 0x5571735ff940 void 0.000111
+gallium_dri.so free 0x5571735ff8d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff980 0.000111
+gallium_dri.so free 0x5571735ffa00 void 0.000110
+gallium_dri.so free 0x5571735ff980 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff980 0.000110
+gallium_dri.so free 0x5571735ffa80 void 0.000111
+gallium_dri.so free 0x5571735ff980 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffab0 0.000118
+gallium_dri.so free 0x5571735ffb00 void 0.000117
+gallium_dri.so free 0x5571735ffab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffab0 0.000111
+gallium_dri.so free 0x5571735ffc00 void 0.000111
+gallium_dri.so free 0x5571735ffab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffbb0 0.000112
+gallium_dri.so free 0x5571735ffcc0 void 0.000111
+gallium_dri.so free 0x5571735ffbb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffc70 0.000110
+gallium_dri.so free 0x5571735ffd00 void 0.000126
+gallium_dri.so free 0x5571735ffc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x5571735ffdc0 void 0.000121
+gallium_dri.so free 0x5571735ffc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffe30 0.000123
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x5571735fff80 void 0.000116
+gallium_dri.so free 0x5571735ffe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fff30 0.000114
+gallium_dri.so free 0x557173600040 void 0.000115
+gallium_dri.so free 0x5571735fff30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffff0 0.000113
+gallium_dri.so free 0x557173600080 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000113
+gallium_dri.so free 0x557173600140 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000115
+gallium_dri.so malloc 72 0x557173600180 0.000113
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so free 0x557173600180 void 0.000114
+gallium_dri.so malloc 72 0x557173600200 0.000115
+gallium_dri.so free 0x5571736002c0 void 0.000114
+gallium_dri.so free 0x557173600200 void 0.000113
+gallium_dri.so malloc 72 0x557173600200 0.000115
+gallium_dri.so free 0x557173600380 void 0.000127
+gallium_dri.so free 0x557173600200 void 0.000126
+gallium_dri.so malloc 72 0x5571736003a0 0.000124
+gallium_dri.so free 0x557173600440 void 0.000124
+gallium_dri.so free 0x5571736003a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736003f0 0.000119
+gallium_dri.so free 0x5571736004c0 void 0.000119
+gallium_dri.so free 0x5571736003f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736003f0 0.000118
+gallium_dri.so free 0x557173600540 void 0.000119
+gallium_dri.so free 0x5571736003f0 void 0.000117
+gallium_dri.so malloc 72 0x557173600540 0.000119
+gallium_dri.so free 0x557173600600 void 0.000118
+gallium_dri.so free 0x557173600540 void 0.000115
+gallium_dri.so malloc 72 0x557173600540 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000118
+gallium_dri.so free 0x557173600540 void 0.000117
+gallium_dri.so malloc 72 0x557173600540 0.000119
+gallium_dri.so free 0x557173600780 void 0.000128
+gallium_dri.so free 0x557173600540 void 0.000119
+gallium_dri.so malloc 72 0x557173600730 0.000119
+gallium_dri.so free 0x557173600840 void 0.000118
+gallium_dri.so free 0x557173600730 void 0.000117
+gallium_dri.so malloc 72 0x5571736007f0 0.000118
+gallium_dri.so free 0x5571736008c0 void 0.000119
+gallium_dri.so free 0x5571736007f0 void 0.000125
+gallium_dri.so malloc 72 0x557173600910 0.000113
+gallium_dri.so free 0x557173600980 void 0.000110
+gallium_dri.so free 0x557173600910 void 0.000110
+gallium_dri.so malloc 72 0x5571736009a0 0.000111
+gallium_dri.so free 0x557173600a40 void 0.000110
+gallium_dri.so free 0x5571736009a0 void 0.000111
+gallium_dri.so malloc 72 0x5571736009f0 0.000110
+gallium_dri.so free 0x557173600ac0 void 0.000111
+gallium_dri.so free 0x5571736009f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736009f0 0.000111
+gallium_dri.so free 0x557173600b40 void 0.000110
+gallium_dri.so free 0x5571736009f0 void 0.000110
+gallium_dri.so malloc 72 0x557173600b40 0.000110
+gallium_dri.so free 0x557173600c00 void 0.000110
+gallium_dri.so free 0x557173600b40 void 0.000112
+gallium_dri.so malloc 72 0x557173600b40 0.000110
+gallium_dri.so free 0x557173600d00 void 0.000110
+gallium_dri.so free 0x557173600b40 void 0.000111
+gallium_dri.so malloc 72 0x557173600cb0 0.000110
+gallium_dri.so free 0x557173600d40 void 0.000110
+gallium_dri.so free 0x557173600cb0 void 0.000111
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173600e40 0.000112
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so free 0x557173600e40 void 0.000111
+gallium_dri.so malloc 72 0x557173600ec0 0.000127
+gallium_dri.so free 0x557173600f80 void 0.000121
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173600ec0 0.000118
+gallium_dri.so free 0x557173601000 void 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173601030 0.000118
+gallium_dri.so free 0x557173601080 void 0.000120
+gallium_dri.so free 0x557173601030 void 0.000124
+gallium_dri.so malloc 72 0x557173601030 0.000119
+gallium_dri.so free 0x557173601180 void 0.000118
+gallium_dri.so free 0x557173601030 void 0.000119
+gallium_dri.so malloc 72 0x5571736011c0 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000118
+gallium_dri.so free 0x5571736011c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c110 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000118
+gallium_dri.so free 0x55717360c110 void 0.000120
+gallium_dri.so malloc 72 0x55717360c1a0 0.000118
+gallium_dri.so free 0x55717360c240 void 0.000119
+gallium_dri.so free 0x55717360c1a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c1f0 0.000120
+gallium_dri.so free 0x55717360c2c0 void 0.000119
+gallium_dri.so free 0x55717360c1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c1f0 0.000119
+gallium_dri.so free 0x55717360c340 void 0.000119
+gallium_dri.so free 0x55717360c1f0 void 0.000154
+gallium_dri.so malloc 72 0x55717360c340 0.000113
+gallium_dri.so free 0x55717360c400 void 0.000111
+gallium_dri.so free 0x55717360c340 void 0.000110
+gallium_dri.so malloc 72 0x55717360c340 0.000112
+gallium_dri.so free 0x55717360c500 void 0.000110
+gallium_dri.so free 0x55717360c340 void 0.000111
+gallium_dri.so malloc 72 0x55717360c340 0.000110
+gallium_dri.so free 0x55717360c580 void 0.000110
+gallium_dri.so free 0x55717360c340 void 0.000110
+gallium_dri.so malloc 72 0x55717360c5b0 0.000111
+gallium_dri.so free 0x55717360c600 void 0.000111
+gallium_dri.so free 0x55717360c5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360c5b0 0.000111
+gallium_dri.so free 0x55717360c700 void 0.000111
+gallium_dri.so free 0x55717360c5b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360c6b0 0.000111
+gallium_dri.so free 0x55717360c7c0 void 0.000110
+gallium_dri.so free 0x55717360c6b0 void 0.000109
+gallium_dri.so malloc 72 0x55717360c770 0.000110
+gallium_dri.so free 0x55717360c800 void 0.000110
+gallium_dri.so free 0x55717360c770 void 0.000112
+gallium_dri.so malloc 72 0x55717360c770 0.000119
+gallium_dri.so free 0x55717360c8c0 void 0.000117
+gallium_dri.so free 0x55717360c770 void 0.000113
+gallium_dri.so malloc 72 0x55717360c910 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000113
+gallium_dri.so free 0x55717360c910 void 0.000112
+gallium_dri.so malloc 72 0x55717360c9c0 0.000126
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c9c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ca40 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000116
+gallium_dri.so free 0x55717360ca40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ca40 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000113
+gallium_dri.so malloc 72 0x55717360cbb0 0.000114
+gallium_dri.so free 0x55717360cc00 void 0.000115
+gallium_dri.so free 0x55717360cbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cbb0 0.000115
+gallium_dri.so free 0x55717360cd00 void 0.000115
+gallium_dri.so free 0x55717360cbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ccb0 0.000115
+gallium_dri.so free 0x55717360cdc0 void 0.000115
+gallium_dri.so free 0x55717360ccb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000122
+gallium_dri.so free 0x55717360ce40 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360ce60 0.000113
+gallium_dri.so free 0x55717360cf00 void 0.000115
+gallium_dri.so free 0x55717360ce60 void 0.000114
+gallium_dri.so malloc 72 0x55717360ceb0 0.000117
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so free 0x55717360ceb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ceb0 0.000152
+gallium_dri.so free 0x55717360d000 void 0.000126
+gallium_dri.so free 0x55717360ceb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360d000 0.000124
+gallium_dri.so free 0x55717360d0c0 void 0.000122
+gallium_dri.so free 0x55717360d000 void 0.000118
+gallium_dri.so malloc 72 0x55717360d000 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x55717360d000 void 0.000118
+gallium_dri.so malloc 72 0x55717360d000 0.000119
+gallium_dri.so free 0x55717360d240 void 0.000119
+gallium_dri.so free 0x55717360d000 void 0.000121
+gallium_dri.so malloc 72 0x55717360d1f0 0.000118
+gallium_dri.so free 0x55717360d240 void 0.000119
+gallium_dri.so free 0x55717360d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d1f0 0.000119
+gallium_dri.so free 0x55717360d340 void 0.000119
+gallium_dri.so free 0x55717360d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d2f0 0.000119
+gallium_dri.so free 0x55717360d400 void 0.000118
+gallium_dri.so free 0x55717360d2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x55717360d440 void 0.000128
+gallium_dri.so free 0x55717360d3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d3b0 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717360d3b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360d540 0.000112
+gallium_dri.so free 0x55717360d5c0 void 0.000112
+gallium_dri.so free 0x55717360d540 void 0.000111
+gallium_dri.so malloc 72 0x55717360d5c0 0.000109
+gallium_dri.so free 0x55717360d680 void 0.000110
+gallium_dri.so free 0x55717360d5c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d5c0 0.000110
+gallium_dri.so free 0x55717360d740 void 0.000111
+gallium_dri.so free 0x55717360d5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d760 0.000110
+gallium_dri.so free 0x55717360d800 void 0.000110
+gallium_dri.so free 0x55717360d760 void 0.000111
+gallium_dri.so malloc 72 0x55717360d7b0 0.000111
+gallium_dri.so free 0x55717360d880 void 0.000111
+gallium_dri.so free 0x55717360d7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360d7b0 0.000111
+gallium_dri.so free 0x55717360d900 void 0.000111
+gallium_dri.so free 0x55717360d7b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360d900 0.000110
+gallium_dri.so free 0x55717360d9c0 void 0.000111
+gallium_dri.so free 0x55717360d900 void 0.000111
+gallium_dri.so malloc 72 0x55717360d900 0.000110
+gallium_dri.so free 0x55717360da80 void 0.000112
+gallium_dri.so free 0x55717360d900 void 0.000110
+gallium_dri.so malloc 72 0x55717360d900 0.000111
+gallium_dri.so free 0x55717360db40 void 0.000110
+gallium_dri.so free 0x55717360d900 void 0.000110
+gallium_dri.so malloc 72 0x55717360daf0 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000117
+gallium_dri.so free 0x55717360daf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360dc80 void 0.000115
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dcd0 0.000114
+gallium_dri.so free 0x55717360dd40 void 0.000114
+gallium_dri.so free 0x55717360dcd0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dd60 0.000113
+gallium_dri.so free 0x55717360de00 void 0.000115
+gallium_dri.so free 0x55717360dd60 void 0.000113
+gallium_dri.so malloc 72 0x55717360ddb0 0.000113
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360ddb0 0.000117
+gallium_dri.so free 0x55717360df00 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360df00 0.000114
+gallium_dri.so free 0x55717360dfc0 void 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000112
+gallium_dri.so malloc 72 0x55717360df00 0.000114
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so free 0x55717360df00 void 0.000112
+gallium_dri.so malloc 72 0x55717360e070 0.000114
+gallium_dri.so free 0x55717360e100 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x55717360e070 void 0.000117
+gallium_dri.so malloc 72 0x55717360e200 0.000113
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so free 0x55717360e200 void 0.000115
+gallium_dri.so malloc 72 0x55717360e280 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000115
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so malloc 72 0x55717360e280 0.000114
+gallium_dri.so free 0x55717360e3c0 void 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000113
+gallium_dri.so malloc 72 0x55717360e3f0 0.000116
+gallium_dri.so free 0x55717360e440 void 0.000115
+gallium_dri.so free 0x55717360e3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e3f0 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000115
+gallium_dri.so free 0x55717360e3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e580 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so free 0x55717360e580 void 0.000115
+gallium_dri.so malloc 72 0x55717360e600 0.000114
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000115
+gallium_dri.so malloc 72 0x55717360e770 0.000114
+gallium_dri.so free 0x55717360e7c0 void 0.000126
+gallium_dri.so free 0x55717360e770 void 0.000115
+gallium_dri.so malloc 72 0x55717360e770 0.000126
+gallium_dri.so free 0x55717360e8c0 void 0.000114
+gallium_dri.so free 0x55717360e770 void 0.000115
+gallium_dri.so malloc 72 0x55717360e870 0.000114
+gallium_dri.so free 0x55717360e980 void 0.000115
+gallium_dri.so free 0x55717360e870 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000112
+gallium_dri.so free 0x55717360ea00 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000115
+gallium_dri.so malloc 72 0x55717360eb30 0.000121
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360eb30 void 0.000114
+gallium_dri.so malloc 72 0x55717360ec50 0.000115
+gallium_dri.so free 0x55717360ecc0 void 0.000115
+gallium_dri.so free 0x55717360ec50 void 0.000114
+gallium_dri.so malloc 72 0x55717360ece0 0.000113
+gallium_dri.so free 0x55717360ed80 void 0.000115
+gallium_dri.so free 0x55717360ece0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed30 0.000114
+gallium_dri.so free 0x55717360ee00 void 0.000178
+gallium_dri.so free 0x55717360ed30 void 0.000116
+gallium_dri.so malloc 72 0x55717360ee00 0.000115
+gallium_dri.so free 0x55717360eec0 void 0.000114
+gallium_dri.so free 0x55717360ee00 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee00 0.000114
+gallium_dri.so free 0x55717360ef40 void 0.000115
+gallium_dri.so free 0x55717360ee00 void 0.000113
+gallium_dri.so malloc 72 0x55717360ef40 0.000113
+gallium_dri.so free 0x55717360f000 void 0.000113
+gallium_dri.so free 0x55717360ef40 void 0.000112
+gallium_dri.so malloc 72 0x55717360ef40 0.000113
+gallium_dri.so free 0x55717360f0c0 void 0.000115
+gallium_dri.so free 0x55717360ef40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ef40 0.000112
+gallium_dri.so free 0x55717360f180 void 0.000113
+gallium_dri.so free 0x55717360ef40 void 0.000113
+gallium_dri.so malloc 72 0x55717360f130 0.000114
+gallium_dri.so free 0x55717360f200 void 0.000114
+gallium_dri.so free 0x55717360f130 void 0.000113
+gallium_dri.so malloc 72 0x55717360f250 0.000114
+gallium_dri.so free 0x55717360f2c0 void 0.000116
+gallium_dri.so free 0x55717360f250 void 0.000114
+gallium_dri.so malloc 72 0x55717360f300 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000114
+gallium_dri.so free 0x55717360f300 void 0.000114
+gallium_dri.so malloc 72 0x55717360f300 0.000113
+gallium_dri.so free 0x55717360f400 void 0.000114
+gallium_dri.so free 0x55717360f300 void 0.000117
+gallium_dri.so malloc 72 0x55717360f430 0.000115
+gallium_dri.so free 0x55717360f480 void 0.000115
+gallium_dri.so free 0x55717360f430 void 0.000113
+gallium_dri.so malloc 72 0x55717360f430 0.000113
+gallium_dri.so free 0x55717360f580 void 0.000115
+gallium_dri.so free 0x55717360f430 void 0.000112
+gallium_dri.so malloc 72 0x55717360f530 0.000112
+gallium_dri.so free 0x55717360f640 void 0.000113
+gallium_dri.so free 0x55717360f530 void 0.000112
+gallium_dri.so malloc 72 0x55717360f5f0 0.000113
+gallium_dri.so free 0x55717360f680 void 0.000113
+gallium_dri.so free 0x55717360f5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f5f0 0.000114
+gallium_dri.so free 0x55717360f740 void 0.000115
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f7b0 0.000113
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x55717360f7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f7b0 0.000113
+gallium_dri.so free 0x55717360f900 void 0.000115
+gallium_dri.so free 0x55717360f7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f8b0 0.000113
+gallium_dri.so free 0x55717360f9c0 void 0.000114
+gallium_dri.so free 0x55717360f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000112
+gallium_dri.so free 0x55717360fa00 void 0.000114
+gallium_dri.so free 0x55717360f970 void 0.000126
+gallium_dri.so malloc 72 0x55717360f970 0.000115
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb00 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so free 0x55717360fb00 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb80 0.000114
+gallium_dri.so free 0x55717360fc40 void 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb80 0.000116
+gallium_dri.so free 0x55717360fd00 void 0.000115
+gallium_dri.so free 0x55717360fb80 void 0.000113
+gallium_dri.so malloc 72 0x55717360fd20 0.000113
+gallium_dri.so free 0x55717360fdc0 void 0.000115
+gallium_dri.so free 0x55717360fd20 void 0.000114
+gallium_dri.so malloc 72 0x55717360fd70 0.000113
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so free 0x55717360fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fd70 0.000113
+gallium_dri.so free 0x55717360fec0 void 0.000114
+gallium_dri.so free 0x55717360fd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360fec0 0.000117
+gallium_dri.so free 0x55717360ff80 void 0.000115
+gallium_dri.so free 0x55717360fec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fec0 0.000114
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so free 0x55717360fec0 void 0.000179
+gallium_dri.so malloc 72 0x55717360fec0 0.000117
+gallium_dri.so free 0x557173610100 void 0.000114
+gallium_dri.so free 0x55717360fec0 void 0.000114
+gallium_dri.so malloc 72 0x5571736100b0 0.000113
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x5571736100b0 void 0.000125
+gallium_dri.so malloc 72 0x557173610170 0.000114
+gallium_dri.so free 0x557173610240 void 0.000114
+gallium_dri.so free 0x557173610170 void 0.000113
+gallium_dri.so malloc 72 0x557173610290 0.000114
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x557173610290 void 0.000113
+gallium_dri.so malloc 72 0x557173610320 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000114
+gallium_dri.so free 0x557173610320 void 0.000113
+gallium_dri.so malloc 72 0x557173610370 0.000113
+gallium_dri.so free 0x557173610440 void 0.000116
+gallium_dri.so free 0x557173610370 void 0.000113
+gallium_dri.so malloc 72 0x557173610370 0.000112
+gallium_dri.so free 0x5571736104c0 void 0.000116
+gallium_dri.so free 0x557173610370 void 0.000112
+gallium_dri.so malloc 72 0x5571736104c0 0.000113
+gallium_dri.so free 0x557173610580 void 0.000115
+gallium_dri.so free 0x5571736104c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736104c0 0.000114
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x5571736104c0 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x5571736106c0 void 0.000115
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x5571736107c0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000114
+gallium_dri.so free 0x5571736107c0 void 0.000112
+gallium_dri.so malloc 72 0x557173610840 0.000115
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so malloc 72 0x557173610840 0.000112
+gallium_dri.so free 0x557173610980 void 0.000114
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so malloc 72 0x5571736109b0 0.000113
+gallium_dri.so free 0x557173610a00 void 0.000114
+gallium_dri.so free 0x5571736109b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736109b0 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000115
+gallium_dri.so free 0x5571736109b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610b40 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000116
+gallium_dri.so free 0x557173610b40 void 0.000113
+gallium_dri.so malloc 72 0x557173610bc0 0.000114
+gallium_dri.so free 0x557173610c80 void 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173610bc0 0.000127
+gallium_dri.so free 0x557173610d00 void 0.000115
+gallium_dri.so free 0x557173610bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173610d30 0.000113
+gallium_dri.so free 0x557173610d80 void 0.000114
+gallium_dri.so free 0x557173610d30 void 0.000113
+gallium_dri.so malloc 72 0x557173610d30 0.000113
+gallium_dri.so free 0x557173610e80 void 0.000114
+gallium_dri.so free 0x557173610d30 void 0.000113
+gallium_dri.so malloc 72 0x557173610e30 0.000113
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x557173610e30 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000115
+gallium_dri.so free 0x557173610fc0 void 0.000114
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000114
+gallium_dri.so free 0x557173610ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173610ef0 0.000114
+gallium_dri.so free 0x557173611140 void 0.000115
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571736110f0 0.000114
+gallium_dri.so free 0x5571736111c0 void 0.000115
+gallium_dri.so free 0x5571736110f0 void 0.000114
+gallium_dri.so malloc 72 0x557173611210 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x557173611210 void 0.000113
+gallium_dri.so malloc 72 0x557173611210 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000117
+gallium_dri.so free 0x557173611210 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe70 0.000115
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so free 0x5571735bfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x5571735bff80 void 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x5571735c0080 void 0.000116
+gallium_dri.so free 0x5571735bfec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0030 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735c0030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x5571735c0180 void 0.000115
+gallium_dri.so free 0x5571735c00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0280 0.000114
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0300 0.000118
+gallium_dri.so free 0x5571735c03c0 void 0.000124
+gallium_dri.so free 0x5571735c0300 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0300 0.000134
+gallium_dri.so free 0x5571735c0440 void 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0300 0.000120
+gallium_dri.so free 0x5571735c0500 void 0.000119
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0300 0.000115
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000129
+gallium_dri.so free 0x5571735c0570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0690 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000115
+gallium_dri.so free 0x5571735c0690 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0720 0.000114
+gallium_dri.so free 0x5571735c07c0 void 0.000114
+gallium_dri.so free 0x5571735c0720 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0770 0.000114
+gallium_dri.so free 0x5571735c0840 void 0.000116
+gallium_dri.so free 0x5571735c0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0770 0.000115
+gallium_dri.so free 0x5571735c0940 void 0.000115
+gallium_dri.so free 0x5571735c0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08f0 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000115
+gallium_dri.so free 0x5571735c08f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a10 0.000121
+gallium_dri.so free 0x5571735c0a80 void 0.000116
+gallium_dri.so free 0x5571735c0a10 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0aa0 0.000114
+gallium_dri.so free 0x5571735c0b40 void 0.000115
+gallium_dri.so free 0x5571735c0aa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0af0 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000116
+gallium_dri.so free 0x5571735c0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0af0 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000114
+gallium_dri.so free 0x5571735c0af0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0c40 0.000114
+gallium_dri.so free 0x5571735c0d00 void 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0c40 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0c40 0.000114
+gallium_dri.so free 0x5571735c0e80 void 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000113
+gallium_dri.so free 0x5571735c0f00 void 0.000116
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000116
+gallium_dri.so free 0x5571735c1000 void 0.000115
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0fb0 0.000115
+gallium_dri.so free 0x5571735c10c0 void 0.000112
+gallium_dri.so free 0x5571735c0fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1070 0.000122
+gallium_dri.so free 0x5571735c1100 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000112
+gallium_dri.so free 0x5571735c1070 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1210 0.000124
+gallium_dri.so free 0x5571735c1280 void 0.000181
+gallium_dri.so free 0x5571735c1210 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12c0 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000112
+gallium_dri.so free 0x5571735c12c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1340 0.000123
+gallium_dri.so free 0x5571735c1400 void 0.000122
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1340 0.000120
+gallium_dri.so free 0x5571735c1480 void 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c1500 void 0.000120
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x5571735c1600 void 0.000131
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c15b0 0.000120
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so free 0x5571735c15b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1670 0.000120
+gallium_dri.so free 0x5571735c1740 void 0.000119
+gallium_dri.so free 0x5571735c1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1760 0.000121
+gallium_dri.so free 0x5571735c1800 void 0.000120
+gallium_dri.so free 0x5571735c1760 void 0.000120
+gallium_dri.so malloc 72 0x5571735c17b0 0.000119
+gallium_dri.so free 0x5571735c1880 void 0.000120
+gallium_dri.so free 0x5571735c17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c17b0 0.000120
+gallium_dri.so free 0x5571735c1900 void 0.000119
+gallium_dri.so free 0x5571735c17b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1900 0.000125
+gallium_dri.so free 0x5571735c19c0 void 0.000121
+gallium_dri.so free 0x5571735c1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1900 0.000129
+gallium_dri.so free 0x5571735c1a80 void 0.000172
+gallium_dri.so free 0x5571735c1900 void 0.000177
+gallium_dri.so malloc 72 0x5571735c1900 0.000182
+gallium_dri.so free 0x5571735c1b40 void 0.000190
+gallium_dri.so free 0x5571735c1900 void 0.000181
+gallium_dri.so malloc 72 0x5571735c1af0 0.000179
+gallium_dri.so free 0x5571735c1b40 void 0.000183
+gallium_dri.so free 0x5571735c1af0 void 0.000182
+gallium_dri.so malloc 72 0x5571735c1af0 0.000178
+gallium_dri.so free 0x5571735c1c40 void 0.000183
+gallium_dri.so free 0x5571735c1af0 void 0.000181
+gallium_dri.so malloc 72 0x5571735c1bf0 0.000183
+gallium_dri.so free 0x5571735c1d00 void 0.000182
+gallium_dri.so free 0x5571735c1bf0 void 0.000180
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000181
+gallium_dri.so free 0x5571735c1d40 void 0.000180
+gallium_dri.so free 0x5571735c1cb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000178
+gallium_dri.so free 0x5571735c1e00 void 0.000182
+gallium_dri.so free 0x5571735c1cb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735c1e40 0.000182
+gallium_dri.so free 0x5571735c1ec0 void 0.000191
+gallium_dri.so free 0x5571735c1e40 void 0.000180
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000189
+gallium_dri.so free 0x5571735c1f80 void 0.000271
+gallium_dri.so free 0x5571735c1ec0 void 0.000183
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000179
+gallium_dri.so free 0x5571735c2040 void 0.000186
+gallium_dri.so free 0x5571735c1ec0 void 0.000182
+gallium_dri.so malloc 72 0x5571735c2060 0.000180
+gallium_dri.so free 0x5571735c2100 void 0.000180
+gallium_dri.so free 0x5571735c2060 void 0.000178
+gallium_dri.so malloc 72 0x5571735c20b0 0.000187
+gallium_dri.so free 0x5571735c2180 void 0.000188
+gallium_dri.so free 0x5571735c20b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735c20b0 0.000249
+gallium_dri.so free 0x5571735c2200 void 0.000248
+gallium_dri.so free 0x5571735c20b0 void 0.000231
+gallium_dri.so malloc 72 0x5571735c2200 0.000163
+gallium_dri.so free 0x5571735c22c0 void 0.000125
+gallium_dri.so free 0x5571735c2200 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2200 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000115
+gallium_dri.so free 0x5571735c2200 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2200 0.000119
+gallium_dri.so free 0x5571735c2440 void 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c23f0 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735c23f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c24b0 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000116
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c25d0 0.000113
+gallium_dri.so free 0x5571735c2640 void 0.000131
+gallium_dri.so free 0x5571735c25d0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c2660 0.000143
+gallium_dri.so free 0x5571735c2700 void 0.000143
+gallium_dri.so free 0x5571735c2660 void 0.000144
+gallium_dri.so malloc 72 0x5571735c26b0 0.000144
+gallium_dri.so free 0x5571735c2780 void 0.000164
+gallium_dri.so free 0x5571735c26b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c26b0 0.000142
+gallium_dri.so free 0x5571735c2800 void 0.000143
+gallium_dri.so free 0x5571735c26b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2800 0.000144
+gallium_dri.so free 0x5571735c28c0 void 0.000142
+gallium_dri.so free 0x5571735c2800 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2800 0.000143
+gallium_dri.so free 0x5571735c29c0 void 0.000143
+gallium_dri.so free 0x5571735c2800 void 0.000143
+gallium_dri.so malloc 72 0x5571735c2970 0.000143
+gallium_dri.so free 0x5571735c2a00 void 0.000145
+gallium_dri.so free 0x5571735c2970 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2970 0.000144
+gallium_dri.so free 0x5571735c2ac0 void 0.000144
+gallium_dri.so free 0x5571735c2970 void 0.000158
+gallium_dri.so malloc 72 0x5571735c2b00 0.000164
+gallium_dri.so free 0x5571735c2b80 void 0.000144
+gallium_dri.so free 0x5571735c2b00 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2b80 0.000144
+gallium_dri.so free 0x5571735c2c40 void 0.000186
+gallium_dri.so free 0x5571735c2b80 void 0.000172
+gallium_dri.so malloc 72 0x5571735c2b80 0.000170
+gallium_dri.so free 0x5571735c2cc0 void 0.000155
+gallium_dri.so free 0x5571735c2b80 void 0.000145
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000144
+gallium_dri.so free 0x5571735c2d40 void 0.000144
+gallium_dri.so free 0x5571735c2cf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000144
+gallium_dri.so free 0x5571735c2e40 void 0.000143
+gallium_dri.so free 0x5571735c2cf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2e80 0.000144
+gallium_dri.so free 0x5571735c2f00 void 0.000143
+gallium_dri.so free 0x5571735c2e80 void 0.000150
+gallium_dri.so malloc 72 0x5571735c2f00 0.000124
+gallium_dri.so free 0x5571735c2fc0 void 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f00 0.000163
+gallium_dri.so free 0x5571735c3040 void 0.000156
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3070 0.000115
+gallium_dri.so free 0x5571735c30c0 void 0.000113
+gallium_dri.so free 0x5571735c3070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3070 0.000111
+gallium_dri.so free 0x5571735c31c0 void 0.000112
+gallium_dri.so free 0x5571735c3070 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3170 0.000110
+gallium_dri.so free 0x5571735c3280 void 0.000110
+gallium_dri.so free 0x5571735c3170 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3230 0.000110
+gallium_dri.so free 0x5571735c3300 void 0.000111
+gallium_dri.so free 0x5571735c3230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3230 0.000122
+gallium_dri.so free 0x5571735c33c0 void 0.000125
+gallium_dri.so free 0x5571735c3230 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3230 0.000129
+gallium_dri.so free 0x5571735c3480 void 0.000122
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000114
+gallium_dri.so free 0x5571735c3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3550 0.000114
+gallium_dri.so free 0x5571735c35c0 void 0.000114
+gallium_dri.so free 0x5571735c3550 void 0.000113
+gallium_dri.so malloc 72 0x5571735c35e0 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000113
+gallium_dri.so free 0x5571735c35e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000126
+gallium_dri.so free 0x5571735c3700 void 0.000124
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3700 0.000126
+gallium_dri.so free 0x5571735c37c0 void 0.000126
+gallium_dri.so free 0x5571735c3700 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3700 0.000120
+gallium_dri.so free 0x5571735c3840 void 0.000123
+gallium_dri.so free 0x5571735c3700 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3840 0.000122
+gallium_dri.so free 0x5571735c3900 void 0.000119
+gallium_dri.so free 0x5571735c3840 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3840 0.000132
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x5571735c3840 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3840 0.000112
+gallium_dri.so free 0x5571735c3a80 void 0.000110
+gallium_dri.so free 0x5571735c3840 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3a30 0.000109
+gallium_dri.so free 0x5571735c3b00 void 0.000110
+gallium_dri.so free 0x5571735c3a30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3b50 0.000110
+gallium_dri.so free 0x5571735c3bc0 void 0.000109
+gallium_dri.so free 0x5571735c3b50 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3c00 0.000109
+gallium_dri.so free 0x5571735c3c80 void 0.000109
+gallium_dri.so free 0x5571735c3c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3c00 0.000112
+gallium_dri.so free 0x5571735c3d00 void 0.000110
+gallium_dri.so free 0x5571735c3c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3d30 0.000116
+gallium_dri.so free 0x5571735c3d80 void 0.000113
+gallium_dri.so free 0x5571735c3d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000116
+gallium_dri.so free 0x5571735c3e80 void 0.000118
+gallium_dri.so free 0x5571735c3d30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3e30 0.000120
+gallium_dri.so free 0x5571735c3f40 void 0.000117
+gallium_dri.so free 0x5571735c3e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x5571735c3f80 void 0.000117
+gallium_dri.so free 0x5571735c3ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000118
+gallium_dri.so free 0x5571735c4040 void 0.000117
+gallium_dri.so free 0x5571735c3ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c40b0 0.000117
+gallium_dri.so free 0x5571735c4100 void 0.000117
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000117
+gallium_dri.so free 0x5571735c4200 void 0.000119
+gallium_dri.so free 0x5571735c40b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c41b0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000117
+gallium_dri.so free 0x5571735c41b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000117
+gallium_dri.so free 0x5571735c4300 void 0.000124
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4270 0.000111
+gallium_dri.so free 0x5571735c43c0 void 0.000110
+gallium_dri.so free 0x5571735c4270 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4400 0.000111
+gallium_dri.so free 0x5571735c4480 void 0.000110
+gallium_dri.so free 0x5571735c4400 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4480 0.000111
+gallium_dri.so free 0x5571735c4540 void 0.000111
+gallium_dri.so free 0x5571735c4480 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4480 0.000110
+gallium_dri.so free 0x5571735c4600 void 0.000110
+gallium_dri.so free 0x5571735c4480 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4620 0.000110
+gallium_dri.so free 0x5571735c46c0 void 0.000110
+gallium_dri.so free 0x5571735c4620 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4670 0.000110
+gallium_dri.so free 0x5571735c4740 void 0.000110
+gallium_dri.so free 0x5571735c4670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4670 0.000174
+gallium_dri.so free 0x5571735c47c0 void 0.000191
+gallium_dri.so free 0x5571735c4670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c47c0 0.000115
+gallium_dri.so free 0x5571735c4880 void 0.000109
+gallium_dri.so free 0x5571735c47c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c47c0 0.000109
+gallium_dri.so free 0x5571735c4940 void 0.000112
+gallium_dri.so free 0x5571735c47c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c47c0 0.000116
+gallium_dri.so free 0x5571735c4a00 void 0.000116
+gallium_dri.so free 0x5571735c47c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c49b0 0.000116
+gallium_dri.so free 0x5571735c4ac0 void 0.000117
+gallium_dri.so free 0x5571735c49b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b90 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b90 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c20 0.000115
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4c20 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c70 0.000115
+gallium_dri.so free 0x5571735c4d40 void 0.000115
+gallium_dri.so free 0x5571735c4c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c70 0.000116
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so free 0x5571735c4c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000167
+gallium_dri.so free 0x5571735c4e80 void 0.000118
+gallium_dri.so free 0x5571735c4dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000116
+gallium_dri.so free 0x5571735c4f80 void 0.000162
+gallium_dri.so free 0x5571735c4dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735c4fc0 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f30 0.000117
+gallium_dri.so free 0x557173469a00 void 0.000117
+gallium_dri.so free 0x5571735c4f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4f30 0.000117
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000118
+gallium_dri.so free 0x557173469b40 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000115
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173469a80 void 0.000118
+gallium_dri.so malloc 72 0x557173469a80 0.000119
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469a80 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x557173469c70 void 0.000117
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x557173469dc0 void 0.000119
+gallium_dri.so free 0x557173469c70 void 0.000118
+gallium_dri.so malloc 72 0x557173469d70 0.000120
+gallium_dri.so free 0x557173469e80 void 0.000112
+gallium_dri.so free 0x557173469d70 void 0.000111
+gallium_dri.so malloc 72 0x557173469e30 0.000112
+gallium_dri.so free 0x557173469ec0 void 0.000112
+gallium_dri.so free 0x557173469e30 void 0.000110
+gallium_dri.so malloc 72 0x557173469e30 0.000113
+gallium_dri.so free 0x557173469f80 void 0.000112
+gallium_dri.so free 0x557173469e30 void 0.000109
+gallium_dri.so malloc 72 0x557173469fc0 0.000111
+gallium_dri.so free 0x55717346a040 void 0.000110
+gallium_dri.so free 0x557173469fc0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a040 0.000109
+gallium_dri.so free 0x55717346a100 void 0.000112
+gallium_dri.so free 0x55717346a040 void 0.000109
+gallium_dri.so malloc 72 0x55717346a040 0.000110
+gallium_dri.so free 0x55717346a1c0 void 0.000110
+gallium_dri.so free 0x55717346a040 void 0.000109
+gallium_dri.so malloc 72 0x55717346a1e0 0.000109
+gallium_dri.so free 0x55717346a280 void 0.000112
+gallium_dri.so free 0x55717346a1e0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a230 0.000111
+gallium_dri.so free 0x55717346a300 void 0.000112
+gallium_dri.so free 0x55717346a230 void 0.000112
+gallium_dri.so malloc 72 0x55717346a230 0.000111
+gallium_dri.so free 0x55717346a380 void 0.000110
+gallium_dri.so free 0x55717346a230 void 0.000111
+gallium_dri.so malloc 72 0x55717346a380 0.000110
+gallium_dri.so free 0x55717346a440 void 0.000112
+gallium_dri.so free 0x55717346a380 void 0.000123
+gallium_dri.so malloc 72 0x55717346a380 0.000112
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so free 0x55717346a380 void 0.000114
+gallium_dri.so malloc 72 0x55717346a380 0.000116
+gallium_dri.so free 0x55717346a5c0 void 0.000115
+gallium_dri.so free 0x55717346a380 void 0.000117
+gallium_dri.so malloc 72 0x55717346a570 0.000115
+gallium_dri.so free 0x55717346a680 void 0.000124
+gallium_dri.so free 0x55717346a570 void 0.000117
+gallium_dri.so malloc 72 0x55717346a630 0.000116
+gallium_dri.so free 0x55717346a700 void 0.000115
+gallium_dri.so free 0x55717346a630 void 0.000116
+gallium_dri.so malloc 72 0x55717346a750 0.000121
+gallium_dri.so free 0x55717346a7c0 void 0.000114
+gallium_dri.so free 0x55717346a750 void 0.000114
+gallium_dri.so malloc 72 0x55717346a7e0 0.000116
+gallium_dri.so free 0x55717346a880 void 0.000115
+gallium_dri.so free 0x55717346a7e0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a830 0.000115
+gallium_dri.so free 0x55717346a900 void 0.000117
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000115
+gallium_dri.so free 0x55717346a980 void 0.000116
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x55717346a980 0.000116
+gallium_dri.so free 0x55717346aa40 void 0.000153
+gallium_dri.so free 0x55717346a980 void 0.000119
+gallium_dri.so malloc 72 0x55717346a980 0.000113
+gallium_dri.so free 0x55717346ab40 void 0.000114
+gallium_dri.so free 0x55717346a980 void 0.000115
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x55717346ab80 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346aaf0 0.000116
+gallium_dri.so free 0x55717346ac40 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac80 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac80 void 0.000114
+gallium_dri.so malloc 72 0x55717346ad00 0.000115
+gallium_dri.so free 0x55717346adc0 void 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ad00 0.000116
+gallium_dri.so free 0x55717346ae40 void 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000116
+gallium_dri.so malloc 72 0x55717346ae70 0.000116
+gallium_dri.so free 0x55717346aec0 void 0.000117
+gallium_dri.so free 0x55717346ae70 void 0.000116
+gallium_dri.so malloc 72 0x55717346ae70 0.000117
+gallium_dri.so free 0x55717346afc0 void 0.000116
+gallium_dri.so free 0x55717346ae70 void 0.000115
+gallium_dri.so malloc 72 0x55717346b000 0.000116
+gallium_dri.so free 0x55717346b080 void 0.000129
+gallium_dri.so free 0x55717346b000 void 0.000115
+gallium_dri.so malloc 72 0x55717346b080 0.000115
+gallium_dri.so free 0x55717346b140 void 0.000115
+gallium_dri.so free 0x55717346b080 void 0.000116
+gallium_dri.so malloc 72 0x55717346b080 0.000114
+gallium_dri.so free 0x55717346b1c0 void 0.000114
+gallium_dri.so free 0x55717346b080 void 0.000115
+gallium_dri.so malloc 72 0x55717346b1f0 0.000112
+gallium_dri.so free 0x55717346b240 void 0.000116
+gallium_dri.so free 0x55717346b1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b1f0 0.000115
+gallium_dri.so free 0x55717346b340 void 0.000115
+gallium_dri.so free 0x55717346b1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b2f0 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x55717346b2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x55717346b480 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717346b3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b3b0 0.000115
+gallium_dri.so free 0x55717346b600 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5b0 0.000113
+gallium_dri.so free 0x55717346b680 void 0.000127
+gallium_dri.so free 0x55717346b5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b6d0 0.000114
+gallium_dri.so free 0x55717346b740 void 0.000121
+gallium_dri.so free 0x55717346b6d0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b760 0.000114
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b760 void 0.000115
+gallium_dri.so malloc 72 0x55717346b7b0 0.000115
+gallium_dri.so free 0x55717346b880 void 0.000121
+gallium_dri.so free 0x55717346b7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b880 0.000115
+gallium_dri.so free 0x55717346b940 void 0.000115
+gallium_dri.so free 0x55717346b880 void 0.000118
+gallium_dri.so malloc 72 0x55717346b880 0.000118
+gallium_dri.so free 0x55717346b9c0 void 0.000116
+gallium_dri.so free 0x55717346b880 void 0.000118
+gallium_dri.so malloc 72 0x55717346b9c0 0.000124
+gallium_dri.so free 0x55717346ba80 void 0.000123
+gallium_dri.so free 0x55717346b9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b9c0 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000122
+gallium_dri.so free 0x55717346b9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b9c0 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000116
+gallium_dri.so free 0x55717346b9c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346bbb0 0.000114
+gallium_dri.so free 0x55717346bc80 void 0.000115
+gallium_dri.so free 0x55717346bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bcd0 0.000119
+gallium_dri.so free 0x55717346bd40 void 0.000115
+gallium_dri.so free 0x55717346bcd0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bd80 0.000119
+gallium_dri.so free 0x55717346be00 void 0.000123
+gallium_dri.so free 0x55717346bd80 void 0.000125
+gallium_dri.so malloc 72 0x55717346bd80 0.000124
+gallium_dri.so free 0x55717346be80 void 0.000124
+gallium_dri.so free 0x55717346bd80 void 0.000124
+gallium_dri.so malloc 72 0x55717346beb0 0.000122
+gallium_dri.so free 0x55717346bf00 void 0.000122
+gallium_dri.so free 0x55717346beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346beb0 0.000115
+gallium_dri.so free 0x55717346c000 void 0.000121
+gallium_dri.so free 0x55717346beb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346bfb0 0.000124
+gallium_dri.so free 0x55717346c0c0 void 0.000123
+gallium_dri.so free 0x55717346bfb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c070 0.000115
+gallium_dri.so free 0x55717346c100 void 0.000127
+gallium_dri.so free 0x55717346c070 void 0.000122
+gallium_dri.so malloc 72 0x55717346c070 0.000115
+gallium_dri.so free 0x55717346c1c0 void 0.000115
+gallium_dri.so free 0x55717346c070 void 0.000119
+gallium_dri.so malloc 72 0x55717346c230 0.000124
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000150
+gallium_dri.so malloc 72 0x55717346c230 0.000162
+gallium_dri.so free 0x55717346c380 void 0.000158
+gallium_dri.so free 0x55717346c230 void 0.000160
+gallium_dri.so malloc 72 0x55717346c330 0.000124
+gallium_dri.so free 0x55717346c440 void 0.000119
+gallium_dri.so free 0x55717346c330 void 0.000114
+gallium_dri.so malloc 72 0x55717346c3f0 0.000114
+gallium_dri.so free 0x55717346c480 void 0.000114
+gallium_dri.so free 0x55717346c3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c3f0 0.000133
+gallium_dri.so free 0x55717346c540 void 0.000129
+gallium_dri.so free 0x55717346c3f0 void 0.000164
+gallium_dri.so malloc 72 0x55717346c580 0.000130
+gallium_dri.so free 0x55717346c600 void 0.000167
+gallium_dri.so free 0x55717346c580 void 0.000166
+gallium_dri.so malloc 72 0x55717346c600 0.000165
+gallium_dri.so free 0x55717346c6c0 void 0.000167
+gallium_dri.so free 0x55717346c600 void 0.000130
+gallium_dri.so malloc 72 0x55717346c600 0.000127
+gallium_dri.so free 0x55717346c780 void 0.000120
+gallium_dri.so free 0x55717346c600 void 0.000125
+gallium_dri.so malloc 72 0x55717346c7a0 0.000125
+gallium_dri.so free 0x55717346c840 void 0.000121
+gallium_dri.so free 0x55717346c7a0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c7f0 0.000120
+gallium_dri.so free 0x55717346c8c0 void 0.000125
+gallium_dri.so free 0x55717346c7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c7f0 0.000129
+gallium_dri.so free 0x55717346c940 void 0.000124
+gallium_dri.so free 0x55717346c7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346c940 0.000125
+gallium_dri.so free 0x55717346ca00 void 0.000130
+gallium_dri.so free 0x55717346c940 void 0.000125
+gallium_dri.so malloc 72 0x55717346c940 0.000121
+gallium_dri.so free 0x55717346cac0 void 0.000121
+gallium_dri.so free 0x55717346c940 void 0.000132
+gallium_dri.so malloc 72 0x55717346c940 0.000130
+gallium_dri.so free 0x55717346cb80 void 0.000130
+gallium_dri.so free 0x55717346c940 void 0.000124
+gallium_dri.so malloc 72 0x55717346cb30 0.000121
+gallium_dri.so free 0x55717346cc40 void 0.000120
+gallium_dri.so free 0x55717346cb30 void 0.000138
+gallium_dri.so malloc 72 0x55717346cbf0 0.000131
+gallium_dri.so free 0x55717346ccc0 void 0.000128
+gallium_dri.so free 0x55717346cbf0 void 0.000129
+gallium_dri.so malloc 72 0x55717346cd10 0.000125
+gallium_dri.so free 0x55717346cd80 void 0.000126
+gallium_dri.so free 0x55717346cd10 void 0.000125
+gallium_dri.so malloc 72 0x55717346cda0 0.000126
+gallium_dri.so free 0x55717346ce40 void 0.000125
+gallium_dri.so free 0x55717346cda0 void 0.000124
+gallium_dri.so malloc 72 0x55717346cdf0 0.000128
+gallium_dri.so free 0x55717346cec0 void 0.000129
+gallium_dri.so free 0x55717346cdf0 void 0.000175
+gallium_dri.so malloc 72 0x55717346cdf0 0.000127
+gallium_dri.so free 0x55717346cf40 void 0.000130
+gallium_dri.so free 0x55717346cdf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cf40 0.000131
+gallium_dri.so free 0x55717346d000 void 0.000130
+gallium_dri.so free 0x55717346cf40 void 0.000132
+gallium_dri.so malloc 72 0x55717346cf40 0.000130
+gallium_dri.so free 0x55717346d100 void 0.000130
+gallium_dri.so free 0x55717346cf40 void 0.000126
+gallium_dri.so malloc 72 0x55717346d0b0 0.000121
+gallium_dri.so free 0x55717346d140 void 0.000126
+gallium_dri.so free 0x55717346d0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d0b0 0.000125
+gallium_dri.so free 0x55717346d200 void 0.000122
+gallium_dri.so free 0x55717346d0b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d240 0.000125
+gallium_dri.so free 0x55717346d2c0 void 0.000132
+gallium_dri.so free 0x55717346d240 void 0.000125
+gallium_dri.so malloc 72 0x55717346d2c0 0.000121
+gallium_dri.so free 0x55717346d380 void 0.000121
+gallium_dri.so free 0x55717346d2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717346d2c0 0.000124
+gallium_dri.so free 0x55717346d400 void 0.000121
+gallium_dri.so free 0x55717346d2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d430 0.000124
+gallium_dri.so free 0x55717346d480 void 0.000190
+gallium_dri.so free 0x55717346d430 void 0.000125
+gallium_dri.so malloc 72 0x55717346d430 0.000125
+gallium_dri.so free 0x55717346d580 void 0.000123
+gallium_dri.so free 0x55717346d430 void 0.000111
+gallium_dri.so malloc 72 0x55717346d5c0 0.000259
+gallium_dri.so free 0x55717346d640 void 0.000239
+gallium_dri.so free 0x55717346d5c0 void 0.000164
+gallium_dri.so malloc 72 0x55717346d640 0.000167
+gallium_dri.so free 0x55717346d700 void 0.000186
+gallium_dri.so free 0x55717346d640 void 0.000228
+gallium_dri.so malloc 72 0x55717346d640 0.000224
+gallium_dri.so free 0x55717346d780 void 0.000224
+gallium_dri.so free 0x55717346d640 void 0.000131
+gallium_dri.so malloc 72 0x55717346d7b0 0.000131
+gallium_dri.so free 0x55717346d800 void 0.000131
+gallium_dri.so free 0x55717346d7b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d7b0 0.000121
+gallium_dri.so free 0x55717346d900 void 0.000139
+gallium_dri.so free 0x55717346d7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d8b0 0.000130
+gallium_dri.so free 0x55717346d9c0 void 0.000128
+gallium_dri.so free 0x55717346d8b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d970 0.000129
+gallium_dri.so free 0x55717346da40 void 0.000162
+gallium_dri.so free 0x55717346d970 void 0.000122
+gallium_dri.so malloc 72 0x55717346d970 0.000126
+gallium_dri.so free 0x55717346db00 void 0.000130
+gallium_dri.so free 0x55717346d970 void 0.000143
+gallium_dri.so malloc 72 0x55717346d970 0.000130
+gallium_dri.so free 0x55717346dbc0 void 0.000128
+gallium_dri.so free 0x55717346d970 void 0.000129
+gallium_dri.so malloc 72 0x55717346db70 0.000129
+gallium_dri.so free 0x55717346dc40 void 0.000188
+gallium_dri.so free 0x55717346db70 void 0.000237
+gallium_dri.so malloc 72 0x55717346dc90 0.000130
+gallium_dri.so free 0x55717346dd00 void 0.000128
+gallium_dri.so free 0x55717346dc90 void 0.000139
+gallium_dri.so malloc 72 0x55717346dd20 0.000164
+gallium_dri.so free 0x55717346ddc0 void 0.000121
+gallium_dri.so free 0x55717346dd20 void 0.000124
+gallium_dri.so malloc 72 0x55717346dd70 0.000130
+gallium_dri.so free 0x55717346de40 void 0.000132
+gallium_dri.so free 0x55717346dd70 void 0.000146
+gallium_dri.so malloc 72 0x55717346de40 0.000130
+gallium_dri.so free 0x55717346df00 void 0.000124
+gallium_dri.so free 0x55717346de40 void 0.000123
+gallium_dri.so malloc 72 0x55717346de40 0.000130
+gallium_dri.so free 0x55717346df80 void 0.000224
+gallium_dri.so free 0x55717346de40 void 0.000130
+gallium_dri.so malloc 72 0x55717346df80 0.000129
+gallium_dri.so free 0x55717346e040 void 0.000130
+gallium_dri.so free 0x55717346df80 void 0.000130
+gallium_dri.so malloc 72 0x55717346df80 0.000131
+gallium_dri.so free 0x55717346e100 void 0.000131
+gallium_dri.so free 0x55717346df80 void 0.000131
+gallium_dri.so malloc 72 0x55717346df80 0.000224
+gallium_dri.so free 0x55717346e1c0 void 0.000271
+gallium_dri.so free 0x55717346df80 void 0.000238
+gallium_dri.so malloc 72 0x55717346e170 0.000224
+gallium_dri.so free 0x55717346e240 void 0.000224
+gallium_dri.so free 0x55717346e170 void 0.000130
+gallium_dri.so malloc 72 0x55717346e290 0.000125
+gallium_dri.so free 0x55717346e300 void 0.000122
+gallium_dri.so free 0x55717346e290 void 0.000126
+gallium_dri.so malloc 72 0x55717346e340 0.000130
+gallium_dri.so free 0x55717346e3c0 void 0.000129
+gallium_dri.so free 0x55717346e340 void 0.000131
+gallium_dri.so malloc 72 0x55717346e340 0.000129
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e340 void 0.000125
+gallium_dri.so malloc 72 0x55717346e470 0.000122
+gallium_dri.so free 0x55717346e4c0 void 0.000127
+gallium_dri.so free 0x55717346e470 void 0.000174
+gallium_dri.so malloc 72 0x55717346e470 0.000165
+gallium_dri.so free 0x55717346e5c0 void 0.000173
+gallium_dri.so free 0x55717346e470 void 0.000123
+gallium_dri.so malloc 72 0x55717346e570 0.000122
+gallium_dri.so free 0x55717346e680 void 0.000120
+gallium_dri.so free 0x55717346e570 void 0.000120
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x55717346e6c0 void 0.000120
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x55717346e780 void 0.000121
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000121
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so free 0x55717346e7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e7f0 0.000144
+gallium_dri.so free 0x55717346e940 void 0.000122
+gallium_dri.so free 0x55717346e7f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e8f0 0.000121
+gallium_dri.so free 0x55717346ea00 void 0.000120
+gallium_dri.so free 0x55717346e8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e9b0 0.000119
+gallium_dri.so free 0x55717346ea40 void 0.000121
+gallium_dri.so free 0x55717346e9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e9b0 0.000119
+gallium_dri.so free 0x55717346eb00 void 0.000119
+gallium_dri.so free 0x55717346e9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346eb40 0.000135
+gallium_dri.so free 0x55717346ebc0 void 0.000124
+gallium_dri.so free 0x55717346eb40 void 0.000121
+gallium_dri.so malloc 72 0x55717346ebc0 0.000122
+gallium_dri.so free 0x55717346ec80 void 0.000123
+gallium_dri.so free 0x55717346ebc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346ebc0 0.000123
+gallium_dri.so free 0x55717346ed40 void 0.000120
+gallium_dri.so free 0x55717346ebc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346ed60 0.000122
+gallium_dri.so free 0x55717346ee00 void 0.000122
+gallium_dri.so free 0x55717346ed60 void 0.000120
+gallium_dri.so malloc 72 0x55717346edb0 0.000122
+gallium_dri.so free 0x55717346ee80 void 0.000122
+gallium_dri.so free 0x55717346edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346edb0 0.000123
+gallium_dri.so free 0x55717346ef00 void 0.000123
+gallium_dri.so free 0x55717346edb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346ef00 0.000120
+gallium_dri.so free 0x55717346efc0 void 0.000122
+gallium_dri.so free 0x55717346ef00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ef00 0.000121
+gallium_dri.so free 0x55717346f080 void 0.000122
+gallium_dri.so free 0x55717346ef00 void 0.000122
+gallium_dri.so malloc 72 0x55717346ef00 0.000121
+gallium_dri.so free 0x55717346f140 void 0.000209
+gallium_dri.so free 0x55717346ef00 void 0.000168
+gallium_dri.so malloc 72 0x55717346f0f0 0.000243
+gallium_dri.so free 0x55717346f200 void 0.000167
+gallium_dri.so free 0x55717346f0f0 void 0.000164
+gallium_dri.so malloc 72 0x55717346f1b0 0.000162
+gallium_dri.so free 0x55717346f280 void 0.000286
+gallium_dri.so free 0x55717346f1b0 void 0.000287
+gallium_dri.so malloc 72 0x55717346f2d0 0.000276
+gallium_dri.so free 0x55717346f340 void 0.000275
+gallium_dri.so free 0x55717346f2d0 void 0.000282
+gallium_dri.so malloc 72 0x55717346f360 0.000274
+gallium_dri.so free 0x55717346f400 void 0.000164
+gallium_dri.so free 0x55717346f360 void 0.000164
+gallium_dri.so malloc 72 0x55717346f3b0 0.000130
+gallium_dri.so free 0x5571735f4980 void 0.000138
+gallium_dri.so free 0x55717346f3b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f49c0 0.000129
+gallium_dri.so free 0x5571735f4a40 void 0.000129
+gallium_dri.so free 0x5571735f49c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4a40 0.000129
+gallium_dri.so free 0x5571735f4b00 void 0.000128
+gallium_dri.so free 0x5571735f4a40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4a40 0.000128
+gallium_dri.so free 0x5571735f4b80 void 0.000200
+gallium_dri.so free 0x5571735f4a40 void 0.000171
+gallium_dri.so malloc 72 0x5571735f4a40 0.000129
+gallium_dri.so free 0x5571735f4c40 void 0.000130
+gallium_dri.so free 0x5571735f4a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4a40 0.000127
+gallium_dri.so free 0x5571735f4d00 void 0.000130
+gallium_dri.so free 0x5571735f4a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000122
+gallium_dri.so free 0x5571735f4d80 void 0.000129
+gallium_dri.so free 0x5571735f4cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000132
+gallium_dri.so free 0x5571735f4e40 void 0.000125
+gallium_dri.so free 0x5571735f4dd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4e60 0.000129
+gallium_dri.so free 0x5571735f4f00 void 0.000129
+gallium_dri.so free 0x5571735f4e60 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000131
+gallium_dri.so free 0x5571735f4f80 void 0.000130
+gallium_dri.so free 0x5571735f4eb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000131
+gallium_dri.so free 0x5571735f5080 void 0.000131
+gallium_dri.so free 0x5571735f4eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5030 0.000120
+gallium_dri.so free 0x5571735f5100 void 0.000126
+gallium_dri.so free 0x5571735f5030 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5150 0.000125
+gallium_dri.so free 0x5571735f51c0 void 0.000132
+gallium_dri.so free 0x5571735f5150 void 0.000176
+gallium_dri.so malloc 72 0x5571735f51e0 0.000130
+gallium_dri.so free 0x5571735f5280 void 0.000129
+gallium_dri.so free 0x5571735f51e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5230 0.000132
+gallium_dri.so free 0x5571735f5300 void 0.000129
+gallium_dri.so free 0x5571735f5230 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5230 0.000130
+gallium_dri.so free 0x5571735f5380 void 0.000126
+gallium_dri.so free 0x5571735f5230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5380 0.000129
+gallium_dri.so free 0x5571735f5440 void 0.000129
+gallium_dri.so free 0x5571735f5380 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5380 0.000125
+gallium_dri.so free 0x5571735f5540 void 0.000126
+gallium_dri.so free 0x5571735f5380 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5380 0.000129
+gallium_dri.so free 0x5571735f55c0 void 0.000151
+gallium_dri.so free 0x5571735f5380 void 0.000134
+gallium_dri.so malloc 72 0x5571735f55f0 0.000130
+gallium_dri.so free 0x5571735f5640 void 0.000178
+gallium_dri.so free 0x5571735f55f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f55f0 0.000130
+gallium_dri.so free 0x5571735f5740 void 0.000306
+gallium_dri.so free 0x5571735f55f0 void 0.000327
+gallium_dri.so malloc 72 0x5571735f56f0 0.000167
+gallium_dri.so free 0x5571735f5800 void 0.000164
+gallium_dri.so free 0x5571735f56f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f57b0 0.000200
+gallium_dri.so free 0x5571735f5840 void 0.000258
+gallium_dri.so free 0x5571735f57b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f57b0 0.000223
+gallium_dri.so free 0x5571735f5900 void 0.000224
+gallium_dri.so free 0x5571735f57b0 void 0.000224
+gallium_dri.so malloc 72 0x5571735f5950 0.000223
+gallium_dri.so free 0x5571735f59c0 void 0.000132
+gallium_dri.so free 0x5571735f5950 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5a00 0.000124
+gallium_dri.so free 0x5571735f5a80 void 0.000120
+gallium_dri.so free 0x5571735f5a00 void 0.000166
+gallium_dri.so malloc 72 0x5571735f5a80 0.000164
+gallium_dri.so free 0x5571735f5b40 void 0.000165
+gallium_dri.so free 0x5571735f5a80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5a80 0.000125
+gallium_dri.so free 0x5571735f5bc0 void 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000136
+gallium_dri.so free 0x5571735f5c40 void 0.000131
+gallium_dri.so free 0x5571735f5bf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5bf0 0.000130
+gallium_dri.so free 0x5571735f5d40 void 0.000124
+gallium_dri.so free 0x5571735f5bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5cf0 0.000130
+gallium_dri.so free 0x5571735f5e00 void 0.000129
+gallium_dri.so free 0x5571735f5cf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5db0 0.000129
+gallium_dri.so free 0x5571735f5e80 void 0.000124
+gallium_dri.so free 0x5571735f5db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5ea0 0.000121
+gallium_dri.so free 0x5571735f5f40 void 0.000126
+gallium_dri.so free 0x5571735f5ea0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000120
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so free 0x5571735f5ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000130
+gallium_dri.so free 0x5571735f6040 void 0.000130
+gallium_dri.so free 0x5571735f5ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6040 0.000129
+gallium_dri.so free 0x5571735f6100 void 0.000129
+gallium_dri.so free 0x5571735f6040 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6040 0.000130
+gallium_dri.so free 0x5571735f61c0 void 0.000130
+gallium_dri.so free 0x5571735f6040 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6040 0.000172
+gallium_dri.so free 0x5571735f6280 void 0.000131
+gallium_dri.so free 0x5571735f6040 void 0.000151
+gallium_dri.so malloc 72 0x5571735f6230 0.000132
+gallium_dri.so free 0x5571735f6280 void 0.000132
+gallium_dri.so free 0x5571735f6230 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6230 0.000131
+gallium_dri.so free 0x5571735f6380 void 0.000144
+gallium_dri.so free 0x5571735f6230 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6330 0.000130
+gallium_dri.so free 0x5571735f6440 void 0.000130
+gallium_dri.so free 0x5571735f6330 void 0.000130
+gallium_dri.so malloc 72 0x5571735f63f0 0.000131
+gallium_dri.so free 0x5571735f6480 void 0.000126
+gallium_dri.so free 0x5571735f63f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f63f0 0.000130
+gallium_dri.so free 0x5571735f6540 void 0.000130
+gallium_dri.so free 0x5571735f63f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6580 0.000125
+gallium_dri.so free 0x5571735f6600 void 0.000122
+gallium_dri.so free 0x5571735f6580 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6600 0.000130
+gallium_dri.so free 0x5571735f66c0 void 0.000129
+gallium_dri.so free 0x5571735f6600 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6600 0.000130
+gallium_dri.so free 0x5571735f6780 void 0.000129
+gallium_dri.so free 0x5571735f6600 void 0.000126
+gallium_dri.so malloc 72 0x5571735f67a0 0.000125
+gallium_dri.so free 0x5571735f6840 void 0.000164
+gallium_dri.so free 0x5571735f67a0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f67f0 0.000164
+gallium_dri.so free 0x5571735f68c0 void 0.000163
+gallium_dri.so free 0x5571735f67f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f67f0 0.000166
+gallium_dri.so free 0x5571735f6940 void 0.000163
+gallium_dri.so free 0x5571735f67f0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f6940 0.000163
+gallium_dri.so free 0x5571735f6a00 void 0.000167
+gallium_dri.so free 0x5571735f6940 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6940 0.000136
+gallium_dri.so free 0x5571735f6ac0 void 0.000135
+gallium_dri.so free 0x5571735f6940 void 0.000187
+gallium_dri.so malloc 72 0x5571735f6940 0.000250
+gallium_dri.so free 0x5571735f6b80 void 0.000136
+gallium_dri.so free 0x5571735f6940 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6b30 0.000171
+gallium_dri.so free 0x5571735f6c40 void 0.000235
+gallium_dri.so free 0x5571735f6b30 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000137
+gallium_dri.so free 0x5571735f6cc0 void 0.000132
+gallium_dri.so free 0x5571735f6bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6d10 0.000132
+gallium_dri.so free 0x5571735f6d80 void 0.000138
+gallium_dri.so free 0x5571735f6d10 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6da0 0.000136
+gallium_dri.so free 0x5571735f6e40 void 0.000135
+gallium_dri.so free 0x5571735f6da0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f6df0 0.000131
+gallium_dri.so free 0x5571735f6ec0 void 0.000135
+gallium_dri.so free 0x5571735f6df0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6df0 0.000229
+gallium_dri.so free 0x5571735f6f40 void 0.000136
+gallium_dri.so free 0x5571735f6df0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f6f40 0.000138
+gallium_dri.so free 0x5571735f7000 void 0.000256
+gallium_dri.so free 0x5571735f6f40 void 0.000232
+gallium_dri.so malloc 72 0x5571735f6f40 0.000233
+gallium_dri.so free 0x5571735f7100 void 0.000136
+gallium_dri.so free 0x5571735f6f40 void 0.000138
+gallium_dri.so malloc 72 0x5571735f70b0 0.000131
+gallium_dri.so free 0x5571735f7140 void 0.000136
+gallium_dri.so free 0x5571735f70b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f70b0 0.000130
+gallium_dri.so free 0x5571735f7200 void 0.000127
+gallium_dri.so free 0x5571735f70b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7240 0.000138
+gallium_dri.so free 0x5571735f72c0 void 0.000138
+gallium_dri.so free 0x5571735f7240 void 0.000139
+gallium_dri.so malloc 72 0x5571735f72c0 0.000137
+gallium_dri.so free 0x5571735f7380 void 0.000136
+gallium_dri.so free 0x5571735f72c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f72c0 0.000128
+gallium_dri.so free 0x5571735f7400 void 0.000143
+gallium_dri.so free 0x5571735f72c0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f7430 0.000136
+gallium_dri.so free 0x5571735f7480 void 0.000136
+gallium_dri.so free 0x5571735f7430 void 0.000150
+gallium_dri.so malloc 72 0x5571735f7430 0.000136
+gallium_dri.so free 0x5571735f7580 void 0.000135
+gallium_dri.so free 0x5571735f7430 void 0.000136
+gallium_dri.so malloc 72 0x5571735f75c0 0.000136
+gallium_dri.so free 0x5571735f7640 void 0.000129
+gallium_dri.so free 0x5571735f75c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7640 0.000131
+gallium_dri.so free 0x5571735f7700 void 0.000125
+gallium_dri.so free 0x5571735f7640 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7640 0.000130
+gallium_dri.so free 0x5571735f7780 void 0.000129
+gallium_dri.so free 0x5571735f7640 void 0.000129
+gallium_dri.so malloc 72 0x5571735f77b0 0.000123
+gallium_dri.so free 0x5571735f7800 void 0.000123
+gallium_dri.so free 0x5571735f77b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f77b0 0.000138
+gallium_dri.so free 0x5571735f7900 void 0.000131
+gallium_dri.so free 0x5571735f77b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f78b0 0.000120
+gallium_dri.so free 0x5571735f79c0 void 0.000121
+gallium_dri.so free 0x5571735f78b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7970 0.000120
+gallium_dri.so free 0x5571735f7a40 void 0.000125
+gallium_dri.so free 0x5571735f7970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7970 0.000130
+gallium_dri.so free 0x5571735f7b00 void 0.000138
+gallium_dri.so free 0x5571735f7970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7970 0.000129
+gallium_dri.so free 0x5571735f7bc0 void 0.000130
+gallium_dri.so free 0x5571735f7970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7b70 0.000119
+gallium_dri.so free 0x5571735f7c40 void 0.000125
+gallium_dri.so free 0x5571735f7b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7c90 0.000127
+gallium_dri.so free 0x5571735f7d00 void 0.000131
+gallium_dri.so free 0x5571735f7c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7d20 0.000130
+gallium_dri.so free 0x5571735f7dc0 void 0.000124
+gallium_dri.so free 0x5571735f7d20 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7d70 0.000124
+gallium_dri.so free 0x5571735f7e40 void 0.000121
+gallium_dri.so free 0x5571735f7d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e40 0.000125
+gallium_dri.so free 0x5571735f7f00 void 0.000125
+gallium_dri.so free 0x5571735f7e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7e40 0.000119
+gallium_dri.so free 0x5571735f7f80 void 0.000125
+gallium_dri.so free 0x5571735f7e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7f80 0.000120
+gallium_dri.so free 0x5571735f8040 void 0.000129
+gallium_dri.so free 0x5571735f7f80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7f80 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x5571735f7f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7f80 0.000124
+gallium_dri.so free 0x5571735f81c0 void 0.000130
+gallium_dri.so free 0x5571735f7f80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8170 0.000129
+gallium_dri.so free 0x5571735f8240 void 0.000131
+gallium_dri.so free 0x5571735f8170 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8290 0.000127
+gallium_dri.so free 0x5571735f8300 void 0.000131
+gallium_dri.so free 0x5571735f8290 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8340 0.000128
+gallium_dri.so free 0x5571735f83c0 void 0.000130
+gallium_dri.so free 0x5571735f8340 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8340 0.000300
+gallium_dri.so free 0x5571735f8440 void 0.000336
+gallium_dri.so free 0x5571735f8340 void 0.000338
+gallium_dri.so malloc 72 0x5571735f8470 0.000313
+gallium_dri.so free 0x5571735f84c0 void 0.000280
+gallium_dri.so free 0x5571735f8470 void 0.000278
+gallium_dri.so malloc 72 0x5571735f8470 0.000278
+gallium_dri.so free 0x5571735f85c0 void 0.000248
+gallium_dri.so free 0x5571735f8470 void 0.000243
+gallium_dri.so malloc 72 0x5571735f8570 0.000201
+gallium_dri.so free 0x5571735f8680 void 0.000245
+gallium_dri.so free 0x5571735f8570 void 0.000277
+gallium_dri.so malloc 72 0x5571735f8630 0.000286
+gallium_dri.so free 0x5571735f86c0 void 0.000249
+gallium_dri.so free 0x5571735f8630 void 0.000223
+gallium_dri.so malloc 72 0x5571735f8630 0.000225
+gallium_dri.so free 0x5571735f8780 void 0.000130
+gallium_dri.so free 0x5571735f8630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x5571735f8840 void 0.000125
+gallium_dri.so free 0x5571735f87f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f87f0 0.000125
+gallium_dri.so free 0x5571735f8940 void 0.000123
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f88f0 0.000123
+gallium_dri.so free 0x5571735f8a00 void 0.000130
+gallium_dri.so free 0x5571735f88f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f89b0 0.000130
+gallium_dri.so free 0x5571735f8a40 void 0.000130
+gallium_dri.so free 0x5571735f89b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f89b0 0.000129
+gallium_dri.so free 0x5571735f8b00 void 0.000129
+gallium_dri.so free 0x5571735f89b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8b40 0.000131
+gallium_dri.so free 0x5571735f8bc0 void 0.000131
+gallium_dri.so free 0x5571735f8b40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000125
+gallium_dri.so free 0x5571735f8c80 void 0.000120
+gallium_dri.so free 0x5571735f8bc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000138
+gallium_dri.so free 0x5571735f8d40 void 0.000137
+gallium_dri.so free 0x5571735f8bc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f8d60 0.000136
+gallium_dri.so free 0x5571735f8e00 void 0.000136
+gallium_dri.so free 0x5571735f8d60 void 0.000168
+gallium_dri.so malloc 72 0x5571735f8db0 0.000137
+gallium_dri.so free 0x5571735f8e80 void 0.000166
+gallium_dri.so free 0x5571735f8db0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f8db0 0.000171
+gallium_dri.so free 0x5571735f8f00 void 0.000138
+gallium_dri.so free 0x5571735f8db0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f8f00 0.000138
+gallium_dri.so free 0x5571735f8fc0 void 0.000138
+gallium_dri.so free 0x5571735f8f00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8f00 0.000138
+gallium_dri.so free 0x5571735f9080 void 0.000138
+gallium_dri.so free 0x5571735f8f00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f8f00 0.000139
+gallium_dri.so free 0x5571735f9140 void 0.000137
+gallium_dri.so free 0x5571735f8f00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f90f0 0.000137
+gallium_dri.so free 0x5571735f9200 void 0.000127
+gallium_dri.so free 0x5571735f90f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f91b0 0.000137
+gallium_dri.so free 0x5571735f9280 void 0.000137
+gallium_dri.so free 0x5571735f91b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f92d0 0.000131
+gallium_dri.so free 0x5571735f9340 void 0.000133
+gallium_dri.so free 0x5571735f92d0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f9360 0.000137
+gallium_dri.so free 0x5571735f9400 void 0.000131
+gallium_dri.so free 0x5571735f9360 void 0.000127
+gallium_dri.so malloc 72 0x5571735f93b0 0.000139
+gallium_dri.so free 0x5571735f9480 void 0.000138
+gallium_dri.so free 0x5571735f93b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f93b0 0.000136
+gallium_dri.so free 0x5571735f9500 void 0.000138
+gallium_dri.so free 0x5571735f93b0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f9500 0.000171
+gallium_dri.so free 0x5571735f95c0 void 0.000136
+gallium_dri.so free 0x5571735f9500 void 0.000137
+gallium_dri.so malloc 72 0x5571735f9500 0.000152
+gallium_dri.so free 0x5571735f96c0 void 0.000133
+gallium_dri.so free 0x5571735f9500 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9670 0.000159
+gallium_dri.so free 0x5571735f9700 void 0.000136
+gallium_dri.so free 0x5571735f9670 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9670 0.000137
+gallium_dri.so free 0x5571735f97c0 void 0.000142
+gallium_dri.so free 0x5571735f9670 void 0.000144
+gallium_dri.so malloc 72 0x5571735f9800 0.000140
+gallium_dri.so free 0x5571735f9880 void 0.000142
+gallium_dri.so free 0x5571735f9800 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9880 0.000141
+gallium_dri.so free 0x5571735f9940 void 0.000142
+gallium_dri.so free 0x5571735f9880 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9880 0.000139
+gallium_dri.so free 0x5571735f99c0 void 0.000143
+gallium_dri.so free 0x5571735f9880 void 0.000143
+gallium_dri.so malloc 72 0x5571735f99f0 0.000142
+gallium_dri.so free 0x5571735f9a40 void 0.000142
+gallium_dri.so free 0x5571735f99f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f99f0 0.000141
+gallium_dri.so free 0x5571735f9b40 void 0.000145
+gallium_dri.so free 0x5571735f99f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9b80 0.000141
+gallium_dri.so free 0x5571735f9c00 void 0.000141
+gallium_dri.so free 0x5571735f9b80 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9c00 0.000140
+gallium_dri.so free 0x5571735f9cc0 void 0.000141
+gallium_dri.so free 0x5571735f9c00 void 0.000140
+gallium_dri.so malloc 72 0x5571735f9c00 0.000140
+gallium_dri.so free 0x5571735f9d40 void 0.000142
+gallium_dri.so free 0x5571735f9c00 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9d70 0.000193
+gallium_dri.so free 0x5571735f9dc0 void 0.000146
+gallium_dri.so free 0x5571735f9d70 void 0.000160
+gallium_dri.so malloc 72 0x5571735f9d70 0.000142
+gallium_dri.so free 0x5571735f9ec0 void 0.000143
+gallium_dri.so free 0x5571735f9d70 void 0.000142
+gallium_dri.so malloc 72 0x5571735f9e70 0.000141
+gallium_dri.so free 0x5571735f9f80 void 0.000142
+gallium_dri.so free 0x5571735f9e70 void 0.000139
+gallium_dri.so malloc 72 0x5571735f9f30 0.000142
+gallium_dri.so free 0x5571735fa000 void 0.000155
+gallium_dri.so free 0x5571735f9f30 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9f30 0.000141
+gallium_dri.so free 0x5571735fa0c0 void 0.000150
+gallium_dri.so free 0x5571735f9f30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9f30 0.000125
+gallium_dri.so free 0x5571735fa180 void 0.000127
+gallium_dri.so free 0x5571735f9f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa130 0.000129
+gallium_dri.so free 0x5571735fa200 void 0.000125
+gallium_dri.so free 0x5571735fa130 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa250 0.000123
+gallium_dri.so free 0x5571735fa2c0 void 0.000127
+gallium_dri.so free 0x5571735fa250 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa2e0 0.000126
+gallium_dri.so free 0x5571735fa380 void 0.000126
+gallium_dri.so free 0x5571735fa2e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa330 0.000127
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so free 0x5571735fa330 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb380 0.000126
+gallium_dri.so free 0x5571735eb440 void 0.000129
+gallium_dri.so free 0x5571735eb380 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb380 0.000127
+gallium_dri.so free 0x5571735eb540 void 0.000138
+gallium_dri.so free 0x5571735eb380 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb4f0 0.000125
+gallium_dri.so free 0x5571735eb600 void 0.000127
+gallium_dri.so free 0x5571735eb4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000127
+gallium_dri.so free 0x5571735eb640 void 0.000127
+gallium_dri.so free 0x5571735eb5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000128
+gallium_dri.so free 0x5571735eb700 void 0.000128
+gallium_dri.so free 0x5571735eb5b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb740 0.000128
+gallium_dri.so free 0x5571735eb7c0 void 0.000127
+gallium_dri.so free 0x5571735eb740 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000128
+gallium_dri.so free 0x5571735eb880 void 0.000128
+gallium_dri.so free 0x5571735eb7c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000128
+gallium_dri.so free 0x5571735eb900 void 0.000127
+gallium_dri.so free 0x5571735eb7c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000127
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so free 0x5571735eb7c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000125
+gallium_dri.so free 0x5571735eba80 void 0.000129
+gallium_dri.so free 0x5571735eb7c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735eba30 0.000127
+gallium_dri.so free 0x5571735ebb00 void 0.000128
+gallium_dri.so free 0x5571735eba30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebb50 0.000127
+gallium_dri.so free 0x5571735ebbc0 void 0.000129
+gallium_dri.so free 0x5571735ebb50 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000125
+gallium_dri.so free 0x5571735ebc80 void 0.000127
+gallium_dri.so free 0x5571735ebbe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc30 0.000128
+gallium_dri.so free 0x5571735ebd00 void 0.000128
+gallium_dri.so free 0x5571735ebc30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebc30 0.000124
+gallium_dri.so free 0x5571735ebe00 void 0.000127
+gallium_dri.so free 0x5571735ebc30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebdb0 0.000128
+gallium_dri.so free 0x5571735ebe80 void 0.000123
+gallium_dri.so free 0x5571735ebdb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebed0 0.000122
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so free 0x5571735ebed0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf60 0.000122
+gallium_dri.so free 0x5571735ec000 void 0.000121
+gallium_dri.so free 0x5571735ebf60 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000123
+gallium_dri.so free 0x5571735ec080 void 0.000121
+gallium_dri.so free 0x5571735ebfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebfb0 0.000118
+gallium_dri.so free 0x5571735ec100 void 0.000119
+gallium_dri.so free 0x5571735ebfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec100 0.000120
+gallium_dri.so free 0x5571735ec1c0 void 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec100 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000121
+gallium_dri.so free 0x5571735ec100 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec100 0.000120
+gallium_dri.so free 0x5571735ec340 void 0.000123
+gallium_dri.so free 0x5571735ec100 void 0.000147
+gallium_dri.so malloc 72 0x5571735ec370 0.000121
+gallium_dri.so free 0x5571735ec3c0 void 0.000119
+gallium_dri.so free 0x5571735ec370 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec370 0.000120
+gallium_dri.so free 0x5571735ec4c0 void 0.000123
+gallium_dri.so free 0x5571735ec370 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec470 0.000122
+gallium_dri.so free 0x5571735ec580 void 0.000123
+gallium_dri.so free 0x5571735ec470 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735ec5c0 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec530 0.000122
+gallium_dri.so free 0x5571735ec680 void 0.000122
+gallium_dri.so free 0x5571735ec530 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec6d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec780 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000123
+gallium_dri.so free 0x5571735ec780 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec800 0.000121
+gallium_dri.so free 0x5571735ec8c0 void 0.000118
+gallium_dri.so free 0x5571735ec800 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec800 0.000118
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec970 0.000118
+gallium_dri.so free 0x5571735ec9c0 void 0.000120
+gallium_dri.so free 0x5571735ec970 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec970 0.000121
+gallium_dri.so free 0x5571735ecac0 void 0.000122
+gallium_dri.so free 0x5571735ec970 void 0.000118
+gallium_dri.so malloc 72 0x5571735eca70 0.000122
+gallium_dri.so free 0x5571735ecb80 void 0.000121
+gallium_dri.so free 0x5571735eca70 void 0.000160
+gallium_dri.so malloc 72 0x5571735ecb30 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000122
+gallium_dri.so free 0x5571735ecb30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecc20 0.000118
+gallium_dri.so free 0x5571735eccc0 void 0.000121
+gallium_dri.so free 0x5571735ecc20 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecc70 0.000121
+gallium_dri.so free 0x5571735ecd40 void 0.000118
+gallium_dri.so free 0x5571735ecc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecc70 0.000126
+gallium_dri.so free 0x5571735ecdc0 void 0.000123
+gallium_dri.so free 0x5571735ecc70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000119
+gallium_dri.so free 0x5571735ece80 void 0.000122
+gallium_dri.so free 0x5571735ecdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000122
+gallium_dri.so free 0x5571735ecdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecdc0 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000122
+gallium_dri.so free 0x5571735ecdc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000120
+gallium_dri.so free 0x5571735ed000 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000121
+gallium_dri.so free 0x5571735ed100 void 0.000132
+gallium_dri.so free 0x5571735ecfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed0b0 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000121
+gallium_dri.so free 0x5571735ed0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735ed200 void 0.000121
+gallium_dri.so free 0x5571735ed170 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed170 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000122
+gallium_dri.so free 0x5571735ed170 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed300 0.000123
+gallium_dri.so free 0x5571735ed380 void 0.000122
+gallium_dri.so free 0x5571735ed300 void 0.000120
+gallium_dri.so free 0x5571735de200 void 0.000123
+gallium_dri.so free 0x5571735e0e20 void 0.000118
+libX11.so.6 malloc 24 0x5571735a6130 0.000131
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000119
+libxcb.so.1 malloc 16 0x5571735a6150 0.000120
+libX11.so.6 free 0x55717357ee90 void 0.000131
+libxcb.so.1 free 0x5571735a6150 void 0.000119
+libX11.so.6 free 0x5571735b6d10 void 0.000119
+particles malloc 96 0x55717360bc40 0.000119
+particles malloc 96 0x55717360bb90 0.000116
+particles malloc 96 0x5571736016d0 0.000115
+particles malloc 96 0x557173589680 0.000116
+particles malloc 96 0x5571734676f0 0.000116
+particles malloc 96 0x5571734675c0 0.000115
+particles malloc 96 0x557173467500 0.000116
+particles malloc 96 0x5571735ed230 0.000116
+particles malloc 96 0x5571735ec5f0 0.000115
+particles malloc 96 0x5571735eca00 0.000116
+particles malloc 96 0x5571735ecac0 0.000116
+particles malloc 96 0x5571735ece10 0.000116
+particles malloc 96 0x5571735ecea0 0.000116
+particles malloc 96 0x5571735ed040 0.000145
+particles malloc 96 0x5571735ed100 0.000117
+particles malloc 96 0x5571735ec4c0 0.000115
+particles malloc 96 0x5571735eb540 0.000114
+particles malloc 96 0x5571735eb670 0.000116
+particles malloc 96 0x5571735eb920 0.000114
+particles malloc 96 0x5571735ebd00 0.000115
+particles malloc 96 0x5571735ec150 0.000115
+particles malloc 96 0x5571735ec220 0.000115
+particles malloc 96 0x5571735ec400 0.000115
+particles malloc 96 0x5571735eb480 0.000116
+particles malloc 96 0x5571735f9730 0.000161
+particles malloc 96 0x5571735f9ab0 0.000158
+particles malloc 96 0x5571735f9a40 0.000153
+particles malloc 96 0x5571735f9e00 0.000156
+particles malloc 96 0x5571735f9ec0 0.000155
+particles malloc 96 0x5571735fa020 0.000155
+particles malloc 96 0x5571735eb3d0 0.000154
+particles malloc 96 0x5571735f9600 0.000155
+particles malloc 96 0x5571735f8880 0.000153
+particles malloc 96 0x5571735f8940 0.000154
+particles malloc 96 0x5571735f8a70 0.000156
+particles malloc 96 0x5571735f8f50 0.000155
+particles malloc 96 0x5571735f8fe0 0.000155
+particles malloc 96 0x5571735f9140 0.000156
+particles malloc 96 0x5571735f9550 0.000154
+particles malloc 96 0x5571735f8780 0.000155
+particles malloc 96 0x5571735f7900 0.000157
+particles malloc 96 0x5571735f7a60 0.000154
+particles malloc 96 0x5571735f7fd0 0.000157
+particles malloc 96 0x5571735f8060 0.000155
+particles malloc 96 0x5571735f8500 0.000170
+particles malloc 96 0x5571735f85c0 0.000157
+particles malloc 96 0x5571735f86f0 0.000156
+particles malloc 96 0x5571735f7840 0.000155
+particles malloc 96 0x5571735f6a20 0.000156
+particles malloc 96 0x5571735f6b80 0.000156
+particles malloc 96 0x5571735f6f90 0.000157
+particles malloc 96 0x5571735f7040 0.000156
+particles malloc 96 0x5571735f7170 0.000155
+particles malloc 96 0x5571735f74f0 0.000155
+particles malloc 96 0x5571735f7480 0.000154
+particles malloc 96 0x5571735f6990 0.000156
+particles malloc 96 0x5571735f5c80 0.000161
+particles malloc 96 0x5571735f5d40 0.000125
+particles malloc 96 0x5571735f6090 0.000115
+particles malloc 96 0x5571735f6120 0.000115
+particles malloc 96 0x5571735f62c0 0.000114
+particles malloc 96 0x5571735f6380 0.000116
+particles malloc 96 0x5571735f64b0 0.000115
+particles malloc 96 0x5571735f5870 0.000116
+particles malloc 96 0x55717346f140 0.000115
+particles malloc 96 0x5571735f4ba0 0.000115
+particles malloc 96 0x5571735f4f80 0.000117
+particles malloc 96 0x5571735f53d0 0.000127
+particles malloc 96 0x5571735f54a0 0.000122
+particles malloc 96 0x5571735f5680 0.000121
+particles malloc 96 0x5571735f5740 0.000120
+particles malloc 96 0x55717346efe0 0.000122
+particles malloc 96 0x55717346e5c0 0.000122
+particles malloc 96 0x55717346e6f0 0.000121
+particles malloc 96 0x55717346e780 0.000121
+particles malloc 96 0x55717346e880 0.000121
+particles malloc 96 0x55717346e940 0.000121
+particles malloc 96 0x55717346ea70 0.000179
+particles malloc 96 0x55717346ef50 0.000174
+particles malloc 96 0x55717346e500 0.000176
+particles malloc 96 0x55717346d4f0 0.000179
+particles malloc 96 0x55717346d480 0.000132
+particles malloc 96 0x55717346d840 0.000124
+particles malloc 96 0x55717346d900 0.000119
+particles malloc 96 0x55717346da60 0.000121
+particles malloc 96 0x55717346dfd0 0.000121
+particles malloc 96 0x55717346e060 0.000118
+particles malloc 96 0x55717346d170 0.000184
+particles malloc 96 0x55717346c380 0.000121
+particles malloc 96 0x55717346c4b0 0.000120
+particles malloc 96 0x55717346c990 0.000131
+particles malloc 96 0x55717346ca20 0.000121
+particles malloc 96 0x55717346cb80 0.000122
+particles malloc 96 0x55717346cf90 0.000117
+particles malloc 96 0x55717346d040 0.000123
+particles malloc 96 0x55717346c2c0 0.000118
+particles malloc 96 0x55717346b4a0 0.000120
+particles malloc 96 0x55717346ba10 0.000122
+particles malloc 96 0x55717346baa0 0.000119
+particles malloc 96 0x55717346bf40 0.000121
+particles malloc 96 0x55717346c000 0.000121
+particles malloc 96 0x55717346c130 0.000119
+particles malloc 96 0x55717346c1c0 0.000119
+particles malloc 96 0x55717346b340 0.000117
+particles malloc 96 0x55717346a5c0 0.000122
+particles malloc 96 0x55717346a9d0 0.000122
+particles malloc 96 0x55717346aa80 0.000131
+particles malloc 96 0x55717346abb0 0.000127
+particles malloc 96 0x55717346af30 0.000128
+particles malloc 96 0x55717346aec0 0.000122
+particles malloc 96 0x55717346b280 0.000120
+particles malloc 96 0x55717346a460 0.000121
+particles malloc 96 0x5571735c4ff0 0.000119
+particles malloc 96 0x557173469ad0 0.000122
+particles malloc 96 0x557173469b60 0.000122
+particles malloc 96 0x557173469d00 0.000119
+particles malloc 96 0x557173469dc0 0.000122
+particles malloc 96 0x557173469ef0 0.000120
+particles malloc 96 0x55717346a3d0 0.000119
+particles malloc 96 0x5571735c4ec0 0.000122
+particles malloc 96 0x5571735c4140 0.000122
+particles malloc 96 0x5571735c4200 0.000123
+particles malloc 96 0x5571735c4330 0.000117
+particles malloc 96 0x5571735c4810 0.000119
+particles malloc 96 0x5571735c48a0 0.000120
+particles malloc 96 0x5571735c4a00 0.000121
+particles malloc 96 0x5571735c4e10 0.000119
+particles malloc 96 0x5571735c4040 0.000120
+particles malloc 96 0x5571735c31c0 0.000122
+particles malloc 96 0x5571735c3320 0.000120
+particles malloc 96 0x5571735c3890 0.000120
+particles malloc 96 0x5571735c3920 0.000121
+particles malloc 96 0x5571735c3dc0 0.000122
+particles malloc 96 0x5571735c3e80 0.000121
+particles malloc 96 0x5571735c3fb0 0.000120
+particles malloc 96 0x5571735c3100 0.000122
+particles malloc 96 0x5571735c22e0 0.000121
+particles malloc 96 0x5571735c2440 0.000120
+particles malloc 96 0x5571735c2850 0.000119
+particles malloc 96 0x5571735c2900 0.000117
+particles malloc 96 0x5571735c2a30 0.000117
+particles malloc 96 0x5571735c2db0 0.000125
+particles malloc 96 0x5571735c2d40 0.000122
+particles malloc 96 0x5571735c2250 0.000121
+particles malloc 96 0x5571735c1540 0.000120
+particles malloc 96 0x5571735c1600 0.000121
+particles malloc 96 0x5571735c1950 0.000122
+particles malloc 96 0x5571735c19e0 0.000119
+particles malloc 96 0x5571735c1b80 0.000124
+particles malloc 96 0x5571735c1c40 0.000120
+particles malloc 96 0x5571735c1d70 0.000120
+particles malloc 96 0x5571735c1130 0.000119
+particles malloc 96 0x5571735c01b0 0.000118
+particles malloc 96 0x5571735c0460 0.000120
+particles malloc 96 0x5571735c0840 0.000119
+particles malloc 96 0x5571735c0c90 0.000122
+particles malloc 96 0x5571735c0d60 0.000119
+particles malloc 96 0x5571735c0f40 0.000121
+particles malloc 96 0x5571735c1000 0.000122
+particles malloc 96 0x5571735c0080 0.000120
+particles malloc 96 0x557173610a70 0.000118
+particles malloc 96 0x557173610a00 0.000121
+particles malloc 96 0x557173610dc0 0.000117
+particles malloc 96 0x557173610e80 0.000119
+particles malloc 96 0x557173610fe0 0.000116
+particles malloc 96 0x5571735bff10 0.000120
+particles malloc 96 0x5571735bffc0 0.000119
+particles malloc 96 0x5571736106f0 0.000129
+particles malloc 96 0x55717360f900 0.000119
+particles malloc 96 0x55717360fa30 0.000121
+particles malloc 96 0x55717360ff10 0.000119
+particles malloc 96 0x55717360ffa0 0.000120
+particles malloc 96 0x557173610100 0.000121
+particles malloc 96 0x557173610510 0.000119
+particles malloc 96 0x5571736105c0 0.000121
+particles malloc 96 0x55717360f840 0.000120
+particles malloc 96 0x55717360ea20 0.000122
+particles malloc 96 0x55717360ef90 0.000121
+particles malloc 96 0x55717360f020 0.000121
+particles malloc 96 0x55717360f4c0 0.000122
+particles malloc 96 0x55717360f580 0.000118
+particles malloc 96 0x55717360f6b0 0.000120
+particles malloc 96 0x55717360f740 0.000121
+particles malloc 96 0x55717360e8c0 0.000119
+particles malloc 96 0x55717360db40 0.000120
+particles malloc 96 0x55717360df50 0.000118
+particles malloc 96 0x55717360e000 0.000120
+particles malloc 96 0x55717360e130 0.000119
+particles malloc 96 0x55717360e4b0 0.000120
+particles malloc 96 0x55717360e440 0.000126
+particles malloc 96 0x55717360e800 0.000120
+particles malloc 96 0x55717360d9e0 0.000123
+particles malloc 96 0x55717360cd00 0.000122
+particles malloc 96 0x55717360d050 0.000166
+particles malloc 96 0x55717360d0e0 0.000120
+particles malloc 96 0x55717360d280 0.000123
+particles malloc 96 0x55717360d340 0.000121
+particles malloc 96 0x55717360d470 0.000121
+particles malloc 96 0x55717360d950 0.000119
+particles malloc 96 0x55717360cc40 0.000120
+particles malloc 96 0x5571736010f0 0.000120
+particles malloc 96 0x557173601080 0.000116
+particles malloc 96 0x55717360c390 0.000117
+particles malloc 96 0x55717360c460 0.000118
+particles malloc 96 0x55717360c640 0.000122
+particles malloc 96 0x55717360c700 0.000121
+particles malloc 96 0x55717360c830 0.000120
+particles malloc 96 0x557173600d70 0.000121
+particles malloc 96 0x5571735fff80 0.000122
+particles malloc 96 0x5571736000b0 0.000122
+particles malloc 96 0x557173600590 0.000143
+particles malloc 96 0x557173600620 0.000126
+particles malloc 96 0x557173600780 0.000122
+particles malloc 96 0x557173600b90 0.000141
+particles malloc 96 0x557173600c40 0.000120
+particles malloc 96 0x5571735ffec0 0.000119
+particles malloc 96 0x5571735ff0a0 0.000122
+particles malloc 96 0x5571735ff610 0.000121
+particles malloc 96 0x5571735ff6a0 0.000131
+particles malloc 96 0x5571735ffb40 0.000121
+particles malloc 96 0x5571735ffc00 0.000118
+particles malloc 96 0x5571735ffd30 0.000118
+particles malloc 96 0x5571735ffdc0 0.000120
+particles malloc 96 0x5571735fef40 0.000120
+particles malloc 96 0x5571735fe1c0 0.000117
+particles malloc 96 0x5571735fe5d0 0.000122
+particles malloc 96 0x5571735fe680 0.000121
+particles malloc 96 0x5571735fe7b0 0.000120
+particles malloc 96 0x5571735feb30 0.000119
+particles malloc 96 0x5571735feac0 0.000123
+particles malloc 96 0x5571735fee80 0.000119
+particles malloc 96 0x5571735fe060 0.000122
+particles malloc 96 0x5571735fd640 0.000118
+particles malloc 96 0x5571735fd770 0.000121
+particles malloc 96 0x5571735fd800 0.000121
+particles malloc 96 0x5571735fd900 0.000122
+particles malloc 96 0x5571735fd9c0 0.000120
+particles malloc 96 0x5571735fdaf0 0.000121
+particles malloc 96 0x5571735fdfd0 0.000117
+particles malloc 96 0x5571735fd580 0.000122
+particles malloc 96 0x5571735fc570 0.000122
+particles malloc 96 0x5571735fc500 0.000121
+particles malloc 96 0x5571735fc8c0 0.000122
+particles malloc 96 0x5571735fc980 0.000121
+particles malloc 96 0x5571735fcae0 0.000131
+particles malloc 96 0x5571735fd050 0.000122
+particles malloc 96 0x5571735fd0e0 0.000121
+particles malloc 96 0x5571735ddce0 0.000119
+particles malloc 96 0x5571735dcdf0 0.000118
+particles malloc 96 0x5571735dd170 0.000121
+particles malloc 96 0x5571735dd100 0.000117
+particles malloc 96 0x5571735dd4c0 0.000120
+particles malloc 96 0x5571735dd580 0.000122
+particles malloc 96 0x5571735dd6e0 0.000119
+particles malloc 96 0x5571735ddc50 0.000122
+particles malloc 96 0x5571735dccc0 0.000123
+particles malloc 96 0x5571735dbf40 0.000122
+particles malloc 96 0x5571735dc000 0.000121
+particles malloc 96 0x5571735dc130 0.000118
+particles malloc 96 0x5571735dc610 0.000121
+particles malloc 96 0x5571735dc6a0 0.000119
+particles malloc 96 0x5571735dc800 0.000120
+particles malloc 96 0x5571735dcc10 0.000121
+particles malloc 96 0x5571735dbda0 0.000121
+particles malloc 96 0x5571735db120 0.000119
+particles malloc 96 0x5571735db300 0.000121
+particles malloc 96 0x5571735db3c0 0.000119
+particles malloc 96 0x5571735db4f0 0.000120
+particles malloc 96 0x5571735db900 0.000118
+particles malloc 96 0x5571735db9c0 0.000119
+particles malloc 96 0x5571735dbd10 0.000128
+particles malloc 96 0x5571735db050 0.000122
+particles malloc 96 0x5571735dfe80 0.000120
+particles malloc 96 0x5571735e0240 0.000118
+particles malloc 96 0x5571735e0300 0.000118
+particles malloc 96 0x5571735e0460 0.000120
+particles malloc 96 0x5571735e09d0 0.000121
+particles malloc 96 0x5571735e0a60 0.000120
+particles malloc 96 0x5571735dac00 0.000120
+particles malloc 96 0x5571735dfef0 0.000119
+particles malloc 96 0x5571735deeb0 0.000121
+particles malloc 96 0x5571735df390 0.000118
+particles malloc 96 0x5571735df420 0.000123
+particles malloc 96 0x5571735df580 0.000119
+particles malloc 96 0x5571735df990 0.000121
+particles malloc 96 0x5571735dfa40 0.000119
+particles malloc 96 0x5571735dfb70 0.000119
+particles malloc 96 0x5571735ded80 0.000121
+particles malloc 96 0x5571735e3750 0.000118
+particles malloc 96 0x5571735de270 0.000119
+particles malloc 96 0x5571735de680 0.000121
+particles malloc 96 0x5571735de740 0.000118
+particles malloc 96 0x5571735dea90 0.000120
+particles malloc 96 0x5571735deb20 0.000119
+particles malloc 96 0x5571735decc0 0.000121
+particles malloc 96 0x5571735e3270 0.000131
+particles malloc 96 0x5571735e2630 0.000121
+particles malloc 96 0x5571735e2a40 0.000117
+particles malloc 96 0x5571735e2b00 0.000119
+particles malloc 96 0x5571735e2e50 0.000126
+particles malloc 96 0x5571735e2ee0 0.000149
+particles malloc 96 0x5571735e3080 0.000117
+particles malloc 96 0x5571735e3140 0.000116
+particles malloc 96 0x5571735e2500 0.000117
+particles malloc 96 0x5571735e1580 0.000116
+particles malloc 96 0x5571735e16b0 0.000115
+particles malloc 96 0x5571735e1960 0.000115
+particles malloc 96 0x5571735e1d40 0.000117
+particles malloc 96 0x5571735e2190 0.000116
+particles malloc 96 0x5571735e2260 0.000116
+particles malloc 96 0x5571735e2440 0.000116
+particles malloc 96 0x5571735e14c0 0.000121
+particles malloc 96 0x557173461ad0 0.000120
+particles malloc 96 0x557173461b80 0.000120
+particles malloc 96 0x557173461cb0 0.000131
+particles malloc 96 0x557173462030 0.000122
+particles malloc 96 0x557173461fc0 0.000119
+particles malloc 96 0x5571735e10b0 0.000118
+particles malloc 96 0x5571735e1410 0.000116
+particles malloc 96 0x5571734616c0 0.000119
+particles malloc 96 0x557173460bd0 0.000115
+particles malloc 96 0x557173460c60 0.000157
+particles malloc 96 0x557173460e00 0.000122
+particles malloc 96 0x557173460ec0 0.000121
+particles malloc 96 0x557173460ff0 0.000119
+particles malloc 96 0x5571734614d0 0.000121
+particles malloc 96 0x557173461560 0.000121
+particles malloc 96 0x557173460880 0.000121
+particles malloc 96 0x5571735fba10 0.000122
+particles malloc 96 0x5571735fbae0 0.000124
+particles malloc 96 0x5571735fbcc0 0.000122
+particles malloc 96 0x5571735fbd80 0.000117
+particles malloc 96 0x557173460500 0.000119
+particles malloc 96 0x5571735fbea0 0.000120
+particles malloc 96 0x5571734607c0 0.000120
+particles malloc 96 0x5571735fb5c0 0.000118
+particles malloc 96 0x5571735fa520 0.000121
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000123
+libxcb.so.1 malloc 16 0x5571735a6150 0.000117
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000121
+libxcb.so.1 malloc 16 0x55717357ee90 0.000122
+libX11.so.6 malloc 24 0x5571735aec40 0.000121
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000120
+libxcb.so.1 malloc 16 0x55717357efb0 0.000118
+libX11.so.6 free 0x5571735a6130 void 0.000123
+libxcb.so.1 free 0x55717357efb0 void 0.000118
+libX11.so.6 free 0x5571735eb2d0 void 0.000132
+particles malloc 96 0x5571735fa930 0.000123
+particles malloc 96 0x5571735fac90 0.000117
+particles malloc 96 0x5571735fad40 0.000120
+particles malloc 96 0x5571735fae00 0.000121
+particles malloc 96 0x5571735faf30 0.000120
+particles malloc 96 0x5571735fb1e0 0.000117
+particles malloc 96 0x5571735fa490 0.000121
+particles malloc 96 0x557173620610 0.000117
+particles malloc 96 0x5571736206a0 0.000120
+particles malloc 96 0x557173620b40 0.000119
+particles malloc 96 0x557173620c00 0.000118
+particles malloc 96 0x557173620d30 0.000118
+particles malloc 96 0x557173620dc0 0.000124
+particles malloc 96 0x557173620ec0 0.000121
+particles malloc 96 0x5571736200a0 0.000118
+particles malloc 96 0x557173473ac0 0.000121
+particles malloc 96 0x557173473e10 0.000117
+particles malloc 96 0x557173473ea0 0.000120
+particles malloc 96 0x557173474040 0.000118
+particles malloc 96 0x557173474100 0.000119
+particles malloc 96 0x55717361fe80 0.000121
+particles malloc 96 0x55717361ff40 0.000118
+particles malloc 96 0x557173473a00 0.000119
+particles malloc 96 0x5571735f2ef0 0.000120
+particles malloc 96 0x5571735f2f80 0.000119
+particles malloc 96 0x5571735f3080 0.000124
+particles malloc 96 0x5571735f3140 0.000122
+particles malloc 96 0x5571735f3270 0.000121
+particles malloc 96 0x5571734734c0 0.000117
+particles malloc 96 0x5571734735f0 0.000118
+particles malloc 96 0x5571735f2dc0 0.000121
+particles malloc 96 0x557173590540 0.000120
+particles malloc 96 0x557173590600 0.000120
+particles malloc 96 0x5571735891d0 0.000120
+particles malloc 96 0x557173589280 0.000120
+particles malloc 96 0x557173589340 0.000119
+particles malloc 96 0x557173589470 0.000118
+particles malloc 96 0x5571735f2d00 0.000118
+particles malloc 96 0x557173590360 0.000118
+particles malloc 96 0x557173464bf0 0.000120
+particles malloc 96 0x5571735d4650 0.000116
+particles malloc 96 0x5571735d4700 0.000119
+particles malloc 96 0x5571735d4830 0.000119
+particles malloc 96 0x55717358dd70 0.000119
+particles malloc 96 0x55717358dd00 0.000117
+particles malloc 96 0x557173590290 0.000120
+particles malloc 96 0x557173464ac0 0.000120
+particles malloc 96 0x557173603400 0.000119
+particles malloc 96 0x55717358b710 0.000116
+particles malloc 96 0x55717358b7e0 0.000121
+particles malloc 96 0x55717358b9c0 0.000118
+particles malloc 96 0x55717358ba80 0.000110
+particles malloc 96 0x557173464950 0.000122
+particles malloc 96 0x557173464a00 0.000119
+particles malloc 96 0x557173603470 0.000122
+particles malloc 96 0x557173605a10 0.000120
+particles malloc 96 0x557173605ac0 0.000122
+particles malloc 96 0x557173605b80 0.000118
+particles malloc 96 0x557173605cb0 0.000120
+particles malloc 96 0x5571735cfad0 0.000117
+particles malloc 96 0x5571735cfb80 0.000149
+particles malloc 96 0x5571735cfcb0 0.000122
+particles malloc 96 0x5571736082c0 0.000118
+particles malloc 96 0x5571735d2140 0.000118
+particles malloc 96 0x5571735d2270 0.000122
+particles malloc 96 0x557173466f30 0.000119
+particles malloc 96 0x557173466ec0 0.000121
+particles malloc 96 0x557173607f50 0.000120
+particles malloc 96 0x557173608020 0.000120
+particles malloc 96 0x557173608200 0.000122
+particles malloc 96 0x5571735d2090 0.000146
+particles malloc 96 0x557173606ca0 0.000123
+particles malloc 96 0x557173609580 0.000121
+particles malloc 96 0x5571736096e0 0.000120
+particles malloc 96 0x55717360b590 0.000118
+particles malloc 96 0x55717360b640 0.000121
+particles malloc 96 0x55717360b700 0.000133
+particles malloc 96 0x55717360b830 0.000123
+libX11.so.6 malloc 24 0x55717357efb0 0.000122
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000120
+libxcb.so.1 malloc 16 0x5571735a6130 0.000117
+libX11.so.6 free 0x5571735aec40 void 0.000119
+libxcb.so.1 free 0x5571735a6130 void 0.000120
+libX11.so.6 free 0x5571735eb2d0 void 0.000121
+libX11.so.6 malloc 24 0x5571735a6130 0.000122
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000122
+libxcb.so.1 malloc 16 0x5571735aec40 0.000116
+libX11.so.6 free 0x55717357efb0 void 0.000119
+libxcb.so.1 free 0x5571735aec40 void 0.000123
+libX11.so.6 free 0x5571735eb2d0 void 0.000122
+libX11.so.6 malloc 24 0x5571735aec40 0.000120
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000121
+libxcb.so.1 malloc 16 0x55717357efb0 0.000117
+libX11.so.6 free 0x5571735a6130 void 0.000119
+libxcb.so.1 free 0x55717357efb0 void 0.000124
+libX11.so.6 free 0x5571735eb2d0 void 0.000118
+particles free 0x557173474270 void 0.000122
+particles free 0x5571734742e0 void 0.000122
+particles free 0x557173474350 void 0.000122
+particles free 0x5571734743c0 void 0.000129
+particles free 0x557173474430 void 0.000125
+particles free 0x5571734744a0 void 0.000123
+particles free 0x557173474510 void 0.000122
+particles free 0x557173474580 void 0.000122
+particles free 0x5571734745f0 void 0.000119
+particles free 0x557173474660 void 0.000121
+particles free 0x5571734746d0 void 0.000119
+particles free 0x557173474740 void 0.000123
+particles free 0x5571734747b0 void 0.000122
+particles free 0x557173474820 void 0.000119
+particles free 0x557173474890 void 0.000121
+particles free 0x557173474900 void 0.000121
+particles free 0x557173474970 void 0.000119
+particles free 0x5571734749e0 void 0.000119
+particles free 0x557173474a50 void 0.000124
+particles free 0x557173474ac0 void 0.000123
+particles free 0x557173474b30 void 0.000119
+particles free 0x557173474ba0 void 0.000120
+particles free 0x557173474c10 void 0.000122
+particles free 0x557173474c80 void 0.000121
+particles free 0x557173474cf0 void 0.000122
+particles free 0x557173474d60 void 0.000121
+particles free 0x557173474dd0 void 0.000121
+particles free 0x557173474e40 void 0.000120
+particles free 0x557173474eb0 void 0.000120
+particles free 0x557173474f20 void 0.000130
+particles free 0x557173474f90 void 0.000121
+particles free 0x557173475000 void 0.000119
+particles free 0x557173475070 void 0.000120
+particles free 0x5571734750e0 void 0.000120
+particles free 0x557173475150 void 0.000118
+particles free 0x5571734751c0 void 0.000122
+particles free 0x557173475230 void 0.000121
+particles free 0x5571734752a0 void 0.000121
+particles free 0x557173475310 void 0.000119
+particles free 0x557173475380 void 0.000122
+particles free 0x5571734753f0 void 0.000119
+particles free 0x557173475460 void 0.000122
+particles free 0x5571734754d0 void 0.000118
+particles free 0x557173475540 void 0.000122
+particles free 0x5571734755b0 void 0.000121
+particles free 0x557173475620 void 0.000119
+particles free 0x557173475690 void 0.000120
+particles free 0x557173475700 void 0.000121
+particles free 0x557173475770 void 0.000121
+particles free 0x5571734757e0 void 0.000121
+particles free 0x557173475850 void 0.000119
+particles free 0x5571734758c0 void 0.000118
+particles free 0x557173475930 void 0.000120
+particles free 0x5571734759a0 void 0.000119
+particles free 0x557173475a10 void 0.000123
+particles free 0x557173475a80 void 0.000119
+particles free 0x557173475af0 void 0.000120
+particles free 0x557173475b60 void 0.000120
+particles free 0x557173475bd0 void 0.000122
+particles free 0x557173475c40 void 0.000119
+particles free 0x557173475cb0 void 0.000120
+particles free 0x557173475d20 void 0.000120
+particles free 0x557173475d90 void 0.000120
+particles free 0x557173475e00 void 0.000120
+particles free 0x557173475e70 void 0.000118
+particles free 0x557173475ee0 void 0.000118
+particles free 0x557173475f50 void 0.000122
+particles free 0x557173475fc0 void 0.000146
+particles free 0x557173476030 void 0.000118
+particles free 0x5571734760a0 void 0.000119
+particles free 0x557173476110 void 0.000120
+particles free 0x557173476180 void 0.000122
+particles free 0x5571734761f0 void 0.000118
+particles free 0x557173476260 void 0.000121
+particles free 0x5571734762d0 void 0.000144
+particles free 0x557173476340 void 0.000126
+particles free 0x5571734763b0 void 0.000120
+particles free 0x557173476420 void 0.000118
+particles free 0x557173476490 void 0.000118
+particles free 0x557173476500 void 0.000124
+particles free 0x557173476570 void 0.000122
+particles free 0x5571734765e0 void 0.000122
+particles free 0x557173476650 void 0.000121
+particles free 0x5571734766c0 void 0.000118
+particles free 0x557173476730 void 0.000144
+particles free 0x5571734767a0 void 0.000131
+particles free 0x557173476810 void 0.000146
+particles free 0x557173476880 void 0.000124
+particles free 0x5571734768f0 void 0.000121
+particles free 0x557173476960 void 0.000121
+particles free 0x5571734769d0 void 0.000119
+particles free 0x557173476a40 void 0.000121
+particles free 0x557173476ab0 void 0.000120
+particles free 0x557173476b20 void 0.000118
+particles free 0x557173476b90 void 0.000121
+particles free 0x557173476c00 void 0.000118
+particles free 0x557173476c70 void 0.000120
+particles free 0x557173476ce0 void 0.000118
+particles free 0x557173476d50 void 0.000122
+particles free 0x557173476dc0 void 0.000120
+particles free 0x557173476e30 void 0.000119
+particles free 0x557173476ea0 void 0.000117
+particles free 0x557173476f10 void 0.000119
+particles free 0x557173476f80 void 0.000130
+particles free 0x557173476ff0 void 0.000122
+particles free 0x557173477060 void 0.000119
+particles free 0x5571734770d0 void 0.000121
+particles free 0x557173477140 void 0.000122
+particles free 0x5571734771b0 void 0.000119
+particles free 0x557173477220 void 0.000120
+particles free 0x557173477290 void 0.000119
+particles free 0x557173477300 void 0.000118
+particles free 0x557173477370 void 0.000121
+particles free 0x5571734773e0 void 0.000121
+particles free 0x557173477450 void 0.000118
+particles free 0x5571734774c0 void 0.000120
+particles free 0x557173477530 void 0.000118
+particles free 0x5571734775a0 void 0.000120
+particles free 0x557173477610 void 0.000120
+particles free 0x557173477680 void 0.000122
+particles free 0x5571734776f0 void 0.000119
+particles free 0x557173477760 void 0.000119
+particles free 0x5571734777d0 void 0.000122
+particles free 0x557173477840 void 0.000122
+particles free 0x5571734778b0 void 0.000122
+particles free 0x557173477920 void 0.000119
+particles free 0x557173477990 void 0.000124
+particles free 0x557173477a00 void 0.000121
+particles free 0x557173477a70 void 0.000129
+particles free 0x557173477ae0 void 0.000125
+particles free 0x557173477b50 void 0.000121
+particles free 0x557173477bc0 void 0.000122
+particles free 0x557173477c30 void 0.000121
+particles free 0x557173477ca0 void 0.000121
+particles free 0x557173477d10 void 0.000119
+particles free 0x557173477d80 void 0.000119
+particles free 0x557173477df0 void 0.000123
+particles free 0x557173477e60 void 0.000121
+particles free 0x557173477ed0 void 0.000121
+particles free 0x557173477f40 void 0.000119
+particles free 0x557173477fb0 void 0.000120
+particles free 0x557173478020 void 0.000120
+particles free 0x557173478090 void 0.000129
+particles free 0x557173478100 void 0.000123
+particles free 0x557173478170 void 0.000122
+particles free 0x5571734781e0 void 0.000119
+particles free 0x557173478250 void 0.000120
+particles free 0x5571734782c0 void 0.000117
+particles free 0x557173478330 void 0.000118
+particles free 0x5571734783a0 void 0.000122
+particles free 0x557173478410 void 0.000122
+particles free 0x557173478480 void 0.000119
+particles free 0x5571734784f0 void 0.000119
+particles free 0x557173478560 void 0.000119
+particles free 0x5571734785d0 void 0.000131
+particles free 0x557173478640 void 0.000128
+particles free 0x5571734786b0 void 0.000126
+particles free 0x557173478720 void 0.000189
+particles free 0x557173478790 void 0.000253
+particles free 0x557173478800 void 0.000188
+particles free 0x557173478870 void 0.000128
+particles free 0x5571734788e0 void 0.000126
+particles free 0x557173478950 void 0.000122
+particles free 0x5571734789c0 void 0.000124
+particles free 0x557173478a30 void 0.000122
+particles free 0x557173478aa0 void 0.000124
+particles free 0x557173478b10 void 0.000121
+particles free 0x557173478b80 void 0.000123
+particles free 0x557173478bf0 void 0.000124
+particles free 0x557173478c60 void 0.000122
+particles free 0x557173478cd0 void 0.000121
+particles free 0x557173478d40 void 0.000121
+particles free 0x557173478db0 void 0.000122
+particles free 0x557173478e20 void 0.000122
+particles free 0x557173478e90 void 0.000122
+particles free 0x557173478f00 void 0.000122
+particles free 0x557173478f70 void 0.000122
+particles free 0x557173478fe0 void 0.000132
+particles free 0x557173479050 void 0.000124
+particles realloc 0x5571736112c0|35984 0x5571736112c0 0.000126
+libxcb.so.1 free 0x5571735a6150 void 0.000132
+libGL.so.1 free 0x5571735b6d10 void 0.000125
+libxcb.so.1 free 0x55717357ee90 void 0.000123
+libGL.so.1 free 0x5571735a2fb0 void 0.000232
+gallium_dri.so malloc 72 0x5571735ed380 0.000186
+gallium_dri.so free 0x5571735ed440 void 0.000126
+gallium_dri.so free 0x5571735ed380 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed380 0.000129
+gallium_dri.so free 0x5571735ed4c0 void 0.000127
+gallium_dri.so free 0x5571735ed380 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed380 0.000127
+gallium_dri.so free 0x5571735ed580 void 0.000130
+gallium_dri.so free 0x5571735ed380 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed380 0.000129
+gallium_dri.so free 0x5571735ed640 void 0.000128
+gallium_dri.so free 0x5571735ed380 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000128
+gallium_dri.so free 0x5571735ed6c0 void 0.000128
+gallium_dri.so free 0x5571735ed5f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ed710 0.000133
+gallium_dri.so free 0x5571735ed780 void 0.000129
+gallium_dri.so free 0x5571735ed710 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed7a0 0.000137
+gallium_dri.so free 0x5571735ed840 void 0.000136
+gallium_dri.so free 0x5571735ed7a0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000139
+gallium_dri.so free 0x5571735ed8c0 void 0.000137
+gallium_dri.so free 0x5571735ed7f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000136
+gallium_dri.so free 0x5571735ed9c0 void 0.000137
+gallium_dri.so free 0x5571735ed7f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed970 0.000133
+gallium_dri.so free 0x5571735eda40 void 0.000134
+gallium_dri.so free 0x5571735ed970 void 0.000136
+gallium_dri.so malloc 72 0x5571735eda90 0.000140
+gallium_dri.so free 0x5571735edb00 void 0.000136
+gallium_dri.so free 0x5571735eda90 void 0.000136
+gallium_dri.so malloc 72 0x5571735edb20 0.000131
+gallium_dri.so free 0x5571735edbc0 void 0.000133
+gallium_dri.so free 0x5571735edb20 void 0.000138
+gallium_dri.so malloc 72 0x5571735edb70 0.000132
+gallium_dri.so free 0x5571735edc40 void 0.000128
+gallium_dri.so free 0x5571735edb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735edb70 0.000137
+gallium_dri.so free 0x5571735edcc0 void 0.000179
+gallium_dri.so free 0x5571735edb70 void 0.000139
+gallium_dri.so malloc 72 0x5571735edcc0 0.000137
+gallium_dri.so free 0x5571735edd80 void 0.000137
+gallium_dri.so free 0x5571735edcc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735edcc0 0.000137
+gallium_dri.so free 0x5571735ede80 void 0.000131
+gallium_dri.so free 0x5571735edcc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735edcc0 0.000131
+gallium_dri.so free 0x5571735edf00 void 0.000136
+gallium_dri.so free 0x5571735edcc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735edf30 0.000137
+gallium_dri.so free 0x5571735edf80 void 0.000136
+gallium_dri.so free 0x5571735edf30 void 0.000190
+gallium_dri.so malloc 72 0x5571735edf30 0.000173
+gallium_dri.so free 0x5571735ee080 void 0.000132
+gallium_dri.so free 0x5571735edf30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee030 0.000129
+gallium_dri.so free 0x5571735ee140 void 0.000149
+gallium_dri.so free 0x5571735ee030 void 0.000142
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000127
+gallium_dri.so free 0x5571735ee180 void 0.000129
+gallium_dri.so free 0x5571735ee0f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000126
+gallium_dri.so free 0x5571735ee240 void 0.000127
+gallium_dri.so free 0x5571735ee0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee290 0.000128
+gallium_dri.so free 0x5571735ee300 void 0.000128
+gallium_dri.so free 0x5571735ee290 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee340 0.000126
+gallium_dri.so free 0x5571735ee3c0 void 0.000127
+gallium_dri.so free 0x5571735ee340 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000124
+gallium_dri.so free 0x5571735ee480 void 0.000126
+gallium_dri.so free 0x5571735ee3c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000126
+gallium_dri.so free 0x5571735ee500 void 0.000128
+gallium_dri.so free 0x5571735ee3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee530 0.000126
+gallium_dri.so free 0x5571735ee580 void 0.000126
+gallium_dri.so free 0x5571735ee530 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee530 0.000126
+gallium_dri.so free 0x5571735ee680 void 0.000127
+gallium_dri.so free 0x5571735ee530 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee630 0.000150
+gallium_dri.so free 0x5571735ee740 void 0.000128
+gallium_dri.so free 0x5571735ee630 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000126
+gallium_dri.so free 0x5571735ee7c0 void 0.000128
+gallium_dri.so free 0x5571735ee6f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee7e0 0.000126
+gallium_dri.so free 0x5571735ee880 void 0.000125
+gallium_dri.so free 0x5571735ee7e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee830 0.000127
+gallium_dri.so free 0x5571735ee900 void 0.000126
+gallium_dri.so free 0x5571735ee830 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee830 0.000125
+gallium_dri.so free 0x5571735ee980 void 0.000127
+gallium_dri.so free 0x5571735ee830 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee980 0.000126
+gallium_dri.so free 0x5571735eea40 void 0.000127
+gallium_dri.so free 0x5571735ee980 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee980 0.000124
+gallium_dri.so free 0x5571735eeb00 void 0.000128
+gallium_dri.so free 0x5571735ee980 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee980 0.000128
+gallium_dri.so free 0x5571735eebc0 void 0.000125
+gallium_dri.so free 0x5571735ee980 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeb70 0.000126
+gallium_dri.so free 0x5571735eebc0 void 0.000135
+gallium_dri.so free 0x5571735eeb70 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeb70 0.000127
+gallium_dri.so free 0x5571735eecc0 void 0.000124
+gallium_dri.so free 0x5571735eeb70 void 0.000126
+gallium_dri.so malloc 72 0x5571735eec70 0.000125
+gallium_dri.so free 0x5571735eed80 void 0.000127
+gallium_dri.so free 0x5571735eec70 void 0.000125
+gallium_dri.so malloc 72 0x5571735eed30 0.000125
+gallium_dri.so free 0x5571735eedc0 void 0.000123
+gallium_dri.so free 0x5571735eed30 void 0.000129
+gallium_dri.so malloc 72 0x5571735eed30 0.000121
+gallium_dri.so free 0x5571735eee80 void 0.000119
+gallium_dri.so free 0x5571735eed30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeec0 0.000118
+gallium_dri.so free 0x5571735eef40 void 0.000118
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eef40 0.000120
+gallium_dri.so free 0x5571735ef000 void 0.000121
+gallium_dri.so free 0x5571735eef40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eef40 0.000122
+gallium_dri.so free 0x5571735ef0c0 void 0.000122
+gallium_dri.so free 0x5571735eef40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef0e0 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000120
+gallium_dri.so free 0x5571735ef0e0 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef130 0.000122
+gallium_dri.so free 0x5571735ef200 void 0.000121
+gallium_dri.so free 0x5571735ef130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef130 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000123
+gallium_dri.so free 0x5571735ef130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef280 0.000120
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef280 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef280 0.000118
+gallium_dri.so free 0x5571735ef4c0 void 0.000123
+gallium_dri.so free 0x5571735ef280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef470 0.000118
+gallium_dri.so free 0x5571735ef580 void 0.000120
+gallium_dri.so free 0x5571735ef470 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef530 0.000167
+gallium_dri.so free 0x5571735ef600 void 0.000165
+gallium_dri.so free 0x5571735ef530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef650 0.000120
+gallium_dri.so free 0x5571735ef6c0 void 0.000119
+gallium_dri.so free 0x5571735ef650 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef6e0 0.000137
+gallium_dri.so free 0x5571735ef780 void 0.000190
+gallium_dri.so free 0x5571735ef6e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so free 0x5571735ef730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef730 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef880 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef880 0.000113
+gallium_dri.so free 0x5571735efa40 void 0.000114
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000117
+gallium_dri.so free 0x5571735ef9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000113
+gallium_dri.so free 0x5571735efb40 void 0.000114
+gallium_dri.so free 0x5571735ef9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb80 0.000115
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc00 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so free 0x5571735efc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735efc00 0.000124
+gallium_dri.so free 0x5571735efd40 void 0.000116
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735efd70 0.000115
+gallium_dri.so free 0x5571735efdc0 void 0.000115
+gallium_dri.so free 0x5571735efd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efd70 0.000116
+gallium_dri.so free 0x5571735efec0 void 0.000117
+gallium_dri.so free 0x5571735efd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff00 0.000114
+gallium_dri.so free 0x5571735eff80 void 0.000122
+gallium_dri.so free 0x5571735eff00 void 0.000115
+gallium_dri.so malloc 72 0x5571735eff80 0.000114
+gallium_dri.so free 0x5571735f0040 void 0.000114
+gallium_dri.so free 0x5571735eff80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff80 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f00f0 0.000114
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735f00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f00f0 0.000114
+gallium_dri.so free 0x5571735f0240 void 0.000114
+gallium_dri.so free 0x5571735f00f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01f0 0.000115
+gallium_dri.so free 0x5571735f0300 void 0.000115
+gallium_dri.so free 0x5571735f01f0 void 0.000190
+gallium_dri.so malloc 72 0x5571735f02b0 0.000119
+gallium_dri.so free 0x5571735f0380 void 0.000116
+gallium_dri.so free 0x5571735f02b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f02b0 0.000116
+gallium_dri.so free 0x5571735f0440 void 0.000119
+gallium_dri.so free 0x5571735f02b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f02b0 0.000117
+gallium_dri.so free 0x5571735f0500 void 0.000116
+gallium_dri.so free 0x5571735f02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f04b0 0.000114
+gallium_dri.so free 0x5571735f0580 void 0.000113
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05d0 0.000114
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so free 0x5571735f05d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0660 0.000115
+gallium_dri.so free 0x5571735f0700 void 0.000115
+gallium_dri.so free 0x5571735f0660 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06b0 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000116
+gallium_dri.so free 0x5571735f06b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0780 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0780 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000129
+gallium_dri.so malloc 72 0x5571735f08c0 0.000115
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f08c0 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f08c0 0.000114
+gallium_dri.so free 0x5571735f0b00 void 0.000116
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000114
+gallium_dri.so free 0x5571735f0b80 void 0.000116
+gallium_dri.so free 0x5571735f0ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0bd0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000115
+gallium_dri.so free 0x5571735f0bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0c80 0.000114
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c80 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000117
+gallium_dri.so free 0x5571735f0c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0db0 0.000115
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0db0 0.000115
+gallium_dri.so free 0x5571735f0f00 void 0.000115
+gallium_dri.so free 0x5571735f0db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000127
+gallium_dri.so free 0x5571735f0fc0 void 0.000125
+gallium_dri.so free 0x5571735f0eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0f70 0.000117
+gallium_dri.so free 0x5571735f1000 void 0.000121
+gallium_dri.so free 0x5571735f0f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0f70 0.000116
+gallium_dri.so free 0x5571735f10c0 void 0.000120
+gallium_dri.so free 0x5571735f0f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1130 0.000123
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f1130 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1130 0.000120
+gallium_dri.so free 0x5571735f1280 void 0.000118
+gallium_dri.so free 0x5571735f1130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1230 0.000122
+gallium_dri.so free 0x5571735f1340 void 0.000124
+gallium_dri.so free 0x5571735f1230 void 0.000131
+gallium_dri.so malloc 72 0x5571735f12f0 0.000120
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so free 0x5571735f12f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12f0 0.000124
+gallium_dri.so free 0x5571735f1440 void 0.000124
+gallium_dri.so free 0x5571735f12f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1480 0.000116
+gallium_dri.so free 0x5571735f1500 void 0.000190
+gallium_dri.so free 0x5571735f1480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1500 0.000124
+gallium_dri.so free 0x5571735f15c0 void 0.000119
+gallium_dri.so free 0x5571735f1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1500 0.000123
+gallium_dri.so free 0x5571735f1680 void 0.000125
+gallium_dri.so free 0x5571735f1500 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16a0 0.000119
+gallium_dri.so free 0x5571735f1740 void 0.000124
+gallium_dri.so free 0x5571735f16a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f16f0 0.000118
+gallium_dri.so free 0x5571735f17c0 void 0.000119
+gallium_dri.so free 0x5571735f16f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16f0 0.000123
+gallium_dri.so free 0x5571735f1840 void 0.000125
+gallium_dri.so free 0x5571735f16f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1840 0.000119
+gallium_dri.so free 0x5571735f1900 void 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1840 0.000119
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f1840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1840 0.000115
+gallium_dri.so free 0x5571735f1a80 void 0.000113
+gallium_dri.so free 0x5571735f1840 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1a30 0.000116
+gallium_dri.so free 0x5571735f1b40 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1af0 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000114
+gallium_dri.so free 0x5571735f1af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c10 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1ca0 0.000114
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1ca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000113
+gallium_dri.so free 0x5571735f1dc0 void 0.000115
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e40 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e40 0.000114
+gallium_dri.so free 0x5571735f2000 void 0.000113
+gallium_dri.so free 0x5571735f1e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000113
+gallium_dri.so free 0x5571735f1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000126
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so free 0x5571735f1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2140 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000112
+gallium_dri.so malloc 72 0x5571735f21c0 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000118
+gallium_dri.so free 0x5571735f21c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f21c0 0.000115
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f21c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2330 0.000113
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2330 0.000113
+gallium_dri.so free 0x5571735f2480 void 0.000114
+gallium_dri.so free 0x5571735f2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f24c0 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so free 0x5571735f24c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2540 0.000113
+gallium_dri.so free 0x5571735f2600 void 0.000114
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2540 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so free 0x5571735f2540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f26b0 0.000113
+gallium_dri.so free 0x5571735f2700 void 0.000117
+gallium_dri.so free 0x5571735f26b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26b0 0.000113
+gallium_dri.so free 0x5571735f2800 void 0.000151
+gallium_dri.so free 0x5571735f26b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735f27b0 0.000115
+gallium_dri.so free 0x557173619f80 void 0.000114
+gallium_dri.so free 0x5571735f27b0 void 0.000113
+gallium_dri.so malloc 72 0x557173619fe0 0.000114
+gallium_dri.so free 0x55717361a080 void 0.000115
+gallium_dri.so free 0x557173619fe0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a030 0.000112
+gallium_dri.so free 0x55717361a0c0 void 0.000114
+gallium_dri.so free 0x55717361a030 void 0.000113
+gallium_dri.so malloc 72 0x55717361a030 0.000113
+gallium_dri.so free 0x55717361a180 void 0.000115
+gallium_dri.so free 0x55717361a030 void 0.000113
+gallium_dri.so malloc 72 0x55717361a1c0 0.000113
+gallium_dri.so free 0x5571735f28c0 void 0.000113
+gallium_dri.so free 0x55717361a1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2870 0.000113
+gallium_dri.so free 0x55717361a240 void 0.000114
+gallium_dri.so free 0x5571735f2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2870 0.000116
+gallium_dri.so free 0x55717361a2c0 void 0.000118
+gallium_dri.so free 0x5571735f2870 void 0.000114
+gallium_dri.so malloc 72 0x55717361a2f0 0.000127
+gallium_dri.so free 0x55717361a340 void 0.000115
+gallium_dri.so free 0x55717361a2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a340 0.000114
+gallium_dri.so free 0x55717361a400 void 0.000114
+gallium_dri.so free 0x55717361a340 void 0.000114
+gallium_dri.so malloc 72 0x55717361a340 0.000113
+gallium_dri.so free 0x55717361a500 void 0.000114
+gallium_dri.so free 0x55717361a340 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4b0 0.000113
+gallium_dri.so free 0x55717361a5c0 void 0.000114
+gallium_dri.so free 0x55717361a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a570 0.000115
+gallium_dri.so free 0x55717361a600 void 0.000115
+gallium_dri.so free 0x55717361a570 void 0.000114
+gallium_dri.so malloc 72 0x55717361a570 0.000113
+gallium_dri.so free 0x55717361a6c0 void 0.000115
+gallium_dri.so free 0x55717361a570 void 0.000113
+gallium_dri.so malloc 72 0x55717361a700 0.000113
+gallium_dri.so free 0x55717361a780 void 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000114
+gallium_dri.so malloc 72 0x55717361a780 0.000113
+gallium_dri.so free 0x55717361a840 void 0.000114
+gallium_dri.so free 0x55717361a780 void 0.000114
+gallium_dri.so malloc 72 0x55717361a780 0.000113
+gallium_dri.so free 0x55717361a8c0 void 0.000113
+gallium_dri.so free 0x55717361a780 void 0.000113
+gallium_dri.so malloc 72 0x55717361a780 0.000113
+gallium_dri.so free 0x55717361a980 void 0.000128
+gallium_dri.so free 0x55717361a780 void 0.000113
+gallium_dri.so malloc 72 0x55717361a780 0.000113
+gallium_dri.so free 0x55717361aa40 void 0.000114
+gallium_dri.so free 0x55717361a780 void 0.000113
+gallium_dri.so malloc 72 0x55717361a9f0 0.000113
+gallium_dri.so free 0x55717361aac0 void 0.000113
+gallium_dri.so free 0x55717361a9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab10 0.000113
+gallium_dri.so free 0x55717361ab80 void 0.000113
+gallium_dri.so free 0x55717361ab10 void 0.000113
+gallium_dri.so malloc 72 0x55717361aba0 0.000113
+gallium_dri.so free 0x55717361ac40 void 0.000114
+gallium_dri.so free 0x55717361aba0 void 0.000117
+gallium_dri.so malloc 72 0x55717361abf0 0.000113
+gallium_dri.so free 0x55717361acc0 void 0.000114
+gallium_dri.so free 0x55717361abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361abf0 0.000113
+gallium_dri.so free 0x55717361adc0 void 0.000114
+gallium_dri.so free 0x55717361abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ad70 0.000114
+gallium_dri.so free 0x55717361ae40 void 0.000115
+gallium_dri.so free 0x55717361ad70 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae90 0.000112
+gallium_dri.so free 0x55717361af00 void 0.000114
+gallium_dri.so free 0x55717361ae90 void 0.000112
+gallium_dri.so malloc 72 0x55717361af20 0.000113
+gallium_dri.so free 0x55717361afc0 void 0.000159
+gallium_dri.so free 0x55717361af20 void 0.000115
+gallium_dri.so malloc 72 0x55717361af70 0.000114
+gallium_dri.so free 0x55717361b040 void 0.000114
+gallium_dri.so free 0x55717361af70 void 0.000113
+gallium_dri.so malloc 72 0x55717361af70 0.000113
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so free 0x55717361af70 void 0.000114
+gallium_dri.so malloc 72 0x55717361b0c0 0.000114
+gallium_dri.so free 0x55717361b180 void 0.000116
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b0c0 0.000113
+gallium_dri.so free 0x55717361b280 void 0.000115
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b0c0 0.000114
+gallium_dri.so free 0x55717361b300 void 0.000116
+gallium_dri.so free 0x55717361b0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b330 0.000113
+gallium_dri.so free 0x55717361b380 void 0.000116
+gallium_dri.so free 0x55717361b330 void 0.000114
+gallium_dri.so malloc 72 0x55717361b330 0.000115
+gallium_dri.so free 0x55717361b480 void 0.000116
+gallium_dri.so free 0x55717361b330 void 0.000114
+gallium_dri.so malloc 72 0x55717361b430 0.000114
+gallium_dri.so free 0x55717361b540 void 0.000116
+gallium_dri.so free 0x55717361b430 void 0.000114
+gallium_dri.so malloc 72 0x55717361b4f0 0.000113
+gallium_dri.so free 0x55717361b580 void 0.000114
+gallium_dri.so free 0x55717361b4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b4f0 0.000114
+gallium_dri.so free 0x55717361b640 void 0.000116
+gallium_dri.so free 0x55717361b4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b690 0.000114
+gallium_dri.so free 0x55717361b700 void 0.000113
+gallium_dri.so free 0x55717361b690 void 0.000113
+gallium_dri.so malloc 72 0x55717361b740 0.000114
+gallium_dri.so free 0x55717361b7c0 void 0.000115
+gallium_dri.so free 0x55717361b740 void 0.000114
+gallium_dri.so malloc 72 0x55717361b7c0 0.000114
+gallium_dri.so free 0x55717361b880 void 0.000114
+gallium_dri.so free 0x55717361b7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b7c0 0.000114
+gallium_dri.so free 0x55717361b900 void 0.000115
+gallium_dri.so free 0x55717361b7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b930 0.000114
+gallium_dri.so free 0x55717361b980 void 0.000113
+gallium_dri.so free 0x55717361b930 void 0.000113
+gallium_dri.so malloc 72 0x55717361b930 0.000113
+gallium_dri.so free 0x55717361ba80 void 0.000113
+gallium_dri.so free 0x55717361b930 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba30 0.000113
+gallium_dri.so free 0x55717361bb40 void 0.000114
+gallium_dri.so free 0x55717361ba30 void 0.000114
+gallium_dri.so malloc 72 0x55717361baf0 0.000114
+gallium_dri.so free 0x55717361bbc0 void 0.000113
+gallium_dri.so free 0x55717361baf0 void 0.000125
+gallium_dri.so malloc 72 0x55717361bbe0 0.000114
+gallium_dri.so free 0x55717361bc80 void 0.000113
+gallium_dri.so free 0x55717361bbe0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bc30 0.000113
+gallium_dri.so free 0x55717361bd00 void 0.000115
+gallium_dri.so free 0x55717361bc30 void 0.000112
+gallium_dri.so malloc 72 0x55717361bc30 0.000114
+gallium_dri.so free 0x55717361bd80 void 0.000114
+gallium_dri.so free 0x55717361bc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361bd80 0.000114
+gallium_dri.so free 0x55717361be40 void 0.000115
+gallium_dri.so free 0x55717361bd80 void 0.000113
+gallium_dri.so malloc 72 0x55717361bd80 0.000113
+gallium_dri.so free 0x55717361bf00 void 0.000113
+gallium_dri.so free 0x55717361bd80 void 0.000113
+gallium_dri.so malloc 72 0x55717361bd80 0.000112
+gallium_dri.so free 0x55717361bfc0 void 0.000114
+gallium_dri.so free 0x55717361bd80 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf70 0.000114
+gallium_dri.so free 0x55717361bfc0 void 0.000117
+gallium_dri.so free 0x55717361bf70 void 0.000113
+gallium_dri.so malloc 72 0x55717361bf70 0.000113
+gallium_dri.so free 0x55717361c0c0 void 0.000113
+gallium_dri.so free 0x55717361bf70 void 0.000112
+gallium_dri.so malloc 72 0x55717361c070 0.000114
+gallium_dri.so free 0x55717361c180 void 0.000114
+gallium_dri.so free 0x55717361c070 void 0.000114
+gallium_dri.so malloc 72 0x55717361c130 0.000165
+gallium_dri.so free 0x55717361c1c0 void 0.000117
+gallium_dri.so free 0x55717361c130 void 0.000115
+gallium_dri.so malloc 72 0x55717361c130 0.000118
+gallium_dri.so free 0x55717361c280 void 0.000116
+gallium_dri.so free 0x55717361c130 void 0.000115
+gallium_dri.so malloc 72 0x55717361c2c0 0.000115
+gallium_dri.so free 0x55717361c340 void 0.000114
+gallium_dri.so free 0x55717361c2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c340 0.000114
+gallium_dri.so free 0x55717361c400 void 0.000116
+gallium_dri.so free 0x55717361c340 void 0.000113
+gallium_dri.so malloc 72 0x55717361c340 0.000115
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c340 void 0.000114
+gallium_dri.so malloc 72 0x55717361c4e0 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000115
+gallium_dri.so free 0x55717361c4e0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c530 0.000114
+gallium_dri.so free 0x55717361c600 void 0.000116
+gallium_dri.so free 0x55717361c530 void 0.000114
+gallium_dri.so malloc 72 0x55717361c530 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000114
+gallium_dri.so free 0x55717361c530 void 0.000115
+gallium_dri.so malloc 72 0x55717361c680 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000116
+gallium_dri.so free 0x55717361c680 void 0.000115
+gallium_dri.so malloc 72 0x55717361c680 0.000125
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000114
+gallium_dri.so malloc 72 0x55717361c680 0.000113
+gallium_dri.so free 0x55717361c8c0 void 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000115
+gallium_dri.so malloc 72 0x55717361c870 0.000114
+gallium_dri.so free 0x55717361c980 void 0.000113
+gallium_dri.so free 0x55717361c870 void 0.000113
+gallium_dri.so malloc 72 0x55717361c930 0.000115
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c930 void 0.000114
+gallium_dri.so malloc 72 0x55717361ca50 0.000114
+gallium_dri.so free 0x55717361cac0 void 0.000114
+gallium_dri.so free 0x55717361ca50 void 0.000113
+gallium_dri.so malloc 72 0x55717361cae0 0.000113
+gallium_dri.so free 0x55717361cb80 void 0.000115
+gallium_dri.so free 0x55717361cae0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb30 0.000114
+gallium_dri.so free 0x55717361cc00 void 0.000114
+gallium_dri.so free 0x55717361cb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361cb30 0.000112
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so free 0x55717361cb30 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc80 0.000113
+gallium_dri.so free 0x55717361cd40 void 0.000113
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc80 0.000125
+gallium_dri.so free 0x55717361ce40 void 0.000116
+gallium_dri.so free 0x55717361cc80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000113
+gallium_dri.so free 0x55717361ce80 void 0.000114
+gallium_dri.so free 0x55717361cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdf0 0.000114
+gallium_dri.so free 0x55717361cf40 void 0.000115
+gallium_dri.so free 0x55717361cdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf80 0.000118
+gallium_dri.so free 0x55717361d000 void 0.000115
+gallium_dri.so free 0x55717361cf80 void 0.000112
+gallium_dri.so malloc 72 0x55717361d000 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so free 0x55717361d000 void 0.000114
+gallium_dri.so malloc 72 0x55717361d000 0.000114
+gallium_dri.so free 0x55717361d140 void 0.000113
+gallium_dri.so free 0x55717361d000 void 0.000113
+gallium_dri.so malloc 72 0x55717361d170 0.000112
+gallium_dri.so free 0x55717361d1c0 void 0.000114
+gallium_dri.so free 0x55717361d170 void 0.000114
+gallium_dri.so malloc 72 0x55717361d170 0.000118
+gallium_dri.so free 0x55717361d2c0 void 0.000114
+gallium_dri.so free 0x55717361d170 void 0.000113
+gallium_dri.so malloc 72 0x55717361d300 0.000113
+gallium_dri.so free 0x55717361d380 void 0.000114
+gallium_dri.so free 0x55717361d300 void 0.000116
+gallium_dri.so malloc 72 0x55717361d380 0.000113
+gallium_dri.so free 0x55717361d440 void 0.000166
+gallium_dri.so free 0x55717361d380 void 0.000115
+gallium_dri.so malloc 72 0x55717361d380 0.000114
+gallium_dri.so free 0x55717361d4c0 void 0.000113
+gallium_dri.so free 0x55717361d380 void 0.000113
+gallium_dri.so malloc 72 0x55717361d4f0 0.000112
+gallium_dri.so free 0x55717361d540 void 0.000118
+gallium_dri.so free 0x55717361d4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d4f0 0.000114
+gallium_dri.so free 0x55717361d640 void 0.000114
+gallium_dri.so free 0x55717361d4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d5f0 0.000113
+gallium_dri.so free 0x55717361d700 void 0.000115
+gallium_dri.so free 0x55717361d5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6b0 0.000114
+gallium_dri.so free 0x55717361d780 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d6b0 0.000112
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6b0 0.000113
+gallium_dri.so free 0x55717361d900 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d8b0 0.000113
+gallium_dri.so free 0x55717361d980 void 0.000114
+gallium_dri.so free 0x55717361d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d9d0 0.000113
+gallium_dri.so free 0x55717361da40 void 0.000127
+gallium_dri.so free 0x55717361d9d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361da60 0.000114
+gallium_dri.so free 0x55717361db00 void 0.000113
+gallium_dri.so free 0x55717361da60 void 0.000112
+gallium_dri.so malloc 72 0x55717361dab0 0.000113
+gallium_dri.so free 0x55717361db80 void 0.000114
+gallium_dri.so free 0x55717361dab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361db80 0.000114
+gallium_dri.so free 0x55717361dc40 void 0.000118
+gallium_dri.so free 0x55717361db80 void 0.000114
+gallium_dri.so malloc 72 0x55717361db80 0.000113
+gallium_dri.so free 0x55717361dcc0 void 0.000114
+gallium_dri.so free 0x55717361db80 void 0.000113
+gallium_dri.so malloc 72 0x55717361dcc0 0.000113
+gallium_dri.so free 0x55717361dd80 void 0.000116
+gallium_dri.so free 0x55717361dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dcc0 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so free 0x55717361dcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dcc0 0.000113
+gallium_dri.so free 0x55717361df00 void 0.000114
+gallium_dri.so free 0x55717361dcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361deb0 0.000113
+gallium_dri.so free 0x55717361df80 void 0.000116
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dfd0 0.000113
+gallium_dri.so free 0x55717361e040 void 0.000114
+gallium_dri.so free 0x55717361dfd0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e080 0.000114
+gallium_dri.so free 0x55717361e100 void 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000114
+gallium_dri.so malloc 72 0x55717361e080 0.000114
+gallium_dri.so free 0x55717361e180 void 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000113
+gallium_dri.so malloc 72 0x55717361e1b0 0.000113
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so free 0x55717361e1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e1b0 0.000117
+gallium_dri.so free 0x55717361e300 void 0.000114
+gallium_dri.so free 0x55717361e1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e2b0 0.000117
+gallium_dri.so free 0x55717361e3c0 void 0.000115
+gallium_dri.so free 0x55717361e2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e370 0.000113
+gallium_dri.so free 0x55717361e400 void 0.000114
+gallium_dri.so free 0x55717361e370 void 0.000115
+gallium_dri.so malloc 72 0x55717361e370 0.000113
+gallium_dri.so free 0x55717361e4c0 void 0.000115
+gallium_dri.so free 0x55717361e370 void 0.000115
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e580 void 0.000114
+gallium_dri.so free 0x55717361e530 void 0.000114
+gallium_dri.so malloc 72 0x55717361e530 0.000114
+gallium_dri.so free 0x55717361e680 void 0.000115
+gallium_dri.so free 0x55717361e530 void 0.000165
+gallium_dri.so malloc 72 0x55717361e630 0.000115
+gallium_dri.so free 0x55717361e740 void 0.000114
+gallium_dri.so free 0x55717361e630 void 0.000113
+gallium_dri.so malloc 72 0x55717361e6f0 0.000113
+gallium_dri.so free 0x55717361e780 void 0.000115
+gallium_dri.so free 0x55717361e6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e6f0 0.000113
+gallium_dri.so free 0x55717361e840 void 0.000113
+gallium_dri.so free 0x55717361e6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e880 0.000113
+gallium_dri.so free 0x55717361e900 void 0.000114
+gallium_dri.so free 0x55717361e880 void 0.000113
+gallium_dri.so malloc 72 0x55717361e900 0.000113
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so free 0x55717361e900 void 0.000112
+gallium_dri.so malloc 72 0x55717361e900 0.000114
+gallium_dri.so free 0x55717361ea80 void 0.000113
+gallium_dri.so free 0x55717361e900 void 0.000190
+gallium_dri.so malloc 72 0x55717361eaa0 0.000151
+gallium_dri.so free 0x55717361eb40 void 0.000117
+gallium_dri.so free 0x55717361eaa0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eaf0 0.000112
+gallium_dri.so free 0x55717361ebc0 void 0.000115
+gallium_dri.so free 0x55717361eaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eaf0 0.000113
+gallium_dri.so free 0x55717361ec40 void 0.000114
+gallium_dri.so free 0x55717361eaf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ec40 0.000114
+gallium_dri.so free 0x55717361ed00 void 0.000114
+gallium_dri.so free 0x55717361ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec40 0.000113
+gallium_dri.so free 0x55717361edc0 void 0.000115
+gallium_dri.so free 0x55717361ec40 void 0.000116
+gallium_dri.so malloc 72 0x55717361ec40 0.000114
+gallium_dri.so free 0x55717361ee80 void 0.000113
+gallium_dri.so free 0x55717361ec40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ee30 0.000113
+gallium_dri.so free 0x55717361ef40 void 0.000113
+gallium_dri.so free 0x55717361ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717361eef0 0.000114
+gallium_dri.so free 0x55717361efc0 void 0.000114
+gallium_dri.so free 0x55717361eef0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f010 0.000114
+gallium_dri.so free 0x55717361f080 void 0.000113
+gallium_dri.so free 0x55717361f010 void 0.000114
+gallium_dri.so malloc 72 0x55717361f0a0 0.000113
+gallium_dri.so free 0x55717361f140 void 0.000114
+gallium_dri.so free 0x55717361f0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f0f0 0.000116
+gallium_dri.so free 0x55717361f1c0 void 0.000114
+gallium_dri.so free 0x55717361f0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f0f0 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f0f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361f240 0.000116
+gallium_dri.so free 0x55717361f300 void 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000113
+gallium_dri.so malloc 72 0x55717361f240 0.000113
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000112
+gallium_dri.so malloc 72 0x55717361f3b0 0.000113
+gallium_dri.so free 0x55717361f440 void 0.000116
+gallium_dri.so free 0x55717361f3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f3b0 0.000113
+gallium_dri.so free 0x55717361f500 void 0.000115
+gallium_dri.so free 0x55717361f3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f540 0.000113
+gallium_dri.so free 0x55717361f5c0 void 0.000112
+gallium_dri.so free 0x55717361f540 void 0.000113
+gallium_dri.so malloc 72 0x55717361f5c0 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000114
+gallium_dri.so free 0x55717361f5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f5c0 0.000113
+gallium_dri.so free 0x55717361f700 void 0.000113
+gallium_dri.so free 0x55717361f5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f730 0.000115
+gallium_dri.so free 0x55717361f780 void 0.000112
+gallium_dri.so free 0x55717361f730 void 0.000114
+gallium_dri.so malloc 72 0x55717361f730 0.000113
+gallium_dri.so free 0x55717361f880 void 0.000114
+gallium_dri.so free 0x55717361f730 void 0.000112
+gallium_dri.so malloc 72 0x55717361f8c0 0.000162
+gallium_dri.so free 0x55717361f940 void 0.000115
+gallium_dri.so free 0x55717361f8c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f940 0.000114
+gallium_dri.so free 0x55717361fa00 void 0.000114
+gallium_dri.so free 0x55717361f940 void 0.000112
+gallium_dri.so malloc 72 0x55717361f940 0.000113
+gallium_dri.so free 0x55717361fa80 void 0.000115
+gallium_dri.so free 0x55717361f940 void 0.000115
+gallium_dri.so malloc 72 0x55717361fab0 0.000113
+gallium_dri.so free 0x55717361fb00 void 0.000113
+gallium_dri.so free 0x55717361fab0 void 0.000115
+gallium_dri.so malloc 72 0x55717361fab0 0.000114
+gallium_dri.so free 0x55717361fc00 void 0.000114
+gallium_dri.so free 0x55717361fab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fbb0 0.000114
+gallium_dri.so free 0x55717361fcc0 void 0.000113
+gallium_dri.so free 0x55717361fbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc70 0.000124
+gallium_dri.so free 0x5571735f8840 void 0.000127
+gallium_dri.so free 0x55717361fc70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000117
+gallium_dri.so free 0x5571735e37c0 void 0.000122
+gallium_dri.so free 0x5571735f87f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f87f0 0.000129
+gallium_dri.so free 0x557173590b40 void 0.000127
+gallium_dri.so free 0x5571735f87f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f87f0 0.000126
+gallium_dri.so free 0x5571735ed1c0 void 0.000124
+gallium_dri.so free 0x5571735f87f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed170 0.000117
+gallium_dri.so free 0x55717346e840 void 0.000115
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x55717346e7f0 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x55717346e7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000118
+gallium_dri.so free 0x5571735f96c0 void 0.000121
+gallium_dri.so free 0x5571735eb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000115
+gallium_dri.so free 0x5571735f8a00 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x55717346c280 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c230 0.000113
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8630 0.000113
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x5571735f70b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f57b0 0.000114
+gallium_dri.so free 0x5571735c4100 void 0.000114
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000112
+gallium_dri.so free 0x55717346ea00 void 0.000114
+gallium_dri.so free 0x5571735c40b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e9b0 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000114
+gallium_dri.so free 0x55717346e9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000115
+gallium_dri.so free 0x55717346e630 void 0.000113
+gallium_dri.so malloc 72 0x55717346d0b0 0.000113
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x55717346d0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f7b0 0.000119
+gallium_dri.so free 0x55717346c440 void 0.000119
+gallium_dri.so free 0x55717360f7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c3f0 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so free 0x55717346c3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f90f0 0.000110
+gallium_dri.so free 0x55717346c0c0 void 0.000119
+gallium_dri.so free 0x5571735f90f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c070 0.000161
+gallium_dri.so free 0x55717346ab40 void 0.000124
+gallium_dri.so free 0x55717346c070 void 0.000124
+gallium_dri.so malloc 72 0x55717346aaf0 0.000119
+gallium_dri.so free 0x5571735ffe80 void 0.000121
+gallium_dri.so free 0x55717346aaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffe30 0.000123
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000115
+gallium_dri.so malloc 72 0x557173469e30 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x557173469e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000115
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000115
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000128
+gallium_dri.so free 0x5571735fd8c0 void 0.000116
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd870 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000119
+gallium_dri.so free 0x5571735c3ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2970 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so free 0x5571735c2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x557173620e80 void 0.000113
+gallium_dri.so free 0x5571735c1cb0 void 0.000115
+gallium_dri.so malloc 72 0x557173620e30 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x557173610680 void 0.000115
+gallium_dri.so free 0x5571735c00f0 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x55717360f9c0 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000114
+gallium_dri.so malloc 72 0x55717360f970 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000125
+gallium_dri.so free 0x55717360f970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000112
+gallium_dri.so free 0x55717360f640 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5f0 0.000114
+gallium_dri.so free 0x55717360e0c0 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e070 0.000114
+gallium_dri.so free 0x55717360d400 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000113
+gallium_dri.so malloc 72 0x55717360d3b0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x55717360d3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c770 0.000116
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x55717360c770 void 0.000114
+gallium_dri.so malloc 72 0x557173600cb0 0.000113
+gallium_dri.so free 0x557173600040 void 0.000113
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000112
+gallium_dri.so free 0x5571735ffcc0 void 0.000113
+gallium_dri.so free 0x5571735ffff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735fe740 void 0.000115
+gallium_dri.so free 0x5571735ffc70 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000117
+gallium_dri.so free 0x5571735fda80 void 0.000161
+gallium_dri.so free 0x5571735fe6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda30 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000115
+gallium_dri.so free 0x5571735fda30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000115
+gallium_dri.so free 0x55717346f080 void 0.000116
+gallium_dri.so free 0x5571735fd6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f0f0 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000115
+gallium_dri.so free 0x55717346f0f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcd30 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000114
+gallium_dri.so free 0x5571735db480 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfab0 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x5571735dfab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dedf0 0.000116
+gallium_dri.so free 0x5571735e3200 void 0.000118
+gallium_dri.so free 0x5571735dedf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e31b0 0.000115
+gallium_dri.so free 0x55717346cac0 void 0.000128
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2570 0.000113
+gallium_dri.so free 0x5571735e1640 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x557173461c40 void 0.000113
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x557173461bf0 0.000115
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x557173461bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173460f30 0.000114
+gallium_dri.so free 0x5571735faec0 void 0.000113
+gallium_dri.so free 0x557173460f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae70 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000120
+gallium_dri.so free 0x5571735fae70 void 0.000125
+gallium_dri.so malloc 72 0x557173620c70 0.000124
+gallium_dri.so free 0x557173473580 void 0.000122
+gallium_dri.so free 0x557173620c70 void 0.000118
+gallium_dri.so malloc 72 0x557173473530 0.000114
+gallium_dri.so free 0x5571735f3200 void 0.000117
+gallium_dri.so free 0x557173473530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31b0 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000126
+gallium_dri.so free 0x5571735f31b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2e30 0.000114
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000116
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x5571735d4770 void 0.000112
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000116
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000115
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b770 0.000113
+gallium_dri.so free 0x557173467680 void 0.000115
+gallium_dri.so free 0x55717360b770 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000113
+gallium_dri.so free 0x55717346a500 void 0.000188
+gallium_dri.so free 0x557173467630 void 0.000116
+gallium_dri.so malloc 72 0x55717346a500 0.000115
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so malloc 72 0x55717346a500 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so malloc 72 0x55717346a500 0.000119
+gallium_dri.so free 0x557173610040 void 0.000116
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so malloc 72 0x5571736100b0 0.000116
+gallium_dri.so free 0x55717360da80 void 0.000117
+gallium_dri.so free 0x5571736100b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736100b0 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x5571736100b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736006c0 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736006c0 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000116
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736006c0 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736006c0 0.000114
+gallium_dri.so free 0x557173461600 void 0.000127
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so malloc 72 0x557173461600 0.000112
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so free 0x557173461600 void 0.000119
+gallium_dri.so malloc 72 0x557173461600 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000114
+gallium_dri.so free 0x557173461600 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000112
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x55717346d970 0.000112
+gallium_dri.so free 0x55717346b400 void 0.000112
+gallium_dri.so free 0x55717346d970 void 0.000111
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000117
+gallium_dri.so free 0x557173610f40 void 0.000117
+gallium_dri.so free 0x5571735c3230 void 0.000111
+gallium_dri.so malloc 72 0x557173610ef0 0.000112
+gallium_dri.so free 0x55717360e980 void 0.000112
+gallium_dri.so free 0x557173610ef0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e930 0.000117
+gallium_dri.so free 0x5571735ff000 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000127
+gallium_dri.so malloc 72 0x5571735fefb0 0.000121
+gallium_dri.so free 0x5571735fca40 void 0.000125
+gallium_dri.so free 0x5571735fefb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735dd640 void 0.000116
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x5571735dd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x557173620000 void 0.000115
+gallium_dri.so free 0x5571735e0370 void 0.000115
+gallium_dri.so malloc 72 0x55717361ffb0 0.000113
+gallium_dri.so free 0x557173609640 void 0.000131
+gallium_dri.so free 0x55717361ffb0 void 0.000115
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000117
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f61c0 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735f61c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f61c0 0.000113
+gallium_dri.so free 0x557173469c80 void 0.000116
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so malloc 72 0x557173469cb0 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x557173469cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173469cb0 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so free 0x557173469cb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d180 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000112
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so malloc 72 0x55717360d180 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000112
+gallium_dri.so free 0x55717360d180 void 0.000112
+gallium_dri.so malloc 72 0x55717360d180 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000112
+gallium_dri.so free 0x55717360d180 void 0.000128
+gallium_dri.so malloc 72 0x5571735dec70 0.000125
+gallium_dri.so free 0x5571735e2f80 void 0.000125
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec70 0.000115
+gallium_dri.so free 0x557173460d00 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x557173460d00 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000113
+gallium_dri.so malloc 72 0x557173460d00 0.000113
+gallium_dri.so free 0x557173473fc0 void 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000113
+gallium_dri.so malloc 72 0x557173473ff0 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x557173473ff0 void 0.000128
+gallium_dri.so malloc 72 0x55717358dc00 0.000115
+gallium_dri.so free 0x557173603300 void 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x557173466dc0 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173466dc0 0.000115
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000116
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f55c0 0.000115
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f55c0 0.000115
+gallium_dri.so free 0x55717360c5c0 void 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c570 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000111
+gallium_dri.so free 0x55717360c570 void 0.000112
+gallium_dri.so malloc 72 0x5571735db1c0 0.000111
+gallium_dri.so free 0x5571735db280 void 0.000116
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1c0 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1c0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000112
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db1c0 0.000114
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2370 0.000112
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so free 0x5571735e2370 void 0.000113
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x5571735fbc80 void 0.000113
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000112
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000134
+gallium_dri.so malloc 72 0x5571735904f0 0.000134
+gallium_dri.so free 0x55717358b880 void 0.000132
+gallium_dri.so free 0x5571735904f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735904f0 0.000120
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x5571735904f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358b900 0.000115
+gallium_dri.so free 0x5571736080c0 void 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so malloc 72 0x55717358b900 0.000115
+gallium_dri.so free 0x557173608180 void 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000113
+gallium_dri.so malloc 72 0x55717358b900 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x55717358b900 void 0.000113
+gallium_dri.so malloc 72 0x55717358b900 0.000114
+gallium_dri.so free 0x557173467480 void 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so malloc 72 0x557173467430 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173467430 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000168
+gallium_dri.so free 0x557173589140 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735890f0 0.000114
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x5571735890f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735890f0 0.000113
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x5571735890f0 void 0.000114
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so malloc 72 0x557173605970 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000124
+gallium_dri.so free 0x557173605970 void 0.000110
+gallium_dri.so malloc 72 0x557173605970 0.000260
+gallium_dri.so free 0x55717360b4c0 void 0.000182
+gallium_dri.so free 0x557173605970 void 0.000121
+gallium_dri.so malloc 72 0x55717360b4c0 0.000117
+gallium_dri.so free 0x55717360ba40 void 0.000120
+gallium_dri.so free 0x55717360b4c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b4c0 0.000118
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000112
+gallium_dri.so free 0x55717360bd00 void 0.000111
+gallium_dri.so free 0x55717360b4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717360bcb0 0.000111
+gallium_dri.so free 0x55717360bd80 void 0.000110
+gallium_dri.so free 0x55717360bcb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360bcb0 0.000110
+gallium_dri.so free 0x5571735d48c0 void 0.000110
+gallium_dri.so free 0x55717360bcb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4910 0.000111
+gallium_dri.so free 0x5571735d4980 void 0.000111
+gallium_dri.so free 0x5571735d4910 void 0.000110
+gallium_dri.so malloc 72 0x5571735d49a0 0.000110
+gallium_dri.so free 0x5571735cfd40 void 0.000110
+gallium_dri.so free 0x5571735d49a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd70 0.000111
+gallium_dri.so free 0x5571735cfdc0 void 0.000111
+gallium_dri.so free 0x5571735cfd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd70 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000110
+gallium_dri.so free 0x5571735cfd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2340 0.000111
+gallium_dri.so free 0x5571735d23c0 void 0.000109
+gallium_dri.so free 0x5571735d2340 void 0.000110
+gallium_dri.so malloc 72 0x5571735d23c0 0.000110
+gallium_dri.so free 0x55717361fcc0 void 0.000112
+gallium_dri.so free 0x5571735d23c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735d23c0 0.000129
+gallium_dri.so free 0x55717361fd80 void 0.000124
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23c0 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d23c0 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb760 0.000114
+gallium_dri.so free 0x55717361fe40 void 0.000115
+gallium_dri.so free 0x5571735eb760 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdf0 0.000113
+gallium_dri.so free 0x5571735eb800 void 0.000114
+gallium_dri.so free 0x55717361fdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000115
+gallium_dri.so free 0x5571735eb880 void 0.000115
+gallium_dri.so free 0x5571735eb7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000112
+gallium_dri.so free 0x5571735f4980 void 0.000197
+gallium_dri.so free 0x5571735eb7b0 void 0.000190
+gallium_dri.so malloc 72 0x5571735f49d0 0.000116
+gallium_dri.so free 0x5571735f4a40 void 0.000129
+gallium_dri.so free 0x5571735f49d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4a60 0.000113
+gallium_dri.so free 0x5571735f4b00 void 0.000113
+gallium_dri.so free 0x5571735f4a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000116
+gallium_dri.so free 0x5571735f4ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0290 0.000114
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0290 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0340 0.000112
+gallium_dri.so free 0x5571735c03c0 void 0.000114
+gallium_dri.so free 0x5571735c0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0410 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735c0410 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1760 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1760 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735fafc0 void 0.000115
+gallium_dri.so free 0x5571735e17b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb010 0.000112
+gallium_dri.so free 0x5571735fb080 void 0.000124
+gallium_dri.so free 0x5571735fb010 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000113
+gallium_dri.so free 0x5571735fb140 void 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000117
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000113
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460600 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460730 0.000115
+gallium_dri.so free 0x557173611080 void 0.000116
+gallium_dri.so free 0x557173460730 void 0.000113
+gallium_dri.so malloc 72 0x557173460730 0.000113
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so free 0x557173460730 void 0.000184
+gallium_dri.so malloc 72 0x557173611100 0.000114
+gallium_dri.so free 0x5571736111c0 void 0.000115
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000112
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000113
+gallium_dri.so free 0x557173609840 void 0.000114
+gallium_dri.so free 0x557173611100 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000114
+gallium_dri.so free 0x5571736097f0 void 0.000113
+gallium_dri.so malloc 72 0x557173609910 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000113
+gallium_dri.so free 0x557173609910 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9820 0.000120
+gallium_dri.so free 0x5571735f98c0 void 0.000116
+gallium_dri.so free 0x5571735f9820 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9870 0.000112
+gallium_dri.so free 0x5571735f9900 void 0.000115
+gallium_dri.so free 0x5571735f9870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9870 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x5571735f9870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7240 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so free 0x5571735f7240 void 0.000123
+gallium_dri.so malloc 72 0x5571735f72c0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735f99c0 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99f0 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x5571735f99f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d250 0.000112
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so free 0x55717346d250 void 0.000112
+gallium_dri.so malloc 72 0x55717346d300 0.000115
+gallium_dri.so free 0x55717346d380 void 0.000115
+gallium_dri.so free 0x55717346d300 void 0.000113
+gallium_dri.so malloc 72 0x55717346d380 0.000113
+gallium_dri.so free 0x5571735f7400 void 0.000113
+gallium_dri.so free 0x55717346d380 void 0.000115
+gallium_dri.so malloc 72 0x55717346d380 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000113
+gallium_dri.so free 0x55717346d380 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac70 0.000112
+gallium_dri.so free 0x55717346acc0 void 0.000113
+gallium_dri.so free 0x55717346ac70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac70 0.000115
+gallium_dri.so free 0x55717346adc0 void 0.000114
+gallium_dri.so free 0x55717346ac70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ad70 0.000120
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x55717346ad70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b00 0.000115
+gallium_dri.so free 0x55717346ae80 void 0.000113
+gallium_dri.so free 0x5571735c2b00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae30 0.000112
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x55717346ae30 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae30 0.000112
+gallium_dri.so free 0x5571735c2c40 void 0.000113
+gallium_dri.so free 0x55717346ae30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000114
+gallium_dri.so free 0x557173610780 void 0.000115
+gallium_dri.so free 0x5571735c2bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571736107d0 0.000114
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x5571736107d0 void 0.000113
+gallium_dri.so malloc 72 0x557173610860 0.000113
+gallium_dri.so free 0x5571735c2cc0 void 0.000114
+gallium_dri.so free 0x557173610860 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000112
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x5571735c2cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571736108b0 0.000114
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x5571736108b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736108b0 0.000126
+gallium_dri.so free 0x55717360e1c0 void 0.000117
+gallium_dri.so free 0x5571736108b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e210 0.000113
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so free 0x55717360e210 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2a0 0.000117
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so free 0x55717360e2a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x55717360e3c0 void 0.000113
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600e50 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e50 void 0.000113
+gallium_dri.so malloc 72 0x557173600f20 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so free 0x557173600f20 void 0.000113
+gallium_dri.so malloc 72 0x557173600f70 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x557173600f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe870 0.000112
+gallium_dri.so free 0x5571735fe8c0 void 0.000113
+gallium_dri.so free 0x5571735fe870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe870 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000128
+gallium_dri.so free 0x5571735fe870 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe970 0.000113
+gallium_dri.so free 0x5571735fea80 void 0.000113
+gallium_dri.so free 0x5571735fe970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fea30 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x5571735fea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dceb0 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so free 0x5571735dceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000113
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x5571735dcf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc50 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so free 0x5571735dfc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so free 0x5571735dd070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000178
+gallium_dri.so free 0x5571735dfcf0 void 0.000116
+gallium_dri.so malloc 72 0x557173461d90 0.000114
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so free 0x557173461d90 void 0.000112
+gallium_dri.so malloc 72 0x557173461e40 0.000113
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x557173461e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x557173461ec0 void 0.000116
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x55717346f200 void 0.000113
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f1b0 0.000113
+gallium_dri.so free 0x55717346f280 void 0.000115
+gallium_dri.so free 0x55717346f1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f2d0 0.000114
+gallium_dri.so free 0x557173461f80 void 0.000114
+gallium_dri.so free 0x55717346f2d0 void 0.000113
+gallium_dri.so malloc 72 0x557173461f30 0.000113
+gallium_dri.so free 0x55717346f340 void 0.000113
+gallium_dri.so free 0x557173461f30 void 0.000114
+gallium_dri.so malloc 72 0x55717346f370 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000115
+gallium_dri.so free 0x55717346f370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000113
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so free 0x5571735f9bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000113
+gallium_dri.so free 0x5571735f9d00 void 0.000115
+gallium_dri.so free 0x5571735f9bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000113
+gallium_dri.so free 0x5571735f9dc0 void 0.000114
+gallium_dri.so free 0x5571735f9cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d70 0.000115
+gallium_dri.so free 0x55717346f3c0 void 0.000113
+gallium_dri.so free 0x5571735f9d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d70 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000114
+gallium_dri.so free 0x5571735f9d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000119
+gallium_dri.so free 0x5571735f75c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7640 0.000114
+gallium_dri.so free 0x5571735f7700 void 0.000115
+gallium_dri.so free 0x5571735f7640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7640 0.000118
+gallium_dri.so free 0x5571735f77c0 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000115
+gallium_dri.so free 0x55717346d580 void 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5b0 0.000113
+gallium_dri.so free 0x55717346d600 void 0.000114
+gallium_dri.so free 0x55717346d5b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346d5b0 0.000115
+gallium_dri.so free 0x55717346d700 void 0.000113
+gallium_dri.so free 0x55717346d5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d6b0 0.000114
+gallium_dri.so free 0x55717346d7c0 void 0.000114
+gallium_dri.so free 0x55717346d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d770 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000115
+gallium_dri.so free 0x55717346d770 void 0.000113
+gallium_dri.so malloc 72 0x55717346aff0 0.000115
+gallium_dri.so free 0x55717346b040 void 0.000113
+gallium_dri.so free 0x55717346aff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b040 0.000114
+gallium_dri.so free 0x55717346b100 void 0.000114
+gallium_dri.so free 0x55717346b040 void 0.000114
+gallium_dri.so malloc 72 0x55717346b040 0.000214
+gallium_dri.so free 0x55717346b200 void 0.000212
+gallium_dri.so free 0x55717346b040 void 0.000211
+gallium_dri.so malloc 72 0x55717346b1b0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000122
+gallium_dri.so free 0x55717346b1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2e60 0.000124
+gallium_dri.so free 0x5571735c2f00 void 0.000119
+gallium_dri.so free 0x5571735c2e60 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000120
+gallium_dri.so free 0x5571735c2f80 void 0.000124
+gallium_dri.so free 0x5571735c2eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000115
+gallium_dri.so free 0x5571735c3000 void 0.000115
+gallium_dri.so free 0x5571735c2eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3000 0.000112
+gallium_dri.so free 0x557173610b00 void 0.000113
+gallium_dri.so free 0x5571735c3000 void 0.000112
+gallium_dri.so malloc 72 0x557173610b40 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so free 0x557173610b40 void 0.000120
+gallium_dri.so malloc 72 0x557173610b40 0.000115
+gallium_dri.so free 0x557173610c40 void 0.000118
+gallium_dri.so free 0x557173610b40 void 0.000113
+gallium_dri.so malloc 72 0x557173610c70 0.000113
+gallium_dri.so free 0x557173610cc0 void 0.000114
+gallium_dri.so free 0x557173610c70 void 0.000113
+gallium_dri.so malloc 72 0x557173610c70 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x557173610c70 void 0.000112
+gallium_dri.so malloc 72 0x55717360e590 0.000112
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e590 void 0.000113
+gallium_dri.so malloc 72 0x55717360e620 0.000113
+gallium_dri.so free 0x55717360e6c0 void 0.000114
+gallium_dri.so free 0x55717360e620 void 0.000127
+gallium_dri.so malloc 72 0x55717360e670 0.000112
+gallium_dri.so free 0x55717360e740 void 0.000112
+gallium_dri.so free 0x55717360e670 void 0.000111
+gallium_dri.so malloc 72 0x55717360e7b0 0.000110
+gallium_dri.so free 0x5571735febc0 void 0.000110
+gallium_dri.so free 0x55717360e7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fec00 0.000111
+gallium_dri.so free 0x5571735fec80 void 0.000109
+gallium_dri.so free 0x5571735fec00 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000111
+gallium_dri.so free 0x5571735fed40 void 0.000111
+gallium_dri.so free 0x5571735fec80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000110
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so free 0x5571735fec80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fedf0 0.000110
+gallium_dri.so free 0x5571735fc600 void 0.000110
+gallium_dri.so free 0x5571735fedf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc640 0.000116
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so free 0x5571735fc640 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000118
+gallium_dri.so free 0x5571735fc780 void 0.000115
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000110
+gallium_dri.so free 0x5571735fc840 void 0.000121
+gallium_dri.so free 0x5571735fc6c0 void 0.000206
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000122
+gallium_dri.so free 0x5571735dd200 void 0.000120
+gallium_dri.so free 0x5571735fc6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd230 0.000119
+gallium_dri.so free 0x5571735dd280 void 0.000119
+gallium_dri.so free 0x5571735dd230 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd230 0.000120
+gallium_dri.so free 0x5571735dd380 void 0.000121
+gallium_dri.so free 0x5571735dd230 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd330 0.000120
+gallium_dri.so free 0x5571735dd440 void 0.000120
+gallium_dri.so free 0x5571735dd330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000117
+gallium_dri.so free 0x5571735dff80 void 0.000121
+gallium_dri.so free 0x5571735dd3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dffb0 0.000119
+gallium_dri.so free 0x5571735e0000 void 0.000118
+gallium_dri.so free 0x5571735dffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0000 0.000120
+gallium_dri.so free 0x5571735e00c0 void 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0000 0.000117
+gallium_dri.so free 0x5571735e01c0 void 0.000120
+gallium_dri.so free 0x5571735e0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0170 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000121
+gallium_dri.so free 0x5571735e0170 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecb30 0.000122
+gallium_dri.so free 0x5571735ecbc0 void 0.000117
+gallium_dri.so free 0x5571735ecb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecb30 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000116
+gallium_dri.so free 0x5571735ecb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735eccc0 0.000115
+gallium_dri.so free 0x5571735ecd40 void 0.000117
+gallium_dri.so free 0x5571735eccc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd40 0.000116
+gallium_dri.so free 0x5571735f5e00 void 0.000116
+gallium_dri.so free 0x5571735ecd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5db0 0.000115
+gallium_dri.so free 0x5571735f5e80 void 0.000115
+gallium_dri.so free 0x5571735f5db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5ea0 0.000115
+gallium_dri.so free 0x5571735f5f40 void 0.000116
+gallium_dri.so free 0x5571735f5ea0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000116
+gallium_dri.so free 0x5571735f5fc0 void 0.000117
+gallium_dri.so free 0x5571735f5ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5ef0 0.000117
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735f5ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1670 0.000115
+gallium_dri.so free 0x5571735c1780 void 0.000122
+gallium_dri.so free 0x5571735c1670 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1730 0.000118
+gallium_dri.so free 0x5571735c17c0 void 0.000122
+gallium_dri.so free 0x5571735c1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1730 0.000120
+gallium_dri.so free 0x5571735c1880 void 0.000117
+gallium_dri.so free 0x5571735c1730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1730 0.000121
+gallium_dri.so free 0x55717360cdc0 void 0.000121
+gallium_dri.so free 0x5571735c1730 void 0.000121
+gallium_dri.so malloc 72 0x55717360cd70 0.000120
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cd70 void 0.000120
+gallium_dri.so malloc 72 0x55717360ce90 0.000121
+gallium_dri.so free 0x55717360cf00 void 0.000120
+gallium_dri.so free 0x55717360ce90 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf20 0.000122
+gallium_dri.so free 0x55717360cfc0 void 0.000121
+gallium_dri.so free 0x55717360cf20 void 0.000117
+gallium_dri.so malloc 72 0x55717360cf70 0.000121
+gallium_dri.so free 0x5571735dba80 void 0.000121
+gallium_dri.so free 0x55717360cf70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dba30 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000120
+gallium_dri.so free 0x5571735dba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbb50 0.000124
+gallium_dri.so free 0x5571735dbbc0 void 0.000119
+gallium_dri.so free 0x5571735dbb50 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbc20 0.000120
+gallium_dri.so free 0x5571735dbcc0 void 0.000122
+gallium_dri.so free 0x5571735dbc20 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbc70 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000117
+gallium_dri.so free 0x5571735dbc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735de7b0 0.000116
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de7b0 0.000117
+gallium_dri.so free 0x5571735de900 void 0.000117
+gallium_dri.so free 0x5571735de7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de900 0.000121
+gallium_dri.so free 0x5571735de9c0 void 0.000121
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so malloc 72 0x5571735de900 0.000127
+gallium_dri.so free 0x5571735e2bc0 void 0.000121
+gallium_dri.so free 0x5571735de900 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b70 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2c40 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000131
+gallium_dri.so free 0x5571735e2c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2c40 0.000117
+gallium_dri.so free 0x5571735e2d80 void 0.000121
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2d80 0.000120
+gallium_dri.so free 0x557173460940 void 0.000122
+gallium_dri.so free 0x5571735e2d80 void 0.000120
+gallium_dri.so malloc 72 0x5571734608f0 0.000119
+gallium_dri.so free 0x557173460980 void 0.000120
+gallium_dri.so free 0x5571734608f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734608f0 0.000118
+gallium_dri.so free 0x557173460a40 void 0.000119
+gallium_dri.so free 0x5571734608f0 void 0.000116
+gallium_dri.so malloc 72 0x557173460a80 0.000120
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x557173460a80 void 0.000119
+gallium_dri.so malloc 72 0x557173460b00 0.000117
+gallium_dri.so free 0x557173473b80 void 0.000121
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so malloc 72 0x557173473b30 0.000122
+gallium_dri.so free 0x557173473c00 void 0.000120
+gallium_dri.so free 0x557173473b30 void 0.000117
+gallium_dri.so malloc 72 0x557173473c20 0.000119
+gallium_dri.so free 0x557173473cc0 void 0.000119
+gallium_dri.so free 0x557173473c20 void 0.000118
+gallium_dri.so malloc 72 0x557173473c70 0.000125
+gallium_dri.so free 0x557173473d40 void 0.000119
+gallium_dri.so free 0x557173473c70 void 0.000120
+gallium_dri.so malloc 72 0x557173473c70 0.000119
+gallium_dri.so free 0x55717360c0c0 void 0.000121
+gallium_dri.so free 0x557173473c70 void 0.000118
+gallium_dri.so malloc 72 0x55717360c110 0.000121
+gallium_dri.so free 0x55717360c180 void 0.000117
+gallium_dri.so free 0x55717360c110 void 0.000122
+gallium_dri.so malloc 72 0x55717360c1a0 0.000119
+gallium_dri.so free 0x55717360c240 void 0.000120
+gallium_dri.so free 0x55717360c1a0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c1f0 0.000116
+gallium_dri.so free 0x55717360c2c0 void 0.000120
+gallium_dri.so free 0x55717360c1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c1f0 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x55717360c1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1180 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1180 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1200 0.000120
+gallium_dri.so free 0x5571735e12c0 void 0.000120
+gallium_dri.so free 0x5571735e1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1200 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000121
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1370 0.000118
+gallium_dri.so free 0x5571735fa9c0 void 0.000121
+gallium_dri.so free 0x5571735e1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735faa00 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so free 0x5571735faa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735faa80 0.000116
+gallium_dri.so free 0x5571735fab40 void 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000121
+gallium_dri.so malloc 72 0x5571735faa80 0.000119
+gallium_dri.so free 0x5571735fac00 void 0.000120
+gallium_dri.so free 0x5571735faa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fac20 0.000120
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x5571735fac20 void 0.000116
+gallium_dri.so malloc 72 0x55717358de30 0.000116
+gallium_dri.so free 0x55717358de80 void 0.000117
+gallium_dri.so free 0x55717358de30 void 0.000118
+gallium_dri.so malloc 72 0x55717358de30 0.000119
+gallium_dri.so free 0x55717358df80 void 0.000118
+gallium_dri.so free 0x55717358de30 void 0.000119
+gallium_dri.so malloc 72 0x55717358df30 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000120
+gallium_dri.so free 0x55717358df30 void 0.000117
+gallium_dri.so malloc 72 0x55717358dff0 0.000120
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000129
+gallium_dri.so malloc 72 0x557173603530 0.000119
+gallium_dri.so free 0x557173603580 void 0.000118
+gallium_dri.so free 0x557173603530 void 0.000120
+gallium_dri.so malloc 72 0x557173603580 0.000120
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so free 0x557173603580 void 0.000116
+gallium_dri.so malloc 72 0x557173603580 0.000117
+gallium_dri.so free 0x557173603740 void 0.000119
+gallium_dri.so free 0x557173603580 void 0.000117
+gallium_dri.so malloc 72 0x5571736036f0 0.000121
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so free 0x5571736036f0 void 0.000119
+gallium_dri.so malloc 72 0x557173466fe0 0.000116
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173466fe0 void 0.000119
+gallium_dri.so malloc 72 0x557173467030 0.000119
+gallium_dri.so free 0x557173467100 void 0.000120
+gallium_dri.so free 0x557173467030 void 0.000118
+gallium_dri.so malloc 72 0x557173467030 0.000117
+gallium_dri.so free 0x557173467180 void 0.000120
+gallium_dri.so free 0x557173467030 void 0.000118
+gallium_dri.so malloc 72 0x557173467180 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so free 0x557173467180 void 0.000121
+gallium_dri.so malloc 72 0x557173467180 0.000117
+gallium_dri.so free 0x5571735e0b80 void 0.000169
+gallium_dri.so free 0x557173467180 void 0.000121
+gallium_dri.so malloc 72 0x557173467180 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so free 0x557173467180 void 0.000120
+gallium_dri.so malloc 72 0x557173467180 0.000116
+gallium_dri.so free 0x5571735e0d00 void 0.000117
+gallium_dri.so free 0x557173467180 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000120
+gallium_dri.so free 0x5571735e0d80 void 0.000117
+gallium_dri.so free 0x5571735e0cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0dd0 0.000118
+gallium_dri.so free 0x5571734620c0 void 0.000117
+gallium_dri.so free 0x5571735e0dd0 void 0.000117
+gallium_dri.so malloc 72 0x5571734620e0 0.000117
+gallium_dri.so free 0x557173462180 void 0.000118
+gallium_dri.so free 0x5571734620e0 void 0.000119
+gallium_dri.so malloc 72 0x557173462130 0.000117
+gallium_dri.so free 0x557173462200 void 0.000121
+gallium_dri.so free 0x557173462130 void 0.000118
+gallium_dri.so malloc 72 0x557173462130 0.000120
+gallium_dri.so free 0x557173462300 void 0.000117
+gallium_dri.so free 0x557173462130 void 0.000117
+gallium_dri.so malloc 72 0x5571734622b0 0.000116
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571734622b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000132
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000119
+gallium_dri.so free 0x557173462380 void 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734623b0 0.000121
+gallium_dri.so free 0x5571735ebb00 void 0.000117
+gallium_dri.so free 0x5571734623b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebb40 0.000117
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so free 0x5571735ebb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000117
+gallium_dri.so free 0x5571735fa0c0 void 0.000117
+gallium_dri.so free 0x5571735ebbc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000120
+gallium_dri.so free 0x5571735fa180 void 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa1a0 0.000118
+gallium_dri.so free 0x5571735fa240 void 0.000119
+gallium_dri.so free 0x5571735fa1a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000118
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so free 0x5571735fa1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000117
+gallium_dri.so free 0x5571735fa2c0 void 0.000121
+gallium_dri.so free 0x5571735fa1f0 void 0.000177
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000118
+gallium_dri.so free 0x5571735fa380 void 0.000117
+gallium_dri.so free 0x5571735fa2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000117
+gallium_dri.so free 0x5571735f4c40 void 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa2c0 0.000121
+gallium_dri.so free 0x5571735f4d00 void 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000118
+gallium_dri.so free 0x5571735f4dc0 void 0.000119
+gallium_dri.so free 0x5571735f4cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4d70 0.000117
+gallium_dri.so free 0x5571735f4e40 void 0.000121
+gallium_dri.so free 0x5571735f4d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4e90 0.000117
+gallium_dri.so free 0x5571735f4f00 void 0.000121
+gallium_dri.so free 0x5571735f4e90 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4e90 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000117
+gallium_dri.so free 0x5571735f4e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4e90 0.000116
+gallium_dri.so free 0x5571735c05c0 void 0.000116
+gallium_dri.so free 0x5571735f4e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0570 0.000117
+gallium_dri.so free 0x5571735c0640 void 0.000125
+gallium_dri.so free 0x5571735c0570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0690 0.000118
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so free 0x5571735c0690 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0740 0.000119
+gallium_dri.so free 0x5571735c07c0 void 0.000121
+gallium_dri.so free 0x5571735c0740 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0740 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x5571735c0740 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0740 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x5571735c0740 void 0.000119
+gallium_dri.so malloc 72 0x5571735da930 0.000118
+gallium_dri.so free 0x5571735daa00 void 0.000117
+gallium_dri.so free 0x5571735da930 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa50 0.000121
+gallium_dri.so free 0x5571735daac0 void 0.000117
+gallium_dri.so free 0x5571735daa50 void 0.000120
+gallium_dri.so malloc 72 0x5571735daae0 0.000116
+gallium_dri.so free 0x5571735dab80 void 0.000116
+gallium_dri.so free 0x5571735daae0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab30 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735dab30 void 0.000116
+gallium_dri.so malloc 72 0x5571735dab30 0.000120
+gallium_dri.so free 0x5571735e1b00 void 0.000129
+gallium_dri.so free 0x5571735dab30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1b80 void 0.000118
+gallium_dri.so free 0x5571735e1ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1bd0 0.000121
+gallium_dri.so free 0x5571735e1c40 void 0.000117
+gallium_dri.so free 0x5571735e1bd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c60 0.000119
+gallium_dri.so free 0x5571735fb280 void 0.000121
+gallium_dri.so free 0x5571735e1c60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c60 0.000120
+gallium_dri.so free 0x5571735fb340 void 0.000117
+gallium_dri.so free 0x5571735e1c60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000119
+gallium_dri.so free 0x5571735fb3c0 void 0.000117
+gallium_dri.so free 0x5571735fb2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb410 0.000119
+gallium_dri.so free 0x5571735fb480 void 0.000118
+gallium_dri.so free 0x5571735fb410 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb4e0 0.000120
+gallium_dri.so free 0x5571735e1d00 void 0.000120
+gallium_dri.so free 0x5571735fb4e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000120
+gallium_dri.so free 0x5571735f29c0 void 0.000117
+gallium_dri.so free 0x5571735e1cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2970 0.000188
+gallium_dri.so free 0x5571735f2a40 void 0.000118
+gallium_dri.so free 0x5571735f2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000120
+gallium_dri.so free 0x5571735fb580 void 0.000117
+gallium_dri.so free 0x5571735f2ac0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb530 0.000118
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so free 0x5571735fb530 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb530 0.000119
+gallium_dri.so free 0x5571735f2c40 void 0.000116
+gallium_dri.so free 0x5571735fb530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2c90 0.000120
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735f2c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589810 0.000119
+gallium_dri.so free 0x557173589880 void 0.000119
+gallium_dri.so free 0x557173589810 void 0.000117
+gallium_dri.so malloc 72 0x5571735898a0 0.000122
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so free 0x5571735898a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735898f0 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000126
+gallium_dri.so free 0x5571735898f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000117
+gallium_dri.so free 0x5571735ec740 void 0.000120
+gallium_dri.so free 0x5571735ec6d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec780 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000116
+gallium_dri.so free 0x5571735ec780 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec780 0.000119
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000117
+gallium_dri.so free 0x5571735ec900 void 0.000121
+gallium_dri.so free 0x5571735ec8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000121
+gallium_dri.so free 0x5571735f5900 void 0.000117
+gallium_dri.so free 0x5571735ec8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5950 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so free 0x5571735f5950 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59e0 0.000117
+gallium_dri.so free 0x5571735f5a80 void 0.000129
+gallium_dri.so free 0x5571735f59e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5a30 0.000119
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5a30 0.000120
+gallium_dri.so free 0x5571735f5c00 void 0.000120
+gallium_dri.so free 0x5571735f5a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000120
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735f5bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1210 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000120
+gallium_dri.so free 0x5571735c1210 void 0.000121
+gallium_dri.so malloc 72 0x5571735c12a0 0.000117
+gallium_dri.so free 0x5571735c1340 void 0.000120
+gallium_dri.so free 0x5571735c12a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c12f0 0.000117
+gallium_dri.so free 0x5571735c13c0 void 0.000120
+gallium_dri.so free 0x5571735c12f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c12f0 0.000122
+gallium_dri.so free 0x5571735c1440 void 0.000118
+gallium_dri.so free 0x5571735c12f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1440 0.000117
+gallium_dri.so free 0x55717360c8c0 void 0.000117
+gallium_dri.so free 0x5571735c1440 void 0.000120
+gallium_dri.so malloc 72 0x55717360c920 0.000126
+gallium_dri.so free 0x55717360c9c0 void 0.000122
+gallium_dri.so free 0x55717360c920 void 0.000117
+gallium_dri.so malloc 72 0x55717360c970 0.000119
+gallium_dri.so free 0x55717360ca00 void 0.000120
+gallium_dri.so free 0x55717360c970 void 0.000117
+gallium_dri.so malloc 72 0x55717360c970 0.000117
+gallium_dri.so free 0x55717360cac0 void 0.000121
+gallium_dri.so free 0x55717360c970 void 0.000117
+gallium_dri.so malloc 72 0x55717360cb00 0.000118
+gallium_dri.so free 0x55717360cb80 void 0.000117
+gallium_dri.so free 0x55717360cb00 void 0.000119
+gallium_dri.so malloc 72 0x55717360cb80 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000119
+gallium_dri.so free 0x55717360cb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5a0 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000121
+gallium_dri.so free 0x5571735db5a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5f0 0.000120
+gallium_dri.so free 0x5571735db6c0 void 0.000117
+gallium_dri.so free 0x5571735db5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db6c0 0.000117
+gallium_dri.so free 0x5571735db780 void 0.000125
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6c0 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000121
+gallium_dri.so free 0x5571735db6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db800 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000121
+gallium_dri.so free 0x5571735db800 void 0.000117
+gallium_dri.so malloc 72 0x5571735de320 0.000118
+gallium_dri.so free 0x5571735de3c0 void 0.000119
+gallium_dri.so free 0x5571735de320 void 0.000119
+gallium_dri.so malloc 72 0x5571735de370 0.000121
+gallium_dri.so free 0x5571735de440 void 0.000117
+gallium_dri.so free 0x5571735de370 void 0.000121
+gallium_dri.so malloc 72 0x5571735de370 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000119
+gallium_dri.so free 0x5571735de370 void 0.000117
+gallium_dri.so malloc 72 0x5571735de4c0 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4c0 0.000122
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735de4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26e0 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000117
+gallium_dri.so free 0x5571735e26e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2730 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000119
+gallium_dri.so free 0x5571735e2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2730 0.000118
+gallium_dri.so free 0x5571735e2880 void 0.000118
+gallium_dri.so free 0x5571735e2730 void 0.000185
+gallium_dri.so malloc 72 0x5571735e2880 0.000117
+gallium_dri.so free 0x5571735e2940 void 0.000117
+gallium_dri.so free 0x5571735e2880 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2880 0.000117
+gallium_dri.so free 0x557173473680 void 0.000117
+gallium_dri.so free 0x5571735e2880 void 0.000119
+gallium_dri.so malloc 72 0x5571734736b0 0.000120
+gallium_dri.so free 0x557173473700 void 0.000120
+gallium_dri.so free 0x5571734736b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734736b0 0.000120
+gallium_dri.so free 0x557173473800 void 0.000121
+gallium_dri.so free 0x5571734736b0 void 0.000117
+gallium_dri.so malloc 72 0x557173473840 0.000117
+gallium_dri.so free 0x5571734738c0 void 0.000120
+gallium_dri.so free 0x557173473840 void 0.000117
+gallium_dri.so malloc 72 0x5571734738c0 0.000121
+gallium_dri.so free 0x557173473980 void 0.000121
+gallium_dri.so free 0x5571734738c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734738c0 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000121
+gallium_dri.so free 0x5571734738c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000116
+gallium_dri.so free 0x5571735f9280 void 0.000118
+gallium_dri.so free 0x5571735f91b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f91b0 0.000117
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so free 0x5571735f91b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9300 0.000120
+gallium_dri.so free 0x5571735f93c0 void 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9300 0.000118
+gallium_dri.so free 0x5571735f94c0 void 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9300 0.000118
+gallium_dri.so free 0x5571735f6c40 void 0.000117
+gallium_dri.so free 0x5571735f9300 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000126
+gallium_dri.so free 0x5571735f6cc0 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000118
+gallium_dri.so free 0x5571735f6d40 void 0.000118
+gallium_dri.so free 0x5571735f6bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6d40 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000121
+gallium_dri.so free 0x5571735f6ec0 void 0.000117
+gallium_dri.so free 0x5571735f6d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d40 0.000116
+gallium_dri.so free 0x55717346cc40 void 0.000119
+gallium_dri.so free 0x5571735f6d40 void 0.000117
+gallium_dri.so malloc 72 0x55717346cbf0 0.000131
+gallium_dri.so free 0x55717346cd00 void 0.000118
+gallium_dri.so free 0x55717346cbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ccb0 0.000116
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so free 0x55717346ccb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cdd0 0.000117
+gallium_dri.so free 0x55717346ce40 void 0.000121
+gallium_dri.so free 0x55717346cdd0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ce60 0.000119
+gallium_dri.so free 0x55717346cf00 void 0.000117
+gallium_dri.so free 0x55717346ce60 void 0.000119
+gallium_dri.so malloc 72 0x55717346ceb0 0.000119
+gallium_dri.so free 0x55717346a680 void 0.000120
+gallium_dri.so free 0x55717346ceb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a630 0.000117
+gallium_dri.so free 0x55717346a700 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000119
+gallium_dri.so malloc 72 0x55717346a750 0.000120
+gallium_dri.so free 0x55717346a7c0 void 0.000119
+gallium_dri.so free 0x55717346a750 void 0.000120
+gallium_dri.so malloc 72 0x55717346a800 0.000117
+gallium_dri.so free 0x55717346a880 void 0.000120
+gallium_dri.so free 0x55717346a800 void 0.000120
+gallium_dri.so malloc 72 0x55717346a800 0.000117
+gallium_dri.so free 0x55717346a900 void 0.000120
+gallium_dri.so free 0x55717346a800 void 0.000129
+gallium_dri.so malloc 72 0x55717346a930 0.000120
+gallium_dri.so free 0x5571735c4ac0 void 0.000120
+gallium_dri.so free 0x55717346a930 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a70 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000120
+gallium_dri.so free 0x5571735c4a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b90 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000119
+gallium_dri.so free 0x5571735c4b90 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4c20 0.000119
+gallium_dri.so free 0x5571735c4cc0 void 0.000121
+gallium_dri.so free 0x5571735c4c20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c70 0.000119
+gallium_dri.so free 0x5571735c4d40 void 0.000117
+gallium_dri.so free 0x5571735c4c70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4c70 0.000122
+gallium_dri.so free 0x5571735c2500 void 0.000121
+gallium_dri.so free 0x5571735c4c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c24b0 0.000118
+gallium_dri.so free 0x5571735c2580 void 0.000117
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c25d0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so free 0x5571735c25d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2660 0.000116
+gallium_dri.so free 0x5571735c2700 void 0.000129
+gallium_dri.so free 0x5571735c2660 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26b0 0.000125
+gallium_dri.so free 0x5571735c2780 void 0.000118
+gallium_dri.so free 0x5571735c26b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26b0 0.000120
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x5571735c26b0 void 0.000119
+gallium_dri.so malloc 72 0x557173610170 0.000120
+gallium_dri.so free 0x557173610280 void 0.000118
+gallium_dri.so free 0x557173610170 void 0.000120
+gallium_dri.so malloc 72 0x557173610230 0.000118
+gallium_dri.so free 0x557173610300 void 0.000117
+gallium_dri.so free 0x557173610230 void 0.000119
+gallium_dri.so malloc 72 0x557173610230 0.000120
+gallium_dri.so free 0x5571736103c0 void 0.000121
+gallium_dri.so free 0x557173610230 void 0.000118
+gallium_dri.so malloc 72 0x557173610230 0.000117
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so free 0x557173610230 void 0.000121
+gallium_dri.so malloc 72 0x557173610430 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000120
+gallium_dri.so free 0x557173610430 void 0.000116
+gallium_dri.so malloc 72 0x55717360dbb0 0.000117
+gallium_dri.so free 0x55717360dcc0 void 0.000117
+gallium_dri.so free 0x55717360dbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc70 0.000117
+gallium_dri.so free 0x55717360dd00 void 0.000122
+gallium_dri.so free 0x55717360dc70 void 0.000120
+gallium_dri.so malloc 72 0x55717360dc70 0.000117
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so free 0x55717360dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717360de10 0.000120
+gallium_dri.so free 0x55717360de80 void 0.000118
+gallium_dri.so free 0x55717360de10 void 0.000118
+gallium_dri.so malloc 72 0x55717360dec0 0.000122
+gallium_dri.so free 0x557173600840 void 0.000120
+gallium_dri.so free 0x55717360dec0 void 0.000119
+gallium_dri.so malloc 72 0x5571736007f0 0.000119
+gallium_dri.so free 0x557173600900 void 0.000117
+gallium_dri.so free 0x5571736007f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736008b0 0.000117
+gallium_dri.so free 0x557173600940 void 0.000118
+gallium_dri.so free 0x5571736008b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736008b0 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000117
+gallium_dri.so free 0x5571736008b0 void 0.000116
+gallium_dri.so malloc 72 0x557173600a40 0.000117
+gallium_dri.so free 0x557173600ac0 void 0.000118
+gallium_dri.so free 0x557173600a40 void 0.000117
+gallium_dri.so malloc 72 0x557173600ac0 0.000117
+gallium_dri.so free 0x5571735fe280 void 0.000121
+gallium_dri.so free 0x557173600ac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe230 0.000215
+gallium_dri.so free 0x5571735fe300 void 0.000179
+gallium_dri.so free 0x5571735fe230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe320 0.000115
+gallium_dri.so free 0x5571735fe3c0 void 0.000115
+gallium_dri.so free 0x5571735fe320 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe370 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe370 0.000112
+gallium_dri.so free 0x5571735fe4c0 void 0.000115
+gallium_dri.so free 0x5571735fe370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x5571735fe4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc900 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000116
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca30 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so free 0x5571735dca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca30 0.000113
+gallium_dri.so free 0x5571735dcb80 void 0.000114
+gallium_dri.so free 0x5571735dca30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcb30 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000113
+gallium_dri.so free 0x5571735dcb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735df5f0 0.000111
+gallium_dri.so free 0x5571735df680 void 0.000112
+gallium_dri.so free 0x5571735df5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5f0 0.000112
+gallium_dri.so free 0x5571735df740 void 0.000112
+gallium_dri.so free 0x5571735df5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df780 0.000112
+gallium_dri.so free 0x5571735df800 void 0.000113
+gallium_dri.so free 0x5571735df780 void 0.000112
+gallium_dri.so malloc 72 0x5571735df800 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000111
+gallium_dri.so free 0x5571735df800 void 0.000111
+gallium_dri.so malloc 72 0x5571735df800 0.000111
+gallium_dri.so free 0x557173461780 void 0.000112
+gallium_dri.so free 0x5571735df800 void 0.000112
+gallium_dri.so malloc 72 0x557173461730 0.000112
+gallium_dri.so free 0x5571734617c0 void 0.000115
+gallium_dri.so free 0x557173461730 void 0.000114
+gallium_dri.so malloc 72 0x557173461730 0.000113
+gallium_dri.so free 0x557173461880 void 0.000228
+gallium_dri.so free 0x557173461730 void 0.000207
+gallium_dri.so malloc 72 0x5571734618c0 0.000343
+gallium_dri.so free 0x557173461940 void 0.000123
+gallium_dri.so free 0x5571734618c0 void 0.000119
+gallium_dri.so malloc 72 0x557173461940 0.000119
+gallium_dri.so free 0x557173461a00 void 0.000117
+gallium_dri.so free 0x557173461940 void 0.000122
+gallium_dri.so malloc 72 0x557173461940 0.000195
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x557173461940 void 0.000119
+gallium_dri.so malloc 72 0x557173461940 0.000119
+gallium_dri.so free 0x5571735fa680 void 0.000118
+gallium_dri.so free 0x557173461940 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa630 0.000119
+gallium_dri.so free 0x5571735fa740 void 0.000119
+gallium_dri.so free 0x5571735fa630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000119
+gallium_dri.so free 0x5571735fa7c0 void 0.000119
+gallium_dri.so free 0x5571735fa6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa810 0.000119
+gallium_dri.so free 0x5571735fa880 void 0.000121
+gallium_dri.so free 0x5571735fa810 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa8a0 0.000121
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x5571735fa8a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa8a0 0.000122
+gallium_dri.so free 0x557173601400 void 0.000121
+gallium_dri.so free 0x5571735fa8a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736013b0 0.000118
+gallium_dri.so free 0x557173601480 void 0.000119
+gallium_dri.so free 0x5571736013b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736014d0 0.000120
+gallium_dri.so free 0x557173601540 void 0.000118
+gallium_dri.so free 0x5571736014d0 void 0.000125
+gallium_dri.so malloc 72 0x557173601580 0.000120
+gallium_dri.so free 0x557173601600 void 0.000120
+gallium_dri.so free 0x557173601580 void 0.000120
+gallium_dri.so malloc 72 0x557173601580 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x557173601580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000120
+gallium_dri.so free 0x5571735ebd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so free 0x5571735ebd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebec0 0.000119
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so free 0x5571735ebec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebec0 0.000119
+gallium_dri.so free 0x5571735ec040 void 0.000119
+gallium_dri.so free 0x5571735ebec0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebec0 0.000119
+gallium_dri.so free 0x5571735f5040 void 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000121
+gallium_dri.so free 0x5571735f5040 void 0.000119
+gallium_dri.so free 0x5571735f4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000119
+gallium_dri.so free 0x5571735f5140 void 0.000119
+gallium_dri.so free 0x5571735f4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f50f0 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000118
+gallium_dri.so free 0x5571735f50f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f51b0 0.000120
+gallium_dri.so free 0x5571735ec100 void 0.000119
+gallium_dri.so free 0x5571735f51b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000122
+gallium_dri.so free 0x5571735f5240 void 0.000118
+gallium_dri.so free 0x5571735ec0b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000119
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so free 0x5571735ec0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f52f0 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735f52f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08b0 0.000118
+gallium_dri.so free 0x5571735c0980 void 0.000168
+gallium_dri.so free 0x5571735c08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c08b0 0.000119
+gallium_dri.so free 0x5571735c0a40 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c08b0 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000118
+gallium_dri.so free 0x5571735c0b80 void 0.000122
+gallium_dri.so free 0x5571735c0ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0bd0 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735c0bd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad00 void 0.000127
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae10 0.000120
+gallium_dri.so free 0x5571735dae80 void 0.000119
+gallium_dri.so free 0x5571735dae10 void 0.000118
+gallium_dri.so malloc 72 0x5571735daec0 0.000118
+gallium_dri.so free 0x5571735daf40 void 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daf40 0.000127
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735daf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1db0 0.000117
+gallium_dri.so free 0x5571735e1e40 void 0.000118
+gallium_dri.so free 0x5571735e1db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1db0 0.000118
+gallium_dri.so free 0x5571735e1f00 void 0.000119
+gallium_dri.so free 0x5571735e1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f40 0.000119
+gallium_dri.so free 0x5571735e1fc0 void 0.000118
+gallium_dri.so free 0x5571735e1f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so free 0x5571735e1fc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000118
+gallium_dri.so free 0x5571735e2100 void 0.000119
+gallium_dri.so free 0x5571735e1fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000119
+gallium_dri.so free 0x5571735fb680 void 0.000120
+gallium_dri.so free 0x5571735e1fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb630 0.000119
+gallium_dri.so free 0x5571735fb700 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb630 0.000119
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb780 0.000121
+gallium_dri.so free 0x5571735fb840 void 0.000119
+gallium_dri.so free 0x5571735fb780 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb780 0.000119
+gallium_dri.so free 0x5571735fb900 void 0.000118
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb780 0.000119
+gallium_dri.so free 0x5571736068c0 void 0.000119
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so malloc 72 0x557173606930 0.000118
+gallium_dri.so free 0x557173606980 void 0.000118
+gallium_dri.so free 0x557173606930 void 0.000119
+gallium_dri.so malloc 72 0x557173606930 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000120
+gallium_dri.so free 0x557173606930 void 0.000119
+gallium_dri.so malloc 72 0x557173606a30 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so free 0x557173606a30 void 0.000118
+gallium_dri.so malloc 72 0x557173606af0 0.000119
+gallium_dri.so free 0x5571735fb9c0 void 0.000119
+gallium_dri.so free 0x557173606af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb970 0.000119
+gallium_dri.so free 0x557173606b80 void 0.000119
+gallium_dri.so free 0x5571735fb970 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb970 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735fb970 void 0.000168
+gallium_dri.so malloc 72 0x5571735f3350 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so free 0x5571735f3350 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3420 0.000118
+gallium_dri.so free 0x5571735f34c0 void 0.000118
+gallium_dri.so free 0x5571735f3420 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3600 0.000118
+gallium_dri.so free 0x55717346e100 void 0.000123
+gallium_dri.so free 0x5571735f3600 void 0.000119
+gallium_dri.so malloc 72 0x55717346e100 0.000118
+gallium_dri.so free 0x55717346e1c0 void 0.000118
+gallium_dri.so free 0x55717346e100 void 0.000118
+gallium_dri.so malloc 72 0x55717346e100 0.000118
+gallium_dri.so free 0x55717346e240 void 0.000118
+gallium_dri.so free 0x55717346e100 void 0.000119
+gallium_dri.so malloc 72 0x55717346e270 0.000117
+gallium_dri.so free 0x55717346e2c0 void 0.000119
+gallium_dri.so free 0x55717346e270 void 0.000119
+gallium_dri.so malloc 72 0x55717346e2c0 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000128
+gallium_dri.so free 0x55717346e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e2c0 0.000119
+gallium_dri.so free 0x55717346e380 void 0.000118
+gallium_dri.so free 0x55717346e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e380 0.000118
+gallium_dri.so free 0x55717346e440 void 0.000120
+gallium_dri.so free 0x55717346e380 void 0.000119
+gallium_dri.so malloc 72 0x55717346e380 0.000119
+gallium_dri.so free 0x55717346bb40 void 0.000120
+gallium_dri.so free 0x55717346e380 void 0.000118
+gallium_dri.so malloc 72 0x55717346e380 0.000118
+gallium_dri.so free 0x55717346bc00 void 0.000119
+gallium_dri.so free 0x55717346e380 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbb0 0.000119
+gallium_dri.so free 0x55717346bc80 void 0.000121
+gallium_dri.so free 0x55717346bbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bcd0 0.000118
+gallium_dri.so free 0x55717346bd40 void 0.000119
+gallium_dri.so free 0x55717346bcd0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bd80 0.000119
+gallium_dri.so free 0x55717346be00 void 0.000118
+gallium_dri.so free 0x55717346bd80 void 0.000118
+gallium_dri.so malloc 72 0x55717346bd80 0.000120
+gallium_dri.so free 0x55717346be80 void 0.000119
+gallium_dri.so free 0x55717346bd80 void 0.000119
+gallium_dri.so malloc 72 0x55717346beb0 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000120
+gallium_dri.so free 0x55717346beb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346beb0 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000120
+gallium_dri.so free 0x55717346beb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3a40 0.000119
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3a40 0.000118
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a40 0.000118
+gallium_dri.so free 0x5571735c3c80 void 0.000118
+gallium_dri.so free 0x5571735c3a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c30 0.000119
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so free 0x5571735c3c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c30 0.000120
+gallium_dri.so free 0x55717360f0c0 void 0.000120
+gallium_dri.so free 0x5571735c3c30 void 0.000119
+gallium_dri.so malloc 72 0x55717360f0c0 0.000119
+gallium_dri.so free 0x5571735c3d80 void 0.000119
+gallium_dri.so free 0x55717360f0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d30 0.000118
+gallium_dri.so free 0x55717360f180 void 0.000135
+gallium_dri.so free 0x5571735c3d30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d30 0.000166
+gallium_dri.so free 0x55717360f240 void 0.000120
+gallium_dri.so free 0x5571735c3d30 void 0.000119
+gallium_dri.so malloc 72 0x55717360f1f0 0.000118
+gallium_dri.so free 0x55717360f2c0 void 0.000124
+gallium_dri.so free 0x55717360f1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f310 0.000121
+gallium_dri.so free 0x55717360f380 void 0.000119
+gallium_dri.so free 0x55717360f310 void 0.000118
+gallium_dri.so malloc 72 0x55717360f3e0 0.000118
+gallium_dri.so free 0x55717360f480 void 0.000118
+gallium_dri.so free 0x55717360f3e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f430 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so free 0x55717360f430 void 0.000118
+gallium_dri.so malloc 72 0x55717360f430 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x55717360f430 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000118
+gallium_dri.so free 0x5571735ff940 void 0.000118
+gallium_dri.so free 0x5571735ff8d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff960 0.000120
+gallium_dri.so free 0x5571735ffa00 void 0.000120
+gallium_dri.so free 0x5571735ff960 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000118
+gallium_dri.so free 0x5571735ffa80 void 0.000120
+gallium_dri.so free 0x5571735ff9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffa80 0.000117
+gallium_dri.so free 0x5571735fd180 void 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffa80 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000119
+gallium_dri.so free 0x5571735ffa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd200 0.000118
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd200 0.000119
+gallium_dri.so free 0x5571735fd380 void 0.000119
+gallium_dri.so free 0x5571735fd200 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd200 0.000118
+gallium_dri.so free 0x5571735fd440 void 0.000134
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000119
+gallium_dri.so free 0x5571735fd4c0 void 0.000119
+gallium_dri.so free 0x5571735fd3f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fd510 0.000143
+gallium_dri.so free 0x557173620740 void 0.000135
+gallium_dri.so free 0x5571735fd510 void 0.000135
+gallium_dri.so malloc 72 0x5571735fd510 0.000145
+gallium_dri.so free 0x5571736207c0 void 0.000134
+gallium_dri.so free 0x5571735fd510 void 0.000214
+gallium_dri.so malloc 72 0x5571735fd510 0.000155
+gallium_dri.so free 0x557173620880 void 0.000227
+gallium_dri.so free 0x5571735fd510 void 0.000160
+gallium_dri.so malloc 72 0x5571735fd510 0.000120
+gallium_dri.so free 0x557173620940 void 0.000117
+gallium_dri.so free 0x5571735fd510 void 0.000118
+gallium_dri.so malloc 72 0x5571736208f0 0.000117
+gallium_dri.so free 0x5571736209c0 void 0.000118
+gallium_dri.so free 0x5571736208f0 void 0.000118
+gallium_dri.so malloc 72 0x557173620a10 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000116
+gallium_dri.so free 0x557173620a10 void 0.000117
+gallium_dri.so malloc 72 0x557173620aa0 0.000117
+gallium_dri.so free 0x557173462840 void 0.000118
+gallium_dri.so free 0x557173620aa0 void 0.000118
+gallium_dri.so malloc 72 0x557173620aa0 0.000117
+gallium_dri.so free 0x557173462900 void 0.000126
+gallium_dri.so free 0x557173620aa0 void 0.000120
+gallium_dri.so malloc 72 0x5571734628b0 0.000118
+gallium_dri.so free 0x557173462900 void 0.000125
+gallium_dri.so free 0x5571734628b0 void 0.000156
+gallium_dri.so malloc 72 0x5571734628b0 0.000130
+gallium_dri.so free 0x557173462a00 void 0.000120
+gallium_dri.so free 0x5571734628b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734629b0 0.000118
+gallium_dri.so free 0x557173462ac0 void 0.000120
+gallium_dri.so free 0x5571734629b0 void 0.000119
+gallium_dri.so malloc 72 0x557173462a70 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000119
+gallium_dri.so free 0x557173462a70 void 0.000119
+gallium_dri.so malloc 72 0x557173462a70 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000117
+gallium_dri.so free 0x557173462a70 void 0.000118
+gallium_dri.so malloc 72 0x557173462a70 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so free 0x557173462a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000117
+gallium_dri.so free 0x557173462bc0 void 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x557173462bf0 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x557173462bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d28c0 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x5571735d28c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e200 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000117
+gallium_dri.so malloc 72 0x55717358e200 0.000118
+gallium_dri.so free 0x55717358e340 void 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so malloc 72 0x55717358e370 0.000120
+gallium_dri.so free 0x55717358e3c0 void 0.000119
+gallium_dri.so free 0x55717358e370 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3c0 0.000118
+gallium_dri.so free 0x5571735d2940 void 0.000120
+gallium_dri.so free 0x55717358e3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3c0 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000120
+gallium_dri.so free 0x55717358e3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e480 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000120
+gallium_dri.so malloc 72 0x55717358e480 0.000118
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000119
+gallium_dri.so malloc 72 0x55717358e480 0.000117
+gallium_dri.so free 0x557173608540 void 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000166
+gallium_dri.so malloc 72 0x5571736084f0 0.000120
+gallium_dri.so free 0x5571736085c0 void 0.000119
+gallium_dri.so free 0x5571736084f0 void 0.000118
+gallium_dri.so malloc 72 0x557173608610 0.000118
+gallium_dri.so free 0x557173608680 void 0.000119
+gallium_dri.so free 0x557173608610 void 0.000119
+gallium_dri.so malloc 72 0x5571736086c0 0.000120
+gallium_dri.so free 0x557173608740 void 0.000119
+gallium_dri.so free 0x5571736086c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736086c0 0.000119
+gallium_dri.so free 0x5571736087c0 void 0.000124
+gallium_dri.so free 0x5571736086c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736087f0 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000118
+gallium_dri.so free 0x5571736087f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736087f0 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so free 0x5571736087f0 void 0.000120
+gallium_dri.so malloc 72 0x557173464e80 0.000119
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000136
+gallium_dri.so malloc 72 0x557173464e80 0.000118
+gallium_dri.so free 0x557173465000 void 0.000119
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so malloc 72 0x557173464e80 0.000118
+gallium_dri.so free 0x5571734650c0 void 0.000127
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so malloc 72 0x557173465070 0.000119
+gallium_dri.so free 0x5571734650c0 void 0.000119
+gallium_dri.so free 0x557173465070 void 0.000118
+gallium_dri.so malloc 72 0x557173465070 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571734651c0 void 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x557173465170 0.000118
+gallium_dri.so free 0x5571735d00c0 void 0.000119
+gallium_dri.so free 0x557173465170 void 0.000118
+gallium_dri.so malloc 72 0x557173465170 0.000119
+gallium_dri.so free 0x5571735d0180 void 0.000118
+gallium_dri.so free 0x557173465170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0130 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000118
+gallium_dri.so free 0x5571735d0130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0250 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000119
+gallium_dri.so free 0x5571735d0250 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0320 0.000118
+gallium_dri.so free 0x5571735d03c0 void 0.000120
+gallium_dri.so free 0x5571735d0320 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0370 0.000159
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x5571735d0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0370 0.000120
+gallium_dri.so free 0x5571735f81c0 void 0.000118
+gallium_dri.so free 0x5571735d0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8170 0.000119
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so free 0x5571735f8170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8290 0.000118
+gallium_dri.so free 0x5571735f8300 void 0.000118
+gallium_dri.so free 0x5571735f8290 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8320 0.000119
+gallium_dri.so free 0x5571735f83c0 void 0.000118
+gallium_dri.so free 0x5571735f8320 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000118
+gallium_dri.so free 0x5571735f8440 void 0.000119
+gallium_dri.so free 0x5571735f8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8440 0.000118
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8440 0.000119
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so free 0x5571735f8440 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000119
+gallium_dri.so free 0x5571734694c0 void 0.000120
+gallium_dri.so free 0x557173469400 void 0.000128
+gallium_dri.so malloc 72 0x557173469400 0.000125
+gallium_dri.so free 0x557173469580 void 0.000120
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000119
+gallium_dri.so free 0x557173469640 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000120
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x557173469710 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000117
+gallium_dri.so free 0x557173469710 void 0.000118
+gallium_dri.so malloc 72 0x557173608ec0 0.000119
+gallium_dri.so free 0x557173608f40 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ec0 0.000118
+gallium_dri.so free 0x557173608fc0 void 0.000119
+gallium_dri.so free 0x557173608ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ff0 0.000119
+gallium_dri.so free 0x557173609040 void 0.000119
+gallium_dri.so free 0x557173608ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173608ff0 0.000120
+gallium_dri.so free 0x557173609140 void 0.000119
+gallium_dri.so free 0x557173608ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571736090f0 0.000119
+gallium_dri.so free 0x557173609200 void 0.000118
+gallium_dri.so free 0x5571736090f0 void 0.000122
+gallium_dri.so malloc 72 0x5571736091b0 0.000119
+gallium_dri.so free 0x5571735f8b00 void 0.000119
+gallium_dri.so free 0x5571736091b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8b30 0.000119
+gallium_dri.so free 0x5571735f8b80 void 0.000118
+gallium_dri.so free 0x5571735f8b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b30 0.000118
+gallium_dri.so free 0x5571735f8c80 void 0.000120
+gallium_dri.so free 0x5571735f8b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000119
+gallium_dri.so free 0x5571735f8d40 void 0.000119
+gallium_dri.so free 0x5571735f8cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d40 0.000117
+gallium_dri.so free 0x557173609240 void 0.000119
+gallium_dri.so free 0x5571735f8d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8d40 0.000120
+gallium_dri.so free 0x5571735f8e00 void 0.000119
+gallium_dri.so free 0x5571735f8d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8d40 0.000120
+gallium_dri.so free 0x5571735f8ec0 void 0.000118
+gallium_dri.so free 0x5571735f8d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e70 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000120
+gallium_dri.so free 0x5571735f8e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6590 0.000118
+gallium_dri.so free 0x5571735f6600 void 0.000185
+gallium_dri.so free 0x5571735f6590 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6660 0.000120
+gallium_dri.so free 0x5571735f6700 void 0.000120
+gallium_dri.so free 0x5571735f6660 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66b0 0.000119
+gallium_dri.so free 0x5571735f6740 void 0.000119
+gallium_dri.so free 0x5571735f66b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66b0 0.000118
+gallium_dri.so free 0x5571735f6800 void 0.000118
+gallium_dri.so free 0x5571735f66b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6840 0.000118
+gallium_dri.so free 0x5571735f68c0 void 0.000121
+gallium_dri.so free 0x5571735f6840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f68c0 0.000118
+gallium_dri.so free 0x55717346eb00 void 0.000118
+gallium_dri.so free 0x5571735f68c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346eb20 0.000124
+gallium_dri.so free 0x55717346ebc0 void 0.000120
+gallium_dri.so free 0x55717346eb20 void 0.000120
+gallium_dri.so malloc 72 0x55717346eb70 0.000118
+gallium_dri.so free 0x55717346ec40 void 0.000119
+gallium_dri.so free 0x55717346eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717346ec40 0.000119
+gallium_dri.so free 0x55717346ed00 void 0.000120
+gallium_dri.so free 0x55717346ec40 void 0.000119
+gallium_dri.so malloc 72 0x55717346ec40 0.000123
+gallium_dri.so free 0x55717346ed80 void 0.000120
+gallium_dri.so free 0x55717346ec40 void 0.000118
+gallium_dri.so malloc 72 0x55717346ed80 0.000120
+gallium_dri.so free 0x55717346ee40 void 0.000119
+gallium_dri.so free 0x55717346ed80 void 0.000118
+gallium_dri.so malloc 72 0x55717346ed80 0.000120
+gallium_dri.so free 0x55717346c540 void 0.000119
+gallium_dri.so free 0x55717346ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717346c570 0.000119
+gallium_dri.so free 0x55717346c5c0 void 0.000118
+gallium_dri.so free 0x55717346c570 void 0.000119
+gallium_dri.so malloc 72 0x55717346c570 0.000118
+gallium_dri.so free 0x55717346c6c0 void 0.000127
+gallium_dri.so free 0x55717346c570 void 0.000130
+gallium_dri.so malloc 72 0x55717346c670 0.000130
+gallium_dri.so free 0x55717346c780 void 0.000127
+gallium_dri.so free 0x55717346c670 void 0.000125
+gallium_dri.so malloc 72 0x55717346c730 0.000127
+gallium_dri.so free 0x55717346c800 void 0.000126
+gallium_dri.so free 0x55717346c730 void 0.000125
+gallium_dri.so malloc 72 0x55717346c820 0.000120
+gallium_dri.so free 0x55717346c8c0 void 0.000123
+gallium_dri.so free 0x55717346c820 void 0.000131
+gallium_dri.so malloc 72 0x55717346c870 0.000120
+gallium_dri.so free 0x557173469f80 void 0.000119
+gallium_dri.so free 0x55717346c870 void 0.000118
+gallium_dri.so malloc 72 0x557173469fc0 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000119
+gallium_dri.so free 0x557173469fc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a040 0.000121
+gallium_dri.so free 0x55717346a100 void 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so malloc 72 0x55717346a040 0.000119
+gallium_dri.so free 0x55717346a180 void 0.000119
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so malloc 72 0x55717346a1b0 0.000120
+gallium_dri.so free 0x55717346a200 void 0.000119
+gallium_dri.so free 0x55717346a1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a1b0 0.000118
+gallium_dri.so free 0x55717346a300 void 0.000118
+gallium_dri.so free 0x55717346a1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a340 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000120
+gallium_dri.so free 0x55717346a340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4410 0.000119
+gallium_dri.so free 0x5571735c4480 void 0.000120
+gallium_dri.so free 0x5571735c4410 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44a0 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c44a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c44f0 0.000111
+gallium_dri.so free 0x5571735c45c0 void 0.000111
+gallium_dri.so free 0x5571735c44f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c44f0 0.000110
+gallium_dri.so free 0x5571735c4640 void 0.000112
+gallium_dri.so free 0x5571735c44f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4640 0.000117
+gallium_dri.so free 0x5571735c4700 void 0.000111
+gallium_dri.so free 0x5571735c4640 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4640 0.000110
+gallium_dri.so free 0x5571735c1e00 void 0.000110
+gallium_dri.so free 0x5571735c4640 void 0.000109
+gallium_dri.so malloc 72 0x5571735c1e20 0.000112
+gallium_dri.so free 0x5571735c1ec0 void 0.000110
+gallium_dri.so free 0x5571735c1e20 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1e70 0.000110
+gallium_dri.so free 0x5571735c1f40 void 0.000111
+gallium_dri.so free 0x5571735c1e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1e70 0.000110
+gallium_dri.so free 0x5571735c1fc0 void 0.000112
+gallium_dri.so free 0x5571735c1e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000117
+gallium_dri.so free 0x5571735c2080 void 0.000111
+gallium_dri.so free 0x5571735c1fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000113
+gallium_dri.so free 0x5571735c2140 void 0.000111
+gallium_dri.so free 0x5571735c1fc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000147
+gallium_dri.so free 0x55717360fac0 void 0.000130
+gallium_dri.so free 0x5571735c1fc0 void 0.000206
+gallium_dri.so malloc 72 0x55717360fb10 0.000215
+gallium_dri.so free 0x55717360fb80 void 0.000215
+gallium_dri.so free 0x55717360fb10 void 0.000221
+gallium_dri.so malloc 72 0x55717360fbc0 0.000215
+gallium_dri.so free 0x55717360fc40 void 0.000213
+gallium_dri.so free 0x55717360fbc0 void 0.000219
+gallium_dri.so malloc 72 0x55717360fc40 0.000215
+gallium_dri.so free 0x55717360fd00 void 0.000190
+gallium_dri.so free 0x55717360fc40 void 0.000192
+gallium_dri.so malloc 72 0x55717360fc40 0.000176
+gallium_dri.so free 0x5571735c2200 void 0.000124
+gallium_dri.so free 0x55717360fc40 void 0.000127
+gallium_dri.so malloc 72 0x5571735c21b0 0.000119
+gallium_dri.so free 0x55717360fd80 void 0.000121
+gallium_dri.so free 0x5571735c21b0 void 0.000196
+gallium_dri.so malloc 72 0x55717360fdc0 0.000127
+gallium_dri.so free 0x55717360fe40 void 0.000159
+gallium_dri.so free 0x55717360fdc0 void 0.000126
+gallium_dri.so malloc 72 0x55717360fe40 0.000125
+gallium_dri.so free 0x55717360d500 void 0.000123
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so malloc 72 0x55717360d540 0.000116
+gallium_dri.so free 0x55717360d5c0 void 0.000120
+gallium_dri.so free 0x55717360d540 void 0.000120
+gallium_dri.so malloc 72 0x55717360d540 0.000116
+gallium_dri.so free 0x55717360d640 void 0.000116
+gallium_dri.so free 0x55717360d540 void 0.000115
+gallium_dri.so malloc 72 0x55717360d670 0.000119
+gallium_dri.so free 0x55717360d6c0 void 0.000125
+gallium_dri.so free 0x55717360d670 void 0.000125
+gallium_dri.so malloc 72 0x55717360d670 0.000123
+gallium_dri.so free 0x55717360d7c0 void 0.000123
+gallium_dri.so free 0x55717360d670 void 0.000125
+gallium_dri.so malloc 72 0x55717360d770 0.000124
+gallium_dri.so free 0x55717360d880 void 0.000136
+gallium_dri.so free 0x55717360d770 void 0.000130
+gallium_dri.so malloc 72 0x55717360d830 0.000133
+gallium_dri.so free 0x557173600140 void 0.000131
+gallium_dri.so free 0x55717360d830 void 0.000133
+gallium_dri.so malloc 72 0x557173600170 0.000131
+gallium_dri.so free 0x5571736001c0 void 0.000131
+gallium_dri.so free 0x557173600170 void 0.000131
+gallium_dri.so malloc 72 0x557173600170 0.000129
+gallium_dri.so free 0x5571736002c0 void 0.000129
+gallium_dri.so free 0x557173600170 void 0.000132
+gallium_dri.so malloc 72 0x557173600300 0.000130
+gallium_dri.so free 0x557173600380 void 0.000129
+gallium_dri.so free 0x557173600300 void 0.000131
+gallium_dri.so malloc 72 0x557173600380 0.000129
+gallium_dri.so free 0x55717360d8c0 void 0.000124
+gallium_dri.so free 0x557173600380 void 0.000125
+gallium_dri.so malloc 72 0x557173600380 0.000130
+gallium_dri.so free 0x557173600440 void 0.000131
+gallium_dri.so free 0x557173600380 void 0.000124
+gallium_dri.so malloc 72 0x557173600380 0.000120
+gallium_dri.so free 0x557173600500 void 0.000126
+gallium_dri.so free 0x557173600380 void 0.000143
+gallium_dri.so malloc 72 0x5571736004b0 0.000130
+gallium_dri.so free 0x5571735fdb80 void 0.000126
+gallium_dri.so free 0x5571736004b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000121
+gallium_dri.so free 0x5571735fdc40 void 0.000128
+gallium_dri.so free 0x5571735fdbd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fdca0 0.000128
+gallium_dri.so free 0x5571735fdd40 void 0.000130
+gallium_dri.so free 0x5571735fdca0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000132
+gallium_dri.so free 0x5571735fdcf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000131
+gallium_dri.so free 0x5571735fde40 void 0.000131
+gallium_dri.so free 0x5571735fdcf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fde80 0.000121
+gallium_dri.so free 0x5571735fdf00 void 0.000122
+gallium_dri.so free 0x5571735fde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf00 0.000125
+gallium_dri.so free 0x5571735dc1c0 void 0.000132
+gallium_dri.so free 0x5571735fdf00 void 0.000255
+gallium_dri.so malloc 72 0x5571735dc1e0 0.000272
+gallium_dri.so free 0x5571735dc280 void 0.000287
+gallium_dri.so free 0x5571735dc1e0 void 0.000267
+gallium_dri.so malloc 72 0x5571735dc230 0.000259
+gallium_dri.so free 0x5571735dc300 void 0.000270
+gallium_dri.so free 0x5571735dc230 void 0.000220
+gallium_dri.so malloc 72 0x5571735dc300 0.000133
+gallium_dri.so free 0x5571735dc3c0 void 0.000130
+gallium_dri.so free 0x5571735dc300 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc300 0.000122
+gallium_dri.so free 0x5571735dc440 void 0.000128
+gallium_dri.so free 0x5571735dc300 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc440 0.000127
+gallium_dri.so free 0x5571735dc500 void 0.000122
+gallium_dri.so free 0x5571735dc440 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc440 0.000125
+gallium_dri.so free 0x5571735def40 void 0.000135
+gallium_dri.so free 0x5571735dc440 void 0.000126
+gallium_dri.so malloc 72 0x5571735def70 0.000124
+gallium_dri.so free 0x5571735defc0 void 0.000121
+gallium_dri.so free 0x5571735def70 void 0.000125
+gallium_dri.so malloc 72 0x5571735def70 0.000124
+gallium_dri.so free 0x5571735df0c0 void 0.000120
+gallium_dri.so free 0x5571735def70 void 0.000125
+gallium_dri.so malloc 72 0x5571735df070 0.000133
+gallium_dri.so free 0x5571735df180 void 0.000131
+gallium_dri.so free 0x5571735df070 void 0.000132
+gallium_dri.so malloc 72 0x5571735df130 0.000131
+gallium_dri.so free 0x5571735df200 void 0.000133
+gallium_dri.so free 0x5571735df130 void 0.000132
+gallium_dri.so malloc 72 0x5571735df220 0.000130
+gallium_dri.so free 0x5571735df2c0 void 0.000131
+gallium_dri.so free 0x5571735df220 void 0.000131
+gallium_dri.so malloc 72 0x5571735df270 0.000130
+gallium_dri.so free 0x5571735e3300 void 0.000131
+gallium_dri.so free 0x5571735df270 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3340 0.000126
+gallium_dri.so free 0x5571735e33c0 void 0.000134
+gallium_dri.so free 0x5571735e3340 void 0.000122
+gallium_dri.so malloc 72 0x5571735e33c0 0.000125
+gallium_dri.so free 0x5571735e3480 void 0.000126
+gallium_dri.so free 0x5571735e33c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e33c0 0.000121
+gallium_dri.so free 0x5571735e3500 void 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3530 0.000121
+gallium_dri.so free 0x5571735e3580 void 0.000126
+gallium_dri.so free 0x5571735e3530 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3530 0.000128
+gallium_dri.so free 0x5571735e3680 void 0.000131
+gallium_dri.so free 0x5571735e3530 void 0.000127
+gallium_dri.so malloc 72 0x5571735e36c0 0.000123
+gallium_dri.so free 0x557173461080 void 0.000127
+gallium_dri.so free 0x5571735e36c0 void 0.000126
+gallium_dri.so malloc 72 0x5571734610d0 0.000120
+gallium_dri.so free 0x557173461140 void 0.000122
+gallium_dri.so free 0x5571734610d0 void 0.000120
+gallium_dri.so malloc 72 0x557173461160 0.000125
+gallium_dri.so free 0x557173461200 void 0.000132
+gallium_dri.so free 0x557173461160 void 0.000133
+gallium_dri.so malloc 72 0x5571734611b0 0.000173
+gallium_dri.so free 0x557173461280 void 0.000133
+gallium_dri.so free 0x5571734611b0 void 0.000181
+gallium_dri.so malloc 72 0x5571734611b0 0.000222
+gallium_dri.so free 0x557173461300 void 0.000132
+gallium_dri.so free 0x5571734611b0 void 0.000130
+gallium_dri.so malloc 72 0x557173461300 0.000130
+gallium_dri.so free 0x5571734613c0 void 0.000125
+gallium_dri.so free 0x557173461300 void 0.000130
+gallium_dri.so malloc 72 0x557173461300 0.000131
+gallium_dri.so free 0x557173463240 void 0.000126
+gallium_dri.so free 0x557173461300 void 0.000129
+gallium_dri.so malloc 72 0x557173463260 0.000125
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463260 void 0.000119
+gallium_dri.so malloc 72 0x5571734632b0 0.000126
+gallium_dri.so free 0x557173463380 void 0.000130
+gallium_dri.so free 0x5571734632b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734632b0 0.000122
+gallium_dri.so free 0x557173463400 void 0.000126
+gallium_dri.so free 0x5571734632b0 void 0.000132
+gallium_dri.so malloc 72 0x557173463400 0.000140
+gallium_dri.so free 0x5571734634c0 void 0.000134
+gallium_dri.so free 0x557173463400 void 0.000132
+gallium_dri.so malloc 72 0x557173463400 0.000130
+gallium_dri.so free 0x557173463580 void 0.000132
+gallium_dri.so free 0x557173463400 void 0.000125
+gallium_dri.so malloc 72 0x557173463400 0.000125
+gallium_dri.so free 0x557173465800 void 0.000130
+gallium_dri.so free 0x557173463400 void 0.000124
+gallium_dri.so malloc 72 0x557173465850 0.000121
+gallium_dri.so free 0x5571734658c0 void 0.000123
+gallium_dri.so free 0x557173465850 void 0.000122
+gallium_dri.so malloc 72 0x557173465900 0.000119
+gallium_dri.so free 0x557173465980 void 0.000126
+gallium_dri.so free 0x557173465900 void 0.000131
+gallium_dri.so malloc 72 0x557173465980 0.000124
+gallium_dri.so free 0x557173465a40 void 0.000120
+gallium_dri.so free 0x557173465980 void 0.000120
+gallium_dri.so malloc 72 0x557173465980 0.000120
+gallium_dri.so free 0x557173463640 void 0.000120
+gallium_dri.so free 0x557173465980 void 0.000124
+gallium_dri.so malloc 72 0x5571734635f0 0.000131
+gallium_dri.so free 0x557173465ac0 void 0.000142
+gallium_dri.so free 0x5571734635f0 void 0.000132
+gallium_dri.so malloc 72 0x557173465b00 0.000130
+gallium_dri.so free 0x557173465b80 void 0.000222
+gallium_dri.so free 0x557173465b00 void 0.000224
+gallium_dri.so malloc 72 0x557173465b80 0.000221
+gallium_dri.so free 0x557173467dc0 void 0.000221
+gallium_dri.so free 0x557173465b80 void 0.000221
+gallium_dri.so malloc 72 0x557173467e00 0.000219
+gallium_dri.so free 0x557173467e80 void 0.000235
+gallium_dri.so free 0x557173467e00 void 0.000220
+gallium_dri.so malloc 72 0x557173467e00 0.000198
+gallium_dri.so free 0x557173467f00 void 0.000182
+gallium_dri.so free 0x557173467e00 void 0.000183
+gallium_dri.so malloc 72 0x557173467f30 0.000181
+gallium_dri.so free 0x557173467f80 void 0.000202
+gallium_dri.so free 0x557173467f30 void 0.000177
+gallium_dri.so malloc 72 0x557173467f30 0.000248
+gallium_dri.so free 0x557173468080 void 0.000224
+gallium_dri.so free 0x557173467f30 void 0.000224
+gallium_dri.so malloc 72 0x557173468030 0.000220
+gallium_dri.so free 0x557173468140 void 0.000132
+gallium_dri.so free 0x557173468030 void 0.000130
+gallium_dri.so malloc 72 0x5571734680f0 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000129
+gallium_dri.so free 0x5571734680f0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a0b0 0.000127
+gallium_dri.so free 0x55717358a100 void 0.000132
+gallium_dri.so free 0x55717358a0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a0b0 0.000130
+gallium_dri.so free 0x55717358a200 void 0.000130
+gallium_dri.so free 0x55717358a0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a240 0.000126
+gallium_dri.so free 0x55717358a2c0 void 0.000131
+gallium_dri.so free 0x55717358a240 void 0.000134
+gallium_dri.so malloc 72 0x55717358a2c0 0.000131
+gallium_dri.so free 0x557173468180 void 0.000130
+gallium_dri.so free 0x55717358a2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a2c0 0.000135
+gallium_dri.so free 0x55717358a380 void 0.000121
+gallium_dri.so free 0x55717358a2c0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a2c0 0.000132
+gallium_dri.so free 0x55717358a440 void 0.000131
+gallium_dri.so free 0x55717358a2c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a3f0 0.000124
+gallium_dri.so free 0x557173604300 void 0.000120
+gallium_dri.so free 0x55717358a3f0 void 0.000130
+gallium_dri.so malloc 72 0x557173604350 0.000131
+gallium_dri.so free 0x5571736043c0 void 0.000131
+gallium_dri.so free 0x557173604350 void 0.000125
+gallium_dri.so malloc 72 0x557173604420 0.000120
+gallium_dri.so free 0x5571736044c0 void 0.000125
+gallium_dri.so free 0x557173604420 void 0.000131
+gallium_dri.so malloc 72 0x557173604470 0.000131
+gallium_dri.so free 0x557173604500 void 0.000124
+gallium_dri.so free 0x557173604470 void 0.000125
+gallium_dri.so malloc 72 0x557173604470 0.000132
+gallium_dri.so free 0x5571736045c0 void 0.000226
+gallium_dri.so free 0x557173604470 void 0.000223
+gallium_dri.so malloc 72 0x557173604600 0.000128
+gallium_dri.so free 0x557173604680 void 0.000123
+gallium_dri.so free 0x557173604600 void 0.000124
+gallium_dri.so malloc 72 0x557173604680 0.000128
+gallium_dri.so free 0x5571735d2fc0 void 0.000131
+gallium_dri.so free 0x557173604680 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000121
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so free 0x5571735d2fe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3030 0.000132
+gallium_dri.so free 0x5571735d3100 void 0.000131
+gallium_dri.so free 0x5571735d3030 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3100 0.000121
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so free 0x5571735d3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3100 0.000119
+gallium_dri.so free 0x5571735d3240 void 0.000121
+gallium_dri.so free 0x5571735d3100 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3240 0.000119
+gallium_dri.so free 0x5571735d3300 void 0.000129
+gallium_dri.so free 0x5571735d3240 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3240 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x5571735d3240 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000112
+gallium_dri.so free 0x5571735d5600 void 0.000113
+gallium_dri.so free 0x5571735d55b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5700 void 0.000122
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so free 0x5571735d56b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5770 0.000115
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d5770 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5860 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000115
+gallium_dri.so free 0x5571735d5860 void 0.000113
+gallium_dri.so malloc 72 0x5571735d58b0 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735d58b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000116
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c30 0.000114
+gallium_dri.so free 0x5571735d0c80 void 0.000114
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c30 0.000115
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000115
+gallium_dri.so free 0x557173601d40 void 0.000115
+gallium_dri.so free 0x5571735d0dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173601d90 0.000114
+gallium_dri.so free 0x557173601e00 void 0.000115
+gallium_dri.so free 0x557173601d90 void 0.000115
+gallium_dri.so malloc 72 0x557173601e20 0.000115
+gallium_dri.so free 0x557173601ec0 void 0.000115
+gallium_dri.so free 0x557173601e20 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000114
+gallium_dri.so free 0x557173601f40 void 0.000115
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000115
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173602080 void 0.000115
+gallium_dri.so free 0x557173601fc0 void 0.000115
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173609e80 void 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ea0 0.000114
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ea0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ef0 0.000114
+gallium_dri.so free 0x557173609fc0 void 0.000116
+gallium_dri.so free 0x557173609ef0 void 0.000138
+gallium_dri.so malloc 72 0x557173609ef0 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so free 0x557173609ef0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000114
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so free 0x55717360a040 void 0.000115
+gallium_dri.so malloc 72 0x55717360a040 0.000119
+gallium_dri.so free 0x55717360a1c0 void 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000115
+gallium_dri.so free 0x55717358ec00 void 0.000115
+gallium_dri.so free 0x55717360a040 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec50 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so free 0x55717358ec50 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed00 0.000117
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000115
+gallium_dri.so free 0x55717358ee40 void 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed80 0.000114
+gallium_dri.so free 0x55717360a280 void 0.000115
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717360a230 0.000115
+gallium_dri.so free 0x55717358eec0 void 0.000115
+gallium_dri.so free 0x55717360a230 void 0.000153
+gallium_dri.so malloc 72 0x55717358ef00 0.000116
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so free 0x55717358ef00 void 0.000115
+gallium_dri.so malloc 72 0x55717358ef80 0.000115
+gallium_dri.so free 0x55717358c640 void 0.000115
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c680 0.000113
+gallium_dri.so free 0x55717358c780 void 0.000116
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000115
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so free 0x55717358c7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000115
+gallium_dri.so free 0x55717358c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c8b0 0.000113
+gallium_dri.so free 0x55717358c9c0 void 0.000115
+gallium_dri.so free 0x55717358c8b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c970 0.000132
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x55717358c970 void 0.000115
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591240 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735911f0 0.000115
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x5571735911f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591380 0.000114
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591380 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000114
+gallium_dri.so free 0x55717358ca00 void 0.000116
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so malloc 72 0x557173591400 0.000115
+gallium_dri.so free 0x5571735914c0 void 0.000115
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000114
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so free 0x557173591400 void 0.000116
+gallium_dri.so malloc 72 0x557173591530 0.000114
+gallium_dri.so free 0x55717346db00 void 0.000115
+gallium_dri.so free 0x557173591530 void 0.000114
+gallium_dri.so malloc 72 0x55717346db00 0.000114
+gallium_dri.so free 0x55717346dbc0 void 0.000115
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so malloc 72 0x55717346db00 0.000115
+gallium_dri.so free 0x55717346dc80 void 0.000115
+gallium_dri.so free 0x55717346db00 void 0.000114
+gallium_dri.so malloc 72 0x55717346dca0 0.000117
+gallium_dri.so free 0x55717346dd40 void 0.000115
+gallium_dri.so free 0x55717346dca0 void 0.000114
+gallium_dri.so malloc 72 0x55717346dcf0 0.000116
+gallium_dri.so free 0x55717346ddc0 void 0.000114
+gallium_dri.so free 0x55717346dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346dcf0 0.000116
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so free 0x55717346dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000115
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000116
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000115
+gallium_dri.so free 0x55717346b600 void 0.000114
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5b0 0.000115
+gallium_dri.so free 0x55717346b6c0 void 0.000115
+gallium_dri.so free 0x55717346b5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b670 0.000114
+gallium_dri.so free 0x55717346b740 void 0.000115
+gallium_dri.so free 0x55717346b670 void 0.000114
+gallium_dri.so malloc 72 0x55717346b790 0.000113
+gallium_dri.so free 0x55717346b800 void 0.000116
+gallium_dri.so free 0x55717346b790 void 0.000114
+gallium_dri.so malloc 72 0x55717346b820 0.000113
+gallium_dri.so free 0x55717346b8c0 void 0.000115
+gallium_dri.so free 0x55717346b820 void 0.000115
+gallium_dri.so malloc 72 0x55717346b870 0.000197
+gallium_dri.so free 0x55717346b940 void 0.000116
+gallium_dri.so free 0x55717346b870 void 0.000115
+gallium_dri.so malloc 72 0x55717346b870 0.000115
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x55717346b870 void 0.000115
+gallium_dri.so malloc 72 0x5571735c33c0 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000115
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c33c0 0.000115
+gallium_dri.so free 0x5571735c3500 void 0.000115
+gallium_dri.so free 0x5571735c33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c33c0 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000116
+gallium_dri.so free 0x5571735c33c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c33c0 0.000115
+gallium_dri.so free 0x5571735c3680 void 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3630 0.000113
+gallium_dri.so free 0x5571735c3700 void 0.000116
+gallium_dri.so free 0x5571735c3630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3750 0.000116
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so free 0x5571735c3750 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37e0 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x5571735c37e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c37e0 0.000125
+gallium_dri.so free 0x55717360eb80 void 0.000116
+gallium_dri.so free 0x5571735c37e0 void 0.000113
+gallium_dri.so malloc 72 0x55717360eb30 0.000115
+gallium_dri.so free 0x55717360eb80 void 0.000116
+gallium_dri.so free 0x55717360eb30 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb30 0.000113
+gallium_dri.so free 0x55717360ec80 void 0.000115
+gallium_dri.so free 0x55717360eb30 void 0.000116
+gallium_dri.so malloc 72 0x55717360ec30 0.000114
+gallium_dri.so free 0x55717360ed40 void 0.000116
+gallium_dri.so free 0x55717360ec30 void 0.000115
+gallium_dri.so malloc 72 0x55717360ecf0 0.000114
+gallium_dri.so free 0x55717360ed80 void 0.000114
+gallium_dri.so free 0x55717360ecf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ecf0 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000116
+gallium_dri.so free 0x55717360ecf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee80 0.000115
+gallium_dri.so free 0x55717360ef00 void 0.000114
+gallium_dri.so free 0x55717360ee80 void 0.000116
+gallium_dri.so malloc 72 0x55717360ef00 0.000117
+gallium_dri.so free 0x5571735ff140 void 0.000115
+gallium_dri.so free 0x55717360ef00 void 0.000113
+gallium_dri.so malloc 72 0x55717360ef00 0.000114
+gallium_dri.so free 0x5571735ff200 void 0.000116
+gallium_dri.so free 0x55717360ef00 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff220 0.000127
+gallium_dri.so free 0x5571735ff2c0 void 0.000117
+gallium_dri.so free 0x5571735ff220 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff270 0.000114
+gallium_dri.so free 0x5571735ff340 void 0.000116
+gallium_dri.so free 0x5571735ff270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff270 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so free 0x5571735ff270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000114
+gallium_dri.so free 0x5571735ff480 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000114
+gallium_dri.so free 0x5571735ff540 void 0.000114
+gallium_dri.so free 0x5571735ff3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000116
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcb80 0.000115
+gallium_dri.so free 0x5571735fcc40 void 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcb80 0.000114
+gallium_dri.so free 0x5571735fccc0 void 0.000117
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fccc0 0.000114
+gallium_dri.so free 0x5571735fcd80 void 0.000116
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccc0 0.000164
+gallium_dri.so free 0x5571735fce40 void 0.000115
+gallium_dri.so free 0x5571735fccc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fccc0 0.000113
+gallium_dri.so free 0x5571735fcf00 void 0.000115
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fceb0 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcfd0 0.000115
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735fcfd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcfd0 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000114
+gallium_dri.so free 0x5571735fcfd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcfd0 0.000114
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735fcfd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcfd0 0.000114
+gallium_dri.so free 0x5571735dd980 void 0.000116
+gallium_dri.so free 0x5571735fcfd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd930 0.000115
+gallium_dri.so free 0x5571735dda00 void 0.000115
+gallium_dri.so free 0x5571735dd930 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda50 0.000114
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dda50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddae0 0.000128
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735ddae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb30 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000123
+gallium_dri.so free 0x5571735ddb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddb30 0.000115
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so free 0x5571735ddb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e05b0 0.000113
+gallium_dri.so free 0x5571735e0680 void 0.000116
+gallium_dri.so free 0x5571735e05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e06d0 0.000115
+gallium_dri.so free 0x5571735e0740 void 0.000116
+gallium_dri.so free 0x5571735e06d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0760 0.000114
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e0760 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000114
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0900 0.000115
+gallium_dri.so free 0x557173620140 void 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0900 0.000120
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so malloc 72 0x557173620220 0.000113
+gallium_dri.so free 0x5571736202c0 void 0.000114
+gallium_dri.so free 0x557173620220 void 0.000114
+gallium_dri.so malloc 72 0x557173620270 0.000113
+gallium_dri.so free 0x557173620340 void 0.000115
+gallium_dri.so free 0x557173620270 void 0.000113
+gallium_dri.so malloc 72 0x557173620270 0.000114
+gallium_dri.so free 0x5571736203c0 void 0.000116
+gallium_dri.so free 0x557173620270 void 0.000114
+gallium_dri.so malloc 72 0x5571736203c0 0.000114
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736203c0 0.000114
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736203c0 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b00 0.000115
+gallium_dri.so free 0x5571735f7bc0 void 0.000116
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7b00 0.000115
+gallium_dri.so free 0x5571735f7c40 void 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c40 0.000113
+gallium_dri.so free 0x5571735f7d00 void 0.000164
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7c40 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000116
+gallium_dri.so free 0x5571735f7c40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7c40 0.000114
+gallium_dri.so free 0x5571735f7e80 void 0.000116
+gallium_dri.so free 0x5571735f7c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7e30 0.000113
+gallium_dri.so free 0x5571735f7f00 void 0.000114
+gallium_dri.so free 0x5571735f7e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7f50 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735f7f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f50 0.000114
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so free 0x5571735f7f50 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7f50 0.000119
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735f7f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f50 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000116
+gallium_dri.so free 0x5571735f7f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddf30 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddf30 void 0.000113
+gallium_dri.so malloc 72 0x5571735de050 0.000116
+gallium_dri.so free 0x5571735de0c0 void 0.000122
+gallium_dri.so free 0x5571735de050 void 0.000115
+gallium_dri.so malloc 72 0x5571735de0e0 0.000114
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de0e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de130 0.000115
+gallium_dri.so free 0x557173474580 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000115
+gallium_dri.so malloc 72 0x5571735de130 0.000115
+gallium_dri.so free 0x557173474680 void 0.000116
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571734746c0 0.000114
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so free 0x5571734746c0 void 0.000114
+gallium_dri.so malloc 72 0x557173474740 0.000114
+gallium_dri.so free 0x557173474800 void 0.000116
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so malloc 72 0x557173474740 0.000115
+gallium_dri.so free 0x5571735de200 void 0.000115
+gallium_dri.so free 0x557173474740 void 0.000115
+gallium_dri.so malloc 72 0x557173474740 0.000115
+gallium_dri.so free 0x557173474880 void 0.000114
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so malloc 72 0x5571734748c0 0.000114
+gallium_dri.so free 0x557173474940 void 0.000115
+gallium_dri.so free 0x5571734748c0 void 0.000114
+gallium_dri.so malloc 72 0x557173474940 0.000113
+gallium_dri.so free 0x557173474a00 void 0.000128
+gallium_dri.so free 0x557173474940 void 0.000115
+gallium_dri.so malloc 72 0x557173474940 0.000115
+gallium_dri.so free 0x557173474ac0 void 0.000115
+gallium_dri.so free 0x557173474940 void 0.000113
+gallium_dri.so malloc 72 0x557173474ae0 0.000115
+gallium_dri.so free 0x557173474b80 void 0.000115
+gallium_dri.so free 0x557173474ae0 void 0.000114
+gallium_dri.so malloc 72 0x557173474b30 0.000115
+gallium_dri.so free 0x557173474c00 void 0.000115
+gallium_dri.so free 0x557173474b30 void 0.000113
+gallium_dri.so malloc 72 0x557173474b30 0.000115
+gallium_dri.so free 0x557173474c80 void 0.000116
+gallium_dri.so free 0x557173474b30 void 0.000114
+gallium_dri.so malloc 72 0x557173474c80 0.000114
+gallium_dri.so free 0x557173474d40 void 0.000115
+gallium_dri.so free 0x557173474c80 void 0.000115
+gallium_dri.so malloc 72 0x557173474c80 0.000114
+gallium_dri.so free 0x557173474e00 void 0.000114
+gallium_dri.so free 0x557173474c80 void 0.000113
+gallium_dri.so malloc 72 0x557173474c80 0.000113
+gallium_dri.so free 0x557173474ec0 void 0.000115
+gallium_dri.so free 0x557173474c80 void 0.000113
+gallium_dri.so malloc 72 0x557173474e70 0.000114
+gallium_dri.so free 0x557173474f80 void 0.000113
+gallium_dri.so free 0x557173474e70 void 0.000113
+gallium_dri.so malloc 72 0x557173474f30 0.000114
+gallium_dri.so free 0x557173475000 void 0.000114
+gallium_dri.so free 0x557173474f30 void 0.000115
+gallium_dri.so malloc 72 0x557173475050 0.000113
+gallium_dri.so free 0x5571734750c0 void 0.000116
+gallium_dri.so free 0x557173475050 void 0.000114
+gallium_dri.so malloc 72 0x5571734750e0 0.000118
+gallium_dri.so free 0x557173475180 void 0.000115
+gallium_dri.so free 0x5571734750e0 void 0.000114
+gallium_dri.so malloc 72 0x557173475130 0.000114
+gallium_dri.so free 0x557173475200 void 0.000116
+gallium_dri.so free 0x557173475130 void 0.000114
+gallium_dri.so malloc 72 0x557173475130 0.000117
+gallium_dri.so free 0x557173475280 void 0.000115
+gallium_dri.so free 0x557173475130 void 0.000113
+gallium_dri.so malloc 72 0x557173475280 0.000116
+gallium_dri.so free 0x557173475340 void 0.000115
+gallium_dri.so free 0x557173475280 void 0.000113
+gallium_dri.so malloc 72 0x557173475280 0.000115
+gallium_dri.so free 0x557173475440 void 0.000115
+gallium_dri.so free 0x557173475280 void 0.000114
+gallium_dri.so malloc 72 0x5571734753f0 0.000115
+gallium_dri.so free 0x557173475480 void 0.000115
+gallium_dri.so free 0x5571734753f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734753f0 0.000114
+gallium_dri.so free 0x557173475540 void 0.000115
+gallium_dri.so free 0x5571734753f0 void 0.000117
+gallium_dri.so malloc 72 0x557173475580 0.000115
+gallium_dri.so free 0x557173475600 void 0.000115
+gallium_dri.so free 0x557173475580 void 0.000127
+gallium_dri.so malloc 72 0x557173475600 0.000115
+gallium_dri.so free 0x5571734756c0 void 0.000115
+gallium_dri.so free 0x557173475600 void 0.000114
+gallium_dri.so malloc 72 0x557173475600 0.000114
+gallium_dri.so free 0x557173475740 void 0.000115
+gallium_dri.so free 0x557173475600 void 0.000115
+gallium_dri.so malloc 72 0x557173475770 0.000113
+gallium_dri.so free 0x5571734757c0 void 0.000136
+gallium_dri.so free 0x557173475770 void 0.000115
+gallium_dri.so malloc 72 0x557173475770 0.000115
+gallium_dri.so free 0x5571734758c0 void 0.000115
+gallium_dri.so free 0x557173475770 void 0.000113
+gallium_dri.so malloc 72 0x557173475900 0.000113
+gallium_dri.so free 0x557173475980 void 0.000114
+gallium_dri.so free 0x557173475900 void 0.000114
+gallium_dri.so malloc 72 0x557173475980 0.000115
+gallium_dri.so free 0x557173475a40 void 0.000115
+gallium_dri.so free 0x557173475980 void 0.000115
+gallium_dri.so malloc 72 0x557173475980 0.000113
+gallium_dri.so free 0x557173475ac0 void 0.000116
+gallium_dri.so free 0x557173475980 void 0.000114
+gallium_dri.so malloc 72 0x557173475af0 0.000113
+gallium_dri.so free 0x557173475b40 void 0.000116
+gallium_dri.so free 0x557173475af0 void 0.000114
+gallium_dri.so malloc 72 0x557173475af0 0.000113
+gallium_dri.so free 0x557173475c40 void 0.000116
+gallium_dri.so free 0x557173475af0 void 0.000164
+gallium_dri.so malloc 72 0x557173475bf0 0.000114
+gallium_dri.so free 0x557173475d00 void 0.000114
+gallium_dri.so free 0x557173475bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173475cb0 0.000114
+gallium_dri.so free 0x557173475d80 void 0.000115
+gallium_dri.so free 0x557173475cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173475cb0 0.000119
+gallium_dri.so free 0x557173475e40 void 0.000124
+gallium_dri.so free 0x557173475cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173475cb0 0.000124
+gallium_dri.so free 0x557173475f00 void 0.000124
+gallium_dri.so free 0x557173475cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173475eb0 0.000119
+gallium_dri.so free 0x557173475f80 void 0.000126
+gallium_dri.so free 0x557173475eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173475fd0 0.000117
+gallium_dri.so free 0x557173476040 void 0.000116
+gallium_dri.so free 0x557173475fd0 void 0.000116
+gallium_dri.so malloc 72 0x557173476060 0.000116
+gallium_dri.so free 0x557173476100 void 0.000116
+gallium_dri.so free 0x557173476060 void 0.000113
+gallium_dri.so malloc 72 0x5571734760b0 0.000116
+gallium_dri.so free 0x557173476180 void 0.000115
+gallium_dri.so free 0x5571734760b0 void 0.000114
+gallium_dri.so malloc 72 0x557173476180 0.000137
+gallium_dri.so free 0x557173476240 void 0.000117
+gallium_dri.so free 0x557173476180 void 0.000114
+gallium_dri.so malloc 72 0x557173476180 0.000116
+gallium_dri.so free 0x5571734762c0 void 0.000117
+gallium_dri.so free 0x557173476180 void 0.000115
+gallium_dri.so malloc 72 0x5571734762c0 0.000114
+gallium_dri.so free 0x557173476380 void 0.000116
+gallium_dri.so free 0x5571734762c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734762c0 0.000114
+gallium_dri.so free 0x557173476440 void 0.000114
+gallium_dri.so free 0x5571734762c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734762c0 0.000115
+gallium_dri.so free 0x557173476500 void 0.000114
+gallium_dri.so free 0x5571734762c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734764b0 0.000115
+gallium_dri.so free 0x557173476580 void 0.000115
+gallium_dri.so free 0x5571734764b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734765d0 0.000116
+gallium_dri.so free 0x557173476640 void 0.000115
+gallium_dri.so free 0x5571734765d0 void 0.000114
+gallium_dri.so malloc 72 0x557173476680 0.000116
+gallium_dri.so free 0x557173476700 void 0.000116
+gallium_dri.so free 0x557173476680 void 0.000114
+gallium_dri.so malloc 72 0x557173476680 0.000115
+gallium_dri.so free 0x557173476780 void 0.000116
+gallium_dri.so free 0x557173476680 void 0.000114
+gallium_dri.so malloc 72 0x5571734767b0 0.000123
+gallium_dri.so free 0x557173476800 void 0.000115
+gallium_dri.so free 0x5571734767b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734767b0 0.000113
+gallium_dri.so free 0x557173476900 void 0.000115
+gallium_dri.so free 0x5571734767b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734768b0 0.000114
+gallium_dri.so free 0x5571734769c0 void 0.000113
+gallium_dri.so free 0x5571734768b0 void 0.000114
+gallium_dri.so malloc 72 0x557173476970 0.000114
+gallium_dri.so free 0x557173476a00 void 0.000114
+gallium_dri.so free 0x557173476970 void 0.000114
+gallium_dri.so malloc 72 0x557173476970 0.000114
+gallium_dri.so free 0x557173476ac0 void 0.000115
+gallium_dri.so free 0x557173476970 void 0.000115
+gallium_dri.so malloc 72 0x557173476b30 0.000118
+gallium_dri.so free 0x557173476b80 void 0.000123
+gallium_dri.so free 0x557173476b30 void 0.000114
+gallium_dri.so malloc 72 0x557173476b30 0.000114
+gallium_dri.so free 0x557173476c80 void 0.000114
+gallium_dri.so free 0x557173476b30 void 0.000114
+gallium_dri.so malloc 72 0x557173476c30 0.000216
+gallium_dri.so free 0x557173476d40 void 0.000215
+gallium_dri.so free 0x557173476c30 void 0.000317
+gallium_dri.so malloc 72 0x557173476cf0 0.000231
+gallium_dri.so free 0x557173476d80 void 0.000137
+gallium_dri.so free 0x557173476cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173476cf0 0.000114
+gallium_dri.so free 0x557173476e40 void 0.000116
+gallium_dri.so free 0x557173476cf0 void 0.000114
+gallium_dri.so malloc 72 0x557173476e80 0.000114
+gallium_dri.so free 0x557173476f00 void 0.000115
+gallium_dri.so free 0x557173476e80 void 0.000114
+gallium_dri.so malloc 72 0x557173476f00 0.000114
+gallium_dri.so free 0x557173476fc0 void 0.000115
+gallium_dri.so free 0x557173476f00 void 0.000117
+gallium_dri.so malloc 72 0x557173476f00 0.000114
+gallium_dri.so free 0x557173477080 void 0.000113
+gallium_dri.so free 0x557173476f00 void 0.000112
+gallium_dri.so malloc 72 0x5571734770a0 0.000115
+gallium_dri.so free 0x557173477140 void 0.000115
+gallium_dri.so free 0x5571734770a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734770f0 0.000114
+gallium_dri.so free 0x5571734771c0 void 0.000114
+gallium_dri.so free 0x5571734770f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734770f0 0.000115
+gallium_dri.so free 0x557173477240 void 0.000114
+gallium_dri.so free 0x5571734770f0 void 0.000113
+gallium_dri.so malloc 72 0x557173477240 0.000113
+gallium_dri.so free 0x557173477300 void 0.000114
+gallium_dri.so free 0x557173477240 void 0.000140
+gallium_dri.so malloc 72 0x557173477240 0.000129
+gallium_dri.so free 0x5571734773c0 void 0.000128
+gallium_dri.so free 0x557173477240 void 0.000127
+gallium_dri.so malloc 72 0x557173477240 0.000128
+gallium_dri.so free 0x557173477480 void 0.000126
+gallium_dri.so free 0x557173477240 void 0.000126
+gallium_dri.so malloc 72 0x557173477430 0.000125
+gallium_dri.so free 0x557173477540 void 0.000127
+gallium_dri.so free 0x557173477430 void 0.000125
+gallium_dri.so malloc 72 0x5571734774f0 0.000128
+gallium_dri.so free 0x5571734775c0 void 0.000127
+gallium_dri.so free 0x5571734774f0 void 0.000126
+gallium_dri.so malloc 72 0x557173477610 0.000126
+gallium_dri.so free 0x557173477680 void 0.000135
+gallium_dri.so free 0x557173477610 void 0.000126
+gallium_dri.so malloc 72 0x5571734776a0 0.000128
+gallium_dri.so free 0x557173477740 void 0.000126
+gallium_dri.so free 0x5571734776a0 void 0.000129
+gallium_dri.so malloc 72 0x5571734776f0 0.000132
+gallium_dri.so free 0x5571734777c0 void 0.000127
+gallium_dri.so free 0x5571734776f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734776f0 0.000127
+gallium_dri.so free 0x557173477840 void 0.000127
+gallium_dri.so free 0x5571734776f0 void 0.000151
+gallium_dri.so malloc 72 0x557173477840 0.000153
+gallium_dri.so free 0x557173477900 void 0.000153
+gallium_dri.so free 0x557173477840 void 0.000152
+gallium_dri.so malloc 72 0x557173477840 0.000152
+gallium_dri.so free 0x557173477a00 void 0.000153
+gallium_dri.so free 0x557173477840 void 0.000151
+gallium_dri.so malloc 72 0x5571734779b0 0.000152
+gallium_dri.so free 0x557173477a40 void 0.000153
+gallium_dri.so free 0x5571734779b0 void 0.000153
+gallium_dri.so malloc 72 0x5571734779b0 0.000153
+gallium_dri.so free 0x557173477b00 void 0.000153
+gallium_dri.so free 0x5571734779b0 void 0.000150
+gallium_dri.so malloc 72 0x557173477b40 0.000151
+gallium_dri.so free 0x557173477bc0 void 0.000153
+gallium_dri.so free 0x557173477b40 void 0.000161
+gallium_dri.so malloc 72 0x557173477bc0 0.000126
+gallium_dri.so free 0x557173477c80 void 0.000114
+gallium_dri.so free 0x557173477bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173477bc0 0.000114
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173477d30 0.000119
+gallium_dri.so free 0x557173477d80 void 0.000116
+gallium_dri.so free 0x557173477d30 void 0.000112
+gallium_dri.so malloc 72 0x557173477d30 0.000113
+gallium_dri.so free 0x557173477e80 void 0.000112
+gallium_dri.so free 0x557173477d30 void 0.000114
+gallium_dri.so malloc 72 0x557173477ec0 0.000112
+gallium_dri.so free 0x557173477f40 void 0.000113
+gallium_dri.so free 0x557173477ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173477f40 0.000112
+gallium_dri.so free 0x557173478000 void 0.000111
+gallium_dri.so free 0x557173477f40 void 0.000113
+gallium_dri.so malloc 72 0x557173477f40 0.000112
+gallium_dri.so free 0x557173478080 void 0.000114
+gallium_dri.so free 0x557173477f40 void 0.000114
+gallium_dri.so malloc 72 0x5571734780b0 0.000113
+gallium_dri.so free 0x557173478100 void 0.000113
+gallium_dri.so free 0x5571734780b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734780b0 0.000110
+gallium_dri.so free 0x557173478200 void 0.000111
+gallium_dri.so free 0x5571734780b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734781b0 0.000112
+gallium_dri.so free 0x5571734782c0 void 0.000117
+gallium_dri.so free 0x5571734781b0 void 0.000113
+gallium_dri.so malloc 72 0x557173478270 0.000113
+gallium_dri.so free 0x557173478340 void 0.000114
+gallium_dri.so free 0x557173478270 void 0.000115
+gallium_dri.so malloc 72 0x557173478270 0.000114
+gallium_dri.so free 0x557173478400 void 0.000120
+gallium_dri.so free 0x557173478270 void 0.000115
+gallium_dri.so malloc 72 0x557173478270 0.000115
+gallium_dri.so free 0x5571734784c0 void 0.000114
+gallium_dri.so free 0x557173478270 void 0.000113
+gallium_dri.so malloc 72 0x557173478470 0.000112
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so free 0x557173478470 void 0.000113
+gallium_dri.so malloc 72 0x557173478590 0.000118
+gallium_dri.so free 0x557173478600 void 0.000119
+gallium_dri.so free 0x557173478590 void 0.000114
+gallium_dri.so malloc 72 0x557173478620 0.000114
+gallium_dri.so free 0x5571734786c0 void 0.000113
+gallium_dri.so free 0x557173478620 void 0.000114
+gallium_dri.so malloc 72 0x557173478670 0.000113
+gallium_dri.so free 0x557173478740 void 0.000117
+gallium_dri.so free 0x557173478670 void 0.000113
+gallium_dri.so malloc 72 0x557173478740 0.000114
+gallium_dri.so free 0x557173478800 void 0.000114
+gallium_dri.so free 0x557173478740 void 0.000112
+gallium_dri.so malloc 72 0x557173478740 0.000114
+gallium_dri.so free 0x557173478880 void 0.000114
+gallium_dri.so free 0x557173478740 void 0.000113
+gallium_dri.so malloc 72 0x557173478880 0.000113
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so free 0x557173478880 void 0.000113
+gallium_dri.so malloc 72 0x557173478880 0.000112
+gallium_dri.so free 0x557173478a00 void 0.000113
+gallium_dri.so free 0x557173478880 void 0.000121
+gallium_dri.so malloc 72 0x557173478880 0.000112
+gallium_dri.so free 0x557173478ac0 void 0.000114
+gallium_dri.so free 0x557173478880 void 0.000113
+gallium_dri.so malloc 72 0x557173478a70 0.000113
+gallium_dri.so free 0x557173478b40 void 0.000112
+gallium_dri.so free 0x557173478a70 void 0.000114
+gallium_dri.so malloc 72 0x557173478b90 0.000113
+gallium_dri.so free 0x557173478c00 void 0.000113
+gallium_dri.so free 0x557173478b90 void 0.000116
+gallium_dri.so malloc 72 0x557173478c40 0.000113
+gallium_dri.so free 0x557173478cc0 void 0.000114
+gallium_dri.so free 0x557173478c40 void 0.000111
+gallium_dri.so malloc 72 0x557173478c40 0.000111
+gallium_dri.so free 0x557173478d40 void 0.000112
+gallium_dri.so free 0x557173478c40 void 0.000113
+gallium_dri.so malloc 72 0x557173478d70 0.000113
+gallium_dri.so free 0x557173478dc0 void 0.000114
+gallium_dri.so free 0x557173478d70 void 0.000113
+gallium_dri.so malloc 72 0x557173478d70 0.000112
+gallium_dri.so free 0x557173478ec0 void 0.000113
+gallium_dri.so free 0x557173478d70 void 0.000113
+gallium_dri.so malloc 72 0x557173478e70 0.000112
+gallium_dri.so free 0x557173478f80 void 0.000112
+gallium_dri.so free 0x557173478e70 void 0.000113
+gallium_dri.so malloc 72 0x557173478f30 0.000111
+gallium_dri.so free 0x557173478fc0 void 0.000113
+gallium_dri.so free 0x557173478f30 void 0.000120
+gallium_dri.so malloc 72 0x557173478f30 0.000157
+gallium_dri.so free 0x5571735ed2c0 void 0.000107
+gallium_dri.so free 0x557173478f30 void 0.000259
+gallium_dri.so malloc 72 0x5571735ed330 0.000180
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so free 0x5571735ed330 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000114
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed430 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so free 0x5571735ed430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000114
+gallium_dri.so free 0x5571735ed580 void 0.000116
+gallium_dri.so free 0x5571735ed4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000115
+gallium_dri.so free 0x5571735ed640 void 0.000115
+gallium_dri.so free 0x5571735ed4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed680 0.000114
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so free 0x5571735ed680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed700 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000116
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed700 0.000116
+gallium_dri.so free 0x5571735ed880 void 0.000122
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8a0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000113
+gallium_dri.so free 0x5571735ed8a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000112
+gallium_dri.so free 0x5571735ed9c0 void 0.000113
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000112
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda40 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda40 0.000117
+gallium_dri.so free 0x5571735edbc0 void 0.000120
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda40 0.000113
+gallium_dri.so free 0x5571735edc80 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd40 void 0.000121
+gallium_dri.so free 0x5571735edc30 void 0.000126
+gallium_dri.so malloc 72 0x5571735edcf0 0.000119
+gallium_dri.so free 0x5571735eddc0 void 0.000116
+gallium_dri.so free 0x5571735edcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ede10 0.000123
+gallium_dri.so free 0x5571735ede80 void 0.000128
+gallium_dri.so free 0x5571735ede10 void 0.000114
+gallium_dri.so malloc 72 0x5571735edea0 0.000116
+gallium_dri.so free 0x5571735edf40 void 0.000115
+gallium_dri.so free 0x5571735edea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edef0 0.000114
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edef0 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so free 0x5571735edef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee040 0.000115
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee040 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000114
+gallium_dri.so free 0x5571735ee040 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000114
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee1b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee340 0.000116
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000114
+gallium_dri.so free 0x5571735ee480 void 0.000115
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee3c0 0.000113
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee530 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee530 0.000115
+gallium_dri.so free 0x5571735ee680 void 0.000114
+gallium_dri.so free 0x5571735ee530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000114
+gallium_dri.so free 0x5571735ee740 void 0.000116
+gallium_dri.so free 0x5571735ee6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee740 0.000115
+gallium_dri.so free 0x5571735ee800 void 0.000115
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee740 0.000113
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000113
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so free 0x5571735ee8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8b0 0.000113
+gallium_dri.so free 0x5571735eea00 void 0.000117
+gallium_dri.so free 0x5571735ee8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000115
+gallium_dri.so free 0x5571735eeac0 void 0.000116
+gallium_dri.so free 0x5571735ee9b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eea70 0.000120
+gallium_dri.so free 0x5571735eeb40 void 0.000115
+gallium_dri.so free 0x5571735eea70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea70 0.000112
+gallium_dri.so free 0x5571735eec00 void 0.000112
+gallium_dri.so free 0x5571735eea70 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea70 0.000120
+gallium_dri.so free 0x5571735eecc0 void 0.000119
+gallium_dri.so free 0x5571735eea70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec70 0.000115
+gallium_dri.so free 0x5571735eed40 void 0.000114
+gallium_dri.so free 0x5571735eec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed90 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000115
+gallium_dri.so free 0x5571735eed90 void 0.000117
+gallium_dri.so malloc 72 0x5571735eee20 0.000113
+gallium_dri.so free 0x5571735eeec0 void 0.000115
+gallium_dri.so free 0x5571735eee20 void 0.000114
+gallium_dri.so malloc 72 0x5571735eee70 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eee70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef40 0.000114
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef40 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000165
+gallium_dri.so malloc 72 0x5571735ef080 0.000116
+gallium_dri.so free 0x5571735ef140 void 0.000117
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef080 0.000113
+gallium_dri.so free 0x5571735ef200 void 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef080 0.000114
+gallium_dri.so free 0x5571735ef2c0 void 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef270 0.000113
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef270 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef390 0.000113
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so free 0x5571735ef390 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000115
+gallium_dri.so free 0x5571735ef4c0 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef440 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so free 0x5571735ef440 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef570 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000115
+gallium_dri.so free 0x5571735ef570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef570 0.000115
+gallium_dri.so free 0x5571735ef6c0 void 0.000115
+gallium_dri.so free 0x5571735ef570 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef670 0.000113
+gallium_dri.so free 0x5571735ef780 void 0.000113
+gallium_dri.so free 0x5571735ef670 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000114
+gallium_dri.so free 0x5571735ef7c0 void 0.000113
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef730 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000113
+gallium_dri.so free 0x5571735ef730 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so free 0x5571735ef8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8f0 0.000113
+gallium_dri.so free 0x5571735efa40 void 0.000113
+gallium_dri.so free 0x5571735ef8f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000123
+gallium_dri.so free 0x5571735efb00 void 0.000120
+gallium_dri.so free 0x5571735ef9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efab0 0.000115
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735efab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efab0 0.000123
+gallium_dri.so free 0x5571735efc00 void 0.000124
+gallium_dri.so free 0x5571735efab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc40 0.000120
+gallium_dri.so free 0x5571735efcc0 void 0.000130
+gallium_dri.so free 0x5571735efc40 void 0.000116
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000116
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efcc0 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000119
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe60 0.000114
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efe60 void 0.000114
+gallium_dri.so malloc 72 0x5571735efeb0 0.000114
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so free 0x5571735efeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efeb0 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735efeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0000 0.000115
+gallium_dri.so free 0x5571735f0180 void 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000114
+gallium_dri.so free 0x5571735f0240 void 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01f0 0.000114
+gallium_dri.so free 0x5571735f0300 void 0.000117
+gallium_dri.so free 0x5571735f01f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f02b0 0.000116
+gallium_dri.so free 0x5571735f0380 void 0.000114
+gallium_dri.so free 0x5571735f02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f03d0 0.000113
+gallium_dri.so free 0x5571735f0440 void 0.000114
+gallium_dri.so free 0x5571735f03d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0460 0.000113
+gallium_dri.so free 0x5571735f0500 void 0.000116
+gallium_dri.so free 0x5571735f0460 void 0.000117
+gallium_dri.so malloc 72 0x5571735f04b0 0.000113
+gallium_dri.so free 0x5571735f0580 void 0.000115
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f04b0 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so free 0x5571735f04b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0600 0.000115
+gallium_dri.so free 0x5571735f07c0 void 0.000115
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0770 0.000114
+gallium_dri.so free 0x5571735f0800 void 0.000114
+gallium_dri.so free 0x5571735f0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0770 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f0770 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0900 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000118
+gallium_dri.so free 0x5571735f0900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0980 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0980 0.000116
+gallium_dri.so free 0x5571735f0ac0 void 0.000116
+gallium_dri.so free 0x5571735f0980 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000120
+gallium_dri.so free 0x5571735f0b40 void 0.000124
+gallium_dri.so free 0x5571735f0af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0af0 0.000115
+gallium_dri.so free 0x5571735f0c40 void 0.000116
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0c80 0.000113
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d00 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000115
+gallium_dri.so free 0x5571735f0d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0d00 0.000115
+gallium_dri.so free 0x5571735f0e40 void 0.000116
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e70 0.000113
+gallium_dri.so free 0x5571735f0ec0 void 0.000131
+gallium_dri.so free 0x5571735f0e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e70 0.000115
+gallium_dri.so free 0x5571735f0fc0 void 0.000116
+gallium_dri.so free 0x5571735f0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0f70 0.000114
+gallium_dri.so free 0x5571735f1080 void 0.000115
+gallium_dri.so free 0x5571735f0f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1030 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000115
+gallium_dri.so free 0x5571735f1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1030 0.000115
+gallium_dri.so free 0x5571735f11c0 void 0.000115
+gallium_dri.so free 0x5571735f1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1030 0.000113
+gallium_dri.so free 0x5571735f1280 void 0.000115
+gallium_dri.so free 0x5571735f1030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1230 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1350 0.000113
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f1350 void 0.000115
+gallium_dri.so malloc 72 0x5571735f13e0 0.000115
+gallium_dri.so free 0x5571735f1480 void 0.000115
+gallium_dri.so free 0x5571735f13e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1430 0.000115
+gallium_dri.so free 0x5571735f1500 void 0.000115
+gallium_dri.so free 0x5571735f1430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1500 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so free 0x5571735f1500 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1500 0.000112
+gallium_dri.so free 0x5571735f1640 void 0.000112
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1640 0.000112
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1640 0.000115
+gallium_dri.so free 0x5571735f17c0 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1640 0.000112
+gallium_dri.so free 0x5571735f1880 void 0.000113
+gallium_dri.so free 0x5571735f1640 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1830 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000115
+gallium_dri.so free 0x5571735f1830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1950 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so free 0x5571735f1950 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1a00 0.000125
+gallium_dri.so free 0x5571735f1a80 void 0.000124
+gallium_dri.so free 0x5571735f1a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a00 0.000120
+gallium_dri.so free 0x5571735f1b00 void 0.000131
+gallium_dri.so free 0x5571735f1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000115
+gallium_dri.so free 0x5571735f1b80 void 0.000114
+gallium_dri.so free 0x5571735f1b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000114
+gallium_dri.so free 0x5571735f1c80 void 0.000115
+gallium_dri.so free 0x5571735f1b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1c30 0.000113
+gallium_dri.so free 0x5571735f1d40 void 0.000114
+gallium_dri.so free 0x5571735f1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000113
+gallium_dri.so free 0x5571735f1d80 void 0.000120
+gallium_dri.so free 0x5571735f1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000115
+gallium_dri.so free 0x5571735f1e40 void 0.000116
+gallium_dri.so free 0x5571735f1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f1f00 void 0.000115
+gallium_dri.so free 0x5571735f1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1eb0 0.000113
+gallium_dri.so free 0x5571735f2000 void 0.000114
+gallium_dri.so free 0x5571735f1eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000115
+gallium_dri.so free 0x5571735f1fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2070 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000126
+gallium_dri.so free 0x5571735f2070 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2070 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000114
+gallium_dri.so free 0x5571735f2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2200 0.000113
+gallium_dri.so free 0x5571735f2280 void 0.000115
+gallium_dri.so free 0x5571735f2200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2280 0.000115
+gallium_dri.so free 0x5571735f2340 void 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000114
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2420 0.000115
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2420 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2470 0.000114
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so free 0x5571735f2470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f2470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f25c0 0.000113
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f25c0 0.000114
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f25c0 0.000113
+gallium_dri.so free 0x5571735f2800 void 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f27b0 0.000113
+gallium_dri.so free 0x5571735f28c0 void 0.000114
+gallium_dri.so free 0x5571735f27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2870 0.000111
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x5571735f2870 void 0.000123
+gallium_dri.so malloc 72 0x557173619fd0 0.000123
+gallium_dri.so free 0x55717361a040 void 0.000118
+gallium_dri.so free 0x557173619fd0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a060 0.000125
+gallium_dri.so free 0x55717361a100 void 0.000120
+gallium_dri.so free 0x55717361a060 void 0.000115
+gallium_dri.so malloc 72 0x55717361a0b0 0.000114
+gallium_dri.so free 0x55717361a180 void 0.000115
+gallium_dri.so free 0x55717361a0b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a0b0 0.000114
+gallium_dri.so free 0x55717361a200 void 0.000116
+gallium_dri.so free 0x55717361a0b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a200 0.000114
+gallium_dri.so free 0x55717361a2c0 void 0.000115
+gallium_dri.so free 0x55717361a200 void 0.000115
+gallium_dri.so malloc 72 0x55717361a200 0.000113
+gallium_dri.so free 0x55717361a3c0 void 0.000127
+gallium_dri.so free 0x55717361a200 void 0.000116
+gallium_dri.so malloc 72 0x55717361a370 0.000114
+gallium_dri.so free 0x55717361a400 void 0.000116
+gallium_dri.so free 0x55717361a370 void 0.000114
+gallium_dri.so malloc 72 0x55717361a370 0.000113
+gallium_dri.so free 0x55717361a4c0 void 0.000115
+gallium_dri.so free 0x55717361a370 void 0.000114
+gallium_dri.so malloc 72 0x55717361a500 0.000117
+gallium_dri.so free 0x55717361a580 void 0.000116
+gallium_dri.so free 0x55717361a500 void 0.000114
+gallium_dri.so malloc 72 0x55717361a580 0.000113
+gallium_dri.so free 0x55717361a640 void 0.000115
+gallium_dri.so free 0x55717361a580 void 0.000113
+gallium_dri.so malloc 72 0x55717361a580 0.000114
+gallium_dri.so free 0x55717361a6c0 void 0.000115
+gallium_dri.so free 0x55717361a580 void 0.000114
+gallium_dri.so malloc 72 0x55717361a6f0 0.000116
+gallium_dri.so free 0x55717361a740 void 0.000115
+gallium_dri.so free 0x55717361a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a6f0 0.000114
+gallium_dri.so free 0x55717361a840 void 0.000115
+gallium_dri.so free 0x55717361a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a880 0.000115
+gallium_dri.so free 0x55717361a900 void 0.000115
+gallium_dri.so free 0x55717361a880 void 0.000114
+gallium_dri.so malloc 72 0x55717361a900 0.000114
+gallium_dri.so free 0x55717361a9c0 void 0.000123
+gallium_dri.so free 0x55717361a900 void 0.000113
+gallium_dri.so malloc 72 0x55717361a900 0.000113
+gallium_dri.so free 0x55717361aa40 void 0.000113
+gallium_dri.so free 0x55717361a900 void 0.000114
+gallium_dri.so malloc 72 0x55717361aa70 0.000113
+gallium_dri.so free 0x55717361aac0 void 0.000113
+gallium_dri.so free 0x55717361aa70 void 0.000113
+gallium_dri.so malloc 72 0x55717361aa70 0.000112
+gallium_dri.so free 0x55717361abc0 void 0.000112
+gallium_dri.so free 0x55717361aa70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ab70 0.000113
+gallium_dri.so free 0x55717361ac80 void 0.000112
+gallium_dri.so free 0x55717361ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717361ac30 0.000113
+gallium_dri.so free 0x55717361ad00 void 0.000114
+gallium_dri.so free 0x55717361ac30 void 0.000118
+gallium_dri.so malloc 72 0x55717361ac30 0.000122
+gallium_dri.so free 0x55717361adc0 void 0.000120
+gallium_dri.so free 0x55717361ac30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac30 0.000113
+gallium_dri.so free 0x55717361ae80 void 0.000113
+gallium_dri.so free 0x55717361ac30 void 0.000117
+gallium_dri.so malloc 72 0x55717361ae30 0.000116
+gallium_dri.so free 0x55717361af00 void 0.000115
+gallium_dri.so free 0x55717361ae30 void 0.000118
+gallium_dri.so malloc 72 0x55717361af50 0.000124
+gallium_dri.so free 0x55717361afc0 void 0.000129
+gallium_dri.so free 0x55717361af50 void 0.000160
+gallium_dri.so malloc 72 0x55717361afe0 0.000119
+gallium_dri.so free 0x55717361b080 void 0.000117
+gallium_dri.so free 0x55717361afe0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b030 0.000115
+gallium_dri.so free 0x55717361b100 void 0.000116
+gallium_dri.so free 0x55717361b030 void 0.000114
+gallium_dri.so malloc 72 0x55717361b100 0.000115
+gallium_dri.so free 0x55717361b1c0 void 0.000114
+gallium_dri.so free 0x55717361b100 void 0.000114
+gallium_dri.so malloc 72 0x55717361b100 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000114
+gallium_dri.so free 0x55717361b100 void 0.000115
+gallium_dri.so malloc 72 0x55717361b240 0.000112
+gallium_dri.so free 0x55717361b300 void 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000114
+gallium_dri.so malloc 72 0x55717361b240 0.000114
+gallium_dri.so free 0x55717361b3c0 void 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000113
+gallium_dri.so malloc 72 0x55717361b240 0.000114
+gallium_dri.so free 0x55717361b480 void 0.000115
+gallium_dri.so free 0x55717361b240 void 0.000114
+gallium_dri.so malloc 72 0x55717361b430 0.000114
+gallium_dri.so free 0x55717361b500 void 0.000118
+gallium_dri.so free 0x55717361b430 void 0.000114
+gallium_dri.so malloc 72 0x55717361b550 0.000107
+gallium_dri.so free 0x55717361b5c0 void 0.000115
+gallium_dri.so free 0x55717361b550 void 0.000114
+gallium_dri.so malloc 72 0x55717361b600 0.000114
+gallium_dri.so free 0x55717361b680 void 0.000114
+gallium_dri.so free 0x55717361b600 void 0.000114
+gallium_dri.so malloc 72 0x55717361b600 0.000115
+gallium_dri.so free 0x55717361b700 void 0.000115
+gallium_dri.so free 0x55717361b600 void 0.000113
+gallium_dri.so malloc 72 0x55717361b730 0.000113
+gallium_dri.so free 0x55717361b780 void 0.000113
+gallium_dri.so free 0x55717361b730 void 0.000113
+gallium_dri.so malloc 72 0x55717361b730 0.000114
+gallium_dri.so free 0x55717361b880 void 0.000115
+gallium_dri.so free 0x55717361b730 void 0.000113
+gallium_dri.so malloc 72 0x55717361b830 0.000113
+gallium_dri.so free 0x55717361b940 void 0.000115
+gallium_dri.so free 0x55717361b830 void 0.000113
+gallium_dri.so malloc 72 0x55717361b8f0 0.000115
+gallium_dri.so free 0x55717361b980 void 0.000115
+gallium_dri.so free 0x55717361b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b8f0 0.000113
+gallium_dri.so free 0x55717361ba40 void 0.000115
+gallium_dri.so free 0x55717361b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bab0 0.000115
+gallium_dri.so free 0x55717361bb00 void 0.000114
+gallium_dri.so free 0x55717361bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bab0 0.000123
+gallium_dri.so free 0x55717361bc00 void 0.000113
+gallium_dri.so free 0x55717361bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bbb0 0.000118
+gallium_dri.so free 0x55717361bcc0 void 0.000120
+gallium_dri.so free 0x55717361bbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bc70 0.000113
+gallium_dri.so free 0x55717361bd00 void 0.000116
+gallium_dri.so free 0x55717361bc70 void 0.000113
+gallium_dri.so malloc 72 0x55717361bc70 0.000127
+gallium_dri.so free 0x55717361bdc0 void 0.000124
+gallium_dri.so free 0x55717361bc70 void 0.000124
+gallium_dri.so malloc 72 0x55717361be00 0.000121
+gallium_dri.so free 0x55717361be80 void 0.000115
+gallium_dri.so free 0x55717361be00 void 0.000115
+gallium_dri.so malloc 72 0x55717361be80 0.000114
+gallium_dri.so free 0x55717361bf40 void 0.000113
+gallium_dri.so free 0x55717361be80 void 0.000113
+gallium_dri.so malloc 72 0x55717361be80 0.000115
+gallium_dri.so free 0x55717361c000 void 0.000115
+gallium_dri.so free 0x55717361be80 void 0.000114
+gallium_dri.so malloc 72 0x55717361c020 0.000115
+gallium_dri.so free 0x55717361c0c0 void 0.000114
+gallium_dri.so free 0x55717361c020 void 0.000116
+gallium_dri.so malloc 72 0x55717361c070 0.000115
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so free 0x55717361c070 void 0.000114
+gallium_dri.so malloc 72 0x55717361c070 0.000125
+gallium_dri.so free 0x55717361c1c0 void 0.000116
+gallium_dri.so free 0x55717361c070 void 0.000113
+gallium_dri.so malloc 72 0x55717361c1c0 0.000113
+gallium_dri.so free 0x55717361c280 void 0.000114
+gallium_dri.so free 0x55717361c1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c1c0 0.000113
+gallium_dri.so free 0x55717361c340 void 0.000115
+gallium_dri.so free 0x55717361c1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c1c0 0.000112
+gallium_dri.so free 0x55717361c400 void 0.000114
+gallium_dri.so free 0x55717361c1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c3b0 0.000114
+gallium_dri.so free 0x55717361c4c0 void 0.000114
+gallium_dri.so free 0x55717361c3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c470 0.000113
+gallium_dri.so free 0x55717361c540 void 0.000116
+gallium_dri.so free 0x55717361c470 void 0.000114
+gallium_dri.so malloc 72 0x55717361c590 0.000113
+gallium_dri.so free 0x55717361c600 void 0.000113
+gallium_dri.so free 0x55717361c590 void 0.000114
+gallium_dri.so malloc 72 0x55717361c620 0.000113
+gallium_dri.so free 0x55717361c6c0 void 0.000114
+gallium_dri.so free 0x55717361c620 void 0.000114
+gallium_dri.so malloc 72 0x55717361c670 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000115
+gallium_dri.so free 0x55717361c670 void 0.000113
+gallium_dri.so malloc 72 0x55717361c670 0.000113
+gallium_dri.so free 0x55717361c7c0 void 0.000115
+gallium_dri.so free 0x55717361c670 void 0.000115
+gallium_dri.so malloc 72 0x55717361c7c0 0.000113
+gallium_dri.so free 0x55717361c880 void 0.000112
+gallium_dri.so free 0x55717361c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c7c0 0.000113
+gallium_dri.so free 0x55717361c980 void 0.000112
+gallium_dri.so free 0x55717361c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c930 0.000113
+gallium_dri.so free 0x55717361c9c0 void 0.000111
+gallium_dri.so free 0x55717361c930 void 0.000113
+gallium_dri.so malloc 72 0x55717361c930 0.000112
+gallium_dri.so free 0x55717361ca80 void 0.000114
+gallium_dri.so free 0x55717361c930 void 0.000115
+gallium_dri.so malloc 72 0x55717361cac0 0.000112
+gallium_dri.so free 0x55717361cb40 void 0.000114
+gallium_dri.so free 0x55717361cac0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cb40 0.000120
+gallium_dri.so free 0x55717361cc00 void 0.000114
+gallium_dri.so free 0x55717361cb40 void 0.000114
+gallium_dri.so malloc 72 0x55717361cb40 0.000114
+gallium_dri.so free 0x55717361cc80 void 0.000113
+gallium_dri.so free 0x55717361cb40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ccb0 0.000139
+gallium_dri.so free 0x55717361cd00 void 0.000138
+gallium_dri.so free 0x55717361ccb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ccb0 0.000179
+gallium_dri.so free 0x55717361ce00 void 0.000131
+gallium_dri.so free 0x55717361ccb0 void 0.000130
+gallium_dri.so malloc 72 0x55717361ce40 0.000133
+gallium_dri.so free 0x55717361cec0 void 0.000117
+gallium_dri.so free 0x55717361ce40 void 0.000115
+gallium_dri.so malloc 72 0x55717361cec0 0.000122
+gallium_dri.so free 0x55717361cf80 void 0.000117
+gallium_dri.so free 0x55717361cec0 void 0.000115
+gallium_dri.so malloc 72 0x55717361cec0 0.000116
+gallium_dri.so free 0x55717361d000 void 0.000116
+gallium_dri.so free 0x55717361cec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d030 0.000114
+gallium_dri.so free 0x55717361d080 void 0.000145
+gallium_dri.so free 0x55717361d030 void 0.000132
+gallium_dri.so malloc 72 0x55717361d030 0.000126
+gallium_dri.so free 0x55717361d180 void 0.000159
+gallium_dri.so free 0x55717361d030 void 0.000128
+gallium_dri.so malloc 72 0x55717361d130 0.000126
+gallium_dri.so free 0x55717361d240 void 0.000127
+gallium_dri.so free 0x55717361d130 void 0.000124
+gallium_dri.so malloc 72 0x55717361d1f0 0.000122
+gallium_dri.so free 0x55717361d2c0 void 0.000120
+gallium_dri.so free 0x55717361d1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d1f0 0.000119
+gallium_dri.so free 0x55717361d380 void 0.000129
+gallium_dri.so free 0x55717361d1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d1f0 0.000124
+gallium_dri.so free 0x55717361d440 void 0.000124
+gallium_dri.so free 0x55717361d1f0 void 0.000177
+gallium_dri.so malloc 72 0x55717361d3f0 0.000216
+gallium_dri.so free 0x55717361d4c0 void 0.000209
+gallium_dri.so free 0x55717361d3f0 void 0.000219
+gallium_dri.so malloc 72 0x55717361d510 0.000125
+gallium_dri.so free 0x55717361d580 void 0.000206
+gallium_dri.so free 0x55717361d510 void 0.000130
+gallium_dri.so malloc 72 0x55717361d5a0 0.000128
+gallium_dri.so free 0x55717361d640 void 0.000127
+gallium_dri.so free 0x55717361d5a0 void 0.000124
+gallium_dri.so malloc 72 0x55717361d5f0 0.000125
+gallium_dri.so free 0x55717361d6c0 void 0.000127
+gallium_dri.so free 0x55717361d5f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d6c0 0.000123
+gallium_dri.so free 0x55717361d780 void 0.000126
+gallium_dri.so free 0x55717361d6c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d6c0 0.000122
+gallium_dri.so free 0x55717361d800 void 0.000123
+gallium_dri.so free 0x55717361d6c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361d800 0.000123
+gallium_dri.so free 0x55717361d8c0 void 0.000126
+gallium_dri.so free 0x55717361d800 void 0.000124
+gallium_dri.so malloc 72 0x55717361d800 0.000126
+gallium_dri.so free 0x55717361d980 void 0.000128
+gallium_dri.so free 0x55717361d800 void 0.000125
+gallium_dri.so malloc 72 0x55717361d800 0.000126
+gallium_dri.so free 0x55717361da40 void 0.000122
+gallium_dri.so free 0x55717361d800 void 0.000116
+gallium_dri.so malloc 72 0x55717361d9f0 0.000116
+gallium_dri.so free 0x55717361dac0 void 0.000116
+gallium_dri.so free 0x55717361d9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361db10 0.000115
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361db10 void 0.000115
+gallium_dri.so malloc 72 0x55717361dbc0 0.000114
+gallium_dri.so free 0x55717361dc40 void 0.000116
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dbc0 0.000115
+gallium_dri.so free 0x55717361dcc0 void 0.000116
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dcf0 0.000114
+gallium_dri.so free 0x55717361dd40 void 0.000116
+gallium_dri.so free 0x55717361dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dcf0 0.000115
+gallium_dri.so free 0x55717361de40 void 0.000128
+gallium_dri.so free 0x55717361dcf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ddf0 0.000117
+gallium_dri.so free 0x55717361df00 void 0.000116
+gallium_dri.so free 0x55717361ddf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361deb0 0.000114
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361deb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361deb0 0.000115
+gallium_dri.so free 0x55717361e000 void 0.000115
+gallium_dri.so free 0x55717361deb0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e070 0.000128
+gallium_dri.so free 0x55717361e0c0 void 0.000128
+gallium_dri.so free 0x55717361e070 void 0.000129
+gallium_dri.so malloc 72 0x55717361e070 0.000129
+gallium_dri.so free 0x55717361e1c0 void 0.000127
+gallium_dri.so free 0x55717361e070 void 0.000127
+gallium_dri.so malloc 72 0x55717361e170 0.000172
+gallium_dri.so free 0x55717361e280 void 0.000168
+gallium_dri.so free 0x55717361e170 void 0.000165
+gallium_dri.so malloc 72 0x55717361e230 0.000128
+gallium_dri.so free 0x55717361e2c0 void 0.000124
+gallium_dri.so free 0x55717361e230 void 0.000126
+gallium_dri.so malloc 72 0x55717361e230 0.000125
+gallium_dri.so free 0x55717361e380 void 0.000193
+gallium_dri.so free 0x55717361e230 void 0.000128
+gallium_dri.so malloc 72 0x55717361e3c0 0.000130
+gallium_dri.so free 0x55717361e440 void 0.000130
+gallium_dri.so free 0x55717361e3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e440 0.000117
+gallium_dri.so free 0x55717361e500 void 0.000115
+gallium_dri.so free 0x55717361e440 void 0.000116
+gallium_dri.so malloc 72 0x55717361e440 0.000115
+gallium_dri.so free 0x55717361e5c0 void 0.000118
+gallium_dri.so free 0x55717361e440 void 0.000115
+gallium_dri.so malloc 72 0x55717361e5e0 0.000114
+gallium_dri.so free 0x55717361e680 void 0.000116
+gallium_dri.so free 0x55717361e5e0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e630 0.000116
+gallium_dri.so free 0x55717361e700 void 0.000114
+gallium_dri.so free 0x55717361e630 void 0.000114
+gallium_dri.so malloc 72 0x55717361e630 0.000114
+gallium_dri.so free 0x55717361e780 void 0.000114
+gallium_dri.so free 0x55717361e630 void 0.000114
+gallium_dri.so malloc 72 0x55717361e780 0.000113
+gallium_dri.so free 0x55717361e840 void 0.000116
+gallium_dri.so free 0x55717361e780 void 0.000116
+gallium_dri.so malloc 72 0x55717361e780 0.000119
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so free 0x55717361e780 void 0.000114
+gallium_dri.so malloc 72 0x55717361e780 0.000117
+gallium_dri.so free 0x55717361e9c0 void 0.000122
+gallium_dri.so free 0x55717361e780 void 0.000115
+gallium_dri.so malloc 72 0x55717361e970 0.000117
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361e970 void 0.000113
+gallium_dri.so malloc 72 0x55717361ea30 0.000115
+gallium_dri.so free 0x55717361eb00 void 0.000115
+gallium_dri.so free 0x55717361ea30 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb50 0.000113
+gallium_dri.so free 0x55717361ebc0 void 0.000115
+gallium_dri.so free 0x55717361eb50 void 0.000115
+gallium_dri.so malloc 72 0x55717361ebe0 0.000114
+gallium_dri.so free 0x55717361ec80 void 0.000115
+gallium_dri.so free 0x55717361ebe0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ec30 0.000114
+gallium_dri.so free 0x55717361ed00 void 0.000116
+gallium_dri.so free 0x55717361ec30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec30 0.000121
+gallium_dri.so free 0x55717361ed80 void 0.000140
+gallium_dri.so free 0x55717361ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717361ed80 0.000114
+gallium_dri.so free 0x55717361ee40 void 0.000154
+gallium_dri.so free 0x55717361ed80 void 0.000114
+gallium_dri.so malloc 72 0x55717361ed80 0.000114
+gallium_dri.so free 0x55717361ef40 void 0.000115
+gallium_dri.so free 0x55717361ed80 void 0.000115
+gallium_dri.so malloc 72 0x55717361eef0 0.000147
+gallium_dri.so free 0x55717361ef80 void 0.000117
+gallium_dri.so free 0x55717361eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eef0 0.000114
+gallium_dri.so free 0x55717361f040 void 0.000115
+gallium_dri.so free 0x55717361eef0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f080 0.000114
+gallium_dri.so free 0x55717361f100 void 0.000114
+gallium_dri.so free 0x55717361f080 void 0.000114
+gallium_dri.so malloc 72 0x55717361f100 0.000114
+gallium_dri.so free 0x55717361f1c0 void 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000115
+gallium_dri.so malloc 72 0x55717361f100 0.000114
+gallium_dri.so free 0x55717361f240 void 0.000116
+gallium_dri.so free 0x55717361f100 void 0.000171
+gallium_dri.so malloc 72 0x55717361f270 0.000115
+gallium_dri.so free 0x55717361f2c0 void 0.000115
+gallium_dri.so free 0x55717361f270 void 0.000114
+gallium_dri.so malloc 72 0x55717361f270 0.000114
+gallium_dri.so free 0x55717361f3c0 void 0.000116
+gallium_dri.so free 0x55717361f270 void 0.000113
+gallium_dri.so malloc 72 0x55717361f400 0.000115
+gallium_dri.so free 0x55717361f480 void 0.000115
+gallium_dri.so free 0x55717361f400 void 0.000112
+gallium_dri.so malloc 72 0x55717361f480 0.000110
+gallium_dri.so free 0x55717361f540 void 0.000111
+gallium_dri.so free 0x55717361f480 void 0.000112
+gallium_dri.so malloc 72 0x55717361f480 0.000121
+gallium_dri.so free 0x55717361f5c0 void 0.000120
+gallium_dri.so free 0x55717361f480 void 0.000119
+gallium_dri.so malloc 72 0x55717361f5f0 0.000120
+gallium_dri.so free 0x55717361f640 void 0.000124
+gallium_dri.so free 0x55717361f5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f5f0 0.000116
+gallium_dri.so free 0x55717361f740 void 0.000116
+gallium_dri.so free 0x55717361f5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f6f0 0.000116
+gallium_dri.so free 0x55717361f800 void 0.000111
+gallium_dri.so free 0x55717361f6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f7b0 0.000112
+gallium_dri.so free 0x55717361f880 void 0.000110
+gallium_dri.so free 0x55717361f7b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f7b0 0.000110
+gallium_dri.so free 0x55717361f940 void 0.000112
+gallium_dri.so free 0x55717361f7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361f7b0 0.000122
+gallium_dri.so free 0x55717361fa00 void 0.000123
+gallium_dri.so free 0x55717361f7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f9b0 0.000123
+gallium_dri.so free 0x55717361fa80 void 0.000113
+gallium_dri.so free 0x55717361f9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fad0 0.000111
+gallium_dri.so free 0x55717361fb40 void 0.000112
+gallium_dri.so free 0x55717361fad0 void 0.000124
+gallium_dri.so malloc 72 0x55717361fb60 0.000113
+gallium_dri.so free 0x55717361fc00 void 0.000110
+gallium_dri.so free 0x55717361fb60 void 0.000111
+gallium_dri.so malloc 72 0x55717361fbb0 0.000111
+gallium_dri.so free 0x557173620f80 void 0.000113
+gallium_dri.so free 0x55717361fbb0 void 0.000110
+gallium_dri.so malloc 72 0x557173620f30 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x557173620f30 void 0.000112
+gallium_dri.so malloc 72 0x557173620f30 0.000111
+gallium_dri.so free 0x557173467680 void 0.000112
+gallium_dri.so free 0x557173620f30 void 0.000112
+gallium_dri.so malloc 72 0x557173467630 0.000111
+gallium_dri.so free 0x5571735f3040 void 0.000112
+gallium_dri.so free 0x557173467630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000111
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000111
+gallium_dri.so free 0x5571735d2200 void 0.000116
+gallium_dri.so free 0x5571735f2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21b0 0.000116
+gallium_dri.so free 0x55717360b7c0 void 0.000113
+gallium_dri.so free 0x5571735d21b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b770 0.000110
+gallium_dri.so free 0x557173605c40 void 0.000113
+gallium_dri.so free 0x55717360b770 void 0.000209
+gallium_dri.so malloc 72 0x557173605bf0 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000117
+gallium_dri.so free 0x557173605bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173620e30 0.000111
+gallium_dri.so free 0x557173464b80 void 0.000112
+gallium_dri.so free 0x557173620e30 void 0.000111
+gallium_dri.so malloc 72 0x557173464b30 0.000111
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so free 0x557173464b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735893b0 0.000112
+gallium_dri.so free 0x5571735d47c0 void 0.000109
+gallium_dri.so free 0x5571735893b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d4770 0.000110
+gallium_dri.so free 0x5571735fd8c0 void 0.000111
+gallium_dri.so free 0x5571735d4770 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd870 0.000111
+gallium_dri.so free 0x5571735f3200 void 0.000110
+gallium_dri.so free 0x5571735fd870 void 0.000111
+gallium_dri.so malloc 72 0x5571735f31b0 0.000111
+gallium_dri.so free 0x5571735df4c0 void 0.000116
+gallium_dri.so free 0x5571735f31b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df530 0.000119
+gallium_dri.so free 0x5571735faec0 void 0.000113
+gallium_dri.so free 0x5571735df530 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae70 0.000125
+gallium_dri.so free 0x557173620cc0 void 0.000132
+gallium_dri.so free 0x5571735fae70 void 0.000118
+gallium_dri.so malloc 72 0x557173620c70 0.000116
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so free 0x557173620c70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffe30 0.000111
+gallium_dri.so free 0x557173461c40 void 0.000110
+gallium_dri.so free 0x5571735ffe30 void 0.000111
+gallium_dri.so malloc 72 0x557173461bf0 0.000110
+gallium_dri.so free 0x5571735e25c0 void 0.000110
+gallium_dri.so free 0x557173461bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2570 0.000110
+gallium_dri.so free 0x5571735e1640 void 0.000111
+gallium_dri.so free 0x5571735e2570 void 0.000111
+gallium_dri.so malloc 72 0x5571735e15f0 0.000109
+gallium_dri.so free 0x5571735dc740 void 0.000110
+gallium_dri.so free 0x5571735e15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e15f0 0.000112
+gallium_dri.so free 0x55717360f800 void 0.000112
+gallium_dri.so free 0x5571735e15f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f7b0 0.000111
+gallium_dri.so free 0x5571735dee40 void 0.000111
+gallium_dri.so free 0x55717360f7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dedf0 0.000111
+gallium_dri.so free 0x5571735db480 void 0.000110
+gallium_dri.so free 0x5571735dedf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db430 0.000111
+gallium_dri.so free 0x5571735dfb00 void 0.000109
+gallium_dri.so free 0x5571735db430 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfab0 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so free 0x5571735dfab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40b0 0.000115
+gallium_dri.so free 0x5571735dcd80 void 0.000112
+gallium_dri.so free 0x5571735c40b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dcd30 0.000111
+gallium_dri.so free 0x5571735fda80 void 0.000111
+gallium_dri.so free 0x5571735dcd30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fda30 0.000111
+gallium_dri.so free 0x5571735fd700 void 0.000111
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000110
+gallium_dri.so free 0x5571735ffcc0 void 0.000166
+gallium_dri.so free 0x5571735fd6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc70 0.000110
+gallium_dri.so free 0x55717346c280 void 0.000110
+gallium_dri.so free 0x5571735ffc70 void 0.000111
+gallium_dri.so malloc 72 0x55717346c230 0.000110
+gallium_dri.so free 0x557173600d00 void 0.000110
+gallium_dri.so free 0x55717346c230 void 0.000109
+gallium_dri.so malloc 72 0x557173600cb0 0.000116
+gallium_dri.so free 0x557173600040 void 0.000127
+gallium_dri.so free 0x557173600cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffff0 0.000112
+gallium_dri.so free 0x55717360c7c0 void 0.000113
+gallium_dri.so free 0x5571735ffff0 void 0.000132
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so free 0x55717360c770 void 0.000111
+gallium_dri.so malloc 72 0x55717360e070 0.000111
+gallium_dri.so free 0x55717346e840 void 0.000112
+gallium_dri.so free 0x55717360e070 void 0.000112
+gallium_dri.so malloc 72 0x55717346e7f0 0.000111
+gallium_dri.so free 0x55717360f640 void 0.000110
+gallium_dri.so free 0x55717346e7f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f5f0 0.000111
+gallium_dri.so free 0x557173610680 void 0.000112
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000111
+gallium_dri.so free 0x5571735c10c0 void 0.000111
+gallium_dri.so free 0x557173610630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735f8840 void 0.000109
+gallium_dri.so free 0x5571735c1070 void 0.000111
+gallium_dri.so malloc 72 0x5571735f87f0 0.000110
+gallium_dri.so free 0x5571735c29c0 void 0.000111
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2970 0.000122
+gallium_dri.so free 0x5571735fe100 void 0.000117
+gallium_dri.so free 0x5571735c2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe170 0.000112
+gallium_dri.so free 0x5571735c3f40 void 0.000111
+gallium_dri.so free 0x5571735fe170 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000166
+gallium_dri.so free 0x5571735c4f80 void 0.000126
+gallium_dri.so free 0x5571735c3ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4f30 0.000125
+gallium_dri.so free 0x557173469e80 void 0.000120
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x557173469e30 0.000119
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x557173469e30 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x55717346c3f0 0.000119
+gallium_dri.so free 0x55717346e680 void 0.000118
+gallium_dri.so free 0x55717346c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000118
+gallium_dri.so free 0x55717360da80 void 0.000117
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x55717346e630 0.000117
+gallium_dri.so free 0x55717346ea00 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x5571735f5800 void 0.000118
+gallium_dri.so free 0x55717346e9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x5571735f57b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f70b0 0.000113
+gallium_dri.so free 0x5571735f8680 void 0.000110
+gallium_dri.so free 0x5571735f70b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8630 0.000111
+gallium_dri.so free 0x5571735f96c0 void 0.000110
+gallium_dri.so free 0x5571735f8630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9670 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000110
+gallium_dri.so free 0x5571735f9670 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec530 0.000110
+gallium_dri.so free 0x5571735cfc40 void 0.000110
+gallium_dri.so free 0x5571735ec530 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000111
+gallium_dri.so free 0x5571735f2e80 void 0.000112
+gallium_dri.so free 0x5571735cfbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2e30 0.000110
+gallium_dri.so free 0x557173473580 void 0.000111
+gallium_dri.so free 0x5571735f2e30 void 0.000111
+gallium_dri.so malloc 72 0x557173473530 0.000112
+gallium_dri.so free 0x557173460f80 void 0.000112
+gallium_dri.so free 0x557173473530 void 0.000112
+gallium_dri.so malloc 72 0x557173460f30 0.000112
+gallium_dri.so free 0x5571735e3200 void 0.000112
+gallium_dri.so free 0x557173460f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e31b0 0.000111
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x5571735e31b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc070 0.000121
+gallium_dri.so free 0x5571735fe740 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000114
+gallium_dri.so free 0x55717360d400 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d3b0 0.000113
+gallium_dri.so free 0x55717360f9c0 void 0.000115
+gallium_dri.so free 0x55717360d3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f970 0.000115
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c42c0 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x55717346ab40 void 0.000115
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x55717346aaf0 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000116
+gallium_dri.so free 0x55717346aaf0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d0b0 0.000116
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x55717346d0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c23f0 0.000115
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x5571735c23f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735f8a00 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735f89b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000114
+gallium_dri.so free 0x5571735ed1c0 void 0.000113
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000165
+gallium_dri.so malloc 72 0x5571735ed170 0.000115
+gallium_dri.so free 0x5571735dd640 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0370 0.000115
+gallium_dri.so free 0x5571735c3280 void 0.000119
+gallium_dri.so free 0x5571735e0370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000116
+gallium_dri.so free 0x557173610f40 void 0.000124
+gallium_dri.so free 0x5571735c3230 void 0.000140
+gallium_dri.so malloc 72 0x557173610ef0 0.000129
+gallium_dri.so free 0x5571735f9f80 void 0.000129
+gallium_dri.so free 0x557173610ef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9f30 0.000201
+gallium_dri.so free 0x5571735f79c0 void 0.000204
+gallium_dri.so free 0x5571735f9f30 void 0.000252
+gallium_dri.so malloc 72 0x5571735f7970 0.000197
+gallium_dri.so free 0x557173461600 void 0.000216
+gallium_dri.so free 0x5571735f7970 void 0.000198
+gallium_dri.so malloc 72 0x5571735f7970 0.000203
+gallium_dri.so free 0x5571736006c0 void 0.000290
+gallium_dri.so free 0x5571735f7970 void 0.000279
+gallium_dri.so malloc 72 0x5571735f7970 0.000272
+gallium_dri.so free 0x55717346a500 void 0.000288
+gallium_dri.so free 0x5571735f7970 void 0.000348
+gallium_dri.so malloc 72 0x55717346a500 0.000277
+gallium_dri.so free 0x557173620000 void 0.000296
+gallium_dri.so free 0x55717346a500 void 0.000277
+gallium_dri.so malloc 72 0x55717361ffb0 0.000268
+gallium_dri.so free 0x5571735ff000 void 0.000289
+gallium_dri.so free 0x55717361ffb0 void 0.000279
+gallium_dri.so malloc 72 0x5571735fefb0 0.000272
+gallium_dri.so free 0x55717346d9c0 void 0.000273
+gallium_dri.so free 0x5571735fefb0 void 0.000280
+gallium_dri.so malloc 72 0x55717346d970 0.000273
+gallium_dri.so free 0x557173460440 void 0.000289
+gallium_dri.so free 0x55717346d970 void 0.000306
+gallium_dri.so malloc 72 0x55717346d970 0.000245
+gallium_dri.so free 0x55717346cac0 void 0.000224
+gallium_dri.so free 0x55717346d970 void 0.000130
+gallium_dri.so malloc 72 0x55717346d970 0.000128
+gallium_dri.so free 0x5571735f6ac0 void 0.000127
+gallium_dri.so free 0x55717346d970 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000126
+gallium_dri.so free 0x557173609640 void 0.000127
+gallium_dri.so free 0x5571735f6ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571736095f0 0.000128
+gallium_dri.so free 0x5571735fca40 void 0.000126
+gallium_dri.so free 0x5571736095f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000127
+gallium_dri.so free 0x55717360e980 void 0.000128
+gallium_dri.so free 0x5571735fc9f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e930 0.000125
+gallium_dri.so free 0x55717346b400 void 0.000128
+gallium_dri.so free 0x55717360e930 void 0.000126
+gallium_dri.so malloc 72 0x55717346b3b0 0.000127
+gallium_dri.so free 0x557173610040 void 0.000174
+gallium_dri.so free 0x55717346b3b0 void 0.000144
+gallium_dri.so malloc 72 0x557173610040 0.000183
+gallium_dri.so free 0x55717346f080 void 0.000131
+gallium_dri.so free 0x557173610040 void 0.000126
+gallium_dri.so malloc 72 0x557173610040 0.000125
+gallium_dri.so free 0x5571735f9080 void 0.000126
+gallium_dri.so free 0x557173610040 void 0.000126
+gallium_dri.so malloc 72 0x557173610040 0.000125
+gallium_dri.so free 0x557173607e80 void 0.000127
+gallium_dri.so free 0x557173610040 void 0.000132
+gallium_dri.so malloc 72 0x557173610040 0.000127
+gallium_dri.so free 0x5571735cfa00 void 0.000125
+gallium_dri.so free 0x557173610040 void 0.000157
+gallium_dri.so malloc 72 0x557173610040 0.000130
+gallium_dri.so free 0x5571735d4580 void 0.000128
+gallium_dri.so free 0x557173610040 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4580 0.000128
+gallium_dri.so free 0x5571735901c0 void 0.000126
+gallium_dri.so free 0x5571735d4580 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4580 0.000126
+gallium_dri.so free 0x557173469a00 void 0.000126
+gallium_dri.so free 0x5571735d4580 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4580 0.000129
+gallium_dri.so free 0x55717358b640 void 0.000129
+gallium_dri.so free 0x5571735d4580 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4580 0.000141
+gallium_dri.so free 0x5571734741c0 void 0.000127
+gallium_dri.so free 0x5571735d4580 void 0.000127
+gallium_dri.so malloc 72 0x557173474170 0.000126
+gallium_dri.so free 0x5571735d1fc0 void 0.000125
+gallium_dri.so free 0x557173474170 void 0.000126
+gallium_dri.so malloc 72 0x557173474170 0.000129
+gallium_dri.so free 0x557173603300 void 0.000128
+gallium_dri.so free 0x557173474170 void 0.000128
+gallium_dri.so malloc 72 0x557173474170 0.000130
+gallium_dri.so free 0x557173603380 void 0.000129
+gallium_dri.so free 0x557173474170 void 0.000128
+gallium_dri.so malloc 72 0x5571736033b0 0.000127
+gallium_dri.so free 0x5571735e2f80 void 0.000129
+gallium_dri.so free 0x5571736033b0 void 0.000150
+gallium_dri.so malloc 72 0x5571736033b0 0.000145
+gallium_dri.so free 0x5571735c1a80 void 0.000140
+gallium_dri.so free 0x5571736033b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735c1a80 0.000139
+gallium_dri.so free 0x5571735ecf40 void 0.000135
+gallium_dri.so free 0x5571735c1a80 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1a80 0.000135
+gallium_dri.so free 0x5571735ecfc0 void 0.000134
+gallium_dri.so free 0x5571735c1a80 void 0.000146
+gallium_dri.so malloc 72 0x5571735ecff0 0.000135
+gallium_dri.so free 0x557173466dc0 void 0.000135
+gallium_dri.so free 0x5571735ecff0 void 0.000134
+gallium_dri.so malloc 72 0x557173466dc0 0.000135
+gallium_dri.so free 0x55717358dc00 void 0.000136
+gallium_dri.so free 0x557173466dc0 void 0.000133
+gallium_dri.so malloc 72 0x557173466dc0 0.000135
+gallium_dri.so free 0x557173473f40 void 0.000135
+gallium_dri.so free 0x557173466dc0 void 0.000134
+gallium_dri.so malloc 72 0x557173473f40 0.000134
+gallium_dri.so free 0x557173460d00 void 0.000136
+gallium_dri.so free 0x557173473f40 void 0.000140
+gallium_dri.so malloc 72 0x557173473f40 0.000133
+gallium_dri.so free 0x557173460d80 void 0.000134
+gallium_dri.so free 0x557173473f40 void 0.000132
+gallium_dri.so malloc 72 0x557173460db0 0.000135
+gallium_dri.so free 0x5571735debc0 void 0.000135
+gallium_dri.so free 0x557173460db0 void 0.000134
+gallium_dri.so malloc 72 0x557173460db0 0.000135
+gallium_dri.so free 0x55717360d180 void 0.000134
+gallium_dri.so free 0x557173460db0 void 0.000132
+gallium_dri.so malloc 72 0x55717360d180 0.000139
+gallium_dri.so free 0x557173469c00 void 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000121
+gallium_dri.so malloc 72 0x55717360d180 0.000115
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so malloc 72 0x55717360d180 0.000113
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6270 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735f6270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6270 0.000124
+gallium_dri.so free 0x557173590400 void 0.000124
+gallium_dri.so free 0x5571735f6270 void 0.000124
+gallium_dri.so malloc 72 0x557173590400 0.000119
+gallium_dri.so free 0x5571735904c0 void 0.000116
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x557173590400 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x557173590400 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x557173590400 void 0.000137
+gallium_dri.so malloc 72 0x5571735db230 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000122
+gallium_dri.so free 0x5571735db230 void 0.000122
+gallium_dri.so malloc 72 0x5571734673c0 0.000116
+gallium_dri.so free 0x5571735ec3c0 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000115
+gallium_dri.so malloc 72 0x5571734674b0 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000116
+gallium_dri.so free 0x5571734674b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734674b0 0.000115
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so free 0x5571734674b0 void 0.000115
+gallium_dri.so malloc 72 0x557173608140 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so malloc 72 0x557173608140 0.000115
+gallium_dri.so free 0x5571735e23c0 void 0.000116
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000115
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x55717360c5c0 void 0.000114
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so malloc 72 0x55717360c570 0.000124
+gallium_dri.so free 0x55717358b880 void 0.000135
+gallium_dri.so free 0x55717360c570 void 0.000114
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000113
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735fbbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000111
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735fbbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0e80 0.000125
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000115
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55f0 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x5571735f55f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55f0 0.000118
+gallium_dri.so free 0x557173605940 void 0.000120
+gallium_dri.so free 0x5571735f55f0 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so free 0x557173605940 void 0.000112
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x55717360bb00 void 0.000115
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x55717360bab0 0.000113
+gallium_dri.so free 0x557173589080 void 0.000123
+gallium_dri.so free 0x55717360bab0 void 0.000115
+gallium_dri.so malloc 72 0x557173589080 0.000116
+gallium_dri.so free 0x557173589140 void 0.000115
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4b0 0.000115
+gallium_dri.so free 0x557173464800 void 0.000156
+gallium_dri.so free 0x55717360b4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4b0 0.000114
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x55717360b4b0 void 0.000115
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x55717360b500 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bd80 void 0.000116
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000131
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2350 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2350 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2420 0.000114
+gallium_dri.so free 0x5571735d48c0 void 0.000122
+gallium_dri.so free 0x5571735d2420 void 0.000120
+gallium_dri.so malloc 72 0x5571735d48e0 0.000115
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d48e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4930 0.000162
+gallium_dri.so free 0x5571735cfd40 void 0.000191
+gallium_dri.so free 0x5571735d4930 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd80 0.000116
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe00 0.000111
+gallium_dri.so free 0x5571735fc340 void 0.000111
+gallium_dri.so free 0x5571735cfe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe00 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000110
+gallium_dri.so free 0x5571735cfe00 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000111
+gallium_dri.so free 0x5571735fc440 void 0.000111
+gallium_dri.so free 0x5571735fc3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc440 0.000112
+gallium_dri.so free 0x5571735fafc0 void 0.000111
+gallium_dri.so free 0x5571735fc440 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb000 0.000111
+gallium_dri.so free 0x5571735fb080 void 0.000110
+gallium_dri.so free 0x5571735fb000 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb080 0.000117
+gallium_dri.so free 0x5571735fb140 void 0.000118
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000110
+gallium_dri.so free 0x5571735e1740 void 0.000112
+gallium_dri.so free 0x5571735fb080 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1770 0.000126
+gallium_dri.so free 0x5571735e17c0 void 0.000116
+gallium_dri.so free 0x5571735e1770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1770 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e1770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1870 0.000111
+gallium_dri.so free 0x5571735c0240 void 0.000113
+gallium_dri.so free 0x5571735e1870 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0280 0.000111
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so free 0x5571735c0280 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0280 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000110
+gallium_dri.so free 0x5571735c0280 void 0.000111
+gallium_dri.so malloc 72 0x5571735c03b0 0.000110
+gallium_dri.so free 0x5571735f4980 void 0.000112
+gallium_dri.so free 0x5571735c03b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f49c0 0.000111
+gallium_dri.so free 0x5571735f4a40 void 0.000111
+gallium_dri.so free 0x5571735f49c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4a40 0.000116
+gallium_dri.so free 0x5571735f4b00 void 0.000122
+gallium_dri.so free 0x5571735f4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4a40 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000112
+gallium_dri.so free 0x5571735f4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb730 0.000112
+gallium_dri.so free 0x5571735eb780 void 0.000200
+gallium_dri.so free 0x5571735eb730 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb730 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000113
+gallium_dri.so free 0x5571735eb730 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb730 0.000110
+gallium_dri.so free 0x5571734605c0 void 0.000111
+gallium_dri.so free 0x5571735eb730 void 0.000112
+gallium_dri.so malloc 72 0x557173460570 0.000110
+gallium_dri.so free 0x557173460680 void 0.000111
+gallium_dri.so free 0x557173460570 void 0.000111
+gallium_dri.so malloc 72 0x557173460630 0.000120
+gallium_dri.so free 0x5571734606c0 void 0.000119
+gallium_dri.so free 0x557173460630 void 0.000111
+gallium_dri.so malloc 72 0x557173460630 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000112
+gallium_dri.so free 0x557173460630 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0ec0 0.000120
+gallium_dri.so free 0x5571735e0f40 void 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f40 0.000116
+gallium_dri.so free 0x5571735e1000 void 0.000122
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1060 0.000117
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x5571735e1060 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1060 0.000125
+gallium_dri.so free 0x557173611100 void 0.000119
+gallium_dri.so free 0x5571735e1060 void 0.000120
+gallium_dri.so malloc 72 0x557173611130 0.000116
+gallium_dri.so free 0x557173611180 void 0.000117
+gallium_dri.so free 0x557173611130 void 0.000117
+gallium_dri.so malloc 72 0x557173611130 0.000118
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611130 void 0.000116
+gallium_dri.so malloc 72 0x557173609780 0.000117
+gallium_dri.so free 0x557173611280 void 0.000118
+gallium_dri.so free 0x557173609780 void 0.000117
+gallium_dri.so malloc 72 0x557173611230 0.000116
+gallium_dri.so free 0x557173609840 void 0.000116
+gallium_dri.so free 0x557173611230 void 0.000116
+gallium_dri.so malloc 72 0x557173611230 0.000119
+gallium_dri.so free 0x557173609900 void 0.000119
+gallium_dri.so free 0x557173611230 void 0.000117
+gallium_dri.so malloc 72 0x5571736098b0 0.000116
+gallium_dri.so free 0x557173461d40 void 0.000117
+gallium_dri.so free 0x5571736098b0 void 0.000117
+gallium_dri.so malloc 72 0x557173461d80 0.000117
+gallium_dri.so free 0x557173461e00 void 0.000115
+gallium_dri.so free 0x557173461d80 void 0.000119
+gallium_dri.so malloc 72 0x557173461e00 0.000117
+gallium_dri.so free 0x557173461ec0 void 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000116
+gallium_dri.so malloc 72 0x557173461e00 0.000155
+gallium_dri.so free 0x557173461f40 void 0.000120
+gallium_dri.so free 0x557173461e00 void 0.000119
+gallium_dri.so malloc 72 0x557173461f70 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x557173461f70 void 0.000117
+gallium_dri.so malloc 72 0x55717360e200 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717360e200 void 0.000117
+gallium_dri.so malloc 72 0x55717360e280 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000119
+gallium_dri.so free 0x55717360e280 void 0.000117
+gallium_dri.so malloc 72 0x55717360e280 0.000117
+gallium_dri.so free 0x55717346d200 void 0.000117
+gallium_dri.so free 0x55717360e280 void 0.000131
+gallium_dri.so malloc 72 0x55717346d220 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so free 0x55717346d220 void 0.000119
+gallium_dri.so malloc 72 0x55717346d270 0.000117
+gallium_dri.so free 0x55717346d340 void 0.000120
+gallium_dri.so free 0x55717346d270 void 0.000118
+gallium_dri.so malloc 72 0x55717346d270 0.000117
+gallium_dri.so free 0x55717346d3c0 void 0.000118
+gallium_dri.so free 0x55717346d270 void 0.000117
+gallium_dri.so malloc 72 0x55717346d3c0 0.000117
+gallium_dri.so free 0x557173600e00 void 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000127
+gallium_dri.so malloc 72 0x557173600e20 0.000117
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so free 0x557173600e20 void 0.000117
+gallium_dri.so malloc 72 0x557173600e70 0.000117
+gallium_dri.so free 0x557173600f40 void 0.000118
+gallium_dri.so free 0x557173600e70 void 0.000118
+gallium_dri.so malloc 72 0x557173600e70 0.000116
+gallium_dri.so free 0x5571735c2ac0 void 0.000117
+gallium_dri.so free 0x557173600e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2b00 0.000117
+gallium_dri.so free 0x5571735c2b80 void 0.000123
+gallium_dri.so free 0x5571735c2b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b80 0.000117
+gallium_dri.so free 0x557173601040 void 0.000117
+gallium_dri.so free 0x5571735c2b80 void 0.000118
+gallium_dri.so malloc 72 0x557173600ff0 0.000117
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x557173600ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173600ff0 0.000117
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x557173600ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7240 0.000118
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f72c0 0.000117
+gallium_dri.so free 0x5571735f7380 void 0.000169
+gallium_dri.so free 0x5571735f72c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f72c0 0.000120
+gallium_dri.so free 0x5571735c2d00 void 0.000120
+gallium_dri.so free 0x5571735f72c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000118
+gallium_dri.so free 0x5571735dfc00 void 0.000120
+gallium_dri.so free 0x5571735c2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc30 0.000118
+gallium_dri.so free 0x5571735dfc80 void 0.000119
+gallium_dri.so free 0x5571735dfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfc30 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000122
+gallium_dri.so free 0x5571735dfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x5571735dfe40 void 0.000119
+gallium_dri.so free 0x5571735dfd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735dfdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dceb0 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so free 0x5571735dceb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf00 0.000118
+gallium_dri.so free 0x5571735dcfc0 void 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf00 0.000128
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe890 0.000118
+gallium_dri.so free 0x5571735dd0c0 void 0.000117
+gallium_dri.so free 0x5571735fe890 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd070 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000119
+gallium_dri.so free 0x5571735dd070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe930 0.000118
+gallium_dri.so free 0x5571735fe980 void 0.000117
+gallium_dri.so free 0x5571735fe930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe930 0.000117
+gallium_dri.so free 0x557173610780 void 0.000117
+gallium_dri.so free 0x5571735fe930 void 0.000118
+gallium_dri.so malloc 72 0x5571736107d0 0.000116
+gallium_dri.so free 0x557173610840 void 0.000116
+gallium_dri.so free 0x5571736107d0 void 0.000117
+gallium_dri.so malloc 72 0x557173610880 0.000117
+gallium_dri.so free 0x5571735fea80 void 0.000117
+gallium_dri.so free 0x557173610880 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea30 0.000117
+gallium_dri.so free 0x557173610900 void 0.000116
+gallium_dri.so free 0x5571735fea30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fea30 0.000115
+gallium_dri.so free 0x55717346ac40 void 0.000117
+gallium_dri.so free 0x5571735fea30 void 0.000189
+gallium_dri.so malloc 72 0x55717346ac80 0.000170
+gallium_dri.so free 0x55717346ad00 void 0.000128
+gallium_dri.so free 0x55717346ac80 void 0.000123
+gallium_dri.so malloc 72 0x55717346ad00 0.000117
+gallium_dri.so free 0x5571736109c0 void 0.000117
+gallium_dri.so free 0x55717346ad00 void 0.000117
+gallium_dri.so malloc 72 0x557173610970 0.000115
+gallium_dri.so free 0x55717346adc0 void 0.000118
+gallium_dri.so free 0x557173610970 void 0.000116
+gallium_dri.so malloc 72 0x557173610970 0.000116
+gallium_dri.so free 0x5571735f97c0 void 0.000117
+gallium_dri.so free 0x557173610970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9830 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000154
+gallium_dri.so free 0x5571735f9830 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9830 0.000210
+gallium_dri.so free 0x5571735f9980 void 0.000128
+gallium_dri.so free 0x5571735f9830 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9930 0.000133
+gallium_dri.so free 0x55717346ae80 void 0.000125
+gallium_dri.so free 0x5571735f9930 void 0.000123
+gallium_dri.so malloc 72 0x55717346ae30 0.000126
+gallium_dri.so free 0x55717346f200 void 0.000115
+gallium_dri.so free 0x55717346ae30 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000125
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000115
+gallium_dri.so free 0x55717346f300 void 0.000113
+gallium_dri.so free 0x55717346f1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f300 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000113
+gallium_dri.so free 0x55717346f300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec20 0.000113
+gallium_dri.so free 0x5571735fecc0 void 0.000114
+gallium_dri.so free 0x5571735fec20 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec70 0.000113
+gallium_dri.so free 0x55717346f3c0 void 0.000124
+gallium_dri.so free 0x5571735fec70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec70 0.000113
+gallium_dri.so free 0x5571735fed00 void 0.000113
+gallium_dri.so free 0x5571735fec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec70 0.000114
+gallium_dri.so free 0x5571735fee00 void 0.000114
+gallium_dri.so free 0x5571735fec70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedb0 0.000113
+gallium_dri.so free 0x557173473b80 void 0.000113
+gallium_dri.so free 0x5571735fedb0 void 0.000115
+gallium_dri.so malloc 72 0x557173473b30 0.000127
+gallium_dri.so free 0x557173473bc0 void 0.000115
+gallium_dri.so free 0x557173473b30 void 0.000115
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c80 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000112
+gallium_dri.so malloc 72 0x557173473cd0 0.000113
+gallium_dri.so free 0x557173473d40 void 0.000113
+gallium_dri.so free 0x557173473cd0 void 0.000114
+gallium_dri.so malloc 72 0x557173473d80 0.000113
+gallium_dri.so free 0x5571735dba80 void 0.000115
+gallium_dri.so free 0x557173473d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbb40 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000114
+gallium_dri.so free 0x5571735dbb80 void 0.000113
+gallium_dri.so free 0x5571735dbaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000119
+gallium_dri.so free 0x5571735dbaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc80 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360ce80 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ce30 0.000168
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce30 void 0.000114
+gallium_dri.so malloc 72 0x55717360cf20 0.000114
+gallium_dri.so free 0x55717360cfc0 void 0.000114
+gallium_dri.so free 0x55717360cf20 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf70 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000113
+gallium_dri.so free 0x55717360cf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000112
+gallium_dri.so free 0x5571735f5e80 void 0.000116
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000118
+gallium_dri.so free 0x5571735f5ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f60 0.000114
+gallium_dri.so free 0x5571735f6000 void 0.000116
+gallium_dri.so free 0x5571735f5f60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x5571735f5fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc670 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000114
+gallium_dri.so free 0x5571735fc670 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc670 0.000114
+gallium_dri.so free 0x5571735fc7c0 void 0.000113
+gallium_dri.so free 0x5571735fc670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc770 0.000113
+gallium_dri.so free 0x5571735fc880 void 0.000117
+gallium_dri.so free 0x5571735fc770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc830 0.000128
+gallium_dri.so free 0x5571735f7580 void 0.000122
+gallium_dri.so free 0x5571735fc830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75b0 0.000114
+gallium_dri.so free 0x5571735f7600 void 0.000114
+gallium_dri.so free 0x5571735f75b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f75b0 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000113
+gallium_dri.so free 0x5571735f75b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f76b0 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000114
+gallium_dri.so free 0x5571735f76b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7770 0.000113
+gallium_dri.so free 0x557173460940 void 0.000114
+gallium_dri.so free 0x5571735f7770 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x557173460980 void 0.000113
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x557173460a40 void 0.000116
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x557173460a80 0.000114
+gallium_dri.so free 0x557173460b00 void 0.000114
+gallium_dri.so free 0x557173460a80 void 0.000113
+gallium_dri.so malloc 72 0x557173460b00 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000128
+gallium_dri.so free 0x557173460b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7b0 0.000113
+gallium_dri.so free 0x5571735de840 void 0.000113
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7b0 0.000117
+gallium_dri.so free 0x5571735de900 void 0.000114
+gallium_dri.so free 0x5571735de7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de950 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de950 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea00 0.000113
+gallium_dri.so free 0x5571735c16c0 void 0.000113
+gallium_dri.so free 0x5571735dea00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000116
+gallium_dri.so free 0x5571735c1780 void 0.000116
+gallium_dri.so free 0x5571735c1670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1730 0.000112
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so free 0x5571735c1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1730 0.000113
+gallium_dri.so free 0x5571735c1880 void 0.000114
+gallium_dri.so free 0x5571735c1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18c0 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000113
+gallium_dri.so free 0x5571735c18c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc40 void 0.000176
+gallium_dri.so free 0x5571735ecb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000115
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so free 0x5571735ecbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecce0 0.000113
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so free 0x5571735ecce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000114
+gallium_dri.so free 0x5571735dff80 void 0.000113
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffc0 0.000113
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dffc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000114
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000115
+gallium_dri.so free 0x5571735e0180 void 0.000114
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01b0 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735e01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd270 0.000116
+gallium_dri.so free 0x5571735dd2c0 void 0.000116
+gallium_dri.so free 0x5571735dd270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd270 0.000113
+gallium_dri.so free 0x5571735dd3c0 void 0.000114
+gallium_dri.so free 0x5571735dd270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd370 0.000114
+gallium_dri.so free 0x5571735dd480 void 0.000113
+gallium_dri.so free 0x5571735dd370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd430 0.000175
+gallium_dri.so free 0x55717360e540 void 0.000241
+gallium_dri.so free 0x5571735dd430 void 0.000117
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000113
+gallium_dri.so free 0x55717360e570 void 0.000114
+gallium_dri.so malloc 72 0x55717360e570 0.000114
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e570 void 0.000113
+gallium_dri.so malloc 72 0x55717360e670 0.000113
+gallium_dri.so free 0x55717360e780 void 0.000114
+gallium_dri.so free 0x55717360e670 void 0.000112
+gallium_dri.so malloc 72 0x55717360e730 0.000112
+gallium_dri.so free 0x557173610b00 void 0.000113
+gallium_dri.so free 0x55717360e730 void 0.000113
+gallium_dri.so malloc 72 0x557173610b20 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so free 0x557173610b20 void 0.000112
+gallium_dri.so malloc 72 0x557173610b70 0.000113
+gallium_dri.so free 0x557173610c40 void 0.000113
+gallium_dri.so free 0x557173610b70 void 0.000116
+gallium_dri.so malloc 72 0x557173610b70 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000128
+gallium_dri.so free 0x557173610b70 void 0.000115
+gallium_dri.so malloc 72 0x557173610cc0 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so free 0x557173610cc0 void 0.000152
+gallium_dri.so malloc 72 0x5571735c2e60 0.000115
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so free 0x5571735c2e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000113
+gallium_dri.so free 0x5571735c2f80 void 0.000113
+gallium_dri.so free 0x5571735c2eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2f80 0.000113
+gallium_dri.so free 0x5571735c3040 void 0.000114
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f80 0.000118
+gallium_dri.so free 0x55717346afc0 void 0.000125
+gallium_dri.so free 0x5571735c2f80 void 0.000124
+gallium_dri.so malloc 72 0x55717346b010 0.000123
+gallium_dri.so free 0x55717346b080 void 0.000120
+gallium_dri.so free 0x55717346b010 void 0.000113
+gallium_dri.so malloc 72 0x55717346b0a0 0.000114
+gallium_dri.so free 0x55717346b140 void 0.000113
+gallium_dri.so free 0x55717346b0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b0f0 0.000113
+gallium_dri.so free 0x55717346b1c0 void 0.000113
+gallium_dri.so free 0x55717346b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b0f0 0.000167
+gallium_dri.so free 0x55717346d580 void 0.000115
+gallium_dri.so free 0x55717346b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d5d0 0.000115
+gallium_dri.so free 0x55717346d640 void 0.000114
+gallium_dri.so free 0x55717346d5d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d680 0.000114
+gallium_dri.so free 0x55717346d700 void 0.000113
+gallium_dri.so free 0x55717346d680 void 0.000113
+gallium_dri.so malloc 72 0x55717346d680 0.000113
+gallium_dri.so free 0x55717346d780 void 0.000114
+gallium_dri.so free 0x55717346d680 void 0.000112
+gallium_dri.so malloc 72 0x55717346d7b0 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000114
+gallium_dri.so free 0x55717346d7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b80 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so free 0x5571735f9b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c00 0.000112
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9c00 0.000113
+gallium_dri.so free 0x5571735f9d40 void 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9d70 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735f9d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000126
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2cc0 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c70 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735e2c70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2d30 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735e2d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1170 0.000112
+gallium_dri.so free 0x5571735e11c0 void 0.000113
+gallium_dri.so free 0x5571735e1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1170 0.000126
+gallium_dri.so free 0x5571735e12c0 void 0.000140
+gallium_dri.so free 0x5571735e1170 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1270 0.000134
+gallium_dri.so free 0x5571735e1380 void 0.000132
+gallium_dri.so free 0x5571735e1270 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1330 0.000138
+gallium_dri.so free 0x5571735e2dc0 void 0.000131
+gallium_dri.so free 0x5571735e1330 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1330 0.000130
+gallium_dri.so free 0x5571735fa9c0 void 0.000131
+gallium_dri.so free 0x5571735e1330 void 0.000135
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000132
+gallium_dri.so free 0x5571735faa40 void 0.000131
+gallium_dri.so free 0x5571735fa9f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000130
+gallium_dri.so free 0x5571735fab40 void 0.000131
+gallium_dri.so free 0x5571735fa9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735faaf0 0.000130
+gallium_dri.so free 0x5571735fac00 void 0.000131
+gallium_dri.so free 0x5571735faaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fabb0 0.000132
+gallium_dri.so free 0x557173466fc0 void 0.000132
+gallium_dri.so free 0x5571735fabb0 void 0.000130
+gallium_dri.so malloc 72 0x557173466ff0 0.000133
+gallium_dri.so free 0x557173467040 void 0.000137
+gallium_dri.so free 0x557173466ff0 void 0.000134
+gallium_dri.so malloc 72 0x557173467040 0.000130
+gallium_dri.so free 0x557173467100 void 0.000132
+gallium_dri.so free 0x557173467040 void 0.000131
+gallium_dri.so malloc 72 0x557173467040 0.000132
+gallium_dri.so free 0x557173467200 void 0.000133
+gallium_dri.so free 0x557173467040 void 0.000133
+gallium_dri.so malloc 72 0x5571734671b0 0.000140
+gallium_dri.so free 0x557173603500 void 0.000134
+gallium_dri.so free 0x5571734671b0 void 0.000132
+gallium_dri.so malloc 72 0x557173603520 0.000131
+gallium_dri.so free 0x5571736035c0 void 0.000131
+gallium_dri.so free 0x557173603520 void 0.000132
+gallium_dri.so malloc 72 0x557173603570 0.000131
+gallium_dri.so free 0x557173603640 void 0.000130
+gallium_dri.so free 0x557173603570 void 0.000130
+gallium_dri.so malloc 72 0x557173603570 0.000132
+gallium_dri.so free 0x5571736036c0 void 0.000132
+gallium_dri.so free 0x557173603570 void 0.000131
+gallium_dri.so malloc 72 0x5571736036c0 0.000132
+gallium_dri.so free 0x55717358de00 void 0.000132
+gallium_dri.so free 0x5571736036c0 void 0.000132
+gallium_dri.so malloc 72 0x55717358de40 0.000133
+gallium_dri.so free 0x55717358dec0 void 0.000133
+gallium_dri.so free 0x55717358de40 void 0.000132
+gallium_dri.so malloc 72 0x55717358de40 0.000130
+gallium_dri.so free 0x55717358df40 void 0.000130
+gallium_dri.so free 0x55717358de40 void 0.000131
+gallium_dri.so malloc 72 0x55717358df70 0.000130
+gallium_dri.so free 0x55717358dfc0 void 0.000131
+gallium_dri.so free 0x55717358df70 void 0.000143
+gallium_dri.so malloc 72 0x55717358df70 0.000183
+gallium_dri.so free 0x55717360c0c0 void 0.000178
+gallium_dri.so free 0x55717358df70 void 0.000177
+gallium_dri.so malloc 72 0x55717360c110 0.000177
+gallium_dri.so free 0x55717360c180 void 0.000177
+gallium_dri.so free 0x55717360c110 void 0.000176
+gallium_dri.so malloc 72 0x55717360c1a0 0.000177
+gallium_dri.so free 0x55717360c240 void 0.000159
+gallium_dri.so free 0x55717360c1a0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c1f0 0.000119
+gallium_dri.so free 0x55717360c2c0 void 0.000117
+gallium_dri.so free 0x55717360c1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c1f0 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000116
+gallium_dri.so free 0x55717360c1f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c1f0 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000116
+gallium_dri.so free 0x55717360c1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b80 0.000115
+gallium_dri.so free 0x5571735e0c40 void 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b80 0.000130
+gallium_dri.so free 0x5571735e0d00 void 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0b80 0.000116
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0d70 0.000116
+gallium_dri.so free 0x5571734620c0 void 0.000114
+gallium_dri.so free 0x5571735e0d70 void 0.000115
+gallium_dri.so malloc 72 0x557173462110 0.000114
+gallium_dri.so free 0x557173462180 void 0.000115
+gallium_dri.so free 0x557173462110 void 0.000114
+gallium_dri.so malloc 72 0x5571734621e0 0.000116
+gallium_dri.so free 0x557173462280 void 0.000115
+gallium_dri.so free 0x5571734621e0 void 0.000115
+gallium_dri.so malloc 72 0x557173462230 0.000115
+gallium_dri.so free 0x5571734622c0 void 0.000117
+gallium_dri.so free 0x557173462230 void 0.000116
+gallium_dri.so malloc 72 0x557173462230 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000116
+gallium_dri.so free 0x557173462230 void 0.000120
+gallium_dri.so malloc 72 0x557173462230 0.000115
+gallium_dri.so free 0x5571735eba40 void 0.000116
+gallium_dri.so free 0x557173462230 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba40 0.000116
+gallium_dri.so free 0x5571735ebb00 void 0.000116
+gallium_dri.so free 0x5571735eba40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eba40 0.000129
+gallium_dri.so free 0x557173462380 void 0.000116
+gallium_dri.so free 0x5571735eba40 void 0.000116
+gallium_dri.so malloc 72 0x5571734623b0 0.000116
+gallium_dri.so free 0x5571735ebbc0 void 0.000117
+gallium_dri.so free 0x5571734623b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000117
+gallium_dri.so free 0x5571735ebc80 void 0.000117
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebbc0 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so free 0x5571735ebbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb280 0.000116
+gallium_dri.so free 0x5571735fb340 void 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb280 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000124
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000115
+gallium_dri.so free 0x5571735fb440 void 0.000117
+gallium_dri.so free 0x5571735fb3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000117
+gallium_dri.so free 0x5571735fb540 void 0.000116
+gallium_dri.so free 0x5571735fb3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000116
+gallium_dri.so free 0x5571735fb4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000151
+gallium_dri.so free 0x5571735da940 void 0.000147
+gallium_dri.so free 0x5571735fb4f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000144
+gallium_dri.so free 0x5571735daa00 void 0.000148
+gallium_dri.so free 0x5571735fb4f0 void 0.000153
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000142
+gallium_dri.so free 0x5571735daac0 void 0.000136
+gallium_dri.so free 0x5571735fb4f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735daa70 0.000139
+gallium_dri.so free 0x5571735dab40 void 0.000145
+gallium_dri.so free 0x5571735daa70 void 0.000145
+gallium_dri.so malloc 72 0x5571735dab90 0.000139
+gallium_dri.so free 0x5571735c0500 void 0.000135
+gallium_dri.so free 0x5571735dab90 void 0.000139
+gallium_dri.so malloc 72 0x5571735dab90 0.000146
+gallium_dri.so free 0x5571735c0580 void 0.000146
+gallium_dri.so free 0x5571735dab90 void 0.000144
+gallium_dri.so malloc 72 0x5571735c05b0 0.000144
+gallium_dri.so free 0x5571735c0600 void 0.000148
+gallium_dri.so free 0x5571735c05b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c05b0 0.000146
+gallium_dri.so free 0x5571735c0700 void 0.000147
+gallium_dri.so free 0x5571735c05b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c0740 0.000140
+gallium_dri.so free 0x5571735fa0c0 void 0.000135
+gallium_dri.so free 0x5571735c0740 void 0.000145
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000136
+gallium_dri.so free 0x5571735fa180 void 0.000129
+gallium_dri.so free 0x5571735fa0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000122
+gallium_dri.so free 0x5571735fa200 void 0.000127
+gallium_dri.so free 0x5571735fa0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa230 0.000129
+gallium_dri.so free 0x5571735c07c0 void 0.000132
+gallium_dri.so free 0x5571735fa230 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa230 0.000129
+gallium_dri.so free 0x5571735fa280 void 0.000126
+gallium_dri.so free 0x5571735fa230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa280 0.000135
+gallium_dri.so free 0x5571735e1a00 void 0.000126
+gallium_dri.so free 0x5571735fa280 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa280 0.000122
+gallium_dri.so free 0x5571735e1ac0 void 0.000124
+gallium_dri.so free 0x5571735fa280 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1ae0 0.000125
+gallium_dri.so free 0x5571735e1b80 void 0.000121
+gallium_dri.so free 0x5571735e1ae0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1b30 0.000126
+gallium_dri.so free 0x5571735e1c00 void 0.000132
+gallium_dri.so free 0x5571735e1b30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1b30 0.000122
+gallium_dri.so free 0x5571735fa340 void 0.000121
+gallium_dri.so free 0x5571735e1b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa340 0.000130
+gallium_dri.so free 0x5571735e1c80 void 0.000129
+gallium_dri.so free 0x5571735fa340 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa340 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so free 0x5571735fa340 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa340 0.000125
+gallium_dri.so free 0x5571735f4d00 void 0.000122
+gallium_dri.so free 0x5571735fa340 void 0.000136
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000126
+gallium_dri.so free 0x5571735f4dc0 void 0.000127
+gallium_dri.so free 0x5571735f4cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4d70 0.000127
+gallium_dri.so free 0x5571735f4e40 void 0.000130
+gallium_dri.so free 0x5571735f4d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4e90 0.000120
+gallium_dri.so free 0x5571735f4f00 void 0.000126
+gallium_dri.so free 0x5571735f4e90 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4e90 0.000125
+gallium_dri.so free 0x557173589740 void 0.000121
+gallium_dri.so free 0x5571735f4e90 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000125
+gallium_dri.so free 0x5571735897c0 void 0.000130
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735896f0 0.000132
+gallium_dri.so free 0x557173589840 void 0.000250
+gallium_dri.so free 0x5571735896f0 void 0.000181
+gallium_dri.so malloc 72 0x557173589840 0.000130
+gallium_dri.so free 0x557173589900 void 0.000131
+gallium_dri.so free 0x557173589840 void 0.000150
+gallium_dri.so malloc 72 0x557173589840 0.000130
+gallium_dri.so free 0x557173589a00 void 0.000130
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x5571735899b0 0.000130
+gallium_dri.so free 0x5571735f29c0 void 0.000130
+gallium_dri.so free 0x5571735899b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2970 0.000129
+gallium_dri.so free 0x5571735f2a40 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2970 0.000130
+gallium_dri.so free 0x5571735f2ac0 void 0.000129
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000126
+gallium_dri.so free 0x5571735f2b80 void 0.000129
+gallium_dri.so free 0x5571735f2ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000121
+gallium_dri.so free 0x5571735f2c40 void 0.000126
+gallium_dri.so free 0x5571735f2ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000126
+gallium_dri.so free 0x5571735c2500 void 0.000122
+gallium_dri.so free 0x5571735f2ac0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c24b0 0.000132
+gallium_dri.so free 0x5571735c2500 void 0.000130
+gallium_dri.so free 0x5571735c24b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c24b0 0.000122
+gallium_dri.so free 0x5571735c2600 void 0.000126
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25b0 0.000125
+gallium_dri.so free 0x5571735c26c0 void 0.000120
+gallium_dri.so free 0x5571735c25b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2670 0.000126
+gallium_dri.so free 0x5571735c2700 void 0.000125
+gallium_dri.so free 0x5571735c2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2670 0.000121
+gallium_dri.so free 0x5571735c27c0 void 0.000126
+gallium_dri.so free 0x5571735c2670 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2800 0.000122
+gallium_dri.so free 0x55717346a680 void 0.000121
+gallium_dri.so free 0x5571735c2800 void 0.000121
+gallium_dri.so malloc 72 0x55717346a630 0.000121
+gallium_dri.so free 0x55717346a740 void 0.000126
+gallium_dri.so free 0x55717346a630 void 0.000132
+gallium_dri.so malloc 72 0x55717346a6f0 0.000130
+gallium_dri.so free 0x55717346a7c0 void 0.000170
+gallium_dri.so free 0x55717346a6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a6f0 0.000130
+gallium_dri.so free 0x55717346a880 void 0.000130
+gallium_dri.so free 0x55717346a6f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a6f0 0.000130
+gallium_dri.so free 0x55717346a940 void 0.000126
+gallium_dri.so free 0x55717346a6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a8f0 0.000126
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so free 0x55717346a8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000120
+gallium_dri.so free 0x5571735fa680 void 0.000121
+gallium_dri.so free 0x5571735fa5c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000131
+gallium_dri.so free 0x5571735fa700 void 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa730 0.000125
+gallium_dri.so free 0x5571735fa780 void 0.000129
+gallium_dri.so free 0x5571735fa730 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa780 0.000130
+gallium_dri.so free 0x5571735fa840 void 0.000141
+gallium_dri.so free 0x5571735fa780 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa780 0.000127
+gallium_dri.so free 0x557173461780 void 0.000121
+gallium_dri.so free 0x5571735fa780 void 0.000126
+gallium_dri.so malloc 72 0x557173461730 0.000130
+gallium_dri.so free 0x557173461840 void 0.000130
+gallium_dri.so free 0x557173461730 void 0.000130
+gallium_dri.so malloc 72 0x5571734617f0 0.000130
+gallium_dri.so free 0x557173461880 void 0.000130
+gallium_dri.so free 0x5571734617f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734617f0 0.000126
+gallium_dri.so free 0x557173461940 void 0.000121
+gallium_dri.so free 0x5571734617f0 void 0.000125
+gallium_dri.so malloc 72 0x557173461980 0.000131
+gallium_dri.so free 0x557173461a00 void 0.000130
+gallium_dri.so free 0x557173461980 void 0.000130
+gallium_dri.so malloc 72 0x557173461a00 0.000126
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x557173461a00 void 0.000130
+gallium_dri.so malloc 72 0x5571735df5f0 0.000143
+gallium_dri.so free 0x5571735df6c0 void 0.000134
+gallium_dri.so free 0x5571735df5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df6e0 0.000131
+gallium_dri.so free 0x5571735df780 void 0.000131
+gallium_dri.so free 0x5571735df6e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df730 0.000128
+gallium_dri.so free 0x5571735df800 void 0.000126
+gallium_dri.so free 0x5571735df730 void 0.000126
+gallium_dri.so malloc 72 0x5571735df730 0.000124
+gallium_dri.so free 0x5571735df880 void 0.000124
+gallium_dri.so free 0x5571735df730 void 0.000120
+gallium_dri.so malloc 72 0x5571735df880 0.000127
+gallium_dri.so free 0x5571735dc8c0 void 0.000130
+gallium_dri.so free 0x5571735df880 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc870 0.000130
+gallium_dri.so free 0x5571735dc900 void 0.000130
+gallium_dri.so free 0x5571735dc870 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000125
+gallium_dri.so free 0x5571735dc870 void 0.000125
+gallium_dri.so malloc 72 0x5571735dca30 0.000122
+gallium_dri.so free 0x5571735dca80 void 0.000126
+gallium_dri.so free 0x5571735dca30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dca30 0.000130
+gallium_dri.so free 0x5571735dcb80 void 0.000125
+gallium_dri.so free 0x5571735dca30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb30 0.000126
+gallium_dri.so free 0x5571735fe280 void 0.000126
+gallium_dri.so free 0x5571735dcb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe230 0.000124
+gallium_dri.so free 0x5571735fe2c0 void 0.000122
+gallium_dri.so free 0x5571735fe230 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe230 0.000131
+gallium_dri.so free 0x5571735fe380 void 0.000125
+gallium_dri.so free 0x5571735fe230 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000130
+gallium_dri.so free 0x5571735fe440 void 0.000130
+gallium_dri.so free 0x5571735fe3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe440 0.000121
+gallium_dri.so free 0x5571735fe500 void 0.000126
+gallium_dri.so free 0x5571735fe440 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe440 0.000120
+gallium_dri.so free 0x557173600840 void 0.000123
+gallium_dri.so free 0x5571735fe440 void 0.000124
+gallium_dri.so malloc 72 0x5571736007f0 0.000133
+gallium_dri.so free 0x557173600880 void 0.000125
+gallium_dri.so free 0x5571736007f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736007f0 0.000129
+gallium_dri.so free 0x557173600940 void 0.000124
+gallium_dri.so free 0x5571736007f0 void 0.000121
+gallium_dri.so malloc 72 0x557173600980 0.000126
+gallium_dri.so free 0x557173600a00 void 0.000125
+gallium_dri.so free 0x557173600980 void 0.000125
+gallium_dri.so malloc 72 0x557173600a00 0.000125
+gallium_dri.so free 0x557173600ac0 void 0.000125
+gallium_dri.so free 0x557173600a00 void 0.000124
+gallium_dri.so malloc 72 0x557173600a00 0.000127
+gallium_dri.so free 0x55717360dc00 void 0.000125
+gallium_dri.so free 0x557173600a00 void 0.000121
+gallium_dri.so malloc 72 0x55717360dbb0 0.000121
+gallium_dri.so free 0x55717360dc80 void 0.000128
+gallium_dri.so free 0x55717360dbb0 void 0.000127
+gallium_dri.so malloc 72 0x55717360dc80 0.000121
+gallium_dri.so free 0x55717360dd40 void 0.000122
+gallium_dri.so free 0x55717360dc80 void 0.000125
+gallium_dri.so malloc 72 0x55717360dc80 0.000124
+gallium_dri.so free 0x55717360ddc0 void 0.000121
+gallium_dri.so free 0x55717360dc80 void 0.000137
+gallium_dri.so malloc 72 0x55717360ddc0 0.000130
+gallium_dri.so free 0x55717360de80 void 0.000131
+gallium_dri.so free 0x55717360ddc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ddc0 0.000126
+gallium_dri.so free 0x5571735c4ac0 void 0.000125
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a70 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000121
+gallium_dri.so free 0x5571735c4a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4a70 0.000130
+gallium_dri.so free 0x5571735c4bc0 void 0.000130
+gallium_dri.so free 0x5571735c4a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000131
+gallium_dri.so free 0x5571735c4c80 void 0.000129
+gallium_dri.so free 0x5571735c4bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000125
+gallium_dri.so free 0x5571735c4d80 void 0.000130
+gallium_dri.so free 0x5571735c4bc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4d30 0.000131
+gallium_dri.so free 0x55717346cc40 void 0.000130
+gallium_dri.so free 0x5571735c4d30 void 0.000177
+gallium_dri.so malloc 72 0x55717346cbf0 0.000132
+gallium_dri.so free 0x55717346ccc0 void 0.000146
+gallium_dri.so free 0x55717346cbf0 void 0.000138
+gallium_dri.so malloc 72 0x55717346cbf0 0.000134
+gallium_dri.so free 0x55717346cd40 void 0.000130
+gallium_dri.so free 0x55717346cbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346cd40 0.000133
+gallium_dri.so free 0x55717346ce00 void 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000127
+gallium_dri.so malloc 72 0x55717346cd40 0.000127
+gallium_dri.so free 0x55717346cec0 void 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000130
+gallium_dri.so malloc 72 0x55717346cd40 0.000130
+gallium_dri.so free 0x5571735f6c40 void 0.000132
+gallium_dri.so free 0x55717346cd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000129
+gallium_dri.so free 0x5571735f6c40 void 0.000126
+gallium_dri.so free 0x5571735f6bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000125
+gallium_dri.so free 0x5571735f6d40 void 0.000125
+gallium_dri.so free 0x5571735f6bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000121
+gallium_dri.so free 0x5571735f6e00 void 0.000122
+gallium_dri.so free 0x5571735f6cf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6db0 0.000133
+gallium_dri.so free 0x5571735f6e40 void 0.000131
+gallium_dri.so free 0x5571735f6db0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f6db0 0.000129
+gallium_dri.so free 0x5571735f6f00 void 0.000125
+gallium_dri.so free 0x5571735f6db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6f40 0.000121
+gallium_dri.so free 0x5571735f9200 void 0.000126
+gallium_dri.so free 0x5571735f6f40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f91b0 0.000130
+gallium_dri.so free 0x5571735f92c0 void 0.000130
+gallium_dri.so free 0x5571735f91b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9270 0.000130
+gallium_dri.so free 0x5571735f9340 void 0.000222
+gallium_dri.so free 0x5571735f9270 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9270 0.000125
+gallium_dri.so free 0x5571735f9400 void 0.000121
+gallium_dri.so free 0x5571735f9270 void 0.000140
+gallium_dri.so malloc 72 0x5571735f9270 0.000126
+gallium_dri.so free 0x5571735f94c0 void 0.000126
+gallium_dri.so free 0x5571735f9270 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9470 0.000122
+gallium_dri.so free 0x557173473680 void 0.000127
+gallium_dri.so free 0x5571735f9470 void 0.000130
+gallium_dri.so malloc 72 0x5571734736d0 0.000129
+gallium_dri.so free 0x557173473740 void 0.000130
+gallium_dri.so free 0x5571734736d0 void 0.000130
+gallium_dri.so malloc 72 0x557173473760 0.000126
+gallium_dri.so free 0x557173473800 void 0.000120
+gallium_dri.so free 0x557173473760 void 0.000119
+gallium_dri.so malloc 72 0x5571734737b0 0.000126
+gallium_dri.so free 0x557173473880 void 0.000126
+gallium_dri.so free 0x5571734737b0 void 0.000121
+gallium_dri.so malloc 72 0x557173473880 0.000121
+gallium_dri.so free 0x557173473940 void 0.000127
+gallium_dri.so free 0x557173473880 void 0.000131
+gallium_dri.so malloc 72 0x557173473880 0.000129
+gallium_dri.so free 0x5571735e26c0 void 0.000131
+gallium_dri.so free 0x557173473880 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2710 0.000210
+gallium_dri.so free 0x5571735e2780 void 0.000131
+gallium_dri.so free 0x5571735e2710 void 0.000129
+gallium_dri.so malloc 72 0x5571735e27a0 0.000126
+gallium_dri.so free 0x5571735e2840 void 0.000121
+gallium_dri.so free 0x5571735e27a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e27f0 0.000125
+gallium_dri.so free 0x5571735e28c0 void 0.000127
+gallium_dri.so free 0x5571735e27f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e27f0 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000120
+gallium_dri.so free 0x5571735e27f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2940 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000126
+gallium_dri.so free 0x5571735e2940 void 0.000129
+gallium_dri.so malloc 72 0x5571735de340 0.000124
+gallium_dri.so free 0x5571735de3c0 void 0.000122
+gallium_dri.so free 0x5571735de340 void 0.000126
+gallium_dri.so malloc 72 0x5571735de340 0.000132
+gallium_dri.so free 0x5571735de440 void 0.000130
+gallium_dri.so free 0x5571735de340 void 0.000124
+gallium_dri.so malloc 72 0x5571735de470 0.000122
+gallium_dri.so free 0x5571735de4c0 void 0.000128
+gallium_dri.so free 0x5571735de470 void 0.000132
+gallium_dri.so malloc 72 0x5571735de470 0.000129
+gallium_dri.so free 0x5571735de5c0 void 0.000223
+gallium_dri.so free 0x5571735de470 void 0.000272
+gallium_dri.so malloc 72 0x5571735de570 0.000177
+gallium_dri.so free 0x5571735db580 void 0.000163
+gallium_dri.so free 0x5571735de570 void 0.000165
+gallium_dri.so malloc 72 0x5571735db5a0 0.000130
+gallium_dri.so free 0x5571735db640 void 0.000200
+gallium_dri.so free 0x5571735db5a0 void 0.000277
+gallium_dri.so malloc 72 0x5571735db5f0 0.000298
+gallium_dri.so free 0x5571735db6c0 void 0.000269
+gallium_dri.so free 0x5571735db5f0 void 0.000279
+gallium_dri.so malloc 72 0x5571735db5f0 0.000281
+gallium_dri.so free 0x5571735db7c0 void 0.000246
+gallium_dri.so free 0x5571735db5f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735db770 0.000166
+gallium_dri.so free 0x5571735db840 void 0.000161
+gallium_dri.so free 0x5571735db770 void 0.000126
+gallium_dri.so malloc 72 0x5571735db890 0.000129
+gallium_dri.so free 0x55717360c8c0 void 0.000124
+gallium_dri.so free 0x5571735db890 void 0.000199
+gallium_dri.so malloc 72 0x55717360c8e0 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000128
+gallium_dri.so free 0x55717360c8e0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c930 0.000120
+gallium_dri.so free 0x55717360ca00 void 0.000127
+gallium_dri.so free 0x55717360c930 void 0.000130
+gallium_dri.so malloc 72 0x55717360c930 0.000125
+gallium_dri.so free 0x55717360ca80 void 0.000122
+gallium_dri.so free 0x55717360c930 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca80 0.000124
+gallium_dri.so free 0x55717360cb40 void 0.000120
+gallium_dri.so free 0x55717360ca80 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca80 0.000129
+gallium_dri.so free 0x5571735c11c0 void 0.000296
+gallium_dri.so free 0x55717360ca80 void 0.000273
+gallium_dri.so malloc 72 0x5571735c11e0 0.000165
+gallium_dri.so free 0x5571735c1280 void 0.000167
+gallium_dri.so free 0x5571735c11e0 void 0.000234
+gallium_dri.so malloc 72 0x5571735c1230 0.000137
+gallium_dri.so free 0x5571735c1300 void 0.000306
+gallium_dri.so free 0x5571735c1230 void 0.000315
+gallium_dri.so malloc 72 0x5571735c1230 0.000287
+gallium_dri.so free 0x5571735c1380 void 0.000278
+gallium_dri.so free 0x5571735c1230 void 0.000287
+gallium_dri.so malloc 72 0x5571735c1380 0.000286
+gallium_dri.so free 0x5571735c1440 void 0.000314
+gallium_dri.so free 0x5571735c1380 void 0.000314
+gallium_dri.so malloc 72 0x5571735c1380 0.000178
+gallium_dri.so free 0x5571735f5900 void 0.000178
+gallium_dri.so free 0x5571735c1380 void 0.000179
+gallium_dri.so malloc 72 0x5571735f5930 0.000181
+gallium_dri.so free 0x5571735f5980 void 0.000180
+gallium_dri.so free 0x5571735f5930 void 0.000146
+gallium_dri.so malloc 72 0x5571735f5980 0.000144
+gallium_dri.so free 0x5571735f5a40 void 0.000145
+gallium_dri.so free 0x5571735f5980 void 0.000145
+gallium_dri.so malloc 72 0x5571735f5980 0.000140
+gallium_dri.so free 0x5571735f5b40 void 0.000137
+gallium_dri.so free 0x5571735f5980 void 0.000138
+gallium_dri.so malloc 72 0x5571735f5af0 0.000146
+gallium_dri.so free 0x5571735f5c00 void 0.000145
+gallium_dri.so free 0x5571735f5af0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000147
+gallium_dri.so free 0x5571735ec680 void 0.000144
+gallium_dri.so free 0x5571735f5bb0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000144
+gallium_dri.so free 0x5571735ec700 void 0.000145
+gallium_dri.so free 0x5571735ec6b0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000141
+gallium_dri.so free 0x5571735ec800 void 0.000157
+gallium_dri.so free 0x5571735ec6b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000145
+gallium_dri.so free 0x5571735ec8c0 void 0.000145
+gallium_dri.so free 0x5571735ec7b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ec870 0.000144
+gallium_dri.so free 0x5571735ec940 void 0.000145
+gallium_dri.so free 0x5571735ec870 void 0.000147
+gallium_dri.so malloc 72 0x5571735ec960 0.000140
+gallium_dri.so free 0x5571736101c0 void 0.000141
+gallium_dri.so free 0x5571735ec960 void 0.000146
+gallium_dri.so malloc 72 0x557173610170 0.000154
+gallium_dri.so free 0x557173610240 void 0.000138
+gallium_dri.so free 0x557173610170 void 0.000137
+gallium_dri.so malloc 72 0x557173610170 0.000137
+gallium_dri.so free 0x5571736102c0 void 0.000137
+gallium_dri.so free 0x557173610170 void 0.000138
+gallium_dri.so malloc 72 0x5571736102c0 0.000139
+gallium_dri.so free 0x557173610380 void 0.000138
+gallium_dri.so free 0x5571736102c0 void 0.000139
+gallium_dri.so malloc 72 0x5571736102c0 0.000131
+gallium_dri.so free 0x557173610440 void 0.000133
+gallium_dri.so free 0x5571736102c0 void 0.000137
+gallium_dri.so malloc 72 0x5571736102c0 0.000136
+gallium_dri.so free 0x557173601340 void 0.000137
+gallium_dri.so free 0x5571736102c0 void 0.000138
+gallium_dri.so malloc 72 0x5571736102c0 0.000138
+gallium_dri.so free 0x557173601440 void 0.000137
+gallium_dri.so free 0x5571736102c0 void 0.000137
+gallium_dri.so malloc 72 0x5571736013f0 0.000145
+gallium_dri.so free 0x5571736014c0 void 0.000132
+gallium_dri.so free 0x5571736013f0 void 0.000133
+gallium_dri.so malloc 72 0x557173601510 0.000143
+gallium_dri.so free 0x557173601580 void 0.000132
+gallium_dri.so free 0x557173601510 void 0.000131
+gallium_dri.so malloc 72 0x5571736015a0 0.000136
+gallium_dri.so free 0x557173601640 void 0.000138
+gallium_dri.so free 0x5571736015a0 void 0.000137
+gallium_dri.so malloc 72 0x5571736015f0 0.000130
+gallium_dri.so free 0x5571735fb680 void 0.000128
+gallium_dri.so free 0x5571736015f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb630 0.000138
+gallium_dri.so free 0x5571735fb700 void 0.000132
+gallium_dri.so free 0x5571735fb630 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb750 0.000132
+gallium_dri.so free 0x5571735fb7c0 void 0.000138
+gallium_dri.so free 0x5571735fb750 void 0.000138
+gallium_dri.so malloc 72 0x5571735fb820 0.000138
+gallium_dri.so free 0x5571735fb8c0 void 0.000136
+gallium_dri.so free 0x5571735fb820 void 0.000147
+gallium_dri.so malloc 72 0x5571735fb870 0.000170
+gallium_dri.so free 0x5571735fb900 void 0.000171
+gallium_dri.so free 0x5571735fb870 void 0.000168
+gallium_dri.so malloc 72 0x5571735fb870 0.000138
+gallium_dri.so free 0x5571735e1e00 void 0.000137
+gallium_dri.so free 0x5571735fb870 void 0.000139
+gallium_dri.so malloc 72 0x5571735e1db0 0.000138
+gallium_dri.so free 0x5571735e1e80 void 0.000136
+gallium_dri.so free 0x5571735e1db0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1ed0 0.000131
+gallium_dri.so free 0x5571735e1f40 void 0.000133
+gallium_dri.so free 0x5571735e1ed0 void 0.000155
+gallium_dri.so malloc 72 0x5571735e1f60 0.000131
+gallium_dri.so free 0x5571735e2000 void 0.000127
+gallium_dri.so free 0x5571735e1f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000124
+gallium_dri.so free 0x5571735e2080 void 0.000126
+gallium_dri.so free 0x5571735e1fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2080 0.000125
+gallium_dri.so free 0x5571735dacc0 void 0.000135
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735dac70 0.000119
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so free 0x5571735dac70 void 0.000124
+gallium_dri.so malloc 72 0x5571735dad90 0.000129
+gallium_dri.so free 0x5571735dae00 void 0.000130
+gallium_dri.so free 0x5571735dad90 void 0.000125
+gallium_dri.so malloc 72 0x5571735dae20 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000124
+gallium_dri.so free 0x5571735dae20 void 0.000132
+gallium_dri.so malloc 72 0x5571735dae70 0.000132
+gallium_dri.so free 0x5571735daf40 void 0.000129
+gallium_dri.so free 0x5571735dae70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dae70 0.000139
+gallium_dri.so free 0x5571735f5040 void 0.000127
+gallium_dri.so free 0x5571735dae70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000126
+gallium_dri.so free 0x5571735f5100 void 0.000130
+gallium_dri.so free 0x5571735f4ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f50b0 0.000129
+gallium_dri.so free 0x5571735dafc0 void 0.000131
+gallium_dri.so free 0x5571735f50b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f50b0 0.000130
+gallium_dri.so free 0x5571735f5180 void 0.000129
+gallium_dri.so free 0x5571735f50b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f51b0 0.000129
+gallium_dri.so free 0x5571735f5200 void 0.000125
+gallium_dri.so free 0x5571735f51b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f51b0 0.000129
+gallium_dri.so free 0x5571735f5300 void 0.000130
+gallium_dri.so free 0x5571735f51b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f52b0 0.000130
+gallium_dri.so free 0x5571735ebdc0 void 0.000129
+gallium_dri.so free 0x5571735f52b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ebd70 0.000129
+gallium_dri.so free 0x5571735ebe00 void 0.000131
+gallium_dri.so free 0x5571735ebd70 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebd70 0.000138
+gallium_dri.so free 0x5571735ebec0 void 0.000127
+gallium_dri.so free 0x5571735ebd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf30 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000174
+gallium_dri.so free 0x5571735ebf30 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebf30 0.000129
+gallium_dri.so free 0x5571735ec080 void 0.000126
+gallium_dri.so free 0x5571735ebf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec030 0.000125
+gallium_dri.so free 0x5571735c0900 void 0.000135
+gallium_dri.so free 0x5571735ec030 void 0.000126
+gallium_dri.so malloc 72 0x5571735c08b0 0.000120
+gallium_dri.so free 0x5571735c0940 void 0.000121
+gallium_dri.so free 0x5571735c08b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c08b0 0.000125
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0a40 0.000130
+gallium_dri.so free 0x5571735c0ac0 void 0.000131
+gallium_dri.so free 0x5571735c0a40 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000127
+gallium_dri.so free 0x5571735c0b80 void 0.000131
+gallium_dri.so free 0x5571735c0ac0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000129
+gallium_dri.so free 0x5571736068c0 void 0.000131
+gallium_dri.so free 0x5571735c0ac0 void 0.000142
+gallium_dri.so malloc 72 0x5571736068e0 0.000132
+gallium_dri.so free 0x557173606980 void 0.000129
+gallium_dri.so free 0x5571736068e0 void 0.000128
+gallium_dri.so malloc 72 0x557173606930 0.000121
+gallium_dri.so free 0x557173606a00 void 0.000126
+gallium_dri.so free 0x557173606930 void 0.000127
+gallium_dri.so malloc 72 0x557173606930 0.000120
+gallium_dri.so free 0x557173606a80 void 0.000127
+gallium_dri.so free 0x557173606930 void 0.000129
+gallium_dri.so malloc 72 0x557173606a80 0.000130
+gallium_dri.so free 0x557173606b40 void 0.000124
+gallium_dri.so free 0x557173606a80 void 0.000124
+gallium_dri.so malloc 72 0x557173606a80 0.000130
+gallium_dri.so free 0x557173606c00 void 0.000130
+gallium_dri.so free 0x557173606a80 void 0.000127
+gallium_dri.so malloc 72 0x557173606a80 0.000128
+gallium_dri.so free 0x5571735f3300 void 0.000129
+gallium_dri.so free 0x557173606a80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3350 0.000130
+gallium_dri.so free 0x5571735f33c0 void 0.000129
+gallium_dri.so free 0x5571735f3350 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3400 0.000132
+gallium_dri.so free 0x5571735f3480 void 0.000129
+gallium_dri.so free 0x5571735f3400 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3480 0.000130
+gallium_dri.so free 0x5571735f3540 void 0.000124
+gallium_dri.so free 0x5571735f3480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3480 0.000125
+gallium_dri.so free 0x5571735f35c0 void 0.000126
+gallium_dri.so free 0x5571735f3480 void 0.000125
+gallium_dri.so malloc 72 0x5571735f35f0 0.000125
+gallium_dri.so free 0x5571735f3640 void 0.000120
+gallium_dri.so free 0x5571735f35f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f35f0 0.000123
+gallium_dri.so free 0x5571735d0000 void 0.000122
+gallium_dri.so free 0x5571735f35f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000127
+gallium_dri.so free 0x5571735d00c0 void 0.000125
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0000 0.000121
+gallium_dri.so free 0x5571735d0140 void 0.000127
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0000 0.000127
+gallium_dri.so free 0x5571735d0200 void 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000135
+gallium_dri.so malloc 72 0x5571735d0000 0.000130
+gallium_dri.so free 0x5571735d02c0 void 0.000130
+gallium_dri.so free 0x5571735d0000 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0270 0.000129
+gallium_dri.so free 0x5571735d0340 void 0.000125
+gallium_dri.so free 0x5571735d0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0390 0.000119
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x5571735d0390 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0390 0.000124
+gallium_dri.so free 0x557173608500 void 0.000130
+gallium_dri.so free 0x5571735d0390 void 0.000130
+gallium_dri.so malloc 72 0x557173608530 0.000129
+gallium_dri.so free 0x557173608580 void 0.000133
+gallium_dri.so free 0x557173608530 void 0.000132
+gallium_dri.so malloc 72 0x557173608530 0.000129
+gallium_dri.so free 0x557173608680 void 0.000130
+gallium_dri.so free 0x557173608530 void 0.000130
+gallium_dri.so malloc 72 0x5571736086c0 0.000130
+gallium_dri.so free 0x557173608740 void 0.000124
+gallium_dri.so free 0x5571736086c0 void 0.000136
+gallium_dri.so malloc 72 0x557173608740 0.000128
+gallium_dri.so free 0x557173608800 void 0.000135
+gallium_dri.so free 0x557173608740 void 0.000131
+gallium_dri.so malloc 72 0x557173608740 0.000131
+gallium_dri.so free 0x5571735ff740 void 0.000130
+gallium_dri.so free 0x557173608740 void 0.000125
+gallium_dri.so malloc 72 0x557173608740 0.000120
+gallium_dri.so free 0x5571735ff800 void 0.000127
+gallium_dri.so free 0x557173608740 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000125
+gallium_dri.so free 0x5571735ff880 void 0.000125
+gallium_dri.so free 0x5571735ff7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000126
+gallium_dri.so free 0x5571735ff940 void 0.000124
+gallium_dri.so free 0x5571735ff8d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff9a0 0.000121
+gallium_dri.so free 0x5571735ffa40 void 0.000119
+gallium_dri.so free 0x5571735ff9a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000124
+gallium_dri.so free 0x5571735ffa80 void 0.000131
+gallium_dri.so free 0x5571735ff9f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000133
+gallium_dri.so free 0x55717360f0c0 void 0.000129
+gallium_dri.so free 0x5571735ff9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff9f0 0.000121
+gallium_dri.so free 0x55717360f140 void 0.000126
+gallium_dri.so free 0x5571735ff9f0 void 0.000126
+gallium_dri.so malloc 72 0x55717360f140 0.000122
+gallium_dri.so free 0x55717360f200 void 0.000120
+gallium_dri.so free 0x55717360f140 void 0.000124
+gallium_dri.so malloc 72 0x55717360f140 0.000124
+gallium_dri.so free 0x55717360f2c0 void 0.000123
+gallium_dri.so free 0x55717360f140 void 0.000125
+gallium_dri.so malloc 72 0x55717360f140 0.000129
+gallium_dri.so free 0x55717360f380 void 0.000130
+gallium_dri.so free 0x55717360f140 void 0.000129
+gallium_dri.so malloc 72 0x55717360f330 0.000130
+gallium_dri.so free 0x55717360f440 void 0.000126
+gallium_dri.so free 0x55717360f330 void 0.000125
+gallium_dri.so malloc 72 0x55717360f3f0 0.000131
+gallium_dri.so free 0x55717346bb40 void 0.000125
+gallium_dri.so free 0x55717360f3f0 void 0.000123
+gallium_dri.so malloc 72 0x55717346bb40 0.000164
+gallium_dri.so free 0x55717346bc00 void 0.000188
+gallium_dri.so free 0x55717346bb40 void 0.000184
+gallium_dri.so malloc 72 0x55717346bb40 0.000181
+gallium_dri.so free 0x55717346bc80 void 0.000170
+gallium_dri.so free 0x55717346bb40 void 0.000166
+gallium_dri.so malloc 72 0x55717346bcb0 0.000180
+gallium_dri.so free 0x55717346bd00 void 0.000179
+gallium_dri.so free 0x55717346bcb0 void 0.000210
+gallium_dri.so malloc 72 0x55717346bcb0 0.000182
+gallium_dri.so free 0x55717346be00 void 0.000181
+gallium_dri.so free 0x55717346bcb0 void 0.000183
+gallium_dri.so malloc 72 0x55717346bdb0 0.000210
+gallium_dri.so free 0x55717346bec0 void 0.000185
+gallium_dri.so free 0x55717346bdb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346be70 0.000129
+gallium_dri.so free 0x557173464e00 void 0.000144
+gallium_dri.so free 0x55717346be70 void 0.000130
+gallium_dri.so malloc 72 0x55717346be70 0.000126
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x55717346be70 void 0.000124
+gallium_dri.so malloc 72 0x557173464eb0 0.000129
+gallium_dri.so free 0x557173464f00 void 0.000130
+gallium_dri.so free 0x557173464eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173464eb0 0.000126
+gallium_dri.so free 0x557173465000 void 0.000123
+gallium_dri.so free 0x557173464eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173464fb0 0.000124
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so free 0x557173464fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x557173465100 void 0.000129
+gallium_dri.so free 0x557173465070 void 0.000130
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x55717358e200 void 0.000129
+gallium_dri.so free 0x557173465070 void 0.000131
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x55717358e300 void 0.000144
+gallium_dri.so free 0x557173465070 void 0.000131
+gallium_dri.so malloc 72 0x55717358e2b0 0.000129
+gallium_dri.so free 0x55717358e380 void 0.000131
+gallium_dri.so free 0x55717358e2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358e3d0 0.000126
+gallium_dri.so free 0x55717358e440 void 0.000129
+gallium_dri.so free 0x55717358e3d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358e460 0.000130
+gallium_dri.so free 0x55717358e500 void 0.000126
+gallium_dri.so free 0x55717358e460 void 0.000124
+gallium_dri.so malloc 72 0x55717358e4b0 0.000124
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358e4b0 0.000147
+gallium_dri.so free 0x5571735d25c0 void 0.000143
+gallium_dri.so free 0x55717358e4b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d25c0 0.000128
+gallium_dri.so free 0x5571735d2680 void 0.000127
+gallium_dri.so free 0x5571735d25c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d25c0 0.000126
+gallium_dri.so free 0x5571735d2740 void 0.000127
+gallium_dri.so free 0x5571735d25c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d2760 0.000125
+gallium_dri.so free 0x5571735d2800 void 0.000129
+gallium_dri.so free 0x5571735d2760 void 0.000123
+gallium_dri.so malloc 72 0x5571735d27b0 0.000128
+gallium_dri.so free 0x5571735d2880 void 0.000127
+gallium_dri.so free 0x5571735d27b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d27b0 0.000126
+gallium_dri.so free 0x5571735d2900 void 0.000127
+gallium_dri.so free 0x5571735d27b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2900 0.000127
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so free 0x5571735d2900 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2900 0.000126
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so free 0x5571735d2900 void 0.000124
+gallium_dri.so malloc 72 0x5571734628f0 0.000124
+gallium_dri.so free 0x557173462940 void 0.000127
+gallium_dri.so free 0x5571734628f0 void 0.000126
+gallium_dri.so malloc 72 0x557173462940 0.000124
+gallium_dri.so free 0x557173462a00 void 0.000126
+gallium_dri.so free 0x557173462940 void 0.000123
+gallium_dri.so malloc 72 0x557173462940 0.000123
+gallium_dri.so free 0x557173462b00 void 0.000126
+gallium_dri.so free 0x557173462940 void 0.000138
+gallium_dri.so malloc 72 0x557173462ab0 0.000130
+gallium_dri.so free 0x557173462bc0 void 0.000126
+gallium_dri.so free 0x557173462ab0 void 0.000123
+gallium_dri.so malloc 72 0x557173462b70 0.000126
+gallium_dri.so free 0x557173620740 void 0.000128
+gallium_dri.so free 0x557173462b70 void 0.000126
+gallium_dri.so malloc 72 0x557173462b70 0.000123
+gallium_dri.so free 0x557173620800 void 0.000127
+gallium_dri.so free 0x557173462b70 void 0.000123
+gallium_dri.so malloc 72 0x5571736207b0 0.000122
+gallium_dri.so free 0x557173620880 void 0.000126
+gallium_dri.so free 0x5571736207b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736208d0 0.000123
+gallium_dri.so free 0x557173620940 void 0.000125
+gallium_dri.so free 0x5571736208d0 void 0.000128
+gallium_dri.so malloc 72 0x557173620980 0.000127
+gallium_dri.so free 0x557173620a00 void 0.000126
+gallium_dri.so free 0x557173620980 void 0.000122
+gallium_dri.so malloc 72 0x557173620980 0.000128
+gallium_dri.so free 0x557173620a80 void 0.000128
+gallium_dri.so free 0x557173620980 void 0.000127
+gallium_dri.so malloc 72 0x557173620ab0 0.000124
+gallium_dri.so free 0x5571735fd180 void 0.000125
+gallium_dri.so free 0x557173620ab0 void 0.000126
+gallium_dri.so malloc 72 0x557173620ab0 0.000144
+gallium_dri.so free 0x5571735fd200 void 0.000127
+gallium_dri.so free 0x557173620ab0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fd200 0.000127
+gallium_dri.so free 0x5571735fd2c0 void 0.000126
+gallium_dri.so free 0x5571735fd200 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd200 0.000126
+gallium_dri.so free 0x5571735fd380 void 0.000126
+gallium_dri.so free 0x5571735fd200 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd200 0.000123
+gallium_dri.so free 0x5571735fd440 void 0.000127
+gallium_dri.so free 0x5571735fd200 void 0.000125
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000126
+gallium_dri.so free 0x5571735fd440 void 0.000128
+gallium_dri.so free 0x5571735fd3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000127
+gallium_dri.so free 0x5571735c39c0 void 0.000127
+gallium_dri.so free 0x5571735fd3f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c39c0 0.000126
+gallium_dri.so free 0x5571735fd540 void 0.000128
+gallium_dri.so free 0x5571735c39c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000126
+gallium_dri.so free 0x5571735c3a80 void 0.000126
+gallium_dri.so free 0x5571735fd4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000127
+gallium_dri.so free 0x5571735c3b40 void 0.000132
+gallium_dri.so free 0x5571735fd4f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3af0 0.000123
+gallium_dri.so free 0x5571735c3bc0 void 0.000121
+gallium_dri.so free 0x5571735c3af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c10 0.000120
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3c10 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000117
+gallium_dri.so free 0x5571735c3d80 void 0.000120
+gallium_dri.so free 0x5571735c3ce0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3d30 0.000119
+gallium_dri.so free 0x55717346e100 void 0.000122
+gallium_dri.so free 0x5571735c3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d30 0.000118
+gallium_dri.so free 0x55717346e1c0 void 0.000120
+gallium_dri.so free 0x5571735c3d30 void 0.000119
+gallium_dri.so malloc 72 0x55717346e170 0.000120
+gallium_dri.so free 0x55717346e240 void 0.000118
+gallium_dri.so free 0x55717346e170 void 0.000118
+gallium_dri.so malloc 72 0x55717346e290 0.000120
+gallium_dri.so free 0x55717346e300 void 0.000118
+gallium_dri.so free 0x55717346e290 void 0.000118
+gallium_dri.so malloc 72 0x55717346e320 0.000121
+gallium_dri.so free 0x55717346e3c0 void 0.000121
+gallium_dri.so free 0x55717346e320 void 0.000175
+gallium_dri.so malloc 72 0x55717346e370 0.000124
+gallium_dri.so free 0x55717346e440 void 0.000122
+gallium_dri.so free 0x55717346e370 void 0.000118
+gallium_dri.so malloc 72 0x55717346e440 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so malloc 72 0x55717346e440 0.000121
+gallium_dri.so free 0x5571735f8180 void 0.000118
+gallium_dri.so free 0x55717346e440 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8180 0.000121
+gallium_dri.so free 0x5571735f8240 void 0.000121
+gallium_dri.so free 0x5571735f8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8180 0.000121
+gallium_dri.so free 0x5571735f8300 void 0.000123
+gallium_dri.so free 0x5571735f8180 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8180 0.000118
+gallium_dri.so free 0x5571735f83c0 void 0.000120
+gallium_dri.so free 0x5571735f8180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8370 0.000120
+gallium_dri.so free 0x5571735f8440 void 0.000121
+gallium_dri.so free 0x5571735f8370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8490 0.000118
+gallium_dri.so free 0x557173469380 void 0.000122
+gallium_dri.so free 0x5571735f8490 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8490 0.000118
+gallium_dri.so free 0x557173469400 void 0.000131
+gallium_dri.so free 0x5571735f8490 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8490 0.000119
+gallium_dri.so free 0x5571734694c0 void 0.000118
+gallium_dri.so free 0x5571735f8490 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8490 0.000118
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x5571735f8490 void 0.000119
+gallium_dri.so malloc 72 0x557173469530 0.000116
+gallium_dri.so free 0x557173469600 void 0.000122
+gallium_dri.so free 0x557173469530 void 0.000120
+gallium_dri.so malloc 72 0x557173469650 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000121
+gallium_dri.so free 0x557173469650 void 0.000120
+gallium_dri.so malloc 72 0x5571734696e0 0.000120
+gallium_dri.so free 0x557173465800 void 0.000119
+gallium_dri.so free 0x5571734696e0 void 0.000117
+gallium_dri.so malloc 72 0x557173465830 0.000188
+gallium_dri.so free 0x557173465880 void 0.000142
+gallium_dri.so free 0x557173465830 void 0.000142
+gallium_dri.so malloc 72 0x557173465830 0.000130
+gallium_dri.so free 0x557173465980 void 0.000120
+gallium_dri.so free 0x557173465830 void 0.000118
+gallium_dri.so malloc 72 0x5571734659c0 0.000129
+gallium_dri.so free 0x557173465a40 void 0.000107
+gallium_dri.so free 0x5571734659c0 void 0.000305
+gallium_dri.so malloc 72 0x557173465a40 0.000192
+gallium_dri.so free 0x557173465b00 void 0.000147
+gallium_dri.so free 0x557173465a40 void 0.000132
+gallium_dri.so malloc 72 0x557173465a40 0.000122
+gallium_dri.so free 0x557173465b80 void 0.000122
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so malloc 72 0x557173465bb0 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000122
+gallium_dri.so free 0x557173465bb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb00 0.000120
+gallium_dri.so free 0x55717360fb80 void 0.000123
+gallium_dri.so free 0x55717360fb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb80 0.000120
+gallium_dri.so free 0x55717360fc40 void 0.000121
+gallium_dri.so free 0x55717360fb80 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb80 0.000121
+gallium_dri.so free 0x55717360fd00 void 0.000121
+gallium_dri.so free 0x55717360fb80 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd20 0.000120
+gallium_dri.so free 0x55717360fdc0 void 0.000121
+gallium_dri.so free 0x55717360fd20 void 0.000119
+gallium_dri.so malloc 72 0x55717360fd70 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000120
+gallium_dri.so free 0x55717360fd70 void 0.000141
+gallium_dri.so malloc 72 0x55717360fd70 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x55717360fd70 void 0.000120
+gallium_dri.so malloc 72 0x557173591210 0.000160
+gallium_dri.so free 0x557173591280 void 0.000125
+gallium_dri.so free 0x557173591210 void 0.000125
+gallium_dri.so malloc 72 0x5571735912a0 0.000123
+gallium_dri.so free 0x557173591340 void 0.000120
+gallium_dri.so free 0x5571735912a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735912f0 0.000119
+gallium_dri.so free 0x5571735913c0 void 0.000122
+gallium_dri.so free 0x5571735912f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735913c0 0.000122
+gallium_dri.so free 0x557173591480 void 0.000122
+gallium_dri.so free 0x5571735913c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735913c0 0.000119
+gallium_dri.so free 0x557173591500 void 0.000121
+gallium_dri.so free 0x5571735913c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591500 0.000120
+gallium_dri.so free 0x55717358c640 void 0.000122
+gallium_dri.so free 0x557173591500 void 0.000121
+gallium_dri.so malloc 72 0x55717358c660 0.000121
+gallium_dri.so free 0x55717358c700 void 0.000120
+gallium_dri.so free 0x55717358c660 void 0.000120
+gallium_dri.so malloc 72 0x55717358c6b0 0.000120
+gallium_dri.so free 0x55717358c780 void 0.000137
+gallium_dri.so free 0x55717358c6b0 void 0.000135
+gallium_dri.so malloc 72 0x55717358c6b0 0.000136
+gallium_dri.so free 0x55717358c800 void 0.000133
+gallium_dri.so free 0x55717358c6b0 void 0.000133
+gallium_dri.so malloc 72 0x55717358c800 0.000134
+gallium_dri.so free 0x55717358c8c0 void 0.000133
+gallium_dri.so free 0x55717358c800 void 0.000134
+gallium_dri.so malloc 72 0x55717358c800 0.000134
+gallium_dri.so free 0x55717358c9c0 void 0.000134
+gallium_dri.so free 0x55717358c800 void 0.000139
+gallium_dri.so malloc 72 0x55717358c970 0.000137
+gallium_dri.so free 0x557173609e80 void 0.000137
+gallium_dri.so free 0x55717358c970 void 0.000134
+gallium_dri.so malloc 72 0x557173609eb0 0.000135
+gallium_dri.so free 0x557173609f00 void 0.000136
+gallium_dri.so free 0x557173609eb0 void 0.000135
+gallium_dri.so malloc 72 0x557173609eb0 0.000136
+gallium_dri.so free 0x55717360a000 void 0.000136
+gallium_dri.so free 0x557173609eb0 void 0.000136
+gallium_dri.so malloc 72 0x557173609fb0 0.000135
+gallium_dri.so free 0x55717358ca00 void 0.000134
+gallium_dri.so free 0x557173609fb0 void 0.000134
+gallium_dri.so malloc 72 0x557173609fb0 0.000148
+gallium_dri.so free 0x55717360a0c0 void 0.000136
+gallium_dri.so free 0x557173609fb0 void 0.000136
+gallium_dri.so malloc 72 0x55717360a070 0.000133
+gallium_dri.so free 0x55717360a140 void 0.000136
+gallium_dri.so free 0x55717360a070 void 0.000133
+gallium_dri.so malloc 72 0x55717360a070 0.000134
+gallium_dri.so free 0x55717360a240 void 0.000135
+gallium_dri.so free 0x55717360a070 void 0.000135
+gallium_dri.so malloc 72 0x55717360a1f0 0.000134
+gallium_dri.so free 0x557173601d40 void 0.000135
+gallium_dri.so free 0x55717360a1f0 void 0.000134
+gallium_dri.so malloc 72 0x557173601d90 0.000134
+gallium_dri.so free 0x557173601e00 void 0.000135
+gallium_dri.so free 0x557173601d90 void 0.000135
+gallium_dri.so malloc 72 0x557173601e20 0.000135
+gallium_dri.so free 0x557173601ec0 void 0.000189
+gallium_dri.so free 0x557173601e20 void 0.000135
+gallium_dri.so malloc 72 0x557173601e70 0.000133
+gallium_dri.so free 0x557173601f40 void 0.000136
+gallium_dri.so free 0x557173601e70 void 0.000139
+gallium_dri.so malloc 72 0x557173601e70 0.000124
+gallium_dri.so free 0x557173601fc0 void 0.000115
+gallium_dri.so free 0x557173601e70 void 0.000126
+gallium_dri.so malloc 72 0x557173601fc0 0.000114
+gallium_dri.so free 0x557173602080 void 0.000114
+gallium_dri.so free 0x557173601fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173601fc0 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000112
+gallium_dri.so free 0x557173601fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a20 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000114
+gallium_dri.so free 0x5571735d0b40 void 0.000114
+gallium_dri.so free 0x5571735d0a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000112
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so free 0x5571735d0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000112
+gallium_dri.so free 0x5571735d0c80 void 0.000112
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000115
+gallium_dri.so free 0x5571735d0d40 void 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000112
+gallium_dri.so free 0x5571735d5580 void 0.000111
+gallium_dri.so free 0x5571735d0bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55d0 0.000115
+gallium_dri.so free 0x5571735d5640 void 0.000115
+gallium_dri.so free 0x5571735d55d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5680 0.000127
+gallium_dri.so free 0x5571735d5700 void 0.000116
+gallium_dri.so free 0x5571735d5680 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5700 0.000116
+gallium_dri.so free 0x5571735d57c0 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5700 0.000113
+gallium_dri.so free 0x5571735d0e00 void 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0db0 0.000114
+gallium_dri.so free 0x5571735d5840 void 0.000114
+gallium_dri.so free 0x5571735d0db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5880 0.000115
+gallium_dri.so free 0x5571735d5900 void 0.000115
+gallium_dri.so free 0x5571735d5880 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5900 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000116
+gallium_dri.so free 0x5571735d5900 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3000 0.000114
+gallium_dri.so free 0x5571735d3080 void 0.000116
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000114
+gallium_dri.so free 0x5571735d3100 void 0.000115
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3180 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000124
+gallium_dri.so free 0x5571735d3280 void 0.000117
+gallium_dri.so free 0x5571735d3130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3230 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000149
+gallium_dri.so malloc 72 0x5571735d32f0 0.000118
+gallium_dri.so free 0x557173604300 void 0.000114
+gallium_dri.so free 0x5571735d32f0 void 0.000114
+gallium_dri.so malloc 72 0x557173604330 0.000114
+gallium_dri.so free 0x557173604380 void 0.000114
+gallium_dri.so free 0x557173604330 void 0.000114
+gallium_dri.so malloc 72 0x557173604330 0.000114
+gallium_dri.so free 0x557173604480 void 0.000117
+gallium_dri.so free 0x557173604330 void 0.000118
+gallium_dri.so malloc 72 0x5571736044c0 0.000114
+gallium_dri.so free 0x557173604540 void 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so malloc 72 0x557173604540 0.000114
+gallium_dri.so free 0x5571735d3380 void 0.000114
+gallium_dri.so free 0x557173604540 void 0.000115
+gallium_dri.so malloc 72 0x557173604540 0.000116
+gallium_dri.so free 0x557173604600 void 0.000114
+gallium_dri.so free 0x557173604540 void 0.000113
+gallium_dri.so malloc 72 0x557173604540 0.000114
+gallium_dri.so free 0x5571736046c0 void 0.000117
+gallium_dri.so free 0x557173604540 void 0.000114
+gallium_dri.so malloc 72 0x557173604670 0.000137
+gallium_dri.so free 0x55717358a080 void 0.000127
+gallium_dri.so free 0x557173604670 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0d0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000114
+gallium_dri.so free 0x55717358a0d0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1a0 0.000115
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so free 0x55717358a1a0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1f0 0.000113
+gallium_dri.so free 0x55717358a280 void 0.000114
+gallium_dri.so free 0x55717358a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1f0 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000119
+gallium_dri.so free 0x55717358a1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a380 0.000114
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a380 void 0.000117
+gallium_dri.so malloc 72 0x55717358a400 0.000115
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x55717358a400 void 0.000115
+gallium_dri.so malloc 72 0x557173467de0 0.000115
+gallium_dri.so free 0x557173467e80 void 0.000115
+gallium_dri.so free 0x557173467de0 void 0.000115
+gallium_dri.so malloc 72 0x557173467e30 0.000114
+gallium_dri.so free 0x557173467f00 void 0.000123
+gallium_dri.so free 0x557173467e30 void 0.000115
+gallium_dri.so malloc 72 0x557173467f00 0.000122
+gallium_dri.so free 0x557173467fc0 void 0.000118
+gallium_dri.so free 0x557173467f00 void 0.000116
+gallium_dri.so malloc 72 0x557173467f00 0.000114
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so free 0x557173467f00 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000114
+gallium_dri.so free 0x557173468100 void 0.000115
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000115
+gallium_dri.so free 0x557173463240 void 0.000115
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734632c0 void 0.000114
+gallium_dri.so free 0x557173463270 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000116
+gallium_dri.so free 0x557173463270 void 0.000115
+gallium_dri.so malloc 72 0x557173463370 0.000115
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so free 0x557173463370 void 0.000123
+gallium_dri.so malloc 72 0x557173463430 0.000115
+gallium_dri.so free 0x557173463500 void 0.000114
+gallium_dri.so free 0x557173463430 void 0.000113
+gallium_dri.so malloc 72 0x557173463520 0.000116
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463520 void 0.000115
+gallium_dri.so malloc 72 0x557173463570 0.000113
+gallium_dri.so free 0x557173461080 void 0.000158
+gallium_dri.so free 0x557173463570 void 0.000153
+gallium_dri.so malloc 72 0x5571734610c0 0.000152
+gallium_dri.so free 0x557173461140 void 0.000152
+gallium_dri.so free 0x5571734610c0 void 0.000153
+gallium_dri.so malloc 72 0x557173461140 0.000152
+gallium_dri.so free 0x557173461200 void 0.000149
+gallium_dri.so free 0x557173461140 void 0.000151
+gallium_dri.so malloc 72 0x557173461140 0.000152
+gallium_dri.so free 0x557173461280 void 0.000152
+gallium_dri.so free 0x557173461140 void 0.000151
+gallium_dri.so malloc 72 0x5571734612b0 0.000153
+gallium_dri.so free 0x557173461300 void 0.000154
+gallium_dri.so free 0x5571734612b0 void 0.000157
+gallium_dri.so malloc 72 0x5571734612b0 0.000124
+gallium_dri.so free 0x557173461400 void 0.000114
+gallium_dri.so free 0x5571734612b0 void 0.000115
+gallium_dri.so malloc 72 0x557173461440 0.000111
+gallium_dri.so free 0x5571735e3300 void 0.000112
+gallium_dri.so free 0x557173461440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3350 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000114
+gallium_dri.so free 0x5571735e3350 void 0.000114
+gallium_dri.so malloc 72 0x5571735e33e0 0.000143
+gallium_dri.so free 0x5571735e3480 void 0.000117
+gallium_dri.so free 0x5571735e33e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3430 0.000116
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so free 0x5571735e3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3430 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so free 0x5571735e3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000116
+gallium_dri.so free 0x5571735e3580 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3580 0.000114
+gallium_dri.so free 0x5571735def40 void 0.000116
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735def60 0.000114
+gallium_dri.so free 0x5571735df000 void 0.000116
+gallium_dri.so free 0x5571735def60 void 0.000116
+gallium_dri.so malloc 72 0x5571735defb0 0.000114
+gallium_dri.so free 0x5571735df080 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000115
+gallium_dri.so free 0x5571735defb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df100 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000116
+gallium_dri.so free 0x5571735df280 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc210 0.000118
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so free 0x5571735dc210 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2c0 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000116
+gallium_dri.so free 0x5571735dc2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc340 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc340 0.000115
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735dc340 void 0.000115
+gallium_dri.so malloc 72 0x5571735df2f0 0.000114
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735df2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000116
+gallium_dri.so free 0x5571735dc4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc540 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000116
+gallium_dri.so free 0x5571735dc540 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000126
+gallium_dri.so free 0x5571735fdc40 void 0.000115
+gallium_dri.so free 0x5571735fdbc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000112
+gallium_dri.so free 0x5571735fdd40 void 0.000121
+gallium_dri.so free 0x5571735fdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000114
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fdcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fddf0 0.000113
+gallium_dri.so free 0x5571735fdf00 void 0.000113
+gallium_dri.so free 0x5571735fddf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000121
+gallium_dri.so free 0x557173600140 void 0.000120
+gallium_dri.so free 0x5571735fdeb0 void 0.000120
+gallium_dri.so malloc 72 0x557173600170 0.000122
+gallium_dri.so free 0x5571736001c0 void 0.000121
+gallium_dri.so free 0x557173600170 void 0.000143
+gallium_dri.so malloc 72 0x557173600170 0.000122
+gallium_dri.so free 0x5571736002c0 void 0.000122
+gallium_dri.so free 0x557173600170 void 0.000120
+gallium_dri.so malloc 72 0x557173600300 0.000120
+gallium_dri.so free 0x557173600380 void 0.000121
+gallium_dri.so free 0x557173600300 void 0.000166
+gallium_dri.so malloc 72 0x557173600380 0.000124
+gallium_dri.so free 0x5571735fdf40 void 0.000122
+gallium_dri.so free 0x557173600380 void 0.000120
+gallium_dri.so malloc 72 0x557173600380 0.000121
+gallium_dri.so free 0x557173600440 void 0.000121
+gallium_dri.so free 0x557173600380 void 0.000120
+gallium_dri.so malloc 72 0x557173600380 0.000120
+gallium_dri.so free 0x557173600500 void 0.000121
+gallium_dri.so free 0x557173600380 void 0.000121
+gallium_dri.so malloc 72 0x5571736004b0 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000120
+gallium_dri.so free 0x5571736004b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d550 0.000121
+gallium_dri.so free 0x55717360d5c0 void 0.000120
+gallium_dri.so free 0x55717360d550 void 0.000121
+gallium_dri.so malloc 72 0x55717360d620 0.000122
+gallium_dri.so free 0x55717360d6c0 void 0.000121
+gallium_dri.so free 0x55717360d620 void 0.000121
+gallium_dri.so malloc 72 0x55717360d670 0.000134
+gallium_dri.so free 0x55717360d700 void 0.000123
+gallium_dri.so free 0x55717360d670 void 0.000121
+gallium_dri.so malloc 72 0x55717360d670 0.000121
+gallium_dri.so free 0x55717360d7c0 void 0.000121
+gallium_dri.so free 0x55717360d670 void 0.000121
+gallium_dri.so malloc 72 0x55717360d800 0.000121
+gallium_dri.so free 0x55717360d880 void 0.000122
+gallium_dri.so free 0x55717360d800 void 0.000120
+gallium_dri.so malloc 72 0x55717360d880 0.000123
+gallium_dri.so free 0x5571735c1e00 void 0.000120
+gallium_dri.so free 0x55717360d880 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e20 0.000120
+gallium_dri.so free 0x5571735c1ec0 void 0.000121
+gallium_dri.so free 0x5571735c1e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e70 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000122
+gallium_dri.so free 0x5571735c1e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1f40 0.000121
+gallium_dri.so free 0x5571735c2000 void 0.000122
+gallium_dri.so free 0x5571735c1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f40 0.000122
+gallium_dri.so free 0x5571735c2080 void 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2080 0.000120
+gallium_dri.so free 0x5571735c2140 void 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2080 0.000120
+gallium_dri.so free 0x5571735c43c0 void 0.000122
+gallium_dri.so free 0x5571735c2080 void 0.000126
+gallium_dri.so malloc 72 0x5571735c43f0 0.000122
+gallium_dri.so free 0x5571735c4440 void 0.000120
+gallium_dri.so free 0x5571735c43f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c43f0 0.000123
+gallium_dri.so free 0x5571735c4540 void 0.000121
+gallium_dri.so free 0x5571735c43f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c44f0 0.000121
+gallium_dri.so free 0x5571735c4600 void 0.000121
+gallium_dri.so free 0x5571735c44f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c45b0 0.000121
+gallium_dri.so free 0x5571735c4680 void 0.000122
+gallium_dri.so free 0x5571735c45b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c46a0 0.000121
+gallium_dri.so free 0x5571735c4740 void 0.000122
+gallium_dri.so free 0x5571735c46a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c46f0 0.000121
+gallium_dri.so free 0x557173469f80 void 0.000121
+gallium_dri.so free 0x5571735c46f0 void 0.000121
+gallium_dri.so malloc 72 0x557173469fc0 0.000120
+gallium_dri.so free 0x55717346a040 void 0.000122
+gallium_dri.so free 0x557173469fc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a040 0.000123
+gallium_dri.so free 0x55717346a100 void 0.000122
+gallium_dri.so free 0x55717346a040 void 0.000119
+gallium_dri.so malloc 72 0x55717346a040 0.000119
+gallium_dri.so free 0x55717346a180 void 0.000121
+gallium_dri.so free 0x55717346a040 void 0.000121
+gallium_dri.so malloc 72 0x55717346a1b0 0.000121
+gallium_dri.so free 0x55717346a200 void 0.000129
+gallium_dri.so free 0x55717346a1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a1b0 0.000119
+gallium_dri.so free 0x55717346a300 void 0.000119
+gallium_dri.so free 0x55717346a1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a340 0.000137
+gallium_dri.so free 0x55717346c540 void 0.000121
+gallium_dri.so free 0x55717346a340 void 0.000122
+gallium_dri.so malloc 72 0x55717346c590 0.000120
+gallium_dri.so free 0x55717346c600 void 0.000120
+gallium_dri.so free 0x55717346c590 void 0.000121
+gallium_dri.so malloc 72 0x55717346c620 0.000120
+gallium_dri.so free 0x55717346c6c0 void 0.000120
+gallium_dri.so free 0x55717346c620 void 0.000121
+gallium_dri.so malloc 72 0x55717346c670 0.000119
+gallium_dri.so free 0x55717346c740 void 0.000120
+gallium_dri.so free 0x55717346c670 void 0.000125
+gallium_dri.so malloc 72 0x55717346c670 0.000120
+gallium_dri.so free 0x55717346c7c0 void 0.000122
+gallium_dri.so free 0x55717346c670 void 0.000120
+gallium_dri.so malloc 72 0x55717346c7c0 0.000121
+gallium_dri.so free 0x55717346c880 void 0.000121
+gallium_dri.so free 0x55717346c7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346c7c0 0.000120
+gallium_dri.so free 0x55717346eb00 void 0.000121
+gallium_dri.so free 0x55717346c7c0 void 0.000126
+gallium_dri.so malloc 72 0x55717346eb20 0.000122
+gallium_dri.so free 0x55717346ebc0 void 0.000120
+gallium_dri.so free 0x55717346eb20 void 0.000119
+gallium_dri.so malloc 72 0x55717346eb70 0.000120
+gallium_dri.so free 0x55717346ec40 void 0.000121
+gallium_dri.so free 0x55717346eb70 void 0.000121
+gallium_dri.so malloc 72 0x55717346eb70 0.000120
+gallium_dri.so free 0x55717346ecc0 void 0.000122
+gallium_dri.so free 0x55717346eb70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ecc0 0.000121
+gallium_dri.so free 0x55717346ed80 void 0.000120
+gallium_dri.so free 0x55717346ecc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346ecc0 0.000122
+gallium_dri.so free 0x55717346ee40 void 0.000120
+gallium_dri.so free 0x55717346ecc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346ecc0 0.000122
+gallium_dri.so free 0x5571735f6540 void 0.000120
+gallium_dri.so free 0x55717346ecc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6590 0.000120
+gallium_dri.so free 0x5571735f6600 void 0.000127
+gallium_dri.so free 0x5571735f6590 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6640 0.000120
+gallium_dri.so free 0x5571735f66c0 void 0.000120
+gallium_dri.so free 0x5571735f6640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f66c0 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000172
+gallium_dri.so free 0x5571735f66c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f66c0 0.000121
+gallium_dri.so free 0x55717346ef00 void 0.000121
+gallium_dri.so free 0x5571735f66c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346eeb0 0.000120
+gallium_dri.so free 0x5571735f6800 void 0.000121
+gallium_dri.so free 0x55717346eeb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6840 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000121
+gallium_dri.so free 0x5571735f6840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f68c0 0.000122
+gallium_dri.so free 0x5571735f8b00 void 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8b40 0.000121
+gallium_dri.so free 0x5571735f8bc0 void 0.000122
+gallium_dri.so free 0x5571735f8b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8b40 0.000119
+gallium_dri.so free 0x5571735f8c40 void 0.000140
+gallium_dri.so free 0x5571735f8b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8c70 0.000120
+gallium_dri.so free 0x5571735f8cc0 void 0.000122
+gallium_dri.so free 0x5571735f8c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c70 0.000120
+gallium_dri.so free 0x5571735f8dc0 void 0.000122
+gallium_dri.so free 0x5571735f8c70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8d70 0.000123
+gallium_dri.so free 0x5571735f8e80 void 0.000120
+gallium_dri.so free 0x5571735f8d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8e30 0.000122
+gallium_dri.so free 0x557173608e80 void 0.000123
+gallium_dri.so free 0x5571735f8e30 void 0.000121
+gallium_dri.so malloc 72 0x557173608eb0 0.000121
+gallium_dri.so free 0x557173608f00 void 0.000121
+gallium_dri.so free 0x557173608eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173608eb0 0.000121
+gallium_dri.so free 0x557173609000 void 0.000121
+gallium_dri.so free 0x557173608eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173609040 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so free 0x557173609040 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000122
+gallium_dri.so free 0x5571735f8ec0 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000120
+gallium_dri.so free 0x557173609180 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000119
+gallium_dri.so free 0x557173609240 void 0.000121
+gallium_dri.so free 0x5571736090c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736091f0 0.000121
+gallium_dri.so free 0x55717358ec00 void 0.000131
+gallium_dri.so free 0x5571736091f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358ec50 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so free 0x55717358ec50 void 0.000122
+gallium_dri.so malloc 72 0x55717358ed20 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000121
+gallium_dri.so free 0x55717358ed20 void 0.000121
+gallium_dri.so malloc 72 0x55717358ed70 0.000119
+gallium_dri.so free 0x55717358ee00 void 0.000121
+gallium_dri.so free 0x55717358ed70 void 0.000126
+gallium_dri.so malloc 72 0x55717358ed70 0.000121
+gallium_dri.so free 0x55717358eec0 void 0.000121
+gallium_dri.so free 0x55717358ed70 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef00 0.000121
+gallium_dri.so free 0x55717358ef80 void 0.000121
+gallium_dri.so free 0x55717358ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717358ef80 0.000121
+gallium_dri.so free 0x557173620140 void 0.000121
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so malloc 72 0x55717358ef80 0.000119
+gallium_dri.so free 0x5571736201c0 void 0.000120
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so malloc 72 0x5571736201f0 0.000122
+gallium_dri.so free 0x557173620240 void 0.000121
+gallium_dri.so free 0x5571736201f0 void 0.000120
+gallium_dri.so malloc 72 0x557173620240 0.000115
+gallium_dri.so free 0x557173620300 void 0.000121
+gallium_dri.so free 0x557173620240 void 0.000120
+gallium_dri.so malloc 72 0x557173620240 0.000119
+gallium_dri.so free 0x557173620400 void 0.000121
+gallium_dri.so free 0x557173620240 void 0.000144
+gallium_dri.so malloc 72 0x5571736203b0 0.000121
+gallium_dri.so free 0x5571736204c0 void 0.000121
+gallium_dri.so free 0x5571736203b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620470 0.000120
+gallium_dri.so free 0x557173620500 void 0.000123
+gallium_dri.so free 0x557173620470 void 0.000120
+gallium_dri.so malloc 72 0x557173620470 0.000120
+gallium_dri.so free 0x5571735dd780 void 0.000122
+gallium_dri.so free 0x557173620470 void 0.000120
+gallium_dri.so malloc 72 0x557173620470 0.000119
+gallium_dri.so free 0x5571735dd800 void 0.000120
+gallium_dri.so free 0x557173620470 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd800 0.000122
+gallium_dri.so free 0x5571735dd8c0 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd800 0.000121
+gallium_dri.so free 0x5571735dd9c0 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd970 0.000122
+gallium_dri.so free 0x5571735dda00 void 0.000131
+gallium_dri.so free 0x5571735dd970 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd970 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dd970 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb00 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000123
+gallium_dri.so free 0x5571735ddb00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb80 0.000122
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb80 0.000119
+gallium_dri.so free 0x5571735fcc00 void 0.000122
+gallium_dri.so free 0x5571735ddb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcc30 0.000120
+gallium_dri.so free 0x5571735fcc80 void 0.000121
+gallium_dri.so free 0x5571735fcc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcc30 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000121
+gallium_dri.so free 0x5571735fcc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000119
+gallium_dri.so free 0x5571735fce40 void 0.000121
+gallium_dri.so free 0x5571735fcdc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fce40 0.000120
+gallium_dri.so free 0x5571735fcf00 void 0.000121
+gallium_dri.so free 0x5571735fce40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fce40 0.000128
+gallium_dri.so free 0x5571735fcf80 void 0.000122
+gallium_dri.so free 0x5571735fce40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000120
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735fcfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000119
+gallium_dri.so free 0x5571735ff1c0 void 0.000121
+gallium_dri.so free 0x5571735fcfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000121
+gallium_dri.so free 0x5571735ff280 void 0.000120
+gallium_dri.so free 0x5571735ff1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000120
+gallium_dri.so free 0x5571735ff380 void 0.000121
+gallium_dri.so free 0x5571735ff1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000120
+gallium_dri.so free 0x5571735ff400 void 0.000120
+gallium_dri.so free 0x5571735ff1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff430 0.000146
+gallium_dri.so free 0x5571735ff480 void 0.000122
+gallium_dri.so free 0x5571735ff430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff430 0.000119
+gallium_dri.so free 0x5571735ff580 void 0.000120
+gallium_dri.so free 0x5571735ff430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff530 0.000120
+gallium_dri.so free 0x55717360eac0 void 0.000170
+gallium_dri.so free 0x5571735ff530 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff530 0.000121
+gallium_dri.so free 0x55717360eb40 void 0.000120
+gallium_dri.so free 0x5571735ff530 void 0.000120
+gallium_dri.so malloc 72 0x55717360eb70 0.000120
+gallium_dri.so free 0x55717360ebc0 void 0.000120
+gallium_dri.so free 0x55717360eb70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ebc0 0.000120
+gallium_dri.so free 0x55717360ec80 void 0.000122
+gallium_dri.so free 0x55717360ebc0 void 0.000122
+gallium_dri.so malloc 72 0x55717360ebc0 0.000120
+gallium_dri.so free 0x55717360ed80 void 0.000121
+gallium_dri.so free 0x55717360ebc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360ed30 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000121
+gallium_dri.so free 0x55717360ed30 void 0.000119
+gallium_dri.so malloc 72 0x55717360edf0 0.000120
+gallium_dri.so free 0x55717360ee80 void 0.000120
+gallium_dri.so free 0x55717360edf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360edf0 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000121
+gallium_dri.so free 0x55717360edf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360edf0 0.000120
+gallium_dri.so free 0x5571735c3440 void 0.000121
+gallium_dri.so free 0x55717360edf0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c3440 0.000124
+gallium_dri.so free 0x5571735c3500 void 0.000121
+gallium_dri.so free 0x5571735c3440 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3440 0.000121
+gallium_dri.so free 0x5571735c3600 void 0.000120
+gallium_dri.so free 0x5571735c3440 void 0.000120
+gallium_dri.so malloc 72 0x5571735c35b0 0.000120
+gallium_dri.so free 0x5571735c3640 void 0.000121
+gallium_dri.so free 0x5571735c35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c35b0 0.000121
+gallium_dri.so free 0x5571735c3700 void 0.000120
+gallium_dri.so free 0x5571735c35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3740 0.000120
+gallium_dri.so free 0x5571735c37c0 void 0.000122
+gallium_dri.so free 0x5571735c3740 void 0.000120
+gallium_dri.so malloc 72 0x5571735c37c0 0.000120
+gallium_dri.so free 0x55717346b540 void 0.000126
+gallium_dri.so free 0x5571735c37c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c37c0 0.000120
+gallium_dri.so free 0x55717346b5c0 void 0.000120
+gallium_dri.so free 0x5571735c37c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b5f0 0.000121
+gallium_dri.so free 0x55717346b640 void 0.000120
+gallium_dri.so free 0x55717346b5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b5f0 0.000120
+gallium_dri.so free 0x55717346b740 void 0.000131
+gallium_dri.so free 0x55717346b5f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b780 0.000120
+gallium_dri.so free 0x55717346b800 void 0.000122
+gallium_dri.so free 0x55717346b780 void 0.000120
+gallium_dri.so malloc 72 0x55717346b800 0.000120
+gallium_dri.so free 0x55717346b8c0 void 0.000151
+gallium_dri.so free 0x55717346b800 void 0.000122
+gallium_dri.so malloc 72 0x55717346b800 0.000120
+gallium_dri.so free 0x55717346b940 void 0.000120
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so malloc 72 0x55717346b970 0.000120
+gallium_dri.so free 0x55717346db00 void 0.000120
+gallium_dri.so free 0x55717346b970 void 0.000120
+gallium_dri.so malloc 72 0x55717346b970 0.000120
+gallium_dri.so free 0x55717346db80 void 0.000120
+gallium_dri.so free 0x55717346b970 void 0.000120
+gallium_dri.so malloc 72 0x55717346db80 0.000124
+gallium_dri.so free 0x55717346dc40 void 0.000121
+gallium_dri.so free 0x55717346db80 void 0.000121
+gallium_dri.so malloc 72 0x55717346db80 0.000120
+gallium_dri.so free 0x55717346dd40 void 0.000121
+gallium_dri.so free 0x55717346db80 void 0.000120
+gallium_dri.so malloc 72 0x55717346db80 0.000120
+gallium_dri.so free 0x55717346ddc0 void 0.000121
+gallium_dri.so free 0x55717346db80 void 0.000121
+gallium_dri.so malloc 72 0x55717346ddf0 0.000126
+gallium_dri.so free 0x55717346de40 void 0.000120
+gallium_dri.so free 0x55717346ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ddf0 0.000120
+gallium_dri.so free 0x55717346df40 void 0.000120
+gallium_dri.so free 0x55717346ddf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346def0 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so free 0x55717346def0 void 0.000121
+gallium_dri.so malloc 72 0x55717346def0 0.000120
+gallium_dri.so free 0x5571735e0580 void 0.000120
+gallium_dri.so free 0x55717346def0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e05b0 0.000121
+gallium_dri.so free 0x5571735e0600 void 0.000121
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0600 0.000120
+gallium_dri.so free 0x5571735e06c0 void 0.000121
+gallium_dri.so free 0x5571735e0600 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0600 0.000121
+gallium_dri.so free 0x5571735e07c0 void 0.000121
+gallium_dri.so free 0x5571735e0600 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0770 0.000122
+gallium_dri.so free 0x5571735e0880 void 0.000120
+gallium_dri.so free 0x5571735e0770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0830 0.000119
+gallium_dri.so free 0x5571735e08c0 void 0.000133
+gallium_dri.so free 0x5571735e0830 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0830 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735e0830 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0830 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000119
+gallium_dri.so free 0x5571735e0830 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7b80 0.000121
+gallium_dri.so free 0x5571735f7c40 void 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b80 0.000121
+gallium_dri.so free 0x5571735f7d40 void 0.000121
+gallium_dri.so free 0x5571735f7b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000119
+gallium_dri.so free 0x5571735f7d80 void 0.000122
+gallium_dri.so free 0x5571735f7cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7cf0 0.000120
+gallium_dri.so free 0x5571735f7e40 void 0.000121
+gallium_dri.so free 0x5571735f7cf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f7e80 0.000124
+gallium_dri.so free 0x5571735f7f00 void 0.000121
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f00 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so free 0x5571735f7f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f00 0.000124
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735f7f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde30 0.000120
+gallium_dri.so free 0x5571735dde80 void 0.000120
+gallium_dri.so free 0x5571735dde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dde30 0.000120
+gallium_dri.so free 0x5571735ddf80 void 0.000121
+gallium_dri.so free 0x5571735dde30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000120
+gallium_dri.so free 0x5571735de040 void 0.000131
+gallium_dri.so free 0x5571735ddfc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de040 0.000120
+gallium_dri.so free 0x5571735de100 void 0.000121
+gallium_dri.so free 0x5571735de040 void 0.000123
+gallium_dri.so malloc 72 0x5571735de040 0.000122
+gallium_dri.so free 0x5571735de180 void 0.000122
+gallium_dri.so free 0x5571735de040 void 0.000121
+gallium_dri.so malloc 72 0x5571735de1b0 0.000120
+gallium_dri.so free 0x55717361f540 void 0.000121
+gallium_dri.so free 0x5571735de1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de1b0 0.000121
+gallium_dri.so free 0x55717361f5c0 void 0.000121
+gallium_dri.so free 0x5571735de1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f5c0 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000130
+gallium_dri.so free 0x55717361f5c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f5c0 0.000124
+gallium_dri.so free 0x55717361f780 void 0.000122
+gallium_dri.so free 0x55717361f5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f5c0 0.000121
+gallium_dri.so free 0x55717361f800 void 0.000122
+gallium_dri.so free 0x55717361f5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f830 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000122
+gallium_dri.so free 0x55717361f830 void 0.000121
+gallium_dri.so malloc 72 0x55717361f830 0.000120
+gallium_dri.so free 0x55717361f980 void 0.000120
+gallium_dri.so free 0x55717361f830 void 0.000121
+gallium_dri.so malloc 72 0x55717361f930 0.000122
+gallium_dri.so free 0x55717361fa40 void 0.000121
+gallium_dri.so free 0x55717361f930 void 0.000121
+gallium_dri.so malloc 72 0x55717361f9f0 0.000122
+gallium_dri.so free 0x55717361fa80 void 0.000121
+gallium_dri.so free 0x55717361f9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f9f0 0.000121
+gallium_dri.so free 0x55717361fb40 void 0.000121
+gallium_dri.so free 0x55717361f9f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361fb90 0.000122
+gallium_dri.so free 0x55717361fc00 void 0.000121
+gallium_dri.so free 0x55717361fb90 void 0.000121
+gallium_dri.so malloc 72 0x55717361fc40 0.000115
+gallium_dri.so free 0x55717361fcc0 void 0.000114
+gallium_dri.so free 0x55717361fc40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fcc0 0.000114
+gallium_dri.so free 0x55717361fd80 void 0.000113
+gallium_dri.so free 0x55717361fcc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fcc0 0.000111
+gallium_dri.so free 0x55717361fe00 void 0.000126
+gallium_dri.so free 0x55717361fcc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fe30 0.000113
+gallium_dri.so free 0x557173474580 void 0.000114
+gallium_dri.so free 0x55717361fe30 void 0.000112
+gallium_dri.so malloc 72 0x55717361fe30 0.000112
+gallium_dri.so free 0x557173474680 void 0.000113
+gallium_dri.so free 0x55717361fe30 void 0.000113
+gallium_dri.so malloc 72 0x557173474630 0.000113
+gallium_dri.so free 0x557173474740 void 0.000112
+gallium_dri.so free 0x557173474630 void 0.000112
+gallium_dri.so malloc 72 0x5571734746f0 0.000114
+gallium_dri.so free 0x5571734747c0 void 0.000113
+gallium_dri.so free 0x5571734746f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734747e0 0.000113
+gallium_dri.so free 0x557173474880 void 0.000112
+gallium_dri.so free 0x5571734747e0 void 0.000112
+gallium_dri.so malloc 72 0x557173474830 0.000112
+gallium_dri.so free 0x557173474900 void 0.000113
+gallium_dri.so free 0x557173474830 void 0.000113
+gallium_dri.so malloc 72 0x557173474830 0.000180
+gallium_dri.so free 0x557173474980 void 0.000123
+gallium_dri.so free 0x557173474830 void 0.000120
+gallium_dri.so malloc 72 0x557173474980 0.000120
+gallium_dri.so free 0x557173474a40 void 0.000121
+gallium_dri.so free 0x557173474980 void 0.000122
+gallium_dri.so malloc 72 0x557173474980 0.000120
+gallium_dri.so free 0x557173474b00 void 0.000121
+gallium_dri.so free 0x557173474980 void 0.000121
+gallium_dri.so malloc 72 0x557173474980 0.000121
+gallium_dri.so free 0x557173474bc0 void 0.000122
+gallium_dri.so free 0x557173474980 void 0.000121
+gallium_dri.so malloc 72 0x557173474b70 0.000121
+gallium_dri.so free 0x557173474bc0 void 0.000122
+gallium_dri.so free 0x557173474b70 void 0.000120
+gallium_dri.so malloc 72 0x557173474b70 0.000120
+gallium_dri.so free 0x557173474cc0 void 0.000120
+gallium_dri.so free 0x557173474b70 void 0.000120
+gallium_dri.so malloc 72 0x557173474c70 0.000120
+gallium_dri.so free 0x557173474d80 void 0.000121
+gallium_dri.so free 0x557173474c70 void 0.000121
+gallium_dri.so malloc 72 0x557173474d30 0.000120
+gallium_dri.so free 0x557173474dc0 void 0.000121
+gallium_dri.so free 0x557173474d30 void 0.000120
+gallium_dri.so malloc 72 0x557173474d30 0.000120
+gallium_dri.so free 0x557173474e80 void 0.000122
+gallium_dri.so free 0x557173474d30 void 0.000122
+gallium_dri.so malloc 72 0x557173474ec0 0.000120
+gallium_dri.so free 0x557173474f40 void 0.000120
+gallium_dri.so free 0x557173474ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173474f40 0.000120
+gallium_dri.so free 0x557173475000 void 0.000120
+gallium_dri.so free 0x557173474f40 void 0.000119
+gallium_dri.so malloc 72 0x557173474f40 0.000120
+gallium_dri.so free 0x5571734750c0 void 0.000121
+gallium_dri.so free 0x557173474f40 void 0.000119
+gallium_dri.so malloc 72 0x5571734750e0 0.000118
+gallium_dri.so free 0x557173475180 void 0.000121
+gallium_dri.so free 0x5571734750e0 void 0.000124
+gallium_dri.so malloc 72 0x557173475130 0.000120
+gallium_dri.so free 0x557173475200 void 0.000120
+gallium_dri.so free 0x557173475130 void 0.000263
+gallium_dri.so malloc 72 0x557173475130 0.000205
+gallium_dri.so free 0x557173475280 void 0.000147
+gallium_dri.so free 0x557173475130 void 0.000142
+gallium_dri.so malloc 72 0x557173475280 0.000141
+gallium_dri.so free 0x557173475340 void 0.000135
+gallium_dri.so free 0x557173475280 void 0.000121
+gallium_dri.so malloc 72 0x557173475280 0.000121
+gallium_dri.so free 0x557173475400 void 0.000136
+gallium_dri.so free 0x557173475280 void 0.000120
+gallium_dri.so malloc 72 0x557173475280 0.000120
+gallium_dri.so free 0x5571734754c0 void 0.000120
+gallium_dri.so free 0x557173475280 void 0.000119
+gallium_dri.so malloc 72 0x557173475470 0.000120
+gallium_dri.so free 0x557173475580 void 0.000119
+gallium_dri.so free 0x557173475470 void 0.000120
+gallium_dri.so malloc 72 0x557173475530 0.000119
+gallium_dri.so free 0x557173475600 void 0.000120
+gallium_dri.so free 0x557173475530 void 0.000119
+gallium_dri.so malloc 72 0x557173475650 0.000119
+gallium_dri.so free 0x5571734756c0 void 0.000120
+gallium_dri.so free 0x557173475650 void 0.000119
+gallium_dri.so malloc 72 0x5571734756e0 0.000119
+gallium_dri.so free 0x557173475780 void 0.000120
+gallium_dri.so free 0x5571734756e0 void 0.000120
+gallium_dri.so malloc 72 0x557173475730 0.000118
+gallium_dri.so free 0x557173475800 void 0.000119
+gallium_dri.so free 0x557173475730 void 0.000118
+gallium_dri.so malloc 72 0x557173475730 0.000121
+gallium_dri.so free 0x557173475880 void 0.000120
+gallium_dri.so free 0x557173475730 void 0.000119
+gallium_dri.so malloc 72 0x557173475880 0.000119
+gallium_dri.so free 0x557173475940 void 0.000120
+gallium_dri.so free 0x557173475880 void 0.000119
+gallium_dri.so malloc 72 0x557173475880 0.000165
+gallium_dri.so free 0x557173475a40 void 0.000163
+gallium_dri.so free 0x557173475880 void 0.000159
+gallium_dri.so malloc 72 0x5571734759f0 0.000183
+gallium_dri.so free 0x557173475a80 void 0.000163
+gallium_dri.so free 0x5571734759f0 void 0.000159
+gallium_dri.so malloc 72 0x5571734759f0 0.000160
+gallium_dri.so free 0x557173475b40 void 0.000160
+gallium_dri.so free 0x5571734759f0 void 0.000161
+gallium_dri.so malloc 72 0x557173475b80 0.000159
+gallium_dri.so free 0x557173475c00 void 0.000162
+gallium_dri.so free 0x557173475b80 void 0.000161
+gallium_dri.so malloc 72 0x557173475c00 0.000158
+gallium_dri.so free 0x557173475cc0 void 0.000160
+gallium_dri.so free 0x557173475c00 void 0.000162
+gallium_dri.so malloc 72 0x557173475c00 0.000159
+gallium_dri.so free 0x557173475d40 void 0.000163
+gallium_dri.so free 0x557173475c00 void 0.000159
+gallium_dri.so malloc 72 0x557173475d70 0.000159
+gallium_dri.so free 0x557173475dc0 void 0.000175
+gallium_dri.so free 0x557173475d70 void 0.000160
+gallium_dri.so malloc 72 0x557173475d70 0.000162
+gallium_dri.so free 0x557173475ec0 void 0.000159
+gallium_dri.so free 0x557173475d70 void 0.000160
+gallium_dri.so malloc 72 0x557173475f00 0.000220
+gallium_dri.so free 0x557173475f80 void 0.000121
+gallium_dri.so free 0x557173475f00 void 0.000121
+gallium_dri.so malloc 72 0x557173475f80 0.000119
+gallium_dri.so free 0x557173476040 void 0.000120
+gallium_dri.so free 0x557173475f80 void 0.000120
+gallium_dri.so malloc 72 0x557173475f80 0.000118
+gallium_dri.so free 0x5571734760c0 void 0.000120
+gallium_dri.so free 0x557173475f80 void 0.000119
+gallium_dri.so malloc 72 0x5571734760f0 0.000119
+gallium_dri.so free 0x557173476140 void 0.000120
+gallium_dri.so free 0x5571734760f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734760f0 0.000119
+gallium_dri.so free 0x557173476240 void 0.000119
+gallium_dri.so free 0x5571734760f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734761f0 0.000119
+gallium_dri.so free 0x557173476300 void 0.000120
+gallium_dri.so free 0x5571734761f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734762b0 0.000145
+gallium_dri.so free 0x557173476380 void 0.000122
+gallium_dri.so free 0x5571734762b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734762b0 0.000117
+gallium_dri.so free 0x557173476440 void 0.000120
+gallium_dri.so free 0x5571734762b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734762b0 0.000118
+gallium_dri.so free 0x557173476500 void 0.000119
+gallium_dri.so free 0x5571734762b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734764b0 0.000118
+gallium_dri.so free 0x557173476580 void 0.000120
+gallium_dri.so free 0x5571734764b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734765d0 0.000119
+gallium_dri.so free 0x557173476640 void 0.000119
+gallium_dri.so free 0x5571734765d0 void 0.000119
+gallium_dri.so malloc 72 0x557173476660 0.000118
+gallium_dri.so free 0x557173476700 void 0.000119
+gallium_dri.so free 0x557173476660 void 0.000118
+gallium_dri.so malloc 72 0x5571734766b0 0.000120
+gallium_dri.so free 0x557173476780 void 0.000120
+gallium_dri.so free 0x5571734766b0 void 0.000119
+gallium_dri.so malloc 72 0x557173476780 0.000119
+gallium_dri.so free 0x557173476840 void 0.000120
+gallium_dri.so free 0x557173476780 void 0.000120
+gallium_dri.so malloc 72 0x557173476780 0.000118
+gallium_dri.so free 0x5571734768c0 void 0.000120
+gallium_dri.so free 0x557173476780 void 0.000139
+gallium_dri.so malloc 72 0x5571734768c0 0.000120
+gallium_dri.so free 0x557173476980 void 0.000120
+gallium_dri.so free 0x5571734768c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734768c0 0.000119
+gallium_dri.so free 0x557173476a40 void 0.000120
+gallium_dri.so free 0x5571734768c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734768c0 0.000119
+gallium_dri.so free 0x557173476b00 void 0.000120
+gallium_dri.so free 0x5571734768c0 void 0.000118
+gallium_dri.so malloc 72 0x557173476ab0 0.000119
+gallium_dri.so free 0x557173476b80 void 0.000120
+gallium_dri.so free 0x557173476ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173476bd0 0.000119
+gallium_dri.so free 0x557173476c40 void 0.000121
+gallium_dri.so free 0x557173476bd0 void 0.000119
+gallium_dri.so malloc 72 0x557173476c80 0.000119
+gallium_dri.so free 0x557173476d00 void 0.000119
+gallium_dri.so free 0x557173476c80 void 0.000119
+gallium_dri.so malloc 72 0x557173476c80 0.000120
+gallium_dri.so free 0x557173476d80 void 0.000163
+gallium_dri.so free 0x557173476c80 void 0.000123
+gallium_dri.so malloc 72 0x557173476db0 0.000120
+gallium_dri.so free 0x557173476e00 void 0.000120
+gallium_dri.so free 0x557173476db0 void 0.000120
+gallium_dri.so malloc 72 0x557173476db0 0.000119
+gallium_dri.so free 0x557173476f00 void 0.000139
+gallium_dri.so free 0x557173476db0 void 0.000121
+gallium_dri.so malloc 72 0x557173476eb0 0.000119
+gallium_dri.so free 0x557173476fc0 void 0.000120
+gallium_dri.so free 0x557173476eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173476f70 0.000118
+gallium_dri.so free 0x557173477000 void 0.000119
+gallium_dri.so free 0x557173476f70 void 0.000119
+gallium_dri.so malloc 72 0x557173476f70 0.000118
+gallium_dri.so free 0x5571734770c0 void 0.000119
+gallium_dri.so free 0x557173476f70 void 0.000119
+gallium_dri.so malloc 72 0x557173477130 0.000119
+gallium_dri.so free 0x557173477180 void 0.000119
+gallium_dri.so free 0x557173477130 void 0.000121
+gallium_dri.so malloc 72 0x557173477130 0.000118
+gallium_dri.so free 0x557173477280 void 0.000120
+gallium_dri.so free 0x557173477130 void 0.000119
+gallium_dri.so malloc 72 0x557173477230 0.000119
+gallium_dri.so free 0x557173477340 void 0.000119
+gallium_dri.so free 0x557173477230 void 0.000118
+gallium_dri.so malloc 72 0x5571734772f0 0.000120
+gallium_dri.so free 0x557173477380 void 0.000119
+gallium_dri.so free 0x5571734772f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734772f0 0.000118
+gallium_dri.so free 0x557173477440 void 0.000119
+gallium_dri.so free 0x5571734772f0 void 0.000118
+gallium_dri.so malloc 72 0x557173477480 0.000128
+gallium_dri.so free 0x557173477500 void 0.000122
+gallium_dri.so free 0x557173477480 void 0.000120
+gallium_dri.so malloc 72 0x557173477500 0.000121
+gallium_dri.so free 0x5571734775c0 void 0.000121
+gallium_dri.so free 0x557173477500 void 0.000120
+gallium_dri.so malloc 72 0x557173477500 0.000122
+gallium_dri.so free 0x557173477680 void 0.000121
+gallium_dri.so free 0x557173477500 void 0.000121
+gallium_dri.so malloc 72 0x5571734776a0 0.000120
+gallium_dri.so free 0x557173477740 void 0.000121
+gallium_dri.so free 0x5571734776a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734776f0 0.000119
+gallium_dri.so free 0x5571734777c0 void 0.000121
+gallium_dri.so free 0x5571734776f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734776f0 0.000121
+gallium_dri.so free 0x557173477840 void 0.000122
+gallium_dri.so free 0x5571734776f0 void 0.000120
+gallium_dri.so malloc 72 0x557173477840 0.000120
+gallium_dri.so free 0x557173477900 void 0.000121
+gallium_dri.so free 0x557173477840 void 0.000120
+gallium_dri.so malloc 72 0x557173477840 0.000121
+gallium_dri.so free 0x5571734779c0 void 0.000120
+gallium_dri.so free 0x557173477840 void 0.000120
+gallium_dri.so malloc 72 0x557173477840 0.000120
+gallium_dri.so free 0x557173477a80 void 0.000137
+gallium_dri.so free 0x557173477840 void 0.000122
+gallium_dri.so malloc 72 0x557173477a30 0.000120
+gallium_dri.so free 0x557173477b40 void 0.000121
+gallium_dri.so free 0x557173477a30 void 0.000121
+gallium_dri.so malloc 72 0x557173477af0 0.000120
+gallium_dri.so free 0x557173477bc0 void 0.000120
+gallium_dri.so free 0x557173477af0 void 0.000120
+gallium_dri.so malloc 72 0x557173477c10 0.000126
+gallium_dri.so free 0x557173477c80 void 0.000122
+gallium_dri.so free 0x557173477c10 void 0.000120
+gallium_dri.so malloc 72 0x557173477ca0 0.000121
+gallium_dri.so free 0x557173477d40 void 0.000121
+gallium_dri.so free 0x557173477ca0 void 0.000120
+gallium_dri.so malloc 72 0x557173477cf0 0.000119
+gallium_dri.so free 0x557173477dc0 void 0.000120
+gallium_dri.so free 0x557173477cf0 void 0.000120
+gallium_dri.so malloc 72 0x557173477cf0 0.000121
+gallium_dri.so free 0x557173477e40 void 0.000120
+gallium_dri.so free 0x557173477cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173477e40 0.000121
+gallium_dri.so free 0x557173477f00 void 0.000120
+gallium_dri.so free 0x557173477e40 void 0.000120
+gallium_dri.so malloc 72 0x557173477e40 0.000120
+gallium_dri.so free 0x557173478000 void 0.000120
+gallium_dri.so free 0x557173477e40 void 0.000120
+gallium_dri.so malloc 72 0x557173477fb0 0.000126
+gallium_dri.so free 0x557173478040 void 0.000123
+gallium_dri.so free 0x557173477fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173477fb0 0.000121
+gallium_dri.so free 0x557173478100 void 0.000120
+gallium_dri.so free 0x557173477fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173478140 0.000120
+gallium_dri.so free 0x5571734781c0 void 0.000120
+gallium_dri.so free 0x557173478140 void 0.000119
+gallium_dri.so malloc 72 0x5571734781c0 0.000119
+gallium_dri.so free 0x557173478280 void 0.000121
+gallium_dri.so free 0x5571734781c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734781c0 0.000122
+gallium_dri.so free 0x557173478300 void 0.000121
+gallium_dri.so free 0x5571734781c0 void 0.000122
+gallium_dri.so malloc 72 0x557173478330 0.000121
+gallium_dri.so free 0x557173478380 void 0.000121
+gallium_dri.so free 0x557173478330 void 0.000121
+gallium_dri.so malloc 72 0x557173478330 0.000120
+gallium_dri.so free 0x557173478480 void 0.000120
+gallium_dri.so free 0x557173478330 void 0.000119
+gallium_dri.so malloc 72 0x5571734784c0 0.000120
+gallium_dri.so free 0x557173478540 void 0.000120
+gallium_dri.so free 0x5571734784c0 void 0.000119
+gallium_dri.so malloc 72 0x557173478540 0.000120
+gallium_dri.so free 0x557173478600 void 0.000131
+gallium_dri.so free 0x557173478540 void 0.000120
+gallium_dri.so malloc 72 0x557173478540 0.000120
+gallium_dri.so free 0x557173478680 void 0.000121
+gallium_dri.so free 0x557173478540 void 0.000120
+gallium_dri.so malloc 72 0x5571734786b0 0.000121
+gallium_dri.so free 0x557173478700 void 0.000120
+gallium_dri.so free 0x5571734786b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734786b0 0.000120
+gallium_dri.so free 0x557173478800 void 0.000120
+gallium_dri.so free 0x5571734786b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734787b0 0.000120
+gallium_dri.so free 0x5571734788c0 void 0.000121
+gallium_dri.so free 0x5571734787b0 void 0.000120
+gallium_dri.so malloc 72 0x557173478870 0.000121
+gallium_dri.so free 0x557173478940 void 0.000120
+gallium_dri.so free 0x557173478870 void 0.000121
+gallium_dri.so malloc 72 0x557173478870 0.000119
+gallium_dri.so free 0x557173478a00 void 0.000121
+gallium_dri.so free 0x557173478870 void 0.000122
+gallium_dri.so malloc 72 0x557173478870 0.000120
+gallium_dri.so free 0x557173478ac0 void 0.000124
+gallium_dri.so free 0x557173478870 void 0.000121
+gallium_dri.so malloc 72 0x557173478a70 0.000120
+gallium_dri.so free 0x557173478b40 void 0.000120
+gallium_dri.so free 0x557173478a70 void 0.000131
+gallium_dri.so malloc 72 0x557173478b90 0.000116
+gallium_dri.so free 0x557173478c00 void 0.000115
+gallium_dri.so free 0x557173478b90 void 0.000116
+gallium_dri.so malloc 72 0x557173478c20 0.000115
+gallium_dri.so free 0x557173478cc0 void 0.000115
+gallium_dri.so free 0x557173478c20 void 0.000114
+gallium_dri.so malloc 72 0x557173478c70 0.000116
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so free 0x557173478c70 void 0.000115
+gallium_dri.so malloc 72 0x557173478d40 0.000114
+gallium_dri.so free 0x557173478e00 void 0.000114
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so malloc 72 0x557173478d40 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000115
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so malloc 72 0x557173478e80 0.000114
+gallium_dri.so free 0x557173478f40 void 0.000115
+gallium_dri.so free 0x557173478e80 void 0.000114
+gallium_dri.so malloc 72 0x557173478e80 0.000114
+gallium_dri.so free 0x557173479000 void 0.000117
+gallium_dri.so free 0x557173478e80 void 0.000115
+gallium_dri.so malloc 72 0x557173478e80 0.000115
+gallium_dri.so free 0x557173619f80 void 0.000116
+gallium_dri.so free 0x557173478e80 void 0.000115
+gallium_dri.so malloc 72 0x557173619fc0 0.000115
+gallium_dri.so free 0x55717361a040 void 0.000115
+gallium_dri.so free 0x557173619fc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a040 0.000176
+gallium_dri.so free 0x55717361a100 void 0.000122
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000120
+gallium_dri.so free 0x55717361a180 void 0.000121
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so malloc 72 0x55717361a040 0.000121
+gallium_dri.so free 0x55717361a240 void 0.000123
+gallium_dri.so free 0x55717361a040 void 0.000122
+gallium_dri.so malloc 72 0x55717361a040 0.000121
+gallium_dri.so free 0x55717361a300 void 0.000123
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so malloc 72 0x55717361a2b0 0.000122
+gallium_dri.so free 0x55717361a380 void 0.000120
+gallium_dri.so free 0x55717361a2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a3d0 0.000120
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so free 0x55717361a3d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a460 0.000121
+gallium_dri.so free 0x55717361a500 void 0.000121
+gallium_dri.so free 0x55717361a460 void 0.000121
+gallium_dri.so malloc 72 0x55717361a4b0 0.000120
+gallium_dri.so free 0x55717361a580 void 0.000121
+gallium_dri.so free 0x55717361a4b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a4b0 0.000121
+gallium_dri.so free 0x55717361a680 void 0.000132
+gallium_dri.so free 0x55717361a4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a630 0.000122
+gallium_dri.so free 0x55717361a700 void 0.000122
+gallium_dri.so free 0x55717361a630 void 0.000122
+gallium_dri.so malloc 72 0x55717361a750 0.000121
+gallium_dri.so free 0x55717361a7c0 void 0.000121
+gallium_dri.so free 0x55717361a750 void 0.000121
+gallium_dri.so malloc 72 0x55717361a7e0 0.000171
+gallium_dri.so free 0x55717361a880 void 0.000122
+gallium_dri.so free 0x55717361a7e0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a830 0.000121
+gallium_dri.so free 0x55717361a900 void 0.000122
+gallium_dri.so free 0x55717361a830 void 0.000120
+gallium_dri.so malloc 72 0x55717361a830 0.000122
+gallium_dri.so free 0x55717361a980 void 0.000123
+gallium_dri.so free 0x55717361a830 void 0.000121
+gallium_dri.so malloc 72 0x55717361a980 0.000121
+gallium_dri.so free 0x55717361aa40 void 0.000120
+gallium_dri.so free 0x55717361a980 void 0.000120
+gallium_dri.so malloc 72 0x55717361a980 0.000120
+gallium_dri.so free 0x55717361ab40 void 0.000120
+gallium_dri.so free 0x55717361a980 void 0.000122
+gallium_dri.so malloc 72 0x55717361a980 0.000121
+gallium_dri.so free 0x55717361abc0 void 0.000121
+gallium_dri.so free 0x55717361a980 void 0.000132
+gallium_dri.so malloc 72 0x55717361abf0 0.000122
+gallium_dri.so free 0x55717361ac40 void 0.000122
+gallium_dri.so free 0x55717361abf0 void 0.000122
+gallium_dri.so malloc 72 0x55717361abf0 0.000124
+gallium_dri.so free 0x55717361ad40 void 0.000122
+gallium_dri.so free 0x55717361abf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361acf0 0.000121
+gallium_dri.so free 0x55717361ae00 void 0.000122
+gallium_dri.so free 0x55717361acf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361adb0 0.000121
+gallium_dri.so free 0x55717361ae40 void 0.000121
+gallium_dri.so free 0x55717361adb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361adb0 0.000120
+gallium_dri.so free 0x55717361af00 void 0.000122
+gallium_dri.so free 0x55717361adb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361af50 0.000121
+gallium_dri.so free 0x55717361afc0 void 0.000122
+gallium_dri.so free 0x55717361af50 void 0.000120
+gallium_dri.so malloc 72 0x55717361b000 0.000121
+gallium_dri.so free 0x55717361b080 void 0.000123
+gallium_dri.so free 0x55717361b000 void 0.000121
+gallium_dri.so malloc 72 0x55717361b080 0.000121
+gallium_dri.so free 0x55717361b140 void 0.000121
+gallium_dri.so free 0x55717361b080 void 0.000121
+gallium_dri.so malloc 72 0x55717361b080 0.000120
+gallium_dri.so free 0x55717361b1c0 void 0.000126
+gallium_dri.so free 0x55717361b080 void 0.000122
+gallium_dri.so malloc 72 0x55717361b1f0 0.000120
+gallium_dri.so free 0x55717361b240 void 0.000122
+gallium_dri.so free 0x55717361b1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b1f0 0.000120
+gallium_dri.so free 0x55717361b340 void 0.000121
+gallium_dri.so free 0x55717361b1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b2f0 0.000121
+gallium_dri.so free 0x55717361b400 void 0.000121
+gallium_dri.so free 0x55717361b2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b3b0 0.000122
+gallium_dri.so free 0x55717361b480 void 0.000122
+gallium_dri.so free 0x55717361b3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b4a0 0.000120
+gallium_dri.so free 0x55717361b540 void 0.000121
+gallium_dri.so free 0x55717361b4a0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b4f0 0.000119
+gallium_dri.so free 0x55717361b5c0 void 0.000122
+gallium_dri.so free 0x55717361b4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b4f0 0.000164
+gallium_dri.so free 0x55717361b640 void 0.000124
+gallium_dri.so free 0x55717361b4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b640 0.000121
+gallium_dri.so free 0x55717361b700 void 0.000123
+gallium_dri.so free 0x55717361b640 void 0.000130
+gallium_dri.so malloc 72 0x55717361b640 0.000121
+gallium_dri.so free 0x55717361b7c0 void 0.000121
+gallium_dri.so free 0x55717361b640 void 0.000120
+gallium_dri.so malloc 72 0x55717361b640 0.000119
+gallium_dri.so free 0x55717361b880 void 0.000121
+gallium_dri.so free 0x55717361b640 void 0.000121
+gallium_dri.so malloc 72 0x55717361b830 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000121
+gallium_dri.so free 0x55717361b830 void 0.000121
+gallium_dri.so malloc 72 0x55717361b830 0.000121
+gallium_dri.so free 0x55717361b980 void 0.000119
+gallium_dri.so free 0x55717361b830 void 0.000123
+gallium_dri.so malloc 72 0x55717361b930 0.000120
+gallium_dri.so free 0x55717361ba40 void 0.000122
+gallium_dri.so free 0x55717361b930 void 0.000121
+gallium_dri.so malloc 72 0x55717361b9f0 0.000121
+gallium_dri.so free 0x55717361ba80 void 0.000120
+gallium_dri.so free 0x55717361b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b9f0 0.000122
+gallium_dri.so free 0x55717361bb40 void 0.000121
+gallium_dri.so free 0x55717361b9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bb80 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so free 0x55717361bb80 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc00 0.000171
+gallium_dri.so free 0x55717361bcc0 void 0.000124
+gallium_dri.so free 0x55717361bc00 void 0.000122
+gallium_dri.so malloc 72 0x55717361bc00 0.000123
+gallium_dri.so free 0x55717361bd80 void 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so malloc 72 0x55717361bda0 0.000143
+gallium_dri.so free 0x55717361be40 void 0.000123
+gallium_dri.so free 0x55717361bda0 void 0.000122
+gallium_dri.so malloc 72 0x55717361bdf0 0.000121
+gallium_dri.so free 0x55717361bec0 void 0.000122
+gallium_dri.so free 0x55717361bdf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bdf0 0.000122
+gallium_dri.so free 0x55717361bf40 void 0.000122
+gallium_dri.so free 0x55717361bdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717361bf40 0.000122
+gallium_dri.so free 0x55717361c000 void 0.000123
+gallium_dri.so free 0x55717361bf40 void 0.000123
+gallium_dri.so malloc 72 0x55717361bf40 0.000122
+gallium_dri.so free 0x55717361c0c0 void 0.000122
+gallium_dri.so free 0x55717361bf40 void 0.000121
+gallium_dri.so malloc 72 0x55717361bf40 0.000121
+gallium_dri.so free 0x55717361c180 void 0.000122
+gallium_dri.so free 0x55717361bf40 void 0.000122
+gallium_dri.so malloc 72 0x55717361c130 0.000120
+gallium_dri.so free 0x55717361c240 void 0.000129
+gallium_dri.so free 0x55717361c130 void 0.000123
+gallium_dri.so malloc 72 0x55717361c1f0 0.000120
+gallium_dri.so free 0x55717361c2c0 void 0.000121
+gallium_dri.so free 0x55717361c1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c310 0.000120
+gallium_dri.so free 0x55717361c380 void 0.000120
+gallium_dri.so free 0x55717361c310 void 0.000121
+gallium_dri.so malloc 72 0x55717361c3a0 0.000120
+gallium_dri.so free 0x55717361c440 void 0.000127
+gallium_dri.so free 0x55717361c3a0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c3f0 0.000121
+gallium_dri.so free 0x55717361c4c0 void 0.000120
+gallium_dri.so free 0x55717361c3f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c3f0 0.000120
+gallium_dri.so free 0x55717361c540 void 0.000122
+gallium_dri.so free 0x55717361c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c540 0.000121
+gallium_dri.so free 0x55717361c600 void 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000120
+gallium_dri.so malloc 72 0x55717361c540 0.000121
+gallium_dri.so free 0x55717361c700 void 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000123
+gallium_dri.so malloc 72 0x55717361c6b0 0.000121
+gallium_dri.so free 0x55717361c740 void 0.000120
+gallium_dri.so free 0x55717361c6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c6b0 0.000166
+gallium_dri.so free 0x55717361c800 void 0.000121
+gallium_dri.so free 0x55717361c6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c840 0.000121
+gallium_dri.so free 0x55717361c8c0 void 0.000122
+gallium_dri.so free 0x55717361c840 void 0.000120
+gallium_dri.so malloc 72 0x55717361c8c0 0.000122
+gallium_dri.so free 0x55717361c980 void 0.000122
+gallium_dri.so free 0x55717361c8c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c8c0 0.000123
+gallium_dri.so free 0x55717361ca00 void 0.000122
+gallium_dri.so free 0x55717361c8c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ca30 0.000121
+gallium_dri.so free 0x55717361ca80 void 0.000122
+gallium_dri.so free 0x55717361ca30 void 0.000121
+gallium_dri.so malloc 72 0x55717361ca30 0.000121
+gallium_dri.so free 0x55717361cb80 void 0.000123
+gallium_dri.so free 0x55717361ca30 void 0.000123
+gallium_dri.so malloc 72 0x55717361cbc0 0.000121
+gallium_dri.so free 0x55717361cc40 void 0.000123
+gallium_dri.so free 0x55717361cbc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cc40 0.000120
+gallium_dri.so free 0x55717361cd00 void 0.000122
+gallium_dri.so free 0x55717361cc40 void 0.000122
+gallium_dri.so malloc 72 0x55717361cc40 0.000121
+gallium_dri.so free 0x55717361cd80 void 0.000129
+gallium_dri.so free 0x55717361cc40 void 0.000121
+gallium_dri.so malloc 72 0x55717361cdb0 0.000120
+gallium_dri.so free 0x55717361ce00 void 0.000120
+gallium_dri.so free 0x55717361cdb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cdb0 0.000120
+gallium_dri.so free 0x55717361cf00 void 0.000121
+gallium_dri.so free 0x55717361cdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ceb0 0.000119
+gallium_dri.so free 0x55717361cfc0 void 0.000119
+gallium_dri.so free 0x55717361ceb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361cf70 0.000120
+gallium_dri.so free 0x55717361d040 void 0.000121
+gallium_dri.so free 0x55717361cf70 void 0.000120
+gallium_dri.so malloc 72 0x55717361cf70 0.000119
+gallium_dri.so free 0x55717361d100 void 0.000119
+gallium_dri.so free 0x55717361cf70 void 0.000119
+gallium_dri.so malloc 72 0x55717361cf70 0.000118
+gallium_dri.so free 0x55717361d1c0 void 0.000119
+gallium_dri.so free 0x55717361cf70 void 0.000119
+gallium_dri.so malloc 72 0x55717361d170 0.000119
+gallium_dri.so free 0x55717361d240 void 0.000162
+gallium_dri.so free 0x55717361d170 void 0.000122
+gallium_dri.so malloc 72 0x55717361d290 0.000119
+gallium_dri.so free 0x55717361d300 void 0.000121
+gallium_dri.so free 0x55717361d290 void 0.000175
+gallium_dri.so malloc 72 0x55717361d320 0.000122
+gallium_dri.so free 0x55717361d3c0 void 0.000121
+gallium_dri.so free 0x55717361d320 void 0.000121
+gallium_dri.so malloc 72 0x55717361d370 0.000122
+gallium_dri.so free 0x55717361d440 void 0.000123
+gallium_dri.so free 0x55717361d370 void 0.000121
+gallium_dri.so malloc 72 0x55717361d440 0.000120
+gallium_dri.so free 0x55717361d500 void 0.000120
+gallium_dri.so free 0x55717361d440 void 0.000120
+gallium_dri.so malloc 72 0x55717361d440 0.000119
+gallium_dri.so free 0x55717361d580 void 0.000121
+gallium_dri.so free 0x55717361d440 void 0.000122
+gallium_dri.so malloc 72 0x55717361d580 0.000120
+gallium_dri.so free 0x55717361d640 void 0.000122
+gallium_dri.so free 0x55717361d580 void 0.000120
+gallium_dri.so malloc 72 0x55717361d580 0.000122
+gallium_dri.so free 0x55717361d700 void 0.000122
+gallium_dri.so free 0x55717361d580 void 0.000121
+gallium_dri.so malloc 72 0x55717361d580 0.000122
+gallium_dri.so free 0x55717361d7c0 void 0.000121
+gallium_dri.so free 0x55717361d580 void 0.000121
+gallium_dri.so malloc 72 0x55717361d770 0.000120
+gallium_dri.so free 0x55717361d840 void 0.000121
+gallium_dri.so free 0x55717361d770 void 0.000120
+gallium_dri.so malloc 72 0x55717361d890 0.000120
+gallium_dri.so free 0x55717361d900 void 0.000124
+gallium_dri.so free 0x55717361d890 void 0.000122
+gallium_dri.so malloc 72 0x55717361d940 0.000122
+gallium_dri.so free 0x55717361d9c0 void 0.000121
+gallium_dri.so free 0x55717361d940 void 0.000120
+gallium_dri.so malloc 72 0x55717361d940 0.000120
+gallium_dri.so free 0x55717361da40 void 0.000123
+gallium_dri.so free 0x55717361d940 void 0.000121
+gallium_dri.so malloc 72 0x55717361da70 0.000120
+gallium_dri.so free 0x55717361dac0 void 0.000121
+gallium_dri.so free 0x55717361da70 void 0.000120
+gallium_dri.so malloc 72 0x55717361da70 0.000121
+gallium_dri.so free 0x55717361dbc0 void 0.000121
+gallium_dri.so free 0x55717361da70 void 0.000121
+gallium_dri.so malloc 72 0x55717361db70 0.000121
+gallium_dri.so free 0x55717361dc80 void 0.000120
+gallium_dri.so free 0x55717361db70 void 0.000121
+gallium_dri.so malloc 72 0x55717361dc30 0.000122
+gallium_dri.so free 0x55717361dcc0 void 0.000121
+gallium_dri.so free 0x55717361dc30 void 0.000120
+gallium_dri.so malloc 72 0x55717361dc30 0.000121
+gallium_dri.so free 0x55717361dd80 void 0.000121
+gallium_dri.so free 0x55717361dc30 void 0.000122
+gallium_dri.so malloc 72 0x55717361ddf0 0.000120
+gallium_dri.so free 0x55717361de40 void 0.000121
+gallium_dri.so free 0x55717361ddf0 void 0.000128
+gallium_dri.so malloc 72 0x55717361ddf0 0.000122
+gallium_dri.so free 0x55717361df40 void 0.000121
+gallium_dri.so free 0x55717361ddf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361def0 0.000120
+gallium_dri.so free 0x55717361e000 void 0.000121
+gallium_dri.so free 0x55717361def0 void 0.000120
+gallium_dri.so malloc 72 0x55717361dfb0 0.000120
+gallium_dri.so free 0x55717361e040 void 0.000123
+gallium_dri.so free 0x55717361dfb0 void 0.000174
+gallium_dri.so malloc 72 0x55717361dfb0 0.000124
+gallium_dri.so free 0x55717361e100 void 0.000122
+gallium_dri.so free 0x55717361dfb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e140 0.000121
+gallium_dri.so free 0x55717361e1c0 void 0.000121
+gallium_dri.so free 0x55717361e140 void 0.000120
+gallium_dri.so malloc 72 0x55717361e1c0 0.000120
+gallium_dri.so free 0x55717361e280 void 0.000122
+gallium_dri.so free 0x55717361e1c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361e1c0 0.000121
+gallium_dri.so free 0x55717361e340 void 0.000122
+gallium_dri.so free 0x55717361e1c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e360 0.000121
+gallium_dri.so free 0x55717361e400 void 0.000122
+gallium_dri.so free 0x55717361e360 void 0.000121
+gallium_dri.so malloc 72 0x55717361e3b0 0.000169
+gallium_dri.so free 0x55717361e480 void 0.000124
+gallium_dri.so free 0x55717361e3b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e3b0 0.000122
+gallium_dri.so free 0x55717361e500 void 0.000120
+gallium_dri.so free 0x55717361e3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e500 0.000121
+gallium_dri.so free 0x55717361e5c0 void 0.000121
+gallium_dri.so free 0x55717361e500 void 0.000121
+gallium_dri.so malloc 72 0x55717361e500 0.000120
+gallium_dri.so free 0x55717361e680 void 0.000121
+gallium_dri.so free 0x55717361e500 void 0.000120
+gallium_dri.so malloc 72 0x55717361e500 0.000120
+gallium_dri.so free 0x55717361e740 void 0.000121
+gallium_dri.so free 0x55717361e500 void 0.000120
+gallium_dri.so malloc 72 0x55717361e6f0 0.000120
+gallium_dri.so free 0x55717361e800 void 0.000123
+gallium_dri.so free 0x55717361e6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e7b0 0.000122
+gallium_dri.so free 0x55717361e880 void 0.000121
+gallium_dri.so free 0x55717361e7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e8d0 0.000119
+gallium_dri.so free 0x55717361e940 void 0.000120
+gallium_dri.so free 0x55717361e8d0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e960 0.000121
+gallium_dri.so free 0x55717361ea00 void 0.000121
+gallium_dri.so free 0x55717361e960 void 0.000131
+gallium_dri.so malloc 72 0x55717361e9b0 0.000120
+gallium_dri.so free 0x55717361ea80 void 0.000120
+gallium_dri.so free 0x55717361e9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361e9b0 0.000121
+gallium_dri.so free 0x55717361eb00 void 0.000121
+gallium_dri.so free 0x55717361e9b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361eb00 0.000122
+gallium_dri.so free 0x55717361ebc0 void 0.000121
+gallium_dri.so free 0x55717361eb00 void 0.000121
+gallium_dri.so malloc 72 0x55717361eb00 0.000121
+gallium_dri.so free 0x55717361ecc0 void 0.000121
+gallium_dri.so free 0x55717361eb00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ec70 0.000120
+gallium_dri.so free 0x55717361ed00 void 0.000121
+gallium_dri.so free 0x55717361ec70 void 0.000121
+gallium_dri.so malloc 72 0x55717361ec70 0.000121
+gallium_dri.so free 0x55717361edc0 void 0.000121
+gallium_dri.so free 0x55717361ec70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ee00 0.000120
+gallium_dri.so free 0x55717361ee80 void 0.000121
+gallium_dri.so free 0x55717361ee00 void 0.000167
+gallium_dri.so malloc 72 0x55717361ee80 0.000124
+gallium_dri.so free 0x55717361ef40 void 0.000122
+gallium_dri.so free 0x55717361ee80 void 0.000120
+gallium_dri.so malloc 72 0x55717361ee80 0.000132
+gallium_dri.so free 0x55717361efc0 void 0.000123
+gallium_dri.so free 0x55717361ee80 void 0.000123
+gallium_dri.so malloc 72 0x55717361eff0 0.000122
+gallium_dri.so free 0x55717361f040 void 0.000120
+gallium_dri.so free 0x55717361eff0 void 0.000122
+gallium_dri.so malloc 72 0x55717361eff0 0.000120
+gallium_dri.so free 0x55717361f140 void 0.000122
+gallium_dri.so free 0x55717361eff0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f180 0.000121
+gallium_dri.so free 0x55717361f200 void 0.000123
+gallium_dri.so free 0x55717361f180 void 0.000122
+gallium_dri.so malloc 72 0x55717361f200 0.000120
+gallium_dri.so free 0x55717361f2c0 void 0.000122
+gallium_dri.so free 0x55717361f200 void 0.000121
+gallium_dri.so malloc 72 0x55717361f200 0.000121
+gallium_dri.so free 0x55717361f340 void 0.000120
+gallium_dri.so free 0x55717361f200 void 0.000121
+gallium_dri.so malloc 72 0x55717361f370 0.000123
+gallium_dri.so free 0x55717361f3c0 void 0.000121
+gallium_dri.so free 0x55717361f370 void 0.000121
+gallium_dri.so malloc 72 0x55717361f370 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000120
+gallium_dri.so free 0x55717361f370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed310 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000172
+gallium_dri.so free 0x5571735ed310 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed3e0 0.000122
+gallium_dri.so free 0x5571735ed480 void 0.000121
+gallium_dri.so free 0x5571735ed3e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed430 0.000122
+gallium_dri.so free 0x5571735ed4c0 void 0.000124
+gallium_dri.so free 0x5571735ed430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed430 0.000122
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so free 0x5571735ed430 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000121
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed5c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed640 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000120
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed640 0.000120
+gallium_dri.so free 0x5571735ed780 void 0.000122
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000121
+gallium_dri.so free 0x5571735ed800 void 0.000122
+gallium_dri.so free 0x5571735ed7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed800 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed800 0.000130
+gallium_dri.so free 0x5571735ed9c0 void 0.000121
+gallium_dri.so free 0x5571735ed800 void 0.000122
+gallium_dri.so malloc 72 0x5571735ed970 0.000123
+gallium_dri.so free 0x5571735eda80 void 0.000121
+gallium_dri.so free 0x5571735ed970 void 0.000121
+gallium_dri.so malloc 72 0x5571735eda30 0.000121
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so free 0x5571735eda30 void 0.000127
+gallium_dri.so malloc 72 0x5571735eda30 0.000121
+gallium_dri.so free 0x5571735edb80 void 0.000121
+gallium_dri.so free 0x5571735eda30 void 0.000121
+gallium_dri.so malloc 72 0x5571735edbc0 0.000120
+gallium_dri.so free 0x5571735edc40 void 0.000183
+gallium_dri.so free 0x5571735edbc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735edc40 0.000137
+gallium_dri.so free 0x5571735edd00 void 0.000129
+gallium_dri.so free 0x5571735edc40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc40 0.000123
+gallium_dri.so free 0x5571735edd80 void 0.000127
+gallium_dri.so free 0x5571735edc40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc40 0.000121
+gallium_dri.so free 0x5571735ede40 void 0.000123
+gallium_dri.so free 0x5571735edc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735edc40 0.000134
+gallium_dri.so free 0x5571735edf00 void 0.000122
+gallium_dri.so free 0x5571735edc40 void 0.000123
+gallium_dri.so malloc 72 0x5571735edeb0 0.000121
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735edeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735edfd0 0.000121
+gallium_dri.so free 0x5571735ee040 void 0.000122
+gallium_dri.so free 0x5571735edfd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee060 0.000124
+gallium_dri.so free 0x5571735ee100 void 0.000123
+gallium_dri.so free 0x5571735ee060 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000122
+gallium_dri.so free 0x5571735ee180 void 0.000122
+gallium_dri.so free 0x5571735ee0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000123
+gallium_dri.so free 0x5571735ee280 void 0.000122
+gallium_dri.so free 0x5571735ee0b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee230 0.000121
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so free 0x5571735ee230 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee350 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000123
+gallium_dri.so free 0x5571735ee350 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee3e0 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000172
+gallium_dri.so free 0x5571735ee3e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee430 0.000122
+gallium_dri.so free 0x5571735ee500 void 0.000122
+gallium_dri.so free 0x5571735ee430 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee430 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so free 0x5571735ee430 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee580 0.000123
+gallium_dri.so free 0x5571735ee640 void 0.000123
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee580 0.000122
+gallium_dri.so free 0x5571735ee740 void 0.000123
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee580 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000122
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000122
+gallium_dri.so free 0x5571735ee840 void 0.000122
+gallium_dri.so free 0x5571735ee7f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000121
+gallium_dri.so free 0x5571735ee940 void 0.000123
+gallium_dri.so free 0x5571735ee7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000121
+gallium_dri.so free 0x5571735eea00 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000169
+gallium_dri.so free 0x5571735eea40 void 0.000163
+gallium_dri.so free 0x5571735ee9b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000164
+gallium_dri.so free 0x5571735eeb00 void 0.000163
+gallium_dri.so free 0x5571735ee9b0 void 0.000162
+gallium_dri.so malloc 72 0x5571735eeb50 0.000165
+gallium_dri.so free 0x5571735eebc0 void 0.000164
+gallium_dri.so free 0x5571735eeb50 void 0.000174
+gallium_dri.so malloc 72 0x5571735eec00 0.000129
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so free 0x5571735eec00 void 0.000122
+gallium_dri.so malloc 72 0x5571735eec80 0.000121
+gallium_dri.so free 0x5571735eed40 void 0.000123
+gallium_dri.so free 0x5571735eec80 void 0.000123
+gallium_dri.so malloc 72 0x5571735eec80 0.000121
+gallium_dri.so free 0x5571735eedc0 void 0.000124
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so malloc 72 0x5571735eedf0 0.000121
+gallium_dri.so free 0x5571735eee40 void 0.000123
+gallium_dri.so free 0x5571735eedf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eedf0 0.000124
+gallium_dri.so free 0x5571735eef40 void 0.000139
+gallium_dri.so free 0x5571735eedf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eeef0 0.000121
+gallium_dri.so free 0x5571735ef000 void 0.000121
+gallium_dri.so free 0x5571735eeef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eefb0 0.000123
+gallium_dri.so free 0x5571735ef080 void 0.000122
+gallium_dri.so free 0x5571735eefb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000122
+gallium_dri.so free 0x5571735ef140 void 0.000122
+gallium_dri.so free 0x5571735ef0a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000122
+gallium_dri.so free 0x5571735ef1c0 void 0.000124
+gallium_dri.so free 0x5571735ef0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000122
+gallium_dri.so free 0x5571735ef240 void 0.000121
+gallium_dri.so free 0x5571735ef0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef240 0.000121
+gallium_dri.so free 0x5571735ef300 void 0.000120
+gallium_dri.so free 0x5571735ef240 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef240 0.000121
+gallium_dri.so free 0x5571735ef3c0 void 0.000123
+gallium_dri.so free 0x5571735ef240 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef240 0.000120
+gallium_dri.so free 0x5571735ef480 void 0.000122
+gallium_dri.so free 0x5571735ef240 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef430 0.000123
+gallium_dri.so free 0x5571735ef480 void 0.000122
+gallium_dri.so free 0x5571735ef430 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef430 0.000120
+gallium_dri.so free 0x5571735ef580 void 0.000121
+gallium_dri.so free 0x5571735ef430 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef530 0.000122
+gallium_dri.so free 0x5571735ef640 void 0.000122
+gallium_dri.so free 0x5571735ef530 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000123
+gallium_dri.so free 0x5571735ef680 void 0.000122
+gallium_dri.so free 0x5571735ef5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000123
+gallium_dri.so free 0x5571735ef740 void 0.000123
+gallium_dri.so free 0x5571735ef5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef780 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000123
+gallium_dri.so free 0x5571735ef780 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef800 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000121
+gallium_dri.so free 0x5571735ef800 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef800 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000145
+gallium_dri.so free 0x5571735ef800 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9a0 0.000122
+gallium_dri.so free 0x5571735efa40 void 0.000124
+gallium_dri.so free 0x5571735ef9a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000122
+gallium_dri.so free 0x5571735efac0 void 0.000122
+gallium_dri.so free 0x5571735ef9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000123
+gallium_dri.so free 0x5571735ef9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efb40 0.000122
+gallium_dri.so free 0x5571735efc00 void 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb40 0.000122
+gallium_dri.so free 0x5571735efcc0 void 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735efb40 0.000123
+gallium_dri.so free 0x5571735efd80 void 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000122
+gallium_dri.so malloc 72 0x5571735efd30 0.000121
+gallium_dri.so free 0x5571735efe40 void 0.000122
+gallium_dri.so free 0x5571735efd30 void 0.000122
+gallium_dri.so malloc 72 0x5571735efdf0 0.000122
+gallium_dri.so free 0x5571735efec0 void 0.000123
+gallium_dri.so free 0x5571735efdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff10 0.000122
+gallium_dri.so free 0x5571735eff80 void 0.000123
+gallium_dri.so free 0x5571735eff10 void 0.000169
+gallium_dri.so malloc 72 0x5571735effa0 0.000121
+gallium_dri.so free 0x5571735f0040 void 0.000123
+gallium_dri.so free 0x5571735effa0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efff0 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000121
+gallium_dri.so free 0x5571735efff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735efff0 0.000121
+gallium_dri.so free 0x5571735f0140 void 0.000122
+gallium_dri.so free 0x5571735efff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0140 0.000121
+gallium_dri.so free 0x5571735f0200 void 0.000122
+gallium_dri.so free 0x5571735f0140 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0140 0.000121
+gallium_dri.so free 0x5571735f0300 void 0.000123
+gallium_dri.so free 0x5571735f0140 void 0.000122
+gallium_dri.so malloc 72 0x5571735f02b0 0.000122
+gallium_dri.so free 0x5571735f0340 void 0.000122
+gallium_dri.so free 0x5571735f02b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f02b0 0.000121
+gallium_dri.so free 0x5571735f0400 void 0.000121
+gallium_dri.so free 0x5571735f02b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0440 0.000121
+gallium_dri.so free 0x5571735f04c0 void 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000120
+gallium_dri.so malloc 72 0x5571735f04c0 0.000133
+gallium_dri.so free 0x5571735f0580 void 0.000122
+gallium_dri.so free 0x5571735f04c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f04c0 0.000122
+gallium_dri.so free 0x5571735f0600 void 0.000123
+gallium_dri.so free 0x5571735f04c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0630 0.000121
+gallium_dri.so free 0x5571735f0680 void 0.000122
+gallium_dri.so free 0x5571735f0630 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0630 0.000121
+gallium_dri.so free 0x5571735f0780 void 0.000122
+gallium_dri.so free 0x5571735f0630 void 0.000121
+gallium_dri.so malloc 72 0x5571735f07c0 0.000122
+gallium_dri.so free 0x5571735f0840 void 0.000122
+gallium_dri.so free 0x5571735f07c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0840 0.000121
+gallium_dri.so free 0x5571735f0900 void 0.000121
+gallium_dri.so free 0x5571735f0840 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0840 0.000122
+gallium_dri.so free 0x5571735f0980 void 0.000121
+gallium_dri.so free 0x5571735f0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f09b0 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000123
+gallium_dri.so free 0x5571735f09b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f09b0 0.000123
+gallium_dri.so free 0x5571735f0b00 void 0.000121
+gallium_dri.so free 0x5571735f09b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000121
+gallium_dri.so free 0x5571735f0bc0 void 0.000123
+gallium_dri.so free 0x5571735f0ab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0b70 0.000120
+gallium_dri.so free 0x5571735f0c40 void 0.000120
+gallium_dri.so free 0x5571735f0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0b70 0.000120
+gallium_dri.so free 0x5571735f0d00 void 0.000121
+gallium_dri.so free 0x5571735f0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0b70 0.000121
+gallium_dri.so free 0x5571735f0dc0 void 0.000122
+gallium_dri.so free 0x5571735f0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0d70 0.000122
+gallium_dri.so free 0x5571735f0e40 void 0.000121
+gallium_dri.so free 0x5571735f0d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e90 0.000121
+gallium_dri.so free 0x5571735f0f00 void 0.000121
+gallium_dri.so free 0x5571735f0e90 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0f20 0.000121
+gallium_dri.so free 0x5571735f0fc0 void 0.000121
+gallium_dri.so free 0x5571735f0f20 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0f70 0.000121
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so free 0x5571735f0f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1040 0.000171
+gallium_dri.so free 0x5571735f1100 void 0.000123
+gallium_dri.so free 0x5571735f1040 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1040 0.000121
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so free 0x5571735f1040 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1180 0.000121
+gallium_dri.so free 0x5571735f1240 void 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1180 0.000120
+gallium_dri.so free 0x5571735f1300 void 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1180 0.000121
+gallium_dri.so free 0x5571735f13c0 void 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1370 0.000122
+gallium_dri.so free 0x5571735f1440 void 0.000121
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1490 0.000120
+gallium_dri.so free 0x5571735f1500 void 0.000123
+gallium_dri.so free 0x5571735f1490 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1540 0.000121
+gallium_dri.so free 0x5571735f15c0 void 0.000121
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1540 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000130
+gallium_dri.so free 0x5571735f1540 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1670 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000122
+gallium_dri.so free 0x5571735f1670 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1670 0.000121
+gallium_dri.so free 0x5571735f17c0 void 0.000121
+gallium_dri.so free 0x5571735f1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1770 0.000125
+gallium_dri.so free 0x5571735f1880 void 0.000121
+gallium_dri.so free 0x5571735f1770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1830 0.000119
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f1830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1830 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f1830 void 0.000122
+gallium_dri.so malloc 72 0x5571735f19f0 0.000121
+gallium_dri.so free 0x5571735f1a40 void 0.000121
+gallium_dri.so free 0x5571735f19f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f19f0 0.000120
+gallium_dri.so free 0x5571735f1b40 void 0.000121
+gallium_dri.so free 0x5571735f19f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1af0 0.000120
+gallium_dri.so free 0x5571735f1c00 void 0.000122
+gallium_dri.so free 0x5571735f1af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000130
+gallium_dri.so free 0x5571735f1c40 void 0.000122
+gallium_dri.so free 0x5571735f1bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000119
+gallium_dri.so free 0x5571735f1d00 void 0.000121
+gallium_dri.so free 0x5571735f1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d40 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000120
+gallium_dri.so free 0x5571735f1e80 void 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000124
+gallium_dri.so free 0x5571735f1f40 void 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f60 0.000120
+gallium_dri.so free 0x5571735f2000 void 0.000121
+gallium_dri.so free 0x5571735f1f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000121
+gallium_dri.so free 0x5571735f1fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000122
+gallium_dri.so free 0x5571735f1fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2100 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2100 0.000120
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f2340 void 0.000121
+gallium_dri.so free 0x5571735f2100 void 0.000120
+gallium_dri.so malloc 72 0x5571735f22f0 0.000121
+gallium_dri.so free 0x5571735f2400 void 0.000121
+gallium_dri.so free 0x5571735f22f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2480 void 0.000122
+gallium_dri.so free 0x5571735f23b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f24d0 0.000120
+gallium_dri.so free 0x5571735f2540 void 0.000121
+gallium_dri.so free 0x5571735f24d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2560 0.000120
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so free 0x5571735f2560 void 0.000120
+gallium_dri.so malloc 72 0x5571735f25b0 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f25b0 0.000120
+gallium_dri.so free 0x5571735f2700 void 0.000125
+gallium_dri.so free 0x5571735f25b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2700 0.000131
+gallium_dri.so free 0x5571735f27c0 void 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2700 0.000121
+gallium_dri.so free 0x5571735f28c0 void 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2870 0.000122
+gallium_dri.so free 0x5571735e37c0 void 0.000122
+gallium_dri.so free 0x5571735f2870 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2870 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x5571735f2870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2870 0.000120
+gallium_dri.so free 0x5571735eb600 void 0.000121
+gallium_dri.so free 0x5571735f2870 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000121
+gallium_dri.so free 0x5571735eb5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f87f0 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000120
+gallium_dri.so free 0x5571735f87f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed170 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f90f0 0.000120
+gallium_dri.so free 0x5571735f6440 void 0.000130
+gallium_dri.so free 0x5571735f90f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f63f0 0.000121
+gallium_dri.so free 0x55717346ab40 void 0.000120
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346aaf0 0.000189
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000120
+gallium_dri.so free 0x55717346e7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x5571735c1d00 void 0.000119
+gallium_dri.so free 0x55717346d0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000119
+gallium_dri.so free 0x55717360f9c0 void 0.000118
+gallium_dri.so free 0x5571735c1cb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f970 0.000124
+gallium_dri.so free 0x55717346f080 void 0.000119
+gallium_dri.so free 0x55717360f970 void 0.000119
+gallium_dri.so malloc 72 0x55717360f970 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000118
+gallium_dri.so free 0x55717360f970 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000118
+gallium_dri.so free 0x5571735c0140 void 0.000119
+gallium_dri.so free 0x55717346c230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c00f0 0.000126
+gallium_dri.so free 0x55717360d400 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d3b0 0.000117
+gallium_dri.so free 0x5571735dc0c0 void 0.000117
+gallium_dri.so free 0x55717360d3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000117
+gallium_dri.so free 0x5571735c4100 void 0.000118
+gallium_dri.so free 0x5571735dc070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c40b0 0.000116
+gallium_dri.so free 0x557173460f80 void 0.000117
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x557173460f30 0.000117
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x557173460f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735e31b0 0.000117
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735e31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x5571735f96c0 void 0.000118
+gallium_dri.so free 0x5571735f2e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9670 0.000119
+gallium_dri.so free 0x55717360f800 void 0.000116
+gallium_dri.so free 0x5571735f9670 void 0.000117
+gallium_dri.so malloc 72 0x55717360f7b0 0.000117
+gallium_dri.so free 0x5571735ec580 void 0.000117
+gallium_dri.so free 0x55717360f7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f70b0 0.000117
+gallium_dri.so free 0x55717346ea00 void 0.000117
+gallium_dri.so free 0x5571735f70b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e9b0 0.000117
+gallium_dri.so free 0x5571735f5800 void 0.000117
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f57b0 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000117
+gallium_dri.so free 0x5571735f57b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffe30 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000118
+gallium_dri.so free 0x5571735ffe30 void 0.000118
+gallium_dri.so malloc 72 0x55717346c3f0 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so free 0x55717346c3f0 void 0.000117
+gallium_dri.so malloc 72 0x557173469e30 0.000118
+gallium_dri.so free 0x55717346c0c0 void 0.000116
+gallium_dri.so free 0x557173469e30 void 0.000117
+gallium_dri.so malloc 72 0x55717346c070 0.000117
+gallium_dri.so free 0x5571735fd8c0 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd870 0.000117
+gallium_dri.so free 0x5571735c3f40 void 0.000117
+gallium_dri.so free 0x5571735fd870 void 0.000165
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000120
+gallium_dri.so free 0x55717346cac0 void 0.000118
+gallium_dri.so free 0x5571735c3ef0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cb30 0.000119
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x55717346cb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2970 0.000119
+gallium_dri.so free 0x557173610680 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000116
+gallium_dri.so malloc 72 0x557173610630 0.000141
+gallium_dri.so free 0x557173620e80 void 0.000120
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x557173620e30 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000118
+gallium_dri.so free 0x557173620e30 void 0.000118
+gallium_dri.so malloc 72 0x55717360f5f0 0.000119
+gallium_dri.so free 0x55717360e0c0 void 0.000118
+gallium_dri.so free 0x55717360f5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e070 0.000118
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x55717360e070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so free 0x5571735ffff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000126
+gallium_dri.so free 0x5571735ffff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x557173600d00 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000123
+gallium_dri.so malloc 72 0x557173600cb0 0.000117
+gallium_dri.so free 0x5571735fd700 void 0.000119
+gallium_dri.so free 0x557173600cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000119
+gallium_dri.so free 0x5571735dcd80 void 0.000117
+gallium_dri.so free 0x5571735fd6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcd30 0.000117
+gallium_dri.so free 0x5571735db480 void 0.000118
+gallium_dri.so free 0x5571735dcd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735db430 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x5571735db430 void 0.000117
+gallium_dri.so malloc 72 0x5571735dedf0 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000118
+gallium_dri.so free 0x5571735dedf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2570 0.000118
+gallium_dri.so free 0x557173461c40 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000116
+gallium_dri.so malloc 72 0x557173461bf0 0.000117
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so free 0x557173461bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae70 0.000117
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735fae70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f31b0 0.000116
+gallium_dri.so free 0x557173589400 void 0.000117
+gallium_dri.so free 0x5571735f31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000117
+gallium_dri.so free 0x5571735893b0 void 0.000116
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x557173605c40 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000117
+gallium_dri.so free 0x5571735d2200 void 0.000118
+gallium_dri.so free 0x557173605bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f89b0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x5571735f89b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000118
+gallium_dri.so free 0x5571735fe740 void 0.000117
+gallium_dri.so free 0x5571735c4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000118
+gallium_dri.so free 0x557173473580 void 0.000118
+gallium_dri.so free 0x5571735fe6f0 void 0.000121
+gallium_dri.so malloc 72 0x557173473530 0.000188
+gallium_dri.so free 0x5571735cfc40 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000119
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8630 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000120
+gallium_dri.so free 0x5571735f8630 void 0.000118
+gallium_dri.so malloc 72 0x557173600730 0.000117
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x557173600730 void 0.000118
+gallium_dri.so malloc 72 0x55717346e630 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000117
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f30 0.000118
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000122
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffc70 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so free 0x5571735ffc70 void 0.000127
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x557173461600 void 0.000118
+gallium_dri.so free 0x5571735fda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000117
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735fda30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfab0 0.000116
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x557173620cc0 void 0.000117
+gallium_dri.so free 0x5571735e15f0 void 0.000117
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x5571735d47c0 void 0.000117
+gallium_dri.so free 0x557173620c70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4770 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000120
+gallium_dri.so free 0x5571735d4770 void 0.000117
+gallium_dri.so malloc 72 0x55717360b770 0.000117
+gallium_dri.so free 0x557173467680 void 0.000117
+gallium_dri.so free 0x55717360b770 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4940 0.000116
+gallium_dri.so free 0x557173610040 void 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4940 0.000118
+gallium_dri.so free 0x5571735fca40 void 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x55717360e980 void 0.000121
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e930 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000119
+gallium_dri.so free 0x55717360e930 void 0.000119
+gallium_dri.so malloc 72 0x55717360e930 0.000117
+gallium_dri.so free 0x55717346d9c0 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000118
+gallium_dri.so malloc 72 0x55717346d970 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000119
+gallium_dri.so malloc 72 0x55717346a500 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000117
+gallium_dri.so free 0x55717346a500 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3230 0.000118
+gallium_dri.so free 0x557173610f40 void 0.000119
+gallium_dri.so free 0x5571735c3230 void 0.000118
+gallium_dri.so malloc 72 0x557173610ef0 0.000119
+gallium_dri.so free 0x55717346b400 void 0.000121
+gallium_dri.so free 0x557173610ef0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b3b0 0.000118
+gallium_dri.so free 0x557173609640 void 0.000167
+gallium_dri.so free 0x55717346b3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736095f0 0.000119
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ffb0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000124
+gallium_dri.so free 0x55717361ffb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f30 0.000118
+gallium_dri.so free 0x55717360da80 void 0.000119
+gallium_dri.so free 0x5571735f9f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9f30 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x5571735f9f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000119
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x5571735dc7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000118
+gallium_dri.so free 0x5571735dd640 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000128
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4c0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0370 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000117
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0370 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000117
+gallium_dri.so free 0x5571735e0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0370 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x5571735e0370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0370 0.000117
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so free 0x5571735e0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfa00 0.000129
+gallium_dri.so free 0x5571734741c0 void 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe40 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe40 0.000119
+gallium_dri.so free 0x557173469c80 void 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000119
+gallium_dri.so malloc 72 0x557173469cb0 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000119
+gallium_dri.so free 0x557173469cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173469cb0 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000135
+gallium_dri.so free 0x557173469cb0 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x5571735f61c0 void 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000164
+gallium_dri.so malloc 72 0x55717358dc00 0.000121
+gallium_dri.so free 0x5571735f6240 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6270 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x5571735f6270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6270 0.000117
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x5571735f6270 void 0.000116
+gallium_dri.so malloc 72 0x557173460d00 0.000117
+gallium_dri.so free 0x557173473f40 void 0.000117
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173460d00 0.000117
+gallium_dri.so free 0x557173473fc0 void 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173473ff0 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so free 0x557173473ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173473ff0 0.000117
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so free 0x557173473ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173473ff0 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so free 0x557173473ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a80 0.000118
+gallium_dri.so free 0x557173603300 void 0.000173
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a80 0.000119
+gallium_dri.so free 0x557173603380 void 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000118
+gallium_dri.so malloc 72 0x5571736033b0 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x5571736033b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736033b0 0.000117
+gallium_dri.so free 0x5571735f55c0 void 0.000119
+gallium_dri.so free 0x5571736033b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f55c0 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000118
+gallium_dri.so free 0x5571735f55c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55c0 0.000118
+gallium_dri.so free 0x55717358b940 void 0.000119
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55c0 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55c0 0.000117
+gallium_dri.so free 0x5571735fbc40 void 0.000119
+gallium_dri.so free 0x5571735f55c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x5571735fbbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x557173467480 void 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x557173590400 void 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734673c0 0.000118
+gallium_dri.so free 0x5571735904c0 void 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x55717360c500 void 0.000119
+gallium_dri.so free 0x557173590470 void 0.000116
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so free 0x557173590470 void 0.000115
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x55717360c580 void 0.000117
+gallium_dri.so malloc 72 0x55717360c580 0.000124
+gallium_dri.so free 0x5571735e2380 void 0.000120
+gallium_dri.so free 0x55717360c580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23b0 0.000118
+gallium_dri.so free 0x5571735db1c0 void 0.000117
+gallium_dri.so free 0x5571735e23b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e23b0 0.000119
+gallium_dri.so free 0x5571735db240 void 0.000120
+gallium_dri.so free 0x5571735e23b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db240 0.000167
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x5571735db240 void 0.000118
+gallium_dri.so malloc 72 0x5571735db240 0.000116
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so free 0x5571735db240 void 0.000117
+gallium_dri.so malloc 72 0x5571735db240 0.000116
+gallium_dri.so free 0x5571736080c0 void 0.000117
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so malloc 72 0x5571735db240 0.000116
+gallium_dri.so free 0x557173608180 void 0.000118
+gallium_dri.so free 0x5571735db240 void 0.000119
+gallium_dri.so malloc 72 0x557173608130 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so free 0x557173608130 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000118
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000120
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000118
+gallium_dri.so free 0x557173589140 void 0.000118
+gallium_dri.so free 0x5571735ec2c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735890f0 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so free 0x5571735890f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735890f0 0.000120
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so free 0x5571735890f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bac0 0.000117
+gallium_dri.so free 0x55717360b500 void 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360b4b0 0.000120
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x55717360b4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000117
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000118
+gallium_dri.so free 0x5571734648c0 void 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571734648e0 0.000118
+gallium_dri.so free 0x5571735bfe80 void 0.000118
+gallium_dri.so free 0x5571734648e0 void 0.000117
+gallium_dri.so malloc 72 0x5571734648e0 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x5571734648e0 void 0.000128
+gallium_dri.so malloc 72 0x5571734648e0 0.000111
+gallium_dri.so free 0x557173605940 void 0.000111
+gallium_dri.so free 0x5571734648e0 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000109
+gallium_dri.so free 0x55717360bd00 void 0.000110
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x55717360bcb0 0.000110
+gallium_dri.so free 0x55717360bd40 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000111
+gallium_dri.so malloc 72 0x55717360bcb0 0.000109
+gallium_dri.so free 0x5571735cfd40 void 0.000110
+gallium_dri.so free 0x55717360bcb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735cfd90 0.000110
+gallium_dri.so free 0x5571735cfe00 void 0.000111
+gallium_dri.so free 0x5571735cfd90 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfe40 0.000109
+gallium_dri.so free 0x5571735d48c0 void 0.000110
+gallium_dri.so free 0x5571735cfe40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4910 0.000112
+gallium_dri.so free 0x5571735d4980 void 0.000110
+gallium_dri.so free 0x5571735d4910 void 0.000109
+gallium_dri.so malloc 72 0x5571735d49a0 0.000111
+gallium_dri.so free 0x5571735d2300 void 0.000109
+gallium_dri.so free 0x5571735d49a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2330 0.000145
+gallium_dri.so free 0x5571735d2380 void 0.000192
+gallium_dri.so free 0x5571735d2330 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2330 0.000120
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so free 0x5571735d2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000116
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49a0 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000116
+gallium_dri.so free 0x5571735f49a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49f0 0.000115
+gallium_dri.so free 0x5571735f4ac0 void 0.000116
+gallium_dri.so free 0x5571735f49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49f0 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735f49f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0290 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0290 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0320 0.000114
+gallium_dri.so free 0x5571735c03c0 void 0.000117
+gallium_dri.so free 0x5571735c0320 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0370 0.000114
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735c0370 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb030 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000113
+gallium_dri.so free 0x5571735fb030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb030 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb750 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb750 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000115
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb830 0.000115
+gallium_dri.so free 0x5571735fb180 void 0.000114
+gallium_dri.so free 0x5571735eb830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb130 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735fb130 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1790 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1790 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1860 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735e1860 void 0.000118
+gallium_dri.so malloc 72 0x5571735e18b0 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x5571735e18b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000116
+gallium_dri.so free 0x5571735e0f00 void 0.000119
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0eb0 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000115
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000115
+gallium_dri.so free 0x557173460600 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460710 0.000114
+gallium_dri.so free 0x557173611080 void 0.000115
+gallium_dri.so free 0x557173460710 void 0.000115
+gallium_dri.so malloc 72 0x557173460710 0.000116
+gallium_dri.so free 0x557173611100 void 0.000116
+gallium_dri.so free 0x557173460710 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000117
+gallium_dri.so free 0x5571736111c0 void 0.000116
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000114
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611100 void 0.000115
+gallium_dri.so malloc 72 0x557173611100 0.000116
+gallium_dri.so free 0x557173609840 void 0.000114
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x5571736097f0 void 0.000115
+gallium_dri.so malloc 72 0x557173609910 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x557173609910 void 0.000115
+gallium_dri.so malloc 72 0x55717346ac80 0.000116
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac80 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac80 0.000117
+gallium_dri.so free 0x55717346ad80 void 0.000115
+gallium_dri.so free 0x55717346ac80 void 0.000113
+gallium_dri.so malloc 72 0x55717346adb0 0.000114
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so free 0x55717346adb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346adb0 0.000113
+gallium_dri.so free 0x557173610780 void 0.000115
+gallium_dri.so free 0x55717346adb0 void 0.000115
+gallium_dri.so malloc 72 0x5571736107d0 0.000112
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x5571736107d0 void 0.000114
+gallium_dri.so malloc 72 0x557173610860 0.000113
+gallium_dri.so free 0x557173610900 void 0.000115
+gallium_dri.so free 0x557173610860 void 0.000113
+gallium_dri.so malloc 72 0x5571736108b0 0.000123
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x5571736108b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x557173610980 void 0.000113
+gallium_dri.so free 0x5571735c2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b30 0.000115
+gallium_dri.so free 0x5571735c2b80 void 0.000115
+gallium_dri.so free 0x5571735c2b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b80 0.000114
+gallium_dri.so free 0x5571735c2c40 void 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b80 0.000115
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so free 0x5571735c2b80 void 0.000117
+gallium_dri.so malloc 72 0x55717360e1f0 0.000117
+gallium_dri.so free 0x55717360e240 void 0.000116
+gallium_dri.so free 0x55717360e1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e1f0 0.000115
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so free 0x55717360e1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2f0 0.000115
+gallium_dri.so free 0x557173461d40 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000113
+gallium_dri.so malloc 72 0x557173461da0 0.000113
+gallium_dri.so free 0x55717360e400 void 0.000114
+gallium_dri.so free 0x557173461da0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e3b0 0.000163
+gallium_dri.so free 0x557173461e40 void 0.000116
+gallium_dri.so free 0x55717360e3b0 void 0.000114
+gallium_dri.so malloc 72 0x557173461df0 0.000114
+gallium_dri.so free 0x557173461ec0 void 0.000116
+gallium_dri.so free 0x557173461df0 void 0.000115
+gallium_dri.so malloc 72 0x557173461df0 0.000113
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so free 0x557173461df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so free 0x5571735f7250 void 0.000114
+gallium_dri.so malloc 72 0x5571735f72e0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f72e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7330 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so free 0x5571735f7330 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9810 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000115
+gallium_dri.so free 0x5571735f9810 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9810 0.000115
+gallium_dri.so free 0x5571735f9880 void 0.000116
+gallium_dri.so free 0x5571735f9810 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98d0 0.000113
+gallium_dri.so free 0x5571735f9940 void 0.000114
+gallium_dri.so free 0x5571735f98d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9960 0.000126
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735f9960 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe870 0.000114
+gallium_dri.so free 0x5571735fe8c0 void 0.000118
+gallium_dri.so free 0x5571735fe870 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe870 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe970 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000116
+gallium_dri.so free 0x5571735fe970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcec0 0.000113
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so free 0x5571735dcec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99b0 0.000115
+gallium_dri.so free 0x5571735dcf40 void 0.000116
+gallium_dri.so free 0x5571735f99b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f99b0 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x5571735dcfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc50 0.000115
+gallium_dri.so free 0x5571735fea80 void 0.000116
+gallium_dri.so free 0x5571735dfc50 void 0.000116
+gallium_dri.so malloc 72 0x5571735fea30 0.000123
+gallium_dri.so free 0x5571735dd080 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000119
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dd0b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x557173600e50 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so free 0x557173600e50 void 0.000115
+gallium_dri.so malloc 72 0x557173600ee0 0.000116
+gallium_dri.so free 0x557173600f80 void 0.000115
+gallium_dri.so free 0x557173600ee0 void 0.000115
+gallium_dri.so malloc 72 0x557173600f30 0.000115
+gallium_dri.so free 0x557173601000 void 0.000115
+gallium_dri.so free 0x557173600f30 void 0.000112
+gallium_dri.so malloc 72 0x557173600f30 0.000121
+gallium_dri.so free 0x55717346d200 void 0.000124
+gallium_dri.so free 0x557173600f30 void 0.000126
+gallium_dri.so malloc 72 0x55717346d250 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d250 void 0.000191
+gallium_dri.so malloc 72 0x55717346d320 0.000124
+gallium_dri.so free 0x55717346d3c0 void 0.000123
+gallium_dri.so free 0x55717346d320 void 0.000124
+gallium_dri.so malloc 72 0x55717346d370 0.000118
+gallium_dri.so free 0x55717346f200 void 0.000114
+gallium_dri.so free 0x55717346d370 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000124
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so free 0x55717346f1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f1b0 0.000122
+gallium_dri.so free 0x55717346f300 void 0.000118
+gallium_dri.so free 0x55717346f1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f300 0.000124
+gallium_dri.so free 0x55717346f3c0 void 0.000123
+gallium_dri.so free 0x55717346f300 void 0.000125
+gallium_dri.so malloc 72 0x55717346f300 0.000123
+gallium_dri.so free 0x5571735f9b40 void 0.000122
+gallium_dri.so free 0x55717346f300 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9b70 0.000124
+gallium_dri.so free 0x5571735f9bc0 void 0.000118
+gallium_dri.so free 0x5571735f9b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000120
+gallium_dri.so free 0x5571735f9c80 void 0.000124
+gallium_dri.so free 0x5571735f9bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9bc0 0.000113
+gallium_dri.so free 0x5571735f9d80 void 0.000114
+gallium_dri.so free 0x5571735f9bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9d30 0.000117
+gallium_dri.so free 0x55717346d580 void 0.000123
+gallium_dri.so free 0x5571735f9d30 void 0.000123
+gallium_dri.so malloc 72 0x55717346d5a0 0.000178
+gallium_dri.so free 0x55717346d640 void 0.000251
+gallium_dri.so free 0x55717346d5a0 void 0.000260
+gallium_dri.so malloc 72 0x55717346d5f0 0.000223
+gallium_dri.so free 0x55717346d6c0 void 0.000123
+gallium_dri.so free 0x55717346d5f0 void 0.000165
+gallium_dri.so malloc 72 0x55717346d5f0 0.000131
+gallium_dri.so free 0x55717346d740 void 0.000130
+gallium_dri.so free 0x55717346d5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d740 0.000129
+gallium_dri.so free 0x55717346afc0 void 0.000140
+gallium_dri.so free 0x55717346d740 void 0.000131
+gallium_dri.so malloc 72 0x55717346b000 0.000129
+gallium_dri.so free 0x55717346b080 void 0.000130
+gallium_dri.so free 0x55717346b000 void 0.000130
+gallium_dri.so malloc 72 0x55717346b000 0.000130
+gallium_dri.so free 0x55717346b100 void 0.000131
+gallium_dri.so free 0x55717346b000 void 0.000124
+gallium_dri.so malloc 72 0x55717346b130 0.000151
+gallium_dri.so free 0x55717346b180 void 0.000130
+gallium_dri.so free 0x55717346b130 void 0.000126
+gallium_dri.so malloc 72 0x55717346b130 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000126
+gallium_dri.so free 0x55717346b130 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2e90 0.000123
+gallium_dri.so free 0x5571735c2f00 void 0.000126
+gallium_dri.so free 0x5571735c2e90 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2f20 0.000130
+gallium_dri.so free 0x5571735c2fc0 void 0.000129
+gallium_dri.so free 0x5571735c2f20 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f70 0.000129
+gallium_dri.so free 0x5571735c3040 void 0.000132
+gallium_dri.so free 0x5571735c2f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735c30b0 0.000129
+gallium_dri.so free 0x5571735dff80 void 0.000123
+gallium_dri.so free 0x5571735c30b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffc0 0.000127
+gallium_dri.so free 0x5571735e0040 void 0.000124
+gallium_dri.so free 0x5571735dffc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0040 0.000130
+gallium_dri.so free 0x5571735e0100 void 0.000129
+gallium_dri.so free 0x5571735e0040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0040 0.000124
+gallium_dri.so free 0x5571735e0180 void 0.000129
+gallium_dri.so free 0x5571735e0040 void 0.000129
+gallium_dri.so malloc 72 0x5571735e01b0 0.000130
+gallium_dri.so free 0x5571735f5e00 void 0.000130
+gallium_dri.so free 0x5571735e01b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5db0 0.000120
+gallium_dri.so free 0x5571735f5e80 void 0.000125
+gallium_dri.so free 0x5571735f5db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000129
+gallium_dri.so free 0x5571735f5f40 void 0.000123
+gallium_dri.so free 0x5571735f5ed0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f5fa0 0.000223
+gallium_dri.so free 0x5571735f6040 void 0.000184
+gallium_dri.so free 0x5571735f5fa0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000125
+gallium_dri.so free 0x5571735e2bc0 void 0.000130
+gallium_dri.so free 0x5571735f5ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2b70 0.000127
+gallium_dri.so free 0x5571735e2c40 void 0.000121
+gallium_dri.so free 0x5571735e2b70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2b70 0.000130
+gallium_dri.so free 0x5571735e2cc0 void 0.000130
+gallium_dri.so free 0x5571735e2b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000125
+gallium_dri.so free 0x5571735e2d80 void 0.000121
+gallium_dri.so free 0x5571735e2cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000123
+gallium_dri.so free 0x557173610b00 void 0.000120
+gallium_dri.so free 0x5571735e2cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173610b30 0.000128
+gallium_dri.so free 0x557173610b80 void 0.000129
+gallium_dri.so free 0x557173610b30 void 0.000125
+gallium_dri.so malloc 72 0x557173610b80 0.000125
+gallium_dri.so free 0x557173610c40 void 0.000183
+gallium_dri.so free 0x557173610b80 void 0.000132
+gallium_dri.so malloc 72 0x557173610b80 0.000130
+gallium_dri.so free 0x557173610d40 void 0.000130
+gallium_dri.so free 0x557173610b80 void 0.000130
+gallium_dri.so malloc 72 0x557173610cf0 0.000130
+gallium_dri.so free 0x5571735dd200 void 0.000124
+gallium_dri.so free 0x557173610cf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd220 0.000124
+gallium_dri.so free 0x5571735dd2c0 void 0.000129
+gallium_dri.so free 0x5571735dd220 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd270 0.000124
+gallium_dri.so free 0x5571735dd340 void 0.000120
+gallium_dri.so free 0x5571735dd270 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd270 0.000130
+gallium_dri.so free 0x5571735dd3c0 void 0.000130
+gallium_dri.so free 0x5571735dd270 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000128
+gallium_dri.so free 0x5571735ecb80 void 0.000129
+gallium_dri.so free 0x5571735dd3c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecb30 0.000124
+gallium_dri.so free 0x5571735ecc00 void 0.000127
+gallium_dri.so free 0x5571735ecb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735ecc20 0.000125
+gallium_dri.so free 0x5571735eccc0 void 0.000139
+gallium_dri.so free 0x5571735ecc20 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecc70 0.000125
+gallium_dri.so free 0x5571735ecd40 void 0.000124
+gallium_dri.so free 0x5571735ecc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecc70 0.000128
+gallium_dri.so free 0x5571735c16c0 void 0.000221
+gallium_dri.so free 0x5571735ecc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1670 0.000124
+gallium_dri.so free 0x5571735c1780 void 0.000123
+gallium_dri.so free 0x5571735c1670 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1730 0.000120
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so free 0x5571735c1730 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1730 0.000165
+gallium_dri.so free 0x5571735c1880 void 0.000231
+gallium_dri.so free 0x5571735c1730 void 0.000275
+gallium_dri.so malloc 72 0x5571735c1730 0.000267
+gallium_dri.so free 0x5571735de800 void 0.000200
+gallium_dri.so free 0x5571735c1730 void 0.000186
+gallium_dri.so malloc 72 0x5571735de7b0 0.000140
+gallium_dri.so free 0x5571735de880 void 0.000154
+gallium_dri.so free 0x5571735de7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de8d0 0.000120
+gallium_dri.so free 0x5571735de940 void 0.000120
+gallium_dri.so free 0x5571735de8d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de960 0.000119
+gallium_dri.so free 0x5571735dea00 void 0.000121
+gallium_dri.so free 0x5571735de960 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9b0 0.000119
+gallium_dri.so free 0x557173460940 void 0.000120
+gallium_dri.so free 0x5571735de9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734608f0 0.000118
+gallium_dri.so free 0x5571734609c0 void 0.000119
+gallium_dri.so free 0x5571734608f0 void 0.000120
+gallium_dri.so malloc 72 0x557173460a10 0.000120
+gallium_dri.so free 0x557173460a80 void 0.000119
+gallium_dri.so free 0x557173460a10 void 0.000120
+gallium_dri.so malloc 72 0x557173460ae0 0.000119
+gallium_dri.so free 0x557173460b80 void 0.000118
+gallium_dri.so free 0x557173460ae0 void 0.000117
+gallium_dri.so malloc 72 0x557173460b30 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000121
+gallium_dri.so free 0x557173460b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc630 0.000120
+gallium_dri.so free 0x5571735fc680 void 0.000119
+gallium_dri.so free 0x5571735fc630 void 0.000178
+gallium_dri.so malloc 72 0x5571735fc630 0.000120
+gallium_dri.so free 0x5571735fc780 void 0.000118
+gallium_dri.so free 0x5571735fc630 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc730 0.000117
+gallium_dri.so free 0x5571735fc840 void 0.000117
+gallium_dri.so free 0x5571735fc730 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000116
+gallium_dri.so free 0x55717360cdc0 void 0.000119
+gallium_dri.so free 0x5571735fc7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cd70 0.000118
+gallium_dri.so free 0x55717360ce40 void 0.000117
+gallium_dri.so free 0x55717360cd70 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce40 0.000117
+gallium_dri.so free 0x55717360cf00 void 0.000118
+gallium_dri.so free 0x55717360ce40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ce40 0.000118
+gallium_dri.so free 0x55717360cf80 void 0.000117
+gallium_dri.so free 0x55717360ce40 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf80 0.000116
+gallium_dri.so free 0x5571735dba80 void 0.000122
+gallium_dri.so free 0x55717360cf80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dba30 0.000119
+gallium_dri.so free 0x5571735dbac0 void 0.000119
+gallium_dri.so free 0x5571735dba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dba30 0.000118
+gallium_dri.so free 0x5571735dbb80 void 0.000135
+gallium_dri.so free 0x5571735dba30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000221
+gallium_dri.so free 0x5571735dbc40 void 0.000220
+gallium_dri.so free 0x5571735dbbc0 void 0.000238
+gallium_dri.so malloc 72 0x5571735dbc40 0.000220
+gallium_dri.so free 0x557173473b80 void 0.000223
+gallium_dri.so free 0x5571735dbc40 void 0.000199
+gallium_dri.so malloc 72 0x557173473b30 0.000195
+gallium_dri.so free 0x557173473c00 void 0.000193
+gallium_dri.so free 0x557173473b30 void 0.000121
+gallium_dri.so malloc 72 0x557173473c20 0.000126
+gallium_dri.so free 0x557173473cc0 void 0.000115
+gallium_dri.so free 0x557173473c20 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000113
+gallium_dri.so free 0x557173473d40 void 0.000115
+gallium_dri.so free 0x557173473c70 void 0.000112
+gallium_dri.so malloc 72 0x557173473c70 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x557173473c70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fec10 0.000113
+gallium_dri.so free 0x5571735fec80 void 0.000126
+gallium_dri.so free 0x5571735fec10 void 0.000116
+gallium_dri.so malloc 72 0x5571735feca0 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000113
+gallium_dri.so free 0x5571735feca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fee30 0.000113
+gallium_dri.so free 0x55717360e540 void 0.000113
+gallium_dri.so free 0x5571735fee30 void 0.000114
+gallium_dri.so malloc 72 0x55717360e580 0.000112
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so free 0x55717360e580 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000112
+gallium_dri.so free 0x55717360e6c0 void 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000119
+gallium_dri.so free 0x55717360e600 void 0.000115
+gallium_dri.so malloc 72 0x55717360e770 0.000132
+gallium_dri.so free 0x5571735f7580 void 0.000116
+gallium_dri.so free 0x55717360e770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so free 0x5571735f75c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000157
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so free 0x5571735f7640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7640 0.000110
+gallium_dri.so free 0x55717360c0c0 void 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000118
+gallium_dri.so malloc 72 0x55717360c0f0 0.000118
+gallium_dri.so free 0x55717360c140 void 0.000114
+gallium_dri.so free 0x55717360c0f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360c0f0 0.000112
+gallium_dri.so free 0x55717360c240 void 0.000112
+gallium_dri.so free 0x55717360c0f0 void 0.000214
+gallium_dri.so malloc 72 0x55717360c1f0 0.000211
+gallium_dri.so free 0x55717360c300 void 0.000315
+gallium_dri.so free 0x55717360c1f0 void 0.000198
+gallium_dri.so malloc 72 0x55717360c2b0 0.000156
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x55717360c2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358de30 0.000119
+gallium_dri.so free 0x55717358de80 void 0.000122
+gallium_dri.so free 0x55717358de30 void 0.000120
+gallium_dri.so malloc 72 0x55717358de80 0.000114
+gallium_dri.so free 0x55717358df40 void 0.000111
+gallium_dri.so free 0x55717358de80 void 0.000110
+gallium_dri.so malloc 72 0x55717358de80 0.000110
+gallium_dri.so free 0x55717358e040 void 0.000109
+gallium_dri.so free 0x55717358de80 void 0.000110
+gallium_dri.so malloc 72 0x55717358dff0 0.000110
+gallium_dri.so free 0x557173603500 void 0.000111
+gallium_dri.so free 0x55717358dff0 void 0.000110
+gallium_dri.so malloc 72 0x557173603520 0.000110
+gallium_dri.so free 0x5571736035c0 void 0.000110
+gallium_dri.so free 0x557173603520 void 0.000110
+gallium_dri.so malloc 72 0x557173603570 0.000110
+gallium_dri.so free 0x557173603640 void 0.000110
+gallium_dri.so free 0x557173603570 void 0.000114
+gallium_dri.so malloc 72 0x557173603570 0.000110
+gallium_dri.so free 0x5571736036c0 void 0.000110
+gallium_dri.so free 0x557173603570 void 0.000110
+gallium_dri.so malloc 72 0x5571736036c0 0.000109
+gallium_dri.so free 0x557173466fc0 void 0.000109
+gallium_dri.so free 0x5571736036c0 void 0.000109
+gallium_dri.so malloc 72 0x557173467000 0.000109
+gallium_dri.so free 0x557173467080 void 0.000113
+gallium_dri.so free 0x557173467000 void 0.000112
+gallium_dri.so malloc 72 0x557173467000 0.000111
+gallium_dri.so free 0x557173467100 void 0.000110
+gallium_dri.so free 0x557173467000 void 0.000110
+gallium_dri.so malloc 72 0x557173467130 0.000109
+gallium_dri.so free 0x557173467180 void 0.000129
+gallium_dri.so free 0x557173467130 void 0.000116
+gallium_dri.so malloc 72 0x557173467130 0.000114
+gallium_dri.so free 0x5571735fa9c0 void 0.000114
+gallium_dri.so free 0x557173467130 void 0.000115
+gallium_dri.so malloc 72 0x5571735faa10 0.000116
+gallium_dri.so free 0x5571735faa80 void 0.000116
+gallium_dri.so free 0x5571735faa10 void 0.000116
+gallium_dri.so malloc 72 0x5571735faaa0 0.000115
+gallium_dri.so free 0x5571735fab40 void 0.000115
+gallium_dri.so free 0x5571735faaa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735faaf0 0.000115
+gallium_dri.so free 0x5571735fabc0 void 0.000115
+gallium_dri.so free 0x5571735faaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faaf0 0.000114
+gallium_dri.so free 0x5571735e1140 void 0.000117
+gallium_dri.so free 0x5571735faaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1180 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000115
+gallium_dri.so free 0x5571735e1180 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1200 0.000113
+gallium_dri.so free 0x5571735e12c0 void 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1200 0.000113
+gallium_dri.so free 0x5571735e1340 void 0.000113
+gallium_dri.so free 0x5571735e1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1370 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000152
+gallium_dri.so free 0x5571735e1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1370 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so free 0x5571735e1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0b80 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b80 0.000119
+gallium_dri.so free 0x5571735e0d40 void 0.000119
+gallium_dri.so free 0x5571735e0b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b80 0.000123
+gallium_dri.so free 0x5571734620c0 void 0.000118
+gallium_dri.so free 0x5571735e0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571734620f0 0.000118
+gallium_dri.so free 0x557173462140 void 0.000117
+gallium_dri.so free 0x5571734620f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734620f0 0.000117
+gallium_dri.so free 0x557173462240 void 0.000118
+gallium_dri.so free 0x5571734620f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734621f0 0.000119
+gallium_dri.so free 0x557173462300 void 0.000120
+gallium_dri.so free 0x5571734621f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734622b0 0.000119
+gallium_dri.so free 0x557173462340 void 0.000119
+gallium_dri.so free 0x5571734622b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734622b0 0.000118
+gallium_dri.so free 0x5571735f4c40 void 0.000102
+gallium_dri.so free 0x5571734622b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4c40 0.000110
+gallium_dri.so free 0x5571735f4d00 void 0.000117
+gallium_dri.so free 0x5571735f4c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4c40 0.000110
+gallium_dri.so free 0x5571735f4d80 void 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4d80 0.000110
+gallium_dri.so free 0x5571735f4e40 void 0.000110
+gallium_dri.so free 0x5571735f4d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4d80 0.000111
+gallium_dri.so free 0x5571735f4f00 void 0.000111
+gallium_dri.so free 0x5571735f4d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4f30 0.000111
+gallium_dri.so free 0x5571735e1a00 void 0.000110
+gallium_dri.so free 0x5571735f4f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4f30 0.000110
+gallium_dri.so free 0x5571735e1a80 void 0.000110
+gallium_dri.so free 0x5571735f4f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1a80 0.000110
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1a80 0.000116
+gallium_dri.so free 0x5571735e1c40 void 0.000111
+gallium_dri.so free 0x5571735e1a80 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000109
+gallium_dri.so free 0x5571735e1c80 void 0.000110
+gallium_dri.so free 0x5571735e1bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000113
+gallium_dri.so free 0x5571735fa0c0 void 0.000113
+gallium_dri.so free 0x5571735e1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bf0 0.000115
+gallium_dri.so free 0x5571735fa140 void 0.000114
+gallium_dri.so free 0x5571735e1bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa140 0.000113
+gallium_dri.so free 0x5571735fa200 void 0.000113
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa140 0.000114
+gallium_dri.so free 0x5571735fa2c0 void 0.000114
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa140 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so free 0x5571735fa140 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa140 0.000114
+gallium_dri.so free 0x5571735c0600 void 0.000113
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so malloc 72 0x5571735c05b0 0.000114
+gallium_dri.so free 0x5571735c0680 void 0.000114
+gallium_dri.so free 0x5571735c05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c06d0 0.000113
+gallium_dri.so free 0x5571735c0740 void 0.000113
+gallium_dri.so free 0x5571735c06d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0760 0.000119
+gallium_dri.so free 0x5571735fa380 void 0.000116
+gallium_dri.so free 0x5571735c0760 void 0.000206
+gallium_dri.so malloc 72 0x5571735fa330 0.000160
+gallium_dri.so free 0x5571735da8c0 void 0.000244
+gallium_dri.so free 0x5571735fa330 void 0.000215
+gallium_dri.so malloc 72 0x5571735fa330 0.000211
+gallium_dri.so free 0x5571735da940 void 0.000191
+gallium_dri.so free 0x5571735fa330 void 0.000154
+gallium_dri.so malloc 72 0x5571735da940 0.000119
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da940 void 0.000119
+gallium_dri.so malloc 72 0x5571735da940 0.000117
+gallium_dri.so free 0x5571735c0800 void 0.000117
+gallium_dri.so free 0x5571735da940 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07b0 0.000118
+gallium_dri.so free 0x5571735dab00 void 0.000118
+gallium_dri.so free 0x5571735c07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c07b0 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so free 0x5571735c07b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c07b0 0.000116
+gallium_dri.so free 0x5571735fb300 void 0.000118
+gallium_dri.so free 0x5571735c07b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb300 0.000126
+gallium_dri.so free 0x5571735dabc0 void 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000110
+gallium_dri.so malloc 72 0x5571735dab70 0.000111
+gallium_dri.so free 0x5571735fb3c0 void 0.000110
+gallium_dri.so free 0x5571735dab70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dab70 0.000113
+gallium_dri.so free 0x5571735fb480 void 0.000110
+gallium_dri.so free 0x5571735dab70 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000110
+gallium_dri.so free 0x5571735eb9c0 void 0.000111
+gallium_dri.so free 0x5571735fb4d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000110
+gallium_dri.so free 0x5571735eba40 void 0.000110
+gallium_dri.so free 0x5571735fb4d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eba40 0.000110
+gallium_dri.so free 0x5571735ebb00 void 0.000111
+gallium_dri.so free 0x5571735eba40 void 0.000110
+gallium_dri.so malloc 72 0x5571735eba40 0.000110
+gallium_dri.so free 0x5571735fb540 void 0.000111
+gallium_dri.so free 0x5571735eba40 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb570 0.000110
+gallium_dri.so free 0x5571735ebbc0 void 0.000115
+gallium_dri.so free 0x5571735fb570 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb570 0.000114
+gallium_dri.so free 0x5571735ebc40 void 0.000111
+gallium_dri.so free 0x5571735fb570 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebc40 0.000110
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x5571735ebc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000115
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a60 0.000113
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f2a60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000121
+gallium_dri.so free 0x5571735f2ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c00 0.000113
+gallium_dri.so free 0x557173589740 void 0.000114
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589780 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589840 void 0.000112
+gallium_dri.so free 0x5571735896f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735898b0 0.000113
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so free 0x5571735898b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735898b0 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000114
+gallium_dri.so free 0x5571735898b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735899b0 0.000125
+gallium_dri.so free 0x557173473680 void 0.000125
+gallium_dri.so free 0x5571735899b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734736a0 0.000119
+gallium_dri.so free 0x557173473740 void 0.000119
+gallium_dri.so free 0x5571734736a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734736f0 0.000118
+gallium_dri.so free 0x5571734737c0 void 0.000117
+gallium_dri.so free 0x5571734736f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734736f0 0.000119
+gallium_dri.so free 0x557173473840 void 0.000118
+gallium_dri.so free 0x5571734736f0 void 0.000119
+gallium_dri.so malloc 72 0x557173473840 0.000117
+gallium_dri.so free 0x557173473900 void 0.000118
+gallium_dri.so free 0x557173473840 void 0.000118
+gallium_dri.so malloc 72 0x557173473840 0.000118
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x557173473840 void 0.000118
+gallium_dri.so malloc 72 0x557173610170 0.000118
+gallium_dri.so free 0x557173610200 void 0.000118
+gallium_dri.so free 0x557173610170 void 0.000117
+gallium_dri.so malloc 72 0x557173610170 0.000118
+gallium_dri.so free 0x5571736102c0 void 0.000119
+gallium_dri.so free 0x557173610170 void 0.000117
+gallium_dri.so malloc 72 0x557173610300 0.000119
+gallium_dri.so free 0x557173610380 void 0.000117
+gallium_dri.so free 0x557173610300 void 0.000111
+gallium_dri.so malloc 72 0x557173610380 0.000110
+gallium_dri.so free 0x557173610440 void 0.000110
+gallium_dri.so free 0x557173610380 void 0.000112
+gallium_dri.so malloc 72 0x557173610380 0.000110
+gallium_dri.so free 0x5571735ec680 void 0.000111
+gallium_dri.so free 0x557173610380 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000111
+gallium_dri.so free 0x5571735ec700 void 0.000109
+gallium_dri.so free 0x5571735ec6b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec700 0.000111
+gallium_dri.so free 0x5571735ec7c0 void 0.000114
+gallium_dri.so free 0x5571735ec700 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec700 0.000111
+gallium_dri.so free 0x5571735ec8c0 void 0.000109
+gallium_dri.so free 0x5571735ec700 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec870 0.000110
+gallium_dri.so free 0x5571735ec980 void 0.000111
+gallium_dri.so free 0x5571735ec870 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec930 0.000110
+gallium_dri.so free 0x5571735f5900 void 0.000111
+gallium_dri.so free 0x5571735ec930 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5930 0.000111
+gallium_dri.so free 0x5571735f5980 void 0.000109
+gallium_dri.so free 0x5571735f5930 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5930 0.000112
+gallium_dri.so free 0x5571735f5a80 void 0.000110
+gallium_dri.so free 0x5571735f5930 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5a30 0.000119
+gallium_dri.so free 0x5571735f5b40 void 0.000118
+gallium_dri.so free 0x5571735f5a30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5af0 0.000117
+gallium_dri.so free 0x5571735f5bc0 void 0.000119
+gallium_dri.so free 0x5571735f5af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5be0 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x5571735f5be0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11f0 0.000119
+gallium_dri.so free 0x5571735c1240 void 0.000118
+gallium_dri.so free 0x5571735c11f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c11f0 0.000117
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so free 0x5571735c11f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c12f0 0.000117
+gallium_dri.so free 0x5571735c1400 void 0.000118
+gallium_dri.so free 0x5571735c12f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c13b0 0.000119
+gallium_dri.so free 0x5571735c1440 void 0.000119
+gallium_dri.so free 0x5571735c13b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c13b0 0.000119
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x5571735c13b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c930 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000122
+gallium_dri.so free 0x55717360c930 void 0.000113
+gallium_dri.so malloc 72 0x55717360c930 0.000113
+gallium_dri.so free 0x55717360ca80 void 0.000110
+gallium_dri.so free 0x55717360c930 void 0.000111
+gallium_dri.so malloc 72 0x55717360ca30 0.000112
+gallium_dri.so free 0x55717360cb40 void 0.000110
+gallium_dri.so free 0x55717360ca30 void 0.000110
+gallium_dri.so malloc 72 0x55717360caf0 0.000112
+gallium_dri.so free 0x55717360cb80 void 0.000111
+gallium_dri.so free 0x55717360caf0 void 0.000110
+gallium_dri.so malloc 72 0x55717360caf0 0.000110
+gallium_dri.so free 0x5571735db580 void 0.000112
+gallium_dri.so free 0x55717360caf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db5c0 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000111
+gallium_dri.so free 0x5571735db5c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db640 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000111
+gallium_dri.so malloc 72 0x5571735db640 0.000111
+gallium_dri.so free 0x5571735db7c0 void 0.000110
+gallium_dri.so free 0x5571735db640 void 0.000110
+gallium_dri.so malloc 72 0x5571735db7e0 0.000110
+gallium_dri.so free 0x5571735db880 void 0.000110
+gallium_dri.so free 0x5571735db7e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735db830 0.000110
+gallium_dri.so free 0x5571735de300 void 0.000109
+gallium_dri.so free 0x5571735db830 void 0.000111
+gallium_dri.so malloc 72 0x5571735de340 0.000125
+gallium_dri.so free 0x5571735de3c0 void 0.000116
+gallium_dri.so free 0x5571735de340 void 0.000113
+gallium_dri.so malloc 72 0x5571735de3c0 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000113
+gallium_dri.so free 0x5571735de3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de3c0 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000113
+gallium_dri.so free 0x5571735de3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de530 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de530 void 0.000119
+gallium_dri.so malloc 72 0x5571735de580 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2700 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2780 0.000117
+gallium_dri.so free 0x5571735e2840 void 0.000115
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2780 0.000112
+gallium_dri.so free 0x5571735e28c0 void 0.000113
+gallium_dri.so free 0x5571735e2780 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28f0 0.000112
+gallium_dri.so free 0x5571735e2940 void 0.000114
+gallium_dri.so free 0x5571735e28f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e28f0 0.000115
+gallium_dri.so free 0x5571735f6c40 void 0.000120
+gallium_dri.so free 0x5571735e28f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000125
+gallium_dri.so free 0x5571735f6d00 void 0.000124
+gallium_dri.so free 0x5571735f6bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000119
+gallium_dri.so free 0x5571735f6d80 void 0.000119
+gallium_dri.so free 0x5571735f6cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6da0 0.000119
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so free 0x5571735f6da0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6df0 0.000119
+gallium_dri.so free 0x5571735f6ec0 void 0.000118
+gallium_dri.so free 0x5571735f6df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6df0 0.000118
+gallium_dri.so free 0x55717346cc40 void 0.000122
+gallium_dri.so free 0x5571735f6df0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cbf0 0.000119
+gallium_dri.so free 0x55717346cd00 void 0.000117
+gallium_dri.so free 0x55717346cbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ccb0 0.000118
+gallium_dri.so free 0x55717346cd40 void 0.000118
+gallium_dri.so free 0x55717346ccb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ccb0 0.000119
+gallium_dri.so free 0x55717346ce00 void 0.000120
+gallium_dri.so free 0x55717346ccb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ce70 0.000110
+gallium_dri.so free 0x55717346cec0 void 0.000110
+gallium_dri.so free 0x55717346ce70 void 0.000111
+gallium_dri.so malloc 72 0x55717346ce70 0.000111
+gallium_dri.so free 0x5571735c4ac0 void 0.000110
+gallium_dri.so free 0x55717346ce70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4a70 0.000110
+gallium_dri.so free 0x5571735c4b80 void 0.000109
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b30 0.000110
+gallium_dri.so free 0x5571735c4bc0 void 0.000111
+gallium_dri.so free 0x5571735c4b30 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4b30 0.000111
+gallium_dri.so free 0x5571735c4c80 void 0.000110
+gallium_dri.so free 0x5571735c4b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000110
+gallium_dri.so free 0x5571735c4d40 void 0.000110
+gallium_dri.so free 0x5571735c4cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4d40 0.000112
+gallium_dri.so free 0x55717360dc00 void 0.000110
+gallium_dri.so free 0x5571735c4d40 void 0.000110
+gallium_dri.so malloc 72 0x55717360dbb0 0.000120
+gallium_dri.so free 0x55717360dc80 void 0.000115
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000116
+gallium_dri.so free 0x55717360dd40 void 0.000114
+gallium_dri.so free 0x55717360dbb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360dbb0 0.000123
+gallium_dri.so free 0x55717360de00 void 0.000115
+gallium_dri.so free 0x55717360dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000113
+gallium_dri.so free 0x55717360de80 void 0.000114
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ded0 0.000113
+gallium_dri.so free 0x557173600840 void 0.000113
+gallium_dri.so free 0x55717360ded0 void 0.000112
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x557173600880 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x557173600940 void 0.000114
+gallium_dri.so free 0x5571736007f0 void 0.000114
+gallium_dri.so malloc 72 0x557173600990 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x557173600990 void 0.000112
+gallium_dri.so malloc 72 0x557173600a40 0.000112
+gallium_dri.so free 0x557173600ac0 void 0.000114
+gallium_dri.so free 0x557173600a40 void 0.000114
+gallium_dri.so malloc 72 0x557173600ac0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe2c0 void 0.000115
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000127
+gallium_dri.so free 0x5571735fe230 void 0.000162
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000232
+gallium_dri.so free 0x5571735fe440 void 0.000271
+gallium_dri.so free 0x5571735fe3c0 void 0.000217
+gallium_dri.so malloc 72 0x5571735fe440 0.000191
+gallium_dri.so free 0x5571735fe500 void 0.000189
+gallium_dri.so free 0x5571735fe440 void 0.000154
+gallium_dri.so malloc 72 0x5571735fe440 0.000121
+gallium_dri.so free 0x5571735dc8c0 void 0.000120
+gallium_dri.so free 0x5571735fe440 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000118
+gallium_dri.so free 0x5571735dc900 void 0.000119
+gallium_dri.so free 0x5571735dc870 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc870 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000117
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca00 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000118
+gallium_dri.so free 0x5571735dca00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dca80 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000125
+gallium_dri.so free 0x5571735dca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca80 0.000111
+gallium_dri.so free 0x5571735df640 void 0.000111
+gallium_dri.so free 0x5571735dca80 void 0.000110
+gallium_dri.so malloc 72 0x5571735df5f0 0.000110
+gallium_dri.so free 0x5571735df6c0 void 0.000111
+gallium_dri.so free 0x5571735df5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735df5f0 0.000112
+gallium_dri.so free 0x5571735df7c0 void 0.000109
+gallium_dri.so free 0x5571735df5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735df770 0.000110
+gallium_dri.so free 0x5571735df840 void 0.000117
+gallium_dri.so free 0x5571735df770 void 0.000111
+gallium_dri.so malloc 72 0x5571735df890 0.000110
+gallium_dri.so free 0x5571735df900 void 0.000111
+gallium_dri.so free 0x5571735df890 void 0.000110
+gallium_dri.so malloc 72 0x5571735df920 0.000110
+gallium_dri.so free 0x557173461780 void 0.000110
+gallium_dri.so free 0x5571735df920 void 0.000110
+gallium_dri.so malloc 72 0x557173461730 0.000112
+gallium_dri.so free 0x557173461800 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000121
+gallium_dri.so malloc 72 0x557173461730 0.000115
+gallium_dri.so free 0x557173461880 void 0.000112
+gallium_dri.so free 0x557173461730 void 0.000110
+gallium_dri.so malloc 72 0x557173461880 0.000110
+gallium_dri.so free 0x557173461940 void 0.000110
+gallium_dri.so free 0x557173461880 void 0.000125
+gallium_dri.so malloc 72 0x557173461880 0.000118
+gallium_dri.so free 0x557173461a40 void 0.000115
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x557173461880 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so malloc 72 0x557173461880 0.000113
+gallium_dri.so free 0x5571735fa680 void 0.000114
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa630 0.000114
+gallium_dri.so free 0x5571735fa700 void 0.000114
+gallium_dri.so free 0x5571735fa630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa750 0.000113
+gallium_dri.so free 0x5571735fa7c0 void 0.000113
+gallium_dri.so free 0x5571735fa750 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa7e0 0.000114
+gallium_dri.so free 0x5571735fa880 void 0.000113
+gallium_dri.so free 0x5571735fa7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa830 0.000113
+gallium_dri.so free 0x5571735c2500 void 0.000114
+gallium_dri.so free 0x5571735fa830 void 0.000112
+gallium_dri.so malloc 72 0x5571735c24b0 0.000119
+gallium_dri.so free 0x5571735c25c0 void 0.000130
+gallium_dri.so free 0x5571735c24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2570 0.000116
+gallium_dri.so free 0x5571735c2640 void 0.000120
+gallium_dri.so free 0x5571735c2570 void 0.000313
+gallium_dri.so malloc 72 0x5571735c2690 0.000236
+gallium_dri.so free 0x5571735c2700 void 0.000197
+gallium_dri.so free 0x5571735c2690 void 0.000154
+gallium_dri.so malloc 72 0x5571735c2720 0.000156
+gallium_dri.so free 0x5571735c27c0 void 0.000115
+gallium_dri.so free 0x5571735c2720 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2770 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000114
+gallium_dri.so free 0x5571735c2770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f91b0 0.000112
+gallium_dri.so free 0x5571735f9280 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f92d0 0.000115
+gallium_dri.so free 0x5571735f9340 void 0.000124
+gallium_dri.so free 0x5571735f92d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9380 0.000113
+gallium_dri.so free 0x5571735f9400 void 0.000115
+gallium_dri.so free 0x5571735f9380 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9380 0.000113
+gallium_dri.so free 0x5571735f9480 void 0.000113
+gallium_dri.so free 0x5571735f9380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f94b0 0.000115
+gallium_dri.so free 0x55717346a680 void 0.000129
+gallium_dri.so free 0x5571735f94b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a630 0.000112
+gallium_dri.so free 0x55717346a700 void 0.000114
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a750 0.000114
+gallium_dri.so free 0x55717346a7c0 void 0.000115
+gallium_dri.so free 0x55717346a750 void 0.000113
+gallium_dri.so malloc 72 0x55717346a7e0 0.000112
+gallium_dri.so free 0x55717346a880 void 0.000115
+gallium_dri.so free 0x55717346a7e0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000114
+gallium_dri.so free 0x55717346a900 void 0.000115
+gallium_dri.so free 0x55717346a830 void 0.000112
+gallium_dri.so malloc 72 0x55717346a830 0.000114
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x55717346a830 void 0.000112
+gallium_dri.so malloc 72 0x55717346a830 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so free 0x55717346a830 void 0.000113
+gallium_dri.so malloc 72 0x5571736013c0 0.000112
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013c0 0.000114
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601600 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736015b0 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000127
+gallium_dri.so free 0x5571736015b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1db0 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e70 0.000126
+gallium_dri.so free 0x5571735e1f40 void 0.000121
+gallium_dri.so free 0x5571735e1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1e70 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000119
+gallium_dri.so free 0x5571735e1e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1e70 0.000120
+gallium_dri.so free 0x5571735e20c0 void 0.000120
+gallium_dri.so free 0x5571735e1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2070 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735e2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08b0 0.000123
+gallium_dri.so free 0x5571735c09c0 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0970 0.000118
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so free 0x5571735c0970 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0970 0.000117
+gallium_dri.so free 0x5571735c0ac0 void 0.000121
+gallium_dri.so free 0x5571735c0970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0b10 0.000117
+gallium_dri.so free 0x5571735c0b80 void 0.000117
+gallium_dri.so free 0x5571735c0b10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000117
+gallium_dri.so free 0x5571735ebdc0 void 0.000117
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebe80 void 0.000118
+gallium_dri.so free 0x5571735ebd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebe30 0.000117
+gallium_dri.so free 0x5571735ebec0 void 0.000117
+gallium_dri.so free 0x5571735ebe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebe30 0.000119
+gallium_dri.so free 0x5571735ebf80 void 0.000118
+gallium_dri.so free 0x5571735ebe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000118
+gallium_dri.so free 0x5571735ec040 void 0.000117
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec040 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000118
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dad60 0.000128
+gallium_dri.so free 0x5571735dae00 void 0.000120
+gallium_dri.so free 0x5571735dad60 void 0.000119
+gallium_dri.so malloc 72 0x5571735dadb0 0.000118
+gallium_dri.so free 0x5571735dae80 void 0.000119
+gallium_dri.so free 0x5571735dadb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dadb0 0.000118
+gallium_dri.so free 0x5571735daf00 void 0.000118
+gallium_dri.so free 0x5571735dadb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf00 0.000118
+gallium_dri.so free 0x5571735dafc0 void 0.000117
+gallium_dri.so free 0x5571735daf00 void 0.000117
+gallium_dri.so malloc 72 0x5571735daf00 0.000119
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so free 0x5571735daf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so free 0x5571735f4ff0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000122
+gallium_dri.so free 0x5571735f51c0 void 0.000120
+gallium_dri.so free 0x5571735f4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5170 0.000118
+gallium_dri.so free 0x5571735f5240 void 0.000119
+gallium_dri.so free 0x5571735f5170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5290 0.000118
+gallium_dri.so free 0x5571735f5300 void 0.000118
+gallium_dri.so free 0x5571735f5290 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5320 0.000119
+gallium_dri.so free 0x5571735fb680 void 0.000118
+gallium_dri.so free 0x5571735f5320 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb630 0.000119
+gallium_dri.so free 0x5571735fb700 void 0.000119
+gallium_dri.so free 0x5571735fb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000118
+gallium_dri.so free 0x5571735fb780 void 0.000119
+gallium_dri.so free 0x5571735fb630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb780 0.000121
+gallium_dri.so free 0x5571735fb840 void 0.000119
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb780 0.000119
+gallium_dri.so free 0x5571735fb940 void 0.000117
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb780 0.000121
+gallium_dri.so free 0x5571736068c0 void 0.000118
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so malloc 72 0x5571736068f0 0.000119
+gallium_dri.so free 0x557173606940 void 0.000118
+gallium_dri.so free 0x5571736068f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736068f0 0.000117
+gallium_dri.so free 0x557173606a40 void 0.000122
+gallium_dri.so free 0x5571736068f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736069f0 0.000117
+gallium_dri.so free 0x557173606b00 void 0.000161
+gallium_dri.so free 0x5571736069f0 void 0.000117
+gallium_dri.so malloc 72 0x557173606ab0 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000118
+gallium_dri.so free 0x557173606ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173606ab0 0.000118
+gallium_dri.so free 0x557173606c00 void 0.000118
+gallium_dri.so free 0x557173606ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173606c50 0.000118
+gallium_dri.so free 0x5571735f3300 void 0.000118
+gallium_dri.so free 0x557173606c50 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3340 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so free 0x5571735f3340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33c0 0.000118
+gallium_dri.so free 0x5571735f3480 void 0.000118
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f33c0 0.000118
+gallium_dri.so free 0x5571735f3500 void 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3530 0.000118
+gallium_dri.so free 0x5571735f3580 void 0.000117
+gallium_dri.so free 0x5571735f3530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3530 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000119
+gallium_dri.so free 0x5571735f3530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3630 0.000117
+gallium_dri.so free 0x5571735c39c0 void 0.000121
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3630 0.000119
+gallium_dri.so free 0x5571735c3a40 void 0.000119
+gallium_dri.so free 0x5571735f3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3630 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3630 0.000117
+gallium_dri.so free 0x5571735c3bc0 void 0.000118
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3b70 0.000118
+gallium_dri.so free 0x5571735c3c40 void 0.000118
+gallium_dri.so free 0x5571735c3b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c90 0.000118
+gallium_dri.so free 0x5571735c3d00 void 0.000118
+gallium_dri.so free 0x5571735c3c90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3d20 0.000117
+gallium_dri.so free 0x557173620740 void 0.000118
+gallium_dri.so free 0x5571735c3d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d20 0.000118
+gallium_dri.so free 0x557173620800 void 0.000119
+gallium_dri.so free 0x5571735c3d20 void 0.000119
+gallium_dri.so malloc 72 0x5571736207b0 0.000119
+gallium_dri.so free 0x557173620800 void 0.000118
+gallium_dri.so free 0x5571736207b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736207b0 0.000172
+gallium_dri.so free 0x557173620900 void 0.000120
+gallium_dri.so free 0x5571736207b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736208b0 0.000118
+gallium_dri.so free 0x5571736209c0 void 0.000118
+gallium_dri.so free 0x5571736208b0 void 0.000117
+gallium_dri.so malloc 72 0x557173620970 0.000118
+gallium_dri.so free 0x557173620a00 void 0.000118
+gallium_dri.so free 0x557173620970 void 0.000118
+gallium_dri.so malloc 72 0x557173620970 0.000116
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x557173620970 void 0.000118
+gallium_dri.so malloc 72 0x557173620970 0.000117
+gallium_dri.so free 0x5571735f8180 void 0.000120
+gallium_dri.so free 0x557173620970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8180 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000117
+gallium_dri.so free 0x5571735f8180 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8180 0.000118
+gallium_dri.so free 0x5571735f8340 void 0.000118
+gallium_dri.so free 0x5571735f8180 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8180 0.000118
+gallium_dri.so free 0x557173620ac0 void 0.000119
+gallium_dri.so free 0x5571735f8180 void 0.000118
+gallium_dri.so malloc 72 0x557173620af0 0.000117
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so free 0x557173620af0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8400 0.000121
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so free 0x5571735f8400 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd180 0.000118
+gallium_dri.so free 0x5571735fd240 void 0.000118
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd180 0.000117
+gallium_dri.so free 0x5571735fd2c0 void 0.000119
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000117
+gallium_dri.so free 0x5571735fd340 void 0.000117
+gallium_dri.so free 0x5571735fd2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd340 0.000117
+gallium_dri.so free 0x5571735f8480 void 0.000119
+gallium_dri.so free 0x5571735fd340 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd340 0.000117
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd340 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd400 0.000125
+gallium_dri.so free 0x5571735fd4c0 void 0.000123
+gallium_dri.so free 0x5571735fd400 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd400 0.000122
+gallium_dri.so free 0x557173462840 void 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd400 0.000119
+gallium_dri.so free 0x557173462900 void 0.000127
+gallium_dri.so free 0x5571735fd400 void 0.000123
+gallium_dri.so malloc 72 0x5571734628b0 0.000121
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734629d0 0.000119
+gallium_dri.so free 0x557173462a40 void 0.000120
+gallium_dri.so free 0x5571734629d0 void 0.000120
+gallium_dri.so malloc 72 0x557173462a80 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000121
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so malloc 72 0x557173462a80 0.000119
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462a80 void 0.000120
+gallium_dri.so malloc 72 0x557173462bb0 0.000121
+gallium_dri.so free 0x5571735d25c0 void 0.000121
+gallium_dri.so free 0x557173462bb0 void 0.000124
+gallium_dri.so malloc 72 0x557173462bb0 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000121
+gallium_dri.so free 0x557173462bb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2640 0.000119
+gallium_dri.so free 0x5571735d27c0 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2640 0.000125
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2830 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so free 0x5571735d2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2830 0.000117
+gallium_dri.so free 0x55717358e200 void 0.000117
+gallium_dri.so free 0x5571735d2830 void 0.000117
+gallium_dri.so malloc 72 0x55717358e200 0.000119
+gallium_dri.so free 0x5571735d2980 void 0.000118
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2930 0.000118
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x5571735d2930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2930 0.000118
+gallium_dri.so free 0x55717358e380 void 0.000118
+gallium_dri.so free 0x5571735d2930 void 0.000118
+gallium_dri.so malloc 72 0x55717358e330 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000119
+gallium_dri.so free 0x55717358e330 void 0.000119
+gallium_dri.so malloc 72 0x55717358e450 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e450 void 0.000119
+gallium_dri.so malloc 72 0x55717358e520 0.000119
+gallium_dri.so free 0x55717358e5c0 void 0.000118
+gallium_dri.so free 0x55717358e520 void 0.000117
+gallium_dri.so malloc 72 0x55717358e570 0.000127
+gallium_dri.so free 0x557173464e00 void 0.000119
+gallium_dri.so free 0x55717358e570 void 0.000119
+gallium_dri.so malloc 72 0x55717358e570 0.000117
+gallium_dri.so free 0x557173464ec0 void 0.000119
+gallium_dri.so free 0x55717358e570 void 0.000118
+gallium_dri.so malloc 72 0x557173464e70 0.000118
+gallium_dri.so free 0x557173464f40 void 0.000119
+gallium_dri.so free 0x557173464e70 void 0.000117
+gallium_dri.so malloc 72 0x557173464f90 0.000118
+gallium_dri.so free 0x557173465000 void 0.000118
+gallium_dri.so free 0x557173464f90 void 0.000119
+gallium_dri.so malloc 72 0x557173465020 0.000119
+gallium_dri.so free 0x5571734650c0 void 0.000118
+gallium_dri.so free 0x557173465020 void 0.000119
+gallium_dri.so malloc 72 0x557173465070 0.000119
+gallium_dri.so free 0x557173465140 void 0.000119
+gallium_dri.so free 0x557173465070 void 0.000117
+gallium_dri.so malloc 72 0x557173465140 0.000119
+gallium_dri.so free 0x55717346bb40 void 0.000118
+gallium_dri.so free 0x557173465140 void 0.000119
+gallium_dri.so malloc 72 0x557173465140 0.000117
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so free 0x557173465140 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbc0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000169
+gallium_dri.so malloc 72 0x55717346bbc0 0.000119
+gallium_dri.so free 0x55717346bd40 void 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbc0 0.000118
+gallium_dri.so free 0x55717346be00 void 0.000118
+gallium_dri.so free 0x55717346bbc0 void 0.000123
+gallium_dri.so malloc 72 0x55717346bdb0 0.000119
+gallium_dri.so free 0x55717346be80 void 0.000120
+gallium_dri.so free 0x55717346bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000118
+gallium_dri.so free 0x55717360f0c0 void 0.000118
+gallium_dri.so free 0x55717346bed0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so free 0x55717346bed0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bed0 0.000119
+gallium_dri.so free 0x55717360f200 void 0.000118
+gallium_dri.so free 0x55717346bed0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000118
+gallium_dri.so free 0x55717360f2c0 void 0.000119
+gallium_dri.so free 0x55717346bed0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f270 0.000119
+gallium_dri.so free 0x55717360f340 void 0.000119
+gallium_dri.so free 0x55717360f270 void 0.000120
+gallium_dri.so malloc 72 0x55717360f390 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000128
+gallium_dri.so free 0x55717360f390 void 0.000120
+gallium_dri.so malloc 72 0x55717360f420 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so free 0x55717360f420 void 0.000118
+gallium_dri.so malloc 72 0x55717360f420 0.000117
+gallium_dri.so free 0x5571735ff800 void 0.000118
+gallium_dri.so free 0x55717360f420 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000119
+gallium_dri.so free 0x5571735ff900 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000119
+gallium_dri.so free 0x5571735ff9c0 void 0.000118
+gallium_dri.so free 0x5571735ff8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff970 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff970 0.000118
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff970 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so free 0x5571735ff970 void 0.000118
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x5571736085c0 void 0.000120
+gallium_dri.so free 0x557173608500 void 0.000116
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x5571736086c0 void 0.000119
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x5571735ffac0 void 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000119
+gallium_dri.so free 0x557173608740 void 0.000119
+gallium_dri.so free 0x5571735ffaf0 void 0.000118
+gallium_dri.so malloc 72 0x557173608780 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so free 0x557173608780 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571735d00c0 void 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0000 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0170 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000118
+gallium_dri.so free 0x5571735d0170 void 0.000124
+gallium_dri.so malloc 72 0x5571735d01c0 0.000118
+gallium_dri.so free 0x557173608800 void 0.000119
+gallium_dri.so free 0x5571735d01c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01c0 0.000186
+gallium_dri.so free 0x5571735d0280 void 0.000120
+gallium_dri.so free 0x5571735d01c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0280 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0280 0.000117
+gallium_dri.so free 0x55717346e100 void 0.000118
+gallium_dri.so free 0x5571735d0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0280 0.000119
+gallium_dri.so free 0x55717346e1c0 void 0.000119
+gallium_dri.so free 0x5571735d0280 void 0.000118
+gallium_dri.so malloc 72 0x55717346e170 0.000118
+gallium_dri.so free 0x55717346e240 void 0.000118
+gallium_dri.so free 0x55717346e170 void 0.000118
+gallium_dri.so malloc 72 0x55717346e290 0.000117
+gallium_dri.so free 0x55717346e300 void 0.000119
+gallium_dri.so free 0x55717346e290 void 0.000118
+gallium_dri.so malloc 72 0x55717346e340 0.000118
+gallium_dri.so free 0x55717346e3c0 void 0.000117
+gallium_dri.so free 0x55717346e340 void 0.000118
+gallium_dri.so malloc 72 0x55717346e340 0.000118
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so free 0x55717346e340 void 0.000119
+gallium_dri.so malloc 72 0x55717346e470 0.000118
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x55717346e470 void 0.000127
+gallium_dri.so malloc 72 0x55717346e470 0.000118
+gallium_dri.so free 0x557173469400 void 0.000118
+gallium_dri.so free 0x55717346e470 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000159
+gallium_dri.so free 0x5571734694c0 void 0.000127
+gallium_dri.so free 0x557173469400 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469580 void 0.000118
+gallium_dri.so free 0x557173469400 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x557173469400 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000117
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc210 0.000117
+gallium_dri.so free 0x5571735dc280 void 0.000118
+gallium_dri.so free 0x5571735dc210 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc2a0 0.000117
+gallium_dri.so free 0x5571735dc340 void 0.000118
+gallium_dri.so free 0x5571735dc2a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000118
+gallium_dri.so free 0x557173469740 void 0.000129
+gallium_dri.so free 0x5571735dc2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734696f0 0.000117
+gallium_dri.so free 0x5571735dc3c0 void 0.000119
+gallium_dri.so free 0x5571734696f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000119
+gallium_dri.so free 0x5571735dc480 void 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc3c0 0.000119
+gallium_dri.so free 0x5571735dc540 void 0.000118
+gallium_dri.so free 0x5571735dc3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc560 0.000119
+gallium_dri.so free 0x5571735d5580 void 0.000124
+gallium_dri.so free 0x5571735dc560 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000119
+gallium_dri.so free 0x5571735d5600 void 0.000117
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55b0 0.000117
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000117
+gallium_dri.so free 0x5571735d57c0 void 0.000120
+gallium_dri.so free 0x5571735d56b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5770 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000118
+gallium_dri.so free 0x5571735d5770 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5770 0.000128
+gallium_dri.so free 0x5571735d58c0 void 0.000122
+gallium_dri.so free 0x5571735d5770 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5910 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000117
+gallium_dri.so free 0x5571735d5910 void 0.000116
+gallium_dri.so malloc 72 0x55717360fb00 0.000117
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so free 0x55717360fb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb80 0.000117
+gallium_dri.so free 0x55717360fc40 void 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so malloc 72 0x55717360fb80 0.000120
+gallium_dri.so free 0x55717360fcc0 void 0.000117
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcf0 0.000117
+gallium_dri.so free 0x55717360fd40 void 0.000117
+gallium_dri.so free 0x55717360fcf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360fcf0 0.000117
+gallium_dri.so free 0x55717360fe40 void 0.000118
+gallium_dri.so free 0x55717360fcf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fdf0 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000118
+gallium_dri.so free 0x55717360fdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec40 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so free 0x55717358ec40 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec40 0.000127
+gallium_dri.so free 0x55717358ed40 void 0.000120
+gallium_dri.so free 0x55717358ec40 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed70 0.000117
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so free 0x55717358ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717358ed70 0.000118
+gallium_dri.so free 0x55717358eec0 void 0.000118
+gallium_dri.so free 0x55717358ed70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee70 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358ee70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ef30 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000123
+gallium_dri.so free 0x55717358ef30 void 0.000121
+gallium_dri.so malloc 72 0x557173608eb0 0.000123
+gallium_dri.so free 0x557173608f00 void 0.000125
+gallium_dri.so free 0x557173608eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173608eb0 0.000119
+gallium_dri.so free 0x557173609000 void 0.000119
+gallium_dri.so free 0x557173608eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173609040 0.000117
+gallium_dri.so free 0x5571736090c0 void 0.000118
+gallium_dri.so free 0x557173609040 void 0.000118
+gallium_dri.so malloc 72 0x5571736090c0 0.000118
+gallium_dri.so free 0x55717358efc0 void 0.000168
+gallium_dri.so free 0x5571736090c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736090c0 0.000125
+gallium_dri.so free 0x557173609180 void 0.000119
+gallium_dri.so free 0x5571736090c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736090c0 0.000118
+gallium_dri.so free 0x557173609240 void 0.000118
+gallium_dri.so free 0x5571736090c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736091f0 0.000117
+gallium_dri.so free 0x5571735f8b00 void 0.000119
+gallium_dri.so free 0x5571736091f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b50 0.000118
+gallium_dri.so free 0x5571735f8bc0 void 0.000119
+gallium_dri.so free 0x5571735f8b50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c20 0.000117
+gallium_dri.so free 0x5571735f8cc0 void 0.000117
+gallium_dri.so free 0x5571735f8c20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c70 0.000117
+gallium_dri.so free 0x5571735f8d00 void 0.000118
+gallium_dri.so free 0x5571735f8c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8c70 0.000119
+gallium_dri.so free 0x5571735f8dc0 void 0.000118
+gallium_dri.so free 0x5571735f8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e00 0.000118
+gallium_dri.so free 0x5571735f8e80 void 0.000118
+gallium_dri.so free 0x5571735f8e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8e80 0.000125
+gallium_dri.so free 0x55717346eb00 void 0.000112
+gallium_dri.so free 0x5571735f8e80 void 0.000111
+gallium_dri.so malloc 72 0x55717346eb20 0.000110
+gallium_dri.so free 0x55717346ebc0 void 0.000112
+gallium_dri.so free 0x55717346eb20 void 0.000109
+gallium_dri.so malloc 72 0x55717346eb70 0.000109
+gallium_dri.so free 0x55717346ec40 void 0.000110
+gallium_dri.so free 0x55717346eb70 void 0.000111
+gallium_dri.so malloc 72 0x55717346ec40 0.000110
+gallium_dri.so free 0x55717346ed00 void 0.000111
+gallium_dri.so free 0x55717346ec40 void 0.000110
+gallium_dri.so malloc 72 0x55717346ec40 0.000110
+gallium_dri.so free 0x55717346ed80 void 0.000110
+gallium_dri.so free 0x55717346ec40 void 0.000110
+gallium_dri.so malloc 72 0x55717346ed80 0.000111
+gallium_dri.so free 0x55717346ee40 void 0.000109
+gallium_dri.so free 0x55717346ed80 void 0.000110
+gallium_dri.so malloc 72 0x55717346ed80 0.000109
+gallium_dri.so free 0x55717346c540 void 0.000111
+gallium_dri.so free 0x55717346ed80 void 0.000110
+gallium_dri.so malloc 72 0x55717346c570 0.000109
+gallium_dri.so free 0x55717346c5c0 void 0.000114
+gallium_dri.so free 0x55717346c570 void 0.000117
+gallium_dri.so malloc 72 0x55717346c570 0.000114
+gallium_dri.so free 0x55717346c6c0 void 0.000112
+gallium_dri.so free 0x55717346c570 void 0.000111
+gallium_dri.so malloc 72 0x55717346c670 0.000109
+gallium_dri.so free 0x55717346c780 void 0.000143
+gallium_dri.so free 0x55717346c670 void 0.000126
+gallium_dri.so malloc 72 0x55717346c730 0.000123
+gallium_dri.so free 0x55717346c800 void 0.000157
+gallium_dri.so free 0x55717346c730 void 0.000124
+gallium_dri.so malloc 72 0x55717346c820 0.000120
+gallium_dri.so free 0x55717346c8c0 void 0.000115
+gallium_dri.so free 0x55717346c820 void 0.000122
+gallium_dri.so malloc 72 0x55717346c870 0.000124
+gallium_dri.so free 0x557173469f80 void 0.000123
+gallium_dri.so free 0x55717346c870 void 0.000125
+gallium_dri.so malloc 72 0x557173469fc0 0.000119
+gallium_dri.so free 0x55717346a040 void 0.000120
+gallium_dri.so free 0x557173469fc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a040 0.000113
+gallium_dri.so free 0x55717346a100 void 0.000114
+gallium_dri.so free 0x55717346a040 void 0.000119
+gallium_dri.so malloc 72 0x55717346a040 0.000118
+gallium_dri.so free 0x55717346a180 void 0.000123
+gallium_dri.so free 0x55717346a040 void 0.000123
+gallium_dri.so malloc 72 0x55717346a1b0 0.000118
+gallium_dri.so free 0x55717346a200 void 0.000115
+gallium_dri.so free 0x55717346a1b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a1b0 0.000201
+gallium_dri.so free 0x55717346a300 void 0.000121
+gallium_dri.so free 0x55717346a1b0 void 0.000254
+gallium_dri.so malloc 72 0x55717346a340 0.000183
+gallium_dri.so free 0x5571735c43c0 void 0.000121
+gallium_dri.so free 0x55717346a340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4410 0.000120
+gallium_dri.so free 0x5571735c4480 void 0.000121
+gallium_dri.so free 0x5571735c4410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44a0 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000119
+gallium_dri.so free 0x5571735c44a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c44f0 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000119
+gallium_dri.so free 0x5571735c44f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c44f0 0.000123
+gallium_dri.so free 0x5571735c4640 void 0.000120
+gallium_dri.so free 0x5571735c44f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4640 0.000125
+gallium_dri.so free 0x5571735c4700 void 0.000124
+gallium_dri.so free 0x5571735c4640 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4640 0.000124
+gallium_dri.so free 0x5571735c1e00 void 0.000119
+gallium_dri.so free 0x5571735c4640 void 0.000139
+gallium_dri.so malloc 72 0x5571735c1e20 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000117
+gallium_dri.so free 0x5571735c1e20 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1e70 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000128
+gallium_dri.so free 0x5571735c1e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1e70 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000122
+gallium_dri.so free 0x5571735c1e70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000122
+gallium_dri.so free 0x5571735c2080 void 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000121
+gallium_dri.so free 0x5571735c2140 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000122
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d550 0.000122
+gallium_dri.so free 0x55717360d5c0 void 0.000122
+gallium_dri.so free 0x55717360d550 void 0.000123
+gallium_dri.so malloc 72 0x55717360d600 0.000121
+gallium_dri.so free 0x55717360d680 void 0.000122
+gallium_dri.so free 0x55717360d600 void 0.000121
+gallium_dri.so malloc 72 0x55717360d680 0.000139
+gallium_dri.so free 0x55717360d740 void 0.000132
+gallium_dri.so free 0x55717360d680 void 0.000126
+gallium_dri.so malloc 72 0x55717360d680 0.000120
+gallium_dri.so free 0x5571735c2200 void 0.000120
+gallium_dri.so free 0x55717360d680 void 0.000120
+gallium_dri.so malloc 72 0x5571735c21b0 0.000118
+gallium_dri.so free 0x55717360d7c0 void 0.000119
+gallium_dri.so free 0x5571735c21b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d800 0.000131
+gallium_dri.so free 0x55717360d880 void 0.000126
+gallium_dri.so free 0x55717360d800 void 0.000126
+gallium_dri.so malloc 72 0x55717360d880 0.000126
+gallium_dri.so free 0x557173600140 void 0.000126
+gallium_dri.so free 0x55717360d880 void 0.000126
+gallium_dri.so malloc 72 0x557173600180 0.000132
+gallium_dri.so free 0x557173600200 void 0.000129
+gallium_dri.so free 0x557173600180 void 0.000131
+gallium_dri.so malloc 72 0x557173600180 0.000126
+gallium_dri.so free 0x557173600280 void 0.000125
+gallium_dri.so free 0x557173600180 void 0.000127
+gallium_dri.so malloc 72 0x5571736002b0 0.000126
+gallium_dri.so free 0x557173600300 void 0.000130
+gallium_dri.so free 0x5571736002b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736002b0 0.000125
+gallium_dri.so free 0x557173600400 void 0.000144
+gallium_dri.so free 0x5571736002b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736003b0 0.000125
+gallium_dri.so free 0x5571736004c0 void 0.000125
+gallium_dri.so free 0x5571736003b0 void 0.000123
+gallium_dri.so malloc 72 0x557173600470 0.000124
+gallium_dri.so free 0x5571735fdb80 void 0.000123
+gallium_dri.so free 0x557173600470 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000124
+gallium_dri.so free 0x5571735fdc00 void 0.000125
+gallium_dri.so free 0x5571735fdbb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000124
+gallium_dri.so free 0x5571735fdd00 void 0.000124
+gallium_dri.so free 0x5571735fdbb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdd40 0.000132
+gallium_dri.so free 0x5571735fddc0 void 0.000132
+gallium_dri.so free 0x5571735fdd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fddc0 0.000127
+gallium_dri.so free 0x557173600500 void 0.000131
+gallium_dri.so free 0x5571735fddc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fddc0 0.000126
+gallium_dri.so free 0x5571735fde80 void 0.000124
+gallium_dri.so free 0x5571735fddc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fddc0 0.000251
+gallium_dri.so free 0x5571735fdf40 void 0.000209
+gallium_dri.so free 0x5571735fddc0 void 0.000288
+gallium_dri.so malloc 72 0x5571735fdef0 0.000283
+gallium_dri.so free 0x5571735def40 void 0.000207
+gallium_dri.so free 0x5571735fdef0 void 0.000301
+gallium_dri.so malloc 72 0x5571735def90 0.000279
+gallium_dri.so free 0x5571735df000 void 0.000280
+gallium_dri.so free 0x5571735def90 void 0.000284
+gallium_dri.so malloc 72 0x5571735df060 0.000153
+gallium_dri.so free 0x5571735df100 void 0.000214
+gallium_dri.so free 0x5571735df060 void 0.000123
+gallium_dri.so malloc 72 0x5571735df0b0 0.000120
+gallium_dri.so free 0x5571735df140 void 0.000118
+gallium_dri.so free 0x5571735df0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df0b0 0.000122
+gallium_dri.so free 0x5571735df200 void 0.000188
+gallium_dri.so free 0x5571735df0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df240 0.000121
+gallium_dri.so free 0x5571735df2c0 void 0.000121
+gallium_dri.so free 0x5571735df240 void 0.000120
+gallium_dri.so malloc 72 0x5571735df2c0 0.000121
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735df2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3320 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000119
+gallium_dri.so free 0x5571735e3320 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3370 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000122
+gallium_dri.so free 0x5571735e3370 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3440 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3440 0.000138
+gallium_dri.so free 0x5571735e3580 void 0.000121
+gallium_dri.so free 0x5571735e3440 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3580 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so free 0x5571735e3580 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3580 0.000120
+gallium_dri.so free 0x557173461080 void 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000137
+gallium_dri.so malloc 72 0x5571734610b0 0.000116
+gallium_dri.so free 0x557173461100 void 0.000120
+gallium_dri.so free 0x5571734610b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734610b0 0.000116
+gallium_dri.so free 0x557173461200 void 0.000117
+gallium_dri.so free 0x5571734610b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734611b0 0.000119
+gallium_dri.so free 0x5571734612c0 void 0.000146
+gallium_dri.so free 0x5571734611b0 void 0.000170
+gallium_dri.so malloc 72 0x557173461270 0.000177
+gallium_dri.so free 0x557173461340 void 0.000121
+gallium_dri.so free 0x557173461270 void 0.000119
+gallium_dri.so malloc 72 0x557173461360 0.000120
+gallium_dri.so free 0x557173461400 void 0.000118
+gallium_dri.so free 0x557173461360 void 0.000115
+gallium_dri.so malloc 72 0x5571734613b0 0.000118
+gallium_dri.so free 0x557173463240 void 0.000177
+gallium_dri.so free 0x5571734613b0 void 0.000123
+gallium_dri.so malloc 72 0x557173463280 0.000115
+gallium_dri.so free 0x557173463300 void 0.000119
+gallium_dri.so free 0x557173463280 void 0.000119
+gallium_dri.so malloc 72 0x557173463300 0.000122
+gallium_dri.so free 0x5571734633c0 void 0.000203
+gallium_dri.so free 0x557173463300 void 0.000224
+gallium_dri.so malloc 72 0x557173463300 0.000115
+gallium_dri.so free 0x557173463440 void 0.000111
+gallium_dri.so free 0x557173463300 void 0.000120
+gallium_dri.so malloc 72 0x557173463470 0.000126
+gallium_dri.so free 0x5571734634c0 void 0.000172
+gallium_dri.so free 0x557173463470 void 0.000238
+gallium_dri.so malloc 72 0x557173463470 0.000211
+gallium_dri.so free 0x5571734635c0 void 0.000168
+gallium_dri.so free 0x557173463470 void 0.000127
+gallium_dri.so malloc 72 0x557173463600 0.000117
+gallium_dri.so free 0x557173467dc0 void 0.000117
+gallium_dri.so free 0x557173463600 void 0.000120
+gallium_dri.so malloc 72 0x557173467e10 0.000115
+gallium_dri.so free 0x557173467e80 void 0.000107
+gallium_dri.so free 0x557173467e10 void 0.000197
+gallium_dri.so malloc 72 0x557173467ea0 0.000150
+gallium_dri.so free 0x557173467f40 void 0.000116
+gallium_dri.so free 0x557173467ea0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ef0 0.000116
+gallium_dri.so free 0x557173467fc0 void 0.000115
+gallium_dri.so free 0x557173467ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ef0 0.000114
+gallium_dri.so free 0x557173468040 void 0.000139
+gallium_dri.so free 0x557173467ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000115
+gallium_dri.so free 0x557173468100 void 0.000115
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so malloc 72 0x557173468040 0.000116
+gallium_dri.so free 0x55717358a080 void 0.000115
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0a0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000116
+gallium_dri.so free 0x55717358a0a0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a0f0 0.000114
+gallium_dri.so free 0x55717358a1c0 void 0.000115
+gallium_dri.so free 0x55717358a0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0f0 0.000115
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so free 0x55717358a0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358a240 0.000116
+gallium_dri.so free 0x55717358a300 void 0.000114
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so malloc 72 0x55717358a240 0.000115
+gallium_dri.so free 0x55717358a3c0 void 0.000115
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so malloc 72 0x55717358a240 0.000115
+gallium_dri.so free 0x557173604300 void 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so malloc 72 0x557173604350 0.000115
+gallium_dri.so free 0x5571736043c0 void 0.000125
+gallium_dri.so free 0x557173604350 void 0.000117
+gallium_dri.so malloc 72 0x557173604400 0.000113
+gallium_dri.so free 0x557173604480 void 0.000114
+gallium_dri.so free 0x557173604400 void 0.000114
+gallium_dri.so malloc 72 0x557173604480 0.000118
+gallium_dri.so free 0x557173604540 void 0.000122
+gallium_dri.so free 0x557173604480 void 0.000114
+gallium_dri.so malloc 72 0x557173604480 0.000116
+gallium_dri.so free 0x55717358a480 void 0.000114
+gallium_dri.so free 0x557173604480 void 0.000118
+gallium_dri.so malloc 72 0x55717358a430 0.000117
+gallium_dri.so free 0x5571736045c0 void 0.000114
+gallium_dri.so free 0x55717358a430 void 0.000121
+gallium_dri.so malloc 72 0x557173604600 0.000124
+gallium_dri.so free 0x557173604680 void 0.000124
+gallium_dri.so free 0x557173604600 void 0.000118
+gallium_dri.so malloc 72 0x557173604680 0.000116
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x557173604680 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000114
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000115
+gallium_dri.so free 0x5571735d3100 void 0.000116
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000197
+gallium_dri.so free 0x5571735d3180 void 0.000115
+gallium_dri.so free 0x5571735d3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735d3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3230 0.000116
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735d32f0 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000116
+gallium_dri.so free 0x5571735d32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a30 0.000115
+gallium_dri.so free 0x5571735d0a80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a30 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000117
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000115
+gallium_dri.so free 0x5571735d3380 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000115
+gallium_dri.so free 0x5571735d0d00 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0c40 0.000133
+gallium_dri.so free 0x5571735d0dc0 void 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0d70 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000115
+gallium_dri.so free 0x5571735d0d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601d90 0.000113
+gallium_dri.so free 0x557173601e00 void 0.000112
+gallium_dri.so free 0x557173601d90 void 0.000110
+gallium_dri.so malloc 72 0x557173601e60 0.000113
+gallium_dri.so free 0x557173601f00 void 0.000110
+gallium_dri.so free 0x557173601e60 void 0.000113
+gallium_dri.so malloc 72 0x557173601eb0 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000112
+gallium_dri.so free 0x557173601eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173601eb0 0.000110
+gallium_dri.so free 0x557173602000 void 0.000112
+gallium_dri.so free 0x557173601eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173602040 0.000113
+gallium_dri.so free 0x5571736020c0 void 0.000114
+gallium_dri.so free 0x557173602040 void 0.000113
+gallium_dri.so malloc 72 0x5571736020c0 0.000115
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x5571736020c0 void 0.000114
+gallium_dri.so malloc 72 0x557173609ea0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000125
+gallium_dri.so free 0x557173609ea0 void 0.000119
+gallium_dri.so malloc 72 0x557173609ef0 0.000140
+gallium_dri.so free 0x557173609fc0 void 0.000123
+gallium_dri.so free 0x557173609ef0 void 0.000198
+gallium_dri.so malloc 72 0x557173609fc0 0.000189
+gallium_dri.so free 0x55717360a080 void 0.000126
+gallium_dri.so free 0x557173609fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173609fc0 0.000120
+gallium_dri.so free 0x55717360a100 void 0.000119
+gallium_dri.so free 0x557173609fc0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a100 0.000117
+gallium_dri.so free 0x55717360a1c0 void 0.000118
+gallium_dri.so free 0x55717360a100 void 0.000117
+gallium_dri.so malloc 72 0x55717360a100 0.000118
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x55717360a100 void 0.000118
+gallium_dri.so malloc 72 0x55717358c670 0.000117
+gallium_dri.so free 0x55717358c6c0 void 0.000118
+gallium_dri.so free 0x55717358c670 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000119
+gallium_dri.so free 0x55717358c7c0 void 0.000118
+gallium_dri.so free 0x55717358c670 void 0.000125
+gallium_dri.so malloc 72 0x55717358c770 0.000120
+gallium_dri.so free 0x55717358c880 void 0.000118
+gallium_dri.so free 0x55717358c770 void 0.000117
+gallium_dri.so malloc 72 0x55717358c830 0.000117
+gallium_dri.so free 0x55717358c900 void 0.000120
+gallium_dri.so free 0x55717358c830 void 0.000119
+gallium_dri.so malloc 72 0x55717358c920 0.000117
+gallium_dri.so free 0x55717358c9c0 void 0.000117
+gallium_dri.so free 0x55717358c920 void 0.000116
+gallium_dri.so malloc 72 0x55717358c970 0.000117
+gallium_dri.so free 0x5571735911c0 void 0.000116
+gallium_dri.so free 0x55717358c970 void 0.000116
+gallium_dri.so malloc 72 0x557173591200 0.000116
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so free 0x557173591200 void 0.000117
+gallium_dri.so malloc 72 0x557173591280 0.000117
+gallium_dri.so free 0x557173591340 void 0.000116
+gallium_dri.so free 0x557173591280 void 0.000121
+gallium_dri.so malloc 72 0x557173591280 0.000126
+gallium_dri.so free 0x5571735913c0 void 0.000119
+gallium_dri.so free 0x557173591280 void 0.000117
+gallium_dri.so malloc 72 0x5571735913f0 0.000116
+gallium_dri.so free 0x557173591440 void 0.000116
+gallium_dri.so free 0x5571735913f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735913f0 0.000116
+gallium_dri.so free 0x557173591540 void 0.000117
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591580 0.000116
+gallium_dri.so free 0x557173465800 void 0.000118
+gallium_dri.so free 0x557173591580 void 0.000116
+gallium_dri.so malloc 72 0x557173465850 0.000122
+gallium_dri.so free 0x5571734658c0 void 0.000117
+gallium_dri.so free 0x557173465850 void 0.000117
+gallium_dri.so malloc 72 0x5571734658e0 0.000117
+gallium_dri.so free 0x557173465980 void 0.000117
+gallium_dri.so free 0x5571734658e0 void 0.000116
+gallium_dri.so malloc 72 0x557173465930 0.000117
+gallium_dri.so free 0x557173465a00 void 0.000117
+gallium_dri.so free 0x557173465930 void 0.000117
+gallium_dri.so malloc 72 0x557173465930 0.000117
+gallium_dri.so free 0x557173465a80 void 0.000118
+gallium_dri.so free 0x557173465930 void 0.000121
+gallium_dri.so malloc 72 0x557173465a80 0.000118
+gallium_dri.so free 0x557173465b40 void 0.000118
+gallium_dri.so free 0x557173465a80 void 0.000115
+gallium_dri.so malloc 72 0x557173465a80 0.000120
+gallium_dri.so free 0x5571735f6540 void 0.000118
+gallium_dri.so free 0x557173465a80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6560 0.000118
+gallium_dri.so free 0x5571735f6600 void 0.000119
+gallium_dri.so free 0x5571735f6560 void 0.000118
+gallium_dri.so malloc 72 0x5571735f65b0 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000119
+gallium_dri.so free 0x5571735f65b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f65b0 0.000119
+gallium_dri.so free 0x5571735f6700 void 0.000118
+gallium_dri.so free 0x5571735f65b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6700 0.000110
+gallium_dri.so free 0x5571735f67c0 void 0.000111
+gallium_dri.so free 0x5571735f6700 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6700 0.000109
+gallium_dri.so free 0x5571735f6880 void 0.000112
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6700 0.000110
+gallium_dri.so free 0x5571735e0500 void 0.000109
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0500 0.000110
+gallium_dri.so free 0x5571735e05c0 void 0.000111
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000111
+gallium_dri.so free 0x5571735e0640 void 0.000112
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0640 0.000110
+gallium_dri.so free 0x5571735e0700 void 0.000110
+gallium_dri.so free 0x5571735e0640 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0640 0.000102
+gallium_dri.so free 0x5571735f6940 void 0.000188
+gallium_dri.so free 0x5571735e0640 void 0.000193
+gallium_dri.so malloc 72 0x5571735f68f0 0.000266
+gallium_dri.so free 0x5571735e07c0 void 0.000200
+gallium_dri.so free 0x5571735f68f0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f68f0 0.000252
+gallium_dri.so free 0x5571735e0840 void 0.000154
+gallium_dri.so free 0x5571735f68f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0840 0.000113
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0840 0.000112
+gallium_dri.so free 0x55717346db00 void 0.000112
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0840 0.000111
+gallium_dri.so free 0x55717346db80 void 0.000112
+gallium_dri.so free 0x5571735e0840 void 0.000113
+gallium_dri.so malloc 72 0x55717346dbb0 0.000111
+gallium_dri.so free 0x55717346dc00 void 0.000112
+gallium_dri.so free 0x55717346dbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346dbb0 0.000116
+gallium_dri.so free 0x55717346dd00 void 0.000119
+gallium_dri.so free 0x55717346dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dcb0 0.000113
+gallium_dri.so free 0x55717346ddc0 void 0.000112
+gallium_dri.so free 0x55717346dcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346dd70 0.000115
+gallium_dri.so free 0x55717346de00 void 0.000116
+gallium_dri.so free 0x55717346dd70 void 0.000115
+gallium_dri.so malloc 72 0x55717346dd70 0.000123
+gallium_dri.so free 0x55717346dec0 void 0.000130
+gallium_dri.so free 0x55717346dd70 void 0.000126
+gallium_dri.so malloc 72 0x55717346df30 0.000119
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717346df30 void 0.000121
+gallium_dri.so malloc 72 0x55717346df30 0.000123
+gallium_dri.so free 0x55717346b5c0 void 0.000123
+gallium_dri.so free 0x55717346df30 void 0.000119
+gallium_dri.so malloc 72 0x55717346b5c0 0.000113
+gallium_dri.so free 0x55717346b680 void 0.000113
+gallium_dri.so free 0x55717346b5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b5c0 0.000122
+gallium_dri.so free 0x55717346b740 void 0.000124
+gallium_dri.so free 0x55717346b5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b5c0 0.000112
+gallium_dri.so free 0x55717346b800 void 0.000112
+gallium_dri.so free 0x55717346b5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b7b0 0.000117
+gallium_dri.so free 0x55717346b880 void 0.000123
+gallium_dri.so free 0x55717346b7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b8d0 0.000119
+gallium_dri.so free 0x55717346b940 void 0.000121
+gallium_dri.so free 0x55717346b8d0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b9a0 0.000161
+gallium_dri.so free 0x5571735c33c0 void 0.000131
+gallium_dri.so free 0x55717346b9a0 void 0.000132
+gallium_dri.so malloc 72 0x55717346b9a0 0.000173
+gallium_dri.so free 0x5571735c3440 void 0.000169
+gallium_dri.so free 0x55717346b9a0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c3470 0.000166
+gallium_dri.so free 0x5571735c34c0 void 0.000131
+gallium_dri.so free 0x5571735c3470 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3470 0.000125
+gallium_dri.so free 0x5571735c35c0 void 0.000127
+gallium_dri.so free 0x5571735c3470 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3570 0.000125
+gallium_dri.so free 0x5571735c3680 void 0.000131
+gallium_dri.so free 0x5571735c3570 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3630 0.000126
+gallium_dri.so free 0x5571735c36c0 void 0.000127
+gallium_dri.so free 0x5571735c3630 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3630 0.000131
+gallium_dri.so free 0x5571735c3780 void 0.000137
+gallium_dri.so free 0x5571735c3630 void 0.000127
+gallium_dri.so malloc 72 0x5571735c37d0 0.000126
+gallium_dri.so free 0x55717360eac0 void 0.000130
+gallium_dri.so free 0x5571735c37d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c37d0 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000121
+gallium_dri.so free 0x5571735c37d0 void 0.000120
+gallium_dri.so malloc 72 0x55717360eb40 0.000124
+gallium_dri.so free 0x55717360ec00 void 0.000131
+gallium_dri.so free 0x55717360eb40 void 0.000131
+gallium_dri.so malloc 72 0x55717360eb40 0.000129
+gallium_dri.so free 0x55717360ecc0 void 0.000131
+gallium_dri.so free 0x55717360eb40 void 0.000131
+gallium_dri.so malloc 72 0x55717360eb40 0.000127
+gallium_dri.so free 0x55717360ed80 void 0.000121
+gallium_dri.so free 0x55717360eb40 void 0.000137
+gallium_dri.so malloc 72 0x55717360ed30 0.000124
+gallium_dri.so free 0x55717360ee00 void 0.000126
+gallium_dri.so free 0x55717360ed30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ee50 0.000130
+gallium_dri.so free 0x55717360eec0 void 0.000131
+gallium_dri.so free 0x55717360ee50 void 0.000218
+gallium_dri.so malloc 72 0x55717360ef00 0.000188
+gallium_dri.so free 0x5571735ff140 void 0.000240
+gallium_dri.so free 0x55717360ef00 void 0.000167
+gallium_dri.so malloc 72 0x55717360ef00 0.000164
+gallium_dri.so free 0x5571735ff1c0 void 0.000196
+gallium_dri.so free 0x55717360ef00 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000189
+gallium_dri.so free 0x5571735ff240 void 0.000222
+gallium_dri.so free 0x5571735ff1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000129
+gallium_dri.so free 0x5571735ff340 void 0.000127
+gallium_dri.so free 0x5571735ff1f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000124
+gallium_dri.so free 0x5571735ff400 void 0.000131
+gallium_dri.so free 0x5571735ff2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000164
+gallium_dri.so free 0x5571735ff440 void 0.000167
+gallium_dri.so free 0x5571735ff3b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000129
+gallium_dri.so free 0x5571735ff500 void 0.000130
+gallium_dri.so free 0x5571735ff3b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff570 0.000131
+gallium_dri.so free 0x5571735fcb80 void 0.000128
+gallium_dri.so free 0x5571735ff570 void 0.000138
+gallium_dri.so malloc 72 0x5571735ff570 0.000132
+gallium_dri.so free 0x5571735fcc00 void 0.000129
+gallium_dri.so free 0x5571735ff570 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcc00 0.000124
+gallium_dri.so free 0x5571735fccc0 void 0.000125
+gallium_dri.so free 0x5571735fcc00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcc00 0.000125
+gallium_dri.so free 0x5571735fcd80 void 0.000184
+gallium_dri.so free 0x5571735fcc00 void 0.000223
+gallium_dri.so malloc 72 0x5571735fcc00 0.000130
+gallium_dri.so free 0x5571735fce40 void 0.000124
+gallium_dri.so free 0x5571735fcc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000121
+gallium_dri.so free 0x5571735fcec0 void 0.000140
+gallium_dri.so free 0x5571735fcdf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcf10 0.000132
+gallium_dri.so free 0x5571735fcf80 void 0.000130
+gallium_dri.so free 0x5571735fcf10 void 0.000131
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000129
+gallium_dri.so free 0x5571735fcfe0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000130
+gallium_dri.so free 0x5571735dd800 void 0.000129
+gallium_dri.so free 0x5571735fcfe0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd830 0.000126
+gallium_dri.so free 0x5571735dd880 void 0.000126
+gallium_dri.so free 0x5571735dd830 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd830 0.000121
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd830 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd930 0.000125
+gallium_dri.so free 0x5571735dda40 void 0.000120
+gallium_dri.so free 0x5571735dd930 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000130
+gallium_dri.so free 0x5571735dda80 void 0.000187
+gallium_dri.so free 0x5571735dd9f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000129
+gallium_dri.so free 0x5571735ddb40 void 0.000162
+gallium_dri.so free 0x5571735dd9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ddb90 0.000165
+gallium_dri.so free 0x557173620140 void 0.000126
+gallium_dri.so free 0x5571735ddb90 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddb90 0.000130
+gallium_dri.so free 0x5571736201c0 void 0.000130
+gallium_dri.so free 0x5571735ddb90 void 0.000125
+gallium_dri.so malloc 72 0x5571736201c0 0.000120
+gallium_dri.so free 0x557173620280 void 0.000125
+gallium_dri.so free 0x5571736201c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736201c0 0.000164
+gallium_dri.so free 0x557173620340 void 0.000126
+gallium_dri.so free 0x5571736201c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736201c0 0.000121
+gallium_dri.so free 0x557173620400 void 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736203b0 0.000119
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x5571736203b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736204d0 0.000119
+gallium_dri.so free 0x557173620540 void 0.000119
+gallium_dri.so free 0x5571736204d0 void 0.000119
+gallium_dri.so malloc 72 0x557173620580 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000119
+gallium_dri.so free 0x557173620580 void 0.000118
+gallium_dri.so malloc 72 0x557173620580 0.000117
+gallium_dri.so free 0x5571735f7b80 void 0.000120
+gallium_dri.so free 0x557173620580 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000118
+gallium_dri.so free 0x5571735f7c00 void 0.000120
+gallium_dri.so free 0x5571735f7bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000120
+gallium_dri.so free 0x5571735f7d00 void 0.000120
+gallium_dri.so free 0x5571735f7bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000123
+gallium_dri.so free 0x5571735f7dc0 void 0.000121
+gallium_dri.so free 0x5571735f7cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d70 0.000118
+gallium_dri.so free 0x5571735f7e00 void 0.000121
+gallium_dri.so free 0x5571735f7d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7d70 0.000118
+gallium_dri.so free 0x5571735f7ec0 void 0.000120
+gallium_dri.so free 0x5571735f7d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f30 0.000121
+gallium_dri.so free 0x5571735ddd80 void 0.000132
+gallium_dri.so free 0x5571735f7f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f30 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so free 0x5571735f7f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735dde00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dde00 0.000124
+gallium_dri.so free 0x5571735ddf80 void 0.000122
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000126
+gallium_dri.so free 0x5571735de040 void 0.000126
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddff0 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de110 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so free 0x5571735de110 void 0.000118
+gallium_dri.so malloc 72 0x5571735de1e0 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000119
+gallium_dri.so free 0x5571735de1e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1e0 0.000118
+gallium_dri.so free 0x55717361f5c0 void 0.000124
+gallium_dri.so free 0x5571735de1e0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f5f0 0.000119
+gallium_dri.so free 0x55717361f640 void 0.000115
+gallium_dri.so free 0x55717361f5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f5f0 0.000124
+gallium_dri.so free 0x55717361f740 void 0.000115
+gallium_dri.so free 0x55717361f5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f6f0 0.000112
+gallium_dri.so free 0x55717361f800 void 0.000114
+gallium_dri.so free 0x55717361f6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f7b0 0.000112
+gallium_dri.so free 0x55717361f840 void 0.000114
+gallium_dri.so free 0x55717361f7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f7b0 0.000114
+gallium_dri.so free 0x55717361f900 void 0.000115
+gallium_dri.so free 0x55717361f7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f950 0.000114
+gallium_dri.so free 0x55717361f9c0 void 0.000113
+gallium_dri.so free 0x55717361f950 void 0.000112
+gallium_dri.so malloc 72 0x55717361fa00 0.000112
+gallium_dri.so free 0x55717361fa80 void 0.000115
+gallium_dri.so free 0x55717361fa00 void 0.000114
+gallium_dri.so malloc 72 0x55717361fa80 0.000114
+gallium_dri.so free 0x55717361fb40 void 0.000114
+gallium_dri.so free 0x55717361fa80 void 0.000114
+gallium_dri.so malloc 72 0x55717361fa80 0.000112
+gallium_dri.so free 0x55717361fbc0 void 0.000113
+gallium_dri.so free 0x55717361fa80 void 0.000113
+gallium_dri.so malloc 72 0x55717361fbf0 0.000123
+gallium_dri.so free 0x55717361fc40 void 0.000113
+gallium_dri.so free 0x55717361fbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361fbf0 0.000112
+gallium_dri.so free 0x55717361fd40 void 0.000112
+gallium_dri.so free 0x55717361fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fcf0 0.000112
+gallium_dri.so free 0x55717361fe00 void 0.000112
+gallium_dri.so free 0x55717361fcf0 void 0.000111
+gallium_dri.so malloc 72 0x55717361fdb0 0.000111
+gallium_dri.so free 0x557173474580 void 0.000113
+gallium_dri.so free 0x55717361fdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361fdb0 0.000113
+gallium_dri.so free 0x557173474640 void 0.000111
+gallium_dri.so free 0x55717361fdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fdb0 0.000124
+gallium_dri.so free 0x557173474700 void 0.000118
+gallium_dri.so free 0x55717361fdb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734746b0 0.000113
+gallium_dri.so free 0x557173474780 void 0.000114
+gallium_dri.so free 0x5571734746b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734747d0 0.000116
+gallium_dri.so free 0x557173474840 void 0.000114
+gallium_dri.so free 0x5571734747d0 void 0.000113
+gallium_dri.so malloc 72 0x557173474860 0.000114
+gallium_dri.so free 0x557173474900 void 0.000114
+gallium_dri.so free 0x557173474860 void 0.000113
+gallium_dri.so malloc 72 0x5571734748b0 0.000128
+gallium_dri.so free 0x557173474980 void 0.000115
+gallium_dri.so free 0x5571734748b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734748b0 0.000112
+gallium_dri.so free 0x557173474a80 void 0.000114
+gallium_dri.so free 0x5571734748b0 void 0.000112
+gallium_dri.so malloc 72 0x557173474a30 0.000112
+gallium_dri.so free 0x557173474b00 void 0.000114
+gallium_dri.so free 0x557173474a30 void 0.000113
+gallium_dri.so malloc 72 0x557173474b50 0.000112
+gallium_dri.so free 0x557173474bc0 void 0.000255
+gallium_dri.so free 0x557173474b50 void 0.000213
+gallium_dri.so malloc 72 0x557173474be0 0.000117
+gallium_dri.so free 0x557173474c80 void 0.000121
+gallium_dri.so free 0x557173474be0 void 0.000113
+gallium_dri.so malloc 72 0x557173474c30 0.000113
+gallium_dri.so free 0x557173474d00 void 0.000114
+gallium_dri.so free 0x557173474c30 void 0.000114
+gallium_dri.so malloc 72 0x557173474c30 0.000114
+gallium_dri.so free 0x557173474d80 void 0.000115
+gallium_dri.so free 0x557173474c30 void 0.000114
+gallium_dri.so malloc 72 0x557173474d80 0.000114
+gallium_dri.so free 0x557173474e40 void 0.000115
+gallium_dri.so free 0x557173474d80 void 0.000114
+gallium_dri.so malloc 72 0x557173474d80 0.000114
+gallium_dri.so free 0x557173474f40 void 0.000116
+gallium_dri.so free 0x557173474d80 void 0.000125
+gallium_dri.so malloc 72 0x557173474d80 0.000114
+gallium_dri.so free 0x557173474fc0 void 0.000114
+gallium_dri.so free 0x557173474d80 void 0.000113
+gallium_dri.so malloc 72 0x557173474ff0 0.000112
+gallium_dri.so free 0x557173475040 void 0.000113
+gallium_dri.so free 0x557173474ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173474ff0 0.000113
+gallium_dri.so free 0x557173475140 void 0.000118
+gallium_dri.so free 0x557173474ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571734750f0 0.000119
+gallium_dri.so free 0x557173475200 void 0.000114
+gallium_dri.so free 0x5571734750f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734751b0 0.000114
+gallium_dri.so free 0x557173475240 void 0.000113
+gallium_dri.so free 0x5571734751b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734751b0 0.000113
+gallium_dri.so free 0x557173475300 void 0.000114
+gallium_dri.so free 0x5571734751b0 void 0.000112
+gallium_dri.so malloc 72 0x557173475350 0.000113
+gallium_dri.so free 0x5571734753c0 void 0.000114
+gallium_dri.so free 0x557173475350 void 0.000112
+gallium_dri.so malloc 72 0x557173475400 0.000112
+gallium_dri.so free 0x557173475480 void 0.000115
+gallium_dri.so free 0x557173475400 void 0.000113
+gallium_dri.so malloc 72 0x557173475480 0.000112
+gallium_dri.so free 0x557173475540 void 0.000113
+gallium_dri.so free 0x557173475480 void 0.000126
+gallium_dri.so malloc 72 0x557173475480 0.000115
+gallium_dri.so free 0x5571734755c0 void 0.000115
+gallium_dri.so free 0x557173475480 void 0.000115
+gallium_dri.so malloc 72 0x5571734755f0 0.000114
+gallium_dri.so free 0x557173475640 void 0.000115
+gallium_dri.so free 0x5571734755f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734755f0 0.000114
+gallium_dri.so free 0x557173475740 void 0.000115
+gallium_dri.so free 0x5571734755f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734756f0 0.000115
+gallium_dri.so free 0x557173475800 void 0.000114
+gallium_dri.so free 0x5571734756f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734757b0 0.000115
+gallium_dri.so free 0x557173475880 void 0.000116
+gallium_dri.so free 0x5571734757b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734758a0 0.000113
+gallium_dri.so free 0x557173475940 void 0.000115
+gallium_dri.so free 0x5571734758a0 void 0.000152
+gallium_dri.so malloc 72 0x5571734758f0 0.000115
+gallium_dri.so free 0x5571734759c0 void 0.000115
+gallium_dri.so free 0x5571734758f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734758f0 0.000114
+gallium_dri.so free 0x557173475a40 void 0.000114
+gallium_dri.so free 0x5571734758f0 void 0.000114
+gallium_dri.so malloc 72 0x557173475a40 0.000113
+gallium_dri.so free 0x557173475b00 void 0.000114
+gallium_dri.so free 0x557173475a40 void 0.000160
+gallium_dri.so malloc 72 0x557173475a40 0.000114
+gallium_dri.so free 0x557173475bc0 void 0.000113
+gallium_dri.so free 0x557173475a40 void 0.000113
+gallium_dri.so malloc 72 0x557173475a40 0.000114
+gallium_dri.so free 0x557173475c80 void 0.000116
+gallium_dri.so free 0x557173475a40 void 0.000114
+gallium_dri.so malloc 72 0x557173475c30 0.000112
+gallium_dri.so free 0x557173475c80 void 0.000115
+gallium_dri.so free 0x557173475c30 void 0.000113
+gallium_dri.so malloc 72 0x557173475c30 0.000113
+gallium_dri.so free 0x557173475d80 void 0.000114
+gallium_dri.so free 0x557173475c30 void 0.000114
+gallium_dri.so malloc 72 0x557173475d30 0.000114
+gallium_dri.so free 0x557173475e40 void 0.000113
+gallium_dri.so free 0x557173475d30 void 0.000125
+gallium_dri.so malloc 72 0x557173475df0 0.000119
+gallium_dri.so free 0x557173475e80 void 0.000115
+gallium_dri.so free 0x557173475df0 void 0.000114
+gallium_dri.so malloc 72 0x557173475df0 0.000113
+gallium_dri.so free 0x557173475f40 void 0.000114
+gallium_dri.so free 0x557173475df0 void 0.000118
+gallium_dri.so malloc 72 0x557173475f80 0.000116
+gallium_dri.so free 0x557173476000 void 0.000114
+gallium_dri.so free 0x557173475f80 void 0.000114
+gallium_dri.so malloc 72 0x557173476000 0.000116
+gallium_dri.so free 0x5571734760c0 void 0.000115
+gallium_dri.so free 0x557173476000 void 0.000125
+gallium_dri.so malloc 72 0x557173476000 0.000113
+gallium_dri.so free 0x557173476180 void 0.000113
+gallium_dri.so free 0x557173476000 void 0.000112
+gallium_dri.so malloc 72 0x5571734761a0 0.000112
+gallium_dri.so free 0x557173476240 void 0.000112
+gallium_dri.so free 0x5571734761a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734761f0 0.000112
+gallium_dri.so free 0x5571734762c0 void 0.000113
+gallium_dri.so free 0x5571734761f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734761f0 0.000111
+gallium_dri.so free 0x557173476340 void 0.000112
+gallium_dri.so free 0x5571734761f0 void 0.000112
+gallium_dri.so malloc 72 0x557173476340 0.000113
+gallium_dri.so free 0x557173476400 void 0.000113
+gallium_dri.so free 0x557173476340 void 0.000112
+gallium_dri.so malloc 72 0x557173476340 0.000111
+gallium_dri.so free 0x5571734764c0 void 0.000112
+gallium_dri.so free 0x557173476340 void 0.000112
+gallium_dri.so malloc 72 0x557173476340 0.000112
+gallium_dri.so free 0x557173476580 void 0.000114
+gallium_dri.so free 0x557173476340 void 0.000111
+gallium_dri.so malloc 72 0x557173476530 0.000114
+gallium_dri.so free 0x557173476640 void 0.000114
+gallium_dri.so free 0x557173476530 void 0.000112
+gallium_dri.so malloc 72 0x5571734765f0 0.000112
+gallium_dri.so free 0x5571734766c0 void 0.000113
+gallium_dri.so free 0x5571734765f0 void 0.000112
+gallium_dri.so malloc 72 0x557173476710 0.000116
+gallium_dri.so free 0x557173476780 void 0.000114
+gallium_dri.so free 0x557173476710 void 0.000114
+gallium_dri.so malloc 72 0x5571734767a0 0.000114
+gallium_dri.so free 0x557173476840 void 0.000116
+gallium_dri.so free 0x5571734767a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734767f0 0.000115
+gallium_dri.so free 0x5571734768c0 void 0.000114
+gallium_dri.so free 0x5571734767f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734767f0 0.000124
+gallium_dri.so free 0x557173476940 void 0.000125
+gallium_dri.so free 0x5571734767f0 void 0.000119
+gallium_dri.so malloc 72 0x557173476940 0.000115
+gallium_dri.so free 0x557173476a00 void 0.000115
+gallium_dri.so free 0x557173476940 void 0.000114
+gallium_dri.so malloc 72 0x557173476940 0.000114
+gallium_dri.so free 0x557173476b00 void 0.000115
+gallium_dri.so free 0x557173476940 void 0.000114
+gallium_dri.so malloc 72 0x557173476ab0 0.000114
+gallium_dri.so free 0x557173476b40 void 0.000115
+gallium_dri.so free 0x557173476ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173476ab0 0.000114
+gallium_dri.so free 0x557173476c00 void 0.000114
+gallium_dri.so free 0x557173476ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173476c40 0.000113
+gallium_dri.so free 0x557173476cc0 void 0.000115
+gallium_dri.so free 0x557173476c40 void 0.000182
+gallium_dri.so malloc 72 0x557173476cc0 0.000115
+gallium_dri.so free 0x557173476d80 void 0.000115
+gallium_dri.so free 0x557173476cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173476cc0 0.000115
+gallium_dri.so free 0x557173476e00 void 0.000114
+gallium_dri.so free 0x557173476cc0 void 0.000115
+gallium_dri.so malloc 72 0x557173476e30 0.000114
+gallium_dri.so free 0x557173476e80 void 0.000117
+gallium_dri.so free 0x557173476e30 void 0.000115
+gallium_dri.so malloc 72 0x557173476e30 0.000114
+gallium_dri.so free 0x557173476f80 void 0.000114
+gallium_dri.so free 0x557173476e30 void 0.000115
+gallium_dri.so malloc 72 0x557173476fc0 0.000115
+gallium_dri.so free 0x557173477040 void 0.000115
+gallium_dri.so free 0x557173476fc0 void 0.000116
+gallium_dri.so malloc 72 0x557173477040 0.000115
+gallium_dri.so free 0x557173477100 void 0.000116
+gallium_dri.so free 0x557173477040 void 0.000114
+gallium_dri.so malloc 72 0x557173477040 0.000114
+gallium_dri.so free 0x557173477180 void 0.000114
+gallium_dri.so free 0x557173477040 void 0.000114
+gallium_dri.so malloc 72 0x5571734771b0 0.000114
+gallium_dri.so free 0x557173477200 void 0.000153
+gallium_dri.so free 0x5571734771b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734771b0 0.000113
+gallium_dri.so free 0x557173477300 void 0.000114
+gallium_dri.so free 0x5571734771b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734772b0 0.000110
+gallium_dri.so free 0x5571734773c0 void 0.000112
+gallium_dri.so free 0x5571734772b0 void 0.000113
+gallium_dri.so malloc 72 0x557173477370 0.000112
+gallium_dri.so free 0x557173477440 void 0.000112
+gallium_dri.so free 0x557173477370 void 0.000111
+gallium_dri.so malloc 72 0x557173477370 0.000112
+gallium_dri.so free 0x557173477500 void 0.000113
+gallium_dri.so free 0x557173477370 void 0.000111
+gallium_dri.so malloc 72 0x557173477370 0.000112
+gallium_dri.so free 0x5571734775c0 void 0.000113
+gallium_dri.so free 0x557173477370 void 0.000111
+gallium_dri.so malloc 72 0x557173477570 0.000112
+gallium_dri.so free 0x557173477640 void 0.000112
+gallium_dri.so free 0x557173477570 void 0.000116
+gallium_dri.so malloc 72 0x557173477690 0.000123
+gallium_dri.so free 0x557173477700 void 0.000119
+gallium_dri.so free 0x557173477690 void 0.000113
+gallium_dri.so malloc 72 0x557173477720 0.000112
+gallium_dri.so free 0x5571734777c0 void 0.000112
+gallium_dri.so free 0x557173477720 void 0.000114
+gallium_dri.so malloc 72 0x557173477770 0.000130
+gallium_dri.so free 0x557173477840 void 0.000288
+gallium_dri.so free 0x557173477770 void 0.000333
+gallium_dri.so malloc 72 0x557173477840 0.000234
+gallium_dri.so free 0x557173477900 void 0.000161
+gallium_dri.so free 0x557173477840 void 0.000163
+gallium_dri.so malloc 72 0x557173477840 0.000125
+gallium_dri.so free 0x557173477980 void 0.000123
+gallium_dri.so free 0x557173477840 void 0.000125
+gallium_dri.so malloc 72 0x557173477980 0.000123
+gallium_dri.so free 0x557173477a40 void 0.000131
+gallium_dri.so free 0x557173477980 void 0.000120
+gallium_dri.so malloc 72 0x557173477980 0.000125
+gallium_dri.so free 0x557173477b00 void 0.000124
+gallium_dri.so free 0x557173477980 void 0.000119
+gallium_dri.so malloc 72 0x557173477980 0.000120
+gallium_dri.so free 0x557173477bc0 void 0.000120
+gallium_dri.so free 0x557173477980 void 0.000124
+gallium_dri.so malloc 72 0x557173477b70 0.000128
+gallium_dri.so free 0x557173477c40 void 0.000128
+gallium_dri.so free 0x557173477b70 void 0.000126
+gallium_dri.so malloc 72 0x557173477c90 0.000119
+gallium_dri.so free 0x557173477d00 void 0.000121
+gallium_dri.so free 0x557173477c90 void 0.000119
+gallium_dri.so malloc 72 0x557173477d40 0.000120
+gallium_dri.so free 0x557173477dc0 void 0.000174
+gallium_dri.so free 0x557173477d40 void 0.000125
+gallium_dri.so malloc 72 0x557173477d40 0.000122
+gallium_dri.so free 0x557173477e40 void 0.000119
+gallium_dri.so free 0x557173477d40 void 0.000126
+gallium_dri.so malloc 72 0x557173477e70 0.000122
+gallium_dri.so free 0x557173477ec0 void 0.000121
+gallium_dri.so free 0x557173477e70 void 0.000119
+gallium_dri.so malloc 72 0x557173477e70 0.000120
+gallium_dri.so free 0x557173477fc0 void 0.000122
+gallium_dri.so free 0x557173477e70 void 0.000119
+gallium_dri.so malloc 72 0x557173477f70 0.000120
+gallium_dri.so free 0x557173478080 void 0.000119
+gallium_dri.so free 0x557173477f70 void 0.000118
+gallium_dri.so malloc 72 0x557173478030 0.000119
+gallium_dri.so free 0x5571734780c0 void 0.000120
+gallium_dri.so free 0x557173478030 void 0.000117
+gallium_dri.so malloc 72 0x557173478030 0.000120
+gallium_dri.so free 0x557173478180 void 0.000121
+gallium_dri.so free 0x557173478030 void 0.000120
+gallium_dri.so malloc 72 0x5571734781f0 0.000120
+gallium_dri.so free 0x557173478240 void 0.000118
+gallium_dri.so free 0x5571734781f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734781f0 0.000120
+gallium_dri.so free 0x557173478340 void 0.000122
+gallium_dri.so free 0x5571734781f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734782f0 0.000136
+gallium_dri.so free 0x557173478400 void 0.000123
+gallium_dri.so free 0x5571734782f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734783b0 0.000120
+gallium_dri.so free 0x557173478440 void 0.000122
+gallium_dri.so free 0x5571734783b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734783b0 0.000118
+gallium_dri.so free 0x557173478500 void 0.000121
+gallium_dri.so free 0x5571734783b0 void 0.000119
+gallium_dri.so malloc 72 0x557173478540 0.000120
+gallium_dri.so free 0x5571734785c0 void 0.000120
+gallium_dri.so free 0x557173478540 void 0.000120
+gallium_dri.so malloc 72 0x5571734785c0 0.000120
+gallium_dri.so free 0x557173478680 void 0.000120
+gallium_dri.so free 0x5571734785c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734785c0 0.000119
+gallium_dri.so free 0x557173478740 void 0.000121
+gallium_dri.so free 0x5571734785c0 void 0.000119
+gallium_dri.so malloc 72 0x557173478760 0.000118
+gallium_dri.so free 0x557173478800 void 0.000121
+gallium_dri.so free 0x557173478760 void 0.000120
+gallium_dri.so malloc 72 0x5571734787b0 0.000118
+gallium_dri.so free 0x557173478880 void 0.000120
+gallium_dri.so free 0x5571734787b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734787b0 0.000119
+gallium_dri.so free 0x557173478900 void 0.000119
+gallium_dri.so free 0x5571734787b0 void 0.000156
+gallium_dri.so malloc 72 0x557173478900 0.000154
+gallium_dri.so free 0x5571734789c0 void 0.000151
+gallium_dri.so free 0x557173478900 void 0.000152
+gallium_dri.so malloc 72 0x557173478900 0.000151
+gallium_dri.so free 0x557173478a80 void 0.000153
+gallium_dri.so free 0x557173478900 void 0.000152
+gallium_dri.so malloc 72 0x557173478900 0.000150
+gallium_dri.so free 0x557173478b40 void 0.000158
+gallium_dri.so free 0x557173478900 void 0.000166
+gallium_dri.so malloc 72 0x557173478af0 0.000154
+gallium_dri.so free 0x557173478c00 void 0.000162
+gallium_dri.so free 0x557173478af0 void 0.000125
+gallium_dri.so malloc 72 0x557173478bb0 0.000114
+gallium_dri.so free 0x557173478c80 void 0.000114
+gallium_dri.so free 0x557173478bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173478cd0 0.000114
+gallium_dri.so free 0x557173478d40 void 0.000116
+gallium_dri.so free 0x557173478cd0 void 0.000114
+gallium_dri.so malloc 72 0x557173478d60 0.000115
+gallium_dri.so free 0x557173478e00 void 0.000115
+gallium_dri.so free 0x557173478d60 void 0.000114
+gallium_dri.so malloc 72 0x557173478db0 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000146
+gallium_dri.so free 0x557173478db0 void 0.000114
+gallium_dri.so malloc 72 0x557173478db0 0.000113
+gallium_dri.so free 0x557173478f00 void 0.000115
+gallium_dri.so free 0x557173478db0 void 0.000113
+gallium_dri.so malloc 72 0x557173478f00 0.000114
+gallium_dri.so free 0x557173478fc0 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000115
+gallium_dri.so malloc 72 0x557173478f00 0.000114
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000113
+gallium_dri.so malloc 72 0x557173619fa0 0.000113
+gallium_dri.so free 0x55717361a040 void 0.000114
+gallium_dri.so free 0x557173619fa0 void 0.000113
+gallium_dri.so malloc 72 0x557173619ff0 0.000113
+gallium_dri.so free 0x55717361a0c0 void 0.000115
+gallium_dri.so free 0x557173619ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173619ff0 0.000113
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so free 0x557173619ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a140 0.000113
+gallium_dri.so free 0x55717361a200 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so malloc 72 0x55717361a140 0.000114
+gallium_dri.so free 0x55717361a2c0 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so malloc 72 0x55717361a140 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000126
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so malloc 72 0x55717361a330 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000113
+gallium_dri.so free 0x55717361a330 void 0.000113
+gallium_dri.so malloc 72 0x55717361a330 0.000113
+gallium_dri.so free 0x55717361a480 void 0.000134
+gallium_dri.so free 0x55717361a330 void 0.000131
+gallium_dri.so malloc 72 0x55717361a430 0.000113
+gallium_dri.so free 0x55717361a540 void 0.000112
+gallium_dri.so free 0x55717361a430 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4f0 0.000114
+gallium_dri.so free 0x55717361a580 void 0.000113
+gallium_dri.so free 0x55717361a4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a4f0 0.000113
+gallium_dri.so free 0x55717361a640 void 0.000114
+gallium_dri.so free 0x55717361a4f0 void 0.000111
+gallium_dri.so malloc 72 0x55717361a680 0.000111
+gallium_dri.so free 0x55717361a700 void 0.000180
+gallium_dri.so free 0x55717361a680 void 0.000242
+gallium_dri.so malloc 72 0x55717361a700 0.000117
+gallium_dri.so free 0x55717361a7c0 void 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000114
+gallium_dri.so malloc 72 0x55717361a700 0.000115
+gallium_dri.so free 0x55717361a880 void 0.000113
+gallium_dri.so free 0x55717361a700 void 0.000115
+gallium_dri.so malloc 72 0x55717361a8a0 0.000128
+gallium_dri.so free 0x55717361a940 void 0.000115
+gallium_dri.so free 0x55717361a8a0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a8f0 0.000112
+gallium_dri.so free 0x55717361a9c0 void 0.000113
+gallium_dri.so free 0x55717361a8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a8f0 0.000113
+gallium_dri.so free 0x55717361aa40 void 0.000116
+gallium_dri.so free 0x55717361a8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361aa40 0.000112
+gallium_dri.so free 0x55717361ab00 void 0.000114
+gallium_dri.so free 0x55717361aa40 void 0.000113
+gallium_dri.so malloc 72 0x55717361aa40 0.000113
+gallium_dri.so free 0x55717361abc0 void 0.000114
+gallium_dri.so free 0x55717361aa40 void 0.000114
+gallium_dri.so malloc 72 0x55717361aa40 0.000114
+gallium_dri.so free 0x55717361ac80 void 0.000115
+gallium_dri.so free 0x55717361aa40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac30 0.000114
+gallium_dri.so free 0x55717361ad40 void 0.000114
+gallium_dri.so free 0x55717361ac30 void 0.000113
+gallium_dri.so malloc 72 0x55717361acf0 0.000113
+gallium_dri.so free 0x55717361adc0 void 0.000114
+gallium_dri.so free 0x55717361acf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae10 0.000115
+gallium_dri.so free 0x55717361ae80 void 0.000114
+gallium_dri.so free 0x55717361ae10 void 0.000113
+gallium_dri.so malloc 72 0x55717361aea0 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000116
+gallium_dri.so free 0x55717361aea0 void 0.000112
+gallium_dri.so malloc 72 0x55717361aef0 0.000112
+gallium_dri.so free 0x55717361afc0 void 0.000131
+gallium_dri.so free 0x55717361aef0 void 0.000124
+gallium_dri.so malloc 72 0x55717361aef0 0.000122
+gallium_dri.so free 0x55717361b040 void 0.000121
+gallium_dri.so free 0x55717361aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b040 0.000122
+gallium_dri.so free 0x55717361b100 void 0.000121
+gallium_dri.so free 0x55717361b040 void 0.000120
+gallium_dri.so malloc 72 0x55717361b040 0.000120
+gallium_dri.so free 0x55717361b200 void 0.000121
+gallium_dri.so free 0x55717361b040 void 0.000118
+gallium_dri.so malloc 72 0x55717361b1b0 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000121
+gallium_dri.so free 0x55717361b1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1b0 0.000120
+gallium_dri.so free 0x55717361b300 void 0.000121
+gallium_dri.so free 0x55717361b1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b340 0.000119
+gallium_dri.so free 0x55717361b3c0 void 0.000120
+gallium_dri.so free 0x55717361b340 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3c0 0.000118
+gallium_dri.so free 0x55717361b480 void 0.000119
+gallium_dri.so free 0x55717361b3c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b3c0 0.000124
+gallium_dri.so free 0x55717361b500 void 0.000121
+gallium_dri.so free 0x55717361b3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b530 0.000118
+gallium_dri.so free 0x55717361b580 void 0.000120
+gallium_dri.so free 0x55717361b530 void 0.000117
+gallium_dri.so malloc 72 0x55717361b530 0.000121
+gallium_dri.so free 0x55717361b680 void 0.000121
+gallium_dri.so free 0x55717361b530 void 0.000116
+gallium_dri.so malloc 72 0x55717361b6c0 0.000119
+gallium_dri.so free 0x55717361b740 void 0.000118
+gallium_dri.so free 0x55717361b6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b740 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000122
+gallium_dri.so free 0x55717361b740 void 0.000119
+gallium_dri.so malloc 72 0x55717361b740 0.000117
+gallium_dri.so free 0x55717361b880 void 0.000119
+gallium_dri.so free 0x55717361b740 void 0.000119
+gallium_dri.so malloc 72 0x55717361b8b0 0.000121
+gallium_dri.so free 0x55717361b900 void 0.000122
+gallium_dri.so free 0x55717361b8b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b8b0 0.000120
+gallium_dri.so free 0x55717361ba00 void 0.000122
+gallium_dri.so free 0x55717361b8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b9b0 0.000120
+gallium_dri.so free 0x55717361bac0 void 0.000124
+gallium_dri.so free 0x55717361b9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ba70 0.000121
+gallium_dri.so free 0x55717361bb40 void 0.000117
+gallium_dri.so free 0x55717361ba70 void 0.000117
+gallium_dri.so malloc 72 0x55717361ba70 0.000122
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so free 0x55717361ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ba70 0.000119
+gallium_dri.so free 0x55717361bcc0 void 0.000120
+gallium_dri.so free 0x55717361ba70 void 0.000117
+gallium_dri.so malloc 72 0x55717361bc70 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000122
+gallium_dri.so free 0x55717361bc70 void 0.000117
+gallium_dri.so malloc 72 0x55717361bd90 0.000121
+gallium_dri.so free 0x55717361be00 void 0.000118
+gallium_dri.so free 0x55717361bd90 void 0.000118
+gallium_dri.so malloc 72 0x55717361be20 0.000120
+gallium_dri.so free 0x55717361bec0 void 0.000119
+gallium_dri.so free 0x55717361be20 void 0.000118
+gallium_dri.so malloc 72 0x55717361be70 0.000121
+gallium_dri.so free 0x55717361bf40 void 0.000121
+gallium_dri.so free 0x55717361be70 void 0.000117
+gallium_dri.so malloc 72 0x55717361bf40 0.000118
+gallium_dri.so free 0x55717361c000 void 0.000118
+gallium_dri.so free 0x55717361bf40 void 0.000119
+gallium_dri.so malloc 72 0x55717361bf40 0.000120
+gallium_dri.so free 0x55717361c080 void 0.000123
+gallium_dri.so free 0x55717361bf40 void 0.000120
+gallium_dri.so malloc 72 0x55717361c080 0.000122
+gallium_dri.so free 0x55717361c140 void 0.000120
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so malloc 72 0x55717361c080 0.000120
+gallium_dri.so free 0x55717361c200 void 0.000121
+gallium_dri.so free 0x55717361c080 void 0.000117
+gallium_dri.so malloc 72 0x55717361c080 0.000120
+gallium_dri.so free 0x55717361c2c0 void 0.000123
+gallium_dri.so free 0x55717361c080 void 0.000121
+gallium_dri.so malloc 72 0x55717361c270 0.000120
+gallium_dri.so free 0x55717361c340 void 0.000121
+gallium_dri.so free 0x55717361c270 void 0.000119
+gallium_dri.so malloc 72 0x55717361c390 0.000118
+gallium_dri.so free 0x55717361c400 void 0.000122
+gallium_dri.so free 0x55717361c390 void 0.000120
+gallium_dri.so malloc 72 0x55717361c440 0.000120
+gallium_dri.so free 0x55717361c4c0 void 0.000120
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so malloc 72 0x55717361c440 0.000121
+gallium_dri.so free 0x55717361c540 void 0.000121
+gallium_dri.so free 0x55717361c440 void 0.000120
+gallium_dri.so malloc 72 0x55717361c570 0.000118
+gallium_dri.so free 0x55717361c5c0 void 0.000120
+gallium_dri.so free 0x55717361c570 void 0.000116
+gallium_dri.so malloc 72 0x55717361c570 0.000122
+gallium_dri.so free 0x55717361c6c0 void 0.000121
+gallium_dri.so free 0x55717361c570 void 0.000120
+gallium_dri.so malloc 72 0x55717361c670 0.000120
+gallium_dri.so free 0x55717361c780 void 0.000121
+gallium_dri.so free 0x55717361c670 void 0.000119
+gallium_dri.so malloc 72 0x55717361c730 0.000119
+gallium_dri.so free 0x55717361c7c0 void 0.000122
+gallium_dri.so free 0x55717361c730 void 0.000119
+gallium_dri.so malloc 72 0x55717361c730 0.000119
+gallium_dri.so free 0x55717361c880 void 0.000125
+gallium_dri.so free 0x55717361c730 void 0.000118
+gallium_dri.so malloc 72 0x55717361c8f0 0.000120
+gallium_dri.so free 0x55717361c940 void 0.000122
+gallium_dri.so free 0x55717361c8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c8f0 0.000120
+gallium_dri.so free 0x55717361ca40 void 0.000120
+gallium_dri.so free 0x55717361c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c9f0 0.000120
+gallium_dri.so free 0x55717361cb00 void 0.000121
+gallium_dri.so free 0x55717361c9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cab0 0.000121
+gallium_dri.so free 0x55717361cb40 void 0.000121
+gallium_dri.so free 0x55717361cab0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cab0 0.000117
+gallium_dri.so free 0x55717361cc00 void 0.000121
+gallium_dri.so free 0x55717361cab0 void 0.000110
+gallium_dri.so malloc 72 0x55717361cc40 0.000119
+gallium_dri.so free 0x55717361ccc0 void 0.000121
+gallium_dri.so free 0x55717361cc40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ccc0 0.000120
+gallium_dri.so free 0x55717361cd80 void 0.000119
+gallium_dri.so free 0x55717361ccc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ccc0 0.000117
+gallium_dri.so free 0x55717361ce40 void 0.000120
+gallium_dri.so free 0x55717361ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ce60 0.000121
+gallium_dri.so free 0x55717361cf00 void 0.000120
+gallium_dri.so free 0x55717361ce60 void 0.000118
+gallium_dri.so malloc 72 0x55717361ceb0 0.000120
+gallium_dri.so free 0x55717361cf80 void 0.000120
+gallium_dri.so free 0x55717361ceb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ceb0 0.000121
+gallium_dri.so free 0x55717361d000 void 0.000121
+gallium_dri.so free 0x55717361ceb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d000 0.000120
+gallium_dri.so free 0x55717361d0c0 void 0.000119
+gallium_dri.so free 0x55717361d000 void 0.000119
+gallium_dri.so malloc 72 0x55717361d000 0.000119
+gallium_dri.so free 0x55717361d180 void 0.000117
+gallium_dri.so free 0x55717361d000 void 0.000119
+gallium_dri.so malloc 72 0x55717361d000 0.000118
+gallium_dri.so free 0x55717361d240 void 0.000122
+gallium_dri.so free 0x55717361d000 void 0.000120
+gallium_dri.so malloc 72 0x55717361d1f0 0.000118
+gallium_dri.so free 0x55717361d300 void 0.000118
+gallium_dri.so free 0x55717361d1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d2b0 0.000120
+gallium_dri.so free 0x55717361d380 void 0.000121
+gallium_dri.so free 0x55717361d2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d3d0 0.000120
+gallium_dri.so free 0x55717361d440 void 0.000121
+gallium_dri.so free 0x55717361d3d0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d460 0.000119
+gallium_dri.so free 0x55717361d500 void 0.000121
+gallium_dri.so free 0x55717361d460 void 0.000120
+gallium_dri.so malloc 72 0x55717361d4b0 0.000120
+gallium_dri.so free 0x55717361d580 void 0.000118
+gallium_dri.so free 0x55717361d4b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d4b0 0.000121
+gallium_dri.so free 0x55717361d600 void 0.000119
+gallium_dri.so free 0x55717361d4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d600 0.000121
+gallium_dri.so free 0x55717361d6c0 void 0.000121
+gallium_dri.so free 0x55717361d600 void 0.000120
+gallium_dri.so malloc 72 0x55717361d600 0.000121
+gallium_dri.so free 0x55717361d7c0 void 0.000120
+gallium_dri.so free 0x55717361d600 void 0.000172
+gallium_dri.so malloc 72 0x55717361d770 0.000127
+gallium_dri.so free 0x55717361d800 void 0.000119
+gallium_dri.so free 0x55717361d770 void 0.000117
+gallium_dri.so malloc 72 0x55717361d770 0.000121
+gallium_dri.so free 0x55717361d8c0 void 0.000122
+gallium_dri.so free 0x55717361d770 void 0.000120
+gallium_dri.so malloc 72 0x55717361d900 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000120
+gallium_dri.so free 0x55717361d900 void 0.000120
+gallium_dri.so malloc 72 0x55717361d980 0.000121
+gallium_dri.so free 0x55717361da40 void 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000119
+gallium_dri.so malloc 72 0x55717361d980 0.000122
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so free 0x55717361d980 void 0.000121
+gallium_dri.so malloc 72 0x55717361daf0 0.000122
+gallium_dri.so free 0x55717361db40 void 0.000120
+gallium_dri.so free 0x55717361daf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361daf0 0.000120
+gallium_dri.so free 0x55717361dc40 void 0.000121
+gallium_dri.so free 0x55717361daf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361dc80 0.000119
+gallium_dri.so free 0x55717361dd00 void 0.000121
+gallium_dri.so free 0x55717361dc80 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd00 0.000120
+gallium_dri.so free 0x55717361ddc0 void 0.000131
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd00 0.000120
+gallium_dri.so free 0x55717361de40 void 0.000121
+gallium_dri.so free 0x55717361dd00 void 0.000123
+gallium_dri.so malloc 72 0x55717361de70 0.000118
+gallium_dri.so free 0x55717361dec0 void 0.000122
+gallium_dri.so free 0x55717361de70 void 0.000117
+gallium_dri.so malloc 72 0x55717361de70 0.000120
+gallium_dri.so free 0x55717361dfc0 void 0.000121
+gallium_dri.so free 0x55717361de70 void 0.000116
+gallium_dri.so malloc 72 0x55717361df70 0.000119
+gallium_dri.so free 0x55717361e080 void 0.000117
+gallium_dri.so free 0x55717361df70 void 0.000120
+gallium_dri.so malloc 72 0x55717361e030 0.000119
+gallium_dri.so free 0x55717361e100 void 0.000120
+gallium_dri.so free 0x55717361e030 void 0.000120
+gallium_dri.so malloc 72 0x55717361e030 0.000120
+gallium_dri.so free 0x55717361e1c0 void 0.000121
+gallium_dri.so free 0x55717361e030 void 0.000117
+gallium_dri.so malloc 72 0x55717361e030 0.000121
+gallium_dri.so free 0x55717361e280 void 0.000119
+gallium_dri.so free 0x55717361e030 void 0.000117
+gallium_dri.so malloc 72 0x55717361e230 0.000121
+gallium_dri.so free 0x55717361e300 void 0.000121
+gallium_dri.so free 0x55717361e230 void 0.000120
+gallium_dri.so malloc 72 0x55717361e350 0.000129
+gallium_dri.so free 0x55717361e3c0 void 0.000122
+gallium_dri.so free 0x55717361e350 void 0.000116
+gallium_dri.so malloc 72 0x55717361e3e0 0.000119
+gallium_dri.so free 0x55717361e480 void 0.000121
+gallium_dri.so free 0x55717361e3e0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e430 0.000120
+gallium_dri.so free 0x55717361e500 void 0.000118
+gallium_dri.so free 0x55717361e430 void 0.000119
+gallium_dri.so malloc 72 0x55717361e500 0.000120
+gallium_dri.so free 0x55717361e5c0 void 0.000118
+gallium_dri.so free 0x55717361e500 void 0.000120
+gallium_dri.so malloc 72 0x55717361e500 0.000120
+gallium_dri.so free 0x55717361e640 void 0.000120
+gallium_dri.so free 0x55717361e500 void 0.000121
+gallium_dri.so malloc 72 0x55717361e640 0.000120
+gallium_dri.so free 0x55717361e700 void 0.000121
+gallium_dri.so free 0x55717361e640 void 0.000121
+gallium_dri.so malloc 72 0x55717361e640 0.000122
+gallium_dri.so free 0x55717361e7c0 void 0.000122
+gallium_dri.so free 0x55717361e640 void 0.000119
+gallium_dri.so malloc 72 0x55717361e640 0.000120
+gallium_dri.so free 0x55717361e880 void 0.000120
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so malloc 72 0x55717361e830 0.000120
+gallium_dri.so free 0x55717361e900 void 0.000121
+gallium_dri.so free 0x55717361e830 void 0.000193
+gallium_dri.so malloc 72 0x55717361e950 0.000122
+gallium_dri.so free 0x55717361e9c0 void 0.000122
+gallium_dri.so free 0x55717361e950 void 0.000120
+gallium_dri.so malloc 72 0x55717361ea00 0.000120
+gallium_dri.so free 0x55717361ea80 void 0.000121
+gallium_dri.so free 0x55717361ea00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ea00 0.000120
+gallium_dri.so free 0x55717361eb00 void 0.000121
+gallium_dri.so free 0x55717361ea00 void 0.000117
+gallium_dri.so malloc 72 0x55717361eb30 0.000123
+gallium_dri.so free 0x55717361eb80 void 0.000122
+gallium_dri.so free 0x55717361eb30 void 0.000117
+gallium_dri.so malloc 72 0x55717361eb30 0.000120
+gallium_dri.so free 0x55717361ec80 void 0.000121
+gallium_dri.so free 0x55717361eb30 void 0.000120
+gallium_dri.so malloc 72 0x55717361ec30 0.000118
+gallium_dri.so free 0x55717361ed40 void 0.000121
+gallium_dri.so free 0x55717361ec30 void 0.000121
+gallium_dri.so malloc 72 0x55717361ecf0 0.000121
+gallium_dri.so free 0x55717361ed80 void 0.000119
+gallium_dri.so free 0x55717361ecf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ecf0 0.000120
+gallium_dri.so free 0x55717361ee40 void 0.000121
+gallium_dri.so free 0x55717361ecf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361eeb0 0.000121
+gallium_dri.so free 0x55717361ef00 void 0.000108
+gallium_dri.so free 0x55717361eeb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361eeb0 0.000120
+gallium_dri.so free 0x55717361f000 void 0.000121
+gallium_dri.so free 0x55717361eeb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361efb0 0.000120
+gallium_dri.so free 0x55717361f0c0 void 0.000122
+gallium_dri.so free 0x55717361efb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f070 0.000121
+gallium_dri.so free 0x55717361f100 void 0.000121
+gallium_dri.so free 0x55717361f070 void 0.000117
+gallium_dri.so malloc 72 0x55717361f070 0.000120
+gallium_dri.so free 0x55717361f1c0 void 0.000122
+gallium_dri.so free 0x55717361f070 void 0.000120
+gallium_dri.so malloc 72 0x55717361f200 0.000119
+gallium_dri.so free 0x55717361f280 void 0.000121
+gallium_dri.so free 0x55717361f200 void 0.000119
+gallium_dri.so malloc 72 0x55717361f280 0.000120
+gallium_dri.so free 0x55717361f340 void 0.000122
+gallium_dri.so free 0x55717361f280 void 0.000121
+gallium_dri.so malloc 72 0x55717361f280 0.000121
+gallium_dri.so free 0x55717361f400 void 0.000119
+gallium_dri.so free 0x55717361f280 void 0.000120
+gallium_dri.so malloc 72 0x55717361f420 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000118
+gallium_dri.so free 0x55717361f420 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000130
+gallium_dri.so free 0x5571735ed340 void 0.000122
+gallium_dri.so free 0x5571735ed2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000122
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000120
+gallium_dri.so free 0x5571735ed500 void 0.000126
+gallium_dri.so free 0x5571735ed3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000121
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000120
+gallium_dri.so free 0x5571735ed600 void 0.000120
+gallium_dri.so free 0x5571735ed4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed650 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000122
+gallium_dri.so free 0x5571735ed650 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed700 0.000121
+gallium_dri.so free 0x5571735ed780 void 0.000117
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed780 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000118
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed780 0.000119
+gallium_dri.so free 0x5571735ed8c0 void 0.000122
+gallium_dri.so free 0x5571735ed780 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000121
+gallium_dri.so free 0x5571735ed940 void 0.000121
+gallium_dri.so free 0x5571735ed8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000120
+gallium_dri.so free 0x5571735ed8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000121
+gallium_dri.so free 0x5571735edb00 void 0.000122
+gallium_dri.so free 0x5571735ed9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edab0 0.000120
+gallium_dri.so free 0x5571735edb80 void 0.000117
+gallium_dri.so free 0x5571735edab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edba0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so free 0x5571735edba0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edbf0 0.000118
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edbf0 0.000120
+gallium_dri.so free 0x5571735edd40 void 0.000123
+gallium_dri.so free 0x5571735edbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735edd40 0.000121
+gallium_dri.so free 0x5571735ede00 void 0.000120
+gallium_dri.so free 0x5571735edd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735edd40 0.000175
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd40 0.000117
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735edd40 void 0.000116
+gallium_dri.so malloc 72 0x5571735edf30 0.000123
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735edf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edf30 0.000121
+gallium_dri.so free 0x5571735ee080 void 0.000121
+gallium_dri.so free 0x5571735edf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee030 0.000121
+gallium_dri.so free 0x5571735ee140 void 0.000123
+gallium_dri.so free 0x5571735ee030 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000121
+gallium_dri.so free 0x5571735ee180 void 0.000121
+gallium_dri.so free 0x5571735ee0f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000121
+gallium_dri.so free 0x5571735ee240 void 0.000122
+gallium_dri.so free 0x5571735ee0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee280 0.000120
+gallium_dri.so free 0x5571735ee300 void 0.000120
+gallium_dri.so free 0x5571735ee280 void 0.000181
+gallium_dri.so malloc 72 0x5571735ee300 0.000136
+gallium_dri.so free 0x5571735ee3c0 void 0.000153
+gallium_dri.so free 0x5571735ee300 void 0.000141
+gallium_dri.so malloc 72 0x5571735ee300 0.000135
+gallium_dri.so free 0x5571735ee480 void 0.000134
+gallium_dri.so free 0x5571735ee300 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000122
+gallium_dri.so free 0x5571735ee540 void 0.000121
+gallium_dri.so free 0x5571735ee4a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000120
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000122
+gallium_dri.so free 0x5571735ee700 void 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000122
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee640 0.000121
+gallium_dri.so free 0x5571735ee880 void 0.000150
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee830 0.000122
+gallium_dri.so free 0x5571735ee940 void 0.000124
+gallium_dri.so free 0x5571735ee830 void 0.000141
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000121
+gallium_dri.so free 0x5571735ee9c0 void 0.000122
+gallium_dri.so free 0x5571735ee8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eea10 0.000121
+gallium_dri.so free 0x5571735eea80 void 0.000122
+gallium_dri.so free 0x5571735eea10 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000118
+gallium_dri.so free 0x5571735eeb40 void 0.000121
+gallium_dri.so free 0x5571735eeaa0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000122
+gallium_dri.so free 0x5571735eebc0 void 0.000122
+gallium_dri.so free 0x5571735eeaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000121
+gallium_dri.so free 0x5571735eec40 void 0.000122
+gallium_dri.so free 0x5571735eeaf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eec40 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000122
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eec40 0.000124
+gallium_dri.so free 0x5571735eee00 void 0.000123
+gallium_dri.so free 0x5571735eec40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eedb0 0.000120
+gallium_dri.so free 0x5571735eee40 void 0.000123
+gallium_dri.so free 0x5571735eedb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eedb0 0.000121
+gallium_dri.so free 0x5571735eef00 void 0.000163
+gallium_dri.so free 0x5571735eedb0 void 0.000157
+gallium_dri.so malloc 72 0x5571735eef40 0.000160
+gallium_dri.so free 0x5571735eefc0 void 0.000160
+gallium_dri.so free 0x5571735eef40 void 0.000157
+gallium_dri.so malloc 72 0x5571735eefc0 0.000162
+gallium_dri.so free 0x5571735ef080 void 0.000162
+gallium_dri.so free 0x5571735eefc0 void 0.000156
+gallium_dri.so malloc 72 0x5571735eefc0 0.000162
+gallium_dri.so free 0x5571735ef100 void 0.000161
+gallium_dri.so free 0x5571735eefc0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ef130 0.000160
+gallium_dri.so free 0x5571735ef180 void 0.000163
+gallium_dri.so free 0x5571735ef130 void 0.000159
+gallium_dri.so malloc 72 0x5571735ef130 0.000160
+gallium_dri.so free 0x5571735ef280 void 0.000170
+gallium_dri.so free 0x5571735ef130 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef2c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef340 0.000128
+gallium_dri.so free 0x5571735ef400 void 0.000122
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef340 0.000121
+gallium_dri.so free 0x5571735ef480 void 0.000121
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000119
+gallium_dri.so free 0x5571735ef500 void 0.000119
+gallium_dri.so free 0x5571735ef4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000144
+gallium_dri.so free 0x5571735ef600 void 0.000120
+gallium_dri.so free 0x5571735ef4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000118
+gallium_dri.so free 0x5571735ef5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef670 0.000116
+gallium_dri.so free 0x5571735ef740 void 0.000117
+gallium_dri.so free 0x5571735ef670 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000119
+gallium_dri.so free 0x5571735ef8c0 void 0.000120
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef870 0.000120
+gallium_dri.so free 0x5571735ef940 void 0.000117
+gallium_dri.so free 0x5571735ef870 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef990 0.000121
+gallium_dri.so free 0x5571735efa00 void 0.000122
+gallium_dri.so free 0x5571735ef990 void 0.000123
+gallium_dri.so malloc 72 0x5571735efa20 0.000121
+gallium_dri.so free 0x5571735efac0 void 0.000121
+gallium_dri.so free 0x5571735efa20 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000122
+gallium_dri.so free 0x5571735efb40 void 0.000122
+gallium_dri.so free 0x5571735efa70 void 0.000123
+gallium_dri.so malloc 72 0x5571735efb40 0.000118
+gallium_dri.so free 0x5571735efc00 void 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efb40 0.000122
+gallium_dri.so free 0x5571735efc80 void 0.000123
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so malloc 72 0x5571735efc80 0.000122
+gallium_dri.so free 0x5571735efd40 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc80 0.000120
+gallium_dri.so free 0x5571735efe00 void 0.000121
+gallium_dri.so free 0x5571735efc80 void 0.000120
+gallium_dri.so malloc 72 0x5571735efc80 0.000121
+gallium_dri.so free 0x5571735efec0 void 0.000119
+gallium_dri.so free 0x5571735efc80 void 0.000119
+gallium_dri.so malloc 72 0x5571735efe70 0.000188
+gallium_dri.so free 0x5571735eff40 void 0.000122
+gallium_dri.so free 0x5571735efe70 void 0.000122
+gallium_dri.so malloc 72 0x5571735eff90 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735eff90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0040 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000122
+gallium_dri.so free 0x5571735f0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0040 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000123
+gallium_dri.so free 0x5571735f0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0170 0.000121
+gallium_dri.so free 0x5571735f01c0 void 0.000121
+gallium_dri.so free 0x5571735f0170 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0170 0.000123
+gallium_dri.so free 0x5571735f02c0 void 0.000121
+gallium_dri.so free 0x5571735f0170 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0270 0.000123
+gallium_dri.so free 0x5571735f0380 void 0.000122
+gallium_dri.so free 0x5571735f0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0330 0.000147
+gallium_dri.so free 0x5571735f03c0 void 0.000123
+gallium_dri.so free 0x5571735f0330 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0330 0.000121
+gallium_dri.so free 0x5571735f0480 void 0.000155
+gallium_dri.so free 0x5571735f0330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f04f0 0.000120
+gallium_dri.so free 0x5571735f0540 void 0.000122
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f04f0 0.000122
+gallium_dri.so free 0x5571735f0640 void 0.000142
+gallium_dri.so free 0x5571735f04f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f05f0 0.000119
+gallium_dri.so free 0x5571735f0700 void 0.000122
+gallium_dri.so free 0x5571735f05f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f06b0 0.000122
+gallium_dri.so free 0x5571735f0740 void 0.000122
+gallium_dri.so free 0x5571735f06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f06b0 0.000122
+gallium_dri.so free 0x5571735f0800 void 0.000122
+gallium_dri.so free 0x5571735f06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0840 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so free 0x5571735f0840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f08c0 0.000122
+gallium_dri.so free 0x5571735f0980 void 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f08c0 0.000120
+gallium_dri.so free 0x5571735f0a40 void 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a60 0.000124
+gallium_dri.so free 0x5571735f0b00 void 0.000120
+gallium_dri.so free 0x5571735f0a60 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000121
+gallium_dri.so free 0x5571735f0b80 void 0.000122
+gallium_dri.so free 0x5571735f0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000122
+gallium_dri.so free 0x5571735f0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0c00 0.000121
+gallium_dri.so free 0x5571735f0cc0 void 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0c00 0.000122
+gallium_dri.so free 0x5571735f0d80 void 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000122
+gallium_dri.so free 0x5571735f0e40 void 0.000122
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0df0 0.000120
+gallium_dri.so free 0x5571735f0f00 void 0.000123
+gallium_dri.so free 0x5571735f0df0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000121
+gallium_dri.so free 0x5571735f0f80 void 0.000122
+gallium_dri.so free 0x5571735f0eb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000121
+gallium_dri.so free 0x5571735f1040 void 0.000162
+gallium_dri.so free 0x5571735f0fd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1060 0.000123
+gallium_dri.so free 0x5571735f1100 void 0.000122
+gallium_dri.so free 0x5571735f1060 void 0.000122
+gallium_dri.so malloc 72 0x5571735f10b0 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f10b0 0.000137
+gallium_dri.so free 0x5571735f1200 void 0.000125
+gallium_dri.so free 0x5571735f10b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1200 0.000121
+gallium_dri.so free 0x5571735f12c0 void 0.000121
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000123
+gallium_dri.so free 0x5571735f13c0 void 0.000122
+gallium_dri.so free 0x5571735f1200 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1370 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000122
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1370 0.000123
+gallium_dri.so free 0x5571735f14c0 void 0.000123
+gallium_dri.so free 0x5571735f1370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1500 0.000122
+gallium_dri.so free 0x5571735f1580 void 0.000122
+gallium_dri.so free 0x5571735f1500 void 0.000159
+gallium_dri.so malloc 72 0x5571735f1580 0.000124
+gallium_dri.so free 0x5571735f1640 void 0.000124
+gallium_dri.so free 0x5571735f1580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1580 0.000122
+gallium_dri.so free 0x5571735f16c0 void 0.000122
+gallium_dri.so free 0x5571735f1580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f16f0 0.000122
+gallium_dri.so free 0x5571735f1740 void 0.000121
+gallium_dri.so free 0x5571735f16f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f16f0 0.000120
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so free 0x5571735f16f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1880 0.000124
+gallium_dri.so free 0x5571735f1900 void 0.000122
+gallium_dri.so free 0x5571735f1880 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000122
+gallium_dri.so free 0x5571735f19c0 void 0.000120
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000121
+gallium_dri.so free 0x5571735f1a40 void 0.000123
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1a70 0.000122
+gallium_dri.so free 0x5571735f1ac0 void 0.000122
+gallium_dri.so free 0x5571735f1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1a70 0.000121
+gallium_dri.so free 0x5571735f1bc0 void 0.000132
+gallium_dri.so free 0x5571735f1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b70 0.000121
+gallium_dri.so free 0x5571735f1c80 void 0.000124
+gallium_dri.so free 0x5571735f1b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1c30 0.000122
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c30 0.000122
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c30 0.000122
+gallium_dri.so free 0x5571735f1e80 void 0.000123
+gallium_dri.so free 0x5571735f1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000123
+gallium_dri.so free 0x5571735f1e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1f50 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000122
+gallium_dri.so free 0x5571735f2080 void 0.000152
+gallium_dri.so free 0x5571735f1fe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2030 0.000120
+gallium_dri.so free 0x5571735f2100 void 0.000119
+gallium_dri.so free 0x5571735f2030 void 0.000169
+gallium_dri.so malloc 72 0x5571735f2100 0.000122
+gallium_dri.so free 0x5571735f21c0 void 0.000123
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2100 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000122
+gallium_dri.so free 0x5571735f2100 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2240 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000122
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2240 0.000122
+gallium_dri.so free 0x5571735f23c0 void 0.000123
+gallium_dri.so free 0x5571735f2240 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2240 0.000121
+gallium_dri.so free 0x5571735f2480 void 0.000122
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000119
+gallium_dri.so free 0x5571735f2500 void 0.000120
+gallium_dri.so free 0x5571735f2430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2550 0.000123
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so free 0x5571735f2550 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2600 0.000121
+gallium_dri.so free 0x5571735f2680 void 0.000121
+gallium_dri.so free 0x5571735f2600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2600 0.000131
+gallium_dri.so free 0x5571735f2700 void 0.000123
+gallium_dri.so free 0x5571735f2600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2730 0.000118
+gallium_dri.so free 0x5571735f2780 void 0.000122
+gallium_dri.so free 0x5571735f2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2730 0.000123
+gallium_dri.so free 0x557173620f80 void 0.000122
+gallium_dri.so free 0x5571735f2730 void 0.000118
+gallium_dri.so malloc 72 0x557173620f30 0.000123
+gallium_dri.so free 0x5571735f3040 void 0.000122
+gallium_dri.so free 0x557173620f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000120
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735f2ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000122
+gallium_dri.so free 0x5571735fe100 void 0.000122
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe170 0.000122
+gallium_dri.so free 0x557173590b40 void 0.000122
+gallium_dri.so free 0x5571735fe170 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe170 0.000121
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so free 0x5571735fe170 void 0.000118
+gallium_dri.so malloc 72 0x55717360b770 0.000122
+gallium_dri.so free 0x557173620e80 void 0.000133
+gallium_dri.so free 0x55717360b770 void 0.000121
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x557173467680 void 0.000122
+gallium_dri.so free 0x557173620e30 void 0.000121
+gallium_dri.so malloc 72 0x557173467630 0.000122
+gallium_dri.so free 0x557173620cc0 void 0.000123
+gallium_dri.so free 0x557173467630 void 0.000125
+gallium_dri.so malloc 72 0x557173620c70 0.000139
+gallium_dri.so free 0x5571735dfb00 void 0.000123
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000121
+gallium_dri.so free 0x5571735dfab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfab0 0.000122
+gallium_dri.so free 0x5571735fd8c0 void 0.000123
+gallium_dri.so free 0x5571735dfab0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd870 0.000121
+gallium_dri.so free 0x5571735e1640 void 0.000121
+gallium_dri.so free 0x5571735fd870 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000121
+gallium_dri.so free 0x5571735ffcc0 void 0.000123
+gallium_dri.so free 0x5571735e15f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffc70 0.000122
+gallium_dri.so free 0x5571735c10c0 void 0.000121
+gallium_dri.so free 0x5571735ffc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1070 0.000128
+gallium_dri.so free 0x5571735ffe80 void 0.000123
+gallium_dri.so free 0x5571735c1070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffe30 0.000122
+gallium_dri.so free 0x55717360c7c0 void 0.000122
+gallium_dri.so free 0x5571735ffe30 void 0.000122
+gallium_dri.so malloc 72 0x55717360c770 0.000122
+gallium_dri.so free 0x55717346e680 void 0.000122
+gallium_dri.so free 0x55717360c770 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000121
+gallium_dri.so free 0x5571735cfc40 void 0.000122
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000121
+gallium_dri.so free 0x5571735f8680 void 0.000121
+gallium_dri.so free 0x5571735cfbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8630 0.000122
+gallium_dri.so free 0x55717360f800 void 0.000122
+gallium_dri.so free 0x5571735f8630 void 0.000122
+gallium_dri.so malloc 72 0x55717360f7b0 0.000123
+gallium_dri.so free 0x5571735fe740 void 0.000120
+gallium_dri.so free 0x55717360f7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000122
+gallium_dri.so free 0x5571735fe6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f89b0 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000129
+gallium_dri.so free 0x5571735f89b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4270 0.000122
+gallium_dri.so free 0x5571735d2200 void 0.000122
+gallium_dri.so free 0x5571735c4270 void 0.000122
+gallium_dri.so malloc 72 0x5571735d21b0 0.000121
+gallium_dri.so free 0x5571735c4100 void 0.000121
+gallium_dri.so free 0x5571735d21b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c40b0 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000120
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x557173464b30 0.000123
+gallium_dri.so free 0x5571735f3200 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f31b0 0.000121
+gallium_dri.so free 0x557173589400 void 0.000122
+gallium_dri.so free 0x5571735f31b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735893b0 0.000123
+gallium_dri.so free 0x55717346c280 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c230 0.000122
+gallium_dri.so free 0x557173461c40 void 0.000131
+gallium_dri.so free 0x55717346c230 void 0.000120
+gallium_dri.so malloc 72 0x557173461bf0 0.000123
+gallium_dri.so free 0x55717360da80 void 0.000122
+gallium_dri.so free 0x557173461bf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360daf0 0.000123
+gallium_dri.so free 0x5571735db480 void 0.000122
+gallium_dri.so free 0x55717360daf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x5571735db430 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedf0 0.000121
+gallium_dri.so free 0x55717346e840 void 0.000121
+gallium_dri.so free 0x5571735dedf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346e7f0 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000121
+gallium_dri.so free 0x55717346e7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000121
+gallium_dri.so free 0x557173600d00 void 0.000121
+gallium_dri.so free 0x5571735fd6b0 void 0.000121
+gallium_dri.so malloc 72 0x557173600cb0 0.000121
+gallium_dri.so free 0x55717360e0c0 void 0.000121
+gallium_dri.so free 0x557173600cb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e070 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so free 0x55717360e070 void 0.000121
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000120
+gallium_dri.so free 0x55717360e070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000122
+gallium_dri.so free 0x55717360f640 void 0.000131
+gallium_dri.so free 0x5571735f87f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f5f0 0.000122
+gallium_dri.so free 0x5571735c29c0 void 0.000122
+gallium_dri.so free 0x55717360f5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2970 0.000122
+gallium_dri.so free 0x5571735c3f40 void 0.000122
+gallium_dri.so free 0x5571735c2970 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000121
+gallium_dri.so free 0x557173469e80 void 0.000120
+gallium_dri.so free 0x5571735c3ef0 void 0.000120
+gallium_dri.so malloc 72 0x557173469e30 0.000122
+gallium_dri.so free 0x55717346c440 void 0.000122
+gallium_dri.so free 0x557173469e30 void 0.000121
+gallium_dri.so malloc 72 0x55717346c3f0 0.000122
+gallium_dri.so free 0x5571735f5800 void 0.000122
+gallium_dri.so free 0x55717346c3f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f57b0 0.000121
+gallium_dri.so free 0x5571735f7100 void 0.000121
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000120
+gallium_dri.so free 0x5571735ec580 void 0.000121
+gallium_dri.so free 0x5571735f70b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec530 0.000121
+gallium_dri.so free 0x5571735f2e80 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000149
+gallium_dri.so malloc 72 0x5571735f2e30 0.000123
+gallium_dri.so free 0x557173460f80 void 0.000121
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x557173460f30 0.000121
+gallium_dri.so free 0x55717360d400 void 0.000121
+gallium_dri.so free 0x557173460f30 void 0.000122
+gallium_dri.so malloc 72 0x55717360d3b0 0.000120
+gallium_dri.so free 0x5571735c0140 void 0.000125
+gallium_dri.so free 0x55717360d3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c00f0 0.000117
+gallium_dri.so free 0x5571735c1d00 void 0.000121
+gallium_dri.so free 0x5571735c00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000164
+gallium_dri.so free 0x55717346d100 void 0.000123
+gallium_dri.so free 0x5571735c1cb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d0b0 0.000121
+gallium_dri.so free 0x5571735f6440 void 0.000122
+gallium_dri.so free 0x55717346d0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f63f0 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000120
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000120
+gallium_dri.so free 0x5571735d47c0 void 0.000122
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4770 0.000121
+gallium_dri.so free 0x5571735fda80 void 0.000126
+gallium_dri.so free 0x5571735d4770 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735fda30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000121
+gallium_dri.so free 0x557173610040 void 0.000121
+gallium_dri.so free 0x5571735c4f30 void 0.000122
+gallium_dri.so malloc 72 0x5571736100b0 0.000120
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x5571736100b0 void 0.000120
+gallium_dri.so malloc 72 0x557173473530 0.000120
+gallium_dri.so free 0x557173605c40 void 0.000122
+gallium_dri.so free 0x557173473530 void 0.000121
+gallium_dri.so malloc 72 0x557173605bf0 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000120
+gallium_dri.so free 0x557173605bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae70 0.000121
+gallium_dri.so free 0x5571735e25c0 void 0.000122
+gallium_dri.so free 0x5571735fae70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2570 0.000121
+gallium_dri.so free 0x5571735dcd80 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd30 0.000121
+gallium_dri.so free 0x557173600040 void 0.000124
+gallium_dri.so free 0x5571735dcd30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ffff0 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so free 0x5571735ffff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffff0 0.000121
+gallium_dri.so free 0x557173610680 void 0.000122
+gallium_dri.so free 0x5571735ffff0 void 0.000121
+gallium_dri.so malloc 72 0x557173610630 0.000122
+gallium_dri.so free 0x55717346c0c0 void 0.000122
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000122
+gallium_dri.so free 0x55717346ea00 void 0.000127
+gallium_dri.so free 0x55717346c070 void 0.000121
+gallium_dri.so malloc 72 0x55717346e9b0 0.000120
+gallium_dri.so free 0x5571735f96c0 void 0.000121
+gallium_dri.so free 0x55717346e9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9670 0.000123
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x5571735f9670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e31b0 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so free 0x5571735e31b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc070 0.000130
+gallium_dri.so free 0x55717360f9c0 void 0.000122
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x55717360f970 0.000118
+gallium_dri.so free 0x55717346ab40 void 0.000123
+gallium_dri.so free 0x55717360f970 void 0.000121
+gallium_dri.so malloc 72 0x55717346aaf0 0.000121
+gallium_dri.so free 0x5571735eb600 void 0.000127
+gallium_dri.so free 0x55717346aaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000118
+gallium_dri.so free 0x5571735dd640 void 0.000122
+gallium_dri.so free 0x5571735eb5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735f9f80 void 0.000121
+gallium_dri.so free 0x5571735dd5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9f30 0.000119
+gallium_dri.so free 0x557173610f40 void 0.000120
+gallium_dri.so free 0x5571735f9f30 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000121
+gallium_dri.so free 0x55717346b400 void 0.000121
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b3b0 0.000122
+gallium_dri.so free 0x55717346a500 void 0.000122
+gallium_dri.so free 0x55717346b3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b3b0 0.000120
+gallium_dri.so free 0x55717360e980 void 0.000121
+gallium_dri.so free 0x55717346b3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e930 0.000122
+gallium_dri.so free 0x5571735c4940 void 0.000122
+gallium_dri.so free 0x55717360e930 void 0.000199
+gallium_dri.so malloc 72 0x55717360e930 0.000124
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x55717360e930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000121
+gallium_dri.so free 0x557173609640 void 0.000121
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x5571736095f0 0.000118
+gallium_dri.so free 0x5571735c3280 void 0.000120
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3230 0.000122
+gallium_dri.so free 0x55717346d9c0 void 0.000122
+gallium_dri.so free 0x5571735c3230 void 0.000122
+gallium_dri.so malloc 72 0x55717346d970 0.000120
+gallium_dri.so free 0x557173461600 void 0.000121
+gallium_dri.so free 0x55717346d970 void 0.000121
+gallium_dri.so malloc 72 0x557173461670 0.000118
+gallium_dri.so free 0x557173460440 void 0.000121
+gallium_dri.so free 0x557173461670 void 0.000120
+gallium_dri.so malloc 72 0x557173461670 0.000117
+gallium_dri.so free 0x55717346f080 void 0.000122
+gallium_dri.so free 0x557173461670 void 0.000120
+gallium_dri.so malloc 72 0x55717346f080 0.000122
+gallium_dri.so free 0x5571735f79c0 void 0.000122
+gallium_dri.so free 0x55717346f080 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7970 0.000120
+gallium_dri.so free 0x5571735dc740 void 0.000124
+gallium_dri.so free 0x5571735f7970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7970 0.000121
+gallium_dri.so free 0x557173620000 void 0.000119
+gallium_dri.so free 0x5571735f7970 void 0.000120
+gallium_dri.so malloc 72 0x55717361ffb0 0.000121
+gallium_dri.so free 0x5571735fca40 void 0.000118
+gallium_dri.so free 0x55717361ffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000125
+gallium_dri.so free 0x5571736006c0 void 0.000124
+gallium_dri.so free 0x5571735fc9f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000122
+gallium_dri.so free 0x55717346cac0 void 0.000123
+gallium_dri.so free 0x5571735fc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000121
+gallium_dri.so free 0x5571735fc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000121
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0370 0.000122
+gallium_dri.so free 0x557173607e80 void 0.000123
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000122
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000172
+gallium_dri.so malloc 72 0x557173607e80 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735901c0 0.000122
+gallium_dri.so free 0x557173469a00 void 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000122
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x5571734741c0 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000122
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000122
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x55717360d180 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000126
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so malloc 72 0x55717360d180 0.000122
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000122
+gallium_dri.so malloc 72 0x55717360d180 0.000121
+gallium_dri.so free 0x5571735dec40 void 0.000121
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec70 0.000119
+gallium_dri.so free 0x557173603300 void 0.000119
+gallium_dri.so free 0x5571735dec70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dec70 0.000117
+gallium_dri.so free 0x5571735c1a80 void 0.000120
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1a80 0.000120
+gallium_dri.so free 0x557173473f40 void 0.000123
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1a80 0.000119
+gallium_dri.so free 0x557173473fc0 void 0.000117
+gallium_dri.so free 0x5571735c1a80 void 0.000120
+gallium_dri.so malloc 72 0x557173473ff0 0.000122
+gallium_dri.so free 0x557173460d00 void 0.000124
+gallium_dri.so free 0x557173473ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173473ff0 0.000119
+gallium_dri.so free 0x5571735f61c0 void 0.000123
+gallium_dri.so free 0x557173473ff0 void 0.000133
+gallium_dri.so malloc 72 0x557173473ff0 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000122
+gallium_dri.so free 0x557173473ff0 void 0.000122
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x557173469c00 void 0.000121
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc00 0.000120
+gallium_dri.so free 0x557173469c80 void 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so malloc 72 0x557173469cb0 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so free 0x557173469cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173469cb0 0.000121
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so free 0x557173469cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173466dc0 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000117
+gallium_dri.so malloc 72 0x557173466dc0 0.000120
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so malloc 72 0x557173466dc0 0.000119
+gallium_dri.so free 0x5571735e2300 void 0.000124
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so malloc 72 0x557173466dc0 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000131
+gallium_dri.so free 0x557173466dc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2370 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so free 0x5571735e2370 void 0.000122
+gallium_dri.so malloc 72 0x5571734673c0 0.000121
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673c0 0.000120
+gallium_dri.so free 0x557173590400 void 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x5571735904c0 void 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000121
+gallium_dri.so malloc 72 0x557173590470 0.000121
+gallium_dri.so free 0x5571736080c0 void 0.000120
+gallium_dri.so free 0x557173590470 void 0.000120
+gallium_dri.so malloc 72 0x557173590470 0.000119
+gallium_dri.so free 0x557173608140 void 0.000121
+gallium_dri.so free 0x557173590470 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000120
+gallium_dri.so free 0x5571735fbb80 void 0.000120
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000120
+gallium_dri.so free 0x5571735fbc00 void 0.000123
+gallium_dri.so free 0x557173608140 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc30 0.000124
+gallium_dri.so free 0x55717358b880 void 0.000122
+gallium_dri.so free 0x5571735fbc30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc30 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000121
+gallium_dri.so free 0x5571735fbc30 void 0.000121
+gallium_dri.so malloc 72 0x55717358b900 0.000116
+gallium_dri.so free 0x5571735c0e00 void 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000120
+gallium_dri.so malloc 72 0x55717358b900 0.000152
+gallium_dri.so free 0x5571735c0e80 void 0.000124
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so malloc 72 0x55717358b900 0.000121
+gallium_dri.so free 0x5571735db1c0 void 0.000122
+gallium_dri.so free 0x55717358b900 void 0.000121
+gallium_dri.so malloc 72 0x55717358b900 0.000122
+gallium_dri.so free 0x5571735db280 void 0.000122
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so malloc 72 0x5571735db230 0.000119
+gallium_dri.so free 0x55717360c500 void 0.000122
+gallium_dri.so free 0x5571735db230 void 0.000121
+gallium_dri.so malloc 72 0x55717360c500 0.000120
+gallium_dri.so free 0x55717360c5c0 void 0.000123
+gallium_dri.so free 0x55717360c500 void 0.000120
+gallium_dri.so malloc 72 0x55717360c500 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000177
+gallium_dri.so free 0x55717360c500 void 0.000119
+gallium_dri.so malloc 72 0x55717360c500 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x55717360c500 void 0.000121
+gallium_dri.so malloc 72 0x55717360c500 0.000118
+gallium_dri.so free 0x5571735f5600 void 0.000122
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55b0 0.000120
+gallium_dri.so free 0x557173464800 void 0.000122
+gallium_dri.so free 0x5571735f55b0 void 0.000119
+gallium_dri.so malloc 72 0x557173464800 0.000121
+gallium_dri.so free 0x5571734648c0 void 0.000122
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so malloc 72 0x557173464800 0.000119
+gallium_dri.so free 0x5571735bfec0 void 0.000122
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfe70 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so free 0x5571735bfe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfe70 0.000121
+gallium_dri.so free 0x55717360b4c0 void 0.000120
+gallium_dri.so free 0x5571735bfe70 void 0.000120
+gallium_dri.so malloc 72 0x55717360b4c0 0.000121
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x55717360b4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b4c0 0.000124
+gallium_dri.so free 0x557173589140 void 0.000122
+gallium_dri.so free 0x55717360b4c0 void 0.000121
+gallium_dri.so malloc 72 0x557173589160 0.000120
+gallium_dri.so free 0x5571736058c0 void 0.000121
+gallium_dri.so free 0x557173589160 void 0.000119
+gallium_dri.so malloc 72 0x557173589160 0.000119
+gallium_dri.so free 0x557173605980 void 0.000122
+gallium_dri.so free 0x557173589160 void 0.000123
+gallium_dri.so malloc 72 0x557173605930 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000120
+gallium_dri.so free 0x557173605930 void 0.000118
+gallium_dri.so malloc 72 0x55717360ba40 0.000121
+gallium_dri.so free 0x55717360bb00 void 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000122
+gallium_dri.so malloc 72 0x55717360ba40 0.000121
+gallium_dri.so free 0x55717360bd00 void 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000121
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000119
+gallium_dri.so free 0x55717360bcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bd80 0.000122
+gallium_dri.so free 0x5571735d48c0 void 0.000148
+gallium_dri.so free 0x55717360bd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4900 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000130
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4980 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x5571735d4980 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfd60 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfd60 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000122
+gallium_dri.so free 0x5571735cfdb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2340 0.000128
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2340 void 0.000122
+gallium_dri.so malloc 72 0x5571735d23c0 0.000122
+gallium_dri.so free 0x5571735fc340 void 0.000117
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d23c0 0.000121
+gallium_dri.so free 0x5571735fc3c0 void 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d23c0 0.000120
+gallium_dri.so free 0x5571735fc480 void 0.000123
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735fc4b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eb740 0.000123
+gallium_dri.so free 0x5571735eb7c0 void 0.000123
+gallium_dri.so free 0x5571735eb740 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000122
+gallium_dri.so free 0x5571735eb880 void 0.000122
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000120
+gallium_dri.so free 0x5571735c0240 void 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0270 0.000119
+gallium_dri.so free 0x5571735c02c0 void 0.000122
+gallium_dri.so free 0x5571735c0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0270 0.000121
+gallium_dri.so free 0x5571735c03c0 void 0.000121
+gallium_dri.so free 0x5571735c0270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0270 0.000119
+gallium_dri.so free 0x5571735f4980 void 0.000120
+gallium_dri.so free 0x5571735c0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49d0 0.000116
+gallium_dri.so free 0x5571735f4a40 void 0.000121
+gallium_dri.so free 0x5571735f49d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4a60 0.000121
+gallium_dri.so free 0x5571735f4b00 void 0.000121
+gallium_dri.so free 0x5571735f4a60 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000121
+gallium_dri.so free 0x5571735e1740 void 0.000128
+gallium_dri.so free 0x5571735f4ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1780 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e1780 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1800 0.000121
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1800 0.000121
+gallium_dri.so free 0x5571735fafc0 void 0.000148
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so malloc 72 0x5571735fafe0 0.000118
+gallium_dri.so free 0x5571735fb080 void 0.000123
+gallium_dri.so free 0x5571735fafe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb030 0.000122
+gallium_dri.so free 0x5571735fb100 void 0.000121
+gallium_dri.so free 0x5571735fb030 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb030 0.000120
+gallium_dri.so free 0x5571734605c0 void 0.000122
+gallium_dri.so free 0x5571735fb030 void 0.000119
+gallium_dri.so malloc 72 0x557173460570 0.000119
+gallium_dri.so free 0x557173460680 void 0.000119
+gallium_dri.so free 0x557173460570 void 0.000117
+gallium_dri.so malloc 72 0x557173460630 0.000120
+gallium_dri.so free 0x5571734606c0 void 0.000120
+gallium_dri.so free 0x557173460630 void 0.000118
+gallium_dri.so malloc 72 0x557173460630 0.000190
+gallium_dri.so free 0x5571735e0e80 void 0.000123
+gallium_dri.so free 0x557173460630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000121
+gallium_dri.so free 0x5571735e0f40 void 0.000120
+gallium_dri.so free 0x5571735e0ed0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f80 0.000122
+gallium_dri.so free 0x5571735e1000 void 0.000122
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1000 0.000121
+gallium_dri.so free 0x557173611080 void 0.000121
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1000 0.000120
+gallium_dri.so free 0x557173611100 void 0.000122
+gallium_dri.so free 0x5571735e1000 void 0.000118
+gallium_dri.so malloc 72 0x557173611130 0.000120
+gallium_dri.so free 0x557173611180 void 0.000120
+gallium_dri.so free 0x557173611130 void 0.000118
+gallium_dri.so malloc 72 0x557173611130 0.000119
+gallium_dri.so free 0x557173609780 void 0.000122
+gallium_dri.so free 0x557173611130 void 0.000121
+gallium_dri.so malloc 72 0x557173609780 0.000122
+gallium_dri.so free 0x557173609840 void 0.000121
+gallium_dri.so free 0x557173609780 void 0.000117
+gallium_dri.so malloc 72 0x557173609780 0.000121
+gallium_dri.so free 0x557173611280 void 0.000134
+gallium_dri.so free 0x557173609780 void 0.000120
+gallium_dri.so malloc 72 0x557173611230 0.000121
+gallium_dri.so free 0x5571736098c0 void 0.000122
+gallium_dri.so free 0x557173611230 void 0.000117
+gallium_dri.so malloc 72 0x557173611230 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000122
+gallium_dri.so free 0x557173611230 void 0.000119
+gallium_dri.so malloc 72 0x557173600e40 0.000119
+gallium_dri.so free 0x557173600ec0 void 0.000122
+gallium_dri.so free 0x557173600e40 void 0.000121
+gallium_dri.so malloc 72 0x557173600ec0 0.000122
+gallium_dri.so free 0x557173600f80 void 0.000121
+gallium_dri.so free 0x557173600ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173600ec0 0.000121
+gallium_dri.so free 0x557173601000 void 0.000122
+gallium_dri.so free 0x557173600ec0 void 0.000121
+gallium_dri.so malloc 72 0x557173601030 0.000120
+gallium_dri.so free 0x5571735f97c0 void 0.000120
+gallium_dri.so free 0x557173601030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9830 0.000122
+gallium_dri.so free 0x5571735f9880 void 0.000121
+gallium_dri.so free 0x5571735f9830 void 0.000146
+gallium_dri.so malloc 72 0x5571735f9830 0.000121
+gallium_dri.so free 0x5571735f9980 void 0.000118
+gallium_dri.so free 0x5571735f9830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9930 0.000131
+gallium_dri.so free 0x5571735f7200 void 0.000120
+gallium_dri.so free 0x5571735f9930 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7220 0.000121
+gallium_dri.so free 0x5571735f72c0 void 0.000120
+gallium_dri.so free 0x5571735f7220 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7270 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000121
+gallium_dri.so free 0x5571735f7270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7270 0.000117
+gallium_dri.so free 0x5571735f73c0 void 0.000120
+gallium_dri.so free 0x5571735f7270 void 0.000121
+gallium_dri.so malloc 72 0x5571735f73c0 0.000120
+gallium_dri.so free 0x557173610780 void 0.000122
+gallium_dri.so free 0x5571735f73c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736107e0 0.000122
+gallium_dri.so free 0x557173610880 void 0.000119
+gallium_dri.so free 0x5571736107e0 void 0.000120
+gallium_dri.so malloc 72 0x557173610830 0.000121
+gallium_dri.so free 0x5571736108c0 void 0.000122
+gallium_dri.so free 0x557173610830 void 0.000120
+gallium_dri.so malloc 72 0x557173610830 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000127
+gallium_dri.so free 0x557173610830 void 0.000122
+gallium_dri.so malloc 72 0x55717346d240 0.000120
+gallium_dri.so free 0x55717346d2c0 void 0.000181
+gallium_dri.so free 0x55717346d240 void 0.000132
+gallium_dri.so malloc 72 0x55717346d2c0 0.000120
+gallium_dri.so free 0x55717346d380 void 0.000120
+gallium_dri.so free 0x55717346d2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d2c0 0.000123
+gallium_dri.so free 0x557173610980 void 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736109b0 0.000121
+gallium_dri.so free 0x5571735dce80 void 0.000122
+gallium_dri.so free 0x5571736109b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dced0 0.000119
+gallium_dri.so free 0x5571735dcf40 void 0.000121
+gallium_dri.so free 0x5571735dced0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf80 0.000121
+gallium_dri.so free 0x5571735dd000 void 0.000121
+gallium_dri.so free 0x5571735dcf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd000 0.000121
+gallium_dri.so free 0x55717346d400 void 0.000122
+gallium_dri.so free 0x5571735dd000 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd000 0.000117
+gallium_dri.so free 0x557173461d40 void 0.000121
+gallium_dri.so free 0x5571735dd000 void 0.000120
+gallium_dri.so malloc 72 0x557173461d70 0.000121
+gallium_dri.so free 0x557173461dc0 void 0.000120
+gallium_dri.so free 0x557173461d70 void 0.000122
+gallium_dri.so malloc 72 0x557173461d70 0.000123
+gallium_dri.so free 0x557173461ec0 void 0.000121
+gallium_dri.so free 0x557173461d70 void 0.000121
+gallium_dri.so malloc 72 0x557173461e70 0.000123
+gallium_dri.so free 0x5571735dfc00 void 0.000123
+gallium_dri.so free 0x557173461e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfc40 0.000122
+gallium_dri.so free 0x557173461f80 void 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000122
+gallium_dri.so malloc 72 0x557173461f30 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000120
+gallium_dri.so free 0x557173461f30 void 0.000121
+gallium_dri.so malloc 72 0x557173461f30 0.000122
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so free 0x557173461f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd30 0.000120
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735dfd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe890 0.000121
+gallium_dri.so free 0x5571735fe900 void 0.000120
+gallium_dri.so free 0x5571735fe890 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe920 0.000121
+gallium_dri.so free 0x5571735dfe00 void 0.000122
+gallium_dri.so free 0x5571735fe920 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfe30 0.000120
+gallium_dri.so free 0x5571735fe9c0 void 0.000131
+gallium_dri.so free 0x5571735dfe30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe970 0.000119
+gallium_dri.so free 0x5571735fe9c0 void 0.000119
+gallium_dri.so free 0x5571735fe970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe970 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000124
+gallium_dri.so free 0x5571735fe970 void 0.000121
+gallium_dri.so malloc 72 0x55717360e210 0.000122
+gallium_dri.so free 0x55717360e280 void 0.000122
+gallium_dri.so free 0x55717360e210 void 0.000122
+gallium_dri.so malloc 72 0x55717360e2a0 0.000121
+gallium_dri.so free 0x55717360e340 void 0.000120
+gallium_dri.so free 0x55717360e2a0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e2f0 0.000120
+gallium_dri.so free 0x55717360e3c0 void 0.000122
+gallium_dri.so free 0x55717360e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e2f0 0.000118
+gallium_dri.so free 0x5571735c2ac0 void 0.000120
+gallium_dri.so free 0x55717360e2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b10 0.000121
+gallium_dri.so free 0x5571735c2b80 void 0.000119
+gallium_dri.so free 0x5571735c2b10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2be0 0.000121
+gallium_dri.so free 0x5571735c2c80 void 0.000121
+gallium_dri.so free 0x5571735c2be0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2c30 0.000174
+gallium_dri.so free 0x55717346ac40 void 0.000128
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x55717346ac70 0.000119
+gallium_dri.so free 0x55717346acc0 void 0.000120
+gallium_dri.so free 0x55717346ac70 void 0.000123
+gallium_dri.so malloc 72 0x55717346ac70 0.000117
+gallium_dri.so free 0x55717346adc0 void 0.000123
+gallium_dri.so free 0x55717346ac70 void 0.000119
+gallium_dri.so malloc 72 0x55717346ad70 0.000121
+gallium_dri.so free 0x55717346ae80 void 0.000121
+gallium_dri.so free 0x55717346ad70 void 0.000121
+gallium_dri.so malloc 72 0x55717346ae30 0.000121
+gallium_dri.so free 0x55717346f200 void 0.000120
+gallium_dri.so free 0x55717346ae30 void 0.000120
+gallium_dri.so malloc 72 0x55717346f1b0 0.000121
+gallium_dri.so free 0x55717346f280 void 0.000119
+gallium_dri.so free 0x55717346f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f280 0.000121
+gallium_dri.so free 0x55717346f340 void 0.000122
+gallium_dri.so free 0x55717346f280 void 0.000123
+gallium_dri.so malloc 72 0x55717346f280 0.000120
+gallium_dri.so free 0x55717360e540 void 0.000121
+gallium_dri.so free 0x55717346f280 void 0.000123
+gallium_dri.so malloc 72 0x55717360e590 0.000120
+gallium_dri.so free 0x55717360e600 void 0.000131
+gallium_dri.so free 0x55717360e590 void 0.000118
+gallium_dri.so malloc 72 0x55717360e620 0.000123
+gallium_dri.so free 0x55717346f3c0 void 0.000119
+gallium_dri.so free 0x55717360e620 void 0.000118
+gallium_dri.so malloc 72 0x55717360e620 0.000121
+gallium_dri.so free 0x55717360e6c0 void 0.000123
+gallium_dri.so free 0x55717360e620 void 0.000120
+gallium_dri.so malloc 72 0x55717360e670 0.000121
+gallium_dri.so free 0x55717360e740 void 0.000122
+gallium_dri.so free 0x55717360e670 void 0.000120
+gallium_dri.so malloc 72 0x55717360e790 0.000120
+gallium_dri.so free 0x5571735dff80 void 0.000120
+gallium_dri.so free 0x55717360e790 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffc0 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000122
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dffc0 0.000120
+gallium_dri.so free 0x5571735e00c0 void 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e00f0 0.000121
+gallium_dri.so free 0x5571735e0140 void 0.000122
+gallium_dri.so free 0x5571735e00f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e00f0 0.000119
+gallium_dri.so free 0x5571735f7580 void 0.000121
+gallium_dri.so free 0x5571735e00f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75d0 0.000131
+gallium_dri.so free 0x5571735f7640 void 0.000123
+gallium_dri.so free 0x5571735f75d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7660 0.000120
+gallium_dri.so free 0x5571735f7700 void 0.000122
+gallium_dri.so free 0x5571735f7660 void 0.000121
+gallium_dri.so malloc 72 0x5571735f76b0 0.000121
+gallium_dri.so free 0x5571735f7780 void 0.000120
+gallium_dri.so free 0x5571735f76b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f77f0 0.000122
+gallium_dri.so free 0x557173473b80 void 0.000121
+gallium_dri.so free 0x5571735f77f0 void 0.000118
+gallium_dri.so malloc 72 0x557173473b30 0.000121
+gallium_dri.so free 0x557173473c00 void 0.000120
+gallium_dri.so free 0x557173473b30 void 0.000120
+gallium_dri.so malloc 72 0x557173473c50 0.000121
+gallium_dri.so free 0x557173473cc0 void 0.000123
+gallium_dri.so free 0x557173473c50 void 0.000122
+gallium_dri.so malloc 72 0x557173473ce0 0.000120
+gallium_dri.so free 0x557173473d80 void 0.000121
+gallium_dri.so free 0x557173473ce0 void 0.000121
+gallium_dri.so malloc 72 0x557173473d30 0.000120
+gallium_dri.so free 0x557173460940 void 0.000120
+gallium_dri.so free 0x557173473d30 void 0.000121
+gallium_dri.so malloc 72 0x5571734608f0 0.000117
+gallium_dri.so free 0x5571734609c0 void 0.000119
+gallium_dri.so free 0x5571734608f0 void 0.000125
+gallium_dri.so malloc 72 0x557173460a10 0.000118
+gallium_dri.so free 0x557173460a80 void 0.000116
+gallium_dri.so free 0x557173460a10 void 0.000117
+gallium_dri.so malloc 72 0x557173460ae0 0.000121
+gallium_dri.so free 0x557173460b80 void 0.000121
+gallium_dri.so free 0x557173460ae0 void 0.000121
+gallium_dri.so malloc 72 0x557173460b30 0.000121
+gallium_dri.so free 0x5571735de800 void 0.000120
+gallium_dri.so free 0x557173460b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735de7b0 0.000122
+gallium_dri.so free 0x5571735de880 void 0.000123
+gallium_dri.so free 0x5571735de7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de7b0 0.000122
+gallium_dri.so free 0x5571735de900 void 0.000122
+gallium_dri.so free 0x5571735de7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de900 0.000121
+gallium_dri.so free 0x5571735de9c0 void 0.000121
+gallium_dri.so free 0x5571735de900 void 0.000121
+gallium_dri.so malloc 72 0x5571735de900 0.000122
+gallium_dri.so free 0x5571735ecb80 void 0.000122
+gallium_dri.so free 0x5571735de900 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecb30 0.000122
+gallium_dri.so free 0x5571735ecc00 void 0.000121
+gallium_dri.so free 0x5571735ecb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc00 0.000131
+gallium_dri.so free 0x5571735eccc0 void 0.000122
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecc00 0.000120
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecd40 0.000122
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5db0 0.000118
+gallium_dri.so free 0x5571735f5e40 void 0.000121
+gallium_dri.so free 0x5571735f5db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5db0 0.000123
+gallium_dri.so free 0x5571735f5f00 void 0.000119
+gallium_dri.so free 0x5571735f5db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5f40 0.000120
+gallium_dri.so free 0x5571735f5fc0 void 0.000122
+gallium_dri.so free 0x5571735f5f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000122
+gallium_dri.so free 0x5571735febc0 void 0.000122
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fec00 0.000120
+gallium_dri.so free 0x5571735fec80 void 0.000121
+gallium_dri.so free 0x5571735fec00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fec00 0.000122
+gallium_dri.so free 0x5571735fed00 void 0.000120
+gallium_dri.so free 0x5571735fec00 void 0.000136
+gallium_dri.so malloc 72 0x5571735fed30 0.000119
+gallium_dri.so free 0x5571735fed80 void 0.000122
+gallium_dri.so free 0x5571735fed30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fed30 0.000121
+gallium_dri.so free 0x5571735dba80 void 0.000121
+gallium_dri.so free 0x5571735fed30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dba30 0.000123
+gallium_dri.so free 0x5571735dbb40 void 0.000121
+gallium_dri.so free 0x5571735dba30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000123
+gallium_dri.so free 0x5571735dbb80 void 0.000123
+gallium_dri.so free 0x5571735dbaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000122
+gallium_dri.so free 0x5571735dbc40 void 0.000122
+gallium_dri.so free 0x5571735dbaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000122
+gallium_dri.so free 0x5571735fc600 void 0.000122
+gallium_dri.so free 0x5571735dbaf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc640 0.000122
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so free 0x5571735fc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000119
+gallium_dri.so free 0x5571735fc780 void 0.000123
+gallium_dri.so free 0x5571735fc6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000172
+gallium_dri.so free 0x5571735fc800 void 0.000121
+gallium_dri.so free 0x5571735fc6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc830 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000121
+gallium_dri.so free 0x5571735fc830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1670 0.000122
+gallium_dri.so free 0x5571735c1740 void 0.000119
+gallium_dri.so free 0x5571735c1670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1790 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000120
+gallium_dri.so free 0x5571735c1790 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1860 0.000121
+gallium_dri.so free 0x5571735c1900 void 0.000120
+gallium_dri.so free 0x5571735c1860 void 0.000121
+gallium_dri.so malloc 72 0x5571735c18b0 0.000121
+gallium_dri.so free 0x5571735dd200 void 0.000122
+gallium_dri.so free 0x5571735c18b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd230 0.000121
+gallium_dri.so free 0x5571735dd280 void 0.000121
+gallium_dri.so free 0x5571735dd230 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd230 0.000120
+gallium_dri.so free 0x5571735dd380 void 0.000123
+gallium_dri.so free 0x5571735dd230 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd330 0.000123
+gallium_dri.so free 0x5571735dd440 void 0.000122
+gallium_dri.so free 0x5571735dd330 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000122
+gallium_dri.so free 0x557173610b00 void 0.000123
+gallium_dri.so free 0x5571735dd3f0 void 0.000121
+gallium_dri.so malloc 72 0x557173610b30 0.000121
+gallium_dri.so free 0x557173610b80 void 0.000123
+gallium_dri.so free 0x557173610b30 void 0.000122
+gallium_dri.so malloc 72 0x557173610b80 0.000118
+gallium_dri.so free 0x557173610c40 void 0.000121
+gallium_dri.so free 0x557173610b80 void 0.000121
+gallium_dri.so malloc 72 0x557173610b80 0.000121
+gallium_dri.so free 0x557173610d40 void 0.000123
+gallium_dri.so free 0x557173610b80 void 0.000121
+gallium_dri.so malloc 72 0x557173610cf0 0.000121
+gallium_dri.so free 0x5571735e2bc0 void 0.000123
+gallium_dri.so free 0x557173610cf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2b70 0.000123
+gallium_dri.so free 0x5571735e2c00 void 0.000122
+gallium_dri.so free 0x5571735e2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2b70 0.000121
+gallium_dri.so free 0x5571735e2cc0 void 0.000122
+gallium_dri.so free 0x5571735e2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2d00 0.000126
+gallium_dri.so free 0x5571735e2d80 void 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2d80 0.000131
+gallium_dri.so free 0x5571735c2e40 void 0.000124
+gallium_dri.so free 0x5571735e2d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e80 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000121
+gallium_dri.so free 0x5571735c2e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2e80 0.000122
+gallium_dri.so free 0x5571735c2f80 void 0.000121
+gallium_dri.so free 0x5571735c2e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000120
+gallium_dri.so free 0x5571735c3000 void 0.000123
+gallium_dri.so free 0x5571735c2fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000120
+gallium_dri.so free 0x55717346afc0 void 0.000121
+gallium_dri.so free 0x5571735c2fb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b010 0.000122
+gallium_dri.so free 0x55717346b080 void 0.000122
+gallium_dri.so free 0x55717346b010 void 0.000124
+gallium_dri.so malloc 72 0x55717346b0a0 0.000120
+gallium_dri.so free 0x55717346b140 void 0.000122
+gallium_dri.so free 0x55717346b0a0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b0f0 0.000121
+gallium_dri.so free 0x55717346b1c0 void 0.000121
+gallium_dri.so free 0x55717346b0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b230 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000123
+gallium_dri.so free 0x55717346b230 void 0.000125
+gallium_dri.so malloc 72 0x55717346d5c0 0.000121
+gallium_dri.so free 0x55717346d640 void 0.000119
+gallium_dri.so free 0x55717346d5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d640 0.000122
+gallium_dri.so free 0x55717346d700 void 0.000122
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d640 0.000120
+gallium_dri.so free 0x55717346d780 void 0.000121
+gallium_dri.so free 0x55717346d640 void 0.000124
+gallium_dri.so malloc 72 0x55717346d7b0 0.000122
+gallium_dri.so free 0x5571735f9b40 void 0.000123
+gallium_dri.so free 0x55717346d7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9b80 0.000121
+gallium_dri.so free 0x5571735f9c00 void 0.000122
+gallium_dri.so free 0x5571735f9b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9c00 0.000122
+gallium_dri.so free 0x5571735f9cc0 void 0.000123
+gallium_dri.so free 0x5571735f9c00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9c00 0.000121
+gallium_dri.so free 0x5571735f9d80 void 0.000123
+gallium_dri.so free 0x5571735f9c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9c00 0.000121
+gallium_dri.so free 0x55717360cdc0 void 0.000121
+gallium_dri.so free 0x5571735f9c00 void 0.000122
+gallium_dri.so malloc 72 0x55717360cd70 0.000132
+gallium_dri.so free 0x55717360ce40 void 0.000123
+gallium_dri.so free 0x55717360cd70 void 0.000122
+gallium_dri.so malloc 72 0x55717360cd70 0.000121
+gallium_dri.so free 0x55717360cec0 void 0.000123
+gallium_dri.so free 0x55717360cd70 void 0.000119
+gallium_dri.so malloc 72 0x55717360cec0 0.000123
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so free 0x55717360cec0 void 0.000122
+gallium_dri.so malloc 72 0x55717360cec0 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000122
+gallium_dri.so free 0x55717360cec0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1170 0.000122
+gallium_dri.so free 0x5571735e11c0 void 0.000124
+gallium_dri.so free 0x5571735e1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11c0 0.000121
+gallium_dri.so free 0x5571735e1280 void 0.000122
+gallium_dri.so free 0x5571735e11c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11c0 0.000119
+gallium_dri.so free 0x5571735e1380 void 0.000123
+gallium_dri.so free 0x5571735e11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000123
+gallium_dri.so free 0x5571735fa9c0 void 0.000122
+gallium_dri.so free 0x5571735e1330 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa9e0 0.000121
+gallium_dri.so free 0x5571735faa80 void 0.000130
+gallium_dri.so free 0x5571735fa9e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735faa30 0.000122
+gallium_dri.so free 0x5571735fab00 void 0.000123
+gallium_dri.so free 0x5571735faa30 void 0.000122
+gallium_dri.so malloc 72 0x5571735faa30 0.000123
+gallium_dri.so free 0x5571735fab80 void 0.000123
+gallium_dri.so free 0x5571735faa30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fab80 0.000122
+gallium_dri.so free 0x557173466fc0 void 0.000122
+gallium_dri.so free 0x5571735fab80 void 0.000122
+gallium_dri.so malloc 72 0x557173467000 0.000120
+gallium_dri.so free 0x557173467080 void 0.000122
+gallium_dri.so free 0x557173467000 void 0.000120
+gallium_dri.so malloc 72 0x557173467000 0.000125
+gallium_dri.so free 0x557173467100 void 0.000120
+gallium_dri.so free 0x557173467000 void 0.000120
+gallium_dri.so malloc 72 0x557173467130 0.000122
+gallium_dri.so free 0x557173467180 void 0.000123
+gallium_dri.so free 0x557173467130 void 0.000122
+gallium_dri.so malloc 72 0x557173467130 0.000121
+gallium_dri.so free 0x557173603500 void 0.000123
+gallium_dri.so free 0x557173467130 void 0.000121
+gallium_dri.so malloc 72 0x557173603550 0.000121
+gallium_dri.so free 0x5571736035c0 void 0.000121
+gallium_dri.so free 0x557173603550 void 0.000122
+gallium_dri.so malloc 72 0x5571736035e0 0.000169
+gallium_dri.so free 0x557173603680 void 0.000123
+gallium_dri.so free 0x5571736035e0 void 0.000122
+gallium_dri.so malloc 72 0x557173603630 0.000120
+gallium_dri.so free 0x557173603700 void 0.000121
+gallium_dri.so free 0x557173603630 void 0.000121
+gallium_dri.so malloc 72 0x557173603630 0.000122
+gallium_dri.so free 0x55717358de00 void 0.000122
+gallium_dri.so free 0x557173603630 void 0.000122
+gallium_dri.so malloc 72 0x55717358de40 0.000119
+gallium_dri.so free 0x55717358dec0 void 0.000123
+gallium_dri.so free 0x55717358de40 void 0.000119
+gallium_dri.so malloc 72 0x55717358dec0 0.000121
+gallium_dri.so free 0x55717358df80 void 0.000122
+gallium_dri.so free 0x55717358dec0 void 0.000122
+gallium_dri.so malloc 72 0x55717358dec0 0.000123
+gallium_dri.so free 0x55717358e000 void 0.000121
+gallium_dri.so free 0x55717358dec0 void 0.000123
+gallium_dri.so malloc 72 0x55717358e030 0.000121
+gallium_dri.so free 0x55717360c0c0 void 0.000121
+gallium_dri.so free 0x55717358e030 void 0.000120
+gallium_dri.so malloc 72 0x55717360c100 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000120
+gallium_dri.so free 0x55717360c100 void 0.000120
+gallium_dri.so malloc 72 0x55717360c180 0.000121
+gallium_dri.so free 0x55717360c240 void 0.000134
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so malloc 72 0x55717360c180 0.000121
+gallium_dri.so free 0x55717360c300 void 0.000127
+gallium_dri.so free 0x55717360c180 void 0.000122
+gallium_dri.so malloc 72 0x55717360c320 0.000122
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so free 0x55717360c320 void 0.000118
+gallium_dri.so malloc 72 0x55717360c320 0.000121
+gallium_dri.so free 0x5571735e0bc0 void 0.000122
+gallium_dri.so free 0x55717360c320 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0b70 0.000122
+gallium_dri.so free 0x5571735e0c40 void 0.000120
+gallium_dri.so free 0x5571735e0b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c90 0.000122
+gallium_dri.so free 0x5571735e0d00 void 0.000120
+gallium_dri.so free 0x5571735e0c90 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0d20 0.000121
+gallium_dri.so free 0x5571735e0dc0 void 0.000122
+gallium_dri.so free 0x5571735e0d20 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0d70 0.000119
+gallium_dri.so free 0x5571734620c0 void 0.000122
+gallium_dri.so free 0x5571735e0d70 void 0.000123
+gallium_dri.so malloc 72 0x557173462110 0.000122
+gallium_dri.so free 0x557173462180 void 0.000121
+gallium_dri.so free 0x557173462110 void 0.000118
+gallium_dri.so malloc 72 0x5571734621c0 0.000131
+gallium_dri.so free 0x557173462240 void 0.000122
+gallium_dri.so free 0x5571734621c0 void 0.000122
+gallium_dri.so malloc 72 0x557173462240 0.000119
+gallium_dri.so free 0x557173462300 void 0.000123
+gallium_dri.so free 0x557173462240 void 0.000123
+gallium_dri.so malloc 72 0x557173462240 0.000121
+gallium_dri.so free 0x557173462380 void 0.000122
+gallium_dri.so free 0x557173462240 void 0.000120
+gallium_dri.so malloc 72 0x5571734623b0 0.000121
+gallium_dri.so free 0x5571735eb9c0 void 0.000123
+gallium_dri.so free 0x5571734623b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734623b0 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000121
+gallium_dri.so free 0x5571734623b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eba40 0.000123
+gallium_dri.so free 0x5571735ebb00 void 0.000122
+gallium_dri.so free 0x5571735eba40 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba40 0.000121
+gallium_dri.so free 0x5571735ebc00 void 0.000122
+gallium_dri.so free 0x5571735eba40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000123
+gallium_dri.so free 0x5571735ebc40 void 0.000123
+gallium_dri.so free 0x5571735ebbb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000123
+gallium_dri.so free 0x5571735fb280 void 0.000166
+gallium_dri.so free 0x5571735ebbb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000122
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735ebbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb300 0.000119
+gallium_dri.so free 0x5571735fb3c0 void 0.000123
+gallium_dri.so free 0x5571735fb300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb300 0.000121
+gallium_dri.so free 0x5571735fb480 void 0.000120
+gallium_dri.so free 0x5571735fb300 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb300 0.000121
+gallium_dri.so free 0x5571735da8c0 void 0.000122
+gallium_dri.so free 0x5571735fb300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb300 0.000121
+gallium_dri.so free 0x5571735da9c0 void 0.000122
+gallium_dri.so free 0x5571735fb300 void 0.000120
+gallium_dri.so malloc 72 0x5571735da970 0.000121
+gallium_dri.so free 0x5571735daa40 void 0.000122
+gallium_dri.so free 0x5571735da970 void 0.000126
+gallium_dri.so malloc 72 0x5571735daa90 0.000122
+gallium_dri.so free 0x5571735dab00 void 0.000122
+gallium_dri.so free 0x5571735daa90 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab20 0.000122
+gallium_dri.so free 0x5571735fb540 void 0.000121
+gallium_dri.so free 0x5571735dab20 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000124
+gallium_dri.so free 0x5571735c0500 void 0.000123
+gallium_dri.so free 0x5571735fb4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000122
+gallium_dri.so free 0x5571735c0580 void 0.000122
+gallium_dri.so free 0x5571735fb4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0580 0.000123
+gallium_dri.so free 0x5571735c0640 void 0.000124
+gallium_dri.so free 0x5571735c0580 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0580 0.000122
+gallium_dri.so free 0x5571735dabc0 void 0.000123
+gallium_dri.so free 0x5571735c0580 void 0.000121
+gallium_dri.so malloc 72 0x5571735dab70 0.000120
+gallium_dri.so free 0x5571735c0740 void 0.000123
+gallium_dri.so free 0x5571735dab70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dab70 0.000122
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so free 0x5571735dab70 void 0.000121
+gallium_dri.so malloc 72 0x5571735dab70 0.000122
+gallium_dri.so free 0x5571735fa140 void 0.000122
+gallium_dri.so free 0x5571735dab70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa140 0.000121
+gallium_dri.so free 0x5571735c0800 void 0.000122
+gallium_dri.so free 0x5571735fa140 void 0.000120
+gallium_dri.so malloc 72 0x5571735c07b0 0.000119
+gallium_dri.so free 0x5571735fa200 void 0.000125
+gallium_dri.so free 0x5571735c07b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c07b0 0.000119
+gallium_dri.so free 0x5571735fa2c0 void 0.000122
+gallium_dri.so free 0x5571735c07b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa310 0.000122
+gallium_dri.so free 0x5571735e1a00 void 0.000122
+gallium_dri.so free 0x5571735fa310 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa310 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so free 0x5571735fa310 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735e1b40 void 0.000122
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1a80 0.000121
+gallium_dri.so free 0x5571735fa380 void 0.000122
+gallium_dri.so free 0x5571735e1a80 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000122
+gallium_dri.so free 0x5571735e1c00 void 0.000123
+gallium_dri.so free 0x5571735fa3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000120
+gallium_dri.so free 0x5571735e1c80 void 0.000123
+gallium_dri.so free 0x5571735fa3b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1c80 0.000122
+gallium_dri.so free 0x5571735f4c40 void 0.000122
+gallium_dri.so free 0x5571735e1c80 void 0.000168
+gallium_dri.so malloc 72 0x5571735e1c80 0.000122
+gallium_dri.so free 0x5571735f4cc0 void 0.000123
+gallium_dri.so free 0x5571735e1c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c80 0.000122
+gallium_dri.so free 0x5571735f4d80 void 0.000123
+gallium_dri.so free 0x5571735e1c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c80 0.000121
+gallium_dri.so free 0x5571735f4e40 void 0.000121
+gallium_dri.so free 0x5571735e1c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4df0 0.000122
+gallium_dri.so free 0x5571735f4ec0 void 0.000120
+gallium_dri.so free 0x5571735f4df0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4f10 0.000121
+gallium_dri.so free 0x557173589740 void 0.000122
+gallium_dri.so free 0x5571735f4f10 void 0.000122
+gallium_dri.so malloc 72 0x5571735896f0 0.000123
+gallium_dri.so free 0x557173589780 void 0.000122
+gallium_dri.so free 0x5571735896f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735896f0 0.000121
+gallium_dri.so free 0x557173589840 void 0.000123
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000121
+gallium_dri.so free 0x557173589900 void 0.000123
+gallium_dri.so free 0x5571735898b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000127
+gallium_dri.so free 0x557173589a00 void 0.000126
+gallium_dri.so free 0x5571735898b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899b0 0.000122
+gallium_dri.so free 0x5571735f29c0 void 0.000121
+gallium_dri.so free 0x5571735899b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2970 0.000121
+gallium_dri.so free 0x5571735f2a00 void 0.000122
+gallium_dri.so free 0x5571735f2970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2970 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so free 0x5571735f2970 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2b00 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so free 0x5571735f2b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b80 0.000122
+gallium_dri.so free 0x5571735f2c40 void 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2b80 0.000122
+gallium_dri.so free 0x5571735f9200 void 0.000122
+gallium_dri.so free 0x5571735f2b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000121
+gallium_dri.so free 0x5571735f9240 void 0.000123
+gallium_dri.so free 0x5571735f91b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f91b0 0.000122
+gallium_dri.so free 0x5571735f9300 void 0.000122
+gallium_dri.so free 0x5571735f91b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9340 0.000122
+gallium_dri.so free 0x5571735f93c0 void 0.000123
+gallium_dri.so free 0x5571735f9340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f93c0 0.000121
+gallium_dri.so free 0x5571735f9480 void 0.000123
+gallium_dri.so free 0x5571735f93c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93c0 0.000123
+gallium_dri.so free 0x5571735fa5c0 void 0.000122
+gallium_dri.so free 0x5571735f93c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f93c0 0.000121
+gallium_dri.so free 0x5571735fa680 void 0.000123
+gallium_dri.so free 0x5571735f93c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa630 0.000123
+gallium_dri.so free 0x5571735fa740 void 0.000120
+gallium_dri.so free 0x5571735fa630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000121
+gallium_dri.so free 0x5571735fa7c0 void 0.000122
+gallium_dri.so free 0x5571735fa6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa810 0.000122
+gallium_dri.so free 0x5571735fa880 void 0.000122
+gallium_dri.so free 0x5571735fa810 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa8a0 0.000122
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so free 0x5571735fa8a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db5b0 0.000175
+gallium_dri.so free 0x5571735db600 void 0.000124
+gallium_dri.so free 0x5571735db5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db5b0 0.000120
+gallium_dri.so free 0x5571735db700 void 0.000123
+gallium_dri.so free 0x5571735db5b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db6b0 0.000122
+gallium_dri.so free 0x5571735db7c0 void 0.000121
+gallium_dri.so free 0x5571735db6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735db770 0.000122
+gallium_dri.so free 0x5571735db840 void 0.000123
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db860 0.000122
+gallium_dri.so free 0x55717346a680 void 0.000124
+gallium_dri.so free 0x5571735db860 void 0.000121
+gallium_dri.so malloc 72 0x55717346a630 0.000122
+gallium_dri.so free 0x55717346a700 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000121
+gallium_dri.so malloc 72 0x55717346a630 0.000122
+gallium_dri.so free 0x55717346a780 void 0.000127
+gallium_dri.so free 0x55717346a630 void 0.000124
+gallium_dri.so malloc 72 0x55717346a780 0.000122
+gallium_dri.so free 0x55717346a840 void 0.000121
+gallium_dri.so free 0x55717346a780 void 0.000119
+gallium_dri.so malloc 72 0x55717346a780 0.000121
+gallium_dri.so free 0x55717346a900 void 0.000120
+gallium_dri.so free 0x55717346a780 void 0.000123
+gallium_dri.so malloc 72 0x55717346a780 0.000130
+gallium_dri.so free 0x5571735c2500 void 0.000123
+gallium_dri.so free 0x55717346a780 void 0.000122
+gallium_dri.so malloc 72 0x5571735c24b0 0.000123
+gallium_dri.so free 0x5571735c2500 void 0.000122
+gallium_dri.so free 0x5571735c24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c24b0 0.000121
+gallium_dri.so free 0x5571735c2600 void 0.000122
+gallium_dri.so free 0x5571735c24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c25b0 0.000121
+gallium_dri.so free 0x5571735c26c0 void 0.000122
+gallium_dri.so free 0x5571735c25b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2670 0.000122
+gallium_dri.so free 0x5571735c2700 void 0.000123
+gallium_dri.so free 0x5571735c2670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2670 0.000121
+gallium_dri.so free 0x5571735c27c0 void 0.000122
+gallium_dri.so free 0x5571735c2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2800 0.000121
+gallium_dri.so free 0x557173461780 void 0.000122
+gallium_dri.so free 0x5571735c2800 void 0.000121
+gallium_dri.so malloc 72 0x557173461730 0.000120
+gallium_dri.so free 0x557173461840 void 0.000121
+gallium_dri.so free 0x557173461730 void 0.000117
+gallium_dri.so malloc 72 0x5571734617f0 0.000131
+gallium_dri.so free 0x5571734618c0 void 0.000122
+gallium_dri.so free 0x5571734617f0 void 0.000141
+gallium_dri.so malloc 72 0x5571734617f0 0.000192
+gallium_dri.so free 0x557173461980 void 0.000200
+gallium_dri.so free 0x5571734617f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734617f0 0.000122
+gallium_dri.so free 0x557173461a40 void 0.000123
+gallium_dri.so free 0x5571734617f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734619f0 0.000122
+gallium_dri.so free 0x5571735df640 void 0.000122
+gallium_dri.so free 0x5571734619f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df5f0 0.000122
+gallium_dri.so free 0x5571735df700 void 0.000121
+gallium_dri.so free 0x5571735df5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df6b0 0.000122
+gallium_dri.so free 0x5571735df740 void 0.000120
+gallium_dri.so free 0x5571735df6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6b0 0.000121
+gallium_dri.so free 0x5571735df800 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df850 0.000123
+gallium_dri.so free 0x5571735df8c0 void 0.000119
+gallium_dri.so free 0x5571735df850 void 0.000121
+gallium_dri.so malloc 72 0x5571735df900 0.000171
+gallium_dri.so free 0x5571735dc8c0 void 0.000121
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc870 0.000121
+gallium_dri.so free 0x5571735dc980 void 0.000119
+gallium_dri.so free 0x5571735dc870 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc930 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so free 0x5571735dc930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc930 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000121
+gallium_dri.so free 0x5571735dc930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcac0 0.000119
+gallium_dri.so free 0x5571735dcb40 void 0.000117
+gallium_dri.so free 0x5571735dcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb40 0.000120
+gallium_dri.so free 0x5571735fe280 void 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe230 0.000120
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe320 0.000117
+gallium_dri.so free 0x5571735fe3c0 void 0.000121
+gallium_dri.so free 0x5571735fe320 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe370 0.000119
+gallium_dri.so free 0x5571735fe440 void 0.000119
+gallium_dri.so free 0x5571735fe370 void 0.000158
+gallium_dri.so malloc 72 0x5571735fe370 0.000121
+gallium_dri.so free 0x5571735fe4c0 void 0.000122
+gallium_dri.so free 0x5571735fe370 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe4c0 0.000122
+gallium_dri.so free 0x557173600840 void 0.000121
+gallium_dri.so free 0x5571735fe4c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736007f0 0.000121
+gallium_dri.so free 0x557173600880 void 0.000121
+gallium_dri.so free 0x5571736007f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736007f0 0.000120
+gallium_dri.so free 0x557173600940 void 0.000122
+gallium_dri.so free 0x5571736007f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736009b0 0.000119
+gallium_dri.so free 0x557173600a00 void 0.000122
+gallium_dri.so free 0x5571736009b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736009b0 0.000120
+gallium_dri.so free 0x557173600b00 void 0.000119
+gallium_dri.so free 0x5571736009b0 void 0.000121
+gallium_dri.so malloc 72 0x557173600ab0 0.000121
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x557173600ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4a70 0.000121
+gallium_dri.so free 0x5571735c4b00 void 0.000121
+gallium_dri.so free 0x5571735c4a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4a70 0.000129
+gallium_dri.so free 0x5571735c4bc0 void 0.000124
+gallium_dri.so free 0x5571735c4a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4c00 0.000121
+gallium_dri.so free 0x5571735c4c80 void 0.000121
+gallium_dri.so free 0x5571735c4c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4c80 0.000124
+gallium_dri.so free 0x5571735c4d40 void 0.000122
+gallium_dri.so free 0x5571735c4c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4c80 0.000117
+gallium_dri.so free 0x55717346cc40 void 0.000117
+gallium_dri.so free 0x5571735c4c80 void 0.000120
+gallium_dri.so malloc 72 0x55717346cbf0 0.000120
+gallium_dri.so free 0x55717346cc80 void 0.000119
+gallium_dri.so free 0x55717346cbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cbf0 0.000121
+gallium_dri.so free 0x55717346cd40 void 0.000122
+gallium_dri.so free 0x55717346cbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cd80 0.000120
+gallium_dri.so free 0x55717346ce00 void 0.000120
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce00 0.000122
+gallium_dri.so free 0x55717346cec0 void 0.000123
+gallium_dri.so free 0x55717346ce00 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce00 0.000121
+gallium_dri.so free 0x5571735f6c40 void 0.000123
+gallium_dri.so free 0x55717346ce00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6cc0 void 0.000122
+gallium_dri.so free 0x5571735f6bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6cc0 0.000118
+gallium_dri.so free 0x5571735f6d80 void 0.000119
+gallium_dri.so free 0x5571735f6cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6cc0 0.000121
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so free 0x5571735f6cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e00 0.000121
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6e00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6e00 0.000118
+gallium_dri.so free 0x5571735e26c0 void 0.000123
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26f0 0.000121
+gallium_dri.so free 0x5571735e2740 void 0.000121
+gallium_dri.so free 0x5571735e26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26f0 0.000120
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e26f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e27f0 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000121
+gallium_dri.so free 0x5571735e27f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e28b0 0.000120
+gallium_dri.so free 0x5571735e2980 void 0.000129
+gallium_dri.so free 0x5571735e28b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e29a0 0.000119
+gallium_dri.so free 0x5571735de300 void 0.000121
+gallium_dri.so free 0x5571735e29a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de330 0.000120
+gallium_dri.so free 0x5571735de380 void 0.000118
+gallium_dri.so free 0x5571735de330 void 0.000120
+gallium_dri.so malloc 72 0x5571735de330 0.000119
+gallium_dri.so free 0x5571735de480 void 0.000122
+gallium_dri.so free 0x5571735de330 void 0.000118
+gallium_dri.so malloc 72 0x5571735de430 0.000121
+gallium_dri.so free 0x5571735de540 void 0.000122
+gallium_dri.so free 0x5571735de430 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4f0 0.000123
+gallium_dri.so free 0x5571735de580 void 0.000123
+gallium_dri.so free 0x5571735de4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de4f0 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000121
+gallium_dri.so free 0x5571735de4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c930 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000122
+gallium_dri.so free 0x55717360c930 void 0.000123
+gallium_dri.so malloc 72 0x55717360c930 0.000122
+gallium_dri.so free 0x55717360ca80 void 0.000121
+gallium_dri.so free 0x55717360c930 void 0.000120
+gallium_dri.so malloc 72 0x55717360ca30 0.000122
+gallium_dri.so free 0x55717360cb40 void 0.000121
+gallium_dri.so free 0x55717360ca30 void 0.000119
+gallium_dri.so malloc 72 0x55717360caf0 0.000121
+gallium_dri.so free 0x55717360cb80 void 0.000120
+gallium_dri.so free 0x55717360caf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360caf0 0.000121
+gallium_dri.so free 0x5571735c11c0 void 0.000122
+gallium_dri.so free 0x55717360caf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1200 0.000121
+gallium_dri.so free 0x5571735c1280 void 0.000120
+gallium_dri.so free 0x5571735c1200 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1280 0.000119
+gallium_dri.so free 0x5571735c1340 void 0.000120
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1280 0.000121
+gallium_dri.so free 0x5571735c1400 void 0.000122
+gallium_dri.so free 0x5571735c1280 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1420 0.000120
+gallium_dri.so free 0x5571735c14c0 void 0.000121
+gallium_dri.so free 0x5571735c1420 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1470 0.000120
+gallium_dri.so free 0x5571735f5900 void 0.000118
+gallium_dri.so free 0x5571735c1470 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5940 0.000120
+gallium_dri.so free 0x5571735f59c0 void 0.000129
+gallium_dri.so free 0x5571735f5940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000121
+gallium_dri.so free 0x5571735f5a80 void 0.000122
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f59c0 0.000118
+gallium_dri.so free 0x5571735f5b00 void 0.000122
+gallium_dri.so free 0x5571735f59c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5b30 0.000121
+gallium_dri.so free 0x5571735f5b80 void 0.000119
+gallium_dri.so free 0x5571735f5b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5b80 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000121
+gallium_dri.so free 0x5571735f5b80 void 0.000146
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec740 0.000121
+gallium_dri.so free 0x5571735ec800 void 0.000122
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec740 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000122
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000137
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x557173610170 0.000118
+gallium_dri.so free 0x557173610280 void 0.000120
+gallium_dri.so free 0x557173610170 void 0.000121
+gallium_dri.so malloc 72 0x557173610230 0.000121
+gallium_dri.so free 0x557173610300 void 0.000122
+gallium_dri.so free 0x557173610230 void 0.000117
+gallium_dri.so malloc 72 0x557173610320 0.000120
+gallium_dri.so free 0x5571736103c0 void 0.000121
+gallium_dri.so free 0x557173610320 void 0.000120
+gallium_dri.so malloc 72 0x557173610370 0.000127
+gallium_dri.so free 0x557173610440 void 0.000120
+gallium_dri.so free 0x557173610370 void 0.000121
+gallium_dri.so malloc 72 0x557173610370 0.000120
+gallium_dri.so free 0x557173473680 void 0.000122
+gallium_dri.so free 0x557173610370 void 0.000119
+gallium_dri.so malloc 72 0x5571734736d0 0.000120
+gallium_dri.so free 0x557173473740 void 0.000123
+gallium_dri.so free 0x5571734736d0 void 0.000120
+gallium_dri.so malloc 72 0x557173473760 0.000121
+gallium_dri.so free 0x557173473800 void 0.000122
+gallium_dri.so free 0x557173473760 void 0.000119
+gallium_dri.so malloc 72 0x5571734737b0 0.000120
+gallium_dri.so free 0x557173473880 void 0.000189
+gallium_dri.so free 0x5571734737b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734737b0 0.000121
+gallium_dri.so free 0x557173473980 void 0.000118
+gallium_dri.so free 0x5571734737b0 void 0.000120
+gallium_dri.so malloc 72 0x557173473930 0.000120
+gallium_dri.so free 0x55717360dc00 void 0.000122
+gallium_dri.so free 0x557173473930 void 0.000122
+gallium_dri.so malloc 72 0x55717360dbb0 0.000119
+gallium_dri.so free 0x55717360dcc0 void 0.000122
+gallium_dri.so free 0x55717360dbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360dc70 0.000120
+gallium_dri.so free 0x55717360dd00 void 0.000121
+gallium_dri.so free 0x55717360dc70 void 0.000121
+gallium_dri.so malloc 72 0x55717360dc70 0.000120
+gallium_dri.so free 0x55717360ddc0 void 0.000121
+gallium_dri.so free 0x55717360dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717360de00 0.000120
+gallium_dri.so free 0x55717360de80 void 0.000118
+gallium_dri.so free 0x55717360de00 void 0.000119
+gallium_dri.so malloc 72 0x55717360de80 0.000120
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x55717360de80 void 0.000117
+gallium_dri.so malloc 72 0x55717360de80 0.000118
+gallium_dri.so free 0x557173601400 void 0.000122
+gallium_dri.so free 0x55717360de80 void 0.000119
+gallium_dri.so malloc 72 0x557173601420 0.000135
+gallium_dri.so free 0x5571736014c0 void 0.000122
+gallium_dri.so free 0x557173601420 void 0.000118
+gallium_dri.so malloc 72 0x557173601470 0.000121
+gallium_dri.so free 0x557173601540 void 0.000119
+gallium_dri.so free 0x557173601470 void 0.000121
+gallium_dri.so malloc 72 0x557173601470 0.000122
+gallium_dri.so free 0x5571736015c0 void 0.000119
+gallium_dri.so free 0x557173601470 void 0.000120
+gallium_dri.so malloc 72 0x5571736015c0 0.000117
+gallium_dri.so free 0x5571735fb680 void 0.000120
+gallium_dri.so free 0x5571736015c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000121
+gallium_dri.so free 0x5571735fb6c0 void 0.000122
+gallium_dri.so free 0x5571735fb630 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb630 0.000120
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000121
+gallium_dri.so free 0x5571735fb840 void 0.000122
+gallium_dri.so free 0x5571735fb7d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb880 0.000123
+gallium_dri.so free 0x5571735fb900 void 0.000120
+gallium_dri.so free 0x5571735fb880 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb900 0.000121
+gallium_dri.so free 0x5571735f5040 void 0.000131
+gallium_dri.so free 0x5571735fb900 void 0.000123
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000121
+gallium_dri.so free 0x5571735f5080 void 0.000123
+gallium_dri.so free 0x5571735f4ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000120
+gallium_dri.so free 0x5571735f5140 void 0.000120
+gallium_dri.so free 0x5571735f4ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5180 0.000121
+gallium_dri.so free 0x5571735f5200 void 0.000122
+gallium_dri.so free 0x5571735f5180 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5200 0.000119
+gallium_dri.so free 0x5571735f52c0 void 0.000118
+gallium_dri.so free 0x5571735f5200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5200 0.000121
+gallium_dri.so free 0x5571735f5340 void 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5200 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000120
+gallium_dri.so free 0x5571735f5200 void 0.000120
+gallium_dri.so malloc 72 0x5571735dac70 0.000121
+gallium_dri.so free 0x5571735dad40 void 0.000122
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac70 0.000121
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so free 0x5571735dac70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dadc0 0.000174
+gallium_dri.so free 0x5571735dae80 void 0.000122
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dadc0 0.000118
+gallium_dri.so free 0x5571735daf40 void 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dadc0 0.000120
+gallium_dri.so free 0x5571735ebdc0 void 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebd70 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000122
+gallium_dri.so free 0x5571735ebd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd70 0.000121
+gallium_dri.so free 0x5571735ebec0 void 0.000118
+gallium_dri.so free 0x5571735ebd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe70 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so free 0x5571735ebe70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf30 0.000117
+gallium_dri.so free 0x5571735db000 void 0.000119
+gallium_dri.so free 0x5571735ebf30 void 0.000122
+gallium_dri.so malloc 72 0x5571735dafb0 0.000118
+gallium_dri.so free 0x5571735ebfc0 void 0.000123
+gallium_dri.so free 0x5571735dafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dafb0 0.000121
+gallium_dri.so free 0x5571735ec0c0 void 0.000119
+gallium_dri.so free 0x5571735dafb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec070 0.000120
+gallium_dri.so free 0x5571735c0900 void 0.000121
+gallium_dri.so free 0x5571735ec070 void 0.000121
+gallium_dri.so malloc 72 0x5571735c08b0 0.000120
+gallium_dri.so free 0x5571735c0980 void 0.000120
+gallium_dri.so free 0x5571735c08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c08b0 0.000121
+gallium_dri.so free 0x5571735c0a40 void 0.000121
+gallium_dri.so free 0x5571735c08b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c08b0 0.000117
+gallium_dri.so free 0x5571735c0b00 void 0.000122
+gallium_dri.so free 0x5571735c08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000122
+gallium_dri.so free 0x5571735c0ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0bd0 0.000120
+gallium_dri.so free 0x5571735e1e00 void 0.000120
+gallium_dri.so free 0x5571735c0bd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1db0 0.000121
+gallium_dri.so free 0x5571735e1e40 void 0.000123
+gallium_dri.so free 0x5571735e1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1db0 0.000120
+gallium_dri.so free 0x5571735e1f00 void 0.000120
+gallium_dri.so free 0x5571735e1db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f50 0.000119
+gallium_dri.so free 0x5571735e1fc0 void 0.000123
+gallium_dri.so free 0x5571735e1f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2000 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000118
+gallium_dri.so free 0x5571735e2000 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2080 0.000120
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000122
+gallium_dri.so malloc 72 0x5571736068e0 0.000121
+gallium_dri.so free 0x557173606980 void 0.000123
+gallium_dri.so free 0x5571736068e0 void 0.000120
+gallium_dri.so malloc 72 0x557173606930 0.000122
+gallium_dri.so free 0x557173606a00 void 0.000122
+gallium_dri.so free 0x557173606930 void 0.000119
+gallium_dri.so malloc 72 0x557173606930 0.000120
+gallium_dri.so free 0x557173606a80 void 0.000122
+gallium_dri.so free 0x557173606930 void 0.000121
+gallium_dri.so malloc 72 0x557173606a80 0.000121
+gallium_dri.so free 0x557173606b40 void 0.000121
+gallium_dri.so free 0x557173606a80 void 0.000121
+gallium_dri.so malloc 72 0x557173606a80 0.000122
+gallium_dri.so free 0x557173606c40 void 0.000121
+gallium_dri.so free 0x557173606a80 void 0.000120
+gallium_dri.so malloc 72 0x557173606bf0 0.000117
+gallium_dri.so free 0x5571735f3300 void 0.000117
+gallium_dri.so free 0x557173606bf0 void 0.000169
+gallium_dri.so malloc 72 0x5571735f3330 0.000120
+gallium_dri.so free 0x5571735f3380 void 0.000121
+gallium_dri.so free 0x5571735f3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3330 0.000122
+gallium_dri.so free 0x5571735f3480 void 0.000122
+gallium_dri.so free 0x5571735f3330 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3430 0.000121
+gallium_dri.so free 0x5571735f3540 void 0.000122
+gallium_dri.so free 0x5571735f3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34f0 0.000119
+gallium_dri.so free 0x5571735f3580 void 0.000117
+gallium_dri.so free 0x5571735f34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34f0 0.000119
+gallium_dri.so free 0x5571735f3640 void 0.000122
+gallium_dri.so free 0x5571735f34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f36b0 0.000120
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x5571735f36b0 void 0.000120
+gallium_dri.so malloc 72 0x557173464e80 0.000120
+gallium_dri.so free 0x557173464f40 void 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000122
+gallium_dri.so malloc 72 0x557173464e80 0.000121
+gallium_dri.so free 0x557173465000 void 0.000124
+gallium_dri.so free 0x557173464e80 void 0.000119
+gallium_dri.so malloc 72 0x557173464e80 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000122
+gallium_dri.so free 0x557173464e80 void 0.000120
+gallium_dri.so malloc 72 0x557173465070 0.000121
+gallium_dri.so free 0x557173465140 void 0.000121
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x557173465190 0.000121
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x557173465190 void 0.000121
+gallium_dri.so malloc 72 0x557173465190 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000121
+gallium_dri.so free 0x557173465190 void 0.000118
+gallium_dri.so malloc 72 0x55717358e2e0 0.000121
+gallium_dri.so free 0x55717358e380 void 0.000122
+gallium_dri.so free 0x55717358e2e0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e330 0.000119
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so free 0x55717358e330 void 0.000121
+gallium_dri.so malloc 72 0x55717358e330 0.000122
+gallium_dri.so free 0x55717358e480 void 0.000118
+gallium_dri.so free 0x55717358e330 void 0.000126
+gallium_dri.so malloc 72 0x55717358e480 0.000118
+gallium_dri.so free 0x55717358e540 void 0.000123
+gallium_dri.so free 0x55717358e480 void 0.000129
+gallium_dri.so malloc 72 0x55717358e480 0.000121
+gallium_dri.so free 0x557173462840 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000121
+gallium_dri.so malloc 72 0x55717358e480 0.000119
+gallium_dri.so free 0x557173462900 void 0.000122
+gallium_dri.so free 0x55717358e480 void 0.000120
+gallium_dri.so malloc 72 0x5571734628b0 0.000121
+gallium_dri.so free 0x5571734629c0 void 0.000122
+gallium_dri.so free 0x5571734628b0 void 0.000118
+gallium_dri.so malloc 72 0x557173462970 0.000122
+gallium_dri.so free 0x557173462a40 void 0.000121
+gallium_dri.so free 0x557173462970 void 0.000118
+gallium_dri.so malloc 72 0x557173462a90 0.000121
+gallium_dri.so free 0x557173462b00 void 0.000118
+gallium_dri.so free 0x557173462a90 void 0.000121
+gallium_dri.so malloc 72 0x557173462b20 0.000120
+gallium_dri.so free 0x557173462bc0 void 0.000122
+gallium_dri.so free 0x557173462b20 void 0.000120
+gallium_dri.so malloc 72 0x557173462b70 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so free 0x557173462b70 void 0.000120
+gallium_dri.so malloc 72 0x557173462b70 0.000121
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x557173462b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d0140 void 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000121
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01f0 0.000119
+gallium_dri.so free 0x5571735d0280 void 0.000121
+gallium_dri.so free 0x5571735d01f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d01f0 0.000120
+gallium_dri.so free 0x5571735d0340 void 0.000121
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0380 0.000121
+gallium_dri.so free 0x557173608480 void 0.000120
+gallium_dri.so free 0x5571735d0380 void 0.000118
+gallium_dri.so malloc 72 0x557173608480 0.000120
+gallium_dri.so free 0x557173608540 void 0.000121
+gallium_dri.so free 0x557173608480 void 0.000117
+gallium_dri.so malloc 72 0x557173608480 0.000121
+gallium_dri.so free 0x5571736085c0 void 0.000122
+gallium_dri.so free 0x557173608480 void 0.000119
+gallium_dri.so malloc 72 0x5571736085f0 0.000121
+gallium_dri.so free 0x557173608640 void 0.000123
+gallium_dri.so free 0x5571736085f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736085f0 0.000120
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x5571736085f0 void 0.000117
+gallium_dri.so malloc 72 0x557173608780 0.000128
+gallium_dri.so free 0x5571735ff740 void 0.000122
+gallium_dri.so free 0x557173608780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff740 0.000122
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff740 0.000121
+gallium_dri.so free 0x5571735ff880 void 0.000121
+gallium_dri.so free 0x5571735ff740 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000120
+gallium_dri.so free 0x557173608800 void 0.000120
+gallium_dri.so free 0x5571735ff8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000125
+gallium_dri.so free 0x5571735ff900 void 0.000123
+gallium_dri.so free 0x5571735ff8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff900 0.000121
+gallium_dri.so free 0x5571735ff9c0 void 0.000120
+gallium_dri.so free 0x5571735ff900 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff900 0.000120
+gallium_dri.so free 0x5571735ffac0 void 0.000120
+gallium_dri.so free 0x5571735ff900 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff900 0.000120
+gallium_dri.so free 0x55717360f0c0 void 0.000121
+gallium_dri.so free 0x5571735ff900 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff900 0.000120
+gallium_dri.so free 0x55717360f180 void 0.000165
+gallium_dri.so free 0x5571735ff900 void 0.000120
+gallium_dri.so malloc 72 0x55717360f130 0.000121
+gallium_dri.so free 0x55717360f200 void 0.000120
+gallium_dri.so free 0x55717360f130 void 0.000118
+gallium_dri.so malloc 72 0x55717360f250 0.000120
+gallium_dri.so free 0x55717360f2c0 void 0.000122
+gallium_dri.so free 0x55717360f250 void 0.000119
+gallium_dri.so malloc 72 0x55717360f2e0 0.000121
+gallium_dri.so free 0x55717360f380 void 0.000118
+gallium_dri.so free 0x55717360f2e0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f330 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000122
+gallium_dri.so free 0x55717360f330 void 0.000120
+gallium_dri.so malloc 72 0x55717360f400 0.000122
+gallium_dri.so free 0x55717346bb40 void 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000119
+gallium_dri.so malloc 72 0x55717360f400 0.000120
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so free 0x55717360f400 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbc0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000122
+gallium_dri.so free 0x55717346bbc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346bbc0 0.000117
+gallium_dri.so free 0x55717346bd40 void 0.000122
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bbc0 0.000132
+gallium_dri.so free 0x55717346be00 void 0.000120
+gallium_dri.so free 0x55717346bbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bdb0 0.000117
+gallium_dri.so free 0x55717346be80 void 0.000121
+gallium_dri.so free 0x55717346bdb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bed0 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so free 0x55717346bed0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bed0 0.000120
+gallium_dri.so free 0x5571735d2640 void 0.000121
+gallium_dri.so free 0x55717346bed0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000122
+gallium_dri.so free 0x55717346bed0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000121
+gallium_dri.so free 0x5571735d27c0 void 0.000118
+gallium_dri.so free 0x55717346bed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2770 0.000120
+gallium_dri.so free 0x5571735d2840 void 0.000120
+gallium_dri.so free 0x5571735d2770 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2890 0.000120
+gallium_dri.so free 0x5571735d2900 void 0.000121
+gallium_dri.so free 0x5571735d2890 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2920 0.000118
+gallium_dri.so free 0x5571735fd180 void 0.000122
+gallium_dri.so free 0x5571735d2920 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2920 0.000121
+gallium_dri.so free 0x5571735fd240 void 0.000182
+gallium_dri.so free 0x5571735d2920 void 0.000142
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000131
+gallium_dri.so free 0x5571735fd240 void 0.000127
+gallium_dri.so free 0x5571735fd1f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000130
+gallium_dri.so free 0x5571735fd340 void 0.000128
+gallium_dri.so free 0x5571735fd1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000120
+gallium_dri.so free 0x5571735fd400 void 0.000118
+gallium_dri.so free 0x5571735fd2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000120
+gallium_dri.so free 0x5571735fd440 void 0.000122
+gallium_dri.so free 0x5571735fd3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000121
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x5571735fd3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd3b0 0.000121
+gallium_dri.so free 0x5571735f8180 void 0.000120
+gallium_dri.so free 0x5571735fd3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8180 0.000122
+gallium_dri.so free 0x5571735f8240 void 0.000120
+gallium_dri.so free 0x5571735f8180 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8180 0.000124
+gallium_dri.so free 0x5571735f8340 void 0.000122
+gallium_dri.so free 0x5571735f8180 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8180 0.000123
+gallium_dri.so free 0x5571735fd500 void 0.000121
+gallium_dri.so free 0x5571735f8180 void 0.000144
+gallium_dri.so malloc 72 0x5571735fd530 0.000121
+gallium_dri.so free 0x5571735f83c0 void 0.000118
+gallium_dri.so free 0x5571735fd530 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8400 0.000118
+gallium_dri.so free 0x557173620740 void 0.000121
+gallium_dri.so free 0x5571735f8400 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000119
+gallium_dri.so free 0x557173620800 void 0.000122
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000121
+gallium_dri.so free 0x557173620880 void 0.000122
+gallium_dri.so free 0x557173620740 void 0.000121
+gallium_dri.so malloc 72 0x5571736208b0 0.000121
+gallium_dri.so free 0x557173620900 void 0.000122
+gallium_dri.so free 0x5571736208b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620900 0.000121
+gallium_dri.so free 0x5571735f8480 void 0.000120
+gallium_dri.so free 0x557173620900 void 0.000121
+gallium_dri.so malloc 72 0x557173620900 0.000118
+gallium_dri.so free 0x5571736209c0 void 0.000132
+gallium_dri.so free 0x557173620900 void 0.000119
+gallium_dri.so malloc 72 0x5571736209c0 0.000121
+gallium_dri.so free 0x557173620a80 void 0.000121
+gallium_dri.so free 0x5571736209c0 void 0.000122
+gallium_dri.so malloc 72 0x5571736209c0 0.000122
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so free 0x5571736209c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736209c0 0.000120
+gallium_dri.so free 0x5571735c3a80 void 0.000119
+gallium_dri.so free 0x5571736209c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3a30 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000122
+gallium_dri.so free 0x5571735c3a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3b50 0.000122
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so free 0x5571735c3b50 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c00 0.000122
+gallium_dri.so free 0x5571735c3c80 void 0.000121
+gallium_dri.so free 0x5571735c3c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c00 0.000126
+gallium_dri.so free 0x5571735c3d00 void 0.000122
+gallium_dri.so free 0x5571735c3c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d30 0.000121
+gallium_dri.so free 0x55717346e100 void 0.000123
+gallium_dri.so free 0x5571735c3d30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3d30 0.000124
+gallium_dri.so free 0x55717346e180 void 0.000120
+gallium_dri.so free 0x5571735c3d30 void 0.000119
+gallium_dri.so malloc 72 0x55717346e180 0.000122
+gallium_dri.so free 0x55717346e240 void 0.000122
+gallium_dri.so free 0x55717346e180 void 0.000119
+gallium_dri.so malloc 72 0x55717346e180 0.000123
+gallium_dri.so free 0x55717346e300 void 0.000122
+gallium_dri.so free 0x55717346e180 void 0.000119
+gallium_dri.so malloc 72 0x55717346e180 0.000121
+gallium_dri.so free 0x55717346e3c0 void 0.000121
+gallium_dri.so free 0x55717346e180 void 0.000121
+gallium_dri.so malloc 72 0x55717346e370 0.000120
+gallium_dri.so free 0x55717346e3c0 void 0.000121
+gallium_dri.so free 0x55717346e370 void 0.000118
+gallium_dri.so malloc 72 0x55717346e370 0.000118
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x55717346e370 void 0.000145
+gallium_dri.so malloc 72 0x557173469380 0.000123
+gallium_dri.so free 0x55717346e4c0 void 0.000122
+gallium_dri.so free 0x557173469380 void 0.000123
+gallium_dri.so malloc 72 0x55717346e470 0.000121
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x55717346e470 void 0.000122
+gallium_dri.so malloc 72 0x55717346e470 0.000120
+gallium_dri.so free 0x557173469500 void 0.000143
+gallium_dri.so free 0x55717346e470 void 0.000123
+gallium_dri.so malloc 72 0x5571734694b0 0.000122
+gallium_dri.so free 0x557173469580 void 0.000123
+gallium_dri.so free 0x5571734694b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734695d0 0.000122
+gallium_dri.so free 0x557173469640 void 0.000122
+gallium_dri.so free 0x5571734695d0 void 0.000120
+gallium_dri.so malloc 72 0x5571734696a0 0.000123
+gallium_dri.so free 0x557173469740 void 0.000122
+gallium_dri.so free 0x5571734696a0 void 0.000123
+gallium_dri.so malloc 72 0x5571734696f0 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000122
+gallium_dri.so free 0x5571734696f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360d530 0.000122
+gallium_dri.so free 0x55717360d580 void 0.000121
+gallium_dri.so free 0x55717360d530 void 0.000121
+gallium_dri.so malloc 72 0x55717360d530 0.000122
+gallium_dri.so free 0x55717360d680 void 0.000120
+gallium_dri.so free 0x55717360d530 void 0.000122
+gallium_dri.so malloc 72 0x55717360d630 0.000121
+gallium_dri.so free 0x55717360d740 void 0.000122
+gallium_dri.so free 0x55717360d630 void 0.000122
+gallium_dri.so malloc 72 0x55717360d6f0 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000120
+gallium_dri.so free 0x55717360d6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d6f0 0.000122
+gallium_dri.so free 0x55717360d840 void 0.000121
+gallium_dri.so free 0x55717360d6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d890 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x55717360d890 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc200 0.000120
+gallium_dri.so free 0x5571735dc280 void 0.000132
+gallium_dri.so free 0x5571735dc200 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc280 0.000120
+gallium_dri.so free 0x5571735dc340 void 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc280 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000116
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc3f0 0.000124
+gallium_dri.so free 0x5571735dc440 void 0.000121
+gallium_dri.so free 0x5571735dc3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc3f0 0.000120
+gallium_dri.so free 0x5571735dc540 void 0.000117
+gallium_dri.so free 0x5571735dc3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000122
+gallium_dri.so free 0x5571735dc4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6580 0.000121
+gallium_dri.so free 0x5571735f6600 void 0.000173
+gallium_dri.so free 0x5571735f6580 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6580 0.000122
+gallium_dri.so free 0x5571735f6680 void 0.000122
+gallium_dri.so free 0x5571735f6580 void 0.000121
+gallium_dri.so malloc 72 0x5571735f66b0 0.000140
+gallium_dri.so free 0x5571735f6700 void 0.000122
+gallium_dri.so free 0x5571735f66b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f66b0 0.000119
+gallium_dri.so free 0x5571735f6800 void 0.000122
+gallium_dri.so free 0x5571735f66b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f67b0 0.000119
+gallium_dri.so free 0x5571735f68c0 void 0.000123
+gallium_dri.so free 0x5571735f67b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6870 0.000121
+gallium_dri.so free 0x557173465800 void 0.000122
+gallium_dri.so free 0x5571735f6870 void 0.000120
+gallium_dri.so malloc 72 0x557173465830 0.000122
+gallium_dri.so free 0x557173465880 void 0.000122
+gallium_dri.so free 0x557173465830 void 0.000118
+gallium_dri.so malloc 72 0x557173465830 0.000121
+gallium_dri.so free 0x557173465980 void 0.000123
+gallium_dri.so free 0x557173465830 void 0.000120
+gallium_dri.so malloc 72 0x5571734659c0 0.000121
+gallium_dri.so free 0x557173465a40 void 0.000122
+gallium_dri.so free 0x5571734659c0 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000125
+gallium_dri.so free 0x5571735f6900 void 0.000123
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465b00 void 0.000124
+gallium_dri.so free 0x557173465a40 void 0.000120
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465bc0 void 0.000121
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so malloc 72 0x557173465b70 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x557173465b70 void 0.000121
+gallium_dri.so malloc 72 0x557173591210 0.000122
+gallium_dri.so free 0x557173591280 void 0.000124
+gallium_dri.so free 0x557173591210 void 0.000121
+gallium_dri.so malloc 72 0x5571735912e0 0.000121
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x5571735912e0 void 0.000122
+gallium_dri.so malloc 72 0x557173591330 0.000123
+gallium_dri.so free 0x5571735913c0 void 0.000122
+gallium_dri.so free 0x557173591330 void 0.000128
+gallium_dri.so malloc 72 0x557173591330 0.000123
+gallium_dri.so free 0x557173591480 void 0.000122
+gallium_dri.so free 0x557173591330 void 0.000120
+gallium_dri.so malloc 72 0x5571735914c0 0.000123
+gallium_dri.so free 0x557173591540 void 0.000128
+gallium_dri.so free 0x5571735914c0 void 0.000120
+gallium_dri.so malloc 72 0x557173591540 0.000116
+gallium_dri.so free 0x55717358c640 void 0.000120
+gallium_dri.so free 0x557173591540 void 0.000116
+gallium_dri.so malloc 72 0x55717358c660 0.000120
+gallium_dri.so free 0x55717358c700 void 0.000122
+gallium_dri.so free 0x55717358c660 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000122
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so free 0x55717358c6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c780 0.000120
+gallium_dri.so free 0x55717358c840 void 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000119
+gallium_dri.so malloc 72 0x55717358c780 0.000117
+gallium_dri.so free 0x55717358c8c0 void 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000117
+gallium_dri.so malloc 72 0x55717358c8c0 0.000118
+gallium_dri.so free 0x55717358c980 void 0.000143
+gallium_dri.so free 0x55717358c8c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c8c0 0.000117
+gallium_dri.so free 0x557173609e80 void 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000116
+gallium_dri.so malloc 72 0x557173609eb0 0.000120
+gallium_dri.so free 0x557173609f00 void 0.000121
+gallium_dri.so free 0x557173609eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173609eb0 0.000125
+gallium_dri.so free 0x55717360a000 void 0.000121
+gallium_dri.so free 0x557173609eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173609fb0 0.000122
+gallium_dri.so free 0x55717360a0c0 void 0.000122
+gallium_dri.so free 0x557173609fb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360a070 0.000118
+gallium_dri.so free 0x55717360a140 void 0.000121
+gallium_dri.so free 0x55717360a070 void 0.000118
+gallium_dri.so malloc 72 0x55717360a160 0.000119
+gallium_dri.so free 0x55717360a200 void 0.000122
+gallium_dri.so free 0x55717360a160 void 0.000118
+gallium_dri.so malloc 72 0x55717360a1b0 0.000120
+gallium_dri.so free 0x557173601d40 void 0.000123
+gallium_dri.so free 0x55717360a1b0 void 0.000121
+gallium_dri.so malloc 72 0x557173601d80 0.000122
+gallium_dri.so free 0x557173601e00 void 0.000122
+gallium_dri.so free 0x557173601d80 void 0.000122
+gallium_dri.so malloc 72 0x557173601e00 0.000119
+gallium_dri.so free 0x557173601ec0 void 0.000122
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so malloc 72 0x557173601e00 0.000122
+gallium_dri.so free 0x557173601f40 void 0.000122
+gallium_dri.so free 0x557173601e00 void 0.000119
+gallium_dri.so malloc 72 0x557173601f70 0.000120
+gallium_dri.so free 0x557173601fc0 void 0.000130
+gallium_dri.so free 0x557173601f70 void 0.000121
+gallium_dri.so malloc 72 0x557173601f70 0.000121
+gallium_dri.so free 0x5571736020c0 void 0.000122
+gallium_dri.so free 0x557173601f70 void 0.000120
+gallium_dri.so malloc 72 0x557173602100 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000122
+gallium_dri.so free 0x557173602100 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a50 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0a50 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0ae0 0.000122
+gallium_dri.so free 0x5571735d0b80 void 0.000122
+gallium_dri.so free 0x5571735d0ae0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0b30 0.000120
+gallium_dri.so free 0x5571735d0c00 void 0.000122
+gallium_dri.so free 0x5571735d0b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000122
+gallium_dri.so free 0x5571735d0b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0c80 0.000121
+gallium_dri.so free 0x5571735d0d40 void 0.000122
+gallium_dri.so free 0x5571735d0c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0c80 0.000121
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so free 0x5571735d0c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000131
+gallium_dri.so free 0x5571735d3080 void 0.000122
+gallium_dri.so free 0x5571735d2fe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3030 0.000119
+gallium_dri.so free 0x5571735d3100 void 0.000143
+gallium_dri.so free 0x5571735d3030 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3030 0.000121
+gallium_dri.so free 0x5571735d3180 void 0.000119
+gallium_dri.so free 0x5571735d3030 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3180 0.000128
+gallium_dri.so free 0x5571735d3240 void 0.000124
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3180 0.000119
+gallium_dri.so free 0x5571735d3300 void 0.000122
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3180 0.000122
+gallium_dri.so free 0x55717358a080 void 0.000122
+gallium_dri.so free 0x5571735d3180 void 0.000122
+gallium_dri.so malloc 72 0x55717358a0d0 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000118
+gallium_dri.so free 0x55717358a0d0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a180 0.000122
+gallium_dri.so free 0x55717358a200 void 0.000123
+gallium_dri.so free 0x55717358a180 void 0.000122
+gallium_dri.so malloc 72 0x55717358a200 0.000122
+gallium_dri.so free 0x55717358a2c0 void 0.000171
+gallium_dri.so free 0x55717358a200 void 0.000121
+gallium_dri.so malloc 72 0x55717358a200 0.000121
+gallium_dri.so free 0x5571735d33c0 void 0.000122
+gallium_dri.so free 0x55717358a200 void 0.000122
+gallium_dri.so malloc 72 0x5571735d3370 0.000118
+gallium_dri.so free 0x55717358a340 void 0.000120
+gallium_dri.so free 0x5571735d3370 void 0.000118
+gallium_dri.so malloc 72 0x55717358a380 0.000122
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a380 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000119
+gallium_dri.so free 0x557173467dc0 void 0.000122
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so malloc 72 0x557173467e00 0.000121
+gallium_dri.so free 0x557173467e80 void 0.000122
+gallium_dri.so free 0x557173467e00 void 0.000120
+gallium_dri.so malloc 72 0x557173467e00 0.000122
+gallium_dri.so free 0x557173467f00 void 0.000123
+gallium_dri.so free 0x557173467e00 void 0.000121
+gallium_dri.so malloc 72 0x557173467f30 0.000119
+gallium_dri.so free 0x557173467f80 void 0.000133
+gallium_dri.so free 0x557173467f30 void 0.000123
+gallium_dri.so malloc 72 0x557173467f30 0.000120
+gallium_dri.so free 0x557173468080 void 0.000124
+gallium_dri.so free 0x557173467f30 void 0.000129
+gallium_dri.so malloc 72 0x557173468030 0.000121
+gallium_dri.so free 0x557173468140 void 0.000121
+gallium_dri.so free 0x557173468030 void 0.000122
+gallium_dri.so malloc 72 0x5571734680f0 0.000118
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x5571734680f0 void 0.000122
+gallium_dri.so malloc 72 0x557173463270 0.000118
+gallium_dri.so free 0x5571734632c0 void 0.000122
+gallium_dri.so free 0x557173463270 void 0.000118
+gallium_dri.so malloc 72 0x557173463270 0.000120
+gallium_dri.so free 0x5571734633c0 void 0.000120
+gallium_dri.so free 0x557173463270 void 0.000118
+gallium_dri.so malloc 72 0x557173463400 0.000120
+gallium_dri.so free 0x557173463480 void 0.000117
+gallium_dri.so free 0x557173463400 void 0.000118
+gallium_dri.so malloc 72 0x557173463480 0.000118
+gallium_dri.so free 0x557173468180 void 0.000122
+gallium_dri.so free 0x557173463480 void 0.000134
+gallium_dri.so malloc 72 0x557173463480 0.000120
+gallium_dri.so free 0x557173463540 void 0.000122
+gallium_dri.so free 0x557173463480 void 0.000119
+gallium_dri.so malloc 72 0x557173463480 0.000121
+gallium_dri.so free 0x557173463600 void 0.000119
+gallium_dri.so free 0x557173463480 void 0.000121
+gallium_dri.so malloc 72 0x5571734635b0 0.000122
+gallium_dri.so free 0x557173461080 void 0.000141
+gallium_dri.so free 0x5571734635b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734610d0 0.000120
+gallium_dri.so free 0x557173461140 void 0.000120
+gallium_dri.so free 0x5571734610d0 void 0.000120
+gallium_dri.so malloc 72 0x5571734611a0 0.000118
+gallium_dri.so free 0x557173461240 void 0.000122
+gallium_dri.so free 0x5571734611a0 void 0.000120
+gallium_dri.so malloc 72 0x5571734611f0 0.000120
+gallium_dri.so free 0x557173461280 void 0.000119
+gallium_dri.so free 0x5571734611f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734611f0 0.000121
+gallium_dri.so free 0x557173461340 void 0.000121
+gallium_dri.so free 0x5571734611f0 void 0.000121
+gallium_dri.so malloc 72 0x557173461380 0.000119
+gallium_dri.so free 0x557173461400 void 0.000122
+gallium_dri.so free 0x557173461380 void 0.000122
+gallium_dri.so malloc 72 0x557173461400 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x557173461400 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3320 0.000123
+gallium_dri.so free 0x5571735e33c0 void 0.000124
+gallium_dri.so free 0x5571735e3320 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3370 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000120
+gallium_dri.so free 0x5571735e3370 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3440 0.000125
+gallium_dri.so free 0x5571735e3500 void 0.000122
+gallium_dri.so free 0x5571735e3440 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3440 0.000122
+gallium_dri.so free 0x5571735e3580 void 0.000122
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3580 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000133
+gallium_dri.so malloc 72 0x5571735e3580 0.000120
+gallium_dri.so free 0x5571735def40 void 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000120
+gallium_dri.so malloc 72 0x5571735def70 0.000122
+gallium_dri.so free 0x5571735defc0 void 0.000122
+gallium_dri.so free 0x5571735def70 void 0.000123
+gallium_dri.so malloc 72 0x5571735def70 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000122
+gallium_dri.so free 0x5571735def70 void 0.000118
+gallium_dri.so malloc 72 0x5571735df070 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000119
+gallium_dri.so free 0x5571735df070 void 0.000119
+gallium_dri.so malloc 72 0x5571735df130 0.000121
+gallium_dri.so free 0x5571735df200 void 0.000119
+gallium_dri.so free 0x5571735df130 void 0.000120
+gallium_dri.so malloc 72 0x5571735df220 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000133
+gallium_dri.so free 0x5571735df220 void 0.000120
+gallium_dri.so malloc 72 0x5571735df270 0.000118
+gallium_dri.so free 0x5571735fdb80 void 0.000122
+gallium_dri.so free 0x5571735df270 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000127
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdc40 0.000121
+gallium_dri.so free 0x5571735fdd00 void 0.000119
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdc40 0.000121
+gallium_dri.so free 0x5571735fdd80 void 0.000118
+gallium_dri.so free 0x5571735fdc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fddb0 0.000122
+gallium_dri.so free 0x5571735fde00 void 0.000121
+gallium_dri.so free 0x5571735fddb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fddb0 0.000120
+gallium_dri.so free 0x5571735fdf00 void 0.000122
+gallium_dri.so free 0x5571735fddb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdf40 0.000121
+gallium_dri.so free 0x557173600140 void 0.000122
+gallium_dri.so free 0x5571735fdf40 void 0.000120
+gallium_dri.so malloc 72 0x557173600190 0.000120
+gallium_dri.so free 0x557173600200 void 0.000121
+gallium_dri.so free 0x557173600190 void 0.000173
+gallium_dri.so malloc 72 0x557173600220 0.000122
+gallium_dri.so free 0x5571736002c0 void 0.000123
+gallium_dri.so free 0x557173600220 void 0.000121
+gallium_dri.so malloc 72 0x557173600270 0.000121
+gallium_dri.so free 0x557173600340 void 0.000121
+gallium_dri.so free 0x557173600270 void 0.000122
+gallium_dri.so malloc 72 0x557173600270 0.000119
+gallium_dri.so free 0x5571736003c0 void 0.000122
+gallium_dri.so free 0x557173600270 void 0.000121
+gallium_dri.so malloc 72 0x5571736003c0 0.000121
+gallium_dri.so free 0x557173600480 void 0.000121
+gallium_dri.so free 0x5571736003c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736003c0 0.000122
+gallium_dri.so free 0x5571735c1e00 void 0.000121
+gallium_dri.so free 0x5571736003c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e20 0.000120
+gallium_dri.so free 0x5571735c1ec0 void 0.000123
+gallium_dri.so free 0x5571735c1e20 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e70 0.000120
+gallium_dri.so free 0x5571735c1f40 void 0.000122
+gallium_dri.so free 0x5571735c1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e70 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000122
+gallium_dri.so free 0x5571735c1e70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000121
+gallium_dri.so free 0x5571735c2080 void 0.000124
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000121
+gallium_dri.so free 0x5571735c43c0 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4410 0.000120
+gallium_dri.so free 0x5571735c4480 void 0.000117
+gallium_dri.so free 0x5571735c4410 void 0.000121
+gallium_dri.so malloc 72 0x5571735c44c0 0.000121
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c44c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4540 0.000122
+gallium_dri.so free 0x5571735c4600 void 0.000122
+gallium_dri.so free 0x5571735c4540 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4540 0.000122
+gallium_dri.so free 0x5571735c2200 void 0.000126
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so malloc 72 0x5571735c21b0 0.000121
+gallium_dri.so free 0x5571735c4680 void 0.000122
+gallium_dri.so free 0x5571735c21b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c46c0 0.000122
+gallium_dri.so free 0x5571735c4740 void 0.000123
+gallium_dri.so free 0x5571735c46c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4740 0.000119
+gallium_dri.so free 0x557173469f80 void 0.000120
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so malloc 72 0x557173469fc0 0.000119
+gallium_dri.so free 0x55717346a040 void 0.000122
+gallium_dri.so free 0x557173469fc0 void 0.000182
+gallium_dri.so malloc 72 0x557173469fc0 0.000141
+gallium_dri.so free 0x55717346a0c0 void 0.000130
+gallium_dri.so free 0x557173469fc0 void 0.000126
+gallium_dri.so malloc 72 0x55717346a0f0 0.000123
+gallium_dri.so free 0x55717346a140 void 0.000121
+gallium_dri.so free 0x55717346a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000120
+gallium_dri.so free 0x55717346a240 void 0.000120
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a1f0 0.000121
+gallium_dri.so free 0x55717346a300 void 0.000122
+gallium_dri.so free 0x55717346a1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a2b0 0.000128
+gallium_dri.so free 0x55717346c540 void 0.000124
+gallium_dri.so free 0x55717346a2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346c570 0.000120
+gallium_dri.so free 0x55717346c5c0 void 0.000122
+gallium_dri.so free 0x55717346c570 void 0.000122
+gallium_dri.so malloc 72 0x55717346c570 0.000145
+gallium_dri.so free 0x55717346c6c0 void 0.000123
+gallium_dri.so free 0x55717346c570 void 0.000121
+gallium_dri.so malloc 72 0x55717346c700 0.000120
+gallium_dri.so free 0x55717346c780 void 0.000120
+gallium_dri.so free 0x55717346c700 void 0.000120
+gallium_dri.so malloc 72 0x55717346c780 0.000117
+gallium_dri.so free 0x55717346a340 void 0.000122
+gallium_dri.so free 0x55717346c780 void 0.000118
+gallium_dri.so malloc 72 0x55717346c780 0.000121
+gallium_dri.so free 0x55717346c840 void 0.000122
+gallium_dri.so free 0x55717346c780 void 0.000121
+gallium_dri.so malloc 72 0x55717346c780 0.000121
+gallium_dri.so free 0x55717346c900 void 0.000122
+gallium_dri.so free 0x55717346c780 void 0.000121
+gallium_dri.so malloc 72 0x55717346c8b0 0.000121
+gallium_dri.so free 0x55717346eb00 void 0.000122
+gallium_dri.so free 0x55717346c8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346eb50 0.000121
+gallium_dri.so free 0x55717346ebc0 void 0.000122
+gallium_dri.so free 0x55717346eb50 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec20 0.000122
+gallium_dri.so free 0x55717346ecc0 void 0.000122
+gallium_dri.so free 0x55717346ec20 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec70 0.000121
+gallium_dri.so free 0x55717346ed00 void 0.000122
+gallium_dri.so free 0x55717346ec70 void 0.000123
+gallium_dri.so malloc 72 0x55717346ec70 0.000121
+gallium_dri.so free 0x55717346edc0 void 0.000123
+gallium_dri.so free 0x55717346ec70 void 0.000120
+gallium_dri.so malloc 72 0x55717346ee00 0.000119
+gallium_dri.so free 0x55717346ee80 void 0.000123
+gallium_dri.so free 0x55717346ee00 void 0.000122
+gallium_dri.so malloc 72 0x55717346ee80 0.000120
+gallium_dri.so free 0x5571735f8b00 void 0.000118
+gallium_dri.so free 0x55717346ee80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8b20 0.000121
+gallium_dri.so free 0x5571735f8bc0 void 0.000123
+gallium_dri.so free 0x5571735f8b20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8b70 0.000118
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so free 0x5571735f8b70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8c40 0.000119
+gallium_dri.so free 0x5571735f8d00 void 0.000120
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c40 0.000122
+gallium_dri.so free 0x5571735f8d80 void 0.000120
+gallium_dri.so free 0x5571735f8c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8d80 0.000119
+gallium_dri.so free 0x5571735f8e40 void 0.000122
+gallium_dri.so free 0x5571735f8d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8d80 0.000137
+gallium_dri.so free 0x557173608e80 void 0.000166
+gallium_dri.so free 0x5571735f8d80 void 0.000162
+gallium_dri.so malloc 72 0x557173608eb0 0.000164
+gallium_dri.so free 0x557173608f00 void 0.000163
+gallium_dri.so free 0x557173608eb0 void 0.000162
+gallium_dri.so malloc 72 0x557173608eb0 0.000164
+gallium_dri.so free 0x557173609000 void 0.000162
+gallium_dri.so free 0x557173608eb0 void 0.000165
+gallium_dri.so malloc 72 0x557173608fb0 0.000132
+gallium_dri.so free 0x5571736090c0 void 0.000119
+gallium_dri.so free 0x557173608fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173609070 0.000119
+gallium_dri.so free 0x557173609140 void 0.000122
+gallium_dri.so free 0x557173609070 void 0.000122
+gallium_dri.so malloc 72 0x557173609160 0.000120
+gallium_dri.so free 0x557173609200 void 0.000123
+gallium_dri.so free 0x557173609160 void 0.000120
+gallium_dri.so malloc 72 0x5571736091b0 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x5571736091b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec40 0.000121
+gallium_dri.so free 0x55717358ecc0 void 0.000122
+gallium_dri.so free 0x55717358ec40 void 0.000155
+gallium_dri.so malloc 72 0x55717358ecc0 0.000122
+gallium_dri.so free 0x55717358ed80 void 0.000121
+gallium_dri.so free 0x55717358ecc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ecc0 0.000122
+gallium_dri.so free 0x55717358ee00 void 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so malloc 72 0x55717358ee30 0.000121
+gallium_dri.so free 0x55717358ee80 void 0.000120
+gallium_dri.so free 0x55717358ee30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee30 0.000118
+gallium_dri.so free 0x55717358ef80 void 0.000123
+gallium_dri.so free 0x55717358ee30 void 0.000122
+gallium_dri.so malloc 72 0x55717358efc0 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000121
+gallium_dri.so free 0x55717358efc0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fb10 0.000121
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so free 0x55717360fb10 void 0.000122
+gallium_dri.so malloc 72 0x55717360fba0 0.000117
+gallium_dri.so free 0x55717360fc40 void 0.000121
+gallium_dri.so free 0x55717360fba0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fbf0 0.000119
+gallium_dri.so free 0x55717360fcc0 void 0.000120
+gallium_dri.so free 0x55717360fbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fbf0 0.000122
+gallium_dri.so free 0x55717360fd40 void 0.000125
+gallium_dri.so free 0x55717360fbf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd40 0.000119
+gallium_dri.so free 0x55717360fe00 void 0.000120
+gallium_dri.so free 0x55717360fd40 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd40 0.000122
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x55717360fd40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55a0 0.000122
+gallium_dri.so free 0x5571735d5640 void 0.000122
+gallium_dri.so free 0x5571735d55a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55f0 0.000118
+gallium_dri.so free 0x5571735d56c0 void 0.000123
+gallium_dri.so free 0x5571735d55f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d55f0 0.000123
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so free 0x5571735d55f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5740 0.000121
+gallium_dri.so free 0x5571735d5800 void 0.000123
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5740 0.000121
+gallium_dri.so free 0x5571735d58c0 void 0.000119
+gallium_dri.so free 0x5571735d5740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5740 0.000118
+gallium_dri.so free 0x557173604300 void 0.000122
+gallium_dri.so free 0x5571735d5740 void 0.000145
+gallium_dri.so malloc 72 0x557173604350 0.000123
+gallium_dri.so free 0x5571736043c0 void 0.000122
+gallium_dri.so free 0x557173604350 void 0.000121
+gallium_dri.so malloc 72 0x557173604400 0.000121
+gallium_dri.so free 0x557173604480 void 0.000123
+gallium_dri.so free 0x557173604400 void 0.000119
+gallium_dri.so malloc 72 0x557173604480 0.000122
+gallium_dri.so free 0x557173604540 void 0.000122
+gallium_dri.so free 0x557173604480 void 0.000121
+gallium_dri.so malloc 72 0x557173604480 0.000122
+gallium_dri.so free 0x5571735d5980 void 0.000121
+gallium_dri.so free 0x557173604480 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5930 0.000121
+gallium_dri.so free 0x5571736045c0 void 0.000122
+gallium_dri.so free 0x5571735d5930 void 0.000118
+gallium_dri.so malloc 72 0x557173604600 0.000119
+gallium_dri.so free 0x557173604680 void 0.000120
+gallium_dri.so free 0x557173604600 void 0.000121
+gallium_dri.so malloc 72 0x557173604680 0.000118
+gallium_dri.so free 0x557173620140 void 0.000123
+gallium_dri.so free 0x557173604680 void 0.000121
+gallium_dri.so malloc 72 0x557173604680 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000121
+gallium_dri.so free 0x557173604680 void 0.000121
+gallium_dri.so malloc 72 0x557173604680 0.000121
+gallium_dri.so free 0x557173620280 void 0.000121
+gallium_dri.so free 0x557173604680 void 0.000121
+gallium_dri.so malloc 72 0x557173604680 0.000118
+gallium_dri.so free 0x557173620340 void 0.000122
+gallium_dri.so free 0x557173604680 void 0.000121
+gallium_dri.so malloc 72 0x5571736202f0 0.000121
+gallium_dri.so free 0x5571736203c0 void 0.000121
+gallium_dri.so free 0x5571736202f0 void 0.000121
+gallium_dri.so malloc 72 0x557173620410 0.000119
+gallium_dri.so free 0x557173620480 void 0.000121
+gallium_dri.so free 0x557173620410 void 0.000118
+gallium_dri.so malloc 72 0x5571736204a0 0.000121
+gallium_dri.so free 0x557173620540 void 0.000122
+gallium_dri.so free 0x5571736204a0 void 0.000121
+gallium_dri.so malloc 72 0x5571736204f0 0.000122
+gallium_dri.so free 0x5571735dd780 void 0.000121
+gallium_dri.so free 0x5571736204f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736204f0 0.000120
+gallium_dri.so free 0x5571735dd880 void 0.000122
+gallium_dri.so free 0x5571736204f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd830 0.000120
+gallium_dri.so free 0x5571735dd900 void 0.000124
+gallium_dri.so free 0x5571735dd830 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd950 0.000121
+gallium_dri.so free 0x5571735dd9c0 void 0.000119
+gallium_dri.so free 0x5571735dd950 void 0.000131
+gallium_dri.so malloc 72 0x5571735dd9e0 0.000124
+gallium_dri.so free 0x5571735dda80 void 0.000122
+gallium_dri.so free 0x5571735dd9e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dda30 0.000121
+gallium_dri.so free 0x5571735ddb00 void 0.000122
+gallium_dri.so free 0x5571735dda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dda30 0.000122
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735dda30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb80 0.000121
+gallium_dri.so free 0x5571735fcb80 void 0.000121
+gallium_dri.so free 0x5571735ddb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb80 0.000119
+gallium_dri.so free 0x5571735fcc40 void 0.000119
+gallium_dri.so free 0x5571735ddb80 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcc60 0.000125
+gallium_dri.so free 0x5571735fcd00 void 0.000119
+gallium_dri.so free 0x5571735fcc60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fccb0 0.000122
+gallium_dri.so free 0x5571735fcd80 void 0.000122
+gallium_dri.so free 0x5571735fccb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fccb0 0.000120
+gallium_dri.so free 0x5571735fce00 void 0.000122
+gallium_dri.so free 0x5571735fccb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fce00 0.000120
+gallium_dri.so free 0x5571735fcec0 void 0.000127
+gallium_dri.so free 0x5571735fce00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fce00 0.000117
+gallium_dri.so free 0x5571735fcf80 void 0.000121
+gallium_dri.so free 0x5571735fce00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce00 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x5571735fce00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff140 0.000121
+gallium_dri.so free 0x5571735ff200 void 0.000127
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff140 0.000118
+gallium_dri.so free 0x5571735ff280 void 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff280 0.000118
+gallium_dri.so free 0x5571735ff340 void 0.000122
+gallium_dri.so free 0x5571735ff280 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff280 0.000121
+gallium_dri.so free 0x5571735ff400 void 0.000122
+gallium_dri.so free 0x5571735ff280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff280 0.000121
+gallium_dri.so free 0x5571735ff4c0 void 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff470 0.000120
+gallium_dri.so free 0x5571735ff540 void 0.000121
+gallium_dri.so free 0x5571735ff470 void 0.000175
+gallium_dri.so malloc 72 0x5571735ff590 0.000122
+gallium_dri.so free 0x55717360eac0 void 0.000122
+gallium_dri.so free 0x5571735ff590 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff590 0.000118
+gallium_dri.so free 0x55717360eb40 void 0.000122
+gallium_dri.so free 0x5571735ff590 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff590 0.000120
+gallium_dri.so free 0x55717360ec00 void 0.000122
+gallium_dri.so free 0x5571735ff590 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff590 0.000121
+gallium_dri.so free 0x55717360ecc0 void 0.000122
+gallium_dri.so free 0x5571735ff590 void 0.000123
+gallium_dri.so malloc 72 0x55717360ec70 0.000121
+gallium_dri.so free 0x55717360ed40 void 0.000120
+gallium_dri.so free 0x55717360ec70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ed90 0.000122
+gallium_dri.so free 0x55717360ee00 void 0.000122
+gallium_dri.so free 0x55717360ed90 void 0.000122
+gallium_dri.so malloc 72 0x55717360ee20 0.000120
+gallium_dri.so free 0x55717360eec0 void 0.000121
+gallium_dri.so free 0x55717360ee20 void 0.000121
+gallium_dri.so malloc 72 0x55717360ee70 0.000120
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so free 0x55717360ee70 void 0.000121
+gallium_dri.so malloc 72 0x55717360ee70 0.000174
+gallium_dri.so free 0x5571735c34c0 void 0.000123
+gallium_dri.so free 0x55717360ee70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3470 0.000120
+gallium_dri.so free 0x5571735c3540 void 0.000120
+gallium_dri.so free 0x5571735c3470 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3590 0.000118
+gallium_dri.so free 0x5571735c3600 void 0.000122
+gallium_dri.so free 0x5571735c3590 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3620 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000119
+gallium_dri.so free 0x5571735c3620 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3670 0.000123
+gallium_dri.so free 0x5571735c3740 void 0.000124
+gallium_dri.so free 0x5571735c3670 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3670 0.000121
+gallium_dri.so free 0x5571735c37c0 void 0.000120
+gallium_dri.so free 0x5571735c3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37c0 0.000121
+gallium_dri.so free 0x55717346b540 void 0.000123
+gallium_dri.so free 0x5571735c37c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c37c0 0.000121
+gallium_dri.so free 0x55717346b600 void 0.000121
+gallium_dri.so free 0x5571735c37c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b620 0.000122
+gallium_dri.so free 0x55717346b6c0 void 0.000121
+gallium_dri.so free 0x55717346b620 void 0.000133
+gallium_dri.so malloc 72 0x55717346b670 0.000123
+gallium_dri.so free 0x55717346b740 void 0.000123
+gallium_dri.so free 0x55717346b670 void 0.000123
+gallium_dri.so malloc 72 0x55717346b670 0.000120
+gallium_dri.so free 0x55717346b7c0 void 0.000120
+gallium_dri.so free 0x55717346b670 void 0.000121
+gallium_dri.so malloc 72 0x55717346b7c0 0.000123
+gallium_dri.so free 0x55717346b880 void 0.000121
+gallium_dri.so free 0x55717346b7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b7c0 0.000121
+gallium_dri.so free 0x55717346b940 void 0.000122
+gallium_dri.so free 0x55717346b7c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b7c0 0.000118
+gallium_dri.so free 0x55717346db00 void 0.000124
+gallium_dri.so free 0x55717346b7c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346db00 0.000120
+gallium_dri.so free 0x55717346dbc0 void 0.000121
+gallium_dri.so free 0x55717346db00 void 0.000121
+gallium_dri.so malloc 72 0x55717346db00 0.000121
+gallium_dri.so free 0x55717346dc40 void 0.000122
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc40 0.000122
+gallium_dri.so free 0x55717346dd00 void 0.000119
+gallium_dri.so free 0x55717346dc40 void 0.000121
+gallium_dri.so malloc 72 0x55717346dc40 0.000129
+gallium_dri.so free 0x55717346ddc0 void 0.000121
+gallium_dri.so free 0x55717346dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc40 0.000120
+gallium_dri.so free 0x55717346de80 void 0.000121
+gallium_dri.so free 0x55717346dc40 void 0.000121
+gallium_dri.so malloc 72 0x55717346de30 0.000119
+gallium_dri.so free 0x55717346df00 void 0.000120
+gallium_dri.so free 0x55717346de30 void 0.000120
+gallium_dri.so malloc 72 0x55717346df50 0.000121
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x55717346df50 void 0.000120
+gallium_dri.so malloc 72 0x55717346df50 0.000120
+gallium_dri.so free 0x5571735e0580 void 0.000121
+gallium_dri.so free 0x55717346df50 void 0.000117
+gallium_dri.so malloc 72 0x55717346df50 0.000119
+gallium_dri.so free 0x5571735e0640 void 0.000116
+gallium_dri.so free 0x55717346df50 void 0.000116
+gallium_dri.so malloc 72 0x55717346df50 0.000120
+gallium_dri.so free 0x5571735e0700 void 0.000120
+gallium_dri.so free 0x55717346df50 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06b0 0.000119
+gallium_dri.so free 0x5571735e0780 void 0.000122
+gallium_dri.so free 0x5571735e06b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e07d0 0.000119
+gallium_dri.so free 0x5571735e0840 void 0.000120
+gallium_dri.so free 0x5571735e07d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0860 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so free 0x5571735e0860 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08b0 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000121
+gallium_dri.so free 0x5571735e08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08b0 0.000120
+gallium_dri.so free 0x5571735f7c00 void 0.000123
+gallium_dri.so free 0x5571735e08b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000123
+gallium_dri.so free 0x5571735f7c80 void 0.000123
+gallium_dri.so free 0x5571735f7bb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7cd0 0.000121
+gallium_dri.so free 0x5571735f7d40 void 0.000122
+gallium_dri.so free 0x5571735f7cd0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7d60 0.000120
+gallium_dri.so free 0x5571735f7e00 void 0.000122
+gallium_dri.so free 0x5571735f7d60 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7db0 0.000121
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so free 0x5571735f7db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7db0 0.000122
+gallium_dri.so free 0x5571735f7f00 void 0.000124
+gallium_dri.so free 0x5571735f7db0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7f00 0.000164
+gallium_dri.so free 0x5571735ddd80 void 0.000125
+gallium_dri.so free 0x5571735f7f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7f00 0.000122
+gallium_dri.so free 0x5571735dde40 void 0.000120
+gallium_dri.so free 0x5571735f7f00 void 0.000122
+gallium_dri.so malloc 72 0x5571735dde60 0.000121
+gallium_dri.so free 0x5571735ddf00 void 0.000123
+gallium_dri.so free 0x5571735dde60 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000122
+gallium_dri.so free 0x5571735ddf80 void 0.000122
+gallium_dri.so free 0x5571735ddeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000122
+gallium_dri.so free 0x5571735de000 void 0.000121
+gallium_dri.so free 0x5571735ddeb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de000 0.000121
+gallium_dri.so free 0x5571735de0c0 void 0.000122
+gallium_dri.so free 0x5571735de000 void 0.000121
+gallium_dri.so malloc 72 0x5571735de000 0.000122
+gallium_dri.so free 0x5571735de180 void 0.000123
+gallium_dri.so free 0x5571735de000 void 0.000122
+gallium_dri.so malloc 72 0x5571735de000 0.000119
+gallium_dri.so free 0x55717361f540 void 0.000123
+gallium_dri.so free 0x5571735de000 void 0.000121
+gallium_dri.so malloc 72 0x55717361f540 0.000121
+gallium_dri.so free 0x55717361f600 void 0.000122
+gallium_dri.so free 0x55717361f540 void 0.000122
+gallium_dri.so malloc 72 0x55717361f540 0.000119
+gallium_dri.so free 0x55717361f680 void 0.000121
+gallium_dri.so free 0x55717361f540 void 0.000116
+gallium_dri.so malloc 72 0x55717361f680 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000120
+gallium_dri.so malloc 72 0x55717361f680 0.000118
+gallium_dri.so free 0x55717361f800 void 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000119
+gallium_dri.so malloc 72 0x55717361f680 0.000119
+gallium_dri.so free 0x55717361f8c0 void 0.000117
+gallium_dri.so free 0x55717361f680 void 0.000116
+gallium_dri.so malloc 72 0x55717361f870 0.000120
+gallium_dri.so free 0x55717361f940 void 0.000122
+gallium_dri.so free 0x55717361f870 void 0.000118
+gallium_dri.so malloc 72 0x55717361f990 0.000119
+gallium_dri.so free 0x55717361fa00 void 0.000118
+gallium_dri.so free 0x55717361f990 void 0.000119
+gallium_dri.so malloc 72 0x55717361fa40 0.000122
+gallium_dri.so free 0x55717361fac0 void 0.000118
+gallium_dri.so free 0x55717361fa40 void 0.000116
+gallium_dri.so malloc 72 0x55717361fa40 0.000118
+gallium_dri.so free 0x55717361fb40 void 0.000119
+gallium_dri.so free 0x55717361fa40 void 0.000117
+gallium_dri.so malloc 72 0x55717361fb70 0.000116
+gallium_dri.so free 0x55717361fbc0 void 0.000125
+gallium_dri.so free 0x55717361fb70 void 0.000121
+gallium_dri.so malloc 72 0x55717361fb70 0.000121
+gallium_dri.so free 0x55717361fcc0 void 0.000122
+gallium_dri.so free 0x55717361fb70 void 0.000122
+gallium_dri.so malloc 72 0x55717361fc70 0.000121
+gallium_dri.so free 0x55717361fd80 void 0.000121
+gallium_dri.so free 0x55717361fc70 void 0.000123
+gallium_dri.so malloc 72 0x55717361fd30 0.000122
+gallium_dri.so free 0x55717361fdc0 void 0.000122
+gallium_dri.so free 0x55717361fd30 void 0.000121
+gallium_dri.so malloc 72 0x55717361fd30 0.000121
+gallium_dri.so free 0x557173474580 void 0.000120
+gallium_dri.so free 0x55717361fd30 void 0.000121
+gallium_dri.so malloc 72 0x55717361fd30 0.000121
+gallium_dri.so free 0x557173474680 void 0.000123
+gallium_dri.so free 0x55717361fd30 void 0.000122
+gallium_dri.so malloc 72 0x5571734746c0 0.000121
+gallium_dri.so free 0x557173474740 void 0.000122
+gallium_dri.so free 0x5571734746c0 void 0.000122
+gallium_dri.so malloc 72 0x557173474740 0.000122
+gallium_dri.so free 0x557173474800 void 0.000121
+gallium_dri.so free 0x557173474740 void 0.000120
+gallium_dri.so malloc 72 0x557173474740 0.000120
+gallium_dri.so free 0x557173474880 void 0.000120
+gallium_dri.so free 0x557173474740 void 0.000187
+gallium_dri.so malloc 72 0x5571734748b0 0.000122
+gallium_dri.so free 0x557173474900 void 0.000118
+gallium_dri.so free 0x5571734748b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734748b0 0.000120
+gallium_dri.so free 0x557173474a00 void 0.000120
+gallium_dri.so free 0x5571734748b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734749b0 0.000119
+gallium_dri.so free 0x557173474ac0 void 0.000121
+gallium_dri.so free 0x5571734749b0 void 0.000120
+gallium_dri.so malloc 72 0x557173474a70 0.000118
+gallium_dri.so free 0x557173474b40 void 0.000116
+gallium_dri.so free 0x557173474a70 void 0.000116
+gallium_dri.so malloc 72 0x557173474a70 0.000119
+gallium_dri.so free 0x557173474c00 void 0.000121
+gallium_dri.so free 0x557173474a70 void 0.000120
+gallium_dri.so malloc 72 0x557173474a70 0.000119
+gallium_dri.so free 0x557173474cc0 void 0.000116
+gallium_dri.so free 0x557173474a70 void 0.000117
+gallium_dri.so malloc 72 0x557173474c70 0.000115
+gallium_dri.so free 0x557173474d40 void 0.000121
+gallium_dri.so free 0x557173474c70 void 0.000117
+gallium_dri.so malloc 72 0x557173474d90 0.000121
+gallium_dri.so free 0x557173474e00 void 0.000116
+gallium_dri.so free 0x557173474d90 void 0.000119
+gallium_dri.so malloc 72 0x557173474e20 0.000115
+gallium_dri.so free 0x557173474ec0 void 0.000131
+gallium_dri.so free 0x557173474e20 void 0.000122
+gallium_dri.so malloc 72 0x557173474e70 0.000123
+gallium_dri.so free 0x557173474f40 void 0.000122
+gallium_dri.so free 0x557173474e70 void 0.000122
+gallium_dri.so malloc 72 0x557173474f40 0.000121
+gallium_dri.so free 0x557173475000 void 0.000121
+gallium_dri.so free 0x557173474f40 void 0.000118
+gallium_dri.so malloc 72 0x557173474f40 0.000121
+gallium_dri.so free 0x557173475080 void 0.000122
+gallium_dri.so free 0x557173474f40 void 0.000125
+gallium_dri.so malloc 72 0x557173475080 0.000121
+gallium_dri.so free 0x557173475140 void 0.000123
+gallium_dri.so free 0x557173475080 void 0.000121
+gallium_dri.so malloc 72 0x557173475080 0.000121
+gallium_dri.so free 0x557173475200 void 0.000121
+gallium_dri.so free 0x557173475080 void 0.000122
+gallium_dri.so malloc 72 0x557173475080 0.000122
+gallium_dri.so free 0x5571734752c0 void 0.000122
+gallium_dri.so free 0x557173475080 void 0.000121
+gallium_dri.so malloc 72 0x557173475270 0.000121
+gallium_dri.so free 0x557173475340 void 0.000121
+gallium_dri.so free 0x557173475270 void 0.000120
+gallium_dri.so malloc 72 0x557173475390 0.000123
+gallium_dri.so free 0x557173475400 void 0.000123
+gallium_dri.so free 0x557173475390 void 0.000177
+gallium_dri.so malloc 72 0x557173475440 0.000124
+gallium_dri.so free 0x5571734754c0 void 0.000123
+gallium_dri.so free 0x557173475440 void 0.000121
+gallium_dri.so malloc 72 0x557173475440 0.000123
+gallium_dri.so free 0x557173475540 void 0.000122
+gallium_dri.so free 0x557173475440 void 0.000122
+gallium_dri.so malloc 72 0x557173475570 0.000121
+gallium_dri.so free 0x5571734755c0 void 0.000122
+gallium_dri.so free 0x557173475570 void 0.000122
+gallium_dri.so malloc 72 0x557173475570 0.000121
+gallium_dri.so free 0x5571734756c0 void 0.000121
+gallium_dri.so free 0x557173475570 void 0.000118
+gallium_dri.so malloc 72 0x557173475670 0.000122
+gallium_dri.so free 0x557173475780 void 0.000122
+gallium_dri.so free 0x557173475670 void 0.000119
+gallium_dri.so malloc 72 0x557173475730 0.000120
+gallium_dri.so free 0x5571734757c0 void 0.000123
+gallium_dri.so free 0x557173475730 void 0.000119
+gallium_dri.so malloc 72 0x557173475730 0.000122
+gallium_dri.so free 0x557173475880 void 0.000121
+gallium_dri.so free 0x557173475730 void 0.000117
+gallium_dri.so malloc 72 0x5571734758f0 0.000122
+gallium_dri.so free 0x557173475940 void 0.000123
+gallium_dri.so free 0x5571734758f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734758f0 0.000120
+gallium_dri.so free 0x557173475a40 void 0.000125
+gallium_dri.so free 0x5571734758f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734759f0 0.000122
+gallium_dri.so free 0x557173475b00 void 0.000122
+gallium_dri.so free 0x5571734759f0 void 0.000121
+gallium_dri.so malloc 72 0x557173475ab0 0.000122
+gallium_dri.so free 0x557173475b40 void 0.000121
+gallium_dri.so free 0x557173475ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173475ab0 0.000122
+gallium_dri.so free 0x557173475c00 void 0.000122
+gallium_dri.so free 0x557173475ab0 void 0.000121
+gallium_dri.so malloc 72 0x557173475c40 0.000121
+gallium_dri.so free 0x557173475cc0 void 0.000120
+gallium_dri.so free 0x557173475c40 void 0.000120
+gallium_dri.so malloc 72 0x557173475cc0 0.000122
+gallium_dri.so free 0x557173475d80 void 0.000121
+gallium_dri.so free 0x557173475cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173475cc0 0.000120
+gallium_dri.so free 0x557173475e40 void 0.000122
+gallium_dri.so free 0x557173475cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173475e60 0.000122
+gallium_dri.so free 0x557173475f00 void 0.000121
+gallium_dri.so free 0x557173475e60 void 0.000121
+gallium_dri.so malloc 72 0x557173475eb0 0.000121
+gallium_dri.so free 0x557173475f80 void 0.000122
+gallium_dri.so free 0x557173475eb0 void 0.000140
+gallium_dri.so malloc 72 0x557173475eb0 0.000123
+gallium_dri.so free 0x557173476000 void 0.000121
+gallium_dri.so free 0x557173475eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173476000 0.000119
+gallium_dri.so free 0x5571734760c0 void 0.000116
+gallium_dri.so free 0x557173476000 void 0.000117
+gallium_dri.so malloc 72 0x557173476000 0.000120
+gallium_dri.so free 0x557173476180 void 0.000120
+gallium_dri.so free 0x557173476000 void 0.000117
+gallium_dri.so malloc 72 0x557173476000 0.000119
+gallium_dri.so free 0x557173476240 void 0.000116
+gallium_dri.so free 0x557173476000 void 0.000118
+gallium_dri.so malloc 72 0x5571734761f0 0.000121
+gallium_dri.so free 0x557173476300 void 0.000120
+gallium_dri.so free 0x5571734761f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734762b0 0.000117
+gallium_dri.so free 0x557173476380 void 0.000120
+gallium_dri.so free 0x5571734762b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734763d0 0.000118
+gallium_dri.so free 0x557173476440 void 0.000120
+gallium_dri.so free 0x5571734763d0 void 0.000120
+gallium_dri.so malloc 72 0x557173476460 0.000121
+gallium_dri.so free 0x557173476500 void 0.000121
+gallium_dri.so free 0x557173476460 void 0.000119
+gallium_dri.so malloc 72 0x5571734764b0 0.000116
+gallium_dri.so free 0x557173476580 void 0.000208
+gallium_dri.so free 0x5571734764b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734764b0 0.000121
+gallium_dri.so free 0x557173476600 void 0.000118
+gallium_dri.so free 0x5571734764b0 void 0.000121
+gallium_dri.so malloc 72 0x557173476600 0.000121
+gallium_dri.so free 0x5571734766c0 void 0.000122
+gallium_dri.so free 0x557173476600 void 0.000117
+gallium_dri.so malloc 72 0x557173476600 0.000122
+gallium_dri.so free 0x5571734767c0 void 0.000119
+gallium_dri.so free 0x557173476600 void 0.000119
+gallium_dri.so malloc 72 0x557173476770 0.000121
+gallium_dri.so free 0x557173476800 void 0.000122
+gallium_dri.so free 0x557173476770 void 0.000119
+gallium_dri.so malloc 72 0x557173476770 0.000122
+gallium_dri.so free 0x5571734768c0 void 0.000121
+gallium_dri.so free 0x557173476770 void 0.000121
+gallium_dri.so malloc 72 0x557173476900 0.000121
+gallium_dri.so free 0x557173476980 void 0.000121
+gallium_dri.so free 0x557173476900 void 0.000122
+gallium_dri.so malloc 72 0x557173476980 0.000120
+gallium_dri.so free 0x557173476a40 void 0.000119
+gallium_dri.so free 0x557173476980 void 0.000121
+gallium_dri.so malloc 72 0x557173476980 0.000122
+gallium_dri.so free 0x557173476ac0 void 0.000122
+gallium_dri.so free 0x557173476980 void 0.000130
+gallium_dri.so malloc 72 0x557173476af0 0.000122
+gallium_dri.so free 0x557173476b40 void 0.000121
+gallium_dri.so free 0x557173476af0 void 0.000123
+gallium_dri.so malloc 72 0x557173476af0 0.000120
+gallium_dri.so free 0x557173476c40 void 0.000120
+gallium_dri.so free 0x557173476af0 void 0.000120
+gallium_dri.so malloc 72 0x557173476c80 0.000122
+gallium_dri.so free 0x557173476d00 void 0.000119
+gallium_dri.so free 0x557173476c80 void 0.000122
+gallium_dri.so malloc 72 0x557173476d00 0.000121
+gallium_dri.so free 0x557173476dc0 void 0.000122
+gallium_dri.so free 0x557173476d00 void 0.000118
+gallium_dri.so malloc 72 0x557173476d00 0.000120
+gallium_dri.so free 0x557173476e40 void 0.000120
+gallium_dri.so free 0x557173476d00 void 0.000121
+gallium_dri.so malloc 72 0x557173476e70 0.000126
+gallium_dri.so free 0x557173476ec0 void 0.000122
+gallium_dri.so free 0x557173476e70 void 0.000118
+gallium_dri.so malloc 72 0x557173476e70 0.000121
+gallium_dri.so free 0x557173476fc0 void 0.000121
+gallium_dri.so free 0x557173476e70 void 0.000120
+gallium_dri.so malloc 72 0x557173476f70 0.000119
+gallium_dri.so free 0x557173477080 void 0.000122
+gallium_dri.so free 0x557173476f70 void 0.000121
+gallium_dri.so malloc 72 0x557173477030 0.000121
+gallium_dri.so free 0x557173477100 void 0.000132
+gallium_dri.so free 0x557173477030 void 0.000121
+gallium_dri.so malloc 72 0x557173477030 0.000118
+gallium_dri.so free 0x5571734771c0 void 0.000123
+gallium_dri.so free 0x557173477030 void 0.000119
+gallium_dri.so malloc 72 0x557173477030 0.000121
+gallium_dri.so free 0x557173477280 void 0.000120
+gallium_dri.so free 0x557173477030 void 0.000124
+gallium_dri.so malloc 72 0x557173477230 0.000120
+gallium_dri.so free 0x557173477300 void 0.000122
+gallium_dri.so free 0x557173477230 void 0.000119
+gallium_dri.so malloc 72 0x557173477350 0.000121
+gallium_dri.so free 0x5571734773c0 void 0.000120
+gallium_dri.so free 0x557173477350 void 0.000119
+gallium_dri.so malloc 72 0x5571734773e0 0.000119
+gallium_dri.so free 0x557173477480 void 0.000123
+gallium_dri.so free 0x5571734773e0 void 0.000120
+gallium_dri.so malloc 72 0x557173477430 0.000122
+gallium_dri.so free 0x557173477500 void 0.000123
+gallium_dri.so free 0x557173477430 void 0.000117
+gallium_dri.so malloc 72 0x557173477500 0.000120
+gallium_dri.so free 0x5571734775c0 void 0.000118
+gallium_dri.so free 0x557173477500 void 0.000121
+gallium_dri.so malloc 72 0x557173477500 0.000119
+gallium_dri.so free 0x557173477640 void 0.000122
+gallium_dri.so free 0x557173477500 void 0.000121
+gallium_dri.so malloc 72 0x557173477640 0.000129
+gallium_dri.so free 0x557173477700 void 0.000119
+gallium_dri.so free 0x557173477640 void 0.000118
+gallium_dri.so malloc 72 0x557173477640 0.000120
+gallium_dri.so free 0x5571734777c0 void 0.000122
+gallium_dri.so free 0x557173477640 void 0.000121
+gallium_dri.so malloc 72 0x557173477640 0.000120
+gallium_dri.so free 0x557173477880 void 0.000122
+gallium_dri.so free 0x557173477640 void 0.000121
+gallium_dri.so malloc 72 0x557173477830 0.000120
+gallium_dri.so free 0x557173477900 void 0.000121
+gallium_dri.so free 0x557173477830 void 0.000120
+gallium_dri.so malloc 72 0x557173477950 0.000122
+gallium_dri.so free 0x5571734779c0 void 0.000122
+gallium_dri.so free 0x557173477950 void 0.000121
+gallium_dri.so malloc 72 0x557173477a00 0.000121
+gallium_dri.so free 0x557173477a80 void 0.000121
+gallium_dri.so free 0x557173477a00 void 0.000121
+gallium_dri.so malloc 72 0x557173477a00 0.000120
+gallium_dri.so free 0x557173477b00 void 0.000121
+gallium_dri.so free 0x557173477a00 void 0.000118
+gallium_dri.so malloc 72 0x557173477b30 0.000121
+gallium_dri.so free 0x557173477b80 void 0.000118
+gallium_dri.so free 0x557173477b30 void 0.000121
+gallium_dri.so malloc 72 0x557173477b30 0.000121
+gallium_dri.so free 0x557173477c80 void 0.000131
+gallium_dri.so free 0x557173477b30 void 0.000122
+gallium_dri.so malloc 72 0x557173477c30 0.000119
+gallium_dri.so free 0x557173477d40 void 0.000117
+gallium_dri.so free 0x557173477c30 void 0.000121
+gallium_dri.so malloc 72 0x557173477cf0 0.000122
+gallium_dri.so free 0x557173477d80 void 0.000122
+gallium_dri.so free 0x557173477cf0 void 0.000124
+gallium_dri.so malloc 72 0x557173477cf0 0.000121
+gallium_dri.so free 0x557173477e40 void 0.000122
+gallium_dri.so free 0x557173477cf0 void 0.000121
+gallium_dri.so malloc 72 0x557173477eb0 0.000121
+gallium_dri.so free 0x557173477f00 void 0.000123
+gallium_dri.so free 0x557173477eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173477eb0 0.000120
+gallium_dri.so free 0x557173478000 void 0.000117
+gallium_dri.so free 0x557173477eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173477fb0 0.000121
+gallium_dri.so free 0x5571734780c0 void 0.000122
+gallium_dri.so free 0x557173477fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173478070 0.000123
+gallium_dri.so free 0x557173478100 void 0.000119
+gallium_dri.so free 0x557173478070 void 0.000121
+gallium_dri.so malloc 72 0x557173478070 0.000120
+gallium_dri.so free 0x5571734781c0 void 0.000120
+gallium_dri.so free 0x557173478070 void 0.000117
+gallium_dri.so malloc 72 0x557173478200 0.000170
+gallium_dri.so free 0x557173478280 void 0.000123
+gallium_dri.so free 0x557173478200 void 0.000120
+gallium_dri.so malloc 72 0x557173478280 0.000121
+gallium_dri.so free 0x557173478340 void 0.000121
+gallium_dri.so free 0x557173478280 void 0.000120
+gallium_dri.so malloc 72 0x557173478280 0.000120
+gallium_dri.so free 0x557173478400 void 0.000119
+gallium_dri.so free 0x557173478280 void 0.000120
+gallium_dri.so malloc 72 0x557173478420 0.000120
+gallium_dri.so free 0x5571734784c0 void 0.000122
+gallium_dri.so free 0x557173478420 void 0.000117
+gallium_dri.so malloc 72 0x557173478470 0.000120
+gallium_dri.so free 0x557173478540 void 0.000121
+gallium_dri.so free 0x557173478470 void 0.000118
+gallium_dri.so malloc 72 0x557173478470 0.000119
+gallium_dri.so free 0x5571734785c0 void 0.000120
+gallium_dri.so free 0x557173478470 void 0.000120
+gallium_dri.so malloc 72 0x5571734785c0 0.000121
+gallium_dri.so free 0x557173478680 void 0.000119
+gallium_dri.so free 0x5571734785c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734785c0 0.000119
+gallium_dri.so free 0x557173478740 void 0.000122
+gallium_dri.so free 0x5571734785c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734785c0 0.000120
+gallium_dri.so free 0x557173478800 void 0.000120
+gallium_dri.so free 0x5571734785c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734787b0 0.000120
+gallium_dri.so free 0x5571734788c0 void 0.000119
+gallium_dri.so free 0x5571734787b0 void 0.000119
+gallium_dri.so malloc 72 0x557173478870 0.000119
+gallium_dri.so free 0x557173478940 void 0.000121
+gallium_dri.so free 0x557173478870 void 0.000122
+gallium_dri.so malloc 72 0x557173478990 0.000121
+gallium_dri.so free 0x557173478a00 void 0.000121
+gallium_dri.so free 0x557173478990 void 0.000116
+gallium_dri.so malloc 72 0x557173478a20 0.000121
+gallium_dri.so free 0x557173478ac0 void 0.000120
+gallium_dri.so free 0x557173478a20 void 0.000118
+gallium_dri.so malloc 72 0x557173478a70 0.000120
+gallium_dri.so free 0x557173478b40 void 0.000122
+gallium_dri.so free 0x557173478a70 void 0.000119
+gallium_dri.so malloc 72 0x557173478a70 0.000118
+gallium_dri.so free 0x557173478bc0 void 0.000121
+gallium_dri.so free 0x557173478a70 void 0.000120
+gallium_dri.so malloc 72 0x557173478bc0 0.000121
+gallium_dri.so free 0x557173478c80 void 0.000119
+gallium_dri.so free 0x557173478bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173478bc0 0.000127
+gallium_dri.so free 0x557173478d80 void 0.000123
+gallium_dri.so free 0x557173478bc0 void 0.000120
+gallium_dri.so malloc 72 0x557173478d30 0.000125
+gallium_dri.so free 0x557173478dc0 void 0.000123
+gallium_dri.so free 0x557173478d30 void 0.000121
+gallium_dri.so malloc 72 0x557173478d30 0.000121
+gallium_dri.so free 0x557173478e80 void 0.000122
+gallium_dri.so free 0x557173478d30 void 0.000119
+gallium_dri.so malloc 72 0x557173478ec0 0.000117
+gallium_dri.so free 0x557173478f40 void 0.000123
+gallium_dri.so free 0x557173478ec0 void 0.000119
+gallium_dri.so malloc 72 0x557173478f40 0.000120
+gallium_dri.so free 0x557173479000 void 0.000121
+gallium_dri.so free 0x557173478f40 void 0.000119
+gallium_dri.so malloc 72 0x557173478f40 0.000121
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x557173478f40 void 0.000121
+gallium_dri.so malloc 72 0x557173619fb0 0.000117
+gallium_dri.so free 0x55717361a000 void 0.000121
+gallium_dri.so free 0x557173619fb0 void 0.000121
+gallium_dri.so malloc 72 0x557173619fb0 0.000118
+gallium_dri.so free 0x55717361a100 void 0.000119
+gallium_dri.so free 0x557173619fb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a140 0.000119
+gallium_dri.so free 0x55717361a1c0 void 0.000123
+gallium_dri.so free 0x55717361a140 void 0.000120
+gallium_dri.so malloc 72 0x55717361a1c0 0.000120
+gallium_dri.so free 0x55717361a280 void 0.000120
+gallium_dri.so free 0x55717361a1c0 void 0.000188
+gallium_dri.so malloc 72 0x55717361a1c0 0.000121
+gallium_dri.so free 0x55717361a300 void 0.000121
+gallium_dri.so free 0x55717361a1c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a330 0.000122
+gallium_dri.so free 0x55717361a380 void 0.000121
+gallium_dri.so free 0x55717361a330 void 0.000121
+gallium_dri.so malloc 72 0x55717361a330 0.000119
+gallium_dri.so free 0x55717361a480 void 0.000119
+gallium_dri.so free 0x55717361a330 void 0.000117
+gallium_dri.so malloc 72 0x55717361a430 0.000116
+gallium_dri.so free 0x55717361a540 void 0.000121
+gallium_dri.so free 0x55717361a430 void 0.000118
+gallium_dri.so malloc 72 0x55717361a4f0 0.000118
+gallium_dri.so free 0x55717361a5c0 void 0.000122
+gallium_dri.so free 0x55717361a4f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a4f0 0.000117
+gallium_dri.so free 0x55717361a680 void 0.000117
+gallium_dri.so free 0x55717361a4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a4f0 0.000121
+gallium_dri.so free 0x55717361a740 void 0.000122
+gallium_dri.so free 0x55717361a4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a6f0 0.000120
+gallium_dri.so free 0x55717361a7c0 void 0.000121
+gallium_dri.so free 0x55717361a6f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a810 0.000119
+gallium_dri.so free 0x55717361a880 void 0.000125
+gallium_dri.so free 0x55717361a810 void 0.000121
+gallium_dri.so malloc 72 0x55717361a8a0 0.000117
+gallium_dri.so free 0x55717361a940 void 0.000118
+gallium_dri.so free 0x55717361a8a0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a8f0 0.000122
+gallium_dri.so free 0x55717361a9c0 void 0.000120
+gallium_dri.so free 0x55717361a8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a9c0 0.000120
+gallium_dri.so free 0x55717361aa80 void 0.000118
+gallium_dri.so free 0x55717361a9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a9c0 0.000120
+gallium_dri.so free 0x55717361ab00 void 0.000128
+gallium_dri.so free 0x55717361a9c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ab00 0.000120
+gallium_dri.so free 0x55717361abc0 void 0.000121
+gallium_dri.so free 0x55717361ab00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ab00 0.000119
+gallium_dri.so free 0x55717361ac80 void 0.000120
+gallium_dri.so free 0x55717361ab00 void 0.000121
+gallium_dri.so malloc 72 0x55717361ab00 0.000122
+gallium_dri.so free 0x55717361ad40 void 0.000122
+gallium_dri.so free 0x55717361ab00 void 0.000121
+gallium_dri.so malloc 72 0x55717361acf0 0.000120
+gallium_dri.so free 0x55717361adc0 void 0.000120
+gallium_dri.so free 0x55717361acf0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ae10 0.000123
+gallium_dri.so free 0x55717361ae80 void 0.000122
+gallium_dri.so free 0x55717361ae10 void 0.000122
+gallium_dri.so malloc 72 0x55717361aec0 0.000121
+gallium_dri.so free 0x55717361af40 void 0.000122
+gallium_dri.so free 0x55717361aec0 void 0.000116
+gallium_dri.so malloc 72 0x55717361aec0 0.000123
+gallium_dri.so free 0x55717361afc0 void 0.000121
+gallium_dri.so free 0x55717361aec0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aff0 0.000120
+gallium_dri.so free 0x55717361b040 void 0.000122
+gallium_dri.so free 0x55717361aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717361aff0 0.000120
+gallium_dri.so free 0x55717361b140 void 0.000122
+gallium_dri.so free 0x55717361aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b0f0 0.000118
+gallium_dri.so free 0x55717361b200 void 0.000121
+gallium_dri.so free 0x55717361b0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b1b0 0.000118
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so free 0x55717361b1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b1b0 0.000122
+gallium_dri.so free 0x55717361b300 void 0.000120
+gallium_dri.so free 0x55717361b1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b370 0.000120
+gallium_dri.so free 0x55717361b3c0 void 0.000131
+gallium_dri.so free 0x55717361b370 void 0.000119
+gallium_dri.so malloc 72 0x55717361b370 0.000120
+gallium_dri.so free 0x55717361b4c0 void 0.000119
+gallium_dri.so free 0x55717361b370 void 0.000121
+gallium_dri.so malloc 72 0x55717361b470 0.000120
+gallium_dri.so free 0x55717361b580 void 0.000117
+gallium_dri.so free 0x55717361b470 void 0.000117
+gallium_dri.so malloc 72 0x55717361b530 0.000121
+gallium_dri.so free 0x55717361b5c0 void 0.000120
+gallium_dri.so free 0x55717361b530 void 0.000118
+gallium_dri.so malloc 72 0x55717361b530 0.000120
+gallium_dri.so free 0x55717361b680 void 0.000118
+gallium_dri.so free 0x55717361b530 void 0.000120
+gallium_dri.so malloc 72 0x55717361b6c0 0.000121
+gallium_dri.so free 0x55717361b740 void 0.000122
+gallium_dri.so free 0x55717361b6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b740 0.000120
+gallium_dri.so free 0x55717361b800 void 0.000122
+gallium_dri.so free 0x55717361b740 void 0.000118
+gallium_dri.so malloc 72 0x55717361b740 0.000121
+gallium_dri.so free 0x55717361b8c0 void 0.000122
+gallium_dri.so free 0x55717361b740 void 0.000119
+gallium_dri.so malloc 72 0x55717361b8e0 0.000118
+gallium_dri.so free 0x55717361b980 void 0.000119
+gallium_dri.so free 0x55717361b8e0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b930 0.000130
+gallium_dri.so free 0x55717361ba00 void 0.000120
+gallium_dri.so free 0x55717361b930 void 0.000120
+gallium_dri.so malloc 72 0x55717361b930 0.000120
+gallium_dri.so free 0x55717361ba80 void 0.000121
+gallium_dri.so free 0x55717361b930 void 0.000122
+gallium_dri.so malloc 72 0x55717361ba80 0.000120
+gallium_dri.so free 0x55717361bb40 void 0.000121
+gallium_dri.so free 0x55717361ba80 void 0.000121
+gallium_dri.so malloc 72 0x55717361ba80 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000118
+gallium_dri.so free 0x55717361ba80 void 0.000118
+gallium_dri.so malloc 72 0x55717361ba80 0.000117
+gallium_dri.so free 0x55717361bcc0 void 0.000118
+gallium_dri.so free 0x55717361ba80 void 0.000117
+gallium_dri.so malloc 72 0x55717361bc70 0.000122
+gallium_dri.so free 0x55717361bd80 void 0.000122
+gallium_dri.so free 0x55717361bc70 void 0.000121
+gallium_dri.so malloc 72 0x55717361bd30 0.000120
+gallium_dri.so free 0x55717361be00 void 0.000121
+gallium_dri.so free 0x55717361bd30 void 0.000121
+gallium_dri.so malloc 72 0x55717361be50 0.000120
+gallium_dri.so free 0x55717361bec0 void 0.000118
+gallium_dri.so free 0x55717361be50 void 0.000122
+gallium_dri.so malloc 72 0x55717361bee0 0.000121
+gallium_dri.so free 0x55717361bf80 void 0.000120
+gallium_dri.so free 0x55717361bee0 void 0.000125
+gallium_dri.so malloc 72 0x55717361bf30 0.000121
+gallium_dri.so free 0x55717361c000 void 0.000122
+gallium_dri.so free 0x55717361bf30 void 0.000120
+gallium_dri.so malloc 72 0x55717361bf30 0.000118
+gallium_dri.so free 0x55717361c080 void 0.000122
+gallium_dri.so free 0x55717361bf30 void 0.000117
+gallium_dri.so malloc 72 0x55717361c080 0.000120
+gallium_dri.so free 0x55717361c140 void 0.000121
+gallium_dri.so free 0x55717361c080 void 0.000117
+gallium_dri.so malloc 72 0x55717361c080 0.000121
+gallium_dri.so free 0x55717361c240 void 0.000121
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so malloc 72 0x55717361c1f0 0.000119
+gallium_dri.so free 0x55717361c280 void 0.000122
+gallium_dri.so free 0x55717361c1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c1f0 0.000120
+gallium_dri.so free 0x55717361c340 void 0.000122
+gallium_dri.so free 0x55717361c1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c380 0.000120
+gallium_dri.so free 0x55717361c400 void 0.000120
+gallium_dri.so free 0x55717361c380 void 0.000120
+gallium_dri.so malloc 72 0x55717361c400 0.000120
+gallium_dri.so free 0x55717361c4c0 void 0.000121
+gallium_dri.so free 0x55717361c400 void 0.000121
+gallium_dri.so malloc 72 0x55717361c400 0.000131
+gallium_dri.so free 0x55717361c540 void 0.000119
+gallium_dri.so free 0x55717361c400 void 0.000120
+gallium_dri.so malloc 72 0x55717361c570 0.000122
+gallium_dri.so free 0x55717361c5c0 void 0.000122
+gallium_dri.so free 0x55717361c570 void 0.000118
+gallium_dri.so malloc 72 0x55717361c570 0.000118
+gallium_dri.so free 0x55717361c6c0 void 0.000120
+gallium_dri.so free 0x55717361c570 void 0.000123
+gallium_dri.so malloc 72 0x55717361c700 0.000120
+gallium_dri.so free 0x55717361c780 void 0.000118
+gallium_dri.so free 0x55717361c700 void 0.000118
+gallium_dri.so malloc 72 0x55717361c780 0.000122
+gallium_dri.so free 0x55717361c840 void 0.000117
+gallium_dri.so free 0x55717361c780 void 0.000117
+gallium_dri.so malloc 72 0x55717361c780 0.000118
+gallium_dri.so free 0x55717361c8c0 void 0.000122
+gallium_dri.so free 0x55717361c780 void 0.000119
+gallium_dri.so malloc 72 0x55717361c8f0 0.000119
+gallium_dri.so free 0x55717361c940 void 0.000125
+gallium_dri.so free 0x55717361c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c8f0 0.000121
+gallium_dri.so free 0x55717361ca40 void 0.000121
+gallium_dri.so free 0x55717361c8f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361c9f0 0.000120
+gallium_dri.so free 0x55717361cb00 void 0.000120
+gallium_dri.so free 0x55717361c9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361cab0 0.000120
+gallium_dri.so free 0x55717361cb80 void 0.000120
+gallium_dri.so free 0x55717361cab0 void 0.000117
+gallium_dri.so malloc 72 0x55717361cab0 0.000121
+gallium_dri.so free 0x55717361cc40 void 0.000122
+gallium_dri.so free 0x55717361cab0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cab0 0.000121
+gallium_dri.so free 0x55717361cd00 void 0.000120
+gallium_dri.so free 0x55717361cab0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ccb0 0.000121
+gallium_dri.so free 0x55717361cd80 void 0.000121
+gallium_dri.so free 0x55717361ccb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cdd0 0.000122
+gallium_dri.so free 0x55717361ce40 void 0.000122
+gallium_dri.so free 0x55717361cdd0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ce60 0.000121
+gallium_dri.so free 0x55717361cf00 void 0.000122
+gallium_dri.so free 0x55717361ce60 void 0.000121
+gallium_dri.so malloc 72 0x55717361ceb0 0.000119
+gallium_dri.so free 0x55717361cf80 void 0.000122
+gallium_dri.so free 0x55717361ceb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cf80 0.000119
+gallium_dri.so free 0x55717361d040 void 0.000123
+gallium_dri.so free 0x55717361cf80 void 0.000120
+gallium_dri.so malloc 72 0x55717361cf80 0.000121
+gallium_dri.so free 0x55717361d0c0 void 0.000126
+gallium_dri.so free 0x55717361cf80 void 0.000121
+gallium_dri.so malloc 72 0x55717361d0c0 0.000120
+gallium_dri.so free 0x55717361d180 void 0.000121
+gallium_dri.so free 0x55717361d0c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d0c0 0.000120
+gallium_dri.so free 0x55717361d240 void 0.000121
+gallium_dri.so free 0x55717361d0c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361d0c0 0.000121
+gallium_dri.so free 0x55717361d300 void 0.000122
+gallium_dri.so free 0x55717361d0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d2b0 0.000121
+gallium_dri.so free 0x55717361d380 void 0.000123
+gallium_dri.so free 0x55717361d2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d3d0 0.000122
+gallium_dri.so free 0x55717361d440 void 0.000122
+gallium_dri.so free 0x55717361d3d0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d480 0.000120
+gallium_dri.so free 0x55717361d500 void 0.000120
+gallium_dri.so free 0x55717361d480 void 0.000118
+gallium_dri.so malloc 72 0x55717361d480 0.000119
+gallium_dri.so free 0x55717361d580 void 0.000123
+gallium_dri.so free 0x55717361d480 void 0.000118
+gallium_dri.so malloc 72 0x55717361d5b0 0.000120
+gallium_dri.so free 0x55717361d600 void 0.000122
+gallium_dri.so free 0x55717361d5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d5b0 0.000122
+gallium_dri.so free 0x55717361d700 void 0.000122
+gallium_dri.so free 0x55717361d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d6b0 0.000121
+gallium_dri.so free 0x55717361d7c0 void 0.000122
+gallium_dri.so free 0x55717361d6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d770 0.000121
+gallium_dri.so free 0x55717361d800 void 0.000121
+gallium_dri.so free 0x55717361d770 void 0.000128
+gallium_dri.so malloc 72 0x55717361d770 0.000122
+gallium_dri.so free 0x55717361d8c0 void 0.000119
+gallium_dri.so free 0x55717361d770 void 0.000119
+gallium_dri.so malloc 72 0x55717361d930 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000122
+gallium_dri.so free 0x55717361d930 void 0.000117
+gallium_dri.so malloc 72 0x55717361d930 0.000121
+gallium_dri.so free 0x55717361da80 void 0.000121
+gallium_dri.so free 0x55717361d930 void 0.000121
+gallium_dri.so malloc 72 0x55717361da30 0.000121
+gallium_dri.so free 0x55717361db40 void 0.000121
+gallium_dri.so free 0x55717361da30 void 0.000120
+gallium_dri.so malloc 72 0x55717361daf0 0.000120
+gallium_dri.so free 0x55717361db80 void 0.000120
+gallium_dri.so free 0x55717361daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361daf0 0.000171
+gallium_dri.so free 0x55717361dc40 void 0.000180
+gallium_dri.so free 0x55717361daf0 void 0.000235
+gallium_dri.so malloc 72 0x55717361dc80 0.000117
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so free 0x55717361dc80 void 0.000116
+gallium_dri.so malloc 72 0x55717361dd00 0.000114
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so free 0x55717361dd00 void 0.000114
+gallium_dri.so malloc 72 0x55717361dd00 0.000114
+gallium_dri.so free 0x55717361de80 void 0.000115
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so malloc 72 0x55717361dea0 0.000114
+gallium_dri.so free 0x55717361df40 void 0.000116
+gallium_dri.so free 0x55717361dea0 void 0.000115
+gallium_dri.so malloc 72 0x55717361def0 0.000115
+gallium_dri.so free 0x55717361dfc0 void 0.000114
+gallium_dri.so free 0x55717361def0 void 0.000115
+gallium_dri.so malloc 72 0x55717361def0 0.000114
+gallium_dri.so free 0x55717361e040 void 0.000116
+gallium_dri.so free 0x55717361def0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e040 0.000116
+gallium_dri.so free 0x55717361e100 void 0.000116
+gallium_dri.so free 0x55717361e040 void 0.000114
+gallium_dri.so malloc 72 0x55717361e040 0.000116
+gallium_dri.so free 0x55717361e1c0 void 0.000118
+gallium_dri.so free 0x55717361e040 void 0.000128
+gallium_dri.so malloc 72 0x55717361e040 0.000116
+gallium_dri.so free 0x55717361e280 void 0.000115
+gallium_dri.so free 0x55717361e040 void 0.000114
+gallium_dri.so malloc 72 0x55717361e230 0.000114
+gallium_dri.so free 0x55717361e340 void 0.000115
+gallium_dri.so free 0x55717361e230 void 0.000114
+gallium_dri.so malloc 72 0x55717361e2f0 0.000115
+gallium_dri.so free 0x55717361e3c0 void 0.000115
+gallium_dri.so free 0x55717361e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e410 0.000113
+gallium_dri.so free 0x55717361e480 void 0.000114
+gallium_dri.so free 0x55717361e410 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4a0 0.000117
+gallium_dri.so free 0x55717361e540 void 0.000115
+gallium_dri.so free 0x55717361e4a0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4f0 0.000114
+gallium_dri.so free 0x55717361e5c0 void 0.000114
+gallium_dri.so free 0x55717361e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e4f0 0.000116
+gallium_dri.so free 0x55717361e640 void 0.000116
+gallium_dri.so free 0x55717361e4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e640 0.000115
+gallium_dri.so free 0x55717361e700 void 0.000115
+gallium_dri.so free 0x55717361e640 void 0.000114
+gallium_dri.so malloc 72 0x55717361e640 0.000115
+gallium_dri.so free 0x55717361e800 void 0.000122
+gallium_dri.so free 0x55717361e640 void 0.000130
+gallium_dri.so malloc 72 0x55717361e7b0 0.000116
+gallium_dri.so free 0x55717361e840 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e7b0 0.000114
+gallium_dri.so free 0x55717361e900 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e940 0.000113
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so free 0x55717361e940 void 0.000114
+gallium_dri.so malloc 72 0x55717361e9c0 0.000114
+gallium_dri.so free 0x55717361ea80 void 0.000119
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e9c0 0.000115
+gallium_dri.so free 0x55717361eb00 void 0.000115
+gallium_dri.so free 0x55717361e9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb30 0.000114
+gallium_dri.so free 0x55717361eb80 void 0.000115
+gallium_dri.so free 0x55717361eb30 void 0.000115
+gallium_dri.so malloc 72 0x55717361eb30 0.000114
+gallium_dri.so free 0x55717361ec80 void 0.000115
+gallium_dri.so free 0x55717361eb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ecc0 0.000113
+gallium_dri.so free 0x55717361ed40 void 0.000113
+gallium_dri.so free 0x55717361ecc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ed40 0.000115
+gallium_dri.so free 0x55717361ee00 void 0.000116
+gallium_dri.so free 0x55717361ed40 void 0.000167
+gallium_dri.so malloc 72 0x55717361ed40 0.000121
+gallium_dri.so free 0x55717361ee80 void 0.000123
+gallium_dri.so free 0x55717361ed40 void 0.000127
+gallium_dri.so malloc 72 0x55717361eeb0 0.000124
+gallium_dri.so free 0x55717361ef00 void 0.000123
+gallium_dri.so free 0x55717361eeb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361eeb0 0.000123
+gallium_dri.so free 0x55717361f000 void 0.000124
+gallium_dri.so free 0x55717361eeb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361efb0 0.000115
+gallium_dri.so free 0x55717361f0c0 void 0.000114
+gallium_dri.so free 0x55717361efb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f070 0.000119
+gallium_dri.so free 0x55717361f140 void 0.000124
+gallium_dri.so free 0x55717361f070 void 0.000123
+gallium_dri.so malloc 72 0x55717361f070 0.000123
+gallium_dri.so free 0x55717361f200 void 0.000118
+gallium_dri.so free 0x55717361f070 void 0.000114
+gallium_dri.so malloc 72 0x55717361f070 0.000118
+gallium_dri.so free 0x55717361f2c0 void 0.000118
+gallium_dri.so free 0x55717361f070 void 0.000114
+gallium_dri.so malloc 72 0x55717361f270 0.000119
+gallium_dri.so free 0x55717361f340 void 0.000125
+gallium_dri.so free 0x55717361f270 void 0.000126
+gallium_dri.so malloc 72 0x55717361f390 0.000124
+gallium_dri.so free 0x55717361f400 void 0.000123
+gallium_dri.so free 0x55717361f390 void 0.000118
+gallium_dri.so malloc 72 0x55717361f420 0.000114
+gallium_dri.so free 0x5571735ed2c0 void 0.000120
+gallium_dri.so free 0x55717361f420 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000119
+gallium_dri.so free 0x5571735ed340 void 0.000121
+gallium_dri.so free 0x5571735ed2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed340 0.000123
+gallium_dri.so free 0x5571735ed400 void 0.000132
+gallium_dri.so free 0x5571735ed340 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed340 0.000129
+gallium_dri.so free 0x5571735ed500 void 0.000130
+gallium_dri.so free 0x5571735ed340 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000125
+gallium_dri.so free 0x5571735ed5c0 void 0.000121
+gallium_dri.so free 0x5571735ed4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed570 0.000129
+gallium_dri.so free 0x5571735ed600 void 0.000133
+gallium_dri.so free 0x5571735ed570 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed570 0.000125
+gallium_dri.so free 0x5571735ed6c0 void 0.000122
+gallium_dri.so free 0x5571735ed570 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed700 0.000131
+gallium_dri.so free 0x5571735ed780 void 0.000123
+gallium_dri.so free 0x5571735ed700 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed780 0.000132
+gallium_dri.so free 0x5571735ed840 void 0.000126
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed780 0.000126
+gallium_dri.so free 0x5571735ed8c0 void 0.000131
+gallium_dri.so free 0x5571735ed780 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed780 0.000170
+gallium_dri.so free 0x5571735ed980 void 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed780 0.000123
+gallium_dri.so free 0x5571735eda40 void 0.000122
+gallium_dri.so free 0x5571735ed780 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000186
+gallium_dri.so free 0x5571735ed9f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735edb10 0.000131
+gallium_dri.so free 0x5571735edb80 void 0.000125
+gallium_dri.so free 0x5571735edb10 void 0.000120
+gallium_dri.so malloc 72 0x5571735edba0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000126
+gallium_dri.so free 0x5571735edba0 void 0.000130
+gallium_dri.so malloc 72 0x5571735edbf0 0.000129
+gallium_dri.so free 0x5571735edcc0 void 0.000124
+gallium_dri.so free 0x5571735edbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edbf0 0.000119
+gallium_dri.so free 0x5571735eddc0 void 0.000120
+gallium_dri.so free 0x5571735edbf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735edd70 0.000130
+gallium_dri.so free 0x5571735ede40 void 0.000130
+gallium_dri.so free 0x5571735edd70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ede90 0.000130
+gallium_dri.so free 0x5571735edf00 void 0.000130
+gallium_dri.so free 0x5571735ede90 void 0.000130
+gallium_dri.so malloc 72 0x5571735edf20 0.000123
+gallium_dri.so free 0x5571735edfc0 void 0.000127
+gallium_dri.so free 0x5571735edf20 void 0.000139
+gallium_dri.so malloc 72 0x5571735edf70 0.000130
+gallium_dri.so free 0x5571735ee040 void 0.000126
+gallium_dri.so free 0x5571735edf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735edf70 0.000131
+gallium_dri.so free 0x5571735ee0c0 void 0.000130
+gallium_dri.so free 0x5571735edf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000119
+gallium_dri.so free 0x5571735ee180 void 0.000120
+gallium_dri.so free 0x5571735ee0c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000131
+gallium_dri.so free 0x5571735ee280 void 0.000131
+gallium_dri.so free 0x5571735ee0c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000126
+gallium_dri.so free 0x5571735ee300 void 0.000124
+gallium_dri.so free 0x5571735ee0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee330 0.000131
+gallium_dri.so free 0x5571735ee380 void 0.000129
+gallium_dri.so free 0x5571735ee330 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee330 0.000129
+gallium_dri.so free 0x5571735ee480 void 0.000130
+gallium_dri.so free 0x5571735ee330 void 0.000142
+gallium_dri.so malloc 72 0x5571735ee430 0.000129
+gallium_dri.so free 0x5571735ee540 void 0.000130
+gallium_dri.so free 0x5571735ee430 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000123
+gallium_dri.so free 0x5571735ee580 void 0.000127
+gallium_dri.so free 0x5571735ee4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000130
+gallium_dri.so free 0x5571735ee640 void 0.000132
+gallium_dri.so free 0x5571735ee4f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee690 0.000131
+gallium_dri.so free 0x5571735ee700 void 0.000124
+gallium_dri.so free 0x5571735ee690 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee740 0.000130
+gallium_dri.so free 0x5571735ee7c0 void 0.000124
+gallium_dri.so free 0x5571735ee740 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000129
+gallium_dri.so free 0x5571735ee880 void 0.000123
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000118
+gallium_dri.so free 0x5571735ee900 void 0.000120
+gallium_dri.so free 0x5571735ee7c0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ee930 0.000127
+gallium_dri.so free 0x5571735ee980 void 0.000132
+gallium_dri.so free 0x5571735ee930 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee930 0.000130
+gallium_dri.so free 0x5571735eea80 void 0.000130
+gallium_dri.so free 0x5571735ee930 void 0.000133
+gallium_dri.so malloc 72 0x5571735eea30 0.000129
+gallium_dri.so free 0x5571735eeb40 void 0.000125
+gallium_dri.so free 0x5571735eea30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000125
+gallium_dri.so free 0x5571735eebc0 void 0.000126
+gallium_dri.so free 0x5571735eeaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eebe0 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000120
+gallium_dri.so free 0x5571735eebe0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eec30 0.000129
+gallium_dri.so free 0x5571735eed00 void 0.000129
+gallium_dri.so free 0x5571735eec30 void 0.000131
+gallium_dri.so malloc 72 0x5571735eec30 0.000129
+gallium_dri.so free 0x5571735eed80 void 0.000124
+gallium_dri.so free 0x5571735eec30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed80 0.000138
+gallium_dri.so free 0x5571735eee40 void 0.000131
+gallium_dri.so free 0x5571735eed80 void 0.000132
+gallium_dri.so malloc 72 0x5571735eed80 0.000130
+gallium_dri.so free 0x5571735eef00 void 0.000131
+gallium_dri.so free 0x5571735eed80 void 0.000130
+gallium_dri.so malloc 72 0x5571735eed80 0.000123
+gallium_dri.so free 0x5571735eefc0 void 0.000126
+gallium_dri.so free 0x5571735eed80 void 0.000124
+gallium_dri.so malloc 72 0x5571735eef70 0.000124
+gallium_dri.so free 0x5571735eefc0 void 0.000121
+gallium_dri.so free 0x5571735eef70 void 0.000124
+gallium_dri.so malloc 72 0x5571735eef70 0.000131
+gallium_dri.so free 0x5571735ef0c0 void 0.000131
+gallium_dri.so free 0x5571735eef70 void 0.000180
+gallium_dri.so malloc 72 0x5571735ef070 0.000128
+gallium_dri.so free 0x5571735ef180 void 0.000131
+gallium_dri.so free 0x5571735ef070 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef130 0.000131
+gallium_dri.so free 0x5571735ef1c0 void 0.000130
+gallium_dri.so free 0x5571735ef130 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef130 0.000129
+gallium_dri.so free 0x5571735ef280 void 0.000129
+gallium_dri.so free 0x5571735ef130 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000123
+gallium_dri.so free 0x5571735ef340 void 0.000126
+gallium_dri.so free 0x5571735ef2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef340 0.000130
+gallium_dri.so free 0x5571735ef400 void 0.000238
+gallium_dri.so free 0x5571735ef340 void 0.000165
+gallium_dri.so malloc 72 0x5571735ef340 0.000160
+gallium_dri.so free 0x5571735ef4c0 void 0.000168
+gallium_dri.so free 0x5571735ef340 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef4e0 0.000131
+gallium_dri.so free 0x5571735ef580 void 0.000130
+gallium_dri.so free 0x5571735ef4e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef530 0.000130
+gallium_dri.so free 0x5571735ef600 void 0.000129
+gallium_dri.so free 0x5571735ef530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef530 0.000175
+gallium_dri.so free 0x5571735ef680 void 0.000131
+gallium_dri.so free 0x5571735ef530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef680 0.000129
+gallium_dri.so free 0x5571735ef740 void 0.000131
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef680 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000119
+gallium_dri.so free 0x5571735ef680 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef680 0.000129
+gallium_dri.so free 0x5571735ef8c0 void 0.000131
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef870 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000119
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef930 0.000125
+gallium_dri.so free 0x5571735efa00 void 0.000132
+gallium_dri.so free 0x5571735ef930 void 0.000130
+gallium_dri.so malloc 72 0x5571735efa50 0.000129
+gallium_dri.so free 0x5571735efac0 void 0.000124
+gallium_dri.so free 0x5571735efa50 void 0.000119
+gallium_dri.so malloc 72 0x5571735efae0 0.000124
+gallium_dri.so free 0x5571735efb80 void 0.000143
+gallium_dri.so free 0x5571735efae0 void 0.000133
+gallium_dri.so malloc 72 0x5571735efb30 0.000128
+gallium_dri.so free 0x5571735efc00 void 0.000130
+gallium_dri.so free 0x5571735efb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735efb30 0.000129
+gallium_dri.so free 0x5571735efc80 void 0.000131
+gallium_dri.so free 0x5571735efb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735efc80 0.000181
+gallium_dri.so free 0x5571735efd40 void 0.000303
+gallium_dri.so free 0x5571735efc80 void 0.000338
+gallium_dri.so malloc 72 0x5571735efc80 0.000329
+gallium_dri.so free 0x5571735efe40 void 0.000280
+gallium_dri.so free 0x5571735efc80 void 0.000272
+gallium_dri.so malloc 72 0x5571735efdf0 0.000274
+gallium_dri.so free 0x5571735efe80 void 0.000292
+gallium_dri.so free 0x5571735efdf0 void 0.000287
+gallium_dri.so malloc 72 0x5571735efdf0 0.000166
+gallium_dri.so free 0x5571735eff40 void 0.000166
+gallium_dri.so free 0x5571735efdf0 void 0.000163
+gallium_dri.so malloc 72 0x5571735eff80 0.000130
+gallium_dri.so free 0x5571735f0000 void 0.000130
+gallium_dri.so free 0x5571735eff80 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0000 0.000129
+gallium_dri.so free 0x5571735f00c0 void 0.000131
+gallium_dri.so free 0x5571735f0000 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0000 0.000125
+gallium_dri.so free 0x5571735f0140 void 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0170 0.000130
+gallium_dri.so free 0x5571735f01c0 void 0.000130
+gallium_dri.so free 0x5571735f0170 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0170 0.000184
+gallium_dri.so free 0x5571735f02c0 void 0.000267
+gallium_dri.so free 0x5571735f0170 void 0.000171
+gallium_dri.so malloc 72 0x5571735f0300 0.000132
+gallium_dri.so free 0x5571735f0380 void 0.000133
+gallium_dri.so free 0x5571735f0300 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0380 0.000130
+gallium_dri.so free 0x5571735f0440 void 0.000125
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0380 0.000119
+gallium_dri.so free 0x5571735f04c0 void 0.000119
+gallium_dri.so free 0x5571735f0380 void 0.000124
+gallium_dri.so malloc 72 0x5571735f04f0 0.000129
+gallium_dri.so free 0x5571735f0540 void 0.000130
+gallium_dri.so free 0x5571735f04f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f04f0 0.000131
+gallium_dri.so free 0x5571735f0640 void 0.000170
+gallium_dri.so free 0x5571735f04f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f05f0 0.000137
+gallium_dri.so free 0x5571735f0700 void 0.000138
+gallium_dri.so free 0x5571735f05f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f06b0 0.000145
+gallium_dri.so free 0x5571735f0780 void 0.000136
+gallium_dri.so free 0x5571735f06b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f06b0 0.000138
+gallium_dri.so free 0x5571735f0840 void 0.000136
+gallium_dri.so free 0x5571735f06b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f06b0 0.000126
+gallium_dri.so free 0x5571735f0900 void 0.000134
+gallium_dri.so free 0x5571735f06b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f08b0 0.000125
+gallium_dri.so free 0x5571735f0980 void 0.000126
+gallium_dri.so free 0x5571735f08b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f09d0 0.000138
+gallium_dri.so free 0x5571735f0a40 void 0.000173
+gallium_dri.so free 0x5571735f09d0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f0a60 0.000171
+gallium_dri.so free 0x5571735f0b00 void 0.000136
+gallium_dri.so free 0x5571735f0a60 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000132
+gallium_dri.so free 0x5571735f0b80 void 0.000135
+gallium_dri.so free 0x5571735f0ab0 void 0.000149
+gallium_dri.so malloc 72 0x5571735f0b80 0.000135
+gallium_dri.so free 0x5571735f0c40 void 0.000229
+gallium_dri.so free 0x5571735f0b80 void 0.000229
+gallium_dri.so malloc 72 0x5571735f0b80 0.000137
+gallium_dri.so free 0x5571735f0cc0 void 0.000138
+gallium_dri.so free 0x5571735f0b80 void 0.000136
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000131
+gallium_dri.so free 0x5571735f0d80 void 0.000128
+gallium_dri.so free 0x5571735f0cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000137
+gallium_dri.so free 0x5571735f0e40 void 0.000130
+gallium_dri.so free 0x5571735f0cc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000125
+gallium_dri.so free 0x5571735f0f00 void 0.000127
+gallium_dri.so free 0x5571735f0cc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000136
+gallium_dri.so free 0x5571735f0f80 void 0.000137
+gallium_dri.so free 0x5571735f0eb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000138
+gallium_dri.so free 0x5571735f1040 void 0.000138
+gallium_dri.so free 0x5571735f0fd0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1080 0.000130
+gallium_dri.so free 0x5571735f1100 void 0.000126
+gallium_dri.so free 0x5571735f1080 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1080 0.000134
+gallium_dri.so free 0x5571735f1180 void 0.000130
+gallium_dri.so free 0x5571735f1080 void 0.000132
+gallium_dri.so malloc 72 0x5571735f11b0 0.000147
+gallium_dri.so free 0x5571735f1200 void 0.000147
+gallium_dri.so free 0x5571735f11b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f11b0 0.000127
+gallium_dri.so free 0x5571735f1300 void 0.000128
+gallium_dri.so free 0x5571735f11b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f12b0 0.000128
+gallium_dri.so free 0x5571735f13c0 void 0.000127
+gallium_dri.so free 0x5571735f12b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1370 0.000123
+gallium_dri.so free 0x5571735f1400 void 0.000127
+gallium_dri.so free 0x5571735f1370 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1370 0.000129
+gallium_dri.so free 0x5571735f14c0 void 0.000129
+gallium_dri.so free 0x5571735f1370 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1530 0.000127
+gallium_dri.so free 0x5571735f1580 void 0.000126
+gallium_dri.so free 0x5571735f1530 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1530 0.000126
+gallium_dri.so free 0x5571735f1680 void 0.000126
+gallium_dri.so free 0x5571735f1530 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1630 0.000127
+gallium_dri.so free 0x5571735f1740 void 0.000128
+gallium_dri.so free 0x5571735f1630 void 0.000125
+gallium_dri.so malloc 72 0x5571735f16f0 0.000126
+gallium_dri.so free 0x5571735f1780 void 0.000126
+gallium_dri.so free 0x5571735f16f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f16f0 0.000126
+gallium_dri.so free 0x5571735f1840 void 0.000126
+gallium_dri.so free 0x5571735f16f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1880 0.000125
+gallium_dri.so free 0x5571735f1900 void 0.000124
+gallium_dri.so free 0x5571735f1880 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1900 0.000125
+gallium_dri.so free 0x5571735f19c0 void 0.000126
+gallium_dri.so free 0x5571735f1900 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1900 0.000126
+gallium_dri.so free 0x5571735f1a80 void 0.000126
+gallium_dri.so free 0x5571735f1900 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1aa0 0.000135
+gallium_dri.so free 0x5571735f1b40 void 0.000131
+gallium_dri.so free 0x5571735f1aa0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1af0 0.000127
+gallium_dri.so free 0x5571735f1bc0 void 0.000125
+gallium_dri.so free 0x5571735f1af0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1af0 0.000127
+gallium_dri.so free 0x5571735f1c40 void 0.000128
+gallium_dri.so free 0x5571735f1af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1c40 0.000127
+gallium_dri.so free 0x5571735f1d00 void 0.000127
+gallium_dri.so free 0x5571735f1c40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1c40 0.000127
+gallium_dri.so free 0x5571735f1dc0 void 0.000125
+gallium_dri.so free 0x5571735f1c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1c40 0.000128
+gallium_dri.so free 0x5571735f1e80 void 0.000127
+gallium_dri.so free 0x5571735f1c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1e30 0.000126
+gallium_dri.so free 0x5571735f1f40 void 0.000127
+gallium_dri.so free 0x5571735f1e30 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000121
+gallium_dri.so free 0x5571735f1ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2010 0.000162
+gallium_dri.so free 0x5571735f2080 void 0.000137
+gallium_dri.so free 0x5571735f2010 void 0.000123
+gallium_dri.so malloc 72 0x5571735f20a0 0.000127
+gallium_dri.so free 0x5571735f2140 void 0.000123
+gallium_dri.so free 0x5571735f20a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f20f0 0.000120
+gallium_dri.so free 0x5571735f21c0 void 0.000122
+gallium_dri.so free 0x5571735f20f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f20f0 0.000123
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so free 0x5571735f20f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2240 0.000121
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2240 0.000122
+gallium_dri.so free 0x5571735f2400 void 0.000122
+gallium_dri.so free 0x5571735f2240 void 0.000121
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2440 void 0.000121
+gallium_dri.so free 0x5571735f23b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f23b0 0.000121
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f23b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2540 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000180
+gallium_dri.so free 0x5571735f2540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25c0 0.000116
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f25c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f25c0 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000117
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x5571735f2780 void 0.000121
+gallium_dri.so free 0x5571735f2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2730 0.000120
+gallium_dri.so free 0x5571735f2880 void 0.000121
+gallium_dri.so free 0x5571735f2730 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28c0 0.000115
+gallium_dri.so free 0x55717346ab40 void 0.000122
+gallium_dri.so free 0x5571735f28c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aaf0 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f87f0 0.000122
+gallium_dri.so free 0x5571735e37c0 void 0.000123
+gallium_dri.so free 0x5571735f87f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000117
+gallium_dri.so free 0x557173590b40 void 0.000118
+gallium_dri.so free 0x5571735f87f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f87f0 0.000123
+gallium_dri.so free 0x5571735e3200 void 0.000121
+gallium_dri.so free 0x5571735f87f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e31b0 0.000119
+gallium_dri.so free 0x5571735f9080 void 0.000122
+gallium_dri.so free 0x5571735e31b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e31b0 0.000119
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so free 0x5571735e31b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346e7f0 0.000120
+gallium_dri.so free 0x5571735dc0c0 void 0.000122
+gallium_dri.so free 0x55717346e7f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc070 0.000121
+gallium_dri.so free 0x55717346ea00 void 0.000122
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x55717346e9b0 0.000119
+gallium_dri.so free 0x557173610680 void 0.000121
+gallium_dri.so free 0x55717346e9b0 void 0.000122
+gallium_dri.so malloc 72 0x557173610630 0.000122
+gallium_dri.so free 0x55717346c280 void 0.000121
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000120
+gallium_dri.so free 0x55717346c0c0 void 0.000120
+gallium_dri.so free 0x55717346c230 void 0.000120
+gallium_dri.so malloc 72 0x55717346c070 0.000121
+gallium_dri.so free 0x5571735dcd80 void 0.000127
+gallium_dri.so free 0x55717346c070 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcd30 0.000121
+gallium_dri.so free 0x5571735faec0 void 0.000120
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae70 0.000121
+gallium_dri.so free 0x5571735e25c0 void 0.000121
+gallium_dri.so free 0x5571735fae70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735c4100 void 0.000121
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x5571735c40b0 0.000121
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x5571735c40b0 void 0.000124
+gallium_dri.so malloc 72 0x557173473530 0.000126
+gallium_dri.so free 0x5571735fda80 void 0.000121
+gallium_dri.so free 0x557173473530 void 0.000121
+gallium_dri.so malloc 72 0x5571735fda30 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000122
+gallium_dri.so free 0x5571735fda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x55717360f800 void 0.000122
+gallium_dri.so free 0x5571735ed170 void 0.000128
+gallium_dri.so malloc 72 0x55717360f7b0 0.000121
+gallium_dri.so free 0x55717346d100 void 0.000120
+gallium_dri.so free 0x55717360f7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x5571735f6440 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f63f0 0.000116
+gallium_dri.so free 0x5571735c1d00 void 0.000119
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffe30 0.000116
+gallium_dri.so free 0x55717360d400 void 0.000117
+gallium_dri.so free 0x5571735ffe30 void 0.000116
+gallium_dri.so malloc 72 0x55717360d3b0 0.000116
+gallium_dri.so free 0x55717346cac0 void 0.000121
+gallium_dri.so free 0x55717360d3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cb30 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so free 0x55717346cb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000118
+gallium_dri.so free 0x557173460f80 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000119
+gallium_dri.so malloc 72 0x557173460f30 0.000119
+gallium_dri.so free 0x5571735fd8c0 void 0.000130
+gallium_dri.so free 0x557173460f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd870 0.000127
+gallium_dri.so free 0x5571735f7100 void 0.000123
+gallium_dri.so free 0x5571735fd870 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000122
+gallium_dri.so free 0x557173469e80 void 0.000120
+gallium_dri.so free 0x5571735f70b0 void 0.000120
+gallium_dri.so malloc 72 0x557173469e30 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000123
+gallium_dri.so free 0x557173469e30 void 0.000120
+gallium_dri.so malloc 72 0x55717346c3f0 0.000117
+gallium_dri.so free 0x5571735dc740 void 0.000122
+gallium_dri.so free 0x55717346c3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3f0 0.000121
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so free 0x55717346c3f0 void 0.000122
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x5571735c29c0 void 0.000120
+gallium_dri.so free 0x557173620e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x55717360f640 void 0.000122
+gallium_dri.so free 0x5571735c2970 void 0.000122
+gallium_dri.so malloc 72 0x55717360f5f0 0.000120
+gallium_dri.so free 0x557173600d00 void 0.000117
+gallium_dri.so free 0x55717360f5f0 void 0.000121
+gallium_dri.so malloc 72 0x557173600cb0 0.000125
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x557173600cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000120
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735fd6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000119
+gallium_dri.so free 0x557173461c40 void 0.000120
+gallium_dri.so free 0x5571735db430 void 0.000117
+gallium_dri.so malloc 72 0x557173461bf0 0.000119
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x557173461bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31b0 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000190
+gallium_dri.so free 0x5571735f31b0 void 0.000154
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000117
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d21b0 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000128
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000113
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000115
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x55717360c770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000112
+gallium_dri.so free 0x5571735e1640 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000115
+gallium_dri.so malloc 72 0x557173620c70 0.000114
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000115
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000114
+gallium_dri.so free 0x557173460440 void 0.000113
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734604b0 0.000114
+gallium_dri.so free 0x55717360f9c0 void 0.000141
+gallium_dri.so free 0x5571734604b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f970 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9670 0.000115
+gallium_dri.so free 0x557173600040 void 0.000116
+gallium_dri.so free 0x5571735f9670 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000115
+gallium_dri.so malloc 72 0x557173605bf0 0.000115
+gallium_dri.so free 0x5571735d47c0 void 0.000117
+gallium_dri.so free 0x557173605bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4770 0.000116
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735d4770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000116
+gallium_dri.so free 0x5571735c00f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c00f0 0.000115
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x5571735c00f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000116
+gallium_dri.so free 0x5571735f5800 void 0.000116
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f57b0 0.000115
+gallium_dri.so free 0x5571735c3f40 void 0.000129
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000116
+gallium_dri.so free 0x5571735c3ef0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e070 0.000115
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedf0 0.000114
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x5571735dedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4270 0.000115
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8630 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000113
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfab0 0.000114
+gallium_dri.so free 0x55717360b7c0 void 0.000129
+gallium_dri.so free 0x5571735dfab0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b770 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so free 0x55717360b770 void 0.000116
+gallium_dri.so malloc 72 0x55717346a500 0.000115
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000116
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735c3280 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000117
+gallium_dri.so free 0x55717360e980 void 0.000116
+gallium_dri.so free 0x55717346d970 void 0.000116
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000115
+gallium_dri.so free 0x5571735f9f80 void 0.000116
+gallium_dri.so free 0x5571735dd5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000171
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000116
+gallium_dri.so free 0x5571735e0370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x557173620000 void 0.000116
+gallium_dri.so free 0x5571735e0370 void 0.000115
+gallium_dri.so malloc 72 0x55717361ffb0 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000117
+gallium_dri.so free 0x55717361ffb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fefb0 0.000116
+gallium_dri.so free 0x557173610f40 void 0.000116
+gallium_dri.so free 0x5571735fefb0 void 0.000115
+gallium_dri.so malloc 72 0x557173610ef0 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000116
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173610ef0 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000116
+gallium_dri.so free 0x557173610ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000115
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000116
+gallium_dri.so free 0x5571735f6ac0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x557173461600 void 0.000122
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000114
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x557173610040 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000115
+gallium_dri.so free 0x55717360da80 void 0.000114
+gallium_dri.so free 0x55717346b3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe100 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000114
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe100 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so malloc 72 0x557173469a00 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000128
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000116
+gallium_dri.so free 0x5571735dbe40 void 0.000116
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000115
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000116
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173603300 0.000116
+gallium_dri.so free 0x5571735dbf00 void 0.000116
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000166
+gallium_dri.so free 0x5571735dbeb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735dbeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x5571735dbeb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x5571735dbeb0 void 0.000115
+gallium_dri.so malloc 72 0x557173469c00 0.000117
+gallium_dri.so free 0x5571735e3040 void 0.000116
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x5571735e2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000115
+gallium_dri.so free 0x557173473f40 void 0.000116
+gallium_dri.so free 0x5571735e2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000115
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so free 0x5571735e2ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a80 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000116
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1a80 0.000115
+gallium_dri.so free 0x55717358dcc0 void 0.000127
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so malloc 72 0x55717358dc70 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000116
+gallium_dri.so free 0x55717358dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc70 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000115
+gallium_dri.so free 0x55717358dc70 void 0.000115
+gallium_dri.so malloc 72 0x55717358dc70 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x55717358dc70 void 0.000114
+gallium_dri.so malloc 72 0x55717360c500 0.000113
+gallium_dri.so free 0x55717360d240 void 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so malloc 72 0x55717360d1f0 0.000114
+gallium_dri.so free 0x55717360c5c0 void 0.000119
+gallium_dri.so free 0x55717360d1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c5f0 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x55717360c5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb80 0.000115
+gallium_dri.so free 0x5571735fbc40 void 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb80 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x557173467480 void 0.000131
+gallium_dri.so free 0x5571734673c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734673c0 0.000116
+gallium_dri.so free 0x557173590400 void 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734673c0 0.000115
+gallium_dri.so free 0x5571735904c0 void 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so malloc 72 0x557173590470 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000116
+gallium_dri.so free 0x5571735f5540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so malloc 72 0x5571735db270 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000116
+gallium_dri.so free 0x5571735db270 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000119
+gallium_dri.so free 0x5571735e2380 void 0.000117
+gallium_dri.so free 0x5571735db270 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2380 0.000117
+gallium_dri.so free 0x5571735ec2c0 void 0.000128
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2380 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x55717358b900 0.000113
+gallium_dri.so free 0x5571735c0f00 void 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000116
+gallium_dri.so free 0x5571735c0eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000114
+gallium_dri.so free 0x557173608180 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608130 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x557173608130 void 0.000115
+gallium_dri.so malloc 72 0x55717360ba40 0.000114
+gallium_dri.so free 0x557173464800 void 0.000127
+gallium_dri.so free 0x55717360ba40 void 0.000117
+gallium_dri.so malloc 72 0x55717360ba40 0.000117
+gallium_dri.so free 0x5571734648c0 void 0.000115
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so malloc 72 0x5571734648e0 0.000118
+gallium_dri.so free 0x55717360bb00 void 0.000117
+gallium_dri.so free 0x5571734648e0 void 0.000115
+gallium_dri.so malloc 72 0x5571734648e0 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x5571734648e0 void 0.000115
+gallium_dri.so malloc 72 0x5571734648e0 0.000115
+gallium_dri.so free 0x557173605940 void 0.000117
+gallium_dri.so free 0x5571734648e0 void 0.000116
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000116
+gallium_dri.so free 0x557173589100 void 0.000116
+gallium_dri.so free 0x557173605940 void 0.000116
+gallium_dri.so malloc 72 0x557173589130 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173589130 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x5571735bfe80 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfec0 0.000115
+gallium_dri.so free 0x55717360b440 void 0.000166
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b440 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x55717360b440 void 0.000122
+gallium_dri.so malloc 72 0x55717360b440 0.000119
+gallium_dri.so free 0x55717360bd00 void 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000124
+gallium_dri.so malloc 72 0x55717360bcb0 0.000124
+gallium_dri.so free 0x55717360bd80 void 0.000125
+gallium_dri.so free 0x55717360bcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000121
+gallium_dri.so free 0x55717360bcb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d2350 0.000123
+gallium_dri.so free 0x5571735d23c0 void 0.000123
+gallium_dri.so free 0x5571735d2350 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2400 0.000124
+gallium_dri.so free 0x5571735cfd40 void 0.000124
+gallium_dri.so free 0x5571735d2400 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd60 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd60 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000124
+gallium_dri.so free 0x5571735d48c0 void 0.000132
+gallium_dri.so free 0x5571735cfdb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4900 0.000124
+gallium_dri.so free 0x5571735d4980 void 0.000125
+gallium_dri.so free 0x5571735d4900 void 0.000125
+gallium_dri.so malloc 72 0x5571735d4980 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4980 0.000124
+gallium_dri.so free 0x5571735fc3c0 void 0.000125
+gallium_dri.so free 0x5571735d4980 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000124
+gallium_dri.so free 0x5571735fafc0 void 0.000118
+gallium_dri.so free 0x5571735fc3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb030 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000119
+gallium_dri.so free 0x5571735fb030 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb030 0.000124
+gallium_dri.so free 0x5571735fc440 void 0.000124
+gallium_dri.so free 0x5571735fb030 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc440 0.000124
+gallium_dri.so free 0x5571735fb180 void 0.000155
+gallium_dri.so free 0x5571735fc440 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb130 0.000125
+gallium_dri.so free 0x5571735f4980 void 0.000118
+gallium_dri.so free 0x5571735fb130 void 0.000116
+gallium_dri.so malloc 72 0x5571735f49b0 0.000115
+gallium_dri.so free 0x5571735f4a00 void 0.000116
+gallium_dri.so free 0x5571735f49b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49b0 0.000127
+gallium_dri.so free 0x5571735f4b00 void 0.000124
+gallium_dri.so free 0x5571735f49b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000116
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735f4ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb760 0.000124
+gallium_dri.so free 0x5571735eb800 void 0.000124
+gallium_dri.so free 0x5571735eb760 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000116
+gallium_dri.so free 0x5571735eb840 void 0.000116
+gallium_dri.so free 0x5571735eb7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000125
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735eb7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1780 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000121
+gallium_dri.so free 0x5571735e1780 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1800 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000124
+gallium_dri.so free 0x5571735e1800 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0270 0.000118
+gallium_dri.so free 0x5571735c02c0 void 0.000116
+gallium_dri.so free 0x5571735c0270 void 0.000120
+gallium_dri.so malloc 72 0x5571735c02c0 0.000125
+gallium_dri.so free 0x5571735c0380 void 0.000124
+gallium_dri.so free 0x5571735c02c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c02c0 0.000114
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735c02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000126
+gallium_dri.so free 0x5571735e0ed0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f60 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000115
+gallium_dri.so free 0x5571735e0f60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000128
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000116
+gallium_dri.so malloc 72 0x557173460690 0.000114
+gallium_dri.so free 0x557173460700 void 0.000115
+gallium_dri.so free 0x557173460690 void 0.000113
+gallium_dri.so malloc 72 0x557173460740 0.000130
+gallium_dri.so free 0x557173611080 void 0.000155
+gallium_dri.so free 0x557173460740 void 0.000153
+gallium_dri.so malloc 72 0x557173460740 0.000154
+gallium_dri.so free 0x557173611100 void 0.000155
+gallium_dri.so free 0x557173460740 void 0.000153
+gallium_dri.so malloc 72 0x557173611130 0.000153
+gallium_dri.so free 0x557173611180 void 0.000167
+gallium_dri.so free 0x557173611130 void 0.000159
+gallium_dri.so malloc 72 0x557173611130 0.000155
+gallium_dri.so free 0x557173609780 void 0.000156
+gallium_dri.so free 0x557173611130 void 0.000153
+gallium_dri.so malloc 72 0x557173609780 0.000153
+gallium_dri.so free 0x557173611280 void 0.000155
+gallium_dri.so free 0x557173609780 void 0.000160
+gallium_dri.so malloc 72 0x557173611230 0.000126
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x557173611230 void 0.000113
+gallium_dri.so malloc 72 0x557173611230 0.000114
+gallium_dri.so free 0x557173609900 void 0.000116
+gallium_dri.so free 0x557173611230 void 0.000115
+gallium_dri.so malloc 72 0x5571736098b0 0.000114
+gallium_dri.so free 0x557173609900 void 0.000126
+gallium_dri.so free 0x5571736098b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736098b0 0.000115
+gallium_dri.so free 0x55717360e1c0 void 0.000113
+gallium_dri.so free 0x5571736098b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e210 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so free 0x55717360e210 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2a0 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000113
+gallium_dri.so free 0x55717360e2a0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x55717360e3c0 void 0.000114
+gallium_dri.so free 0x55717360e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e2f0 0.000115
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dced0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000117
+gallium_dri.so free 0x5571735dced0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfa0 0.000114
+gallium_dri.so free 0x5571735dd040 void 0.000115
+gallium_dri.so free 0x5571735dcfa0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000113
+gallium_dri.so free 0x5571735dcff0 void 0.000112
+gallium_dri.so malloc 72 0x557173600e30 0.000113
+gallium_dri.so free 0x557173600e80 void 0.000113
+gallium_dri.so free 0x557173600e30 void 0.000125
+gallium_dri.so malloc 72 0x557173600e30 0.000114
+gallium_dri.so free 0x557173600f80 void 0.000114
+gallium_dri.so free 0x557173600e30 void 0.000113
+gallium_dri.so malloc 72 0x557173600f30 0.000113
+gallium_dri.so free 0x557173601040 void 0.000113
+gallium_dri.so free 0x557173600f30 void 0.000114
+gallium_dri.so malloc 72 0x557173600ff0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x557173600ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2af0 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b40 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c2b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b40 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc50 0.000113
+gallium_dri.so free 0x5571735c2d00 void 0.000114
+gallium_dri.so free 0x5571735dfc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000115
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so free 0x5571735c2cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000115
+gallium_dri.so free 0x55717346d200 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d250 0.000113
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so free 0x55717346d250 void 0.000113
+gallium_dri.so malloc 72 0x55717346d300 0.000114
+gallium_dri.so free 0x5571735dfe40 void 0.000116
+gallium_dri.so free 0x55717346d300 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000114
+gallium_dri.so free 0x55717346d380 void 0.000114
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000114
+gallium_dri.so free 0x55717346ac40 void 0.000114
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac80 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ad00 0.000113
+gallium_dri.so free 0x55717346d440 void 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3f0 0.000113
+gallium_dri.so free 0x55717346adc0 void 0.000115
+gallium_dri.so free 0x55717346d3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3f0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x55717346d3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000118
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000114
+gallium_dri.so free 0x5571735fea00 void 0.000113
+gallium_dri.so free 0x5571735fe8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x55717346ae80 void 0.000114
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae30 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x55717346ae30 void 0.000118
+gallium_dri.so malloc 72 0x557173461d70 0.000114
+gallium_dri.so free 0x557173461dc0 void 0.000114
+gallium_dri.so free 0x557173461d70 void 0.000113
+gallium_dri.so malloc 72 0x557173461d70 0.000113
+gallium_dri.so free 0x557173461ec0 void 0.000114
+gallium_dri.so free 0x557173461d70 void 0.000114
+gallium_dri.so malloc 72 0x557173461e70 0.000114
+gallium_dri.so free 0x557173610780 void 0.000116
+gallium_dri.so free 0x557173461e70 void 0.000113
+gallium_dri.so malloc 72 0x5571736107e0 0.000122
+gallium_dri.so free 0x557173461f80 void 0.000117
+gallium_dri.so free 0x5571736107e0 void 0.000113
+gallium_dri.so malloc 72 0x557173461f30 0.000116
+gallium_dri.so free 0x557173610880 void 0.000116
+gallium_dri.so free 0x557173461f30 void 0.000135
+gallium_dri.so malloc 72 0x557173610830 0.000116
+gallium_dri.so free 0x557173610900 void 0.000114
+gallium_dri.so free 0x557173610830 void 0.000112
+gallium_dri.so malloc 72 0x557173610830 0.000112
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so free 0x557173610830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000113
+gallium_dri.so free 0x5571735f72c0 void 0.000115
+gallium_dri.so free 0x5571735f7250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72e0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000143
+gallium_dri.so free 0x5571735f72e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7330 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x5571735f7330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9810 0.000113
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735f9810 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9810 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so free 0x5571735f9810 void 0.000112
+gallium_dri.so malloc 72 0x5571735f98d0 0.000113
+gallium_dri.so free 0x5571735f9940 void 0.000114
+gallium_dri.so free 0x5571735f98d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9960 0.000114
+gallium_dri.so free 0x55717346f200 void 0.000119
+gallium_dri.so free 0x5571735f9960 void 0.000113
+gallium_dri.so malloc 72 0x55717346f1b0 0.000160
+gallium_dri.so free 0x55717346f280 void 0.000125
+gallium_dri.so free 0x55717346f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f1b0 0.000120
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so free 0x55717346f1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346f300 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000121
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so malloc 72 0x55717346d5c0 0.000120
+gallium_dri.so free 0x5571735f9a00 void 0.000120
+gallium_dri.so free 0x55717346d5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f99b0 0.000122
+gallium_dri.so free 0x55717346f3c0 void 0.000121
+gallium_dri.so free 0x5571735f99b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f99b0 0.000261
+gallium_dri.so free 0x55717346d640 void 0.000189
+gallium_dri.so free 0x5571735f99b0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f99b0 0.000120
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x5571735f99b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d6c0 0.000119
+gallium_dri.so free 0x55717346d780 void 0.000120
+gallium_dri.so free 0x55717346d6c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d6c0 0.000125
+gallium_dri.so free 0x5571735fc600 void 0.000125
+gallium_dri.so free 0x55717346d6c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc630 0.000117
+gallium_dri.so free 0x5571735fc680 void 0.000124
+gallium_dri.so free 0x5571735fc630 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc630 0.000121
+gallium_dri.so free 0x5571735fc780 void 0.000138
+gallium_dri.so free 0x5571735fc630 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000128
+gallium_dri.so free 0x5571735f9b40 void 0.000118
+gallium_dri.so free 0x5571735fc7c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9b90 0.000130
+gallium_dri.so free 0x5571735f9c00 void 0.000126
+gallium_dri.so free 0x5571735f9b90 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9c20 0.000118
+gallium_dri.so free 0x5571735f9cc0 void 0.000119
+gallium_dri.so free 0x5571735f9c20 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9c70 0.000123
+gallium_dri.so free 0x5571735fc840 void 0.000134
+gallium_dri.so free 0x5571735f9c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9c70 0.000152
+gallium_dri.so free 0x5571735f9d40 void 0.000129
+gallium_dri.so free 0x5571735f9c70 void 0.000140
+gallium_dri.so malloc 72 0x5571735f9d40 0.000131
+gallium_dri.so free 0x5571735c16c0 void 0.000130
+gallium_dri.so free 0x5571735f9d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1670 0.000129
+gallium_dri.so free 0x5571735c1740 void 0.000129
+gallium_dri.so free 0x5571735c1670 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1670 0.000129
+gallium_dri.so free 0x5571735c1800 void 0.000130
+gallium_dri.so free 0x5571735c1670 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1670 0.000129
+gallium_dri.so free 0x5571735c18c0 void 0.000129
+gallium_dri.so free 0x5571735c1670 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1870 0.000128
+gallium_dri.so free 0x557173460940 void 0.000138
+gallium_dri.so free 0x5571735c1870 void 0.000126
+gallium_dri.so malloc 72 0x5571734608f0 0.000130
+gallium_dri.so free 0x557173460a00 void 0.000124
+gallium_dri.so free 0x5571734608f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734609b0 0.000120
+gallium_dri.so free 0x557173460a40 void 0.000126
+gallium_dri.so free 0x5571734609b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734609b0 0.000119
+gallium_dri.so free 0x557173460b00 void 0.000119
+gallium_dri.so free 0x5571734609b0 void 0.000119
+gallium_dri.so malloc 72 0x557173460b50 0.000130
+gallium_dri.so free 0x557173473b80 void 0.000118
+gallium_dri.so free 0x557173460b50 void 0.000119
+gallium_dri.so malloc 72 0x557173473b30 0.000118
+gallium_dri.so free 0x557173473c00 void 0.000117
+gallium_dri.so free 0x557173473b30 void 0.000118
+gallium_dri.so malloc 72 0x557173473c50 0.000118
+gallium_dri.so free 0x557173473cc0 void 0.000119
+gallium_dri.so free 0x557173473c50 void 0.000117
+gallium_dri.so malloc 72 0x557173473ce0 0.000119
+gallium_dri.so free 0x557173473d80 void 0.000119
+gallium_dri.so free 0x557173473ce0 void 0.000117
+gallium_dri.so malloc 72 0x557173473d30 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000119
+gallium_dri.so free 0x557173473d30 void 0.000118
+gallium_dri.so malloc 72 0x55717360e580 0.000124
+gallium_dri.so free 0x55717360e600 void 0.000119
+gallium_dri.so free 0x55717360e580 void 0.000118
+gallium_dri.so malloc 72 0x55717360e600 0.000117
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000114
+gallium_dri.so free 0x55717360e740 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000125
+gallium_dri.so malloc 72 0x55717360cd70 0.000118
+gallium_dri.so free 0x55717360ce40 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000117
+gallium_dri.so free 0x55717360cec0 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000114
+gallium_dri.so malloc 72 0x55717360cec0 0.000114
+gallium_dri.so free 0x55717360cf80 void 0.000113
+gallium_dri.so free 0x55717360cec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360cec0 0.000114
+gallium_dri.so free 0x55717346afc0 void 0.000170
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so malloc 72 0x55717346aff0 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000125
+gallium_dri.so free 0x55717346aff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346aff0 0.000124
+gallium_dri.so free 0x55717346b140 void 0.000116
+gallium_dri.so free 0x55717346aff0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b180 0.000115
+gallium_dri.so free 0x5571735c2e40 void 0.000114
+gallium_dri.so free 0x55717346b180 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2e90 0.000112
+gallium_dri.so free 0x5571735c2f00 void 0.000115
+gallium_dri.so free 0x5571735c2e90 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f20 0.000116
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2f20 void 0.000154
+gallium_dri.so malloc 72 0x5571735c2f70 0.000153
+gallium_dri.so free 0x55717346b200 void 0.000154
+gallium_dri.so free 0x5571735c2f70 void 0.000151
+gallium_dri.so malloc 72 0x5571735c2f70 0.000155
+gallium_dri.so free 0x5571735c3040 void 0.000152
+gallium_dri.so free 0x5571735c2f70 void 0.000152
+gallium_dri.so malloc 72 0x5571735c3040 0.000154
+gallium_dri.so free 0x5571735e2bc0 void 0.000152
+gallium_dri.so free 0x5571735c3040 void 0.000161
+gallium_dri.so malloc 72 0x5571735e2b70 0.000127
+gallium_dri.so free 0x5571735e2c40 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x557173610b50 0.000116
+gallium_dri.so free 0x557173610bc0 void 0.000115
+gallium_dri.so free 0x557173610b50 void 0.000132
+gallium_dri.so malloc 72 0x557173610be0 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000114
+gallium_dri.so free 0x557173610be0 void 0.000113
+gallium_dri.so malloc 72 0x557173610c30 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000113
+gallium_dri.so free 0x557173610c30 void 0.000113
+gallium_dri.so malloc 72 0x557173610d00 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x557173610d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd240 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so free 0x5571735dd240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd430 0.000113
+gallium_dri.so free 0x5571735dba80 void 0.000113
+gallium_dri.so free 0x5571735dd430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000113
+gallium_dri.so free 0x5571735dbb00 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb50 0.000200
+gallium_dri.so free 0x5571735dbbc0 void 0.000209
+gallium_dri.so free 0x5571735dbb50 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbc00 0.000114
+gallium_dri.so free 0x5571735dbc80 void 0.000115
+gallium_dri.so free 0x5571735dbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbc00 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735dbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735febf0 0.000115
+gallium_dri.so free 0x5571735fec40 void 0.000114
+gallium_dri.so free 0x5571735febf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735febf0 0.000114
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735febf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecf0 0.000114
+gallium_dri.so free 0x5571735fee00 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fedb0 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735fedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e80 void 0.000115
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5f80 void 0.000116
+gallium_dri.so free 0x5571735f5db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5f30 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so free 0x5571735f5f30 void 0.000144
+gallium_dri.so malloc 72 0x5571735de7b0 0.000125
+gallium_dri.so free 0x5571735de8c0 void 0.000119
+gallium_dri.so free 0x5571735de7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735de870 0.000121
+gallium_dri.so free 0x5571735de900 void 0.000120
+gallium_dri.so free 0x5571735de870 void 0.000119
+gallium_dri.so malloc 72 0x5571735de870 0.000118
+gallium_dri.so free 0x5571735f6000 void 0.000119
+gallium_dri.so free 0x5571735de870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6040 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735f6040 void 0.000119
+gallium_dri.so malloc 72 0x5571735dea10 0.000117
+gallium_dri.so free 0x5571735f7580 void 0.000117
+gallium_dri.so free 0x5571735dea10 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75e0 0.000118
+gallium_dri.so free 0x5571735f7680 void 0.000119
+gallium_dri.so free 0x5571735f75e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7630 0.000117
+gallium_dri.so free 0x5571735f76c0 void 0.000118
+gallium_dri.so free 0x5571735f7630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7630 0.000119
+gallium_dri.so free 0x5571735f7780 void 0.000119
+gallium_dri.so free 0x5571735f7630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f77c0 0.000118
+gallium_dri.so free 0x5571735dff80 void 0.000126
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffd0 0.000111
+gallium_dri.so free 0x5571735e0040 void 0.000112
+gallium_dri.so free 0x5571735dffd0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0060 0.000111
+gallium_dri.so free 0x5571735e0100 void 0.000112
+gallium_dri.so free 0x5571735e0060 void 0.000110
+gallium_dri.so malloc 72 0x5571735e00b0 0.000110
+gallium_dri.so free 0x5571735e0180 void 0.000109
+gallium_dri.so free 0x5571735e00b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0180 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000112
+gallium_dri.so free 0x5571735e0180 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecb30 0.000110
+gallium_dri.so free 0x5571735ecc00 void 0.000111
+gallium_dri.so free 0x5571735ecb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecc50 0.000111
+gallium_dri.so free 0x5571735eccc0 void 0.000111
+gallium_dri.so free 0x5571735ecc50 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecce0 0.000109
+gallium_dri.so free 0x5571735ecd80 void 0.000111
+gallium_dri.so free 0x5571735ecce0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ecd30 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000112
+gallium_dri.so free 0x5571735ecd30 void 0.000111
+gallium_dri.so malloc 72 0x55717358de40 0.000110
+gallium_dri.so free 0x55717358dec0 void 0.000111
+gallium_dri.so free 0x55717358de40 void 0.000125
+gallium_dri.so malloc 72 0x55717358dec0 0.000116
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717360c0c0 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c140 void 0.000115
+gallium_dri.so free 0x55717360c0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000115
+gallium_dri.so free 0x55717360c0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c1f0 0.000112
+gallium_dri.so free 0x55717360c300 void 0.000114
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2b0 0.000117
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x55717360c2b0 void 0.000114
+gallium_dri.so malloc 72 0x557173603530 0.000116
+gallium_dri.so free 0x557173603580 void 0.000113
+gallium_dri.so free 0x557173603530 void 0.000112
+gallium_dri.so malloc 72 0x557173603530 0.000114
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x557173603530 void 0.000225
+gallium_dri.so malloc 72 0x5571736036c0 0.000161
+gallium_dri.so free 0x557173603740 void 0.000159
+gallium_dri.so free 0x5571736036c0 void 0.000124
+gallium_dri.so malloc 72 0x557173603740 0.000120
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x557173603740 void 0.000118
+gallium_dri.so malloc 72 0x557173466fe0 0.000118
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so free 0x557173466fe0 void 0.000117
+gallium_dri.so malloc 72 0x557173467030 0.000119
+gallium_dri.so free 0x557173467100 void 0.000119
+gallium_dri.so free 0x557173467030 void 0.000119
+gallium_dri.so malloc 72 0x557173467030 0.000119
+gallium_dri.so free 0x557173467180 void 0.000119
+gallium_dri.so free 0x557173467030 void 0.000117
+gallium_dri.so malloc 72 0x557173467180 0.000118
+gallium_dri.so free 0x5571735fa9c0 void 0.000118
+gallium_dri.so free 0x557173467180 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa20 0.000117
+gallium_dri.so free 0x5571735faac0 void 0.000119
+gallium_dri.so free 0x5571735faa20 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa70 0.000119
+gallium_dri.so free 0x5571735fab00 void 0.000118
+gallium_dri.so free 0x5571735faa70 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa70 0.000102
+gallium_dri.so free 0x5571735fabc0 void 0.000112
+gallium_dri.so free 0x5571735faa70 void 0.000111
+gallium_dri.so malloc 72 0x5571735fac00 0.000111
+gallium_dri.so free 0x5571735e1140 void 0.000110
+gallium_dri.so free 0x5571735fac00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1190 0.000109
+gallium_dri.so free 0x5571735e1200 void 0.000111
+gallium_dri.so free 0x5571735e1190 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1220 0.000110
+gallium_dri.so free 0x5571735e12c0 void 0.000110
+gallium_dri.so free 0x5571735e1220 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1270 0.000111
+gallium_dri.so free 0x5571735e1340 void 0.000110
+gallium_dri.so free 0x5571735e1270 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1340 0.000110
+gallium_dri.so free 0x5571735e0b00 void 0.000111
+gallium_dri.so free 0x5571735e1340 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1340 0.000111
+gallium_dri.so free 0x5571735e0b80 void 0.000110
+gallium_dri.so free 0x5571735e1340 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0b80 0.000109
+gallium_dri.so free 0x5571735e0c40 void 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b80 0.000112
+gallium_dri.so free 0x5571735e0d00 void 0.000112
+gallium_dri.so free 0x5571735e0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b80 0.000112
+gallium_dri.so free 0x5571735e0dc0 void 0.000127
+gallium_dri.so free 0x5571735e0b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0d70 0.000120
+gallium_dri.so free 0x5571734620c0 void 0.000115
+gallium_dri.so free 0x5571735e0d70 void 0.000113
+gallium_dri.so malloc 72 0x557173462110 0.000115
+gallium_dri.so free 0x557173462180 void 0.000112
+gallium_dri.so free 0x557173462110 void 0.000114
+gallium_dri.so malloc 72 0x5571734621c0 0.000119
+gallium_dri.so free 0x557173462240 void 0.000115
+gallium_dri.so free 0x5571734621c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621c0 0.000113
+gallium_dri.so free 0x5571734622c0 void 0.000113
+gallium_dri.so free 0x5571734621c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734622f0 0.000112
+gallium_dri.so free 0x557173462340 void 0.000114
+gallium_dri.so free 0x5571734622f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734622f0 0.000120
+gallium_dri.so free 0x5571735f4c40 void 0.000113
+gallium_dri.so free 0x5571734622f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4c40 0.000113
+gallium_dri.so free 0x5571735f4d00 void 0.000112
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4c40 0.000117
+gallium_dri.so free 0x5571735f4d80 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4db0 0.000130
+gallium_dri.so free 0x5571735f4e00 void 0.000127
+gallium_dri.so free 0x5571735f4db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4db0 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571735f4db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4db0 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000125
+gallium_dri.so free 0x5571735f4db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1a80 0.000156
+gallium_dri.so free 0x5571735e1b40 void 0.000123
+gallium_dri.so free 0x5571735e1a80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1a80 0.000117
+gallium_dri.so free 0x5571735f4f00 void 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4f30 0.000117
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735f4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4f30 0.000117
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so free 0x5571735f4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c80 0.000119
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so free 0x5571735e1c80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1c80 0.000116
+gallium_dri.so free 0x5571735fa180 void 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa1a0 0.000123
+gallium_dri.so free 0x5571735fa240 void 0.000121
+gallium_dri.so free 0x5571735fa1a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000119
+gallium_dri.so free 0x5571735fa2c0 void 0.000118
+gallium_dri.so free 0x5571735fa1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000124
+gallium_dri.so free 0x5571735fa340 void 0.000119
+gallium_dri.so free 0x5571735fa1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa340 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000119
+gallium_dri.so free 0x5571735fa340 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa340 0.000114
+gallium_dri.so free 0x5571735c0580 void 0.000116
+gallium_dri.so free 0x5571735fa340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c05b0 0.000125
+gallium_dri.so free 0x5571735c0600 void 0.000124
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0600 0.000114
+gallium_dri.so free 0x5571735c06c0 void 0.000128
+gallium_dri.so free 0x5571735c0600 void 0.000197
+gallium_dri.so malloc 72 0x5571735c0600 0.000169
+gallium_dri.so free 0x5571735c07c0 void 0.000166
+gallium_dri.so free 0x5571735c0600 void 0.000167
+gallium_dri.so malloc 72 0x5571735c0770 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000129
+gallium_dri.so free 0x5571735c0770 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0770 0.000129
+gallium_dri.so free 0x5571735da940 void 0.000130
+gallium_dri.so free 0x5571735c0770 void 0.000131
+gallium_dri.so malloc 72 0x5571735da970 0.000129
+gallium_dri.so free 0x5571735da9c0 void 0.000130
+gallium_dri.so free 0x5571735da970 void 0.000129
+gallium_dri.so malloc 72 0x5571735da970 0.000129
+gallium_dri.so free 0x5571735daac0 void 0.000130
+gallium_dri.so free 0x5571735da970 void 0.000129
+gallium_dri.so malloc 72 0x5571735daa70 0.000125
+gallium_dri.so free 0x5571735dab80 void 0.000127
+gallium_dri.so free 0x5571735daa70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dab30 0.000131
+gallium_dri.so free 0x5571735fb280 void 0.000143
+gallium_dri.so free 0x5571735dab30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dab30 0.000129
+gallium_dri.so free 0x5571735fb300 void 0.000132
+gallium_dri.so free 0x5571735dab30 void 0.000133
+gallium_dri.so malloc 72 0x5571735fb330 0.000125
+gallium_dri.so free 0x5571735fb380 void 0.000126
+gallium_dri.so free 0x5571735fb330 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb330 0.000120
+gallium_dri.so free 0x5571735fb480 void 0.000128
+gallium_dri.so free 0x5571735fb330 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb430 0.000121
+gallium_dri.so free 0x5571735fb540 void 0.000120
+gallium_dri.so free 0x5571735fb430 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000123
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735fb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000130
+gallium_dri.so free 0x5571735eba80 void 0.000131
+gallium_dri.so free 0x5571735fb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba30 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so free 0x5571735eba30 void 0.000124
+gallium_dri.so malloc 72 0x5571735eba30 0.000116
+gallium_dri.so free 0x5571735ebb80 void 0.000260
+gallium_dri.so free 0x5571735eba30 void 0.000232
+gallium_dri.so malloc 72 0x5571735ebb30 0.000168
+gallium_dri.so free 0x5571735ebc40 void 0.000274
+gallium_dri.so free 0x5571735ebb30 void 0.000285
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000237
+gallium_dri.so free 0x5571735f29c0 void 0.000163
+gallium_dri.so free 0x5571735ebbf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f2970 0.000131
+gallium_dri.so free 0x5571735f2a40 void 0.000125
+gallium_dri.so free 0x5571735f2970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2970 0.000124
+gallium_dri.so free 0x5571735f2ac0 void 0.000121
+gallium_dri.so free 0x5571735f2970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000131
+gallium_dri.so free 0x5571735f2b80 void 0.000132
+gallium_dri.so free 0x5571735f2ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000137
+gallium_dri.so free 0x5571735f2c80 void 0.000132
+gallium_dri.so free 0x5571735f2ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000132
+gallium_dri.so free 0x557173589740 void 0.000132
+gallium_dri.so free 0x5571735f2ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735896f0 0.000132
+gallium_dri.so free 0x5571735897c0 void 0.000133
+gallium_dri.so free 0x5571735896f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735896f0 0.000130
+gallium_dri.so free 0x557173589840 void 0.000133
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x557173589840 0.000132
+gallium_dri.so free 0x557173589900 void 0.000125
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so malloc 72 0x557173589840 0.000131
+gallium_dri.so free 0x5571735899c0 void 0.000131
+gallium_dri.so free 0x557173589840 void 0.000125
+gallium_dri.so malloc 72 0x557173589840 0.000131
+gallium_dri.so free 0x5571735c11c0 void 0.000124
+gallium_dri.so free 0x557173589840 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1210 0.000127
+gallium_dri.so free 0x5571735c1280 void 0.000129
+gallium_dri.so free 0x5571735c1210 void 0.000134
+gallium_dri.so malloc 72 0x5571735c12c0 0.000327
+gallium_dri.so free 0x5571735c1340 void 0.000332
+gallium_dri.so free 0x5571735c12c0 void 0.000335
+gallium_dri.so malloc 72 0x5571735c1340 0.000284
+gallium_dri.so free 0x5571735c1400 void 0.000204
+gallium_dri.so free 0x5571735c1340 void 0.000166
+gallium_dri.so malloc 72 0x5571735c1340 0.000121
+gallium_dri.so free 0x5571735c1480 void 0.000121
+gallium_dri.so free 0x5571735c1340 void 0.000118
+gallium_dri.so malloc 72 0x5571735c14b0 0.000119
+gallium_dri.so free 0x55717360dc00 void 0.000119
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dbb0 0.000119
+gallium_dri.so free 0x55717360dc80 void 0.000120
+gallium_dri.so free 0x55717360dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dcd0 0.000119
+gallium_dri.so free 0x55717360dd40 void 0.000128
+gallium_dri.so free 0x55717360dcd0 void 0.000121
+gallium_dri.so malloc 72 0x55717360dd80 0.000120
+gallium_dri.so free 0x55717360de00 void 0.000120
+gallium_dri.so free 0x55717360dd80 void 0.000122
+gallium_dri.so malloc 72 0x55717360dd80 0.000125
+gallium_dri.so free 0x55717360de80 void 0.000126
+gallium_dri.so free 0x55717360dd80 void 0.000120
+gallium_dri.so malloc 72 0x55717360deb0 0.000120
+gallium_dri.so free 0x557173473680 void 0.000119
+gallium_dri.so free 0x55717360deb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734736c0 0.000130
+gallium_dri.so free 0x557173473740 void 0.000130
+gallium_dri.so free 0x5571734736c0 void 0.000132
+gallium_dri.so malloc 72 0x557173473740 0.000125
+gallium_dri.so free 0x557173473800 void 0.000127
+gallium_dri.so free 0x557173473740 void 0.000132
+gallium_dri.so malloc 72 0x557173473740 0.000126
+gallium_dri.so free 0x557173473880 void 0.000122
+gallium_dri.so free 0x557173473740 void 0.000119
+gallium_dri.so malloc 72 0x5571734738b0 0.000120
+gallium_dri.so free 0x557173473900 void 0.000120
+gallium_dri.so free 0x5571734738b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734738b0 0.000123
+gallium_dri.so free 0x5571736101c0 void 0.000134
+gallium_dri.so free 0x5571734738b0 void 0.000120
+gallium_dri.so malloc 72 0x557173610170 0.000120
+gallium_dri.so free 0x557173610240 void 0.000120
+gallium_dri.so free 0x557173610170 void 0.000117
+gallium_dri.so malloc 72 0x557173610290 0.000118
+gallium_dri.so free 0x557173610300 void 0.000119
+gallium_dri.so free 0x557173610290 void 0.000118
+gallium_dri.so malloc 72 0x557173610320 0.000119
+gallium_dri.so free 0x5571736103c0 void 0.000122
+gallium_dri.so free 0x557173610320 void 0.000119
+gallium_dri.so malloc 72 0x557173610370 0.000118
+gallium_dri.so free 0x557173610440 void 0.000119
+gallium_dri.so free 0x557173610370 void 0.000120
+gallium_dri.so malloc 72 0x557173610370 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000120
+gallium_dri.so free 0x557173610370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000119
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so free 0x5571735ec6d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec7a0 0.000121
+gallium_dri.so free 0x5571735ec840 void 0.000120
+gallium_dri.so free 0x5571735ec7a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000119
+gallium_dri.so free 0x5571735ec7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000125
+gallium_dri.so free 0x5571735ec940 void 0.000121
+gallium_dri.so free 0x5571735ec7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec980 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000118
+gallium_dri.so free 0x5571735ec980 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5950 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000120
+gallium_dri.so free 0x5571735f5950 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59e0 0.000119
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so free 0x5571735f59e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a30 0.000122
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5b00 0.000120
+gallium_dri.so free 0x5571735f5bc0 void 0.000119
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5b00 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x5571735f5b00 void 0.000130
+gallium_dri.so malloc 72 0x55717360c910 0.000130
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so free 0x55717360c910 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9a0 0.000113
+gallium_dri.so free 0x55717360ca40 void 0.000113
+gallium_dri.so free 0x55717360c9a0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c9f0 0.000174
+gallium_dri.so free 0x55717360cac0 void 0.000118
+gallium_dri.so free 0x55717360c9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c9f0 0.000124
+gallium_dri.so free 0x55717360cb40 void 0.000119
+gallium_dri.so free 0x55717360c9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360cb40 0.000114
+gallium_dri.so free 0x5571735de300 void 0.000116
+gallium_dri.so free 0x55717360cb40 void 0.000114
+gallium_dri.so malloc 72 0x5571735de340 0.000114
+gallium_dri.so free 0x5571735de3c0 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000114
+gallium_dri.so malloc 72 0x5571735de340 0.000114
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000115
+gallium_dri.so malloc 72 0x5571735de470 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so free 0x5571735de470 void 0.000114
+gallium_dri.so malloc 72 0x5571735de470 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de470 void 0.000114
+gallium_dri.so malloc 72 0x5571735de570 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735de570 void 0.000115
+gallium_dri.so malloc 72 0x5571735e26e0 0.000114
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e26e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2730 0.000115
+gallium_dri.so free 0x5571735e2800 void 0.000113
+gallium_dri.so free 0x5571735e2730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2730 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e28b0 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e28b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e29d0 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735e29d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000113
+gallium_dri.so free 0x5571735f6c80 void 0.000113
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000112
+gallium_dri.so free 0x5571735f6d40 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d80 0.000116
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e00 0.000113
+gallium_dri.so free 0x5571735f6ec0 void 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e00 0.000114
+gallium_dri.so free 0x55717346cc40 void 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so malloc 72 0x55717346cbf0 0.000122
+gallium_dri.so free 0x55717346cc80 void 0.000114
+gallium_dri.so free 0x55717346cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbf0 0.000113
+gallium_dri.so free 0x55717346cd40 void 0.000112
+gallium_dri.so free 0x55717346cbf0 void 0.000110
+gallium_dri.so malloc 72 0x55717346cd80 0.000118
+gallium_dri.so free 0x55717346ce00 void 0.000119
+gallium_dri.so free 0x55717346cd80 void 0.000114
+gallium_dri.so malloc 72 0x55717346ce00 0.000113
+gallium_dri.so free 0x55717346cec0 void 0.000113
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so malloc 72 0x55717346ce00 0.000110
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x55717346ce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a70 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4b40 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b40 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c80 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000115
+gallium_dri.so free 0x5571735c4c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c80 0.000163
+gallium_dri.so free 0x557173600840 void 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000113
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736007f0 0.000113
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000116
+gallium_dri.so malloc 72 0x557173600940 0.000115
+gallium_dri.so free 0x557173600a00 void 0.000114
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so malloc 72 0x557173600940 0.000115
+gallium_dri.so free 0x557173600b00 void 0.000114
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so malloc 72 0x557173600ab0 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so free 0x557173600ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000115
+gallium_dri.so free 0x5571735fe230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe380 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe380 0.000123
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe380 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe380 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000112
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc8c0 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc9c0 void 0.000112
+gallium_dri.so free 0x5571735dc870 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc970 0.000111
+gallium_dri.so free 0x5571735dca80 void 0.000112
+gallium_dri.so free 0x5571735dc970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca30 0.000113
+gallium_dri.so free 0x5571735dcac0 void 0.000112
+gallium_dri.so free 0x5571735dca30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca30 0.000112
+gallium_dri.so free 0x5571735dcb80 void 0.000111
+gallium_dri.so free 0x5571735dca30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000125
+gallium_dri.so free 0x5571735dcbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5f0 0.000113
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df6b0 0.000125
+gallium_dri.so free 0x5571735df780 void 0.000120
+gallium_dri.so free 0x5571735df6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df6b0 0.000120
+gallium_dri.so free 0x5571735df840 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6b0 0.000114
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so free 0x5571735df6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df8b0 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735df8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24b0 0.000113
+gallium_dri.so free 0x5571735c25c0 void 0.000113
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2570 0.000114
+gallium_dri.so free 0x5571735c2600 void 0.000113
+gallium_dri.so free 0x5571735c2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2570 0.000113
+gallium_dri.so free 0x5571735c26c0 void 0.000113
+gallium_dri.so free 0x5571735c2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2710 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000115
+gallium_dri.so free 0x5571735c2710 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27c0 0.000112
+gallium_dri.so free 0x55717346a680 void 0.000114
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a630 0.000126
+gallium_dri.so free 0x55717346a740 void 0.000114
+gallium_dri.so free 0x55717346a630 void 0.000112
+gallium_dri.so malloc 72 0x55717346a6f0 0.000113
+gallium_dri.so free 0x55717346a780 void 0.000113
+gallium_dri.so free 0x55717346a6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a6f0 0.000113
+gallium_dri.so free 0x55717346a840 void 0.000115
+gallium_dri.so free 0x55717346a6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a880 0.000114
+gallium_dri.so free 0x55717346a900 void 0.000114
+gallium_dri.so free 0x55717346a880 void 0.000114
+gallium_dri.so malloc 72 0x55717346a900 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x55717346a900 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5c0 0.000114
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5c0 0.000112
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db5c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6f0 0.000113
+gallium_dri.so free 0x5571735db740 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6f0 0.000115
+gallium_dri.so free 0x5571735db840 void 0.000114
+gallium_dri.so free 0x5571735db6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7f0 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so free 0x5571735db7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7f0 0.000112
+gallium_dri.so free 0x5571735fa640 void 0.000113
+gallium_dri.so free 0x5571735db7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa670 0.000112
+gallium_dri.so free 0x5571735fa6c0 void 0.000112
+gallium_dri.so free 0x5571735fa670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa670 0.000112
+gallium_dri.so free 0x5571735fa7c0 void 0.000112
+gallium_dri.so free 0x5571735fa670 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa800 0.000113
+gallium_dri.so free 0x5571735fa880 void 0.000111
+gallium_dri.so free 0x5571735fa800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa880 0.000121
+gallium_dri.so free 0x5571735f9200 void 0.000124
+gallium_dri.so free 0x5571735fa880 void 0.000125
+gallium_dri.so malloc 72 0x5571735f91b0 0.000123
+gallium_dri.so free 0x5571735f9240 void 0.000125
+gallium_dri.so free 0x5571735f91b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9300 void 0.000114
+gallium_dri.so free 0x5571735f91b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9340 0.000113
+gallium_dri.so free 0x5571735f93c0 void 0.000118
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f93c0 0.000185
+gallium_dri.so free 0x5571735f9480 void 0.000115
+gallium_dri.so free 0x5571735f93c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f93c0 0.000114
+gallium_dri.so free 0x557173461780 void 0.000115
+gallium_dri.so free 0x5571735f93c0 void 0.000115
+gallium_dri.so malloc 72 0x557173461730 0.000115
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000114
+gallium_dri.so malloc 72 0x557173461730 0.000113
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x5571734618c0 0.000114
+gallium_dri.so free 0x557173461940 void 0.000115
+gallium_dri.so free 0x5571734618c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461940 0.000113
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so malloc 72 0x557173461940 0.000114
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x557173461940 void 0.000112
+gallium_dri.so malloc 72 0x557173461940 0.000113
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x5571736014c0 void 0.000114
+gallium_dri.so free 0x5571736013b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601470 0.000127
+gallium_dri.so free 0x557173601540 void 0.000116
+gallium_dri.so free 0x557173601470 void 0.000113
+gallium_dri.so malloc 72 0x557173601590 0.000114
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601590 void 0.000113
+gallium_dri.so malloc 72 0x557173601620 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x557173601620 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f00 0.000113
+gallium_dri.so free 0x5571735e1fc0 void 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f00 0.000113
+gallium_dri.so free 0x5571735e20c0 void 0.000112
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2070 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so free 0x5571735e2070 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so free 0x5571735ebd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd70 0.000113
+gallium_dri.so free 0x5571735ebec0 void 0.000121
+gallium_dri.so free 0x5571735ebd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebec0 0.000114
+gallium_dri.so free 0x5571735e2100 void 0.000113
+gallium_dri.so free 0x5571735ebec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebec0 0.000118
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebec0 0.000115
+gallium_dri.so free 0x5571735ec040 void 0.000113
+gallium_dri.so free 0x5571735ebec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735ec0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad90 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae20 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000114
+gallium_dri.so free 0x5571735dae20 void 0.000115
+gallium_dri.so malloc 72 0x5571735dae70 0.000114
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735dae70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae70 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000168
+gallium_dri.so free 0x5571735dae70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000113
+gallium_dri.so free 0x5571735f5100 void 0.000114
+gallium_dri.so free 0x5571735f4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f50b0 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000113
+gallium_dri.so free 0x5571735f50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50b0 0.000113
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so free 0x5571735f50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50b0 0.000112
+gallium_dri.so free 0x5571735f5240 void 0.000116
+gallium_dri.so free 0x5571735f50b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5280 0.000113
+gallium_dri.so free 0x5571735f5300 void 0.000114
+gallium_dri.so free 0x5571735f5280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5300 0.000113
+gallium_dri.so free 0x5571735fb680 void 0.000113
+gallium_dri.so free 0x5571735f5300 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb630 0.000114
+gallium_dri.so free 0x5571735fb6c0 void 0.000113
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb630 0.000114
+gallium_dri.so free 0x5571735fb780 void 0.000113
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000116
+gallium_dri.so free 0x5571735fb840 void 0.000123
+gallium_dri.so free 0x5571735fb7d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb880 0.000112
+gallium_dri.so free 0x5571735fb900 void 0.000112
+gallium_dri.so free 0x5571735fb880 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb900 0.000113
+gallium_dri.so free 0x5571735c0900 void 0.000112
+gallium_dri.so free 0x5571735fb900 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000112
+gallium_dri.so free 0x5571735c0940 void 0.000113
+gallium_dri.so free 0x5571735c08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735c0a00 void 0.000112
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a40 0.000112
+gallium_dri.so free 0x5571735c0ac0 void 0.000128
+gallium_dri.so free 0x5571735c0a40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000123
+gallium_dri.so free 0x5571735c0b80 void 0.000124
+gallium_dri.so free 0x5571735c0ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000123
+gallium_dri.so free 0x5571735c0c00 void 0.000119
+gallium_dri.so free 0x5571735c0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000117
+gallium_dri.so free 0x5571735c0ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571736068f0 0.000115
+gallium_dri.so free 0x557173606940 void 0.000126
+gallium_dri.so free 0x5571736068f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736068f0 0.000117
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so free 0x5571736068f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736069f0 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000114
+gallium_dri.so free 0x5571736069f0 void 0.000112
+gallium_dri.so malloc 72 0x557173606ab0 0.000113
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173606ab0 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x557173606ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3370 0.000114
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3370 0.000113
+gallium_dri.so free 0x557173606c00 void 0.000114
+gallium_dri.so free 0x5571735f3370 void 0.000114
+gallium_dri.so malloc 72 0x557173606c50 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000114
+gallium_dri.so free 0x557173606c50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3470 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000157
+gallium_dri.so free 0x5571735f3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3600 0.000112
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so free 0x5571735f3600 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0c0 0.000113
+gallium_dri.so free 0x55717360f180 void 0.000115
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f0c0 0.000113
+gallium_dri.so free 0x55717360f240 void 0.000114
+gallium_dri.so free 0x55717360f0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f260 0.000113
+gallium_dri.so free 0x55717360f300 void 0.000114
+gallium_dri.so free 0x55717360f260 void 0.000114
+gallium_dri.so malloc 72 0x55717360f2b0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000113
+gallium_dri.so free 0x55717360f2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f2b0 0.000112
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so free 0x55717360f2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f380 0.000113
+gallium_dri.so free 0x55717360f440 void 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so malloc 72 0x55717360f380 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000113
+gallium_dri.so malloc 72 0x55717360f380 0.000112
+gallium_dri.so free 0x55717346e1c0 void 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000125
+gallium_dri.so malloc 72 0x55717346e170 0.000117
+gallium_dri.so free 0x55717346e280 void 0.000115
+gallium_dri.so free 0x55717346e170 void 0.000113
+gallium_dri.so malloc 72 0x55717346e230 0.000119
+gallium_dri.so free 0x55717346e300 void 0.000123
+gallium_dri.so free 0x55717346e230 void 0.000121
+gallium_dri.so malloc 72 0x55717346e350 0.000115
+gallium_dri.so free 0x55717346e3c0 void 0.000114
+gallium_dri.so free 0x55717346e350 void 0.000113
+gallium_dri.so malloc 72 0x55717346e3e0 0.000112
+gallium_dri.so free 0x55717346e480 void 0.000113
+gallium_dri.so free 0x55717346e3e0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e430 0.000113
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x55717346e430 void 0.000114
+gallium_dri.so malloc 72 0x55717346e430 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so free 0x55717346e430 void 0.000112
+gallium_dri.so malloc 72 0x5571736207c0 0.000112
+gallium_dri.so free 0x557173620880 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736207c0 0.000115
+gallium_dri.so free 0x557173620980 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620930 0.000113
+gallium_dri.so free 0x5571736209c0 void 0.000112
+gallium_dri.so free 0x557173620930 void 0.000120
+gallium_dri.so malloc 72 0x557173620930 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000115
+gallium_dri.so free 0x557173620930 void 0.000112
+gallium_dri.so malloc 72 0x557173620ac0 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so free 0x557173620ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8100 0.000113
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8100 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8270 0.000114
+gallium_dri.so free 0x5571735f82c0 void 0.000114
+gallium_dri.so free 0x5571735f8270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8270 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000113
+gallium_dri.so free 0x5571735f8270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8400 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735f8400 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd180 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd180 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000163
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000113
+gallium_dri.so free 0x5571735f8480 void 0.000113
+gallium_dri.so free 0x5571735fd2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000112
+gallium_dri.so free 0x5571735fd340 void 0.000112
+gallium_dri.so free 0x5571735fd2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd340 0.000112
+gallium_dri.so free 0x5571735fd400 void 0.000111
+gallium_dri.so free 0x5571735fd340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd340 0.000113
+gallium_dri.so free 0x5571735fd500 void 0.000112
+gallium_dri.so free 0x5571735fd340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd340 0.000111
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so free 0x5571735fd340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd340 0.000122
+gallium_dri.so free 0x5571735d2680 void 0.000124
+gallium_dri.so free 0x5571735fd340 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2630 0.000123
+gallium_dri.so free 0x5571735d2700 void 0.000123
+gallium_dri.so free 0x5571735d2630 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2750 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000116
+gallium_dri.so free 0x5571735d2750 void 0.000113
+gallium_dri.so malloc 72 0x5571735d27e0 0.000116
+gallium_dri.so free 0x5571735d2880 void 0.000131
+gallium_dri.so free 0x5571735d27e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2830 0.000113
+gallium_dri.so free 0x5571735d2900 void 0.000113
+gallium_dri.so free 0x5571735d2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2900 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2900 0.000112
+gallium_dri.so free 0x55717346bbc0 void 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000113
+gallium_dri.so malloc 72 0x55717346bbc0 0.000115
+gallium_dri.so free 0x55717346bc80 void 0.000114
+gallium_dri.so free 0x55717346bbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bbc0 0.000113
+gallium_dri.so free 0x55717346bd40 void 0.000114
+gallium_dri.so free 0x55717346bbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bbc0 0.000113
+gallium_dri.so free 0x5571735e0e20 void 0.000116
+gallium_dri.so free 0x55717346be00 void 0.000115
+gallium_dri.so free 0x55717346bbc0 void 0.000111
+gallium_dri.so malloc 72 0x55717346bdb0 0.000115
+gallium_dri.so free 0x55717346be80 void 0.000117
+gallium_dri.so free 0x55717346bdb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346bed0 0.000111
+gallium_dri.so free 0x5571735ff740 void 0.000112
+gallium_dri.so free 0x55717346bed0 void 0.000110
+gallium_dri.so malloc 72 0x55717346bed0 0.000124
+gallium_dri.so free 0x5571735ff7c0 void 0.000111
+gallium_dri.so free 0x55717346bed0 void 0.000110
+gallium_dri.so malloc 72 0x55717346bed0 0.000110
+gallium_dri.so free 0x5571735ff880 void 0.000109
+gallium_dri.so free 0x55717346bed0 void 0.000110
+gallium_dri.so malloc 72 0x55717346bed0 0.000111
+gallium_dri.so free 0x5571735ff940 void 0.000111
+gallium_dri.so free 0x55717346bed0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000109
+gallium_dri.so free 0x5571735ff9c0 void 0.000110
+gallium_dri.so free 0x5571735ff8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffa10 0.000113
+gallium_dri.so free 0x5571735ffa80 void 0.000112
+gallium_dri.so free 0x5571735ffa10 void 0.000109
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000110
+gallium_dri.so free 0x557173608480 void 0.000110
+gallium_dri.so free 0x5571735ffaa0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000110
+gallium_dri.so free 0x557173608540 void 0.000111
+gallium_dri.so free 0x5571735ffaa0 void 0.000110
+gallium_dri.so malloc 72 0x5571736084f0 0.000116
+gallium_dri.so free 0x557173608540 void 0.000122
+gallium_dri.so free 0x5571736084f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736084f0 0.000114
+gallium_dri.so free 0x557173608640 void 0.000113
+gallium_dri.so free 0x5571736084f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736085f0 0.000111
+gallium_dri.so free 0x557173608700 void 0.000163
+gallium_dri.so free 0x5571736085f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736086b0 0.000115
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x5571736086b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086b0 0.000113
+gallium_dri.so free 0x5571735d0000 void 0.000112
+gallium_dri.so free 0x5571736086b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736086b0 0.000110
+gallium_dri.so free 0x5571735d0080 void 0.000110
+gallium_dri.so free 0x5571736086b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0080 0.000110
+gallium_dri.so free 0x5571735d0140 void 0.000109
+gallium_dri.so free 0x5571735d0080 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0080 0.000110
+gallium_dri.so free 0x5571735d0240 void 0.000110
+gallium_dri.so free 0x5571735d0080 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0080 0.000109
+gallium_dri.so free 0x557173608800 void 0.000110
+gallium_dri.so free 0x5571735d0080 void 0.000110
+gallium_dri.so malloc 72 0x557173608830 0.000110
+gallium_dri.so free 0x5571735d02c0 void 0.000115
+gallium_dri.so free 0x557173608830 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0300 0.000111
+gallium_dri.so free 0x557173462840 void 0.000111
+gallium_dri.so free 0x5571735d0300 void 0.000111
+gallium_dri.so malloc 72 0x557173462840 0.000110
+gallium_dri.so free 0x557173462900 void 0.000111
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so malloc 72 0x557173462840 0.000119
+gallium_dri.so free 0x557173462980 void 0.000116
+gallium_dri.so free 0x557173462840 void 0.000111
+gallium_dri.so malloc 72 0x5571734629b0 0.000111
+gallium_dri.so free 0x557173462a00 void 0.000112
+gallium_dri.so free 0x5571734629b0 void 0.000110
+gallium_dri.so malloc 72 0x557173462a00 0.000111
+gallium_dri.so free 0x5571735d0380 void 0.000111
+gallium_dri.so free 0x557173462a00 void 0.000111
+gallium_dri.so malloc 72 0x557173462a00 0.000110
+gallium_dri.so free 0x557173462ac0 void 0.000110
+gallium_dri.so free 0x557173462a00 void 0.000111
+gallium_dri.so malloc 72 0x557173462ac0 0.000110
+gallium_dri.so free 0x557173462b80 void 0.000110
+gallium_dri.so free 0x557173462ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173462ac0 0.000110
+gallium_dri.so free 0x55717358e200 void 0.000110
+gallium_dri.so free 0x557173462ac0 void 0.000111
+gallium_dri.so malloc 72 0x557173462ac0 0.000109
+gallium_dri.so free 0x55717358e2c0 void 0.000110
+gallium_dri.so free 0x557173462ac0 void 0.000109
+gallium_dri.so malloc 72 0x55717358e270 0.000115
+gallium_dri.so free 0x55717358e340 void 0.000120
+gallium_dri.so free 0x55717358e270 void 0.000111
+gallium_dri.so malloc 72 0x55717358e390 0.000110
+gallium_dri.so free 0x55717358e400 void 0.000109
+gallium_dri.so free 0x55717358e390 void 0.000111
+gallium_dri.so malloc 72 0x55717358e440 0.000215
+gallium_dri.so free 0x55717358e4c0 void 0.000275
+gallium_dri.so free 0x55717358e440 void 0.000250
+gallium_dri.so malloc 72 0x55717358e440 0.000207
+gallium_dri.so free 0x55717358e540 void 0.000182
+gallium_dri.so free 0x55717358e440 void 0.000226
+gallium_dri.so malloc 72 0x55717358e570 0.000236
+gallium_dri.so free 0x557173464e00 void 0.000279
+gallium_dri.so free 0x55717358e570 void 0.000277
+gallium_dri.so malloc 72 0x55717358e570 0.000276
+gallium_dri.so free 0x557173464e80 void 0.000272
+gallium_dri.so free 0x55717358e570 void 0.000289
+gallium_dri.so malloc 72 0x557173464e80 0.000271
+gallium_dri.so free 0x557173464f40 void 0.000326
+gallium_dri.so free 0x557173464e80 void 0.000263
+gallium_dri.so malloc 72 0x557173464e80 0.000219
+gallium_dri.so free 0x557173465000 void 0.000196
+gallium_dri.so free 0x557173464e80 void 0.000200
+gallium_dri.so malloc 72 0x557173464e80 0.000156
+gallium_dri.so free 0x5571734650c0 void 0.000128
+gallium_dri.so free 0x557173464e80 void 0.000124
+gallium_dri.so malloc 72 0x557173465070 0.000124
+gallium_dri.so free 0x5571734650c0 void 0.000126
+gallium_dri.so free 0x557173465070 void 0.000123
+gallium_dri.so malloc 72 0x557173465070 0.000123
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so free 0x557173465070 void 0.000125
+gallium_dri.so malloc 72 0x5571735c39c0 0.000123
+gallium_dri.so free 0x5571734651c0 void 0.000125
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so malloc 72 0x557173465170 0.000124
+gallium_dri.so free 0x5571735c3a80 void 0.000125
+gallium_dri.so free 0x557173465170 void 0.000124
+gallium_dri.so malloc 72 0x557173465170 0.000123
+gallium_dri.so free 0x5571735c3b40 void 0.000132
+gallium_dri.so free 0x557173465170 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3af0 0.000124
+gallium_dri.so free 0x5571735c3bc0 void 0.000124
+gallium_dri.so free 0x5571735c3af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3c10 0.000125
+gallium_dri.so free 0x5571735c3c80 void 0.000124
+gallium_dri.so free 0x5571735c3c10 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000123
+gallium_dri.so free 0x5571735c3d80 void 0.000124
+gallium_dri.so free 0x5571735c3ce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3d30 0.000202
+gallium_dri.so free 0x557173469380 void 0.000163
+gallium_dri.so free 0x5571735c3d30 void 0.000278
+gallium_dri.so malloc 72 0x5571735c3d30 0.000282
+gallium_dri.so free 0x557173469440 void 0.000269
+gallium_dri.so free 0x5571735c3d30 void 0.000220
+gallium_dri.so malloc 72 0x5571734693f0 0.000202
+gallium_dri.so free 0x5571734694c0 void 0.000196
+gallium_dri.so free 0x5571734693f0 void 0.000211
+gallium_dri.so malloc 72 0x557173469510 0.000158
+gallium_dri.so free 0x557173469580 void 0.000199
+gallium_dri.so free 0x557173469510 void 0.000121
+gallium_dri.so malloc 72 0x5571734695a0 0.000126
+gallium_dri.so free 0x557173469640 void 0.000131
+gallium_dri.so free 0x5571734695a0 void 0.000131
+gallium_dri.so malloc 72 0x5571734695f0 0.000232
+gallium_dri.so free 0x5571734696c0 void 0.000227
+gallium_dri.so free 0x5571734695f0 void 0.000186
+gallium_dri.so malloc 72 0x5571734696c0 0.000226
+gallium_dri.so free 0x5571735c43c0 void 0.000203
+gallium_dri.so free 0x5571734696c0 void 0.000200
+gallium_dri.so malloc 72 0x5571735c4400 0.000123
+gallium_dri.so free 0x5571735c4480 void 0.000121
+gallium_dri.so free 0x5571735c4400 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4480 0.000120
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c4480 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4480 0.000120
+gallium_dri.so free 0x5571735c45c0 void 0.000119
+gallium_dri.so free 0x5571735c4480 void 0.000128
+gallium_dri.so malloc 72 0x5571735c45f0 0.000120
+gallium_dri.so free 0x5571735c4640 void 0.000120
+gallium_dri.so free 0x5571735c45f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c45f0 0.000118
+gallium_dri.so free 0x5571735c4740 void 0.000120
+gallium_dri.so free 0x5571735c45f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c46f0 0.000120
+gallium_dri.so free 0x55717358a080 void 0.000119
+gallium_dri.so free 0x5571735c46f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0c0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000119
+gallium_dri.so free 0x55717358a0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0c0 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000119
+gallium_dri.so free 0x55717358a0c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1f0 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1f0 0.000119
+gallium_dri.so free 0x55717358a340 void 0.000120
+gallium_dri.so free 0x55717358a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2f0 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3b0 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000122
+gallium_dri.so free 0x55717358a3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55b0 0.000115
+gallium_dri.so free 0x5571735d5600 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d55b0 0.000115
+gallium_dri.so free 0x5571735d5700 void 0.000115
+gallium_dri.so free 0x5571735d55b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d5740 0.000115
+gallium_dri.so free 0x5571735d57c0 void 0.000117
+gallium_dri.so free 0x5571735d5740 void 0.000124
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x55717358a440 void 0.000116
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d57c0 0.000115
+gallium_dri.so free 0x5571735d5880 void 0.000117
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57c0 0.000117
+gallium_dri.so free 0x5571735d5940 void 0.000116
+gallium_dri.so free 0x5571735d57c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d58f0 0.000121
+gallium_dri.so free 0x55717360fac0 void 0.000122
+gallium_dri.so free 0x5571735d58f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fb10 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so free 0x55717360fb10 void 0.000120
+gallium_dri.so malloc 72 0x55717360fbe0 0.000133
+gallium_dri.so free 0x55717360fc80 void 0.000121
+gallium_dri.so free 0x55717360fbe0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc30 0.000125
+gallium_dri.so free 0x55717360fcc0 void 0.000124
+gallium_dri.so free 0x55717360fc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360fc30 0.000119
+gallium_dri.so free 0x55717360fd80 void 0.000119
+gallium_dri.so free 0x55717360fc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360fdc0 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fe40 0.000119
+gallium_dri.so free 0x55717358ec00 void 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec20 0.000118
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358ec20 void 0.000152
+gallium_dri.so malloc 72 0x55717358ec70 0.000128
+gallium_dri.so free 0x55717358ed40 void 0.000116
+gallium_dri.so free 0x55717358ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed40 0.000115
+gallium_dri.so free 0x55717358ee00 void 0.000116
+gallium_dri.so free 0x55717358ed40 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed40 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ed40 void 0.000127
+gallium_dri.so malloc 72 0x55717358ee80 0.000115
+gallium_dri.so free 0x55717358ef40 void 0.000117
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee80 0.000119
+gallium_dri.so free 0x557173608e80 void 0.000117
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so malloc 72 0x557173608eb0 0.000115
+gallium_dri.so free 0x557173608f00 void 0.000115
+gallium_dri.so free 0x557173608eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173608eb0 0.000112
+gallium_dri.so free 0x557173609000 void 0.000117
+gallium_dri.so free 0x557173608eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173608fb0 0.000116
+gallium_dri.so free 0x5571736090c0 void 0.000116
+gallium_dri.so free 0x557173608fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609070 0.000115
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so free 0x557173609070 void 0.000115
+gallium_dri.so malloc 72 0x557173609160 0.000114
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so free 0x557173609160 void 0.000114
+gallium_dri.so malloc 72 0x5571736091b0 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000114
+gallium_dri.so free 0x5571736091b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8b40 0.000119
+gallium_dri.so free 0x5571735f8bc0 void 0.000116
+gallium_dri.so free 0x5571735f8b40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000182
+gallium_dri.so free 0x5571735f8d00 void 0.000322
+gallium_dri.so free 0x5571735f8bc0 void 0.000297
+gallium_dri.so malloc 72 0x5571735f8d30 0.000194
+gallium_dri.so free 0x5571735f8d80 void 0.000219
+gallium_dri.so free 0x5571735f8d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8d30 0.000112
+gallium_dri.so free 0x5571735f8e80 void 0.000113
+gallium_dri.so free 0x5571735f8d30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8ec0 0.000112
+gallium_dri.so free 0x55717346eb00 void 0.000112
+gallium_dri.so free 0x5571735f8ec0 void 0.000112
+gallium_dri.so malloc 72 0x55717346eb50 0.000119
+gallium_dri.so free 0x55717346ebc0 void 0.000117
+gallium_dri.so free 0x55717346eb50 void 0.000112
+gallium_dri.so malloc 72 0x55717346ebe0 0.000115
+gallium_dri.so free 0x55717346ec80 void 0.000113
+gallium_dri.so free 0x55717346ebe0 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec30 0.000164
+gallium_dri.so free 0x55717346ed00 void 0.000164
+gallium_dri.so free 0x55717346ec30 void 0.000164
+gallium_dri.so malloc 72 0x55717346ec30 0.000166
+gallium_dri.so free 0x55717346ed80 void 0.000164
+gallium_dri.so free 0x55717346ec30 void 0.000166
+gallium_dri.so malloc 72 0x55717346ed80 0.000168
+gallium_dri.so free 0x55717346ee40 void 0.000158
+gallium_dri.so free 0x55717346ed80 void 0.000153
+gallium_dri.so malloc 72 0x55717346ed80 0.000155
+gallium_dri.so free 0x55717346c540 void 0.000162
+gallium_dri.so free 0x55717346ed80 void 0.000168
+gallium_dri.so malloc 72 0x55717346c560 0.000165
+gallium_dri.so free 0x55717346c600 void 0.000256
+gallium_dri.so free 0x55717346c560 void 0.000272
+gallium_dri.so malloc 72 0x55717346c5b0 0.000202
+gallium_dri.so free 0x55717346c680 void 0.000170
+gallium_dri.so free 0x55717346c5b0 void 0.000132
+gallium_dri.so malloc 72 0x55717346c5b0 0.000131
+gallium_dri.so free 0x55717346c700 void 0.000125
+gallium_dri.so free 0x55717346c5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c700 0.000119
+gallium_dri.so free 0x55717346c7c0 void 0.000119
+gallium_dri.so free 0x55717346c700 void 0.000125
+gallium_dri.so malloc 72 0x55717346c700 0.000131
+gallium_dri.so free 0x55717346c880 void 0.000131
+gallium_dri.so free 0x55717346c700 void 0.000132
+gallium_dri.so malloc 72 0x55717346c700 0.000130
+gallium_dri.so free 0x557173469f80 void 0.000130
+gallium_dri.so free 0x55717346c700 void 0.000159
+gallium_dri.so malloc 72 0x557173469fd0 0.000220
+gallium_dri.so free 0x55717346a040 void 0.000224
+gallium_dri.so free 0x557173469fd0 void 0.000187
+gallium_dri.so malloc 72 0x55717346a080 0.000227
+gallium_dri.so free 0x55717346a100 void 0.000227
+gallium_dri.so free 0x55717346a080 void 0.000145
+gallium_dri.so malloc 72 0x55717346a100 0.000132
+gallium_dri.so free 0x55717346a1c0 void 0.000131
+gallium_dri.so free 0x55717346a100 void 0.000125
+gallium_dri.so malloc 72 0x55717346a100 0.000120
+gallium_dri.so free 0x55717346c940 void 0.000126
+gallium_dri.so free 0x55717346a100 void 0.000125
+gallium_dri.so malloc 72 0x55717346c8f0 0.000122
+gallium_dri.so free 0x55717346a240 void 0.000127
+gallium_dri.so free 0x55717346c8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a280 0.000130
+gallium_dri.so free 0x55717346a300 void 0.000130
+gallium_dri.so free 0x55717346a280 void 0.000126
+gallium_dri.so malloc 72 0x55717346a300 0.000120
+gallium_dri.so free 0x5571735c1e00 void 0.000127
+gallium_dri.so free 0x55717346a300 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1e40 0.000130
+gallium_dri.so free 0x5571735c1ec0 void 0.000130
+gallium_dri.so free 0x5571735c1e40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e40 0.000125
+gallium_dri.so free 0x5571735c1f40 void 0.000128
+gallium_dri.so free 0x5571735c1e40 void 0.000185
+gallium_dri.so malloc 72 0x5571735c1f70 0.000272
+gallium_dri.so free 0x5571735c1fc0 void 0.000268
+gallium_dri.so free 0x5571735c1f70 void 0.000270
+gallium_dri.so malloc 72 0x5571735c1f70 0.000278
+gallium_dri.so free 0x5571735c20c0 void 0.000166
+gallium_dri.so free 0x5571735c1f70 void 0.000167
+gallium_dri.so malloc 72 0x5571735c2070 0.000162
+gallium_dri.so free 0x5571735c2180 void 0.000129
+gallium_dri.so free 0x5571735c2070 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2130 0.000130
+gallium_dri.so free 0x557173600140 void 0.000126
+gallium_dri.so free 0x5571735c2130 void 0.000120
+gallium_dri.so malloc 72 0x557173600170 0.000125
+gallium_dri.so free 0x5571736001c0 void 0.000126
+gallium_dri.so free 0x557173600170 void 0.000124
+gallium_dri.so malloc 72 0x557173600170 0.000130
+gallium_dri.so free 0x5571736002c0 void 0.000130
+gallium_dri.so free 0x557173600170 void 0.000143
+gallium_dri.so malloc 72 0x557173600300 0.000127
+gallium_dri.so free 0x557173600380 void 0.000129
+gallium_dri.so free 0x557173600300 void 0.000131
+gallium_dri.so malloc 72 0x557173600380 0.000126
+gallium_dri.so free 0x5571735c21c0 void 0.000129
+gallium_dri.so free 0x557173600380 void 0.000130
+gallium_dri.so malloc 72 0x557173600380 0.000130
+gallium_dri.so free 0x557173600440 void 0.000125
+gallium_dri.so free 0x557173600380 void 0.000123
+gallium_dri.so malloc 72 0x557173600380 0.000156
+gallium_dri.so free 0x557173600500 void 0.000132
+gallium_dri.so free 0x557173600380 void 0.000132
+gallium_dri.so malloc 72 0x5571736004b0 0.000130
+gallium_dri.so free 0x5571735fdb80 void 0.000126
+gallium_dri.so free 0x5571736004b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000126
+gallium_dri.so free 0x5571735fdbd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdca0 0.000122
+gallium_dri.so free 0x5571735fdd40 void 0.000127
+gallium_dri.so free 0x5571735fdca0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000129
+gallium_dri.so free 0x5571735fdcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000120
+gallium_dri.so free 0x5571735fde40 void 0.000119
+gallium_dri.so free 0x5571735fdcf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fde80 0.000130
+gallium_dri.so free 0x5571735fdf00 void 0.000130
+gallium_dri.so free 0x5571735fde80 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdf00 0.000129
+gallium_dri.so free 0x5571735def40 void 0.000196
+gallium_dri.so free 0x5571735fdf00 void 0.000215
+gallium_dri.so malloc 72 0x5571735def60 0.000217
+gallium_dri.so free 0x5571735df000 void 0.000164
+gallium_dri.so free 0x5571735def60 void 0.000131
+gallium_dri.so malloc 72 0x5571735defb0 0.000125
+gallium_dri.so free 0x5571735df080 void 0.000121
+gallium_dri.so free 0x5571735defb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df080 0.000126
+gallium_dri.so free 0x5571735df140 void 0.000172
+gallium_dri.so free 0x5571735df080 void 0.000121
+gallium_dri.so malloc 72 0x5571735df080 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000117
+gallium_dri.so free 0x5571735df080 void 0.000118
+gallium_dri.so malloc 72 0x5571735df1c0 0.000117
+gallium_dri.so free 0x5571735df280 void 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735df1c0 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3330 0.000123
+gallium_dri.so free 0x5571735e3380 void 0.000130
+gallium_dri.so free 0x5571735e3330 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3330 0.000120
+gallium_dri.so free 0x5571735e3480 void 0.000121
+gallium_dri.so free 0x5571735e3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000126
+gallium_dri.so free 0x5571735e3430 void 0.000122
+gallium_dri.so malloc 72 0x5571735e34f0 0.000122
+gallium_dri.so free 0x5571735e35c0 void 0.000123
+gallium_dri.so free 0x5571735e34f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e35e0 0.000120
+gallium_dri.so free 0x5571735e3680 void 0.000122
+gallium_dri.so free 0x5571735e35e0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e3630 0.000120
+gallium_dri.so free 0x557173461080 void 0.000122
+gallium_dri.so free 0x5571735e3630 void 0.000118
+gallium_dri.so malloc 72 0x5571734610c0 0.000119
+gallium_dri.so free 0x557173461140 void 0.000119
+gallium_dri.so free 0x5571734610c0 void 0.000117
+gallium_dri.so malloc 72 0x557173461140 0.000117
+gallium_dri.so free 0x557173461200 void 0.000119
+gallium_dri.so free 0x557173461140 void 0.000119
+gallium_dri.so malloc 72 0x557173461140 0.000119
+gallium_dri.so free 0x557173461280 void 0.000120
+gallium_dri.so free 0x557173461140 void 0.000119
+gallium_dri.so malloc 72 0x5571734612b0 0.000120
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so free 0x5571734612b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734612b0 0.000120
+gallium_dri.so free 0x557173461400 void 0.000120
+gallium_dri.so free 0x5571734612b0 void 0.000119
+gallium_dri.so malloc 72 0x557173461440 0.000118
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x557173461440 void 0.000118
+gallium_dri.so malloc 72 0x557173463290 0.000118
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463290 void 0.000119
+gallium_dri.so malloc 72 0x557173463320 0.000118
+gallium_dri.so free 0x5571734633c0 void 0.000119
+gallium_dri.so free 0x557173463320 void 0.000122
+gallium_dri.so malloc 72 0x557173463370 0.000119
+gallium_dri.so free 0x557173463440 void 0.000120
+gallium_dri.so free 0x557173463370 void 0.000120
+gallium_dri.so malloc 72 0x557173463370 0.000121
+gallium_dri.so free 0x5571734634c0 void 0.000120
+gallium_dri.so free 0x557173463370 void 0.000120
+gallium_dri.so malloc 72 0x5571734634c0 0.000120
+gallium_dri.so free 0x557173463580 void 0.000122
+gallium_dri.so free 0x5571734634c0 void 0.000121
+gallium_dri.so malloc 72 0x5571734634c0 0.000122
+gallium_dri.so free 0x557173467dc0 void 0.000122
+gallium_dri.so free 0x5571734634c0 void 0.000119
+gallium_dri.so malloc 72 0x557173467de0 0.000120
+gallium_dri.so free 0x557173467e80 void 0.000122
+gallium_dri.so free 0x557173467de0 void 0.000120
+gallium_dri.so malloc 72 0x557173467e30 0.000126
+gallium_dri.so free 0x557173467f00 void 0.000116
+gallium_dri.so free 0x557173467e30 void 0.000115
+gallium_dri.so malloc 72 0x557173467e30 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000115
+gallium_dri.so free 0x557173467e30 void 0.000114
+gallium_dri.so malloc 72 0x557173467f80 0.000114
+gallium_dri.so free 0x557173468040 void 0.000115
+gallium_dri.so free 0x557173467f80 void 0.000115
+gallium_dri.so malloc 72 0x557173467f80 0.000114
+gallium_dri.so free 0x557173468100 void 0.000174
+gallium_dri.so free 0x557173467f80 void 0.000114
+gallium_dri.so malloc 72 0x557173467f80 0.000112
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x557173467f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3010 0.000116
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d3010 void 0.000114
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000121
+gallium_dri.so free 0x5571735d30c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3140 0.000125
+gallium_dri.so free 0x5571735d3200 void 0.000142
+gallium_dri.so free 0x5571735d3140 void 0.000128
+gallium_dri.so malloc 72 0x5571735d3140 0.000120
+gallium_dri.so free 0x5571734681c0 void 0.000116
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so malloc 72 0x557173468170 0.000115
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x557173468170 void 0.000115
+gallium_dri.so malloc 72 0x5571735d32c0 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000116
+gallium_dri.so free 0x5571735d32c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3340 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000114
+gallium_dri.so free 0x5571735d0b40 void 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b70 0.000112
+gallium_dri.so free 0x5571735d0bc0 void 0.000116
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000113
+gallium_dri.so free 0x5571735d0cc0 void 0.000113
+gallium_dri.so free 0x5571735d0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c70 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x557173601d40 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000114
+gallium_dri.so free 0x557173601dc0 void 0.000115
+gallium_dri.so free 0x557173601d70 void 0.000112
+gallium_dri.so malloc 72 0x557173601d70 0.000113
+gallium_dri.so free 0x557173601ec0 void 0.000113
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000112
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000121
+gallium_dri.so malloc 72 0x557173601f80 0.000112
+gallium_dri.so free 0x5571735d0dc0 void 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000111
+gallium_dri.so free 0x557173602040 void 0.000111
+gallium_dri.so free 0x557173601f80 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000111
+gallium_dri.so free 0x557173602100 void 0.000117
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x5571736020b0 0.000112
+gallium_dri.so free 0x557173609e80 void 0.000112
+gallium_dri.so free 0x5571736020b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ed0 0.000111
+gallium_dri.so free 0x557173609f40 void 0.000111
+gallium_dri.so free 0x557173609ed0 void 0.000114
+gallium_dri.so malloc 72 0x557173609fa0 0.000112
+gallium_dri.so free 0x55717360a040 void 0.000118
+gallium_dri.so free 0x557173609fa0 void 0.000120
+gallium_dri.so malloc 72 0x557173609ff0 0.000112
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ff0 0.000114
+gallium_dri.so free 0x55717360a140 void 0.000120
+gallium_dri.so free 0x557173609ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a180 0.000124
+gallium_dri.so free 0x55717360a200 void 0.000120
+gallium_dri.so free 0x55717360a180 void 0.000198
+gallium_dri.so malloc 72 0x55717360a200 0.000117
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000117
+gallium_dri.so malloc 72 0x55717358c660 0.000122
+gallium_dri.so free 0x55717358c700 void 0.000118
+gallium_dri.so free 0x55717358c660 void 0.000118
+gallium_dri.so malloc 72 0x55717358c6b0 0.000117
+gallium_dri.so free 0x55717358c780 void 0.000119
+gallium_dri.so free 0x55717358c6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358c780 0.000117
+gallium_dri.so free 0x55717358c840 void 0.000118
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so malloc 72 0x55717358c780 0.000117
+gallium_dri.so free 0x55717358c8c0 void 0.000118
+gallium_dri.so free 0x55717358c780 void 0.000118
+gallium_dri.so malloc 72 0x55717358c8c0 0.000119
+gallium_dri.so free 0x55717358c980 void 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8c0 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735911f0 0.000119
+gallium_dri.so free 0x557173591240 void 0.000117
+gallium_dri.so free 0x5571735911f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735911f0 0.000117
+gallium_dri.so free 0x557173591340 void 0.000123
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735912f0 0.000111
+gallium_dri.so free 0x557173591400 void 0.000111
+gallium_dri.so free 0x5571735912f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735913b0 0.000111
+gallium_dri.so free 0x557173591480 void 0.000111
+gallium_dri.so free 0x5571735913b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735914a0 0.000110
+gallium_dri.so free 0x557173591540 void 0.000112
+gallium_dri.so free 0x5571735914a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735914f0 0.000110
+gallium_dri.so free 0x557173465800 void 0.000110
+gallium_dri.so free 0x5571735914f0 void 0.000111
+gallium_dri.so malloc 72 0x557173465840 0.000110
+gallium_dri.so free 0x5571734658c0 void 0.000111
+gallium_dri.so free 0x557173465840 void 0.000112
+gallium_dri.so malloc 72 0x5571734658c0 0.000113
+gallium_dri.so free 0x557173465980 void 0.000110
+gallium_dri.so free 0x5571734658c0 void 0.000109
+gallium_dri.so malloc 72 0x5571734658c0 0.000110
+gallium_dri.so free 0x557173465a00 void 0.000110
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so malloc 72 0x557173465a30 0.000116
+gallium_dri.so free 0x557173465a80 void 0.000111
+gallium_dri.so free 0x557173465a30 void 0.000115
+gallium_dri.so malloc 72 0x557173465a30 0.000111
+gallium_dri.so free 0x557173465b80 void 0.000110
+gallium_dri.so free 0x557173465a30 void 0.000171
+gallium_dri.so malloc 72 0x557173465bc0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000114
+gallium_dri.so free 0x557173465bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6590 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000112
+gallium_dri.so free 0x5571735f6590 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6620 0.000125
+gallium_dri.so free 0x5571735f66c0 void 0.000123
+gallium_dri.so free 0x5571735f6620 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6670 0.000114
+gallium_dri.so free 0x5571735f6740 void 0.000115
+gallium_dri.so free 0x5571735f6670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6670 0.000144
+gallium_dri.so free 0x5571735f67c0 void 0.000116
+gallium_dri.so free 0x5571735f6670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f67c0 0.000113
+gallium_dri.so free 0x5571735f6880 void 0.000114
+gallium_dri.so free 0x5571735f67c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f67c0 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735f67c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1e0 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000114
+gallium_dri.so free 0x5571735dc1e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc230 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc230 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc230 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so free 0x5571735dc230 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc380 0.000115
+gallium_dri.so free 0x5571735dc440 void 0.000116
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc380 0.000114
+gallium_dri.so free 0x5571735dc500 void 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc380 0.000112
+gallium_dri.so free 0x55717360d500 void 0.000115
+gallium_dri.so free 0x5571735dc380 void 0.000115
+gallium_dri.so malloc 72 0x55717360d550 0.000114
+gallium_dri.so free 0x55717360d5c0 void 0.000115
+gallium_dri.so free 0x55717360d550 void 0.000113
+gallium_dri.so malloc 72 0x55717360d600 0.000114
+gallium_dri.so free 0x55717360d680 void 0.000114
+gallium_dri.so free 0x55717360d600 void 0.000113
+gallium_dri.so malloc 72 0x55717360d680 0.000113
+gallium_dri.so free 0x55717360d740 void 0.000114
+gallium_dri.so free 0x55717360d680 void 0.000113
+gallium_dri.so malloc 72 0x55717360d680 0.000113
+gallium_dri.so free 0x5571735dc5c0 void 0.000114
+gallium_dri.so free 0x55717360d680 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc570 0.000113
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x5571735dc570 void 0.000120
+gallium_dri.so malloc 72 0x55717360d800 0.000110
+gallium_dri.so free 0x55717360d880 void 0.000111
+gallium_dri.so free 0x55717360d800 void 0.000110
+gallium_dri.so malloc 72 0x55717360d880 0.000110
+gallium_dri.so free 0x557173604300 void 0.000110
+gallium_dri.so free 0x55717360d880 void 0.000109
+gallium_dri.so malloc 72 0x557173604340 0.000111
+gallium_dri.so free 0x5571736043c0 void 0.000111
+gallium_dri.so free 0x557173604340 void 0.000111
+gallium_dri.so malloc 72 0x557173604340 0.000110
+gallium_dri.so free 0x557173604440 void 0.000110
+gallium_dri.so free 0x557173604340 void 0.000110
+gallium_dri.so malloc 72 0x557173604470 0.000110
+gallium_dri.so free 0x5571736044c0 void 0.000120
+gallium_dri.so free 0x557173604470 void 0.000118
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736045c0 void 0.000111
+gallium_dri.so free 0x557173604470 void 0.000111
+gallium_dri.so malloc 72 0x557173604570 0.000111
+gallium_dri.so free 0x557173604680 void 0.000111
+gallium_dri.so free 0x557173604570 void 0.000117
+gallium_dri.so malloc 72 0x557173604630 0.000122
+gallium_dri.so free 0x55717346db00 void 0.000117
+gallium_dri.so free 0x557173604630 void 0.000111
+gallium_dri.so malloc 72 0x557173604630 0.000113
+gallium_dri.so free 0x55717346dbc0 void 0.000113
+gallium_dri.so free 0x557173604630 void 0.000110
+gallium_dri.so malloc 72 0x55717346db70 0.000136
+gallium_dri.so free 0x55717346dbc0 void 0.000123
+gallium_dri.so free 0x55717346db70 void 0.000120
+gallium_dri.so malloc 72 0x55717346db70 0.000119
+gallium_dri.so free 0x55717346dcc0 void 0.000128
+gallium_dri.so free 0x55717346db70 void 0.000119
+gallium_dri.so malloc 72 0x55717346dc70 0.000117
+gallium_dri.so free 0x5571736046c0 void 0.000120
+gallium_dri.so free 0x55717346dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc70 0.000119
+gallium_dri.so free 0x55717346dd80 void 0.000117
+gallium_dri.so free 0x55717346dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717346dd30 0.000117
+gallium_dri.so free 0x55717346de00 void 0.000117
+gallium_dri.so free 0x55717346dd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346dd30 0.000119
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so free 0x55717346dd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346de80 0.000117
+gallium_dri.so free 0x55717346b540 void 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so malloc 72 0x55717346de80 0.000119
+gallium_dri.so free 0x55717346df40 void 0.000119
+gallium_dri.so free 0x55717346de80 void 0.000119
+gallium_dri.so malloc 72 0x55717346de80 0.000118
+gallium_dri.so free 0x55717346b600 void 0.000117
+gallium_dri.so free 0x55717346de80 void 0.000115
+gallium_dri.so malloc 72 0x55717346b630 0.000112
+gallium_dri.so free 0x55717346b680 void 0.000111
+gallium_dri.so free 0x55717346b630 void 0.000110
+gallium_dri.so malloc 72 0x55717346b630 0.000110
+gallium_dri.so free 0x55717346b780 void 0.000112
+gallium_dri.so free 0x55717346b630 void 0.000110
+gallium_dri.so malloc 72 0x55717346b730 0.000110
+gallium_dri.so free 0x55717346b840 void 0.000110
+gallium_dri.so free 0x55717346b730 void 0.000111
+gallium_dri.so malloc 72 0x55717346b7f0 0.000110
+gallium_dri.so free 0x55717346b880 void 0.000110
+gallium_dri.so free 0x55717346b7f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346b7f0 0.000111
+gallium_dri.so free 0x55717346b940 void 0.000112
+gallium_dri.so free 0x55717346b7f0 void 0.000111
+gallium_dri.so malloc 72 0x55717346b990 0.000113
+gallium_dri.so free 0x55717360eac0 void 0.000111
+gallium_dri.so free 0x55717346b990 void 0.000111
+gallium_dri.so malloc 72 0x55717346b990 0.000110
+gallium_dri.so free 0x55717360eb40 void 0.000110
+gallium_dri.so free 0x55717346b990 void 0.000117
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000111
+gallium_dri.so malloc 72 0x55717360eb40 0.000112
+gallium_dri.so free 0x55717360ecc0 void 0.000114
+gallium_dri.so free 0x55717360eb40 void 0.000127
+gallium_dri.so malloc 72 0x55717360eb40 0.000124
+gallium_dri.so free 0x55717360ed80 void 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000116
+gallium_dri.so malloc 72 0x55717360ed30 0.000115
+gallium_dri.so free 0x55717360ee00 void 0.000115
+gallium_dri.so free 0x55717360ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee50 0.000116
+gallium_dri.so free 0x55717360eec0 void 0.000118
+gallium_dri.so free 0x55717360ee50 void 0.000112
+gallium_dri.so malloc 72 0x55717360ef00 0.000127
+gallium_dri.so free 0x5571735ff140 void 0.000123
+gallium_dri.so free 0x55717360ef00 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef00 0.000151
+gallium_dri.so free 0x5571735ff1c0 void 0.000117
+gallium_dri.so free 0x55717360ef00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000115
+gallium_dri.so free 0x5571735ff240 void 0.000115
+gallium_dri.so free 0x5571735ff1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000115
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x5571735ff1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000114
+gallium_dri.so free 0x5571735ff400 void 0.000116
+gallium_dri.so free 0x5571735ff2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000112
+gallium_dri.so free 0x5571735ff440 void 0.000160
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000115
+gallium_dri.so free 0x5571735ff500 void 0.000115
+gallium_dri.so free 0x5571735ff3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff570 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735ff570 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff570 0.000113
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so free 0x5571735ff570 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcc00 0.000113
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc00 0.000113
+gallium_dri.so free 0x5571735fcd80 void 0.000115
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcc00 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000115
+gallium_dri.so free 0x5571735fcc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000112
+gallium_dri.so free 0x5571735fcec0 void 0.000114
+gallium_dri.so free 0x5571735fcdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcf10 0.000114
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fcf10 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000114
+gallium_dri.so free 0x557173620140 void 0.000124
+gallium_dri.so free 0x5571735fcfe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000110
+gallium_dri.so free 0x5571736201c0 void 0.000109
+gallium_dri.so free 0x5571735fcfe0 void 0.000109
+gallium_dri.so malloc 72 0x5571736201f0 0.000110
+gallium_dri.so free 0x557173620240 void 0.000110
+gallium_dri.so free 0x5571736201f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736201f0 0.000110
+gallium_dri.so free 0x557173620340 void 0.000110
+gallium_dri.so free 0x5571736201f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736202f0 0.000110
+gallium_dri.so free 0x557173620400 void 0.000110
+gallium_dri.so free 0x5571736202f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736203b0 0.000113
+gallium_dri.so free 0x557173620440 void 0.000115
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736203b0 0.000116
+gallium_dri.so free 0x557173620500 void 0.000114
+gallium_dri.so free 0x5571736203b0 void 0.000112
+gallium_dri.so malloc 72 0x557173620550 0.000110
+gallium_dri.so free 0x5571735f7b00 void 0.000186
+gallium_dri.so free 0x557173620550 void 0.000160
+gallium_dri.so malloc 72 0x557173620550 0.000156
+gallium_dri.so free 0x5571735f7b80 void 0.000116
+gallium_dri.so free 0x557173620550 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7b80 0.000143
+gallium_dri.so free 0x5571735f7c40 void 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b80 0.000119
+gallium_dri.so free 0x5571735f7d00 void 0.000123
+gallium_dri.so free 0x5571735f7b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b80 0.000153
+gallium_dri.so free 0x5571735f7dc0 void 0.000115
+gallium_dri.so free 0x5571735f7b80 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7d70 0.000109
+gallium_dri.so free 0x5571735f7e40 void 0.000114
+gallium_dri.so free 0x5571735f7d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7e90 0.000110
+gallium_dri.so free 0x5571735f7f00 void 0.000111
+gallium_dri.so free 0x5571735f7e90 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7f40 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so free 0x5571735f7f40 void 0.000188
+gallium_dri.so malloc 72 0x5571735f7f40 0.000232
+gallium_dri.so free 0x5571735c3440 void 0.000232
+gallium_dri.so free 0x5571735f7f40 void 0.000199
+gallium_dri.so malloc 72 0x5571735c3470 0.000197
+gallium_dri.so free 0x5571735c34c0 void 0.000187
+gallium_dri.so free 0x5571735c3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3470 0.000116
+gallium_dri.so free 0x5571735c35c0 void 0.000112
+gallium_dri.so free 0x5571735c3470 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3570 0.000109
+gallium_dri.so free 0x5571735c3680 void 0.000110
+gallium_dri.so free 0x5571735c3570 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3630 0.000110
+gallium_dri.so free 0x5571735c36c0 void 0.000110
+gallium_dri.so free 0x5571735c3630 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3630 0.000110
+gallium_dri.so free 0x5571735c3780 void 0.000109
+gallium_dri.so free 0x5571735c3630 void 0.000110
+gallium_dri.so malloc 72 0x5571735c37f0 0.000111
+gallium_dri.so free 0x5571735dd780 void 0.000110
+gallium_dri.so free 0x5571735c37f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c37f0 0.000110
+gallium_dri.so free 0x5571735dd800 void 0.000110
+gallium_dri.so free 0x5571735c37f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd800 0.000110
+gallium_dri.so free 0x5571735dd8c0 void 0.000110
+gallium_dri.so free 0x5571735dd800 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd800 0.000111
+gallium_dri.so free 0x5571735dd980 void 0.000111
+gallium_dri.so free 0x5571735dd800 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd800 0.000110
+gallium_dri.so free 0x5571735dda40 void 0.000111
+gallium_dri.so free 0x5571735dd800 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000114
+gallium_dri.so free 0x5571735dd9f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddb10 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000111
+gallium_dri.so free 0x5571735ddb10 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddbe0 0.000109
+gallium_dri.so free 0x5571735e0500 void 0.000111
+gallium_dri.so free 0x5571735ddbe0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddbe0 0.000117
+gallium_dri.so free 0x5571735e0580 void 0.000117
+gallium_dri.so free 0x5571735ddbe0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e05b0 0.000122
+gallium_dri.so free 0x5571735e0600 void 0.000126
+gallium_dri.so free 0x5571735e05b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05b0 0.000116
+gallium_dri.so free 0x5571735e0700 void 0.000116
+gallium_dri.so free 0x5571735e05b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e06b0 0.000116
+gallium_dri.so free 0x5571735e07c0 void 0.000116
+gallium_dri.so free 0x5571735e06b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0770 0.000115
+gallium_dri.so free 0x5571735e0800 void 0.000115
+gallium_dri.so free 0x5571735e0770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0770 0.000116
+gallium_dri.so free 0x5571735e08c0 void 0.000118
+gallium_dri.so free 0x5571735e0770 void 0.000136
+gallium_dri.so malloc 72 0x5571735e0910 0.000126
+gallium_dri.so free 0x5571735ddd80 void 0.000124
+gallium_dri.so free 0x5571735e0910 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0910 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000126
+gallium_dri.so free 0x5571735e0910 void 0.000123
+gallium_dri.so malloc 72 0x5571735dde00 0.000123
+gallium_dri.so free 0x5571735ddec0 void 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dde00 0.000123
+gallium_dri.so free 0x5571735ddf80 void 0.000125
+gallium_dri.so free 0x5571735dde00 void 0.000123
+gallium_dri.so malloc 72 0x5571735dde00 0.000123
+gallium_dri.so free 0x5571735de040 void 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddff0 0.000124
+gallium_dri.so free 0x5571735de0c0 void 0.000132
+gallium_dri.so free 0x5571735ddff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735de110 0.000123
+gallium_dri.so free 0x5571735de180 void 0.000123
+gallium_dri.so free 0x5571735de110 void 0.000122
+gallium_dri.so malloc 72 0x5571735de1c0 0.000123
+gallium_dri.so free 0x55717361f540 void 0.000124
+gallium_dri.so free 0x5571735de1c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de1c0 0.000131
+gallium_dri.so free 0x55717361f5c0 void 0.000116
+gallium_dri.so free 0x5571735de1c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f5f0 0.000115
+gallium_dri.so free 0x55717361f640 void 0.000116
+gallium_dri.so free 0x55717361f5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f5f0 0.000116
+gallium_dri.so free 0x55717361f740 void 0.000115
+gallium_dri.so free 0x55717361f5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f6f0 0.000115
+gallium_dri.so free 0x55717361f800 void 0.000115
+gallium_dri.so free 0x55717361f6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f7b0 0.000117
+gallium_dri.so free 0x55717361f840 void 0.000115
+gallium_dri.so free 0x55717361f7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f7b0 0.000116
+gallium_dri.so free 0x55717361f900 void 0.000115
+gallium_dri.so free 0x55717361f7b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f970 0.000117
+gallium_dri.so free 0x55717361f9c0 void 0.000116
+gallium_dri.so free 0x55717361f970 void 0.000125
+gallium_dri.so malloc 72 0x55717361f970 0.000165
+gallium_dri.so free 0x55717361fac0 void 0.000120
+gallium_dri.so free 0x55717361f970 void 0.000117
+gallium_dri.so malloc 72 0x55717361fa70 0.000117
+gallium_dri.so free 0x55717361fb80 void 0.000117
+gallium_dri.so free 0x55717361fa70 void 0.000181
+gallium_dri.so malloc 72 0x55717361fb30 0.000129
+gallium_dri.so free 0x55717361fbc0 void 0.000124
+gallium_dri.so free 0x55717361fb30 void 0.000123
+gallium_dri.so malloc 72 0x55717361fb30 0.000119
+gallium_dri.so free 0x55717361fc80 void 0.000115
+gallium_dri.so free 0x55717361fb30 void 0.000120
+gallium_dri.so malloc 72 0x55717361fcc0 0.000124
+gallium_dri.so free 0x55717361fd40 void 0.000119
+gallium_dri.so free 0x55717361fcc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd40 0.000118
+gallium_dri.so free 0x557173474580 void 0.000115
+gallium_dri.so free 0x55717361fd40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fd40 0.000115
+gallium_dri.so free 0x557173474680 void 0.000115
+gallium_dri.so free 0x55717361fd40 void 0.000114
+gallium_dri.so malloc 72 0x55717361fd40 0.000113
+gallium_dri.so free 0x557173474700 void 0.000115
+gallium_dri.so free 0x55717361fd40 void 0.000114
+gallium_dri.so malloc 72 0x557173474730 0.000112
+gallium_dri.so free 0x55717361fe00 void 0.000115
+gallium_dri.so free 0x557173474730 void 0.000113
+gallium_dri.so malloc 72 0x557173474730 0.000113
+gallium_dri.so free 0x557173474780 void 0.000115
+gallium_dri.so free 0x557173474730 void 0.000115
+gallium_dri.so malloc 72 0x557173474780 0.000187
+gallium_dri.so free 0x557173474840 void 0.000117
+gallium_dri.so free 0x557173474780 void 0.000114
+gallium_dri.so malloc 72 0x557173474780 0.000112
+gallium_dri.so free 0x557173474900 void 0.000114
+gallium_dri.so free 0x557173474780 void 0.000112
+gallium_dri.so malloc 72 0x557173474780 0.000117
+gallium_dri.so free 0x5571734749c0 void 0.000115
+gallium_dri.so free 0x557173474780 void 0.000114
+gallium_dri.so malloc 72 0x557173474970 0.000113
+gallium_dri.so free 0x557173474a80 void 0.000114
+gallium_dri.so free 0x557173474970 void 0.000114
+gallium_dri.so malloc 72 0x557173474a30 0.000116
+gallium_dri.so free 0x557173474b00 void 0.000113
+gallium_dri.so free 0x557173474a30 void 0.000113
+gallium_dri.so malloc 72 0x557173474b50 0.000114
+gallium_dri.so free 0x557173474bc0 void 0.000114
+gallium_dri.so free 0x557173474b50 void 0.000112
+gallium_dri.so malloc 72 0x557173474be0 0.000114
+gallium_dri.so free 0x557173474c80 void 0.000114
+gallium_dri.so free 0x557173474be0 void 0.000113
+gallium_dri.so malloc 72 0x557173474c30 0.000112
+gallium_dri.so free 0x557173474d00 void 0.000113
+gallium_dri.so free 0x557173474c30 void 0.000113
+gallium_dri.so malloc 72 0x557173474c30 0.000114
+gallium_dri.so free 0x557173474d80 void 0.000114
+gallium_dri.so free 0x557173474c30 void 0.000112
+gallium_dri.so malloc 72 0x557173474d80 0.000118
+gallium_dri.so free 0x557173474e40 void 0.000111
+gallium_dri.so free 0x557173474d80 void 0.000109
+gallium_dri.so malloc 72 0x557173474d80 0.000113
+gallium_dri.so free 0x557173474f40 void 0.000110
+gallium_dri.so free 0x557173474d80 void 0.000110
+gallium_dri.so malloc 72 0x557173474ef0 0.000112
+gallium_dri.so free 0x557173474f80 void 0.000109
+gallium_dri.so free 0x557173474ef0 void 0.000109
+gallium_dri.so malloc 72 0x557173474ef0 0.000117
+gallium_dri.so free 0x557173475040 void 0.000115
+gallium_dri.so free 0x557173474ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173475080 0.000111
+gallium_dri.so free 0x557173475100 void 0.000116
+gallium_dri.so free 0x557173475080 void 0.000123
+gallium_dri.so malloc 72 0x557173475100 0.000124
+gallium_dri.so free 0x5571734751c0 void 0.000114
+gallium_dri.so free 0x557173475100 void 0.000116
+gallium_dri.so malloc 72 0x557173475100 0.000110
+gallium_dri.so free 0x557173475240 void 0.000111
+gallium_dri.so free 0x557173475100 void 0.000146
+gallium_dri.so malloc 72 0x557173475270 0.000137
+gallium_dri.so free 0x5571734752c0 void 0.000136
+gallium_dri.so free 0x557173475270 void 0.000143
+gallium_dri.so malloc 72 0x557173475270 0.000137
+gallium_dri.so free 0x5571734753c0 void 0.000135
+gallium_dri.so free 0x557173475270 void 0.000148
+gallium_dri.so malloc 72 0x557173475400 0.000138
+gallium_dri.so free 0x557173475480 void 0.000138
+gallium_dri.so free 0x557173475400 void 0.000135
+gallium_dri.so malloc 72 0x557173475480 0.000130
+gallium_dri.so free 0x557173475540 void 0.000135
+gallium_dri.so free 0x557173475480 void 0.000149
+gallium_dri.so malloc 72 0x557173475480 0.000170
+gallium_dri.so free 0x5571734755c0 void 0.000266
+gallium_dri.so free 0x557173475480 void 0.000293
+gallium_dri.so malloc 72 0x5571734755f0 0.000274
+gallium_dri.so free 0x557173475640 void 0.000284
+gallium_dri.so free 0x5571734755f0 void 0.000280
+gallium_dri.so malloc 72 0x5571734755f0 0.000277
+gallium_dri.so free 0x557173475740 void 0.000162
+gallium_dri.so free 0x5571734755f0 void 0.000161
+gallium_dri.so malloc 72 0x5571734756f0 0.000125
+gallium_dri.so free 0x557173475800 void 0.000128
+gallium_dri.so free 0x5571734756f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734757b0 0.000121
+gallium_dri.so free 0x557173475880 void 0.000127
+gallium_dri.so free 0x5571734757b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734757b0 0.000117
+gallium_dri.so free 0x557173475940 void 0.000118
+gallium_dri.so free 0x5571734757b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734757b0 0.000125
+gallium_dri.so free 0x557173475a00 void 0.000124
+gallium_dri.so free 0x5571734757b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734759b0 0.000117
+gallium_dri.so free 0x557173475a80 void 0.000124
+gallium_dri.so free 0x5571734759b0 void 0.000125
+gallium_dri.so malloc 72 0x557173475ad0 0.000125
+gallium_dri.so free 0x557173475b40 void 0.000120
+gallium_dri.so free 0x557173475ad0 void 0.000119
+gallium_dri.so malloc 72 0x557173475b60 0.000117
+gallium_dri.so free 0x557173475c00 void 0.000117
+gallium_dri.so free 0x557173475b60 void 0.000121
+gallium_dri.so malloc 72 0x557173475bb0 0.000125
+gallium_dri.so free 0x557173475c80 void 0.000125
+gallium_dri.so free 0x557173475bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173475c80 0.000147
+gallium_dri.so free 0x557173475d40 void 0.000181
+gallium_dri.so free 0x557173475c80 void 0.000218
+gallium_dri.so malloc 72 0x557173475c80 0.000125
+gallium_dri.so free 0x557173475dc0 void 0.000129
+gallium_dri.so free 0x557173475c80 void 0.000125
+gallium_dri.so malloc 72 0x557173475dc0 0.000129
+gallium_dri.so free 0x557173475e80 void 0.000133
+gallium_dri.so free 0x557173475dc0 void 0.000129
+gallium_dri.so malloc 72 0x557173475dc0 0.000126
+gallium_dri.so free 0x557173475f40 void 0.000126
+gallium_dri.so free 0x557173475dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173475dc0 0.000124
+gallium_dri.so free 0x557173476000 void 0.000125
+gallium_dri.so free 0x557173475dc0 void 0.000128
+gallium_dri.so malloc 72 0x557173475fb0 0.000130
+gallium_dri.so free 0x557173476080 void 0.000130
+gallium_dri.so free 0x557173475fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571734760d0 0.000124
+gallium_dri.so free 0x557173476140 void 0.000123
+gallium_dri.so free 0x5571734760d0 void 0.000129
+gallium_dri.so malloc 72 0x557173476180 0.000166
+gallium_dri.so free 0x557173476200 void 0.000167
+gallium_dri.so free 0x557173476180 void 0.000163
+gallium_dri.so malloc 72 0x557173476180 0.000169
+gallium_dri.so free 0x557173476280 void 0.000130
+gallium_dri.so free 0x557173476180 void 0.000132
+gallium_dri.so malloc 72 0x5571734762b0 0.000133
+gallium_dri.so free 0x557173476300 void 0.000125
+gallium_dri.so free 0x5571734762b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734762b0 0.000124
+gallium_dri.so free 0x557173476400 void 0.000128
+gallium_dri.so free 0x5571734762b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734763b0 0.000126
+gallium_dri.so free 0x5571734764c0 void 0.000123
+gallium_dri.so free 0x5571734763b0 void 0.000127
+gallium_dri.so malloc 72 0x557173476470 0.000129
+gallium_dri.so free 0x557173476500 void 0.000149
+gallium_dri.so free 0x557173476470 void 0.000134
+gallium_dri.so malloc 72 0x557173476470 0.000130
+gallium_dri.so free 0x5571734765c0 void 0.000131
+gallium_dri.so free 0x557173476470 void 0.000132
+gallium_dri.so malloc 72 0x557173476630 0.000134
+gallium_dri.so free 0x557173476680 void 0.000134
+gallium_dri.so free 0x557173476630 void 0.000132
+gallium_dri.so malloc 72 0x557173476630 0.000132
+gallium_dri.so free 0x557173476780 void 0.000133
+gallium_dri.so free 0x557173476630 void 0.000131
+gallium_dri.so malloc 72 0x557173476730 0.000125
+gallium_dri.so free 0x557173476840 void 0.000130
+gallium_dri.so free 0x557173476730 void 0.000131
+gallium_dri.so malloc 72 0x5571734767f0 0.000133
+gallium_dri.so free 0x557173476880 void 0.000139
+gallium_dri.so free 0x5571734767f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734767f0 0.000133
+gallium_dri.so free 0x557173476940 void 0.000132
+gallium_dri.so free 0x5571734767f0 void 0.000131
+gallium_dri.so malloc 72 0x557173476980 0.000130
+gallium_dri.so free 0x557173476a00 void 0.000131
+gallium_dri.so free 0x557173476980 void 0.000134
+gallium_dri.so malloc 72 0x557173476a00 0.000131
+gallium_dri.so free 0x557173476ac0 void 0.000139
+gallium_dri.so free 0x557173476a00 void 0.000132
+gallium_dri.so malloc 72 0x557173476a00 0.000131
+gallium_dri.so free 0x557173476b80 void 0.000133
+gallium_dri.so free 0x557173476a00 void 0.000131
+gallium_dri.so malloc 72 0x557173476ba0 0.000131
+gallium_dri.so free 0x557173476c40 void 0.000131
+gallium_dri.so free 0x557173476ba0 void 0.000130
+gallium_dri.so malloc 72 0x557173476bf0 0.000127
+gallium_dri.so free 0x557173476cc0 void 0.000129
+gallium_dri.so free 0x557173476bf0 void 0.000132
+gallium_dri.so malloc 72 0x557173476bf0 0.000163
+gallium_dri.so free 0x557173476d40 void 0.000158
+gallium_dri.so free 0x557173476bf0 void 0.000166
+gallium_dri.so malloc 72 0x557173476d40 0.000128
+gallium_dri.so free 0x557173476e00 void 0.000130
+gallium_dri.so free 0x557173476d40 void 0.000130
+gallium_dri.so malloc 72 0x557173476d40 0.000126
+gallium_dri.so free 0x557173476ec0 void 0.000124
+gallium_dri.so free 0x557173476d40 void 0.000129
+gallium_dri.so malloc 72 0x557173476d40 0.000125
+gallium_dri.so free 0x557173476f80 void 0.000184
+gallium_dri.so free 0x557173476d40 void 0.000133
+gallium_dri.so malloc 72 0x557173476f30 0.000131
+gallium_dri.so free 0x557173477040 void 0.000131
+gallium_dri.so free 0x557173476f30 void 0.000132
+gallium_dri.so malloc 72 0x557173476ff0 0.000130
+gallium_dri.so free 0x5571734770c0 void 0.000125
+gallium_dri.so free 0x557173476ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173477110 0.000124
+gallium_dri.so free 0x557173477180 void 0.000130
+gallium_dri.so free 0x557173477110 void 0.000127
+gallium_dri.so malloc 72 0x5571734771a0 0.000130
+gallium_dri.so free 0x557173477240 void 0.000131
+gallium_dri.so free 0x5571734771a0 void 0.000132
+gallium_dri.so malloc 72 0x5571734771f0 0.000126
+gallium_dri.so free 0x5571734772c0 void 0.000131
+gallium_dri.so free 0x5571734771f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734771f0 0.000130
+gallium_dri.so free 0x557173477340 void 0.000166
+gallium_dri.so free 0x5571734771f0 void 0.000168
+gallium_dri.so malloc 72 0x557173477340 0.000137
+gallium_dri.so free 0x557173477400 void 0.000138
+gallium_dri.so free 0x557173477340 void 0.000131
+gallium_dri.so malloc 72 0x557173477340 0.000124
+gallium_dri.so free 0x557173477500 void 0.000125
+gallium_dri.so free 0x557173477340 void 0.000129
+gallium_dri.so malloc 72 0x5571734774b0 0.000123
+gallium_dri.so free 0x557173477540 void 0.000125
+gallium_dri.so free 0x5571734774b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734774b0 0.000132
+gallium_dri.so free 0x557173477600 void 0.000131
+gallium_dri.so free 0x5571734774b0 void 0.000125
+gallium_dri.so malloc 72 0x557173477640 0.000124
+gallium_dri.so free 0x5571734776c0 void 0.000123
+gallium_dri.so free 0x557173477640 void 0.000127
+gallium_dri.so malloc 72 0x5571734776c0 0.000132
+gallium_dri.so free 0x557173477780 void 0.000132
+gallium_dri.so free 0x5571734776c0 void 0.000160
+gallium_dri.so malloc 72 0x5571734776c0 0.000133
+gallium_dri.so free 0x557173477800 void 0.000131
+gallium_dri.so free 0x5571734776c0 void 0.000133
+gallium_dri.so malloc 72 0x557173477830 0.000124
+gallium_dri.so free 0x557173477880 void 0.000190
+gallium_dri.so free 0x557173477830 void 0.000133
+gallium_dri.so malloc 72 0x557173477830 0.000130
+gallium_dri.so free 0x557173477980 void 0.000125
+gallium_dri.so free 0x557173477830 void 0.000123
+gallium_dri.so malloc 72 0x5571734779c0 0.000130
+gallium_dri.so free 0x557173477a40 void 0.000131
+gallium_dri.so free 0x5571734779c0 void 0.000131
+gallium_dri.so malloc 72 0x557173477a40 0.000130
+gallium_dri.so free 0x557173477b00 void 0.000125
+gallium_dri.so free 0x557173477a40 void 0.000123
+gallium_dri.so malloc 72 0x557173477a40 0.000130
+gallium_dri.so free 0x557173477b80 void 0.000131
+gallium_dri.so free 0x557173477a40 void 0.000126
+gallium_dri.so malloc 72 0x557173477bb0 0.000124
+gallium_dri.so free 0x557173477c00 void 0.000124
+gallium_dri.so free 0x557173477bb0 void 0.000127
+gallium_dri.so malloc 72 0x557173477bb0 0.000130
+gallium_dri.so free 0x557173477d00 void 0.000131
+gallium_dri.so free 0x557173477bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173477cb0 0.000130
+gallium_dri.so free 0x557173477dc0 void 0.000142
+gallium_dri.so free 0x557173477cb0 void 0.000131
+gallium_dri.so malloc 72 0x557173477d70 0.000130
+gallium_dri.so free 0x557173477e40 void 0.000126
+gallium_dri.so free 0x557173477d70 void 0.000124
+gallium_dri.so malloc 72 0x557173477d70 0.000129
+gallium_dri.so free 0x557173477f00 void 0.000125
+gallium_dri.so free 0x557173477d70 void 0.000125
+gallium_dri.so malloc 72 0x557173477d70 0.000125
+gallium_dri.so free 0x557173477fc0 void 0.000129
+gallium_dri.so free 0x557173477d70 void 0.000126
+gallium_dri.so malloc 72 0x557173477f70 0.000125
+gallium_dri.so free 0x557173478040 void 0.000134
+gallium_dri.so free 0x557173477f70 void 0.000139
+gallium_dri.so malloc 72 0x557173478090 0.000130
+gallium_dri.so free 0x557173478100 void 0.000132
+gallium_dri.so free 0x557173478090 void 0.000131
+gallium_dri.so malloc 72 0x557173478120 0.000126
+gallium_dri.so free 0x5571734781c0 void 0.000125
+gallium_dri.so free 0x557173478120 void 0.000129
+gallium_dri.so malloc 72 0x557173478170 0.000131
+gallium_dri.so free 0x557173478240 void 0.000131
+gallium_dri.so free 0x557173478170 void 0.000142
+gallium_dri.so malloc 72 0x557173478240 0.000126
+gallium_dri.so free 0x557173478300 void 0.000124
+gallium_dri.so free 0x557173478240 void 0.000129
+gallium_dri.so malloc 72 0x557173478240 0.000130
+gallium_dri.so free 0x557173478380 void 0.000131
+gallium_dri.so free 0x557173478240 void 0.000125
+gallium_dri.so malloc 72 0x557173478380 0.000125
+gallium_dri.so free 0x557173478440 void 0.000128
+gallium_dri.so free 0x557173478380 void 0.000131
+gallium_dri.so malloc 72 0x557173478380 0.000131
+gallium_dri.so free 0x557173478500 void 0.000130
+gallium_dri.so free 0x557173478380 void 0.000124
+gallium_dri.so malloc 72 0x557173478380 0.000124
+gallium_dri.so free 0x5571734785c0 void 0.000124
+gallium_dri.so free 0x557173478380 void 0.000134
+gallium_dri.so malloc 72 0x557173478570 0.000131
+gallium_dri.so free 0x557173478640 void 0.000133
+gallium_dri.so free 0x557173478570 void 0.000130
+gallium_dri.so malloc 72 0x557173478690 0.000131
+gallium_dri.so free 0x557173478700 void 0.000130
+gallium_dri.so free 0x557173478690 void 0.000131
+gallium_dri.so malloc 72 0x557173478740 0.000132
+gallium_dri.so free 0x5571734787c0 void 0.000131
+gallium_dri.so free 0x557173478740 void 0.000177
+gallium_dri.so malloc 72 0x557173478740 0.000131
+gallium_dri.so free 0x557173478840 void 0.000129
+gallium_dri.so free 0x557173478740 void 0.000130
+gallium_dri.so malloc 72 0x557173478870 0.000125
+gallium_dri.so free 0x5571734788c0 void 0.000131
+gallium_dri.so free 0x557173478870 void 0.000130
+gallium_dri.so malloc 72 0x557173478870 0.000130
+gallium_dri.so free 0x5571734789c0 void 0.000125
+gallium_dri.so free 0x557173478870 void 0.000128
+gallium_dri.so malloc 72 0x557173478970 0.000131
+gallium_dri.so free 0x557173478a80 void 0.000130
+gallium_dri.so free 0x557173478970 void 0.000130
+gallium_dri.so malloc 72 0x557173478a30 0.000131
+gallium_dri.so free 0x557173478ac0 void 0.000130
+gallium_dri.so free 0x557173478a30 void 0.000130
+gallium_dri.so malloc 72 0x557173478a30 0.000130
+gallium_dri.so free 0x557173478b80 void 0.000131
+gallium_dri.so free 0x557173478a30 void 0.000130
+gallium_dri.so malloc 72 0x557173478bf0 0.000125
+gallium_dri.so free 0x557173478c40 void 0.000129
+gallium_dri.so free 0x557173478bf0 void 0.000130
+gallium_dri.so malloc 72 0x557173478bf0 0.000130
+gallium_dri.so free 0x557173478d40 void 0.000130
+gallium_dri.so free 0x557173478bf0 void 0.000153
+gallium_dri.so malloc 72 0x557173478cf0 0.000135
+gallium_dri.so free 0x557173478e00 void 0.000131
+gallium_dri.so free 0x557173478cf0 void 0.000130
+gallium_dri.so malloc 72 0x557173478db0 0.000126
+gallium_dri.so free 0x557173478e40 void 0.000125
+gallium_dri.so free 0x557173478db0 void 0.000129
+gallium_dri.so malloc 72 0x557173478db0 0.000131
+gallium_dri.so free 0x557173478f00 void 0.000131
+gallium_dri.so free 0x557173478db0 void 0.000125
+gallium_dri.so malloc 72 0x557173478f40 0.000125
+gallium_dri.so free 0x557173478fc0 void 0.000125
+gallium_dri.so free 0x557173478f40 void 0.000128
+gallium_dri.so malloc 72 0x557173478fc0 0.000131
+gallium_dri.so free 0x557173619f80 void 0.000129
+gallium_dri.so free 0x557173478fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173619fe0 0.000123
+gallium_dri.so free 0x55717361a080 void 0.000125
+gallium_dri.so free 0x557173619fe0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a030 0.000124
+gallium_dri.so free 0x55717361a0c0 void 0.000124
+gallium_dri.so free 0x55717361a030 void 0.000124
+gallium_dri.so malloc 72 0x55717361a030 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000123
+gallium_dri.so free 0x55717361a030 void 0.000137
+gallium_dri.so malloc 72 0x55717361a1c0 0.000125
+gallium_dri.so free 0x55717361a240 void 0.000123
+gallium_dri.so free 0x55717361a1c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a240 0.000123
+gallium_dri.so free 0x55717361a300 void 0.000123
+gallium_dri.so free 0x55717361a240 void 0.000130
+gallium_dri.so malloc 72 0x55717361a240 0.000121
+gallium_dri.so free 0x55717361a380 void 0.000119
+gallium_dri.so free 0x55717361a240 void 0.000118
+gallium_dri.so malloc 72 0x55717361a3b0 0.000118
+gallium_dri.so free 0x55717361a400 void 0.000119
+gallium_dri.so free 0x55717361a3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a400 0.000119
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so free 0x55717361a400 void 0.000118
+gallium_dri.so malloc 72 0x55717361a400 0.000119
+gallium_dri.so free 0x55717361a5c0 void 0.000118
+gallium_dri.so free 0x55717361a400 void 0.000117
+gallium_dri.so malloc 72 0x55717361a570 0.000118
+gallium_dri.so free 0x55717361a680 void 0.000120
+gallium_dri.so free 0x55717361a570 void 0.000118
+gallium_dri.so malloc 72 0x55717361a630 0.000118
+gallium_dri.so free 0x55717361a6c0 void 0.000119
+gallium_dri.so free 0x55717361a630 void 0.000118
+gallium_dri.so malloc 72 0x55717361a630 0.000118
+gallium_dri.so free 0x55717361a780 void 0.000180
+gallium_dri.so free 0x55717361a630 void 0.000122
+gallium_dri.so malloc 72 0x55717361a7c0 0.000118
+gallium_dri.so free 0x55717361a840 void 0.000119
+gallium_dri.so free 0x55717361a7c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a840 0.000118
+gallium_dri.so free 0x55717361a900 void 0.000118
+gallium_dri.so free 0x55717361a840 void 0.000120
+gallium_dri.so malloc 72 0x55717361a840 0.000118
+gallium_dri.so free 0x55717361a980 void 0.000118
+gallium_dri.so free 0x55717361a840 void 0.000117
+gallium_dri.so malloc 72 0x55717361a840 0.000119
+gallium_dri.so free 0x55717361aa40 void 0.000117
+gallium_dri.so free 0x55717361a840 void 0.000117
+gallium_dri.so malloc 72 0x55717361a840 0.000144
+gallium_dri.so free 0x55717361ab00 void 0.000120
+gallium_dri.so free 0x55717361a840 void 0.000118
+gallium_dri.so malloc 72 0x55717361aab0 0.000118
+gallium_dri.so free 0x55717361ab80 void 0.000120
+gallium_dri.so free 0x55717361aab0 void 0.000116
+gallium_dri.so malloc 72 0x55717361abd0 0.000119
+gallium_dri.so free 0x55717361ac40 void 0.000120
+gallium_dri.so free 0x55717361abd0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ac60 0.000117
+gallium_dri.so free 0x55717361ad00 void 0.000119
+gallium_dri.so free 0x55717361ac60 void 0.000119
+gallium_dri.so malloc 72 0x55717361acb0 0.000128
+gallium_dri.so free 0x55717361ad80 void 0.000120
+gallium_dri.so free 0x55717361acb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361acb0 0.000118
+gallium_dri.so free 0x55717361ae80 void 0.000117
+gallium_dri.so free 0x55717361acb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ae30 0.000119
+gallium_dri.so free 0x55717361af00 void 0.000118
+gallium_dri.so free 0x55717361ae30 void 0.000118
+gallium_dri.so malloc 72 0x55717361af50 0.000118
+gallium_dri.so free 0x55717361afc0 void 0.000118
+gallium_dri.so free 0x55717361af50 void 0.000118
+gallium_dri.so malloc 72 0x55717361afe0 0.000119
+gallium_dri.so free 0x55717361b080 void 0.000119
+gallium_dri.so free 0x55717361afe0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b030 0.000118
+gallium_dri.so free 0x55717361b100 void 0.000119
+gallium_dri.so free 0x55717361b030 void 0.000118
+gallium_dri.so malloc 72 0x55717361b030 0.000118
+gallium_dri.so free 0x55717361b180 void 0.000119
+gallium_dri.so free 0x55717361b030 void 0.000118
+gallium_dri.so malloc 72 0x55717361b180 0.000118
+gallium_dri.so free 0x55717361b240 void 0.000121
+gallium_dri.so free 0x55717361b180 void 0.000125
+gallium_dri.so malloc 72 0x55717361b180 0.000121
+gallium_dri.so free 0x55717361b340 void 0.000121
+gallium_dri.so free 0x55717361b180 void 0.000127
+gallium_dri.so malloc 72 0x55717361b180 0.000118
+gallium_dri.so free 0x55717361b3c0 void 0.000117
+gallium_dri.so free 0x55717361b180 void 0.000118
+gallium_dri.so malloc 72 0x55717361b3f0 0.000118
+gallium_dri.so free 0x55717361b440 void 0.000119
+gallium_dri.so free 0x55717361b3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b3f0 0.000118
+gallium_dri.so free 0x55717361b540 void 0.000130
+gallium_dri.so free 0x55717361b3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b4f0 0.000118
+gallium_dri.so free 0x55717361b600 void 0.000120
+gallium_dri.so free 0x55717361b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b5b0 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000118
+gallium_dri.so free 0x55717361b5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b5b0 0.000119
+gallium_dri.so free 0x55717361b700 void 0.000119
+gallium_dri.so free 0x55717361b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b750 0.000119
+gallium_dri.so free 0x55717361b7c0 void 0.000119
+gallium_dri.so free 0x55717361b750 void 0.000118
+gallium_dri.so malloc 72 0x55717361b800 0.000118
+gallium_dri.so free 0x55717361b880 void 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000119
+gallium_dri.so malloc 72 0x55717361b880 0.000118
+gallium_dri.so free 0x55717361b940 void 0.000119
+gallium_dri.so free 0x55717361b880 void 0.000163
+gallium_dri.so malloc 72 0x55717361b880 0.000144
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000118
+gallium_dri.so malloc 72 0x55717361b9f0 0.000119
+gallium_dri.so free 0x55717361ba40 void 0.000119
+gallium_dri.so free 0x55717361b9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b9f0 0.000119
+gallium_dri.so free 0x55717361bb40 void 0.000119
+gallium_dri.so free 0x55717361b9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361baf0 0.000118
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so free 0x55717361baf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bbb0 0.000120
+gallium_dri.so free 0x55717361bc80 void 0.000118
+gallium_dri.so free 0x55717361bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bca0 0.000119
+gallium_dri.so free 0x55717361bd40 void 0.000122
+gallium_dri.so free 0x55717361bca0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bcf0 0.000118
+gallium_dri.so free 0x55717361bdc0 void 0.000119
+gallium_dri.so free 0x55717361bcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361bcf0 0.000118
+gallium_dri.so free 0x55717361be40 void 0.000119
+gallium_dri.so free 0x55717361bcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361be40 0.000118
+gallium_dri.so free 0x55717361bf00 void 0.000121
+gallium_dri.so free 0x55717361be40 void 0.000119
+gallium_dri.so malloc 72 0x55717361be40 0.000119
+gallium_dri.so free 0x55717361bfc0 void 0.000118
+gallium_dri.so free 0x55717361be40 void 0.000117
+gallium_dri.so malloc 72 0x55717361be40 0.000118
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so free 0x55717361be40 void 0.000118
+gallium_dri.so malloc 72 0x55717361c030 0.000118
+gallium_dri.so free 0x55717361c080 void 0.000118
+gallium_dri.so free 0x55717361c030 void 0.000118
+gallium_dri.so malloc 72 0x55717361c030 0.000117
+gallium_dri.so free 0x55717361c180 void 0.000118
+gallium_dri.so free 0x55717361c030 void 0.000122
+gallium_dri.so malloc 72 0x55717361c130 0.000119
+gallium_dri.so free 0x55717361c240 void 0.000120
+gallium_dri.so free 0x55717361c130 void 0.000118
+gallium_dri.so malloc 72 0x55717361c1f0 0.000117
+gallium_dri.so free 0x55717361c280 void 0.000118
+gallium_dri.so free 0x55717361c1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c1f0 0.000118
+gallium_dri.so free 0x55717361c340 void 0.000118
+gallium_dri.so free 0x55717361c1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c380 0.000118
+gallium_dri.so free 0x55717361c400 void 0.000119
+gallium_dri.so free 0x55717361c380 void 0.000118
+gallium_dri.so malloc 72 0x55717361c400 0.000129
+gallium_dri.so free 0x55717361c4c0 void 0.000120
+gallium_dri.so free 0x55717361c400 void 0.000118
+gallium_dri.so malloc 72 0x55717361c400 0.000118
+gallium_dri.so free 0x55717361c580 void 0.000118
+gallium_dri.so free 0x55717361c400 void 0.000118
+gallium_dri.so malloc 72 0x55717361c5a0 0.000117
+gallium_dri.so free 0x55717361c640 void 0.000118
+gallium_dri.so free 0x55717361c5a0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c5f0 0.000119
+gallium_dri.so free 0x55717361c6c0 void 0.000120
+gallium_dri.so free 0x55717361c5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c5f0 0.000118
+gallium_dri.so free 0x55717361c740 void 0.000118
+gallium_dri.so free 0x55717361c5f0 void 0.000142
+gallium_dri.so malloc 72 0x55717361c740 0.000125
+gallium_dri.so free 0x55717361c800 void 0.000119
+gallium_dri.so free 0x55717361c740 void 0.000118
+gallium_dri.so malloc 72 0x55717361c740 0.000117
+gallium_dri.so free 0x55717361c8c0 void 0.000117
+gallium_dri.so free 0x55717361c740 void 0.000118
+gallium_dri.so malloc 72 0x55717361c740 0.000118
+gallium_dri.so free 0x55717361c980 void 0.000118
+gallium_dri.so free 0x55717361c740 void 0.000117
+gallium_dri.so malloc 72 0x55717361c930 0.000119
+gallium_dri.so free 0x55717361ca40 void 0.000118
+gallium_dri.so free 0x55717361c930 void 0.000155
+gallium_dri.so malloc 72 0x55717361c9f0 0.000121
+gallium_dri.so free 0x55717361cac0 void 0.000118
+gallium_dri.so free 0x55717361c9f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361cb10 0.000116
+gallium_dri.so free 0x55717361cb80 void 0.000116
+gallium_dri.so free 0x55717361cb10 void 0.000116
+gallium_dri.so malloc 72 0x55717361cba0 0.000117
+gallium_dri.so free 0x55717361cc40 void 0.000118
+gallium_dri.so free 0x55717361cba0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cbf0 0.000118
+gallium_dri.so free 0x55717361ccc0 void 0.000117
+gallium_dri.so free 0x55717361cbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cbf0 0.000117
+gallium_dri.so free 0x55717361cd40 void 0.000117
+gallium_dri.so free 0x55717361cbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717361cd40 0.000120
+gallium_dri.so free 0x55717361ce00 void 0.000118
+gallium_dri.so free 0x55717361cd40 void 0.000118
+gallium_dri.so malloc 72 0x55717361cd40 0.000117
+gallium_dri.so free 0x55717361cf00 void 0.000118
+gallium_dri.so free 0x55717361cd40 void 0.000117
+gallium_dri.so malloc 72 0x55717361ceb0 0.000117
+gallium_dri.so free 0x55717361cf40 void 0.000119
+gallium_dri.so free 0x55717361ceb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ceb0 0.000117
+gallium_dri.so free 0x55717361d000 void 0.000118
+gallium_dri.so free 0x55717361ceb0 void 0.000111
+gallium_dri.so malloc 72 0x55717361d040 0.000119
+gallium_dri.so free 0x55717361d0c0 void 0.000117
+gallium_dri.so free 0x55717361d040 void 0.000123
+gallium_dri.so malloc 72 0x55717361d0c0 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000118
+gallium_dri.so free 0x55717361d0c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d0c0 0.000118
+gallium_dri.so free 0x55717361d200 void 0.000118
+gallium_dri.so free 0x55717361d0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d230 0.000117
+gallium_dri.so free 0x55717361d280 void 0.000117
+gallium_dri.so free 0x55717361d230 void 0.000116
+gallium_dri.so malloc 72 0x55717361d230 0.000116
+gallium_dri.so free 0x55717361d380 void 0.000119
+gallium_dri.so free 0x55717361d230 void 0.000116
+gallium_dri.so malloc 72 0x55717361d3c0 0.000117
+gallium_dri.so free 0x55717361d440 void 0.000117
+gallium_dri.so free 0x55717361d3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d440 0.000118
+gallium_dri.so free 0x55717361d500 void 0.000119
+gallium_dri.so free 0x55717361d440 void 0.000118
+gallium_dri.so malloc 72 0x55717361d440 0.000117
+gallium_dri.so free 0x55717361d580 void 0.000118
+gallium_dri.so free 0x55717361d440 void 0.000118
+gallium_dri.so malloc 72 0x55717361d5b0 0.000117
+gallium_dri.so free 0x55717361d600 void 0.000128
+gallium_dri.so free 0x55717361d5b0 void 0.000145
+gallium_dri.so malloc 72 0x55717361d5b0 0.000120
+gallium_dri.so free 0x55717361d700 void 0.000118
+gallium_dri.so free 0x55717361d5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d6b0 0.000118
+gallium_dri.so free 0x55717361d7c0 void 0.000118
+gallium_dri.so free 0x55717361d6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d770 0.000117
+gallium_dri.so free 0x55717361d840 void 0.000118
+gallium_dri.so free 0x55717361d770 void 0.000118
+gallium_dri.so malloc 72 0x55717361d770 0.000118
+gallium_dri.so free 0x55717361d900 void 0.000120
+gallium_dri.so free 0x55717361d770 void 0.000118
+gallium_dri.so malloc 72 0x55717361d770 0.000119
+gallium_dri.so free 0x55717361d9c0 void 0.000117
+gallium_dri.so free 0x55717361d770 void 0.000118
+gallium_dri.so malloc 72 0x55717361d970 0.000118
+gallium_dri.so free 0x55717361da40 void 0.000121
+gallium_dri.so free 0x55717361d970 void 0.000118
+gallium_dri.so malloc 72 0x55717361da90 0.000118
+gallium_dri.so free 0x55717361db00 void 0.000119
+gallium_dri.so free 0x55717361da90 void 0.000118
+gallium_dri.so malloc 72 0x55717361db20 0.000119
+gallium_dri.so free 0x55717361dbc0 void 0.000117
+gallium_dri.so free 0x55717361db20 void 0.000120
+gallium_dri.so malloc 72 0x55717361db70 0.000122
+gallium_dri.so free 0x55717361dc40 void 0.000119
+gallium_dri.so free 0x55717361db70 void 0.000118
+gallium_dri.so malloc 72 0x55717361dc40 0.000118
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so free 0x55717361dc40 void 0.000117
+gallium_dri.so malloc 72 0x55717361dc40 0.000119
+gallium_dri.so free 0x55717361dd80 void 0.000117
+gallium_dri.so free 0x55717361dc40 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd80 0.000118
+gallium_dri.so free 0x55717361de40 void 0.000118
+gallium_dri.so free 0x55717361dd80 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd80 0.000118
+gallium_dri.so free 0x55717361df00 void 0.000120
+gallium_dri.so free 0x55717361dd80 void 0.000117
+gallium_dri.so malloc 72 0x55717361dd80 0.000118
+gallium_dri.so free 0x55717361dfc0 void 0.000119
+gallium_dri.so free 0x55717361dd80 void 0.000117
+gallium_dri.so malloc 72 0x55717361df70 0.000117
+gallium_dri.so free 0x55717361e040 void 0.000119
+gallium_dri.so free 0x55717361df70 void 0.000123
+gallium_dri.so malloc 72 0x55717361e090 0.000120
+gallium_dri.so free 0x55717361e100 void 0.000119
+gallium_dri.so free 0x55717361e090 void 0.000118
+gallium_dri.so malloc 72 0x55717361e140 0.000117
+gallium_dri.so free 0x55717361e1c0 void 0.000117
+gallium_dri.so free 0x55717361e140 void 0.000117
+gallium_dri.so malloc 72 0x55717361e140 0.000127
+gallium_dri.so free 0x55717361e240 void 0.000118
+gallium_dri.so free 0x55717361e140 void 0.000116
+gallium_dri.so malloc 72 0x55717361e270 0.000118
+gallium_dri.so free 0x55717361e2c0 void 0.000117
+gallium_dri.so free 0x55717361e270 void 0.000117
+gallium_dri.so malloc 72 0x55717361e270 0.000116
+gallium_dri.so free 0x55717361e3c0 void 0.000118
+gallium_dri.so free 0x55717361e270 void 0.000117
+gallium_dri.so malloc 72 0x55717361e370 0.000119
+gallium_dri.so free 0x55717361e480 void 0.000117
+gallium_dri.so free 0x55717361e370 void 0.000117
+gallium_dri.so malloc 72 0x55717361e430 0.000117
+gallium_dri.so free 0x55717361e4c0 void 0.000117
+gallium_dri.so free 0x55717361e430 void 0.000139
+gallium_dri.so malloc 72 0x55717361e430 0.000134
+gallium_dri.so free 0x55717361e580 void 0.000119
+gallium_dri.so free 0x55717361e430 void 0.000117
+gallium_dri.so malloc 72 0x55717361e5f0 0.000118
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so free 0x55717361e5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e5f0 0.000119
+gallium_dri.so free 0x55717361e740 void 0.000118
+gallium_dri.so free 0x55717361e5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e6f0 0.000118
+gallium_dri.so free 0x55717361e800 void 0.000119
+gallium_dri.so free 0x55717361e6f0 void 0.000168
+gallium_dri.so malloc 72 0x55717361e7b0 0.000120
+gallium_dri.so free 0x55717361e840 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e7b0 0.000118
+gallium_dri.so free 0x55717361e900 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e940 0.000119
+gallium_dri.so free 0x55717361e9c0 void 0.000120
+gallium_dri.so free 0x55717361e940 void 0.000117
+gallium_dri.so malloc 72 0x55717361e9c0 0.000117
+gallium_dri.so free 0x55717361ea80 void 0.000118
+gallium_dri.so free 0x55717361e9c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e9c0 0.000118
+gallium_dri.so free 0x55717361eb40 void 0.000117
+gallium_dri.so free 0x55717361e9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361eb60 0.000118
+gallium_dri.so free 0x55717361ec00 void 0.000118
+gallium_dri.so free 0x55717361eb60 void 0.000117
+gallium_dri.so malloc 72 0x55717361ebb0 0.000118
+gallium_dri.so free 0x55717361ec80 void 0.000117
+gallium_dri.so free 0x55717361ebb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ebb0 0.000119
+gallium_dri.so free 0x55717361ed00 void 0.000118
+gallium_dri.so free 0x55717361ebb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ed00 0.000114
+gallium_dri.so free 0x55717361edc0 void 0.000129
+gallium_dri.so free 0x55717361ed00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ed00 0.000120
+gallium_dri.so free 0x55717361ee80 void 0.000119
+gallium_dri.so free 0x55717361ed00 void 0.000118
+gallium_dri.so malloc 72 0x55717361ed00 0.000120
+gallium_dri.so free 0x55717361ef40 void 0.000117
+gallium_dri.so free 0x55717361ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717361eef0 0.000118
+gallium_dri.so free 0x55717361f000 void 0.000117
+gallium_dri.so free 0x55717361eef0 void 0.000122
+gallium_dri.so malloc 72 0x55717361efb0 0.000119
+gallium_dri.so free 0x55717361f080 void 0.000119
+gallium_dri.so free 0x55717361efb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f0d0 0.000118
+gallium_dri.so free 0x55717361f140 void 0.000118
+gallium_dri.so free 0x55717361f0d0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f160 0.000118
+gallium_dri.so free 0x55717361f200 void 0.000118
+gallium_dri.so free 0x55717361f160 void 0.000115
+gallium_dri.so malloc 72 0x55717361f1b0 0.000117
+gallium_dri.so free 0x55717361f280 void 0.000118
+gallium_dri.so free 0x55717361f1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f1b0 0.000118
+gallium_dri.so free 0x55717361f300 void 0.000118
+gallium_dri.so free 0x55717361f1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f300 0.000118
+gallium_dri.so free 0x55717361f3c0 void 0.000127
+gallium_dri.so free 0x55717361f300 void 0.000145
+gallium_dri.so malloc 72 0x55717361f300 0.000120
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x55717361f300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed2e0 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000119
+gallium_dri.so free 0x5571735ed2e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed330 0.000119
+gallium_dri.so free 0x5571735ed400 void 0.000119
+gallium_dri.so free 0x5571735ed330 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed330 0.000117
+gallium_dri.so free 0x5571735ed480 void 0.000118
+gallium_dri.so free 0x5571735ed330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed480 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed480 0.000119
+gallium_dri.so free 0x5571735ed600 void 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed480 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed670 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed670 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed670 0.000128
+gallium_dri.so free 0x5571735ed7c0 void 0.000118
+gallium_dri.so free 0x5571735ed670 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed770 0.000118
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so free 0x5571735ed770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed830 0.000117
+gallium_dri.so free 0x5571735ed8c0 void 0.000117
+gallium_dri.so free 0x5571735ed830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed830 0.000118
+gallium_dri.so free 0x5571735ed980 void 0.000117
+gallium_dri.so free 0x5571735ed830 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000118
+gallium_dri.so free 0x5571735eda40 void 0.000117
+gallium_dri.so free 0x5571735ed9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda40 0.000117
+gallium_dri.so free 0x5571735edb00 void 0.000117
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eda40 0.000116
+gallium_dri.so free 0x5571735edbc0 void 0.000119
+gallium_dri.so free 0x5571735eda40 void 0.000116
+gallium_dri.so malloc 72 0x5571735edbe0 0.000117
+gallium_dri.so free 0x5571735edc80 void 0.000121
+gallium_dri.so free 0x5571735edbe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edc30 0.000118
+gallium_dri.so free 0x5571735edd00 void 0.000118
+gallium_dri.so free 0x5571735edc30 void 0.000122
+gallium_dri.so malloc 72 0x5571735edc30 0.000121
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so free 0x5571735edc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd80 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd80 0.000119
+gallium_dri.so free 0x5571735edf00 void 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd80 0.000117
+gallium_dri.so free 0x5571735edfc0 void 0.000120
+gallium_dri.so free 0x5571735edd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735edf70 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735edf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee030 0.000122
+gallium_dri.so free 0x5571735ee100 void 0.000119
+gallium_dri.so free 0x5571735ee030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee150 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000118
+gallium_dri.so free 0x5571735ee150 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000119
+gallium_dri.so free 0x5571735ee280 void 0.000119
+gallium_dri.so free 0x5571735ee1e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee230 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee230 void 0.000189
+gallium_dri.so malloc 72 0x5571735ee230 0.000213
+gallium_dri.so free 0x5571735ee380 void 0.000333
+gallium_dri.so free 0x5571735ee230 void 0.000332
+gallium_dri.so malloc 72 0x5571735ee380 0.000322
+gallium_dri.so free 0x5571735ee440 void 0.000227
+gallium_dri.so free 0x5571735ee380 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee380 0.000116
+gallium_dri.so free 0x5571735ee540 void 0.000115
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000113
+gallium_dri.so free 0x5571735ee4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee680 0.000122
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so free 0x5571735ee680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee700 0.000112
+gallium_dri.so free 0x5571735ee7c0 void 0.000110
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee700 0.000113
+gallium_dri.so free 0x5571735ee840 void 0.000112
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee870 0.000110
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so free 0x5571735ee870 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee870 0.000115
+gallium_dri.so free 0x5571735ee9c0 void 0.000113
+gallium_dri.so free 0x5571735ee870 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea00 0.000112
+gallium_dri.so free 0x5571735eea80 void 0.000111
+gallium_dri.so free 0x5571735eea00 void 0.000126
+gallium_dri.so malloc 72 0x5571735eea80 0.000124
+gallium_dri.so free 0x5571735eeb40 void 0.000120
+gallium_dri.so free 0x5571735eea80 void 0.000117
+gallium_dri.so malloc 72 0x5571735eea80 0.000117
+gallium_dri.so free 0x5571735eebc0 void 0.000120
+gallium_dri.so free 0x5571735eea80 void 0.000127
+gallium_dri.so malloc 72 0x5571735eebf0 0.000120
+gallium_dri.so free 0x5571735eec40 void 0.000119
+gallium_dri.so free 0x5571735eebf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eebf0 0.000127
+gallium_dri.so free 0x5571735eed40 void 0.000116
+gallium_dri.so free 0x5571735eebf0 void 0.000143
+gallium_dri.so malloc 72 0x5571735eecf0 0.000118
+gallium_dri.so free 0x5571735eee00 void 0.000160
+gallium_dri.so free 0x5571735eecf0 void 0.000164
+gallium_dri.so malloc 72 0x5571735eedb0 0.000161
+gallium_dri.so free 0x5571735eee80 void 0.000126
+gallium_dri.so free 0x5571735eedb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eedb0 0.000122
+gallium_dri.so free 0x5571735eef40 void 0.000118
+gallium_dri.so free 0x5571735eedb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eedb0 0.000117
+gallium_dri.so free 0x5571735ef000 void 0.000116
+gallium_dri.so free 0x5571735eedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eefb0 0.000117
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eefb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef0d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef160 0.000121
+gallium_dri.so free 0x5571735ef200 void 0.000118
+gallium_dri.so free 0x5571735ef160 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000144
+gallium_dri.so free 0x5571735ef280 void 0.000121
+gallium_dri.so free 0x5571735ef1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef280 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef280 0.000123
+gallium_dri.so free 0x5571735ef3c0 void 0.000125
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000119
+gallium_dri.so free 0x5571735ef3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000119
+gallium_dri.so free 0x5571735ef540 void 0.000142
+gallium_dri.so free 0x5571735ef3c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000134
+gallium_dri.so free 0x5571735ef600 void 0.000139
+gallium_dri.so free 0x5571735ef3c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000138
+gallium_dri.so free 0x5571735ef680 void 0.000134
+gallium_dri.so free 0x5571735ef5b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000135
+gallium_dri.so free 0x5571735ef740 void 0.000133
+gallium_dri.so free 0x5571735ef6d0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef780 0.000141
+gallium_dri.so free 0x5571735ef800 void 0.000134
+gallium_dri.so free 0x5571735ef780 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef780 0.000133
+gallium_dri.so free 0x5571735ef880 void 0.000133
+gallium_dri.so free 0x5571735ef780 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000144
+gallium_dri.so free 0x5571735ef900 void 0.000127
+gallium_dri.so free 0x5571735ef8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000126
+gallium_dri.so free 0x5571735efa00 void 0.000126
+gallium_dri.so free 0x5571735ef8b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000127
+gallium_dri.so free 0x5571735efac0 void 0.000126
+gallium_dri.so free 0x5571735ef9b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735efa70 0.000148
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efa70 void 0.000111
+gallium_dri.so malloc 72 0x5571735efa70 0.000112
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so free 0x5571735efa70 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc30 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000111
+gallium_dri.so free 0x5571735efc30 void 0.000111
+gallium_dri.so malloc 72 0x5571735efc30 0.000109
+gallium_dri.so free 0x5571735efd80 void 0.000134
+gallium_dri.so free 0x5571735efc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735efd30 0.000123
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so free 0x5571735efd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efdf0 0.000119
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efdf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efdf0 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff80 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so free 0x5571735eff80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01a0 0.000112
+gallium_dri.so free 0x5571735f0240 void 0.000116
+gallium_dri.so free 0x5571735f01a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01f0 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01f0 0.000172
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0340 0.000114
+gallium_dri.so free 0x5571735f0580 void 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0530 0.000113
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so free 0x5571735f0530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f05f0 0.000112
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0710 0.000112
+gallium_dri.so free 0x5571735f0780 void 0.000116
+gallium_dri.so free 0x5571735f0710 void 0.000112
+gallium_dri.so malloc 72 0x5571735f07a0 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000113
+gallium_dri.so free 0x5571735f07a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07f0 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000113
+gallium_dri.so free 0x5571735f07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07f0 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000117
+gallium_dri.so free 0x5571735f07f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0940 0.000130
+gallium_dri.so free 0x5571735f0a00 void 0.000132
+gallium_dri.so free 0x5571735f0940 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0940 0.000123
+gallium_dri.so free 0x5571735f0b00 void 0.000116
+gallium_dri.so free 0x5571735f0940 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000112
+gallium_dri.so free 0x5571735f0b40 void 0.000112
+gallium_dri.so free 0x5571735f0ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000111
+gallium_dri.so free 0x5571735f0c00 void 0.000110
+gallium_dri.so free 0x5571735f0ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0c40 0.000110
+gallium_dri.so free 0x5571735f0cc0 void 0.000111
+gallium_dri.so free 0x5571735f0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000111
+gallium_dri.so free 0x5571735f0d80 void 0.000109
+gallium_dri.so free 0x5571735f0cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000114
+gallium_dri.so free 0x5571735f0e00 void 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e30 0.000112
+gallium_dri.so free 0x5571735f0e80 void 0.000111
+gallium_dri.so free 0x5571735f0e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0e30 0.000125
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000119
+gallium_dri.so free 0x5571735f1040 void 0.000124
+gallium_dri.so free 0x5571735f0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1040 0.000112
+gallium_dri.so free 0x5571735f1100 void 0.000115
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1040 0.000116
+gallium_dri.so free 0x5571735f1180 void 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11b0 0.000114
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so free 0x5571735f11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11b0 0.000114
+gallium_dri.so free 0x5571735f1300 void 0.000114
+gallium_dri.so free 0x5571735f11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f12b0 0.000115
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f12b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1370 0.000113
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f1370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1370 0.000113
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so free 0x5571735f1370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1370 0.000189
+gallium_dri.so free 0x5571735f15c0 void 0.000115
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1570 0.000112
+gallium_dri.so free 0x5571735f1640 void 0.000113
+gallium_dri.so free 0x5571735f1570 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1690 0.000113
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so free 0x5571735f1690 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1720 0.000112
+gallium_dri.so free 0x5571735f17c0 void 0.000113
+gallium_dri.so free 0x5571735f1720 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1770 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so free 0x5571735f1770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1840 0.000112
+gallium_dri.so free 0x5571735f1900 void 0.000138
+gallium_dri.so free 0x5571735f1840 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1840 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1980 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1980 0.000118
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1980 0.000115
+gallium_dri.so free 0x5571735f1bc0 void 0.000110
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000120
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1b70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1c90 0.000111
+gallium_dri.so free 0x5571735f1d00 void 0.000112
+gallium_dri.so free 0x5571735f1c90 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1d40 0.000110
+gallium_dri.so free 0x5571735f1dc0 void 0.000110
+gallium_dri.so free 0x5571735f1d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1d40 0.000111
+gallium_dri.so free 0x5571735f1e40 void 0.000110
+gallium_dri.so free 0x5571735f1d40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1e70 0.000111
+gallium_dri.so free 0x5571735f1ec0 void 0.000110
+gallium_dri.so free 0x5571735f1e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1e70 0.000111
+gallium_dri.so free 0x5571735f1fc0 void 0.000111
+gallium_dri.so free 0x5571735f1e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1f70 0.000117
+gallium_dri.so free 0x5571735f2080 void 0.000120
+gallium_dri.so free 0x5571735f1f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2030 0.000113
+gallium_dri.so free 0x5571735f20c0 void 0.000112
+gallium_dri.so free 0x5571735f2030 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2030 0.000125
+gallium_dri.so free 0x5571735f2180 void 0.000115
+gallium_dri.so free 0x5571735f2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f21f0 0.000114
+gallium_dri.so free 0x5571735f2240 void 0.000114
+gallium_dri.so free 0x5571735f21f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f21f0 0.000113
+gallium_dri.so free 0x5571735f2340 void 0.000115
+gallium_dri.so free 0x5571735f21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22f0 0.000112
+gallium_dri.so free 0x5571735f2400 void 0.000113
+gallium_dri.so free 0x5571735f22f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f23b0 0.000116
+gallium_dri.so free 0x5571735f2440 void 0.000113
+gallium_dri.so free 0x5571735f23b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f23b0 0.000113
+gallium_dri.so free 0x5571735f2500 void 0.000115
+gallium_dri.so free 0x5571735f23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2540 0.000113
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so free 0x5571735f2540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f25c0 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000113
+gallium_dri.so free 0x5571735f25c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f25c0 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2760 0.000149
+gallium_dri.so free 0x5571735f2800 void 0.000114
+gallium_dri.so free 0x5571735f2760 void 0.000112
+gallium_dri.so malloc 72 0x5571735f27b0 0.000126
+gallium_dri.so free 0x557173620f80 void 0.000118
+gallium_dri.so free 0x5571735f27b0 void 0.000113
+gallium_dri.so malloc 72 0x557173620f30 0.000113
+gallium_dri.so free 0x55717360b7c0 void 0.000116
+gallium_dri.so free 0x557173620f30 void 0.000113
+gallium_dri.so malloc 72 0x55717360b770 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000112
+gallium_dri.so free 0x55717360b770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000112
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000112
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1070 0.000124
+gallium_dri.so free 0x5571735dfb00 void 0.000123
+gallium_dri.so free 0x5571735c1070 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfab0 0.000124
+gallium_dri.so free 0x557173620e80 void 0.000135
+gallium_dri.so free 0x5571735dfab0 void 0.000120
+gallium_dri.so malloc 72 0x557173620e30 0.000123
+gallium_dri.so free 0x5571735f8680 void 0.000125
+gallium_dri.so free 0x557173620e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8630 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000123
+gallium_dri.so free 0x5571735f8630 void 0.000124
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x557173589400 void 0.000121
+gallium_dri.so free 0x5571735dedf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735893b0 0.000125
+gallium_dri.so free 0x5571735c3f40 void 0.000124
+gallium_dri.so free 0x5571735893b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000118
+gallium_dri.so free 0x5571735fd8c0 void 0.000123
+gallium_dri.so free 0x5571735c3ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd870 0.000123
+gallium_dri.so free 0x5571735ec580 void 0.000120
+gallium_dri.so free 0x5571735fd870 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec530 0.000125
+gallium_dri.so free 0x5571735f5800 void 0.000125
+gallium_dri.so free 0x5571735ec530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f57b0 0.000127
+gallium_dri.so free 0x5571735d47c0 void 0.000123
+gallium_dri.so free 0x5571735f57b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d4770 0.000123
+gallium_dri.so free 0x5571735ffe80 void 0.000124
+gallium_dri.so free 0x5571735d4770 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffe30 0.000121
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ffff0 0.000125
+gallium_dri.so free 0x55717360da80 void 0.000124
+gallium_dri.so free 0x5571735ffff0 void 0.000125
+gallium_dri.so malloc 72 0x55717360daf0 0.000124
+gallium_dri.so free 0x557173605c40 void 0.000135
+gallium_dri.so free 0x55717360daf0 void 0.000130
+gallium_dri.so malloc 72 0x557173605bf0 0.000125
+gallium_dri.so free 0x55717360f9c0 void 0.000124
+gallium_dri.so free 0x557173605bf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360f970 0.000120
+gallium_dri.so free 0x55717360f800 void 0.000118
+gallium_dri.so free 0x55717360f970 void 0.000119
+gallium_dri.so malloc 72 0x55717360f7b0 0.000133
+gallium_dri.so free 0x557173467680 void 0.000129
+gallium_dri.so free 0x55717360f7b0 void 0.000130
+gallium_dri.so malloc 72 0x557173467630 0.000131
+gallium_dri.so free 0x5571735eb600 void 0.000126
+gallium_dri.so free 0x557173467630 void 0.000128
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000130
+gallium_dri.so free 0x5571735e1640 void 0.000136
+gallium_dri.so free 0x5571735eb5b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e15f0 0.000139
+gallium_dri.so free 0x557173610040 void 0.000133
+gallium_dri.so free 0x5571735e15f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e15f0 0.000130
+gallium_dri.so free 0x5571735c4100 void 0.000131
+gallium_dri.so free 0x5571735e15f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c40b0 0.000130
+gallium_dri.so free 0x55717360c7c0 void 0.000126
+gallium_dri.so free 0x5571735c40b0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c770 0.000124
+gallium_dri.so free 0x5571735ffcc0 void 0.000124
+gallium_dri.so free 0x55717360c770 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffc70 0.000143
+gallium_dri.so free 0x5571735cfc40 void 0.000128
+gallium_dri.so free 0x5571735ffc70 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000130
+gallium_dri.so free 0x55717346c280 void 0.000130
+gallium_dri.so free 0x5571735cfbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c230 0.000126
+gallium_dri.so free 0x5571735f8a00 void 0.000124
+gallium_dri.so free 0x55717346c230 void 0.000128
+gallium_dri.so malloc 72 0x5571735f89b0 0.000125
+gallium_dri.so free 0x557173464b80 void 0.000123
+gallium_dri.so free 0x5571735f89b0 void 0.000129
+gallium_dri.so malloc 72 0x557173464b30 0.000131
+gallium_dri.so free 0x5571735d2200 void 0.000126
+gallium_dri.so free 0x557173464b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735d21b0 0.000130
+gallium_dri.so free 0x557173461c40 void 0.000130
+gallium_dri.so free 0x5571735d21b0 void 0.000125
+gallium_dri.so malloc 72 0x557173461bf0 0.000129
+gallium_dri.so free 0x55717346e840 void 0.000126
+gallium_dri.so free 0x557173461bf0 void 0.000129
+gallium_dri.so malloc 72 0x55717346e7f0 0.000130
+gallium_dri.so free 0x5571735fd700 void 0.000140
+gallium_dri.so free 0x55717346e7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000130
+gallium_dri.so free 0x55717360f640 void 0.000138
+gallium_dri.so free 0x5571735fd6b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360f5f0 0.000130
+gallium_dri.so free 0x5571735c29c0 void 0.000131
+gallium_dri.so free 0x55717360f5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x557173469e80 void 0.000131
+gallium_dri.so free 0x5571735c2970 void 0.000133
+gallium_dri.so malloc 72 0x557173469e30 0.000133
+gallium_dri.so free 0x5571735f8840 void 0.000130
+gallium_dri.so free 0x557173469e30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x5571735f7100 void 0.000130
+gallium_dri.so free 0x5571735f87f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f70b0 0.000130
+gallium_dri.so free 0x5571735f2e80 void 0.000132
+gallium_dri.so free 0x5571735f70b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2e30 0.000133
+gallium_dri.so free 0x55717360d400 void 0.000126
+gallium_dri.so free 0x5571735f2e30 void 0.000130
+gallium_dri.so malloc 72 0x55717360d3b0 0.000130
+gallium_dri.so free 0x5571735f6440 void 0.000131
+gallium_dri.so free 0x55717360d3b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f63f0 0.000125
+gallium_dri.so free 0x55717346d100 void 0.000129
+gallium_dri.so free 0x5571735f63f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346d0b0 0.000131
+gallium_dri.so free 0x557173461600 void 0.000132
+gallium_dri.so free 0x55717346d0b0 void 0.000130
+gallium_dri.so malloc 72 0x557173461670 0.000131
+gallium_dri.so free 0x5571735ed1c0 void 0.000132
+gallium_dri.so free 0x557173461670 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed170 0.000124
+gallium_dri.so free 0x5571735fda80 void 0.000124
+gallium_dri.so free 0x5571735ed170 void 0.000125
+gallium_dri.so malloc 72 0x5571735fda30 0.000124
+gallium_dri.so free 0x557173473580 void 0.000126
+gallium_dri.so free 0x5571735fda30 void 0.000129
+gallium_dri.so malloc 72 0x557173473530 0.000287
+gallium_dri.so free 0x5571735faec0 void 0.000170
+gallium_dri.so free 0x557173473530 void 0.000162
+gallium_dri.so malloc 72 0x5571735fae70 0.000165
+gallium_dri.so free 0x55717346c0c0 void 0.000130
+gallium_dri.so free 0x5571735fae70 void 0.000130
+gallium_dri.so malloc 72 0x55717346c070 0.000125
+gallium_dri.so free 0x55717346ea00 void 0.000129
+gallium_dri.so free 0x55717346c070 void 0.000133
+gallium_dri.so malloc 72 0x55717346e9b0 0.000130
+gallium_dri.so free 0x5571735df4c0 void 0.000131
+gallium_dri.so free 0x55717346e9b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346e9b0 0.000124
+gallium_dri.so free 0x5571735dc0c0 void 0.000138
+gallium_dri.so free 0x55717346e9b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc070 0.000116
+gallium_dri.so free 0x55717346e680 void 0.000259
+gallium_dri.so free 0x5571735dc070 void 0.000188
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x5571735c42c0 void 0.000122
+gallium_dri.so free 0x55717346e630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x55717360e0c0 void 0.000120
+gallium_dri.so free 0x5571735c4270 void 0.000119
+gallium_dri.so malloc 72 0x55717360e070 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000119
+gallium_dri.so free 0x55717360e070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c00f0 0.000120
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x5571735c00f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9670 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000119
+gallium_dri.so free 0x5571735f9670 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x5571735fe740 void 0.000119
+gallium_dri.so free 0x557173620c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000119
+gallium_dri.so free 0x5571735f3200 void 0.000119
+gallium_dri.so free 0x5571735fe6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f31b0 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735f31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000118
+gallium_dri.so free 0x557173600d00 void 0.000121
+gallium_dri.so free 0x5571735db430 void 0.000118
+gallium_dri.so malloc 72 0x557173600cb0 0.000119
+gallium_dri.so free 0x55717346c440 void 0.000131
+gallium_dri.so free 0x557173600cb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346c3f0 0.000120
+gallium_dri.so free 0x557173460f80 void 0.000121
+gallium_dri.so free 0x55717346c3f0 void 0.000119
+gallium_dri.so malloc 72 0x557173460f30 0.000120
+gallium_dri.so free 0x5571735c1d00 void 0.000120
+gallium_dri.so free 0x557173460f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000121
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735c1cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4f30 0.000121
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735dcd80 void 0.000121
+gallium_dri.so free 0x5571735e2570 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x557173610680 void 0.000121
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x557173610630 void 0.000119
+gallium_dri.so malloc 72 0x5571735e31b0 0.000119
+gallium_dri.so free 0x55717346ab40 void 0.000120
+gallium_dri.so free 0x5571735e31b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aaf0 0.000128
+gallium_dri.so free 0x5571736006c0 void 0.000122
+gallium_dri.so free 0x55717346aaf0 void 0.000120
+gallium_dri.so malloc 72 0x557173600730 0.000120
+gallium_dri.so free 0x55717346f080 void 0.000122
+gallium_dri.so free 0x557173600730 void 0.000131
+gallium_dri.so malloc 72 0x557173600730 0.000121
+gallium_dri.so free 0x5571735fe100 void 0.000121
+gallium_dri.so free 0x557173600730 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe100 0.000120
+gallium_dri.so free 0x5571735fca40 void 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000120
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x557173610f40 void 0.000120
+gallium_dri.so free 0x5571735fefb0 void 0.000120
+gallium_dri.so malloc 72 0x557173610ef0 0.000119
+gallium_dri.so free 0x5571735dd640 void 0.000126
+gallium_dri.so free 0x557173610ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000115
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so free 0x5571735c3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3230 0.000112
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000112
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d970 0.000112
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x55717346d970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000113
+gallium_dri.so free 0x5571735c4940 void 0.000113
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc740 0.000114
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc740 0.000125
+gallium_dri.so free 0x55717346b400 void 0.000115
+gallium_dri.so free 0x5571735dc740 void 0.000112
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ffb0 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x557173460440 void 0.000113
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000127
+gallium_dri.so free 0x55717360e930 void 0.000116
+gallium_dri.so malloc 72 0x55717360e930 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000165
+gallium_dri.so free 0x5571735d1fc0 void 0.000123
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735901c0 0.000120
+gallium_dri.so free 0x5571735d4580 void 0.000123
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735901c0 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735901c0 0.000112
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x557173469a00 0.000117
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x557173460d00 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x557173466dc0 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173466dc0 0.000115
+gallium_dri.so free 0x557173460dc0 void 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460d70 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000114
+gallium_dri.so free 0x557173460d70 void 0.000113
+gallium_dri.so malloc 72 0x557173460d70 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x557173460d70 void 0.000112
+gallium_dri.so malloc 72 0x557173460d70 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x557173460d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a80 0.000114
+gallium_dri.so free 0x55717360d240 void 0.000115
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so malloc 72 0x55717360d1f0 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x55717360d1f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d1f0 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so free 0x55717360d1f0 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000113
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000112
+gallium_dri.so malloc 72 0x557173603300 0.000122
+gallium_dri.so free 0x5571735e3040 void 0.000113
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000113
+gallium_dri.so free 0x5571735e2ff0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000126
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x5571735e2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2ff0 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x5571735e2ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000107
+gallium_dri.so free 0x5571735ec380 void 0.000259
+gallium_dri.so free 0x5571735ec2c0 void 0.000210
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000116
+gallium_dri.so free 0x5571735dec80 void 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec30 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dec30 0.000114
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735dec30 void 0.000113
+gallium_dri.so malloc 72 0x5571735db230 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000193
+gallium_dri.so free 0x5571735db230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5540 0.000124
+gallium_dri.so free 0x5571735f5600 void 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5540 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5540 0.000118
+gallium_dri.so free 0x557173467480 void 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x557173467430 0.000119
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so free 0x557173467430 void 0.000118
+gallium_dri.so malloc 72 0x55717360c500 0.000120
+gallium_dri.so free 0x5571735fbc80 void 0.000119
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbc30 0.000118
+gallium_dri.so free 0x55717360c5c0 void 0.000118
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x55717360c5f0 0.000118
+gallium_dri.so free 0x5571736080c0 void 0.000119
+gallium_dri.so free 0x55717360c5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c5f0 0.000124
+gallium_dri.so free 0x557173608140 void 0.000111
+gallium_dri.so free 0x55717360c5f0 void 0.000111
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x557173590400 void 0.000111
+gallium_dri.so free 0x557173608140 void 0.000110
+gallium_dri.so malloc 72 0x557173608140 0.000110
+gallium_dri.so free 0x5571735904c0 void 0.000114
+gallium_dri.so free 0x557173608140 void 0.000111
+gallium_dri.so malloc 72 0x557173608140 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000110
+gallium_dri.so free 0x55717358b940 void 0.000110
+gallium_dri.so free 0x557173608140 void 0.000111
+gallium_dri.so malloc 72 0x55717358b8f0 0.000111
+gallium_dri.so free 0x5571735c0e00 void 0.000110
+gallium_dri.so free 0x55717358b8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0e00 0.000111
+gallium_dri.so free 0x5571735c0ec0 void 0.000110
+gallium_dri.so free 0x5571735c0e00 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0e00 0.000116
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e00 0.000115
+gallium_dri.so free 0x5571735e23c0 void 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2370 0.000110
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x5571735e2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2370 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so free 0x5571735e2370 void 0.000115
+gallium_dri.so malloc 72 0x55717360b4c0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe70 0.000114
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x5571735bfe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfe70 0.000113
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so free 0x5571735bfe70 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000113
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000172
+gallium_dri.so free 0x557173589100 void 0.000125
+gallium_dri.so malloc 72 0x557173464870 0.000126
+gallium_dri.so free 0x5571736058c0 void 0.000125
+gallium_dri.so free 0x557173464870 void 0.000120
+gallium_dri.so malloc 72 0x5571736058c0 0.000120
+gallium_dri.so free 0x557173605980 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736058c0 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000119
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bdf0 0.000118
+gallium_dri.so free 0x55717346be00 void 0.000118
+gallium_dri.so free 0x55717360bdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bdb0 0.000119
+gallium_dri.so free 0x55717346be80 void 0.000118
+gallium_dri.so free 0x55717346bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bed0 0.000117
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so free 0x55717346bed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d48e0 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d48e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d4930 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000112
+gallium_dri.so free 0x5571735d4930 void 0.000110
+gallium_dri.so malloc 72 0x5571735cfd80 0.000111
+gallium_dri.so free 0x5571735cfe00 void 0.000111
+gallium_dri.so free 0x5571735cfd80 void 0.000142
+gallium_dri.so malloc 72 0x5571735cfe00 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000110
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2360 0.000111
+gallium_dri.so free 0x5571735d2400 void 0.000111
+gallium_dri.so free 0x5571735d2360 void 0.000112
+gallium_dri.so malloc 72 0x5571735d23b0 0.000110
+gallium_dri.so free 0x5571735fc340 void 0.000110
+gallium_dri.so free 0x5571735d23b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d23b0 0.000110
+gallium_dri.so free 0x5571735fc400 void 0.000110
+gallium_dri.so free 0x5571735d23b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000112
+gallium_dri.so free 0x5571735fc3b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1790 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000117
+gallium_dri.so free 0x5571735e1790 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1820 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000113
+gallium_dri.so free 0x5571735e1820 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000126
+gallium_dri.so free 0x5571735e18c0 void 0.000117
+gallium_dri.so free 0x5571735fc4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1870 0.000115
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735e1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0280 0.000116
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so free 0x5571735c0280 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0300 0.000117
+gallium_dri.so free 0x5571735c03c0 void 0.000116
+gallium_dri.so free 0x5571735c0300 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0300 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb730 0.000113
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so free 0x5571735eb730 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb730 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb730 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb830 0.000115
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735eb830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49c0 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so free 0x5571735f49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49c0 0.000205
+gallium_dri.so free 0x5571735f4ac0 void 0.000158
+gallium_dri.so free 0x5571735f49c0 void 0.000162
+gallium_dri.so malloc 72 0x5571735f4af0 0.000126
+gallium_dri.so free 0x5571735fafc0 void 0.000121
+gallium_dri.so free 0x5571735f4af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb000 0.000118
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so free 0x5571735fb000 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb080 0.000118
+gallium_dri.so free 0x5571735fb140 void 0.000119
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb080 0.000118
+gallium_dri.so free 0x5571734605c0 void 0.000117
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so malloc 72 0x557173460570 0.000119
+gallium_dri.so free 0x557173460640 void 0.000118
+gallium_dri.so free 0x557173460570 void 0.000142
+gallium_dri.so malloc 72 0x557173460570 0.000122
+gallium_dri.so free 0x557173460740 void 0.000119
+gallium_dri.so free 0x557173460570 void 0.000115
+gallium_dri.so malloc 72 0x5571734606f0 0.000118
+gallium_dri.so free 0x55717346bb40 void 0.000119
+gallium_dri.so free 0x5571734606f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bb40 0.000116
+gallium_dri.so free 0x55717346bc00 void 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000110
+gallium_dri.so malloc 72 0x55717346bb40 0.000112
+gallium_dri.so free 0x55717346bc80 void 0.000111
+gallium_dri.so free 0x55717346bb40 void 0.000112
+gallium_dri.so malloc 72 0x55717346bcb0 0.000112
+gallium_dri.so free 0x557173611080 void 0.000112
+gallium_dri.so free 0x55717346bcb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346bcb0 0.000110
+gallium_dri.so free 0x557173611100 void 0.000111
+gallium_dri.so free 0x55717346bcb0 void 0.000112
+gallium_dri.so malloc 72 0x557173611100 0.000111
+gallium_dri.so free 0x5571736111c0 void 0.000111
+gallium_dri.so free 0x557173611100 void 0.000110
+gallium_dri.so malloc 72 0x557173611100 0.000111
+gallium_dri.so free 0x557173609780 void 0.000111
+gallium_dri.so free 0x557173611100 void 0.000110
+gallium_dri.so malloc 72 0x557173611100 0.000110
+gallium_dri.so free 0x557173609800 void 0.000110
+gallium_dri.so free 0x557173611100 void 0.000112
+gallium_dri.so malloc 72 0x557173609830 0.000109
+gallium_dri.so free 0x557173609880 void 0.000112
+gallium_dri.so free 0x557173609830 void 0.000110
+gallium_dri.so malloc 72 0x557173609830 0.000111
+gallium_dri.so free 0x5571735f97c0 void 0.000110
+gallium_dri.so free 0x557173609830 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9810 0.000114
+gallium_dri.so free 0x5571735f9880 void 0.000111
+gallium_dri.so free 0x5571735f9810 void 0.000126
+gallium_dri.so malloc 72 0x5571735f98a0 0.000114
+gallium_dri.so free 0x557173609980 void 0.000115
+gallium_dri.so free 0x5571735f98a0 void 0.000114
+gallium_dri.so malloc 72 0x557173609930 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000116
+gallium_dri.so free 0x557173609930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98f0 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735f98f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7240 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99b0 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000116
+gallium_dri.so free 0x5571735f99b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f99b0 0.000112
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac80 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000113
+gallium_dri.so free 0x55717346ac80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ad00 0.000113
+gallium_dri.so free 0x55717346adc0 void 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000211
+gallium_dri.so malloc 72 0x55717346ad00 0.000127
+gallium_dri.so free 0x5571735f7440 void 0.000126
+gallium_dri.so free 0x55717346ad00 void 0.000124
+gallium_dri.so malloc 72 0x5571735f73f0 0.000150
+gallium_dri.so free 0x55717346d200 void 0.000121
+gallium_dri.so free 0x5571735f73f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d230 0.000119
+gallium_dri.so free 0x55717346d280 void 0.000118
+gallium_dri.so free 0x55717346d230 void 0.000118
+gallium_dri.so malloc 72 0x55717346d230 0.000118
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d230 void 0.000119
+gallium_dri.so malloc 72 0x55717346d330 0.000118
+gallium_dri.so free 0x55717346d440 void 0.000118
+gallium_dri.so free 0x55717346d330 void 0.000120
+gallium_dri.so malloc 72 0x55717346d3f0 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x55717346d3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e1f0 0.000119
+gallium_dri.so free 0x55717360e240 void 0.000120
+gallium_dri.so free 0x55717360e1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e1f0 0.000120
+gallium_dri.so free 0x55717360e340 void 0.000119
+gallium_dri.so free 0x55717360e1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e380 0.000123
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x55717360e380 void 0.000111
+gallium_dri.so malloc 72 0x5571736107d0 0.000112
+gallium_dri.so free 0x557173610840 void 0.000110
+gallium_dri.so free 0x5571736107d0 void 0.000111
+gallium_dri.so malloc 72 0x557173610860 0.000110
+gallium_dri.so free 0x557173610900 void 0.000111
+gallium_dri.so free 0x557173610860 void 0.000111
+gallium_dri.so malloc 72 0x5571736108b0 0.000112
+gallium_dri.so free 0x557173610980 void 0.000112
+gallium_dri.so free 0x5571736108b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736108b0 0.000111
+gallium_dri.so free 0x5571735dce80 void 0.000111
+gallium_dri.so free 0x5571736108b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dced0 0.000113
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dced0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcfa0 0.000111
+gallium_dri.so free 0x5571735dd040 void 0.000111
+gallium_dri.so free 0x5571735dcfa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcff0 0.000111
+gallium_dri.so free 0x557173461d40 void 0.000123
+gallium_dri.so free 0x5571735dcff0 void 0.000117
+gallium_dri.so malloc 72 0x557173461d70 0.000115
+gallium_dri.so free 0x557173461dc0 void 0.000112
+gallium_dri.so free 0x557173461d70 void 0.000111
+gallium_dri.so malloc 72 0x557173461d70 0.000110
+gallium_dri.so free 0x557173461ec0 void 0.000126
+gallium_dri.so free 0x557173461d70 void 0.000116
+gallium_dri.so malloc 72 0x557173461e70 0.000115
+gallium_dri.so free 0x557173461f80 void 0.000114
+gallium_dri.so free 0x557173461e70 void 0.000114
+gallium_dri.so malloc 72 0x557173461f30 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x557173461f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe870 0.000115
+gallium_dri.so free 0x5571735fe8c0 void 0.000115
+gallium_dri.so free 0x5571735fe870 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000114
+gallium_dri.so free 0x5571735fe980 void 0.000115
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe8c0 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x5571735fe8c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc50 0.000117
+gallium_dri.so free 0x5571735fea80 void 0.000116
+gallium_dri.so free 0x5571735dfc50 void 0.000140
+gallium_dri.so malloc 72 0x5571735fea30 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so free 0x5571735fea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000116
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000173
+gallium_dri.so free 0x5571735dfcf0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c2b10 0.000165
+gallium_dri.so free 0x5571735c2b80 void 0.000125
+gallium_dri.so free 0x5571735c2b10 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2bc0 0.000119
+gallium_dri.so free 0x5571735dfe40 void 0.000119
+gallium_dri.so free 0x5571735c2bc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000119
+gallium_dri.so free 0x5571735c2c40 void 0.000120
+gallium_dri.so free 0x5571735dfdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000120
+gallium_dri.so free 0x5571735dfdf0 void 0.000119
+gallium_dri.so malloc 72 0x557173600e40 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so free 0x557173600e40 void 0.000119
+gallium_dri.so malloc 72 0x557173600ec0 0.000118
+gallium_dri.so free 0x5571735c2d00 void 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000118
+gallium_dri.so free 0x557173600f80 void 0.000119
+gallium_dri.so free 0x5571735c2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000120
+gallium_dri.so free 0x55717346f200 void 0.000120
+gallium_dri.so free 0x5571735c2cb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346f1b0 0.000111
+gallium_dri.so free 0x55717346f200 void 0.000111
+gallium_dri.so free 0x55717346f1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346f1b0 0.000111
+gallium_dri.so free 0x55717346f300 void 0.000115
+gallium_dri.so free 0x55717346f1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346f2b0 0.000111
+gallium_dri.so free 0x557173601040 void 0.000110
+gallium_dri.so free 0x55717346f2b0 void 0.000111
+gallium_dri.so malloc 72 0x557173600ff0 0.000112
+gallium_dri.so free 0x55717346f3c0 void 0.000112
+gallium_dri.so free 0x557173600ff0 void 0.000112
+gallium_dri.so malloc 72 0x55717346f370 0.000111
+gallium_dri.so free 0x5571735dff80 void 0.000110
+gallium_dri.so free 0x55717346f370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dffc0 0.000111
+gallium_dri.so free 0x5571735e0040 void 0.000111
+gallium_dri.so free 0x5571735dffc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0040 0.000110
+gallium_dri.so free 0x5571735e0100 void 0.000111
+gallium_dri.so free 0x5571735e0040 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0040 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000116
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0040 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so free 0x5571735e0040 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd230 0.000162
+gallium_dri.so free 0x5571735dd280 void 0.000164
+gallium_dri.so free 0x5571735dd230 void 0.000160
+gallium_dri.so malloc 72 0x5571735dd230 0.000155
+gallium_dri.so free 0x5571735dd380 void 0.000127
+gallium_dri.so free 0x5571735dd230 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd330 0.000120
+gallium_dri.so free 0x5571735dd440 void 0.000123
+gallium_dri.so free 0x5571735dd330 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000126
+gallium_dri.so free 0x557173610b00 void 0.000124
+gallium_dri.so free 0x5571735dd3f0 void 0.000125
+gallium_dri.so malloc 72 0x557173610b30 0.000126
+gallium_dri.so free 0x557173610b80 void 0.000124
+gallium_dri.so free 0x557173610b30 void 0.000124
+gallium_dri.so malloc 72 0x557173610b80 0.000120
+gallium_dri.so free 0x557173610c40 void 0.000126
+gallium_dri.so free 0x557173610b80 void 0.000125
+gallium_dri.so malloc 72 0x557173610b80 0.000120
+gallium_dri.so free 0x557173610d40 void 0.000119
+gallium_dri.so free 0x557173610b80 void 0.000124
+gallium_dri.so malloc 72 0x557173610cf0 0.000124
+gallium_dri.so free 0x5571735c2e40 void 0.000175
+gallium_dri.so free 0x557173610cf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2e60 0.000124
+gallium_dri.so free 0x5571735c2f00 void 0.000125
+gallium_dri.so free 0x5571735c2e60 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000120
+gallium_dri.so free 0x5571735c2f80 void 0.000119
+gallium_dri.so free 0x5571735c2eb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000120
+gallium_dri.so free 0x5571735c3000 void 0.000119
+gallium_dri.so free 0x5571735c2eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3000 0.000125
+gallium_dri.so free 0x5571735f9b40 void 0.000125
+gallium_dri.so free 0x5571735c3000 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9b80 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000119
+gallium_dri.so free 0x5571735f9b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9b80 0.000125
+gallium_dri.so free 0x5571735f9c80 void 0.000126
+gallium_dri.so free 0x5571735f9b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000129
+gallium_dri.so free 0x5571735f9d00 void 0.000126
+gallium_dri.so free 0x5571735f9cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000120
+gallium_dri.so free 0x5571735f9cb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecb30 0.000125
+gallium_dri.so free 0x5571735ecc40 void 0.000127
+gallium_dri.so free 0x5571735ecb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000122
+gallium_dri.so free 0x5571735ecc80 void 0.000120
+gallium_dri.so free 0x5571735ecbf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000124
+gallium_dri.so free 0x5571735ecd40 void 0.000127
+gallium_dri.so free 0x5571735ecbf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000120
+gallium_dri.so free 0x5571735dba80 void 0.000119
+gallium_dri.so free 0x5571735ecbf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dba30 0.000124
+gallium_dri.so free 0x5571735dbb00 void 0.000125
+gallium_dri.so free 0x5571735dba30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dbb50 0.000118
+gallium_dri.so free 0x5571735dbbc0 void 0.000139
+gallium_dri.so free 0x5571735dbb50 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000119
+gallium_dri.so free 0x5571735dbc80 void 0.000120
+gallium_dri.so free 0x5571735dbbe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbc30 0.000119
+gallium_dri.so free 0x557173473b80 void 0.000121
+gallium_dri.so free 0x5571735dbc30 void 0.000120
+gallium_dri.so malloc 72 0x557173473b30 0.000126
+gallium_dri.so free 0x557173473c00 void 0.000121
+gallium_dri.so free 0x557173473b30 void 0.000118
+gallium_dri.so malloc 72 0x557173473c50 0.000120
+gallium_dri.so free 0x557173473cc0 void 0.000119
+gallium_dri.so free 0x557173473c50 void 0.000119
+gallium_dri.so malloc 72 0x557173473d20 0.000118
+gallium_dri.so free 0x557173473dc0 void 0.000118
+gallium_dri.so free 0x557173473d20 void 0.000119
+gallium_dri.so malloc 72 0x557173473d70 0.000119
+gallium_dri.so free 0x5571735f7580 void 0.000120
+gallium_dri.so free 0x557173473d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f75b0 0.000118
+gallium_dri.so free 0x5571735f7600 void 0.000118
+gallium_dri.so free 0x5571735f75b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f75b0 0.000118
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f75b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76b0 0.000118
+gallium_dri.so free 0x5571735f77c0 void 0.000118
+gallium_dri.so free 0x5571735f76b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7770 0.000118
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735f7770 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7b0 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000119
+gallium_dri.so free 0x5571735de7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de880 0.000162
+gallium_dri.so free 0x5571735de940 void 0.000119
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de880 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000120
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9c0 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5db0 0.000118
+gallium_dri.so free 0x5571735f5e40 void 0.000119
+gallium_dri.so free 0x5571735f5db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5db0 0.000120
+gallium_dri.so free 0x5571735f5f00 void 0.000120
+gallium_dri.so free 0x5571735f5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f40 0.000121
+gallium_dri.so free 0x5571735f5fc0 void 0.000118
+gallium_dri.so free 0x5571735f5f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so free 0x5571735f5fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec00 0.000117
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000146
+gallium_dri.so malloc 72 0x5571735fec00 0.000123
+gallium_dri.so free 0x5571735fed00 void 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fed30 0.000119
+gallium_dri.so free 0x5571735fed80 void 0.000119
+gallium_dri.so free 0x5571735fed30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed30 0.000119
+gallium_dri.so free 0x55717346afc0 void 0.000119
+gallium_dri.so free 0x5571735fed30 void 0.000118
+gallium_dri.so malloc 72 0x55717346b010 0.000119
+gallium_dri.so free 0x55717346b080 void 0.000119
+gallium_dri.so free 0x55717346b010 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0a0 0.000117
+gallium_dri.so free 0x55717346b140 void 0.000121
+gallium_dri.so free 0x55717346b0a0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b0f0 0.000117
+gallium_dri.so free 0x55717346b1c0 void 0.000119
+gallium_dri.so free 0x55717346b0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b230 0.000118
+gallium_dri.so free 0x55717360cdc0 void 0.000117
+gallium_dri.so free 0x55717346b230 void 0.000117
+gallium_dri.so malloc 72 0x55717360cd70 0.000119
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cd70 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce90 0.000118
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce90 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf20 0.000119
+gallium_dri.so free 0x55717360cfc0 void 0.000129
+gallium_dri.so free 0x55717360cf20 void 0.000119
+gallium_dri.so malloc 72 0x55717360cf70 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000118
+gallium_dri.so free 0x55717360cf70 void 0.000119
+gallium_dri.so malloc 72 0x55717360e580 0.000119
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e580 void 0.000119
+gallium_dri.so malloc 72 0x55717360e600 0.000121
+gallium_dri.so free 0x55717360e6c0 void 0.000119
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so malloc 72 0x55717360e600 0.000118
+gallium_dri.so free 0x55717360e780 void 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so malloc 72 0x55717360e600 0.000119
+gallium_dri.so free 0x557173460940 void 0.000120
+gallium_dri.so free 0x55717360e600 void 0.000124
+gallium_dri.so malloc 72 0x5571734608f0 0.000148
+gallium_dri.so free 0x5571734609c0 void 0.000122
+gallium_dri.so free 0x5571734608f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734608f0 0.000120
+gallium_dri.so free 0x557173460a40 void 0.000118
+gallium_dri.so free 0x5571734608f0 void 0.000119
+gallium_dri.so malloc 72 0x557173460a40 0.000119
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x557173460a40 void 0.000118
+gallium_dri.so malloc 72 0x557173460a40 0.000131
+gallium_dri.so free 0x5571735fc600 void 0.000138
+gallium_dri.so free 0x557173460a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc630 0.000120
+gallium_dri.so free 0x5571735fc680 void 0.000118
+gallium_dri.so free 0x5571735fc630 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc680 0.000119
+gallium_dri.so free 0x5571735fc740 void 0.000120
+gallium_dri.so free 0x5571735fc680 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc680 0.000118
+gallium_dri.so free 0x5571735fc840 void 0.000118
+gallium_dri.so free 0x5571735fc680 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000119
+gallium_dri.so free 0x55717346d580 void 0.000118
+gallium_dri.so free 0x5571735fc7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d5a0 0.000120
+gallium_dri.so free 0x55717346d640 void 0.000119
+gallium_dri.so free 0x55717346d5a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d5f0 0.000118
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x55717346d5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d5f0 0.000120
+gallium_dri.so free 0x55717346d740 void 0.000118
+gallium_dri.so free 0x55717346d5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d740 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000121
+gallium_dri.so free 0x55717346d740 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2b70 0.000120
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2c60 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000120
+gallium_dri.so free 0x5571735e2c60 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000118
+gallium_dri.so free 0x5571735e2d80 void 0.000117
+gallium_dri.so free 0x5571735e2cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2cb0 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000119
+gallium_dri.so free 0x5571735e2cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c1780 void 0.000119
+gallium_dri.so free 0x5571735c1670 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1730 0.000119
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1730 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000119
+gallium_dri.so free 0x5571735c1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1730 0.000119
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x5571735c1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1180 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000162
+gallium_dri.so free 0x5571735e1180 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1200 0.000119
+gallium_dri.so free 0x5571735e12c0 void 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1200 0.000131
+gallium_dri.so free 0x5571735e1340 void 0.000119
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1370 0.000118
+gallium_dri.so free 0x5571735fa9c0 void 0.000119
+gallium_dri.so free 0x5571735e1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa00 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000119
+gallium_dri.so free 0x5571735faa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa80 0.000118
+gallium_dri.so free 0x5571735fab40 void 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735faa80 0.000119
+gallium_dri.so free 0x5571735fac00 void 0.000123
+gallium_dri.so free 0x5571735faa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fac20 0.000119
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x5571735fac20 void 0.000130
+gallium_dri.so malloc 72 0x557173466ff0 0.000119
+gallium_dri.so free 0x557173467040 void 0.000120
+gallium_dri.so free 0x557173466ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173466ff0 0.000128
+gallium_dri.so free 0x557173467140 void 0.000120
+gallium_dri.so free 0x557173466ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571734670f0 0.000118
+gallium_dri.so free 0x557173467200 void 0.000120
+gallium_dri.so free 0x5571734670f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734671b0 0.000120
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x5571734671b0 void 0.000118
+gallium_dri.so malloc 72 0x557173603530 0.000119
+gallium_dri.so free 0x557173603580 void 0.000119
+gallium_dri.so free 0x557173603530 void 0.000117
+gallium_dri.so malloc 72 0x557173603580 0.000120
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so free 0x557173603580 void 0.000120
+gallium_dri.so malloc 72 0x557173603580 0.000118
+gallium_dri.so free 0x557173603740 void 0.000119
+gallium_dri.so free 0x557173603580 void 0.000118
+gallium_dri.so malloc 72 0x5571736036f0 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000121
+gallium_dri.so free 0x5571736036f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c0e0 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so free 0x55717360c0e0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c130 0.000119
+gallium_dri.so free 0x55717360c200 void 0.000119
+gallium_dri.so free 0x55717360c130 void 0.000126
+gallium_dri.so malloc 72 0x55717360c130 0.000120
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so free 0x55717360c130 void 0.000119
+gallium_dri.so malloc 72 0x55717360c280 0.000118
+gallium_dri.so free 0x55717358de00 void 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so malloc 72 0x55717358de40 0.000120
+gallium_dri.so free 0x55717358dec0 void 0.000119
+gallium_dri.so free 0x55717358de40 void 0.000119
+gallium_dri.so malloc 72 0x55717358de40 0.000121
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so free 0x55717358de40 void 0.000119
+gallium_dri.so malloc 72 0x55717358df70 0.000119
+gallium_dri.so free 0x55717358dfc0 void 0.000119
+gallium_dri.so free 0x55717358df70 void 0.000118
+gallium_dri.so malloc 72 0x55717358df70 0.000118
+gallium_dri.so free 0x5571734620c0 void 0.000135
+gallium_dri.so free 0x55717358df70 void 0.000122
+gallium_dri.so malloc 72 0x557173462110 0.000120
+gallium_dri.so free 0x557173462180 void 0.000119
+gallium_dri.so free 0x557173462110 void 0.000120
+gallium_dri.so malloc 72 0x5571734621a0 0.000119
+gallium_dri.so free 0x557173462240 void 0.000120
+gallium_dri.so free 0x5571734621a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734621f0 0.000116
+gallium_dri.so free 0x5571734622c0 void 0.000119
+gallium_dri.so free 0x5571734621f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734621f0 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so free 0x5571734621f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734621f0 0.000120
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so free 0x5571734621f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba40 0.000124
+gallium_dri.so free 0x5571734623c0 void 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000119
+gallium_dri.so malloc 72 0x557173462370 0.000119
+gallium_dri.so free 0x5571735ebb00 void 0.000118
+gallium_dri.so free 0x557173462370 void 0.000118
+gallium_dri.so malloc 72 0x557173462370 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000120
+gallium_dri.so free 0x557173462370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc00 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so free 0x5571735ebc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb280 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb280 0.000119
+gallium_dri.so free 0x5571735fb400 void 0.000119
+gallium_dri.so free 0x5571735fb280 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb420 0.000117
+gallium_dri.so free 0x5571735fb4c0 void 0.000122
+gallium_dri.so free 0x5571735fb420 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb470 0.000119
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735fb470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb470 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so free 0x5571735fb470 void 0.000118
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735da980 void 0.000118
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735da8c0 0.000120
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa30 0.000118
+gallium_dri.so free 0x5571735daa80 void 0.000121
+gallium_dri.so free 0x5571735daa30 void 0.000119
+gallium_dri.so malloc 72 0x5571735daa80 0.000118
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735daa80 0.000118
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so free 0x5571735daa80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab40 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735dab40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dab40 0.000127
+gallium_dri.so free 0x5571735c0580 void 0.000119
+gallium_dri.so free 0x5571735dab40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c05b0 0.000121
+gallium_dri.so free 0x5571735c0600 void 0.000140
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c05b0 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000119
+gallium_dri.so free 0x5571735c05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c06b0 0.000118
+gallium_dri.so free 0x5571735c07c0 void 0.000120
+gallium_dri.so free 0x5571735c06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0770 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so free 0x5571735c0770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0770 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000119
+gallium_dri.so free 0x5571735c0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa170 0.000120
+gallium_dri.so free 0x5571735fa1c0 void 0.000119
+gallium_dri.so free 0x5571735fa170 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa170 0.000118
+gallium_dri.so free 0x5571735fa2c0 void 0.000119
+gallium_dri.so free 0x5571735fa170 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa270 0.000121
+gallium_dri.so free 0x5571735fa380 void 0.000118
+gallium_dri.so free 0x5571735fa270 void 0.000167
+gallium_dri.so malloc 72 0x5571735fa330 0.000117
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735fa330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa330 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000129
+gallium_dri.so free 0x5571735fa330 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1a70 0.000119
+gallium_dri.so free 0x5571735e1ac0 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1a70 0.000118
+gallium_dri.so free 0x5571735e1bc0 void 0.000120
+gallium_dri.so free 0x5571735e1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b70 0.000119
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so free 0x5571735e1b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c30 0.000117
+gallium_dri.so free 0x5571735f4c40 void 0.000118
+gallium_dri.so free 0x5571735e1c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1c30 0.000118
+gallium_dri.so free 0x5571735f4d00 void 0.000119
+gallium_dri.so free 0x5571735e1c30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000119
+gallium_dri.so free 0x5571735f4d80 void 0.000119
+gallium_dri.so free 0x5571735f4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000120
+gallium_dri.so free 0x5571735f4e40 void 0.000127
+gallium_dri.so free 0x5571735f4dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000119
+gallium_dri.so free 0x5571735f4f40 void 0.000119
+gallium_dri.so free 0x5571735f4ea0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000117
+gallium_dri.so free 0x557173589740 void 0.000120
+gallium_dri.so free 0x5571735f4ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x557173589840 void 0.000119
+gallium_dri.so free 0x5571735896f0 void 0.000120
+gallium_dri.so malloc 72 0x557173589840 0.000118
+gallium_dri.so free 0x557173589900 void 0.000118
+gallium_dri.so free 0x557173589840 void 0.000118
+gallium_dri.so malloc 72 0x557173589840 0.000123
+gallium_dri.so free 0x5571735899c0 void 0.000125
+gallium_dri.so free 0x557173589840 void 0.000119
+gallium_dri.so malloc 72 0x557173589840 0.000118
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x557173589840 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a80 void 0.000118
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a30 0.000129
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2b50 0.000119
+gallium_dri.so free 0x5571735f2bc0 void 0.000118
+gallium_dri.so free 0x5571735f2b50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2be0 0.000119
+gallium_dri.so free 0x5571735f2c80 void 0.000119
+gallium_dri.so free 0x5571735f2be0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2c30 0.000118
+gallium_dri.so free 0x5571735f5900 void 0.000118
+gallium_dri.so free 0x5571735f2c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5940 0.000118
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so free 0x5571735f5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59c0 0.000256
+gallium_dri.so free 0x5571735f5a80 void 0.000180
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59c0 0.000117
+gallium_dri.so free 0x5571735f5b00 void 0.000118
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000117
+gallium_dri.so free 0x5571735f5bc0 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000159
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1200 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so free 0x5571735c1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1280 0.000118
+gallium_dri.so free 0x5571735c1340 void 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1280 0.000116
+gallium_dri.so free 0x5571735c13c0 void 0.000116
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so malloc 72 0x5571735c13f0 0.000118
+gallium_dri.so free 0x5571735c1440 void 0.000116
+gallium_dri.so free 0x5571735c13f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c13f0 0.000117
+gallium_dri.so free 0x5571736101c0 void 0.000117
+gallium_dri.so free 0x5571735c13f0 void 0.000117
+gallium_dri.so malloc 72 0x557173610170 0.000117
+gallium_dri.so free 0x557173610240 void 0.000117
+gallium_dri.so free 0x557173610170 void 0.000118
+gallium_dri.so malloc 72 0x557173610290 0.000118
+gallium_dri.so free 0x557173610300 void 0.000118
+gallium_dri.so free 0x557173610290 void 0.000116
+gallium_dri.so malloc 72 0x557173610320 0.000117
+gallium_dri.so free 0x5571736103c0 void 0.000117
+gallium_dri.so free 0x557173610320 void 0.000120
+gallium_dri.so malloc 72 0x557173610370 0.000118
+gallium_dri.so free 0x557173610440 void 0.000119
+gallium_dri.so free 0x557173610370 void 0.000118
+gallium_dri.so malloc 72 0x557173610370 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000144
+gallium_dri.so free 0x557173610370 void 0.000119
+gallium_dri.so malloc 72 0x55717360dbb0 0.000118
+gallium_dri.so free 0x55717360dcc0 void 0.000117
+gallium_dri.so free 0x55717360dbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc70 0.000117
+gallium_dri.so free 0x55717360dd40 void 0.000118
+gallium_dri.so free 0x55717360dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc70 0.000117
+gallium_dri.so free 0x55717360de00 void 0.000117
+gallium_dri.so free 0x55717360dc70 void 0.000116
+gallium_dri.so malloc 72 0x55717360dc70 0.000117
+gallium_dri.so free 0x55717360dec0 void 0.000116
+gallium_dri.so free 0x55717360dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717360de70 0.000116
+gallium_dri.so free 0x557173461780 void 0.000117
+gallium_dri.so free 0x55717360de70 void 0.000117
+gallium_dri.so malloc 72 0x557173461730 0.000116
+gallium_dri.so free 0x557173461840 void 0.000117
+gallium_dri.so free 0x557173461730 void 0.000119
+gallium_dri.so malloc 72 0x5571734617f0 0.000118
+gallium_dri.so free 0x557173461880 void 0.000116
+gallium_dri.so free 0x5571734617f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734617f0 0.000126
+gallium_dri.so free 0x557173461940 void 0.000119
+gallium_dri.so free 0x5571734617f0 void 0.000116
+gallium_dri.so malloc 72 0x557173461990 0.000116
+gallium_dri.so free 0x557173461a00 void 0.000121
+gallium_dri.so free 0x557173461990 void 0.000117
+gallium_dri.so malloc 72 0x557173461a40 0.000117
+gallium_dri.so free 0x5571735f9200 void 0.000118
+gallium_dri.so free 0x557173461a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f91b0 0.000117
+gallium_dri.so free 0x5571735f92c0 void 0.000117
+gallium_dri.so free 0x5571735f91b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9270 0.000117
+gallium_dri.so free 0x5571735f9300 void 0.000126
+gallium_dri.so free 0x5571735f9270 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9270 0.000128
+gallium_dri.so free 0x5571735f93c0 void 0.000125
+gallium_dri.so free 0x5571735f9270 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9400 0.000118
+gallium_dri.so free 0x5571735f9480 void 0.000125
+gallium_dri.so free 0x5571735f9400 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9480 0.000119
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so free 0x5571735f9480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9480 0.000127
+gallium_dri.so free 0x5571735fa640 void 0.000119
+gallium_dri.so free 0x5571735f9480 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9480 0.000117
+gallium_dri.so free 0x5571735fa700 void 0.000117
+gallium_dri.so free 0x5571735f9480 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9480 0.000117
+gallium_dri.so free 0x5571735fa7c0 void 0.000117
+gallium_dri.so free 0x5571735f9480 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa770 0.000118
+gallium_dri.so free 0x5571735fa840 void 0.000118
+gallium_dri.so free 0x5571735fa770 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa890 0.000117
+gallium_dri.so free 0x5571735db580 void 0.000119
+gallium_dri.so free 0x5571735fa890 void 0.000115
+gallium_dri.so malloc 72 0x5571735db5a0 0.000117
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so free 0x5571735db5a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5f0 0.000125
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db5f0 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000117
+gallium_dri.so free 0x5571735db5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db770 0.000117
+gallium_dri.so free 0x5571735db840 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000117
+gallium_dri.so malloc 72 0x5571735db890 0.000125
+gallium_dri.so free 0x55717346a680 void 0.000112
+gallium_dri.so free 0x5571735db890 void 0.000111
+gallium_dri.so malloc 72 0x55717346a630 0.000110
+gallium_dri.so free 0x55717346a6c0 void 0.000111
+gallium_dri.so free 0x55717346a630 void 0.000110
+gallium_dri.so malloc 72 0x55717346a630 0.000110
+gallium_dri.so free 0x55717346a780 void 0.000111
+gallium_dri.so free 0x55717346a630 void 0.000111
+gallium_dri.so malloc 72 0x55717346a7c0 0.000110
+gallium_dri.so free 0x55717346a840 void 0.000111
+gallium_dri.so free 0x55717346a7c0 void 0.000110
+gallium_dri.so malloc 72 0x55717346a840 0.000110
+gallium_dri.so free 0x55717346a900 void 0.000110
+gallium_dri.so free 0x55717346a840 void 0.000109
+gallium_dri.so malloc 72 0x55717346a840 0.000111
+gallium_dri.so free 0x5571735c2500 void 0.000109
+gallium_dri.so free 0x55717346a840 void 0.000110
+gallium_dri.so malloc 72 0x5571735c24b0 0.000109
+gallium_dri.so free 0x5571735c2540 void 0.000109
+gallium_dri.so free 0x5571735c24b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c24b0 0.000109
+gallium_dri.so free 0x5571735c2600 void 0.000116
+gallium_dri.so free 0x5571735c24b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2640 0.000110
+gallium_dri.so free 0x5571735c26c0 void 0.000110
+gallium_dri.so free 0x5571735c2640 void 0.000109
+gallium_dri.so malloc 72 0x5571735c26c0 0.000110
+gallium_dri.so free 0x5571735c2780 void 0.000136
+gallium_dri.so free 0x5571735c26c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c26c0 0.000128
+gallium_dri.so free 0x5571735dc8c0 void 0.000124
+gallium_dri.so free 0x5571735c26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dc940 void 0.000125
+gallium_dri.so free 0x5571735dc870 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc940 0.000123
+gallium_dri.so free 0x5571735dca00 void 0.000125
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc940 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca80 0.000119
+gallium_dri.so free 0x5571735dcb40 void 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000124
+gallium_dri.so malloc 72 0x5571735dca80 0.000120
+gallium_dri.so free 0x5571735fe280 void 0.000120
+gallium_dri.so free 0x5571735dca80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe230 0.000123
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so free 0x5571735fe230 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe230 0.000124
+gallium_dri.so free 0x5571735fe380 void 0.000172
+gallium_dri.so free 0x5571735fe230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe380 0.000126
+gallium_dri.so free 0x5571735fe440 void 0.000157
+gallium_dri.so free 0x5571735fe380 void 0.000127
+gallium_dri.so malloc 72 0x5571735fe380 0.000126
+gallium_dri.so free 0x5571735fe540 void 0.000120
+gallium_dri.so free 0x5571735fe380 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000120
+gallium_dri.so free 0x557173600840 void 0.000124
+gallium_dri.so free 0x5571735fe4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736007f0 0.000126
+gallium_dri.so free 0x5571736008c0 void 0.000124
+gallium_dri.so free 0x5571736007f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736007f0 0.000126
+gallium_dri.so free 0x557173600940 void 0.000125
+gallium_dri.so free 0x5571736007f0 void 0.000120
+gallium_dri.so malloc 72 0x557173600940 0.000119
+gallium_dri.so free 0x557173600a00 void 0.000123
+gallium_dri.so free 0x557173600940 void 0.000125
+gallium_dri.so malloc 72 0x557173600940 0.000120
+gallium_dri.so free 0x557173600ac0 void 0.000119
+gallium_dri.so free 0x557173600940 void 0.000127
+gallium_dri.so malloc 72 0x557173600940 0.000126
+gallium_dri.so free 0x5571735c4ac0 void 0.000125
+gallium_dri.so free 0x557173600940 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4a70 0.000127
+gallium_dri.so free 0x5571735c4ac0 void 0.000122
+gallium_dri.so free 0x5571735c4a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4a70 0.000120
+gallium_dri.so free 0x5571735c4bc0 void 0.000119
+gallium_dri.so free 0x5571735c4a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4b70 0.000124
+gallium_dri.so free 0x5571735c4c80 void 0.000126
+gallium_dri.so free 0x5571735c4b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4c30 0.000127
+gallium_dri.so free 0x5571735c4cc0 void 0.000125
+gallium_dri.so free 0x5571735c4c30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4c30 0.000125
+gallium_dri.so free 0x5571735c4d80 void 0.000121
+gallium_dri.so free 0x5571735c4c30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4dc0 0.000124
+gallium_dri.so free 0x55717346cc40 void 0.000126
+gallium_dri.so free 0x5571735c4dc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cbf0 0.000122
+gallium_dri.so free 0x55717346cd00 void 0.000125
+gallium_dri.so free 0x55717346cbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ccb0 0.000120
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so free 0x55717346ccb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ccb0 0.000122
+gallium_dri.so free 0x55717346ce40 void 0.000126
+gallium_dri.so free 0x55717346ccb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346ccb0 0.000120
+gallium_dri.so free 0x55717346cf00 void 0.000119
+gallium_dri.so free 0x55717346ccb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346ceb0 0.000118
+gallium_dri.so free 0x5571735f6c40 void 0.000118
+gallium_dri.so free 0x55717346ceb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000119
+gallium_dri.so free 0x5571735f6d00 void 0.000119
+gallium_dri.so free 0x5571735f6bf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000126
+gallium_dri.so free 0x5571735f6d40 void 0.000126
+gallium_dri.so free 0x5571735f6cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000125
+gallium_dri.so free 0x5571735f6e00 void 0.000125
+gallium_dri.so free 0x5571735f6cb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6e50 0.000125
+gallium_dri.so free 0x5571735f6ec0 void 0.000121
+gallium_dri.so free 0x5571735f6e50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6f00 0.000123
+gallium_dri.so free 0x5571735e26c0 void 0.000121
+gallium_dri.so free 0x5571735f6f00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2710 0.000120
+gallium_dri.so free 0x5571735e2780 void 0.000124
+gallium_dri.so free 0x5571735e2710 void 0.000124
+gallium_dri.so malloc 72 0x5571735e27a0 0.000121
+gallium_dri.so free 0x5571735e2840 void 0.000119
+gallium_dri.so free 0x5571735e27a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e27f0 0.000125
+gallium_dri.so free 0x5571735e28c0 void 0.000126
+gallium_dri.so free 0x5571735e27f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e27f0 0.000121
+gallium_dri.so free 0x5571735e2940 void 0.000119
+gallium_dri.so free 0x5571735e27f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2940 0.000120
+gallium_dri.so free 0x5571735de300 void 0.000118
+gallium_dri.so free 0x5571735e2940 void 0.000122
+gallium_dri.so malloc 72 0x5571735de340 0.000125
+gallium_dri.so free 0x5571735de3c0 void 0.000125
+gallium_dri.so free 0x5571735de340 void 0.000131
+gallium_dri.so malloc 72 0x5571735de340 0.000127
+gallium_dri.so free 0x5571735de440 void 0.000127
+gallium_dri.so free 0x5571735de340 void 0.000126
+gallium_dri.so malloc 72 0x5571735de470 0.000120
+gallium_dri.so free 0x5571735de4c0 void 0.000122
+gallium_dri.so free 0x5571735de470 void 0.000125
+gallium_dri.so malloc 72 0x5571735de470 0.000124
+gallium_dri.so free 0x5571735de5c0 void 0.000125
+gallium_dri.so free 0x5571735de470 void 0.000125
+gallium_dri.so malloc 72 0x5571735de570 0.000125
+gallium_dri.so free 0x55717360c8c0 void 0.000126
+gallium_dri.so free 0x5571735de570 void 0.000125
+gallium_dri.so malloc 72 0x55717360c8e0 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000120
+gallium_dri.so free 0x55717360c8e0 void 0.000122
+gallium_dri.so malloc 72 0x55717360c930 0.000125
+gallium_dri.so free 0x55717360ca00 void 0.000125
+gallium_dri.so free 0x55717360c930 void 0.000120
+gallium_dri.so malloc 72 0x55717360c930 0.000119
+gallium_dri.so free 0x55717360cb00 void 0.000123
+gallium_dri.so free 0x55717360c930 void 0.000207
+gallium_dri.so malloc 72 0x55717360cab0 0.000162
+gallium_dri.so free 0x55717360cb80 void 0.000159
+gallium_dri.so free 0x55717360cab0 void 0.000187
+gallium_dri.so malloc 72 0x55717360cbd0 0.000128
+gallium_dri.so free 0x5571735ec680 void 0.000126
+gallium_dri.so free 0x55717360cbd0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000119
+gallium_dri.so free 0x5571735ec6a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000125
+gallium_dri.so free 0x5571735ec7c0 void 0.000125
+gallium_dri.so free 0x5571735ec6f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000119
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec840 0.000125
+gallium_dri.so free 0x5571735ec900 void 0.000125
+gallium_dri.so free 0x5571735ec840 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec840 0.000124
+gallium_dri.so free 0x557173473680 void 0.000126
+gallium_dri.so free 0x5571735ec840 void 0.000134
+gallium_dri.so malloc 72 0x5571734736a0 0.000127
+gallium_dri.so free 0x557173473740 void 0.000125
+gallium_dri.so free 0x5571734736a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734736f0 0.000124
+gallium_dri.so free 0x5571734737c0 void 0.000125
+gallium_dri.so free 0x5571734736f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734736f0 0.000120
+gallium_dri.so free 0x557173473840 void 0.000124
+gallium_dri.so free 0x5571734736f0 void 0.000125
+gallium_dri.so malloc 72 0x557173473840 0.000125
+gallium_dri.so free 0x557173473900 void 0.000125
+gallium_dri.so free 0x557173473840 void 0.000125
+gallium_dri.so malloc 72 0x557173473840 0.000237
+gallium_dri.so free 0x5571735df640 void 0.000282
+gallium_dri.so free 0x557173473840 void 0.000176
+gallium_dri.so malloc 72 0x5571735df5f0 0.000161
+gallium_dri.so free 0x5571735df6c0 void 0.000164
+gallium_dri.so free 0x5571735df5f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735df6c0 0.000126
+gallium_dri.so free 0x5571735df780 void 0.000120
+gallium_dri.so free 0x5571735df6c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df6c0 0.000131
+gallium_dri.so free 0x5571735df800 void 0.000126
+gallium_dri.so free 0x5571735df6c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df800 0.000122
+gallium_dri.so free 0x5571735df8c0 void 0.000125
+gallium_dri.so free 0x5571735df800 void 0.000125
+gallium_dri.so malloc 72 0x5571735df800 0.000126
+gallium_dri.so free 0x557173601340 void 0.000121
+gallium_dri.so free 0x5571735df800 void 0.000123
+gallium_dri.so malloc 72 0x5571735df800 0.000120
+gallium_dri.so free 0x557173601400 void 0.000119
+gallium_dri.so free 0x5571735df800 void 0.000119
+gallium_dri.so malloc 72 0x5571736013b0 0.000125
+gallium_dri.so free 0x557173601480 void 0.000125
+gallium_dri.so free 0x5571736013b0 void 0.000126
+gallium_dri.so malloc 72 0x5571736014d0 0.000120
+gallium_dri.so free 0x557173601540 void 0.000124
+gallium_dri.so free 0x5571736014d0 void 0.000120
+gallium_dri.so malloc 72 0x557173601580 0.000124
+gallium_dri.so free 0x557173601600 void 0.000134
+gallium_dri.so free 0x557173601580 void 0.000121
+gallium_dri.so malloc 72 0x557173601580 0.000123
+gallium_dri.so free 0x5571735c0900 void 0.000126
+gallium_dri.so free 0x557173601580 void 0.000126
+gallium_dri.so malloc 72 0x5571735c08b0 0.000126
+gallium_dri.so free 0x5571735c0980 void 0.000127
+gallium_dri.so free 0x5571735c08b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c08b0 0.000126
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0a00 0.000126
+gallium_dri.so free 0x5571735c0ac0 void 0.000120
+gallium_dri.so free 0x5571735c0a00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0a00 0.000126
+gallium_dri.so free 0x5571735c0b80 void 0.000125
+gallium_dri.so free 0x5571735c0a00 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0a00 0.000117
+gallium_dri.so free 0x5571735fb680 void 0.000125
+gallium_dri.so free 0x5571735c0a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb630 0.000124
+gallium_dri.so free 0x5571735fb680 void 0.000125
+gallium_dri.so free 0x5571735fb630 void 0.000135
+gallium_dri.so malloc 72 0x5571735fb630 0.000141
+gallium_dri.so free 0x5571735fb780 void 0.000127
+gallium_dri.so free 0x5571735fb630 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb730 0.000125
+gallium_dri.so free 0x5571735fb840 void 0.000121
+gallium_dri.so free 0x5571735fb730 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000123
+gallium_dri.so free 0x5571735c0c40 void 0.000123
+gallium_dri.so free 0x5571735fb7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000126
+gallium_dri.so free 0x5571735fb880 void 0.000120
+gallium_dri.so free 0x5571735c0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000118
+gallium_dri.so free 0x5571735fb980 void 0.000124
+gallium_dri.so free 0x5571735c0bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb930 0.000124
+gallium_dri.so free 0x5571735dacc0 void 0.000127
+gallium_dri.so free 0x5571735fb930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dac70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dac70 0.000124
+gallium_dri.so free 0x5571735dae00 void 0.000136
+gallium_dri.so free 0x5571735dac70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dac70 0.000125
+gallium_dri.so free 0x5571735daec0 void 0.000125
+gallium_dri.so free 0x5571735dac70 void 0.000167
+gallium_dri.so malloc 72 0x5571735dae70 0.000157
+gallium_dri.so free 0x5571735daf40 void 0.000160
+gallium_dri.so free 0x5571735dae70 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf90 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000126
+gallium_dri.so free 0x5571735daf90 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebd70 0.000121
+gallium_dri.so free 0x5571735ebe00 void 0.000118
+gallium_dri.so free 0x5571735ebd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebd70 0.000124
+gallium_dri.so free 0x5571735ebec0 void 0.000125
+gallium_dri.so free 0x5571735ebd70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebf10 0.000120
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so free 0x5571735ebf10 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000125
+gallium_dri.so free 0x5571735ec040 void 0.000133
+gallium_dri.so free 0x5571735ebfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec040 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000127
+gallium_dri.so free 0x5571735ec040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1db0 0.000125
+gallium_dri.so free 0x5571735e1e40 void 0.000120
+gallium_dri.so free 0x5571735e1db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1db0 0.000124
+gallium_dri.so free 0x5571735e1f00 void 0.000125
+gallium_dri.so free 0x5571735e1db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1f40 0.000123
+gallium_dri.so free 0x5571735e1fc0 void 0.000125
+gallium_dri.so free 0x5571735e1f40 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000120
+gallium_dri.so free 0x5571735e2100 void 0.000117
+gallium_dri.so free 0x5571735e1fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000126
+gallium_dri.so free 0x5571735f5040 void 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000124
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so free 0x5571735f4ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000121
+gallium_dri.so free 0x5571735f5140 void 0.000126
+gallium_dri.so free 0x5571735f4ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5140 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000116
+gallium_dri.so free 0x5571735f5140 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5140 0.000126
+gallium_dri.so free 0x5571735f52c0 void 0.000126
+gallium_dri.so free 0x5571735f5140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5140 0.000117
+gallium_dri.so free 0x5571736068c0 void 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000123
+gallium_dri.so malloc 72 0x557173606930 0.000126
+gallium_dri.so free 0x557173606980 void 0.000119
+gallium_dri.so free 0x557173606930 void 0.000117
+gallium_dri.so malloc 72 0x557173606930 0.000116
+gallium_dri.so free 0x557173606a80 void 0.000124
+gallium_dri.so free 0x557173606930 void 0.000118
+gallium_dri.so malloc 72 0x557173606a30 0.000116
+gallium_dri.so free 0x557173606b40 void 0.000127
+gallium_dri.so free 0x557173606a30 void 0.000123
+gallium_dri.so malloc 72 0x557173606af0 0.000125
+gallium_dri.so free 0x5571735f5380 void 0.000120
+gallium_dri.so free 0x557173606af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5330 0.000126
+gallium_dri.so free 0x557173606b80 void 0.000125
+gallium_dri.so free 0x5571735f5330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5330 0.000124
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x5571735f5330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3350 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000124
+gallium_dri.so free 0x5571735f3350 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3420 0.000119
+gallium_dri.so free 0x5571735f34c0 void 0.000118
+gallium_dri.so free 0x5571735f3420 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000126
+gallium_dri.so free 0x5571735f3500 void 0.000125
+gallium_dri.so free 0x5571735f3470 void 0.000120
+gallium_dri.so malloc 72 0x5571735f3470 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000120
+gallium_dri.so free 0x5571735f3470 void 0.000123
+gallium_dri.so malloc 72 0x5571735f3600 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000128
+gallium_dri.so free 0x5571735f3600 void 0.000157
+gallium_dri.so malloc 72 0x55717358e200 0.000156
+gallium_dri.so free 0x55717358e2c0 void 0.000127
+gallium_dri.so free 0x55717358e200 void 0.000126
+gallium_dri.so malloc 72 0x55717358e200 0.000126
+gallium_dri.so free 0x55717358e340 void 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000122
+gallium_dri.so malloc 72 0x55717358e370 0.000126
+gallium_dri.so free 0x55717358e3c0 void 0.000127
+gallium_dri.so free 0x55717358e370 void 0.000119
+gallium_dri.so malloc 72 0x55717358e3c0 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358e3c0 0.000125
+gallium_dri.so free 0x55717358e480 void 0.000118
+gallium_dri.so free 0x55717358e3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e480 0.000116
+gallium_dri.so free 0x55717358e540 void 0.000124
+gallium_dri.so free 0x55717358e480 void 0.000126
+gallium_dri.so malloc 72 0x55717358e480 0.000118
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x55717358e480 void 0.000127
+gallium_dri.so malloc 72 0x55717358e480 0.000123
+gallium_dri.so free 0x5571735d2680 void 0.000124
+gallium_dri.so free 0x55717358e480 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2630 0.000126
+gallium_dri.so free 0x5571735d2700 void 0.000126
+gallium_dri.so free 0x5571735d2630 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2750 0.000119
+gallium_dri.so free 0x5571735d27c0 void 0.000116
+gallium_dri.so free 0x5571735d2750 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2800 0.000126
+gallium_dri.so free 0x5571735d2880 void 0.000126
+gallium_dri.so free 0x5571735d2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2800 0.000117
+gallium_dri.so free 0x5571735d2900 void 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000122
+gallium_dri.so malloc 72 0x5571735d2930 0.000125
+gallium_dri.so free 0x55717360f0c0 void 0.000125
+gallium_dri.so free 0x5571735d2930 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2930 0.000125
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so free 0x5571735d2930 void 0.000122
+gallium_dri.so malloc 72 0x55717360f140 0.000125
+gallium_dri.so free 0x55717360f200 void 0.000125
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so malloc 72 0x55717360f140 0.000117
+gallium_dri.so free 0x55717360f2c0 void 0.000121
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so malloc 72 0x55717360f140 0.000118
+gallium_dri.so free 0x55717360f380 void 0.000123
+gallium_dri.so free 0x55717360f140 void 0.000126
+gallium_dri.so malloc 72 0x55717360f330 0.000124
+gallium_dri.so free 0x55717360f380 void 0.000120
+gallium_dri.so free 0x55717360f330 void 0.000123
+gallium_dri.so malloc 72 0x55717360f330 0.000124
+gallium_dri.so free 0x557173464e00 void 0.000124
+gallium_dri.so free 0x55717360f330 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000119
+gallium_dri.so free 0x55717360f480 void 0.000124
+gallium_dri.so free 0x557173464e00 void 0.000125
+gallium_dri.so malloc 72 0x55717360f430 0.000124
+gallium_dri.so free 0x557173464ec0 void 0.000125
+gallium_dri.so free 0x55717360f430 void 0.000124
+gallium_dri.so malloc 72 0x55717360f430 0.000123
+gallium_dri.so free 0x557173464f80 void 0.000119
+gallium_dri.so free 0x55717360f430 void 0.000123
+gallium_dri.so malloc 72 0x557173464f30 0.000124
+gallium_dri.so free 0x557173465000 void 0.000125
+gallium_dri.so free 0x557173464f30 void 0.000127
+gallium_dri.so malloc 72 0x557173465050 0.000120
+gallium_dri.so free 0x5571734650c0 void 0.000124
+gallium_dri.so free 0x557173465050 void 0.000161
+gallium_dri.so malloc 72 0x557173465120 0.000125
+gallium_dri.so free 0x5571734651c0 void 0.000125
+gallium_dri.so free 0x557173465120 void 0.000125
+gallium_dri.so malloc 72 0x557173465170 0.000119
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so free 0x557173465170 void 0.000125
+gallium_dri.so malloc 72 0x557173465170 0.000125
+gallium_dri.so free 0x557173462900 void 0.000125
+gallium_dri.so free 0x557173465170 void 0.000133
+gallium_dri.so malloc 72 0x5571734628b0 0.000120
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x5571734628b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734629d0 0.000125
+gallium_dri.so free 0x557173462a40 void 0.000124
+gallium_dri.so free 0x5571734629d0 void 0.000119
+gallium_dri.so malloc 72 0x557173462a60 0.000125
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x557173462a60 void 0.000118
+gallium_dri.so malloc 72 0x557173462ab0 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000120
+gallium_dri.so free 0x557173462ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173462b80 0.000119
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x557173462b80 void 0.000118
+gallium_dri.so malloc 72 0x557173462b80 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x557173462b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0080 0.000117
+gallium_dri.so free 0x5571735d0140 void 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0080 0.000117
+gallium_dri.so free 0x5571735d0200 void 0.000117
+gallium_dri.so free 0x5571735d0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0080 0.000117
+gallium_dri.so free 0x5571735d02c0 void 0.000117
+gallium_dri.so free 0x5571735d0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0270 0.000117
+gallium_dri.so free 0x5571735d0340 void 0.000116
+gallium_dri.so free 0x5571735d0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0390 0.000118
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x5571735d0390 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0390 0.000118
+gallium_dri.so free 0x557173608500 void 0.000117
+gallium_dri.so free 0x5571735d0390 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0390 0.000117
+gallium_dri.so free 0x5571736085c0 void 0.000117
+gallium_dri.so free 0x5571735d0390 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0390 0.000116
+gallium_dri.so free 0x557173608680 void 0.000116
+gallium_dri.so free 0x5571735d0390 void 0.000118
+gallium_dri.so malloc 72 0x557173608630 0.000127
+gallium_dri.so free 0x557173608700 void 0.000120
+gallium_dri.so free 0x557173608630 void 0.000119
+gallium_dri.so malloc 72 0x557173608750 0.000118
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x557173608750 void 0.000119
+gallium_dri.so malloc 72 0x5571736087e0 0.000119
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so free 0x5571736087e0 void 0.000118
+gallium_dri.so malloc 72 0x5571736087e0 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571736087e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000118
+gallium_dri.so free 0x5571735ff800 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000116
+gallium_dri.so free 0x5571735ff900 void 0.000118
+gallium_dri.so free 0x5571735ff7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff8b0 0.000118
+gallium_dri.so free 0x5571735ff9c0 void 0.000118
+gallium_dri.so free 0x5571735ff8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff970 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff970 0.000119
+gallium_dri.so free 0x5571735fd180 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000184
+gallium_dri.so malloc 72 0x5571735ff970 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000119
+gallium_dri.so free 0x5571735ff970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd200 0.000119
+gallium_dri.so free 0x5571735fd2c0 void 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd200 0.000126
+gallium_dri.so free 0x5571735fd3c0 void 0.000121
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd200 0.000118
+gallium_dri.so free 0x5571735ffac0 void 0.000118
+gallium_dri.so free 0x5571735fd200 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffaf0 0.000118
+gallium_dri.so free 0x5571735fd440 void 0.000120
+gallium_dri.so free 0x5571735ffaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd480 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x5571735fd480 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8100 0.000118
+gallium_dri.so free 0x5571735f81c0 void 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8100 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8270 0.000118
+gallium_dri.so free 0x5571735f82c0 void 0.000128
+gallium_dri.so free 0x5571735f8270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f82c0 0.000117
+gallium_dri.so free 0x5571735fd500 void 0.000117
+gallium_dri.so free 0x5571735f82c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f82c0 0.000118
+gallium_dri.so free 0x5571735f8380 void 0.000117
+gallium_dri.so free 0x5571735f82c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8380 0.000117
+gallium_dri.so free 0x5571735f8440 void 0.000118
+gallium_dri.so free 0x5571735f8380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8380 0.000118
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so free 0x5571735f8380 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8380 0.000118
+gallium_dri.so free 0x557173620800 void 0.000130
+gallium_dri.so free 0x5571735f8380 void 0.000119
+gallium_dri.so malloc 72 0x5571736207b0 0.000119
+gallium_dri.so free 0x557173620880 void 0.000119
+gallium_dri.so free 0x5571736207b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736208d0 0.000117
+gallium_dri.so free 0x557173620940 void 0.000117
+gallium_dri.so free 0x5571736208d0 void 0.000116
+gallium_dri.so malloc 72 0x557173620980 0.000116
+gallium_dri.so free 0x557173620a00 void 0.000117
+gallium_dri.so free 0x557173620980 void 0.000116
+gallium_dri.so malloc 72 0x557173620980 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000121
+gallium_dri.so free 0x557173620980 void 0.000118
+gallium_dri.so malloc 72 0x557173620ab0 0.000120
+gallium_dri.so free 0x55717346e100 void 0.000119
+gallium_dri.so free 0x557173620ab0 void 0.000118
+gallium_dri.so malloc 72 0x557173620ab0 0.000118
+gallium_dri.so free 0x55717346e180 void 0.000118
+gallium_dri.so free 0x557173620ab0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e180 0.000119
+gallium_dri.so free 0x55717346e240 void 0.000119
+gallium_dri.so free 0x55717346e180 void 0.000119
+gallium_dri.so malloc 72 0x55717346e180 0.000118
+gallium_dri.so free 0x55717346e300 void 0.000120
+gallium_dri.so free 0x55717346e180 void 0.000118
+gallium_dri.so malloc 72 0x55717346e180 0.000118
+gallium_dri.so free 0x55717346e3c0 void 0.000118
+gallium_dri.so free 0x55717346e180 void 0.000119
+gallium_dri.so malloc 72 0x55717346e370 0.000119
+gallium_dri.so free 0x55717346e3c0 void 0.000118
+gallium_dri.so free 0x55717346e370 void 0.000119
+gallium_dri.so malloc 72 0x55717346e370 0.000145
+gallium_dri.so free 0x5571735c39c0 void 0.000121
+gallium_dri.so free 0x55717346e370 void 0.000118
+gallium_dri.so malloc 72 0x5571735c39c0 0.000123
+gallium_dri.so free 0x55717346e4c0 void 0.000119
+gallium_dri.so free 0x5571735c39c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e470 0.000165
+gallium_dri.so free 0x5571735c3a80 void 0.000119
+gallium_dri.so free 0x55717346e470 void 0.000118
+gallium_dri.so malloc 72 0x55717346e470 0.000118
+gallium_dri.so free 0x5571735c3b40 void 0.000119
+gallium_dri.so free 0x55717346e470 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3af0 0.000117
+gallium_dri.so free 0x5571735c3bc0 void 0.000119
+gallium_dri.so free 0x5571735c3af0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c10 0.000119
+gallium_dri.so free 0x5571735c3c80 void 0.000119
+gallium_dri.so free 0x5571735c3c10 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000118
+gallium_dri.so free 0x5571735c3d80 void 0.000119
+gallium_dri.so free 0x5571735c3ce0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d30 0.000118
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x5571735c3d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3d30 0.000119
+gallium_dri.so free 0x557173469440 void 0.000118
+gallium_dri.so free 0x5571735c3d30 void 0.000118
+gallium_dri.so malloc 72 0x5571734693f0 0.000119
+gallium_dri.so free 0x5571734694c0 void 0.000118
+gallium_dri.so free 0x5571734693f0 void 0.000119
+gallium_dri.so malloc 72 0x557173469510 0.000119
+gallium_dri.so free 0x557173469580 void 0.000118
+gallium_dri.so free 0x557173469510 void 0.000126
+gallium_dri.so malloc 72 0x5571734695a0 0.000117
+gallium_dri.so free 0x557173469640 void 0.000118
+gallium_dri.so free 0x5571734695a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000118
+gallium_dri.so free 0x5571734696c0 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734696c0 0.000117
+gallium_dri.so free 0x5571735d2fc0 void 0.000116
+gallium_dri.so free 0x5571734696c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3000 0.000116
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3080 0.000117
+gallium_dri.so free 0x5571735d3140 void 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3080 0.000117
+gallium_dri.so free 0x5571735d31c0 void 0.000116
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d31f0 0.000118
+gallium_dri.so free 0x5571735d3240 void 0.000117
+gallium_dri.so free 0x5571735d31f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d31f0 0.000116
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d31f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d32f0 0.000117
+gallium_dri.so free 0x557173469f80 void 0.000117
+gallium_dri.so free 0x5571735d32f0 void 0.000121
+gallium_dri.so malloc 72 0x557173469fc0 0.000119
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so free 0x557173469fc0 void 0.000119
+gallium_dri.so malloc 72 0x557173469fc0 0.000118
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so free 0x557173469fc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so free 0x55717346a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000117
+gallium_dri.so free 0x55717346a240 void 0.000119
+gallium_dri.so free 0x55717346a0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a1f0 0.000123
+gallium_dri.so free 0x55717346a300 void 0.000119
+gallium_dri.so free 0x55717346a1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a2b0 0.000119
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x55717346a2b0 void 0.000118
+gallium_dri.so malloc 72 0x557173604330 0.000121
+gallium_dri.so free 0x557173604380 void 0.000121
+gallium_dri.so free 0x557173604330 void 0.000118
+gallium_dri.so malloc 72 0x557173604330 0.000118
+gallium_dri.so free 0x557173604480 void 0.000119
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x5571736044c0 0.000118
+gallium_dri.so free 0x557173604540 void 0.000167
+gallium_dri.so free 0x5571736044c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604540 0.000118
+gallium_dri.so free 0x55717346a340 void 0.000119
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so malloc 72 0x557173604540 0.000119
+gallium_dri.so free 0x557173604600 void 0.000117
+gallium_dri.so free 0x557173604540 void 0.000119
+gallium_dri.so malloc 72 0x557173604540 0.000119
+gallium_dri.so free 0x5571736046c0 void 0.000118
+gallium_dri.so free 0x557173604540 void 0.000117
+gallium_dri.so malloc 72 0x557173604670 0.000119
+gallium_dri.so free 0x5571735dc1c0 void 0.000118
+gallium_dri.so free 0x557173604670 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc210 0.000118
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc210 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc2e0 0.000119
+gallium_dri.so free 0x5571735dc380 void 0.000119
+gallium_dri.so free 0x5571735dc2e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc330 0.000119
+gallium_dri.so free 0x5571735dc3c0 void 0.000119
+gallium_dri.so free 0x5571735dc330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc330 0.000118
+gallium_dri.so free 0x5571735dc480 void 0.000119
+gallium_dri.so free 0x5571735dc330 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000127
+gallium_dri.so free 0x5571735dc540 void 0.000119
+gallium_dri.so free 0x5571735dc4c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc540 0.000118
+gallium_dri.so free 0x5571735f6540 void 0.000117
+gallium_dri.so free 0x5571735dc540 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6560 0.000116
+gallium_dri.so free 0x5571735f6600 void 0.000117
+gallium_dri.so free 0x5571735f6560 void 0.000118
+gallium_dri.so malloc 72 0x5571735f65b0 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so free 0x5571735f65b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6680 0.000117
+gallium_dri.so free 0x5571735f6740 void 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6680 0.000117
+gallium_dri.so free 0x5571735f67c0 void 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000117
+gallium_dri.so malloc 72 0x5571735f67c0 0.000116
+gallium_dri.so free 0x5571735f6880 void 0.000116
+gallium_dri.so free 0x5571735f67c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f67c0 0.000116
+gallium_dri.so free 0x557173465800 void 0.000117
+gallium_dri.so free 0x5571735f67c0 void 0.000117
+gallium_dri.so malloc 72 0x557173465830 0.000117
+gallium_dri.so free 0x557173465880 void 0.000117
+gallium_dri.so free 0x557173465830 void 0.000116
+gallium_dri.so malloc 72 0x557173465830 0.000120
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so free 0x557173465830 void 0.000119
+gallium_dri.so malloc 72 0x557173465930 0.000123
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so free 0x557173465930 void 0.000120
+gallium_dri.so malloc 72 0x5571734659f0 0.000118
+gallium_dri.so free 0x557173465ac0 void 0.000118
+gallium_dri.so free 0x5571734659f0 void 0.000118
+gallium_dri.so malloc 72 0x557173465ae0 0.000118
+gallium_dri.so free 0x557173465b80 void 0.000120
+gallium_dri.so free 0x557173465ae0 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x557173465b30 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so malloc 72 0x557173591280 0.000120
+gallium_dri.so free 0x557173591340 void 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so malloc 72 0x557173591280 0.000117
+gallium_dri.so free 0x5571735913c0 void 0.000117
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so malloc 72 0x5571735913f0 0.000119
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so free 0x5571735913f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735913f0 0.000119
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so free 0x5571735913f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591580 0.000119
+gallium_dri.so free 0x55717358c640 void 0.000119
+gallium_dri.so free 0x557173591580 void 0.000119
+gallium_dri.so malloc 72 0x55717358c690 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000119
+gallium_dri.so free 0x55717358c690 void 0.000118
+gallium_dri.so malloc 72 0x55717358c720 0.000119
+gallium_dri.so free 0x55717358c7c0 void 0.000119
+gallium_dri.so free 0x55717358c720 void 0.000118
+gallium_dri.so malloc 72 0x55717358c770 0.000118
+gallium_dri.so free 0x55717358c840 void 0.000119
+gallium_dri.so free 0x55717358c770 void 0.000118
+gallium_dri.so malloc 72 0x55717358c770 0.000118
+gallium_dri.so free 0x55717358c8c0 void 0.000118
+gallium_dri.so free 0x55717358c770 void 0.000117
+gallium_dri.so malloc 72 0x55717358c8c0 0.000118
+gallium_dri.so free 0x55717358c980 void 0.000119
+gallium_dri.so free 0x55717358c8c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c8c0 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000130
+gallium_dri.so free 0x55717358c8c0 void 0.000120
+gallium_dri.so malloc 72 0x557173609ea0 0.000118
+gallium_dri.so free 0x557173609f40 void 0.000129
+gallium_dri.so free 0x557173609ea0 void 0.000120
+gallium_dri.so malloc 72 0x557173609ef0 0.000118
+gallium_dri.so free 0x557173609fc0 void 0.000118
+gallium_dri.so free 0x557173609ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173609ef0 0.000117
+gallium_dri.so free 0x55717360a040 void 0.000119
+gallium_dri.so free 0x557173609ef0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a040 0.000118
+gallium_dri.so free 0x55717360a100 void 0.000118
+gallium_dri.so free 0x55717360a040 void 0.000121
+gallium_dri.so malloc 72 0x55717360a040 0.000119
+gallium_dri.so free 0x55717360a1c0 void 0.000119
+gallium_dri.so free 0x55717360a040 void 0.000120
+gallium_dri.so malloc 72 0x55717360a040 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x55717360a040 void 0.000118
+gallium_dri.so malloc 72 0x557173601d90 0.000119
+gallium_dri.so free 0x557173601e00 void 0.000117
+gallium_dri.so free 0x557173601d90 void 0.000118
+gallium_dri.so malloc 72 0x557173601e40 0.000125
+gallium_dri.so free 0x557173601ec0 void 0.000119
+gallium_dri.so free 0x557173601e40 void 0.000118
+gallium_dri.so malloc 72 0x557173601ec0 0.000118
+gallium_dri.so free 0x557173601f80 void 0.000119
+gallium_dri.so free 0x557173601ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173601ec0 0.000156
+gallium_dri.so free 0x55717360a280 void 0.000121
+gallium_dri.so free 0x557173601ec0 void 0.000118
+gallium_dri.so malloc 72 0x55717360a230 0.000118
+gallium_dri.so free 0x557173602000 void 0.000119
+gallium_dri.so free 0x55717360a230 void 0.000119
+gallium_dri.so malloc 72 0x557173602040 0.000119
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so free 0x557173602040 void 0.000118
+gallium_dri.so malloc 72 0x5571736020c0 0.000119
+gallium_dri.so free 0x5571735d0a00 void 0.000118
+gallium_dri.so free 0x5571736020c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a40 0.000117
+gallium_dri.so free 0x5571735d0ac0 void 0.000117
+gallium_dri.so free 0x5571735d0a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a40 0.000118
+gallium_dri.so free 0x5571735d0b40 void 0.000118
+gallium_dri.so free 0x5571735d0a40 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b70 0.000118
+gallium_dri.so free 0x5571735d0bc0 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b70 0.000119
+gallium_dri.so free 0x5571735d0cc0 void 0.000119
+gallium_dri.so free 0x5571735d0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c70 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000119
+gallium_dri.so free 0x5571735d0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d30 0.000121
+gallium_dri.so free 0x557173467dc0 void 0.000121
+gallium_dri.so free 0x5571735d0d30 void 0.000118
+gallium_dri.so malloc 72 0x557173467df0 0.000119
+gallium_dri.so free 0x557173467e40 void 0.000118
+gallium_dri.so free 0x557173467df0 void 0.000119
+gallium_dri.so malloc 72 0x557173467df0 0.000118
+gallium_dri.so free 0x557173467f40 void 0.000118
+gallium_dri.so free 0x557173467df0 void 0.000118
+gallium_dri.so malloc 72 0x557173467f80 0.000118
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so free 0x557173467f80 void 0.000118
+gallium_dri.so malloc 72 0x557173468000 0.000119
+gallium_dri.so free 0x5571735d0dc0 void 0.000118
+gallium_dri.so free 0x557173468000 void 0.000118
+gallium_dri.so malloc 72 0x557173468000 0.000118
+gallium_dri.so free 0x5571734680c0 void 0.000119
+gallium_dri.so free 0x557173468000 void 0.000119
+gallium_dri.so malloc 72 0x557173468000 0.000119
+gallium_dri.so free 0x557173468180 void 0.000119
+gallium_dri.so free 0x557173468000 void 0.000119
+gallium_dri.so malloc 72 0x557173468130 0.000118
+gallium_dri.so free 0x557173463240 void 0.000120
+gallium_dri.so free 0x557173468130 void 0.000118
+gallium_dri.so malloc 72 0x557173463290 0.000117
+gallium_dri.so free 0x557173463300 void 0.000120
+gallium_dri.so free 0x557173463290 void 0.000129
+gallium_dri.so malloc 72 0x557173463360 0.000119
+gallium_dri.so free 0x557173463400 void 0.000119
+gallium_dri.so free 0x557173463360 void 0.000120
+gallium_dri.so malloc 72 0x5571734633b0 0.000118
+gallium_dri.so free 0x557173463440 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000118
+gallium_dri.so free 0x557173463500 void 0.000119
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x557173463540 0.000124
+gallium_dri.so free 0x5571734635c0 void 0.000119
+gallium_dri.so free 0x557173463540 void 0.000118
+gallium_dri.so malloc 72 0x5571734635c0 0.000119
+gallium_dri.so free 0x557173461080 void 0.000118
+gallium_dri.so free 0x5571734635c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734610a0 0.000117
+gallium_dri.so free 0x557173461140 void 0.000118
+gallium_dri.so free 0x5571734610a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734610f0 0.000120
+gallium_dri.so free 0x5571734611c0 void 0.000119
+gallium_dri.so free 0x5571734610f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734611c0 0.000119
+gallium_dri.so free 0x557173461280 void 0.000118
+gallium_dri.so free 0x5571734611c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734611c0 0.000118
+gallium_dri.so free 0x557173461300 void 0.000181
+gallium_dri.so free 0x5571734611c0 void 0.000132
+gallium_dri.so malloc 72 0x557173461300 0.000120
+gallium_dri.so free 0x5571734613c0 void 0.000119
+gallium_dri.so free 0x557173461300 void 0.000122
+gallium_dri.so malloc 72 0x557173461300 0.000119
+gallium_dri.so free 0x5571735e3300 void 0.000119
+gallium_dri.so free 0x557173461300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000118
+gallium_dri.so free 0x5571735e3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3480 void 0.000120
+gallium_dri.so free 0x5571735e3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so free 0x5571735e3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735e34f0 0.000119
+gallium_dri.so free 0x5571735e35c0 void 0.000120
+gallium_dri.so free 0x5571735e34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e35e0 0.000118
+gallium_dri.so free 0x5571735e3680 void 0.000120
+gallium_dri.so free 0x5571735e35e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3630 0.000120
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571735e3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735def80 0.000129
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so free 0x5571735def80 void 0.000119
+gallium_dri.so malloc 72 0x5571735df000 0.000119
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so malloc 72 0x5571735df000 0.000120
+gallium_dri.so free 0x5571735df140 void 0.000118
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so malloc 72 0x5571735df170 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df170 void 0.000118
+gallium_dri.so malloc 72 0x5571735df170 0.000121
+gallium_dri.so free 0x5571735df2c0 void 0.000124
+gallium_dri.so free 0x5571735df170 void 0.000124
+gallium_dri.so malloc 72 0x5571735df300 0.000124
+gallium_dri.so free 0x5571735fdb80 void 0.000120
+gallium_dri.so free 0x5571735df300 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000121
+gallium_dri.so free 0x5571735fdc40 void 0.000119
+gallium_dri.so free 0x5571735fdbd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdc60 0.000119
+gallium_dri.so free 0x5571735fdd00 void 0.000119
+gallium_dri.so free 0x5571735fdc60 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000119
+gallium_dri.so free 0x5571735fdd80 void 0.000134
+gallium_dri.so free 0x5571735fdcb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000119
+gallium_dri.so free 0x5571735fde00 void 0.000119
+gallium_dri.so free 0x5571735fdcb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fde00 0.000123
+gallium_dri.so free 0x5571735fdec0 void 0.000118
+gallium_dri.so free 0x5571735fde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fde00 0.000118
+gallium_dri.so free 0x557173600140 void 0.000118
+gallium_dri.so free 0x5571735fde00 void 0.000117
+gallium_dri.so malloc 72 0x557173600160 0.000118
+gallium_dri.so free 0x557173600200 void 0.000118
+gallium_dri.so free 0x557173600160 void 0.000117
+gallium_dri.so malloc 72 0x5571736001b0 0.000120
+gallium_dri.so free 0x557173600280 void 0.000118
+gallium_dri.so free 0x5571736001b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736001b0 0.000119
+gallium_dri.so free 0x557173600300 void 0.000118
+gallium_dri.so free 0x5571736001b0 void 0.000119
+gallium_dri.so malloc 72 0x557173600300 0.000118
+gallium_dri.so free 0x5571736003c0 void 0.000119
+gallium_dri.so free 0x557173600300 void 0.000119
+gallium_dri.so malloc 72 0x557173600300 0.000119
+gallium_dri.so free 0x557173600480 void 0.000118
+gallium_dri.so free 0x557173600300 void 0.000118
+gallium_dri.so malloc 72 0x557173600300 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000163
+gallium_dri.so free 0x557173600300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1e50 0.000111
+gallium_dri.so free 0x5571735c1ec0 void 0.000112
+gallium_dri.so free 0x5571735c1e50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f00 0.000110
+gallium_dri.so free 0x5571735c1f80 void 0.000111
+gallium_dri.so free 0x5571735c1f00 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1f80 0.000111
+gallium_dri.so free 0x5571735c2040 void 0.000110
+gallium_dri.so free 0x5571735c1f80 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1f80 0.000111
+gallium_dri.so free 0x557173600540 void 0.000110
+gallium_dri.so free 0x5571735c1f80 void 0.000111
+gallium_dri.so malloc 72 0x5571736004f0 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000111
+gallium_dri.so free 0x5571736004f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2100 0.000110
+gallium_dri.so free 0x5571735c2180 void 0.000110
+gallium_dri.so free 0x5571735c2100 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2180 0.000111
+gallium_dri.so free 0x55717346c540 void 0.000111
+gallium_dri.so free 0x5571735c2180 void 0.000117
+gallium_dri.so malloc 72 0x55717346c580 0.000116
+gallium_dri.so free 0x55717346c600 void 0.000112
+gallium_dri.so free 0x55717346c580 void 0.000112
+gallium_dri.so malloc 72 0x55717346c580 0.000111
+gallium_dri.so free 0x55717346c680 void 0.000112
+gallium_dri.so free 0x55717346c580 void 0.000121
+gallium_dri.so malloc 72 0x55717346c6b0 0.000124
+gallium_dri.so free 0x55717346c700 void 0.000122
+gallium_dri.so free 0x55717346c6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346c6b0 0.000125
+gallium_dri.so free 0x55717346c800 void 0.000128
+gallium_dri.so free 0x55717346c6b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346c7b0 0.000124
+gallium_dri.so free 0x55717346c8c0 void 0.000122
+gallium_dri.so free 0x55717346c7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346c870 0.000126
+gallium_dri.so free 0x55717346eb00 void 0.000125
+gallium_dri.so free 0x55717346c870 void 0.000119
+gallium_dri.so malloc 72 0x55717346eb30 0.000122
+gallium_dri.so free 0x55717346eb80 void 0.000169
+gallium_dri.so free 0x55717346eb30 void 0.000152
+gallium_dri.so malloc 72 0x55717346eb30 0.000166
+gallium_dri.so free 0x55717346ec80 void 0.000153
+gallium_dri.so free 0x55717346eb30 void 0.000130
+gallium_dri.so malloc 72 0x55717346ecc0 0.000126
+gallium_dri.so free 0x55717346ed40 void 0.000128
+gallium_dri.so free 0x55717346ecc0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ed40 0.000125
+gallium_dri.so free 0x55717346c900 void 0.000126
+gallium_dri.so free 0x55717346ed40 void 0.000125
+gallium_dri.so malloc 72 0x55717346ed40 0.000125
+gallium_dri.so free 0x55717346ee00 void 0.000121
+gallium_dri.so free 0x55717346ed40 void 0.000124
+gallium_dri.so malloc 72 0x55717346ed40 0.000124
+gallium_dri.so free 0x55717346eec0 void 0.000125
+gallium_dri.so free 0x55717346ed40 void 0.000125
+gallium_dri.so malloc 72 0x55717346ee70 0.000122
+gallium_dri.so free 0x5571735f8b00 void 0.000120
+gallium_dri.so free 0x55717346ee70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8b50 0.000125
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so free 0x5571735f8b50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c20 0.000119
+gallium_dri.so free 0x5571735f8cc0 void 0.000124
+gallium_dri.so free 0x5571735f8c20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c70 0.000120
+gallium_dri.so free 0x5571735f8d00 void 0.000119
+gallium_dri.so free 0x5571735f8c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8c70 0.000126
+gallium_dri.so free 0x5571735f8dc0 void 0.000125
+gallium_dri.so free 0x5571735f8c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8e00 0.000126
+gallium_dri.so free 0x5571735f8e80 void 0.000125
+gallium_dri.so free 0x5571735f8e00 void 0.000133
+gallium_dri.so malloc 72 0x5571735f8e80 0.000126
+gallium_dri.so free 0x557173608e80 void 0.000122
+gallium_dri.so free 0x5571735f8e80 void 0.000124
+gallium_dri.so malloc 72 0x557173608ea0 0.000125
+gallium_dri.so free 0x557173608f40 void 0.000125
+gallium_dri.so free 0x557173608ea0 void 0.000120
+gallium_dri.so malloc 72 0x557173608ef0 0.000119
+gallium_dri.so free 0x557173608fc0 void 0.000119
+gallium_dri.so free 0x557173608ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173608fc0 0.000208
+gallium_dri.so free 0x557173609080 void 0.000129
+gallium_dri.so free 0x557173608fc0 void 0.000127
+gallium_dri.so malloc 72 0x557173608fc0 0.000125
+gallium_dri.so free 0x557173609100 void 0.000125
+gallium_dri.so free 0x557173608fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173609100 0.000122
+gallium_dri.so free 0x5571736091c0 void 0.000121
+gallium_dri.so free 0x557173609100 void 0.000116
+gallium_dri.so malloc 72 0x557173609100 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x557173609100 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec30 0.000118
+gallium_dri.so free 0x55717358ec80 void 0.000119
+gallium_dri.so free 0x55717358ec30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec30 0.000129
+gallium_dri.so free 0x55717358ed80 void 0.000119
+gallium_dri.so free 0x55717358ec30 void 0.000119
+gallium_dri.so malloc 72 0x55717358ed30 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000119
+gallium_dri.so free 0x55717358ed30 void 0.000118
+gallium_dri.so malloc 72 0x55717358edf0 0.000110
+gallium_dri.so free 0x55717358eec0 void 0.000120
+gallium_dri.so free 0x55717358edf0 void 0.000119
+gallium_dri.so malloc 72 0x55717358eee0 0.000119
+gallium_dri.so free 0x55717358ef80 void 0.000120
+gallium_dri.so free 0x55717358eee0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ef30 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000119
+gallium_dri.so free 0x55717358ef30 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb00 0.000119
+gallium_dri.so free 0x55717360fb80 void 0.000119
+gallium_dri.so free 0x55717360fb00 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb80 0.000118
+gallium_dri.so free 0x55717360fc40 void 0.000120
+gallium_dri.so free 0x55717360fb80 void 0.000120
+gallium_dri.so malloc 72 0x55717360fb80 0.000120
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcf0 0.000119
+gallium_dri.so free 0x55717360fd40 void 0.000119
+gallium_dri.so free 0x55717360fcf0 void 0.000128
+gallium_dri.so malloc 72 0x55717360fcf0 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000118
+gallium_dri.so free 0x55717360fcf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fe80 0.000119
+gallium_dri.so free 0x5571735d5580 void 0.000119
+gallium_dri.so free 0x55717360fe80 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55d0 0.000119
+gallium_dri.so free 0x5571735d5640 void 0.000120
+gallium_dri.so free 0x5571735d55d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5660 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d5660 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000119
+gallium_dri.so free 0x5571735d5780 void 0.000120
+gallium_dri.so free 0x5571735d56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56b0 0.000120
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so free 0x5571735d56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5800 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000119
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d5800 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000164
+gallium_dri.so malloc 72 0x55717358a0a0 0.000121
+gallium_dri.so free 0x55717358a140 void 0.000128
+gallium_dri.so free 0x55717358a0a0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a0f0 0.000120
+gallium_dri.so free 0x55717358a1c0 void 0.000119
+gallium_dri.so free 0x55717358a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0f0 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so free 0x55717358a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a240 0.000118
+gallium_dri.so free 0x55717358a300 void 0.000120
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so malloc 72 0x55717358a240 0.000117
+gallium_dri.so free 0x55717358a3c0 void 0.000119
+gallium_dri.so free 0x55717358a240 void 0.000118
+gallium_dri.so malloc 72 0x55717358a240 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000118
+gallium_dri.so free 0x55717358a240 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4410 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000119
+gallium_dri.so free 0x5571735c4410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44c0 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c44c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4540 0.000119
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so free 0x5571735c4540 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4540 0.000131
+gallium_dri.so free 0x55717358a480 void 0.000120
+gallium_dri.so free 0x5571735c4540 void 0.000119
+gallium_dri.so malloc 72 0x55717358a430 0.000117
+gallium_dri.so free 0x5571735c4680 void 0.000119
+gallium_dri.so free 0x55717358a430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c46c0 0.000118
+gallium_dri.so free 0x5571735c4740 void 0.000120
+gallium_dri.so free 0x5571735c46c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4740 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000120
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so malloc 72 0x55717360d540 0.000118
+gallium_dri.so free 0x55717360d5c0 void 0.000118
+gallium_dri.so free 0x55717360d540 void 0.000118
+gallium_dri.so malloc 72 0x55717360d540 0.000118
+gallium_dri.so free 0x55717360d640 void 0.000120
+gallium_dri.so free 0x55717360d540 void 0.000116
+gallium_dri.so malloc 72 0x55717360d670 0.000118
+gallium_dri.so free 0x55717360d6c0 void 0.000118
+gallium_dri.so free 0x55717360d670 void 0.000118
+gallium_dri.so malloc 72 0x55717360d670 0.000118
+gallium_dri.so free 0x55717360d7c0 void 0.000118
+gallium_dri.so free 0x55717360d670 void 0.000120
+gallium_dri.so malloc 72 0x55717360d770 0.000119
+gallium_dri.so free 0x55717360d880 void 0.000120
+gallium_dri.so free 0x55717360d770 void 0.000119
+gallium_dri.so malloc 72 0x55717360d830 0.000122
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x55717360d830 void 0.000120
+gallium_dri.so malloc 72 0x55717360d830 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x55717360d830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd7f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000120
+gallium_dri.so free 0x55717360d8c0 void 0.000118
+gallium_dri.so free 0x5571735dd8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000119
+gallium_dri.so free 0x5571735dda00 void 0.000118
+gallium_dri.so free 0x5571735dd8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000119
+gallium_dri.so free 0x5571735dda80 void 0.000120
+gallium_dri.so free 0x5571735dd9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd9b0 0.000118
+gallium_dri.so free 0x5571735ddb00 void 0.000119
+gallium_dri.so free 0x5571735dd9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb00 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000126
+gallium_dri.so free 0x5571735ddb00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb00 0.000119
+gallium_dri.so free 0x5571735ddbc0 void 0.000119
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb00 0.000119
+gallium_dri.so free 0x5571735c3480 void 0.000119
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c34b0 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000119
+gallium_dri.so free 0x5571735c34b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c34b0 0.000119
+gallium_dri.so free 0x5571735c3600 void 0.000118
+gallium_dri.so free 0x5571735c34b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c35b0 0.000119
+gallium_dri.so free 0x5571735c36c0 void 0.000119
+gallium_dri.so free 0x5571735c35b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3670 0.000118
+gallium_dri.so free 0x5571735c3700 void 0.000123
+gallium_dri.so free 0x5571735c3670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3670 0.000120
+gallium_dri.so free 0x5571735c37c0 void 0.000119
+gallium_dri.so free 0x5571735c3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3810 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571735c3810 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3810 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000125
+gallium_dri.so free 0x5571735c3810 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7b80 0.000120
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b80 0.000118
+gallium_dri.so free 0x5571735f7d00 void 0.000120
+gallium_dri.so free 0x5571735f7b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7b80 0.000119
+gallium_dri.so free 0x5571735f7dc0 void 0.000118
+gallium_dri.so free 0x5571735f7b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7d70 0.000119
+gallium_dri.so free 0x5571735f7e40 void 0.000118
+gallium_dri.so free 0x5571735f7d70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7e90 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000119
+gallium_dri.so free 0x5571735f7e90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f40 0.000119
+gallium_dri.so free 0x557173620140 void 0.000119
+gallium_dri.so free 0x5571735f7f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7f40 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000118
+gallium_dri.so free 0x5571735f7f40 void 0.000119
+gallium_dri.so malloc 72 0x5571736201f0 0.000119
+gallium_dri.so free 0x557173620240 void 0.000126
+gallium_dri.so free 0x5571736201f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736201f0 0.000120
+gallium_dri.so free 0x557173620340 void 0.000118
+gallium_dri.so free 0x5571736201f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736202f0 0.000118
+gallium_dri.so free 0x557173620400 void 0.000120
+gallium_dri.so free 0x5571736202f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736203b0 0.000119
+gallium_dri.so free 0x557173620440 void 0.000119
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736203b0 0.000118
+gallium_dri.so free 0x557173620500 void 0.000120
+gallium_dri.so free 0x5571736203b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620570 0.000118
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x557173620570 void 0.000119
+gallium_dri.so malloc 72 0x557173620570 0.000119
+gallium_dri.so free 0x5571735fcc00 void 0.000119
+gallium_dri.so free 0x557173620570 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc00 0.000119
+gallium_dri.so free 0x5571735fccc0 void 0.000119
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc00 0.000119
+gallium_dri.so free 0x5571735fcd80 void 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc00 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000156
+gallium_dri.so free 0x5571735fcc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000118
+gallium_dri.so free 0x5571735fcec0 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcf10 0.000119
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so free 0x5571735fcf10 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000118
+gallium_dri.so free 0x5571735fcfe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000119
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so free 0x5571735fcfe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000118
+gallium_dri.so free 0x5571735ff240 void 0.000118
+gallium_dri.so free 0x5571735ff1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000119
+gallium_dri.so free 0x5571735ff340 void 0.000118
+gallium_dri.so free 0x5571735ff1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000118
+gallium_dri.so free 0x5571735ff400 void 0.000119
+gallium_dri.so free 0x5571735ff2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000119
+gallium_dri.so free 0x5571735ff440 void 0.000119
+gallium_dri.so free 0x5571735ff3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000129
+gallium_dri.so free 0x5571735ff500 void 0.000120
+gallium_dri.so free 0x5571735ff3b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff550 0.000119
+gallium_dri.so free 0x55717360eac0 void 0.000121
+gallium_dri.so free 0x5571735ff550 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff550 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so free 0x5571735ff550 void 0.000120
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000124
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb40 0.000119
+gallium_dri.so free 0x55717360ed80 void 0.000120
+gallium_dri.so free 0x55717360eb40 void 0.000120
+gallium_dri.so malloc 72 0x55717360ed30 0.000119
+gallium_dri.so free 0x55717360ee00 void 0.000119
+gallium_dri.so free 0x55717360ed30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee50 0.000119
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so free 0x55717360ee50 void 0.000118
+gallium_dri.so malloc 72 0x55717360ef00 0.000119
+gallium_dri.so free 0x55717346b540 void 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000129
+gallium_dri.so malloc 72 0x55717360ef00 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so free 0x55717360ef00 void 0.000118
+gallium_dri.so malloc 72 0x55717346b5f0 0.000120
+gallium_dri.so free 0x55717346b640 void 0.000119
+gallium_dri.so free 0x55717346b5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b5f0 0.000118
+gallium_dri.so free 0x55717346b740 void 0.000119
+gallium_dri.so free 0x55717346b5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b6f0 0.000118
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b7b0 0.000119
+gallium_dri.so free 0x55717346b840 void 0.000118
+gallium_dri.so free 0x55717346b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b7b0 0.000117
+gallium_dri.so free 0x55717346b900 void 0.000118
+gallium_dri.so free 0x55717346b7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b970 0.000119
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so free 0x55717346b970 void 0.000118
+gallium_dri.so malloc 72 0x55717346b970 0.000118
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so free 0x55717346b970 void 0.000119
+gallium_dri.so malloc 72 0x55717346db80 0.000119
+gallium_dri.so free 0x55717346dc40 void 0.000161
+gallium_dri.so free 0x55717346db80 void 0.000120
+gallium_dri.so malloc 72 0x55717346db80 0.000119
+gallium_dri.so free 0x55717346dd00 void 0.000118
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so malloc 72 0x55717346db80 0.000118
+gallium_dri.so free 0x55717346ddc0 void 0.000119
+gallium_dri.so free 0x55717346db80 void 0.000119
+gallium_dri.so malloc 72 0x55717346dd70 0.000119
+gallium_dri.so free 0x55717346de40 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717346de90 0.000119
+gallium_dri.so free 0x55717346df00 void 0.000118
+gallium_dri.so free 0x55717346de90 void 0.000117
+gallium_dri.so malloc 72 0x55717346df60 0.000119
+gallium_dri.so free 0x5571735e0500 void 0.000121
+gallium_dri.so free 0x55717346df60 void 0.000119
+gallium_dri.so malloc 72 0x55717346df60 0.000119
+gallium_dri.so free 0x5571735e0580 void 0.000120
+gallium_dri.so free 0x55717346df60 void 0.000119
+gallium_dri.so malloc 72 0x5571735e05b0 0.000119
+gallium_dri.so free 0x5571735e0600 void 0.000120
+gallium_dri.so free 0x5571735e05b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e05b0 0.000120
+gallium_dri.so free 0x5571735e0700 void 0.000162
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06b0 0.000130
+gallium_dri.so free 0x5571735e07c0 void 0.000119
+gallium_dri.so free 0x5571735e06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0770 0.000120
+gallium_dri.so free 0x5571735e0800 void 0.000119
+gallium_dri.so free 0x5571735e0770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0770 0.000118
+gallium_dri.so free 0x5571735e08c0 void 0.000119
+gallium_dri.so free 0x5571735e0770 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0910 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so free 0x5571735e0910 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0910 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so free 0x5571735e0910 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000120
+gallium_dri.so free 0x5571735de040 void 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddff0 0.000119
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735ddff0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de110 0.000120
+gallium_dri.so free 0x5571735de180 void 0.000119
+gallium_dri.so free 0x5571735de110 void 0.000120
+gallium_dri.so malloc 72 0x5571735de1c0 0.000119
+gallium_dri.so free 0x5571735e0b00 void 0.000118
+gallium_dri.so free 0x5571735de1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1c0 0.000119
+gallium_dri.so free 0x5571735e0b80 void 0.000120
+gallium_dri.so free 0x5571735de1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0c00 void 0.000122
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000119
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735e0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000118
+gallium_dri.so free 0x5571735e0e00 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d70 0.000118
+gallium_dri.so free 0x5571735e0ec0 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f30 0.000119
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so free 0x5571735e0f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000118
+gallium_dri.so free 0x5571735e0f30 void 0.000119
+gallium_dri.so malloc 72 0x55717361f540 0.000118
+gallium_dri.so free 0x55717361f600 void 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000119
+gallium_dri.so malloc 72 0x55717361f540 0.000115
+gallium_dri.so free 0x55717361f680 void 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000118
+gallium_dri.so malloc 72 0x55717361f6b0 0.000155
+gallium_dri.so free 0x55717361f700 void 0.000122
+gallium_dri.so free 0x55717361f6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f6b0 0.000119
+gallium_dri.so free 0x55717361f800 void 0.000119
+gallium_dri.so free 0x55717361f6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f7b0 0.000119
+gallium_dri.so free 0x55717361f8c0 void 0.000118
+gallium_dri.so free 0x55717361f7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f870 0.000118
+gallium_dri.so free 0x55717361f940 void 0.000118
+gallium_dri.so free 0x55717361f870 void 0.000119
+gallium_dri.so malloc 72 0x55717361f870 0.000118
+gallium_dri.so free 0x55717361fa00 void 0.000121
+gallium_dri.so free 0x55717361f870 void 0.000121
+gallium_dri.so malloc 72 0x55717361f870 0.000128
+gallium_dri.so free 0x55717361fac0 void 0.000120
+gallium_dri.so free 0x55717361f870 void 0.000118
+gallium_dri.so malloc 72 0x55717361fa70 0.000118
+gallium_dri.so free 0x55717361fb40 void 0.000120
+gallium_dri.so free 0x55717361fa70 void 0.000119
+gallium_dri.so malloc 72 0x55717361fb90 0.000118
+gallium_dri.so free 0x55717361fc00 void 0.000120
+gallium_dri.so free 0x55717361fb90 void 0.000118
+gallium_dri.so malloc 72 0x55717361fc20 0.000118
+gallium_dri.so free 0x55717361fcc0 void 0.000118
+gallium_dri.so free 0x55717361fc20 void 0.000119
+gallium_dri.so malloc 72 0x55717361fc70 0.000119
+gallium_dri.so free 0x55717361fd40 void 0.000118
+gallium_dri.so free 0x55717361fc70 void 0.000119
+gallium_dri.so malloc 72 0x55717361fd40 0.000119
+gallium_dri.so free 0x55717361fe00 void 0.000118
+gallium_dri.so free 0x55717361fd40 void 0.000120
+gallium_dri.so malloc 72 0x55717361fd40 0.000118
+gallium_dri.so free 0x557173474580 void 0.000121
+gallium_dri.so free 0x55717361fd40 void 0.000118
+gallium_dri.so malloc 72 0x557173474580 0.000118
+gallium_dri.so free 0x557173474640 void 0.000119
+gallium_dri.so free 0x557173474580 void 0.000117
+gallium_dri.so malloc 72 0x557173474580 0.000119
+gallium_dri.so free 0x557173474700 void 0.000120
+gallium_dri.so free 0x557173474580 void 0.000119
+gallium_dri.so malloc 72 0x557173474580 0.000120
+gallium_dri.so free 0x5571734747c0 void 0.000119
+gallium_dri.so free 0x557173474580 void 0.000117
+gallium_dri.so malloc 72 0x557173474770 0.000118
+gallium_dri.so free 0x557173474840 void 0.000118
+gallium_dri.so free 0x557173474770 void 0.000119
+gallium_dri.so malloc 72 0x557173474890 0.000120
+gallium_dri.so free 0x557173474900 void 0.000119
+gallium_dri.so free 0x557173474890 void 0.000118
+gallium_dri.so malloc 72 0x557173474940 0.000119
+gallium_dri.so free 0x5571734749c0 void 0.000118
+gallium_dri.so free 0x557173474940 void 0.000118
+gallium_dri.so malloc 72 0x557173474940 0.000119
+gallium_dri.so free 0x557173474a40 void 0.000120
+gallium_dri.so free 0x557173474940 void 0.000117
+gallium_dri.so malloc 72 0x557173474a70 0.000118
+gallium_dri.so free 0x557173474ac0 void 0.000121
+gallium_dri.so free 0x557173474a70 void 0.000119
+gallium_dri.so malloc 72 0x557173474a70 0.000117
+gallium_dri.so free 0x557173474bc0 void 0.000120
+gallium_dri.so free 0x557173474a70 void 0.000118
+gallium_dri.so malloc 72 0x557173474b70 0.000118
+gallium_dri.so free 0x557173474c80 void 0.000120
+gallium_dri.so free 0x557173474b70 void 0.000119
+gallium_dri.so malloc 72 0x557173474c30 0.000163
+gallium_dri.so free 0x557173474cc0 void 0.000119
+gallium_dri.so free 0x557173474c30 void 0.000125
+gallium_dri.so malloc 72 0x557173474c30 0.000121
+gallium_dri.so free 0x557173474d80 void 0.000118
+gallium_dri.so free 0x557173474c30 void 0.000118
+gallium_dri.so malloc 72 0x557173474df0 0.000119
+gallium_dri.so free 0x557173474e40 void 0.000118
+gallium_dri.so free 0x557173474df0 void 0.000118
+gallium_dri.so malloc 72 0x557173474df0 0.000119
+gallium_dri.so free 0x557173474f40 void 0.000118
+gallium_dri.so free 0x557173474df0 void 0.000120
+gallium_dri.so malloc 72 0x557173474ef0 0.000117
+gallium_dri.so free 0x557173475000 void 0.000119
+gallium_dri.so free 0x557173474ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173474fb0 0.000124
+gallium_dri.so free 0x557173475040 void 0.000125
+gallium_dri.so free 0x557173474fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173474fb0 0.000123
+gallium_dri.so free 0x557173475100 void 0.000119
+gallium_dri.so free 0x557173474fb0 void 0.000116
+gallium_dri.so malloc 72 0x557173475140 0.000117
+gallium_dri.so free 0x5571734751c0 void 0.000124
+gallium_dri.so free 0x557173475140 void 0.000115
+gallium_dri.so malloc 72 0x5571734751c0 0.000118
+gallium_dri.so free 0x557173475280 void 0.000119
+gallium_dri.so free 0x5571734751c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734751c0 0.000129
+gallium_dri.so free 0x557173475340 void 0.000119
+gallium_dri.so free 0x5571734751c0 void 0.000118
+gallium_dri.so malloc 72 0x557173475360 0.000117
+gallium_dri.so free 0x557173475400 void 0.000122
+gallium_dri.so free 0x557173475360 void 0.000118
+gallium_dri.so malloc 72 0x5571734753b0 0.000118
+gallium_dri.so free 0x557173475480 void 0.000119
+gallium_dri.so free 0x5571734753b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734753b0 0.000121
+gallium_dri.so free 0x557173475500 void 0.000119
+gallium_dri.so free 0x5571734753b0 void 0.000117
+gallium_dri.so malloc 72 0x557173475500 0.000119
+gallium_dri.so free 0x5571734755c0 void 0.000119
+gallium_dri.so free 0x557173475500 void 0.000119
+gallium_dri.so malloc 72 0x557173475500 0.000119
+gallium_dri.so free 0x557173475680 void 0.000119
+gallium_dri.so free 0x557173475500 void 0.000119
+gallium_dri.so malloc 72 0x557173475500 0.000119
+gallium_dri.so free 0x557173475740 void 0.000118
+gallium_dri.so free 0x557173475500 void 0.000119
+gallium_dri.so malloc 72 0x5571734756f0 0.000117
+gallium_dri.so free 0x557173475800 void 0.000118
+gallium_dri.so free 0x5571734756f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734757b0 0.000119
+gallium_dri.so free 0x557173475880 void 0.000117
+gallium_dri.so free 0x5571734757b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734758d0 0.000111
+gallium_dri.so free 0x557173475940 void 0.000109
+gallium_dri.so free 0x5571734758d0 void 0.000110
+gallium_dri.so malloc 72 0x557173475960 0.000110
+gallium_dri.so free 0x557173475a00 void 0.000109
+gallium_dri.so free 0x557173475960 void 0.000112
+gallium_dri.so malloc 72 0x5571734759b0 0.000110
+gallium_dri.so free 0x557173475a80 void 0.000110
+gallium_dri.so free 0x5571734759b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734759b0 0.000110
+gallium_dri.so free 0x557173475b00 void 0.000110
+gallium_dri.so free 0x5571734759b0 void 0.000147
+gallium_dri.so malloc 72 0x557173475b00 0.000114
+gallium_dri.so free 0x557173475bc0 void 0.000110
+gallium_dri.so free 0x557173475b00 void 0.000110
+gallium_dri.so malloc 72 0x557173475b00 0.000110
+gallium_dri.so free 0x557173475cc0 void 0.000111
+gallium_dri.so free 0x557173475b00 void 0.000111
+gallium_dri.so malloc 72 0x557173475c70 0.000110
+gallium_dri.so free 0x557173475d00 void 0.000109
+gallium_dri.so free 0x557173475c70 void 0.000116
+gallium_dri.so malloc 72 0x557173475c70 0.000118
+gallium_dri.so free 0x557173475dc0 void 0.000116
+gallium_dri.so free 0x557173475c70 void 0.000113
+gallium_dri.so malloc 72 0x557173475e00 0.000112
+gallium_dri.so free 0x557173475e80 void 0.000112
+gallium_dri.so free 0x557173475e00 void 0.000128
+gallium_dri.so malloc 72 0x557173475e80 0.000126
+gallium_dri.so free 0x557173475f40 void 0.000125
+gallium_dri.so free 0x557173475e80 void 0.000126
+gallium_dri.so malloc 72 0x557173475e80 0.000126
+gallium_dri.so free 0x557173475fc0 void 0.000125
+gallium_dri.so free 0x557173475e80 void 0.000126
+gallium_dri.so malloc 72 0x557173475ff0 0.000118
+gallium_dri.so free 0x557173476040 void 0.000124
+gallium_dri.so free 0x557173475ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173475ff0 0.000123
+gallium_dri.so free 0x557173476140 void 0.000126
+gallium_dri.so free 0x557173475ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173476180 0.000118
+gallium_dri.so free 0x557173476200 void 0.000121
+gallium_dri.so free 0x557173476180 void 0.000125
+gallium_dri.so malloc 72 0x557173476200 0.000120
+gallium_dri.so free 0x5571734762c0 void 0.000117
+gallium_dri.so free 0x557173476200 void 0.000117
+gallium_dri.so malloc 72 0x557173476200 0.000123
+gallium_dri.so free 0x557173476340 void 0.000126
+gallium_dri.so free 0x557173476200 void 0.000126
+gallium_dri.so malloc 72 0x557173476370 0.000128
+gallium_dri.so free 0x5571734763c0 void 0.000121
+gallium_dri.so free 0x557173476370 void 0.000121
+gallium_dri.so malloc 72 0x557173476370 0.000125
+gallium_dri.so free 0x5571734764c0 void 0.000125
+gallium_dri.so free 0x557173476370 void 0.000127
+gallium_dri.so malloc 72 0x557173476470 0.000125
+gallium_dri.so free 0x557173476580 void 0.000126
+gallium_dri.so free 0x557173476470 void 0.000118
+gallium_dri.so malloc 72 0x557173476530 0.000122
+gallium_dri.so free 0x557173476600 void 0.000125
+gallium_dri.so free 0x557173476530 void 0.000126
+gallium_dri.so malloc 72 0x557173476530 0.000125
+gallium_dri.so free 0x5571734766c0 void 0.000125
+gallium_dri.so free 0x557173476530 void 0.000127
+gallium_dri.so malloc 72 0x557173476530 0.000118
+gallium_dri.so free 0x557173476780 void 0.000122
+gallium_dri.so free 0x557173476530 void 0.000126
+gallium_dri.so malloc 72 0x557173476730 0.000119
+gallium_dri.so free 0x557173476800 void 0.000124
+gallium_dri.so free 0x557173476730 void 0.000125
+gallium_dri.so malloc 72 0x557173476850 0.000160
+gallium_dri.so free 0x5571734768c0 void 0.000176
+gallium_dri.so free 0x557173476850 void 0.000126
+gallium_dri.so malloc 72 0x5571734768e0 0.000125
+gallium_dri.so free 0x557173476980 void 0.000120
+gallium_dri.so free 0x5571734768e0 void 0.000120
+gallium_dri.so malloc 72 0x557173476930 0.000124
+gallium_dri.so free 0x557173476a00 void 0.000127
+gallium_dri.so free 0x557173476930 void 0.000125
+gallium_dri.so malloc 72 0x557173476a00 0.000124
+gallium_dri.so free 0x557173476ac0 void 0.000125
+gallium_dri.so free 0x557173476a00 void 0.000123
+gallium_dri.so malloc 72 0x557173476a00 0.000124
+gallium_dri.so free 0x557173476b40 void 0.000120
+gallium_dri.so free 0x557173476a00 void 0.000123
+gallium_dri.so malloc 72 0x557173476b40 0.000125
+gallium_dri.so free 0x557173476c00 void 0.000125
+gallium_dri.so free 0x557173476b40 void 0.000124
+gallium_dri.so malloc 72 0x557173476b40 0.000120
+gallium_dri.so free 0x557173476cc0 void 0.000119
+gallium_dri.so free 0x557173476b40 void 0.000123
+gallium_dri.so malloc 72 0x557173476b40 0.000125
+gallium_dri.so free 0x557173476d80 void 0.000125
+gallium_dri.so free 0x557173476b40 void 0.000120
+gallium_dri.so malloc 72 0x557173476d30 0.000124
+gallium_dri.so free 0x557173476e00 void 0.000125
+gallium_dri.so free 0x557173476d30 void 0.000130
+gallium_dri.so malloc 72 0x557173476e50 0.000131
+gallium_dri.so free 0x557173476ec0 void 0.000125
+gallium_dri.so free 0x557173476e50 void 0.000125
+gallium_dri.so malloc 72 0x557173476f00 0.000124
+gallium_dri.so free 0x557173476f80 void 0.000126
+gallium_dri.so free 0x557173476f00 void 0.000125
+gallium_dri.so malloc 72 0x557173476f00 0.000120
+gallium_dri.so free 0x557173477000 void 0.000119
+gallium_dri.so free 0x557173476f00 void 0.000121
+gallium_dri.so malloc 72 0x557173477030 0.000124
+gallium_dri.so free 0x557173477080 void 0.000124
+gallium_dri.so free 0x557173477030 void 0.000122
+gallium_dri.so malloc 72 0x557173477030 0.000117
+gallium_dri.so free 0x557173477180 void 0.000125
+gallium_dri.so free 0x557173477030 void 0.000119
+gallium_dri.so malloc 72 0x557173477130 0.000117
+gallium_dri.so free 0x557173477240 void 0.000119
+gallium_dri.so free 0x557173477130 void 0.000122
+gallium_dri.so malloc 72 0x5571734771f0 0.000124
+gallium_dri.so free 0x557173477280 void 0.000125
+gallium_dri.so free 0x5571734771f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734771f0 0.000125
+gallium_dri.so free 0x557173477340 void 0.000121
+gallium_dri.so free 0x5571734771f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734773b0 0.000129
+gallium_dri.so free 0x557173477400 void 0.000123
+gallium_dri.so free 0x5571734773b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734773b0 0.000125
+gallium_dri.so free 0x557173477500 void 0.000121
+gallium_dri.so free 0x5571734773b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734774b0 0.000124
+gallium_dri.so free 0x5571734775c0 void 0.000120
+gallium_dri.so free 0x5571734774b0 void 0.000122
+gallium_dri.so malloc 72 0x557173477570 0.000126
+gallium_dri.so free 0x557173477600 void 0.000125
+gallium_dri.so free 0x557173477570 void 0.000153
+gallium_dri.so malloc 72 0x557173477570 0.000126
+gallium_dri.so free 0x5571734776c0 void 0.000125
+gallium_dri.so free 0x557173477570 void 0.000124
+gallium_dri.so malloc 72 0x557173477700 0.000120
+gallium_dri.so free 0x557173477780 void 0.000118
+gallium_dri.so free 0x557173477700 void 0.000117
+gallium_dri.so malloc 72 0x557173477780 0.000119
+gallium_dri.so free 0x557173477840 void 0.000119
+gallium_dri.so free 0x557173477780 void 0.000118
+gallium_dri.so malloc 72 0x557173477780 0.000118
+gallium_dri.so free 0x557173477900 void 0.000119
+gallium_dri.so free 0x557173477780 void 0.000118
+gallium_dri.so malloc 72 0x557173477920 0.000119
+gallium_dri.so free 0x5571734779c0 void 0.000117
+gallium_dri.so free 0x557173477920 void 0.000121
+gallium_dri.so malloc 72 0x557173477970 0.000119
+gallium_dri.so free 0x557173477a40 void 0.000118
+gallium_dri.so free 0x557173477970 void 0.000119
+gallium_dri.so malloc 72 0x557173477970 0.000119
+gallium_dri.so free 0x557173477ac0 void 0.000118
+gallium_dri.so free 0x557173477970 void 0.000117
+gallium_dri.so malloc 72 0x557173477ac0 0.000119
+gallium_dri.so free 0x557173477b80 void 0.000118
+gallium_dri.so free 0x557173477ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173477ac0 0.000119
+gallium_dri.so free 0x557173477c40 void 0.000120
+gallium_dri.so free 0x557173477ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173477ac0 0.000116
+gallium_dri.so free 0x557173477d00 void 0.000118
+gallium_dri.so free 0x557173477ac0 void 0.000118
+gallium_dri.so malloc 72 0x557173477cb0 0.000118
+gallium_dri.so free 0x557173477dc0 void 0.000126
+gallium_dri.so free 0x557173477cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173477d70 0.000118
+gallium_dri.so free 0x557173477e40 void 0.000120
+gallium_dri.so free 0x557173477d70 void 0.000119
+gallium_dri.so malloc 72 0x557173477e90 0.000118
+gallium_dri.so free 0x557173477f00 void 0.000119
+gallium_dri.so free 0x557173477e90 void 0.000119
+gallium_dri.so malloc 72 0x557173477f20 0.000123
+gallium_dri.so free 0x557173477fc0 void 0.000128
+gallium_dri.so free 0x557173477f20 void 0.000120
+gallium_dri.so malloc 72 0x557173477f70 0.000117
+gallium_dri.so free 0x557173478040 void 0.000118
+gallium_dri.so free 0x557173477f70 void 0.000117
+gallium_dri.so malloc 72 0x557173477f70 0.000118
+gallium_dri.so free 0x5571734780c0 void 0.000119
+gallium_dri.so free 0x557173477f70 void 0.000118
+gallium_dri.so malloc 72 0x5571734780c0 0.000118
+gallium_dri.so free 0x557173478180 void 0.000118
+gallium_dri.so free 0x5571734780c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734780c0 0.000118
+gallium_dri.so free 0x557173478280 void 0.000118
+gallium_dri.so free 0x5571734780c0 void 0.000119
+gallium_dri.so malloc 72 0x557173478230 0.000117
+gallium_dri.so free 0x5571734782c0 void 0.000118
+gallium_dri.so free 0x557173478230 void 0.000119
+gallium_dri.so malloc 72 0x557173478230 0.000117
+gallium_dri.so free 0x557173478380 void 0.000122
+gallium_dri.so free 0x557173478230 void 0.000119
+gallium_dri.so malloc 72 0x5571734783c0 0.000118
+gallium_dri.so free 0x557173478440 void 0.000118
+gallium_dri.so free 0x5571734783c0 void 0.000118
+gallium_dri.so malloc 72 0x557173478440 0.000118
+gallium_dri.so free 0x557173478500 void 0.000162
+gallium_dri.so free 0x557173478440 void 0.000119
+gallium_dri.so malloc 72 0x557173478440 0.000187
+gallium_dri.so free 0x557173478580 void 0.000120
+gallium_dri.so free 0x557173478440 void 0.000119
+gallium_dri.so malloc 72 0x5571734785b0 0.000119
+gallium_dri.so free 0x557173478600 void 0.000118
+gallium_dri.so free 0x5571734785b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734785b0 0.000120
+gallium_dri.so free 0x557173478700 void 0.000118
+gallium_dri.so free 0x5571734785b0 void 0.000117
+gallium_dri.so malloc 72 0x557173478740 0.000119
+gallium_dri.so free 0x5571734787c0 void 0.000117
+gallium_dri.so free 0x557173478740 void 0.000118
+gallium_dri.so malloc 72 0x5571734787c0 0.000118
+gallium_dri.so free 0x557173478880 void 0.000120
+gallium_dri.so free 0x5571734787c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734787c0 0.000117
+gallium_dri.so free 0x557173478900 void 0.000119
+gallium_dri.so free 0x5571734787c0 void 0.000117
+gallium_dri.so malloc 72 0x557173478930 0.000118
+gallium_dri.so free 0x557173478980 void 0.000118
+gallium_dri.so free 0x557173478930 void 0.000119
+gallium_dri.so malloc 72 0x557173478930 0.000118
+gallium_dri.so free 0x557173478a80 void 0.000118
+gallium_dri.so free 0x557173478930 void 0.000119
+gallium_dri.so malloc 72 0x557173478a30 0.000118
+gallium_dri.so free 0x557173478b40 void 0.000119
+gallium_dri.so free 0x557173478a30 void 0.000128
+gallium_dri.so malloc 72 0x557173478af0 0.000120
+gallium_dri.so free 0x557173478bc0 void 0.000118
+gallium_dri.so free 0x557173478af0 void 0.000118
+gallium_dri.so malloc 72 0x557173478af0 0.000118
+gallium_dri.so free 0x557173478c80 void 0.000118
+gallium_dri.so free 0x557173478af0 void 0.000117
+gallium_dri.so malloc 72 0x557173478af0 0.000118
+gallium_dri.so free 0x557173478d40 void 0.000120
+gallium_dri.so free 0x557173478af0 void 0.000117
+gallium_dri.so malloc 72 0x557173478cf0 0.000120
+gallium_dri.so free 0x557173478dc0 void 0.000117
+gallium_dri.so free 0x557173478cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173478e10 0.000118
+gallium_dri.so free 0x557173478e80 void 0.000119
+gallium_dri.so free 0x557173478e10 void 0.000121
+gallium_dri.so malloc 72 0x557173478ea0 0.000121
+gallium_dri.so free 0x557173478f40 void 0.000125
+gallium_dri.so free 0x557173478ea0 void 0.000123
+gallium_dri.so malloc 72 0x557173478ef0 0.000120
+gallium_dri.so free 0x557173478fc0 void 0.000121
+gallium_dri.so free 0x557173478ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173478fc0 0.000121
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x557173478fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173619fc0 0.000120
+gallium_dri.so free 0x55717361a040 void 0.000132
+gallium_dri.so free 0x557173619fc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000122
+gallium_dri.so free 0x55717361a100 void 0.000119
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000120
+gallium_dri.so free 0x55717361a180 void 0.000120
+gallium_dri.so free 0x55717361a040 void 0.000119
+gallium_dri.so malloc 72 0x55717361a1b0 0.000119
+gallium_dri.so free 0x55717361a200 void 0.000121
+gallium_dri.so free 0x55717361a1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a1b0 0.000129
+gallium_dri.so free 0x55717361a300 void 0.000122
+gallium_dri.so free 0x55717361a1b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a2b0 0.000120
+gallium_dri.so free 0x55717361a3c0 void 0.000122
+gallium_dri.so free 0x55717361a2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a370 0.000122
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so free 0x55717361a370 void 0.000120
+gallium_dri.so malloc 72 0x55717361a460 0.000120
+gallium_dri.so free 0x55717361a500 void 0.000120
+gallium_dri.so free 0x55717361a460 void 0.000121
+gallium_dri.so malloc 72 0x55717361a4b0 0.000121
+gallium_dri.so free 0x55717361a580 void 0.000122
+gallium_dri.so free 0x55717361a4b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a4b0 0.000121
+gallium_dri.so free 0x55717361a600 void 0.000120
+gallium_dri.so free 0x55717361a4b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a600 0.000119
+gallium_dri.so free 0x55717361a6c0 void 0.000119
+gallium_dri.so free 0x55717361a600 void 0.000120
+gallium_dri.so malloc 72 0x55717361a600 0.000119
+gallium_dri.so free 0x55717361a780 void 0.000121
+gallium_dri.so free 0x55717361a600 void 0.000119
+gallium_dri.so malloc 72 0x55717361a600 0.000122
+gallium_dri.so free 0x55717361a840 void 0.000120
+gallium_dri.so free 0x55717361a600 void 0.000120
+gallium_dri.so malloc 72 0x55717361a7f0 0.000120
+gallium_dri.so free 0x55717361a840 void 0.000120
+gallium_dri.so free 0x55717361a7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a7f0 0.000120
+gallium_dri.so free 0x55717361a940 void 0.000132
+gallium_dri.so free 0x55717361a7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a8f0 0.000119
+gallium_dri.so free 0x55717361aa00 void 0.000118
+gallium_dri.so free 0x55717361a8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a9b0 0.000117
+gallium_dri.so free 0x55717361aa40 void 0.000117
+gallium_dri.so free 0x55717361a9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a9b0 0.000118
+gallium_dri.so free 0x55717361ab00 void 0.000128
+gallium_dri.so free 0x55717361a9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ab40 0.000177
+gallium_dri.so free 0x55717361abc0 void 0.000179
+gallium_dri.so free 0x55717361ab40 void 0.000173
+gallium_dri.so malloc 72 0x55717361abc0 0.000123
+gallium_dri.so free 0x55717361ac80 void 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361abc0 0.000118
+gallium_dri.so free 0x55717361ad40 void 0.000118
+gallium_dri.so free 0x55717361abc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ad60 0.000118
+gallium_dri.so free 0x55717361ae00 void 0.000120
+gallium_dri.so free 0x55717361ad60 void 0.000124
+gallium_dri.so malloc 72 0x55717361adb0 0.000138
+gallium_dri.so free 0x55717361ae80 void 0.000138
+gallium_dri.so free 0x55717361adb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361adb0 0.000142
+gallium_dri.so free 0x55717361af00 void 0.000139
+gallium_dri.so free 0x55717361adb0 void 0.000140
+gallium_dri.so malloc 72 0x55717361af00 0.000138
+gallium_dri.so free 0x55717361afc0 void 0.000153
+gallium_dri.so free 0x55717361af00 void 0.000159
+gallium_dri.so malloc 72 0x55717361af00 0.000219
+gallium_dri.so free 0x55717361b080 void 0.000137
+gallium_dri.so free 0x55717361af00 void 0.000139
+gallium_dri.so malloc 72 0x55717361af00 0.000129
+gallium_dri.so free 0x55717361b140 void 0.000133
+gallium_dri.so free 0x55717361af00 void 0.000132
+gallium_dri.so malloc 72 0x55717361b0f0 0.000130
+gallium_dri.so free 0x55717361b200 void 0.000130
+gallium_dri.so free 0x55717361b0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b1b0 0.000129
+gallium_dri.so free 0x55717361b280 void 0.000133
+gallium_dri.so free 0x55717361b1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b2d0 0.000133
+gallium_dri.so free 0x55717361b340 void 0.000130
+gallium_dri.so free 0x55717361b2d0 void 0.000140
+gallium_dri.so malloc 72 0x55717361b360 0.000136
+gallium_dri.so free 0x55717361b400 void 0.000134
+gallium_dri.so free 0x55717361b360 void 0.000133
+gallium_dri.so malloc 72 0x55717361b3b0 0.000132
+gallium_dri.so free 0x55717361b480 void 0.000135
+gallium_dri.so free 0x55717361b3b0 void 0.000134
+gallium_dri.so malloc 72 0x55717361b3b0 0.000134
+gallium_dri.so free 0x55717361b500 void 0.000132
+gallium_dri.so free 0x55717361b3b0 void 0.000146
+gallium_dri.so malloc 72 0x55717361b500 0.000131
+gallium_dri.so free 0x55717361b5c0 void 0.000133
+gallium_dri.so free 0x55717361b500 void 0.000133
+gallium_dri.so malloc 72 0x55717361b500 0.000135
+gallium_dri.so free 0x55717361b6c0 void 0.000133
+gallium_dri.so free 0x55717361b500 void 0.000134
+gallium_dri.so malloc 72 0x55717361b670 0.000132
+gallium_dri.so free 0x55717361b700 void 0.000133
+gallium_dri.so free 0x55717361b670 void 0.000134
+gallium_dri.so malloc 72 0x55717361b670 0.000134
+gallium_dri.so free 0x55717361b7c0 void 0.000133
+gallium_dri.so free 0x55717361b670 void 0.000209
+gallium_dri.so malloc 72 0x55717361b800 0.000174
+gallium_dri.so free 0x55717361b880 void 0.000161
+gallium_dri.so free 0x55717361b800 void 0.000161
+gallium_dri.so malloc 72 0x55717361b880 0.000125
+gallium_dri.so free 0x55717361b940 void 0.000126
+gallium_dri.so free 0x55717361b880 void 0.000124
+gallium_dri.so malloc 72 0x55717361b880 0.000126
+gallium_dri.so free 0x55717361b9c0 void 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000129
+gallium_dri.so malloc 72 0x55717361b9f0 0.000119
+gallium_dri.so free 0x55717361ba40 void 0.000119
+gallium_dri.so free 0x55717361b9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b9f0 0.000117
+gallium_dri.so free 0x55717361bb40 void 0.000126
+gallium_dri.so free 0x55717361b9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bb80 0.000118
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so free 0x55717361bb80 void 0.000118
+gallium_dri.so malloc 72 0x55717361bc00 0.000121
+gallium_dri.so free 0x55717361bcc0 void 0.000118
+gallium_dri.so free 0x55717361bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717361bc00 0.000117
+gallium_dri.so free 0x55717361bd40 void 0.000117
+gallium_dri.so free 0x55717361bc00 void 0.000119
+gallium_dri.so malloc 72 0x55717361bd70 0.000125
+gallium_dri.so free 0x55717361bdc0 void 0.000123
+gallium_dri.so free 0x55717361bd70 void 0.000119
+gallium_dri.so malloc 72 0x55717361bd70 0.000117
+gallium_dri.so free 0x55717361bec0 void 0.000119
+gallium_dri.so free 0x55717361bd70 void 0.000116
+gallium_dri.so malloc 72 0x55717361be70 0.000125
+gallium_dri.so free 0x55717361bf80 void 0.000127
+gallium_dri.so free 0x55717361be70 void 0.000123
+gallium_dri.so malloc 72 0x55717361bf30 0.000135
+gallium_dri.so free 0x55717361c000 void 0.000124
+gallium_dri.so free 0x55717361bf30 void 0.000122
+gallium_dri.so malloc 72 0x55717361bf30 0.000121
+gallium_dri.so free 0x55717361c0c0 void 0.000123
+gallium_dri.so free 0x55717361bf30 void 0.000136
+gallium_dri.so malloc 72 0x55717361bf30 0.000127
+gallium_dri.so free 0x55717361c180 void 0.000121
+gallium_dri.so free 0x55717361bf30 void 0.000118
+gallium_dri.so malloc 72 0x55717361c130 0.000118
+gallium_dri.so free 0x55717361c200 void 0.000117
+gallium_dri.so free 0x55717361c130 void 0.000117
+gallium_dri.so malloc 72 0x55717361c250 0.000117
+gallium_dri.so free 0x55717361c2c0 void 0.000117
+gallium_dri.so free 0x55717361c250 void 0.000118
+gallium_dri.so malloc 72 0x55717361c2e0 0.000118
+gallium_dri.so free 0x55717361c380 void 0.000117
+gallium_dri.so free 0x55717361c2e0 void 0.000117
+gallium_dri.so malloc 72 0x55717361c330 0.000116
+gallium_dri.so free 0x55717361c400 void 0.000117
+gallium_dri.so free 0x55717361c330 void 0.000117
+gallium_dri.so malloc 72 0x55717361c400 0.000118
+gallium_dri.so free 0x55717361c4c0 void 0.000117
+gallium_dri.so free 0x55717361c400 void 0.000117
+gallium_dri.so malloc 72 0x55717361c400 0.000118
+gallium_dri.so free 0x55717361c540 void 0.000121
+gallium_dri.so free 0x55717361c400 void 0.000128
+gallium_dri.so malloc 72 0x55717361c540 0.000116
+gallium_dri.so free 0x55717361c600 void 0.000128
+gallium_dri.so free 0x55717361c540 void 0.000115
+gallium_dri.so malloc 72 0x55717361c540 0.000118
+gallium_dri.so free 0x55717361c6c0 void 0.000113
+gallium_dri.so free 0x55717361c540 void 0.000110
+gallium_dri.so malloc 72 0x55717361c540 0.000111
+gallium_dri.so free 0x55717361c780 void 0.000110
+gallium_dri.so free 0x55717361c540 void 0.000112
+gallium_dri.so malloc 72 0x55717361c730 0.000110
+gallium_dri.so free 0x55717361c800 void 0.000111
+gallium_dri.so free 0x55717361c730 void 0.000111
+gallium_dri.so malloc 72 0x55717361c850 0.000112
+gallium_dri.so free 0x55717361c8c0 void 0.000110
+gallium_dri.so free 0x55717361c850 void 0.000110
+gallium_dri.so malloc 72 0x55717361c900 0.000109
+gallium_dri.so free 0x55717361c980 void 0.000111
+gallium_dri.so free 0x55717361c900 void 0.000111
+gallium_dri.so malloc 72 0x55717361c900 0.000111
+gallium_dri.so free 0x55717361ca00 void 0.000110
+gallium_dri.so free 0x55717361c900 void 0.000110
+gallium_dri.so malloc 72 0x55717361ca30 0.000115
+gallium_dri.so free 0x55717361ca80 void 0.000116
+gallium_dri.so free 0x55717361ca30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ca30 0.000113
+gallium_dri.so free 0x55717361cb80 void 0.000113
+gallium_dri.so free 0x55717361ca30 void 0.000110
+gallium_dri.so malloc 72 0x55717361cb30 0.000128
+gallium_dri.so free 0x55717361cc40 void 0.000116
+gallium_dri.so free 0x55717361cb30 void 0.000112
+gallium_dri.so malloc 72 0x55717361cbf0 0.000114
+gallium_dri.so free 0x55717361cc80 void 0.000114
+gallium_dri.so free 0x55717361cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cbf0 0.000115
+gallium_dri.so free 0x55717361cd40 void 0.000116
+gallium_dri.so free 0x55717361cbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361cdb0 0.000115
+gallium_dri.so free 0x55717361ce00 void 0.000114
+gallium_dri.so free 0x55717361cdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdb0 0.000113
+gallium_dri.so free 0x55717361cf00 void 0.000116
+gallium_dri.so free 0x55717361cdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ceb0 0.000113
+gallium_dri.so free 0x55717361cfc0 void 0.000116
+gallium_dri.so free 0x55717361ceb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d000 void 0.000114
+gallium_dri.so free 0x55717361cf70 void 0.000115
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d0c0 void 0.000115
+gallium_dri.so free 0x55717361cf70 void 0.000113
+gallium_dri.so malloc 72 0x55717361d100 0.000114
+gallium_dri.so free 0x55717361d180 void 0.000115
+gallium_dri.so free 0x55717361d100 void 0.000114
+gallium_dri.so malloc 72 0x55717361d180 0.000124
+gallium_dri.so free 0x55717361d240 void 0.000117
+gallium_dri.so free 0x55717361d180 void 0.000114
+gallium_dri.so malloc 72 0x55717361d180 0.000114
+gallium_dri.so free 0x55717361d300 void 0.000115
+gallium_dri.so free 0x55717361d180 void 0.000114
+gallium_dri.so malloc 72 0x55717361d320 0.000115
+gallium_dri.so free 0x55717361d3c0 void 0.000115
+gallium_dri.so free 0x55717361d320 void 0.000114
+gallium_dri.so malloc 72 0x55717361d370 0.000113
+gallium_dri.so free 0x55717361d440 void 0.000113
+gallium_dri.so free 0x55717361d370 void 0.000114
+gallium_dri.so malloc 72 0x55717361d370 0.000113
+gallium_dri.so free 0x55717361d4c0 void 0.000115
+gallium_dri.so free 0x55717361d370 void 0.000114
+gallium_dri.so malloc 72 0x55717361d4c0 0.000113
+gallium_dri.so free 0x55717361d580 void 0.000131
+gallium_dri.so free 0x55717361d4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d4c0 0.000113
+gallium_dri.so free 0x55717361d640 void 0.000114
+gallium_dri.so free 0x55717361d4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d4c0 0.000119
+gallium_dri.so free 0x55717361d700 void 0.000115
+gallium_dri.so free 0x55717361d4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6b0 0.000114
+gallium_dri.so free 0x55717361d7c0 void 0.000115
+gallium_dri.so free 0x55717361d6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d770 0.000119
+gallium_dri.so free 0x55717361d840 void 0.000117
+gallium_dri.so free 0x55717361d770 void 0.000115
+gallium_dri.so malloc 72 0x55717361d890 0.000114
+gallium_dri.so free 0x55717361d900 void 0.000116
+gallium_dri.so free 0x55717361d890 void 0.000115
+gallium_dri.so malloc 72 0x55717361d920 0.000113
+gallium_dri.so free 0x55717361d9c0 void 0.000114
+gallium_dri.so free 0x55717361d920 void 0.000114
+gallium_dri.so malloc 72 0x55717361d970 0.000113
+gallium_dri.so free 0x55717361da40 void 0.000113
+gallium_dri.so free 0x55717361d970 void 0.000113
+gallium_dri.so malloc 72 0x55717361d970 0.000114
+gallium_dri.so free 0x55717361dac0 void 0.000115
+gallium_dri.so free 0x55717361d970 void 0.000113
+gallium_dri.so malloc 72 0x55717361dac0 0.000112
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361dac0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dac0 0.000115
+gallium_dri.so free 0x55717361dc80 void 0.000114
+gallium_dri.so free 0x55717361dac0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dc30 0.000113
+gallium_dri.so free 0x55717361dcc0 void 0.000115
+gallium_dri.so free 0x55717361dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361dc30 0.000113
+gallium_dri.so free 0x55717361dd80 void 0.000116
+gallium_dri.so free 0x55717361dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddc0 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000125
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361de40 0.000114
+gallium_dri.so free 0x55717361df00 void 0.000116
+gallium_dri.so free 0x55717361de40 void 0.000116
+gallium_dri.so malloc 72 0x55717361de40 0.000116
+gallium_dri.so free 0x55717361df80 void 0.000115
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so malloc 72 0x55717361dfb0 0.000114
+gallium_dri.so free 0x55717361e000 void 0.000115
+gallium_dri.so free 0x55717361dfb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dfb0 0.000114
+gallium_dri.so free 0x55717361e100 void 0.000115
+gallium_dri.so free 0x55717361dfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e140 0.000113
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so free 0x55717361e140 void 0.000114
+gallium_dri.so malloc 72 0x55717361e1c0 0.000114
+gallium_dri.so free 0x55717361e280 void 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e1c0 0.000114
+gallium_dri.so free 0x55717361e300 void 0.000116
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e330 0.000114
+gallium_dri.so free 0x55717361e380 void 0.000116
+gallium_dri.so free 0x55717361e330 void 0.000114
+gallium_dri.so malloc 72 0x55717361e330 0.000114
+gallium_dri.so free 0x55717361e480 void 0.000125
+gallium_dri.so free 0x55717361e330 void 0.000115
+gallium_dri.so malloc 72 0x55717361e430 0.000115
+gallium_dri.so free 0x55717361e540 void 0.000130
+gallium_dri.so free 0x55717361e430 void 0.000116
+gallium_dri.so malloc 72 0x55717361e4f0 0.000115
+gallium_dri.so free 0x55717361e5c0 void 0.000116
+gallium_dri.so free 0x55717361e4f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e4f0 0.000113
+gallium_dri.so free 0x55717361e680 void 0.000116
+gallium_dri.so free 0x55717361e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e4f0 0.000117
+gallium_dri.so free 0x55717361e740 void 0.000115
+gallium_dri.so free 0x55717361e4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e6f0 0.000114
+gallium_dri.so free 0x55717361e7c0 void 0.000114
+gallium_dri.so free 0x55717361e6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e810 0.000113
+gallium_dri.so free 0x55717361e880 void 0.000114
+gallium_dri.so free 0x55717361e810 void 0.000115
+gallium_dri.so malloc 72 0x55717361e8a0 0.000114
+gallium_dri.so free 0x55717361e940 void 0.000116
+gallium_dri.so free 0x55717361e8a0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e8f0 0.000112
+gallium_dri.so free 0x55717361e9c0 void 0.000120
+gallium_dri.so free 0x55717361e8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e9c0 0.000115
+gallium_dri.so free 0x55717361ea80 void 0.000166
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e9c0 0.000112
+gallium_dri.so free 0x55717361eb00 void 0.000115
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eb00 0.000113
+gallium_dri.so free 0x55717361ebc0 void 0.000114
+gallium_dri.so free 0x55717361eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb00 0.000113
+gallium_dri.so free 0x55717361ec80 void 0.000115
+gallium_dri.so free 0x55717361eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb00 0.000119
+gallium_dri.so free 0x55717361ed40 void 0.000125
+gallium_dri.so free 0x55717361eb00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ecf0 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000119
+gallium_dri.so free 0x55717361ecf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ee10 0.000120
+gallium_dri.so free 0x55717361ee80 void 0.000117
+gallium_dri.so free 0x55717361ee10 void 0.000112
+gallium_dri.so malloc 72 0x55717361eec0 0.000115
+gallium_dri.so free 0x55717361ef40 void 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eec0 0.000115
+gallium_dri.so free 0x55717361efc0 void 0.000114
+gallium_dri.so free 0x55717361eec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eff0 0.000126
+gallium_dri.so free 0x55717361f040 void 0.000116
+gallium_dri.so free 0x55717361eff0 void 0.000114
+gallium_dri.so malloc 72 0x55717361eff0 0.000114
+gallium_dri.so free 0x55717361f140 void 0.000121
+gallium_dri.so free 0x55717361eff0 void 0.000130
+gallium_dri.so malloc 72 0x55717361f0f0 0.000115
+gallium_dri.so free 0x55717361f200 void 0.000115
+gallium_dri.so free 0x55717361f0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361f1b0 0.000113
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f1b0 0.000115
+gallium_dri.so free 0x55717361f300 void 0.000115
+gallium_dri.so free 0x55717361f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f370 0.000115
+gallium_dri.so free 0x55717361f3c0 void 0.000113
+gallium_dri.so free 0x55717361f370 void 0.000131
+gallium_dri.so malloc 72 0x55717361f370 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x55717361f370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed310 0.000114
+gallium_dri.so free 0x5571735ed380 void 0.000114
+gallium_dri.so free 0x5571735ed310 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed3a0 0.000115
+gallium_dri.so free 0x5571735ed440 void 0.000116
+gallium_dri.so free 0x5571735ed3a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000122
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed540 0.000116
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed540 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed540 0.000112
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so free 0x5571735ed540 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000113
+gallium_dri.so free 0x5571735ed800 void 0.000112
+gallium_dri.so free 0x5571735ed7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000112
+gallium_dri.so free 0x5571735ed900 void 0.000116
+gallium_dri.so free 0x5571735ed7b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000118
+gallium_dri.so free 0x5571735ed9c0 void 0.000114
+gallium_dri.so free 0x5571735ed8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed970 0.000112
+gallium_dri.so free 0x5571735eda00 void 0.000117
+gallium_dri.so free 0x5571735ed970 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed970 0.000181
+gallium_dri.so free 0x5571735edac0 void 0.000116
+gallium_dri.so free 0x5571735ed970 void 0.000114
+gallium_dri.so malloc 72 0x5571735edb10 0.000112
+gallium_dri.so free 0x5571735edb80 void 0.000111
+gallium_dri.so free 0x5571735edb10 void 0.000112
+gallium_dri.so malloc 72 0x5571735edbc0 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so free 0x5571735edbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edc40 0.000192
+gallium_dri.so free 0x5571735edd00 void 0.000242
+gallium_dri.so free 0x5571735edc40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edc40 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eddb0 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000114
+gallium_dri.so free 0x5571735eddb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eddb0 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000116
+gallium_dri.so free 0x5571735eddb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000120
+gallium_dri.so free 0x5571735edeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edf70 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000116
+gallium_dri.so free 0x5571735edf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee060 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee060 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000114
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000113
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so free 0x5571735ee0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee200 0.000114
+gallium_dri.so free 0x5571735ee2c0 void 0.000115
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee200 0.000112
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee200 0.000113
+gallium_dri.so free 0x5571735ee440 void 0.000120
+gallium_dri.so free 0x5571735ee200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000113
+gallium_dri.so free 0x5571735ee540 void 0.000117
+gallium_dri.so free 0x5571735ee3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000114
+gallium_dri.so free 0x5571735ee600 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000209
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000196
+gallium_dri.so free 0x5571735ee640 void 0.000196
+gallium_dri.so free 0x5571735ee5b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so free 0x5571735ee5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee740 0.000116
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000116
+gallium_dri.so free 0x5571735ee880 void 0.000116
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000116
+gallium_dri.so free 0x5571735ee940 void 0.000117
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee960 0.000114
+gallium_dri.so free 0x5571735eea00 void 0.000116
+gallium_dri.so free 0x5571735ee960 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735ee9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000115
+gallium_dri.so free 0x5571735eeb00 void 0.000116
+gallium_dri.so free 0x5571735ee9b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeb00 0.000157
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000115
+gallium_dri.so free 0x5571735eec80 void 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eeb00 0.000114
+gallium_dri.so free 0x5571735eed40 void 0.000119
+gallium_dri.so free 0x5571735eeb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735eecf0 0.000114
+gallium_dri.so free 0x5571735eee00 void 0.000119
+gallium_dri.so free 0x5571735eecf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000117
+gallium_dri.so free 0x5571735eedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eeed0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eeed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eef60 0.000120
+gallium_dri.so free 0x5571735ef000 void 0.000116
+gallium_dri.so free 0x5571735eef60 void 0.000115
+gallium_dri.so malloc 72 0x5571735eefb0 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so free 0x5571735eefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eefb0 0.000114
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so free 0x5571735eefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef100 0.000128
+gallium_dri.so free 0x5571735ef1c0 void 0.000116
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef100 0.000115
+gallium_dri.so free 0x5571735ef2c0 void 0.000115
+gallium_dri.so free 0x5571735ef100 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef270 0.000114
+gallium_dri.so free 0x5571735ef300 void 0.000119
+gallium_dri.so free 0x5571735ef270 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef270 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000116
+gallium_dri.so free 0x5571735ef270 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef400 0.000115
+gallium_dri.so free 0x5571735ef480 void 0.000116
+gallium_dri.so free 0x5571735ef400 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef480 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef480 0.000114
+gallium_dri.so free 0x5571735ef5c0 void 0.000116
+gallium_dri.so free 0x5571735ef480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000115
+gallium_dri.so free 0x5571735ef640 void 0.000115
+gallium_dri.so free 0x5571735ef5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000115
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so free 0x5571735ef5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef780 0.000125
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef800 0.000114
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so free 0x5571735ef800 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef800 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef970 0.000115
+gallium_dri.so free 0x5571735ef9c0 void 0.000116
+gallium_dri.so free 0x5571735ef970 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef970 0.000114
+gallium_dri.so free 0x5571735efac0 void 0.000115
+gallium_dri.so free 0x5571735ef970 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000116
+gallium_dri.so free 0x5571735efb80 void 0.000114
+gallium_dri.so free 0x5571735efa70 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000115
+gallium_dri.so free 0x5571735efc00 void 0.000115
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000116
+gallium_dri.so free 0x5571735efb30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb30 0.000115
+gallium_dri.so free 0x5571735efd80 void 0.000116
+gallium_dri.so free 0x5571735efb30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efd30 0.000167
+gallium_dri.so free 0x5571735efe00 void 0.000117
+gallium_dri.so free 0x5571735efd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe50 0.000116
+gallium_dri.so free 0x5571735efec0 void 0.000121
+gallium_dri.so free 0x5571735efe50 void 0.000118
+gallium_dri.so malloc 72 0x5571735efee0 0.000116
+gallium_dri.so free 0x5571735eff80 void 0.000116
+gallium_dri.so free 0x5571735efee0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff30 0.000116
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735eff30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000114
+gallium_dri.so free 0x5571735f00c0 void 0.000116
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000120
+gallium_dri.so free 0x5571735f0000 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0140 0.000123
+gallium_dri.so free 0x5571735f0200 void 0.000131
+gallium_dri.so free 0x5571735f0140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0140 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0140 0.000116
+gallium_dri.so free 0x5571735f0380 void 0.000125
+gallium_dri.so free 0x5571735f0140 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0330 0.000114
+gallium_dri.so free 0x5571735f0400 void 0.000116
+gallium_dri.so free 0x5571735f0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0450 0.000116
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0450 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0500 0.000120
+gallium_dri.so free 0x5571735f0580 void 0.000115
+gallium_dri.so free 0x5571735f0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0500 0.000116
+gallium_dri.so free 0x5571735f0600 void 0.000116
+gallium_dri.so free 0x5571735f0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0630 0.000115
+gallium_dri.so free 0x5571735f0680 void 0.000115
+gallium_dri.so free 0x5571735f0630 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0630 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000116
+gallium_dri.so free 0x5571735f0630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0730 0.000115
+gallium_dri.so free 0x5571735f0840 void 0.000116
+gallium_dri.so free 0x5571735f0730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07f0 0.000115
+gallium_dri.so free 0x5571735f0880 void 0.000116
+gallium_dri.so free 0x5571735f07f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f07f0 0.000115
+gallium_dri.so free 0x5571735f0940 void 0.000123
+gallium_dri.so free 0x5571735f07f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f09b0 0.000116
+gallium_dri.so free 0x5571735f0a00 void 0.000116
+gallium_dri.so free 0x5571735f09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09b0 0.000117
+gallium_dri.so free 0x5571735f0b00 void 0.000119
+gallium_dri.so free 0x5571735f09b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000115
+gallium_dri.so free 0x5571735f0b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so free 0x5571735f0b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0d00 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0d00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0d80 0.000116
+gallium_dri.so free 0x5571735f0e40 void 0.000115
+gallium_dri.so free 0x5571735f0d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0d80 0.000119
+gallium_dri.so free 0x5571735f0f00 void 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f20 0.000115
+gallium_dri.so free 0x5571735f0fc0 void 0.000165
+gallium_dri.so free 0x5571735f0f20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0f70 0.000120
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so free 0x5571735f0f70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0f70 0.000122
+gallium_dri.so free 0x5571735f10c0 void 0.000119
+gallium_dri.so free 0x5571735f0f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10c0 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so free 0x5571735f10c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f10c0 0.000117
+gallium_dri.so free 0x5571735f1240 void 0.000123
+gallium_dri.so free 0x5571735f10c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f10c0 0.000125
+gallium_dri.so free 0x5571735f1300 void 0.000120
+gallium_dri.so free 0x5571735f10c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f12b0 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000116
+gallium_dri.so free 0x5571735f12b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1370 0.000119
+gallium_dri.so free 0x5571735f1440 void 0.000117
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1490 0.000124
+gallium_dri.so free 0x5571735f1500 void 0.000132
+gallium_dri.so free 0x5571735f1490 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1520 0.000125
+gallium_dri.so free 0x5571735f15c0 void 0.000125
+gallium_dri.so free 0x5571735f1520 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1570 0.000118
+gallium_dri.so free 0x5571735f1640 void 0.000124
+gallium_dri.so free 0x5571735f1570 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1570 0.000125
+gallium_dri.so free 0x5571735f16c0 void 0.000119
+gallium_dri.so free 0x5571735f1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f16c0 0.000123
+gallium_dri.so free 0x5571735f1780 void 0.000121
+gallium_dri.so free 0x5571735f16c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f16c0 0.000140
+gallium_dri.so free 0x5571735f1880 void 0.000130
+gallium_dri.so free 0x5571735f16c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f1830 0.000213
+gallium_dri.so free 0x5571735f18c0 void 0.000124
+gallium_dri.so free 0x5571735f1830 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1830 0.000126
+gallium_dri.so free 0x5571735f1980 void 0.000134
+gallium_dri.so free 0x5571735f1830 void 0.000125
+gallium_dri.so malloc 72 0x5571735f19c0 0.000126
+gallium_dri.so free 0x5571735f1a40 void 0.000120
+gallium_dri.so free 0x5571735f19c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1a40 0.000125
+gallium_dri.so free 0x5571735f1b00 void 0.000126
+gallium_dri.so free 0x5571735f1a40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1a40 0.000247
+gallium_dri.so free 0x5571735f1b80 void 0.000229
+gallium_dri.so free 0x5571735f1a40 void 0.000222
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000221
+gallium_dri.so free 0x5571735f1c00 void 0.000216
+gallium_dri.so free 0x5571735f1bb0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000239
+gallium_dri.so free 0x5571735f1d00 void 0.000160
+gallium_dri.so free 0x5571735f1bb0 void 0.000157
+gallium_dri.so malloc 72 0x5571735f1d40 0.000162
+gallium_dri.so free 0x5571735f1dc0 void 0.000210
+gallium_dri.so free 0x5571735f1d40 void 0.000279
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000259
+gallium_dri.so free 0x5571735f1e80 void 0.000273
+gallium_dri.so free 0x5571735f1dc0 void 0.000274
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000165
+gallium_dri.so free 0x5571735f1f00 void 0.000162
+gallium_dri.so free 0x5571735f1dc0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1f30 0.000131
+gallium_dri.so free 0x5571735f1f80 void 0.000124
+gallium_dri.so free 0x5571735f1f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1f30 0.000132
+gallium_dri.so free 0x5571735f2080 void 0.000132
+gallium_dri.so free 0x5571735f1f30 void 0.000187
+gallium_dri.so malloc 72 0x5571735f2030 0.000224
+gallium_dri.so free 0x5571735f2140 void 0.000129
+gallium_dri.so free 0x5571735f2030 void 0.000131
+gallium_dri.so malloc 72 0x5571735f20f0 0.000140
+gallium_dri.so free 0x5571735f21c0 void 0.000187
+gallium_dri.so free 0x5571735f20f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f20f0 0.000126
+gallium_dri.so free 0x5571735f2280 void 0.000124
+gallium_dri.so free 0x5571735f20f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f20f0 0.000132
+gallium_dri.so free 0x5571735f2340 void 0.000132
+gallium_dri.so free 0x5571735f20f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f22f0 0.000124
+gallium_dri.so free 0x5571735f23c0 void 0.000131
+gallium_dri.so free 0x5571735f22f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2410 0.000133
+gallium_dri.so free 0x5571735f2480 void 0.000132
+gallium_dri.so free 0x5571735f2410 void 0.000131
+gallium_dri.so malloc 72 0x5571735f24a0 0.000148
+gallium_dri.so free 0x5571735f2540 void 0.000161
+gallium_dri.so free 0x5571735f24a0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f24f0 0.000132
+gallium_dri.so free 0x5571735f25c0 void 0.000132
+gallium_dri.so free 0x5571735f24f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f25c0 0.000138
+gallium_dri.so free 0x5571735f2680 void 0.000126
+gallium_dri.so free 0x5571735f25c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f25c0 0.000131
+gallium_dri.so free 0x5571735f2700 void 0.000132
+gallium_dri.so free 0x5571735f25c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2700 0.000127
+gallium_dri.so free 0x5571735f27c0 void 0.000131
+gallium_dri.so free 0x5571735f2700 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2700 0.000130
+gallium_dri.so free 0x5571735f2880 void 0.000125
+gallium_dri.so free 0x5571735f2700 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2700 0.000131
+gallium_dri.so free 0x557173590b40 void 0.000130
+gallium_dri.so free 0x5571735f2700 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2700 0.000125
+gallium_dri.so free 0x5571735e3200 void 0.000128
+gallium_dri.so free 0x5571735f2700 void 0.000133
+gallium_dri.so malloc 72 0x5571735e31b0 0.000133
+gallium_dri.so free 0x55717346ab40 void 0.000174
+gallium_dri.so free 0x5571735e31b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346aaf0 0.000131
+gallium_dri.so free 0x5571735f8840 void 0.000131
+gallium_dri.so free 0x55717346aaf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f87f0 0.000130
+gallium_dri.so free 0x5571735e37c0 void 0.000131
+gallium_dri.so free 0x5571735f87f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x5571735dcd80 void 0.000131
+gallium_dri.so free 0x5571735f87f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcd30 0.000131
+gallium_dri.so free 0x5571735c4f80 void 0.000133
+gallium_dri.so free 0x5571735dcd30 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4f30 0.000127
+gallium_dri.so free 0x55717346e840 void 0.000131
+gallium_dri.so free 0x5571735c4f30 void 0.000131
+gallium_dri.so malloc 72 0x55717346e7f0 0.000124
+gallium_dri.so free 0x5571735e25c0 void 0.000130
+gallium_dri.so free 0x55717346e7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2570 0.000129
+gallium_dri.so free 0x55717346cac0 void 0.000130
+gallium_dri.so free 0x5571735e2570 void 0.000127
+gallium_dri.so malloc 72 0x55717346cb30 0.000124
+gallium_dri.so free 0x5571735c1d00 void 0.000128
+gallium_dri.so free 0x55717346cb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000122
+gallium_dri.so free 0x55717346c440 void 0.000122
+gallium_dri.so free 0x5571735c1cb0 void 0.000127
+gallium_dri.so malloc 72 0x55717346c3f0 0.000129
+gallium_dri.so free 0x55717346c280 void 0.000131
+gallium_dri.so free 0x55717346c3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c230 0.000124
+gallium_dri.so free 0x5571735db480 void 0.000129
+gallium_dri.so free 0x55717346c230 void 0.000146
+gallium_dri.so malloc 72 0x5571735db430 0.000132
+gallium_dri.so free 0x557173600d00 void 0.000126
+gallium_dri.so free 0x5571735db430 void 0.000130
+gallium_dri.so malloc 72 0x557173600cb0 0.000131
+gallium_dri.so free 0x5571735fe740 void 0.000131
+gallium_dri.so free 0x557173600cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000124
+gallium_dri.so free 0x557173460440 void 0.000129
+gallium_dri.so free 0x5571735fe6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000124
+gallium_dri.so free 0x5571735c4100 void 0.000124
+gallium_dri.so free 0x5571735fe6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c40b0 0.000123
+gallium_dri.so free 0x5571735c0140 void 0.000123
+gallium_dri.so free 0x5571735c40b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c00f0 0.000123
+gallium_dri.so free 0x5571735f96c0 void 0.000123
+gallium_dri.so free 0x5571735c00f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9670 0.000171
+gallium_dri.so free 0x5571735c42c0 void 0.000126
+gallium_dri.so free 0x5571735f9670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4270 0.000124
+gallium_dri.so free 0x55717360f800 void 0.000126
+gallium_dri.so free 0x5571735c4270 void 0.000123
+gallium_dri.so malloc 72 0x55717360f7b0 0.000124
+gallium_dri.so free 0x5571735dc0c0 void 0.000124
+gallium_dri.so free 0x55717360f7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc070 0.000132
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000115
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x55717346c0c0 void 0.000121
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x557173473580 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x557173473530 0.000119
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffe30 0.000118
+gallium_dri.so free 0x5571735faec0 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae70 0.000117
+gallium_dri.so free 0x5571735ed1c0 void 0.000126
+gallium_dri.so free 0x5571735fae70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed170 0.000116
+gallium_dri.so free 0x5571735f6440 void 0.000116
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f63f0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000117
+gallium_dri.so free 0x5571735f63f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d0b0 0.000116
+gallium_dri.so free 0x5571735fd8c0 void 0.000117
+gallium_dri.so free 0x55717346d0b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd870 0.000115
+gallium_dri.so free 0x5571735f2e80 void 0.000117
+gallium_dri.so free 0x5571735fd870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x5571735f7100 void 0.000117
+gallium_dri.so free 0x5571735f2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f70b0 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000117
+gallium_dri.so free 0x5571735f70b0 void 0.000120
+gallium_dri.so malloc 72 0x557173469e30 0.000117
+gallium_dri.so free 0x557173620e80 void 0.000121
+gallium_dri.so free 0x557173469e30 void 0.000117
+gallium_dri.so malloc 72 0x557173620e30 0.000117
+gallium_dri.so free 0x55717360f640 void 0.000117
+gallium_dri.so free 0x557173620e30 void 0.000116
+gallium_dri.so malloc 72 0x55717360f5f0 0.000118
+gallium_dri.so free 0x5571735f9080 void 0.000128
+gallium_dri.so free 0x55717360f5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f90f0 0.000119
+gallium_dri.so free 0x5571735fd700 void 0.000118
+gallium_dri.so free 0x5571735f90f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000120
+gallium_dri.so free 0x5571735fd6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21b0 0.000117
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x5571735d21b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000119
+gallium_dri.so free 0x5571735f2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f89b0 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x5571735f89b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc70 0.000119
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x5571735ffc70 void 0.000118
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x55717360c770 void 0.000118
+gallium_dri.so malloc 72 0x55717360c770 0.000117
+gallium_dri.so free 0x5571735eb600 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000180
+gallium_dri.so free 0x557173467680 void 0.000121
+gallium_dri.so free 0x5571735eb5b0 void 0.000119
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x557173605c40 void 0.000118
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000119
+gallium_dri.so free 0x557173600040 void 0.000118
+gallium_dri.so free 0x557173605bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x5571735f5800 void 0.000118
+gallium_dri.so free 0x5571735ffff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000118
+gallium_dri.so free 0x5571735ec580 void 0.000119
+gallium_dri.so free 0x5571735f57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735c3f40 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000117
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x5571735c3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dedf0 0.000117
+gallium_dri.so free 0x5571735f8680 void 0.000117
+gallium_dri.so free 0x5571735dedf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8630 0.000119
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571735f8630 void 0.000127
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x557173460f80 void 0.000117
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x557173460f30 0.000116
+gallium_dri.so free 0x5571735f3200 void 0.000117
+gallium_dri.so free 0x557173460f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x557173620cc0 void 0.000122
+gallium_dri.so free 0x5571735f31b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620c70 0.000117
+gallium_dri.so free 0x55717360e0c0 void 0.000117
+gallium_dri.so free 0x557173620c70 void 0.000116
+gallium_dri.so malloc 72 0x55717360e070 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000116
+gallium_dri.so free 0x55717360e070 void 0.000118
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x5571735fda80 void 0.000117
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x55717360d400 void 0.000117
+gallium_dri.so free 0x5571735fda30 void 0.000117
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so free 0x55717360d3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000117
+gallium_dri.so free 0x557173461c40 void 0.000118
+gallium_dri.so free 0x5571735c2970 void 0.000127
+gallium_dri.so malloc 72 0x557173461bf0 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000120
+gallium_dri.so free 0x557173461bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c23f0 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000117
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000118
+gallium_dri.so free 0x5571735e1640 void 0.000118
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000117
+gallium_dri.so free 0x55717360f9c0 void 0.000119
+gallium_dri.so free 0x5571735e15f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f970 0.000124
+gallium_dri.so free 0x5571735d47c0 void 0.000120
+gallium_dri.so free 0x55717360f970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000118
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x5571735d4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000169
+gallium_dri.so free 0x5571735dfab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735dfab0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x55717360b770 0.000118
+gallium_dri.so free 0x5571735f6ac0 void 0.000118
+gallium_dri.so free 0x55717360b770 void 0.000120
+gallium_dri.so malloc 72 0x55717360b770 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000121
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x55717346f080 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so malloc 72 0x55717346f080 0.000120
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so free 0x55717346f080 void 0.000119
+gallium_dri.so malloc 72 0x55717346b3b0 0.000130
+gallium_dri.so free 0x55717346d9c0 void 0.000120
+gallium_dri.so free 0x55717346b3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d970 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f30 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000118
+gallium_dri.so free 0x5571735f9f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3230 0.000118
+gallium_dri.so free 0x5571735fca40 void 0.000116
+gallium_dri.so free 0x5571735c3230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000117
+gallium_dri.so free 0x5571735fe100 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x55717360e980 void 0.000116
+gallium_dri.so free 0x5571735fc9f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e930 0.000118
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000117
+gallium_dri.so malloc 72 0x55717361ffb0 0.000117
+gallium_dri.so free 0x5571735ff000 void 0.000118
+gallium_dri.so free 0x55717361ffb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000117
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000117
+gallium_dri.so free 0x557173610040 void 0.000117
+gallium_dri.so free 0x5571735fefb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000116
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0370 0.000120
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7970 0.000117
+gallium_dri.so free 0x557173609640 void 0.000118
+gallium_dri.so free 0x5571735f7970 void 0.000121
+gallium_dri.so malloc 72 0x5571736095f0 0.000119
+gallium_dri.so free 0x557173610f40 void 0.000118
+gallium_dri.so free 0x5571736095f0 void 0.000117
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000119
+gallium_dri.so free 0x557173610ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173600730 0.000119
+gallium_dri.so free 0x557173461600 void 0.000118
+gallium_dri.so free 0x557173600730 void 0.000118
+gallium_dri.so malloc 72 0x557173600730 0.000115
+gallium_dri.so free 0x55717360da80 void 0.000119
+gallium_dri.so free 0x557173600730 void 0.000118
+gallium_dri.so malloc 72 0x55717360da80 0.000119
+gallium_dri.so free 0x5571735dd640 void 0.000118
+gallium_dri.so free 0x55717360da80 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x5571735dd5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x5571734741c0 void 0.000122
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000116
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4580 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4580 0.000118
+gallium_dri.so free 0x5571735ecfc0 void 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecff0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000119
+gallium_dri.so free 0x5571735ecff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe40 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbe40 0.000117
+gallium_dri.so free 0x557173473f40 void 0.000117
+gallium_dri.so free 0x5571735dbe40 void 0.000117
+gallium_dri.so malloc 72 0x557173473f40 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so free 0x557173473f40 void 0.000117
+gallium_dri.so malloc 72 0x557173473f40 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000117
+gallium_dri.so free 0x557173473f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dec70 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x5571735dec70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dec70 0.000117
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x557173603300 0.000117
+gallium_dri.so free 0x557173469c00 void 0.000116
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so malloc 72 0x557173603300 0.000116
+gallium_dri.so free 0x55717360d180 void 0.000117
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so malloc 72 0x557173603300 0.000128
+gallium_dri.so free 0x55717360d200 void 0.000121
+gallium_dri.so free 0x557173603300 void 0.000117
+gallium_dri.so malloc 72 0x55717360d230 0.000120
+gallium_dri.so free 0x5571735c1a80 void 0.000117
+gallium_dri.so free 0x55717360d230 void 0.000118
+gallium_dri.so malloc 72 0x55717360d230 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so free 0x55717360d230 void 0.000117
+gallium_dri.so malloc 72 0x557173460d00 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173460d00 0.000117
+gallium_dri.so free 0x557173466e40 void 0.000119
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so malloc 72 0x557173466e70 0.000118
+gallium_dri.so free 0x5571735f61c0 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000119
+gallium_dri.so malloc 72 0x557173466e70 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so free 0x557173466e70 void 0.000119
+gallium_dri.so malloc 72 0x557173466e70 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000135
+gallium_dri.so free 0x557173466e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e80 0.000120
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000156
+gallium_dri.so malloc 72 0x5571735c0e80 0.000121
+gallium_dri.so free 0x5571735e2380 void 0.000119
+gallium_dri.so free 0x5571735c0e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23b0 0.000118
+gallium_dri.so free 0x55717360c500 void 0.000119
+gallium_dri.so free 0x5571735e23b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e23b0 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000118
+gallium_dri.so free 0x5571735e23b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000118
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x5571735f5600 void 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x5571735ec2c0 void 0.000118
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x5571735ec380 void 0.000119
+gallium_dri.so free 0x55717360c580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000120
+gallium_dri.so free 0x5571735ec330 void 0.000117
+gallium_dri.so malloc 72 0x55717358b880 0.000118
+gallium_dri.so free 0x55717358b940 void 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000119
+gallium_dri.so malloc 72 0x55717358b880 0.000117
+gallium_dri.so free 0x557173590400 void 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000118
+gallium_dri.so malloc 72 0x55717358b880 0.000117
+gallium_dri.so free 0x5571735904c0 void 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000117
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x5571734673c0 void 0.000116
+gallium_dri.so free 0x557173590470 void 0.000117
+gallium_dri.so malloc 72 0x557173590470 0.000117
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so free 0x557173590470 void 0.000123
+gallium_dri.so malloc 72 0x557173467440 0.000118
+gallium_dri.so free 0x5571735db1c0 void 0.000119
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so malloc 72 0x557173467440 0.000117
+gallium_dri.so free 0x5571735db240 void 0.000117
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000118
+gallium_dri.so free 0x5571736080c0 void 0.000117
+gallium_dri.so free 0x5571735db270 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000117
+gallium_dri.so free 0x557173608140 void 0.000116
+gallium_dri.so free 0x5571735db270 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000117
+gallium_dri.so free 0x5571735fbb80 void 0.000131
+gallium_dri.so free 0x557173608140 void 0.000119
+gallium_dri.so malloc 72 0x557173608140 0.000119
+gallium_dri.so free 0x5571735fbc00 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000119
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x557173605980 void 0.000134
+gallium_dri.so free 0x557173608140 void 0.000119
+gallium_dri.so malloc 72 0x557173605930 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x557173605930 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000120
+gallium_dri.so free 0x5571735bfe80 void 0.000120
+gallium_dri.so free 0x5571735bfdc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000119
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000128
+gallium_dri.so free 0x5571734648c0 void 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so malloc 72 0x557173464870 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so free 0x557173464870 void 0.000115
+gallium_dri.so malloc 72 0x557173464870 0.000162
+gallium_dri.so free 0x55717360bac0 void 0.000122
+gallium_dri.so free 0x557173464870 void 0.000118
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x5571734648c0 void 0.000118
+gallium_dri.so free 0x55717360bac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x557173589140 void 0.000118
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735890f0 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so free 0x5571735890f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b440 0.000119
+gallium_dri.so free 0x55717346be00 void 0.000120
+gallium_dri.so free 0x55717360b440 void 0.000118
+gallium_dri.so malloc 72 0x55717346bdb0 0.000121
+gallium_dri.so free 0x55717346be80 void 0.000119
+gallium_dri.so free 0x55717346bdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bdb0 0.000118
+gallium_dri.so free 0x55717360b500 void 0.000119
+gallium_dri.so free 0x55717346bdb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bdb0 0.000119
+gallium_dri.so free 0x55717360bd00 void 0.000118
+gallium_dri.so free 0x55717346bdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000117
+gallium_dri.so free 0x55717360bcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360bdd0 0.000117
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x55717360bdd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfd60 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000117
+gallium_dri.so free 0x5571735cfd60 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000117
+gallium_dri.so free 0x5571735d48c0 void 0.000116
+gallium_dri.so free 0x5571735cfdb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4910 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so free 0x5571735d4910 void 0.000117
+gallium_dri.so malloc 72 0x5571735d49c0 0.000116
+gallium_dri.so free 0x5571735d2300 void 0.000117
+gallium_dri.so free 0x5571735d49c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2350 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so free 0x5571735d2350 void 0.000118
+gallium_dri.so malloc 72 0x5571735d23e0 0.000117
+gallium_dri.so free 0x5571735f2780 void 0.000132
+gallium_dri.so free 0x5571735d23e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d23e0 0.000117
+gallium_dri.so free 0x5571735f2840 void 0.000118
+gallium_dri.so free 0x5571735d23e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f27f0 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000118
+gallium_dri.so free 0x5571735f27f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc340 0.000120
+gallium_dri.so free 0x5571735fc400 void 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc340 0.000117
+gallium_dri.so free 0x5571735f28c0 void 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f28e0 0.000119
+gallium_dri.so free 0x5571735fafc0 void 0.000119
+gallium_dri.so free 0x5571735f28e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000125
+gallium_dri.so free 0x5571735fb040 void 0.000122
+gallium_dri.so free 0x5571735faff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000118
+gallium_dri.so free 0x5571735fb140 void 0.000119
+gallium_dri.so free 0x5571735faff0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000125
+gallium_dri.so free 0x5571735f4980 void 0.000125
+gallium_dri.so free 0x5571735fb0f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f49a0 0.000121
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49f0 0.000161
+gallium_dri.so free 0x5571735f4ac0 void 0.000119
+gallium_dri.so free 0x5571735f49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49f0 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735f49f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0280 0.000117
+gallium_dri.so free 0x5571735c0300 void 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0300 0.000119
+gallium_dri.so free 0x5571735c03c0 void 0.000117
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0300 0.000119
+gallium_dri.so free 0x5571735eb700 void 0.000119
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb730 0.000118
+gallium_dri.so free 0x5571735eb780 void 0.000118
+gallium_dri.so free 0x5571735eb730 void 0.000156
+gallium_dri.so malloc 72 0x5571735eb730 0.000125
+gallium_dri.so free 0x5571735eb880 void 0.000119
+gallium_dri.so free 0x5571735eb730 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000119
+gallium_dri.so free 0x5571735e1740 void 0.000118
+gallium_dri.so free 0x5571735eb830 void 0.000116
+gallium_dri.so malloc 72 0x5571735e17a0 0.000118
+gallium_dri.so free 0x5571735e1840 void 0.000119
+gallium_dri.so free 0x5571735e17a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000110
+gallium_dri.so free 0x5571735e1880 void 0.000112
+gallium_dri.so free 0x5571735e17f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e17f0 0.000110
+gallium_dri.so free 0x5571734605c0 void 0.000109
+gallium_dri.so free 0x5571735e17f0 void 0.000111
+gallium_dri.so malloc 72 0x557173460570 0.000110
+gallium_dri.so free 0x557173460640 void 0.000110
+gallium_dri.so free 0x557173460570 void 0.000110
+gallium_dri.so malloc 72 0x557173460690 0.000122
+gallium_dri.so free 0x557173460700 void 0.000112
+gallium_dri.so free 0x557173460690 void 0.000111
+gallium_dri.so malloc 72 0x557173460720 0.000110
+gallium_dri.so free 0x55717346bb40 void 0.000110
+gallium_dri.so free 0x557173460720 void 0.000110
+gallium_dri.so malloc 72 0x557173460720 0.000109
+gallium_dri.so free 0x55717346bc00 void 0.000111
+gallium_dri.so free 0x557173460720 void 0.000110
+gallium_dri.so malloc 72 0x55717346bbb0 0.000111
+gallium_dri.so free 0x55717346bcc0 void 0.000109
+gallium_dri.so free 0x55717346bbb0 void 0.000116
+gallium_dri.so malloc 72 0x55717346bc70 0.000118
+gallium_dri.so free 0x557173611080 void 0.000115
+gallium_dri.so free 0x55717346bc70 void 0.000110
+gallium_dri.so malloc 72 0x557173611080 0.000110
+gallium_dri.so free 0x557173611140 void 0.000113
+gallium_dri.so free 0x557173611080 void 0.000196
+gallium_dri.so malloc 72 0x557173611080 0.000125
+gallium_dri.so free 0x5571736111c0 void 0.000178
+gallium_dri.so free 0x557173611080 void 0.000124
+gallium_dri.so malloc 72 0x5571736111f0 0.000119
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x5571736111f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736111f0 0.000116
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x5571736111f0 void 0.000115
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000115
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x557173600e20 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000116
+gallium_dri.so free 0x557173600e20 void 0.000114
+gallium_dri.so malloc 72 0x557173600e70 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000116
+gallium_dri.so free 0x557173600e70 void 0.000116
+gallium_dri.so malloc 72 0x557173600e70 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so free 0x557173600e70 void 0.000114
+gallium_dri.so malloc 72 0x557173600fc0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000127
+gallium_dri.so free 0x557173600fc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2ae0 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2ae0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b30 0.000114
+gallium_dri.so free 0x5571735c2c00 void 0.000114
+gallium_dri.so free 0x5571735c2b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b30 0.000113
+gallium_dri.so free 0x557173610780 void 0.000113
+gallium_dri.so free 0x5571735c2b30 void 0.000118
+gallium_dri.so malloc 72 0x5571736107c0 0.000114
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so free 0x5571736107c0 void 0.000112
+gallium_dri.so malloc 72 0x557173610840 0.000112
+gallium_dri.so free 0x5571735c2d00 void 0.000115
+gallium_dri.so free 0x557173610840 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000114
+gallium_dri.so free 0x557173610900 void 0.000115
+gallium_dri.so free 0x5571735c2cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000114
+gallium_dri.so free 0x5571735c2cb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac80 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac80 void 0.000128
+gallium_dri.so malloc 72 0x55717346ad00 0.000114
+gallium_dri.so free 0x55717346adc0 void 0.000116
+gallium_dri.so free 0x55717346ad00 void 0.000116
+gallium_dri.so malloc 72 0x55717346ad00 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so malloc 72 0x557173610970 0.000113
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x557173610970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7230 0.000113
+gallium_dri.so free 0x5571735f7280 void 0.000114
+gallium_dri.so free 0x5571735f7230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7230 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000112
+gallium_dri.so free 0x5571735f7230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7330 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000115
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f73f0 0.000112
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735f73f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dceb0 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000116
+gallium_dri.so free 0x5571735dceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dcfc0 void 0.000114
+gallium_dri.so free 0x5571735dcf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf00 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x5571735dcf00 void 0.000163
+gallium_dri.so malloc 72 0x5571735dfc50 0.000115
+gallium_dri.so free 0x5571735dd0c0 void 0.000114
+gallium_dri.so free 0x5571735dfc50 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd070 0.000116
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so free 0x5571735dd070 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x5571735dfcf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe890 0.000113
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so free 0x5571735fe890 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe940 0.000114
+gallium_dri.so free 0x5571735dfe40 void 0.000115
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000114
+gallium_dri.so free 0x557173461d40 void 0.000115
+gallium_dri.so free 0x5571735dfdf0 void 0.000114
+gallium_dri.so malloc 72 0x557173461d80 0.000113
+gallium_dri.so free 0x557173461e00 void 0.000120
+gallium_dri.so free 0x557173461d80 void 0.000125
+gallium_dri.so malloc 72 0x557173461e00 0.000114
+gallium_dri.so free 0x5571735fea80 void 0.000114
+gallium_dri.so free 0x557173461e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea30 0.000112
+gallium_dri.so free 0x557173461ec0 void 0.000112
+gallium_dri.so free 0x5571735fea30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fea30 0.000114
+gallium_dri.so free 0x55717360e1c0 void 0.000113
+gallium_dri.so free 0x5571735fea30 void 0.000113
+gallium_dri.so malloc 72 0x55717360e230 0.000112
+gallium_dri.so free 0x55717360e280 void 0.000122
+gallium_dri.so free 0x55717360e230 void 0.000115
+gallium_dri.so malloc 72 0x55717360e230 0.000114
+gallium_dri.so free 0x55717360e380 void 0.000113
+gallium_dri.so free 0x55717360e230 void 0.000112
+gallium_dri.so malloc 72 0x55717360e330 0.000113
+gallium_dri.so free 0x557173461f80 void 0.000112
+gallium_dri.so free 0x55717360e330 void 0.000112
+gallium_dri.so malloc 72 0x557173461f30 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x557173461f30 void 0.000114
+gallium_dri.so malloc 72 0x55717346d230 0.000113
+gallium_dri.so free 0x55717346d280 void 0.000113
+gallium_dri.so free 0x55717346d230 void 0.000113
+gallium_dri.so malloc 72 0x55717346d230 0.000113
+gallium_dri.so free 0x55717346d380 void 0.000113
+gallium_dri.so free 0x55717346d230 void 0.000112
+gallium_dri.so malloc 72 0x55717346d330 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x55717346d330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9820 0.000115
+gallium_dri.so free 0x55717346d440 void 0.000115
+gallium_dri.so free 0x5571735f9820 void 0.000115
+gallium_dri.so malloc 72 0x55717346d3f0 0.000114
+gallium_dri.so free 0x5571735f98c0 void 0.000116
+gallium_dri.so free 0x55717346d3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9870 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000116
+gallium_dri.so free 0x5571735f9870 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9870 0.000115
+gallium_dri.so free 0x55717346f200 void 0.000114
+gallium_dri.so free 0x5571735f9870 void 0.000114
+gallium_dri.so malloc 72 0x55717346f1b0 0.000114
+gallium_dri.so free 0x55717346f2c0 void 0.000116
+gallium_dri.so free 0x55717346f1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f270 0.000113
+gallium_dri.so free 0x55717346f300 void 0.000115
+gallium_dri.so free 0x55717346f270 void 0.000114
+gallium_dri.so malloc 72 0x55717346f270 0.000114
+gallium_dri.so free 0x55717346f3c0 void 0.000115
+gallium_dri.so free 0x55717346f270 void 0.000115
+gallium_dri.so malloc 72 0x55717346f410 0.000114
+gallium_dri.so free 0x5571735e2bc0 void 0.000115
+gallium_dri.so free 0x55717346f410 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2b70 0.000122
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c90 0.000112
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so free 0x5571735e2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d20 0.000111
+gallium_dri.so free 0x5571735e2dc0 void 0.000114
+gallium_dri.so free 0x5571735e2d20 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2d70 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x55717360e580 0.000111
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so free 0x55717360e580 void 0.000111
+gallium_dri.so malloc 72 0x55717360e600 0.000114
+gallium_dri.so free 0x55717360e6c0 void 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000112
+gallium_dri.so free 0x55717360e740 void 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000112
+gallium_dri.so free 0x55717360cdc0 void 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000117
+gallium_dri.so malloc 72 0x55717360cd70 0.000114
+gallium_dri.so free 0x55717360ce40 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360cec0 0.000112
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so free 0x55717360cec0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cec0 0.000111
+gallium_dri.so free 0x557173473b80 void 0.000115
+gallium_dri.so free 0x55717360cec0 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000114
+gallium_dri.so malloc 72 0x557173473b30 0.000114
+gallium_dri.so free 0x557173473d00 void 0.000115
+gallium_dri.so free 0x557173473b30 void 0.000113
+gallium_dri.so malloc 72 0x557173473cb0 0.000112
+gallium_dri.so free 0x5571735dba80 void 0.000116
+gallium_dri.so free 0x557173473cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000113
+gallium_dri.so free 0x5571735dbb40 void 0.000114
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000113
+gallium_dri.so free 0x5571735dbb80 void 0.000115
+gallium_dri.so free 0x5571735dbaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000114
+gallium_dri.so free 0x557173473d80 void 0.000115
+gallium_dri.so free 0x5571735dbaf0 void 0.000114
+gallium_dri.so malloc 72 0x557173473dc0 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000184
+gallium_dri.so free 0x557173473dc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbc90 0.000113
+gallium_dri.so free 0x5571735dff80 void 0.000116
+gallium_dri.so free 0x5571735dbc90 void 0.000116
+gallium_dri.so malloc 72 0x5571735dffe0 0.000115
+gallium_dri.so free 0x5571735e0080 void 0.000116
+gallium_dri.so free 0x5571735dffe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000117
+gallium_dri.so free 0x5571735e0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0030 0.000114
+gallium_dri.so free 0x5571735e0180 void 0.000115
+gallium_dri.so free 0x5571735e0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000115
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000115
+gallium_dri.so free 0x5571735c1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1730 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1730 0.000115
+gallium_dri.so free 0x5571735c1880 void 0.000115
+gallium_dri.so free 0x5571735c1730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c18d0 0.000114
+gallium_dri.so free 0x55717346d580 void 0.000126
+gallium_dri.so free 0x5571735c18d0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d5c0 0.000111
+gallium_dri.so free 0x55717346d640 void 0.000114
+gallium_dri.so free 0x55717346d5c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d700 void 0.000116
+gallium_dri.so free 0x55717346d640 void 0.000113
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d780 void 0.000113
+gallium_dri.so free 0x55717346d640 void 0.000111
+gallium_dri.so malloc 72 0x55717346d7b0 0.000112
+gallium_dri.so free 0x5571735fc600 void 0.000130
+gallium_dri.so free 0x55717346d7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc640 0.000112
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so free 0x5571735fc640 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x5571735fc780 void 0.000113
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000113
+gallium_dri.so free 0x557173460940 void 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734608f0 0.000112
+gallium_dri.so free 0x5571734609c0 void 0.000124
+gallium_dri.so free 0x5571734608f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x557173460a40 void 0.000113
+gallium_dri.so free 0x5571734608f0 void 0.000112
+gallium_dri.so malloc 72 0x557173460a40 0.000113
+gallium_dri.so free 0x557173460b00 void 0.000116
+gallium_dri.so free 0x557173460a40 void 0.000112
+gallium_dri.so malloc 72 0x557173460a40 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x557173460a40 void 0.000112
+gallium_dri.so malloc 72 0x55717346aff0 0.000114
+gallium_dri.so free 0x55717346b040 void 0.000120
+gallium_dri.so free 0x55717346aff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346aff0 0.000124
+gallium_dri.so free 0x55717346b140 void 0.000124
+gallium_dri.so free 0x55717346aff0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b180 0.000119
+gallium_dri.so free 0x5571735febc0 void 0.000116
+gallium_dri.so free 0x55717346b180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec10 0.000114
+gallium_dri.so free 0x5571735fec80 void 0.000117
+gallium_dri.so free 0x5571735fec10 void 0.000113
+gallium_dri.so malloc 72 0x5571735feca0 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000114
+gallium_dri.so free 0x5571735feca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecf0 0.000183
+gallium_dri.so free 0x55717346b200 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000145
+gallium_dri.so free 0x5571735fecf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fedc0 0.000115
+gallium_dri.so free 0x5571735f5e00 void 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5e80 void 0.000117
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5db0 0.000116
+gallium_dri.so free 0x5571735f6000 void 0.000116
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000116
+gallium_dri.so free 0x5571735f5fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f75d0 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000122
+gallium_dri.so free 0x5571735f75d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7660 0.000114
+gallium_dri.so free 0x5571735f7700 void 0.000126
+gallium_dri.so free 0x5571735f7660 void 0.000122
+gallium_dri.so malloc 72 0x5571735f76b0 0.000114
+gallium_dri.so free 0x5571735f7780 void 0.000113
+gallium_dri.so free 0x5571735f76b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7780 0.000112
+gallium_dri.so free 0x5571735ecb80 void 0.000115
+gallium_dri.so free 0x5571735f7780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000112
+gallium_dri.so free 0x5571735ecc00 void 0.000113
+gallium_dri.so free 0x5571735ecb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecc50 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so free 0x5571735ecc50 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecce0 0.000111
+gallium_dri.so free 0x5571735ecd80 void 0.000111
+gallium_dri.so free 0x5571735ecce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd30 0.000111
+gallium_dri.so free 0x5571735f9b40 void 0.000112
+gallium_dri.so free 0x5571735ecd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9b80 0.000110
+gallium_dri.so free 0x5571735f9c00 void 0.000113
+gallium_dri.so free 0x5571735f9b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9c00 0.000112
+gallium_dri.so free 0x5571735f9cc0 void 0.000113
+gallium_dri.so free 0x5571735f9c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c00 0.000112
+gallium_dri.so free 0x5571735f9d40 void 0.000117
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c00 0.000126
+gallium_dri.so free 0x5571735c2e40 void 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e70 0.000113
+gallium_dri.so free 0x5571735c2ec0 void 0.000114
+gallium_dri.so free 0x5571735c2e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e70 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so free 0x5571735c2e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2f70 0.000114
+gallium_dri.so free 0x5571735c3080 void 0.000114
+gallium_dri.so free 0x5571735c2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3030 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so free 0x5571735c3030 void 0.000114
+gallium_dri.so malloc 72 0x557173610b30 0.000114
+gallium_dri.so free 0x557173610b80 void 0.000114
+gallium_dri.so free 0x557173610b30 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000115
+gallium_dri.so free 0x557173610b30 void 0.000114
+gallium_dri.so malloc 72 0x557173610cc0 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000116
+gallium_dri.so free 0x557173610cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd250 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so free 0x5571735dd250 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000205
+gallium_dri.so free 0x5571735dd380 void 0.000121
+gallium_dri.so free 0x5571735dd2e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd330 0.000118
+gallium_dri.so free 0x557173610d40 void 0.000118
+gallium_dri.so free 0x5571735dd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd330 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000117
+gallium_dri.so free 0x5571735dd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd400 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x5571735dd400 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7b0 0.000131
+gallium_dri.so free 0x5571735de880 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000119
+gallium_dri.so free 0x5571735de940 void 0.000117
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de7b0 0.000117
+gallium_dri.so free 0x5571735dea00 void 0.000118
+gallium_dri.so free 0x5571735de7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de9b0 0.000118
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x5571735de9b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1190 0.000117
+gallium_dri.so free 0x5571735e1200 void 0.000119
+gallium_dri.so free 0x5571735e1190 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1220 0.000112
+gallium_dri.so free 0x5571735e12c0 void 0.000109
+gallium_dri.so free 0x5571735e1220 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1270 0.000112
+gallium_dri.so free 0x5571735e1340 void 0.000115
+gallium_dri.so free 0x5571735e1270 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1340 0.000110
+gallium_dri.so free 0x5571735fa9c0 void 0.000111
+gallium_dri.so free 0x5571735e1340 void 0.000110
+gallium_dri.so malloc 72 0x5571735faa00 0.000112
+gallium_dri.so free 0x5571735faa80 void 0.000110
+gallium_dri.so free 0x5571735faa00 void 0.000109
+gallium_dri.so malloc 72 0x5571735faa80 0.000113
+gallium_dri.so free 0x5571735fab40 void 0.000111
+gallium_dri.so free 0x5571735faa80 void 0.000110
+gallium_dri.so malloc 72 0x5571735faa80 0.000111
+gallium_dri.so free 0x5571735fabc0 void 0.000112
+gallium_dri.so free 0x5571735faa80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fabf0 0.000110
+gallium_dri.so free 0x55717358de00 void 0.000111
+gallium_dri.so free 0x5571735fabf0 void 0.000116
+gallium_dri.so malloc 72 0x55717358de40 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so free 0x55717358de40 void 0.000111
+gallium_dri.so malloc 72 0x55717358dec0 0.000111
+gallium_dri.so free 0x55717358df80 void 0.000112
+gallium_dri.so free 0x55717358dec0 void 0.000110
+gallium_dri.so malloc 72 0x55717358dec0 0.000124
+gallium_dri.so free 0x55717358e000 void 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dec0 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c0f0 0.000119
+gallium_dri.so free 0x55717360c140 void 0.000116
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c0f0 0.000112
+gallium_dri.so free 0x55717360c240 void 0.000118
+gallium_dri.so free 0x55717360c0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c1f0 0.000115
+gallium_dri.so free 0x55717360c300 void 0.000114
+gallium_dri.so free 0x55717360c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c2b0 0.000112
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x55717360c2b0 void 0.000112
+gallium_dri.so malloc 72 0x557173603530 0.000114
+gallium_dri.so free 0x557173603580 void 0.000114
+gallium_dri.so free 0x557173603530 void 0.000114
+gallium_dri.so malloc 72 0x557173603530 0.000114
+gallium_dri.so free 0x557173603680 void 0.000113
+gallium_dri.so free 0x557173603530 void 0.000113
+gallium_dri.so malloc 72 0x5571736036c0 0.000114
+gallium_dri.so free 0x557173603740 void 0.000114
+gallium_dri.so free 0x5571736036c0 void 0.000114
+gallium_dri.so malloc 72 0x557173603740 0.000172
+gallium_dri.so free 0x557173466fc0 void 0.000125
+gallium_dri.so free 0x557173603740 void 0.000126
+gallium_dri.so malloc 72 0x557173466fe0 0.000124
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so free 0x557173466fe0 void 0.000120
+gallium_dri.so malloc 72 0x557173467030 0.000118
+gallium_dri.so free 0x557173467100 void 0.000118
+gallium_dri.so free 0x557173467030 void 0.000122
+gallium_dri.so malloc 72 0x557173467030 0.000119
+gallium_dri.so free 0x557173467180 void 0.000118
+gallium_dri.so free 0x557173467030 void 0.000119
+gallium_dri.so malloc 72 0x557173467180 0.000117
+gallium_dri.so free 0x5571734620c0 void 0.000117
+gallium_dri.so free 0x557173467180 void 0.000117
+gallium_dri.so malloc 72 0x557173462120 0.000119
+gallium_dri.so free 0x5571734621c0 void 0.000119
+gallium_dri.so free 0x557173462120 void 0.000118
+gallium_dri.so malloc 72 0x557173462170 0.000118
+gallium_dri.so free 0x557173462200 void 0.000118
+gallium_dri.so free 0x557173462170 void 0.000118
+gallium_dri.so malloc 72 0x557173462170 0.000118
+gallium_dri.so free 0x5571734622c0 void 0.000119
+gallium_dri.so free 0x557173462170 void 0.000117
+gallium_dri.so malloc 72 0x557173462300 0.000119
+gallium_dri.so free 0x5571735f4c40 void 0.000116
+gallium_dri.so free 0x557173462300 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4c40 0.000111
+gallium_dri.so free 0x5571735f4d00 void 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4c40 0.000110
+gallium_dri.so free 0x5571735f4d80 void 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4db0 0.000116
+gallium_dri.so free 0x5571735f4e00 void 0.000112
+gallium_dri.so free 0x5571735f4db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e00 0.000110
+gallium_dri.so free 0x557173462380 void 0.000111
+gallium_dri.so free 0x5571735f4e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4e00 0.000109
+gallium_dri.so free 0x5571735f4ec0 void 0.000111
+gallium_dri.so free 0x5571735f4e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000110
+gallium_dri.so free 0x5571735fb280 void 0.000109
+gallium_dri.so free 0x5571735f4ec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000109
+gallium_dri.so free 0x5571735fb300 void 0.000113
+gallium_dri.so free 0x5571735f4ec0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb330 0.000115
+gallium_dri.so free 0x5571735fb380 void 0.000113
+gallium_dri.so free 0x5571735fb330 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb330 0.000111
+gallium_dri.so free 0x5571735fb480 void 0.000118
+gallium_dri.so free 0x5571735fb330 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb430 0.000119
+gallium_dri.so free 0x5571735fb540 void 0.000122
+gallium_dri.so free 0x5571735fb430 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000119
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so free 0x5571735fb4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000118
+gallium_dri.so free 0x5571735e1a80 void 0.000118
+gallium_dri.so free 0x5571735fb4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1b00 void 0.000118
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000117
+gallium_dri.so free 0x5571735e1cc0 void 0.000116
+gallium_dri.so free 0x5571735e1bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1c70 0.000119
+gallium_dri.so free 0x5571735fa0c0 void 0.000117
+gallium_dri.so free 0x5571735e1c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1c70 0.000119
+gallium_dri.so free 0x5571735fa180 void 0.000118
+gallium_dri.so free 0x5571735e1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa130 0.000123
+gallium_dri.so free 0x5571735fa180 void 0.000124
+gallium_dri.so free 0x5571735fa130 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa130 0.000113
+gallium_dri.so free 0x5571735fa280 void 0.000111
+gallium_dri.so free 0x5571735fa130 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa230 0.000111
+gallium_dri.so free 0x5571735fa340 void 0.000111
+gallium_dri.so free 0x5571735fa230 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000110
+gallium_dri.so free 0x5571735c0500 void 0.000109
+gallium_dri.so free 0x5571735fa2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fa2f0 0.000112
+gallium_dri.so free 0x5571735c05c0 void 0.000109
+gallium_dri.so free 0x5571735fa2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0570 0.000111
+gallium_dri.so free 0x5571735c0640 void 0.000111
+gallium_dri.so free 0x5571735c0570 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0690 0.000111
+gallium_dri.so free 0x5571735c0700 void 0.000110
+gallium_dri.so free 0x5571735c0690 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0760 0.000110
+gallium_dri.so free 0x5571735c0800 void 0.000111
+gallium_dri.so free 0x5571735c0760 void 0.000116
+gallium_dri.so malloc 72 0x5571735c07b0 0.000119
+gallium_dri.so free 0x5571735da8c0 void 0.000118
+gallium_dri.so free 0x5571735c07b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c07b0 0.000109
+gallium_dri.so free 0x5571735da980 void 0.000112
+gallium_dri.so free 0x5571735c07b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735da930 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000115
+gallium_dri.so free 0x5571735da930 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa50 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735daa50 void 0.000114
+gallium_dri.so malloc 72 0x5571735daae0 0.000114
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735daae0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab30 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735dab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000114
+gallium_dri.so free 0x5571735eba80 void 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb00 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebb00 0.000115
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebb00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebcb0 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x5571735ebcb0 void 0.000172
+gallium_dri.so malloc 72 0x5571735f2970 0.000121
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a90 0.000179
+gallium_dri.so free 0x5571735f2b00 void 0.000242
+gallium_dri.so free 0x5571735f2a90 void 0.000159
+gallium_dri.so malloc 72 0x5571735f2b40 0.000270
+gallium_dri.so free 0x5571735f2bc0 void 0.000275
+gallium_dri.so free 0x5571735f2b40 void 0.000198
+gallium_dri.so malloc 72 0x5571735f2b40 0.000243
+gallium_dri.so free 0x5571735f2c40 void 0.000273
+gallium_dri.so free 0x5571735f2b40 void 0.000158
+gallium_dri.so malloc 72 0x5571735f2c70 0.000158
+gallium_dri.so free 0x557173589740 void 0.000125
+gallium_dri.so free 0x5571735f2c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735896f0 0.000122
+gallium_dri.so free 0x5571735897c0 void 0.000122
+gallium_dri.so free 0x5571735896f0 void 0.000132
+gallium_dri.so malloc 72 0x557173589810 0.000124
+gallium_dri.so free 0x557173589880 void 0.000135
+gallium_dri.so free 0x557173589810 void 0.000131
+gallium_dri.so malloc 72 0x5571735898a0 0.000129
+gallium_dri.so free 0x557173589940 void 0.000125
+gallium_dri.so free 0x5571735898a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735898f0 0.000121
+gallium_dri.so free 0x5571735899c0 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000123
+gallium_dri.so malloc 72 0x557173589a30 0.000129
+gallium_dri.so free 0x5571736101c0 void 0.000129
+gallium_dri.so free 0x557173589a30 void 0.000125
+gallium_dri.so malloc 72 0x557173610170 0.000121
+gallium_dri.so free 0x557173610240 void 0.000125
+gallium_dri.so free 0x557173610170 void 0.000151
+gallium_dri.so malloc 72 0x557173610290 0.000126
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so free 0x557173610290 void 0.000125
+gallium_dri.so malloc 72 0x557173610320 0.000126
+gallium_dri.so free 0x5571736103c0 void 0.000122
+gallium_dri.so free 0x557173610320 void 0.000124
+gallium_dri.so malloc 72 0x557173610370 0.000138
+gallium_dri.so free 0x557173610440 void 0.000130
+gallium_dri.so free 0x557173610370 void 0.000126
+gallium_dri.so malloc 72 0x557173610370 0.000121
+gallium_dri.so free 0x5571735df640 void 0.000125
+gallium_dri.so free 0x557173610370 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5f0 0.000125
+gallium_dri.so free 0x5571735df700 void 0.000126
+gallium_dri.so free 0x5571735df5f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df6b0 0.000126
+gallium_dri.so free 0x5571735df780 void 0.000125
+gallium_dri.so free 0x5571735df6b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df6b0 0.000128
+gallium_dri.so free 0x5571735df840 void 0.000122
+gallium_dri.so free 0x5571735df6b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df6b0 0.000125
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df6b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735df8b0 0.000129
+gallium_dri.so free 0x557173473680 void 0.000130
+gallium_dri.so free 0x5571735df8b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734736d0 0.000199
+gallium_dri.so free 0x557173473740 void 0.000183
+gallium_dri.so free 0x5571734736d0 void 0.000221
+gallium_dri.so malloc 72 0x557173473760 0.000130
+gallium_dri.so free 0x557173473800 void 0.000125
+gallium_dri.so free 0x557173473760 void 0.000118
+gallium_dri.so malloc 72 0x5571734737b0 0.000126
+gallium_dri.so free 0x557173473880 void 0.000129
+gallium_dri.so free 0x5571734737b0 void 0.000130
+gallium_dri.so malloc 72 0x557173473880 0.000127
+gallium_dri.so free 0x557173473940 void 0.000125
+gallium_dri.so free 0x557173473880 void 0.000125
+gallium_dri.so malloc 72 0x557173473880 0.000124
+gallium_dri.so free 0x5571735ec680 void 0.000131
+gallium_dri.so free 0x557173473880 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000132
+gallium_dri.so free 0x5571735ec740 void 0.000129
+gallium_dri.so free 0x5571735ec6d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec760 0.000129
+gallium_dri.so free 0x5571735ec800 void 0.000124
+gallium_dri.so free 0x5571735ec760 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000127
+gallium_dri.so free 0x5571735ec880 void 0.000130
+gallium_dri.so free 0x5571735ec7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000129
+gallium_dri.so free 0x5571735ec900 void 0.000131
+gallium_dri.so free 0x5571735ec7b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec900 0.000128
+gallium_dri.so free 0x55717360c8c0 void 0.000131
+gallium_dri.so free 0x5571735ec900 void 0.000129
+gallium_dri.so malloc 72 0x55717360c900 0.000130
+gallium_dri.so free 0x55717360c980 void 0.000125
+gallium_dri.so free 0x55717360c900 void 0.000121
+gallium_dri.so malloc 72 0x55717360c900 0.000120
+gallium_dri.so free 0x55717360ca00 void 0.000126
+gallium_dri.so free 0x55717360c900 void 0.000125
+gallium_dri.so malloc 72 0x55717360ca30 0.000120
+gallium_dri.so free 0x55717360ca80 void 0.000122
+gallium_dri.so free 0x55717360ca30 void 0.000125
+gallium_dri.so malloc 72 0x55717360ca30 0.000125
+gallium_dri.so free 0x55717360cb80 void 0.000121
+gallium_dri.so free 0x55717360ca30 void 0.000124
+gallium_dri.so malloc 72 0x55717360cb30 0.000137
+gallium_dri.so free 0x5571735de300 void 0.000127
+gallium_dri.so free 0x55717360cb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735de320 0.000125
+gallium_dri.so free 0x5571735de3c0 void 0.000132
+gallium_dri.so free 0x5571735de320 void 0.000130
+gallium_dri.so malloc 72 0x5571735de370 0.000131
+gallium_dri.so free 0x5571735de440 void 0.000121
+gallium_dri.so free 0x5571735de370 void 0.000124
+gallium_dri.so malloc 72 0x5571735de370 0.000125
+gallium_dri.so free 0x5571735de540 void 0.000120
+gallium_dri.so free 0x5571735de370 void 0.000119
+gallium_dri.so malloc 72 0x5571735de4f0 0.000118
+gallium_dri.so free 0x5571735de5c0 void 0.000121
+gallium_dri.so free 0x5571735de4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de610 0.000125
+gallium_dri.so free 0x5571735e26c0 void 0.000121
+gallium_dri.so free 0x5571735de610 void 0.000118
+gallium_dri.so malloc 72 0x5571735e26e0 0.000126
+gallium_dri.so free 0x5571735e2780 void 0.000131
+gallium_dri.so free 0x5571735e26e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2730 0.000118
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so free 0x5571735e2730 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2730 0.000213
+gallium_dri.so free 0x5571735e2880 void 0.000210
+gallium_dri.so free 0x5571735e2730 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2880 0.000130
+gallium_dri.so free 0x5571735e2940 void 0.000125
+gallium_dri.so free 0x5571735e2880 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2880 0.000125
+gallium_dri.so free 0x5571735f6c40 void 0.000129
+gallium_dri.so free 0x5571735e2880 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000129
+gallium_dri.so free 0x5571735f6c80 void 0.000131
+gallium_dri.so free 0x5571735f6bf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000129
+gallium_dri.so free 0x5571735f6d40 void 0.000130
+gallium_dri.so free 0x5571735f6bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6d80 0.000130
+gallium_dri.so free 0x5571735f6e00 void 0.000126
+gallium_dri.so free 0x5571735f6d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e00 0.000120
+gallium_dri.so free 0x5571735f6ec0 void 0.000165
+gallium_dri.so free 0x5571735f6e00 void 0.000149
+gallium_dri.so malloc 72 0x5571735f6e00 0.000153
+gallium_dri.so free 0x5571735c4ac0 void 0.000155
+gallium_dri.so free 0x5571735f6e00 void 0.000155
+gallium_dri.so malloc 72 0x5571735c4a70 0.000148
+gallium_dri.so free 0x5571735c4b40 void 0.000150
+gallium_dri.so free 0x5571735c4a70 void 0.000155
+gallium_dri.so malloc 72 0x5571735c4b40 0.000154
+gallium_dri.so free 0x5571735c4c00 void 0.000148
+gallium_dri.so free 0x5571735c4b40 void 0.000143
+gallium_dri.so malloc 72 0x5571735c4b40 0.000148
+gallium_dri.so free 0x5571735c4c80 void 0.000149
+gallium_dri.so free 0x5571735c4b40 void 0.000148
+gallium_dri.so malloc 72 0x5571735c4c80 0.000154
+gallium_dri.so free 0x5571735c4d40 void 0.000154
+gallium_dri.so free 0x5571735c4c80 void 0.000149
+gallium_dri.so malloc 72 0x5571735c4c80 0.000145
+gallium_dri.so free 0x557173600840 void 0.000151
+gallium_dri.so free 0x5571735c4c80 void 0.000133
+gallium_dri.so malloc 72 0x5571736007f0 0.000132
+gallium_dri.so free 0x5571736008c0 void 0.000129
+gallium_dri.so free 0x5571736007f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736007f0 0.000129
+gallium_dri.so free 0x557173600940 void 0.000127
+gallium_dri.so free 0x5571736007f0 void 0.000125
+gallium_dri.so malloc 72 0x557173600940 0.000132
+gallium_dri.so free 0x557173600a00 void 0.000124
+gallium_dri.so free 0x557173600940 void 0.000124
+gallium_dri.so malloc 72 0x557173600940 0.000129
+gallium_dri.so free 0x557173600b00 void 0.000130
+gallium_dri.so free 0x557173600940 void 0.000128
+gallium_dri.so malloc 72 0x557173600ab0 0.000125
+gallium_dri.so free 0x5571735fe280 void 0.000128
+gallium_dri.so free 0x557173600ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fe230 0.000130
+gallium_dri.so free 0x5571735fe300 void 0.000128
+gallium_dri.so free 0x5571735fe230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe230 0.000131
+gallium_dri.so free 0x5571735fe380 void 0.000129
+gallium_dri.so free 0x5571735fe230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe380 0.000124
+gallium_dri.so free 0x5571735fe440 void 0.000127
+gallium_dri.so free 0x5571735fe380 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe380 0.000131
+gallium_dri.so free 0x5571735fe500 void 0.000170
+gallium_dri.so free 0x5571735fe380 void 0.000166
+gallium_dri.so malloc 72 0x5571735fe380 0.000167
+gallium_dri.so free 0x5571735dc8c0 void 0.000131
+gallium_dri.so free 0x5571735fe380 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc870 0.000129
+gallium_dri.so free 0x5571735dc8c0 void 0.000129
+gallium_dri.so free 0x5571735dc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc870 0.000121
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc970 0.000118
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dc970 void 0.000120
+gallium_dri.so malloc 72 0x5571735dca30 0.000120
+gallium_dri.so free 0x5571735dcac0 void 0.000119
+gallium_dri.so free 0x5571735dca30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca30 0.000132
+gallium_dri.so free 0x5571735dcb80 void 0.000127
+gallium_dri.so free 0x5571735dca30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcbc0 0.000126
+gallium_dri.so free 0x5571735c2500 void 0.000194
+gallium_dri.so free 0x5571735dcbc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c24b0 0.000118
+gallium_dri.so free 0x5571735c25c0 void 0.000128
+gallium_dri.so free 0x5571735c24b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2570 0.000129
+gallium_dri.so free 0x5571735c2640 void 0.000130
+gallium_dri.so free 0x5571735c2570 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2570 0.000124
+gallium_dri.so free 0x5571735c2700 void 0.000121
+gallium_dri.so free 0x5571735c2570 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2570 0.000121
+gallium_dri.so free 0x5571735c27c0 void 0.000119
+gallium_dri.so free 0x5571735c2570 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2770 0.000118
+gallium_dri.so free 0x55717346a680 void 0.000120
+gallium_dri.so free 0x5571735c2770 void 0.000117
+gallium_dri.so malloc 72 0x55717346a630 0.000117
+gallium_dri.so free 0x55717346a740 void 0.000120
+gallium_dri.so free 0x55717346a630 void 0.000119
+gallium_dri.so malloc 72 0x55717346a6f0 0.000122
+gallium_dri.so free 0x55717346a780 void 0.000120
+gallium_dri.so free 0x55717346a6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a6f0 0.000122
+gallium_dri.so free 0x55717346a840 void 0.000121
+gallium_dri.so free 0x55717346a6f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a890 0.000119
+gallium_dri.so free 0x55717346a900 void 0.000122
+gallium_dri.so free 0x55717346a890 void 0.000120
+gallium_dri.so malloc 72 0x55717346a940 0.000120
+gallium_dri.so free 0x5571735db580 void 0.000121
+gallium_dri.so free 0x55717346a940 void 0.000119
+gallium_dri.so malloc 72 0x5571735db5d0 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000120
+gallium_dri.so free 0x5571735db5d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db660 0.000119
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db660 void 0.000118
+gallium_dri.so malloc 72 0x5571735db6b0 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000121
+gallium_dri.so free 0x5571735db6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db6b0 0.000118
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db800 0.000118
+gallium_dri.so free 0x5571735fa5c0 void 0.000119
+gallium_dri.so free 0x5571735db800 void 0.000119
+gallium_dri.so malloc 72 0x5571735db800 0.000119
+gallium_dri.so free 0x5571735fa640 void 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000119
+gallium_dri.so malloc 72 0x5571735db800 0.000118
+gallium_dri.so free 0x5571735fa700 void 0.000132
+gallium_dri.so free 0x5571735db800 void 0.000119
+gallium_dri.so malloc 72 0x5571735db800 0.000118
+gallium_dri.so free 0x5571735fa7c0 void 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa770 0.000118
+gallium_dri.so free 0x5571735fa840 void 0.000118
+gallium_dri.so free 0x5571735fa770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa890 0.000118
+gallium_dri.so free 0x5571735f9200 void 0.000118
+gallium_dri.so free 0x5571735fa890 void 0.000124
+gallium_dri.so malloc 72 0x5571735f91b0 0.000130
+gallium_dri.so free 0x5571735f9240 void 0.000126
+gallium_dri.so free 0x5571735f91b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000119
+gallium_dri.so free 0x5571735f91b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9370 0.000120
+gallium_dri.so free 0x5571735f93c0 void 0.000121
+gallium_dri.so free 0x5571735f9370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9370 0.000124
+gallium_dri.so free 0x5571735f94c0 void 0.000125
+gallium_dri.so free 0x5571735f9370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9470 0.000121
+gallium_dri.so free 0x557173461780 void 0.000120
+gallium_dri.so free 0x5571735f9470 void 0.000168
+gallium_dri.so malloc 72 0x557173461730 0.000120
+gallium_dri.so free 0x5571734617c0 void 0.000122
+gallium_dri.so free 0x557173461730 void 0.000120
+gallium_dri.so malloc 72 0x557173461730 0.000125
+gallium_dri.so free 0x557173461880 void 0.000115
+gallium_dri.so free 0x557173461730 void 0.000112
+gallium_dri.so malloc 72 0x5571734618c0 0.000112
+gallium_dri.so free 0x557173461940 void 0.000115
+gallium_dri.so free 0x5571734618c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461940 0.000114
+gallium_dri.so free 0x557173461a00 void 0.000116
+gallium_dri.so free 0x557173461940 void 0.000112
+gallium_dri.so malloc 72 0x557173461940 0.000115
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so malloc 72 0x5571735c11e0 0.000120
+gallium_dri.so free 0x5571735c1280 void 0.000116
+gallium_dri.so free 0x5571735c11e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1230 0.000114
+gallium_dri.so free 0x5571735c1300 void 0.000115
+gallium_dri.so free 0x5571735c1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1230 0.000114
+gallium_dri.so free 0x5571735c1380 void 0.000116
+gallium_dri.so free 0x5571735c1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1380 0.000114
+gallium_dri.so free 0x5571735c1440 void 0.000114
+gallium_dri.so free 0x5571735c1380 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1380 0.000117
+gallium_dri.so free 0x5571735f5900 void 0.000115
+gallium_dri.so free 0x5571735c1380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5930 0.000125
+gallium_dri.so free 0x5571735f5980 void 0.000115
+gallium_dri.so free 0x5571735f5930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5980 0.000115
+gallium_dri.so free 0x5571735f5a40 void 0.000115
+gallium_dri.so free 0x5571735f5980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5980 0.000112
+gallium_dri.so free 0x5571735f5b40 void 0.000115
+gallium_dri.so free 0x5571735f5980 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5af0 0.000113
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so free 0x5571735f5af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000113
+gallium_dri.so free 0x55717346cc40 void 0.000115
+gallium_dri.so free 0x5571735f5bb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbf0 0.000112
+gallium_dri.so free 0x55717346ccc0 void 0.000115
+gallium_dri.so free 0x55717346cbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cbf0 0.000112
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so free 0x55717346cbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cd40 0.000118
+gallium_dri.so free 0x55717346ce00 void 0.000120
+gallium_dri.so free 0x55717346cd40 void 0.000130
+gallium_dri.so malloc 72 0x55717346cd40 0.000115
+gallium_dri.so free 0x55717346cf00 void 0.000114
+gallium_dri.so free 0x55717346cd40 void 0.000113
+gallium_dri.so malloc 72 0x55717346ceb0 0.000116
+gallium_dri.so free 0x55717360dc00 void 0.000116
+gallium_dri.so free 0x55717346ceb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000119
+gallium_dri.so free 0x55717360dc80 void 0.000123
+gallium_dri.so free 0x55717360dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dbb0 0.000116
+gallium_dri.so free 0x55717360dd00 void 0.000116
+gallium_dri.so free 0x55717360dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd00 0.000114
+gallium_dri.so free 0x55717360ddc0 void 0.000115
+gallium_dri.so free 0x55717360dd00 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd00 0.000114
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so free 0x55717360dd00 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd00 0.000115
+gallium_dri.so free 0x557173601340 void 0.000116
+gallium_dri.so free 0x55717360dd00 void 0.000117
+gallium_dri.so malloc 72 0x55717360dd00 0.000116
+gallium_dri.so free 0x557173601440 void 0.000115
+gallium_dri.so free 0x55717360dd00 void 0.000113
+gallium_dri.so malloc 72 0x5571736013f0 0.000113
+gallium_dri.so free 0x5571736014c0 void 0.000115
+gallium_dri.so free 0x5571736013f0 void 0.000163
+gallium_dri.so malloc 72 0x557173601510 0.000115
+gallium_dri.so free 0x557173601580 void 0.000114
+gallium_dri.so free 0x557173601510 void 0.000114
+gallium_dri.so malloc 72 0x5571736015a0 0.000113
+gallium_dri.so free 0x557173601640 void 0.000115
+gallium_dri.so free 0x5571736015a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736015f0 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000115
+gallium_dri.so free 0x5571736015f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000114
+gallium_dri.so free 0x5571735f50c0 void 0.000114
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5110 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so free 0x5571735f5110 void 0.000114
+gallium_dri.so malloc 72 0x5571735f51e0 0.000113
+gallium_dri.so free 0x5571735f5280 void 0.000115
+gallium_dri.so free 0x5571735f51e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5230 0.000112
+gallium_dri.so free 0x5571735f52c0 void 0.000113
+gallium_dri.so free 0x5571735f5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5230 0.000112
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571735f5230 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1ed0 0.000113
+gallium_dri.so free 0x5571735e1f40 void 0.000116
+gallium_dri.so free 0x5571735e1ed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1f60 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000116
+gallium_dri.so free 0x5571735e1f60 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000115
+gallium_dri.so free 0x5571735e1fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000113
+gallium_dri.so free 0x5571735ebd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebe90 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000113
+gallium_dri.so free 0x5571735ebe90 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf20 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000114
+gallium_dri.so free 0x5571735ebf20 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf70 0.000123
+gallium_dri.so free 0x5571735ec040 void 0.000120
+gallium_dri.so free 0x5571735ebf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf70 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000115
+gallium_dri.so free 0x5571735ebf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb630 0.000115
+gallium_dri.so free 0x5571735fb740 void 0.000114
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000117
+gallium_dri.so free 0x5571735ec0c0 void 0.000115
+gallium_dri.so free 0x5571735fb6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000114
+gallium_dri.so free 0x5571735fb7c0 void 0.000115
+gallium_dri.so free 0x5571735fb6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000113
+gallium_dri.so free 0x5571735fb840 void 0.000116
+gallium_dri.so free 0x5571735fb7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000113
+gallium_dri.so free 0x5571735fb940 void 0.000114
+gallium_dri.so free 0x5571735fb7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000113
+gallium_dri.so free 0x5571735c0900 void 0.000114
+gallium_dri.so free 0x5571735fb8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735c0940 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000114
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a70 0.000116
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0a70 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b70 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000115
+gallium_dri.so free 0x5571735c0b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac70 0.000112
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae00 0.000113
+gallium_dri.so free 0x5571735dae80 void 0.000114
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae80 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae80 0.000114
+gallium_dri.so free 0x5571736068c0 void 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000114
+gallium_dri.so malloc 72 0x5571736068e0 0.000113
+gallium_dri.so free 0x557173606980 void 0.000117
+gallium_dri.so free 0x5571736068e0 void 0.000112
+gallium_dri.so malloc 72 0x557173606930 0.000114
+gallium_dri.so free 0x557173606a00 void 0.000120
+gallium_dri.so free 0x557173606930 void 0.000133
+gallium_dri.so malloc 72 0x557173606930 0.000115
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so free 0x557173606930 void 0.000119
+gallium_dri.so malloc 72 0x557173606a80 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000115
+gallium_dri.so free 0x557173606a80 void 0.000118
+gallium_dri.so malloc 72 0x557173606a80 0.000123
+gallium_dri.so free 0x557173606c00 void 0.000124
+gallium_dri.so free 0x557173606a80 void 0.000119
+gallium_dri.so malloc 72 0x557173606a80 0.000116
+gallium_dri.so free 0x5571735f3300 void 0.000122
+gallium_dri.so free 0x557173606a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3350 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3350 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3400 0.000122
+gallium_dri.so free 0x5571735f3480 void 0.000123
+gallium_dri.so free 0x5571735f3400 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3480 0.000115
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3480 0.000117
+gallium_dri.so free 0x5571735f35c0 void 0.000122
+gallium_dri.so free 0x5571735f3480 void 0.000152
+gallium_dri.so malloc 72 0x5571735f35f0 0.000292
+gallium_dri.so free 0x5571735f3640 void 0.000280
+gallium_dri.so free 0x5571735f35f0 void 0.000273
+gallium_dri.so malloc 72 0x5571735f35f0 0.000289
+gallium_dri.so free 0x557173620740 void 0.000271
+gallium_dri.so free 0x5571735f35f0 void 0.000163
+gallium_dri.so malloc 72 0x557173620740 0.000160
+gallium_dri.so free 0x557173620800 void 0.000125
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000113
+gallium_dri.so free 0x557173620880 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000118
+gallium_dri.so malloc 72 0x557173620740 0.000125
+gallium_dri.so free 0x557173620940 void 0.000118
+gallium_dri.so free 0x557173620740 void 0.000120
+gallium_dri.so malloc 72 0x557173620740 0.000119
+gallium_dri.so free 0x557173620a00 void 0.000119
+gallium_dri.so free 0x557173620740 void 0.000123
+gallium_dri.so malloc 72 0x5571736209b0 0.000151
+gallium_dri.so free 0x557173620a80 void 0.000134
+gallium_dri.so free 0x5571736209b0 void 0.000139
+gallium_dri.so malloc 72 0x557173620ad0 0.000137
+gallium_dri.so free 0x557173462840 void 0.000137
+gallium_dri.so free 0x557173620ad0 void 0.000132
+gallium_dri.so malloc 72 0x557173620ad0 0.000126
+gallium_dri.so free 0x5571734628c0 void 0.000133
+gallium_dri.so free 0x557173620ad0 void 0.000131
+gallium_dri.so malloc 72 0x5571734628f0 0.000126
+gallium_dri.so free 0x557173462940 void 0.000133
+gallium_dri.so free 0x5571734628f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734628f0 0.000132
+gallium_dri.so free 0x557173462a40 void 0.000138
+gallium_dri.so free 0x5571734628f0 void 0.000137
+gallium_dri.so malloc 72 0x557173462a80 0.000136
+gallium_dri.so free 0x557173462b00 void 0.000130
+gallium_dri.so free 0x557173462a80 void 0.000129
+gallium_dri.so malloc 72 0x557173462b00 0.000132
+gallium_dri.so free 0x557173462bc0 void 0.000137
+gallium_dri.so free 0x557173462b00 void 0.000158
+gallium_dri.so malloc 72 0x557173462b00 0.000162
+gallium_dri.so free 0x557173464e00 void 0.000166
+gallium_dri.so free 0x557173462b00 void 0.000160
+gallium_dri.so malloc 72 0x557173462b00 0.000153
+gallium_dri.so free 0x557173464ec0 void 0.000151
+gallium_dri.so free 0x557173462b00 void 0.000158
+gallium_dri.so malloc 72 0x557173464e70 0.000167
+gallium_dri.so free 0x557173464f40 void 0.000165
+gallium_dri.so free 0x557173464e70 void 0.000159
+gallium_dri.so malloc 72 0x557173464f90 0.000152
+gallium_dri.so free 0x557173465000 void 0.000159
+gallium_dri.so free 0x557173464f90 void 0.000172
+gallium_dri.so malloc 72 0x557173465060 0.000131
+gallium_dri.so free 0x557173465100 void 0.000129
+gallium_dri.so free 0x557173465060 void 0.000125
+gallium_dri.so malloc 72 0x5571734650b0 0.000120
+gallium_dri.so free 0x557173465140 void 0.000120
+gallium_dri.so free 0x5571734650b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734650b0 0.000130
+gallium_dri.so free 0x5571735d25c0 void 0.000137
+gallium_dri.so free 0x5571734650b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734650b0 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000131
+gallium_dri.so free 0x5571734650b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d2640 0.000129
+gallium_dri.so free 0x5571735d2700 void 0.000130
+gallium_dri.so free 0x5571735d2640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2640 0.000130
+gallium_dri.so free 0x5571735d27c0 void 0.000124
+gallium_dri.so free 0x5571735d2640 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2640 0.000125
+gallium_dri.so free 0x5571735d2880 void 0.000121
+gallium_dri.so free 0x5571735d2640 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2830 0.000133
+gallium_dri.so free 0x5571735d2940 void 0.000132
+gallium_dri.so free 0x5571735d2830 void 0.000163
+gallium_dri.so malloc 72 0x5571735d28f0 0.000131
+gallium_dri.so free 0x55717346e100 void 0.000129
+gallium_dri.so free 0x5571735d28f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e100 0.000133
+gallium_dri.so free 0x55717346e1c0 void 0.000127
+gallium_dri.so free 0x55717346e100 void 0.000129
+gallium_dri.so malloc 72 0x55717346e100 0.000131
+gallium_dri.so free 0x55717346e240 void 0.000125
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so malloc 72 0x55717346e270 0.000124
+gallium_dri.so free 0x55717346e2c0 void 0.000126
+gallium_dri.so free 0x55717346e270 void 0.000121
+gallium_dri.so malloc 72 0x55717346e270 0.000119
+gallium_dri.so free 0x55717346e3c0 void 0.000120
+gallium_dri.so free 0x55717346e270 void 0.000124
+gallium_dri.so malloc 72 0x55717346e370 0.000131
+gallium_dri.so free 0x55717346e480 void 0.000131
+gallium_dri.so free 0x55717346e370 void 0.000130
+gallium_dri.so malloc 72 0x55717346e430 0.000130
+gallium_dri.so free 0x5571735f8100 void 0.000129
+gallium_dri.so free 0x55717346e430 void 0.000132
+gallium_dri.so malloc 72 0x55717346e430 0.000129
+gallium_dri.so free 0x5571735f8180 void 0.000130
+gallium_dri.so free 0x55717346e430 void 0.000131
+gallium_dri.so malloc 72 0x5571735f81b0 0.000139
+gallium_dri.so free 0x5571735f8200 void 0.000130
+gallium_dri.so free 0x5571735f81b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f81b0 0.000127
+gallium_dri.so free 0x5571735f8300 void 0.000130
+gallium_dri.so free 0x5571735f81b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f82b0 0.000125
+gallium_dri.so free 0x5571735f83c0 void 0.000126
+gallium_dri.so free 0x5571735f82b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8370 0.000130
+gallium_dri.so free 0x5571735f8400 void 0.000273
+gallium_dri.so free 0x5571735f8370 void 0.000164
+gallium_dri.so malloc 72 0x5571735f8370 0.000167
+gallium_dri.so free 0x5571735fd180 void 0.000167
+gallium_dri.so free 0x5571735f8370 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8370 0.000130
+gallium_dri.so free 0x5571735fd280 void 0.000125
+gallium_dri.so free 0x5571735f8370 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd230 0.000121
+gallium_dri.so free 0x5571735fd300 void 0.000119
+gallium_dri.so free 0x5571735fd230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd350 0.000131
+gallium_dri.so free 0x5571735fd3c0 void 0.000130
+gallium_dri.so free 0x5571735fd350 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd3e0 0.000123
+gallium_dri.so free 0x5571735fd480 void 0.000126
+gallium_dri.so free 0x5571735fd3e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fd430 0.000129
+gallium_dri.so free 0x5571735fd500 void 0.000128
+gallium_dri.so free 0x5571735fd430 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd430 0.000187
+gallium_dri.so free 0x5571735ff740 void 0.000223
+gallium_dri.so free 0x5571735fd430 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff740 0.000128
+gallium_dri.so free 0x5571735ff800 void 0.000129
+gallium_dri.so free 0x5571735ff740 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff740 0.000124
+gallium_dri.so free 0x5571735ff8c0 void 0.000127
+gallium_dri.so free 0x5571735ff740 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff8e0 0.000131
+gallium_dri.so free 0x5571735ff980 void 0.000141
+gallium_dri.so free 0x5571735ff8e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff930 0.000130
+gallium_dri.so free 0x5571735ffa00 void 0.000125
+gallium_dri.so free 0x5571735ff930 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff930 0.000125
+gallium_dri.so free 0x5571735ffa80 void 0.000124
+gallium_dri.so free 0x5571735ff930 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffa80 0.000130
+gallium_dri.so free 0x557173608480 void 0.000130
+gallium_dri.so free 0x5571735ffa80 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffa80 0.000121
+gallium_dri.so free 0x557173608500 void 0.000124
+gallium_dri.so free 0x5571735ffa80 void 0.000130
+gallium_dri.so malloc 72 0x557173608530 0.000130
+gallium_dri.so free 0x557173608580 void 0.000130
+gallium_dri.so free 0x557173608530 void 0.000125
+gallium_dri.so malloc 72 0x557173608580 0.000126
+gallium_dri.so free 0x557173608640 void 0.000124
+gallium_dri.so free 0x557173608580 void 0.000124
+gallium_dri.so malloc 72 0x557173608580 0.000132
+gallium_dri.so free 0x557173608740 void 0.000131
+gallium_dri.so free 0x557173608580 void 0.000135
+gallium_dri.so malloc 72 0x5571736086f0 0.000131
+gallium_dri.so free 0x557173608800 void 0.000129
+gallium_dri.so free 0x5571736086f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736087b0 0.000129
+gallium_dri.so free 0x5571735d0000 void 0.000129
+gallium_dri.so free 0x5571736087b0 void 0.000129
+gallium_dri.so malloc 72 0x5571736087b0 0.000130
+gallium_dri.so free 0x5571735d00c0 void 0.000125
+gallium_dri.so free 0x5571736087b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0070 0.000129
+gallium_dri.so free 0x5571735d0140 void 0.000129
+gallium_dri.so free 0x5571735d0070 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0190 0.000119
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0190 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0240 0.000123
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0240 0.000130
+gallium_dri.so free 0x5571735d0340 void 0.000131
+gallium_dri.so free 0x5571735d0240 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0370 0.000227
+gallium_dri.so free 0x55717360f0c0 void 0.000129
+gallium_dri.so free 0x5571735d0370 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0370 0.000129
+gallium_dri.so free 0x55717360f140 void 0.000132
+gallium_dri.so free 0x5571735d0370 void 0.000130
+gallium_dri.so malloc 72 0x55717360f140 0.000124
+gallium_dri.so free 0x55717360f200 void 0.000121
+gallium_dri.so free 0x55717360f140 void 0.000124
+gallium_dri.so malloc 72 0x55717360f140 0.000130
+gallium_dri.so free 0x55717360f2c0 void 0.000129
+gallium_dri.so free 0x55717360f140 void 0.000131
+gallium_dri.so malloc 72 0x55717360f140 0.000129
+gallium_dri.so free 0x55717360f380 void 0.000130
+gallium_dri.so free 0x55717360f140 void 0.000130
+gallium_dri.so malloc 72 0x55717360f330 0.000127
+gallium_dri.so free 0x55717360f380 void 0.000127
+gallium_dri.so free 0x55717360f330 void 0.000130
+gallium_dri.so malloc 72 0x55717360f330 0.000125
+gallium_dri.so free 0x55717358e200 void 0.000121
+gallium_dri.so free 0x55717360f330 void 0.000130
+gallium_dri.so malloc 72 0x55717358e200 0.000131
+gallium_dri.so free 0x55717360f480 void 0.000124
+gallium_dri.so free 0x55717358e200 void 0.000126
+gallium_dri.so malloc 72 0x55717360f430 0.000124
+gallium_dri.so free 0x55717358e2c0 void 0.000126
+gallium_dri.so free 0x55717360f430 void 0.000131
+gallium_dri.so malloc 72 0x55717360f430 0.000129
+gallium_dri.so free 0x55717358e380 void 0.000130
+gallium_dri.so free 0x55717360f430 void 0.000126
+gallium_dri.so malloc 72 0x55717358e330 0.000119
+gallium_dri.so free 0x55717358e400 void 0.000127
+gallium_dri.so free 0x55717358e330 void 0.000131
+gallium_dri.so malloc 72 0x55717358e450 0.000130
+gallium_dri.so free 0x55717358e4c0 void 0.000130
+gallium_dri.so free 0x55717358e450 void 0.000164
+gallium_dri.so malloc 72 0x55717358e520 0.000129
+gallium_dri.so free 0x55717358e5c0 void 0.000130
+gallium_dri.so free 0x55717358e520 void 0.000130
+gallium_dri.so malloc 72 0x55717358e570 0.000129
+gallium_dri.so free 0x5571735c39c0 void 0.000184
+gallium_dri.so free 0x55717358e570 void 0.000140
+gallium_dri.so malloc 72 0x55717358e570 0.000125
+gallium_dri.so free 0x5571735c3a80 void 0.000128
+gallium_dri.so free 0x55717358e570 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3a30 0.000124
+gallium_dri.so free 0x5571735c3b00 void 0.000119
+gallium_dri.so free 0x5571735c3a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3b50 0.000131
+gallium_dri.so free 0x5571735c3bc0 void 0.000123
+gallium_dri.so free 0x5571735c3b50 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3be0 0.000129
+gallium_dri.so free 0x5571735c3c80 void 0.000161
+gallium_dri.so free 0x5571735c3be0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3c30 0.000129
+gallium_dri.so free 0x5571735c3d00 void 0.000128
+gallium_dri.so free 0x5571735c3c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3d00 0.000119
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x5571735c3d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3d00 0.000126
+gallium_dri.so free 0x557173469400 void 0.000129
+gallium_dri.so free 0x5571735c3d00 void 0.000131
+gallium_dri.so malloc 72 0x557173469400 0.000135
+gallium_dri.so free 0x5571734694c0 void 0.000127
+gallium_dri.so free 0x557173469400 void 0.000125
+gallium_dri.so malloc 72 0x557173469400 0.000127
+gallium_dri.so free 0x557173469580 void 0.000132
+gallium_dri.so free 0x557173469400 void 0.000130
+gallium_dri.so malloc 72 0x557173469400 0.000129
+gallium_dri.so free 0x557173469640 void 0.000131
+gallium_dri.so free 0x557173469400 void 0.000130
+gallium_dri.so malloc 72 0x5571734695f0 0.000129
+gallium_dri.so free 0x5571734696c0 void 0.000130
+gallium_dri.so free 0x5571734695f0 void 0.000125
+gallium_dri.so malloc 72 0x557173469710 0.000119
+gallium_dri.so free 0x5571735c1e00 void 0.000121
+gallium_dri.so free 0x557173469710 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1e40 0.000131
+gallium_dri.so free 0x5571735c1ec0 void 0.000129
+gallium_dri.so free 0x5571735c1e40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1e40 0.000128
+gallium_dri.so free 0x5571735c1f40 void 0.000124
+gallium_dri.so free 0x5571735c1e40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f70 0.000125
+gallium_dri.so free 0x5571735c1fc0 void 0.000160
+gallium_dri.so free 0x5571735c1f70 void 0.000150
+gallium_dri.so malloc 72 0x5571735c1f70 0.000132
+gallium_dri.so free 0x5571735c20c0 void 0.000131
+gallium_dri.so free 0x5571735c1f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2070 0.000126
+gallium_dri.so free 0x5571735c2180 void 0.000121
+gallium_dri.so free 0x5571735c2070 void 0.000128
+gallium_dri.so malloc 72 0x5571735c2130 0.000132
+gallium_dri.so free 0x557173601d40 void 0.000130
+gallium_dri.so free 0x5571735c2130 void 0.000131
+gallium_dri.so malloc 72 0x557173601d70 0.000129
+gallium_dri.so free 0x557173601dc0 void 0.000131
+gallium_dri.so free 0x557173601d70 void 0.000132
+gallium_dri.so malloc 72 0x557173601d70 0.000131
+gallium_dri.so free 0x557173601ec0 void 0.000130
+gallium_dri.so free 0x557173601d70 void 0.000132
+gallium_dri.so malloc 72 0x557173601f00 0.000124
+gallium_dri.so free 0x557173601f80 void 0.000128
+gallium_dri.so free 0x557173601f00 void 0.000130
+gallium_dri.so malloc 72 0x557173601f80 0.000191
+gallium_dri.so free 0x5571735c21c0 void 0.000225
+gallium_dri.so free 0x557173601f80 void 0.000131
+gallium_dri.so malloc 72 0x557173601f80 0.000129
+gallium_dri.so free 0x557173602040 void 0.000125
+gallium_dri.so free 0x557173601f80 void 0.000121
+gallium_dri.so malloc 72 0x557173601f80 0.000127
+gallium_dri.so free 0x557173602100 void 0.000124
+gallium_dri.so free 0x557173601f80 void 0.000124
+gallium_dri.so malloc 72 0x5571736020b0 0.000125
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x5571736020b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d550 0.000121
+gallium_dri.so free 0x55717360d5c0 void 0.000120
+gallium_dri.so free 0x55717360d550 void 0.000118
+gallium_dri.so malloc 72 0x55717360d620 0.000120
+gallium_dri.so free 0x55717360d6c0 void 0.000121
+gallium_dri.so free 0x55717360d620 void 0.000119
+gallium_dri.so malloc 72 0x55717360d670 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000121
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d670 0.000152
+gallium_dri.so free 0x55717360d7c0 void 0.000123
+gallium_dri.so free 0x55717360d670 void 0.000151
+gallium_dri.so malloc 72 0x55717360d800 0.000142
+gallium_dri.so free 0x55717360d880 void 0.000145
+gallium_dri.so free 0x55717360d800 void 0.000142
+gallium_dri.so malloc 72 0x55717360d880 0.000141
+gallium_dri.so free 0x55717358a080 void 0.000142
+gallium_dri.so free 0x55717360d880 void 0.000142
+gallium_dri.so malloc 72 0x55717358a0a0 0.000141
+gallium_dri.so free 0x55717358a140 void 0.000145
+gallium_dri.so free 0x55717358a0a0 void 0.000143
+gallium_dri.so malloc 72 0x55717358a0f0 0.000143
+gallium_dri.so free 0x55717358a1c0 void 0.000143
+gallium_dri.so free 0x55717358a0f0 void 0.000140
+gallium_dri.so malloc 72 0x55717358a1c0 0.000143
+gallium_dri.so free 0x55717358a280 void 0.000145
+gallium_dri.so free 0x55717358a1c0 void 0.000141
+gallium_dri.so malloc 72 0x55717358a1c0 0.000142
+gallium_dri.so free 0x55717358a300 void 0.000143
+gallium_dri.so free 0x55717358a1c0 void 0.000142
+gallium_dri.so malloc 72 0x55717358a300 0.000141
+gallium_dri.so free 0x55717358a3c0 void 0.000143
+gallium_dri.so free 0x55717358a300 void 0.000142
+gallium_dri.so malloc 72 0x55717358a300 0.000168
+gallium_dri.so free 0x5571735d5580 void 0.000127
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5600 void 0.000118
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000120
+gallium_dri.so free 0x5571735d55b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5770 0.000120
+gallium_dri.so free 0x5571735d5840 void 0.000117
+gallium_dri.so free 0x5571735d5770 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5860 0.000118
+gallium_dri.so free 0x5571735d5900 void 0.000117
+gallium_dri.so free 0x5571735d5860 void 0.000117
+gallium_dri.so malloc 72 0x5571735d58b0 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x5571735d58b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb00 0.000125
+gallium_dri.so free 0x55717360fb80 void 0.000126
+gallium_dri.so free 0x55717360fb00 void 0.000124
+gallium_dri.so malloc 72 0x55717360fb80 0.000131
+gallium_dri.so free 0x55717360fc40 void 0.000139
+gallium_dri.so free 0x55717360fb80 void 0.000137
+gallium_dri.so malloc 72 0x55717360fb80 0.000124
+gallium_dri.so free 0x55717360fcc0 void 0.000122
+gallium_dri.so free 0x55717360fb80 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcf0 0.000120
+gallium_dri.so free 0x55717360fd40 void 0.000121
+gallium_dri.so free 0x55717360fcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fcf0 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000120
+gallium_dri.so free 0x55717360fcf0 void 0.000131
+gallium_dri.so malloc 72 0x55717360fe80 0.000121
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x55717360fe80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec50 0.000119
+gallium_dri.so free 0x55717358ecc0 void 0.000122
+gallium_dri.so free 0x55717358ec50 void 0.000117
+gallium_dri.so malloc 72 0x55717358ece0 0.000120
+gallium_dri.so free 0x55717358ed80 void 0.000122
+gallium_dri.so free 0x55717358ece0 void 0.000120
+gallium_dri.so malloc 72 0x55717358ed30 0.000118
+gallium_dri.so free 0x55717358ee00 void 0.000121
+gallium_dri.so free 0x55717358ed30 void 0.000121
+gallium_dri.so malloc 72 0x55717358ed30 0.000119
+gallium_dri.so free 0x55717358ee80 void 0.000120
+gallium_dri.so free 0x55717358ed30 void 0.000124
+gallium_dri.so malloc 72 0x55717358ee80 0.000120
+gallium_dri.so free 0x55717358ef40 void 0.000120
+gallium_dri.so free 0x55717358ee80 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee80 0.000118
+gallium_dri.so free 0x557173608e80 void 0.000111
+gallium_dri.so free 0x55717358ee80 void 0.000256
+gallium_dri.so malloc 72 0x557173608ea0 0.000155
+gallium_dri.so free 0x557173608f40 void 0.000122
+gallium_dri.so free 0x557173608ea0 void 0.000119
+gallium_dri.so malloc 72 0x557173608ef0 0.000119
+gallium_dri.so free 0x557173608fc0 void 0.000120
+gallium_dri.so free 0x557173608ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173608ef0 0.000117
+gallium_dri.so free 0x557173609040 void 0.000119
+gallium_dri.so free 0x557173608ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173609040 0.000125
+gallium_dri.so free 0x557173609100 void 0.000115
+gallium_dri.so free 0x557173609040 void 0.000112
+gallium_dri.so malloc 72 0x557173609040 0.000113
+gallium_dri.so free 0x5571736091c0 void 0.000113
+gallium_dri.so free 0x557173609040 void 0.000112
+gallium_dri.so malloc 72 0x557173609040 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x557173609040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b50 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000165
+gallium_dri.so free 0x5571735f8b50 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c00 0.000115
+gallium_dri.so free 0x5571735f8c80 void 0.000114
+gallium_dri.so free 0x5571735f8c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8c80 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c80 0.000118
+gallium_dri.so free 0x557173609280 void 0.000117
+gallium_dri.so free 0x5571735f8c80 void 0.000114
+gallium_dri.so malloc 72 0x557173609230 0.000117
+gallium_dri.so free 0x5571735f8dc0 void 0.000115
+gallium_dri.so free 0x557173609230 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8e00 0.000115
+gallium_dri.so free 0x5571735f8e80 void 0.000116
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000116
+gallium_dri.so free 0x55717346eb00 void 0.000117
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb40 0.000116
+gallium_dri.so free 0x55717346ebc0 void 0.000116
+gallium_dri.so free 0x55717346eb40 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb40 0.000114
+gallium_dri.so free 0x55717346ec40 void 0.000147
+gallium_dri.so free 0x55717346eb40 void 0.000132
+gallium_dri.so malloc 72 0x55717346ec70 0.000115
+gallium_dri.so free 0x55717346ecc0 void 0.000116
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec70 0.000114
+gallium_dri.so free 0x55717346edc0 void 0.000114
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ed70 0.000114
+gallium_dri.so free 0x55717346ee80 void 0.000119
+gallium_dri.so free 0x55717346ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ee30 0.000112
+gallium_dri.so free 0x55717346c540 void 0.000115
+gallium_dri.so free 0x55717346ee30 void 0.000112
+gallium_dri.so malloc 72 0x55717346c570 0.000114
+gallium_dri.so free 0x55717346c5c0 void 0.000115
+gallium_dri.so free 0x55717346c570 void 0.000114
+gallium_dri.so malloc 72 0x55717346c570 0.000112
+gallium_dri.so free 0x55717346c6c0 void 0.000115
+gallium_dri.so free 0x55717346c570 void 0.000113
+gallium_dri.so malloc 72 0x55717346c700 0.000113
+gallium_dri.so free 0x55717346c780 void 0.000113
+gallium_dri.so free 0x55717346c700 void 0.000112
+gallium_dri.so malloc 72 0x55717346c780 0.000114
+gallium_dri.so free 0x55717346eec0 void 0.000114
+gallium_dri.so free 0x55717346c780 void 0.000112
+gallium_dri.so malloc 72 0x55717346c780 0.000112
+gallium_dri.so free 0x55717346c840 void 0.000114
+gallium_dri.so free 0x55717346c780 void 0.000114
+gallium_dri.so malloc 72 0x55717346c780 0.000112
+gallium_dri.so free 0x55717346c900 void 0.000124
+gallium_dri.so free 0x55717346c780 void 0.000113
+gallium_dri.so malloc 72 0x55717346c8b0 0.000113
+gallium_dri.so free 0x557173600140 void 0.000113
+gallium_dri.so free 0x55717346c8b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600190 0.000112
+gallium_dri.so free 0x557173600200 void 0.000111
+gallium_dri.so free 0x557173600190 void 0.000116
+gallium_dri.so malloc 72 0x557173600260 0.000115
+gallium_dri.so free 0x557173600300 void 0.000112
+gallium_dri.so free 0x557173600260 void 0.000112
+gallium_dri.so malloc 72 0x5571736002b0 0.000113
+gallium_dri.so free 0x557173600340 void 0.000112
+gallium_dri.so free 0x5571736002b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736002b0 0.000112
+gallium_dri.so free 0x557173600400 void 0.000114
+gallium_dri.so free 0x5571736002b0 void 0.000113
+gallium_dri.so malloc 72 0x557173600440 0.000117
+gallium_dri.so free 0x5571736004c0 void 0.000119
+gallium_dri.so free 0x557173600440 void 0.000114
+gallium_dri.so malloc 72 0x5571736004c0 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000113
+gallium_dri.so free 0x5571736004c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdba0 0.000117
+gallium_dri.so free 0x5571735fdc40 void 0.000122
+gallium_dri.so free 0x5571735fdba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000116
+gallium_dri.so free 0x5571735fdcc0 void 0.000116
+gallium_dri.so free 0x5571735fdbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000115
+gallium_dri.so free 0x5571735fdd80 void 0.000115
+gallium_dri.so free 0x5571735fdcc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000116
+gallium_dri.so free 0x5571735fde00 void 0.000115
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde00 0.000114
+gallium_dri.so free 0x5571735fdec0 void 0.000115
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fde00 0.000134
+gallium_dri.so free 0x5571735def40 void 0.000119
+gallium_dri.so free 0x5571735fde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000116
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735df070 0.000115
+gallium_dri.so free 0x5571735df180 void 0.000115
+gallium_dri.so free 0x5571735df070 void 0.000115
+gallium_dri.so malloc 72 0x5571735df130 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000115
+gallium_dri.so free 0x5571735df130 void 0.000115
+gallium_dri.so malloc 72 0x5571735df220 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000124
+gallium_dri.so free 0x5571735df220 void 0.000115
+gallium_dri.so malloc 72 0x5571735df270 0.000113
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735df270 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3340 0.000115
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so free 0x5571735e3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735e33c0 0.000112
+gallium_dri.so free 0x5571735e3480 void 0.000112
+gallium_dri.so free 0x5571735e33c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e33c0 0.000119
+gallium_dri.so free 0x5571735e3500 void 0.000117
+gallium_dri.so free 0x5571735e33c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e3530 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so free 0x5571735e3530 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3530 0.000115
+gallium_dri.so free 0x5571735e3680 void 0.000115
+gallium_dri.so free 0x5571735e3530 void 0.000115
+gallium_dri.so malloc 72 0x5571735e36c0 0.000113
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so free 0x5571735e36c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734610d0 0.000114
+gallium_dri.so free 0x557173461140 void 0.000118
+gallium_dri.so free 0x5571734610d0 void 0.000114
+gallium_dri.so malloc 72 0x557173461160 0.000113
+gallium_dri.so free 0x557173461200 void 0.000114
+gallium_dri.so free 0x557173461160 void 0.000115
+gallium_dri.so malloc 72 0x5571734611b0 0.000114
+gallium_dri.so free 0x557173461280 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734611b0 0.000113
+gallium_dri.so free 0x557173461300 void 0.000115
+gallium_dri.so free 0x5571734611b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571734613c0 void 0.000116
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so malloc 72 0x557173461300 0.000115
+gallium_dri.so free 0x557173463240 void 0.000115
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so malloc 72 0x557173463260 0.000114
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463260 void 0.000112
+gallium_dri.so malloc 72 0x5571734632b0 0.000113
+gallium_dri.so free 0x557173463380 void 0.000115
+gallium_dri.so free 0x5571734632b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734632b0 0.000112
+gallium_dri.so free 0x557173463400 void 0.000115
+gallium_dri.so free 0x5571734632b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000115
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000139
+gallium_dri.so free 0x557173463580 void 0.000116
+gallium_dri.so free 0x557173463400 void 0.000162
+gallium_dri.so malloc 72 0x557173463400 0.000115
+gallium_dri.so free 0x557173467dc0 void 0.000116
+gallium_dri.so free 0x557173463400 void 0.000113
+gallium_dri.so malloc 72 0x557173467e10 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000116
+gallium_dri.so free 0x557173467e10 void 0.000114
+gallium_dri.so malloc 72 0x557173467ec0 0.000119
+gallium_dri.so free 0x557173467f40 void 0.000115
+gallium_dri.so free 0x557173467ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173467f40 0.000115
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so malloc 72 0x557173467f40 0.000113
+gallium_dri.so free 0x557173463640 void 0.000116
+gallium_dri.so free 0x557173467f40 void 0.000113
+gallium_dri.so malloc 72 0x5571734635f0 0.000114
+gallium_dri.so free 0x557173468080 void 0.000115
+gallium_dri.so free 0x5571734635f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734680c0 0.000114
+gallium_dri.so free 0x557173468140 void 0.000116
+gallium_dri.so free 0x5571734680c0 void 0.000114
+gallium_dri.so malloc 72 0x557173468140 0.000115
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x557173468140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a40 0.000115
+gallium_dri.so free 0x5571735d0b40 void 0.000116
+gallium_dri.so free 0x5571735d0a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0b70 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000116
+gallium_dri.so free 0x5571735d0b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0b70 0.000114
+gallium_dri.so free 0x5571735d0cc0 void 0.000118
+gallium_dri.so free 0x5571735d0b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c70 0.000113
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d30 0.000118
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x5571735d0d30 void 0.000114
+gallium_dri.so malloc 72 0x557173609eb0 0.000114
+gallium_dri.so free 0x557173609f00 void 0.000115
+gallium_dri.so free 0x557173609eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609eb0 0.000121
+gallium_dri.so free 0x55717360a000 void 0.000125
+gallium_dri.so free 0x557173609eb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360a040 0.000120
+gallium_dri.so free 0x55717360a0c0 void 0.000125
+gallium_dri.so free 0x55717360a040 void 0.000119
+gallium_dri.so malloc 72 0x55717360a0c0 0.000128
+gallium_dri.so free 0x5571735d0dc0 void 0.000116
+gallium_dri.so free 0x55717360a0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360a0c0 0.000113
+gallium_dri.so free 0x55717360a180 void 0.000115
+gallium_dri.so free 0x55717360a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a0c0 0.000113
+gallium_dri.so free 0x55717360a240 void 0.000114
+gallium_dri.so free 0x55717360a0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a1f0 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000114
+gallium_dri.so free 0x55717360a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c690 0.000143
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so free 0x55717358c690 void 0.000114
+gallium_dri.so malloc 72 0x55717358c760 0.000115
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so free 0x55717358c760 void 0.000115
+gallium_dri.so malloc 72 0x55717358c7b0 0.000113
+gallium_dri.so free 0x55717358c840 void 0.000114
+gallium_dri.so free 0x55717358c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000114
+gallium_dri.so free 0x55717358c900 void 0.000114
+gallium_dri.so free 0x55717358c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c940 0.000114
+gallium_dri.so free 0x55717358c9c0 void 0.000116
+gallium_dri.so free 0x55717358c940 void 0.000112
+gallium_dri.so malloc 72 0x55717358c9c0 0.000159
+gallium_dri.so free 0x5571735911c0 void 0.000117
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735911e0 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x5571735911e0 void 0.000114
+gallium_dri.so malloc 72 0x557173591230 0.000115
+gallium_dri.so free 0x557173591300 void 0.000115
+gallium_dri.so free 0x557173591230 void 0.000114
+gallium_dri.so malloc 72 0x557173591300 0.000115
+gallium_dri.so free 0x5571735913c0 void 0.000114
+gallium_dri.so free 0x557173591300 void 0.000112
+gallium_dri.so malloc 72 0x557173591300 0.000114
+gallium_dri.so free 0x557173591440 void 0.000115
+gallium_dri.so free 0x557173591300 void 0.000114
+gallium_dri.so malloc 72 0x557173591440 0.000114
+gallium_dri.so free 0x557173591500 void 0.000114
+gallium_dri.so free 0x557173591440 void 0.000113
+gallium_dri.so malloc 72 0x557173591440 0.000113
+gallium_dri.so free 0x557173465800 void 0.000114
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x557173465830 0.000112
+gallium_dri.so free 0x557173465880 void 0.000116
+gallium_dri.so free 0x557173465830 void 0.000113
+gallium_dri.so malloc 72 0x557173465830 0.000117
+gallium_dri.so free 0x557173465980 void 0.000116
+gallium_dri.so free 0x557173465830 void 0.000118
+gallium_dri.so malloc 72 0x557173465930 0.000132
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so free 0x557173465930 void 0.000113
+gallium_dri.so malloc 72 0x5571734659f0 0.000118
+gallium_dri.so free 0x557173465ac0 void 0.000115
+gallium_dri.so free 0x5571734659f0 void 0.000112
+gallium_dri.so malloc 72 0x557173465ae0 0.000202
+gallium_dri.so free 0x557173465b80 void 0.000159
+gallium_dri.so free 0x557173465ae0 void 0.000155
+gallium_dri.so malloc 72 0x557173465b30 0.000121
+gallium_dri.so free 0x5571735f6540 void 0.000116
+gallium_dri.so free 0x557173465b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6580 0.000116
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so free 0x5571735f6580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6600 0.000113
+gallium_dri.so free 0x5571735f66c0 void 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6600 0.000115
+gallium_dri.so free 0x5571735f6740 void 0.000122
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6770 0.000113
+gallium_dri.so free 0x5571735f67c0 void 0.000122
+gallium_dri.so free 0x5571735f6770 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6770 0.000126
+gallium_dri.so free 0x5571735f68c0 void 0.000116
+gallium_dri.so free 0x5571735f6770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6900 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000124
+gallium_dri.so free 0x5571735f6900 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc210 0.000124
+gallium_dri.so free 0x5571735dc280 void 0.000120
+gallium_dri.so free 0x5571735dc210 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2a0 0.000113
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc2a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000116
+gallium_dri.so free 0x5571735dc2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000112
+gallium_dri.so free 0x5571735dc440 void 0.000115
+gallium_dri.so free 0x5571735dc2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc440 0.000115
+gallium_dri.so free 0x5571735dc500 void 0.000115
+gallium_dri.so free 0x5571735dc440 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc440 0.000114
+gallium_dri.so free 0x557173604300 void 0.000116
+gallium_dri.so free 0x5571735dc440 void 0.000112
+gallium_dri.so malloc 72 0x557173604320 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604320 void 0.000172
+gallium_dri.so malloc 72 0x557173604370 0.000126
+gallium_dri.so free 0x557173604440 void 0.000124
+gallium_dri.so free 0x557173604370 void 0.000120
+gallium_dri.so malloc 72 0x557173604370 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000120
+gallium_dri.so free 0x557173604370 void 0.000117
+gallium_dri.so malloc 72 0x5571736044c0 0.000117
+gallium_dri.so free 0x557173604580 void 0.000121
+gallium_dri.so free 0x5571736044c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736044c0 0.000117
+gallium_dri.so free 0x557173604640 void 0.000119
+gallium_dri.so free 0x5571736044c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736044c0 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000117
+gallium_dri.so malloc 72 0x557173469fd0 0.000117
+gallium_dri.so free 0x55717346a040 void 0.000118
+gallium_dri.so free 0x557173469fd0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a080 0.000130
+gallium_dri.so free 0x55717346a100 void 0.000124
+gallium_dri.so free 0x55717346a080 void 0.000124
+gallium_dri.so malloc 72 0x55717346a100 0.000126
+gallium_dri.so free 0x55717346a1c0 void 0.000124
+gallium_dri.so free 0x55717346a100 void 0.000122
+gallium_dri.so malloc 72 0x55717346a100 0.000175
+gallium_dri.so free 0x557173604700 void 0.000117
+gallium_dri.so free 0x55717346a100 void 0.000117
+gallium_dri.so malloc 72 0x5571736046b0 0.000117
+gallium_dri.so free 0x55717346a240 void 0.000116
+gallium_dri.so free 0x5571736046b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a280 0.000116
+gallium_dri.so free 0x55717346a300 void 0.000116
+gallium_dri.so free 0x55717346a280 void 0.000117
+gallium_dri.so malloc 72 0x55717346a300 0.000118
+gallium_dri.so free 0x5571735d2fc0 void 0.000116
+gallium_dri.so free 0x55717346a300 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3000 0.000140
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3000 0.000117
+gallium_dri.so free 0x5571735d3100 void 0.000116
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3130 0.000116
+gallium_dri.so free 0x5571735d3180 void 0.000116
+gallium_dri.so free 0x5571735d3130 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3130 0.000121
+gallium_dri.so free 0x5571735d3280 void 0.000118
+gallium_dri.so free 0x5571735d3130 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3230 0.000117
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d3230 void 0.000117
+gallium_dri.so malloc 72 0x5571735d32f0 0.000122
+gallium_dri.so free 0x5571735c43c0 void 0.000122
+gallium_dri.so free 0x5571735d32f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000122
+gallium_dri.so free 0x5571735c4440 void 0.000121
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000118
+gallium_dri.so free 0x5571735c4540 void 0.000120
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4580 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000120
+gallium_dri.so free 0x5571735c4580 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4600 0.000119
+gallium_dri.so free 0x5571735d3380 void 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4600 0.000119
+gallium_dri.so free 0x5571735c46c0 void 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4600 0.000118
+gallium_dri.so free 0x5571735c4780 void 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4730 0.000118
+gallium_dri.so free 0x55717346db00 void 0.000121
+gallium_dri.so free 0x5571735c4730 void 0.000119
+gallium_dri.so malloc 72 0x55717346db00 0.000119
+gallium_dri.so free 0x55717346dbc0 void 0.000121
+gallium_dri.so free 0x55717346db00 void 0.000172
+gallium_dri.so malloc 72 0x55717346db00 0.000129
+gallium_dri.so free 0x55717346dc80 void 0.000131
+gallium_dri.so free 0x55717346db00 void 0.000126
+gallium_dri.so malloc 72 0x55717346dca0 0.000123
+gallium_dri.so free 0x55717346dd40 void 0.000124
+gallium_dri.so free 0x55717346dca0 void 0.000124
+gallium_dri.so malloc 72 0x55717346dcf0 0.000124
+gallium_dri.so free 0x55717346ddc0 void 0.000129
+gallium_dri.so free 0x55717346dcf0 void 0.000120
+gallium_dri.so malloc 72 0x55717346dcf0 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000118
+gallium_dri.so free 0x55717346dcf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346de40 0.000118
+gallium_dri.so free 0x55717346df00 void 0.000117
+gallium_dri.so free 0x55717346de40 void 0.000119
+gallium_dri.so malloc 72 0x55717346de40 0.000118
+gallium_dri.so free 0x55717346b540 void 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so malloc 72 0x55717346de40 0.000120
+gallium_dri.so free 0x55717346b600 void 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000115
+gallium_dri.so malloc 72 0x55717346b5b0 0.000119
+gallium_dri.so free 0x55717346b6c0 void 0.000118
+gallium_dri.so free 0x55717346b5b0 void 0.000143
+gallium_dri.so malloc 72 0x55717346b670 0.000127
+gallium_dri.so free 0x55717346b740 void 0.000111
+gallium_dri.so free 0x55717346b670 void 0.000110
+gallium_dri.so malloc 72 0x55717346b790 0.000110
+gallium_dri.so free 0x55717346b800 void 0.000110
+gallium_dri.so free 0x55717346b790 void 0.000110
+gallium_dri.so malloc 72 0x55717346b820 0.000110
+gallium_dri.so free 0x55717346b8c0 void 0.000110
+gallium_dri.so free 0x55717346b820 void 0.000110
+gallium_dri.so malloc 72 0x55717346b870 0.000110
+gallium_dri.so free 0x55717346b940 void 0.000110
+gallium_dri.so free 0x55717346b870 void 0.000110
+gallium_dri.so malloc 72 0x55717346b870 0.000111
+gallium_dri.so free 0x55717360eac0 void 0.000110
+gallium_dri.so free 0x55717346b870 void 0.000110
+gallium_dri.so malloc 72 0x55717360eac0 0.000110
+gallium_dri.so free 0x55717360eb80 void 0.000110
+gallium_dri.so free 0x55717360eac0 void 0.000110
+gallium_dri.so malloc 72 0x55717360eac0 0.000112
+gallium_dri.so free 0x55717360ec00 void 0.000111
+gallium_dri.so free 0x55717360eac0 void 0.000110
+gallium_dri.so malloc 72 0x55717360eac0 0.000111
+gallium_dri.so free 0x55717360ecc0 void 0.000115
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so malloc 72 0x55717360eac0 0.000114
+gallium_dri.so free 0x55717360ed80 void 0.000112
+gallium_dri.so free 0x55717360eac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ed30 0.000110
+gallium_dri.so free 0x55717360ee00 void 0.000125
+gallium_dri.so free 0x55717360ed30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee50 0.000118
+gallium_dri.so free 0x55717360eec0 void 0.000123
+gallium_dri.so free 0x55717360ee50 void 0.000119
+gallium_dri.so malloc 72 0x55717360eee0 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so free 0x55717360eee0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eee0 0.000118
+gallium_dri.so free 0x5571735ff200 void 0.000119
+gallium_dri.so free 0x55717360eee0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000117
+gallium_dri.so free 0x5571735ff200 void 0.000119
+gallium_dri.so free 0x5571735ff1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000118
+gallium_dri.so free 0x5571735ff300 void 0.000117
+gallium_dri.so free 0x5571735ff1b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000118
+gallium_dri.so free 0x5571735ff3c0 void 0.000117
+gallium_dri.so free 0x5571735ff2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff370 0.000117
+gallium_dri.so free 0x5571735ff400 void 0.000117
+gallium_dri.so free 0x5571735ff370 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff370 0.000118
+gallium_dri.so free 0x5571735ff4c0 void 0.000117
+gallium_dri.so free 0x5571735ff370 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff500 0.000176
+gallium_dri.so free 0x5571735ff580 void 0.000113
+gallium_dri.so free 0x5571735ff500 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff580 0.000110
+gallium_dri.so free 0x5571735fcb80 void 0.000110
+gallium_dri.so free 0x5571735ff580 void 0.000110
+gallium_dri.so malloc 72 0x5571735ff580 0.000111
+gallium_dri.so free 0x5571735fcc40 void 0.000110
+gallium_dri.so free 0x5571735ff580 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcc60 0.000110
+gallium_dri.so free 0x5571735fcd00 void 0.000111
+gallium_dri.so free 0x5571735fcc60 void 0.000110
+gallium_dri.so malloc 72 0x5571735fccb0 0.000111
+gallium_dri.so free 0x5571735fcd80 void 0.000109
+gallium_dri.so free 0x5571735fccb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fce00 void 0.000110
+gallium_dri.so free 0x5571735fccb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fce00 0.000110
+gallium_dri.so free 0x5571735fcec0 void 0.000109
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000116
+gallium_dri.so free 0x5571735fcf80 void 0.000123
+gallium_dri.so free 0x5571735fce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fce00 0.000111
+gallium_dri.so free 0x557173620140 void 0.000111
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x557173620140 0.000110
+gallium_dri.so free 0x557173620200 void 0.000132
+gallium_dri.so free 0x557173620140 void 0.000126
+gallium_dri.so malloc 72 0x557173620140 0.000123
+gallium_dri.so free 0x557173620280 void 0.000123
+gallium_dri.so free 0x557173620140 void 0.000118
+gallium_dri.so malloc 72 0x557173620280 0.000115
+gallium_dri.so free 0x557173620340 void 0.000114
+gallium_dri.so free 0x557173620280 void 0.000114
+gallium_dri.so malloc 72 0x557173620280 0.000114
+gallium_dri.so free 0x557173620400 void 0.000115
+gallium_dri.so free 0x557173620280 void 0.000113
+gallium_dri.so malloc 72 0x557173620280 0.000113
+gallium_dri.so free 0x5571736204c0 void 0.000115
+gallium_dri.so free 0x557173620280 void 0.000113
+gallium_dri.so malloc 72 0x557173620470 0.000114
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so free 0x557173620470 void 0.000114
+gallium_dri.so malloc 72 0x557173620590 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000115
+gallium_dri.so free 0x557173620590 void 0.000113
+gallium_dri.so malloc 72 0x557173620590 0.000115
+gallium_dri.so free 0x5571735f7b80 void 0.000116
+gallium_dri.so free 0x557173620590 void 0.000113
+gallium_dri.so malloc 72 0x557173620590 0.000113
+gallium_dri.so free 0x5571735f7c40 void 0.000115
+gallium_dri.so free 0x557173620590 void 0.000114
+gallium_dri.so malloc 72 0x557173620590 0.000156
+gallium_dri.so free 0x5571735f7d00 void 0.000115
+gallium_dri.so free 0x557173620590 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000112
+gallium_dri.so free 0x5571735f7d80 void 0.000111
+gallium_dri.so free 0x5571735f7cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7dd0 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000112
+gallium_dri.so free 0x5571735f7dd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7e60 0.000110
+gallium_dri.so free 0x5571735f7f00 void 0.000112
+gallium_dri.so free 0x5571735f7e60 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000110
+gallium_dri.so free 0x5571735f7eb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000112
+gallium_dri.so free 0x5571735c34c0 void 0.000112
+gallium_dri.so free 0x5571735f7eb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000114
+gallium_dri.so free 0x5571735c3540 void 0.000112
+gallium_dri.so free 0x5571735c3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3590 0.000111
+gallium_dri.so free 0x5571735c3600 void 0.000116
+gallium_dri.so free 0x5571735c3590 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3620 0.000115
+gallium_dri.so free 0x5571735c36c0 void 0.000112
+gallium_dri.so free 0x5571735c3620 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3670 0.000125
+gallium_dri.so free 0x5571735c3740 void 0.000155
+gallium_dri.so free 0x5571735c3670 void 0.000149
+gallium_dri.so malloc 72 0x5571735c3670 0.000198
+gallium_dri.so free 0x5571735c37c0 void 0.000142
+gallium_dri.so free 0x5571735c3670 void 0.000142
+gallium_dri.so malloc 72 0x5571735c37c0 0.000228
+gallium_dri.so free 0x5571735dd780 void 0.000225
+gallium_dri.so free 0x5571735c37c0 void 0.000197
+gallium_dri.so malloc 72 0x5571735c37c0 0.000176
+gallium_dri.so free 0x5571735dd840 void 0.000224
+gallium_dri.so free 0x5571735c37c0 void 0.000225
+gallium_dri.so malloc 72 0x5571735dd860 0.000196
+gallium_dri.so free 0x5571735dd900 void 0.000176
+gallium_dri.so free 0x5571735dd860 void 0.000260
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000248
+gallium_dri.so free 0x5571735dd980 void 0.000231
+gallium_dri.so free 0x5571735dd8b0 void 0.000237
+gallium_dri.so malloc 72 0x5571735dd8b0 0.000181
+gallium_dri.so free 0x5571735dda00 void 0.000215
+gallium_dri.so free 0x5571735dd8b0 void 0.000220
+gallium_dri.so malloc 72 0x5571735dda00 0.000216
+gallium_dri.so free 0x5571735ddac0 void 0.000214
+gallium_dri.so free 0x5571735dda00 void 0.000229
+gallium_dri.so malloc 72 0x5571735dda00 0.000199
+gallium_dri.so free 0x5571735ddb80 void 0.000205
+gallium_dri.so free 0x5571735dda00 void 0.000166
+gallium_dri.so malloc 72 0x5571735dda00 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735dda00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e05c0 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0500 0.000119
+gallium_dri.so free 0x5571735e0640 void 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0640 0.000118
+gallium_dri.so free 0x5571735e0700 void 0.000119
+gallium_dri.so free 0x5571735e0640 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0640 0.000111
+gallium_dri.so free 0x5571735e07c0 void 0.000110
+gallium_dri.so free 0x5571735e0640 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0640 0.000109
+gallium_dri.so free 0x5571735e0880 void 0.000110
+gallium_dri.so free 0x5571735e0640 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0830 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000117
+gallium_dri.so free 0x5571735e0830 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0950 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735e0950 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0950 0.000116
+gallium_dri.so free 0x5571735dde00 void 0.000149
+gallium_dri.so free 0x5571735e0950 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0950 0.000116
+gallium_dri.so free 0x5571735ddec0 void 0.000116
+gallium_dri.so free 0x5571735e0950 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0950 0.000116
+gallium_dri.so free 0x5571735ddf80 void 0.000116
+gallium_dri.so free 0x5571735e0950 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000127
+gallium_dri.so free 0x5571735de000 void 0.000123
+gallium_dri.so free 0x5571735ddf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735de050 0.000117
+gallium_dri.so free 0x5571735de0c0 void 0.000153
+gallium_dri.so free 0x5571735de050 void 0.000169
+gallium_dri.so malloc 72 0x5571735de0e0 0.000291
+gallium_dri.so free 0x5571735de180 void 0.000255
+gallium_dri.so free 0x5571735de0e0 void 0.000201
+gallium_dri.so malloc 72 0x5571735de130 0.000214
+gallium_dri.so free 0x5571735e0b00 void 0.000127
+gallium_dri.so free 0x5571735de130 void 0.000130
+gallium_dri.so malloc 72 0x5571735de130 0.000130
+gallium_dri.so free 0x5571735e0c00 void 0.000221
+gallium_dri.so free 0x5571735de130 void 0.000244
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000263
+gallium_dri.so free 0x5571735e0c80 void 0.000276
+gallium_dri.so free 0x5571735e0bb0 void 0.000270
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000273
+gallium_dri.so free 0x5571735e0d40 void 0.000388
+gallium_dri.so free 0x5571735e0cd0 void 0.000230
+gallium_dri.so malloc 72 0x5571735e0d60 0.000240
+gallium_dri.so free 0x5571735de200 void 0.000280
+gallium_dri.so free 0x5571735e0d60 void 0.000289
+gallium_dri.so malloc 72 0x5571735e0d60 0.000274
+gallium_dri.so free 0x5571735e0e00 void 0.000271
+gallium_dri.so free 0x5571735e0d60 void 0.000279
+gallium_dri.so malloc 72 0x5571735e0db0 0.000287
+gallium_dri.so free 0x5571735e0e80 void 0.000272
+gallium_dri.so free 0x5571735e0db0 void 0.000275
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000279
+gallium_dri.so free 0x5571735e0f40 void 0.000285
+gallium_dri.so free 0x5571735e0ed0 void 0.000274
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000284
+gallium_dri.so free 0x5571735e1040 void 0.000286
+gallium_dri.so free 0x5571735e0fa0 void 0.000282
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000288
+gallium_dri.so free 0x55717361f540 void 0.000277
+gallium_dri.so free 0x5571735e0ff0 void 0.000286
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000300
+gallium_dri.so free 0x55717361f600 void 0.000281
+gallium_dri.so free 0x5571735e0ff0 void 0.000286
+gallium_dri.so malloc 72 0x55717361f5b0 0.000295
+gallium_dri.so free 0x55717361f680 void 0.000297
+gallium_dri.so free 0x55717361f5b0 void 0.000277
+gallium_dri.so malloc 72 0x55717361f6d0 0.000286
+gallium_dri.so free 0x55717361f740 void 0.000286
+gallium_dri.so free 0x55717361f6d0 void 0.000287
+gallium_dri.so malloc 72 0x55717361f760 0.000285
+gallium_dri.so free 0x55717361f800 void 0.000286
+gallium_dri.so free 0x55717361f760 void 0.000287
+gallium_dri.so malloc 72 0x55717361f7b0 0.000284
+gallium_dri.so free 0x55717361f880 void 0.000288
+gallium_dri.so free 0x55717361f7b0 void 0.000231
+gallium_dri.so malloc 72 0x55717361f880 0.000239
+gallium_dri.so free 0x55717361f940 void 0.000249
+gallium_dri.so free 0x55717361f880 void 0.000302
+gallium_dri.so malloc 72 0x55717361f880 0.000228
+gallium_dri.so free 0x55717361f9c0 void 0.000190
+gallium_dri.so free 0x55717361f880 void 0.000191
+gallium_dri.so malloc 72 0x55717361f9c0 0.000185
+gallium_dri.so free 0x55717361fa80 void 0.000188
+gallium_dri.so free 0x55717361f9c0 void 0.000187
+gallium_dri.so malloc 72 0x55717361f9c0 0.000168
+gallium_dri.so free 0x55717361fb40 void 0.000166
+gallium_dri.so free 0x55717361f9c0 void 0.000193
+gallium_dri.so malloc 72 0x55717361f9c0 0.000190
+gallium_dri.so free 0x55717361fc00 void 0.000194
+gallium_dri.so free 0x55717361f9c0 void 0.000191
+gallium_dri.so malloc 72 0x55717361fbb0 0.000164
+gallium_dri.so free 0x55717361fc80 void 0.000133
+gallium_dri.so free 0x55717361fbb0 void 0.000166
+gallium_dri.so malloc 72 0x55717361fcd0 0.000152
+gallium_dri.so free 0x55717361fd40 void 0.000191
+gallium_dri.so free 0x55717361fcd0 void 0.000186
+gallium_dri.so malloc 72 0x55717361fd80 0.000168
+gallium_dri.so free 0x55717361fe00 void 0.000129
+gallium_dri.so free 0x55717361fd80 void 0.000132
+gallium_dri.so malloc 72 0x55717361fd80 0.000137
+gallium_dri.so free 0x557173474580 void 0.000137
+gallium_dri.so free 0x55717361fd80 void 0.000190
+gallium_dri.so malloc 72 0x55717361fd80 0.000190
+gallium_dri.so free 0x557173474640 void 0.000188
+gallium_dri.so free 0x55717361fd80 void 0.000191
+gallium_dri.so malloc 72 0x557173474680 0.000168
+gallium_dri.so free 0x557173474700 void 0.000133
+gallium_dri.so free 0x557173474680 void 0.000188
+gallium_dri.so malloc 72 0x557173474700 0.000168
+gallium_dri.so free 0x5571734747c0 void 0.000128
+gallium_dri.so free 0x557173474700 void 0.000132
+gallium_dri.so malloc 72 0x557173474700 0.000138
+gallium_dri.so free 0x557173474840 void 0.000139
+gallium_dri.so free 0x557173474700 void 0.000212
+gallium_dri.so malloc 72 0x557173474870 0.000249
+gallium_dri.so free 0x5571734748c0 void 0.000234
+gallium_dri.so free 0x557173474870 void 0.000222
+gallium_dri.so malloc 72 0x557173474870 0.000188
+gallium_dri.so free 0x5571734749c0 void 0.000167
+gallium_dri.so free 0x557173474870 void 0.000131
+gallium_dri.so malloc 72 0x557173474a00 0.000127
+gallium_dri.so free 0x557173474a80 void 0.000133
+gallium_dri.so free 0x557173474a00 void 0.000138
+gallium_dri.so malloc 72 0x557173474a80 0.000135
+gallium_dri.so free 0x557173474b40 void 0.000132
+gallium_dri.so free 0x557173474a80 void 0.000124
+gallium_dri.so malloc 72 0x557173474a80 0.000131
+gallium_dri.so free 0x557173474bc0 void 0.000138
+gallium_dri.so free 0x557173474a80 void 0.000132
+gallium_dri.so malloc 72 0x557173474bf0 0.000133
+gallium_dri.so free 0x557173474c40 void 0.000186
+gallium_dri.so free 0x557173474bf0 void 0.000144
+gallium_dri.so malloc 72 0x557173474bf0 0.000137
+gallium_dri.so free 0x557173474d40 void 0.000136
+gallium_dri.so free 0x557173474bf0 void 0.000138
+gallium_dri.so malloc 72 0x557173474cf0 0.000137
+gallium_dri.so free 0x557173474e00 void 0.000131
+gallium_dri.so free 0x557173474cf0 void 0.000125
+gallium_dri.so malloc 72 0x557173474db0 0.000126
+gallium_dri.so free 0x557173474e80 void 0.000133
+gallium_dri.so free 0x557173474db0 void 0.000132
+gallium_dri.so malloc 72 0x557173474db0 0.000127
+gallium_dri.so free 0x557173474f40 void 0.000127
+gallium_dri.so free 0x557173474db0 void 0.000137
+gallium_dri.so malloc 72 0x557173474db0 0.000130
+gallium_dri.so free 0x557173475000 void 0.000128
+gallium_dri.so free 0x557173474db0 void 0.000130
+gallium_dri.so malloc 72 0x557173474fb0 0.000124
+gallium_dri.so free 0x557173475080 void 0.000126
+gallium_dri.so free 0x557173474fb0 void 0.000130
+gallium_dri.so malloc 72 0x5571734750d0 0.000124
+gallium_dri.so free 0x557173475140 void 0.000128
+gallium_dri.so free 0x5571734750d0 void 0.000130
+gallium_dri.so malloc 72 0x557173475160 0.000125
+gallium_dri.so free 0x557173475200 void 0.000121
+gallium_dri.so free 0x557173475160 void 0.000125
+gallium_dri.so malloc 72 0x5571734751b0 0.000129
+gallium_dri.so free 0x557173475280 void 0.000127
+gallium_dri.so free 0x5571734751b0 void 0.000120
+gallium_dri.so malloc 72 0x557173475280 0.000126
+gallium_dri.so free 0x557173475340 void 0.000125
+gallium_dri.so free 0x557173475280 void 0.000120
+gallium_dri.so malloc 72 0x557173475280 0.000120
+gallium_dri.so free 0x5571734753c0 void 0.000126
+gallium_dri.so free 0x557173475280 void 0.000129
+gallium_dri.so malloc 72 0x5571734753c0 0.000126
+gallium_dri.so free 0x557173475480 void 0.000121
+gallium_dri.so free 0x5571734753c0 void 0.000126
+gallium_dri.so malloc 72 0x5571734753c0 0.000129
+gallium_dri.so free 0x557173475540 void 0.000125
+gallium_dri.so free 0x5571734753c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734753c0 0.000121
+gallium_dri.so free 0x557173475600 void 0.000127
+gallium_dri.so free 0x5571734753c0 void 0.000139
+gallium_dri.so malloc 72 0x5571734755b0 0.000121
+gallium_dri.so free 0x557173475680 void 0.000122
+gallium_dri.so free 0x5571734755b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734756d0 0.000125
+gallium_dri.so free 0x557173475740 void 0.000121
+gallium_dri.so free 0x5571734756d0 void 0.000123
+gallium_dri.so malloc 72 0x557173475780 0.000124
+gallium_dri.so free 0x557173475800 void 0.000120
+gallium_dri.so free 0x557173475780 void 0.000119
+gallium_dri.so malloc 72 0x557173475780 0.000125
+gallium_dri.so free 0x557173475880 void 0.000130
+gallium_dri.so free 0x557173475780 void 0.000130
+gallium_dri.so malloc 72 0x5571734758b0 0.000137
+gallium_dri.so free 0x557173475900 void 0.000129
+gallium_dri.so free 0x5571734758b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734758b0 0.000130
+gallium_dri.so free 0x557173475a00 void 0.000129
+gallium_dri.so free 0x5571734758b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734759b0 0.000130
+gallium_dri.so free 0x557173475ac0 void 0.000126
+gallium_dri.so free 0x5571734759b0 void 0.000119
+gallium_dri.so malloc 72 0x557173475a70 0.000128
+gallium_dri.so free 0x557173475b00 void 0.000126
+gallium_dri.so free 0x557173475a70 void 0.000124
+gallium_dri.so malloc 72 0x557173475a70 0.000125
+gallium_dri.so free 0x557173475bc0 void 0.000121
+gallium_dri.so free 0x557173475a70 void 0.000130
+gallium_dri.so malloc 72 0x557173475c30 0.000125
+gallium_dri.so free 0x557173475c80 void 0.000121
+gallium_dri.so free 0x557173475c30 void 0.000125
+gallium_dri.so malloc 72 0x557173475c30 0.000126
+gallium_dri.so free 0x557173475d80 void 0.000121
+gallium_dri.so free 0x557173475c30 void 0.000126
+gallium_dri.so malloc 72 0x557173475d30 0.000129
+gallium_dri.so free 0x557173475e40 void 0.000125
+gallium_dri.so free 0x557173475d30 void 0.000119
+gallium_dri.so malloc 72 0x557173475df0 0.000125
+gallium_dri.so free 0x557173475e80 void 0.000125
+gallium_dri.so free 0x557173475df0 void 0.000119
+gallium_dri.so malloc 72 0x557173475df0 0.000121
+gallium_dri.so free 0x557173475f40 void 0.000126
+gallium_dri.so free 0x557173475df0 void 0.000130
+gallium_dri.so malloc 72 0x557173475f80 0.000129
+gallium_dri.so free 0x557173476000 void 0.000142
+gallium_dri.so free 0x557173475f80 void 0.000131
+gallium_dri.so malloc 72 0x557173476000 0.000131
+gallium_dri.so free 0x5571734760c0 void 0.000125
+gallium_dri.so free 0x557173476000 void 0.000120
+gallium_dri.so malloc 72 0x557173476000 0.000126
+gallium_dri.so free 0x557173476180 void 0.000126
+gallium_dri.so free 0x557173476000 void 0.000120
+gallium_dri.so malloc 72 0x5571734761a0 0.000120
+gallium_dri.so free 0x557173476240 void 0.000120
+gallium_dri.so free 0x5571734761a0 void 0.000128
+gallium_dri.so malloc 72 0x5571734761f0 0.000134
+gallium_dri.so free 0x5571734762c0 void 0.000135
+gallium_dri.so free 0x5571734761f0 void 0.000135
+gallium_dri.so malloc 72 0x5571734761f0 0.000130
+gallium_dri.so free 0x557173476340 void 0.000131
+gallium_dri.so free 0x5571734761f0 void 0.000130
+gallium_dri.so malloc 72 0x557173476340 0.000127
+gallium_dri.so free 0x557173476400 void 0.000121
+gallium_dri.so free 0x557173476340 void 0.000124
+gallium_dri.so malloc 72 0x557173476340 0.000130
+gallium_dri.so free 0x5571734764c0 void 0.000169
+gallium_dri.so free 0x557173476340 void 0.000146
+gallium_dri.so malloc 72 0x557173476340 0.000131
+gallium_dri.so free 0x557173476580 void 0.000130
+gallium_dri.so free 0x557173476340 void 0.000130
+gallium_dri.so malloc 72 0x557173476530 0.000129
+gallium_dri.so free 0x557173476640 void 0.000130
+gallium_dri.so free 0x557173476530 void 0.000127
+gallium_dri.so malloc 72 0x5571734765f0 0.000126
+gallium_dri.so free 0x5571734766c0 void 0.000131
+gallium_dri.so free 0x5571734765f0 void 0.000124
+gallium_dri.so malloc 72 0x557173476710 0.000120
+gallium_dri.so free 0x557173476780 void 0.000127
+gallium_dri.so free 0x557173476710 void 0.000131
+gallium_dri.so malloc 72 0x5571734767a0 0.000126
+gallium_dri.so free 0x557173476840 void 0.000129
+gallium_dri.so free 0x5571734767a0 void 0.000130
+gallium_dri.so malloc 72 0x5571734767f0 0.000134
+gallium_dri.so free 0x5571734768c0 void 0.000130
+gallium_dri.so free 0x5571734767f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734767f0 0.000136
+gallium_dri.so free 0x557173476940 void 0.000127
+gallium_dri.so free 0x5571734767f0 void 0.000130
+gallium_dri.so malloc 72 0x557173476940 0.000126
+gallium_dri.so free 0x557173476a00 void 0.000121
+gallium_dri.so free 0x557173476940 void 0.000124
+gallium_dri.so malloc 72 0x557173476940 0.000130
+gallium_dri.so free 0x557173476b00 void 0.000130
+gallium_dri.so free 0x557173476940 void 0.000124
+gallium_dri.so malloc 72 0x557173476ab0 0.000122
+gallium_dri.so free 0x557173476b40 void 0.000120
+gallium_dri.so free 0x557173476ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173476ab0 0.000124
+gallium_dri.so free 0x557173476c00 void 0.000130
+gallium_dri.so free 0x557173476ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173476c40 0.000125
+gallium_dri.so free 0x557173476cc0 void 0.000126
+gallium_dri.so free 0x557173476c40 void 0.000124
+gallium_dri.so malloc 72 0x557173476cc0 0.000120
+gallium_dri.so free 0x557173476d80 void 0.000120
+gallium_dri.so free 0x557173476cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173476cc0 0.000128
+gallium_dri.so free 0x557173476e00 void 0.000129
+gallium_dri.so free 0x557173476cc0 void 0.000125
+gallium_dri.so malloc 72 0x557173476e30 0.000121
+gallium_dri.so free 0x557173476e80 void 0.000131
+gallium_dri.so free 0x557173476e30 void 0.000126
+gallium_dri.so malloc 72 0x557173476e30 0.000126
+gallium_dri.so free 0x557173476f80 void 0.000129
+gallium_dri.so free 0x557173476e30 void 0.000130
+gallium_dri.so malloc 72 0x557173476fc0 0.000129
+gallium_dri.so free 0x557173477040 void 0.000125
+gallium_dri.so free 0x557173476fc0 void 0.000124
+gallium_dri.so malloc 72 0x557173477040 0.000129
+gallium_dri.so free 0x557173477100 void 0.000129
+gallium_dri.so free 0x557173477040 void 0.000126
+gallium_dri.so malloc 72 0x557173477040 0.000120
+gallium_dri.so free 0x557173477180 void 0.000124
+gallium_dri.so free 0x557173477040 void 0.000127
+gallium_dri.so malloc 72 0x5571734771b0 0.000119
+gallium_dri.so free 0x557173477200 void 0.000126
+gallium_dri.so free 0x5571734771b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734771b0 0.000126
+gallium_dri.so free 0x557173477300 void 0.000122
+gallium_dri.so free 0x5571734771b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734772b0 0.000131
+gallium_dri.so free 0x5571734773c0 void 0.000129
+gallium_dri.so free 0x5571734772b0 void 0.000124
+gallium_dri.so malloc 72 0x557173477370 0.000123
+gallium_dri.so free 0x557173477440 void 0.000183
+gallium_dri.so free 0x557173477370 void 0.000132
+gallium_dri.so malloc 72 0x557173477370 0.000129
+gallium_dri.so free 0x557173477500 void 0.000130
+gallium_dri.so free 0x557173477370 void 0.000125
+gallium_dri.so malloc 72 0x557173477370 0.000120
+gallium_dri.so free 0x5571734775c0 void 0.000120
+gallium_dri.so free 0x557173477370 void 0.000118
+gallium_dri.so malloc 72 0x557173477570 0.000124
+gallium_dri.so free 0x557173477640 void 0.000129
+gallium_dri.so free 0x557173477570 void 0.000129
+gallium_dri.so malloc 72 0x557173477690 0.000123
+gallium_dri.so free 0x557173477700 void 0.000127
+gallium_dri.so free 0x557173477690 void 0.000121
+gallium_dri.so malloc 72 0x557173477720 0.000121
+gallium_dri.so free 0x5571734777c0 void 0.000124
+gallium_dri.so free 0x557173477720 void 0.000124
+gallium_dri.so malloc 72 0x557173477770 0.000119
+gallium_dri.so free 0x557173477840 void 0.000115
+gallium_dri.so free 0x557173477770 void 0.000115
+gallium_dri.so malloc 72 0x557173477840 0.000120
+gallium_dri.so free 0x557173477900 void 0.000119
+gallium_dri.so free 0x557173477840 void 0.000118
+gallium_dri.so malloc 72 0x557173477840 0.000118
+gallium_dri.so free 0x557173477980 void 0.000115
+gallium_dri.so free 0x557173477840 void 0.000121
+gallium_dri.so malloc 72 0x557173477980 0.000114
+gallium_dri.so free 0x557173477a40 void 0.000115
+gallium_dri.so free 0x557173477980 void 0.000112
+gallium_dri.so malloc 72 0x557173477980 0.000115
+gallium_dri.so free 0x557173477b00 void 0.000115
+gallium_dri.so free 0x557173477980 void 0.000115
+gallium_dri.so malloc 72 0x557173477980 0.000114
+gallium_dri.so free 0x557173477bc0 void 0.000115
+gallium_dri.so free 0x557173477980 void 0.000113
+gallium_dri.so malloc 72 0x557173477b70 0.000115
+gallium_dri.so free 0x557173477c40 void 0.000114
+gallium_dri.so free 0x557173477b70 void 0.000112
+gallium_dri.so malloc 72 0x557173477c90 0.000114
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477c90 void 0.000114
+gallium_dri.so malloc 72 0x557173477d40 0.000115
+gallium_dri.so free 0x557173477dc0 void 0.000114
+gallium_dri.so free 0x557173477d40 void 0.000120
+gallium_dri.so malloc 72 0x557173477d40 0.000115
+gallium_dri.so free 0x557173477e40 void 0.000116
+gallium_dri.so free 0x557173477d40 void 0.000114
+gallium_dri.so malloc 72 0x557173477e70 0.000114
+gallium_dri.so free 0x557173477ec0 void 0.000114
+gallium_dri.so free 0x557173477e70 void 0.000113
+gallium_dri.so malloc 72 0x557173477e70 0.000112
+gallium_dri.so free 0x557173477fc0 void 0.000115
+gallium_dri.so free 0x557173477e70 void 0.000112
+gallium_dri.so malloc 72 0x557173477f70 0.000109
+gallium_dri.so free 0x557173478080 void 0.000125
+gallium_dri.so free 0x557173477f70 void 0.000113
+gallium_dri.so malloc 72 0x557173478030 0.000113
+gallium_dri.so free 0x5571734780c0 void 0.000115
+gallium_dri.so free 0x557173478030 void 0.000114
+gallium_dri.so malloc 72 0x557173478030 0.000114
+gallium_dri.so free 0x557173478180 void 0.000115
+gallium_dri.so free 0x557173478030 void 0.000113
+gallium_dri.so malloc 72 0x5571734781f0 0.000112
+gallium_dri.so free 0x557173478240 void 0.000115
+gallium_dri.so free 0x5571734781f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734781f0 0.000113
+gallium_dri.so free 0x557173478340 void 0.000115
+gallium_dri.so free 0x5571734781f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734782f0 0.000114
+gallium_dri.so free 0x557173478400 void 0.000114
+gallium_dri.so free 0x5571734782f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734783b0 0.000115
+gallium_dri.so free 0x557173478440 void 0.000115
+gallium_dri.so free 0x5571734783b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734783b0 0.000114
+gallium_dri.so free 0x557173478500 void 0.000114
+gallium_dri.so free 0x5571734783b0 void 0.000113
+gallium_dri.so malloc 72 0x557173478540 0.000114
+gallium_dri.so free 0x5571734785c0 void 0.000115
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so malloc 72 0x5571734785c0 0.000165
+gallium_dri.so free 0x557173478680 void 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734785c0 0.000117
+gallium_dri.so free 0x557173478740 void 0.000116
+gallium_dri.so free 0x5571734785c0 void 0.000114
+gallium_dri.so malloc 72 0x557173478760 0.000112
+gallium_dri.so free 0x557173478800 void 0.000116
+gallium_dri.so free 0x557173478760 void 0.000114
+gallium_dri.so malloc 72 0x5571734787b0 0.000115
+gallium_dri.so free 0x557173478880 void 0.000115
+gallium_dri.so free 0x5571734787b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734787b0 0.000113
+gallium_dri.so free 0x557173478900 void 0.000116
+gallium_dri.so free 0x5571734787b0 void 0.000113
+gallium_dri.so malloc 72 0x557173478900 0.000114
+gallium_dri.so free 0x5571734789c0 void 0.000119
+gallium_dri.so free 0x557173478900 void 0.000113
+gallium_dri.so malloc 72 0x557173478900 0.000115
+gallium_dri.so free 0x557173478a80 void 0.000116
+gallium_dri.so free 0x557173478900 void 0.000114
+gallium_dri.so malloc 72 0x557173478900 0.000114
+gallium_dri.so free 0x557173478b40 void 0.000117
+gallium_dri.so free 0x557173478900 void 0.000115
+gallium_dri.so malloc 72 0x557173478af0 0.000115
+gallium_dri.so free 0x557173478c00 void 0.000115
+gallium_dri.so free 0x557173478af0 void 0.000115
+gallium_dri.so malloc 72 0x557173478bb0 0.000118
+gallium_dri.so free 0x557173478c80 void 0.000116
+gallium_dri.so free 0x557173478bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173478cd0 0.000115
+gallium_dri.so free 0x557173478d40 void 0.000115
+gallium_dri.so free 0x557173478cd0 void 0.000113
+gallium_dri.so malloc 72 0x557173478d60 0.000112
+gallium_dri.so free 0x557173478e00 void 0.000115
+gallium_dri.so free 0x557173478d60 void 0.000114
+gallium_dri.so malloc 72 0x557173478db0 0.000112
+gallium_dri.so free 0x557173478e80 void 0.000114
+gallium_dri.so free 0x557173478db0 void 0.000114
+gallium_dri.so malloc 72 0x557173478db0 0.000118
+gallium_dri.so free 0x557173478f00 void 0.000115
+gallium_dri.so free 0x557173478db0 void 0.000143
+gallium_dri.so malloc 72 0x557173478f00 0.000116
+gallium_dri.so free 0x557173478fc0 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000114
+gallium_dri.so malloc 72 0x557173478f00 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2e0 0.000115
+gallium_dri.so free 0x5571735ed380 void 0.000115
+gallium_dri.so free 0x5571735ed2e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed330 0.000116
+gallium_dri.so free 0x5571735ed400 void 0.000116
+gallium_dri.so free 0x5571735ed330 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed330 0.000117
+gallium_dri.so free 0x5571735ed480 void 0.000115
+gallium_dri.so free 0x5571735ed330 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed480 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000115
+gallium_dri.so free 0x5571735ed480 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed480 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000115
+gallium_dri.so free 0x5571735ed480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed480 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed670 0.000116
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed670 0.000113
+gallium_dri.so free 0x5571735ed7c0 void 0.000115
+gallium_dri.so free 0x5571735ed670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed770 0.000113
+gallium_dri.so free 0x5571735ed880 void 0.000118
+gallium_dri.so free 0x5571735ed770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed830 0.000115
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed830 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed830 0.000114
+gallium_dri.so free 0x5571735ed980 void 0.000116
+gallium_dri.so free 0x5571735ed830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000117
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda40 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda40 0.000113
+gallium_dri.so free 0x5571735edbc0 void 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbe0 0.000114
+gallium_dri.so free 0x5571735edc80 void 0.000116
+gallium_dri.so free 0x5571735edbe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc30 0.000112
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc30 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd80 0.000114
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735edd80 0.000112
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf70 0.000127
+gallium_dri.so free 0x5571735ee080 void 0.000147
+gallium_dri.so free 0x5571735edf70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee030 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee150 0.000115
+gallium_dri.so free 0x5571735ee1c0 void 0.000116
+gallium_dri.so free 0x5571735ee150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000116
+gallium_dri.so free 0x5571735ee1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee230 0.000114
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee230 0.000116
+gallium_dri.so free 0x5571735ee380 void 0.000115
+gallium_dri.so free 0x5571735ee230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee380 0.000115
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee380 0.000114
+gallium_dri.so free 0x5571735ee540 void 0.000116
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000115
+gallium_dri.so free 0x5571735ee580 void 0.000116
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000126
+gallium_dri.so free 0x5571735ee640 void 0.000116
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee680 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so free 0x5571735ee680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee700 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee700 0.000118
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee870 0.000115
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so free 0x5571735ee870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee870 0.000115
+gallium_dri.so free 0x5571735ee9c0 void 0.000115
+gallium_dri.so free 0x5571735ee870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea00 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000116
+gallium_dri.so free 0x5571735eea00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea80 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea80 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebf0 0.000168
+gallium_dri.so free 0x5571735eec40 void 0.000116
+gallium_dri.so free 0x5571735eebf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eebf0 0.000114
+gallium_dri.so free 0x5571735eed40 void 0.000114
+gallium_dri.so free 0x5571735eebf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eecf0 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000115
+gallium_dri.so free 0x5571735eecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000144
+gallium_dri.so free 0x5571735ef000 void 0.000117
+gallium_dri.so free 0x5571735eedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eefb0 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eefb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000114
+gallium_dri.so free 0x5571735ef140 void 0.000115
+gallium_dri.so free 0x5571735ef0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef160 0.000114
+gallium_dri.so free 0x5571735ef200 void 0.000114
+gallium_dri.so free 0x5571735ef160 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000128
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef280 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000122
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef280 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000116
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef480 void 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000116
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000116
+gallium_dri.so free 0x5571735ef5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000115
+gallium_dri.so free 0x5571735ef6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef780 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef780 0.000127
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000112
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000113
+gallium_dri.so free 0x5571735efac0 void 0.000115
+gallium_dri.so free 0x5571735ef9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000113
+gallium_dri.so free 0x5571735efbc0 void 0.000113
+gallium_dri.so free 0x5571735efa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc30 0.000117
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc30 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000113
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd30 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so free 0x5571735efd30 void 0.000127
+gallium_dri.so malloc 72 0x5571735efdf0 0.000123
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efdf0 void 0.000135
+gallium_dri.so malloc 72 0x5571735efdf0 0.000115
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eff80 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so free 0x5571735eff80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0000 0.000115
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000115
+gallium_dri.so free 0x5571735f0180 void 0.000116
+gallium_dri.so free 0x5571735f0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01a0 0.000115
+gallium_dri.so free 0x5571735f0240 void 0.000115
+gallium_dri.so free 0x5571735f01a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01f0 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000115
+gallium_dri.so free 0x5571735f01f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01f0 0.000112
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f01f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000115
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000115
+gallium_dri.so free 0x5571735f0580 void 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0530 0.000112
+gallium_dri.so free 0x5571735f0640 void 0.000114
+gallium_dri.so free 0x5571735f0530 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05f0 0.000111
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f05f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0710 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f0710 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07a0 0.000112
+gallium_dri.so free 0x5571735f0840 void 0.000113
+gallium_dri.so free 0x5571735f07a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f07f0 0.000113
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07f0 0.000114
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so free 0x5571735f07f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0940 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000116
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0940 0.000113
+gallium_dri.so free 0x5571735f0b00 void 0.000166
+gallium_dri.so free 0x5571735f0940 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000118
+gallium_dri.so free 0x5571735f0ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000114
+gallium_dri.so free 0x5571735f0c00 void 0.000116
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c40 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000115
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000115
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000113
+gallium_dri.so free 0x5571735f0e00 void 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0e30 0.000114
+gallium_dri.so free 0x5571735f0e80 void 0.000114
+gallium_dri.so free 0x5571735f0e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0e30 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000115
+gallium_dri.so free 0x5571735f0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000114
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so free 0x5571735f0fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1040 0.000113
+gallium_dri.so free 0x5571735f1100 void 0.000127
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1040 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11b0 0.000115
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so free 0x5571735f11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f11b0 0.000113
+gallium_dri.so free 0x5571735f1300 void 0.000114
+gallium_dri.so free 0x5571735f11b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f12b0 0.000116
+gallium_dri.so free 0x5571735f13c0 void 0.000116
+gallium_dri.so free 0x5571735f12b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1370 0.000116
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f1370 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1370 0.000114
+gallium_dri.so free 0x5571735f1500 void 0.000116
+gallium_dri.so free 0x5571735f1370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1370 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000116
+gallium_dri.so free 0x5571735f1370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1570 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000116
+gallium_dri.so free 0x5571735f1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1690 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000127
+gallium_dri.so free 0x5571735f1690 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1720 0.000114
+gallium_dri.so free 0x5571735f17c0 void 0.000117
+gallium_dri.so free 0x5571735f1720 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1770 0.000115
+gallium_dri.so free 0x5571735f1840 void 0.000120
+gallium_dri.so free 0x5571735f1770 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1840 0.000116
+gallium_dri.so free 0x5571735f1900 void 0.000116
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1840 0.000113
+gallium_dri.so free 0x5571735f1980 void 0.000116
+gallium_dri.so free 0x5571735f1840 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1980 0.000114
+gallium_dri.so free 0x5571735f1a40 void 0.000114
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1980 0.000117
+gallium_dri.so free 0x5571735f1b00 void 0.000116
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1980 0.000116
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1980 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1b70 0.000114
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c90 0.000115
+gallium_dri.so free 0x5571735f1d00 void 0.000126
+gallium_dri.so free 0x5571735f1c90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d40 0.000116
+gallium_dri.so free 0x5571735f1dc0 void 0.000128
+gallium_dri.so free 0x5571735f1d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d40 0.000114
+gallium_dri.so free 0x5571735f1e40 void 0.000115
+gallium_dri.so free 0x5571735f1d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1e70 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000117
+gallium_dri.so free 0x5571735f1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e70 0.000115
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so free 0x5571735f1e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1f70 0.000115
+gallium_dri.so free 0x5571735f2080 void 0.000117
+gallium_dri.so free 0x5571735f1f70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2030 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000116
+gallium_dri.so free 0x5571735f2030 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2030 0.000116
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so free 0x5571735f2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735f21f0 0.000116
+gallium_dri.so free 0x5571735f2240 void 0.000115
+gallium_dri.so free 0x5571735f21f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f21f0 0.000116
+gallium_dri.so free 0x5571735f2340 void 0.000128
+gallium_dri.so free 0x5571735f21f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f22f0 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000117
+gallium_dri.so free 0x5571735f22f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f23b0 0.000115
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so free 0x5571735f23b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f23b0 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000117
+gallium_dri.so free 0x5571735f23b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2540 0.000116
+gallium_dri.so free 0x5571735f25c0 void 0.000116
+gallium_dri.so free 0x5571735f2540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f25c0 0.000116
+gallium_dri.so free 0x557173619f80 void 0.000116
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so malloc 72 0x557173619fe0 0.000116
+gallium_dri.so free 0x55717361a080 void 0.000115
+gallium_dri.so free 0x557173619fe0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a030 0.000114
+gallium_dri.so free 0x55717361a0c0 void 0.000114
+gallium_dri.so free 0x55717361a030 void 0.000113
+gallium_dri.so malloc 72 0x55717361a030 0.000117
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x55717361a030 void 0.000116
+gallium_dri.so malloc 72 0x55717361a030 0.000119
+gallium_dri.so free 0x55717361a180 void 0.000145
+gallium_dri.so free 0x55717361a030 void 0.000126
+gallium_dri.so malloc 72 0x55717361a1d0 0.000159
+gallium_dri.so free 0x55717361a240 void 0.000163
+gallium_dri.so free 0x55717361a1d0 void 0.000159
+gallium_dri.so malloc 72 0x55717361a260 0.000156
+gallium_dri.so free 0x55717361a300 void 0.000120
+gallium_dri.so free 0x55717361a260 void 0.000114
+gallium_dri.so malloc 72 0x55717361a2b0 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000115
+gallium_dri.so free 0x55717361a2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a380 0.000113
+gallium_dri.so free 0x55717361a440 void 0.000115
+gallium_dri.so free 0x55717361a380 void 0.000214
+gallium_dri.so malloc 72 0x55717361a380 0.000216
+gallium_dri.so free 0x55717361a4c0 void 0.000118
+gallium_dri.so free 0x55717361a380 void 0.000117
+gallium_dri.so malloc 72 0x55717361a4c0 0.000115
+gallium_dri.so free 0x55717361a580 void 0.000114
+gallium_dri.so free 0x55717361a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4c0 0.000114
+gallium_dri.so free 0x55717361a640 void 0.000114
+gallium_dri.so free 0x55717361a4c0 void 0.000127
+gallium_dri.so malloc 72 0x55717361a4c0 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000115
+gallium_dri.so free 0x55717361a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a6b0 0.000114
+gallium_dri.so free 0x55717361a780 void 0.000114
+gallium_dri.so free 0x55717361a6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a7d0 0.000115
+gallium_dri.so free 0x55717361a840 void 0.000114
+gallium_dri.so free 0x55717361a7d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a880 0.000114
+gallium_dri.so free 0x55717361a900 void 0.000113
+gallium_dri.so free 0x55717361a880 void 0.000112
+gallium_dri.so malloc 72 0x55717361a880 0.000114
+gallium_dri.so free 0x55717361a980 void 0.000114
+gallium_dri.so free 0x55717361a880 void 0.000113
+gallium_dri.so malloc 72 0x55717361a9b0 0.000113
+gallium_dri.so free 0x55717361aa00 void 0.000113
+gallium_dri.so free 0x55717361a9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a9b0 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000113
+gallium_dri.so free 0x55717361a9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361aab0 0.000114
+gallium_dri.so free 0x55717361abc0 void 0.000114
+gallium_dri.so free 0x55717361aab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab70 0.000113
+gallium_dri.so free 0x55717361ac00 void 0.000115
+gallium_dri.so free 0x55717361ab70 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab70 0.000123
+gallium_dri.so free 0x55717361acc0 void 0.000123
+gallium_dri.so free 0x55717361ab70 void 0.000118
+gallium_dri.so malloc 72 0x55717361ad30 0.000113
+gallium_dri.so free 0x55717361ad80 void 0.000113
+gallium_dri.so free 0x55717361ad30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ad30 0.000112
+gallium_dri.so free 0x55717361ae80 void 0.000122
+gallium_dri.so free 0x55717361ad30 void 0.000115
+gallium_dri.so malloc 72 0x55717361ae30 0.000115
+gallium_dri.so free 0x55717361af40 void 0.000117
+gallium_dri.so free 0x55717361ae30 void 0.000115
+gallium_dri.so malloc 72 0x55717361aef0 0.000116
+gallium_dri.so free 0x55717361af80 void 0.000114
+gallium_dri.so free 0x55717361aef0 void 0.000112
+gallium_dri.so malloc 72 0x55717361aef0 0.000114
+gallium_dri.so free 0x55717361b040 void 0.000114
+gallium_dri.so free 0x55717361aef0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b080 0.000131
+gallium_dri.so free 0x55717361b100 void 0.000118
+gallium_dri.so free 0x55717361b080 void 0.000112
+gallium_dri.so malloc 72 0x55717361b100 0.000114
+gallium_dri.so free 0x55717361b1c0 void 0.000115
+gallium_dri.so free 0x55717361b100 void 0.000114
+gallium_dri.so malloc 72 0x55717361b100 0.000113
+gallium_dri.so free 0x55717361b280 void 0.000115
+gallium_dri.so free 0x55717361b100 void 0.000114
+gallium_dri.so malloc 72 0x55717361b2a0 0.000157
+gallium_dri.so free 0x55717361b340 void 0.000143
+gallium_dri.so free 0x55717361b2a0 void 0.000202
+gallium_dri.so malloc 72 0x55717361b2f0 0.000156
+gallium_dri.so free 0x55717361b3c0 void 0.000371
+gallium_dri.so free 0x55717361b2f0 void 0.000297
+gallium_dri.so malloc 72 0x55717361b2f0 0.000279
+gallium_dri.so free 0x55717361b440 void 0.000278
+gallium_dri.so free 0x55717361b2f0 void 0.000194
+gallium_dri.so malloc 72 0x55717361b440 0.000124
+gallium_dri.so free 0x55717361b500 void 0.000117
+gallium_dri.so free 0x55717361b440 void 0.000114
+gallium_dri.so malloc 72 0x55717361b440 0.000116
+gallium_dri.so free 0x55717361b5c0 void 0.000116
+gallium_dri.so free 0x55717361b440 void 0.000114
+gallium_dri.so malloc 72 0x55717361b440 0.000114
+gallium_dri.so free 0x55717361b680 void 0.000115
+gallium_dri.so free 0x55717361b440 void 0.000114
+gallium_dri.so malloc 72 0x55717361b630 0.000135
+gallium_dri.so free 0x55717361b740 void 0.000118
+gallium_dri.so free 0x55717361b630 void 0.000115
+gallium_dri.so malloc 72 0x55717361b6f0 0.000116
+gallium_dri.so free 0x55717361b7c0 void 0.000114
+gallium_dri.so free 0x55717361b6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b810 0.000114
+gallium_dri.so free 0x55717361b880 void 0.000115
+gallium_dri.so free 0x55717361b810 void 0.000114
+gallium_dri.so malloc 72 0x55717361b8a0 0.000117
+gallium_dri.so free 0x55717361b940 void 0.000116
+gallium_dri.so free 0x55717361b8a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b8f0 0.000114
+gallium_dri.so free 0x55717361b9c0 void 0.000115
+gallium_dri.so free 0x55717361b8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b8f0 0.000113
+gallium_dri.so free 0x55717361ba40 void 0.000114
+gallium_dri.so free 0x55717361b8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba40 0.000116
+gallium_dri.so free 0x55717361bb00 void 0.000115
+gallium_dri.so free 0x55717361ba40 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba40 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000115
+gallium_dri.so free 0x55717361ba40 void 0.000113
+gallium_dri.so malloc 72 0x55717361bbb0 0.000114
+gallium_dri.so free 0x55717361bc40 void 0.000115
+gallium_dri.so free 0x55717361bbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bbb0 0.000114
+gallium_dri.so free 0x55717361bd00 void 0.000115
+gallium_dri.so free 0x55717361bbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361bd40 0.000113
+gallium_dri.so free 0x55717361bdc0 void 0.000112
+gallium_dri.so free 0x55717361bd40 void 0.000112
+gallium_dri.so malloc 72 0x55717361bdc0 0.000114
+gallium_dri.so free 0x55717361be80 void 0.000113
+gallium_dri.so free 0x55717361bdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdc0 0.000113
+gallium_dri.so free 0x55717361bf00 void 0.000114
+gallium_dri.so free 0x55717361bdc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361bf30 0.000112
+gallium_dri.so free 0x55717361bf80 void 0.000114
+gallium_dri.so free 0x55717361bf30 void 0.000112
+gallium_dri.so malloc 72 0x55717361bf30 0.000111
+gallium_dri.so free 0x55717361c080 void 0.000113
+gallium_dri.so free 0x55717361bf30 void 0.000113
+gallium_dri.so malloc 72 0x55717361c0c0 0.000118
+gallium_dri.so free 0x55717361c140 void 0.000116
+gallium_dri.so free 0x55717361c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c140 0.000120
+gallium_dri.so free 0x55717361c200 void 0.000123
+gallium_dri.so free 0x55717361c140 void 0.000120
+gallium_dri.so malloc 72 0x55717361c140 0.000114
+gallium_dri.so free 0x55717361c280 void 0.000115
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so malloc 72 0x55717361c2b0 0.000114
+gallium_dri.so free 0x55717361c300 void 0.000165
+gallium_dri.so free 0x55717361c2b0 void 0.000152
+gallium_dri.so malloc 72 0x55717361c2b0 0.000161
+gallium_dri.so free 0x55717361c400 void 0.000126
+gallium_dri.so free 0x55717361c2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c3b0 0.000114
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c470 0.000113
+gallium_dri.so free 0x55717361c540 void 0.000119
+gallium_dri.so free 0x55717361c470 void 0.000114
+gallium_dri.so malloc 72 0x55717361c470 0.000113
+gallium_dri.so free 0x55717361c600 void 0.000115
+gallium_dri.so free 0x55717361c470 void 0.000113
+gallium_dri.so malloc 72 0x55717361c470 0.000117
+gallium_dri.so free 0x55717361c6c0 void 0.000114
+gallium_dri.so free 0x55717361c470 void 0.000114
+gallium_dri.so malloc 72 0x55717361c670 0.000113
+gallium_dri.so free 0x55717361c740 void 0.000115
+gallium_dri.so free 0x55717361c670 void 0.000112
+gallium_dri.so malloc 72 0x55717361c790 0.000112
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so free 0x55717361c790 void 0.000113
+gallium_dri.so malloc 72 0x55717361c820 0.000113
+gallium_dri.so free 0x55717361c8c0 void 0.000114
+gallium_dri.so free 0x55717361c820 void 0.000112
+gallium_dri.so malloc 72 0x55717361c870 0.000127
+gallium_dri.so free 0x55717361c940 void 0.000114
+gallium_dri.so free 0x55717361c870 void 0.000113
+gallium_dri.so malloc 72 0x55717361c940 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c940 void 0.000115
+gallium_dri.so malloc 72 0x55717361c940 0.000113
+gallium_dri.so free 0x55717361ca80 void 0.000114
+gallium_dri.so free 0x55717361c940 void 0.000113
+gallium_dri.so malloc 72 0x55717361ca80 0.000112
+gallium_dri.so free 0x55717361cb40 void 0.000115
+gallium_dri.so free 0x55717361ca80 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca80 0.000117
+gallium_dri.so free 0x55717361cc00 void 0.000114
+gallium_dri.so free 0x55717361ca80 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca80 0.000113
+gallium_dri.so free 0x55717361ccc0 void 0.000114
+gallium_dri.so free 0x55717361ca80 void 0.000115
+gallium_dri.so malloc 72 0x55717361cc70 0.000113
+gallium_dri.so free 0x55717361cd40 void 0.000181
+gallium_dri.so free 0x55717361cc70 void 0.000214
+gallium_dri.so malloc 72 0x55717361cd90 0.000181
+gallium_dri.so free 0x55717361ce00 void 0.000117
+gallium_dri.so free 0x55717361cd90 void 0.000157
+gallium_dri.so malloc 72 0x55717361ce40 0.000120
+gallium_dri.so free 0x55717361cec0 void 0.000131
+gallium_dri.so free 0x55717361ce40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ce40 0.000113
+gallium_dri.so free 0x55717361cf40 void 0.000112
+gallium_dri.so free 0x55717361ce40 void 0.000120
+gallium_dri.so malloc 72 0x55717361cf70 0.000118
+gallium_dri.so free 0x55717361cfc0 void 0.000117
+gallium_dri.so free 0x55717361cf70 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so free 0x55717361cf70 void 0.000113
+gallium_dri.so malloc 72 0x55717361d070 0.000112
+gallium_dri.so free 0x55717361d180 void 0.000115
+gallium_dri.so free 0x55717361d070 void 0.000113
+gallium_dri.so malloc 72 0x55717361d130 0.000113
+gallium_dri.so free 0x55717361d1c0 void 0.000116
+gallium_dri.so free 0x55717361d130 void 0.000113
+gallium_dri.so malloc 72 0x55717361d130 0.000115
+gallium_dri.so free 0x55717361d280 void 0.000116
+gallium_dri.so free 0x55717361d130 void 0.000114
+gallium_dri.so malloc 72 0x55717361d2f0 0.000115
+gallium_dri.so free 0x55717361d340 void 0.000115
+gallium_dri.so free 0x55717361d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d2f0 0.000112
+gallium_dri.so free 0x55717361d440 void 0.000114
+gallium_dri.so free 0x55717361d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d3f0 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000119
+gallium_dri.so free 0x55717361d3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d4b0 0.000114
+gallium_dri.so free 0x55717361d540 void 0.000115
+gallium_dri.so free 0x55717361d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d4b0 0.000114
+gallium_dri.so free 0x55717361d600 void 0.000114
+gallium_dri.so free 0x55717361d4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d640 0.000115
+gallium_dri.so free 0x55717361d6c0 void 0.000116
+gallium_dri.so free 0x55717361d640 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6c0 0.000115
+gallium_dri.so free 0x55717361d780 void 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6c0 0.000114
+gallium_dri.so free 0x55717361d840 void 0.000115
+gallium_dri.so free 0x55717361d6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d860 0.000112
+gallium_dri.so free 0x55717361d900 void 0.000113
+gallium_dri.so free 0x55717361d860 void 0.000113
+gallium_dri.so malloc 72 0x55717361d8b0 0.000112
+gallium_dri.so free 0x55717361d980 void 0.000115
+gallium_dri.so free 0x55717361d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d8b0 0.000113
+gallium_dri.so free 0x55717361da00 void 0.000114
+gallium_dri.so free 0x55717361d8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361da00 0.000112
+gallium_dri.so free 0x55717361dac0 void 0.000115
+gallium_dri.so free 0x55717361da00 void 0.000123
+gallium_dri.so malloc 72 0x55717361da00 0.000114
+gallium_dri.so free 0x55717361db80 void 0.000114
+gallium_dri.so free 0x55717361da00 void 0.000114
+gallium_dri.so malloc 72 0x55717361da00 0.000114
+gallium_dri.so free 0x55717361dc40 void 0.000119
+gallium_dri.so free 0x55717361da00 void 0.000116
+gallium_dri.so malloc 72 0x55717361dbf0 0.000115
+gallium_dri.so free 0x55717361dd00 void 0.000116
+gallium_dri.so free 0x55717361dbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dcb0 0.000113
+gallium_dri.so free 0x55717361dd80 void 0.000115
+gallium_dri.so free 0x55717361dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddd0 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so free 0x55717361ddd0 void 0.000113
+gallium_dri.so malloc 72 0x55717361de60 0.000113
+gallium_dri.so free 0x55717361df00 void 0.000115
+gallium_dri.so free 0x55717361de60 void 0.000114
+gallium_dri.so malloc 72 0x55717361deb0 0.000113
+gallium_dri.so free 0x55717361df80 void 0.000114
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361deb0 0.000114
+gallium_dri.so free 0x55717361e000 void 0.000116
+gallium_dri.so free 0x55717361deb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e000 0.000115
+gallium_dri.so free 0x55717361e0c0 void 0.000114
+gallium_dri.so free 0x55717361e000 void 0.000182
+gallium_dri.so malloc 72 0x55717361e000 0.000119
+gallium_dri.so free 0x55717361e1c0 void 0.000118
+gallium_dri.so free 0x55717361e000 void 0.000120
+gallium_dri.so malloc 72 0x55717361e170 0.000119
+gallium_dri.so free 0x55717361e200 void 0.000119
+gallium_dri.so free 0x55717361e170 void 0.000119
+gallium_dri.so malloc 72 0x55717361e170 0.000118
+gallium_dri.so free 0x55717361e2c0 void 0.000119
+gallium_dri.so free 0x55717361e170 void 0.000118
+gallium_dri.so malloc 72 0x55717361e300 0.000119
+gallium_dri.so free 0x55717361e380 void 0.000118
+gallium_dri.so free 0x55717361e300 void 0.000118
+gallium_dri.so malloc 72 0x55717361e380 0.000118
+gallium_dri.so free 0x55717361e440 void 0.000118
+gallium_dri.so free 0x55717361e380 void 0.000117
+gallium_dri.so malloc 72 0x55717361e380 0.000118
+gallium_dri.so free 0x55717361e4c0 void 0.000118
+gallium_dri.so free 0x55717361e380 void 0.000119
+gallium_dri.so malloc 72 0x55717361e4f0 0.000119
+gallium_dri.so free 0x55717361e540 void 0.000117
+gallium_dri.so free 0x55717361e4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e4f0 0.000118
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so free 0x55717361e4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e680 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000122
+gallium_dri.so free 0x55717361e680 void 0.000111
+gallium_dri.so malloc 72 0x55717361e700 0.000109
+gallium_dri.so free 0x55717361e7c0 void 0.000109
+gallium_dri.so free 0x55717361e700 void 0.000111
+gallium_dri.so malloc 72 0x55717361e700 0.000111
+gallium_dri.so free 0x55717361e840 void 0.000110
+gallium_dri.so free 0x55717361e700 void 0.000110
+gallium_dri.so malloc 72 0x55717361e870 0.000110
+gallium_dri.so free 0x55717361e8c0 void 0.000110
+gallium_dri.so free 0x55717361e870 void 0.000110
+gallium_dri.so malloc 72 0x55717361e870 0.000109
+gallium_dri.so free 0x55717361e9c0 void 0.000110
+gallium_dri.so free 0x55717361e870 void 0.000110
+gallium_dri.so malloc 72 0x55717361e970 0.000110
+gallium_dri.so free 0x55717361ea80 void 0.000111
+gallium_dri.so free 0x55717361e970 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea30 0.000111
+gallium_dri.so free 0x55717361eb00 void 0.000110
+gallium_dri.so free 0x55717361ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea30 0.000110
+gallium_dri.so free 0x55717361ebc0 void 0.000111
+gallium_dri.so free 0x55717361ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea30 0.000110
+gallium_dri.so free 0x55717361ec80 void 0.000110
+gallium_dri.so free 0x55717361ea30 void 0.000110
+gallium_dri.so malloc 72 0x55717361ec30 0.000110
+gallium_dri.so free 0x55717361ed00 void 0.000112
+gallium_dri.so free 0x55717361ec30 void 0.000110
+gallium_dri.so malloc 72 0x55717361ed50 0.000126
+gallium_dri.so free 0x55717361edc0 void 0.000116
+gallium_dri.so free 0x55717361ed50 void 0.000113
+gallium_dri.so malloc 72 0x55717361ede0 0.000113
+gallium_dri.so free 0x55717361ee80 void 0.000115
+gallium_dri.so free 0x55717361ede0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ee30 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000115
+gallium_dri.so free 0x55717361ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ef00 0.000115
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ef00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ef00 0.000112
+gallium_dri.so free 0x55717361f040 void 0.000116
+gallium_dri.so free 0x55717361ef00 void 0.000114
+gallium_dri.so malloc 72 0x55717361f040 0.000114
+gallium_dri.so free 0x55717361f100 void 0.000114
+gallium_dri.so free 0x55717361f040 void 0.000113
+gallium_dri.so malloc 72 0x55717361f040 0.000112
+gallium_dri.so free 0x55717361f1c0 void 0.000117
+gallium_dri.so free 0x55717361f040 void 0.000116
+gallium_dri.so malloc 72 0x55717361f040 0.000116
+gallium_dri.so free 0x55717361f280 void 0.000116
+gallium_dri.so free 0x55717361f040 void 0.000115
+gallium_dri.so malloc 72 0x55717361f230 0.000112
+gallium_dri.so free 0x55717361f300 void 0.000114
+gallium_dri.so free 0x55717361f230 void 0.000113
+gallium_dri.so malloc 72 0x55717361f350 0.000169
+gallium_dri.so free 0x55717361f3c0 void 0.000120
+gallium_dri.so free 0x55717361f350 void 0.000118
+gallium_dri.so malloc 72 0x55717361f400 0.000118
+gallium_dri.so free 0x557173620f80 void 0.000117
+gallium_dri.so free 0x55717361f400 void 0.000119
+gallium_dri.so malloc 72 0x557173620f30 0.000117
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x557173620f30 void 0.000118
+gallium_dri.so malloc 72 0x557173620f30 0.000118
+gallium_dri.so free 0x557173590b40 void 0.000118
+gallium_dri.so free 0x557173620f30 void 0.000117
+gallium_dri.so malloc 72 0x557173620f30 0.000117
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x557173620f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1070 0.000117
+gallium_dri.so free 0x5571735f3040 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x55717360b7c0 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000118
+gallium_dri.so free 0x557173461600 void 0.000117
+gallium_dri.so free 0x55717360b770 void 0.000118
+gallium_dri.so malloc 72 0x557173461670 0.000119
+gallium_dri.so free 0x557173589400 void 0.000119
+gallium_dri.so free 0x557173461670 void 0.000123
+gallium_dri.so malloc 72 0x5571735893b0 0.000111
+gallium_dri.so free 0x55717360f9c0 void 0.000110
+gallium_dri.so free 0x5571735893b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f970 0.000111
+gallium_dri.so free 0x557173620e80 void 0.000110
+gallium_dri.so free 0x55717360f970 void 0.000110
+gallium_dri.so malloc 72 0x557173620e30 0.000112
+gallium_dri.so free 0x5571735d47c0 void 0.000110
+gallium_dri.so free 0x557173620e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4770 0.000109
+gallium_dri.so free 0x5571735cfc40 void 0.000110
+gallium_dri.so free 0x5571735d4770 void 0.000109
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000110
+gallium_dri.so free 0x557173461c40 void 0.000110
+gallium_dri.so free 0x5571735cfbf0 void 0.000110
+gallium_dri.so malloc 72 0x557173461bf0 0.000110
+gallium_dri.so free 0x557173610040 void 0.000110
+gallium_dri.so free 0x557173461bf0 void 0.000110
+gallium_dri.so malloc 72 0x557173461bf0 0.000109
+gallium_dri.so free 0x5571735fd8c0 void 0.000110
+gallium_dri.so free 0x557173461bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd870 0.000109
+gallium_dri.so free 0x557173464b80 void 0.000112
+gallium_dri.so free 0x5571735fd870 void 0.000111
+gallium_dri.so malloc 72 0x557173464b30 0.000110
+gallium_dri.so free 0x55717360d400 void 0.000109
+gallium_dri.so free 0x557173464b30 void 0.000135
+gallium_dri.so malloc 72 0x55717360d3b0 0.000122
+gallium_dri.so free 0x55717346ea00 void 0.000114
+gallium_dri.so free 0x55717360d3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e9b0 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000177
+gallium_dri.so free 0x55717346e9b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffe30 0.000116
+gallium_dri.so free 0x5571735fda80 void 0.000116
+gallium_dri.so free 0x5571735ffe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000115
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000112
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x5571735f31b0 void 0.000115
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7b0 0.000112
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x55717360f7b0 void 0.000113
+gallium_dri.so malloc 72 0x557173460f30 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000115
+gallium_dri.so free 0x557173460f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000170
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f57b0 0.000117
+gallium_dri.so free 0x5571735ec580 void 0.000117
+gallium_dri.so free 0x5571735f57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c40b0 0.000118
+gallium_dri.so free 0x557173605c40 void 0.000118
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000118
+gallium_dri.so free 0x557173605bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000117
+gallium_dri.so free 0x557173467680 void 0.000117
+gallium_dri.so free 0x5571735eb5b0 void 0.000119
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x557173467630 void 0.000117
+gallium_dri.so malloc 72 0x55717346c230 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x55717346c230 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc70 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735ffc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735df530 0.000110
+gallium_dri.so free 0x5571735f8a00 void 0.000110
+gallium_dri.so free 0x5571735df530 void 0.000109
+gallium_dri.so malloc 72 0x5571735f89b0 0.000109
+gallium_dri.so free 0x5571735fd700 void 0.000110
+gallium_dri.so free 0x5571735f89b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000110
+gallium_dri.so free 0x55717346e840 void 0.000109
+gallium_dri.so free 0x5571735fd6b0 void 0.000109
+gallium_dri.so malloc 72 0x55717346e7f0 0.000109
+gallium_dri.so free 0x55717360f640 void 0.000109
+gallium_dri.so free 0x55717346e7f0 void 0.000110
+gallium_dri.so malloc 72 0x55717360f5f0 0.000110
+gallium_dri.so free 0x5571735f7100 void 0.000110
+gallium_dri.so free 0x55717360f5f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f70b0 0.000111
+gallium_dri.so free 0x5571735f2e80 void 0.000110
+gallium_dri.so free 0x5571735f70b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f2e30 0.000108
+gallium_dri.so free 0x5571735fe100 void 0.000109
+gallium_dri.so free 0x5571735f2e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2e30 0.000112
+gallium_dri.so free 0x5571735f8840 void 0.000112
+gallium_dri.so free 0x5571735f2e30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f87f0 0.000110
+gallium_dri.so free 0x55717346d100 void 0.000110
+gallium_dri.so free 0x5571735f87f0 void 0.000109
+gallium_dri.so malloc 72 0x55717346d0b0 0.000109
+gallium_dri.so free 0x5571735ed1c0 void 0.000125
+gallium_dri.so free 0x55717346d0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae70 0.000113
+gallium_dri.so free 0x55717346c0c0 void 0.000114
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x55717346c070 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000115
+gallium_dri.so free 0x55717346c070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc070 0.000115
+gallium_dri.so free 0x5571735f96c0 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9670 0.000117
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600cb0 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000116
+gallium_dri.so free 0x557173600cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735db430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735c1cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2570 0.000118
+gallium_dri.so free 0x5571735dcd80 void 0.000117
+gallium_dri.so free 0x5571735e2570 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcd30 0.000117
+gallium_dri.so free 0x55717346ab40 void 0.000118
+gallium_dri.so free 0x5571735dcd30 void 0.000117
+gallium_dri.so malloc 72 0x55717346aaf0 0.000118
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x55717346aaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000118
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000120
+gallium_dri.so free 0x5571735e15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x557173620cc0 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000120
+gallium_dri.so malloc 72 0x557173620c70 0.000117
+gallium_dri.so free 0x5571735f8680 void 0.000118
+gallium_dri.so free 0x557173620c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8630 0.000118
+gallium_dri.so free 0x5571735c3f40 void 0.000119
+gallium_dri.so free 0x5571735f8630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000124
+gallium_dri.so free 0x5571735c3ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000111
+gallium_dri.so free 0x557173600040 void 0.000110
+gallium_dri.so free 0x5571735dc7b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffff0 0.000112
+gallium_dri.so free 0x55717360c7c0 void 0.000112
+gallium_dri.so free 0x5571735ffff0 void 0.000110
+gallium_dri.so malloc 72 0x55717360c770 0.000109
+gallium_dri.so free 0x5571735d2200 void 0.000111
+gallium_dri.so free 0x55717360c770 void 0.000109
+gallium_dri.so malloc 72 0x5571735d21b0 0.000110
+gallium_dri.so free 0x557173469e80 void 0.000112
+gallium_dri.so free 0x5571735d21b0 void 0.000110
+gallium_dri.so malloc 72 0x557173469e30 0.000110
+gallium_dri.so free 0x5571735f6440 void 0.000110
+gallium_dri.so free 0x557173469e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f63f0 0.000110
+gallium_dri.so free 0x557173473580 void 0.000110
+gallium_dri.so free 0x5571735f63f0 void 0.000110
+gallium_dri.so malloc 72 0x557173473530 0.000111
+gallium_dri.so free 0x5571735f6ac0 void 0.000111
+gallium_dri.so free 0x557173473530 void 0.000114
+gallium_dri.so malloc 72 0x557173473530 0.000110
+gallium_dri.so free 0x55717346e680 void 0.000110
+gallium_dri.so free 0x557173473530 void 0.000110
+gallium_dri.so malloc 72 0x55717346e630 0.000109
+gallium_dri.so free 0x5571735c42c0 void 0.000109
+gallium_dri.so free 0x55717346e630 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000115
+gallium_dri.so free 0x5571735fe6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c3f0 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x55717346c3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000112
+gallium_dri.so free 0x5571735e3200 void 0.000116
+gallium_dri.so free 0x5571735c4f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735dd640 void 0.000112
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x557173609640 void 0.000113
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000114
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x5571735fca40 void 0.000117
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000165
+gallium_dri.so free 0x55717346f080 void 0.000120
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x55717346b400 void 0.000119
+gallium_dri.so free 0x5571735fc9f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000117
+gallium_dri.so free 0x5571735e03c0 void 0.000118
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0370 0.000117
+gallium_dri.so free 0x5571735ff000 void 0.000118
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000118
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e930 0.000117
+gallium_dri.so free 0x5571735f9f80 void 0.000117
+gallium_dri.so free 0x55717360e930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9f30 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000117
+gallium_dri.so free 0x5571735f9f30 void 0.000116
+gallium_dri.so malloc 72 0x55717346a500 0.000118
+gallium_dri.so free 0x5571735c4940 void 0.000116
+gallium_dri.so free 0x55717346a500 void 0.000117
+gallium_dri.so malloc 72 0x55717346a500 0.000118
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000124
+gallium_dri.so malloc 72 0x55717346a500 0.000110
+gallium_dri.so free 0x5571736006c0 void 0.000110
+gallium_dri.so free 0x55717346a500 void 0.000109
+gallium_dri.so malloc 72 0x557173600730 0.000110
+gallium_dri.so free 0x5571735f79c0 void 0.000110
+gallium_dri.so free 0x557173600730 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7970 0.000109
+gallium_dri.so free 0x557173620000 void 0.000110
+gallium_dri.so free 0x5571735f7970 void 0.000112
+gallium_dri.so malloc 72 0x55717361ffb0 0.000112
+gallium_dri.so free 0x5571735c3280 void 0.000110
+gallium_dri.so free 0x55717361ffb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3230 0.000109
+gallium_dri.so free 0x55717346d9c0 void 0.000111
+gallium_dri.so free 0x5571735c3230 void 0.000111
+gallium_dri.so malloc 72 0x55717346d970 0.000110
+gallium_dri.so free 0x5571735c2380 void 0.000110
+gallium_dri.so free 0x55717346d970 void 0.000110
+gallium_dri.so malloc 72 0x55717346d970 0.000110
+gallium_dri.so free 0x5571735f9080 void 0.000110
+gallium_dri.so free 0x55717346d970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9080 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000110
+gallium_dri.so free 0x5571735f9080 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9080 0.000110
+gallium_dri.so free 0x5571735901c0 void 0.000110
+gallium_dri.so free 0x5571735f9080 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9080 0.000110
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x5571735f9080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9080 0.000112
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9080 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000114
+gallium_dri.so free 0x5571735d4580 void 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfa00 0.000111
+gallium_dri.so free 0x5571734741c0 void 0.000116
+gallium_dri.so free 0x5571735cfa00 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so free 0x557173474170 void 0.000112
+gallium_dri.so malloc 72 0x55717358b640 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000112
+gallium_dri.so malloc 72 0x55717358b640 0.000112
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a80 0.000112
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a80 0.000114
+gallium_dri.so free 0x557173469c80 void 0.000167
+gallium_dri.so free 0x5571735c1a80 void 0.000121
+gallium_dri.so malloc 72 0x557173469cb0 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x557173469cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173469cb0 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x557173469cb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x557173460d80 void 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so malloc 72 0x557173460db0 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x557173460db0 void 0.000117
+gallium_dri.so malloc 72 0x557173460db0 0.000119
+gallium_dri.so free 0x557173603300 void 0.000119
+gallium_dri.so free 0x557173460db0 void 0.000119
+gallium_dri.so malloc 72 0x557173603300 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000118
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so malloc 72 0x557173603300 0.000125
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x557173603300 void 0.000109
+gallium_dri.so malloc 72 0x5571735dec70 0.000110
+gallium_dri.so free 0x557173473f40 void 0.000112
+gallium_dri.so free 0x5571735dec70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dec70 0.000109
+gallium_dri.so free 0x5571735dbe40 void 0.000111
+gallium_dri.so free 0x5571735dec70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dec70 0.000111
+gallium_dri.so free 0x5571735ecf40 void 0.000109
+gallium_dri.so free 0x5571735dec70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf40 0.000111
+gallium_dri.so free 0x5571735f61c0 void 0.000110
+gallium_dri.so free 0x5571735ecf40 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecf40 0.000110
+gallium_dri.so free 0x5571735f6240 void 0.000111
+gallium_dri.so free 0x5571735ecf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6270 0.000111
+gallium_dri.so free 0x5571735db1c0 void 0.000110
+gallium_dri.so free 0x5571735f6270 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6270 0.000111
+gallium_dri.so free 0x5571735db240 void 0.000111
+gallium_dri.so free 0x5571735f6270 void 0.000112
+gallium_dri.so malloc 72 0x5571735db240 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000110
+gallium_dri.so free 0x5571735db240 void 0.000109
+gallium_dri.so malloc 72 0x5571735db240 0.000111
+gallium_dri.so free 0x55717358b940 void 0.000110
+gallium_dri.so free 0x5571735db240 void 0.000123
+gallium_dri.so malloc 72 0x5571735db240 0.000113
+gallium_dri.so free 0x557173590400 void 0.000111
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so malloc 72 0x5571735db240 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000112
+gallium_dri.so malloc 72 0x557173590470 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000111
+gallium_dri.so free 0x557173590470 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000111
+gallium_dri.so free 0x5571735e23c0 void 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x5571735ec380 void 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec330 0.000116
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec330 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x5571735f55c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f55c0 0.000120
+gallium_dri.so free 0x5571735fbc00 void 0.000118
+gallium_dri.so free 0x5571735f55c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbc30 0.000117
+gallium_dri.so free 0x5571736080c0 void 0.000119
+gallium_dri.so free 0x5571735fbc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fbc30 0.000117
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so free 0x5571735fbc30 void 0.000117
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000117
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x55717360c500 void 0.000119
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000119
+gallium_dri.so free 0x55717360c5c0 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x55717360c570 0.000118
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so free 0x55717360c570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e00 0.000117
+gallium_dri.so free 0x5571735c0ec0 void 0.000128
+gallium_dri.so free 0x5571735c0e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e00 0.000110
+gallium_dri.so free 0x55717360b440 void 0.000110
+gallium_dri.so free 0x5571735c0e00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0e00 0.000109
+gallium_dri.so free 0x55717360b500 void 0.000111
+gallium_dri.so free 0x5571735c0e00 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4b0 0.000109
+gallium_dri.so free 0x5571735bfdc0 void 0.000111
+gallium_dri.so free 0x55717360b4b0 void 0.000110
+gallium_dri.so malloc 72 0x55717360b4b0 0.000111
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so free 0x55717360b4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe40 0.000109
+gallium_dri.so free 0x55717360b500 void 0.000110
+gallium_dri.so free 0x5571735bfe40 void 0.000110
+gallium_dri.so malloc 72 0x5571735bfe40 0.000110
+gallium_dri.so free 0x557173589080 void 0.000110
+gallium_dri.so free 0x5571735bfe40 void 0.000109
+gallium_dri.so malloc 72 0x5571735bfe40 0.000111
+gallium_dri.so free 0x557173589140 void 0.000111
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735890f0 0.000109
+gallium_dri.so free 0x5571736058c0 void 0.000109
+gallium_dri.so free 0x5571735890f0 void 0.000111
+gallium_dri.so malloc 72 0x5571736058c0 0.000109
+gallium_dri.so free 0x557173464800 void 0.000109
+gallium_dri.so free 0x5571736058c0 void 0.000109
+gallium_dri.so malloc 72 0x5571736058c0 0.000126
+gallium_dri.so free 0x5571734648c0 void 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x557173605980 void 0.000114
+gallium_dri.so free 0x5571734648e0 void 0.000112
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x5571734648e0 void 0.000114
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000113
+gallium_dri.so free 0x5571734648e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bac0 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd40 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000112
+gallium_dri.so free 0x55717346be00 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bdb0 0.000114
+gallium_dri.so free 0x55717346bec0 void 0.000116
+gallium_dri.so free 0x55717346bdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346be70 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x55717346be70 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2350 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so free 0x5571735d2350 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23e0 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so free 0x5571735d23e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d48f0 0.000118
+gallium_dri.so free 0x5571735d4940 void 0.000117
+gallium_dri.so free 0x5571735d48f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d48f0 0.000118
+gallium_dri.so free 0x5571735cfd40 void 0.000118
+gallium_dri.so free 0x5571735d48f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd90 0.000118
+gallium_dri.so free 0x5571735cfe00 void 0.000117
+gallium_dri.so free 0x5571735cfd90 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfe40 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000123
+gallium_dri.so free 0x5571735cfe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfe40 0.000117
+gallium_dri.so free 0x5571735fc3c0 void 0.000118
+gallium_dri.so free 0x5571735cfe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000118
+gallium_dri.so free 0x5571735fc440 void 0.000118
+gallium_dri.so free 0x5571735fc3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000117
+gallium_dri.so free 0x5571735c0240 void 0.000119
+gallium_dri.so free 0x5571735fc3f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0290 0.000123
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0290 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0320 0.000110
+gallium_dri.so free 0x5571735c03c0 void 0.000110
+gallium_dri.so free 0x5571735c0320 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0370 0.000110
+gallium_dri.so free 0x5571735e1740 void 0.000109
+gallium_dri.so free 0x5571735c0370 void 0.000110
+gallium_dri.so malloc 72 0x5571735e17b0 0.000110
+gallium_dri.so free 0x5571735e1800 void 0.000109
+gallium_dri.so free 0x5571735e17b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e17b0 0.000109
+gallium_dri.so free 0x5571735eb700 void 0.000109
+gallium_dri.so free 0x5571735e17b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eb750 0.000110
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so free 0x5571735eb750 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000110
+gallium_dri.so free 0x5571735eb880 void 0.000110
+gallium_dri.so free 0x5571735eb7e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735eb830 0.000109
+gallium_dri.so free 0x5571735e1900 void 0.000112
+gallium_dri.so free 0x5571735eb830 void 0.000111
+gallium_dri.so malloc 72 0x5571735e18b0 0.000111
+gallium_dri.so free 0x5571735f4980 void 0.000111
+gallium_dri.so free 0x5571735e18b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f49d0 0.000110
+gallium_dri.so free 0x5571735f4a40 void 0.000125
+gallium_dri.so free 0x5571735f49d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4aa0 0.000114
+gallium_dri.so free 0x5571735f4b40 void 0.000115
+gallium_dri.so free 0x5571735f4aa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4af0 0.000113
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735f4af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faff0 0.000114
+gallium_dri.so free 0x5571735fb040 void 0.000115
+gallium_dri.so free 0x5571735faff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faff0 0.000116
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735faff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x5571735fb0f0 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x557173460600 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460710 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000115
+gallium_dri.so free 0x557173460710 void 0.000114
+gallium_dri.so malloc 72 0x557173460710 0.000114
+gallium_dri.so free 0x55717346bbc0 void 0.000114
+gallium_dri.so free 0x557173460710 void 0.000167
+gallium_dri.so malloc 72 0x55717346bbc0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbc0 0.000119
+gallium_dri.so free 0x557173611080 void 0.000123
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bbc0 0.000118
+gallium_dri.so free 0x557173611140 void 0.000119
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571736110f0 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000117
+gallium_dri.so free 0x5571736110f0 void 0.000119
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000119
+gallium_dri.so malloc 72 0x557173611210 0.000119
+gallium_dri.so free 0x5571736098c0 void 0.000122
+gallium_dri.so free 0x557173611210 void 0.000117
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x557173461d40 void 0.000117
+gallium_dri.so free 0x557173611210 void 0.000117
+gallium_dri.so malloc 72 0x557173461d80 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000125
+gallium_dri.so free 0x557173461d80 void 0.000111
+gallium_dri.so malloc 72 0x557173461e00 0.000111
+gallium_dri.so free 0x557173461ec0 void 0.000110
+gallium_dri.so free 0x557173461e00 void 0.000110
+gallium_dri.so malloc 72 0x557173461e00 0.000110
+gallium_dri.so free 0x557173609980 void 0.000110
+gallium_dri.so free 0x557173461e00 void 0.000111
+gallium_dri.so malloc 72 0x557173609930 0.000110
+gallium_dri.so free 0x5571735fe840 void 0.000108
+gallium_dri.so free 0x557173609930 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000109
+gallium_dri.so free 0x5571735fe900 void 0.000110
+gallium_dri.so free 0x5571735fe8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000110
+gallium_dri.so free 0x5571735fea00 void 0.000110
+gallium_dri.so free 0x5571735fe8b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000110
+gallium_dri.so free 0x557173461f40 void 0.000110
+gallium_dri.so free 0x5571735fe9b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000109
+gallium_dri.so free 0x557173610780 void 0.000110
+gallium_dri.so free 0x5571735fe9b0 void 0.000137
+gallium_dri.so malloc 72 0x5571736107b0 0.000112
+gallium_dri.so free 0x557173610800 void 0.000109
+gallium_dri.so free 0x5571736107b0 void 0.000109
+gallium_dri.so malloc 72 0x5571736107b0 0.000110
+gallium_dri.so free 0x557173610900 void 0.000111
+gallium_dri.so free 0x5571736107b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736108b0 0.000115
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x5571736108b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9820 0.000115
+gallium_dri.so free 0x5571736109c0 void 0.000115
+gallium_dri.so free 0x5571735f9820 void 0.000113
+gallium_dri.so malloc 72 0x557173610970 0.000114
+gallium_dri.so free 0x5571735f98c0 void 0.000115
+gallium_dri.so free 0x557173610970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9870 0.000113
+gallium_dri.so free 0x5571735f9940 void 0.000114
+gallium_dri.so free 0x5571735f9870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9870 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x5571735f9870 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac90 0.000112
+gallium_dri.so free 0x55717346ad00 void 0.000115
+gallium_dri.so free 0x55717346ac90 void 0.000113
+gallium_dri.so malloc 72 0x55717346ad20 0.000112
+gallium_dri.so free 0x55717346adc0 void 0.000114
+gallium_dri.so free 0x55717346ad20 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad70 0.000114
+gallium_dri.so free 0x55717346d200 void 0.000118
+gallium_dri.so free 0x55717346ad70 void 0.000112
+gallium_dri.so malloc 72 0x55717346d250 0.000114
+gallium_dri.so free 0x55717346ae40 void 0.000115
+gallium_dri.so free 0x55717346d250 void 0.000113
+gallium_dri.so malloc 72 0x55717346d250 0.000126
+gallium_dri.so free 0x55717346d2c0 void 0.000127
+gallium_dri.so free 0x55717346d250 void 0.000122
+gallium_dri.so malloc 72 0x55717346d310 0.000117
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d310 void 0.000117
+gallium_dri.so malloc 72 0x55717346d3a0 0.000117
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x55717346d3a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e1f0 0.000119
+gallium_dri.so free 0x55717360e240 void 0.000119
+gallium_dri.so free 0x55717360e1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e1f0 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000117
+gallium_dri.so free 0x55717360e1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e2f0 0.000118
+gallium_dri.so free 0x5571735dfc00 void 0.000119
+gallium_dri.so free 0x55717360e2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfc40 0.000118
+gallium_dri.so free 0x55717346d440 void 0.000118
+gallium_dri.so free 0x5571735dfc40 void 0.000117
+gallium_dri.so malloc 72 0x55717346d3f0 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000117
+gallium_dri.so free 0x55717346d3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d3f0 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000117
+gallium_dri.so free 0x55717346d3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd30 0.000112
+gallium_dri.so free 0x5571735dce80 void 0.000109
+gallium_dri.so free 0x5571735dfd30 void 0.000109
+gallium_dri.so malloc 72 0x5571735dced0 0.000111
+gallium_dri.so free 0x55717360e400 void 0.000110
+gallium_dri.so free 0x5571735dced0 void 0.000110
+gallium_dri.so malloc 72 0x55717360e3b0 0.000110
+gallium_dri.so free 0x5571735dfe00 void 0.000109
+gallium_dri.so free 0x55717360e3b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dfe30 0.000109
+gallium_dri.so free 0x5571735dcf40 void 0.000110
+gallium_dri.so free 0x5571735dfe30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000110
+gallium_dri.so free 0x5571735dd000 void 0.000108
+gallium_dri.so free 0x5571735dcfb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000108
+gallium_dri.so free 0x5571735f7200 void 0.000110
+gallium_dri.so free 0x5571735dcfb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7250 0.000111
+gallium_dri.so free 0x5571735f72c0 void 0.000109
+gallium_dri.so free 0x5571735f7250 void 0.000109
+gallium_dri.so malloc 72 0x5571735f72e0 0.000109
+gallium_dri.so free 0x5571735f7380 void 0.000110
+gallium_dri.so free 0x5571735f72e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f7330 0.000110
+gallium_dri.so free 0x5571735f7400 void 0.000109
+gallium_dri.so free 0x5571735f7330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7330 0.000126
+gallium_dri.so free 0x5571735c2ac0 void 0.000120
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b10 0.000120
+gallium_dri.so free 0x5571735c2b80 void 0.000118
+gallium_dri.so free 0x5571735c2b10 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2be0 0.000116
+gallium_dri.so free 0x5571735c2c80 void 0.000115
+gallium_dri.so free 0x5571735c2be0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2c30 0.000123
+gallium_dri.so free 0x557173600e00 void 0.000123
+gallium_dri.so free 0x5571735c2c30 void 0.000123
+gallium_dri.so malloc 72 0x557173600e30 0.000127
+gallium_dri.so free 0x557173600e80 void 0.000124
+gallium_dri.so free 0x557173600e30 void 0.000120
+gallium_dri.so malloc 72 0x557173600e30 0.000114
+gallium_dri.so free 0x557173600f80 void 0.000119
+gallium_dri.so free 0x557173600e30 void 0.000123
+gallium_dri.so malloc 72 0x557173600f30 0.000124
+gallium_dri.so free 0x557173601040 void 0.000122
+gallium_dri.so free 0x557173600f30 void 0.000118
+gallium_dri.so malloc 72 0x557173600ff0 0.000116
+gallium_dri.so free 0x55717346f200 void 0.000120
+gallium_dri.so free 0x557173600ff0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f1b0 0.000124
+gallium_dri.so free 0x55717346f280 void 0.000154
+gallium_dri.so free 0x55717346f1b0 void 0.000153
+gallium_dri.so malloc 72 0x55717346f280 0.000155
+gallium_dri.so free 0x55717346f340 void 0.000174
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so malloc 72 0x55717346f280 0.000123
+gallium_dri.so free 0x5571735dd200 void 0.000123
+gallium_dri.so free 0x55717346f280 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd250 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so free 0x5571735dd250 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000124
+gallium_dri.so free 0x55717346f3c0 void 0.000124
+gallium_dri.so free 0x5571735dd2e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000125
+gallium_dri.so free 0x5571735dd380 void 0.000125
+gallium_dri.so free 0x5571735dd2e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd330 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd330 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd450 0.000136
+gallium_dri.so free 0x5571735f7580 void 0.000126
+gallium_dri.so free 0x5571735dd450 void 0.000124
+gallium_dri.so malloc 72 0x5571735f75c0 0.000157
+gallium_dri.so free 0x5571735f7640 void 0.000124
+gallium_dri.so free 0x5571735f75c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f75c0 0.000120
+gallium_dri.so free 0x5571735f76c0 void 0.000120
+gallium_dri.so free 0x5571735f75c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f76f0 0.000120
+gallium_dri.so free 0x5571735f7740 void 0.000120
+gallium_dri.so free 0x5571735f76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f76f0 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000114
+gallium_dri.so free 0x5571735f76f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fec10 0.000121
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so free 0x5571735fec10 void 0.000122
+gallium_dri.so malloc 72 0x5571735feca0 0.000124
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so free 0x5571735feca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000115
+gallium_dri.so free 0x5571735fedc0 void 0.000119
+gallium_dri.so free 0x5571735fecf0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fee30 0.000167
+gallium_dri.so free 0x55717346d580 void 0.000167
+gallium_dri.so free 0x5571735fee30 void 0.000166
+gallium_dri.so malloc 72 0x55717346d5c0 0.000167
+gallium_dri.so free 0x55717346d640 void 0.000164
+gallium_dri.so free 0x55717346d5c0 void 0.000240
+gallium_dri.so malloc 72 0x55717346d640 0.000317
+gallium_dri.so free 0x55717346d700 void 0.000285
+gallium_dri.so free 0x55717346d640 void 0.000285
+gallium_dri.so malloc 72 0x55717346d640 0.000267
+gallium_dri.so free 0x55717346d780 void 0.000301
+gallium_dri.so free 0x55717346d640 void 0.000289
+gallium_dri.so malloc 72 0x55717346d7b0 0.000238
+gallium_dri.so free 0x5571735ecb80 void 0.000180
+gallium_dri.so free 0x55717346d7b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735ecb30 0.000138
+gallium_dri.so free 0x5571735ecc00 void 0.000136
+gallium_dri.so free 0x5571735ecb30 void 0.000133
+gallium_dri.so malloc 72 0x5571735ecc50 0.000127
+gallium_dri.so free 0x5571735eccc0 void 0.000135
+gallium_dri.so free 0x5571735ecc50 void 0.000140
+gallium_dri.so malloc 72 0x5571735ecd20 0.000132
+gallium_dri.so free 0x5571735ecdc0 void 0.000127
+gallium_dri.so free 0x5571735ecd20 void 0.000125
+gallium_dri.so malloc 72 0x5571735ecd70 0.000127
+gallium_dri.so free 0x5571735e2bc0 void 0.000136
+gallium_dri.so free 0x5571735ecd70 void 0.000138
+gallium_dri.so malloc 72 0x5571735e2b70 0.000138
+gallium_dri.so free 0x5571735e2c40 void 0.000136
+gallium_dri.so free 0x5571735e2b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2b70 0.000127
+gallium_dri.so free 0x5571735e2cc0 void 0.000133
+gallium_dri.so free 0x5571735e2b70 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000143
+gallium_dri.so free 0x5571735e2d80 void 0.000136
+gallium_dri.so free 0x5571735e2cc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000131
+gallium_dri.so free 0x557173610b00 void 0.000134
+gallium_dri.so free 0x5571735e2cc0 void 0.000137
+gallium_dri.so malloc 72 0x557173610b30 0.000135
+gallium_dri.so free 0x557173610b80 void 0.000136
+gallium_dri.so free 0x557173610b30 void 0.000131
+gallium_dri.so malloc 72 0x557173610b80 0.000133
+gallium_dri.so free 0x557173610c40 void 0.000139
+gallium_dri.so free 0x557173610b80 void 0.000132
+gallium_dri.so malloc 72 0x557173610b80 0.000132
+gallium_dri.so free 0x557173610d40 void 0.000137
+gallium_dri.so free 0x557173610b80 void 0.000138
+gallium_dri.so malloc 72 0x557173610cf0 0.000134
+gallium_dri.so free 0x5571735c2e40 void 0.000131
+gallium_dri.so free 0x557173610cf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2e60 0.000132
+gallium_dri.so free 0x5571735c2f00 void 0.000172
+gallium_dri.so free 0x5571735c2e60 void 0.000144
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000130
+gallium_dri.so free 0x5571735c2f80 void 0.000125
+gallium_dri.so free 0x5571735c2eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000119
+gallium_dri.so free 0x5571735c3000 void 0.000120
+gallium_dri.so free 0x5571735c2eb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3000 0.000129
+gallium_dri.so free 0x5571735f9b40 void 0.000129
+gallium_dri.so free 0x5571735c3000 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9b80 0.000123
+gallium_dri.so free 0x5571735f9c00 void 0.000124
+gallium_dri.so free 0x5571735f9b80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9b80 0.000121
+gallium_dri.so free 0x5571735f9c80 void 0.000121
+gallium_dri.so free 0x5571735f9b80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000121
+gallium_dri.so free 0x5571735f9d00 void 0.000120
+gallium_dri.so free 0x5571735f9cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000120
+gallium_dri.so free 0x55717346afc0 void 0.000122
+gallium_dri.so free 0x5571735f9cb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b010 0.000122
+gallium_dri.so free 0x55717346b080 void 0.000121
+gallium_dri.so free 0x55717346b010 void 0.000135
+gallium_dri.so malloc 72 0x55717346b0a0 0.000121
+gallium_dri.so free 0x55717346b140 void 0.000122
+gallium_dri.so free 0x55717346b0a0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b0f0 0.000121
+gallium_dri.so free 0x55717346b1c0 void 0.000120
+gallium_dri.so free 0x55717346b0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b230 0.000123
+gallium_dri.so free 0x557173460940 void 0.000122
+gallium_dri.so free 0x55717346b230 void 0.000121
+gallium_dri.so malloc 72 0x5571734608f0 0.000120
+gallium_dri.so free 0x5571734609c0 void 0.000121
+gallium_dri.so free 0x5571734608f0 void 0.000119
+gallium_dri.so malloc 72 0x557173460a10 0.000121
+gallium_dri.so free 0x557173460a80 void 0.000122
+gallium_dri.so free 0x557173460a10 void 0.000122
+gallium_dri.so malloc 72 0x557173460aa0 0.000120
+gallium_dri.so free 0x557173460b40 void 0.000122
+gallium_dri.so free 0x557173460aa0 void 0.000120
+gallium_dri.so malloc 72 0x557173460af0 0.000122
+gallium_dri.so free 0x5571735fc600 void 0.000122
+gallium_dri.so free 0x557173460af0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc640 0.000121
+gallium_dri.so free 0x5571735fc6c0 void 0.000120
+gallium_dri.so free 0x5571735fc640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000119
+gallium_dri.so free 0x5571735fc780 void 0.000124
+gallium_dri.so free 0x5571735fc6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000120
+gallium_dri.so free 0x5571735fc840 void 0.000121
+gallium_dri.so free 0x5571735fc6c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000121
+gallium_dri.so free 0x5571735c16c0 void 0.000122
+gallium_dri.so free 0x5571735fc6c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1670 0.000187
+gallium_dri.so free 0x5571735c1740 void 0.000246
+gallium_dri.so free 0x5571735c1670 void 0.000155
+gallium_dri.so malloc 72 0x5571735c1670 0.000125
+gallium_dri.so free 0x5571735c17c0 void 0.000121
+gallium_dri.so free 0x5571735c1670 void 0.000126
+gallium_dri.so malloc 72 0x5571735c17c0 0.000116
+gallium_dri.so free 0x5571735c1880 void 0.000116
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c17c0 0.000115
+gallium_dri.so free 0x5571735dff80 void 0.000116
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dffb0 0.000116
+gallium_dri.so free 0x5571735e0000 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0000 0.000114
+gallium_dri.so free 0x5571735e00c0 void 0.000172
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0000 0.000114
+gallium_dri.so free 0x5571735e01c0 void 0.000115
+gallium_dri.so free 0x5571735e0000 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0170 0.000115
+gallium_dri.so free 0x5571735dba80 void 0.000115
+gallium_dri.so free 0x5571735e0170 void 0.000115
+gallium_dri.so malloc 72 0x5571735dba30 0.000115
+gallium_dri.so free 0x5571735dbac0 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000116
+gallium_dri.so free 0x5571735dbb80 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000115
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc40 0.000114
+gallium_dri.so free 0x557173473b80 void 0.000116
+gallium_dri.so free 0x5571735dbc40 void 0.000115
+gallium_dri.so malloc 72 0x557173473b30 0.000117
+gallium_dri.so free 0x557173473c00 void 0.000115
+gallium_dri.so free 0x557173473b30 void 0.000114
+gallium_dri.so malloc 72 0x557173473c20 0.000114
+gallium_dri.so free 0x557173473cc0 void 0.000116
+gallium_dri.so free 0x557173473c20 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000117
+gallium_dri.so free 0x557173473d40 void 0.000119
+gallium_dri.so free 0x557173473c70 void 0.000114
+gallium_dri.so malloc 72 0x557173473c70 0.000115
+gallium_dri.so free 0x55717360cdc0 void 0.000115
+gallium_dri.so free 0x557173473c70 void 0.000115
+gallium_dri.so malloc 72 0x55717360cd70 0.000116
+gallium_dri.so free 0x55717360ce80 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360ce30 0.000115
+gallium_dri.so free 0x55717360cec0 void 0.000115
+gallium_dri.so free 0x55717360ce30 void 0.000116
+gallium_dri.so malloc 72 0x55717360ce30 0.000115
+gallium_dri.so free 0x55717360cf80 void 0.000115
+gallium_dri.so free 0x55717360ce30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce30 0.000115
+gallium_dri.so free 0x55717360e540 void 0.000115
+gallium_dri.so free 0x55717360ce30 void 0.000115
+gallium_dri.so malloc 72 0x55717360e580 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000114
+gallium_dri.so free 0x55717360e580 void 0.000113
+gallium_dri.so malloc 72 0x55717360e600 0.000115
+gallium_dri.so free 0x55717360e6c0 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000116
+gallium_dri.so malloc 72 0x55717360e600 0.000114
+gallium_dri.so free 0x55717360e740 void 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so malloc 72 0x55717360e770 0.000140
+gallium_dri.so free 0x5571735de800 void 0.000121
+gallium_dri.so free 0x55717360e770 void 0.000125
+gallium_dri.so malloc 72 0x5571735de7b0 0.000124
+gallium_dri.so free 0x5571735de880 void 0.000124
+gallium_dri.so free 0x5571735de7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735de8d0 0.000125
+gallium_dri.so free 0x5571735de940 void 0.000119
+gallium_dri.so free 0x5571735de8d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9a0 0.000120
+gallium_dri.so free 0x5571735dea40 void 0.000119
+gallium_dri.so free 0x5571735de9a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de9f0 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000115
+gallium_dri.so free 0x5571735de9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5db0 0.000124
+gallium_dri.so free 0x5571735f5e80 void 0.000124
+gallium_dri.so free 0x5571735f5db0 void 0.000163
+gallium_dri.so malloc 72 0x5571735f5db0 0.000124
+gallium_dri.so free 0x5571735f5f00 void 0.000124
+gallium_dri.so free 0x5571735f5db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5f00 0.000120
+gallium_dri.so free 0x5571735f5fc0 void 0.000120
+gallium_dri.so free 0x5571735f5f00 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5f00 0.000124
+gallium_dri.so free 0x5571735fa9c0 void 0.000168
+gallium_dri.so free 0x5571735f5f00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000122
+gallium_dri.so free 0x5571735faa40 void 0.000119
+gallium_dri.so free 0x5571735fa9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa40 0.000115
+gallium_dri.so free 0x5571735fab00 void 0.000121
+gallium_dri.so free 0x5571735faa40 void 0.000124
+gallium_dri.so malloc 72 0x5571735faa40 0.000119
+gallium_dri.so free 0x5571735fac00 void 0.000115
+gallium_dri.so free 0x5571735faa40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fabb0 0.000124
+gallium_dri.so free 0x5571735e1140 void 0.000123
+gallium_dri.so free 0x5571735fabb0 void 0.000158
+gallium_dri.so malloc 72 0x5571735e1160 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000130
+gallium_dri.so free 0x5571735e1160 void 0.000124
+gallium_dri.so malloc 72 0x5571735e11b0 0.000120
+gallium_dri.so free 0x5571735e1280 void 0.000115
+gallium_dri.so free 0x5571735e11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e11b0 0.000134
+gallium_dri.so free 0x5571735e1300 void 0.000120
+gallium_dri.so free 0x5571735e11b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1300 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000120
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so free 0x557173467000 void 0.000113
+gallium_dri.so malloc 72 0x557173467000 0.000114
+gallium_dri.so free 0x557173467100 void 0.000119
+gallium_dri.so free 0x557173467000 void 0.000119
+gallium_dri.so malloc 72 0x557173467130 0.000132
+gallium_dri.so free 0x557173467180 void 0.000125
+gallium_dri.so free 0x557173467130 void 0.000124
+gallium_dri.so malloc 72 0x557173467130 0.000122
+gallium_dri.so free 0x557173603500 void 0.000125
+gallium_dri.so free 0x557173467130 void 0.000125
+gallium_dri.so malloc 72 0x557173603550 0.000123
+gallium_dri.so free 0x5571736035c0 void 0.000136
+gallium_dri.so free 0x557173603550 void 0.000130
+gallium_dri.so malloc 72 0x5571736035e0 0.000130
+gallium_dri.so free 0x557173603680 void 0.000130
+gallium_dri.so free 0x5571736035e0 void 0.000169
+gallium_dri.so malloc 72 0x557173603630 0.000162
+gallium_dri.so free 0x557173603700 void 0.000164
+gallium_dri.so free 0x557173603630 void 0.000130
+gallium_dri.so malloc 72 0x557173603630 0.000125
+gallium_dri.so free 0x55717360c0c0 void 0.000122
+gallium_dri.so free 0x557173603630 void 0.000119
+gallium_dri.so malloc 72 0x55717360c100 0.000124
+gallium_dri.so free 0x55717360c180 void 0.000125
+gallium_dri.so free 0x55717360c100 void 0.000121
+gallium_dri.so malloc 72 0x55717360c180 0.000126
+gallium_dri.so free 0x55717360c240 void 0.000128
+gallium_dri.so free 0x55717360c180 void 0.000131
+gallium_dri.so malloc 72 0x55717360c180 0.000131
+gallium_dri.so free 0x55717360c2c0 void 0.000130
+gallium_dri.so free 0x55717360c180 void 0.000131
+gallium_dri.so malloc 72 0x55717360c2f0 0.000124
+gallium_dri.so free 0x55717358de00 void 0.000127
+gallium_dri.so free 0x55717360c2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717358de40 0.000131
+gallium_dri.so free 0x55717358dec0 void 0.000137
+gallium_dri.so free 0x55717358de40 void 0.000126
+gallium_dri.so malloc 72 0x55717358dec0 0.000121
+gallium_dri.so free 0x55717358df80 void 0.000125
+gallium_dri.so free 0x55717358dec0 void 0.000126
+gallium_dri.so malloc 72 0x55717358dec0 0.000121
+gallium_dri.so free 0x55717358e040 void 0.000122
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e060 0.000124
+gallium_dri.so free 0x5571734620c0 void 0.000125
+gallium_dri.so free 0x55717358e060 void 0.000119
+gallium_dri.so malloc 72 0x5571734620f0 0.000121
+gallium_dri.so free 0x557173462140 void 0.000126
+gallium_dri.so free 0x5571734620f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734620f0 0.000124
+gallium_dri.so free 0x557173462240 void 0.000122
+gallium_dri.so free 0x5571734620f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734621f0 0.000131
+gallium_dri.so free 0x557173462300 void 0.000130
+gallium_dri.so free 0x5571734621f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734622b0 0.000129
+gallium_dri.so free 0x557173462340 void 0.000131
+gallium_dri.so free 0x5571734622b0 void 0.000144
+gallium_dri.so malloc 72 0x5571734622b0 0.000136
+gallium_dri.so free 0x5571735da8c0 void 0.000130
+gallium_dri.so free 0x5571734622b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735da8c0 0.000130
+gallium_dri.so free 0x5571735da980 void 0.000126
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735da8c0 0.000126
+gallium_dri.so free 0x5571735daa00 void 0.000130
+gallium_dri.so free 0x5571735da8c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735daa00 0.000134
+gallium_dri.so free 0x5571735daac0 void 0.000126
+gallium_dri.so free 0x5571735daa00 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa00 0.000130
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735daa00 void 0.000130
+gallium_dri.so malloc 72 0x5571735dabb0 0.000130
+gallium_dri.so free 0x5571735c0500 void 0.000126
+gallium_dri.so free 0x5571735dabb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dabb0 0.000125
+gallium_dri.so free 0x5571735c0580 void 0.000131
+gallium_dri.so free 0x5571735dabb0 void 0.000191
+gallium_dri.so malloc 72 0x5571735c0580 0.000132
+gallium_dri.so free 0x5571735c0640 void 0.000130
+gallium_dri.so free 0x5571735c0580 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0580 0.000125
+gallium_dri.so free 0x5571735c0740 void 0.000126
+gallium_dri.so free 0x5571735c0580 void 0.000133
+gallium_dri.so malloc 72 0x5571735c06f0 0.000130
+gallium_dri.so free 0x5571735c0780 void 0.000125
+gallium_dri.so free 0x5571735c06f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c06f0 0.000130
+gallium_dri.so free 0x5571735eb9c0 void 0.000131
+gallium_dri.so free 0x5571735c06f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c06f0 0.000130
+gallium_dri.so free 0x5571735eba40 void 0.000126
+gallium_dri.so free 0x5571735c06f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eba40 0.000125
+gallium_dri.so free 0x5571735ebb00 void 0.000130
+gallium_dri.so free 0x5571735eba40 void 0.000125
+gallium_dri.so malloc 72 0x5571735eba40 0.000127
+gallium_dri.so free 0x5571735ebbc0 void 0.000129
+gallium_dri.so free 0x5571735eba40 void 0.000141
+gallium_dri.so malloc 72 0x5571735eba40 0.000130
+gallium_dri.so free 0x5571735fa0c0 void 0.000130
+gallium_dri.so free 0x5571735eba40 void 0.000131
+gallium_dri.so malloc 72 0x5571735eba40 0.000131
+gallium_dri.so free 0x5571735fa1c0 void 0.000131
+gallium_dri.so free 0x5571735eba40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa170 0.000131
+gallium_dri.so free 0x5571735fa240 void 0.000130
+gallium_dri.so free 0x5571735fa170 void 0.000152
+gallium_dri.so malloc 72 0x5571735fa290 0.000133
+gallium_dri.so free 0x5571735fa300 void 0.000132
+gallium_dri.so free 0x5571735fa290 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa320 0.000129
+gallium_dri.so free 0x5571735ebc80 void 0.000131
+gallium_dri.so free 0x5571735fa320 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebc30 0.000126
+gallium_dri.so free 0x5571735e1a00 void 0.000127
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebc30 0.000144
+gallium_dri.so free 0x5571735e1a80 void 0.000131
+gallium_dri.so free 0x5571735ebc30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a80 0.000125
+gallium_dri.so free 0x5571735e1b40 void 0.000126
+gallium_dri.so free 0x5571735e1a80 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1a80 0.000125
+gallium_dri.so free 0x5571735fa3c0 void 0.000121
+gallium_dri.so free 0x5571735e1a80 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa370 0.000129
+gallium_dri.so free 0x5571735e1c40 void 0.000125
+gallium_dri.so free 0x5571735fa370 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa370 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000127
+gallium_dri.so free 0x5571735fa370 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa370 0.000129
+gallium_dri.so free 0x5571735fb300 void 0.000130
+gallium_dri.so free 0x5571735fa370 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb300 0.000130
+gallium_dri.so free 0x5571735e1d00 void 0.000130
+gallium_dri.so free 0x5571735fb300 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000139
+gallium_dri.so free 0x5571735fb3c0 void 0.000129
+gallium_dri.so free 0x5571735e1cb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000130
+gallium_dri.so free 0x5571735fb480 void 0.000131
+gallium_dri.so free 0x5571735e1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000125
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so free 0x5571735fb4d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000120
+gallium_dri.so free 0x5571735f4cc0 void 0.000120
+gallium_dri.so free 0x5571735fb4d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000129
+gallium_dri.so free 0x5571735f4d80 void 0.000131
+gallium_dri.so free 0x5571735f4cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000131
+gallium_dri.so free 0x5571735fb540 void 0.000221
+gallium_dri.so free 0x5571735f4cc0 void 0.000220
+gallium_dri.so malloc 72 0x5571735fb570 0.000220
+gallium_dri.so free 0x5571735f4e40 void 0.000129
+gallium_dri.so free 0x5571735fb570 void 0.000157
+gallium_dri.so malloc 72 0x5571735fb570 0.000135
+gallium_dri.so free 0x5571735f4ec0 void 0.000130
+gallium_dri.so free 0x5571735fb570 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000130
+gallium_dri.so free 0x5571735f29c0 void 0.000131
+gallium_dri.so free 0x5571735f4ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2970 0.000126
+gallium_dri.so free 0x5571735f2a40 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2a60 0.000120
+gallium_dri.so free 0x5571735f2b00 void 0.000120
+gallium_dri.so free 0x5571735f2a60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000130
+gallium_dri.so free 0x5571735f2b80 void 0.000130
+gallium_dri.so free 0x5571735f2ab0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000130
+gallium_dri.so free 0x5571735f2c00 void 0.000129
+gallium_dri.so free 0x5571735f2ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2c00 0.000129
+gallium_dri.so free 0x557173589740 void 0.000136
+gallium_dri.so free 0x5571735f2c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735896f0 0.000129
+gallium_dri.so free 0x557173589780 void 0.000129
+gallium_dri.so free 0x5571735896f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735896f0 0.000129
+gallium_dri.so free 0x557173589840 void 0.000130
+gallium_dri.so free 0x5571735896f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735898b0 0.000129
+gallium_dri.so free 0x557173589900 void 0.000125
+gallium_dri.so free 0x5571735898b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898b0 0.000125
+gallium_dri.so free 0x557173589a00 void 0.000129
+gallium_dri.so free 0x5571735898b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735899b0 0.000131
+gallium_dri.so free 0x557173473680 void 0.000126
+gallium_dri.so free 0x5571735899b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734736a0 0.000120
+gallium_dri.so free 0x557173473740 void 0.000127
+gallium_dri.so free 0x5571734736a0 void 0.000133
+gallium_dri.so malloc 72 0x5571734736f0 0.000130
+gallium_dri.so free 0x5571734737c0 void 0.000141
+gallium_dri.so free 0x5571734736f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734736f0 0.000126
+gallium_dri.so free 0x557173473840 void 0.000122
+gallium_dri.so free 0x5571734736f0 void 0.000125
+gallium_dri.so malloc 72 0x557173473840 0.000130
+gallium_dri.so free 0x557173473900 void 0.000131
+gallium_dri.so free 0x557173473840 void 0.000132
+gallium_dri.so malloc 72 0x557173473840 0.000129
+gallium_dri.so free 0x5571736101c0 void 0.000130
+gallium_dri.so free 0x557173473840 void 0.000132
+gallium_dri.so malloc 72 0x557173610170 0.000151
+gallium_dri.so free 0x557173610200 void 0.000131
+gallium_dri.so free 0x557173610170 void 0.000130
+gallium_dri.so malloc 72 0x557173610170 0.000126
+gallium_dri.so free 0x5571736102c0 void 0.000123
+gallium_dri.so free 0x557173610170 void 0.000121
+gallium_dri.so malloc 72 0x557173610300 0.000127
+gallium_dri.so free 0x557173610380 void 0.000132
+gallium_dri.so free 0x557173610300 void 0.000131
+gallium_dri.so malloc 72 0x557173610380 0.000131
+gallium_dri.so free 0x557173610440 void 0.000195
+gallium_dri.so free 0x557173610380 void 0.000128
+gallium_dri.so malloc 72 0x557173610380 0.000127
+gallium_dri.so free 0x55717360dc00 void 0.000130
+gallium_dri.so free 0x557173610380 void 0.000131
+gallium_dri.so malloc 72 0x55717360dbb0 0.000129
+gallium_dri.so free 0x55717360dc80 void 0.000136
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dc80 0.000131
+gallium_dri.so free 0x55717360dd40 void 0.000126
+gallium_dri.so free 0x55717360dc80 void 0.000126
+gallium_dri.so malloc 72 0x55717360dc80 0.000125
+gallium_dri.so free 0x55717360ddc0 void 0.000123
+gallium_dri.so free 0x55717360dc80 void 0.000121
+gallium_dri.so malloc 72 0x55717360ddc0 0.000126
+gallium_dri.so free 0x55717360de80 void 0.000126
+gallium_dri.so free 0x55717360ddc0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ddc0 0.000125
+gallium_dri.so free 0x55717346cc40 void 0.000122
+gallium_dri.so free 0x55717360ddc0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cbf0 0.000129
+gallium_dri.so free 0x55717346ccc0 void 0.000144
+gallium_dri.so free 0x55717346cbf0 void 0.000137
+gallium_dri.so malloc 72 0x55717346cbf0 0.000135
+gallium_dri.so free 0x55717346cd40 void 0.000126
+gallium_dri.so free 0x55717346cbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cd40 0.000126
+gallium_dri.so free 0x55717346ce00 void 0.000123
+gallium_dri.so free 0x55717346cd40 void 0.000118
+gallium_dri.so malloc 72 0x55717346cd40 0.000120
+gallium_dri.so free 0x55717346cf00 void 0.000125
+gallium_dri.so free 0x55717346cd40 void 0.000125
+gallium_dri.so malloc 72 0x55717346ceb0 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000126
+gallium_dri.so free 0x55717346ceb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5930 0.000125
+gallium_dri.so free 0x5571735f5980 void 0.000129
+gallium_dri.so free 0x5571735f5930 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5930 0.000129
+gallium_dri.so free 0x5571735f5a80 void 0.000125
+gallium_dri.so free 0x5571735f5930 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5a30 0.000120
+gallium_dri.so free 0x5571735f5b40 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5af0 0.000140
+gallium_dri.so free 0x5571735f5b80 void 0.000136
+gallium_dri.so free 0x5571735f5af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5af0 0.000133
+gallium_dri.so free 0x5571735c11c0 void 0.000133
+gallium_dri.so free 0x5571735f5af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1230 0.000131
+gallium_dri.so free 0x5571735c1280 void 0.000125
+gallium_dri.so free 0x5571735c1230 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1230 0.000122
+gallium_dri.so free 0x5571735c1380 void 0.000127
+gallium_dri.so free 0x5571735c1230 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1330 0.000125
+gallium_dri.so free 0x5571735c1440 void 0.000124
+gallium_dri.so free 0x5571735c1330 void 0.000125
+gallium_dri.so malloc 72 0x5571735c13f0 0.000129
+gallium_dri.so free 0x5571735c1480 void 0.000131
+gallium_dri.so free 0x5571735c13f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c13f0 0.000129
+gallium_dri.so free 0x557173461780 void 0.000125
+gallium_dri.so free 0x5571735c13f0 void 0.000127
+gallium_dri.so malloc 72 0x557173461730 0.000299
+gallium_dri.so free 0x557173461800 void 0.000292
+gallium_dri.so free 0x557173461730 void 0.000250
+gallium_dri.so malloc 72 0x557173461850 0.000245
+gallium_dri.so free 0x5571734618c0 void 0.000236
+gallium_dri.so free 0x557173461850 void 0.000226
+gallium_dri.so malloc 72 0x557173461920 0.000227
+gallium_dri.so free 0x5571734619c0 void 0.000130
+gallium_dri.so free 0x557173461920 void 0.000124
+gallium_dri.so malloc 72 0x557173461970 0.000119
+gallium_dri.so free 0x557173461a00 void 0.000128
+gallium_dri.so free 0x557173461970 void 0.000132
+gallium_dri.so malloc 72 0x557173461970 0.000129
+gallium_dri.so free 0x5571735f9200 void 0.000124
+gallium_dri.so free 0x557173461970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f91b0 0.000126
+gallium_dri.so free 0x5571735f9280 void 0.000131
+gallium_dri.so free 0x5571735f91b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f92d0 0.000124
+gallium_dri.so free 0x5571735f9340 void 0.000120
+gallium_dri.so free 0x5571735f92d0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9360 0.000126
+gallium_dri.so free 0x5571735f9400 void 0.000131
+gallium_dri.so free 0x5571735f9360 void 0.000125
+gallium_dri.so malloc 72 0x5571735f93b0 0.000120
+gallium_dri.so free 0x5571735f9480 void 0.000126
+gallium_dri.so free 0x5571735f93b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9480 0.000120
+gallium_dri.so free 0x5571735fa5c0 void 0.000124
+gallium_dri.so free 0x5571735f9480 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9480 0.000125
+gallium_dri.so free 0x5571735fa640 void 0.000127
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa640 0.000223
+gallium_dri.so free 0x5571735fa700 void 0.000223
+gallium_dri.so free 0x5571735fa640 void 0.000226
+gallium_dri.so malloc 72 0x5571735fa640 0.000227
+gallium_dri.so free 0x5571735fa7c0 void 0.000228
+gallium_dri.so free 0x5571735fa640 void 0.000228
+gallium_dri.so malloc 72 0x5571735fa640 0.000202
+gallium_dri.so free 0x5571735fa880 void 0.000221
+gallium_dri.so free 0x5571735fa640 void 0.000183
+gallium_dri.so malloc 72 0x5571735fa830 0.000223
+gallium_dri.so free 0x5571735db580 void 0.000222
+gallium_dri.so free 0x5571735fa830 void 0.000227
+gallium_dri.so malloc 72 0x5571735db5d0 0.000225
+gallium_dri.so free 0x5571735db640 void 0.000199
+gallium_dri.so free 0x5571735db5d0 void 0.000220
+gallium_dri.so malloc 72 0x5571735db680 0.000225
+gallium_dri.so free 0x5571735db700 void 0.000231
+gallium_dri.so free 0x5571735db680 void 0.000238
+gallium_dri.so malloc 72 0x5571735db680 0.000228
+gallium_dri.so free 0x5571735db780 void 0.000202
+gallium_dri.so free 0x5571735db680 void 0.000166
+gallium_dri.so malloc 72 0x5571735db7b0 0.000122
+gallium_dri.so free 0x5571735db800 void 0.000120
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000128
+gallium_dri.so free 0x55717346a680 void 0.000127
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a630 0.000124
+gallium_dri.so free 0x55717346a740 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000119
+gallium_dri.so malloc 72 0x55717346a6f0 0.000119
+gallium_dri.so free 0x55717346a780 void 0.000121
+gallium_dri.so free 0x55717346a6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a6f0 0.000122
+gallium_dri.so free 0x55717346a840 void 0.000120
+gallium_dri.so free 0x55717346a6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a8b0 0.000121
+gallium_dri.so free 0x55717346a900 void 0.000121
+gallium_dri.so free 0x55717346a8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a8b0 0.000119
+gallium_dri.so free 0x5571735dc8c0 void 0.000120
+gallium_dri.so free 0x55717346a8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc870 0.000119
+gallium_dri.so free 0x5571735dc980 void 0.000122
+gallium_dri.so free 0x5571735dc870 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc930 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so free 0x5571735dc930 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc930 0.000120
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dc930 void 0.000136
+gallium_dri.so malloc 72 0x5571735dcac0 0.000128
+gallium_dri.so free 0x5571735dcb40 void 0.000122
+gallium_dri.so free 0x5571735dcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb40 0.000119
+gallium_dri.so free 0x5571735fe280 void 0.000120
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000120
+gallium_dri.so free 0x5571735fe230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe3c0 void 0.000121
+gallium_dri.so free 0x5571735fe230 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe480 void 0.000121
+gallium_dri.so free 0x5571735fe230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe430 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000121
+gallium_dri.so free 0x5571735fe430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe550 0.000120
+gallium_dri.so free 0x557173600840 void 0.000120
+gallium_dri.so free 0x5571735fe550 void 0.000117
+gallium_dri.so malloc 72 0x5571736007f0 0.000117
+gallium_dri.so free 0x557173600880 void 0.000120
+gallium_dri.so free 0x5571736007f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736007f0 0.000118
+gallium_dri.so free 0x557173600940 void 0.000135
+gallium_dri.so free 0x5571736007f0 void 0.000165
+gallium_dri.so malloc 72 0x557173600990 0.000165
+gallium_dri.so free 0x557173600a00 void 0.000225
+gallium_dri.so free 0x557173600990 void 0.000165
+gallium_dri.so malloc 72 0x557173600a40 0.000256
+gallium_dri.so free 0x557173600ac0 void 0.000256
+gallium_dri.so free 0x557173600a40 void 0.000257
+gallium_dri.so malloc 72 0x557173600ac0 0.000209
+gallium_dri.so free 0x5571735c4ac0 void 0.000201
+gallium_dri.so free 0x557173600ac0 void 0.000184
+gallium_dri.so malloc 72 0x5571735c4a70 0.000166
+gallium_dri.so free 0x5571735c4b00 void 0.000174
+gallium_dri.so free 0x5571735c4a70 void 0.000208
+gallium_dri.so malloc 72 0x5571735c4a70 0.000117
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4c00 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000109
+gallium_dri.so malloc 72 0x5571735c4c80 0.000116
+gallium_dri.so free 0x5571735c4d40 void 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4c80 0.000115
+gallium_dri.so free 0x5571735f6c40 void 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000119
+gallium_dri.so free 0x5571735f6c80 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000114
+gallium_dri.so free 0x5571735f6d40 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d80 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000141
+gallium_dri.so free 0x5571735f6d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6e00 0.000113
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e00 0.000113
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so free 0x5571735f6e00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e26f0 0.000114
+gallium_dri.so free 0x5571735e2740 void 0.000115
+gallium_dri.so free 0x5571735e26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26f0 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e26f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735e2880 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2900 0.000113
+gallium_dri.so free 0x5571735e29c0 void 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2900 0.000116
+gallium_dri.so free 0x5571735de300 void 0.000116
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so malloc 72 0x5571735de330 0.000112
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000113
+gallium_dri.so malloc 72 0x5571735de330 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000113
+gallium_dri.so malloc 72 0x5571735de430 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de430 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4f0 0.000113
+gallium_dri.so free 0x5571735de5c0 void 0.000115
+gallium_dri.so free 0x5571735de4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4f0 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000114
+gallium_dri.so free 0x5571735de4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c8f0 0.000113
+gallium_dri.so free 0x55717360c940 void 0.000115
+gallium_dri.so free 0x55717360c8f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c8f0 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9f0 0.000113
+gallium_dri.so free 0x55717360cb00 void 0.000116
+gallium_dri.so free 0x55717360c9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360cab0 0.000114
+gallium_dri.so free 0x55717360cb40 void 0.000114
+gallium_dri.so free 0x55717360cab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cab0 0.000116
+gallium_dri.so free 0x5571735ec680 void 0.000116
+gallium_dri.so free 0x55717360cab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec780 0.000113
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so free 0x5571735ec780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec800 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec800 0.000115
+gallium_dri.so free 0x5571735ec940 void 0.000116
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec970 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735ec970 void 0.000175
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2580 void 0.000116
+gallium_dri.so free 0x5571735c24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c25d0 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c25d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2780 void 0.000115
+gallium_dri.so free 0x5571735c2680 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27b0 0.000113
+gallium_dri.so free 0x5571735df640 void 0.000116
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df5f0 0.000113
+gallium_dri.so free 0x5571735df6c0 void 0.000115
+gallium_dri.so free 0x5571735df5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df710 0.000115
+gallium_dri.so free 0x5571735df780 void 0.000116
+gallium_dri.so free 0x5571735df710 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7a0 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000116
+gallium_dri.so free 0x5571735df7a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df7f0 0.000112
+gallium_dri.so free 0x5571735df8c0 void 0.000114
+gallium_dri.so free 0x5571735df7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df7f0 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735df7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7f0 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so free 0x5571735df7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601480 void 0.000113
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736013c0 0.000113
+gallium_dri.so free 0x557173601600 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736015b0 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571736015b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1db0 0.000114
+gallium_dri.so free 0x5571735e1ec0 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e70 0.000114
+gallium_dri.so free 0x5571735e1f40 void 0.000114
+gallium_dri.so free 0x5571735e1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e70 0.000113
+gallium_dri.so free 0x5571735e2000 void 0.000115
+gallium_dri.so free 0x5571735e1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e70 0.000120
+gallium_dri.so free 0x5571735e20c0 void 0.000115
+gallium_dri.so free 0x5571735e1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2070 0.000115
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735e2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad80 void 0.000123
+gallium_dri.so free 0x5571735dac70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dad30 0.000114
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so free 0x5571735dad30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dad30 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000146
+gallium_dri.so free 0x5571735dad30 void 0.000115
+gallium_dri.so malloc 72 0x5571735daed0 0.000114
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735daed0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daf80 0.000115
+gallium_dri.so free 0x5571735c0900 void 0.000115
+gallium_dri.so free 0x5571735daf80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0970 0.000112
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so free 0x5571735c0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0970 0.000183
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0970 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b00 0.000115
+gallium_dri.so free 0x5571735c0b80 void 0.000115
+gallium_dri.so free 0x5571735c0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b80 0.000115
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735c0b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd70 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so free 0x5571735ebd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe60 0.000114
+gallium_dri.so free 0x5571735ebf00 void 0.000114
+gallium_dri.so free 0x5571735ebe60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000113
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000114
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so free 0x5571735ebeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec000 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec000 0.000115
+gallium_dri.so free 0x5571735fb680 void 0.000127
+gallium_dri.so free 0x5571735ec000 void 0.000134
+gallium_dri.so malloc 72 0x5571735fb630 0.000165
+gallium_dri.so free 0x5571735fb700 void 0.000170
+gallium_dri.so free 0x5571735fb630 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb630 0.000169
+gallium_dri.so free 0x5571735fb800 void 0.000165
+gallium_dri.so free 0x5571735fb630 void 0.000183
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000180
+gallium_dri.so free 0x5571735fb880 void 0.000180
+gallium_dri.so free 0x5571735fb7b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb8d0 0.000179
+gallium_dri.so free 0x5571735fb940 void 0.000182
+gallium_dri.so free 0x5571735fb8d0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb960 0.000175
+gallium_dri.so free 0x5571735f5040 void 0.000182
+gallium_dri.so free 0x5571735fb960 void 0.000181
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000186
+gallium_dri.so free 0x5571735f50c0 void 0.000181
+gallium_dri.so free 0x5571735f4ff0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000182
+gallium_dri.so free 0x5571735f5140 void 0.000181
+gallium_dri.so free 0x5571735f4ff0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f5140 0.000180
+gallium_dri.so free 0x5571735f5200 void 0.000182
+gallium_dri.so free 0x5571735f5140 void 0.000182
+gallium_dri.so malloc 72 0x5571735f5140 0.000182
+gallium_dri.so free 0x5571735f5300 void 0.000182
+gallium_dri.so free 0x5571735f5140 void 0.000180
+gallium_dri.so malloc 72 0x5571735f5140 0.000179
+gallium_dri.so free 0x5571736068c0 void 0.000165
+gallium_dri.so free 0x5571735f5140 void 0.000182
+gallium_dri.so malloc 72 0x5571736068f0 0.000178
+gallium_dri.so free 0x557173606940 void 0.000170
+gallium_dri.so free 0x5571736068f0 void 0.000178
+gallium_dri.so malloc 72 0x5571736068f0 0.000128
+gallium_dri.so free 0x557173606a40 void 0.000176
+gallium_dri.so free 0x5571736068f0 void 0.000170
+gallium_dri.so malloc 72 0x5571736069f0 0.000174
+gallium_dri.so free 0x557173606b00 void 0.000177
+gallium_dri.so free 0x5571736069f0 void 0.000181
+gallium_dri.so malloc 72 0x557173606ab0 0.000184
+gallium_dri.so free 0x557173606b40 void 0.000260
+gallium_dri.so free 0x557173606ab0 void 0.000203
+gallium_dri.so malloc 72 0x557173606ab0 0.000183
+gallium_dri.so free 0x557173606c00 void 0.000180
+gallium_dri.so free 0x557173606ab0 void 0.000218
+gallium_dri.so malloc 72 0x557173606c50 0.000324
+gallium_dri.so free 0x5571735f3300 void 0.000223
+gallium_dri.so free 0x557173606c50 void 0.000221
+gallium_dri.so malloc 72 0x5571735f3340 0.000223
+gallium_dri.so free 0x5571735f33c0 void 0.000221
+gallium_dri.so free 0x5571735f3340 void 0.000184
+gallium_dri.so malloc 72 0x5571735f33c0 0.000188
+gallium_dri.so free 0x5571735f3480 void 0.000185
+gallium_dri.so free 0x5571735f33c0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f33c0 0.000183
+gallium_dri.so free 0x5571735f3500 void 0.000181
+gallium_dri.so free 0x5571735f33c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f3530 0.000184
+gallium_dri.so free 0x5571735f3580 void 0.000196
+gallium_dri.so free 0x5571735f3530 void 0.000180
+gallium_dri.so malloc 72 0x5571735f3530 0.000180
+gallium_dri.so free 0x5571735f3680 void 0.000187
+gallium_dri.so free 0x5571735f3530 void 0.000181
+gallium_dri.so malloc 72 0x5571735f3630 0.000180
+gallium_dri.so free 0x55717358e200 void 0.000182
+gallium_dri.so free 0x5571735f3630 void 0.000175
+gallium_dri.so malloc 72 0x5571735f3630 0.000124
+gallium_dri.so free 0x55717358e280 void 0.000126
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3630 0.000131
+gallium_dri.so free 0x55717358e340 void 0.000123
+gallium_dri.so free 0x5571735f3630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3630 0.000118
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so free 0x5571735f3630 void 0.000118
+gallium_dri.so malloc 72 0x55717358e3b0 0.000122
+gallium_dri.so free 0x55717358e480 void 0.000121
+gallium_dri.so free 0x55717358e3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e4d0 0.000121
+gallium_dri.so free 0x55717358e540 void 0.000120
+gallium_dri.so free 0x55717358e4d0 void 0.000120
+gallium_dri.so malloc 72 0x55717358e560 0.000118
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x55717358e560 void 0.000118
+gallium_dri.so malloc 72 0x55717358e560 0.000120
+gallium_dri.so free 0x5571735d00c0 void 0.000122
+gallium_dri.so free 0x55717358e560 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0070 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000119
+gallium_dri.so free 0x5571735d0070 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0070 0.000119
+gallium_dri.so free 0x5571735d01c0 void 0.000118
+gallium_dri.so free 0x5571735d0070 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0170 0.000116
+gallium_dri.so free 0x5571735d0280 void 0.000121
+gallium_dri.so free 0x5571735d0170 void 0.000204
+gallium_dri.so malloc 72 0x5571735d0230 0.000136
+gallium_dri.so free 0x5571735d02c0 void 0.000141
+gallium_dri.so free 0x5571735d0230 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0230 0.000120
+gallium_dri.so free 0x55717360f0c0 void 0.000121
+gallium_dri.so free 0x5571735d0230 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0230 0.000121
+gallium_dri.so free 0x55717360f140 void 0.000121
+gallium_dri.so free 0x5571735d0230 void 0.000117
+gallium_dri.so malloc 72 0x55717360f140 0.000120
+gallium_dri.so free 0x55717360f200 void 0.000122
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so malloc 72 0x55717360f140 0.000118
+gallium_dri.so free 0x55717360f300 void 0.000121
+gallium_dri.so free 0x55717360f140 void 0.000117
+gallium_dri.so malloc 72 0x55717360f140 0.000117
+gallium_dri.so free 0x5571735d0380 void 0.000120
+gallium_dri.so free 0x55717360f140 void 0.000121
+gallium_dri.so malloc 72 0x5571735d03b0 0.000120
+gallium_dri.so free 0x55717360f380 void 0.000125
+gallium_dri.so free 0x5571735d03b0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f3c0 0.000118
+gallium_dri.so free 0x557173608480 void 0.000117
+gallium_dri.so free 0x55717360f3c0 void 0.000119
+gallium_dri.so malloc 72 0x557173608480 0.000129
+gallium_dri.so free 0x557173608540 void 0.000120
+gallium_dri.so free 0x557173608480 void 0.000127
+gallium_dri.so malloc 72 0x557173608480 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000118
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so malloc 72 0x5571736085f0 0.000129
+gallium_dri.so free 0x557173608640 void 0.000144
+gallium_dri.so free 0x5571736085f0 void 0.000139
+gallium_dri.so malloc 72 0x557173608640 0.000140
+gallium_dri.so free 0x55717360f440 void 0.000142
+gallium_dri.so free 0x557173608640 void 0.000141
+gallium_dri.so malloc 72 0x557173608640 0.000138
+gallium_dri.so free 0x557173608700 void 0.000141
+gallium_dri.so free 0x557173608640 void 0.000143
+gallium_dri.so malloc 72 0x557173608700 0.000140
+gallium_dri.so free 0x5571736087c0 void 0.000142
+gallium_dri.so free 0x557173608700 void 0.000137
+gallium_dri.so malloc 72 0x557173608700 0.000142
+gallium_dri.so free 0x5571735ff740 void 0.000142
+gallium_dri.so free 0x557173608700 void 0.000142
+gallium_dri.so malloc 72 0x557173608700 0.000141
+gallium_dri.so free 0x5571735ff800 void 0.000139
+gallium_dri.so free 0x557173608700 void 0.000155
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000140
+gallium_dri.so free 0x5571735ff880 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000144
+gallium_dri.so free 0x5571735ff940 void 0.000138
+gallium_dri.so free 0x5571735ff8d0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ff980 0.000140
+gallium_dri.so free 0x5571735ffa00 void 0.000142
+gallium_dri.so free 0x5571735ff980 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff980 0.000140
+gallium_dri.so free 0x5571735ffa80 void 0.000142
+gallium_dri.so free 0x5571735ff980 void 0.000141
+gallium_dri.so malloc 72 0x5571735ffab0 0.000140
+gallium_dri.so free 0x5571735fd180 void 0.000142
+gallium_dri.so free 0x5571735ffab0 void 0.000141
+gallium_dri.so malloc 72 0x5571735ffab0 0.000142
+gallium_dri.so free 0x5571735fd200 void 0.000139
+gallium_dri.so free 0x5571735ffab0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fd200 0.000137
+gallium_dri.so free 0x5571735fd2c0 void 0.000142
+gallium_dri.so free 0x5571735fd200 void 0.000138
+gallium_dri.so malloc 72 0x5571735fd200 0.000171
+gallium_dri.so free 0x5571735fd380 void 0.000153
+gallium_dri.so free 0x5571735fd200 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd200 0.000147
+gallium_dri.so free 0x5571735fd440 void 0.000147
+gallium_dri.so free 0x5571735fd200 void 0.000147
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000151
+gallium_dri.so free 0x5571735fd440 void 0.000158
+gallium_dri.so free 0x5571735fd3f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000151
+gallium_dri.so free 0x5571735f8100 void 0.000206
+gallium_dri.so free 0x5571735fd3f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f8100 0.000149
+gallium_dri.so free 0x5571735fd540 void 0.000147
+gallium_dri.so free 0x5571735f8100 void 0.000150
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000146
+gallium_dri.so free 0x5571735f81c0 void 0.000146
+gallium_dri.so free 0x5571735fd4f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000149
+gallium_dri.so free 0x5571735f8280 void 0.000146
+gallium_dri.so free 0x5571735fd4f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735f8230 0.000184
+gallium_dri.so free 0x5571735f8300 void 0.000152
+gallium_dri.so free 0x5571735f8230 void 0.000150
+gallium_dri.so malloc 72 0x5571735f8350 0.000150
+gallium_dri.so free 0x5571735f83c0 void 0.000153
+gallium_dri.so free 0x5571735f8350 void 0.000151
+gallium_dri.so malloc 72 0x5571735f8420 0.000150
+gallium_dri.so free 0x5571735f84c0 void 0.000150
+gallium_dri.so free 0x5571735f8420 void 0.000150
+gallium_dri.so malloc 72 0x5571735f8470 0.000150
+gallium_dri.so free 0x55717346e100 void 0.000152
+gallium_dri.so free 0x5571735f8470 void 0.000146
+gallium_dri.so malloc 72 0x5571735f8470 0.000150
+gallium_dri.so free 0x55717346e1c0 void 0.000148
+gallium_dri.so free 0x5571735f8470 void 0.000152
+gallium_dri.so malloc 72 0x55717346e170 0.000160
+gallium_dri.so free 0x55717346e240 void 0.000122
+gallium_dri.so free 0x55717346e170 void 0.000116
+gallium_dri.so malloc 72 0x55717346e290 0.000116
+gallium_dri.so free 0x55717346e300 void 0.000118
+gallium_dri.so free 0x55717346e290 void 0.000120
+gallium_dri.so malloc 72 0x55717346e320 0.000130
+gallium_dri.so free 0x55717346e3c0 void 0.000122
+gallium_dri.so free 0x55717346e320 void 0.000119
+gallium_dri.so malloc 72 0x55717346e370 0.000120
+gallium_dri.so free 0x55717346e440 void 0.000119
+gallium_dri.so free 0x55717346e370 void 0.000120
+gallium_dri.so malloc 72 0x55717346e440 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000129
+gallium_dri.so free 0x55717346e440 void 0.000121
+gallium_dri.so malloc 72 0x55717346e440 0.000117
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so free 0x55717346e440 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000113
+gallium_dri.so free 0x5571735d2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2640 0.000113
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2830 0.000115
+gallium_dri.so free 0x5571735d2900 void 0.000116
+gallium_dri.so free 0x5571735d2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2950 0.000114
+gallium_dri.so free 0x557173464e00 void 0.000129
+gallium_dri.so free 0x5571735d2950 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2950 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000116
+gallium_dri.so free 0x5571735d2950 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2950 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000180
+gallium_dri.so free 0x5571735d2950 void 0.000182
+gallium_dri.so malloc 72 0x5571735d2950 0.000118
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so free 0x5571735d2950 void 0.000113
+gallium_dri.so malloc 72 0x557173464fb0 0.000112
+gallium_dri.so free 0x557173465080 void 0.000115
+gallium_dri.so free 0x557173464fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571734650d0 0.000113
+gallium_dri.so free 0x557173465140 void 0.000115
+gallium_dri.so free 0x5571734650d0 void 0.000111
+gallium_dri.so malloc 72 0x557173465160 0.000113
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x557173465160 void 0.000114
+gallium_dri.so malloc 72 0x557173465160 0.000113
+gallium_dri.so free 0x557173462900 void 0.000114
+gallium_dri.so free 0x557173465160 void 0.000112
+gallium_dri.so malloc 72 0x5571734628b0 0.000114
+gallium_dri.so free 0x557173462900 void 0.000115
+gallium_dri.so free 0x5571734628b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628b0 0.000113
+gallium_dri.so free 0x557173462a00 void 0.000114
+gallium_dri.so free 0x5571734628b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734629b0 0.000113
+gallium_dri.so free 0x557173462ac0 void 0.000113
+gallium_dri.so free 0x5571734629b0 void 0.000115
+gallium_dri.so malloc 72 0x557173462a70 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000114
+gallium_dri.so free 0x557173462a70 void 0.000113
+gallium_dri.so malloc 72 0x557173462a70 0.000113
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so free 0x557173462a70 void 0.000112
+gallium_dri.so malloc 72 0x557173462a70 0.000121
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so free 0x557173462a70 void 0.000113
+gallium_dri.so malloc 72 0x5571736207c0 0.000114
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207c0 0.000113
+gallium_dri.so free 0x557173620980 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736207c0 0.000113
+gallium_dri.so free 0x557173462bc0 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bf0 0.000113
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so free 0x557173462bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173620a40 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000116
+gallium_dri.so free 0x557173620a40 void 0.000128
+gallium_dri.so malloc 72 0x5571735c39c0 0.000115
+gallium_dri.so free 0x5571735c3a80 void 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c39c0 0.000112
+gallium_dri.so free 0x5571735c3b00 void 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b30 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000118
+gallium_dri.so free 0x5571735c3b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b80 0.000112
+gallium_dri.so free 0x557173620ac0 void 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3b80 0.000169
+gallium_dri.so free 0x5571735c3c40 void 0.000122
+gallium_dri.so free 0x5571735c3b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3c40 0.000120
+gallium_dri.so free 0x5571735c3d00 void 0.000122
+gallium_dri.so free 0x5571735c3c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c40 0.000119
+gallium_dri.so free 0x557173469380 void 0.000117
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c40 0.000119
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so malloc 72 0x5571734693f0 0.000121
+gallium_dri.so free 0x5571734694c0 void 0.000120
+gallium_dri.so free 0x5571734693f0 void 0.000123
+gallium_dri.so malloc 72 0x557173469510 0.000116
+gallium_dri.so free 0x557173469580 void 0.000117
+gallium_dri.so free 0x557173469510 void 0.000116
+gallium_dri.so malloc 72 0x5571734695c0 0.000118
+gallium_dri.so free 0x557173469640 void 0.000121
+gallium_dri.so free 0x5571734695c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734695c0 0.000160
+gallium_dri.so free 0x5571734696c0 void 0.000188
+gallium_dri.so free 0x5571734695c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734696f0 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x5571734696f0 void 0.000113
+gallium_dri.so malloc 72 0x557173467e00 0.000112
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467e00 void 0.000118
+gallium_dri.so malloc 72 0x557173467e80 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000115
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so malloc 72 0x557173467e80 0.000117
+gallium_dri.so free 0x557173467fc0 void 0.000115
+gallium_dri.so free 0x557173467e80 void 0.000115
+gallium_dri.so malloc 72 0x557173467ff0 0.000115
+gallium_dri.so free 0x557173468040 void 0.000115
+gallium_dri.so free 0x557173467ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ff0 0.000118
+gallium_dri.so free 0x557173468140 void 0.000115
+gallium_dri.so free 0x557173467ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173468180 0.000111
+gallium_dri.so free 0x5571735f8b00 void 0.000112
+gallium_dri.so free 0x557173468180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8b50 0.000112
+gallium_dri.so free 0x5571735f8bc0 void 0.000111
+gallium_dri.so free 0x5571735f8b50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8be0 0.000112
+gallium_dri.so free 0x5571735f8c80 void 0.000112
+gallium_dri.so free 0x5571735f8be0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8c30 0.000113
+gallium_dri.so free 0x5571735f8d00 void 0.000112
+gallium_dri.so free 0x5571735f8c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8c30 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000112
+gallium_dri.so free 0x5571735f8c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d80 0.000112
+gallium_dri.so free 0x5571735f8e40 void 0.000111
+gallium_dri.so free 0x5571735f8d80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8d80 0.000109
+gallium_dri.so free 0x5571735c43c0 void 0.000113
+gallium_dri.so free 0x5571735f8d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43e0 0.000112
+gallium_dri.so free 0x5571735c4480 void 0.000111
+gallium_dri.so free 0x5571735c43e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4430 0.000114
+gallium_dri.so free 0x5571735c4500 void 0.000168
+gallium_dri.so free 0x5571735c4430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4430 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so free 0x5571735c4430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4580 0.000112
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4580 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3010 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d3010 void 0.000115
+gallium_dri.so malloc 72 0x5571735d30c0 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000115
+gallium_dri.so free 0x5571735d30c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3140 0.000114
+gallium_dri.so free 0x5571735d3200 void 0.000115
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3140 0.000114
+gallium_dri.so free 0x5571735c47c0 void 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4770 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x5571735c4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735d32c0 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000115
+gallium_dri.so free 0x5571735d32c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3340 0.000114
+gallium_dri.so free 0x557173604300 void 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so malloc 72 0x557173604340 0.000114
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604340 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000113
+gallium_dri.so free 0x557173604440 void 0.000116
+gallium_dri.so free 0x557173604340 void 0.000113
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000114
+gallium_dri.so malloc 72 0x557173604470 0.000118
+gallium_dri.so free 0x5571736045c0 void 0.000115
+gallium_dri.so free 0x557173604470 void 0.000114
+gallium_dri.so malloc 72 0x557173604570 0.000113
+gallium_dri.so free 0x557173604680 void 0.000114
+gallium_dri.so free 0x557173604570 void 0.000114
+gallium_dri.so malloc 72 0x557173604630 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x557173604630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000115
+gallium_dri.so free 0x5571735dc240 void 0.000115
+gallium_dri.so free 0x5571735dc1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000113
+gallium_dri.so free 0x5571735dc340 void 0.000113
+gallium_dri.so free 0x5571735dc1f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc380 0.000112
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so free 0x5571735dc380 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc400 0.000110
+gallium_dri.so free 0x5571736046c0 void 0.000111
+gallium_dri.so free 0x5571735dc400 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc400 0.000112
+gallium_dri.so free 0x5571735dc4c0 void 0.000113
+gallium_dri.so free 0x5571735dc400 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc400 0.000161
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x5571735dc400 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc530 0.000114
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735dc530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6590 0.000114
+gallium_dri.so free 0x5571735f6600 void 0.000114
+gallium_dri.so free 0x5571735f6590 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6660 0.000113
+gallium_dri.so free 0x5571735f6700 void 0.000113
+gallium_dri.so free 0x5571735f6660 void 0.000114
+gallium_dri.so malloc 72 0x5571735f66b0 0.000114
+gallium_dri.so free 0x5571735f6740 void 0.000114
+gallium_dri.so free 0x5571735f66b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f66b0 0.000114
+gallium_dri.so free 0x5571735f6800 void 0.000114
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6840 0.000113
+gallium_dri.so free 0x5571735f68c0 void 0.000114
+gallium_dri.so free 0x5571735f6840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68c0 0.000113
+gallium_dri.so free 0x557173465800 void 0.000115
+gallium_dri.so free 0x5571735f68c0 void 0.000114
+gallium_dri.so malloc 72 0x557173465820 0.000113
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465820 void 0.000113
+gallium_dri.so malloc 72 0x557173465870 0.000114
+gallium_dri.so free 0x557173465940 void 0.000115
+gallium_dri.so free 0x557173465870 void 0.000114
+gallium_dri.so malloc 72 0x557173465940 0.000116
+gallium_dri.so free 0x557173465a00 void 0.000114
+gallium_dri.so free 0x557173465940 void 0.000115
+gallium_dri.so malloc 72 0x557173465940 0.000113
+gallium_dri.so free 0x557173465a80 void 0.000116
+gallium_dri.so free 0x557173465940 void 0.000114
+gallium_dri.so malloc 72 0x557173465a80 0.000113
+gallium_dri.so free 0x557173465b40 void 0.000114
+gallium_dri.so free 0x557173465a80 void 0.000113
+gallium_dri.so malloc 72 0x557173465a80 0.000112
+gallium_dri.so free 0x5571735911c0 void 0.000116
+gallium_dri.so free 0x557173465a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735911f0 0.000114
+gallium_dri.so free 0x557173591240 void 0.000112
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735911f0 0.000112
+gallium_dri.so free 0x557173591340 void 0.000112
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735912f0 0.000115
+gallium_dri.so free 0x557173591400 void 0.000112
+gallium_dri.so free 0x5571735912f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735913b0 0.000111
+gallium_dri.so free 0x557173591480 void 0.000112
+gallium_dri.so free 0x5571735913b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914a0 0.000111
+gallium_dri.so free 0x557173591540 void 0.000113
+gallium_dri.so free 0x5571735914a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914f0 0.000113
+gallium_dri.so free 0x55717358c640 void 0.000112
+gallium_dri.so free 0x5571735914f0 void 0.000111
+gallium_dri.so malloc 72 0x55717358c680 0.000110
+gallium_dri.so free 0x55717358c700 void 0.000112
+gallium_dri.so free 0x55717358c680 void 0.000112
+gallium_dri.so malloc 72 0x55717358c700 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000111
+gallium_dri.so malloc 72 0x55717358c700 0.000111
+gallium_dri.so free 0x55717358c840 void 0.000111
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so malloc 72 0x55717358c870 0.000162
+gallium_dri.so free 0x55717358c8c0 void 0.000120
+gallium_dri.so free 0x55717358c870 void 0.000120
+gallium_dri.so malloc 72 0x55717358c870 0.000125
+gallium_dri.so free 0x55717358c9c0 void 0.000124
+gallium_dri.so free 0x55717358c870 void 0.000121
+gallium_dri.so malloc 72 0x55717358ca00 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000116
+gallium_dri.so free 0x55717358ca00 void 0.000113
+gallium_dri.so malloc 72 0x557173609ed0 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000114
+gallium_dri.so free 0x557173609ed0 void 0.000114
+gallium_dri.so malloc 72 0x557173609f60 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609f60 void 0.000114
+gallium_dri.so malloc 72 0x557173609fb0 0.000114
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609fb0 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000116
+gallium_dri.so free 0x557173609fb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a100 0.000115
+gallium_dri.so free 0x55717360a1c0 void 0.000116
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so malloc 72 0x55717360a100 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x55717360a100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a20 0.000165
+gallium_dri.so free 0x5571735d0ac0 void 0.000116
+gallium_dri.so free 0x5571735d0a20 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a70 0.000114
+gallium_dri.so free 0x5571735d0b40 void 0.000115
+gallium_dri.so free 0x5571735d0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a70 0.000114
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so free 0x5571735d0a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000119
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000115
+gallium_dri.so free 0x5571735d0d40 void 0.000115
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173463290 0.000114
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463290 void 0.000114
+gallium_dri.so malloc 72 0x557173463340 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463340 void 0.000120
+gallium_dri.so malloc 72 0x5571734633c0 0.000114
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734633c0 0.000120
+gallium_dri.so free 0x5571735d0e00 void 0.000112
+gallium_dri.so free 0x5571734633c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0db0 0.000112
+gallium_dri.so free 0x557173463500 void 0.000111
+gallium_dri.so free 0x5571735d0db0 void 0.000117
+gallium_dri.so malloc 72 0x557173463540 0.000119
+gallium_dri.so free 0x5571734635c0 void 0.000116
+gallium_dri.so free 0x557173463540 void 0.000112
+gallium_dri.so malloc 72 0x5571734635c0 0.000112
+gallium_dri.so free 0x557173461080 void 0.000113
+gallium_dri.so free 0x5571734635c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734610c0 0.000113
+gallium_dri.so free 0x557173461140 void 0.000158
+gallium_dri.so free 0x5571734610c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734610c0 0.000110
+gallium_dri.so free 0x5571734611c0 void 0.000111
+gallium_dri.so free 0x5571734610c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734611f0 0.000111
+gallium_dri.so free 0x557173461240 void 0.000109
+gallium_dri.so free 0x5571734611f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734611f0 0.000119
+gallium_dri.so free 0x557173461340 void 0.000115
+gallium_dri.so free 0x5571734611f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734612f0 0.000112
+gallium_dri.so free 0x557173461400 void 0.000112
+gallium_dri.so free 0x5571734612f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734613b0 0.000116
+gallium_dri.so free 0x5571735e3300 void 0.000115
+gallium_dri.so free 0x5571734613b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3330 0.000119
+gallium_dri.so free 0x5571735e3380 void 0.000115
+gallium_dri.so free 0x5571735e3330 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3330 0.000115
+gallium_dri.so free 0x5571735e3480 void 0.000115
+gallium_dri.so free 0x5571735e3330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34c0 0.000113
+gallium_dri.so free 0x5571735e3540 void 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3540 0.000114
+gallium_dri.so free 0x557173461440 void 0.000115
+gallium_dri.so free 0x5571735e3540 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3540 0.000114
+gallium_dri.so free 0x5571735e3600 void 0.000114
+gallium_dri.so free 0x5571735e3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3540 0.000114
+gallium_dri.so free 0x5571735e36c0 void 0.000114
+gallium_dri.so free 0x5571735e3540 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3670 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so free 0x5571735e3670 void 0.000113
+gallium_dri.so malloc 72 0x5571735def90 0.000112
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def90 void 0.000182
+gallium_dri.so malloc 72 0x5571735df060 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so free 0x5571735df060 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0b0 0.000111
+gallium_dri.so free 0x5571735df140 void 0.000111
+gallium_dri.so free 0x5571735df0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0b0 0.000112
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so free 0x5571735df0b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735df240 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so malloc 72 0x5571735df2c0 0.000117
+gallium_dri.so free 0x5571735fdb80 void 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdba0 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdba0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000114
+gallium_dri.so free 0x5571735fdbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000120
+gallium_dri.so free 0x5571735fdd80 void 0.000114
+gallium_dri.so free 0x5571735fdcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000113
+gallium_dri.so free 0x5571735fde00 void 0.000185
+gallium_dri.so free 0x5571735fdcc0 void 0.000267
+gallium_dri.so malloc 72 0x5571735fde00 0.000205
+gallium_dri.so free 0x5571735fdec0 void 0.000174
+gallium_dri.so free 0x5571735fde00 void 0.000141
+gallium_dri.so malloc 72 0x5571735fde00 0.000141
+gallium_dri.so free 0x557173600140 void 0.000134
+gallium_dri.so free 0x5571735fde00 void 0.000144
+gallium_dri.so malloc 72 0x557173600170 0.000140
+gallium_dri.so free 0x5571736001c0 void 0.000134
+gallium_dri.so free 0x557173600170 void 0.000131
+gallium_dri.so malloc 72 0x557173600170 0.000136
+gallium_dri.so free 0x5571736002c0 void 0.000139
+gallium_dri.so free 0x557173600170 void 0.000139
+gallium_dri.so malloc 72 0x557173600270 0.000137
+gallium_dri.so free 0x557173600380 void 0.000130
+gallium_dri.so free 0x557173600270 void 0.000131
+gallium_dri.so malloc 72 0x557173600330 0.000128
+gallium_dri.so free 0x557173600400 void 0.000130
+gallium_dri.so free 0x557173600330 void 0.000130
+gallium_dri.so malloc 72 0x557173600420 0.000129
+gallium_dri.so free 0x5571736004c0 void 0.000144
+gallium_dri.so free 0x557173600420 void 0.000132
+gallium_dri.so malloc 72 0x557173600470 0.000130
+gallium_dri.so free 0x55717346c540 void 0.000130
+gallium_dri.so free 0x557173600470 void 0.000130
+gallium_dri.so malloc 72 0x55717346c580 0.000130
+gallium_dri.so free 0x55717346c600 void 0.000130
+gallium_dri.so free 0x55717346c580 void 0.000132
+gallium_dri.so malloc 72 0x55717346c600 0.000129
+gallium_dri.so free 0x55717346c6c0 void 0.000132
+gallium_dri.so free 0x55717346c600 void 0.000130
+gallium_dri.so malloc 72 0x55717346c600 0.000130
+gallium_dri.so free 0x55717346c740 void 0.000131
+gallium_dri.so free 0x55717346c600 void 0.000131
+gallium_dri.so malloc 72 0x55717346c770 0.000131
+gallium_dri.so free 0x55717346c7c0 void 0.000129
+gallium_dri.so free 0x55717346c770 void 0.000130
+gallium_dri.so malloc 72 0x55717346c770 0.000131
+gallium_dri.so free 0x55717346c8c0 void 0.000131
+gallium_dri.so free 0x55717346c770 void 0.000131
+gallium_dri.so malloc 72 0x55717346c900 0.000129
+gallium_dri.so free 0x55717346eb00 void 0.000129
+gallium_dri.so free 0x55717346c900 void 0.000130
+gallium_dri.so malloc 72 0x55717346eb50 0.000130
+gallium_dri.so free 0x55717346ebc0 void 0.000198
+gallium_dri.so free 0x55717346eb50 void 0.000190
+gallium_dri.so malloc 72 0x55717346ebe0 0.000187
+gallium_dri.so free 0x55717346ec80 void 0.000188
+gallium_dri.so free 0x55717346ebe0 void 0.000191
+gallium_dri.so malloc 72 0x55717346ec30 0.000188
+gallium_dri.so free 0x55717346ed00 void 0.000188
+gallium_dri.so free 0x55717346ec30 void 0.000176
+gallium_dri.so malloc 72 0x55717346ec30 0.000172
+gallium_dri.so free 0x55717346ed80 void 0.000175
+gallium_dri.so free 0x55717346ec30 void 0.000213
+gallium_dri.so malloc 72 0x55717346ed80 0.000130
+gallium_dri.so free 0x55717346ee40 void 0.000115
+gallium_dri.so free 0x55717346ed80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ed80 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x55717346ed80 void 0.000114
+gallium_dri.so malloc 72 0x557173608ea0 0.000114
+gallium_dri.so free 0x557173608f40 void 0.000114
+gallium_dri.so free 0x557173608ea0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ef0 0.000132
+gallium_dri.so free 0x557173608fc0 void 0.000117
+gallium_dri.so free 0x557173608ef0 void 0.000116
+gallium_dri.so malloc 72 0x557173608ef0 0.000116
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so free 0x557173608ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173609040 0.000114
+gallium_dri.so free 0x557173609100 void 0.000117
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so malloc 72 0x557173609040 0.000114
+gallium_dri.so free 0x5571736091c0 void 0.000115
+gallium_dri.so free 0x557173609040 void 0.000114
+gallium_dri.so malloc 72 0x557173609040 0.000115
+gallium_dri.so free 0x55717358ec00 void 0.000116
+gallium_dri.so free 0x557173609040 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec50 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so free 0x55717358ec50 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed00 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000116
+gallium_dri.so free 0x55717358ed00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000114
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000114
+gallium_dri.so malloc 72 0x55717358ed80 0.000115
+gallium_dri.so free 0x557173609280 void 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so malloc 72 0x557173609230 0.000128
+gallium_dri.so free 0x55717358eec0 void 0.000117
+gallium_dri.so free 0x557173609230 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef00 0.000114
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so free 0x55717358ef00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef80 0.000113
+gallium_dri.so free 0x55717360fac0 void 0.000117
+gallium_dri.so free 0x55717358ef80 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb00 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so free 0x55717360fb00 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb00 0.000119
+gallium_dri.so free 0x55717360fc00 void 0.000117
+gallium_dri.so free 0x55717360fb00 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc30 0.000115
+gallium_dri.so free 0x55717360fc80 void 0.000116
+gallium_dri.so free 0x55717360fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc30 0.000115
+gallium_dri.so free 0x55717360fd80 void 0.000115
+gallium_dri.so free 0x55717360fc30 void 0.000120
+gallium_dri.so malloc 72 0x55717360fd30 0.000115
+gallium_dri.so free 0x55717360fe40 void 0.000114
+gallium_dri.so free 0x55717360fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717360fdf0 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x55717360fdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d55b0 0.000114
+gallium_dri.so free 0x5571735d5600 void 0.000173
+gallium_dri.so free 0x5571735d55b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55b0 0.000120
+gallium_dri.so free 0x5571735d5700 void 0.000120
+gallium_dri.so free 0x5571735d55b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d5740 0.000119
+gallium_dri.so free 0x5571735d57c0 void 0.000120
+gallium_dri.so free 0x5571735d5740 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57c0 0.000120
+gallium_dri.so free 0x55717360fe80 void 0.000120
+gallium_dri.so free 0x5571735d57c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d57c0 0.000121
+gallium_dri.so free 0x5571735d5880 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d57c0 0.000123
+gallium_dri.so free 0x5571735d5940 void 0.000120
+gallium_dri.so free 0x5571735d57c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d58f0 0.000119
+gallium_dri.so free 0x55717358a080 void 0.000121
+gallium_dri.so free 0x5571735d58f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358a0d0 0.000120
+gallium_dri.so free 0x55717358a140 void 0.000121
+gallium_dri.so free 0x55717358a0d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1a0 0.000120
+gallium_dri.so free 0x55717358a240 void 0.000121
+gallium_dri.so free 0x55717358a1a0 void 0.000196
+gallium_dri.so malloc 72 0x55717358a1f0 0.000122
+gallium_dri.so free 0x55717358a280 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a1f0 0.000119
+gallium_dri.so free 0x55717358a340 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a380 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a380 void 0.000120
+gallium_dri.so malloc 72 0x55717358a400 0.000120
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so malloc 72 0x55717360d520 0.000119
+gallium_dri.so free 0x55717360d5c0 void 0.000122
+gallium_dri.so free 0x55717360d520 void 0.000126
+gallium_dri.so malloc 72 0x55717360d570 0.000120
+gallium_dri.so free 0x55717360d640 void 0.000120
+gallium_dri.so free 0x55717360d570 void 0.000119
+gallium_dri.so malloc 72 0x55717360d640 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000121
+gallium_dri.so free 0x55717360d640 void 0.000119
+gallium_dri.so malloc 72 0x55717360d640 0.000120
+gallium_dri.so free 0x55717360d780 void 0.000119
+gallium_dri.so free 0x55717360d640 void 0.000119
+gallium_dri.so malloc 72 0x55717360d780 0.000121
+gallium_dri.so free 0x55717360d840 void 0.000135
+gallium_dri.so free 0x55717360d780 void 0.000120
+gallium_dri.so malloc 72 0x55717360d780 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000121
+gallium_dri.so free 0x55717360d780 void 0.000120
+gallium_dri.so malloc 72 0x557173601d70 0.000119
+gallium_dri.so free 0x557173601dc0 void 0.000121
+gallium_dri.so free 0x557173601d70 void 0.000120
+gallium_dri.so malloc 72 0x557173601d70 0.000194
+gallium_dri.so free 0x557173601ec0 void 0.000118
+gallium_dri.so free 0x557173601d70 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000116
+gallium_dri.so free 0x557173601f80 void 0.000115
+gallium_dri.so free 0x557173601e70 void 0.000115
+gallium_dri.so malloc 72 0x557173601f30 0.000115
+gallium_dri.so free 0x557173602000 void 0.000115
+gallium_dri.so free 0x557173601f30 void 0.000114
+gallium_dri.so malloc 72 0x557173602020 0.000123
+gallium_dri.so free 0x5571736020c0 void 0.000129
+gallium_dri.so free 0x557173602020 void 0.000130
+gallium_dri.so malloc 72 0x557173602070 0.000129
+gallium_dri.so free 0x5571735c1e00 void 0.000125
+gallium_dri.so free 0x557173602070 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1e40 0.000123
+gallium_dri.so free 0x5571735c1ec0 void 0.000128
+gallium_dri.so free 0x5571735c1e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000124
+gallium_dri.so free 0x5571735c1f80 void 0.000124
+gallium_dri.so free 0x5571735c1ec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ec0 0.000115
+gallium_dri.so free 0x5571735c2000 void 0.000114
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2030 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000114
+gallium_dri.so free 0x5571735c2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2030 0.000126
+gallium_dri.so free 0x5571735c2180 void 0.000119
+gallium_dri.so free 0x5571735c2030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c21c0 0.000114
+gallium_dri.so free 0x557173469f80 void 0.000115
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so malloc 72 0x557173469fd0 0.000112
+gallium_dri.so free 0x55717346a040 void 0.000114
+gallium_dri.so free 0x557173469fd0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a060 0.000114
+gallium_dri.so free 0x55717346a100 void 0.000114
+gallium_dri.so free 0x55717346a060 void 0.000114
+gallium_dri.so malloc 72 0x55717346a0b0 0.000114
+gallium_dri.so free 0x55717346a180 void 0.000114
+gallium_dri.so free 0x55717346a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a0b0 0.000119
+gallium_dri.so free 0x55717346a200 void 0.000165
+gallium_dri.so free 0x55717346a0b0 void 0.000167
+gallium_dri.so malloc 72 0x55717346a200 0.000160
+gallium_dri.so free 0x55717346a2c0 void 0.000125
+gallium_dri.so free 0x55717346a200 void 0.000122
+gallium_dri.so malloc 72 0x55717346a200 0.000120
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so free 0x55717346a200 void 0.000123
+gallium_dri.so malloc 72 0x55717346a200 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x55717346a200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd830 0.000111
+gallium_dri.so free 0x5571735dd880 void 0.000111
+gallium_dri.so free 0x5571735dd830 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd830 0.000111
+gallium_dri.so free 0x5571735dd980 void 0.000112
+gallium_dri.so free 0x5571735dd830 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd930 0.000117
+gallium_dri.so free 0x5571735dda40 void 0.000114
+gallium_dri.so free 0x5571735dd930 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000111
+gallium_dri.so free 0x5571735dda80 void 0.000139
+gallium_dri.so free 0x5571735dd9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000149
+gallium_dri.so free 0x5571735ddb40 void 0.000132
+gallium_dri.so free 0x5571735dd9f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ddb90 0.000143
+gallium_dri.so free 0x5571735f7b00 void 0.000139
+gallium_dri.so free 0x5571735ddb90 void 0.000133
+gallium_dri.so malloc 72 0x5571735ddb90 0.000128
+gallium_dri.so free 0x5571735f7b80 void 0.000129
+gallium_dri.so free 0x5571735ddb90 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7b80 0.000127
+gallium_dri.so free 0x5571735f7c40 void 0.000127
+gallium_dri.so free 0x5571735f7b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7b80 0.000125
+gallium_dri.so free 0x5571735f7d00 void 0.000127
+gallium_dri.so free 0x5571735f7b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7b80 0.000128
+gallium_dri.so free 0x5571735f7dc0 void 0.000128
+gallium_dri.so free 0x5571735f7b80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7d70 0.000126
+gallium_dri.so free 0x5571735f7e40 void 0.000128
+gallium_dri.so free 0x5571735f7d70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f7e90 0.000127
+gallium_dri.so free 0x5571735f7f00 void 0.000127
+gallium_dri.so free 0x5571735f7e90 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7f40 0.000169
+gallium_dri.so free 0x557173620140 void 0.000169
+gallium_dri.so free 0x5571735f7f40 void 0.000165
+gallium_dri.so malloc 72 0x5571735f7f40 0.000165
+gallium_dri.so free 0x5571736201c0 void 0.000164
+gallium_dri.so free 0x5571735f7f40 void 0.000164
+gallium_dri.so malloc 72 0x5571736201f0 0.000164
+gallium_dri.so free 0x557173620240 void 0.000165
+gallium_dri.so free 0x5571736201f0 void 0.000165
+gallium_dri.so malloc 72 0x5571736201f0 0.000164
+gallium_dri.so free 0x557173620340 void 0.000165
+gallium_dri.so free 0x5571736201f0 void 0.000162
+gallium_dri.so malloc 72 0x5571736202f0 0.000164
+gallium_dri.so free 0x557173620400 void 0.000164
+gallium_dri.so free 0x5571736202f0 void 0.000160
+gallium_dri.so malloc 72 0x5571736203b0 0.000144
+gallium_dri.so free 0x557173620440 void 0.000122
+gallium_dri.so free 0x5571736203b0 void 0.000122
+gallium_dri.so malloc 72 0x5571736203b0 0.000122
+gallium_dri.so free 0x557173620500 void 0.000130
+gallium_dri.so free 0x5571736203b0 void 0.000122
+gallium_dri.so malloc 72 0x557173620570 0.000123
+gallium_dri.so free 0x5571735fcb80 void 0.000123
+gallium_dri.so free 0x557173620570 void 0.000120
+gallium_dri.so malloc 72 0x557173620570 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000122
+gallium_dri.so free 0x557173620570 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcc00 0.000123
+gallium_dri.so free 0x5571735fccc0 void 0.000122
+gallium_dri.so free 0x5571735fcc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcc00 0.000121
+gallium_dri.so free 0x5571735fcd80 void 0.000122
+gallium_dri.so free 0x5571735fcc00 void 0.000156
+gallium_dri.so malloc 72 0x5571735fcc00 0.000124
+gallium_dri.so free 0x5571735fce40 void 0.000121
+gallium_dri.so free 0x5571735fcc00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000122
+gallium_dri.so free 0x5571735fcec0 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcf10 0.000123
+gallium_dri.so free 0x5571735fcf80 void 0.000123
+gallium_dri.so free 0x5571735fcf10 void 0.000122
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000123
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so free 0x5571735fcfe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000123
+gallium_dri.so free 0x5571735ff1c0 void 0.000121
+gallium_dri.so free 0x5571735fcfe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000123
+gallium_dri.so free 0x5571735ff240 void 0.000123
+gallium_dri.so free 0x5571735ff1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000122
+gallium_dri.so free 0x5571735ff340 void 0.000122
+gallium_dri.so free 0x5571735ff1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000124
+gallium_dri.so free 0x5571735ff400 void 0.000122
+gallium_dri.so free 0x5571735ff2f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000121
+gallium_dri.so free 0x5571735ff440 void 0.000122
+gallium_dri.so free 0x5571735ff3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000122
+gallium_dri.so free 0x5571735ff500 void 0.000123
+gallium_dri.so free 0x5571735ff3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff550 0.000121
+gallium_dri.so free 0x55717360eac0 void 0.000123
+gallium_dri.so free 0x5571735ff550 void 0.000121
+gallium_dri.so malloc 72 0x5571735ff550 0.000121
+gallium_dri.so free 0x55717360eb40 void 0.000121
+gallium_dri.so free 0x5571735ff550 void 0.000122
+gallium_dri.so malloc 72 0x55717360eb40 0.000120
+gallium_dri.so free 0x55717360ec00 void 0.000131
+gallium_dri.so free 0x55717360eb40 void 0.000122
+gallium_dri.so malloc 72 0x55717360eb40 0.000142
+gallium_dri.so free 0x55717360ecc0 void 0.000122
+gallium_dri.so free 0x55717360eb40 void 0.000122
+gallium_dri.so malloc 72 0x55717360eb40 0.000122
+gallium_dri.so free 0x55717360ed80 void 0.000122
+gallium_dri.so free 0x55717360eb40 void 0.000120
+gallium_dri.so malloc 72 0x55717360ed30 0.000122
+gallium_dri.so free 0x55717360ee00 void 0.000122
+gallium_dri.so free 0x55717360ed30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee50 0.000126
+gallium_dri.so free 0x55717360eec0 void 0.000122
+gallium_dri.so free 0x55717360ee50 void 0.000122
+gallium_dri.so malloc 72 0x55717360ef00 0.000123
+gallium_dri.so free 0x55717346b540 void 0.000122
+gallium_dri.so free 0x55717360ef00 void 0.000121
+gallium_dri.so malloc 72 0x55717360ef00 0.000121
+gallium_dri.so free 0x55717346b5c0 void 0.000122
+gallium_dri.so free 0x55717360ef00 void 0.000122
+gallium_dri.so malloc 72 0x55717346b5f0 0.000122
+gallium_dri.so free 0x55717346b640 void 0.000122
+gallium_dri.so free 0x55717346b5f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b5f0 0.000122
+gallium_dri.so free 0x55717346b740 void 0.000124
+gallium_dri.so free 0x55717346b5f0 void 0.000184
+gallium_dri.so malloc 72 0x55717346b6f0 0.000124
+gallium_dri.so free 0x55717346b800 void 0.000122
+gallium_dri.so free 0x55717346b6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b7b0 0.000121
+gallium_dri.so free 0x55717346b840 void 0.000121
+gallium_dri.so free 0x55717346b7b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346b7b0 0.000121
+gallium_dri.so free 0x55717346b900 void 0.000123
+gallium_dri.so free 0x55717346b7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b970 0.000123
+gallium_dri.so free 0x55717346db00 void 0.000122
+gallium_dri.so free 0x55717346b970 void 0.000123
+gallium_dri.so malloc 72 0x55717346b970 0.000119
+gallium_dri.so free 0x55717346db80 void 0.000121
+gallium_dri.so free 0x55717346b970 void 0.000122
+gallium_dri.so malloc 72 0x55717346db80 0.000120
+gallium_dri.so free 0x55717346dc40 void 0.000121
+gallium_dri.so free 0x55717346db80 void 0.000119
+gallium_dri.so malloc 72 0x55717346db80 0.000124
+gallium_dri.so free 0x55717346dd00 void 0.000123
+gallium_dri.so free 0x55717346db80 void 0.000120
+gallium_dri.so malloc 72 0x55717346db80 0.000122
+gallium_dri.so free 0x55717346ddc0 void 0.000122
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd70 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000125
+gallium_dri.so free 0x55717346dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717346de90 0.000118
+gallium_dri.so free 0x55717346df00 void 0.000122
+gallium_dri.so free 0x55717346de90 void 0.000121
+gallium_dri.so malloc 72 0x55717346df60 0.000122
+gallium_dri.so free 0x5571735c33c0 void 0.000123
+gallium_dri.so free 0x55717346df60 void 0.000121
+gallium_dri.so malloc 72 0x55717346df60 0.000122
+gallium_dri.so free 0x5571735c3440 void 0.000121
+gallium_dri.so free 0x55717346df60 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3470 0.000120
+gallium_dri.so free 0x5571735c34c0 void 0.000122
+gallium_dri.so free 0x5571735c3470 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3470 0.000138
+gallium_dri.so free 0x5571735c35c0 void 0.000123
+gallium_dri.so free 0x5571735c3470 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3570 0.000121
+gallium_dri.so free 0x5571735c3680 void 0.000122
+gallium_dri.so free 0x5571735c3570 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3630 0.000122
+gallium_dri.so free 0x5571735c36c0 void 0.000123
+gallium_dri.so free 0x5571735c3630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3630 0.000121
+gallium_dri.so free 0x5571735c3780 void 0.000121
+gallium_dri.so free 0x5571735c3630 void 0.000159
+gallium_dri.so malloc 72 0x5571735c37d0 0.000128
+gallium_dri.so free 0x5571735e0500 void 0.000124
+gallium_dri.so free 0x5571735c37d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c37d0 0.000122
+gallium_dri.so free 0x5571735e0580 void 0.000123
+gallium_dri.so free 0x5571735c37d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0580 0.000122
+gallium_dri.so free 0x5571735e0640 void 0.000121
+gallium_dri.so free 0x5571735e0580 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0580 0.000122
+gallium_dri.so free 0x5571735e0700 void 0.000122
+gallium_dri.so free 0x5571735e0580 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0580 0.000121
+gallium_dri.so free 0x5571735e07c0 void 0.000123
+gallium_dri.so free 0x5571735e0580 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0770 0.000122
+gallium_dri.so free 0x5571735e0840 void 0.000123
+gallium_dri.so free 0x5571735e0770 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0890 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000124
+gallium_dri.so free 0x5571735e0890 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0940 0.000122
+gallium_dri.so free 0x5571735ddd80 void 0.000122
+gallium_dri.so free 0x5571735e0940 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0940 0.000131
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde30 0.000122
+gallium_dri.so free 0x5571735dde80 void 0.000123
+gallium_dri.so free 0x5571735dde30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde30 0.000121
+gallium_dri.so free 0x5571735ddf80 void 0.000149
+gallium_dri.so free 0x5571735dde30 void 0.000122
+gallium_dri.so malloc 72 0x5571735ddf30 0.000122
+gallium_dri.so free 0x5571735de040 void 0.000121
+gallium_dri.so free 0x5571735ddf30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddff0 0.000123
+gallium_dri.so free 0x5571735de080 void 0.000123
+gallium_dri.so free 0x5571735ddff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddff0 0.000120
+gallium_dri.so free 0x5571735de140 void 0.000123
+gallium_dri.so free 0x5571735ddff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1b0 0.000121
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so free 0x5571735de1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1b0 0.000120
+gallium_dri.so free 0x5571735e0b80 void 0.000122
+gallium_dri.so free 0x5571735de1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b80 0.000119
+gallium_dri.so free 0x5571735e0c40 void 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b80 0.000121
+gallium_dri.so free 0x5571735e0d00 void 0.000190
+gallium_dri.so free 0x5571735e0b80 void 0.000209
+gallium_dri.so malloc 72 0x5571735e0b80 0.000209
+gallium_dri.so free 0x5571735e0dc0 void 0.000125
+gallium_dri.so free 0x5571735e0b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0d70 0.000124
+gallium_dri.so free 0x5571735e0e40 void 0.000121
+gallium_dri.so free 0x5571735e0d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e90 0.000115
+gallium_dri.so free 0x5571735e0f00 void 0.000116
+gallium_dri.so free 0x5571735e0e90 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0f60 0.000115
+gallium_dri.so free 0x5571735e1000 void 0.000128
+gallium_dri.so free 0x5571735e0f60 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000120
+gallium_dri.so free 0x55717361f540 void 0.000121
+gallium_dri.so free 0x5571735e0fb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000121
+gallium_dri.so free 0x55717361f600 void 0.000121
+gallium_dri.so free 0x5571735e0fb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f5b0 0.000193
+gallium_dri.so free 0x55717361f680 void 0.000124
+gallium_dri.so free 0x55717361f5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f6d0 0.000121
+gallium_dri.so free 0x55717361f740 void 0.000121
+gallium_dri.so free 0x55717361f6d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f760 0.000126
+gallium_dri.so free 0x55717361f800 void 0.000135
+gallium_dri.so free 0x55717361f760 void 0.000131
+gallium_dri.so malloc 72 0x55717361f7b0 0.000124
+gallium_dri.so free 0x55717361f880 void 0.000128
+gallium_dri.so free 0x55717361f7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f880 0.000130
+gallium_dri.so free 0x55717361f940 void 0.000143
+gallium_dri.so free 0x55717361f880 void 0.000133
+gallium_dri.so malloc 72 0x55717361f880 0.000126
+gallium_dri.so free 0x55717361f9c0 void 0.000125
+gallium_dri.so free 0x55717361f880 void 0.000121
+gallium_dri.so malloc 72 0x55717361f9c0 0.000120
+gallium_dri.so free 0x55717361fa80 void 0.000120
+gallium_dri.so free 0x55717361f9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f9c0 0.000121
+gallium_dri.so free 0x55717361fb40 void 0.000121
+gallium_dri.so free 0x55717361f9c0 void 0.000134
+gallium_dri.so malloc 72 0x55717361f9c0 0.000120
+gallium_dri.so free 0x55717361fc00 void 0.000120
+gallium_dri.so free 0x55717361f9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fbb0 0.000118
+gallium_dri.so free 0x55717361fc80 void 0.000120
+gallium_dri.so free 0x55717361fbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fcd0 0.000119
+gallium_dri.so free 0x55717361fd40 void 0.000120
+gallium_dri.so free 0x55717361fcd0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd80 0.000118
+gallium_dri.so free 0x55717361fe00 void 0.000119
+gallium_dri.so free 0x55717361fd80 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd80 0.000119
+gallium_dri.so free 0x557173474580 void 0.000119
+gallium_dri.so free 0x55717361fd80 void 0.000120
+gallium_dri.so malloc 72 0x55717361fd80 0.000118
+gallium_dri.so free 0x557173474640 void 0.000129
+gallium_dri.so free 0x55717361fd80 void 0.000120
+gallium_dri.so malloc 72 0x557173474680 0.000119
+gallium_dri.so free 0x557173474700 void 0.000120
+gallium_dri.so free 0x557173474680 void 0.000120
+gallium_dri.so malloc 72 0x557173474700 0.000118
+gallium_dri.so free 0x5571734747c0 void 0.000119
+gallium_dri.so free 0x557173474700 void 0.000117
+gallium_dri.so malloc 72 0x557173474700 0.000122
+gallium_dri.so free 0x557173474840 void 0.000149
+gallium_dri.so free 0x557173474700 void 0.000121
+gallium_dri.so malloc 72 0x557173474870 0.000118
+gallium_dri.so free 0x5571734748c0 void 0.000120
+gallium_dri.so free 0x557173474870 void 0.000118
+gallium_dri.so malloc 72 0x557173474870 0.000117
+gallium_dri.so free 0x5571734749c0 void 0.000117
+gallium_dri.so free 0x557173474870 void 0.000117
+gallium_dri.so malloc 72 0x557173474a00 0.000124
+gallium_dri.so free 0x557173474a80 void 0.000118
+gallium_dri.so free 0x557173474a00 void 0.000113
+gallium_dri.so malloc 72 0x557173474a80 0.000136
+gallium_dri.so free 0x557173474b40 void 0.000113
+gallium_dri.so free 0x557173474a80 void 0.000111
+gallium_dri.so malloc 72 0x557173474a80 0.000113
+gallium_dri.so free 0x557173474bc0 void 0.000113
+gallium_dri.so free 0x557173474a80 void 0.000113
+gallium_dri.so malloc 72 0x557173474bf0 0.000113
+gallium_dri.so free 0x557173474c40 void 0.000121
+gallium_dri.so free 0x557173474bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173474bf0 0.000114
+gallium_dri.so free 0x557173474d40 void 0.000119
+gallium_dri.so free 0x557173474bf0 void 0.000121
+gallium_dri.so malloc 72 0x557173474cf0 0.000114
+gallium_dri.so free 0x557173474e00 void 0.000114
+gallium_dri.so free 0x557173474cf0 void 0.000112
+gallium_dri.so malloc 72 0x557173474db0 0.000113
+gallium_dri.so free 0x557173474e80 void 0.000127
+gallium_dri.so free 0x557173474db0 void 0.000114
+gallium_dri.so malloc 72 0x557173474db0 0.000114
+gallium_dri.so free 0x557173474f40 void 0.000114
+gallium_dri.so free 0x557173474db0 void 0.000113
+gallium_dri.so malloc 72 0x557173474db0 0.000112
+gallium_dri.so free 0x557173475000 void 0.000115
+gallium_dri.so free 0x557173474db0 void 0.000113
+gallium_dri.so malloc 72 0x557173474fb0 0.000113
+gallium_dri.so free 0x557173475080 void 0.000115
+gallium_dri.so free 0x557173474fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734750d0 0.000113
+gallium_dri.so free 0x557173475140 void 0.000114
+gallium_dri.so free 0x5571734750d0 void 0.000112
+gallium_dri.so malloc 72 0x557173475160 0.000113
+gallium_dri.so free 0x557173475200 void 0.000114
+gallium_dri.so free 0x557173475160 void 0.000117
+gallium_dri.so malloc 72 0x5571734751b0 0.000114
+gallium_dri.so free 0x557173475280 void 0.000113
+gallium_dri.so free 0x5571734751b0 void 0.000113
+gallium_dri.so malloc 72 0x557173475280 0.000113
+gallium_dri.so free 0x557173475340 void 0.000113
+gallium_dri.so free 0x557173475280 void 0.000112
+gallium_dri.so malloc 72 0x557173475280 0.000114
+gallium_dri.so free 0x5571734753c0 void 0.000114
+gallium_dri.so free 0x557173475280 void 0.000114
+gallium_dri.so malloc 72 0x5571734753c0 0.000112
+gallium_dri.so free 0x557173475480 void 0.000114
+gallium_dri.so free 0x5571734753c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734753c0 0.000113
+gallium_dri.so free 0x557173475540 void 0.000113
+gallium_dri.so free 0x5571734753c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734753c0 0.000121
+gallium_dri.so free 0x557173475600 void 0.000115
+gallium_dri.so free 0x5571734753c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734755b0 0.000114
+gallium_dri.so free 0x557173475680 void 0.000114
+gallium_dri.so free 0x5571734755b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734756d0 0.000115
+gallium_dri.so free 0x557173475740 void 0.000113
+gallium_dri.so free 0x5571734756d0 void 0.000112
+gallium_dri.so malloc 72 0x557173475780 0.000113
+gallium_dri.so free 0x557173475800 void 0.000115
+gallium_dri.so free 0x557173475780 void 0.000113
+gallium_dri.so malloc 72 0x557173475780 0.000113
+gallium_dri.so free 0x557173475880 void 0.000116
+gallium_dri.so free 0x557173475780 void 0.000141
+gallium_dri.so malloc 72 0x5571734758b0 0.000114
+gallium_dri.so free 0x557173475900 void 0.000114
+gallium_dri.so free 0x5571734758b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734758b0 0.000113
+gallium_dri.so free 0x557173475a00 void 0.000114
+gallium_dri.so free 0x5571734758b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734759b0 0.000115
+gallium_dri.so free 0x557173475ac0 void 0.000114
+gallium_dri.so free 0x5571734759b0 void 0.000159
+gallium_dri.so malloc 72 0x557173475a70 0.000114
+gallium_dri.so free 0x557173475b00 void 0.000113
+gallium_dri.so free 0x557173475a70 void 0.000112
+gallium_dri.so malloc 72 0x557173475a70 0.000114
+gallium_dri.so free 0x557173475bc0 void 0.000115
+gallium_dri.so free 0x557173475a70 void 0.000113
+gallium_dri.so malloc 72 0x557173475c30 0.000113
+gallium_dri.so free 0x557173475c80 void 0.000114
+gallium_dri.so free 0x557173475c30 void 0.000113
+gallium_dri.so malloc 72 0x557173475c30 0.000113
+gallium_dri.so free 0x557173475d80 void 0.000114
+gallium_dri.so free 0x557173475c30 void 0.000113
+gallium_dri.so malloc 72 0x557173475d30 0.000113
+gallium_dri.so free 0x557173475e40 void 0.000114
+gallium_dri.so free 0x557173475d30 void 0.000113
+gallium_dri.so malloc 72 0x557173475df0 0.000112
+gallium_dri.so free 0x557173475e80 void 0.000113
+gallium_dri.so free 0x557173475df0 void 0.000112
+gallium_dri.so malloc 72 0x557173475df0 0.000113
+gallium_dri.so free 0x557173475f40 void 0.000114
+gallium_dri.so free 0x557173475df0 void 0.000113
+gallium_dri.so malloc 72 0x557173475f80 0.000112
+gallium_dri.so free 0x557173476000 void 0.000113
+gallium_dri.so free 0x557173475f80 void 0.000112
+gallium_dri.so malloc 72 0x557173476000 0.000114
+gallium_dri.so free 0x5571734760c0 void 0.000114
+gallium_dri.so free 0x557173476000 void 0.000122
+gallium_dri.so malloc 72 0x557173476000 0.000113
+gallium_dri.so free 0x557173476180 void 0.000113
+gallium_dri.so free 0x557173476000 void 0.000113
+gallium_dri.so malloc 72 0x5571734761a0 0.000113
+gallium_dri.so free 0x557173476240 void 0.000113
+gallium_dri.so free 0x5571734761a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734761f0 0.000114
+gallium_dri.so free 0x5571734762c0 void 0.000114
+gallium_dri.so free 0x5571734761f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734761f0 0.000113
+gallium_dri.so free 0x557173476340 void 0.000113
+gallium_dri.so free 0x5571734761f0 void 0.000113
+gallium_dri.so malloc 72 0x557173476340 0.000112
+gallium_dri.so free 0x557173476400 void 0.000114
+gallium_dri.so free 0x557173476340 void 0.000113
+gallium_dri.so malloc 72 0x557173476340 0.000113
+gallium_dri.so free 0x5571734764c0 void 0.000117
+gallium_dri.so free 0x557173476340 void 0.000120
+gallium_dri.so malloc 72 0x557173476340 0.000114
+gallium_dri.so free 0x557173476580 void 0.000114
+gallium_dri.so free 0x557173476340 void 0.000113
+gallium_dri.so malloc 72 0x557173476530 0.000117
+gallium_dri.so free 0x557173476640 void 0.000114
+gallium_dri.so free 0x557173476530 void 0.000113
+gallium_dri.so malloc 72 0x5571734765f0 0.000114
+gallium_dri.so free 0x5571734766c0 void 0.000113
+gallium_dri.so free 0x5571734765f0 void 0.000112
+gallium_dri.so malloc 72 0x557173476710 0.000116
+gallium_dri.so free 0x557173476780 void 0.000113
+gallium_dri.so free 0x557173476710 void 0.000111
+gallium_dri.so malloc 72 0x5571734767a0 0.000112
+gallium_dri.so free 0x557173476840 void 0.000113
+gallium_dri.so free 0x5571734767a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734767f0 0.000112
+gallium_dri.so free 0x5571734768c0 void 0.000115
+gallium_dri.so free 0x5571734767f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734767f0 0.000112
+gallium_dri.so free 0x557173476940 void 0.000113
+gallium_dri.so free 0x5571734767f0 void 0.000114
+gallium_dri.so malloc 72 0x557173476940 0.000113
+gallium_dri.so free 0x557173476a00 void 0.000113
+gallium_dri.so free 0x557173476940 void 0.000116
+gallium_dri.so malloc 72 0x557173476940 0.000113
+gallium_dri.so free 0x557173476b00 void 0.000115
+gallium_dri.so free 0x557173476940 void 0.000113
+gallium_dri.so malloc 72 0x557173476ab0 0.000113
+gallium_dri.so free 0x557173476b40 void 0.000115
+gallium_dri.so free 0x557173476ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173476ab0 0.000114
+gallium_dri.so free 0x557173476c00 void 0.000113
+gallium_dri.so free 0x557173476ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173476c40 0.000113
+gallium_dri.so free 0x557173476cc0 void 0.000113
+gallium_dri.so free 0x557173476c40 void 0.000113
+gallium_dri.so malloc 72 0x557173476cc0 0.000124
+gallium_dri.so free 0x557173476d80 void 0.000115
+gallium_dri.so free 0x557173476cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173476cc0 0.000112
+gallium_dri.so free 0x557173476e00 void 0.000115
+gallium_dri.so free 0x557173476cc0 void 0.000112
+gallium_dri.so malloc 72 0x557173476e30 0.000113
+gallium_dri.so free 0x557173476e80 void 0.000113
+gallium_dri.so free 0x557173476e30 void 0.000114
+gallium_dri.so malloc 72 0x557173476e30 0.000114
+gallium_dri.so free 0x557173476f80 void 0.000114
+gallium_dri.so free 0x557173476e30 void 0.000115
+gallium_dri.so malloc 72 0x557173476fc0 0.000113
+gallium_dri.so free 0x557173477040 void 0.000113
+gallium_dri.so free 0x557173476fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173477040 0.000113
+gallium_dri.so free 0x557173477100 void 0.000116
+gallium_dri.so free 0x557173477040 void 0.000113
+gallium_dri.so malloc 72 0x557173477040 0.000113
+gallium_dri.so free 0x557173477180 void 0.000119
+gallium_dri.so free 0x557173477040 void 0.000126
+gallium_dri.so malloc 72 0x5571734771b0 0.000114
+gallium_dri.so free 0x557173477200 void 0.000114
+gallium_dri.so free 0x5571734771b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734771b0 0.000112
+gallium_dri.so free 0x557173477300 void 0.000120
+gallium_dri.so free 0x5571734771b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734772b0 0.000126
+gallium_dri.so free 0x5571734773c0 void 0.000115
+gallium_dri.so free 0x5571734772b0 void 0.000113
+gallium_dri.so malloc 72 0x557173477370 0.000114
+gallium_dri.so free 0x557173477440 void 0.000119
+gallium_dri.so free 0x557173477370 void 0.000113
+gallium_dri.so malloc 72 0x557173477370 0.000113
+gallium_dri.so free 0x557173477500 void 0.000114
+gallium_dri.so free 0x557173477370 void 0.000113
+gallium_dri.so malloc 72 0x557173477370 0.000113
+gallium_dri.so free 0x5571734775c0 void 0.000113
+gallium_dri.so free 0x557173477370 void 0.000112
+gallium_dri.so malloc 72 0x557173477570 0.000114
+gallium_dri.so free 0x557173477640 void 0.000114
+gallium_dri.so free 0x557173477570 void 0.000112
+gallium_dri.so malloc 72 0x557173477690 0.000113
+gallium_dri.so free 0x557173477700 void 0.000114
+gallium_dri.so free 0x557173477690 void 0.000113
+gallium_dri.so malloc 72 0x557173477720 0.000113
+gallium_dri.so free 0x5571734777c0 void 0.000114
+gallium_dri.so free 0x557173477720 void 0.000113
+gallium_dri.so malloc 72 0x557173477770 0.000114
+gallium_dri.so free 0x557173477840 void 0.000114
+gallium_dri.so free 0x557173477770 void 0.000113
+gallium_dri.so malloc 72 0x557173477840 0.000114
+gallium_dri.so free 0x557173477900 void 0.000115
+gallium_dri.so free 0x557173477840 void 0.000112
+gallium_dri.so malloc 72 0x557173477840 0.000114
+gallium_dri.so free 0x557173477980 void 0.000186
+gallium_dri.so free 0x557173477840 void 0.000114
+gallium_dri.so malloc 72 0x557173477980 0.000113
+gallium_dri.so free 0x557173477a40 void 0.000117
+gallium_dri.so free 0x557173477980 void 0.000114
+gallium_dri.so malloc 72 0x557173477980 0.000114
+gallium_dri.so free 0x557173477b00 void 0.000114
+gallium_dri.so free 0x557173477980 void 0.000112
+gallium_dri.so malloc 72 0x557173477980 0.000113
+gallium_dri.so free 0x557173477bc0 void 0.000113
+gallium_dri.so free 0x557173477980 void 0.000114
+gallium_dri.so malloc 72 0x557173477b70 0.000114
+gallium_dri.so free 0x557173477c40 void 0.000113
+gallium_dri.so free 0x557173477b70 void 0.000113
+gallium_dri.so malloc 72 0x557173477c90 0.000114
+gallium_dri.so free 0x557173477d00 void 0.000113
+gallium_dri.so free 0x557173477c90 void 0.000113
+gallium_dri.so malloc 72 0x557173477d40 0.000112
+gallium_dri.so free 0x557173477dc0 void 0.000115
+gallium_dri.so free 0x557173477d40 void 0.000113
+gallium_dri.so malloc 72 0x557173477d40 0.000141
+gallium_dri.so free 0x557173477e40 void 0.000115
+gallium_dri.so free 0x557173477d40 void 0.000113
+gallium_dri.so malloc 72 0x557173477e70 0.000113
+gallium_dri.so free 0x557173477ec0 void 0.000115
+gallium_dri.so free 0x557173477e70 void 0.000114
+gallium_dri.so malloc 72 0x557173477e70 0.000113
+gallium_dri.so free 0x557173477fc0 void 0.000127
+gallium_dri.so free 0x557173477e70 void 0.000114
+gallium_dri.so malloc 72 0x557173477f70 0.000113
+gallium_dri.so free 0x557173478080 void 0.000114
+gallium_dri.so free 0x557173477f70 void 0.000113
+gallium_dri.so malloc 72 0x557173478030 0.000113
+gallium_dri.so free 0x5571734780c0 void 0.000113
+gallium_dri.so free 0x557173478030 void 0.000112
+gallium_dri.so malloc 72 0x557173478030 0.000116
+gallium_dri.so free 0x557173478180 void 0.000130
+gallium_dri.so free 0x557173478030 void 0.000114
+gallium_dri.so malloc 72 0x5571734781f0 0.000115
+gallium_dri.so free 0x557173478240 void 0.000115
+gallium_dri.so free 0x5571734781f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734781f0 0.000113
+gallium_dri.so free 0x557173478340 void 0.000114
+gallium_dri.so free 0x5571734781f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734782f0 0.000119
+gallium_dri.so free 0x557173478400 void 0.000119
+gallium_dri.so free 0x5571734782f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734783b0 0.000115
+gallium_dri.so free 0x557173478440 void 0.000113
+gallium_dri.so free 0x5571734783b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734783b0 0.000112
+gallium_dri.so free 0x557173478500 void 0.000114
+gallium_dri.so free 0x5571734783b0 void 0.000113
+gallium_dri.so malloc 72 0x557173478540 0.000113
+gallium_dri.so free 0x5571734785c0 void 0.000127
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so malloc 72 0x5571734785c0 0.000115
+gallium_dri.so free 0x557173478680 void 0.000114
+gallium_dri.so free 0x5571734785c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734785c0 0.000136
+gallium_dri.so free 0x557173478740 void 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000113
+gallium_dri.so malloc 72 0x557173478760 0.000113
+gallium_dri.so free 0x557173478800 void 0.000112
+gallium_dri.so free 0x557173478760 void 0.000113
+gallium_dri.so malloc 72 0x5571734787b0 0.000113
+gallium_dri.so free 0x557173478880 void 0.000115
+gallium_dri.so free 0x5571734787b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734787b0 0.000113
+gallium_dri.so free 0x557173478900 void 0.000113
+gallium_dri.so free 0x5571734787b0 void 0.000112
+gallium_dri.so malloc 72 0x557173478900 0.000112
+gallium_dri.so free 0x5571734789c0 void 0.000119
+gallium_dri.so free 0x557173478900 void 0.000124
+gallium_dri.so malloc 72 0x557173478900 0.000188
+gallium_dri.so free 0x557173478a80 void 0.000161
+gallium_dri.so free 0x557173478900 void 0.000156
+gallium_dri.so malloc 72 0x557173478900 0.000123
+gallium_dri.so free 0x557173478b40 void 0.000118
+gallium_dri.so free 0x557173478900 void 0.000120
+gallium_dri.so malloc 72 0x557173478af0 0.000115
+gallium_dri.so free 0x557173478c00 void 0.000115
+gallium_dri.so free 0x557173478af0 void 0.000113
+gallium_dri.so malloc 72 0x557173478bb0 0.000112
+gallium_dri.so free 0x557173478c80 void 0.000115
+gallium_dri.so free 0x557173478bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173478cd0 0.000113
+gallium_dri.so free 0x557173478d40 void 0.000115
+gallium_dri.so free 0x557173478cd0 void 0.000114
+gallium_dri.so malloc 72 0x557173478d60 0.000114
+gallium_dri.so free 0x557173478e00 void 0.000115
+gallium_dri.so free 0x557173478d60 void 0.000114
+gallium_dri.so malloc 72 0x557173478db0 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000115
+gallium_dri.so free 0x557173478db0 void 0.000113
+gallium_dri.so malloc 72 0x557173478db0 0.000113
+gallium_dri.so free 0x557173478f00 void 0.000115
+gallium_dri.so free 0x557173478db0 void 0.000114
+gallium_dri.so malloc 72 0x557173478f00 0.000114
+gallium_dri.so free 0x557173478fc0 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000113
+gallium_dri.so malloc 72 0x557173478f00 0.000113
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000112
+gallium_dri.so malloc 72 0x557173619fa0 0.000112
+gallium_dri.so free 0x55717361a040 void 0.000114
+gallium_dri.so free 0x557173619fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173619ff0 0.000114
+gallium_dri.so free 0x55717361a0c0 void 0.000114
+gallium_dri.so free 0x557173619ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173619ff0 0.000118
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so free 0x557173619ff0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a140 0.000114
+gallium_dri.so free 0x55717361a200 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000113
+gallium_dri.so malloc 72 0x55717361a140 0.000112
+gallium_dri.so free 0x55717361a2c0 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000113
+gallium_dri.so malloc 72 0x55717361a140 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000113
+gallium_dri.so malloc 72 0x55717361a330 0.000114
+gallium_dri.so free 0x55717361a380 void 0.000114
+gallium_dri.so free 0x55717361a330 void 0.000113
+gallium_dri.so malloc 72 0x55717361a330 0.000112
+gallium_dri.so free 0x55717361a480 void 0.000112
+gallium_dri.so free 0x55717361a330 void 0.000111
+gallium_dri.so malloc 72 0x55717361a430 0.000112
+gallium_dri.so free 0x55717361a540 void 0.000115
+gallium_dri.so free 0x55717361a430 void 0.000112
+gallium_dri.so malloc 72 0x55717361a4f0 0.000151
+gallium_dri.so free 0x55717361a580 void 0.000168
+gallium_dri.so free 0x55717361a4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a4f0 0.000113
+gallium_dri.so free 0x55717361a640 void 0.000113
+gallium_dri.so free 0x55717361a4f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361a680 0.000121
+gallium_dri.so free 0x55717361a700 void 0.000120
+gallium_dri.so free 0x55717361a680 void 0.000121
+gallium_dri.so malloc 72 0x55717361a700 0.000120
+gallium_dri.so free 0x55717361a7c0 void 0.000120
+gallium_dri.so free 0x55717361a700 void 0.000117
+gallium_dri.so malloc 72 0x55717361a700 0.000121
+gallium_dri.so free 0x55717361a880 void 0.000120
+gallium_dri.so free 0x55717361a700 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8a0 0.000119
+gallium_dri.so free 0x55717361a940 void 0.000122
+gallium_dri.so free 0x55717361a8a0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a8f0 0.000126
+gallium_dri.so free 0x55717361a9c0 void 0.000122
+gallium_dri.so free 0x55717361a8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8f0 0.000119
+gallium_dri.so free 0x55717361aa40 void 0.000121
+gallium_dri.so free 0x55717361a8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aa40 0.000118
+gallium_dri.so free 0x55717361ab00 void 0.000121
+gallium_dri.so free 0x55717361aa40 void 0.000119
+gallium_dri.so malloc 72 0x55717361aa40 0.000128
+gallium_dri.so free 0x55717361abc0 void 0.000118
+gallium_dri.so free 0x55717361aa40 void 0.000117
+gallium_dri.so malloc 72 0x55717361aa40 0.000120
+gallium_dri.so free 0x55717361ac80 void 0.000120
+gallium_dri.so free 0x55717361aa40 void 0.000121
+gallium_dri.so malloc 72 0x55717361ac30 0.000117
+gallium_dri.so free 0x55717361ad40 void 0.000120
+gallium_dri.so free 0x55717361ac30 void 0.000118
+gallium_dri.so malloc 72 0x55717361acf0 0.000119
+gallium_dri.so free 0x55717361adc0 void 0.000122
+gallium_dri.so free 0x55717361acf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ae10 0.000121
+gallium_dri.so free 0x55717361ae80 void 0.000118
+gallium_dri.so free 0x55717361ae10 void 0.000116
+gallium_dri.so malloc 72 0x55717361aea0 0.000119
+gallium_dri.so free 0x55717361af40 void 0.000121
+gallium_dri.so free 0x55717361aea0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aef0 0.000119
+gallium_dri.so free 0x55717361afc0 void 0.000121
+gallium_dri.so free 0x55717361aef0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aef0 0.000140
+gallium_dri.so free 0x55717361b040 void 0.000121
+gallium_dri.so free 0x55717361aef0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b040 0.000117
+gallium_dri.so free 0x55717361b100 void 0.000120
+gallium_dri.so free 0x55717361b040 void 0.000132
+gallium_dri.so malloc 72 0x55717361b040 0.000118
+gallium_dri.so free 0x55717361b200 void 0.000121
+gallium_dri.so free 0x55717361b040 void 0.000120
+gallium_dri.so malloc 72 0x55717361b1b0 0.000117
+gallium_dri.so free 0x55717361b240 void 0.000120
+gallium_dri.so free 0x55717361b1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b1b0 0.000120
+gallium_dri.so free 0x55717361b300 void 0.000120
+gallium_dri.so free 0x55717361b1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b340 0.000119
+gallium_dri.so free 0x55717361b3c0 void 0.000119
+gallium_dri.so free 0x55717361b340 void 0.000121
+gallium_dri.so malloc 72 0x55717361b3c0 0.000122
+gallium_dri.so free 0x55717361b480 void 0.000121
+gallium_dri.so free 0x55717361b3c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b3c0 0.000120
+gallium_dri.so free 0x55717361b500 void 0.000119
+gallium_dri.so free 0x55717361b3c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b530 0.000120
+gallium_dri.so free 0x55717361b580 void 0.000122
+gallium_dri.so free 0x55717361b530 void 0.000119
+gallium_dri.so malloc 72 0x55717361b530 0.000118
+gallium_dri.so free 0x55717361b680 void 0.000121
+gallium_dri.so free 0x55717361b530 void 0.000120
+gallium_dri.so malloc 72 0x55717361b6c0 0.000120
+gallium_dri.so free 0x55717361b740 void 0.000174
+gallium_dri.so free 0x55717361b6c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b740 0.000122
+gallium_dri.so free 0x55717361b800 void 0.000123
+gallium_dri.so free 0x55717361b740 void 0.000121
+gallium_dri.so malloc 72 0x55717361b740 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000122
+gallium_dri.so free 0x55717361b740 void 0.000127
+gallium_dri.so malloc 72 0x55717361b8b0 0.000122
+gallium_dri.so free 0x55717361b900 void 0.000123
+gallium_dri.so free 0x55717361b8b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b8b0 0.000120
+gallium_dri.so free 0x55717361ba00 void 0.000122
+gallium_dri.so free 0x55717361b8b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b9b0 0.000122
+gallium_dri.so free 0x55717361bac0 void 0.000121
+gallium_dri.so free 0x55717361b9b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361ba70 0.000121
+gallium_dri.so free 0x55717361bb40 void 0.000122
+gallium_dri.so free 0x55717361ba70 void 0.000121
+gallium_dri.so malloc 72 0x55717361ba70 0.000121
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so free 0x55717361ba70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ba70 0.000120
+gallium_dri.so free 0x55717361bcc0 void 0.000121
+gallium_dri.so free 0x55717361ba70 void 0.000129
+gallium_dri.so malloc 72 0x55717361bc70 0.000117
+gallium_dri.so free 0x55717361bd40 void 0.000117
+gallium_dri.so free 0x55717361bc70 void 0.000117
+gallium_dri.so malloc 72 0x55717361bd90 0.000116
+gallium_dri.so free 0x55717361be00 void 0.000114
+gallium_dri.so free 0x55717361bd90 void 0.000116
+gallium_dri.so malloc 72 0x55717361be20 0.000115
+gallium_dri.so free 0x55717361bec0 void 0.000115
+gallium_dri.so free 0x55717361be20 void 0.000115
+gallium_dri.so malloc 72 0x55717361be70 0.000114
+gallium_dri.so free 0x55717361bf40 void 0.000116
+gallium_dri.so free 0x55717361be70 void 0.000115
+gallium_dri.so malloc 72 0x55717361bf40 0.000115
+gallium_dri.so free 0x55717361c000 void 0.000116
+gallium_dri.so free 0x55717361bf40 void 0.000115
+gallium_dri.so malloc 72 0x55717361bf40 0.000114
+gallium_dri.so free 0x55717361c080 void 0.000115
+gallium_dri.so free 0x55717361bf40 void 0.000114
+gallium_dri.so malloc 72 0x55717361c080 0.000113
+gallium_dri.so free 0x55717361c140 void 0.000115
+gallium_dri.so free 0x55717361c080 void 0.000116
+gallium_dri.so malloc 72 0x55717361c080 0.000115
+gallium_dri.so free 0x55717361c200 void 0.000117
+gallium_dri.so free 0x55717361c080 void 0.000116
+gallium_dri.so malloc 72 0x55717361c080 0.000115
+gallium_dri.so free 0x55717361c2c0 void 0.000114
+gallium_dri.so free 0x55717361c080 void 0.000169
+gallium_dri.so malloc 72 0x55717361c270 0.000121
+gallium_dri.so free 0x55717361c340 void 0.000117
+gallium_dri.so free 0x55717361c270 void 0.000115
+gallium_dri.so malloc 72 0x55717361c390 0.000117
+gallium_dri.so free 0x55717361c400 void 0.000116
+gallium_dri.so free 0x55717361c390 void 0.000116
+gallium_dri.so malloc 72 0x55717361c440 0.000115
+gallium_dri.so free 0x55717361c4c0 void 0.000116
+gallium_dri.so free 0x55717361c440 void 0.000116
+gallium_dri.so malloc 72 0x55717361c440 0.000116
+gallium_dri.so free 0x55717361c540 void 0.000115
+gallium_dri.so free 0x55717361c440 void 0.000115
+gallium_dri.so malloc 72 0x55717361c570 0.000116
+gallium_dri.so free 0x55717361c5c0 void 0.000116
+gallium_dri.so free 0x55717361c570 void 0.000115
+gallium_dri.so malloc 72 0x55717361c570 0.000115
+gallium_dri.so free 0x55717361c6c0 void 0.000118
+gallium_dri.so free 0x55717361c570 void 0.000115
+gallium_dri.so malloc 72 0x55717361c670 0.000116
+gallium_dri.so free 0x55717361c780 void 0.000115
+gallium_dri.so free 0x55717361c670 void 0.000115
+gallium_dri.so malloc 72 0x55717361c730 0.000115
+gallium_dri.so free 0x55717361c7c0 void 0.000148
+gallium_dri.so free 0x55717361c730 void 0.000124
+gallium_dri.so malloc 72 0x55717361c730 0.000117
+gallium_dri.so free 0x55717361c880 void 0.000115
+gallium_dri.so free 0x55717361c730 void 0.000132
+gallium_dri.so malloc 72 0x55717361c8f0 0.000123
+gallium_dri.so free 0x55717361c940 void 0.000122
+gallium_dri.so free 0x55717361c8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361c8f0 0.000118
+gallium_dri.so free 0x55717361ca40 void 0.000120
+gallium_dri.so free 0x55717361c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c9f0 0.000120
+gallium_dri.so free 0x55717361cb00 void 0.000120
+gallium_dri.so free 0x55717361c9f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361cab0 0.000118
+gallium_dri.so free 0x55717361cb40 void 0.000122
+gallium_dri.so free 0x55717361cab0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cab0 0.000119
+gallium_dri.so free 0x55717361cc00 void 0.000118
+gallium_dri.so free 0x55717361cab0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cc40 0.000122
+gallium_dri.so free 0x55717361ccc0 void 0.000121
+gallium_dri.so free 0x55717361cc40 void 0.000122
+gallium_dri.so malloc 72 0x55717361ccc0 0.000121
+gallium_dri.so free 0x55717361cd80 void 0.000119
+gallium_dri.so free 0x55717361ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ccc0 0.000118
+gallium_dri.so free 0x55717361ce40 void 0.000120
+gallium_dri.so free 0x55717361ccc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ce60 0.000123
+gallium_dri.so free 0x55717361cf00 void 0.000189
+gallium_dri.so free 0x55717361ce60 void 0.000122
+gallium_dri.so malloc 72 0x55717361ceb0 0.000121
+gallium_dri.so free 0x55717361cf80 void 0.000121
+gallium_dri.so free 0x55717361ceb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361ceb0 0.000123
+gallium_dri.so free 0x55717361d000 void 0.000121
+gallium_dri.so free 0x55717361ceb0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d000 0.000126
+gallium_dri.so free 0x55717361d0c0 void 0.000122
+gallium_dri.so free 0x55717361d000 void 0.000123
+gallium_dri.so malloc 72 0x55717361d000 0.000121
+gallium_dri.so free 0x55717361d180 void 0.000121
+gallium_dri.so free 0x55717361d000 void 0.000122
+gallium_dri.so malloc 72 0x55717361d000 0.000121
+gallium_dri.so free 0x55717361d240 void 0.000122
+gallium_dri.so free 0x55717361d000 void 0.000120
+gallium_dri.so malloc 72 0x55717361d1f0 0.000122
+gallium_dri.so free 0x55717361d300 void 0.000122
+gallium_dri.so free 0x55717361d1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d2b0 0.000122
+gallium_dri.so free 0x55717361d380 void 0.000121
+gallium_dri.so free 0x55717361d2b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d3d0 0.000122
+gallium_dri.so free 0x55717361d440 void 0.000121
+gallium_dri.so free 0x55717361d3d0 void 0.000132
+gallium_dri.so malloc 72 0x55717361d460 0.000116
+gallium_dri.so free 0x55717361d500 void 0.000116
+gallium_dri.so free 0x55717361d460 void 0.000116
+gallium_dri.so malloc 72 0x55717361d4b0 0.000114
+gallium_dri.so free 0x55717361d580 void 0.000115
+gallium_dri.so free 0x55717361d4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d4b0 0.000143
+gallium_dri.so free 0x55717361d600 void 0.000116
+gallium_dri.so free 0x55717361d4b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d600 0.000115
+gallium_dri.so free 0x55717361d6c0 void 0.000115
+gallium_dri.so free 0x55717361d600 void 0.000114
+gallium_dri.so malloc 72 0x55717361d600 0.000115
+gallium_dri.so free 0x55717361d7c0 void 0.000121
+gallium_dri.so free 0x55717361d600 void 0.000116
+gallium_dri.so malloc 72 0x55717361d770 0.000116
+gallium_dri.so free 0x55717361d800 void 0.000116
+gallium_dri.so free 0x55717361d770 void 0.000115
+gallium_dri.so malloc 72 0x55717361d770 0.000115
+gallium_dri.so free 0x55717361d8c0 void 0.000116
+gallium_dri.so free 0x55717361d770 void 0.000115
+gallium_dri.so malloc 72 0x55717361d900 0.000116
+gallium_dri.so free 0x55717361d980 void 0.000117
+gallium_dri.so free 0x55717361d900 void 0.000116
+gallium_dri.so malloc 72 0x55717361d980 0.000115
+gallium_dri.so free 0x55717361da40 void 0.000115
+gallium_dri.so free 0x55717361d980 void 0.000127
+gallium_dri.so malloc 72 0x55717361d980 0.000117
+gallium_dri.so free 0x55717361dac0 void 0.000117
+gallium_dri.so free 0x55717361d980 void 0.000120
+gallium_dri.so malloc 72 0x55717361daf0 0.000118
+gallium_dri.so free 0x55717361db40 void 0.000121
+gallium_dri.so free 0x55717361daf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361daf0 0.000122
+gallium_dri.so free 0x55717361dc40 void 0.000121
+gallium_dri.so free 0x55717361daf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361dc80 0.000121
+gallium_dri.so free 0x55717361dd00 void 0.000121
+gallium_dri.so free 0x55717361dc80 void 0.000121
+gallium_dri.so malloc 72 0x55717361dd00 0.000121
+gallium_dri.so free 0x55717361ddc0 void 0.000122
+gallium_dri.so free 0x55717361dd00 void 0.000121
+gallium_dri.so malloc 72 0x55717361dd00 0.000123
+gallium_dri.so free 0x55717361de40 void 0.000119
+gallium_dri.so free 0x55717361dd00 void 0.000120
+gallium_dri.so malloc 72 0x55717361de70 0.000119
+gallium_dri.so free 0x55717361dec0 void 0.000121
+gallium_dri.so free 0x55717361de70 void 0.000118
+gallium_dri.so malloc 72 0x55717361de70 0.000118
+gallium_dri.so free 0x55717361dfc0 void 0.000125
+gallium_dri.so free 0x55717361de70 void 0.000141
+gallium_dri.so malloc 72 0x55717361df70 0.000122
+gallium_dri.so free 0x55717361e080 void 0.000129
+gallium_dri.so free 0x55717361df70 void 0.000123
+gallium_dri.so malloc 72 0x55717361e030 0.000122
+gallium_dri.so free 0x55717361e100 void 0.000121
+gallium_dri.so free 0x55717361e030 void 0.000120
+gallium_dri.so malloc 72 0x55717361e030 0.000121
+gallium_dri.so free 0x55717361e1c0 void 0.000122
+gallium_dri.so free 0x55717361e030 void 0.000121
+gallium_dri.so malloc 72 0x55717361e030 0.000121
+gallium_dri.so free 0x55717361e280 void 0.000109
+gallium_dri.so free 0x55717361e030 void 0.000200
+gallium_dri.so malloc 72 0x55717361e230 0.000190
+gallium_dri.so free 0x55717361e300 void 0.000118
+gallium_dri.so free 0x55717361e230 void 0.000118
+gallium_dri.so malloc 72 0x55717361e350 0.000120
+gallium_dri.so free 0x55717361e3c0 void 0.000118
+gallium_dri.so free 0x55717361e350 void 0.000116
+gallium_dri.so malloc 72 0x55717361e3e0 0.000117
+gallium_dri.so free 0x55717361e480 void 0.000118
+gallium_dri.so free 0x55717361e3e0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e430 0.000116
+gallium_dri.so free 0x55717361e500 void 0.000118
+gallium_dri.so free 0x55717361e430 void 0.000118
+gallium_dri.so malloc 72 0x55717361e500 0.000118
+gallium_dri.so free 0x55717361e5c0 void 0.000117
+gallium_dri.so free 0x55717361e500 void 0.000113
+gallium_dri.so malloc 72 0x55717361e500 0.000110
+gallium_dri.so free 0x55717361e640 void 0.000110
+gallium_dri.so free 0x55717361e500 void 0.000111
+gallium_dri.so malloc 72 0x55717361e640 0.000115
+gallium_dri.so free 0x55717361e700 void 0.000111
+gallium_dri.so free 0x55717361e640 void 0.000109
+gallium_dri.so malloc 72 0x55717361e640 0.000112
+gallium_dri.so free 0x55717361e7c0 void 0.000109
+gallium_dri.so free 0x55717361e640 void 0.000109
+gallium_dri.so malloc 72 0x55717361e640 0.000109
+gallium_dri.so free 0x55717361e880 void 0.000110
+gallium_dri.so free 0x55717361e640 void 0.000110
+gallium_dri.so malloc 72 0x55717361e830 0.000139
+gallium_dri.so free 0x55717361e900 void 0.000111
+gallium_dri.so free 0x55717361e830 void 0.000111
+gallium_dri.so malloc 72 0x55717361e950 0.000110
+gallium_dri.so free 0x55717361e9c0 void 0.000110
+gallium_dri.so free 0x55717361e950 void 0.000112
+gallium_dri.so malloc 72 0x55717361ea00 0.000110
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361ea00 void 0.000111
+gallium_dri.so malloc 72 0x55717361ea00 0.000113
+gallium_dri.so free 0x55717361eb00 void 0.000110
+gallium_dri.so free 0x55717361ea00 void 0.000110
+gallium_dri.so malloc 72 0x55717361eb30 0.000111
+gallium_dri.so free 0x55717361eb80 void 0.000110
+gallium_dri.so free 0x55717361eb30 void 0.000111
+gallium_dri.so malloc 72 0x55717361eb30 0.000135
+gallium_dri.so free 0x55717361ec80 void 0.000119
+gallium_dri.so free 0x55717361eb30 void 0.000118
+gallium_dri.so malloc 72 0x55717361ec30 0.000118
+gallium_dri.so free 0x55717361ed40 void 0.000118
+gallium_dri.so free 0x55717361ec30 void 0.000118
+gallium_dri.so malloc 72 0x55717361ecf0 0.000116
+gallium_dri.so free 0x55717361ed80 void 0.000118
+gallium_dri.so free 0x55717361ecf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ecf0 0.000118
+gallium_dri.so free 0x55717361ee40 void 0.000117
+gallium_dri.so free 0x55717361ecf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361eeb0 0.000118
+gallium_dri.so free 0x55717361ef00 void 0.000118
+gallium_dri.so free 0x55717361eeb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361eeb0 0.000117
+gallium_dri.so free 0x55717361f000 void 0.000117
+gallium_dri.so free 0x55717361eeb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361efb0 0.000118
+gallium_dri.so free 0x55717361f0c0 void 0.000119
+gallium_dri.so free 0x55717361efb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f070 0.000117
+gallium_dri.so free 0x55717361f100 void 0.000119
+gallium_dri.so free 0x55717361f070 void 0.000117
+gallium_dri.so malloc 72 0x55717361f070 0.000118
+gallium_dri.so free 0x55717361f1c0 void 0.000116
+gallium_dri.so free 0x55717361f070 void 0.000137
+gallium_dri.so malloc 72 0x55717361f200 0.000115
+gallium_dri.so free 0x55717361f280 void 0.000115
+gallium_dri.so free 0x55717361f200 void 0.000113
+gallium_dri.so malloc 72 0x55717361f280 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000114
+gallium_dri.so free 0x55717361f280 void 0.000113
+gallium_dri.so malloc 72 0x55717361f280 0.000113
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f280 void 0.000113
+gallium_dri.so malloc 72 0x55717361f420 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x55717361f420 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000112
+gallium_dri.so free 0x5571735ed340 void 0.000115
+gallium_dri.so free 0x5571735ed2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000113
+gallium_dri.so free 0x5571735ed2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000112
+gallium_dri.so free 0x5571735ed500 void 0.000115
+gallium_dri.so free 0x5571735ed3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000113
+gallium_dri.so free 0x5571735ed4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000148
+gallium_dri.so free 0x5571735ed4b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ed650 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so free 0x5571735ed650 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed700 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed780 0.000114
+gallium_dri.so free 0x5571735ed840 void 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed780 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000114
+gallium_dri.so free 0x5571735ed780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000112
+gallium_dri.so free 0x5571735ed940 void 0.000115
+gallium_dri.so free 0x5571735ed8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so free 0x5571735ed8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735ed9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edab0 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000113
+gallium_dri.so free 0x5571735edab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735edba0 0.000111
+gallium_dri.so free 0x5571735edc40 void 0.000114
+gallium_dri.so free 0x5571735edba0 void 0.000121
+gallium_dri.so malloc 72 0x5571735edbf0 0.000117
+gallium_dri.so free 0x5571735edcc0 void 0.000116
+gallium_dri.so free 0x5571735edbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edbf0 0.000112
+gallium_dri.so free 0x5571735edd40 void 0.000117
+gallium_dri.so free 0x5571735edbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd40 0.000113
+gallium_dri.so free 0x5571735ede00 void 0.000114
+gallium_dri.so free 0x5571735edd40 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd40 0.000113
+gallium_dri.so free 0x5571735edec0 void 0.000113
+gallium_dri.so free 0x5571735edd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd40 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000114
+gallium_dri.so free 0x5571735edd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf30 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edf30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edf30 0.000113
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so free 0x5571735edf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee030 0.000113
+gallium_dri.so free 0x5571735ee140 void 0.000114
+gallium_dri.so free 0x5571735ee030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000114
+gallium_dri.so free 0x5571735ee0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000130
+gallium_dri.so free 0x5571735ee240 void 0.000114
+gallium_dri.so free 0x5571735ee0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee280 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee280 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee300 0.000113
+gallium_dri.so free 0x5571735ee3c0 void 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee300 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000114
+gallium_dri.so free 0x5571735ee540 void 0.000114
+gallium_dri.so free 0x5571735ee4a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000114
+gallium_dri.so free 0x5571735ee5c0 void 0.000142
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so free 0x5571735ee4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee640 0.000116
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee640 0.000113
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee640 0.000130
+gallium_dri.so free 0x5571735ee880 void 0.000117
+gallium_dri.so free 0x5571735ee640 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee830 0.000113
+gallium_dri.so free 0x5571735ee940 void 0.000113
+gallium_dri.so free 0x5571735ee830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000113
+gallium_dri.so free 0x5571735ee9c0 void 0.000113
+gallium_dri.so free 0x5571735ee8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea10 0.000112
+gallium_dri.so free 0x5571735eea80 void 0.000112
+gallium_dri.so free 0x5571735eea10 void 0.000113
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000115
+gallium_dri.so free 0x5571735eeb40 void 0.000116
+gallium_dri.so free 0x5571735eeaa0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000113
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eeaf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eed00 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eec40 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eee40 void 0.000154
+gallium_dri.so free 0x5571735eedb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eedb0 0.000118
+gallium_dri.so free 0x5571735eef00 void 0.000118
+gallium_dri.so free 0x5571735eedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eef40 0.000119
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so free 0x5571735eef40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eefc0 0.000118
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eefc0 0.000120
+gallium_dri.so free 0x5571735ef100 void 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef130 0.000117
+gallium_dri.so free 0x5571735ef180 void 0.000117
+gallium_dri.so free 0x5571735ef130 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef130 0.000117
+gallium_dri.so free 0x5571735ef280 void 0.000117
+gallium_dri.so free 0x5571735ef130 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000117
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef340 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef340 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef340 0.000131
+gallium_dri.so free 0x5571735ef480 void 0.000111
+gallium_dri.so free 0x5571735ef340 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000109
+gallium_dri.so free 0x5571735ef4b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000109
+gallium_dri.so free 0x5571735ef600 void 0.000112
+gallium_dri.so free 0x5571735ef4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000110
+gallium_dri.so free 0x5571735ef6c0 void 0.000111
+gallium_dri.so free 0x5571735ef5b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef670 0.000111
+gallium_dri.so free 0x55717361f4d0 void 0.000110
+gallium_dri.so free 0x5571735ef740 void 0.000113
+gallium_dri.so free 0x5571735ef670 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef670 0.000112
+gallium_dri.so free 0x5571735ef800 void 0.000110
+gallium_dri.so free 0x5571735ef670 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef670 0.000110
+gallium_dri.so free 0x5571735ef8c0 void 0.000109
+gallium_dri.so free 0x5571735ef670 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef870 0.000111
+gallium_dri.so free 0x5571735ef940 void 0.000111
+gallium_dri.so free 0x5571735ef870 void 0.000109
+gallium_dri.so malloc 72 0x5571735ef990 0.000110
+gallium_dri.so free 0x5571735efa00 void 0.000110
+gallium_dri.so free 0x5571735ef990 void 0.000110
+gallium_dri.so malloc 72 0x5571735efa20 0.000126
+gallium_dri.so free 0x5571735efac0 void 0.000116
+gallium_dri.so free 0x5571735efa20 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000109
+gallium_dri.so free 0x5571735efb40 void 0.000109
+gallium_dri.so free 0x5571735efa70 void 0.000109
+gallium_dri.so malloc 72 0x5571735efb40 0.000109
+gallium_dri.so free 0x5571735efc00 void 0.000111
+gallium_dri.so free 0x5571735efb40 void 0.000110
+gallium_dri.so malloc 72 0x5571735efb40 0.000111
+gallium_dri.so free 0x5571735efc80 void 0.000110
+gallium_dri.so free 0x5571735efb40 void 0.000109
+gallium_dri.so malloc 72 0x5571735efc80 0.000110
+gallium_dri.so free 0x5571735efd40 void 0.000110
+gallium_dri.so free 0x5571735efc80 void 0.000109
+gallium_dri.so malloc 72 0x5571735efc80 0.000110
+gallium_dri.so free 0x5571735efe00 void 0.000109
+gallium_dri.so free 0x5571735efc80 void 0.000110
+gallium_dri.so malloc 72 0x5571735efc80 0.000111
+gallium_dri.so free 0x5571735efec0 void 0.000110
+gallium_dri.so free 0x5571735efc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735efe70 0.000134
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efe70 void 0.000111
+gallium_dri.so malloc 72 0x5571735eff90 0.000111
+gallium_dri.so free 0x5571735f0000 void 0.000111
+gallium_dri.so free 0x5571735eff90 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0040 0.000110
+gallium_dri.so free 0x5571735f00c0 void 0.000110
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0040 0.000112
+gallium_dri.so free 0x5571735f0140 void 0.000111
+gallium_dri.so free 0x5571735f0040 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0170 0.000110
+gallium_dri.so free 0x5571735f01c0 void 0.000110
+gallium_dri.so free 0x5571735f0170 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0170 0.000110
+gallium_dri.so free 0x5571735f02c0 void 0.000110
+gallium_dri.so free 0x5571735f0170 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0270 0.000110
+gallium_dri.so free 0x5571735f0380 void 0.000109
+gallium_dri.so free 0x5571735f0270 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0330 0.000109
+gallium_dri.so free 0x5571735f03c0 void 0.000111
+gallium_dri.so free 0x5571735f0330 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0330 0.000113
+gallium_dri.so free 0x5571735f0480 void 0.000114
+gallium_dri.so free 0x5571735f0330 void 0.000111
+gallium_dri.so malloc 72 0x5571735f04f0 0.000110
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f04f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f04f0 0.000112
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so free 0x5571735f04f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f05f0 0.000110
+gallium_dri.so free 0x5571735f0700 void 0.000110
+gallium_dri.so free 0x5571735f05f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f06b0 0.000139
+gallium_dri.so free 0x5571735f0740 void 0.000116
+gallium_dri.so free 0x5571735f06b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f06b0 0.000110
+gallium_dri.so free 0x5571735f0800 void 0.000112
+gallium_dri.so free 0x5571735f06b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0840 0.000109
+gallium_dri.so free 0x5571735f08c0 void 0.000110
+gallium_dri.so free 0x5571735f0840 void 0.000110
+gallium_dri.so malloc 72 0x5571735f08c0 0.000110
+gallium_dri.so free 0x5571735f0980 void 0.000110
+gallium_dri.so free 0x5571735f08c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f08c0 0.000110
+gallium_dri.so free 0x5571735f0a40 void 0.000110
+gallium_dri.so free 0x5571735f08c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0a60 0.000110
+gallium_dri.so free 0x5571735f0b00 void 0.000110
+gallium_dri.so free 0x5571735f0a60 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000110
+gallium_dri.so free 0x5571735f0b80 void 0.000111
+gallium_dri.so free 0x5571735f0ab0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000111
+gallium_dri.so free 0x5571735f0c00 void 0.000124
+gallium_dri.so free 0x5571735f0ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0c00 0.000110
+gallium_dri.so free 0x5571735f0cc0 void 0.000110
+gallium_dri.so free 0x5571735f0c00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0c00 0.000150
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0c00 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000119
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0df0 0.000119
+gallium_dri.so free 0x5571735f0f00 void 0.000118
+gallium_dri.so free 0x5571735f0df0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000118
+gallium_dri.so free 0x5571735f0eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000119
+gallium_dri.so free 0x5571735f1040 void 0.000118
+gallium_dri.so free 0x5571735f0fd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1060 0.000118
+gallium_dri.so free 0x5571735f1100 void 0.000118
+gallium_dri.so free 0x5571735f1060 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10b0 0.000117
+gallium_dri.so free 0x5571735f1180 void 0.000119
+gallium_dri.so free 0x5571735f10b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f10b0 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so free 0x5571735f10b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000118
+gallium_dri.so free 0x5571735f12c0 void 0.000119
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000116
+gallium_dri.so free 0x5571735f13c0 void 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1370 0.000111
+gallium_dri.so free 0x5571735f1400 void 0.000110
+gallium_dri.so free 0x5571735f1370 void 0.000109
+gallium_dri.so malloc 72 0x5571735f1370 0.000110
+gallium_dri.so free 0x5571735f14c0 void 0.000177
+gallium_dri.so free 0x5571735f1370 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1500 0.000111
+gallium_dri.so free 0x5571735f1580 void 0.000111
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1580 0.000110
+gallium_dri.so free 0x5571735f1640 void 0.000112
+gallium_dri.so free 0x5571735f1580 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1580 0.000110
+gallium_dri.so free 0x5571735f16c0 void 0.000110
+gallium_dri.so free 0x5571735f1580 void 0.000110
+gallium_dri.so malloc 72 0x5571735f16f0 0.000109
+gallium_dri.so free 0x5571735f1740 void 0.000110
+gallium_dri.so free 0x5571735f16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f16f0 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000114
+gallium_dri.so free 0x5571735f16f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1880 0.000112
+gallium_dri.so free 0x5571735f1900 void 0.000110
+gallium_dri.so free 0x5571735f1880 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1900 0.000135
+gallium_dri.so free 0x5571735f19c0 void 0.000125
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1900 0.000117
+gallium_dri.so free 0x5571735f1a40 void 0.000181
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a70 0.000119
+gallium_dri.so free 0x5571735f1ac0 void 0.000118
+gallium_dri.so free 0x5571735f1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1a70 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1b70 0.000118
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so free 0x5571735f1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c30 0.000121
+gallium_dri.so free 0x5571735f1d00 void 0.000119
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c30 0.000119
+gallium_dri.so free 0x5571735f1dc0 void 0.000118
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1c30 0.000118
+gallium_dri.so free 0x5571735f1e80 void 0.000119
+gallium_dri.so free 0x5571735f1c30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1e30 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e30 void 0.000152
+gallium_dri.so malloc 72 0x5571735f1f50 0.000159
+gallium_dri.so free 0x5571735f1fc0 void 0.000163
+gallium_dri.so free 0x5571735f1f50 void 0.000154
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000154
+gallium_dri.so free 0x5571735f2080 void 0.000152
+gallium_dri.so free 0x5571735f1fe0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2030 0.000153
+gallium_dri.so free 0x5571735f2100 void 0.000155
+gallium_dri.so free 0x5571735f2030 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2100 0.000155
+gallium_dri.so free 0x5571735f21c0 void 0.000156
+gallium_dri.so free 0x5571735f2100 void 0.000153
+gallium_dri.so malloc 72 0x5571735f2100 0.000154
+gallium_dri.so free 0x5571735f2240 void 0.000155
+gallium_dri.so free 0x5571735f2100 void 0.000151
+gallium_dri.so malloc 72 0x5571735f2240 0.000153
+gallium_dri.so free 0x5571735f2300 void 0.000155
+gallium_dri.so free 0x5571735f2240 void 0.000153
+gallium_dri.so malloc 72 0x5571735f2240 0.000153
+gallium_dri.so free 0x5571735f23c0 void 0.000216
+gallium_dri.so free 0x5571735f2240 void 0.000234
+gallium_dri.so malloc 72 0x5571735f2240 0.000200
+gallium_dri.so free 0x5571735f2480 void 0.000165
+gallium_dri.so free 0x5571735f2240 void 0.000160
+gallium_dri.so malloc 72 0x5571735f2430 0.000154
+gallium_dri.so free 0x5571735f2500 void 0.000152
+gallium_dri.so free 0x5571735f2430 void 0.000162
+gallium_dri.so malloc 72 0x5571735f2550 0.000123
+gallium_dri.so free 0x5571735f25c0 void 0.000124
+gallium_dri.so free 0x5571735f2550 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2600 0.000120
+gallium_dri.so free 0x5571735f2680 void 0.000118
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2600 0.000119
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2600 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x5571735f2780 void 0.000117
+gallium_dri.so free 0x5571735f2730 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2730 0.000118
+gallium_dri.so free 0x5571735f2880 void 0.000119
+gallium_dri.so free 0x5571735f2730 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2830 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000124
+gallium_dri.so free 0x5571735f2830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000120
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000120
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c23f0 0.000118
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x5571735c23f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c23f0 0.000117
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x55717346e840 void 0.000118
+gallium_dri.so free 0x5571735c4f30 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x55717346e7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e31b0 0.000117
+gallium_dri.so free 0x5571735fe740 void 0.000118
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000120
+gallium_dri.so free 0x55717346e680 void 0.000128
+gallium_dri.so free 0x5571735fe6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000117
+gallium_dri.so free 0x557173460440 void 0.000117
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000118
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000118
+gallium_dri.so free 0x55717346c230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000118
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f63f0 0.000119
+gallium_dri.so free 0x5571735d2200 void 0.000119
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000118
+gallium_dri.so free 0x5571735d21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000120
+gallium_dri.so free 0x557173469e80 void 0.000118
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x557173469e30 0.000119
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x557173469e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffff0 0.000163
+gallium_dri.so free 0x5571735f8680 void 0.000120
+gallium_dri.so free 0x5571735ffff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8630 0.000126
+gallium_dri.so free 0x5571735c3f40 void 0.000122
+gallium_dri.so free 0x5571735f8630 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000120
+gallium_dri.so free 0x55717360f800 void 0.000122
+gallium_dri.so free 0x5571735c3ef0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f7b0 0.000120
+gallium_dri.so free 0x5571735c29c0 void 0.000121
+gallium_dri.so free 0x55717360f7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000122
+gallium_dri.so free 0x5571735dfb00 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfab0 0.000132
+gallium_dri.so free 0x5571735e1640 void 0.000122
+gallium_dri.so free 0x5571735dfab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000120
+gallium_dri.so free 0x55717346ab40 void 0.000117
+gallium_dri.so free 0x5571735e15f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346aaf0 0.000121
+gallium_dri.so free 0x5571735ffe80 void 0.000120
+gallium_dri.so free 0x55717346aaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffe30 0.000119
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so free 0x5571735ffe30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2570 0.000118
+gallium_dri.so free 0x5571735db480 void 0.000117
+gallium_dri.so free 0x5571735e2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735db430 0.000115
+gallium_dri.so free 0x5571735c1d00 void 0.000116
+gallium_dri.so free 0x5571735db430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735fd8c0 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fd870 0.000115
+gallium_dri.so free 0x5571735c0140 void 0.000117
+gallium_dri.so free 0x5571735fd870 void 0.000116
+gallium_dri.so malloc 72 0x5571735c00f0 0.000116
+gallium_dri.so free 0x5571735c4940 void 0.000116
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c49b0 0.000119
+gallium_dri.so free 0x55717346c0c0 void 0.000117
+gallium_dri.so free 0x5571735c49b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c070 0.000114
+gallium_dri.so free 0x5571735dc0c0 void 0.000116
+gallium_dri.so free 0x55717346c070 void 0.000155
+gallium_dri.so malloc 72 0x5571735dc070 0.000215
+gallium_dri.so free 0x557173620e80 void 0.000207
+gallium_dri.so free 0x5571735dc070 void 0.000131
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000121
+gallium_dri.so free 0x557173620e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed170 0.000121
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x5571735ed170 void 0.000119
+gallium_dri.so malloc 72 0x55717346d0b0 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f70b0 0.000121
+gallium_dri.so free 0x55717346f080 void 0.000119
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000119
+gallium_dri.so free 0x5571735f3040 void 0.000119
+gallium_dri.so free 0x5571735f70b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x55717360f640 void 0.000123
+gallium_dri.so free 0x5571735f2ff0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f5f0 0.000117
+gallium_dri.so free 0x5571735f8a00 void 0.000118
+gallium_dri.so free 0x55717360f5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f89b0 0.000117
+gallium_dri.so free 0x5571735ffcc0 void 0.000117
+gallium_dri.so free 0x5571735f89b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffc70 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000166
+gallium_dri.so free 0x5571735ffc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000118
+gallium_dri.so free 0x557173605c40 void 0.000134
+gallium_dri.so free 0x5571735eb5b0 void 0.000117
+gallium_dri.so malloc 72 0x557173605bf0 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000120
+gallium_dri.so free 0x557173605bf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedf0 0.000120
+gallium_dri.so free 0x557173460f80 void 0.000118
+gallium_dri.so free 0x5571735dedf0 void 0.000118
+gallium_dri.so malloc 72 0x557173460f30 0.000119
+gallium_dri.so free 0x5571735f3200 void 0.000119
+gallium_dri.so free 0x557173460f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x5571735fda80 void 0.000119
+gallium_dri.so free 0x5571735f31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000119
+gallium_dri.so free 0x55717360d400 void 0.000119
+gallium_dri.so free 0x5571735fda30 void 0.000118
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x55717360d3b0 void 0.000118
+gallium_dri.so malloc 72 0x557173464b30 0.000126
+gallium_dri.so free 0x5571735cfc40 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x5571735d47c0 void 0.000119
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x557173589400 void 0.000118
+gallium_dri.so free 0x5571735d4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000117
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360b770 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000120
+gallium_dri.so free 0x55717360b770 void 0.000117
+gallium_dri.so malloc 72 0x55717346c3f0 0.000118
+gallium_dri.so free 0x557173473580 void 0.000119
+gallium_dri.so free 0x55717346c3f0 void 0.000117
+gallium_dri.so malloc 72 0x557173473530 0.000117
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000119
+gallium_dri.so malloc 72 0x55717360c770 0.000120
+gallium_dri.so free 0x55717360da80 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000117
+gallium_dri.so malloc 72 0x55717360daf0 0.000117
+gallium_dri.so free 0x557173620cc0 void 0.000117
+gallium_dri.so free 0x55717360daf0 void 0.000118
+gallium_dri.so malloc 72 0x557173620c70 0.000120
+gallium_dri.so free 0x5571735dcd80 void 0.000119
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000119
+gallium_dri.so free 0x557173600d00 void 0.000117
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x557173600cb0 0.000123
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so free 0x557173600cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9670 0.000117
+gallium_dri.so free 0x5571735faec0 void 0.000119
+gallium_dri.so free 0x5571735f9670 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae70 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000119
+gallium_dri.so free 0x5571735fae70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f9080 void 0.000133
+gallium_dri.so free 0x5571735f2e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2e30 0.000118
+gallium_dri.so free 0x5571735fd700 void 0.000119
+gallium_dri.so free 0x5571735f2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so free 0x5571735fd6b0 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000126
+gallium_dri.so malloc 72 0x5571735f57b0 0.000120
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000118
+gallium_dri.so free 0x557173610630 void 0.000117
+gallium_dri.so malloc 72 0x55717360e070 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000120
+gallium_dri.so free 0x55717360e070 void 0.000119
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x557173461c40 void 0.000118
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x557173461bf0 0.000117
+gallium_dri.so free 0x55717360f9c0 void 0.000119
+gallium_dri.so free 0x557173461bf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f970 0.000120
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x55717360f970 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735c3280 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3230 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000117
+gallium_dri.so free 0x5571735c3230 void 0.000118
+gallium_dri.so malloc 72 0x55717346d970 0.000118
+gallium_dri.so free 0x55717346a500 void 0.000126
+gallium_dri.so free 0x55717346d970 void 0.000117
+gallium_dri.so malloc 72 0x55717346d970 0.000116
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefb0 0.000117
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e930 0.000118
+gallium_dri.so free 0x557173610f40 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000118
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x5571735fca40 void 0.000117
+gallium_dri.so free 0x557173610ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x55717346cac0 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000118
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x5571735fc9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7970 0.000116
+gallium_dri.so free 0x5571735f9f80 void 0.000117
+gallium_dri.so free 0x5571735f7970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f30 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000120
+gallium_dri.so free 0x5571735f9f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0370 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000123
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6b30 0.000118
+gallium_dri.so free 0x5571735fe100 void 0.000133
+gallium_dri.so free 0x5571735f6b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6b30 0.000118
+gallium_dri.so free 0x557173610040 void 0.000119
+gallium_dri.so free 0x5571735f6b30 void 0.000118
+gallium_dri.so malloc 72 0x557173610040 0.000119
+gallium_dri.so free 0x557173620000 void 0.000118
+gallium_dri.so free 0x557173610040 void 0.000119
+gallium_dri.so malloc 72 0x55717361ffb0 0.000117
+gallium_dri.so free 0x5571736006c0 void 0.000118
+gallium_dri.so free 0x55717361ffb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ffb0 0.000118
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so free 0x55717361ffb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000119
+gallium_dri.so free 0x557173609640 void 0.000119
+gallium_dri.so free 0x55717346b3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000118
+gallium_dri.so free 0x5571735dd640 void 0.000119
+gallium_dri.so free 0x5571736095f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000120
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000120
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000118
+gallium_dri.so free 0x557173461600 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000117
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x557173469a00 0.000118
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so malloc 72 0x557173469a00 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000128
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x5571734741c0 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000117
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x55717360d180 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so malloc 72 0x55717360d180 0.000125
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so malloc 72 0x55717360d180 0.000118
+gallium_dri.so free 0x5571735e3000 void 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735f61c0 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf40 0.000117
+gallium_dri.so free 0x5571735debc0 void 0.000124
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x5571735dec40 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so malloc 72 0x5571735dec70 0.000117
+gallium_dri.so free 0x557173603300 void 0.000119
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dec70 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x5571735dec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dec70 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so free 0x5571735dec70 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x557173469c00 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x557173469c80 void 0.000119
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so malloc 72 0x557173469cb0 0.000120
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so free 0x557173469cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173469cb0 0.000118
+gallium_dri.so free 0x557173473f40 void 0.000118
+gallium_dri.so free 0x557173469cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173473f40 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000129
+gallium_dri.so free 0x557173473f40 void 0.000119
+gallium_dri.so malloc 72 0x557173473f40 0.000120
+gallium_dri.so free 0x5571735c0ec0 void 0.000119
+gallium_dri.so free 0x557173473f40 void 0.000121
+gallium_dri.so malloc 72 0x557173473f40 0.000119
+gallium_dri.so free 0x5571735fbb80 void 0.000119
+gallium_dri.so free 0x557173473f40 void 0.000118
+gallium_dri.so malloc 72 0x557173473f40 0.000119
+gallium_dri.so free 0x5571735fbc40 void 0.000119
+gallium_dri.so free 0x557173473f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000119
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so free 0x5571735fbbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2300 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2300 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000120
+gallium_dri.so free 0x5571735e2300 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2300 0.000119
+gallium_dri.so free 0x5571735ec380 void 0.000119
+gallium_dri.so free 0x5571735e2300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec330 0.000118
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so free 0x5571735ec330 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec330 0.000186
+gallium_dri.so free 0x55717360c580 void 0.000120
+gallium_dri.so free 0x5571735ec330 void 0.000119
+gallium_dri.so malloc 72 0x55717360c580 0.000124
+gallium_dri.so free 0x557173590400 void 0.000127
+gallium_dri.so free 0x55717360c580 void 0.000121
+gallium_dri.so malloc 72 0x55717360c580 0.000118
+gallium_dri.so free 0x557173590480 void 0.000120
+gallium_dri.so free 0x55717360c580 void 0.000119
+gallium_dri.so malloc 72 0x5571735904b0 0.000119
+gallium_dri.so free 0x55717358b880 void 0.000119
+gallium_dri.so free 0x5571735904b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735904b0 0.000118
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so free 0x5571735904b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358b900 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000119
+gallium_dri.so malloc 72 0x55717358b900 0.000119
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so free 0x55717358b900 void 0.000118
+gallium_dri.so malloc 72 0x55717358b900 0.000120
+gallium_dri.so free 0x5571736080c0 void 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000117
+gallium_dri.so malloc 72 0x55717358b900 0.000119
+gallium_dri.so free 0x557173608180 void 0.000118
+gallium_dri.so free 0x55717358b900 void 0.000128
+gallium_dri.so malloc 72 0x557173608130 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x557173608130 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000118
+gallium_dri.so free 0x5571735f5600 void 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000120
+gallium_dri.so free 0x5571735db1c0 void 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000120
+gallium_dri.so free 0x5571736058c0 void 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000118
+gallium_dri.so free 0x5571735db280 void 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so malloc 72 0x5571735db230 0.000119
+gallium_dri.so free 0x557173464800 void 0.000117
+gallium_dri.so free 0x5571735db230 void 0.000119
+gallium_dri.so malloc 72 0x557173464800 0.000118
+gallium_dri.so free 0x5571734648c0 void 0.000119
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so malloc 72 0x557173464800 0.000118
+gallium_dri.so free 0x5571736059c0 void 0.000117
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so malloc 72 0x557173605970 0.000119
+gallium_dri.so free 0x557173589080 void 0.000131
+gallium_dri.so free 0x557173605970 void 0.000119
+gallium_dri.so malloc 72 0x557173605970 0.000118
+gallium_dri.so free 0x557173589100 void 0.000119
+gallium_dri.so free 0x557173605970 void 0.000119
+gallium_dri.so malloc 72 0x557173589100 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x557173589100 void 0.000120
+gallium_dri.so malloc 72 0x557173589100 0.000120
+gallium_dri.so free 0x55717360b500 void 0.000120
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x55717360b520 0.000120
+gallium_dri.so free 0x55717360ba40 void 0.000118
+gallium_dri.so free 0x55717360b520 void 0.000119
+gallium_dri.so malloc 72 0x55717360b520 0.000118
+gallium_dri.so free 0x55717360bb00 void 0.000121
+gallium_dri.so free 0x55717360b520 void 0.000118
+gallium_dri.so malloc 72 0x55717360bab0 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x55717360bab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000124
+gallium_dri.so free 0x5571735bfe80 void 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000120
+gallium_dri.so free 0x55717346be00 void 0.000118
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bdb0 0.000126
+gallium_dri.so free 0x55717346be80 void 0.000121
+gallium_dri.so free 0x55717346bdb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346be80 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000118
+gallium_dri.so free 0x55717346be80 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000119
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360bdd0 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x55717360bdd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfd60 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000119
+gallium_dri.so free 0x5571735cfd60 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000122
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so free 0x5571735cfdb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2340 0.000125
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so free 0x5571735d2340 void 0.000117
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735d48c0 void 0.000124
+gallium_dri.so free 0x5571735d23c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4900 0.000120
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4900 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4900 0.000118
+gallium_dri.so free 0x5571735fc400 void 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735fc3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb750 0.000119
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so free 0x5571735eb750 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000119
+gallium_dri.so free 0x5571735fc480 void 0.000118
+gallium_dri.so free 0x5571735eb7e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000119
+gallium_dri.so free 0x5571735eb880 void 0.000118
+gallium_dri.so free 0x5571735fc4b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb830 0.000118
+gallium_dri.so free 0x5571735c0240 void 0.000118
+gallium_dri.so free 0x5571735eb830 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0280 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000120
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0300 0.000119
+gallium_dri.so free 0x5571735c03c0 void 0.000203
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735f4980 void 0.000110
+gallium_dri.so free 0x5571735c0300 void 0.000111
+gallium_dri.so malloc 72 0x5571735f49b0 0.000126
+gallium_dri.so free 0x5571735f4a00 void 0.000113
+gallium_dri.so free 0x5571735f49b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f49b0 0.000110
+gallium_dri.so free 0x5571735f4b00 void 0.000111
+gallium_dri.so free 0x5571735f49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000113
+gallium_dri.so free 0x5571735fafc0 void 0.000111
+gallium_dri.so free 0x5571735f4ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb020 0.000110
+gallium_dri.so free 0x5571735fb0c0 void 0.000110
+gallium_dri.so free 0x5571735fb020 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb070 0.000112
+gallium_dri.so free 0x5571735fb100 void 0.000110
+gallium_dri.so free 0x5571735fb070 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb070 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735fb070 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1780 0.000112
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1780 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1800 0.000110
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1800 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so malloc 72 0x557173460570 0.000116
+gallium_dri.so free 0x557173460640 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000115
+gallium_dri.so malloc 72 0x557173460640 0.000115
+gallium_dri.so free 0x557173460700 void 0.000115
+gallium_dri.so free 0x557173460640 void 0.000113
+gallium_dri.so malloc 72 0x557173460640 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb40 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb40 0.000113
+gallium_dri.so free 0x55717346bc80 void 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcb0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000115
+gallium_dri.so free 0x55717346bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcb0 0.000114
+gallium_dri.so free 0x557173611100 void 0.000116
+gallium_dri.so free 0x55717346bcb0 void 0.000115
+gallium_dri.so malloc 72 0x557173611100 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000129
+gallium_dri.so free 0x557173611100 void 0.000114
+gallium_dri.so malloc 72 0x557173611100 0.000112
+gallium_dri.so free 0x557173609780 void 0.000116
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000115
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173611100 void 0.000115
+gallium_dri.so malloc 72 0x557173609830 0.000113
+gallium_dri.so free 0x557173609880 void 0.000114
+gallium_dri.so free 0x557173609830 void 0.000115
+gallium_dri.so malloc 72 0x557173609830 0.000116
+gallium_dri.so free 0x5571735f7200 void 0.000114
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72e0 0.000113
+gallium_dri.so free 0x557173609980 void 0.000115
+gallium_dri.so free 0x5571735f72e0 void 0.000113
+gallium_dri.so malloc 72 0x557173609930 0.000128
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x557173609930 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7330 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f7330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7330 0.000114
+gallium_dri.so free 0x55717346d200 void 0.000173
+gallium_dri.so free 0x5571735f7330 void 0.000116
+gallium_dri.so malloc 72 0x55717346d250 0.000114
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so free 0x55717346d250 void 0.000115
+gallium_dri.so malloc 72 0x55717346d2e0 0.000114
+gallium_dri.so free 0x55717346d380 void 0.000114
+gallium_dri.so free 0x55717346d2e0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d330 0.000113
+gallium_dri.so free 0x55717346d400 void 0.000116
+gallium_dri.so free 0x55717346d330 void 0.000112
+gallium_dri.so malloc 72 0x55717346d330 0.000114
+gallium_dri.so free 0x55717346ac40 void 0.000114
+gallium_dri.so free 0x55717346d330 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac90 0.000115
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac90 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad60 0.000116
+gallium_dri.so free 0x55717346ae00 void 0.000115
+gallium_dri.so free 0x55717346ad60 void 0.000114
+gallium_dri.so malloc 72 0x55717346adb0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000114
+gallium_dri.so free 0x55717346adb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2af0 0.000113
+gallium_dri.so free 0x5571735c2b40 void 0.000114
+gallium_dri.so free 0x5571735c2af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2af0 0.000112
+gallium_dri.so free 0x5571735c2c40 void 0.000125
+gallium_dri.so free 0x5571735c2af0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000115
+gallium_dri.so free 0x5571735c2d00 void 0.000116
+gallium_dri.so free 0x5571735c2bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000114
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x5571735c2cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc30 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so free 0x5571735dfc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000114
+gallium_dri.so free 0x5571735dfd40 void 0.000115
+gallium_dri.so free 0x5571735dfc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc80 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so free 0x5571735dfc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9810 0.000114
+gallium_dri.so free 0x5571735dfe40 void 0.000116
+gallium_dri.so free 0x5571735f9810 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000114
+gallium_dri.so free 0x5571735f9880 void 0.000115
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98b0 0.000113
+gallium_dri.so free 0x5571735f9900 void 0.000114
+gallium_dri.so free 0x5571735f98b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f98b0 0.000112
+gallium_dri.so free 0x557173461d40 void 0.000123
+gallium_dri.so free 0x5571735f98b0 void 0.000115
+gallium_dri.so malloc 72 0x557173461d90 0.000114
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so free 0x557173461d90 void 0.000115
+gallium_dri.so malloc 72 0x557173461e40 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so free 0x557173461e40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f99b0 0.000115
+gallium_dri.so free 0x557173461ec0 void 0.000114
+gallium_dri.so free 0x5571735f99b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99b0 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x5571735f99b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600e40 0.000112
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e40 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000119
+gallium_dri.so free 0x557173461f80 void 0.000117
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173461f30 0.000113
+gallium_dri.so free 0x557173600f80 void 0.000113
+gallium_dri.so free 0x557173461f30 void 0.000114
+gallium_dri.so malloc 72 0x557173461f30 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000114
+gallium_dri.so free 0x557173461f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcef0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000115
+gallium_dri.so free 0x5571735dcef0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dcef0 0.000118
+gallium_dri.so free 0x5571735dd040 void 0.000116
+gallium_dri.so free 0x5571735dcef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000114
+gallium_dri.so free 0x557173601040 void 0.000115
+gallium_dri.so free 0x5571735dcff0 void 0.000114
+gallium_dri.so malloc 72 0x557173600ff0 0.000112
+gallium_dri.so free 0x55717360e1c0 void 0.000116
+gallium_dri.so free 0x557173600ff0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e1f0 0.000113
+gallium_dri.so free 0x55717360e240 void 0.000115
+gallium_dri.so free 0x55717360e1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e1f0 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so free 0x55717360e1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x55717360e2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736107e0 0.000114
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x5571736107e0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e3b0 0.000112
+gallium_dri.so free 0x557173610880 void 0.000115
+gallium_dri.so free 0x55717360e3b0 void 0.000114
+gallium_dri.so malloc 72 0x557173610830 0.000114
+gallium_dri.so free 0x557173610900 void 0.000115
+gallium_dri.so free 0x557173610830 void 0.000128
+gallium_dri.so malloc 72 0x557173610830 0.000115
+gallium_dri.so free 0x5571735fe840 void 0.000116
+gallium_dri.so free 0x557173610830 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe890 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so free 0x5571735fe890 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe920 0.000113
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe920 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe970 0.000114
+gallium_dri.so free 0x55717346f200 void 0.000115
+gallium_dri.so free 0x5571735fe970 void 0.000116
+gallium_dri.so malloc 72 0x55717346f1b0 0.000119
+gallium_dri.so free 0x5571735fea40 void 0.000115
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000118
+gallium_dri.so free 0x55717346f2c0 void 0.000115
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f270 0.000123
+gallium_dri.so free 0x55717346f380 void 0.000136
+gallium_dri.so free 0x55717346f270 void 0.000115
+gallium_dri.so malloc 72 0x55717346f330 0.000113
+gallium_dri.so free 0x55717346f3c0 void 0.000113
+gallium_dri.so free 0x55717346f330 void 0.000114
+gallium_dri.so malloc 72 0x55717346f330 0.000114
+gallium_dri.so free 0x55717360e540 void 0.000168
+gallium_dri.so free 0x55717346f330 void 0.000114
+gallium_dri.so malloc 72 0x55717360e580 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so free 0x55717360e580 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e6c0 void 0.000117
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000115
+gallium_dri.so free 0x55717360e740 void 0.000115
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000112
+gallium_dri.so free 0x55717346d580 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x55717346d5b0 0.000113
+gallium_dri.so free 0x55717346d600 void 0.000114
+gallium_dri.so free 0x55717346d5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d5b0 0.000113
+gallium_dri.so free 0x55717346d700 void 0.000113
+gallium_dri.so free 0x55717346d5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d6b0 0.000112
+gallium_dri.so free 0x55717346d7c0 void 0.000114
+gallium_dri.so free 0x55717346d6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d770 0.000188
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x55717346d770 void 0.000115
+gallium_dri.so malloc 72 0x5571735de7b0 0.000114
+gallium_dri.so free 0x5571735de880 void 0.000125
+gallium_dri.so free 0x5571735de7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de7b0 0.000113
+gallium_dri.so free 0x5571735de980 void 0.000114
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de930 0.000112
+gallium_dri.so free 0x557173473b80 void 0.000115
+gallium_dri.so free 0x5571735de930 void 0.000114
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c40 void 0.000115
+gallium_dri.so free 0x557173473b30 void 0.000117
+gallium_dri.so malloc 72 0x557173473bf0 0.000114
+gallium_dri.so free 0x557173473c80 void 0.000114
+gallium_dri.so free 0x557173473bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173473bf0 0.000113
+gallium_dri.so free 0x5571735dea00 void 0.000117
+gallium_dri.so free 0x557173473bf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea40 0.000114
+gallium_dri.so free 0x557173473d40 void 0.000114
+gallium_dri.so free 0x5571735dea40 void 0.000114
+gallium_dri.so malloc 72 0x557173473d90 0.000117
+gallium_dri.so free 0x5571735fc600 void 0.000116
+gallium_dri.so free 0x557173473d90 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc660 0.000119
+gallium_dri.so free 0x5571735fc700 void 0.000116
+gallium_dri.so free 0x5571735fc660 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000114
+gallium_dri.so free 0x5571735fc740 void 0.000127
+gallium_dri.so free 0x5571735fc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6b0 0.000117
+gallium_dri.so free 0x5571735fc800 void 0.000115
+gallium_dri.so free 0x5571735fc6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc840 0.000113
+gallium_dri.so free 0x557173460940 void 0.000120
+gallium_dri.so free 0x5571735fc840 void 0.000120
+gallium_dri.so malloc 72 0x5571734608f0 0.000118
+gallium_dri.so free 0x557173460a00 void 0.000115
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734609b0 0.000113
+gallium_dri.so free 0x557173460a40 void 0.000114
+gallium_dri.so free 0x5571734609b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734609b0 0.000114
+gallium_dri.so free 0x557173460b00 void 0.000114
+gallium_dri.so free 0x5571734609b0 void 0.000115
+gallium_dri.so malloc 72 0x557173460b50 0.000114
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x557173460b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecb30 0.000114
+gallium_dri.so free 0x5571735ecc00 void 0.000116
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecc50 0.000117
+gallium_dri.so free 0x5571735eccc0 void 0.000115
+gallium_dri.so free 0x5571735ecc50 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecce0 0.000114
+gallium_dri.so free 0x5571735ecd80 void 0.000189
+gallium_dri.so free 0x5571735ecce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd30 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000114
+gallium_dri.so free 0x5571735ecd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd240 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so free 0x5571735dd240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000115
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000114
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5e80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5f00 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f00 0.000111
+gallium_dri.so free 0x5571735f5fc0 void 0.000113
+gallium_dri.so free 0x5571735f5f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f00 0.000113
+gallium_dri.so free 0x55717360cdc0 void 0.000124
+gallium_dri.so free 0x5571735f5f00 void 0.000111
+gallium_dri.so malloc 72 0x55717360cd70 0.000111
+gallium_dri.so free 0x55717360ce40 void 0.000111
+gallium_dri.so free 0x55717360cd70 void 0.000110
+gallium_dri.so malloc 72 0x55717360cd70 0.000111
+gallium_dri.so free 0x55717360cf40 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000111
+gallium_dri.so malloc 72 0x55717360cef0 0.000111
+gallium_dri.so free 0x5571735dba80 void 0.000111
+gallium_dri.so free 0x55717360cef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dba30 0.000119
+gallium_dri.so free 0x5571735dbb40 void 0.000114
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000112
+gallium_dri.so free 0x5571735dbb80 void 0.000112
+gallium_dri.so free 0x5571735dbaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000115
+gallium_dri.so free 0x55717360cfc0 void 0.000116
+gallium_dri.so free 0x5571735dbaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d000 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000123
+gallium_dri.so free 0x55717360d000 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbc90 0.000115
+gallium_dri.so free 0x5571735dff80 void 0.000115
+gallium_dri.so free 0x5571735dbc90 void 0.000115
+gallium_dri.so malloc 72 0x5571735dffe0 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000122
+gallium_dri.so free 0x5571735dffe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0030 0.000112
+gallium_dri.so free 0x5571735e00c0 void 0.000111
+gallium_dri.so free 0x5571735e0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0030 0.000112
+gallium_dri.so free 0x5571735e0180 void 0.000113
+gallium_dri.so free 0x5571735e0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e01c0 0.000112
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735e01c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1670 0.000114
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1730 0.000131
+gallium_dri.so free 0x5571735c17c0 void 0.000128
+gallium_dri.so free 0x5571735c1730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1730 0.000115
+gallium_dri.so free 0x5571735c1880 void 0.000124
+gallium_dri.so free 0x5571735c1730 void 0.000130
+gallium_dri.so malloc 72 0x5571735c18d0 0.000128
+gallium_dri.so free 0x55717346afc0 void 0.000129
+gallium_dri.so free 0x5571735c18d0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b000 0.000124
+gallium_dri.so free 0x55717346b080 void 0.000145
+gallium_dri.so free 0x55717346b000 void 0.000126
+gallium_dri.so malloc 72 0x55717346b080 0.000124
+gallium_dri.so free 0x55717346b140 void 0.000120
+gallium_dri.so free 0x55717346b080 void 0.000120
+gallium_dri.so malloc 72 0x55717346b080 0.000126
+gallium_dri.so free 0x55717346b1c0 void 0.000124
+gallium_dri.so free 0x55717346b080 void 0.000124
+gallium_dri.so malloc 72 0x55717346b1f0 0.000158
+gallium_dri.so free 0x5571735f9b40 void 0.000124
+gallium_dri.so free 0x55717346b1f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f9b80 0.000125
+gallium_dri.so free 0x5571735f9c00 void 0.000157
+gallium_dri.so free 0x5571735f9b80 void 0.000166
+gallium_dri.so malloc 72 0x5571735f9c00 0.000126
+gallium_dri.so free 0x5571735f9cc0 void 0.000125
+gallium_dri.so free 0x5571735f9c00 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9c00 0.000116
+gallium_dri.so free 0x5571735f9d40 void 0.000115
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c00 0.000123
+gallium_dri.so free 0x5571735c2e40 void 0.000159
+gallium_dri.so free 0x5571735f9c00 void 0.000159
+gallium_dri.so malloc 72 0x5571735c2e70 0.000157
+gallium_dri.so free 0x5571735c2ec0 void 0.000125
+gallium_dri.so free 0x5571735c2e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e70 0.000115
+gallium_dri.so free 0x5571735c2fc0 void 0.000116
+gallium_dri.so free 0x5571735c2e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2f70 0.000118
+gallium_dri.so free 0x5571735c3080 void 0.000125
+gallium_dri.so free 0x5571735c2f70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3030 0.000123
+gallium_dri.so free 0x557173610b00 void 0.000124
+gallium_dri.so free 0x5571735c3030 void 0.000123
+gallium_dri.so malloc 72 0x557173610b30 0.000123
+gallium_dri.so free 0x557173610b80 void 0.000123
+gallium_dri.so free 0x557173610b30 void 0.000125
+gallium_dri.so malloc 72 0x557173610b30 0.000125
+gallium_dri.so free 0x557173610c80 void 0.000120
+gallium_dri.so free 0x557173610b30 void 0.000113
+gallium_dri.so malloc 72 0x557173610cc0 0.000119
+gallium_dri.so free 0x5571735e2bc0 void 0.000161
+gallium_dri.so free 0x557173610cc0 void 0.000180
+gallium_dri.so malloc 72 0x5571735e2b70 0.000179
+gallium_dri.so free 0x5571735e2c80 void 0.000176
+gallium_dri.so free 0x5571735e2b70 void 0.000179
+gallium_dri.so malloc 72 0x5571735e2c30 0.000229
+gallium_dri.so free 0x5571735e2cc0 void 0.000176
+gallium_dri.so free 0x5571735e2c30 void 0.000164
+gallium_dri.so malloc 72 0x5571735e2c30 0.000166
+gallium_dri.so free 0x557173610d40 void 0.000130
+gallium_dri.so free 0x5571735e2c30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2c30 0.000124
+gallium_dri.so free 0x5571735e2d80 void 0.000121
+gallium_dri.so free 0x5571735e2c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000124
+gallium_dri.so free 0x5571735febc0 void 0.000121
+gallium_dri.so free 0x5571735e2dd0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fec20 0.000125
+gallium_dri.so free 0x5571735fecc0 void 0.000122
+gallium_dri.so free 0x5571735fec20 void 0.000134
+gallium_dri.so malloc 72 0x5571735fec70 0.000131
+gallium_dri.so free 0x5571735fed00 void 0.000130
+gallium_dri.so free 0x5571735fec70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fec70 0.000128
+gallium_dri.so free 0x5571735fedc0 void 0.000125
+gallium_dri.so free 0x5571735fec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735fee00 0.000125
+gallium_dri.so free 0x5571735f7580 void 0.000129
+gallium_dri.so free 0x5571735fee00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f75d0 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so free 0x5571735f75d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7660 0.000129
+gallium_dri.so free 0x5571735f7700 void 0.000128
+gallium_dri.so free 0x5571735f7660 void 0.000131
+gallium_dri.so malloc 72 0x5571735f76b0 0.000130
+gallium_dri.so free 0x5571735f7780 void 0.000129
+gallium_dri.so free 0x5571735f76b0 void 0.000246
+gallium_dri.so malloc 72 0x5571735f7780 0.000220
+gallium_dri.so free 0x55717360c0c0 void 0.000226
+gallium_dri.so free 0x5571735f7780 void 0.000222
+gallium_dri.so malloc 72 0x55717360c100 0.000202
+gallium_dri.so free 0x55717360c180 void 0.000128
+gallium_dri.so free 0x55717360c100 void 0.000226
+gallium_dri.so malloc 72 0x55717360c180 0.000229
+gallium_dri.so free 0x55717360c240 void 0.000187
+gallium_dri.so free 0x55717360c180 void 0.000225
+gallium_dri.so malloc 72 0x55717360c180 0.000227
+gallium_dri.so free 0x55717360c2c0 void 0.000202
+gallium_dri.so free 0x55717360c180 void 0.000166
+gallium_dri.so malloc 72 0x55717360c2f0 0.000132
+gallium_dri.so free 0x55717358de00 void 0.000132
+gallium_dri.so free 0x55717360c2f0 void 0.000164
+gallium_dri.so malloc 72 0x55717358de40 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000173
+gallium_dri.so free 0x55717358de40 void 0.000163
+gallium_dri.so malloc 72 0x55717358dec0 0.000175
+gallium_dri.so free 0x55717358df80 void 0.000131
+gallium_dri.so free 0x55717358dec0 void 0.000130
+gallium_dri.so malloc 72 0x55717358dec0 0.000130
+gallium_dri.so free 0x55717358e000 void 0.000132
+gallium_dri.so free 0x55717358dec0 void 0.000126
+gallium_dri.so malloc 72 0x55717358dec0 0.000126
+gallium_dri.so free 0x557173603500 void 0.000130
+gallium_dri.so free 0x55717358dec0 void 0.000130
+gallium_dri.so malloc 72 0x557173603530 0.000130
+gallium_dri.so free 0x557173603580 void 0.000130
+gallium_dri.so free 0x557173603530 void 0.000132
+gallium_dri.so malloc 72 0x557173603530 0.000131
+gallium_dri.so free 0x557173603680 void 0.000130
+gallium_dri.so free 0x557173603530 void 0.000226
+gallium_dri.so malloc 72 0x557173603630 0.000223
+gallium_dri.so free 0x557173603740 void 0.000221
+gallium_dri.so free 0x557173603630 void 0.000229
+gallium_dri.so malloc 72 0x5571736036f0 0.000130
+gallium_dri.so free 0x557173466fc0 void 0.000134
+gallium_dri.so free 0x5571736036f0 void 0.000167
+gallium_dri.so malloc 72 0x557173466ff0 0.000167
+gallium_dri.so free 0x557173467040 void 0.000130
+gallium_dri.so free 0x557173466ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173466ff0 0.000129
+gallium_dri.so free 0x557173467140 void 0.000131
+gallium_dri.so free 0x557173466ff0 void 0.000129
+gallium_dri.so malloc 72 0x557173467180 0.000131
+gallium_dri.so free 0x557173467200 void 0.000129
+gallium_dri.so free 0x557173467180 void 0.000130
+gallium_dri.so malloc 72 0x557173467200 0.000130
+gallium_dri.so free 0x5571735e1140 void 0.000129
+gallium_dri.so free 0x557173467200 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1160 0.000129
+gallium_dri.so free 0x5571735e1200 void 0.000130
+gallium_dri.so free 0x5571735e1160 void 0.000131
+gallium_dri.so malloc 72 0x5571735e11b0 0.000130
+gallium_dri.so free 0x5571735e1280 void 0.000131
+gallium_dri.so free 0x5571735e11b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e11b0 0.000125
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e11b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1300 0.000128
+gallium_dri.so free 0x5571735fa9c0 void 0.000128
+gallium_dri.so free 0x5571735e1300 void 0.000128
+gallium_dri.so malloc 72 0x5571735faa20 0.000174
+gallium_dri.so free 0x5571735faac0 void 0.000127
+gallium_dri.so free 0x5571735faa20 void 0.000129
+gallium_dri.so malloc 72 0x5571735faa70 0.000130
+gallium_dri.so free 0x5571735fab00 void 0.000165
+gallium_dri.so free 0x5571735faa70 void 0.000130
+gallium_dri.so malloc 72 0x5571735faa70 0.000128
+gallium_dri.so free 0x5571735fabc0 void 0.000128
+gallium_dri.so free 0x5571735faa70 void 0.000130
+gallium_dri.so malloc 72 0x5571735fac00 0.000128
+gallium_dri.so free 0x5571734620c0 void 0.000125
+gallium_dri.so free 0x5571735fac00 void 0.000125
+gallium_dri.so malloc 72 0x557173462110 0.000129
+gallium_dri.so free 0x557173462180 void 0.000226
+gallium_dri.so free 0x557173462110 void 0.000128
+gallium_dri.so malloc 72 0x5571734621a0 0.000125
+gallium_dri.so free 0x557173462240 void 0.000122
+gallium_dri.so free 0x5571734621a0 void 0.000126
+gallium_dri.so malloc 72 0x5571734621f0 0.000125
+gallium_dri.so free 0x5571734622c0 void 0.000124
+gallium_dri.so free 0x5571734621f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734622c0 0.000125
+gallium_dri.so free 0x557173462380 void 0.000122
+gallium_dri.so free 0x5571734622c0 void 0.000125
+gallium_dri.so malloc 72 0x5571734622c0 0.000125
+gallium_dri.so free 0x5571735f4c40 void 0.000121
+gallium_dri.so free 0x5571734622c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4c40 0.000126
+gallium_dri.so free 0x5571735f4d00 void 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4c40 0.000124
+gallium_dri.so free 0x5571735f4d80 void 0.000121
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4db0 0.000126
+gallium_dri.so free 0x5571735f4e00 void 0.000132
+gallium_dri.so free 0x5571735f4db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4db0 0.000224
+gallium_dri.so free 0x5571735f4f00 void 0.000223
+gallium_dri.so free 0x5571735f4db0 void 0.000221
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000218
+gallium_dri.so free 0x5571735fb280 void 0.000220
+gallium_dri.so free 0x5571735f4eb0 void 0.000223
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000221
+gallium_dri.so free 0x5571735fb300 void 0.000198
+gallium_dri.so free 0x5571735f4eb0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000220
+gallium_dri.so free 0x5571735fb3c0 void 0.000223
+gallium_dri.so free 0x5571735f4eb0 void 0.000222
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000219
+gallium_dri.so free 0x5571735fb480 void 0.000275
+gallium_dri.so free 0x5571735f4eb0 void 0.000221
+gallium_dri.so malloc 72 0x5571735fb430 0.000227
+gallium_dri.so free 0x5571735fb500 void 0.000226
+gallium_dri.so free 0x5571735fb430 void 0.000222
+gallium_dri.so malloc 72 0x5571735fb550 0.000226
+gallium_dri.so free 0x5571735e1a00 void 0.000206
+gallium_dri.so free 0x5571735fb550 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb550 0.000224
+gallium_dri.so free 0x5571735e1a80 void 0.000222
+gallium_dri.so free 0x5571735fb550 void 0.000223
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000226
+gallium_dri.so free 0x5571735e1b00 void 0.000224
+gallium_dri.so free 0x5571735e1ab0 void 0.000228
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000225
+gallium_dri.so free 0x5571735e1c00 void 0.000201
+gallium_dri.so free 0x5571735e1ab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1c40 0.000162
+gallium_dri.so free 0x5571735fa0c0 void 0.000124
+gallium_dri.so free 0x5571735e1c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000129
+gallium_dri.so free 0x5571735fa180 void 0.000125
+gallium_dri.so free 0x5571735fa0c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000126
+gallium_dri.so free 0x5571735fa200 void 0.000130
+gallium_dri.so free 0x5571735fa0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa230 0.000130
+gallium_dri.so free 0x5571735e1cc0 void 0.000126
+gallium_dri.so free 0x5571735fa230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa230 0.000126
+gallium_dri.so free 0x5571735fa280 void 0.000129
+gallium_dri.so free 0x5571735fa230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa280 0.000123
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735fa280 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa280 0.000127
+gallium_dri.so free 0x5571735eba80 void 0.000130
+gallium_dri.so free 0x5571735fa280 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebaa0 0.000121
+gallium_dri.so free 0x5571735ebb40 void 0.000215
+gallium_dri.so free 0x5571735ebaa0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000268
+gallium_dri.so free 0x5571735ebbc0 void 0.000281
+gallium_dri.so free 0x5571735ebaf0 void 0.000269
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000399
+gallium_dri.so free 0x5571735fa340 void 0.000381
+gallium_dri.so free 0x5571735ebaf0 void 0.000286
+gallium_dri.so malloc 72 0x5571735fa340 0.000281
+gallium_dri.so free 0x5571735ebc40 void 0.000280
+gallium_dri.so free 0x5571735fa340 void 0.000269
+gallium_dri.so malloc 72 0x5571735fa340 0.000271
+gallium_dri.so free 0x5571735c0500 void 0.000298
+gallium_dri.so free 0x5571735fa340 void 0.000270
+gallium_dri.so malloc 72 0x5571735fa340 0.000243
+gallium_dri.so free 0x5571735c05c0 void 0.000278
+gallium_dri.so free 0x5571735fa340 void 0.000271
+gallium_dri.so malloc 72 0x5571735c0570 0.000295
+gallium_dri.so free 0x5571735c0680 void 0.000281
+gallium_dri.so free 0x5571735c0570 void 0.000284
+gallium_dri.so malloc 72 0x5571735c0630 0.000274
+gallium_dri.so free 0x5571735c0700 void 0.000275
+gallium_dri.so free 0x5571735c0630 void 0.000279
+gallium_dri.so malloc 72 0x5571735c0750 0.000272
+gallium_dri.so free 0x5571735c07c0 void 0.000285
+gallium_dri.so free 0x5571735c0750 void 0.000282
+gallium_dri.so malloc 72 0x5571735c0750 0.000282
+gallium_dri.so free 0x5571735da8c0 void 0.000270
+gallium_dri.so free 0x5571735c0750 void 0.000270
+gallium_dri.so malloc 72 0x5571735c0750 0.000282
+gallium_dri.so free 0x5571735da980 void 0.000227
+gallium_dri.so free 0x5571735c0750 void 0.000269
+gallium_dri.so malloc 72 0x5571735da930 0.000231
+gallium_dri.so free 0x5571735daa00 void 0.000229
+gallium_dri.so free 0x5571735da930 void 0.000229
+gallium_dri.so malloc 72 0x5571735daa50 0.000231
+gallium_dri.so free 0x5571735daac0 void 0.000235
+gallium_dri.so free 0x5571735daa50 void 0.000256
+gallium_dri.so malloc 72 0x5571735dab00 0.000260
+gallium_dri.so free 0x5571735dab80 void 0.000254
+gallium_dri.so free 0x5571735dab00 void 0.000256
+gallium_dri.so malloc 72 0x5571735dab00 0.000250
+gallium_dri.so free 0x557173589740 void 0.000227
+gallium_dri.so free 0x5571735dab00 void 0.000228
+gallium_dri.so malloc 72 0x5571735896f0 0.000248
+gallium_dri.so free 0x5571735897c0 void 0.000227
+gallium_dri.so free 0x5571735896f0 void 0.000227
+gallium_dri.so malloc 72 0x5571735896f0 0.000201
+gallium_dri.so free 0x557173589840 void 0.000250
+gallium_dri.so free 0x5571735896f0 void 0.000254
+gallium_dri.so malloc 72 0x557173589840 0.000263
+gallium_dri.so free 0x557173589900 void 0.000256
+gallium_dri.so free 0x557173589840 void 0.000252
+gallium_dri.so malloc 72 0x557173589840 0.000251
+gallium_dri.so free 0x5571735899c0 void 0.000230
+gallium_dri.so free 0x557173589840 void 0.000229
+gallium_dri.so malloc 72 0x557173589840 0.000160
+gallium_dri.so free 0x5571735f29c0 void 0.000257
+gallium_dri.so free 0x557173589840 void 0.000275
+gallium_dri.so malloc 72 0x5571735f2970 0.000230
+gallium_dri.so free 0x5571735f29c0 void 0.000232
+gallium_dri.so free 0x5571735f2970 void 0.000226
+gallium_dri.so malloc 72 0x5571735f2970 0.000189
+gallium_dri.so free 0x5571735f2ac0 void 0.000132
+gallium_dri.so free 0x5571735f2970 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2a70 0.000145
+gallium_dri.so free 0x5571735f2b80 void 0.000138
+gallium_dri.so free 0x5571735f2a70 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2b30 0.000132
+gallium_dri.so free 0x5571735f2bc0 void 0.000132
+gallium_dri.so free 0x5571735f2b30 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2b30 0.000132
+gallium_dri.so free 0x5571735ec680 void 0.000138
+gallium_dri.so free 0x5571735f2b30 void 0.000137
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000136
+gallium_dri.so free 0x5571735ec740 void 0.000130
+gallium_dri.so free 0x5571735ec6c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec740 0.000136
+gallium_dri.so free 0x5571735ec800 void 0.000137
+gallium_dri.so free 0x5571735ec740 void 0.000138
+gallium_dri.so malloc 72 0x5571735ec740 0.000131
+gallium_dri.so free 0x5571735ec8c0 void 0.000128
+gallium_dri.so free 0x5571735ec740 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000131
+gallium_dri.so free 0x5571735f2c80 void 0.000137
+gallium_dri.so free 0x5571735ec8e0 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000130
+gallium_dri.so free 0x5571735ec980 void 0.000134
+gallium_dri.so free 0x5571735f2cb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ec930 0.000131
+gallium_dri.so free 0x5571735c2500 void 0.000128
+gallium_dri.so free 0x5571735ec930 void 0.000132
+gallium_dri.so malloc 72 0x5571735c24b0 0.000136
+gallium_dri.so free 0x5571735c25c0 void 0.000135
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2570 0.000126
+gallium_dri.so free 0x5571735c2600 void 0.000133
+gallium_dri.so free 0x5571735c2570 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2570 0.000136
+gallium_dri.so free 0x5571735c26c0 void 0.000137
+gallium_dri.so free 0x5571735c2570 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2710 0.000132
+gallium_dri.so free 0x5571735c2780 void 0.000131
+gallium_dri.so free 0x5571735c2710 void 0.000130
+gallium_dri.so malloc 72 0x5571735c27c0 0.000138
+gallium_dri.so free 0x5571735f9200 void 0.000228
+gallium_dri.so free 0x5571735c27c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735f91b0 0.000137
+gallium_dri.so free 0x5571735f92c0 void 0.000137
+gallium_dri.so free 0x5571735f91b0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f9270 0.000147
+gallium_dri.so free 0x5571735f9300 void 0.000138
+gallium_dri.so free 0x5571735f9270 void 0.000137
+gallium_dri.so malloc 72 0x5571735f9270 0.000131
+gallium_dri.so free 0x5571735f93c0 void 0.000130
+gallium_dri.so free 0x5571735f9270 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9400 0.000130
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so free 0x5571735f9400 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9480 0.000126
+gallium_dri.so free 0x5571735df640 void 0.000131
+gallium_dri.so free 0x5571735f9480 void 0.000124
+gallium_dri.so malloc 72 0x5571735df5f0 0.000127
+gallium_dri.so free 0x5571735df6c0 void 0.000123
+gallium_dri.so free 0x5571735df5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df6e0 0.000128
+gallium_dri.so free 0x5571735df780 void 0.000132
+gallium_dri.so free 0x5571735df6e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735df730 0.000120
+gallium_dri.so free 0x5571735df800 void 0.000121
+gallium_dri.so free 0x5571735df730 void 0.000120
+gallium_dri.so malloc 72 0x5571735df730 0.000119
+gallium_dri.so free 0x5571735df880 void 0.000119
+gallium_dri.so free 0x5571735df730 void 0.000121
+gallium_dri.so malloc 72 0x5571735df880 0.000119
+gallium_dri.so free 0x55717360c8c0 void 0.000134
+gallium_dri.so free 0x5571735df880 void 0.000121
+gallium_dri.so malloc 72 0x55717360c8e0 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c8e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c930 0.000120
+gallium_dri.so free 0x55717360ca00 void 0.000122
+gallium_dri.so free 0x55717360c930 void 0.000120
+gallium_dri.so malloc 72 0x55717360c930 0.000121
+gallium_dri.so free 0x55717360cb00 void 0.000121
+gallium_dri.so free 0x55717360c930 void 0.000118
+gallium_dri.so malloc 72 0x55717360cab0 0.000119
+gallium_dri.so free 0x55717360cb80 void 0.000122
+gallium_dri.so free 0x55717360cab0 void 0.000119
+gallium_dri.so malloc 72 0x55717360cbd0 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x55717360cbd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e26e0 0.000118
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so free 0x5571735e26e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2730 0.000123
+gallium_dri.so free 0x5571735e2800 void 0.000120
+gallium_dri.so free 0x5571735e2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2730 0.000119
+gallium_dri.so free 0x5571735e2880 void 0.000122
+gallium_dri.so free 0x5571735e2730 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2880 0.000151
+gallium_dri.so free 0x5571735e2940 void 0.000122
+gallium_dri.so free 0x5571735e2880 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2880 0.000120
+gallium_dri.so free 0x5571735f6c40 void 0.000121
+gallium_dri.so free 0x5571735e2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000120
+gallium_dri.so free 0x5571735f6c80 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6d40 void 0.000124
+gallium_dri.so free 0x5571735f6bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6d80 0.000127
+gallium_dri.so free 0x5571735f6e00 void 0.000122
+gallium_dri.so free 0x5571735f6d80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6e00 0.000120
+gallium_dri.so free 0x5571735f6ec0 void 0.000122
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e00 0.000119
+gallium_dri.so free 0x5571735c4ac0 void 0.000122
+gallium_dri.so free 0x5571735f6e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4a70 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4b40 0.000116
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b40 void 0.000127
+gallium_dri.so malloc 72 0x5571735c4b40 0.000115
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so free 0x5571735c4b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4c80 0.000114
+gallium_dri.so free 0x5571735c4d40 void 0.000115
+gallium_dri.so free 0x5571735c4c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4c80 0.000113
+gallium_dri.so free 0x557173600840 void 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000113
+gallium_dri.so free 0x5571736008c0 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736007f0 0.000112
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000115
+gallium_dri.so malloc 72 0x557173600940 0.000114
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x557173600940 void 0.000112
+gallium_dri.so malloc 72 0x557173600940 0.000114
+gallium_dri.so free 0x557173600b00 void 0.000114
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so malloc 72 0x557173600ab0 0.000115
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x557173600ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000122
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so free 0x5571735dc9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a630 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000115
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000115
+gallium_dri.so free 0x55717346a780 void 0.000116
+gallium_dri.so free 0x55717346a630 void 0.000114
+gallium_dri.so malloc 72 0x55717346a730 0.000113
+gallium_dri.so free 0x55717346a840 void 0.000115
+gallium_dri.so free 0x55717346a730 void 0.000113
+gallium_dri.so malloc 72 0x55717346a7f0 0.000114
+gallium_dri.so free 0x55717346a880 void 0.000115
+gallium_dri.so free 0x55717346a7f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a7f0 0.000114
+gallium_dri.so free 0x55717346a940 void 0.000115
+gallium_dri.so free 0x55717346a7f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a980 0.000196
+gallium_dri.so free 0x5571735db580 void 0.000117
+gallium_dri.so free 0x55717346a980 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5d0 0.000115
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db5d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db6a0 0.000113
+gallium_dri.so free 0x5571735db740 void 0.000114
+gallium_dri.so free 0x5571735db6a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6f0 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so free 0x5571735db6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db6f0 0.000114
+gallium_dri.so free 0x5571735db840 void 0.000115
+gallium_dri.so free 0x5571735db6f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db880 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735db880 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000113
+gallium_dri.so free 0x5571735fa680 void 0.000115
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000113
+gallium_dri.so free 0x5571735fa700 void 0.000116
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa730 0.000117
+gallium_dri.so free 0x5571735fa780 void 0.000115
+gallium_dri.so free 0x5571735fa730 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa780 0.000123
+gallium_dri.so free 0x5571735fa840 void 0.000115
+gallium_dri.so free 0x5571735fa780 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa780 0.000113
+gallium_dri.so free 0x557173461780 void 0.000113
+gallium_dri.so free 0x5571735fa780 void 0.000114
+gallium_dri.so malloc 72 0x557173461730 0.000113
+gallium_dri.so free 0x557173461840 void 0.000113
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000114
+gallium_dri.so free 0x557173461880 void 0.000115
+gallium_dri.so free 0x5571734617f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000115
+gallium_dri.so free 0x557173461940 void 0.000115
+gallium_dri.so free 0x5571734617f0 void 0.000112
+gallium_dri.so malloc 72 0x557173461980 0.000113
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so free 0x557173461980 void 0.000113
+gallium_dri.so malloc 72 0x557173461a00 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x557173461a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1200 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000112
+gallium_dri.so free 0x5571735c1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1200 0.000112
+gallium_dri.so free 0x5571735c1300 void 0.000116
+gallium_dri.so free 0x5571735c1200 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000120
+gallium_dri.so free 0x5571735c1330 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1330 0.000114
+gallium_dri.so free 0x5571735c1480 void 0.000116
+gallium_dri.so free 0x5571735c1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1430 0.000114
+gallium_dri.so free 0x5571735f5900 void 0.000115
+gallium_dri.so free 0x5571735c1430 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5920 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000115
+gallium_dri.so free 0x5571735f5920 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5970 0.000114
+gallium_dri.so free 0x5571735f5a40 void 0.000115
+gallium_dri.so free 0x5571735f5970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5970 0.000115
+gallium_dri.so free 0x5571735f5b40 void 0.000113
+gallium_dri.so free 0x5571735f5970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5af0 0.000115
+gallium_dri.so free 0x5571735f5bc0 void 0.000115
+gallium_dri.so free 0x5571735f5af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5c10 0.000114
+gallium_dri.so free 0x55717346cc40 void 0.000115
+gallium_dri.so free 0x5571735f5c10 void 0.000114
+gallium_dri.so malloc 72 0x55717346cbf0 0.000114
+gallium_dri.so free 0x55717346cc80 void 0.000116
+gallium_dri.so free 0x55717346cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbf0 0.000113
+gallium_dri.so free 0x55717346cd40 void 0.000170
+gallium_dri.so free 0x55717346cbf0 void 0.000116
+gallium_dri.so malloc 72 0x55717346cd80 0.000113
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346cd80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ce00 0.000114
+gallium_dri.so free 0x55717346cec0 void 0.000115
+gallium_dri.so free 0x55717346ce00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ce00 0.000114
+gallium_dri.so free 0x55717360dc00 void 0.000114
+gallium_dri.so free 0x55717346ce00 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360dc40 void 0.000113
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360dd00 void 0.000114
+gallium_dri.so free 0x55717360dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd40 0.000113
+gallium_dri.so free 0x55717360ddc0 void 0.000115
+gallium_dri.so free 0x55717360dd40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddc0 0.000114
+gallium_dri.so free 0x55717360de80 void 0.000116
+gallium_dri.so free 0x55717360ddc0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddc0 0.000116
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x55717360ddc0 void 0.000113
+gallium_dri.so malloc 72 0x557173610170 0.000113
+gallium_dri.so free 0x557173610240 void 0.000124
+gallium_dri.so free 0x557173610170 void 0.000116
+gallium_dri.so malloc 72 0x557173610240 0.000114
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x557173610240 void 0.000113
+gallium_dri.so malloc 72 0x557173610240 0.000112
+gallium_dri.so free 0x557173610380 void 0.000113
+gallium_dri.so free 0x557173610240 void 0.000112
+gallium_dri.so malloc 72 0x557173610380 0.000112
+gallium_dri.so free 0x557173610440 void 0.000115
+gallium_dri.so free 0x557173610380 void 0.000114
+gallium_dri.so malloc 72 0x557173610380 0.000112
+gallium_dri.so free 0x557173473680 void 0.000114
+gallium_dri.so free 0x557173610380 void 0.000113
+gallium_dri.so malloc 72 0x5571734736b0 0.000113
+gallium_dri.so free 0x557173473700 void 0.000114
+gallium_dri.so free 0x5571734736b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734736b0 0.000113
+gallium_dri.so free 0x557173473800 void 0.000114
+gallium_dri.so free 0x5571734736b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734737b0 0.000111
+gallium_dri.so free 0x5571734738c0 void 0.000114
+gallium_dri.so free 0x5571734737b0 void 0.000113
+gallium_dri.so malloc 72 0x557173473870 0.000113
+gallium_dri.so free 0x557173473940 void 0.000115
+gallium_dri.so free 0x557173473870 void 0.000112
+gallium_dri.so malloc 72 0x557173473960 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so free 0x557173473960 void 0.000126
+gallium_dri.so malloc 72 0x5571735de330 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000114
+gallium_dri.so malloc 72 0x5571735de330 0.000115
+gallium_dri.so free 0x5571735de480 void 0.000115
+gallium_dri.so free 0x5571735de330 void 0.000113
+gallium_dri.so malloc 72 0x5571735de430 0.000114
+gallium_dri.so free 0x5571735de540 void 0.000115
+gallium_dri.so free 0x5571735de430 void 0.000113
+gallium_dri.so malloc 72 0x5571735de4f0 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4f0 0.000114
+gallium_dri.so free 0x5571735fe280 void 0.000115
+gallium_dri.so free 0x5571735de4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000120
+gallium_dri.so free 0x5571735fe230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000115
+gallium_dri.so free 0x5571735fe230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe330 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe3f0 0.000115
+gallium_dri.so free 0x5571735fe480 void 0.000115
+gallium_dri.so free 0x5571735fe3f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735fe3f0 0.000114
+gallium_dri.so free 0x5571735fe540 void 0.000115
+gallium_dri.so free 0x5571735fe3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe580 0.000113
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x5571735fe580 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000115
+gallium_dri.so free 0x557173601400 void 0.000116
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so malloc 72 0x557173601340 0.000115
+gallium_dri.so free 0x5571736014c0 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so malloc 72 0x5571736014e0 0.000112
+gallium_dri.so free 0x557173601580 void 0.000116
+gallium_dri.so free 0x5571736014e0 void 0.000114
+gallium_dri.so malloc 72 0x557173601530 0.000113
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601530 void 0.000113
+gallium_dri.so malloc 72 0x557173601530 0.000115
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x557173601530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000113
+gallium_dri.so free 0x5571735f5100 void 0.000115
+gallium_dri.so free 0x5571735f4ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f50b0 0.000114
+gallium_dri.so free 0x5571735f5140 void 0.000116
+gallium_dri.so free 0x5571735f50b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f50b0 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f50b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5250 0.000113
+gallium_dri.so free 0x5571735f52c0 void 0.000113
+gallium_dri.so free 0x5571735f5250 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5300 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000113
+gallium_dri.so free 0x5571735f5300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb630 0.000114
+gallium_dri.so free 0x5571735fb740 void 0.000114
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000113
+gallium_dri.so free 0x5571735fb780 void 0.000113
+gallium_dri.so free 0x5571735fb6f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000114
+gallium_dri.so free 0x5571735fb840 void 0.000114
+gallium_dri.so free 0x5571735fb6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb880 0.000113
+gallium_dri.so free 0x5571735fb900 void 0.000115
+gallium_dri.so free 0x5571735fb880 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb900 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735fb900 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd70 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000114
+gallium_dri.so free 0x5571735ebd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe60 0.000126
+gallium_dri.so free 0x5571735ebf00 void 0.000115
+gallium_dri.so free 0x5571735ebe60 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000113
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebeb0 0.000118
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so free 0x5571735ebeb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec000 0.000114
+gallium_dri.so free 0x5571735ec0c0 void 0.000115
+gallium_dri.so free 0x5571735ec000 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec000 0.000114
+gallium_dri.so free 0x5571735c0900 void 0.000116
+gallium_dri.so free 0x5571735ec000 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735c0980 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000115
+gallium_dri.so free 0x5571735c0a80 void 0.000116
+gallium_dri.so free 0x5571735c08b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a30 0.000114
+gallium_dri.so free 0x5571735c0b00 void 0.000116
+gallium_dri.so free 0x5571735c0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0b50 0.000114
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so free 0x5571735c0b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0be0 0.000167
+gallium_dri.so free 0x5571735dacc0 void 0.000117
+gallium_dri.so free 0x5571735c0be0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac70 0.000114
+gallium_dri.so free 0x5571735dad40 void 0.000115
+gallium_dri.so free 0x5571735dac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000116
+gallium_dri.so free 0x5571735dac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadc0 0.000115
+gallium_dri.so free 0x5571735dae80 void 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadc0 0.000114
+gallium_dri.so free 0x5571735daf80 void 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadc0 0.000114
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1e80 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f00 0.000112
+gallium_dri.so free 0x5571735e1fc0 void 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f00 0.000122
+gallium_dri.so free 0x5571735e2080 void 0.000116
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1f00 0.000115
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so malloc 72 0x557173606910 0.000114
+gallium_dri.so free 0x557173606980 void 0.000113
+gallium_dri.so free 0x557173606910 void 0.000113
+gallium_dri.so malloc 72 0x5571736069c0 0.000115
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so free 0x5571736069c0 void 0.000112
+gallium_dri.so malloc 72 0x557173606a40 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000113
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so malloc 72 0x557173606a40 0.000113
+gallium_dri.so free 0x5571735e2140 void 0.000113
+gallium_dri.so free 0x557173606a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e20f0 0.000111
+gallium_dri.so free 0x557173606b80 void 0.000114
+gallium_dri.so free 0x5571735e20f0 void 0.000112
+gallium_dri.so malloc 72 0x557173606bc0 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000113
+gallium_dri.so free 0x557173606bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3350 0.000116
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3350 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3400 0.000113
+gallium_dri.so free 0x557173606c40 void 0.000127
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3400 0.000114
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3400 0.000114
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f34f0 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000114
+gallium_dri.so free 0x5571735f34f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3610 0.000115
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x5571735f3610 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3610 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735f3610 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3610 0.000115
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f3610 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000115
+gallium_dri.so free 0x5571735f8170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8170 0.000114
+gallium_dri.so free 0x5571735f82c0 void 0.000115
+gallium_dri.so free 0x5571735f8170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8270 0.000113
+gallium_dri.so free 0x5571735f8380 void 0.000160
+gallium_dri.so free 0x5571735f8270 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8330 0.000113
+gallium_dri.so free 0x5571735f83c0 void 0.000115
+gallium_dri.so free 0x5571735f8330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8330 0.000113
+gallium_dri.so free 0x5571735ff740 void 0.000116
+gallium_dri.so free 0x5571735f8330 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8330 0.000113
+gallium_dri.so free 0x5571735ff7c0 void 0.000113
+gallium_dri.so free 0x5571735f8330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000114
+gallium_dri.so free 0x5571735ff880 void 0.000115
+gallium_dri.so free 0x5571735ff7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000114
+gallium_dri.so free 0x5571735ff980 void 0.000120
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000115
+gallium_dri.so free 0x5571735f8480 void 0.000116
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f84b0 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735f84b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa40 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000115
+gallium_dri.so free 0x5571735ffa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c39c0 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000127
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39c0 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b30 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000115
+gallium_dri.so free 0x5571735c3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000114
+gallium_dri.so free 0x5571735ffac0 void 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000117
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c40 0.000120
+gallium_dri.so free 0x5571735c3d00 void 0.000121
+gallium_dri.so free 0x5571735c3c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3c40 0.000123
+gallium_dri.so free 0x557173620740 void 0.000125
+gallium_dri.so free 0x5571735c3c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3c40 0.000114
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x5571735c3c40 void 0.000113
+gallium_dri.so malloc 72 0x5571736207b0 0.000112
+gallium_dri.so free 0x557173620880 void 0.000114
+gallium_dri.so free 0x5571736207b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736208d0 0.000124
+gallium_dri.so free 0x557173620940 void 0.000116
+gallium_dri.so free 0x5571736208d0 void 0.000115
+gallium_dri.so malloc 72 0x557173620980 0.000115
+gallium_dri.so free 0x557173620a00 void 0.000114
+gallium_dri.so free 0x557173620980 void 0.000114
+gallium_dri.so malloc 72 0x557173620980 0.000113
+gallium_dri.so free 0x557173620a80 void 0.000116
+gallium_dri.so free 0x557173620980 void 0.000114
+gallium_dri.so malloc 72 0x557173620ab0 0.000114
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x557173620ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173620ab0 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so free 0x557173620ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462980 void 0.000116
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462a40 void 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000115
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x5571734628c0 void 0.000115
+gallium_dri.so malloc 72 0x557173462ab0 0.000115
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x557173462ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173462ab0 0.000116
+gallium_dri.so free 0x557173464e00 void 0.000122
+gallium_dri.so free 0x557173462ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173464e00 0.000116
+gallium_dri.so free 0x557173462c00 void 0.000115
+gallium_dri.so free 0x557173464e00 void 0.000114
+gallium_dri.so malloc 72 0x557173462bb0 0.000113
+gallium_dri.so free 0x557173464ec0 void 0.000117
+gallium_dri.so free 0x557173462bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bb0 0.000115
+gallium_dri.so free 0x557173464f80 void 0.000115
+gallium_dri.so free 0x557173462bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173464f30 0.000114
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so free 0x557173464f30 void 0.000114
+gallium_dri.so malloc 72 0x557173465050 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000118
+gallium_dri.so free 0x557173465050 void 0.000114
+gallium_dri.so malloc 72 0x557173465120 0.000115
+gallium_dri.so free 0x5571734651c0 void 0.000114
+gallium_dri.so free 0x557173465120 void 0.000114
+gallium_dri.so malloc 72 0x557173465170 0.000115
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000114
+gallium_dri.so free 0x5571735d2680 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2630 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so free 0x5571735d2630 void 0.000107
+gallium_dri.so malloc 72 0x5571735d2750 0.000210
+gallium_dri.so free 0x5571735d27c0 void 0.000162
+gallium_dri.so free 0x5571735d2750 void 0.000112
+gallium_dri.so malloc 72 0x5571735d27e0 0.000109
+gallium_dri.so free 0x5571735d2880 void 0.000111
+gallium_dri.so free 0x5571735d27e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2830 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000111
+gallium_dri.so free 0x5571735d2830 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2900 0.000110
+gallium_dri.so free 0x5571735fd180 void 0.000111
+gallium_dri.so free 0x5571735d2900 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2900 0.000110
+gallium_dri.so free 0x5571735fd200 void 0.000111
+gallium_dri.so free 0x5571735d2900 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd200 0.000110
+gallium_dri.so free 0x5571735fd2c0 void 0.000110
+gallium_dri.so free 0x5571735fd200 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd200 0.000114
+gallium_dri.so free 0x5571735fd380 void 0.000117
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd200 0.000116
+gallium_dri.so free 0x5571735fd440 void 0.000110
+gallium_dri.so free 0x5571735fd200 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000122
+gallium_dri.so free 0x5571735fd4c0 void 0.000119
+gallium_dri.so free 0x5571735fd3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd510 0.000117
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x5571735fd510 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd510 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so free 0x5571735fd510 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd510 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000119
+gallium_dri.so free 0x5571735fd510 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd510 0.000119
+gallium_dri.so free 0x557173608680 void 0.000118
+gallium_dri.so free 0x5571735fd510 void 0.000117
+gallium_dri.so malloc 72 0x557173608630 0.000118
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so free 0x557173608630 void 0.000118
+gallium_dri.so malloc 72 0x557173608750 0.000122
+gallium_dri.so free 0x5571736087c0 void 0.000118
+gallium_dri.so free 0x557173608750 void 0.000118
+gallium_dri.so malloc 72 0x5571736087e0 0.000118
+gallium_dri.so free 0x55717360f0c0 void 0.000117
+gallium_dri.so free 0x5571736087e0 void 0.000117
+gallium_dri.so malloc 72 0x5571736087e0 0.000117
+gallium_dri.so free 0x55717360f180 void 0.000118
+gallium_dri.so free 0x5571736087e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360f130 0.000171
+gallium_dri.so free 0x55717360f180 void 0.000126
+gallium_dri.so free 0x55717360f130 void 0.000123
+gallium_dri.so malloc 72 0x55717360f130 0.000124
+gallium_dri.so free 0x55717360f280 void 0.000121
+gallium_dri.so free 0x55717360f130 void 0.000119
+gallium_dri.so malloc 72 0x55717360f230 0.000117
+gallium_dri.so free 0x55717360f340 void 0.000116
+gallium_dri.so free 0x55717360f230 void 0.000117
+gallium_dri.so malloc 72 0x55717360f2f0 0.000118
+gallium_dri.so free 0x55717360f380 void 0.000117
+gallium_dri.so free 0x55717360f2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f2f0 0.000117
+gallium_dri.so free 0x5571735d0000 void 0.000117
+gallium_dri.so free 0x55717360f2f0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f2f0 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x55717360f2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0080 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000117
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0080 0.000117
+gallium_dri.so free 0x5571735d0240 void 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0080 0.000118
+gallium_dri.so free 0x55717360f440 void 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000113
+gallium_dri.so malloc 72 0x55717360f470 0.000110
+gallium_dri.so free 0x5571735d02c0 void 0.000110
+gallium_dri.so free 0x55717360f470 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0300 0.000110
+gallium_dri.so free 0x55717358e200 void 0.000110
+gallium_dri.so free 0x5571735d0300 void 0.000110
+gallium_dri.so malloc 72 0x55717358e200 0.000110
+gallium_dri.so free 0x55717358e2c0 void 0.000109
+gallium_dri.so free 0x55717358e200 void 0.000109
+gallium_dri.so malloc 72 0x55717358e200 0.000109
+gallium_dri.so free 0x55717358e340 void 0.000110
+gallium_dri.so free 0x55717358e200 void 0.000110
+gallium_dri.so malloc 72 0x55717358e370 0.000111
+gallium_dri.so free 0x55717358e3c0 void 0.000110
+gallium_dri.so free 0x55717358e370 void 0.000110
+gallium_dri.so malloc 72 0x55717358e3c0 0.000109
+gallium_dri.so free 0x5571735d0380 void 0.000111
+gallium_dri.so free 0x55717358e3c0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e3c0 0.000110
+gallium_dri.so free 0x55717358e480 void 0.000109
+gallium_dri.so free 0x55717358e3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e480 0.000119
+gallium_dri.so free 0x55717358e540 void 0.000112
+gallium_dri.so free 0x55717358e480 void 0.000110
+gallium_dri.so malloc 72 0x55717358e480 0.000109
+gallium_dri.so free 0x55717346e100 void 0.000110
+gallium_dri.so free 0x55717358e480 void 0.000109
+gallium_dri.so malloc 72 0x55717358e480 0.000125
+gallium_dri.so free 0x55717346e1c0 void 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000117
+gallium_dri.so malloc 72 0x55717346e170 0.000117
+gallium_dri.so free 0x55717346e240 void 0.000121
+gallium_dri.so free 0x55717346e170 void 0.000117
+gallium_dri.so malloc 72 0x55717346e290 0.000117
+gallium_dri.so free 0x55717346e300 void 0.000117
+gallium_dri.so free 0x55717346e290 void 0.000119
+gallium_dri.so malloc 72 0x55717346e340 0.000117
+gallium_dri.so free 0x55717346e3c0 void 0.000117
+gallium_dri.so free 0x55717346e340 void 0.000117
+gallium_dri.so malloc 72 0x55717346e340 0.000117
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so free 0x55717346e340 void 0.000117
+gallium_dri.so malloc 72 0x55717346e470 0.000118
+gallium_dri.so free 0x557173469380 void 0.000118
+gallium_dri.so free 0x55717346e470 void 0.000118
+gallium_dri.so malloc 72 0x55717346e470 0.000117
+gallium_dri.so free 0x557173469400 void 0.000117
+gallium_dri.so free 0x55717346e470 void 0.000116
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x5571734694c0 void 0.000118
+gallium_dri.so free 0x557173469400 void 0.000117
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x557173469580 void 0.000117
+gallium_dri.so free 0x557173469400 void 0.000197
+gallium_dri.so malloc 72 0x557173469400 0.000126
+gallium_dri.so free 0x557173469640 void 0.000125
+gallium_dri.so free 0x557173469400 void 0.000124
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x557173469640 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x557173463240 void 0.000118
+gallium_dri.so free 0x5571734695f0 void 0.000119
+gallium_dri.so malloc 72 0x557173463290 0.000118
+gallium_dri.so free 0x557173463300 void 0.000117
+gallium_dri.so free 0x557173463290 void 0.000118
+gallium_dri.so malloc 72 0x557173463320 0.000117
+gallium_dri.so free 0x5571734633c0 void 0.000118
+gallium_dri.so free 0x557173463320 void 0.000117
+gallium_dri.so malloc 72 0x557173463370 0.000122
+gallium_dri.so free 0x557173469740 void 0.000119
+gallium_dri.so free 0x557173463370 void 0.000118
+gallium_dri.so malloc 72 0x5571734696f0 0.000118
+gallium_dri.so free 0x557173463440 void 0.000117
+gallium_dri.so free 0x5571734696f0 void 0.000118
+gallium_dri.so malloc 72 0x557173463440 0.000118
+gallium_dri.so free 0x557173463500 void 0.000119
+gallium_dri.so free 0x557173463440 void 0.000118
+gallium_dri.so malloc 72 0x557173463440 0.000118
+gallium_dri.so free 0x5571734635c0 void 0.000126
+gallium_dri.so free 0x557173463440 void 0.000111
+gallium_dri.so malloc 72 0x5571734635e0 0.000110
+gallium_dri.so free 0x5571735d2fc0 void 0.000110
+gallium_dri.so free 0x5571734635e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000109
+gallium_dri.so free 0x5571735d3040 void 0.000110
+gallium_dri.so free 0x5571735d2ff0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000111
+gallium_dri.so free 0x5571735d3140 void 0.000110
+gallium_dri.so free 0x5571735d2ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d30f0 0.000111
+gallium_dri.so free 0x5571735d3200 void 0.000111
+gallium_dri.so free 0x5571735d30f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d31b0 0.000109
+gallium_dri.so free 0x5571735d3240 void 0.000111
+gallium_dri.so free 0x5571735d31b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d31b0 0.000110
+gallium_dri.so free 0x5571735d3300 void 0.000109
+gallium_dri.so free 0x5571735d31b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3350 0.000109
+gallium_dri.so free 0x557173469f80 void 0.000109
+gallium_dri.so free 0x5571735d3350 void 0.000120
+gallium_dri.so malloc 72 0x557173469fc0 0.000115
+gallium_dri.so free 0x55717346a040 void 0.000113
+gallium_dri.so free 0x557173469fc0 void 0.000109
+gallium_dri.so malloc 72 0x55717346a040 0.000110
+gallium_dri.so free 0x55717346a100 void 0.000109
+gallium_dri.so free 0x55717346a040 void 0.000127
+gallium_dri.so malloc 72 0x55717346a040 0.000119
+gallium_dri.so free 0x55717346a180 void 0.000117
+gallium_dri.so free 0x55717346a040 void 0.000123
+gallium_dri.so malloc 72 0x55717346a1b0 0.000119
+gallium_dri.so free 0x55717346a200 void 0.000119
+gallium_dri.so free 0x55717346a1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a1b0 0.000117
+gallium_dri.so free 0x55717346a300 void 0.000118
+gallium_dri.so free 0x55717346a1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a2b0 0.000117
+gallium_dri.so free 0x5571735c1e00 void 0.000117
+gallium_dri.so free 0x55717346a2b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000117
+gallium_dri.so free 0x5571735c1e40 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1e40 0.000117
+gallium_dri.so free 0x5571735c1f40 void 0.000118
+gallium_dri.so free 0x5571735c1e40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1f70 0.000171
+gallium_dri.so free 0x5571735c1fc0 void 0.000130
+gallium_dri.so free 0x5571735c1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f70 0.000114
+gallium_dri.so free 0x5571735c20c0 void 0.000113
+gallium_dri.so free 0x5571735c1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2070 0.000124
+gallium_dri.so free 0x5571735c2180 void 0.000128
+gallium_dri.so free 0x5571735c2070 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2130 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x5571735c2130 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000120
+gallium_dri.so free 0x557173601dc0 void 0.000115
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000113
+gallium_dri.so free 0x557173601ec0 void 0.000114
+gallium_dri.so free 0x557173601d70 void 0.000112
+gallium_dri.so malloc 72 0x557173601f00 0.000112
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000112
+gallium_dri.so free 0x5571735c21c0 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000112
+gallium_dri.so free 0x557173602040 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602100 void 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x5571736020b0 0.000113
+gallium_dri.so free 0x55717360d500 void 0.000114
+gallium_dri.so free 0x5571736020b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d550 0.000147
+gallium_dri.so free 0x55717360d5c0 void 0.000122
+gallium_dri.so free 0x55717360d550 void 0.000114
+gallium_dri.so malloc 72 0x55717360d620 0.000113
+gallium_dri.so free 0x55717360d6c0 void 0.000126
+gallium_dri.so free 0x55717360d620 void 0.000129
+gallium_dri.so malloc 72 0x55717360d670 0.000126
+gallium_dri.so free 0x55717360d700 void 0.000127
+gallium_dri.so free 0x55717360d670 void 0.000128
+gallium_dri.so malloc 72 0x55717360d670 0.000127
+gallium_dri.so free 0x55717360d7c0 void 0.000128
+gallium_dri.so free 0x55717360d670 void 0.000127
+gallium_dri.so malloc 72 0x55717360d800 0.000119
+gallium_dri.so free 0x55717360d880 void 0.000114
+gallium_dri.so free 0x55717360d800 void 0.000121
+gallium_dri.so malloc 72 0x55717360d880 0.000127
+gallium_dri.so free 0x55717358a080 void 0.000124
+gallium_dri.so free 0x55717360d880 void 0.000124
+gallium_dri.so malloc 72 0x55717358a0a0 0.000124
+gallium_dri.so free 0x55717358a140 void 0.000123
+gallium_dri.so free 0x55717358a0a0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0f0 0.000114
+gallium_dri.so free 0x55717358a1c0 void 0.000114
+gallium_dri.so free 0x55717358a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717358a1c0 0.000119
+gallium_dri.so free 0x55717358a280 void 0.000120
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a1c0 0.000123
+gallium_dri.so free 0x55717358a300 void 0.000123
+gallium_dri.so free 0x55717358a1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a300 0.000114
+gallium_dri.so free 0x55717358a3c0 void 0.000115
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so malloc 72 0x55717358a300 0.000127
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x55717358a300 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55b0 0.000116
+gallium_dri.so free 0x5571735d5600 void 0.000120
+gallium_dri.so free 0x5571735d55b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d55b0 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000121
+gallium_dri.so free 0x5571735d55b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56b0 0.000123
+gallium_dri.so free 0x5571735d57c0 void 0.000122
+gallium_dri.so free 0x5571735d56b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d5770 0.000127
+gallium_dri.so free 0x5571735d5840 void 0.000124
+gallium_dri.so free 0x5571735d5770 void 0.000123
+gallium_dri.so malloc 72 0x5571735d5860 0.000162
+gallium_dri.so free 0x5571735d5900 void 0.000124
+gallium_dri.so free 0x5571735d5860 void 0.000123
+gallium_dri.so malloc 72 0x5571735d58b0 0.000123
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x5571735d58b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb00 0.000122
+gallium_dri.so free 0x55717360fb80 void 0.000122
+gallium_dri.so free 0x55717360fb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb80 0.000119
+gallium_dri.so free 0x55717360fc40 void 0.000123
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so malloc 72 0x55717360fb80 0.000120
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so free 0x55717360fb80 void 0.000123
+gallium_dri.so malloc 72 0x55717360fcf0 0.000117
+gallium_dri.so free 0x55717360fd40 void 0.000119
+gallium_dri.so free 0x55717360fcf0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fcf0 0.000278
+gallium_dri.so free 0x55717360fe40 void 0.000289
+gallium_dri.so free 0x55717360fcf0 void 0.000223
+gallium_dri.so malloc 72 0x55717360fe80 0.000201
+gallium_dri.so free 0x557173608e80 void 0.000157
+gallium_dri.so free 0x55717360fe80 void 0.000116
+gallium_dri.so malloc 72 0x557173608ed0 0.000114
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f60 0.000115
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so free 0x557173608f60 void 0.000112
+gallium_dri.so malloc 72 0x557173608fb0 0.000112
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173608fb0 0.000113
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so free 0x557173608fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000113
+gallium_dri.so free 0x5571736091c0 void 0.000114
+gallium_dri.so free 0x557173609100 void 0.000113
+gallium_dri.so malloc 72 0x557173609100 0.000114
+gallium_dri.so free 0x55717346eb00 void 0.000113
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb20 0.000113
+gallium_dri.so free 0x55717346ebc0 void 0.000114
+gallium_dri.so free 0x55717346eb20 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb70 0.000114
+gallium_dri.so free 0x55717346ec40 void 0.000114
+gallium_dri.so free 0x55717346eb70 void 0.000112
+gallium_dri.so malloc 72 0x55717346eb70 0.000112
+gallium_dri.so free 0x55717346ecc0 void 0.000113
+gallium_dri.so free 0x55717346eb70 void 0.000123
+gallium_dri.so malloc 72 0x55717346ecc0 0.000114
+gallium_dri.so free 0x55717346ed80 void 0.000114
+gallium_dri.so free 0x55717346ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ecc0 0.000113
+gallium_dri.so free 0x55717346ee40 void 0.000114
+gallium_dri.so free 0x55717346ecc0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ecc0 0.000112
+gallium_dri.so free 0x55717346c540 void 0.000114
+gallium_dri.so free 0x55717346ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c590 0.000112
+gallium_dri.so free 0x55717346c600 void 0.000115
+gallium_dri.so free 0x55717346c590 void 0.000113
+gallium_dri.so malloc 72 0x55717346c640 0.000118
+gallium_dri.so free 0x55717346c6c0 void 0.000114
+gallium_dri.so free 0x55717346c640 void 0.000115
+gallium_dri.so malloc 72 0x55717346c6c0 0.000113
+gallium_dri.so free 0x55717346c780 void 0.000115
+gallium_dri.so free 0x55717346c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c6c0 0.000113
+gallium_dri.so free 0x55717346ef00 void 0.000114
+gallium_dri.so free 0x55717346c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346eeb0 0.000112
+gallium_dri.so free 0x55717346c800 void 0.000113
+gallium_dri.so free 0x55717346eeb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c840 0.000113
+gallium_dri.so free 0x55717346c8c0 void 0.000113
+gallium_dri.so free 0x55717346c840 void 0.000149
+gallium_dri.so malloc 72 0x55717346c8c0 0.000123
+gallium_dri.so free 0x557173600140 void 0.000116
+gallium_dri.so free 0x55717346c8c0 void 0.000116
+gallium_dri.so malloc 72 0x557173600180 0.000116
+gallium_dri.so free 0x557173600200 void 0.000116
+gallium_dri.so free 0x557173600180 void 0.000116
+gallium_dri.so malloc 72 0x557173600180 0.000114
+gallium_dri.so free 0x557173600280 void 0.000117
+gallium_dri.so free 0x557173600180 void 0.000114
+gallium_dri.so malloc 72 0x5571736002b0 0.000114
+gallium_dri.so free 0x557173600300 void 0.000114
+gallium_dri.so free 0x5571736002b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736002b0 0.000114
+gallium_dri.so free 0x557173600400 void 0.000115
+gallium_dri.so free 0x5571736002b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736003b0 0.000115
+gallium_dri.so free 0x5571736004c0 void 0.000114
+gallium_dri.so free 0x5571736003b0 void 0.000114
+gallium_dri.so malloc 72 0x557173600470 0.000114
+gallium_dri.so free 0x5571735fdb80 void 0.000117
+gallium_dri.so free 0x557173600470 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000115
+gallium_dri.so free 0x5571735fdc00 void 0.000115
+gallium_dri.so free 0x5571735fdbb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000113
+gallium_dri.so free 0x5571735fdd00 void 0.000115
+gallium_dri.so free 0x5571735fdbb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdd40 0.000116
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so free 0x5571735fdd40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddc0 0.000111
+gallium_dri.so free 0x557173600500 void 0.000113
+gallium_dri.so free 0x5571735fddc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fddc0 0.000113
+gallium_dri.so free 0x5571735fde80 void 0.000114
+gallium_dri.so free 0x5571735fddc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddc0 0.000113
+gallium_dri.so free 0x5571735fdf40 void 0.000113
+gallium_dri.so free 0x5571735fddc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdef0 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so free 0x5571735fdef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735def90 0.000113
+gallium_dri.so free 0x5571735df000 void 0.000113
+gallium_dri.so free 0x5571735def90 void 0.000113
+gallium_dri.so malloc 72 0x5571735df060 0.000112
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735df060 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0b0 0.000112
+gallium_dri.so free 0x5571735df140 void 0.000115
+gallium_dri.so free 0x5571735df0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0b0 0.000112
+gallium_dri.so free 0x5571735df200 void 0.000113
+gallium_dri.so free 0x5571735df0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df240 0.000165
+gallium_dri.so free 0x5571735df2c0 void 0.000157
+gallium_dri.so free 0x5571735df240 void 0.000194
+gallium_dri.so malloc 72 0x5571735df2c0 0.000209
+gallium_dri.so free 0x5571735e3300 void 0.000247
+gallium_dri.so free 0x5571735df2c0 void 0.000241
+gallium_dri.so malloc 72 0x5571735e3320 0.000254
+gallium_dri.so free 0x5571735e33c0 void 0.000245
+gallium_dri.so free 0x5571735e3320 void 0.000208
+gallium_dri.so malloc 72 0x5571735e3370 0.000188
+gallium_dri.so free 0x5571735e3440 void 0.000290
+gallium_dri.so free 0x5571735e3370 void 0.000156
+gallium_dri.so malloc 72 0x5571735e3440 0.000115
+gallium_dri.so free 0x5571735e3500 void 0.000116
+gallium_dri.so free 0x5571735e3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3440 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3580 0.000112
+gallium_dri.so free 0x5571735e3640 void 0.000121
+gallium_dri.so free 0x5571735e3580 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3580 0.000114
+gallium_dri.so free 0x557173461080 void 0.000116
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571734610b0 0.000114
+gallium_dri.so free 0x557173461100 void 0.000118
+gallium_dri.so free 0x5571734610b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734610b0 0.000116
+gallium_dri.so free 0x557173461200 void 0.000115
+gallium_dri.so free 0x5571734610b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734611b0 0.000115
+gallium_dri.so free 0x5571734612c0 void 0.000115
+gallium_dri.so free 0x5571734611b0 void 0.000115
+gallium_dri.so malloc 72 0x557173461270 0.000115
+gallium_dri.so free 0x557173461340 void 0.000114
+gallium_dri.so free 0x557173461270 void 0.000115
+gallium_dri.so malloc 72 0x557173461360 0.000114
+gallium_dri.so free 0x557173461400 void 0.000117
+gallium_dri.so free 0x557173461360 void 0.000115
+gallium_dri.so malloc 72 0x5571734613b0 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000116
+gallium_dri.so free 0x5571734613b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0a40 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so free 0x5571735d0ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c30 0.000113
+gallium_dri.so free 0x5571735d0c80 void 0.000115
+gallium_dri.so free 0x5571735d0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c30 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000114
+gallium_dri.so free 0x5571735d0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000112
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173609ed0 0.000113
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so free 0x557173609ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173609f60 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609f60 void 0.000113
+gallium_dri.so malloc 72 0x557173609fb0 0.000113
+gallium_dri.so free 0x55717360a080 void 0.000114
+gallium_dri.so free 0x557173609fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173609fb0 0.000112
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so free 0x557173609fb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a100 0.000114
+gallium_dri.so free 0x55717360a1c0 void 0.000129
+gallium_dri.so free 0x55717360a100 void 0.000116
+gallium_dri.so malloc 72 0x55717360a100 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000116
+gallium_dri.so free 0x55717360a100 void 0.000113
+gallium_dri.so malloc 72 0x55717358c660 0.000115
+gallium_dri.so free 0x55717358c700 void 0.000115
+gallium_dri.so free 0x55717358c660 void 0.000117
+gallium_dri.so malloc 72 0x55717358c6b0 0.000112
+gallium_dri.so free 0x55717358c780 void 0.000114
+gallium_dri.so free 0x55717358c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c6b0 0.000113
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000113
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000114
+gallium_dri.so free 0x55717358c980 void 0.000114
+gallium_dri.so free 0x55717358c800 void 0.000114
+gallium_dri.so malloc 72 0x55717358c800 0.000114
+gallium_dri.so free 0x5571735911c0 void 0.000113
+gallium_dri.so free 0x55717358c800 void 0.000112
+gallium_dri.so malloc 72 0x557173591210 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so free 0x557173591210 void 0.000113
+gallium_dri.so malloc 72 0x5571735912c0 0.000113
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so free 0x5571735912c0 void 0.000124
+gallium_dri.so malloc 72 0x557173591340 0.000113
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x55717358ca40 void 0.000116
+gallium_dri.so free 0x557173591340 void 0.000114
+gallium_dri.so malloc 72 0x55717358c9f0 0.000115
+gallium_dri.so free 0x557173591480 void 0.000115
+gallium_dri.so free 0x55717358c9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914c0 0.000114
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591540 0.000114
+gallium_dri.so free 0x557173465800 void 0.000115
+gallium_dri.so free 0x557173591540 void 0.000115
+gallium_dri.so malloc 72 0x557173465840 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x557173465840 void 0.000115
+gallium_dri.so malloc 72 0x557173465840 0.000115
+gallium_dri.so free 0x557173465940 void 0.000116
+gallium_dri.so free 0x557173465840 void 0.000113
+gallium_dri.so malloc 72 0x557173465970 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000114
+gallium_dri.so free 0x557173465970 void 0.000113
+gallium_dri.so malloc 72 0x557173465970 0.000114
+gallium_dri.so free 0x557173465ac0 void 0.000115
+gallium_dri.so free 0x557173465970 void 0.000122
+gallium_dri.so malloc 72 0x557173465a70 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000115
+gallium_dri.so free 0x557173465a70 void 0.000113
+gallium_dri.so malloc 72 0x557173465b30 0.000112
+gallium_dri.so free 0x5571735f6540 void 0.000113
+gallium_dri.so free 0x557173465b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f65c0 void 0.000112
+gallium_dri.so free 0x5571735f6570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f66c0 void 0.000114
+gallium_dri.so free 0x5571735f6570 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6700 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000114
+gallium_dri.so free 0x5571735f6700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6780 0.000113
+gallium_dri.so free 0x557173465bc0 void 0.000112
+gallium_dri.so free 0x5571735f6780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6780 0.000113
+gallium_dri.so free 0x5571735f6840 void 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6780 0.000112
+gallium_dri.so free 0x5571735f6900 void 0.000113
+gallium_dri.so free 0x5571735f6780 void 0.000117
+gallium_dri.so malloc 72 0x5571735f68b0 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000115
+gallium_dri.so free 0x5571735f68b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc210 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000115
+gallium_dri.so free 0x5571735dc210 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc2e0 0.000116
+gallium_dri.so free 0x5571735dc380 void 0.000115
+gallium_dri.so free 0x5571735dc2e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc330 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000115
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc330 0.000112
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000115
+gallium_dri.so free 0x5571735dc4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc540 0.000114
+gallium_dri.so free 0x557173604300 void 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000115
+gallium_dri.so malloc 72 0x557173604320 0.000113
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604320 void 0.000113
+gallium_dri.so malloc 72 0x557173604370 0.000115
+gallium_dri.so free 0x557173604440 void 0.000114
+gallium_dri.so free 0x557173604370 void 0.000113
+gallium_dri.so malloc 72 0x557173604440 0.000113
+gallium_dri.so free 0x557173604500 void 0.000114
+gallium_dri.so free 0x557173604440 void 0.000114
+gallium_dri.so malloc 72 0x557173604440 0.000163
+gallium_dri.so free 0x557173604580 void 0.000115
+gallium_dri.so free 0x557173604440 void 0.000115
+gallium_dri.so malloc 72 0x557173604580 0.000114
+gallium_dri.so free 0x557173604640 void 0.000116
+gallium_dri.so free 0x557173604580 void 0.000115
+gallium_dri.so malloc 72 0x557173604580 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x557173604580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c43f0 0.000115
+gallium_dri.so free 0x5571735c4440 void 0.000116
+gallium_dri.so free 0x5571735c43f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c43f0 0.000114
+gallium_dri.so free 0x5571735c4540 void 0.000116
+gallium_dri.so free 0x5571735c43f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c44f0 0.000113
+gallium_dri.so free 0x5571735c4600 void 0.000115
+gallium_dri.so free 0x5571735c44f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c45b0 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000116
+gallium_dri.so free 0x5571735c45b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46a0 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c46a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46f0 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735c46f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8b40 0.000124
+gallium_dri.so free 0x5571735f8bc0 void 0.000113
+gallium_dri.so free 0x5571735f8b40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000115
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000112
+gallium_dri.so free 0x5571735f8d00 void 0.000114
+gallium_dri.so free 0x5571735f8bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d30 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000113
+gallium_dri.so free 0x5571735f8d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d30 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so free 0x5571735f8d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8ec0 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x5571735f8ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173467e10 0.000111
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467e10 void 0.000111
+gallium_dri.so malloc 72 0x557173467ea0 0.000113
+gallium_dri.so free 0x557173467f40 void 0.000115
+gallium_dri.so free 0x557173467ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173467ef0 0.000111
+gallium_dri.so free 0x557173467fc0 void 0.000112
+gallium_dri.so free 0x557173467ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173467ef0 0.000111
+gallium_dri.so free 0x557173468040 void 0.000128
+gallium_dri.so free 0x557173467ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173468040 0.000119
+gallium_dri.so free 0x557173468100 void 0.000121
+gallium_dri.so free 0x557173468040 void 0.000118
+gallium_dri.so malloc 72 0x557173468040 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x557173468040 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec20 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000117
+gallium_dri.so free 0x55717358ec20 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec70 0.000116
+gallium_dri.so free 0x55717358ed40 void 0.000119
+gallium_dri.so free 0x55717358ec70 void 0.000118
+gallium_dri.so malloc 72 0x55717358ec70 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so free 0x55717358ec70 void 0.000116
+gallium_dri.so malloc 72 0x55717358edc0 0.000120
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358edc0 0.000120
+gallium_dri.so free 0x55717358ef40 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358edc0 0.000119
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c33c0 0.000129
+gallium_dri.so free 0x5571735c3480 void 0.000123
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c33c0 0.000117
+gallium_dri.so free 0x5571735c3500 void 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3500 0.000120
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3500 0.000118
+gallium_dri.so free 0x55717358f000 void 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000116
+gallium_dri.so malloc 72 0x55717358efb0 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000119
+gallium_dri.so free 0x55717358efb0 void 0.000115
+gallium_dri.so malloc 72 0x55717358efb0 0.000121
+gallium_dri.so free 0x5571735c3700 void 0.000120
+gallium_dri.so free 0x55717358efb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3700 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000120
+gallium_dri.so free 0x5571735c3700 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3700 0.000120
+gallium_dri.so free 0x55717346db00 void 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3700 0.000120
+gallium_dri.so free 0x55717346db80 void 0.000120
+gallium_dri.so free 0x5571735c3700 void 0.000128
+gallium_dri.so malloc 72 0x55717346dbb0 0.000120
+gallium_dri.so free 0x55717346dc00 void 0.000117
+gallium_dri.so free 0x55717346dbb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346dbb0 0.000121
+gallium_dri.so free 0x55717346dd00 void 0.000119
+gallium_dri.so free 0x55717346dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346dcb0 0.000117
+gallium_dri.so free 0x55717346ddc0 void 0.000120
+gallium_dri.so free 0x55717346dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd70 0.000121
+gallium_dri.so free 0x55717346de00 void 0.000119
+gallium_dri.so free 0x55717346dd70 void 0.000119
+gallium_dri.so malloc 72 0x55717346dd70 0.000120
+gallium_dri.so free 0x55717346dec0 void 0.000120
+gallium_dri.so free 0x55717346dd70 void 0.000116
+gallium_dri.so malloc 72 0x55717346df30 0.000121
+gallium_dri.so free 0x55717346b540 void 0.000120
+gallium_dri.so free 0x55717346df30 void 0.000119
+gallium_dri.so malloc 72 0x55717346df30 0.000122
+gallium_dri.so free 0x55717346b5c0 void 0.000120
+gallium_dri.so free 0x55717346df30 void 0.000120
+gallium_dri.so malloc 72 0x55717346b5c0 0.000119
+gallium_dri.so free 0x55717346b680 void 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b5c0 0.000119
+gallium_dri.so free 0x55717346b740 void 0.000171
+gallium_dri.so free 0x55717346b5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b5c0 0.000120
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b5c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b7b0 0.000121
+gallium_dri.so free 0x55717346b880 void 0.000120
+gallium_dri.so free 0x55717346b7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b8d0 0.000121
+gallium_dri.so free 0x55717346b940 void 0.000118
+gallium_dri.so free 0x55717346b8d0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b9a0 0.000121
+gallium_dri.so free 0x55717360eac0 void 0.000120
+gallium_dri.so free 0x55717346b9a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b9a0 0.000119
+gallium_dri.so free 0x55717360eb40 void 0.000121
+gallium_dri.so free 0x55717346b9a0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb70 0.000120
+gallium_dri.so free 0x55717360ebc0 void 0.000121
+gallium_dri.so free 0x55717360eb70 void 0.000120
+gallium_dri.so malloc 72 0x55717360eb70 0.000119
+gallium_dri.so free 0x55717360ecc0 void 0.000120
+gallium_dri.so free 0x55717360eb70 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec70 0.000120
+gallium_dri.so free 0x55717360ed80 void 0.000120
+gallium_dri.so free 0x55717360ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed30 0.000128
+gallium_dri.so free 0x55717360edc0 void 0.000121
+gallium_dri.so free 0x55717360ed30 void 0.000121
+gallium_dri.so malloc 72 0x55717360ed30 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000121
+gallium_dri.so free 0x55717360ed30 void 0.000120
+gallium_dri.so malloc 72 0x55717360eed0 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x55717360eed0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eed0 0.000119
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so free 0x55717360eed0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000121
+gallium_dri.so free 0x5571735ff280 void 0.000121
+gallium_dri.so free 0x5571735ff1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000117
+gallium_dri.so free 0x5571735ff340 void 0.000119
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000120
+gallium_dri.so free 0x5571735ff400 void 0.000127
+gallium_dri.so free 0x5571735ff1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000123
+gallium_dri.so free 0x5571735ff480 void 0.000122
+gallium_dri.so free 0x5571735ff3b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000121
+gallium_dri.so free 0x5571735ff540 void 0.000120
+gallium_dri.so free 0x5571735ff4d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff580 0.000121
+gallium_dri.so free 0x5571735fcb80 void 0.000119
+gallium_dri.so free 0x5571735ff580 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff580 0.000120
+gallium_dri.so free 0x5571735fcc00 void 0.000121
+gallium_dri.so free 0x5571735ff580 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000121
+gallium_dri.so free 0x5571735fcc80 void 0.000121
+gallium_dri.so free 0x5571735fcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000116
+gallium_dri.so free 0x5571735fcd80 void 0.000119
+gallium_dri.so free 0x5571735fcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcd30 0.000120
+gallium_dri.so free 0x5571735fce40 void 0.000120
+gallium_dri.so free 0x5571735fcd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000121
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000120
+gallium_dri.so free 0x5571735fcf40 void 0.000122
+gallium_dri.so free 0x5571735fcdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000120
+gallium_dri.so free 0x557173620140 void 0.000120
+gallium_dri.so free 0x5571735fcfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000119
+gallium_dri.so free 0x5571736201c0 void 0.000190
+gallium_dri.so free 0x5571735fcfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571736201c0 0.000119
+gallium_dri.so free 0x557173620280 void 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736201c0 0.000118
+gallium_dri.so free 0x557173620340 void 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736201c0 0.000117
+gallium_dri.so free 0x557173620400 void 0.000120
+gallium_dri.so free 0x5571736201c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736203b0 0.000119
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736204d0 0.000120
+gallium_dri.so free 0x557173620540 void 0.000119
+gallium_dri.so free 0x5571736204d0 void 0.000115
+gallium_dri.so malloc 72 0x5571736205a0 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x5571736205a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736205a0 0.000119
+gallium_dri.so free 0x5571735f7b80 void 0.000121
+gallium_dri.so free 0x5571736205a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000119
+gallium_dri.so free 0x5571735f7c00 void 0.000119
+gallium_dri.so free 0x5571735f7bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000128
+gallium_dri.so free 0x5571735f7d00 void 0.000118
+gallium_dri.so free 0x5571735f7bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000116
+gallium_dri.so free 0x5571735f7dc0 void 0.000116
+gallium_dri.so free 0x5571735f7cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7d70 0.000115
+gallium_dri.so free 0x5571735f7e00 void 0.000121
+gallium_dri.so free 0x5571735f7d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d70 0.000123
+gallium_dri.so free 0x5571735f7ec0 void 0.000123
+gallium_dri.so free 0x5571735f7d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7f10 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000122
+gallium_dri.so free 0x5571735f7f10 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f10 0.000120
+gallium_dri.so free 0x5571735dd800 void 0.000123
+gallium_dri.so free 0x5571735f7f10 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd800 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd800 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd800 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000123
+gallium_dri.so free 0x5571735dd800 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000121
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dd9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb10 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000120
+gallium_dri.so free 0x5571735ddb10 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x5571735ddbc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000120
+gallium_dri.so free 0x5571735e0580 void 0.000121
+gallium_dri.so free 0x5571735ddbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e05b0 0.000120
+gallium_dri.so free 0x5571735e0600 void 0.000117
+gallium_dri.so free 0x5571735e05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e05b0 0.000120
+gallium_dri.so free 0x5571735e0700 void 0.000121
+gallium_dri.so free 0x5571735e05b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06b0 0.000119
+gallium_dri.so free 0x5571735e07c0 void 0.000120
+gallium_dri.so free 0x5571735e06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0770 0.000120
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0770 0.000119
+gallium_dri.so free 0x5571735e08c0 void 0.000171
+gallium_dri.so free 0x5571735e0770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0930 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x5571735e0930 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0930 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so free 0x5571735e0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000120
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000119
+gallium_dri.so free 0x5571735ddf80 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735de040 void 0.000120
+gallium_dri.so free 0x5571735dde00 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddff0 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000121
+gallium_dri.so free 0x5571735ddff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de110 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000120
+gallium_dri.so free 0x5571735de110 void 0.000116
+gallium_dri.so malloc 72 0x5571735de1e0 0.000119
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so free 0x5571735de1e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de1e0 0.000129
+gallium_dri.so free 0x5571735e0b80 void 0.000120
+gallium_dri.so free 0x5571735de1e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0c00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000121
+gallium_dri.so free 0x5571735e0d00 void 0.000120
+gallium_dri.so free 0x5571735e0bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000119
+gallium_dri.so free 0x5571735e0dc0 void 0.000120
+gallium_dri.so free 0x5571735e0cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d70 0.000119
+gallium_dri.so free 0x5571735e0e00 void 0.000121
+gallium_dri.so free 0x5571735e0d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d70 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000120
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f10 0.000120
+gallium_dri.so free 0x5571735e0f80 void 0.000121
+gallium_dri.so free 0x5571735e0f10 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000119
+gallium_dri.so free 0x5571735ed2c0 void 0.000120
+gallium_dri.so free 0x5571735e0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed310 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed310 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed3a0 0.000120
+gallium_dri.so free 0x5571735e1040 void 0.000119
+gallium_dri.so free 0x5571735ed3a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed3a0 0.000120
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735ed3a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000119
+gallium_dri.so free 0x5571735ed4c0 void 0.000120
+gallium_dri.so free 0x5571735ed3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed510 0.000117
+gallium_dri.so free 0x5571735ed580 void 0.000120
+gallium_dri.so free 0x5571735ed510 void 0.000116
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000117
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000121
+gallium_dri.so free 0x5571735ed6c0 void 0.000119
+gallium_dri.so free 0x5571735ed5c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000117
+gallium_dri.so free 0x5571735ed740 void 0.000120
+gallium_dri.so free 0x5571735ed6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6f0 0.000117
+gallium_dri.so free 0x5571735ed840 void 0.000120
+gallium_dri.so free 0x5571735ed6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed7f0 0.000118
+gallium_dri.so free 0x5571735ed900 void 0.000169
+gallium_dri.so free 0x5571735ed7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000120
+gallium_dri.so free 0x5571735eda00 void 0.000120
+gallium_dri.so free 0x5571735ed8b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eda70 0.000120
+gallium_dri.so free 0x5571735edac0 void 0.000121
+gallium_dri.so free 0x5571735eda70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eda70 0.000117
+gallium_dri.so free 0x5571735edbc0 void 0.000119
+gallium_dri.so free 0x5571735eda70 void 0.000116
+gallium_dri.so malloc 72 0x5571735edb70 0.000118
+gallium_dri.so free 0x5571735edc80 void 0.000122
+gallium_dri.so free 0x5571735edb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735edc30 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000120
+gallium_dri.so free 0x5571735edc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edc30 0.000118
+gallium_dri.so free 0x5571735edd80 void 0.000117
+gallium_dri.so free 0x5571735edc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eddc0 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000120
+gallium_dri.so free 0x5571735eddc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede40 0.000132
+gallium_dri.so free 0x5571735edf00 void 0.000117
+gallium_dri.so free 0x5571735ede40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede40 0.000122
+gallium_dri.so free 0x5571735edfc0 void 0.000121
+gallium_dri.so free 0x5571735ede40 void 0.000119
+gallium_dri.so malloc 72 0x5571735edfe0 0.000120
+gallium_dri.so free 0x5571735ee080 void 0.000120
+gallium_dri.so free 0x5571735edfe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee030 0.000120
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee030 0.000119
+gallium_dri.so free 0x5571735ee180 void 0.000121
+gallium_dri.so free 0x5571735ee030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee180 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000120
+gallium_dri.so free 0x5571735ee180 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee180 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000121
+gallium_dri.so free 0x5571735ee180 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee180 0.000120
+gallium_dri.so free 0x5571735ee3c0 void 0.000121
+gallium_dri.so free 0x5571735ee180 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee370 0.000120
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee370 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee430 0.000119
+gallium_dri.so free 0x5571735ee500 void 0.000119
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee550 0.000120
+gallium_dri.so free 0x5571735ee5c0 void 0.000121
+gallium_dri.so free 0x5571735ee550 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee5e0 0.000119
+gallium_dri.so free 0x5571735ee680 void 0.000119
+gallium_dri.so free 0x5571735ee5e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee630 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000120
+gallium_dri.so free 0x5571735ee630 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee630 0.000119
+gallium_dri.so free 0x5571735ee780 void 0.000120
+gallium_dri.so free 0x5571735ee630 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee780 0.000120
+gallium_dri.so free 0x5571735ee840 void 0.000120
+gallium_dri.so free 0x5571735ee780 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee780 0.000119
+gallium_dri.so free 0x5571735ee940 void 0.000121
+gallium_dri.so free 0x5571735ee780 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735ee980 void 0.000120
+gallium_dri.so free 0x5571735ee8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000120
+gallium_dri.so free 0x5571735eea40 void 0.000159
+gallium_dri.so free 0x5571735ee8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eea80 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000117
+gallium_dri.so free 0x5571735eea80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeb00 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000125
+gallium_dri.so free 0x5571735eeb00 void 0.000120
+gallium_dri.so malloc 72 0x5571735eeb00 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so free 0x5571735eeb00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec70 0.000119
+gallium_dri.so free 0x5571735eecc0 void 0.000117
+gallium_dri.so free 0x5571735eec70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec70 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eec70 void 0.000116
+gallium_dri.so malloc 72 0x5571735eee00 0.000120
+gallium_dri.so free 0x5571735eee80 void 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee80 0.000120
+gallium_dri.so free 0x5571735eef40 void 0.000119
+gallium_dri.so free 0x5571735eee80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eee80 0.000120
+gallium_dri.so free 0x5571735eefc0 void 0.000120
+gallium_dri.so free 0x5571735eee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeff0 0.000175
+gallium_dri.so free 0x5571735ef040 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeff0 0.000117
+gallium_dri.so free 0x5571735ef140 void 0.000121
+gallium_dri.so free 0x5571735eeff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000120
+gallium_dri.so free 0x5571735ef200 void 0.000121
+gallium_dri.so free 0x5571735ef0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000120
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so free 0x5571735ef1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so free 0x5571735ef1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000120
+gallium_dri.so free 0x5571735ef400 void 0.000120
+gallium_dri.so free 0x5571735ef1b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000120
+gallium_dri.so free 0x5571735ef540 void 0.000117
+gallium_dri.so free 0x5571735ef3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef540 0.000120
+gallium_dri.so free 0x5571735ef600 void 0.000118
+gallium_dri.so free 0x5571735ef540 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef540 0.000119
+gallium_dri.so free 0x5571735ef480 void 0.000120
+gallium_dri.so free 0x5571735ef540 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000121
+gallium_dri.so free 0x5571735ef4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef6c0 0.000120
+gallium_dri.so free 0x5571735ef780 void 0.000120
+gallium_dri.so free 0x5571735ef6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef6c0 0.000118
+gallium_dri.so free 0x5571735ef800 void 0.000121
+gallium_dri.so free 0x5571735ef6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef800 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef800 0.000120
+gallium_dri.so free 0x5571735ef980 void 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef800 0.000119
+gallium_dri.so free 0x5571735efa40 void 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef9f0 0.000120
+gallium_dri.so free 0x5571735efac0 void 0.000120
+gallium_dri.so free 0x5571735ef9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb10 0.000125
+gallium_dri.so free 0x5571735efb80 void 0.000121
+gallium_dri.so free 0x5571735efb10 void 0.000119
+gallium_dri.so malloc 72 0x5571735efbc0 0.000116
+gallium_dri.so free 0x5571735efc40 void 0.000128
+gallium_dri.so free 0x5571735efbc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efbc0 0.000119
+gallium_dri.so free 0x5571735efcc0 void 0.000120
+gallium_dri.so free 0x5571735efbc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efcf0 0.000120
+gallium_dri.so free 0x5571735efd40 void 0.000118
+gallium_dri.so free 0x5571735efcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efcf0 0.000119
+gallium_dri.so free 0x5571735efe40 void 0.000120
+gallium_dri.so free 0x5571735efcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdf0 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000120
+gallium_dri.so free 0x5571735efdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735efeb0 0.000119
+gallium_dri.so free 0x5571735eff40 void 0.000117
+gallium_dri.so free 0x5571735efeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735efeb0 0.000118
+gallium_dri.so free 0x5571735f0000 void 0.000120
+gallium_dri.so free 0x5571735efeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0070 0.000118
+gallium_dri.so free 0x5571735f00c0 void 0.000118
+gallium_dri.so free 0x5571735f0070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0070 0.000117
+gallium_dri.so free 0x5571735f01c0 void 0.000120
+gallium_dri.so free 0x5571735f0070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0170 0.000118
+gallium_dri.so free 0x5571735f0280 void 0.000120
+gallium_dri.so free 0x5571735f0170 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0230 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000120
+gallium_dri.so free 0x5571735f0230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0230 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000120
+gallium_dri.so free 0x5571735f0230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f03c0 0.000116
+gallium_dri.so free 0x5571735f0440 void 0.000121
+gallium_dri.so free 0x5571735f03c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0440 0.000120
+gallium_dri.so free 0x5571735f0500 void 0.000122
+gallium_dri.so free 0x5571735f0440 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0440 0.000120
+gallium_dri.so free 0x5571735f05c0 void 0.000120
+gallium_dri.so free 0x5571735f0440 void 0.000119
+gallium_dri.so malloc 72 0x5571735f05e0 0.000121
+gallium_dri.so free 0x5571735f0680 void 0.000120
+gallium_dri.so free 0x5571735f05e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0630 0.000121
+gallium_dri.so free 0x5571735f0700 void 0.000120
+gallium_dri.so free 0x5571735f0630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0630 0.000119
+gallium_dri.so free 0x5571735f0780 void 0.000118
+gallium_dri.so free 0x5571735f0630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0780 0.000126
+gallium_dri.so free 0x5571735f0840 void 0.000118
+gallium_dri.so free 0x5571735f0780 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0780 0.000116
+gallium_dri.so free 0x5571735f0900 void 0.000122
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0780 0.000120
+gallium_dri.so free 0x5571735f09c0 void 0.000119
+gallium_dri.so free 0x5571735f0780 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0970 0.000120
+gallium_dri.so free 0x5571735f0a80 void 0.000120
+gallium_dri.so free 0x5571735f0970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0a30 0.000120
+gallium_dri.so free 0x5571735f0b00 void 0.000122
+gallium_dri.so free 0x5571735f0a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0b50 0.000118
+gallium_dri.so free 0x5571735f0bc0 void 0.000116
+gallium_dri.so free 0x5571735f0b50 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0be0 0.000118
+gallium_dri.so free 0x5571735f0c80 void 0.000120
+gallium_dri.so free 0x5571735f0be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0c30 0.000119
+gallium_dri.so free 0x5571735f0d00 void 0.000121
+gallium_dri.so free 0x5571735f0c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0c30 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000130
+gallium_dri.so free 0x5571735f0c30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d80 0.000119
+gallium_dri.so free 0x5571735f0e40 void 0.000117
+gallium_dri.so free 0x5571735f0d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d80 0.000116
+gallium_dri.so free 0x5571735f0f40 void 0.000118
+gallium_dri.so free 0x5571735f0d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000119
+gallium_dri.so free 0x5571735f0f80 void 0.000118
+gallium_dri.so free 0x5571735f0ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000120
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so free 0x5571735f0ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1080 0.000120
+gallium_dri.so free 0x5571735f1100 void 0.000120
+gallium_dri.so free 0x5571735f1080 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1100 0.000120
+gallium_dri.so free 0x5571735f11c0 void 0.000120
+gallium_dri.so free 0x5571735f1100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1100 0.000119
+gallium_dri.so free 0x5571735f1240 void 0.000119
+gallium_dri.so free 0x5571735f1100 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1270 0.000119
+gallium_dri.so free 0x5571735f12c0 void 0.000121
+gallium_dri.so free 0x5571735f1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1270 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000124
+gallium_dri.so free 0x5571735f1270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1400 0.000119
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so free 0x5571735f1400 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1480 0.000117
+gallium_dri.so free 0x5571735f1540 void 0.000120
+gallium_dri.so free 0x5571735f1480 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1480 0.000119
+gallium_dri.so free 0x5571735f15c0 void 0.000121
+gallium_dri.so free 0x5571735f1480 void 0.000117
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f15f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f15f0 0.000120
+gallium_dri.so free 0x5571735f1740 void 0.000119
+gallium_dri.so free 0x5571735f15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f16f0 0.000119
+gallium_dri.so free 0x5571735f1800 void 0.000121
+gallium_dri.so free 0x5571735f16f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f17b0 0.000120
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so free 0x5571735f17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17b0 0.000119
+gallium_dri.so free 0x5571735f1940 void 0.000117
+gallium_dri.so free 0x5571735f17b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f17b0 0.000122
+gallium_dri.so free 0x5571735f1a00 void 0.000126
+gallium_dri.so free 0x5571735f17b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f19b0 0.000118
+gallium_dri.so free 0x5571735f1a80 void 0.000119
+gallium_dri.so free 0x5571735f19b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1ad0 0.000120
+gallium_dri.so free 0x5571735f1b40 void 0.000119
+gallium_dri.so free 0x5571735f1ad0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1b60 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000121
+gallium_dri.so free 0x5571735f1b60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000121
+gallium_dri.so free 0x5571735f1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c80 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so free 0x5571735f1c80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c80 0.000119
+gallium_dri.so free 0x5571735f1dc0 void 0.000119
+gallium_dri.so free 0x5571735f1c80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000119
+gallium_dri.so free 0x5571735f1e80 void 0.000122
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000117
+gallium_dri.so free 0x5571735f1f40 void 0.000129
+gallium_dri.so free 0x5571735f1dc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1dc0 0.000119
+gallium_dri.so free 0x5571735f2000 void 0.000120
+gallium_dri.so free 0x5571735f1dc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1fb0 0.000119
+gallium_dri.so free 0x5571735f2080 void 0.000117
+gallium_dri.so free 0x5571735f1fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f20d0 0.000119
+gallium_dri.so free 0x5571735f2140 void 0.000119
+gallium_dri.so free 0x5571735f20d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2180 0.000121
+gallium_dri.so free 0x5571735f2200 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2180 0.000119
+gallium_dri.so free 0x5571735f2280 void 0.000120
+gallium_dri.so free 0x5571735f2180 void 0.000116
+gallium_dri.so malloc 72 0x5571735f22b0 0.000120
+gallium_dri.so free 0x5571735f2300 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22b0 0.000119
+gallium_dri.so free 0x5571735f2400 void 0.000120
+gallium_dri.so free 0x5571735f22b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23b0 0.000120
+gallium_dri.so free 0x5571735f24c0 void 0.000118
+gallium_dri.so free 0x5571735f23b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2470 0.000121
+gallium_dri.so free 0x5571735f2500 void 0.000121
+gallium_dri.so free 0x5571735f2470 void 0.000183
+gallium_dri.so malloc 72 0x5571735f2470 0.000237
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so free 0x5571735f2470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000115
+gallium_dri.so free 0x5571735f2680 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000114
+gallium_dri.so free 0x5571735f2780 void 0.000114
+gallium_dri.so free 0x5571735f2630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2730 0.000112
+gallium_dri.so free 0x557173474580 void 0.000114
+gallium_dri.so free 0x5571735f2730 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2730 0.000113
+gallium_dri.so free 0x557173474640 void 0.000114
+gallium_dri.so free 0x5571735f2730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x557173474700 void 0.000116
+gallium_dri.so free 0x5571735f2730 void 0.000115
+gallium_dri.so malloc 72 0x5571734746b0 0.000113
+gallium_dri.so free 0x557173474780 void 0.000116
+gallium_dri.so free 0x5571734746b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734747d0 0.000113
+gallium_dri.so free 0x557173474840 void 0.000116
+gallium_dri.so free 0x5571734747d0 void 0.000154
+gallium_dri.so malloc 72 0x5571734748a0 0.000118
+gallium_dri.so free 0x557173474940 void 0.000116
+gallium_dri.so free 0x5571734748a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734748f0 0.000115
+gallium_dri.so free 0x557173474980 void 0.000114
+gallium_dri.so free 0x5571734748f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734748f0 0.000114
+gallium_dri.so free 0x557173474a40 void 0.000115
+gallium_dri.so free 0x5571734748f0 void 0.000113
+gallium_dri.so malloc 72 0x557173474a80 0.000113
+gallium_dri.so free 0x557173474b00 void 0.000114
+gallium_dri.so free 0x557173474a80 void 0.000114
+gallium_dri.so malloc 72 0x557173474b00 0.000114
+gallium_dri.so free 0x557173474bc0 void 0.000116
+gallium_dri.so free 0x557173474b00 void 0.000113
+gallium_dri.so malloc 72 0x557173474b00 0.000115
+gallium_dri.so free 0x557173474c40 void 0.000114
+gallium_dri.so free 0x557173474b00 void 0.000112
+gallium_dri.so malloc 72 0x557173474c70 0.000114
+gallium_dri.so free 0x557173474cc0 void 0.000114
+gallium_dri.so free 0x557173474c70 void 0.000114
+gallium_dri.so malloc 72 0x557173474cc0 0.000114
+gallium_dri.so free 0x557173474d80 void 0.000114
+gallium_dri.so free 0x557173474cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173474cc0 0.000113
+gallium_dri.so free 0x557173474e80 void 0.000115
+gallium_dri.so free 0x557173474cc0 void 0.000113
+gallium_dri.so malloc 72 0x557173474e30 0.000114
+gallium_dri.so free 0x557173474f40 void 0.000115
+gallium_dri.so free 0x557173474e30 void 0.000113
+gallium_dri.so malloc 72 0x557173474ef0 0.000115
+gallium_dri.so free 0x557173474f80 void 0.000115
+gallium_dri.so free 0x557173474ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173474ef0 0.000114
+gallium_dri.so free 0x557173475040 void 0.000115
+gallium_dri.so free 0x557173474ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173475080 0.000111
+gallium_dri.so free 0x557173475100 void 0.000116
+gallium_dri.so free 0x557173475080 void 0.000114
+gallium_dri.so malloc 72 0x557173475100 0.000114
+gallium_dri.so free 0x5571734751c0 void 0.000114
+gallium_dri.so free 0x557173475100 void 0.000114
+gallium_dri.so malloc 72 0x557173475100 0.000115
+gallium_dri.so free 0x557173475240 void 0.000115
+gallium_dri.so free 0x557173475100 void 0.000112
+gallium_dri.so malloc 72 0x557173475100 0.000112
+gallium_dri.so free 0x557173475300 void 0.000114
+gallium_dri.so free 0x557173475100 void 0.000113
+gallium_dri.so malloc 72 0x557173475100 0.000112
+gallium_dri.so free 0x5571734753c0 void 0.000115
+gallium_dri.so free 0x557173475100 void 0.000112
+gallium_dri.so malloc 72 0x557173475370 0.000113
+gallium_dri.so free 0x557173475440 void 0.000115
+gallium_dri.so free 0x557173475370 void 0.000112
+gallium_dri.so malloc 72 0x557173475490 0.000130
+gallium_dri.so free 0x557173475500 void 0.000117
+gallium_dri.so free 0x557173475490 void 0.000116
+gallium_dri.so malloc 72 0x557173475520 0.000115
+gallium_dri.so free 0x5571734755c0 void 0.000117
+gallium_dri.so free 0x557173475520 void 0.000118
+gallium_dri.so malloc 72 0x557173475570 0.000115
+gallium_dri.so free 0x557173475640 void 0.000118
+gallium_dri.so free 0x557173475570 void 0.000117
+gallium_dri.so malloc 72 0x557173475570 0.000118
+gallium_dri.so free 0x557173475740 void 0.000117
+gallium_dri.so free 0x557173475570 void 0.000116
+gallium_dri.so malloc 72 0x5571734756f0 0.000116
+gallium_dri.so free 0x5571734757c0 void 0.000117
+gallium_dri.so free 0x5571734756f0 void 0.000122
+gallium_dri.so malloc 72 0x557173475810 0.000118
+gallium_dri.so free 0x557173475880 void 0.000122
+gallium_dri.so free 0x557173475810 void 0.000120
+gallium_dri.so malloc 72 0x5571734758a0 0.000120
+gallium_dri.so free 0x557173475940 void 0.000118
+gallium_dri.so free 0x5571734758a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734758f0 0.000120
+gallium_dri.so free 0x5571734759c0 void 0.000122
+gallium_dri.so free 0x5571734758f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734758f0 0.000119
+gallium_dri.so free 0x557173475a40 void 0.000121
+gallium_dri.so free 0x5571734758f0 void 0.000126
+gallium_dri.so malloc 72 0x557173475a40 0.000120
+gallium_dri.so free 0x557173475b00 void 0.000120
+gallium_dri.so free 0x557173475a40 void 0.000121
+gallium_dri.so malloc 72 0x557173475a40 0.000120
+gallium_dri.so free 0x557173475c00 void 0.000119
+gallium_dri.so free 0x557173475a40 void 0.000120
+gallium_dri.so malloc 72 0x557173475a40 0.000120
+gallium_dri.so free 0x557173475c80 void 0.000120
+gallium_dri.so free 0x557173475a40 void 0.000119
+gallium_dri.so malloc 72 0x557173475cb0 0.000118
+gallium_dri.so free 0x557173475d00 void 0.000120
+gallium_dri.so free 0x557173475cb0 void 0.000120
+gallium_dri.so malloc 72 0x557173475cb0 0.000117
+gallium_dri.so free 0x557173475e00 void 0.000123
+gallium_dri.so free 0x557173475cb0 void 0.000118
+gallium_dri.so malloc 72 0x557173475db0 0.000120
+gallium_dri.so free 0x557173475ec0 void 0.000118
+gallium_dri.so free 0x557173475db0 void 0.000120
+gallium_dri.so malloc 72 0x557173475e70 0.000119
+gallium_dri.so free 0x557173475f00 void 0.000120
+gallium_dri.so free 0x557173475e70 void 0.000119
+gallium_dri.so malloc 72 0x557173475e70 0.000120
+gallium_dri.so free 0x557173475fc0 void 0.000123
+gallium_dri.so free 0x557173475e70 void 0.000120
+gallium_dri.so malloc 72 0x557173476010 0.000120
+gallium_dri.so free 0x557173476080 void 0.000125
+gallium_dri.so free 0x557173476010 void 0.000118
+gallium_dri.so malloc 72 0x5571734760c0 0.000116
+gallium_dri.so free 0x557173476140 void 0.000117
+gallium_dri.so free 0x5571734760c0 void 0.000117
+gallium_dri.so malloc 72 0x557173476140 0.000118
+gallium_dri.so free 0x557173476200 void 0.000117
+gallium_dri.so free 0x557173476140 void 0.000115
+gallium_dri.so malloc 72 0x557173476140 0.000116
+gallium_dri.so free 0x557173476280 void 0.000117
+gallium_dri.so free 0x557173476140 void 0.000116
+gallium_dri.so malloc 72 0x5571734762b0 0.000118
+gallium_dri.so free 0x557173476300 void 0.000123
+gallium_dri.so free 0x5571734762b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734762b0 0.000122
+gallium_dri.so free 0x557173476400 void 0.000118
+gallium_dri.so free 0x5571734762b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734763b0 0.000121
+gallium_dri.so free 0x5571734764c0 void 0.000122
+gallium_dri.so free 0x5571734763b0 void 0.000121
+gallium_dri.so malloc 72 0x557173476470 0.000121
+gallium_dri.so free 0x557173476540 void 0.000122
+gallium_dri.so free 0x557173476470 void 0.000121
+gallium_dri.so malloc 72 0x557173476560 0.000117
+gallium_dri.so free 0x557173476600 void 0.000117
+gallium_dri.so free 0x557173476560 void 0.000126
+gallium_dri.so malloc 72 0x5571734765b0 0.000118
+gallium_dri.so free 0x557173476680 void 0.000123
+gallium_dri.so free 0x5571734765b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734765b0 0.000117
+gallium_dri.so free 0x557173476700 void 0.000121
+gallium_dri.so free 0x5571734765b0 void 0.000116
+gallium_dri.so malloc 72 0x557173476700 0.000121
+gallium_dri.so free 0x5571734767c0 void 0.000117
+gallium_dri.so free 0x557173476700 void 0.000120
+gallium_dri.so malloc 72 0x557173476700 0.000120
+gallium_dri.so free 0x557173476880 void 0.000121
+gallium_dri.so free 0x557173476700 void 0.000117
+gallium_dri.so malloc 72 0x557173476700 0.000120
+gallium_dri.so free 0x557173476940 void 0.000119
+gallium_dri.so free 0x557173476700 void 0.000116
+gallium_dri.so malloc 72 0x5571734768f0 0.000120
+gallium_dri.so free 0x557173476940 void 0.000119
+gallium_dri.so free 0x5571734768f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734768f0 0.000122
+gallium_dri.so free 0x557173476a40 void 0.000122
+gallium_dri.so free 0x5571734768f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734769f0 0.000121
+gallium_dri.so free 0x557173476b00 void 0.000122
+gallium_dri.so free 0x5571734769f0 void 0.000117
+gallium_dri.so malloc 72 0x557173476ab0 0.000120
+gallium_dri.so free 0x557173476b40 void 0.000121
+gallium_dri.so free 0x557173476ab0 void 0.000128
+gallium_dri.so malloc 72 0x557173476ab0 0.000117
+gallium_dri.so free 0x557173476c00 void 0.000118
+gallium_dri.so free 0x557173476ab0 void 0.000116
+gallium_dri.so malloc 72 0x557173476c40 0.000116
+gallium_dri.so free 0x557173476cc0 void 0.000116
+gallium_dri.so free 0x557173476c40 void 0.000116
+gallium_dri.so malloc 72 0x557173476cc0 0.000116
+gallium_dri.so free 0x557173476d80 void 0.000121
+gallium_dri.so free 0x557173476cc0 void 0.000120
+gallium_dri.so malloc 72 0x557173476cc0 0.000121
+gallium_dri.so free 0x557173476e40 void 0.000121
+gallium_dri.so free 0x557173476cc0 void 0.000121
+gallium_dri.so malloc 72 0x557173476e60 0.000120
+gallium_dri.so free 0x557173476f00 void 0.000121
+gallium_dri.so free 0x557173476e60 void 0.000119
+gallium_dri.so malloc 72 0x557173476eb0 0.000120
+gallium_dri.so free 0x557173476f80 void 0.000120
+gallium_dri.so free 0x557173476eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173476eb0 0.000121
+gallium_dri.so free 0x557173477000 void 0.000121
+gallium_dri.so free 0x557173476eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173477000 0.000120
+gallium_dri.so free 0x5571734770c0 void 0.000120
+gallium_dri.so free 0x557173477000 void 0.000121
+gallium_dri.so malloc 72 0x557173477000 0.000120
+gallium_dri.so free 0x557173477180 void 0.000128
+gallium_dri.so free 0x557173477000 void 0.000123
+gallium_dri.so malloc 72 0x557173477000 0.000121
+gallium_dri.so free 0x557173477240 void 0.000121
+gallium_dri.so free 0x557173477000 void 0.000121
+gallium_dri.so malloc 72 0x5571734771f0 0.000120
+gallium_dri.so free 0x557173477300 void 0.000120
+gallium_dri.so free 0x5571734771f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734772b0 0.000123
+gallium_dri.so free 0x557173477380 void 0.000121
+gallium_dri.so free 0x5571734772b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734773d0 0.000120
+gallium_dri.so free 0x557173477440 void 0.000121
+gallium_dri.so free 0x5571734773d0 void 0.000119
+gallium_dri.so malloc 72 0x557173477460 0.000119
+gallium_dri.so free 0x557173477500 void 0.000127
+gallium_dri.so free 0x557173477460 void 0.000121
+gallium_dri.so malloc 72 0x5571734774b0 0.000121
+gallium_dri.so free 0x557173477580 void 0.000121
+gallium_dri.so free 0x5571734774b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734774b0 0.000120
+gallium_dri.so free 0x557173477600 void 0.000121
+gallium_dri.so free 0x5571734774b0 void 0.000119
+gallium_dri.so malloc 72 0x557173477600 0.000121
+gallium_dri.so free 0x5571734776c0 void 0.000121
+gallium_dri.so free 0x557173477600 void 0.000121
+gallium_dri.so malloc 72 0x557173477600 0.000191
+gallium_dri.so free 0x5571734777c0 void 0.000122
+gallium_dri.so free 0x557173477600 void 0.000121
+gallium_dri.so malloc 72 0x557173477770 0.000120
+gallium_dri.so free 0x557173477800 void 0.000122
+gallium_dri.so free 0x557173477770 void 0.000119
+gallium_dri.so malloc 72 0x557173477770 0.000120
+gallium_dri.so free 0x5571734778c0 void 0.000121
+gallium_dri.so free 0x557173477770 void 0.000120
+gallium_dri.so malloc 72 0x557173477900 0.000121
+gallium_dri.so free 0x557173477980 void 0.000121
+gallium_dri.so free 0x557173477900 void 0.000121
+gallium_dri.so malloc 72 0x557173477980 0.000121
+gallium_dri.so free 0x557173477a40 void 0.000121
+gallium_dri.so free 0x557173477980 void 0.000120
+gallium_dri.so malloc 72 0x557173477980 0.000121
+gallium_dri.so free 0x557173477ac0 void 0.000121
+gallium_dri.so free 0x557173477980 void 0.000120
+gallium_dri.so malloc 72 0x557173477af0 0.000120
+gallium_dri.so free 0x557173477b40 void 0.000120
+gallium_dri.so free 0x557173477af0 void 0.000122
+gallium_dri.so malloc 72 0x557173477af0 0.000122
+gallium_dri.so free 0x557173477c40 void 0.000122
+gallium_dri.so free 0x557173477af0 void 0.000120
+gallium_dri.so malloc 72 0x557173477c80 0.000121
+gallium_dri.so free 0x557173477d00 void 0.000128
+gallium_dri.so free 0x557173477c80 void 0.000123
+gallium_dri.so malloc 72 0x557173477d00 0.000119
+gallium_dri.so free 0x557173477dc0 void 0.000121
+gallium_dri.so free 0x557173477d00 void 0.000122
+gallium_dri.so malloc 72 0x557173477d00 0.000121
+gallium_dri.so free 0x557173477e40 void 0.000121
+gallium_dri.so free 0x557173477d00 void 0.000120
+gallium_dri.so malloc 72 0x557173477e70 0.000120
+gallium_dri.so free 0x557173477ec0 void 0.000120
+gallium_dri.so free 0x557173477e70 void 0.000120
+gallium_dri.so malloc 72 0x557173477e70 0.000120
+gallium_dri.so free 0x557173477fc0 void 0.000122
+gallium_dri.so free 0x557173477e70 void 0.000120
+gallium_dri.so malloc 72 0x557173477f70 0.000120
+gallium_dri.so free 0x557173478080 void 0.000121
+gallium_dri.so free 0x557173477f70 void 0.000120
+gallium_dri.so malloc 72 0x557173478030 0.000122
+gallium_dri.so free 0x557173478100 void 0.000121
+gallium_dri.so free 0x557173478030 void 0.000120
+gallium_dri.so malloc 72 0x557173478030 0.000119
+gallium_dri.so free 0x5571734781c0 void 0.000121
+gallium_dri.so free 0x557173478030 void 0.000121
+gallium_dri.so malloc 72 0x557173478030 0.000121
+gallium_dri.so free 0x557173478280 void 0.000122
+gallium_dri.so free 0x557173478030 void 0.000121
+gallium_dri.so malloc 72 0x557173478230 0.000129
+gallium_dri.so free 0x557173478300 void 0.000121
+gallium_dri.so free 0x557173478230 void 0.000121
+gallium_dri.so malloc 72 0x557173478350 0.000120
+gallium_dri.so free 0x5571734783c0 void 0.000121
+gallium_dri.so free 0x557173478350 void 0.000125
+gallium_dri.so malloc 72 0x5571734783e0 0.000123
+gallium_dri.so free 0x557173478480 void 0.000121
+gallium_dri.so free 0x5571734783e0 void 0.000119
+gallium_dri.so malloc 72 0x557173478430 0.000122
+gallium_dri.so free 0x557173478500 void 0.000121
+gallium_dri.so free 0x557173478430 void 0.000119
+gallium_dri.so malloc 72 0x557173478500 0.000120
+gallium_dri.so free 0x5571734785c0 void 0.000120
+gallium_dri.so free 0x557173478500 void 0.000123
+gallium_dri.so malloc 72 0x557173478500 0.000121
+gallium_dri.so free 0x557173478640 void 0.000119
+gallium_dri.so free 0x557173478500 void 0.000122
+gallium_dri.so malloc 72 0x557173478640 0.000122
+gallium_dri.so free 0x557173478700 void 0.000122
+gallium_dri.so free 0x557173478640 void 0.000120
+gallium_dri.so malloc 72 0x557173478640 0.000120
+gallium_dri.so free 0x5571734787c0 void 0.000121
+gallium_dri.so free 0x557173478640 void 0.000120
+gallium_dri.so malloc 72 0x557173478640 0.000120
+gallium_dri.so free 0x557173478880 void 0.000121
+gallium_dri.so free 0x557173478640 void 0.000124
+gallium_dri.so malloc 72 0x557173478830 0.000121
+gallium_dri.so free 0x557173478900 void 0.000121
+gallium_dri.so free 0x557173478830 void 0.000120
+gallium_dri.so malloc 72 0x557173478950 0.000120
+gallium_dri.so free 0x5571734789c0 void 0.000121
+gallium_dri.so free 0x557173478950 void 0.000120
+gallium_dri.so malloc 72 0x557173478a00 0.000120
+gallium_dri.so free 0x557173478a80 void 0.000120
+gallium_dri.so free 0x557173478a00 void 0.000120
+gallium_dri.so malloc 72 0x557173478a00 0.000121
+gallium_dri.so free 0x557173478b00 void 0.000121
+gallium_dri.so free 0x557173478a00 void 0.000121
+gallium_dri.so malloc 72 0x557173478b30 0.000120
+gallium_dri.so free 0x557173478b80 void 0.000120
+gallium_dri.so free 0x557173478b30 void 0.000121
+gallium_dri.so malloc 72 0x557173478b30 0.000121
+gallium_dri.so free 0x557173478c80 void 0.000122
+gallium_dri.so free 0x557173478b30 void 0.000122
+gallium_dri.so malloc 72 0x557173478c30 0.000122
+gallium_dri.so free 0x557173478d40 void 0.000121
+gallium_dri.so free 0x557173478c30 void 0.000120
+gallium_dri.so malloc 72 0x557173478cf0 0.000120
+gallium_dri.so free 0x557173478d80 void 0.000121
+gallium_dri.so free 0x557173478cf0 void 0.000121
+gallium_dri.so malloc 72 0x557173478cf0 0.000129
+gallium_dri.so free 0x557173478e40 void 0.000115
+gallium_dri.so free 0x557173478cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173478eb0 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000115
+gallium_dri.so free 0x557173478eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173478eb0 0.000114
+gallium_dri.so free 0x557173479000 void 0.000116
+gallium_dri.so free 0x557173478eb0 void 0.000116
+gallium_dri.so malloc 72 0x557173478fb0 0.000116
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x557173478fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173619fa0 0.000117
+gallium_dri.so free 0x55717361a040 void 0.000116
+gallium_dri.so free 0x557173619fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173619ff0 0.000115
+gallium_dri.so free 0x55717361a0c0 void 0.000115
+gallium_dri.so free 0x557173619ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173619ff0 0.000114
+gallium_dri.so free 0x55717361a140 void 0.000116
+gallium_dri.so free 0x557173619ff0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a140 0.000115
+gallium_dri.so free 0x55717361a200 void 0.000120
+gallium_dri.so free 0x55717361a140 void 0.000115
+gallium_dri.so malloc 72 0x55717361a140 0.000115
+gallium_dri.so free 0x55717361a300 void 0.000115
+gallium_dri.so free 0x55717361a140 void 0.000116
+gallium_dri.so malloc 72 0x55717361a140 0.000268
+gallium_dri.so free 0x55717361a380 void 0.000242
+gallium_dri.so free 0x55717361a140 void 0.000155
+gallium_dri.so malloc 72 0x55717361a3b0 0.000123
+gallium_dri.so free 0x55717361a400 void 0.000119
+gallium_dri.so free 0x55717361a3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a3b0 0.000118
+gallium_dri.so free 0x55717361a500 void 0.000126
+gallium_dri.so free 0x55717361a3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4b0 0.000115
+gallium_dri.so free 0x55717361a5c0 void 0.000120
+gallium_dri.so free 0x55717361a4b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a570 0.000124
+gallium_dri.so free 0x55717361a600 void 0.000119
+gallium_dri.so free 0x55717361a570 void 0.000114
+gallium_dri.so malloc 72 0x55717361a570 0.000113
+gallium_dri.so free 0x55717361a6c0 void 0.000121
+gallium_dri.so free 0x55717361a570 void 0.000119
+gallium_dri.so malloc 72 0x55717361a710 0.000115
+gallium_dri.so free 0x55717361a780 void 0.000115
+gallium_dri.so free 0x55717361a710 void 0.000118
+gallium_dri.so malloc 72 0x55717361a7c0 0.000124
+gallium_dri.so free 0x55717361a840 void 0.000125
+gallium_dri.so free 0x55717361a7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a840 0.000114
+gallium_dri.so free 0x55717361a900 void 0.000115
+gallium_dri.so free 0x55717361a840 void 0.000115
+gallium_dri.so malloc 72 0x55717361a840 0.000115
+gallium_dri.so free 0x55717361a980 void 0.000114
+gallium_dri.so free 0x55717361a840 void 0.000115
+gallium_dri.so malloc 72 0x55717361a9b0 0.000114
+gallium_dri.so free 0x55717361aa00 void 0.000115
+gallium_dri.so free 0x55717361a9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a9b0 0.000121
+gallium_dri.so free 0x55717361ab00 void 0.000117
+gallium_dri.so free 0x55717361a9b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361aab0 0.000115
+gallium_dri.so free 0x55717361abc0 void 0.000115
+gallium_dri.so free 0x55717361aab0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ab70 0.000116
+gallium_dri.so free 0x55717361ac40 void 0.000114
+gallium_dri.so free 0x55717361ab70 void 0.000115
+gallium_dri.so malloc 72 0x55717361ac60 0.000114
+gallium_dri.so free 0x55717361ad00 void 0.000115
+gallium_dri.so free 0x55717361ac60 void 0.000114
+gallium_dri.so malloc 72 0x55717361acb0 0.000114
+gallium_dri.so free 0x55717361ad80 void 0.000116
+gallium_dri.so free 0x55717361acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361acb0 0.000119
+gallium_dri.so free 0x55717361ae00 void 0.000117
+gallium_dri.so free 0x55717361acb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ae00 0.000114
+gallium_dri.so free 0x55717361aec0 void 0.000115
+gallium_dri.so free 0x55717361ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae00 0.000114
+gallium_dri.so free 0x55717361af80 void 0.000115
+gallium_dri.so free 0x55717361ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae00 0.000115
+gallium_dri.so free 0x55717361b040 void 0.000115
+gallium_dri.so free 0x55717361ae00 void 0.000114
+gallium_dri.so malloc 72 0x55717361aff0 0.000127
+gallium_dri.so free 0x55717361b040 void 0.000122
+gallium_dri.so free 0x55717361aff0 void 0.000120
+gallium_dri.so malloc 72 0x55717361aff0 0.000121
+gallium_dri.so free 0x55717361b140 void 0.000121
+gallium_dri.so free 0x55717361aff0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b0f0 0.000120
+gallium_dri.so free 0x55717361b200 void 0.000121
+gallium_dri.so free 0x55717361b0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b1b0 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000121
+gallium_dri.so free 0x55717361b1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b1b0 0.000119
+gallium_dri.so free 0x55717361b300 void 0.000120
+gallium_dri.so free 0x55717361b1b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361b340 0.000136
+gallium_dri.so free 0x55717361b3c0 void 0.000129
+gallium_dri.so free 0x55717361b340 void 0.000124
+gallium_dri.so malloc 72 0x55717361b3c0 0.000119
+gallium_dri.so free 0x55717361b480 void 0.000120
+gallium_dri.so free 0x55717361b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b3c0 0.000123
+gallium_dri.so free 0x55717361b540 void 0.000121
+gallium_dri.so free 0x55717361b3c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b560 0.000126
+gallium_dri.so free 0x55717361b600 void 0.000128
+gallium_dri.so free 0x55717361b560 void 0.000126
+gallium_dri.so malloc 72 0x55717361b5b0 0.000120
+gallium_dri.so free 0x55717361b680 void 0.000121
+gallium_dri.so free 0x55717361b5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b5b0 0.000120
+gallium_dri.so free 0x55717361b700 void 0.000120
+gallium_dri.so free 0x55717361b5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b700 0.000120
+gallium_dri.so free 0x55717361b7c0 void 0.000120
+gallium_dri.so free 0x55717361b700 void 0.000120
+gallium_dri.so malloc 72 0x55717361b700 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000129
+gallium_dri.so free 0x55717361b700 void 0.000119
+gallium_dri.so malloc 72 0x55717361b700 0.000120
+gallium_dri.so free 0x55717361b940 void 0.000123
+gallium_dri.so free 0x55717361b700 void 0.000120
+gallium_dri.so malloc 72 0x55717361b8f0 0.000120
+gallium_dri.so free 0x55717361ba00 void 0.000120
+gallium_dri.so free 0x55717361b8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361b9b0 0.000121
+gallium_dri.so free 0x55717361ba80 void 0.000121
+gallium_dri.so free 0x55717361b9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bad0 0.000119
+gallium_dri.so free 0x55717361bb40 void 0.000122
+gallium_dri.so free 0x55717361bad0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bb60 0.000119
+gallium_dri.so free 0x55717361bc00 void 0.000120
+gallium_dri.so free 0x55717361bb60 void 0.000121
+gallium_dri.so malloc 72 0x55717361bbb0 0.000119
+gallium_dri.so free 0x55717361bc80 void 0.000121
+gallium_dri.so free 0x55717361bbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bbb0 0.000120
+gallium_dri.so free 0x55717361bd00 void 0.000122
+gallium_dri.so free 0x55717361bbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bd00 0.000120
+gallium_dri.so free 0x55717361bdc0 void 0.000121
+gallium_dri.so free 0x55717361bd00 void 0.000120
+gallium_dri.so malloc 72 0x55717361bd00 0.000120
+gallium_dri.so free 0x55717361bec0 void 0.000121
+gallium_dri.so free 0x55717361bd00 void 0.000119
+gallium_dri.so malloc 72 0x55717361be70 0.000121
+gallium_dri.so free 0x55717361bf00 void 0.000124
+gallium_dri.so free 0x55717361be70 void 0.000113
+gallium_dri.so malloc 72 0x55717361be70 0.000112
+gallium_dri.so free 0x55717361bfc0 void 0.000112
+gallium_dri.so free 0x55717361be70 void 0.000113
+gallium_dri.so malloc 72 0x55717361c000 0.000113
+gallium_dri.so free 0x55717361c080 void 0.000113
+gallium_dri.so free 0x55717361c000 void 0.000113
+gallium_dri.so malloc 72 0x55717361c080 0.000113
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so free 0x55717361c080 void 0.000113
+gallium_dri.so malloc 72 0x55717361c080 0.000113
+gallium_dri.so free 0x55717361c1c0 void 0.000114
+gallium_dri.so free 0x55717361c080 void 0.000119
+gallium_dri.so malloc 72 0x55717361c1f0 0.000125
+gallium_dri.so free 0x55717361c240 void 0.000120
+gallium_dri.so free 0x55717361c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c1f0 0.000113
+gallium_dri.so free 0x55717361c340 void 0.000114
+gallium_dri.so free 0x55717361c1f0 void 0.000183
+gallium_dri.so malloc 72 0x55717361c380 0.000154
+gallium_dri.so free 0x55717361c400 void 0.000115
+gallium_dri.so free 0x55717361c380 void 0.000111
+gallium_dri.so malloc 72 0x55717361c400 0.000110
+gallium_dri.so free 0x55717361c4c0 void 0.000111
+gallium_dri.so free 0x55717361c400 void 0.000121
+gallium_dri.so malloc 72 0x55717361c400 0.000124
+gallium_dri.so free 0x55717361c540 void 0.000123
+gallium_dri.so free 0x55717361c400 void 0.000123
+gallium_dri.so malloc 72 0x55717361c570 0.000118
+gallium_dri.so free 0x55717361c5c0 void 0.000118
+gallium_dri.so free 0x55717361c570 void 0.000159
+gallium_dri.so malloc 72 0x55717361c570 0.000119
+gallium_dri.so free 0x55717361c6c0 void 0.000118
+gallium_dri.so free 0x55717361c570 void 0.000114
+gallium_dri.so malloc 72 0x55717361c670 0.000113
+gallium_dri.so free 0x55717361c780 void 0.000111
+gallium_dri.so free 0x55717361c670 void 0.000110
+gallium_dri.so malloc 72 0x55717361c730 0.000110
+gallium_dri.so free 0x55717361c800 void 0.000109
+gallium_dri.so free 0x55717361c730 void 0.000110
+gallium_dri.so malloc 72 0x55717361c730 0.000109
+gallium_dri.so free 0x55717361c8c0 void 0.000116
+gallium_dri.so free 0x55717361c730 void 0.000118
+gallium_dri.so malloc 72 0x55717361c730 0.000114
+gallium_dri.so free 0x55717361c980 void 0.000112
+gallium_dri.so free 0x55717361c730 void 0.000110
+gallium_dri.so malloc 72 0x55717361c930 0.000110
+gallium_dri.so free 0x55717361ca00 void 0.000142
+gallium_dri.so free 0x55717361c930 void 0.000111
+gallium_dri.so malloc 72 0x55717361ca50 0.000111
+gallium_dri.so free 0x55717361cac0 void 0.000111
+gallium_dri.so free 0x55717361ca50 void 0.000110
+gallium_dri.so malloc 72 0x55717361cae0 0.000110
+gallium_dri.so free 0x55717361cb80 void 0.000110
+gallium_dri.so free 0x55717361cae0 void 0.000111
+gallium_dri.so malloc 72 0x55717361cb30 0.000111
+gallium_dri.so free 0x55717361cc00 void 0.000110
+gallium_dri.so free 0x55717361cb30 void 0.000110
+gallium_dri.so malloc 72 0x55717361cc00 0.000112
+gallium_dri.so free 0x55717361ccc0 void 0.000111
+gallium_dri.so free 0x55717361cc00 void 0.000111
+gallium_dri.so malloc 72 0x55717361cc00 0.000110
+gallium_dri.so free 0x55717361cd40 void 0.000110
+gallium_dri.so free 0x55717361cc00 void 0.000110
+gallium_dri.so malloc 72 0x55717361cd40 0.000110
+gallium_dri.so free 0x55717361ce00 void 0.000110
+gallium_dri.so free 0x55717361cd40 void 0.000116
+gallium_dri.so malloc 72 0x55717361cd40 0.000118
+gallium_dri.so free 0x55717361cec0 void 0.000122
+gallium_dri.so free 0x55717361cd40 void 0.000126
+gallium_dri.so malloc 72 0x55717361cd40 0.000122
+gallium_dri.so free 0x55717361cf80 void 0.000120
+gallium_dri.so free 0x55717361cd40 void 0.000116
+gallium_dri.so malloc 72 0x55717361cf30 0.000119
+gallium_dri.so free 0x55717361d000 void 0.000139
+gallium_dri.so free 0x55717361cf30 void 0.000133
+gallium_dri.so malloc 72 0x55717361d050 0.000131
+gallium_dri.so free 0x55717361d0c0 void 0.000126
+gallium_dri.so free 0x55717361d050 void 0.000126
+gallium_dri.so malloc 72 0x55717361d100 0.000124
+gallium_dri.so free 0x55717361d180 void 0.000124
+gallium_dri.so free 0x55717361d100 void 0.000124
+gallium_dri.so malloc 72 0x55717361d100 0.000124
+gallium_dri.so free 0x55717361d200 void 0.000125
+gallium_dri.so free 0x55717361d100 void 0.000123
+gallium_dri.so malloc 72 0x55717361d230 0.000124
+gallium_dri.so free 0x55717361d280 void 0.000123
+gallium_dri.so free 0x55717361d230 void 0.000123
+gallium_dri.so malloc 72 0x55717361d230 0.000123
+gallium_dri.so free 0x55717361d380 void 0.000124
+gallium_dri.so free 0x55717361d230 void 0.000122
+gallium_dri.so malloc 72 0x55717361d330 0.000124
+gallium_dri.so free 0x55717361d440 void 0.000126
+gallium_dri.so free 0x55717361d330 void 0.000123
+gallium_dri.so malloc 72 0x55717361d3f0 0.000123
+gallium_dri.so free 0x55717361d480 void 0.000124
+gallium_dri.so free 0x55717361d3f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d3f0 0.000123
+gallium_dri.so free 0x55717361d540 void 0.000124
+gallium_dri.so free 0x55717361d3f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361d5b0 0.000117
+gallium_dri.so free 0x55717361d600 void 0.000116
+gallium_dri.so free 0x55717361d5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361d5b0 0.000116
+gallium_dri.so free 0x55717361d700 void 0.000116
+gallium_dri.so free 0x55717361d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d6b0 0.000116
+gallium_dri.so free 0x55717361d7c0 void 0.000117
+gallium_dri.so free 0x55717361d6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d770 0.000115
+gallium_dri.so free 0x55717361d800 void 0.000117
+gallium_dri.so free 0x55717361d770 void 0.000116
+gallium_dri.so malloc 72 0x55717361d770 0.000116
+gallium_dri.so free 0x55717361d8c0 void 0.000116
+gallium_dri.so free 0x55717361d770 void 0.000117
+gallium_dri.so malloc 72 0x55717361d900 0.000116
+gallium_dri.so free 0x55717361d980 void 0.000117
+gallium_dri.so free 0x55717361d900 void 0.000117
+gallium_dri.so malloc 72 0x55717361d980 0.000117
+gallium_dri.so free 0x55717361da40 void 0.000117
+gallium_dri.so free 0x55717361d980 void 0.000117
+gallium_dri.so malloc 72 0x55717361d980 0.000116
+gallium_dri.so free 0x55717361db00 void 0.000118
+gallium_dri.so free 0x55717361d980 void 0.000116
+gallium_dri.so malloc 72 0x55717361db20 0.000116
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so free 0x55717361db20 void 0.000133
+gallium_dri.so malloc 72 0x55717361db70 0.000121
+gallium_dri.so free 0x55717361dc40 void 0.000122
+gallium_dri.so free 0x55717361db70 void 0.000128
+gallium_dri.so malloc 72 0x55717361db70 0.000131
+gallium_dri.so free 0x55717361dcc0 void 0.000124
+gallium_dri.so free 0x55717361db70 void 0.000119
+gallium_dri.so malloc 72 0x55717361dcc0 0.000127
+gallium_dri.so free 0x55717361dd80 void 0.000121
+gallium_dri.so free 0x55717361dcc0 void 0.000121
+gallium_dri.so malloc 72 0x55717361dcc0 0.000119
+gallium_dri.so free 0x55717361de40 void 0.000119
+gallium_dri.so free 0x55717361dcc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dcc0 0.000117
+gallium_dri.so free 0x55717361df00 void 0.000118
+gallium_dri.so free 0x55717361dcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717361deb0 0.000117
+gallium_dri.so free 0x55717361dfc0 void 0.000117
+gallium_dri.so free 0x55717361deb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361df70 0.000118
+gallium_dri.so free 0x55717361e040 void 0.000118
+gallium_dri.so free 0x55717361df70 void 0.000118
+gallium_dri.so malloc 72 0x55717361e090 0.000117
+gallium_dri.so free 0x55717361e100 void 0.000117
+gallium_dri.so free 0x55717361e090 void 0.000117
+gallium_dri.so malloc 72 0x55717361e120 0.000193
+gallium_dri.so free 0x55717361e1c0 void 0.000121
+gallium_dri.so free 0x55717361e120 void 0.000118
+gallium_dri.so malloc 72 0x55717361e170 0.000117
+gallium_dri.so free 0x55717361e240 void 0.000119
+gallium_dri.so free 0x55717361e170 void 0.000118
+gallium_dri.so malloc 72 0x55717361e170 0.000118
+gallium_dri.so free 0x55717361e2c0 void 0.000118
+gallium_dri.so free 0x55717361e170 void 0.000119
+gallium_dri.so malloc 72 0x55717361e2c0 0.000119
+gallium_dri.so free 0x55717361e380 void 0.000117
+gallium_dri.so free 0x55717361e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e2c0 0.000117
+gallium_dri.so free 0x55717361e480 void 0.000119
+gallium_dri.so free 0x55717361e2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e430 0.000119
+gallium_dri.so free 0x55717361e4c0 void 0.000120
+gallium_dri.so free 0x55717361e430 void 0.000118
+gallium_dri.so malloc 72 0x55717361e430 0.000119
+gallium_dri.so free 0x55717361e580 void 0.000119
+gallium_dri.so free 0x55717361e430 void 0.000118
+gallium_dri.so malloc 72 0x55717361e5c0 0.000119
+gallium_dri.so free 0x55717361e640 void 0.000118
+gallium_dri.so free 0x55717361e5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e640 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000118
+gallium_dri.so free 0x55717361e640 void 0.000125
+gallium_dri.so malloc 72 0x55717361e640 0.000118
+gallium_dri.so free 0x55717361e780 void 0.000119
+gallium_dri.so free 0x55717361e640 void 0.000116
+gallium_dri.so malloc 72 0x55717361e7b0 0.000119
+gallium_dri.so free 0x55717361e800 void 0.000118
+gallium_dri.so free 0x55717361e7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e7b0 0.000117
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e940 0.000116
+gallium_dri.so free 0x55717361e9c0 void 0.000119
+gallium_dri.so free 0x55717361e940 void 0.000117
+gallium_dri.so malloc 72 0x55717361e9c0 0.000118
+gallium_dri.so free 0x55717361ea80 void 0.000117
+gallium_dri.so free 0x55717361e9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e9c0 0.000116
+gallium_dri.so free 0x55717361eb00 void 0.000116
+gallium_dri.so free 0x55717361e9c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361eb30 0.000117
+gallium_dri.so free 0x55717361eb80 void 0.000116
+gallium_dri.so free 0x55717361eb30 void 0.000116
+gallium_dri.so malloc 72 0x55717361eb30 0.000117
+gallium_dri.so free 0x55717361ec80 void 0.000116
+gallium_dri.so free 0x55717361eb30 void 0.000117
+gallium_dri.so malloc 72 0x55717361ec30 0.000121
+gallium_dri.so free 0x55717361ed40 void 0.000117
+gallium_dri.so free 0x55717361ec30 void 0.000126
+gallium_dri.so malloc 72 0x55717361ecf0 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000118
+gallium_dri.so free 0x55717361ecf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361ecf0 0.000117
+gallium_dri.so free 0x55717361ee80 void 0.000119
+gallium_dri.so free 0x55717361ecf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ecf0 0.000119
+gallium_dri.so free 0x55717361ef40 void 0.000117
+gallium_dri.so free 0x55717361ecf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361eef0 0.000118
+gallium_dri.so free 0x55717361efc0 void 0.000118
+gallium_dri.so free 0x55717361eef0 void 0.000120
+gallium_dri.so malloc 72 0x55717361f010 0.000117
+gallium_dri.so free 0x55717361f080 void 0.000118
+gallium_dri.so free 0x55717361f010 void 0.000118
+gallium_dri.so malloc 72 0x55717361f0a0 0.000117
+gallium_dri.so free 0x55717361f140 void 0.000116
+gallium_dri.so free 0x55717361f0a0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f0f0 0.000119
+gallium_dri.so free 0x55717361f1c0 void 0.000117
+gallium_dri.so free 0x55717361f0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f1c0 0.000117
+gallium_dri.so free 0x55717361f280 void 0.000118
+gallium_dri.so free 0x55717361f1c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f1c0 0.000118
+gallium_dri.so free 0x55717361f300 void 0.000118
+gallium_dri.so free 0x55717361f1c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361f300 0.000118
+gallium_dri.so free 0x55717361f3c0 void 0.000119
+gallium_dri.so free 0x55717361f300 void 0.000117
+gallium_dri.so malloc 72 0x55717361f300 0.000118
+gallium_dri.so free 0x55717361f480 void 0.000119
+gallium_dri.so free 0x55717361f300 void 0.000117
+gallium_dri.so malloc 72 0x55717361f300 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000118
+gallium_dri.so free 0x55717361f300 void 0.000118
+gallium_dri.so malloc 72 0x55717361f4f0 0.000116
+gallium_dri.so free 0x55717361f5c0 void 0.000117
+gallium_dri.so free 0x55717361f4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f610 0.000117
+gallium_dri.so free 0x55717361f680 void 0.000119
+gallium_dri.so free 0x55717361f610 void 0.000118
+gallium_dri.so malloc 72 0x55717361f6c0 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000118
+gallium_dri.so free 0x55717361f6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f6c0 0.000118
+gallium_dri.so free 0x55717361f7c0 void 0.000118
+gallium_dri.so free 0x55717361f6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f7f0 0.000118
+gallium_dri.so free 0x55717361f840 void 0.000118
+gallium_dri.so free 0x55717361f7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f7f0 0.000119
+gallium_dri.so free 0x55717361f940 void 0.000126
+gallium_dri.so free 0x55717361f7f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f8f0 0.000117
+gallium_dri.so free 0x55717361fa00 void 0.000117
+gallium_dri.so free 0x55717361f8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f9b0 0.000116
+gallium_dri.so free 0x55717361fa40 void 0.000116
+gallium_dri.so free 0x55717361f9b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f9b0 0.000117
+gallium_dri.so free 0x55717361fb00 void 0.000117
+gallium_dri.so free 0x55717361f9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361fb70 0.000116
+gallium_dri.so free 0x55717361fbc0 void 0.000116
+gallium_dri.so free 0x55717361fb70 void 0.000117
+gallium_dri.so malloc 72 0x55717361fb70 0.000121
+gallium_dri.so free 0x55717361fcc0 void 0.000117
+gallium_dri.so free 0x55717361fb70 void 0.000117
+gallium_dri.so malloc 72 0x55717361fc70 0.000117
+gallium_dri.so free 0x55717361fd80 void 0.000118
+gallium_dri.so free 0x55717361fc70 void 0.000116
+gallium_dri.so malloc 72 0x55717361fd30 0.000115
+gallium_dri.so free 0x55717361fdc0 void 0.000117
+gallium_dri.so free 0x55717361fd30 void 0.000116
+gallium_dri.so malloc 72 0x55717361fd30 0.000116
+gallium_dri.so free 0x557173620f80 void 0.000116
+gallium_dri.so free 0x55717361fd30 void 0.000118
+gallium_dri.so malloc 72 0x557173620f30 0.000116
+gallium_dri.so free 0x55717360f9c0 void 0.000121
+gallium_dri.so free 0x557173620f30 void 0.000119
+gallium_dri.so malloc 72 0x55717360f970 0.000117
+gallium_dri.so free 0x557173461600 void 0.000117
+gallium_dri.so free 0x55717360f970 void 0.000116
+gallium_dri.so malloc 72 0x55717360f970 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000117
+gallium_dri.so free 0x55717360f970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000118
+gallium_dri.so free 0x5571735f2ff0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x557173590b40 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000121
+gallium_dri.so free 0x5571735f2ff0 void 0.000116
+gallium_dri.so malloc 72 0x55717360e070 0.000118
+gallium_dri.so free 0x557173620e80 void 0.000118
+gallium_dri.so free 0x55717360e070 void 0.000117
+gallium_dri.so malloc 72 0x557173620e30 0.000119
+gallium_dri.so free 0x55717346ea00 void 0.000118
+gallium_dri.so free 0x557173620e30 void 0.000117
+gallium_dri.so malloc 72 0x55717346e9b0 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000116
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f57b0 0.000122
+gallium_dri.so free 0x5571735fd700 void 0.000119
+gallium_dri.so free 0x5571735f57b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000116
+gallium_dri.so free 0x557173467680 void 0.000118
+gallium_dri.so free 0x5571735fd6b0 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000118
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd870 0.000118
+gallium_dri.so free 0x5571735faec0 void 0.000117
+gallium_dri.so free 0x5571735fd870 void 0.000119
+gallium_dri.so malloc 72 0x5571735fae70 0.000118
+gallium_dri.so free 0x557173600d00 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000119
+gallium_dri.so malloc 72 0x557173600cb0 0.000117
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so free 0x557173600cb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9670 0.000119
+gallium_dri.so free 0x557173620cc0 void 0.000118
+gallium_dri.so free 0x5571735f9670 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffe30 0.000119
+gallium_dri.so free 0x557173473580 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000125
+gallium_dri.so malloc 72 0x557173473530 0.000117
+gallium_dri.so free 0x55717360c7c0 void 0.000118
+gallium_dri.so free 0x557173473530 void 0.000116
+gallium_dri.so malloc 72 0x55717360c770 0.000122
+gallium_dri.so free 0x55717360b7c0 void 0.000117
+gallium_dri.so free 0x55717360c770 void 0.000116
+gallium_dri.so malloc 72 0x55717360b770 0.000117
+gallium_dri.so free 0x55717360f800 void 0.000120
+gallium_dri.so free 0x55717360b770 void 0.000117
+gallium_dri.so malloc 72 0x55717360f7b0 0.000117
+gallium_dri.so free 0x5571735d47c0 void 0.000117
+gallium_dri.so free 0x55717360f7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4770 0.000117
+gallium_dri.so free 0x5571735df4c0 void 0.000116
+gallium_dri.so free 0x5571735d4770 void 0.000116
+gallium_dri.so malloc 72 0x5571735df530 0.000116
+gallium_dri.so free 0x557173589400 void 0.000116
+gallium_dri.so free 0x5571735df530 void 0.000118
+gallium_dri.so malloc 72 0x5571735893b0 0.000116
+gallium_dri.so free 0x5571735cfc40 void 0.000117
+gallium_dri.so free 0x5571735893b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735c4100 void 0.000116
+gallium_dri.so free 0x5571735cfbf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40b0 0.000117
+gallium_dri.so free 0x55717360d400 void 0.000125
+gallium_dri.so free 0x5571735c40b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d3b0 0.000117
+gallium_dri.so free 0x5571735f3200 void 0.000118
+gallium_dri.so free 0x55717360d3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so free 0x5571735f31b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fda30 0.000117
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so free 0x5571735fda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x55717346c280 void 0.000117
+gallium_dri.so free 0x5571735fda30 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000117
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x55717346c230 void 0.000117
+gallium_dri.so malloc 72 0x5571735dedf0 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000117
+gallium_dri.so free 0x5571735dedf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000118
+gallium_dri.so free 0x557173605c40 void 0.000117
+gallium_dri.so free 0x5571735eb5b0 void 0.000117
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x55717346e840 void 0.000117
+gallium_dri.so free 0x557173605bf0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000169
+gallium_dri.so free 0x55717346e7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f89b0 0.000118
+gallium_dri.so free 0x55717360f640 void 0.000119
+gallium_dri.so free 0x5571735f89b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f5f0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000119
+gallium_dri.so free 0x55717360f5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d0b0 0.000117
+gallium_dri.so free 0x5571735ed1c0 void 0.000117
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735f87f0 0.000117
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000119
+gallium_dri.so free 0x55717346c070 void 0.000117
+gallium_dri.so malloc 72 0x5571735c00f0 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735db430 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000118
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2570 0.000125
+gallium_dri.so free 0x55717346ab40 void 0.000122
+gallium_dri.so free 0x5571735e2570 void 0.000117
+gallium_dri.so malloc 72 0x55717346aaf0 0.000117
+gallium_dri.so free 0x5571735dfb00 void 0.000117
+gallium_dri.so free 0x55717346aaf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfab0 0.000116
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000117
+gallium_dri.so free 0x5571735f8680 void 0.000117
+gallium_dri.so free 0x5571735c2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8630 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000116
+gallium_dri.so free 0x5571735f8630 void 0.000121
+gallium_dri.so malloc 72 0x557173469e30 0.000125
+gallium_dri.so free 0x5571735f6440 void 0.000124
+gallium_dri.so free 0x557173469e30 void 0.000126
+gallium_dri.so malloc 72 0x5571735f63f0 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000117
+gallium_dri.so free 0x5571735f63f0 void 0.000117
+gallium_dri.so malloc 72 0x557173600730 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000117
+gallium_dri.so free 0x557173600730 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4270 0.000116
+gallium_dri.so free 0x5571735fe740 void 0.000116
+gallium_dri.so free 0x5571735c4270 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000116
+gallium_dri.so free 0x5571735e3200 void 0.000118
+gallium_dri.so free 0x5571735fe6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e31b0 0.000117
+gallium_dri.so free 0x5571735c10c0 void 0.000117
+gallium_dri.so free 0x5571735e31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000116
+gallium_dri.so free 0x557173461c40 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000118
+gallium_dri.so malloc 72 0x557173461bf0 0.000117
+gallium_dri.so free 0x557173610680 void 0.000117
+gallium_dri.so free 0x557173461bf0 void 0.000116
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x5571735fe100 void 0.000116
+gallium_dri.so free 0x557173610630 void 0.000117
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x5571735f2e80 void 0.000118
+gallium_dri.so free 0x557173610630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x5571735dcd80 void 0.000117
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd30 0.000117
+gallium_dri.so free 0x55717346c440 void 0.000117
+gallium_dri.so free 0x5571735dcd30 void 0.000306
+gallium_dri.so malloc 72 0x55717346c3f0 0.000330
+gallium_dri.so free 0x557173464b80 void 0.000216
+gallium_dri.so free 0x55717346c3f0 void 0.000211
+gallium_dri.so malloc 72 0x557173464b30 0.000212
+gallium_dri.so free 0x557173460f80 void 0.000211
+gallium_dri.so free 0x557173464b30 void 0.000212
+gallium_dri.so malloc 72 0x557173460f30 0.000172
+gallium_dri.so free 0x5571735ec580 void 0.000171
+gallium_dri.so free 0x557173460f30 void 0.000172
+gallium_dri.so malloc 72 0x5571735ec530 0.000170
+gallium_dri.so free 0x5571735ffcc0 void 0.000172
+gallium_dri.so free 0x5571735ec530 void 0.000174
+gallium_dri.so malloc 72 0x5571735ffc70 0.000175
+gallium_dri.so free 0x5571735f7100 void 0.000210
+gallium_dri.so free 0x5571735ffc70 void 0.000211
+gallium_dri.so malloc 72 0x5571735f70b0 0.000176
+gallium_dri.so free 0x5571735dc0c0 void 0.000215
+gallium_dri.so free 0x5571735f70b0 void 0.000227
+gallium_dri.so malloc 72 0x5571735dc070 0.000225
+gallium_dri.so free 0x5571735c1d00 void 0.000249
+gallium_dri.so free 0x5571735dc070 void 0.000249
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000215
+gallium_dri.so free 0x5571735e1640 void 0.000222
+gallium_dri.so free 0x5571735c1cb0 void 0.000226
+gallium_dri.so malloc 72 0x5571735e15f0 0.000219
+gallium_dri.so free 0x5571735c3f40 void 0.000216
+gallium_dri.so free 0x5571735e15f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000222
+gallium_dri.so free 0x557173600040 void 0.000217
+gallium_dri.so free 0x5571735c3ef0 void 0.000254
+gallium_dri.so malloc 72 0x5571735ffff0 0.000258
+gallium_dri.so free 0x5571735d2200 void 0.000224
+gallium_dri.so free 0x5571735ffff0 void 0.000236
+gallium_dri.so malloc 72 0x5571735d21b0 0.000244
+gallium_dri.so free 0x55717346e680 void 0.000243
+gallium_dri.so free 0x5571735d21b0 void 0.000265
+gallium_dri.so malloc 72 0x55717346e630 0.000262
+gallium_dri.so free 0x5571735c4f80 void 0.000258
+gallium_dri.so free 0x55717346e630 void 0.000225
+gallium_dri.so malloc 72 0x5571735c4f30 0.000225
+gallium_dri.so free 0x55717346cac0 void 0.000261
+gallium_dri.so free 0x5571735c4f30 void 0.000192
+gallium_dri.so malloc 72 0x5571735c4f30 0.000183
+gallium_dri.so free 0x55717346a500 void 0.000191
+gallium_dri.so free 0x5571735c4f30 void 0.000183
+gallium_dri.so malloc 72 0x55717346a500 0.000219
+gallium_dri.so free 0x557173620000 void 0.000225
+gallium_dri.so free 0x55717346a500 void 0.000217
+gallium_dri.so malloc 72 0x55717361ffb0 0.000184
+gallium_dri.so free 0x557173610040 void 0.000181
+gallium_dri.so free 0x55717361ffb0 void 0.000180
+gallium_dri.so malloc 72 0x55717361ffb0 0.000180
+gallium_dri.so free 0x5571735f9f80 void 0.000179
+gallium_dri.so free 0x55717361ffb0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f9f30 0.000181
+gallium_dri.so free 0x5571735e03c0 void 0.000179
+gallium_dri.so free 0x5571735f9f30 void 0.000182
+gallium_dri.so malloc 72 0x5571735e0370 0.000181
+gallium_dri.so free 0x557173610f40 void 0.000180
+gallium_dri.so free 0x5571735e0370 void 0.000185
+gallium_dri.so malloc 72 0x557173610ef0 0.000194
+gallium_dri.so free 0x5571735fca40 void 0.000175
+gallium_dri.so free 0x557173610ef0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000181
+gallium_dri.so free 0x5571735c3280 void 0.000181
+gallium_dri.so free 0x5571735fc9f0 void 0.000179
+gallium_dri.so malloc 72 0x5571735c3230 0.000177
+gallium_dri.so free 0x55717346d9c0 void 0.000179
+gallium_dri.so free 0x5571735c3230 void 0.000181
+gallium_dri.so malloc 72 0x55717346d970 0.000173
+gallium_dri.so free 0x55717346b400 void 0.000181
+gallium_dri.so free 0x55717346d970 void 0.000195
+gallium_dri.so malloc 72 0x55717346b3b0 0.000193
+gallium_dri.so free 0x55717360e980 void 0.000187
+gallium_dri.so free 0x55717346b3b0 void 0.000169
+gallium_dri.so malloc 72 0x55717360e930 0.000176
+gallium_dri.so free 0x5571735f9080 void 0.000185
+gallium_dri.so free 0x55717360e930 void 0.000179
+gallium_dri.so malloc 72 0x55717360e930 0.000195
+gallium_dri.so free 0x55717346f080 void 0.000187
+gallium_dri.so free 0x55717360e930 void 0.000185
+gallium_dri.so malloc 72 0x55717360e930 0.000184
+gallium_dri.so free 0x557173460440 void 0.000185
+gallium_dri.so free 0x55717360e930 void 0.000224
+gallium_dri.so malloc 72 0x55717360e930 0.000199
+gallium_dri.so free 0x557173609640 void 0.000190
+gallium_dri.so free 0x55717360e930 void 0.000253
+gallium_dri.so malloc 72 0x5571736095f0 0.000193
+gallium_dri.so free 0x5571735f6ac0 void 0.000200
+gallium_dri.so free 0x5571736095f0 void 0.000236
+gallium_dri.so malloc 72 0x5571736095f0 0.000224
+gallium_dri.so free 0x5571735f79c0 void 0.000181
+gallium_dri.so free 0x5571736095f0 void 0.000181
+gallium_dri.so malloc 72 0x5571735f7970 0.000182
+gallium_dri.so free 0x5571735ff000 void 0.000243
+gallium_dri.so free 0x5571735f7970 void 0.000181
+gallium_dri.so malloc 72 0x5571735fefb0 0.000172
+gallium_dri.so free 0x55717360da80 void 0.000170
+gallium_dri.so free 0x5571735fefb0 void 0.000170
+gallium_dri.so malloc 72 0x5571735fefb0 0.000175
+gallium_dri.so free 0x5571735c4940 void 0.000175
+gallium_dri.so free 0x5571735fefb0 void 0.000268
+gallium_dri.so malloc 72 0x5571735c4940 0.000208
+gallium_dri.so free 0x5571735c2380 void 0.000210
+gallium_dri.so free 0x5571735c4940 void 0.000178
+gallium_dri.so malloc 72 0x5571735c4940 0.000208
+gallium_dri.so free 0x5571735dd640 void 0.000171
+gallium_dri.so free 0x5571735c4940 void 0.000207
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000173
+gallium_dri.so free 0x5571735cfa00 void 0.000173
+gallium_dri.so free 0x5571735dd5f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000244
+gallium_dri.so free 0x5571735901c0 void 0.000174
+gallium_dri.so free 0x5571735dd5f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735901c0 0.000235
+gallium_dri.so free 0x5571735d1fc0 void 0.000247
+gallium_dri.so free 0x5571735901c0 void 0.000237
+gallium_dri.so malloc 72 0x5571735901c0 0.000295
+gallium_dri.so free 0x5571735d4580 void 0.000175
+gallium_dri.so free 0x5571735901c0 void 0.000174
+gallium_dri.so malloc 72 0x5571735901c0 0.000170
+gallium_dri.so free 0x55717358b640 void 0.000171
+gallium_dri.so free 0x5571735901c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735901c0 0.000177
+gallium_dri.so free 0x5571734741c0 void 0.000179
+gallium_dri.so free 0x5571735901c0 void 0.000174
+gallium_dri.so malloc 72 0x557173474170 0.000174
+gallium_dri.so free 0x557173469a00 void 0.000173
+gallium_dri.so free 0x557173474170 void 0.000130
+gallium_dri.so malloc 72 0x557173469a00 0.000125
+gallium_dri.so free 0x557173607e80 void 0.000125
+gallium_dri.so free 0x557173469a00 void 0.000125
+gallium_dri.so malloc 72 0x557173469a00 0.000120
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000120
+gallium_dri.so malloc 72 0x557173469a00 0.000117
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so malloc 72 0x557173469a00 0.000115
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000121
+gallium_dri.so free 0x557173469a00 void 0.000117
+gallium_dri.so malloc 72 0x557173466dc0 0.000116
+gallium_dri.so free 0x5571735c1b40 void 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1af0 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1af0 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000116
+gallium_dri.so free 0x5571735c1af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1af0 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x5571735c1af0 void 0.000114
+gallium_dri.so malloc 72 0x557173469c00 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x5571735dbf00 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so free 0x5571735dbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735dbeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000114
+gallium_dri.so free 0x5571735dec80 void 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec30 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000114
+gallium_dri.so free 0x5571735dec30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec30 0.000179
+gallium_dri.so free 0x557173603300 void 0.000178
+gallium_dri.so free 0x5571735dec30 void 0.000179
+gallium_dri.so malloc 72 0x557173603300 0.000155
+gallium_dri.so free 0x5571735f5540 void 0.000115
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000122
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so malloc 72 0x5571735f55c0 0.000114
+gallium_dri.so free 0x55717360d240 void 0.000120
+gallium_dri.so free 0x5571735f55c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d1f0 0.000121
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x55717360d1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d1f0 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000121
+gallium_dri.so free 0x55717360d1f0 void 0.000124
+gallium_dri.so malloc 72 0x557173590470 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2300 0.000115
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2300 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2300 0.000125
+gallium_dri.so free 0x5571735ec340 void 0.000130
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000120
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735db240 0.000112
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so malloc 72 0x5571735db240 0.000115
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x557173608170 void 0.000113
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x557173608170 void 0.000113
+gallium_dri.so malloc 72 0x557173608170 0.000112
+gallium_dri.so free 0x5571735c0e80 void 0.000114
+gallium_dri.so free 0x557173608170 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0e80 0.000113
+gallium_dri.so free 0x5571735fbc80 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbc30 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000122
+gallium_dri.so free 0x5571735fbc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fbc30 0.000112
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571735fbc30 void 0.000112
+gallium_dri.so malloc 72 0x557173467430 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000115
+gallium_dri.so free 0x557173467430 void 0.000114
+gallium_dri.so malloc 72 0x55717358b880 0.000112
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x55717360c5c0 void 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x55717358b970 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000112
+gallium_dri.so malloc 72 0x55717358b970 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000114
+gallium_dri.so free 0x55717358b970 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe40 0.000114
+gallium_dri.so free 0x557173464880 void 0.000114
+gallium_dri.so free 0x5571735bfe40 void 0.000181
+gallium_dri.so malloc 72 0x5571734648b0 0.000119
+gallium_dri.so free 0x55717360ba40 void 0.000107
+gallium_dri.so free 0x5571734648b0 void 0.000232
+gallium_dri.so malloc 72 0x55717360ba40 0.000179
+gallium_dri.so free 0x55717360bb00 void 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so malloc 72 0x55717360bb40 0.000124
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x55717360bb40 void 0.000114
+gallium_dri.so malloc 72 0x55717360b440 0.000113
+gallium_dri.so free 0x55717360b500 void 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so malloc 72 0x55717360b440 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so malloc 72 0x55717360b440 0.000114
+gallium_dri.so free 0x557173605980 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000112
+gallium_dri.so malloc 72 0x557173605930 0.000114
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so free 0x557173605930 void 0.000112
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000114
+gallium_dri.so malloc 72 0x557173589180 0.000112
+gallium_dri.so free 0x55717346be00 void 0.000117
+gallium_dri.so free 0x557173589180 void 0.000114
+gallium_dri.so malloc 72 0x55717346bdb0 0.000114
+gallium_dri.so free 0x55717346be40 void 0.000113
+gallium_dri.so free 0x55717346bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bdb0 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000112
+gallium_dri.so free 0x55717346bdb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bd80 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bdd0 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x55717360bdd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d48e0 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000115
+gallium_dri.so free 0x5571735d48e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4930 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d4930 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2370 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2370 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735d2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd90 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000127
+gallium_dri.so free 0x5571735cfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe20 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735cfe20 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe20 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000116
+gallium_dri.so free 0x5571735cfe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000113
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735fc3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1790 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1790 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1860 0.000112
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735e1860 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1860 0.000113
+gallium_dri.so free 0x5571735e1900 void 0.000113
+gallium_dri.so free 0x5571735e1860 void 0.000112
+gallium_dri.so malloc 72 0x5571735e18b0 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000113
+gallium_dri.so free 0x5571735e18b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0280 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0300 0.000124
+gallium_dri.so free 0x5571735c03c0 void 0.000135
+gallium_dri.so free 0x5571735c0300 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0300 0.000124
+gallium_dri.so free 0x5571735fafc0 void 0.000120
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735faff0 0.000114
+gallium_dri.so free 0x5571735fb040 void 0.000113
+gallium_dri.so free 0x5571735faff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb040 0.000114
+gallium_dri.so free 0x5571735fb100 void 0.000113
+gallium_dri.so free 0x5571735fb040 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb040 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735fb040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f49d0 0.000112
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so free 0x5571735f49d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4a60 0.000114
+gallium_dri.so free 0x5571735f4b00 void 0.000114
+gallium_dri.so free 0x5571735f4a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000112
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735f4ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb740 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000123
+gallium_dri.so free 0x5571735eb880 void 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000112
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x557173460600 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000111
+gallium_dri.so malloc 72 0x557173460700 0.000113
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so free 0x557173460700 void 0.000112
+gallium_dri.so malloc 72 0x55717346bb40 0.000113
+gallium_dri.so free 0x55717346bc00 void 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000113
+gallium_dri.so malloc 72 0x55717346bb40 0.000113
+gallium_dri.so free 0x55717346bc80 void 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcb0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000113
+gallium_dri.so free 0x55717346bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bcb0 0.000114
+gallium_dri.so free 0x557173611180 void 0.000113
+gallium_dri.so free 0x55717346bcb0 void 0.000113
+gallium_dri.so malloc 72 0x557173611130 0.000114
+gallium_dri.so free 0x557173611200 void 0.000184
+gallium_dri.so free 0x557173611130 void 0.000112
+gallium_dri.so malloc 72 0x557173611250 0.000113
+gallium_dri.so free 0x557173609780 void 0.000113
+gallium_dri.so free 0x557173611250 void 0.000111
+gallium_dri.so malloc 72 0x557173611250 0.000111
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so free 0x557173611250 void 0.000113
+gallium_dri.so malloc 72 0x557173609830 0.000112
+gallium_dri.so free 0x557173609880 void 0.000112
+gallium_dri.so free 0x557173609830 void 0.000113
+gallium_dri.so malloc 72 0x557173609830 0.000132
+gallium_dri.so free 0x5571735fe840 void 0.000123
+gallium_dri.so free 0x557173609830 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe890 0.000125
+gallium_dri.so free 0x5571735fe900 void 0.000119
+gallium_dri.so free 0x5571735fe890 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe960 0.000121
+gallium_dri.so free 0x5571735fea00 void 0.000115
+gallium_dri.so free 0x5571735fe960 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000114
+gallium_dri.so free 0x557173609980 void 0.000113
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609930 0.000112
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x557173609930 void 0.000112
+gallium_dri.so malloc 72 0x557173600e40 0.000122
+gallium_dri.so free 0x557173600ec0 void 0.000120
+gallium_dri.so free 0x557173600e40 void 0.000113
+gallium_dri.so malloc 72 0x557173600ec0 0.000112
+gallium_dri.so free 0x557173600f80 void 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173600ec0 0.000113
+gallium_dri.so free 0x557173601000 void 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173601030 0.000112
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x557173601030 void 0.000112
+gallium_dri.so malloc 72 0x557173461d90 0.000113
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so free 0x557173461d90 void 0.000113
+gallium_dri.so malloc 72 0x557173461e40 0.000113
+gallium_dri.so free 0x557173461ec0 void 0.000114
+gallium_dri.so free 0x557173461e40 void 0.000113
+gallium_dri.so malloc 72 0x557173461ec0 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000113
+gallium_dri.so free 0x557173461ec0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d220 0.000113
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so free 0x55717346d220 void 0.000113
+gallium_dri.so malloc 72 0x55717346d270 0.000113
+gallium_dri.so free 0x55717346d340 void 0.000114
+gallium_dri.so free 0x55717346d270 void 0.000113
+gallium_dri.so malloc 72 0x55717346d270 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000128
+gallium_dri.so free 0x55717346d270 void 0.000113
+gallium_dri.so malloc 72 0x55717346d3c0 0.000118
+gallium_dri.so free 0x557173610780 void 0.000119
+gallium_dri.so free 0x55717346d3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736107c0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000114
+gallium_dri.so free 0x5571736107c0 void 0.000111
+gallium_dri.so malloc 72 0x5571736107c0 0.000110
+gallium_dri.so free 0x5571736108c0 void 0.000118
+gallium_dri.so free 0x5571736107c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736108f0 0.000113
+gallium_dri.so free 0x557173610940 void 0.000118
+gallium_dri.so free 0x5571736108f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736108f0 0.000123
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x5571736108f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac90 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000113
+gallium_dri.so free 0x55717346ac90 void 0.000118
+gallium_dri.so malloc 72 0x55717346ad20 0.000124
+gallium_dri.so free 0x55717346adc0 void 0.000124
+gallium_dri.so free 0x55717346ad20 void 0.000124
+gallium_dri.so malloc 72 0x55717346ad70 0.000117
+gallium_dri.so free 0x55717360e1c0 void 0.000114
+gallium_dri.so free 0x55717346ad70 void 0.000185
+gallium_dri.so malloc 72 0x55717360e230 0.000119
+gallium_dri.so free 0x55717346ae40 void 0.000122
+gallium_dri.so free 0x55717360e230 void 0.000118
+gallium_dri.so malloc 72 0x55717360e230 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000113
+gallium_dri.so free 0x55717360e230 void 0.000113
+gallium_dri.so malloc 72 0x55717360e280 0.000114
+gallium_dri.so free 0x55717360e340 void 0.000114
+gallium_dri.so free 0x55717360e280 void 0.000115
+gallium_dri.so malloc 72 0x55717360e280 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000125
+gallium_dri.so free 0x55717360e280 void 0.000123
+gallium_dri.so malloc 72 0x5571735dceb0 0.000119
+gallium_dri.so free 0x5571735dcf00 void 0.000115
+gallium_dri.so free 0x5571735dceb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dceb0 0.000125
+gallium_dri.so free 0x5571735dd000 void 0.000124
+gallium_dri.so free 0x5571735dceb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000119
+gallium_dri.so free 0x5571735dcfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9820 0.000119
+gallium_dri.so free 0x5571735dd0c0 void 0.000128
+gallium_dri.so free 0x5571735f9820 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd070 0.000124
+gallium_dri.so free 0x5571735f98c0 void 0.000118
+gallium_dri.so free 0x5571735dd070 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9870 0.000123
+gallium_dri.so free 0x5571735f9940 void 0.000118
+gallium_dri.so free 0x5571735f9870 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9870 0.000124
+gallium_dri.so free 0x5571735dfc00 void 0.000118
+gallium_dri.so free 0x5571735f9870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc50 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so free 0x5571735dfc50 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfce0 0.000123
+gallium_dri.so free 0x5571735dfd80 void 0.000123
+gallium_dri.so free 0x5571735dfce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dfd30 0.000138
+gallium_dri.so free 0x5571735c2ac0 void 0.000125
+gallium_dri.so free 0x5571735dfd30 void 0.000138
+gallium_dri.so malloc 72 0x5571735c2b10 0.000124
+gallium_dri.so free 0x5571735dfe00 void 0.000123
+gallium_dri.so free 0x5571735c2b10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2b10 0.000114
+gallium_dri.so free 0x5571735c2b80 void 0.000115
+gallium_dri.so free 0x5571735c2b10 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2bd0 0.000122
+gallium_dri.so free 0x5571735c2c40 void 0.000117
+gallium_dri.so free 0x5571735c2bd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2c60 0.000123
+gallium_dri.so free 0x5571735f7200 void 0.000125
+gallium_dri.so free 0x5571735c2c60 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7230 0.000122
+gallium_dri.so free 0x5571735f7280 void 0.000124
+gallium_dri.so free 0x5571735f7230 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7230 0.000117
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7330 0.000122
+gallium_dri.so free 0x55717346f200 void 0.000123
+gallium_dri.so free 0x5571735f7330 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000113
+gallium_dri.so free 0x5571735c2d00 void 0.000128
+gallium_dri.so free 0x55717346f1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000125
+gallium_dri.so free 0x55717346f280 void 0.000121
+gallium_dri.so free 0x5571735c2cb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f2b0 0.000124
+gallium_dri.so free 0x55717346f300 void 0.000123
+gallium_dri.so free 0x55717346f2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f2b0 0.000120
+gallium_dri.so free 0x5571735f7580 void 0.000139
+gallium_dri.so free 0x55717346f2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f75d0 0.000123
+gallium_dri.so free 0x5571735f7440 void 0.000118
+gallium_dri.so free 0x5571735f75d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f73f0 0.000117
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so free 0x5571735f73f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7670 0.000118
+gallium_dri.so free 0x5571735f76c0 void 0.000117
+gallium_dri.so free 0x5571735f7670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7670 0.000122
+gallium_dri.so free 0x55717346f400 void 0.000124
+gallium_dri.so free 0x5571735f7670 void 0.000118
+gallium_dri.so malloc 72 0x55717346f3b0 0.000114
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x55717346f3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b010 0.000123
+gallium_dri.so free 0x55717346b080 void 0.000124
+gallium_dri.so free 0x55717346b010 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0a0 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000113
+gallium_dri.so free 0x55717346b0a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f77f0 0.000123
+gallium_dri.so free 0x55717346b140 void 0.000123
+gallium_dri.so free 0x5571735f77f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b0f0 0.000136
+gallium_dri.so free 0x55717346b1c0 void 0.000117
+gallium_dri.so free 0x55717346b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b210 0.000115
+gallium_dri.so free 0x5571735ecb80 void 0.000115
+gallium_dri.so free 0x55717346b210 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc00 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000112
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000116
+gallium_dri.so free 0x5571735ecd80 void 0.000113
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd30 0.000114
+gallium_dri.so free 0x5571735febc0 void 0.000112
+gallium_dri.so free 0x5571735ecd30 void 0.000115
+gallium_dri.so malloc 72 0x5571735fec10 0.000112
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fec10 void 0.000113
+gallium_dri.so malloc 72 0x5571735feca0 0.000114
+gallium_dri.so free 0x5571735fed40 void 0.000113
+gallium_dri.so free 0x5571735feca0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000115
+gallium_dri.so free 0x5571735fecf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fedc0 0.000167
+gallium_dri.so free 0x5571735e2bc0 void 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2c40 void 0.000116
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c90 0.000113
+gallium_dri.so free 0x5571735e2d00 void 0.000113
+gallium_dri.so free 0x5571735e2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d20 0.000112
+gallium_dri.so free 0x5571735e2dc0 void 0.000115
+gallium_dri.so free 0x5571735e2d20 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x557173610b40 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so free 0x557173610b40 void 0.000114
+gallium_dri.so malloc 72 0x557173610bc0 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000128
+gallium_dri.so free 0x557173610bc0 void 0.000117
+gallium_dri.so malloc 72 0x557173610bc0 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173610bc0 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000116
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2e70 0.000125
+gallium_dri.so free 0x5571735c2ec0 void 0.000117
+gallium_dri.so free 0x5571735c2e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2e70 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000115
+gallium_dri.so free 0x5571735c2e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f70 0.000113
+gallium_dri.so free 0x5571735c3080 void 0.000113
+gallium_dri.so free 0x5571735c2f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3030 0.000112
+gallium_dri.so free 0x5571735f9b40 void 0.000113
+gallium_dri.so free 0x5571735c3030 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b70 0.000112
+gallium_dri.so free 0x5571735f9bc0 void 0.000113
+gallium_dri.so free 0x5571735f9b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b70 0.000114
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d00 0.000113
+gallium_dri.so free 0x5571735c16c0 void 0.000115
+gallium_dri.so free 0x5571735f9d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1730 0.000114
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so free 0x5571735c1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1730 0.000114
+gallium_dri.so free 0x5571735f9d80 void 0.000134
+gallium_dri.so free 0x5571735c1730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1730 0.000114
+gallium_dri.so free 0x5571735c1880 void 0.000113
+gallium_dri.so free 0x5571735c1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c18d0 0.000114
+gallium_dri.so free 0x5571735dff80 void 0.000115
+gallium_dri.so free 0x5571735c18d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffe0 0.000113
+gallium_dri.so free 0x5571735e0080 void 0.000114
+gallium_dri.so free 0x5571735dffe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000116
+gallium_dri.so free 0x5571735e0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e0180 void 0.000113
+gallium_dri.so free 0x5571735e0030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e01c0 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000115
+gallium_dri.so free 0x5571735e01c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000113
+gallium_dri.so free 0x5571735dbb40 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000112
+gallium_dri.so free 0x5571735dbb80 void 0.000114
+gallium_dri.so free 0x5571735dbaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000178
+gallium_dri.so free 0x5571735dbaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbc90 0.000114
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x5571735dbc90 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360ce40 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ce90 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000114
+gallium_dri.so free 0x55717360ce90 void 0.000113
+gallium_dri.so malloc 72 0x55717360cf20 0.000113
+gallium_dri.so free 0x55717360cfc0 void 0.000113
+gallium_dri.so free 0x55717360cf20 void 0.000112
+gallium_dri.so malloc 72 0x55717360cf70 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000114
+gallium_dri.so free 0x55717360cf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000112
+gallium_dri.so free 0x5571735f5f40 void 0.000114
+gallium_dri.so free 0x5571735f5ed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5f80 0.000113
+gallium_dri.so free 0x5571735f6000 void 0.000113
+gallium_dri.so free 0x5571735f5f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f80 0.000114
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x5571735f5f80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd230 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000113
+gallium_dri.so free 0x5571735dd230 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd230 0.000112
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so free 0x5571735dd230 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd330 0.000116
+gallium_dri.so free 0x5571735dd440 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000114
+gallium_dri.so free 0x557173460940 void 0.000114
+gallium_dri.so free 0x5571735dd3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x5571734609c0 void 0.000113
+gallium_dri.so free 0x5571734608f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x557173460ac0 void 0.000115
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x557173460a70 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000121
+gallium_dri.so free 0x557173460a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc650 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000113
+gallium_dri.so free 0x5571735fc650 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc6e0 0.000113
+gallium_dri.so free 0x5571735fc780 void 0.000114
+gallium_dri.so free 0x5571735fc6e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc730 0.000116
+gallium_dri.so free 0x557173460b40 void 0.000114
+gallium_dri.so free 0x5571735fc730 void 0.000113
+gallium_dri.so malloc 72 0x557173460b80 0.000117
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so free 0x557173460b80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc800 0.000114
+gallium_dri.so free 0x557173473b80 void 0.000113
+gallium_dri.so free 0x5571735fc800 void 0.000114
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c00 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473cc0 void 0.000113
+gallium_dri.so free 0x557173473b30 void 0.000112
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473d80 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000112
+gallium_dri.so malloc 72 0x557173473d30 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so free 0x557173473d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735de7b0 0.000114
+gallium_dri.so free 0x5571735de8c0 void 0.000115
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de870 0.000116
+gallium_dri.so free 0x5571735de900 void 0.000113
+gallium_dri.so free 0x5571735de870 void 0.000113
+gallium_dri.so malloc 72 0x5571735de870 0.000123
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dea10 0.000118
+gallium_dri.so free 0x55717346d580 void 0.000113
+gallium_dri.so free 0x5571735dea10 void 0.000112
+gallium_dri.so malloc 72 0x55717346d5c0 0.000112
+gallium_dri.so free 0x55717346d640 void 0.000114
+gallium_dri.so free 0x55717346d5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d700 void 0.000115
+gallium_dri.so free 0x55717346d640 void 0.000112
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d780 void 0.000113
+gallium_dri.so free 0x55717346d640 void 0.000113
+gallium_dri.so malloc 72 0x55717346d7b0 0.000112
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x55717346d7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e580 0.000112
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so free 0x55717360e580 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e6c0 void 0.000113
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000113
+gallium_dri.so free 0x55717360e740 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000126
+gallium_dri.so free 0x55717360c0c0 void 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c140 void 0.000113
+gallium_dri.so free 0x55717360c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c0f0 0.000112
+gallium_dri.so free 0x55717360c240 void 0.000114
+gallium_dri.so free 0x55717360c0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c1f0 0.000113
+gallium_dri.so free 0x55717360c300 void 0.000114
+gallium_dri.so free 0x55717360c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c2b0 0.000115
+gallium_dri.so free 0x5571735fa9c0 void 0.000113
+gallium_dri.so free 0x55717360c2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000114
+gallium_dri.so free 0x5571735faa40 void 0.000113
+gallium_dri.so free 0x5571735fa9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000116
+gallium_dri.so free 0x5571735fab40 void 0.000115
+gallium_dri.so free 0x5571735fa9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fab80 0.000112
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so free 0x5571735fab80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fac00 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1160 0.000114
+gallium_dri.so free 0x5571735e1200 void 0.000120
+gallium_dri.so free 0x5571735e1160 void 0.000114
+gallium_dri.so malloc 72 0x5571735e11b0 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000114
+gallium_dri.so free 0x5571735e11b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e11b0 0.000112
+gallium_dri.so free 0x5571735e1300 void 0.000115
+gallium_dri.so free 0x5571735e11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1300 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000114
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x557173467020 0.000113
+gallium_dri.so free 0x5571734670c0 void 0.000114
+gallium_dri.so free 0x557173467020 void 0.000113
+gallium_dri.so malloc 72 0x557173467070 0.000114
+gallium_dri.so free 0x557173467100 void 0.000114
+gallium_dri.so free 0x557173467070 void 0.000113
+gallium_dri.so malloc 72 0x557173467070 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x557173467070 void 0.000114
+gallium_dri.so malloc 72 0x557173467200 0.000130
+gallium_dri.so free 0x557173603500 void 0.000129
+gallium_dri.so free 0x557173467200 void 0.000115
+gallium_dri.so malloc 72 0x557173603550 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so free 0x557173603550 void 0.000113
+gallium_dri.so malloc 72 0x5571736035e0 0.000113
+gallium_dri.so free 0x557173603680 void 0.000131
+gallium_dri.so free 0x5571736035e0 void 0.000115
+gallium_dri.so malloc 72 0x557173603630 0.000116
+gallium_dri.so free 0x557173603700 void 0.000117
+gallium_dri.so free 0x557173603630 void 0.000114
+gallium_dri.so malloc 72 0x557173603700 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so malloc 72 0x55717358de40 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358de40 void 0.000115
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358dec0 0.000113
+gallium_dri.so free 0x55717358e000 void 0.000116
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e030 0.000115
+gallium_dri.so free 0x5571734620c0 void 0.000121
+gallium_dri.so free 0x55717358e030 void 0.000113
+gallium_dri.so malloc 72 0x557173462100 0.000112
+gallium_dri.so free 0x557173462180 void 0.000122
+gallium_dri.so free 0x557173462100 void 0.000114
+gallium_dri.so malloc 72 0x557173462180 0.000115
+gallium_dri.so free 0x557173462240 void 0.000116
+gallium_dri.so free 0x557173462180 void 0.000115
+gallium_dri.so malloc 72 0x557173462180 0.000114
+gallium_dri.so free 0x5571734622c0 void 0.000126
+gallium_dri.so free 0x557173462180 void 0.000115
+gallium_dri.so malloc 72 0x557173462180 0.000113
+gallium_dri.so free 0x557173462380 void 0.000115
+gallium_dri.so free 0x557173462180 void 0.000121
+gallium_dri.so malloc 72 0x5571734623b0 0.000116
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571734623b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734623b0 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000116
+gallium_dri.so free 0x5571734623b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000116
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so malloc 72 0x5571735da940 0.000114
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735c0600 void 0.000115
+gallium_dri.so free 0x5571735da940 void 0.000114
+gallium_dri.so malloc 72 0x5571735c05b0 0.000113
+gallium_dri.so free 0x5571735c0680 void 0.000115
+gallium_dri.so free 0x5571735c05b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c06d0 0.000113
+gallium_dri.so free 0x5571735c0740 void 0.000140
+gallium_dri.so free 0x5571735c06d0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c0760 0.000143
+gallium_dri.so free 0x5571735dab80 void 0.000143
+gallium_dri.so free 0x5571735c0760 void 0.000144
+gallium_dri.so malloc 72 0x5571735dab30 0.000140
+gallium_dri.so free 0x5571735eb9c0 void 0.000142
+gallium_dri.so free 0x5571735dab30 void 0.000141
+gallium_dri.so malloc 72 0x5571735dab30 0.000141
+gallium_dri.so free 0x5571735eba40 void 0.000144
+gallium_dri.so free 0x5571735dab30 void 0.000145
+gallium_dri.so malloc 72 0x5571735eba40 0.000143
+gallium_dri.so free 0x5571735ebb00 void 0.000143
+gallium_dri.so free 0x5571735eba40 void 0.000143
+gallium_dri.so malloc 72 0x5571735eba40 0.000144
+gallium_dri.so free 0x5571735c0800 void 0.000145
+gallium_dri.so free 0x5571735eba40 void 0.000142
+gallium_dri.so malloc 72 0x5571735c07b0 0.000142
+gallium_dri.so free 0x5571735ebc00 void 0.000144
+gallium_dri.so free 0x5571735c07b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c07b0 0.000143
+gallium_dri.so free 0x5571735fa0c0 void 0.000144
+gallium_dri.so free 0x5571735c07b0 void 0.000168
+gallium_dri.so malloc 72 0x5571735c07b0 0.000144
+gallium_dri.so free 0x5571735fa140 void 0.000143
+gallium_dri.so free 0x5571735c07b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fa140 0.000148
+gallium_dri.so free 0x5571735ebcc0 void 0.000144
+gallium_dri.so free 0x5571735fa140 void 0.000142
+gallium_dri.so malloc 72 0x5571735ebc70 0.000145
+gallium_dri.so free 0x5571735fa200 void 0.000145
+gallium_dri.so free 0x5571735ebc70 void 0.000150
+gallium_dri.so malloc 72 0x5571735ebc70 0.000125
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735ebc70 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa310 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571735fa310 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa310 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000116
+gallium_dri.so free 0x5571735fa310 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a80 0.000120
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1a80 0.000115
+gallium_dri.so free 0x5571735fa380 void 0.000117
+gallium_dri.so free 0x5571735e1a80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000128
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735fa3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so free 0x5571735fa3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c80 0.000117
+gallium_dri.so free 0x5571735fb280 void 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c80 0.000115
+gallium_dri.so free 0x5571735fb3c0 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c80 0.000115
+gallium_dri.so free 0x5571735fb480 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb430 0.000113
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so free 0x5571735fb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb550 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735fb550 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb550 0.000115
+gallium_dri.so free 0x5571735f4cc0 void 0.000115
+gallium_dri.so free 0x5571735fb550 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000129
+gallium_dri.so free 0x5571735f4d40 void 0.000115
+gallium_dri.so free 0x5571735f4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000115
+gallium_dri.so free 0x5571735f4e40 void 0.000116
+gallium_dri.so free 0x5571735f4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4e80 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571735f4e80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a80 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a30 0.000114
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so free 0x5571735f2a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a30 0.000114
+gallium_dri.so free 0x5571735f4f00 void 0.000116
+gallium_dri.so free 0x5571735f2a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2a30 0.000115
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so free 0x5571735f2a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2bd0 0.000117
+gallium_dri.so free 0x5571735f2c40 void 0.000116
+gallium_dri.so free 0x5571735f2bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2bd0 0.000115
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x5571735f2bd0 void 0.000115
+gallium_dri.so malloc 72 0x5571735896f0 0.000165
+gallium_dri.so free 0x557173589780 void 0.000119
+gallium_dri.so free 0x5571735896f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735896f0 0.000116
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so free 0x5571735896f0 void 0.000115
+gallium_dri.so malloc 72 0x557173589880 0.000114
+gallium_dri.so free 0x557173589900 void 0.000116
+gallium_dri.so free 0x557173589880 void 0.000115
+gallium_dri.so malloc 72 0x557173589900 0.000115
+gallium_dri.so free 0x5571735899c0 void 0.000116
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so malloc 72 0x557173589900 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000117
+gallium_dri.so free 0x557173589900 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000115
+gallium_dri.so free 0x5571735ec700 void 0.000115
+gallium_dri.so free 0x5571735ec6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec700 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000115
+gallium_dri.so free 0x5571735ec700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec700 0.000114
+gallium_dri.so free 0x5571735ec8c0 void 0.000116
+gallium_dri.so free 0x5571735ec700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec870 0.000114
+gallium_dri.so free 0x5571735ec980 void 0.000116
+gallium_dri.so free 0x5571735ec870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec930 0.000126
+gallium_dri.so free 0x5571735fe280 void 0.000116
+gallium_dri.so free 0x5571735ec930 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe300 void 0.000116
+gallium_dri.so free 0x5571735fe230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe380 0.000115
+gallium_dri.so free 0x5571735fe440 void 0.000117
+gallium_dri.so free 0x5571735fe380 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe380 0.000117
+gallium_dri.so free 0x5571735fe540 void 0.000116
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe4f0 0.000115
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571735fe4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de330 0.000115
+gallium_dri.so free 0x5571735de380 void 0.000116
+gallium_dri.so free 0x5571735de330 void 0.000114
+gallium_dri.so malloc 72 0x5571735de330 0.000114
+gallium_dri.so free 0x5571735de480 void 0.000121
+gallium_dri.so free 0x5571735de330 void 0.000119
+gallium_dri.so malloc 72 0x5571735de430 0.000125
+gallium_dri.so free 0x5571735de540 void 0.000119
+gallium_dri.so free 0x5571735de430 void 0.000132
+gallium_dri.so malloc 72 0x5571735de4f0 0.000125
+gallium_dri.so free 0x5571735de580 void 0.000119
+gallium_dri.so free 0x5571735de4f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de4f0 0.000115
+gallium_dri.so free 0x557173473680 void 0.000115
+gallium_dri.so free 0x5571735de4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734736f0 0.000117
+gallium_dri.so free 0x557173473740 void 0.000116
+gallium_dri.so free 0x5571734736f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734736f0 0.000115
+gallium_dri.so free 0x557173473840 void 0.000115
+gallium_dri.so free 0x5571734736f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734737f0 0.000113
+gallium_dri.so free 0x557173473900 void 0.000116
+gallium_dri.so free 0x5571734737f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734738b0 0.000116
+gallium_dri.so free 0x557173473940 void 0.000116
+gallium_dri.so free 0x5571734738b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734738b0 0.000115
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x5571734738b0 void 0.000115
+gallium_dri.so malloc 72 0x557173610170 0.000115
+gallium_dri.so free 0x557173610240 void 0.000115
+gallium_dri.so free 0x557173610170 void 0.000114
+gallium_dri.so malloc 72 0x557173610290 0.000117
+gallium_dri.so free 0x557173610300 void 0.000115
+gallium_dri.so free 0x557173610290 void 0.000127
+gallium_dri.so malloc 72 0x557173610360 0.000116
+gallium_dri.so free 0x557173610400 void 0.000114
+gallium_dri.so free 0x557173610360 void 0.000114
+gallium_dri.so malloc 72 0x5571736103b0 0.000114
+gallium_dri.so free 0x557173610440 void 0.000116
+gallium_dri.so free 0x5571736103b0 void 0.000115
+gallium_dri.so malloc 72 0x5571736103b0 0.000114
+gallium_dri.so free 0x55717360dc00 void 0.000115
+gallium_dri.so free 0x5571736103b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360dc80 void 0.000116
+gallium_dri.so free 0x55717360dbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dcd0 0.000115
+gallium_dri.so free 0x55717360dd40 void 0.000116
+gallium_dri.so free 0x55717360dcd0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd60 0.000116
+gallium_dri.so free 0x55717360de00 void 0.000115
+gallium_dri.so free 0x55717360dd60 void 0.000114
+gallium_dri.so malloc 72 0x55717360ddb0 0.000116
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360de80 0.000117
+gallium_dri.so free 0x55717346cc40 void 0.000116
+gallium_dri.so free 0x55717360de80 void 0.000115
+gallium_dri.so malloc 72 0x55717346cbf0 0.000114
+gallium_dri.so free 0x55717346ccc0 void 0.000116
+gallium_dri.so free 0x55717346cbf0 void 0.000126
+gallium_dri.so malloc 72 0x55717346cd10 0.000113
+gallium_dri.so free 0x55717346cd80 void 0.000113
+gallium_dri.so free 0x55717346cd10 void 0.000117
+gallium_dri.so malloc 72 0x55717346cda0 0.000122
+gallium_dri.so free 0x55717346ce40 void 0.000117
+gallium_dri.so free 0x55717346cda0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cdf0 0.000113
+gallium_dri.so free 0x55717346cec0 void 0.000113
+gallium_dri.so free 0x55717346cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cdf0 0.000121
+gallium_dri.so free 0x5571735f5900 void 0.000123
+gallium_dri.so free 0x55717346cdf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5950 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000115
+gallium_dri.so free 0x5571735f5950 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a00 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000116
+gallium_dri.so free 0x5571735f5a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5a00 0.000118
+gallium_dri.so free 0x5571735f5b00 void 0.000115
+gallium_dri.so free 0x5571735f5a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b30 0.000113
+gallium_dri.so free 0x5571735f5b80 void 0.000114
+gallium_dri.so free 0x5571735f5b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b30 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x5571735f5b30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1210 0.000115
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c1210 void 0.000113
+gallium_dri.so malloc 72 0x5571735c12a0 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000115
+gallium_dri.so free 0x5571735c12a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c12f0 0.000119
+gallium_dri.so free 0x5571735c13c0 void 0.000117
+gallium_dri.so free 0x5571735c12f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c12f0 0.000115
+gallium_dri.so free 0x5571735c14c0 void 0.000115
+gallium_dri.so free 0x5571735c12f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1470 0.000113
+gallium_dri.so free 0x557173461780 void 0.000115
+gallium_dri.so free 0x5571735c1470 void 0.000113
+gallium_dri.so malloc 72 0x557173461730 0.000114
+gallium_dri.so free 0x557173461840 void 0.000115
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x5571734617f0 0.000113
+gallium_dri.so free 0x557173461880 void 0.000115
+gallium_dri.so free 0x5571734617f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734617f0 0.000119
+gallium_dri.so free 0x557173461940 void 0.000117
+gallium_dri.so free 0x5571734617f0 void 0.000114
+gallium_dri.so malloc 72 0x557173461980 0.000115
+gallium_dri.so free 0x557173461a00 void 0.000123
+gallium_dri.so free 0x557173461980 void 0.000114
+gallium_dri.so malloc 72 0x557173461a00 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so malloc 72 0x557173461a00 0.000116
+gallium_dri.so free 0x5571735fa680 void 0.000115
+gallium_dri.so free 0x557173461a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa6a0 0.000114
+gallium_dri.so free 0x5571735fa740 void 0.000114
+gallium_dri.so free 0x5571735fa6a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000115
+gallium_dri.so free 0x5571735fa6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa6f0 0.000114
+gallium_dri.so free 0x5571735fa840 void 0.000114
+gallium_dri.so free 0x5571735fa6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa840 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000114
+gallium_dri.so free 0x5571735fa840 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5a0 0.000113
+gallium_dri.so free 0x5571735db640 void 0.000114
+gallium_dri.so free 0x5571735db5a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000114
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db6c0 0.000113
+gallium_dri.so free 0x5571735db780 void 0.000116
+gallium_dri.so free 0x5571735db6c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735db6c0 0.000115
+gallium_dri.so free 0x5571735db800 void 0.000115
+gallium_dri.so free 0x5571735db6c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db800 0.000112
+gallium_dri.so free 0x55717346a680 void 0.000114
+gallium_dri.so free 0x5571735db800 void 0.000115
+gallium_dri.so malloc 72 0x55717346a630 0.000114
+gallium_dri.so free 0x55717346a6c0 void 0.000114
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000114
+gallium_dri.so free 0x55717346a780 void 0.000115
+gallium_dri.so free 0x55717346a630 void 0.000112
+gallium_dri.so malloc 72 0x55717346a7c0 0.000112
+gallium_dri.so free 0x55717346a840 void 0.000115
+gallium_dri.so free 0x55717346a7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a840 0.000114
+gallium_dri.so free 0x55717346a900 void 0.000115
+gallium_dri.so free 0x55717346a840 void 0.000115
+gallium_dri.so malloc 72 0x55717346a840 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000115
+gallium_dri.so free 0x55717346a840 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000117
+gallium_dri.so free 0x5571735dc9c0 void 0.000115
+gallium_dri.so free 0x5571735dc870 void 0.000184
+gallium_dri.so malloc 72 0x5571735dca00 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000116
+gallium_dri.so free 0x5571735dca80 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000112
+gallium_dri.so free 0x557173600840 void 0.000115
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000116
+gallium_dri.so free 0x5571736009c0 void 0.000116
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600970 0.000114
+gallium_dri.so free 0x557173600a40 void 0.000115
+gallium_dri.so free 0x557173600970 void 0.000114
+gallium_dri.so malloc 72 0x557173600a90 0.000114
+gallium_dri.so free 0x557173600b00 void 0.000115
+gallium_dri.so free 0x557173600a90 void 0.000112
+gallium_dri.so malloc 72 0x557173600b20 0.000112
+gallium_dri.so free 0x5571735c4ac0 void 0.000115
+gallium_dri.so free 0x557173600b20 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000112
+gallium_dri.so free 0x5571735c4b40 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000125
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000116
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000114
+gallium_dri.so free 0x5571735c4d80 void 0.000117
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000112
+gallium_dri.so free 0x5571735f6c40 void 0.000117
+gallium_dri.so free 0x5571735c4bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000114
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000113
+gallium_dri.so free 0x5571735f6d40 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6d40 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000115
+gallium_dri.so free 0x5571735f6d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6d40 0.000115
+gallium_dri.so free 0x5571735f6ec0 void 0.000115
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6d40 0.000115
+gallium_dri.so free 0x5571735e26c0 void 0.000115
+gallium_dri.so free 0x5571735f6d40 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2710 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000115
+gallium_dri.so free 0x5571735e2710 void 0.000113
+gallium_dri.so malloc 72 0x5571735e27c0 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so free 0x5571735e27c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2840 0.000113
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2840 0.000114
+gallium_dri.so free 0x5571735e2980 void 0.000113
+gallium_dri.so free 0x5571735e2840 void 0.000114
+gallium_dri.so malloc 72 0x5571735e29b0 0.000113
+gallium_dri.so free 0x55717360c8c0 void 0.000116
+gallium_dri.so free 0x5571735e29b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c900 0.000113
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so free 0x55717360c900 void 0.000113
+gallium_dri.so malloc 72 0x55717360c980 0.000112
+gallium_dri.so free 0x55717360ca40 void 0.000115
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so malloc 72 0x55717360c980 0.000115
+gallium_dri.so free 0x55717360cac0 void 0.000116
+gallium_dri.so free 0x55717360c980 void 0.000113
+gallium_dri.so malloc 72 0x55717360c980 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000113
+gallium_dri.so malloc 72 0x55717360c980 0.000169
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5f0 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000115
+gallium_dri.so free 0x5571735df5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df710 0.000114
+gallium_dri.so free 0x5571735df780 void 0.000115
+gallium_dri.so free 0x5571735df710 void 0.000116
+gallium_dri.so malloc 72 0x5571735df7a0 0.000114
+gallium_dri.so free 0x5571735df840 void 0.000115
+gallium_dri.so free 0x5571735df7a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df7f0 0.000113
+gallium_dri.so free 0x5571735df8c0 void 0.000114
+gallium_dri.so free 0x5571735df7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df7f0 0.000115
+gallium_dri.so free 0x5571735f9200 void 0.000115
+gallium_dri.so free 0x5571735df7f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f91b0 0.000114
+gallium_dri.so free 0x5571735f9280 void 0.000114
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f92d0 0.000114
+gallium_dri.so free 0x5571735f9340 void 0.000114
+gallium_dri.so free 0x5571735f92d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9360 0.000113
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so free 0x5571735f9360 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93b0 0.000125
+gallium_dri.so free 0x5571735f9480 void 0.000115
+gallium_dri.so free 0x5571735f93b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f93b0 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735f93b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c25c0 void 0.000122
+gallium_dri.so free 0x5571735c24b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2570 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so free 0x5571735c2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2570 0.000114
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2570 0.000113
+gallium_dri.so free 0x5571735c27c0 void 0.000114
+gallium_dri.so free 0x5571735c2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2770 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735c2770 void 0.000114
+gallium_dri.so malloc 72 0x557173601340 0.000112
+gallium_dri.so free 0x557173601400 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x557173601340 0.000114
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so malloc 72 0x5571736014b0 0.000126
+gallium_dri.so free 0x557173601500 void 0.000117
+gallium_dri.so free 0x5571736014b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601500 0.000114
+gallium_dri.so free 0x5571736015c0 void 0.000119
+gallium_dri.so free 0x557173601500 void 0.000114
+gallium_dri.so malloc 72 0x557173601500 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000115
+gallium_dri.so free 0x557173601500 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1db0 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e70 0.000114
+gallium_dri.so free 0x5571735e1f00 void 0.000115
+gallium_dri.so free 0x5571735e1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1e70 0.000113
+gallium_dri.so free 0x5571735e1fc0 void 0.000116
+gallium_dri.so free 0x5571735e1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2000 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2080 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000119
+gallium_dri.so free 0x5571735dac70 void 0.000114
+gallium_dri.so malloc 72 0x5571735dad60 0.000115
+gallium_dri.so free 0x5571735dae00 void 0.000121
+gallium_dri.so free 0x5571735dad60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dadb0 0.000112
+gallium_dri.so free 0x5571735dae80 void 0.000115
+gallium_dri.so free 0x5571735dadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dadb0 0.000114
+gallium_dri.so free 0x5571735daf00 void 0.000115
+gallium_dri.so free 0x5571735dadb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf00 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000115
+gallium_dri.so free 0x5571735daf00 void 0.000114
+gallium_dri.so malloc 72 0x5571735daf00 0.000112
+gallium_dri.so free 0x5571735c0900 void 0.000115
+gallium_dri.so free 0x5571735daf00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000114
+gallium_dri.so free 0x5571735c0980 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a30 0.000113
+gallium_dri.so free 0x5571735c0b00 void 0.000118
+gallium_dri.so free 0x5571735c0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0b50 0.000116
+gallium_dri.so free 0x5571735c0bc0 void 0.000115
+gallium_dri.so free 0x5571735c0b50 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0be0 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735c0be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd70 0.000115
+gallium_dri.so free 0x5571735ebe40 void 0.000116
+gallium_dri.so free 0x5571735ebd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd70 0.000113
+gallium_dri.so free 0x5571735ebec0 void 0.000114
+gallium_dri.so free 0x5571735ebd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebec0 0.000113
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebec0 0.000113
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebec0 0.000113
+gallium_dri.so free 0x5571735fb680 void 0.000114
+gallium_dri.so free 0x5571735ebec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb630 0.000115
+gallium_dri.so free 0x5571735fb700 void 0.000115
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb630 0.000113
+gallium_dri.so free 0x5571735fb780 void 0.000117
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb780 0.000114
+gallium_dri.so free 0x5571735fb840 void 0.000114
+gallium_dri.so free 0x5571735fb780 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb780 0.000114
+gallium_dri.so free 0x5571735fb900 void 0.000128
+gallium_dri.so free 0x5571735fb780 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb780 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x5571735fb780 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000113
+gallium_dri.so free 0x5571735f5100 void 0.000113
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f50b0 0.000113
+gallium_dri.so free 0x5571735f5180 void 0.000114
+gallium_dri.so free 0x5571735f50b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f51d0 0.000113
+gallium_dri.so free 0x5571735f5240 void 0.000115
+gallium_dri.so free 0x5571735f51d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5260 0.000112
+gallium_dri.so free 0x5571735fb9c0 void 0.000114
+gallium_dri.so free 0x5571735f5260 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb970 0.000112
+gallium_dri.so free 0x5571735f5300 void 0.000115
+gallium_dri.so free 0x5571735fb970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f52b0 0.000112
+gallium_dri.so free 0x5571736068c0 void 0.000114
+gallium_dri.so free 0x5571735f52b0 void 0.000114
+gallium_dri.so malloc 72 0x557173606910 0.000113
+gallium_dri.so free 0x557173606980 void 0.000115
+gallium_dri.so free 0x557173606910 void 0.000113
+gallium_dri.so malloc 72 0x5571736069c0 0.000114
+gallium_dri.so free 0x557173606a40 void 0.000114
+gallium_dri.so free 0x5571736069c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736069c0 0.000114
+gallium_dri.so free 0x557173606ac0 void 0.000114
+gallium_dri.so free 0x5571736069c0 void 0.000115
+gallium_dri.so malloc 72 0x557173606af0 0.000113
+gallium_dri.so free 0x557173606b40 void 0.000114
+gallium_dri.so free 0x557173606af0 void 0.000115
+gallium_dri.so malloc 72 0x557173606af0 0.000114
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x557173606af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3350 0.000115
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3350 void 0.000112
+gallium_dri.so malloc 72 0x5571735f33e0 0.000113
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so free 0x5571735f33e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000115
+gallium_dri.so free 0x5571735f3500 void 0.000115
+gallium_dri.so free 0x5571735f3430 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3430 0.000114
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x5571735f3430 void 0.000113
+gallium_dri.so malloc 72 0x557173606bf0 0.000112
+gallium_dri.so free 0x5571735f3600 void 0.000113
+gallium_dri.so free 0x557173606bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f35b0 0.000117
+gallium_dri.so free 0x5571735f36c0 void 0.000115
+gallium_dri.so free 0x5571735f35b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3670 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x5571735f3670 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2630 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2750 0.000119
+gallium_dri.so free 0x5571735d27c0 void 0.000115
+gallium_dri.so free 0x5571735d2750 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2820 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000114
+gallium_dri.so free 0x5571735d2820 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2870 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000115
+gallium_dri.so free 0x5571735d2870 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2870 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000116
+gallium_dri.so free 0x5571735d2870 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2870 0.000114
+gallium_dri.so free 0x557173464e80 void 0.000114
+gallium_dri.so free 0x5571735d2870 void 0.000113
+gallium_dri.so malloc 72 0x557173464e80 0.000112
+gallium_dri.so free 0x557173464f40 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000126
+gallium_dri.so malloc 72 0x557173464e80 0.000115
+gallium_dri.so free 0x557173465000 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000114
+gallium_dri.so malloc 72 0x557173464e80 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173464e80 void 0.000113
+gallium_dri.so malloc 72 0x557173465070 0.000114
+gallium_dri.so free 0x557173465180 void 0.000115
+gallium_dri.so free 0x557173465070 void 0.000113
+gallium_dri.so malloc 72 0x557173465130 0.000112
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so free 0x557173465130 void 0.000113
+gallium_dri.so malloc 72 0x557173620740 0.000112
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000117
+gallium_dri.so free 0x557173620880 void 0.000124
+gallium_dri.so free 0x557173620740 void 0.000124
+gallium_dri.so malloc 72 0x5571736208b0 0.000119
+gallium_dri.so free 0x557173620900 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736208b0 0.000118
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x5571736208b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736209b0 0.000114
+gallium_dri.so free 0x557173620ac0 void 0.000116
+gallium_dri.so free 0x5571736209b0 void 0.000165
+gallium_dri.so malloc 72 0x557173620a70 0.000116
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x557173620a70 void 0.000114
+gallium_dri.so malloc 72 0x557173620a70 0.000112
+gallium_dri.so free 0x55717358e280 void 0.000114
+gallium_dri.so free 0x557173620a70 void 0.000115
+gallium_dri.so malloc 72 0x55717358e2b0 0.000113
+gallium_dri.so free 0x55717358e300 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e2b0 0.000113
+gallium_dri.so free 0x55717358e400 void 0.000115
+gallium_dri.so free 0x55717358e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358e3b0 0.000114
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e470 0.000115
+gallium_dri.so free 0x55717358e500 void 0.000114
+gallium_dri.so free 0x55717358e470 void 0.000115
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000112
+gallium_dri.so malloc 72 0x55717358e470 0.000114
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so free 0x55717358e470 void 0.000112
+gallium_dri.so malloc 72 0x5571735d00b0 0.000112
+gallium_dri.so free 0x5571735d0180 void 0.000115
+gallium_dri.so free 0x5571735d00b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d01d0 0.000114
+gallium_dri.so free 0x5571735d0240 void 0.000115
+gallium_dri.so free 0x5571735d01d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0260 0.000113
+gallium_dri.so free 0x5571735d0300 void 0.000117
+gallium_dri.so free 0x5571735d0260 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02b0 0.000115
+gallium_dri.so free 0x5571735d0380 void 0.000115
+gallium_dri.so free 0x5571735d02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d02b0 0.000114
+gallium_dri.so free 0x55717360f0c0 void 0.000115
+gallium_dri.so free 0x5571735d02b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f0c0 0.000114
+gallium_dri.so free 0x55717360f180 void 0.000114
+gallium_dri.so free 0x55717360f0c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f0c0 0.000115
+gallium_dri.so free 0x55717360f240 void 0.000118
+gallium_dri.so free 0x55717360f0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f260 0.000113
+gallium_dri.so free 0x55717360f300 void 0.000116
+gallium_dri.so free 0x55717360f260 void 0.000113
+gallium_dri.so malloc 72 0x55717360f2b0 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000117
+gallium_dri.so free 0x55717360f2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f2b0 0.000118
+gallium_dri.so free 0x55717360f400 void 0.000119
+gallium_dri.so free 0x55717360f2b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360f400 0.000114
+gallium_dri.so free 0x557173608480 void 0.000115
+gallium_dri.so free 0x55717360f400 void 0.000120
+gallium_dri.so malloc 72 0x55717360f400 0.000115
+gallium_dri.so free 0x557173608500 void 0.000115
+gallium_dri.so free 0x55717360f400 void 0.000113
+gallium_dri.so malloc 72 0x557173608530 0.000113
+gallium_dri.so free 0x557173608580 void 0.000115
+gallium_dri.so free 0x557173608530 void 0.000117
+gallium_dri.so malloc 72 0x557173608580 0.000114
+gallium_dri.so free 0x557173608640 void 0.000114
+gallium_dri.so free 0x557173608580 void 0.000114
+gallium_dri.so malloc 72 0x557173608580 0.000113
+gallium_dri.so free 0x557173608740 void 0.000116
+gallium_dri.so free 0x557173608580 void 0.000114
+gallium_dri.so malloc 72 0x5571736086f0 0.000113
+gallium_dri.so free 0x557173608800 void 0.000114
+gallium_dri.so free 0x5571736086f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736087b0 0.000112
+gallium_dri.so free 0x5571735fd180 void 0.000116
+gallium_dri.so free 0x5571736087b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736087b0 0.000114
+gallium_dri.so free 0x5571735fd240 void 0.000113
+gallium_dri.so free 0x5571736087b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x5571735fd1f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fd310 0.000113
+gallium_dri.so free 0x5571735fd380 void 0.000113
+gallium_dri.so free 0x5571735fd310 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000111
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so free 0x5571735fd3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000112
+gallium_dri.so free 0x557173462840 void 0.000112
+gallium_dri.so free 0x5571735fd4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000116
+gallium_dri.so free 0x5571734628c0 void 0.000121
+gallium_dri.so free 0x5571735fd4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734628c0 0.000115
+gallium_dri.so free 0x557173462980 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000117
+gallium_dri.so free 0x557173462a40 void 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x557173462ab0 0.000115
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x557173462ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173462ab0 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x557173462ab0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c39c0 0.000115
+gallium_dri.so free 0x557173462c00 void 0.000116
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bb0 0.000114
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x557173462bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bb0 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000116
+gallium_dri.so free 0x557173462bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3af0 0.000114
+gallium_dri.so free 0x5571735c3bc0 void 0.000115
+gallium_dri.so free 0x5571735c3af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c10 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000114
+gallium_dri.so free 0x5571735c3c10 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000114
+gallium_dri.so free 0x5571735c3d80 void 0.000115
+gallium_dri.so free 0x5571735c3ce0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3d30 0.000112
+gallium_dri.so free 0x5571735ff740 void 0.000118
+gallium_dri.so free 0x5571735c3d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d30 0.000119
+gallium_dri.so free 0x5571735ff800 void 0.000125
+gallium_dri.so free 0x5571735c3d30 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000124
+gallium_dri.so free 0x5571735ff880 void 0.000119
+gallium_dri.so free 0x5571735ff7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000114
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff8d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff960 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so free 0x5571735ff960 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000115
+gallium_dri.so free 0x5571735ffa80 void 0.000117
+gallium_dri.so free 0x5571735ff9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa80 0.000115
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa80 0.000114
+gallium_dri.so free 0x5571735f8180 void 0.000114
+gallium_dri.so free 0x5571735ffa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8180 0.000113
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f8180 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8180 0.000112
+gallium_dri.so free 0x5571735f8300 void 0.000115
+gallium_dri.so free 0x5571735f8180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8180 0.000112
+gallium_dri.so free 0x5571735f83c0 void 0.000121
+gallium_dri.so free 0x5571735f8180 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8370 0.000116
+gallium_dri.so free 0x5571735f8440 void 0.000116
+gallium_dri.so free 0x5571735f8370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8490 0.000115
+gallium_dri.so free 0x55717346e100 void 0.000116
+gallium_dri.so free 0x5571735f8490 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8490 0.000113
+gallium_dri.so free 0x55717346e180 void 0.000115
+gallium_dri.so free 0x5571735f8490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8490 0.000115
+gallium_dri.so free 0x55717346e240 void 0.000116
+gallium_dri.so free 0x5571735f8490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8490 0.000115
+gallium_dri.so free 0x55717346e300 void 0.000116
+gallium_dri.so free 0x5571735f8490 void 0.000114
+gallium_dri.so malloc 72 0x55717346e2b0 0.000113
+gallium_dri.so free 0x55717346e380 void 0.000116
+gallium_dri.so free 0x55717346e2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e3d0 0.000116
+gallium_dri.so free 0x55717346e440 void 0.000116
+gallium_dri.so free 0x55717346e3d0 void 0.000115
+gallium_dri.so malloc 72 0x55717346e460 0.000114
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x55717346e460 void 0.000115
+gallium_dri.so malloc 72 0x55717346e460 0.000115
+gallium_dri.so free 0x557173469440 void 0.000121
+gallium_dri.so free 0x55717346e460 void 0.000114
+gallium_dri.so malloc 72 0x5571734693f0 0.000114
+gallium_dri.so free 0x557173469440 void 0.000111
+gallium_dri.so free 0x5571734693f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734693f0 0.000112
+gallium_dri.so free 0x557173469540 void 0.000116
+gallium_dri.so free 0x5571734693f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734694f0 0.000113
+gallium_dri.so free 0x557173469600 void 0.000113
+gallium_dri.so free 0x5571734694f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734695b0 0.000111
+gallium_dri.so free 0x557173469640 void 0.000117
+gallium_dri.so free 0x5571734695b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734695b0 0.000114
+gallium_dri.so free 0x557173469700 void 0.000119
+gallium_dri.so free 0x5571734695b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695b0 0.000114
+gallium_dri.so free 0x55717346c540 void 0.000116
+gallium_dri.so free 0x5571734695b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c590 0.000114
+gallium_dri.so free 0x55717346c600 void 0.000114
+gallium_dri.so free 0x55717346c590 void 0.000113
+gallium_dri.so malloc 72 0x55717346c660 0.000116
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so free 0x55717346c660 void 0.000113
+gallium_dri.so malloc 72 0x55717346c6b0 0.000112
+gallium_dri.so free 0x55717346c740 void 0.000119
+gallium_dri.so free 0x55717346c6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c6b0 0.000113
+gallium_dri.so free 0x55717346c800 void 0.000115
+gallium_dri.so free 0x55717346c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c840 0.000112
+gallium_dri.so free 0x55717346c8c0 void 0.000114
+gallium_dri.so free 0x55717346c840 void 0.000112
+gallium_dri.so malloc 72 0x55717346c8c0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717346c8c0 void 0.000114
+gallium_dri.so malloc 72 0x557173463260 0.000112
+gallium_dri.so free 0x557173463300 void 0.000115
+gallium_dri.so free 0x557173463260 void 0.000113
+gallium_dri.so malloc 72 0x5571734632b0 0.000114
+gallium_dri.so free 0x557173463380 void 0.000116
+gallium_dri.so free 0x5571734632b0 void 0.000113
+gallium_dri.so malloc 72 0x557173463380 0.000114
+gallium_dri.so free 0x557173463440 void 0.000113
+gallium_dri.so free 0x557173463380 void 0.000113
+gallium_dri.so malloc 72 0x557173463380 0.000112
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so free 0x557173463380 void 0.000114
+gallium_dri.so malloc 72 0x5571734634c0 0.000113
+gallium_dri.so free 0x557173463580 void 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634c0 0.000114
+gallium_dri.so free 0x55717358ec00 void 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000123
+gallium_dri.so malloc 72 0x55717358ec30 0.000112
+gallium_dri.so free 0x55717358ec80 void 0.000112
+gallium_dri.so free 0x55717358ec30 void 0.000112
+gallium_dri.so malloc 72 0x55717358ec30 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000123
+gallium_dri.so free 0x55717358ec30 void 0.000118
+gallium_dri.so malloc 72 0x55717358ed30 0.000113
+gallium_dri.so free 0x55717358ee40 void 0.000114
+gallium_dri.so free 0x55717358ed30 void 0.000111
+gallium_dri.so malloc 72 0x55717358edf0 0.000116
+gallium_dri.so free 0x55717358eec0 void 0.000108
+gallium_dri.so free 0x55717358edf0 void 0.000254
+gallium_dri.so malloc 72 0x55717358eee0 0.000159
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so free 0x55717358eee0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ef30 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000118
+gallium_dri.so free 0x55717358ef30 void 0.000114
+gallium_dri.so malloc 72 0x557173467e00 0.000114
+gallium_dri.so free 0x557173467e80 void 0.000115
+gallium_dri.so free 0x557173467e00 void 0.000112
+gallium_dri.so malloc 72 0x557173467e80 0.000113
+gallium_dri.so free 0x557173467f40 void 0.000116
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so malloc 72 0x557173467e80 0.000112
+gallium_dri.so free 0x557173467fc0 void 0.000162
+gallium_dri.so free 0x557173467e80 void 0.000114
+gallium_dri.so malloc 72 0x557173467ff0 0.000105
+gallium_dri.so free 0x557173468040 void 0.000261
+gallium_dri.so free 0x557173467ff0 void 0.000156
+gallium_dri.so malloc 72 0x557173467ff0 0.000115
+gallium_dri.so free 0x557173468140 void 0.000115
+gallium_dri.so free 0x557173467ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173468180 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000117
+gallium_dri.so free 0x557173468180 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b50 0.000113
+gallium_dri.so free 0x5571735f8bc0 void 0.000114
+gallium_dri.so free 0x5571735f8b50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8be0 0.000115
+gallium_dri.so free 0x5571735f8c80 void 0.000115
+gallium_dri.so free 0x5571735f8be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c30 0.000115
+gallium_dri.so free 0x5571735f8d00 void 0.000116
+gallium_dri.so free 0x5571735f8c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c30 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so free 0x5571735f8c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d80 0.000115
+gallium_dri.so free 0x5571735f8e40 void 0.000115
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d80 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000111
+gallium_dri.so malloc 72 0x5571735c43e0 0.000110
+gallium_dri.so free 0x5571735c4480 void 0.000109
+gallium_dri.so free 0x5571735c43e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4430 0.000110
+gallium_dri.so free 0x5571735c4500 void 0.000109
+gallium_dri.so free 0x5571735c4430 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4430 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000109
+gallium_dri.so free 0x5571735c4430 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4580 0.000111
+gallium_dri.so free 0x5571735c4640 void 0.000110
+gallium_dri.so free 0x5571735c4580 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4580 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000116
+gallium_dri.so free 0x5571735c4580 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4580 0.000113
+gallium_dri.so free 0x557173604300 void 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000110
+gallium_dri.so malloc 72 0x557173604350 0.000111
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so free 0x557173604350 void 0.000115
+gallium_dri.so malloc 72 0x557173604400 0.000113
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so free 0x557173604400 void 0.000113
+gallium_dri.so malloc 72 0x557173604480 0.000113
+gallium_dri.so free 0x557173604540 void 0.000120
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so malloc 72 0x557173604480 0.000113
+gallium_dri.so free 0x5571735c47c0 void 0.000112
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4770 0.000113
+gallium_dri.so free 0x5571736045c0 void 0.000113
+gallium_dri.so free 0x5571735c4770 void 0.000113
+gallium_dri.so malloc 72 0x557173604600 0.000112
+gallium_dri.so free 0x557173604680 void 0.000112
+gallium_dri.so free 0x557173604600 void 0.000112
+gallium_dri.so malloc 72 0x557173604680 0.000116
+gallium_dri.so free 0x5571735dc1c0 void 0.000117
+gallium_dri.so free 0x557173604680 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc200 0.000117
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so free 0x5571735dc200 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc200 0.000116
+gallium_dri.so free 0x5571735dc300 void 0.000117
+gallium_dri.so free 0x5571735dc200 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc330 0.000118
+gallium_dri.so free 0x5571735dc380 void 0.000117
+gallium_dri.so free 0x5571735dc330 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc330 0.000117
+gallium_dri.so free 0x5571735dc480 void 0.000117
+gallium_dri.so free 0x5571735dc330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc430 0.000117
+gallium_dri.so free 0x5571735dc540 void 0.000124
+gallium_dri.so free 0x5571735dc430 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000113
+gallium_dri.so free 0x5571735f6540 void 0.000111
+gallium_dri.so free 0x5571735dc4f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6570 0.000110
+gallium_dri.so free 0x5571735f65c0 void 0.000110
+gallium_dri.so free 0x5571735f6570 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6570 0.000110
+gallium_dri.so free 0x5571735f66c0 void 0.000111
+gallium_dri.so free 0x5571735f6570 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6700 0.000110
+gallium_dri.so free 0x5571735f6780 void 0.000110
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6780 0.000110
+gallium_dri.so free 0x5571735dc580 void 0.000111
+gallium_dri.so free 0x5571735f6780 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6780 0.000113
+gallium_dri.so free 0x5571735f6840 void 0.000110
+gallium_dri.so free 0x5571735f6780 void 0.000109
+gallium_dri.so malloc 72 0x5571735f6780 0.000110
+gallium_dri.so free 0x5571735f6900 void 0.000110
+gallium_dri.so free 0x5571735f6780 void 0.000110
+gallium_dri.so malloc 72 0x5571735f68b0 0.000109
+gallium_dri.so free 0x557173465800 void 0.000111
+gallium_dri.so free 0x5571735f68b0 void 0.000110
+gallium_dri.so malloc 72 0x557173465850 0.000111
+gallium_dri.so free 0x5571734658c0 void 0.000110
+gallium_dri.so free 0x557173465850 void 0.000124
+gallium_dri.so malloc 72 0x557173465920 0.000114
+gallium_dri.so free 0x5571734659c0 void 0.000113
+gallium_dri.so free 0x557173465920 void 0.000122
+gallium_dri.so malloc 72 0x557173465970 0.000113
+gallium_dri.so free 0x557173465a00 void 0.000113
+gallium_dri.so free 0x557173465970 void 0.000112
+gallium_dri.so malloc 72 0x557173465970 0.000112
+gallium_dri.so free 0x557173465ac0 void 0.000110
+gallium_dri.so free 0x557173465970 void 0.000111
+gallium_dri.so malloc 72 0x557173465b00 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so free 0x557173465b00 void 0.000112
+gallium_dri.so malloc 72 0x557173465b80 0.000112
+gallium_dri.so free 0x55717358c640 void 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000111
+gallium_dri.so malloc 72 0x55717358c660 0.000112
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c660 void 0.000112
+gallium_dri.so malloc 72 0x55717358c6b0 0.000112
+gallium_dri.so free 0x55717358c780 void 0.000113
+gallium_dri.so free 0x55717358c6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358c780 0.000111
+gallium_dri.so free 0x55717358c840 void 0.000112
+gallium_dri.so free 0x55717358c780 void 0.000112
+gallium_dri.so malloc 72 0x55717358c780 0.000110
+gallium_dri.so free 0x55717358c8c0 void 0.000120
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so malloc 72 0x55717358c8c0 0.000177
+gallium_dri.so free 0x55717358c980 void 0.000117
+gallium_dri.so free 0x55717358c8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c8c0 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000116
+gallium_dri.so free 0x55717358c8c0 void 0.000116
+gallium_dri.so malloc 72 0x557173609eb0 0.000113
+gallium_dri.so free 0x557173609f00 void 0.000113
+gallium_dri.so free 0x557173609eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609eb0 0.000114
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609fb0 0.000112
+gallium_dri.so free 0x55717360a0c0 void 0.000113
+gallium_dri.so free 0x557173609fb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a070 0.000113
+gallium_dri.so free 0x55717360a140 void 0.000113
+gallium_dri.so free 0x55717360a070 void 0.000114
+gallium_dri.so malloc 72 0x55717360a160 0.000113
+gallium_dri.so free 0x55717360a200 void 0.000116
+gallium_dri.so free 0x55717360a160 void 0.000112
+gallium_dri.so malloc 72 0x55717360a1b0 0.000112
+gallium_dri.so free 0x5571735d0a00 void 0.000114
+gallium_dri.so free 0x55717360a1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000112
+gallium_dri.so free 0x5571735d0a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000125
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000114
+gallium_dri.so free 0x5571735d0c00 void 0.000114
+gallium_dri.so free 0x5571735d0ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c30 0.000115
+gallium_dri.so free 0x5571735d0c80 void 0.000114
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0c30 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000113
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000113
+gallium_dri.so free 0x557173461080 void 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571734610d0 0.000113
+gallium_dri.so free 0x557173461140 void 0.000115
+gallium_dri.so free 0x5571734610d0 void 0.000112
+gallium_dri.so malloc 72 0x557173461160 0.000114
+gallium_dri.so free 0x557173461200 void 0.000113
+gallium_dri.so free 0x557173461160 void 0.000112
+gallium_dri.so malloc 72 0x5571734611b0 0.000117
+gallium_dri.so free 0x557173461280 void 0.000116
+gallium_dri.so free 0x5571734611b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734611b0 0.000112
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571734613c0 void 0.000122
+gallium_dri.so free 0x557173461300 void 0.000111
+gallium_dri.so malloc 72 0x557173461300 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3320 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000112
+gallium_dri.so free 0x5571735e3320 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3370 0.000112
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so free 0x5571735e3370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3370 0.000111
+gallium_dri.so free 0x5571735e34c0 void 0.000116
+gallium_dri.so free 0x5571735e3370 void 0.000116
+gallium_dri.so malloc 72 0x5571735e34c0 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000115
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34c0 0.000114
+gallium_dri.so free 0x5571735e3640 void 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34c0 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000115
+gallium_dri.so free 0x5571735e34c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735def90 0.000106
+gallium_dri.so free 0x5571735df000 void 0.000208
+gallium_dri.so free 0x5571735def90 void 0.000187
+gallium_dri.so malloc 72 0x5571735df040 0.000128
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000155
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df0c0 0.000112
+gallium_dri.so free 0x5571735e3700 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e36b0 0.000114
+gallium_dri.so free 0x5571735df200 void 0.000114
+gallium_dri.so free 0x5571735e36b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735df240 0.000116
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2c0 0.000115
+gallium_dri.so free 0x5571735fdb80 void 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000113
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000113
+gallium_dri.so free 0x5571735fdcc0 void 0.000115
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000114
+gallium_dri.so free 0x5571735fdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000126
+gallium_dri.so free 0x5571735fde40 void 0.000114
+gallium_dri.so free 0x5571735fdcf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fddf0 0.000114
+gallium_dri.so free 0x5571735fdf00 void 0.000113
+gallium_dri.so free 0x5571735fddf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000112
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so free 0x5571735fdeb0 void 0.000113
+gallium_dri.so malloc 72 0x557173600170 0.000112
+gallium_dri.so free 0x5571736001c0 void 0.000117
+gallium_dri.so free 0x557173600170 void 0.000114
+gallium_dri.so malloc 72 0x557173600170 0.000113
+gallium_dri.so free 0x5571736002c0 void 0.000113
+gallium_dri.so free 0x557173600170 void 0.000113
+gallium_dri.so malloc 72 0x557173600300 0.000114
+gallium_dri.so free 0x557173600380 void 0.000113
+gallium_dri.so free 0x557173600300 void 0.000113
+gallium_dri.so malloc 72 0x557173600380 0.000113
+gallium_dri.so free 0x5571735fdf40 void 0.000113
+gallium_dri.so free 0x557173600380 void 0.000112
+gallium_dri.so malloc 72 0x557173600380 0.000113
+gallium_dri.so free 0x557173600440 void 0.000113
+gallium_dri.so free 0x557173600380 void 0.000112
+gallium_dri.so malloc 72 0x557173600380 0.000113
+gallium_dri.so free 0x557173600500 void 0.000114
+gallium_dri.so free 0x557173600380 void 0.000114
+gallium_dri.so malloc 72 0x5571736004b0 0.000119
+gallium_dri.so free 0x55717346eb00 void 0.000127
+gallium_dri.so free 0x5571736004b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346eb50 0.000117
+gallium_dri.so free 0x55717346ebc0 void 0.000114
+gallium_dri.so free 0x55717346eb50 void 0.000115
+gallium_dri.so malloc 72 0x55717346ec20 0.000114
+gallium_dri.so free 0x55717346ecc0 void 0.000116
+gallium_dri.so free 0x55717346ec20 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec70 0.000113
+gallium_dri.so free 0x55717346ed00 void 0.000114
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec70 0.000114
+gallium_dri.so free 0x55717346edc0 void 0.000114
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ee00 0.000112
+gallium_dri.so free 0x55717346ee80 void 0.000113
+gallium_dri.so free 0x55717346ee00 void 0.000112
+gallium_dri.so malloc 72 0x55717346ee80 0.000112
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x55717346ee80 void 0.000113
+gallium_dri.so malloc 72 0x557173608ea0 0.000111
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so free 0x557173608ea0 void 0.000112
+gallium_dri.so malloc 72 0x557173608ef0 0.000114
+gallium_dri.so free 0x557173608fc0 void 0.000113
+gallium_dri.so free 0x557173608ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173608fc0 0.000113
+gallium_dri.so free 0x557173609080 void 0.000127
+gallium_dri.so free 0x557173608fc0 void 0.000115
+gallium_dri.so malloc 72 0x557173608fc0 0.000115
+gallium_dri.so free 0x557173609100 void 0.000115
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000113
+gallium_dri.so free 0x5571736091c0 void 0.000114
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000114
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x55717360faf0 0.000115
+gallium_dri.so free 0x55717360fb40 void 0.000115
+gallium_dri.so free 0x55717360faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360faf0 0.000114
+gallium_dri.so free 0x55717360fc40 void 0.000116
+gallium_dri.so free 0x55717360faf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fbf0 0.000114
+gallium_dri.so free 0x55717360fd00 void 0.000114
+gallium_dri.so free 0x55717360fbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fcb0 0.000115
+gallium_dri.so free 0x55717360fd80 void 0.000114
+gallium_dri.so free 0x55717360fcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fda0 0.000115
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so free 0x55717360fda0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fdf0 0.000114
+gallium_dri.so free 0x5571735d5580 void 0.000117
+gallium_dri.so free 0x55717360fdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d55c0 0.000113
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d5640 0.000118
+gallium_dri.so free 0x5571735d5700 void 0.000118
+gallium_dri.so free 0x5571735d5640 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5640 0.000117
+gallium_dri.so free 0x5571735d5780 void 0.000118
+gallium_dri.so free 0x5571735d5640 void 0.000116
+gallium_dri.so malloc 72 0x5571735d57b0 0.000117
+gallium_dri.so free 0x5571735d5800 void 0.000117
+gallium_dri.so free 0x5571735d57b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d57b0 0.000118
+gallium_dri.so free 0x5571735d5900 void 0.000118
+gallium_dri.so free 0x5571735d57b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5940 0.000117
+gallium_dri.so free 0x55717358a080 void 0.000117
+gallium_dri.so free 0x5571735d5940 void 0.000116
+gallium_dri.so malloc 72 0x55717358a0d0 0.000116
+gallium_dri.so free 0x55717358a140 void 0.000117
+gallium_dri.so free 0x55717358a0d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a160 0.000118
+gallium_dri.so free 0x55717358a200 void 0.000117
+gallium_dri.so free 0x55717358a160 void 0.000116
+gallium_dri.so malloc 72 0x55717358a1b0 0.000118
+gallium_dri.so free 0x55717358a280 void 0.000124
+gallium_dri.so free 0x55717358a1b0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a1b0 0.000111
+gallium_dri.so free 0x55717358a300 void 0.000109
+gallium_dri.so free 0x55717358a1b0 void 0.000110
+gallium_dri.so malloc 72 0x55717358a300 0.000109
+gallium_dri.so free 0x55717358a3c0 void 0.000109
+gallium_dri.so free 0x55717358a300 void 0.000110
+gallium_dri.so malloc 72 0x55717358a300 0.000111
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000110
+gallium_dri.so malloc 72 0x55717360d520 0.000110
+gallium_dri.so free 0x55717360d5c0 void 0.000109
+gallium_dri.so free 0x55717360d520 void 0.000110
+gallium_dri.so malloc 72 0x55717360d570 0.000110
+gallium_dri.so free 0x55717360d640 void 0.000112
+gallium_dri.so free 0x55717360d570 void 0.000111
+gallium_dri.so malloc 72 0x55717360d570 0.000111
+gallium_dri.so free 0x55717360d6c0 void 0.000109
+gallium_dri.so free 0x55717360d570 void 0.000111
+gallium_dri.so malloc 72 0x55717360d6c0 0.000111
+gallium_dri.so free 0x55717360d780 void 0.000117
+gallium_dri.so free 0x55717360d6c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360d6c0 0.000113
+gallium_dri.so free 0x55717360d840 void 0.000113
+gallium_dri.so free 0x55717360d6c0 void 0.000110
+gallium_dri.so malloc 72 0x55717360d6c0 0.000110
+gallium_dri.so free 0x557173601d40 void 0.000111
+gallium_dri.so free 0x55717360d6c0 void 0.000124
+gallium_dri.so malloc 72 0x557173601d90 0.000125
+gallium_dri.so free 0x557173601e00 void 0.000125
+gallium_dri.so free 0x557173601d90 void 0.000123
+gallium_dri.so malloc 72 0x557173601e40 0.000124
+gallium_dri.so free 0x557173601ec0 void 0.000125
+gallium_dri.so free 0x557173601e40 void 0.000123
+gallium_dri.so malloc 72 0x557173601ec0 0.000124
+gallium_dri.so free 0x557173601f80 void 0.000121
+gallium_dri.so free 0x557173601ec0 void 0.000123
+gallium_dri.so malloc 72 0x557173601ec0 0.000124
+gallium_dri.so free 0x55717360d900 void 0.000124
+gallium_dri.so free 0x557173601ec0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d8b0 0.000118
+gallium_dri.so free 0x557173602000 void 0.000121
+gallium_dri.so free 0x55717360d8b0 void 0.000124
+gallium_dri.so malloc 72 0x557173602040 0.000124
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so free 0x557173602040 void 0.000117
+gallium_dri.so malloc 72 0x5571736020c0 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000117
+gallium_dri.so free 0x5571736020c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1e40 0.000125
+gallium_dri.so free 0x5571735c1ec0 void 0.000123
+gallium_dri.so free 0x5571735c1e40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1e40 0.000128
+gallium_dri.so free 0x5571735c1f40 void 0.000126
+gallium_dri.so free 0x5571735c1e40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1f70 0.000128
+gallium_dri.so free 0x5571735c1fc0 void 0.000120
+gallium_dri.so free 0x5571735c1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f70 0.000117
+gallium_dri.so free 0x5571735c20c0 void 0.000118
+gallium_dri.so free 0x5571735c1f70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2070 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000117
+gallium_dri.so free 0x5571735c2070 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2130 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000118
+gallium_dri.so free 0x5571735c2130 void 0.000118
+gallium_dri.so malloc 72 0x557173469fb0 0.000118
+gallium_dri.so free 0x55717346a000 void 0.000118
+gallium_dri.so free 0x557173469fb0 void 0.000117
+gallium_dri.so malloc 72 0x557173469fb0 0.000118
+gallium_dri.so free 0x55717346a100 void 0.000117
+gallium_dri.so free 0x557173469fb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a140 0.000119
+gallium_dri.so free 0x55717346a1c0 void 0.000117
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1c0 0.000119
+gallium_dri.so free 0x5571735c21c0 void 0.000117
+gallium_dri.so free 0x55717346a1c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a1c0 0.000109
+gallium_dri.so free 0x55717346a280 void 0.000109
+gallium_dri.so free 0x55717346a1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a1c0 0.000109
+gallium_dri.so free 0x55717346a340 void 0.000111
+gallium_dri.so free 0x55717346a1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a2f0 0.000110
+gallium_dri.so free 0x5571735d2fc0 void 0.000109
+gallium_dri.so free 0x55717346a2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d3010 0.000110
+gallium_dri.so free 0x5571735d3080 void 0.000110
+gallium_dri.so free 0x5571735d3010 void 0.000111
+gallium_dri.so malloc 72 0x5571735d30e0 0.000110
+gallium_dri.so free 0x5571735d3180 void 0.000110
+gallium_dri.so free 0x5571735d30e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3130 0.000110
+gallium_dri.so free 0x5571735d31c0 void 0.000111
+gallium_dri.so free 0x5571735d3130 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3130 0.000114
+gallium_dri.so free 0x5571735d3280 void 0.000110
+gallium_dri.so free 0x5571735d3130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d32c0 0.000121
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3340 0.000111
+gallium_dri.so free 0x5571735911c0 void 0.000112
+gallium_dri.so free 0x5571735d3340 void 0.000125
+gallium_dri.so malloc 72 0x5571735911e0 0.000118
+gallium_dri.so free 0x557173591280 void 0.000117
+gallium_dri.so free 0x5571735911e0 void 0.000117
+gallium_dri.so malloc 72 0x557173591230 0.000116
+gallium_dri.so free 0x557173591300 void 0.000117
+gallium_dri.so free 0x557173591230 void 0.000123
+gallium_dri.so malloc 72 0x557173591300 0.000117
+gallium_dri.so free 0x5571735913c0 void 0.000117
+gallium_dri.so free 0x557173591300 void 0.000117
+gallium_dri.so malloc 72 0x557173591300 0.000116
+gallium_dri.so free 0x557173591440 void 0.000116
+gallium_dri.so free 0x557173591300 void 0.000116
+gallium_dri.so malloc 72 0x557173591440 0.000120
+gallium_dri.so free 0x557173591500 void 0.000118
+gallium_dri.so free 0x557173591440 void 0.000117
+gallium_dri.so malloc 72 0x557173591440 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x5571735dd840 void 0.000119
+gallium_dri.so free 0x557173591440 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd7f0 0.000116
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd910 0.000116
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd910 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd9c0 0.000119
+gallium_dri.so free 0x5571735dda40 void 0.000123
+gallium_dri.so free 0x5571735dd9c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd9c0 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000118
+gallium_dri.so free 0x5571735dd9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddaf0 0.000117
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so free 0x5571735ddaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddaf0 0.000118
+gallium_dri.so free 0x5571735f7b00 void 0.000117
+gallium_dri.so free 0x5571735ddaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7b00 0.000184
+gallium_dri.so free 0x5571735f7bc0 void 0.000185
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b00 0.000118
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000144
+gallium_dri.so malloc 72 0x5571735f7c70 0.000120
+gallium_dri.so free 0x5571735f7cc0 void 0.000117
+gallium_dri.so free 0x5571735f7c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c70 0.000118
+gallium_dri.so free 0x5571735f7dc0 void 0.000118
+gallium_dri.so free 0x5571735f7c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7e00 0.000113
+gallium_dri.so free 0x5571735f7e80 void 0.000112
+gallium_dri.so free 0x5571735f7e00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7e80 0.000110
+gallium_dri.so free 0x5571735f7f40 void 0.000109
+gallium_dri.so free 0x5571735f7e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7e80 0.000110
+gallium_dri.so free 0x557173620140 void 0.000112
+gallium_dri.so free 0x5571735f7e80 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7e80 0.000110
+gallium_dri.so free 0x557173620200 void 0.000110
+gallium_dri.so free 0x5571735f7e80 void 0.000110
+gallium_dri.so malloc 72 0x5571736201b0 0.000109
+gallium_dri.so free 0x557173620280 void 0.000109
+gallium_dri.so free 0x5571736201b0 void 0.000108
+gallium_dri.so malloc 72 0x5571736202d0 0.000108
+gallium_dri.so free 0x557173620340 void 0.000110
+gallium_dri.so free 0x5571736202d0 void 0.000109
+gallium_dri.so malloc 72 0x5571736203a0 0.000109
+gallium_dri.so free 0x557173620440 void 0.000111
+gallium_dri.so free 0x5571736203a0 void 0.000116
+gallium_dri.so malloc 72 0x5571736203f0 0.000116
+gallium_dri.so free 0x557173620480 void 0.000113
+gallium_dri.so free 0x5571736203f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736203f0 0.000110
+gallium_dri.so free 0x557173620540 void 0.000110
+gallium_dri.so free 0x5571736203f0 void 0.000109
+gallium_dri.so malloc 72 0x557173620580 0.000124
+gallium_dri.so free 0x5571735fcb80 void 0.000121
+gallium_dri.so free 0x557173620580 void 0.000116
+gallium_dri.so malloc 72 0x5571735fcb80 0.000119
+gallium_dri.so free 0x5571735fcc40 void 0.000116
+gallium_dri.so free 0x5571735fcb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcb80 0.000116
+gallium_dri.so free 0x5571735fccc0 void 0.000120
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fccf0 0.000118
+gallium_dri.so free 0x5571735fcd40 void 0.000119
+gallium_dri.so free 0x5571735fccf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcd40 0.000117
+gallium_dri.so free 0x5571735fce00 void 0.000117
+gallium_dri.so free 0x5571735fcd40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcd40 0.000118
+gallium_dri.so free 0x5571735fcf00 void 0.000118
+gallium_dri.so free 0x5571735fcd40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fceb0 0.000118
+gallium_dri.so free 0x5571735fcfc0 void 0.000118
+gallium_dri.so free 0x5571735fceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf70 0.000118
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so free 0x5571735fcf70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcf70 0.000118
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735fcf70 void 0.000157
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000119
+gallium_dri.so free 0x5571735ff280 void 0.000119
+gallium_dri.so free 0x5571735ff1b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000118
+gallium_dri.so free 0x5571735ff340 void 0.000117
+gallium_dri.so free 0x5571735ff2d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff380 0.000117
+gallium_dri.so free 0x5571735ff400 void 0.000117
+gallium_dri.so free 0x5571735ff380 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff380 0.000117
+gallium_dri.so free 0x5571735ff480 void 0.000118
+gallium_dri.so free 0x5571735ff380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000117
+gallium_dri.so free 0x5571735ff500 void 0.000117
+gallium_dri.so free 0x5571735ff4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so free 0x5571735ff4b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eac0 0.000119
+gallium_dri.so free 0x55717360eb80 void 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eac0 0.000118
+gallium_dri.so free 0x55717360ec00 void 0.000118
+gallium_dri.so free 0x55717360eac0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec30 0.000119
+gallium_dri.so free 0x55717360ec80 void 0.000118
+gallium_dri.so free 0x55717360ec30 void 0.000126
+gallium_dri.so malloc 72 0x55717360ec30 0.000119
+gallium_dri.so free 0x55717360ed80 void 0.000117
+gallium_dri.so free 0x55717360ec30 void 0.000117
+gallium_dri.so malloc 72 0x55717360edc0 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000118
+gallium_dri.so free 0x55717360edc0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee40 0.000116
+gallium_dri.so free 0x55717360ef00 void 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000117
+gallium_dri.so malloc 72 0x55717360ee40 0.000118
+gallium_dri.so free 0x55717346b540 void 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000125
+gallium_dri.so malloc 72 0x55717360ee40 0.000118
+gallium_dri.so free 0x55717346b600 void 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000117
+gallium_dri.so malloc 72 0x55717346b5b0 0.000115
+gallium_dri.so free 0x55717346b680 void 0.000117
+gallium_dri.so free 0x55717346b5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b6d0 0.000118
+gallium_dri.so free 0x55717346b740 void 0.000118
+gallium_dri.so free 0x55717346b6d0 void 0.000116
+gallium_dri.so malloc 72 0x55717346b7a0 0.000122
+gallium_dri.so free 0x55717346b840 void 0.000118
+gallium_dri.so free 0x55717346b7a0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b7f0 0.000117
+gallium_dri.so free 0x55717346b880 void 0.000127
+gallium_dri.so free 0x55717346b7f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b7f0 0.000117
+gallium_dri.so free 0x55717346b940 void 0.000117
+gallium_dri.so free 0x55717346b7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b980 0.000118
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so free 0x55717346b980 void 0.000119
+gallium_dri.so malloc 72 0x55717346db00 0.000118
+gallium_dri.so free 0x55717346dbc0 void 0.000119
+gallium_dri.so free 0x55717346db00 void 0.000121
+gallium_dri.so malloc 72 0x55717346db00 0.000118
+gallium_dri.so free 0x55717346dc40 void 0.000118
+gallium_dri.so free 0x55717346db00 void 0.000115
+gallium_dri.so malloc 72 0x55717346dc70 0.000120
+gallium_dri.so free 0x55717346dcc0 void 0.000119
+gallium_dri.so free 0x55717346dc70 void 0.000115
+gallium_dri.so malloc 72 0x55717346dcc0 0.000117
+gallium_dri.so free 0x55717346dd80 void 0.000119
+gallium_dri.so free 0x55717346dcc0 void 0.000115
+gallium_dri.so malloc 72 0x55717346dcc0 0.000117
+gallium_dri.so free 0x55717346de80 void 0.000120
+gallium_dri.so free 0x55717346dcc0 void 0.000117
+gallium_dri.so malloc 72 0x55717346de30 0.000119
+gallium_dri.so free 0x55717346df40 void 0.000117
+gallium_dri.so free 0x55717346de30 void 0.000114
+gallium_dri.so malloc 72 0x55717346def0 0.000117
+gallium_dri.so free 0x5571735c33c0 void 0.000166
+gallium_dri.so free 0x55717346def0 void 0.000120
+gallium_dri.so malloc 72 0x55717346def0 0.000118
+gallium_dri.so free 0x5571735c3480 void 0.000117
+gallium_dri.so free 0x55717346def0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3430 0.000119
+gallium_dri.so free 0x5571735c3500 void 0.000118
+gallium_dri.so free 0x5571735c3430 void 0.000125
+gallium_dri.so malloc 72 0x5571735c3550 0.000120
+gallium_dri.so free 0x5571735c35c0 void 0.000118
+gallium_dri.so free 0x5571735c3550 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3600 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000119
+gallium_dri.so free 0x5571735c3600 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3600 0.000117
+gallium_dri.so free 0x5571735c3700 void 0.000119
+gallium_dri.so free 0x5571735c3600 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3730 0.000117
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so free 0x5571735c3730 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3730 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735c3730 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000118
+gallium_dri.so free 0x5571735e05c0 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0500 0.000126
+gallium_dri.so free 0x5571735e0640 void 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0670 0.000117
+gallium_dri.so free 0x5571735e06c0 void 0.000117
+gallium_dri.so free 0x5571735e0670 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0670 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000116
+gallium_dri.so free 0x5571735e0670 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0800 0.000119
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so free 0x5571735e0800 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0880 0.000116
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0880 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so free 0x5571735e0880 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0880 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000117
+gallium_dri.so free 0x5571735e0880 void 0.000118
+gallium_dri.so malloc 72 0x5571735dddf0 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000118
+gallium_dri.so free 0x5571735dddf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddf10 0.000118
+gallium_dri.so free 0x5571735ddf80 void 0.000117
+gallium_dri.so free 0x5571735ddf10 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddfe0 0.000121
+gallium_dri.so free 0x5571735de080 void 0.000118
+gallium_dri.so free 0x5571735ddfe0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de030 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000118
+gallium_dri.so free 0x5571735de030 void 0.000118
+gallium_dri.so malloc 72 0x5571735de030 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de030 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1c0 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0b00 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0b00 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c70 0.000118
+gallium_dri.so free 0x5571735e0cc0 void 0.000119
+gallium_dri.so free 0x5571735e0c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000117
+gallium_dri.so free 0x5571735e0d80 void 0.000118
+gallium_dri.so free 0x5571735e0cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000117
+gallium_dri.so free 0x5571735e0cc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0e30 0.000117
+gallium_dri.so free 0x5571735e0f40 void 0.000117
+gallium_dri.so free 0x5571735e0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000116
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so free 0x5571735e0ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000117
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x5571735e0ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed300 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000116
+gallium_dri.so free 0x5571735ed300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed380 0.000116
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed380 0.000117
+gallium_dri.so free 0x5571735e1040 void 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1060 0.000121
+gallium_dri.so free 0x5571735ed4c0 void 0.000117
+gallium_dri.so free 0x5571735e1060 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1060 0.000116
+gallium_dri.so free 0x5571735ed580 void 0.000117
+gallium_dri.so free 0x5571735e1060 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed5c0 0.000116
+gallium_dri.so free 0x5571735ed640 void 0.000117
+gallium_dri.so free 0x5571735ed5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed640 0.000118
+gallium_dri.so free 0x5571735ed700 void 0.000119
+gallium_dri.so free 0x5571735ed640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed640 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000117
+gallium_dri.so free 0x5571735ed640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000119
+gallium_dri.so free 0x5571735ed800 void 0.000118
+gallium_dri.so free 0x5571735ed7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000120
+gallium_dri.so free 0x5571735ed900 void 0.000118
+gallium_dri.so free 0x5571735ed7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed940 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000117
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000118
+gallium_dri.so free 0x5571735eda80 void 0.000117
+gallium_dri.so free 0x5571735ed9c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000117
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb30 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000118
+gallium_dri.so free 0x5571735edb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735edb30 0.000118
+gallium_dri.so free 0x5571735edc80 void 0.000159
+gallium_dri.so free 0x5571735edb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735edc30 0.000118
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so free 0x5571735edc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735edcf0 0.000117
+gallium_dri.so free 0x5571735eddc0 void 0.000118
+gallium_dri.so free 0x5571735edcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcf0 0.000118
+gallium_dri.so free 0x5571735ede80 void 0.000118
+gallium_dri.so free 0x5571735edcf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edcf0 0.000118
+gallium_dri.so free 0x5571735edf40 void 0.000118
+gallium_dri.so free 0x5571735edcf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edef0 0.000117
+gallium_dri.so free 0x5571735edfc0 void 0.000118
+gallium_dri.so free 0x5571735edef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee010 0.000116
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735ee010 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee0a0 0.000118
+gallium_dri.so free 0x5571735ee140 void 0.000118
+gallium_dri.so free 0x5571735ee0a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000119
+gallium_dri.so free 0x5571735ee1c0 void 0.000119
+gallium_dri.so free 0x5571735ee0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee1c0 0.000118
+gallium_dri.so free 0x5571735ee280 void 0.000120
+gallium_dri.so free 0x5571735ee1c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee1c0 0.000117
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee300 0.000116
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee300 0.000121
+gallium_dri.so free 0x5571735ee480 void 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee300 0.000116
+gallium_dri.so free 0x5571735ee540 void 0.000117
+gallium_dri.so free 0x5571735ee300 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000115
+gallium_dri.so free 0x5571735ee5c0 void 0.000119
+gallium_dri.so free 0x5571735ee4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee610 0.000118
+gallium_dri.so free 0x5571735ee680 void 0.000117
+gallium_dri.so free 0x5571735ee610 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000118
+gallium_dri.so free 0x5571735ee740 void 0.000117
+gallium_dri.so free 0x5571735ee6c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee6c0 0.000117
+gallium_dri.so free 0x5571735ee7c0 void 0.000117
+gallium_dri.so free 0x5571735ee6c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000126
+gallium_dri.so free 0x5571735ee840 void 0.000117
+gallium_dri.so free 0x5571735ee7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee7f0 0.000118
+gallium_dri.so free 0x5571735ee940 void 0.000118
+gallium_dri.so free 0x5571735ee7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000116
+gallium_dri.so free 0x5571735eea00 void 0.000119
+gallium_dri.so free 0x5571735ee8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000117
+gallium_dri.so free 0x5571735eea40 void 0.000118
+gallium_dri.so free 0x5571735ee9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000117
+gallium_dri.so free 0x5571735eeb00 void 0.000118
+gallium_dri.so free 0x5571735ee9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeb70 0.000116
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eeb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeb70 0.000118
+gallium_dri.so free 0x5571735eecc0 void 0.000120
+gallium_dri.so free 0x5571735eeb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735eec70 0.000118
+gallium_dri.so free 0x5571735eed80 void 0.000118
+gallium_dri.so free 0x5571735eec70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed30 0.000118
+gallium_dri.so free 0x5571735eedc0 void 0.000118
+gallium_dri.so free 0x5571735eed30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eed30 0.000184
+gallium_dri.so free 0x5571735eee80 void 0.000118
+gallium_dri.so free 0x5571735eed30 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeec0 0.000115
+gallium_dri.so free 0x5571735eef40 void 0.000118
+gallium_dri.so free 0x5571735eeec0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eef40 0.000117
+gallium_dri.so free 0x5571735ef000 void 0.000116
+gallium_dri.so free 0x5571735eef40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eef40 0.000116
+gallium_dri.so free 0x5571735ef0c0 void 0.000117
+gallium_dri.so free 0x5571735eef40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef0e0 0.000117
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef0e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef130 0.000118
+gallium_dri.so free 0x5571735ef200 void 0.000119
+gallium_dri.so free 0x5571735ef130 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef130 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so free 0x5571735ef130 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef280 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000118
+gallium_dri.so free 0x5571735ef280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef280 0.000119
+gallium_dri.so free 0x5571735ef400 void 0.000124
+gallium_dri.so free 0x5571735ef280 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef280 0.000118
+gallium_dri.so free 0x5571735ef540 void 0.000117
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef540 0.000117
+gallium_dri.so free 0x5571735ef600 void 0.000116
+gallium_dri.so free 0x5571735ef540 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef540 0.000122
+gallium_dri.so free 0x5571735ef700 void 0.000117
+gallium_dri.so free 0x5571735ef540 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000118
+gallium_dri.so free 0x5571735ef4c0 void 0.000118
+gallium_dri.so free 0x5571735ef6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef470 0.000117
+gallium_dri.so free 0x5571735ef7c0 void 0.000116
+gallium_dri.so free 0x5571735ef470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef770 0.000116
+gallium_dri.so free 0x5571735ef840 void 0.000117
+gallium_dri.so free 0x5571735ef770 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef770 0.000115
+gallium_dri.so free 0x5571735ef8c0 void 0.000118
+gallium_dri.so free 0x5571735ef770 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000118
+gallium_dri.so free 0x5571735ef980 void 0.000117
+gallium_dri.so free 0x5571735ef8c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000117
+gallium_dri.so free 0x5571735efa80 void 0.000116
+gallium_dri.so free 0x5571735ef8c0 void 0.000182
+gallium_dri.so malloc 72 0x5571735efa30 0.000122
+gallium_dri.so free 0x5571735efac0 void 0.000119
+gallium_dri.so free 0x5571735efa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efa30 0.000119
+gallium_dri.so free 0x5571735efb80 void 0.000117
+gallium_dri.so free 0x5571735efa30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efbc0 0.000118
+gallium_dri.so free 0x5571735efc40 void 0.000117
+gallium_dri.so free 0x5571735efbc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735efc40 0.000117
+gallium_dri.so free 0x5571735efd00 void 0.000118
+gallium_dri.so free 0x5571735efc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efc40 0.000126
+gallium_dri.so free 0x5571735efd80 void 0.000125
+gallium_dri.so free 0x5571735efc40 void 0.000121
+gallium_dri.so malloc 72 0x5571735efdb0 0.000118
+gallium_dri.so free 0x5571735efe00 void 0.000118
+gallium_dri.so free 0x5571735efdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735efdb0 0.000119
+gallium_dri.so free 0x5571735eff00 void 0.000117
+gallium_dri.so free 0x5571735efdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eff40 0.000117
+gallium_dri.so free 0x5571735effc0 void 0.000118
+gallium_dri.so free 0x5571735eff40 void 0.000116
+gallium_dri.so malloc 72 0x5571735effc0 0.000127
+gallium_dri.so free 0x5571735f0080 void 0.000117
+gallium_dri.so free 0x5571735effc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735effc0 0.000118
+gallium_dri.so free 0x5571735f0100 void 0.000117
+gallium_dri.so free 0x5571735effc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0130 0.000118
+gallium_dri.so free 0x5571735f0180 void 0.000116
+gallium_dri.so free 0x5571735f0130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0130 0.000116
+gallium_dri.so free 0x5571735f0280 void 0.000119
+gallium_dri.so free 0x5571735f0130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0230 0.000116
+gallium_dri.so free 0x5571735f0340 void 0.000117
+gallium_dri.so free 0x5571735f0230 void 0.000116
+gallium_dri.so malloc 72 0x5571735f02f0 0.000122
+gallium_dri.so free 0x5571735f03c0 void 0.000117
+gallium_dri.so free 0x5571735f02f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f02f0 0.000117
+gallium_dri.so free 0x5571735f0480 void 0.000116
+gallium_dri.so free 0x5571735f02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f02f0 0.000116
+gallium_dri.so free 0x5571735f0540 void 0.000117
+gallium_dri.so free 0x5571735f02f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f04f0 0.000116
+gallium_dri.so free 0x5571735f05c0 void 0.000118
+gallium_dri.so free 0x5571735f04f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0610 0.000114
+gallium_dri.so free 0x5571735f0680 void 0.000110
+gallium_dri.so free 0x5571735f0610 void 0.000110
+gallium_dri.so malloc 72 0x5571735f06a0 0.000111
+gallium_dri.so free 0x5571735f0740 void 0.000110
+gallium_dri.so free 0x5571735f06a0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f06f0 0.000110
+gallium_dri.so free 0x5571735f07c0 void 0.000110
+gallium_dri.so free 0x5571735f06f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f07c0 0.000109
+gallium_dri.so free 0x5571735f0880 void 0.000111
+gallium_dri.so free 0x5571735f07c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f07c0 0.000111
+gallium_dri.so free 0x5571735f0900 void 0.000110
+gallium_dri.so free 0x5571735f07c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0900 0.000112
+gallium_dri.so free 0x5571735f09c0 void 0.000110
+gallium_dri.so free 0x5571735f0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0900 0.000110
+gallium_dri.so free 0x5571735f0a80 void 0.000111
+gallium_dri.so free 0x5571735f0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0900 0.000110
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0900 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0af0 0.000114
+gallium_dri.so free 0x5571735f0bc0 void 0.000111
+gallium_dri.so free 0x5571735f0af0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0c10 0.000111
+gallium_dri.so free 0x5571735f0c80 void 0.000190
+gallium_dri.so free 0x5571735f0c10 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000117
+gallium_dri.so free 0x5571735f0d40 void 0.000117
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000113
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0df0 0.000112
+gallium_dri.so free 0x5571735f0e40 void 0.000114
+gallium_dri.so free 0x5571735f0df0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0df0 0.000113
+gallium_dri.so free 0x5571735f0f40 void 0.000113
+gallium_dri.so free 0x5571735f0df0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so free 0x5571735f0ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000116
+gallium_dri.so free 0x5571735f0fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000114
+gallium_dri.so free 0x5571735f1100 void 0.000113
+gallium_dri.so free 0x5571735f0fb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1170 0.000113
+gallium_dri.so free 0x5571735f11c0 void 0.000113
+gallium_dri.so free 0x5571735f1170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1170 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000125
+gallium_dri.so free 0x5571735f1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1270 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so free 0x5571735f1270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1330 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000114
+gallium_dri.so free 0x5571735f1330 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1330 0.000113
+gallium_dri.so free 0x5571735f1480 void 0.000115
+gallium_dri.so free 0x5571735f1330 void 0.000113
+gallium_dri.so malloc 72 0x5571735f14c0 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000114
+gallium_dri.so free 0x5571735f14c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1540 0.000114
+gallium_dri.so free 0x5571735f1600 void 0.000113
+gallium_dri.so free 0x5571735f1540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1540 0.000113
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f1540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16e0 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000113
+gallium_dri.so free 0x5571735f16e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1730 0.000112
+gallium_dri.so free 0x5571735f1800 void 0.000114
+gallium_dri.so free 0x5571735f1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1730 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000115
+gallium_dri.so free 0x5571735f1730 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1880 0.000113
+gallium_dri.so free 0x5571735f1940 void 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1880 0.000113
+gallium_dri.so free 0x5571735f1a00 void 0.000114
+gallium_dri.so free 0x5571735f1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1880 0.000113
+gallium_dri.so free 0x5571735f1ac0 void 0.000113
+gallium_dri.so free 0x5571735f1880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a70 0.000114
+gallium_dri.so free 0x5571735f1b80 void 0.000113
+gallium_dri.so free 0x5571735f1a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1b30 0.000113
+gallium_dri.so free 0x5571735f1c00 void 0.000113
+gallium_dri.so free 0x5571735f1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1c50 0.000112
+gallium_dri.so free 0x5571735f1cc0 void 0.000114
+gallium_dri.so free 0x5571735f1c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ce0 0.000112
+gallium_dri.so free 0x5571735f1d80 void 0.000113
+gallium_dri.so free 0x5571735f1ce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1d30 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d30 0.000115
+gallium_dri.so free 0x5571735f1e80 void 0.000112
+gallium_dri.so free 0x5571735f1d30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1e80 0.000114
+gallium_dri.so free 0x5571735f1f40 void 0.000114
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e80 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000113
+gallium_dri.so free 0x5571735f2080 void 0.000115
+gallium_dri.so free 0x5571735f1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000113
+gallium_dri.so free 0x5571735f1ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2180 0.000112
+gallium_dri.so free 0x5571735f2200 void 0.000113
+gallium_dri.so free 0x5571735f2180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2200 0.000113
+gallium_dri.so free 0x5571735f22c0 void 0.000113
+gallium_dri.so free 0x5571735f2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2200 0.000114
+gallium_dri.so free 0x5571735f2340 void 0.000113
+gallium_dri.so free 0x5571735f2200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2370 0.000112
+gallium_dri.so free 0x5571735f23c0 void 0.000118
+gallium_dri.so free 0x5571735f2370 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2370 0.000112
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2500 0.000181
+gallium_dri.so free 0x5571735f2580 void 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2580 0.000112
+gallium_dri.so free 0x5571735f2640 void 0.000114
+gallium_dri.so free 0x5571735f2580 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2580 0.000112
+gallium_dri.so free 0x5571735f26c0 void 0.000113
+gallium_dri.so free 0x5571735f2580 void 0.000112
+gallium_dri.so malloc 72 0x5571735f26f0 0.000114
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f26f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000112
+gallium_dri.so free 0x557173474580 void 0.000113
+gallium_dri.so free 0x5571735f26f0 void 0.000116
+gallium_dri.so malloc 72 0x557173474580 0.000113
+gallium_dri.so free 0x557173474640 void 0.000115
+gallium_dri.so free 0x557173474580 void 0.000113
+gallium_dri.so malloc 72 0x557173474580 0.000113
+gallium_dri.so free 0x5571735f2840 void 0.000114
+gallium_dri.so free 0x557173474580 void 0.000114
+gallium_dri.so malloc 72 0x5571735f27f0 0.000113
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so free 0x5571735f27f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27f0 0.000119
+gallium_dri.so free 0x557173474800 void 0.000124
+gallium_dri.so free 0x5571735f27f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734747b0 0.000119
+gallium_dri.so free 0x557173474880 void 0.000123
+gallium_dri.so free 0x5571734747b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734748d0 0.000114
+gallium_dri.so free 0x557173474940 void 0.000114
+gallium_dri.so free 0x5571734748d0 void 0.000113
+gallium_dri.so malloc 72 0x557173474960 0.000112
+gallium_dri.so free 0x557173474a00 void 0.000114
+gallium_dri.so free 0x557173474960 void 0.000113
+gallium_dri.so malloc 72 0x5571734749b0 0.000114
+gallium_dri.so free 0x557173474a80 void 0.000113
+gallium_dri.so free 0x5571734749b0 void 0.000113
+gallium_dri.so malloc 72 0x557173474a80 0.000113
+gallium_dri.so free 0x557173474b40 void 0.000113
+gallium_dri.so free 0x557173474a80 void 0.000113
+gallium_dri.so malloc 72 0x557173474a80 0.000114
+gallium_dri.so free 0x557173474bc0 void 0.000115
+gallium_dri.so free 0x557173474a80 void 0.000113
+gallium_dri.so malloc 72 0x557173474bc0 0.000113
+gallium_dri.so free 0x557173474c80 void 0.000113
+gallium_dri.so free 0x557173474bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173474bc0 0.000114
+gallium_dri.so free 0x557173474d40 void 0.000113
+gallium_dri.so free 0x557173474bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173474bc0 0.000114
+gallium_dri.so free 0x557173474e00 void 0.000114
+gallium_dri.so free 0x557173474bc0 void 0.000122
+gallium_dri.so malloc 72 0x557173474db0 0.000114
+gallium_dri.so free 0x557173474e80 void 0.000115
+gallium_dri.so free 0x557173474db0 void 0.000112
+gallium_dri.so malloc 72 0x557173474ed0 0.000113
+gallium_dri.so free 0x557173474f40 void 0.000114
+gallium_dri.so free 0x557173474ed0 void 0.000116
+gallium_dri.so malloc 72 0x557173474f80 0.000114
+gallium_dri.so free 0x557173475000 void 0.000113
+gallium_dri.so free 0x557173474f80 void 0.000113
+gallium_dri.so malloc 72 0x557173474f80 0.000113
+gallium_dri.so free 0x557173475080 void 0.000114
+gallium_dri.so free 0x557173474f80 void 0.000117
+gallium_dri.so malloc 72 0x5571734750b0 0.000114
+gallium_dri.so free 0x557173475100 void 0.000113
+gallium_dri.so free 0x5571734750b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734750b0 0.000114
+gallium_dri.so free 0x557173475200 void 0.000113
+gallium_dri.so free 0x5571734750b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734751b0 0.000113
+gallium_dri.so free 0x5571734752c0 void 0.000114
+gallium_dri.so free 0x5571734751b0 void 0.000113
+gallium_dri.so malloc 72 0x557173475270 0.000112
+gallium_dri.so free 0x557173475300 void 0.000113
+gallium_dri.so free 0x557173475270 void 0.000112
+gallium_dri.so malloc 72 0x557173475270 0.000114
+gallium_dri.so free 0x5571734753c0 void 0.000114
+gallium_dri.so free 0x557173475270 void 0.000113
+gallium_dri.so malloc 72 0x557173475430 0.000122
+gallium_dri.so free 0x557173475480 void 0.000112
+gallium_dri.so free 0x557173475430 void 0.000113
+gallium_dri.so malloc 72 0x557173475430 0.000113
+gallium_dri.so free 0x557173475580 void 0.000117
+gallium_dri.so free 0x557173475430 void 0.000120
+gallium_dri.so malloc 72 0x557173475530 0.000114
+gallium_dri.so free 0x557173475640 void 0.000113
+gallium_dri.so free 0x557173475530 void 0.000113
+gallium_dri.so malloc 72 0x5571734755f0 0.000111
+gallium_dri.so free 0x557173475680 void 0.000119
+gallium_dri.so free 0x5571734755f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734755f0 0.000209
+gallium_dri.so free 0x557173475740 void 0.000153
+gallium_dri.so free 0x5571734755f0 void 0.000115
+gallium_dri.so malloc 72 0x557173475780 0.000114
+gallium_dri.so free 0x557173475800 void 0.000114
+gallium_dri.so free 0x557173475780 void 0.000113
+gallium_dri.so malloc 72 0x557173475800 0.000113
+gallium_dri.so free 0x5571734758c0 void 0.000113
+gallium_dri.so free 0x557173475800 void 0.000114
+gallium_dri.so malloc 72 0x557173475800 0.000113
+gallium_dri.so free 0x557173475980 void 0.000115
+gallium_dri.so free 0x557173475800 void 0.000112
+gallium_dri.so malloc 72 0x5571734759a0 0.000118
+gallium_dri.so free 0x557173475a40 void 0.000125
+gallium_dri.so free 0x5571734759a0 void 0.000128
+gallium_dri.so malloc 72 0x5571734759f0 0.000114
+gallium_dri.so free 0x557173475ac0 void 0.000112
+gallium_dri.so free 0x5571734759f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734759f0 0.000126
+gallium_dri.so free 0x557173475b40 void 0.000154
+gallium_dri.so free 0x5571734759f0 void 0.000155
+gallium_dri.so malloc 72 0x557173475b40 0.000124
+gallium_dri.so free 0x557173475c00 void 0.000125
+gallium_dri.so free 0x557173475b40 void 0.000118
+gallium_dri.so malloc 72 0x557173475b40 0.000181
+gallium_dri.so free 0x557173475cc0 void 0.000161
+gallium_dri.so free 0x557173475b40 void 0.000121
+gallium_dri.so malloc 72 0x557173475b40 0.000157
+gallium_dri.so free 0x557173475d80 void 0.000181
+gallium_dri.so free 0x557173475b40 void 0.000249
+gallium_dri.so malloc 72 0x557173475d30 0.000269
+gallium_dri.so free 0x557173475e40 void 0.000287
+gallium_dri.so free 0x557173475d30 void 0.000242
+gallium_dri.so malloc 72 0x557173475df0 0.000215
+gallium_dri.so free 0x557173475ec0 void 0.000121
+gallium_dri.so free 0x557173475df0 void 0.000119
+gallium_dri.so malloc 72 0x557173475f10 0.000119
+gallium_dri.so free 0x557173475f80 void 0.000119
+gallium_dri.so free 0x557173475f10 void 0.000118
+gallium_dri.so malloc 72 0x557173475fa0 0.000117
+gallium_dri.so free 0x557173476040 void 0.000119
+gallium_dri.so free 0x557173475fa0 void 0.000119
+gallium_dri.so malloc 72 0x557173475ff0 0.000118
+gallium_dri.so free 0x5571734760c0 void 0.000118
+gallium_dri.so free 0x557173475ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173475ff0 0.000118
+gallium_dri.so free 0x557173476140 void 0.000119
+gallium_dri.so free 0x557173475ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173476140 0.000120
+gallium_dri.so free 0x557173476200 void 0.000119
+gallium_dri.so free 0x557173476140 void 0.000118
+gallium_dri.so malloc 72 0x557173476140 0.000119
+gallium_dri.so free 0x557173476300 void 0.000119
+gallium_dri.so free 0x557173476140 void 0.000118
+gallium_dri.so malloc 72 0x5571734762b0 0.000120
+gallium_dri.so free 0x557173476340 void 0.000120
+gallium_dri.so free 0x5571734762b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734762b0 0.000118
+gallium_dri.so free 0x557173476400 void 0.000119
+gallium_dri.so free 0x5571734762b0 void 0.000133
+gallium_dri.so malloc 72 0x557173476440 0.000119
+gallium_dri.so free 0x5571734764c0 void 0.000119
+gallium_dri.so free 0x557173476440 void 0.000120
+gallium_dri.so malloc 72 0x5571734764c0 0.000118
+gallium_dri.so free 0x557173476580 void 0.000120
+gallium_dri.so free 0x5571734764c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734764c0 0.000119
+gallium_dri.so free 0x557173476600 void 0.000119
+gallium_dri.so free 0x5571734764c0 void 0.000117
+gallium_dri.so malloc 72 0x557173476630 0.000121
+gallium_dri.so free 0x557173476680 void 0.000119
+gallium_dri.so free 0x557173476630 void 0.000118
+gallium_dri.so malloc 72 0x557173476630 0.000118
+gallium_dri.so free 0x557173476780 void 0.000119
+gallium_dri.so free 0x557173476630 void 0.000119
+gallium_dri.so malloc 72 0x5571734767c0 0.000119
+gallium_dri.so free 0x557173476840 void 0.000119
+gallium_dri.so free 0x5571734767c0 void 0.000119
+gallium_dri.so malloc 72 0x557173476840 0.000118
+gallium_dri.so free 0x557173476900 void 0.000119
+gallium_dri.so free 0x557173476840 void 0.000123
+gallium_dri.so malloc 72 0x557173476840 0.000124
+gallium_dri.so free 0x557173476980 void 0.000120
+gallium_dri.so free 0x557173476840 void 0.000121
+gallium_dri.so malloc 72 0x5571734769b0 0.000119
+gallium_dri.so free 0x557173476a00 void 0.000130
+gallium_dri.so free 0x5571734769b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734769b0 0.000125
+gallium_dri.so free 0x557173476b00 void 0.000125
+gallium_dri.so free 0x5571734769b0 void 0.000121
+gallium_dri.so malloc 72 0x557173476ab0 0.000121
+gallium_dri.so free 0x557173476bc0 void 0.000120
+gallium_dri.so free 0x557173476ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173476b70 0.000118
+gallium_dri.so free 0x557173476c40 void 0.000120
+gallium_dri.so free 0x557173476b70 void 0.000118
+gallium_dri.so malloc 72 0x557173476b70 0.000119
+gallium_dri.so free 0x557173476d00 void 0.000118
+gallium_dri.so free 0x557173476b70 void 0.000122
+gallium_dri.so malloc 72 0x557173476b70 0.000118
+gallium_dri.so free 0x557173476dc0 void 0.000119
+gallium_dri.so free 0x557173476b70 void 0.000119
+gallium_dri.so malloc 72 0x557173476d70 0.000118
+gallium_dri.so free 0x557173476e40 void 0.000124
+gallium_dri.so free 0x557173476d70 void 0.000113
+gallium_dri.so malloc 72 0x557173476e90 0.000112
+gallium_dri.so free 0x557173476f00 void 0.000114
+gallium_dri.so free 0x557173476e90 void 0.000113
+gallium_dri.so malloc 72 0x557173476f20 0.000112
+gallium_dri.so free 0x557173476fc0 void 0.000113
+gallium_dri.so free 0x557173476f20 void 0.000113
+gallium_dri.so malloc 72 0x557173476f70 0.000179
+gallium_dri.so free 0x557173477040 void 0.000114
+gallium_dri.so free 0x557173476f70 void 0.000112
+gallium_dri.so malloc 72 0x557173477040 0.000112
+gallium_dri.so free 0x557173477100 void 0.000112
+gallium_dri.so free 0x557173477040 void 0.000113
+gallium_dri.so malloc 72 0x557173477040 0.000112
+gallium_dri.so free 0x557173477180 void 0.000113
+gallium_dri.so free 0x557173477040 void 0.000112
+gallium_dri.so malloc 72 0x557173477180 0.000112
+gallium_dri.so free 0x557173477240 void 0.000114
+gallium_dri.so free 0x557173477180 void 0.000114
+gallium_dri.so malloc 72 0x557173477180 0.000118
+gallium_dri.so free 0x557173477300 void 0.000114
+gallium_dri.so free 0x557173477180 void 0.000112
+gallium_dri.so malloc 72 0x557173477180 0.000113
+gallium_dri.so free 0x5571734773c0 void 0.000113
+gallium_dri.so free 0x557173477180 void 0.000112
+gallium_dri.so malloc 72 0x557173477370 0.000112
+gallium_dri.so free 0x557173477440 void 0.000114
+gallium_dri.so free 0x557173477370 void 0.000114
+gallium_dri.so malloc 72 0x557173477490 0.000113
+gallium_dri.so free 0x557173477500 void 0.000114
+gallium_dri.so free 0x557173477490 void 0.000113
+gallium_dri.so malloc 72 0x557173477540 0.000112
+gallium_dri.so free 0x5571734775c0 void 0.000114
+gallium_dri.so free 0x557173477540 void 0.000114
+gallium_dri.so malloc 72 0x557173477540 0.000113
+gallium_dri.so free 0x557173477640 void 0.000113
+gallium_dri.so free 0x557173477540 void 0.000113
+gallium_dri.so malloc 72 0x557173477670 0.000112
+gallium_dri.so free 0x5571734776c0 void 0.000115
+gallium_dri.so free 0x557173477670 void 0.000111
+gallium_dri.so malloc 72 0x557173477670 0.000117
+gallium_dri.so free 0x5571734777c0 void 0.000116
+gallium_dri.so free 0x557173477670 void 0.000115
+gallium_dri.so malloc 72 0x557173477770 0.000115
+gallium_dri.so free 0x557173477880 void 0.000116
+gallium_dri.so free 0x557173477770 void 0.000113
+gallium_dri.so malloc 72 0x557173477830 0.000117
+gallium_dri.so free 0x5571734778c0 void 0.000115
+gallium_dri.so free 0x557173477830 void 0.000113
+gallium_dri.so malloc 72 0x557173477830 0.000113
+gallium_dri.so free 0x557173477980 void 0.000114
+gallium_dri.so free 0x557173477830 void 0.000112
+gallium_dri.so malloc 72 0x5571734779f0 0.000112
+gallium_dri.so free 0x557173477a40 void 0.000113
+gallium_dri.so free 0x5571734779f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734779f0 0.000113
+gallium_dri.so free 0x557173477b40 void 0.000115
+gallium_dri.so free 0x5571734779f0 void 0.000113
+gallium_dri.so malloc 72 0x557173477af0 0.000113
+gallium_dri.so free 0x557173477c00 void 0.000113
+gallium_dri.so free 0x557173477af0 void 0.000112
+gallium_dri.so malloc 72 0x557173477bb0 0.000112
+gallium_dri.so free 0x557173477c40 void 0.000127
+gallium_dri.so free 0x557173477bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173477bb0 0.000112
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173477d40 0.000113
+gallium_dri.so free 0x557173477dc0 void 0.000114
+gallium_dri.so free 0x557173477d40 void 0.000112
+gallium_dri.so malloc 72 0x557173477dc0 0.000117
+gallium_dri.so free 0x557173477e80 void 0.000114
+gallium_dri.so free 0x557173477dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173477dc0 0.000113
+gallium_dri.so free 0x557173477f40 void 0.000114
+gallium_dri.so free 0x557173477dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173477f60 0.000113
+gallium_dri.so free 0x557173478000 void 0.000114
+gallium_dri.so free 0x557173477f60 void 0.000113
+gallium_dri.so malloc 72 0x557173477fb0 0.000112
+gallium_dri.so free 0x557173478080 void 0.000114
+gallium_dri.so free 0x557173477fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173477fb0 0.000114
+gallium_dri.so free 0x557173478100 void 0.000116
+gallium_dri.so free 0x557173477fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173478100 0.000114
+gallium_dri.so free 0x5571734781c0 void 0.000115
+gallium_dri.so free 0x557173478100 void 0.000113
+gallium_dri.so malloc 72 0x557173478100 0.000114
+gallium_dri.so free 0x557173478280 void 0.000113
+gallium_dri.so free 0x557173478100 void 0.000117
+gallium_dri.so malloc 72 0x557173478100 0.000111
+gallium_dri.so free 0x557173478340 void 0.000112
+gallium_dri.so free 0x557173478100 void 0.000112
+gallium_dri.so malloc 72 0x5571734782f0 0.000111
+gallium_dri.so free 0x557173478400 void 0.000111
+gallium_dri.so free 0x5571734782f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734783b0 0.000112
+gallium_dri.so free 0x557173478480 void 0.000111
+gallium_dri.so free 0x5571734783b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734784d0 0.000112
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so free 0x5571734784d0 void 0.000111
+gallium_dri.so malloc 72 0x557173478560 0.000113
+gallium_dri.so free 0x557173478600 void 0.000111
+gallium_dri.so free 0x557173478560 void 0.000112
+gallium_dri.so malloc 72 0x5571734785b0 0.000111
+gallium_dri.so free 0x557173478680 void 0.000112
+gallium_dri.so free 0x5571734785b0 void 0.000187
+gallium_dri.so malloc 72 0x5571734785b0 0.000203
+gallium_dri.so free 0x557173478700 void 0.000153
+gallium_dri.so free 0x5571734785b0 void 0.000189
+gallium_dri.so malloc 72 0x557173478700 0.000115
+gallium_dri.so free 0x5571734787c0 void 0.000114
+gallium_dri.so free 0x557173478700 void 0.000113
+gallium_dri.so malloc 72 0x557173478700 0.000127
+gallium_dri.so free 0x5571734788c0 void 0.000116
+gallium_dri.so free 0x557173478700 void 0.000114
+gallium_dri.so malloc 72 0x557173478870 0.000114
+gallium_dri.so free 0x557173478900 void 0.000115
+gallium_dri.so free 0x557173478870 void 0.000115
+gallium_dri.so malloc 72 0x557173478870 0.000113
+gallium_dri.so free 0x5571734789c0 void 0.000116
+gallium_dri.so free 0x557173478870 void 0.000115
+gallium_dri.so malloc 72 0x557173478a00 0.000114
+gallium_dri.so free 0x557173478a80 void 0.000114
+gallium_dri.so free 0x557173478a00 void 0.000114
+gallium_dri.so malloc 72 0x557173478a80 0.000116
+gallium_dri.so free 0x557173478b40 void 0.000115
+gallium_dri.so free 0x557173478a80 void 0.000114
+gallium_dri.so malloc 72 0x557173478a80 0.000114
+gallium_dri.so free 0x557173478bc0 void 0.000113
+gallium_dri.so free 0x557173478a80 void 0.000114
+gallium_dri.so malloc 72 0x557173478bf0 0.000116
+gallium_dri.so free 0x557173478c40 void 0.000114
+gallium_dri.so free 0x557173478bf0 void 0.000115
+gallium_dri.so malloc 72 0x557173478bf0 0.000113
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so free 0x557173478bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173478d80 0.000113
+gallium_dri.so free 0x557173478e00 void 0.000120
+gallium_dri.so free 0x557173478d80 void 0.000115
+gallium_dri.so malloc 72 0x557173478e00 0.000125
+gallium_dri.so free 0x557173478ec0 void 0.000114
+gallium_dri.so free 0x557173478e00 void 0.000114
+gallium_dri.so malloc 72 0x557173478e00 0.000115
+gallium_dri.so free 0x557173478f40 void 0.000114
+gallium_dri.so free 0x557173478e00 void 0.000113
+gallium_dri.so malloc 72 0x557173478f70 0.000113
+gallium_dri.so free 0x557173478fc0 void 0.000116
+gallium_dri.so free 0x557173478f70 void 0.000113
+gallium_dri.so malloc 72 0x557173478f70 0.000114
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x557173478f70 void 0.000114
+gallium_dri.so malloc 72 0x557173619fd0 0.000114
+gallium_dri.so free 0x55717361a040 void 0.000115
+gallium_dri.so free 0x557173619fd0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a0a0 0.000114
+gallium_dri.so free 0x55717361a140 void 0.000114
+gallium_dri.so free 0x55717361a0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a0f0 0.000114
+gallium_dri.so free 0x55717361a180 void 0.000114
+gallium_dri.so free 0x55717361a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a0f0 0.000113
+gallium_dri.so free 0x55717361a240 void 0.000114
+gallium_dri.so free 0x55717361a0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a280 0.000112
+gallium_dri.so free 0x55717361a300 void 0.000113
+gallium_dri.so free 0x55717361a280 void 0.000113
+gallium_dri.so malloc 72 0x55717361a300 0.000115
+gallium_dri.so free 0x55717361a3c0 void 0.000118
+gallium_dri.so free 0x55717361a300 void 0.000115
+gallium_dri.so malloc 72 0x55717361a300 0.000113
+gallium_dri.so free 0x55717361a440 void 0.000113
+gallium_dri.so free 0x55717361a300 void 0.000114
+gallium_dri.so malloc 72 0x55717361a470 0.000114
+gallium_dri.so free 0x55717361a4c0 void 0.000115
+gallium_dri.so free 0x55717361a470 void 0.000114
+gallium_dri.so malloc 72 0x55717361a4c0 0.000115
+gallium_dri.so free 0x55717361a580 void 0.000115
+gallium_dri.so free 0x55717361a4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4c0 0.000114
+gallium_dri.so free 0x55717361a680 void 0.000114
+gallium_dri.so free 0x55717361a4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a630 0.000114
+gallium_dri.so free 0x55717361a740 void 0.000113
+gallium_dri.so free 0x55717361a630 void 0.000113
+gallium_dri.so malloc 72 0x55717361a6f0 0.000113
+gallium_dri.so free 0x55717361a780 void 0.000114
+gallium_dri.so free 0x55717361a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a6f0 0.000114
+gallium_dri.so free 0x55717361a840 void 0.000113
+gallium_dri.so free 0x55717361a6f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a880 0.000114
+gallium_dri.so free 0x55717361a900 void 0.000114
+gallium_dri.so free 0x55717361a880 void 0.000115
+gallium_dri.so malloc 72 0x55717361a900 0.000114
+gallium_dri.so free 0x55717361a9c0 void 0.000118
+gallium_dri.so free 0x55717361a900 void 0.000114
+gallium_dri.so malloc 72 0x55717361a900 0.000113
+gallium_dri.so free 0x55717361aa40 void 0.000114
+gallium_dri.so free 0x55717361a900 void 0.000114
+gallium_dri.so malloc 72 0x55717361a900 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000115
+gallium_dri.so free 0x55717361a900 void 0.000115
+gallium_dri.so malloc 72 0x55717361a900 0.000115
+gallium_dri.so free 0x55717361abc0 void 0.000113
+gallium_dri.so free 0x55717361a900 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab70 0.000113
+gallium_dri.so free 0x55717361ac40 void 0.000113
+gallium_dri.so free 0x55717361ab70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ac90 0.000117
+gallium_dri.so free 0x55717361ad00 void 0.000116
+gallium_dri.so free 0x55717361ac90 void 0.000113
+gallium_dri.so malloc 72 0x55717361ad20 0.000115
+gallium_dri.so free 0x55717361adc0 void 0.000117
+gallium_dri.so free 0x55717361ad20 void 0.000116
+gallium_dri.so malloc 72 0x55717361ad70 0.000114
+gallium_dri.so free 0x55717361ae40 void 0.000115
+gallium_dri.so free 0x55717361ad70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ad70 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000115
+gallium_dri.so free 0x55717361ad70 void 0.000115
+gallium_dri.so malloc 72 0x55717361aef0 0.000113
+gallium_dri.so free 0x55717361afc0 void 0.000118
+gallium_dri.so free 0x55717361aef0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b010 0.000116
+gallium_dri.so free 0x55717361b080 void 0.000114
+gallium_dri.so free 0x55717361b010 void 0.000115
+gallium_dri.so malloc 72 0x55717361b0a0 0.000113
+gallium_dri.so free 0x55717361b140 void 0.000113
+gallium_dri.so free 0x55717361b0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b0f0 0.000113
+gallium_dri.so free 0x55717361b1c0 void 0.000116
+gallium_dri.so free 0x55717361b0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b0f0 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000114
+gallium_dri.so free 0x55717361b0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b240 0.000114
+gallium_dri.so free 0x55717361b300 void 0.000115
+gallium_dri.so free 0x55717361b240 void 0.000116
+gallium_dri.so malloc 72 0x55717361b240 0.000112
+gallium_dri.so free 0x55717361b400 void 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000115
+gallium_dri.so malloc 72 0x55717361b240 0.000114
+gallium_dri.so free 0x55717361b480 void 0.000114
+gallium_dri.so free 0x55717361b240 void 0.000113
+gallium_dri.so malloc 72 0x55717361b4b0 0.000114
+gallium_dri.so free 0x55717361b500 void 0.000114
+gallium_dri.so free 0x55717361b4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b4b0 0.000112
+gallium_dri.so free 0x55717361b600 void 0.000130
+gallium_dri.so free 0x55717361b4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b5b0 0.000118
+gallium_dri.so free 0x55717361b6c0 void 0.000116
+gallium_dri.so free 0x55717361b5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b670 0.000115
+gallium_dri.so free 0x55717361b700 void 0.000116
+gallium_dri.so free 0x55717361b670 void 0.000114
+gallium_dri.so malloc 72 0x55717361b670 0.000118
+gallium_dri.so free 0x55717361b7c0 void 0.000118
+gallium_dri.so free 0x55717361b670 void 0.000114
+gallium_dri.so malloc 72 0x55717361b810 0.000117
+gallium_dri.so free 0x55717361b880 void 0.000116
+gallium_dri.so free 0x55717361b810 void 0.000114
+gallium_dri.so malloc 72 0x55717361b8c0 0.000114
+gallium_dri.so free 0x55717361b940 void 0.000116
+gallium_dri.so free 0x55717361b8c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361b940 0.000115
+gallium_dri.so free 0x55717361ba00 void 0.000115
+gallium_dri.so free 0x55717361b940 void 0.000115
+gallium_dri.so malloc 72 0x55717361b940 0.000116
+gallium_dri.so free 0x55717361ba80 void 0.000116
+gallium_dri.so free 0x55717361b940 void 0.000116
+gallium_dri.so malloc 72 0x55717361bab0 0.000114
+gallium_dri.so free 0x55717361bb00 void 0.000117
+gallium_dri.so free 0x55717361bab0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bab0 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000127
+gallium_dri.so free 0x55717361bab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bbb0 0.000115
+gallium_dri.so free 0x55717361bcc0 void 0.000116
+gallium_dri.so free 0x55717361bbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bc70 0.000115
+gallium_dri.so free 0x55717361bd40 void 0.000115
+gallium_dri.so free 0x55717361bc70 void 0.000115
+gallium_dri.so malloc 72 0x55717361bd60 0.000114
+gallium_dri.so free 0x55717361be00 void 0.000114
+gallium_dri.so free 0x55717361bd60 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdb0 0.000115
+gallium_dri.so free 0x55717361be80 void 0.000114
+gallium_dri.so free 0x55717361bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdb0 0.000115
+gallium_dri.so free 0x55717361bf00 void 0.000115
+gallium_dri.so free 0x55717361bdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf00 0.000114
+gallium_dri.so free 0x55717361bfc0 void 0.000114
+gallium_dri.so free 0x55717361bf00 void 0.000115
+gallium_dri.so malloc 72 0x55717361bf00 0.000113
+gallium_dri.so free 0x55717361c080 void 0.000115
+gallium_dri.so free 0x55717361bf00 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf00 0.000114
+gallium_dri.so free 0x55717361c140 void 0.000114
+gallium_dri.so free 0x55717361bf00 void 0.000115
+gallium_dri.so malloc 72 0x55717361c0f0 0.000117
+gallium_dri.so free 0x55717361c140 void 0.000126
+gallium_dri.so free 0x55717361c0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c0f0 0.000114
+gallium_dri.so free 0x55717361c240 void 0.000114
+gallium_dri.so free 0x55717361c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c1f0 0.000119
+gallium_dri.so free 0x55717361c300 void 0.000116
+gallium_dri.so free 0x55717361c1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c2b0 0.000114
+gallium_dri.so free 0x55717361c340 void 0.000115
+gallium_dri.so free 0x55717361c2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c2b0 0.000114
+gallium_dri.so free 0x55717361c400 void 0.000117
+gallium_dri.so free 0x55717361c2b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c440 0.000115
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c440 void 0.000113
+gallium_dri.so malloc 72 0x55717361c4c0 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000114
+gallium_dri.so free 0x55717361c4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c4c0 0.000116
+gallium_dri.so free 0x55717361c640 void 0.000115
+gallium_dri.so free 0x55717361c4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c660 0.000114
+gallium_dri.so free 0x55717361c700 void 0.000113
+gallium_dri.so free 0x55717361c660 void 0.000114
+gallium_dri.so malloc 72 0x55717361c6b0 0.000115
+gallium_dri.so free 0x55717361c780 void 0.000198
+gallium_dri.so free 0x55717361c6b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c6b0 0.000114
+gallium_dri.so free 0x55717361c800 void 0.000115
+gallium_dri.so free 0x55717361c6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c800 0.000115
+gallium_dri.so free 0x55717361c8c0 void 0.000116
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so malloc 72 0x55717361c800 0.000115
+gallium_dri.so free 0x55717361c980 void 0.000115
+gallium_dri.so free 0x55717361c800 void 0.000115
+gallium_dri.so malloc 72 0x55717361c800 0.000115
+gallium_dri.so free 0x55717361ca40 void 0.000117
+gallium_dri.so free 0x55717361c800 void 0.000116
+gallium_dri.so malloc 72 0x55717361c9f0 0.000116
+gallium_dri.so free 0x55717361cb00 void 0.000115
+gallium_dri.so free 0x55717361c9f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361cab0 0.000115
+gallium_dri.so free 0x55717361cb80 void 0.000116
+gallium_dri.so free 0x55717361cab0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cbd0 0.000116
+gallium_dri.so free 0x55717361cc40 void 0.000115
+gallium_dri.so free 0x55717361cbd0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc60 0.000115
+gallium_dri.so free 0x55717361cd00 void 0.000116
+gallium_dri.so free 0x55717361cc60 void 0.000116
+gallium_dri.so malloc 72 0x55717361ccb0 0.000123
+gallium_dri.so free 0x55717361cd80 void 0.000115
+gallium_dri.so free 0x55717361ccb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ccb0 0.000113
+gallium_dri.so free 0x55717361ce00 void 0.000113
+gallium_dri.so free 0x55717361ccb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ce00 0.000114
+gallium_dri.so free 0x55717361cec0 void 0.000114
+gallium_dri.so free 0x55717361ce00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ce00 0.000116
+gallium_dri.so free 0x55717361cfc0 void 0.000114
+gallium_dri.so free 0x55717361ce00 void 0.000113
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d000 void 0.000114
+gallium_dri.so free 0x55717361cf70 void 0.000114
+gallium_dri.so malloc 72 0x55717361cf70 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000116
+gallium_dri.so free 0x55717361cf70 void 0.000113
+gallium_dri.so malloc 72 0x55717361d100 0.000113
+gallium_dri.so free 0x55717361d180 void 0.000115
+gallium_dri.so free 0x55717361d100 void 0.000116
+gallium_dri.so malloc 72 0x55717361d180 0.000114
+gallium_dri.so free 0x55717361d240 void 0.000113
+gallium_dri.so free 0x55717361d180 void 0.000114
+gallium_dri.so malloc 72 0x55717361d180 0.000116
+gallium_dri.so free 0x55717361d2c0 void 0.000115
+gallium_dri.so free 0x55717361d180 void 0.000116
+gallium_dri.so malloc 72 0x55717361d2f0 0.000113
+gallium_dri.so free 0x55717361d340 void 0.000117
+gallium_dri.so free 0x55717361d2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d2f0 0.000115
+gallium_dri.so free 0x55717361d440 void 0.000113
+gallium_dri.so free 0x55717361d2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d480 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000116
+gallium_dri.so free 0x55717361d480 void 0.000114
+gallium_dri.so malloc 72 0x55717361d500 0.000114
+gallium_dri.so free 0x55717361d5c0 void 0.000116
+gallium_dri.so free 0x55717361d500 void 0.000116
+gallium_dri.so malloc 72 0x55717361d500 0.000114
+gallium_dri.so free 0x55717361d640 void 0.000116
+gallium_dri.so free 0x55717361d500 void 0.000114
+gallium_dri.so malloc 72 0x55717361d670 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000114
+gallium_dri.so free 0x55717361d670 void 0.000116
+gallium_dri.so malloc 72 0x55717361d670 0.000115
+gallium_dri.so free 0x55717361d7c0 void 0.000113
+gallium_dri.so free 0x55717361d670 void 0.000114
+gallium_dri.so malloc 72 0x55717361d770 0.000113
+gallium_dri.so free 0x55717361d880 void 0.000115
+gallium_dri.so free 0x55717361d770 void 0.000113
+gallium_dri.so malloc 72 0x55717361d830 0.000113
+gallium_dri.so free 0x55717361d900 void 0.000114
+gallium_dri.so free 0x55717361d830 void 0.000114
+gallium_dri.so malloc 72 0x55717361d830 0.000115
+gallium_dri.so free 0x55717361d9c0 void 0.000109
+gallium_dri.so free 0x55717361d830 void 0.000116
+gallium_dri.so malloc 72 0x55717361d830 0.000115
+gallium_dri.so free 0x55717361da80 void 0.000115
+gallium_dri.so free 0x55717361d830 void 0.000114
+gallium_dri.so malloc 72 0x55717361da30 0.000115
+gallium_dri.so free 0x55717361db00 void 0.000116
+gallium_dri.so free 0x55717361da30 void 0.000114
+gallium_dri.so malloc 72 0x55717361db50 0.000115
+gallium_dri.so free 0x55717361dbc0 void 0.000116
+gallium_dri.so free 0x55717361db50 void 0.000116
+gallium_dri.so malloc 72 0x55717361dbe0 0.000116
+gallium_dri.so free 0x55717361dc80 void 0.000115
+gallium_dri.so free 0x55717361dbe0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dc30 0.000114
+gallium_dri.so free 0x55717361dd00 void 0.000114
+gallium_dri.so free 0x55717361dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361dd00 0.000114
+gallium_dri.so free 0x55717361ddc0 void 0.000116
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so malloc 72 0x55717361dd00 0.000116
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so malloc 72 0x55717361de40 0.000117
+gallium_dri.so free 0x55717361df00 void 0.000116
+gallium_dri.so free 0x55717361de40 void 0.000119
+gallium_dri.so malloc 72 0x55717361de40 0.000118
+gallium_dri.so free 0x55717361dfc0 void 0.000115
+gallium_dri.so free 0x55717361de40 void 0.000113
+gallium_dri.so malloc 72 0x55717361de40 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so malloc 72 0x55717361e030 0.000116
+gallium_dri.so free 0x55717361e100 void 0.000114
+gallium_dri.so free 0x55717361e030 void 0.000114
+gallium_dri.so malloc 72 0x55717361e150 0.000114
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so free 0x55717361e150 void 0.000114
+gallium_dri.so malloc 72 0x55717361e200 0.000115
+gallium_dri.so free 0x55717361e280 void 0.000116
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so malloc 72 0x55717361e200 0.000113
+gallium_dri.so free 0x55717361e300 void 0.000114
+gallium_dri.so free 0x55717361e200 void 0.000115
+gallium_dri.so malloc 72 0x55717361e330 0.000114
+gallium_dri.so free 0x55717361e380 void 0.000114
+gallium_dri.so free 0x55717361e330 void 0.000115
+gallium_dri.so malloc 72 0x55717361e330 0.000114
+gallium_dri.so free 0x55717361e480 void 0.000113
+gallium_dri.so free 0x55717361e330 void 0.000113
+gallium_dri.so malloc 72 0x55717361e430 0.000114
+gallium_dri.so free 0x55717361e540 void 0.000114
+gallium_dri.so free 0x55717361e430 void 0.000112
+gallium_dri.so malloc 72 0x55717361e4f0 0.000114
+gallium_dri.so free 0x55717361e580 void 0.000122
+gallium_dri.so free 0x55717361e4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e4f0 0.000116
+gallium_dri.so free 0x55717361e640 void 0.000116
+gallium_dri.so free 0x55717361e4f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e6b0 0.000115
+gallium_dri.so free 0x55717361e700 void 0.000116
+gallium_dri.so free 0x55717361e6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6b0 0.000115
+gallium_dri.so free 0x55717361e800 void 0.000115
+gallium_dri.so free 0x55717361e6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e7b0 0.000115
+gallium_dri.so free 0x55717361e8c0 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e870 0.000116
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so free 0x55717361e870 void 0.000115
+gallium_dri.so malloc 72 0x55717361e870 0.000115
+gallium_dri.so free 0x55717361e9c0 void 0.000117
+gallium_dri.so free 0x55717361e870 void 0.000115
+gallium_dri.so malloc 72 0x55717361ea00 0.000116
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so free 0x55717361ea00 void 0.000117
+gallium_dri.so malloc 72 0x55717361ea80 0.000115
+gallium_dri.so free 0x55717361eb40 void 0.000115
+gallium_dri.so free 0x55717361ea80 void 0.000114
+gallium_dri.so malloc 72 0x55717361ea80 0.000115
+gallium_dri.so free 0x55717361ec00 void 0.000117
+gallium_dri.so free 0x55717361ea80 void 0.000115
+gallium_dri.so malloc 72 0x55717361ec20 0.000114
+gallium_dri.so free 0x55717361ecc0 void 0.000115
+gallium_dri.so free 0x55717361ec20 void 0.000115
+gallium_dri.so malloc 72 0x55717361ec70 0.000112
+gallium_dri.so free 0x55717361ed40 void 0.000113
+gallium_dri.so free 0x55717361ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec70 0.000115
+gallium_dri.so free 0x55717361edc0 void 0.000114
+gallium_dri.so free 0x55717361ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717361edc0 0.000113
+gallium_dri.so free 0x55717361ee80 void 0.000112
+gallium_dri.so free 0x55717361edc0 void 0.000114
+gallium_dri.so malloc 72 0x55717361edc0 0.000113
+gallium_dri.so free 0x55717361ef40 void 0.000120
+gallium_dri.so free 0x55717361edc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361edc0 0.000115
+gallium_dri.so free 0x55717361f000 void 0.000113
+gallium_dri.so free 0x55717361edc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361efb0 0.000117
+gallium_dri.so free 0x55717361f0c0 void 0.000114
+gallium_dri.so free 0x55717361efb0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f070 0.000114
+gallium_dri.so free 0x55717361f140 void 0.000114
+gallium_dri.so free 0x55717361f070 void 0.000114
+gallium_dri.so malloc 72 0x55717361f190 0.000113
+gallium_dri.so free 0x55717361f200 void 0.000126
+gallium_dri.so free 0x55717361f190 void 0.000115
+gallium_dri.so malloc 72 0x55717361f220 0.000116
+gallium_dri.so free 0x55717361f2c0 void 0.000114
+gallium_dri.so free 0x55717361f220 void 0.000115
+gallium_dri.so malloc 72 0x55717361f270 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000114
+gallium_dri.so free 0x55717361f270 void 0.000115
+gallium_dri.so malloc 72 0x55717361f270 0.000113
+gallium_dri.so free 0x55717361f3c0 void 0.000114
+gallium_dri.so free 0x55717361f270 void 0.000114
+gallium_dri.so malloc 72 0x55717361f3c0 0.000115
+gallium_dri.so free 0x55717361f480 void 0.000115
+gallium_dri.so free 0x55717361f3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f3c0 0.000113
+gallium_dri.so free 0x55717361f580 void 0.000114
+gallium_dri.so free 0x55717361f3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f530 0.000114
+gallium_dri.so free 0x55717361f5c0 void 0.000116
+gallium_dri.so free 0x55717361f530 void 0.000115
+gallium_dri.so malloc 72 0x55717361f530 0.000115
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so free 0x55717361f530 void 0.000114
+gallium_dri.so malloc 72 0x55717361f6c0 0.000115
+gallium_dri.so free 0x55717361f740 void 0.000116
+gallium_dri.so free 0x55717361f6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f740 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000166
+gallium_dri.so free 0x55717361f740 void 0.000117
+gallium_dri.so malloc 72 0x55717361f740 0.000115
+gallium_dri.so free 0x55717361f880 void 0.000116
+gallium_dri.so free 0x55717361f740 void 0.000114
+gallium_dri.so malloc 72 0x55717361f8b0 0.000115
+gallium_dri.so free 0x55717361f900 void 0.000115
+gallium_dri.so free 0x55717361f8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f8b0 0.000117
+gallium_dri.so free 0x55717361fa00 void 0.000116
+gallium_dri.so free 0x55717361f8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fa40 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000115
+gallium_dri.so free 0x55717361fa40 void 0.000114
+gallium_dri.so malloc 72 0x55717361fac0 0.000115
+gallium_dri.so free 0x55717361fb80 void 0.000116
+gallium_dri.so free 0x55717361fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717361fac0 0.000114
+gallium_dri.so free 0x55717361fc00 void 0.000115
+gallium_dri.so free 0x55717361fac0 void 0.000115
+gallium_dri.so malloc 72 0x55717361fc30 0.000116
+gallium_dri.so free 0x55717361fc80 void 0.000117
+gallium_dri.so free 0x55717361fc30 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc30 0.000114
+gallium_dri.so free 0x55717361fd80 void 0.000115
+gallium_dri.so free 0x55717361fc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fd30 0.000143
+gallium_dri.so free 0x5571735c2380 void 0.000126
+gallium_dri.so free 0x55717361fd30 void 0.000125
+gallium_dri.so malloc 72 0x55717361fd30 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000115
+gallium_dri.so free 0x55717361fd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000125
+gallium_dri.so free 0x5571735e37c0 void 0.000124
+gallium_dri.so free 0x5571735f87f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f87f0 0.000116
+gallium_dri.so free 0x557173590b40 void 0.000122
+gallium_dri.so free 0x5571735f87f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f87f0 0.000121
+gallium_dri.so free 0x55717346e680 void 0.000117
+gallium_dri.so free 0x5571735f87f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000114
+gallium_dri.so free 0x55717346e840 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000117
+gallium_dri.so malloc 72 0x55717346e7f0 0.000125
+gallium_dri.so free 0x5571735c4f80 void 0.000125
+gallium_dri.so free 0x55717346e7f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4f30 0.000123
+gallium_dri.so free 0x5571735d2200 void 0.000125
+gallium_dri.so free 0x5571735c4f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735d21b0 0.000117
+gallium_dri.so free 0x5571735c3f40 void 0.000116
+gallium_dri.so free 0x5571735d21b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000124
+gallium_dri.so free 0x5571735c1d00 void 0.000123
+gallium_dri.so free 0x5571735c3ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c230 0.000123
+gallium_dri.so free 0x5571735e1640 void 0.000124
+gallium_dri.so free 0x55717346c230 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000120
+gallium_dri.so free 0x5571735e15f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f70b0 0.000120
+gallium_dri.so free 0x557173460f80 void 0.000119
+gallium_dri.so free 0x5571735f70b0 void 0.000124
+gallium_dri.so malloc 72 0x557173460f30 0.000123
+gallium_dri.so free 0x5571735ec580 void 0.000119
+gallium_dri.so free 0x557173460f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec530 0.000119
+gallium_dri.so free 0x5571735c4100 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000113
+gallium_dri.so free 0x5571735c40b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c3f0 0.000112
+gallium_dri.so free 0x5571735f2e80 void 0.000192
+gallium_dri.so free 0x55717346c3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x5571735dcd80 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x5571735dcd30 void 0.000114
+gallium_dri.so malloc 72 0x55717360f7b0 0.000113
+gallium_dri.so free 0x557173461c40 void 0.000115
+gallium_dri.so free 0x55717360f7b0 void 0.000114
+gallium_dri.so malloc 72 0x557173461bf0 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x557173461bf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360daf0 0.000114
+gallium_dri.so free 0x5571735e3200 void 0.000114
+gallium_dri.so free 0x55717360daf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e31b0 0.000114
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x5571735e31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe30 0.000113
+gallium_dri.so free 0x5571735c42c0 void 0.000116
+gallium_dri.so free 0x5571735ffe30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x557173469e80 void 0.000124
+gallium_dri.so free 0x5571735c4270 void 0.000112
+gallium_dri.so malloc 72 0x557173469e30 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000115
+gallium_dri.so free 0x557173469e30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000116
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd870 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000115
+gallium_dri.so free 0x5571735fd870 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2970 0.000112
+gallium_dri.so free 0x55717346ab40 void 0.000113
+gallium_dri.so free 0x5571735c2970 void 0.000113
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000112
+gallium_dri.so free 0x55717346aaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x557173620e80 void 0.000114
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x557173620e30 0.000114
+gallium_dri.so free 0x5571735e25c0 void 0.000113
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000112
+gallium_dri.so free 0x5571735c0140 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x55717346c0c0 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c070 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000113
+gallium_dri.so free 0x55717346c070 void 0.000113
+gallium_dri.so malloc 72 0x55717346d0b0 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000113
+gallium_dri.so free 0x55717346d0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000113
+gallium_dri.so free 0x5571735f2ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000116
+gallium_dri.so free 0x5571735eb600 void 0.000114
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000112
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735dedf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x55717360d400 void 0.000113
+gallium_dri.so free 0x5571735f31b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d3b0 0.000112
+gallium_dri.so free 0x557173589400 void 0.000112
+gallium_dri.so free 0x55717360d3b0 void 0.000163
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000115
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x557173473580 void 0.000115
+gallium_dri.so free 0x55717360c770 void 0.000113
+gallium_dri.so malloc 72 0x557173473530 0.000114
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000114
+gallium_dri.so free 0x557173460440 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000114
+gallium_dri.so malloc 72 0x5571734604b0 0.000115
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x5571734604b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600cb0 0.000117
+gallium_dri.so free 0x5571735faec0 void 0.000116
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae70 0.000115
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000114
+gallium_dri.so free 0x55717346ea00 void 0.000115
+gallium_dri.so free 0x5571735fd6b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346e9b0 0.000113
+gallium_dri.so free 0x557173600040 void 0.000113
+gallium_dri.so free 0x55717346e9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x5571735dc0c0 void 0.000113
+gallium_dri.so free 0x5571735ffff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc070 0.000112
+gallium_dri.so free 0x55717346f080 void 0.000114
+gallium_dri.so free 0x5571735dc070 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735dc070 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000112
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x557173610680 void 0.000113
+gallium_dri.so free 0x557173464b30 void 0.000112
+gallium_dri.so malloc 72 0x557173610630 0.000113
+gallium_dri.so free 0x5571735fe740 void 0.000115
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x5571735f8680 void 0.000113
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8630 0.000112
+gallium_dri.so free 0x5571735db480 void 0.000112
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000126
+gallium_dri.so free 0x5571735ed1c0 void 0.000115
+gallium_dri.so free 0x5571735db430 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x55717360f640 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5f0 0.000112
+gallium_dri.so free 0x557173605c40 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000112
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x5571735fda80 void 0.000113
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fda30 0.000113
+gallium_dri.so free 0x5571735cfc40 void 0.000113
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000114
+gallium_dri.so free 0x55717360b7c0 void 0.000113
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b770 0.000113
+gallium_dri.so free 0x5571735f96c0 void 0.000114
+gallium_dri.so free 0x55717360b770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x557173467680 void 0.000113
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f57b0 0.000154
+gallium_dri.so free 0x55717360e0c0 void 0.000117
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x55717360f9c0 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000114
+gallium_dri.so malloc 72 0x55717360f970 0.000112
+gallium_dri.so free 0x5571735f9080 void 0.000114
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9080 0.000118
+gallium_dri.so free 0x557173610040 void 0.000116
+gallium_dri.so free 0x5571735f9080 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9080 0.000112
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x5571735f9080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9080 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000116
+gallium_dri.so free 0x5571735f9080 void 0.000114
+gallium_dri.so malloc 72 0x5571735c49b0 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x5571735c49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x5571735dd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735c3280 void 0.000126
+gallium_dri.so free 0x5571735fc9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x557173620000 void 0.000113
+gallium_dri.so free 0x5571735c3230 void 0.000112
+gallium_dri.so malloc 72 0x55717361ffb0 0.000113
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so free 0x55717361ffb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a500 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000114
+gallium_dri.so free 0x55717346a500 void 0.000112
+gallium_dri.so malloc 72 0x55717346d970 0.000112
+gallium_dri.so free 0x5571735e03c0 void 0.000115
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x557173461600 void 0.000114
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x557173461600 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000114
+gallium_dri.so free 0x557173461600 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x557173609640 void 0.000126
+gallium_dri.so free 0x5571735fefb0 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000112
+gallium_dri.so free 0x557173610f40 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000114
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000112
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x557173607e80 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000112
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000164
+gallium_dri.so malloc 72 0x557173607e80 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so malloc 72 0x557173607e80 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so malloc 72 0x557173607e80 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so free 0x557173607e80 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x55717361fd80 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000116
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000115
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x557173473f40 0.000112
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000124
+gallium_dri.so malloc 72 0x557173473f40 0.000115
+gallium_dri.so free 0x5571735f6240 void 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6270 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000114
+gallium_dri.so free 0x5571735f6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6270 0.000113
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x5571735f6270 void 0.000112
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571735debc0 void 0.000113
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so malloc 72 0x557173603300 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000115
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571735e3000 void 0.000114
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3030 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000118
+gallium_dri.so free 0x5571735c1b00 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1b30 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x5571735c1b30 void 0.000114
+gallium_dri.so malloc 72 0x557173466dc0 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so malloc 72 0x557173466dc0 0.000113
+gallium_dri.so free 0x557173460d00 void 0.000114
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so malloc 72 0x557173460d00 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000114
+gallium_dri.so malloc 72 0x557173460d00 0.000116
+gallium_dri.so free 0x55717358b900 void 0.000116
+gallium_dri.so free 0x557173460d00 void 0.000114
+gallium_dri.so malloc 72 0x55717358b930 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000113
+gallium_dri.so free 0x55717358b930 void 0.000114
+gallium_dri.so malloc 72 0x55717358b930 0.000114
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so free 0x55717358b930 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so malloc 72 0x557173608140 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000114
+gallium_dri.so malloc 72 0x557173608140 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000114
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2370 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x5571735e2370 void 0.000113
+gallium_dri.so malloc 72 0x55717360c500 0.000115
+gallium_dri.so free 0x55717360c5c0 void 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so malloc 72 0x55717360c500 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so malloc 72 0x55717360c500 0.000114
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so malloc 72 0x55717360c500 0.000113
+gallium_dri.so free 0x557173467480 void 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000112
+gallium_dri.so malloc 72 0x557173467430 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x557173467430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e00 0.000112
+gallium_dri.so free 0x557173590500 void 0.000126
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735904b0 0.000113
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735904b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so free 0x5571735c0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000112
+gallium_dri.so free 0x5571735fbc00 void 0.000113
+gallium_dri.so free 0x5571735c0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc00 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000113
+gallium_dri.so free 0x5571735fbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc00 0.000113
+gallium_dri.so free 0x5571735db280 void 0.000113
+gallium_dri.so free 0x5571735fbc00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbc00 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x5571735fbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc00 0.000113
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x5571735fbc00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55b0 0.000113
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x5571735f55b0 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173589140 void 0.000157
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x557173589080 0.000112
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000113
+gallium_dri.so free 0x557173589080 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4b0 0.000112
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x55717360b4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4b0 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000113
+gallium_dri.so free 0x55717360b4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bac0 0.000113
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bac0 0.000112
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so malloc 72 0x5571734648b0 0.000112
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x5571734648b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648b0 0.000113
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so free 0x5571734648b0 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000112
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000121
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000113
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000112
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd80 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bcb0 0.000112
+gallium_dri.so free 0x55717346be00 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bdb0 0.000114
+gallium_dri.so free 0x55717346bec0 void 0.000112
+gallium_dri.so free 0x55717346bdb0 void 0.000111
+gallium_dri.so malloc 72 0x55717346be70 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x55717346be70 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd70 0.000113
+gallium_dri.so free 0x5571735cfdc0 void 0.000119
+gallium_dri.so free 0x5571735cfd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfd70 0.000116
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x5571735cfd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4900 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d4900 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4980 0.000116
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2320 0.000114
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2320 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2370 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735d2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2370 0.000114
+gallium_dri.so free 0x5571735fc3c0 void 0.000114
+gallium_dri.so free 0x5571735d2370 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb760 0.000113
+gallium_dri.so free 0x5571735eb800 void 0.000116
+gallium_dri.so free 0x5571735eb760 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000113
+gallium_dri.so free 0x5571735eb840 void 0.000115
+gallium_dri.so free 0x5571735eb7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7b0 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so free 0x5571735eb7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49c0 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so free 0x5571735f49c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a40 0.000109
+gallium_dri.so free 0x5571735f4b00 void 0.000117
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a40 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0270 0.000115
+gallium_dri.so free 0x5571735c02c0 void 0.000116
+gallium_dri.so free 0x5571735c0270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02c0 0.000115
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c02c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c02c0 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000125
+gallium_dri.so free 0x5571735c02c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1790 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1790 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1820 0.000125
+gallium_dri.so free 0x5571735e18c0 void 0.000125
+gallium_dri.so free 0x5571735e1820 void 0.000194
+gallium_dri.so malloc 72 0x5571735e1870 0.000125
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735e1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb000 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000106
+gallium_dri.so free 0x5571735fb000 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb080 0.000115
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb080 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000112
+gallium_dri.so free 0x557173460600 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000112
+gallium_dri.so malloc 72 0x557173460700 0.000113
+gallium_dri.so free 0x55717346bb40 void 0.000115
+gallium_dri.so free 0x557173460700 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb40 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so malloc 72 0x55717346bb40 0.000113
+gallium_dri.so free 0x55717346bc80 void 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000114
+gallium_dri.so malloc 72 0x55717346bcb0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000114
+gallium_dri.so free 0x55717346bcb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bcb0 0.000115
+gallium_dri.so free 0x557173611180 void 0.000129
+gallium_dri.so free 0x55717346bcb0 void 0.000114
+gallium_dri.so malloc 72 0x557173611130 0.000115
+gallium_dri.so free 0x557173611200 void 0.000114
+gallium_dri.so free 0x557173611130 void 0.000113
+gallium_dri.so malloc 72 0x557173611250 0.000114
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173611250 void 0.000115
+gallium_dri.so malloc 72 0x557173611250 0.000114
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173611250 void 0.000113
+gallium_dri.so malloc 72 0x557173609830 0.000118
+gallium_dri.so free 0x557173609880 void 0.000115
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x557173609830 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000116
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b10 0.000113
+gallium_dri.so free 0x5571735c2b80 void 0.000115
+gallium_dri.so free 0x5571735c2b10 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2be0 0.000116
+gallium_dri.so free 0x5571735c2c80 void 0.000116
+gallium_dri.so free 0x5571735c2be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2c30 0.000114
+gallium_dri.so free 0x557173609980 void 0.000115
+gallium_dri.so free 0x5571735c2c30 void 0.000121
+gallium_dri.so malloc 72 0x557173609930 0.000120
+gallium_dri.so free 0x5571735dfc00 void 0.000156
+gallium_dri.so free 0x557173609930 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfc40 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000122
+gallium_dri.so free 0x5571735dfc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000118
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe30 0.000116
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x5571735dfe30 void 0.000118
+gallium_dri.so malloc 72 0x55717346ac90 0.000118
+gallium_dri.so free 0x55717346ad00 void 0.000118
+gallium_dri.so free 0x55717346ac90 void 0.000120
+gallium_dri.so malloc 72 0x55717346ad40 0.000118
+gallium_dri.so free 0x55717346adc0 void 0.000119
+gallium_dri.so free 0x55717346ad40 void 0.000115
+gallium_dri.so malloc 72 0x55717346adc0 0.000116
+gallium_dri.so free 0x557173461d40 void 0.000117
+gallium_dri.so free 0x55717346adc0 void 0.000118
+gallium_dri.so malloc 72 0x557173461d60 0.000117
+gallium_dri.so free 0x557173461e00 void 0.000119
+gallium_dri.so free 0x557173461d60 void 0.000118
+gallium_dri.so malloc 72 0x557173461db0 0.000119
+gallium_dri.so free 0x557173461e80 void 0.000122
+gallium_dri.so free 0x557173461db0 void 0.000118
+gallium_dri.so malloc 72 0x557173461db0 0.000119
+gallium_dri.so free 0x557173461f00 void 0.000119
+gallium_dri.so free 0x557173461db0 void 0.000119
+gallium_dri.so malloc 72 0x557173461f00 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000119
+gallium_dri.so free 0x557173461f00 void 0.000118
+gallium_dri.so malloc 72 0x557173600e40 0.000118
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so free 0x557173600e40 void 0.000118
+gallium_dri.so malloc 72 0x557173600e40 0.000119
+gallium_dri.so free 0x557173600f40 void 0.000118
+gallium_dri.so free 0x557173600e40 void 0.000119
+gallium_dri.so malloc 72 0x557173600f70 0.000119
+gallium_dri.so free 0x557173600fc0 void 0.000118
+gallium_dri.so free 0x557173600f70 void 0.000119
+gallium_dri.so malloc 72 0x557173600f70 0.000118
+gallium_dri.so free 0x5571735f97c0 void 0.000119
+gallium_dri.so free 0x557173600f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9810 0.000120
+gallium_dri.so free 0x5571735f9880 void 0.000118
+gallium_dri.so free 0x5571735f9810 void 0.000119
+gallium_dri.so malloc 72 0x5571735f98a0 0.000118
+gallium_dri.so free 0x5571735f9940 void 0.000119
+gallium_dri.so free 0x5571735f98a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f98f0 0.000129
+gallium_dri.so free 0x5571735fe840 void 0.000125
+gallium_dri.so free 0x5571735f98f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000119
+gallium_dri.so free 0x5571735f99c0 void 0.000118
+gallium_dri.so free 0x5571735fe8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000120
+gallium_dri.so free 0x5571735fe8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe900 0.000118
+gallium_dri.so free 0x5571735fe9c0 void 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe900 0.000118
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7230 0.000118
+gallium_dri.so free 0x5571735f7280 void 0.000119
+gallium_dri.so free 0x5571735f7230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7230 0.000117
+gallium_dri.so free 0x5571735f7380 void 0.000118
+gallium_dri.so free 0x5571735f7230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7330 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735f7330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcee0 0.000117
+gallium_dri.so free 0x5571735f7440 void 0.000118
+gallium_dri.so free 0x5571735dcee0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f73f0 0.000122
+gallium_dri.so free 0x5571735dcf80 void 0.000118
+gallium_dri.so free 0x5571735f73f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf30 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcf30 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x5571735dcf30 void 0.000118
+gallium_dri.so malloc 72 0x55717360e210 0.000117
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717360e210 void 0.000118
+gallium_dri.so malloc 72 0x55717360e2a0 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000118
+gallium_dri.so free 0x55717360e2a0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e2f0 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000117
+gallium_dri.so free 0x55717360e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d250 0.000118
+gallium_dri.so free 0x55717360e3c0 void 0.000119
+gallium_dri.so free 0x55717346d250 void 0.000117
+gallium_dri.so malloc 72 0x55717346d250 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000119
+gallium_dri.so free 0x55717346d250 void 0.000119
+gallium_dri.so malloc 72 0x55717346d310 0.000121
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d310 void 0.000125
+gallium_dri.so malloc 72 0x55717346d3a0 0.000119
+gallium_dri.so free 0x557173610780 void 0.000118
+gallium_dri.so free 0x55717346d3a0 void 0.000120
+gallium_dri.so malloc 72 0x5571736107b0 0.000119
+gallium_dri.so free 0x557173610800 void 0.000118
+gallium_dri.so free 0x5571736107b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736107b0 0.000119
+gallium_dri.so free 0x557173610900 void 0.000119
+gallium_dri.so free 0x5571736107b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108b0 0.000120
+gallium_dri.so free 0x55717346f200 void 0.000119
+gallium_dri.so free 0x5571736108b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000122
+gallium_dri.so free 0x55717346d440 void 0.000120
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d3f0 0.000118
+gallium_dri.so free 0x55717346f280 void 0.000121
+gallium_dri.so free 0x55717346d3f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f2b0 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000119
+gallium_dri.so free 0x55717346f2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f2b0 0.000120
+gallium_dri.so free 0x55717346d580 void 0.000119
+gallium_dri.so free 0x55717346f2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d5d0 0.000118
+gallium_dri.so free 0x5571736109c0 void 0.000128
+gallium_dri.so free 0x55717346d5d0 void 0.000119
+gallium_dri.so malloc 72 0x557173610970 0.000118
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so free 0x557173610970 void 0.000118
+gallium_dri.so malloc 72 0x55717346d670 0.000117
+gallium_dri.so free 0x55717346d6c0 void 0.000118
+gallium_dri.so free 0x55717346d670 void 0.000118
+gallium_dri.so malloc 72 0x55717346d670 0.000118
+gallium_dri.so free 0x55717346f400 void 0.000118
+gallium_dri.so free 0x55717346d670 void 0.000117
+gallium_dri.so malloc 72 0x55717346f3b0 0.000117
+gallium_dri.so free 0x5571735fc600 void 0.000121
+gallium_dri.so free 0x55717346f3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc650 0.000119
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so free 0x5571735fc650 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc6e0 0.000118
+gallium_dri.so free 0x55717346d7c0 void 0.000119
+gallium_dri.so free 0x5571735fc6e0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d7f0 0.000118
+gallium_dri.so free 0x5571735fc780 void 0.000118
+gallium_dri.so free 0x55717346d7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc730 0.000117
+gallium_dri.so free 0x5571735fc800 void 0.000120
+gallium_dri.so free 0x5571735fc730 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc850 0.000163
+gallium_dri.so free 0x5571735febc0 void 0.000111
+gallium_dri.so free 0x5571735fc850 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec20 0.000109
+gallium_dri.so free 0x5571735fecc0 void 0.000109
+gallium_dri.so free 0x5571735fec20 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec70 0.000111
+gallium_dri.so free 0x5571735fed00 void 0.000111
+gallium_dri.so free 0x5571735fec70 void 0.000109
+gallium_dri.so malloc 72 0x5571735fec70 0.000111
+gallium_dri.so free 0x5571735fedc0 void 0.000110
+gallium_dri.so free 0x5571735fec70 void 0.000110
+gallium_dri.so malloc 72 0x5571735fee00 0.000110
+gallium_dri.so free 0x5571735f5e00 void 0.000110
+gallium_dri.so free 0x5571735fee00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5db0 0.000109
+gallium_dri.so free 0x5571735f5ec0 void 0.000110
+gallium_dri.so free 0x5571735f5db0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f5e70 0.000110
+gallium_dri.so free 0x5571735f5f00 void 0.000111
+gallium_dri.so free 0x5571735f5e70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5e70 0.000110
+gallium_dri.so free 0x5571735f5fc0 void 0.000112
+gallium_dri.so free 0x5571735f5e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6010 0.000109
+gallium_dri.so free 0x55717360cdc0 void 0.000110
+gallium_dri.so free 0x5571735f6010 void 0.000109
+gallium_dri.so malloc 72 0x55717360cd70 0.000109
+gallium_dri.so free 0x55717360ce40 void 0.000111
+gallium_dri.so free 0x55717360cd70 void 0.000124
+gallium_dri.so malloc 72 0x55717360ce90 0.000124
+gallium_dri.so free 0x55717360cf00 void 0.000124
+gallium_dri.so free 0x55717360ce90 void 0.000124
+gallium_dri.so malloc 72 0x55717360cf20 0.000123
+gallium_dri.so free 0x55717360cfc0 void 0.000130
+gallium_dri.so free 0x55717360cf20 void 0.000126
+gallium_dri.so malloc 72 0x55717360cf70 0.000123
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x55717360cf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2b70 0.000116
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2c90 0.000115
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d40 0.000125
+gallium_dri.so free 0x5571735e2dc0 void 0.000123
+gallium_dri.so free 0x5571735e2d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2d40 0.000125
+gallium_dri.so free 0x55717346afc0 void 0.000125
+gallium_dri.so free 0x5571735e2d40 void 0.000124
+gallium_dri.so malloc 72 0x55717346aff0 0.000135
+gallium_dri.so free 0x55717346b040 void 0.000217
+gallium_dri.so free 0x55717346aff0 void 0.000214
+gallium_dri.so malloc 72 0x55717346aff0 0.000212
+gallium_dri.so free 0x55717346b140 void 0.000222
+gallium_dri.so free 0x55717346aff0 void 0.000216
+gallium_dri.so malloc 72 0x55717346b0f0 0.000213
+gallium_dri.so free 0x55717346b200 void 0.000211
+gallium_dri.so free 0x55717346b0f0 void 0.000229
+gallium_dri.so malloc 72 0x55717346b1b0 0.000193
+gallium_dri.so free 0x55717360e540 void 0.000240
+gallium_dri.so free 0x55717346b1b0 void 0.000259
+gallium_dri.so malloc 72 0x55717360e570 0.000271
+gallium_dri.so free 0x55717360e5c0 void 0.000265
+gallium_dri.so free 0x55717360e570 void 0.000266
+gallium_dri.so malloc 72 0x55717360e570 0.000371
+gallium_dri.so free 0x55717360e6c0 void 0.000425
+gallium_dri.so free 0x55717360e570 void 0.000285
+gallium_dri.so malloc 72 0x55717360e700 0.000274
+gallium_dri.so free 0x5571735de800 void 0.000272
+gallium_dri.so free 0x55717360e700 void 0.000268
+gallium_dri.so malloc 72 0x5571735de7b0 0.000287
+gallium_dri.so free 0x5571735de8c0 void 0.000289
+gallium_dri.so free 0x5571735de7b0 void 0.000278
+gallium_dri.so malloc 72 0x5571735de870 0.000268
+gallium_dri.so free 0x5571735de900 void 0.000199
+gallium_dri.so free 0x5571735de870 void 0.000176
+gallium_dri.so malloc 72 0x5571735de870 0.000149
+gallium_dri.so free 0x55717360e780 void 0.000257
+gallium_dri.so free 0x5571735de870 void 0.000248
+gallium_dri.so malloc 72 0x5571735de870 0.000243
+gallium_dri.so free 0x5571735de9c0 void 0.000246
+gallium_dri.so free 0x5571735de870 void 0.000245
+gallium_dri.so malloc 72 0x5571735dea10 0.000244
+gallium_dri.so free 0x557173460940 void 0.000242
+gallium_dri.so free 0x5571735dea10 void 0.000243
+gallium_dri.so malloc 72 0x5571734608f0 0.000219
+gallium_dri.so free 0x5571734609c0 void 0.000217
+gallium_dri.so free 0x5571734608f0 void 0.000193
+gallium_dri.so malloc 72 0x5571734608f0 0.000240
+gallium_dri.so free 0x557173460a80 void 0.000275
+gallium_dri.so free 0x5571734608f0 void 0.000305
+gallium_dri.so malloc 72 0x5571734608f0 0.000310
+gallium_dri.so free 0x557173460b40 void 0.000308
+gallium_dri.so free 0x5571734608f0 void 0.000276
+gallium_dri.so malloc 72 0x557173460af0 0.000299
+gallium_dri.so free 0x5571735dd200 void 0.000304
+gallium_dri.so free 0x557173460af0 void 0.000277
+gallium_dri.so malloc 72 0x5571735dd250 0.000299
+gallium_dri.so free 0x5571735dd2c0 void 0.000305
+gallium_dri.so free 0x5571735dd250 void 0.000302
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000296
+gallium_dri.so free 0x5571735dd380 void 0.000317
+gallium_dri.so free 0x5571735dd2e0 void 0.000279
+gallium_dri.so malloc 72 0x5571735dd330 0.000367
+gallium_dri.so free 0x5571735dd400 void 0.000316
+gallium_dri.so free 0x5571735dd330 void 0.000330
+gallium_dri.so malloc 72 0x5571735dd400 0.000262
+gallium_dri.so free 0x5571735dba80 void 0.000204
+gallium_dri.so free 0x5571735dd400 void 0.000294
+gallium_dri.so malloc 72 0x5571735dba30 0.000352
+gallium_dri.so free 0x5571735dbb00 void 0.000282
+gallium_dri.so free 0x5571735dba30 void 0.000291
+gallium_dri.so malloc 72 0x5571735dbb50 0.000285
+gallium_dri.so free 0x5571735dbbc0 void 0.000241
+gallium_dri.so free 0x5571735dbb50 void 0.000172
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000172
+gallium_dri.so free 0x5571735dbc80 void 0.000172
+gallium_dri.so free 0x5571735dbbe0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dbc30 0.000136
+gallium_dri.so free 0x5571735dff80 void 0.000131
+gallium_dri.so free 0x5571735dbc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dffc0 0.000134
+gallium_dri.so free 0x5571735e0040 void 0.000137
+gallium_dri.so free 0x5571735dffc0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0040 0.000137
+gallium_dri.so free 0x5571735e0100 void 0.000131
+gallium_dri.so free 0x5571735e0040 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0040 0.000133
+gallium_dri.so free 0x5571735e0180 void 0.000132
+gallium_dri.so free 0x5571735e0040 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0040 0.000136
+gallium_dri.so free 0x5571735c16c0 void 0.000134
+gallium_dri.so free 0x5571735e0040 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1670 0.000127
+gallium_dri.so free 0x5571735c1740 void 0.000132
+gallium_dri.so free 0x5571735c1670 void 0.000137
+gallium_dri.so malloc 72 0x5571735c1670 0.000136
+gallium_dri.so free 0x5571735c17c0 void 0.000133
+gallium_dri.so free 0x5571735c1670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c17c0 0.000131
+gallium_dri.so free 0x5571735c1880 void 0.000132
+gallium_dri.so free 0x5571735c17c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c17c0 0.000127
+gallium_dri.so free 0x5571735f9b40 void 0.000131
+gallium_dri.so free 0x5571735c17c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f9b70 0.000135
+gallium_dri.so free 0x5571735f9bc0 void 0.000136
+gallium_dri.so free 0x5571735f9b70 void 0.000136
+gallium_dri.so malloc 72 0x5571735f9b70 0.000132
+gallium_dri.so free 0x5571735f9cc0 void 0.000126
+gallium_dri.so free 0x5571735f9b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9d00 0.000178
+gallium_dri.so free 0x5571735c2e40 void 0.000174
+gallium_dri.so free 0x5571735f9d00 void 0.000172
+gallium_dri.so malloc 72 0x5571735c2e90 0.000136
+gallium_dri.so free 0x5571735c2f00 void 0.000136
+gallium_dri.so free 0x5571735c2e90 void 0.000137
+gallium_dri.so malloc 72 0x5571735c2f20 0.000131
+gallium_dri.so free 0x5571735c2fc0 void 0.000137
+gallium_dri.so free 0x5571735c2f20 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2f70 0.000302
+gallium_dri.so free 0x5571735f9d80 void 0.000273
+gallium_dri.so free 0x5571735c2f70 void 0.000284
+gallium_dri.so malloc 72 0x5571735c2f70 0.000279
+gallium_dri.so free 0x5571735c3040 void 0.000271
+gallium_dri.so free 0x5571735c2f70 void 0.000281
+gallium_dri.so malloc 72 0x5571735c3040 0.000245
+gallium_dri.so free 0x557173610b00 void 0.000167
+gallium_dri.so free 0x5571735c3040 void 0.000162
+gallium_dri.so malloc 72 0x557173610b60 0.000132
+gallium_dri.so free 0x557173610c00 void 0.000127
+gallium_dri.so free 0x557173610b60 void 0.000124
+gallium_dri.so malloc 72 0x557173610bb0 0.000124
+gallium_dri.so free 0x557173610c40 void 0.000121
+gallium_dri.so free 0x557173610bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173610bb0 0.000125
+gallium_dri.so free 0x557173610d00 void 0.000125
+gallium_dri.so free 0x557173610bb0 void 0.000119
+gallium_dri.so malloc 72 0x557173610d40 0.000119
+gallium_dri.so free 0x5571735f7580 void 0.000125
+gallium_dri.so free 0x557173610d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f75d0 0.000129
+gallium_dri.so free 0x5571735f7640 void 0.000124
+gallium_dri.so free 0x5571735f75d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7660 0.000125
+gallium_dri.so free 0x5571735f7700 void 0.000124
+gallium_dri.so free 0x5571735f7660 void 0.000117
+gallium_dri.so malloc 72 0x5571735f76b0 0.000120
+gallium_dri.so free 0x5571735f7780 void 0.000135
+gallium_dri.so free 0x5571735f76b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7780 0.000129
+gallium_dri.so free 0x557173473b80 void 0.000129
+gallium_dri.so free 0x5571735f7780 void 0.000129
+gallium_dri.so malloc 72 0x557173473b30 0.000125
+gallium_dri.so free 0x557173473c00 void 0.000119
+gallium_dri.so free 0x557173473b30 void 0.000123
+gallium_dri.so malloc 72 0x557173473c50 0.000128
+gallium_dri.so free 0x557173473cc0 void 0.000128
+gallium_dri.so free 0x557173473c50 void 0.000129
+gallium_dri.so malloc 72 0x557173473ce0 0.000130
+gallium_dri.so free 0x557173473d80 void 0.000128
+gallium_dri.so free 0x557173473ce0 void 0.000132
+gallium_dri.so malloc 72 0x557173473d30 0.000183
+gallium_dri.so free 0x5571735ecb80 void 0.000129
+gallium_dri.so free 0x557173473d30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ecb30 0.000128
+gallium_dri.so free 0x5571735ecc00 void 0.000128
+gallium_dri.so free 0x5571735ecb30 void 0.000131
+gallium_dri.so malloc 72 0x5571735ecc50 0.000130
+gallium_dri.so free 0x5571735eccc0 void 0.000132
+gallium_dri.so free 0x5571735ecc50 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecd00 0.000130
+gallium_dri.so free 0x5571735ecd80 void 0.000128
+gallium_dri.so free 0x5571735ecd00 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecd00 0.000119
+gallium_dri.so free 0x55717358de00 void 0.000130
+gallium_dri.so free 0x5571735ecd00 void 0.000130
+gallium_dri.so malloc 72 0x55717358de30 0.000129
+gallium_dri.so free 0x55717358de80 void 0.000124
+gallium_dri.so free 0x55717358de30 void 0.000119
+gallium_dri.so malloc 72 0x55717358de30 0.000125
+gallium_dri.so free 0x55717358df80 void 0.000130
+gallium_dri.so free 0x55717358de30 void 0.000124
+gallium_dri.so malloc 72 0x55717358df30 0.000120
+gallium_dri.so free 0x55717358e040 void 0.000121
+gallium_dri.so free 0x55717358df30 void 0.000120
+gallium_dri.so malloc 72 0x55717358dff0 0.000124
+gallium_dri.so free 0x557173603500 void 0.000132
+gallium_dri.so free 0x55717358dff0 void 0.000129
+gallium_dri.so malloc 72 0x557173603530 0.000130
+gallium_dri.so free 0x557173603580 void 0.000124
+gallium_dri.so free 0x557173603530 void 0.000136
+gallium_dri.so malloc 72 0x557173603530 0.000130
+gallium_dri.so free 0x557173603680 void 0.000125
+gallium_dri.so free 0x557173603530 void 0.000118
+gallium_dri.so malloc 72 0x5571736036c0 0.000125
+gallium_dri.so free 0x557173603740 void 0.000124
+gallium_dri.so free 0x5571736036c0 void 0.000118
+gallium_dri.so malloc 72 0x557173603740 0.000119
+gallium_dri.so free 0x557173466fc0 void 0.000120
+gallium_dri.so free 0x557173603740 void 0.000125
+gallium_dri.so malloc 72 0x557173466fe0 0.000125
+gallium_dri.so free 0x557173467080 void 0.000120
+gallium_dri.so free 0x557173466fe0 void 0.000124
+gallium_dri.so malloc 72 0x557173467030 0.000125
+gallium_dri.so free 0x557173467100 void 0.000128
+gallium_dri.so free 0x557173467030 void 0.000130
+gallium_dri.so malloc 72 0x557173467030 0.000130
+gallium_dri.so free 0x557173467180 void 0.000130
+gallium_dri.so free 0x557173467030 void 0.000129
+gallium_dri.so malloc 72 0x557173467180 0.000125
+gallium_dri.so free 0x5571735e1140 void 0.000120
+gallium_dri.so free 0x557173467180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e11a0 0.000186
+gallium_dri.so free 0x5571735e1240 void 0.000131
+gallium_dri.so free 0x5571735e11a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e11f0 0.000131
+gallium_dri.so free 0x5571735e1280 void 0.000129
+gallium_dri.so free 0x5571735e11f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e11f0 0.000119
+gallium_dri.so free 0x5571735e1340 void 0.000125
+gallium_dri.so free 0x5571735e11f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1380 0.000130
+gallium_dri.so free 0x5571735fa9c0 void 0.000125
+gallium_dri.so free 0x5571735e1380 void 0.000119
+gallium_dri.so malloc 72 0x5571735faa10 0.000125
+gallium_dri.so free 0x5571735faa80 void 0.000124
+gallium_dri.so free 0x5571735faa10 void 0.000129
+gallium_dri.so malloc 72 0x5571735faaa0 0.000129
+gallium_dri.so free 0x5571735fab40 void 0.000129
+gallium_dri.so free 0x5571735faaa0 void 0.000131
+gallium_dri.so malloc 72 0x5571735faaf0 0.000125
+gallium_dri.so free 0x5571735fabc0 void 0.000127
+gallium_dri.so free 0x5571735faaf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fabc0 0.000139
+gallium_dri.so free 0x55717360c0c0 void 0.000130
+gallium_dri.so free 0x5571735fabc0 void 0.000126
+gallium_dri.so malloc 72 0x55717360c100 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000125
+gallium_dri.so free 0x55717360c100 void 0.000129
+gallium_dri.so malloc 72 0x55717360c180 0.000128
+gallium_dri.so free 0x55717360c240 void 0.000129
+gallium_dri.so free 0x55717360c180 void 0.000129
+gallium_dri.so malloc 72 0x55717360c180 0.000126
+gallium_dri.so free 0x55717360c2c0 void 0.000127
+gallium_dri.so free 0x55717360c180 void 0.000126
+gallium_dri.so malloc 72 0x55717360c2f0 0.000121
+gallium_dri.so free 0x5571734620c0 void 0.000125
+gallium_dri.so free 0x55717360c2f0 void 0.000126
+gallium_dri.so malloc 72 0x557173462100 0.000122
+gallium_dri.so free 0x557173462180 void 0.000124
+gallium_dri.so free 0x557173462100 void 0.000129
+gallium_dri.so malloc 72 0x557173462180 0.000130
+gallium_dri.so free 0x557173462240 void 0.000128
+gallium_dri.so free 0x557173462180 void 0.000129
+gallium_dri.so malloc 72 0x557173462180 0.000129
+gallium_dri.so free 0x5571734622c0 void 0.000166
+gallium_dri.so free 0x557173462180 void 0.000162
+gallium_dri.so malloc 72 0x557173462180 0.000165
+gallium_dri.so free 0x557173462380 void 0.000129
+gallium_dri.so free 0x557173462180 void 0.000131
+gallium_dri.so malloc 72 0x5571734623b0 0.000124
+gallium_dri.so free 0x5571735f4c40 void 0.000126
+gallium_dri.so free 0x5571734623b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734623b0 0.000130
+gallium_dri.so free 0x5571735f4cc0 void 0.000130
+gallium_dri.so free 0x5571734623b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000130
+gallium_dri.so free 0x5571735f4d80 void 0.000129
+gallium_dri.so free 0x5571735f4cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000130
+gallium_dri.so free 0x5571735f4e40 void 0.000124
+gallium_dri.so free 0x5571735f4cc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000126
+gallium_dri.so free 0x5571735f4cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000167
+gallium_dri.so free 0x5571735fb380 void 0.000151
+gallium_dri.so free 0x5571735f4cc0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb330 0.000145
+gallium_dri.so free 0x5571735fb400 void 0.000144
+gallium_dri.so free 0x5571735fb330 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb450 0.000142
+gallium_dri.so free 0x5571735fb4c0 void 0.000143
+gallium_dri.so free 0x5571735fb450 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb4e0 0.000144
+gallium_dri.so free 0x5571735f4f00 void 0.000145
+gallium_dri.so free 0x5571735fb4e0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000139
+gallium_dri.so free 0x5571735e1a00 void 0.000144
+gallium_dri.so free 0x5571735f4eb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000138
+gallium_dri.so free 0x5571735e1a80 void 0.000140
+gallium_dri.so free 0x5571735f4eb0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e1a80 0.000143
+gallium_dri.so free 0x5571735e1b40 void 0.000164
+gallium_dri.so free 0x5571735e1a80 void 0.000162
+gallium_dri.so malloc 72 0x5571735e1a80 0.000160
+gallium_dri.so free 0x5571735fb580 void 0.000161
+gallium_dri.so free 0x5571735e1a80 void 0.000161
+gallium_dri.so malloc 72 0x5571735fb530 0.000158
+gallium_dri.so free 0x5571735e1c40 void 0.000152
+gallium_dri.so free 0x5571735fb530 void 0.000159
+gallium_dri.so malloc 72 0x5571735fb530 0.000161
+gallium_dri.so free 0x5571735fa0c0 void 0.000161
+gallium_dri.so free 0x5571735fb530 void 0.000158
+gallium_dri.so malloc 72 0x5571735fb530 0.000150
+gallium_dri.so free 0x5571735fa140 void 0.000156
+gallium_dri.so free 0x5571735fb530 void 0.000160
+gallium_dri.so malloc 72 0x5571735fa140 0.000157
+gallium_dri.so free 0x5571735e1d00 void 0.000150
+gallium_dri.so free 0x5571735fa140 void 0.000157
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000160
+gallium_dri.so free 0x5571735fa200 void 0.000194
+gallium_dri.so free 0x5571735e1cb0 void 0.000197
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000254
+gallium_dri.so free 0x5571735fa2c0 void 0.000151
+gallium_dri.so free 0x5571735e1cb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fa310 0.000151
+gallium_dri.so free 0x5571735eb9c0 void 0.000152
+gallium_dri.so free 0x5571735fa310 void 0.000151
+gallium_dri.so malloc 72 0x5571735fa310 0.000148
+gallium_dri.so free 0x5571735eba40 void 0.000143
+gallium_dri.so free 0x5571735fa310 void 0.000148
+gallium_dri.so malloc 72 0x5571735eba40 0.000151
+gallium_dri.so free 0x5571735ebb00 void 0.000150
+gallium_dri.so free 0x5571735eba40 void 0.000148
+gallium_dri.so malloc 72 0x5571735eba40 0.000141
+gallium_dri.so free 0x5571735fa380 void 0.000149
+gallium_dri.so free 0x5571735eba40 void 0.000152
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000165
+gallium_dri.so free 0x5571735ebbc0 void 0.000151
+gallium_dri.so free 0x5571735fa3b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000144
+gallium_dri.so free 0x5571735ebc40 void 0.000149
+gallium_dri.so free 0x5571735fa3b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735ebc40 0.000151
+gallium_dri.so free 0x5571735c0500 void 0.000152
+gallium_dri.so free 0x5571735ebc40 void 0.000148
+gallium_dri.so malloc 72 0x5571735ebc40 0.000141
+gallium_dri.so free 0x5571735c0580 void 0.000148
+gallium_dri.so free 0x5571735ebc40 void 0.000151
+gallium_dri.so malloc 72 0x5571735ebc40 0.000151
+gallium_dri.so free 0x5571735c0640 void 0.000151
+gallium_dri.so free 0x5571735ebc40 void 0.000151
+gallium_dri.so malloc 72 0x5571735ebc40 0.000148
+gallium_dri.so free 0x5571735c0700 void 0.000149
+gallium_dri.so free 0x5571735ebc40 void 0.000152
+gallium_dri.so malloc 72 0x5571735c06b0 0.000149
+gallium_dri.so free 0x5571735c0780 void 0.000201
+gallium_dri.so free 0x5571735c06b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735c07d0 0.000150
+gallium_dri.so free 0x5571735da8c0 void 0.000152
+gallium_dri.so free 0x5571735c07d0 void 0.000150
+gallium_dri.so malloc 72 0x5571735c07d0 0.000147
+gallium_dri.so free 0x5571735da940 void 0.000148
+gallium_dri.so free 0x5571735c07d0 void 0.000148
+gallium_dri.so malloc 72 0x5571735da970 0.000150
+gallium_dri.so free 0x5571735da9c0 void 0.000152
+gallium_dri.so free 0x5571735da970 void 0.000152
+gallium_dri.so malloc 72 0x5571735da970 0.000150
+gallium_dri.so free 0x5571735daac0 void 0.000147
+gallium_dri.so free 0x5571735da970 void 0.000155
+gallium_dri.so malloc 72 0x5571735dab00 0.000151
+gallium_dri.so free 0x557173589740 void 0.000150
+gallium_dri.so free 0x5571735dab00 void 0.000143
+gallium_dri.so malloc 72 0x5571735896f0 0.000139
+gallium_dri.so free 0x557173589800 void 0.000144
+gallium_dri.so free 0x5571735896f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735897b0 0.000136
+gallium_dri.so free 0x557173589840 void 0.000145
+gallium_dri.so free 0x5571735897b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735897b0 0.000136
+gallium_dri.so free 0x5571735dab80 void 0.000134
+gallium_dri.so free 0x5571735897b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735897b0 0.000145
+gallium_dri.so free 0x557173589900 void 0.000144
+gallium_dri.so free 0x5571735897b0 void 0.000143
+gallium_dri.so malloc 72 0x557173589950 0.000139
+gallium_dri.so free 0x5571735899c0 void 0.000139
+gallium_dri.so free 0x557173589950 void 0.000140
+gallium_dri.so malloc 72 0x557173589950 0.000141
+gallium_dri.so free 0x5571735f29c0 void 0.000140
+gallium_dri.so free 0x557173589950 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2970 0.000137
+gallium_dri.so free 0x5571735f2a00 void 0.000134
+gallium_dri.so free 0x5571735f2970 void 0.000141
+gallium_dri.so malloc 72 0x5571735f2970 0.000145
+gallium_dri.so free 0x5571735f2ac0 void 0.000143
+gallium_dri.so free 0x5571735f2970 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2b00 0.000136
+gallium_dri.so free 0x5571735f2b80 void 0.000140
+gallium_dri.so free 0x5571735f2b00 void 0.000185
+gallium_dri.so malloc 72 0x5571735f2b80 0.000141
+gallium_dri.so free 0x5571735f2c40 void 0.000141
+gallium_dri.so free 0x5571735f2b80 void 0.000143
+gallium_dri.so malloc 72 0x5571735f2b80 0.000134
+gallium_dri.so free 0x5571735e26c0 void 0.000134
+gallium_dri.so free 0x5571735f2b80 void 0.000135
+gallium_dri.so malloc 72 0x5571735e26f0 0.000138
+gallium_dri.so free 0x5571735e2740 void 0.000140
+gallium_dri.so free 0x5571735e26f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e2740 0.000140
+gallium_dri.so free 0x5571735e2800 void 0.000142
+gallium_dri.so free 0x5571735e2740 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2740 0.000143
+gallium_dri.so free 0x5571735e2900 void 0.000140
+gallium_dri.so free 0x5571735e2740 void 0.000134
+gallium_dri.so malloc 72 0x5571735e28b0 0.000139
+gallium_dri.so free 0x5571735e29c0 void 0.000141
+gallium_dri.so free 0x5571735e28b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e2970 0.000134
+gallium_dri.so free 0x5571735f9200 void 0.000133
+gallium_dri.so free 0x5571735e2970 void 0.000135
+gallium_dri.so malloc 72 0x5571735f91b0 0.000147
+gallium_dri.so free 0x5571735f9280 void 0.000135
+gallium_dri.so free 0x5571735f91b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f91b0 0.000179
+gallium_dri.so free 0x5571735f9300 void 0.000135
+gallium_dri.so free 0x5571735f91b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9300 0.000134
+gallium_dri.so free 0x5571735f93c0 void 0.000134
+gallium_dri.so free 0x5571735f9300 void 0.000201
+gallium_dri.so malloc 72 0x5571735f9300 0.000132
+gallium_dri.so free 0x5571735f94c0 void 0.000116
+gallium_dri.so free 0x5571735f9300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9470 0.000113
+gallium_dri.so free 0x55717346cc40 void 0.000114
+gallium_dri.so free 0x5571735f9470 void 0.000121
+gallium_dri.so malloc 72 0x55717346cbf0 0.000113
+gallium_dri.so free 0x55717346ccc0 void 0.000113
+gallium_dri.so free 0x55717346cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cbf0 0.000113
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so free 0x55717346cbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717346cd40 0.000114
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346cd40 void 0.000113
+gallium_dri.so malloc 72 0x55717346cd40 0.000114
+gallium_dri.so free 0x55717346cec0 void 0.000131
+gallium_dri.so free 0x55717346cd40 void 0.000114
+gallium_dri.so malloc 72 0x55717346cd40 0.000114
+gallium_dri.so free 0x55717360dc00 void 0.000114
+gallium_dri.so free 0x55717346cd40 void 0.000112
+gallium_dri.so malloc 72 0x55717360dbb0 0.000113
+gallium_dri.so free 0x55717360dc00 void 0.000114
+gallium_dri.so free 0x55717360dbb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000118
+gallium_dri.so free 0x55717360dd00 void 0.000203
+gallium_dri.so free 0x55717360dbb0 void 0.000256
+gallium_dri.so malloc 72 0x55717360dcb0 0.000128
+gallium_dri.so free 0x55717360ddc0 void 0.000115
+gallium_dri.so free 0x55717360dcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dd70 0.000113
+gallium_dri.so free 0x55717360de00 void 0.000115
+gallium_dri.so free 0x55717360dd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360dd70 0.000112
+gallium_dri.so free 0x55717360dec0 void 0.000115
+gallium_dri.so free 0x55717360dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360df00 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x55717360df00 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5f0 0.000115
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df5f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735df6b0 0.000116
+gallium_dri.so free 0x5571735df780 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000113
+gallium_dri.so free 0x5571735df840 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df6b0 0.000113
+gallium_dri.so free 0x5571735df900 void 0.000114
+gallium_dri.so free 0x5571735df6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df8b0 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000114
+gallium_dri.so free 0x5571735df8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c910 0.000116
+gallium_dri.so free 0x55717360c980 void 0.000115
+gallium_dri.so free 0x55717360c910 void 0.000121
+gallium_dri.so malloc 72 0x55717360c9a0 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so free 0x55717360c9a0 void 0.000153
+gallium_dri.so malloc 72 0x55717360c9f0 0.000153
+gallium_dri.so free 0x55717360cac0 void 0.000154
+gallium_dri.so free 0x55717360c9f0 void 0.000151
+gallium_dri.so malloc 72 0x55717360cac0 0.000153
+gallium_dri.so free 0x55717360cb80 void 0.000153
+gallium_dri.so free 0x55717360cac0 void 0.000153
+gallium_dri.so malloc 72 0x55717360cac0 0.000169
+gallium_dri.so free 0x5571735f6c40 void 0.000156
+gallium_dri.so free 0x55717360cac0 void 0.000153
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000151
+gallium_dri.so free 0x5571735f6d00 void 0.000153
+gallium_dri.so free 0x5571735f6bf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000128
+gallium_dri.so free 0x5571735f6d40 void 0.000115
+gallium_dri.so free 0x5571735f6cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000112
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6e40 0.000112
+gallium_dri.so free 0x5571735f6ec0 void 0.000114
+gallium_dri.so free 0x5571735f6e40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000114
+gallium_dri.so free 0x5571735f6ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4b40 void 0.000116
+gallium_dri.so free 0x5571735c4a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4b60 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000113
+gallium_dri.so free 0x5571735c4d00 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d00 0.000113
+gallium_dri.so free 0x557173600840 void 0.000113
+gallium_dri.so free 0x5571735c4d00 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x557173600880 void 0.000114
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000113
+gallium_dri.so free 0x557173600940 void 0.000113
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009b0 0.000114
+gallium_dri.so free 0x557173600a00 void 0.000114
+gallium_dri.so free 0x5571736009b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009b0 0.000112
+gallium_dri.so free 0x557173600b00 void 0.000114
+gallium_dri.so free 0x5571736009b0 void 0.000113
+gallium_dri.so malloc 72 0x557173600ab0 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000114
+gallium_dri.so free 0x557173600ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc900 void 0.000115
+gallium_dri.so free 0x5571735dc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000125
+gallium_dri.so malloc 72 0x5571735dca00 0.000115
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735dcb40 void 0.000112
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000112
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000113
+gallium_dri.so free 0x55717346a6c0 void 0.000115
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a630 0.000112
+gallium_dri.so free 0x55717346a780 void 0.000113
+gallium_dri.so free 0x55717346a630 void 0.000113
+gallium_dri.so malloc 72 0x55717346a7c0 0.000114
+gallium_dri.so free 0x55717346a840 void 0.000114
+gallium_dri.so free 0x55717346a7c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a840 0.000128
+gallium_dri.so free 0x55717346a900 void 0.000116
+gallium_dri.so free 0x55717346a840 void 0.000114
+gallium_dri.so malloc 72 0x55717346a840 0.000113
+gallium_dri.so free 0x5571735db580 void 0.000120
+gallium_dri.so free 0x55717346a840 void 0.000112
+gallium_dri.so malloc 72 0x5571735db5b0 0.000113
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so free 0x5571735db5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db600 0.000116
+gallium_dri.so free 0x5571735db6c0 void 0.000114
+gallium_dri.so free 0x5571735db600 void 0.000113
+gallium_dri.so malloc 72 0x5571735db600 0.000113
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db600 void 0.000112
+gallium_dri.so malloc 72 0x5571735db770 0.000114
+gallium_dri.so free 0x5571735db880 void 0.000114
+gallium_dri.so free 0x5571735db770 void 0.000112
+gallium_dri.so malloc 72 0x5571735db830 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735db830 void 0.000114
+gallium_dri.so malloc 72 0x5571735db830 0.000113
+gallium_dri.so free 0x5571735fa680 void 0.000114
+gallium_dri.so free 0x5571735db830 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa630 0.000112
+gallium_dri.so free 0x5571735fa700 void 0.000114
+gallium_dri.so free 0x5571735fa630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa750 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000114
+gallium_dri.so free 0x5571735fa750 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa800 0.000113
+gallium_dri.so free 0x5571735fa880 void 0.000115
+gallium_dri.so free 0x5571735fa800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa800 0.000114
+gallium_dri.so free 0x557173461780 void 0.000113
+gallium_dri.so free 0x5571735fa800 void 0.000114
+gallium_dri.so malloc 72 0x557173461730 0.000123
+gallium_dri.so free 0x557173461800 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000112
+gallium_dri.so malloc 72 0x557173461730 0.000114
+gallium_dri.so free 0x557173461880 void 0.000115
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x557173461880 0.000113
+gallium_dri.so free 0x557173461940 void 0.000113
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x557173461880 0.000112
+gallium_dri.so free 0x557173461a00 void 0.000114
+gallium_dri.so free 0x557173461880 void 0.000116
+gallium_dri.so malloc 72 0x557173461880 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1230 0.000114
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so free 0x5571735c1230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1230 0.000113
+gallium_dri.so free 0x5571735c1380 void 0.000115
+gallium_dri.so free 0x5571735c1230 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1330 0.000113
+gallium_dri.so free 0x5571735c1440 void 0.000115
+gallium_dri.so free 0x5571735c1330 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13f0 0.000112
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c13f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c13f0 0.000124
+gallium_dri.so free 0x5571735f5900 void 0.000115
+gallium_dri.so free 0x5571735c13f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5940 0.000113
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so free 0x5571735f5940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f59c0 0.000115
+gallium_dri.so free 0x5571735f5a80 void 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000115
+gallium_dri.so free 0x5571735f5b40 void 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5b60 0.000114
+gallium_dri.so free 0x5571735f5c00 void 0.000118
+gallium_dri.so free 0x5571735f5b60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5bb0 0.000113
+gallium_dri.so free 0x5571736101c0 void 0.000115
+gallium_dri.so free 0x5571735f5bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173610170 0.000113
+gallium_dri.so free 0x557173610240 void 0.000115
+gallium_dri.so free 0x557173610170 void 0.000114
+gallium_dri.so malloc 72 0x557173610290 0.000113
+gallium_dri.so free 0x557173610300 void 0.000115
+gallium_dri.so free 0x557173610290 void 0.000115
+gallium_dri.so malloc 72 0x557173610320 0.000114
+gallium_dri.so free 0x5571736103c0 void 0.000115
+gallium_dri.so free 0x557173610320 void 0.000114
+gallium_dri.so malloc 72 0x557173610370 0.000113
+gallium_dri.so free 0x557173610440 void 0.000122
+gallium_dri.so free 0x557173610370 void 0.000114
+gallium_dri.so malloc 72 0x557173610440 0.000114
+gallium_dri.so free 0x557173473680 void 0.000116
+gallium_dri.so free 0x557173610440 void 0.000114
+gallium_dri.so malloc 72 0x5571734736c0 0.000113
+gallium_dri.so free 0x557173473740 void 0.000114
+gallium_dri.so free 0x5571734736c0 void 0.000113
+gallium_dri.so malloc 72 0x557173473740 0.000113
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so free 0x557173473740 void 0.000113
+gallium_dri.so malloc 72 0x557173473740 0.000113
+gallium_dri.so free 0x557173473880 void 0.000114
+gallium_dri.so free 0x557173473740 void 0.000113
+gallium_dri.so malloc 72 0x5571734738b0 0.000114
+gallium_dri.so free 0x557173473900 void 0.000116
+gallium_dri.so free 0x5571734738b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734738b0 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000115
+gallium_dri.so free 0x5571734738b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de350 0.000114
+gallium_dri.so free 0x5571735de3c0 void 0.000115
+gallium_dri.so free 0x5571735de350 void 0.000114
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de480 void 0.000114
+gallium_dri.so free 0x5571735de400 void 0.000113
+gallium_dri.so malloc 72 0x5571735de400 0.000112
+gallium_dri.so free 0x5571735de500 void 0.000119
+gallium_dri.so free 0x5571735de400 void 0.000114
+gallium_dri.so malloc 72 0x5571735de530 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de530 void 0.000114
+gallium_dri.so malloc 72 0x5571735de530 0.000112
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so free 0x5571735de530 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000114
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so free 0x5571735fe2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000112
+gallium_dri.so free 0x5571735fe500 void 0.000113
+gallium_dri.so free 0x5571735fe4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe4b0 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735fe4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec6d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec760 0.000114
+gallium_dri.so free 0x5571735ec800 void 0.000127
+gallium_dri.so free 0x5571735ec760 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000114
+gallium_dri.so free 0x5571735ec880 void 0.000118
+gallium_dri.so free 0x5571735ec7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000114
+gallium_dri.so free 0x5571735ec900 void 0.000114
+gallium_dri.so free 0x5571735ec7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec900 0.000114
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so malloc 72 0x5571735c24b0 0.000114
+gallium_dri.so free 0x5571735c2580 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c24b0 0.000114
+gallium_dri.so free 0x5571735c2640 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24b0 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000116
+gallium_dri.so free 0x5571735c24b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c26b0 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000116
+gallium_dri.so free 0x5571735c26b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27d0 0.000114
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735c27d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c27d0 0.000112
+gallium_dri.so free 0x5571736013c0 void 0.000115
+gallium_dri.so free 0x5571735c27d0 void 0.000184
+gallium_dri.so malloc 72 0x5571736013f0 0.000114
+gallium_dri.so free 0x557173601440 void 0.000116
+gallium_dri.so free 0x5571736013f0 void 0.000114
+gallium_dri.so malloc 72 0x557173601440 0.000114
+gallium_dri.so free 0x557173601500 void 0.000115
+gallium_dri.so free 0x557173601440 void 0.000113
+gallium_dri.so malloc 72 0x557173601440 0.000113
+gallium_dri.so free 0x557173601600 void 0.000113
+gallium_dri.so free 0x557173601440 void 0.000114
+gallium_dri.so malloc 72 0x5571736015b0 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x5571736015b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000112
+gallium_dri.so free 0x5571735f5080 void 0.000113
+gallium_dri.so free 0x5571735f4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5140 void 0.000114
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5180 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5200 0.000114
+gallium_dri.so free 0x5571735f5340 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735fb680 void 0.000115
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb630 0.000114
+gallium_dri.so free 0x5571735fb700 void 0.000115
+gallium_dri.so free 0x5571735fb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb630 0.000113
+gallium_dri.so free 0x5571735fb780 void 0.000115
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb780 0.000113
+gallium_dri.so free 0x5571735fb840 void 0.000116
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb780 0.000114
+gallium_dri.so free 0x5571735fb900 void 0.000115
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb780 0.000114
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735fb780 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd70 0.000118
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735ebd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebd70 0.000112
+gallium_dri.so free 0x5571735ebec0 void 0.000115
+gallium_dri.so free 0x5571735ebd70 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebe70 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebe70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebf30 0.000114
+gallium_dri.so free 0x5571735fb9c0 void 0.000115
+gallium_dri.so free 0x5571735ebf30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb970 0.000114
+gallium_dri.so free 0x5571735ebfc0 void 0.000115
+gallium_dri.so free 0x5571735fb970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb970 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000115
+gallium_dri.so free 0x5571735fb970 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec070 0.000113
+gallium_dri.so free 0x5571735c0900 void 0.000115
+gallium_dri.so free 0x5571735ec070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000115
+gallium_dri.so free 0x5571735c0980 void 0.000116
+gallium_dri.so free 0x5571735c08b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c08b0 0.000112
+gallium_dri.so free 0x5571735c0a40 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735c0b00 void 0.000113
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0ab0 0.000114
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0bd0 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735c0bd0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000116
+gallium_dri.so free 0x5571735dad00 void 0.000115
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000115
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae10 0.000113
+gallium_dri.so free 0x5571735dae80 void 0.000115
+gallium_dri.so free 0x5571735dae10 void 0.000114
+gallium_dri.so malloc 72 0x5571735daec0 0.000114
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735daec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735daf40 0.000113
+gallium_dri.so free 0x5571735e1e00 void 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1db0 0.000114
+gallium_dri.so free 0x5571735e1e40 void 0.000116
+gallium_dri.so free 0x5571735e1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1db0 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000114
+gallium_dri.so free 0x5571735e1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f40 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000114
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000126
+gallium_dri.so free 0x5571735e2100 void 0.000116
+gallium_dri.so free 0x5571735e1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000113
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x5571735e1fc0 void 0.000112
+gallium_dri.so malloc 72 0x5571736068f0 0.000114
+gallium_dri.so free 0x557173606940 void 0.000113
+gallium_dri.so free 0x5571736068f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736068f0 0.000118
+gallium_dri.so free 0x557173606a40 void 0.000115
+gallium_dri.so free 0x5571736068f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736069f0 0.000114
+gallium_dri.so free 0x557173606b00 void 0.000114
+gallium_dri.so free 0x5571736069f0 void 0.000113
+gallium_dri.so malloc 72 0x557173606ab0 0.000113
+gallium_dri.so free 0x557173606b40 void 0.000115
+gallium_dri.so free 0x557173606ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173606ab0 0.000115
+gallium_dri.so free 0x5571735f3300 void 0.000114
+gallium_dri.so free 0x557173606ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3370 0.000113
+gallium_dri.so free 0x5571735f33c0 void 0.000113
+gallium_dri.so free 0x5571735f3370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3370 0.000113
+gallium_dri.so free 0x557173606c00 void 0.000113
+gallium_dri.so free 0x5571735f3370 void 0.000112
+gallium_dri.so malloc 72 0x557173606c50 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000116
+gallium_dri.so free 0x557173606c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735f3500 void 0.000116
+gallium_dri.so free 0x5571735f3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3470 0.000114
+gallium_dri.so free 0x5571735f35c0 void 0.000115
+gallium_dri.so free 0x5571735f3470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3600 0.000113
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so free 0x5571735f3600 void 0.000115
+gallium_dri.so malloc 72 0x5571735c39c0 0.000113
+gallium_dri.so free 0x5571735c3a80 void 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c39c0 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000114
+gallium_dri.so free 0x5571735c39c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3b60 0.000124
+gallium_dri.so free 0x5571735c3c00 void 0.000124
+gallium_dri.so free 0x5571735c3b60 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000124
+gallium_dri.so free 0x5571735f3680 void 0.000118
+gallium_dri.so free 0x5571735c3bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3bb0 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000114
+gallium_dri.so free 0x5571735c3bb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3c80 0.000114
+gallium_dri.so free 0x5571735c3d40 void 0.000115
+gallium_dri.so free 0x5571735c3c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3c80 0.000113
+gallium_dri.so free 0x5571735fd180 void 0.000146
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c80 0.000114
+gallium_dri.so free 0x5571735fd240 void 0.000113
+gallium_dri.so free 0x5571735c3c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000113
+gallium_dri.so free 0x5571735fd300 void 0.000114
+gallium_dri.so free 0x5571735fd1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000112
+gallium_dri.so free 0x5571735fd380 void 0.000113
+gallium_dri.so free 0x5571735fd2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd3d0 0.000112
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd3d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd460 0.000113
+gallium_dri.so free 0x5571735fd500 void 0.000113
+gallium_dri.so free 0x5571735fd460 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000114
+gallium_dri.so free 0x5571735fd4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000115
+gallium_dri.so free 0x55717346e180 void 0.000118
+gallium_dri.so free 0x5571735fd4b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346e180 0.000116
+gallium_dri.so free 0x55717346e240 void 0.000113
+gallium_dri.so free 0x55717346e180 void 0.000113
+gallium_dri.so malloc 72 0x55717346e180 0.000113
+gallium_dri.so free 0x55717346e340 void 0.000115
+gallium_dri.so free 0x55717346e180 void 0.000113
+gallium_dri.so malloc 72 0x55717346e2f0 0.000113
+gallium_dri.so free 0x55717346e380 void 0.000114
+gallium_dri.so free 0x55717346e2f0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e2f0 0.000113
+gallium_dri.so free 0x55717346e440 void 0.000113
+gallium_dri.so free 0x55717346e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e480 0.000112
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so free 0x55717346e480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000112
+gallium_dri.so free 0x5571735f81c0 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000112
+gallium_dri.so free 0x5571735f8240 void 0.000114
+gallium_dri.so free 0x5571735f8100 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8270 0.000113
+gallium_dri.so free 0x5571735f82c0 void 0.000114
+gallium_dri.so free 0x5571735f8270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8270 0.000124
+gallium_dri.so free 0x5571735f83c0 void 0.000119
+gallium_dri.so free 0x5571735f8270 void 0.000180
+gallium_dri.so malloc 72 0x5571735f8400 0.000114
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so free 0x5571735f8400 void 0.000117
+gallium_dri.so malloc 72 0x557173462840 0.000119
+gallium_dri.so free 0x557173462900 void 0.000118
+gallium_dri.so free 0x557173462840 void 0.000121
+gallium_dri.so malloc 72 0x557173462840 0.000124
+gallium_dri.so free 0x557173462980 void 0.000119
+gallium_dri.so free 0x557173462840 void 0.000116
+gallium_dri.so malloc 72 0x5571734629b0 0.000118
+gallium_dri.so free 0x5571735f8480 void 0.000119
+gallium_dri.so free 0x5571734629b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734629b0 0.000118
+gallium_dri.so free 0x557173462a00 void 0.000119
+gallium_dri.so free 0x5571734629b0 void 0.000119
+gallium_dri.so malloc 72 0x557173462a00 0.000118
+gallium_dri.so free 0x557173462ac0 void 0.000118
+gallium_dri.so free 0x557173462a00 void 0.000118
+gallium_dri.so malloc 72 0x557173462a00 0.000118
+gallium_dri.so free 0x557173462bc0 void 0.000119
+gallium_dri.so free 0x557173462a00 void 0.000117
+gallium_dri.so malloc 72 0x557173462a00 0.000119
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x557173462a00 void 0.000118
+gallium_dri.so malloc 72 0x557173462a00 0.000117
+gallium_dri.so free 0x557173608540 void 0.000127
+gallium_dri.so free 0x557173462a00 void 0.000116
+gallium_dri.so malloc 72 0x5571736084f0 0.000117
+gallium_dri.so free 0x5571736085c0 void 0.000118
+gallium_dri.so free 0x5571736084f0 void 0.000117
+gallium_dri.so malloc 72 0x557173608610 0.000115
+gallium_dri.so free 0x557173608680 void 0.000117
+gallium_dri.so free 0x557173608610 void 0.000118
+gallium_dri.so malloc 72 0x5571736086a0 0.000118
+gallium_dri.so free 0x557173608740 void 0.000118
+gallium_dri.so free 0x5571736086a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736086f0 0.000119
+gallium_dri.so free 0x5571736087c0 void 0.000119
+gallium_dri.so free 0x5571736086f0 void 0.000115
+gallium_dri.so malloc 72 0x5571736087c0 0.000118
+gallium_dri.so free 0x55717360f0c0 void 0.000123
+gallium_dri.so free 0x5571736087c0 void 0.000120
+gallium_dri.so malloc 72 0x5571736087c0 0.000118
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so free 0x5571736087c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f140 0.000118
+gallium_dri.so free 0x55717360f200 void 0.000119
+gallium_dri.so free 0x55717360f140 void 0.000119
+gallium_dri.so malloc 72 0x55717360f140 0.000117
+gallium_dri.so free 0x55717360f2c0 void 0.000117
+gallium_dri.so free 0x55717360f140 void 0.000117
+gallium_dri.so malloc 72 0x55717360f140 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000120
+gallium_dri.so free 0x55717360f140 void 0.000118
+gallium_dri.so malloc 72 0x55717360f330 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000118
+gallium_dri.so free 0x55717360f330 void 0.000118
+gallium_dri.so malloc 72 0x55717360f450 0.000117
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so free 0x55717360f450 void 0.000118
+gallium_dri.so malloc 72 0x55717360f450 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x55717360f450 void 0.000117
+gallium_dri.so malloc 72 0x55717360f450 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000118
+gallium_dri.so free 0x55717360f450 void 0.000114
+gallium_dri.so malloc 72 0x55717360f450 0.000118
+gallium_dri.so free 0x5571735d0200 void 0.000117
+gallium_dri.so free 0x55717360f450 void 0.000118
+gallium_dri.so malloc 72 0x5571735d01b0 0.000118
+gallium_dri.so free 0x5571735d0280 void 0.000117
+gallium_dri.so free 0x5571735d01b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d02d0 0.000118
+gallium_dri.so free 0x5571735d0340 void 0.000119
+gallium_dri.so free 0x5571735d02d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0360 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000118
+gallium_dri.so free 0x5571735d0360 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0360 0.000167
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x5571735d0360 void 0.000117
+gallium_dri.so malloc 72 0x55717358e270 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000118
+gallium_dri.so free 0x55717358e270 void 0.000117
+gallium_dri.so malloc 72 0x55717358e270 0.000117
+gallium_dri.so free 0x55717358e3c0 void 0.000120
+gallium_dri.so free 0x55717358e270 void 0.000116
+gallium_dri.so malloc 72 0x55717358e370 0.000117
+gallium_dri.so free 0x55717358e480 void 0.000117
+gallium_dri.so free 0x55717358e370 void 0.000115
+gallium_dri.so malloc 72 0x55717358e430 0.000117
+gallium_dri.so free 0x55717358e4c0 void 0.000118
+gallium_dri.so free 0x55717358e430 void 0.000117
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x557173620740 void 0.000118
+gallium_dri.so free 0x55717358e430 void 0.000114
+gallium_dri.so malloc 72 0x55717358e430 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000118
+gallium_dri.so free 0x55717358e430 void 0.000117
+gallium_dri.so malloc 72 0x5571736207c0 0.000117
+gallium_dri.so free 0x557173620880 void 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736207c0 0.000120
+gallium_dri.so free 0x557173620980 void 0.000118
+gallium_dri.so free 0x5571736207c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736207c0 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000117
+gallium_dri.so free 0x5571736207c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e5b0 0.000117
+gallium_dri.so free 0x557173620a00 void 0.000118
+gallium_dri.so free 0x55717358e5b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620a40 0.000117
+gallium_dri.so free 0x557173464e00 void 0.000118
+gallium_dri.so free 0x557173620a40 void 0.000117
+gallium_dri.so malloc 72 0x557173464e00 0.000118
+gallium_dri.so free 0x557173464ec0 void 0.000119
+gallium_dri.so free 0x557173464e00 void 0.000117
+gallium_dri.so malloc 72 0x557173464e00 0.000117
+gallium_dri.so free 0x557173464f40 void 0.000117
+gallium_dri.so free 0x557173464e00 void 0.000118
+gallium_dri.so malloc 72 0x557173464f70 0.000117
+gallium_dri.so free 0x557173464fc0 void 0.000118
+gallium_dri.so free 0x557173464f70 void 0.000117
+gallium_dri.so malloc 72 0x557173464fc0 0.000117
+gallium_dri.so free 0x557173620ac0 void 0.000118
+gallium_dri.so free 0x557173464fc0 void 0.000119
+gallium_dri.so malloc 72 0x557173464fc0 0.000118
+gallium_dri.so free 0x557173465080 void 0.000117
+gallium_dri.so free 0x557173464fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173465080 0.000118
+gallium_dri.so free 0x557173465140 void 0.000119
+gallium_dri.so free 0x557173465080 void 0.000125
+gallium_dri.so malloc 72 0x557173465080 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x557173465080 void 0.000118
+gallium_dri.so malloc 72 0x557173465080 0.000118
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x557173465080 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2630 0.000118
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so free 0x5571735d2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2750 0.000117
+gallium_dri.so free 0x5571735d27c0 void 0.000119
+gallium_dri.so free 0x5571735d2750 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2800 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000119
+gallium_dri.so free 0x5571735d2800 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2800 0.000117
+gallium_dri.so free 0x5571735d2900 void 0.000117
+gallium_dri.so free 0x5571735d2800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2930 0.000118
+gallium_dri.so free 0x5571735ff740 void 0.000117
+gallium_dri.so free 0x5571735d2930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2930 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000117
+gallium_dri.so free 0x5571735d2930 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000118
+gallium_dri.so free 0x5571735ff880 void 0.000162
+gallium_dri.so free 0x5571735ff7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000118
+gallium_dri.so free 0x5571735ff940 void 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000117
+gallium_dri.so free 0x5571735ff7c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000117
+gallium_dri.so free 0x5571735ff9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000118
+gallium_dri.so free 0x557173469380 void 0.000119
+gallium_dri.so free 0x5571735ff9b0 void 0.000118
+gallium_dri.so malloc 72 0x557173469380 0.000119
+gallium_dri.so free 0x5571735ffb00 void 0.000119
+gallium_dri.so free 0x557173469380 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffab0 0.000117
+gallium_dri.so free 0x557173469440 void 0.000117
+gallium_dri.so free 0x5571735ffab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffab0 0.000118
+gallium_dri.so free 0x557173469500 void 0.000118
+gallium_dri.so free 0x5571735ffab0 void 0.000122
+gallium_dri.so malloc 72 0x5571734694b0 0.000119
+gallium_dri.so free 0x557173469580 void 0.000118
+gallium_dri.so free 0x5571734694b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734695d0 0.000118
+gallium_dri.so free 0x557173469640 void 0.000117
+gallium_dri.so free 0x5571734695d0 void 0.000117
+gallium_dri.so malloc 72 0x5571734696a0 0.000119
+gallium_dri.so free 0x557173469740 void 0.000118
+gallium_dri.so free 0x5571734696a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734696f0 0.000118
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571734696f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735def70 0.000118
+gallium_dri.so free 0x5571735defc0 void 0.000118
+gallium_dri.so free 0x5571735def70 void 0.000118
+gallium_dri.so malloc 72 0x5571735def70 0.000117
+gallium_dri.so free 0x5571735df0c0 void 0.000117
+gallium_dri.so free 0x5571735def70 void 0.000118
+gallium_dri.so malloc 72 0x5571735df070 0.000120
+gallium_dri.so free 0x5571735df180 void 0.000117
+gallium_dri.so free 0x5571735df070 void 0.000117
+gallium_dri.so malloc 72 0x5571735df130 0.000118
+gallium_dri.so free 0x5571735df1c0 void 0.000118
+gallium_dri.so free 0x5571735df130 void 0.000118
+gallium_dri.so malloc 72 0x5571735df130 0.000117
+gallium_dri.so free 0x5571735df280 void 0.000117
+gallium_dri.so free 0x5571735df130 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2d0 0.000119
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x5571735df2d0 void 0.000117
+gallium_dri.so malloc 72 0x557173604340 0.000127
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so free 0x557173604340 void 0.000118
+gallium_dri.so malloc 72 0x5571736043c0 0.000117
+gallium_dri.so free 0x557173604480 void 0.000117
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736043c0 0.000116
+gallium_dri.so free 0x557173604500 void 0.000117
+gallium_dri.so free 0x5571736043c0 void 0.000118
+gallium_dri.so malloc 72 0x557173604530 0.000118
+gallium_dri.so free 0x557173604580 void 0.000120
+gallium_dri.so free 0x557173604530 void 0.000118
+gallium_dri.so malloc 72 0x557173604530 0.000117
+gallium_dri.so free 0x557173604680 void 0.000118
+gallium_dri.so free 0x557173604530 void 0.000117
+gallium_dri.so malloc 72 0x557173604630 0.000119
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x557173604630 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so malloc 72 0x557173591200 0.000117
+gallium_dri.so free 0x557173591300 void 0.000118
+gallium_dri.so free 0x557173591200 void 0.000118
+gallium_dri.so malloc 72 0x557173591330 0.000118
+gallium_dri.so free 0x557173591380 void 0.000120
+gallium_dri.so free 0x557173591330 void 0.000153
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x557173591480 void 0.000118
+gallium_dri.so free 0x557173591330 void 0.000117
+gallium_dri.so malloc 72 0x557173591430 0.000117
+gallium_dri.so free 0x557173591540 void 0.000118
+gallium_dri.so free 0x557173591430 void 0.000117
+gallium_dri.so malloc 72 0x5571735914f0 0.000117
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x5571735914f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000118
+gallium_dri.so free 0x5571735d3040 void 0.000118
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3180 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000117
+gallium_dri.so free 0x5571735d3180 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3200 0.000119
+gallium_dri.so free 0x557173591580 void 0.000117
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3200 0.000118
+gallium_dri.so free 0x5571735d32c0 void 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3200 0.000117
+gallium_dri.so free 0x5571735d3380 void 0.000118
+gallium_dri.so free 0x5571735d3200 void 0.000127
+gallium_dri.so malloc 72 0x5571735d3330 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000117
+gallium_dri.so free 0x5571735d3330 void 0.000117
+gallium_dri.so malloc 72 0x557173469fd0 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000205
+gallium_dri.so free 0x557173469fd0 void 0.000155
+gallium_dri.so malloc 72 0x55717346a0a0 0.000118
+gallium_dri.so free 0x55717346a140 void 0.000118
+gallium_dri.so free 0x55717346a0a0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a0f0 0.000117
+gallium_dri.so free 0x55717346a180 void 0.000117
+gallium_dri.so free 0x55717346a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000117
+gallium_dri.so free 0x55717346a240 void 0.000116
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a280 0.000120
+gallium_dri.so free 0x55717346a300 void 0.000137
+gallium_dri.so free 0x55717346a280 void 0.000118
+gallium_dri.so malloc 72 0x55717346a300 0.000118
+gallium_dri.so free 0x5571735c1e00 void 0.000117
+gallium_dri.so free 0x55717346a300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e20 0.000117
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so free 0x5571735c1e20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1e70 0.000127
+gallium_dri.so free 0x5571735c1f40 void 0.000119
+gallium_dri.so free 0x5571735c1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f40 0.000116
+gallium_dri.so free 0x5571735c2000 void 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1f40 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so free 0x5571735c1f40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2080 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000117
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2080 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x55717360d530 0.000118
+gallium_dri.so free 0x55717360d580 void 0.000118
+gallium_dri.so free 0x55717360d530 void 0.000117
+gallium_dri.so malloc 72 0x55717360d530 0.000117
+gallium_dri.so free 0x55717360d680 void 0.000119
+gallium_dri.so free 0x55717360d530 void 0.000119
+gallium_dri.so malloc 72 0x55717360d630 0.000119
+gallium_dri.so free 0x55717360d740 void 0.000118
+gallium_dri.so free 0x55717360d630 void 0.000118
+gallium_dri.so malloc 72 0x55717360d6f0 0.000118
+gallium_dri.so free 0x55717360d7c0 void 0.000118
+gallium_dri.so free 0x55717360d6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d7e0 0.000179
+gallium_dri.so free 0x55717360d880 void 0.000123
+gallium_dri.so free 0x55717360d7e0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d830 0.000121
+gallium_dri.so free 0x55717358a080 void 0.000117
+gallium_dri.so free 0x55717360d830 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0c0 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000117
+gallium_dri.so free 0x55717358a0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a140 0.000117
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000114
+gallium_dri.so malloc 72 0x55717358a140 0.000117
+gallium_dri.so free 0x55717358a280 void 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000116
+gallium_dri.so malloc 72 0x55717358a2b0 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000118
+gallium_dri.so free 0x55717358a2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a2b0 0.000118
+gallium_dri.so free 0x55717358a400 void 0.000118
+gallium_dri.so free 0x55717358a2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a440 0.000117
+gallium_dri.so free 0x5571735d5580 void 0.000118
+gallium_dri.so free 0x55717358a440 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55d0 0.000118
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so free 0x5571735d55d0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d5660 0.000113
+gallium_dri.so free 0x5571735d5700 void 0.000111
+gallium_dri.so free 0x5571735d5660 void 0.000111
+gallium_dri.so malloc 72 0x5571735d56b0 0.000110
+gallium_dri.so free 0x5571735d5780 void 0.000110
+gallium_dri.so free 0x5571735d56b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d56b0 0.000111
+gallium_dri.so free 0x5571735d5800 void 0.000110
+gallium_dri.so free 0x5571735d56b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d5800 0.000110
+gallium_dri.so free 0x5571735d58c0 void 0.000110
+gallium_dri.so free 0x5571735d5800 void 0.000110
+gallium_dri.so malloc 72 0x5571735d5800 0.000110
+gallium_dri.so free 0x55717360fac0 void 0.000109
+gallium_dri.so free 0x5571735d5800 void 0.000109
+gallium_dri.so malloc 72 0x55717360fae0 0.000109
+gallium_dri.so free 0x55717360fb80 void 0.000110
+gallium_dri.so free 0x55717360fae0 void 0.000111
+gallium_dri.so malloc 72 0x55717360fb30 0.000109
+gallium_dri.so free 0x55717360fc00 void 0.000109
+gallium_dri.so free 0x55717360fb30 void 0.000110
+gallium_dri.so malloc 72 0x55717360fb30 0.000116
+gallium_dri.so free 0x55717360fc80 void 0.000111
+gallium_dri.so free 0x55717360fb30 void 0.000111
+gallium_dri.so malloc 72 0x55717360fc80 0.000110
+gallium_dri.so free 0x55717360fd40 void 0.000112
+gallium_dri.so free 0x55717360fc80 void 0.000110
+gallium_dri.so malloc 72 0x55717360fc80 0.000125
+gallium_dri.so free 0x55717360fe00 void 0.000114
+gallium_dri.so free 0x55717360fc80 void 0.000112
+gallium_dri.so malloc 72 0x55717360fc80 0.000119
+gallium_dri.so free 0x557173608e80 void 0.000125
+gallium_dri.so free 0x55717360fc80 void 0.000119
+gallium_dri.so malloc 72 0x557173608ed0 0.000115
+gallium_dri.so free 0x557173608f40 void 0.000114
+gallium_dri.so free 0x557173608ed0 void 0.000111
+gallium_dri.so malloc 72 0x557173608f80 0.000112
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so free 0x557173608f80 void 0.000112
+gallium_dri.so malloc 72 0x557173609000 0.000112
+gallium_dri.so free 0x5571736090c0 void 0.000114
+gallium_dri.so free 0x557173609000 void 0.000112
+gallium_dri.so malloc 72 0x557173609000 0.000113
+gallium_dri.so free 0x55717360fec0 void 0.000113
+gallium_dri.so free 0x557173609000 void 0.000113
+gallium_dri.so malloc 72 0x55717360fe70 0.000114
+gallium_dri.so free 0x557173609140 void 0.000116
+gallium_dri.so free 0x55717360fe70 void 0.000113
+gallium_dri.so malloc 72 0x557173609180 0.000112
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x557173609180 void 0.000112
+gallium_dri.so malloc 72 0x557173609200 0.000112
+gallium_dri.so free 0x55717346eb00 void 0.000114
+gallium_dri.so free 0x557173609200 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb40 0.000127
+gallium_dri.so free 0x55717346ebc0 void 0.000116
+gallium_dri.so free 0x55717346eb40 void 0.000113
+gallium_dri.so malloc 72 0x55717346eb40 0.000113
+gallium_dri.so free 0x55717346ec40 void 0.000114
+gallium_dri.so free 0x55717346eb40 void 0.000113
+gallium_dri.so malloc 72 0x55717346ec70 0.000115
+gallium_dri.so free 0x55717346ecc0 void 0.000114
+gallium_dri.so free 0x55717346ec70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ec70 0.000112
+gallium_dri.so free 0x55717346edc0 void 0.000115
+gallium_dri.so free 0x55717346ec70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ed70 0.000112
+gallium_dri.so free 0x55717346ee80 void 0.000114
+gallium_dri.so free 0x55717346ed70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ee30 0.000121
+gallium_dri.so free 0x557173600140 void 0.000121
+gallium_dri.so free 0x55717346ee30 void 0.000113
+gallium_dri.so malloc 72 0x557173600170 0.000113
+gallium_dri.so free 0x5571736001c0 void 0.000114
+gallium_dri.so free 0x557173600170 void 0.000112
+gallium_dri.so malloc 72 0x557173600170 0.000111
+gallium_dri.so free 0x5571736002c0 void 0.000114
+gallium_dri.so free 0x557173600170 void 0.000113
+gallium_dri.so malloc 72 0x557173600300 0.000113
+gallium_dri.so free 0x557173600380 void 0.000112
+gallium_dri.so free 0x557173600300 void 0.000112
+gallium_dri.so malloc 72 0x557173600380 0.000112
+gallium_dri.so free 0x55717346eec0 void 0.000116
+gallium_dri.so free 0x557173600380 void 0.000111
+gallium_dri.so malloc 72 0x557173600380 0.000112
+gallium_dri.so free 0x557173600440 void 0.000112
+gallium_dri.so free 0x557173600380 void 0.000113
+gallium_dri.so malloc 72 0x557173600380 0.000112
+gallium_dri.so free 0x557173600500 void 0.000112
+gallium_dri.so free 0x557173600380 void 0.000118
+gallium_dri.so malloc 72 0x5571736004b0 0.000122
+gallium_dri.so free 0x5571735fdb80 void 0.000117
+gallium_dri.so free 0x5571736004b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000112
+gallium_dri.so free 0x5571735fdc40 void 0.000113
+gallium_dri.so free 0x5571735fdbd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fdca0 0.000121
+gallium_dri.so free 0x5571735fdd40 void 0.000121
+gallium_dri.so free 0x5571735fdca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000117
+gallium_dri.so free 0x5571735fdd80 void 0.000120
+gallium_dri.so free 0x5571735fdcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000117
+gallium_dri.so free 0x5571735fde40 void 0.000118
+gallium_dri.so free 0x5571735fdcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde80 0.000117
+gallium_dri.so free 0x5571735fdf00 void 0.000118
+gallium_dri.so free 0x5571735fde80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdf00 0.000162
+gallium_dri.so free 0x5571735e3300 void 0.000122
+gallium_dri.so free 0x5571735fdf00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3320 0.000119
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so free 0x5571735e3320 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3370 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so free 0x5571735e3370 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3440 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000118
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3440 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3580 0.000119
+gallium_dri.so free 0x5571735e3640 void 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3580 0.000119
+gallium_dri.so free 0x557173461080 void 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000118
+gallium_dri.so malloc 72 0x5571734610b0 0.000118
+gallium_dri.so free 0x557173461100 void 0.000118
+gallium_dri.so free 0x5571734610b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734610b0 0.000118
+gallium_dri.so free 0x557173461200 void 0.000118
+gallium_dri.so free 0x5571734610b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734611b0 0.000111
+gallium_dri.so free 0x5571734612c0 void 0.000110
+gallium_dri.so free 0x5571734611b0 void 0.000111
+gallium_dri.so malloc 72 0x557173461270 0.000109
+gallium_dri.so free 0x557173461340 void 0.000111
+gallium_dri.so free 0x557173461270 void 0.000110
+gallium_dri.so malloc 72 0x557173461360 0.000110
+gallium_dri.so free 0x557173461400 void 0.000110
+gallium_dri.so free 0x557173461360 void 0.000113
+gallium_dri.so malloc 72 0x5571734613b0 0.000111
+gallium_dri.so free 0x5571735d0a00 void 0.000112
+gallium_dri.so free 0x5571734613b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0a40 0.000111
+gallium_dri.so free 0x5571735d0ac0 void 0.000111
+gallium_dri.so free 0x5571735d0a40 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000110
+gallium_dri.so free 0x5571735d0b80 void 0.000110
+gallium_dri.so free 0x5571735d0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000110
+gallium_dri.so free 0x5571735d0c00 void 0.000109
+gallium_dri.so free 0x5571735d0ac0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0c30 0.000110
+gallium_dri.so free 0x5571735d0c80 void 0.000112
+gallium_dri.so free 0x5571735d0c30 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0c30 0.000110
+gallium_dri.so free 0x5571735d0d80 void 0.000110
+gallium_dri.so free 0x5571735d0c30 void 0.000109
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000110
+gallium_dri.so free 0x557173609e80 void 0.000144
+gallium_dri.so free 0x5571735d0dc0 void 0.000121
+gallium_dri.so malloc 72 0x557173609ed0 0.000115
+gallium_dri.so free 0x557173609f40 void 0.000112
+gallium_dri.so free 0x557173609ed0 void 0.000110
+gallium_dri.so malloc 72 0x557173609f60 0.000110
+gallium_dri.so free 0x55717360a000 void 0.000109
+gallium_dri.so free 0x557173609f60 void 0.000109
+gallium_dri.so malloc 72 0x557173609fb0 0.000110
+gallium_dri.so free 0x55717360a080 void 0.000109
+gallium_dri.so free 0x557173609fb0 void 0.000109
+gallium_dri.so malloc 72 0x557173609fb0 0.000109
+gallium_dri.so free 0x55717360a100 void 0.000109
+gallium_dri.so free 0x557173609fb0 void 0.000110
+gallium_dri.so malloc 72 0x55717360a100 0.000110
+gallium_dri.so free 0x55717360a1c0 void 0.000110
+gallium_dri.so free 0x55717360a100 void 0.000112
+gallium_dri.so malloc 72 0x55717360a100 0.000110
+gallium_dri.so free 0x55717358c640 void 0.000110
+gallium_dri.so free 0x55717360a100 void 0.000110
+gallium_dri.so malloc 72 0x55717358c660 0.000111
+gallium_dri.so free 0x55717358c700 void 0.000114
+gallium_dri.so free 0x55717358c660 void 0.000120
+gallium_dri.so malloc 72 0x55717358c6b0 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000111
+gallium_dri.so free 0x55717358c6b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358c6b0 0.000111
+gallium_dri.so free 0x55717358c800 void 0.000123
+gallium_dri.so free 0x55717358c6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717358c800 0.000110
+gallium_dri.so free 0x55717358c8c0 void 0.000109
+gallium_dri.so free 0x55717358c800 void 0.000111
+gallium_dri.so malloc 72 0x55717358c800 0.000112
+gallium_dri.so free 0x55717358c980 void 0.000112
+gallium_dri.so free 0x55717358c800 void 0.000112
+gallium_dri.so malloc 72 0x55717358c800 0.000109
+gallium_dri.so free 0x557173465800 void 0.000110
+gallium_dri.so free 0x55717358c800 void 0.000110
+gallium_dri.so malloc 72 0x557173465850 0.000110
+gallium_dri.so free 0x5571734658c0 void 0.000112
+gallium_dri.so free 0x557173465850 void 0.000110
+gallium_dri.so malloc 72 0x557173465900 0.000111
+gallium_dri.so free 0x557173465980 void 0.000110
+gallium_dri.so free 0x557173465900 void 0.000109
+gallium_dri.so malloc 72 0x557173465980 0.000111
+gallium_dri.so free 0x557173465a40 void 0.000109
+gallium_dri.so free 0x557173465980 void 0.000109
+gallium_dri.so malloc 72 0x557173465980 0.000110
+gallium_dri.so free 0x55717358ca40 void 0.000110
+gallium_dri.so free 0x557173465980 void 0.000109
+gallium_dri.so malloc 72 0x55717358c9f0 0.000110
+gallium_dri.so free 0x557173465ac0 void 0.000109
+gallium_dri.so free 0x55717358c9f0 void 0.000110
+gallium_dri.so malloc 72 0x557173465b00 0.000110
+gallium_dri.so free 0x557173465b80 void 0.000110
+gallium_dri.so free 0x557173465b00 void 0.000111
+gallium_dri.so malloc 72 0x557173465b80 0.000116
+gallium_dri.so free 0x5571735f6540 void 0.000122
+gallium_dri.so free 0x557173465b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6580 0.000112
+gallium_dri.so free 0x5571735f6600 void 0.000111
+gallium_dri.so free 0x5571735f6580 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6580 0.000109
+gallium_dri.so free 0x5571735f6680 void 0.000111
+gallium_dri.so free 0x5571735f6580 void 0.000110
+gallium_dri.so malloc 72 0x5571735f66b0 0.000109
+gallium_dri.so free 0x5571735f6700 void 0.000110
+gallium_dri.so free 0x5571735f66b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f66b0 0.000109
+gallium_dri.so free 0x5571735f6800 void 0.000110
+gallium_dri.so free 0x5571735f66b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f67b0 0.000109
+gallium_dri.so free 0x5571735f68c0 void 0.000112
+gallium_dri.so free 0x5571735f67b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6870 0.000109
+gallium_dri.so free 0x5571735dc1c0 void 0.000110
+gallium_dri.so free 0x5571735f6870 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000109
+gallium_dri.so free 0x5571735dc240 void 0.000111
+gallium_dri.so free 0x5571735dc1f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000110
+gallium_dri.so free 0x5571735dc340 void 0.000109
+gallium_dri.so free 0x5571735dc1f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc380 0.000133
+gallium_dri.so free 0x5571735dc400 void 0.000126
+gallium_dri.so free 0x5571735dc380 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc400 0.000123
+gallium_dri.so free 0x5571735f6900 void 0.000122
+gallium_dri.so free 0x5571735dc400 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc400 0.000119
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc400 0.000114
+gallium_dri.so free 0x5571735dc580 void 0.000113
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735dc530 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4410 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000113
+gallium_dri.so free 0x5571735c4410 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44e0 0.000114
+gallium_dri.so free 0x5571735c4580 void 0.000117
+gallium_dri.so free 0x5571735c44e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4530 0.000112
+gallium_dri.so free 0x5571735c45c0 void 0.000114
+gallium_dri.so free 0x5571735c4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4530 0.000112
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so free 0x5571735c4530 void 0.000207
+gallium_dri.so malloc 72 0x5571735c46c0 0.000126
+gallium_dri.so free 0x5571735c4740 void 0.000182
+gallium_dri.so free 0x5571735c46c0 void 0.000253
+gallium_dri.so malloc 72 0x5571735c4740 0.000273
+gallium_dri.so free 0x5571735f8b00 void 0.000262
+gallium_dri.so free 0x5571735c4740 void 0.000196
+gallium_dri.so malloc 72 0x5571735f8b20 0.000204
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so free 0x5571735f8b20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b70 0.000117
+gallium_dri.so free 0x5571735f8c40 void 0.000119
+gallium_dri.so free 0x5571735f8b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8c40 0.000117
+gallium_dri.so free 0x5571735f8d00 void 0.000118
+gallium_dri.so free 0x5571735f8c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8c40 0.000116
+gallium_dri.so free 0x5571735f8d80 void 0.000117
+gallium_dri.so free 0x5571735f8c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8d80 0.000119
+gallium_dri.so free 0x5571735f8e40 void 0.000118
+gallium_dri.so free 0x5571735f8d80 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8d80 0.000114
+gallium_dri.so free 0x557173467dc0 void 0.000112
+gallium_dri.so free 0x5571735f8d80 void 0.000110
+gallium_dri.so malloc 72 0x557173467df0 0.000110
+gallium_dri.so free 0x557173467e40 void 0.000110
+gallium_dri.so free 0x557173467df0 void 0.000110
+gallium_dri.so malloc 72 0x557173467df0 0.000109
+gallium_dri.so free 0x557173467f40 void 0.000111
+gallium_dri.so free 0x557173467df0 void 0.000110
+gallium_dri.so malloc 72 0x557173467ef0 0.000110
+gallium_dri.so free 0x557173468000 void 0.000109
+gallium_dri.so free 0x557173467ef0 void 0.000110
+gallium_dri.so malloc 72 0x557173467fb0 0.000110
+gallium_dri.so free 0x557173468080 void 0.000109
+gallium_dri.so free 0x557173467fb0 void 0.000110
+gallium_dri.so malloc 72 0x5571734680a0 0.000110
+gallium_dri.so free 0x557173468140 void 0.000110
+gallium_dri.so free 0x5571734680a0 void 0.000111
+gallium_dri.so malloc 72 0x5571734680f0 0.000110
+gallium_dri.so free 0x55717358ec00 void 0.000110
+gallium_dri.so free 0x5571734680f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ec40 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000110
+gallium_dri.so malloc 72 0x55717358ecc0 0.000110
+gallium_dri.so free 0x55717358ed80 void 0.000110
+gallium_dri.so free 0x55717358ecc0 void 0.000110
+gallium_dri.so malloc 72 0x55717358ecc0 0.000108
+gallium_dri.so free 0x55717358ee00 void 0.000125
+gallium_dri.so free 0x55717358ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee30 0.000115
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee30 0.000112
+gallium_dri.so free 0x55717358ef80 void 0.000116
+gallium_dri.so free 0x55717358ee30 void 0.000114
+gallium_dri.so malloc 72 0x55717358efc0 0.000115
+gallium_dri.so free 0x557173463240 void 0.000112
+gallium_dri.so free 0x55717358efc0 void 0.000112
+gallium_dri.so malloc 72 0x557173463290 0.000114
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463290 void 0.000114
+gallium_dri.so malloc 72 0x557173463320 0.000113
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463320 void 0.000112
+gallium_dri.so malloc 72 0x557173463370 0.000113
+gallium_dri.so free 0x557173463440 void 0.000114
+gallium_dri.so free 0x557173463370 void 0.000113
+gallium_dri.so malloc 72 0x557173463370 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so free 0x557173463370 void 0.000112
+gallium_dri.so malloc 72 0x5571734634c0 0.000113
+gallium_dri.so free 0x557173463580 void 0.000114
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734634c0 0.000115
+gallium_dri.so free 0x55717346c540 void 0.000236
+gallium_dri.so free 0x5571734634c0 void 0.000159
+gallium_dri.so malloc 72 0x55717346c560 0.000269
+gallium_dri.so free 0x55717346c600 void 0.000215
+gallium_dri.so free 0x55717346c560 void 0.000216
+gallium_dri.so malloc 72 0x55717346c5b0 0.000197
+gallium_dri.so free 0x55717346c680 void 0.000205
+gallium_dri.so free 0x55717346c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c5b0 0.000118
+gallium_dri.so free 0x55717346c700 void 0.000119
+gallium_dri.so free 0x55717346c5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c700 0.000117
+gallium_dri.so free 0x55717346c7c0 void 0.000119
+gallium_dri.so free 0x55717346c700 void 0.000118
+gallium_dri.so malloc 72 0x55717346c700 0.000117
+gallium_dri.so free 0x55717346c880 void 0.000118
+gallium_dri.so free 0x55717346c700 void 0.000117
+gallium_dri.so malloc 72 0x55717346c700 0.000117
+gallium_dri.so free 0x557173601d40 void 0.000117
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so malloc 72 0x557173601d90 0.000117
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so free 0x557173601d90 void 0.000124
+gallium_dri.so malloc 72 0x557173601e40 0.000111
+gallium_dri.so free 0x557173601ec0 void 0.000109
+gallium_dri.so free 0x557173601e40 void 0.000110
+gallium_dri.so malloc 72 0x557173601ec0 0.000110
+gallium_dri.so free 0x557173601f80 void 0.000109
+gallium_dri.so free 0x557173601ec0 void 0.000110
+gallium_dri.so malloc 72 0x557173601ec0 0.000109
+gallium_dri.so free 0x55717346c940 void 0.000111
+gallium_dri.so free 0x557173601ec0 void 0.000109
+gallium_dri.so malloc 72 0x55717346c8f0 0.000110
+gallium_dri.so free 0x557173602000 void 0.000110
+gallium_dri.so free 0x55717346c8f0 void 0.000111
+gallium_dri.so malloc 72 0x557173602040 0.000109
+gallium_dri.so free 0x5571736020c0 void 0.000108
+gallium_dri.so free 0x557173602040 void 0.000110
+gallium_dri.so malloc 72 0x5571736020c0 0.000108
+gallium_dri.so free 0x5571735c33c0 void 0.000109
+gallium_dri.so free 0x5571736020c0 void 0.000109
+gallium_dri.so malloc 72 0x5571736020c0 0.000110
+gallium_dri.so free 0x5571735c3440 void 0.000110
+gallium_dri.so free 0x5571736020c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736020c0 0.000111
+gallium_dri.so free 0x5571735c3500 void 0.000110
+gallium_dri.so free 0x5571736020c0 void 0.000109
+gallium_dri.so malloc 72 0x5571736020c0 0.000110
+gallium_dri.so free 0x5571735c35c0 void 0.000110
+gallium_dri.so free 0x5571736020c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3570 0.000183
+gallium_dri.so free 0x5571735c3640 void 0.000162
+gallium_dri.so free 0x5571735c3570 void 0.000236
+gallium_dri.so malloc 72 0x5571735c3690 0.000268
+gallium_dri.so free 0x5571735c3700 void 0.000239
+gallium_dri.so free 0x5571735c3690 void 0.000240
+gallium_dri.so malloc 72 0x5571735c3720 0.000277
+gallium_dri.so free 0x5571735c37c0 void 0.000271
+gallium_dri.so free 0x5571735c3720 void 0.000202
+gallium_dri.so malloc 72 0x5571735c3770 0.000243
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so free 0x5571735c3770 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3770 0.000114
+gallium_dri.so free 0x55717346dc00 void 0.000115
+gallium_dri.so free 0x5571735c3770 void 0.000114
+gallium_dri.so malloc 72 0x55717346dbb0 0.000119
+gallium_dri.so free 0x55717346dc80 void 0.000123
+gallium_dri.so free 0x55717346dbb0 void 0.000161
+gallium_dri.so malloc 72 0x55717346dcd0 0.000196
+gallium_dri.so free 0x55717346dd40 void 0.000156
+gallium_dri.so free 0x55717346dcd0 void 0.000169
+gallium_dri.so malloc 72 0x55717346dd60 0.000198
+gallium_dri.so free 0x55717346de00 void 0.000239
+gallium_dri.so free 0x55717346dd60 void 0.000278
+gallium_dri.so malloc 72 0x55717346ddb0 0.000266
+gallium_dri.so free 0x55717346de80 void 0.000267
+gallium_dri.so free 0x55717346ddb0 void 0.000241
+gallium_dri.so malloc 72 0x55717346ddb0 0.000197
+gallium_dri.so free 0x55717346df00 void 0.000156
+gallium_dri.so free 0x55717346ddb0 void 0.000162
+gallium_dri.so malloc 72 0x55717346df00 0.000115
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000113
+gallium_dri.so malloc 72 0x55717346df00 0.000114
+gallium_dri.so free 0x55717346b600 void 0.000113
+gallium_dri.so free 0x55717346df00 void 0.000112
+gallium_dri.so malloc 72 0x55717346b620 0.000125
+gallium_dri.so free 0x55717346b6c0 void 0.000116
+gallium_dri.so free 0x55717346b620 void 0.000113
+gallium_dri.so malloc 72 0x55717346b670 0.000112
+gallium_dri.so free 0x55717346b740 void 0.000114
+gallium_dri.so free 0x55717346b670 void 0.000113
+gallium_dri.so malloc 72 0x55717346b670 0.000112
+gallium_dri.so free 0x55717346b7c0 void 0.000116
+gallium_dri.so free 0x55717346b670 void 0.000114
+gallium_dri.so malloc 72 0x55717346b7c0 0.000116
+gallium_dri.so free 0x55717346b880 void 0.000118
+gallium_dri.so free 0x55717346b7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b7c0 0.000115
+gallium_dri.so free 0x55717346b940 void 0.000116
+gallium_dri.so free 0x55717346b7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b7c0 0.000113
+gallium_dri.so free 0x55717360eac0 void 0.000112
+gallium_dri.so free 0x55717346b7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717360eac0 0.000125
+gallium_dri.so free 0x55717360eb80 void 0.000119
+gallium_dri.so free 0x55717360eac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eac0 0.000118
+gallium_dri.so free 0x55717360ec00 void 0.000119
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ec00 0.000117
+gallium_dri.so free 0x55717360ecc0 void 0.000121
+gallium_dri.so free 0x55717360ec00 void 0.000118
+gallium_dri.so malloc 72 0x55717360ec00 0.000128
+gallium_dri.so free 0x55717360ed80 void 0.000117
+gallium_dri.so free 0x55717360ec00 void 0.000117
+gallium_dri.so malloc 72 0x55717360ec00 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000119
+gallium_dri.so free 0x55717360ec00 void 0.000117
+gallium_dri.so malloc 72 0x55717360edf0 0.000119
+gallium_dri.so free 0x55717360eec0 void 0.000117
+gallium_dri.so free 0x55717360edf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360ef10 0.000117
+gallium_dri.so free 0x5571735ff140 void 0.000124
+gallium_dri.so free 0x55717360ef10 void 0.000129
+gallium_dri.so malloc 72 0x55717360ef10 0.000124
+gallium_dri.so free 0x5571735ff1c0 void 0.000118
+gallium_dri.so free 0x55717360ef10 void 0.000117
+gallium_dri.so malloc 72 0x55717360ef10 0.000117
+gallium_dri.so free 0x5571735ff280 void 0.000196
+gallium_dri.so free 0x55717360ef10 void 0.000129
+gallium_dri.so malloc 72 0x55717360ef10 0.000131
+gallium_dri.so free 0x5571735ff340 void 0.000124
+gallium_dri.so free 0x55717360ef10 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000120
+gallium_dri.so free 0x5571735ff3c0 void 0.000120
+gallium_dri.so free 0x5571735ff2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff410 0.000119
+gallium_dri.so free 0x5571735ff480 void 0.000170
+gallium_dri.so free 0x5571735ff410 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000118
+gallium_dri.so free 0x5571735ff540 void 0.000119
+gallium_dri.so free 0x5571735ff4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000120
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x5571735ff4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000119
+gallium_dri.so free 0x5571735fcc80 void 0.000120
+gallium_dri.so free 0x5571735ff4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000117
+gallium_dri.so free 0x5571735fcd00 void 0.000120
+gallium_dri.so free 0x5571735fcc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcd50 0.000118
+gallium_dri.so free 0x5571735fcdc0 void 0.000121
+gallium_dri.so free 0x5571735fcd50 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcde0 0.000120
+gallium_dri.so free 0x5571735fce80 void 0.000119
+gallium_dri.so free 0x5571735fcde0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce30 0.000119
+gallium_dri.so free 0x5571735fcf00 void 0.000120
+gallium_dri.so free 0x5571735fce30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fce30 0.000117
+gallium_dri.so free 0x5571735fcf80 void 0.000120
+gallium_dri.so free 0x5571735fce30 void 0.000120
+gallium_dri.so malloc 72 0x5571735fcf80 0.000128
+gallium_dri.so free 0x557173620140 void 0.000120
+gallium_dri.so free 0x5571735fcf80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcf80 0.000119
+gallium_dri.so free 0x557173620200 void 0.000119
+gallium_dri.so free 0x5571735fcf80 void 0.000118
+gallium_dri.so malloc 72 0x557173620220 0.000119
+gallium_dri.so free 0x5571736202c0 void 0.000120
+gallium_dri.so free 0x557173620220 void 0.000123
+gallium_dri.so malloc 72 0x557173620270 0.000113
+gallium_dri.so free 0x557173620340 void 0.000114
+gallium_dri.so free 0x557173620270 void 0.000112
+gallium_dri.so malloc 72 0x557173620270 0.000113
+gallium_dri.so free 0x5571736203c0 void 0.000113
+gallium_dri.so free 0x557173620270 void 0.000113
+gallium_dri.so malloc 72 0x5571736203c0 0.000112
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736203c0 0.000112
+gallium_dri.so free 0x557173620540 void 0.000115
+gallium_dri.so free 0x5571736203c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736203c0 0.000113
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so free 0x5571736203c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7b00 0.000111
+gallium_dri.so free 0x5571735f7bc0 void 0.000113
+gallium_dri.so free 0x5571735f7b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7b00 0.000123
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7c40 0.000111
+gallium_dri.so free 0x5571735f7d00 void 0.000179
+gallium_dri.so free 0x5571735f7c40 void 0.000211
+gallium_dri.so malloc 72 0x5571735f7c40 0.000234
+gallium_dri.so free 0x5571735f7dc0 void 0.000161
+gallium_dri.so free 0x5571735f7c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7c40 0.000157
+gallium_dri.so free 0x5571735f7e80 void 0.000123
+gallium_dri.so free 0x5571735f7c40 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7e30 0.000123
+gallium_dri.so free 0x5571735f7f00 void 0.000118
+gallium_dri.so free 0x5571735f7e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7f50 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so free 0x5571735f7f50 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7f50 0.000114
+gallium_dri.so free 0x5571735dd800 void 0.000113
+gallium_dri.so free 0x5571735f7f50 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f50 0.000112
+gallium_dri.so free 0x5571735dd8c0 void 0.000113
+gallium_dri.so free 0x5571735f7f50 void 0.000170
+gallium_dri.so malloc 72 0x5571735f7f50 0.000129
+gallium_dri.so free 0x5571735dd980 void 0.000127
+gallium_dri.so free 0x5571735f7f50 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd930 0.000124
+gallium_dri.so free 0x5571735dda00 void 0.000124
+gallium_dri.so free 0x5571735dd930 void 0.000125
+gallium_dri.so malloc 72 0x5571735dda50 0.000119
+gallium_dri.so free 0x5571735ddac0 void 0.000124
+gallium_dri.so free 0x5571735dda50 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddae0 0.000118
+gallium_dri.so free 0x5571735ddb80 void 0.000118
+gallium_dri.so free 0x5571735ddae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddb30 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000118
+gallium_dri.so free 0x5571735ddb30 void 0.000159
+gallium_dri.so malloc 72 0x5571735ddb30 0.000120
+gallium_dri.so free 0x5571735e0600 void 0.000118
+gallium_dri.so free 0x5571735ddb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e05b0 0.000118
+gallium_dri.so free 0x5571735e0680 void 0.000118
+gallium_dri.so free 0x5571735e05b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e06d0 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so free 0x5571735e06d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0760 0.000111
+gallium_dri.so free 0x5571735e0800 void 0.000112
+gallium_dri.so free 0x5571735e0760 void 0.000109
+gallium_dri.so malloc 72 0x5571735e07b0 0.000110
+gallium_dri.so free 0x5571735e0880 void 0.000116
+gallium_dri.so free 0x5571735e07b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0900 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0900 0.000117
+gallium_dri.so free 0x5571735dde40 void 0.000116
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde60 0.000116
+gallium_dri.so free 0x5571735ddf00 void 0.000116
+gallium_dri.so free 0x5571735dde60 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000116
+gallium_dri.so free 0x5571735ddf80 void 0.000121
+gallium_dri.so free 0x5571735ddeb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000120
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddeb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de000 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000130
+gallium_dri.so free 0x5571735de000 void 0.000120
+gallium_dri.so malloc 72 0x5571735de000 0.000118
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so malloc 72 0x5571735de000 0.000120
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so free 0x5571735de000 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0b00 0.000121
+gallium_dri.so free 0x5571735e0bc0 void 0.000119
+gallium_dri.so free 0x5571735e0b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b00 0.000117
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so free 0x5571735e0b00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c40 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000120
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0c40 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000120
+gallium_dri.so free 0x5571735e0c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0c40 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000121
+gallium_dri.so free 0x5571735e0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e30 0.000119
+gallium_dri.so free 0x5571735e0f00 void 0.000120
+gallium_dri.so free 0x5571735e0e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0f50 0.000210
+gallium_dri.so free 0x5571735e0fc0 void 0.000133
+gallium_dri.so free 0x5571735e0f50 void 0.000166
+gallium_dri.so malloc 72 0x5571735e1000 0.000162
+gallium_dri.so free 0x5571735ed2c0 void 0.000130
+gallium_dri.so free 0x5571735e1000 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed2e0 0.000125
+gallium_dri.so free 0x5571735ed380 void 0.000124
+gallium_dri.so free 0x5571735ed2e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed330 0.000123
+gallium_dri.so free 0x5571735ed400 void 0.000123
+gallium_dri.so free 0x5571735ed330 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed330 0.000125
+gallium_dri.so free 0x5571735ed480 void 0.000125
+gallium_dri.so free 0x5571735ed330 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed480 0.000123
+gallium_dri.so free 0x5571735ed540 void 0.000123
+gallium_dri.so free 0x5571735ed480 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed480 0.000124
+gallium_dri.so free 0x5571735ed600 void 0.000125
+gallium_dri.so free 0x5571735ed480 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed480 0.000118
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed480 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed670 0.000122
+gallium_dri.so free 0x5571735ed6c0 void 0.000112
+gallium_dri.so free 0x5571735ed670 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed670 0.000110
+gallium_dri.so free 0x5571735ed7c0 void 0.000109
+gallium_dri.so free 0x5571735ed670 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed770 0.000109
+gallium_dri.so free 0x5571735ed880 void 0.000111
+gallium_dri.so free 0x5571735ed770 void 0.000109
+gallium_dri.so malloc 72 0x5571735ed830 0.000111
+gallium_dri.so free 0x5571735ed8c0 void 0.000110
+gallium_dri.so free 0x5571735ed830 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed830 0.000109
+gallium_dri.so free 0x5571735ed980 void 0.000111
+gallium_dri.so free 0x5571735ed830 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000110
+gallium_dri.so free 0x5571735eda40 void 0.000109
+gallium_dri.so free 0x5571735ed9c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eda40 0.000110
+gallium_dri.so free 0x5571735edb00 void 0.000111
+gallium_dri.so free 0x5571735eda40 void 0.000110
+gallium_dri.so malloc 72 0x5571735eda40 0.000110
+gallium_dri.so free 0x5571735edbc0 void 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edbe0 0.000114
+gallium_dri.so free 0x5571735edc80 void 0.000113
+gallium_dri.so free 0x5571735edbe0 void 0.000109
+gallium_dri.so malloc 72 0x5571735edc30 0.000111
+gallium_dri.so free 0x5571735edd00 void 0.000126
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000112
+gallium_dri.so free 0x5571735ede40 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000116
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735edfc0 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edf70 0.000114
+gallium_dri.so free 0x5571735ee080 void 0.000115
+gallium_dri.so free 0x5571735edf70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee030 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee150 0.000113
+gallium_dri.so free 0x5571735ee1c0 void 0.000114
+gallium_dri.so free 0x5571735ee150 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000112
+gallium_dri.so free 0x5571735ee280 void 0.000115
+gallium_dri.so free 0x5571735ee1e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee230 0.000113
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee230 void 0.000169
+gallium_dri.so malloc 72 0x5571735ee230 0.000125
+gallium_dri.so free 0x5571735ee380 void 0.000124
+gallium_dri.so free 0x5571735ee230 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee380 0.000120
+gallium_dri.so free 0x5571735ee440 void 0.000119
+gallium_dri.so free 0x5571735ee380 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee380 0.000117
+gallium_dri.so free 0x5571735ee540 void 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000125
+gallium_dri.so free 0x5571735ee580 void 0.000119
+gallium_dri.so free 0x5571735ee4f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000118
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee680 0.000117
+gallium_dri.so free 0x5571735ee700 void 0.000119
+gallium_dri.so free 0x5571735ee680 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee700 0.000118
+gallium_dri.so free 0x5571735ee7c0 void 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee700 0.000116
+gallium_dri.so free 0x5571735ee840 void 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee870 0.000126
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so free 0x5571735ee870 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee870 0.000112
+gallium_dri.so free 0x5571735ee9c0 void 0.000109
+gallium_dri.so free 0x5571735ee870 void 0.000109
+gallium_dri.so malloc 72 0x5571735eea00 0.000111
+gallium_dri.so free 0x5571735eea80 void 0.000110
+gallium_dri.so free 0x5571735eea00 void 0.000109
+gallium_dri.so malloc 72 0x5571735eea80 0.000110
+gallium_dri.so free 0x5571735eeb40 void 0.000110
+gallium_dri.so free 0x5571735eea80 void 0.000110
+gallium_dri.so malloc 72 0x5571735eea80 0.000111
+gallium_dri.so free 0x5571735eebc0 void 0.000111
+gallium_dri.so free 0x5571735eea80 void 0.000110
+gallium_dri.so malloc 72 0x5571735eebf0 0.000109
+gallium_dri.so free 0x5571735eec40 void 0.000109
+gallium_dri.so free 0x5571735eebf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735eebf0 0.000109
+gallium_dri.so free 0x5571735eed40 void 0.000109
+gallium_dri.so free 0x5571735eebf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eecf0 0.000110
+gallium_dri.so free 0x5571735eee00 void 0.000110
+gallium_dri.so free 0x5571735eecf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eedb0 0.000111
+gallium_dri.so free 0x5571735eee80 void 0.000110
+gallium_dri.so free 0x5571735eedb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735eedb0 0.000110
+gallium_dri.so free 0x5571735eef40 void 0.000110
+gallium_dri.so free 0x5571735eedb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735ef000 void 0.000125
+gallium_dri.so free 0x5571735eedb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735eefb0 0.000164
+gallium_dri.so free 0x5571735ef080 void 0.000152
+gallium_dri.so free 0x5571735eefb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000115
+gallium_dri.so free 0x5571735ef140 void 0.000118
+gallium_dri.so free 0x5571735ef0d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef160 0.000116
+gallium_dri.so free 0x5571735ef200 void 0.000114
+gallium_dri.so free 0x5571735ef160 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000119
+gallium_dri.so free 0x5571735ef280 void 0.000116
+gallium_dri.so free 0x5571735ef1b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef280 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef280 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000158
+gallium_dri.so free 0x5571735ef600 void 0.000127
+gallium_dri.so free 0x5571735ef3c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000115
+gallium_dri.so free 0x5571735ef6c0 void 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef670 0.000112
+gallium_dri.so free 0x5571735ef740 void 0.000152
+gallium_dri.so free 0x5571735ef670 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef790 0.000123
+gallium_dri.so free 0x5571735ef800 void 0.000124
+gallium_dri.so free 0x5571735ef790 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef840 0.000118
+gallium_dri.so free 0x5571735ef8c0 void 0.000114
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef840 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000113
+gallium_dri.so free 0x5571735ef840 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef970 0.000113
+gallium_dri.so free 0x5571735ef9c0 void 0.000114
+gallium_dri.so free 0x5571735ef970 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef970 0.000112
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735ef970 void 0.000116
+gallium_dri.so malloc 72 0x5571735efa70 0.000112
+gallium_dri.so free 0x5571735efb80 void 0.000113
+gallium_dri.so free 0x5571735efa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb30 0.000132
+gallium_dri.so free 0x5571735efbc0 void 0.000126
+gallium_dri.so free 0x5571735efb30 void 0.000127
+gallium_dri.so malloc 72 0x5571735efb30 0.000125
+gallium_dri.so free 0x5571735efc80 void 0.000126
+gallium_dri.so free 0x5571735efb30 void 0.000124
+gallium_dri.so malloc 72 0x5571735efcf0 0.000127
+gallium_dri.so free 0x5571735efd40 void 0.000128
+gallium_dri.so free 0x5571735efcf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735efcf0 0.000125
+gallium_dri.so free 0x5571735efe40 void 0.000125
+gallium_dri.so free 0x5571735efcf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efdf0 0.000125
+gallium_dri.so free 0x5571735eff00 void 0.000127
+gallium_dri.so free 0x5571735efdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efeb0 0.000126
+gallium_dri.so free 0x5571735eff40 void 0.000126
+gallium_dri.so free 0x5571735efeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735efeb0 0.000125
+gallium_dri.so free 0x5571735f0000 void 0.000125
+gallium_dri.so free 0x5571735efeb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0040 0.000125
+gallium_dri.so free 0x5571735f00c0 void 0.000126
+gallium_dri.so free 0x5571735f0040 void 0.000124
+gallium_dri.so malloc 72 0x5571735f00c0 0.000126
+gallium_dri.so free 0x5571735f0180 void 0.000128
+gallium_dri.so free 0x5571735f00c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f00c0 0.000123
+gallium_dri.so free 0x5571735f0240 void 0.000126
+gallium_dri.so free 0x5571735f00c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0260 0.000125
+gallium_dri.so free 0x5571735f0300 void 0.000124
+gallium_dri.so free 0x5571735f0260 void 0.000125
+gallium_dri.so malloc 72 0x5571735f02b0 0.000124
+gallium_dri.so free 0x5571735f0380 void 0.000123
+gallium_dri.so free 0x5571735f02b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f02b0 0.000124
+gallium_dri.so free 0x5571735f0400 void 0.000123
+gallium_dri.so free 0x5571735f02b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0400 0.000124
+gallium_dri.so free 0x5571735f04c0 void 0.000128
+gallium_dri.so free 0x5571735f0400 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0400 0.000119
+gallium_dri.so free 0x5571735f0580 void 0.000114
+gallium_dri.so free 0x5571735f0400 void 0.000123
+gallium_dri.so malloc 72 0x5571735f0400 0.000127
+gallium_dri.so free 0x5571735f0640 void 0.000128
+gallium_dri.so free 0x5571735f0400 void 0.000160
+gallium_dri.so malloc 72 0x5571735f05f0 0.000124
+gallium_dri.so free 0x5571735f0700 void 0.000152
+gallium_dri.so free 0x5571735f05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06b0 0.000115
+gallium_dri.so free 0x5571735f0780 void 0.000113
+gallium_dri.so free 0x5571735f06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07d0 0.000117
+gallium_dri.so free 0x5571735f0840 void 0.000116
+gallium_dri.so free 0x5571735f07d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0860 0.000112
+gallium_dri.so free 0x5571735f0900 void 0.000112
+gallium_dri.so free 0x5571735f0860 void 0.000112
+gallium_dri.so malloc 72 0x5571735f08b0 0.000112
+gallium_dri.so free 0x5571735f0980 void 0.000112
+gallium_dri.so free 0x5571735f08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f08b0 0.000212
+gallium_dri.so free 0x5571735f0a00 void 0.000211
+gallium_dri.so free 0x5571735f08b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0a00 0.000115
+gallium_dri.so free 0x5571735f0ac0 void 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0a00 0.000115
+gallium_dri.so free 0x5571735f0bc0 void 0.000115
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000115
+gallium_dri.so free 0x5571735f0c00 void 0.000127
+gallium_dri.so free 0x5571735f0b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0b70 0.000116
+gallium_dri.so free 0x5571735f0cc0 void 0.000115
+gallium_dri.so free 0x5571735f0b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f0d00 0.000121
+gallium_dri.so free 0x5571735f0d80 void 0.000121
+gallium_dri.so free 0x5571735f0d00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0d80 0.000118
+gallium_dri.so free 0x5571735f0e40 void 0.000122
+gallium_dri.so free 0x5571735f0d80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0d80 0.000117
+gallium_dri.so free 0x5571735f0ec0 void 0.000120
+gallium_dri.so free 0x5571735f0d80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000118
+gallium_dri.so free 0x5571735f0f40 void 0.000117
+gallium_dri.so free 0x5571735f0ef0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000118
+gallium_dri.so free 0x5571735f1040 void 0.000117
+gallium_dri.so free 0x5571735f0ef0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1080 0.000121
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so free 0x5571735f1080 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1100 0.000120
+gallium_dri.so free 0x5571735f11c0 void 0.000120
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1100 0.000129
+gallium_dri.so free 0x5571735f1240 void 0.000119
+gallium_dri.so free 0x5571735f1100 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1270 0.000117
+gallium_dri.so free 0x5571735f12c0 void 0.000116
+gallium_dri.so free 0x5571735f1270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1270 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000122
+gallium_dri.so free 0x5571735f1270 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1370 0.000126
+gallium_dri.so free 0x5571735f1480 void 0.000127
+gallium_dri.so free 0x5571735f1370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1430 0.000125
+gallium_dri.so free 0x5571735f1500 void 0.000127
+gallium_dri.so free 0x5571735f1430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1430 0.000125
+gallium_dri.so free 0x5571735f15c0 void 0.000123
+gallium_dri.so free 0x5571735f1430 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1430 0.000123
+gallium_dri.so free 0x5571735f1680 void 0.000124
+gallium_dri.so free 0x5571735f1430 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1630 0.000123
+gallium_dri.so free 0x5571735f1700 void 0.000126
+gallium_dri.so free 0x5571735f1630 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1750 0.000122
+gallium_dri.so free 0x5571735f17c0 void 0.000170
+gallium_dri.so free 0x5571735f1750 void 0.000123
+gallium_dri.so malloc 72 0x5571735f17e0 0.000122
+gallium_dri.so free 0x5571735f1880 void 0.000123
+gallium_dri.so free 0x5571735f17e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1830 0.000123
+gallium_dri.so free 0x5571735f1900 void 0.000122
+gallium_dri.so free 0x5571735f1830 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1900 0.000129
+gallium_dri.so free 0x5571735f19c0 void 0.000126
+gallium_dri.so free 0x5571735f1900 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1900 0.000171
+gallium_dri.so free 0x5571735f1a40 void 0.000168
+gallium_dri.so free 0x5571735f1900 void 0.000166
+gallium_dri.so malloc 72 0x5571735f1a40 0.000131
+gallium_dri.so free 0x5571735f1b00 void 0.000130
+gallium_dri.so free 0x5571735f1a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1a40 0.000125
+gallium_dri.so free 0x5571735f1bc0 void 0.000128
+gallium_dri.so free 0x5571735f1a40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1a40 0.000130
+gallium_dri.so free 0x5571735f1c80 void 0.000125
+gallium_dri.so free 0x5571735f1a40 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1c30 0.000130
+gallium_dri.so free 0x5571735f1d00 void 0.000130
+gallium_dri.so free 0x5571735f1c30 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1d50 0.000126
+gallium_dri.so free 0x5571735f1dc0 void 0.000130
+gallium_dri.so free 0x5571735f1d50 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1e00 0.000129
+gallium_dri.so free 0x5571735f1e80 void 0.000130
+gallium_dri.so free 0x5571735f1e00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1e00 0.000126
+gallium_dri.so free 0x5571735f1f00 void 0.000129
+gallium_dri.so free 0x5571735f1e00 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1f30 0.000128
+gallium_dri.so free 0x5571735f1f80 void 0.000125
+gallium_dri.so free 0x5571735f1f30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1f30 0.000130
+gallium_dri.so free 0x5571735f2080 void 0.000129
+gallium_dri.so free 0x5571735f1f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2030 0.000134
+gallium_dri.so free 0x5571735f2140 void 0.000131
+gallium_dri.so free 0x5571735f2030 void 0.000141
+gallium_dri.so malloc 72 0x5571735f20f0 0.000126
+gallium_dri.so free 0x5571735f2180 void 0.000129
+gallium_dri.so free 0x5571735f20f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f20f0 0.000131
+gallium_dri.so free 0x5571735f2240 void 0.000129
+gallium_dri.so free 0x5571735f20f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f22b0 0.000125
+gallium_dri.so free 0x5571735f2300 void 0.000130
+gallium_dri.so free 0x5571735f22b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f22b0 0.000132
+gallium_dri.so free 0x5571735f2400 void 0.000125
+gallium_dri.so free 0x5571735f22b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f23b0 0.000123
+gallium_dri.so free 0x5571735f24c0 void 0.000130
+gallium_dri.so free 0x5571735f23b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2470 0.000132
+gallium_dri.so free 0x5571735f2500 void 0.000130
+gallium_dri.so free 0x5571735f2470 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2470 0.000131
+gallium_dri.so free 0x5571735f25c0 void 0.000130
+gallium_dri.so free 0x5571735f2470 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2600 0.000161
+gallium_dri.so free 0x5571735f2680 void 0.000146
+gallium_dri.so free 0x5571735f2600 void 0.000144
+gallium_dri.so malloc 72 0x5571735f2680 0.000143
+gallium_dri.so free 0x5571735f2740 void 0.000146
+gallium_dri.so free 0x5571735f2680 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2680 0.000142
+gallium_dri.so free 0x5571735f2800 void 0.000144
+gallium_dri.so free 0x5571735f2680 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2680 0.000136
+gallium_dri.so free 0x557173474580 void 0.000145
+gallium_dri.so free 0x5571735f2680 void 0.000144
+gallium_dri.so malloc 72 0x5571735f2680 0.000145
+gallium_dri.so free 0x557173474640 void 0.000144
+gallium_dri.so free 0x5571735f2680 void 0.000145
+gallium_dri.so malloc 72 0x557173474680 0.000146
+gallium_dri.so free 0x557173474700 void 0.000146
+gallium_dri.so free 0x557173474680 void 0.000141
+gallium_dri.so malloc 72 0x557173474700 0.000138
+gallium_dri.so free 0x5571734747c0 void 0.000158
+gallium_dri.so free 0x557173474700 void 0.000144
+gallium_dri.so malloc 72 0x557173474700 0.000142
+gallium_dri.so free 0x557173474840 void 0.000140
+gallium_dri.so free 0x557173474700 void 0.000143
+gallium_dri.so malloc 72 0x557173474870 0.000145
+gallium_dri.so free 0x5571734748c0 void 0.000144
+gallium_dri.so free 0x557173474870 void 0.000145
+gallium_dri.so malloc 72 0x5571734748c0 0.000143
+gallium_dri.so free 0x557173474980 void 0.000146
+gallium_dri.so free 0x5571734748c0 void 0.000141
+gallium_dri.so malloc 72 0x5571734748c0 0.000138
+gallium_dri.so free 0x557173474a80 void 0.000145
+gallium_dri.so free 0x5571734748c0 void 0.000145
+gallium_dri.so malloc 72 0x557173474a30 0.000141
+gallium_dri.so free 0x557173474b40 void 0.000139
+gallium_dri.so free 0x557173474a30 void 0.000143
+gallium_dri.so malloc 72 0x557173474af0 0.000144
+gallium_dri.so free 0x557173474b80 void 0.000140
+gallium_dri.so free 0x557173474af0 void 0.000139
+gallium_dri.so malloc 72 0x557173474af0 0.000175
+gallium_dri.so free 0x557173474c40 void 0.000173
+gallium_dri.so free 0x557173474af0 void 0.000172
+gallium_dri.so malloc 72 0x557173474c80 0.000171
+gallium_dri.so free 0x557173474d00 void 0.000169
+gallium_dri.so free 0x557173474c80 void 0.000223
+gallium_dri.so malloc 72 0x557173474d00 0.000184
+gallium_dri.so free 0x557173474dc0 void 0.000178
+gallium_dri.so free 0x557173474d00 void 0.000182
+gallium_dri.so malloc 72 0x557173474d00 0.000147
+gallium_dri.so free 0x557173474e40 void 0.000143
+gallium_dri.so free 0x557173474d00 void 0.000141
+gallium_dri.so malloc 72 0x557173474d00 0.000142
+gallium_dri.so free 0x557173474f00 void 0.000144
+gallium_dri.so free 0x557173474d00 void 0.000144
+gallium_dri.so malloc 72 0x557173474d00 0.000146
+gallium_dri.so free 0x557173474fc0 void 0.000146
+gallium_dri.so free 0x557173474d00 void 0.000144
+gallium_dri.so malloc 72 0x557173474f70 0.000172
+gallium_dri.so free 0x557173475040 void 0.000172
+gallium_dri.so free 0x557173474f70 void 0.000173
+gallium_dri.so malloc 72 0x557173475090 0.000142
+gallium_dri.so free 0x557173475100 void 0.000219
+gallium_dri.so free 0x557173475090 void 0.000137
+gallium_dri.so malloc 72 0x557173475120 0.000135
+gallium_dri.so free 0x5571734751c0 void 0.000133
+gallium_dri.so free 0x557173475120 void 0.000135
+gallium_dri.so malloc 72 0x557173475170 0.000134
+gallium_dri.so free 0x557173475240 void 0.000135
+gallium_dri.so free 0x557173475170 void 0.000136
+gallium_dri.so malloc 72 0x557173475170 0.000145
+gallium_dri.so free 0x557173475340 void 0.000141
+gallium_dri.so free 0x557173475170 void 0.000136
+gallium_dri.so malloc 72 0x5571734752f0 0.000136
+gallium_dri.so free 0x5571734753c0 void 0.000134
+gallium_dri.so free 0x5571734752f0 void 0.000141
+gallium_dri.so malloc 72 0x557173475410 0.000138
+gallium_dri.so free 0x557173475480 void 0.000136
+gallium_dri.so free 0x557173475410 void 0.000147
+gallium_dri.so malloc 72 0x5571734754a0 0.000140
+gallium_dri.so free 0x557173475540 void 0.000143
+gallium_dri.so free 0x5571734754a0 void 0.000146
+gallium_dri.so malloc 72 0x5571734754f0 0.000140
+gallium_dri.so free 0x5571734755c0 void 0.000137
+gallium_dri.so free 0x5571734754f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734754f0 0.000135
+gallium_dri.so free 0x557173475640 void 0.000135
+gallium_dri.so free 0x5571734754f0 void 0.000135
+gallium_dri.so malloc 72 0x557173475640 0.000137
+gallium_dri.so free 0x557173475700 void 0.000134
+gallium_dri.so free 0x557173475640 void 0.000134
+gallium_dri.so malloc 72 0x557173475640 0.000135
+gallium_dri.so free 0x557173475800 void 0.000135
+gallium_dri.so free 0x557173475640 void 0.000134
+gallium_dri.so malloc 72 0x557173475640 0.000133
+gallium_dri.so free 0x557173475880 void 0.000135
+gallium_dri.so free 0x557173475640 void 0.000135
+gallium_dri.so malloc 72 0x5571734758b0 0.000189
+gallium_dri.so free 0x557173475900 void 0.000135
+gallium_dri.so free 0x5571734758b0 void 0.000136
+gallium_dri.so malloc 72 0x5571734758b0 0.000151
+gallium_dri.so free 0x557173475a00 void 0.000137
+gallium_dri.so free 0x5571734758b0 void 0.000135
+gallium_dri.so malloc 72 0x5571734759b0 0.000134
+gallium_dri.so free 0x557173475ac0 void 0.000135
+gallium_dri.so free 0x5571734759b0 void 0.000135
+gallium_dri.so malloc 72 0x557173475a70 0.000135
+gallium_dri.so free 0x557173475b00 void 0.000137
+gallium_dri.so free 0x557173475a70 void 0.000134
+gallium_dri.so malloc 72 0x557173475a70 0.000133
+gallium_dri.so free 0x557173475bc0 void 0.000136
+gallium_dri.so free 0x557173475a70 void 0.000136
+gallium_dri.so malloc 72 0x557173475c10 0.000134
+gallium_dri.so free 0x557173475c80 void 0.000134
+gallium_dri.so free 0x557173475c10 void 0.000134
+gallium_dri.so malloc 72 0x557173475cc0 0.000135
+gallium_dri.so free 0x557173475d40 void 0.000134
+gallium_dri.so free 0x557173475cc0 void 0.000135
+gallium_dri.so malloc 72 0x557173475d40 0.000136
+gallium_dri.so free 0x557173475e00 void 0.000133
+gallium_dri.so free 0x557173475d40 void 0.000135
+gallium_dri.so malloc 72 0x557173475d40 0.000135
+gallium_dri.so free 0x557173475e80 void 0.000133
+gallium_dri.so free 0x557173475d40 void 0.000144
+gallium_dri.so malloc 72 0x557173475eb0 0.000134
+gallium_dri.so free 0x557173475f00 void 0.000134
+gallium_dri.so free 0x557173475eb0 void 0.000141
+gallium_dri.so malloc 72 0x557173475eb0 0.000141
+gallium_dri.so free 0x557173476000 void 0.000134
+gallium_dri.so free 0x557173475eb0 void 0.000135
+gallium_dri.so malloc 72 0x557173475fb0 0.000135
+gallium_dri.so free 0x5571734760c0 void 0.000135
+gallium_dri.so free 0x557173475fb0 void 0.000139
+gallium_dri.so malloc 72 0x557173476070 0.000167
+gallium_dri.so free 0x557173476140 void 0.000170
+gallium_dri.so free 0x557173476070 void 0.000141
+gallium_dri.so malloc 72 0x557173476160 0.000139
+gallium_dri.so free 0x557173476200 void 0.000168
+gallium_dri.so free 0x557173476160 void 0.000202
+gallium_dri.so malloc 72 0x5571734761b0 0.000169
+gallium_dri.so free 0x557173476280 void 0.000170
+gallium_dri.so free 0x5571734761b0 void 0.000145
+gallium_dri.so malloc 72 0x5571734761b0 0.000200
+gallium_dri.so free 0x557173476300 void 0.000151
+gallium_dri.so free 0x5571734761b0 void 0.000144
+gallium_dri.so malloc 72 0x557173476300 0.000144
+gallium_dri.so free 0x5571734763c0 void 0.000141
+gallium_dri.so free 0x557173476300 void 0.000138
+gallium_dri.so malloc 72 0x557173476300 0.000144
+gallium_dri.so free 0x557173476480 void 0.000190
+gallium_dri.so free 0x557173476300 void 0.000143
+gallium_dri.so malloc 72 0x557173476300 0.000143
+gallium_dri.so free 0x557173476540 void 0.000149
+gallium_dri.so free 0x557173476300 void 0.000145
+gallium_dri.so malloc 72 0x5571734764f0 0.000145
+gallium_dri.so free 0x557173476540 void 0.000144
+gallium_dri.so free 0x5571734764f0 void 0.000141
+gallium_dri.so malloc 72 0x5571734764f0 0.000140
+gallium_dri.so free 0x557173476640 void 0.000141
+gallium_dri.so free 0x5571734764f0 void 0.000140
+gallium_dri.so malloc 72 0x5571734765f0 0.000139
+gallium_dri.so free 0x557173476700 void 0.000139
+gallium_dri.so free 0x5571734765f0 void 0.000140
+gallium_dri.so malloc 72 0x5571734766b0 0.000184
+gallium_dri.so free 0x557173476740 void 0.000142
+gallium_dri.so free 0x5571734766b0 void 0.000142
+gallium_dri.so malloc 72 0x5571734766b0 0.000137
+gallium_dri.so free 0x557173476800 void 0.000141
+gallium_dri.so free 0x5571734766b0 void 0.000139
+gallium_dri.so malloc 72 0x557173476840 0.000138
+gallium_dri.so free 0x5571734768c0 void 0.000140
+gallium_dri.so free 0x557173476840 void 0.000116
+gallium_dri.so malloc 72 0x5571734768c0 0.000293
+gallium_dri.so free 0x557173476980 void 0.000291
+gallium_dri.so free 0x5571734768c0 void 0.000293
+gallium_dri.so malloc 72 0x5571734768c0 0.000127
+gallium_dri.so free 0x557173476a40 void 0.000126
+gallium_dri.so free 0x5571734768c0 void 0.000123
+gallium_dri.so malloc 72 0x557173476a60 0.000124
+gallium_dri.so free 0x557173476b00 void 0.000124
+gallium_dri.so free 0x557173476a60 void 0.000126
+gallium_dri.so malloc 72 0x557173476ab0 0.000124
+gallium_dri.so free 0x557173476b80 void 0.000124
+gallium_dri.so free 0x557173476ab0 void 0.000134
+gallium_dri.so malloc 72 0x557173476ab0 0.000126
+gallium_dri.so free 0x557173476c00 void 0.000123
+gallium_dri.so free 0x557173476ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173476c00 0.000122
+gallium_dri.so free 0x557173476cc0 void 0.000122
+gallium_dri.so free 0x557173476c00 void 0.000123
+gallium_dri.so malloc 72 0x557173476c00 0.000122
+gallium_dri.so free 0x557173476d80 void 0.000124
+gallium_dri.so free 0x557173476c00 void 0.000123
+gallium_dri.so malloc 72 0x557173476c00 0.000123
+gallium_dri.so free 0x557173476e40 void 0.000123
+gallium_dri.so free 0x557173476c00 void 0.000121
+gallium_dri.so malloc 72 0x557173476df0 0.000122
+gallium_dri.so free 0x557173476f00 void 0.000122
+gallium_dri.so free 0x557173476df0 void 0.000123
+gallium_dri.so malloc 72 0x557173476eb0 0.000123
+gallium_dri.so free 0x557173476f80 void 0.000124
+gallium_dri.so free 0x557173476eb0 void 0.000123
+gallium_dri.so malloc 72 0x557173476fd0 0.000123
+gallium_dri.so free 0x557173477040 void 0.000123
+gallium_dri.so free 0x557173476fd0 void 0.000123
+gallium_dri.so malloc 72 0x557173477060 0.000166
+gallium_dri.so free 0x557173477100 void 0.000123
+gallium_dri.so free 0x557173477060 void 0.000117
+gallium_dri.so malloc 72 0x5571734770b0 0.000117
+gallium_dri.so free 0x557173477180 void 0.000121
+gallium_dri.so free 0x5571734770b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734770b0 0.000117
+gallium_dri.so free 0x557173477200 void 0.000117
+gallium_dri.so free 0x5571734770b0 void 0.000118
+gallium_dri.so malloc 72 0x557173477200 0.000118
+gallium_dri.so free 0x5571734772c0 void 0.000119
+gallium_dri.so free 0x557173477200 void 0.000118
+gallium_dri.so malloc 72 0x557173477200 0.000118
+gallium_dri.so free 0x5571734773c0 void 0.000118
+gallium_dri.so free 0x557173477200 void 0.000118
+gallium_dri.so malloc 72 0x557173477370 0.000117
+gallium_dri.so free 0x557173477400 void 0.000118
+gallium_dri.so free 0x557173477370 void 0.000118
+gallium_dri.so malloc 72 0x557173477370 0.000117
+gallium_dri.so free 0x5571734774c0 void 0.000117
+gallium_dri.so free 0x557173477370 void 0.000117
+gallium_dri.so malloc 72 0x557173477500 0.000118
+gallium_dri.so free 0x557173477580 void 0.000118
+gallium_dri.so free 0x557173477500 void 0.000117
+gallium_dri.so malloc 72 0x557173477580 0.000118
+gallium_dri.so free 0x557173477640 void 0.000118
+gallium_dri.so free 0x557173477580 void 0.000117
+gallium_dri.so malloc 72 0x557173477580 0.000118
+gallium_dri.so free 0x5571734776c0 void 0.000118
+gallium_dri.so free 0x557173477580 void 0.000117
+gallium_dri.so malloc 72 0x5571734776f0 0.000126
+gallium_dri.so free 0x557173477740 void 0.000118
+gallium_dri.so free 0x5571734776f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734776f0 0.000117
+gallium_dri.so free 0x557173477840 void 0.000118
+gallium_dri.so free 0x5571734776f0 void 0.000116
+gallium_dri.so malloc 72 0x557173477880 0.000117
+gallium_dri.so free 0x557173477900 void 0.000117
+gallium_dri.so free 0x557173477880 void 0.000118
+gallium_dri.so malloc 72 0x557173477900 0.000118
+gallium_dri.so free 0x5571734779c0 void 0.000117
+gallium_dri.so free 0x557173477900 void 0.000112
+gallium_dri.so malloc 72 0x557173477900 0.000113
+gallium_dri.so free 0x557173477a40 void 0.000113
+gallium_dri.so free 0x557173477900 void 0.000112
+gallium_dri.so malloc 72 0x557173477a70 0.000116
+gallium_dri.so free 0x557173477ac0 void 0.000113
+gallium_dri.so free 0x557173477a70 void 0.000112
+gallium_dri.so malloc 72 0x557173477a70 0.000114
+gallium_dri.so free 0x557173477bc0 void 0.000113
+gallium_dri.so free 0x557173477a70 void 0.000112
+gallium_dri.so malloc 72 0x557173477b70 0.000115
+gallium_dri.so free 0x557173477c80 void 0.000113
+gallium_dri.so free 0x557173477b70 void 0.000112
+gallium_dri.so malloc 72 0x557173477c30 0.000112
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477c30 void 0.000113
+gallium_dri.so malloc 72 0x557173477c30 0.000113
+gallium_dri.so free 0x557173477dc0 void 0.000117
+gallium_dri.so free 0x557173477c30 void 0.000113
+gallium_dri.so malloc 72 0x557173477c30 0.000112
+gallium_dri.so free 0x557173477e80 void 0.000113
+gallium_dri.so free 0x557173477c30 void 0.000114
+gallium_dri.so malloc 72 0x557173477e30 0.000113
+gallium_dri.so free 0x557173477f00 void 0.000114
+gallium_dri.so free 0x557173477e30 void 0.000113
+gallium_dri.so malloc 72 0x557173477f50 0.000149
+gallium_dri.so free 0x557173477fc0 void 0.000117
+gallium_dri.so free 0x557173477f50 void 0.000113
+gallium_dri.so malloc 72 0x557173477fe0 0.000113
+gallium_dri.so free 0x557173478080 void 0.000114
+gallium_dri.so free 0x557173477fe0 void 0.000113
+gallium_dri.so malloc 72 0x557173478030 0.000119
+gallium_dri.so free 0x557173478100 void 0.000114
+gallium_dri.so free 0x557173478030 void 0.000113
+gallium_dri.so malloc 72 0x557173478100 0.000113
+gallium_dri.so free 0x5571734781c0 void 0.000113
+gallium_dri.so free 0x557173478100 void 0.000112
+gallium_dri.so malloc 72 0x557173478100 0.000112
+gallium_dri.so free 0x557173478240 void 0.000115
+gallium_dri.so free 0x557173478100 void 0.000112
+gallium_dri.so malloc 72 0x557173478240 0.000114
+gallium_dri.so free 0x557173478300 void 0.000123
+gallium_dri.so free 0x557173478240 void 0.000123
+gallium_dri.so malloc 72 0x557173478240 0.000180
+gallium_dri.so free 0x5571734783c0 void 0.000123
+gallium_dri.so free 0x557173478240 void 0.000123
+gallium_dri.so malloc 72 0x557173478240 0.000118
+gallium_dri.so free 0x557173478480 void 0.000115
+gallium_dri.so free 0x557173478240 void 0.000116
+gallium_dri.so malloc 72 0x557173478430 0.000115
+gallium_dri.so free 0x557173478500 void 0.000114
+gallium_dri.so free 0x557173478430 void 0.000113
+gallium_dri.so malloc 72 0x557173478550 0.000114
+gallium_dri.so free 0x5571734785c0 void 0.000115
+gallium_dri.so free 0x557173478550 void 0.000113
+gallium_dri.so malloc 72 0x557173478600 0.000115
+gallium_dri.so free 0x557173478680 void 0.000114
+gallium_dri.so free 0x557173478600 void 0.000114
+gallium_dri.so malloc 72 0x557173478600 0.000114
+gallium_dri.so free 0x557173478700 void 0.000114
+gallium_dri.so free 0x557173478600 void 0.000113
+gallium_dri.so malloc 72 0x557173478730 0.000113
+gallium_dri.so free 0x557173478780 void 0.000114
+gallium_dri.so free 0x557173478730 void 0.000113
+gallium_dri.so malloc 72 0x557173478730 0.000114
+gallium_dri.so free 0x557173478880 void 0.000114
+gallium_dri.so free 0x557173478730 void 0.000113
+gallium_dri.so malloc 72 0x557173478830 0.000112
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so free 0x557173478830 void 0.000119
+gallium_dri.so malloc 72 0x5571734788f0 0.000115
+gallium_dri.so free 0x557173478980 void 0.000115
+gallium_dri.so free 0x5571734788f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734788f0 0.000113
+gallium_dri.so free 0x557173478a40 void 0.000113
+gallium_dri.so free 0x5571734788f0 void 0.000113
+gallium_dri.so malloc 72 0x557173478ab0 0.000111
+gallium_dri.so free 0x557173478b00 void 0.000113
+gallium_dri.so free 0x557173478ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173478ab0 0.000113
+gallium_dri.so free 0x557173478c00 void 0.000115
+gallium_dri.so free 0x557173478ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173478bb0 0.000112
+gallium_dri.so free 0x557173478cc0 void 0.000114
+gallium_dri.so free 0x557173478bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173478c70 0.000114
+gallium_dri.so free 0x557173478d00 void 0.000113
+gallium_dri.so free 0x557173478c70 void 0.000114
+gallium_dri.so malloc 72 0x557173478c70 0.000112
+gallium_dri.so free 0x557173478dc0 void 0.000114
+gallium_dri.so free 0x557173478c70 void 0.000113
+gallium_dri.so malloc 72 0x557173478e00 0.000112
+gallium_dri.so free 0x557173478e80 void 0.000114
+gallium_dri.so free 0x557173478e00 void 0.000121
+gallium_dri.so malloc 72 0x557173478e80 0.000115
+gallium_dri.so free 0x557173478f40 void 0.000114
+gallium_dri.so free 0x557173478e80 void 0.000113
+gallium_dri.so malloc 72 0x557173478e80 0.000122
+gallium_dri.so free 0x557173479000 void 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000112
+gallium_dri.so malloc 72 0x557173479020 0.000111
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x557173479020 void 0.000120
+gallium_dri.so malloc 72 0x557173619fb0 0.000114
+gallium_dri.so free 0x55717361a000 void 0.000114
+gallium_dri.so free 0x557173619fb0 void 0.000113
+gallium_dri.so malloc 72 0x557173619fb0 0.000113
+gallium_dri.so free 0x55717361a100 void 0.000118
+gallium_dri.so free 0x557173619fb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a0b0 0.000116
+gallium_dri.so free 0x55717361a1c0 void 0.000117
+gallium_dri.so free 0x55717361a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a170 0.000112
+gallium_dri.so free 0x55717361a200 void 0.000115
+gallium_dri.so free 0x55717361a170 void 0.000113
+gallium_dri.so malloc 72 0x55717361a170 0.000115
+gallium_dri.so free 0x55717361a2c0 void 0.000115
+gallium_dri.so free 0x55717361a170 void 0.000113
+gallium_dri.so malloc 72 0x55717361a310 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000116
+gallium_dri.so free 0x55717361a310 void 0.000113
+gallium_dri.so malloc 72 0x55717361a3c0 0.000113
+gallium_dri.so free 0x55717361a440 void 0.000115
+gallium_dri.so free 0x55717361a3c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a440 0.000127
+gallium_dri.so free 0x55717361a500 void 0.000115
+gallium_dri.so free 0x55717361a440 void 0.000112
+gallium_dri.so malloc 72 0x55717361a440 0.000112
+gallium_dri.so free 0x55717361a580 void 0.000113
+gallium_dri.so free 0x55717361a440 void 0.000112
+gallium_dri.so malloc 72 0x55717361a5b0 0.000114
+gallium_dri.so free 0x55717361a600 void 0.000113
+gallium_dri.so free 0x55717361a5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a5b0 0.000113
+gallium_dri.so free 0x55717361a700 void 0.000114
+gallium_dri.so free 0x55717361a5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a6b0 0.000113
+gallium_dri.so free 0x55717361a7c0 void 0.000116
+gallium_dri.so free 0x55717361a6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a770 0.000113
+gallium_dri.so free 0x55717361a840 void 0.000114
+gallium_dri.so free 0x55717361a770 void 0.000112
+gallium_dri.so malloc 72 0x55717361a860 0.000113
+gallium_dri.so free 0x55717361a900 void 0.000113
+gallium_dri.so free 0x55717361a860 void 0.000113
+gallium_dri.so malloc 72 0x55717361a8b0 0.000113
+gallium_dri.so free 0x55717361a980 void 0.000114
+gallium_dri.so free 0x55717361a8b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a8b0 0.000113
+gallium_dri.so free 0x55717361aa00 void 0.000113
+gallium_dri.so free 0x55717361a8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aa00 0.000130
+gallium_dri.so free 0x55717361aac0 void 0.000121
+gallium_dri.so free 0x55717361aa00 void 0.000119
+gallium_dri.so malloc 72 0x55717361aa00 0.000122
+gallium_dri.so free 0x55717361ab80 void 0.000118
+gallium_dri.so free 0x55717361aa00 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa00 0.000123
+gallium_dri.so free 0x55717361ac40 void 0.000120
+gallium_dri.so free 0x55717361aa00 void 0.000189
+gallium_dri.so malloc 72 0x55717361abf0 0.000162
+gallium_dri.so free 0x55717361ac40 void 0.000161
+gallium_dri.so free 0x55717361abf0 void 0.000155
+gallium_dri.so malloc 72 0x55717361abf0 0.000124
+gallium_dri.so free 0x55717361ad40 void 0.000119
+gallium_dri.so free 0x55717361abf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361acf0 0.000123
+gallium_dri.so free 0x55717361ae00 void 0.000123
+gallium_dri.so free 0x55717361acf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361adb0 0.000124
+gallium_dri.so free 0x55717361ae40 void 0.000123
+gallium_dri.so free 0x55717361adb0 void 0.000124
+gallium_dri.so malloc 72 0x55717361adb0 0.000118
+gallium_dri.so free 0x55717361af00 void 0.000190
+gallium_dri.so free 0x55717361adb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361af40 0.000123
+gallium_dri.so free 0x55717361afc0 void 0.000124
+gallium_dri.so free 0x55717361af40 void 0.000123
+gallium_dri.so malloc 72 0x55717361afc0 0.000123
+gallium_dri.so free 0x55717361b080 void 0.000124
+gallium_dri.so free 0x55717361afc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361afc0 0.000120
+gallium_dri.so free 0x55717361b140 void 0.000123
+gallium_dri.so free 0x55717361afc0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b160 0.000118
+gallium_dri.so free 0x55717361b200 void 0.000120
+gallium_dri.so free 0x55717361b160 void 0.000124
+gallium_dri.so malloc 72 0x55717361b1b0 0.000123
+gallium_dri.so free 0x55717361b280 void 0.000124
+gallium_dri.so free 0x55717361b1b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361b1b0 0.000124
+gallium_dri.so free 0x55717361b300 void 0.000122
+gallium_dri.so free 0x55717361b1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b300 0.000115
+gallium_dri.so free 0x55717361b3c0 void 0.000131
+gallium_dri.so free 0x55717361b300 void 0.000118
+gallium_dri.so malloc 72 0x55717361b300 0.000115
+gallium_dri.so free 0x55717361b480 void 0.000114
+gallium_dri.so free 0x55717361b300 void 0.000118
+gallium_dri.so malloc 72 0x55717361b300 0.000124
+gallium_dri.so free 0x55717361b540 void 0.000125
+gallium_dri.so free 0x55717361b300 void 0.000123
+gallium_dri.so malloc 72 0x55717361b4f0 0.000118
+gallium_dri.so free 0x55717361b600 void 0.000115
+gallium_dri.so free 0x55717361b4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b5b0 0.000290
+gallium_dri.so free 0x55717361b680 void 0.000328
+gallium_dri.so free 0x55717361b5b0 void 0.000328
+gallium_dri.so malloc 72 0x55717361b6d0 0.000264
+gallium_dri.so free 0x55717361b740 void 0.000314
+gallium_dri.so free 0x55717361b6d0 void 0.000268
+gallium_dri.so malloc 72 0x55717361b760 0.000277
+gallium_dri.so free 0x55717361b800 void 0.000282
+gallium_dri.so free 0x55717361b760 void 0.000273
+gallium_dri.so malloc 72 0x55717361b7b0 0.000268
+gallium_dri.so free 0x55717361b880 void 0.000223
+gallium_dri.so free 0x55717361b7b0 void 0.000239
+gallium_dri.so malloc 72 0x55717361b7b0 0.000123
+gallium_dri.so free 0x55717361b900 void 0.000123
+gallium_dri.so free 0x55717361b7b0 void 0.000161
+gallium_dri.so malloc 72 0x55717361b900 0.000123
+gallium_dri.so free 0x55717361b9c0 void 0.000176
+gallium_dri.so free 0x55717361b900 void 0.000136
+gallium_dri.so malloc 72 0x55717361b900 0.000171
+gallium_dri.so free 0x55717361bac0 void 0.000130
+gallium_dri.so free 0x55717361b900 void 0.000134
+gallium_dri.so malloc 72 0x55717361ba70 0.000130
+gallium_dri.so free 0x55717361bb00 void 0.000141
+gallium_dri.so free 0x55717361ba70 void 0.000136
+gallium_dri.so malloc 72 0x55717361ba70 0.000135
+gallium_dri.so free 0x55717361bbc0 void 0.000172
+gallium_dri.so free 0x55717361ba70 void 0.000173
+gallium_dri.so malloc 72 0x55717361bc00 0.000191
+gallium_dri.so free 0x55717361bc80 void 0.000234
+gallium_dri.so free 0x55717361bc00 void 0.000179
+gallium_dri.so malloc 72 0x55717361bc80 0.000136
+gallium_dri.so free 0x55717361bd40 void 0.000137
+gallium_dri.so free 0x55717361bc80 void 0.000137
+gallium_dri.so malloc 72 0x55717361bc80 0.000136
+gallium_dri.so free 0x55717361bdc0 void 0.000233
+gallium_dri.so free 0x55717361bc80 void 0.000231
+gallium_dri.so malloc 72 0x55717361bdf0 0.000189
+gallium_dri.so free 0x55717361be40 void 0.000136
+gallium_dri.so free 0x55717361bdf0 void 0.000136
+gallium_dri.so malloc 72 0x55717361bdf0 0.000146
+gallium_dri.so free 0x55717361bf40 void 0.000131
+gallium_dri.so free 0x55717361bdf0 void 0.000132
+gallium_dri.so malloc 72 0x55717361bf80 0.000137
+gallium_dri.so free 0x55717361c000 void 0.000137
+gallium_dri.so free 0x55717361bf80 void 0.000138
+gallium_dri.so malloc 72 0x55717361c000 0.000137
+gallium_dri.so free 0x55717361c0c0 void 0.000145
+gallium_dri.so free 0x55717361c000 void 0.000137
+gallium_dri.so malloc 72 0x55717361c000 0.000137
+gallium_dri.so free 0x55717361c140 void 0.000137
+gallium_dri.so free 0x55717361c000 void 0.000132
+gallium_dri.so malloc 72 0x55717361c170 0.000131
+gallium_dri.so free 0x55717361c1c0 void 0.000135
+gallium_dri.so free 0x55717361c170 void 0.000132
+gallium_dri.so malloc 72 0x55717361c170 0.000125
+gallium_dri.so free 0x55717361c2c0 void 0.000127
+gallium_dri.so free 0x55717361c170 void 0.000131
+gallium_dri.so malloc 72 0x55717361c270 0.000137
+gallium_dri.so free 0x55717361c380 void 0.000136
+gallium_dri.so free 0x55717361c270 void 0.000136
+gallium_dri.so malloc 72 0x55717361c330 0.000131
+gallium_dri.so free 0x55717361c400 void 0.000136
+gallium_dri.so free 0x55717361c330 void 0.000132
+gallium_dri.so malloc 72 0x55717361c330 0.000127
+gallium_dri.so free 0x55717361c4c0 void 0.000133
+gallium_dri.so free 0x55717361c330 void 0.000136
+gallium_dri.so malloc 72 0x55717361c330 0.000129
+gallium_dri.so free 0x55717361c580 void 0.000124
+gallium_dri.so free 0x55717361c330 void 0.000124
+gallium_dri.so malloc 72 0x55717361c530 0.000127
+gallium_dri.so free 0x55717361c600 void 0.000125
+gallium_dri.so free 0x55717361c530 void 0.000124
+gallium_dri.so malloc 72 0x55717361c650 0.000129
+gallium_dri.so free 0x55717361c6c0 void 0.000129
+gallium_dri.so free 0x55717361c650 void 0.000126
+gallium_dri.so malloc 72 0x55717361c6e0 0.000119
+gallium_dri.so free 0x55717361c780 void 0.000126
+gallium_dri.so free 0x55717361c6e0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c730 0.000125
+gallium_dri.so free 0x55717361c800 void 0.000128
+gallium_dri.so free 0x55717361c730 void 0.000167
+gallium_dri.so malloc 72 0x55717361c800 0.000244
+gallium_dri.so free 0x55717361c8c0 void 0.000288
+gallium_dri.so free 0x55717361c800 void 0.000273
+gallium_dri.so malloc 72 0x55717361c800 0.000285
+gallium_dri.so free 0x55717361c940 void 0.000267
+gallium_dri.so free 0x55717361c800 void 0.000226
+gallium_dri.so malloc 72 0x55717361c940 0.000200
+gallium_dri.so free 0x55717361ca00 void 0.000127
+gallium_dri.so free 0x55717361c940 void 0.000130
+gallium_dri.so malloc 72 0x55717361c940 0.000125
+gallium_dri.so free 0x55717361cac0 void 0.000122
+gallium_dri.so free 0x55717361c940 void 0.000125
+gallium_dri.so malloc 72 0x55717361c940 0.000130
+gallium_dri.so free 0x55717361cb80 void 0.000129
+gallium_dri.so free 0x55717361c940 void 0.000128
+gallium_dri.so malloc 72 0x55717361cb30 0.000122
+gallium_dri.so free 0x55717361cc00 void 0.000127
+gallium_dri.so free 0x55717361cb30 void 0.000129
+gallium_dri.so malloc 72 0x55717361cc50 0.000125
+gallium_dri.so free 0x55717361ccc0 void 0.000122
+gallium_dri.so free 0x55717361cc50 void 0.000119
+gallium_dri.so malloc 72 0x55717361cd00 0.000126
+gallium_dri.so free 0x55717361cd80 void 0.000124
+gallium_dri.so free 0x55717361cd00 void 0.000124
+gallium_dri.so malloc 72 0x55717361cd00 0.000130
+gallium_dri.so free 0x55717361ce00 void 0.000129
+gallium_dri.so free 0x55717361cd00 void 0.000129
+gallium_dri.so malloc 72 0x55717361ce30 0.000131
+gallium_dri.so free 0x55717361ce80 void 0.000134
+gallium_dri.so free 0x55717361ce30 void 0.000132
+gallium_dri.so malloc 72 0x55717361ce30 0.000130
+gallium_dri.so free 0x55717361cf80 void 0.000125
+gallium_dri.so free 0x55717361ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717361cf30 0.000126
+gallium_dri.so free 0x55717361d040 void 0.000130
+gallium_dri.so free 0x55717361cf30 void 0.000130
+gallium_dri.so malloc 72 0x55717361cff0 0.000179
+gallium_dri.so free 0x55717361d080 void 0.000180
+gallium_dri.so free 0x55717361cff0 void 0.000179
+gallium_dri.so malloc 72 0x55717361cff0 0.000144
+gallium_dri.so free 0x55717361d140 void 0.000146
+gallium_dri.so free 0x55717361cff0 void 0.000199
+gallium_dri.so malloc 72 0x55717361d1b0 0.000260
+gallium_dri.so free 0x55717361d200 void 0.000149
+gallium_dri.so free 0x55717361d1b0 void 0.000244
+gallium_dri.so malloc 72 0x55717361d1b0 0.000255
+gallium_dri.so free 0x55717361d300 void 0.000219
+gallium_dri.so free 0x55717361d1b0 void 0.000187
+gallium_dri.so malloc 72 0x55717361d2b0 0.000146
+gallium_dri.so free 0x55717361d3c0 void 0.000146
+gallium_dri.so free 0x55717361d2b0 void 0.000194
+gallium_dri.so malloc 72 0x55717361d370 0.000208
+gallium_dri.so free 0x55717361d400 void 0.000244
+gallium_dri.so free 0x55717361d370 void 0.000217
+gallium_dri.so malloc 72 0x55717361d370 0.000216
+gallium_dri.so free 0x55717361d4c0 void 0.000189
+gallium_dri.so free 0x55717361d370 void 0.000242
+gallium_dri.so malloc 72 0x55717361d500 0.000249
+gallium_dri.so free 0x55717361d580 void 0.000233
+gallium_dri.so free 0x55717361d500 void 0.000249
+gallium_dri.so malloc 72 0x55717361d580 0.000256
+gallium_dri.so free 0x55717361d640 void 0.000254
+gallium_dri.so free 0x55717361d580 void 0.000244
+gallium_dri.so malloc 72 0x55717361d580 0.000244
+gallium_dri.so free 0x55717361d700 void 0.000253
+gallium_dri.so free 0x55717361d580 void 0.000264
+gallium_dri.so malloc 72 0x55717361d720 0.000262
+gallium_dri.so free 0x55717361d7c0 void 0.000243
+gallium_dri.so free 0x55717361d720 void 0.000255
+gallium_dri.so malloc 72 0x55717361d770 0.000285
+gallium_dri.so free 0x55717361d840 void 0.000294
+gallium_dri.so free 0x55717361d770 void 0.000290
+gallium_dri.so malloc 72 0x55717361d770 0.000316
+gallium_dri.so free 0x55717361d8c0 void 0.000296
+gallium_dri.so free 0x55717361d770 void 0.000290
+gallium_dri.so malloc 72 0x55717361d8c0 0.000290
+gallium_dri.so free 0x55717361d980 void 0.000289
+gallium_dri.so free 0x55717361d8c0 void 0.000317
+gallium_dri.so malloc 72 0x55717361d8c0 0.000152
+gallium_dri.so free 0x55717361da40 void 0.000244
+gallium_dri.so free 0x55717361d8c0 void 0.000241
+gallium_dri.so malloc 72 0x55717361d8c0 0.000245
+gallium_dri.so free 0x55717361db00 void 0.000237
+gallium_dri.so free 0x55717361d8c0 void 0.000138
+gallium_dri.so malloc 72 0x55717361dab0 0.000132
+gallium_dri.so free 0x55717361dbc0 void 0.000128
+gallium_dri.so free 0x55717361dab0 void 0.000126
+gallium_dri.so malloc 72 0x55717361db70 0.000131
+gallium_dri.so free 0x55717361dc40 void 0.000137
+gallium_dri.so free 0x55717361db70 void 0.000136
+gallium_dri.so malloc 72 0x55717361dc90 0.000132
+gallium_dri.so free 0x55717361dd00 void 0.000127
+gallium_dri.so free 0x55717361dc90 void 0.000134
+gallium_dri.so malloc 72 0x55717361dd20 0.000136
+gallium_dri.so free 0x55717361ddc0 void 0.000136
+gallium_dri.so free 0x55717361dd20 void 0.000183
+gallium_dri.so malloc 72 0x55717361dd70 0.000137
+gallium_dri.so free 0x55717361de40 void 0.000137
+gallium_dri.so free 0x55717361dd70 void 0.000131
+gallium_dri.so malloc 72 0x55717361dd70 0.000126
+gallium_dri.so free 0x55717361dec0 void 0.000132
+gallium_dri.so free 0x55717361dd70 void 0.000137
+gallium_dri.so malloc 72 0x55717361dec0 0.000137
+gallium_dri.so free 0x55717361df80 void 0.000137
+gallium_dri.so free 0x55717361dec0 void 0.000137
+gallium_dri.so malloc 72 0x55717361dec0 0.000132
+gallium_dri.so free 0x55717361e080 void 0.000132
+gallium_dri.so free 0x55717361dec0 void 0.000139
+gallium_dri.so malloc 72 0x55717361e030 0.000137
+gallium_dri.so free 0x55717361e0c0 void 0.000132
+gallium_dri.so free 0x55717361e030 void 0.000127
+gallium_dri.so malloc 72 0x55717361e030 0.000132
+gallium_dri.so free 0x55717361e180 void 0.000132
+gallium_dri.so free 0x55717361e030 void 0.000132
+gallium_dri.so malloc 72 0x55717361e1c0 0.000136
+gallium_dri.so free 0x55717361e240 void 0.000139
+gallium_dri.so free 0x55717361e1c0 void 0.000173
+gallium_dri.so malloc 72 0x55717361e240 0.000173
+gallium_dri.so free 0x55717361e300 void 0.000174
+gallium_dri.so free 0x55717361e240 void 0.000136
+gallium_dri.so malloc 72 0x55717361e240 0.000136
+gallium_dri.so free 0x55717361e380 void 0.000136
+gallium_dri.so free 0x55717361e240 void 0.000139
+gallium_dri.so malloc 72 0x55717361e3b0 0.000137
+gallium_dri.so free 0x55717361e400 void 0.000136
+gallium_dri.so free 0x55717361e3b0 void 0.000234
+gallium_dri.so malloc 72 0x55717361e3b0 0.000233
+gallium_dri.so free 0x55717361e500 void 0.000138
+gallium_dri.so free 0x55717361e3b0 void 0.000138
+gallium_dri.so malloc 72 0x55717361e540 0.000136
+gallium_dri.so free 0x55717361e5c0 void 0.000137
+gallium_dri.so free 0x55717361e540 void 0.000151
+gallium_dri.so malloc 72 0x55717361e5c0 0.000141
+gallium_dri.so free 0x55717361e680 void 0.000130
+gallium_dri.so free 0x55717361e5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361e5c0 0.000129
+gallium_dri.so free 0x55717361e700 void 0.000132
+gallium_dri.so free 0x55717361e5c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361e730 0.000129
+gallium_dri.so free 0x55717361e780 void 0.000129
+gallium_dri.so free 0x55717361e730 void 0.000130
+gallium_dri.so malloc 72 0x55717361e730 0.000125
+gallium_dri.so free 0x55717361e880 void 0.000125
+gallium_dri.so free 0x55717361e730 void 0.000130
+gallium_dri.so malloc 72 0x55717361e830 0.000129
+gallium_dri.so free 0x55717361e940 void 0.000135
+gallium_dri.so free 0x55717361e830 void 0.000139
+gallium_dri.so malloc 72 0x55717361e8f0 0.000131
+gallium_dri.so free 0x55717361e9c0 void 0.000126
+gallium_dri.so free 0x55717361e8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e8f0 0.000129
+gallium_dri.so free 0x55717361ea80 void 0.000131
+gallium_dri.so free 0x55717361e8f0 void 0.000168
+gallium_dri.so malloc 72 0x55717361e8f0 0.000126
+gallium_dri.so free 0x55717361eb40 void 0.000129
+gallium_dri.so free 0x55717361e8f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361eaf0 0.000124
+gallium_dri.so free 0x55717361ebc0 void 0.000127
+gallium_dri.so free 0x55717361eaf0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ec10 0.000125
+gallium_dri.so free 0x55717361ec80 void 0.000121
+gallium_dri.so free 0x55717361ec10 void 0.000119
+gallium_dri.so malloc 72 0x55717361eca0 0.000125
+gallium_dri.so free 0x55717361ed40 void 0.000126
+gallium_dri.so free 0x55717361eca0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ecf0 0.000119
+gallium_dri.so free 0x55717361edc0 void 0.000121
+gallium_dri.so free 0x55717361ecf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361edc0 0.000119
+gallium_dri.so free 0x55717361ee80 void 0.000120
+gallium_dri.so free 0x55717361edc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361edc0 0.000123
+gallium_dri.so free 0x55717361ef00 void 0.000129
+gallium_dri.so free 0x55717361edc0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ef00 0.000131
+gallium_dri.so free 0x55717361efc0 void 0.000132
+gallium_dri.so free 0x55717361ef00 void 0.000130
+gallium_dri.so malloc 72 0x55717361ef00 0.000129
+gallium_dri.so free 0x55717361f080 void 0.000128
+gallium_dri.so free 0x55717361ef00 void 0.000128
+gallium_dri.so malloc 72 0x55717361ef00 0.000128
+gallium_dri.so free 0x55717361f140 void 0.000129
+gallium_dri.so free 0x55717361ef00 void 0.000141
+gallium_dri.so malloc 72 0x55717361f0f0 0.000167
+gallium_dri.so free 0x55717361f1c0 void 0.000156
+gallium_dri.so free 0x55717361f0f0 void 0.000135
+gallium_dri.so malloc 72 0x55717361f210 0.000130
+gallium_dri.so free 0x55717361f280 void 0.000129
+gallium_dri.so free 0x55717361f210 void 0.000127
+gallium_dri.so malloc 72 0x55717361f2c0 0.000125
+gallium_dri.so free 0x55717361f340 void 0.000127
+gallium_dri.so free 0x55717361f2c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361f2c0 0.000129
+gallium_dri.so free 0x55717361f3c0 void 0.000127
+gallium_dri.so free 0x55717361f2c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361f3f0 0.000128
+gallium_dri.so free 0x55717361f440 void 0.000139
+gallium_dri.so free 0x55717361f3f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361f3f0 0.000129
+gallium_dri.so free 0x55717361f540 void 0.000127
+gallium_dri.so free 0x55717361f3f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361f4f0 0.000124
+gallium_dri.so free 0x55717361f600 void 0.000125
+gallium_dri.so free 0x55717361f4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f5b0 0.000129
+gallium_dri.so free 0x55717361f640 void 0.000125
+gallium_dri.so free 0x55717361f5b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f5b0 0.000127
+gallium_dri.so free 0x55717361f700 void 0.000127
+gallium_dri.so free 0x55717361f5b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361f770 0.000126
+gallium_dri.so free 0x55717361f7c0 void 0.000129
+gallium_dri.so free 0x55717361f770 void 0.000129
+gallium_dri.so malloc 72 0x55717361f770 0.000125
+gallium_dri.so free 0x55717361f8c0 void 0.000128
+gallium_dri.so free 0x55717361f770 void 0.000126
+gallium_dri.so malloc 72 0x55717361f870 0.000127
+gallium_dri.so free 0x55717361f980 void 0.000127
+gallium_dri.so free 0x55717361f870 void 0.000124
+gallium_dri.so malloc 72 0x55717361f930 0.000124
+gallium_dri.so free 0x55717361f9c0 void 0.000169
+gallium_dri.so free 0x55717361f930 void 0.000132
+gallium_dri.so malloc 72 0x55717361f930 0.000135
+gallium_dri.so free 0x55717361fa80 void 0.000130
+gallium_dri.so free 0x55717361f930 void 0.000130
+gallium_dri.so malloc 72 0x55717361fac0 0.000129
+gallium_dri.so free 0x55717361fb40 void 0.000125
+gallium_dri.so free 0x55717361fac0 void 0.000125
+gallium_dri.so malloc 72 0x55717361fb40 0.000125
+gallium_dri.so free 0x55717361fc00 void 0.000126
+gallium_dri.so free 0x55717361fb40 void 0.000125
+gallium_dri.so malloc 72 0x55717361fb40 0.000127
+gallium_dri.so free 0x55717361fcc0 void 0.000126
+gallium_dri.so free 0x55717361fb40 void 0.000124
+gallium_dri.so malloc 72 0x55717361fce0 0.000126
+gallium_dri.so free 0x557173620f80 void 0.000126
+gallium_dri.so free 0x55717361fce0 void 0.000124
+gallium_dri.so malloc 72 0x557173620f30 0.000129
+gallium_dri.so free 0x557173590b40 void 0.000129
+gallium_dri.so free 0x557173620f30 void 0.000125
+gallium_dri.so malloc 72 0x557173620f30 0.000126
+gallium_dri.so free 0x55717360f9c0 void 0.000128
+gallium_dri.so free 0x557173620f30 void 0.000125
+gallium_dri.so malloc 72 0x55717360f970 0.000129
+gallium_dri.so free 0x5571735f3040 void 0.000142
+gallium_dri.so free 0x55717360f970 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000127
+gallium_dri.so free 0x5571735e37c0 void 0.000129
+gallium_dri.so free 0x5571735f2ff0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000130
+gallium_dri.so free 0x5571735f5800 void 0.000125
+gallium_dri.so free 0x5571735f2ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f57b0 0.000127
+gallium_dri.so free 0x55717360e0c0 void 0.000124
+gallium_dri.so free 0x5571735f57b0 void 0.000128
+gallium_dri.so malloc 72 0x55717360e070 0.000129
+gallium_dri.so free 0x557173467680 void 0.000128
+gallium_dri.so free 0x55717360e070 void 0.000128
+gallium_dri.so malloc 72 0x557173467630 0.000127
+gallium_dri.so free 0x557173620e80 void 0.000129
+gallium_dri.so free 0x557173467630 void 0.000123
+gallium_dri.so malloc 72 0x557173620e30 0.000125
+gallium_dri.so free 0x55717360b7c0 void 0.000128
+gallium_dri.so free 0x557173620e30 void 0.000129
+gallium_dri.so malloc 72 0x55717360b770 0.000125
+gallium_dri.so free 0x5571735fda80 void 0.000125
+gallium_dri.so free 0x55717360b770 void 0.000127
+gallium_dri.so malloc 72 0x5571735fda30 0.000127
+gallium_dri.so free 0x5571735cfc40 void 0.000143
+gallium_dri.so free 0x5571735fda30 void 0.000153
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000153
+gallium_dri.so free 0x55717360f640 void 0.000153
+gallium_dri.so free 0x5571735cfbf0 void 0.000150
+gallium_dri.so malloc 72 0x55717360f5f0 0.000155
+gallium_dri.so free 0x5571735fd8c0 void 0.000149
+gallium_dri.so free 0x55717360f5f0 void 0.000148
+gallium_dri.so malloc 72 0x5571735fd870 0.000151
+gallium_dri.so free 0x5571735f8680 void 0.000153
+gallium_dri.so free 0x5571735fd870 void 0.000149
+gallium_dri.so malloc 72 0x5571735f8630 0.000151
+gallium_dri.so free 0x5571735db480 void 0.000153
+gallium_dri.so free 0x5571735f8630 void 0.000150
+gallium_dri.so malloc 72 0x5571735db430 0.000150
+gallium_dri.so free 0x557173610680 void 0.000149
+gallium_dri.so free 0x5571735db430 void 0.000155
+gallium_dri.so malloc 72 0x557173610630 0.000128
+gallium_dri.so free 0x5571735ffe80 void 0.000122
+gallium_dri.so free 0x557173610630 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffe30 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000121
+gallium_dri.so free 0x5571735ffe30 void 0.000137
+gallium_dri.so malloc 72 0x5571735ffc70 0.000121
+gallium_dri.so free 0x5571735df4c0 void 0.000121
+gallium_dri.so free 0x5571735ffc70 void 0.000123
+gallium_dri.so malloc 72 0x5571735df530 0.000121
+gallium_dri.so free 0x557173464b80 void 0.000123
+gallium_dri.so free 0x5571735df530 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000118
+gallium_dri.so free 0x557173600040 void 0.000122
+gallium_dri.so free 0x557173464b30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffff0 0.000122
+gallium_dri.so free 0x55717360f800 void 0.000120
+gallium_dri.so free 0x5571735ffff0 void 0.000121
+gallium_dri.so malloc 72 0x55717360f7b0 0.000119
+gallium_dri.so free 0x5571735fd700 void 0.000121
+gallium_dri.so free 0x55717360f7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000119
+gallium_dri.so free 0x5571735fd6b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e9b0 0.000120
+gallium_dri.so free 0x557173600d00 void 0.000121
+gallium_dri.so free 0x55717346e9b0 void 0.000118
+gallium_dri.so malloc 72 0x557173600cb0 0.000119
+gallium_dri.so free 0x5571736006c0 void 0.000120
+gallium_dri.so free 0x557173600cb0 void 0.000119
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000124
+gallium_dri.so free 0x557173600cb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c40b0 0.000120
+gallium_dri.so free 0x557173473580 void 0.000120
+gallium_dri.so free 0x5571735c40b0 void 0.000121
+gallium_dri.so malloc 72 0x557173473530 0.000122
+gallium_dri.so free 0x557173620cc0 void 0.000118
+gallium_dri.so free 0x557173473530 void 0.000121
+gallium_dri.so malloc 72 0x557173620c70 0.000119
+gallium_dri.so free 0x5571735d47c0 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000120
+gallium_dri.so free 0x5571735d4770 void 0.000121
+gallium_dri.so malloc 72 0x55717346c230 0.000118
+gallium_dri.so free 0x55717360d400 void 0.000120
+gallium_dri.so free 0x55717346c230 void 0.000118
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x557173589400 void 0.000120
+gallium_dri.so free 0x55717360d3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735893b0 0.000120
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31b0 0.000119
+gallium_dri.so free 0x5571735eb600 void 0.000119
+gallium_dri.so free 0x5571735f31b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000124
+gallium_dri.so free 0x55717346e840 void 0.000120
+gallium_dri.so free 0x5571735eb5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e7f0 0.000122
+gallium_dri.so free 0x5571735f8a00 void 0.000120
+gallium_dri.so free 0x55717346e7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f89b0 0.000121
+gallium_dri.so free 0x55717346c0c0 void 0.000119
+gallium_dri.so free 0x5571735f89b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346c070 0.000129
+gallium_dri.so free 0x5571735e25c0 void 0.000120
+gallium_dri.so free 0x55717346c070 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2570 0.000122
+gallium_dri.so free 0x55717346ab40 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000121
+gallium_dri.so malloc 72 0x55717346aaf0 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000123
+gallium_dri.so free 0x55717346aaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000122
+gallium_dri.so free 0x5571735c29c0 void 0.000120
+gallium_dri.so free 0x5571735f87f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000121
+gallium_dri.so free 0x5571735c2970 void 0.000117
+gallium_dri.so malloc 72 0x557173469e30 0.000122
+gallium_dri.so free 0x5571735c42c0 void 0.000133
+gallium_dri.so free 0x557173469e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4270 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000121
+gallium_dri.so free 0x5571735c4270 void 0.000123
+gallium_dri.so malloc 72 0x5571735e31b0 0.000121
+gallium_dri.so free 0x557173461c40 void 0.000119
+gallium_dri.so free 0x5571735e31b0 void 0.000121
+gallium_dri.so malloc 72 0x557173461bf0 0.000122
+gallium_dri.so free 0x5571735dc740 void 0.000120
+gallium_dri.so free 0x557173461bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000121
+gallium_dri.so free 0x5571735dc7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x55717346c440 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3f0 0.000122
+gallium_dri.so free 0x5571735ec580 void 0.000124
+gallium_dri.so free 0x55717346c3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec530 0.000121
+gallium_dri.so free 0x5571735f7100 void 0.000121
+gallium_dri.so free 0x5571735ec530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f70b0 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000122
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15f0 0.000107
+gallium_dri.so free 0x5571735c3f40 void 0.000122
+gallium_dri.so free 0x5571735e15f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000122
+gallium_dri.so free 0x5571735fe100 void 0.000121
+gallium_dri.so free 0x5571735c3ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735c3ef0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735f96c0 void 0.000121
+gallium_dri.so free 0x5571735c4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9670 0.000123
+gallium_dri.so free 0x557173605c40 void 0.000121
+gallium_dri.so free 0x5571735f9670 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000121
+gallium_dri.so free 0x557173605bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x5571735fe740 void 0.000120
+gallium_dri.so free 0x5571735ed170 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so free 0x5571735fe6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000122
+gallium_dri.so free 0x5571735faec0 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000126
+gallium_dri.so malloc 72 0x5571735fae70 0.000121
+gallium_dri.so free 0x55717360c7c0 void 0.000121
+gallium_dri.so free 0x5571735fae70 void 0.000122
+gallium_dri.so malloc 72 0x55717360c770 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000121
+gallium_dri.so free 0x55717360c770 void 0.000124
+gallium_dri.so malloc 72 0x5571735dedf0 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d0b0 0.000121
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x55717346d0b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735dfb00 void 0.000121
+gallium_dri.so free 0x5571735c00f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfab0 0.000121
+gallium_dri.so free 0x5571735f6440 void 0.000120
+gallium_dri.so free 0x5571735dfab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f63f0 0.000121
+gallium_dri.so free 0x5571735c10c0 void 0.000121
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000120
+gallium_dri.so free 0x5571735dcd80 void 0.000122
+gallium_dri.so free 0x5571735c1070 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcd30 0.000130
+gallium_dri.so free 0x557173460f80 void 0.000123
+gallium_dri.so free 0x5571735dcd30 void 0.000119
+gallium_dri.so malloc 72 0x557173460f30 0.000120
+gallium_dri.so free 0x5571735c1d00 void 0.000124
+gallium_dri.so free 0x557173460f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000120
+gallium_dri.so free 0x5571735d2200 void 0.000121
+gallium_dri.so free 0x5571735c1cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d21b0 0.000122
+gallium_dri.so free 0x55717346e680 void 0.000122
+gallium_dri.so free 0x5571735d21b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346e630 0.000121
+gallium_dri.so free 0x55717346cac0 void 0.000121
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000121
+gallium_dri.so free 0x557173610040 void 0.000122
+gallium_dri.so free 0x55717346e630 void 0.000121
+gallium_dri.so malloc 72 0x5571736100b0 0.000121
+gallium_dri.so free 0x5571735ff000 void 0.000123
+gallium_dri.so free 0x5571736100b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fefb0 0.000122
+gallium_dri.so free 0x557173609640 void 0.000123
+gallium_dri.so free 0x5571735fefb0 void 0.000120
+gallium_dri.so malloc 72 0x5571736095f0 0.000120
+gallium_dri.so free 0x557173461600 void 0.000126
+gallium_dri.so free 0x5571736095f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736095f0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000124
+gallium_dri.so free 0x5571736095f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0370 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000121
+gallium_dri.so free 0x5571735e0370 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0370 0.000121
+gallium_dri.so free 0x5571735fca40 void 0.000122
+gallium_dri.so free 0x5571735e0370 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000121
+gallium_dri.so free 0x5571735c3280 void 0.000123
+gallium_dri.so free 0x5571735fc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3230 0.000121
+gallium_dri.so free 0x5571735f9080 void 0.000122
+gallium_dri.so free 0x5571735c3230 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3230 0.000120
+gallium_dri.so free 0x55717360e980 void 0.000122
+gallium_dri.so free 0x5571735c3230 void 0.000120
+gallium_dri.so malloc 72 0x55717360e930 0.000119
+gallium_dri.so free 0x557173610f40 void 0.000120
+gallium_dri.so free 0x55717360e930 void 0.000119
+gallium_dri.so malloc 72 0x557173610ef0 0.000122
+gallium_dri.so free 0x557173620000 void 0.000121
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ffb0 0.000175
+gallium_dri.so free 0x5571735dd640 void 0.000122
+gallium_dri.so free 0x55717361ffb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000121
+gallium_dri.so free 0x55717346f080 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so free 0x5571735dd5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000122
+gallium_dri.so free 0x5571735c2380 void 0.000123
+gallium_dri.so free 0x5571735f6ac0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000120
+gallium_dri.so free 0x5571735f9f80 void 0.000121
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9f30 0.000122
+gallium_dri.so free 0x55717346b400 void 0.000122
+gallium_dri.so free 0x5571735f9f30 void 0.000123
+gallium_dri.so malloc 72 0x55717346b3b0 0.000122
+gallium_dri.so free 0x5571735f79c0 void 0.000120
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7970 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000119
+gallium_dri.so free 0x5571735f7970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7970 0.000121
+gallium_dri.so free 0x557173460440 void 0.000122
+gallium_dri.so free 0x5571735f7970 void 0.000124
+gallium_dri.so malloc 72 0x557173460440 0.000122
+gallium_dri.so free 0x55717360da80 void 0.000121
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so malloc 72 0x557173460440 0.000120
+gallium_dri.so free 0x55717346d9c0 void 0.000121
+gallium_dri.so free 0x557173460440 void 0.000120
+gallium_dri.so malloc 72 0x55717346d970 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so free 0x55717346d970 void 0.000122
+gallium_dri.so malloc 72 0x55717346d970 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so free 0x55717346d970 void 0.000120
+gallium_dri.so malloc 72 0x55717346d970 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000120
+gallium_dri.so free 0x5571735d4580 void 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000120
+gallium_dri.so free 0x557173469a00 void 0.000121
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000131
+gallium_dri.so free 0x5571734741c0 void 0.000124
+gallium_dri.so free 0x5571735d1fc0 void 0.000121
+gallium_dri.so malloc 72 0x557173474170 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x557173607e80 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so free 0x557173607e80 void 0.000118
+gallium_dri.so malloc 72 0x557173607e80 0.000119
+gallium_dri.so free 0x55717358dc80 void 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000122
+gallium_dri.so malloc 72 0x55717358dcb0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000122
+gallium_dri.so free 0x55717358dcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358dcb0 0.000122
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x55717358dcb0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d180 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so malloc 72 0x55717360d180 0.000119
+gallium_dri.so free 0x557173460d00 void 0.000120
+gallium_dri.so free 0x55717360d180 void 0.000122
+gallium_dri.so malloc 72 0x55717360d180 0.000118
+gallium_dri.so free 0x557173460d80 void 0.000123
+gallium_dri.so free 0x55717360d180 void 0.000167
+gallium_dri.so malloc 72 0x557173460db0 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173460db0 void 0.000119
+gallium_dri.so malloc 72 0x557173460db0 0.000119
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so free 0x557173460db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1a80 0.000120
+gallium_dri.so free 0x557173469c00 void 0.000120
+gallium_dri.so free 0x5571735c1a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1a80 0.000117
+gallium_dri.so free 0x557173469c80 void 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000121
+gallium_dri.so malloc 72 0x557173469cb0 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000123
+gallium_dri.so free 0x557173469cb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2f80 0.000119
+gallium_dri.so free 0x557173603300 void 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2f80 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f61c0 0.000118
+gallium_dri.so free 0x557173473f40 void 0.000120
+gallium_dri.so free 0x5571735f61c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f61c0 0.000120
+gallium_dri.so free 0x557173473fc0 void 0.000125
+gallium_dri.so free 0x5571735f61c0 void 0.000121
+gallium_dri.so malloc 72 0x557173473ff0 0.000119
+gallium_dri.so free 0x5571735debc0 void 0.000120
+gallium_dri.so free 0x557173473ff0 void 0.000120
+gallium_dri.so malloc 72 0x557173473ff0 0.000121
+gallium_dri.so free 0x5571735c0e00 void 0.000122
+gallium_dri.so free 0x557173473ff0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0e00 0.000122
+gallium_dri.so free 0x5571735c0ec0 void 0.000121
+gallium_dri.so free 0x5571735c0e00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0e00 0.000120
+gallium_dri.so free 0x55717360c500 void 0.000120
+gallium_dri.so free 0x5571735c0e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0e00 0.000122
+gallium_dri.so free 0x55717360c580 void 0.000120
+gallium_dri.so free 0x5571735c0e00 void 0.000119
+gallium_dri.so malloc 72 0x55717360c5b0 0.000121
+gallium_dri.so free 0x55717358b880 void 0.000122
+gallium_dri.so free 0x55717360c5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c5b0 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000123
+gallium_dri.so free 0x55717360c5b0 void 0.000120
+gallium_dri.so malloc 72 0x55717358b900 0.000121
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so free 0x55717358b900 void 0.000131
+gallium_dri.so malloc 72 0x55717358b900 0.000120
+gallium_dri.so free 0x5571735f55c0 void 0.000121
+gallium_dri.so free 0x55717358b900 void 0.000122
+gallium_dri.so malloc 72 0x5571735f55f0 0.000120
+gallium_dri.so free 0x5571735db1c0 void 0.000121
+gallium_dri.so free 0x5571735f55f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f55f0 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000122
+gallium_dri.so free 0x5571735f55f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f55f0 0.000123
+gallium_dri.so free 0x557173467440 void 0.000119
+gallium_dri.so free 0x5571735f55f0 void 0.000119
+gallium_dri.so malloc 72 0x557173467440 0.000119
+gallium_dri.so free 0x5571735db2c0 void 0.000118
+gallium_dri.so free 0x557173467440 void 0.000117
+gallium_dri.so malloc 72 0x5571735db270 0.000119
+gallium_dri.so free 0x5571735e2300 void 0.000120
+gallium_dri.so free 0x5571735db270 void 0.000120
+gallium_dri.so malloc 72 0x5571735db270 0.000120
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x5571735db270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2370 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000121
+gallium_dri.so free 0x5571735e2370 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbb80 0.000121
+gallium_dri.so free 0x557173590400 void 0.000129
+gallium_dri.so free 0x5571735fbb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735fbb80 0.000121
+gallium_dri.so free 0x5571735904c0 void 0.000122
+gallium_dri.so free 0x5571735fbb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbb80 0.000122
+gallium_dri.so free 0x5571735fbc40 void 0.000120
+gallium_dri.so free 0x5571735fbb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc70 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000121
+gallium_dri.so free 0x5571735fbc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc70 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000120
+gallium_dri.so free 0x5571735fbc70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec340 0.000118
+gallium_dri.so free 0x5571736080c0 void 0.000122
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec340 0.000121
+gallium_dri.so free 0x557173608140 void 0.000124
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so malloc 72 0x557173608170 0.000121
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so free 0x557173608170 void 0.000117
+gallium_dri.so malloc 72 0x557173464800 0.000119
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so malloc 72 0x557173464900 0.000122
+gallium_dri.so free 0x557173589080 void 0.000123
+gallium_dri.so free 0x557173464900 void 0.000122
+gallium_dri.so malloc 72 0x557173589080 0.000121
+gallium_dri.so free 0x557173589140 void 0.000149
+gallium_dri.so free 0x557173589080 void 0.000122
+gallium_dri.so malloc 72 0x557173589080 0.000121
+gallium_dri.so free 0x5571735bfdc0 void 0.000119
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x557173589080 0.000121
+gallium_dri.so free 0x5571735bfe80 void 0.000121
+gallium_dri.so free 0x557173589080 void 0.000118
+gallium_dri.so malloc 72 0x5571735bfe30 0.000120
+gallium_dri.so free 0x55717360b440 void 0.000120
+gallium_dri.so free 0x5571735bfe30 void 0.000122
+gallium_dri.so malloc 72 0x55717360b440 0.000120
+gallium_dri.so free 0x55717360b500 void 0.000121
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so malloc 72 0x55717360b540 0.000122
+gallium_dri.so free 0x5571736058c0 void 0.000121
+gallium_dri.so free 0x55717360b540 void 0.000123
+gallium_dri.so malloc 72 0x55717360b540 0.000121
+gallium_dri.so free 0x557173605940 void 0.000122
+gallium_dri.so free 0x55717360b540 void 0.000120
+gallium_dri.so malloc 72 0x557173605970 0.000117
+gallium_dri.so free 0x55717360ba40 void 0.000173
+gallium_dri.so free 0x557173605970 void 0.000119
+gallium_dri.so malloc 72 0x557173605970 0.000117
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so free 0x557173605970 void 0.000117
+gallium_dri.so malloc 72 0x55717360bac0 0.000122
+gallium_dri.so free 0x55717360bd00 void 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000119
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bd40 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717346be00 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346bdb0 0.000120
+gallium_dri.so free 0x55717346be00 void 0.000121
+gallium_dri.so free 0x55717346bdb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bdb0 0.000122
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so free 0x55717346bdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2350 0.000122
+gallium_dri.so free 0x55717346bf00 void 0.000122
+gallium_dri.so free 0x5571735d2350 void 0.000120
+gallium_dri.so malloc 72 0x55717346beb0 0.000122
+gallium_dri.so free 0x5571735d23c0 void 0.000119
+gallium_dri.so free 0x55717346beb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23f0 0.000125
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735d23f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4900 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000118
+gallium_dri.so free 0x5571735d4900 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4980 0.000121
+gallium_dri.so free 0x5571735cfd40 void 0.000122
+gallium_dri.so free 0x5571735d4980 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfda0 0.000123
+gallium_dri.so free 0x5571735cfe40 void 0.000123
+gallium_dri.so free 0x5571735cfda0 void 0.000121
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000121
+gallium_dri.so free 0x5571735fc340 void 0.000119
+gallium_dri.so free 0x5571735cfdf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735cfdf0 0.000119
+gallium_dri.so free 0x5571735fc400 void 0.000120
+gallium_dri.so free 0x5571735cfdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735fafc0 void 0.000122
+gallium_dri.so free 0x5571735fc3b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb010 0.000120
+gallium_dri.so free 0x5571735fb080 void 0.000118
+gallium_dri.so free 0x5571735fb010 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb0a0 0.000118
+gallium_dri.so free 0x5571735fc480 void 0.000131
+gallium_dri.so free 0x5571735fb0a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000123
+gallium_dri.so free 0x5571735fb140 void 0.000123
+gallium_dri.so free 0x5571735fc4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000121
+gallium_dri.so free 0x5571735e1740 void 0.000120
+gallium_dri.so free 0x5571735fb0f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1780 0.000122
+gallium_dri.so free 0x5571735e1800 void 0.000122
+gallium_dri.so free 0x5571735e1780 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1800 0.000123
+gallium_dri.so free 0x5571735e18c0 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1800 0.000118
+gallium_dri.so free 0x5571735f4980 void 0.000121
+gallium_dri.so free 0x5571735e1800 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49b0 0.000122
+gallium_dri.so free 0x5571735f4a00 void 0.000122
+gallium_dri.so free 0x5571735f49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f49b0 0.000117
+gallium_dri.so free 0x5571735f4b00 void 0.000121
+gallium_dri.so free 0x5571735f49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000124
+gallium_dri.so free 0x5571735c0240 void 0.000122
+gallium_dri.so free 0x5571735f4ab0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0280 0.000191
+gallium_dri.so free 0x5571735c0300 void 0.000119
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0280 0.000118
+gallium_dri.so free 0x5571735c0380 void 0.000122
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c03b0 0.000121
+gallium_dri.so free 0x5571735eb700 void 0.000121
+gallium_dri.so free 0x5571735c03b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb740 0.000123
+gallium_dri.so free 0x5571735eb7c0 void 0.000124
+gallium_dri.so free 0x5571735eb740 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000122
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000118
+gallium_dri.so free 0x5571734605c0 void 0.000123
+gallium_dri.so free 0x5571735eb7c0 void 0.000122
+gallium_dri.so malloc 72 0x557173460570 0.000119
+gallium_dri.so free 0x557173460640 void 0.000121
+gallium_dri.so free 0x557173460570 void 0.000121
+gallium_dri.so malloc 72 0x557173460570 0.000121
+gallium_dri.so free 0x557173460740 void 0.000121
+gallium_dri.so free 0x557173460570 void 0.000120
+gallium_dri.so malloc 72 0x5571734606f0 0.000121
+gallium_dri.so free 0x55717346bb40 void 0.000132
+gallium_dri.so free 0x5571734606f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb40 0.000117
+gallium_dri.so free 0x55717346bc00 void 0.000118
+gallium_dri.so free 0x55717346bb40 void 0.000120
+gallium_dri.so malloc 72 0x55717346bb40 0.000122
+gallium_dri.so free 0x55717346bc80 void 0.000119
+gallium_dri.so free 0x55717346bb40 void 0.000118
+gallium_dri.so malloc 72 0x55717346bcb0 0.000118
+gallium_dri.so free 0x557173611080 void 0.000119
+gallium_dri.so free 0x55717346bcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346bcb0 0.000120
+gallium_dri.so free 0x557173611100 void 0.000122
+gallium_dri.so free 0x55717346bcb0 void 0.000117
+gallium_dri.so malloc 72 0x557173611100 0.000122
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so malloc 72 0x557173611100 0.000120
+gallium_dri.so free 0x557173609780 void 0.000121
+gallium_dri.so free 0x557173611100 void 0.000121
+gallium_dri.so malloc 72 0x557173611100 0.000119
+gallium_dri.so free 0x557173609800 void 0.000120
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so malloc 72 0x557173609830 0.000118
+gallium_dri.so free 0x557173609880 void 0.000119
+gallium_dri.so free 0x557173609830 void 0.000120
+gallium_dri.so malloc 72 0x557173609830 0.000138
+gallium_dri.so free 0x55717346d200 void 0.000120
+gallium_dri.so free 0x557173609830 void 0.000119
+gallium_dri.so malloc 72 0x55717346d250 0.000122
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d250 void 0.000119
+gallium_dri.so malloc 72 0x55717346d2e0 0.000122
+gallium_dri.so free 0x557173609980 void 0.000119
+gallium_dri.so free 0x55717346d2e0 void 0.000118
+gallium_dri.so malloc 72 0x557173609930 0.000121
+gallium_dri.so free 0x55717346d380 void 0.000123
+gallium_dri.so free 0x557173609930 void 0.000118
+gallium_dri.so malloc 72 0x55717346d330 0.000122
+gallium_dri.so free 0x55717360e1c0 void 0.000122
+gallium_dri.so free 0x55717346d330 void 0.000121
+gallium_dri.so malloc 72 0x55717360e200 0.000119
+gallium_dri.so free 0x55717360e280 void 0.000121
+gallium_dri.so free 0x55717360e200 void 0.000119
+gallium_dri.so malloc 72 0x55717360e280 0.000122
+gallium_dri.so free 0x55717346d440 void 0.000121
+gallium_dri.so free 0x55717360e280 void 0.000120
+gallium_dri.so malloc 72 0x55717346d3f0 0.000121
+gallium_dri.so free 0x55717360e340 void 0.000118
+gallium_dri.so free 0x55717346d3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d3f0 0.000122
+gallium_dri.so free 0x5571735f97c0 void 0.000122
+gallium_dri.so free 0x55717346d3f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9800 0.000122
+gallium_dri.so free 0x5571735f9880 void 0.000122
+gallium_dri.so free 0x5571735f9800 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9880 0.000122
+gallium_dri.so free 0x5571735f9940 void 0.000118
+gallium_dri.so free 0x5571735f9880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9880 0.000121
+gallium_dri.so free 0x55717360e400 void 0.000121
+gallium_dri.so free 0x5571735f9880 void 0.000119
+gallium_dri.so malloc 72 0x55717360e3b0 0.000117
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x55717360e3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346ac70 0.000122
+gallium_dri.so free 0x55717346acc0 void 0.000121
+gallium_dri.so free 0x55717346ac70 void 0.000121
+gallium_dri.so malloc 72 0x55717346ac70 0.000123
+gallium_dri.so free 0x55717346adc0 void 0.000119
+gallium_dri.so free 0x55717346ac70 void 0.000118
+gallium_dri.so malloc 72 0x55717346ad70 0.000121
+gallium_dri.so free 0x55717346ae80 void 0.000120
+gallium_dri.so free 0x55717346ad70 void 0.000122
+gallium_dri.so malloc 72 0x55717346ae30 0.000118
+gallium_dri.so free 0x5571735dfc00 void 0.000120
+gallium_dri.so free 0x55717346ae30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfc30 0.000117
+gallium_dri.so free 0x5571735dfc80 void 0.000120
+gallium_dri.so free 0x5571735dfc30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfc30 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so free 0x5571735dfc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfdc0 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000117
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dced0 0.000117
+gallium_dri.so free 0x5571735dcf40 void 0.000120
+gallium_dri.so free 0x5571735dced0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcf60 0.000116
+gallium_dri.so free 0x5571735dd000 void 0.000117
+gallium_dri.so free 0x5571735dcf60 void 0.000116
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000116
+gallium_dri.so free 0x5571735dd080 void 0.000117
+gallium_dri.so free 0x5571735dcfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000120
+gallium_dri.so free 0x5571735c2ac0 void 0.000116
+gallium_dri.so free 0x5571735dcfb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2b10 0.000116
+gallium_dri.so free 0x5571735c2b80 void 0.000117
+gallium_dri.so free 0x5571735c2b10 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2be0 0.000118
+gallium_dri.so free 0x5571735c2c80 void 0.000120
+gallium_dri.so free 0x5571735c2be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2c30 0.000186
+gallium_dri.so free 0x557173610780 void 0.000124
+gallium_dri.so free 0x5571735c2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571736107b0 0.000122
+gallium_dri.so free 0x557173610800 void 0.000120
+gallium_dri.so free 0x5571736107b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736107b0 0.000121
+gallium_dri.so free 0x557173610900 void 0.000121
+gallium_dri.so free 0x5571736107b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736108b0 0.000118
+gallium_dri.so free 0x5571736109c0 void 0.000121
+gallium_dri.so free 0x5571736108b0 void 0.000121
+gallium_dri.so malloc 72 0x557173610970 0.000120
+gallium_dri.so free 0x5571735f7200 void 0.000120
+gallium_dri.so free 0x557173610970 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7230 0.000121
+gallium_dri.so free 0x5571735f7280 void 0.000121
+gallium_dri.so free 0x5571735f7230 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7280 0.000120
+gallium_dri.so free 0x5571735f7340 void 0.000120
+gallium_dri.so free 0x5571735f7280 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7280 0.000121
+gallium_dri.so free 0x5571735fe840 void 0.000122
+gallium_dri.so free 0x5571735f7280 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe890 0.000121
+gallium_dri.so free 0x5571735f7440 void 0.000133
+gallium_dri.so free 0x5571735fe890 void 0.000120
+gallium_dri.so malloc 72 0x5571735f73f0 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000122
+gallium_dri.so free 0x5571735f73f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe930 0.000123
+gallium_dri.so free 0x5571735fe980 void 0.000119
+gallium_dri.so free 0x5571735fe930 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe930 0.000120
+gallium_dri.so free 0x557173461d40 void 0.000119
+gallium_dri.so free 0x5571735fe930 void 0.000121
+gallium_dri.so malloc 72 0x557173461d90 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000121
+gallium_dri.so free 0x557173461d90 void 0.000117
+gallium_dri.so malloc 72 0x557173461e40 0.000118
+gallium_dri.so free 0x5571735fea80 void 0.000122
+gallium_dri.so free 0x557173461e40 void 0.000121
+gallium_dri.so malloc 72 0x5571735fea30 0.000117
+gallium_dri.so free 0x557173461ec0 void 0.000122
+gallium_dri.so free 0x5571735fea30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fea30 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000118
+gallium_dri.so free 0x5571735fea30 void 0.000121
+gallium_dri.so malloc 72 0x557173600e40 0.000121
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so free 0x557173600e40 void 0.000125
+gallium_dri.so malloc 72 0x557173600ec0 0.000130
+gallium_dri.so free 0x557173461f80 void 0.000123
+gallium_dri.so free 0x557173600ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173461f30 0.000122
+gallium_dri.so free 0x557173600f80 void 0.000119
+gallium_dri.so free 0x557173461f30 void 0.000120
+gallium_dri.so malloc 72 0x557173461f30 0.000125
+gallium_dri.so free 0x55717346f200 void 0.000122
+gallium_dri.so free 0x557173461f30 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000120
+gallium_dri.so free 0x55717346f200 void 0.000120
+gallium_dri.so free 0x55717346f1b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000121
+gallium_dri.so free 0x55717346f300 void 0.000119
+gallium_dri.so free 0x55717346f1b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f2b0 0.000120
+gallium_dri.so free 0x557173601040 void 0.000121
+gallium_dri.so free 0x55717346f2b0 void 0.000120
+gallium_dri.so malloc 72 0x557173600ff0 0.000117
+gallium_dri.so free 0x55717346f3c0 void 0.000123
+gallium_dri.so free 0x557173600ff0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f370 0.000121
+gallium_dri.so free 0x5571735f7580 void 0.000120
+gallium_dri.so free 0x55717346f370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f75c0 0.000119
+gallium_dri.so free 0x5571735f7640 void 0.000121
+gallium_dri.so free 0x5571735f75c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7640 0.000122
+gallium_dri.so free 0x5571735f7700 void 0.000121
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7640 0.000121
+gallium_dri.so free 0x5571735f77c0 void 0.000122
+gallium_dri.so free 0x5571735f7640 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7640 0.000121
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2e70 0.000122
+gallium_dri.so free 0x5571735c2ec0 void 0.000122
+gallium_dri.so free 0x5571735c2e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2e70 0.000120
+gallium_dri.so free 0x5571735c2fc0 void 0.000119
+gallium_dri.so free 0x5571735c2e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2f70 0.000120
+gallium_dri.so free 0x5571735c3080 void 0.000122
+gallium_dri.so free 0x5571735c2f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3030 0.000122
+gallium_dri.so free 0x5571735dd200 void 0.000122
+gallium_dri.so free 0x5571735c3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd230 0.000120
+gallium_dri.so free 0x5571735dd280 void 0.000120
+gallium_dri.so free 0x5571735dd230 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd280 0.000132
+gallium_dri.so free 0x5571735dd340 void 0.000123
+gallium_dri.so free 0x5571735dd280 void 0.000122
+gallium_dri.so malloc 72 0x5571735dd280 0.000121
+gallium_dri.so free 0x5571735dd440 void 0.000120
+gallium_dri.so free 0x5571735dd280 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000119
+gallium_dri.so free 0x5571735ecb80 void 0.000122
+gallium_dri.so free 0x5571735dd3f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecb30 0.000120
+gallium_dri.so free 0x5571735ecbc0 void 0.000121
+gallium_dri.so free 0x5571735ecb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb30 0.000118
+gallium_dri.so free 0x5571735ecc80 void 0.000119
+gallium_dri.so free 0x5571735ecb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eccc0 0.000123
+gallium_dri.so free 0x5571735ecd40 void 0.000119
+gallium_dri.so free 0x5571735eccc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecd40 0.000119
+gallium_dri.so free 0x557173473b80 void 0.000122
+gallium_dri.so free 0x5571735ecd40 void 0.000120
+gallium_dri.so malloc 72 0x557173473b30 0.000120
+gallium_dri.so free 0x557173473c00 void 0.000121
+gallium_dri.so free 0x557173473b30 void 0.000118
+gallium_dri.so malloc 72 0x557173473c20 0.000121
+gallium_dri.so free 0x557173473cc0 void 0.000120
+gallium_dri.so free 0x557173473c20 void 0.000119
+gallium_dri.so malloc 72 0x557173473c70 0.000119
+gallium_dri.so free 0x557173473d40 void 0.000118
+gallium_dri.so free 0x557173473c70 void 0.000121
+gallium_dri.so malloc 72 0x557173473c70 0.000119
+gallium_dri.so free 0x5571735dba80 void 0.000119
+gallium_dri.so free 0x557173473c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dba30 0.000119
+gallium_dri.so free 0x5571735dbb40 void 0.000121
+gallium_dri.so free 0x5571735dba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000119
+gallium_dri.so free 0x5571735dbb80 void 0.000121
+gallium_dri.so free 0x5571735dbaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000121
+gallium_dri.so free 0x5571735dbc40 void 0.000122
+gallium_dri.so free 0x5571735dbaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dbaf0 0.000118
+gallium_dri.so free 0x5571735e2bc0 void 0.000121
+gallium_dri.so free 0x5571735dbaf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2b70 0.000119
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2c90 0.000120
+gallium_dri.so free 0x5571735e2d00 void 0.000123
+gallium_dri.so free 0x5571735e2c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2d20 0.000186
+gallium_dri.so free 0x5571735e2dc0 void 0.000123
+gallium_dri.so free 0x5571735e2d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d70 0.000121
+gallium_dri.so free 0x55717360cdc0 void 0.000123
+gallium_dri.so free 0x5571735e2d70 void 0.000119
+gallium_dri.so malloc 72 0x55717360cd70 0.000121
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ce90 0.000122
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce90 void 0.000121
+gallium_dri.so malloc 72 0x55717360cf60 0.000120
+gallium_dri.so free 0x55717360d000 void 0.000120
+gallium_dri.so free 0x55717360cf60 void 0.000118
+gallium_dri.so malloc 72 0x55717360cfb0 0.000121
+gallium_dri.so free 0x5571735fc600 void 0.000122
+gallium_dri.so free 0x55717360cfb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc630 0.000122
+gallium_dri.so free 0x5571735fc680 void 0.000121
+gallium_dri.so free 0x5571735fc630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc630 0.000121
+gallium_dri.so free 0x5571735fc780 void 0.000121
+gallium_dri.so free 0x5571735fc630 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc730 0.000121
+gallium_dri.so free 0x5571735fc840 void 0.000122
+gallium_dri.so free 0x5571735fc730 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000120
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so free 0x5571735fc7f0 void 0.000120
+gallium_dri.so malloc 72 0x557173610b30 0.000120
+gallium_dri.so free 0x557173610b80 void 0.000122
+gallium_dri.so free 0x557173610b30 void 0.000121
+gallium_dri.so malloc 72 0x557173610b80 0.000122
+gallium_dri.so free 0x557173610c40 void 0.000122
+gallium_dri.so free 0x557173610b80 void 0.000119
+gallium_dri.so malloc 72 0x557173610b80 0.000119
+gallium_dri.so free 0x557173610d40 void 0.000121
+gallium_dri.so free 0x557173610b80 void 0.000127
+gallium_dri.so malloc 72 0x557173610cf0 0.000121
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so free 0x557173610cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9b60 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000120
+gallium_dri.so free 0x5571735f9b60 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000119
+gallium_dri.so free 0x5571735f9c80 void 0.000119
+gallium_dri.so free 0x5571735f9bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000120
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so free 0x5571735f9bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9d00 0.000120
+gallium_dri.so free 0x5571735c16c0 void 0.000122
+gallium_dri.so free 0x5571735f9d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000120
+gallium_dri.so free 0x5571735c1670 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1760 0.000122
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c1760 void 0.000120
+gallium_dri.so malloc 72 0x5571735c17b0 0.000119
+gallium_dri.so free 0x5571735c1880 void 0.000120
+gallium_dri.so free 0x5571735c17b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c17b0 0.000122
+gallium_dri.so free 0x5571735dff80 void 0.000122
+gallium_dri.so free 0x5571735c17b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dffd0 0.000118
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so free 0x5571735dffd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0060 0.000121
+gallium_dri.so free 0x5571735e0100 void 0.000122
+gallium_dri.so free 0x5571735e0060 void 0.000118
+gallium_dri.so malloc 72 0x5571735e00b0 0.000121
+gallium_dri.so free 0x5571735e0180 void 0.000121
+gallium_dri.so free 0x5571735e00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e01f0 0.000120
+gallium_dri.so free 0x5571735de800 void 0.000122
+gallium_dri.so free 0x5571735e01f0 void 0.000163
+gallium_dri.so malloc 72 0x5571735de7b0 0.000124
+gallium_dri.so free 0x5571735de880 void 0.000120
+gallium_dri.so free 0x5571735de7b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de8d0 0.000118
+gallium_dri.so free 0x5571735de940 void 0.000121
+gallium_dri.so free 0x5571735de8d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de960 0.000120
+gallium_dri.so free 0x5571735dea00 void 0.000119
+gallium_dri.so free 0x5571735de960 void 0.000120
+gallium_dri.so malloc 72 0x5571735de9b0 0.000119
+gallium_dri.so free 0x55717360e540 void 0.000121
+gallium_dri.so free 0x5571735de9b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e580 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000122
+gallium_dri.so free 0x55717360e580 void 0.000121
+gallium_dri.so malloc 72 0x55717360e600 0.000118
+gallium_dri.so free 0x55717360e6c0 void 0.000121
+gallium_dri.so free 0x55717360e600 void 0.000121
+gallium_dri.so malloc 72 0x55717360e600 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000120
+gallium_dri.so free 0x55717360e600 void 0.000117
+gallium_dri.so malloc 72 0x55717360e600 0.000121
+gallium_dri.so free 0x55717346afc0 void 0.000122
+gallium_dri.so free 0x55717360e600 void 0.000121
+gallium_dri.so malloc 72 0x55717346aff0 0.000120
+gallium_dri.so free 0x55717346b040 void 0.000131
+gallium_dri.so free 0x55717346aff0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aff0 0.000121
+gallium_dri.so free 0x55717346b140 void 0.000119
+gallium_dri.so free 0x55717346aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b0f0 0.000122
+gallium_dri.so free 0x55717346b200 void 0.000121
+gallium_dri.so free 0x55717346b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b1b0 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000119
+gallium_dri.so free 0x55717346b1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5db0 0.000120
+gallium_dri.so free 0x5571735f5e80 void 0.000122
+gallium_dri.so free 0x5571735f5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5e80 0.000117
+gallium_dri.so free 0x5571735f5f40 void 0.000122
+gallium_dri.so free 0x5571735f5e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5e80 0.000122
+gallium_dri.so free 0x5571735f5fc0 void 0.000119
+gallium_dri.so free 0x5571735f5e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735f5fc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735febe0 0.000122
+gallium_dri.so free 0x5571735fec80 void 0.000123
+gallium_dri.so free 0x5571735febe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fec30 0.000122
+gallium_dri.so free 0x5571735fed00 void 0.000122
+gallium_dri.so free 0x5571735fec30 void 0.000122
+gallium_dri.so malloc 72 0x5571735fec30 0.000123
+gallium_dri.so free 0x5571735fed80 void 0.000120
+gallium_dri.so free 0x5571735fec30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fed80 0.000119
+gallium_dri.so free 0x55717346d580 void 0.000121
+gallium_dri.so free 0x5571735fed80 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5c0 0.000122
+gallium_dri.so free 0x55717346d640 void 0.000122
+gallium_dri.so free 0x55717346d5c0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d5c0 0.000122
+gallium_dri.so free 0x55717346d6c0 void 0.000119
+gallium_dri.so free 0x55717346d5c0 void 0.000121
+gallium_dri.so malloc 72 0x55717346d6f0 0.000120
+gallium_dri.so free 0x55717346d740 void 0.000121
+gallium_dri.so free 0x55717346d6f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346d6f0 0.000118
+gallium_dri.so free 0x557173460940 void 0.000119
+gallium_dri.so free 0x55717346d6f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734608f0 0.000118
+gallium_dri.so free 0x557173460a00 void 0.000122
+gallium_dri.so free 0x5571734608f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734609b0 0.000122
+gallium_dri.so free 0x557173460a40 void 0.000165
+gallium_dri.so free 0x5571734609b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734609b0 0.000121
+gallium_dri.so free 0x557173460b00 void 0.000120
+gallium_dri.so free 0x5571734609b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734609b0 0.000123
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so free 0x5571734609b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c100 0.000118
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so free 0x55717360c100 void 0.000117
+gallium_dri.so malloc 72 0x55717360c180 0.000120
+gallium_dri.so free 0x55717360c240 void 0.000120
+gallium_dri.so free 0x55717360c180 void 0.000121
+gallium_dri.so malloc 72 0x55717360c180 0.000118
+gallium_dri.so free 0x55717360c2c0 void 0.000119
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so malloc 72 0x55717360c2f0 0.000120
+gallium_dri.so free 0x5571735fa9c0 void 0.000122
+gallium_dri.so free 0x55717360c2f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735faa00 0.000122
+gallium_dri.so free 0x5571735faa80 void 0.000121
+gallium_dri.so free 0x5571735faa00 void 0.000122
+gallium_dri.so malloc 72 0x5571735faa80 0.000121
+gallium_dri.so free 0x5571735fab40 void 0.000121
+gallium_dri.so free 0x5571735faa80 void 0.000120
+gallium_dri.so malloc 72 0x5571735faa80 0.000131
+gallium_dri.so free 0x5571735fac00 void 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fac20 0.000122
+gallium_dri.so free 0x5571735e1140 void 0.000121
+gallium_dri.so free 0x5571735fac20 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1170 0.000121
+gallium_dri.so free 0x5571735e11c0 void 0.000121
+gallium_dri.so free 0x5571735e1170 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1170 0.000119
+gallium_dri.so free 0x5571735e12c0 void 0.000123
+gallium_dri.so free 0x5571735e1170 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1270 0.000121
+gallium_dri.so free 0x5571735e1380 void 0.000123
+gallium_dri.so free 0x5571735e1270 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1330 0.000122
+gallium_dri.so free 0x557173466fc0 void 0.000122
+gallium_dri.so free 0x5571735e1330 void 0.000118
+gallium_dri.so malloc 72 0x557173466ff0 0.000119
+gallium_dri.so free 0x557173467040 void 0.000122
+gallium_dri.so free 0x557173466ff0 void 0.000121
+gallium_dri.so malloc 72 0x557173467040 0.000120
+gallium_dri.so free 0x557173467100 void 0.000118
+gallium_dri.so free 0x557173467040 void 0.000118
+gallium_dri.so malloc 72 0x557173467040 0.000118
+gallium_dri.so free 0x557173467200 void 0.000120
+gallium_dri.so free 0x557173467040 void 0.000126
+gallium_dri.so malloc 72 0x5571734671b0 0.000121
+gallium_dri.so free 0x557173603500 void 0.000120
+gallium_dri.so free 0x5571734671b0 void 0.000119
+gallium_dri.so malloc 72 0x557173603520 0.000121
+gallium_dri.so free 0x5571736035c0 void 0.000119
+gallium_dri.so free 0x557173603520 void 0.000120
+gallium_dri.so malloc 72 0x557173603570 0.000118
+gallium_dri.so free 0x557173603640 void 0.000118
+gallium_dri.so free 0x557173603570 void 0.000120
+gallium_dri.so malloc 72 0x557173603570 0.000121
+gallium_dri.so free 0x5571736036c0 void 0.000120
+gallium_dri.so free 0x557173603570 void 0.000121
+gallium_dri.so malloc 72 0x5571736036c0 0.000118
+gallium_dri.so free 0x55717358de00 void 0.000119
+gallium_dri.so free 0x5571736036c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358de40 0.000121
+gallium_dri.so free 0x55717358dec0 void 0.000117
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so malloc 72 0x55717358de40 0.000119
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so free 0x55717358de40 void 0.000120
+gallium_dri.so malloc 72 0x55717358df70 0.000117
+gallium_dri.so free 0x55717358dfc0 void 0.000117
+gallium_dri.so free 0x55717358df70 void 0.000117
+gallium_dri.so malloc 72 0x55717358df70 0.000176
+gallium_dri.so free 0x5571734620c0 void 0.000121
+gallium_dri.so free 0x55717358df70 void 0.000122
+gallium_dri.so malloc 72 0x557173462110 0.000121
+gallium_dri.so free 0x557173462180 void 0.000120
+gallium_dri.so free 0x557173462110 void 0.000118
+gallium_dri.so malloc 72 0x5571734621a0 0.000121
+gallium_dri.so free 0x557173462240 void 0.000121
+gallium_dri.so free 0x5571734621a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734621f0 0.000121
+gallium_dri.so free 0x5571734622c0 void 0.000120
+gallium_dri.so free 0x5571734621f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734621f0 0.000122
+gallium_dri.so free 0x5571735da8c0 void 0.000122
+gallium_dri.so free 0x5571734621f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734621f0 0.000122
+gallium_dri.so free 0x5571735da940 void 0.000118
+gallium_dri.so free 0x5571734621f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735da940 0.000120
+gallium_dri.so free 0x5571734623c0 void 0.000123
+gallium_dri.so free 0x5571735da940 void 0.000120
+gallium_dri.so malloc 72 0x557173462370 0.000122
+gallium_dri.so free 0x5571735daa00 void 0.000121
+gallium_dri.so free 0x557173462370 void 0.000117
+gallium_dri.so malloc 72 0x557173462370 0.000118
+gallium_dri.so free 0x5571735daac0 void 0.000121
+gallium_dri.so free 0x557173462370 void 0.000130
+gallium_dri.so malloc 72 0x5571735dab00 0.000122
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so free 0x5571735dab00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0500 0.000120
+gallium_dri.so free 0x5571735c05c0 void 0.000119
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0500 0.000120
+gallium_dri.so free 0x5571735c0680 void 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so malloc 72 0x5571735c06a0 0.000122
+gallium_dri.so free 0x5571735c0740 void 0.000119
+gallium_dri.so free 0x5571735c06a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c06f0 0.000121
+gallium_dri.so free 0x5571735dab80 void 0.000122
+gallium_dri.so free 0x5571735c06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c06f0 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000118
+gallium_dri.so free 0x5571735c06f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000120
+gallium_dri.so free 0x5571735eba80 void 0.000146
+gallium_dri.so free 0x5571735eb9c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eb9c0 0.000120
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb30 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000131
+gallium_dri.so free 0x5571735ebb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebb80 0.000121
+gallium_dri.so free 0x5571735c07c0 void 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebb80 0.000150
+gallium_dri.so free 0x5571735ebc40 void 0.000125
+gallium_dri.so free 0x5571735ebb80 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebc40 0.000121
+gallium_dri.so free 0x5571735fa0c0 void 0.000118
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc40 0.000121
+gallium_dri.so free 0x5571735fa140 void 0.000120
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa170 0.000119
+gallium_dri.so free 0x5571735fa1c0 void 0.000119
+gallium_dri.so free 0x5571735fa170 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa170 0.000121
+gallium_dri.so free 0x5571735fa2c0 void 0.000121
+gallium_dri.so free 0x5571735fa170 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa270 0.000121
+gallium_dri.so free 0x5571735fa380 void 0.000121
+gallium_dri.so free 0x5571735fa270 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa330 0.000121
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so free 0x5571735fa330 void 0.000155
+gallium_dri.so malloc 72 0x5571735fa330 0.000123
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so free 0x5571735fa330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1b00 void 0.000118
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735e1bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1c70 0.000118
+gallium_dri.so free 0x5571735fb280 void 0.000118
+gallium_dri.so free 0x5571735e1c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1c70 0.000117
+gallium_dri.so free 0x5571735fb340 void 0.000118
+gallium_dri.so free 0x5571735e1c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000121
+gallium_dri.so free 0x5571735fb2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb440 void 0.000118
+gallium_dri.so free 0x5571735fb2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000117
+gallium_dri.so free 0x5571735fb500 void 0.000170
+gallium_dri.so free 0x5571735fb3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000118
+gallium_dri.so free 0x5571735f4c40 void 0.000120
+gallium_dri.so free 0x5571735fb4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000118
+gallium_dri.so free 0x5571735f4d00 void 0.000120
+gallium_dri.so free 0x5571735fb4b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000119
+gallium_dri.so free 0x5571735f4d80 void 0.000118
+gallium_dri.so free 0x5571735f4cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000117
+gallium_dri.so free 0x5571735f4e40 void 0.000121
+gallium_dri.so free 0x5571735f4dd0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000119
+gallium_dri.so free 0x5571735f4f40 void 0.000121
+gallium_dri.so free 0x5571735f4ea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f4ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000184
+gallium_dri.so free 0x5571735f2b80 void 0.000121
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000118
+gallium_dri.so free 0x5571735f2c40 void 0.000120
+gallium_dri.so free 0x5571735f2ac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000120
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x5571735f2ac0 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x557173589800 void 0.000120
+gallium_dri.so free 0x5571735896f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735897b0 0.000121
+gallium_dri.so free 0x557173589880 void 0.000118
+gallium_dri.so free 0x5571735897b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735898d0 0.000121
+gallium_dri.so free 0x557173589940 void 0.000120
+gallium_dri.so free 0x5571735898d0 void 0.000117
+gallium_dri.so malloc 72 0x557173589960 0.000120
+gallium_dri.so free 0x557173589a00 void 0.000117
+gallium_dri.so free 0x557173589960 void 0.000117
+gallium_dri.so malloc 72 0x5571735899b0 0.000117
+gallium_dri.so free 0x55717360c8c0 void 0.000127
+gallium_dri.so free 0x5571735899b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360c900 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so free 0x55717360c900 void 0.000168
+gallium_dri.so malloc 72 0x55717360c980 0.000122
+gallium_dri.so free 0x55717360ca40 void 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so malloc 72 0x55717360c980 0.000119
+gallium_dri.so free 0x55717360cac0 void 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so malloc 72 0x55717360c980 0.000119
+gallium_dri.so free 0x55717360cb80 void 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x55717360c980 0.000121
+gallium_dri.so free 0x5571736101c0 void 0.000121
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x557173610170 0.000119
+gallium_dri.so free 0x557173610240 void 0.000118
+gallium_dri.so free 0x557173610170 void 0.000118
+gallium_dri.so malloc 72 0x557173610290 0.000119
+gallium_dri.so free 0x557173610300 void 0.000120
+gallium_dri.so free 0x557173610290 void 0.000117
+gallium_dri.so malloc 72 0x557173610320 0.000118
+gallium_dri.so free 0x5571736103c0 void 0.000120
+gallium_dri.so free 0x557173610320 void 0.000120
+gallium_dri.so malloc 72 0x557173610370 0.000121
+gallium_dri.so free 0x557173610440 void 0.000123
+gallium_dri.so free 0x557173610370 void 0.000117
+gallium_dri.so malloc 72 0x557173610370 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000132
+gallium_dri.so free 0x557173610370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5940 0.000119
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so free 0x5571735f5940 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so free 0x5571735f59c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f59c0 0.000118
+gallium_dri.so free 0x5571735f5b00 void 0.000117
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5b30 0.000118
+gallium_dri.so free 0x5571735f5b80 void 0.000120
+gallium_dri.so free 0x5571735f5b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5b30 0.000120
+gallium_dri.so free 0x5571735fa5c0 void 0.000119
+gallium_dri.so free 0x5571735f5b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000117
+gallium_dri.so free 0x5571735fa680 void 0.000122
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000118
+gallium_dri.so free 0x5571735fa740 void 0.000120
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa760 0.000118
+gallium_dri.so free 0x5571735fa800 void 0.000118
+gallium_dri.so free 0x5571735fa760 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000130
+gallium_dri.so free 0x5571735fa880 void 0.000118
+gallium_dri.so free 0x5571735fa7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa7b0 0.000120
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735fa7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000119
+gallium_dri.so free 0x5571735ec740 void 0.000121
+gallium_dri.so free 0x5571735ec6d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec760 0.000118
+gallium_dri.so free 0x5571735ec800 void 0.000117
+gallium_dri.so free 0x5571735ec760 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000121
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so free 0x5571735ec7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec880 0.000117
+gallium_dri.so free 0x5571735ec940 void 0.000120
+gallium_dri.so free 0x5571735ec880 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec880 0.000119
+gallium_dri.so free 0x5571735fe280 void 0.000117
+gallium_dri.so free 0x5571735ec880 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe340 void 0.000119
+gallium_dri.so free 0x5571735fe230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000117
+gallium_dri.so free 0x5571735fe380 void 0.000119
+gallium_dri.so free 0x5571735fe2f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000120
+gallium_dri.so free 0x5571735fe440 void 0.000119
+gallium_dri.so free 0x5571735fe2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe480 0.000120
+gallium_dri.so free 0x5571735fe500 void 0.000118
+gallium_dri.so free 0x5571735fe480 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe500 0.000121
+gallium_dri.so free 0x5571735de300 void 0.000120
+gallium_dri.so free 0x5571735fe500 void 0.000120
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de3c0 void 0.000120
+gallium_dri.so free 0x5571735de340 void 0.000119
+gallium_dri.so malloc 72 0x5571735de340 0.000118
+gallium_dri.so free 0x5571735de440 void 0.000119
+gallium_dri.so free 0x5571735de340 void 0.000117
+gallium_dri.so malloc 72 0x5571735de470 0.000119
+gallium_dri.so free 0x5571735de4c0 void 0.000121
+gallium_dri.so free 0x5571735de470 void 0.000119
+gallium_dri.so malloc 72 0x5571735de470 0.000120
+gallium_dri.so free 0x5571735de5c0 void 0.000123
+gallium_dri.so free 0x5571735de470 void 0.000117
+gallium_dri.so malloc 72 0x5571735de570 0.000121
+gallium_dri.so free 0x557173473680 void 0.000121
+gallium_dri.so free 0x5571735de570 void 0.000117
+gallium_dri.so malloc 72 0x5571734736a0 0.000120
+gallium_dri.so free 0x557173473740 void 0.000134
+gallium_dri.so free 0x5571734736a0 void 0.000121
+gallium_dri.so malloc 72 0x5571734736f0 0.000120
+gallium_dri.so free 0x5571734737c0 void 0.000119
+gallium_dri.so free 0x5571734736f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734736f0 0.000118
+gallium_dri.so free 0x5571734738c0 void 0.000121
+gallium_dri.so free 0x5571734736f0 void 0.000117
+gallium_dri.so malloc 72 0x557173473870 0.000121
+gallium_dri.so free 0x557173473940 void 0.000118
+gallium_dri.so free 0x557173473870 void 0.000120
+gallium_dri.so malloc 72 0x557173473990 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so free 0x557173473990 void 0.000120
+gallium_dri.so malloc 72 0x5571735c11e0 0.000120
+gallium_dri.so free 0x5571735c1280 void 0.000121
+gallium_dri.so free 0x5571735c11e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1230 0.000116
+gallium_dri.so free 0x5571735c1300 void 0.000119
+gallium_dri.so free 0x5571735c1230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1230 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000121
+gallium_dri.so free 0x5571735c1230 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1380 0.000117
+gallium_dri.so free 0x5571735c1440 void 0.000121
+gallium_dri.so free 0x5571735c1380 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1380 0.000131
+gallium_dri.so free 0x557173461780 void 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000116
+gallium_dri.so malloc 72 0x557173461730 0.000118
+gallium_dri.so free 0x5571734617c0 void 0.000118
+gallium_dri.so free 0x557173461730 void 0.000118
+gallium_dri.so malloc 72 0x557173461730 0.000119
+gallium_dri.so free 0x557173461880 void 0.000116
+gallium_dri.so free 0x557173461730 void 0.000115
+gallium_dri.so malloc 72 0x5571734618c0 0.000118
+gallium_dri.so free 0x557173461940 void 0.000120
+gallium_dri.so free 0x5571734618c0 void 0.000118
+gallium_dri.so malloc 72 0x557173461940 0.000117
+gallium_dri.so free 0x557173461a00 void 0.000115
+gallium_dri.so free 0x557173461940 void 0.000114
+gallium_dri.so malloc 72 0x557173461940 0.000115
+gallium_dri.so free 0x5571735db580 void 0.000119
+gallium_dri.so free 0x557173461940 void 0.000118
+gallium_dri.so malloc 72 0x5571735db5b0 0.000115
+gallium_dri.so free 0x5571735db600 void 0.000119
+gallium_dri.so free 0x5571735db5b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735db600 0.000118
+gallium_dri.so free 0x5571735db6c0 void 0.000116
+gallium_dri.so free 0x5571735db600 void 0.000115
+gallium_dri.so malloc 72 0x5571735db600 0.000118
+gallium_dri.so free 0x5571735db7c0 void 0.000118
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so malloc 72 0x5571735db770 0.000188
+gallium_dri.so free 0x5571735db880 void 0.000120
+gallium_dri.so free 0x5571735db770 void 0.000119
+gallium_dri.so malloc 72 0x5571735db830 0.000119
+gallium_dri.so free 0x55717346a680 void 0.000117
+gallium_dri.so free 0x5571735db830 void 0.000119
+gallium_dri.so malloc 72 0x55717346a630 0.000117
+gallium_dri.so free 0x55717346a700 void 0.000117
+gallium_dri.so free 0x55717346a630 void 0.000116
+gallium_dri.so malloc 72 0x55717346a630 0.000119
+gallium_dri.so free 0x55717346a780 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000119
+gallium_dri.so malloc 72 0x55717346a780 0.000119
+gallium_dri.so free 0x55717346a840 void 0.000120
+gallium_dri.so free 0x55717346a780 void 0.000120
+gallium_dri.so malloc 72 0x55717346a780 0.000120
+gallium_dri.so free 0x55717346a940 void 0.000120
+gallium_dri.so free 0x55717346a780 void 0.000118
+gallium_dri.so malloc 72 0x55717346a8f0 0.000117
+gallium_dri.so free 0x5571735dc8c0 void 0.000121
+gallium_dri.so free 0x55717346a8f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dc870 0.000119
+gallium_dri.so free 0x5571735dc940 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc870 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so free 0x5571735dc870 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000117
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc9c0 0.000117
+gallium_dri.so free 0x557173600840 void 0.000119
+gallium_dri.so free 0x5571735dc9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736007f0 0.000119
+gallium_dri.so free 0x557173600840 void 0.000121
+gallium_dri.so free 0x5571736007f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736007f0 0.000119
+gallium_dri.so free 0x557173600940 void 0.000119
+gallium_dri.so free 0x5571736007f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736008f0 0.000119
+gallium_dri.so free 0x557173600a00 void 0.000118
+gallium_dri.so free 0x5571736008f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736009b0 0.000119
+gallium_dri.so free 0x557173600a40 void 0.000116
+gallium_dri.so free 0x5571736009b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736009b0 0.000120
+gallium_dri.so free 0x557173600b00 void 0.000117
+gallium_dri.so free 0x5571736009b0 void 0.000118
+gallium_dri.so malloc 72 0x557173600b40 0.000125
+gallium_dri.so free 0x5571735c4ac0 void 0.000130
+gallium_dri.so free 0x557173600b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4a70 0.000117
+gallium_dri.so free 0x5571735c4b80 void 0.000117
+gallium_dri.so free 0x5571735c4a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4b30 0.000119
+gallium_dri.so free 0x5571735c4c00 void 0.000120
+gallium_dri.so free 0x5571735c4b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4b30 0.000117
+gallium_dri.so free 0x5571735c4cc0 void 0.000119
+gallium_dri.so free 0x5571735c4b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b30 0.000119
+gallium_dri.so free 0x5571735c4d80 void 0.000116
+gallium_dri.so free 0x5571735c4b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d30 0.000117
+gallium_dri.so free 0x5571735f6c40 void 0.000120
+gallium_dri.so free 0x5571735c4d30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000117
+gallium_dri.so free 0x5571735f6d00 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000120
+gallium_dri.so free 0x5571735f6d40 void 0.000117
+gallium_dri.so free 0x5571735f6cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000120
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so free 0x5571735f6cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6e50 0.000172
+gallium_dri.so free 0x5571735f6ec0 void 0.000118
+gallium_dri.so free 0x5571735f6e50 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6f00 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000120
+gallium_dri.so free 0x5571735f6f00 void 0.000118
+gallium_dri.so malloc 72 0x55717360dbb0 0.000117
+gallium_dri.so free 0x55717360dcc0 void 0.000120
+gallium_dri.so free 0x55717360dbb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360dc70 0.000119
+gallium_dri.so free 0x55717360dd00 void 0.000120
+gallium_dri.so free 0x55717360dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc70 0.000119
+gallium_dri.so free 0x55717360ddc0 void 0.000116
+gallium_dri.so free 0x55717360dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717360de00 0.000116
+gallium_dri.so free 0x55717360de80 void 0.000121
+gallium_dri.so free 0x55717360de00 void 0.000118
+gallium_dri.so malloc 72 0x55717360de80 0.000119
+gallium_dri.so free 0x55717346cc40 void 0.000119
+gallium_dri.so free 0x55717360de80 void 0.000119
+gallium_dri.so malloc 72 0x55717346cbf0 0.000121
+gallium_dri.so free 0x55717346ccc0 void 0.000120
+gallium_dri.so free 0x55717346cbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cce0 0.000116
+gallium_dri.so free 0x55717346cd80 void 0.000119
+gallium_dri.so free 0x55717346cce0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cd30 0.000119
+gallium_dri.so free 0x55717346ce00 void 0.000121
+gallium_dri.so free 0x55717346cd30 void 0.000117
+gallium_dri.so malloc 72 0x55717346cd30 0.000116
+gallium_dri.so free 0x55717346ce80 void 0.000119
+gallium_dri.so free 0x55717346cd30 void 0.000119
+gallium_dri.so malloc 72 0x55717346ce80 0.000120
+gallium_dri.so free 0x5571735f9200 void 0.000119
+gallium_dri.so free 0x55717346ce80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91b0 0.000120
+gallium_dri.so free 0x5571735f9240 void 0.000116
+gallium_dri.so free 0x5571735f91b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000115
+gallium_dri.so free 0x5571735f9300 void 0.000119
+gallium_dri.so free 0x5571735f91b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9370 0.000124
+gallium_dri.so free 0x5571735f93c0 void 0.000121
+gallium_dri.so free 0x5571735f9370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9370 0.000119
+gallium_dri.so free 0x5571735f94c0 void 0.000117
+gallium_dri.so free 0x5571735f9370 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9470 0.000120
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735f9470 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26e0 0.000119
+gallium_dri.so free 0x5571735e2780 void 0.000124
+gallium_dri.so free 0x5571735e26e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2730 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000121
+gallium_dri.so free 0x5571735e2730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2730 0.000120
+gallium_dri.so free 0x5571735e2880 void 0.000118
+gallium_dri.so free 0x5571735e2730 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2880 0.000119
+gallium_dri.so free 0x5571735e2940 void 0.000119
+gallium_dri.so free 0x5571735e2880 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2880 0.000119
+gallium_dri.so free 0x5571735c2500 void 0.000116
+gallium_dri.so free 0x5571735e2880 void 0.000117
+gallium_dri.so malloc 72 0x5571735c24b0 0.000119
+gallium_dri.so free 0x5571735c2540 void 0.000118
+gallium_dri.so free 0x5571735c24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c24b0 0.000120
+gallium_dri.so free 0x5571735c2600 void 0.000119
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2640 0.000120
+gallium_dri.so free 0x5571735c26c0 void 0.000120
+gallium_dri.so free 0x5571735c2640 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26c0 0.000116
+gallium_dri.so free 0x5571735c2780 void 0.000120
+gallium_dri.so free 0x5571735c26c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26c0 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000125
+gallium_dri.so free 0x5571735c26c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df5f0 0.000119
+gallium_dri.so free 0x5571735df6c0 void 0.000118
+gallium_dri.so free 0x5571735df5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df6c0 0.000119
+gallium_dri.so free 0x5571735df780 void 0.000117
+gallium_dri.so free 0x5571735df6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6c0 0.000120
+gallium_dri.so free 0x5571735df800 void 0.000117
+gallium_dri.so free 0x5571735df6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df800 0.000120
+gallium_dri.so free 0x5571735df8c0 void 0.000116
+gallium_dri.so free 0x5571735df800 void 0.000120
+gallium_dri.so malloc 72 0x5571735df800 0.000118
+gallium_dri.so free 0x557173601340 void 0.000118
+gallium_dri.so free 0x5571735df800 void 0.000117
+gallium_dri.so malloc 72 0x5571735df800 0.000119
+gallium_dri.so free 0x557173601400 void 0.000121
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so malloc 72 0x5571736013b0 0.000117
+gallium_dri.so free 0x557173601480 void 0.000117
+gallium_dri.so free 0x5571736013b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736014d0 0.000119
+gallium_dri.so free 0x557173601540 void 0.000121
+gallium_dri.so free 0x5571736014d0 void 0.000116
+gallium_dri.so malloc 72 0x557173601580 0.000128
+gallium_dri.so free 0x557173601600 void 0.000117
+gallium_dri.so free 0x557173601580 void 0.000116
+gallium_dri.so malloc 72 0x557173601580 0.000116
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x557173601580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1db0 0.000118
+gallium_dri.so free 0x5571735e1e80 void 0.000117
+gallium_dri.so free 0x5571735e1db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1db0 0.000116
+gallium_dri.so free 0x5571735e1f00 void 0.000118
+gallium_dri.so free 0x5571735e1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f00 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000118
+gallium_dri.so free 0x5571735e1f00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1f00 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000119
+gallium_dri.so free 0x5571735e1f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1f00 0.000119
+gallium_dri.so free 0x5571735dacc0 void 0.000121
+gallium_dri.so free 0x5571735e1f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac70 0.000120
+gallium_dri.so free 0x5571735dacc0 void 0.000116
+gallium_dri.so free 0x5571735dac70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac70 0.000116
+gallium_dri.so free 0x5571735dadc0 void 0.000117
+gallium_dri.so free 0x5571735dac70 void 0.000130
+gallium_dri.so malloc 72 0x5571735dad70 0.000117
+gallium_dri.so free 0x5571735dae80 void 0.000120
+gallium_dri.so free 0x5571735dad70 void 0.000116
+gallium_dri.so malloc 72 0x5571735dae30 0.000119
+gallium_dri.so free 0x5571735e2140 void 0.000117
+gallium_dri.so free 0x5571735dae30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e20f0 0.000117
+gallium_dri.so free 0x5571735daec0 void 0.000119
+gallium_dri.so free 0x5571735e20f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e20f0 0.000119
+gallium_dri.so free 0x5571735dafc0 void 0.000118
+gallium_dri.so free 0x5571735e20f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daf70 0.000119
+gallium_dri.so free 0x5571735ebdc0 void 0.000120
+gallium_dri.so free 0x5571735daf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebe40 void 0.000116
+gallium_dri.so free 0x5571735ebd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebd70 0.000116
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so free 0x5571735ebd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebd70 0.000120
+gallium_dri.so free 0x5571735ebfc0 void 0.000118
+gallium_dri.so free 0x5571735ebd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebf70 0.000120
+gallium_dri.so free 0x5571735ec040 void 0.000173
+gallium_dri.so free 0x5571735ebf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec090 0.000121
+gallium_dri.so free 0x5571735fb680 void 0.000122
+gallium_dri.so free 0x5571735ec090 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000120
+gallium_dri.so free 0x5571735fb6c0 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000117
+gallium_dri.so free 0x5571735fb780 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000120
+gallium_dri.so free 0x5571735fb840 void 0.000117
+gallium_dri.so free 0x5571735fb7d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb880 0.000116
+gallium_dri.so free 0x5571735fb900 void 0.000121
+gallium_dri.so free 0x5571735fb880 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb900 0.000116
+gallium_dri.so free 0x5571735f5040 void 0.000117
+gallium_dri.so free 0x5571735fb900 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000121
+gallium_dri.so free 0x5571735f5080 void 0.000120
+gallium_dri.so free 0x5571735f4ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000118
+gallium_dri.so free 0x5571735f5140 void 0.000117
+gallium_dri.so free 0x5571735f4ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5180 0.000175
+gallium_dri.so free 0x5571735f5200 void 0.000122
+gallium_dri.so free 0x5571735f5180 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5200 0.000121
+gallium_dri.so free 0x5571735f52c0 void 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5200 0.000120
+gallium_dri.so free 0x5571735f5340 void 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5200 0.000117
+gallium_dri.so free 0x5571735c0900 void 0.000119
+gallium_dri.so free 0x5571735f5200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c08b0 0.000117
+gallium_dri.so free 0x5571735c0980 void 0.000119
+gallium_dri.so free 0x5571735c08b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c08b0 0.000119
+gallium_dri.so free 0x55717346bd70 void 0.000122
+gallium_dri.so free 0x5571735c0a00 void 0.000117
+gallium_dri.so free 0x5571735c08b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0a00 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000115
+gallium_dri.so free 0x5571735c0a00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0a00 0.000114
+gallium_dri.so free 0x5571735c0b80 void 0.000114
+gallium_dri.so free 0x5571735c0a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0a00 0.000114
+gallium_dri.so free 0x5571736068c0 void 0.000129
+gallium_dri.so free 0x5571735c0a00 void 0.000115
+gallium_dri.so malloc 72 0x557173606930 0.000115
+gallium_dri.so free 0x557173606980 void 0.000115
+gallium_dri.so free 0x557173606930 void 0.000115
+gallium_dri.so malloc 72 0x557173606930 0.000114
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so free 0x557173606930 void 0.000114
+gallium_dri.so malloc 72 0x557173606a30 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000115
+gallium_dri.so free 0x557173606a30 void 0.000115
+gallium_dri.so malloc 72 0x557173606af0 0.000115
+gallium_dri.so free 0x5571735c0c40 void 0.000115
+gallium_dri.so free 0x557173606af0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000240
+gallium_dri.so free 0x5571735c0bf0 void 0.000207
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000207
+gallium_dri.so free 0x5571735f3300 void 0.000128
+gallium_dri.so free 0x5571735c0bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f3350 0.000123
+gallium_dri.so free 0x5571735f33c0 void 0.000125
+gallium_dri.so free 0x5571735f3350 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3420 0.000133
+gallium_dri.so free 0x5571735f34c0 void 0.000121
+gallium_dri.so free 0x5571735f3420 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3470 0.000114
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f3470 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3470 0.000110
+gallium_dri.so free 0x5571735f35c0 void 0.000110
+gallium_dri.so free 0x5571735f3470 void 0.000110
+gallium_dri.so malloc 72 0x5571735f3600 0.000109
+gallium_dri.so free 0x557173608480 void 0.000109
+gallium_dri.so free 0x5571735f3600 void 0.000109
+gallium_dri.so malloc 72 0x557173608480 0.000112
+gallium_dri.so free 0x557173608540 void 0.000110
+gallium_dri.so free 0x557173608480 void 0.000112
+gallium_dri.so malloc 72 0x557173608480 0.000110
+gallium_dri.so free 0x5571736085c0 void 0.000112
+gallium_dri.so free 0x557173608480 void 0.000110
+gallium_dri.so malloc 72 0x5571736085f0 0.000109
+gallium_dri.so free 0x557173608640 void 0.000112
+gallium_dri.so free 0x5571736085f0 void 0.000116
+gallium_dri.so malloc 72 0x557173608640 0.000118
+gallium_dri.so free 0x5571735f3680 void 0.000121
+gallium_dri.so free 0x557173608640 void 0.000121
+gallium_dri.so malloc 72 0x557173608640 0.000118
+gallium_dri.so free 0x557173608700 void 0.000118
+gallium_dri.so free 0x557173608640 void 0.000116
+gallium_dri.so malloc 72 0x557173608700 0.000143
+gallium_dri.so free 0x5571736087c0 void 0.000134
+gallium_dri.so free 0x557173608700 void 0.000131
+gallium_dri.so malloc 72 0x557173608700 0.000127
+gallium_dri.so free 0x5571735c39c0 void 0.000123
+gallium_dri.so free 0x557173608700 void 0.000271
+gallium_dri.so malloc 72 0x557173608700 0.000150
+gallium_dri.so free 0x5571735c3a80 void 0.000151
+gallium_dri.so free 0x557173608700 void 0.000150
+gallium_dri.so malloc 72 0x5571735c3a30 0.000147
+gallium_dri.so free 0x5571735c3b00 void 0.000148
+gallium_dri.so free 0x5571735c3a30 void 0.000149
+gallium_dri.so malloc 72 0x5571735c3b50 0.000148
+gallium_dri.so free 0x5571735c3bc0 void 0.000149
+gallium_dri.so free 0x5571735c3b50 void 0.000150
+gallium_dri.so malloc 72 0x5571735c3c00 0.000140
+gallium_dri.so free 0x5571735c3c80 void 0.000135
+gallium_dri.so free 0x5571735c3c00 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3c00 0.000137
+gallium_dri.so free 0x5571735c3d00 void 0.000138
+gallium_dri.so free 0x5571735c3c00 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3d30 0.000192
+gallium_dri.so free 0x5571735ff740 void 0.000137
+gallium_dri.so free 0x5571735c3d30 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3d30 0.000136
+gallium_dri.so free 0x5571735ff7c0 void 0.000137
+gallium_dri.so free 0x5571735c3d30 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000137
+gallium_dri.so free 0x5571735ff880 void 0.000136
+gallium_dri.so free 0x5571735ff7c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000136
+gallium_dri.so free 0x5571735ff940 void 0.000137
+gallium_dri.so free 0x5571735ff7c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000138
+gallium_dri.so free 0x5571735ffa00 void 0.000137
+gallium_dri.so free 0x5571735ff7c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000136
+gallium_dri.so free 0x5571735ffa00 void 0.000138
+gallium_dri.so free 0x5571735ff9b0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000136
+gallium_dri.so free 0x557173464e00 void 0.000138
+gallium_dri.so free 0x5571735ff9b0 void 0.000137
+gallium_dri.so malloc 72 0x557173464e00 0.000137
+gallium_dri.so free 0x5571735ffb00 void 0.000137
+gallium_dri.so free 0x557173464e00 void 0.000139
+gallium_dri.so malloc 72 0x5571735ffab0 0.000137
+gallium_dri.so free 0x557173464ec0 void 0.000143
+gallium_dri.so free 0x5571735ffab0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ffab0 0.000137
+gallium_dri.so free 0x557173464f80 void 0.000138
+gallium_dri.so free 0x5571735ffab0 void 0.000136
+gallium_dri.so malloc 72 0x557173464f30 0.000136
+gallium_dri.so free 0x557173465000 void 0.000161
+gallium_dri.so free 0x557173464f30 void 0.000138
+gallium_dri.so malloc 72 0x557173465050 0.000136
+gallium_dri.so free 0x5571734650c0 void 0.000137
+gallium_dri.so free 0x557173465050 void 0.000136
+gallium_dri.so malloc 72 0x557173465120 0.000178
+gallium_dri.so free 0x5571734651c0 void 0.000126
+gallium_dri.so free 0x557173465120 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000112
+gallium_dri.so free 0x557173620740 void 0.000125
+gallium_dri.so free 0x557173465170 void 0.000144
+gallium_dri.so malloc 72 0x557173465170 0.000126
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173465170 void 0.000111
+gallium_dri.so malloc 72 0x5571736207b0 0.000111
+gallium_dri.so free 0x557173620880 void 0.000132
+gallium_dri.so free 0x5571736207b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736208d0 0.000118
+gallium_dri.so free 0x557173620940 void 0.000116
+gallium_dri.so free 0x5571736208d0 void 0.000112
+gallium_dri.so malloc 72 0x557173620960 0.000112
+gallium_dri.so free 0x557173620a00 void 0.000112
+gallium_dri.so free 0x557173620960 void 0.000111
+gallium_dri.so malloc 72 0x5571736209b0 0.000110
+gallium_dri.so free 0x557173620a80 void 0.000111
+gallium_dri.so free 0x5571736209b0 void 0.000111
+gallium_dri.so malloc 72 0x557173620a80 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000111
+gallium_dri.so free 0x557173620a80 void 0.000112
+gallium_dri.so malloc 72 0x557173620a80 0.000111
+gallium_dri.so free 0x55717358e280 void 0.000110
+gallium_dri.so free 0x557173620a80 void 0.000110
+gallium_dri.so malloc 72 0x55717358e280 0.000111
+gallium_dri.so free 0x55717358e340 void 0.000110
+gallium_dri.so free 0x55717358e280 void 0.000111
+gallium_dri.so malloc 72 0x55717358e280 0.000116
+gallium_dri.so free 0x55717358e400 void 0.000120
+gallium_dri.so free 0x55717358e280 void 0.000117
+gallium_dri.so malloc 72 0x55717358e280 0.000111
+gallium_dri.so free 0x55717358e4c0 void 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000112
+gallium_dri.so malloc 72 0x55717358e470 0.000110
+gallium_dri.so free 0x55717358e540 void 0.000122
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x55717358e590 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000114
+gallium_dri.so free 0x55717358e590 void 0.000111
+gallium_dri.so malloc 72 0x55717358e590 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000110
+gallium_dri.so free 0x55717358e590 void 0.000110
+gallium_dri.so malloc 72 0x55717358e590 0.000110
+gallium_dri.so free 0x5571735d0140 void 0.000110
+gallium_dri.so free 0x55717358e590 void 0.000111
+gallium_dri.so malloc 72 0x55717358e590 0.000110
+gallium_dri.so free 0x5571735d0200 void 0.000111
+gallium_dri.so free 0x55717358e590 void 0.000111
+gallium_dri.so malloc 72 0x5571735d01b0 0.000110
+gallium_dri.so free 0x5571735d0280 void 0.000109
+gallium_dri.so free 0x5571735d01b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d02d0 0.000110
+gallium_dri.so free 0x5571735d0340 void 0.000115
+gallium_dri.so free 0x5571735d02d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0360 0.000110
+gallium_dri.so free 0x55717360f0c0 void 0.000109
+gallium_dri.so free 0x5571735d0360 void 0.000110
+gallium_dri.so malloc 72 0x5571735d0360 0.000110
+gallium_dri.so free 0x55717360f180 void 0.000110
+gallium_dri.so free 0x5571735d0360 void 0.000111
+gallium_dri.so malloc 72 0x55717360f130 0.000110
+gallium_dri.so free 0x55717360f180 void 0.000112
+gallium_dri.so free 0x55717360f130 void 0.000167
+gallium_dri.so malloc 72 0x55717360f130 0.000159
+gallium_dri.so free 0x55717360f280 void 0.000156
+gallium_dri.so free 0x55717360f130 void 0.000150
+gallium_dri.so malloc 72 0x55717360f230 0.000149
+gallium_dri.so free 0x55717360f340 void 0.000150
+gallium_dri.so free 0x55717360f230 void 0.000149
+gallium_dri.so malloc 72 0x55717360f2f0 0.000148
+gallium_dri.so free 0x55717360f380 void 0.000148
+gallium_dri.so free 0x55717360f2f0 void 0.000148
+gallium_dri.so malloc 72 0x55717360f2f0 0.000156
+gallium_dri.so free 0x557173462840 void 0.000122
+gallium_dri.so free 0x55717360f2f0 void 0.000111
+gallium_dri.so malloc 72 0x55717360f2f0 0.000111
+gallium_dri.so free 0x5571734628c0 void 0.000111
+gallium_dri.so free 0x55717360f2f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734628c0 0.000110
+gallium_dri.so free 0x557173462980 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734628c0 0.000116
+gallium_dri.so free 0x557173462a80 void 0.000113
+gallium_dri.so free 0x5571734628c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734628c0 0.000111
+gallium_dri.so free 0x55717360f440 void 0.000146
+gallium_dri.so free 0x5571734628c0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f470 0.000120
+gallium_dri.so free 0x557173462b00 void 0.000120
+gallium_dri.so free 0x55717360f470 void 0.000119
+gallium_dri.so malloc 72 0x557173462b40 0.000121
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x557173462b40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8100 0.000119
+gallium_dri.so free 0x5571735f81c0 void 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8100 0.000118
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8270 0.000120
+gallium_dri.so free 0x5571735f82c0 void 0.000119
+gallium_dri.so free 0x5571735f8270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f82c0 0.000120
+gallium_dri.so free 0x557173462bc0 void 0.000120
+gallium_dri.so free 0x5571735f82c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f82c0 0.000119
+gallium_dri.so free 0x5571735f8380 void 0.000122
+gallium_dri.so free 0x5571735f82c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8380 0.000118
+gallium_dri.so free 0x5571735f8440 void 0.000120
+gallium_dri.so free 0x5571735f8380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8380 0.000133
+gallium_dri.so free 0x55717346e100 void 0.000120
+gallium_dri.so free 0x5571735f8380 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8380 0.000119
+gallium_dri.so free 0x55717346e1c0 void 0.000119
+gallium_dri.so free 0x5571735f8380 void 0.000119
+gallium_dri.so malloc 72 0x55717346e170 0.000120
+gallium_dri.so free 0x55717346e240 void 0.000119
+gallium_dri.so free 0x55717346e170 void 0.000120
+gallium_dri.so malloc 72 0x55717346e290 0.000120
+gallium_dri.so free 0x55717346e300 void 0.000121
+gallium_dri.so free 0x55717346e290 void 0.000120
+gallium_dri.so malloc 72 0x55717346e340 0.000119
+gallium_dri.so free 0x55717346e3c0 void 0.000121
+gallium_dri.so free 0x55717346e340 void 0.000120
+gallium_dri.so malloc 72 0x55717346e340 0.000120
+gallium_dri.so free 0x55717346e440 void 0.000119
+gallium_dri.so free 0x55717346e340 void 0.000120
+gallium_dri.so malloc 72 0x55717346e470 0.000118
+gallium_dri.so free 0x5571735fd180 void 0.000119
+gallium_dri.so free 0x55717346e470 void 0.000119
+gallium_dri.so malloc 72 0x55717346e470 0.000119
+gallium_dri.so free 0x5571735fd200 void 0.000122
+gallium_dri.so free 0x55717346e470 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd200 0.000120
+gallium_dri.so free 0x5571735fd2c0 void 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd200 0.000118
+gallium_dri.so free 0x5571735fd380 void 0.000119
+gallium_dri.so free 0x5571735fd200 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd200 0.000120
+gallium_dri.so free 0x5571735fd440 void 0.000122
+gallium_dri.so free 0x5571735fd200 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000120
+gallium_dri.so free 0x5571735fd440 void 0.000118
+gallium_dri.so free 0x5571735fd3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000120
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so free 0x5571735fd3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d25c0 0.000119
+gallium_dri.so free 0x5571735fd540 void 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000119
+gallium_dri.so free 0x5571735d2680 void 0.000120
+gallium_dri.so free 0x5571735fd4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000118
+gallium_dri.so free 0x5571735d2740 void 0.000120
+gallium_dri.so free 0x5571735fd4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d26f0 0.000118
+gallium_dri.so free 0x5571735d27c0 void 0.000120
+gallium_dri.so free 0x5571735d26f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2810 0.000119
+gallium_dri.so free 0x5571735d2880 void 0.000131
+gallium_dri.so free 0x5571735d2810 void 0.000117
+gallium_dri.so malloc 72 0x5571735d28e0 0.000121
+gallium_dri.so free 0x5571735d2980 void 0.000120
+gallium_dri.so free 0x5571735d28e0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2930 0.000120
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x5571735d2930 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2930 0.000119
+gallium_dri.so free 0x557173469440 void 0.000117
+gallium_dri.so free 0x5571735d2930 void 0.000121
+gallium_dri.so malloc 72 0x5571734693f0 0.000120
+gallium_dri.so free 0x5571734694c0 void 0.000119
+gallium_dri.so free 0x5571734693f0 void 0.000119
+gallium_dri.so malloc 72 0x557173469510 0.000119
+gallium_dri.so free 0x557173469580 void 0.000120
+gallium_dri.so free 0x557173469510 void 0.000121
+gallium_dri.so malloc 72 0x5571734695a0 0.000120
+gallium_dri.so free 0x557173469640 void 0.000122
+gallium_dri.so free 0x5571734695a0 void 0.000119
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734696c0 0.000119
+gallium_dri.so free 0x557173465800 void 0.000122
+gallium_dri.so free 0x5571734696c0 void 0.000121
+gallium_dri.so malloc 72 0x557173465840 0.000140
+gallium_dri.so free 0x5571734658c0 void 0.000125
+gallium_dri.so free 0x557173465840 void 0.000230
+gallium_dri.so malloc 72 0x5571734658c0 0.000220
+gallium_dri.so free 0x557173465980 void 0.000213
+gallium_dri.so free 0x5571734658c0 void 0.000222
+gallium_dri.so malloc 72 0x5571734658c0 0.000220
+gallium_dri.so free 0x557173465a00 void 0.000215
+gallium_dri.so free 0x5571734658c0 void 0.000216
+gallium_dri.so malloc 72 0x557173465a30 0.000221
+gallium_dri.so free 0x557173465a80 void 0.000213
+gallium_dri.so free 0x557173465a30 void 0.000191
+gallium_dri.so malloc 72 0x557173465a30 0.000190
+gallium_dri.so free 0x557173465b80 void 0.000248
+gallium_dri.so free 0x557173465a30 void 0.000268
+gallium_dri.so malloc 72 0x557173465b30 0.000289
+gallium_dri.so free 0x557173608e80 void 0.000280
+gallium_dri.so free 0x557173465b30 void 0.000274
+gallium_dri.so malloc 72 0x557173608ec0 0.000268
+gallium_dri.so free 0x557173608f40 void 0.000282
+gallium_dri.so free 0x557173608ec0 void 0.000290
+gallium_dri.so malloc 72 0x557173608ec0 0.000270
+gallium_dri.so free 0x557173608fc0 void 0.000281
+gallium_dri.so free 0x557173608ec0 void 0.000275
+gallium_dri.so malloc 72 0x557173608ff0 0.000268
+gallium_dri.so free 0x557173609040 void 0.000280
+gallium_dri.so free 0x557173608ff0 void 0.000275
+gallium_dri.so malloc 72 0x557173608ff0 0.000274
+gallium_dri.so free 0x557173609140 void 0.000219
+gallium_dri.so free 0x557173608ff0 void 0.000282
+gallium_dri.so malloc 72 0x5571736090f0 0.000274
+gallium_dri.so free 0x557173609200 void 0.000279
+gallium_dri.so free 0x5571736090f0 void 0.000279
+gallium_dri.so malloc 72 0x5571736091b0 0.000291
+gallium_dri.so free 0x55717346c540 void 0.000270
+gallium_dri.so free 0x5571736091b0 void 0.000270
+gallium_dri.so malloc 72 0x55717346c570 0.000278
+gallium_dri.so free 0x55717346c5c0 void 0.000281
+gallium_dri.so free 0x55717346c570 void 0.000275
+gallium_dri.so malloc 72 0x55717346c570 0.000278
+gallium_dri.so free 0x55717346c6c0 void 0.000281
+gallium_dri.so free 0x55717346c570 void 0.000343
+gallium_dri.so malloc 72 0x55717346c700 0.000270
+gallium_dri.so free 0x55717346c780 void 0.000282
+gallium_dri.so free 0x55717346c700 void 0.000276
+gallium_dri.so malloc 72 0x55717346c780 0.000244
+gallium_dri.so free 0x557173609240 void 0.000288
+gallium_dri.so free 0x55717346c780 void 0.000288
+gallium_dri.so malloc 72 0x55717346c780 0.000260
+gallium_dri.so free 0x55717346c840 void 0.000276
+gallium_dri.so free 0x55717346c780 void 0.000287
+gallium_dri.so malloc 72 0x55717346c780 0.000230
+gallium_dri.so free 0x55717346c900 void 0.000212
+gallium_dri.so free 0x55717346c780 void 0.000235
+gallium_dri.so malloc 72 0x55717346c8b0 0.000180
+gallium_dri.so free 0x557173463240 void 0.000188
+gallium_dri.so free 0x55717346c8b0 void 0.000230
+gallium_dri.so malloc 72 0x557173463290 0.000228
+gallium_dri.so free 0x557173463300 void 0.000232
+gallium_dri.so free 0x557173463290 void 0.000239
+gallium_dri.so malloc 72 0x557173463360 0.000209
+gallium_dri.so free 0x557173463400 void 0.000263
+gallium_dri.so free 0x557173463360 void 0.000211
+gallium_dri.so malloc 72 0x5571734633b0 0.000240
+gallium_dri.so free 0x557173463440 void 0.000234
+gallium_dri.so free 0x5571734633b0 void 0.000209
+gallium_dri.so malloc 72 0x5571734633b0 0.000216
+gallium_dri.so free 0x557173463500 void 0.000180
+gallium_dri.so free 0x5571734633b0 void 0.000164
+gallium_dri.so malloc 72 0x557173463540 0.000192
+gallium_dri.so free 0x5571734635c0 void 0.000188
+gallium_dri.so free 0x557173463540 void 0.000185
+gallium_dri.so malloc 72 0x5571734635c0 0.000157
+gallium_dri.so free 0x55717358ec00 void 0.000150
+gallium_dri.so free 0x5571734635c0 void 0.000147
+gallium_dri.so malloc 72 0x55717358ec20 0.000148
+gallium_dri.so free 0x55717358ecc0 void 0.000153
+gallium_dri.so free 0x55717358ec20 void 0.000152
+gallium_dri.so malloc 72 0x55717358ec70 0.000148
+gallium_dri.so free 0x55717358ed40 void 0.000149
+gallium_dri.so free 0x55717358ec70 void 0.000149
+gallium_dri.so malloc 72 0x55717358ed40 0.000153
+gallium_dri.so free 0x55717358ee00 void 0.000152
+gallium_dri.so free 0x55717358ed40 void 0.000153
+gallium_dri.so malloc 72 0x55717358ed40 0.000148
+gallium_dri.so free 0x55717358ee80 void 0.000154
+gallium_dri.so free 0x55717358ed40 void 0.000165
+gallium_dri.so malloc 72 0x55717358ee80 0.000152
+gallium_dri.so free 0x55717358ef40 void 0.000151
+gallium_dri.so free 0x55717358ee80 void 0.000148
+gallium_dri.so malloc 72 0x55717358ee80 0.000156
+gallium_dri.so free 0x557173467dc0 void 0.000147
+gallium_dri.so free 0x55717358ee80 void 0.000144
+gallium_dri.so malloc 72 0x557173467df0 0.000145
+gallium_dri.so free 0x557173467e40 void 0.000148
+gallium_dri.so free 0x557173467df0 void 0.000142
+gallium_dri.so malloc 72 0x557173467df0 0.000143
+gallium_dri.so free 0x557173467f40 void 0.000144
+gallium_dri.so free 0x557173467df0 void 0.000140
+gallium_dri.so malloc 72 0x557173467ef0 0.000140
+gallium_dri.so free 0x557173468000 void 0.000142
+gallium_dri.so free 0x557173467ef0 void 0.000145
+gallium_dri.so malloc 72 0x557173467fb0 0.000145
+gallium_dri.so free 0x557173468080 void 0.000142
+gallium_dri.so free 0x557173467fb0 void 0.000142
+gallium_dri.so malloc 72 0x5571734680a0 0.000155
+gallium_dri.so free 0x557173468140 void 0.000146
+gallium_dri.so free 0x5571734680a0 void 0.000143
+gallium_dri.so malloc 72 0x5571734680f0 0.000145
+gallium_dri.so free 0x5571735f8b00 void 0.000140
+gallium_dri.so free 0x5571734680f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f8b40 0.000141
+gallium_dri.so free 0x5571735f8bc0 void 0.000144
+gallium_dri.so free 0x5571735f8b40 void 0.000143
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000143
+gallium_dri.so free 0x5571735f8c80 void 0.000140
+gallium_dri.so free 0x5571735f8bc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8bc0 0.000144
+gallium_dri.so free 0x5571735f8d00 void 0.000144
+gallium_dri.so free 0x5571735f8bc0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f8d30 0.000141
+gallium_dri.so free 0x5571735f8d80 void 0.000147
+gallium_dri.so free 0x5571735f8d30 void 0.000144
+gallium_dri.so malloc 72 0x5571735f8d30 0.000143
+gallium_dri.so free 0x5571735f8e80 void 0.000176
+gallium_dri.so free 0x5571735f8d30 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8ec0 0.000145
+gallium_dri.so free 0x5571735c43c0 void 0.000144
+gallium_dri.so free 0x5571735f8ec0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c4410 0.000140
+gallium_dri.so free 0x5571735c4480 void 0.000144
+gallium_dri.so free 0x5571735c4410 void 0.000147
+gallium_dri.so malloc 72 0x5571735c44a0 0.000144
+gallium_dri.so free 0x5571735c4540 void 0.000145
+gallium_dri.so free 0x5571735c44a0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c44f0 0.000141
+gallium_dri.so free 0x5571735c45c0 void 0.000142
+gallium_dri.so free 0x5571735c44f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c44f0 0.000146
+gallium_dri.so free 0x5571735c4640 void 0.000144
+gallium_dri.so free 0x5571735c44f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c4640 0.000146
+gallium_dri.so free 0x5571735c4700 void 0.000144
+gallium_dri.so free 0x5571735c4640 void 0.000148
+gallium_dri.so malloc 72 0x5571735c4640 0.000155
+gallium_dri.so free 0x5571735dc1c0 void 0.000145
+gallium_dri.so free 0x5571735c4640 void 0.000149
+gallium_dri.so malloc 72 0x5571735dc1e0 0.000143
+gallium_dri.so free 0x5571735dc280 void 0.000141
+gallium_dri.so free 0x5571735dc1e0 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc230 0.000143
+gallium_dri.so free 0x5571735dc300 void 0.000145
+gallium_dri.so free 0x5571735dc230 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc230 0.000144
+gallium_dri.so free 0x5571735dc380 void 0.000144
+gallium_dri.so free 0x5571735dc230 void 0.000144
+gallium_dri.so malloc 72 0x5571735dc380 0.000144
+gallium_dri.so free 0x5571735dc440 void 0.000141
+gallium_dri.so free 0x5571735dc380 void 0.000142
+gallium_dri.so malloc 72 0x5571735dc380 0.000144
+gallium_dri.so free 0x5571735dc500 void 0.000144
+gallium_dri.so free 0x5571735dc380 void 0.000145
+gallium_dri.so malloc 72 0x5571735dc380 0.000144
+gallium_dri.so free 0x5571735f6540 void 0.000147
+gallium_dri.so free 0x5571735dc380 void 0.000145
+gallium_dri.so malloc 72 0x5571735f6590 0.000145
+gallium_dri.so free 0x5571735f6600 void 0.000149
+gallium_dri.so free 0x5571735f6590 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6640 0.000143
+gallium_dri.so free 0x5571735f66c0 void 0.000141
+gallium_dri.so free 0x5571735f6640 void 0.000143
+gallium_dri.so malloc 72 0x5571735f66c0 0.000146
+gallium_dri.so free 0x5571735f6780 void 0.000146
+gallium_dri.so free 0x5571735f66c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f66c0 0.000141
+gallium_dri.so free 0x5571735dc5c0 void 0.000140
+gallium_dri.so free 0x5571735f66c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dc570 0.000146
+gallium_dri.so free 0x5571735f6800 void 0.000144
+gallium_dri.so free 0x5571735dc570 void 0.000141
+gallium_dri.so malloc 72 0x5571735f6840 0.000140
+gallium_dri.so free 0x5571735f68c0 void 0.000145
+gallium_dri.so free 0x5571735f6840 void 0.000147
+gallium_dri.so malloc 72 0x5571735f68c0 0.000145
+gallium_dri.so free 0x55717358c640 void 0.000141
+gallium_dri.so free 0x5571735f68c0 void 0.000139
+gallium_dri.so malloc 72 0x55717358c680 0.000144
+gallium_dri.so free 0x55717358c700 void 0.000144
+gallium_dri.so free 0x55717358c680 void 0.000144
+gallium_dri.so malloc 72 0x55717358c680 0.000141
+gallium_dri.so free 0x55717358c780 void 0.000141
+gallium_dri.so free 0x55717358c680 void 0.000263
+gallium_dri.so malloc 72 0x55717358c7b0 0.000199
+gallium_dri.so free 0x55717358c800 void 0.000186
+gallium_dri.so free 0x55717358c7b0 void 0.000169
+gallium_dri.so malloc 72 0x55717358c7b0 0.000130
+gallium_dri.so free 0x55717358c900 void 0.000126
+gallium_dri.so free 0x55717358c7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c8b0 0.000128
+gallium_dri.so free 0x55717358c9c0 void 0.000131
+gallium_dri.so free 0x55717358c8b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358c970 0.000129
+gallium_dri.so free 0x557173609e80 void 0.000130
+gallium_dri.so free 0x55717358c970 void 0.000131
+gallium_dri.so malloc 72 0x557173609eb0 0.000148
+gallium_dri.so free 0x557173609f00 void 0.000132
+gallium_dri.so free 0x557173609eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173609eb0 0.000126
+gallium_dri.so free 0x55717360a000 void 0.000124
+gallium_dri.so free 0x557173609eb0 void 0.000162
+gallium_dri.so malloc 72 0x55717360a040 0.000169
+gallium_dri.so free 0x55717360a0c0 void 0.000162
+gallium_dri.so free 0x55717360a040 void 0.000162
+gallium_dri.so malloc 72 0x55717360a0c0 0.000129
+gallium_dri.so free 0x55717358ca00 void 0.000130
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a0c0 0.000130
+gallium_dri.so free 0x55717360a180 void 0.000131
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360a0c0 0.000140
+gallium_dri.so free 0x55717360a240 void 0.000131
+gallium_dri.so free 0x55717360a0c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a1f0 0.000130
+gallium_dri.so free 0x5571735d0a00 void 0.000131
+gallium_dri.so free 0x55717360a1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a50 0.000130
+gallium_dri.so free 0x5571735d0ac0 void 0.000134
+gallium_dri.so free 0x5571735d0a50 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0b20 0.000131
+gallium_dri.so free 0x5571735d0bc0 void 0.000130
+gallium_dri.so free 0x5571735d0b20 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0b70 0.000130
+gallium_dri.so free 0x5571735d0c00 void 0.000131
+gallium_dri.so free 0x5571735d0b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b70 0.000124
+gallium_dri.so free 0x5571735d0cc0 void 0.000125
+gallium_dri.so free 0x5571735d0b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0d00 0.000125
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0d00 void 0.000123
+gallium_dri.so malloc 72 0x5571735d0d80 0.000152
+gallium_dri.so free 0x557173461080 void 0.000175
+gallium_dri.so free 0x5571735d0d80 void 0.000176
+gallium_dri.so malloc 72 0x5571734610a0 0.000173
+gallium_dri.so free 0x557173461140 void 0.000162
+gallium_dri.so free 0x5571734610a0 void 0.000213
+gallium_dri.so malloc 72 0x5571734610f0 0.000169
+gallium_dri.so free 0x5571734611c0 void 0.000165
+gallium_dri.so free 0x5571734610f0 void 0.000257
+gallium_dri.so malloc 72 0x5571734611c0 0.000329
+gallium_dri.so free 0x557173461280 void 0.000284
+gallium_dri.so free 0x5571734611c0 void 0.000267
+gallium_dri.so malloc 72 0x5571734611c0 0.000278
+gallium_dri.so free 0x557173461300 void 0.000320
+gallium_dri.so free 0x5571734611c0 void 0.000278
+gallium_dri.so malloc 72 0x557173461300 0.000169
+gallium_dri.so free 0x5571734613c0 void 0.000161
+gallium_dri.so free 0x557173461300 void 0.000131
+gallium_dri.so malloc 72 0x557173461300 0.000131
+gallium_dri.so free 0x5571735e3300 void 0.000130
+gallium_dri.so free 0x557173461300 void 0.000132
+gallium_dri.so malloc 72 0x5571735e3330 0.000131
+gallium_dri.so free 0x5571735e3380 void 0.000126
+gallium_dri.so free 0x5571735e3330 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3330 0.000128
+gallium_dri.so free 0x5571735e3480 void 0.000131
+gallium_dri.so free 0x5571735e3330 void 0.000126
+gallium_dri.so malloc 72 0x5571735e3430 0.000125
+gallium_dri.so free 0x5571735e3540 void 0.000130
+gallium_dri.so free 0x5571735e3430 void 0.000130
+gallium_dri.so malloc 72 0x5571735e34f0 0.000130
+gallium_dri.so free 0x5571735e35c0 void 0.000132
+gallium_dri.so free 0x5571735e34f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e35e0 0.000191
+gallium_dri.so free 0x5571735e3680 void 0.000131
+gallium_dri.so free 0x5571735e35e0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3630 0.000124
+gallium_dri.so free 0x5571735fdb80 void 0.000125
+gallium_dri.so free 0x5571735e3630 void 0.000129
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000131
+gallium_dri.so free 0x5571735fdc40 void 0.000131
+gallium_dri.so free 0x5571735fdbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdc40 0.000128
+gallium_dri.so free 0x5571735fdd00 void 0.000132
+gallium_dri.so free 0x5571735fdc40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdc40 0.000131
+gallium_dri.so free 0x5571735fdd80 void 0.000125
+gallium_dri.so free 0x5571735fdc40 void 0.000196
+gallium_dri.so malloc 72 0x5571735fddb0 0.000175
+gallium_dri.so free 0x5571735fde00 void 0.000133
+gallium_dri.so free 0x5571735fddb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fddb0 0.000126
+gallium_dri.so free 0x5571735fdf00 void 0.000130
+gallium_dri.so free 0x5571735fddb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdf40 0.000128
+gallium_dri.so free 0x557173600140 void 0.000125
+gallium_dri.so free 0x5571735fdf40 void 0.000126
+gallium_dri.so malloc 72 0x557173600190 0.000132
+gallium_dri.so free 0x557173600200 void 0.000127
+gallium_dri.so free 0x557173600190 void 0.000129
+gallium_dri.so malloc 72 0x557173600220 0.000129
+gallium_dri.so free 0x5571736002c0 void 0.000131
+gallium_dri.so free 0x557173600220 void 0.000133
+gallium_dri.so malloc 72 0x557173600270 0.000132
+gallium_dri.so free 0x557173600340 void 0.000130
+gallium_dri.so free 0x557173600270 void 0.000130
+gallium_dri.so malloc 72 0x557173600270 0.000131
+gallium_dri.so free 0x5571736003c0 void 0.000129
+gallium_dri.so free 0x557173600270 void 0.000181
+gallium_dri.so malloc 72 0x5571736003c0 0.000131
+gallium_dri.so free 0x557173600480 void 0.000130
+gallium_dri.so free 0x5571736003c0 void 0.000130
+gallium_dri.so malloc 72 0x5571736003c0 0.000125
+gallium_dri.so free 0x55717346eb00 void 0.000128
+gallium_dri.so free 0x5571736003c0 void 0.000131
+gallium_dri.so malloc 72 0x55717346eb20 0.000127
+gallium_dri.so free 0x55717346ebc0 void 0.000124
+gallium_dri.so free 0x55717346eb20 void 0.000127
+gallium_dri.so malloc 72 0x55717346eb70 0.000130
+gallium_dri.so free 0x55717346ec40 void 0.000130
+gallium_dri.so free 0x55717346eb70 void 0.000140
+gallium_dri.so malloc 72 0x55717346eb70 0.000129
+gallium_dri.so free 0x55717346ecc0 void 0.000126
+gallium_dri.so free 0x55717346eb70 void 0.000128
+gallium_dri.so malloc 72 0x55717346ecc0 0.000129
+gallium_dri.so free 0x55717346ed80 void 0.000130
+gallium_dri.so free 0x55717346ecc0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ecc0 0.000129
+gallium_dri.so free 0x55717346ee40 void 0.000126
+gallium_dri.so free 0x55717346ecc0 void 0.000128
+gallium_dri.so malloc 72 0x55717346ecc0 0.000124
+gallium_dri.so free 0x55717360fac0 void 0.000125
+gallium_dri.so free 0x55717346ecc0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fb10 0.000128
+gallium_dri.so free 0x55717360fb80 void 0.000131
+gallium_dri.so free 0x55717360fb10 void 0.000127
+gallium_dri.so malloc 72 0x55717360fbc0 0.000124
+gallium_dri.so free 0x55717360fc40 void 0.000125
+gallium_dri.so free 0x55717360fbc0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fc40 0.000124
+gallium_dri.so free 0x55717360fd00 void 0.000124
+gallium_dri.so free 0x55717360fc40 void 0.000124
+gallium_dri.so malloc 72 0x55717360fc40 0.000122
+gallium_dri.so free 0x55717346ef00 void 0.000123
+gallium_dri.so free 0x55717360fc40 void 0.000123
+gallium_dri.so malloc 72 0x55717346eeb0 0.000127
+gallium_dri.so free 0x55717360fd80 void 0.000124
+gallium_dri.so free 0x55717346eeb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360fdc0 0.000125
+gallium_dri.so free 0x55717360fe40 void 0.000125
+gallium_dri.so free 0x55717360fdc0 void 0.000123
+gallium_dri.so malloc 72 0x55717360fe40 0.000123
+gallium_dri.so free 0x5571735d5580 void 0.000125
+gallium_dri.so free 0x55717360fe40 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55c0 0.000125
+gallium_dri.so free 0x5571735d5640 void 0.000124
+gallium_dri.so free 0x5571735d55c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55c0 0.000124
+gallium_dri.so free 0x5571735d56c0 void 0.000124
+gallium_dri.so free 0x5571735d55c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d56f0 0.000125
+gallium_dri.so free 0x5571735d5740 void 0.000130
+gallium_dri.so free 0x5571735d56f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56f0 0.000123
+gallium_dri.so free 0x5571735d5840 void 0.000140
+gallium_dri.so free 0x5571735d56f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d57f0 0.000132
+gallium_dri.so free 0x5571735d5900 void 0.000120
+gallium_dri.so free 0x5571735d57f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d58b0 0.000132
+gallium_dri.so free 0x55717358a080 void 0.000119
+gallium_dri.so free 0x5571735d58b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0b0 0.000117
+gallium_dri.so free 0x55717358a100 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000119
+gallium_dri.so free 0x55717358a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a240 0.000118
+gallium_dri.so free 0x55717358a2c0 void 0.000118
+gallium_dri.so free 0x55717358a240 void 0.000120
+gallium_dri.so malloc 72 0x55717358a2c0 0.000118
+gallium_dri.so free 0x5571735d5940 void 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2c0 0.000117
+gallium_dri.so free 0x55717358a380 void 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a2c0 0.000118
+gallium_dri.so free 0x55717358a440 void 0.000119
+gallium_dri.so free 0x55717358a2c0 void 0.000118
+gallium_dri.so malloc 72 0x55717358a3f0 0.000118
+gallium_dri.so free 0x55717360d500 void 0.000118
+gallium_dri.so free 0x55717358a3f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d550 0.000117
+gallium_dri.so free 0x55717360d5c0 void 0.000119
+gallium_dri.so free 0x55717360d550 void 0.000118
+gallium_dri.so malloc 72 0x55717360d620 0.000128
+gallium_dri.so free 0x55717360d6c0 void 0.000118
+gallium_dri.so free 0x55717360d620 void 0.000117
+gallium_dri.so malloc 72 0x55717360d670 0.000119
+gallium_dri.so free 0x55717360d700 void 0.000119
+gallium_dri.so free 0x55717360d670 void 0.000118
+gallium_dri.so malloc 72 0x55717360d670 0.000116
+gallium_dri.so free 0x55717360d7c0 void 0.000120
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d800 0.000118
+gallium_dri.so free 0x55717360d880 void 0.000118
+gallium_dri.so free 0x55717360d800 void 0.000120
+gallium_dri.so malloc 72 0x55717360d880 0.000119
+gallium_dri.so free 0x5571735c1e00 void 0.000118
+gallium_dri.so free 0x55717360d880 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e20 0.000118
+gallium_dri.so free 0x5571735c1ec0 void 0.000118
+gallium_dri.so free 0x5571735c1e20 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e70 0.000118
+gallium_dri.so free 0x5571735c1f40 void 0.000118
+gallium_dri.so free 0x5571735c1e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f40 0.000118
+gallium_dri.so free 0x5571735c2000 void 0.000119
+gallium_dri.so free 0x5571735c1f40 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f40 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000120
+gallium_dri.so free 0x5571735c1f40 void 0.000168
+gallium_dri.so malloc 72 0x5571735c2080 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000117
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2080 0.000117
+gallium_dri.so free 0x557173469f80 void 0.000118
+gallium_dri.so free 0x5571735c2080 void 0.000118
+gallium_dri.so malloc 72 0x557173469fb0 0.000116
+gallium_dri.so free 0x55717346a000 void 0.000122
+gallium_dri.so free 0x557173469fb0 void 0.000118
+gallium_dri.so malloc 72 0x557173469fb0 0.000118
+gallium_dri.so free 0x55717346a100 void 0.000118
+gallium_dri.so free 0x557173469fb0 void 0.000170
+gallium_dri.so malloc 72 0x55717346a0b0 0.000119
+gallium_dri.so free 0x55717346a1c0 void 0.000118
+gallium_dri.so free 0x55717346a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a170 0.000118
+gallium_dri.so free 0x55717346a240 void 0.000118
+gallium_dri.so free 0x55717346a170 void 0.000118
+gallium_dri.so malloc 72 0x55717346a260 0.000118
+gallium_dri.so free 0x55717346a300 void 0.000117
+gallium_dri.so free 0x55717346a260 void 0.000117
+gallium_dri.so malloc 72 0x55717346a2b0 0.000116
+gallium_dri.so free 0x5571735d2fc0 void 0.000118
+gallium_dri.so free 0x55717346a2b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3000 0.000119
+gallium_dri.so free 0x5571735d3080 void 0.000129
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3080 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3080 0.000118
+gallium_dri.so free 0x5571735d31c0 void 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d31f0 0.000118
+gallium_dri.so free 0x5571735d3240 void 0.000117
+gallium_dri.so free 0x5571735d31f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d31f0 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000118
+gallium_dri.so free 0x5571735d31f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3380 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000119
+gallium_dri.so malloc 72 0x557173591210 0.000118
+gallium_dri.so free 0x557173591280 void 0.000118
+gallium_dri.so free 0x557173591210 void 0.000118
+gallium_dri.so malloc 72 0x5571735912a0 0.000117
+gallium_dri.so free 0x557173591340 void 0.000119
+gallium_dri.so free 0x5571735912a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735912f0 0.000118
+gallium_dri.so free 0x5571735913c0 void 0.000118
+gallium_dri.so free 0x5571735912f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735912f0 0.000126
+gallium_dri.so free 0x557173591440 void 0.000120
+gallium_dri.so free 0x5571735912f0 void 0.000118
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x557173591500 void 0.000118
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so malloc 72 0x557173591440 0.000118
+gallium_dri.so free 0x557173604300 void 0.000117
+gallium_dri.so free 0x557173591440 void 0.000119
+gallium_dri.so malloc 72 0x557173604320 0.000118
+gallium_dri.so free 0x5571736043c0 void 0.000119
+gallium_dri.so free 0x557173604320 void 0.000117
+gallium_dri.so malloc 72 0x557173604370 0.000118
+gallium_dri.so free 0x557173604440 void 0.000119
+gallium_dri.so free 0x557173604370 void 0.000117
+gallium_dri.so malloc 72 0x557173604370 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000118
+gallium_dri.so free 0x557173604370 void 0.000117
+gallium_dri.so malloc 72 0x5571736044c0 0.000119
+gallium_dri.so free 0x557173604580 void 0.000119
+gallium_dri.so free 0x5571736044c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736044c0 0.000118
+gallium_dri.so free 0x557173604640 void 0.000128
+gallium_dri.so free 0x5571736044c0 void 0.000118
+gallium_dri.so malloc 72 0x5571736044c0 0.000118
+gallium_dri.so free 0x5571735def40 void 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735def90 0.000121
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so free 0x5571735def90 void 0.000118
+gallium_dri.so malloc 72 0x5571735df040 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so free 0x5571735df040 void 0.000117
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x5571735df180 void 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df0c0 0.000118
+gallium_dri.so free 0x557173604700 void 0.000118
+gallium_dri.so free 0x5571735df0c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736046b0 0.000117
+gallium_dri.so free 0x5571735df200 void 0.000117
+gallium_dri.so free 0x5571736046b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df240 0.000118
+gallium_dri.so free 0x5571735df2c0 void 0.000119
+gallium_dri.so free 0x5571735df240 void 0.000118
+gallium_dri.so malloc 72 0x5571735df2c0 0.000118
+gallium_dri.so free 0x557173601d40 void 0.000117
+gallium_dri.so free 0x5571735df2c0 void 0.000118
+gallium_dri.so malloc 72 0x557173601d80 0.000117
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000119
+gallium_dri.so malloc 72 0x557173601d80 0.000117
+gallium_dri.so free 0x557173601e80 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000128
+gallium_dri.so malloc 72 0x557173601eb0 0.000119
+gallium_dri.so free 0x557173601f00 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000119
+gallium_dri.so free 0x557173602000 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601fb0 0.000119
+gallium_dri.so free 0x5571736020c0 void 0.000118
+gallium_dri.so free 0x557173601fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602070 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so free 0x557173602070 void 0.000117
+gallium_dri.so malloc 72 0x557173602070 0.000118
+gallium_dri.so free 0x5571735f7bc0 void 0.000117
+gallium_dri.so free 0x557173602070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b70 0.000119
+gallium_dri.so free 0x5571735f7bc0 void 0.000117
+gallium_dri.so free 0x5571735f7b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7b70 0.000117
+gallium_dri.so free 0x5571735f7cc0 void 0.000117
+gallium_dri.so free 0x5571735f7b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7c70 0.000118
+gallium_dri.so free 0x557173602100 void 0.000118
+gallium_dri.so free 0x5571735f7c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c70 0.000119
+gallium_dri.so free 0x5571735f7d80 void 0.000186
+gallium_dri.so free 0x5571735f7c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7d30 0.000118
+gallium_dri.so free 0x5571735f7e00 void 0.000118
+gallium_dri.so free 0x5571735f7d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7d30 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000118
+gallium_dri.so free 0x5571735f7d30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7e80 0.000119
+gallium_dri.so free 0x557173620140 void 0.000122
+gallium_dri.so free 0x5571735f7e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7e80 0.000117
+gallium_dri.so free 0x5571735f7f40 void 0.000162
+gallium_dri.so free 0x5571735f7e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7e80 0.000119
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x5571735f7e80 void 0.000118
+gallium_dri.so malloc 72 0x557173620230 0.000119
+gallium_dri.so free 0x557173620280 void 0.000117
+gallium_dri.so free 0x557173620230 void 0.000118
+gallium_dri.so malloc 72 0x557173620230 0.000118
+gallium_dri.so free 0x557173620380 void 0.000117
+gallium_dri.so free 0x557173620230 void 0.000117
+gallium_dri.so malloc 72 0x557173620330 0.000117
+gallium_dri.so free 0x557173620440 void 0.000119
+gallium_dri.so free 0x557173620330 void 0.000117
+gallium_dri.so malloc 72 0x5571736203f0 0.000128
+gallium_dri.so free 0x557173620480 void 0.000119
+gallium_dri.so free 0x5571736203f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736203f0 0.000117
+gallium_dri.so free 0x557173620540 void 0.000119
+gallium_dri.so free 0x5571736203f0 void 0.000118
+gallium_dri.so malloc 72 0x557173620590 0.000117
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so free 0x557173620590 void 0.000117
+gallium_dri.so malloc 72 0x557173620590 0.000117
+gallium_dri.so free 0x5571735ff1c0 void 0.000117
+gallium_dri.so free 0x557173620590 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000118
+gallium_dri.so free 0x5571735ff280 void 0.000117
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000118
+gallium_dri.so free 0x5571735ff340 void 0.000118
+gallium_dri.so free 0x5571735ff1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000115
+gallium_dri.so free 0x5571735ff400 void 0.000118
+gallium_dri.so free 0x5571735ff1c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000118
+gallium_dri.so free 0x5571735ff480 void 0.000117
+gallium_dri.so free 0x5571735ff3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000118
+gallium_dri.so free 0x5571735ff540 void 0.000117
+gallium_dri.so free 0x5571735ff4d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff580 0.000119
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so free 0x5571735ff580 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff580 0.000117
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so free 0x5571735ff580 void 0.000117
+gallium_dri.so malloc 72 0x55717360eb70 0.000118
+gallium_dri.so free 0x55717360ebc0 void 0.000118
+gallium_dri.so free 0x55717360eb70 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb70 0.000118
+gallium_dri.so free 0x55717360ecc0 void 0.000118
+gallium_dri.so free 0x55717360eb70 void 0.000116
+gallium_dri.so malloc 72 0x55717360ec70 0.000119
+gallium_dri.so free 0x55717360ed80 void 0.000118
+gallium_dri.so free 0x55717360ec70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ed30 0.000117
+gallium_dri.so free 0x55717360edc0 void 0.000120
+gallium_dri.so free 0x55717360ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717360ed30 0.000119
+gallium_dri.so free 0x55717360ee80 void 0.000118
+gallium_dri.so free 0x55717360ed30 void 0.000117
+gallium_dri.so malloc 72 0x55717360eef0 0.000119
+gallium_dri.so free 0x55717346b540 void 0.000132
+gallium_dri.so free 0x55717360eef0 void 0.000118
+gallium_dri.so malloc 72 0x55717360eef0 0.000118
+gallium_dri.so free 0x55717346b5c0 void 0.000191
+gallium_dri.so free 0x55717360eef0 void 0.000121
+gallium_dri.so malloc 72 0x55717346b5c0 0.000118
+gallium_dri.so free 0x55717346b680 void 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b5c0 0.000118
+gallium_dri.so free 0x55717346b740 void 0.000119
+gallium_dri.so free 0x55717346b5c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b5c0 0.000118
+gallium_dri.so free 0x55717346b800 void 0.000117
+gallium_dri.so free 0x55717346b5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b7b0 0.000117
+gallium_dri.so free 0x55717346b880 void 0.000117
+gallium_dri.so free 0x55717346b7b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b8d0 0.000116
+gallium_dri.so free 0x55717346b940 void 0.000117
+gallium_dri.so free 0x55717346b8d0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b9a0 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000118
+gallium_dri.so free 0x55717346b9a0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b9a0 0.000117
+gallium_dri.so free 0x5571735c3440 void 0.000117
+gallium_dri.so free 0x55717346b9a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3470 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000119
+gallium_dri.so free 0x5571735c3470 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3470 0.000117
+gallium_dri.so free 0x5571735c35c0 void 0.000128
+gallium_dri.so free 0x5571735c3470 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3570 0.000119
+gallium_dri.so free 0x5571735c3680 void 0.000118
+gallium_dri.so free 0x5571735c3570 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c36c0 void 0.000117
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3630 0.000117
+gallium_dri.so free 0x5571735c3780 void 0.000118
+gallium_dri.so free 0x5571735c3630 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37d0 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x5571735c37d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37d0 0.000117
+gallium_dri.so free 0x5571735e0580 void 0.000117
+gallium_dri.so free 0x5571735c37d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0580 0.000118
+gallium_dri.so free 0x5571735e0640 void 0.000118
+gallium_dri.so free 0x5571735e0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0580 0.000117
+gallium_dri.so free 0x5571735e0700 void 0.000119
+gallium_dri.so free 0x5571735e0580 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0580 0.000117
+gallium_dri.so free 0x5571735e07c0 void 0.000119
+gallium_dri.so free 0x5571735e0580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0770 0.000185
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so free 0x5571735e0770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0890 0.000118
+gallium_dri.so free 0x5571735e0900 void 0.000118
+gallium_dri.so free 0x5571735e0890 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0940 0.000117
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so free 0x5571735e0940 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0940 0.000120
+gallium_dri.so free 0x5571735fcc00 void 0.000120
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000118
+gallium_dri.so free 0x5571735fcc80 void 0.000171
+gallium_dri.so free 0x5571735fcc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc30 0.000118
+gallium_dri.so free 0x5571735fcd80 void 0.000118
+gallium_dri.so free 0x5571735fcc30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcd30 0.000118
+gallium_dri.so free 0x5571735fce40 void 0.000118
+gallium_dri.so free 0x5571735fcd30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000118
+gallium_dri.so free 0x5571735fce80 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000117
+gallium_dri.so free 0x5571735fcf40 void 0.000119
+gallium_dri.so free 0x5571735fcdf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000119
+gallium_dri.so free 0x55717346db00 void 0.000117
+gallium_dri.so free 0x5571735fcfb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000117
+gallium_dri.so free 0x55717346db80 void 0.000117
+gallium_dri.so free 0x5571735fcfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346db80 0.000117
+gallium_dri.so free 0x55717346dc40 void 0.000119
+gallium_dri.so free 0x55717346db80 void 0.000117
+gallium_dri.so malloc 72 0x55717346db80 0.000117
+gallium_dri.so free 0x55717346dd00 void 0.000118
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so malloc 72 0x55717346db80 0.000118
+gallium_dri.so free 0x55717346ddc0 void 0.000119
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so malloc 72 0x55717346dd70 0.000118
+gallium_dri.so free 0x55717346de40 void 0.000118
+gallium_dri.so free 0x55717346dd70 void 0.000118
+gallium_dri.so malloc 72 0x55717346de90 0.000119
+gallium_dri.so free 0x55717346df00 void 0.000119
+gallium_dri.so free 0x55717346de90 void 0.000116
+gallium_dri.so malloc 72 0x55717346df60 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so free 0x55717346df60 void 0.000118
+gallium_dri.so malloc 72 0x55717346df60 0.000117
+gallium_dri.so free 0x5571735dd800 void 0.000128
+gallium_dri.so free 0x55717346df60 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd830 0.000116
+gallium_dri.so free 0x5571735dd880 void 0.000118
+gallium_dri.so free 0x5571735dd830 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd830 0.000117
+gallium_dri.so free 0x5571735dd980 void 0.000119
+gallium_dri.so free 0x5571735dd830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000117
+gallium_dri.so free 0x5571735dda80 void 0.000118
+gallium_dri.so free 0x5571735dd9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000124
+gallium_dri.so free 0x5571735dd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb90 0.000117
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddb90 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb90 0.000118
+gallium_dri.so free 0x5571735dde00 void 0.000120
+gallium_dri.so free 0x5571735ddb90 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735ddf80 void 0.000129
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddff0 0.000116
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de110 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000117
+gallium_dri.so free 0x5571735de110 void 0.000115
+gallium_dri.so malloc 72 0x5571735de1c0 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000116
+gallium_dri.so free 0x5571735de1c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de1c0 0.000116
+gallium_dri.so free 0x5571735e0b80 void 0.000119
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0c00 void 0.000117
+gallium_dri.so free 0x5571735e0bb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0d00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000118
+gallium_dri.so free 0x5571735e0dc0 void 0.000118
+gallium_dri.so free 0x5571735e0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000120
+gallium_dri.so free 0x5571735e0e00 void 0.000118
+gallium_dri.so free 0x5571735e0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000118
+gallium_dri.so free 0x5571735e0ec0 void 0.000118
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so free 0x5571735e0f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0f30 0.000118
+gallium_dri.so free 0x5571735ed2c0 void 0.000121
+gallium_dri.so free 0x5571735e0f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed310 0.000119
+gallium_dri.so free 0x5571735ed380 void 0.000123
+gallium_dri.so free 0x5571735ed310 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed3a0 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000121
+gallium_dri.so free 0x5571735ed3a0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000117
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000117
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed540 0.000117
+gallium_dri.so free 0x5571735ed600 void 0.000119
+gallium_dri.so free 0x5571735ed540 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed540 0.000119
+gallium_dri.so free 0x5571735ed700 void 0.000118
+gallium_dri.so free 0x5571735ed540 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed540 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000119
+gallium_dri.so free 0x5571735ed540 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000118
+gallium_dri.so free 0x5571735ed800 void 0.000118
+gallium_dri.so free 0x5571735ed7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed7b0 0.000131
+gallium_dri.so free 0x5571735ed900 void 0.000120
+gallium_dri.so free 0x5571735ed7b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000117
+gallium_dri.so free 0x5571735ed8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed970 0.000118
+gallium_dri.so free 0x5571735eda00 void 0.000119
+gallium_dri.so free 0x5571735ed970 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed970 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735ed970 void 0.000118
+gallium_dri.so malloc 72 0x5571735edb10 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000118
+gallium_dri.so free 0x5571735edb10 void 0.000116
+gallium_dri.so malloc 72 0x5571735edbc0 0.000118
+gallium_dri.so free 0x5571735edc40 void 0.000116
+gallium_dri.so free 0x5571735edbc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edc40 0.000110
+gallium_dri.so free 0x5571735edd00 void 0.000110
+gallium_dri.so free 0x5571735edc40 void 0.000111
+gallium_dri.so malloc 72 0x5571735edc40 0.000110
+gallium_dri.so free 0x5571735edd80 void 0.000110
+gallium_dri.so free 0x5571735edc40 void 0.000109
+gallium_dri.so malloc 72 0x5571735eddb0 0.000110
+gallium_dri.so free 0x5571735ede00 void 0.000109
+gallium_dri.so free 0x5571735eddb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eddb0 0.000109
+gallium_dri.so free 0x5571735edf00 void 0.000109
+gallium_dri.so free 0x5571735eddb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edeb0 0.000109
+gallium_dri.so free 0x5571735edfc0 void 0.000109
+gallium_dri.so free 0x5571735edeb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edf70 0.000109
+gallium_dri.so free 0x5571735ee040 void 0.000110
+gallium_dri.so free 0x5571735edf70 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee060 0.000109
+gallium_dri.so free 0x5571735ee100 void 0.000110
+gallium_dri.so free 0x5571735ee060 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000110
+gallium_dri.so free 0x5571735ee180 void 0.000111
+gallium_dri.so free 0x5571735ee0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee0b0 0.000110
+gallium_dri.so free 0x5571735ee200 void 0.000110
+gallium_dri.so free 0x5571735ee0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee200 0.000118
+gallium_dri.so free 0x5571735ee2c0 void 0.000116
+gallium_dri.so free 0x5571735ee200 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee200 0.000125
+gallium_dri.so free 0x5571735ee380 void 0.000125
+gallium_dri.so free 0x5571735ee200 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee200 0.000178
+gallium_dri.so free 0x5571735ee440 void 0.000125
+gallium_dri.so free 0x5571735ee200 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000123
+gallium_dri.so free 0x5571735ee440 void 0.000126
+gallium_dri.so free 0x5571735ee3f0 void 0.000290
+gallium_dri.so malloc 72 0x5571735ee3f0 0.000321
+gallium_dri.so free 0x5571735ee540 void 0.000320
+gallium_dri.so free 0x5571735ee3f0 void 0.000295
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000275
+gallium_dri.so free 0x5571735ee600 void 0.000278
+gallium_dri.so free 0x5571735ee4f0 void 0.000266
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000273
+gallium_dri.so free 0x5571735ee640 void 0.000224
+gallium_dri.so free 0x5571735ee5b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735ee5b0 0.000224
+gallium_dri.so free 0x5571735ee700 void 0.000229
+gallium_dri.so free 0x5571735ee5b0 void 0.000226
+gallium_dri.so malloc 72 0x5571735ee740 0.000225
+gallium_dri.so free 0x5571735ee7c0 void 0.000224
+gallium_dri.so free 0x5571735ee740 void 0.000224
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000202
+gallium_dri.so free 0x5571735ee880 void 0.000202
+gallium_dri.so free 0x5571735ee7c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000182
+gallium_dri.so free 0x5571735ee940 void 0.000305
+gallium_dri.so free 0x5571735ee7c0 void 0.000186
+gallium_dri.so malloc 72 0x5571735ee960 0.000224
+gallium_dri.so free 0x5571735eea00 void 0.000229
+gallium_dri.so free 0x5571735ee960 void 0.000202
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000195
+gallium_dri.so free 0x5571735eea80 void 0.000201
+gallium_dri.so free 0x5571735ee9b0 void 0.000227
+gallium_dri.so malloc 72 0x5571735ee9b0 0.000226
+gallium_dri.so free 0x5571735eeb00 void 0.000229
+gallium_dri.so free 0x5571735ee9b0 void 0.000223
+gallium_dri.so malloc 72 0x5571735eeb00 0.000222
+gallium_dri.so free 0x5571735eebc0 void 0.000225
+gallium_dri.so free 0x5571735eeb00 void 0.000205
+gallium_dri.so malloc 72 0x5571735eeb00 0.000185
+gallium_dri.so free 0x5571735eec80 void 0.000163
+gallium_dri.so free 0x5571735eeb00 void 0.000274
+gallium_dri.so malloc 72 0x5571735eeb00 0.000227
+gallium_dri.so free 0x5571735eed40 void 0.000222
+gallium_dri.so free 0x5571735eeb00 void 0.000202
+gallium_dri.so malloc 72 0x5571735eecf0 0.000181
+gallium_dri.so free 0x5571735eee00 void 0.000183
+gallium_dri.so free 0x5571735eecf0 void 0.000168
+gallium_dri.so malloc 72 0x5571735eedb0 0.000283
+gallium_dri.so free 0x5571735eee80 void 0.000291
+gallium_dri.so free 0x5571735eedb0 void 0.000276
+gallium_dri.so malloc 72 0x5571735eeed0 0.000167
+gallium_dri.so free 0x5571735eef40 void 0.000166
+gallium_dri.so free 0x5571735eeed0 void 0.000164
+gallium_dri.so malloc 72 0x5571735eef60 0.000127
+gallium_dri.so free 0x5571735ef000 void 0.000134
+gallium_dri.so free 0x5571735eef60 void 0.000143
+gallium_dri.so malloc 72 0x5571735eefb0 0.000130
+gallium_dri.so free 0x5571735ef080 void 0.000140
+gallium_dri.so free 0x5571735eefb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735eefb0 0.000130
+gallium_dri.so free 0x5571735ef100 void 0.000124
+gallium_dri.so free 0x5571735eefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef100 0.000125
+gallium_dri.so free 0x5571735ef1c0 void 0.000125
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef100 0.000126
+gallium_dri.so free 0x5571735ef2c0 void 0.000123
+gallium_dri.so free 0x5571735ef100 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef270 0.000139
+gallium_dri.so free 0x5571735ef300 void 0.000127
+gallium_dri.so free 0x5571735ef270 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef270 0.000140
+gallium_dri.so free 0x5571735ef3c0 void 0.000254
+gallium_dri.so free 0x5571735ef270 void 0.000271
+gallium_dri.so malloc 72 0x5571735ef400 0.000149
+gallium_dri.so free 0x5571735ef540 void 0.000147
+gallium_dri.so free 0x5571735ef400 void 0.000151
+gallium_dri.so malloc 72 0x5571735ef540 0.000166
+gallium_dri.so free 0x5571735ef600 void 0.000137
+gallium_dri.so free 0x5571735ef540 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef540 0.000134
+gallium_dri.so free 0x5571735ef6c0 void 0.000137
+gallium_dri.so free 0x5571735ef540 void 0.000237
+gallium_dri.so malloc 72 0x5571735ef540 0.000244
+gallium_dri.so free 0x5571735ef780 void 0.000242
+gallium_dri.so free 0x5571735ef540 void 0.000147
+gallium_dri.so malloc 72 0x5571735ef730 0.000143
+gallium_dri.so free 0x5571735ef480 void 0.000146
+gallium_dri.so free 0x5571735ef730 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef730 0.000140
+gallium_dri.so free 0x5571735ef780 void 0.000276
+gallium_dri.so free 0x5571735ef730 void 0.000145
+gallium_dri.so malloc 72 0x5571735ef780 0.000143
+gallium_dri.so free 0x5571735ef840 void 0.000138
+gallium_dri.so free 0x5571735ef780 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef780 0.000163
+gallium_dri.so free 0x5571735ef900 void 0.000250
+gallium_dri.so free 0x5571735ef780 void 0.000299
+gallium_dri.so malloc 72 0x5571735ef780 0.000268
+gallium_dri.so free 0x5571735ef9c0 void 0.000272
+gallium_dri.so free 0x5571735ef780 void 0.000270
+gallium_dri.so malloc 72 0x5571735ef970 0.000270
+gallium_dri.so free 0x5571735efa40 void 0.000375
+gallium_dri.so free 0x5571735ef970 void 0.000178
+gallium_dri.so malloc 72 0x5571735efa90 0.000299
+gallium_dri.so free 0x5571735efb00 void 0.000204
+gallium_dri.so free 0x5571735efa90 void 0.000132
+gallium_dri.so malloc 72 0x5571735efb60 0.000126
+gallium_dri.so free 0x5571735efc00 void 0.000122
+gallium_dri.so free 0x5571735efb60 void 0.000150
+gallium_dri.so malloc 72 0x5571735efbb0 0.000129
+gallium_dri.so free 0x5571735efc40 void 0.000136
+gallium_dri.so free 0x5571735efbb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735efbb0 0.000134
+gallium_dri.so free 0x5571735efd00 void 0.000133
+gallium_dri.so free 0x5571735efbb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735efd40 0.000130
+gallium_dri.so free 0x5571735efdc0 void 0.000130
+gallium_dri.so free 0x5571735efd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735efdc0 0.000128
+gallium_dri.so free 0x5571735efe80 void 0.000130
+gallium_dri.so free 0x5571735efdc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735efdc0 0.000130
+gallium_dri.so free 0x5571735eff00 void 0.000132
+gallium_dri.so free 0x5571735efdc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735eff30 0.000130
+gallium_dri.so free 0x5571735eff80 void 0.000131
+gallium_dri.so free 0x5571735eff30 void 0.000198
+gallium_dri.so malloc 72 0x5571735eff80 0.000197
+gallium_dri.so free 0x5571735f0040 void 0.000122
+gallium_dri.so free 0x5571735eff80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eff80 0.000120
+gallium_dri.so free 0x5571735f0140 void 0.000146
+gallium_dri.so free 0x5571735eff80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f00f0 0.000121
+gallium_dri.so free 0x5571735f0200 void 0.000123
+gallium_dri.so free 0x5571735f00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f01b0 0.000121
+gallium_dri.so free 0x5571735f0240 void 0.000121
+gallium_dri.so free 0x5571735f01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f01b0 0.000119
+gallium_dri.so free 0x5571735f0300 void 0.000121
+gallium_dri.so free 0x5571735f01b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0340 0.000120
+gallium_dri.so free 0x5571735f03c0 void 0.000137
+gallium_dri.so free 0x5571735f0340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f03c0 0.000119
+gallium_dri.so free 0x5571735f0480 void 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f03c0 0.000121
+gallium_dri.so free 0x5571735f0500 void 0.000121
+gallium_dri.so free 0x5571735f03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f03c0 0.000119
+gallium_dri.so free 0x5571735f05c0 void 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f03c0 0.000120
+gallium_dri.so free 0x5571735f0680 void 0.000119
+gallium_dri.so free 0x5571735f03c0 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0630 0.000160
+gallium_dri.so free 0x5571735f0700 void 0.000154
+gallium_dri.so free 0x5571735f0630 void 0.000152
+gallium_dri.so malloc 72 0x5571735f0750 0.000152
+gallium_dri.so free 0x5571735f07c0 void 0.000153
+gallium_dri.so free 0x5571735f0750 void 0.000150
+gallium_dri.so malloc 72 0x5571735f07e0 0.000151
+gallium_dri.so free 0x5571735f0880 void 0.000152
+gallium_dri.so free 0x5571735f07e0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f0830 0.000126
+gallium_dri.so free 0x5571735f0900 void 0.000114
+gallium_dri.so free 0x5571735f0830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0830 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so free 0x5571735f0830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f09b0 0.000114
+gallium_dri.so free 0x5571735f0a80 void 0.000114
+gallium_dri.so free 0x5571735f09b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ad0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0ad0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0b60 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000115
+gallium_dri.so free 0x5571735f0b60 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0bb0 0.000115
+gallium_dri.so free 0x5571735f0c80 void 0.000114
+gallium_dri.so free 0x5571735f0bb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0bb0 0.000124
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0d00 0.000114
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0d00 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0d00 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000112
+gallium_dri.so free 0x5571735f0d00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0d00 0.000112
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0d00 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0f70 0.000111
+gallium_dri.so free 0x5571735f0fc0 void 0.000113
+gallium_dri.so free 0x5571735f0f70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0f70 0.000112
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f0f70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1070 0.000112
+gallium_dri.so free 0x5571735f1180 void 0.000117
+gallium_dri.so free 0x5571735f1070 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1130 0.000113
+gallium_dri.so free 0x5571735f11c0 void 0.000112
+gallium_dri.so free 0x5571735f1130 void 0.000143
+gallium_dri.so malloc 72 0x5571735f1130 0.000118
+gallium_dri.so free 0x5571735f1280 void 0.000115
+gallium_dri.so free 0x5571735f1130 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12d0 0.000113
+gallium_dri.so free 0x5571735f1340 void 0.000114
+gallium_dri.so free 0x5571735f12d0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f1380 0.000118
+gallium_dri.so free 0x5571735f1400 void 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1400 0.000113
+gallium_dri.so free 0x5571735f14c0 void 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1400 0.000112
+gallium_dri.so free 0x5571735f1540 void 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1570 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000115
+gallium_dri.so free 0x5571735f1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1570 0.000113
+gallium_dri.so free 0x5571735f16c0 void 0.000114
+gallium_dri.so free 0x5571735f1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1670 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000114
+gallium_dri.so free 0x5571735f1670 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1730 0.000114
+gallium_dri.so free 0x5571735f1800 void 0.000118
+gallium_dri.so free 0x5571735f1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1820 0.000120
+gallium_dri.so free 0x5571735f18c0 void 0.000121
+gallium_dri.so free 0x5571735f1820 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1870 0.000114
+gallium_dri.so free 0x5571735f1940 void 0.000113
+gallium_dri.so free 0x5571735f1870 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1870 0.000112
+gallium_dri.so free 0x5571735f19c0 void 0.000114
+gallium_dri.so free 0x5571735f1870 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19c0 0.000115
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f19c0 0.000112
+gallium_dri.so free 0x5571735f1b40 void 0.000114
+gallium_dri.so free 0x5571735f19c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f19c0 0.000114
+gallium_dri.so free 0x5571735f1c00 void 0.000115
+gallium_dri.so free 0x5571735f19c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000114
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so free 0x5571735f1bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000113
+gallium_dri.so free 0x5571735f1d00 void 0.000114
+gallium_dri.so free 0x5571735f1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cb0 0.000112
+gallium_dri.so free 0x5571735f1dc0 void 0.000115
+gallium_dri.so free 0x5571735f1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d70 0.000148
+gallium_dri.so free 0x5571735f1e00 void 0.000114
+gallium_dri.so free 0x5571735f1d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1d70 0.000113
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so free 0x5571735f1d70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f00 0.000112
+gallium_dri.so free 0x5571735f1f80 void 0.000112
+gallium_dri.so free 0x5571735f1f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1f80 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so free 0x5571735f1f80 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1f80 0.000118
+gallium_dri.so free 0x5571735f2100 void 0.000118
+gallium_dri.so free 0x5571735f1f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2120 0.000115
+gallium_dri.so free 0x5571735f21c0 void 0.000114
+gallium_dri.so free 0x5571735f2120 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2170 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000113
+gallium_dri.so free 0x5571735f2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2170 0.000114
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so free 0x5571735f2170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f22c0 0.000115
+gallium_dri.so free 0x5571735f2380 void 0.000115
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000114
+gallium_dri.so free 0x5571735f2440 void 0.000114
+gallium_dri.so free 0x5571735f22c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f22c0 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000115
+gallium_dri.so free 0x5571735f22c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f24b0 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2570 0.000112
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so free 0x5571735f2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2690 0.000117
+gallium_dri.so free 0x5571735f2700 void 0.000114
+gallium_dri.so free 0x5571735f2690 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2720 0.000112
+gallium_dri.so free 0x5571735f27c0 void 0.000115
+gallium_dri.so free 0x5571735f2720 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2770 0.000117
+gallium_dri.so free 0x557173474580 void 0.000115
+gallium_dri.so free 0x5571735f2770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x557173474680 void 0.000114
+gallium_dri.so free 0x5571735f2770 void 0.000113
+gallium_dri.so malloc 72 0x557173474630 0.000114
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so free 0x557173474630 void 0.000114
+gallium_dri.so malloc 72 0x5571734746f0 0.000127
+gallium_dri.so free 0x5571734747c0 void 0.000116
+gallium_dri.so free 0x5571734746f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734747e0 0.000113
+gallium_dri.so free 0x557173474880 void 0.000117
+gallium_dri.so free 0x5571734747e0 void 0.000115
+gallium_dri.so malloc 72 0x557173474830 0.000113
+gallium_dri.so free 0x557173474900 void 0.000114
+gallium_dri.so free 0x557173474830 void 0.000117
+gallium_dri.so malloc 72 0x557173474830 0.000114
+gallium_dri.so free 0x557173474980 void 0.000114
+gallium_dri.so free 0x557173474830 void 0.000112
+gallium_dri.so malloc 72 0x557173474980 0.000113
+gallium_dri.so free 0x557173474a40 void 0.000115
+gallium_dri.so free 0x557173474980 void 0.000178
+gallium_dri.so malloc 72 0x557173474980 0.000116
+gallium_dri.so free 0x557173474b00 void 0.000116
+gallium_dri.so free 0x557173474980 void 0.000112
+gallium_dri.so malloc 72 0x557173474980 0.000115
+gallium_dri.so free 0x557173474bc0 void 0.000116
+gallium_dri.so free 0x557173474980 void 0.000115
+gallium_dri.so malloc 72 0x557173474b70 0.000115
+gallium_dri.so free 0x557173474bc0 void 0.000114
+gallium_dri.so free 0x557173474b70 void 0.000113
+gallium_dri.so malloc 72 0x557173474b70 0.000113
+gallium_dri.so free 0x557173474cc0 void 0.000123
+gallium_dri.so free 0x557173474b70 void 0.000120
+gallium_dri.so malloc 72 0x557173474c70 0.000118
+gallium_dri.so free 0x557173474d80 void 0.000115
+gallium_dri.so free 0x557173474c70 void 0.000113
+gallium_dri.so malloc 72 0x557173474d30 0.000112
+gallium_dri.so free 0x557173474dc0 void 0.000112
+gallium_dri.so free 0x557173474d30 void 0.000125
+gallium_dri.so malloc 72 0x557173474d30 0.000114
+gallium_dri.so free 0x557173474e80 void 0.000114
+gallium_dri.so free 0x557173474d30 void 0.000112
+gallium_dri.so malloc 72 0x557173474ec0 0.000113
+gallium_dri.so free 0x557173474f40 void 0.000115
+gallium_dri.so free 0x557173474ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173474f40 0.000115
+gallium_dri.so free 0x557173475000 void 0.000114
+gallium_dri.so free 0x557173474f40 void 0.000112
+gallium_dri.so malloc 72 0x557173474f40 0.000114
+gallium_dri.so free 0x5571734750c0 void 0.000119
+gallium_dri.so free 0x557173474f40 void 0.000114
+gallium_dri.so malloc 72 0x5571734750e0 0.000115
+gallium_dri.so free 0x557173475180 void 0.000116
+gallium_dri.so free 0x5571734750e0 void 0.000112
+gallium_dri.so malloc 72 0x557173475130 0.000114
+gallium_dri.so free 0x557173475200 void 0.000114
+gallium_dri.so free 0x557173475130 void 0.000113
+gallium_dri.so malloc 72 0x557173475130 0.000114
+gallium_dri.so free 0x557173475280 void 0.000114
+gallium_dri.so free 0x557173475130 void 0.000112
+gallium_dri.so malloc 72 0x557173475280 0.000114
+gallium_dri.so free 0x557173475340 void 0.000113
+gallium_dri.so free 0x557173475280 void 0.000113
+gallium_dri.so malloc 72 0x557173475280 0.000113
+gallium_dri.so free 0x557173475400 void 0.000114
+gallium_dri.so free 0x557173475280 void 0.000114
+gallium_dri.so malloc 72 0x557173475280 0.000114
+gallium_dri.so free 0x5571734754c0 void 0.000117
+gallium_dri.so free 0x557173475280 void 0.000119
+gallium_dri.so malloc 72 0x557173475470 0.000115
+gallium_dri.so free 0x557173475580 void 0.000115
+gallium_dri.so free 0x557173475470 void 0.000113
+gallium_dri.so malloc 72 0x557173475530 0.000114
+gallium_dri.so free 0x557173475600 void 0.000115
+gallium_dri.so free 0x557173475530 void 0.000113
+gallium_dri.so malloc 72 0x557173475650 0.000113
+gallium_dri.so free 0x5571734756c0 void 0.000115
+gallium_dri.so free 0x557173475650 void 0.000147
+gallium_dri.so malloc 72 0x5571734756e0 0.000114
+gallium_dri.so free 0x557173475780 void 0.000115
+gallium_dri.so free 0x5571734756e0 void 0.000112
+gallium_dri.so malloc 72 0x557173475730 0.000113
+gallium_dri.so free 0x557173475800 void 0.000116
+gallium_dri.so free 0x557173475730 void 0.000112
+gallium_dri.so malloc 72 0x557173475730 0.000116
+gallium_dri.so free 0x557173475880 void 0.000114
+gallium_dri.so free 0x557173475730 void 0.000113
+gallium_dri.so malloc 72 0x557173475880 0.000115
+gallium_dri.so free 0x557173475940 void 0.000115
+gallium_dri.so free 0x557173475880 void 0.000114
+gallium_dri.so malloc 72 0x557173475880 0.000113
+gallium_dri.so free 0x557173475a40 void 0.000119
+gallium_dri.so free 0x557173475880 void 0.000113
+gallium_dri.so malloc 72 0x5571734759f0 0.000113
+gallium_dri.so free 0x557173475a80 void 0.000154
+gallium_dri.so free 0x5571734759f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734759f0 0.000114
+gallium_dri.so free 0x557173475b40 void 0.000112
+gallium_dri.so free 0x5571734759f0 void 0.000113
+gallium_dri.so malloc 72 0x557173475b80 0.000145
+gallium_dri.so free 0x557173475c00 void 0.000117
+gallium_dri.so free 0x557173475b80 void 0.000113
+gallium_dri.so malloc 72 0x557173475c00 0.000114
+gallium_dri.so free 0x557173475cc0 void 0.000115
+gallium_dri.so free 0x557173475c00 void 0.000113
+gallium_dri.so malloc 72 0x557173475c00 0.000112
+gallium_dri.so free 0x557173475d40 void 0.000114
+gallium_dri.so free 0x557173475c00 void 0.000113
+gallium_dri.so malloc 72 0x557173475d70 0.000115
+gallium_dri.so free 0x557173475dc0 void 0.000115
+gallium_dri.so free 0x557173475d70 void 0.000113
+gallium_dri.so malloc 72 0x557173475d70 0.000119
+gallium_dri.so free 0x557173475ec0 void 0.000114
+gallium_dri.so free 0x557173475d70 void 0.000157
+gallium_dri.so malloc 72 0x557173475f00 0.000117
+gallium_dri.so free 0x557173475f80 void 0.000115
+gallium_dri.so free 0x557173475f00 void 0.000113
+gallium_dri.so malloc 72 0x557173475f80 0.000114
+gallium_dri.so free 0x557173476040 void 0.000116
+gallium_dri.so free 0x557173475f80 void 0.000112
+gallium_dri.so malloc 72 0x557173475f80 0.000114
+gallium_dri.so free 0x5571734760c0 void 0.000116
+gallium_dri.so free 0x557173475f80 void 0.000112
+gallium_dri.so malloc 72 0x5571734760f0 0.000115
+gallium_dri.so free 0x557173476140 void 0.000113
+gallium_dri.so free 0x5571734760f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734760f0 0.000114
+gallium_dri.so free 0x557173476240 void 0.000115
+gallium_dri.so free 0x5571734760f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734761f0 0.000113
+gallium_dri.so free 0x557173476300 void 0.000114
+gallium_dri.so free 0x5571734761f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734762b0 0.000113
+gallium_dri.so free 0x557173476380 void 0.000113
+gallium_dri.so free 0x5571734762b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734762b0 0.000113
+gallium_dri.so free 0x557173476440 void 0.000115
+gallium_dri.so free 0x5571734762b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734762b0 0.000113
+gallium_dri.so free 0x557173476500 void 0.000116
+gallium_dri.so free 0x5571734762b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734764b0 0.000116
+gallium_dri.so free 0x557173476580 void 0.000115
+gallium_dri.so free 0x5571734764b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734765d0 0.000112
+gallium_dri.so free 0x557173476640 void 0.000114
+gallium_dri.so free 0x5571734765d0 void 0.000119
+gallium_dri.so malloc 72 0x557173476660 0.000113
+gallium_dri.so free 0x557173476700 void 0.000115
+gallium_dri.so free 0x557173476660 void 0.000113
+gallium_dri.so malloc 72 0x5571734766b0 0.000115
+gallium_dri.so free 0x557173476780 void 0.000113
+gallium_dri.so free 0x5571734766b0 void 0.000112
+gallium_dri.so malloc 72 0x557173476780 0.000114
+gallium_dri.so free 0x557173476840 void 0.000114
+gallium_dri.so free 0x557173476780 void 0.000114
+gallium_dri.so malloc 72 0x557173476780 0.000112
+gallium_dri.so free 0x5571734768c0 void 0.000114
+gallium_dri.so free 0x557173476780 void 0.000112
+gallium_dri.so malloc 72 0x5571734768c0 0.000112
+gallium_dri.so free 0x557173476980 void 0.000114
+gallium_dri.so free 0x5571734768c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734768c0 0.000112
+gallium_dri.so free 0x557173476a40 void 0.000115
+gallium_dri.so free 0x5571734768c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734768c0 0.000112
+gallium_dri.so free 0x557173476b00 void 0.000113
+gallium_dri.so free 0x5571734768c0 void 0.000120
+gallium_dri.so malloc 72 0x557173476ab0 0.000135
+gallium_dri.so free 0x557173476b80 void 0.000116
+gallium_dri.so free 0x557173476ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173476bd0 0.000113
+gallium_dri.so free 0x557173476c40 void 0.000115
+gallium_dri.so free 0x557173476bd0 void 0.000114
+gallium_dri.so malloc 72 0x557173476c80 0.000113
+gallium_dri.so free 0x557173476d00 void 0.000115
+gallium_dri.so free 0x557173476c80 void 0.000113
+gallium_dri.so malloc 72 0x557173476c80 0.000112
+gallium_dri.so free 0x557173476d80 void 0.000114
+gallium_dri.so free 0x557173476c80 void 0.000113
+gallium_dri.so malloc 72 0x557173476db0 0.000113
+gallium_dri.so free 0x557173476e00 void 0.000114
+gallium_dri.so free 0x557173476db0 void 0.000113
+gallium_dri.so malloc 72 0x557173476db0 0.000114
+gallium_dri.so free 0x557173476f00 void 0.000114
+gallium_dri.so free 0x557173476db0 void 0.000114
+gallium_dri.so malloc 72 0x557173476eb0 0.000113
+gallium_dri.so free 0x557173476fc0 void 0.000114
+gallium_dri.so free 0x557173476eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173476f70 0.000114
+gallium_dri.so free 0x557173477000 void 0.000114
+gallium_dri.so free 0x557173476f70 void 0.000114
+gallium_dri.so malloc 72 0x557173476f70 0.000111
+gallium_dri.so free 0x5571734770c0 void 0.000115
+gallium_dri.so free 0x557173476f70 void 0.000113
+gallium_dri.so malloc 72 0x557173477130 0.000153
+gallium_dri.so free 0x557173477180 void 0.000117
+gallium_dri.so free 0x557173477130 void 0.000113
+gallium_dri.so malloc 72 0x557173477130 0.000113
+gallium_dri.so free 0x557173477280 void 0.000114
+gallium_dri.so free 0x557173477130 void 0.000113
+gallium_dri.so malloc 72 0x557173477230 0.000113
+gallium_dri.so free 0x557173477340 void 0.000113
+gallium_dri.so free 0x557173477230 void 0.000114
+gallium_dri.so malloc 72 0x5571734772f0 0.000112
+gallium_dri.so free 0x557173477380 void 0.000116
+gallium_dri.so free 0x5571734772f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734772f0 0.000112
+gallium_dri.so free 0x557173477440 void 0.000113
+gallium_dri.so free 0x5571734772f0 void 0.000114
+gallium_dri.so malloc 72 0x557173477480 0.000114
+gallium_dri.so free 0x557173477500 void 0.000114
+gallium_dri.so free 0x557173477480 void 0.000113
+gallium_dri.so malloc 72 0x557173477500 0.000114
+gallium_dri.so free 0x5571734775c0 void 0.000114
+gallium_dri.so free 0x557173477500 void 0.000113
+gallium_dri.so malloc 72 0x557173477500 0.000112
+gallium_dri.so free 0x557173477680 void 0.000114
+gallium_dri.so free 0x557173477500 void 0.000117
+gallium_dri.so malloc 72 0x5571734776a0 0.000114
+gallium_dri.so free 0x557173477740 void 0.000114
+gallium_dri.so free 0x5571734776a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734776f0 0.000112
+gallium_dri.so free 0x5571734777c0 void 0.000128
+gallium_dri.so free 0x5571734776f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734776f0 0.000114
+gallium_dri.so free 0x557173477840 void 0.000113
+gallium_dri.so free 0x5571734776f0 void 0.000111
+gallium_dri.so malloc 72 0x557173477840 0.000112
+gallium_dri.so free 0x557173477900 void 0.000112
+gallium_dri.so free 0x557173477840 void 0.000112
+gallium_dri.so malloc 72 0x557173477840 0.000111
+gallium_dri.so free 0x5571734779c0 void 0.000116
+gallium_dri.so free 0x557173477840 void 0.000112
+gallium_dri.so malloc 72 0x557173477840 0.000114
+gallium_dri.so free 0x557173477a80 void 0.000114
+gallium_dri.so free 0x557173477840 void 0.000145
+gallium_dri.so malloc 72 0x557173477a30 0.000114
+gallium_dri.so free 0x557173477b40 void 0.000115
+gallium_dri.so free 0x557173477a30 void 0.000114
+gallium_dri.so malloc 72 0x557173477af0 0.000112
+gallium_dri.so free 0x557173477bc0 void 0.000115
+gallium_dri.so free 0x557173477af0 void 0.000112
+gallium_dri.so malloc 72 0x557173477c10 0.000113
+gallium_dri.so free 0x557173477c80 void 0.000113
+gallium_dri.so free 0x557173477c10 void 0.000111
+gallium_dri.so malloc 72 0x557173477ca0 0.000113
+gallium_dri.so free 0x557173477d40 void 0.000116
+gallium_dri.so free 0x557173477ca0 void 0.000115
+gallium_dri.so malloc 72 0x557173477cf0 0.000112
+gallium_dri.so free 0x557173477dc0 void 0.000128
+gallium_dri.so free 0x557173477cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173477cf0 0.000113
+gallium_dri.so free 0x557173477e40 void 0.000115
+gallium_dri.so free 0x557173477cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173477e40 0.000112
+gallium_dri.so free 0x557173477f00 void 0.000115
+gallium_dri.so free 0x557173477e40 void 0.000113
+gallium_dri.so malloc 72 0x557173477e40 0.000113
+gallium_dri.so free 0x557173478000 void 0.000114
+gallium_dri.so free 0x557173477e40 void 0.000113
+gallium_dri.so malloc 72 0x557173477fb0 0.000113
+gallium_dri.so free 0x557173478040 void 0.000114
+gallium_dri.so free 0x557173477fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173477fb0 0.000112
+gallium_dri.so free 0x557173478100 void 0.000113
+gallium_dri.so free 0x557173477fb0 void 0.000112
+gallium_dri.so malloc 72 0x557173478140 0.000113
+gallium_dri.so free 0x5571734781c0 void 0.000114
+gallium_dri.so free 0x557173478140 void 0.000112
+gallium_dri.so malloc 72 0x5571734781c0 0.000113
+gallium_dri.so free 0x557173478280 void 0.000114
+gallium_dri.so free 0x5571734781c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734781c0 0.000114
+gallium_dri.so free 0x557173478300 void 0.000114
+gallium_dri.so free 0x5571734781c0 void 0.000114
+gallium_dri.so malloc 72 0x557173478330 0.000115
+gallium_dri.so free 0x557173478380 void 0.000114
+gallium_dri.so free 0x557173478330 void 0.000118
+gallium_dri.so malloc 72 0x557173478330 0.000114
+gallium_dri.so free 0x557173478480 void 0.000114
+gallium_dri.so free 0x557173478330 void 0.000112
+gallium_dri.so malloc 72 0x5571734784c0 0.000113
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so free 0x5571734784c0 void 0.000113
+gallium_dri.so malloc 72 0x557173478540 0.000113
+gallium_dri.so free 0x557173478600 void 0.000113
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so malloc 72 0x557173478540 0.000118
+gallium_dri.so free 0x557173478680 void 0.000119
+gallium_dri.so free 0x557173478540 void 0.000114
+gallium_dri.so malloc 72 0x5571734786b0 0.000119
+gallium_dri.so free 0x557173478700 void 0.000125
+gallium_dri.so free 0x5571734786b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734786b0 0.000113
+gallium_dri.so free 0x557173478800 void 0.000120
+gallium_dri.so free 0x5571734786b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734787b0 0.000115
+gallium_dri.so free 0x5571734788c0 void 0.000115
+gallium_dri.so free 0x5571734787b0 void 0.000114
+gallium_dri.so malloc 72 0x557173478870 0.000153
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so free 0x557173478870 void 0.000113
+gallium_dri.so malloc 72 0x557173478870 0.000144
+gallium_dri.so free 0x557173478a00 void 0.000118
+gallium_dri.so free 0x557173478870 void 0.000114
+gallium_dri.so malloc 72 0x557173478870 0.000113
+gallium_dri.so free 0x557173478ac0 void 0.000114
+gallium_dri.so free 0x557173478870 void 0.000113
+gallium_dri.so malloc 72 0x557173478a70 0.000112
+gallium_dri.so free 0x557173478b40 void 0.000115
+gallium_dri.so free 0x557173478a70 void 0.000113
+gallium_dri.so malloc 72 0x557173478b90 0.000113
+gallium_dri.so free 0x557173478c00 void 0.000115
+gallium_dri.so free 0x557173478b90 void 0.000112
+gallium_dri.so malloc 72 0x557173478c20 0.000113
+gallium_dri.so free 0x557173478cc0 void 0.000113
+gallium_dri.so free 0x557173478c20 void 0.000113
+gallium_dri.so malloc 72 0x557173478c70 0.000114
+gallium_dri.so free 0x557173478d40 void 0.000118
+gallium_dri.so free 0x557173478c70 void 0.000115
+gallium_dri.so malloc 72 0x557173478d40 0.000113
+gallium_dri.so free 0x557173478e00 void 0.000114
+gallium_dri.so free 0x557173478d40 void 0.000113
+gallium_dri.so malloc 72 0x557173478d40 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000113
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so malloc 72 0x557173478e80 0.000113
+gallium_dri.so free 0x557173478f40 void 0.000115
+gallium_dri.so free 0x557173478e80 void 0.000113
+gallium_dri.so malloc 72 0x557173478e80 0.000181
+gallium_dri.so free 0x557173479000 void 0.000116
+gallium_dri.so free 0x557173478e80 void 0.000113
+gallium_dri.so malloc 72 0x557173478e80 0.000112
+gallium_dri.so free 0x557173619f80 void 0.000114
+gallium_dri.so free 0x557173478e80 void 0.000112
+gallium_dri.so malloc 72 0x557173619fc0 0.000111
+gallium_dri.so free 0x55717361a040 void 0.000112
+gallium_dri.so free 0x557173619fc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a040 0.000112
+gallium_dri.so free 0x55717361a100 void 0.000111
+gallium_dri.so free 0x55717361a040 void 0.000112
+gallium_dri.so malloc 72 0x55717361a040 0.000112
+gallium_dri.so free 0x55717361a180 void 0.000113
+gallium_dri.so free 0x55717361a040 void 0.000112
+gallium_dri.so malloc 72 0x55717361a040 0.000112
+gallium_dri.so free 0x55717361a240 void 0.000113
+gallium_dri.so free 0x55717361a040 void 0.000113
+gallium_dri.so malloc 72 0x55717361a040 0.000117
+gallium_dri.so free 0x55717361a300 void 0.000124
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so malloc 72 0x55717361a2b0 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000114
+gallium_dri.so free 0x55717361a2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a3d0 0.000164
+gallium_dri.so free 0x55717361a440 void 0.000166
+gallium_dri.so free 0x55717361a3d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a460 0.000114
+gallium_dri.so free 0x55717361a500 void 0.000120
+gallium_dri.so free 0x55717361a460 void 0.000114
+gallium_dri.so malloc 72 0x55717361a4b0 0.000113
+gallium_dri.so free 0x55717361a580 void 0.000114
+gallium_dri.so free 0x55717361a4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4b0 0.000112
+gallium_dri.so free 0x55717361a680 void 0.000115
+gallium_dri.so free 0x55717361a4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a630 0.000113
+gallium_dri.so free 0x55717361a700 void 0.000112
+gallium_dri.so free 0x55717361a630 void 0.000113
+gallium_dri.so malloc 72 0x55717361a750 0.000111
+gallium_dri.so free 0x55717361a7c0 void 0.000136
+gallium_dri.so free 0x55717361a750 void 0.000118
+gallium_dri.so malloc 72 0x55717361a7e0 0.000118
+gallium_dri.so free 0x55717361a880 void 0.000116
+gallium_dri.so free 0x55717361a7e0 void 0.000115
+gallium_dri.so malloc 72 0x55717361a830 0.000120
+gallium_dri.so free 0x55717361a900 void 0.000125
+gallium_dri.so free 0x55717361a830 void 0.000120
+gallium_dri.so malloc 72 0x55717361a830 0.000115
+gallium_dri.so free 0x55717361a980 void 0.000116
+gallium_dri.so free 0x55717361a830 void 0.000114
+gallium_dri.so malloc 72 0x55717361a980 0.000115
+gallium_dri.so free 0x55717361aa40 void 0.000116
+gallium_dri.so free 0x55717361a980 void 0.000126
+gallium_dri.so malloc 72 0x55717361a980 0.000113
+gallium_dri.so free 0x55717361ab40 void 0.000114
+gallium_dri.so free 0x55717361a980 void 0.000113
+gallium_dri.so malloc 72 0x55717361a980 0.000112
+gallium_dri.so free 0x55717361abc0 void 0.000113
+gallium_dri.so free 0x55717361a980 void 0.000111
+gallium_dri.so malloc 72 0x55717361abf0 0.000111
+gallium_dri.so free 0x55717361ac40 void 0.000113
+gallium_dri.so free 0x55717361abf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361abf0 0.000114
+gallium_dri.so free 0x55717361ad40 void 0.000113
+gallium_dri.so free 0x55717361abf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361acf0 0.000113
+gallium_dri.so free 0x55717361ae00 void 0.000113
+gallium_dri.so free 0x55717361acf0 void 0.000111
+gallium_dri.so malloc 72 0x55717361adb0 0.000114
+gallium_dri.so free 0x55717361ae40 void 0.000114
+gallium_dri.so free 0x55717361adb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361adb0 0.000114
+gallium_dri.so free 0x55717361af00 void 0.000114
+gallium_dri.so free 0x55717361adb0 void 0.000111
+gallium_dri.so malloc 72 0x55717361af50 0.000114
+gallium_dri.so free 0x55717361afc0 void 0.000113
+gallium_dri.so free 0x55717361af50 void 0.000114
+gallium_dri.so malloc 72 0x55717361b000 0.000112
+gallium_dri.so free 0x55717361b080 void 0.000115
+gallium_dri.so free 0x55717361b000 void 0.000120
+gallium_dri.so malloc 72 0x55717361b080 0.000115
+gallium_dri.so free 0x55717361b140 void 0.000114
+gallium_dri.so free 0x55717361b080 void 0.000114
+gallium_dri.so malloc 72 0x55717361b080 0.000113
+gallium_dri.so free 0x55717361b1c0 void 0.000114
+gallium_dri.so free 0x55717361b080 void 0.000158
+gallium_dri.so malloc 72 0x55717361b1f0 0.000163
+gallium_dri.so free 0x55717361b240 void 0.000115
+gallium_dri.so free 0x55717361b1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b1f0 0.000113
+gallium_dri.so free 0x55717361b340 void 0.000115
+gallium_dri.so free 0x55717361b1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b2f0 0.000113
+gallium_dri.so free 0x55717361b400 void 0.000114
+gallium_dri.so free 0x55717361b2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b3b0 0.000114
+gallium_dri.so free 0x55717361b480 void 0.000114
+gallium_dri.so free 0x55717361b3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b4a0 0.000118
+gallium_dri.so free 0x55717361b540 void 0.000116
+gallium_dri.so free 0x55717361b4a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b4f0 0.000112
+gallium_dri.so free 0x55717361b5c0 void 0.000115
+gallium_dri.so free 0x55717361b4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b4f0 0.000114
+gallium_dri.so free 0x55717361b640 void 0.000115
+gallium_dri.so free 0x55717361b4f0 void 0.000183
+gallium_dri.so malloc 72 0x55717361b640 0.000116
+gallium_dri.so free 0x55717361b700 void 0.000118
+gallium_dri.so free 0x55717361b640 void 0.000114
+gallium_dri.so malloc 72 0x55717361b640 0.000115
+gallium_dri.so free 0x55717361b7c0 void 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000120
+gallium_dri.so malloc 72 0x55717361b640 0.000113
+gallium_dri.so free 0x55717361b880 void 0.000115
+gallium_dri.so free 0x55717361b640 void 0.000115
+gallium_dri.so malloc 72 0x55717361b830 0.000115
+gallium_dri.so free 0x55717361b880 void 0.000113
+gallium_dri.so free 0x55717361b830 void 0.000123
+gallium_dri.so malloc 72 0x55717361b830 0.000114
+gallium_dri.so free 0x55717361b980 void 0.000114
+gallium_dri.so free 0x55717361b830 void 0.000112
+gallium_dri.so malloc 72 0x55717361b930 0.000114
+gallium_dri.so free 0x55717361ba40 void 0.000114
+gallium_dri.so free 0x55717361b930 void 0.000113
+gallium_dri.so malloc 72 0x55717361b9f0 0.000114
+gallium_dri.so free 0x55717361ba80 void 0.000115
+gallium_dri.so free 0x55717361b9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b9f0 0.000114
+gallium_dri.so free 0x55717361bb40 void 0.000114
+gallium_dri.so free 0x55717361b9f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bb80 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000114
+gallium_dri.so free 0x55717361bb80 void 0.000115
+gallium_dri.so malloc 72 0x55717361bc00 0.000113
+gallium_dri.so free 0x55717361bcc0 void 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000112
+gallium_dri.so malloc 72 0x55717361bc00 0.000114
+gallium_dri.so free 0x55717361bd80 void 0.000113
+gallium_dri.so free 0x55717361bc00 void 0.000113
+gallium_dri.so malloc 72 0x55717361bda0 0.000113
+gallium_dri.so free 0x55717361be40 void 0.000116
+gallium_dri.so free 0x55717361bda0 void 0.000113
+gallium_dri.so malloc 72 0x55717361bdf0 0.000114
+gallium_dri.so free 0x55717361bec0 void 0.000115
+gallium_dri.so free 0x55717361bdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bdf0 0.000112
+gallium_dri.so free 0x55717361bf40 void 0.000115
+gallium_dri.so free 0x55717361bdf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361bf40 0.000113
+gallium_dri.so free 0x55717361c000 void 0.000114
+gallium_dri.so free 0x55717361bf40 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf40 0.000114
+gallium_dri.so free 0x55717361c0c0 void 0.000115
+gallium_dri.so free 0x55717361bf40 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf40 0.000114
+gallium_dri.so free 0x55717361c180 void 0.000115
+gallium_dri.so free 0x55717361bf40 void 0.000112
+gallium_dri.so malloc 72 0x55717361c130 0.000115
+gallium_dri.so free 0x55717361c240 void 0.000114
+gallium_dri.so free 0x55717361c130 void 0.000122
+gallium_dri.so malloc 72 0x55717361c1f0 0.000113
+gallium_dri.so free 0x55717361c2c0 void 0.000112
+gallium_dri.so free 0x55717361c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c310 0.000112
+gallium_dri.so free 0x55717361c380 void 0.000112
+gallium_dri.so free 0x55717361c310 void 0.000115
+gallium_dri.so malloc 72 0x55717361c3a0 0.000113
+gallium_dri.so free 0x55717361c440 void 0.000114
+gallium_dri.so free 0x55717361c3a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c3f0 0.000112
+gallium_dri.so free 0x55717361c4c0 void 0.000117
+gallium_dri.so free 0x55717361c3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c3f0 0.000112
+gallium_dri.so free 0x55717361c540 void 0.000115
+gallium_dri.so free 0x55717361c3f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361c540 0.000161
+gallium_dri.so free 0x55717361c600 void 0.000161
+gallium_dri.so free 0x55717361c540 void 0.000163
+gallium_dri.so malloc 72 0x55717361c540 0.000159
+gallium_dri.so free 0x55717361c700 void 0.000124
+gallium_dri.so free 0x55717361c540 void 0.000125
+gallium_dri.so malloc 72 0x55717361c6b0 0.000124
+gallium_dri.so free 0x55717361c740 void 0.000119
+gallium_dri.so free 0x55717361c6b0 void 0.000205
+gallium_dri.so malloc 72 0x55717361c6b0 0.000161
+gallium_dri.so free 0x55717361c800 void 0.000119
+gallium_dri.so free 0x55717361c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c840 0.000114
+gallium_dri.so free 0x55717361c8c0 void 0.000115
+gallium_dri.so free 0x55717361c840 void 0.000113
+gallium_dri.so malloc 72 0x55717361c8c0 0.000113
+gallium_dri.so free 0x55717361c980 void 0.000114
+gallium_dri.so free 0x55717361c8c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c8c0 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000114
+gallium_dri.so free 0x55717361c8c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ca30 0.000114
+gallium_dri.so free 0x55717361ca80 void 0.000113
+gallium_dri.so free 0x55717361ca30 void 0.000114
+gallium_dri.so malloc 72 0x55717361ca30 0.000114
+gallium_dri.so free 0x55717361cb80 void 0.000115
+gallium_dri.so free 0x55717361ca30 void 0.000113
+gallium_dri.so malloc 72 0x55717361cbc0 0.000114
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so free 0x55717361cbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cc40 0.000113
+gallium_dri.so free 0x55717361cd00 void 0.000114
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so malloc 72 0x55717361cc40 0.000112
+gallium_dri.so free 0x55717361cd80 void 0.000114
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so malloc 72 0x55717361cdb0 0.000111
+gallium_dri.so free 0x55717361ce00 void 0.000110
+gallium_dri.so free 0x55717361cdb0 void 0.000110
+gallium_dri.so malloc 72 0x55717361cdb0 0.000110
+gallium_dri.so free 0x55717361cf00 void 0.000110
+gallium_dri.so free 0x55717361cdb0 void 0.000110
+gallium_dri.so malloc 72 0x55717361ceb0 0.000109
+gallium_dri.so free 0x55717361cfc0 void 0.000110
+gallium_dri.so free 0x55717361ceb0 void 0.000109
+gallium_dri.so malloc 72 0x55717361cf70 0.000110
+gallium_dri.so free 0x55717361d040 void 0.000111
+gallium_dri.so free 0x55717361cf70 void 0.000110
+gallium_dri.so malloc 72 0x55717361cf70 0.000110
+gallium_dri.so free 0x55717361d100 void 0.000112
+gallium_dri.so free 0x55717361cf70 void 0.000111
+gallium_dri.so malloc 72 0x55717361cf70 0.000111
+gallium_dri.so free 0x55717361d1c0 void 0.000112
+gallium_dri.so free 0x55717361cf70 void 0.000111
+gallium_dri.so malloc 72 0x55717361d170 0.000111
+gallium_dri.so free 0x55717361d240 void 0.000109
+gallium_dri.so free 0x55717361d170 void 0.000116
+gallium_dri.so malloc 72 0x55717361d290 0.000120
+gallium_dri.so free 0x55717361d300 void 0.000117
+gallium_dri.so free 0x55717361d290 void 0.000110
+gallium_dri.so malloc 72 0x55717361d320 0.000112
+gallium_dri.so free 0x55717361d3c0 void 0.000110
+gallium_dri.so free 0x55717361d320 void 0.000111
+gallium_dri.so malloc 72 0x55717361d370 0.000117
+gallium_dri.so free 0x55717361d440 void 0.000124
+gallium_dri.so free 0x55717361d370 void 0.000113
+gallium_dri.so malloc 72 0x55717361d440 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000116
+gallium_dri.so free 0x55717361d440 void 0.000114
+gallium_dri.so malloc 72 0x55717361d440 0.000112
+gallium_dri.so free 0x55717361d580 void 0.000118
+gallium_dri.so free 0x55717361d440 void 0.000119
+gallium_dri.so malloc 72 0x55717361d580 0.000121
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so free 0x55717361d580 void 0.000124
+gallium_dri.so malloc 72 0x55717361d580 0.000121
+gallium_dri.so free 0x55717361d700 void 0.000123
+gallium_dri.so free 0x55717361d580 void 0.000123
+gallium_dri.so malloc 72 0x55717361d580 0.000123
+gallium_dri.so free 0x55717361d7c0 void 0.000125
+gallium_dri.so free 0x55717361d580 void 0.000123
+gallium_dri.so malloc 72 0x55717361d770 0.000123
+gallium_dri.so free 0x55717361d840 void 0.000123
+gallium_dri.so free 0x55717361d770 void 0.000124
+gallium_dri.so malloc 72 0x55717361d890 0.000121
+gallium_dri.so free 0x55717361d900 void 0.000120
+gallium_dri.so free 0x55717361d890 void 0.000122
+gallium_dri.so malloc 72 0x55717361d940 0.000123
+gallium_dri.so free 0x55717361d9c0 void 0.000174
+gallium_dri.so free 0x55717361d940 void 0.000123
+gallium_dri.so malloc 72 0x55717361d940 0.000122
+gallium_dri.so free 0x55717361da40 void 0.000123
+gallium_dri.so free 0x55717361d940 void 0.000123
+gallium_dri.so malloc 72 0x55717361da70 0.000122
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so free 0x55717361da70 void 0.000123
+gallium_dri.so malloc 72 0x55717361da70 0.000123
+gallium_dri.so free 0x55717361dbc0 void 0.000121
+gallium_dri.so free 0x55717361da70 void 0.000122
+gallium_dri.so malloc 72 0x55717361db70 0.000122
+gallium_dri.so free 0x55717361dc80 void 0.000115
+gallium_dri.so free 0x55717361db70 void 0.000113
+gallium_dri.so malloc 72 0x55717361dc30 0.000114
+gallium_dri.so free 0x55717361dcc0 void 0.000116
+gallium_dri.so free 0x55717361dc30 void 0.000114
+gallium_dri.so malloc 72 0x55717361dc30 0.000114
+gallium_dri.so free 0x55717361dd80 void 0.000115
+gallium_dri.so free 0x55717361dc30 void 0.000115
+gallium_dri.so malloc 72 0x55717361ddf0 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000114
+gallium_dri.so free 0x55717361ddf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddf0 0.000112
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361def0 0.000127
+gallium_dri.so free 0x55717361e000 void 0.000116
+gallium_dri.so free 0x55717361def0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dfb0 0.000113
+gallium_dri.so free 0x55717361e040 void 0.000114
+gallium_dri.so free 0x55717361dfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dfb0 0.000113
+gallium_dri.so free 0x55717361e100 void 0.000116
+gallium_dri.so free 0x55717361dfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e140 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so free 0x55717361e140 void 0.000112
+gallium_dri.so malloc 72 0x55717361e1c0 0.000115
+gallium_dri.so free 0x55717361e280 void 0.000116
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e1c0 0.000145
+gallium_dri.so free 0x55717361e340 void 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e360 0.000112
+gallium_dri.so free 0x55717361e400 void 0.000114
+gallium_dri.so free 0x55717361e360 void 0.000114
+gallium_dri.so malloc 72 0x55717361e3b0 0.000114
+gallium_dri.so free 0x55717361e480 void 0.000121
+gallium_dri.so free 0x55717361e3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e3b0 0.000114
+gallium_dri.so free 0x55717361e500 void 0.000113
+gallium_dri.so free 0x55717361e3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e500 0.000127
+gallium_dri.so free 0x55717361e5c0 void 0.000117
+gallium_dri.so free 0x55717361e500 void 0.000115
+gallium_dri.so malloc 72 0x55717361e500 0.000116
+gallium_dri.so free 0x55717361e680 void 0.000115
+gallium_dri.so free 0x55717361e500 void 0.000114
+gallium_dri.so malloc 72 0x55717361e500 0.000114
+gallium_dri.so free 0x55717361e740 void 0.000113
+gallium_dri.so free 0x55717361e500 void 0.000114
+gallium_dri.so malloc 72 0x55717361e6f0 0.000115
+gallium_dri.so free 0x55717361e800 void 0.000115
+gallium_dri.so free 0x55717361e6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e7b0 0.000113
+gallium_dri.so free 0x55717361e880 void 0.000114
+gallium_dri.so free 0x55717361e7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e8d0 0.000113
+gallium_dri.so free 0x55717361e940 void 0.000115
+gallium_dri.so free 0x55717361e8d0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e960 0.000112
+gallium_dri.so free 0x55717361ea00 void 0.000114
+gallium_dri.so free 0x55717361e960 void 0.000113
+gallium_dri.so malloc 72 0x55717361e9b0 0.000112
+gallium_dri.so free 0x55717361ea80 void 0.000114
+gallium_dri.so free 0x55717361e9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e9b0 0.000114
+gallium_dri.so free 0x55717361eb00 void 0.000115
+gallium_dri.so free 0x55717361e9b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361eb00 0.000113
+gallium_dri.so free 0x55717361ebc0 void 0.000120
+gallium_dri.so free 0x55717361eb00 void 0.000113
+gallium_dri.so malloc 72 0x55717361eb00 0.000112
+gallium_dri.so free 0x55717361ecc0 void 0.000114
+gallium_dri.so free 0x55717361eb00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ec70 0.000113
+gallium_dri.so free 0x55717361ed00 void 0.000114
+gallium_dri.so free 0x55717361ec70 void 0.000113
+gallium_dri.so malloc 72 0x55717361ec70 0.000113
+gallium_dri.so free 0x55717361edc0 void 0.000114
+gallium_dri.so free 0x55717361ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ee00 0.000113
+gallium_dri.so free 0x55717361ee80 void 0.000113
+gallium_dri.so free 0x55717361ee00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ee80 0.000113
+gallium_dri.so free 0x55717361ef40 void 0.000114
+gallium_dri.so free 0x55717361ee80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ee80 0.000113
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ee80 void 0.000112
+gallium_dri.so malloc 72 0x55717361eff0 0.000114
+gallium_dri.so free 0x55717361f040 void 0.000115
+gallium_dri.so free 0x55717361eff0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eff0 0.000113
+gallium_dri.so free 0x55717361f140 void 0.000114
+gallium_dri.so free 0x55717361eff0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f180 0.000113
+gallium_dri.so free 0x55717361f200 void 0.000165
+gallium_dri.so free 0x55717361f180 void 0.000124
+gallium_dri.so malloc 72 0x55717361f200 0.000118
+gallium_dri.so free 0x55717361f2c0 void 0.000113
+gallium_dri.so free 0x55717361f200 void 0.000113
+gallium_dri.so malloc 72 0x55717361f200 0.000113
+gallium_dri.so free 0x55717361f340 void 0.000116
+gallium_dri.so free 0x55717361f200 void 0.000124
+gallium_dri.so malloc 72 0x55717361f370 0.000118
+gallium_dri.so free 0x55717361f3c0 void 0.000114
+gallium_dri.so free 0x55717361f370 void 0.000114
+gallium_dri.so malloc 72 0x55717361f370 0.000116
+gallium_dri.so free 0x55717361f4c0 void 0.000141
+gallium_dri.so free 0x55717361f370 void 0.000119
+gallium_dri.so malloc 72 0x55717361f470 0.000114
+gallium_dri.so free 0x55717361f580 void 0.000117
+gallium_dri.so free 0x55717361f470 void 0.000114
+gallium_dri.so malloc 72 0x55717361f530 0.000114
+gallium_dri.so free 0x55717361f600 void 0.000115
+gallium_dri.so free 0x55717361f530 void 0.000114
+gallium_dri.so malloc 72 0x55717361f530 0.000112
+gallium_dri.so free 0x55717361f6c0 void 0.000114
+gallium_dri.so free 0x55717361f530 void 0.000112
+gallium_dri.so malloc 72 0x55717361f530 0.000112
+gallium_dri.so free 0x55717361f780 void 0.000114
+gallium_dri.so free 0x55717361f530 void 0.000114
+gallium_dri.so malloc 72 0x55717361f730 0.000125
+gallium_dri.so free 0x55717361f800 void 0.000117
+gallium_dri.so free 0x55717361f730 void 0.000114
+gallium_dri.so malloc 72 0x55717361f850 0.000113
+gallium_dri.so free 0x55717361f8c0 void 0.000114
+gallium_dri.so free 0x55717361f850 void 0.000114
+gallium_dri.so malloc 72 0x55717361f8e0 0.000114
+gallium_dri.so free 0x55717361f980 void 0.000114
+gallium_dri.so free 0x55717361f8e0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f930 0.000115
+gallium_dri.so free 0x55717361fa00 void 0.000114
+gallium_dri.so free 0x55717361f930 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa00 0.000113
+gallium_dri.so free 0x55717361fac0 void 0.000114
+gallium_dri.so free 0x55717361fa00 void 0.000112
+gallium_dri.so malloc 72 0x55717361fa00 0.000111
+gallium_dri.so free 0x55717361fb40 void 0.000114
+gallium_dri.so free 0x55717361fa00 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb40 0.000112
+gallium_dri.so free 0x55717361fc00 void 0.000115
+gallium_dri.so free 0x55717361fb40 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb40 0.000113
+gallium_dri.so free 0x55717361fcc0 void 0.000115
+gallium_dri.so free 0x55717361fb40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fb40 0.000113
+gallium_dri.so free 0x55717361fd80 void 0.000114
+gallium_dri.so free 0x55717361fb40 void 0.000112
+gallium_dri.so malloc 72 0x55717361fd30 0.000112
+gallium_dri.so free 0x55717346e680 void 0.000122
+gallium_dri.so free 0x55717361fd30 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000116
+gallium_dri.so free 0x55717346e630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f87f0 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735f87f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f87f0 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x5571735f87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000138
+gallium_dri.so free 0x5571735dcd80 void 0.000116
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x55717346e840 void 0.000115
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x55717346e7f0 0.000113
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x55717346e7f0 void 0.000114
+gallium_dri.so malloc 72 0x557173460f30 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x557173460f30 void 0.000170
+gallium_dri.so malloc 72 0x55717360daf0 0.000121
+gallium_dri.so free 0x5571735c10c0 void 0.000116
+gallium_dri.so free 0x55717360daf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x55717346c280 void 0.000115
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c230 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000112
+gallium_dri.so malloc 72 0x55717346d0b0 0.000112
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so free 0x55717346d0b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c770 0.000116
+gallium_dri.so free 0x5571735c0900 void 0.000114
+gallium_dri.so free 0x55717360c770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000115
+gallium_dri.so free 0x5571735c4100 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000114
+gallium_dri.so free 0x5571735c40b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000115
+gallium_dri.so free 0x5571735dc0c0 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc070 0.000112
+gallium_dri.so free 0x557173605c40 void 0.000112
+gallium_dri.so free 0x5571735dc070 void 0.000116
+gallium_dri.so malloc 72 0x557173605bf0 0.000112
+gallium_dri.so free 0x55717360f800 void 0.000113
+gallium_dri.so free 0x557173605bf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f7b0 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x55717360f7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735f96c0 void 0.000113
+gallium_dri.so free 0x5571735c4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9670 0.000115
+gallium_dri.so free 0x5571735e1640 void 0.000116
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735ffe80 void 0.000115
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f70b0 0.000131
+gallium_dri.so free 0x5571735f2e80 void 0.000125
+gallium_dri.so free 0x5571735f70b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2e30 0.000125
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735e31b0 0.000114
+gallium_dri.so free 0x557173461c40 void 0.000116
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x557173461bf0 0.000116
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so free 0x557173461bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd870 0.000115
+gallium_dri.so free 0x557173469e80 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000116
+gallium_dri.so malloc 72 0x557173469e30 0.000115
+gallium_dri.so free 0x5571735c29c0 void 0.000119
+gallium_dri.so free 0x557173469e30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2970 0.000115
+gallium_dri.so free 0x55717346ab40 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000115
+gallium_dri.so malloc 72 0x55717346aaf0 0.000114
+gallium_dri.so free 0x557173620e80 void 0.000116
+gallium_dri.so free 0x55717346aaf0 void 0.000115
+gallium_dri.so malloc 72 0x557173620e30 0.000114
+gallium_dri.so free 0x55717346c0c0 void 0.000125
+gallium_dri.so free 0x557173620e30 void 0.000116
+gallium_dri.so malloc 72 0x55717346c070 0.000115
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x55717346c070 void 0.000116
+gallium_dri.so malloc 72 0x5571735c49b0 0.000115
+gallium_dri.so free 0x5571735f8a00 void 0.000116
+gallium_dri.so free 0x5571735c49b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f89b0 0.000115
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x5571735f89b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000114
+gallium_dri.so free 0x55717360d400 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d3b0 0.000115
+gallium_dri.so free 0x557173620cc0 void 0.000114
+gallium_dri.so free 0x55717360d3b0 void 0.000114
+gallium_dri.so malloc 72 0x557173620c70 0.000115
+gallium_dri.so free 0x557173473580 void 0.000116
+gallium_dri.so free 0x557173620c70 void 0.000115
+gallium_dri.so malloc 72 0x557173473530 0.000114
+gallium_dri.so free 0x5571735c2380 void 0.000116
+gallium_dri.so free 0x557173473530 void 0.000115
+gallium_dri.so malloc 72 0x557173473530 0.000115
+gallium_dri.so free 0x55717346ea00 void 0.000208
+gallium_dri.so free 0x557173473530 void 0.000117
+gallium_dri.so malloc 72 0x55717346e9b0 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000113
+gallium_dri.so free 0x55717346e9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000112
+gallium_dri.so free 0x557173464b80 void 0.000116
+gallium_dri.so free 0x5571735fd6b0 void 0.000119
+gallium_dri.so malloc 72 0x557173464b30 0.000123
+gallium_dri.so free 0x5571735ffcc0 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000113
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000158
+gallium_dri.so free 0x5571735f8680 void 0.000162
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8630 0.000120
+gallium_dri.so free 0x55717360f640 void 0.000122
+gallium_dri.so free 0x5571735f8630 void 0.000121
+gallium_dri.so malloc 72 0x55717360f5f0 0.000120
+gallium_dri.so free 0x5571735fda80 void 0.000116
+gallium_dri.so free 0x55717360f5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda30 0.000115
+gallium_dri.so free 0x55717360b7c0 void 0.000117
+gallium_dri.so free 0x5571735fda30 void 0.000127
+gallium_dri.so malloc 72 0x55717360b770 0.000115
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so free 0x55717360b770 void 0.000114
+gallium_dri.so malloc 72 0x55717360e070 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000111
+gallium_dri.so free 0x5571735f6440 void 0.000118
+gallium_dri.so free 0x5571735d21b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so free 0x5571735f63f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dedf0 0.000112
+gallium_dri.so free 0x5571735faec0 void 0.000114
+gallium_dri.so free 0x5571735dedf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fae70 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000116
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000114
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000114
+gallium_dri.so free 0x55717346c440 void 0.000115
+gallium_dri.so free 0x5571735c3ef0 void 0.000116
+gallium_dri.so malloc 72 0x55717346c3f0 0.000117
+gallium_dri.so free 0x5571735c42c0 void 0.000116
+gallium_dri.so free 0x55717346c3f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4270 0.000114
+gallium_dri.so free 0x5571735e25c0 void 0.000116
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2570 0.000115
+gallium_dri.so free 0x5571735eb600 void 0.000115
+gallium_dri.so free 0x5571735e2570 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000115
+gallium_dri.so free 0x55717346f080 void 0.000115
+gallium_dri.so free 0x5571735eb5b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346f0f0 0.000116
+gallium_dri.so free 0x557173589400 void 0.000117
+gallium_dri.so free 0x55717346f0f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000116
+gallium_dri.so free 0x5571735893b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d4770 0.000115
+gallium_dri.so free 0x557173600d00 void 0.000115
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x557173600cb0 0.000114
+gallium_dri.so free 0x557173600040 void 0.000116
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000115
+gallium_dri.so free 0x557173610680 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000115
+gallium_dri.so malloc 72 0x557173610630 0.000115
+gallium_dri.so free 0x5571735cfc40 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000166
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000116
+gallium_dri.so free 0x5571735f9080 void 0.000117
+gallium_dri.so free 0x5571735cfbf0 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000125
+gallium_dri.so free 0x557173467680 void 0.000124
+gallium_dri.so free 0x5571735cfbf0 void 0.000126
+gallium_dri.so malloc 72 0x557173467630 0.000124
+gallium_dri.so free 0x5571735f5800 void 0.000120
+gallium_dri.so free 0x557173467630 void 0.000116
+gallium_dri.so malloc 72 0x5571735f57b0 0.000115
+gallium_dri.so free 0x55717360f9c0 void 0.000114
+gallium_dri.so free 0x5571735f57b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f970 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so free 0x55717360f970 void 0.000117
+gallium_dri.so malloc 72 0x55717346a500 0.000114
+gallium_dri.so free 0x557173461600 void 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so malloc 72 0x55717346a500 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x55717346a500 void 0.000115
+gallium_dri.so malloc 72 0x55717346a500 0.000114
+gallium_dri.so free 0x55717346d9c0 void 0.000115
+gallium_dri.so free 0x55717346a500 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000127
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so free 0x55717346d970 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000116
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x5571735f79c0 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x5571735dd640 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000114
+gallium_dri.so free 0x55717360e980 void 0.000116
+gallium_dri.so free 0x5571735dd5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so free 0x55717360e930 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0370 0.000115
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x5571735e0370 void 0.000115
+gallium_dri.so malloc 72 0x557173610ef0 0.000115
+gallium_dri.so free 0x5571735ff000 void 0.000116
+gallium_dri.so free 0x557173610ef0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fefb0 0.000125
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571736006c0 0.000115
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000112
+gallium_dri.so free 0x557173620000 void 0.000117
+gallium_dri.so free 0x5571735f9f30 void 0.000119
+gallium_dri.so malloc 72 0x55717361ffb0 0.000115
+gallium_dri.so free 0x5571735fca40 void 0.000117
+gallium_dri.so free 0x55717361ffb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x557173609640 void 0.000134
+gallium_dri.so free 0x5571735fc9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so free 0x5571736095f0 void 0.000115
+gallium_dri.so malloc 72 0x557173610040 0.000114
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so malloc 72 0x557173610040 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so malloc 72 0x557173610040 0.000127
+gallium_dri.so free 0x5571735c3280 void 0.000115
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so free 0x5571735c3230 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b640 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000116
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b640 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so malloc 72 0x55717358b640 0.000115
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000120
+gallium_dri.so free 0x55717361fd80 void 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000114
+gallium_dri.so free 0x5571734741c0 void 0.000117
+gallium_dri.so free 0x5571735d1fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000127
+gallium_dri.so free 0x557173469a00 void 0.000116
+gallium_dri.so free 0x557173474170 void 0.000115
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so malloc 72 0x557173469a00 0.000124
+gallium_dri.so free 0x557173603300 void 0.000124
+gallium_dri.so free 0x557173469a00 void 0.000142
+gallium_dri.so malloc 72 0x557173603300 0.000124
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so malloc 72 0x557173603300 0.000116
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000113
+gallium_dri.so free 0x557173473f40 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000118
+gallium_dri.so malloc 72 0x557173473f40 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x557173473f40 void 0.000115
+gallium_dri.so malloc 72 0x557173473f40 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000162
+gallium_dri.so free 0x557173473f40 void 0.000118
+gallium_dri.so malloc 72 0x557173473f40 0.000114
+gallium_dri.so free 0x5571735e3000 void 0.000121
+gallium_dri.so free 0x557173473f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3030 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000117
+gallium_dri.so free 0x5571735e3030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3030 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000116
+gallium_dri.so free 0x5571735e3030 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1a80 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000116
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a80 0.000115
+gallium_dri.so free 0x557173460d80 void 0.000116
+gallium_dri.so free 0x5571735c1a80 void 0.000115
+gallium_dri.so malloc 72 0x557173460db0 0.000116
+gallium_dri.so free 0x55717360d180 void 0.000115
+gallium_dri.so free 0x557173460db0 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x557173460db0 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x557173460db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecf40 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000133
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf40 0.000114
+gallium_dri.so free 0x557173608140 void 0.000113
+gallium_dri.so free 0x5571735ecf40 void 0.000114
+gallium_dri.so malloc 72 0x557173608170 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x557173608170 void 0.000114
+gallium_dri.so malloc 72 0x557173608170 0.000111
+gallium_dri.so free 0x5571735fbc00 void 0.000112
+gallium_dri.so free 0x557173608170 void 0.000111
+gallium_dri.so malloc 72 0x5571735fbc00 0.000118
+gallium_dri.so free 0x5571735f5540 void 0.000121
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc00 0.000116
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc00 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000121
+gallium_dri.so free 0x5571735fbc00 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbc00 0.000115
+gallium_dri.so free 0x55717360c5c0 void 0.000115
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so malloc 72 0x55717360c570 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000115
+gallium_dri.so free 0x55717360c570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e00 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000132
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0e00 0.000114
+gallium_dri.so free 0x557173590400 void 0.000116
+gallium_dri.so free 0x5571735c0e00 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0e00 0.000116
+gallium_dri.so free 0x5571735904c0 void 0.000116
+gallium_dri.so free 0x5571735c0e00 void 0.000116
+gallium_dri.so malloc 72 0x557173590470 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000114
+gallium_dri.so malloc 72 0x557173590470 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x557173590470 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2380 0.000115
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2380 0.000136
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735e2380 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000116
+gallium_dri.so free 0x5571735ec370 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec370 0.000114
+gallium_dri.so free 0x557173467440 void 0.000115
+gallium_dri.so free 0x5571735ec370 void 0.000114
+gallium_dri.so malloc 72 0x557173467440 0.000115
+gallium_dri.so free 0x5571735db1c0 void 0.000133
+gallium_dri.so free 0x557173467440 void 0.000116
+gallium_dri.so malloc 72 0x557173467440 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so malloc 72 0x557173467440 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000124
+gallium_dri.so free 0x557173467440 void 0.000124
+gallium_dri.so malloc 72 0x557173467440 0.000124
+gallium_dri.so free 0x55717358b940 void 0.000120
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so malloc 72 0x55717358b8f0 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000117
+gallium_dri.so free 0x55717358b8f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736058c0 0.000114
+gallium_dri.so free 0x557173605980 void 0.000115
+gallium_dri.so free 0x5571736058c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736058c0 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so malloc 72 0x5571736058c0 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4b0 0.000115
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so free 0x55717360b4b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4b0 0.000118
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so free 0x55717360b4b0 void 0.000115
+gallium_dri.so malloc 72 0x557173589100 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x557173589100 void 0.000115
+gallium_dri.so malloc 72 0x557173589100 0.000114
+gallium_dri.so free 0x5571734648c0 void 0.000116
+gallium_dri.so free 0x557173589100 void 0.000114
+gallium_dri.so malloc 72 0x557173464870 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173464870 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000117
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x55717360bb00 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bb20 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000116
+gallium_dri.so free 0x55717360bb20 void 0.000115
+gallium_dri.so malloc 72 0x55717360bb20 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x55717360bb20 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd80 void 0.000110
+gallium_dri.so free 0x55717360bcb0 void 0.000111
+gallium_dri.so malloc 72 0x55717360bdd0 0.000132
+gallium_dri.so free 0x5571735d48c0 void 0.000114
+gallium_dri.so free 0x55717360bdd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d48e0 0.000109
+gallium_dri.so free 0x5571735d4980 void 0.000108
+gallium_dri.so free 0x5571735d48e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735d4930 0.000111
+gallium_dri.so free 0x5571735d2300 void 0.000109
+gallium_dri.so free 0x5571735d4930 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2350 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000123
+gallium_dri.so free 0x5571735d2350 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2400 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x5571735d2400 void 0.000111
+gallium_dri.so malloc 72 0x5571735cfd90 0.000115
+gallium_dri.so free 0x5571735cfe00 void 0.000110
+gallium_dri.so free 0x5571735cfd90 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfe20 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735cfe20 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe20 0.000113
+gallium_dri.so free 0x5571735fc400 void 0.000111
+gallium_dri.so free 0x5571735cfe20 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735fc3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb750 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000113
+gallium_dri.so free 0x5571735eb750 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb800 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000120
+gallium_dri.so free 0x5571735eb800 void 0.000124
+gallium_dri.so malloc 72 0x5571735eb800 0.000119
+gallium_dri.so free 0x5571735fc480 void 0.000115
+gallium_dri.so free 0x5571735eb800 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000113
+gallium_dri.so free 0x5571735fc4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0280 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0280 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0300 0.000113
+gallium_dri.so free 0x5571735c03c0 void 0.000114
+gallium_dri.so free 0x5571735c0300 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0300 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1770 0.000114
+gallium_dri.so free 0x5571735e17c0 void 0.000113
+gallium_dri.so free 0x5571735e1770 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1770 0.000116
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1770 0.000113
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so free 0x5571735e1770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49d0 0.000116
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a60 0.000115
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f4a60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000115
+gallium_dri.so free 0x5571735fafc0 void 0.000115
+gallium_dri.so free 0x5571735f4ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb000 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fb000 void 0.000143
+gallium_dri.so malloc 72 0x5571735fb080 0.000117
+gallium_dri.so free 0x5571735fb140 void 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb080 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000114
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460600 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000187
+gallium_dri.so malloc 72 0x557173460570 0.000115
+gallium_dri.so free 0x5571734606c0 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460700 0.000114
+gallium_dri.so free 0x557173611080 void 0.000113
+gallium_dri.so free 0x557173460700 void 0.000112
+gallium_dri.so malloc 72 0x557173611080 0.000113
+gallium_dri.so free 0x557173611140 void 0.000114
+gallium_dri.so free 0x557173611080 void 0.000113
+gallium_dri.so malloc 72 0x557173611080 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000113
+gallium_dri.so free 0x557173611080 void 0.000111
+gallium_dri.so malloc 72 0x5571736111f0 0.000113
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so free 0x5571736111f0 void 0.000119
+gallium_dri.so malloc 72 0x557173609780 0.000119
+gallium_dri.so free 0x557173609840 void 0.000114
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so malloc 72 0x557173609780 0.000113
+gallium_dri.so free 0x5571736098c0 void 0.000114
+gallium_dri.so free 0x557173609780 void 0.000218
+gallium_dri.so malloc 72 0x5571736098c0 0.000206
+gallium_dri.so free 0x557173600e00 void 0.000271
+gallium_dri.so free 0x5571736098c0 void 0.000161
+gallium_dri.so malloc 72 0x557173600e20 0.000115
+gallium_dri.so free 0x557173600ec0 void 0.000116
+gallium_dri.so free 0x557173600e20 void 0.000114
+gallium_dri.so malloc 72 0x557173600e70 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so free 0x557173600e70 void 0.000114
+gallium_dri.so malloc 72 0x557173600e70 0.000118
+gallium_dri.so free 0x557173600fc0 void 0.000112
+gallium_dri.so free 0x557173600e70 void 0.000111
+gallium_dri.so malloc 72 0x557173600fc0 0.000111
+gallium_dri.so free 0x557173461d40 void 0.000110
+gallium_dri.so free 0x557173600fc0 void 0.000111
+gallium_dri.so malloc 72 0x557173461d80 0.000113
+gallium_dri.so free 0x557173461e00 void 0.000112
+gallium_dri.so free 0x557173461d80 void 0.000110
+gallium_dri.so malloc 72 0x557173461d80 0.000110
+gallium_dri.so free 0x557173461e80 void 0.000112
+gallium_dri.so free 0x557173461d80 void 0.000110
+gallium_dri.so malloc 72 0x557173461eb0 0.000117
+gallium_dri.so free 0x557173461f00 void 0.000120
+gallium_dri.so free 0x557173461eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173461eb0 0.000114
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x557173461eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dced0 0.000110
+gallium_dri.so free 0x5571735dcf40 void 0.000110
+gallium_dri.so free 0x5571735dced0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcf60 0.000112
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dcf60 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000138
+gallium_dri.so free 0x5571735f97c0 void 0.000117
+gallium_dri.so free 0x5571735dcfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9830 0.000114
+gallium_dri.so free 0x5571735dd080 void 0.000112
+gallium_dri.so free 0x5571735f9830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9830 0.000114
+gallium_dri.so free 0x5571735f9880 void 0.000112
+gallium_dri.so free 0x5571735f9830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9880 0.000116
+gallium_dri.so free 0x5571735f9940 void 0.000116
+gallium_dri.so free 0x5571735f9880 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9880 0.000115
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so malloc 72 0x55717360e1f0 0.000115
+gallium_dri.so free 0x55717360e240 void 0.000116
+gallium_dri.so free 0x55717360e1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e1f0 0.000115
+gallium_dri.so free 0x55717360e340 void 0.000115
+gallium_dri.so free 0x55717360e1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000115
+gallium_dri.so free 0x5571735c2ac0 void 0.000115
+gallium_dri.so free 0x55717360e2f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735c2b20 0.000115
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x5571735c2b20 void 0.000115
+gallium_dri.so malloc 72 0x55717360e3b0 0.000114
+gallium_dri.so free 0x5571735c2bc0 void 0.000116
+gallium_dri.so free 0x55717360e3b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b70 0.000115
+gallium_dri.so free 0x5571735c2c40 void 0.000115
+gallium_dri.so free 0x5571735c2b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2b70 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000116
+gallium_dri.so free 0x5571735c2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe890 0.000114
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so free 0x5571735fe890 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe920 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so free 0x5571735fe920 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe970 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735fe970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000114
+gallium_dri.so free 0x5571735fea40 void 0.000116
+gallium_dri.so free 0x5571735f7250 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7250 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000117
+gallium_dri.so free 0x5571735f7250 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7310 0.000112
+gallium_dri.so free 0x5571735f7380 void 0.000111
+gallium_dri.so free 0x5571735f7310 void 0.000111
+gallium_dri.so malloc 72 0x5571735f73a0 0.000121
+gallium_dri.so free 0x557173610780 void 0.000117
+gallium_dri.so free 0x5571735f73a0 void 0.000111
+gallium_dri.so malloc 72 0x5571736107b0 0.000114
+gallium_dri.so free 0x557173610800 void 0.000110
+gallium_dri.so free 0x5571736107b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736107b0 0.000111
+gallium_dri.so free 0x557173610900 void 0.000111
+gallium_dri.so free 0x5571736107b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736108b0 0.000111
+gallium_dri.so free 0x5571735dfc00 void 0.000110
+gallium_dri.so free 0x5571736108b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dfc40 0.000110
+gallium_dri.so free 0x5571735f7440 void 0.000123
+gallium_dri.so free 0x5571735dfc40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f73f0 0.000117
+gallium_dri.so free 0x5571735dfcc0 void 0.000121
+gallium_dri.so free 0x5571735f73f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f73f0 0.000110
+gallium_dri.so free 0x5571735dfd80 void 0.000112
+gallium_dri.so free 0x5571735f73f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dfd30 0.000163
+gallium_dri.so free 0x55717346ac40 void 0.000171
+gallium_dri.so free 0x5571735dfd30 void 0.000158
+gallium_dri.so malloc 72 0x55717346ac90 0.000125
+gallium_dri.so free 0x5571736109c0 void 0.000125
+gallium_dri.so free 0x55717346ac90 void 0.000120
+gallium_dri.so malloc 72 0x557173610970 0.000117
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x557173610970 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe30 0.000119
+gallium_dri.so free 0x55717346ad00 void 0.000119
+gallium_dri.so free 0x5571735dfe30 void 0.000119
+gallium_dri.so malloc 72 0x55717346ad70 0.000119
+gallium_dri.so free 0x55717346adc0 void 0.000119
+gallium_dri.so free 0x55717346ad70 void 0.000118
+gallium_dri.so malloc 72 0x55717346ad70 0.000119
+gallium_dri.so free 0x55717346d200 void 0.000119
+gallium_dri.so free 0x55717346ad70 void 0.000118
+gallium_dri.so malloc 72 0x55717346d250 0.000119
+gallium_dri.so free 0x55717346d2c0 void 0.000120
+gallium_dri.so free 0x55717346d250 void 0.000120
+gallium_dri.so malloc 72 0x55717346d2e0 0.000119
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d2e0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d330 0.000118
+gallium_dri.so free 0x55717346d400 void 0.000118
+gallium_dri.so free 0x55717346d330 void 0.000164
+gallium_dri.so malloc 72 0x55717346d330 0.000114
+gallium_dri.so free 0x55717346f200 void 0.000110
+gallium_dri.so free 0x55717346d330 void 0.000112
+gallium_dri.so malloc 72 0x55717346f1b0 0.000110
+gallium_dri.so free 0x55717346f2c0 void 0.000111
+gallium_dri.so free 0x55717346f1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346f270 0.000111
+gallium_dri.so free 0x55717346f340 void 0.000110
+gallium_dri.so free 0x55717346f270 void 0.000110
+gallium_dri.so malloc 72 0x55717346f270 0.000111
+gallium_dri.so free 0x5571735c09c0 void 0.000111
+gallium_dri.so free 0x55717346f270 void 0.000110
+gallium_dri.so malloc 72 0x55717346f270 0.000111
+gallium_dri.so free 0x5571735c0a80 void 0.000111
+gallium_dri.so free 0x55717346f270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000112
+gallium_dri.so free 0x5571735c0b40 void 0.000111
+gallium_dri.so free 0x5571735c0ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0b40 0.000111
+gallium_dri.so free 0x55717346f400 void 0.000111
+gallium_dri.so free 0x5571735c0b40 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0b40 0.000117
+gallium_dri.so free 0x5571735c0c00 void 0.000116
+gallium_dri.so free 0x5571735c0b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b40 0.000113
+gallium_dri.so free 0x55717360e540 void 0.000112
+gallium_dri.so free 0x5571735c0b40 void 0.000111
+gallium_dri.so malloc 72 0x55717360e590 0.000130
+gallium_dri.so free 0x55717360e600 void 0.000116
+gallium_dri.so free 0x55717360e590 void 0.000115
+gallium_dri.so malloc 72 0x55717360e640 0.000122
+gallium_dri.so free 0x55717360e6c0 void 0.000136
+gallium_dri.so free 0x55717360e640 void 0.000122
+gallium_dri.so malloc 72 0x55717360e6c0 0.000120
+gallium_dri.so free 0x55717360e780 void 0.000126
+gallium_dri.so free 0x55717360e6c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360e6c0 0.000120
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x55717360e6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000116
+gallium_dri.so free 0x5571735de7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de7b0 0.000120
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so free 0x5571735de7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de900 0.000158
+gallium_dri.so free 0x5571735de9c0 void 0.000124
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so malloc 72 0x5571735de900 0.000124
+gallium_dri.so free 0x5571735c16c0 void 0.000134
+gallium_dri.so free 0x5571735de900 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1670 0.000121
+gallium_dri.so free 0x5571735c1700 void 0.000116
+gallium_dri.so free 0x5571735c1670 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1670 0.000124
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so free 0x5571735c1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1800 0.000116
+gallium_dri.so free 0x5571735c1880 void 0.000120
+gallium_dri.so free 0x5571735c1800 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1880 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000117
+gallium_dri.so free 0x5571735c1880 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd70 0.000120
+gallium_dri.so free 0x55717360ce00 void 0.000124
+gallium_dri.so free 0x55717360cd70 void 0.000119
+gallium_dri.so malloc 72 0x55717360cd70 0.000116
+gallium_dri.so free 0x55717360cec0 void 0.000116
+gallium_dri.so free 0x55717360cd70 void 0.000115
+gallium_dri.so malloc 72 0x55717360cf30 0.000120
+gallium_dri.so free 0x55717360cf80 void 0.000124
+gallium_dri.so free 0x55717360cf30 void 0.000124
+gallium_dri.so malloc 72 0x55717360cf30 0.000174
+gallium_dri.so free 0x5571735e2bc0 void 0.000124
+gallium_dri.so free 0x55717360cf30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2b70 0.000133
+gallium_dri.so free 0x5571735e2c80 void 0.000132
+gallium_dri.so free 0x5571735e2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c30 0.000129
+gallium_dri.so free 0x5571735e2cc0 void 0.000131
+gallium_dri.so free 0x5571735e2c30 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2c30 0.000130
+gallium_dri.so free 0x5571735e2d80 void 0.000125
+gallium_dri.so free 0x5571735e2c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e2dc0 0.000122
+gallium_dri.so free 0x557173473b80 void 0.000127
+gallium_dri.so free 0x5571735e2dc0 void 0.000135
+gallium_dri.so malloc 72 0x557173473b30 0.000122
+gallium_dri.so free 0x557173473c40 void 0.000128
+gallium_dri.so free 0x557173473b30 void 0.000132
+gallium_dri.so malloc 72 0x557173473bf0 0.000126
+gallium_dri.so free 0x557173473cc0 void 0.000122
+gallium_dri.so free 0x557173473bf0 void 0.000126
+gallium_dri.so malloc 72 0x557173473bf0 0.000140
+gallium_dri.so free 0x557173473d80 void 0.000133
+gallium_dri.so free 0x557173473bf0 void 0.000131
+gallium_dri.so malloc 72 0x557173473bf0 0.000132
+gallium_dri.so free 0x5571735f7580 void 0.000126
+gallium_dri.so free 0x557173473bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f75c0 0.000129
+gallium_dri.so free 0x5571735f7640 void 0.000124
+gallium_dri.so free 0x5571735f75c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7640 0.000121
+gallium_dri.so free 0x5571735f7700 void 0.000127
+gallium_dri.so free 0x5571735f7640 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7640 0.000131
+gallium_dri.so free 0x5571735f7780 void 0.000131
+gallium_dri.so free 0x5571735f7640 void 0.000126
+gallium_dri.so malloc 72 0x5571735f77b0 0.000125
+gallium_dri.so free 0x557173460940 void 0.000128
+gallium_dri.so free 0x5571735f77b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734608f0 0.000132
+gallium_dri.so free 0x557173460a00 void 0.000130
+gallium_dri.so free 0x5571734608f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734609b0 0.000143
+gallium_dri.so free 0x557173460a80 void 0.000131
+gallium_dri.so free 0x5571734609b0 void 0.000132
+gallium_dri.so malloc 72 0x557173460ad0 0.000126
+gallium_dri.so free 0x557173460b40 void 0.000127
+gallium_dri.so free 0x557173460ad0 void 0.000131
+gallium_dri.so malloc 72 0x557173460b60 0.000126
+gallium_dri.so free 0x55717346d580 void 0.000121
+gallium_dri.so free 0x557173460b60 void 0.000125
+gallium_dri.so malloc 72 0x55717346d5b0 0.000131
+gallium_dri.so free 0x55717346d600 void 0.000125
+gallium_dri.so free 0x55717346d5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d5b0 0.000120
+gallium_dri.so free 0x55717346d700 void 0.000125
+gallium_dri.so free 0x55717346d5b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d6b0 0.000121
+gallium_dri.so free 0x55717346d7c0 void 0.000121
+gallium_dri.so free 0x55717346d6b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d770 0.000133
+gallium_dri.so free 0x5571735febc0 void 0.000125
+gallium_dri.so free 0x55717346d770 void 0.000125
+gallium_dri.so malloc 72 0x5571735febe0 0.000125
+gallium_dri.so free 0x5571735fec80 void 0.000171
+gallium_dri.so free 0x5571735febe0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fec30 0.000160
+gallium_dri.so free 0x5571735fed00 void 0.000132
+gallium_dri.so free 0x5571735fec30 void 0.000131
+gallium_dri.so malloc 72 0x5571735fec30 0.000130
+gallium_dri.so free 0x5571735fed80 void 0.000131
+gallium_dri.so free 0x5571735fec30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fed80 0.000126
+gallium_dri.so free 0x55717346afc0 void 0.000122
+gallium_dri.so free 0x5571735fed80 void 0.000120
+gallium_dri.so malloc 72 0x55717346afe0 0.000126
+gallium_dri.so free 0x55717346b080 void 0.000126
+gallium_dri.so free 0x55717346afe0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b030 0.000131
+gallium_dri.so free 0x55717346b100 void 0.000130
+gallium_dri.so free 0x55717346b030 void 0.000130
+gallium_dri.so malloc 72 0x55717346b030 0.000126
+gallium_dri.so free 0x55717346b200 void 0.000126
+gallium_dri.so free 0x55717346b030 void 0.000130
+gallium_dri.so malloc 72 0x55717346b1b0 0.000186
+gallium_dri.so free 0x5571735dff80 void 0.000162
+gallium_dri.so free 0x55717346b1b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735dffd0 0.000164
+gallium_dri.so free 0x5571735e0040 void 0.000129
+gallium_dri.so free 0x5571735dffd0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0060 0.000126
+gallium_dri.so free 0x5571735e0100 void 0.000128
+gallium_dri.so free 0x5571735e0060 void 0.000125
+gallium_dri.so malloc 72 0x5571735e00b0 0.000127
+gallium_dri.so free 0x5571735e0180 void 0.000124
+gallium_dri.so free 0x5571735e00b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e00b0 0.000120
+gallium_dri.so free 0x5571735f9b40 void 0.000127
+gallium_dri.so free 0x5571735e00b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9b90 0.000126
+gallium_dri.so free 0x5571735f9c00 void 0.000122
+gallium_dri.so free 0x5571735f9b90 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9c60 0.000126
+gallium_dri.so free 0x5571735f9d00 void 0.000121
+gallium_dri.so free 0x5571735f9c60 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000138
+gallium_dri.so free 0x5571735f9d40 void 0.000131
+gallium_dri.so free 0x5571735f9cb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000128
+gallium_dri.so free 0x557173610b00 void 0.000130
+gallium_dri.so free 0x5571735f9cb0 void 0.000125
+gallium_dri.so malloc 72 0x557173610b40 0.000120
+gallium_dri.so free 0x557173610bc0 void 0.000121
+gallium_dri.so free 0x557173610b40 void 0.000125
+gallium_dri.so malloc 72 0x557173610bc0 0.000130
+gallium_dri.so free 0x557173610c80 void 0.000123
+gallium_dri.so free 0x557173610bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173610bc0 0.000125
+gallium_dri.so free 0x557173610d00 void 0.000124
+gallium_dri.so free 0x557173610bc0 void 0.000126
+gallium_dri.so malloc 72 0x557173610d30 0.000140
+gallium_dri.so free 0x5571735fc600 void 0.000131
+gallium_dri.so free 0x557173610d30 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc650 0.000122
+gallium_dri.so free 0x5571735fc6c0 void 0.000126
+gallium_dri.so free 0x5571735fc650 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc700 0.000126
+gallium_dri.so free 0x5571735fc780 void 0.000141
+gallium_dri.so free 0x5571735fc700 void 0.000132
+gallium_dri.so malloc 72 0x5571735fc780 0.000127
+gallium_dri.so free 0x5571735fc840 void 0.000122
+gallium_dri.so free 0x5571735fc780 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc780 0.000127
+gallium_dri.so free 0x5571735dba80 void 0.000130
+gallium_dri.so free 0x5571735fc780 void 0.000125
+gallium_dri.so malloc 72 0x5571735dba30 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000127
+gallium_dri.so free 0x5571735dba30 void 0.000131
+gallium_dri.so malloc 72 0x5571735dba30 0.000130
+gallium_dri.so free 0x5571735dbb80 void 0.000130
+gallium_dri.so free 0x5571735dba30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dbb80 0.000130
+gallium_dri.so free 0x5571735dbc40 void 0.000131
+gallium_dri.so free 0x5571735dbb80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbb80 0.000120
+gallium_dri.so free 0x5571735ecb80 void 0.000126
+gallium_dri.so free 0x5571735dbb80 void 0.000127
+gallium_dri.so malloc 72 0x5571735ecb30 0.000126
+gallium_dri.so free 0x5571735ecbc0 void 0.000196
+gallium_dri.so free 0x5571735ecb30 void 0.000164
+gallium_dri.so malloc 72 0x5571735ecb30 0.000162
+gallium_dri.so free 0x5571735ecc80 void 0.000166
+gallium_dri.so free 0x5571735ecb30 void 0.000132
+gallium_dri.so malloc 72 0x5571735eccc0 0.000129
+gallium_dri.so free 0x5571735ecd40 void 0.000132
+gallium_dri.so free 0x5571735eccc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ecd40 0.000125
+gallium_dri.so free 0x5571735dd200 void 0.000122
+gallium_dri.so free 0x5571735ecd40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd220 0.000126
+gallium_dri.so free 0x5571735dd2c0 void 0.000122
+gallium_dri.so free 0x5571735dd220 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd270 0.000126
+gallium_dri.so free 0x5571735dd340 void 0.000126
+gallium_dri.so free 0x5571735dd270 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd270 0.000120
+gallium_dri.so free 0x5571735dd440 void 0.000120
+gallium_dri.so free 0x5571735dd270 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000126
+gallium_dri.so free 0x5571735c2e40 void 0.000122
+gallium_dri.so free 0x5571735dd3f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735c2e90 0.000131
+gallium_dri.so free 0x5571735c2f00 void 0.000139
+gallium_dri.so free 0x5571735c2e90 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2f20 0.000131
+gallium_dri.so free 0x5571735c2fc0 void 0.000131
+gallium_dri.so free 0x5571735c2f20 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2f70 0.000190
+gallium_dri.so free 0x5571735c3040 void 0.000166
+gallium_dri.so free 0x5571735c2f70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2f70 0.000121
+gallium_dri.so free 0x5571735f5e00 void 0.000212
+gallium_dri.so free 0x5571735c2f70 void 0.000135
+gallium_dri.so malloc 72 0x5571735f5db0 0.000134
+gallium_dri.so free 0x5571735f5ec0 void 0.000127
+gallium_dri.so free 0x5571735f5db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5e70 0.000132
+gallium_dri.so free 0x5571735f5f40 void 0.000130
+gallium_dri.so free 0x5571735f5e70 void 0.000134
+gallium_dri.so malloc 72 0x5571735f5e70 0.000126
+gallium_dri.so free 0x5571735f6000 void 0.000139
+gallium_dri.so free 0x5571735f5e70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5e70 0.000117
+gallium_dri.so free 0x55717360c0c0 void 0.000120
+gallium_dri.so free 0x5571735f5e70 void 0.000117
+gallium_dri.so malloc 72 0x55717360c100 0.000116
+gallium_dri.so free 0x55717360c180 void 0.000117
+gallium_dri.so free 0x55717360c100 void 0.000117
+gallium_dri.so malloc 72 0x55717360c180 0.000118
+gallium_dri.so free 0x55717360c240 void 0.000116
+gallium_dri.so free 0x55717360c180 void 0.000118
+gallium_dri.so malloc 72 0x55717360c180 0.000117
+gallium_dri.so free 0x55717360c2c0 void 0.000117
+gallium_dri.so free 0x55717360c180 void 0.000117
+gallium_dri.so malloc 72 0x55717360c2f0 0.000116
+gallium_dri.so free 0x5571735fa9c0 void 0.000118
+gallium_dri.so free 0x55717360c2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faa10 0.000118
+gallium_dri.so free 0x5571735faa80 void 0.000117
+gallium_dri.so free 0x5571735faa10 void 0.000118
+gallium_dri.so malloc 72 0x5571735faac0 0.000121
+gallium_dri.so free 0x5571735fab40 void 0.000125
+gallium_dri.so free 0x5571735faac0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fab40 0.000120
+gallium_dri.so free 0x5571735fac00 void 0.000119
+gallium_dri.so free 0x5571735fab40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fab40 0.000137
+gallium_dri.so free 0x55717358de00 void 0.000131
+gallium_dri.so free 0x5571735fab40 void 0.000127
+gallium_dri.so malloc 72 0x55717358de30 0.000121
+gallium_dri.so free 0x55717358de80 void 0.000120
+gallium_dri.so free 0x55717358de30 void 0.000119
+gallium_dri.so malloc 72 0x55717358de30 0.000120
+gallium_dri.so free 0x55717358df80 void 0.000122
+gallium_dri.so free 0x55717358de30 void 0.000120
+gallium_dri.so malloc 72 0x55717358df30 0.000122
+gallium_dri.so free 0x55717358e040 void 0.000122
+gallium_dri.so free 0x55717358df30 void 0.000119
+gallium_dri.so malloc 72 0x55717358dff0 0.000121
+gallium_dri.so free 0x557173603500 void 0.000121
+gallium_dri.so free 0x55717358dff0 void 0.000119
+gallium_dri.so malloc 72 0x557173603520 0.000120
+gallium_dri.so free 0x5571736035c0 void 0.000131
+gallium_dri.so free 0x557173603520 void 0.000128
+gallium_dri.so malloc 72 0x557173603570 0.000120
+gallium_dri.so free 0x557173603640 void 0.000120
+gallium_dri.so free 0x557173603570 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000126
+gallium_dri.so free 0x5571736036c0 void 0.000132
+gallium_dri.so free 0x557173603570 void 0.000126
+gallium_dri.so malloc 72 0x5571736036c0 0.000121
+gallium_dri.so free 0x557173466fc0 void 0.000125
+gallium_dri.so free 0x5571736036c0 void 0.000120
+gallium_dri.so malloc 72 0x557173466fe0 0.000128
+gallium_dri.so free 0x557173467080 void 0.000131
+gallium_dri.so free 0x557173466fe0 void 0.000129
+gallium_dri.so malloc 72 0x557173467030 0.000130
+gallium_dri.so free 0x557173467100 void 0.000130
+gallium_dri.so free 0x557173467030 void 0.000126
+gallium_dri.so malloc 72 0x557173467030 0.000125
+gallium_dri.so free 0x557173467200 void 0.000126
+gallium_dri.so free 0x557173467030 void 0.000121
+gallium_dri.so malloc 72 0x5571734671b0 0.000125
+gallium_dri.so free 0x5571735e1140 void 0.000125
+gallium_dri.so free 0x5571734671b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1190 0.000123
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so free 0x5571735e1190 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1220 0.000125
+gallium_dri.so free 0x5571735e12c0 void 0.000124
+gallium_dri.so free 0x5571735e1220 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1270 0.000125
+gallium_dri.so free 0x5571735e1340 void 0.000125
+gallium_dri.so free 0x5571735e1270 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1270 0.000124
+gallium_dri.so free 0x5571734620c0 void 0.000124
+gallium_dri.so free 0x5571735e1270 void 0.000117
+gallium_dri.so malloc 72 0x557173462110 0.000117
+gallium_dri.so free 0x557173462180 void 0.000116
+gallium_dri.so free 0x557173462110 void 0.000116
+gallium_dri.so malloc 72 0x5571734621e0 0.000118
+gallium_dri.so free 0x557173462280 void 0.000117
+gallium_dri.so free 0x5571734621e0 void 0.000117
+gallium_dri.so malloc 72 0x557173462230 0.000117
+gallium_dri.so free 0x5571734622c0 void 0.000116
+gallium_dri.so free 0x557173462230 void 0.000117
+gallium_dri.so malloc 72 0x557173462230 0.000116
+gallium_dri.so free 0x5571735f4c40 void 0.000118
+gallium_dri.so free 0x557173462230 void 0.000116
+gallium_dri.so malloc 72 0x557173462230 0.000116
+gallium_dri.so free 0x5571735f4cc0 void 0.000118
+gallium_dri.so free 0x557173462230 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000116
+gallium_dri.so free 0x5571735f4d80 void 0.000115
+gallium_dri.so free 0x5571735f4cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000115
+gallium_dri.so free 0x557173462380 void 0.000115
+gallium_dri.so free 0x5571735f4cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571734623b0 0.000116
+gallium_dri.so free 0x5571735f4e40 void 0.000118
+gallium_dri.so free 0x5571734623b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4e40 0.000156
+gallium_dri.so free 0x5571735f4f00 void 0.000127
+gallium_dri.so free 0x5571735f4e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4e40 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000141
+gallium_dri.so free 0x5571735f4e40 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0500 0.000118
+gallium_dri.so free 0x5571735c05c0 void 0.000125
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0500 0.000113
+gallium_dri.so free 0x5571735c0640 void 0.000116
+gallium_dri.so free 0x5571735c0500 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0670 0.000118
+gallium_dri.so free 0x5571735c06c0 void 0.000114
+gallium_dri.so free 0x5571735c0670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0670 0.000112
+gallium_dri.so free 0x5571735c07c0 void 0.000116
+gallium_dri.so free 0x5571735c0670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000115
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so free 0x5571735c0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0770 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000115
+gallium_dri.so free 0x5571735c0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000112
+gallium_dri.so free 0x5571735c0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0770 0.000118
+gallium_dri.so free 0x5571735fb480 void 0.000114
+gallium_dri.so free 0x5571735c0770 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb430 0.000114
+gallium_dri.so free 0x5571735fb500 void 0.000115
+gallium_dri.so free 0x5571735fb430 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb550 0.000113
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735fb550 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb550 0.000113
+gallium_dri.so free 0x5571735e1a80 void 0.000117
+gallium_dri.so free 0x5571735fb550 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000115
+gallium_dri.so free 0x5571735e1b00 void 0.000115
+gallium_dri.so free 0x5571735e1ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000114
+gallium_dri.so free 0x5571735e1c00 void 0.000115
+gallium_dri.so free 0x5571735e1ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c40 0.000114
+gallium_dri.so free 0x5571735fa0c0 void 0.000117
+gallium_dri.so free 0x5571735e1c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000114
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000114
+gallium_dri.so free 0x5571735fa200 void 0.000116
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa230 0.000126
+gallium_dri.so free 0x5571735e1cc0 void 0.000115
+gallium_dri.so free 0x5571735fa230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa230 0.000139
+gallium_dri.so free 0x5571735fa280 void 0.000125
+gallium_dri.so free 0x5571735fa230 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa280 0.000119
+gallium_dri.so free 0x5571735eb9c0 void 0.000121
+gallium_dri.so free 0x5571735fa280 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa280 0.000122
+gallium_dri.so free 0x5571735eba80 void 0.000119
+gallium_dri.so free 0x5571735fa280 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebaa0 0.000119
+gallium_dri.so free 0x5571735ebb40 void 0.000118
+gallium_dri.so free 0x5571735ebaa0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000119
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so free 0x5571735ebaf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000123
+gallium_dri.so free 0x5571735fa340 void 0.000121
+gallium_dri.so free 0x5571735ebaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa340 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000125
+gallium_dri.so free 0x5571735fa340 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa340 0.000120
+gallium_dri.so free 0x5571735da8c0 void 0.000178
+gallium_dri.so free 0x5571735fa340 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa340 0.000116
+gallium_dri.so free 0x5571735da980 void 0.000183
+gallium_dri.so free 0x5571735fa340 void 0.000184
+gallium_dri.so malloc 72 0x5571735da930 0.000158
+gallium_dri.so free 0x5571735daa40 void 0.000158
+gallium_dri.so free 0x5571735da930 void 0.000124
+gallium_dri.so malloc 72 0x5571735da9f0 0.000120
+gallium_dri.so free 0x5571735daac0 void 0.000119
+gallium_dri.so free 0x5571735da9f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dab10 0.000117
+gallium_dri.so free 0x5571735dab80 void 0.000118
+gallium_dri.so free 0x5571735dab10 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab10 0.000119
+gallium_dri.so free 0x557173589740 void 0.000120
+gallium_dri.so free 0x5571735dab10 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000119
+gallium_dri.so free 0x5571735896f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x557173589840 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000119
+gallium_dri.so malloc 72 0x557173589840 0.000127
+gallium_dri.so free 0x557173589900 void 0.000132
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so malloc 72 0x557173589840 0.000115
+gallium_dri.so free 0x557173589a00 void 0.000117
+gallium_dri.so free 0x557173589840 void 0.000116
+gallium_dri.so malloc 72 0x5571735899b0 0.000116
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x5571735899b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000115
+gallium_dri.so free 0x5571735f2a40 void 0.000113
+gallium_dri.so free 0x5571735f2970 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f2ac0 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000114
+gallium_dri.so free 0x5571735f2b80 void 0.000116
+gallium_dri.so free 0x5571735f2ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so free 0x5571735f2ac0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000113
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so free 0x5571735ec6f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec840 void 0.000128
+gallium_dri.so free 0x5571735ec6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000119
+gallium_dri.so free 0x5571735ec900 void 0.000121
+gallium_dri.so free 0x5571735ec7f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000154
+gallium_dri.so free 0x5571735ec940 void 0.000126
+gallium_dri.so free 0x5571735ec8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000122
+gallium_dri.so free 0x5571735fa5c0 void 0.000123
+gallium_dri.so free 0x5571735ec8b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec8b0 0.000121
+gallium_dri.so free 0x5571735fa640 void 0.000121
+gallium_dri.so free 0x5571735ec8b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa640 0.000121
+gallium_dri.so free 0x5571735fa700 void 0.000121
+gallium_dri.so free 0x5571735fa640 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa640 0.000119
+gallium_dri.so free 0x5571735fa800 void 0.000121
+gallium_dri.so free 0x5571735fa640 void 0.000123
+gallium_dri.so malloc 72 0x5571735fa640 0.000121
+gallium_dri.so free 0x5571735fa880 void 0.000122
+gallium_dri.so free 0x5571735fa640 void 0.000121
+gallium_dri.so malloc 72 0x5571735fa8b0 0.000121
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735fa8b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5f0 0.000125
+gallium_dri.so free 0x5571735df6c0 void 0.000122
+gallium_dri.so free 0x5571735df5f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df710 0.000121
+gallium_dri.so free 0x5571735df780 void 0.000120
+gallium_dri.so free 0x5571735df710 void 0.000120
+gallium_dri.so malloc 72 0x5571735df7a0 0.000122
+gallium_dri.so free 0x5571735df840 void 0.000122
+gallium_dri.so free 0x5571735df7a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735df7f0 0.000120
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so free 0x5571735df7f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df8c0 0.000121
+gallium_dri.so free 0x5571735c2500 void 0.000122
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c24b0 0.000122
+gallium_dri.so free 0x5571735c2580 void 0.000122
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c25d0 0.000118
+gallium_dri.so free 0x5571735c2640 void 0.000120
+gallium_dri.so free 0x5571735c25d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2660 0.000120
+gallium_dri.so free 0x5571735c2700 void 0.000120
+gallium_dri.so free 0x5571735c2660 void 0.000117
+gallium_dri.so malloc 72 0x5571735c26b0 0.000121
+gallium_dri.so free 0x5571735c2780 void 0.000133
+gallium_dri.so free 0x5571735c26b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c26b0 0.000121
+gallium_dri.so free 0x5571735e26c0 void 0.000119
+gallium_dri.so free 0x5571735c26b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2710 0.000122
+gallium_dri.so free 0x5571735e2780 void 0.000120
+gallium_dri.so free 0x5571735e2710 void 0.000121
+gallium_dri.so malloc 72 0x5571735e27c0 0.000121
+gallium_dri.so free 0x5571735e2840 void 0.000121
+gallium_dri.so free 0x5571735e27c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e27c0 0.000122
+gallium_dri.so free 0x5571735e28c0 void 0.000120
+gallium_dri.so free 0x5571735e27c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e28f0 0.000120
+gallium_dri.so free 0x5571735e2940 void 0.000119
+gallium_dri.so free 0x5571735e28f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e28f0 0.000117
+gallium_dri.so free 0x5571735f9200 void 0.000148
+gallium_dri.so free 0x5571735e28f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f91b0 0.000118
+gallium_dri.so free 0x5571735f92c0 void 0.000121
+gallium_dri.so free 0x5571735f91b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9270 0.000121
+gallium_dri.so free 0x5571735f9300 void 0.000123
+gallium_dri.so free 0x5571735f9270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9270 0.000128
+gallium_dri.so free 0x5571735f93c0 void 0.000123
+gallium_dri.so free 0x5571735f9270 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9430 0.000123
+gallium_dri.so free 0x5571735f9480 void 0.000123
+gallium_dri.so free 0x5571735f9430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f9430 0.000121
+gallium_dri.so free 0x55717346cc40 void 0.000124
+gallium_dri.so free 0x5571735f9430 void 0.000120
+gallium_dri.so malloc 72 0x55717346cbf0 0.000134
+gallium_dri.so free 0x55717346cd00 void 0.000135
+gallium_dri.so free 0x55717346cbf0 void 0.000141
+gallium_dri.so malloc 72 0x55717346ccb0 0.000130
+gallium_dri.so free 0x55717346cd40 void 0.000137
+gallium_dri.so free 0x55717346ccb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346ccb0 0.000121
+gallium_dri.so free 0x55717346ce00 void 0.000121
+gallium_dri.so free 0x55717346ccb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346ce40 0.000120
+gallium_dri.so free 0x55717346cec0 void 0.000121
+gallium_dri.so free 0x55717346ce40 void 0.000120
+gallium_dri.so malloc 72 0x55717346cec0 0.000120
+gallium_dri.so free 0x55717360dc00 void 0.000120
+gallium_dri.so free 0x55717346cec0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dbb0 0.000129
+gallium_dri.so free 0x55717360dc80 void 0.000113
+gallium_dri.so free 0x55717360dbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dbb0 0.000113
+gallium_dri.so free 0x55717360dd40 void 0.000112
+gallium_dri.so free 0x55717360dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360dbb0 0.000114
+gallium_dri.so free 0x55717360de00 void 0.000114
+gallium_dri.so free 0x55717360dbb0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ddb0 0.000145
+gallium_dri.so free 0x55717360de80 void 0.000116
+gallium_dri.so free 0x55717360ddb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ded0 0.000115
+gallium_dri.so free 0x5571735f6c40 void 0.000139
+gallium_dri.so free 0x55717360ded0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000115
+gallium_dri.so free 0x5571735f6c80 void 0.000116
+gallium_dri.so free 0x5571735f6bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000116
+gallium_dri.so free 0x5571735f6d40 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6d90 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000116
+gallium_dri.so free 0x5571735f6d90 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6e40 0.000117
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6e40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000129
+gallium_dri.so free 0x557173600840 void 0.000122
+gallium_dri.so free 0x5571735f6ec0 void 0.000117
+gallium_dri.so malloc 72 0x5571736007f0 0.000121
+gallium_dri.so free 0x557173600880 void 0.000121
+gallium_dri.so free 0x5571736007f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736007f0 0.000126
+gallium_dri.so free 0x557173600940 void 0.000121
+gallium_dri.so free 0x5571736007f0 void 0.000119
+gallium_dri.so malloc 72 0x557173600980 0.000120
+gallium_dri.so free 0x557173600a00 void 0.000120
+gallium_dri.so free 0x557173600980 void 0.000120
+gallium_dri.so malloc 72 0x557173600a00 0.000121
+gallium_dri.so free 0x557173600ac0 void 0.000121
+gallium_dri.so free 0x557173600a00 void 0.000118
+gallium_dri.so malloc 72 0x557173600a00 0.000120
+gallium_dri.so free 0x5571735dc8c0 void 0.000122
+gallium_dri.so free 0x557173600a00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dc900 void 0.000128
+gallium_dri.so free 0x5571735dc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc870 0.000120
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so free 0x5571735dc870 void 0.000119
+gallium_dri.so malloc 72 0x5571735dca00 0.000119
+gallium_dri.so free 0x5571735dca80 void 0.000120
+gallium_dri.so free 0x5571735dca00 void 0.000196
+gallium_dri.so malloc 72 0x5571735dca80 0.000122
+gallium_dri.so free 0x5571735dcb40 void 0.000121
+gallium_dri.so free 0x5571735dca80 void 0.000121
+gallium_dri.so malloc 72 0x5571735dca80 0.000120
+gallium_dri.so free 0x55717346a680 void 0.000121
+gallium_dri.so free 0x5571735dca80 void 0.000122
+gallium_dri.so malloc 72 0x55717346a630 0.000121
+gallium_dri.so free 0x55717346a700 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000120
+gallium_dri.so malloc 72 0x55717346a630 0.000121
+gallium_dri.so free 0x55717346a800 void 0.000121
+gallium_dri.so free 0x55717346a630 void 0.000120
+gallium_dri.so malloc 72 0x55717346a7b0 0.000121
+gallium_dri.so free 0x55717346a880 void 0.000121
+gallium_dri.so free 0x55717346a7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a8d0 0.000122
+gallium_dri.so free 0x55717346a940 void 0.000120
+gallium_dri.so free 0x55717346a8d0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a960 0.000120
+gallium_dri.so free 0x5571735db580 void 0.000122
+gallium_dri.so free 0x55717346a960 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5b0 0.000121
+gallium_dri.so free 0x5571735db600 void 0.000121
+gallium_dri.so free 0x5571735db5b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5b0 0.000128
+gallium_dri.so free 0x5571735db700 void 0.000116
+gallium_dri.so free 0x5571735db5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db6b0 0.000115
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db6b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db770 0.000116
+gallium_dri.so free 0x5571735db840 void 0.000113
+gallium_dri.so free 0x5571735db770 void 0.000116
+gallium_dri.so malloc 72 0x5571735db770 0.000115
+gallium_dri.so free 0x557173461780 void 0.000117
+gallium_dri.so free 0x5571735db770 void 0.000115
+gallium_dri.so malloc 72 0x557173461730 0.000115
+gallium_dri.so free 0x557173461800 void 0.000115
+gallium_dri.so free 0x557173461730 void 0.000115
+gallium_dri.so malloc 72 0x557173461730 0.000112
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000115
+gallium_dri.so malloc 72 0x557173461880 0.000112
+gallium_dri.so free 0x557173461940 void 0.000114
+gallium_dri.so free 0x557173461880 void 0.000126
+gallium_dri.so malloc 72 0x557173461880 0.000118
+gallium_dri.so free 0x557173461a00 void 0.000117
+gallium_dri.so free 0x557173461880 void 0.000116
+gallium_dri.so malloc 72 0x557173461880 0.000116
+gallium_dri.so free 0x5571735c11c0 void 0.000117
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1210 0.000129
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c1210 void 0.000120
+gallium_dri.so malloc 72 0x5571735c12c0 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000121
+gallium_dri.so free 0x5571735c12c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1340 0.000117
+gallium_dri.so free 0x5571735c1400 void 0.000121
+gallium_dri.so free 0x5571735c1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1340 0.000121
+gallium_dri.so free 0x5571735c1480 void 0.000120
+gallium_dri.so free 0x5571735c1340 void 0.000120
+gallium_dri.so malloc 72 0x5571735c14b0 0.000120
+gallium_dri.so free 0x557173473680 void 0.000151
+gallium_dri.so free 0x5571735c14b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734736c0 0.000118
+gallium_dri.so free 0x557173473740 void 0.000122
+gallium_dri.so free 0x5571734736c0 void 0.000117
+gallium_dri.so malloc 72 0x557173473740 0.000121
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so free 0x557173473740 void 0.000117
+gallium_dri.so malloc 72 0x557173473740 0.000121
+gallium_dri.so free 0x557173473880 void 0.000121
+gallium_dri.so free 0x557173473740 void 0.000120
+gallium_dri.so malloc 72 0x557173473740 0.000120
+gallium_dri.so free 0x557173473940 void 0.000121
+gallium_dri.so free 0x557173473740 void 0.000166
+gallium_dri.so malloc 72 0x557173473740 0.000121
+gallium_dri.so free 0x5571735de300 void 0.000121
+gallium_dri.so free 0x557173473740 void 0.000122
+gallium_dri.so malloc 72 0x5571735de340 0.000120
+gallium_dri.so free 0x5571735de3c0 void 0.000121
+gallium_dri.so free 0x5571735de340 void 0.000122
+gallium_dri.so malloc 72 0x5571735de3c0 0.000120
+gallium_dri.so free 0x5571735de480 void 0.000122
+gallium_dri.so free 0x5571735de3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de3c0 0.000121
+gallium_dri.so free 0x5571735de500 void 0.000120
+gallium_dri.so free 0x5571735de3c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de530 0.000121
+gallium_dri.so free 0x5571735de580 void 0.000120
+gallium_dri.so free 0x5571735de530 void 0.000121
+gallium_dri.so malloc 72 0x5571735de530 0.000121
+gallium_dri.so free 0x5571735fe280 void 0.000122
+gallium_dri.so free 0x5571735de530 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe230 0.000120
+gallium_dri.so free 0x5571735fe300 void 0.000121
+gallium_dri.so free 0x5571735fe230 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe350 0.000120
+gallium_dri.so free 0x5571735fe3c0 void 0.000122
+gallium_dri.so free 0x5571735fe350 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe3e0 0.000128
+gallium_dri.so free 0x5571735fe480 void 0.000118
+gallium_dri.so free 0x5571735fe3e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe430 0.000113
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so free 0x5571735fe430 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe430 0.000137
+gallium_dri.so free 0x5571735f5900 void 0.000117
+gallium_dri.so free 0x5571735fe430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5950 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000117
+gallium_dri.so free 0x5571735f5950 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5a20 0.000116
+gallium_dri.so free 0x5571735f5ac0 void 0.000115
+gallium_dri.so free 0x5571735f5a20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5a70 0.000115
+gallium_dri.so free 0x5571735f5b00 void 0.000116
+gallium_dri.so free 0x5571735f5a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5a70 0.000114
+gallium_dri.so free 0x5571735f5bc0 void 0.000117
+gallium_dri.so free 0x5571735f5a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5c00 0.000117
+gallium_dri.so free 0x5571736101c0 void 0.000116
+gallium_dri.so free 0x5571735f5c00 void 0.000116
+gallium_dri.so malloc 72 0x557173610170 0.000115
+gallium_dri.so free 0x557173610280 void 0.000115
+gallium_dri.so free 0x557173610170 void 0.000115
+gallium_dri.so malloc 72 0x557173610230 0.000135
+gallium_dri.so free 0x5571736102c0 void 0.000121
+gallium_dri.so free 0x557173610230 void 0.000119
+gallium_dri.so malloc 72 0x557173610230 0.000120
+gallium_dri.so free 0x557173610380 void 0.000120
+gallium_dri.so free 0x557173610230 void 0.000117
+gallium_dri.so malloc 72 0x5571736103d0 0.000119
+gallium_dri.so free 0x557173610440 void 0.000118
+gallium_dri.so free 0x5571736103d0 void 0.000118
+gallium_dri.so malloc 72 0x557173610480 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x557173610480 void 0.000119
+gallium_dri.so malloc 72 0x55717360c910 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000121
+gallium_dri.so free 0x55717360c910 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9a0 0.000119
+gallium_dri.so free 0x55717360ca40 void 0.000120
+gallium_dri.so free 0x55717360c9a0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c9f0 0.000122
+gallium_dri.so free 0x55717360cac0 void 0.000118
+gallium_dri.so free 0x55717360c9f0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c9f0 0.000120
+gallium_dri.so free 0x55717360cb40 void 0.000118
+gallium_dri.so free 0x55717360c9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360cb40 0.000120
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x55717360cb40 void 0.000168
+gallium_dri.so malloc 72 0x5571735c4a70 0.000123
+gallium_dri.so free 0x5571735c4b40 void 0.000122
+gallium_dri.so free 0x5571735c4a70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4b60 0.000121
+gallium_dri.so free 0x5571735c4c00 void 0.000121
+gallium_dri.so free 0x5571735c4b60 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000121
+gallium_dri.so free 0x5571735c4c80 void 0.000120
+gallium_dri.so free 0x5571735c4bb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000120
+gallium_dri.so free 0x5571735c4d00 void 0.000120
+gallium_dri.so free 0x5571735c4bb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4d00 0.000124
+gallium_dri.so free 0x557173601340 void 0.000138
+gallium_dri.so free 0x5571735c4d00 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4d00 0.000121
+gallium_dri.so free 0x5571736013c0 void 0.000121
+gallium_dri.so free 0x5571735c4d00 void 0.000123
+gallium_dri.so malloc 72 0x5571736013f0 0.000130
+gallium_dri.so free 0x557173601440 void 0.000123
+gallium_dri.so free 0x5571736013f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736013f0 0.000120
+gallium_dri.so free 0x557173601540 void 0.000121
+gallium_dri.so free 0x5571736013f0 void 0.000120
+gallium_dri.so malloc 72 0x557173601580 0.000130
+gallium_dri.so free 0x557173601600 void 0.000115
+gallium_dri.so free 0x557173601580 void 0.000116
+gallium_dri.so malloc 72 0x557173601600 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000117
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5080 void 0.000114
+gallium_dri.so free 0x5571735f4ff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5140 void 0.000116
+gallium_dri.so free 0x5571735f4ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5180 0.000116
+gallium_dri.so free 0x5571735f5200 void 0.000115
+gallium_dri.so free 0x5571735f5180 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5200 0.000114
+gallium_dri.so free 0x5571735f52c0 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5200 0.000115
+gallium_dri.so free 0x5571735fb680 void 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb630 0.000117
+gallium_dri.so free 0x5571735fb6c0 void 0.000117
+gallium_dri.so free 0x5571735fb630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb630 0.000115
+gallium_dri.so free 0x5571735fb780 void 0.000114
+gallium_dri.so free 0x5571735fb630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb7c0 0.000127
+gallium_dri.so free 0x5571735fb840 void 0.000120
+gallium_dri.so free 0x5571735fb7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb840 0.000121
+gallium_dri.so free 0x5571735fb900 void 0.000118
+gallium_dri.so free 0x5571735fb840 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb840 0.000121
+gallium_dri.so free 0x5571735fb980 void 0.000118
+gallium_dri.so free 0x5571735fb840 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb840 0.000121
+gallium_dri.so free 0x5571735dacc0 void 0.000123
+gallium_dri.so free 0x5571735fb840 void 0.000128
+gallium_dri.so malloc 72 0x5571735dac70 0.000123
+gallium_dri.so free 0x5571735dad80 void 0.000121
+gallium_dri.so free 0x5571735dac70 void 0.000119
+gallium_dri.so malloc 72 0x5571735dad30 0.000121
+gallium_dri.so free 0x5571735dae00 void 0.000121
+gallium_dri.so free 0x5571735dad30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dae50 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000122
+gallium_dri.so free 0x5571735dae50 void 0.000119
+gallium_dri.so malloc 72 0x5571735daee0 0.000118
+gallium_dri.so free 0x5571735daf80 void 0.000120
+gallium_dri.so free 0x5571735daee0 void 0.000117
+gallium_dri.so malloc 72 0x5571735daf30 0.000121
+gallium_dri.so free 0x5571735e1e00 void 0.000121
+gallium_dri.so free 0x5571735daf30 void 0.000178
+gallium_dri.so malloc 72 0x5571735e1db0 0.000124
+gallium_dri.so free 0x5571735e1e80 void 0.000123
+gallium_dri.so free 0x5571735e1db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1ed0 0.000122
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1ed0 void 0.000151
+gallium_dri.so malloc 72 0x5571735e1f80 0.000122
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1f80 0.000122
+gallium_dri.so free 0x5571735e2080 void 0.000122
+gallium_dri.so free 0x5571735e1f80 void 0.000121
+gallium_dri.so malloc 72 0x5571735e20b0 0.000121
+gallium_dri.so free 0x5571735ebdc0 void 0.000121
+gallium_dri.so free 0x5571735e20b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebd70 0.000120
+gallium_dri.so free 0x5571735ebe40 void 0.000122
+gallium_dri.so free 0x5571735ebd70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebe90 0.000121
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735ebe90 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebe90 0.000121
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so free 0x5571735ebe90 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebf30 0.000137
+gallium_dri.so free 0x5571735ebf80 void 0.000118
+gallium_dri.so free 0x5571735ebf30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebf30 0.000116
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebf30 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0c0 0.000119
+gallium_dri.so free 0x5571736068c0 void 0.000118
+gallium_dri.so free 0x5571735ec0c0 void 0.000114
+gallium_dri.so malloc 72 0x557173606910 0.000113
+gallium_dri.so free 0x557173606980 void 0.000114
+gallium_dri.so free 0x557173606910 void 0.000115
+gallium_dri.so malloc 72 0x5571736069a0 0.000114
+gallium_dri.so free 0x557173606a40 void 0.000116
+gallium_dri.so free 0x5571736069a0 void 0.000117
+gallium_dri.so malloc 72 0x5571736069f0 0.000118
+gallium_dri.so free 0x557173606ac0 void 0.000135
+gallium_dri.so free 0x5571736069f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736069f0 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000116
+gallium_dri.so free 0x5571736069f0 void 0.000117
+gallium_dri.so malloc 72 0x557173606b40 0.000117
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3360 0.000114
+gallium_dri.so free 0x5571735f3400 void 0.000116
+gallium_dri.so free 0x5571735f3360 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33b0 0.000140
+gallium_dri.so free 0x557173606c00 void 0.000123
+gallium_dri.so free 0x5571735f33b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f33b0 0.000118
+gallium_dri.so free 0x5571735f3440 void 0.000121
+gallium_dri.so free 0x5571735f33b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f33b0 0.000120
+gallium_dri.so free 0x5571735f3540 void 0.000121
+gallium_dri.so free 0x5571735f33b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f34f0 0.000120
+gallium_dri.so free 0x5571735f3600 void 0.000121
+gallium_dri.so free 0x5571735f34f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000120
+gallium_dri.so free 0x5571735f3640 void 0.000121
+gallium_dri.so free 0x5571735f35b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f35b0 0.000121
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so free 0x5571735f35b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e100 0.000120
+gallium_dri.so free 0x55717346e1c0 void 0.000118
+gallium_dri.so free 0x55717346e100 void 0.000125
+gallium_dri.so malloc 72 0x55717346e100 0.000121
+gallium_dri.so free 0x55717346e240 void 0.000121
+gallium_dri.so free 0x55717346e100 void 0.000117
+gallium_dri.so malloc 72 0x55717346e240 0.000120
+gallium_dri.so free 0x55717346e300 void 0.000120
+gallium_dri.so free 0x55717346e240 void 0.000127
+gallium_dri.so malloc 72 0x55717346e240 0.000122
+gallium_dri.so free 0x55717346e3c0 void 0.000121
+gallium_dri.so free 0x55717346e240 void 0.000117
+gallium_dri.so malloc 72 0x55717346e240 0.000120
+gallium_dri.so free 0x55717346e480 void 0.000121
+gallium_dri.so free 0x55717346e240 void 0.000120
+gallium_dri.so malloc 72 0x55717346e430 0.000122
+gallium_dri.so free 0x557173620740 void 0.000120
+gallium_dri.so free 0x55717346e430 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000119
+gallium_dri.so free 0x557173620800 void 0.000121
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so malloc 72 0x557173620740 0.000121
+gallium_dri.so free 0x557173620880 void 0.000121
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so malloc 72 0x557173620740 0.000120
+gallium_dri.so free 0x557173620940 void 0.000121
+gallium_dri.so free 0x557173620740 void 0.000121
+gallium_dri.so malloc 72 0x557173620740 0.000120
+gallium_dri.so free 0x557173620a00 void 0.000120
+gallium_dri.so free 0x557173620740 void 0.000127
+gallium_dri.so malloc 72 0x5571736209b0 0.000121
+gallium_dri.so free 0x557173620a80 void 0.000118
+gallium_dri.so free 0x5571736209b0 void 0.000120
+gallium_dri.so malloc 72 0x557173620ad0 0.000131
+gallium_dri.so free 0x557173464e00 void 0.000123
+gallium_dri.so free 0x557173620ad0 void 0.000118
+gallium_dri.so malloc 72 0x557173620ad0 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000121
+gallium_dri.so free 0x557173620ad0 void 0.000120
+gallium_dri.so malloc 72 0x557173464eb0 0.000121
+gallium_dri.so free 0x557173464f00 void 0.000120
+gallium_dri.so free 0x557173464eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173464eb0 0.000122
+gallium_dri.so free 0x557173465000 void 0.000120
+gallium_dri.so free 0x557173464eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173465040 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000120
+gallium_dri.so free 0x557173465040 void 0.000118
+gallium_dri.so malloc 72 0x5571734650c0 0.000121
+gallium_dri.so free 0x557173465180 void 0.000122
+gallium_dri.so free 0x5571734650c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734650c0 0.000121
+gallium_dri.so free 0x5571735c39c0 void 0.000121
+gallium_dri.so free 0x5571734650c0 void 0.000119
+gallium_dri.so malloc 72 0x5571734650c0 0.000120
+gallium_dri.so free 0x5571735c3a80 void 0.000120
+gallium_dri.so free 0x5571734650c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3a30 0.000120
+gallium_dri.so free 0x5571735c3b00 void 0.000120
+gallium_dri.so free 0x5571735c3a30 void 0.000140
+gallium_dri.so malloc 72 0x5571735c3b50 0.000121
+gallium_dri.so free 0x5571735c3bc0 void 0.000121
+gallium_dri.so free 0x5571735c3b50 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3c20 0.000123
+gallium_dri.so free 0x5571735c3cc0 void 0.000121
+gallium_dri.so free 0x5571735c3c20 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3c70 0.000134
+gallium_dri.so free 0x5571735c3d00 void 0.000123
+gallium_dri.so free 0x5571735c3c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3c70 0.000119
+gallium_dri.so free 0x5571735fd180 void 0.000122
+gallium_dri.so free 0x5571735c3c70 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3c70 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000121
+gallium_dri.so free 0x5571735c3c70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd200 0.000139
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so free 0x5571735fd200 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd200 0.000120
+gallium_dri.so free 0x5571735fd380 void 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd200 0.000120
+gallium_dri.so free 0x5571735fd440 void 0.000120
+gallium_dri.so free 0x5571735fd200 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000214
+gallium_dri.so free 0x5571735fd500 void 0.000122
+gallium_dri.so free 0x5571735fd3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd4b0 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000120
+gallium_dri.so free 0x5571735fd4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8100 0.000117
+gallium_dri.so free 0x5571735f81c0 void 0.000120
+gallium_dri.so free 0x5571735f8100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8100 0.000120
+gallium_dri.so free 0x5571735f8240 void 0.000122
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8270 0.000127
+gallium_dri.so free 0x5571735f82c0 void 0.000123
+gallium_dri.so free 0x5571735f8270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8270 0.000121
+gallium_dri.so free 0x5571735f83c0 void 0.000120
+gallium_dri.so free 0x5571735f8270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8370 0.000120
+gallium_dri.so free 0x5571735f8480 void 0.000121
+gallium_dri.so free 0x5571735f8370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8430 0.000119
+gallium_dri.so free 0x557173462840 void 0.000120
+gallium_dri.so free 0x5571735f8430 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8430 0.000120
+gallium_dri.so free 0x5571734628c0 void 0.000123
+gallium_dri.so free 0x5571735f8430 void 0.000124
+gallium_dri.so malloc 72 0x5571734628f0 0.000120
+gallium_dri.so free 0x557173462940 void 0.000122
+gallium_dri.so free 0x5571734628f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734628f0 0.000121
+gallium_dri.so free 0x557173462a40 void 0.000121
+gallium_dri.so free 0x5571734628f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734629f0 0.000121
+gallium_dri.so free 0x557173462b00 void 0.000118
+gallium_dri.so free 0x5571734629f0 void 0.000118
+gallium_dri.so malloc 72 0x557173462ab0 0.000118
+gallium_dri.so free 0x557173462b40 void 0.000120
+gallium_dri.so free 0x557173462ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173462ab0 0.000122
+gallium_dri.so free 0x55717360f0c0 void 0.000118
+gallium_dri.so free 0x557173462ab0 void 0.000119
+gallium_dri.so malloc 72 0x557173462ab0 0.000120
+gallium_dri.so free 0x55717360f1c0 void 0.000121
+gallium_dri.so free 0x557173462ab0 void 0.000122
+gallium_dri.so malloc 72 0x55717360f170 0.000122
+gallium_dri.so free 0x55717360f240 void 0.000131
+gallium_dri.so free 0x55717360f170 void 0.000120
+gallium_dri.so malloc 72 0x55717360f290 0.000120
+gallium_dri.so free 0x55717360f300 void 0.000121
+gallium_dri.so free 0x55717360f290 void 0.000117
+gallium_dri.so malloc 72 0x55717360f320 0.000139
+gallium_dri.so free 0x55717360f3c0 void 0.000124
+gallium_dri.so free 0x55717360f320 void 0.000120
+gallium_dri.so malloc 72 0x55717360f370 0.000121
+gallium_dri.so free 0x55717360f440 void 0.000122
+gallium_dri.so free 0x55717360f370 void 0.000120
+gallium_dri.so malloc 72 0x55717360f370 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000121
+gallium_dri.so free 0x55717360f370 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0000 0.000121
+gallium_dri.so free 0x5571735d00c0 void 0.000122
+gallium_dri.so free 0x5571735d0000 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0000 0.000119
+gallium_dri.so free 0x5571735d0180 void 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d01a0 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000122
+gallium_dri.so free 0x5571735d01a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01f0 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d01f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d01f0 0.000121
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so free 0x5571735d01f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0340 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000120
+gallium_dri.so free 0x5571735d0340 void 0.000175
+gallium_dri.so malloc 72 0x5571735d0340 0.000119
+gallium_dri.so free 0x55717358e280 void 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000120
+gallium_dri.so malloc 72 0x55717358e2b0 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000121
+gallium_dri.so free 0x55717358e2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e300 0.000121
+gallium_dri.so free 0x55717358e3c0 void 0.000120
+gallium_dri.so free 0x55717358e300 void 0.000120
+gallium_dri.so malloc 72 0x55717358e300 0.000119
+gallium_dri.so free 0x55717358e4c0 void 0.000119
+gallium_dri.so free 0x55717358e300 void 0.000119
+gallium_dri.so malloc 72 0x55717358e470 0.000118
+gallium_dri.so free 0x55717358e580 void 0.000121
+gallium_dri.so free 0x55717358e470 void 0.000119
+gallium_dri.so malloc 72 0x55717358e530 0.000119
+gallium_dri.so free 0x5571735ff740 void 0.000139
+gallium_dri.so free 0x55717358e530 void 0.000120
+gallium_dri.so malloc 72 0x55717358e530 0.000121
+gallium_dri.so free 0x5571735ff800 void 0.000122
+gallium_dri.so free 0x55717358e530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000123
+gallium_dri.so free 0x5571735ff880 void 0.000121
+gallium_dri.so free 0x5571735ff7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000121
+gallium_dri.so free 0x5571735ff940 void 0.000118
+gallium_dri.so free 0x5571735ff8d0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff980 0.000117
+gallium_dri.so free 0x5571735ffa00 void 0.000258
+gallium_dri.so free 0x5571735ff980 void 0.000239
+gallium_dri.so malloc 72 0x5571735ff980 0.000158
+gallium_dri.so free 0x5571735ffa80 void 0.000125
+gallium_dri.so free 0x5571735ff980 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffab0 0.000123
+gallium_dri.so free 0x557173608480 void 0.000124
+gallium_dri.so free 0x5571735ffab0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ffab0 0.000121
+gallium_dri.so free 0x557173608500 void 0.000115
+gallium_dri.so free 0x5571735ffab0 void 0.000115
+gallium_dri.so malloc 72 0x557173608500 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000124
+gallium_dri.so free 0x557173608500 void 0.000119
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x557173608680 void 0.000116
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so malloc 72 0x557173608500 0.000118
+gallium_dri.so free 0x557173608740 void 0.000141
+gallium_dri.so free 0x557173608500 void 0.000120
+gallium_dri.so malloc 72 0x5571736086f0 0.000124
+gallium_dri.so free 0x557173608740 void 0.000120
+gallium_dri.so free 0x5571736086f0 void 0.000119
+gallium_dri.so malloc 72 0x5571736086f0 0.000119
+gallium_dri.so free 0x55717346bb40 void 0.000119
+gallium_dri.so free 0x5571736086f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346bb40 0.000117
+gallium_dri.so free 0x557173608840 void 0.000118
+gallium_dri.so free 0x55717346bb40 void 0.000118
+gallium_dri.so malloc 72 0x5571736087f0 0.000118
+gallium_dri.so free 0x55717346bc00 void 0.000119
+gallium_dri.so free 0x5571736087f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736087f0 0.000119
+gallium_dri.so free 0x55717346bcc0 void 0.000118
+gallium_dri.so free 0x5571736087f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bc70 0.000117
+gallium_dri.so free 0x55717346bd40 void 0.000124
+gallium_dri.so free 0x55717346bc70 void 0.000126
+gallium_dri.so malloc 72 0x55717346bd90 0.000124
+gallium_dri.so free 0x55717346be00 void 0.000124
+gallium_dri.so free 0x55717346bd90 void 0.000124
+gallium_dri.so malloc 72 0x55717346be60 0.000130
+gallium_dri.so free 0x55717346bf00 void 0.000155
+gallium_dri.so free 0x55717346be60 void 0.000205
+gallium_dri.so malloc 72 0x55717346beb0 0.000144
+gallium_dri.so free 0x5571735d25c0 void 0.000118
+gallium_dri.so free 0x55717346beb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346beb0 0.000128
+gallium_dri.so free 0x5571735d2680 void 0.000119
+gallium_dri.so free 0x55717346beb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2630 0.000116
+gallium_dri.so free 0x5571735d2700 void 0.000116
+gallium_dri.so free 0x5571735d2630 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2750 0.000116
+gallium_dri.so free 0x5571735d27c0 void 0.000116
+gallium_dri.so free 0x5571735d2750 void 0.000116
+gallium_dri.so malloc 72 0x5571735d27e0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000116
+gallium_dri.so free 0x5571735d27e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2830 0.000116
+gallium_dri.so free 0x5571735d2900 void 0.000117
+gallium_dri.so free 0x5571735d2830 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2900 0.000117
+gallium_dri.so free 0x557173469380 void 0.000123
+gallium_dri.so free 0x5571735d2900 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2900 0.000123
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so free 0x5571735d2900 void 0.000117
+gallium_dri.so malloc 72 0x557173469400 0.000116
+gallium_dri.so free 0x5571734694c0 void 0.000132
+gallium_dri.so free 0x557173469400 void 0.000118
+gallium_dri.so malloc 72 0x557173469400 0.000120
+gallium_dri.so free 0x557173469580 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000119
+gallium_dri.so malloc 72 0x557173469400 0.000118
+gallium_dri.so free 0x557173469640 void 0.000119
+gallium_dri.so free 0x557173469400 void 0.000117
+gallium_dri.so malloc 72 0x5571734695f0 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000119
+gallium_dri.so free 0x5571734695f0 void 0.000118
+gallium_dri.so malloc 72 0x557173469710 0.000125
+gallium_dri.so free 0x55717360fac0 void 0.000131
+gallium_dri.so free 0x557173469710 void 0.000129
+gallium_dri.so malloc 72 0x55717360fb00 0.000127
+gallium_dri.so free 0x55717360fb80 void 0.000128
+gallium_dri.so free 0x55717360fb00 void 0.000126
+gallium_dri.so malloc 72 0x55717360fb00 0.000126
+gallium_dri.so free 0x55717360fc00 void 0.000151
+gallium_dri.so free 0x55717360fb00 void 0.000141
+gallium_dri.so malloc 72 0x55717360fc30 0.000129
+gallium_dri.so free 0x55717360fc80 void 0.000127
+gallium_dri.so free 0x55717360fc30 void 0.000127
+gallium_dri.so malloc 72 0x55717360fc30 0.000126
+gallium_dri.so free 0x55717360fd80 void 0.000128
+gallium_dri.so free 0x55717360fc30 void 0.000147
+gallium_dri.so malloc 72 0x55717360fd30 0.000128
+gallium_dri.so free 0x55717360fe40 void 0.000128
+gallium_dri.so free 0x55717360fd30 void 0.000127
+gallium_dri.so malloc 72 0x55717360fdf0 0.000127
+gallium_dri.so free 0x5571735f6540 void 0.000126
+gallium_dri.so free 0x55717360fdf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6570 0.000128
+gallium_dri.so free 0x5571735f65c0 void 0.000134
+gallium_dri.so free 0x5571735f6570 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6570 0.000122
+gallium_dri.so free 0x5571735f66c0 void 0.000149
+gallium_dri.so free 0x5571735f6570 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6700 0.000121
+gallium_dri.so free 0x5571735f6780 void 0.000123
+gallium_dri.so free 0x5571735f6700 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6780 0.000121
+gallium_dri.so free 0x55717360fe80 void 0.000121
+gallium_dri.so free 0x5571735f6780 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6780 0.000120
+gallium_dri.so free 0x5571735f6840 void 0.000120
+gallium_dri.so free 0x5571735f6780 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6780 0.000121
+gallium_dri.so free 0x5571735f6900 void 0.000121
+gallium_dri.so free 0x5571735f6780 void 0.000120
+gallium_dri.so malloc 72 0x5571735f68b0 0.000170
+gallium_dri.so free 0x557173601d40 void 0.000123
+gallium_dri.so free 0x5571735f68b0 void 0.000121
+gallium_dri.so malloc 72 0x557173601d90 0.000120
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so free 0x557173601d90 void 0.000122
+gallium_dri.so malloc 72 0x557173601e60 0.000121
+gallium_dri.so free 0x557173601f00 void 0.000121
+gallium_dri.so free 0x557173601e60 void 0.000120
+gallium_dri.so malloc 72 0x557173601eb0 0.000121
+gallium_dri.so free 0x557173601f40 void 0.000122
+gallium_dri.so free 0x557173601eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173601eb0 0.000121
+gallium_dri.so free 0x557173602000 void 0.000120
+gallium_dri.so free 0x557173601eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173602040 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000121
+gallium_dri.so free 0x557173602040 void 0.000120
+gallium_dri.so malloc 72 0x5571736020c0 0.000120
+gallium_dri.so free 0x557173604300 void 0.000121
+gallium_dri.so free 0x5571736020c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604320 0.000122
+gallium_dri.so free 0x5571736043c0 void 0.000121
+gallium_dri.so free 0x557173604320 void 0.000121
+gallium_dri.so malloc 72 0x557173604370 0.000121
+gallium_dri.so free 0x557173604440 void 0.000132
+gallium_dri.so free 0x557173604370 void 0.000122
+gallium_dri.so malloc 72 0x557173604440 0.000121
+gallium_dri.so free 0x557173604500 void 0.000121
+gallium_dri.so free 0x557173604440 void 0.000122
+gallium_dri.so malloc 72 0x557173604440 0.000122
+gallium_dri.so free 0x557173604580 void 0.000121
+gallium_dri.so free 0x557173604440 void 0.000120
+gallium_dri.so malloc 72 0x557173604580 0.000120
+gallium_dri.so free 0x557173604640 void 0.000120
+gallium_dri.so free 0x557173604580 void 0.000121
+gallium_dri.so malloc 72 0x557173604580 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000122
+gallium_dri.so free 0x557173604580 void 0.000120
+gallium_dri.so malloc 72 0x5571735911f0 0.000121
+gallium_dri.so free 0x557173591240 void 0.000122
+gallium_dri.so free 0x5571735911f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735911f0 0.000121
+gallium_dri.so free 0x557173591340 void 0.000122
+gallium_dri.so free 0x5571735911f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735912f0 0.000121
+gallium_dri.so free 0x557173591400 void 0.000121
+gallium_dri.so free 0x5571735912f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735913b0 0.000122
+gallium_dri.so free 0x557173591480 void 0.000138
+gallium_dri.so free 0x5571735913b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735914a0 0.000116
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so free 0x5571735914a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735914f0 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x5571735914f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000113
+gallium_dri.so free 0x5571735d3080 void 0.000112
+gallium_dri.so free 0x5571735d3000 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3080 0.000112
+gallium_dri.so free 0x5571735d3140 void 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3080 0.000114
+gallium_dri.so free 0x5571735d31c0 void 0.000114
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so malloc 72 0x5571735d31f0 0.000115
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so free 0x5571735d31f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d31f0 0.000113
+gallium_dri.so free 0x5571735d3340 void 0.000112
+gallium_dri.so free 0x5571735d31f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d3380 0.000123
+gallium_dri.so free 0x557173469f80 void 0.000115
+gallium_dri.so free 0x5571735d3380 void 0.000113
+gallium_dri.so malloc 72 0x557173469fd0 0.000112
+gallium_dri.so free 0x55717346a040 void 0.000113
+gallium_dri.so free 0x557173469fd0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a060 0.000124
+gallium_dri.so free 0x55717346a100 void 0.000122
+gallium_dri.so free 0x55717346a060 void 0.000121
+gallium_dri.so malloc 72 0x55717346a0b0 0.000120
+gallium_dri.so free 0x55717346a180 void 0.000122
+gallium_dri.so free 0x55717346a0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346a0b0 0.000123
+gallium_dri.so free 0x55717346a200 void 0.000122
+gallium_dri.so free 0x55717346a0b0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a200 0.000123
+gallium_dri.so free 0x55717346a2c0 void 0.000121
+gallium_dri.so free 0x55717346a200 void 0.000120
+gallium_dri.so malloc 72 0x55717346a200 0.000121
+gallium_dri.so free 0x5571735c1e00 void 0.000123
+gallium_dri.so free 0x55717346a200 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e20 0.000122
+gallium_dri.so free 0x5571735c1ec0 void 0.000123
+gallium_dri.so free 0x5571735c1e20 void 0.000122
+gallium_dri.so malloc 72 0x5571735c1e70 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so free 0x5571735c1e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e70 0.000120
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so free 0x5571735c1e70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000140
+gallium_dri.so free 0x5571735c1fc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000122
+gallium_dri.so free 0x5571735c2140 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000122
+gallium_dri.so free 0x55717360d500 void 0.000122
+gallium_dri.so free 0x5571735c1fc0 void 0.000122
+gallium_dri.so malloc 72 0x55717360d550 0.000122
+gallium_dri.so free 0x55717360d5c0 void 0.000122
+gallium_dri.so free 0x55717360d550 void 0.000123
+gallium_dri.so malloc 72 0x55717360d600 0.000138
+gallium_dri.so free 0x55717360d680 void 0.000124
+gallium_dri.so free 0x55717360d600 void 0.000123
+gallium_dri.so malloc 72 0x55717360d680 0.000126
+gallium_dri.so free 0x55717360d740 void 0.000123
+gallium_dri.so free 0x55717360d680 void 0.000121
+gallium_dri.so malloc 72 0x55717360d680 0.000121
+gallium_dri.so free 0x5571735c2200 void 0.000123
+gallium_dri.so free 0x55717360d680 void 0.000122
+gallium_dri.so malloc 72 0x5571735c21b0 0.000122
+gallium_dri.so free 0x55717360d7c0 void 0.000123
+gallium_dri.so free 0x5571735c21b0 void 0.000123
+gallium_dri.so malloc 72 0x55717360d800 0.000121
+gallium_dri.so free 0x55717360d880 void 0.000122
+gallium_dri.so free 0x55717360d800 void 0.000180
+gallium_dri.so malloc 72 0x55717360d880 0.000123
+gallium_dri.so free 0x55717358a080 void 0.000123
+gallium_dri.so free 0x55717360d880 void 0.000121
+gallium_dri.so malloc 72 0x55717358a0c0 0.000120
+gallium_dri.so free 0x55717358a140 void 0.000122
+gallium_dri.so free 0x55717358a0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a0c0 0.000121
+gallium_dri.so free 0x55717358a1c0 void 0.000122
+gallium_dri.so free 0x55717358a0c0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a1f0 0.000120
+gallium_dri.so free 0x55717358a240 void 0.000121
+gallium_dri.so free 0x55717358a1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717358a1f0 0.000120
+gallium_dri.so free 0x55717358a340 void 0.000120
+gallium_dri.so free 0x55717358a1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717358a2f0 0.000121
+gallium_dri.so free 0x55717358a400 void 0.000122
+gallium_dri.so free 0x55717358a2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717358a3b0 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x55717358a3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55b0 0.000122
+gallium_dri.so free 0x5571735d5600 void 0.000121
+gallium_dri.so free 0x5571735d55b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d55b0 0.000129
+gallium_dri.so free 0x5571735d5700 void 0.000124
+gallium_dri.so free 0x5571735d55b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5740 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000124
+gallium_dri.so free 0x5571735d5740 void 0.000122
+gallium_dri.so malloc 72 0x5571735d57c0 0.000121
+gallium_dri.so free 0x55717358a440 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d57c0 0.000122
+gallium_dri.so free 0x5571735d5880 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d57c0 0.000122
+gallium_dri.so free 0x5571735d5940 void 0.000121
+gallium_dri.so free 0x5571735d57c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d58f0 0.000122
+gallium_dri.so free 0x55717346eb00 void 0.000122
+gallium_dri.so free 0x5571735d58f0 void 0.000122
+gallium_dri.so malloc 72 0x55717346eb50 0.000121
+gallium_dri.so free 0x55717346ebc0 void 0.000120
+gallium_dri.so free 0x55717346eb50 void 0.000123
+gallium_dri.so malloc 72 0x55717346ec20 0.000134
+gallium_dri.so free 0x55717346ecc0 void 0.000123
+gallium_dri.so free 0x55717346ec20 void 0.000122
+gallium_dri.so malloc 72 0x55717346ec70 0.000150
+gallium_dri.so free 0x55717346ed00 void 0.000143
+gallium_dri.so free 0x55717346ec70 void 0.000125
+gallium_dri.so malloc 72 0x55717346ec70 0.000122
+gallium_dri.so free 0x55717346edc0 void 0.000122
+gallium_dri.so free 0x55717346ec70 void 0.000122
+gallium_dri.so malloc 72 0x55717346ee00 0.000128
+gallium_dri.so free 0x55717346ee80 void 0.000124
+gallium_dri.so free 0x55717346ee00 void 0.000122
+gallium_dri.so malloc 72 0x55717346ee80 0.000122
+gallium_dri.so free 0x557173600140 void 0.000122
+gallium_dri.so free 0x55717346ee80 void 0.000121
+gallium_dri.so malloc 72 0x557173600160 0.000122
+gallium_dri.so free 0x557173600200 void 0.000123
+gallium_dri.so free 0x557173600160 void 0.000122
+gallium_dri.so malloc 72 0x5571736001b0 0.000121
+gallium_dri.so free 0x557173600280 void 0.000120
+gallium_dri.so free 0x5571736001b0 void 0.000121
+gallium_dri.so malloc 72 0x557173600280 0.000120
+gallium_dri.so free 0x557173600340 void 0.000121
+gallium_dri.so free 0x557173600280 void 0.000121
+gallium_dri.so malloc 72 0x557173600280 0.000123
+gallium_dri.so free 0x5571736003c0 void 0.000121
+gallium_dri.so free 0x557173600280 void 0.000122
+gallium_dri.so malloc 72 0x5571736003c0 0.000121
+gallium_dri.so free 0x557173600480 void 0.000122
+gallium_dri.so free 0x5571736003c0 void 0.000127
+gallium_dri.so malloc 72 0x5571736003c0 0.000123
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571736003c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000121
+gallium_dri.so free 0x5571735fdc00 void 0.000122
+gallium_dri.so free 0x5571735fdbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdbb0 0.000122
+gallium_dri.so free 0x5571735fdd00 void 0.000120
+gallium_dri.so free 0x5571735fdbb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000120
+gallium_dri.so free 0x5571735fddc0 void 0.000121
+gallium_dri.so free 0x5571735fdcb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdd70 0.000123
+gallium_dri.so free 0x5571735fde40 void 0.000120
+gallium_dri.so free 0x5571735fdd70 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde60 0.000120
+gallium_dri.so free 0x5571735fdf00 void 0.000120
+gallium_dri.so free 0x5571735fde60 void 0.000120
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000121
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735fdeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3340 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so free 0x5571735e3340 void 0.000120
+gallium_dri.so malloc 72 0x5571735e33c0 0.000121
+gallium_dri.so free 0x5571735e3480 void 0.000137
+gallium_dri.so free 0x5571735e33c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e33c0 0.000120
+gallium_dri.so free 0x5571735e3500 void 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3530 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000121
+gallium_dri.so free 0x5571735e3530 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3530 0.000121
+gallium_dri.so free 0x5571735e3680 void 0.000122
+gallium_dri.so free 0x5571735e3530 void 0.000122
+gallium_dri.so malloc 72 0x5571735e36c0 0.000129
+gallium_dri.so free 0x557173461080 void 0.000122
+gallium_dri.so free 0x5571735e36c0 void 0.000123
+gallium_dri.so malloc 72 0x5571734610d0 0.000121
+gallium_dri.so free 0x557173461140 void 0.000121
+gallium_dri.so free 0x5571734610d0 void 0.000119
+gallium_dri.so malloc 72 0x557173461160 0.000121
+gallium_dri.so free 0x557173461200 void 0.000118
+gallium_dri.so free 0x557173461160 void 0.000121
+gallium_dri.so malloc 72 0x5571734611b0 0.000120
+gallium_dri.so free 0x557173461280 void 0.000127
+gallium_dri.so free 0x5571734611b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734611b0 0.000121
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so free 0x5571734611b0 void 0.000121
+gallium_dri.so malloc 72 0x557173461300 0.000212
+gallium_dri.so free 0x5571734613c0 void 0.000122
+gallium_dri.so free 0x557173461300 void 0.000119
+gallium_dri.so malloc 72 0x557173461300 0.000121
+gallium_dri.so free 0x5571735d0a00 void 0.000121
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0a20 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so free 0x5571735d0a20 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a70 0.000120
+gallium_dri.so free 0x5571735d0b40 void 0.000122
+gallium_dri.so free 0x5571735d0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a70 0.000122
+gallium_dri.so free 0x5571735d0bc0 void 0.000121
+gallium_dri.so free 0x5571735d0a70 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000121
+gallium_dri.so free 0x5571735d0c80 void 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000120
+gallium_dri.so free 0x5571735d0d40 void 0.000121
+gallium_dri.so free 0x5571735d0bc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000144
+gallium_dri.so free 0x557173609e80 void 0.000133
+gallium_dri.so free 0x5571735d0bc0 void 0.000121
+gallium_dri.so malloc 72 0x557173609ed0 0.000142
+gallium_dri.so free 0x557173609f40 void 0.000139
+gallium_dri.so free 0x557173609ed0 void 0.000130
+gallium_dri.so malloc 72 0x557173609f80 0.000129
+gallium_dri.so free 0x55717360a000 void 0.000130
+gallium_dri.so free 0x557173609f80 void 0.000174
+gallium_dri.so malloc 72 0x55717360a000 0.000144
+gallium_dri.so free 0x55717360a0c0 void 0.000186
+gallium_dri.so free 0x55717360a000 void 0.000169
+gallium_dri.so malloc 72 0x55717360a000 0.000171
+gallium_dri.so free 0x5571735d0e00 void 0.000155
+gallium_dri.so free 0x55717360a000 void 0.000150
+gallium_dri.so malloc 72 0x5571735d0db0 0.000178
+gallium_dri.so free 0x55717360a140 void 0.000137
+gallium_dri.so free 0x5571735d0db0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a180 0.000131
+gallium_dri.so free 0x55717360a200 void 0.000130
+gallium_dri.so free 0x55717360a180 void 0.000131
+gallium_dri.so malloc 72 0x55717360a200 0.000131
+gallium_dri.so free 0x55717358c640 void 0.000133
+gallium_dri.so free 0x55717360a200 void 0.000133
+gallium_dri.so malloc 72 0x55717358c680 0.000130
+gallium_dri.so free 0x55717358c700 void 0.000134
+gallium_dri.so free 0x55717358c680 void 0.000132
+gallium_dri.so malloc 72 0x55717358c680 0.000131
+gallium_dri.so free 0x55717358c780 void 0.000131
+gallium_dri.so free 0x55717358c680 void 0.000132
+gallium_dri.so malloc 72 0x55717358c7b0 0.000131
+gallium_dri.so free 0x55717358c800 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c7b0 0.000129
+gallium_dri.so free 0x55717358c900 void 0.000130
+gallium_dri.so free 0x55717358c7b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358c8b0 0.000130
+gallium_dri.so free 0x55717358c9c0 void 0.000131
+gallium_dri.so free 0x55717358c8b0 void 0.000131
+gallium_dri.so malloc 72 0x55717358c970 0.000130
+gallium_dri.so free 0x5571735dc1c0 void 0.000131
+gallium_dri.so free 0x55717358c970 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000131
+gallium_dri.so free 0x5571735dc240 void 0.000130
+gallium_dri.so free 0x5571735dc1f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000131
+gallium_dri.so free 0x5571735dc340 void 0.000131
+gallium_dri.so free 0x5571735dc1f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc380 0.000134
+gallium_dri.so free 0x5571735dc400 void 0.000131
+gallium_dri.so free 0x5571735dc380 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc400 0.000130
+gallium_dri.so free 0x55717358ca00 void 0.000132
+gallium_dri.so free 0x5571735dc400 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc400 0.000133
+gallium_dri.so free 0x5571735dc4c0 void 0.000133
+gallium_dri.so free 0x5571735dc400 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc400 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000133
+gallium_dri.so free 0x5571735dc400 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc530 0.000129
+gallium_dri.so free 0x5571735c43c0 void 0.000130
+gallium_dri.so free 0x5571735dc530 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4410 0.000130
+gallium_dri.so free 0x5571735c4480 void 0.000131
+gallium_dri.so free 0x5571735c4410 void 0.000131
+gallium_dri.so malloc 72 0x5571735c44e0 0.000130
+gallium_dri.so free 0x5571735c4580 void 0.000132
+gallium_dri.so free 0x5571735c44e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4530 0.000132
+gallium_dri.so free 0x5571735c45c0 void 0.000135
+gallium_dri.so free 0x5571735c4530 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4530 0.000131
+gallium_dri.so free 0x5571735c4680 void 0.000130
+gallium_dri.so free 0x5571735c4530 void 0.000132
+gallium_dri.so malloc 72 0x5571735c46c0 0.000130
+gallium_dri.so free 0x5571735c4740 void 0.000132
+gallium_dri.so free 0x5571735c46c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4740 0.000130
+gallium_dri.so free 0x5571735f8b00 void 0.000137
+gallium_dri.so free 0x5571735c4740 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8b20 0.000132
+gallium_dri.so free 0x5571735f8bc0 void 0.000130
+gallium_dri.so free 0x5571735f8b20 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8b70 0.000130
+gallium_dri.so free 0x5571735f8c40 void 0.000131
+gallium_dri.so free 0x5571735f8b70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8c40 0.000128
+gallium_dri.so free 0x5571735f8d00 void 0.000133
+gallium_dri.so free 0x5571735f8c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8c40 0.000131
+gallium_dri.so free 0x5571735f8d80 void 0.000133
+gallium_dri.so free 0x5571735f8c40 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8d80 0.000186
+gallium_dri.so free 0x5571735f8e40 void 0.000138
+gallium_dri.so free 0x5571735f8d80 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8d80 0.000132
+gallium_dri.so free 0x557173467dc0 void 0.000175
+gallium_dri.so free 0x5571735f8d80 void 0.000201
+gallium_dri.so malloc 72 0x557173467df0 0.000202
+gallium_dri.so free 0x557173467e40 void 0.000184
+gallium_dri.so free 0x557173467df0 void 0.000178
+gallium_dri.so malloc 72 0x557173467df0 0.000174
+gallium_dri.so free 0x557173467f40 void 0.000177
+gallium_dri.so free 0x557173467df0 void 0.000175
+gallium_dri.so malloc 72 0x557173467ef0 0.000184
+gallium_dri.so free 0x557173468000 void 0.000127
+gallium_dri.so free 0x557173467ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173467fb0 0.000124
+gallium_dri.so free 0x557173468080 void 0.000123
+gallium_dri.so free 0x557173467fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571734680a0 0.000138
+gallium_dri.so free 0x557173468140 void 0.000127
+gallium_dri.so free 0x5571734680a0 void 0.000137
+gallium_dri.so malloc 72 0x5571734680f0 0.000120
+gallium_dri.so free 0x55717358ec00 void 0.000116
+gallium_dri.so free 0x5571734680f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000114
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000113
+gallium_dri.so malloc 72 0x55717358ecc0 0.000113
+gallium_dri.so free 0x55717358ed80 void 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ecc0 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000113
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee30 0.000113
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so free 0x55717358ee30 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee30 0.000112
+gallium_dri.so free 0x55717358ef80 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717358efc0 0.000113
+gallium_dri.so free 0x557173463240 void 0.000114
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463290 0.000117
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463290 void 0.000114
+gallium_dri.so malloc 72 0x557173463320 0.000133
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463320 void 0.000113
+gallium_dri.so malloc 72 0x557173463370 0.000114
+gallium_dri.so free 0x557173463440 void 0.000116
+gallium_dri.so free 0x557173463370 void 0.000114
+gallium_dri.so malloc 72 0x557173463370 0.000113
+gallium_dri.so free 0x5571734634c0 void 0.000113
+gallium_dri.so free 0x557173463370 void 0.000113
+gallium_dri.so malloc 72 0x5571734634c0 0.000113
+gallium_dri.so free 0x557173463580 void 0.000114
+gallium_dri.so free 0x5571734634c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734634c0 0.000113
+gallium_dri.so free 0x55717346c540 void 0.000112
+gallium_dri.so free 0x5571734634c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c560 0.000111
+gallium_dri.so free 0x55717346c600 void 0.000113
+gallium_dri.so free 0x55717346c560 void 0.000113
+gallium_dri.so malloc 72 0x55717346c5b0 0.000114
+gallium_dri.so free 0x55717346c680 void 0.000113
+gallium_dri.so free 0x55717346c5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c5b0 0.000112
+gallium_dri.so free 0x55717346c700 void 0.000113
+gallium_dri.so free 0x55717346c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c700 0.000114
+gallium_dri.so free 0x55717346c7c0 void 0.000113
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so malloc 72 0x55717346c700 0.000136
+gallium_dri.so free 0x55717346c880 void 0.000115
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so malloc 72 0x55717346c700 0.000113
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x55717346c700 void 0.000112
+gallium_dri.so malloc 72 0x557173608ed0 0.000148
+gallium_dri.so free 0x557173608f40 void 0.000143
+gallium_dri.so free 0x557173608ed0 void 0.000141
+gallium_dri.so malloc 72 0x557173608f80 0.000141
+gallium_dri.so free 0x557173609000 void 0.000152
+gallium_dri.so free 0x557173608f80 void 0.000142
+gallium_dri.so malloc 72 0x557173609000 0.000143
+gallium_dri.so free 0x5571736090c0 void 0.000143
+gallium_dri.so free 0x557173609000 void 0.000140
+gallium_dri.so malloc 72 0x557173609000 0.000141
+gallium_dri.so free 0x55717346c940 void 0.000142
+gallium_dri.so free 0x557173609000 void 0.000149
+gallium_dri.so malloc 72 0x55717346c8f0 0.000123
+gallium_dri.so free 0x557173609140 void 0.000114
+gallium_dri.so free 0x55717346c8f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609180 0.000114
+gallium_dri.so free 0x557173609200 void 0.000115
+gallium_dri.so free 0x557173609180 void 0.000121
+gallium_dri.so malloc 72 0x557173609200 0.000136
+gallium_dri.so free 0x557173465800 void 0.000117
+gallium_dri.so free 0x557173609200 void 0.000113
+gallium_dri.so malloc 72 0x557173465840 0.000112
+gallium_dri.so free 0x5571734658c0 void 0.000115
+gallium_dri.so free 0x557173465840 void 0.000112
+gallium_dri.so malloc 72 0x557173465840 0.000113
+gallium_dri.so free 0x557173465940 void 0.000115
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x557173465970 0.000113
+gallium_dri.so free 0x5571734659c0 void 0.000114
+gallium_dri.so free 0x557173465970 void 0.000114
+gallium_dri.so malloc 72 0x557173465970 0.000113
+gallium_dri.so free 0x557173465ac0 void 0.000115
+gallium_dri.so free 0x557173465970 void 0.000114
+gallium_dri.so malloc 72 0x557173465a70 0.000114
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so free 0x557173465a70 void 0.000112
+gallium_dri.so malloc 72 0x557173465b30 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000113
+gallium_dri.so free 0x557173465b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735defc0 void 0.000115
+gallium_dri.so free 0x5571735def70 void 0.000112
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so free 0x5571735def70 void 0.000112
+gallium_dri.so malloc 72 0x5571735df100 0.000112
+gallium_dri.so free 0x5571735df180 void 0.000125
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so malloc 72 0x5571735df180 0.000114
+gallium_dri.so free 0x557173465bc0 void 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so malloc 72 0x5571735df180 0.000113
+gallium_dri.so free 0x5571735df240 void 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so malloc 72 0x5571735df180 0.000114
+gallium_dri.so free 0x5571735df300 void 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2b0 0.000112
+gallium_dri.so free 0x55717346db00 void 0.000114
+gallium_dri.so free 0x5571735df2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346db00 0.000112
+gallium_dri.so free 0x55717346dbc0 void 0.000117
+gallium_dri.so free 0x55717346db00 void 0.000112
+gallium_dri.so malloc 72 0x55717346db00 0.000113
+gallium_dri.so free 0x55717346dc80 void 0.000114
+gallium_dri.so free 0x55717346db00 void 0.000112
+gallium_dri.so malloc 72 0x55717346dca0 0.000112
+gallium_dri.so free 0x55717346dd40 void 0.000114
+gallium_dri.so free 0x55717346dca0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dcf0 0.000114
+gallium_dri.so free 0x55717346ddc0 void 0.000113
+gallium_dri.so free 0x55717346dcf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346dcf0 0.000113
+gallium_dri.so free 0x55717346de40 void 0.000127
+gallium_dri.so free 0x55717346dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000115
+gallium_dri.so free 0x55717346df00 void 0.000115
+gallium_dri.so free 0x55717346de40 void 0.000114
+gallium_dri.so malloc 72 0x55717346de40 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x55717346de40 void 0.000111
+gallium_dri.so malloc 72 0x55717346de40 0.000113
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000113
+gallium_dri.so free 0x5571735fcd00 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fccb0 0.000114
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so free 0x5571735fccb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdd0 0.000113
+gallium_dri.so free 0x5571735fce40 void 0.000114
+gallium_dri.so free 0x5571735fcdd0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce60 0.000114
+gallium_dri.so free 0x5571735fcf00 void 0.000113
+gallium_dri.so free 0x5571735fce60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fceb0 0.000112
+gallium_dri.so free 0x5571735fcf80 void 0.000116
+gallium_dri.so free 0x5571735fceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fceb0 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so free 0x5571735fceb0 void 0.000178
+gallium_dri.so malloc 72 0x5571735e0500 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0500 0.000126
+gallium_dri.so free 0x5571735e0640 void 0.000117
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000116
+gallium_dri.so free 0x5571735e0700 void 0.000115
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0500 0.000115
+gallium_dri.so free 0x5571735e07c0 void 0.000116
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0770 0.000114
+gallium_dri.so free 0x5571735e0840 void 0.000117
+gallium_dri.so free 0x5571735e0770 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0890 0.000115
+gallium_dri.so free 0x5571735e0900 void 0.000115
+gallium_dri.so free 0x5571735e0890 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0920 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000116
+gallium_dri.so free 0x5571735e0920 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0920 0.000116
+gallium_dri.so free 0x5571735c3480 void 0.000115
+gallium_dri.so free 0x5571735e0920 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000114
+gallium_dri.so free 0x5571735c3480 void 0.000138
+gallium_dri.so free 0x5571735c3430 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3430 0.000115
+gallium_dri.so free 0x5571735c3580 void 0.000113
+gallium_dri.so free 0x5571735c3430 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3530 0.000114
+gallium_dri.so free 0x5571735c3640 void 0.000115
+gallium_dri.so free 0x5571735c3530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c35f0 0.000113
+gallium_dri.so free 0x5571735c3680 void 0.000115
+gallium_dri.so free 0x5571735c35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c35f0 0.000113
+gallium_dri.so free 0x5571735c3740 void 0.000115
+gallium_dri.so free 0x5571735c35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3780 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000114
+gallium_dri.so free 0x5571735c3780 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3800 0.000112
+gallium_dri.so free 0x55717346b540 void 0.000115
+gallium_dri.so free 0x5571735c3800 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3800 0.000115
+gallium_dri.so free 0x55717346b600 void 0.000113
+gallium_dri.so free 0x5571735c3800 void 0.000114
+gallium_dri.so malloc 72 0x55717346b620 0.000114
+gallium_dri.so free 0x55717346b6c0 void 0.000114
+gallium_dri.so free 0x55717346b620 void 0.000114
+gallium_dri.so malloc 72 0x55717346b670 0.000112
+gallium_dri.so free 0x55717346b740 void 0.000120
+gallium_dri.so free 0x55717346b670 void 0.000127
+gallium_dri.so malloc 72 0x55717346b670 0.000115
+gallium_dri.so free 0x55717346b7c0 void 0.000115
+gallium_dri.so free 0x55717346b670 void 0.000114
+gallium_dri.so malloc 72 0x55717346b7c0 0.000113
+gallium_dri.so free 0x55717346b880 void 0.000114
+gallium_dri.so free 0x55717346b7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b7c0 0.000124
+gallium_dri.so free 0x55717346b940 void 0.000115
+gallium_dri.so free 0x55717346b7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b7c0 0.000115
+gallium_dri.so free 0x55717360eac0 void 0.000120
+gallium_dri.so free 0x55717346b7c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360eac0 0.000117
+gallium_dri.so free 0x55717360eb80 void 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000113
+gallium_dri.so malloc 72 0x55717360eac0 0.000114
+gallium_dri.so free 0x55717360ec00 void 0.000116
+gallium_dri.so free 0x55717360eac0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec00 0.000114
+gallium_dri.so free 0x55717360ecc0 void 0.000114
+gallium_dri.so free 0x55717360ec00 void 0.000112
+gallium_dri.so malloc 72 0x55717360ec00 0.000113
+gallium_dri.so free 0x55717360ed80 void 0.000114
+gallium_dri.so free 0x55717360ec00 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec00 0.000114
+gallium_dri.so free 0x55717360ee40 void 0.000114
+gallium_dri.so free 0x55717360ec00 void 0.000164
+gallium_dri.so malloc 72 0x55717360edf0 0.000115
+gallium_dri.so free 0x55717360eec0 void 0.000114
+gallium_dri.so free 0x55717360edf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef10 0.000115
+gallium_dri.so free 0x5571735ff140 void 0.000116
+gallium_dri.so free 0x55717360ef10 void 0.000121
+gallium_dri.so malloc 72 0x55717360ef10 0.000121
+gallium_dri.so free 0x5571735ff1c0 void 0.000119
+gallium_dri.so free 0x55717360ef10 void 0.000123
+gallium_dri.so malloc 72 0x55717360ef10 0.000124
+gallium_dri.so free 0x5571735ff280 void 0.000125
+gallium_dri.so free 0x55717360ef10 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef10 0.000120
+gallium_dri.so free 0x5571735ff340 void 0.000114
+gallium_dri.so free 0x55717360ef10 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000115
+gallium_dri.so free 0x5571735ff3c0 void 0.000115
+gallium_dri.so free 0x5571735ff2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff410 0.000113
+gallium_dri.so free 0x5571735ff480 void 0.000115
+gallium_dri.so free 0x5571735ff410 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000114
+gallium_dri.so free 0x5571735ff540 void 0.000125
+gallium_dri.so free 0x5571735ff4a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000127
+gallium_dri.so free 0x557173620140 void 0.000115
+gallium_dri.so free 0x5571735ff4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000113
+gallium_dri.so free 0x557173620240 void 0.000115
+gallium_dri.so free 0x5571735ff4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736201f0 0.000114
+gallium_dri.so free 0x5571736202c0 void 0.000113
+gallium_dri.so free 0x5571736201f0 void 0.000113
+gallium_dri.so malloc 72 0x557173620310 0.000113
+gallium_dri.so free 0x557173620380 void 0.000114
+gallium_dri.so free 0x557173620310 void 0.000112
+gallium_dri.so malloc 72 0x5571736203a0 0.000112
+gallium_dri.so free 0x557173620440 void 0.000111
+gallium_dri.so free 0x5571736203a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736203f0 0.000112
+gallium_dri.so free 0x5571736204c0 void 0.000118
+gallium_dri.so free 0x5571736203f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736203f0 0.000112
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so free 0x5571736203f0 void 0.000111
+gallium_dri.so malloc 72 0x557173620540 0.000114
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so free 0x557173620540 void 0.000113
+gallium_dri.so malloc 72 0x557173620540 0.000113
+gallium_dri.so free 0x5571735f7bc0 void 0.000114
+gallium_dri.so free 0x557173620540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7be0 0.000113
+gallium_dri.so free 0x5571735f7c80 void 0.000130
+gallium_dri.so free 0x5571735f7be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7c30 0.000114
+gallium_dri.so free 0x5571735f7d00 void 0.000114
+gallium_dri.so free 0x5571735f7c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7c30 0.000112
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so free 0x5571735f7c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7d80 0.000112
+gallium_dri.so free 0x5571735f7e40 void 0.000113
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7d80 0.000112
+gallium_dri.so free 0x5571735f7f00 void 0.000112
+gallium_dri.so free 0x5571735f7d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7d80 0.000123
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so free 0x5571735f7d80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd780 0.000114
+gallium_dri.so free 0x5571735dd840 void 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd780 0.000121
+gallium_dri.so free 0x5571735dd8c0 void 0.000120
+gallium_dri.so free 0x5571735dd780 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000168
+gallium_dri.so free 0x5571735dda40 void 0.000120
+gallium_dri.so free 0x5571735dd8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd8c0 0.000116
+gallium_dri.so free 0x5571735ddb00 void 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddab0 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000116
+gallium_dri.so free 0x5571735ddab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000116
+gallium_dri.so free 0x5571735ddd80 void 0.000116
+gallium_dri.so free 0x5571735ddbd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so free 0x5571735ddbd0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000117
+gallium_dri.so free 0x5571735ddec0 void 0.000117
+gallium_dri.so free 0x5571735ddbd0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ddbd0 0.000162
+gallium_dri.so free 0x5571735ddf80 void 0.000163
+gallium_dri.so free 0x5571735ddbd0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddf30 0.000125
+gallium_dri.so free 0x5571735de000 void 0.000120
+gallium_dri.so free 0x5571735ddf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735de050 0.000127
+gallium_dri.so free 0x5571735de0c0 void 0.000120
+gallium_dri.so free 0x5571735de050 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0e0 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000113
+gallium_dri.so free 0x5571735de0e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de130 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735de130 void 0.000113
+gallium_dri.so malloc 72 0x5571735de130 0.000113
+gallium_dri.so free 0x5571735e0c00 void 0.000113
+gallium_dri.so free 0x5571735de130 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000114
+gallium_dri.so free 0x5571735e0c80 void 0.000113
+gallium_dri.so free 0x5571735e0bb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000113
+gallium_dri.so free 0x5571735e0d40 void 0.000131
+gallium_dri.so free 0x5571735e0cd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0d60 0.000113
+gallium_dri.so free 0x5571735de200 void 0.000114
+gallium_dri.so free 0x5571735e0d60 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0d60 0.000113
+gallium_dri.so free 0x5571735e0e00 void 0.000112
+gallium_dri.so free 0x5571735e0d60 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0db0 0.000112
+gallium_dri.so free 0x5571735e0e80 void 0.000113
+gallium_dri.so free 0x5571735e0db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000128
+gallium_dri.so free 0x5571735e0f40 void 0.000116
+gallium_dri.so free 0x5571735e0ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000114
+gallium_dri.so free 0x5571735e1040 void 0.000115
+gallium_dri.so free 0x5571735e0fa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000112
+gallium_dri.so free 0x5571735ed2c0 void 0.000114
+gallium_dri.so free 0x5571735e0ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000113
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so free 0x5571735ed2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000115
+gallium_dri.so free 0x5571735ed2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000114
+gallium_dri.so free 0x5571735ed500 void 0.000114
+gallium_dri.so free 0x5571735ed3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000115
+gallium_dri.so free 0x5571735ed4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed650 0.000116
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed650 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed700 0.000157
+gallium_dri.so free 0x5571735ed780 void 0.000176
+gallium_dri.so free 0x5571735ed700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed780 0.000115
+gallium_dri.so free 0x5571735ed840 void 0.000117
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed780 0.000114
+gallium_dri.so free 0x5571735ed8c0 void 0.000117
+gallium_dri.so free 0x5571735ed780 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000114
+gallium_dri.so free 0x5571735ed940 void 0.000116
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000113
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed8f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000116
+gallium_dri.so free 0x5571735edb00 void 0.000115
+gallium_dri.so free 0x5571735ed9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edab0 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000116
+gallium_dri.so free 0x5571735edab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edba0 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000121
+gallium_dri.so free 0x5571735edba0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edbf0 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000118
+gallium_dri.so free 0x5571735edbf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edbf0 0.000125
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so free 0x5571735edbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd40 0.000112
+gallium_dri.so free 0x5571735ede00 void 0.000124
+gallium_dri.so free 0x5571735edd40 void 0.000128
+gallium_dri.so malloc 72 0x5571735edd40 0.000127
+gallium_dri.so free 0x5571735edec0 void 0.000119
+gallium_dri.so free 0x5571735edd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edd40 0.000126
+gallium_dri.so free 0x5571735edf80 void 0.000122
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000113
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf30 0.000123
+gallium_dri.so free 0x5571735ee080 void 0.000123
+gallium_dri.so free 0x5571735edf30 void 0.000154
+gallium_dri.so malloc 72 0x5571735ee030 0.000115
+gallium_dri.so free 0x5571735ee140 void 0.000113
+gallium_dri.so free 0x5571735ee030 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000113
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so free 0x5571735ee0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000119
+gallium_dri.so free 0x5571735ee240 void 0.000115
+gallium_dri.so free 0x5571735ee0f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee280 0.000112
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee300 0.000114
+gallium_dri.so free 0x5571735ee3c0 void 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee300 0.000113
+gallium_dri.so free 0x5571735ee480 void 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000114
+gallium_dri.so free 0x5571735ee540 void 0.000115
+gallium_dri.so free 0x5571735ee4a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000112
+gallium_dri.so free 0x5571735ee5c0 void 0.000116
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee640 0.000112
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee640 0.000113
+gallium_dri.so free 0x5571735ee7c0 void 0.000115
+gallium_dri.so free 0x5571735ee640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee640 0.000122
+gallium_dri.so free 0x5571735ee880 void 0.000112
+gallium_dri.so free 0x5571735ee640 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee830 0.000112
+gallium_dri.so free 0x5571735ee940 void 0.000112
+gallium_dri.so free 0x5571735ee830 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000112
+gallium_dri.so free 0x5571735ee9c0 void 0.000111
+gallium_dri.so free 0x5571735ee8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735eea10 0.000111
+gallium_dri.so free 0x5571735eea80 void 0.000112
+gallium_dri.so free 0x5571735eea10 void 0.000112
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000112
+gallium_dri.so free 0x5571735eeb40 void 0.000146
+gallium_dri.so free 0x5571735eeaa0 void 0.000136
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000126
+gallium_dri.so free 0x5571735eebc0 void 0.000120
+gallium_dri.so free 0x5571735eeaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000124
+gallium_dri.so free 0x5571735eeaf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eec40 0.000121
+gallium_dri.so free 0x5571735eed00 void 0.000119
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec40 0.000119
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000117
+gallium_dri.so malloc 72 0x5571735eedb0 0.000127
+gallium_dri.so free 0x5571735eee40 void 0.000116
+gallium_dri.so free 0x5571735eedb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735eedb0 0.000119
+gallium_dri.so free 0x5571735eef00 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef40 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000117
+gallium_dri.so free 0x5571735eef40 void 0.000116
+gallium_dri.so malloc 72 0x5571735eefc0 0.000114
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eefc0 0.000115
+gallium_dri.so free 0x5571735ef100 void 0.000117
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef130 0.000115
+gallium_dri.so free 0x5571735ef180 void 0.000116
+gallium_dri.so free 0x5571735ef130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef130 0.000116
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so free 0x5571735ef130 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so free 0x5571735ef2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000115
+gallium_dri.so free 0x5571735ef400 void 0.000116
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000123
+gallium_dri.so free 0x5571735ef480 void 0.000116
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000117
+gallium_dri.so free 0x5571735ef540 void 0.000116
+gallium_dri.so free 0x5571735ef4b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000114
+gallium_dri.so free 0x5571735ef640 void 0.000117
+gallium_dri.so free 0x5571735ef4b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000115
+gallium_dri.so free 0x5571735ef700 void 0.000114
+gallium_dri.so free 0x5571735ef5f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so free 0x5571735ef6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000114
+gallium_dri.so free 0x5571735ef840 void 0.000115
+gallium_dri.so free 0x5571735ef6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000115
+gallium_dri.so free 0x5571735ef6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000112
+gallium_dri.so free 0x5571735ef980 void 0.000116
+gallium_dri.so free 0x5571735ef8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef9d0 0.000114
+gallium_dri.so free 0x5571735efa40 void 0.000114
+gallium_dri.so free 0x5571735ef9d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa60 0.000161
+gallium_dri.so free 0x5571735efb00 void 0.000192
+gallium_dri.so free 0x5571735efa60 void 0.000242
+gallium_dri.so malloc 72 0x5571735efab0 0.000222
+gallium_dri.so free 0x5571735efb80 void 0.000268
+gallium_dri.so free 0x5571735efab0 void 0.000321
+gallium_dri.so malloc 72 0x5571735efb80 0.000194
+gallium_dri.so free 0x5571735efc40 void 0.000151
+gallium_dri.so free 0x5571735efb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efb80 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000115
+gallium_dri.so free 0x5571735efb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcc0 0.000114
+gallium_dri.so free 0x5571735efd80 void 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efcc0 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efcc0 0.000113
+gallium_dri.so free 0x5571735eff00 void 0.000114
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efeb0 0.000133
+gallium_dri.so free 0x5571735eff80 void 0.000116
+gallium_dri.so free 0x5571735efeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735effd0 0.000114
+gallium_dri.so free 0x5571735f0040 void 0.000113
+gallium_dri.so free 0x5571735effd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0080 0.000112
+gallium_dri.so free 0x5571735f0100 void 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0080 0.000113
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735f0080 void 0.000114
+gallium_dri.so malloc 72 0x5571735f01b0 0.000112
+gallium_dri.so free 0x5571735f0200 void 0.000112
+gallium_dri.so free 0x5571735f01b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01b0 0.000113
+gallium_dri.so free 0x5571735f0300 void 0.000113
+gallium_dri.so free 0x5571735f01b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f02b0 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000114
+gallium_dri.so free 0x5571735f02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0370 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000113
+gallium_dri.so free 0x5571735f0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0370 0.000112
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f0370 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0530 0.000123
+gallium_dri.so free 0x5571735f0580 void 0.000117
+gallium_dri.so free 0x5571735f0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0530 0.000117
+gallium_dri.so free 0x5571735f0680 void 0.000114
+gallium_dri.so free 0x5571735f0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0630 0.000112
+gallium_dri.so free 0x5571735f0740 void 0.000112
+gallium_dri.so free 0x5571735f0630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f06f0 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f06f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f06f0 0.000113
+gallium_dri.so free 0x5571735f0840 void 0.000116
+gallium_dri.so free 0x5571735f06f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0880 0.000113
+gallium_dri.so free 0x5571735f0900 void 0.000114
+gallium_dri.so free 0x5571735f0880 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0900 0.000113
+gallium_dri.so free 0x5571735f09c0 void 0.000112
+gallium_dri.so free 0x5571735f0900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0900 0.000113
+gallium_dri.so free 0x5571735f0a80 void 0.000114
+gallium_dri.so free 0x5571735f0900 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0aa0 0.000112
+gallium_dri.so free 0x5571735f0b40 void 0.000113
+gallium_dri.so free 0x5571735f0aa0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0af0 0.000118
+gallium_dri.so free 0x5571735f0bc0 void 0.000126
+gallium_dri.so free 0x5571735f0af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0af0 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000113
+gallium_dri.so free 0x5571735f0af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c40 0.000111
+gallium_dri.so free 0x5571735f0d00 void 0.000115
+gallium_dri.so free 0x5571735f0c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0c40 0.000112
+gallium_dri.so free 0x5571735f0dc0 void 0.000114
+gallium_dri.so free 0x5571735f0c40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c40 0.000125
+gallium_dri.so free 0x5571735f0e80 void 0.000127
+gallium_dri.so free 0x5571735f0c40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e30 0.000115
+gallium_dri.so free 0x5571735f0f40 void 0.000114
+gallium_dri.so free 0x5571735f0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000115
+gallium_dri.so free 0x5571735f0fc0 void 0.000113
+gallium_dri.so free 0x5571735f0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1010 0.000115
+gallium_dri.so free 0x5571735f1080 void 0.000114
+gallium_dri.so free 0x5571735f1010 void 0.000112
+gallium_dri.so malloc 72 0x5571735f10a0 0.000112
+gallium_dri.so free 0x5571735f1140 void 0.000113
+gallium_dri.so free 0x5571735f10a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f10f0 0.000113
+gallium_dri.so free 0x5571735f11c0 void 0.000157
+gallium_dri.so free 0x5571735f10f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f10f0 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so free 0x5571735f10f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1240 0.000113
+gallium_dri.so free 0x5571735f1300 void 0.000116
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1240 0.000113
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so malloc 72 0x5571735f13b0 0.000113
+gallium_dri.so free 0x5571735f1440 void 0.000113
+gallium_dri.so free 0x5571735f13b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13b0 0.000112
+gallium_dri.so free 0x5571735f1500 void 0.000115
+gallium_dri.so free 0x5571735f13b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1540 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000114
+gallium_dri.so free 0x5571735f1540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f15c0 0.000112
+gallium_dri.so free 0x5571735f1680 void 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15c0 0.000113
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1730 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000123
+gallium_dri.so free 0x5571735f1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1730 0.000115
+gallium_dri.so free 0x5571735f1880 void 0.000113
+gallium_dri.so free 0x5571735f1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f18c0 0.000113
+gallium_dri.so free 0x5571735f1940 void 0.000113
+gallium_dri.so free 0x5571735f18c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1940 0.000113
+gallium_dri.so free 0x5571735f1a00 void 0.000115
+gallium_dri.so free 0x5571735f1940 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1940 0.000113
+gallium_dri.so free 0x5571735f1a80 void 0.000114
+gallium_dri.so free 0x5571735f1940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000112
+gallium_dri.so free 0x5571735f1b00 void 0.000114
+gallium_dri.so free 0x5571735f1ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000118
+gallium_dri.so free 0x5571735f1c00 void 0.000114
+gallium_dri.so free 0x5571735f1ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000113
+gallium_dri.so free 0x5571735f1cc0 void 0.000113
+gallium_dri.so free 0x5571735f1bb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c70 0.000113
+gallium_dri.so free 0x5571735f1d40 void 0.000121
+gallium_dri.so free 0x5571735f1c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c70 0.000113
+gallium_dri.so free 0x5571735f1e00 void 0.000113
+gallium_dri.so free 0x5571735f1c70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1c70 0.000114
+gallium_dri.so free 0x5571735f1ec0 void 0.000113
+gallium_dri.so free 0x5571735f1c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1e70 0.000114
+gallium_dri.so free 0x5571735f1f40 void 0.000115
+gallium_dri.so free 0x5571735f1e70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1f90 0.000113
+gallium_dri.so free 0x5571735f2000 void 0.000114
+gallium_dri.so free 0x5571735f1f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2020 0.000114
+gallium_dri.so free 0x5571735f20c0 void 0.000113
+gallium_dri.so free 0x5571735f2020 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2070 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000114
+gallium_dri.so free 0x5571735f2070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2140 0.000114
+gallium_dri.so free 0x5571735f2200 void 0.000115
+gallium_dri.so free 0x5571735f2140 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2140 0.000112
+gallium_dri.so free 0x5571735f2280 void 0.000114
+gallium_dri.so free 0x5571735f2140 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000113
+gallium_dri.so free 0x5571735f2340 void 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000113
+gallium_dri.so free 0x5571735f2400 void 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2280 0.000116
+gallium_dri.so free 0x5571735f24c0 void 0.000114
+gallium_dri.so free 0x5571735f2280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2470 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so free 0x5571735f2470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2590 0.000112
+gallium_dri.so free 0x5571735f2600 void 0.000113
+gallium_dri.so free 0x5571735f2590 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735f26c0 void 0.000113
+gallium_dri.so free 0x5571735f2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2640 0.000113
+gallium_dri.so free 0x5571735f2740 void 0.000116
+gallium_dri.so free 0x5571735f2640 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2770 0.000112
+gallium_dri.so free 0x5571735f27c0 void 0.000113
+gallium_dri.so free 0x5571735f2770 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2770 0.000114
+gallium_dri.so free 0x557173474580 void 0.000113
+gallium_dri.so free 0x5571735f2770 void 0.000112
+gallium_dri.so malloc 72 0x557173474580 0.000112
+gallium_dri.so free 0x557173474640 void 0.000112
+gallium_dri.so free 0x557173474580 void 0.000112
+gallium_dri.so malloc 72 0x557173474580 0.000112
+gallium_dri.so free 0x557173474700 void 0.000114
+gallium_dri.so free 0x557173474580 void 0.000112
+gallium_dri.so malloc 72 0x557173474580 0.000127
+gallium_dri.so free 0x5571734747c0 void 0.000116
+gallium_dri.so free 0x557173474580 void 0.000112
+gallium_dri.so malloc 72 0x557173474770 0.000113
+gallium_dri.so free 0x5571734747c0 void 0.000113
+gallium_dri.so free 0x557173474770 void 0.000113
+gallium_dri.so malloc 72 0x557173474770 0.000114
+gallium_dri.so free 0x5571734748c0 void 0.000114
+gallium_dri.so free 0x557173474770 void 0.000112
+gallium_dri.so malloc 72 0x557173474870 0.000113
+gallium_dri.so free 0x557173474980 void 0.000112
+gallium_dri.so free 0x557173474870 void 0.000113
+gallium_dri.so malloc 72 0x557173474930 0.000113
+gallium_dri.so free 0x5571734749c0 void 0.000119
+gallium_dri.so free 0x557173474930 void 0.000114
+gallium_dri.so malloc 72 0x557173474930 0.000112
+gallium_dri.so free 0x557173474a80 void 0.000113
+gallium_dri.so free 0x557173474930 void 0.000112
+gallium_dri.so malloc 72 0x557173474ac0 0.000112
+gallium_dri.so free 0x557173474b40 void 0.000113
+gallium_dri.so free 0x557173474ac0 void 0.000115
+gallium_dri.so malloc 72 0x557173474b40 0.000113
+gallium_dri.so free 0x557173474c00 void 0.000113
+gallium_dri.so free 0x557173474b40 void 0.000112
+gallium_dri.so malloc 72 0x557173474b40 0.000114
+gallium_dri.so free 0x557173474cc0 void 0.000114
+gallium_dri.so free 0x557173474b40 void 0.000112
+gallium_dri.so malloc 72 0x557173474ce0 0.000120
+gallium_dri.so free 0x557173474d80 void 0.000116
+gallium_dri.so free 0x557173474ce0 void 0.000113
+gallium_dri.so malloc 72 0x557173474d30 0.000113
+gallium_dri.so free 0x557173474e00 void 0.000114
+gallium_dri.so free 0x557173474d30 void 0.000113
+gallium_dri.so malloc 72 0x557173474d30 0.000112
+gallium_dri.so free 0x557173474e80 void 0.000113
+gallium_dri.so free 0x557173474d30 void 0.000112
+gallium_dri.so malloc 72 0x557173474e80 0.000113
+gallium_dri.so free 0x557173474f40 void 0.000113
+gallium_dri.so free 0x557173474e80 void 0.000112
+gallium_dri.so malloc 72 0x557173474e80 0.000113
+gallium_dri.so free 0x557173475000 void 0.000114
+gallium_dri.so free 0x557173474e80 void 0.000113
+gallium_dri.so malloc 72 0x557173474e80 0.000114
+gallium_dri.so free 0x5571734750c0 void 0.000114
+gallium_dri.so free 0x557173474e80 void 0.000112
+gallium_dri.so malloc 72 0x557173475070 0.000113
+gallium_dri.so free 0x557173475180 void 0.000113
+gallium_dri.so free 0x557173475070 void 0.000113
+gallium_dri.so malloc 72 0x557173475130 0.000113
+gallium_dri.so free 0x557173475200 void 0.000115
+gallium_dri.so free 0x557173475130 void 0.000112
+gallium_dri.so malloc 72 0x557173475250 0.000113
+gallium_dri.so free 0x5571734752c0 void 0.000113
+gallium_dri.so free 0x557173475250 void 0.000112
+gallium_dri.so malloc 72 0x5571734752e0 0.000113
+gallium_dri.so free 0x557173475380 void 0.000168
+gallium_dri.so free 0x5571734752e0 void 0.000115
+gallium_dri.so malloc 72 0x557173475330 0.000115
+gallium_dri.so free 0x557173475400 void 0.000113
+gallium_dri.so free 0x557173475330 void 0.000112
+gallium_dri.so malloc 72 0x557173475330 0.000115
+gallium_dri.so free 0x557173475480 void 0.000113
+gallium_dri.so free 0x557173475330 void 0.000113
+gallium_dri.so malloc 72 0x557173475480 0.000113
+gallium_dri.so free 0x557173475540 void 0.000114
+gallium_dri.so free 0x557173475480 void 0.000112
+gallium_dri.so malloc 72 0x557173475480 0.000113
+gallium_dri.so free 0x557173475640 void 0.000113
+gallium_dri.so free 0x557173475480 void 0.000112
+gallium_dri.so malloc 72 0x5571734755f0 0.000112
+gallium_dri.so free 0x557173475680 void 0.000114
+gallium_dri.so free 0x5571734755f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734755f0 0.000113
+gallium_dri.so free 0x557173475740 void 0.000113
+gallium_dri.so free 0x5571734755f0 void 0.000112
+gallium_dri.so malloc 72 0x557173475780 0.000112
+gallium_dri.so free 0x557173475800 void 0.000113
+gallium_dri.so free 0x557173475780 void 0.000112
+gallium_dri.so malloc 72 0x557173475800 0.000113
+gallium_dri.so free 0x5571734758c0 void 0.000113
+gallium_dri.so free 0x557173475800 void 0.000113
+gallium_dri.so malloc 72 0x557173475800 0.000112
+gallium_dri.so free 0x557173475940 void 0.000168
+gallium_dri.so free 0x557173475800 void 0.000114
+gallium_dri.so malloc 72 0x557173475970 0.000113
+gallium_dri.so free 0x5571734759c0 void 0.000115
+gallium_dri.so free 0x557173475970 void 0.000113
+gallium_dri.so malloc 72 0x557173475970 0.000112
+gallium_dri.so free 0x557173475ac0 void 0.000113
+gallium_dri.so free 0x557173475970 void 0.000113
+gallium_dri.so malloc 72 0x557173475b00 0.000112
+gallium_dri.so free 0x557173475b80 void 0.000114
+gallium_dri.so free 0x557173475b00 void 0.000113
+gallium_dri.so malloc 72 0x557173475b80 0.000112
+gallium_dri.so free 0x557173475c40 void 0.000112
+gallium_dri.so free 0x557173475b80 void 0.000112
+gallium_dri.so malloc 72 0x557173475b80 0.000113
+gallium_dri.so free 0x557173475cc0 void 0.000114
+gallium_dri.so free 0x557173475b80 void 0.000113
+gallium_dri.so malloc 72 0x557173475cf0 0.000114
+gallium_dri.so free 0x557173475d40 void 0.000115
+gallium_dri.so free 0x557173475cf0 void 0.000115
+gallium_dri.so malloc 72 0x557173475cf0 0.000112
+gallium_dri.so free 0x557173475e40 void 0.000114
+gallium_dri.so free 0x557173475cf0 void 0.000113
+gallium_dri.so malloc 72 0x557173475df0 0.000112
+gallium_dri.so free 0x557173475f00 void 0.000114
+gallium_dri.so free 0x557173475df0 void 0.000113
+gallium_dri.so malloc 72 0x557173475eb0 0.000112
+gallium_dri.so free 0x557173475f80 void 0.000114
+gallium_dri.so free 0x557173475eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173475eb0 0.000114
+gallium_dri.so free 0x557173476040 void 0.000113
+gallium_dri.so free 0x557173475eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173475eb0 0.000114
+gallium_dri.so free 0x557173476100 void 0.000114
+gallium_dri.so free 0x557173475eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734760b0 0.000113
+gallium_dri.so free 0x557173476180 void 0.000114
+gallium_dri.so free 0x5571734760b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734761d0 0.000113
+gallium_dri.so free 0x557173476240 void 0.000115
+gallium_dri.so free 0x5571734761d0 void 0.000112
+gallium_dri.so malloc 72 0x557173476260 0.000112
+gallium_dri.so free 0x557173476300 void 0.000115
+gallium_dri.so free 0x557173476260 void 0.000114
+gallium_dri.so malloc 72 0x5571734762b0 0.000112
+gallium_dri.so free 0x557173476380 void 0.000114
+gallium_dri.so free 0x5571734762b0 void 0.000113
+gallium_dri.so malloc 72 0x557173476380 0.000114
+gallium_dri.so free 0x557173476440 void 0.000114
+gallium_dri.so free 0x557173476380 void 0.000112
+gallium_dri.so malloc 72 0x557173476380 0.000113
+gallium_dri.so free 0x5571734764c0 void 0.000115
+gallium_dri.so free 0x557173476380 void 0.000112
+gallium_dri.so malloc 72 0x5571734764c0 0.000114
+gallium_dri.so free 0x557173476580 void 0.000113
+gallium_dri.so free 0x5571734764c0 void 0.000206
+gallium_dri.so malloc 72 0x5571734764c0 0.000116
+gallium_dri.so free 0x557173476640 void 0.000114
+gallium_dri.so free 0x5571734764c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734764c0 0.000113
+gallium_dri.so free 0x557173476700 void 0.000114
+gallium_dri.so free 0x5571734764c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734766b0 0.000113
+gallium_dri.so free 0x557173476780 void 0.000115
+gallium_dri.so free 0x5571734766b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734767d0 0.000113
+gallium_dri.so free 0x557173476840 void 0.000112
+gallium_dri.so free 0x5571734767d0 void 0.000113
+gallium_dri.so malloc 72 0x557173476880 0.000114
+gallium_dri.so free 0x557173476900 void 0.000113
+gallium_dri.so free 0x557173476880 void 0.000113
+gallium_dri.so malloc 72 0x557173476880 0.000112
+gallium_dri.so free 0x557173476980 void 0.000115
+gallium_dri.so free 0x557173476880 void 0.000112
+gallium_dri.so malloc 72 0x5571734769b0 0.000114
+gallium_dri.so free 0x557173476a00 void 0.000113
+gallium_dri.so free 0x5571734769b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734769b0 0.000113
+gallium_dri.so free 0x557173476b00 void 0.000113
+gallium_dri.so free 0x5571734769b0 void 0.000113
+gallium_dri.so malloc 72 0x557173476ab0 0.000113
+gallium_dri.so free 0x557173476bc0 void 0.000113
+gallium_dri.so free 0x557173476ab0 void 0.000124
+gallium_dri.so malloc 72 0x557173476b70 0.000114
+gallium_dri.so free 0x557173476c00 void 0.000113
+gallium_dri.so free 0x557173476b70 void 0.000112
+gallium_dri.so malloc 72 0x557173476b70 0.000113
+gallium_dri.so free 0x557173476cc0 void 0.000113
+gallium_dri.so free 0x557173476b70 void 0.000112
+gallium_dri.so malloc 72 0x557173476d30 0.000118
+gallium_dri.so free 0x557173476d80 void 0.000114
+gallium_dri.so free 0x557173476d30 void 0.000113
+gallium_dri.so malloc 72 0x557173476d30 0.000114
+gallium_dri.so free 0x557173476e80 void 0.000113
+gallium_dri.so free 0x557173476d30 void 0.000114
+gallium_dri.so malloc 72 0x557173476e30 0.000112
+gallium_dri.so free 0x557173476f40 void 0.000115
+gallium_dri.so free 0x557173476e30 void 0.000113
+gallium_dri.so malloc 72 0x557173476ef0 0.000112
+gallium_dri.so free 0x557173476f80 void 0.000114
+gallium_dri.so free 0x557173476ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173476ef0 0.000113
+gallium_dri.so free 0x557173477040 void 0.000114
+gallium_dri.so free 0x557173476ef0 void 0.000111
+gallium_dri.so malloc 72 0x557173477080 0.000112
+gallium_dri.so free 0x557173477100 void 0.000115
+gallium_dri.so free 0x557173477080 void 0.000114
+gallium_dri.so malloc 72 0x557173477100 0.000115
+gallium_dri.so free 0x5571734771c0 void 0.000113
+gallium_dri.so free 0x557173477100 void 0.000113
+gallium_dri.so malloc 72 0x557173477100 0.000129
+gallium_dri.so free 0x557173477280 void 0.000115
+gallium_dri.so free 0x557173477100 void 0.000113
+gallium_dri.so malloc 72 0x5571734772a0 0.000112
+gallium_dri.so free 0x557173477340 void 0.000113
+gallium_dri.so free 0x5571734772a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734772f0 0.000112
+gallium_dri.so free 0x5571734773c0 void 0.000113
+gallium_dri.so free 0x5571734772f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734772f0 0.000113
+gallium_dri.so free 0x557173477440 void 0.000114
+gallium_dri.so free 0x5571734772f0 void 0.000113
+gallium_dri.so malloc 72 0x557173477440 0.000112
+gallium_dri.so free 0x557173477500 void 0.000113
+gallium_dri.so free 0x557173477440 void 0.000112
+gallium_dri.so malloc 72 0x557173477440 0.000115
+gallium_dri.so free 0x5571734775c0 void 0.000113
+gallium_dri.so free 0x557173477440 void 0.000113
+gallium_dri.so malloc 72 0x557173477440 0.000112
+gallium_dri.so free 0x557173477680 void 0.000114
+gallium_dri.so free 0x557173477440 void 0.000113
+gallium_dri.so malloc 72 0x557173477630 0.000113
+gallium_dri.so free 0x557173477740 void 0.000114
+gallium_dri.so free 0x557173477630 void 0.000114
+gallium_dri.so malloc 72 0x5571734776f0 0.000112
+gallium_dri.so free 0x5571734777c0 void 0.000113
+gallium_dri.so free 0x5571734776f0 void 0.000112
+gallium_dri.so malloc 72 0x557173477810 0.000112
+gallium_dri.so free 0x557173477880 void 0.000126
+gallium_dri.so free 0x557173477810 void 0.000113
+gallium_dri.so malloc 72 0x5571734778a0 0.000114
+gallium_dri.so free 0x557173477940 void 0.000113
+gallium_dri.so free 0x5571734778a0 void 0.000112
+gallium_dri.so malloc 72 0x5571734778f0 0.000113
+gallium_dri.so free 0x5571734779c0 void 0.000114
+gallium_dri.so free 0x5571734778f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734778f0 0.000113
+gallium_dri.so free 0x557173477a40 void 0.000114
+gallium_dri.so free 0x5571734778f0 void 0.000111
+gallium_dri.so malloc 72 0x557173477a40 0.000112
+gallium_dri.so free 0x557173477b00 void 0.000112
+gallium_dri.so free 0x557173477a40 void 0.000113
+gallium_dri.so malloc 72 0x557173477a40 0.000115
+gallium_dri.so free 0x557173477c00 void 0.000113
+gallium_dri.so free 0x557173477a40 void 0.000116
+gallium_dri.so malloc 72 0x557173477bb0 0.000113
+gallium_dri.so free 0x557173477c40 void 0.000114
+gallium_dri.so free 0x557173477bb0 void 0.000112
+gallium_dri.so malloc 72 0x557173477bb0 0.000113
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173477d40 0.000113
+gallium_dri.so free 0x557173477dc0 void 0.000114
+gallium_dri.so free 0x557173477d40 void 0.000114
+gallium_dri.so malloc 72 0x557173477dc0 0.000112
+gallium_dri.so free 0x557173477e80 void 0.000168
+gallium_dri.so free 0x557173477dc0 void 0.000116
+gallium_dri.so malloc 72 0x557173477dc0 0.000112
+gallium_dri.so free 0x557173477f00 void 0.000113
+gallium_dri.so free 0x557173477dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173477f30 0.000113
+gallium_dri.so free 0x557173477f80 void 0.000113
+gallium_dri.so free 0x557173477f30 void 0.000113
+gallium_dri.so malloc 72 0x557173477f30 0.000113
+gallium_dri.so free 0x557173478080 void 0.000114
+gallium_dri.so free 0x557173477f30 void 0.000112
+gallium_dri.so malloc 72 0x5571734780c0 0.000113
+gallium_dri.so free 0x557173478140 void 0.000113
+gallium_dri.so free 0x5571734780c0 void 0.000117
+gallium_dri.so malloc 72 0x557173478140 0.000113
+gallium_dri.so free 0x557173478200 void 0.000114
+gallium_dri.so free 0x557173478140 void 0.000123
+gallium_dri.so malloc 72 0x557173478140 0.000122
+gallium_dri.so free 0x557173478280 void 0.000130
+gallium_dri.so free 0x557173478140 void 0.000129
+gallium_dri.so malloc 72 0x5571734782b0 0.000246
+gallium_dri.so free 0x557173478300 void 0.000232
+gallium_dri.so free 0x5571734782b0 void 0.000331
+gallium_dri.so malloc 72 0x5571734782b0 0.000391
+gallium_dri.so free 0x557173478400 void 0.000336
+gallium_dri.so free 0x5571734782b0 void 0.000271
+gallium_dri.so malloc 72 0x5571734783b0 0.000285
+gallium_dri.so free 0x5571734784c0 void 0.000239
+gallium_dri.so free 0x5571734783b0 void 0.000265
+gallium_dri.so malloc 72 0x557173478470 0.000288
+gallium_dri.so free 0x557173478540 void 0.000226
+gallium_dri.so free 0x557173478470 void 0.000203
+gallium_dri.so malloc 72 0x557173478470 0.000160
+gallium_dri.so free 0x557173478600 void 0.000117
+gallium_dri.so free 0x557173478470 void 0.000114
+gallium_dri.so malloc 72 0x557173478470 0.000113
+gallium_dri.so free 0x5571734786c0 void 0.000115
+gallium_dri.so free 0x557173478470 void 0.000114
+gallium_dri.so malloc 72 0x557173478670 0.000120
+gallium_dri.so free 0x557173478740 void 0.000117
+gallium_dri.so free 0x557173478670 void 0.000113
+gallium_dri.so malloc 72 0x557173478790 0.000115
+gallium_dri.so free 0x557173478800 void 0.000113
+gallium_dri.so free 0x557173478790 void 0.000115
+gallium_dri.so malloc 72 0x557173478820 0.000115
+gallium_dri.so free 0x5571734788c0 void 0.000116
+gallium_dri.so free 0x557173478820 void 0.000114
+gallium_dri.so malloc 72 0x557173478870 0.000117
+gallium_dri.so free 0x557173478940 void 0.000116
+gallium_dri.so free 0x557173478870 void 0.000113
+gallium_dri.so malloc 72 0x557173478940 0.000116
+gallium_dri.so free 0x557173478a00 void 0.000116
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so malloc 72 0x557173478940 0.000150
+gallium_dri.so free 0x557173478a80 void 0.000126
+gallium_dri.so free 0x557173478940 void 0.000119
+gallium_dri.so malloc 72 0x557173478a80 0.000118
+gallium_dri.so free 0x557173478b40 void 0.000119
+gallium_dri.so free 0x557173478a80 void 0.000119
+gallium_dri.so malloc 72 0x557173478a80 0.000119
+gallium_dri.so free 0x557173478c00 void 0.000118
+gallium_dri.so free 0x557173478a80 void 0.000119
+gallium_dri.so malloc 72 0x557173478a80 0.000120
+gallium_dri.so free 0x557173478cc0 void 0.000118
+gallium_dri.so free 0x557173478a80 void 0.000185
+gallium_dri.so malloc 72 0x557173478c70 0.000161
+gallium_dri.so free 0x557173478d40 void 0.000161
+gallium_dri.so free 0x557173478c70 void 0.000159
+gallium_dri.so malloc 72 0x557173478d90 0.000157
+gallium_dri.so free 0x557173478e00 void 0.000161
+gallium_dri.so free 0x557173478d90 void 0.000159
+gallium_dri.so malloc 72 0x557173478e40 0.000159
+gallium_dri.so free 0x557173478ec0 void 0.000159
+gallium_dri.so free 0x557173478e40 void 0.000158
+gallium_dri.so malloc 72 0x557173478e40 0.000165
+gallium_dri.so free 0x557173478f40 void 0.000129
+gallium_dri.so free 0x557173478e40 void 0.000125
+gallium_dri.so malloc 72 0x557173478f70 0.000125
+gallium_dri.so free 0x557173478fc0 void 0.000126
+gallium_dri.so free 0x557173478f70 void 0.000125
+gallium_dri.so malloc 72 0x557173478f70 0.000124
+gallium_dri.so free 0x557173619f80 void 0.000126
+gallium_dri.so free 0x557173478f70 void 0.000125
+gallium_dri.so malloc 72 0x557173619fd0 0.000125
+gallium_dri.so free 0x55717361a040 void 0.000125
+gallium_dri.so free 0x557173619fd0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a060 0.000140
+gallium_dri.so free 0x55717361a100 void 0.000126
+gallium_dri.so free 0x55717361a060 void 0.000124
+gallium_dri.so malloc 72 0x55717361a0b0 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000125
+gallium_dri.so free 0x55717361a0b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a0b0 0.000125
+gallium_dri.so free 0x55717361a280 void 0.000126
+gallium_dri.so free 0x55717361a0b0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a230 0.000126
+gallium_dri.so free 0x55717361a300 void 0.000125
+gallium_dri.so free 0x55717361a230 void 0.000123
+gallium_dri.so malloc 72 0x55717361a350 0.000125
+gallium_dri.so free 0x55717361a3c0 void 0.000125
+gallium_dri.so free 0x55717361a350 void 0.000125
+gallium_dri.so malloc 72 0x55717361a3e0 0.000126
+gallium_dri.so free 0x55717361a480 void 0.000125
+gallium_dri.so free 0x55717361a3e0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a430 0.000124
+gallium_dri.so free 0x55717361a500 void 0.000124
+gallium_dri.so free 0x55717361a430 void 0.000124
+gallium_dri.so malloc 72 0x55717361a430 0.000137
+gallium_dri.so free 0x55717361a580 void 0.000126
+gallium_dri.so free 0x55717361a430 void 0.000125
+gallium_dri.so malloc 72 0x55717361a580 0.000125
+gallium_dri.so free 0x55717361a640 void 0.000137
+gallium_dri.so free 0x55717361a580 void 0.000127
+gallium_dri.so malloc 72 0x55717361a580 0.000124
+gallium_dri.so free 0x55717361a740 void 0.000126
+gallium_dri.so free 0x55717361a580 void 0.000124
+gallium_dri.so malloc 72 0x55717361a580 0.000124
+gallium_dri.so free 0x55717361a7c0 void 0.000126
+gallium_dri.so free 0x55717361a580 void 0.000125
+gallium_dri.so malloc 72 0x55717361a7f0 0.000127
+gallium_dri.so free 0x55717361a840 void 0.000138
+gallium_dri.so free 0x55717361a7f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a7f0 0.000130
+gallium_dri.so free 0x55717361a940 void 0.000160
+gallium_dri.so free 0x55717361a7f0 void 0.000134
+gallium_dri.so malloc 72 0x55717361a8f0 0.000133
+gallium_dri.so free 0x55717361aa00 void 0.000128
+gallium_dri.so free 0x55717361a8f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a9b0 0.000125
+gallium_dri.so free 0x55717361aa40 void 0.000125
+gallium_dri.so free 0x55717361a9b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a9b0 0.000125
+gallium_dri.so free 0x55717361ab00 void 0.000127
+gallium_dri.so free 0x55717361a9b0 void 0.000126
+gallium_dri.so malloc 72 0x55717361ab50 0.000126
+gallium_dri.so free 0x55717361abc0 void 0.000137
+gallium_dri.so free 0x55717361ab50 void 0.000126
+gallium_dri.so malloc 72 0x55717361ac00 0.000124
+gallium_dri.so free 0x55717361ac80 void 0.000125
+gallium_dri.so free 0x55717361ac00 void 0.000133
+gallium_dri.so malloc 72 0x55717361ac80 0.000120
+gallium_dri.so free 0x55717361ad40 void 0.000120
+gallium_dri.so free 0x55717361ac80 void 0.000118
+gallium_dri.so malloc 72 0x55717361ac80 0.000119
+gallium_dri.so free 0x55717361adc0 void 0.000119
+gallium_dri.so free 0x55717361ac80 void 0.000119
+gallium_dri.so malloc 72 0x55717361adf0 0.000119
+gallium_dri.so free 0x55717361ae40 void 0.000118
+gallium_dri.so free 0x55717361adf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361adf0 0.000118
+gallium_dri.so free 0x55717361af40 void 0.000119
+gallium_dri.so free 0x55717361adf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361aef0 0.000118
+gallium_dri.so free 0x55717361b000 void 0.000119
+gallium_dri.so free 0x55717361aef0 void 0.000118
+gallium_dri.so malloc 72 0x55717361afb0 0.000120
+gallium_dri.so free 0x55717361b080 void 0.000118
+gallium_dri.so free 0x55717361afb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b0a0 0.000119
+gallium_dri.so free 0x55717361b140 void 0.000119
+gallium_dri.so free 0x55717361b0a0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b0f0 0.000163
+gallium_dri.so free 0x55717361b1c0 void 0.000121
+gallium_dri.so free 0x55717361b0f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b0f0 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000119
+gallium_dri.so free 0x55717361b0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b240 0.000119
+gallium_dri.so free 0x55717361b300 void 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so malloc 72 0x55717361b240 0.000121
+gallium_dri.so free 0x55717361b3c0 void 0.000122
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so malloc 72 0x55717361b240 0.000121
+gallium_dri.so free 0x55717361b480 void 0.000119
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so malloc 72 0x55717361b430 0.000119
+gallium_dri.so free 0x55717361b480 void 0.000117
+gallium_dri.so free 0x55717361b430 void 0.000118
+gallium_dri.so malloc 72 0x55717361b430 0.000118
+gallium_dri.so free 0x55717361b580 void 0.000121
+gallium_dri.so free 0x55717361b430 void 0.000119
+gallium_dri.so malloc 72 0x55717361b530 0.000119
+gallium_dri.so free 0x55717361b640 void 0.000119
+gallium_dri.so free 0x55717361b530 void 0.000119
+gallium_dri.so malloc 72 0x55717361b5f0 0.000118
+gallium_dri.so free 0x55717361b680 void 0.000128
+gallium_dri.so free 0x55717361b5f0 void 0.000133
+gallium_dri.so malloc 72 0x55717361b5f0 0.000119
+gallium_dri.so free 0x55717361b740 void 0.000120
+gallium_dri.so free 0x55717361b5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b780 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000120
+gallium_dri.so free 0x55717361b780 void 0.000119
+gallium_dri.so malloc 72 0x55717361b800 0.000119
+gallium_dri.so free 0x55717361b8c0 void 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000119
+gallium_dri.so malloc 72 0x55717361b800 0.000118
+gallium_dri.so free 0x55717361b980 void 0.000119
+gallium_dri.so free 0x55717361b800 void 0.000119
+gallium_dri.so malloc 72 0x55717361b9a0 0.000125
+gallium_dri.so free 0x55717361ba40 void 0.000124
+gallium_dri.so free 0x55717361b9a0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b9f0 0.000118
+gallium_dri.so free 0x55717361bac0 void 0.000126
+gallium_dri.so free 0x55717361b9f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361b9f0 0.000133
+gallium_dri.so free 0x55717361bb40 void 0.000126
+gallium_dri.so free 0x55717361b9f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361bb40 0.000119
+gallium_dri.so free 0x55717361bc00 void 0.000119
+gallium_dri.so free 0x55717361bb40 void 0.000125
+gallium_dri.so malloc 72 0x55717361bb40 0.000124
+gallium_dri.so free 0x55717361bcc0 void 0.000121
+gallium_dri.so free 0x55717361bb40 void 0.000119
+gallium_dri.so malloc 72 0x55717361bb40 0.000120
+gallium_dri.so free 0x55717361bd80 void 0.000117
+gallium_dri.so free 0x55717361bb40 void 0.000155
+gallium_dri.so malloc 72 0x55717361bd30 0.000119
+gallium_dri.so free 0x55717361be40 void 0.000121
+gallium_dri.so free 0x55717361bd30 void 0.000118
+gallium_dri.so malloc 72 0x55717361bdf0 0.000120
+gallium_dri.so free 0x55717361bec0 void 0.000118
+gallium_dri.so free 0x55717361bdf0 void 0.000120
+gallium_dri.so malloc 72 0x55717361bf10 0.000119
+gallium_dri.so free 0x55717361bf80 void 0.000118
+gallium_dri.so free 0x55717361bf10 void 0.000119
+gallium_dri.so malloc 72 0x55717361bfa0 0.000119
+gallium_dri.so free 0x55717361c040 void 0.000121
+gallium_dri.so free 0x55717361bfa0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bff0 0.000119
+gallium_dri.so free 0x55717361c0c0 void 0.000119
+gallium_dri.so free 0x55717361bff0 void 0.000117
+gallium_dri.so malloc 72 0x55717361bff0 0.000119
+gallium_dri.so free 0x55717361c140 void 0.000133
+gallium_dri.so free 0x55717361bff0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c140 0.000118
+gallium_dri.so free 0x55717361c200 void 0.000159
+gallium_dri.so free 0x55717361c140 void 0.000113
+gallium_dri.so malloc 72 0x55717361c140 0.000112
+gallium_dri.so free 0x55717361c300 void 0.000110
+gallium_dri.so free 0x55717361c140 void 0.000110
+gallium_dri.so malloc 72 0x55717361c2b0 0.000110
+gallium_dri.so free 0x55717361c340 void 0.000110
+gallium_dri.so free 0x55717361c2b0 void 0.000110
+gallium_dri.so malloc 72 0x55717361c2b0 0.000110
+gallium_dri.so free 0x55717361c400 void 0.000110
+gallium_dri.so free 0x55717361c2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c440 0.000110
+gallium_dri.so free 0x55717361c4c0 void 0.000110
+gallium_dri.so free 0x55717361c440 void 0.000110
+gallium_dri.so malloc 72 0x55717361c4c0 0.000124
+gallium_dri.so free 0x55717361c580 void 0.000115
+gallium_dri.so free 0x55717361c4c0 void 0.000110
+gallium_dri.so malloc 72 0x55717361c4c0 0.000112
+gallium_dri.so free 0x55717361c600 void 0.000111
+gallium_dri.so free 0x55717361c4c0 void 0.000110
+gallium_dri.so malloc 72 0x55717361c630 0.000113
+gallium_dri.so free 0x55717361c680 void 0.000111
+gallium_dri.so free 0x55717361c630 void 0.000111
+gallium_dri.so malloc 72 0x55717361c630 0.000111
+gallium_dri.so free 0x55717361c780 void 0.000111
+gallium_dri.so free 0x55717361c630 void 0.000111
+gallium_dri.so malloc 72 0x55717361c7c0 0.000111
+gallium_dri.so free 0x55717361c840 void 0.000111
+gallium_dri.so free 0x55717361c7c0 void 0.000146
+gallium_dri.so malloc 72 0x55717361c840 0.000247
+gallium_dri.so free 0x55717361c900 void 0.000245
+gallium_dri.so free 0x55717361c840 void 0.000276
+gallium_dri.so malloc 72 0x55717361c840 0.000281
+gallium_dri.so free 0x55717361c980 void 0.000292
+gallium_dri.so free 0x55717361c840 void 0.000280
+gallium_dri.so malloc 72 0x55717361c9b0 0.000274
+gallium_dri.so free 0x55717361ca00 void 0.000290
+gallium_dri.so free 0x55717361c9b0 void 0.000283
+gallium_dri.so malloc 72 0x55717361c9b0 0.000273
+gallium_dri.so free 0x55717361cb00 void 0.000265
+gallium_dri.so free 0x55717361c9b0 void 0.000268
+gallium_dri.so malloc 72 0x55717361cab0 0.000283
+gallium_dri.so free 0x55717361cbc0 void 0.000266
+gallium_dri.so free 0x55717361cab0 void 0.000228
+gallium_dri.so malloc 72 0x55717361cb70 0.000190
+gallium_dri.so free 0x55717361cc40 void 0.000127
+gallium_dri.so free 0x55717361cb70 void 0.000118
+gallium_dri.so malloc 72 0x55717361cb70 0.000119
+gallium_dri.so free 0x55717361cd00 void 0.000120
+gallium_dri.so free 0x55717361cb70 void 0.000125
+gallium_dri.so malloc 72 0x55717361cb70 0.000119
+gallium_dri.so free 0x55717361cdc0 void 0.000121
+gallium_dri.so free 0x55717361cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361cd70 0.000120
+gallium_dri.so free 0x55717361ce40 void 0.000120
+gallium_dri.so free 0x55717361cd70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ce90 0.000119
+gallium_dri.so free 0x55717361cf00 void 0.000120
+gallium_dri.so free 0x55717361ce90 void 0.000120
+gallium_dri.so malloc 72 0x55717361cf20 0.000120
+gallium_dri.so free 0x55717361cfc0 void 0.000120
+gallium_dri.so free 0x55717361cf20 void 0.000120
+gallium_dri.so malloc 72 0x55717361cf70 0.000120
+gallium_dri.so free 0x55717361d040 void 0.000140
+gallium_dri.so free 0x55717361cf70 void 0.000120
+gallium_dri.so malloc 72 0x55717361d040 0.000120
+gallium_dri.so free 0x55717361d100 void 0.000120
+gallium_dri.so free 0x55717361d040 void 0.000118
+gallium_dri.so malloc 72 0x55717361d040 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000121
+gallium_dri.so free 0x55717361d040 void 0.000118
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d240 void 0.000120
+gallium_dri.so free 0x55717361d180 void 0.000118
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d300 void 0.000120
+gallium_dri.so free 0x55717361d180 void 0.000119
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d3c0 void 0.000121
+gallium_dri.so free 0x55717361d180 void 0.000118
+gallium_dri.so malloc 72 0x55717361d370 0.000120
+gallium_dri.so free 0x55717361d440 void 0.000120
+gallium_dri.so free 0x55717361d370 void 0.000118
+gallium_dri.so malloc 72 0x55717361d490 0.000119
+gallium_dri.so free 0x55717361d500 void 0.000119
+gallium_dri.so free 0x55717361d490 void 0.000118
+gallium_dri.so malloc 72 0x55717361d540 0.000120
+gallium_dri.so free 0x55717361d5c0 void 0.000120
+gallium_dri.so free 0x55717361d540 void 0.000119
+gallium_dri.so malloc 72 0x55717361d540 0.000127
+gallium_dri.so free 0x55717361d640 void 0.000121
+gallium_dri.so free 0x55717361d540 void 0.000118
+gallium_dri.so malloc 72 0x55717361d670 0.000117
+gallium_dri.so free 0x55717361d6c0 void 0.000119
+gallium_dri.so free 0x55717361d670 void 0.000118
+gallium_dri.so malloc 72 0x55717361d670 0.000119
+gallium_dri.so free 0x55717361d7c0 void 0.000119
+gallium_dri.so free 0x55717361d670 void 0.000120
+gallium_dri.so malloc 72 0x55717361d770 0.000118
+gallium_dri.so free 0x55717361d880 void 0.000119
+gallium_dri.so free 0x55717361d770 void 0.000118
+gallium_dri.so malloc 72 0x55717361d830 0.000119
+gallium_dri.so free 0x55717361d8c0 void 0.000119
+gallium_dri.so free 0x55717361d830 void 0.000120
+gallium_dri.so malloc 72 0x55717361d830 0.000118
+gallium_dri.so free 0x55717361d980 void 0.000119
+gallium_dri.so free 0x55717361d830 void 0.000119
+gallium_dri.so malloc 72 0x55717361d9f0 0.000119
+gallium_dri.so free 0x55717361da40 void 0.000120
+gallium_dri.so free 0x55717361d9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d9f0 0.000118
+gallium_dri.so free 0x55717361db40 void 0.000119
+gallium_dri.so free 0x55717361d9f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361daf0 0.000118
+gallium_dri.so free 0x55717361dc00 void 0.000120
+gallium_dri.so free 0x55717361daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dbb0 0.000177
+gallium_dri.so free 0x55717361dc40 void 0.000163
+gallium_dri.so free 0x55717361dbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717361dbb0 0.000113
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so free 0x55717361dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dd40 0.000113
+gallium_dri.so free 0x55717361ddc0 void 0.000114
+gallium_dri.so free 0x55717361dd40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddc0 0.000113
+gallium_dri.so free 0x55717361de80 void 0.000113
+gallium_dri.so free 0x55717361ddc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ddc0 0.000113
+gallium_dri.so free 0x55717361df40 void 0.000113
+gallium_dri.so free 0x55717361ddc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361df60 0.000114
+gallium_dri.so free 0x55717361e000 void 0.000113
+gallium_dri.so free 0x55717361df60 void 0.000114
+gallium_dri.so malloc 72 0x55717361dfb0 0.000113
+gallium_dri.so free 0x55717361e080 void 0.000114
+gallium_dri.so free 0x55717361dfb0 void 0.000111
+gallium_dri.so malloc 72 0x55717361dfb0 0.000112
+gallium_dri.so free 0x55717361e100 void 0.000115
+gallium_dri.so free 0x55717361dfb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e100 0.000113
+gallium_dri.so free 0x55717361e1c0 void 0.000114
+gallium_dri.so free 0x55717361e100 void 0.000125
+gallium_dri.so malloc 72 0x55717361e100 0.000124
+gallium_dri.so free 0x55717361e280 void 0.000125
+gallium_dri.so free 0x55717361e100 void 0.000125
+gallium_dri.so malloc 72 0x55717361e100 0.000123
+gallium_dri.so free 0x55717361e340 void 0.000125
+gallium_dri.so free 0x55717361e100 void 0.000119
+gallium_dri.so malloc 72 0x55717361e2f0 0.000118
+gallium_dri.so free 0x55717361e400 void 0.000117
+gallium_dri.so free 0x55717361e2f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e3b0 0.000117
+gallium_dri.so free 0x55717361e480 void 0.000118
+gallium_dri.so free 0x55717361e3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e4d0 0.000117
+gallium_dri.so free 0x55717361e540 void 0.000117
+gallium_dri.so free 0x55717361e4d0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e560 0.000117
+gallium_dri.so free 0x55717361e600 void 0.000117
+gallium_dri.so free 0x55717361e560 void 0.000117
+gallium_dri.so malloc 72 0x55717361e5b0 0.000115
+gallium_dri.so free 0x55717361e680 void 0.000118
+gallium_dri.so free 0x55717361e5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e5b0 0.000118
+gallium_dri.so free 0x55717361e700 void 0.000117
+gallium_dri.so free 0x55717361e5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e700 0.000117
+gallium_dri.so free 0x55717361e7c0 void 0.000124
+gallium_dri.so free 0x55717361e700 void 0.000111
+gallium_dri.so malloc 72 0x55717361e700 0.000110
+gallium_dri.so free 0x55717361e8c0 void 0.000110
+gallium_dri.so free 0x55717361e700 void 0.000110
+gallium_dri.so malloc 72 0x55717361e870 0.000110
+gallium_dri.so free 0x55717361e900 void 0.000110
+gallium_dri.so free 0x55717361e870 void 0.000109
+gallium_dri.so malloc 72 0x55717361e870 0.000110
+gallium_dri.so free 0x55717361e9c0 void 0.000109
+gallium_dri.so free 0x55717361e870 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea00 0.000109
+gallium_dri.so free 0x55717361ea80 void 0.000111
+gallium_dri.so free 0x55717361ea00 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea80 0.000110
+gallium_dri.so free 0x55717361eb40 void 0.000109
+gallium_dri.so free 0x55717361ea80 void 0.000110
+gallium_dri.so malloc 72 0x55717361ea80 0.000110
+gallium_dri.so free 0x55717361ebc0 void 0.000109
+gallium_dri.so free 0x55717361ea80 void 0.000110
+gallium_dri.so malloc 72 0x55717361ebf0 0.000114
+gallium_dri.so free 0x55717361ec40 void 0.000110
+gallium_dri.so free 0x55717361ebf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ebf0 0.000109
+gallium_dri.so free 0x55717361ed40 void 0.000111
+gallium_dri.so free 0x55717361ebf0 void 0.000110
+gallium_dri.so malloc 72 0x55717361ed80 0.000110
+gallium_dri.so free 0x55717361ee00 void 0.000111
+gallium_dri.so free 0x55717361ed80 void 0.000111
+gallium_dri.so malloc 72 0x55717361ee00 0.000124
+gallium_dri.so free 0x55717361eec0 void 0.000121
+gallium_dri.so free 0x55717361ee00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ee00 0.000116
+gallium_dri.so free 0x55717361ef40 void 0.000114
+gallium_dri.so free 0x55717361ee00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ef70 0.000112
+gallium_dri.so free 0x55717361efc0 void 0.000115
+gallium_dri.so free 0x55717361ef70 void 0.000112
+gallium_dri.so malloc 72 0x55717361ef70 0.000112
+gallium_dri.so free 0x55717361f0c0 void 0.000114
+gallium_dri.so free 0x55717361ef70 void 0.000113
+gallium_dri.so malloc 72 0x55717361f070 0.000114
+gallium_dri.so free 0x55717361f180 void 0.000114
+gallium_dri.so free 0x55717361f070 void 0.000113
+gallium_dri.so malloc 72 0x55717361f130 0.000113
+gallium_dri.so free 0x55717361f200 void 0.000115
+gallium_dri.so free 0x55717361f130 void 0.000113
+gallium_dri.so malloc 72 0x55717361f130 0.000113
+gallium_dri.so free 0x55717361f2c0 void 0.000114
+gallium_dri.so free 0x55717361f130 void 0.000113
+gallium_dri.so malloc 72 0x55717361f130 0.000111
+gallium_dri.so free 0x55717361f380 void 0.000115
+gallium_dri.so free 0x55717361f130 void 0.000112
+gallium_dri.so malloc 72 0x55717361f330 0.000113
+gallium_dri.so free 0x55717361f400 void 0.000112
+gallium_dri.so free 0x55717361f330 void 0.000161
+gallium_dri.so malloc 72 0x55717361f450 0.000115
+gallium_dri.so free 0x55717361f4c0 void 0.000114
+gallium_dri.so free 0x55717361f450 void 0.000113
+gallium_dri.so malloc 72 0x55717361f4e0 0.000114
+gallium_dri.so free 0x55717361f580 void 0.000112
+gallium_dri.so free 0x55717361f4e0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f530 0.000113
+gallium_dri.so free 0x55717361f600 void 0.000114
+gallium_dri.so free 0x55717361f530 void 0.000111
+gallium_dri.so malloc 72 0x55717361f600 0.000114
+gallium_dri.so free 0x55717361f6c0 void 0.000114
+gallium_dri.so free 0x55717361f600 void 0.000113
+gallium_dri.so malloc 72 0x55717361f600 0.000113
+gallium_dri.so free 0x55717361f740 void 0.000114
+gallium_dri.so free 0x55717361f600 void 0.000112
+gallium_dri.so malloc 72 0x55717361f740 0.000113
+gallium_dri.so free 0x55717361f800 void 0.000113
+gallium_dri.so free 0x55717361f740 void 0.000112
+gallium_dri.so malloc 72 0x55717361f740 0.000112
+gallium_dri.so free 0x55717361f8c0 void 0.000113
+gallium_dri.so free 0x55717361f740 void 0.000112
+gallium_dri.so malloc 72 0x55717361f740 0.000112
+gallium_dri.so free 0x55717361f980 void 0.000112
+gallium_dri.so free 0x55717361f740 void 0.000112
+gallium_dri.so malloc 72 0x55717361f930 0.000111
+gallium_dri.so free 0x55717361fa00 void 0.000113
+gallium_dri.so free 0x55717361f930 void 0.000123
+gallium_dri.so malloc 72 0x55717361fa50 0.000114
+gallium_dri.so free 0x55717361fac0 void 0.000113
+gallium_dri.so free 0x55717361fa50 void 0.000112
+gallium_dri.so malloc 72 0x55717361fb00 0.000112
+gallium_dri.so free 0x55717361fb80 void 0.000113
+gallium_dri.so free 0x55717361fb00 void 0.000111
+gallium_dri.so malloc 72 0x55717361fb00 0.000111
+gallium_dri.so free 0x55717361fc00 void 0.000116
+gallium_dri.so free 0x55717361fb00 void 0.000118
+gallium_dri.so malloc 72 0x55717361fc30 0.000115
+gallium_dri.so free 0x55717361fc80 void 0.000114
+gallium_dri.so free 0x55717361fc30 void 0.000112
+gallium_dri.so malloc 72 0x55717361fc30 0.000112
+gallium_dri.so free 0x557173620f80 void 0.000113
+gallium_dri.so free 0x55717361fc30 void 0.000112
+gallium_dri.so malloc 72 0x557173620f30 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x557173620f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000115
+gallium_dri.so free 0x5571735f2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000123
+gallium_dri.so free 0x5571735df4c0 void 0.000118
+gallium_dri.so free 0x5571735f2ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df530 0.000124
+gallium_dri.so free 0x557173590b40 void 0.000128
+gallium_dri.so free 0x5571735df530 void 0.000115
+gallium_dri.so malloc 72 0x5571735df530 0.000119
+gallium_dri.so free 0x55717360f9c0 void 0.000120
+gallium_dri.so free 0x5571735df530 void 0.000114
+gallium_dri.so malloc 72 0x55717360f970 0.000115
+gallium_dri.so free 0x557173620e80 void 0.000114
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x557173620e30 0.000113
+gallium_dri.so free 0x557173467680 void 0.000116
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000112
+gallium_dri.so free 0x5571735f5800 void 0.000114
+gallium_dri.so free 0x557173467630 void 0.000114
+gallium_dri.so malloc 72 0x5571735f57b0 0.000113
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610630 0.000112
+gallium_dri.so free 0x5571735c0900 void 0.000113
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000113
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd870 0.000112
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000118
+gallium_dri.so malloc 72 0x557173600cb0 0.000114
+gallium_dri.so free 0x557173600040 void 0.000166
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffff0 0.000112
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x5571735ffff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735893b0 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000120
+gallium_dri.so free 0x5571735893b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe30 0.000118
+gallium_dri.so free 0x5571735e25c0 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2570 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000113
+gallium_dri.so free 0x5571735e2570 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000114
+gallium_dri.so free 0x5571735eb5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c3f0 0.000113
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x55717346c3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x55717360f800 void 0.000114
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f7b0 0.000112
+gallium_dri.so free 0x5571735c3f40 void 0.000113
+gallium_dri.so free 0x55717360f7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x5571735faec0 void 0.000120
+gallium_dri.so free 0x5571735c3ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae70 0.000112
+gallium_dri.so free 0x5571735f6440 void 0.000111
+gallium_dri.so free 0x5571735fae70 void 0.000162
+gallium_dri.so malloc 72 0x5571735f63f0 0.000162
+gallium_dri.so free 0x55717360e0c0 void 0.000158
+gallium_dri.so free 0x5571735f63f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e070 0.000127
+gallium_dri.so free 0x5571735c4100 void 0.000123
+gallium_dri.so free 0x55717360e070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c40b0 0.000115
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x5571735c40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d21b0 0.000117
+gallium_dri.so free 0x5571735fda80 void 0.000122
+gallium_dri.so free 0x5571735d21b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fda30 0.000116
+gallium_dri.so free 0x5571735db480 void 0.000117
+gallium_dri.so free 0x5571735fda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000113
+gallium_dri.so free 0x55717346c280 void 0.000114
+gallium_dri.so free 0x5571735db430 void 0.000113
+gallium_dri.so malloc 72 0x55717346c230 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8630 0.000116
+gallium_dri.so free 0x5571735dc740 void 0.000115
+gallium_dri.so free 0x5571735f8630 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000114
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000112
+gallium_dri.so free 0x55717346ea00 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x55717346e9b0 0.000112
+gallium_dri.so free 0x55717346e840 void 0.000113
+gallium_dri.so free 0x55717346e9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346e7f0 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000115
+gallium_dri.so free 0x55717346e7f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000113
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x5571735fd6b0 void 0.000114
+gallium_dri.so malloc 72 0x557173620c70 0.000113
+gallium_dri.so free 0x55717360d400 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000124
+gallium_dri.so malloc 72 0x55717360d3b0 0.000123
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so free 0x55717360d3b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d3b0 0.000114
+gallium_dri.so free 0x5571735f8840 void 0.000114
+gallium_dri.so free 0x55717360d3b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f87f0 0.000112
+gallium_dri.so free 0x5571735f8a00 void 0.000112
+gallium_dri.so free 0x5571735f87f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f89b0 0.000112
+gallium_dri.so free 0x55717346c0c0 void 0.000112
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c070 0.000112
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so free 0x55717346c070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000113
+gallium_dri.so free 0x5571735c2970 void 0.000111
+gallium_dri.so malloc 72 0x557173469e30 0.000112
+gallium_dri.so free 0x557173461c40 void 0.000163
+gallium_dri.so free 0x557173469e30 void 0.000164
+gallium_dri.so malloc 72 0x557173461bf0 0.000123
+gallium_dri.so free 0x5571735f2e80 void 0.000124
+gallium_dri.so free 0x557173461bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735f7100 void 0.000120
+gallium_dri.so free 0x5571735f2e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f70b0 0.000123
+gallium_dri.so free 0x5571735e1640 void 0.000131
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000114
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000114
+gallium_dri.so free 0x5571735fe740 void 0.000113
+gallium_dri.so free 0x5571735dc070 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000112
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735fe6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c00f0 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000114
+gallium_dri.so free 0x5571735c00f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d0b0 0.000112
+gallium_dri.so free 0x5571735c10c0 void 0.000114
+gallium_dri.so free 0x55717346d0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000112
+gallium_dri.so free 0x557173460f80 void 0.000112
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x557173460f30 0.000113
+gallium_dri.so free 0x5571735c1d00 void 0.000118
+gallium_dri.so free 0x557173460f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000111
+gallium_dri.so free 0x5571735cfc40 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000113
+gallium_dri.so free 0x5571735cfbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4770 0.000112
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000115
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6b30 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735f6b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dedf0 0.000111
+gallium_dri.so free 0x55717360b7c0 void 0.000113
+gallium_dri.so free 0x5571735dedf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b770 0.000112
+gallium_dri.so free 0x55717360f640 void 0.000113
+gallium_dri.so free 0x55717360b770 void 0.000113
+gallium_dri.so malloc 72 0x55717360f5f0 0.000113
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffc70 0.000114
+gallium_dri.so free 0x557173473580 void 0.000114
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x557173473530 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000114
+gallium_dri.so free 0x557173473530 void 0.000160
+gallium_dri.so malloc 72 0x5571735f31b0 0.000115
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000114
+gallium_dri.so free 0x55717346ab40 void 0.000115
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x5571735e31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000112
+gallium_dri.so free 0x5571735f96c0 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000112
+gallium_dri.so free 0x557173605c40 void 0.000115
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000113
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x5571735dfb00 void 0.000113
+gallium_dri.so free 0x55717360c770 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfab0 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000115
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000114
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000111
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000113
+gallium_dri.so malloc 72 0x55717346e630 0.000112
+gallium_dri.so free 0x557173461600 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000111
+gallium_dri.so malloc 72 0x55717346e630 0.000112
+gallium_dri.so free 0x557173610040 void 0.000112
+gallium_dri.so free 0x55717346e630 void 0.000112
+gallium_dri.so malloc 72 0x55717346e630 0.000112
+gallium_dri.so free 0x5571735f9f80 void 0.000116
+gallium_dri.so free 0x55717346e630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x557173620000 void 0.000115
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ffb0 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ffb0 0.000111
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x55717361ffb0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000113
+gallium_dri.so free 0x557173610ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fefb0 0.000125
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7970 0.000112
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7970 0.000111
+gallium_dri.so free 0x5571735c3280 void 0.000114
+gallium_dri.so free 0x5571735f7970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000111
+gallium_dri.so free 0x5571735e03c0 void 0.000112
+gallium_dri.so free 0x5571736095f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0370 0.000124
+gallium_dri.so free 0x5571735dd640 void 0.000125
+gallium_dri.so free 0x5571735e0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571735dd5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x5571735fca40 void 0.000120
+gallium_dri.so free 0x5571735dd5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000168
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e930 0.000119
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000119
+gallium_dri.so malloc 72 0x55717346b3b0 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000119
+gallium_dri.so free 0x55717346b3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d970 0.000118
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x55717346d970 void 0.000116
+gallium_dri.so malloc 72 0x55717346d970 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000117
+gallium_dri.so free 0x55717346d970 void 0.000116
+gallium_dri.so malloc 72 0x55717346d970 0.000117
+gallium_dri.so free 0x55717360da80 void 0.000120
+gallium_dri.so free 0x55717346d970 void 0.000119
+gallium_dri.so malloc 72 0x55717360da80 0.000118
+gallium_dri.so free 0x557173607e80 void 0.000122
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so malloc 72 0x55717360da80 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000117
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so malloc 72 0x55717360da80 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000116
+gallium_dri.so free 0x55717360da80 void 0.000128
+gallium_dri.so malloc 72 0x5571735cfa00 0.000119
+gallium_dri.so free 0x557173469a00 void 0.000121
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfa00 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000119
+gallium_dri.so free 0x5571734741c0 void 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000120
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc00 0.000118
+gallium_dri.so free 0x557173469c00 void 0.000120
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x5571735f61c0 void 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000116
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x5571735f6240 void 0.000128
+gallium_dri.so free 0x55717358dc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6270 0.000116
+gallium_dri.so free 0x5571735dbe40 void 0.000118
+gallium_dri.so free 0x5571735f6270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6270 0.000119
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so free 0x5571735f6270 void 0.000120
+gallium_dri.so malloc 72 0x5571735debc0 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735debc0 0.000225
+gallium_dri.so free 0x5571735ecfc0 void 0.000179
+gallium_dri.so free 0x5571735debc0 void 0.000183
+gallium_dri.so malloc 72 0x5571735ecff0 0.000114
+gallium_dri.so free 0x557173460d00 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecff0 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x557173473f40 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000118
+gallium_dri.so free 0x557173473fc0 void 0.000114
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so malloc 72 0x557173473ff0 0.000112
+gallium_dri.so free 0x557173466dc0 void 0.000113
+gallium_dri.so free 0x557173473ff0 void 0.000114
+gallium_dri.so malloc 72 0x557173473ff0 0.000113
+gallium_dri.so free 0x557173603300 void 0.000115
+gallium_dri.so free 0x557173473ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000143
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000115
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so malloc 72 0x557173603300 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000116
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec370 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735ec370 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000112
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000106
+gallium_dri.so free 0x557173590480 void 0.000117
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735904b0 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so free 0x5571735904b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736080c0 0.000113
+gallium_dri.so free 0x557173608180 void 0.000115
+gallium_dri.so free 0x5571736080c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736080c0 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x5571736080c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x55717358b880 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so malloc 72 0x55717358b880 0.000112
+gallium_dri.so free 0x55717360c5c0 void 0.000115
+gallium_dri.so free 0x55717358b880 void 0.000113
+gallium_dri.so malloc 72 0x55717360c570 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x55717360c570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5540 0.000125
+gallium_dri.so free 0x5571735db1c0 void 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000113
+gallium_dri.so free 0x5571735db240 void 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so malloc 72 0x5571735db270 0.000111
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so free 0x5571735db270 void 0.000113
+gallium_dri.so malloc 72 0x5571735db270 0.000112
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so free 0x5571735db270 void 0.000112
+gallium_dri.so malloc 72 0x557173467440 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so malloc 72 0x557173467440 0.000112
+gallium_dri.so free 0x5571735e2380 void 0.000115
+gallium_dri.so free 0x557173467440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e23b0 0.000115
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571735e23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e23b0 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x5571735e23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e23b0 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000113
+gallium_dri.so free 0x5571735e23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfe40 0.000112
+gallium_dri.so free 0x5571735fbc80 void 0.000162
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc30 0.000114
+gallium_dri.so free 0x557173605980 void 0.000114
+gallium_dri.so free 0x5571735fbc30 void 0.000113
+gallium_dri.so malloc 72 0x557173605930 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000113
+gallium_dri.so free 0x557173605930 void 0.000113
+gallium_dri.so malloc 72 0x55717360ba40 0.000112
+gallium_dri.so free 0x557173464800 void 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ba40 0.000115
+gallium_dri.so free 0x5571734648c0 void 0.000116
+gallium_dri.so free 0x55717360ba40 void 0.000116
+gallium_dri.so malloc 72 0x5571734648e0 0.000115
+gallium_dri.so free 0x55717360bb00 void 0.000114
+gallium_dri.so free 0x5571734648e0 void 0.000114
+gallium_dri.so malloc 72 0x5571734648e0 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000113
+gallium_dri.so free 0x5571734648e0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x5571734648e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b4c0 0.000112
+gallium_dri.so free 0x557173589080 void 0.000127
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000113
+gallium_dri.so free 0x557173589100 void 0.000117
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so malloc 72 0x557173589130 0.000115
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x557173589130 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bdc0 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bd70 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x55717360bd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd90 0.000112
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so free 0x5571735cfd90 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe20 0.000112
+gallium_dri.so free 0x5571735d2300 void 0.000116
+gallium_dri.so free 0x5571735cfe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2330 0.000113
+gallium_dri.so free 0x5571735d2380 void 0.000114
+gallium_dri.so free 0x5571735d2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2330 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so free 0x5571735d2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4910 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000122
+gallium_dri.so free 0x5571735d4910 void 0.000114
+gallium_dri.so malloc 72 0x5571735d49c0 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so free 0x5571735d49c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d49c0 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000113
+gallium_dri.so free 0x5571735d49c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000112
+gallium_dri.so free 0x5571735fc440 void 0.000110
+gallium_dri.so free 0x5571735fc3f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000111
+gallium_dri.so free 0x5571735f4980 void 0.000112
+gallium_dri.so free 0x5571735fc3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49d0 0.000111
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so free 0x5571735f49d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4a60 0.000111
+gallium_dri.so free 0x5571735f4b00 void 0.000112
+gallium_dri.so free 0x5571735f4a60 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000111
+gallium_dri.so free 0x5571735f4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000112
+gallium_dri.so free 0x5571735c02b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c02b0 0.000111
+gallium_dri.so free 0x5571735eb700 void 0.000111
+gallium_dri.so free 0x5571735c02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb750 0.000121
+gallium_dri.so free 0x5571735eb7c0 void 0.000118
+gallium_dri.so free 0x5571735eb750 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000120
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb7e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb830 0.000120
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735eb830 void 0.000118
+gallium_dri.so malloc 72 0x5571735c03b0 0.000118
+gallium_dri.so free 0x5571735fafc0 void 0.000118
+gallium_dri.so free 0x5571735c03b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb010 0.000119
+gallium_dri.so free 0x5571735fb080 void 0.000119
+gallium_dri.so free 0x5571735fb010 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb0e0 0.000118
+gallium_dri.so free 0x5571735fb180 void 0.000120
+gallium_dri.so free 0x5571735fb0e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb130 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735fb130 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1770 0.000118
+gallium_dri.so free 0x5571735e17c0 void 0.000119
+gallium_dri.so free 0x5571735e1770 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1770 0.000118
+gallium_dri.so free 0x5571735e18c0 void 0.000120
+gallium_dri.so free 0x5571735e1770 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1870 0.000119
+gallium_dri.so free 0x5571734605c0 void 0.000120
+gallium_dri.so free 0x5571735e1870 void 0.000117
+gallium_dri.so malloc 72 0x557173460570 0.000117
+gallium_dri.so free 0x557173460600 void 0.000119
+gallium_dri.so free 0x557173460570 void 0.000118
+gallium_dri.so malloc 72 0x557173460570 0.000125
+gallium_dri.so free 0x5571734606c0 void 0.000120
+gallium_dri.so free 0x557173460570 void 0.000118
+gallium_dri.so malloc 72 0x557173460710 0.000118
+gallium_dri.so free 0x557173611080 void 0.000118
+gallium_dri.so free 0x557173460710 void 0.000120
+gallium_dri.so malloc 72 0x557173460710 0.000117
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so free 0x557173460710 void 0.000120
+gallium_dri.so malloc 72 0x557173611100 0.000118
+gallium_dri.so free 0x5571736111c0 void 0.000118
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so malloc 72 0x557173611100 0.000117
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so malloc 72 0x557173611100 0.000118
+gallium_dri.so free 0x557173609840 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000119
+gallium_dri.so malloc 72 0x5571736097f0 0.000117
+gallium_dri.so free 0x5571736098c0 void 0.000177
+gallium_dri.so free 0x5571736097f0 void 0.000120
+gallium_dri.so malloc 72 0x557173609910 0.000118
+gallium_dri.so free 0x55717346d200 void 0.000118
+gallium_dri.so free 0x557173609910 void 0.000118
+gallium_dri.so malloc 72 0x55717346d240 0.000118
+gallium_dri.so free 0x55717346d2c0 void 0.000118
+gallium_dri.so free 0x55717346d240 void 0.000118
+gallium_dri.so malloc 72 0x55717346d240 0.000118
+gallium_dri.so free 0x55717346d340 void 0.000119
+gallium_dri.so free 0x55717346d240 void 0.000119
+gallium_dri.so malloc 72 0x55717346d370 0.000118
+gallium_dri.so free 0x55717346d3c0 void 0.000118
+gallium_dri.so free 0x55717346d370 void 0.000119
+gallium_dri.so malloc 72 0x55717346d370 0.000117
+gallium_dri.so free 0x5571735f7200 void 0.000120
+gallium_dri.so free 0x55717346d370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7250 0.000116
+gallium_dri.so free 0x5571735f72c0 void 0.000121
+gallium_dri.so free 0x5571735f7250 void 0.000119
+gallium_dri.so malloc 72 0x5571735f72e0 0.000119
+gallium_dri.so free 0x5571735f7380 void 0.000118
+gallium_dri.so free 0x5571735f72e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7330 0.000117
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735f7330 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000122
+gallium_dri.so free 0x5571735f7400 void 0.000118
+gallium_dri.so free 0x5571735fe8b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000120
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe900 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe900 0.000119
+gallium_dri.so free 0x5571735dce80 void 0.000119
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so malloc 72 0x5571735dceb0 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000117
+gallium_dri.so free 0x5571735dceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dceb0 0.000117
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000117
+gallium_dri.so free 0x5571735dfc00 void 0.000118
+gallium_dri.so free 0x5571735dcfb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfc60 0.000120
+gallium_dri.so free 0x5571735dd0c0 void 0.000117
+gallium_dri.so free 0x5571735dfc60 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd070 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000116
+gallium_dri.so free 0x5571735dd070 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000119
+gallium_dri.so free 0x5571735dfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfcb0 0.000121
+gallium_dri.so free 0x5571735c2ac0 void 0.000119
+gallium_dri.so free 0x5571735dfcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2b10 0.000119
+gallium_dri.so free 0x5571735c2b80 void 0.000120
+gallium_dri.so free 0x5571735c2b10 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2ba0 0.000120
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2ba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000118
+gallium_dri.so free 0x55717346ac40 void 0.000118
+gallium_dri.so free 0x5571735c2bf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ac90 0.000118
+gallium_dri.so free 0x5571735c2cc0 void 0.000120
+gallium_dri.so free 0x55717346ac90 void 0.000119
+gallium_dri.so malloc 72 0x55717346ac90 0.000117
+gallium_dri.so free 0x55717346ad00 void 0.000121
+gallium_dri.so free 0x55717346ac90 void 0.000120
+gallium_dri.so malloc 72 0x55717346ad50 0.000118
+gallium_dri.so free 0x55717346adc0 void 0.000119
+gallium_dri.so free 0x55717346ad50 void 0.000120
+gallium_dri.so malloc 72 0x55717346ade0 0.000115
+gallium_dri.so free 0x557173610780 void 0.000185
+gallium_dri.so free 0x55717346ade0 void 0.000119
+gallium_dri.so malloc 72 0x5571736107b0 0.000119
+gallium_dri.so free 0x557173610800 void 0.000119
+gallium_dri.so free 0x5571736107b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736107b0 0.000120
+gallium_dri.so free 0x557173610900 void 0.000118
+gallium_dri.so free 0x5571736107b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736108b0 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000119
+gallium_dri.so free 0x5571736108b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e200 0.000119
+gallium_dri.so free 0x55717346ae80 void 0.000120
+gallium_dri.so free 0x55717360e200 void 0.000119
+gallium_dri.so malloc 72 0x55717346ae30 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717346ae30 void 0.000115
+gallium_dri.so malloc 72 0x55717346ae30 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000118
+gallium_dri.so free 0x55717346ae30 void 0.000118
+gallium_dri.so malloc 72 0x55717360e2f0 0.000118
+gallium_dri.so free 0x5571735f97c0 void 0.000118
+gallium_dri.so free 0x55717360e2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9810 0.000118
+gallium_dri.so free 0x5571736109c0 void 0.000119
+gallium_dri.so free 0x5571735f9810 void 0.000118
+gallium_dri.so malloc 72 0x557173610970 0.000120
+gallium_dri.so free 0x55717360e3c0 void 0.000118
+gallium_dri.so free 0x557173610970 void 0.000121
+gallium_dri.so malloc 72 0x55717360e3f0 0.000118
+gallium_dri.so free 0x5571735f9880 void 0.000118
+gallium_dri.so free 0x55717360e3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f98f0 0.000119
+gallium_dri.so free 0x5571735f9940 void 0.000118
+gallium_dri.so free 0x5571735f98f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f98f0 0.000119
+gallium_dri.so free 0x557173600e00 void 0.000119
+gallium_dri.so free 0x5571735f98f0 void 0.000118
+gallium_dri.so malloc 72 0x557173600e50 0.000117
+gallium_dri.so free 0x557173600ec0 void 0.000125
+gallium_dri.so free 0x557173600e50 void 0.000119
+gallium_dri.so malloc 72 0x557173600ee0 0.000119
+gallium_dri.so free 0x557173600f80 void 0.000119
+gallium_dri.so free 0x557173600ee0 void 0.000118
+gallium_dri.so malloc 72 0x557173600f30 0.000117
+gallium_dri.so free 0x557173601000 void 0.000119
+gallium_dri.so free 0x557173600f30 void 0.000119
+gallium_dri.so malloc 72 0x557173600f30 0.000118
+gallium_dri.so free 0x557173461d40 void 0.000118
+gallium_dri.so free 0x557173600f30 void 0.000119
+gallium_dri.so malloc 72 0x557173461d90 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000118
+gallium_dri.so free 0x557173461d90 void 0.000129
+gallium_dri.so malloc 72 0x557173461e60 0.000119
+gallium_dri.so free 0x557173461f00 void 0.000118
+gallium_dri.so free 0x557173461e60 void 0.000117
+gallium_dri.so malloc 72 0x557173461eb0 0.000118
+gallium_dri.so free 0x55717346f200 void 0.000117
+gallium_dri.so free 0x557173461eb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000118
+gallium_dri.so free 0x55717346f280 void 0.000120
+gallium_dri.so free 0x55717346f1b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346f1b0 0.000117
+gallium_dri.so free 0x55717346f300 void 0.000118
+gallium_dri.so free 0x55717346f1b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346f300 0.000120
+gallium_dri.so free 0x55717346f3c0 void 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000120
+gallium_dri.so malloc 72 0x55717346f300 0.000119
+gallium_dri.so free 0x5571735c09c0 void 0.000119
+gallium_dri.so free 0x55717346f300 void 0.000117
+gallium_dri.so malloc 72 0x55717346f300 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000120
+gallium_dri.so free 0x55717346f300 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0ad0 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000120
+gallium_dri.so free 0x5571735c0ad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0b80 0.000118
+gallium_dri.so free 0x5571735c0c00 void 0.000167
+gallium_dri.so free 0x5571735c0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0c00 0.000120
+gallium_dri.so free 0x5571735c2e40 void 0.000120
+gallium_dri.so free 0x5571735c0c00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2e60 0.000119
+gallium_dri.so free 0x5571735c2f00 void 0.000119
+gallium_dri.so free 0x5571735c2e60 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000116
+gallium_dri.so free 0x5571735c2f80 void 0.000120
+gallium_dri.so free 0x5571735c2eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000119
+gallium_dri.so free 0x5571735c3000 void 0.000119
+gallium_dri.so free 0x5571735c2eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3000 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000119
+gallium_dri.so free 0x5571735c3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc640 0.000119
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc640 0.000118
+gallium_dri.so free 0x5571735fc740 void 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc770 0.000117
+gallium_dri.so free 0x5571735fc7c0 void 0.000119
+gallium_dri.so free 0x5571735fc770 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc770 0.000129
+gallium_dri.so free 0x557173610b00 void 0.000119
+gallium_dri.so free 0x5571735fc770 void 0.000118
+gallium_dri.so malloc 72 0x557173610b50 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000125
+gallium_dri.so free 0x557173610b50 void 0.000120
+gallium_dri.so malloc 72 0x557173610be0 0.000118
+gallium_dri.so free 0x557173610c80 void 0.000118
+gallium_dri.so free 0x557173610be0 void 0.000118
+gallium_dri.so malloc 72 0x557173610c30 0.000119
+gallium_dri.so free 0x557173610d00 void 0.000119
+gallium_dri.so free 0x557173610c30 void 0.000120
+gallium_dri.so malloc 72 0x557173610d70 0.000121
+gallium_dri.so free 0x5571735dff80 void 0.000119
+gallium_dri.so free 0x557173610d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000118
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0040 0.000117
+gallium_dri.so free 0x5571735e0100 void 0.000118
+gallium_dri.so free 0x5571735e0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0040 0.000118
+gallium_dri.so free 0x5571735e0180 void 0.000120
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735e01b0 0.000118
+gallium_dri.so free 0x5571735f7580 void 0.000119
+gallium_dri.so free 0x5571735e01b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f75c0 0.000120
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so free 0x5571735f75c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7640 0.000119
+gallium_dri.so free 0x5571735f7700 void 0.000120
+gallium_dri.so free 0x5571735f7640 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7640 0.000117
+gallium_dri.so free 0x5571735f77c0 void 0.000118
+gallium_dri.so free 0x5571735f7640 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7640 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so free 0x5571735f7640 void 0.000118
+gallium_dri.so malloc 72 0x55717360e570 0.000119
+gallium_dri.so free 0x55717360e5c0 void 0.000118
+gallium_dri.so free 0x55717360e570 void 0.000118
+gallium_dri.so malloc 72 0x55717360e570 0.000117
+gallium_dri.so free 0x55717360e6c0 void 0.000116
+gallium_dri.so free 0x55717360e570 void 0.000118
+gallium_dri.so malloc 72 0x55717360e670 0.000118
+gallium_dri.so free 0x55717360e780 void 0.000118
+gallium_dri.so free 0x55717360e670 void 0.000114
+gallium_dri.so malloc 72 0x55717360e730 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x55717360e730 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd230 0.000118
+gallium_dri.so free 0x5571735dd280 void 0.000118
+gallium_dri.so free 0x5571735dd230 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd340 void 0.000110
+gallium_dri.so free 0x5571735dd280 void 0.000109
+gallium_dri.so malloc 72 0x5571735dd280 0.000112
+gallium_dri.so free 0x5571735dd440 void 0.000110
+gallium_dri.so free 0x5571735dd280 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000110
+gallium_dri.so free 0x5571735ecb80 void 0.000112
+gallium_dri.so free 0x5571735dd3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecb30 0.000109
+gallium_dri.so free 0x5571735ecbc0 void 0.000110
+gallium_dri.so free 0x5571735ecb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecb30 0.000110
+gallium_dri.so free 0x5571735ecc80 void 0.000110
+gallium_dri.so free 0x5571735ecb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735eccc0 0.000109
+gallium_dri.so free 0x5571735ecd40 void 0.000109
+gallium_dri.so free 0x5571735eccc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecd40 0.000112
+gallium_dri.so free 0x5571735dba80 void 0.000109
+gallium_dri.so free 0x5571735ecd40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dba30 0.000112
+gallium_dri.so free 0x5571735dbb00 void 0.000114
+gallium_dri.so free 0x5571735dba30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbb20 0.000110
+gallium_dri.so free 0x5571735dbbc0 void 0.000110
+gallium_dri.so free 0x5571735dbb20 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbb70 0.000127
+gallium_dri.so free 0x5571735dbc40 void 0.000120
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb70 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000119
+gallium_dri.so free 0x5571735dbb70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9b90 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000117
+gallium_dri.so free 0x5571735f9b90 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9c20 0.000118
+gallium_dri.so free 0x5571735f9cc0 void 0.000118
+gallium_dri.so free 0x5571735f9c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c70 0.000117
+gallium_dri.so free 0x5571735f9d40 void 0.000118
+gallium_dri.so free 0x5571735f9c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9db0 0.000118
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so free 0x5571735f9db0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b000 0.000118
+gallium_dri.so free 0x55717346b080 void 0.000118
+gallium_dri.so free 0x55717346b000 void 0.000119
+gallium_dri.so malloc 72 0x55717346b080 0.000119
+gallium_dri.so free 0x55717346b140 void 0.000117
+gallium_dri.so free 0x55717346b080 void 0.000118
+gallium_dri.so malloc 72 0x55717346b080 0.000117
+gallium_dri.so free 0x55717346b1c0 void 0.000117
+gallium_dri.so free 0x55717346b080 void 0.000155
+gallium_dri.so malloc 72 0x55717346b1f0 0.000119
+gallium_dri.so free 0x5571735febc0 void 0.000119
+gallium_dri.so free 0x55717346b1f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fec00 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec80 0.000117
+gallium_dri.so free 0x5571735fed40 void 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fec80 0.000119
+gallium_dri.so free 0x5571735fee00 void 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000117
+gallium_dri.so malloc 72 0x5571735fec80 0.000117
+gallium_dri.so free 0x55717346d580 void 0.000117
+gallium_dri.so free 0x5571735fec80 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5b0 0.000120
+gallium_dri.so free 0x55717346d600 void 0.000118
+gallium_dri.so free 0x55717346d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5b0 0.000118
+gallium_dri.so free 0x55717346d700 void 0.000118
+gallium_dri.so free 0x55717346d5b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d6b0 0.000118
+gallium_dri.so free 0x55717346d7c0 void 0.000119
+gallium_dri.so free 0x55717346d6b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d770 0.000118
+gallium_dri.so free 0x557173460940 void 0.000119
+gallium_dri.so free 0x55717346d770 void 0.000126
+gallium_dri.so malloc 72 0x5571734608f0 0.000110
+gallium_dri.so free 0x5571734609c0 void 0.000111
+gallium_dri.so free 0x5571734608f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734609c0 0.000110
+gallium_dri.so free 0x557173460a80 void 0.000110
+gallium_dri.so free 0x5571734609c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734609c0 0.000112
+gallium_dri.so free 0x557173460b00 void 0.000111
+gallium_dri.so free 0x5571734609c0 void 0.000109
+gallium_dri.so malloc 72 0x557173460b00 0.000109
+gallium_dri.so free 0x5571735e2bc0 void 0.000116
+gallium_dri.so free 0x557173460b00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2b70 0.000110
+gallium_dri.so free 0x5571735e2c00 void 0.000109
+gallium_dri.so free 0x5571735e2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2b70 0.000111
+gallium_dri.so free 0x5571735e2cc0 void 0.000109
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2d00 0.000109
+gallium_dri.so free 0x5571735e2d80 void 0.000110
+gallium_dri.so free 0x5571735e2d00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2d80 0.000110
+gallium_dri.so free 0x55717360cdc0 void 0.000109
+gallium_dri.so free 0x5571735e2d80 void 0.000110
+gallium_dri.so malloc 72 0x55717360cd70 0.000110
+gallium_dri.so free 0x55717360ce40 void 0.000110
+gallium_dri.so free 0x55717360cd70 void 0.000109
+gallium_dri.so malloc 72 0x55717360ce60 0.000126
+gallium_dri.so free 0x55717360cf00 void 0.000118
+gallium_dri.so free 0x55717360ce60 void 0.000119
+gallium_dri.so malloc 72 0x55717360ceb0 0.000117
+gallium_dri.so free 0x55717360cf80 void 0.000119
+gallium_dri.so free 0x55717360ceb0 void 0.000117
+gallium_dri.so malloc 72 0x55717360ceb0 0.000119
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x55717360ceb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1670 0.000118
+gallium_dri.so free 0x5571735c1780 void 0.000117
+gallium_dri.so free 0x5571735c1670 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1730 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000118
+gallium_dri.so free 0x5571735c1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1730 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000118
+gallium_dri.so free 0x5571735c1730 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1730 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000118
+gallium_dri.so free 0x5571735c1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735de7b0 0.000118
+gallium_dri.so free 0x5571735de880 void 0.000117
+gallium_dri.so free 0x5571735de7b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de8d0 0.000118
+gallium_dri.so free 0x5571735de940 void 0.000118
+gallium_dri.so free 0x5571735de8d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de960 0.000122
+gallium_dri.so free 0x5571735dea00 void 0.000119
+gallium_dri.so free 0x5571735de960 void 0.000119
+gallium_dri.so malloc 72 0x5571735de9b0 0.000116
+gallium_dri.so free 0x5571735f5e00 void 0.000117
+gallium_dri.so free 0x5571735de9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5db0 0.000117
+gallium_dri.so free 0x5571735f5e80 void 0.000117
+gallium_dri.so free 0x5571735f5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000118
+gallium_dri.so free 0x5571735f5f40 void 0.000117
+gallium_dri.so free 0x5571735f5ed0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5fa0 0.000119
+gallium_dri.so free 0x5571735f6040 void 0.000118
+gallium_dri.so free 0x5571735f5fa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5ff0 0.000117
+gallium_dri.so free 0x557173473b80 void 0.000117
+gallium_dri.so free 0x5571735f5ff0 void 0.000117
+gallium_dri.so malloc 72 0x557173473b30 0.000118
+gallium_dri.so free 0x557173473c00 void 0.000118
+gallium_dri.so free 0x557173473b30 void 0.000118
+gallium_dri.so malloc 72 0x557173473b30 0.000117
+gallium_dri.so free 0x557173473c80 void 0.000119
+gallium_dri.so free 0x557173473b30 void 0.000116
+gallium_dri.so malloc 72 0x557173473c80 0.000116
+gallium_dri.so free 0x557173473d40 void 0.000118
+gallium_dri.so free 0x557173473c80 void 0.000129
+gallium_dri.so malloc 72 0x557173473c80 0.000111
+gallium_dri.so free 0x5571735e1140 void 0.000111
+gallium_dri.so free 0x557173473c80 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1170 0.000110
+gallium_dri.so free 0x5571735e11c0 void 0.000111
+gallium_dri.so free 0x5571735e1170 void 0.000110
+gallium_dri.so malloc 72 0x5571735e11c0 0.000111
+gallium_dri.so free 0x5571735e1280 void 0.000110
+gallium_dri.so free 0x5571735e11c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e11c0 0.000110
+gallium_dri.so free 0x5571735e1380 void 0.000110
+gallium_dri.so free 0x5571735e11c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1330 0.000112
+gallium_dri.so free 0x5571735fa9c0 void 0.000111
+gallium_dri.so free 0x5571735e1330 void 0.000111
+gallium_dri.so malloc 72 0x5571735fa9e0 0.000110
+gallium_dri.so free 0x5571735faa80 void 0.000109
+gallium_dri.so free 0x5571735fa9e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735faa30 0.000110
+gallium_dri.so free 0x5571735fab00 void 0.000113
+gallium_dri.so free 0x5571735faa30 void 0.000112
+gallium_dri.so malloc 72 0x5571735faa30 0.000112
+gallium_dri.so free 0x5571735fab80 void 0.000109
+gallium_dri.so free 0x5571735faa30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fab80 0.000110
+gallium_dri.so free 0x55717360c0c0 void 0.000110
+gallium_dri.so free 0x5571735fab80 void 0.000111
+gallium_dri.so malloc 72 0x55717360c100 0.000125
+gallium_dri.so free 0x55717360c180 void 0.000118
+gallium_dri.so free 0x55717360c100 void 0.000118
+gallium_dri.so malloc 72 0x55717360c100 0.000118
+gallium_dri.so free 0x55717360c200 void 0.000119
+gallium_dri.so free 0x55717360c100 void 0.000117
+gallium_dri.so malloc 72 0x55717360c230 0.000117
+gallium_dri.so free 0x55717360c280 void 0.000118
+gallium_dri.so free 0x55717360c230 void 0.000117
+gallium_dri.so malloc 72 0x55717360c230 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000118
+gallium_dri.so free 0x55717360c230 void 0.000117
+gallium_dri.so malloc 72 0x557173467010 0.000118
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so free 0x557173467010 void 0.000118
+gallium_dri.so malloc 72 0x5571734670a0 0.000118
+gallium_dri.so free 0x557173467140 void 0.000118
+gallium_dri.so free 0x5571734670a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734670f0 0.000117
+gallium_dri.so free 0x5571734671c0 void 0.000118
+gallium_dri.so free 0x5571734670f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734670f0 0.000119
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x5571734670f0 void 0.000118
+gallium_dri.so malloc 72 0x557173603540 0.000117
+gallium_dri.so free 0x5571736035c0 void 0.000117
+gallium_dri.so free 0x557173603540 void 0.000117
+gallium_dri.so malloc 72 0x5571736035c0 0.000167
+gallium_dri.so free 0x557173603680 void 0.000120
+gallium_dri.so free 0x5571736035c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736035c0 0.000119
+gallium_dri.so free 0x557173603700 void 0.000117
+gallium_dri.so free 0x5571736035c0 void 0.000117
+gallium_dri.so malloc 72 0x557173603730 0.000118
+gallium_dri.so free 0x55717358de00 void 0.000117
+gallium_dri.so free 0x557173603730 void 0.000119
+gallium_dri.so malloc 72 0x55717358de40 0.000118
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358de40 void 0.000118
+gallium_dri.so malloc 72 0x55717358dec0 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000133
+gallium_dri.so malloc 72 0x55717358dec0 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000125
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so malloc 72 0x55717358e060 0.000117
+gallium_dri.so free 0x5571734620c0 void 0.000118
+gallium_dri.so free 0x55717358e060 void 0.000117
+gallium_dri.so malloc 72 0x5571734620f0 0.000117
+gallium_dri.so free 0x557173462140 void 0.000119
+gallium_dri.so free 0x5571734620f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734620f0 0.000116
+gallium_dri.so free 0x557173462240 void 0.000117
+gallium_dri.so free 0x5571734620f0 void 0.000127
+gallium_dri.so malloc 72 0x5571734621f0 0.000113
+gallium_dri.so free 0x557173462300 void 0.000109
+gallium_dri.so free 0x5571734621f0 void 0.000109
+gallium_dri.so malloc 72 0x5571734622b0 0.000112
+gallium_dri.so free 0x557173462340 void 0.000110
+gallium_dri.so free 0x5571734622b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734622b0 0.000110
+gallium_dri.so free 0x5571735da8c0 void 0.000111
+gallium_dri.so free 0x5571734622b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735da8c0 0.000109
+gallium_dri.so free 0x5571735da980 void 0.000110
+gallium_dri.so free 0x5571735da8c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735da8c0 0.000109
+gallium_dri.so free 0x5571735daa00 void 0.000111
+gallium_dri.so free 0x5571735da8c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735daa00 0.000109
+gallium_dri.so free 0x5571735daac0 void 0.000110
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735daa00 0.000110
+gallium_dri.so free 0x5571735dab80 void 0.000109
+gallium_dri.so free 0x5571735daa00 void 0.000111
+gallium_dri.so malloc 72 0x5571735dabb0 0.000111
+gallium_dri.so free 0x5571735eb9c0 void 0.000111
+gallium_dri.so free 0x5571735dabb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dabb0 0.000109
+gallium_dri.so free 0x5571735eba40 void 0.000113
+gallium_dri.so free 0x5571735dabb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eba40 0.000127
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba40 0.000117
+gallium_dri.so free 0x5571735ebc00 void 0.000118
+gallium_dri.so free 0x5571735eba40 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000117
+gallium_dri.so free 0x5571735ebc40 void 0.000117
+gallium_dri.so free 0x5571735ebbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000117
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so free 0x5571735ebbb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebbb0 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000118
+gallium_dri.so free 0x5571735ebbb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa140 0.000118
+gallium_dri.so free 0x5571735fa200 void 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa140 0.000119
+gallium_dri.so free 0x5571735fa2c0 void 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa140 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000117
+gallium_dri.so free 0x5571735fa140 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa140 0.000118
+gallium_dri.so free 0x5571735e1b00 void 0.000118
+gallium_dri.so free 0x5571735fa140 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000124
+gallium_dri.so free 0x5571735e1b80 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1bd0 0.000119
+gallium_dri.so free 0x5571735e1c40 void 0.000119
+gallium_dri.so free 0x5571735e1bd0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1c60 0.000123
+gallium_dri.so free 0x5571735fa380 void 0.000119
+gallium_dri.so free 0x5571735e1c60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa330 0.000117
+gallium_dri.so free 0x5571735fb280 void 0.000118
+gallium_dri.so free 0x5571735fa330 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa330 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735fa330 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb300 0.000120
+gallium_dri.so free 0x5571735fb3c0 void 0.000118
+gallium_dri.so free 0x5571735fb300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb300 0.000117
+gallium_dri.so free 0x5571735e1d00 void 0.000120
+gallium_dri.so free 0x5571735fb300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000119
+gallium_dri.so free 0x5571735fb4c0 void 0.000118
+gallium_dri.so free 0x5571735e1cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000118
+gallium_dri.so free 0x5571735c0500 void 0.000118
+gallium_dri.so free 0x5571735e1cb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000111
+gallium_dri.so free 0x5571735c0580 void 0.000111
+gallium_dri.so free 0x5571735e1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0580 0.000113
+gallium_dri.so free 0x5571735fb580 void 0.000111
+gallium_dri.so free 0x5571735c0580 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb530 0.000109
+gallium_dri.so free 0x5571735c0640 void 0.000109
+gallium_dri.so free 0x5571735fb530 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb530 0.000109
+gallium_dri.so free 0x5571735c0700 void 0.000110
+gallium_dri.so free 0x5571735fb530 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0750 0.000109
+gallium_dri.so free 0x5571735f4c40 void 0.000109
+gallium_dri.so free 0x5571735c0750 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0750 0.000111
+gallium_dri.so free 0x5571735f4cc0 void 0.000109
+gallium_dri.so free 0x5571735c0750 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000110
+gallium_dri.so free 0x5571735f4d80 void 0.000110
+gallium_dri.so free 0x5571735f4cc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000112
+gallium_dri.so free 0x5571735c07c0 void 0.000110
+gallium_dri.so free 0x5571735f4cc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c07f0 0.000108
+gallium_dri.so free 0x5571735f4e40 void 0.000109
+gallium_dri.so free 0x5571735c07f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c07f0 0.000110
+gallium_dri.so free 0x5571735f4ec0 void 0.000118
+gallium_dri.so free 0x5571735c07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000119
+gallium_dri.so free 0x5571735f4ec0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2970 0.000118
+gallium_dri.so free 0x5571735f2a40 void 0.000119
+gallium_dri.so free 0x5571735f2970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2a60 0.000118
+gallium_dri.so free 0x5571735f2b00 void 0.000117
+gallium_dri.so free 0x5571735f2a60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000117
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so free 0x5571735f2ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000118
+gallium_dri.so free 0x5571735f2c00 void 0.000118
+gallium_dri.so free 0x5571735f2ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2c00 0.000117
+gallium_dri.so free 0x557173589740 void 0.000118
+gallium_dri.so free 0x5571735f2c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x557173589780 void 0.000118
+gallium_dri.so free 0x5571735896f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735896f0 0.000119
+gallium_dri.so free 0x557173589840 void 0.000119
+gallium_dri.so free 0x5571735896f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735898b0 0.000166
+gallium_dri.so free 0x557173589900 void 0.000119
+gallium_dri.so free 0x5571735898b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735898b0 0.000119
+gallium_dri.so free 0x557173589a00 void 0.000119
+gallium_dri.so free 0x5571735898b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735899b0 0.000118
+gallium_dri.so free 0x5571735c11c0 void 0.000118
+gallium_dri.so free 0x5571735899b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11e0 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000119
+gallium_dri.so free 0x5571735c11e0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1230 0.000118
+gallium_dri.so free 0x5571735c1300 void 0.000118
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1230 0.000117
+gallium_dri.so free 0x5571735c1380 void 0.000119
+gallium_dri.so free 0x5571735c1230 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1380 0.000119
+gallium_dri.so free 0x5571735c1440 void 0.000117
+gallium_dri.so free 0x5571735c1380 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1380 0.000117
+gallium_dri.so free 0x5571735fe280 void 0.000119
+gallium_dri.so free 0x5571735c1380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe2c0 void 0.000119
+gallium_dri.so free 0x5571735fe230 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe230 0.000111
+gallium_dri.so free 0x5571735fe380 void 0.000110
+gallium_dri.so free 0x5571735fe230 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000109
+gallium_dri.so free 0x5571735fe440 void 0.000110
+gallium_dri.so free 0x5571735fe3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe440 0.000112
+gallium_dri.so free 0x5571735fe500 void 0.000109
+gallium_dri.so free 0x5571735fe440 void 0.000109
+gallium_dri.so malloc 72 0x5571735fe440 0.000109
+gallium_dri.so free 0x5571735c2500 void 0.000110
+gallium_dri.so free 0x5571735fe440 void 0.000111
+gallium_dri.so malloc 72 0x5571735c24b0 0.000110
+gallium_dri.so free 0x5571735c2580 void 0.000110
+gallium_dri.so free 0x5571735c24b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2580 0.000108
+gallium_dri.so free 0x5571735c2640 void 0.000109
+gallium_dri.so free 0x5571735c2580 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2580 0.000109
+gallium_dri.so free 0x5571735c26c0 void 0.000110
+gallium_dri.so free 0x5571735c2580 void 0.000111
+gallium_dri.so malloc 72 0x5571735c26c0 0.000112
+gallium_dri.so free 0x5571735c2780 void 0.000112
+gallium_dri.so free 0x5571735c26c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c26c0 0.000109
+gallium_dri.so free 0x5571735df640 void 0.000110
+gallium_dri.so free 0x5571735c26c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735df5f0 0.000111
+gallium_dri.so free 0x5571735df6c0 void 0.000126
+gallium_dri.so free 0x5571735df5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5f0 0.000118
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so free 0x5571735df5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df740 0.000117
+gallium_dri.so free 0x5571735df800 void 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so malloc 72 0x5571735df740 0.000116
+gallium_dri.so free 0x5571735df900 void 0.000118
+gallium_dri.so free 0x5571735df740 void 0.000116
+gallium_dri.so malloc 72 0x5571735df8b0 0.000118
+gallium_dri.so free 0x5571735c4ac0 void 0.000119
+gallium_dri.so free 0x5571735df8b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4a70 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4a70 0.000118
+gallium_dri.so free 0x5571735c4bc0 void 0.000117
+gallium_dri.so free 0x5571735c4a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000120
+gallium_dri.so free 0x5571735c4c80 void 0.000118
+gallium_dri.so free 0x5571735c4bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000117
+gallium_dri.so free 0x5571735c4d40 void 0.000119
+gallium_dri.so free 0x5571735c4bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4bc0 0.000167
+gallium_dri.so free 0x55717360c8c0 void 0.000120
+gallium_dri.so free 0x5571735c4bc0 void 0.000115
+gallium_dri.so malloc 72 0x55717360c930 0.000117
+gallium_dri.so free 0x55717360c980 void 0.000118
+gallium_dri.so free 0x55717360c930 void 0.000119
+gallium_dri.so malloc 72 0x55717360c930 0.000117
+gallium_dri.so free 0x55717360ca80 void 0.000118
+gallium_dri.so free 0x55717360c930 void 0.000118
+gallium_dri.so malloc 72 0x55717360ca30 0.000117
+gallium_dri.so free 0x55717360cb40 void 0.000118
+gallium_dri.so free 0x55717360ca30 void 0.000117
+gallium_dri.so malloc 72 0x55717360caf0 0.000118
+gallium_dri.so free 0x55717360cb80 void 0.000118
+gallium_dri.so free 0x55717360caf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360caf0 0.000118
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x55717360caf0 void 0.000118
+gallium_dri.so malloc 72 0x557173610170 0.000118
+gallium_dri.so free 0x557173610240 void 0.000117
+gallium_dri.so free 0x557173610170 void 0.000118
+gallium_dri.so malloc 72 0x557173610290 0.000118
+gallium_dri.so free 0x557173610300 void 0.000118
+gallium_dri.so free 0x557173610290 void 0.000114
+gallium_dri.so malloc 72 0x557173610360 0.000118
+gallium_dri.so free 0x557173610400 void 0.000118
+gallium_dri.so free 0x557173610360 void 0.000123
+gallium_dri.so malloc 72 0x5571736103b0 0.000115
+gallium_dri.so free 0x557173610440 void 0.000110
+gallium_dri.so free 0x5571736103b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736103b0 0.000112
+gallium_dri.so free 0x5571735f5900 void 0.000110
+gallium_dri.so free 0x5571736103b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5940 0.000110
+gallium_dri.so free 0x5571735f59c0 void 0.000110
+gallium_dri.so free 0x5571735f5940 void 0.000109
+gallium_dri.so malloc 72 0x5571735f59c0 0.000110
+gallium_dri.so free 0x5571735f5a80 void 0.000112
+gallium_dri.so free 0x5571735f59c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f59c0 0.000110
+gallium_dri.so free 0x5571735f5b00 void 0.000110
+gallium_dri.so free 0x5571735f59c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5b30 0.000110
+gallium_dri.so free 0x5571735f5b80 void 0.000110
+gallium_dri.so free 0x5571735f5b30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5b80 0.000110
+gallium_dri.so free 0x5571735de300 void 0.000109
+gallium_dri.so free 0x5571735f5b80 void 0.000109
+gallium_dri.so malloc 72 0x5571735de340 0.000112
+gallium_dri.so free 0x5571735de3c0 void 0.000114
+gallium_dri.so free 0x5571735de340 void 0.000110
+gallium_dri.so malloc 72 0x5571735de3c0 0.000110
+gallium_dri.so free 0x5571735de480 void 0.000109
+gallium_dri.so free 0x5571735de3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735de3c0 0.000110
+gallium_dri.so free 0x5571735de500 void 0.000127
+gallium_dri.so free 0x5571735de3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de530 0.000119
+gallium_dri.so free 0x5571735de580 void 0.000123
+gallium_dri.so free 0x5571735de530 void 0.000114
+gallium_dri.so malloc 72 0x5571735de530 0.000118
+gallium_dri.so free 0x557173473680 void 0.000117
+gallium_dri.so free 0x5571735de530 void 0.000118
+gallium_dri.so malloc 72 0x5571734736d0 0.000119
+gallium_dri.so free 0x557173473740 void 0.000119
+gallium_dri.so free 0x5571734736d0 void 0.000118
+gallium_dri.so malloc 72 0x557173473780 0.000119
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so free 0x557173473780 void 0.000122
+gallium_dri.so malloc 72 0x557173473780 0.000120
+gallium_dri.so free 0x557173473880 void 0.000119
+gallium_dri.so free 0x557173473780 void 0.000118
+gallium_dri.so malloc 72 0x5571734738b0 0.000122
+gallium_dri.so free 0x557173473900 void 0.000121
+gallium_dri.so free 0x5571734738b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734738b0 0.000119
+gallium_dri.so free 0x557173461780 void 0.000118
+gallium_dri.so free 0x5571734738b0 void 0.000117
+gallium_dri.so malloc 72 0x557173461730 0.000119
+gallium_dri.so free 0x557173461840 void 0.000118
+gallium_dri.so free 0x557173461730 void 0.000117
+gallium_dri.so malloc 72 0x5571734617f0 0.000163
+gallium_dri.so free 0x557173461880 void 0.000118
+gallium_dri.so free 0x5571734617f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734617f0 0.000118
+gallium_dri.so free 0x557173461940 void 0.000119
+gallium_dri.so free 0x5571734617f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734619b0 0.000117
+gallium_dri.so free 0x557173461a00 void 0.000118
+gallium_dri.so free 0x5571734619b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734619b0 0.000117
+gallium_dri.so free 0x55717346a680 void 0.000118
+gallium_dri.so free 0x5571734619b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346a630 0.000117
+gallium_dri.so free 0x55717346a740 void 0.000117
+gallium_dri.so free 0x55717346a630 void 0.000118
+gallium_dri.so malloc 72 0x55717346a6f0 0.000117
+gallium_dri.so free 0x55717346a780 void 0.000116
+gallium_dri.so free 0x55717346a6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a6f0 0.000118
+gallium_dri.so free 0x55717346a840 void 0.000118
+gallium_dri.so free 0x55717346a6f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a880 0.000118
+gallium_dri.so free 0x55717346a900 void 0.000117
+gallium_dri.so free 0x55717346a880 void 0.000118
+gallium_dri.so malloc 72 0x55717346a900 0.000117
+gallium_dri.so free 0x5571735dc8c0 void 0.000121
+gallium_dri.so free 0x55717346a900 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc940 void 0.000109
+gallium_dri.so free 0x5571735dc870 void 0.000109
+gallium_dri.so malloc 72 0x5571735dc870 0.000109
+gallium_dri.so free 0x5571735dca00 void 0.000109
+gallium_dri.so free 0x5571735dc870 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc870 0.000109
+gallium_dri.so free 0x5571735dcac0 void 0.000109
+gallium_dri.so free 0x5571735dc870 void 0.000110
+gallium_dri.so malloc 72 0x5571735dca70 0.000110
+gallium_dri.so free 0x5571735dcb40 void 0.000111
+gallium_dri.so free 0x5571735dca70 void 0.000109
+gallium_dri.so malloc 72 0x5571735dcb90 0.000110
+gallium_dri.so free 0x557173600840 void 0.000110
+gallium_dri.so free 0x5571735dcb90 void 0.000110
+gallium_dri.so malloc 72 0x5571736007f0 0.000110
+gallium_dri.so free 0x557173600880 void 0.000109
+gallium_dri.so free 0x5571736007f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736007f0 0.000110
+gallium_dri.so free 0x557173600940 void 0.000110
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600990 0.000115
+gallium_dri.so free 0x557173600a00 void 0.000115
+gallium_dri.so free 0x557173600990 void 0.000110
+gallium_dri.so malloc 72 0x557173600a40 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000113
+gallium_dri.so free 0x557173600a40 void 0.000111
+gallium_dri.so malloc 72 0x557173600ac0 0.000161
+gallium_dri.so free 0x5571735f6c40 void 0.000126
+gallium_dri.so free 0x557173600ac0 void 0.000284
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000259
+gallium_dri.so free 0x5571735f6c80 void 0.000286
+gallium_dri.so free 0x5571735f6bf0 void 0.000195
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000119
+gallium_dri.so free 0x5571735f6d40 void 0.000118
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6d80 0.000119
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so free 0x5571735f6d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e00 0.000117
+gallium_dri.so free 0x5571735f6ec0 void 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6e00 0.000117
+gallium_dri.so free 0x55717346cc40 void 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000117
+gallium_dri.so malloc 72 0x55717346cbf0 0.000117
+gallium_dri.so free 0x55717346cc80 void 0.000118
+gallium_dri.so free 0x55717346cbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cbf0 0.000119
+gallium_dri.so free 0x55717346cd40 void 0.000170
+gallium_dri.so free 0x55717346cbf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cd80 0.000109
+gallium_dri.so free 0x55717346ce00 void 0.000110
+gallium_dri.so free 0x55717346cd80 void 0.000109
+gallium_dri.so malloc 72 0x55717346ce00 0.000110
+gallium_dri.so free 0x55717346cec0 void 0.000111
+gallium_dri.so free 0x55717346ce00 void 0.000110
+gallium_dri.so malloc 72 0x55717346ce00 0.000109
+gallium_dri.so free 0x5571735f9200 void 0.000111
+gallium_dri.so free 0x55717346ce00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f91b0 0.000109
+gallium_dri.so free 0x5571735f9280 void 0.000109
+gallium_dri.so free 0x5571735f91b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f91b0 0.000110
+gallium_dri.so free 0x5571735f9380 void 0.000110
+gallium_dri.so free 0x5571735f91b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f9330 0.000110
+gallium_dri.so free 0x5571735f9400 void 0.000110
+gallium_dri.so free 0x5571735f9330 void 0.000109
+gallium_dri.so malloc 72 0x5571735f9450 0.000111
+gallium_dri.so free 0x5571735f94c0 void 0.000109
+gallium_dri.so free 0x5571735f9450 void 0.000114
+gallium_dri.so malloc 72 0x5571735f94e0 0.000113
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so free 0x5571735f94e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e26f0 0.000109
+gallium_dri.so free 0x5571735e2740 void 0.000109
+gallium_dri.so free 0x5571735e26f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e26f0 0.000125
+gallium_dri.so free 0x5571735e2840 void 0.000126
+gallium_dri.so free 0x5571735e26f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e27f0 0.000121
+gallium_dri.so free 0x5571735e2900 void 0.000119
+gallium_dri.so free 0x5571735e27f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735e2980 void 0.000121
+gallium_dri.so free 0x5571735e28b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e28b0 0.000125
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x5571735e28b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e28b0 0.000119
+gallium_dri.so free 0x5571735fa680 void 0.000124
+gallium_dri.so free 0x5571735e28b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa630 0.000129
+gallium_dri.so free 0x5571735fa700 void 0.000124
+gallium_dri.so free 0x5571735fa630 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa750 0.000126
+gallium_dri.so free 0x5571735fa7c0 void 0.000119
+gallium_dri.so free 0x5571735fa750 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa7e0 0.000125
+gallium_dri.so free 0x5571735fa880 void 0.000181
+gallium_dri.so free 0x5571735fa7e0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa830 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000124
+gallium_dri.so free 0x5571735fa830 void 0.000290
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000320
+gallium_dri.so free 0x5571735ec740 void 0.000292
+gallium_dri.so free 0x5571735ec6d0 void 0.000321
+gallium_dri.so malloc 72 0x5571735ec780 0.000284
+gallium_dri.so free 0x5571735ec800 void 0.000268
+gallium_dri.so free 0x5571735ec780 void 0.000271
+gallium_dri.so malloc 72 0x5571735ec800 0.000266
+gallium_dri.so free 0x5571735ec8c0 void 0.000275
+gallium_dri.so free 0x5571735ec800 void 0.000285
+gallium_dri.so malloc 72 0x5571735ec800 0.000263
+gallium_dri.so free 0x5571735ec940 void 0.000272
+gallium_dri.so free 0x5571735ec800 void 0.000276
+gallium_dri.so malloc 72 0x5571735ec970 0.000273
+gallium_dri.so free 0x5571735db580 void 0.000268
+gallium_dri.so free 0x5571735ec970 void 0.000269
+gallium_dri.so malloc 72 0x5571735db5c0 0.000284
+gallium_dri.so free 0x5571735db640 void 0.000269
+gallium_dri.so free 0x5571735db5c0 void 0.000273
+gallium_dri.so malloc 72 0x5571735db640 0.000265
+gallium_dri.so free 0x5571735db700 void 0.000271
+gallium_dri.so free 0x5571735db640 void 0.000265
+gallium_dri.so malloc 72 0x5571735db640 0.000274
+gallium_dri.so free 0x5571735db780 void 0.000269
+gallium_dri.so free 0x5571735db640 void 0.000160
+gallium_dri.so malloc 72 0x5571735db640 0.000156
+gallium_dri.so free 0x5571735db840 void 0.000160
+gallium_dri.so free 0x5571735db640 void 0.000125
+gallium_dri.so malloc 72 0x5571735db640 0.000122
+gallium_dri.so free 0x55717360dc00 void 0.000119
+gallium_dri.so free 0x5571735db640 void 0.000123
+gallium_dri.so malloc 72 0x55717360dbb0 0.000121
+gallium_dri.so free 0x55717360dc80 void 0.000118
+gallium_dri.so free 0x55717360dbb0 void 0.000135
+gallium_dri.so malloc 72 0x55717360dcd0 0.000138
+gallium_dri.so free 0x55717360dd40 void 0.000138
+gallium_dri.so free 0x55717360dcd0 void 0.000137
+gallium_dri.so malloc 72 0x55717360dd60 0.000138
+gallium_dri.so free 0x55717360de00 void 0.000134
+gallium_dri.so free 0x55717360dd60 void 0.000134
+gallium_dri.so malloc 72 0x55717360ddb0 0.000138
+gallium_dri.so free 0x55717360de80 void 0.000137
+gallium_dri.so free 0x55717360ddb0 void 0.000244
+gallium_dri.so malloc 72 0x55717360ddb0 0.000176
+gallium_dri.so free 0x557173601340 void 0.000173
+gallium_dri.so free 0x55717360ddb0 void 0.000171
+gallium_dri.so malloc 72 0x55717360ddb0 0.000137
+gallium_dri.so free 0x5571736013c0 void 0.000133
+gallium_dri.so free 0x55717360ddb0 void 0.000131
+gallium_dri.so malloc 72 0x5571736013c0 0.000135
+gallium_dri.so free 0x557173601480 void 0.000136
+gallium_dri.so free 0x5571736013c0 void 0.000136
+gallium_dri.so malloc 72 0x5571736013c0 0.000133
+gallium_dri.so free 0x557173601540 void 0.000131
+gallium_dri.so free 0x5571736013c0 void 0.000135
+gallium_dri.so malloc 72 0x5571736013c0 0.000132
+gallium_dri.so free 0x557173601600 void 0.000132
+gallium_dri.so free 0x5571736013c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736015b0 0.000137
+gallium_dri.so free 0x5571735ebdc0 void 0.000132
+gallium_dri.so free 0x5571736015b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ebd70 0.000138
+gallium_dri.so free 0x5571735ebe80 void 0.000141
+gallium_dri.so free 0x5571735ebd70 void 0.000140
+gallium_dri.so malloc 72 0x5571735ebe30 0.000137
+gallium_dri.so free 0x5571735ebf00 void 0.000136
+gallium_dri.so free 0x5571735ebe30 void 0.000139
+gallium_dri.so malloc 72 0x5571735ebe30 0.000139
+gallium_dri.so free 0x5571735ebfc0 void 0.000133
+gallium_dri.so free 0x5571735ebe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebe30 0.000128
+gallium_dri.so free 0x5571735ec080 void 0.000129
+gallium_dri.so free 0x5571735ebe30 void 0.000134
+gallium_dri.so malloc 72 0x5571735ec030 0.000130
+gallium_dri.so free 0x5571735e1e00 void 0.000130
+gallium_dri.so free 0x5571735ec030 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1db0 0.000136
+gallium_dri.so free 0x5571735e1ec0 void 0.000140
+gallium_dri.so free 0x5571735e1db0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e1e70 0.000140
+gallium_dri.so free 0x5571735e1f00 void 0.000132
+gallium_dri.so free 0x5571735e1e70 void 0.000135
+gallium_dri.so malloc 72 0x5571735e1e70 0.000146
+gallium_dri.so free 0x5571735e1fc0 void 0.000140
+gallium_dri.so free 0x5571735e1e70 void 0.000145
+gallium_dri.so malloc 72 0x5571735e2010 0.000131
+gallium_dri.so free 0x5571735e2080 void 0.000126
+gallium_dri.so free 0x5571735e2010 void 0.000127
+gallium_dri.so malloc 72 0x5571735e20c0 0.000130
+gallium_dri.so free 0x5571735dacc0 void 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dac70 0.000129
+gallium_dri.so free 0x5571735dad80 void 0.000130
+gallium_dri.so free 0x5571735dac70 void 0.000131
+gallium_dri.so malloc 72 0x5571735dad30 0.000125
+gallium_dri.so free 0x5571735dadc0 void 0.000136
+gallium_dri.so free 0x5571735dad30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dad30 0.000130
+gallium_dri.so free 0x5571735dae80 void 0.000125
+gallium_dri.so free 0x5571735dad30 void 0.000128
+gallium_dri.so malloc 72 0x5571735daec0 0.000131
+gallium_dri.so free 0x5571735daf40 void 0.000130
+gallium_dri.so free 0x5571735daec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735daf40 0.000132
+gallium_dri.so free 0x5571735fb680 void 0.000128
+gallium_dri.so free 0x5571735daf40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb630 0.000124
+gallium_dri.so free 0x5571735fb700 void 0.000125
+gallium_dri.so free 0x5571735fb630 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb720 0.000132
+gallium_dri.so free 0x5571735fb7c0 void 0.000132
+gallium_dri.so free 0x5571735fb720 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb770 0.000127
+gallium_dri.so free 0x5571735fb840 void 0.000126
+gallium_dri.so free 0x5571735fb770 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb770 0.000132
+gallium_dri.so free 0x5571735fb8c0 void 0.000130
+gallium_dri.so free 0x5571735fb770 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000130
+gallium_dri.so free 0x5571735fb980 void 0.000130
+gallium_dri.so free 0x5571735fb8c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000129
+gallium_dri.so free 0x5571735f5040 void 0.000129
+gallium_dri.so free 0x5571735fb8c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000172
+gallium_dri.so free 0x5571735f50c0 void 0.000127
+gallium_dri.so free 0x5571735f4ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000134
+gallium_dri.so free 0x5571735f51c0 void 0.000132
+gallium_dri.so free 0x5571735f4ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5170 0.000125
+gallium_dri.so free 0x5571735f5240 void 0.000123
+gallium_dri.so free 0x5571735f5170 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5290 0.000124
+gallium_dri.so free 0x5571735f5300 void 0.000123
+gallium_dri.so free 0x5571735f5290 void 0.000128
+gallium_dri.so malloc 72 0x5571735f5320 0.000131
+gallium_dri.so free 0x5571736068c0 void 0.000131
+gallium_dri.so free 0x5571735f5320 void 0.000124
+gallium_dri.so malloc 72 0x5571736068f0 0.000123
+gallium_dri.so free 0x557173606940 void 0.000133
+gallium_dri.so free 0x5571736068f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736068f0 0.000126
+gallium_dri.so free 0x557173606a40 void 0.000123
+gallium_dri.so free 0x5571736068f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736069f0 0.000123
+gallium_dri.so free 0x557173606b00 void 0.000134
+gallium_dri.so free 0x5571736069f0 void 0.000127
+gallium_dri.so malloc 72 0x557173606ab0 0.000132
+gallium_dri.so free 0x557173606b80 void 0.000133
+gallium_dri.so free 0x557173606ab0 void 0.000131
+gallium_dri.so malloc 72 0x557173606ab0 0.000131
+gallium_dri.so free 0x5571735f3300 void 0.000133
+gallium_dri.so free 0x557173606ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f3330 0.000132
+gallium_dri.so free 0x5571735f3380 void 0.000131
+gallium_dri.so free 0x5571735f3330 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3330 0.000123
+gallium_dri.so free 0x5571735f3480 void 0.000128
+gallium_dri.so free 0x5571735f3330 void 0.000125
+gallium_dri.so malloc 72 0x5571735f3430 0.000123
+gallium_dri.so free 0x557173606c40 void 0.000123
+gallium_dri.so free 0x5571735f3430 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3430 0.000132
+gallium_dri.so free 0x5571735f3540 void 0.000125
+gallium_dri.so free 0x5571735f3430 void 0.000124
+gallium_dri.so malloc 72 0x5571735f34f0 0.000123
+gallium_dri.so free 0x5571735f35c0 void 0.000131
+gallium_dri.so free 0x5571735f34f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f35c0 0.000132
+gallium_dri.so free 0x5571735f3680 void 0.000125
+gallium_dri.so free 0x5571735f35c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f35c0 0.000128
+gallium_dri.so free 0x55717346bb40 void 0.000125
+gallium_dri.so free 0x5571735f35c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346bb40 0.000133
+gallium_dri.so free 0x55717346bc00 void 0.000131
+gallium_dri.so free 0x55717346bb40 void 0.000132
+gallium_dri.so malloc 72 0x55717346bb40 0.000131
+gallium_dri.so free 0x55717346bc80 void 0.000132
+gallium_dri.so free 0x55717346bb40 void 0.000132
+gallium_dri.so malloc 72 0x55717346bcb0 0.000160
+gallium_dri.so free 0x55717346bd00 void 0.000132
+gallium_dri.so free 0x55717346bcb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346bcb0 0.000124
+gallium_dri.so free 0x55717346be00 void 0.000131
+gallium_dri.so free 0x55717346bcb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346bdb0 0.000131
+gallium_dri.so free 0x55717346bec0 void 0.000132
+gallium_dri.so free 0x55717346bdb0 void 0.000138
+gallium_dri.so malloc 72 0x55717346be70 0.000131
+gallium_dri.so free 0x5571735ff740 void 0.000131
+gallium_dri.so free 0x55717346be70 void 0.000130
+gallium_dri.so malloc 72 0x55717346be70 0.000131
+gallium_dri.so free 0x5571735ff7c0 void 0.000127
+gallium_dri.so free 0x55717346be70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000125
+gallium_dri.so free 0x5571735ff840 void 0.000135
+gallium_dri.so free 0x5571735ff7f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff7f0 0.000131
+gallium_dri.so free 0x5571735ff940 void 0.000131
+gallium_dri.so free 0x5571735ff7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000127
+gallium_dri.so free 0x5571735ffa00 void 0.000130
+gallium_dri.so free 0x5571735ff8f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000130
+gallium_dri.so free 0x5571735ffa40 void 0.000126
+gallium_dri.so free 0x5571735ff9b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000131
+gallium_dri.so free 0x557173608480 void 0.000130
+gallium_dri.so free 0x5571735ff9b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000132
+gallium_dri.so free 0x557173608580 void 0.000132
+gallium_dri.so free 0x5571735ff9b0 void 0.000133
+gallium_dri.so malloc 72 0x557173608530 0.000132
+gallium_dri.so free 0x557173608600 void 0.000132
+gallium_dri.so free 0x557173608530 void 0.000134
+gallium_dri.so malloc 72 0x557173608650 0.000132
+gallium_dri.so free 0x5571736086c0 void 0.000132
+gallium_dri.so free 0x557173608650 void 0.000124
+gallium_dri.so malloc 72 0x5571736086e0 0.000123
+gallium_dri.so free 0x557173608780 void 0.000130
+gallium_dri.so free 0x5571736086e0 void 0.000125
+gallium_dri.so malloc 72 0x557173608730 0.000123
+gallium_dri.so free 0x557173608800 void 0.000124
+gallium_dri.so free 0x557173608730 void 0.000127
+gallium_dri.so malloc 72 0x557173608730 0.000125
+gallium_dri.so free 0x55717358e200 void 0.000124
+gallium_dri.so free 0x557173608730 void 0.000129
+gallium_dri.so malloc 72 0x55717358e200 0.000132
+gallium_dri.so free 0x55717358e2c0 void 0.000133
+gallium_dri.so free 0x55717358e200 void 0.000242
+gallium_dri.so malloc 72 0x55717358e200 0.000335
+gallium_dri.so free 0x55717358e380 void 0.000326
+gallium_dri.so free 0x55717358e200 void 0.000272
+gallium_dri.so malloc 72 0x55717358e3a0 0.000261
+gallium_dri.so free 0x55717358e440 void 0.000272
+gallium_dri.so free 0x55717358e3a0 void 0.000263
+gallium_dri.so malloc 72 0x55717358e3f0 0.000225
+gallium_dri.so free 0x55717358e4c0 void 0.000227
+gallium_dri.so free 0x55717358e3f0 void 0.000230
+gallium_dri.so malloc 72 0x55717358e3f0 0.000297
+gallium_dri.so free 0x55717358e540 void 0.000341
+gallium_dri.so free 0x55717358e3f0 void 0.000349
+gallium_dri.so malloc 72 0x55717358e540 0.000335
+gallium_dri.so free 0x5571735d0000 void 0.000291
+gallium_dri.so free 0x55717358e540 void 0.000295
+gallium_dri.so malloc 72 0x55717358e540 0.000286
+gallium_dri.so free 0x5571735d0080 void 0.000297
+gallium_dri.so free 0x55717358e540 void 0.000293
+gallium_dri.so malloc 72 0x5571735d00b0 0.000289
+gallium_dri.so free 0x5571735d0100 void 0.000292
+gallium_dri.so free 0x5571735d00b0 void 0.000293
+gallium_dri.so malloc 72 0x5571735d0100 0.000295
+gallium_dri.so free 0x5571735d01c0 void 0.000288
+gallium_dri.so free 0x5571735d0100 void 0.000278
+gallium_dri.so malloc 72 0x5571735d0100 0.000293
+gallium_dri.so free 0x5571735d02c0 void 0.000291
+gallium_dri.so free 0x5571735d0100 void 0.000291
+gallium_dri.so malloc 72 0x5571735d0270 0.000293
+gallium_dri.so free 0x5571735d0380 void 0.000309
+gallium_dri.so free 0x5571735d0270 void 0.000297
+gallium_dri.so malloc 72 0x5571735d0330 0.000287
+gallium_dri.so free 0x55717360f0c0 void 0.000198
+gallium_dri.so free 0x5571735d0330 void 0.000297
+gallium_dri.so malloc 72 0x5571735d0330 0.000294
+gallium_dri.so free 0x55717360f180 void 0.000288
+gallium_dri.so free 0x5571735d0330 void 0.000384
+gallium_dri.so malloc 72 0x55717360f130 0.000295
+gallium_dri.so free 0x55717360f200 void 0.000293
+gallium_dri.so free 0x55717360f130 void 0.000290
+gallium_dri.so malloc 72 0x55717360f250 0.000303
+gallium_dri.so free 0x55717360f2c0 void 0.000294
+gallium_dri.so free 0x55717360f250 void 0.000291
+gallium_dri.so malloc 72 0x55717360f300 0.000313
+gallium_dri.so free 0x55717360f380 void 0.000282
+gallium_dri.so free 0x55717360f300 void 0.000139
+gallium_dri.so malloc 72 0x55717360f300 0.000135
+gallium_dri.so free 0x55717360f400 void 0.000141
+gallium_dri.so free 0x55717360f300 void 0.000135
+gallium_dri.so malloc 72 0x55717360f430 0.000134
+gallium_dri.so free 0x557173462840 void 0.000141
+gallium_dri.so free 0x55717360f430 void 0.000127
+gallium_dri.so malloc 72 0x55717360f430 0.000127
+gallium_dri.so free 0x5571734628c0 void 0.000129
+gallium_dri.so free 0x55717360f430 void 0.000128
+gallium_dri.so malloc 72 0x5571734628c0 0.000128
+gallium_dri.so free 0x557173462980 void 0.000129
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734628c0 0.000127
+gallium_dri.so free 0x557173462a40 void 0.000129
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734628c0 0.000128
+gallium_dri.so free 0x557173462b00 void 0.000129
+gallium_dri.so free 0x5571734628c0 void 0.000129
+gallium_dri.so malloc 72 0x557173462ab0 0.000128
+gallium_dri.so free 0x557173462b00 void 0.000129
+gallium_dri.so free 0x557173462ab0 void 0.000128
+gallium_dri.so malloc 72 0x557173462ab0 0.000128
+gallium_dri.so free 0x5571735f8100 void 0.000131
+gallium_dri.so free 0x557173462ab0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8100 0.000128
+gallium_dri.so free 0x557173462c00 void 0.000130
+gallium_dri.so free 0x5571735f8100 void 0.000127
+gallium_dri.so malloc 72 0x557173462bb0 0.000137
+gallium_dri.so free 0x5571735f81c0 void 0.000161
+gallium_dri.so free 0x557173462bb0 void 0.000129
+gallium_dri.so malloc 72 0x557173462bb0 0.000130
+gallium_dri.so free 0x5571735f8280 void 0.000130
+gallium_dri.so free 0x557173462bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8230 0.000260
+gallium_dri.so free 0x5571735f8300 void 0.000229
+gallium_dri.so free 0x5571735f8230 void 0.000258
+gallium_dri.so malloc 72 0x5571735f8350 0.000139
+gallium_dri.so free 0x5571735f83c0 void 0.000130
+gallium_dri.so free 0x5571735f8350 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8420 0.000127
+gallium_dri.so free 0x5571735f84c0 void 0.000129
+gallium_dri.so free 0x5571735f8420 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8470 0.000128
+gallium_dri.so free 0x5571735fd180 void 0.000128
+gallium_dri.so free 0x5571735f8470 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8470 0.000128
+gallium_dri.so free 0x5571735fd240 void 0.000127
+gallium_dri.so free 0x5571735f8470 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000128
+gallium_dri.so free 0x5571735fd2c0 void 0.000155
+gallium_dri.so free 0x5571735fd1f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fd310 0.000152
+gallium_dri.so free 0x5571735fd380 void 0.000154
+gallium_dri.so free 0x5571735fd310 void 0.000151
+gallium_dri.so malloc 72 0x5571735fd3a0 0.000154
+gallium_dri.so free 0x5571735fd440 void 0.000152
+gallium_dri.so free 0x5571735fd3a0 void 0.000152
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000151
+gallium_dri.so free 0x5571735fd4c0 void 0.000153
+gallium_dri.so free 0x5571735fd3f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000125
+gallium_dri.so free 0x5571735c39c0 void 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000112
+gallium_dri.so free 0x5571735c3a40 void 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a40 0.000114
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so free 0x5571735c3a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3a40 0.000113
+gallium_dri.so free 0x5571735c3bc0 void 0.000114
+gallium_dri.so free 0x5571735c3a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3a40 0.000114
+gallium_dri.so free 0x5571735c3c80 void 0.000126
+gallium_dri.so free 0x5571735c3a40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3c30 0.000113
+gallium_dri.so free 0x5571735c3d00 void 0.000115
+gallium_dri.so free 0x5571735c3c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d50 0.000113
+gallium_dri.so free 0x557173464e00 void 0.000113
+gallium_dri.so free 0x5571735c3d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d50 0.000112
+gallium_dri.so free 0x557173464e80 void 0.000115
+gallium_dri.so free 0x5571735c3d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d50 0.000113
+gallium_dri.so free 0x557173464f40 void 0.000116
+gallium_dri.so free 0x5571735c3d50 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3d50 0.000113
+gallium_dri.so free 0x557173465000 void 0.000113
+gallium_dri.so free 0x5571735c3d50 void 0.000111
+gallium_dri.so malloc 72 0x557173464fb0 0.000112
+gallium_dri.so free 0x557173465080 void 0.000113
+gallium_dri.so free 0x557173464fb0 void 0.000115
+gallium_dri.so malloc 72 0x5571734650d0 0.000113
+gallium_dri.so free 0x557173465140 void 0.000115
+gallium_dri.so free 0x5571734650d0 void 0.000113
+gallium_dri.so malloc 72 0x557173465160 0.000114
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so free 0x557173465160 void 0.000114
+gallium_dri.so malloc 72 0x557173465160 0.000114
+gallium_dri.so free 0x557173620800 void 0.000124
+gallium_dri.so free 0x557173465160 void 0.000114
+gallium_dri.so malloc 72 0x5571736207b0 0.000115
+gallium_dri.so free 0x557173620800 void 0.000113
+gallium_dri.so free 0x5571736207b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207b0 0.000114
+gallium_dri.so free 0x557173620900 void 0.000114
+gallium_dri.so free 0x5571736207b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736208b0 0.000113
+gallium_dri.so free 0x5571736209c0 void 0.000114
+gallium_dri.so free 0x5571736208b0 void 0.000112
+gallium_dri.so malloc 72 0x557173620970 0.000113
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x557173620970 void 0.000113
+gallium_dri.so malloc 72 0x557173620970 0.000114
+gallium_dri.so free 0x55717346e100 void 0.000116
+gallium_dri.so free 0x557173620970 void 0.000114
+gallium_dri.so malloc 72 0x557173620970 0.000113
+gallium_dri.so free 0x55717346e180 void 0.000114
+gallium_dri.so free 0x557173620970 void 0.000114
+gallium_dri.so malloc 72 0x55717346e180 0.000113
+gallium_dri.so free 0x55717346e240 void 0.000113
+gallium_dri.so free 0x55717346e180 void 0.000112
+gallium_dri.so malloc 72 0x55717346e180 0.000113
+gallium_dri.so free 0x55717346e340 void 0.000115
+gallium_dri.so free 0x55717346e180 void 0.000112
+gallium_dri.so malloc 72 0x55717346e180 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000113
+gallium_dri.so free 0x55717346e180 void 0.000153
+gallium_dri.so malloc 72 0x557173620af0 0.000115
+gallium_dri.so free 0x55717346e3c0 void 0.000114
+gallium_dri.so free 0x557173620af0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e400 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000114
+gallium_dri.so free 0x55717346e400 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2680 void 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d25c0 0.000113
+gallium_dri.so free 0x5571735d2700 void 0.000113
+gallium_dri.so free 0x5571735d25c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2730 0.000112
+gallium_dri.so free 0x5571735d2780 void 0.000113
+gallium_dri.so free 0x5571735d2730 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2780 0.000113
+gallium_dri.so free 0x55717346e480 void 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2780 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000114
+gallium_dri.so free 0x5571735d2780 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2840 0.000112
+gallium_dri.so free 0x5571735d2900 void 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x557173469380 void 0.000113
+gallium_dri.so free 0x5571735d2840 void 0.000124
+gallium_dri.so malloc 72 0x5571735d2840 0.000114
+gallium_dri.so free 0x557173469440 void 0.000114
+gallium_dri.so free 0x5571735d2840 void 0.000113
+gallium_dri.so malloc 72 0x5571734693f0 0.000113
+gallium_dri.so free 0x5571734694c0 void 0.000117
+gallium_dri.so free 0x5571734693f0 void 0.000115
+gallium_dri.so malloc 72 0x557173469510 0.000115
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so free 0x557173469510 void 0.000114
+gallium_dri.so malloc 72 0x5571734695c0 0.000113
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695c0 0.000113
+gallium_dri.so free 0x5571734696c0 void 0.000113
+gallium_dri.so free 0x5571734695c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734696f0 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x5571734696f0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ec0 0.000114
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173609f40 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so malloc 72 0x557173609f40 0.000113
+gallium_dri.so free 0x55717360a080 void 0.000115
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so malloc 72 0x55717360a0b0 0.000126
+gallium_dri.so free 0x55717360a100 void 0.000116
+gallium_dri.so free 0x55717360a0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360a0b0 0.000112
+gallium_dri.so free 0x55717360a200 void 0.000113
+gallium_dri.so free 0x55717360a0b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a240 0.000113
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so free 0x55717360a240 void 0.000113
+gallium_dri.so malloc 72 0x55717360d550 0.000113
+gallium_dri.so free 0x55717360d5c0 void 0.000113
+gallium_dri.so free 0x55717360d550 void 0.000112
+gallium_dri.so malloc 72 0x55717360d5e0 0.000113
+gallium_dri.so free 0x55717360d680 void 0.000114
+gallium_dri.so free 0x55717360d5e0 void 0.000112
+gallium_dri.so malloc 72 0x55717360d630 0.000113
+gallium_dri.so free 0x55717360d700 void 0.000114
+gallium_dri.so free 0x55717360d630 void 0.000112
+gallium_dri.so malloc 72 0x55717360d630 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000113
+gallium_dri.so free 0x55717360d630 void 0.000117
+gallium_dri.so malloc 72 0x55717360d780 0.000116
+gallium_dri.so free 0x55717360d840 void 0.000115
+gallium_dri.so free 0x55717360d780 void 0.000112
+gallium_dri.so malloc 72 0x55717360d780 0.000114
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so free 0x55717360d780 void 0.000112
+gallium_dri.so malloc 72 0x5571735def60 0.000161
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def60 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df080 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000112
+gallium_dri.so malloc 72 0x5571735df100 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000114
+gallium_dri.so free 0x557173465800 void 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so malloc 72 0x557173465850 0.000116
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465850 void 0.000114
+gallium_dri.so malloc 72 0x557173465900 0.000113
+gallium_dri.so free 0x557173465980 void 0.000115
+gallium_dri.so free 0x557173465900 void 0.000112
+gallium_dri.so malloc 72 0x557173465980 0.000113
+gallium_dri.so free 0x557173465a40 void 0.000113
+gallium_dri.so free 0x557173465980 void 0.000113
+gallium_dri.so malloc 72 0x557173465980 0.000113
+gallium_dri.so free 0x5571735df340 void 0.000120
+gallium_dri.so free 0x557173465980 void 0.000116
+gallium_dri.so malloc 72 0x5571735df2f0 0.000113
+gallium_dri.so free 0x557173465ac0 void 0.000113
+gallium_dri.so free 0x5571735df2f0 void 0.000113
+gallium_dri.so malloc 72 0x557173465b00 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000114
+gallium_dri.so free 0x557173465b00 void 0.000112
+gallium_dri.so malloc 72 0x557173465b80 0.000115
+gallium_dri.so free 0x55717346c540 void 0.000116
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so malloc 72 0x55717346c580 0.000114
+gallium_dri.so free 0x55717346c600 void 0.000113
+gallium_dri.so free 0x55717346c580 void 0.000113
+gallium_dri.so malloc 72 0x55717346c580 0.000112
+gallium_dri.so free 0x55717346c680 void 0.000114
+gallium_dri.so free 0x55717346c580 void 0.000112
+gallium_dri.so malloc 72 0x55717346c6b0 0.000113
+gallium_dri.so free 0x55717346c700 void 0.000113
+gallium_dri.so free 0x55717346c6b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c6b0 0.000112
+gallium_dri.so free 0x55717346c800 void 0.000114
+gallium_dri.so free 0x55717346c6b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c7b0 0.000113
+gallium_dri.so free 0x55717346c8c0 void 0.000114
+gallium_dri.so free 0x55717346c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c870 0.000113
+gallium_dri.so free 0x557173463240 void 0.000127
+gallium_dri.so free 0x55717346c870 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000113
+gallium_dri.so free 0x5571734632c0 void 0.000116
+gallium_dri.so free 0x557173463270 void 0.000113
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734633c0 void 0.000113
+gallium_dri.so free 0x557173463270 void 0.000113
+gallium_dri.so malloc 72 0x557173463400 0.000113
+gallium_dri.so free 0x557173463480 void 0.000115
+gallium_dri.so free 0x557173463400 void 0.000116
+gallium_dri.so malloc 72 0x557173463480 0.000114
+gallium_dri.so free 0x55717346c900 void 0.000114
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so malloc 72 0x557173463480 0.000112
+gallium_dri.so free 0x557173463540 void 0.000115
+gallium_dri.so free 0x557173463480 void 0.000113
+gallium_dri.so malloc 72 0x557173463480 0.000115
+gallium_dri.so free 0x557173463600 void 0.000114
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so malloc 72 0x5571734635b0 0.000112
+gallium_dri.so free 0x55717358ec00 void 0.000115
+gallium_dri.so free 0x5571734635b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358ec50 0.000112
+gallium_dri.so free 0x55717358ecc0 void 0.000112
+gallium_dri.so free 0x55717358ec50 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed20 0.000114
+gallium_dri.so free 0x55717358edc0 void 0.000115
+gallium_dri.so free 0x55717358ed20 void 0.000124
+gallium_dri.so malloc 72 0x55717358ed70 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000114
+gallium_dri.so free 0x55717358ed70 void 0.000113
+gallium_dri.so malloc 72 0x55717358ed70 0.000126
+gallium_dri.so free 0x55717358eec0 void 0.000129
+gallium_dri.so free 0x55717358ed70 void 0.000125
+gallium_dri.so malloc 72 0x55717358ef00 0.000123
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358ef00 void 0.000114
+gallium_dri.so malloc 72 0x55717358ef80 0.000113
+gallium_dri.so free 0x557173467dc0 void 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000112
+gallium_dri.so malloc 72 0x557173467de0 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467de0 void 0.000112
+gallium_dri.so malloc 72 0x557173467e30 0.000112
+gallium_dri.so free 0x557173467f00 void 0.000114
+gallium_dri.so free 0x557173467e30 void 0.000113
+gallium_dri.so malloc 72 0x557173467f00 0.000112
+gallium_dri.so free 0x557173467fc0 void 0.000113
+gallium_dri.so free 0x557173467f00 void 0.000112
+gallium_dri.so malloc 72 0x557173467f00 0.000112
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so free 0x557173467f00 void 0.000113
+gallium_dri.so malloc 72 0x557173468040 0.000112
+gallium_dri.so free 0x557173468100 void 0.000127
+gallium_dri.so free 0x557173468040 void 0.000114
+gallium_dri.so malloc 72 0x557173468040 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000112
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b30 0.000113
+gallium_dri.so free 0x5571735f8b80 void 0.000113
+gallium_dri.so free 0x5571735f8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8b30 0.000112
+gallium_dri.so free 0x5571735f8c80 void 0.000113
+gallium_dri.so free 0x5571735f8b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c30 0.000112
+gallium_dri.so free 0x5571735f8d40 void 0.000114
+gallium_dri.so free 0x5571735f8c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000114
+gallium_dri.so free 0x5571735f8dc0 void 0.000113
+gallium_dri.so free 0x5571735f8cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8de0 0.000112
+gallium_dri.so free 0x5571735f8e80 void 0.000116
+gallium_dri.so free 0x5571735f8de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8e30 0.000113
+gallium_dri.so free 0x5571735c43c0 void 0.000113
+gallium_dri.so free 0x5571735f8e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4400 0.000112
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so free 0x5571735c4400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4480 0.000112
+gallium_dri.so free 0x5571735c4540 void 0.000118
+gallium_dri.so free 0x5571735c4480 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4480 0.000113
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000112
+gallium_dri.so malloc 72 0x5571735c45f0 0.000111
+gallium_dri.so free 0x5571735c4640 void 0.000112
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45f0 0.000112
+gallium_dri.so free 0x5571735c4740 void 0.000112
+gallium_dri.so free 0x5571735c45f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4780 0.000111
+gallium_dri.so free 0x5571735dc1c0 void 0.000112
+gallium_dri.so free 0x5571735c4780 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc210 0.000113
+gallium_dri.so free 0x5571735dc280 void 0.000113
+gallium_dri.so free 0x5571735dc210 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc2a0 0.000112
+gallium_dri.so free 0x5571735dc340 void 0.000111
+gallium_dri.so free 0x5571735dc2a0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000116
+gallium_dri.so free 0x5571735dc3c0 void 0.000125
+gallium_dri.so free 0x5571735dc2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000119
+gallium_dri.so free 0x5571735dc440 void 0.000117
+gallium_dri.so free 0x5571735dc2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc440 0.000119
+gallium_dri.so free 0x5571735dc500 void 0.000121
+gallium_dri.so free 0x5571735dc440 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc440 0.000117
+gallium_dri.so free 0x55717358c640 void 0.000121
+gallium_dri.so free 0x5571735dc440 void 0.000118
+gallium_dri.so malloc 72 0x55717358c660 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000118
+gallium_dri.so free 0x55717358c660 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000119
+gallium_dri.so free 0x55717358c780 void 0.000121
+gallium_dri.so free 0x55717358c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c6b0 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c6b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c800 0.000117
+gallium_dri.so free 0x55717358c8c0 void 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so malloc 72 0x55717358c800 0.000119
+gallium_dri.so free 0x55717358c980 void 0.000121
+gallium_dri.so free 0x55717358c800 void 0.000117
+gallium_dri.so malloc 72 0x55717358c800 0.000120
+gallium_dri.so free 0x5571735d0a00 void 0.000118
+gallium_dri.so free 0x55717358c800 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0a50 0.000120
+gallium_dri.so free 0x5571735d0ac0 void 0.000120
+gallium_dri.so free 0x5571735d0a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b00 0.000120
+gallium_dri.so free 0x5571735d0b80 void 0.000131
+gallium_dri.so free 0x5571735d0b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x5571735d0c40 void 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0b80 0.000118
+gallium_dri.so free 0x55717358ca40 void 0.000119
+gallium_dri.so free 0x5571735d0b80 void 0.000118
+gallium_dri.so malloc 72 0x55717358c9f0 0.000117
+gallium_dri.so free 0x5571735d0cc0 void 0.000119
+gallium_dri.so free 0x55717358c9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0d00 0.000119
+gallium_dri.so free 0x5571735d0d80 void 0.000119
+gallium_dri.so free 0x5571735d0d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0d80 0.000120
+gallium_dri.so free 0x557173461080 void 0.000120
+gallium_dri.so free 0x5571735d0d80 void 0.000123
+gallium_dri.so malloc 72 0x5571734610c0 0.000120
+gallium_dri.so free 0x557173461140 void 0.000120
+gallium_dri.so free 0x5571734610c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734610c0 0.000119
+gallium_dri.so free 0x5571734611c0 void 0.000117
+gallium_dri.so free 0x5571734610c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734611f0 0.000119
+gallium_dri.so free 0x557173461240 void 0.000114
+gallium_dri.so free 0x5571734611f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734611f0 0.000125
+gallium_dri.so free 0x557173461340 void 0.000114
+gallium_dri.so free 0x5571734611f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734612f0 0.000114
+gallium_dri.so free 0x557173461400 void 0.000112
+gallium_dri.so free 0x5571734612f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734613b0 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000124
+gallium_dri.so free 0x5571734613b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3330 0.000121
+gallium_dri.so free 0x5571735e3380 void 0.000122
+gallium_dri.so free 0x5571735e3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e3330 0.000120
+gallium_dri.so free 0x5571735e3480 void 0.000122
+gallium_dri.so free 0x5571735e3330 void 0.000121
+gallium_dri.so malloc 72 0x5571735e34c0 0.000121
+gallium_dri.so free 0x5571735e3540 void 0.000121
+gallium_dri.so free 0x5571735e34c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3540 0.000120
+gallium_dri.so free 0x557173461440 void 0.000120
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3540 0.000119
+gallium_dri.so free 0x5571735e3600 void 0.000118
+gallium_dri.so free 0x5571735e3540 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3540 0.000119
+gallium_dri.so free 0x5571735e36c0 void 0.000117
+gallium_dri.so free 0x5571735e3540 void 0.000160
+gallium_dri.so malloc 72 0x5571735e3670 0.000133
+gallium_dri.so free 0x5571735fdb80 void 0.000120
+gallium_dri.so free 0x5571735e3670 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000117
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdbd0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdca0 0.000117
+gallium_dri.so free 0x5571735fdd40 void 0.000117
+gallium_dri.so free 0x5571735fdca0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000117
+gallium_dri.so free 0x5571735fdd80 void 0.000118
+gallium_dri.so free 0x5571735fdcf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000120
+gallium_dri.so free 0x5571735fde40 void 0.000117
+gallium_dri.so free 0x5571735fdcf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fde80 0.000116
+gallium_dri.so free 0x5571735fdf00 void 0.000119
+gallium_dri.so free 0x5571735fde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf00 0.000118
+gallium_dri.so free 0x557173600140 void 0.000117
+gallium_dri.so free 0x5571735fdf00 void 0.000118
+gallium_dri.so malloc 72 0x557173600160 0.000116
+gallium_dri.so free 0x557173600200 void 0.000117
+gallium_dri.so free 0x557173600160 void 0.000116
+gallium_dri.so malloc 72 0x5571736001b0 0.000117
+gallium_dri.so free 0x557173600280 void 0.000128
+gallium_dri.so free 0x5571736001b0 void 0.000121
+gallium_dri.so malloc 72 0x557173600280 0.000120
+gallium_dri.so free 0x557173600340 void 0.000118
+gallium_dri.so free 0x557173600280 void 0.000117
+gallium_dri.so malloc 72 0x557173600280 0.000117
+gallium_dri.so free 0x5571736003c0 void 0.000121
+gallium_dri.so free 0x557173600280 void 0.000119
+gallium_dri.so malloc 72 0x5571736003c0 0.000119
+gallium_dri.so free 0x557173600480 void 0.000120
+gallium_dri.so free 0x5571736003c0 void 0.000116
+gallium_dri.so malloc 72 0x5571736003c0 0.000120
+gallium_dri.so free 0x55717346eb00 void 0.000121
+gallium_dri.so free 0x5571736003c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346eb30 0.000117
+gallium_dri.so free 0x55717346eb80 void 0.000127
+gallium_dri.so free 0x55717346eb30 void 0.000118
+gallium_dri.so malloc 72 0x55717346eb30 0.000122
+gallium_dri.so free 0x55717346ec80 void 0.000118
+gallium_dri.so free 0x55717346eb30 void 0.000121
+gallium_dri.so malloc 72 0x55717346ec30 0.000171
+gallium_dri.so free 0x55717346ed40 void 0.000120
+gallium_dri.so free 0x55717346ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717346ecf0 0.000119
+gallium_dri.so free 0x55717346edc0 void 0.000121
+gallium_dri.so free 0x55717346ecf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346ede0 0.000138
+gallium_dri.so free 0x55717346ee80 void 0.000131
+gallium_dri.so free 0x55717346ede0 void 0.000130
+gallium_dri.so malloc 72 0x55717346ee30 0.000132
+gallium_dri.so free 0x5571735d5580 void 0.000131
+gallium_dri.so free 0x55717346ee30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d55c0 0.000131
+gallium_dri.so free 0x5571735d5640 void 0.000134
+gallium_dri.so free 0x5571735d55c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d5640 0.000132
+gallium_dri.so free 0x5571735d5700 void 0.000133
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5640 0.000129
+gallium_dri.so free 0x5571735d5780 void 0.000135
+gallium_dri.so free 0x5571735d5640 void 0.000129
+gallium_dri.so malloc 72 0x5571735d57b0 0.000133
+gallium_dri.so free 0x5571735d5800 void 0.000130
+gallium_dri.so free 0x5571735d57b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d57b0 0.000129
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d57b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d5940 0.000129
+gallium_dri.so free 0x55717358a080 void 0.000133
+gallium_dri.so free 0x5571735d5940 void 0.000131
+gallium_dri.so malloc 72 0x55717358a0d0 0.000147
+gallium_dri.so free 0x55717358a140 void 0.000131
+gallium_dri.so free 0x55717358a0d0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a160 0.000130
+gallium_dri.so free 0x55717358a200 void 0.000133
+gallium_dri.so free 0x55717358a160 void 0.000129
+gallium_dri.so malloc 72 0x55717358a1b0 0.000131
+gallium_dri.so free 0x55717358a280 void 0.000133
+gallium_dri.so free 0x55717358a1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a1b0 0.000132
+gallium_dri.so free 0x55717358a300 void 0.000133
+gallium_dri.so free 0x55717358a1b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358a300 0.000130
+gallium_dri.so free 0x55717358a3c0 void 0.000133
+gallium_dri.so free 0x55717358a300 void 0.000131
+gallium_dri.so malloc 72 0x55717358a300 0.000132
+gallium_dri.so free 0x5571735c1e00 void 0.000134
+gallium_dri.so free 0x55717358a300 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1e20 0.000130
+gallium_dri.so free 0x5571735c1ec0 void 0.000133
+gallium_dri.so free 0x5571735c1e20 void 0.000135
+gallium_dri.so malloc 72 0x5571735c1e70 0.000130
+gallium_dri.so free 0x5571735c1f40 void 0.000133
+gallium_dri.so free 0x5571735c1e70 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1e70 0.000130
+gallium_dri.so free 0x5571735c1fc0 void 0.000134
+gallium_dri.so free 0x5571735c1e70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000134
+gallium_dri.so free 0x5571735c2080 void 0.000131
+gallium_dri.so free 0x5571735c1fc0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000127
+gallium_dri.so free 0x5571735c2140 void 0.000118
+gallium_dri.so free 0x5571735c1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000120
+gallium_dri.so free 0x557173469f80 void 0.000121
+gallium_dri.so free 0x5571735c1fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173469fd0 0.000116
+gallium_dri.so free 0x55717346a040 void 0.000121
+gallium_dri.so free 0x557173469fd0 void 0.000118
+gallium_dri.so malloc 72 0x55717346a080 0.000117
+gallium_dri.so free 0x55717346a100 void 0.000120
+gallium_dri.so free 0x55717346a080 void 0.000119
+gallium_dri.so malloc 72 0x55717346a100 0.000120
+gallium_dri.so free 0x55717346a1c0 void 0.000120
+gallium_dri.so free 0x55717346a100 void 0.000116
+gallium_dri.so malloc 72 0x55717346a100 0.000117
+gallium_dri.so free 0x5571735c2200 void 0.000121
+gallium_dri.so free 0x55717346a100 void 0.000116
+gallium_dri.so malloc 72 0x5571735c21b0 0.000119
+gallium_dri.so free 0x55717346a240 void 0.000129
+gallium_dri.so free 0x5571735c21b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a280 0.000117
+gallium_dri.so free 0x55717346a300 void 0.000118
+gallium_dri.so free 0x55717346a280 void 0.000117
+gallium_dri.so malloc 72 0x55717346a300 0.000120
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x55717346a300 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3000 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000120
+gallium_dri.so free 0x5571735d3000 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3100 void 0.000120
+gallium_dri.so free 0x5571735d3000 void 0.000116
+gallium_dri.so malloc 72 0x5571735d3130 0.000120
+gallium_dri.so free 0x5571735d3180 void 0.000118
+gallium_dri.so free 0x5571735d3130 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3130 0.000119
+gallium_dri.so free 0x5571735d3280 void 0.000121
+gallium_dri.so free 0x5571735d3130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3230 0.000117
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d3230 void 0.000120
+gallium_dri.so malloc 72 0x5571735d32f0 0.000118
+gallium_dri.so free 0x5571735911c0 void 0.000117
+gallium_dri.so free 0x5571735d32f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735911f0 0.000167
+gallium_dri.so free 0x557173591240 void 0.000116
+gallium_dri.so free 0x5571735911f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735911f0 0.000114
+gallium_dri.so free 0x557173591340 void 0.000116
+gallium_dri.so free 0x5571735911f0 void 0.000115
+gallium_dri.so malloc 72 0x557173591380 0.000115
+gallium_dri.so free 0x557173591400 void 0.000117
+gallium_dri.so free 0x557173591380 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000117
+gallium_dri.so free 0x5571735d3380 void 0.000116
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so malloc 72 0x557173591400 0.000116
+gallium_dri.so free 0x5571735914c0 void 0.000116
+gallium_dri.so free 0x557173591400 void 0.000114
+gallium_dri.so malloc 72 0x557173591400 0.000120
+gallium_dri.so free 0x557173591580 void 0.000121
+gallium_dri.so free 0x557173591400 void 0.000120
+gallium_dri.so malloc 72 0x557173591530 0.000121
+gallium_dri.so free 0x557173604300 void 0.000121
+gallium_dri.so free 0x557173591530 void 0.000171
+gallium_dri.so malloc 72 0x557173604350 0.000117
+gallium_dri.so free 0x5571736043c0 void 0.000120
+gallium_dri.so free 0x557173604350 void 0.000119
+gallium_dri.so malloc 72 0x557173604420 0.000117
+gallium_dri.so free 0x5571736044c0 void 0.000119
+gallium_dri.so free 0x557173604420 void 0.000131
+gallium_dri.so malloc 72 0x557173604470 0.000120
+gallium_dri.so free 0x557173604500 void 0.000120
+gallium_dri.so free 0x557173604470 void 0.000119
+gallium_dri.so malloc 72 0x557173604470 0.000119
+gallium_dri.so free 0x5571736045c0 void 0.000120
+gallium_dri.so free 0x557173604470 void 0.000122
+gallium_dri.so malloc 72 0x557173604600 0.000121
+gallium_dri.so free 0x557173604680 void 0.000120
+gallium_dri.so free 0x557173604600 void 0.000119
+gallium_dri.so malloc 72 0x557173604680 0.000119
+gallium_dri.so free 0x557173601d40 void 0.000119
+gallium_dri.so free 0x557173604680 void 0.000120
+gallium_dri.so malloc 72 0x557173601d60 0.000121
+gallium_dri.so free 0x557173601e00 void 0.000120
+gallium_dri.so free 0x557173601d60 void 0.000119
+gallium_dri.so malloc 72 0x557173601db0 0.000121
+gallium_dri.so free 0x557173601e80 void 0.000119
+gallium_dri.so free 0x557173601db0 void 0.000121
+gallium_dri.so malloc 72 0x557173601e80 0.000121
+gallium_dri.so free 0x557173601f40 void 0.000122
+gallium_dri.so free 0x557173601e80 void 0.000120
+gallium_dri.so malloc 72 0x557173601e80 0.000120
+gallium_dri.so free 0x557173601fc0 void 0.000120
+gallium_dri.so free 0x557173601e80 void 0.000119
+gallium_dri.so malloc 72 0x557173601fc0 0.000118
+gallium_dri.so free 0x557173602080 void 0.000130
+gallium_dri.so free 0x557173601fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173601fc0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000118
+gallium_dri.so free 0x557173601fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6570 0.000120
+gallium_dri.so free 0x5571735f65c0 void 0.000120
+gallium_dri.so free 0x5571735f6570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6570 0.000118
+gallium_dri.so free 0x5571735f66c0 void 0.000118
+gallium_dri.so free 0x5571735f6570 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6670 0.000119
+gallium_dri.so free 0x5571735f6780 void 0.000118
+gallium_dri.so free 0x5571735f6670 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6730 0.000119
+gallium_dri.so free 0x5571735f6800 void 0.000118
+gallium_dri.so free 0x5571735f6730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6820 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000119
+gallium_dri.so free 0x5571735f6820 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6870 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000120
+gallium_dri.so free 0x5571735f6870 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb00 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000116
+gallium_dri.so free 0x55717360fb00 void 0.000120
+gallium_dri.so malloc 72 0x55717360fb80 0.000125
+gallium_dri.so free 0x55717360fc40 void 0.000117
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so malloc 72 0x55717360fb80 0.000114
+gallium_dri.so free 0x55717360fcc0 void 0.000183
+gallium_dri.so free 0x55717360fb80 void 0.000211
+gallium_dri.so malloc 72 0x55717360fcf0 0.000292
+gallium_dri.so free 0x55717360fd40 void 0.000141
+gallium_dri.so free 0x55717360fcf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360fcf0 0.000120
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so free 0x55717360fcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fe80 0.000115
+gallium_dri.so free 0x557173608e80 void 0.000116
+gallium_dri.so free 0x55717360fe80 void 0.000115
+gallium_dri.so malloc 72 0x557173608ed0 0.000114
+gallium_dri.so free 0x557173608f40 void 0.000113
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f60 0.000114
+gallium_dri.so free 0x557173609000 void 0.000113
+gallium_dri.so free 0x557173608f60 void 0.000114
+gallium_dri.so malloc 72 0x557173608fb0 0.000113
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608fb0 void 0.000163
+gallium_dri.so malloc 72 0x557173608fb0 0.000153
+gallium_dri.so free 0x557173609100 void 0.000153
+gallium_dri.so free 0x557173608fb0 void 0.000152
+gallium_dri.so malloc 72 0x557173609100 0.000152
+gallium_dri.so free 0x5571736091c0 void 0.000152
+gallium_dri.so free 0x557173609100 void 0.000153
+gallium_dri.so malloc 72 0x557173609100 0.000152
+gallium_dri.so free 0x5571735f7b00 void 0.000152
+gallium_dri.so free 0x557173609100 void 0.000152
+gallium_dri.so malloc 72 0x557173609100 0.000151
+gallium_dri.so free 0x5571735f7b80 void 0.000152
+gallium_dri.so free 0x557173609100 void 0.000151
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000160
+gallium_dri.so free 0x5571735f7c00 void 0.000136
+gallium_dri.so free 0x5571735f7bb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000133
+gallium_dri.so free 0x5571735f7d00 void 0.000133
+gallium_dri.so free 0x5571735f7bb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000133
+gallium_dri.so free 0x5571735f7dc0 void 0.000133
+gallium_dri.so free 0x5571735f7cb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f7d70 0.000134
+gallium_dri.so free 0x5571735f7e00 void 0.000132
+gallium_dri.so free 0x5571735f7d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7d70 0.000132
+gallium_dri.so free 0x5571735f7ec0 void 0.000134
+gallium_dri.so free 0x5571735f7d70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f7f10 0.000135
+gallium_dri.so free 0x5571735ff140 void 0.000133
+gallium_dri.so free 0x5571735f7f10 void 0.000135
+gallium_dri.so malloc 72 0x5571735f7f10 0.000132
+gallium_dri.so free 0x5571735ff1c0 void 0.000133
+gallium_dri.so free 0x5571735f7f10 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000131
+gallium_dri.so free 0x5571735ff280 void 0.000132
+gallium_dri.so free 0x5571735ff1c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000136
+gallium_dri.so free 0x5571735ff340 void 0.000136
+gallium_dri.so free 0x5571735ff1c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000135
+gallium_dri.so free 0x5571735ff400 void 0.000136
+gallium_dri.so free 0x5571735ff1c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000133
+gallium_dri.so free 0x5571735ff480 void 0.000134
+gallium_dri.so free 0x5571735ff3b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ff4d0 0.000134
+gallium_dri.so free 0x5571735ff540 void 0.000135
+gallium_dri.so free 0x5571735ff4d0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff580 0.000132
+gallium_dri.so free 0x55717360eac0 void 0.000133
+gallium_dri.so free 0x5571735ff580 void 0.000133
+gallium_dri.so malloc 72 0x5571735ff580 0.000133
+gallium_dri.so free 0x55717360eb40 void 0.000132
+gallium_dri.so free 0x5571735ff580 void 0.000133
+gallium_dri.so malloc 72 0x55717360eb70 0.000133
+gallium_dri.so free 0x55717360ebc0 void 0.000135
+gallium_dri.so free 0x55717360eb70 void 0.000134
+gallium_dri.so malloc 72 0x55717360eb70 0.000132
+gallium_dri.so free 0x55717360ecc0 void 0.000135
+gallium_dri.so free 0x55717360eb70 void 0.000132
+gallium_dri.so malloc 72 0x55717360ec70 0.000133
+gallium_dri.so free 0x55717360ed80 void 0.000134
+gallium_dri.so free 0x55717360ec70 void 0.000134
+gallium_dri.so malloc 72 0x55717360ed30 0.000132
+gallium_dri.so free 0x55717360edc0 void 0.000133
+gallium_dri.so free 0x55717360ed30 void 0.000131
+gallium_dri.so malloc 72 0x55717360ed30 0.000132
+gallium_dri.so free 0x55717360ee80 void 0.000134
+gallium_dri.so free 0x55717360ed30 void 0.000138
+gallium_dri.so malloc 72 0x55717360eef0 0.000133
+gallium_dri.so free 0x55717346b540 void 0.000133
+gallium_dri.so free 0x55717360eef0 void 0.000133
+gallium_dri.so malloc 72 0x55717360eef0 0.000132
+gallium_dri.so free 0x55717346b5c0 void 0.000136
+gallium_dri.so free 0x55717360eef0 void 0.000139
+gallium_dri.so malloc 72 0x55717346b5c0 0.000124
+gallium_dri.so free 0x55717346b680 void 0.000113
+gallium_dri.so free 0x55717346b5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5c0 0.000113
+gallium_dri.so free 0x55717346b740 void 0.000113
+gallium_dri.so free 0x55717346b5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5c0 0.000114
+gallium_dri.so free 0x55717346b800 void 0.000113
+gallium_dri.so free 0x55717346b5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b7b0 0.000113
+gallium_dri.so free 0x55717346b880 void 0.000114
+gallium_dri.so free 0x55717346b7b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b8d0 0.000112
+gallium_dri.so free 0x55717346b940 void 0.000113
+gallium_dri.so free 0x55717346b8d0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b9a0 0.000113
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so free 0x55717346b9a0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b9a0 0.000115
+gallium_dri.so free 0x5571735c3440 void 0.000143
+gallium_dri.so free 0x55717346b9a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3470 0.000113
+gallium_dri.so free 0x5571735c34c0 void 0.000165
+gallium_dri.so free 0x5571735c3470 void 0.000161
+gallium_dri.so malloc 72 0x5571735c3470 0.000159
+gallium_dri.so free 0x5571735c35c0 void 0.000125
+gallium_dri.so free 0x5571735c3470 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3570 0.000117
+gallium_dri.so free 0x5571735c3680 void 0.000120
+gallium_dri.so free 0x5571735c3570 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3630 0.000122
+gallium_dri.so free 0x5571735c36c0 void 0.000124
+gallium_dri.so free 0x5571735c3630 void 0.000123
+gallium_dri.so malloc 72 0x5571735c3630 0.000123
+gallium_dri.so free 0x5571735c3780 void 0.000117
+gallium_dri.so free 0x5571735c3630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37d0 0.000119
+gallium_dri.so free 0x5571735e0500 void 0.000119
+gallium_dri.so free 0x5571735c37d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c37d0 0.000116
+gallium_dri.so free 0x5571735e0580 void 0.000119
+gallium_dri.so free 0x5571735c37d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0580 0.000117
+gallium_dri.so free 0x5571735e0640 void 0.000122
+gallium_dri.so free 0x5571735e0580 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0580 0.000120
+gallium_dri.so free 0x5571735e0700 void 0.000124
+gallium_dri.so free 0x5571735e0580 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0580 0.000123
+gallium_dri.so free 0x5571735e07c0 void 0.000118
+gallium_dri.so free 0x5571735e0580 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0770 0.000123
+gallium_dri.so free 0x5571735e0840 void 0.000119
+gallium_dri.so free 0x5571735e0770 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0890 0.000124
+gallium_dri.so free 0x5571735e0900 void 0.000124
+gallium_dri.so free 0x5571735e0890 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0940 0.000115
+gallium_dri.so free 0x5571735fcb80 void 0.000121
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0940 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000115
+gallium_dri.so free 0x5571735e0940 void 0.000119
+gallium_dri.so malloc 72 0x5571735fcc30 0.000125
+gallium_dri.so free 0x5571735fcc80 void 0.000124
+gallium_dri.so free 0x5571735fcc30 void 0.000162
+gallium_dri.so malloc 72 0x5571735fcc30 0.000162
+gallium_dri.so free 0x5571735fcd80 void 0.000161
+gallium_dri.so free 0x5571735fcc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcd30 0.000123
+gallium_dri.so free 0x5571735fce40 void 0.000123
+gallium_dri.so free 0x5571735fcd30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000124
+gallium_dri.so free 0x5571735fce80 void 0.000129
+gallium_dri.so free 0x5571735fcdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000126
+gallium_dri.so free 0x5571735fcf40 void 0.000131
+gallium_dri.so free 0x5571735fcdf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000124
+gallium_dri.so free 0x55717346db00 void 0.000125
+gallium_dri.so free 0x5571735fcfb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000130
+gallium_dri.so free 0x55717346db80 void 0.000128
+gallium_dri.so free 0x5571735fcfb0 void 0.000125
+gallium_dri.so malloc 72 0x55717346db80 0.000130
+gallium_dri.so free 0x55717346dc40 void 0.000126
+gallium_dri.so free 0x55717346db80 void 0.000172
+gallium_dri.so malloc 72 0x55717346db80 0.000128
+gallium_dri.so free 0x55717346dd00 void 0.000130
+gallium_dri.so free 0x55717346db80 void 0.000130
+gallium_dri.so malloc 72 0x55717346db80 0.000125
+gallium_dri.so free 0x55717346ddc0 void 0.000122
+gallium_dri.so free 0x55717346db80 void 0.000125
+gallium_dri.so malloc 72 0x55717346dd70 0.000130
+gallium_dri.so free 0x55717346de40 void 0.000125
+gallium_dri.so free 0x55717346dd70 void 0.000126
+gallium_dri.so malloc 72 0x55717346de90 0.000130
+gallium_dri.so free 0x55717346df00 void 0.000129
+gallium_dri.so free 0x55717346de90 void 0.000126
+gallium_dri.so malloc 72 0x55717346df60 0.000126
+gallium_dri.so free 0x557173620140 void 0.000125
+gallium_dri.so free 0x55717346df60 void 0.000124
+gallium_dri.so malloc 72 0x55717346df60 0.000125
+gallium_dri.so free 0x5571736201c0 void 0.000128
+gallium_dri.so free 0x55717346df60 void 0.000126
+gallium_dri.so malloc 72 0x5571736201f0 0.000126
+gallium_dri.so free 0x557173620240 void 0.000129
+gallium_dri.so free 0x5571736201f0 void 0.000137
+gallium_dri.so malloc 72 0x5571736201f0 0.000127
+gallium_dri.so free 0x557173620340 void 0.000131
+gallium_dri.so free 0x5571736201f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736202f0 0.000130
+gallium_dri.so free 0x557173620400 void 0.000131
+gallium_dri.so free 0x5571736202f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736203b0 0.000125
+gallium_dri.so free 0x557173620440 void 0.000120
+gallium_dri.so free 0x5571736203b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736203b0 0.000130
+gallium_dri.so free 0x557173620500 void 0.000131
+gallium_dri.so free 0x5571736203b0 void 0.000131
+gallium_dri.so malloc 72 0x557173620550 0.000125
+gallium_dri.so free 0x5571735dd780 void 0.000127
+gallium_dri.so free 0x557173620550 void 0.000131
+gallium_dri.so malloc 72 0x557173620550 0.000127
+gallium_dri.so free 0x5571735dd800 void 0.000120
+gallium_dri.so free 0x557173620550 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd800 0.000129
+gallium_dri.so free 0x5571735dd8c0 void 0.000131
+gallium_dri.so free 0x5571735dd800 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd800 0.000131
+gallium_dri.so free 0x5571735dd980 void 0.000168
+gallium_dri.so free 0x5571735dd800 void 0.000135
+gallium_dri.so malloc 72 0x5571735dd800 0.000255
+gallium_dri.so free 0x5571735dda40 void 0.000131
+gallium_dri.so free 0x5571735dd800 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000124
+gallium_dri.so free 0x5571735ddac0 void 0.000125
+gallium_dri.so free 0x5571735dd9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddb10 0.000124
+gallium_dri.so free 0x5571735ddb80 void 0.000126
+gallium_dri.so free 0x5571735ddb10 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000123
+gallium_dri.so free 0x5571735ddd80 void 0.000124
+gallium_dri.so free 0x5571735ddbc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000123
+gallium_dri.so free 0x5571735dde00 void 0.000124
+gallium_dri.so free 0x5571735ddbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dde30 0.000125
+gallium_dri.so free 0x5571735dde80 void 0.000125
+gallium_dri.so free 0x5571735dde30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dde30 0.000125
+gallium_dri.so free 0x5571735ddf80 void 0.000128
+gallium_dri.so free 0x5571735dde30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddf30 0.000124
+gallium_dri.so free 0x5571735de040 void 0.000123
+gallium_dri.so free 0x5571735ddf30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddff0 0.000124
+gallium_dri.so free 0x5571735de080 void 0.000126
+gallium_dri.so free 0x5571735ddff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddff0 0.000124
+gallium_dri.so free 0x5571735de140 void 0.000125
+gallium_dri.so free 0x5571735ddff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735de1b0 0.000125
+gallium_dri.so free 0x5571735e0b00 void 0.000124
+gallium_dri.so free 0x5571735de1b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de1b0 0.000124
+gallium_dri.so free 0x5571735e0b80 void 0.000126
+gallium_dri.so free 0x5571735de1b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b80 0.000125
+gallium_dri.so free 0x5571735e0c40 void 0.000125
+gallium_dri.so free 0x5571735e0b80 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0b80 0.000124
+gallium_dri.so free 0x5571735e0d00 void 0.000123
+gallium_dri.so free 0x5571735e0b80 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0b80 0.000124
+gallium_dri.so free 0x5571735e0dc0 void 0.000126
+gallium_dri.so free 0x5571735e0b80 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0d70 0.000124
+gallium_dri.so free 0x5571735e0e40 void 0.000124
+gallium_dri.so free 0x5571735e0d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0e90 0.000125
+gallium_dri.so free 0x5571735e0f00 void 0.000125
+gallium_dri.so free 0x5571735e0e90 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0f60 0.000125
+gallium_dri.so free 0x5571735e1000 void 0.000123
+gallium_dri.so free 0x5571735e0f60 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000124
+gallium_dri.so free 0x5571735ed2c0 void 0.000125
+gallium_dri.so free 0x5571735e0fb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000125
+gallium_dri.so free 0x5571735ed340 void 0.000125
+gallium_dri.so free 0x5571735ed2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000134
+gallium_dri.so free 0x5571735ed440 void 0.000126
+gallium_dri.so free 0x5571735ed2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000124
+gallium_dri.so free 0x5571735ed500 void 0.000124
+gallium_dri.so free 0x5571735ed3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000124
+gallium_dri.so free 0x5571735ed540 void 0.000131
+gallium_dri.so free 0x5571735ed4b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000159
+gallium_dri.so free 0x5571735ed600 void 0.000119
+gallium_dri.so free 0x5571735ed4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed650 0.000119
+gallium_dri.so free 0x5571735ed6c0 void 0.000118
+gallium_dri.so free 0x5571735ed650 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed700 0.000118
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so free 0x5571735ed700 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed780 0.000118
+gallium_dri.so free 0x5571735ed840 void 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed780 0.000119
+gallium_dri.so free 0x5571735ed8c0 void 0.000119
+gallium_dri.so free 0x5571735ed780 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000119
+gallium_dri.so free 0x5571735ed940 void 0.000119
+gallium_dri.so free 0x5571735ed8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000118
+gallium_dri.so free 0x5571735eda40 void 0.000121
+gallium_dri.so free 0x5571735ed8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000117
+gallium_dri.so free 0x5571735edb00 void 0.000118
+gallium_dri.so free 0x5571735ed9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edab0 0.000119
+gallium_dri.so free 0x5571735edb80 void 0.000119
+gallium_dri.so free 0x5571735edab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735edba0 0.000119
+gallium_dri.so free 0x5571735edc40 void 0.000120
+gallium_dri.so free 0x5571735edba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edbf0 0.000119
+gallium_dri.so free 0x5571735edcc0 void 0.000119
+gallium_dri.so free 0x5571735edbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735edbf0 0.000119
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so free 0x5571735edbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735edd40 0.000117
+gallium_dri.so free 0x5571735ede00 void 0.000117
+gallium_dri.so free 0x5571735edd40 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd40 0.000121
+gallium_dri.so free 0x5571735edec0 void 0.000126
+gallium_dri.so free 0x5571735edd40 void 0.000122
+gallium_dri.so malloc 72 0x5571735edd40 0.000118
+gallium_dri.so free 0x5571735edf80 void 0.000125
+gallium_dri.so free 0x5571735edd40 void 0.000124
+gallium_dri.so malloc 72 0x5571735edf30 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000119
+gallium_dri.so free 0x5571735edf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735edf30 0.000118
+gallium_dri.so free 0x5571735ee080 void 0.000118
+gallium_dri.so free 0x5571735edf30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee030 0.000126
+gallium_dri.so free 0x5571735ee140 void 0.000122
+gallium_dri.so free 0x5571735ee030 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000119
+gallium_dri.so free 0x5571735ee180 void 0.000118
+gallium_dri.so free 0x5571735ee0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000118
+gallium_dri.so free 0x5571735ee240 void 0.000119
+gallium_dri.so free 0x5571735ee0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee280 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee280 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee300 0.000119
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee300 0.000125
+gallium_dri.so free 0x5571735ee480 void 0.000119
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000119
+gallium_dri.so free 0x5571735ee540 void 0.000118
+gallium_dri.so free 0x5571735ee4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000119
+gallium_dri.so free 0x5571735ee5c0 void 0.000119
+gallium_dri.so free 0x5571735ee4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so free 0x5571735ee4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee640 0.000116
+gallium_dri.so free 0x5571735ee700 void 0.000112
+gallium_dri.so free 0x5571735ee640 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee640 0.000110
+gallium_dri.so free 0x5571735ee7c0 void 0.000110
+gallium_dri.so free 0x5571735ee640 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee640 0.000110
+gallium_dri.so free 0x5571735ee880 void 0.000110
+gallium_dri.so free 0x5571735ee640 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee830 0.000112
+gallium_dri.so free 0x5571735ee940 void 0.000110
+gallium_dri.so free 0x5571735ee830 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000111
+gallium_dri.so free 0x5571735ee9c0 void 0.000109
+gallium_dri.so free 0x5571735ee8f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eea10 0.000110
+gallium_dri.so free 0x5571735eea80 void 0.000111
+gallium_dri.so free 0x5571735eea10 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000111
+gallium_dri.so free 0x5571735eeb40 void 0.000109
+gallium_dri.so free 0x5571735eeaa0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000111
+gallium_dri.so free 0x5571735eec40 void 0.000113
+gallium_dri.so free 0x5571735eeaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735eec40 0.000141
+gallium_dri.so free 0x5571735eed00 void 0.000117
+gallium_dri.so free 0x5571735eec40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec40 0.000130
+gallium_dri.so free 0x5571735eee00 void 0.000118
+gallium_dri.so free 0x5571735eec40 void 0.000118
+gallium_dri.so malloc 72 0x5571735eedb0 0.000125
+gallium_dri.so free 0x5571735eee40 void 0.000117
+gallium_dri.so free 0x5571735eedb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eedb0 0.000117
+gallium_dri.so free 0x5571735eef00 void 0.000122
+gallium_dri.so free 0x5571735eedb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eef40 0.000123
+gallium_dri.so free 0x5571735eefc0 void 0.000157
+gallium_dri.so free 0x5571735eef40 void 0.000124
+gallium_dri.so malloc 72 0x5571735eefc0 0.000126
+gallium_dri.so free 0x5571735ef080 void 0.000118
+gallium_dri.so free 0x5571735eefc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eefc0 0.000118
+gallium_dri.so free 0x5571735ef100 void 0.000122
+gallium_dri.so free 0x5571735eefc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef130 0.000119
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so free 0x5571735ef130 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef130 0.000122
+gallium_dri.so free 0x5571735ef280 void 0.000119
+gallium_dri.so free 0x5571735ef130 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000125
+gallium_dri.so free 0x5571735ef340 void 0.000120
+gallium_dri.so free 0x5571735ef2c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef340 0.000119
+gallium_dri.so free 0x5571735ef400 void 0.000116
+gallium_dri.so free 0x5571735ef340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef340 0.000120
+gallium_dri.so free 0x5571735ef480 void 0.000124
+gallium_dri.so free 0x5571735ef340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000116
+gallium_dri.so free 0x5571735ef540 void 0.000122
+gallium_dri.so free 0x5571735ef4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000124
+gallium_dri.so free 0x5571735ef640 void 0.000124
+gallium_dri.so free 0x5571735ef4b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef5f0 0.000124
+gallium_dri.so free 0x5571735ef700 void 0.000123
+gallium_dri.so free 0x5571735ef5f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000286
+gallium_dri.so free 0x5571735ef6b0 void 0.000289
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000289
+gallium_dri.so free 0x5571735ef840 void 0.000272
+gallium_dri.so free 0x5571735ef6b0 void 0.000271
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000288
+gallium_dri.so free 0x5571735ef900 void 0.000224
+gallium_dri.so free 0x5571735ef6b0 void 0.000280
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000224
+gallium_dri.so free 0x5571735ef980 void 0.000215
+gallium_dri.so free 0x5571735ef8b0 void 0.000240
+gallium_dri.so malloc 72 0x5571735ef9d0 0.000220
+gallium_dri.so free 0x5571735efa40 void 0.000216
+gallium_dri.so free 0x5571735ef9d0 void 0.000274
+gallium_dri.so malloc 72 0x5571735efa60 0.000263
+gallium_dri.so free 0x5571735efb00 void 0.000283
+gallium_dri.so free 0x5571735efa60 void 0.000294
+gallium_dri.so malloc 72 0x5571735efab0 0.000279
+gallium_dri.so free 0x5571735efb80 void 0.000280
+gallium_dri.so free 0x5571735efab0 void 0.000272
+gallium_dri.so malloc 72 0x5571735efb80 0.000289
+gallium_dri.so free 0x5571735efc40 void 0.000273
+gallium_dri.so free 0x5571735efb80 void 0.000334
+gallium_dri.so malloc 72 0x5571735efb80 0.000287
+gallium_dri.so free 0x5571735efcc0 void 0.000289
+gallium_dri.so free 0x5571735efb80 void 0.000289
+gallium_dri.so malloc 72 0x5571735efcc0 0.000290
+gallium_dri.so free 0x5571735efd80 void 0.000283
+gallium_dri.so free 0x5571735efcc0 void 0.000293
+gallium_dri.so malloc 72 0x5571735efcc0 0.000286
+gallium_dri.so free 0x5571735efe40 void 0.000285
+gallium_dri.so free 0x5571735efcc0 void 0.000259
+gallium_dri.so malloc 72 0x5571735efcc0 0.000286
+gallium_dri.so free 0x5571735eff00 void 0.000286
+gallium_dri.so free 0x5571735efcc0 void 0.000301
+gallium_dri.so malloc 72 0x5571735efeb0 0.000291
+gallium_dri.so free 0x5571735eff80 void 0.000327
+gallium_dri.so free 0x5571735efeb0 void 0.000338
+gallium_dri.so malloc 72 0x5571735effd0 0.000292
+gallium_dri.so free 0x5571735f0040 void 0.000288
+gallium_dri.so free 0x5571735effd0 void 0.000297
+gallium_dri.so malloc 72 0x5571735f0080 0.000288
+gallium_dri.so free 0x5571735f0100 void 0.000284
+gallium_dri.so free 0x5571735f0080 void 0.000290
+gallium_dri.so malloc 72 0x5571735f0080 0.000293
+gallium_dri.so free 0x5571735f0180 void 0.000240
+gallium_dri.so free 0x5571735f0080 void 0.000289
+gallium_dri.so malloc 72 0x5571735f01b0 0.000281
+gallium_dri.so free 0x5571735f0200 void 0.000300
+gallium_dri.so free 0x5571735f01b0 void 0.000294
+gallium_dri.so malloc 72 0x5571735f01b0 0.000288
+gallium_dri.so free 0x5571735f0300 void 0.000293
+gallium_dri.so free 0x5571735f01b0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f02b0 0.000283
+gallium_dri.so free 0x5571735f03c0 void 0.000290
+gallium_dri.so free 0x5571735f02b0 void 0.000230
+gallium_dri.so malloc 72 0x5571735f0370 0.000284
+gallium_dri.so free 0x5571735f0400 void 0.000294
+gallium_dri.so free 0x5571735f0370 void 0.000287
+gallium_dri.so malloc 72 0x5571735f0370 0.000289
+gallium_dri.so free 0x5571735f04c0 void 0.000270
+gallium_dri.so free 0x5571735f0370 void 0.000325
+gallium_dri.so malloc 72 0x5571735f0530 0.000327
+gallium_dri.so free 0x5571735f0580 void 0.000271
+gallium_dri.so free 0x5571735f0530 void 0.000249
+gallium_dri.so malloc 72 0x5571735f0530 0.000244
+gallium_dri.so free 0x5571735f0680 void 0.000245
+gallium_dri.so free 0x5571735f0530 void 0.000159
+gallium_dri.so malloc 72 0x5571735f0630 0.000158
+gallium_dri.so free 0x5571735f0740 void 0.000154
+gallium_dri.so free 0x5571735f0630 void 0.000165
+gallium_dri.so malloc 72 0x5571735f06f0 0.000144
+gallium_dri.so free 0x5571735f0780 void 0.000137
+gallium_dri.so free 0x5571735f06f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f06f0 0.000173
+gallium_dri.so free 0x5571735f0840 void 0.000281
+gallium_dri.so free 0x5571735f06f0 void 0.000289
+gallium_dri.so malloc 72 0x5571735f0880 0.000172
+gallium_dri.so free 0x5571735f0900 void 0.000179
+gallium_dri.so free 0x5571735f0880 void 0.000279
+gallium_dri.so malloc 72 0x5571735f0900 0.000319
+gallium_dri.so free 0x5571735f09c0 void 0.000245
+gallium_dri.so free 0x5571735f0900 void 0.000209
+gallium_dri.so malloc 72 0x5571735f0900 0.000246
+gallium_dri.so free 0x5571735f0a80 void 0.000251
+gallium_dri.so free 0x5571735f0900 void 0.000291
+gallium_dri.so malloc 72 0x5571735f0aa0 0.000295
+gallium_dri.so free 0x5571735f0b40 void 0.000286
+gallium_dri.so free 0x5571735f0aa0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f0af0 0.000292
+gallium_dri.so free 0x5571735f0bc0 void 0.000287
+gallium_dri.so free 0x5571735f0af0 void 0.000296
+gallium_dri.so malloc 72 0x5571735f0af0 0.000289
+gallium_dri.so free 0x5571735f0c40 void 0.000292
+gallium_dri.so free 0x5571735f0af0 void 0.000282
+gallium_dri.so malloc 72 0x5571735f0c40 0.000291
+gallium_dri.so free 0x5571735f0d00 void 0.000290
+gallium_dri.so free 0x5571735f0c40 void 0.000289
+gallium_dri.so malloc 72 0x5571735f0c40 0.000289
+gallium_dri.so free 0x5571735f0dc0 void 0.000297
+gallium_dri.so free 0x5571735f0c40 void 0.000293
+gallium_dri.so malloc 72 0x5571735f0c40 0.000284
+gallium_dri.so free 0x5571735f0e80 void 0.000292
+gallium_dri.so free 0x5571735f0c40 void 0.000285
+gallium_dri.so malloc 72 0x5571735f0e30 0.000293
+gallium_dri.so free 0x5571735f0f40 void 0.000290
+gallium_dri.so free 0x5571735f0e30 void 0.000293
+gallium_dri.so malloc 72 0x5571735f0ef0 0.000294
+gallium_dri.so free 0x5571735f0fc0 void 0.000290
+gallium_dri.so free 0x5571735f0ef0 void 0.000254
+gallium_dri.so malloc 72 0x5571735f1010 0.000308
+gallium_dri.so free 0x5571735f1080 void 0.000299
+gallium_dri.so free 0x5571735f1010 void 0.000284
+gallium_dri.so malloc 72 0x5571735f10a0 0.000292
+gallium_dri.so free 0x5571735f1140 void 0.000290
+gallium_dri.so free 0x5571735f10a0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f10f0 0.000294
+gallium_dri.so free 0x5571735f11c0 void 0.000286
+gallium_dri.so free 0x5571735f10f0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f10f0 0.000300
+gallium_dri.so free 0x5571735f1240 void 0.000280
+gallium_dri.so free 0x5571735f10f0 void 0.000287
+gallium_dri.so malloc 72 0x5571735f1240 0.000294
+gallium_dri.so free 0x5571735f1300 void 0.000337
+gallium_dri.so free 0x5571735f1240 void 0.000290
+gallium_dri.so malloc 72 0x5571735f1240 0.000289
+gallium_dri.so free 0x5571735f1400 void 0.000284
+gallium_dri.so free 0x5571735f1240 void 0.000293
+gallium_dri.so malloc 72 0x5571735f13b0 0.000286
+gallium_dri.so free 0x5571735f1440 void 0.000286
+gallium_dri.so free 0x5571735f13b0 void 0.000295
+gallium_dri.so malloc 72 0x5571735f13b0 0.000293
+gallium_dri.so free 0x5571735f1500 void 0.000286
+gallium_dri.so free 0x5571735f13b0 void 0.000291
+gallium_dri.so malloc 72 0x5571735f1540 0.000288
+gallium_dri.so free 0x5571735f15c0 void 0.000335
+gallium_dri.so free 0x5571735f1540 void 0.000290
+gallium_dri.so malloc 72 0x5571735f15c0 0.000289
+gallium_dri.so free 0x5571735f1680 void 0.000296
+gallium_dri.so free 0x5571735f15c0 void 0.000288
+gallium_dri.so malloc 72 0x5571735f15c0 0.000280
+gallium_dri.so free 0x5571735f1700 void 0.000292
+gallium_dri.so free 0x5571735f15c0 void 0.000289
+gallium_dri.so malloc 72 0x5571735f1730 0.000293
+gallium_dri.so free 0x5571735f1780 void 0.000286
+gallium_dri.so free 0x5571735f1730 void 0.000294
+gallium_dri.so malloc 72 0x5571735f1730 0.000285
+gallium_dri.so free 0x5571735f1880 void 0.000281
+gallium_dri.so free 0x5571735f1730 void 0.000289
+gallium_dri.so malloc 72 0x5571735f18c0 0.000294
+gallium_dri.so free 0x5571735f1940 void 0.000295
+gallium_dri.so free 0x5571735f18c0 void 0.000283
+gallium_dri.so malloc 72 0x5571735f1940 0.000285
+gallium_dri.so free 0x5571735f1a00 void 0.000293
+gallium_dri.so free 0x5571735f1940 void 0.000299
+gallium_dri.so malloc 72 0x5571735f1940 0.000285
+gallium_dri.so free 0x5571735f1a80 void 0.000287
+gallium_dri.so free 0x5571735f1940 void 0.000302
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000303
+gallium_dri.so free 0x5571735f1b00 void 0.000292
+gallium_dri.so free 0x5571735f1ab0 void 0.000292
+gallium_dri.so malloc 72 0x5571735f1ab0 0.000289
+gallium_dri.so free 0x5571735f1c00 void 0.000292
+gallium_dri.so free 0x5571735f1ab0 void 0.000294
+gallium_dri.so malloc 72 0x5571735f1bb0 0.000291
+gallium_dri.so free 0x5571735f1cc0 void 0.000290
+gallium_dri.so free 0x5571735f1bb0 void 0.000233
+gallium_dri.so malloc 72 0x5571735f1c70 0.000229
+gallium_dri.so free 0x5571735f1d40 void 0.000231
+gallium_dri.so free 0x5571735f1c70 void 0.000212
+gallium_dri.so malloc 72 0x5571735f1c70 0.000242
+gallium_dri.so free 0x5571735f1e00 void 0.000276
+gallium_dri.so free 0x5571735f1c70 void 0.000361
+gallium_dri.so malloc 72 0x5571735f1c70 0.000344
+gallium_dri.so free 0x5571735f1ec0 void 0.000344
+gallium_dri.so free 0x5571735f1c70 void 0.000327
+gallium_dri.so malloc 72 0x5571735f1e70 0.000280
+gallium_dri.so free 0x5571735f1f40 void 0.000295
+gallium_dri.so free 0x5571735f1e70 void 0.000293
+gallium_dri.so malloc 72 0x5571735f1f90 0.000289
+gallium_dri.so free 0x5571735f2000 void 0.000289
+gallium_dri.so free 0x5571735f1f90 void 0.000289
+gallium_dri.so malloc 72 0x5571735f2020 0.000174
+gallium_dri.so free 0x5571735f20c0 void 0.000203
+gallium_dri.so free 0x5571735f2020 void 0.000184
+gallium_dri.so malloc 72 0x5571735f2070 0.000148
+gallium_dri.so free 0x5571735f2140 void 0.000146
+gallium_dri.so free 0x5571735f2070 void 0.000189
+gallium_dri.so malloc 72 0x5571735f2140 0.000182
+gallium_dri.so free 0x5571735f2200 void 0.000178
+gallium_dri.so free 0x5571735f2140 void 0.000147
+gallium_dri.so malloc 72 0x5571735f2140 0.000145
+gallium_dri.so free 0x5571735f2280 void 0.000145
+gallium_dri.so free 0x5571735f2140 void 0.000146
+gallium_dri.so malloc 72 0x5571735f2280 0.000152
+gallium_dri.so free 0x5571735f2340 void 0.000146
+gallium_dri.so free 0x5571735f2280 void 0.000147
+gallium_dri.so malloc 72 0x5571735f2280 0.000145
+gallium_dri.so free 0x5571735f2400 void 0.000145
+gallium_dri.so free 0x5571735f2280 void 0.000147
+gallium_dri.so malloc 72 0x5571735f2280 0.000148
+gallium_dri.so free 0x5571735f24c0 void 0.000148
+gallium_dri.so free 0x5571735f2280 void 0.000139
+gallium_dri.so malloc 72 0x5571735f2470 0.000136
+gallium_dri.so free 0x5571735f2540 void 0.000146
+gallium_dri.so free 0x5571735f2470 void 0.000221
+gallium_dri.so malloc 72 0x5571735f2590 0.000154
+gallium_dri.so free 0x5571735f2600 void 0.000147
+gallium_dri.so free 0x5571735f2590 void 0.000166
+gallium_dri.so malloc 72 0x5571735f2640 0.000163
+gallium_dri.so free 0x5571735f26c0 void 0.000142
+gallium_dri.so free 0x5571735f2640 void 0.000143
+gallium_dri.so malloc 72 0x5571735f2640 0.000144
+gallium_dri.so free 0x5571735f2740 void 0.000144
+gallium_dri.so free 0x5571735f2640 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2770 0.000143
+gallium_dri.so free 0x5571735f27c0 void 0.000143
+gallium_dri.so free 0x5571735f2770 void 0.000142
+gallium_dri.so malloc 72 0x5571735f2770 0.000141
+gallium_dri.so free 0x557173474580 void 0.000162
+gallium_dri.so free 0x5571735f2770 void 0.000143
+gallium_dri.so malloc 72 0x557173474580 0.000142
+gallium_dri.so free 0x557173474640 void 0.000143
+gallium_dri.so free 0x557173474580 void 0.000142
+gallium_dri.so malloc 72 0x557173474580 0.000143
+gallium_dri.so free 0x557173474700 void 0.000144
+gallium_dri.so free 0x557173474580 void 0.000143
+gallium_dri.so malloc 72 0x557173474580 0.000142
+gallium_dri.so free 0x5571734747c0 void 0.000143
+gallium_dri.so free 0x557173474580 void 0.000141
+gallium_dri.so malloc 72 0x557173474770 0.000142
+gallium_dri.so free 0x5571734747c0 void 0.000145
+gallium_dri.so free 0x557173474770 void 0.000142
+gallium_dri.so malloc 72 0x557173474770 0.000144
+gallium_dri.so free 0x5571734748c0 void 0.000143
+gallium_dri.so free 0x557173474770 void 0.000143
+gallium_dri.so malloc 72 0x557173474870 0.000143
+gallium_dri.so free 0x557173474980 void 0.000144
+gallium_dri.so free 0x557173474870 void 0.000142
+gallium_dri.so malloc 72 0x557173474930 0.000143
+gallium_dri.so free 0x5571734749c0 void 0.000143
+gallium_dri.so free 0x557173474930 void 0.000152
+gallium_dri.so malloc 72 0x557173474930 0.000144
+gallium_dri.so free 0x557173474a80 void 0.000141
+gallium_dri.so free 0x557173474930 void 0.000141
+gallium_dri.so malloc 72 0x557173474ac0 0.000140
+gallium_dri.so free 0x557173474b40 void 0.000142
+gallium_dri.so free 0x557173474ac0 void 0.000140
+gallium_dri.so malloc 72 0x557173474b40 0.000137
+gallium_dri.so free 0x557173474c00 void 0.000126
+gallium_dri.so free 0x557173474b40 void 0.000126
+gallium_dri.so malloc 72 0x557173474b40 0.000126
+gallium_dri.so free 0x557173474cc0 void 0.000127
+gallium_dri.so free 0x557173474b40 void 0.000126
+gallium_dri.so malloc 72 0x557173474ce0 0.000128
+gallium_dri.so free 0x557173474d80 void 0.000127
+gallium_dri.so free 0x557173474ce0 void 0.000171
+gallium_dri.so malloc 72 0x557173474d30 0.000163
+gallium_dri.so free 0x557173474e00 void 0.000128
+gallium_dri.so free 0x557173474d30 void 0.000124
+gallium_dri.so malloc 72 0x557173474d30 0.000126
+gallium_dri.so free 0x557173474e80 void 0.000126
+gallium_dri.so free 0x557173474d30 void 0.000124
+gallium_dri.so malloc 72 0x557173474e80 0.000125
+gallium_dri.so free 0x557173474f40 void 0.000137
+gallium_dri.so free 0x557173474e80 void 0.000122
+gallium_dri.so malloc 72 0x557173474e80 0.000126
+gallium_dri.so free 0x557173475000 void 0.000124
+gallium_dri.so free 0x557173474e80 void 0.000124
+gallium_dri.so malloc 72 0x557173474e80 0.000124
+gallium_dri.so free 0x5571734750c0 void 0.000124
+gallium_dri.so free 0x557173474e80 void 0.000124
+gallium_dri.so malloc 72 0x557173475070 0.000124
+gallium_dri.so free 0x557173475180 void 0.000125
+gallium_dri.so free 0x557173475070 void 0.000124
+gallium_dri.so malloc 72 0x557173475130 0.000126
+gallium_dri.so free 0x557173475200 void 0.000124
+gallium_dri.so free 0x557173475130 void 0.000125
+gallium_dri.so malloc 72 0x557173475250 0.000124
+gallium_dri.so free 0x5571734752c0 void 0.000126
+gallium_dri.so free 0x557173475250 void 0.000125
+gallium_dri.so malloc 72 0x5571734752e0 0.000124
+gallium_dri.so free 0x557173475380 void 0.000125
+gallium_dri.so free 0x5571734752e0 void 0.000124
+gallium_dri.so malloc 72 0x557173475330 0.000123
+gallium_dri.so free 0x557173475400 void 0.000126
+gallium_dri.so free 0x557173475330 void 0.000126
+gallium_dri.so malloc 72 0x557173475330 0.000124
+gallium_dri.so free 0x557173475480 void 0.000125
+gallium_dri.so free 0x557173475330 void 0.000167
+gallium_dri.so malloc 72 0x557173475480 0.000124
+gallium_dri.so free 0x557173475540 void 0.000124
+gallium_dri.so free 0x557173475480 void 0.000124
+gallium_dri.so malloc 72 0x557173475480 0.000124
+gallium_dri.so free 0x557173475640 void 0.000124
+gallium_dri.so free 0x557173475480 void 0.000125
+gallium_dri.so malloc 72 0x5571734755f0 0.000124
+gallium_dri.so free 0x557173475680 void 0.000121
+gallium_dri.so free 0x5571734755f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734755f0 0.000125
+gallium_dri.so free 0x557173475740 void 0.000126
+gallium_dri.so free 0x5571734755f0 void 0.000125
+gallium_dri.so malloc 72 0x557173475780 0.000124
+gallium_dri.so free 0x557173475800 void 0.000125
+gallium_dri.so free 0x557173475780 void 0.000124
+gallium_dri.so malloc 72 0x557173475800 0.000123
+gallium_dri.so free 0x5571734758c0 void 0.000125
+gallium_dri.so free 0x557173475800 void 0.000125
+gallium_dri.so malloc 72 0x557173475800 0.000124
+gallium_dri.so free 0x557173475940 void 0.000124
+gallium_dri.so free 0x557173475800 void 0.000127
+gallium_dri.so malloc 72 0x557173475970 0.000125
+gallium_dri.so free 0x5571734759c0 void 0.000132
+gallium_dri.so free 0x557173475970 void 0.000120
+gallium_dri.so malloc 72 0x557173475970 0.000128
+gallium_dri.so free 0x557173475ac0 void 0.000118
+gallium_dri.so free 0x557173475970 void 0.000119
+gallium_dri.so malloc 72 0x557173475b00 0.000117
+gallium_dri.so free 0x557173475b80 void 0.000118
+gallium_dri.so free 0x557173475b00 void 0.000119
+gallium_dri.so malloc 72 0x557173475b80 0.000117
+gallium_dri.so free 0x557173475c40 void 0.000118
+gallium_dri.so free 0x557173475b80 void 0.000118
+gallium_dri.so malloc 72 0x557173475b80 0.000118
+gallium_dri.so free 0x557173475cc0 void 0.000122
+gallium_dri.so free 0x557173475b80 void 0.000119
+gallium_dri.so malloc 72 0x557173475cf0 0.000119
+gallium_dri.so free 0x557173475d40 void 0.000123
+gallium_dri.so free 0x557173475cf0 void 0.000123
+gallium_dri.so malloc 72 0x557173475cf0 0.000119
+gallium_dri.so free 0x557173475e40 void 0.000119
+gallium_dri.so free 0x557173475cf0 void 0.000118
+gallium_dri.so malloc 72 0x557173475df0 0.000124
+gallium_dri.so free 0x557173475f00 void 0.000124
+gallium_dri.so free 0x557173475df0 void 0.000119
+gallium_dri.so malloc 72 0x557173475eb0 0.000119
+gallium_dri.so free 0x557173475f80 void 0.000119
+gallium_dri.so free 0x557173475eb0 void 0.000122
+gallium_dri.so malloc 72 0x557173475eb0 0.000131
+gallium_dri.so free 0x557173476040 void 0.000126
+gallium_dri.so free 0x557173475eb0 void 0.000125
+gallium_dri.so malloc 72 0x557173475eb0 0.000124
+gallium_dri.so free 0x557173476100 void 0.000119
+gallium_dri.so free 0x557173475eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571734760b0 0.000123
+gallium_dri.so free 0x557173476180 void 0.000123
+gallium_dri.so free 0x5571734760b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734761d0 0.000124
+gallium_dri.so free 0x557173476240 void 0.000120
+gallium_dri.so free 0x5571734761d0 void 0.000122
+gallium_dri.so malloc 72 0x557173476260 0.000124
+gallium_dri.so free 0x557173476300 void 0.000125
+gallium_dri.so free 0x557173476260 void 0.000124
+gallium_dri.so malloc 72 0x5571734762b0 0.000123
+gallium_dri.so free 0x557173476380 void 0.000126
+gallium_dri.so free 0x5571734762b0 void 0.000125
+gallium_dri.so malloc 72 0x557173476380 0.000124
+gallium_dri.so free 0x557173476440 void 0.000125
+gallium_dri.so free 0x557173476380 void 0.000124
+gallium_dri.so malloc 72 0x557173476380 0.000124
+gallium_dri.so free 0x5571734764c0 void 0.000127
+gallium_dri.so free 0x557173476380 void 0.000125
+gallium_dri.so malloc 72 0x5571734764c0 0.000123
+gallium_dri.so free 0x557173476580 void 0.000125
+gallium_dri.so free 0x5571734764c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734764c0 0.000124
+gallium_dri.so free 0x557173476640 void 0.000125
+gallium_dri.so free 0x5571734764c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734764c0 0.000123
+gallium_dri.so free 0x557173476700 void 0.000119
+gallium_dri.so free 0x5571734764c0 void 0.000122
+gallium_dri.so malloc 72 0x5571734766b0 0.000132
+gallium_dri.so free 0x557173476780 void 0.000132
+gallium_dri.so free 0x5571734766b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734767d0 0.000126
+gallium_dri.so free 0x557173476840 void 0.000124
+gallium_dri.so free 0x5571734767d0 void 0.000130
+gallium_dri.so malloc 72 0x557173476880 0.000126
+gallium_dri.so free 0x557173476900 void 0.000124
+gallium_dri.so free 0x557173476880 void 0.000126
+gallium_dri.so malloc 72 0x557173476880 0.000123
+gallium_dri.so free 0x557173476980 void 0.000133
+gallium_dri.so free 0x557173476880 void 0.000125
+gallium_dri.so malloc 72 0x5571734769b0 0.000125
+gallium_dri.so free 0x557173476a00 void 0.000123
+gallium_dri.so free 0x5571734769b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734769b0 0.000124
+gallium_dri.so free 0x557173476b00 void 0.000125
+gallium_dri.so free 0x5571734769b0 void 0.000129
+gallium_dri.so malloc 72 0x557173476ab0 0.000130
+gallium_dri.so free 0x557173476bc0 void 0.000131
+gallium_dri.so free 0x557173476ab0 void 0.000130
+gallium_dri.so malloc 72 0x557173476b70 0.000131
+gallium_dri.so free 0x557173476c00 void 0.000126
+gallium_dri.so free 0x557173476b70 void 0.000124
+gallium_dri.so malloc 72 0x557173476b70 0.000125
+gallium_dri.so free 0x557173476cc0 void 0.000130
+gallium_dri.so free 0x557173476b70 void 0.000131
+gallium_dri.so malloc 72 0x557173476d30 0.000131
+gallium_dri.so free 0x557173476d80 void 0.000131
+gallium_dri.so free 0x557173476d30 void 0.000127
+gallium_dri.so malloc 72 0x557173476d30 0.000124
+gallium_dri.so free 0x557173476e80 void 0.000129
+gallium_dri.so free 0x557173476d30 void 0.000127
+gallium_dri.so malloc 72 0x557173476e30 0.000129
+gallium_dri.so free 0x557173476f40 void 0.000129
+gallium_dri.so free 0x557173476e30 void 0.000130
+gallium_dri.so malloc 72 0x557173476ef0 0.000126
+gallium_dri.so free 0x557173476f80 void 0.000125
+gallium_dri.so free 0x557173476ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173476ef0 0.000125
+gallium_dri.so free 0x557173477040 void 0.000124
+gallium_dri.so free 0x557173476ef0 void 0.000150
+gallium_dri.so malloc 72 0x557173477080 0.000129
+gallium_dri.so free 0x557173477100 void 0.000131
+gallium_dri.so free 0x557173477080 void 0.000131
+gallium_dri.so malloc 72 0x557173477100 0.000130
+gallium_dri.so free 0x5571734771c0 void 0.000130
+gallium_dri.so free 0x557173477100 void 0.000130
+gallium_dri.so malloc 72 0x557173477100 0.000125
+gallium_dri.so free 0x557173477280 void 0.000124
+gallium_dri.so free 0x557173477100 void 0.000130
+gallium_dri.so malloc 72 0x5571734772a0 0.000125
+gallium_dri.so free 0x557173477340 void 0.000125
+gallium_dri.so free 0x5571734772a0 void 0.000124
+gallium_dri.so malloc 72 0x5571734772f0 0.000133
+gallium_dri.so free 0x5571734773c0 void 0.000126
+gallium_dri.so free 0x5571734772f0 void 0.000128
+gallium_dri.so malloc 72 0x5571734772f0 0.000131
+gallium_dri.so free 0x557173477440 void 0.000134
+gallium_dri.so free 0x5571734772f0 void 0.000132
+gallium_dri.so malloc 72 0x557173477440 0.000130
+gallium_dri.so free 0x557173477500 void 0.000131
+gallium_dri.so free 0x557173477440 void 0.000130
+gallium_dri.so malloc 72 0x557173477440 0.000129
+gallium_dri.so free 0x5571734775c0 void 0.000125
+gallium_dri.so free 0x557173477440 void 0.000128
+gallium_dri.so malloc 72 0x557173477440 0.000130
+gallium_dri.so free 0x557173477680 void 0.000130
+gallium_dri.so free 0x557173477440 void 0.000130
+gallium_dri.so malloc 72 0x557173477630 0.000132
+gallium_dri.so free 0x557173477740 void 0.000129
+gallium_dri.so free 0x557173477630 void 0.000132
+gallium_dri.so malloc 72 0x5571734776f0 0.000132
+gallium_dri.so free 0x5571734777c0 void 0.000126
+gallium_dri.so free 0x5571734776f0 void 0.000124
+gallium_dri.so malloc 72 0x557173477810 0.000138
+gallium_dri.so free 0x557173477880 void 0.000131
+gallium_dri.so free 0x557173477810 void 0.000126
+gallium_dri.so malloc 72 0x5571734778a0 0.000123
+gallium_dri.so free 0x557173477940 void 0.000125
+gallium_dri.so free 0x5571734778a0 void 0.000129
+gallium_dri.so malloc 72 0x5571734778f0 0.000130
+gallium_dri.so free 0x5571734779c0 void 0.000130
+gallium_dri.so free 0x5571734778f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734778f0 0.000124
+gallium_dri.so free 0x557173477a40 void 0.000124
+gallium_dri.so free 0x5571734778f0 void 0.000129
+gallium_dri.so malloc 72 0x557173477a40 0.000125
+gallium_dri.so free 0x557173477b00 void 0.000125
+gallium_dri.so free 0x557173477a40 void 0.000123
+gallium_dri.so malloc 72 0x557173477a40 0.000129
+gallium_dri.so free 0x557173477c00 void 0.000130
+gallium_dri.so free 0x557173477a40 void 0.000131
+gallium_dri.so malloc 72 0x557173477bb0 0.000131
+gallium_dri.so free 0x557173477c40 void 0.000131
+gallium_dri.so free 0x557173477bb0 void 0.000130
+gallium_dri.so malloc 72 0x557173477bb0 0.000129
+gallium_dri.so free 0x557173477d00 void 0.000198
+gallium_dri.so free 0x557173477bb0 void 0.000132
+gallium_dri.so malloc 72 0x557173477d40 0.000130
+gallium_dri.so free 0x557173477dc0 void 0.000126
+gallium_dri.so free 0x557173477d40 void 0.000125
+gallium_dri.so malloc 72 0x557173477dc0 0.000123
+gallium_dri.so free 0x557173477e80 void 0.000125
+gallium_dri.so free 0x557173477dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173477dc0 0.000124
+gallium_dri.so free 0x557173477f00 void 0.000125
+gallium_dri.so free 0x557173477dc0 void 0.000125
+gallium_dri.so malloc 72 0x557173477f30 0.000129
+gallium_dri.so free 0x557173477f80 void 0.000125
+gallium_dri.so free 0x557173477f30 void 0.000129
+gallium_dri.so malloc 72 0x557173477f30 0.000130
+gallium_dri.so free 0x557173478080 void 0.000132
+gallium_dri.so free 0x557173477f30 void 0.000130
+gallium_dri.so malloc 72 0x5571734780c0 0.000129
+gallium_dri.so free 0x557173478140 void 0.000125
+gallium_dri.so free 0x5571734780c0 void 0.000129
+gallium_dri.so malloc 72 0x557173478140 0.000134
+gallium_dri.so free 0x557173478200 void 0.000127
+gallium_dri.so free 0x557173478140 void 0.000140
+gallium_dri.so malloc 72 0x557173478140 0.000134
+gallium_dri.so free 0x557173478280 void 0.000132
+gallium_dri.so free 0x557173478140 void 0.000131
+gallium_dri.so malloc 72 0x5571734782b0 0.000130
+gallium_dri.so free 0x557173478300 void 0.000131
+gallium_dri.so free 0x5571734782b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734782b0 0.000123
+gallium_dri.so free 0x557173478400 void 0.000169
+gallium_dri.so free 0x5571734782b0 void 0.000186
+gallium_dri.so malloc 72 0x5571734783b0 0.000300
+gallium_dri.so free 0x5571734784c0 void 0.000285
+gallium_dri.so free 0x5571734783b0 void 0.000287
+gallium_dri.so malloc 72 0x557173478470 0.000260
+gallium_dri.so free 0x557173478540 void 0.000191
+gallium_dri.so free 0x557173478470 void 0.000236
+gallium_dri.so malloc 72 0x557173478470 0.000363
+gallium_dri.so free 0x557173478600 void 0.000295
+gallium_dri.so free 0x557173478470 void 0.000330
+gallium_dri.so malloc 72 0x557173478470 0.000286
+gallium_dri.so free 0x5571734786c0 void 0.000240
+gallium_dri.so free 0x557173478470 void 0.000279
+gallium_dri.so malloc 72 0x557173478670 0.000279
+gallium_dri.so free 0x557173478740 void 0.000242
+gallium_dri.so free 0x557173478670 void 0.000135
+gallium_dri.so malloc 72 0x557173478790 0.000168
+gallium_dri.so free 0x557173478800 void 0.000131
+gallium_dri.so free 0x557173478790 void 0.000131
+gallium_dri.so malloc 72 0x557173478820 0.000131
+gallium_dri.so free 0x5571734788c0 void 0.000173
+gallium_dri.so free 0x557173478820 void 0.000132
+gallium_dri.so malloc 72 0x557173478870 0.000132
+gallium_dri.so free 0x557173478940 void 0.000134
+gallium_dri.so free 0x557173478870 void 0.000130
+gallium_dri.so malloc 72 0x557173478940 0.000130
+gallium_dri.so free 0x557173478a00 void 0.000129
+gallium_dri.so free 0x557173478940 void 0.000131
+gallium_dri.so malloc 72 0x557173478940 0.000138
+gallium_dri.so free 0x557173478a80 void 0.000133
+gallium_dri.so free 0x557173478940 void 0.000130
+gallium_dri.so malloc 72 0x557173478a80 0.000125
+gallium_dri.so free 0x557173478b40 void 0.000127
+gallium_dri.so free 0x557173478a80 void 0.000128
+gallium_dri.so malloc 72 0x557173478a80 0.000132
+gallium_dri.so free 0x557173478c00 void 0.000123
+gallium_dri.so free 0x557173478a80 void 0.000128
+gallium_dri.so malloc 72 0x557173478a80 0.000131
+gallium_dri.so free 0x557173478cc0 void 0.000132
+gallium_dri.so free 0x557173478a80 void 0.000141
+gallium_dri.so malloc 72 0x557173478c70 0.000130
+gallium_dri.so free 0x557173478d40 void 0.000132
+gallium_dri.so free 0x557173478c70 void 0.000131
+gallium_dri.so malloc 72 0x557173478d90 0.000130
+gallium_dri.so free 0x557173478e00 void 0.000187
+gallium_dri.so free 0x557173478d90 void 0.000184
+gallium_dri.so malloc 72 0x557173478e40 0.000186
+gallium_dri.so free 0x557173478ec0 void 0.000194
+gallium_dri.so free 0x557173478e40 void 0.000140
+gallium_dri.so malloc 72 0x557173478e40 0.000197
+gallium_dri.so free 0x557173478f40 void 0.000196
+gallium_dri.so free 0x557173478e40 void 0.000238
+gallium_dri.so malloc 72 0x557173478f70 0.000236
+gallium_dri.so free 0x557173478fc0 void 0.000243
+gallium_dri.so free 0x557173478f70 void 0.000300
+gallium_dri.so malloc 72 0x557173478f70 0.000350
+gallium_dri.so free 0x557173619f80 void 0.000244
+gallium_dri.so free 0x557173478f70 void 0.000242
+gallium_dri.so malloc 72 0x557173619fd0 0.000291
+gallium_dri.so free 0x55717361a040 void 0.000308
+gallium_dri.so free 0x557173619fd0 void 0.000298
+gallium_dri.so malloc 72 0x55717361a060 0.000227
+gallium_dri.so free 0x55717361a100 void 0.000227
+gallium_dri.so free 0x55717361a060 void 0.000227
+gallium_dri.so malloc 72 0x55717361a0b0 0.000130
+gallium_dri.so free 0x55717361a180 void 0.000130
+gallium_dri.so free 0x55717361a0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a0b0 0.000146
+gallium_dri.so free 0x55717361a280 void 0.000134
+gallium_dri.so free 0x55717361a0b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a230 0.000124
+gallium_dri.so free 0x55717361a300 void 0.000130
+gallium_dri.so free 0x55717361a230 void 0.000132
+gallium_dri.so malloc 72 0x55717361a350 0.000125
+gallium_dri.so free 0x55717361a3c0 void 0.000132
+gallium_dri.so free 0x55717361a350 void 0.000133
+gallium_dri.so malloc 72 0x55717361a3e0 0.000133
+gallium_dri.so free 0x55717361a480 void 0.000133
+gallium_dri.so free 0x55717361a3e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a430 0.000131
+gallium_dri.so free 0x55717361a500 void 0.000131
+gallium_dri.so free 0x55717361a430 void 0.000131
+gallium_dri.so malloc 72 0x55717361a430 0.000186
+gallium_dri.so free 0x55717361a580 void 0.000197
+gallium_dri.so free 0x55717361a430 void 0.000131
+gallium_dri.so malloc 72 0x55717361a580 0.000131
+gallium_dri.so free 0x55717361a640 void 0.000131
+gallium_dri.so free 0x55717361a580 void 0.000143
+gallium_dri.so malloc 72 0x55717361a580 0.000130
+gallium_dri.so free 0x55717361a740 void 0.000134
+gallium_dri.so free 0x55717361a580 void 0.000127
+gallium_dri.so malloc 72 0x55717361a580 0.000128
+gallium_dri.so free 0x55717361a7c0 void 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000130
+gallium_dri.so malloc 72 0x55717361a7f0 0.000131
+gallium_dri.so free 0x55717361a840 void 0.000130
+gallium_dri.so free 0x55717361a7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a7f0 0.000130
+gallium_dri.so free 0x55717361a940 void 0.000132
+gallium_dri.so free 0x55717361a7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a8f0 0.000130
+gallium_dri.so free 0x55717361aa00 void 0.000131
+gallium_dri.so free 0x55717361a8f0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a9b0 0.000128
+gallium_dri.so free 0x55717361aa40 void 0.000125
+gallium_dri.so free 0x55717361a9b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a9b0 0.000123
+gallium_dri.so free 0x55717361ab00 void 0.000130
+gallium_dri.so free 0x55717361a9b0 void 0.000169
+gallium_dri.so malloc 72 0x55717361ab50 0.000232
+gallium_dri.so free 0x55717361abc0 void 0.000277
+gallium_dri.so free 0x55717361ab50 void 0.000267
+gallium_dri.so malloc 72 0x55717361ac00 0.000163
+gallium_dri.so free 0x55717361ac80 void 0.000164
+gallium_dri.so free 0x55717361ac00 void 0.000132
+gallium_dri.so malloc 72 0x55717361ac80 0.000137
+gallium_dri.so free 0x55717361ad40 void 0.000184
+gallium_dri.so free 0x55717361ac80 void 0.000178
+gallium_dri.so malloc 72 0x55717361ac80 0.000188
+gallium_dri.so free 0x55717361adc0 void 0.000151
+gallium_dri.so free 0x55717361ac80 void 0.000133
+gallium_dri.so malloc 72 0x55717361adf0 0.000132
+gallium_dri.so free 0x55717361ae40 void 0.000131
+gallium_dri.so free 0x55717361adf0 void 0.000135
+gallium_dri.so malloc 72 0x55717361adf0 0.000131
+gallium_dri.so free 0x55717361af40 void 0.000126
+gallium_dri.so free 0x55717361adf0 void 0.000128
+gallium_dri.so malloc 72 0x55717361aef0 0.000132
+gallium_dri.so free 0x55717361b000 void 0.000132
+gallium_dri.so free 0x55717361aef0 void 0.000125
+gallium_dri.so malloc 72 0x55717361afb0 0.000129
+gallium_dri.so free 0x55717361b080 void 0.000125
+gallium_dri.so free 0x55717361afb0 void 0.000127
+gallium_dri.so malloc 72 0x55717361b0a0 0.000131
+gallium_dri.so free 0x55717361b140 void 0.000132
+gallium_dri.so free 0x55717361b0a0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b0f0 0.000125
+gallium_dri.so free 0x55717361b1c0 void 0.000124
+gallium_dri.so free 0x55717361b0f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b0f0 0.000131
+gallium_dri.so free 0x55717361b240 void 0.000124
+gallium_dri.so free 0x55717361b0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361b240 0.000132
+gallium_dri.so free 0x55717361b300 void 0.000186
+gallium_dri.so free 0x55717361b240 void 0.000244
+gallium_dri.so malloc 72 0x55717361b240 0.000129
+gallium_dri.so free 0x55717361b3c0 void 0.000132
+gallium_dri.so free 0x55717361b240 void 0.000131
+gallium_dri.so malloc 72 0x55717361b240 0.000135
+gallium_dri.so free 0x55717361b480 void 0.000130
+gallium_dri.so free 0x55717361b240 void 0.000131
+gallium_dri.so malloc 72 0x55717361b430 0.000130
+gallium_dri.so free 0x55717361b480 void 0.000130
+gallium_dri.so free 0x55717361b430 void 0.000132
+gallium_dri.so malloc 72 0x55717361b430 0.000129
+gallium_dri.so free 0x55717361b580 void 0.000129
+gallium_dri.so free 0x55717361b430 void 0.000132
+gallium_dri.so malloc 72 0x55717361b530 0.000130
+gallium_dri.so free 0x55717361b640 void 0.000130
+gallium_dri.so free 0x55717361b530 void 0.000131
+gallium_dri.so malloc 72 0x55717361b5f0 0.000125
+gallium_dri.so free 0x55717361b680 void 0.000127
+gallium_dri.so free 0x55717361b5f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b5f0 0.000123
+gallium_dri.so free 0x55717361b740 void 0.000126
+gallium_dri.so free 0x55717361b5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b780 0.000165
+gallium_dri.so free 0x55717361b800 void 0.000130
+gallium_dri.so free 0x55717361b780 void 0.000131
+gallium_dri.so malloc 72 0x55717361b800 0.000124
+gallium_dri.so free 0x55717361b8c0 void 0.000128
+gallium_dri.so free 0x55717361b800 void 0.000132
+gallium_dri.so malloc 72 0x55717361b800 0.000297
+gallium_dri.so free 0x55717361b980 void 0.000197
+gallium_dri.so free 0x55717361b800 void 0.000231
+gallium_dri.so malloc 72 0x55717361b9a0 0.000299
+gallium_dri.so free 0x55717361ba40 void 0.000299
+gallium_dri.so free 0x55717361b9a0 void 0.000327
+gallium_dri.so malloc 72 0x55717361b9f0 0.000306
+gallium_dri.so free 0x55717361bac0 void 0.000226
+gallium_dri.so free 0x55717361b9f0 void 0.000204
+gallium_dri.so malloc 72 0x55717361b9f0 0.000161
+gallium_dri.so free 0x55717361bb40 void 0.000217
+gallium_dri.so free 0x55717361b9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361bb40 0.000125
+gallium_dri.so free 0x55717361bc00 void 0.000124
+gallium_dri.so free 0x55717361bb40 void 0.000124
+gallium_dri.so malloc 72 0x55717361bb40 0.000125
+gallium_dri.so free 0x55717361bcc0 void 0.000133
+gallium_dri.so free 0x55717361bb40 void 0.000125
+gallium_dri.so malloc 72 0x55717361bb40 0.000124
+gallium_dri.so free 0x55717361bd80 void 0.000125
+gallium_dri.so free 0x55717361bb40 void 0.000122
+gallium_dri.so malloc 72 0x55717361bd30 0.000124
+gallium_dri.so free 0x55717361be40 void 0.000125
+gallium_dri.so free 0x55717361bd30 void 0.000125
+gallium_dri.so malloc 72 0x55717361bdf0 0.000127
+gallium_dri.so free 0x55717361bec0 void 0.000125
+gallium_dri.so free 0x55717361bdf0 void 0.000124
+gallium_dri.so malloc 72 0x55717361bf10 0.000125
+gallium_dri.so free 0x55717361bf80 void 0.000124
+gallium_dri.so free 0x55717361bf10 void 0.000124
+gallium_dri.so malloc 72 0x55717361bfa0 0.000123
+gallium_dri.so free 0x55717361c040 void 0.000126
+gallium_dri.so free 0x55717361bfa0 void 0.000124
+gallium_dri.so malloc 72 0x55717361bff0 0.000125
+gallium_dri.so free 0x55717361c0c0 void 0.000124
+gallium_dri.so free 0x55717361bff0 void 0.000161
+gallium_dri.so malloc 72 0x55717361bff0 0.000129
+gallium_dri.so free 0x55717361c140 void 0.000127
+gallium_dri.so free 0x55717361bff0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c140 0.000124
+gallium_dri.so free 0x55717361c200 void 0.000123
+gallium_dri.so free 0x55717361c140 void 0.000125
+gallium_dri.so malloc 72 0x55717361c140 0.000124
+gallium_dri.so free 0x55717361c300 void 0.000124
+gallium_dri.so free 0x55717361c140 void 0.000125
+gallium_dri.so malloc 72 0x55717361c2b0 0.000124
+gallium_dri.so free 0x55717361c340 void 0.000124
+gallium_dri.so free 0x55717361c2b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c2b0 0.000125
+gallium_dri.so free 0x55717361c400 void 0.000124
+gallium_dri.so free 0x55717361c2b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c440 0.000123
+gallium_dri.so free 0x55717361c4c0 void 0.000124
+gallium_dri.so free 0x55717361c440 void 0.000124
+gallium_dri.so malloc 72 0x55717361c4c0 0.000124
+gallium_dri.so free 0x55717361c580 void 0.000124
+gallium_dri.so free 0x55717361c4c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c4c0 0.000125
+gallium_dri.so free 0x55717361c600 void 0.000123
+gallium_dri.so free 0x55717361c4c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361c630 0.000124
+gallium_dri.so free 0x55717361c680 void 0.000124
+gallium_dri.so free 0x55717361c630 void 0.000124
+gallium_dri.so malloc 72 0x55717361c630 0.000125
+gallium_dri.so free 0x55717361c780 void 0.000125
+gallium_dri.so free 0x55717361c630 void 0.000124
+gallium_dri.so malloc 72 0x55717361c7c0 0.000134
+gallium_dri.so free 0x55717361c840 void 0.000124
+gallium_dri.so free 0x55717361c7c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c840 0.000124
+gallium_dri.so free 0x55717361c900 void 0.000125
+gallium_dri.so free 0x55717361c840 void 0.000125
+gallium_dri.so malloc 72 0x55717361c840 0.000123
+gallium_dri.so free 0x55717361c980 void 0.000125
+gallium_dri.so free 0x55717361c840 void 0.000124
+gallium_dri.so malloc 72 0x55717361c9b0 0.000122
+gallium_dri.so free 0x55717361ca00 void 0.000124
+gallium_dri.so free 0x55717361c9b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361c9b0 0.000120
+gallium_dri.so free 0x55717361cb00 void 0.000119
+gallium_dri.so free 0x55717361c9b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361cab0 0.000120
+gallium_dri.so free 0x55717361cbc0 void 0.000119
+gallium_dri.so free 0x55717361cab0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cb70 0.000120
+gallium_dri.so free 0x55717361cc40 void 0.000118
+gallium_dri.so free 0x55717361cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361cb70 0.000118
+gallium_dri.so free 0x55717361cd00 void 0.000118
+gallium_dri.so free 0x55717361cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361cb70 0.000119
+gallium_dri.so free 0x55717361cdc0 void 0.000125
+gallium_dri.so free 0x55717361cb70 void 0.000121
+gallium_dri.so malloc 72 0x55717361cd70 0.000119
+gallium_dri.so free 0x55717361ce40 void 0.000118
+gallium_dri.so free 0x55717361cd70 void 0.000120
+gallium_dri.so malloc 72 0x55717361ce90 0.000118
+gallium_dri.so free 0x55717361cf00 void 0.000119
+gallium_dri.so free 0x55717361ce90 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf20 0.000119
+gallium_dri.so free 0x55717361cfc0 void 0.000118
+gallium_dri.so free 0x55717361cf20 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf70 0.000117
+gallium_dri.so free 0x55717361d040 void 0.000118
+gallium_dri.so free 0x55717361cf70 void 0.000119
+gallium_dri.so malloc 72 0x55717361d040 0.000117
+gallium_dri.so free 0x55717361d100 void 0.000119
+gallium_dri.so free 0x55717361d040 void 0.000119
+gallium_dri.so malloc 72 0x55717361d040 0.000117
+gallium_dri.so free 0x55717361d180 void 0.000124
+gallium_dri.so free 0x55717361d040 void 0.000117
+gallium_dri.so malloc 72 0x55717361d180 0.000142
+gallium_dri.so free 0x55717361d240 void 0.000121
+gallium_dri.so free 0x55717361d180 void 0.000118
+gallium_dri.so malloc 72 0x55717361d180 0.000120
+gallium_dri.so free 0x55717361d300 void 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000120
+gallium_dri.so malloc 72 0x55717361d180 0.000118
+gallium_dri.so free 0x55717361d3c0 void 0.000127
+gallium_dri.so free 0x55717361d180 void 0.000120
+gallium_dri.so malloc 72 0x55717361d370 0.000118
+gallium_dri.so free 0x55717361d440 void 0.000119
+gallium_dri.so free 0x55717361d370 void 0.000118
+gallium_dri.so malloc 72 0x55717361d490 0.000118
+gallium_dri.so free 0x55717361d500 void 0.000120
+gallium_dri.so free 0x55717361d490 void 0.000121
+gallium_dri.so malloc 72 0x55717361d540 0.000118
+gallium_dri.so free 0x55717361d5c0 void 0.000118
+gallium_dri.so free 0x55717361d540 void 0.000118
+gallium_dri.so malloc 72 0x55717361d540 0.000119
+gallium_dri.so free 0x55717361d640 void 0.000118
+gallium_dri.so free 0x55717361d540 void 0.000119
+gallium_dri.so malloc 72 0x55717361d670 0.000118
+gallium_dri.so free 0x55717361d6c0 void 0.000118
+gallium_dri.so free 0x55717361d670 void 0.000118
+gallium_dri.so malloc 72 0x55717361d670 0.000118
+gallium_dri.so free 0x55717361d7c0 void 0.000119
+gallium_dri.so free 0x55717361d670 void 0.000118
+gallium_dri.so malloc 72 0x55717361d770 0.000120
+gallium_dri.so free 0x55717361d880 void 0.000134
+gallium_dri.so free 0x55717361d770 void 0.000120
+gallium_dri.so malloc 72 0x55717361d830 0.000119
+gallium_dri.so free 0x55717361d8c0 void 0.000118
+gallium_dri.so free 0x55717361d830 void 0.000117
+gallium_dri.so malloc 72 0x55717361d830 0.000122
+gallium_dri.so free 0x55717361d980 void 0.000125
+gallium_dri.so free 0x55717361d830 void 0.000119
+gallium_dri.so malloc 72 0x55717361d9f0 0.000117
+gallium_dri.so free 0x55717361da40 void 0.000118
+gallium_dri.so free 0x55717361d9f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d9f0 0.000118
+gallium_dri.so free 0x55717361db40 void 0.000119
+gallium_dri.so free 0x55717361d9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361daf0 0.000119
+gallium_dri.so free 0x55717361dc00 void 0.000119
+gallium_dri.so free 0x55717361daf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361dbb0 0.000117
+gallium_dri.so free 0x55717361dc40 void 0.000117
+gallium_dri.so free 0x55717361dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361dbb0 0.000119
+gallium_dri.so free 0x55717361dd00 void 0.000119
+gallium_dri.so free 0x55717361dbb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361dd40 0.000118
+gallium_dri.so free 0x55717361ddc0 void 0.000118
+gallium_dri.so free 0x55717361dd40 void 0.000118
+gallium_dri.so malloc 72 0x55717361ddc0 0.000118
+gallium_dri.so free 0x55717361de80 void 0.000119
+gallium_dri.so free 0x55717361ddc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ddc0 0.000118
+gallium_dri.so free 0x55717361df40 void 0.000121
+gallium_dri.so free 0x55717361ddc0 void 0.000134
+gallium_dri.so malloc 72 0x55717361df60 0.000119
+gallium_dri.so free 0x55717361e000 void 0.000120
+gallium_dri.so free 0x55717361df60 void 0.000119
+gallium_dri.so malloc 72 0x55717361dfb0 0.000119
+gallium_dri.so free 0x55717361e080 void 0.000118
+gallium_dri.so free 0x55717361dfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361dfb0 0.000118
+gallium_dri.so free 0x55717361e100 void 0.000118
+gallium_dri.so free 0x55717361dfb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e100 0.000117
+gallium_dri.so free 0x55717361e1c0 void 0.000119
+gallium_dri.so free 0x55717361e100 void 0.000118
+gallium_dri.so malloc 72 0x55717361e100 0.000118
+gallium_dri.so free 0x55717361e280 void 0.000120
+gallium_dri.so free 0x55717361e100 void 0.000120
+gallium_dri.so malloc 72 0x55717361e100 0.000120
+gallium_dri.so free 0x55717361e340 void 0.000118
+gallium_dri.so free 0x55717361e100 void 0.000119
+gallium_dri.so malloc 72 0x55717361e2f0 0.000118
+gallium_dri.so free 0x55717361e400 void 0.000119
+gallium_dri.so free 0x55717361e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e3b0 0.000118
+gallium_dri.so free 0x55717361e480 void 0.000119
+gallium_dri.so free 0x55717361e3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e4d0 0.000118
+gallium_dri.so free 0x55717361e540 void 0.000197
+gallium_dri.so free 0x55717361e4d0 void 0.000120
+gallium_dri.so malloc 72 0x55717361e560 0.000119
+gallium_dri.so free 0x55717361e600 void 0.000119
+gallium_dri.so free 0x55717361e560 void 0.000119
+gallium_dri.so malloc 72 0x55717361e5b0 0.000118
+gallium_dri.so free 0x55717361e680 void 0.000118
+gallium_dri.so free 0x55717361e5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e5b0 0.000117
+gallium_dri.so free 0x55717361e700 void 0.000119
+gallium_dri.so free 0x55717361e5b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e700 0.000119
+gallium_dri.so free 0x55717361e7c0 void 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000118
+gallium_dri.so malloc 72 0x55717361e700 0.000118
+gallium_dri.so free 0x55717361e8c0 void 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000118
+gallium_dri.so malloc 72 0x55717361e870 0.000125
+gallium_dri.so free 0x55717361e900 void 0.000120
+gallium_dri.so free 0x55717361e870 void 0.000119
+gallium_dri.so malloc 72 0x55717361e870 0.000118
+gallium_dri.so free 0x55717361e9c0 void 0.000118
+gallium_dri.so free 0x55717361e870 void 0.000118
+gallium_dri.so malloc 72 0x55717361ea00 0.000119
+gallium_dri.so free 0x55717361ea80 void 0.000118
+gallium_dri.so free 0x55717361ea00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ea80 0.000129
+gallium_dri.so free 0x55717361eb40 void 0.000119
+gallium_dri.so free 0x55717361ea80 void 0.000118
+gallium_dri.so malloc 72 0x55717361ea80 0.000118
+gallium_dri.so free 0x55717361ebc0 void 0.000119
+gallium_dri.so free 0x55717361ea80 void 0.000119
+gallium_dri.so malloc 72 0x55717361ebf0 0.000117
+gallium_dri.so free 0x55717361ec40 void 0.000118
+gallium_dri.so free 0x55717361ebf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ebf0 0.000119
+gallium_dri.so free 0x55717361ed40 void 0.000120
+gallium_dri.so free 0x55717361ebf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ed80 0.000120
+gallium_dri.so free 0x55717361ee00 void 0.000119
+gallium_dri.so free 0x55717361ed80 void 0.000119
+gallium_dri.so malloc 72 0x55717361ee00 0.000118
+gallium_dri.so free 0x55717361eec0 void 0.000119
+gallium_dri.so free 0x55717361ee00 void 0.000118
+gallium_dri.so malloc 72 0x55717361ee00 0.000118
+gallium_dri.so free 0x55717361ef40 void 0.000119
+gallium_dri.so free 0x55717361ee00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ef70 0.000119
+gallium_dri.so free 0x55717361efc0 void 0.000120
+gallium_dri.so free 0x55717361ef70 void 0.000147
+gallium_dri.so malloc 72 0x55717361ef70 0.000121
+gallium_dri.so free 0x55717361f0c0 void 0.000119
+gallium_dri.so free 0x55717361ef70 void 0.000128
+gallium_dri.so malloc 72 0x55717361f070 0.000120
+gallium_dri.so free 0x55717361f180 void 0.000120
+gallium_dri.so free 0x55717361f070 void 0.000118
+gallium_dri.so malloc 72 0x55717361f130 0.000118
+gallium_dri.so free 0x55717361f200 void 0.000119
+gallium_dri.so free 0x55717361f130 void 0.000119
+gallium_dri.so malloc 72 0x55717361f130 0.000118
+gallium_dri.so free 0x55717361f2c0 void 0.000118
+gallium_dri.so free 0x55717361f130 void 0.000121
+gallium_dri.so malloc 72 0x55717361f130 0.000118
+gallium_dri.so free 0x55717361f380 void 0.000119
+gallium_dri.so free 0x55717361f130 void 0.000118
+gallium_dri.so malloc 72 0x55717361f330 0.000120
+gallium_dri.so free 0x55717361f400 void 0.000118
+gallium_dri.so free 0x55717361f330 void 0.000117
+gallium_dri.so malloc 72 0x55717361f450 0.000119
+gallium_dri.so free 0x55717361f4c0 void 0.000119
+gallium_dri.so free 0x55717361f450 void 0.000119
+gallium_dri.so malloc 72 0x55717361f4e0 0.000119
+gallium_dri.so free 0x55717361f580 void 0.000120
+gallium_dri.so free 0x55717361f4e0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f530 0.000119
+gallium_dri.so free 0x55717361f600 void 0.000119
+gallium_dri.so free 0x55717361f530 void 0.000118
+gallium_dri.so malloc 72 0x55717361f600 0.000119
+gallium_dri.so free 0x55717361f6c0 void 0.000120
+gallium_dri.so free 0x55717361f600 void 0.000120
+gallium_dri.so malloc 72 0x55717361f600 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000119
+gallium_dri.so free 0x55717361f600 void 0.000119
+gallium_dri.so malloc 72 0x55717361f740 0.000119
+gallium_dri.so free 0x55717361f800 void 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000119
+gallium_dri.so malloc 72 0x55717361f740 0.000124
+gallium_dri.so free 0x55717361f8c0 void 0.000119
+gallium_dri.so free 0x55717361f740 void 0.000119
+gallium_dri.so malloc 72 0x55717361f740 0.000118
+gallium_dri.so free 0x55717361f980 void 0.000118
+gallium_dri.so free 0x55717361f740 void 0.000118
+gallium_dri.so malloc 72 0x55717361f930 0.000118
+gallium_dri.so free 0x55717361fa00 void 0.000119
+gallium_dri.so free 0x55717361f930 void 0.000119
+gallium_dri.so malloc 72 0x55717361fa50 0.000118
+gallium_dri.so free 0x55717361fac0 void 0.000119
+gallium_dri.so free 0x55717361fa50 void 0.000119
+gallium_dri.so malloc 72 0x55717361fb00 0.000118
+gallium_dri.so free 0x55717361fb80 void 0.000119
+gallium_dri.so free 0x55717361fb00 void 0.000119
+gallium_dri.so malloc 72 0x55717361fb00 0.000118
+gallium_dri.so free 0x55717361fc00 void 0.000118
+gallium_dri.so free 0x55717361fb00 void 0.000119
+gallium_dri.so malloc 72 0x55717361fc30 0.000147
+gallium_dri.so free 0x55717361fc80 void 0.000123
+gallium_dri.so free 0x55717361fc30 void 0.000122
+gallium_dri.so malloc 72 0x55717361fc30 0.000119
+gallium_dri.so free 0x55717361fd80 void 0.000120
+gallium_dri.so free 0x55717361fc30 void 0.000119
+gallium_dri.so malloc 72 0x55717361fd30 0.000118
+gallium_dri.so free 0x55717361fe40 void 0.000118
+gallium_dri.so free 0x55717361fd30 void 0.000118
+gallium_dri.so malloc 72 0x55717361fdf0 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000120
+gallium_dri.so free 0x55717361fdf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361fdf0 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so free 0x55717361fdf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c49b0 0.000121
+gallium_dri.so free 0x557173590b40 void 0.000121
+gallium_dri.so free 0x5571735c49b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c49b0 0.000117
+gallium_dri.so free 0x5571735dcd80 void 0.000120
+gallium_dri.so free 0x5571735c49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcd30 0.000120
+gallium_dri.so free 0x5571735f8840 void 0.000119
+gallium_dri.so free 0x5571735dcd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f87f0 0.000119
+gallium_dri.so free 0x557173605c40 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000169
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x55717360c7c0 void 0.000120
+gallium_dri.so free 0x557173605bf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c770 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000118
+gallium_dri.so free 0x55717360c770 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec530 0.000118
+gallium_dri.so free 0x5571735c0900 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08b0 0.000120
+gallium_dri.so free 0x55717346e840 void 0.000118
+gallium_dri.so free 0x5571735c08b0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346ab40 void 0.000118
+gallium_dri.so free 0x55717346e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aaf0 0.000117
+gallium_dri.so free 0x5571735e3200 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e31b0 0.000118
+gallium_dri.so free 0x557173473580 void 0.000120
+gallium_dri.so free 0x5571735e31b0 void 0.000120
+gallium_dri.so malloc 72 0x557173473530 0.000118
+gallium_dri.so free 0x55717346c280 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000158
+gallium_dri.so malloc 72 0x55717346c230 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000129
+gallium_dri.so free 0x55717346c230 void 0.000119
+gallium_dri.so malloc 72 0x55717360f5f0 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000119
+gallium_dri.so free 0x55717360f5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffc70 0.000118
+gallium_dri.so free 0x5571735dee40 void 0.000118
+gallium_dri.so free 0x5571735ffc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedf0 0.000118
+gallium_dri.so free 0x5571735d47c0 void 0.000118
+gallium_dri.so free 0x5571735dedf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so free 0x5571735d4770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000119
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x5571735c40b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735c1d00 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000118
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000118
+gallium_dri.so free 0x557173460f80 void 0.000118
+gallium_dri.so free 0x5571735c1070 void 0.000121
+gallium_dri.so malloc 72 0x557173460f30 0.000126
+gallium_dri.so free 0x55717360f800 void 0.000119
+gallium_dri.so free 0x557173460f30 void 0.000120
+gallium_dri.so malloc 72 0x55717360f7b0 0.000119
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x55717360f7b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x5571735fe740 void 0.000119
+gallium_dri.so free 0x55717346d0b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000118
+gallium_dri.so free 0x5571735fe6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4f30 0.000120
+gallium_dri.so free 0x5571735ffe80 void 0.000119
+gallium_dri.so free 0x5571735c4f30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffe30 0.000119
+gallium_dri.so free 0x5571735dc0c0 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x5571735dc070 void 0.000119
+gallium_dri.so malloc 72 0x55717346f0f0 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000119
+gallium_dri.so free 0x55717346f0f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000118
+gallium_dri.so free 0x557173469e80 void 0.000118
+gallium_dri.so free 0x5571735f70b0 void 0.000118
+gallium_dri.so malloc 72 0x557173469e30 0.000125
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x557173469e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd870 0.000119
+gallium_dri.so free 0x557173461c40 void 0.000119
+gallium_dri.so free 0x5571735fd870 void 0.000119
+gallium_dri.so malloc 72 0x557173461bf0 0.000119
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x557173461bf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x5571735f8a00 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f89b0 0.000117
+gallium_dri.so free 0x5571735c2380 void 0.000123
+gallium_dri.so free 0x5571735f89b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f89b0 0.000118
+gallium_dri.so free 0x557173620e80 void 0.000118
+gallium_dri.so free 0x5571735f89b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620e30 0.000119
+gallium_dri.so free 0x557173620cc0 void 0.000118
+gallium_dri.so free 0x557173620e30 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000118
+gallium_dri.so free 0x5571735fd700 void 0.000118
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000117
+gallium_dri.so free 0x557173464b80 void 0.000118
+gallium_dri.so free 0x5571735fd6b0 void 0.000120
+gallium_dri.so malloc 72 0x557173464b30 0.000119
+gallium_dri.so free 0x5571735f3040 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000123
+gallium_dri.so free 0x5571735f8680 void 0.000119
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8630 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000120
+gallium_dri.so free 0x5571735f8630 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000120
+gallium_dri.so free 0x5571735fda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so free 0x55717360e070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae70 0.000118
+gallium_dri.so free 0x5571735c3f40 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x55717346c440 void 0.000117
+gallium_dri.so free 0x5571735c3ef0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3f0 0.000140
+gallium_dri.so free 0x5571735e25c0 void 0.000122
+gallium_dri.so free 0x55717346c3f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x5571735e2570 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x557173600d00 void 0.000119
+gallium_dri.so free 0x5571735ffff0 void 0.000119
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x5571735f5800 void 0.000119
+gallium_dri.so free 0x557173600cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f57b0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000119
+gallium_dri.so free 0x5571735f57b0 void 0.000123
+gallium_dri.so malloc 72 0x557173467630 0.000119
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x557173467630 void 0.000124
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfab0 0.000117
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x5571735dfab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9670 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735f9670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f90f0 0.000165
+gallium_dri.so free 0x5571735f3200 void 0.000120
+gallium_dri.so free 0x5571735f90f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31b0 0.000119
+gallium_dri.so free 0x55717360b7c0 void 0.000120
+gallium_dri.so free 0x5571735f31b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360b770 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x5571735cfbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735e1640 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000118
+gallium_dri.so free 0x5571735e15f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000118
+gallium_dri.so free 0x5571735f2e30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000117
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2970 0.000118
+gallium_dri.so free 0x55717360d400 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000127
+gallium_dri.so malloc 72 0x55717360d3b0 0.000111
+gallium_dri.so free 0x55717346ea00 void 0.000110
+gallium_dri.so free 0x55717360d3b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346e9b0 0.000115
+gallium_dri.so free 0x5571735db480 void 0.000111
+gallium_dri.so free 0x55717346e9b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735db430 0.000110
+gallium_dri.so free 0x5571735f6440 void 0.000111
+gallium_dri.so free 0x5571735db430 void 0.000110
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735ed1c0 void 0.000109
+gallium_dri.so free 0x5571735f63f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed170 0.000111
+gallium_dri.so free 0x5571735eb600 void 0.000112
+gallium_dri.so free 0x5571735ed170 void 0.000111
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000110
+gallium_dri.so free 0x557173589400 void 0.000109
+gallium_dri.so free 0x5571735eb5b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735893b0 0.000109
+gallium_dri.so free 0x557173610680 void 0.000109
+gallium_dri.so free 0x5571735893b0 void 0.000111
+gallium_dri.so malloc 72 0x557173610630 0.000115
+gallium_dri.so free 0x55717360f9c0 void 0.000116
+gallium_dri.so free 0x557173610630 void 0.000111
+gallium_dri.so malloc 72 0x55717360f970 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000111
+gallium_dri.so free 0x55717360f970 void 0.000111
+gallium_dri.so malloc 72 0x55717360f970 0.000148
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000119
+gallium_dri.so free 0x557173461600 void 0.000119
+gallium_dri.so free 0x55717360f970 void 0.000115
+gallium_dri.so malloc 72 0x557173461600 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000115
+gallium_dri.so free 0x557173461600 void 0.000114
+gallium_dri.so malloc 72 0x557173461600 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x557173461600 void 0.000112
+gallium_dri.so malloc 72 0x557173461600 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000112
+gallium_dri.so free 0x557173461600 void 0.000114
+gallium_dri.so malloc 72 0x55717346d970 0.000113
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3230 0.000113
+gallium_dri.so free 0x557173610f40 void 0.000113
+gallium_dri.so free 0x5571735c3230 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000116
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000185
+gallium_dri.so free 0x5571735ff000 void 0.000120
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000115
+gallium_dri.so free 0x557173620000 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ffb0 0.000113
+gallium_dri.so free 0x557173460440 void 0.000113
+gallium_dri.so free 0x55717361ffb0 void 0.000115
+gallium_dri.so malloc 72 0x557173460440 0.000116
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so malloc 72 0x557173460440 0.000113
+gallium_dri.so free 0x55717360e980 void 0.000113
+gallium_dri.so free 0x557173460440 void 0.000112
+gallium_dri.so malloc 72 0x55717360e930 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000117
+gallium_dri.so free 0x557173609640 void 0.000114
+gallium_dri.so free 0x5571735dd5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000112
+gallium_dri.so free 0x5571735f79c0 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000113
+gallium_dri.so free 0x5571735f9f80 void 0.000113
+gallium_dri.so free 0x5571735f7970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000124
+gallium_dri.so free 0x5571735f6ac0 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9f30 0.000112
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000115
+gallium_dri.so free 0x5571735df4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000114
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3b0 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358b640 0.000112
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so free 0x55717358b640 void 0.000116
+gallium_dri.so malloc 72 0x55717358b640 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000129
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfa00 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000117
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000112
+gallium_dri.so free 0x5571735c1b00 void 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1b30 0.000112
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x5571735c1b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1b30 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735c1b30 void 0.000112
+gallium_dri.so malloc 72 0x557173469c00 0.000114
+gallium_dri.so free 0x557173603300 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000112
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x557173603380 void 0.000114
+gallium_dri.so free 0x557173469c00 void 0.000116
+gallium_dri.so malloc 72 0x5571736033b0 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000113
+gallium_dri.so free 0x5571736033b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736033b0 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x5571736033b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736033b0 0.000112
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571736033b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecf40 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecf40 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735ecf40 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000112
+gallium_dri.so free 0x5571735f61c0 void 0.000113
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000114
+gallium_dri.so free 0x55717358dc00 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x557173460d00 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000126
+gallium_dri.so malloc 72 0x55717358dc00 0.000143
+gallium_dri.so free 0x557173460d80 void 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x557173460db0 void 0.000114
+gallium_dri.so malloc 72 0x557173460db0 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x557173460db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2380 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2380 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so malloc 72 0x5571735db270 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so free 0x5571735db270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5540 0.000112
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5540 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x55717358b880 0.000116
+gallium_dri.so free 0x55717358b940 void 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000124
+gallium_dri.so malloc 72 0x55717358b880 0.000118
+gallium_dri.so free 0x5571736080c0 void 0.000115
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x557173608180 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x557173608130 0.000113
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x557173608130 void 0.000112
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000113
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so malloc 72 0x557173590400 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec370 0.000116
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec370 0.000115
+gallium_dri.so free 0x55717360c580 void 0.000114
+gallium_dri.so free 0x5571735ec370 void 0.000112
+gallium_dri.so malloc 72 0x55717360c580 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x55717360c580 void 0.000112
+gallium_dri.so malloc 72 0x55717360c580 0.000120
+gallium_dri.so free 0x5571735fbc00 void 0.000115
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbc30 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e80 0.000112
+gallium_dri.so free 0x5571734674c0 void 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000112
+gallium_dri.so malloc 72 0x557173467470 0.000115
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x557173467470 void 0.000113
+gallium_dri.so malloc 72 0x557173467470 0.000113
+gallium_dri.so free 0x557173589140 void 0.000113
+gallium_dri.so free 0x557173467470 void 0.000112
+gallium_dri.so malloc 72 0x5571735890f0 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x5571735890f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ba40 0.000114
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ba40 0.000131
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so malloc 72 0x5571734648e0 0.000119
+gallium_dri.so free 0x55717360bb00 void 0.000116
+gallium_dri.so free 0x5571734648e0 void 0.000113
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x5571734648e0 void 0.000112
+gallium_dri.so malloc 72 0x5571734648e0 0.000113
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x5571734648e0 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x55717360b440 void 0.000113
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x55717360b4c0 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000117
+gallium_dri.so malloc 72 0x55717360b4f0 0.000122
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x55717360b4f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x5571735bfe80 void 0.000113
+gallium_dri.so free 0x5571735bfdc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfec0 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000112
+gallium_dri.so malloc 72 0x55717360bcb0 0.000164
+gallium_dri.so free 0x55717360bdc0 void 0.000116
+gallium_dri.so free 0x55717360bcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717360bd70 0.000123
+gallium_dri.so free 0x5571735d48c0 void 0.000115
+gallium_dri.so free 0x55717360bd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735d48f0 0.000113
+gallium_dri.so free 0x5571735d4940 void 0.000113
+gallium_dri.so free 0x5571735d48f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d48f0 0.000112
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x5571735d48f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfd90 0.000112
+gallium_dri.so free 0x5571735cfe00 void 0.000114
+gallium_dri.so free 0x5571735cfd90 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfe40 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735cfe40 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2320 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2320 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2370 0.000112
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so free 0x5571735d2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2370 0.000112
+gallium_dri.so free 0x5571735fc3c0 void 0.000115
+gallium_dri.so free 0x5571735d2370 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000122
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735fc3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb720 0.000112
+gallium_dri.so free 0x5571735eb7c0 void 0.000112
+gallium_dri.so free 0x5571735eb720 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb770 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000112
+gallium_dri.so free 0x5571735eb770 void 0.000112
+gallium_dri.so malloc 72 0x5571735eb770 0.000112
+gallium_dri.so free 0x5571735f4980 void 0.000112
+gallium_dri.so free 0x5571735eb770 void 0.000116
+gallium_dri.so malloc 72 0x5571735f49c0 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so free 0x5571735f49c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a40 0.000118
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4a40 0.000113
+gallium_dri.so free 0x5571735fafc0 void 0.000113
+gallium_dri.so free 0x5571735f4a40 void 0.000113
+gallium_dri.so malloc 72 0x5571735faff0 0.000113
+gallium_dri.so free 0x5571735fb040 void 0.000116
+gallium_dri.so free 0x5571735faff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735faff0 0.000117
+gallium_dri.so free 0x5571735fb140 void 0.000114
+gallium_dri.so free 0x5571735faff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000124
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735fb0f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17a0 0.000114
+gallium_dri.so free 0x5571735e1840 void 0.000113
+gallium_dri.so free 0x5571735e17a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000112
+gallium_dri.so free 0x5571735e1880 void 0.000119
+gallium_dri.so free 0x5571735e17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e17f0 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000113
+gallium_dri.so free 0x5571735e17f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0280 0.000112
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0300 0.000113
+gallium_dri.so free 0x5571735c03c0 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0300 0.000111
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000116
+gallium_dri.so malloc 72 0x557173460570 0.000115
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000114
+gallium_dri.so malloc 72 0x557173460640 0.000114
+gallium_dri.so free 0x557173460700 void 0.000114
+gallium_dri.so free 0x557173460640 void 0.000113
+gallium_dri.so malloc 72 0x557173460640 0.000112
+gallium_dri.so free 0x557173611080 void 0.000116
+gallium_dri.so free 0x557173460640 void 0.000113
+gallium_dri.so malloc 72 0x557173611080 0.000114
+gallium_dri.so free 0x557173611140 void 0.000113
+gallium_dri.so free 0x557173611080 void 0.000112
+gallium_dri.so malloc 72 0x557173611080 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000114
+gallium_dri.so free 0x557173611080 void 0.000112
+gallium_dri.so malloc 72 0x5571736111f0 0.000114
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so free 0x5571736111f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736111f0 0.000114
+gallium_dri.so free 0x557173609800 void 0.000113
+gallium_dri.so free 0x5571736111f0 void 0.000112
+gallium_dri.so malloc 72 0x557173609800 0.000112
+gallium_dri.so free 0x5571736098c0 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000112
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x557173600e00 void 0.000113
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x557173600e20 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000113
+gallium_dri.so free 0x557173600e20 void 0.000112
+gallium_dri.so malloc 72 0x557173600e70 0.000114
+gallium_dri.so free 0x557173600f40 void 0.000113
+gallium_dri.so free 0x557173600e70 void 0.000113
+gallium_dri.so malloc 72 0x557173600e70 0.000113
+gallium_dri.so free 0x557173600fc0 void 0.000127
+gallium_dri.so free 0x557173600e70 void 0.000114
+gallium_dri.so malloc 72 0x557173600fc0 0.000114
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x557173600fc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ac60 0.000123
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac60 void 0.000112
+gallium_dri.so malloc 72 0x55717346acb0 0.000113
+gallium_dri.so free 0x55717346ad80 void 0.000114
+gallium_dri.so free 0x55717346acb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346acb0 0.000113
+gallium_dri.so free 0x5571735c2ac0 void 0.000113
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b00 0.000112
+gallium_dri.so free 0x5571735c2b80 void 0.000114
+gallium_dri.so free 0x5571735c2b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2b80 0.000113
+gallium_dri.so free 0x55717346ae80 void 0.000113
+gallium_dri.so free 0x5571735c2b80 void 0.000113
+gallium_dri.so malloc 72 0x55717346ae30 0.000112
+gallium_dri.so free 0x5571735c2c40 void 0.000114
+gallium_dri.so free 0x55717346ae30 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae30 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x55717346ae30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7240 0.000113
+gallium_dri.so free 0x5571735f72c0 void 0.000177
+gallium_dri.so free 0x5571735f7240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000114
+gallium_dri.so free 0x5571735f72c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72c0 0.000113
+gallium_dri.so free 0x5571735c2d00 void 0.000118
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x5571735c2cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461d70 0.000114
+gallium_dri.so free 0x557173461dc0 void 0.000114
+gallium_dri.so free 0x557173461d70 void 0.000112
+gallium_dri.so malloc 72 0x557173461d70 0.000113
+gallium_dri.so free 0x557173461ec0 void 0.000113
+gallium_dri.so free 0x557173461d70 void 0.000112
+gallium_dri.so malloc 72 0x557173461e70 0.000113
+gallium_dri.so free 0x557173461f80 void 0.000113
+gallium_dri.so free 0x557173461e70 void 0.000112
+gallium_dri.so malloc 72 0x557173461f30 0.000113
+gallium_dri.so free 0x55717360e1c0 void 0.000114
+gallium_dri.so free 0x557173461f30 void 0.000114
+gallium_dri.so malloc 72 0x55717360e1f0 0.000114
+gallium_dri.so free 0x55717360e240 void 0.000114
+gallium_dri.so free 0x55717360e1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e240 0.000113
+gallium_dri.so free 0x55717360e300 void 0.000120
+gallium_dri.so free 0x55717360e240 void 0.000114
+gallium_dri.so malloc 72 0x55717360e240 0.000117
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x55717360e240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc50 0.000114
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x5571735dfc50 void 0.000113
+gallium_dri.so malloc 72 0x55717360e3b0 0.000112
+gallium_dri.so free 0x5571735dfcc0 void 0.000114
+gallium_dri.so free 0x55717360e3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000112
+gallium_dri.so free 0x5571735dfd40 void 0.000113
+gallium_dri.so free 0x5571735dfcf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcf0 0.000112
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so free 0x5571735dfcf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9810 0.000112
+gallium_dri.so free 0x5571735f9880 void 0.000114
+gallium_dri.so free 0x5571735f9810 void 0.000116
+gallium_dri.so malloc 72 0x5571735f98c0 0.000115
+gallium_dri.so free 0x5571735dfe40 void 0.000113
+gallium_dri.so free 0x5571735f98c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000112
+gallium_dri.so free 0x5571735f9940 void 0.000113
+gallium_dri.so free 0x5571735dfdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfdf0 0.000113
+gallium_dri.so free 0x557173610780 void 0.000113
+gallium_dri.so free 0x5571735dfdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571736107c0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x5571736107c0 void 0.000113
+gallium_dri.so malloc 72 0x557173610840 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so free 0x557173610840 void 0.000114
+gallium_dri.so malloc 72 0x5571735f99b0 0.000113
+gallium_dri.so free 0x557173610900 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f99b0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735f99b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcef0 0.000112
+gallium_dri.so free 0x5571735dcf40 void 0.000119
+gallium_dri.so free 0x5571735dcef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcef0 0.000118
+gallium_dri.so free 0x5571735dd040 void 0.000114
+gallium_dri.so free 0x5571735dcef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcff0 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000114
+gallium_dri.so free 0x5571735dcff0 void 0.000115
+gallium_dri.so malloc 72 0x557173610970 0.000112
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x557173610970 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe870 0.000114
+gallium_dri.so free 0x5571735fe8c0 void 0.000114
+gallium_dri.so free 0x5571735fe870 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe870 0.000116
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so free 0x5571735fe870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe970 0.000114
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x5571735fe970 void 0.000154
+gallium_dri.so malloc 72 0x55717346d260 0.000117
+gallium_dri.so free 0x5571735fea80 void 0.000117
+gallium_dri.so free 0x55717346d260 void 0.000112
+gallium_dri.so malloc 72 0x5571735fea30 0.000113
+gallium_dri.so free 0x55717346d300 void 0.000115
+gallium_dri.so free 0x5571735fea30 void 0.000112
+gallium_dri.so malloc 72 0x55717346d2b0 0.000117
+gallium_dri.so free 0x55717346d380 void 0.000113
+gallium_dri.so free 0x55717346d2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d2b0 0.000112
+gallium_dri.so free 0x55717346f200 void 0.000115
+gallium_dri.so free 0x55717346d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f1b0 0.000113
+gallium_dri.so free 0x55717346f2c0 void 0.000115
+gallium_dri.so free 0x55717346f1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f270 0.000113
+gallium_dri.so free 0x55717346f300 void 0.000115
+gallium_dri.so free 0x55717346f270 void 0.000112
+gallium_dri.so malloc 72 0x55717346f270 0.000114
+gallium_dri.so free 0x55717346f3c0 void 0.000113
+gallium_dri.so free 0x55717346f270 void 0.000112
+gallium_dri.so malloc 72 0x55717346f410 0.000127
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x55717346f410 void 0.000114
+gallium_dri.so malloc 72 0x55717346f410 0.000116
+gallium_dri.so free 0x5571735c0ac0 void 0.000114
+gallium_dri.so free 0x55717346f410 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0b80 void 0.000112
+gallium_dri.so free 0x5571735c0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0b30 0.000112
+gallium_dri.so free 0x5571735c0bc0 void 0.000113
+gallium_dri.so free 0x5571735c0b30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0b30 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000112
+gallium_dri.so free 0x5571735c0b30 void 0.000113
+gallium_dri.so malloc 72 0x55717346b000 0.000112
+gallium_dri.so free 0x55717346b080 void 0.000115
+gallium_dri.so free 0x55717346b000 void 0.000113
+gallium_dri.so malloc 72 0x55717346b080 0.000112
+gallium_dri.so free 0x55717346b140 void 0.000113
+gallium_dri.so free 0x55717346b080 void 0.000113
+gallium_dri.so malloc 72 0x55717346b080 0.000115
+gallium_dri.so free 0x55717346b1c0 void 0.000113
+gallium_dri.so free 0x55717346b080 void 0.000113
+gallium_dri.so malloc 72 0x55717346b080 0.000116
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x55717346b080 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000181
+gallium_dri.so free 0x5571735e0000 void 0.000116
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000117
+gallium_dri.so free 0x5571735e0100 void 0.000115
+gallium_dri.so free 0x5571735dffb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e00b0 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000117
+gallium_dri.so free 0x5571735e00b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0170 0.000113
+gallium_dri.so free 0x5571735f5e00 void 0.000112
+gallium_dri.so free 0x5571735e0170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5e80 void 0.000113
+gallium_dri.so free 0x5571735f5db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5db0 0.000114
+gallium_dri.so free 0x5571735f5f80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f30 0.000115
+gallium_dri.so free 0x5571735de800 void 0.000114
+gallium_dri.so free 0x5571735f5f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7b0 0.000112
+gallium_dri.so free 0x5571735de8c0 void 0.000114
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de870 0.000113
+gallium_dri.so free 0x5571735de900 void 0.000114
+gallium_dri.so free 0x5571735de870 void 0.000111
+gallium_dri.so malloc 72 0x5571735de870 0.000120
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735de870 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6040 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735f6040 void 0.000112
+gallium_dri.so malloc 72 0x5571735dea10 0.000113
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x5571735dea10 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360ce40 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000111
+gallium_dri.so free 0x55717360cf00 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000116
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360cfc0 void 0.000113
+gallium_dri.so free 0x55717360cd70 void 0.000112
+gallium_dri.so malloc 72 0x55717360cf70 0.000113
+gallium_dri.so free 0x5571735febc0 void 0.000113
+gallium_dri.so free 0x55717360cf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec10 0.000112
+gallium_dri.so free 0x5571735fec80 void 0.000113
+gallium_dri.so free 0x5571735fec10 void 0.000112
+gallium_dri.so malloc 72 0x5571735feca0 0.000113
+gallium_dri.so free 0x5571735fed40 void 0.000113
+gallium_dri.so free 0x5571735feca0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000127
+gallium_dri.so free 0x5571735fecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fedc0 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000121
+gallium_dri.so free 0x5571735dbb00 void 0.000116
+gallium_dri.so free 0x5571735dba30 void 0.000158
+gallium_dri.so malloc 72 0x5571735dbb50 0.000116
+gallium_dri.so free 0x5571735dbbc0 void 0.000114
+gallium_dri.so free 0x5571735dbb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbbe0 0.000113
+gallium_dri.so free 0x5571735dbc80 void 0.000114
+gallium_dri.so free 0x5571735dbbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbc30 0.000114
+gallium_dri.so free 0x5571735f7580 void 0.000113
+gallium_dri.so free 0x5571735dbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so free 0x5571735f75c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000118
+gallium_dri.so free 0x5571735f7700 void 0.000118
+gallium_dri.so free 0x5571735f7640 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x557173473b80 void 0.000187
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c00 void 0.000115
+gallium_dri.so free 0x557173473b30 void 0.000114
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473c80 void 0.000113
+gallium_dri.so free 0x557173473b30 void 0.000114
+gallium_dri.so malloc 72 0x557173473c80 0.000112
+gallium_dri.so free 0x557173473d40 void 0.000113
+gallium_dri.so free 0x557173473c80 void 0.000113
+gallium_dri.so malloc 72 0x557173473c80 0.000112
+gallium_dri.so free 0x5571735c16c0 void 0.000112
+gallium_dri.so free 0x557173473c80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1740 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1840 void 0.000114
+gallium_dri.so free 0x5571735c1670 void 0.000113
+gallium_dri.so malloc 72 0x5571735c17f0 0.000112
+gallium_dri.so free 0x5571735e2bc0 void 0.000113
+gallium_dri.so free 0x5571735c17f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c80 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2c30 0.000112
+gallium_dri.so free 0x5571735e2cc0 void 0.000127
+gallium_dri.so free 0x5571735e2c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2c30 0.000114
+gallium_dri.so free 0x5571735c18c0 void 0.000114
+gallium_dri.so free 0x5571735e2c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1900 0.000113
+gallium_dri.so free 0x5571735e2d80 void 0.000114
+gallium_dri.so free 0x5571735c1900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2dd0 0.000112
+gallium_dri.so free 0x55717346d580 void 0.000114
+gallium_dri.so free 0x5571735e2dd0 void 0.000114
+gallium_dri.so malloc 72 0x55717346d5e0 0.000117
+gallium_dri.so free 0x55717346d680 void 0.000114
+gallium_dri.so free 0x55717346d5e0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d630 0.000114
+gallium_dri.so free 0x55717346d6c0 void 0.000112
+gallium_dri.so free 0x55717346d630 void 0.000114
+gallium_dri.so malloc 72 0x55717346d630 0.000114
+gallium_dri.so free 0x55717346d780 void 0.000114
+gallium_dri.so free 0x55717346d630 void 0.000112
+gallium_dri.so malloc 72 0x55717346d7c0 0.000126
+gallium_dri.so free 0x5571735f9b40 void 0.000118
+gallium_dri.so free 0x55717346d7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b90 0.000113
+gallium_dri.so free 0x5571735f9c00 void 0.000114
+gallium_dri.so free 0x5571735f9b90 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9c20 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000114
+gallium_dri.so free 0x5571735f9c20 void 0.000106
+gallium_dri.so malloc 72 0x5571735f9c70 0.000115
+gallium_dri.so free 0x5571735f9d40 void 0.000113
+gallium_dri.so free 0x5571735f9c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d40 0.000117
+gallium_dri.so free 0x5571735ecb80 void 0.000114
+gallium_dri.so free 0x5571735f9d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecb30 0.000112
+gallium_dri.so free 0x5571735ecc00 void 0.000117
+gallium_dri.so free 0x5571735ecb30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecc50 0.000119
+gallium_dri.so free 0x5571735eccc0 void 0.000119
+gallium_dri.so free 0x5571735ecc50 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecce0 0.000118
+gallium_dri.so free 0x5571735ecd80 void 0.000121
+gallium_dri.so free 0x5571735ecce0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecd30 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000115
+gallium_dri.so free 0x5571735ecd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd240 0.000113
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so free 0x5571735dd240 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000166
+gallium_dri.so free 0x5571735dd2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000112
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000113
+gallium_dri.so free 0x55717360e570 void 0.000112
+gallium_dri.so malloc 72 0x55717360e570 0.000146
+gallium_dri.so free 0x55717360e6c0 void 0.000117
+gallium_dri.so free 0x55717360e570 void 0.000113
+gallium_dri.so malloc 72 0x55717360e670 0.000117
+gallium_dri.so free 0x55717360e780 void 0.000113
+gallium_dri.so free 0x55717360e670 void 0.000113
+gallium_dri.so malloc 72 0x55717360e730 0.000113
+gallium_dri.so free 0x557173610b00 void 0.000114
+gallium_dri.so free 0x55717360e730 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000115
+gallium_dri.so free 0x557173610b80 void 0.000115
+gallium_dri.so free 0x557173610b30 void 0.000112
+gallium_dri.so malloc 72 0x557173610b30 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000114
+gallium_dri.so free 0x557173610b30 void 0.000113
+gallium_dri.so malloc 72 0x557173610cc0 0.000114
+gallium_dri.so free 0x5571735fc600 void 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc650 0.000114
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so free 0x5571735fc650 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc6e0 0.000111
+gallium_dri.so free 0x5571735fc780 void 0.000110
+gallium_dri.so free 0x5571735fc6e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc730 0.000110
+gallium_dri.so free 0x557173610d40 void 0.000111
+gallium_dri.so free 0x5571735fc730 void 0.000109
+gallium_dri.so malloc 72 0x5571735fc730 0.000109
+gallium_dri.so free 0x5571735fc800 void 0.000112
+gallium_dri.so free 0x5571735fc730 void 0.000110
+gallium_dri.so malloc 72 0x5571735fc800 0.000111
+gallium_dri.so free 0x5571735c2e40 void 0.000110
+gallium_dri.so free 0x5571735fc800 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2ea0 0.000110
+gallium_dri.so free 0x5571735c2f40 void 0.000110
+gallium_dri.so free 0x5571735c2ea0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000116
+gallium_dri.so free 0x5571735c2f80 void 0.000115
+gallium_dri.so free 0x5571735c2ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2ef0 0.000111
+gallium_dri.so free 0x5571735c3040 void 0.000111
+gallium_dri.so free 0x5571735c2ef0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3080 0.000117
+gallium_dri.so free 0x557173460940 void 0.000149
+gallium_dri.so free 0x5571735c3080 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000113
+gallium_dri.so free 0x557173460a00 void 0.000115
+gallium_dri.so free 0x5571734608f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734609b0 0.000115
+gallium_dri.so free 0x557173460a40 void 0.000114
+gallium_dri.so free 0x5571734609b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734609b0 0.000114
+gallium_dri.so free 0x557173460b00 void 0.000114
+gallium_dri.so free 0x5571734609b0 void 0.000117
+gallium_dri.so malloc 72 0x557173460b50 0.000116
+gallium_dri.so free 0x557173603500 void 0.000115
+gallium_dri.so free 0x557173460b50 void 0.000115
+gallium_dri.so malloc 72 0x557173603540 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000116
+gallium_dri.so free 0x557173603540 void 0.000114
+gallium_dri.so malloc 72 0x5571736035c0 0.000114
+gallium_dri.so free 0x557173603680 void 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736035c0 0.000114
+gallium_dri.so free 0x557173603700 void 0.000115
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so malloc 72 0x557173603730 0.000115
+gallium_dri.so free 0x55717358de00 void 0.000115
+gallium_dri.so free 0x557173603730 void 0.000115
+gallium_dri.so malloc 72 0x55717358de40 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so free 0x55717358de40 void 0.000113
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000123
+gallium_dri.so malloc 72 0x55717358dec0 0.000115
+gallium_dri.so free 0x55717358e000 void 0.000114
+gallium_dri.so free 0x55717358dec0 void 0.000113
+gallium_dri.so malloc 72 0x55717358dec0 0.000112
+gallium_dri.so free 0x557173466fc0 void 0.000113
+gallium_dri.so free 0x55717358dec0 void 0.000112
+gallium_dri.so malloc 72 0x557173466ff0 0.000113
+gallium_dri.so free 0x557173467040 void 0.000114
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173466ff0 0.000112
+gallium_dri.so free 0x557173467140 void 0.000113
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x557173467200 void 0.000113
+gallium_dri.so free 0x5571734670f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734671b0 0.000112
+gallium_dri.so free 0x55717360c0c0 void 0.000115
+gallium_dri.so free 0x5571734671b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c0f0 0.000114
+gallium_dri.so free 0x55717360c140 void 0.000114
+gallium_dri.so free 0x55717360c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c0f0 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000114
+gallium_dri.so free 0x55717360c0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c280 0.000114
+gallium_dri.so free 0x55717360c300 void 0.000113
+gallium_dri.so free 0x55717360c280 void 0.000122
+gallium_dri.so malloc 72 0x55717360c300 0.000117
+gallium_dri.so free 0x5571735fa9c0 void 0.000115
+gallium_dri.so free 0x55717360c300 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa9e0 0.000115
+gallium_dri.so free 0x5571735faa80 void 0.000116
+gallium_dri.so free 0x5571735fa9e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa30 0.000114
+gallium_dri.so free 0x5571735fab00 void 0.000116
+gallium_dri.so free 0x5571735faa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735faa30 0.000153
+gallium_dri.so free 0x5571735fab80 void 0.000116
+gallium_dri.so free 0x5571735faa30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab80 0.000115
+gallium_dri.so free 0x5571735e1140 void 0.000115
+gallium_dri.so free 0x5571735fab80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e11a0 0.000114
+gallium_dri.so free 0x5571735e1240 void 0.000115
+gallium_dri.so free 0x5571735e11a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e11f0 0.000114
+gallium_dri.so free 0x5571735e1280 void 0.000116
+gallium_dri.so free 0x5571735e11f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e11f0 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000114
+gallium_dri.so free 0x5571735e11f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1380 0.000114
+gallium_dri.so free 0x5571734620c0 void 0.000114
+gallium_dri.so free 0x5571735e1380 void 0.000158
+gallium_dri.so malloc 72 0x557173462110 0.000117
+gallium_dri.so free 0x557173462180 void 0.000114
+gallium_dri.so free 0x557173462110 void 0.000114
+gallium_dri.so malloc 72 0x5571734621a0 0.000115
+gallium_dri.so free 0x557173462240 void 0.000114
+gallium_dri.so free 0x5571734621a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621f0 0.000116
+gallium_dri.so free 0x5571734622c0 void 0.000115
+gallium_dri.so free 0x5571734621f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734622c0 0.000115
+gallium_dri.so free 0x557173462380 void 0.000115
+gallium_dri.so free 0x5571734622c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734622c0 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571734622c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4c40 0.000115
+gallium_dri.so free 0x5571735f4d00 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4c40 0.000115
+gallium_dri.so free 0x5571735f4d80 void 0.000115
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4db0 0.000114
+gallium_dri.so free 0x5571735f4e00 void 0.000114
+gallium_dri.so free 0x5571735f4db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4db0 0.000114
+gallium_dri.so free 0x5571735f4f00 void 0.000115
+gallium_dri.so free 0x5571735f4db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000114
+gallium_dri.so free 0x5571735f4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000113
+gallium_dri.so free 0x5571735c0580 void 0.000113
+gallium_dri.so free 0x5571735f4eb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000113
+gallium_dri.so free 0x5571735f4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so free 0x5571735f4eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c06b0 0.000114
+gallium_dri.so free 0x5571735c0780 void 0.000115
+gallium_dri.so free 0x5571735c06b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c07d0 0.000113
+gallium_dri.so free 0x5571735fb280 void 0.000115
+gallium_dri.so free 0x5571735c07d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c07d0 0.000113
+gallium_dri.so free 0x5571735fb300 void 0.000115
+gallium_dri.so free 0x5571735c07d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb330 0.000113
+gallium_dri.so free 0x5571735fb380 void 0.000112
+gallium_dri.so free 0x5571735fb330 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb330 0.000116
+gallium_dri.so free 0x5571735fb480 void 0.000113
+gallium_dri.so free 0x5571735fb330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4c0 0.000127
+gallium_dri.so free 0x5571735e1a00 void 0.000116
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1a00 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735fb540 void 0.000115
+gallium_dri.so free 0x5571735e1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1bc0 void 0.000116
+gallium_dri.so free 0x5571735e1b70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000116
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so free 0x5571735e1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000115
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735e1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa1a0 0.000114
+gallium_dri.so free 0x5571735fa240 void 0.000115
+gallium_dri.so free 0x5571735fa1a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000114
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000173
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so free 0x5571735fa1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000115
+gallium_dri.so free 0x5571735fa340 void 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000115
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000115
+gallium_dri.so free 0x5571735eba80 void 0.000130
+gallium_dri.so free 0x5571735e1c80 void 0.000122
+gallium_dri.so malloc 72 0x5571735eba30 0.000114
+gallium_dri.so free 0x5571735ebb40 void 0.000116
+gallium_dri.so free 0x5571735eba30 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000114
+gallium_dri.so free 0x5571735ebbc0 void 0.000116
+gallium_dri.so free 0x5571735ebaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc10 0.000116
+gallium_dri.so free 0x5571735ebc80 void 0.000114
+gallium_dri.so free 0x5571735ebc10 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebc10 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000126
+gallium_dri.so free 0x5571735ebc10 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc10 0.000113
+gallium_dri.so free 0x5571735da980 void 0.000114
+gallium_dri.so free 0x5571735ebc10 void 0.000114
+gallium_dri.so malloc 72 0x5571735da930 0.000131
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da930 void 0.000114
+gallium_dri.so malloc 72 0x5571735daa50 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735daa50 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab00 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000113
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dab00 0.000114
+gallium_dri.so free 0x557173589740 void 0.000114
+gallium_dri.so free 0x5571735dab00 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x5571735897c0 void 0.000113
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000112
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000113
+gallium_dri.so free 0x557173589900 void 0.000113
+gallium_dri.so free 0x557173589840 void 0.000112
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x5571735899c0 void 0.000113
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x557173589840 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000124
+gallium_dri.so free 0x5571735f2970 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000115
+gallium_dri.so free 0x5571735f2ac0 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2a70 0.000114
+gallium_dri.so free 0x5571735f2b80 void 0.000115
+gallium_dri.so free 0x5571735f2a70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2b30 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000114
+gallium_dri.so free 0x5571735f2b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b30 0.000114
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735f2b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6c0 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so free 0x5571735ec6c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec740 0.000115
+gallium_dri.so free 0x5571735ec800 void 0.000114
+gallium_dri.so free 0x5571735ec740 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec740 0.000113
+gallium_dri.so free 0x5571735ec8c0 void 0.000115
+gallium_dri.so free 0x5571735ec740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec8e0 0.000113
+gallium_dri.so free 0x5571735f2c80 void 0.000114
+gallium_dri.so free 0x5571735ec8e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000114
+gallium_dri.so free 0x5571735ec980 void 0.000162
+gallium_dri.so free 0x5571735f2cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ec930 0.000126
+gallium_dri.so free 0x5571735fa5c0 void 0.000127
+gallium_dri.so free 0x5571735ec930 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000127
+gallium_dri.so free 0x5571735fa680 void 0.000128
+gallium_dri.so free 0x5571735fa5c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000126
+gallium_dri.so free 0x5571735fa700 void 0.000127
+gallium_dri.so free 0x5571735fa5c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa730 0.000127
+gallium_dri.so free 0x5571735fa780 void 0.000126
+gallium_dri.so free 0x5571735fa730 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa780 0.000128
+gallium_dri.so free 0x5571735fa840 void 0.000126
+gallium_dri.so free 0x5571735fa780 void 0.000127
+gallium_dri.so malloc 72 0x5571735fa780 0.000127
+gallium_dri.so free 0x55717360dc00 void 0.000127
+gallium_dri.so free 0x5571735fa780 void 0.000126
+gallium_dri.so malloc 72 0x55717360dbb0 0.000128
+gallium_dri.so free 0x55717360dcc0 void 0.000131
+gallium_dri.so free 0x55717360dbb0 void 0.000128
+gallium_dri.so malloc 72 0x55717360dc70 0.000127
+gallium_dri.so free 0x55717360dd00 void 0.000137
+gallium_dri.so free 0x55717360dc70 void 0.000129
+gallium_dri.so malloc 72 0x55717360dc70 0.000127
+gallium_dri.so free 0x55717360ddc0 void 0.000126
+gallium_dri.so free 0x55717360dc70 void 0.000126
+gallium_dri.so malloc 72 0x55717360de00 0.000126
+gallium_dri.so free 0x55717360de80 void 0.000127
+gallium_dri.so free 0x55717360de00 void 0.000143
+gallium_dri.so malloc 72 0x55717360de80 0.000142
+gallium_dri.so free 0x5571735db580 void 0.000140
+gallium_dri.so free 0x55717360de80 void 0.000353
+gallium_dri.so malloc 72 0x5571735db5c0 0.000360
+gallium_dri.so free 0x5571735db640 void 0.000287
+gallium_dri.so free 0x5571735db5c0 void 0.000290
+gallium_dri.so malloc 72 0x5571735db5c0 0.000235
+gallium_dri.so free 0x5571735db6c0 void 0.000208
+gallium_dri.so free 0x5571735db5c0 void 0.000218
+gallium_dri.so malloc 72 0x5571735db6f0 0.000138
+gallium_dri.so free 0x5571735db740 void 0.000174
+gallium_dri.so free 0x5571735db6f0 void 0.000181
+gallium_dri.so malloc 72 0x5571735db6f0 0.000219
+gallium_dri.so free 0x5571735db840 void 0.000138
+gallium_dri.so free 0x5571735db6f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735db7f0 0.000134
+gallium_dri.so free 0x5571735f9200 void 0.000136
+gallium_dri.so free 0x5571735db7f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f91b0 0.000134
+gallium_dri.so free 0x5571735f9240 void 0.000135
+gallium_dri.so free 0x5571735f91b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f91b0 0.000135
+gallium_dri.so free 0x5571735f9300 void 0.000135
+gallium_dri.so free 0x5571735f91b0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9370 0.000136
+gallium_dri.so free 0x5571735f93c0 void 0.000134
+gallium_dri.so free 0x5571735f9370 void 0.000135
+gallium_dri.so malloc 72 0x5571735f9370 0.000134
+gallium_dri.so free 0x5571735f94c0 void 0.000137
+gallium_dri.so free 0x5571735f9370 void 0.000134
+gallium_dri.so malloc 72 0x5571735f9470 0.000134
+gallium_dri.so free 0x55717346cc40 void 0.000145
+gallium_dri.so free 0x5571735f9470 void 0.000147
+gallium_dri.so malloc 72 0x55717346cbf0 0.000144
+gallium_dri.so free 0x55717346cc80 void 0.000143
+gallium_dri.so free 0x55717346cbf0 void 0.000140
+gallium_dri.so malloc 72 0x55717346cbf0 0.000143
+gallium_dri.so free 0x55717346cd40 void 0.000143
+gallium_dri.so free 0x55717346cbf0 void 0.000141
+gallium_dri.so malloc 72 0x55717346cd80 0.000140
+gallium_dri.so free 0x55717346ce00 void 0.000198
+gallium_dri.so free 0x55717346cd80 void 0.000133
+gallium_dri.so malloc 72 0x55717346ce00 0.000135
+gallium_dri.so free 0x55717346cec0 void 0.000134
+gallium_dri.so free 0x55717346ce00 void 0.000126
+gallium_dri.so malloc 72 0x55717346ce00 0.000125
+gallium_dri.so free 0x5571735f6c40 void 0.000127
+gallium_dri.so free 0x55717346ce00 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000169
+gallium_dri.so free 0x5571735f6c80 void 0.000169
+gallium_dri.so free 0x5571735f6bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000126
+gallium_dri.so free 0x5571735f6d40 void 0.000174
+gallium_dri.so free 0x5571735f6bf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6d80 0.000131
+gallium_dri.so free 0x5571735f6e00 void 0.000132
+gallium_dri.so free 0x5571735f6d80 void 0.000136
+gallium_dri.so malloc 72 0x5571735f6e00 0.000129
+gallium_dri.so free 0x5571735f6ec0 void 0.000130
+gallium_dri.so free 0x5571735f6e00 void 0.000133
+gallium_dri.so malloc 72 0x5571735f6e00 0.000129
+gallium_dri.so free 0x557173600840 void 0.000127
+gallium_dri.so free 0x5571735f6e00 void 0.000124
+gallium_dri.so malloc 72 0x5571736007f0 0.000124
+gallium_dri.so free 0x5571736008c0 void 0.000124
+gallium_dri.so free 0x5571736007f0 void 0.000123
+gallium_dri.so malloc 72 0x5571736008c0 0.000124
+gallium_dri.so free 0x557173600980 void 0.000124
+gallium_dri.so free 0x5571736008c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736008c0 0.000123
+gallium_dri.so free 0x557173600a00 void 0.000128
+gallium_dri.so free 0x5571736008c0 void 0.000131
+gallium_dri.so malloc 72 0x557173600a00 0.000130
+gallium_dri.so free 0x557173600ac0 void 0.000127
+gallium_dri.so free 0x557173600a00 void 0.000123
+gallium_dri.so malloc 72 0x557173600a00 0.000133
+gallium_dri.so free 0x55717346a680 void 0.000129
+gallium_dri.so free 0x557173600a00 void 0.000131
+gallium_dri.so malloc 72 0x55717346a630 0.000128
+gallium_dri.so free 0x55717346a700 void 0.000124
+gallium_dri.so free 0x55717346a630 void 0.000124
+gallium_dri.so malloc 72 0x55717346a630 0.000123
+gallium_dri.so free 0x55717346a780 void 0.000123
+gallium_dri.so free 0x55717346a630 void 0.000124
+gallium_dri.so malloc 72 0x55717346a780 0.000123
+gallium_dri.so free 0x55717346a840 void 0.000142
+gallium_dri.so free 0x55717346a780 void 0.000133
+gallium_dri.so malloc 72 0x55717346a780 0.000129
+gallium_dri.so free 0x55717346a940 void 0.000130
+gallium_dri.so free 0x55717346a780 void 0.000129
+gallium_dri.so malloc 72 0x55717346a8f0 0.000129
+gallium_dri.so free 0x557173461780 void 0.000130
+gallium_dri.so free 0x55717346a8f0 void 0.000129
+gallium_dri.so malloc 72 0x557173461730 0.000128
+gallium_dri.so free 0x557173461800 void 0.000129
+gallium_dri.so free 0x557173461730 void 0.000128
+gallium_dri.so malloc 72 0x557173461730 0.000131
+gallium_dri.so free 0x557173461880 void 0.000190
+gallium_dri.so free 0x557173461730 void 0.000132
+gallium_dri.so malloc 72 0x557173461880 0.000126
+gallium_dri.so free 0x557173461940 void 0.000124
+gallium_dri.so free 0x557173461880 void 0.000123
+gallium_dri.so malloc 72 0x557173461880 0.000121
+gallium_dri.so free 0x557173461a00 void 0.000125
+gallium_dri.so free 0x557173461880 void 0.000122
+gallium_dri.so malloc 72 0x557173461880 0.000122
+gallium_dri.so free 0x557173473680 void 0.000122
+gallium_dri.so free 0x557173461880 void 0.000120
+gallium_dri.so malloc 72 0x5571734736f0 0.000121
+gallium_dri.so free 0x557173473740 void 0.000122
+gallium_dri.so free 0x5571734736f0 void 0.000122
+gallium_dri.so malloc 72 0x5571734736f0 0.000121
+gallium_dri.so free 0x557173473840 void 0.000122
+gallium_dri.so free 0x5571734736f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734737f0 0.000120
+gallium_dri.so free 0x557173473900 void 0.000122
+gallium_dri.so free 0x5571734737f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734738b0 0.000121
+gallium_dri.so free 0x557173473940 void 0.000123
+gallium_dri.so free 0x5571734738b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734738b0 0.000122
+gallium_dri.so free 0x5571735de300 void 0.000122
+gallium_dri.so free 0x5571734738b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de340 0.000120
+gallium_dri.so free 0x5571735de3c0 void 0.000133
+gallium_dri.so free 0x5571735de340 void 0.000125
+gallium_dri.so malloc 72 0x5571735de3c0 0.000128
+gallium_dri.so free 0x5571735de480 void 0.000126
+gallium_dri.so free 0x5571735de3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de3c0 0.000127
+gallium_dri.so free 0x5571735de540 void 0.000128
+gallium_dri.so free 0x5571735de3c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de560 0.000126
+gallium_dri.so free 0x5571735de600 void 0.000124
+gallium_dri.so free 0x5571735de560 void 0.000125
+gallium_dri.so malloc 72 0x5571735de5b0 0.000123
+gallium_dri.so free 0x5571735f5900 void 0.000126
+gallium_dri.so free 0x5571735de5b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5940 0.000127
+gallium_dri.so free 0x5571735f59c0 void 0.000125
+gallium_dri.so free 0x5571735f5940 void 0.000124
+gallium_dri.so malloc 72 0x5571735f59c0 0.000126
+gallium_dri.so free 0x5571735f5a80 void 0.000128
+gallium_dri.so free 0x5571735f59c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f59c0 0.000127
+gallium_dri.so free 0x5571735f5b00 void 0.000127
+gallium_dri.so free 0x5571735f59c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f5b30 0.000127
+gallium_dri.so free 0x5571735f5b80 void 0.000125
+gallium_dri.so free 0x5571735f5b30 void 0.000171
+gallium_dri.so malloc 72 0x5571735f5b80 0.000123
+gallium_dri.so free 0x5571736101c0 void 0.000122
+gallium_dri.so free 0x5571735f5b80 void 0.000123
+gallium_dri.so malloc 72 0x557173610170 0.000123
+gallium_dri.so free 0x557173610240 void 0.000124
+gallium_dri.so free 0x557173610170 void 0.000122
+gallium_dri.so malloc 72 0x557173610290 0.000122
+gallium_dri.so free 0x557173610300 void 0.000123
+gallium_dri.so free 0x557173610290 void 0.000122
+gallium_dri.so malloc 72 0x557173610320 0.000128
+gallium_dri.so free 0x5571736103c0 void 0.000136
+gallium_dri.so free 0x557173610320 void 0.000123
+gallium_dri.so malloc 72 0x557173610370 0.000124
+gallium_dri.so free 0x557173610440 void 0.000122
+gallium_dri.so free 0x557173610370 void 0.000122
+gallium_dri.so malloc 72 0x557173610370 0.000122
+gallium_dri.so free 0x55717360c8c0 void 0.000121
+gallium_dri.so free 0x557173610370 void 0.000121
+gallium_dri.so malloc 72 0x55717360c910 0.000120
+gallium_dri.so free 0x55717360c980 void 0.000123
+gallium_dri.so free 0x55717360c910 void 0.000120
+gallium_dri.so malloc 72 0x55717360c9c0 0.000120
+gallium_dri.so free 0x55717360ca40 void 0.000121
+gallium_dri.so free 0x55717360c9c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360c9c0 0.000119
+gallium_dri.so free 0x55717360cac0 void 0.000115
+gallium_dri.so free 0x55717360c9c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360caf0 0.000115
+gallium_dri.so free 0x55717360cb40 void 0.000115
+gallium_dri.so free 0x55717360caf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360caf0 0.000115
+gallium_dri.so free 0x5571735c4ac0 void 0.000116
+gallium_dri.so free 0x55717360caf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4a70 0.000116
+gallium_dri.so free 0x5571735c4b80 void 0.000116
+gallium_dri.so free 0x5571735c4a70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4b30 0.000116
+gallium_dri.so free 0x5571735c4bc0 void 0.000117
+gallium_dri.so free 0x5571735c4b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4b30 0.000114
+gallium_dri.so free 0x5571735c4c80 void 0.000116
+gallium_dri.so free 0x5571735c4b30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000113
+gallium_dri.so free 0x5571735c4d40 void 0.000115
+gallium_dri.so free 0x5571735c4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4cf0 0.000115
+gallium_dri.so free 0x5571735df640 void 0.000117
+gallium_dri.so free 0x5571735c4cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df5f0 0.000116
+gallium_dri.so free 0x5571735df700 void 0.000114
+gallium_dri.so free 0x5571735df5f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df6b0 0.000129
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so free 0x5571735df6b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df6b0 0.000116
+gallium_dri.so free 0x5571735df800 void 0.000131
+gallium_dri.so free 0x5571735df6b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df840 0.000119
+gallium_dri.so free 0x5571735df8c0 void 0.000117
+gallium_dri.so free 0x5571735df840 void 0.000117
+gallium_dri.so malloc 72 0x5571735df8c0 0.000115
+gallium_dri.so free 0x5571735c2500 void 0.000115
+gallium_dri.so free 0x5571735df8c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2580 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2640 void 0.000118
+gallium_dri.so free 0x5571735c24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c24b0 0.000115
+gallium_dri.so free 0x5571735c2700 void 0.000115
+gallium_dri.so free 0x5571735c24b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c26b0 0.000116
+gallium_dri.so free 0x5571735c2780 void 0.000116
+gallium_dri.so free 0x5571735c26b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c27d0 0.000115
+gallium_dri.so free 0x5571735fe280 void 0.000168
+gallium_dri.so free 0x5571735c27d0 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe2c0 void 0.000117
+gallium_dri.so free 0x5571735fe230 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe230 0.000115
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe230 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe3d0 0.000117
+gallium_dri.so free 0x5571735fe440 void 0.000117
+gallium_dri.so free 0x5571735fe3d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe480 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so free 0x5571735fe480 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe500 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11e0 0.000117
+gallium_dri.so free 0x5571735c1280 void 0.000117
+gallium_dri.so free 0x5571735c11e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1230 0.000115
+gallium_dri.so free 0x5571735c1300 void 0.000117
+gallium_dri.so free 0x5571735c1230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1230 0.000115
+gallium_dri.so free 0x5571735c1380 void 0.000116
+gallium_dri.so free 0x5571735c1230 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1380 0.000116
+gallium_dri.so free 0x5571735c1440 void 0.000129
+gallium_dri.so free 0x5571735c1380 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1380 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000120
+gallium_dri.so free 0x5571735c1380 void 0.000115
+gallium_dri.so malloc 72 0x5571735e26e0 0.000116
+gallium_dri.so free 0x5571735e2780 void 0.000121
+gallium_dri.so free 0x5571735e26e0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2730 0.000119
+gallium_dri.so free 0x5571735e2800 void 0.000117
+gallium_dri.so free 0x5571735e2730 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2730 0.000122
+gallium_dri.so free 0x5571735e2880 void 0.000120
+gallium_dri.so free 0x5571735e2730 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2880 0.000125
+gallium_dri.so free 0x5571735e2940 void 0.000124
+gallium_dri.so free 0x5571735e2880 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2880 0.000119
+gallium_dri.so free 0x5571735dc8c0 void 0.000115
+gallium_dri.so free 0x5571735e2880 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc870 0.000129
+gallium_dri.so free 0x5571735dc940 void 0.000129
+gallium_dri.so free 0x5571735dc870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc870 0.000131
+gallium_dri.so free 0x5571735dca40 void 0.000121
+gallium_dri.so free 0x5571735dc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc9f0 0.000121
+gallium_dri.so free 0x5571735dcac0 void 0.000125
+gallium_dri.so free 0x5571735dc9f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dcb10 0.000123
+gallium_dri.so free 0x5571735dcb80 void 0.000125
+gallium_dri.so free 0x5571735dcb10 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcba0 0.000202
+gallium_dri.so free 0x557173601340 void 0.000183
+gallium_dri.so free 0x5571735dcba0 void 0.000176
+gallium_dri.so malloc 72 0x5571735dcba0 0.000166
+gallium_dri.so free 0x557173601400 void 0.000131
+gallium_dri.so free 0x5571735dcba0 void 0.000125
+gallium_dri.so malloc 72 0x5571736013b0 0.000122
+gallium_dri.so free 0x557173601480 void 0.000128
+gallium_dri.so free 0x5571736013b0 void 0.000131
+gallium_dri.so malloc 72 0x5571736014d0 0.000130
+gallium_dri.so free 0x557173601540 void 0.000127
+gallium_dri.so free 0x5571736014d0 void 0.000174
+gallium_dri.so malloc 72 0x5571736015a0 0.000127
+gallium_dri.so free 0x557173601640 void 0.000127
+gallium_dri.so free 0x5571736015a0 void 0.000126
+gallium_dri.so malloc 72 0x5571736015f0 0.000126
+gallium_dri.so free 0x5571735f5040 void 0.000122
+gallium_dri.so free 0x5571736015f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000127
+gallium_dri.so free 0x5571735f50c0 void 0.000130
+gallium_dri.so free 0x5571735f4ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000126
+gallium_dri.so free 0x5571735f5140 void 0.000124
+gallium_dri.so free 0x5571735f4ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5140 0.000131
+gallium_dri.so free 0x5571735f5200 void 0.000131
+gallium_dri.so free 0x5571735f5140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5140 0.000128
+gallium_dri.so free 0x5571735f52c0 void 0.000130
+gallium_dri.so free 0x5571735f5140 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5140 0.000131
+gallium_dri.so free 0x5571735fb680 void 0.000130
+gallium_dri.so free 0x5571735f5140 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb630 0.000130
+gallium_dri.so free 0x5571735fb740 void 0.000132
+gallium_dri.so free 0x5571735fb630 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000127
+gallium_dri.so free 0x5571735fb7c0 void 0.000129
+gallium_dri.so free 0x5571735fb6f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb810 0.000125
+gallium_dri.so free 0x5571735fb880 void 0.000122
+gallium_dri.so free 0x5571735fb810 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb8a0 0.000121
+gallium_dri.so free 0x5571735f5380 void 0.000127
+gallium_dri.so free 0x5571735fb8a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5330 0.000131
+gallium_dri.so free 0x5571735fb940 void 0.000130
+gallium_dri.so free 0x5571735f5330 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000131
+gallium_dri.so free 0x5571735dacc0 void 0.000131
+gallium_dri.so free 0x5571735fb8f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dac70 0.000121
+gallium_dri.so free 0x5571735dad80 void 0.000122
+gallium_dri.so free 0x5571735dac70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad30 0.000127
+gallium_dri.so free 0x5571735dae00 void 0.000131
+gallium_dri.so free 0x5571735dad30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dae20 0.000185
+gallium_dri.so free 0x5571735daec0 void 0.000131
+gallium_dri.so free 0x5571735dae20 void 0.000126
+gallium_dri.so malloc 72 0x5571735dae70 0.000131
+gallium_dri.so free 0x5571735daf40 void 0.000125
+gallium_dri.so free 0x5571735dae70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dae70 0.000126
+gallium_dri.so free 0x5571735e1e00 void 0.000127
+gallium_dri.so free 0x5571735dae70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e1db0 0.000130
+gallium_dri.so free 0x5571735dafc0 void 0.000125
+gallium_dri.so free 0x5571735e1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1db0 0.000122
+gallium_dri.so free 0x5571735e1ec0 void 0.000127
+gallium_dri.so free 0x5571735e1db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1e70 0.000126
+gallium_dri.so free 0x5571735e1f40 void 0.000130
+gallium_dri.so free 0x5571735e1e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1e70 0.000126
+gallium_dri.so free 0x5571735e2040 void 0.000126
+gallium_dri.so free 0x5571735e1e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1ff0 0.000130
+gallium_dri.so free 0x5571735e20c0 void 0.000130
+gallium_dri.so free 0x5571735e1ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2110 0.000131
+gallium_dri.so free 0x5571735ebdc0 void 0.000137
+gallium_dri.so free 0x5571735e2110 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebd70 0.000130
+gallium_dri.so free 0x5571735ebe00 void 0.000126
+gallium_dri.so free 0x5571735ebd70 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebd70 0.000131
+gallium_dri.so free 0x5571735ebec0 void 0.000131
+gallium_dri.so free 0x5571735ebd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebf00 0.000121
+gallium_dri.so free 0x5571735ebf80 void 0.000122
+gallium_dri.so free 0x5571735ebf00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebf80 0.000122
+gallium_dri.so free 0x5571735ec040 void 0.000121
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf80 0.000135
+gallium_dri.so free 0x5571736068c0 void 0.000130
+gallium_dri.so free 0x5571735ebf80 void 0.000121
+gallium_dri.so malloc 72 0x5571736068e0 0.000121
+gallium_dri.so free 0x557173606980 void 0.000123
+gallium_dri.so free 0x5571736068e0 void 0.000121
+gallium_dri.so malloc 72 0x557173606930 0.000121
+gallium_dri.so free 0x557173606a00 void 0.000121
+gallium_dri.so free 0x557173606930 void 0.000120
+gallium_dri.so malloc 72 0x557173606930 0.000120
+gallium_dri.so free 0x557173606a80 void 0.000122
+gallium_dri.so free 0x557173606930 void 0.000133
+gallium_dri.so malloc 72 0x557173606a80 0.000121
+gallium_dri.so free 0x557173606b40 void 0.000123
+gallium_dri.so free 0x557173606a80 void 0.000121
+gallium_dri.so malloc 72 0x557173606a80 0.000121
+gallium_dri.so free 0x557173606c00 void 0.000122
+gallium_dri.so free 0x557173606a80 void 0.000122
+gallium_dri.so malloc 72 0x557173606a80 0.000121
+gallium_dri.so free 0x5571735f3300 void 0.000123
+gallium_dri.so free 0x557173606a80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3350 0.000122
+gallium_dri.so free 0x5571735f33c0 void 0.000122
+gallium_dri.so free 0x5571735f3350 void 0.000187
+gallium_dri.so malloc 72 0x5571735f3400 0.000123
+gallium_dri.so free 0x5571735f3480 void 0.000115
+gallium_dri.so free 0x5571735f3400 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3480 0.000117
+gallium_dri.so free 0x5571735f3540 void 0.000115
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3480 0.000116
+gallium_dri.so free 0x5571735f35c0 void 0.000116
+gallium_dri.so free 0x5571735f3480 void 0.000114
+gallium_dri.so malloc 72 0x5571735f35f0 0.000115
+gallium_dri.so free 0x5571735f3640 void 0.000116
+gallium_dri.so free 0x5571735f35f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f35f0 0.000115
+gallium_dri.so free 0x5571735f8100 void 0.000163
+gallium_dri.so free 0x5571735f35f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8100 0.000114
+gallium_dri.so free 0x5571735f81c0 void 0.000116
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8100 0.000114
+gallium_dri.so free 0x5571735f8240 void 0.000116
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8100 0.000115
+gallium_dri.so free 0x5571735f8300 void 0.000116
+gallium_dri.so free 0x5571735f8100 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8100 0.000114
+gallium_dri.so free 0x5571735f83c0 void 0.000117
+gallium_dri.so free 0x5571735f8100 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8370 0.000115
+gallium_dri.so free 0x5571735f8440 void 0.000116
+gallium_dri.so free 0x5571735f8370 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8490 0.000115
+gallium_dri.so free 0x55717360f0c0 void 0.000116
+gallium_dri.so free 0x5571735f8490 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8490 0.000114
+gallium_dri.so free 0x55717360f140 void 0.000116
+gallium_dri.so free 0x5571735f8490 void 0.000115
+gallium_dri.so malloc 72 0x55717360f170 0.000114
+gallium_dri.so free 0x55717360f1c0 void 0.000115
+gallium_dri.so free 0x55717360f170 void 0.000114
+gallium_dri.so malloc 72 0x55717360f170 0.000114
+gallium_dri.so free 0x55717360f2c0 void 0.000128
+gallium_dri.so free 0x55717360f170 void 0.000113
+gallium_dri.so malloc 72 0x55717360f300 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so free 0x55717360f300 void 0.000114
+gallium_dri.so malloc 72 0x55717360f380 0.000115
+gallium_dri.so free 0x55717360f440 void 0.000116
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so malloc 72 0x55717360f380 0.000114
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x55717360f380 void 0.000132
+gallium_dri.so malloc 72 0x55717360f380 0.000116
+gallium_dri.so free 0x5571735d2680 void 0.000116
+gallium_dri.so free 0x55717360f380 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2630 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000115
+gallium_dri.so free 0x5571735d2630 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2750 0.000114
+gallium_dri.so free 0x5571735d27c0 void 0.000114
+gallium_dri.so free 0x5571735d2750 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2820 0.000114
+gallium_dri.so free 0x5571735d28c0 void 0.000115
+gallium_dri.so free 0x5571735d2820 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2870 0.000114
+gallium_dri.so free 0x5571735d2900 void 0.000116
+gallium_dri.so free 0x5571735d2870 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2870 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000127
+gallium_dri.so free 0x5571735d2870 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2870 0.000116
+gallium_dri.so free 0x55717346e180 void 0.000118
+gallium_dri.so free 0x5571735d2870 void 0.000115
+gallium_dri.so malloc 72 0x55717346e180 0.000114
+gallium_dri.so free 0x55717346e240 void 0.000115
+gallium_dri.so free 0x55717346e180 void 0.000115
+gallium_dri.so malloc 72 0x55717346e180 0.000114
+gallium_dri.so free 0x55717346e300 void 0.000115
+gallium_dri.so free 0x55717346e180 void 0.000114
+gallium_dri.so malloc 72 0x55717346e180 0.000116
+gallium_dri.so free 0x55717346e3c0 void 0.000116
+gallium_dri.so free 0x55717346e180 void 0.000114
+gallium_dri.so malloc 72 0x55717346e370 0.000114
+gallium_dri.so free 0x55717346e480 void 0.000116
+gallium_dri.so free 0x55717346e370 void 0.000125
+gallium_dri.so malloc 72 0x55717346e430 0.000125
+gallium_dri.so free 0x557173620740 void 0.000116
+gallium_dri.so free 0x55717346e430 void 0.000114
+gallium_dri.so malloc 72 0x557173620740 0.000114
+gallium_dri.so free 0x557173620800 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x557173620740 0.000115
+gallium_dri.so free 0x557173620880 void 0.000116
+gallium_dri.so free 0x557173620740 void 0.000115
+gallium_dri.so malloc 72 0x5571736208b0 0.000113
+gallium_dri.so free 0x557173620900 void 0.000116
+gallium_dri.so free 0x5571736208b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736208b0 0.000116
+gallium_dri.so free 0x557173620a00 void 0.000116
+gallium_dri.so free 0x5571736208b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736209b0 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000115
+gallium_dri.so free 0x5571736209b0 void 0.000114
+gallium_dri.so malloc 72 0x557173620a70 0.000115
+gallium_dri.so free 0x557173464e00 void 0.000116
+gallium_dri.so free 0x557173620a70 void 0.000114
+gallium_dri.so malloc 72 0x557173620a70 0.000113
+gallium_dri.so free 0x557173464e80 void 0.000116
+gallium_dri.so free 0x557173620a70 void 0.000114
+gallium_dri.so malloc 72 0x557173464eb0 0.000114
+gallium_dri.so free 0x557173464f00 void 0.000116
+gallium_dri.so free 0x557173464eb0 void 0.000114
+gallium_dri.so malloc 72 0x557173464eb0 0.000115
+gallium_dri.so free 0x557173465000 void 0.000117
+gallium_dri.so free 0x557173464eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173464fb0 0.000115
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173464fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173465070 0.000114
+gallium_dri.so free 0x557173465100 void 0.000114
+gallium_dri.so free 0x557173465070 void 0.000115
+gallium_dri.so malloc 72 0x557173465070 0.000115
+gallium_dri.so free 0x5571735c39c0 void 0.000122
+gallium_dri.so free 0x557173465070 void 0.000116
+gallium_dri.so malloc 72 0x557173465070 0.000115
+gallium_dri.so free 0x5571735c3ac0 void 0.000116
+gallium_dri.so free 0x557173465070 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3a70 0.000114
+gallium_dri.so free 0x5571735c3b40 void 0.000115
+gallium_dri.so free 0x5571735c3a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b90 0.000115
+gallium_dri.so free 0x5571735c3c00 void 0.000116
+gallium_dri.so free 0x5571735c3b90 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3c20 0.000114
+gallium_dri.so free 0x5571735c3cc0 void 0.000115
+gallium_dri.so free 0x5571735c3c20 void 0.000170
+gallium_dri.so malloc 72 0x5571735c3c70 0.000116
+gallium_dri.so free 0x5571735c3d40 void 0.000116
+gallium_dri.so free 0x5571735c3c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3c70 0.000114
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x5571735c3c70 void 0.000115
+gallium_dri.so malloc 72 0x557173462840 0.000114
+gallium_dri.so free 0x557173462900 void 0.000115
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so malloc 72 0x557173462840 0.000115
+gallium_dri.so free 0x5571734629c0 void 0.000116
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so malloc 72 0x5571734629e0 0.000114
+gallium_dri.so free 0x557173462a80 void 0.000119
+gallium_dri.so free 0x5571734629e0 void 0.000114
+gallium_dri.so malloc 72 0x557173462a30 0.000114
+gallium_dri.so free 0x557173462b00 void 0.000115
+gallium_dri.so free 0x557173462a30 void 0.000114
+gallium_dri.so malloc 72 0x557173462a30 0.000113
+gallium_dri.so free 0x557173462b80 void 0.000115
+gallium_dri.so free 0x557173462a30 void 0.000115
+gallium_dri.so malloc 72 0x557173462b80 0.000114
+gallium_dri.so free 0x5571735d0000 void 0.000116
+gallium_dri.so free 0x557173462b80 void 0.000117
+gallium_dri.so malloc 72 0x557173462b80 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000115
+gallium_dri.so free 0x557173462b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735d00b0 0.000116
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so free 0x5571735d00b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0100 0.000114
+gallium_dri.so free 0x5571735d01c0 void 0.000115
+gallium_dri.so free 0x5571735d0100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0100 0.000114
+gallium_dri.so free 0x5571735d02c0 void 0.000116
+gallium_dri.so free 0x5571735d0100 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0270 0.000115
+gallium_dri.so free 0x5571735d0380 void 0.000116
+gallium_dri.so free 0x5571735d0270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0330 0.000123
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x5571735d0330 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0330 0.000114
+gallium_dri.so free 0x55717358e2c0 void 0.000115
+gallium_dri.so free 0x5571735d0330 void 0.000113
+gallium_dri.so malloc 72 0x55717358e270 0.000114
+gallium_dri.so free 0x55717358e340 void 0.000113
+gallium_dri.so free 0x55717358e270 void 0.000112
+gallium_dri.so malloc 72 0x55717358e390 0.000113
+gallium_dri.so free 0x55717358e400 void 0.000114
+gallium_dri.so free 0x55717358e390 void 0.000114
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e4c0 void 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000113
+gallium_dri.so malloc 72 0x55717358e440 0.000113
+gallium_dri.so free 0x55717358e540 void 0.000114
+gallium_dri.so free 0x55717358e440 void 0.000114
+gallium_dri.so malloc 72 0x55717358e570 0.000113
+gallium_dri.so free 0x557173608480 void 0.000143
+gallium_dri.so free 0x55717358e570 void 0.000114
+gallium_dri.so malloc 72 0x55717358e570 0.000113
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so free 0x55717358e570 void 0.000113
+gallium_dri.so malloc 72 0x557173608500 0.000113
+gallium_dri.so free 0x5571736085c0 void 0.000114
+gallium_dri.so free 0x557173608500 void 0.000115
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x557173608680 void 0.000122
+gallium_dri.so free 0x557173608500 void 0.000116
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x557173608740 void 0.000116
+gallium_dri.so free 0x557173608500 void 0.000113
+gallium_dri.so malloc 72 0x5571736086f0 0.000115
+gallium_dri.so free 0x557173608740 void 0.000116
+gallium_dri.so free 0x5571736086f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736086f0 0.000114
+gallium_dri.so free 0x5571735ff740 void 0.000116
+gallium_dri.so free 0x5571736086f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff740 0.000114
+gallium_dri.so free 0x557173608840 void 0.000115
+gallium_dri.so free 0x5571735ff740 void 0.000112
+gallium_dri.so malloc 72 0x5571736087f0 0.000113
+gallium_dri.so free 0x5571735ff800 void 0.000115
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736087f0 0.000116
+gallium_dri.so free 0x5571735ff8c0 void 0.000114
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff870 0.000113
+gallium_dri.so free 0x5571735ff940 void 0.000116
+gallium_dri.so free 0x5571735ff870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff990 0.000115
+gallium_dri.so free 0x5571735ffa00 void 0.000116
+gallium_dri.so free 0x5571735ff990 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffa60 0.000119
+gallium_dri.so free 0x5571735ffb00 void 0.000115
+gallium_dri.so free 0x5571735ffa60 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffab0 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000115
+gallium_dri.so free 0x5571735ffab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffab0 0.000113
+gallium_dri.so free 0x55717346bc00 void 0.000115
+gallium_dri.so free 0x5571735ffab0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bbb0 0.000113
+gallium_dri.so free 0x55717346bc80 void 0.000114
+gallium_dri.so free 0x55717346bbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bcd0 0.000116
+gallium_dri.so free 0x55717346bd40 void 0.000115
+gallium_dri.so free 0x55717346bcd0 void 0.000115
+gallium_dri.so malloc 72 0x55717346bd60 0.000114
+gallium_dri.so free 0x55717346be00 void 0.000115
+gallium_dri.so free 0x55717346bd60 void 0.000114
+gallium_dri.so malloc 72 0x55717346bdb0 0.000115
+gallium_dri.so free 0x55717346be80 void 0.000114
+gallium_dri.so free 0x55717346bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346be80 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000115
+gallium_dri.so free 0x55717346be80 void 0.000114
+gallium_dri.so malloc 72 0x55717346be80 0.000113
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so free 0x55717346be80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd200 0.000114
+gallium_dri.so free 0x5571735fd2c0 void 0.000128
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd200 0.000114
+gallium_dri.so free 0x5571735fd380 void 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd200 0.000113
+gallium_dri.so free 0x5571735fd440 void 0.000115
+gallium_dri.so free 0x5571735fd200 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000115
+gallium_dri.so free 0x5571735fd3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd510 0.000113
+gallium_dri.so free 0x557173469380 void 0.000114
+gallium_dri.so free 0x5571735fd510 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd510 0.000167
+gallium_dri.so free 0x557173469400 void 0.000117
+gallium_dri.so free 0x5571735fd510 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd510 0.000112
+gallium_dri.so free 0x5571734694c0 void 0.000116
+gallium_dri.so free 0x5571735fd510 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd510 0.000114
+gallium_dri.so free 0x557173469580 void 0.000114
+gallium_dri.so free 0x5571735fd510 void 0.000114
+gallium_dri.so malloc 72 0x557173469530 0.000113
+gallium_dri.so free 0x557173469600 void 0.000115
+gallium_dri.so free 0x557173469530 void 0.000114
+gallium_dri.so malloc 72 0x557173469650 0.000114
+gallium_dri.so free 0x5571734696c0 void 0.000186
+gallium_dri.so free 0x557173469650 void 0.000115
+gallium_dri.so malloc 72 0x5571734696e0 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571734696e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000113
+gallium_dri.so free 0x5571735d0a80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0a30 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0bc0 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000115
+gallium_dri.so free 0x5571735d0bc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0d00 void 0.000114
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0c40 0.000114
+gallium_dri.so free 0x5571735d0d80 void 0.000116
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0db0 0.000113
+gallium_dri.so free 0x557173465800 void 0.000115
+gallium_dri.so free 0x5571735d0db0 void 0.000113
+gallium_dri.so malloc 72 0x557173465840 0.000114
+gallium_dri.so free 0x5571734658c0 void 0.000114
+gallium_dri.so free 0x557173465840 void 0.000147
+gallium_dri.so malloc 72 0x5571734658c0 0.000164
+gallium_dri.so free 0x557173465980 void 0.000168
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734658c0 0.000115
+gallium_dri.so free 0x557173465a40 void 0.000117
+gallium_dri.so free 0x5571734658c0 void 0.000113
+gallium_dri.so malloc 72 0x557173465a60 0.000114
+gallium_dri.so free 0x557173465b00 void 0.000115
+gallium_dri.so free 0x557173465a60 void 0.000115
+gallium_dri.so malloc 72 0x557173465ab0 0.000113
+gallium_dri.so free 0x557173465b80 void 0.000115
+gallium_dri.so free 0x557173465ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173465ab0 0.000114
+gallium_dri.so free 0x557173608e80 void 0.000113
+gallium_dri.so free 0x557173465ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173608ed0 0.000113
+gallium_dri.so free 0x557173608f40 void 0.000116
+gallium_dri.so free 0x557173608ed0 void 0.000113
+gallium_dri.so malloc 72 0x557173608f60 0.000114
+gallium_dri.so free 0x557173609000 void 0.000114
+gallium_dri.so free 0x557173608f60 void 0.000114
+gallium_dri.so malloc 72 0x557173608fb0 0.000114
+gallium_dri.so free 0x557173609080 void 0.000115
+gallium_dri.so free 0x557173608fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173609080 0.000114
+gallium_dri.so free 0x557173609140 void 0.000116
+gallium_dri.so free 0x557173609080 void 0.000150
+gallium_dri.so malloc 72 0x557173609080 0.000130
+gallium_dri.so free 0x5571736091c0 void 0.000117
+gallium_dri.so free 0x557173609080 void 0.000114
+gallium_dri.so malloc 72 0x5571736091c0 0.000117
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so free 0x5571736091c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360fae0 0.000112
+gallium_dri.so free 0x55717360fb80 void 0.000115
+gallium_dri.so free 0x55717360fae0 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb30 0.000114
+gallium_dri.so free 0x55717360fc00 void 0.000115
+gallium_dri.so free 0x55717360fb30 void 0.000114
+gallium_dri.so malloc 72 0x55717360fb30 0.000114
+gallium_dri.so free 0x55717360fc80 void 0.000115
+gallium_dri.so free 0x55717360fb30 void 0.000115
+gallium_dri.so malloc 72 0x55717360fc80 0.000114
+gallium_dri.so free 0x55717360fd40 void 0.000116
+gallium_dri.so free 0x55717360fc80 void 0.000114
+gallium_dri.so malloc 72 0x55717360fc80 0.000114
+gallium_dri.so free 0x55717360fe40 void 0.000115
+gallium_dri.so free 0x55717360fc80 void 0.000112
+gallium_dri.so malloc 72 0x55717360fdf0 0.000127
+gallium_dri.so free 0x5571735f6540 void 0.000116
+gallium_dri.so free 0x55717360fdf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6570 0.000113
+gallium_dri.so free 0x5571735f65c0 void 0.000115
+gallium_dri.so free 0x5571735f6570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6570 0.000188
+gallium_dri.so free 0x5571735f66c0 void 0.000116
+gallium_dri.so free 0x5571735f6570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6670 0.000115
+gallium_dri.so free 0x55717360fe80 void 0.000115
+gallium_dri.so free 0x5571735f6670 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6670 0.000114
+gallium_dri.so free 0x5571735f6780 void 0.000115
+gallium_dri.so free 0x5571735f6670 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6730 0.000114
+gallium_dri.so free 0x5571735f6800 void 0.000115
+gallium_dri.so free 0x5571735f6730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6730 0.000114
+gallium_dri.so free 0x5571735f6900 void 0.000114
+gallium_dri.so free 0x5571735f6730 void 0.000114
+gallium_dri.so malloc 72 0x5571735f68b0 0.000112
+gallium_dri.so free 0x557173601d40 void 0.000116
+gallium_dri.so free 0x5571735f68b0 void 0.000114
+gallium_dri.so malloc 72 0x557173601d90 0.000115
+gallium_dri.so free 0x557173601e00 void 0.000114
+gallium_dri.so free 0x557173601d90 void 0.000113
+gallium_dri.so malloc 72 0x557173601e20 0.000113
+gallium_dri.so free 0x557173601ec0 void 0.000114
+gallium_dri.so free 0x557173601e20 void 0.000113
+gallium_dri.so malloc 72 0x557173601e70 0.000113
+gallium_dri.so free 0x557173601f40 void 0.000116
+gallium_dri.so free 0x557173601e70 void 0.000114
+gallium_dri.so malloc 72 0x557173601e70 0.000125
+gallium_dri.so free 0x557173601fc0 void 0.000116
+gallium_dri.so free 0x557173601e70 void 0.000115
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173602080 void 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173601fc0 0.000115
+gallium_dri.so free 0x557173604300 void 0.000116
+gallium_dri.so free 0x557173601fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173604320 0.000112
+gallium_dri.so free 0x5571736043c0 void 0.000115
+gallium_dri.so free 0x557173604320 void 0.000113
+gallium_dri.so malloc 72 0x557173604370 0.000112
+gallium_dri.so free 0x557173604440 void 0.000162
+gallium_dri.so free 0x557173604370 void 0.000113
+gallium_dri.so malloc 72 0x557173604370 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000115
+gallium_dri.so free 0x557173604370 void 0.000115
+gallium_dri.so malloc 72 0x5571736044c0 0.000113
+gallium_dri.so free 0x557173604580 void 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736044c0 0.000114
+gallium_dri.so free 0x557173604640 void 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so malloc 72 0x5571736044c0 0.000113
+gallium_dri.so free 0x5571735911c0 void 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591210 0.000125
+gallium_dri.so free 0x557173591280 void 0.000116
+gallium_dri.so free 0x557173591210 void 0.000114
+gallium_dri.so malloc 72 0x5571735912c0 0.000114
+gallium_dri.so free 0x557173591340 void 0.000115
+gallium_dri.so free 0x5571735912c0 void 0.000112
+gallium_dri.so malloc 72 0x557173591340 0.000115
+gallium_dri.so free 0x557173591400 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x557173591340 0.000114
+gallium_dri.so free 0x557173604700 void 0.000115
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so malloc 72 0x5571736046b0 0.000113
+gallium_dri.so free 0x557173591480 void 0.000115
+gallium_dri.so free 0x5571736046b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735914c0 0.000112
+gallium_dri.so free 0x557173591540 void 0.000115
+gallium_dri.so free 0x5571735914c0 void 0.000114
+gallium_dri.so malloc 72 0x557173591540 0.000114
+gallium_dri.so free 0x5571735d2fc0 void 0.000115
+gallium_dri.so free 0x557173591540 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3000 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000114
+gallium_dri.so free 0x5571735d3000 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3000 0.000112
+gallium_dri.so free 0x5571735d3100 void 0.000115
+gallium_dri.so free 0x5571735d3000 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000152
+gallium_dri.so free 0x5571735d3180 void 0.000116
+gallium_dri.so free 0x5571735d3130 void 0.000114
+gallium_dri.so malloc 72 0x5571735d3130 0.000112
+gallium_dri.so free 0x5571735d3280 void 0.000115
+gallium_dri.so free 0x5571735d3130 void 0.000115
+gallium_dri.so malloc 72 0x5571735d3230 0.000114
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so free 0x5571735d3230 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32f0 0.000122
+gallium_dri.so free 0x5571735c1e00 void 0.000121
+gallium_dri.so free 0x5571735d32f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e30 0.000119
+gallium_dri.so free 0x5571735c1e80 void 0.000123
+gallium_dri.so free 0x5571735c1e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1e30 0.000124
+gallium_dri.so free 0x5571735c1f80 void 0.000123
+gallium_dri.so free 0x5571735c1e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000115
+gallium_dri.so free 0x5571735c2040 void 0.000116
+gallium_dri.so free 0x5571735c1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2040 0.000113
+gallium_dri.so free 0x5571735d3380 void 0.000114
+gallium_dri.so free 0x5571735c2040 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2040 0.000113
+gallium_dri.so free 0x5571735c2100 void 0.000169
+gallium_dri.so free 0x5571735c2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2040 0.000116
+gallium_dri.so free 0x5571735c21c0 void 0.000116
+gallium_dri.so free 0x5571735c2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2170 0.000112
+gallium_dri.so free 0x55717358a080 void 0.000113
+gallium_dri.so free 0x5571735c2170 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0d0 0.000115
+gallium_dri.so free 0x55717358a140 void 0.000115
+gallium_dri.so free 0x55717358a0d0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a1a0 0.000114
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so free 0x55717358a1a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1f0 0.000114
+gallium_dri.so free 0x55717358a280 void 0.000115
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a1f0 0.000113
+gallium_dri.so free 0x55717358a340 void 0.000115
+gallium_dri.so free 0x55717358a1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a380 0.000113
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so free 0x55717358a380 void 0.000114
+gallium_dri.so malloc 72 0x55717358a400 0.000112
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x55717358a400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d55a0 0.000112
+gallium_dri.so free 0x5571735d5640 void 0.000114
+gallium_dri.so free 0x5571735d55a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d55f0 0.000113
+gallium_dri.so free 0x5571735d56c0 void 0.000113
+gallium_dri.so free 0x5571735d55f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d56c0 0.000111
+gallium_dri.so free 0x5571735d5780 void 0.000113
+gallium_dri.so free 0x5571735d56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56c0 0.000113
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so free 0x5571735d56c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5800 0.000119
+gallium_dri.so free 0x5571735d58c0 void 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so malloc 72 0x5571735d5800 0.000117
+gallium_dri.so free 0x55717346eb00 void 0.000126
+gallium_dri.so free 0x5571735d5800 void 0.000120
+gallium_dri.so malloc 72 0x55717346eb30 0.000114
+gallium_dri.so free 0x55717346eb80 void 0.000113
+gallium_dri.so free 0x55717346eb30 void 0.000112
+gallium_dri.so malloc 72 0x55717346eb30 0.000121
+gallium_dri.so free 0x55717346ec80 void 0.000124
+gallium_dri.so free 0x55717346eb30 void 0.000125
+gallium_dri.so malloc 72 0x55717346ec30 0.000119
+gallium_dri.so free 0x55717346ed40 void 0.000115
+gallium_dri.so free 0x55717346ec30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ecf0 0.000116
+gallium_dri.so free 0x55717346edc0 void 0.000164
+gallium_dri.so free 0x55717346ecf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346ede0 0.000113
+gallium_dri.so free 0x55717346ee80 void 0.000114
+gallium_dri.so free 0x55717346ede0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ee30 0.000113
+gallium_dri.so free 0x557173600140 void 0.000114
+gallium_dri.so free 0x55717346ee30 void 0.000114
+gallium_dri.so malloc 72 0x557173600180 0.000114
+gallium_dri.so free 0x557173600200 void 0.000115
+gallium_dri.so free 0x557173600180 void 0.000114
+gallium_dri.so malloc 72 0x557173600200 0.000113
+gallium_dri.so free 0x5571736002c0 void 0.000116
+gallium_dri.so free 0x557173600200 void 0.000161
+gallium_dri.so malloc 72 0x557173600200 0.000113
+gallium_dri.so free 0x557173600340 void 0.000114
+gallium_dri.so free 0x557173600200 void 0.000114
+gallium_dri.so malloc 72 0x557173600370 0.000116
+gallium_dri.so free 0x5571736003c0 void 0.000116
+gallium_dri.so free 0x557173600370 void 0.000113
+gallium_dri.so malloc 72 0x557173600370 0.000114
+gallium_dri.so free 0x5571736004c0 void 0.000116
+gallium_dri.so free 0x557173600370 void 0.000113
+gallium_dri.so malloc 72 0x557173600500 0.000113
+gallium_dri.so free 0x5571735fdb80 void 0.000115
+gallium_dri.so free 0x557173600500 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000119
+gallium_dri.so free 0x5571735fdc40 void 0.000131
+gallium_dri.so free 0x5571735fdbd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdc60 0.000114
+gallium_dri.so free 0x5571735fdd00 void 0.000113
+gallium_dri.so free 0x5571735fdc60 void 0.000114
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000113
+gallium_dri.so free 0x5571735fdd80 void 0.000116
+gallium_dri.so free 0x5571735fdcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcb0 0.000114
+gallium_dri.so free 0x5571735fde00 void 0.000114
+gallium_dri.so free 0x5571735fdcb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde00 0.000112
+gallium_dri.so free 0x5571735fdec0 void 0.000114
+gallium_dri.so free 0x5571735fde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735fde00 0.000114
+gallium_dri.so free 0x5571735e3300 void 0.000114
+gallium_dri.so free 0x5571735fde00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3320 0.000113
+gallium_dri.so free 0x5571735e33c0 void 0.000115
+gallium_dri.so free 0x5571735e3320 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3370 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e3370 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3370 0.000113
+gallium_dri.so free 0x5571735e34c0 void 0.000115
+gallium_dri.so free 0x5571735e3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34c0 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000129
+gallium_dri.so free 0x5571735e34c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e34c0 0.000113
+gallium_dri.so free 0x5571735e3640 void 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e34c0 0.000114
+gallium_dri.so free 0x557173461080 void 0.000114
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734610d0 0.000114
+gallium_dri.so free 0x557173461140 void 0.000112
+gallium_dri.so free 0x5571734610d0 void 0.000113
+gallium_dri.so malloc 72 0x557173461180 0.000112
+gallium_dri.so free 0x557173461200 void 0.000113
+gallium_dri.so free 0x557173461180 void 0.000114
+gallium_dri.so malloc 72 0x557173461200 0.000112
+gallium_dri.so free 0x5571734612c0 void 0.000116
+gallium_dri.so free 0x557173461200 void 0.000113
+gallium_dri.so malloc 72 0x557173461200 0.000114
+gallium_dri.so free 0x5571735e3700 void 0.000113
+gallium_dri.so free 0x557173461200 void 0.000113
+gallium_dri.so malloc 72 0x5571735e36b0 0.000113
+gallium_dri.so free 0x557173461340 void 0.000115
+gallium_dri.so free 0x5571735e36b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461380 0.000116
+gallium_dri.so free 0x557173461400 void 0.000115
+gallium_dri.so free 0x557173461380 void 0.000115
+gallium_dri.so malloc 72 0x557173461400 0.000114
+gallium_dri.so free 0x55717358c640 void 0.000195
+gallium_dri.so free 0x557173461400 void 0.000116
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000116
+gallium_dri.so free 0x55717358c680 void 0.000113
+gallium_dri.so malloc 72 0x55717358c680 0.000114
+gallium_dri.so free 0x55717358c780 void 0.000115
+gallium_dri.so free 0x55717358c680 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000115
+gallium_dri.so free 0x55717358c800 void 0.000115
+gallium_dri.so free 0x55717358c7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7b0 0.000113
+gallium_dri.so free 0x55717358c900 void 0.000116
+gallium_dri.so free 0x55717358c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717358c8b0 0.000113
+gallium_dri.so free 0x55717358c9c0 void 0.000114
+gallium_dri.so free 0x55717358c8b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c970 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x55717358c970 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000116
+gallium_dri.so free 0x5571735dc1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000113
+gallium_dri.so free 0x5571735dc340 void 0.000114
+gallium_dri.so free 0x5571735dc1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc380 0.000113
+gallium_dri.so free 0x5571735dc400 void 0.000127
+gallium_dri.so free 0x5571735dc380 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x55717358ca00 void 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000115
+gallium_dri.so free 0x5571735dc400 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc530 0.000113
+gallium_dri.so free 0x5571735c43c0 void 0.000116
+gallium_dri.so free 0x5571735dc530 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4410 0.000115
+gallium_dri.so free 0x5571735c4480 void 0.000115
+gallium_dri.so free 0x5571735c4410 void 0.000113
+gallium_dri.so malloc 72 0x5571735c44e0 0.000114
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c44e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4530 0.000129
+gallium_dri.so free 0x5571735c45c0 void 0.000115
+gallium_dri.so free 0x5571735c4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4530 0.000115
+gallium_dri.so free 0x5571735c4680 void 0.000117
+gallium_dri.so free 0x5571735c4530 void 0.000114
+gallium_dri.so malloc 72 0x5571735c46c0 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000118
+gallium_dri.so free 0x5571735c46c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4740 0.000113
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735c4740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b20 0.000114
+gallium_dri.so free 0x5571735f8bc0 void 0.000115
+gallium_dri.so free 0x5571735f8b20 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b70 0.000115
+gallium_dri.so free 0x5571735f8c40 void 0.000115
+gallium_dri.so free 0x5571735f8b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8c40 0.000114
+gallium_dri.so free 0x5571735f8d00 void 0.000116
+gallium_dri.so free 0x5571735f8c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8c40 0.000148
+gallium_dri.so free 0x5571735f8d80 void 0.000116
+gallium_dri.so free 0x5571735f8c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d80 0.000114
+gallium_dri.so free 0x5571735f8e40 void 0.000115
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d80 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000114
+gallium_dri.so free 0x5571735f8d80 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000115
+gallium_dri.so free 0x557173467e40 void 0.000115
+gallium_dri.so free 0x557173467df0 void 0.000113
+gallium_dri.so malloc 72 0x557173467df0 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000114
+gallium_dri.so free 0x557173467df0 void 0.000114
+gallium_dri.so malloc 72 0x557173467ef0 0.000115
+gallium_dri.so free 0x557173468000 void 0.000114
+gallium_dri.so free 0x557173467ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173467fb0 0.000114
+gallium_dri.so free 0x557173468080 void 0.000119
+gallium_dri.so free 0x557173467fb0 void 0.000113
+gallium_dri.so malloc 72 0x5571734680a0 0.000112
+gallium_dri.so free 0x557173468140 void 0.000114
+gallium_dri.so free 0x5571734680a0 void 0.000114
+gallium_dri.so malloc 72 0x5571734680f0 0.000113
+gallium_dri.so free 0x55717358ec00 void 0.000114
+gallium_dri.so free 0x5571734680f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ec40 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so free 0x55717358ec40 void 0.000112
+gallium_dri.so malloc 72 0x55717358ecc0 0.000114
+gallium_dri.so free 0x55717358ed80 void 0.000115
+gallium_dri.so free 0x55717358ecc0 void 0.000114
+gallium_dri.so malloc 72 0x55717358ecc0 0.000113
+gallium_dri.so free 0x55717358ee00 void 0.000114
+gallium_dri.so free 0x55717358ecc0 void 0.000112
+gallium_dri.so malloc 72 0x55717358ee30 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ee30 void 0.000113
+gallium_dri.so malloc 72 0x55717358ee30 0.000113
+gallium_dri.so free 0x55717358ef80 void 0.000115
+gallium_dri.so free 0x55717358ee30 void 0.000130
+gallium_dri.so malloc 72 0x55717358efc0 0.000114
+gallium_dri.so free 0x557173463240 void 0.000115
+gallium_dri.so free 0x55717358efc0 void 0.000113
+gallium_dri.so malloc 72 0x557173463290 0.000114
+gallium_dri.so free 0x557173463300 void 0.000114
+gallium_dri.so free 0x557173463290 void 0.000113
+gallium_dri.so malloc 72 0x557173463320 0.000116
+gallium_dri.so free 0x5571734633c0 void 0.000115
+gallium_dri.so free 0x557173463320 void 0.000113
+gallium_dri.so malloc 72 0x557173463370 0.000114
+gallium_dri.so free 0x557173463440 void 0.000130
+gallium_dri.so free 0x557173463370 void 0.000119
+gallium_dri.so malloc 72 0x557173463370 0.000124
+gallium_dri.so free 0x5571734634c0 void 0.000120
+gallium_dri.so free 0x557173463370 void 0.000114
+gallium_dri.so malloc 72 0x5571734634c0 0.000114
+gallium_dri.so free 0x557173463580 void 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734634c0 0.000115
+gallium_dri.so free 0x55717346c540 void 0.000115
+gallium_dri.so free 0x5571734634c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c560 0.000112
+gallium_dri.so free 0x55717346c600 void 0.000115
+gallium_dri.so free 0x55717346c560 void 0.000113
+gallium_dri.so malloc 72 0x55717346c5b0 0.000114
+gallium_dri.so free 0x55717346c680 void 0.000163
+gallium_dri.so free 0x55717346c5b0 void 0.000160
+gallium_dri.so malloc 72 0x55717346c5b0 0.000150
+gallium_dri.so free 0x55717346c700 void 0.000117
+gallium_dri.so free 0x55717346c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c700 0.000113
+gallium_dri.so free 0x55717346c7c0 void 0.000114
+gallium_dri.so free 0x55717346c700 void 0.000113
+gallium_dri.so malloc 72 0x55717346c700 0.000113
+gallium_dri.so free 0x55717346c880 void 0.000115
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so malloc 72 0x55717346c700 0.000115
+gallium_dri.so free 0x5571735def40 void 0.000115
+gallium_dri.so free 0x55717346c700 void 0.000114
+gallium_dri.so malloc 72 0x5571735def90 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def90 void 0.000112
+gallium_dri.so malloc 72 0x5571735df040 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000115
+gallium_dri.so free 0x5571735df040 void 0.000113
+gallium_dri.so malloc 72 0x5571735df0c0 0.000113
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df0c0 0.000114
+gallium_dri.so free 0x55717346c940 void 0.000115
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717346c8f0 0.000113
+gallium_dri.so free 0x5571735df200 void 0.000117
+gallium_dri.so free 0x55717346c8f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735df240 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000112
+gallium_dri.so free 0x5571735df240 void 0.000112
+gallium_dri.so malloc 72 0x5571735df2c0 0.000111
+gallium_dri.so free 0x55717360d500 void 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d540 0.000114
+gallium_dri.so free 0x55717360d5c0 void 0.000111
+gallium_dri.so free 0x55717360d540 void 0.000113
+gallium_dri.so malloc 72 0x55717360d540 0.000114
+gallium_dri.so free 0x55717360d640 void 0.000113
+gallium_dri.so free 0x55717360d540 void 0.000113
+gallium_dri.so malloc 72 0x55717360d670 0.000112
+gallium_dri.so free 0x55717360d6c0 void 0.000113
+gallium_dri.so free 0x55717360d670 void 0.000112
+gallium_dri.so malloc 72 0x55717360d670 0.000114
+gallium_dri.so free 0x55717360d7c0 void 0.000121
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d770 0.000115
+gallium_dri.so free 0x55717360d880 void 0.000113
+gallium_dri.so free 0x55717360d770 void 0.000113
+gallium_dri.so malloc 72 0x55717360d830 0.000125
+gallium_dri.so free 0x557173609e80 void 0.000125
+gallium_dri.so free 0x55717360d830 void 0.000124
+gallium_dri.so malloc 72 0x557173609eb0 0.000134
+gallium_dri.so free 0x557173609f00 void 0.000125
+gallium_dri.so free 0x557173609eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173609eb0 0.000115
+gallium_dri.so free 0x55717360a000 void 0.000120
+gallium_dri.so free 0x557173609eb0 void 0.000124
+gallium_dri.so malloc 72 0x55717360a040 0.000123
+gallium_dri.so free 0x55717360a0c0 void 0.000123
+gallium_dri.so free 0x55717360a040 void 0.000125
+gallium_dri.so malloc 72 0x55717360a0c0 0.000125
+gallium_dri.so free 0x55717360d8c0 void 0.000125
+gallium_dri.so free 0x55717360a0c0 void 0.000156
+gallium_dri.so malloc 72 0x55717360a0c0 0.000119
+gallium_dri.so free 0x55717360a180 void 0.000120
+gallium_dri.so free 0x55717360a0c0 void 0.000128
+gallium_dri.so malloc 72 0x55717360a0c0 0.000125
+gallium_dri.so free 0x55717360a240 void 0.000124
+gallium_dri.so free 0x55717360a0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717360a1f0 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000120
+gallium_dri.so free 0x55717360a1f0 void 0.000125
+gallium_dri.so malloc 72 0x557173469fd0 0.000123
+gallium_dri.so free 0x55717346a040 void 0.000129
+gallium_dri.so free 0x557173469fd0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a0a0 0.000123
+gallium_dri.so free 0x55717346a140 void 0.000124
+gallium_dri.so free 0x55717346a0a0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a0f0 0.000118
+gallium_dri.so free 0x55717346a180 void 0.000120
+gallium_dri.so free 0x55717346a0f0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a0f0 0.000123
+gallium_dri.so free 0x55717346a240 void 0.000134
+gallium_dri.so free 0x55717346a0f0 void 0.000244
+gallium_dri.so malloc 72 0x55717346a280 0.000222
+gallium_dri.so free 0x55717346a300 void 0.000221
+gallium_dri.so free 0x55717346a280 void 0.000226
+gallium_dri.so malloc 72 0x55717346a300 0.000222
+gallium_dri.so free 0x557173620140 void 0.000201
+gallium_dri.so free 0x55717346a300 void 0.000205
+gallium_dri.so malloc 72 0x55717346a300 0.000272
+gallium_dri.so free 0x5571736201c0 void 0.000284
+gallium_dri.so free 0x55717346a300 void 0.000268
+gallium_dri.so malloc 72 0x5571736201f0 0.000279
+gallium_dri.so free 0x557173620240 void 0.000283
+gallium_dri.so free 0x5571736201f0 void 0.000225
+gallium_dri.so malloc 72 0x557173620240 0.000285
+gallium_dri.so free 0x557173620300 void 0.000291
+gallium_dri.so free 0x557173620240 void 0.000280
+gallium_dri.so malloc 72 0x557173620240 0.000276
+gallium_dri.so free 0x557173620400 void 0.000286
+gallium_dri.so free 0x557173620240 void 0.000284
+gallium_dri.so malloc 72 0x5571736203b0 0.000297
+gallium_dri.so free 0x5571736204c0 void 0.000235
+gallium_dri.so free 0x5571736203b0 void 0.000195
+gallium_dri.so malloc 72 0x557173620470 0.000150
+gallium_dri.so free 0x557173620500 void 0.000147
+gallium_dri.so free 0x557173620470 void 0.000146
+gallium_dri.so malloc 72 0x557173620470 0.000145
+gallium_dri.so free 0x55717346db00 void 0.000144
+gallium_dri.so free 0x557173620470 void 0.000145
+gallium_dri.so malloc 72 0x557173620470 0.000146
+gallium_dri.so free 0x55717346db80 void 0.000146
+gallium_dri.so free 0x557173620470 void 0.000143
+gallium_dri.so malloc 72 0x55717346db80 0.000135
+gallium_dri.so free 0x55717346dc40 void 0.000142
+gallium_dri.so free 0x55717346db80 void 0.000145
+gallium_dri.so malloc 72 0x55717346db80 0.000151
+gallium_dri.so free 0x55717346dd40 void 0.000146
+gallium_dri.so free 0x55717346db80 void 0.000145
+gallium_dri.so malloc 72 0x55717346dcf0 0.000144
+gallium_dri.so free 0x55717346dd80 void 0.000177
+gallium_dri.so free 0x55717346dcf0 void 0.000176
+gallium_dri.so malloc 72 0x55717346dcf0 0.000173
+gallium_dri.so free 0x55717346de40 void 0.000173
+gallium_dri.so free 0x55717346dcf0 void 0.000173
+gallium_dri.so malloc 72 0x55717346de80 0.000166
+gallium_dri.so free 0x55717346df00 void 0.000162
+gallium_dri.so free 0x55717346de80 void 0.000170
+gallium_dri.so malloc 72 0x55717346df00 0.000172
+gallium_dri.so free 0x5571735fcb80 void 0.000175
+gallium_dri.so free 0x55717346df00 void 0.000170
+gallium_dri.so malloc 72 0x55717346df00 0.000160
+gallium_dri.so free 0x5571735fcc00 void 0.000169
+gallium_dri.so free 0x55717346df00 void 0.000171
+gallium_dri.so malloc 72 0x5571735fcc30 0.000166
+gallium_dri.so free 0x5571735fcc80 void 0.000161
+gallium_dri.so free 0x5571735fcc30 void 0.000196
+gallium_dri.so malloc 72 0x5571735fcc30 0.000187
+gallium_dri.so free 0x5571735fcd80 void 0.000189
+gallium_dri.so free 0x5571735fcc30 void 0.000186
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000178
+gallium_dri.so free 0x5571735fce40 void 0.000174
+gallium_dri.so free 0x5571735fcdc0 void 0.000187
+gallium_dri.so malloc 72 0x5571735fce40 0.000183
+gallium_dri.so free 0x5571735fcf00 void 0.000177
+gallium_dri.so free 0x5571735fce40 void 0.000176
+gallium_dri.so malloc 72 0x5571735fce40 0.000181
+gallium_dri.so free 0x5571735fcf80 void 0.000183
+gallium_dri.so free 0x5571735fce40 void 0.000175
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000179
+gallium_dri.so free 0x5571735e0500 void 0.000186
+gallium_dri.so free 0x5571735fcfb0 void 0.000187
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000187
+gallium_dri.so free 0x5571735e0580 void 0.000187
+gallium_dri.so free 0x5571735fcfb0 void 0.000188
+gallium_dri.so malloc 72 0x5571735e0580 0.000183
+gallium_dri.so free 0x5571735e0640 void 0.000180
+gallium_dri.so free 0x5571735e0580 void 0.000185
+gallium_dri.so malloc 72 0x5571735e0580 0.000197
+gallium_dri.so free 0x5571735e0740 void 0.000146
+gallium_dri.so free 0x5571735e0580 void 0.000142
+gallium_dri.so malloc 72 0x5571735e0580 0.000138
+gallium_dri.so free 0x5571735e07c0 void 0.000141
+gallium_dri.so free 0x5571735e0580 void 0.000145
+gallium_dri.so malloc 72 0x5571735e07f0 0.000139
+gallium_dri.so free 0x5571735e0840 void 0.000136
+gallium_dri.so free 0x5571735e07f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e07f0 0.000146
+gallium_dri.so free 0x5571735e0940 void 0.000145
+gallium_dri.so free 0x5571735e07f0 void 0.000156
+gallium_dri.so malloc 72 0x5571735e08f0 0.000146
+gallium_dri.so free 0x5571735c33c0 void 0.000145
+gallium_dri.so free 0x5571735e08f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735e08f0 0.000145
+gallium_dri.so free 0x5571735c3440 void 0.000139
+gallium_dri.so free 0x5571735e08f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c3470 0.000140
+gallium_dri.so free 0x5571735c34c0 void 0.000143
+gallium_dri.so free 0x5571735c3470 void 0.000145
+gallium_dri.so malloc 72 0x5571735c34c0 0.000144
+gallium_dri.so free 0x5571735c3580 void 0.000139
+gallium_dri.so free 0x5571735c34c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c34c0 0.000141
+gallium_dri.so free 0x5571735c3680 void 0.000144
+gallium_dri.so free 0x5571735c34c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c3630 0.000136
+gallium_dri.so free 0x5571735c3740 void 0.000142
+gallium_dri.so free 0x5571735c3630 void 0.000146
+gallium_dri.so malloc 72 0x5571735c36f0 0.000144
+gallium_dri.so free 0x5571735c3780 void 0.000155
+gallium_dri.so free 0x5571735c36f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735c36f0 0.000145
+gallium_dri.so free 0x55717346b540 void 0.000144
+gallium_dri.so free 0x5571735c36f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c36f0 0.000150
+gallium_dri.so free 0x55717346b5c0 void 0.000144
+gallium_dri.so free 0x5571735c36f0 void 0.000142
+gallium_dri.so malloc 72 0x55717346b5c0 0.000136
+gallium_dri.so free 0x55717346b680 void 0.000142
+gallium_dri.so free 0x55717346b5c0 void 0.000144
+gallium_dri.so malloc 72 0x55717346b5c0 0.000139
+gallium_dri.so free 0x55717346b780 void 0.000136
+gallium_dri.so free 0x55717346b5c0 void 0.000143
+gallium_dri.so malloc 72 0x55717346b730 0.000143
+gallium_dri.so free 0x55717346b7c0 void 0.000138
+gallium_dri.so free 0x55717346b730 void 0.000136
+gallium_dri.so malloc 72 0x55717346b730 0.000141
+gallium_dri.so free 0x55717346b880 void 0.000143
+gallium_dri.so free 0x55717346b730 void 0.000144
+gallium_dri.so malloc 72 0x55717346b8c0 0.000154
+gallium_dri.so free 0x55717346b940 void 0.000145
+gallium_dri.so free 0x55717346b8c0 void 0.000144
+gallium_dri.so malloc 72 0x55717346b940 0.000144
+gallium_dri.so free 0x55717360eac0 void 0.000141
+gallium_dri.so free 0x55717346b940 void 0.000137
+gallium_dri.so malloc 72 0x55717346b940 0.000141
+gallium_dri.so free 0x55717360eb40 void 0.000144
+gallium_dri.so free 0x55717346b940 void 0.000161
+gallium_dri.so malloc 72 0x55717360eb70 0.000139
+gallium_dri.so free 0x55717360ebc0 void 0.000140
+gallium_dri.so free 0x55717360eb70 void 0.000141
+gallium_dri.so malloc 72 0x55717360eb70 0.000141
+gallium_dri.so free 0x55717360ecc0 void 0.000144
+gallium_dri.so free 0x55717360eb70 void 0.000141
+gallium_dri.so malloc 72 0x55717360ed00 0.000134
+gallium_dri.so free 0x55717360ed80 void 0.000140
+gallium_dri.so free 0x55717360ed00 void 0.000144
+gallium_dri.so malloc 72 0x55717360ed80 0.000143
+gallium_dri.so free 0x55717360ee40 void 0.000145
+gallium_dri.so free 0x55717360ed80 void 0.000184
+gallium_dri.so malloc 72 0x55717360ed80 0.000148
+gallium_dri.so free 0x55717360eec0 void 0.000144
+gallium_dri.so free 0x55717360ed80 void 0.000136
+gallium_dri.so malloc 72 0x55717360eef0 0.000140
+gallium_dri.so free 0x5571735ff140 void 0.000143
+gallium_dri.so free 0x55717360eef0 void 0.000144
+gallium_dri.so malloc 72 0x55717360eef0 0.000145
+gallium_dri.so free 0x5571735ff1c0 void 0.000139
+gallium_dri.so free 0x55717360eef0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000139
+gallium_dri.so free 0x5571735ff280 void 0.000144
+gallium_dri.so free 0x5571735ff1c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000145
+gallium_dri.so free 0x5571735ff380 void 0.000144
+gallium_dri.so free 0x5571735ff1c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff1c0 0.000135
+gallium_dri.so free 0x5571735ff400 void 0.000141
+gallium_dri.so free 0x5571735ff1c0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ff430 0.000143
+gallium_dri.so free 0x5571735ff480 void 0.000154
+gallium_dri.so free 0x5571735ff430 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff430 0.000142
+gallium_dri.so free 0x5571735ff580 void 0.000137
+gallium_dri.so free 0x5571735ff430 void 0.000142
+gallium_dri.so malloc 72 0x5571735ff530 0.000143
+gallium_dri.so free 0x5571735f7b00 void 0.000138
+gallium_dri.so free 0x5571735ff530 void 0.000136
+gallium_dri.so malloc 72 0x5571735ff530 0.000141
+gallium_dri.so free 0x5571735f7b80 void 0.000145
+gallium_dri.so free 0x5571735ff530 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000135
+gallium_dri.so free 0x5571735f7c00 void 0.000141
+gallium_dri.so free 0x5571735f7bb0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f7c00 0.000148
+gallium_dri.so free 0x5571735f7cc0 void 0.000145
+gallium_dri.so free 0x5571735f7c00 void 0.000145
+gallium_dri.so malloc 72 0x5571735f7c00 0.000143
+gallium_dri.so free 0x5571735f7dc0 void 0.000137
+gallium_dri.so free 0x5571735f7c00 void 0.000137
+gallium_dri.so malloc 72 0x5571735f7d70 0.000149
+gallium_dri.so free 0x5571735f7e80 void 0.000145
+gallium_dri.so free 0x5571735f7d70 void 0.000144
+gallium_dri.so malloc 72 0x5571735f7e30 0.000148
+gallium_dri.so free 0x5571735f7ec0 void 0.000146
+gallium_dri.so free 0x5571735f7e30 void 0.000143
+gallium_dri.so malloc 72 0x5571735f7e30 0.000141
+gallium_dri.so free 0x5571735dd780 void 0.000145
+gallium_dri.so free 0x5571735f7e30 void 0.000142
+gallium_dri.so malloc 72 0x5571735f7e30 0.000134
+gallium_dri.so free 0x5571735dd800 void 0.000140
+gallium_dri.so free 0x5571735f7e30 void 0.000144
+gallium_dri.so malloc 72 0x5571735dd800 0.000143
+gallium_dri.so free 0x5571735dd8c0 void 0.000144
+gallium_dri.so free 0x5571735dd800 void 0.000146
+gallium_dri.so malloc 72 0x5571735dd800 0.000144
+gallium_dri.so free 0x5571735dd9c0 void 0.000145
+gallium_dri.so free 0x5571735dd800 void 0.000144
+gallium_dri.so malloc 72 0x5571735dd970 0.000143
+gallium_dri.so free 0x5571735dda00 void 0.000139
+gallium_dri.so free 0x5571735dd970 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd970 0.000143
+gallium_dri.so free 0x5571735ddac0 void 0.000144
+gallium_dri.so free 0x5571735dd970 void 0.000144
+gallium_dri.so malloc 72 0x5571735ddb00 0.000144
+gallium_dri.so free 0x5571735ddb80 void 0.000138
+gallium_dri.so free 0x5571735ddb00 void 0.000136
+gallium_dri.so malloc 72 0x5571735ddb80 0.000140
+gallium_dri.so free 0x5571735ddd80 void 0.000143
+gallium_dri.so free 0x5571735ddb80 void 0.000144
+gallium_dri.so malloc 72 0x5571735ddb80 0.000143
+gallium_dri.so free 0x5571735dde00 void 0.000146
+gallium_dri.so free 0x5571735ddb80 void 0.000145
+gallium_dri.so malloc 72 0x5571735dde30 0.000144
+gallium_dri.so free 0x5571735dde80 void 0.000138
+gallium_dri.so free 0x5571735dde30 void 0.000135
+gallium_dri.so malloc 72 0x5571735dde30 0.000140
+gallium_dri.so free 0x5571735ddf80 void 0.000143
+gallium_dri.so free 0x5571735dde30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000151
+gallium_dri.so free 0x5571735de040 void 0.000146
+gallium_dri.so free 0x5571735ddfc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735de040 0.000138
+gallium_dri.so free 0x5571735de100 void 0.000136
+gallium_dri.so free 0x5571735de040 void 0.000141
+gallium_dri.so malloc 72 0x5571735de040 0.000150
+gallium_dri.so free 0x5571735de180 void 0.000144
+gallium_dri.so free 0x5571735de040 void 0.000143
+gallium_dri.so malloc 72 0x5571735de1b0 0.000138
+gallium_dri.so free 0x5571735e0b00 void 0.000135
+gallium_dri.so free 0x5571735de1b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735de1b0 0.000144
+gallium_dri.so free 0x5571735e0b80 void 0.000139
+gallium_dri.so free 0x5571735de1b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0b80 0.000141
+gallium_dri.so free 0x5571735e0c40 void 0.000144
+gallium_dri.so free 0x5571735e0b80 void 0.000144
+gallium_dri.so malloc 72 0x5571735e0b80 0.000144
+gallium_dri.so free 0x5571735e0d40 void 0.000145
+gallium_dri.so free 0x5571735e0b80 void 0.000167
+gallium_dri.so malloc 72 0x5571735e0b80 0.000154
+gallium_dri.so free 0x5571735e0dc0 void 0.000147
+gallium_dri.so free 0x5571735e0b80 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0df0 0.000129
+gallium_dri.so free 0x5571735e0e40 void 0.000130
+gallium_dri.so free 0x5571735e0df0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0df0 0.000130
+gallium_dri.so free 0x5571735e0f40 void 0.000129
+gallium_dri.so free 0x5571735e0df0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000126
+gallium_dri.so free 0x5571735e1000 void 0.000131
+gallium_dri.so free 0x5571735e0ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000121
+gallium_dri.so free 0x5571735ed2c0 void 0.000126
+gallium_dri.so free 0x5571735e0fb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000137
+gallium_dri.so free 0x5571735ed340 void 0.000132
+gallium_dri.so free 0x5571735ed2f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed340 0.000141
+gallium_dri.so free 0x5571735ed400 void 0.000129
+gallium_dri.so free 0x5571735ed340 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed340 0.000129
+gallium_dri.so free 0x5571735ed500 void 0.000130
+gallium_dri.so free 0x5571735ed340 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000130
+gallium_dri.so free 0x5571735ed5c0 void 0.000131
+gallium_dri.so free 0x5571735ed4b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed570 0.000130
+gallium_dri.so free 0x5571735ed600 void 0.000131
+gallium_dri.so free 0x5571735ed570 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed570 0.000125
+gallium_dri.so free 0x5571735ed6c0 void 0.000121
+gallium_dri.so free 0x5571735ed570 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed700 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000120
+gallium_dri.so free 0x5571735ed700 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed780 0.000121
+gallium_dri.so free 0x5571735ed840 void 0.000125
+gallium_dri.so free 0x5571735ed780 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed780 0.000126
+gallium_dri.so free 0x5571735ed8c0 void 0.000135
+gallium_dri.so free 0x5571735ed780 void 0.000157
+gallium_dri.so malloc 72 0x5571735ed780 0.000156
+gallium_dri.so free 0x5571735ed980 void 0.000155
+gallium_dri.so free 0x5571735ed780 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed780 0.000144
+gallium_dri.so free 0x5571735eda40 void 0.000145
+gallium_dri.so free 0x5571735ed780 void 0.000150
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000154
+gallium_dri.so free 0x5571735edac0 void 0.000149
+gallium_dri.so free 0x5571735ed9f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735edb10 0.000144
+gallium_dri.so free 0x5571735edb80 void 0.000150
+gallium_dri.so free 0x5571735edb10 void 0.000156
+gallium_dri.so malloc 72 0x5571735edba0 0.000154
+gallium_dri.so free 0x5571735edc40 void 0.000156
+gallium_dri.so free 0x5571735edba0 void 0.000155
+gallium_dri.so malloc 72 0x5571735edbf0 0.000149
+gallium_dri.so free 0x5571735edcc0 void 0.000145
+gallium_dri.so free 0x5571735edbf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735edbf0 0.000143
+gallium_dri.so free 0x5571735eddc0 void 0.000163
+gallium_dri.so free 0x5571735edbf0 void 0.000157
+gallium_dri.so malloc 72 0x5571735edd70 0.000155
+gallium_dri.so free 0x5571735ede40 void 0.000155
+gallium_dri.so free 0x5571735edd70 void 0.000156
+gallium_dri.so malloc 72 0x5571735ede90 0.000157
+gallium_dri.so free 0x5571735edf00 void 0.000154
+gallium_dri.so free 0x5571735ede90 void 0.000156
+gallium_dri.so malloc 72 0x5571735edf20 0.000150
+gallium_dri.so free 0x5571735edfc0 void 0.000150
+gallium_dri.so free 0x5571735edf20 void 0.000162
+gallium_dri.so malloc 72 0x5571735edf70 0.000130
+gallium_dri.so free 0x5571735ee040 void 0.000131
+gallium_dri.so free 0x5571735edf70 void 0.000125
+gallium_dri.so malloc 72 0x5571735edf70 0.000122
+gallium_dri.so free 0x5571735ee0c0 void 0.000121
+gallium_dri.so free 0x5571735edf70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000131
+gallium_dri.so free 0x5571735ee180 void 0.000124
+gallium_dri.so free 0x5571735ee0c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000130
+gallium_dri.so free 0x5571735ee280 void 0.000129
+gallium_dri.so free 0x5571735ee0c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000128
+gallium_dri.so free 0x5571735ee300 void 0.000131
+gallium_dri.so free 0x5571735ee0c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee330 0.000125
+gallium_dri.so free 0x5571735ee380 void 0.000125
+gallium_dri.so free 0x5571735ee330 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee330 0.000130
+gallium_dri.so free 0x5571735ee480 void 0.000125
+gallium_dri.so free 0x5571735ee330 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee430 0.000124
+gallium_dri.so free 0x5571735ee540 void 0.000121
+gallium_dri.so free 0x5571735ee430 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee580 void 0.000122
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000121
+gallium_dri.so free 0x5571735ee640 void 0.000121
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee690 0.000120
+gallium_dri.so free 0x5571735ee700 void 0.000121
+gallium_dri.so free 0x5571735ee690 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee740 0.000119
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so free 0x5571735ee740 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000118
+gallium_dri.so free 0x5571735ee880 void 0.000135
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee930 0.000119
+gallium_dri.so free 0x5571735ee980 void 0.000121
+gallium_dri.so free 0x5571735ee930 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee930 0.000119
+gallium_dri.so free 0x5571735eea80 void 0.000123
+gallium_dri.so free 0x5571735ee930 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea30 0.000120
+gallium_dri.so free 0x5571735eeb40 void 0.000120
+gallium_dri.so free 0x5571735eea30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000120
+gallium_dri.so free 0x5571735eebc0 void 0.000121
+gallium_dri.so free 0x5571735eeaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eebe0 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000121
+gallium_dri.so free 0x5571735eebe0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec30 0.000120
+gallium_dri.so free 0x5571735eed00 void 0.000121
+gallium_dri.so free 0x5571735eec30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eec30 0.000119
+gallium_dri.so free 0x5571735eed80 void 0.000121
+gallium_dri.so free 0x5571735eec30 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed80 0.000169
+gallium_dri.so free 0x5571735eee40 void 0.000122
+gallium_dri.so free 0x5571735eed80 void 0.000119
+gallium_dri.so malloc 72 0x5571735eed80 0.000129
+gallium_dri.so free 0x5571735eef00 void 0.000116
+gallium_dri.so free 0x5571735eed80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eed80 0.000115
+gallium_dri.so free 0x5571735eefc0 void 0.000116
+gallium_dri.so free 0x5571735eed80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eef70 0.000114
+gallium_dri.so free 0x5571735eefc0 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eef70 0.000113
+gallium_dri.so free 0x5571735ef0c0 void 0.000115
+gallium_dri.so free 0x5571735eef70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef070 0.000113
+gallium_dri.so free 0x5571735ef180 void 0.000114
+gallium_dri.so free 0x5571735ef070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef130 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000114
+gallium_dri.so free 0x5571735ef130 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef130 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so free 0x5571735ef130 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000126
+gallium_dri.so free 0x5571735ef400 void 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000112
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef340 0.000113
+gallium_dri.so free 0x5571735ef6c0 void 0.000115
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef670 0.000114
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef790 0.000113
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef790 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef820 0.000113
+gallium_dri.so free 0x5571735ef8c0 void 0.000115
+gallium_dri.so free 0x5571735ef820 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef870 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000115
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef940 0.000127
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa80 0.000114
+gallium_dri.so free 0x5571735efb40 void 0.000115
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa80 0.000116
+gallium_dri.so free 0x5571735efc00 void 0.000116
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa80 0.000113
+gallium_dri.so free 0x5571735efcc0 void 0.000116
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc70 0.000112
+gallium_dri.so free 0x5571735efd40 void 0.000116
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd90 0.000114
+gallium_dri.so free 0x5571735efe00 void 0.000115
+gallium_dri.so free 0x5571735efd90 void 0.000115
+gallium_dri.so malloc 72 0x5571735efe40 0.000115
+gallium_dri.so free 0x5571735efec0 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000118
+gallium_dri.so malloc 72 0x5571735efe40 0.000114
+gallium_dri.so free 0x5571735eff40 void 0.000115
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff70 0.000113
+gallium_dri.so free 0x5571735effc0 void 0.000114
+gallium_dri.so free 0x5571735eff70 void 0.000113
+gallium_dri.so malloc 72 0x5571735eff70 0.000150
+gallium_dri.so free 0x5571735f00c0 void 0.000117
+gallium_dri.so free 0x5571735eff70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0070 0.000113
+gallium_dri.so free 0x5571735f0180 void 0.000115
+gallium_dri.so free 0x5571735f0070 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0130 0.000114
+gallium_dri.so free 0x5571735f01c0 void 0.000114
+gallium_dri.so free 0x5571735f0130 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0130 0.000114
+gallium_dri.so free 0x5571735f0280 void 0.000115
+gallium_dri.so free 0x5571735f0130 void 0.000112
+gallium_dri.so malloc 72 0x5571735f02f0 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000115
+gallium_dri.so free 0x5571735f02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f02f0 0.000115
+gallium_dri.so free 0x5571735f0440 void 0.000115
+gallium_dri.so free 0x5571735f02f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03f0 0.000118
+gallium_dri.so free 0x5571735f0500 void 0.000115
+gallium_dri.so free 0x5571735f03f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f04b0 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so free 0x5571735f04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f04b0 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000115
+gallium_dri.so free 0x5571735f04b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0640 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000116
+gallium_dri.so free 0x5571735f0640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f06c0 0.000114
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f06c0 0.000116
+gallium_dri.so free 0x5571735f0840 void 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0860 0.000113
+gallium_dri.so free 0x5571735f0900 void 0.000117
+gallium_dri.so free 0x5571735f0860 void 0.000114
+gallium_dri.so malloc 72 0x5571735f08b0 0.000114
+gallium_dri.so free 0x5571735f0980 void 0.000115
+gallium_dri.so free 0x5571735f08b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f08b0 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so free 0x5571735f08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a00 0.000113
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f0a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a00 0.000113
+gallium_dri.so free 0x5571735f0b80 void 0.000115
+gallium_dri.so free 0x5571735f0a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0a00 0.000113
+gallium_dri.so free 0x5571735f0c40 void 0.000114
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000115
+gallium_dri.so free 0x5571735f0d00 void 0.000125
+gallium_dri.so free 0x5571735f0bf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000116
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0dd0 0.000113
+gallium_dri.so free 0x5571735f0e40 void 0.000115
+gallium_dri.so free 0x5571735f0dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e60 0.000114
+gallium_dri.so free 0x5571735f0f00 void 0.000114
+gallium_dri.so free 0x5571735f0e60 void 0.000116
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000114
+gallium_dri.so free 0x5571735f0f80 void 0.000114
+gallium_dri.so free 0x5571735f0eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000113
+gallium_dri.so free 0x5571735f1000 void 0.000116
+gallium_dri.so free 0x5571735f0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1000 0.000114
+gallium_dri.so free 0x5571735f10c0 void 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1000 0.000114
+gallium_dri.so free 0x5571735f11c0 void 0.000116
+gallium_dri.so free 0x5571735f1000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1170 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000114
+gallium_dri.so free 0x5571735f1170 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1170 0.000113
+gallium_dri.so free 0x5571735f12c0 void 0.000162
+gallium_dri.so free 0x5571735f1170 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1300 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1380 0.000114
+gallium_dri.so free 0x5571735f1440 void 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1380 0.000115
+gallium_dri.so free 0x5571735f14c0 void 0.000115
+gallium_dri.so free 0x5571735f1380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f14f0 0.000115
+gallium_dri.so free 0x5571735f1540 void 0.000116
+gallium_dri.so free 0x5571735f14f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f14f0 0.000114
+gallium_dri.so free 0x5571735f1640 void 0.000115
+gallium_dri.so free 0x5571735f14f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1680 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f1680 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1700 0.000113
+gallium_dri.so free 0x5571735f17c0 void 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1700 0.000114
+gallium_dri.so free 0x5571735f1840 void 0.000116
+gallium_dri.so free 0x5571735f1700 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1870 0.000116
+gallium_dri.so free 0x5571735f18c0 void 0.000125
+gallium_dri.so free 0x5571735f1870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1870 0.000115
+gallium_dri.so free 0x5571735f19c0 void 0.000115
+gallium_dri.so free 0x5571735f1870 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1970 0.000114
+gallium_dri.so free 0x5571735f1a80 void 0.000115
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1b00 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000115
+gallium_dri.so free 0x5571735f1a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1a30 0.000113
+gallium_dri.so free 0x5571735f1c80 void 0.000114
+gallium_dri.so free 0x5571735f1a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1c30 0.000115
+gallium_dri.so free 0x5571735f1d00 void 0.000115
+gallium_dri.so free 0x5571735f1c30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1d50 0.000117
+gallium_dri.so free 0x5571735f1dc0 void 0.000114
+gallium_dri.so free 0x5571735f1d50 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1de0 0.000113
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so free 0x5571735f1de0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1e30 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000119
+gallium_dri.so free 0x5571735f1e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1f00 0.000115
+gallium_dri.so free 0x5571735f1fc0 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000113
+gallium_dri.so free 0x5571735f2040 void 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2040 0.000113
+gallium_dri.so free 0x5571735f2100 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2040 0.000113
+gallium_dri.so free 0x5571735f21c0 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2040 0.000115
+gallium_dri.so free 0x5571735f2280 void 0.000115
+gallium_dri.so free 0x5571735f2040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2230 0.000114
+gallium_dri.so free 0x5571735f2300 void 0.000114
+gallium_dri.so free 0x5571735f2230 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2350 0.000113
+gallium_dri.so free 0x5571735f23c0 void 0.000115
+gallium_dri.so free 0x5571735f2350 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f2480 void 0.000115
+gallium_dri.so free 0x5571735f2400 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2400 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000114
+gallium_dri.so free 0x5571735f2400 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2530 0.000115
+gallium_dri.so free 0x5571735f2580 void 0.000116
+gallium_dri.so free 0x5571735f2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2530 0.000114
+gallium_dri.so free 0x5571735f2680 void 0.000115
+gallium_dri.so free 0x5571735f2530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2630 0.000112
+gallium_dri.so free 0x5571735f2740 void 0.000115
+gallium_dri.so free 0x5571735f2630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x5571735f2780 void 0.000116
+gallium_dri.so free 0x5571735f26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f26f0 0.000113
+gallium_dri.so free 0x557173474580 void 0.000115
+gallium_dri.so free 0x5571735f26f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f26f0 0.000116
+gallium_dri.so free 0x557173474680 void 0.000114
+gallium_dri.so free 0x5571735f26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734746c0 0.000113
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so free 0x5571734746c0 void 0.000114
+gallium_dri.so malloc 72 0x557173474740 0.000113
+gallium_dri.so free 0x557173474800 void 0.000116
+gallium_dri.so free 0x557173474740 void 0.000114
+gallium_dri.so malloc 72 0x557173474740 0.000114
+gallium_dri.so free 0x557173474880 void 0.000114
+gallium_dri.so free 0x557173474740 void 0.000126
+gallium_dri.so malloc 72 0x5571734748b0 0.000120
+gallium_dri.so free 0x557173474900 void 0.000115
+gallium_dri.so free 0x5571734748b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734748b0 0.000113
+gallium_dri.so free 0x557173474a00 void 0.000114
+gallium_dri.so free 0x5571734748b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734749b0 0.000114
+gallium_dri.so free 0x557173474ac0 void 0.000116
+gallium_dri.so free 0x5571734749b0 void 0.000114
+gallium_dri.so malloc 72 0x557173474a70 0.000114
+gallium_dri.so free 0x557173474b40 void 0.000116
+gallium_dri.so free 0x557173474a70 void 0.000114
+gallium_dri.so malloc 72 0x557173474a70 0.000114
+gallium_dri.so free 0x557173474c00 void 0.000115
+gallium_dri.so free 0x557173474a70 void 0.000115
+gallium_dri.so malloc 72 0x557173474a70 0.000114
+gallium_dri.so free 0x557173474cc0 void 0.000115
+gallium_dri.so free 0x557173474a70 void 0.000113
+gallium_dri.so malloc 72 0x557173474c70 0.000114
+gallium_dri.so free 0x557173474d40 void 0.000114
+gallium_dri.so free 0x557173474c70 void 0.000115
+gallium_dri.so malloc 72 0x557173474d90 0.000113
+gallium_dri.so free 0x557173474e00 void 0.000114
+gallium_dri.so free 0x557173474d90 void 0.000115
+gallium_dri.so malloc 72 0x557173474e20 0.000113
+gallium_dri.so free 0x557173474ec0 void 0.000115
+gallium_dri.so free 0x557173474e20 void 0.000113
+gallium_dri.so malloc 72 0x557173474e70 0.000120
+gallium_dri.so free 0x557173474f40 void 0.000118
+gallium_dri.so free 0x557173474e70 void 0.000114
+gallium_dri.so malloc 72 0x557173474f40 0.000114
+gallium_dri.so free 0x557173475000 void 0.000115
+gallium_dri.so free 0x557173474f40 void 0.000114
+gallium_dri.so malloc 72 0x557173474f40 0.000114
+gallium_dri.so free 0x557173475080 void 0.000115
+gallium_dri.so free 0x557173474f40 void 0.000114
+gallium_dri.so malloc 72 0x557173475080 0.000114
+gallium_dri.so free 0x557173475140 void 0.000115
+gallium_dri.so free 0x557173475080 void 0.000113
+gallium_dri.so malloc 72 0x557173475080 0.000113
+gallium_dri.so free 0x557173475200 void 0.000114
+gallium_dri.so free 0x557173475080 void 0.000114
+gallium_dri.so malloc 72 0x557173475080 0.000114
+gallium_dri.so free 0x5571734752c0 void 0.000115
+gallium_dri.so free 0x557173475080 void 0.000114
+gallium_dri.so malloc 72 0x557173475270 0.000113
+gallium_dri.so free 0x557173475340 void 0.000115
+gallium_dri.so free 0x557173475270 void 0.000115
+gallium_dri.so malloc 72 0x557173475390 0.000114
+gallium_dri.so free 0x557173475400 void 0.000115
+gallium_dri.so free 0x557173475390 void 0.000113
+gallium_dri.so malloc 72 0x557173475440 0.000114
+gallium_dri.so free 0x5571734754c0 void 0.000114
+gallium_dri.so free 0x557173475440 void 0.000114
+gallium_dri.so malloc 72 0x557173475440 0.000116
+gallium_dri.so free 0x557173475540 void 0.000115
+gallium_dri.so free 0x557173475440 void 0.000112
+gallium_dri.so malloc 72 0x557173475570 0.000114
+gallium_dri.so free 0x5571734755c0 void 0.000114
+gallium_dri.so free 0x557173475570 void 0.000113
+gallium_dri.so malloc 72 0x557173475570 0.000113
+gallium_dri.so free 0x5571734756c0 void 0.000114
+gallium_dri.so free 0x557173475570 void 0.000113
+gallium_dri.so malloc 72 0x557173475670 0.000112
+gallium_dri.so free 0x557173475780 void 0.000115
+gallium_dri.so free 0x557173475670 void 0.000114
+gallium_dri.so malloc 72 0x557173475730 0.000113
+gallium_dri.so free 0x5571734757c0 void 0.000113
+gallium_dri.so free 0x557173475730 void 0.000114
+gallium_dri.so malloc 72 0x557173475730 0.000114
+gallium_dri.so free 0x557173475880 void 0.000115
+gallium_dri.so free 0x557173475730 void 0.000115
+gallium_dri.so malloc 72 0x5571734758f0 0.000114
+gallium_dri.so free 0x557173475940 void 0.000116
+gallium_dri.so free 0x5571734758f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734758f0 0.000115
+gallium_dri.so free 0x557173475a40 void 0.000116
+gallium_dri.so free 0x5571734758f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734759f0 0.000113
+gallium_dri.so free 0x557173475b00 void 0.000114
+gallium_dri.so free 0x5571734759f0 void 0.000115
+gallium_dri.so malloc 72 0x557173475ab0 0.000128
+gallium_dri.so free 0x557173475b40 void 0.000116
+gallium_dri.so free 0x557173475ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173475ab0 0.000114
+gallium_dri.so free 0x557173475c00 void 0.000114
+gallium_dri.so free 0x557173475ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173475c40 0.000118
+gallium_dri.so free 0x557173475cc0 void 0.000115
+gallium_dri.so free 0x557173475c40 void 0.000114
+gallium_dri.so malloc 72 0x557173475cc0 0.000114
+gallium_dri.so free 0x557173475d80 void 0.000114
+gallium_dri.so free 0x557173475cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173475cc0 0.000113
+gallium_dri.so free 0x557173475e40 void 0.000114
+gallium_dri.so free 0x557173475cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173475e60 0.000113
+gallium_dri.so free 0x557173475f00 void 0.000115
+gallium_dri.so free 0x557173475e60 void 0.000113
+gallium_dri.so malloc 72 0x557173475eb0 0.000113
+gallium_dri.so free 0x557173475f80 void 0.000115
+gallium_dri.so free 0x557173475eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173475eb0 0.000113
+gallium_dri.so free 0x557173476000 void 0.000114
+gallium_dri.so free 0x557173475eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173476000 0.000114
+gallium_dri.so free 0x5571734760c0 void 0.000115
+gallium_dri.so free 0x557173476000 void 0.000114
+gallium_dri.so malloc 72 0x557173476000 0.000179
+gallium_dri.so free 0x557173476180 void 0.000117
+gallium_dri.so free 0x557173476000 void 0.000113
+gallium_dri.so malloc 72 0x557173476000 0.000114
+gallium_dri.so free 0x557173476240 void 0.000114
+gallium_dri.so free 0x557173476000 void 0.000112
+gallium_dri.so malloc 72 0x5571734761f0 0.000113
+gallium_dri.so free 0x557173476300 void 0.000115
+gallium_dri.so free 0x5571734761f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734762b0 0.000112
+gallium_dri.so free 0x557173476380 void 0.000114
+gallium_dri.so free 0x5571734762b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734763d0 0.000113
+gallium_dri.so free 0x557173476440 void 0.000113
+gallium_dri.so free 0x5571734763d0 void 0.000112
+gallium_dri.so malloc 72 0x557173476460 0.000113
+gallium_dri.so free 0x557173476500 void 0.000202
+gallium_dri.so free 0x557173476460 void 0.000206
+gallium_dri.so malloc 72 0x5571734764b0 0.000115
+gallium_dri.so free 0x557173476580 void 0.000116
+gallium_dri.so free 0x5571734764b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734764b0 0.000113
+gallium_dri.so free 0x557173476600 void 0.000116
+gallium_dri.so free 0x5571734764b0 void 0.000114
+gallium_dri.so malloc 72 0x557173476600 0.000114
+gallium_dri.so free 0x5571734766c0 void 0.000115
+gallium_dri.so free 0x557173476600 void 0.000123
+gallium_dri.so malloc 72 0x557173476600 0.000116
+gallium_dri.so free 0x5571734767c0 void 0.000115
+gallium_dri.so free 0x557173476600 void 0.000116
+gallium_dri.so malloc 72 0x557173476770 0.000113
+gallium_dri.so free 0x557173476800 void 0.000116
+gallium_dri.so free 0x557173476770 void 0.000114
+gallium_dri.so malloc 72 0x557173476770 0.000113
+gallium_dri.so free 0x5571734768c0 void 0.000114
+gallium_dri.so free 0x557173476770 void 0.000115
+gallium_dri.so malloc 72 0x557173476900 0.000113
+gallium_dri.so free 0x557173476980 void 0.000115
+gallium_dri.so free 0x557173476900 void 0.000114
+gallium_dri.so malloc 72 0x557173476980 0.000113
+gallium_dri.so free 0x557173476a40 void 0.000114
+gallium_dri.so free 0x557173476980 void 0.000113
+gallium_dri.so malloc 72 0x557173476980 0.000115
+gallium_dri.so free 0x557173476ac0 void 0.000114
+gallium_dri.so free 0x557173476980 void 0.000115
+gallium_dri.so malloc 72 0x557173476af0 0.000114
+gallium_dri.so free 0x557173476b40 void 0.000114
+gallium_dri.so free 0x557173476af0 void 0.000113
+gallium_dri.so malloc 72 0x557173476af0 0.000114
+gallium_dri.so free 0x557173476c40 void 0.000119
+gallium_dri.so free 0x557173476af0 void 0.000114
+gallium_dri.so malloc 72 0x557173476c80 0.000113
+gallium_dri.so free 0x557173476d00 void 0.000116
+gallium_dri.so free 0x557173476c80 void 0.000113
+gallium_dri.so malloc 72 0x557173476d00 0.000115
+gallium_dri.so free 0x557173476dc0 void 0.000114
+gallium_dri.so free 0x557173476d00 void 0.000114
+gallium_dri.so malloc 72 0x557173476d00 0.000113
+gallium_dri.so free 0x557173476e40 void 0.000123
+gallium_dri.so free 0x557173476d00 void 0.000119
+gallium_dri.so malloc 72 0x557173476e70 0.000117
+gallium_dri.so free 0x557173476ec0 void 0.000120
+gallium_dri.so free 0x557173476e70 void 0.000118
+gallium_dri.so malloc 72 0x557173476e70 0.000122
+gallium_dri.so free 0x557173476fc0 void 0.000120
+gallium_dri.so free 0x557173476e70 void 0.000126
+gallium_dri.so malloc 72 0x557173476f70 0.000117
+gallium_dri.so free 0x557173477080 void 0.000115
+gallium_dri.so free 0x557173476f70 void 0.000115
+gallium_dri.so malloc 72 0x557173477030 0.000114
+gallium_dri.so free 0x557173477100 void 0.000114
+gallium_dri.so free 0x557173477030 void 0.000114
+gallium_dri.so malloc 72 0x557173477030 0.000113
+gallium_dri.so free 0x5571734771c0 void 0.000114
+gallium_dri.so free 0x557173477030 void 0.000113
+gallium_dri.so malloc 72 0x557173477030 0.000113
+gallium_dri.so free 0x557173477280 void 0.000115
+gallium_dri.so free 0x557173477030 void 0.000113
+gallium_dri.so malloc 72 0x557173477230 0.000114
+gallium_dri.so free 0x557173477300 void 0.000114
+gallium_dri.so free 0x557173477230 void 0.000154
+gallium_dri.so malloc 72 0x557173477350 0.000118
+gallium_dri.so free 0x5571734773c0 void 0.000114
+gallium_dri.so free 0x557173477350 void 0.000113
+gallium_dri.so malloc 72 0x5571734773e0 0.000113
+gallium_dri.so free 0x557173477480 void 0.000113
+gallium_dri.so free 0x5571734773e0 void 0.000112
+gallium_dri.so malloc 72 0x557173477430 0.000113
+gallium_dri.so free 0x557173477500 void 0.000114
+gallium_dri.so free 0x557173477430 void 0.000112
+gallium_dri.so malloc 72 0x557173477500 0.000114
+gallium_dri.so free 0x5571734775c0 void 0.000113
+gallium_dri.so free 0x557173477500 void 0.000114
+gallium_dri.so malloc 72 0x557173477500 0.000113
+gallium_dri.so free 0x557173477640 void 0.000113
+gallium_dri.so free 0x557173477500 void 0.000111
+gallium_dri.so malloc 72 0x557173477640 0.000153
+gallium_dri.so free 0x557173477700 void 0.000155
+gallium_dri.so free 0x557173477640 void 0.000115
+gallium_dri.so malloc 72 0x557173477640 0.000114
+gallium_dri.so free 0x5571734777c0 void 0.000116
+gallium_dri.so free 0x557173477640 void 0.000115
+gallium_dri.so malloc 72 0x557173477640 0.000114
+gallium_dri.so free 0x557173477880 void 0.000115
+gallium_dri.so free 0x557173477640 void 0.000114
+gallium_dri.so malloc 72 0x557173477830 0.000115
+gallium_dri.so free 0x557173477900 void 0.000116
+gallium_dri.so free 0x557173477830 void 0.000123
+gallium_dri.so malloc 72 0x557173477950 0.000112
+gallium_dri.so free 0x5571734779c0 void 0.000111
+gallium_dri.so free 0x557173477950 void 0.000112
+gallium_dri.so malloc 72 0x557173477a00 0.000112
+gallium_dri.so free 0x557173477a80 void 0.000112
+gallium_dri.so free 0x557173477a00 void 0.000114
+gallium_dri.so malloc 72 0x557173477a00 0.000112
+gallium_dri.so free 0x557173477b00 void 0.000112
+gallium_dri.so free 0x557173477a00 void 0.000112
+gallium_dri.so malloc 72 0x557173477b30 0.000111
+gallium_dri.so free 0x557173477b80 void 0.000113
+gallium_dri.so free 0x557173477b30 void 0.000111
+gallium_dri.so malloc 72 0x557173477b30 0.000118
+gallium_dri.so free 0x557173477c80 void 0.000114
+gallium_dri.so free 0x557173477b30 void 0.000112
+gallium_dri.so malloc 72 0x557173477c30 0.000111
+gallium_dri.so free 0x557173477d40 void 0.000112
+gallium_dri.so free 0x557173477c30 void 0.000113
+gallium_dri.so malloc 72 0x557173477cf0 0.000112
+gallium_dri.so free 0x557173477d80 void 0.000114
+gallium_dri.so free 0x557173477cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173477cf0 0.000158
+gallium_dri.so free 0x557173477e40 void 0.000137
+gallium_dri.so free 0x557173477cf0 void 0.000122
+gallium_dri.so malloc 72 0x557173477eb0 0.000122
+gallium_dri.so free 0x557173477f00 void 0.000131
+gallium_dri.so free 0x557173477eb0 void 0.000157
+gallium_dri.so malloc 72 0x557173477eb0 0.000161
+gallium_dri.so free 0x557173478000 void 0.000116
+gallium_dri.so free 0x557173477eb0 void 0.000112
+gallium_dri.so malloc 72 0x557173477fb0 0.000115
+gallium_dri.so free 0x5571734780c0 void 0.000114
+gallium_dri.so free 0x557173477fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173478070 0.000113
+gallium_dri.so free 0x557173478100 void 0.000115
+gallium_dri.so free 0x557173478070 void 0.000113
+gallium_dri.so malloc 72 0x557173478070 0.000113
+gallium_dri.so free 0x5571734781c0 void 0.000114
+gallium_dri.so free 0x557173478070 void 0.000113
+gallium_dri.so malloc 72 0x557173478200 0.000114
+gallium_dri.so free 0x557173478280 void 0.000115
+gallium_dri.so free 0x557173478200 void 0.000113
+gallium_dri.so malloc 72 0x557173478280 0.000114
+gallium_dri.so free 0x557173478340 void 0.000116
+gallium_dri.so free 0x557173478280 void 0.000113
+gallium_dri.so malloc 72 0x557173478280 0.000112
+gallium_dri.so free 0x557173478400 void 0.000120
+gallium_dri.so free 0x557173478280 void 0.000118
+gallium_dri.so malloc 72 0x557173478420 0.000116
+gallium_dri.so free 0x5571734784c0 void 0.000114
+gallium_dri.so free 0x557173478420 void 0.000112
+gallium_dri.so malloc 72 0x557173478470 0.000113
+gallium_dri.so free 0x557173478540 void 0.000123
+gallium_dri.so free 0x557173478470 void 0.000115
+gallium_dri.so malloc 72 0x557173478470 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000119
+gallium_dri.so free 0x557173478470 void 0.000123
+gallium_dri.so malloc 72 0x5571734785c0 0.000123
+gallium_dri.so free 0x557173478680 void 0.000117
+gallium_dri.so free 0x5571734785c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734785c0 0.000113
+gallium_dri.so free 0x557173478740 void 0.000114
+gallium_dri.so free 0x5571734785c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734785c0 0.000115
+gallium_dri.so free 0x557173478800 void 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734787b0 0.000115
+gallium_dri.so free 0x5571734788c0 void 0.000115
+gallium_dri.so free 0x5571734787b0 void 0.000114
+gallium_dri.so malloc 72 0x557173478870 0.000112
+gallium_dri.so free 0x557173478940 void 0.000115
+gallium_dri.so free 0x557173478870 void 0.000112
+gallium_dri.so malloc 72 0x557173478990 0.000113
+gallium_dri.so free 0x557173478a00 void 0.000114
+gallium_dri.so free 0x557173478990 void 0.000115
+gallium_dri.so malloc 72 0x557173478a20 0.000112
+gallium_dri.so free 0x557173478ac0 void 0.000113
+gallium_dri.so free 0x557173478a20 void 0.000113
+gallium_dri.so malloc 72 0x557173478a70 0.000114
+gallium_dri.so free 0x557173478b40 void 0.000117
+gallium_dri.so free 0x557173478a70 void 0.000113
+gallium_dri.so malloc 72 0x557173478a70 0.000118
+gallium_dri.so free 0x557173478bc0 void 0.000113
+gallium_dri.so free 0x557173478a70 void 0.000113
+gallium_dri.so malloc 72 0x557173478bc0 0.000114
+gallium_dri.so free 0x557173478c80 void 0.000114
+gallium_dri.so free 0x557173478bc0 void 0.000113
+gallium_dri.so malloc 72 0x557173478bc0 0.000115
+gallium_dri.so free 0x557173478d80 void 0.000114
+gallium_dri.so free 0x557173478bc0 void 0.000118
+gallium_dri.so malloc 72 0x557173478d30 0.000113
+gallium_dri.so free 0x557173478dc0 void 0.000114
+gallium_dri.so free 0x557173478d30 void 0.000113
+gallium_dri.so malloc 72 0x557173478d30 0.000113
+gallium_dri.so free 0x557173478e80 void 0.000113
+gallium_dri.so free 0x557173478d30 void 0.000114
+gallium_dri.so malloc 72 0x557173478ec0 0.000113
+gallium_dri.so free 0x557173478f40 void 0.000113
+gallium_dri.so free 0x557173478ec0 void 0.000114
+gallium_dri.so malloc 72 0x557173478f40 0.000113
+gallium_dri.so free 0x557173479000 void 0.000113
+gallium_dri.so free 0x557173478f40 void 0.000112
+gallium_dri.so malloc 72 0x557173478f40 0.000113
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x557173478f40 void 0.000113
+gallium_dri.so malloc 72 0x557173619fb0 0.000116
+gallium_dri.so free 0x55717361a000 void 0.000166
+gallium_dri.so free 0x557173619fb0 void 0.000114
+gallium_dri.so malloc 72 0x557173619fb0 0.000111
+gallium_dri.so free 0x55717361a100 void 0.000113
+gallium_dri.so free 0x557173619fb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a140 0.000111
+gallium_dri.so free 0x55717361a1c0 void 0.000111
+gallium_dri.so free 0x55717361a140 void 0.000111
+gallium_dri.so malloc 72 0x55717361a1c0 0.000112
+gallium_dri.so free 0x55717361a280 void 0.000112
+gallium_dri.so free 0x55717361a1c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a1c0 0.000120
+gallium_dri.so free 0x55717361a300 void 0.000114
+gallium_dri.so free 0x55717361a1c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a330 0.000112
+gallium_dri.so free 0x55717361a380 void 0.000112
+gallium_dri.so free 0x55717361a330 void 0.000121
+gallium_dri.so malloc 72 0x55717361a330 0.000124
+gallium_dri.so free 0x55717361a480 void 0.000124
+gallium_dri.so free 0x55717361a330 void 0.000119
+gallium_dri.so malloc 72 0x55717361a430 0.000115
+gallium_dri.so free 0x55717361a540 void 0.000116
+gallium_dri.so free 0x55717361a430 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4f0 0.000115
+gallium_dri.so free 0x55717361a5c0 void 0.000116
+gallium_dri.so free 0x55717361a4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361a4f0 0.000113
+gallium_dri.so free 0x55717361a680 void 0.000122
+gallium_dri.so free 0x55717361a4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a4f0 0.000113
+gallium_dri.so free 0x55717361a740 void 0.000112
+gallium_dri.so free 0x55717361a4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a6f0 0.000112
+gallium_dri.so free 0x55717361a7c0 void 0.000112
+gallium_dri.so free 0x55717361a6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a810 0.000112
+gallium_dri.so free 0x55717361a880 void 0.000113
+gallium_dri.so free 0x55717361a810 void 0.000112
+gallium_dri.so malloc 72 0x55717361a8a0 0.000111
+gallium_dri.so free 0x55717361a940 void 0.000112
+gallium_dri.so free 0x55717361a8a0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a8f0 0.000112
+gallium_dri.so free 0x5571735ef500 void 0.000114
+gallium_dri.so free 0x55717361a9c0 void 0.000114
+gallium_dri.so free 0x55717361a8f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361a9c0 0.000112
+gallium_dri.so free 0x55717361aa80 void 0.000119
+gallium_dri.so free 0x55717361a9c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a9c0 0.000115
+gallium_dri.so free 0x55717361ab00 void 0.000115
+gallium_dri.so free 0x55717361a9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab00 0.000119
+gallium_dri.so free 0x55717361abc0 void 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ab00 0.000125
+gallium_dri.so free 0x55717361ac80 void 0.000115
+gallium_dri.so free 0x55717361ab00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ab00 0.000114
+gallium_dri.so free 0x55717361ad40 void 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000112
+gallium_dri.so malloc 72 0x55717361acf0 0.000112
+gallium_dri.so free 0x55717361adc0 void 0.000113
+gallium_dri.so free 0x55717361acf0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ae10 0.000115
+gallium_dri.so free 0x55717361ae80 void 0.000115
+gallium_dri.so free 0x55717361ae10 void 0.000113
+gallium_dri.so malloc 72 0x55717361aec0 0.000113
+gallium_dri.so free 0x55717361af40 void 0.000115
+gallium_dri.so free 0x55717361aec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361aec0 0.000113
+gallium_dri.so free 0x55717361afc0 void 0.000115
+gallium_dri.so free 0x55717361aec0 void 0.000113
+gallium_dri.so malloc 72 0x55717361aff0 0.000112
+gallium_dri.so free 0x55717361b040 void 0.000113
+gallium_dri.so free 0x55717361aff0 void 0.000112
+gallium_dri.so malloc 72 0x55717361aff0 0.000114
+gallium_dri.so free 0x55717361b140 void 0.000115
+gallium_dri.so free 0x55717361aff0 void 0.000118
+gallium_dri.so malloc 72 0x55717361b0f0 0.000119
+gallium_dri.so free 0x55717361b200 void 0.000115
+gallium_dri.so free 0x55717361b0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b1b0 0.000127
+gallium_dri.so free 0x55717361b240 void 0.000113
+gallium_dri.so free 0x55717361b1b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361b1b0 0.000120
+gallium_dri.so free 0x55717361b300 void 0.000124
+gallium_dri.so free 0x55717361b1b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361b370 0.000118
+gallium_dri.so free 0x55717361b3c0 void 0.000116
+gallium_dri.so free 0x55717361b370 void 0.000113
+gallium_dri.so malloc 72 0x55717361b370 0.000114
+gallium_dri.so free 0x55717361b4c0 void 0.000115
+gallium_dri.so free 0x55717361b370 void 0.000112
+gallium_dri.so malloc 72 0x55717361b470 0.000113
+gallium_dri.so free 0x55717361b580 void 0.000114
+gallium_dri.so free 0x55717361b470 void 0.000113
+gallium_dri.so malloc 72 0x55717361b530 0.000112
+gallium_dri.so free 0x55717361b5c0 void 0.000114
+gallium_dri.so free 0x55717361b530 void 0.000113
+gallium_dri.so malloc 72 0x55717361b530 0.000113
+gallium_dri.so free 0x55717361b680 void 0.000114
+gallium_dri.so free 0x55717361b530 void 0.000113
+gallium_dri.so malloc 72 0x55717361b6c0 0.000113
+gallium_dri.so free 0x55717361b740 void 0.000114
+gallium_dri.so free 0x55717361b6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b740 0.000114
+gallium_dri.so free 0x55717361b800 void 0.000114
+gallium_dri.so free 0x55717361b740 void 0.000113
+gallium_dri.so malloc 72 0x55717361b740 0.000115
+gallium_dri.so free 0x55717361b8c0 void 0.000113
+gallium_dri.so free 0x55717361b740 void 0.000113
+gallium_dri.so malloc 72 0x55717361b8e0 0.000111
+gallium_dri.so free 0x55717361b980 void 0.000118
+gallium_dri.so free 0x55717361b8e0 void 0.000215
+gallium_dri.so malloc 72 0x55717361b930 0.000124
+gallium_dri.so free 0x55717361ba00 void 0.000194
+gallium_dri.so free 0x55717361b930 void 0.000116
+gallium_dri.so malloc 72 0x55717361b930 0.000116
+gallium_dri.so free 0x55717361ba80 void 0.000115
+gallium_dri.so free 0x55717361b930 void 0.000114
+gallium_dri.so malloc 72 0x55717361ba80 0.000115
+gallium_dri.so free 0x55717361bb40 void 0.000117
+gallium_dri.so free 0x55717361ba80 void 0.000116
+gallium_dri.so malloc 72 0x55717361ba80 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000114
+gallium_dri.so free 0x55717361ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ba80 0.000113
+gallium_dri.so free 0x55717361bcc0 void 0.000116
+gallium_dri.so free 0x55717361ba80 void 0.000113
+gallium_dri.so malloc 72 0x55717361bc70 0.000115
+gallium_dri.so free 0x55717361bd80 void 0.000115
+gallium_dri.so free 0x55717361bc70 void 0.000114
+gallium_dri.so malloc 72 0x55717361bd30 0.000113
+gallium_dri.so free 0x55717361be00 void 0.000186
+gallium_dri.so free 0x55717361bd30 void 0.000114
+gallium_dri.so malloc 72 0x55717361be50 0.000112
+gallium_dri.so free 0x55717361bec0 void 0.000114
+gallium_dri.so free 0x55717361be50 void 0.000113
+gallium_dri.so malloc 72 0x55717361bee0 0.000112
+gallium_dri.so free 0x55717361bf80 void 0.000113
+gallium_dri.so free 0x55717361bee0 void 0.000112
+gallium_dri.so malloc 72 0x55717361bf30 0.000113
+gallium_dri.so free 0x55717361c000 void 0.000112
+gallium_dri.so free 0x55717361bf30 void 0.000113
+gallium_dri.so malloc 72 0x55717361bf30 0.000114
+gallium_dri.so free 0x55717361c080 void 0.000112
+gallium_dri.so free 0x55717361bf30 void 0.000113
+gallium_dri.so malloc 72 0x55717361c080 0.000111
+gallium_dri.so free 0x55717361c140 void 0.000112
+gallium_dri.so free 0x55717361c080 void 0.000112
+gallium_dri.so malloc 72 0x55717361c080 0.000118
+gallium_dri.so free 0x55717361c240 void 0.000117
+gallium_dri.so free 0x55717361c080 void 0.000114
+gallium_dri.so malloc 72 0x55717361c1f0 0.000115
+gallium_dri.so free 0x55717361c280 void 0.000116
+gallium_dri.so free 0x55717361c1f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c1f0 0.000113
+gallium_dri.so free 0x55717361c340 void 0.000115
+gallium_dri.so free 0x55717361c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c380 0.000112
+gallium_dri.so free 0x55717361c400 void 0.000125
+gallium_dri.so free 0x55717361c380 void 0.000116
+gallium_dri.so malloc 72 0x55717361c400 0.000113
+gallium_dri.so free 0x55717361c4c0 void 0.000115
+gallium_dri.so free 0x55717361c400 void 0.000113
+gallium_dri.so malloc 72 0x55717361c400 0.000113
+gallium_dri.so free 0x55717361c540 void 0.000115
+gallium_dri.so free 0x55717361c400 void 0.000113
+gallium_dri.so malloc 72 0x55717361c570 0.000113
+gallium_dri.so free 0x55717361c5c0 void 0.000116
+gallium_dri.so free 0x55717361c570 void 0.000113
+gallium_dri.so malloc 72 0x55717361c570 0.000113
+gallium_dri.so free 0x55717361c6c0 void 0.000114
+gallium_dri.so free 0x55717361c570 void 0.000114
+gallium_dri.so malloc 72 0x55717361c700 0.000113
+gallium_dri.so free 0x55717361c780 void 0.000115
+gallium_dri.so free 0x55717361c700 void 0.000114
+gallium_dri.so malloc 72 0x55717361c780 0.000114
+gallium_dri.so free 0x55717361c840 void 0.000115
+gallium_dri.so free 0x55717361c780 void 0.000114
+gallium_dri.so malloc 72 0x55717361c780 0.000113
+gallium_dri.so free 0x55717361c8c0 void 0.000114
+gallium_dri.so free 0x55717361c780 void 0.000112
+gallium_dri.so malloc 72 0x55717361c8f0 0.000114
+gallium_dri.so free 0x55717361c940 void 0.000114
+gallium_dri.so free 0x55717361c8f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c8f0 0.000119
+gallium_dri.so free 0x55717361ca40 void 0.000114
+gallium_dri.so free 0x55717361c8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361c9f0 0.000114
+gallium_dri.so free 0x55717361cb00 void 0.000115
+gallium_dri.so free 0x55717361c9f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cab0 0.000113
+gallium_dri.so free 0x55717361cb80 void 0.000113
+gallium_dri.so free 0x55717361cab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cab0 0.000113
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so free 0x55717361cab0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cab0 0.000112
+gallium_dri.so free 0x55717361cd00 void 0.000114
+gallium_dri.so free 0x55717361cab0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ccb0 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000115
+gallium_dri.so free 0x55717361ccb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdd0 0.000113
+gallium_dri.so free 0x55717361ce40 void 0.000114
+gallium_dri.so free 0x55717361cdd0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ce60 0.000112
+gallium_dri.so free 0x55717361cf00 void 0.000114
+gallium_dri.so free 0x55717361ce60 void 0.000111
+gallium_dri.so malloc 72 0x55717361ceb0 0.000112
+gallium_dri.so free 0x55717361cf80 void 0.000114
+gallium_dri.so free 0x55717361ceb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cf80 0.000116
+gallium_dri.so free 0x55717361d040 void 0.000114
+gallium_dri.so free 0x55717361cf80 void 0.000123
+gallium_dri.so malloc 72 0x55717361cf80 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000112
+gallium_dri.so free 0x55717361cf80 void 0.000113
+gallium_dri.so malloc 72 0x55717361d0c0 0.000117
+gallium_dri.so free 0x55717361d180 void 0.000116
+gallium_dri.so free 0x55717361d0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d0c0 0.000116
+gallium_dri.so free 0x55717361d240 void 0.000115
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d0c0 0.000113
+gallium_dri.so free 0x55717361d300 void 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d2b0 0.000112
+gallium_dri.so free 0x55717361d380 void 0.000115
+gallium_dri.so free 0x55717361d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d3d0 0.000113
+gallium_dri.so free 0x55717361d440 void 0.000114
+gallium_dri.so free 0x55717361d3d0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d480 0.000115
+gallium_dri.so free 0x55717361d500 void 0.000115
+gallium_dri.so free 0x55717361d480 void 0.000113
+gallium_dri.so malloc 72 0x55717361d480 0.000113
+gallium_dri.so free 0x55717361d580 void 0.000115
+gallium_dri.so free 0x55717361d480 void 0.000113
+gallium_dri.so malloc 72 0x55717361d5b0 0.000112
+gallium_dri.so free 0x55717361d600 void 0.000114
+gallium_dri.so free 0x55717361d5b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d5b0 0.000120
+gallium_dri.so free 0x55717361d700 void 0.000117
+gallium_dri.so free 0x55717361d5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6b0 0.000113
+gallium_dri.so free 0x55717361d7c0 void 0.000114
+gallium_dri.so free 0x55717361d6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d770 0.000111
+gallium_dri.so free 0x55717361d800 void 0.000114
+gallium_dri.so free 0x55717361d770 void 0.000114
+gallium_dri.so malloc 72 0x55717361d770 0.000115
+gallium_dri.so free 0x55717361d8c0 void 0.000115
+gallium_dri.so free 0x55717361d770 void 0.000112
+gallium_dri.so malloc 72 0x55717361d930 0.000113
+gallium_dri.so free 0x55717361d980 void 0.000115
+gallium_dri.so free 0x55717361d930 void 0.000114
+gallium_dri.so malloc 72 0x55717361d930 0.000119
+gallium_dri.so free 0x55717361da80 void 0.000113
+gallium_dri.so free 0x55717361d930 void 0.000113
+gallium_dri.so malloc 72 0x55717361da30 0.000112
+gallium_dri.so free 0x55717361db40 void 0.000115
+gallium_dri.so free 0x55717361da30 void 0.000113
+gallium_dri.so malloc 72 0x55717361daf0 0.000112
+gallium_dri.so free 0x55717361db80 void 0.000115
+gallium_dri.so free 0x55717361daf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361daf0 0.000112
+gallium_dri.so free 0x55717361dc40 void 0.000115
+gallium_dri.so free 0x55717361daf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dc80 0.000181
+gallium_dri.so free 0x55717361dd00 void 0.000113
+gallium_dri.so free 0x55717361dc80 void 0.000113
+gallium_dri.so malloc 72 0x55717361dd00 0.000112
+gallium_dri.so free 0x55717361ddc0 void 0.000112
+gallium_dri.so free 0x55717361dd00 void 0.000113
+gallium_dri.so malloc 72 0x55717361dd00 0.000113
+gallium_dri.so free 0x55717361de80 void 0.000112
+gallium_dri.so free 0x55717361dd00 void 0.000113
+gallium_dri.so malloc 72 0x55717361dea0 0.000111
+gallium_dri.so free 0x55717361df40 void 0.000112
+gallium_dri.so free 0x55717361dea0 void 0.000113
+gallium_dri.so malloc 72 0x55717361def0 0.000112
+gallium_dri.so free 0x55717361dfc0 void 0.000113
+gallium_dri.so free 0x55717361def0 void 0.000112
+gallium_dri.so malloc 72 0x55717361def0 0.000112
+gallium_dri.so free 0x55717361e040 void 0.000113
+gallium_dri.so free 0x55717361def0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e040 0.000179
+gallium_dri.so free 0x55717361e100 void 0.000242
+gallium_dri.so free 0x55717361e040 void 0.000116
+gallium_dri.so malloc 72 0x55717361e040 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000115
+gallium_dri.so free 0x55717361e040 void 0.000115
+gallium_dri.so malloc 72 0x55717361e040 0.000115
+gallium_dri.so free 0x55717361e280 void 0.000114
+gallium_dri.so free 0x55717361e040 void 0.000128
+gallium_dri.so malloc 72 0x55717361e230 0.000115
+gallium_dri.so free 0x55717361e340 void 0.000116
+gallium_dri.so free 0x55717361e230 void 0.000115
+gallium_dri.so malloc 72 0x55717361e2f0 0.000115
+gallium_dri.so free 0x55717361e3c0 void 0.000114
+gallium_dri.so free 0x55717361e2f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e410 0.000113
+gallium_dri.so free 0x55717361e480 void 0.000115
+gallium_dri.so free 0x55717361e410 void 0.000114
+gallium_dri.so malloc 72 0x55717361e4a0 0.000113
+gallium_dri.so free 0x55717361e540 void 0.000113
+gallium_dri.so free 0x55717361e4a0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e4f0 0.000112
+gallium_dri.so free 0x55717361e5c0 void 0.000114
+gallium_dri.so free 0x55717361e4f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e4f0 0.000112
+gallium_dri.so free 0x55717361e640 void 0.000114
+gallium_dri.so free 0x55717361e4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e640 0.000112
+gallium_dri.so free 0x55717361e700 void 0.000115
+gallium_dri.so free 0x55717361e640 void 0.000112
+gallium_dri.so malloc 72 0x55717361e640 0.000115
+gallium_dri.so free 0x55717361e800 void 0.000114
+gallium_dri.so free 0x55717361e640 void 0.000113
+gallium_dri.so malloc 72 0x55717361e7b0 0.000114
+gallium_dri.so free 0x55717361e840 void 0.000116
+gallium_dri.so free 0x55717361e7b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e7b0 0.000115
+gallium_dri.so free 0x55717361e900 void 0.000115
+gallium_dri.so free 0x55717361e7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e940 0.000112
+gallium_dri.so free 0x55717361e9c0 void 0.000114
+gallium_dri.so free 0x55717361e940 void 0.000118
+gallium_dri.so malloc 72 0x55717361e9c0 0.000113
+gallium_dri.so free 0x55717361ea80 void 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e9c0 0.000113
+gallium_dri.so free 0x55717361eb00 void 0.000114
+gallium_dri.so free 0x55717361e9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361eb30 0.000115
+gallium_dri.so free 0x55717361eb80 void 0.000114
+gallium_dri.so free 0x55717361eb30 void 0.000112
+gallium_dri.so malloc 72 0x55717361eb30 0.000112
+gallium_dri.so free 0x55717361ec80 void 0.000114
+gallium_dri.so free 0x55717361eb30 void 0.000113
+gallium_dri.so malloc 72 0x55717361ecc0 0.000112
+gallium_dri.so free 0x55717361ed40 void 0.000115
+gallium_dri.so free 0x55717361ecc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ed40 0.000114
+gallium_dri.so free 0x55717361ee00 void 0.000115
+gallium_dri.so free 0x55717361ed40 void 0.000114
+gallium_dri.so malloc 72 0x55717361ed40 0.000114
+gallium_dri.so free 0x55717361ee80 void 0.000115
+gallium_dri.so free 0x55717361ed40 void 0.000113
+gallium_dri.so malloc 72 0x55717361eeb0 0.000126
+gallium_dri.so free 0x55717361ef00 void 0.000114
+gallium_dri.so free 0x55717361eeb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361eeb0 0.000113
+gallium_dri.so free 0x55717361f000 void 0.000114
+gallium_dri.so free 0x55717361eeb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361efb0 0.000113
+gallium_dri.so free 0x55717361f0c0 void 0.000115
+gallium_dri.so free 0x55717361efb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361f070 0.000114
+gallium_dri.so free 0x55717361f140 void 0.000115
+gallium_dri.so free 0x55717361f070 void 0.000113
+gallium_dri.so malloc 72 0x55717361f070 0.000113
+gallium_dri.so free 0x55717361f200 void 0.000114
+gallium_dri.so free 0x55717361f070 void 0.000113
+gallium_dri.so malloc 72 0x55717361f070 0.000114
+gallium_dri.so free 0x55717361f2c0 void 0.000113
+gallium_dri.so free 0x55717361f070 void 0.000114
+gallium_dri.so malloc 72 0x55717361f270 0.000114
+gallium_dri.so free 0x55717361f340 void 0.000116
+gallium_dri.so free 0x55717361f270 void 0.000112
+gallium_dri.so malloc 72 0x55717361f390 0.000114
+gallium_dri.so free 0x55717361f400 void 0.000114
+gallium_dri.so free 0x55717361f390 void 0.000112
+gallium_dri.so malloc 72 0x55717361f420 0.000112
+gallium_dri.so free 0x55717361f4c0 void 0.000114
+gallium_dri.so free 0x55717361f420 void 0.000112
+gallium_dri.so malloc 72 0x55717361f470 0.000121
+gallium_dri.so free 0x55717361f540 void 0.000116
+gallium_dri.so free 0x55717361f470 void 0.000115
+gallium_dri.so malloc 72 0x55717361f540 0.000113
+gallium_dri.so free 0x55717361f600 void 0.000116
+gallium_dri.so free 0x55717361f540 void 0.000115
+gallium_dri.so malloc 72 0x55717361f540 0.000113
+gallium_dri.so free 0x55717361f680 void 0.000114
+gallium_dri.so free 0x55717361f540 void 0.000114
+gallium_dri.so malloc 72 0x55717361f680 0.000113
+gallium_dri.so free 0x55717361f740 void 0.000114
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so malloc 72 0x55717361f680 0.000115
+gallium_dri.so free 0x55717361f800 void 0.000115
+gallium_dri.so free 0x55717361f680 void 0.000112
+gallium_dri.so malloc 72 0x55717361f680 0.000112
+gallium_dri.so free 0x55717361f8c0 void 0.000115
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so malloc 72 0x55717361f870 0.000114
+gallium_dri.so free 0x55717361f940 void 0.000114
+gallium_dri.so free 0x55717361f870 void 0.000112
+gallium_dri.so malloc 72 0x55717361f990 0.000113
+gallium_dri.so free 0x55717361fa00 void 0.000116
+gallium_dri.so free 0x55717361f990 void 0.000117
+gallium_dri.so malloc 72 0x55717361fa40 0.000116
+gallium_dri.so free 0x55717361fac0 void 0.000114
+gallium_dri.so free 0x55717361fa40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa40 0.000111
+gallium_dri.so free 0x55717361fb40 void 0.000120
+gallium_dri.so free 0x55717361fa40 void 0.000113
+gallium_dri.so malloc 72 0x55717361fb70 0.000113
+gallium_dri.so free 0x55717361fbc0 void 0.000115
+gallium_dri.so free 0x55717361fb70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fb70 0.000113
+gallium_dri.so free 0x55717361fcc0 void 0.000115
+gallium_dri.so free 0x55717361fb70 void 0.000113
+gallium_dri.so malloc 72 0x55717361fc70 0.000113
+gallium_dri.so free 0x55717361fd80 void 0.000114
+gallium_dri.so free 0x55717361fc70 void 0.000111
+gallium_dri.so malloc 72 0x55717361fd30 0.000112
+gallium_dri.so free 0x557173620f80 void 0.000114
+gallium_dri.so free 0x55717361fd30 void 0.000114
+gallium_dri.so malloc 72 0x557173620f30 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so free 0x557173620f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000115
+gallium_dri.so free 0x557173590b40 void 0.000114
+gallium_dri.so free 0x5571735dc7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000112
+gallium_dri.so free 0x55717360f9c0 void 0.000115
+gallium_dri.so free 0x5571735dc7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000115
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000106
+gallium_dri.so free 0x5571735f2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000113
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x5571735f2ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735893b0 0.000112
+gallium_dri.so free 0x5571735f6440 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f63f0 0.000112
+gallium_dri.so free 0x5571735c0900 void 0.000114
+gallium_dri.so free 0x5571735f63f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000112
+gallium_dri.so free 0x557173620e80 void 0.000113
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x557173620e30 0.000112
+gallium_dri.so free 0x5571735ed1c0 void 0.000115
+gallium_dri.so free 0x557173620e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000112
+gallium_dri.so free 0x55717346ea00 void 0.000115
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x55717346e9b0 0.000113
+gallium_dri.so free 0x5571735c29c0 void 0.000115
+gallium_dri.so free 0x55717346e9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2970 0.000115
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd870 0.000114
+gallium_dri.so free 0x55717360d400 void 0.000205
+gallium_dri.so free 0x5571735fd870 void 0.000115
+gallium_dri.so malloc 72 0x55717360d3b0 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000114
+gallium_dri.so free 0x55717360d3b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735cfc40 void 0.000115
+gallium_dri.so free 0x5571735e15f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000113
+gallium_dri.so free 0x5571735c0140 void 0.000113
+gallium_dri.so free 0x5571735cfbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000116
+gallium_dri.so free 0x5571735c00f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffe30 0.000112
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so free 0x5571735ffe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f31b0 0.000112
+gallium_dri.so free 0x5571735dfb00 void 0.000114
+gallium_dri.so free 0x5571735f31b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfab0 0.000112
+gallium_dri.so free 0x5571735f96c0 void 0.000116
+gallium_dri.so free 0x5571735dfab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000113
+gallium_dri.so malloc 72 0x557173467630 0.000114
+gallium_dri.so free 0x55717360f800 void 0.000129
+gallium_dri.so free 0x557173467630 void 0.000115
+gallium_dri.so malloc 72 0x55717360f7b0 0.000112
+gallium_dri.so free 0x557173600d00 void 0.000114
+gallium_dri.so free 0x55717360f7b0 void 0.000113
+gallium_dri.so malloc 72 0x557173600cb0 0.000112
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x557173600cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f57b0 0.000112
+gallium_dri.so free 0x557173600040 void 0.000114
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffff0 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000115
+gallium_dri.so free 0x5571735ffff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c40b0 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000115
+gallium_dri.so free 0x5571735c40b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c3f0 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x55717346c3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6b30 0.000112
+gallium_dri.so free 0x5571735faec0 void 0.000114
+gallium_dri.so free 0x5571735f6b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae70 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000114
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000113
+gallium_dri.so free 0x55717346c280 void 0.000113
+gallium_dri.so free 0x5571735c3ef0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c230 0.000113
+gallium_dri.so free 0x5571735d2200 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000112
+gallium_dri.so malloc 72 0x5571735d21b0 0.000114
+gallium_dri.so free 0x5571735f8680 void 0.000105
+gallium_dri.so free 0x5571735d21b0 void 0.000209
+gallium_dri.so malloc 72 0x5571735f8630 0.000199
+gallium_dri.so free 0x5571735fd700 void 0.000155
+gallium_dri.so free 0x5571735f8630 void 0.000154
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000115
+gallium_dri.so free 0x5571735fd6b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000115
+gallium_dri.so free 0x55717346e840 void 0.000114
+gallium_dri.so free 0x5571735fd6b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346e7f0 0.000112
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x55717346e7f0 void 0.000113
+gallium_dri.so malloc 72 0x557173620c70 0.000112
+gallium_dri.so free 0x55717346c0c0 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000112
+gallium_dri.so malloc 72 0x55717346c070 0.000112
+gallium_dri.so free 0x557173461c40 void 0.000114
+gallium_dri.so free 0x55717346c070 void 0.000112
+gallium_dri.so malloc 72 0x557173461bf0 0.000118
+gallium_dri.so free 0x5571735f8840 void 0.000115
+gallium_dri.so free 0x557173461bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f87f0 0.000114
+gallium_dri.so free 0x5571735f7100 void 0.000113
+gallium_dri.so free 0x5571735f87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f70b0 0.000112
+gallium_dri.so free 0x5571735dc0c0 void 0.000113
+gallium_dri.so free 0x5571735f70b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x5571735fe740 void 0.000113
+gallium_dri.so free 0x5571735dc070 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000113
+gallium_dri.so free 0x55717346d100 void 0.000113
+gallium_dri.so free 0x5571735fe6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346d0b0 0.000112
+gallium_dri.so free 0x557173460f80 void 0.000114
+gallium_dri.so free 0x55717346d0b0 void 0.000114
+gallium_dri.so malloc 72 0x557173460f30 0.000112
+gallium_dri.so free 0x5571735c1d00 void 0.000113
+gallium_dri.so free 0x557173460f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000114
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735dee40 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000114
+gallium_dri.so free 0x55717360f640 void 0.000128
+gallium_dri.so free 0x5571735dedf0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f5f0 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000112
+gallium_dri.so free 0x55717346ab40 void 0.000113
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x557173605c40 void 0.000114
+gallium_dri.so free 0x55717360c770 void 0.000114
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x557173605bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173610630 0.000114
+gallium_dri.so free 0x5571735eb600 void 0.000115
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x5571735eb5b0 void 0.000114
+gallium_dri.so malloc 72 0x55717360daf0 0.000113
+gallium_dri.so free 0x5571735db480 void 0.000114
+gallium_dri.so free 0x55717360daf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000113
+gallium_dri.so free 0x5571735f2e80 void 0.000171
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2e30 0.000112
+gallium_dri.so free 0x55717360b7c0 void 0.000114
+gallium_dri.so free 0x5571735f2e30 void 0.000113
+gallium_dri.so malloc 72 0x55717360b770 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000114
+gallium_dri.so free 0x55717360b770 void 0.000114
+gallium_dri.so malloc 72 0x55717346e630 0.000113
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so free 0x55717346e630 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2570 0.000113
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so free 0x5571735e2570 void 0.000113
+gallium_dri.so malloc 72 0x55717360e070 0.000112
+gallium_dri.so free 0x55717346cac0 void 0.000114
+gallium_dri.so free 0x55717360e070 void 0.000115
+gallium_dri.so malloc 72 0x55717360e070 0.000114
+gallium_dri.so free 0x5571735fda80 void 0.000115
+gallium_dri.so free 0x55717360e070 void 0.000118
+gallium_dri.so malloc 72 0x5571735fda30 0.000112
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x5571735fda30 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000114
+gallium_dri.so free 0x5571735f8a00 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89b0 0.000115
+gallium_dri.so free 0x557173469e80 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000117
+gallium_dri.so malloc 72 0x557173469e30 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x557173469e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735c10c0 void 0.000113
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1070 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735c1070 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000113
+gallium_dri.so free 0x557173473580 void 0.000116
+gallium_dri.so free 0x5571735ffc70 void 0.000114
+gallium_dri.so malloc 72 0x557173473530 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000112
+gallium_dri.so free 0x557173610040 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcd30 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000128
+gallium_dri.so malloc 72 0x5571736006c0 0.000114
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x5571735f9f80 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000112
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x55717360e980 void 0.000114
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000112
+gallium_dri.so free 0x5571735fca40 void 0.000114
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x557173461600 void 0.000115
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x557173461670 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000115
+gallium_dri.so free 0x557173461670 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000116
+gallium_dri.so free 0x5571735dd640 void 0.000116
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000112
+gallium_dri.so free 0x557173620000 void 0.000113
+gallium_dri.so free 0x5571735dd5f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ffb0 0.000112
+gallium_dri.so free 0x5571735c3280 void 0.000114
+gallium_dri.so free 0x55717361ffb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3230 0.000114
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so free 0x5571735c3230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3230 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735c3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2380 0.000114
+gallium_dri.so free 0x557173609640 void 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000112
+gallium_dri.so malloc 72 0x5571736095f0 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000113
+gallium_dri.so free 0x5571736095f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x557173610f40 void 0.000115
+gallium_dri.so free 0x5571735fefb0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000111
+gallium_dri.so free 0x5571735f9080 void 0.000115
+gallium_dri.so free 0x557173610ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173610ef0 0.000124
+gallium_dri.so free 0x55717346f080 void 0.000117
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f080 0.000114
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x55717346f080 void 0.000113
+gallium_dri.so malloc 72 0x55717346f080 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x55717346f080 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000115
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000114
+gallium_dri.so free 0x557173607e80 void 0.000116
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000112
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000112
+gallium_dri.so malloc 72 0x557173469a00 0.000112
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so malloc 72 0x557173469a00 0.000112
+gallium_dri.so free 0x5571735901c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000201
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173474170 0.000111
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000111
+gallium_dri.so free 0x5571735f61c0 void 0.000113
+gallium_dri.so free 0x557173474170 void 0.000112
+gallium_dri.so malloc 72 0x557173474170 0.000111
+gallium_dri.so free 0x5571735f6240 void 0.000112
+gallium_dri.so free 0x557173474170 void 0.000121
+gallium_dri.so malloc 72 0x5571735f6270 0.000121
+gallium_dri.so free 0x5571735e2f80 void 0.000160
+gallium_dri.so free 0x5571735f6270 void 0.000179
+gallium_dri.so malloc 72 0x5571735f6270 0.000155
+gallium_dri.so free 0x5571735dbe40 void 0.000116
+gallium_dri.so free 0x5571735f6270 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000115
+gallium_dri.so free 0x557173466dc0 void 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbe40 0.000112
+gallium_dri.so free 0x557173466e40 void 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so malloc 72 0x557173466e70 0.000117
+gallium_dri.so free 0x557173460d00 void 0.000116
+gallium_dri.so free 0x557173466e70 void 0.000127
+gallium_dri.so malloc 72 0x557173466e70 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x557173466e70 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000114
+gallium_dri.so free 0x557173466e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735debc0 0.000119
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735debc0 0.000113
+gallium_dri.so free 0x5571735ecfc0 void 0.000114
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x557173603300 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecff0 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735ecff0 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000115
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x55717360d200 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000125
+gallium_dri.so malloc 72 0x55717360d230 0.000115
+gallium_dri.so free 0x557173473f40 void 0.000112
+gallium_dri.so free 0x55717360d230 void 0.000114
+gallium_dri.so malloc 72 0x55717360d230 0.000112
+gallium_dri.so free 0x5571735fbb80 void 0.000111
+gallium_dri.so free 0x55717360d230 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb80 0.000118
+gallium_dri.so free 0x5571735fbc40 void 0.000119
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb80 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb80 0.000119
+gallium_dri.so free 0x5571735ec380 void 0.000121
+gallium_dri.so free 0x5571735fbb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec330 0.000115
+gallium_dri.so free 0x557173590400 void 0.000115
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec330 0.000112
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000113
+gallium_dri.so malloc 72 0x557173590480 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so malloc 72 0x557173590480 0.000113
+gallium_dri.so free 0x55717358b900 void 0.000115
+gallium_dri.so free 0x557173590480 void 0.000164
+gallium_dri.so malloc 72 0x55717358b930 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x55717358b930 void 0.000113
+gallium_dri.so malloc 72 0x55717358b930 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so free 0x55717358b930 void 0.000114
+gallium_dri.so malloc 72 0x5571735f55c0 0.000115
+gallium_dri.so free 0x5571735db1c0 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55c0 0.000114
+gallium_dri.so free 0x5571735db240 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f55c0 0.000113
+gallium_dri.so free 0x557173608180 void 0.000115
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so malloc 72 0x557173608130 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000117
+gallium_dri.so free 0x557173608130 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e00 0.000115
+gallium_dri.so free 0x5571735c0ec0 void 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0e00 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0e00 0.000113
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0e00 0.000113
+gallium_dri.so free 0x557173467480 void 0.000112
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so malloc 72 0x557173467430 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so free 0x557173467430 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x55717360c600 void 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so malloc 72 0x55717360c5b0 0.000124
+gallium_dri.so free 0x5571735e23c0 void 0.000118
+gallium_dri.so free 0x55717360c5b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e23f0 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x5571735e23f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e23f0 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000121
+gallium_dri.so free 0x5571735e23f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfe40 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000119
+gallium_dri.so malloc 72 0x5571735bfe40 0.000119
+gallium_dri.so free 0x55717360b500 void 0.000119
+gallium_dri.so free 0x5571735bfe40 void 0.000122
+gallium_dri.so malloc 72 0x55717360b520 0.000118
+gallium_dri.so free 0x55717360ba40 void 0.000119
+gallium_dri.so free 0x55717360b520 void 0.000121
+gallium_dri.so malloc 72 0x55717360b520 0.000119
+gallium_dri.so free 0x55717360bb00 void 0.000118
+gallium_dri.so free 0x55717360b520 void 0.000119
+gallium_dri.so malloc 72 0x55717360bab0 0.000117
+gallium_dri.so free 0x557173464800 void 0.000120
+gallium_dri.so free 0x55717360bab0 void 0.000117
+gallium_dri.so malloc 72 0x557173464800 0.000120
+gallium_dri.so free 0x5571734648c0 void 0.000120
+gallium_dri.so free 0x557173464800 void 0.000118
+gallium_dri.so malloc 72 0x557173464800 0.000117
+gallium_dri.so free 0x557173589080 void 0.000119
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so malloc 72 0x557173464800 0.000117
+gallium_dri.so free 0x557173589140 void 0.000119
+gallium_dri.so free 0x557173464800 void 0.000119
+gallium_dri.so malloc 72 0x5571735890f0 0.000118
+gallium_dri.so free 0x5571736058c0 void 0.000118
+gallium_dri.so free 0x5571735890f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735890f0 0.000119
+gallium_dri.so free 0x557173605940 void 0.000120
+gallium_dri.so free 0x5571735890f0 void 0.000119
+gallium_dri.so malloc 72 0x557173605940 0.000118
+gallium_dri.so free 0x55717360bd00 void 0.000167
+gallium_dri.so free 0x557173605940 void 0.000120
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x55717360bd40 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bcb0 0.000119
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so free 0x55717360bcb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d2340 0.000118
+gallium_dri.so free 0x5571735d23c0 void 0.000117
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d23c0 0.000119
+gallium_dri.so free 0x5571735cfd40 void 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735cfd80 0.000118
+gallium_dri.so free 0x5571735cfe00 void 0.000119
+gallium_dri.so free 0x5571735cfd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfd80 0.000118
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so free 0x5571735cfd80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d48f0 0.000118
+gallium_dri.so free 0x5571735d4940 void 0.000118
+gallium_dri.so free 0x5571735d48f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d48f0 0.000117
+gallium_dri.so free 0x5571735fc340 void 0.000119
+gallium_dri.so free 0x5571735d48f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc340 0.000128
+gallium_dri.so free 0x5571735fc400 void 0.000119
+gallium_dri.so free 0x5571735fc340 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc340 0.000120
+gallium_dri.so free 0x5571735fc480 void 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000119
+gallium_dri.so free 0x5571735c0240 void 0.000120
+gallium_dri.so free 0x5571735fc4b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c02b0 0.000119
+gallium_dri.so free 0x5571735c0300 void 0.000117
+gallium_dri.so free 0x5571735c02b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c02b0 0.000119
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735c02b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f49d0 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so free 0x5571735f49d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4a60 0.000119
+gallium_dri.so free 0x5571735f4b00 void 0.000119
+gallium_dri.so free 0x5571735f4a60 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000118
+gallium_dri.so free 0x5571735c0400 void 0.000119
+gallium_dri.so free 0x5571735f4ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c03b0 0.000118
+gallium_dri.so free 0x5571735e1740 void 0.000119
+gallium_dri.so free 0x5571735c03b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1790 0.000119
+gallium_dri.so free 0x5571735e1800 void 0.000119
+gallium_dri.so free 0x5571735e1790 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1860 0.000117
+gallium_dri.so free 0x5571735e1900 void 0.000119
+gallium_dri.so free 0x5571735e1860 void 0.000117
+gallium_dri.so malloc 72 0x5571735e18b0 0.000119
+gallium_dri.so free 0x5571735fafc0 void 0.000117
+gallium_dri.so free 0x5571735e18b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735faff0 0.000119
+gallium_dri.so free 0x5571735fb040 void 0.000119
+gallium_dri.so free 0x5571735faff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faff0 0.000120
+gallium_dri.so free 0x5571735fb140 void 0.000120
+gallium_dri.so free 0x5571735faff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000117
+gallium_dri.so free 0x5571735eb700 void 0.000118
+gallium_dri.so free 0x5571735fb0f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb720 0.000118
+gallium_dri.so free 0x5571735eb7c0 void 0.000119
+gallium_dri.so free 0x5571735eb720 void 0.000125
+gallium_dri.so malloc 72 0x5571735eb770 0.000118
+gallium_dri.so free 0x5571735eb840 void 0.000118
+gallium_dri.so free 0x5571735eb770 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb840 0.000119
+gallium_dri.so free 0x5571734605c0 void 0.000164
+gallium_dri.so free 0x5571735eb840 void 0.000120
+gallium_dri.so malloc 72 0x557173460570 0.000118
+gallium_dri.so free 0x557173460640 void 0.000118
+gallium_dri.so free 0x557173460570 void 0.000115
+gallium_dri.so malloc 72 0x557173460690 0.000119
+gallium_dri.so free 0x557173460700 void 0.000118
+gallium_dri.so free 0x557173460690 void 0.000118
+gallium_dri.so malloc 72 0x557173460720 0.000119
+gallium_dri.so free 0x557173611080 void 0.000119
+gallium_dri.so free 0x557173460720 void 0.000119
+gallium_dri.so malloc 72 0x557173460720 0.000118
+gallium_dri.so free 0x557173611140 void 0.000120
+gallium_dri.so free 0x557173460720 void 0.000117
+gallium_dri.so malloc 72 0x5571736110f0 0.000119
+gallium_dri.so free 0x5571736111c0 void 0.000120
+gallium_dri.so free 0x5571736110f0 void 0.000119
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000118
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000118
+gallium_dri.so malloc 72 0x557173611210 0.000117
+gallium_dri.so free 0x5571736098c0 void 0.000118
+gallium_dri.so free 0x557173611210 void 0.000117
+gallium_dri.so malloc 72 0x557173611210 0.000119
+gallium_dri.so free 0x557173610780 void 0.000120
+gallium_dri.so free 0x557173611210 void 0.000116
+gallium_dri.so malloc 72 0x5571736107c0 0.000121
+gallium_dri.so free 0x557173610840 void 0.000119
+gallium_dri.so free 0x5571736107c0 void 0.000119
+gallium_dri.so malloc 72 0x557173610840 0.000117
+gallium_dri.so free 0x557173610900 void 0.000117
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so malloc 72 0x557173610840 0.000119
+gallium_dri.so free 0x557173609980 void 0.000120
+gallium_dri.so free 0x557173610840 void 0.000118
+gallium_dri.so malloc 72 0x557173609930 0.000118
+gallium_dri.so free 0x5571735f97c0 void 0.000121
+gallium_dri.so free 0x557173609930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9830 0.000119
+gallium_dri.so free 0x5571735f9880 void 0.000119
+gallium_dri.so free 0x5571735f9830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9830 0.000117
+gallium_dri.so free 0x5571735f9980 void 0.000117
+gallium_dri.so free 0x5571735f9830 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9930 0.000119
+gallium_dri.so free 0x557173610980 void 0.000118
+gallium_dri.so free 0x5571735f9930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9930 0.000119
+gallium_dri.so free 0x5571735c2ac0 void 0.000118
+gallium_dri.so free 0x5571735f9930 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2af0 0.000128
+gallium_dri.so free 0x5571735c2b40 void 0.000120
+gallium_dri.so free 0x5571735c2af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2af0 0.000120
+gallium_dri.so free 0x5571735c2c40 void 0.000119
+gallium_dri.so free 0x5571735c2af0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000118
+gallium_dri.so free 0x55717346d200 void 0.000118
+gallium_dri.so free 0x5571735c2bf0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d260 0.000119
+gallium_dri.so free 0x5571735c2d00 void 0.000119
+gallium_dri.so free 0x55717346d260 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000119
+gallium_dri.so free 0x55717346d300 void 0.000118
+gallium_dri.so free 0x5571735c2cb0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d2b0 0.000118
+gallium_dri.so free 0x55717346d380 void 0.000118
+gallium_dri.so free 0x55717346d2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d2b0 0.000119
+gallium_dri.so free 0x5571735f7200 void 0.000118
+gallium_dri.so free 0x55717346d2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000118
+gallium_dri.so free 0x5571735f72c0 void 0.000118
+gallium_dri.so free 0x5571735f7250 void 0.000118
+gallium_dri.so malloc 72 0x5571735f72e0 0.000114
+gallium_dri.so free 0x5571735f7380 void 0.000117
+gallium_dri.so free 0x5571735f72e0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f7330 0.000119
+gallium_dri.so free 0x5571735fe840 void 0.000118
+gallium_dri.so free 0x5571735f7330 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe890 0.000120
+gallium_dri.so free 0x5571735f7400 void 0.000119
+gallium_dri.so free 0x5571735fe890 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe890 0.000117
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe890 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe950 0.000119
+gallium_dri.so free 0x5571735fe9c0 void 0.000118
+gallium_dri.so free 0x5571735fe950 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe9e0 0.000118
+gallium_dri.so free 0x5571735dce80 void 0.000118
+gallium_dri.so free 0x5571735fe9e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dceb0 0.000118
+gallium_dri.so free 0x5571735dcf00 void 0.000118
+gallium_dri.so free 0x5571735dceb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dceb0 0.000119
+gallium_dri.so free 0x5571735dd000 void 0.000118
+gallium_dri.so free 0x5571735dceb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000119
+gallium_dri.so free 0x5571735dfc00 void 0.000118
+gallium_dri.so free 0x5571735dcfb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfc40 0.000119
+gallium_dri.so free 0x5571735fea80 void 0.000124
+gallium_dri.so free 0x5571735dfc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fea30 0.000118
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so free 0x5571735fea30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fea30 0.000118
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735fea30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000117
+gallium_dri.so free 0x5571735dfd30 void 0.000118
+gallium_dri.so malloc 72 0x55717360e210 0.000118
+gallium_dri.so free 0x5571735dd0c0 void 0.000118
+gallium_dri.so free 0x55717360e210 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd070 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000119
+gallium_dri.so free 0x5571735dd070 void 0.000117
+gallium_dri.so malloc 72 0x5571735dfe30 0.000118
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x5571735dfe30 void 0.000119
+gallium_dri.so malloc 72 0x55717360e2f0 0.000118
+gallium_dri.so free 0x55717360e340 void 0.000119
+gallium_dri.so free 0x55717360e2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e2f0 0.000118
+gallium_dri.so free 0x557173461d40 void 0.000118
+gallium_dri.so free 0x55717360e2f0 void 0.000119
+gallium_dri.so malloc 72 0x557173461d90 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000128
+gallium_dri.so free 0x557173461d90 void 0.000122
+gallium_dri.so malloc 72 0x557173461e20 0.000118
+gallium_dri.so free 0x557173461ec0 void 0.000118
+gallium_dri.so free 0x557173461e20 void 0.000117
+gallium_dri.so malloc 72 0x557173461e70 0.000117
+gallium_dri.so free 0x557173461f40 void 0.000118
+gallium_dri.so free 0x557173461e70 void 0.000116
+gallium_dri.so malloc 72 0x557173461e70 0.000118
+gallium_dri.so free 0x55717346ac40 void 0.000119
+gallium_dri.so free 0x557173461e70 void 0.000117
+gallium_dri.so malloc 72 0x55717346ac90 0.000118
+gallium_dri.so free 0x55717346ad00 void 0.000118
+gallium_dri.so free 0x55717346ac90 void 0.000117
+gallium_dri.so malloc 72 0x55717346ad60 0.000118
+gallium_dri.so free 0x55717346ae00 void 0.000118
+gallium_dri.so free 0x55717346ad60 void 0.000117
+gallium_dri.so malloc 72 0x55717346adb0 0.000118
+gallium_dri.so free 0x557173600e00 void 0.000118
+gallium_dri.so free 0x55717346adb0 void 0.000118
+gallium_dri.so malloc 72 0x557173600e30 0.000118
+gallium_dri.so free 0x557173600e80 void 0.000119
+gallium_dri.so free 0x557173600e30 void 0.000117
+gallium_dri.so malloc 72 0x557173600e30 0.000118
+gallium_dri.so free 0x557173600f80 void 0.000117
+gallium_dri.so free 0x557173600e30 void 0.000117
+gallium_dri.so malloc 72 0x557173600f30 0.000161
+gallium_dri.so free 0x557173601040 void 0.000119
+gallium_dri.so free 0x557173600f30 void 0.000118
+gallium_dri.so malloc 72 0x557173600ff0 0.000118
+gallium_dri.so free 0x55717346f200 void 0.000117
+gallium_dri.so free 0x557173600ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346f1b0 0.000118
+gallium_dri.so free 0x55717346f280 void 0.000118
+gallium_dri.so free 0x55717346f1b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346f280 0.000119
+gallium_dri.so free 0x55717346f340 void 0.000117
+gallium_dri.so free 0x55717346f280 void 0.000117
+gallium_dri.so malloc 72 0x55717346f280 0.000117
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x55717346f280 void 0.000116
+gallium_dri.so malloc 72 0x5571735c09c0 0.000118
+gallium_dri.so free 0x5571735c0a80 void 0.000119
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c09c0 0.000118
+gallium_dri.so free 0x55717346f3c0 void 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c09c0 0.000118
+gallium_dri.so free 0x5571735c0b40 void 0.000119
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c09c0 0.000116
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so free 0x5571735c09c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0bc0 0.000120
+gallium_dri.so free 0x5571735fc600 void 0.000117
+gallium_dri.so free 0x5571735c0bc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc640 0.000119
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000107
+gallium_dri.so malloc 72 0x5571735fc640 0.000119
+gallium_dri.so free 0x5571735fc740 void 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc770 0.000117
+gallium_dri.so free 0x5571735fc7c0 void 0.000119
+gallium_dri.so free 0x5571735fc770 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc770 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000118
+gallium_dri.so free 0x5571735fc770 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9b90 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000117
+gallium_dri.so free 0x5571735f9b90 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9c20 0.000119
+gallium_dri.so free 0x5571735f9cc0 void 0.000118
+gallium_dri.so free 0x5571735f9c20 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c70 0.000118
+gallium_dri.so free 0x5571735f9d40 void 0.000117
+gallium_dri.so free 0x5571735f9c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9db0 0.000119
+gallium_dri.so free 0x5571735febc0 void 0.000117
+gallium_dri.so free 0x5571735f9db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fec00 0.000119
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fec80 0.000118
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fec80 0.000118
+gallium_dri.so free 0x5571735fedc0 void 0.000118
+gallium_dri.so free 0x5571735fec80 void 0.000116
+gallium_dri.so malloc 72 0x5571735fedf0 0.000117
+gallium_dri.so free 0x5571735ecb80 void 0.000117
+gallium_dri.so free 0x5571735fedf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb30 0.000118
+gallium_dri.so free 0x5571735ecc00 void 0.000118
+gallium_dri.so free 0x5571735ecb30 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecc50 0.000117
+gallium_dri.so free 0x5571735eccc0 void 0.000117
+gallium_dri.so free 0x5571735ecc50 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd20 0.000118
+gallium_dri.so free 0x5571735ecdc0 void 0.000118
+gallium_dri.so free 0x5571735ecd20 void 0.000117
+gallium_dri.so malloc 72 0x5571735ecd70 0.000117
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x5571735ecd70 void 0.000117
+gallium_dri.so malloc 72 0x5571735dba30 0.000117
+gallium_dri.so free 0x5571735dbb00 void 0.000118
+gallium_dri.so free 0x5571735dba30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dba30 0.000119
+gallium_dri.so free 0x5571735dbb80 void 0.000118
+gallium_dri.so free 0x5571735dba30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbb80 0.000117
+gallium_dri.so free 0x5571735dbc40 void 0.000118
+gallium_dri.so free 0x5571735dbb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dbb80 0.000118
+gallium_dri.so free 0x557173460940 void 0.000117
+gallium_dri.so free 0x5571735dbb80 void 0.000117
+gallium_dri.so malloc 72 0x5571734608f0 0.000117
+gallium_dri.so free 0x5571734609c0 void 0.000118
+gallium_dri.so free 0x5571734608f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734609c0 0.000118
+gallium_dri.so free 0x557173460a80 void 0.000118
+gallium_dri.so free 0x5571734609c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734609c0 0.000118
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so free 0x5571734609c0 void 0.000116
+gallium_dri.so malloc 72 0x557173460b00 0.000119
+gallium_dri.so free 0x5571735c2e40 void 0.000118
+gallium_dri.so free 0x557173460b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e60 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000118
+gallium_dri.so free 0x5571735c2e60 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000118
+gallium_dri.so free 0x5571735c2f80 void 0.000127
+gallium_dri.so free 0x5571735c2eb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000118
+gallium_dri.so free 0x5571735c3000 void 0.000118
+gallium_dri.so free 0x5571735c2eb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3000 0.000118
+gallium_dri.so free 0x557173610b00 void 0.000118
+gallium_dri.so free 0x5571735c3000 void 0.000123
+gallium_dri.so malloc 72 0x557173610b40 0.000119
+gallium_dri.so free 0x557173610bc0 void 0.000118
+gallium_dri.so free 0x557173610b40 void 0.000118
+gallium_dri.so malloc 72 0x557173610b40 0.000118
+gallium_dri.so free 0x557173610c40 void 0.000117
+gallium_dri.so free 0x557173610b40 void 0.000118
+gallium_dri.so malloc 72 0x557173610c70 0.000118
+gallium_dri.so free 0x557173610cc0 void 0.000119
+gallium_dri.so free 0x557173610c70 void 0.000117
+gallium_dri.so malloc 72 0x557173610c70 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000117
+gallium_dri.so free 0x557173610c70 void 0.000116
+gallium_dri.so malloc 72 0x55717360e590 0.000119
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e590 void 0.000117
+gallium_dri.so malloc 72 0x55717360e620 0.000117
+gallium_dri.so free 0x55717360e6c0 void 0.000117
+gallium_dri.so free 0x55717360e620 void 0.000118
+gallium_dri.so malloc 72 0x55717360e670 0.000127
+gallium_dri.so free 0x55717360e740 void 0.000120
+gallium_dri.so free 0x55717360e670 void 0.000117
+gallium_dri.so malloc 72 0x55717360e7b0 0.000118
+gallium_dri.so free 0x5571735dd200 void 0.000118
+gallium_dri.so free 0x55717360e7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd240 0.000118
+gallium_dri.so free 0x5571735dd2c0 void 0.000118
+gallium_dri.so free 0x5571735dd240 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000118
+gallium_dri.so free 0x5571735dd380 void 0.000119
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd2c0 0.000118
+gallium_dri.so free 0x5571735dd400 void 0.000118
+gallium_dri.so free 0x5571735dd2c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd430 0.000117
+gallium_dri.so free 0x55717346d580 void 0.000119
+gallium_dri.so free 0x5571735dd430 void 0.000117
+gallium_dri.so malloc 72 0x55717346d5c0 0.000116
+gallium_dri.so free 0x55717346d640 void 0.000117
+gallium_dri.so free 0x55717346d5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346d640 0.000117
+gallium_dri.so free 0x55717346d700 void 0.000119
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d640 0.000117
+gallium_dri.so free 0x55717346d7c0 void 0.000117
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d640 0.000127
+gallium_dri.so free 0x5571735e2bc0 void 0.000119
+gallium_dri.so free 0x55717346d640 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2b70 0.000118
+gallium_dri.so free 0x5571735e2c40 void 0.000117
+gallium_dri.so free 0x5571735e2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2b70 0.000117
+gallium_dri.so free 0x5571735e2cc0 void 0.000119
+gallium_dri.so free 0x5571735e2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000118
+gallium_dri.so free 0x5571735e2d80 void 0.000118
+gallium_dri.so free 0x5571735e2cc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000119
+gallium_dri.so free 0x5571735c16c0 void 0.000119
+gallium_dri.so free 0x5571735e2cc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so free 0x5571735c1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1740 0.000117
+gallium_dri.so free 0x5571735c1800 void 0.000118
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1740 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000118
+gallium_dri.so free 0x5571735c1740 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1880 0.000120
+gallium_dri.so free 0x557173473b80 void 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000131
+gallium_dri.so malloc 72 0x557173473b30 0.000118
+gallium_dri.so free 0x557173473bc0 void 0.000117
+gallium_dri.so free 0x557173473b30 void 0.000117
+gallium_dri.so malloc 72 0x557173473b30 0.000116
+gallium_dri.so free 0x557173473c80 void 0.000120
+gallium_dri.so free 0x557173473b30 void 0.000118
+gallium_dri.so malloc 72 0x557173473cc0 0.000117
+gallium_dri.so free 0x557173473d40 void 0.000119
+gallium_dri.so free 0x557173473cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173473d40 0.000117
+gallium_dri.so free 0x5571735f7580 void 0.000118
+gallium_dri.so free 0x557173473d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f75c0 0.000117
+gallium_dri.so free 0x5571735f7640 void 0.000116
+gallium_dri.so free 0x5571735f75c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f75c0 0.000117
+gallium_dri.so free 0x5571735f76c0 void 0.000117
+gallium_dri.so free 0x5571735f75c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f76f0 0.000117
+gallium_dri.so free 0x5571735f7740 void 0.000117
+gallium_dri.so free 0x5571735f76f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f76f0 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000117
+gallium_dri.so free 0x5571735f76f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000119
+gallium_dri.so free 0x5571735de8c0 void 0.000117
+gallium_dri.so free 0x5571735de7b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735de870 0.000119
+gallium_dri.so free 0x5571735de900 void 0.000117
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735de870 0.000118
+gallium_dri.so free 0x5571735de9c0 void 0.000119
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735de870 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5db0 0.000117
+gallium_dri.so free 0x5571735f5e80 void 0.000118
+gallium_dri.so free 0x5571735f5db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000119
+gallium_dri.so free 0x5571735f5ed0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5f60 0.000119
+gallium_dri.so free 0x5571735f6000 void 0.000119
+gallium_dri.so free 0x5571735f5f60 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000120
+gallium_dri.so free 0x5571735dff80 void 0.000118
+gallium_dri.so free 0x5571735f5fb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dffc0 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000121
+gallium_dri.so free 0x5571735dffc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0040 0.000118
+gallium_dri.so free 0x5571735e0100 void 0.000130
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0040 0.000119
+gallium_dri.so free 0x5571735e01c0 void 0.000119
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0040 0.000118
+gallium_dri.so free 0x55717346afc0 void 0.000118
+gallium_dri.so free 0x5571735e0040 void 0.000118
+gallium_dri.so malloc 72 0x55717346aff0 0.000118
+gallium_dri.so free 0x55717346b040 void 0.000119
+gallium_dri.so free 0x55717346aff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346aff0 0.000118
+gallium_dri.so free 0x55717346b140 void 0.000118
+gallium_dri.so free 0x55717346aff0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b0f0 0.000119
+gallium_dri.so free 0x55717346b200 void 0.000118
+gallium_dri.so free 0x55717346b0f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b1b0 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000118
+gallium_dri.so free 0x55717346b1b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360cd70 0.000119
+gallium_dri.so free 0x55717360ce40 void 0.000118
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ce40 0.000118
+gallium_dri.so free 0x55717360cf00 void 0.000118
+gallium_dri.so free 0x55717360ce40 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce40 0.000127
+gallium_dri.so free 0x55717360cf80 void 0.000121
+gallium_dri.so free 0x55717360ce40 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf80 0.000117
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x55717360cf80 void 0.000119
+gallium_dri.so malloc 72 0x557173603520 0.000119
+gallium_dri.so free 0x5571736035c0 void 0.000118
+gallium_dri.so free 0x557173603520 void 0.000119
+gallium_dri.so malloc 72 0x557173603570 0.000118
+gallium_dri.so free 0x557173603640 void 0.000118
+gallium_dri.so free 0x557173603570 void 0.000117
+gallium_dri.so malloc 72 0x557173603570 0.000119
+gallium_dri.so free 0x5571736036c0 void 0.000119
+gallium_dri.so free 0x557173603570 void 0.000119
+gallium_dri.so malloc 72 0x5571736036c0 0.000120
+gallium_dri.so free 0x5571735e1140 void 0.000119
+gallium_dri.so free 0x5571736036c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1180 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000118
+gallium_dri.so free 0x5571735e1180 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1180 0.000119
+gallium_dri.so free 0x5571735e1280 void 0.000119
+gallium_dri.so free 0x5571735e1180 void 0.000114
+gallium_dri.so malloc 72 0x5571735e12b0 0.000117
+gallium_dri.so free 0x5571735e1300 void 0.000119
+gallium_dri.so free 0x5571735e12b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e12b0 0.000127
+gallium_dri.so free 0x5571735fa9c0 void 0.000119
+gallium_dri.so free 0x5571735e12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735faa10 0.000119
+gallium_dri.so free 0x5571735faa80 void 0.000119
+gallium_dri.so free 0x5571735faa10 void 0.000118
+gallium_dri.so malloc 72 0x5571735faaa0 0.000118
+gallium_dri.so free 0x5571735fab40 void 0.000118
+gallium_dri.so free 0x5571735faaa0 void 0.000118
+gallium_dri.so malloc 72 0x5571735faaf0 0.000118
+gallium_dri.so free 0x5571735fabc0 void 0.000119
+gallium_dri.so free 0x5571735faaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735faaf0 0.000118
+gallium_dri.so free 0x55717360c0c0 void 0.000119
+gallium_dri.so free 0x5571735faaf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c100 0.000118
+gallium_dri.so free 0x55717360c180 void 0.000120
+gallium_dri.so free 0x55717360c100 void 0.000119
+gallium_dri.so malloc 72 0x55717360c180 0.000119
+gallium_dri.so free 0x55717360c240 void 0.000117
+gallium_dri.so free 0x55717360c180 void 0.000117
+gallium_dri.so malloc 72 0x55717360c180 0.000118
+gallium_dri.so free 0x55717360c2c0 void 0.000118
+gallium_dri.so free 0x55717360c180 void 0.000119
+gallium_dri.so malloc 72 0x55717360c2f0 0.000118
+gallium_dri.so free 0x557173466fc0 void 0.000118
+gallium_dri.so free 0x55717360c2f0 void 0.000128
+gallium_dri.so malloc 72 0x557173467000 0.000118
+gallium_dri.so free 0x557173467080 void 0.000118
+gallium_dri.so free 0x557173467000 void 0.000118
+gallium_dri.so malloc 72 0x557173467080 0.000119
+gallium_dri.so free 0x557173467140 void 0.000118
+gallium_dri.so free 0x557173467080 void 0.000119
+gallium_dri.so malloc 72 0x557173467080 0.000117
+gallium_dri.so free 0x557173467200 void 0.000119
+gallium_dri.so free 0x557173467080 void 0.000117
+gallium_dri.so malloc 72 0x557173467220 0.000117
+gallium_dri.so free 0x55717358de00 void 0.000120
+gallium_dri.so free 0x557173467220 void 0.000118
+gallium_dri.so malloc 72 0x55717358de30 0.000119
+gallium_dri.so free 0x55717358de80 void 0.000118
+gallium_dri.so free 0x55717358de30 void 0.000118
+gallium_dri.so malloc 72 0x55717358de30 0.000118
+gallium_dri.so free 0x55717358df80 void 0.000119
+gallium_dri.so free 0x55717358de30 void 0.000118
+gallium_dri.so malloc 72 0x55717358df30 0.000118
+gallium_dri.so free 0x55717358e040 void 0.000118
+gallium_dri.so free 0x55717358df30 void 0.000118
+gallium_dri.so malloc 72 0x55717358dff0 0.000118
+gallium_dri.so free 0x5571734620c0 void 0.000119
+gallium_dri.so free 0x55717358dff0 void 0.000118
+gallium_dri.so malloc 72 0x5571734620f0 0.000118
+gallium_dri.so free 0x557173462140 void 0.000176
+gallium_dri.so free 0x5571734620f0 void 0.000122
+gallium_dri.so malloc 72 0x557173462140 0.000118
+gallium_dri.so free 0x557173462200 void 0.000118
+gallium_dri.so free 0x557173462140 void 0.000117
+gallium_dri.so malloc 72 0x557173462140 0.000120
+gallium_dri.so free 0x557173462300 void 0.000118
+gallium_dri.so free 0x557173462140 void 0.000119
+gallium_dri.so malloc 72 0x5571734622b0 0.000118
+gallium_dri.so free 0x5571734623c0 void 0.000118
+gallium_dri.so free 0x5571734622b0 void 0.000119
+gallium_dri.so malloc 72 0x557173462370 0.000117
+gallium_dri.so free 0x5571735da8c0 void 0.000120
+gallium_dri.so free 0x557173462370 void 0.000118
+gallium_dri.so malloc 72 0x557173462370 0.000119
+gallium_dri.so free 0x5571735da980 void 0.000118
+gallium_dri.so free 0x557173462370 void 0.000118
+gallium_dri.so malloc 72 0x5571735da930 0.000119
+gallium_dri.so free 0x5571735daa00 void 0.000119
+gallium_dri.so free 0x5571735da930 void 0.000120
+gallium_dri.so malloc 72 0x5571735daa50 0.000118
+gallium_dri.so free 0x5571735daac0 void 0.000120
+gallium_dri.so free 0x5571735daa50 void 0.000116
+gallium_dri.so malloc 72 0x5571735dab00 0.000118
+gallium_dri.so free 0x5571735dab80 void 0.000121
+gallium_dri.so free 0x5571735dab00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab00 0.000118
+gallium_dri.so free 0x5571735eb9c0 void 0.000120
+gallium_dri.so free 0x5571735dab00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab00 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000118
+gallium_dri.so free 0x5571735dab00 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba30 0.000118
+gallium_dri.so free 0x5571735ebb00 void 0.000119
+gallium_dri.so free 0x5571735eba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebb50 0.000118
+gallium_dri.so free 0x5571735ebbc0 void 0.000118
+gallium_dri.so free 0x5571735ebb50 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebbe0 0.000118
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebbe0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ebc30 0.000126
+gallium_dri.so free 0x5571735fa0c0 void 0.000120
+gallium_dri.so free 0x5571735ebc30 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebc30 0.000119
+gallium_dri.so free 0x5571735fa1c0 void 0.000119
+gallium_dri.so free 0x5571735ebc30 void 0.000119
+gallium_dri.so malloc 72 0x5571735fa170 0.000117
+gallium_dri.so free 0x5571735fa240 void 0.000119
+gallium_dri.so free 0x5571735fa170 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa290 0.000118
+gallium_dri.so free 0x5571735fa300 void 0.000118
+gallium_dri.so free 0x5571735fa290 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa320 0.000126
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x5571735fa320 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa320 0.000118
+gallium_dri.so free 0x5571735e1ac0 void 0.000118
+gallium_dri.so free 0x5571735fa320 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1a70 0.000118
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1b90 0.000118
+gallium_dri.so free 0x5571735e1c00 void 0.000118
+gallium_dri.so free 0x5571735e1b90 void 0.000117
+gallium_dri.so malloc 72 0x5571735e1c60 0.000117
+gallium_dri.so free 0x5571735fa3c0 void 0.000119
+gallium_dri.so free 0x5571735e1c60 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa370 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so free 0x5571735fa370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa370 0.000118
+gallium_dri.so free 0x5571735fb340 void 0.000117
+gallium_dri.so free 0x5571735fa370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000118
+gallium_dri.so free 0x5571735fb2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb410 0.000118
+gallium_dri.so free 0x5571735e1d00 void 0.000118
+gallium_dri.so free 0x5571735fb410 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000112
+gallium_dri.so free 0x5571735fb480 void 0.000111
+gallium_dri.so free 0x5571735e1cb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb4b0 0.000109
+gallium_dri.so free 0x5571735fb500 void 0.000110
+gallium_dri.so free 0x5571735fb4b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb500 0.000110
+gallium_dri.so free 0x5571735c0500 void 0.000109
+gallium_dri.so free 0x5571735fb500 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb500 0.000110
+gallium_dri.so free 0x5571735c0580 void 0.000110
+gallium_dri.so free 0x5571735fb500 void 0.000109
+gallium_dri.so malloc 72 0x5571735c0580 0.000110
+gallium_dri.so free 0x5571735c0640 void 0.000110
+gallium_dri.so free 0x5571735c0580 void 0.000110
+gallium_dri.so malloc 72 0x5571735c0580 0.000110
+gallium_dri.so free 0x5571735c0700 void 0.000111
+gallium_dri.so free 0x5571735c0580 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0580 0.000110
+gallium_dri.so free 0x5571735c07c0 void 0.000109
+gallium_dri.so free 0x5571735c0580 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0770 0.000119
+gallium_dri.so free 0x5571735f4c40 void 0.000118
+gallium_dri.so free 0x5571735c0770 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4c40 0.000110
+gallium_dri.so free 0x5571735f4d00 void 0.000110
+gallium_dri.so free 0x5571735f4c40 void 0.000138
+gallium_dri.so malloc 72 0x5571735f4c40 0.000127
+gallium_dri.so free 0x5571735f4d80 void 0.000124
+gallium_dri.so free 0x5571735f4c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f4c40 0.000125
+gallium_dri.so free 0x5571735f4e40 void 0.000123
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4c40 0.000125
+gallium_dri.so free 0x5571735f4f00 void 0.000127
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000119
+gallium_dri.so free 0x5571735f29c0 void 0.000118
+gallium_dri.so free 0x5571735f4eb0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2970 0.000124
+gallium_dri.so free 0x5571735f2a80 void 0.000125
+gallium_dri.so free 0x5571735f2970 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2a30 0.000124
+gallium_dri.so free 0x5571735f2ac0 void 0.000125
+gallium_dri.so free 0x5571735f2a30 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2a30 0.000120
+gallium_dri.so free 0x5571735f2b80 void 0.000118
+gallium_dri.so free 0x5571735f2a30 void 0.000194
+gallium_dri.so malloc 72 0x5571735f2bf0 0.000120
+gallium_dri.so free 0x5571735f2c40 void 0.000153
+gallium_dri.so free 0x5571735f2bf0 void 0.000166
+gallium_dri.so malloc 72 0x5571735f2bf0 0.000130
+gallium_dri.so free 0x557173589740 void 0.000129
+gallium_dri.so free 0x5571735f2bf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735896f0 0.000221
+gallium_dri.so free 0x557173589800 void 0.000221
+gallium_dri.so free 0x5571735896f0 void 0.000221
+gallium_dri.so malloc 72 0x5571735897b0 0.000219
+gallium_dri.so free 0x557173589840 void 0.000221
+gallium_dri.so free 0x5571735897b0 void 0.000237
+gallium_dri.so malloc 72 0x5571735897b0 0.000200
+gallium_dri.so free 0x557173589900 void 0.000185
+gallium_dri.so free 0x5571735897b0 void 0.000184
+gallium_dri.so malloc 72 0x557173589940 0.000161
+gallium_dri.so free 0x5571735899c0 void 0.000157
+gallium_dri.so free 0x557173589940 void 0.000133
+gallium_dri.so malloc 72 0x5571735899c0 0.000130
+gallium_dri.so free 0x5571736101c0 void 0.000130
+gallium_dri.so free 0x5571735899c0 void 0.000132
+gallium_dri.so malloc 72 0x557173610170 0.000133
+gallium_dri.so free 0x557173610240 void 0.000126
+gallium_dri.so free 0x557173610170 void 0.000124
+gallium_dri.so malloc 72 0x557173610170 0.000123
+gallium_dri.so free 0x557173610300 void 0.000124
+gallium_dri.so free 0x557173610170 void 0.000129
+gallium_dri.so malloc 72 0x557173610170 0.000131
+gallium_dri.so free 0x5571736103c0 void 0.000130
+gallium_dri.so free 0x557173610170 void 0.000127
+gallium_dri.so malloc 72 0x557173610370 0.000130
+gallium_dri.so free 0x557173610440 void 0.000129
+gallium_dri.so free 0x557173610370 void 0.000238
+gallium_dri.so malloc 72 0x557173610490 0.000236
+gallium_dri.so free 0x5571735de300 void 0.000275
+gallium_dri.so free 0x557173610490 void 0.000273
+gallium_dri.so malloc 72 0x5571735de320 0.000290
+gallium_dri.so free 0x5571735de3c0 void 0.000276
+gallium_dri.so free 0x5571735de320 void 0.000265
+gallium_dri.so malloc 72 0x5571735de370 0.000276
+gallium_dri.so free 0x5571735de440 void 0.000272
+gallium_dri.so free 0x5571735de370 void 0.000223
+gallium_dri.so malloc 72 0x5571735de440 0.000223
+gallium_dri.so free 0x5571735de500 void 0.000220
+gallium_dri.so free 0x5571735de440 void 0.000220
+gallium_dri.so malloc 72 0x5571735de440 0.000203
+gallium_dri.so free 0x5571735de580 void 0.000244
+gallium_dri.so free 0x5571735de440 void 0.000235
+gallium_dri.so malloc 72 0x5571735de580 0.000189
+gallium_dri.so free 0x5571735ec680 void 0.000308
+gallium_dri.so free 0x5571735de580 void 0.000385
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000310
+gallium_dri.so free 0x5571735ec740 void 0.000282
+gallium_dri.so free 0x5571735ec6a0 void 0.000291
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000285
+gallium_dri.so free 0x5571735ec7c0 void 0.000223
+gallium_dri.so free 0x5571735ec6f0 void 0.000171
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000134
+gallium_dri.so free 0x5571735ec840 void 0.000132
+gallium_dri.so free 0x5571735ec6f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec840 0.000131
+gallium_dri.so free 0x5571735ec900 void 0.000140
+gallium_dri.so free 0x5571735ec840 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec840 0.000130
+gallium_dri.so free 0x5571735dc8c0 void 0.000131
+gallium_dri.so free 0x5571735ec840 void 0.000143
+gallium_dri.so malloc 72 0x5571735dc870 0.000133
+gallium_dri.so free 0x5571735dc900 void 0.000134
+gallium_dri.so free 0x5571735dc870 void 0.000132
+gallium_dri.so malloc 72 0x5571735dc870 0.000130
+gallium_dri.so free 0x5571735dc9c0 void 0.000131
+gallium_dri.so free 0x5571735dc870 void 0.000131
+gallium_dri.so malloc 72 0x5571735dca00 0.000131
+gallium_dri.so free 0x5571735dca80 void 0.000134
+gallium_dri.so free 0x5571735dca00 void 0.000133
+gallium_dri.so malloc 72 0x5571735dca80 0.000131
+gallium_dri.so free 0x5571735dcb40 void 0.000133
+gallium_dri.so free 0x5571735dca80 void 0.000131
+gallium_dri.so malloc 72 0x5571735dca80 0.000133
+gallium_dri.so free 0x5571735e26c0 void 0.000182
+gallium_dri.so free 0x5571735dca80 void 0.000129
+gallium_dri.so malloc 72 0x5571735e26f0 0.000130
+gallium_dri.so free 0x5571735e2740 void 0.000131
+gallium_dri.so free 0x5571735e26f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e26f0 0.000131
+gallium_dri.so free 0x5571735e2840 void 0.000131
+gallium_dri.so free 0x5571735e26f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e2880 0.000131
+gallium_dri.so free 0x5571735e2900 void 0.000141
+gallium_dri.so free 0x5571735e2880 void 0.000130
+gallium_dri.so malloc 72 0x5571735e2900 0.000130
+gallium_dri.so free 0x5571735e29c0 void 0.000130
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2900 0.000130
+gallium_dri.so free 0x5571735c11c0 void 0.000130
+gallium_dri.so free 0x5571735e2900 void 0.000132
+gallium_dri.so malloc 72 0x5571735c11f0 0.000130
+gallium_dri.so free 0x5571735c1240 void 0.000131
+gallium_dri.so free 0x5571735c11f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c11f0 0.000131
+gallium_dri.so free 0x5571735c1340 void 0.000133
+gallium_dri.so free 0x5571735c11f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c12f0 0.000131
+gallium_dri.so free 0x5571735c1400 void 0.000132
+gallium_dri.so free 0x5571735c12f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c13b0 0.000131
+gallium_dri.so free 0x5571735c1480 void 0.000131
+gallium_dri.so free 0x5571735c13b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c13b0 0.000131
+gallium_dri.so free 0x5571735fe280 void 0.000132
+gallium_dri.so free 0x5571735c13b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fe230 0.000131
+gallium_dri.so free 0x5571735fe300 void 0.000163
+gallium_dri.so free 0x5571735fe230 void 0.000160
+gallium_dri.so malloc 72 0x5571735fe230 0.000219
+gallium_dri.so free 0x5571735fe380 void 0.000270
+gallium_dri.so free 0x5571735fe230 void 0.000272
+gallium_dri.so malloc 72 0x5571735fe380 0.000269
+gallium_dri.so free 0x5571735fe440 void 0.000416
+gallium_dri.so free 0x5571735fe380 void 0.000174
+gallium_dri.so malloc 72 0x5571735fe380 0.000332
+gallium_dri.so free 0x5571735fe500 void 0.000326
+gallium_dri.so free 0x5571735fe380 void 0.000230
+gallium_dri.so malloc 72 0x5571735fe380 0.000164
+gallium_dri.so free 0x5571735df640 void 0.000163
+gallium_dri.so free 0x5571735fe380 void 0.000136
+gallium_dri.so malloc 72 0x5571735df5f0 0.000124
+gallium_dri.so free 0x5571735df700 void 0.000152
+gallium_dri.so free 0x5571735df5f0 void 0.000299
+gallium_dri.so malloc 72 0x5571735df6b0 0.000243
+gallium_dri.so free 0x5571735df780 void 0.000289
+gallium_dri.so free 0x5571735df6b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735df7d0 0.000125
+gallium_dri.so free 0x5571735df840 void 0.000126
+gallium_dri.so free 0x5571735df7d0 void 0.000126
+gallium_dri.so malloc 72 0x5571735df860 0.000125
+gallium_dri.so free 0x5571735df900 void 0.000120
+gallium_dri.so free 0x5571735df860 void 0.000124
+gallium_dri.so malloc 72 0x5571735df8b0 0.000126
+gallium_dri.so free 0x5571735c4ac0 void 0.000119
+gallium_dri.so free 0x5571735df8b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4a70 0.000117
+gallium_dri.so free 0x5571735c4b40 void 0.000125
+gallium_dri.so free 0x5571735c4a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4b90 0.000125
+gallium_dri.so free 0x5571735c4c00 void 0.000118
+gallium_dri.so free 0x5571735c4b90 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4c40 0.000126
+gallium_dri.so free 0x5571735c4cc0 void 0.000126
+gallium_dri.so free 0x5571735c4c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c40 0.000118
+gallium_dri.so free 0x5571735c4d40 void 0.000124
+gallium_dri.so free 0x5571735c4c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4d70 0.000125
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x55717360c900 0.000121
+gallium_dri.so free 0x55717360c980 void 0.000126
+gallium_dri.so free 0x55717360c900 void 0.000122
+gallium_dri.so malloc 72 0x55717360c980 0.000124
+gallium_dri.so free 0x55717360ca40 void 0.000124
+gallium_dri.so free 0x55717360c980 void 0.000127
+gallium_dri.so malloc 72 0x55717360c980 0.000160
+gallium_dri.so free 0x55717360cac0 void 0.000162
+gallium_dri.so free 0x55717360c980 void 0.000158
+gallium_dri.so malloc 72 0x55717360caf0 0.000132
+gallium_dri.so free 0x55717360cb40 void 0.000127
+gallium_dri.so free 0x55717360caf0 void 0.000126
+gallium_dri.so malloc 72 0x55717360caf0 0.000125
+gallium_dri.so free 0x5571735f5900 void 0.000123
+gallium_dri.so free 0x55717360caf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5940 0.000126
+gallium_dri.so free 0x5571735f59c0 void 0.000125
+gallium_dri.so free 0x5571735f5940 void 0.000119
+gallium_dri.so malloc 72 0x5571735f59c0 0.000117
+gallium_dri.so free 0x5571735f5a80 void 0.000116
+gallium_dri.so free 0x5571735f59c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f59c0 0.000126
+gallium_dri.so free 0x5571735f5b00 void 0.000126
+gallium_dri.so free 0x5571735f59c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5b30 0.000135
+gallium_dri.so free 0x5571735f5b80 void 0.000137
+gallium_dri.so free 0x5571735f5b30 void 0.000133
+gallium_dri.so malloc 72 0x5571735f5b30 0.000133
+gallium_dri.so free 0x557173473680 void 0.000137
+gallium_dri.so free 0x5571735f5b30 void 0.000135
+gallium_dri.so malloc 72 0x5571734736d0 0.000137
+gallium_dri.so free 0x557173473740 void 0.000138
+gallium_dri.so free 0x5571734736d0 void 0.000144
+gallium_dri.so malloc 72 0x5571734737a0 0.000139
+gallium_dri.so free 0x557173473840 void 0.000135
+gallium_dri.so free 0x5571734737a0 void 0.000132
+gallium_dri.so malloc 72 0x5571734737f0 0.000136
+gallium_dri.so free 0x557173473880 void 0.000138
+gallium_dri.so free 0x5571734737f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734737f0 0.000133
+gallium_dri.so free 0x557173473940 void 0.000131
+gallium_dri.so free 0x5571734737f0 void 0.000137
+gallium_dri.so malloc 72 0x557173473980 0.000133
+gallium_dri.so free 0x557173461780 void 0.000133
+gallium_dri.so free 0x557173473980 void 0.000129
+gallium_dri.so malloc 72 0x557173461730 0.000139
+gallium_dri.so free 0x557173461840 void 0.000138
+gallium_dri.so free 0x557173461730 void 0.000140
+gallium_dri.so malloc 72 0x5571734617f0 0.000173
+gallium_dri.so free 0x557173461880 void 0.000171
+gallium_dri.so free 0x5571734617f0 void 0.000177
+gallium_dri.so malloc 72 0x5571734617f0 0.000176
+gallium_dri.so free 0x557173461940 void 0.000140
+gallium_dri.so free 0x5571734617f0 void 0.000140
+gallium_dri.so malloc 72 0x557173461990 0.000139
+gallium_dri.so free 0x557173461a00 void 0.000139
+gallium_dri.so free 0x557173461990 void 0.000140
+gallium_dri.so malloc 72 0x557173461a40 0.000133
+gallium_dri.so free 0x55717346a680 void 0.000138
+gallium_dri.so free 0x557173461a40 void 0.000140
+gallium_dri.so malloc 72 0x55717346a630 0.000137
+gallium_dri.so free 0x55717346a740 void 0.000139
+gallium_dri.so free 0x55717346a630 void 0.000133
+gallium_dri.so malloc 72 0x55717346a6f0 0.000132
+gallium_dri.so free 0x55717346a780 void 0.000146
+gallium_dri.so free 0x55717346a6f0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a6f0 0.000132
+gallium_dri.so free 0x55717346a840 void 0.000131
+gallium_dri.so free 0x55717346a6f0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a880 0.000131
+gallium_dri.so free 0x55717346a900 void 0.000134
+gallium_dri.so free 0x55717346a880 void 0.000127
+gallium_dri.so malloc 72 0x55717346a900 0.000129
+gallium_dri.so free 0x557173600840 void 0.000131
+gallium_dri.so free 0x55717346a900 void 0.000128
+gallium_dri.so malloc 72 0x5571736007f0 0.000124
+gallium_dri.so free 0x5571736008c0 void 0.000131
+gallium_dri.so free 0x5571736007f0 void 0.000131
+gallium_dri.so malloc 72 0x5571736008e0 0.000132
+gallium_dri.so free 0x557173600980 void 0.000132
+gallium_dri.so free 0x5571736008e0 void 0.000132
+gallium_dri.so malloc 72 0x557173600930 0.000126
+gallium_dri.so free 0x557173600a00 void 0.000131
+gallium_dri.so free 0x557173600930 void 0.000131
+gallium_dri.so malloc 72 0x557173600930 0.000132
+gallium_dri.so free 0x557173600a80 void 0.000133
+gallium_dri.so free 0x557173600930 void 0.000132
+gallium_dri.so malloc 72 0x557173600a80 0.000128
+gallium_dri.so free 0x5571735f6c40 void 0.000125
+gallium_dri.so free 0x557173600a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000141
+gallium_dri.so free 0x5571735f6c80 void 0.000129
+gallium_dri.so free 0x5571735f6bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000126
+gallium_dri.so free 0x5571735f6d40 void 0.000128
+gallium_dri.so free 0x5571735f6bf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6db0 0.000125
+gallium_dri.so free 0x5571735f6e00 void 0.000126
+gallium_dri.so free 0x5571735f6db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6db0 0.000125
+gallium_dri.so free 0x5571735f6f00 void 0.000126
+gallium_dri.so free 0x5571735f6db0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000124
+gallium_dri.so free 0x55717346cc40 void 0.000125
+gallium_dri.so free 0x5571735f6eb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346cbf0 0.000126
+gallium_dri.so free 0x55717346cc80 void 0.000133
+gallium_dri.so free 0x55717346cbf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346cbf0 0.000124
+gallium_dri.so free 0x55717346cd40 void 0.000125
+gallium_dri.so free 0x55717346cbf0 void 0.000127
+gallium_dri.so malloc 72 0x55717346cd80 0.000124
+gallium_dri.so free 0x55717346ce00 void 0.000131
+gallium_dri.so free 0x55717346cd80 void 0.000126
+gallium_dri.so malloc 72 0x55717346ce00 0.000130
+gallium_dri.so free 0x55717346cec0 void 0.000173
+gallium_dri.so free 0x55717346ce00 void 0.000167
+gallium_dri.so malloc 72 0x55717346ce00 0.000167
+gallium_dri.so free 0x5571735f9200 void 0.000132
+gallium_dri.so free 0x55717346ce00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f91b0 0.000126
+gallium_dri.so free 0x5571735f9240 void 0.000128
+gallium_dri.so free 0x5571735f91b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f91b0 0.000131
+gallium_dri.so free 0x5571735f9300 void 0.000131
+gallium_dri.so free 0x5571735f91b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9340 0.000125
+gallium_dri.so free 0x5571735f93c0 void 0.000124
+gallium_dri.so free 0x5571735f9340 void 0.000129
+gallium_dri.so malloc 72 0x5571735f93c0 0.000130
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so free 0x5571735f93c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f93c0 0.000131
+gallium_dri.so free 0x5571735db580 void 0.000127
+gallium_dri.so free 0x5571735f93c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db5b0 0.000125
+gallium_dri.so free 0x5571735db600 void 0.000141
+gallium_dri.so free 0x5571735db5b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735db600 0.000135
+gallium_dri.so free 0x5571735db6c0 void 0.000132
+gallium_dri.so free 0x5571735db600 void 0.000132
+gallium_dri.so malloc 72 0x5571735db600 0.000126
+gallium_dri.so free 0x5571735db7c0 void 0.000129
+gallium_dri.so free 0x5571735db600 void 0.000131
+gallium_dri.so malloc 72 0x5571735db770 0.000127
+gallium_dri.so free 0x5571735db880 void 0.000126
+gallium_dri.so free 0x5571735db770 void 0.000129
+gallium_dri.so malloc 72 0x5571735db830 0.000132
+gallium_dri.so free 0x55717360dc00 void 0.000132
+gallium_dri.so free 0x5571735db830 void 0.000133
+gallium_dri.so malloc 72 0x55717360dbb0 0.000132
+gallium_dri.so free 0x55717360dc80 void 0.000132
+gallium_dri.so free 0x55717360dbb0 void 0.000127
+gallium_dri.so malloc 72 0x55717360dbb0 0.000130
+gallium_dri.so free 0x55717360dd00 void 0.000132
+gallium_dri.so free 0x55717360dbb0 void 0.000128
+gallium_dri.so malloc 72 0x55717360dd00 0.000140
+gallium_dri.so free 0x55717360ddc0 void 0.000133
+gallium_dri.so free 0x55717360dd00 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd00 0.000132
+gallium_dri.so free 0x55717360dec0 void 0.000132
+gallium_dri.so free 0x55717360dd00 void 0.000132
+gallium_dri.so malloc 72 0x55717360de70 0.000132
+gallium_dri.so free 0x5571735fa5c0 void 0.000131
+gallium_dri.so free 0x55717360de70 void 0.000132
+gallium_dri.so malloc 72 0x55717360de70 0.000131
+gallium_dri.so free 0x5571735fa680 void 0.000131
+gallium_dri.so free 0x55717360de70 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa630 0.000131
+gallium_dri.so free 0x5571735fa700 void 0.000133
+gallium_dri.so free 0x5571735fa630 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa750 0.000131
+gallium_dri.so free 0x5571735fa7c0 void 0.000132
+gallium_dri.so free 0x5571735fa750 void 0.000132
+gallium_dri.so malloc 72 0x5571735fa7e0 0.000130
+gallium_dri.so free 0x5571735fa880 void 0.000133
+gallium_dri.so free 0x5571735fa7e0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fa830 0.000131
+gallium_dri.so free 0x5571735c2500 void 0.000131
+gallium_dri.so free 0x5571735fa830 void 0.000132
+gallium_dri.so malloc 72 0x5571735c24b0 0.000132
+gallium_dri.so free 0x5571735c2500 void 0.000127
+gallium_dri.so free 0x5571735c24b0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c24b0 0.000132
+gallium_dri.so free 0x5571735c2600 void 0.000132
+gallium_dri.so free 0x5571735c24b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c25b0 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000132
+gallium_dri.so free 0x5571735c25b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c2670 0.000132
+gallium_dri.so free 0x5571735c2700 void 0.000132
+gallium_dri.so free 0x5571735c2670 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2670 0.000130
+gallium_dri.so free 0x5571735c27c0 void 0.000133
+gallium_dri.so free 0x5571735c2670 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2800 0.000130
+gallium_dri.so free 0x557173601340 void 0.000166
+gallium_dri.so free 0x5571735c2800 void 0.000168
+gallium_dri.so malloc 72 0x557173601340 0.000164
+gallium_dri.so free 0x557173601400 void 0.000132
+gallium_dri.so free 0x557173601340 void 0.000132
+gallium_dri.so malloc 72 0x557173601340 0.000131
+gallium_dri.so free 0x5571736014c0 void 0.000131
+gallium_dri.so free 0x557173601340 void 0.000132
+gallium_dri.so malloc 72 0x5571736014e0 0.000131
+gallium_dri.so free 0x557173601580 void 0.000133
+gallium_dri.so free 0x5571736014e0 void 0.000127
+gallium_dri.so malloc 72 0x557173601530 0.000131
+gallium_dri.so free 0x557173601600 void 0.000129
+gallium_dri.so free 0x557173601530 void 0.000133
+gallium_dri.so malloc 72 0x557173601530 0.000127
+gallium_dri.so free 0x5571735ebdc0 void 0.000131
+gallium_dri.so free 0x557173601530 void 0.000127
+gallium_dri.so malloc 72 0x5571735ebd70 0.000130
+gallium_dri.so free 0x5571735ebe80 void 0.000126
+gallium_dri.so free 0x5571735ebd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebe30 0.000171
+gallium_dri.so free 0x5571735ebec0 void 0.000167
+gallium_dri.so free 0x5571735ebe30 void 0.000167
+gallium_dri.so malloc 72 0x5571735ebe30 0.000133
+gallium_dri.so free 0x5571735ebf80 void 0.000128
+gallium_dri.so free 0x5571735ebe30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebfd0 0.000131
+gallium_dri.so free 0x5571735ec040 void 0.000131
+gallium_dri.so free 0x5571735ebfd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec080 0.000127
+gallium_dri.so free 0x5571735e1e00 void 0.000129
+gallium_dri.so free 0x5571735ec080 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1db0 0.000131
+gallium_dri.so free 0x5571735e1ec0 void 0.000126
+gallium_dri.so free 0x5571735e1db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1e70 0.000132
+gallium_dri.so free 0x5571735e1f00 void 0.000133
+gallium_dri.so free 0x5571735e1e70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1e70 0.000125
+gallium_dri.so free 0x5571735e1fc0 void 0.000125
+gallium_dri.so free 0x5571735e1e70 void 0.000141
+gallium_dri.so malloc 72 0x5571735e2000 0.000132
+gallium_dri.so free 0x5571735e2080 void 0.000132
+gallium_dri.so free 0x5571735e2000 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2080 0.000131
+gallium_dri.so free 0x5571735dacc0 void 0.000133
+gallium_dri.so free 0x5571735e2080 void 0.000131
+gallium_dri.so malloc 72 0x5571735dac70 0.000131
+gallium_dri.so free 0x5571735dad40 void 0.000131
+gallium_dri.so free 0x5571735dac70 void 0.000127
+gallium_dri.so malloc 72 0x5571735dad60 0.000124
+gallium_dri.so free 0x5571735dae00 void 0.000129
+gallium_dri.so free 0x5571735dad60 void 0.000131
+gallium_dri.so malloc 72 0x5571735dadb0 0.000133
+gallium_dri.so free 0x5571735dae80 void 0.000127
+gallium_dri.so free 0x5571735dadb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dadb0 0.000131
+gallium_dri.so free 0x5571735daf00 void 0.000132
+gallium_dri.so free 0x5571735dadb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735daf00 0.000131
+gallium_dri.so free 0x5571735dafc0 void 0.000126
+gallium_dri.so free 0x5571735daf00 void 0.000127
+gallium_dri.so malloc 72 0x5571735daf00 0.000125
+gallium_dri.so free 0x5571735fb680 void 0.000126
+gallium_dri.so free 0x5571735daf00 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb630 0.000129
+gallium_dri.so free 0x5571735fb700 void 0.000125
+gallium_dri.so free 0x5571735fb630 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb630 0.000130
+gallium_dri.so free 0x5571735fb800 void 0.000132
+gallium_dri.so free 0x5571735fb630 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb7b0 0.000127
+gallium_dri.so free 0x5571735fb880 void 0.000130
+gallium_dri.so free 0x5571735fb7b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb8d0 0.000131
+gallium_dri.so free 0x5571735fb940 void 0.000134
+gallium_dri.so free 0x5571735fb8d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb960 0.000131
+gallium_dri.so free 0x5571735f5040 void 0.000131
+gallium_dri.so free 0x5571735fb960 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000127
+gallium_dri.so free 0x5571735f50c0 void 0.000132
+gallium_dri.so free 0x5571735f4ff0 void 0.000193
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000128
+gallium_dri.so free 0x5571735f5140 void 0.000125
+gallium_dri.so free 0x5571735f4ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5140 0.000136
+gallium_dri.so free 0x5571735f5200 void 0.000132
+gallium_dri.so free 0x5571735f5140 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5140 0.000131
+gallium_dri.so free 0x5571735f5300 void 0.000127
+gallium_dri.so free 0x5571735f5140 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5140 0.000129
+gallium_dri.so free 0x5571736068c0 void 0.000127
+gallium_dri.so free 0x5571735f5140 void 0.000125
+gallium_dri.so malloc 72 0x5571736068f0 0.000124
+gallium_dri.so free 0x557173606940 void 0.000124
+gallium_dri.so free 0x5571736068f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736068f0 0.000125
+gallium_dri.so free 0x557173606a40 void 0.000130
+gallium_dri.so free 0x5571736068f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736069f0 0.000124
+gallium_dri.so free 0x557173606b00 void 0.000124
+gallium_dri.so free 0x5571736069f0 void 0.000131
+gallium_dri.so malloc 72 0x557173606ab0 0.000141
+gallium_dri.so free 0x557173606b40 void 0.000132
+gallium_dri.so free 0x557173606ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173606ab0 0.000132
+gallium_dri.so free 0x557173606c00 void 0.000128
+gallium_dri.so free 0x557173606ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173606c50 0.000129
+gallium_dri.so free 0x5571735f3300 void 0.000127
+gallium_dri.so free 0x557173606c50 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3340 0.000131
+gallium_dri.so free 0x5571735f33c0 void 0.000132
+gallium_dri.so free 0x5571735f3340 void 0.000126
+gallium_dri.so malloc 72 0x5571735f33c0 0.000129
+gallium_dri.so free 0x5571735f3480 void 0.000126
+gallium_dri.so free 0x5571735f33c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f33c0 0.000127
+gallium_dri.so free 0x5571735f3500 void 0.000132
+gallium_dri.so free 0x5571735f33c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3530 0.000131
+gallium_dri.so free 0x5571735f3580 void 0.000132
+gallium_dri.so free 0x5571735f3530 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3530 0.000129
+gallium_dri.so free 0x5571735f3680 void 0.000131
+gallium_dri.so free 0x5571735f3530 void 0.000131
+gallium_dri.so malloc 72 0x5571735f3630 0.000127
+gallium_dri.so free 0x5571735ff740 void 0.000126
+gallium_dri.so free 0x5571735f3630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3630 0.000132
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so free 0x5571735f3630 void 0.000127
+gallium_dri.so malloc 72 0x5571735f3630 0.000124
+gallium_dri.so free 0x5571735ff880 void 0.000124
+gallium_dri.so free 0x5571735f3630 void 0.000130
+gallium_dri.so malloc 72 0x5571735f3630 0.000132
+gallium_dri.so free 0x5571735ff940 void 0.000131
+gallium_dri.so free 0x5571735f3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff8f0 0.000126
+gallium_dri.so free 0x5571735ff9c0 void 0.000124
+gallium_dri.so free 0x5571735ff8f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffa10 0.000132
+gallium_dri.so free 0x5571735ffa80 void 0.000130
+gallium_dri.so free 0x5571735ffa10 void 0.000132
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000141
+gallium_dri.so free 0x55717358e200 void 0.000128
+gallium_dri.so free 0x5571735ffaa0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ffaa0 0.000132
+gallium_dri.so free 0x55717358e2c0 void 0.000131
+gallium_dri.so free 0x5571735ffaa0 void 0.000127
+gallium_dri.so malloc 72 0x55717358e270 0.000125
+gallium_dri.so free 0x55717358e2c0 void 0.000126
+gallium_dri.so free 0x55717358e270 void 0.000129
+gallium_dri.so malloc 72 0x55717358e270 0.000131
+gallium_dri.so free 0x55717358e3c0 void 0.000132
+gallium_dri.so free 0x55717358e270 void 0.000131
+gallium_dri.so malloc 72 0x55717358e370 0.000131
+gallium_dri.so free 0x55717358e480 void 0.000132
+gallium_dri.so free 0x55717358e370 void 0.000131
+gallium_dri.so malloc 72 0x55717358e430 0.000131
+gallium_dri.so free 0x55717358e4c0 void 0.000131
+gallium_dri.so free 0x55717358e430 void 0.000132
+gallium_dri.so malloc 72 0x55717358e430 0.000132
+gallium_dri.so free 0x5571735fd180 void 0.000131
+gallium_dri.so free 0x55717358e430 void 0.000127
+gallium_dri.so malloc 72 0x55717358e430 0.000139
+gallium_dri.so free 0x5571735fd200 void 0.000132
+gallium_dri.so free 0x55717358e430 void 0.000127
+gallium_dri.so malloc 72 0x5571735fd200 0.000124
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so free 0x5571735fd200 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd200 0.000131
+gallium_dri.so free 0x5571735fd3c0 void 0.000131
+gallium_dri.so free 0x5571735fd200 void 0.000133
+gallium_dri.so malloc 72 0x5571735fd200 0.000131
+gallium_dri.so free 0x55717358e580 void 0.000131
+gallium_dri.so free 0x5571735fd200 void 0.000132
+gallium_dri.so malloc 72 0x55717358e5b0 0.000127
+gallium_dri.so free 0x5571735fd440 void 0.000125
+gallium_dri.so free 0x55717358e5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd480 0.000131
+gallium_dri.so free 0x557173608480 void 0.000126
+gallium_dri.so free 0x5571735fd480 void 0.000125
+gallium_dri.so malloc 72 0x557173608480 0.000125
+gallium_dri.so free 0x557173608540 void 0.000130
+gallium_dri.so free 0x557173608480 void 0.000127
+gallium_dri.so malloc 72 0x557173608480 0.000130
+gallium_dri.so free 0x5571736085c0 void 0.000173
+gallium_dri.so free 0x557173608480 void 0.000166
+gallium_dri.so malloc 72 0x5571736085f0 0.000170
+gallium_dri.so free 0x557173608640 void 0.000132
+gallium_dri.so free 0x5571736085f0 void 0.000132
+gallium_dri.so malloc 72 0x557173608640 0.000131
+gallium_dri.so free 0x5571735fd500 void 0.000127
+gallium_dri.so free 0x557173608640 void 0.000125
+gallium_dri.so malloc 72 0x557173608640 0.000130
+gallium_dri.so free 0x557173608700 void 0.000130
+gallium_dri.so free 0x557173608640 void 0.000130
+gallium_dri.so malloc 72 0x557173608700 0.000127
+gallium_dri.so free 0x5571736087c0 void 0.000124
+gallium_dri.so free 0x557173608700 void 0.000130
+gallium_dri.so malloc 72 0x557173608700 0.000129
+gallium_dri.so free 0x5571735d0000 void 0.000131
+gallium_dri.so free 0x557173608700 void 0.000126
+gallium_dri.so malloc 72 0x557173608700 0.000125
+gallium_dri.so free 0x5571735d00c0 void 0.000130
+gallium_dri.so free 0x557173608700 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0070 0.000136
+gallium_dri.so free 0x5571735d0140 void 0.000126
+gallium_dri.so free 0x5571735d0070 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0190 0.000126
+gallium_dri.so free 0x5571735d0200 void 0.000126
+gallium_dri.so free 0x5571735d0190 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0240 0.000129
+gallium_dri.so free 0x5571735d02c0 void 0.000126
+gallium_dri.so free 0x5571735d0240 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0240 0.000126
+gallium_dri.so free 0x5571735d0340 void 0.000126
+gallium_dri.so free 0x5571735d0240 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0370 0.000126
+gallium_dri.so free 0x557173462840 void 0.000125
+gallium_dri.so free 0x5571735d0370 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0370 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000132
+gallium_dri.so free 0x5571735d0370 void 0.000134
+gallium_dri.so malloc 72 0x5571734628c0 0.000132
+gallium_dri.so free 0x557173462980 void 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734628c0 0.000125
+gallium_dri.so free 0x557173462a40 void 0.000140
+gallium_dri.so free 0x5571734628c0 void 0.000132
+gallium_dri.so malloc 72 0x5571734628c0 0.000131
+gallium_dri.so free 0x557173462b00 void 0.000132
+gallium_dri.so free 0x5571734628c0 void 0.000132
+gallium_dri.so malloc 72 0x557173462ab0 0.000131
+gallium_dri.so free 0x557173462b00 void 0.000131
+gallium_dri.so free 0x557173462ab0 void 0.000127
+gallium_dri.so malloc 72 0x557173462ab0 0.000124
+gallium_dri.so free 0x5571735c39c0 void 0.000124
+gallium_dri.so free 0x557173462ab0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c39c0 0.000126
+gallium_dri.so free 0x557173462c00 void 0.000125
+gallium_dri.so free 0x5571735c39c0 void 0.000122
+gallium_dri.so malloc 72 0x557173462bb0 0.000129
+gallium_dri.so free 0x5571735c3a80 void 0.000132
+gallium_dri.so free 0x557173462bb0 void 0.000126
+gallium_dri.so malloc 72 0x557173462bb0 0.000126
+gallium_dri.so free 0x5571735c3b40 void 0.000124
+gallium_dri.so free 0x557173462bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3af0 0.000132
+gallium_dri.so free 0x5571735c3bc0 void 0.000132
+gallium_dri.so free 0x5571735c3af0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c3c10 0.000133
+gallium_dri.so free 0x5571735c3c80 void 0.000132
+gallium_dri.so free 0x5571735c3c10 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000130
+gallium_dri.so free 0x5571735c3d80 void 0.000131
+gallium_dri.so free 0x5571735c3ce0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3d30 0.000126
+gallium_dri.so free 0x557173464e00 void 0.000130
+gallium_dri.so free 0x5571735c3d30 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3d30 0.000131
+gallium_dri.so free 0x557173464ec0 void 0.000126
+gallium_dri.so free 0x5571735c3d30 void 0.000126
+gallium_dri.so malloc 72 0x557173464e70 0.000128
+gallium_dri.so free 0x557173464f40 void 0.000126
+gallium_dri.so free 0x557173464e70 void 0.000129
+gallium_dri.so malloc 72 0x557173464f90 0.000130
+gallium_dri.so free 0x557173465000 void 0.000131
+gallium_dri.so free 0x557173464f90 void 0.000131
+gallium_dri.so malloc 72 0x557173465020 0.000132
+gallium_dri.so free 0x5571734650c0 void 0.000127
+gallium_dri.so free 0x557173465020 void 0.000135
+gallium_dri.so malloc 72 0x557173465070 0.000130
+gallium_dri.so free 0x557173465140 void 0.000131
+gallium_dri.so free 0x557173465070 void 0.000126
+gallium_dri.so malloc 72 0x557173465140 0.000125
+gallium_dri.so free 0x557173620740 void 0.000129
+gallium_dri.so free 0x557173465140 void 0.000133
+gallium_dri.so malloc 72 0x557173465140 0.000125
+gallium_dri.so free 0x5571736207c0 void 0.000128
+gallium_dri.so free 0x557173465140 void 0.000124
+gallium_dri.so malloc 72 0x5571736207c0 0.000130
+gallium_dri.so free 0x557173620880 void 0.000131
+gallium_dri.so free 0x5571736207c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736207c0 0.000126
+gallium_dri.so free 0x557173620940 void 0.000130
+gallium_dri.so free 0x5571736207c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736207c0 0.000132
+gallium_dri.so free 0x557173620a00 void 0.000130
+gallium_dri.so free 0x5571736207c0 void 0.000131
+gallium_dri.so malloc 72 0x5571736209b0 0.000130
+gallium_dri.so free 0x557173620a80 void 0.000126
+gallium_dri.so free 0x5571736209b0 void 0.000227
+gallium_dri.so malloc 72 0x557173620ad0 0.000165
+gallium_dri.so free 0x55717346e100 void 0.000164
+gallium_dri.so free 0x557173620ad0 void 0.000160
+gallium_dri.so malloc 72 0x557173620ad0 0.000129
+gallium_dri.so free 0x55717346e180 void 0.000131
+gallium_dri.so free 0x557173620ad0 void 0.000127
+gallium_dri.so malloc 72 0x557173620ad0 0.000125
+gallium_dri.so free 0x55717346e240 void 0.000132
+gallium_dri.so free 0x557173620ad0 void 0.000128
+gallium_dri.so malloc 72 0x557173620ad0 0.000168
+gallium_dri.so free 0x55717346e300 void 0.000142
+gallium_dri.so free 0x557173620ad0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e2b0 0.000127
+gallium_dri.so free 0x55717346e380 void 0.000128
+gallium_dri.so free 0x55717346e2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e3d0 0.000127
+gallium_dri.so free 0x55717346e440 void 0.000128
+gallium_dri.so free 0x55717346e3d0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e460 0.000127
+gallium_dri.so free 0x5571735d25c0 void 0.000133
+gallium_dri.so free 0x55717346e460 void 0.000129
+gallium_dri.so malloc 72 0x55717346e460 0.000137
+gallium_dri.so free 0x5571735d2680 void 0.000127
+gallium_dri.so free 0x55717346e460 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2630 0.000126
+gallium_dri.so free 0x5571735d2680 void 0.000128
+gallium_dri.so free 0x5571735d2630 void 0.000126
+gallium_dri.so malloc 72 0x5571735d2630 0.000126
+gallium_dri.so free 0x5571735d2780 void 0.000128
+gallium_dri.so free 0x5571735d2630 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2730 0.000126
+gallium_dri.so free 0x5571735d2840 void 0.000125
+gallium_dri.so free 0x5571735d2730 void 0.000127
+gallium_dri.so malloc 72 0x5571735d27f0 0.000126
+gallium_dri.so free 0x5571735d2880 void 0.000126
+gallium_dri.so free 0x5571735d27f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735d27f0 0.000125
+gallium_dri.so free 0x55717360f0c0 void 0.000127
+gallium_dri.so free 0x5571735d27f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735d27f0 0.000151
+gallium_dri.so free 0x55717360f140 void 0.000151
+gallium_dri.so free 0x5571735d27f0 void 0.000148
+gallium_dri.so malloc 72 0x55717360f140 0.000147
+gallium_dri.so free 0x55717360f200 void 0.000131
+gallium_dri.so free 0x55717360f140 void 0.000235
+gallium_dri.so malloc 72 0x55717360f140 0.000147
+gallium_dri.so free 0x55717360f300 void 0.000128
+gallium_dri.so free 0x55717360f140 void 0.000129
+gallium_dri.so malloc 72 0x55717360f140 0.000133
+gallium_dri.so free 0x5571735d2940 void 0.000129
+gallium_dri.so free 0x55717360f140 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2970 0.000127
+gallium_dri.so free 0x55717360f380 void 0.000129
+gallium_dri.so free 0x5571735d2970 void 0.000127
+gallium_dri.so malloc 72 0x55717360f3c0 0.000127
+gallium_dri.so free 0x5571735f8100 void 0.000128
+gallium_dri.so free 0x55717360f3c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8100 0.000127
+gallium_dri.so free 0x5571735f81c0 void 0.000128
+gallium_dri.so free 0x5571735f8100 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8100 0.000139
+gallium_dri.so free 0x5571735f8240 void 0.000132
+gallium_dri.so free 0x5571735f8100 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8270 0.000122
+gallium_dri.so free 0x5571735f82c0 void 0.000129
+gallium_dri.so free 0x5571735f8270 void 0.000126
+gallium_dri.so malloc 72 0x5571735f82c0 0.000124
+gallium_dri.so free 0x55717360f440 void 0.000155
+gallium_dri.so free 0x5571735f82c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f82c0 0.000124
+gallium_dri.so free 0x5571735f8380 void 0.000126
+gallium_dri.so free 0x5571735f82c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f8380 0.000125
+gallium_dri.so free 0x5571735f8440 void 0.000124
+gallium_dri.so free 0x5571735f8380 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8380 0.000126
+gallium_dri.so free 0x55717346bb40 void 0.000125
+gallium_dri.so free 0x5571735f8380 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8380 0.000125
+gallium_dri.so free 0x55717346bc00 void 0.000126
+gallium_dri.so free 0x5571735f8380 void 0.000126
+gallium_dri.so malloc 72 0x55717346bbb0 0.000124
+gallium_dri.so free 0x55717346bc80 void 0.000124
+gallium_dri.so free 0x55717346bbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bcd0 0.000125
+gallium_dri.so free 0x55717346bd40 void 0.000124
+gallium_dri.so free 0x55717346bcd0 void 0.000127
+gallium_dri.so malloc 72 0x55717346bd80 0.000125
+gallium_dri.so free 0x55717346be00 void 0.000139
+gallium_dri.so free 0x55717346bd80 void 0.000135
+gallium_dri.so malloc 72 0x55717346bd80 0.000135
+gallium_dri.so free 0x55717346be80 void 0.000146
+gallium_dri.so free 0x55717346bd80 void 0.000129
+gallium_dri.so malloc 72 0x55717346beb0 0.000126
+gallium_dri.so free 0x557173469380 void 0.000120
+gallium_dri.so free 0x55717346beb0 void 0.000120
+gallium_dri.so malloc 72 0x55717346beb0 0.000119
+gallium_dri.so free 0x557173469400 void 0.000121
+gallium_dri.so free 0x55717346beb0 void 0.000122
+gallium_dri.so malloc 72 0x557173469400 0.000117
+gallium_dri.so free 0x5571734694c0 void 0.000116
+gallium_dri.so free 0x557173469400 void 0.000113
+gallium_dri.so malloc 72 0x557173469400 0.000114
+gallium_dri.so free 0x557173469580 void 0.000113
+gallium_dri.so free 0x557173469400 void 0.000116
+gallium_dri.so malloc 72 0x557173469400 0.000114
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x557173469400 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000113
+gallium_dri.so free 0x557173469640 void 0.000114
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695f0 0.000114
+gallium_dri.so free 0x557173461080 void 0.000116
+gallium_dri.so free 0x5571734695f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734610d0 0.000120
+gallium_dri.so free 0x557173461140 void 0.000115
+gallium_dri.so free 0x5571734610d0 void 0.000113
+gallium_dri.so malloc 72 0x557173461160 0.000113
+gallium_dri.so free 0x557173461200 void 0.000136
+gallium_dri.so free 0x557173461160 void 0.000115
+gallium_dri.so malloc 72 0x5571734611b0 0.000114
+gallium_dri.so free 0x557173469740 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734696f0 0.000116
+gallium_dri.so free 0x557173461280 void 0.000114
+gallium_dri.so free 0x5571734696f0 void 0.000114
+gallium_dri.so malloc 72 0x557173461280 0.000113
+gallium_dri.so free 0x557173461340 void 0.000121
+gallium_dri.so free 0x557173461280 void 0.000116
+gallium_dri.so malloc 72 0x557173461280 0.000114
+gallium_dri.so free 0x557173461400 void 0.000113
+gallium_dri.so free 0x557173461280 void 0.000113
+gallium_dri.so malloc 72 0x557173461420 0.000115
+gallium_dri.so free 0x5571735911c0 void 0.000114
+gallium_dri.so free 0x557173461420 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000113
+gallium_dri.so free 0x557173591240 void 0.000113
+gallium_dri.so free 0x5571735911f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735911f0 0.000112
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x5571735911f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735912f0 0.000122
+gallium_dri.so free 0x557173591400 void 0.000119
+gallium_dri.so free 0x5571735912f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913b0 0.000114
+gallium_dri.so free 0x557173591440 void 0.000139
+gallium_dri.so free 0x5571735913b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735913b0 0.000121
+gallium_dri.so free 0x557173591500 void 0.000123
+gallium_dri.so free 0x5571735913b0 void 0.000123
+gallium_dri.so malloc 72 0x557173591550 0.000118
+gallium_dri.so free 0x557173465800 void 0.000113
+gallium_dri.so free 0x557173591550 void 0.000117
+gallium_dri.so malloc 72 0x557173465840 0.000117
+gallium_dri.so free 0x5571734658c0 void 0.000116
+gallium_dri.so free 0x557173465840 void 0.000114
+gallium_dri.so malloc 72 0x5571734658c0 0.000122
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so free 0x5571734658c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734658c0 0.000118
+gallium_dri.so free 0x557173465a00 void 0.000120
+gallium_dri.so free 0x5571734658c0 void 0.000119
+gallium_dri.so malloc 72 0x557173465a30 0.000118
+gallium_dri.so free 0x557173465a80 void 0.000120
+gallium_dri.so free 0x557173465a30 void 0.000120
+gallium_dri.so malloc 72 0x557173465a30 0.000119
+gallium_dri.so free 0x557173465b80 void 0.000120
+gallium_dri.so free 0x557173465a30 void 0.000118
+gallium_dri.so malloc 72 0x557173465b30 0.000118
+gallium_dri.so free 0x557173469f80 void 0.000120
+gallium_dri.so free 0x557173465b30 void 0.000121
+gallium_dri.so malloc 72 0x557173469fc0 0.000141
+gallium_dri.so free 0x55717346a040 void 0.000119
+gallium_dri.so free 0x557173469fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173469fc0 0.000118
+gallium_dri.so free 0x55717346a0c0 void 0.000128
+gallium_dri.so free 0x557173469fc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a0f0 0.000124
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so free 0x55717346a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a0f0 0.000120
+gallium_dri.so free 0x55717346a240 void 0.000124
+gallium_dri.so free 0x55717346a0f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346a1f0 0.000126
+gallium_dri.so free 0x55717346a300 void 0.000159
+gallium_dri.so free 0x55717346a1f0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a2b0 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x55717346a2b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609eb0 0.000116
+gallium_dri.so free 0x557173609f00 void 0.000115
+gallium_dri.so free 0x557173609eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173609eb0 0.000121
+gallium_dri.so free 0x55717360a000 void 0.000117
+gallium_dri.so free 0x557173609eb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360a040 0.000115
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so free 0x55717360a040 void 0.000116
+gallium_dri.so malloc 72 0x55717360a0c0 0.000138
+gallium_dri.so free 0x55717346a340 void 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360a0c0 0.000117
+gallium_dri.so free 0x55717360a180 void 0.000119
+gallium_dri.so free 0x55717360a0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360a0c0 0.000113
+gallium_dri.so free 0x55717360a240 void 0.000114
+gallium_dri.so free 0x55717360a0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a1f0 0.000113
+gallium_dri.so free 0x55717360d500 void 0.000114
+gallium_dri.so free 0x55717360a1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360d550 0.000114
+gallium_dri.so free 0x55717360d5c0 void 0.000114
+gallium_dri.so free 0x55717360d550 void 0.000113
+gallium_dri.so malloc 72 0x55717360d620 0.000116
+gallium_dri.so free 0x55717360d6c0 void 0.000115
+gallium_dri.so free 0x55717360d620 void 0.000113
+gallium_dri.so malloc 72 0x55717360d670 0.000112
+gallium_dri.so free 0x55717360d700 void 0.000116
+gallium_dri.so free 0x55717360d670 void 0.000114
+gallium_dri.so malloc 72 0x55717360d670 0.000114
+gallium_dri.so free 0x55717360d7c0 void 0.000115
+gallium_dri.so free 0x55717360d670 void 0.000114
+gallium_dri.so malloc 72 0x55717360d800 0.000112
+gallium_dri.so free 0x55717360d880 void 0.000128
+gallium_dri.so free 0x55717360d800 void 0.000114
+gallium_dri.so malloc 72 0x55717360d880 0.000119
+gallium_dri.so free 0x55717346c540 void 0.000119
+gallium_dri.so free 0x55717360d880 void 0.000113
+gallium_dri.so malloc 72 0x55717346c560 0.000114
+gallium_dri.so free 0x55717346c600 void 0.000113
+gallium_dri.so free 0x55717346c560 void 0.000112
+gallium_dri.so malloc 72 0x55717346c5b0 0.000112
+gallium_dri.so free 0x55717346c680 void 0.000117
+gallium_dri.so free 0x55717346c5b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c680 0.000111
+gallium_dri.so free 0x55717346c740 void 0.000114
+gallium_dri.so free 0x55717346c680 void 0.000114
+gallium_dri.so malloc 72 0x55717346c680 0.000113
+gallium_dri.so free 0x55717346c7c0 void 0.000124
+gallium_dri.so free 0x55717346c680 void 0.000125
+gallium_dri.so malloc 72 0x55717346c7c0 0.000116
+gallium_dri.so free 0x55717346c880 void 0.000113
+gallium_dri.so free 0x55717346c7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c7c0 0.000112
+gallium_dri.so free 0x557173463240 void 0.000117
+gallium_dri.so free 0x55717346c7c0 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000121
+gallium_dri.so free 0x557173463270 void 0.000119
+gallium_dri.so malloc 72 0x557173463270 0.000115
+gallium_dri.so free 0x5571734633c0 void 0.000136
+gallium_dri.so free 0x557173463270 void 0.000119
+gallium_dri.so malloc 72 0x557173463370 0.000123
+gallium_dri.so free 0x557173463480 void 0.000121
+gallium_dri.so free 0x557173463370 void 0.000119
+gallium_dri.so malloc 72 0x557173463430 0.000120
+gallium_dri.so free 0x557173463500 void 0.000121
+gallium_dri.so free 0x557173463430 void 0.000119
+gallium_dri.so malloc 72 0x557173463520 0.000119
+gallium_dri.so free 0x5571734635c0 void 0.000126
+gallium_dri.so free 0x557173463520 void 0.000119
+gallium_dri.so malloc 72 0x557173463570 0.000120
+gallium_dri.so free 0x55717358ec00 void 0.000120
+gallium_dri.so free 0x557173463570 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec40 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so free 0x55717358ec40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ecc0 0.000118
+gallium_dri.so free 0x55717358ed80 void 0.000120
+gallium_dri.so free 0x55717358ecc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358ecc0 0.000120
+gallium_dri.so free 0x55717358ee00 void 0.000123
+gallium_dri.so free 0x55717358ecc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee30 0.000120
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358ee30 void 0.000120
+gallium_dri.so malloc 72 0x55717358ee30 0.000131
+gallium_dri.so free 0x55717358ef80 void 0.000119
+gallium_dri.so free 0x55717358ee30 void 0.000119
+gallium_dri.so malloc 72 0x55717358efc0 0.000118
+gallium_dri.so free 0x557173467dc0 void 0.000119
+gallium_dri.so free 0x55717358efc0 void 0.000118
+gallium_dri.so malloc 72 0x557173467e10 0.000118
+gallium_dri.so free 0x557173467e80 void 0.000118
+gallium_dri.so free 0x557173467e10 void 0.000119
+gallium_dri.so malloc 72 0x557173467ea0 0.000118
+gallium_dri.so free 0x557173467f40 void 0.000118
+gallium_dri.so free 0x557173467ea0 void 0.000119
+gallium_dri.so malloc 72 0x557173467ef0 0.000118
+gallium_dri.so free 0x557173467fc0 void 0.000118
+gallium_dri.so free 0x557173467ef0 void 0.000117
+gallium_dri.so malloc 72 0x557173467ef0 0.000118
+gallium_dri.so free 0x557173468040 void 0.000123
+gallium_dri.so free 0x557173467ef0 void 0.000126
+gallium_dri.so malloc 72 0x557173468040 0.000120
+gallium_dri.so free 0x557173468100 void 0.000119
+gallium_dri.so free 0x557173468040 void 0.000118
+gallium_dri.so malloc 72 0x557173468040 0.000119
+gallium_dri.so free 0x5571735f8b00 void 0.000123
+gallium_dri.so free 0x557173468040 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8b20 0.000119
+gallium_dri.so free 0x5571735f8bc0 void 0.000121
+gallium_dri.so free 0x5571735f8b20 void 0.000155
+gallium_dri.so malloc 72 0x5571735f8b70 0.000119
+gallium_dri.so free 0x5571735f8c40 void 0.000117
+gallium_dri.so free 0x5571735f8b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b70 0.000118
+gallium_dri.so free 0x5571735f8cc0 void 0.000126
+gallium_dri.so free 0x5571735f8b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000150
+gallium_dri.so free 0x5571735f8d80 void 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000123
+gallium_dri.so free 0x5571735f8e40 void 0.000118
+gallium_dri.so free 0x5571735f8cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x5571735f8cc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4410 0.000123
+gallium_dri.so free 0x5571735c4480 void 0.000124
+gallium_dri.so free 0x5571735c4410 void 0.000119
+gallium_dri.so malloc 72 0x5571735c44c0 0.000114
+gallium_dri.so free 0x5571735c4540 void 0.000116
+gallium_dri.so free 0x5571735c44c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4540 0.000120
+gallium_dri.so free 0x5571735c4600 void 0.000115
+gallium_dri.so free 0x5571735c4540 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4540 0.000114
+gallium_dri.so free 0x5571735f8f00 void 0.000129
+gallium_dri.so free 0x5571735c4540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000112
+gallium_dri.so free 0x5571735c4680 void 0.000114
+gallium_dri.so free 0x5571735f8eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000115
+gallium_dri.so free 0x5571735c4740 void 0.000115
+gallium_dri.so free 0x5571735c46c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4740 0.000114
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc200 0.000114
+gallium_dri.so free 0x5571735dc280 void 0.000116
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc200 0.000114
+gallium_dri.so free 0x5571735dc300 void 0.000114
+gallium_dri.so free 0x5571735dc200 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc330 0.000112
+gallium_dri.so free 0x5571735dc380 void 0.000113
+gallium_dri.so free 0x5571735dc330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc330 0.000112
+gallium_dri.so free 0x5571735dc480 void 0.000115
+gallium_dri.so free 0x5571735dc330 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc430 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so free 0x5571735dc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000112
+gallium_dri.so free 0x55717358c640 void 0.000123
+gallium_dri.so free 0x5571735dc4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c670 0.000112
+gallium_dri.so free 0x55717358c6c0 void 0.000117
+gallium_dri.so free 0x55717358c670 void 0.000119
+gallium_dri.so malloc 72 0x55717358c670 0.000115
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so free 0x55717358c670 void 0.000113
+gallium_dri.so malloc 72 0x55717358c800 0.000112
+gallium_dri.so free 0x55717358c880 void 0.000112
+gallium_dri.so free 0x55717358c800 void 0.000113
+gallium_dri.so malloc 72 0x55717358c880 0.000112
+gallium_dri.so free 0x5571735dc580 void 0.000116
+gallium_dri.so free 0x55717358c880 void 0.000123
+gallium_dri.so malloc 72 0x55717358c880 0.000118
+gallium_dri.so free 0x55717358c940 void 0.000114
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so malloc 72 0x55717358c880 0.000111
+gallium_dri.so free 0x55717358ca00 void 0.000213
+gallium_dri.so free 0x55717358c880 void 0.000213
+gallium_dri.so malloc 72 0x55717358c9b0 0.000275
+gallium_dri.so free 0x5571735e3300 void 0.000193
+gallium_dri.so free 0x55717358c9b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3350 0.000167
+gallium_dri.so free 0x5571735e33c0 void 0.000196
+gallium_dri.so free 0x5571735e3350 void 0.000171
+gallium_dri.so malloc 72 0x5571735e3420 0.000202
+gallium_dri.so free 0x5571735e34c0 void 0.000213
+gallium_dri.so free 0x5571735e3420 void 0.000125
+gallium_dri.so malloc 72 0x5571735e3470 0.000123
+gallium_dri.so free 0x5571735e3500 void 0.000127
+gallium_dri.so free 0x5571735e3470 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3470 0.000123
+gallium_dri.so free 0x5571735e35c0 void 0.000124
+gallium_dri.so free 0x5571735e3470 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3600 0.000124
+gallium_dri.so free 0x5571735e3680 void 0.000125
+gallium_dri.so free 0x5571735e3600 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3680 0.000123
+gallium_dri.so free 0x5571735fdb80 void 0.000124
+gallium_dri.so free 0x5571735e3680 void 0.000123
+gallium_dri.so malloc 72 0x5571735fdba0 0.000123
+gallium_dri.so free 0x5571735fdc40 void 0.000124
+gallium_dri.so free 0x5571735fdba0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000125
+gallium_dri.so free 0x5571735fdcc0 void 0.000123
+gallium_dri.so free 0x5571735fdbf0 void 0.000148
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000127
+gallium_dri.so free 0x5571735fdd80 void 0.000124
+gallium_dri.so free 0x5571735fdcc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000123
+gallium_dri.so free 0x5571735fde00 void 0.000124
+gallium_dri.so free 0x5571735fdcc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fde00 0.000125
+gallium_dri.so free 0x5571735fdec0 void 0.000147
+gallium_dri.so free 0x5571735fde00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fde00 0.000124
+gallium_dri.so free 0x557173600140 void 0.000123
+gallium_dri.so free 0x5571735fde00 void 0.000123
+gallium_dri.so malloc 72 0x557173600170 0.000122
+gallium_dri.so free 0x5571736001c0 void 0.000124
+gallium_dri.so free 0x557173600170 void 0.000123
+gallium_dri.so malloc 72 0x557173600170 0.000124
+gallium_dri.so free 0x5571736002c0 void 0.000123
+gallium_dri.so free 0x557173600170 void 0.000124
+gallium_dri.so malloc 72 0x557173600270 0.000123
+gallium_dri.so free 0x557173600380 void 0.000123
+gallium_dri.so free 0x557173600270 void 0.000123
+gallium_dri.so malloc 72 0x557173600330 0.000124
+gallium_dri.so free 0x557173600400 void 0.000126
+gallium_dri.so free 0x557173600330 void 0.000124
+gallium_dri.so malloc 72 0x557173600420 0.000134
+gallium_dri.so free 0x5571736004c0 void 0.000125
+gallium_dri.so free 0x557173600420 void 0.000124
+gallium_dri.so malloc 72 0x557173600470 0.000124
+gallium_dri.so free 0x55717346eb00 void 0.000124
+gallium_dri.so free 0x557173600470 void 0.000124
+gallium_dri.so malloc 72 0x55717346eb40 0.000123
+gallium_dri.so free 0x55717346ebc0 void 0.000124
+gallium_dri.so free 0x55717346eb40 void 0.000123
+gallium_dri.so malloc 72 0x55717346ebc0 0.000124
+gallium_dri.so free 0x55717346ec80 void 0.000124
+gallium_dri.so free 0x55717346ebc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ebc0 0.000124
+gallium_dri.so free 0x55717346ed00 void 0.000123
+gallium_dri.so free 0x55717346ebc0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ed30 0.000123
+gallium_dri.so free 0x55717346ed80 void 0.000126
+gallium_dri.so free 0x55717346ed30 void 0.000120
+gallium_dri.so malloc 72 0x55717346ed30 0.000131
+gallium_dri.so free 0x55717346ee80 void 0.000119
+gallium_dri.so free 0x55717346ed30 void 0.000118
+gallium_dri.so malloc 72 0x55717346eec0 0.000118
+gallium_dri.so free 0x5571735d5580 void 0.000121
+gallium_dri.so free 0x55717346eec0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d55d0 0.000117
+gallium_dri.so free 0x5571735d5640 void 0.000117
+gallium_dri.so free 0x5571735d55d0 void 0.000122
+gallium_dri.so malloc 72 0x5571735d5660 0.000119
+gallium_dri.so free 0x5571735d5700 void 0.000117
+gallium_dri.so free 0x5571735d5660 void 0.000118
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d5780 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d56b0 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000118
+gallium_dri.so free 0x5571735d56b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d5800 0.000118
+gallium_dri.so free 0x5571735d58c0 void 0.000117
+gallium_dri.so free 0x5571735d5800 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5800 0.000120
+gallium_dri.so free 0x55717358a080 void 0.000118
+gallium_dri.so free 0x5571735d5800 void 0.000118
+gallium_dri.so malloc 72 0x55717358a0a0 0.000117
+gallium_dri.so free 0x55717358a140 void 0.000116
+gallium_dri.so free 0x55717358a0a0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0f0 0.000118
+gallium_dri.so free 0x55717358a1c0 void 0.000118
+gallium_dri.so free 0x55717358a0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a0f0 0.000118
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so free 0x55717358a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a240 0.000117
+gallium_dri.so free 0x55717358a300 void 0.000128
+gallium_dri.so free 0x55717358a240 void 0.000118
+gallium_dri.so malloc 72 0x55717358a240 0.000119
+gallium_dri.so free 0x55717358a3c0 void 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so malloc 72 0x55717358a240 0.000117
+gallium_dri.so free 0x5571735c1e00 void 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e50 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000119
+gallium_dri.so free 0x5571735c1e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f00 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so free 0x5571735c1f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f80 0.000118
+gallium_dri.so free 0x5571735c2040 void 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1f80 0.000117
+gallium_dri.so free 0x55717358a480 void 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000118
+gallium_dri.so malloc 72 0x55717358a430 0.000118
+gallium_dri.so free 0x5571735c20c0 void 0.000120
+gallium_dri.so free 0x55717358a430 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2100 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so free 0x5571735c2100 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2180 0.000128
+gallium_dri.so free 0x5571735d2fc0 void 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3000 0.000118
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so free 0x5571735d3000 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3000 0.000117
+gallium_dri.so free 0x5571735d3100 void 0.000117
+gallium_dri.so free 0x5571735d3000 void 0.000117
+gallium_dri.so malloc 72 0x5571735d3130 0.000139
+gallium_dri.so free 0x5571735d3180 void 0.000138
+gallium_dri.so free 0x5571735d3130 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3130 0.000117
+gallium_dri.so free 0x5571735d3280 void 0.000119
+gallium_dri.so free 0x5571735d3130 void 0.000118
+gallium_dri.so malloc 72 0x5571735d3230 0.000118
+gallium_dri.so free 0x5571735d3340 void 0.000120
+gallium_dri.so free 0x5571735d3230 void 0.000118
+gallium_dri.so malloc 72 0x5571735d32f0 0.000117
+gallium_dri.so free 0x557173604300 void 0.000118
+gallium_dri.so free 0x5571735d32f0 void 0.000119
+gallium_dri.so malloc 72 0x557173604330 0.000117
+gallium_dri.so free 0x557173604380 void 0.000119
+gallium_dri.so free 0x557173604330 void 0.000119
+gallium_dri.so malloc 72 0x557173604330 0.000119
+gallium_dri.so free 0x557173604480 void 0.000117
+gallium_dri.so free 0x557173604330 void 0.000173
+gallium_dri.so malloc 72 0x5571736044c0 0.000120
+gallium_dri.so free 0x557173604540 void 0.000118
+gallium_dri.so free 0x5571736044c0 void 0.000119
+gallium_dri.so malloc 72 0x557173604540 0.000118
+gallium_dri.so free 0x5571735d3380 void 0.000117
+gallium_dri.so free 0x557173604540 void 0.000117
+gallium_dri.so malloc 72 0x557173604540 0.000117
+gallium_dri.so free 0x557173604600 void 0.000118
+gallium_dri.so free 0x557173604540 void 0.000118
+gallium_dri.so malloc 72 0x557173604540 0.000119
+gallium_dri.so free 0x5571736046c0 void 0.000118
+gallium_dri.so free 0x557173604540 void 0.000117
+gallium_dri.so malloc 72 0x557173604670 0.000117
+gallium_dri.so free 0x557173601d40 void 0.000118
+gallium_dri.so free 0x557173604670 void 0.000117
+gallium_dri.so malloc 72 0x557173601d90 0.000118
+gallium_dri.so free 0x557173601e00 void 0.000119
+gallium_dri.so free 0x557173601d90 void 0.000117
+gallium_dri.so malloc 72 0x557173601e60 0.000119
+gallium_dri.so free 0x557173601f00 void 0.000118
+gallium_dri.so free 0x557173601e60 void 0.000115
+gallium_dri.so malloc 72 0x557173601eb0 0.000118
+gallium_dri.so free 0x557173601f40 void 0.000117
+gallium_dri.so free 0x557173601eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000117
+gallium_dri.so free 0x557173602000 void 0.000118
+gallium_dri.so free 0x557173601eb0 void 0.000121
+gallium_dri.so malloc 72 0x557173602040 0.000118
+gallium_dri.so free 0x5571736020c0 void 0.000117
+gallium_dri.so free 0x557173602040 void 0.000117
+gallium_dri.so malloc 72 0x5571736020c0 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000118
+gallium_dri.so free 0x5571736020c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6560 0.000117
+gallium_dri.so free 0x5571735f6600 void 0.000118
+gallium_dri.so free 0x5571735f6560 void 0.000119
+gallium_dri.so malloc 72 0x5571735f65b0 0.000119
+gallium_dri.so free 0x5571735f6680 void 0.000119
+gallium_dri.so free 0x5571735f65b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6680 0.000117
+gallium_dri.so free 0x5571735f6740 void 0.000118
+gallium_dri.so free 0x5571735f6680 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6680 0.000118
+gallium_dri.so free 0x5571735f67c0 void 0.000120
+gallium_dri.so free 0x5571735f6680 void 0.000120
+gallium_dri.so malloc 72 0x5571735f67c0 0.000118
+gallium_dri.so free 0x5571735f6880 void 0.000119
+gallium_dri.so free 0x5571735f67c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f67c0 0.000118
+gallium_dri.so free 0x55717360fac0 void 0.000121
+gallium_dri.so free 0x5571735f67c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360faf0 0.000124
+gallium_dri.so free 0x55717360fb40 void 0.000129
+gallium_dri.so free 0x55717360faf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360faf0 0.000119
+gallium_dri.so free 0x55717360fc40 void 0.000118
+gallium_dri.so free 0x55717360faf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fbf0 0.000119
+gallium_dri.so free 0x55717360fd00 void 0.000118
+gallium_dri.so free 0x55717360fbf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fcb0 0.000119
+gallium_dri.so free 0x55717360fd80 void 0.000117
+gallium_dri.so free 0x55717360fcb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fda0 0.000118
+gallium_dri.so free 0x55717360fe40 void 0.000118
+gallium_dri.so free 0x55717360fda0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fdf0 0.000119
+gallium_dri.so free 0x557173608e80 void 0.000118
+gallium_dri.so free 0x55717360fdf0 void 0.000118
+gallium_dri.so malloc 72 0x557173608ec0 0.000119
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so free 0x557173608ec0 void 0.000115
+gallium_dri.so malloc 72 0x557173608f40 0.000118
+gallium_dri.so free 0x557173609000 void 0.000119
+gallium_dri.so free 0x557173608f40 void 0.000118
+gallium_dri.so malloc 72 0x557173608f40 0.000118
+gallium_dri.so free 0x557173609080 void 0.000118
+gallium_dri.so free 0x557173608f40 void 0.000117
+gallium_dri.so malloc 72 0x5571736090b0 0.000125
+gallium_dri.so free 0x557173609100 void 0.000119
+gallium_dri.so free 0x5571736090b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736090b0 0.000119
+gallium_dri.so free 0x557173609200 void 0.000118
+gallium_dri.so free 0x5571736090b0 void 0.000117
+gallium_dri.so malloc 72 0x557173609240 0.000117
+gallium_dri.so free 0x5571735d0a00 void 0.000117
+gallium_dri.so free 0x557173609240 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0a50 0.000119
+gallium_dri.so free 0x5571735d0ac0 void 0.000118
+gallium_dri.so free 0x5571735d0a50 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0ae0 0.000117
+gallium_dri.so free 0x5571735d0b80 void 0.000119
+gallium_dri.so free 0x5571735d0ae0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000118
+gallium_dri.so free 0x5571735d0c00 void 0.000118
+gallium_dri.so free 0x5571735d0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0b30 0.000119
+gallium_dri.so free 0x5571735d0c80 void 0.000119
+gallium_dri.so free 0x5571735d0b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0c80 0.000119
+gallium_dri.so free 0x5571735d0d40 void 0.000118
+gallium_dri.so free 0x5571735d0c80 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0c80 0.000117
+gallium_dri.so free 0x5571735def40 void 0.000115
+gallium_dri.so free 0x5571735d0c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735def60 0.000183
+gallium_dri.so free 0x5571735df000 void 0.000119
+gallium_dri.so free 0x5571735def60 void 0.000118
+gallium_dri.so malloc 72 0x5571735defb0 0.000119
+gallium_dri.so free 0x5571735df080 void 0.000117
+gallium_dri.so free 0x5571735defb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735defb0 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000118
+gallium_dri.so free 0x5571735defb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df100 0.000119
+gallium_dri.so free 0x5571735df1c0 void 0.000119
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so malloc 72 0x5571735df100 0.000118
+gallium_dri.so free 0x5571735df280 void 0.000117
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so malloc 72 0x5571735df100 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so free 0x5571735df100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7b00 0.000118
+gallium_dri.so free 0x5571735f7bc0 void 0.000118
+gallium_dri.so free 0x5571735f7b00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b00 0.000118
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7c40 0.000119
+gallium_dri.so free 0x5571735f7d00 void 0.000118
+gallium_dri.so free 0x5571735f7c40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7c40 0.000118
+gallium_dri.so free 0x5571735df340 void 0.000119
+gallium_dri.so free 0x5571735f7c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735df2f0 0.000118
+gallium_dri.so free 0x5571735f7dc0 void 0.000117
+gallium_dri.so free 0x5571735df2f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735df2f0 0.000117
+gallium_dri.so free 0x5571735f7e40 void 0.000118
+gallium_dri.so free 0x5571735df2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7e40 0.000118
+gallium_dri.so free 0x5571735f7f00 void 0.000116
+gallium_dri.so free 0x5571735f7e40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7e40 0.000123
+gallium_dri.so free 0x5571735ff140 void 0.000126
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e40 0.000118
+gallium_dri.so free 0x5571735ff1c0 void 0.000124
+gallium_dri.so free 0x5571735f7e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000116
+gallium_dri.so free 0x5571735ff240 void 0.000117
+gallium_dri.so free 0x5571735ff1f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000117
+gallium_dri.so free 0x5571735ff340 void 0.000117
+gallium_dri.so free 0x5571735ff1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000116
+gallium_dri.so free 0x5571735ff400 void 0.000119
+gallium_dri.so free 0x5571735ff2f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000116
+gallium_dri.so free 0x5571735ff440 void 0.000118
+gallium_dri.so free 0x5571735ff3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000120
+gallium_dri.so free 0x5571735ff500 void 0.000118
+gallium_dri.so free 0x5571735ff3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff570 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000118
+gallium_dri.so free 0x5571735ff570 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff570 0.000117
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so free 0x5571735ff570 void 0.000117
+gallium_dri.so malloc 72 0x55717360eb40 0.000117
+gallium_dri.so free 0x55717360ec00 void 0.000117
+gallium_dri.so free 0x55717360eb40 void 0.000119
+gallium_dri.so malloc 72 0x55717360eb40 0.000118
+gallium_dri.so free 0x55717360ecc0 void 0.000118
+gallium_dri.so free 0x55717360eb40 void 0.000118
+gallium_dri.so malloc 72 0x55717360eb40 0.000118
+gallium_dri.so free 0x55717360ed80 void 0.000118
+gallium_dri.so free 0x55717360eb40 void 0.000119
+gallium_dri.so malloc 72 0x55717360ed30 0.000120
+gallium_dri.so free 0x55717360ee00 void 0.000120
+gallium_dri.so free 0x55717360ed30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ee50 0.000186
+gallium_dri.so free 0x55717360eec0 void 0.000111
+gallium_dri.so free 0x55717360ee50 void 0.000111
+gallium_dri.so malloc 72 0x55717360ef20 0.000110
+gallium_dri.so free 0x55717346b540 void 0.000110
+gallium_dri.so free 0x55717360ef20 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef20 0.000110
+gallium_dri.so free 0x55717346b5c0 void 0.000111
+gallium_dri.so free 0x55717360ef20 void 0.000110
+gallium_dri.so malloc 72 0x55717346b5f0 0.000110
+gallium_dri.so free 0x55717346b640 void 0.000110
+gallium_dri.so free 0x55717346b5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b5f0 0.000127
+gallium_dri.so free 0x55717346b740 void 0.000112
+gallium_dri.so free 0x55717346b5f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b6f0 0.000110
+gallium_dri.so free 0x55717346b800 void 0.000109
+gallium_dri.so free 0x55717346b6f0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b7b0 0.000111
+gallium_dri.so free 0x55717346b840 void 0.000109
+gallium_dri.so free 0x55717346b7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b7b0 0.000110
+gallium_dri.so free 0x55717346b900 void 0.000110
+gallium_dri.so free 0x55717346b7b0 void 0.000110
+gallium_dri.so malloc 72 0x55717346b950 0.000110
+gallium_dri.so free 0x5571735c33c0 void 0.000111
+gallium_dri.so free 0x55717346b950 void 0.000109
+gallium_dri.so malloc 72 0x55717346b950 0.000111
+gallium_dri.so free 0x5571735c3440 void 0.000138
+gallium_dri.so free 0x55717346b950 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3440 0.000118
+gallium_dri.so free 0x5571735c3500 void 0.000123
+gallium_dri.so free 0x5571735c3440 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3440 0.000116
+gallium_dri.so free 0x5571735c35c0 void 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3440 0.000118
+gallium_dri.so free 0x5571735c3680 void 0.000119
+gallium_dri.so free 0x5571735c3440 void 0.000116
+gallium_dri.so malloc 72 0x5571735c3630 0.000118
+gallium_dri.so free 0x5571735c3700 void 0.000117
+gallium_dri.so free 0x5571735c3630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3750 0.000117
+gallium_dri.so free 0x5571735c37c0 void 0.000118
+gallium_dri.so free 0x5571735c3750 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3800 0.000118
+gallium_dri.so free 0x5571735e0500 void 0.000117
+gallium_dri.so free 0x5571735c3800 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3800 0.000120
+gallium_dri.so free 0x5571735e0580 void 0.000117
+gallium_dri.so free 0x5571735c3800 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05b0 0.000117
+gallium_dri.so free 0x5571735e0600 void 0.000116
+gallium_dri.so free 0x5571735e05b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e05b0 0.000127
+gallium_dri.so free 0x5571735e0700 void 0.000119
+gallium_dri.so free 0x5571735e05b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e06b0 0.000118
+gallium_dri.so free 0x5571735e07c0 void 0.000117
+gallium_dri.so free 0x5571735e06b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0770 0.000117
+gallium_dri.so free 0x5571735e0800 void 0.000119
+gallium_dri.so free 0x5571735e0770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0770 0.000118
+gallium_dri.so free 0x5571735e08c0 void 0.000118
+gallium_dri.so free 0x5571735e0770 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0930 0.000118
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so free 0x5571735e0930 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0930 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000117
+gallium_dri.so free 0x5571735e0930 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcc00 0.000119
+gallium_dri.so free 0x5571735fccc0 void 0.000118
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc00 0.000117
+gallium_dri.so free 0x5571735fcd80 void 0.000124
+gallium_dri.so free 0x5571735fcc00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcc00 0.000117
+gallium_dri.so free 0x5571735fce40 void 0.000117
+gallium_dri.so free 0x5571735fcc00 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000122
+gallium_dri.so free 0x5571735fcec0 void 0.000118
+gallium_dri.so free 0x5571735fcdf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcf10 0.000119
+gallium_dri.so free 0x5571735fcf80 void 0.000117
+gallium_dri.so free 0x5571735fcf10 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000117
+gallium_dri.so free 0x55717346db00 void 0.000118
+gallium_dri.so free 0x5571735fcfe0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcfe0 0.000117
+gallium_dri.so free 0x55717346db80 void 0.000118
+gallium_dri.so free 0x5571735fcfe0 void 0.000117
+gallium_dri.so malloc 72 0x55717346dbb0 0.000117
+gallium_dri.so free 0x55717346dc00 void 0.000117
+gallium_dri.so free 0x55717346dbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346dbb0 0.000117
+gallium_dri.so free 0x55717346dd00 void 0.000117
+gallium_dri.so free 0x55717346dbb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346dcb0 0.000117
+gallium_dri.so free 0x55717346ddc0 void 0.000117
+gallium_dri.so free 0x55717346dcb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346dd70 0.000118
+gallium_dri.so free 0x55717346de00 void 0.000118
+gallium_dri.so free 0x55717346dd70 void 0.000117
+gallium_dri.so malloc 72 0x55717346dd70 0.000116
+gallium_dri.so free 0x55717346dec0 void 0.000118
+gallium_dri.so free 0x55717346dd70 void 0.000126
+gallium_dri.so malloc 72 0x55717346df10 0.000118
+gallium_dri.so free 0x557173620140 void 0.000117
+gallium_dri.so free 0x55717346df10 void 0.000117
+gallium_dri.so malloc 72 0x55717346df10 0.000117
+gallium_dri.so free 0x5571736201c0 void 0.000117
+gallium_dri.so free 0x55717346df10 void 0.000116
+gallium_dri.so malloc 72 0x5571736201c0 0.000117
+gallium_dri.so free 0x557173620280 void 0.000117
+gallium_dri.so free 0x5571736201c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736201c0 0.000117
+gallium_dri.so free 0x557173620340 void 0.000116
+gallium_dri.so free 0x5571736201c0 void 0.000142
+gallium_dri.so malloc 72 0x5571736201c0 0.000121
+gallium_dri.so free 0x557173620400 void 0.000119
+gallium_dri.so free 0x5571736201c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736203b0 0.000116
+gallium_dri.so free 0x557173620480 void 0.000118
+gallium_dri.so free 0x5571736203b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736204d0 0.000117
+gallium_dri.so free 0x557173620540 void 0.000118
+gallium_dri.so free 0x5571736204d0 void 0.000116
+gallium_dri.so malloc 72 0x557173620580 0.000117
+gallium_dri.so free 0x5571735dd780 void 0.000118
+gallium_dri.so free 0x557173620580 void 0.000117
+gallium_dri.so malloc 72 0x557173620580 0.000117
+gallium_dri.so free 0x5571735dd800 void 0.000129
+gallium_dri.so free 0x557173620580 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd830 0.000118
+gallium_dri.so free 0x5571735dd880 void 0.000118
+gallium_dri.so free 0x5571735dd830 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd830 0.000119
+gallium_dri.so free 0x5571735dd980 void 0.000118
+gallium_dri.so free 0x5571735dd830 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd930 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000118
+gallium_dri.so free 0x5571735dd930 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000117
+gallium_dri.so free 0x5571735dda80 void 0.000124
+gallium_dri.so free 0x5571735dd9f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd9f0 0.000118
+gallium_dri.so free 0x5571735ddb40 void 0.000118
+gallium_dri.so free 0x5571735dd9f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddbb0 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x5571735ddbb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ddbb0 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so free 0x5571735ddbb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000118
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735dde00 void 0.000118
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735ddf80 void 0.000122
+gallium_dri.so free 0x5571735dde00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735de040 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddff0 0.000118
+gallium_dri.so free 0x5571735de0c0 void 0.000117
+gallium_dri.so free 0x5571735ddff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de110 0.000117
+gallium_dri.so free 0x5571735de180 void 0.000118
+gallium_dri.so free 0x5571735de110 void 0.000119
+gallium_dri.so malloc 72 0x5571735de1e0 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000178
+gallium_dri.so free 0x5571735de1e0 void 0.000220
+gallium_dri.so malloc 72 0x5571735de1e0 0.000182
+gallium_dri.so free 0x5571735e0b80 void 0.000119
+gallium_dri.so free 0x5571735de1e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000117
+gallium_dri.so free 0x5571735e0c00 void 0.000120
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000117
+gallium_dri.so free 0x5571735e0bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000119
+gallium_dri.so free 0x5571735e0dc0 void 0.000126
+gallium_dri.so free 0x5571735e0cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d70 0.000118
+gallium_dri.so free 0x5571735e0e00 void 0.000119
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0d70 0.000118
+gallium_dri.so free 0x5571735e0ec0 void 0.000117
+gallium_dri.so free 0x5571735e0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0f10 0.000119
+gallium_dri.so free 0x5571735e0f80 void 0.000118
+gallium_dri.so free 0x5571735e0f10 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0fc0 0.000118
+gallium_dri.so free 0x557173619f80 void 0.000119
+gallium_dri.so free 0x5571735e0fc0 void 0.000118
+gallium_dri.so malloc 72 0x557173619fd0 0.000119
+gallium_dri.so free 0x55717361a040 void 0.000118
+gallium_dri.so free 0x557173619fd0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a060 0.000117
+gallium_dri.so free 0x5571735e1040 void 0.000118
+gallium_dri.so free 0x55717361a060 void 0.000118
+gallium_dri.so malloc 72 0x55717361a060 0.000117
+gallium_dri.so free 0x55717361a100 void 0.000119
+gallium_dri.so free 0x55717361a060 void 0.000114
+gallium_dri.so malloc 72 0x55717361a0b0 0.000118
+gallium_dri.so free 0x55717361a180 void 0.000119
+gallium_dri.so free 0x55717361a0b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a1d0 0.000118
+gallium_dri.so free 0x55717361a240 void 0.000126
+gallium_dri.so free 0x55717361a1d0 void 0.000126
+gallium_dri.so malloc 72 0x55717361a280 0.000119
+gallium_dri.so free 0x55717361a300 void 0.000121
+gallium_dri.so free 0x55717361a280 void 0.000118
+gallium_dri.so malloc 72 0x55717361a280 0.000117
+gallium_dri.so free 0x55717361a380 void 0.000118
+gallium_dri.so free 0x55717361a280 void 0.000119
+gallium_dri.so malloc 72 0x55717361a3b0 0.000119
+gallium_dri.so free 0x55717361a400 void 0.000118
+gallium_dri.so free 0x55717361a3b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a3b0 0.000118
+gallium_dri.so free 0x55717361a500 void 0.000117
+gallium_dri.so free 0x55717361a3b0 void 0.000149
+gallium_dri.so malloc 72 0x55717361a4b0 0.000120
+gallium_dri.so free 0x55717361a5c0 void 0.000118
+gallium_dri.so free 0x55717361a4b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a570 0.000118
+gallium_dri.so free 0x55717361a600 void 0.000117
+gallium_dri.so free 0x55717361a570 void 0.000118
+gallium_dri.so malloc 72 0x55717361a570 0.000118
+gallium_dri.so free 0x55717361a6c0 void 0.000117
+gallium_dri.so free 0x55717361a570 void 0.000118
+gallium_dri.so malloc 72 0x55717361a730 0.000119
+gallium_dri.so free 0x55717361a780 void 0.000118
+gallium_dri.so free 0x55717361a730 void 0.000120
+gallium_dri.so malloc 72 0x55717361a730 0.000167
+gallium_dri.so free 0x55717361a880 void 0.000119
+gallium_dri.so free 0x55717361a730 void 0.000117
+gallium_dri.so malloc 72 0x55717361a830 0.000118
+gallium_dri.so free 0x55717361a940 void 0.000118
+gallium_dri.so free 0x55717361a830 void 0.000117
+gallium_dri.so malloc 72 0x55717361a8f0 0.000117
+gallium_dri.so free 0x557173474580 void 0.000119
+gallium_dri.so free 0x55717361a8f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a8f0 0.000117
+gallium_dri.so free 0x557173474640 void 0.000118
+gallium_dri.so free 0x55717361a8f0 void 0.000117
+gallium_dri.so malloc 72 0x557173474680 0.000115
+gallium_dri.so free 0x557173474700 void 0.000123
+gallium_dri.so free 0x557173474680 void 0.000126
+gallium_dri.so malloc 72 0x557173474700 0.000123
+gallium_dri.so free 0x5571734747c0 void 0.000126
+gallium_dri.so free 0x557173474700 void 0.000124
+gallium_dri.so malloc 72 0x557173474700 0.000119
+gallium_dri.so free 0x55717361a980 void 0.000120
+gallium_dri.so free 0x557173474700 void 0.000118
+gallium_dri.so malloc 72 0x557173474700 0.000120
+gallium_dri.so free 0x557173474880 void 0.000120
+gallium_dri.so free 0x557173474700 void 0.000119
+gallium_dri.so malloc 72 0x5571734748b0 0.000118
+gallium_dri.so free 0x557173474900 void 0.000121
+gallium_dri.so free 0x5571734748b0 void 0.000116
+gallium_dri.so malloc 72 0x5571734748b0 0.000117
+gallium_dri.so free 0x557173474a00 void 0.000118
+gallium_dri.so free 0x5571734748b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734749b0 0.000117
+gallium_dri.so free 0x557173474ac0 void 0.000116
+gallium_dri.so free 0x5571734749b0 void 0.000119
+gallium_dri.so malloc 72 0x557173474a70 0.000118
+gallium_dri.so free 0x557173474b00 void 0.000118
+gallium_dri.so free 0x557173474a70 void 0.000117
+gallium_dri.so malloc 72 0x557173474a70 0.000120
+gallium_dri.so free 0x557173474bc0 void 0.000116
+gallium_dri.so free 0x557173474a70 void 0.000116
+gallium_dri.so malloc 72 0x557173474c10 0.000116
+gallium_dri.so free 0x557173474c80 void 0.000117
+gallium_dri.so free 0x557173474c10 void 0.000116
+gallium_dri.so malloc 72 0x557173474cc0 0.000118
+gallium_dri.so free 0x557173474d40 void 0.000122
+gallium_dri.so free 0x557173474cc0 void 0.000117
+gallium_dri.so malloc 72 0x557173474d40 0.000115
+gallium_dri.so free 0x557173474e00 void 0.000117
+gallium_dri.so free 0x557173474d40 void 0.000116
+gallium_dri.so malloc 72 0x557173474d40 0.000118
+gallium_dri.so free 0x557173474e80 void 0.000118
+gallium_dri.so free 0x557173474d40 void 0.000118
+gallium_dri.so malloc 72 0x557173474eb0 0.000123
+gallium_dri.so free 0x557173474f00 void 0.000113
+gallium_dri.so free 0x557173474eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173474eb0 0.000111
+gallium_dri.so free 0x557173475000 void 0.000109
+gallium_dri.so free 0x557173474eb0 void 0.000109
+gallium_dri.so malloc 72 0x557173474fb0 0.000110
+gallium_dri.so free 0x5571734750c0 void 0.000110
+gallium_dri.so free 0x557173474fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173475070 0.000110
+gallium_dri.so free 0x557173475140 void 0.000110
+gallium_dri.so free 0x557173475070 void 0.000110
+gallium_dri.so malloc 72 0x557173475160 0.000110
+gallium_dri.so free 0x557173475200 void 0.000111
+gallium_dri.so free 0x557173475160 void 0.000112
+gallium_dri.so malloc 72 0x5571734751b0 0.000110
+gallium_dri.so free 0x557173475280 void 0.000109
+gallium_dri.so free 0x5571734751b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734751b0 0.000109
+gallium_dri.so free 0x557173475300 void 0.000112
+gallium_dri.so free 0x5571734751b0 void 0.000111
+gallium_dri.so malloc 72 0x557173475300 0.000111
+gallium_dri.so free 0x5571734753c0 void 0.000114
+gallium_dri.so free 0x557173475300 void 0.000121
+gallium_dri.so malloc 72 0x557173475300 0.000116
+gallium_dri.so free 0x557173475480 void 0.000112
+gallium_dri.so free 0x557173475300 void 0.000109
+gallium_dri.so malloc 72 0x557173475300 0.000110
+gallium_dri.so free 0x557173475540 void 0.000206
+gallium_dri.so free 0x557173475300 void 0.000163
+gallium_dri.so malloc 72 0x5571734754f0 0.000159
+gallium_dri.so free 0x557173475540 void 0.000124
+gallium_dri.so free 0x5571734754f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734754f0 0.000125
+gallium_dri.so free 0x557173475640 void 0.000119
+gallium_dri.so free 0x5571734754f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734755f0 0.000123
+gallium_dri.so free 0x557173475700 void 0.000125
+gallium_dri.so free 0x5571734755f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734756b0 0.000118
+gallium_dri.so free 0x557173475740 void 0.000153
+gallium_dri.so free 0x5571734756b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734756b0 0.000125
+gallium_dri.so free 0x557173475800 void 0.000124
+gallium_dri.so free 0x5571734756b0 void 0.000124
+gallium_dri.so malloc 72 0x557173475840 0.000124
+gallium_dri.so free 0x5571734758c0 void 0.000121
+gallium_dri.so free 0x557173475840 void 0.000123
+gallium_dri.so malloc 72 0x5571734758c0 0.000124
+gallium_dri.so free 0x557173475980 void 0.000124
+gallium_dri.so free 0x5571734758c0 void 0.000127
+gallium_dri.so malloc 72 0x5571734758c0 0.000125
+gallium_dri.so free 0x557173475a40 void 0.000125
+gallium_dri.so free 0x5571734758c0 void 0.000120
+gallium_dri.so malloc 72 0x557173475a60 0.000122
+gallium_dri.so free 0x557173475b00 void 0.000120
+gallium_dri.so free 0x557173475a60 void 0.000121
+gallium_dri.so malloc 72 0x557173475ab0 0.000125
+gallium_dri.so free 0x557173475b80 void 0.000129
+gallium_dri.so free 0x557173475ab0 void 0.000126
+gallium_dri.so malloc 72 0x557173475ab0 0.000120
+gallium_dri.so free 0x557173475c00 void 0.000119
+gallium_dri.so free 0x557173475ab0 void 0.000122
+gallium_dri.so malloc 72 0x557173475c00 0.000123
+gallium_dri.so free 0x557173475cc0 void 0.000125
+gallium_dri.so free 0x557173475c00 void 0.000125
+gallium_dri.so malloc 72 0x557173475c00 0.000120
+gallium_dri.so free 0x557173475d80 void 0.000117
+gallium_dri.so free 0x557173475c00 void 0.000123
+gallium_dri.so malloc 72 0x557173475c00 0.000123
+gallium_dri.so free 0x557173475e40 void 0.000124
+gallium_dri.so free 0x557173475c00 void 0.000120
+gallium_dri.so malloc 72 0x557173475df0 0.000123
+gallium_dri.so free 0x557173475f00 void 0.000123
+gallium_dri.so free 0x557173475df0 void 0.000123
+gallium_dri.so malloc 72 0x557173475eb0 0.000123
+gallium_dri.so free 0x557173475f80 void 0.000120
+gallium_dri.so free 0x557173475eb0 void 0.000218
+gallium_dri.so malloc 72 0x557173475fd0 0.000118
+gallium_dri.so free 0x557173476040 void 0.000115
+gallium_dri.so free 0x557173475fd0 void 0.000113
+gallium_dri.so malloc 72 0x557173476060 0.000115
+gallium_dri.so free 0x557173476100 void 0.000115
+gallium_dri.so free 0x557173476060 void 0.000114
+gallium_dri.so malloc 72 0x5571734760b0 0.000114
+gallium_dri.so free 0x557173476180 void 0.000115
+gallium_dri.so free 0x5571734760b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734760b0 0.000113
+gallium_dri.so free 0x557173476200 void 0.000114
+gallium_dri.so free 0x5571734760b0 void 0.000114
+gallium_dri.so malloc 72 0x557173476200 0.000114
+gallium_dri.so free 0x5571734762c0 void 0.000115
+gallium_dri.so free 0x557173476200 void 0.000114
+gallium_dri.so malloc 72 0x557173476200 0.000115
+gallium_dri.so free 0x5571734763c0 void 0.000115
+gallium_dri.so free 0x557173476200 void 0.000113
+gallium_dri.so malloc 72 0x557173476370 0.000113
+gallium_dri.so free 0x557173476400 void 0.000114
+gallium_dri.so free 0x557173476370 void 0.000112
+gallium_dri.so malloc 72 0x557173476370 0.000113
+gallium_dri.so free 0x5571734764c0 void 0.000115
+gallium_dri.so free 0x557173476370 void 0.000113
+gallium_dri.so malloc 72 0x557173476500 0.000125
+gallium_dri.so free 0x557173476580 void 0.000115
+gallium_dri.so free 0x557173476500 void 0.000114
+gallium_dri.so malloc 72 0x557173476580 0.000113
+gallium_dri.so free 0x557173476640 void 0.000114
+gallium_dri.so free 0x557173476580 void 0.000112
+gallium_dri.so malloc 72 0x557173476580 0.000114
+gallium_dri.so free 0x5571734766c0 void 0.000114
+gallium_dri.so free 0x557173476580 void 0.000114
+gallium_dri.so malloc 72 0x5571734766f0 0.000114
+gallium_dri.so free 0x557173476740 void 0.000115
+gallium_dri.so free 0x5571734766f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734766f0 0.000114
+gallium_dri.so free 0x557173476840 void 0.000116
+gallium_dri.so free 0x5571734766f0 void 0.000114
+gallium_dri.so malloc 72 0x557173476880 0.000114
+gallium_dri.so free 0x557173476900 void 0.000114
+gallium_dri.so free 0x557173476880 void 0.000112
+gallium_dri.so malloc 72 0x557173476900 0.000113
+gallium_dri.so free 0x5571734769c0 void 0.000114
+gallium_dri.so free 0x557173476900 void 0.000113
+gallium_dri.so malloc 72 0x557173476900 0.000112
+gallium_dri.so free 0x557173476a40 void 0.000115
+gallium_dri.so free 0x557173476900 void 0.000113
+gallium_dri.so malloc 72 0x557173476a70 0.000114
+gallium_dri.so free 0x557173476ac0 void 0.000115
+gallium_dri.so free 0x557173476a70 void 0.000120
+gallium_dri.so malloc 72 0x557173476a70 0.000113
+gallium_dri.so free 0x557173476bc0 void 0.000114
+gallium_dri.so free 0x557173476a70 void 0.000112
+gallium_dri.so malloc 72 0x557173476b70 0.000113
+gallium_dri.so free 0x557173476c80 void 0.000115
+gallium_dri.so free 0x557173476b70 void 0.000114
+gallium_dri.so malloc 72 0x557173476c30 0.000114
+gallium_dri.so free 0x557173476d00 void 0.000113
+gallium_dri.so free 0x557173476c30 void 0.000112
+gallium_dri.so malloc 72 0x557173476c30 0.000112
+gallium_dri.so free 0x557173476dc0 void 0.000113
+gallium_dri.so free 0x557173476c30 void 0.000112
+gallium_dri.so malloc 72 0x557173476c30 0.000112
+gallium_dri.so free 0x557173476e80 void 0.000115
+gallium_dri.so free 0x557173476c30 void 0.000113
+gallium_dri.so malloc 72 0x557173476e30 0.000115
+gallium_dri.so free 0x557173476f00 void 0.000151
+gallium_dri.so free 0x557173476e30 void 0.000116
+gallium_dri.so malloc 72 0x557173476f50 0.000115
+gallium_dri.so free 0x557173476fc0 void 0.000116
+gallium_dri.so free 0x557173476f50 void 0.000114
+gallium_dri.so malloc 72 0x557173476fe0 0.000115
+gallium_dri.so free 0x557173477080 void 0.000114
+gallium_dri.so free 0x557173476fe0 void 0.000114
+gallium_dri.so malloc 72 0x557173477030 0.000115
+gallium_dri.so free 0x557173477100 void 0.000115
+gallium_dri.so free 0x557173477030 void 0.000113
+gallium_dri.so malloc 72 0x557173477100 0.000114
+gallium_dri.so free 0x5571734771c0 void 0.000118
+gallium_dri.so free 0x557173477100 void 0.000114
+gallium_dri.so malloc 72 0x557173477100 0.000115
+gallium_dri.so free 0x557173477240 void 0.000114
+gallium_dri.so free 0x557173477100 void 0.000113
+gallium_dri.so malloc 72 0x557173477240 0.000113
+gallium_dri.so free 0x557173477300 void 0.000115
+gallium_dri.so free 0x557173477240 void 0.000113
+gallium_dri.so malloc 72 0x557173477240 0.000114
+gallium_dri.so free 0x5571734773c0 void 0.000114
+gallium_dri.so free 0x557173477240 void 0.000112
+gallium_dri.so malloc 72 0x557173477240 0.000114
+gallium_dri.so free 0x557173477480 void 0.000115
+gallium_dri.so free 0x557173477240 void 0.000113
+gallium_dri.so malloc 72 0x557173477430 0.000114
+gallium_dri.so free 0x557173477500 void 0.000115
+gallium_dri.so free 0x557173477430 void 0.000115
+gallium_dri.so malloc 72 0x557173477550 0.000114
+gallium_dri.so free 0x5571734775c0 void 0.000115
+gallium_dri.so free 0x557173477550 void 0.000115
+gallium_dri.so malloc 72 0x557173477600 0.000113
+gallium_dri.so free 0x557173477680 void 0.000115
+gallium_dri.so free 0x557173477600 void 0.000114
+gallium_dri.so malloc 72 0x557173477600 0.000115
+gallium_dri.so free 0x557173477700 void 0.000115
+gallium_dri.so free 0x557173477600 void 0.000114
+gallium_dri.so malloc 72 0x557173477730 0.000114
+gallium_dri.so free 0x557173477780 void 0.000124
+gallium_dri.so free 0x557173477730 void 0.000114
+gallium_dri.so malloc 72 0x557173477730 0.000114
+gallium_dri.so free 0x557173477880 void 0.000116
+gallium_dri.so free 0x557173477730 void 0.000114
+gallium_dri.so malloc 72 0x557173477830 0.000113
+gallium_dri.so free 0x557173477940 void 0.000115
+gallium_dri.so free 0x557173477830 void 0.000114
+gallium_dri.so malloc 72 0x5571734778f0 0.000115
+gallium_dri.so free 0x557173477980 void 0.000115
+gallium_dri.so free 0x5571734778f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734778f0 0.000115
+gallium_dri.so free 0x557173477a40 void 0.000114
+gallium_dri.so free 0x5571734778f0 void 0.000115
+gallium_dri.so malloc 72 0x557173477ab0 0.000114
+gallium_dri.so free 0x557173477b00 void 0.000118
+gallium_dri.so free 0x557173477ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173477ab0 0.000113
+gallium_dri.so free 0x557173477c00 void 0.000115
+gallium_dri.so free 0x557173477ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173477bb0 0.000114
+gallium_dri.so free 0x557173477cc0 void 0.000114
+gallium_dri.so free 0x557173477bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173477c70 0.000112
+gallium_dri.so free 0x557173477d00 void 0.000114
+gallium_dri.so free 0x557173477c70 void 0.000114
+gallium_dri.so malloc 72 0x557173477c70 0.000114
+gallium_dri.so free 0x557173477dc0 void 0.000126
+gallium_dri.so free 0x557173477c70 void 0.000115
+gallium_dri.so malloc 72 0x557173477e00 0.000114
+gallium_dri.so free 0x557173477e80 void 0.000115
+gallium_dri.so free 0x557173477e00 void 0.000113
+gallium_dri.so malloc 72 0x557173477e80 0.000117
+gallium_dri.so free 0x557173477f40 void 0.000116
+gallium_dri.so free 0x557173477e80 void 0.000114
+gallium_dri.so malloc 72 0x557173477e80 0.000116
+gallium_dri.so free 0x557173478000 void 0.000115
+gallium_dri.so free 0x557173477e80 void 0.000114
+gallium_dri.so malloc 72 0x557173478020 0.000112
+gallium_dri.so free 0x5571734780c0 void 0.000114
+gallium_dri.so free 0x557173478020 void 0.000114
+gallium_dri.so malloc 72 0x557173478070 0.000114
+gallium_dri.so free 0x557173478140 void 0.000115
+gallium_dri.so free 0x557173478070 void 0.000115
+gallium_dri.so malloc 72 0x557173478070 0.000114
+gallium_dri.so free 0x5571734781c0 void 0.000114
+gallium_dri.so free 0x557173478070 void 0.000114
+gallium_dri.so malloc 72 0x5571734781c0 0.000114
+gallium_dri.so free 0x557173478280 void 0.000114
+gallium_dri.so free 0x5571734781c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734781c0 0.000113
+gallium_dri.so free 0x557173478340 void 0.000115
+gallium_dri.so free 0x5571734781c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734781c0 0.000115
+gallium_dri.so free 0x557173478400 void 0.000178
+gallium_dri.so free 0x5571734781c0 void 0.000115
+gallium_dri.so malloc 72 0x5571734783b0 0.000112
+gallium_dri.so free 0x5571734784c0 void 0.000114
+gallium_dri.so free 0x5571734783b0 void 0.000114
+gallium_dri.so malloc 72 0x557173478470 0.000113
+gallium_dri.so free 0x557173478540 void 0.000115
+gallium_dri.so free 0x557173478470 void 0.000114
+gallium_dri.so malloc 72 0x557173478590 0.000114
+gallium_dri.so free 0x557173478600 void 0.000115
+gallium_dri.so free 0x557173478590 void 0.000114
+gallium_dri.so malloc 72 0x557173478620 0.000114
+gallium_dri.so free 0x5571734786c0 void 0.000114
+gallium_dri.so free 0x557173478620 void 0.000120
+gallium_dri.so malloc 72 0x557173478670 0.000114
+gallium_dri.so free 0x557173478740 void 0.000115
+gallium_dri.so free 0x557173478670 void 0.000133
+gallium_dri.so malloc 72 0x557173478670 0.000110
+gallium_dri.so free 0x5571734787c0 void 0.000250
+gallium_dri.so free 0x557173478670 void 0.000192
+gallium_dri.so malloc 72 0x5571734787c0 0.000116
+gallium_dri.so free 0x557173478880 void 0.000115
+gallium_dri.so free 0x5571734787c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734787c0 0.000116
+gallium_dri.so free 0x557173478980 void 0.000114
+gallium_dri.so free 0x5571734787c0 void 0.000114
+gallium_dri.so malloc 72 0x557173478930 0.000115
+gallium_dri.so free 0x5571734789c0 void 0.000112
+gallium_dri.so free 0x557173478930 void 0.000113
+gallium_dri.so malloc 72 0x557173478930 0.000112
+gallium_dri.so free 0x557173478a80 void 0.000115
+gallium_dri.so free 0x557173478930 void 0.000113
+gallium_dri.so malloc 72 0x557173478ac0 0.000112
+gallium_dri.so free 0x557173478b40 void 0.000111
+gallium_dri.so free 0x557173478ac0 void 0.000117
+gallium_dri.so malloc 72 0x557173478b40 0.000122
+gallium_dri.so free 0x557173478c00 void 0.000119
+gallium_dri.so free 0x557173478b40 void 0.000112
+gallium_dri.so malloc 72 0x557173478b40 0.000111
+gallium_dri.so free 0x557173478c80 void 0.000113
+gallium_dri.so free 0x557173478b40 void 0.000113
+gallium_dri.so malloc 72 0x557173478cb0 0.000120
+gallium_dri.so free 0x557173478d00 void 0.000123
+gallium_dri.so free 0x557173478cb0 void 0.000123
+gallium_dri.so malloc 72 0x557173478cb0 0.000123
+gallium_dri.so free 0x557173478e00 void 0.000118
+gallium_dri.so free 0x557173478cb0 void 0.000112
+gallium_dri.so malloc 72 0x557173478e40 0.000113
+gallium_dri.so free 0x557173478ec0 void 0.000113
+gallium_dri.so free 0x557173478e40 void 0.000112
+gallium_dri.so malloc 72 0x557173478ec0 0.000111
+gallium_dri.so free 0x557173478f80 void 0.000115
+gallium_dri.so free 0x557173478ec0 void 0.000127
+gallium_dri.so malloc 72 0x557173478ec0 0.000115
+gallium_dri.so free 0x557173479000 void 0.000115
+gallium_dri.so free 0x557173478ec0 void 0.000113
+gallium_dri.so malloc 72 0x557173479030 0.000113
+gallium_dri.so free 0x55717361aa80 void 0.000116
+gallium_dri.so free 0x557173479030 void 0.000115
+gallium_dri.so malloc 72 0x557173479030 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000115
+gallium_dri.so free 0x557173479030 void 0.000114
+gallium_dri.so malloc 72 0x55717361ab00 0.000115
+gallium_dri.so free 0x55717361abc0 void 0.000116
+gallium_dri.so free 0x55717361ab00 void 0.000120
+gallium_dri.so malloc 72 0x55717361ab00 0.000118
+gallium_dri.so free 0x55717361acc0 void 0.000115
+gallium_dri.so free 0x55717361ab00 void 0.000114
+gallium_dri.so malloc 72 0x55717361ab00 0.000113
+gallium_dri.so free 0x55717361ad40 void 0.000114
+gallium_dri.so free 0x55717361ab00 void 0.000113
+gallium_dri.so malloc 72 0x55717361ad70 0.000114
+gallium_dri.so free 0x55717361adc0 void 0.000116
+gallium_dri.so free 0x55717361ad70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ad70 0.000113
+gallium_dri.so free 0x55717361aec0 void 0.000115
+gallium_dri.so free 0x55717361ad70 void 0.000114
+gallium_dri.so malloc 72 0x55717361ae70 0.000114
+gallium_dri.so free 0x55717361af80 void 0.000115
+gallium_dri.so free 0x55717361ae70 void 0.000160
+gallium_dri.so malloc 72 0x55717361af30 0.000118
+gallium_dri.so free 0x55717361afc0 void 0.000116
+gallium_dri.so free 0x55717361af30 void 0.000114
+gallium_dri.so malloc 72 0x55717361af30 0.000114
+gallium_dri.so free 0x55717361b080 void 0.000116
+gallium_dri.so free 0x55717361af30 void 0.000115
+gallium_dri.so malloc 72 0x55717361b0d0 0.000115
+gallium_dri.so free 0x55717361b140 void 0.000116
+gallium_dri.so free 0x55717361b0d0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b180 0.000114
+gallium_dri.so free 0x55717361b200 void 0.000115
+gallium_dri.so free 0x55717361b180 void 0.000115
+gallium_dri.so malloc 72 0x55717361b200 0.000115
+gallium_dri.so free 0x55717361b2c0 void 0.000117
+gallium_dri.so free 0x55717361b200 void 0.000114
+gallium_dri.so malloc 72 0x55717361b200 0.000114
+gallium_dri.so free 0x55717361b340 void 0.000116
+gallium_dri.so free 0x55717361b200 void 0.000114
+gallium_dri.so malloc 72 0x55717361b370 0.000113
+gallium_dri.so free 0x55717361b3c0 void 0.000115
+gallium_dri.so free 0x55717361b370 void 0.000115
+gallium_dri.so malloc 72 0x55717361b370 0.000118
+gallium_dri.so free 0x55717361b4c0 void 0.000116
+gallium_dri.so free 0x55717361b370 void 0.000114
+gallium_dri.so malloc 72 0x55717361b470 0.000114
+gallium_dri.so free 0x55717361b580 void 0.000114
+gallium_dri.so free 0x55717361b470 void 0.000121
+gallium_dri.so malloc 72 0x55717361b530 0.000114
+gallium_dri.so free 0x55717361b600 void 0.000113
+gallium_dri.so free 0x55717361b530 void 0.000112
+gallium_dri.so malloc 72 0x55717361b620 0.000112
+gallium_dri.so free 0x55717361b6c0 void 0.000120
+gallium_dri.so free 0x55717361b620 void 0.000113
+gallium_dri.so malloc 72 0x55717361b670 0.000114
+gallium_dri.so free 0x55717361b740 void 0.000119
+gallium_dri.so free 0x55717361b670 void 0.000120
+gallium_dri.so malloc 72 0x55717361b670 0.000117
+gallium_dri.so free 0x55717361b7c0 void 0.000113
+gallium_dri.so free 0x55717361b670 void 0.000113
+gallium_dri.so malloc 72 0x55717361b7c0 0.000112
+gallium_dri.so free 0x55717361b880 void 0.000113
+gallium_dri.so free 0x55717361b7c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b7c0 0.000113
+gallium_dri.so free 0x55717361b940 void 0.000141
+gallium_dri.so free 0x55717361b7c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361b7c0 0.000112
+gallium_dri.so free 0x55717361ba00 void 0.000114
+gallium_dri.so free 0x55717361b7c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b9b0 0.000114
+gallium_dri.so free 0x55717361ba00 void 0.000114
+gallium_dri.so free 0x55717361b9b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361b9b0 0.000112
+gallium_dri.so free 0x55717361bb00 void 0.000119
+gallium_dri.so free 0x55717361b9b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361bab0 0.000116
+gallium_dri.so free 0x55717361bbc0 void 0.000116
+gallium_dri.so free 0x55717361bab0 void 0.000115
+gallium_dri.so malloc 72 0x55717361bb70 0.000114
+gallium_dri.so free 0x55717361bc00 void 0.000117
+gallium_dri.so free 0x55717361bb70 void 0.000115
+gallium_dri.so malloc 72 0x55717361bb70 0.000113
+gallium_dri.so free 0x55717361bcc0 void 0.000115
+gallium_dri.so free 0x55717361bb70 void 0.000114
+gallium_dri.so malloc 72 0x55717361bd00 0.000115
+gallium_dri.so free 0x55717361bd80 void 0.000115
+gallium_dri.so free 0x55717361bd00 void 0.000115
+gallium_dri.so malloc 72 0x55717361bd80 0.000115
+gallium_dri.so free 0x55717361be40 void 0.000117
+gallium_dri.so free 0x55717361bd80 void 0.000114
+gallium_dri.so malloc 72 0x55717361bd80 0.000115
+gallium_dri.so free 0x55717361bf00 void 0.000116
+gallium_dri.so free 0x55717361bd80 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf20 0.000114
+gallium_dri.so free 0x55717361bfc0 void 0.000115
+gallium_dri.so free 0x55717361bf20 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf70 0.000114
+gallium_dri.so free 0x55717361c040 void 0.000114
+gallium_dri.so free 0x55717361bf70 void 0.000115
+gallium_dri.so malloc 72 0x55717361bf70 0.000114
+gallium_dri.so free 0x55717361c0c0 void 0.000115
+gallium_dri.so free 0x55717361bf70 void 0.000154
+gallium_dri.so malloc 72 0x55717361c0c0 0.000117
+gallium_dri.so free 0x55717361c180 void 0.000114
+gallium_dri.so free 0x55717361c0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c0c0 0.000112
+gallium_dri.so free 0x55717361c240 void 0.000118
+gallium_dri.so free 0x55717361c0c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c0c0 0.000118
+gallium_dri.so free 0x55717361c300 void 0.000115
+gallium_dri.so free 0x55717361c0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c2b0 0.000113
+gallium_dri.so free 0x55717361c3c0 void 0.000122
+gallium_dri.so free 0x55717361c2b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c370 0.000113
+gallium_dri.so free 0x55717361c440 void 0.000115
+gallium_dri.so free 0x55717361c370 void 0.000127
+gallium_dri.so malloc 72 0x55717361c490 0.000124
+gallium_dri.so free 0x55717361c500 void 0.000124
+gallium_dri.so free 0x55717361c490 void 0.000120
+gallium_dri.so malloc 72 0x55717361c520 0.000114
+gallium_dri.so free 0x55717361c5c0 void 0.000118
+gallium_dri.so free 0x55717361c520 void 0.000114
+gallium_dri.so malloc 72 0x55717361c570 0.000115
+gallium_dri.so free 0x55717361c640 void 0.000116
+gallium_dri.so free 0x55717361c570 void 0.000114
+gallium_dri.so malloc 72 0x55717361c570 0.000115
+gallium_dri.so free 0x55717361c6c0 void 0.000122
+gallium_dri.so free 0x55717361c570 void 0.000114
+gallium_dri.so malloc 72 0x55717361c6c0 0.000112
+gallium_dri.so free 0x55717361c780 void 0.000114
+gallium_dri.so free 0x55717361c6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c6c0 0.000113
+gallium_dri.so free 0x55717361c880 void 0.000114
+gallium_dri.so free 0x55717361c6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361c830 0.000111
+gallium_dri.so free 0x55717361c8c0 void 0.000113
+gallium_dri.so free 0x55717361c830 void 0.000113
+gallium_dri.so malloc 72 0x55717361c830 0.000112
+gallium_dri.so free 0x55717361c980 void 0.000114
+gallium_dri.so free 0x55717361c830 void 0.000118
+gallium_dri.so malloc 72 0x55717361c9c0 0.000114
+gallium_dri.so free 0x55717361ca40 void 0.000114
+gallium_dri.so free 0x55717361c9c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361ca40 0.000113
+gallium_dri.so free 0x55717361cb00 void 0.000113
+gallium_dri.so free 0x55717361ca40 void 0.000111
+gallium_dri.so malloc 72 0x55717361ca40 0.000113
+gallium_dri.so free 0x55717361cb80 void 0.000114
+gallium_dri.so free 0x55717361ca40 void 0.000112
+gallium_dri.so malloc 72 0x55717361cbb0 0.000114
+gallium_dri.so free 0x55717361cc00 void 0.000118
+gallium_dri.so free 0x55717361cbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361cbb0 0.000113
+gallium_dri.so free 0x55717361cd00 void 0.000114
+gallium_dri.so free 0x55717361cbb0 void 0.000122
+gallium_dri.so malloc 72 0x55717361cd40 0.000115
+gallium_dri.so free 0x55717361cdc0 void 0.000127
+gallium_dri.so free 0x55717361cd40 void 0.000120
+gallium_dri.so malloc 72 0x55717361cdc0 0.000116
+gallium_dri.so free 0x55717361ce80 void 0.000115
+gallium_dri.so free 0x55717361cdc0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cdc0 0.000114
+gallium_dri.so free 0x55717361cf00 void 0.000115
+gallium_dri.so free 0x55717361cdc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361cf30 0.000113
+gallium_dri.so free 0x55717361cf80 void 0.000116
+gallium_dri.so free 0x55717361cf30 void 0.000115
+gallium_dri.so malloc 72 0x55717361cf30 0.000115
+gallium_dri.so free 0x55717361d080 void 0.000115
+gallium_dri.so free 0x55717361cf30 void 0.000115
+gallium_dri.so malloc 72 0x55717361d030 0.000115
+gallium_dri.so free 0x55717361d140 void 0.000127
+gallium_dri.so free 0x55717361d030 void 0.000120
+gallium_dri.so malloc 72 0x55717361d0f0 0.000116
+gallium_dri.so free 0x55717361d1c0 void 0.000117
+gallium_dri.so free 0x55717361d0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d0f0 0.000115
+gallium_dri.so free 0x55717361d280 void 0.000116
+gallium_dri.so free 0x55717361d0f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361d0f0 0.000114
+gallium_dri.so free 0x55717361d340 void 0.000115
+gallium_dri.so free 0x55717361d0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d2f0 0.000116
+gallium_dri.so free 0x55717361d3c0 void 0.000116
+gallium_dri.so free 0x55717361d2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d410 0.000113
+gallium_dri.so free 0x55717361d480 void 0.000119
+gallium_dri.so free 0x55717361d410 void 0.000123
+gallium_dri.so malloc 72 0x55717361d4a0 0.000119
+gallium_dri.so free 0x55717361d540 void 0.000115
+gallium_dri.so free 0x55717361d4a0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d4f0 0.000113
+gallium_dri.so free 0x55717361d5c0 void 0.000134
+gallium_dri.so free 0x55717361d4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d5c0 0.000113
+gallium_dri.so free 0x55717361d680 void 0.000115
+gallium_dri.so free 0x55717361d5c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d5c0 0.000113
+gallium_dri.so free 0x55717361d700 void 0.000113
+gallium_dri.so free 0x55717361d5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d700 0.000112
+gallium_dri.so free 0x55717361d7c0 void 0.000114
+gallium_dri.so free 0x55717361d700 void 0.000115
+gallium_dri.so malloc 72 0x55717361d700 0.000113
+gallium_dri.so free 0x55717361d880 void 0.000113
+gallium_dri.so free 0x55717361d700 void 0.000112
+gallium_dri.so malloc 72 0x55717361d700 0.000118
+gallium_dri.so free 0x55717361d940 void 0.000124
+gallium_dri.so free 0x55717361d700 void 0.000115
+gallium_dri.so malloc 72 0x55717361d8f0 0.000115
+gallium_dri.so free 0x55717361d9c0 void 0.000116
+gallium_dri.so free 0x55717361d8f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361da10 0.000116
+gallium_dri.so free 0x55717361da80 void 0.000116
+gallium_dri.so free 0x55717361da10 void 0.000114
+gallium_dri.so malloc 72 0x55717361dac0 0.000116
+gallium_dri.so free 0x55717361db40 void 0.000116
+gallium_dri.so free 0x55717361dac0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dac0 0.000115
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so free 0x55717361dac0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dbf0 0.000115
+gallium_dri.so free 0x55717361dc40 void 0.000116
+gallium_dri.so free 0x55717361dbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dbf0 0.000116
+gallium_dri.so free 0x55717361dd40 void 0.000116
+gallium_dri.so free 0x55717361dbf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dcf0 0.000113
+gallium_dri.so free 0x55717361de00 void 0.000116
+gallium_dri.so free 0x55717361dcf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ddb0 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000116
+gallium_dri.so free 0x55717361ddb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ddb0 0.000115
+gallium_dri.so free 0x55717361df00 void 0.000115
+gallium_dri.so free 0x55717361ddb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361df70 0.000113
+gallium_dri.so free 0x55717361dfc0 void 0.000114
+gallium_dri.so free 0x55717361df70 void 0.000114
+gallium_dri.so malloc 72 0x55717361df70 0.000113
+gallium_dri.so free 0x55717361e0c0 void 0.000114
+gallium_dri.so free 0x55717361df70 void 0.000114
+gallium_dri.so malloc 72 0x55717361e070 0.000113
+gallium_dri.so free 0x55717361e180 void 0.000113
+gallium_dri.so free 0x55717361e070 void 0.000118
+gallium_dri.so malloc 72 0x55717361e130 0.000125
+gallium_dri.so free 0x55717361e1c0 void 0.000119
+gallium_dri.so free 0x55717361e130 void 0.000115
+gallium_dri.so malloc 72 0x55717361e130 0.000114
+gallium_dri.so free 0x55717361e280 void 0.000114
+gallium_dri.so free 0x55717361e130 void 0.000121
+gallium_dri.so malloc 72 0x55717361e2c0 0.000120
+gallium_dri.so free 0x55717361e340 void 0.000119
+gallium_dri.so free 0x55717361e2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361e340 0.000117
+gallium_dri.so free 0x55717361e400 void 0.000118
+gallium_dri.so free 0x55717361e340 void 0.000118
+gallium_dri.so malloc 72 0x55717361e340 0.000117
+gallium_dri.so free 0x55717361e4c0 void 0.000118
+gallium_dri.so free 0x55717361e340 void 0.000119
+gallium_dri.so malloc 72 0x55717361e4e0 0.000118
+gallium_dri.so free 0x55717361e580 void 0.000124
+gallium_dri.so free 0x55717361e4e0 void 0.000111
+gallium_dri.so malloc 72 0x55717361e530 0.000110
+gallium_dri.so free 0x55717361e600 void 0.000109
+gallium_dri.so free 0x55717361e530 void 0.000109
+gallium_dri.so malloc 72 0x55717361e530 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000111
+gallium_dri.so free 0x55717361e530 void 0.000111
+gallium_dri.so malloc 72 0x55717361e680 0.000109
+gallium_dri.so free 0x55717361e740 void 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000110
+gallium_dri.so malloc 72 0x55717361e680 0.000109
+gallium_dri.so free 0x55717361e800 void 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000112
+gallium_dri.so malloc 72 0x55717361e680 0.000112
+gallium_dri.so free 0x55717361e8c0 void 0.000110
+gallium_dri.so free 0x55717361e680 void 0.000111
+gallium_dri.so malloc 72 0x55717361e870 0.000110
+gallium_dri.so free 0x55717361e980 void 0.000109
+gallium_dri.so free 0x55717361e870 void 0.000110
+gallium_dri.so malloc 72 0x55717361e930 0.000144
+gallium_dri.so free 0x55717361ea00 void 0.000117
+gallium_dri.so free 0x55717361e930 void 0.000120
+gallium_dri.so malloc 72 0x55717361ea50 0.000116
+gallium_dri.so free 0x55717361eac0 void 0.000111
+gallium_dri.so free 0x55717361ea50 void 0.000111
+gallium_dri.so malloc 72 0x55717361eae0 0.000110
+gallium_dri.so free 0x55717361eb80 void 0.000111
+gallium_dri.so free 0x55717361eae0 void 0.000120
+gallium_dri.so malloc 72 0x55717361eb30 0.000123
+gallium_dri.so free 0x55717361ec00 void 0.000122
+gallium_dri.so free 0x55717361eb30 void 0.000123
+gallium_dri.so malloc 72 0x55717361eb30 0.000119
+gallium_dri.so free 0x55717361ec80 void 0.000119
+gallium_dri.so free 0x55717361eb30 void 0.000116
+gallium_dri.so malloc 72 0x55717361ec80 0.000117
+gallium_dri.so free 0x55717361ed40 void 0.000119
+gallium_dri.so free 0x55717361ec80 void 0.000117
+gallium_dri.so malloc 72 0x55717361ec80 0.000117
+gallium_dri.so free 0x55717361ee40 void 0.000118
+gallium_dri.so free 0x55717361ec80 void 0.000120
+gallium_dri.so malloc 72 0x55717361edf0 0.000119
+gallium_dri.so free 0x55717361ee80 void 0.000118
+gallium_dri.so free 0x55717361edf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361edf0 0.000118
+gallium_dri.so free 0x55717361ef40 void 0.000117
+gallium_dri.so free 0x55717361edf0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ef80 0.000118
+gallium_dri.so free 0x55717361f000 void 0.000118
+gallium_dri.so free 0x55717361ef80 void 0.000117
+gallium_dri.so malloc 72 0x55717361f000 0.000118
+gallium_dri.so free 0x55717361f0c0 void 0.000118
+gallium_dri.so free 0x55717361f000 void 0.000118
+gallium_dri.so malloc 72 0x55717361f000 0.000118
+gallium_dri.so free 0x55717361f140 void 0.000117
+gallium_dri.so free 0x55717361f000 void 0.000112
+gallium_dri.so malloc 72 0x55717361f170 0.000110
+gallium_dri.so free 0x55717361f1c0 void 0.000111
+gallium_dri.so free 0x55717361f170 void 0.000109
+gallium_dri.so malloc 72 0x55717361f170 0.000111
+gallium_dri.so free 0x55717361f2c0 void 0.000111
+gallium_dri.so free 0x55717361f170 void 0.000109
+gallium_dri.so malloc 72 0x55717361f300 0.000114
+gallium_dri.so free 0x55717361f380 void 0.000110
+gallium_dri.so free 0x55717361f300 void 0.000110
+gallium_dri.so malloc 72 0x55717361f380 0.000109
+gallium_dri.so free 0x55717361f440 void 0.000110
+gallium_dri.so free 0x55717361f380 void 0.000110
+gallium_dri.so malloc 72 0x55717361f380 0.000110
+gallium_dri.so free 0x55717361f4c0 void 0.000111
+gallium_dri.so free 0x55717361f380 void 0.000111
+gallium_dri.so malloc 72 0x55717361f4f0 0.000109
+gallium_dri.so free 0x55717361f540 void 0.000111
+gallium_dri.so free 0x55717361f4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717361f4f0 0.000111
+gallium_dri.so free 0x55717361f640 void 0.000115
+gallium_dri.so free 0x55717361f4f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f5f0 0.000116
+gallium_dri.so free 0x55717361f700 void 0.000113
+gallium_dri.so free 0x55717361f5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361f6b0 0.000111
+gallium_dri.so free 0x55717361f780 void 0.000132
+gallium_dri.so free 0x55717361f6b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361f6b0 0.000116
+gallium_dri.so free 0x55717361f840 void 0.000113
+gallium_dri.so free 0x55717361f6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f6b0 0.000112
+gallium_dri.so free 0x55717361f900 void 0.000112
+gallium_dri.so free 0x55717361f6b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f8b0 0.000110
+gallium_dri.so free 0x55717361f980 void 0.000110
+gallium_dri.so free 0x55717361f8b0 void 0.000109
+gallium_dri.so malloc 72 0x55717361f9d0 0.000111
+gallium_dri.so free 0x55717361fa40 void 0.000110
+gallium_dri.so free 0x55717361f9d0 void 0.000110
+gallium_dri.so malloc 72 0x55717361fa60 0.000110
+gallium_dri.so free 0x55717361fb00 void 0.000110
+gallium_dri.so free 0x55717361fa60 void 0.000110
+gallium_dri.so malloc 72 0x55717361fab0 0.000111
+gallium_dri.so free 0x55717361fb80 void 0.000109
+gallium_dri.so free 0x55717361fab0 void 0.000109
+gallium_dri.so malloc 72 0x55717361fb80 0.000109
+gallium_dri.so free 0x55717361fc40 void 0.000110
+gallium_dri.so free 0x55717361fb80 void 0.000117
+gallium_dri.so malloc 72 0x55717361fb80 0.000115
+gallium_dri.so free 0x55717361fcc0 void 0.000113
+gallium_dri.so free 0x55717361fb80 void 0.000109
+gallium_dri.so malloc 72 0x55717361fcc0 0.000113
+gallium_dri.so free 0x55717361fd80 void 0.000111
+gallium_dri.so free 0x55717361fcc0 void 0.000180
+gallium_dri.so malloc 72 0x55717361fcc0 0.000111
+gallium_dri.so free 0x5571735ed2c0 void 0.000110
+gallium_dri.so free 0x55717361fcc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000110
+gallium_dri.so free 0x5571735ed340 void 0.000109
+gallium_dri.so free 0x5571735ed2f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000109
+gallium_dri.so free 0x5571735ed440 void 0.000110
+gallium_dri.so free 0x5571735ed2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000111
+gallium_dri.so free 0x5571735ed500 void 0.000110
+gallium_dri.so free 0x5571735ed3f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000110
+gallium_dri.so free 0x5571735ed580 void 0.000110
+gallium_dri.so free 0x5571735ed4b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed5a0 0.000110
+gallium_dri.so free 0x5571735ed640 void 0.000111
+gallium_dri.so free 0x5571735ed5a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000111
+gallium_dri.so free 0x5571735ed6c0 void 0.000116
+gallium_dri.so free 0x5571735ed5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000111
+gallium_dri.so free 0x5571735ed740 void 0.000111
+gallium_dri.so free 0x5571735ed5f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed740 0.000115
+gallium_dri.so free 0x5571735ed800 void 0.000110
+gallium_dri.so free 0x5571735ed740 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed740 0.000142
+gallium_dri.so free 0x5571735ed8c0 void 0.000121
+gallium_dri.so free 0x5571735ed740 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed740 0.000111
+gallium_dri.so free 0x5571735ed980 void 0.000114
+gallium_dri.so free 0x5571735ed740 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed930 0.000110
+gallium_dri.so free 0x5571735ed980 void 0.000110
+gallium_dri.so free 0x5571735ed930 void 0.000110
+gallium_dri.so malloc 72 0x5571735ed930 0.000109
+gallium_dri.so free 0x5571735eda80 void 0.000110
+gallium_dri.so free 0x5571735ed930 void 0.000111
+gallium_dri.so malloc 72 0x5571735eda30 0.000112
+gallium_dri.so free 0x5571735edb40 void 0.000111
+gallium_dri.so free 0x5571735eda30 void 0.000110
+gallium_dri.so malloc 72 0x5571735edaf0 0.000108
+gallium_dri.so free 0x5571735edb80 void 0.000111
+gallium_dri.so free 0x5571735edaf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735edaf0 0.000110
+gallium_dri.so free 0x5571735edc40 void 0.000111
+gallium_dri.so free 0x5571735edaf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735edc80 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000121
+gallium_dri.so free 0x5571735edc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd00 0.000112
+gallium_dri.so free 0x5571735eddc0 void 0.000113
+gallium_dri.so free 0x5571735edd00 void 0.000111
+gallium_dri.so malloc 72 0x5571735edd00 0.000117
+gallium_dri.so free 0x5571735ede80 void 0.000125
+gallium_dri.so free 0x5571735edd00 void 0.000123
+gallium_dri.so malloc 72 0x5571735edea0 0.000124
+gallium_dri.so free 0x5571735edf40 void 0.000125
+gallium_dri.so free 0x5571735edea0 void 0.000120
+gallium_dri.so malloc 72 0x5571735edef0 0.000118
+gallium_dri.so free 0x5571735edfc0 void 0.000118
+gallium_dri.so free 0x5571735edef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735edef0 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so free 0x5571735edef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee100 void 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee040 0.000118
+gallium_dri.so free 0x5571735ee1c0 void 0.000119
+gallium_dri.so free 0x5571735ee040 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee040 0.000117
+gallium_dri.so free 0x5571735ee280 void 0.000118
+gallium_dri.so free 0x5571735ee040 void 0.000117
+gallium_dri.so malloc 72 0x5571735ee230 0.000117
+gallium_dri.so free 0x5571735ee340 void 0.000118
+gallium_dri.so free 0x5571735ee230 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000118
+gallium_dri.so free 0x5571735ee3c0 void 0.000118
+gallium_dri.so free 0x5571735ee2f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735ee410 0.000112
+gallium_dri.so free 0x5571735ee480 void 0.000111
+gallium_dri.so free 0x5571735ee410 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000110
+gallium_dri.so free 0x5571735ee540 void 0.000109
+gallium_dri.so free 0x5571735ee4a0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000111
+gallium_dri.so free 0x5571735ee5c0 void 0.000109
+gallium_dri.so free 0x5571735ee4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000109
+gallium_dri.so free 0x5571735ee640 void 0.000110
+gallium_dri.so free 0x5571735ee4f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee640 0.000109
+gallium_dri.so free 0x5571735ee700 void 0.000110
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee640 0.000111
+gallium_dri.so free 0x5571735ee800 void 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000110
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000109
+gallium_dri.so free 0x5571735ee840 void 0.000109
+gallium_dri.so free 0x5571735ee7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ee7b0 0.000116
+gallium_dri.so free 0x5571735ee900 void 0.000118
+gallium_dri.so free 0x5571735ee7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee940 0.000111
+gallium_dri.so free 0x5571735ee9c0 void 0.000113
+gallium_dri.so free 0x5571735ee940 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000126
+gallium_dri.so free 0x5571735eea80 void 0.000120
+gallium_dri.so free 0x5571735ee9c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee9c0 0.000123
+gallium_dri.so free 0x5571735eeb00 void 0.000125
+gallium_dri.so free 0x5571735ee9c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735eeb30 0.000120
+gallium_dri.so free 0x5571735eeb80 void 0.000124
+gallium_dri.so free 0x5571735eeb30 void 0.000125
+gallium_dri.so malloc 72 0x5571735eeb30 0.000125
+gallium_dri.so free 0x5571735eec80 void 0.000124
+gallium_dri.so free 0x5571735eeb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735eecc0 0.000118
+gallium_dri.so free 0x5571735eed40 void 0.000118
+gallium_dri.so free 0x5571735eecc0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eed40 0.000125
+gallium_dri.so free 0x5571735eee00 void 0.000125
+gallium_dri.so free 0x5571735eed40 void 0.000120
+gallium_dri.so malloc 72 0x5571735eed40 0.000122
+gallium_dri.so free 0x5571735eee80 void 0.000138
+gallium_dri.so free 0x5571735eed40 void 0.000135
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000126
+gallium_dri.so free 0x5571735eef00 void 0.000124
+gallium_dri.so free 0x5571735eeeb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eeeb0 0.000119
+gallium_dri.so free 0x5571735ef000 void 0.000179
+gallium_dri.so free 0x5571735eeeb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735eefb0 0.000125
+gallium_dri.so free 0x5571735ef0c0 void 0.000119
+gallium_dri.so free 0x5571735eefb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef070 0.000118
+gallium_dri.so free 0x5571735ef140 void 0.000117
+gallium_dri.so free 0x5571735ef070 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef070 0.000118
+gallium_dri.so free 0x5571735ef200 void 0.000117
+gallium_dri.so free 0x5571735ef070 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef070 0.000116
+gallium_dri.so free 0x5571735ef2c0 void 0.000117
+gallium_dri.so free 0x5571735ef070 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef270 0.000117
+gallium_dri.so free 0x5571735ef340 void 0.000116
+gallium_dri.so free 0x5571735ef270 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef390 0.000118
+gallium_dri.so free 0x5571735ef400 void 0.000118
+gallium_dri.so free 0x5571735ef390 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef420 0.000118
+gallium_dri.so free 0x5571735ef4c0 void 0.000118
+gallium_dri.so free 0x5571735ef420 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef470 0.000118
+gallium_dri.so free 0x5571735ef540 void 0.000118
+gallium_dri.so free 0x5571735ef470 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef540 0.000127
+gallium_dri.so free 0x5571735ef600 void 0.000112
+gallium_dri.so free 0x5571735ef540 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef540 0.000111
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef540 void 0.000111
+gallium_dri.so malloc 72 0x5571735ef680 0.000111
+gallium_dri.so free 0x5571735ef740 void 0.000110
+gallium_dri.so free 0x5571735ef680 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef680 0.000110
+gallium_dri.so free 0x5571735ef800 void 0.000110
+gallium_dri.so free 0x5571735ef680 void 0.000110
+gallium_dri.so malloc 72 0x5571735ef680 0.000112
+gallium_dri.so free 0x5571735ef8c0 void 0.000113
+gallium_dri.so free 0x5571735ef680 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef870 0.000110
+gallium_dri.so free 0x5571735ef940 void 0.000111
+gallium_dri.so free 0x5571735ef870 void 0.000109
+gallium_dri.so malloc 72 0x5571735ef990 0.000109
+gallium_dri.so free 0x5571735efa00 void 0.000111
+gallium_dri.so free 0x5571735ef990 void 0.000109
+gallium_dri.so malloc 72 0x5571735efa40 0.000111
+gallium_dri.so free 0x5571735efac0 void 0.000115
+gallium_dri.so free 0x5571735efa40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efa40 0.000111
+gallium_dri.so free 0x5571735efb40 void 0.000111
+gallium_dri.so free 0x5571735efa40 void 0.000114
+gallium_dri.so malloc 72 0x5571735efb70 0.000110
+gallium_dri.so free 0x5571735efbc0 void 0.000128
+gallium_dri.so free 0x5571735efb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb70 0.000119
+gallium_dri.so free 0x5571735efcc0 void 0.000143
+gallium_dri.so free 0x5571735efb70 void 0.000204
+gallium_dri.so malloc 72 0x5571735efc70 0.000190
+gallium_dri.so free 0x5571735efd80 void 0.000122
+gallium_dri.so free 0x5571735efc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd30 0.000118
+gallium_dri.so free 0x5571735efdc0 void 0.000118
+gallium_dri.so free 0x5571735efd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735efd30 0.000119
+gallium_dri.so free 0x5571735efe80 void 0.000119
+gallium_dri.so free 0x5571735efd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735efef0 0.000118
+gallium_dri.so free 0x5571735eff40 void 0.000120
+gallium_dri.so free 0x5571735efef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efef0 0.000119
+gallium_dri.so free 0x5571735f0040 void 0.000119
+gallium_dri.so free 0x5571735efef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735efff0 0.000117
+gallium_dri.so free 0x5571735f0100 void 0.000118
+gallium_dri.so free 0x5571735efff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f00b0 0.000117
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so free 0x5571735f00b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f00b0 0.000123
+gallium_dri.so free 0x5571735f0200 void 0.000126
+gallium_dri.so free 0x5571735f00b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0240 0.000120
+gallium_dri.so free 0x5571735f02c0 void 0.000120
+gallium_dri.so free 0x5571735f0240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f02c0 0.000118
+gallium_dri.so free 0x5571735f0380 void 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f02c0 0.000119
+gallium_dri.so free 0x5571735f0440 void 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0460 0.000118
+gallium_dri.so free 0x5571735f0500 void 0.000119
+gallium_dri.so free 0x5571735f0460 void 0.000118
+gallium_dri.so malloc 72 0x5571735f04b0 0.000118
+gallium_dri.so free 0x5571735f0580 void 0.000121
+gallium_dri.so free 0x5571735f04b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f04b0 0.000123
+gallium_dri.so free 0x5571735f0600 void 0.000126
+gallium_dri.so free 0x5571735f04b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0600 0.000118
+gallium_dri.so free 0x5571735f06c0 void 0.000120
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0600 0.000123
+gallium_dri.so free 0x5571735f0780 void 0.000112
+gallium_dri.so free 0x5571735f0600 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0600 0.000110
+gallium_dri.so free 0x5571735f0840 void 0.000110
+gallium_dri.so free 0x5571735f0600 void 0.000109
+gallium_dri.so malloc 72 0x5571735f07f0 0.000110
+gallium_dri.so free 0x5571735f0900 void 0.000110
+gallium_dri.so free 0x5571735f07f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f08b0 0.000110
+gallium_dri.so free 0x5571735f0980 void 0.000111
+gallium_dri.so free 0x5571735f08b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f09d0 0.000109
+gallium_dri.so free 0x5571735f0a40 void 0.000110
+gallium_dri.so free 0x5571735f09d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0a60 0.000110
+gallium_dri.so free 0x5571735f0b00 void 0.000111
+gallium_dri.so free 0x5571735f0a60 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000110
+gallium_dri.so free 0x5571735f0b80 void 0.000110
+gallium_dri.so free 0x5571735f0ab0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000111
+gallium_dri.so free 0x5571735f0c00 void 0.000111
+gallium_dri.so free 0x5571735f0ab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0c00 0.000110
+gallium_dri.so free 0x5571735f0cc0 void 0.000110
+gallium_dri.so free 0x5571735f0c00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f0c00 0.000110
+gallium_dri.so free 0x5571735f0dc0 void 0.000111
+gallium_dri.so free 0x5571735f0c00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0d70 0.000117
+gallium_dri.so free 0x5571735f0e00 void 0.000119
+gallium_dri.so free 0x5571735f0d70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0d70 0.000118
+gallium_dri.so free 0x5571735f0ec0 void 0.000118
+gallium_dri.so free 0x5571735f0d70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0f00 0.000119
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0f00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0f80 0.000116
+gallium_dri.so free 0x5571735f1040 void 0.000118
+gallium_dri.so free 0x5571735f0f80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0f80 0.000117
+gallium_dri.so free 0x5571735f10c0 void 0.000116
+gallium_dri.so free 0x5571735f0f80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f10f0 0.000117
+gallium_dri.so free 0x5571735f1140 void 0.000117
+gallium_dri.so free 0x5571735f10f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f10f0 0.000118
+gallium_dri.so free 0x5571735f1240 void 0.000117
+gallium_dri.so free 0x5571735f10f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1280 0.000117
+gallium_dri.so free 0x5571735f1300 void 0.000119
+gallium_dri.so free 0x5571735f1280 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1300 0.000117
+gallium_dri.so free 0x5571735f13c0 void 0.000209
+gallium_dri.so free 0x5571735f1300 void 0.000127
+gallium_dri.so malloc 72 0x5571735f1300 0.000124
+gallium_dri.so free 0x5571735f1440 void 0.000119
+gallium_dri.so free 0x5571735f1300 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1470 0.000118
+gallium_dri.so free 0x5571735f14c0 void 0.000118
+gallium_dri.so free 0x5571735f1470 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1470 0.000119
+gallium_dri.so free 0x5571735f15c0 void 0.000118
+gallium_dri.so free 0x5571735f1470 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1570 0.000119
+gallium_dri.so free 0x5571735f1680 void 0.000119
+gallium_dri.so free 0x5571735f1570 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1630 0.000118
+gallium_dri.so free 0x5571735f1700 void 0.000117
+gallium_dri.so free 0x5571735f1630 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1630 0.000120
+gallium_dri.so free 0x5571735f17c0 void 0.000118
+gallium_dri.so free 0x5571735f1630 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1630 0.000117
+gallium_dri.so free 0x5571735f1880 void 0.000118
+gallium_dri.so free 0x5571735f1630 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1830 0.000114
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f1830 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1950 0.000126
+gallium_dri.so free 0x5571735f19c0 void 0.000111
+gallium_dri.so free 0x5571735f1950 void 0.000109
+gallium_dri.so malloc 72 0x5571735f19e0 0.000110
+gallium_dri.so free 0x5571735f1a80 void 0.000109
+gallium_dri.so free 0x5571735f19e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1a30 0.000110
+gallium_dri.so free 0x5571735f1b00 void 0.000109
+gallium_dri.so free 0x5571735f1a30 void 0.000109
+gallium_dri.so malloc 72 0x5571735f1b00 0.000111
+gallium_dri.so free 0x5571735f1bc0 void 0.000110
+gallium_dri.so free 0x5571735f1b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1b00 0.000111
+gallium_dri.so free 0x5571735f1c40 void 0.000110
+gallium_dri.so free 0x5571735f1b00 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1c40 0.000111
+gallium_dri.so free 0x5571735f1d00 void 0.000110
+gallium_dri.so free 0x5571735f1c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1c40 0.000110
+gallium_dri.so free 0x5571735f1dc0 void 0.000110
+gallium_dri.so free 0x5571735f1c40 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1c40 0.000111
+gallium_dri.so free 0x5571735f1e80 void 0.000118
+gallium_dri.so free 0x5571735f1c40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000128
+gallium_dri.so free 0x5571735f1e30 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1f50 0.000111
+gallium_dri.so free 0x5571735f1fc0 void 0.000128
+gallium_dri.so free 0x5571735f1f50 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2000 0.000117
+gallium_dri.so free 0x5571735f2080 void 0.000117
+gallium_dri.so free 0x5571735f2000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2000 0.000179
+gallium_dri.so free 0x5571735f2100 void 0.000180
+gallium_dri.so free 0x5571735f2000 void 0.000248
+gallium_dri.so malloc 72 0x5571735f2130 0.000119
+gallium_dri.so free 0x5571735f2180 void 0.000120
+gallium_dri.so free 0x5571735f2130 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2130 0.000119
+gallium_dri.so free 0x5571735f2280 void 0.000119
+gallium_dri.so free 0x5571735f2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2230 0.000118
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so free 0x5571735f2230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f22f0 0.000119
+gallium_dri.so free 0x5571735f2380 void 0.000120
+gallium_dri.so free 0x5571735f22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f22f0 0.000118
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f22f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f24b0 0.000118
+gallium_dri.so free 0x5571735f2500 void 0.000118
+gallium_dri.so free 0x5571735f24b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f24b0 0.000124
+gallium_dri.so free 0x5571735f2600 void 0.000125
+gallium_dri.so free 0x5571735f24b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f25b0 0.000119
+gallium_dri.so free 0x5571735f26c0 void 0.000119
+gallium_dri.so free 0x5571735f25b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2670 0.000118
+gallium_dri.so free 0x5571735f2700 void 0.000119
+gallium_dri.so free 0x5571735f2670 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2670 0.000119
+gallium_dri.so free 0x5571735f27c0 void 0.000119
+gallium_dri.so free 0x5571735f2670 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2800 0.000119
+gallium_dri.so free 0x5571735ec580 void 0.000121
+gallium_dri.so free 0x5571735f2800 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec530 0.000119
+gallium_dri.so free 0x5571735c0900 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000118
+gallium_dri.so malloc 72 0x5571735c08b0 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so free 0x5571735c08b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000124
+gallium_dri.so free 0x557173590b40 void 0.000111
+gallium_dri.so free 0x5571735f87f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f87f0 0.000111
+gallium_dri.so free 0x5571735dcd80 void 0.000111
+gallium_dri.so free 0x5571735f87f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dcd30 0.000109
+gallium_dri.so free 0x55717346e840 void 0.000110
+gallium_dri.so free 0x5571735dcd30 void 0.000110
+gallium_dri.so malloc 72 0x55717346e7f0 0.000111
+gallium_dri.so free 0x5571735ffcc0 void 0.000113
+gallium_dri.so free 0x55717346e7f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ffc70 0.000110
+gallium_dri.so free 0x5571735c4f80 void 0.000110
+gallium_dri.so free 0x5571735ffc70 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4f30 0.000111
+gallium_dri.so free 0x5571735c10c0 void 0.000110
+gallium_dri.so free 0x5571735c4f30 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1070 0.000109
+gallium_dri.so free 0x5571735f8a00 void 0.000110
+gallium_dri.so free 0x5571735c1070 void 0.000109
+gallium_dri.so malloc 72 0x5571735f89b0 0.000115
+gallium_dri.so free 0x55717346c280 void 0.000115
+gallium_dri.so free 0x5571735f89b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c230 0.000110
+gallium_dri.so free 0x5571735fda80 void 0.000112
+gallium_dri.so free 0x55717346c230 void 0.000111
+gallium_dri.so malloc 72 0x5571735fda30 0.000110
+gallium_dri.so free 0x557173464b80 void 0.000119
+gallium_dri.so free 0x5571735fda30 void 0.000117
+gallium_dri.so malloc 72 0x557173464b30 0.000119
+gallium_dri.so free 0x5571735e25c0 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2570 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000117
+gallium_dri.so free 0x5571735e2570 void 0.000117
+gallium_dri.so malloc 72 0x55717360b770 0.000117
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so free 0x55717360b770 void 0.000117
+gallium_dri.so malloc 72 0x5571735c40b0 0.000119
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x5571735c40b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x5571735db480 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000122
+gallium_dri.so malloc 72 0x5571735db430 0.000118
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571735db430 void 0.000117
+gallium_dri.so malloc 72 0x557173610630 0.000117
+gallium_dri.so free 0x55717360f800 void 0.000117
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x55717360f7b0 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000142
+gallium_dri.so free 0x55717360f7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000171
+gallium_dri.so free 0x5571735c4940 void 0.000125
+gallium_dri.so free 0x5571735eb5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c49b0 0.000124
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x5571735c49b0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x5571735e3200 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e31b0 0.000118
+gallium_dri.so free 0x5571735ffe80 void 0.000121
+gallium_dri.so free 0x5571735e31b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffe30 0.000119
+gallium_dri.so free 0x55717346ab40 void 0.000117
+gallium_dri.so free 0x5571735ffe30 void 0.000117
+gallium_dri.so malloc 72 0x55717346aaf0 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f5f0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000119
+gallium_dri.so free 0x55717360f5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4270 0.000117
+gallium_dri.so free 0x5571735f9080 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000119
+gallium_dri.so free 0x5571735fd8c0 void 0.000119
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd870 0.000111
+gallium_dri.so free 0x557173460f80 void 0.000111
+gallium_dri.so free 0x5571735fd870 void 0.000110
+gallium_dri.so malloc 72 0x557173460f30 0.000110
+gallium_dri.so free 0x5571735c1d00 void 0.000111
+gallium_dri.so free 0x557173460f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000111
+gallium_dri.so free 0x5571735fe740 void 0.000110
+gallium_dri.so free 0x5571735c1cb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000109
+gallium_dri.so free 0x557173620e80 void 0.000110
+gallium_dri.so free 0x5571735fe6f0 void 0.000133
+gallium_dri.so malloc 72 0x557173620e30 0.000112
+gallium_dri.so free 0x5571735f7100 void 0.000111
+gallium_dri.so free 0x557173620e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735f70b0 0.000111
+gallium_dri.so free 0x55717346c0c0 void 0.000109
+gallium_dri.so free 0x5571735f70b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346c070 0.000109
+gallium_dri.so free 0x557173620cc0 void 0.000111
+gallium_dri.so free 0x55717346c070 void 0.000116
+gallium_dri.so malloc 72 0x557173620c70 0.000119
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000110
+gallium_dri.so malloc 72 0x5571735f8630 0.000113
+gallium_dri.so free 0x5571735f3040 void 0.000113
+gallium_dri.so free 0x5571735f8630 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000119
+gallium_dri.so free 0x5571735d2200 void 0.000119
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735faec0 void 0.000117
+gallium_dri.so free 0x5571735d21b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fae70 0.000119
+gallium_dri.so free 0x55717346c440 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000118
+gallium_dri.so malloc 72 0x55717346c3f0 0.000118
+gallium_dri.so free 0x5571735f5800 void 0.000118
+gallium_dri.so free 0x55717346c3f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000118
+gallium_dri.so free 0x557173600d00 void 0.000116
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000117
+gallium_dri.so free 0x557173600cb0 void 0.000117
+gallium_dri.so malloc 72 0x557173467630 0.000119
+gallium_dri.so free 0x5571735dfb00 void 0.000119
+gallium_dri.so free 0x557173467630 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfab0 0.000118
+gallium_dri.so free 0x5571735f3200 void 0.000119
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x5571735cfc40 void 0.000161
+gallium_dri.so free 0x5571735f31b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x55717360d400 void 0.000122
+gallium_dri.so free 0x5571735cfbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d3b0 0.000117
+gallium_dri.so free 0x55717346a500 void 0.000118
+gallium_dri.so free 0x55717360d3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717346a570 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000117
+gallium_dri.so free 0x55717346a570 void 0.000120
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x5571735ed1c0 void 0.000118
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x557173589400 void 0.000117
+gallium_dri.so free 0x5571735ed170 void 0.000117
+gallium_dri.so malloc 72 0x5571735893b0 0.000119
+gallium_dri.so free 0x557173473580 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000124
+gallium_dri.so malloc 72 0x557173473530 0.000116
+gallium_dri.so free 0x5571735d47c0 void 0.000115
+gallium_dri.so free 0x557173473530 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so free 0x5571735d4770 void 0.000147
+gallium_dri.so malloc 72 0x557173469e30 0.000131
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so free 0x557173469e30 void 0.000114
+gallium_dri.so malloc 72 0x557173469e30 0.000113
+gallium_dri.so free 0x55717360e0c0 void 0.000113
+gallium_dri.so free 0x557173469e30 void 0.000118
+gallium_dri.so malloc 72 0x55717360e070 0.000125
+gallium_dri.so free 0x5571735f2e80 void 0.000124
+gallium_dri.so free 0x55717360e070 void 0.000126
+gallium_dri.so malloc 72 0x5571735f2e30 0.000117
+gallium_dri.so free 0x557173605c40 void 0.000113
+gallium_dri.so free 0x5571735f2e30 void 0.000119
+gallium_dri.so malloc 72 0x557173605bf0 0.000114
+gallium_dri.so free 0x5571735dee40 void 0.000113
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dedf0 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000114
+gallium_dri.so free 0x5571735dedf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346d0b0 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000113
+gallium_dri.so free 0x55717346d0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc070 0.000113
+gallium_dri.so free 0x557173461c40 void 0.000120
+gallium_dri.so free 0x5571735dc070 void 0.000114
+gallium_dri.so malloc 72 0x557173461bf0 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000114
+gallium_dri.so free 0x557173461bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000113
+gallium_dri.so free 0x5571735c3f40 void 0.000115
+gallium_dri.so free 0x5571735fd6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000112
+gallium_dri.so free 0x557173600040 void 0.000115
+gallium_dri.so free 0x5571735c3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ffff0 0.000114
+gallium_dri.so free 0x5571735f96c0 void 0.000114
+gallium_dri.so free 0x5571735ffff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9670 0.000114
+gallium_dri.so free 0x5571735c0140 void 0.000114
+gallium_dri.so free 0x5571735f9670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c00f0 0.000113
+gallium_dri.so free 0x5571735e1640 void 0.000113
+gallium_dri.so free 0x5571735c00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e15f0 0.000114
+gallium_dri.so free 0x5571735c29c0 void 0.000113
+gallium_dri.so free 0x5571735e15f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2970 0.000114
+gallium_dri.so free 0x5571735f6440 void 0.000114
+gallium_dri.so free 0x5571735c2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f63f0 0.000113
+gallium_dri.so free 0x55717360f9c0 void 0.000115
+gallium_dri.so free 0x5571735f63f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000114
+gallium_dri.so free 0x5571735df4c0 void 0.000114
+gallium_dri.so free 0x55717360f970 void 0.000161
+gallium_dri.so malloc 72 0x55717360f970 0.000114
+gallium_dri.so free 0x557173610040 void 0.000112
+gallium_dri.so free 0x55717360f970 void 0.000111
+gallium_dri.so malloc 72 0x557173610040 0.000111
+gallium_dri.so free 0x55717346f080 void 0.000113
+gallium_dri.so free 0x557173610040 void 0.000112
+gallium_dri.so malloc 72 0x557173610040 0.000112
+gallium_dri.so free 0x5571735f79c0 void 0.000114
+gallium_dri.so free 0x557173610040 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000113
+gallium_dri.so free 0x5571735ff000 void 0.000112
+gallium_dri.so free 0x5571735f7970 void 0.000114
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x557173610f40 void 0.000114
+gallium_dri.so free 0x5571735fefb0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000113
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2380 0.000124
+gallium_dri.so free 0x557173620000 void 0.000125
+gallium_dri.so free 0x5571735c2380 void 0.000125
+gallium_dri.so malloc 72 0x55717361ffb0 0.000124
+gallium_dri.so free 0x5571735c3280 void 0.000119
+gallium_dri.so free 0x55717361ffb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3230 0.000115
+gallium_dri.so free 0x5571735fca40 void 0.000122
+gallium_dri.so free 0x5571735c3230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x5571735f9f80 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9f30 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000114
+gallium_dri.so malloc 72 0x55717346d970 0.000113
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x55717346b3b0 0.000113
+gallium_dri.so free 0x55717346cac0 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346cac0 0.000112
+gallium_dri.so free 0x5571735fe100 void 0.000113
+gallium_dri.so free 0x55717346cac0 void 0.000120
+gallium_dri.so malloc 72 0x55717346cac0 0.000114
+gallium_dri.so free 0x5571735dd640 void 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x557173461600 void 0.000113
+gallium_dri.so free 0x5571735dd5f0 void 0.000146
+gallium_dri.so malloc 72 0x557173461600 0.000117
+gallium_dri.so free 0x55717360e980 void 0.000112
+gallium_dri.so free 0x557173461600 void 0.000113
+gallium_dri.so malloc 72 0x55717360e930 0.000112
+gallium_dri.so free 0x55717360da80 void 0.000113
+gallium_dri.so free 0x55717360e930 void 0.000112
+gallium_dri.so malloc 72 0x55717360da80 0.000112
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so malloc 72 0x55717360da80 0.000111
+gallium_dri.so free 0x5571735dc740 void 0.000112
+gallium_dri.so free 0x55717360da80 void 0.000117
+gallium_dri.so malloc 72 0x55717360da80 0.000123
+gallium_dri.so free 0x557173609640 void 0.000124
+gallium_dri.so free 0x55717360da80 void 0.000149
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x55717358b640 void 0.000114
+gallium_dri.so free 0x5571736095f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358b640 0.000116
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000119
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000127
+gallium_dri.so malloc 72 0x55717358b640 0.000112
+gallium_dri.so free 0x557173607e80 void 0.000112
+gallium_dri.so free 0x55717358b640 void 0.000111
+gallium_dri.so malloc 72 0x55717358b640 0.000110
+gallium_dri.so free 0x557173469a00 void 0.000109
+gallium_dri.so free 0x55717358b640 void 0.000110
+gallium_dri.so malloc 72 0x557173469a00 0.000110
+gallium_dri.so free 0x5571735d1fc0 void 0.000109
+gallium_dri.so free 0x557173469a00 void 0.000111
+gallium_dri.so malloc 72 0x557173469a00 0.000109
+gallium_dri.so free 0x5571734741c0 void 0.000111
+gallium_dri.so free 0x557173469a00 void 0.000110
+gallium_dri.so malloc 72 0x557173474170 0.000110
+gallium_dri.so free 0x557173473f40 void 0.000110
+gallium_dri.so free 0x557173474170 void 0.000111
+gallium_dri.so malloc 72 0x557173474170 0.000111
+gallium_dri.so free 0x557173603300 void 0.000111
+gallium_dri.so free 0x557173474170 void 0.000111
+gallium_dri.so malloc 72 0x557173474170 0.000110
+gallium_dri.so free 0x55717358dc00 void 0.000111
+gallium_dri.so free 0x557173474170 void 0.000110
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x5571735e2f80 void 0.000117
+gallium_dri.so free 0x55717358dc00 void 0.000112
+gallium_dri.so malloc 72 0x55717358dc00 0.000110
+gallium_dri.so free 0x5571735e3000 void 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e3030 0.000178
+gallium_dri.so free 0x55717360d180 void 0.000165
+gallium_dri.so free 0x5571735e3030 void 0.000161
+gallium_dri.so malloc 72 0x5571735e3030 0.000124
+gallium_dri.so free 0x557173469c00 void 0.000123
+gallium_dri.so free 0x5571735e3030 void 0.000124
+gallium_dri.so malloc 72 0x557173469c00 0.000124
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000120
+gallium_dri.so malloc 72 0x557173469c00 0.000115
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000112
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x557173466dc0 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000114
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe40 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000115
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbe40 0.000112
+gallium_dri.so free 0x5571735f6240 void 0.000169
+gallium_dri.so free 0x5571735dbe40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6270 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so free 0x5571735f6270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a80 0.000113
+gallium_dri.so free 0x557173460d00 void 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1a80 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x5571735e23c0 void 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2300 0.000115
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571735e2300 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x5571735c0ec0 void 0.000115
+gallium_dri.so free 0x5571735e2300 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0e70 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000115
+gallium_dri.so free 0x5571735c0e70 void 0.000112
+gallium_dri.so malloc 72 0x55717358b880 0.000113
+gallium_dri.so free 0x55717358b940 void 0.000113
+gallium_dri.so free 0x55717358b880 void 0.000112
+gallium_dri.so malloc 72 0x55717358b880 0.000119
+gallium_dri.so free 0x5571735fbb80 void 0.000126
+gallium_dri.so free 0x55717358b880 void 0.000132
+gallium_dri.so malloc 72 0x55717358b880 0.000111
+gallium_dri.so free 0x5571735fbc00 void 0.000216
+gallium_dri.so free 0x55717358b880 void 0.000189
+gallium_dri.so malloc 72 0x5571735fbc30 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbc30 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so free 0x5571735fbc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec340 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec340 0.000113
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so free 0x5571735ec340 void 0.000113
+gallium_dri.so malloc 72 0x557173467470 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000114
+gallium_dri.so free 0x557173467470 void 0.000114
+gallium_dri.so malloc 72 0x557173467470 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000113
+gallium_dri.so free 0x557173467470 void 0.000113
+gallium_dri.so malloc 72 0x557173467470 0.000112
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so free 0x557173467470 void 0.000113
+gallium_dri.so malloc 72 0x55717360c580 0.000150
+gallium_dri.so free 0x5571736081c0 void 0.000115
+gallium_dri.so free 0x55717360c580 void 0.000114
+gallium_dri.so malloc 72 0x557173608170 0.000113
+gallium_dri.so free 0x5571735db1c0 void 0.000114
+gallium_dri.so free 0x557173608170 void 0.000113
+gallium_dri.so malloc 72 0x557173608170 0.000114
+gallium_dri.so free 0x5571735db280 void 0.000114
+gallium_dri.so free 0x557173608170 void 0.000113
+gallium_dri.so malloc 72 0x5571735db230 0.000116
+gallium_dri.so free 0x5571735f5540 void 0.000114
+gallium_dri.so free 0x5571735db230 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5540 0.000113
+gallium_dri.so free 0x557173590400 void 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5540 0.000113
+gallium_dri.so free 0x5571735904c0 void 0.000114
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735f5600 void 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5630 0.000113
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x5571735f5630 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5630 0.000114
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so free 0x5571735f5630 void 0.000113
+gallium_dri.so malloc 72 0x557173464880 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000186
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x557173464880 0.000114
+gallium_dri.so free 0x55717360bac0 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so malloc 72 0x55717360baf0 0.000115
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x55717360baf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b440 0.000116
+gallium_dri.so free 0x55717360b500 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so malloc 72 0x55717360b540 0.000114
+gallium_dri.so free 0x557173589080 void 0.000120
+gallium_dri.so free 0x55717360b540 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000114
+gallium_dri.so free 0x557173589140 void 0.000115
+gallium_dri.so free 0x557173589080 void 0.000116
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000115
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so malloc 72 0x557173589080 0.000113
+gallium_dri.so free 0x557173605980 void 0.000114
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so malloc 72 0x557173605930 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000115
+gallium_dri.so free 0x557173605930 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x5571735bfe80 void 0.000125
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfec0 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x5571735bfec0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000112
+gallium_dri.so free 0x55717360bd40 void 0.000114
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x5571735cfd40 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfd80 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000113
+gallium_dri.so free 0x5571735cfd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe00 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2320 0.000117
+gallium_dri.so free 0x5571735d23c0 void 0.000115
+gallium_dri.so free 0x5571735d2320 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2370 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so free 0x5571735d2370 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4930 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000116
+gallium_dri.so free 0x5571735d4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4930 0.000112
+gallium_dri.so free 0x5571735fc340 void 0.000131
+gallium_dri.so free 0x5571735d4930 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc340 0.000116
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735fc340 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000113
+gallium_dri.so free 0x5571735fc480 void 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735fc4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb740 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb740 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735eb880 void 0.000117
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000115
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49a0 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49a0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49f0 0.000113
+gallium_dri.so free 0x5571735f4ac0 void 0.000115
+gallium_dri.so free 0x5571735f49f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49f0 0.000116
+gallium_dri.so free 0x5571735e1740 void 0.000122
+gallium_dri.so free 0x5571735f49f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1790 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e1790 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1820 0.000113
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e1820 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1870 0.000113
+gallium_dri.so free 0x5571735fafc0 void 0.000113
+gallium_dri.so free 0x5571735e1870 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb010 0.000113
+gallium_dri.so free 0x5571735fb080 void 0.000113
+gallium_dri.so free 0x5571735fb010 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb0c0 0.000114
+gallium_dri.so free 0x5571735fb140 void 0.000114
+gallium_dri.so free 0x5571735fb0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb190 0.000112
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735fb190 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0260 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so free 0x5571735c0260 void 0.000112
+gallium_dri.so malloc 72 0x5571735c02b0 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000112
+gallium_dri.so free 0x5571734605c0 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000123
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460680 void 0.000113
+gallium_dri.so free 0x557173460570 void 0.000112
+gallium_dri.so malloc 72 0x557173460630 0.000117
+gallium_dri.so free 0x557173460700 void 0.000114
+gallium_dri.so free 0x557173460630 void 0.000114
+gallium_dri.so malloc 72 0x557173460720 0.000117
+gallium_dri.so free 0x557173611080 void 0.000113
+gallium_dri.so free 0x557173460720 void 0.000113
+gallium_dri.so malloc 72 0x557173460720 0.000114
+gallium_dri.so free 0x557173611140 void 0.000114
+gallium_dri.so free 0x557173460720 void 0.000113
+gallium_dri.so malloc 72 0x5571736110f0 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000115
+gallium_dri.so free 0x5571736110f0 void 0.000114
+gallium_dri.so malloc 72 0x557173611210 0.000113
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173611210 void 0.000112
+gallium_dri.so malloc 72 0x557173611210 0.000123
+gallium_dri.so free 0x557173609800 void 0.000123
+gallium_dri.so free 0x557173611210 void 0.000119
+gallium_dri.so malloc 72 0x557173609830 0.000118
+gallium_dri.so free 0x557173609880 void 0.000119
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so malloc 72 0x557173609830 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x557173609830 void 0.000120
+gallium_dri.so malloc 72 0x557173461d80 0.000115
+gallium_dri.so free 0x557173461e00 void 0.000116
+gallium_dri.so free 0x557173461d80 void 0.000114
+gallium_dri.so malloc 72 0x557173461e00 0.000115
+gallium_dri.so free 0x557173461ec0 void 0.000115
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so malloc 72 0x557173461e00 0.000114
+gallium_dri.so free 0x557173461f40 void 0.000116
+gallium_dri.so free 0x557173461e00 void 0.000114
+gallium_dri.so malloc 72 0x557173461f70 0.000114
+gallium_dri.so free 0x5571735fe840 void 0.000115
+gallium_dri.so free 0x557173461f70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe880 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so free 0x5571735fe880 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe900 0.000114
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe900 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7220 0.000115
+gallium_dri.so free 0x5571735f72c0 void 0.000115
+gallium_dri.so free 0x5571735f7220 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7270 0.000113
+gallium_dri.so free 0x5571735f7340 void 0.000114
+gallium_dri.so free 0x5571735f7270 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7270 0.000115
+gallium_dri.so free 0x5571735f73c0 void 0.000114
+gallium_dri.so free 0x5571735f7270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f73c0 0.000113
+gallium_dri.so free 0x55717346ac40 void 0.000115
+gallium_dri.so free 0x5571735f73c0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ac60 0.000113
+gallium_dri.so free 0x55717346ad00 void 0.000113
+gallium_dri.so free 0x55717346ac60 void 0.000114
+gallium_dri.so malloc 72 0x55717346acb0 0.000112
+gallium_dri.so free 0x55717346ad80 void 0.000114
+gallium_dri.so free 0x55717346acb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ad80 0.000113
+gallium_dri.so free 0x55717346ae40 void 0.000113
+gallium_dri.so free 0x55717346ad80 void 0.000112
+gallium_dri.so malloc 72 0x55717346ad80 0.000115
+gallium_dri.so free 0x5571735dfc00 void 0.000114
+gallium_dri.so free 0x55717346ad80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfc50 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so free 0x5571735dfc50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfce0 0.000113
+gallium_dri.so free 0x5571735dfd80 void 0.000118
+gallium_dri.so free 0x5571735dfce0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x5571735dfe00 void 0.000118
+gallium_dri.so free 0x5571735dfd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x5571735dfd30 void 0.000114
+gallium_dri.so malloc 72 0x55717346d250 0.000139
+gallium_dri.so free 0x55717346d2c0 void 0.000139
+gallium_dri.so free 0x55717346d250 void 0.000129
+gallium_dri.so malloc 72 0x55717346d300 0.000129
+gallium_dri.so free 0x55717346d380 void 0.000137
+gallium_dri.so free 0x55717346d300 void 0.000136
+gallium_dri.so malloc 72 0x55717346d300 0.000134
+gallium_dri.so free 0x55717346d400 void 0.000129
+gallium_dri.so free 0x55717346d300 void 0.000134
+gallium_dri.so malloc 72 0x55717346d430 0.000131
+gallium_dri.so free 0x557173610780 void 0.000129
+gallium_dri.so free 0x55717346d430 void 0.000130
+gallium_dri.so malloc 72 0x5571736107c0 0.000129
+gallium_dri.so free 0x557173610840 void 0.000129
+gallium_dri.so free 0x5571736107c0 void 0.000130
+gallium_dri.so malloc 72 0x557173610840 0.000130
+gallium_dri.so free 0x557173610900 void 0.000131
+gallium_dri.so free 0x557173610840 void 0.000130
+gallium_dri.so malloc 72 0x557173610840 0.000131
+gallium_dri.so free 0x557173610980 void 0.000139
+gallium_dri.so free 0x557173610840 void 0.000200
+gallium_dri.so malloc 72 0x5571736109b0 0.000128
+gallium_dri.so free 0x557173600e00 void 0.000129
+gallium_dri.so free 0x5571736109b0 void 0.000130
+gallium_dri.so malloc 72 0x557173600e70 0.000129
+gallium_dri.so free 0x557173600ec0 void 0.000131
+gallium_dri.so free 0x557173600e70 void 0.000130
+gallium_dri.so malloc 72 0x557173600e70 0.000130
+gallium_dri.so free 0x557173600fc0 void 0.000129
+gallium_dri.so free 0x557173600e70 void 0.000130
+gallium_dri.so malloc 72 0x557173600f70 0.000130
+gallium_dri.so free 0x55717360e1c0 void 0.000129
+gallium_dri.so free 0x557173600f70 void 0.000131
+gallium_dri.so malloc 72 0x55717360e1e0 0.000129
+gallium_dri.so free 0x55717360e280 void 0.000130
+gallium_dri.so free 0x55717360e1e0 void 0.000129
+gallium_dri.so malloc 72 0x55717360e230 0.000133
+gallium_dri.so free 0x55717360e300 void 0.000129
+gallium_dri.so free 0x55717360e230 void 0.000128
+gallium_dri.so malloc 72 0x55717360e230 0.000129
+gallium_dri.so free 0x55717360e380 void 0.000129
+gallium_dri.so free 0x55717360e230 void 0.000129
+gallium_dri.so malloc 72 0x55717360e380 0.000129
+gallium_dri.so free 0x5571735dce80 void 0.000136
+gallium_dri.so free 0x55717360e380 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcee0 0.000128
+gallium_dri.so free 0x5571735dcf80 void 0.000130
+gallium_dri.so free 0x5571735dcee0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcf30 0.000132
+gallium_dri.so free 0x5571735dcfc0 void 0.000128
+gallium_dri.so free 0x5571735dcf30 void 0.000130
+gallium_dri.so malloc 72 0x5571735dcf30 0.000129
+gallium_dri.so free 0x5571735c2ac0 void 0.000131
+gallium_dri.so free 0x5571735dcf30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2b00 0.000127
+gallium_dri.so free 0x5571735c2b80 void 0.000198
+gallium_dri.so free 0x5571735c2b00 void 0.000170
+gallium_dri.so malloc 72 0x5571735c2b80 0.000169
+gallium_dri.so free 0x5571735c2c40 void 0.000135
+gallium_dri.so free 0x5571735c2b80 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2b80 0.000128
+gallium_dri.so free 0x5571735dd080 void 0.000129
+gallium_dri.so free 0x5571735c2b80 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000128
+gallium_dri.so free 0x5571735f97c0 void 0.000130
+gallium_dri.so free 0x5571735dd0b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9810 0.000137
+gallium_dri.so free 0x5571735f9880 void 0.000129
+gallium_dri.so free 0x5571735f9810 void 0.000129
+gallium_dri.so malloc 72 0x5571735f98c0 0.000136
+gallium_dri.so free 0x5571735f9940 void 0.000134
+gallium_dri.so free 0x5571735f98c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9940 0.000129
+gallium_dri.so free 0x5571735c2cc0 void 0.000128
+gallium_dri.so free 0x5571735f9940 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9940 0.000128
+gallium_dri.so free 0x55717346f200 void 0.000128
+gallium_dri.so free 0x5571735f9940 void 0.000129
+gallium_dri.so malloc 72 0x55717346f1b0 0.000130
+gallium_dri.so free 0x55717346f280 void 0.000129
+gallium_dri.so free 0x55717346f1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346f1b0 0.000129
+gallium_dri.so free 0x55717346f300 void 0.000129
+gallium_dri.so free 0x55717346f1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f300 0.000136
+gallium_dri.so free 0x5571735c09c0 void 0.000129
+gallium_dri.so free 0x55717346f300 void 0.000129
+gallium_dri.so malloc 72 0x55717346f300 0.000128
+gallium_dri.so free 0x5571735c0ac0 void 0.000129
+gallium_dri.so free 0x55717346f300 void 0.000184
+gallium_dri.so malloc 72 0x5571735c0a70 0.000136
+gallium_dri.so free 0x55717346f3c0 void 0.000185
+gallium_dri.so free 0x5571735c0a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0a70 0.000128
+gallium_dri.so free 0x5571735c0b00 void 0.000129
+gallium_dri.so free 0x5571735c0a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0a70 0.000130
+gallium_dri.so free 0x5571735c0c00 void 0.000129
+gallium_dri.so free 0x5571735c0a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000128
+gallium_dri.so free 0x5571735dd200 void 0.000129
+gallium_dri.so free 0x5571735c0bb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd220 0.000128
+gallium_dri.so free 0x5571735dd2c0 void 0.000130
+gallium_dri.so free 0x5571735dd220 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd270 0.000129
+gallium_dri.so free 0x5571735dd340 void 0.000130
+gallium_dri.so free 0x5571735dd270 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd270 0.000133
+gallium_dri.so free 0x5571735dd440 void 0.000129
+gallium_dri.so free 0x5571735dd270 void 0.000129
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000128
+gallium_dri.so free 0x5571735febc0 void 0.000142
+gallium_dri.so free 0x5571735dd3f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735fec10 0.000130
+gallium_dri.so free 0x5571735fec80 void 0.000127
+gallium_dri.so free 0x5571735fec10 void 0.000126
+gallium_dri.so malloc 72 0x5571735feca0 0.000126
+gallium_dri.so free 0x5571735fed40 void 0.000127
+gallium_dri.so free 0x5571735feca0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fecf0 0.000128
+gallium_dri.so free 0x5571735fedc0 void 0.000128
+gallium_dri.so free 0x5571735fecf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fecf0 0.000126
+gallium_dri.so free 0x5571735dff80 void 0.000127
+gallium_dri.so free 0x5571735fecf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dffd0 0.000125
+gallium_dri.so free 0x5571735e0040 void 0.000114
+gallium_dri.so free 0x5571735dffd0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e00a0 0.000110
+gallium_dri.so free 0x5571735e0140 void 0.000111
+gallium_dri.so free 0x5571735e00a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e00f0 0.000120
+gallium_dri.so free 0x5571735e0180 void 0.000116
+gallium_dri.so free 0x5571735e00f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e00f0 0.000147
+gallium_dri.so free 0x5571735f5e00 void 0.000263
+gallium_dri.so free 0x5571735e00f0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f5db0 0.000116
+gallium_dri.so free 0x5571735f5e80 void 0.000112
+gallium_dri.so free 0x5571735f5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000111
+gallium_dri.so free 0x5571735f5f40 void 0.000110
+gallium_dri.so free 0x5571735f5ed0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5f60 0.000110
+gallium_dri.so free 0x5571735f6000 void 0.000111
+gallium_dri.so free 0x5571735f5f60 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000112
+gallium_dri.so free 0x55717346d580 void 0.000110
+gallium_dri.so free 0x5571735f5fb0 void 0.000110
+gallium_dri.so malloc 72 0x55717346d5d0 0.000110
+gallium_dri.so free 0x55717346d640 void 0.000111
+gallium_dri.so free 0x55717346d5d0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d680 0.000109
+gallium_dri.so free 0x55717346d700 void 0.000112
+gallium_dri.so free 0x55717346d680 void 0.000110
+gallium_dri.so malloc 72 0x55717346d700 0.000116
+gallium_dri.so free 0x55717346d7c0 void 0.000121
+gallium_dri.so free 0x55717346d700 void 0.000116
+gallium_dri.so malloc 72 0x55717346d700 0.000113
+gallium_dri.so free 0x5571735ecb80 void 0.000111
+gallium_dri.so free 0x55717346d700 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecb30 0.000109
+gallium_dri.so free 0x5571735ecc00 void 0.000119
+gallium_dri.so free 0x5571735ecb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ecb30 0.000116
+gallium_dri.so free 0x5571735ecc80 void 0.000112
+gallium_dri.so free 0x5571735ecb30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecc80 0.000111
+gallium_dri.so free 0x5571735ecd40 void 0.000109
+gallium_dri.so free 0x5571735ecc80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecc80 0.000110
+gallium_dri.so free 0x55717346afc0 void 0.000111
+gallium_dri.so free 0x5571735ecc80 void 0.000110
+gallium_dri.so malloc 72 0x55717346afe0 0.000109
+gallium_dri.so free 0x55717346b080 void 0.000110
+gallium_dri.so free 0x55717346afe0 void 0.000111
+gallium_dri.so malloc 72 0x55717346b030 0.000109
+gallium_dri.so free 0x55717346b100 void 0.000110
+gallium_dri.so free 0x55717346b030 void 0.000110
+gallium_dri.so malloc 72 0x55717346b030 0.000109
+gallium_dri.so free 0x55717346b180 void 0.000110
+gallium_dri.so free 0x55717346b030 void 0.000111
+gallium_dri.so malloc 72 0x55717346b180 0.000117
+gallium_dri.so free 0x5571735de800 void 0.000116
+gallium_dri.so free 0x55717346b180 void 0.000121
+gallium_dri.so malloc 72 0x5571735de7b0 0.000115
+gallium_dri.so free 0x5571735de840 void 0.000110
+gallium_dri.so free 0x5571735de7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de7b0 0.000110
+gallium_dri.so free 0x5571735de900 void 0.000121
+gallium_dri.so free 0x5571735de7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735de970 0.000109
+gallium_dri.so free 0x5571735de9c0 void 0.000110
+gallium_dri.so free 0x5571735de970 void 0.000110
+gallium_dri.so malloc 72 0x5571735de970 0.000110
+gallium_dri.so free 0x5571735f7580 void 0.000110
+gallium_dri.so free 0x5571735de970 void 0.000110
+gallium_dri.so malloc 72 0x5571735f75d0 0.000110
+gallium_dri.so free 0x5571735f7640 void 0.000111
+gallium_dri.so free 0x5571735f75d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7660 0.000110
+gallium_dri.so free 0x5571735f7700 void 0.000110
+gallium_dri.so free 0x5571735f7660 void 0.000115
+gallium_dri.so malloc 72 0x5571735f76b0 0.000112
+gallium_dri.so free 0x5571735f7780 void 0.000112
+gallium_dri.so free 0x5571735f76b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f76b0 0.000110
+gallium_dri.so free 0x557173473b80 void 0.000110
+gallium_dri.so free 0x5571735f76b0 void 0.000110
+gallium_dri.so malloc 72 0x557173473b30 0.000109
+gallium_dri.so free 0x557173473c40 void 0.000109
+gallium_dri.so free 0x557173473b30 void 0.000112
+gallium_dri.so malloc 72 0x557173473bf0 0.000110
+gallium_dri.so free 0x557173473cc0 void 0.000110
+gallium_dri.so free 0x557173473bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173473bf0 0.000110
+gallium_dri.so free 0x557173473d80 void 0.000110
+gallium_dri.so free 0x557173473bf0 void 0.000111
+gallium_dri.so malloc 72 0x557173473bf0 0.000129
+gallium_dri.so free 0x5571735e2bc0 void 0.000126
+gallium_dri.so free 0x557173473bf0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2b70 0.000124
+gallium_dri.so free 0x5571735e2c40 void 0.000120
+gallium_dri.so free 0x5571735e2b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2c90 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000119
+gallium_dri.so free 0x5571735e2c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d20 0.000118
+gallium_dri.so free 0x5571735e2dc0 void 0.000120
+gallium_dri.so free 0x5571735e2d20 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2d70 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000118
+gallium_dri.so free 0x5571735e2d70 void 0.000119
+gallium_dri.so malloc 72 0x55717360e590 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e590 void 0.000117
+gallium_dri.so malloc 72 0x55717360e640 0.000118
+gallium_dri.so free 0x55717360e6c0 void 0.000119
+gallium_dri.so free 0x55717360e640 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6c0 0.000119
+gallium_dri.so free 0x55717360e780 void 0.000119
+gallium_dri.so free 0x55717360e6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e6c0 0.000117
+gallium_dri.so free 0x557173610b00 void 0.000116
+gallium_dri.so free 0x55717360e6c0 void 0.000113
+gallium_dri.so malloc 72 0x557173610b30 0.000111
+gallium_dri.so free 0x557173610b80 void 0.000111
+gallium_dri.so free 0x557173610b30 void 0.000111
+gallium_dri.so malloc 72 0x557173610b30 0.000109
+gallium_dri.so free 0x557173610c80 void 0.000110
+gallium_dri.so free 0x557173610b30 void 0.000110
+gallium_dri.so malloc 72 0x557173610c30 0.000111
+gallium_dri.so free 0x557173610d40 void 0.000110
+gallium_dri.so free 0x557173610c30 void 0.000114
+gallium_dri.so malloc 72 0x557173610cf0 0.000110
+gallium_dri.so free 0x5571735c2e40 void 0.000110
+gallium_dri.so free 0x557173610cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2e60 0.000109
+gallium_dri.so free 0x5571735c2f00 void 0.000109
+gallium_dri.so free 0x5571735c2e60 void 0.000110
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000110
+gallium_dri.so free 0x5571735c2f80 void 0.000111
+gallium_dri.so free 0x5571735c2eb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000110
+gallium_dri.so free 0x5571735c3000 void 0.000109
+gallium_dri.so free 0x5571735c2eb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3000 0.000110
+gallium_dri.so free 0x5571735dba80 void 0.000110
+gallium_dri.so free 0x5571735c3000 void 0.000111
+gallium_dri.so malloc 72 0x5571735dba30 0.000110
+gallium_dri.so free 0x5571735dbac0 void 0.000112
+gallium_dri.so free 0x5571735dba30 void 0.000111
+gallium_dri.so malloc 72 0x5571735dba30 0.000129
+gallium_dri.so free 0x5571735dbb80 void 0.000118
+gallium_dri.so free 0x5571735dba30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000121
+gallium_dri.so free 0x5571735dbc40 void 0.000126
+gallium_dri.so free 0x5571735dbbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000123
+gallium_dri.so free 0x5571735f9b40 void 0.000120
+gallium_dri.so free 0x5571735dbbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9b90 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000124
+gallium_dri.so free 0x5571735f9b90 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9c20 0.000124
+gallium_dri.so free 0x5571735f9cc0 void 0.000125
+gallium_dri.so free 0x5571735f9c20 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9c70 0.000123
+gallium_dri.so free 0x5571735f9d40 void 0.000120
+gallium_dri.so free 0x5571735f9c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c70 0.000121
+gallium_dri.so free 0x5571735fc600 void 0.000125
+gallium_dri.so free 0x5571735f9c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc650 0.000120
+gallium_dri.so free 0x5571735fc6c0 void 0.000119
+gallium_dri.so free 0x5571735fc650 void 0.000220
+gallium_dri.so malloc 72 0x5571735fc720 0.000161
+gallium_dri.so free 0x5571735fc7c0 void 0.000157
+gallium_dri.so free 0x5571735fc720 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc770 0.000120
+gallium_dri.so free 0x5571735fc800 void 0.000119
+gallium_dri.so free 0x5571735fc770 void 0.000116
+gallium_dri.so malloc 72 0x5571735fc770 0.000117
+gallium_dri.so free 0x55717360cdc0 void 0.000116
+gallium_dri.so free 0x5571735fc770 void 0.000117
+gallium_dri.so malloc 72 0x55717360cd70 0.000118
+gallium_dri.so free 0x55717360ce40 void 0.000117
+gallium_dri.so free 0x55717360cd70 void 0.000117
+gallium_dri.so malloc 72 0x55717360ce90 0.000117
+gallium_dri.so free 0x55717360cf00 void 0.000118
+gallium_dri.so free 0x55717360ce90 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf20 0.000122
+gallium_dri.so free 0x55717360cfc0 void 0.000120
+gallium_dri.so free 0x55717360cf20 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf70 0.000118
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x55717360cf70 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1670 0.000119
+gallium_dri.so free 0x5571735c1780 void 0.000118
+gallium_dri.so free 0x5571735c1670 void 0.000205
+gallium_dri.so malloc 72 0x5571735c1730 0.000119
+gallium_dri.so free 0x5571735c1800 void 0.000116
+gallium_dri.so free 0x5571735c1730 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1850 0.000115
+gallium_dri.so free 0x5571735c18c0 void 0.000116
+gallium_dri.so free 0x5571735c1850 void 0.000117
+gallium_dri.so malloc 72 0x5571735c18e0 0.000116
+gallium_dri.so free 0x557173460940 void 0.000116
+gallium_dri.so free 0x5571735c18e0 void 0.000116
+gallium_dri.so malloc 72 0x5571734608f0 0.000115
+gallium_dri.so free 0x5571734609c0 void 0.000118
+gallium_dri.so free 0x5571734608f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734608f0 0.000117
+gallium_dri.so free 0x557173460a40 void 0.000115
+gallium_dri.so free 0x5571734608f0 void 0.000116
+gallium_dri.so malloc 72 0x557173460a40 0.000115
+gallium_dri.so free 0x557173460b00 void 0.000115
+gallium_dri.so free 0x557173460a40 void 0.000116
+gallium_dri.so malloc 72 0x557173460a40 0.000116
+gallium_dri.so free 0x55717360c0c0 void 0.000115
+gallium_dri.so free 0x557173460a40 void 0.000115
+gallium_dri.so malloc 72 0x55717360c0e0 0.000117
+gallium_dri.so free 0x55717360c180 void 0.000115
+gallium_dri.so free 0x55717360c0e0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c130 0.000116
+gallium_dri.so free 0x55717360c200 void 0.000116
+gallium_dri.so free 0x55717360c130 void 0.000166
+gallium_dri.so malloc 72 0x55717360c130 0.000128
+gallium_dri.so free 0x55717360c280 void 0.000121
+gallium_dri.so free 0x55717360c130 void 0.000117
+gallium_dri.so malloc 72 0x55717360c280 0.000117
+gallium_dri.so free 0x557173466fc0 void 0.000119
+gallium_dri.so free 0x55717360c280 void 0.000116
+gallium_dri.so malloc 72 0x557173466fe0 0.000117
+gallium_dri.so free 0x557173467080 void 0.000116
+gallium_dri.so free 0x557173466fe0 void 0.000116
+gallium_dri.so malloc 72 0x557173467030 0.000116
+gallium_dri.so free 0x557173467100 void 0.000117
+gallium_dri.so free 0x557173467030 void 0.000116
+gallium_dri.so malloc 72 0x557173467030 0.000115
+gallium_dri.so free 0x557173467200 void 0.000119
+gallium_dri.so free 0x557173467030 void 0.000116
+gallium_dri.so malloc 72 0x5571734671b0 0.000116
+gallium_dri.so free 0x55717358de00 void 0.000116
+gallium_dri.so free 0x5571734671b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358de50 0.000117
+gallium_dri.so free 0x55717358dec0 void 0.000118
+gallium_dri.so free 0x55717358de50 void 0.000117
+gallium_dri.so malloc 72 0x55717358dee0 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000116
+gallium_dri.so free 0x55717358dee0 void 0.000116
+gallium_dri.so malloc 72 0x55717358df30 0.000115
+gallium_dri.so free 0x55717358e000 void 0.000115
+gallium_dri.so free 0x55717358df30 void 0.000136
+gallium_dri.so malloc 72 0x55717358df30 0.000131
+gallium_dri.so free 0x5571735fa9c0 void 0.000131
+gallium_dri.so free 0x55717358df30 void 0.000127
+gallium_dri.so malloc 72 0x5571735faa10 0.000125
+gallium_dri.so free 0x5571735faa80 void 0.000125
+gallium_dri.so free 0x5571735faa10 void 0.000130
+gallium_dri.so malloc 72 0x5571735faae0 0.000131
+gallium_dri.so free 0x5571735fab80 void 0.000126
+gallium_dri.so free 0x5571735faae0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fab30 0.000123
+gallium_dri.so free 0x5571735fabc0 void 0.000123
+gallium_dri.so free 0x5571735fab30 void 0.000128
+gallium_dri.so malloc 72 0x5571735fab30 0.000126
+gallium_dri.so free 0x5571735e1140 void 0.000125
+gallium_dri.so free 0x5571735fab30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1180 0.000129
+gallium_dri.so free 0x5571735e1200 void 0.000129
+gallium_dri.so free 0x5571735e1180 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1200 0.000135
+gallium_dri.so free 0x5571735e12c0 void 0.000125
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1200 0.000164
+gallium_dri.so free 0x5571735e1340 void 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1370 0.000125
+gallium_dri.so free 0x557173603500 void 0.000125
+gallium_dri.so free 0x5571735e1370 void 0.000125
+gallium_dri.so malloc 72 0x557173603550 0.000121
+gallium_dri.so free 0x5571736035c0 void 0.000118
+gallium_dri.so free 0x557173603550 void 0.000122
+gallium_dri.so malloc 72 0x557173603600 0.000125
+gallium_dri.so free 0x557173603680 void 0.000126
+gallium_dri.so free 0x557173603600 void 0.000126
+gallium_dri.so malloc 72 0x557173603680 0.000125
+gallium_dri.so free 0x557173603740 void 0.000125
+gallium_dri.so free 0x557173603680 void 0.000125
+gallium_dri.so malloc 72 0x557173603680 0.000120
+gallium_dri.so free 0x5571734620c0 void 0.000118
+gallium_dri.so free 0x557173603680 void 0.000123
+gallium_dri.so malloc 72 0x5571734620f0 0.000120
+gallium_dri.so free 0x557173462140 void 0.000119
+gallium_dri.so free 0x5571734620f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734620f0 0.000118
+gallium_dri.so free 0x557173462240 void 0.000126
+gallium_dri.so free 0x5571734620f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734621f0 0.000120
+gallium_dri.so free 0x557173462300 void 0.000118
+gallium_dri.so free 0x5571734621f0 void 0.000123
+gallium_dri.so malloc 72 0x5571734622b0 0.000119
+gallium_dri.so free 0x557173462380 void 0.000119
+gallium_dri.so free 0x5571734622b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734622b0 0.000122
+gallium_dri.so free 0x5571735e1a00 void 0.000120
+gallium_dri.so free 0x5571734622b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734622b0 0.000125
+gallium_dri.so free 0x5571735e1ac0 void 0.000124
+gallium_dri.so free 0x5571734622b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1a70 0.000123
+gallium_dri.so free 0x5571735e1b40 void 0.000119
+gallium_dri.so free 0x5571735e1a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b90 0.000122
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1b90 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1c20 0.000124
+gallium_dri.so free 0x5571735e1cc0 void 0.000118
+gallium_dri.so free 0x5571735e1c20 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1c70 0.000135
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so free 0x5571735e1c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1c70 0.000119
+gallium_dri.so free 0x5571735ebac0 void 0.000117
+gallium_dri.so free 0x5571735e1c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735eba70 0.000123
+gallium_dri.so free 0x5571735ebb40 void 0.000120
+gallium_dri.so free 0x5571735eba70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb90 0.000122
+gallium_dri.so free 0x5571735ebc00 void 0.000123
+gallium_dri.so free 0x5571735ebb90 void 0.000131
+gallium_dri.so malloc 72 0x5571735ebc20 0.000125
+gallium_dri.so free 0x5571735da8c0 void 0.000129
+gallium_dri.so free 0x5571735ebc20 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebc20 0.000124
+gallium_dri.so free 0x5571735da980 void 0.000124
+gallium_dri.so free 0x5571735ebc20 void 0.000125
+gallium_dri.so malloc 72 0x5571735da930 0.000131
+gallium_dri.so free 0x5571735daa00 void 0.000124
+gallium_dri.so free 0x5571735da930 void 0.000124
+gallium_dri.so malloc 72 0x5571735daa50 0.000124
+gallium_dri.so free 0x5571735daac0 void 0.000129
+gallium_dri.so free 0x5571735daa50 void 0.000126
+gallium_dri.so malloc 72 0x5571735dab20 0.000128
+gallium_dri.so free 0x5571735ebcc0 void 0.000129
+gallium_dri.so free 0x5571735dab20 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebc70 0.000126
+gallium_dri.so free 0x5571735f4c40 void 0.000125
+gallium_dri.so free 0x5571735ebc70 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebc70 0.000131
+gallium_dri.so free 0x5571735f4d00 void 0.000127
+gallium_dri.so free 0x5571735ebc70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000124
+gallium_dri.so free 0x5571735f4d80 void 0.000128
+gallium_dri.so free 0x5571735f4cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000126
+gallium_dri.so free 0x5571735dabc0 void 0.000124
+gallium_dri.so free 0x5571735f4dd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dab70 0.000130
+gallium_dri.so free 0x5571735f4e40 void 0.000130
+gallium_dri.so free 0x5571735dab70 void 0.000131
+gallium_dri.so malloc 72 0x5571735f4e70 0.000130
+gallium_dri.so free 0x5571735f4ec0 void 0.000130
+gallium_dri.so free 0x5571735f4e70 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000140
+gallium_dri.so free 0x5571735c0500 void 0.000133
+gallium_dri.so free 0x5571735f4ec0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000130
+gallium_dri.so free 0x5571735c0580 void 0.000126
+gallium_dri.so free 0x5571735f4ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0580 0.000130
+gallium_dri.so free 0x5571735c0640 void 0.000132
+gallium_dri.so free 0x5571735c0580 void 0.000133
+gallium_dri.so malloc 72 0x5571735c0580 0.000130
+gallium_dri.so free 0x5571735c0700 void 0.000126
+gallium_dri.so free 0x5571735c0580 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0580 0.000130
+gallium_dri.so free 0x5571735c07c0 void 0.000126
+gallium_dri.so free 0x5571735c0580 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0770 0.000125
+gallium_dri.so free 0x5571735fb280 void 0.000130
+gallium_dri.so free 0x5571735c0770 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb280 0.000126
+gallium_dri.so free 0x5571735fb340 void 0.000129
+gallium_dri.so free 0x5571735fb280 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb280 0.000125
+gallium_dri.so free 0x5571735fb3c0 void 0.000209
+gallium_dri.so free 0x5571735fb280 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb280 0.000132
+gallium_dri.so free 0x5571735fb480 void 0.000131
+gallium_dri.so free 0x5571735fb280 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb280 0.000124
+gallium_dri.so free 0x5571735fb540 void 0.000123
+gallium_dri.so free 0x5571735fb280 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000125
+gallium_dri.so free 0x5571735fa0c0 void 0.000122
+gallium_dri.so free 0x5571735fb4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000124
+gallium_dri.so free 0x5571735fa180 void 0.000124
+gallium_dri.so free 0x5571735fa0c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000131
+gallium_dri.so free 0x5571735fa200 void 0.000126
+gallium_dri.so free 0x5571735fa0c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fa230 0.000125
+gallium_dri.so free 0x5571735fa280 void 0.000128
+gallium_dri.so free 0x5571735fa230 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa230 0.000130
+gallium_dri.so free 0x557173589740 void 0.000131
+gallium_dri.so free 0x5571735fa230 void 0.000142
+gallium_dri.so malloc 72 0x5571735896f0 0.000126
+gallium_dri.so free 0x5571735897c0 void 0.000128
+gallium_dri.so free 0x5571735896f0 void 0.000125
+gallium_dri.so malloc 72 0x557173589810 0.000123
+gallium_dri.so free 0x557173589880 void 0.000126
+gallium_dri.so free 0x557173589810 void 0.000129
+gallium_dri.so malloc 72 0x5571735898a0 0.000131
+gallium_dri.so free 0x5571735fa380 void 0.000133
+gallium_dri.so free 0x5571735898a0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa3b0 0.000124
+gallium_dri.so free 0x557173589940 void 0.000124
+gallium_dri.so free 0x5571735fa3b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735898f0 0.000125
+gallium_dri.so free 0x5571735899c0 void 0.000125
+gallium_dri.so free 0x5571735898f0 void 0.000124
+gallium_dri.so malloc 72 0x557173589a10 0.000130
+gallium_dri.so free 0x5571735f29c0 void 0.000131
+gallium_dri.so free 0x557173589a10 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2970 0.000125
+gallium_dri.so free 0x5571735f2a40 void 0.000130
+gallium_dri.so free 0x5571735f2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2970 0.000181
+gallium_dri.so free 0x5571735f2b00 void 0.000165
+gallium_dri.so free 0x5571735f2970 void 0.000162
+gallium_dri.so malloc 72 0x5571735f2970 0.000162
+gallium_dri.so free 0x5571735f2bc0 void 0.000132
+gallium_dri.so free 0x5571735f2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2b70 0.000125
+gallium_dri.so free 0x5571735f2c40 void 0.000124
+gallium_dri.so free 0x5571735f2b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2c90 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000132
+gallium_dri.so free 0x5571735f2c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2c90 0.000127
+gallium_dri.so free 0x5571735fa640 void 0.000125
+gallium_dri.so free 0x5571735f2c90 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa670 0.000131
+gallium_dri.so free 0x5571735fa6c0 void 0.000131
+gallium_dri.so free 0x5571735fa670 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000131
+gallium_dri.so free 0x5571735fa780 void 0.000130
+gallium_dri.so free 0x5571735fa6c0 void 0.000133
+gallium_dri.so malloc 72 0x5571735fa6c0 0.000134
+gallium_dri.so free 0x5571735fa880 void 0.000126
+gallium_dri.so free 0x5571735fa6c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa830 0.000130
+gallium_dri.so free 0x5571735c4ac0 void 0.000131
+gallium_dri.so free 0x5571735fa830 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4a70 0.000126
+gallium_dri.so free 0x5571735c4b00 void 0.000124
+gallium_dri.so free 0x5571735c4a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4a70 0.000131
+gallium_dri.so free 0x5571735c4bc0 void 0.000133
+gallium_dri.so free 0x5571735c4a70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c4c00 0.000130
+gallium_dri.so free 0x5571735c4c80 void 0.000126
+gallium_dri.so free 0x5571735c4c00 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4c80 0.000130
+gallium_dri.so free 0x5571735c4d40 void 0.000131
+gallium_dri.so free 0x5571735c4c80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4c80 0.000124
+gallium_dri.so free 0x5571735c2500 void 0.000128
+gallium_dri.so free 0x5571735c4c80 void 0.000139
+gallium_dri.so malloc 72 0x5571735c24b0 0.000133
+gallium_dri.so free 0x5571735c2540 void 0.000132
+gallium_dri.so free 0x5571735c24b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c24b0 0.000126
+gallium_dri.so free 0x5571735c2600 void 0.000129
+gallium_dri.so free 0x5571735c24b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c2640 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000124
+gallium_dri.so free 0x5571735c2640 void 0.000123
+gallium_dri.so malloc 72 0x5571735c26c0 0.000124
+gallium_dri.so free 0x5571735c2780 void 0.000122
+gallium_dri.so free 0x5571735c26c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c26c0 0.000122
+gallium_dri.so free 0x55717360dc00 void 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000124
+gallium_dri.so malloc 72 0x55717360dbb0 0.000129
+gallium_dri.so free 0x55717360dc80 void 0.000124
+gallium_dri.so free 0x55717360dbb0 void 0.000161
+gallium_dri.so malloc 72 0x55717360dbb0 0.000131
+gallium_dri.so free 0x55717360dd80 void 0.000132
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd30 0.000262
+gallium_dri.so free 0x55717360de00 void 0.000252
+gallium_dri.so free 0x55717360dd30 void 0.000201
+gallium_dri.so malloc 72 0x55717360de50 0.000132
+gallium_dri.so free 0x55717360dec0 void 0.000137
+gallium_dri.so free 0x55717360de50 void 0.000138
+gallium_dri.so malloc 72 0x55717360dee0 0.000137
+gallium_dri.so free 0x5571735db580 void 0.000128
+gallium_dri.so free 0x55717360dee0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db5b0 0.000125
+gallium_dri.so free 0x5571735db600 void 0.000128
+gallium_dri.so free 0x5571735db5b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735db5b0 0.000133
+gallium_dri.so free 0x5571735db700 void 0.000130
+gallium_dri.so free 0x5571735db5b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db6b0 0.000131
+gallium_dri.so free 0x5571735db7c0 void 0.000131
+gallium_dri.so free 0x5571735db6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db770 0.000139
+gallium_dri.so free 0x5571735db840 void 0.000133
+gallium_dri.so free 0x5571735db770 void 0.000130
+gallium_dri.so malloc 72 0x5571735db770 0.000129
+gallium_dri.so free 0x5571735f9200 void 0.000125
+gallium_dri.so free 0x5571735db770 void 0.000129
+gallium_dri.so malloc 72 0x5571735f91b0 0.000126
+gallium_dri.so free 0x5571735f9280 void 0.000125
+gallium_dri.so free 0x5571735f91b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f91b0 0.000130
+gallium_dri.so free 0x5571735f9300 void 0.000125
+gallium_dri.so free 0x5571735f91b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9300 0.000126
+gallium_dri.so free 0x5571735f93c0 void 0.000130
+gallium_dri.so free 0x5571735f9300 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9300 0.000130
+gallium_dri.so free 0x5571735f9480 void 0.000131
+gallium_dri.so free 0x5571735f9300 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9300 0.000130
+gallium_dri.so free 0x55717346cc40 void 0.000125
+gallium_dri.so free 0x5571735f9300 void 0.000129
+gallium_dri.so malloc 72 0x55717346cbf0 0.000132
+gallium_dri.so free 0x55717346cd00 void 0.000125
+gallium_dri.so free 0x55717346cbf0 void 0.000139
+gallium_dri.so malloc 72 0x55717346ccb0 0.000132
+gallium_dri.so free 0x55717346cd80 void 0.000130
+gallium_dri.so free 0x55717346ccb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346cdd0 0.000125
+gallium_dri.so free 0x55717346ce40 void 0.000130
+gallium_dri.so free 0x55717346cdd0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ce60 0.000126
+gallium_dri.so free 0x55717346cf00 void 0.000129
+gallium_dri.so free 0x55717346ce60 void 0.000130
+gallium_dri.so malloc 72 0x55717346ceb0 0.000128
+gallium_dri.so free 0x5571735f6c40 void 0.000131
+gallium_dri.so free 0x55717346ceb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000130
+gallium_dri.so free 0x5571735f6cc0 void 0.000125
+gallium_dri.so free 0x5571735f6bf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6d10 0.000124
+gallium_dri.so free 0x5571735f6d80 void 0.000131
+gallium_dri.so free 0x5571735f6d10 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6dc0 0.000129
+gallium_dri.so free 0x5571735f6e40 void 0.000130
+gallium_dri.so free 0x5571735f6dc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6dc0 0.000130
+gallium_dri.so free 0x5571735f6ec0 void 0.000127
+gallium_dri.so free 0x5571735f6dc0 void 0.000185
+gallium_dri.so malloc 72 0x5571735f6ef0 0.000126
+gallium_dri.so free 0x557173600840 void 0.000124
+gallium_dri.so free 0x5571735f6ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571736007f0 0.000131
+gallium_dri.so free 0x5571736008c0 void 0.000132
+gallium_dri.so free 0x5571736007f0 void 0.000125
+gallium_dri.so malloc 72 0x557173600910 0.000127
+gallium_dri.so free 0x557173600980 void 0.000131
+gallium_dri.so free 0x557173600910 void 0.000131
+gallium_dri.so malloc 72 0x5571736009a0 0.000125
+gallium_dri.so free 0x557173600a40 void 0.000130
+gallium_dri.so free 0x5571736009a0 void 0.000131
+gallium_dri.so malloc 72 0x5571736009f0 0.000126
+gallium_dri.so free 0x557173600ac0 void 0.000124
+gallium_dri.so free 0x5571736009f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736009f0 0.000130
+gallium_dri.so free 0x55717346a680 void 0.000130
+gallium_dri.so free 0x5571736009f0 void 0.000153
+gallium_dri.so malloc 72 0x55717346a630 0.000134
+gallium_dri.so free 0x55717346a700 void 0.000139
+gallium_dri.so free 0x55717346a630 void 0.000136
+gallium_dri.so malloc 72 0x55717346a750 0.000124
+gallium_dri.so free 0x55717346a7c0 void 0.000137
+gallium_dri.so free 0x55717346a750 void 0.000125
+gallium_dri.so malloc 72 0x55717346a7e0 0.000125
+gallium_dri.so free 0x55717346a880 void 0.000124
+gallium_dri.so free 0x55717346a7e0 void 0.000124
+gallium_dri.so malloc 72 0x55717346a830 0.000124
+gallium_dri.so free 0x55717346a900 void 0.000121
+gallium_dri.so free 0x55717346a830 void 0.000124
+gallium_dri.so malloc 72 0x55717346a830 0.000124
+gallium_dri.so free 0x557173461780 void 0.000125
+gallium_dri.so free 0x55717346a830 void 0.000119
+gallium_dri.so malloc 72 0x557173461730 0.000124
+gallium_dri.so free 0x557173461840 void 0.000125
+gallium_dri.so free 0x557173461730 void 0.000124
+gallium_dri.so malloc 72 0x5571734617f0 0.000125
+gallium_dri.so free 0x5571734618c0 void 0.000120
+gallium_dri.so free 0x5571734617f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734617f0 0.000119
+gallium_dri.so free 0x557173461980 void 0.000119
+gallium_dri.so free 0x5571734617f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734617f0 0.000125
+gallium_dri.so free 0x557173461a40 void 0.000120
+gallium_dri.so free 0x5571734617f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734619f0 0.000119
+gallium_dri.so free 0x557173473680 void 0.000119
+gallium_dri.so free 0x5571734619f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734736d0 0.000122
+gallium_dri.so free 0x557173473740 void 0.000121
+gallium_dri.so free 0x5571734736d0 void 0.000118
+gallium_dri.so malloc 72 0x557173473760 0.000119
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so free 0x557173473760 void 0.000118
+gallium_dri.so malloc 72 0x5571734737b0 0.000118
+gallium_dri.so free 0x557173473880 void 0.000118
+gallium_dri.so free 0x5571734737b0 void 0.000119
+gallium_dri.so malloc 72 0x557173473880 0.000119
+gallium_dri.so free 0x557173473940 void 0.000118
+gallium_dri.so free 0x557173473880 void 0.000119
+gallium_dri.so malloc 72 0x557173473880 0.000118
+gallium_dri.so free 0x5571735f5900 void 0.000118
+gallium_dri.so free 0x557173473880 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5950 0.000120
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so free 0x5571735f5950 void 0.000115
+gallium_dri.so malloc 72 0x5571735f59e0 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000118
+gallium_dri.so free 0x5571735f59e0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5a30 0.000118
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a30 0.000118
+gallium_dri.so free 0x5571735f5b80 void 0.000119
+gallium_dri.so free 0x5571735f5a30 void 0.000165
+gallium_dri.so malloc 72 0x5571735f5b80 0.000147
+gallium_dri.so free 0x55717360c8c0 void 0.000149
+gallium_dri.so free 0x5571735f5b80 void 0.000147
+gallium_dri.so malloc 72 0x55717360c900 0.000149
+gallium_dri.so free 0x55717360c980 void 0.000148
+gallium_dri.so free 0x55717360c900 void 0.000148
+gallium_dri.so malloc 72 0x55717360c900 0.000149
+gallium_dri.so free 0x55717360ca00 void 0.000148
+gallium_dri.so free 0x55717360c900 void 0.000148
+gallium_dri.so malloc 72 0x55717360ca30 0.000149
+gallium_dri.so free 0x55717360ca80 void 0.000148
+gallium_dri.so free 0x55717360ca30 void 0.000148
+gallium_dri.so malloc 72 0x55717360ca30 0.000151
+gallium_dri.so free 0x55717360cb80 void 0.000148
+gallium_dri.so free 0x55717360ca30 void 0.000149
+gallium_dri.so malloc 72 0x55717360cb30 0.000145
+gallium_dri.so free 0x5571735df640 void 0.000149
+gallium_dri.so free 0x55717360cb30 void 0.000147
+gallium_dri.so malloc 72 0x5571735df5f0 0.000149
+gallium_dri.so free 0x5571735df680 void 0.000147
+gallium_dri.so free 0x5571735df5f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735df5f0 0.000149
+gallium_dri.so free 0x5571735df740 void 0.000148
+gallium_dri.so free 0x5571735df5f0 void 0.000149
+gallium_dri.so malloc 72 0x5571735df7b0 0.000148
+gallium_dri.so free 0x5571735df800 void 0.000148
+gallium_dri.so free 0x5571735df7b0 void 0.000148
+gallium_dri.so malloc 72 0x5571735df7b0 0.000148
+gallium_dri.so free 0x5571735df900 void 0.000149
+gallium_dri.so free 0x5571735df7b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735df8b0 0.000125
+gallium_dri.so free 0x5571735fe280 void 0.000113
+gallium_dri.so free 0x5571735df8b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe230 0.000110
+gallium_dri.so free 0x5571735fe2c0 void 0.000111
+gallium_dri.so free 0x5571735fe230 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe230 0.000116
+gallium_dri.so free 0x5571735fe380 void 0.000111
+gallium_dri.so free 0x5571735fe230 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe3c0 0.000110
+gallium_dri.so free 0x5571735fe440 void 0.000110
+gallium_dri.so free 0x5571735fe3c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fe440 0.000110
+gallium_dri.so free 0x5571735fe500 void 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000111
+gallium_dri.so malloc 72 0x5571735fe440 0.000123
+gallium_dri.so free 0x5571735e26c0 void 0.000160
+gallium_dri.so free 0x5571735fe440 void 0.000144
+gallium_dri.so malloc 72 0x5571735e26e0 0.000112
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e26e0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2730 0.000110
+gallium_dri.so free 0x5571735e2800 void 0.000111
+gallium_dri.so free 0x5571735e2730 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2730 0.000109
+gallium_dri.so free 0x5571735e2880 void 0.000110
+gallium_dri.so free 0x5571735e2730 void 0.000111
+gallium_dri.so malloc 72 0x5571735e2880 0.000110
+gallium_dri.so free 0x5571735e2940 void 0.000109
+gallium_dri.so free 0x5571735e2880 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2880 0.000111
+gallium_dri.so free 0x5571735dc8c0 void 0.000109
+gallium_dri.so free 0x5571735e2880 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc870 0.000110
+gallium_dri.so free 0x5571735dc940 void 0.000112
+gallium_dri.so free 0x5571735dc870 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc940 0.000167
+gallium_dri.so free 0x5571735dca00 void 0.000143
+gallium_dri.so free 0x5571735dc940 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc940 0.000110
+gallium_dri.so free 0x5571735dca80 void 0.000138
+gallium_dri.so free 0x5571735dc940 void 0.000163
+gallium_dri.so malloc 72 0x5571735dca80 0.000142
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000110
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000112
+gallium_dri.so free 0x5571735dca80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000109
+gallium_dri.so free 0x5571735ec700 void 0.000110
+gallium_dri.so free 0x5571735ec6b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000110
+gallium_dri.so free 0x5571735ec800 void 0.000111
+gallium_dri.so free 0x5571735ec6b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000111
+gallium_dri.so free 0x5571735ec8c0 void 0.000112
+gallium_dri.so free 0x5571735ec7b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec870 0.000109
+gallium_dri.so free 0x5571735ec940 void 0.000111
+gallium_dri.so free 0x5571735ec870 void 0.000111
+gallium_dri.so malloc 72 0x5571735ec960 0.000111
+gallium_dri.so free 0x5571735de300 void 0.000121
+gallium_dri.so free 0x5571735ec960 void 0.000153
+gallium_dri.so malloc 72 0x5571735de330 0.000110
+gallium_dri.so free 0x5571735de380 void 0.000114
+gallium_dri.so free 0x5571735de330 void 0.000111
+gallium_dri.so malloc 72 0x5571735de330 0.000113
+gallium_dri.so free 0x5571735de480 void 0.000158
+gallium_dri.so free 0x5571735de330 void 0.000152
+gallium_dri.so malloc 72 0x5571735de430 0.000149
+gallium_dri.so free 0x5571735de540 void 0.000148
+gallium_dri.so free 0x5571735de430 void 0.000148
+gallium_dri.so malloc 72 0x5571735de4f0 0.000149
+gallium_dri.so free 0x5571735de580 void 0.000156
+gallium_dri.so free 0x5571735de4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735de4f0 0.000111
+gallium_dri.so free 0x5571735c11c0 void 0.000111
+gallium_dri.so free 0x5571735de4f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1230 0.000112
+gallium_dri.so free 0x5571735c1280 void 0.000110
+gallium_dri.so free 0x5571735c1230 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1230 0.000110
+gallium_dri.so free 0x5571735c1380 void 0.000111
+gallium_dri.so free 0x5571735c1230 void 0.000110
+gallium_dri.so malloc 72 0x5571735c1330 0.000110
+gallium_dri.so free 0x5571735c1440 void 0.000111
+gallium_dri.so free 0x5571735c1330 void 0.000110
+gallium_dri.so malloc 72 0x5571735c13f0 0.000110
+gallium_dri.so free 0x5571735c1480 void 0.000111
+gallium_dri.so free 0x5571735c13f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c13f0 0.000110
+gallium_dri.so free 0x5571736101c0 void 0.000110
+gallium_dri.so free 0x5571735c13f0 void 0.000110
+gallium_dri.so malloc 72 0x557173610170 0.000127
+gallium_dri.so free 0x557173610240 void 0.000121
+gallium_dri.so free 0x557173610170 void 0.000117
+gallium_dri.so malloc 72 0x557173610290 0.000112
+gallium_dri.so free 0x557173610300 void 0.000112
+gallium_dri.so free 0x557173610290 void 0.000110
+gallium_dri.so malloc 72 0x557173610360 0.000109
+gallium_dri.so free 0x557173610400 void 0.000110
+gallium_dri.so free 0x557173610360 void 0.000110
+gallium_dri.so malloc 72 0x5571736103b0 0.000111
+gallium_dri.so free 0x557173610440 void 0.000110
+gallium_dri.so free 0x5571736103b0 void 0.000109
+gallium_dri.so malloc 72 0x5571736103b0 0.000111
+gallium_dri.so free 0x557173601340 void 0.000113
+gallium_dri.so free 0x5571736103b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736103b0 0.000110
+gallium_dri.so free 0x5571736013c0 void 0.000110
+gallium_dri.so free 0x5571736103b0 void 0.000111
+gallium_dri.so malloc 72 0x5571736013c0 0.000110
+gallium_dri.so free 0x557173601480 void 0.000152
+gallium_dri.so free 0x5571736013c0 void 0.000194
+gallium_dri.so malloc 72 0x5571736013c0 0.000163
+gallium_dri.so free 0x557173601540 void 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000111
+gallium_dri.so malloc 72 0x5571736013c0 0.000112
+gallium_dri.so free 0x557173601600 void 0.000111
+gallium_dri.so free 0x5571736013c0 void 0.000133
+gallium_dri.so malloc 72 0x5571736015b0 0.000121
+gallium_dri.so free 0x5571735f5040 void 0.000121
+gallium_dri.so free 0x5571736015b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000111
+gallium_dri.so free 0x5571735f50c0 void 0.000112
+gallium_dri.so free 0x5571735f4ff0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5110 0.000109
+gallium_dri.so free 0x5571735f5180 void 0.000110
+gallium_dri.so free 0x5571735f5110 void 0.000111
+gallium_dri.so malloc 72 0x5571735f51a0 0.000110
+gallium_dri.so free 0x5571735f5240 void 0.000110
+gallium_dri.so free 0x5571735f51a0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f51f0 0.000110
+gallium_dri.so free 0x5571735f52c0 void 0.000110
+gallium_dri.so free 0x5571735f51f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f51f0 0.000109
+gallium_dri.so free 0x5571735fb680 void 0.000110
+gallium_dri.so free 0x5571735f51f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb630 0.000113
+gallium_dri.so free 0x5571735fb740 void 0.000112
+gallium_dri.so free 0x5571735fb630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000119
+gallium_dri.so free 0x5571735f5340 void 0.000118
+gallium_dri.so free 0x5571735fb6f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb6f0 0.000112
+gallium_dri.so free 0x5571735fb7c0 void 0.000116
+gallium_dri.so free 0x5571735fb6f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000161
+gallium_dri.so free 0x5571735fb840 void 0.000120
+gallium_dri.so free 0x5571735fb7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000126
+gallium_dri.so free 0x5571735fb940 void 0.000121
+gallium_dri.so free 0x5571735fb7f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb8f0 0.000118
+gallium_dri.so free 0x5571735dacc0 void 0.000119
+gallium_dri.so free 0x5571735fb8f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad00 void 0.000118
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dadc0 void 0.000119
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae30 0.000119
+gallium_dri.so free 0x5571735dae80 void 0.000118
+gallium_dri.so free 0x5571735dae30 void 0.000119
+gallium_dri.so malloc 72 0x5571735dae30 0.000117
+gallium_dri.so free 0x5571735daf80 void 0.000118
+gallium_dri.so free 0x5571735dae30 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf30 0.000118
+gallium_dri.so free 0x5571735e1e00 void 0.000118
+gallium_dri.so free 0x5571735daf30 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1db0 0.000119
+gallium_dri.so free 0x5571735e1e40 void 0.000124
+gallium_dri.so free 0x5571735e1db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000110
+gallium_dri.so free 0x5571735e1f00 void 0.000111
+gallium_dri.so free 0x5571735e1db0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1f40 0.000110
+gallium_dri.so free 0x5571735e1fc0 void 0.000110
+gallium_dri.so free 0x5571735e1f40 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000110
+gallium_dri.so free 0x5571735e2080 void 0.000109
+gallium_dri.so free 0x5571735e1fc0 void 0.000109
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000109
+gallium_dri.so free 0x5571735ebdc0 void 0.000111
+gallium_dri.so free 0x5571735e1fc0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebd70 0.000111
+gallium_dri.so free 0x5571735ebe00 void 0.000110
+gallium_dri.so free 0x5571735ebd70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebd70 0.000109
+gallium_dri.so free 0x5571735ebec0 void 0.000109
+gallium_dri.so free 0x5571735ebd70 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf00 0.000109
+gallium_dri.so free 0x5571735ebf80 void 0.000111
+gallium_dri.so free 0x5571735ebf00 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebf80 0.000120
+gallium_dri.so free 0x5571735ec040 void 0.000117
+gallium_dri.so free 0x5571735ebf80 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf80 0.000109
+gallium_dri.so free 0x5571735ec0c0 void 0.000111
+gallium_dri.so free 0x5571735ebf80 void 0.000229
+gallium_dri.so malloc 72 0x5571735ebf80 0.000128
+gallium_dri.so free 0x5571736068c0 void 0.000128
+gallium_dri.so free 0x5571735ebf80 void 0.000119
+gallium_dri.so malloc 72 0x557173606910 0.000127
+gallium_dri.so free 0x557173606980 void 0.000130
+gallium_dri.so free 0x557173606910 void 0.000131
+gallium_dri.so malloc 72 0x5571736069c0 0.000121
+gallium_dri.so free 0x557173606a40 void 0.000124
+gallium_dri.so free 0x5571736069c0 void 0.000126
+gallium_dri.so malloc 72 0x557173606a40 0.000124
+gallium_dri.so free 0x557173606b00 void 0.000164
+gallium_dri.so free 0x557173606a40 void 0.000125
+gallium_dri.so malloc 72 0x557173606a40 0.000124
+gallium_dri.so free 0x557173606b80 void 0.000121
+gallium_dri.so free 0x557173606a40 void 0.000119
+gallium_dri.so malloc 72 0x557173606bb0 0.000117
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x557173606bb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f3340 0.000117
+gallium_dri.so free 0x5571735f33c0 void 0.000119
+gallium_dri.so free 0x5571735f3340 void 0.000114
+gallium_dri.so malloc 72 0x5571735f33c0 0.000208
+gallium_dri.so free 0x5571735f3480 void 0.000163
+gallium_dri.so free 0x5571735f33c0 void 0.000157
+gallium_dri.so malloc 72 0x5571735f33c0 0.000124
+gallium_dri.so free 0x5571735f3500 void 0.000120
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33c0 0.000117
+gallium_dri.so free 0x557173606c00 void 0.000118
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33c0 0.000118
+gallium_dri.so free 0x5571735f35c0 void 0.000119
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f33c0 0.000117
+gallium_dri.so free 0x5571735f3640 void 0.000118
+gallium_dri.so free 0x5571735f33c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3640 0.000118
+gallium_dri.so free 0x557173464e00 void 0.000120
+gallium_dri.so free 0x5571735f3640 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3640 0.000118
+gallium_dri.so free 0x557173464e80 void 0.000118
+gallium_dri.so free 0x5571735f3640 void 0.000118
+gallium_dri.so malloc 72 0x557173464eb0 0.000119
+gallium_dri.so free 0x557173464f00 void 0.000118
+gallium_dri.so free 0x557173464eb0 void 0.000118
+gallium_dri.so malloc 72 0x557173464eb0 0.000119
+gallium_dri.so free 0x557173465000 void 0.000125
+gallium_dri.so free 0x557173464eb0 void 0.000111
+gallium_dri.so malloc 72 0x557173465040 0.000112
+gallium_dri.so free 0x5571734650c0 void 0.000110
+gallium_dri.so free 0x557173465040 void 0.000109
+gallium_dri.so malloc 72 0x5571734650c0 0.000110
+gallium_dri.so free 0x557173465180 void 0.000110
+gallium_dri.so free 0x5571734650c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734650c0 0.000110
+gallium_dri.so free 0x5571735c39c0 void 0.000111
+gallium_dri.so free 0x5571734650c0 void 0.000109
+gallium_dri.so malloc 72 0x5571734650c0 0.000111
+gallium_dri.so free 0x5571735c3a80 void 0.000110
+gallium_dri.so free 0x5571734650c0 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3a30 0.000110
+gallium_dri.so free 0x5571735c3b00 void 0.000110
+gallium_dri.so free 0x5571735c3a30 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3b50 0.000111
+gallium_dri.so free 0x5571735c3bc0 void 0.000109
+gallium_dri.so free 0x5571735c3b50 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3c20 0.000110
+gallium_dri.so free 0x5571735c3cc0 void 0.000110
+gallium_dri.so free 0x5571735c3c20 void 0.000110
+gallium_dri.so malloc 72 0x5571735c3c70 0.000110
+gallium_dri.so free 0x5571735c3d00 void 0.000111
+gallium_dri.so free 0x5571735c3c70 void 0.000109
+gallium_dri.so malloc 72 0x5571735c3c70 0.000111
+gallium_dri.so free 0x5571735d0000 void 0.000109
+gallium_dri.so free 0x5571735c3c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c70 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so free 0x5571735c3c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0080 0.000118
+gallium_dri.so free 0x5571735d0140 void 0.000123
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0080 0.000117
+gallium_dri.so free 0x5571735d0200 void 0.000119
+gallium_dri.so free 0x5571735d0080 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0080 0.000119
+gallium_dri.so free 0x5571735d02c0 void 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0270 0.000117
+gallium_dri.so free 0x5571735d0380 void 0.000117
+gallium_dri.so free 0x5571735d0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0330 0.000118
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x5571735d0330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8100 0.000119
+gallium_dri.so free 0x5571735f81c0 void 0.000119
+gallium_dri.so free 0x5571735f8100 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8100 0.000119
+gallium_dri.so free 0x5571735f8240 void 0.000118
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8270 0.000118
+gallium_dri.so free 0x5571735f82c0 void 0.000119
+gallium_dri.so free 0x5571735f8270 void 0.000169
+gallium_dri.so malloc 72 0x5571735f8270 0.000125
+gallium_dri.so free 0x5571735f83c0 void 0.000124
+gallium_dri.so free 0x5571735f8270 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8370 0.000117
+gallium_dri.so free 0x5571735f8480 void 0.000117
+gallium_dri.so free 0x5571735f8370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8430 0.000116
+gallium_dri.so free 0x55717360f0c0 void 0.000117
+gallium_dri.so free 0x5571735f8430 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8430 0.000116
+gallium_dri.so free 0x55717360f140 void 0.000117
+gallium_dri.so free 0x5571735f8430 void 0.000118
+gallium_dri.so malloc 72 0x55717360f170 0.000116
+gallium_dri.so free 0x55717360f1c0 void 0.000116
+gallium_dri.so free 0x55717360f170 void 0.000117
+gallium_dri.so malloc 72 0x55717360f170 0.000117
+gallium_dri.so free 0x55717360f2c0 void 0.000117
+gallium_dri.so free 0x55717360f170 void 0.000117
+gallium_dri.so malloc 72 0x55717360f270 0.000118
+gallium_dri.so free 0x55717360f380 void 0.000120
+gallium_dri.so free 0x55717360f270 void 0.000118
+gallium_dri.so malloc 72 0x55717360f330 0.000116
+gallium_dri.so free 0x55717360f3c0 void 0.000117
+gallium_dri.so free 0x55717360f330 void 0.000118
+gallium_dri.so malloc 72 0x55717360f330 0.000119
+gallium_dri.so free 0x5571735d25c0 void 0.000126
+gallium_dri.so free 0x55717360f330 void 0.000111
+gallium_dri.so malloc 72 0x55717360f330 0.000111
+gallium_dri.so free 0x5571735d26c0 void 0.000109
+gallium_dri.so free 0x55717360f330 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2670 0.000109
+gallium_dri.so free 0x5571735d2740 void 0.000110
+gallium_dri.so free 0x5571735d2670 void 0.000111
+gallium_dri.so malloc 72 0x5571735d2790 0.000109
+gallium_dri.so free 0x5571735d2800 void 0.000111
+gallium_dri.so free 0x5571735d2790 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2820 0.000110
+gallium_dri.so free 0x5571735d28c0 void 0.000109
+gallium_dri.so free 0x5571735d2820 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2870 0.000110
+gallium_dri.so free 0x5571735d2940 void 0.000111
+gallium_dri.so free 0x5571735d2870 void 0.000110
+gallium_dri.so malloc 72 0x5571735d2870 0.000110
+gallium_dri.so free 0x55717346e100 void 0.000110
+gallium_dri.so free 0x5571735d2870 void 0.000111
+gallium_dri.so malloc 72 0x55717346e100 0.000110
+gallium_dri.so free 0x55717346e1c0 void 0.000110
+gallium_dri.so free 0x55717346e100 void 0.000124
+gallium_dri.so malloc 72 0x55717346e100 0.000121
+gallium_dri.so free 0x55717346e280 void 0.000115
+gallium_dri.so free 0x55717346e100 void 0.000109
+gallium_dri.so malloc 72 0x55717346e2a0 0.000112
+gallium_dri.so free 0x55717346e340 void 0.000111
+gallium_dri.so free 0x55717346e2a0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e2f0 0.000120
+gallium_dri.so free 0x55717346e3c0 void 0.000118
+gallium_dri.so free 0x55717346e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e2f0 0.000118
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so free 0x55717346e2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e440 0.000117
+gallium_dri.so free 0x557173620740 void 0.000119
+gallium_dri.so free 0x55717346e440 void 0.000117
+gallium_dri.so malloc 72 0x55717346e440 0.000117
+gallium_dri.so free 0x5571736207c0 void 0.000117
+gallium_dri.so free 0x55717346e440 void 0.000118
+gallium_dri.so malloc 72 0x5571736207f0 0.000118
+gallium_dri.so free 0x557173620840 void 0.000118
+gallium_dri.so free 0x5571736207f0 void 0.000117
+gallium_dri.so malloc 72 0x557173620840 0.000118
+gallium_dri.so free 0x557173620900 void 0.000118
+gallium_dri.so free 0x557173620840 void 0.000117
+gallium_dri.so malloc 72 0x557173620840 0.000117
+gallium_dri.so free 0x557173620a00 void 0.000118
+gallium_dri.so free 0x557173620840 void 0.000118
+gallium_dri.so malloc 72 0x5571736209b0 0.000118
+gallium_dri.so free 0x557173620ac0 void 0.000117
+gallium_dri.so free 0x5571736209b0 void 0.000118
+gallium_dri.so malloc 72 0x557173620a70 0.000118
+gallium_dri.so free 0x557173462840 void 0.000159
+gallium_dri.so free 0x557173620a70 void 0.000123
+gallium_dri.so malloc 72 0x557173620a70 0.000125
+gallium_dri.so free 0x557173462900 void 0.000119
+gallium_dri.so free 0x557173620a70 void 0.000116
+gallium_dri.so malloc 72 0x5571734628b0 0.000117
+gallium_dri.so free 0x557173462980 void 0.000118
+gallium_dri.so free 0x5571734628b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734629d0 0.000118
+gallium_dri.so free 0x557173462a40 void 0.000118
+gallium_dri.so free 0x5571734629d0 void 0.000118
+gallium_dri.so malloc 72 0x557173462a80 0.000117
+gallium_dri.so free 0x557173462b00 void 0.000117
+gallium_dri.so free 0x557173462a80 void 0.000118
+gallium_dri.so malloc 72 0x557173462a80 0.000117
+gallium_dri.so free 0x557173462b80 void 0.000115
+gallium_dri.so free 0x557173462a80 void 0.000118
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173608480 void 0.000118
+gallium_dri.so free 0x557173462bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173462bb0 0.000118
+gallium_dri.so free 0x557173608500 void 0.000118
+gallium_dri.so free 0x557173462bb0 void 0.000118
+gallium_dri.so malloc 72 0x557173608500 0.000118
+gallium_dri.so free 0x5571736085c0 void 0.000117
+gallium_dri.so free 0x557173608500 void 0.000119
+gallium_dri.so malloc 72 0x557173608500 0.000117
+gallium_dri.so free 0x557173608680 void 0.000115
+gallium_dri.so free 0x557173608500 void 0.000111
+gallium_dri.so malloc 72 0x557173608500 0.000110
+gallium_dri.so free 0x557173608740 void 0.000113
+gallium_dri.so free 0x557173608500 void 0.000111
+gallium_dri.so malloc 72 0x5571736086f0 0.000111
+gallium_dri.so free 0x557173608740 void 0.000113
+gallium_dri.so free 0x5571736086f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736086f0 0.000110
+gallium_dri.so free 0x5571735fd180 void 0.000110
+gallium_dri.so free 0x5571736086f0 void 0.000109
+gallium_dri.so malloc 72 0x5571735fd180 0.000114
+gallium_dri.so free 0x557173608840 void 0.000112
+gallium_dri.so free 0x5571735fd180 void 0.000110
+gallium_dri.so malloc 72 0x5571736087f0 0.000109
+gallium_dri.so free 0x5571735fd240 void 0.000110
+gallium_dri.so free 0x5571736087f0 void 0.000110
+gallium_dri.so malloc 72 0x5571736087f0 0.000110
+gallium_dri.so free 0x5571735fd300 void 0.000110
+gallium_dri.so free 0x5571736087f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd2b0 0.000110
+gallium_dri.so free 0x5571735fd380 void 0.000116
+gallium_dri.so free 0x5571735fd2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd3d0 0.000116
+gallium_dri.so free 0x5571735fd440 void 0.000113
+gallium_dri.so free 0x5571735fd3d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735fd4a0 0.000112
+gallium_dri.so free 0x5571735fd540 void 0.000127
+gallium_dri.so free 0x5571735fd4a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000116
+gallium_dri.so free 0x5571735fd4f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000110
+gallium_dri.so free 0x55717358e2c0 void 0.000111
+gallium_dri.so free 0x5571735fd4f0 void 0.000110
+gallium_dri.so malloc 72 0x55717358e270 0.000111
+gallium_dri.so free 0x55717358e340 void 0.000110
+gallium_dri.so free 0x55717358e270 void 0.000110
+gallium_dri.so malloc 72 0x55717358e390 0.000111
+gallium_dri.so free 0x55717358e400 void 0.000110
+gallium_dri.so free 0x55717358e390 void 0.000110
+gallium_dri.so malloc 72 0x55717358e420 0.000110
+gallium_dri.so free 0x55717358e4c0 void 0.000109
+gallium_dri.so free 0x55717358e420 void 0.000110
+gallium_dri.so malloc 72 0x55717358e470 0.000110
+gallium_dri.so free 0x55717358e540 void 0.000110
+gallium_dri.so free 0x55717358e470 void 0.000111
+gallium_dri.so malloc 72 0x55717358e540 0.000109
+gallium_dri.so free 0x5571735ff740 void 0.000111
+gallium_dri.so free 0x55717358e540 void 0.000109
+gallium_dri.so malloc 72 0x55717358e540 0.000110
+gallium_dri.so free 0x5571735ff7c0 void 0.000111
+gallium_dri.so free 0x55717358e540 void 0.000109
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000110
+gallium_dri.so free 0x5571735ff880 void 0.000109
+gallium_dri.so free 0x5571735ff7c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000123
+gallium_dri.so free 0x5571735ff940 void 0.000120
+gallium_dri.so free 0x5571735ff7c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000120
+gallium_dri.so free 0x5571735ffa00 void 0.000118
+gallium_dri.so free 0x5571735ff7c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000117
+gallium_dri.so free 0x5571735ffa80 void 0.000117
+gallium_dri.so free 0x5571735ff9b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ffad0 0.000117
+gallium_dri.so free 0x55717346bb40 void 0.000118
+gallium_dri.so free 0x5571735ffad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffad0 0.000118
+gallium_dri.so free 0x55717346bbc0 void 0.000118
+gallium_dri.so free 0x5571735ffad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffad0 0.000118
+gallium_dri.so free 0x55717346bc80 void 0.000118
+gallium_dri.so free 0x5571735ffad0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffad0 0.000118
+gallium_dri.so free 0x55717346bd40 void 0.000120
+gallium_dri.so free 0x5571735ffad0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bcf0 0.000118
+gallium_dri.so free 0x55717346bdc0 void 0.000117
+gallium_dri.so free 0x55717346bcf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346be10 0.000117
+gallium_dri.so free 0x55717346be80 void 0.000116
+gallium_dri.so free 0x55717346be10 void 0.000119
+gallium_dri.so malloc 72 0x55717346bea0 0.000111
+gallium_dri.so free 0x557173469380 void 0.000111
+gallium_dri.so free 0x55717346bea0 void 0.000110
+gallium_dri.so malloc 72 0x55717346bea0 0.000111
+gallium_dri.so free 0x557173469440 void 0.000112
+gallium_dri.so free 0x55717346bea0 void 0.000110
+gallium_dri.so malloc 72 0x5571734693f0 0.000110
+gallium_dri.so free 0x557173469440 void 0.000110
+gallium_dri.so free 0x5571734693f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734693f0 0.000109
+gallium_dri.so free 0x557173469540 void 0.000109
+gallium_dri.so free 0x5571734693f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734694f0 0.000119
+gallium_dri.so free 0x557173469600 void 0.000112
+gallium_dri.so free 0x5571734694f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734695b0 0.000110
+gallium_dri.so free 0x557173469640 void 0.000109
+gallium_dri.so free 0x5571734695b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734695b0 0.000110
+gallium_dri.so free 0x557173469700 void 0.000109
+gallium_dri.so free 0x5571734695b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734695b0 0.000115
+gallium_dri.so free 0x5571735c43c0 void 0.000116
+gallium_dri.so free 0x5571734695b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4410 0.000111
+gallium_dri.so free 0x5571735c4480 void 0.000111
+gallium_dri.so free 0x5571735c4410 void 0.000122
+gallium_dri.so malloc 72 0x5571735c44e0 0.000115
+gallium_dri.so free 0x5571735c4580 void 0.000114
+gallium_dri.so free 0x5571735c44e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4530 0.000113
+gallium_dri.so free 0x5571735c45c0 void 0.000113
+gallium_dri.so free 0x5571735c4530 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4530 0.000112
+gallium_dri.so free 0x5571735c4680 void 0.000113
+gallium_dri.so free 0x5571735c4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46c0 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000114
+gallium_dri.so free 0x5571735c46c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4740 0.000114
+gallium_dri.so free 0x557173461080 void 0.000114
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so malloc 72 0x5571734610a0 0.000124
+gallium_dri.so free 0x557173461140 void 0.000124
+gallium_dri.so free 0x5571734610a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734610f0 0.000118
+gallium_dri.so free 0x5571734611c0 void 0.000115
+gallium_dri.so free 0x5571734610f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734611c0 0.000113
+gallium_dri.so free 0x557173461280 void 0.000114
+gallium_dri.so free 0x5571734611c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734611c0 0.000112
+gallium_dri.so free 0x557173461300 void 0.000144
+gallium_dri.so free 0x5571734611c0 void 0.000115
+gallium_dri.so malloc 72 0x557173461300 0.000113
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so free 0x557173461300 void 0.000115
+gallium_dri.so malloc 72 0x557173461300 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000113
+gallium_dri.so free 0x5571735defc0 void 0.000114
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735def70 0.000114
+gallium_dri.so free 0x5571735df0c0 void 0.000113
+gallium_dri.so free 0x5571735def70 void 0.000113
+gallium_dri.so malloc 72 0x5571735df070 0.000114
+gallium_dri.so free 0x5571735df180 void 0.000114
+gallium_dri.so free 0x5571735df070 void 0.000113
+gallium_dri.so malloc 72 0x5571735df130 0.000112
+gallium_dri.so free 0x5571735df200 void 0.000115
+gallium_dri.so free 0x5571735df130 void 0.000112
+gallium_dri.so malloc 72 0x5571735df220 0.000113
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so free 0x5571735df220 void 0.000112
+gallium_dri.so malloc 72 0x5571735df270 0.000114
+gallium_dri.so free 0x5571735d0a00 void 0.000113
+gallium_dri.so free 0x5571735df270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a40 0.000118
+gallium_dri.so free 0x5571735d0ac0 void 0.000115
+gallium_dri.so free 0x5571735d0a40 void 0.000122
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000112
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000113
+gallium_dri.so free 0x5571735d0c00 void 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0c30 0.000111
+gallium_dri.so free 0x5571735d0c80 void 0.000112
+gallium_dri.so free 0x5571735d0c30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0c30 0.000112
+gallium_dri.so free 0x5571735d0d80 void 0.000112
+gallium_dri.so free 0x5571735d0c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000113
+gallium_dri.so free 0x557173608e80 void 0.000114
+gallium_dri.so free 0x5571735d0dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173608ed0 0.000111
+gallium_dri.so free 0x557173608f40 void 0.000112
+gallium_dri.so free 0x557173608ed0 void 0.000112
+gallium_dri.so malloc 72 0x557173608f60 0.000110
+gallium_dri.so free 0x557173609000 void 0.000116
+gallium_dri.so free 0x557173608f60 void 0.000111
+gallium_dri.so malloc 72 0x557173608fb0 0.000111
+gallium_dri.so free 0x557173609080 void 0.000113
+gallium_dri.so free 0x557173608fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173608fb0 0.000110
+gallium_dri.so free 0x557173609100 void 0.000112
+gallium_dri.so free 0x557173608fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173609100 0.000175
+gallium_dri.so free 0x5571736091c0 void 0.000127
+gallium_dri.so free 0x557173609100 void 0.000129
+gallium_dri.so malloc 72 0x557173609100 0.000128
+gallium_dri.so free 0x55717360fac0 void 0.000121
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x55717360fae0 0.000120
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so free 0x55717360fae0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fb30 0.000117
+gallium_dri.so free 0x55717360fc00 void 0.000116
+gallium_dri.so free 0x55717360fb30 void 0.000121
+gallium_dri.so malloc 72 0x55717360fb30 0.000123
+gallium_dri.so free 0x55717360fc80 void 0.000119
+gallium_dri.so free 0x55717360fb30 void 0.000116
+gallium_dri.so malloc 72 0x55717360fc80 0.000116
+gallium_dri.so free 0x55717360fd40 void 0.000114
+gallium_dri.so free 0x55717360fc80 void 0.000115
+gallium_dri.so malloc 72 0x55717360fc80 0.000118
+gallium_dri.so free 0x55717360fe00 void 0.000124
+gallium_dri.so free 0x55717360fc80 void 0.000123
+gallium_dri.so malloc 72 0x55717360fc80 0.000123
+gallium_dri.so free 0x5571735f6540 void 0.000119
+gallium_dri.so free 0x55717360fc80 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6590 0.000122
+gallium_dri.so free 0x5571735f6600 void 0.000124
+gallium_dri.so free 0x5571735f6590 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6640 0.000118
+gallium_dri.so free 0x5571735f66c0 void 0.000123
+gallium_dri.so free 0x5571735f6640 void 0.000125
+gallium_dri.so malloc 72 0x5571735f66c0 0.000124
+gallium_dri.so free 0x5571735f6780 void 0.000124
+gallium_dri.so free 0x5571735f66c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f66c0 0.000116
+gallium_dri.so free 0x55717360fec0 void 0.000121
+gallium_dri.so free 0x5571735f66c0 void 0.000137
+gallium_dri.so malloc 72 0x55717360fe70 0.000130
+gallium_dri.so free 0x5571735f6800 void 0.000124
+gallium_dri.so free 0x55717360fe70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6840 0.000130
+gallium_dri.so free 0x5571735f68c0 void 0.000170
+gallium_dri.so free 0x5571735f6840 void 0.000130
+gallium_dri.so malloc 72 0x5571735f68c0 0.000123
+gallium_dri.so free 0x557173601d40 void 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000119
+gallium_dri.so malloc 72 0x557173601d80 0.000127
+gallium_dri.so free 0x557173601e00 void 0.000130
+gallium_dri.so free 0x557173601d80 void 0.000222
+gallium_dri.so malloc 72 0x557173601d80 0.000130
+gallium_dri.so free 0x557173601e80 void 0.000129
+gallium_dri.so free 0x557173601d80 void 0.000123
+gallium_dri.so malloc 72 0x557173601eb0 0.000121
+gallium_dri.so free 0x557173601f00 void 0.000121
+gallium_dri.so free 0x557173601eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173601eb0 0.000124
+gallium_dri.so free 0x557173602000 void 0.000131
+gallium_dri.so free 0x557173601eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173601fb0 0.000125
+gallium_dri.so free 0x5571736020c0 void 0.000120
+gallium_dri.so free 0x557173601fb0 void 0.000124
+gallium_dri.so malloc 72 0x557173602070 0.000129
+gallium_dri.so free 0x557173604300 void 0.000130
+gallium_dri.so free 0x557173602070 void 0.000124
+gallium_dri.so malloc 72 0x557173604330 0.000127
+gallium_dri.so free 0x557173604380 void 0.000128
+gallium_dri.so free 0x557173604330 void 0.000130
+gallium_dri.so malloc 72 0x557173604330 0.000136
+gallium_dri.so free 0x557173604480 void 0.000130
+gallium_dri.so free 0x557173604330 void 0.000129
+gallium_dri.so malloc 72 0x5571736044c0 0.000129
+gallium_dri.so free 0x557173604540 void 0.000130
+gallium_dri.so free 0x5571736044c0 void 0.000128
+gallium_dri.so malloc 72 0x557173604540 0.000129
+gallium_dri.so free 0x557173602100 void 0.000130
+gallium_dri.so free 0x557173604540 void 0.000129
+gallium_dri.so malloc 72 0x557173604540 0.000124
+gallium_dri.so free 0x557173604600 void 0.000119
+gallium_dri.so free 0x557173604540 void 0.000125
+gallium_dri.so malloc 72 0x557173604540 0.000130
+gallium_dri.so free 0x5571736046c0 void 0.000130
+gallium_dri.so free 0x557173604540 void 0.000130
+gallium_dri.so malloc 72 0x557173604670 0.000130
+gallium_dri.so free 0x5571735d2fc0 void 0.000124
+gallium_dri.so free 0x557173604670 void 0.000124
+gallium_dri.so malloc 72 0x5571735d3010 0.000130
+gallium_dri.so free 0x5571735d3080 void 0.000129
+gallium_dri.so free 0x5571735d3010 void 0.000133
+gallium_dri.so malloc 72 0x5571735d30e0 0.000131
+gallium_dri.so free 0x5571735d3180 void 0.000123
+gallium_dri.so free 0x5571735d30e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735d3130 0.000126
+gallium_dri.so free 0x5571735d31c0 void 0.000132
+gallium_dri.so free 0x5571735d3130 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3130 0.000126
+gallium_dri.so free 0x5571735d3280 void 0.000120
+gallium_dri.so free 0x5571735d3130 void 0.000124
+gallium_dri.so malloc 72 0x5571735d32c0 0.000130
+gallium_dri.so free 0x5571735d3340 void 0.000131
+gallium_dri.so free 0x5571735d32c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d3340 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000129
+gallium_dri.so free 0x5571735d3340 void 0.000124
+gallium_dri.so malloc 72 0x55717358a0a0 0.000119
+gallium_dri.so free 0x55717358a140 void 0.000121
+gallium_dri.so free 0x55717358a0a0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a0f0 0.000131
+gallium_dri.so free 0x55717358a1c0 void 0.000130
+gallium_dri.so free 0x55717358a0f0 void 0.000141
+gallium_dri.so malloc 72 0x55717358a1c0 0.000130
+gallium_dri.so free 0x55717358a280 void 0.000124
+gallium_dri.so free 0x55717358a1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358a1c0 0.000130
+gallium_dri.so free 0x55717358a300 void 0.000129
+gallium_dri.so free 0x55717358a1c0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a300 0.000129
+gallium_dri.so free 0x55717358a3c0 void 0.000129
+gallium_dri.so free 0x55717358a300 void 0.000135
+gallium_dri.so malloc 72 0x55717358a300 0.000124
+gallium_dri.so free 0x5571735d5580 void 0.000120
+gallium_dri.so free 0x55717358a300 void 0.000124
+gallium_dri.so malloc 72 0x5571735d55b0 0.000128
+gallium_dri.so free 0x5571735d5600 void 0.000129
+gallium_dri.so free 0x5571735d55b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d55b0 0.000129
+gallium_dri.so free 0x5571735d5700 void 0.000124
+gallium_dri.so free 0x5571735d55b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d56b0 0.000125
+gallium_dri.so free 0x5571735d57c0 void 0.000130
+gallium_dri.so free 0x5571735d56b0 void 0.000319
+gallium_dri.so malloc 72 0x5571735d5770 0.000330
+gallium_dri.so free 0x5571735d5840 void 0.000338
+gallium_dri.so free 0x5571735d5770 void 0.000306
+gallium_dri.so malloc 72 0x5571735d5860 0.000274
+gallium_dri.so free 0x5571735d5900 void 0.000270
+gallium_dri.so free 0x5571735d5860 void 0.000274
+gallium_dri.so malloc 72 0x5571735d58b0 0.000235
+gallium_dri.so free 0x55717346eb00 void 0.000290
+gallium_dri.so free 0x5571735d58b0 void 0.000275
+gallium_dri.so malloc 72 0x55717346eb40 0.000289
+gallium_dri.so free 0x55717346ebc0 void 0.000163
+gallium_dri.so free 0x55717346eb40 void 0.000185
+gallium_dri.so malloc 72 0x55717346ebc0 0.000179
+gallium_dri.so free 0x55717346ec80 void 0.000178
+gallium_dri.so free 0x55717346ebc0 void 0.000145
+gallium_dri.so malloc 72 0x55717346ebc0 0.000150
+gallium_dri.so free 0x55717346ed00 void 0.000245
+gallium_dri.so free 0x55717346ebc0 void 0.000149
+gallium_dri.so malloc 72 0x55717346ed30 0.000144
+gallium_dri.so free 0x55717346ed80 void 0.000154
+gallium_dri.so free 0x55717346ed30 void 0.000147
+gallium_dri.so malloc 72 0x55717346ed30 0.000140
+gallium_dri.so free 0x55717346ee80 void 0.000143
+gallium_dri.so free 0x55717346ed30 void 0.000145
+gallium_dri.so malloc 72 0x55717346eec0 0.000148
+gallium_dri.so free 0x557173600140 void 0.000147
+gallium_dri.so free 0x55717346eec0 void 0.000146
+gallium_dri.so malloc 72 0x557173600190 0.000147
+gallium_dri.so free 0x557173600200 void 0.000149
+gallium_dri.so free 0x557173600190 void 0.000146
+gallium_dri.so malloc 72 0x557173600220 0.000146
+gallium_dri.so free 0x5571736002c0 void 0.000141
+gallium_dri.so free 0x557173600220 void 0.000135
+gallium_dri.so malloc 72 0x557173600270 0.000140
+gallium_dri.so free 0x557173600340 void 0.000148
+gallium_dri.so free 0x557173600270 void 0.000146
+gallium_dri.so malloc 72 0x557173600270 0.000146
+gallium_dri.so free 0x5571736003c0 void 0.000145
+gallium_dri.so free 0x557173600270 void 0.000146
+gallium_dri.so malloc 72 0x5571736003c0 0.000181
+gallium_dri.so free 0x557173600480 void 0.000184
+gallium_dri.so free 0x5571736003c0 void 0.000178
+gallium_dri.so malloc 72 0x5571736003c0 0.000182
+gallium_dri.so free 0x5571735fdb80 void 0.000183
+gallium_dri.so free 0x5571736003c0 void 0.000180
+gallium_dri.so malloc 72 0x5571735fdba0 0.000185
+gallium_dri.so free 0x5571735fdc40 void 0.000180
+gallium_dri.so free 0x5571735fdba0 void 0.000179
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000145
+gallium_dri.so free 0x5571735fdcc0 void 0.000148
+gallium_dri.so free 0x5571735fdbf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000153
+gallium_dri.so free 0x5571735fdd40 void 0.000134
+gallium_dri.so free 0x5571735fdbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdd40 0.000136
+gallium_dri.so free 0x5571735fde00 void 0.000136
+gallium_dri.so free 0x5571735fdd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd40 0.000128
+gallium_dri.so free 0x5571735fdec0 void 0.000134
+gallium_dri.so free 0x5571735fdd40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fdd40 0.000132
+gallium_dri.so free 0x5571735e3300 void 0.000144
+gallium_dri.so free 0x5571735fdd40 void 0.000138
+gallium_dri.so malloc 72 0x5571735e3350 0.000187
+gallium_dri.so free 0x5571735e33c0 void 0.000173
+gallium_dri.so free 0x5571735e3350 void 0.000174
+gallium_dri.so malloc 72 0x5571735e3400 0.000138
+gallium_dri.so free 0x5571735e3480 void 0.000138
+gallium_dri.so free 0x5571735e3400 void 0.000139
+gallium_dri.so malloc 72 0x5571735e3480 0.000137
+gallium_dri.so free 0x5571735e3540 void 0.000137
+gallium_dri.so free 0x5571735e3480 void 0.000140
+gallium_dri.so malloc 72 0x5571735e3480 0.000138
+gallium_dri.so free 0x5571735fdf80 void 0.000133
+gallium_dri.so free 0x5571735e3480 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdf30 0.000132
+gallium_dri.so free 0x5571735e35c0 void 0.000138
+gallium_dri.so free 0x5571735fdf30 void 0.000137
+gallium_dri.so malloc 72 0x5571735e3600 0.000138
+gallium_dri.so free 0x5571735e3680 void 0.000132
+gallium_dri.so free 0x5571735e3600 void 0.000127
+gallium_dri.so malloc 72 0x5571735e3680 0.000132
+gallium_dri.so free 0x55717358c640 void 0.000146
+gallium_dri.so free 0x5571735e3680 void 0.000135
+gallium_dri.so malloc 72 0x55717358c680 0.000139
+gallium_dri.so free 0x55717358c700 void 0.000138
+gallium_dri.so free 0x55717358c680 void 0.000133
+gallium_dri.so malloc 72 0x55717358c680 0.000127
+gallium_dri.so free 0x55717358c780 void 0.000133
+gallium_dri.so free 0x55717358c680 void 0.000137
+gallium_dri.so malloc 72 0x55717358c7b0 0.000135
+gallium_dri.so free 0x55717358c800 void 0.000139
+gallium_dri.so free 0x55717358c7b0 void 0.000139
+gallium_dri.so malloc 72 0x55717358c7b0 0.000132
+gallium_dri.so free 0x55717358c900 void 0.000134
+gallium_dri.so free 0x55717358c7b0 void 0.000137
+gallium_dri.so malloc 72 0x55717358c8b0 0.000131
+gallium_dri.so free 0x55717358c9c0 void 0.000130
+gallium_dri.so free 0x55717358c8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717358c970 0.000137
+gallium_dri.so free 0x5571735dc1c0 void 0.000136
+gallium_dri.so free 0x55717358c970 void 0.000133
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000127
+gallium_dri.so free 0x5571735dc240 void 0.000172
+gallium_dri.so free 0x5571735dc1f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000130
+gallium_dri.so free 0x5571735dc340 void 0.000130
+gallium_dri.so free 0x5571735dc1f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc380 0.000121
+gallium_dri.so free 0x5571735dc400 void 0.000127
+gallium_dri.so free 0x5571735dc380 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc400 0.000125
+gallium_dri.so free 0x55717358ca00 void 0.000129
+gallium_dri.so free 0x5571735dc400 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc400 0.000130
+gallium_dri.so free 0x5571735dc4c0 void 0.000165
+gallium_dri.so free 0x5571735dc400 void 0.000162
+gallium_dri.so malloc 72 0x5571735dc400 0.000162
+gallium_dri.so free 0x5571735dc580 void 0.000130
+gallium_dri.so free 0x5571735dc400 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc530 0.000121
+gallium_dri.so free 0x5571735f8b00 void 0.000120
+gallium_dri.so free 0x5571735dc530 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8b50 0.000119
+gallium_dri.so free 0x5571735f8bc0 void 0.000131
+gallium_dri.so free 0x5571735f8b50 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8c20 0.000131
+gallium_dri.so free 0x5571735f8cc0 void 0.000130
+gallium_dri.so free 0x5571735f8c20 void 0.000131
+gallium_dri.so malloc 72 0x5571735f8c70 0.000125
+gallium_dri.so free 0x5571735f8d00 void 0.000128
+gallium_dri.so free 0x5571735f8c70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8c70 0.000129
+gallium_dri.so free 0x5571735f8dc0 void 0.000125
+gallium_dri.so free 0x5571735f8c70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8e00 0.000130
+gallium_dri.so free 0x5571735f8e80 void 0.000124
+gallium_dri.so free 0x5571735f8e00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8e80 0.000121
+gallium_dri.so free 0x557173467dc0 void 0.000126
+gallium_dri.so free 0x5571735f8e80 void 0.000126
+gallium_dri.so malloc 72 0x557173467de0 0.000127
+gallium_dri.so free 0x557173467e80 void 0.000125
+gallium_dri.so free 0x557173467de0 void 0.000121
+gallium_dri.so malloc 72 0x557173467e30 0.000120
+gallium_dri.so free 0x557173467f00 void 0.000121
+gallium_dri.so free 0x557173467e30 void 0.000130
+gallium_dri.so malloc 72 0x557173467f00 0.000132
+gallium_dri.so free 0x557173467fc0 void 0.000129
+gallium_dri.so free 0x557173467f00 void 0.000130
+gallium_dri.so malloc 72 0x557173467f00 0.000129
+gallium_dri.so free 0x557173468040 void 0.000125
+gallium_dri.so free 0x557173467f00 void 0.000119
+gallium_dri.so malloc 72 0x557173468040 0.000125
+gallium_dri.so free 0x557173468100 void 0.000132
+gallium_dri.so free 0x557173468040 void 0.000130
+gallium_dri.so malloc 72 0x557173468040 0.000129
+gallium_dri.so free 0x55717358ec00 void 0.000129
+gallium_dri.so free 0x557173468040 void 0.000129
+gallium_dri.so malloc 72 0x55717358ec30 0.000131
+gallium_dri.so free 0x55717358ec80 void 0.000127
+gallium_dri.so free 0x55717358ec30 void 0.000125
+gallium_dri.so malloc 72 0x55717358ec30 0.000130
+gallium_dri.so free 0x55717358ed80 void 0.000128
+gallium_dri.so free 0x55717358ec30 void 0.000130
+gallium_dri.so malloc 72 0x55717358ed30 0.000131
+gallium_dri.so free 0x55717358ee40 void 0.000130
+gallium_dri.so free 0x55717358ed30 void 0.000165
+gallium_dri.so malloc 72 0x55717358edf0 0.000131
+gallium_dri.so free 0x55717358eec0 void 0.000127
+gallium_dri.so free 0x55717358edf0 void 0.000132
+gallium_dri.so malloc 72 0x55717358eee0 0.000129
+gallium_dri.so free 0x55717358ef80 void 0.000132
+gallium_dri.so free 0x55717358eee0 void 0.000130
+gallium_dri.so malloc 72 0x55717358ef30 0.000130
+gallium_dri.so free 0x557173463240 void 0.000125
+gallium_dri.so free 0x55717358ef30 void 0.000121
+gallium_dri.so malloc 72 0x557173463280 0.000125
+gallium_dri.so free 0x557173463300 void 0.000125
+gallium_dri.so free 0x557173463280 void 0.000124
+gallium_dri.so malloc 72 0x557173463300 0.000125
+gallium_dri.so free 0x5571734633c0 void 0.000129
+gallium_dri.so free 0x557173463300 void 0.000130
+gallium_dri.so malloc 72 0x557173463300 0.000130
+gallium_dri.so free 0x557173463440 void 0.000124
+gallium_dri.so free 0x557173463300 void 0.000120
+gallium_dri.so malloc 72 0x557173463470 0.000121
+gallium_dri.so free 0x5571734634c0 void 0.000121
+gallium_dri.so free 0x557173463470 void 0.000133
+gallium_dri.so malloc 72 0x557173463470 0.000126
+gallium_dri.so free 0x5571734635c0 void 0.000130
+gallium_dri.so free 0x557173463470 void 0.000130
+gallium_dri.so malloc 72 0x557173463600 0.000130
+gallium_dri.so free 0x55717346c540 void 0.000129
+gallium_dri.so free 0x557173463600 void 0.000130
+gallium_dri.so malloc 72 0x55717346c590 0.000131
+gallium_dri.so free 0x55717346c600 void 0.000124
+gallium_dri.so free 0x55717346c590 void 0.000124
+gallium_dri.so malloc 72 0x55717346c620 0.000130
+gallium_dri.so free 0x55717346c6c0 void 0.000130
+gallium_dri.so free 0x55717346c620 void 0.000130
+gallium_dri.so malloc 72 0x55717346c670 0.000125
+gallium_dri.so free 0x55717346c740 void 0.000121
+gallium_dri.so free 0x55717346c670 void 0.000125
+gallium_dri.so malloc 72 0x55717346c670 0.000125
+gallium_dri.so free 0x55717346c7c0 void 0.000123
+gallium_dri.so free 0x55717346c670 void 0.000126
+gallium_dri.so malloc 72 0x55717346c7c0 0.000130
+gallium_dri.so free 0x55717346c880 void 0.000130
+gallium_dri.so free 0x55717346c7c0 void 0.000144
+gallium_dri.so malloc 72 0x55717346c7c0 0.000126
+gallium_dri.so free 0x55717360d500 void 0.000127
+gallium_dri.so free 0x55717346c7c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d520 0.000129
+gallium_dri.so free 0x55717360d5c0 void 0.000135
+gallium_dri.so free 0x55717360d520 void 0.000130
+gallium_dri.so malloc 72 0x55717360d570 0.000130
+gallium_dri.so free 0x55717360d640 void 0.000132
+gallium_dri.so free 0x55717360d570 void 0.000131
+gallium_dri.so malloc 72 0x55717360d570 0.000128
+gallium_dri.so free 0x55717360d6c0 void 0.000130
+gallium_dri.so free 0x55717360d570 void 0.000131
+gallium_dri.so malloc 72 0x55717360d6c0 0.000124
+gallium_dri.so free 0x55717360d780 void 0.000128
+gallium_dri.so free 0x55717360d6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360d6c0 0.000131
+gallium_dri.so free 0x55717360d840 void 0.000130
+gallium_dri.so free 0x55717360d6c0 void 0.000131
+gallium_dri.so malloc 72 0x55717360d6c0 0.000129
+gallium_dri.so free 0x557173609e80 void 0.000269
+gallium_dri.so free 0x55717360d6c0 void 0.000199
+gallium_dri.so malloc 72 0x557173609ed0 0.000169
+gallium_dri.so free 0x557173609f40 void 0.000225
+gallium_dri.so free 0x557173609ed0 void 0.000217
+gallium_dri.so malloc 72 0x557173609f80 0.000206
+gallium_dri.so free 0x55717360a000 void 0.000218
+gallium_dri.so free 0x557173609f80 void 0.000130
+gallium_dri.so malloc 72 0x55717360a000 0.000126
+gallium_dri.so free 0x55717360a0c0 void 0.000127
+gallium_dri.so free 0x55717360a000 void 0.000127
+gallium_dri.so malloc 72 0x55717360a000 0.000129
+gallium_dri.so free 0x55717360d900 void 0.000128
+gallium_dri.so free 0x55717360a000 void 0.000129
+gallium_dri.so malloc 72 0x55717360d8b0 0.000167
+gallium_dri.so free 0x55717360a140 void 0.000221
+gallium_dri.so free 0x55717360d8b0 void 0.000164
+gallium_dri.so malloc 72 0x55717360a180 0.000128
+gallium_dri.so free 0x55717360a200 void 0.000130
+gallium_dri.so free 0x55717360a180 void 0.000141
+gallium_dri.so malloc 72 0x55717360a200 0.000129
+gallium_dri.so free 0x557173469f80 void 0.000129
+gallium_dri.so free 0x55717360a200 void 0.000127
+gallium_dri.so malloc 72 0x557173469fc0 0.000133
+gallium_dri.so free 0x55717346a040 void 0.000125
+gallium_dri.so free 0x557173469fc0 void 0.000120
+gallium_dri.so malloc 72 0x557173469fc0 0.000119
+gallium_dri.so free 0x55717346a0c0 void 0.000122
+gallium_dri.so free 0x557173469fc0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a0f0 0.000120
+gallium_dri.so free 0x55717346a140 void 0.000120
+gallium_dri.so free 0x55717346a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a0f0 0.000121
+gallium_dri.so free 0x55717346a240 void 0.000119
+gallium_dri.so free 0x55717346a0f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a1f0 0.000120
+gallium_dri.so free 0x55717346a300 void 0.000121
+gallium_dri.so free 0x55717346a1f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a2b0 0.000120
+gallium_dri.so free 0x557173465800 void 0.000121
+gallium_dri.so free 0x55717346a2b0 void 0.000121
+gallium_dri.so malloc 72 0x557173465830 0.000124
+gallium_dri.so free 0x557173465880 void 0.000123
+gallium_dri.so free 0x557173465830 void 0.000120
+gallium_dri.so malloc 72 0x557173465830 0.000132
+gallium_dri.so free 0x557173465980 void 0.000122
+gallium_dri.so free 0x557173465830 void 0.000122
+gallium_dri.so malloc 72 0x5571734659c0 0.000122
+gallium_dri.so free 0x557173465a40 void 0.000162
+gallium_dri.so free 0x5571734659c0 void 0.000121
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x55717346a340 void 0.000120
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000120
+gallium_dri.so free 0x557173465b00 void 0.000121
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so malloc 72 0x557173465a40 0.000119
+gallium_dri.so free 0x557173465bc0 void 0.000119
+gallium_dri.so free 0x557173465a40 void 0.000119
+gallium_dri.so malloc 72 0x557173465b70 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x557173465b70 void 0.000121
+gallium_dri.so malloc 72 0x557173591210 0.000122
+gallium_dri.so free 0x557173591280 void 0.000120
+gallium_dri.so free 0x557173591210 void 0.000119
+gallium_dri.so malloc 72 0x5571735912e0 0.000119
+gallium_dri.so free 0x557173591380 void 0.000119
+gallium_dri.so free 0x5571735912e0 void 0.000119
+gallium_dri.so malloc 72 0x557173591330 0.000120
+gallium_dri.so free 0x5571735913c0 void 0.000120
+gallium_dri.so free 0x557173591330 void 0.000176
+gallium_dri.so malloc 72 0x557173591330 0.000121
+gallium_dri.so free 0x557173591480 void 0.000122
+gallium_dri.so free 0x557173591330 void 0.000119
+gallium_dri.so malloc 72 0x5571735914c0 0.000120
+gallium_dri.so free 0x557173591540 void 0.000121
+gallium_dri.so free 0x5571735914c0 void 0.000121
+gallium_dri.so malloc 72 0x557173591540 0.000119
+gallium_dri.so free 0x5571735c1e00 void 0.000119
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e20 0.000119
+gallium_dri.so free 0x5571735c1ec0 void 0.000120
+gallium_dri.so free 0x5571735c1e20 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1e70 0.000119
+gallium_dri.so free 0x5571735c1f40 void 0.000119
+gallium_dri.so free 0x5571735c1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1f40 0.000122
+gallium_dri.so free 0x5571735c2000 void 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f40 0.000122
+gallium_dri.so free 0x5571735c2080 void 0.000121
+gallium_dri.so free 0x5571735c1f40 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2080 0.000120
+gallium_dri.so free 0x5571735c2140 void 0.000119
+gallium_dri.so free 0x5571735c2080 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2080 0.000120
+gallium_dri.so free 0x557173620140 void 0.000130
+gallium_dri.so free 0x5571735c2080 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2080 0.000130
+gallium_dri.so free 0x557173620200 void 0.000129
+gallium_dri.so free 0x5571735c2080 void 0.000131
+gallium_dri.so malloc 72 0x5571736201b0 0.000131
+gallium_dri.so free 0x557173620280 void 0.000124
+gallium_dri.so free 0x5571736201b0 void 0.000119
+gallium_dri.so malloc 72 0x5571736202d0 0.000124
+gallium_dri.so free 0x557173620340 void 0.000124
+gallium_dri.so free 0x5571736202d0 void 0.000126
+gallium_dri.so malloc 72 0x557173620380 0.000122
+gallium_dri.so free 0x557173620400 void 0.000124
+gallium_dri.so free 0x557173620380 void 0.000124
+gallium_dri.so malloc 72 0x557173620380 0.000122
+gallium_dri.so free 0x557173620480 void 0.000125
+gallium_dri.so free 0x557173620380 void 0.000127
+gallium_dri.so malloc 72 0x5571736204b0 0.000122
+gallium_dri.so free 0x557173620500 void 0.000125
+gallium_dri.so free 0x5571736204b0 void 0.000125
+gallium_dri.so malloc 72 0x5571736204b0 0.000124
+gallium_dri.so free 0x55717346db00 void 0.000121
+gallium_dri.so free 0x5571736204b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346db00 0.000113
+gallium_dri.so free 0x55717346dbc0 void 0.000115
+gallium_dri.so free 0x55717346db00 void 0.000117
+gallium_dri.so malloc 72 0x55717346db00 0.000124
+gallium_dri.so free 0x55717346dc40 void 0.000124
+gallium_dri.so free 0x55717346db00 void 0.000117
+gallium_dri.so malloc 72 0x55717346dc70 0.000114
+gallium_dri.so free 0x55717346dcc0 void 0.000114
+gallium_dri.so free 0x55717346dc70 void 0.000118
+gallium_dri.so malloc 72 0x55717346dc70 0.000125
+gallium_dri.so free 0x55717346ddc0 void 0.000125
+gallium_dri.so free 0x55717346dc70 void 0.000220
+gallium_dri.so malloc 72 0x55717346de00 0.000121
+gallium_dri.so free 0x55717346de80 void 0.000119
+gallium_dri.so free 0x55717346de00 void 0.000117
+gallium_dri.so malloc 72 0x55717346de80 0.000117
+gallium_dri.so free 0x55717346df40 void 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so malloc 72 0x55717346de80 0.000116
+gallium_dri.so free 0x5571735fcb80 void 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000118
+gallium_dri.so malloc 72 0x55717346de80 0.000123
+gallium_dri.so free 0x5571735fcc40 void 0.000113
+gallium_dri.so free 0x55717346de80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000111
+gallium_dri.so free 0x5571735fccc0 void 0.000110
+gallium_dri.so free 0x5571735fcbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcd10 0.000110
+gallium_dri.so free 0x5571735fcd80 void 0.000110
+gallium_dri.so free 0x5571735fcd10 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcde0 0.000110
+gallium_dri.so free 0x5571735fce80 void 0.000111
+gallium_dri.so free 0x5571735fcde0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fce30 0.000110
+gallium_dri.so free 0x5571735fcec0 void 0.000110
+gallium_dri.so free 0x5571735fce30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fce30 0.000109
+gallium_dri.so free 0x5571735fcf80 void 0.000111
+gallium_dri.so free 0x5571735fce30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000112
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so free 0x5571735fcfc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0500 0.000110
+gallium_dri.so free 0x5571735e05c0 void 0.000110
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0500 0.000110
+gallium_dri.so free 0x5571735e0640 void 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000110
+gallium_dri.so malloc 72 0x5571735e0670 0.000111
+gallium_dri.so free 0x5571735e06c0 void 0.000110
+gallium_dri.so free 0x5571735e0670 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06c0 0.000112
+gallium_dri.so free 0x5571735e0780 void 0.000113
+gallium_dri.so free 0x5571735e06c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e06c0 0.000120
+gallium_dri.so free 0x5571735e0880 void 0.000117
+gallium_dri.so free 0x5571735e06c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0830 0.000117
+gallium_dri.so free 0x5571735e0940 void 0.000115
+gallium_dri.so free 0x5571735e0830 void 0.000116
+gallium_dri.so malloc 72 0x5571735e08f0 0.000115
+gallium_dri.so free 0x5571735c33c0 void 0.000116
+gallium_dri.so free 0x5571735e08f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e08f0 0.000115
+gallium_dri.so free 0x5571735c3480 void 0.000116
+gallium_dri.so free 0x5571735e08f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3430 0.000116
+gallium_dri.so free 0x5571735c3500 void 0.000116
+gallium_dri.so free 0x5571735c3430 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3550 0.000115
+gallium_dri.so free 0x5571735c35c0 void 0.000121
+gallium_dri.so free 0x5571735c3550 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3600 0.000120
+gallium_dri.so free 0x5571735c3680 void 0.000117
+gallium_dri.so free 0x5571735c3600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3600 0.000115
+gallium_dri.so free 0x5571735c3700 void 0.000115
+gallium_dri.so free 0x5571735c3600 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3730 0.000130
+gallium_dri.so free 0x5571735c3780 void 0.000130
+gallium_dri.so free 0x5571735c3730 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3730 0.000125
+gallium_dri.so free 0x55717346b540 void 0.000125
+gallium_dri.so free 0x5571735c3730 void 0.000120
+gallium_dri.so malloc 72 0x55717346b540 0.000124
+gallium_dri.so free 0x55717346b600 void 0.000123
+gallium_dri.so free 0x55717346b540 void 0.000123
+gallium_dri.so malloc 72 0x55717346b540 0.000124
+gallium_dri.so free 0x55717346b680 void 0.000124
+gallium_dri.so free 0x55717346b540 void 0.000124
+gallium_dri.so malloc 72 0x55717346b6b0 0.000126
+gallium_dri.so free 0x55717346b700 void 0.000123
+gallium_dri.so free 0x55717346b6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346b6b0 0.000124
+gallium_dri.so free 0x55717346b800 void 0.000124
+gallium_dri.so free 0x55717346b6b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b840 0.000123
+gallium_dri.so free 0x55717346b8c0 void 0.000124
+gallium_dri.so free 0x55717346b840 void 0.000124
+gallium_dri.so malloc 72 0x55717346b8c0 0.000124
+gallium_dri.so free 0x55717346b980 void 0.000125
+gallium_dri.so free 0x55717346b8c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346b8c0 0.000115
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717346b8c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346b8c0 0.000116
+gallium_dri.so free 0x55717360eb80 void 0.000115
+gallium_dri.so free 0x55717346b8c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360eb30 0.000115
+gallium_dri.so free 0x55717360ec00 void 0.000116
+gallium_dri.so free 0x55717360eb30 void 0.000115
+gallium_dri.so malloc 72 0x55717360ec50 0.000121
+gallium_dri.so free 0x55717360ecc0 void 0.000117
+gallium_dri.so free 0x55717360ec50 void 0.000116
+gallium_dri.so malloc 72 0x55717360ed20 0.000117
+gallium_dri.so free 0x55717360edc0 void 0.000115
+gallium_dri.so free 0x55717360ed20 void 0.000116
+gallium_dri.so malloc 72 0x55717360ed70 0.000116
+gallium_dri.so free 0x55717360ee00 void 0.000117
+gallium_dri.so free 0x55717360ed70 void 0.000117
+gallium_dri.so malloc 72 0x55717360ed70 0.000116
+gallium_dri.so free 0x55717360eec0 void 0.000127
+gallium_dri.so free 0x55717360ed70 void 0.000128
+gallium_dri.so malloc 72 0x55717360ef00 0.000116
+gallium_dri.so free 0x5571735ff140 void 0.000113
+gallium_dri.so free 0x55717360ef00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ff140 0.000110
+gallium_dri.so free 0x5571735ff200 void 0.000110
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff140 0.000123
+gallium_dri.so free 0x5571735ff280 void 0.000120
+gallium_dri.so free 0x5571735ff140 void 0.000123
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000119
+gallium_dri.so free 0x5571735ff300 void 0.000118
+gallium_dri.so free 0x5571735ff2b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff300 0.000119
+gallium_dri.so free 0x5571735ff3c0 void 0.000119
+gallium_dri.so free 0x5571735ff300 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff300 0.000117
+gallium_dri.so free 0x5571735ff4c0 void 0.000118
+gallium_dri.so free 0x5571735ff300 void 0.000122
+gallium_dri.so malloc 72 0x5571735ff470 0.000119
+gallium_dri.so free 0x5571735ff580 void 0.000119
+gallium_dri.so free 0x5571735ff470 void 0.000118
+gallium_dri.so malloc 72 0x5571735ff530 0.000122
+gallium_dri.so free 0x5571735f7b00 void 0.000125
+gallium_dri.so free 0x5571735ff530 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff530 0.000118
+gallium_dri.so free 0x5571735f7bc0 void 0.000118
+gallium_dri.so free 0x5571735ff530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7b70 0.000119
+gallium_dri.so free 0x5571735f7c40 void 0.000119
+gallium_dri.so free 0x5571735f7b70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7c90 0.000128
+gallium_dri.so free 0x5571735f7d00 void 0.000126
+gallium_dri.so free 0x5571735f7c90 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7d40 0.000124
+gallium_dri.so free 0x5571735f7dc0 void 0.000119
+gallium_dri.so free 0x5571735f7d40 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7d40 0.000117
+gallium_dri.so free 0x5571735f7e40 void 0.000120
+gallium_dri.so free 0x5571735f7d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e70 0.000118
+gallium_dri.so free 0x5571735f7ec0 void 0.000118
+gallium_dri.so free 0x5571735f7e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7e70 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so free 0x5571735f7e70 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd780 0.000119
+gallium_dri.so free 0x5571735dd840 void 0.000120
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd780 0.000118
+gallium_dri.so free 0x5571735dd8c0 void 0.000118
+gallium_dri.so free 0x5571735dd780 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000119
+gallium_dri.so free 0x5571735dd940 void 0.000119
+gallium_dri.so free 0x5571735dd8f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000118
+gallium_dri.so free 0x5571735dda40 void 0.000127
+gallium_dri.so free 0x5571735dd8f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dda80 0.000110
+gallium_dri.so free 0x5571735ddb00 void 0.000112
+gallium_dri.so free 0x5571735dda80 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddb00 0.000111
+gallium_dri.so free 0x5571735ddbc0 void 0.000110
+gallium_dri.so free 0x5571735ddb00 void 0.000111
+gallium_dri.so malloc 72 0x5571735ddb00 0.000109
+gallium_dri.so free 0x5571735ddd80 void 0.000111
+gallium_dri.so free 0x5571735ddb00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddb00 0.000117
+gallium_dri.so free 0x5571735dde40 void 0.000112
+gallium_dri.so free 0x5571735ddb00 void 0.000110
+gallium_dri.so malloc 72 0x5571735dddf0 0.000111
+gallium_dri.so free 0x5571735ddec0 void 0.000110
+gallium_dri.so free 0x5571735dddf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddf10 0.000110
+gallium_dri.so free 0x5571735ddf80 void 0.000112
+gallium_dri.so free 0x5571735ddf10 void 0.000110
+gallium_dri.so malloc 72 0x5571735ddfe0 0.000110
+gallium_dri.so free 0x5571735de080 void 0.000114
+gallium_dri.so free 0x5571735ddfe0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de030 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000112
+gallium_dri.so free 0x5571735de030 void 0.000111
+gallium_dri.so malloc 72 0x5571735de030 0.000111
+gallium_dri.so free 0x5571735de180 void 0.000110
+gallium_dri.so free 0x5571735de030 void 0.000124
+gallium_dri.so malloc 72 0x5571735de1c0 0.000125
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so free 0x5571735de1c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0b00 0.000124
+gallium_dri.so free 0x5571735e0bc0 void 0.000125
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0b00 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000123
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0c70 0.000119
+gallium_dri.so free 0x5571735e0cc0 void 0.000119
+gallium_dri.so free 0x5571735e0c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000124
+gallium_dri.so free 0x5571735e0d80 void 0.000120
+gallium_dri.so free 0x5571735e0cc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000126
+gallium_dri.so free 0x5571735e0e80 void 0.000120
+gallium_dri.so free 0x5571735e0cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e30 0.000119
+gallium_dri.so free 0x5571735e0f40 void 0.000118
+gallium_dri.so free 0x5571735e0e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000125
+gallium_dri.so free 0x5571735e0f80 void 0.000128
+gallium_dri.so free 0x5571735e0ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000124
+gallium_dri.so free 0x557173619f80 void 0.000127
+gallium_dri.so free 0x5571735e0ef0 void 0.000127
+gallium_dri.so malloc 72 0x557173619fc0 0.000124
+gallium_dri.so free 0x55717361a040 void 0.000125
+gallium_dri.so free 0x557173619fc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000117
+gallium_dri.so free 0x55717361a100 void 0.000122
+gallium_dri.so free 0x55717361a040 void 0.000120
+gallium_dri.so malloc 72 0x55717361a040 0.000117
+gallium_dri.so free 0x5571735e1040 void 0.000118
+gallium_dri.so free 0x55717361a040 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1060 0.000124
+gallium_dri.so free 0x55717361a180 void 0.000124
+gallium_dri.so free 0x5571735e1060 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1060 0.000122
+gallium_dri.so free 0x55717361a240 void 0.000120
+gallium_dri.so free 0x5571735e1060 void 0.000122
+gallium_dri.so malloc 72 0x55717361a280 0.000126
+gallium_dri.so free 0x55717361a300 void 0.000127
+gallium_dri.so free 0x55717361a280 void 0.000132
+gallium_dri.so malloc 72 0x55717361a300 0.000130
+gallium_dri.so free 0x55717361a3c0 void 0.000130
+gallium_dri.so free 0x55717361a300 void 0.000131
+gallium_dri.so malloc 72 0x55717361a300 0.000130
+gallium_dri.so free 0x55717361a440 void 0.000130
+gallium_dri.so free 0x55717361a300 void 0.000129
+gallium_dri.so malloc 72 0x55717361a470 0.000125
+gallium_dri.so free 0x55717361a4c0 void 0.000125
+gallium_dri.so free 0x55717361a470 void 0.000129
+gallium_dri.so malloc 72 0x55717361a470 0.000130
+gallium_dri.so free 0x55717361a5c0 void 0.000129
+gallium_dri.so free 0x55717361a470 void 0.000126
+gallium_dri.so malloc 72 0x55717361a600 0.000129
+gallium_dri.so free 0x55717361a680 void 0.000130
+gallium_dri.so free 0x55717361a600 void 0.000126
+gallium_dri.so malloc 72 0x55717361a680 0.000132
+gallium_dri.so free 0x55717361a740 void 0.000130
+gallium_dri.so free 0x55717361a680 void 0.000130
+gallium_dri.so malloc 72 0x55717361a680 0.000125
+gallium_dri.so free 0x55717361a7c0 void 0.000179
+gallium_dri.so free 0x55717361a680 void 0.000132
+gallium_dri.so malloc 72 0x55717361a7f0 0.000130
+gallium_dri.so free 0x55717361a840 void 0.000130
+gallium_dri.so free 0x55717361a7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a7f0 0.000130
+gallium_dri.so free 0x55717361a940 void 0.000131
+gallium_dri.so free 0x55717361a7f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361a8f0 0.000130
+gallium_dri.so free 0x557173474580 void 0.000130
+gallium_dri.so free 0x55717361a8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a8f0 0.000125
+gallium_dri.so free 0x557173474680 void 0.000129
+gallium_dri.so free 0x55717361a8f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a8f0 0.000130
+gallium_dri.so free 0x557173474700 void 0.000130
+gallium_dri.so free 0x55717361a8f0 void 0.000130
+gallium_dri.so malloc 72 0x557173474730 0.000133
+gallium_dri.so free 0x557173474780 void 0.000127
+gallium_dri.so free 0x557173474730 void 0.000128
+gallium_dri.so malloc 72 0x557173474730 0.000141
+gallium_dri.so free 0x557173474880 void 0.000131
+gallium_dri.so free 0x557173474730 void 0.000131
+gallium_dri.so malloc 72 0x557173474830 0.000127
+gallium_dri.so free 0x557173474940 void 0.000125
+gallium_dri.so free 0x557173474830 void 0.000124
+gallium_dri.so malloc 72 0x5571734748f0 0.000127
+gallium_dri.so free 0x557173474980 void 0.000130
+gallium_dri.so free 0x5571734748f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734748f0 0.000130
+gallium_dri.so free 0x557173474a40 void 0.000130
+gallium_dri.so free 0x5571734748f0 void 0.000130
+gallium_dri.so malloc 72 0x557173474a90 0.000130
+gallium_dri.so free 0x557173474b00 void 0.000131
+gallium_dri.so free 0x557173474a90 void 0.000130
+gallium_dri.so malloc 72 0x557173474b40 0.000126
+gallium_dri.so free 0x557173474bc0 void 0.000125
+gallium_dri.so free 0x557173474b40 void 0.000128
+gallium_dri.so malloc 72 0x557173474bc0 0.000130
+gallium_dri.so free 0x557173474c80 void 0.000130
+gallium_dri.so free 0x557173474bc0 void 0.000132
+gallium_dri.so malloc 72 0x557173474bc0 0.000142
+gallium_dri.so free 0x557173474d00 void 0.000132
+gallium_dri.so free 0x557173474bc0 void 0.000130
+gallium_dri.so malloc 72 0x557173474d30 0.000131
+gallium_dri.so free 0x557173474d80 void 0.000129
+gallium_dri.so free 0x557173474d30 void 0.000130
+gallium_dri.so malloc 72 0x557173474d30 0.000130
+gallium_dri.so free 0x557173474e80 void 0.000129
+gallium_dri.so free 0x557173474d30 void 0.000126
+gallium_dri.so malloc 72 0x557173474e30 0.000129
+gallium_dri.so free 0x557173474f40 void 0.000130
+gallium_dri.so free 0x557173474e30 void 0.000129
+gallium_dri.so malloc 72 0x557173474ef0 0.000129
+gallium_dri.so free 0x557173474fc0 void 0.000130
+gallium_dri.so free 0x557173474ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173474fe0 0.000129
+gallium_dri.so free 0x557173475080 void 0.000130
+gallium_dri.so free 0x557173474fe0 void 0.000130
+gallium_dri.so malloc 72 0x557173475030 0.000126
+gallium_dri.so free 0x557173475100 void 0.000124
+gallium_dri.so free 0x557173475030 void 0.000140
+gallium_dri.so malloc 72 0x557173475030 0.000131
+gallium_dri.so free 0x557173475180 void 0.000131
+gallium_dri.so free 0x557173475030 void 0.000124
+gallium_dri.so malloc 72 0x557173475180 0.000124
+gallium_dri.so free 0x557173475240 void 0.000128
+gallium_dri.so free 0x557173475180 void 0.000131
+gallium_dri.so malloc 72 0x557173475180 0.000128
+gallium_dri.so free 0x557173475300 void 0.000185
+gallium_dri.so free 0x557173475180 void 0.000224
+gallium_dri.so malloc 72 0x557173475180 0.000131
+gallium_dri.so free 0x5571734753c0 void 0.000131
+gallium_dri.so free 0x557173475180 void 0.000126
+gallium_dri.so malloc 72 0x557173475370 0.000122
+gallium_dri.so free 0x5571734753c0 void 0.000133
+gallium_dri.so free 0x557173475370 void 0.000124
+gallium_dri.so malloc 72 0x557173475370 0.000123
+gallium_dri.so free 0x5571734754c0 void 0.000124
+gallium_dri.so free 0x557173475370 void 0.000128
+gallium_dri.so malloc 72 0x557173475470 0.000130
+gallium_dri.so free 0x557173475580 void 0.000129
+gallium_dri.so free 0x557173475470 void 0.000130
+gallium_dri.so malloc 72 0x557173475530 0.000134
+gallium_dri.so free 0x5571734755c0 void 0.000133
+gallium_dri.so free 0x557173475530 void 0.000130
+gallium_dri.so malloc 72 0x557173475530 0.000131
+gallium_dri.so free 0x557173475680 void 0.000134
+gallium_dri.so free 0x557173475530 void 0.000131
+gallium_dri.so malloc 72 0x5571734756c0 0.000129
+gallium_dri.so free 0x557173475740 void 0.000125
+gallium_dri.so free 0x5571734756c0 void 0.000124
+gallium_dri.so malloc 72 0x557173475740 0.000128
+gallium_dri.so free 0x557173475800 void 0.000132
+gallium_dri.so free 0x557173475740 void 0.000126
+gallium_dri.so malloc 72 0x557173475740 0.000130
+gallium_dri.so free 0x5571734758c0 void 0.000126
+gallium_dri.so free 0x557173475740 void 0.000124
+gallium_dri.so malloc 72 0x5571734758e0 0.000123
+gallium_dri.so free 0x557173475980 void 0.000124
+gallium_dri.so free 0x5571734758e0 void 0.000125
+gallium_dri.so malloc 72 0x557173475930 0.000124
+gallium_dri.so free 0x557173475a00 void 0.000124
+gallium_dri.so free 0x557173475930 void 0.000129
+gallium_dri.so malloc 72 0x557173475930 0.000125
+gallium_dri.so free 0x557173475a80 void 0.000190
+gallium_dri.so free 0x557173475930 void 0.000129
+gallium_dri.so malloc 72 0x557173475a80 0.000126
+gallium_dri.so free 0x557173475b40 void 0.000124
+gallium_dri.so free 0x557173475a80 void 0.000129
+gallium_dri.so malloc 72 0x557173475a80 0.000131
+gallium_dri.so free 0x557173475c00 void 0.000130
+gallium_dri.so free 0x557173475a80 void 0.000126
+gallium_dri.so malloc 72 0x557173475a80 0.000129
+gallium_dri.so free 0x557173475cc0 void 0.000130
+gallium_dri.so free 0x557173475a80 void 0.000130
+gallium_dri.so malloc 72 0x557173475c70 0.000126
+gallium_dri.so free 0x557173475d80 void 0.000124
+gallium_dri.so free 0x557173475c70 void 0.000128
+gallium_dri.so malloc 72 0x557173475d30 0.000131
+gallium_dri.so free 0x557173475e00 void 0.000130
+gallium_dri.so free 0x557173475d30 void 0.000130
+gallium_dri.so malloc 72 0x557173475e50 0.000131
+gallium_dri.so free 0x557173475ec0 void 0.000125
+gallium_dri.so free 0x557173475e50 void 0.000128
+gallium_dri.so malloc 72 0x557173475ee0 0.000130
+gallium_dri.so free 0x557173475f80 void 0.000142
+gallium_dri.so free 0x557173475ee0 void 0.000132
+gallium_dri.so malloc 72 0x557173475f30 0.000131
+gallium_dri.so free 0x557173476000 void 0.000127
+gallium_dri.so free 0x557173475f30 void 0.000130
+gallium_dri.so malloc 72 0x557173475f30 0.000130
+gallium_dri.so free 0x557173476080 void 0.000130
+gallium_dri.so free 0x557173475f30 void 0.000130
+gallium_dri.so malloc 72 0x557173476080 0.000130
+gallium_dri.so free 0x557173476140 void 0.000127
+gallium_dri.so free 0x557173476080 void 0.000124
+gallium_dri.so malloc 72 0x557173476080 0.000129
+gallium_dri.so free 0x557173476240 void 0.000132
+gallium_dri.so free 0x557173476080 void 0.000130
+gallium_dri.so malloc 72 0x5571734761f0 0.000130
+gallium_dri.so free 0x557173476280 void 0.000126
+gallium_dri.so free 0x5571734761f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734761f0 0.000128
+gallium_dri.so free 0x557173476340 void 0.000127
+gallium_dri.so free 0x5571734761f0 void 0.000129
+gallium_dri.so malloc 72 0x557173476380 0.000125
+gallium_dri.so free 0x557173476400 void 0.000126
+gallium_dri.so free 0x557173476380 void 0.000123
+gallium_dri.so malloc 72 0x557173476400 0.000128
+gallium_dri.so free 0x5571734764c0 void 0.000131
+gallium_dri.so free 0x557173476400 void 0.000125
+gallium_dri.so malloc 72 0x557173476400 0.000124
+gallium_dri.so free 0x557173476540 void 0.000124
+gallium_dri.so free 0x557173476400 void 0.000129
+gallium_dri.so malloc 72 0x557173476570 0.000125
+gallium_dri.so free 0x5571734765c0 void 0.000125
+gallium_dri.so free 0x557173476570 void 0.000124
+gallium_dri.so malloc 72 0x557173476570 0.000129
+gallium_dri.so free 0x5571734766c0 void 0.000124
+gallium_dri.so free 0x557173476570 void 0.000124
+gallium_dri.so malloc 72 0x557173476700 0.000123
+gallium_dri.so free 0x557173476780 void 0.000129
+gallium_dri.so free 0x557173476700 void 0.000125
+gallium_dri.so malloc 72 0x557173476780 0.000123
+gallium_dri.so free 0x557173476840 void 0.000124
+gallium_dri.so free 0x557173476780 void 0.000128
+gallium_dri.so malloc 72 0x557173476780 0.000130
+gallium_dri.so free 0x5571734768c0 void 0.000130
+gallium_dri.so free 0x557173476780 void 0.000130
+gallium_dri.so malloc 72 0x5571734768f0 0.000170
+gallium_dri.so free 0x557173476940 void 0.000163
+gallium_dri.so free 0x5571734768f0 void 0.000165
+gallium_dri.so malloc 72 0x5571734768f0 0.000132
+gallium_dri.so free 0x557173476a40 void 0.000125
+gallium_dri.so free 0x5571734768f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734769f0 0.000127
+gallium_dri.so free 0x557173476b00 void 0.000125
+gallium_dri.so free 0x5571734769f0 void 0.000128
+gallium_dri.so malloc 72 0x557173476ab0 0.000131
+gallium_dri.so free 0x557173476b80 void 0.000130
+gallium_dri.so free 0x557173476ab0 void 0.000132
+gallium_dri.so malloc 72 0x557173476ab0 0.000246
+gallium_dri.so free 0x557173476c40 void 0.000242
+gallium_dri.so free 0x557173476ab0 void 0.000288
+gallium_dri.so malloc 72 0x557173476ab0 0.000282
+gallium_dri.so free 0x557173476d00 void 0.000282
+gallium_dri.so free 0x557173476ab0 void 0.000282
+gallium_dri.so malloc 72 0x557173476cb0 0.000281
+gallium_dri.so free 0x557173476d80 void 0.000285
+gallium_dri.so free 0x557173476cb0 void 0.000165
+gallium_dri.so malloc 72 0x557173476dd0 0.000168
+gallium_dri.so free 0x557173476e40 void 0.000165
+gallium_dri.so free 0x557173476dd0 void 0.000133
+gallium_dri.so malloc 72 0x557173476e60 0.000131
+gallium_dri.so free 0x557173476f00 void 0.000131
+gallium_dri.so free 0x557173476e60 void 0.000132
+gallium_dri.so malloc 72 0x557173476eb0 0.000125
+gallium_dri.so free 0x557173476f80 void 0.000128
+gallium_dri.so free 0x557173476eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173476f80 0.000127
+gallium_dri.so free 0x557173477040 void 0.000124
+gallium_dri.so free 0x557173476f80 void 0.000128
+gallium_dri.so malloc 72 0x557173476f80 0.000132
+gallium_dri.so free 0x5571734770c0 void 0.000139
+gallium_dri.so free 0x557173476f80 void 0.000205
+gallium_dri.so malloc 72 0x5571734770c0 0.000220
+gallium_dri.so free 0x557173477180 void 0.000204
+gallium_dri.so free 0x5571734770c0 void 0.000169
+gallium_dri.so malloc 72 0x5571734770c0 0.000129
+gallium_dri.so free 0x557173477240 void 0.000130
+gallium_dri.so free 0x5571734770c0 void 0.000129
+gallium_dri.so malloc 72 0x5571734770c0 0.000132
+gallium_dri.so free 0x557173477300 void 0.000131
+gallium_dri.so free 0x5571734770c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734772b0 0.000125
+gallium_dri.so free 0x557173477380 void 0.000124
+gallium_dri.so free 0x5571734772b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734773d0 0.000128
+gallium_dri.so free 0x557173477440 void 0.000130
+gallium_dri.so free 0x5571734773d0 void 0.000131
+gallium_dri.so malloc 72 0x557173477480 0.000130
+gallium_dri.so free 0x557173477500 void 0.000130
+gallium_dri.so free 0x557173477480 void 0.000131
+gallium_dri.so malloc 72 0x557173477480 0.000141
+gallium_dri.so free 0x557173477580 void 0.000132
+gallium_dri.so free 0x557173477480 void 0.000131
+gallium_dri.so malloc 72 0x5571734775b0 0.000130
+gallium_dri.so free 0x557173477600 void 0.000125
+gallium_dri.so free 0x5571734775b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734775b0 0.000123
+gallium_dri.so free 0x557173477700 void 0.000124
+gallium_dri.so free 0x5571734775b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734776b0 0.000129
+gallium_dri.so free 0x5571734777c0 void 0.000131
+gallium_dri.so free 0x5571734776b0 void 0.000130
+gallium_dri.so malloc 72 0x557173477770 0.000126
+gallium_dri.so free 0x557173477800 void 0.000124
+gallium_dri.so free 0x557173477770 void 0.000128
+gallium_dri.so malloc 72 0x557173477770 0.000131
+gallium_dri.so free 0x5571734778c0 void 0.000125
+gallium_dri.so free 0x557173477770 void 0.000128
+gallium_dri.so malloc 72 0x557173477930 0.000130
+gallium_dri.so free 0x557173477980 void 0.000130
+gallium_dri.so free 0x557173477930 void 0.000126
+gallium_dri.so malloc 72 0x557173477930 0.000128
+gallium_dri.so free 0x557173477a80 void 0.000135
+gallium_dri.so free 0x557173477930 void 0.000125
+gallium_dri.so malloc 72 0x557173477a30 0.000123
+gallium_dri.so free 0x557173477b40 void 0.000124
+gallium_dri.so free 0x557173477a30 void 0.000127
+gallium_dri.so malloc 72 0x557173477af0 0.000130
+gallium_dri.so free 0x557173477b80 void 0.000125
+gallium_dri.so free 0x557173477af0 void 0.000128
+gallium_dri.so malloc 72 0x557173477af0 0.000134
+gallium_dri.so free 0x557173477c40 void 0.000131
+gallium_dri.so free 0x557173477af0 void 0.000126
+gallium_dri.so malloc 72 0x557173477c80 0.000125
+gallium_dri.so free 0x557173477d00 void 0.000124
+gallium_dri.so free 0x557173477c80 void 0.000129
+gallium_dri.so malloc 72 0x557173477d00 0.000131
+gallium_dri.so free 0x557173477dc0 void 0.000134
+gallium_dri.so free 0x557173477d00 void 0.000132
+gallium_dri.so malloc 72 0x557173477d00 0.000130
+gallium_dri.so free 0x557173477e80 void 0.000234
+gallium_dri.so free 0x557173477d00 void 0.000225
+gallium_dri.so malloc 72 0x557173477ea0 0.000248
+gallium_dri.so free 0x557173477f40 void 0.000282
+gallium_dri.so free 0x557173477ea0 void 0.000270
+gallium_dri.so malloc 72 0x557173477ef0 0.000164
+gallium_dri.so free 0x557173477fc0 void 0.000166
+gallium_dri.so free 0x557173477ef0 void 0.000130
+gallium_dri.so malloc 72 0x557173477ef0 0.000130
+gallium_dri.so free 0x557173478040 void 0.000126
+gallium_dri.so free 0x557173477ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173478040 0.000131
+gallium_dri.so free 0x557173478100 void 0.000132
+gallium_dri.so free 0x557173478040 void 0.000130
+gallium_dri.so malloc 72 0x557173478040 0.000132
+gallium_dri.so free 0x5571734781c0 void 0.000131
+gallium_dri.so free 0x557173478040 void 0.000130
+gallium_dri.so malloc 72 0x557173478040 0.000131
+gallium_dri.so free 0x557173478280 void 0.000125
+gallium_dri.so free 0x557173478040 void 0.000125
+gallium_dri.so malloc 72 0x557173478230 0.000130
+gallium_dri.so free 0x557173478340 void 0.000132
+gallium_dri.so free 0x557173478230 void 0.000126
+gallium_dri.so malloc 72 0x5571734782f0 0.000130
+gallium_dri.so free 0x5571734783c0 void 0.000163
+gallium_dri.so free 0x5571734782f0 void 0.000165
+gallium_dri.so malloc 72 0x557173478410 0.000162
+gallium_dri.so free 0x557173478480 void 0.000131
+gallium_dri.so free 0x557173478410 void 0.000131
+gallium_dri.so malloc 72 0x5571734784a0 0.000132
+gallium_dri.so free 0x557173478540 void 0.000127
+gallium_dri.so free 0x5571734784a0 void 0.000129
+gallium_dri.so malloc 72 0x5571734784f0 0.000131
+gallium_dri.so free 0x5571734785c0 void 0.000131
+gallium_dri.so free 0x5571734784f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734784f0 0.000131
+gallium_dri.so free 0x557173478640 void 0.000131
+gallium_dri.so free 0x5571734784f0 void 0.000131
+gallium_dri.so malloc 72 0x557173478640 0.000130
+gallium_dri.so free 0x557173478700 void 0.000126
+gallium_dri.so free 0x557173478640 void 0.000142
+gallium_dri.so malloc 72 0x557173478640 0.000132
+gallium_dri.so free 0x557173478800 void 0.000131
+gallium_dri.so free 0x557173478640 void 0.000131
+gallium_dri.so malloc 72 0x5571734787b0 0.000133
+gallium_dri.so free 0x557173478840 void 0.000132
+gallium_dri.so free 0x5571734787b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734787b0 0.000126
+gallium_dri.so free 0x557173478900 void 0.000130
+gallium_dri.so free 0x5571734787b0 void 0.000132
+gallium_dri.so malloc 72 0x557173478940 0.000130
+gallium_dri.so free 0x5571734789c0 void 0.000132
+gallium_dri.so free 0x557173478940 void 0.000131
+gallium_dri.so malloc 72 0x5571734789c0 0.000130
+gallium_dri.so free 0x557173478a80 void 0.000125
+gallium_dri.so free 0x5571734789c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734789c0 0.000129
+gallium_dri.so free 0x557173478b00 void 0.000130
+gallium_dri.so free 0x5571734789c0 void 0.000131
+gallium_dri.so malloc 72 0x557173478b30 0.000131
+gallium_dri.so free 0x557173478b80 void 0.000187
+gallium_dri.so free 0x557173478b30 void 0.000130
+gallium_dri.so malloc 72 0x557173478b30 0.000131
+gallium_dri.so free 0x557173478c80 void 0.000127
+gallium_dri.so free 0x557173478b30 void 0.000130
+gallium_dri.so malloc 72 0x557173478cc0 0.000126
+gallium_dri.so free 0x557173478d40 void 0.000126
+gallium_dri.so free 0x557173478cc0 void 0.000124
+gallium_dri.so malloc 72 0x557173478d40 0.000128
+gallium_dri.so free 0x557173478e00 void 0.000132
+gallium_dri.so free 0x557173478d40 void 0.000126
+gallium_dri.so malloc 72 0x557173478d40 0.000124
+gallium_dri.so free 0x557173478e80 void 0.000123
+gallium_dri.so free 0x557173478d40 void 0.000128
+gallium_dri.so malloc 72 0x557173478eb0 0.000129
+gallium_dri.so free 0x557173478f00 void 0.000131
+gallium_dri.so free 0x557173478eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173478eb0 0.000130
+gallium_dri.so free 0x557173479000 void 0.000132
+gallium_dri.so free 0x557173478eb0 void 0.000130
+gallium_dri.so malloc 72 0x557173478fb0 0.000130
+gallium_dri.so free 0x55717361aa80 void 0.000131
+gallium_dri.so free 0x557173478fb0 void 0.000128
+gallium_dri.so malloc 72 0x557173478fb0 0.000130
+gallium_dri.so free 0x55717361ab40 void 0.000132
+gallium_dri.so free 0x557173478fb0 void 0.000133
+gallium_dri.so malloc 72 0x55717361ab60 0.000131
+gallium_dri.so free 0x55717361ac00 void 0.000130
+gallium_dri.so free 0x55717361ab60 void 0.000130
+gallium_dri.so malloc 72 0x55717361abb0 0.000126
+gallium_dri.so free 0x55717361ac80 void 0.000124
+gallium_dri.so free 0x55717361abb0 void 0.000129
+gallium_dri.so malloc 72 0x55717361abb0 0.000130
+gallium_dri.so free 0x55717361ad00 void 0.000130
+gallium_dri.so free 0x55717361abb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ad00 0.000130
+gallium_dri.so free 0x55717361adc0 void 0.000130
+gallium_dri.so free 0x55717361ad00 void 0.000125
+gallium_dri.so malloc 72 0x55717361ad00 0.000124
+gallium_dri.so free 0x55717361ae80 void 0.000129
+gallium_dri.so free 0x55717361ad00 void 0.000127
+gallium_dri.so malloc 72 0x55717361ad00 0.000124
+gallium_dri.so free 0x55717361af40 void 0.000124
+gallium_dri.so free 0x55717361ad00 void 0.000134
+gallium_dri.so malloc 72 0x55717361aef0 0.000123
+gallium_dri.so free 0x55717361b000 void 0.000127
+gallium_dri.so free 0x55717361aef0 void 0.000133
+gallium_dri.so malloc 72 0x55717361afb0 0.000131
+gallium_dri.so free 0x55717361b080 void 0.000130
+gallium_dri.so free 0x55717361afb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b0d0 0.000130
+gallium_dri.so free 0x55717361b140 void 0.000132
+gallium_dri.so free 0x55717361b0d0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b160 0.000123
+gallium_dri.so free 0x55717361b200 void 0.000129
+gallium_dri.so free 0x55717361b160 void 0.000131
+gallium_dri.so malloc 72 0x55717361b1b0 0.000125
+gallium_dri.so free 0x55717361b280 void 0.000124
+gallium_dri.so free 0x55717361b1b0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b1b0 0.000132
+gallium_dri.so free 0x55717361b300 void 0.000221
+gallium_dri.so free 0x55717361b1b0 void 0.000237
+gallium_dri.so malloc 72 0x55717361b300 0.000239
+gallium_dri.so free 0x55717361b3c0 void 0.000138
+gallium_dri.so free 0x55717361b300 void 0.000130
+gallium_dri.so malloc 72 0x55717361b300 0.000129
+gallium_dri.so free 0x55717361b4c0 void 0.000132
+gallium_dri.so free 0x55717361b300 void 0.000131
+gallium_dri.so malloc 72 0x55717361b470 0.000126
+gallium_dri.so free 0x55717361b500 void 0.000126
+gallium_dri.so free 0x55717361b470 void 0.000130
+gallium_dri.so malloc 72 0x55717361b470 0.000125
+gallium_dri.so free 0x55717361b5c0 void 0.000124
+gallium_dri.so free 0x55717361b470 void 0.000125
+gallium_dri.so malloc 72 0x55717361b600 0.000129
+gallium_dri.so free 0x55717361b680 void 0.000130
+gallium_dri.so free 0x55717361b600 void 0.000126
+gallium_dri.so malloc 72 0x55717361b680 0.000129
+gallium_dri.so free 0x55717361b740 void 0.000127
+gallium_dri.so free 0x55717361b680 void 0.000126
+gallium_dri.so malloc 72 0x55717361b680 0.000130
+gallium_dri.so free 0x55717361b7c0 void 0.000130
+gallium_dri.so free 0x55717361b680 void 0.000129
+gallium_dri.so malloc 72 0x55717361b7f0 0.000126
+gallium_dri.so free 0x55717361b840 void 0.000127
+gallium_dri.so free 0x55717361b7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361b7f0 0.000125
+gallium_dri.so free 0x55717361b940 void 0.000126
+gallium_dri.so free 0x55717361b7f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361b980 0.000133
+gallium_dri.so free 0x55717361ba00 void 0.000131
+gallium_dri.so free 0x55717361b980 void 0.000125
+gallium_dri.so malloc 72 0x55717361ba00 0.000125
+gallium_dri.so free 0x55717361bac0 void 0.000123
+gallium_dri.so free 0x55717361ba00 void 0.000125
+gallium_dri.so malloc 72 0x55717361ba00 0.000124
+gallium_dri.so free 0x55717361bb40 void 0.000123
+gallium_dri.so free 0x55717361ba00 void 0.000125
+gallium_dri.so malloc 72 0x55717361bb70 0.000130
+gallium_dri.so free 0x55717361bbc0 void 0.000130
+gallium_dri.so free 0x55717361bb70 void 0.000130
+gallium_dri.so malloc 72 0x55717361bb70 0.000132
+gallium_dri.so free 0x55717361bcc0 void 0.000130
+gallium_dri.so free 0x55717361bb70 void 0.000130
+gallium_dri.so malloc 72 0x55717361bc70 0.000126
+gallium_dri.so free 0x55717361bd80 void 0.000129
+gallium_dri.so free 0x55717361bc70 void 0.000173
+gallium_dri.so malloc 72 0x55717361bd30 0.000131
+gallium_dri.so free 0x55717361be00 void 0.000130
+gallium_dri.so free 0x55717361bd30 void 0.000125
+gallium_dri.so malloc 72 0x55717361bd30 0.000125
+gallium_dri.so free 0x55717361bec0 void 0.000124
+gallium_dri.so free 0x55717361bd30 void 0.000130
+gallium_dri.so malloc 72 0x55717361bd30 0.000130
+gallium_dri.so free 0x55717361bf80 void 0.000131
+gallium_dri.so free 0x55717361bd30 void 0.000126
+gallium_dri.so malloc 72 0x55717361bf30 0.000130
+gallium_dri.so free 0x55717361c000 void 0.000133
+gallium_dri.so free 0x55717361bf30 void 0.000130
+gallium_dri.so malloc 72 0x55717361c050 0.000131
+gallium_dri.so free 0x55717361c0c0 void 0.000127
+gallium_dri.so free 0x55717361c050 void 0.000124
+gallium_dri.so malloc 72 0x55717361c0e0 0.000130
+gallium_dri.so free 0x55717361c180 void 0.000131
+gallium_dri.so free 0x55717361c0e0 void 0.000132
+gallium_dri.so malloc 72 0x55717361c130 0.000130
+gallium_dri.so free 0x55717361c200 void 0.000132
+gallium_dri.so free 0x55717361c130 void 0.000134
+gallium_dri.so malloc 72 0x55717361c200 0.000133
+gallium_dri.so free 0x55717361c2c0 void 0.000131
+gallium_dri.so free 0x55717361c200 void 0.000124
+gallium_dri.so malloc 72 0x55717361c200 0.000123
+gallium_dri.so free 0x55717361c340 void 0.000127
+gallium_dri.so free 0x55717361c200 void 0.000125
+gallium_dri.so malloc 72 0x55717361c340 0.000123
+gallium_dri.so free 0x55717361c400 void 0.000123
+gallium_dri.so free 0x55717361c340 void 0.000127
+gallium_dri.so malloc 72 0x55717361c340 0.000132
+gallium_dri.so free 0x55717361c4c0 void 0.000124
+gallium_dri.so free 0x55717361c340 void 0.000127
+gallium_dri.so malloc 72 0x55717361c340 0.000132
+gallium_dri.so free 0x55717361c580 void 0.000132
+gallium_dri.so free 0x55717361c340 void 0.000124
+gallium_dri.so malloc 72 0x55717361c530 0.000123
+gallium_dri.so free 0x55717361c600 void 0.000125
+gallium_dri.so free 0x55717361c530 void 0.000128
+gallium_dri.so malloc 72 0x55717361c650 0.000128
+gallium_dri.so free 0x55717361c6c0 void 0.000125
+gallium_dri.so free 0x55717361c650 void 0.000127
+gallium_dri.so malloc 72 0x55717361c700 0.000149
+gallium_dri.so free 0x55717361c780 void 0.000132
+gallium_dri.so free 0x55717361c700 void 0.000127
+gallium_dri.so malloc 72 0x55717361c700 0.000124
+gallium_dri.so free 0x55717361c800 void 0.000124
+gallium_dri.so free 0x55717361c700 void 0.000127
+gallium_dri.so malloc 72 0x55717361c830 0.000130
+gallium_dri.so free 0x55717361c880 void 0.000131
+gallium_dri.so free 0x55717361c830 void 0.000133
+gallium_dri.so malloc 72 0x55717361c830 0.000125
+gallium_dri.so free 0x55717361c980 void 0.000124
+gallium_dri.so free 0x55717361c830 void 0.000127
+gallium_dri.so malloc 72 0x55717361c930 0.000131
+gallium_dri.so free 0x55717361ca40 void 0.000132
+gallium_dri.so free 0x55717361c930 void 0.000132
+gallium_dri.so malloc 72 0x55717361c9f0 0.000166
+gallium_dri.so free 0x55717361ca80 void 0.000281
+gallium_dri.so free 0x55717361c9f0 void 0.000163
+gallium_dri.so malloc 72 0x55717361c9f0 0.000159
+gallium_dri.so free 0x55717361cb40 void 0.000218
+gallium_dri.so free 0x55717361c9f0 void 0.000134
+gallium_dri.so malloc 72 0x55717361cbb0 0.000130
+gallium_dri.so free 0x55717361cc00 void 0.000132
+gallium_dri.so free 0x55717361cbb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361cbb0 0.000132
+gallium_dri.so free 0x55717361cd00 void 0.000131
+gallium_dri.so free 0x55717361cbb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ccb0 0.000131
+gallium_dri.so free 0x55717361cdc0 void 0.000125
+gallium_dri.so free 0x55717361ccb0 void 0.000123
+gallium_dri.so malloc 72 0x55717361cd70 0.000127
+gallium_dri.so free 0x55717361ce00 void 0.000124
+gallium_dri.so free 0x55717361cd70 void 0.000127
+gallium_dri.so malloc 72 0x55717361cd70 0.000132
+gallium_dri.so free 0x55717361cec0 void 0.000182
+gallium_dri.so free 0x55717361cd70 void 0.000224
+gallium_dri.so malloc 72 0x55717361cf00 0.000130
+gallium_dri.so free 0x55717361cf80 void 0.000126
+gallium_dri.so free 0x55717361cf00 void 0.000123
+gallium_dri.so malloc 72 0x55717361cf80 0.000137
+gallium_dri.so free 0x55717361d040 void 0.000132
+gallium_dri.so free 0x55717361cf80 void 0.000132
+gallium_dri.so malloc 72 0x55717361cf80 0.000124
+gallium_dri.so free 0x55717361d100 void 0.000128
+gallium_dri.so free 0x55717361cf80 void 0.000124
+gallium_dri.so malloc 72 0x55717361d120 0.000126
+gallium_dri.so free 0x55717361d1c0 void 0.000131
+gallium_dri.so free 0x55717361d120 void 0.000131
+gallium_dri.so malloc 72 0x55717361d170 0.000124
+gallium_dri.so free 0x55717361d240 void 0.000124
+gallium_dri.so free 0x55717361d170 void 0.000127
+gallium_dri.so malloc 72 0x55717361d170 0.000132
+gallium_dri.so free 0x55717361d2c0 void 0.000132
+gallium_dri.so free 0x55717361d170 void 0.000134
+gallium_dri.so malloc 72 0x55717361d2c0 0.000133
+gallium_dri.so free 0x55717361d380 void 0.000131
+gallium_dri.so free 0x55717361d2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d2c0 0.000122
+gallium_dri.so free 0x55717361d440 void 0.000130
+gallium_dri.so free 0x55717361d2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d2c0 0.000139
+gallium_dri.so free 0x55717361d500 void 0.000133
+gallium_dri.so free 0x55717361d2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d4b0 0.000127
+gallium_dri.so free 0x55717361d5c0 void 0.000126
+gallium_dri.so free 0x55717361d4b0 void 0.000128
+gallium_dri.so malloc 72 0x55717361d570 0.000132
+gallium_dri.so free 0x55717361d640 void 0.000131
+gallium_dri.so free 0x55717361d570 void 0.000132
+gallium_dri.so malloc 72 0x55717361d690 0.000131
+gallium_dri.so free 0x55717361d700 void 0.000133
+gallium_dri.so free 0x55717361d690 void 0.000131
+gallium_dri.so malloc 72 0x55717361d720 0.000125
+gallium_dri.so free 0x55717361d7c0 void 0.000122
+gallium_dri.so free 0x55717361d720 void 0.000127
+gallium_dri.so malloc 72 0x55717361d770 0.000131
+gallium_dri.so free 0x55717361d840 void 0.000183
+gallium_dri.so free 0x55717361d770 void 0.000125
+gallium_dri.so malloc 72 0x55717361d770 0.000123
+gallium_dri.so free 0x55717361d8c0 void 0.000122
+gallium_dri.so free 0x55717361d770 void 0.000128
+gallium_dri.so malloc 72 0x55717361d8c0 0.000176
+gallium_dri.so free 0x55717361d980 void 0.000185
+gallium_dri.so free 0x55717361d8c0 void 0.000221
+gallium_dri.so malloc 72 0x55717361d8c0 0.000236
+gallium_dri.so free 0x55717361da80 void 0.000225
+gallium_dri.so free 0x55717361d8c0 void 0.000132
+gallium_dri.so malloc 72 0x55717361da30 0.000130
+gallium_dri.so free 0x55717361dac0 void 0.000126
+gallium_dri.so free 0x55717361da30 void 0.000125
+gallium_dri.so malloc 72 0x55717361da30 0.000129
+gallium_dri.so free 0x55717361db80 void 0.000127
+gallium_dri.so free 0x55717361da30 void 0.000130
+gallium_dri.so malloc 72 0x55717361dbc0 0.000130
+gallium_dri.so free 0x55717361dc40 void 0.000130
+gallium_dri.so free 0x55717361dbc0 void 0.000131
+gallium_dri.so malloc 72 0x55717361dc40 0.000125
+gallium_dri.so free 0x55717361dd00 void 0.000127
+gallium_dri.so free 0x55717361dc40 void 0.000129
+gallium_dri.so malloc 72 0x55717361dc40 0.000130
+gallium_dri.so free 0x55717361dd80 void 0.000130
+gallium_dri.so free 0x55717361dc40 void 0.000127
+gallium_dri.so malloc 72 0x55717361ddb0 0.000123
+gallium_dri.so free 0x55717361de00 void 0.000129
+gallium_dri.so free 0x55717361ddb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ddb0 0.000124
+gallium_dri.so free 0x55717361df00 void 0.000123
+gallium_dri.so free 0x55717361ddb0 void 0.000127
+gallium_dri.so malloc 72 0x55717361df40 0.000131
+gallium_dri.so free 0x55717361dfc0 void 0.000132
+gallium_dri.so free 0x55717361df40 void 0.000124
+gallium_dri.so malloc 72 0x55717361dfc0 0.000129
+gallium_dri.so free 0x55717361e080 void 0.000125
+gallium_dri.so free 0x55717361dfc0 void 0.000129
+gallium_dri.so malloc 72 0x55717361dfc0 0.000125
+gallium_dri.so free 0x55717361e100 void 0.000123
+gallium_dri.so free 0x55717361dfc0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e130 0.000130
+gallium_dri.so free 0x55717361e180 void 0.000124
+gallium_dri.so free 0x55717361e130 void 0.000123
+gallium_dri.so malloc 72 0x55717361e130 0.000124
+gallium_dri.so free 0x55717361e280 void 0.000128
+gallium_dri.so free 0x55717361e130 void 0.000123
+gallium_dri.so malloc 72 0x55717361e230 0.000138
+gallium_dri.so free 0x55717361e340 void 0.000133
+gallium_dri.so free 0x55717361e230 void 0.000182
+gallium_dri.so malloc 72 0x55717361e2f0 0.000221
+gallium_dri.so free 0x55717361e3c0 void 0.000130
+gallium_dri.so free 0x55717361e2f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361e2f0 0.000131
+gallium_dri.so free 0x55717361e480 void 0.000126
+gallium_dri.so free 0x55717361e2f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e2f0 0.000129
+gallium_dri.so free 0x55717361e540 void 0.000125
+gallium_dri.so free 0x55717361e2f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e4f0 0.000129
+gallium_dri.so free 0x55717361e5c0 void 0.000130
+gallium_dri.so free 0x55717361e4f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e610 0.000128
+gallium_dri.so free 0x55717361e680 void 0.000130
+gallium_dri.so free 0x55717361e610 void 0.000130
+gallium_dri.so malloc 72 0x55717361e6a0 0.000132
+gallium_dri.so free 0x55717361e740 void 0.000131
+gallium_dri.so free 0x55717361e6a0 void 0.000173
+gallium_dri.so malloc 72 0x55717361e6f0 0.000126
+gallium_dri.so free 0x55717361e7c0 void 0.000129
+gallium_dri.so free 0x55717361e6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361e7c0 0.000125
+gallium_dri.so free 0x55717361e880 void 0.000125
+gallium_dri.so free 0x55717361e7c0 void 0.000129
+gallium_dri.so malloc 72 0x55717361e7c0 0.000126
+gallium_dri.so free 0x55717361e900 void 0.000124
+gallium_dri.so free 0x55717361e7c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e900 0.000130
+gallium_dri.so free 0x55717361e9c0 void 0.000129
+gallium_dri.so free 0x55717361e900 void 0.000130
+gallium_dri.so malloc 72 0x55717361e900 0.000131
+gallium_dri.so free 0x55717361ea80 void 0.000130
+gallium_dri.so free 0x55717361e900 void 0.000132
+gallium_dri.so malloc 72 0x55717361e900 0.000131
+gallium_dri.so free 0x55717361eb40 void 0.000130
+gallium_dri.so free 0x55717361e900 void 0.000131
+gallium_dri.so malloc 72 0x55717361eaf0 0.000130
+gallium_dri.so free 0x55717361ebc0 void 0.000248
+gallium_dri.so free 0x55717361eaf0 void 0.000379
+gallium_dri.so malloc 72 0x55717361ec10 0.000173
+gallium_dri.so free 0x55717361ec80 void 0.000253
+gallium_dri.so free 0x55717361ec10 void 0.000305
+gallium_dri.so malloc 72 0x55717361ecc0 0.000168
+gallium_dri.so free 0x55717361ed40 void 0.000166
+gallium_dri.so free 0x55717361ecc0 void 0.000163
+gallium_dri.so malloc 72 0x55717361ecc0 0.000131
+gallium_dri.so free 0x55717361edc0 void 0.000125
+gallium_dri.so free 0x55717361ecc0 void 0.000128
+gallium_dri.so malloc 72 0x55717361edf0 0.000131
+gallium_dri.so free 0x55717361ee40 void 0.000188
+gallium_dri.so free 0x55717361edf0 void 0.000226
+gallium_dri.so malloc 72 0x55717361edf0 0.000129
+gallium_dri.so free 0x55717361ef40 void 0.000132
+gallium_dri.so free 0x55717361edf0 void 0.000182
+gallium_dri.so malloc 72 0x55717361eef0 0.000171
+gallium_dri.so free 0x55717361f000 void 0.000136
+gallium_dri.so free 0x55717361eef0 void 0.000165
+gallium_dri.so malloc 72 0x55717361efb0 0.000124
+gallium_dri.so free 0x55717361f040 void 0.000124
+gallium_dri.so free 0x55717361efb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361efb0 0.000121
+gallium_dri.so free 0x55717361f100 void 0.000120
+gallium_dri.so free 0x55717361efb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361f170 0.000119
+gallium_dri.so free 0x55717361f1c0 void 0.000119
+gallium_dri.so free 0x55717361f170 void 0.000119
+gallium_dri.so malloc 72 0x55717361f170 0.000118
+gallium_dri.so free 0x55717361f2c0 void 0.000119
+gallium_dri.so free 0x55717361f170 void 0.000119
+gallium_dri.so malloc 72 0x55717361f270 0.000118
+gallium_dri.so free 0x55717361f380 void 0.000119
+gallium_dri.so free 0x55717361f270 void 0.000119
+gallium_dri.so malloc 72 0x55717361f330 0.000120
+gallium_dri.so free 0x55717361f3c0 void 0.000121
+gallium_dri.so free 0x55717361f330 void 0.000119
+gallium_dri.so malloc 72 0x55717361f330 0.000119
+gallium_dri.so free 0x55717361f480 void 0.000120
+gallium_dri.so free 0x55717361f330 void 0.000129
+gallium_dri.so malloc 72 0x55717361f4c0 0.000117
+gallium_dri.so free 0x55717361f540 void 0.000117
+gallium_dri.so free 0x55717361f4c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361f540 0.000116
+gallium_dri.so free 0x55717361f600 void 0.000116
+gallium_dri.so free 0x55717361f540 void 0.000116
+gallium_dri.so malloc 72 0x55717361f540 0.000115
+gallium_dri.so free 0x55717361f6c0 void 0.000116
+gallium_dri.so free 0x55717361f540 void 0.000116
+gallium_dri.so malloc 72 0x55717361f6e0 0.000115
+gallium_dri.so free 0x55717361f780 void 0.000116
+gallium_dri.so free 0x55717361f6e0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f730 0.000115
+gallium_dri.so free 0x55717361f800 void 0.000120
+gallium_dri.so free 0x55717361f730 void 0.000125
+gallium_dri.so malloc 72 0x55717361f730 0.000121
+gallium_dri.so free 0x55717361f880 void 0.000119
+gallium_dri.so free 0x55717361f730 void 0.000117
+gallium_dri.so malloc 72 0x55717361f880 0.000115
+gallium_dri.so free 0x55717361f940 void 0.000136
+gallium_dri.so free 0x55717361f880 void 0.000121
+gallium_dri.so malloc 72 0x55717361f880 0.000119
+gallium_dri.so free 0x55717361fa00 void 0.000120
+gallium_dri.so free 0x55717361f880 void 0.000116
+gallium_dri.so malloc 72 0x55717361f880 0.000116
+gallium_dri.so free 0x55717361fac0 void 0.000150
+gallium_dri.so free 0x55717361f880 void 0.000182
+gallium_dri.so malloc 72 0x55717361fa70 0.000187
+gallium_dri.so free 0x55717361fb80 void 0.000131
+gallium_dri.so free 0x55717361fa70 void 0.000124
+gallium_dri.so malloc 72 0x55717361fb30 0.000120
+gallium_dri.so free 0x55717361fc00 void 0.000120
+gallium_dri.so free 0x55717361fb30 void 0.000118
+gallium_dri.so malloc 72 0x55717361fc50 0.000119
+gallium_dri.so free 0x55717361fcc0 void 0.000119
+gallium_dri.so free 0x55717361fc50 void 0.000119
+gallium_dri.so malloc 72 0x55717361fce0 0.000118
+gallium_dri.so free 0x55717361fd80 void 0.000121
+gallium_dri.so free 0x55717361fce0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fd30 0.000119
+gallium_dri.so free 0x55717361fe00 void 0.000121
+gallium_dri.so free 0x55717361fd30 void 0.000118
+gallium_dri.so malloc 72 0x55717361fd30 0.000119
+gallium_dri.so free 0x5571735ed2c0 void 0.000119
+gallium_dri.so free 0x55717361fd30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed310 0.000120
+gallium_dri.so free 0x5571735ed380 void 0.000120
+gallium_dri.so free 0x5571735ed310 void 0.000121
+gallium_dri.so malloc 72 0x5571735ed3c0 0.000119
+gallium_dri.so free 0x5571735ed440 void 0.000120
+gallium_dri.so free 0x5571735ed3c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed3c0 0.000118
+gallium_dri.so free 0x5571735ed4c0 void 0.000118
+gallium_dri.so free 0x5571735ed3c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000189
+gallium_dri.so free 0x5571735ed540 void 0.000118
+gallium_dri.so free 0x5571735ed4f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000125
+gallium_dri.so free 0x5571735ed640 void 0.000120
+gallium_dri.so free 0x5571735ed4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000119
+gallium_dri.so free 0x5571735ed700 void 0.000117
+gallium_dri.so free 0x5571735ed5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000123
+gallium_dri.so free 0x5571735ed740 void 0.000124
+gallium_dri.so free 0x5571735ed6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000120
+gallium_dri.so free 0x5571735ed800 void 0.000120
+gallium_dri.so free 0x5571735ed6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed870 0.000119
+gallium_dri.so free 0x5571735ed8c0 void 0.000122
+gallium_dri.so free 0x5571735ed870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ed870 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000119
+gallium_dri.so free 0x5571735ed870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed970 0.000136
+gallium_dri.so free 0x5571735eda80 void 0.000118
+gallium_dri.so free 0x5571735ed970 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda30 0.000119
+gallium_dri.so free 0x5571735edac0 void 0.000118
+gallium_dri.so free 0x5571735eda30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eda30 0.000120
+gallium_dri.so free 0x5571735edb80 void 0.000131
+gallium_dri.so free 0x5571735eda30 void 0.000137
+gallium_dri.so malloc 72 0x5571735edbc0 0.000127
+gallium_dri.so free 0x5571735edc40 void 0.000130
+gallium_dri.so free 0x5571735edbc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735edc40 0.000130
+gallium_dri.so free 0x5571735edd00 void 0.000136
+gallium_dri.so free 0x5571735edc40 void 0.000136
+gallium_dri.so malloc 72 0x5571735edc40 0.000135
+gallium_dri.so free 0x5571735eddc0 void 0.000136
+gallium_dri.so free 0x5571735edc40 void 0.000125
+gallium_dri.so malloc 72 0x5571735edde0 0.000120
+gallium_dri.so free 0x5571735ede80 void 0.000115
+gallium_dri.so free 0x5571735edde0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ede30 0.000118
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735ede30 void 0.000138
+gallium_dri.so malloc 72 0x5571735ede30 0.000123
+gallium_dri.so free 0x5571735edf80 void 0.000118
+gallium_dri.so free 0x5571735ede30 void 0.000119
+gallium_dri.so malloc 72 0x5571735edf80 0.000124
+gallium_dri.so free 0x5571735ee040 void 0.000125
+gallium_dri.so free 0x5571735edf80 void 0.000124
+gallium_dri.so malloc 72 0x5571735edf80 0.000124
+gallium_dri.so free 0x5571735ee100 void 0.000123
+gallium_dri.so free 0x5571735edf80 void 0.000125
+gallium_dri.so malloc 72 0x5571735edf80 0.000124
+gallium_dri.so free 0x5571735ee1c0 void 0.000123
+gallium_dri.so free 0x5571735edf80 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee170 0.000123
+gallium_dri.so free 0x5571735ee280 void 0.000123
+gallium_dri.so free 0x5571735ee170 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee230 0.000125
+gallium_dri.so free 0x5571735ee300 void 0.000125
+gallium_dri.so free 0x5571735ee230 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee350 0.000123
+gallium_dri.so free 0x5571735ee3c0 void 0.000123
+gallium_dri.so free 0x5571735ee350 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee3e0 0.000124
+gallium_dri.so free 0x5571735ee480 void 0.000125
+gallium_dri.so free 0x5571735ee3e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee430 0.000119
+gallium_dri.so free 0x5571735ee500 void 0.000114
+gallium_dri.so free 0x5571735ee430 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee430 0.000125
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee430 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee580 0.000113
+gallium_dri.so free 0x5571735ee640 void 0.000113
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee580 0.000125
+gallium_dri.so free 0x5571735ee740 void 0.000124
+gallium_dri.so free 0x5571735ee580 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000117
+gallium_dri.so free 0x5571735ee780 void 0.000114
+gallium_dri.so free 0x5571735ee6f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000125
+gallium_dri.so free 0x5571735ee840 void 0.000123
+gallium_dri.so free 0x5571735ee6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee880 0.000123
+gallium_dri.so free 0x5571735ee900 void 0.000266
+gallium_dri.so free 0x5571735ee880 void 0.000259
+gallium_dri.so malloc 72 0x5571735ee900 0.000198
+gallium_dri.so free 0x5571735ee9c0 void 0.000120
+gallium_dri.so free 0x5571735ee900 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee900 0.000121
+gallium_dri.so free 0x5571735eea40 void 0.000125
+gallium_dri.so free 0x5571735ee900 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea70 0.000120
+gallium_dri.so free 0x5571735eeac0 void 0.000124
+gallium_dri.so free 0x5571735eea70 void 0.000124
+gallium_dri.so malloc 72 0x5571735eea70 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000116
+gallium_dri.so free 0x5571735eea70 void 0.000115
+gallium_dri.so malloc 72 0x5571735eec00 0.000115
+gallium_dri.so free 0x5571735eec80 void 0.000116
+gallium_dri.so free 0x5571735eec00 void 0.000116
+gallium_dri.so malloc 72 0x5571735eec80 0.000120
+gallium_dri.so free 0x5571735eed40 void 0.000125
+gallium_dri.so free 0x5571735eec80 void 0.000124
+gallium_dri.so malloc 72 0x5571735eec80 0.000119
+gallium_dri.so free 0x5571735eedc0 void 0.000120
+gallium_dri.so free 0x5571735eec80 void 0.000118
+gallium_dri.so malloc 72 0x5571735eedf0 0.000146
+gallium_dri.so free 0x5571735eee40 void 0.000142
+gallium_dri.so free 0x5571735eedf0 void 0.000146
+gallium_dri.so malloc 72 0x5571735eedf0 0.000147
+gallium_dri.so free 0x5571735eef40 void 0.000146
+gallium_dri.so free 0x5571735eedf0 void 0.000147
+gallium_dri.so malloc 72 0x5571735eeef0 0.000140
+gallium_dri.so free 0x5571735ef000 void 0.000142
+gallium_dri.so free 0x5571735eeef0 void 0.000146
+gallium_dri.so malloc 72 0x5571735eefb0 0.000146
+gallium_dri.so free 0x5571735ef080 void 0.000139
+gallium_dri.so free 0x5571735eefb0 void 0.000141
+gallium_dri.so malloc 72 0x5571735eefb0 0.000146
+gallium_dri.so free 0x5571735ef140 void 0.000145
+gallium_dri.so free 0x5571735eefb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735eefb0 0.000139
+gallium_dri.so free 0x5571735ef200 void 0.000135
+gallium_dri.so free 0x5571735eefb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000146
+gallium_dri.so free 0x5571735ef280 void 0.000146
+gallium_dri.so free 0x5571735ef1b0 void 0.000147
+gallium_dri.so malloc 72 0x5571735ef2d0 0.000145
+gallium_dri.so free 0x5571735ef340 void 0.000171
+gallium_dri.so free 0x5571735ef2d0 void 0.000167
+gallium_dri.so malloc 72 0x5571735ef360 0.000165
+gallium_dri.so free 0x5571735ef400 void 0.000168
+gallium_dri.so free 0x5571735ef360 void 0.000166
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000170
+gallium_dri.so free 0x5571735ef480 void 0.000172
+gallium_dri.so free 0x5571735ef3b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ef480 0.000165
+gallium_dri.so free 0x5571735ef540 void 0.000167
+gallium_dri.so free 0x5571735ef480 void 0.000166
+gallium_dri.so malloc 72 0x5571735ef480 0.000165
+gallium_dri.so free 0x5571735ef5c0 void 0.000159
+gallium_dri.so free 0x5571735ef480 void 0.000167
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000134
+gallium_dri.so free 0x5571735ef680 void 0.000125
+gallium_dri.so free 0x5571735ef5c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000119
+gallium_dri.so free 0x5571735ef740 void 0.000115
+gallium_dri.so free 0x5571735ef5c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000133
+gallium_dri.so free 0x5571735ef800 void 0.000119
+gallium_dri.so free 0x5571735ef5c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000115
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef7b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8d0 0.000113
+gallium_dri.so free 0x5571735ef940 void 0.000114
+gallium_dri.so free 0x5571735ef8d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef980 0.000114
+gallium_dri.so free 0x5571735efa00 void 0.000114
+gallium_dri.so free 0x5571735ef980 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef980 0.000113
+gallium_dri.so free 0x5571735efa80 void 0.000115
+gallium_dri.so free 0x5571735ef980 void 0.000114
+gallium_dri.so malloc 72 0x5571735efab0 0.000114
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735efab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efab0 0.000113
+gallium_dri.so free 0x5571735efc00 void 0.000114
+gallium_dri.so free 0x5571735efab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efbb0 0.000115
+gallium_dri.so free 0x5571735efcc0 void 0.000113
+gallium_dri.so free 0x5571735efbb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efc70 0.000112
+gallium_dri.so free 0x5571735efd00 void 0.000114
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc70 0.000120
+gallium_dri.so free 0x5571735efdc0 void 0.000117
+gallium_dri.so free 0x5571735efc70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe30 0.000114
+gallium_dri.so free 0x5571735efe80 void 0.000114
+gallium_dri.so free 0x5571735efe30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe30 0.000114
+gallium_dri.so free 0x5571735eff80 void 0.000114
+gallium_dri.so free 0x5571735efe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eff30 0.000113
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so free 0x5571735eff30 void 0.000112
+gallium_dri.so malloc 72 0x5571735efff0 0.000114
+gallium_dri.so free 0x5571735f0080 void 0.000116
+gallium_dri.so free 0x5571735efff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efff0 0.000113
+gallium_dri.so free 0x5571735f0140 void 0.000115
+gallium_dri.so free 0x5571735efff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0180 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000115
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0200 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000142
+gallium_dri.so malloc 72 0x5571735f0200 0.000117
+gallium_dri.so free 0x5571735f0380 void 0.000114
+gallium_dri.so free 0x5571735f0200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03a0 0.000114
+gallium_dri.so free 0x5571735f0440 void 0.000128
+gallium_dri.so free 0x5571735f03a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f03f0 0.000114
+gallium_dri.so free 0x5571735f04c0 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f03f0 0.000113
+gallium_dri.so free 0x5571735f0540 void 0.000114
+gallium_dri.so free 0x5571735f03f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0540 0.000114
+gallium_dri.so free 0x5571735f0600 void 0.000119
+gallium_dri.so free 0x5571735f0540 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0540 0.000113
+gallium_dri.so free 0x5571735f06c0 void 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0540 0.000113
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f0540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0730 0.000114
+gallium_dri.so free 0x5571735f0840 void 0.000115
+gallium_dri.so free 0x5571735f0730 void 0.000113
+gallium_dri.so malloc 72 0x5571735f07f0 0.000114
+gallium_dri.so free 0x5571735f08c0 void 0.000114
+gallium_dri.so free 0x5571735f07f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0910 0.000113
+gallium_dri.so free 0x5571735f0980 void 0.000116
+gallium_dri.so free 0x5571735f0910 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09a0 0.000114
+gallium_dri.so free 0x5571735f0a40 void 0.000121
+gallium_dri.so free 0x5571735f09a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09f0 0.000116
+gallium_dri.so free 0x5571735f0ac0 void 0.000115
+gallium_dri.so free 0x5571735f09f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f09f0 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000114
+gallium_dri.so free 0x5571735f09f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0b40 0.000114
+gallium_dri.so free 0x5571735f0c00 void 0.000113
+gallium_dri.so free 0x5571735f0b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0b40 0.000114
+gallium_dri.so free 0x5571735f0d00 void 0.000114
+gallium_dri.so free 0x5571735f0b40 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000112
+gallium_dri.so free 0x5571735f0d40 void 0.000112
+gallium_dri.so free 0x5571735f0cb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000115
+gallium_dri.so free 0x5571735f0e00 void 0.000115
+gallium_dri.so free 0x5571735f0cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e40 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000113
+gallium_dri.so free 0x5571735f0e40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000113
+gallium_dri.so free 0x5571735f0f80 void 0.000119
+gallium_dri.so free 0x5571735f0ec0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000114
+gallium_dri.so free 0x5571735f1000 void 0.000114
+gallium_dri.so free 0x5571735f0ec0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1030 0.000113
+gallium_dri.so free 0x5571735f1080 void 0.000113
+gallium_dri.so free 0x5571735f1030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1030 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000116
+gallium_dri.so free 0x5571735f1030 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11c0 0.000115
+gallium_dri.so free 0x5571735f1240 void 0.000114
+gallium_dri.so free 0x5571735f11c0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f1240 0.000115
+gallium_dri.so free 0x5571735f1300 void 0.000115
+gallium_dri.so free 0x5571735f1240 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1240 0.000113
+gallium_dri.so free 0x5571735f1380 void 0.000113
+gallium_dri.so free 0x5571735f1240 void 0.000113
+gallium_dri.so malloc 72 0x5571735f13b0 0.000114
+gallium_dri.so free 0x5571735f1400 void 0.000114
+gallium_dri.so free 0x5571735f13b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f13b0 0.000115
+gallium_dri.so free 0x5571735f1500 void 0.000113
+gallium_dri.so free 0x5571735f13b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f14b0 0.000113
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so free 0x5571735f14b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1570 0.000112
+gallium_dri.so free 0x5571735f1640 void 0.000118
+gallium_dri.so free 0x5571735f1570 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1570 0.000114
+gallium_dri.so free 0x5571735f1700 void 0.000114
+gallium_dri.so free 0x5571735f1570 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1570 0.000113
+gallium_dri.so free 0x5571735f17c0 void 0.000114
+gallium_dri.so free 0x5571735f1570 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1770 0.000112
+gallium_dri.so free 0x5571735f1840 void 0.000113
+gallium_dri.so free 0x5571735f1770 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1890 0.000113
+gallium_dri.so free 0x5571735f1900 void 0.000114
+gallium_dri.so free 0x5571735f1890 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1920 0.000113
+gallium_dri.so free 0x5571735f19c0 void 0.000114
+gallium_dri.so free 0x5571735f1920 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1970 0.000113
+gallium_dri.so free 0x5571735f1a40 void 0.000113
+gallium_dri.so free 0x5571735f1970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1a40 0.000129
+gallium_dri.so free 0x5571735f1b00 void 0.000125
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1a40 0.000120
+gallium_dri.so free 0x5571735f1b80 void 0.000120
+gallium_dri.so free 0x5571735f1a40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b80 0.000118
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1b80 0.000118
+gallium_dri.so free 0x5571735f1d00 void 0.000121
+gallium_dri.so free 0x5571735f1b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b80 0.000119
+gallium_dri.so free 0x5571735f1dc0 void 0.000117
+gallium_dri.so free 0x5571735f1b80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1d70 0.000120
+gallium_dri.so free 0x5571735f1e40 void 0.000119
+gallium_dri.so free 0x5571735f1d70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e90 0.000118
+gallium_dri.so free 0x5571735f1f00 void 0.000120
+gallium_dri.so free 0x5571735f1e90 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1f40 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1f40 0.000118
+gallium_dri.so free 0x5571735f2040 void 0.000119
+gallium_dri.so free 0x5571735f1f40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2070 0.000119
+gallium_dri.so free 0x5571735f20c0 void 0.000120
+gallium_dri.so free 0x5571735f2070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2070 0.000121
+gallium_dri.so free 0x5571735f21c0 void 0.000128
+gallium_dri.so free 0x5571735f2070 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2170 0.000117
+gallium_dri.so free 0x5571735f2280 void 0.000174
+gallium_dri.so free 0x5571735f2170 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2230 0.000121
+gallium_dri.so free 0x5571735f22c0 void 0.000117
+gallium_dri.so free 0x5571735f2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2230 0.000120
+gallium_dri.so free 0x5571735f2380 void 0.000119
+gallium_dri.so free 0x5571735f2230 void 0.000121
+gallium_dri.so malloc 72 0x5571735f23f0 0.000120
+gallium_dri.so free 0x5571735f2440 void 0.000118
+gallium_dri.so free 0x5571735f23f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f23f0 0.000121
+gallium_dri.so free 0x5571735f2540 void 0.000120
+gallium_dri.so free 0x5571735f23f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f24f0 0.000117
+gallium_dri.so free 0x5571735f2600 void 0.000127
+gallium_dri.so free 0x5571735f24f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f25b0 0.000121
+gallium_dri.so free 0x5571735f2640 void 0.000117
+gallium_dri.so free 0x5571735f25b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f25b0 0.000121
+gallium_dri.so free 0x5571735f2700 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f2740 0.000120
+gallium_dri.so free 0x557173620f80 void 0.000118
+gallium_dri.so free 0x5571735f2740 void 0.000117
+gallium_dri.so malloc 72 0x557173620f30 0.000130
+gallium_dri.so free 0x5571735c0900 void 0.000124
+gallium_dri.so free 0x557173620f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c08b0 0.000119
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x5571735c08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x557173590b40 void 0.000119
+gallium_dri.so free 0x5571735f2ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000117
+gallium_dri.so free 0x5571735f6440 void 0.000117
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f63f0 0.000116
+gallium_dri.so free 0x557173620e80 void 0.000120
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x557173620e30 0.000121
+gallium_dri.so free 0x55717360f9c0 void 0.000117
+gallium_dri.so free 0x557173620e30 void 0.000117
+gallium_dri.so malloc 72 0x55717360f970 0.000117
+gallium_dri.so free 0x5571735c29c0 void 0.000119
+gallium_dri.so free 0x55717360f970 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2970 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000120
+gallium_dri.so free 0x5571735c2970 void 0.000131
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x557173600040 void 0.000121
+gallium_dri.so free 0x5571735c00f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffff0 0.000121
+gallium_dri.so free 0x5571735fd8c0 void 0.000117
+gallium_dri.so free 0x5571735ffff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd870 0.000120
+gallium_dri.so free 0x5571735f96c0 void 0.000118
+gallium_dri.so free 0x5571735fd870 void 0.000141
+gallium_dri.so malloc 72 0x5571735f9670 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000121
+gallium_dri.so free 0x5571735f9670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000117
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x5571735fd6b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d0b0 0.000122
+gallium_dri.so free 0x5571735dc0c0 void 0.000121
+gallium_dri.so free 0x55717346d0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000119
+gallium_dri.so free 0x5571735ffe80 void 0.000121
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffe30 0.000119
+gallium_dri.so free 0x557173605c40 void 0.000119
+gallium_dri.so free 0x5571735ffe30 void 0.000117
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000193
+gallium_dri.so free 0x557173605bf0 void 0.000121
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x5571735f2e80 void 0.000120
+gallium_dri.so free 0x55717360e070 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e30 0.000125
+gallium_dri.so free 0x55717360f800 void 0.000118
+gallium_dri.so free 0x5571735f2e30 void 0.000120
+gallium_dri.so malloc 72 0x55717360f7b0 0.000120
+gallium_dri.so free 0x5571735d47c0 void 0.000117
+gallium_dri.so free 0x55717360f7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x5571735dc740 void 0.000121
+gallium_dri.so free 0x5571735d4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000120
+gallium_dri.so free 0x557173589400 void 0.000120
+gallium_dri.so free 0x5571735dc7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x557173473530 0.000120
+gallium_dri.so free 0x5571735c4100 void 0.000121
+gallium_dri.so free 0x557173473530 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40b0 0.000119
+gallium_dri.so free 0x55717346ea00 void 0.000120
+gallium_dri.so free 0x5571735c40b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e9b0 0.000122
+gallium_dri.so free 0x5571735cfc40 void 0.000118
+gallium_dri.so free 0x55717346e9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000118
+gallium_dri.so free 0x55717360d400 void 0.000120
+gallium_dri.so free 0x5571735cfbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x5571735f6ac0 void 0.000121
+gallium_dri.so free 0x55717360d3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d3b0 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000120
+gallium_dri.so free 0x55717360d3b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c230 0.000117
+gallium_dri.so free 0x5571735dfb00 void 0.000121
+gallium_dri.so free 0x55717346c230 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfab0 0.000121
+gallium_dri.so free 0x557173600d00 void 0.000117
+gallium_dri.so free 0x5571735dfab0 void 0.000117
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x557173600cb0 void 0.000121
+gallium_dri.so malloc 72 0x557173467630 0.000120
+gallium_dri.so free 0x55717346e840 void 0.000136
+gallium_dri.so free 0x557173467630 void 0.000123
+gallium_dri.so malloc 72 0x55717346e7f0 0.000119
+gallium_dri.so free 0x5571735f5800 void 0.000119
+gallium_dri.so free 0x55717346e7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f57b0 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000121
+gallium_dri.so free 0x5571735f57b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fae70 0.000119
+gallium_dri.so free 0x5571735d2200 void 0.000117
+gallium_dri.so free 0x5571735fae70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d21b0 0.000120
+gallium_dri.so free 0x557173620cc0 void 0.000120
+gallium_dri.so free 0x5571735d21b0 void 0.000116
+gallium_dri.so malloc 72 0x557173620c70 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so free 0x557173620c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f87f0 0.000121
+gallium_dri.so free 0x5571735f7100 void 0.000121
+gallium_dri.so free 0x5571735f87f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f70b0 0.000120
+gallium_dri.so free 0x5571735c1d00 void 0.000119
+gallium_dri.so free 0x5571735f70b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000119
+gallium_dri.so free 0x557173460f80 void 0.000119
+gallium_dri.so free 0x5571735c1cb0 void 0.000124
+gallium_dri.so malloc 72 0x557173460f30 0.000122
+gallium_dri.so free 0x55717360f640 void 0.000120
+gallium_dri.so free 0x557173460f30 void 0.000119
+gallium_dri.so malloc 72 0x55717360f5f0 0.000120
+gallium_dri.so free 0x55717346ab40 void 0.000126
+gallium_dri.so free 0x55717360f5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346aaf0 0.000120
+gallium_dri.so free 0x55717360c7c0 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000120
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000120
+gallium_dri.so free 0x55717360c770 void 0.000121
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735eb5b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735db430 0.000117
+gallium_dri.so free 0x55717346e680 void 0.000121
+gallium_dri.so free 0x5571735db430 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000121
+gallium_dri.so free 0x55717360b7c0 void 0.000121
+gallium_dri.so free 0x55717346e630 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000120
+gallium_dri.so free 0x5571735fe100 void 0.000121
+gallium_dri.so free 0x55717360b770 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe170 0.000120
+gallium_dri.so free 0x557173464b80 void 0.000120
+gallium_dri.so free 0x5571735fe170 void 0.000121
+gallium_dri.so malloc 72 0x557173464b30 0.000120
+gallium_dri.so free 0x5571735fda80 void 0.000120
+gallium_dri.so free 0x557173464b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735fda30 0.000121
+gallium_dri.so free 0x5571735c10c0 void 0.000120
+gallium_dri.so free 0x5571735fda30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x5571735ffcc0 void 0.000117
+gallium_dri.so free 0x5571735c1070 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffc70 0.000119
+gallium_dri.so free 0x5571735e1640 void 0.000120
+gallium_dri.so free 0x5571735ffc70 void 0.000120
+gallium_dri.so malloc 72 0x5571735e15f0 0.000118
+gallium_dri.so free 0x5571735c3f40 void 0.000126
+gallium_dri.so free 0x5571735e15f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000121
+gallium_dri.so free 0x5571736006c0 void 0.000117
+gallium_dri.so free 0x5571735c3ef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000120
+gallium_dri.so free 0x557173461c40 void 0.000120
+gallium_dri.so free 0x5571735c3ef0 void 0.000118
+gallium_dri.so malloc 72 0x557173461bf0 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000117
+gallium_dri.so free 0x557173461bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dedf0 0.000121
+gallium_dri.so free 0x557173469e80 void 0.000121
+gallium_dri.so free 0x5571735dedf0 void 0.000119
+gallium_dri.so malloc 72 0x557173469e30 0.000120
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so free 0x557173469e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed170 0.000117
+gallium_dri.so free 0x5571735f3200 void 0.000121
+gallium_dri.so free 0x5571735ed170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f31b0 0.000120
+gallium_dri.so free 0x55717346c440 void 0.000118
+gallium_dri.so free 0x5571735f31b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c3f0 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000121
+gallium_dri.so free 0x55717346c3f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8630 0.000121
+gallium_dri.so free 0x55717346c0c0 void 0.000126
+gallium_dri.so free 0x5571735f8630 void 0.000118
+gallium_dri.so malloc 72 0x55717346c070 0.000120
+gallium_dri.so free 0x5571735fe740 void 0.000117
+gallium_dri.so free 0x55717346c070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000116
+gallium_dri.so free 0x5571735c42c0 void 0.000120
+gallium_dri.so free 0x5571735fe6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4270 0.000120
+gallium_dri.so free 0x5571735e3200 void 0.000119
+gallium_dri.so free 0x5571735c4270 void 0.000120
+gallium_dri.so malloc 72 0x5571735e31b0 0.000120
+gallium_dri.so free 0x557173610680 void 0.000120
+gallium_dri.so free 0x5571735e31b0 void 0.000120
+gallium_dri.so malloc 72 0x557173610630 0.000122
+gallium_dri.so free 0x5571735e25c0 void 0.000166
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2570 0.000120
+gallium_dri.so free 0x5571735f8a00 void 0.000120
+gallium_dri.so free 0x5571735e2570 void 0.000120
+gallium_dri.so malloc 72 0x5571735f89b0 0.000120
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x5571735f89b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4f30 0.000119
+gallium_dri.so free 0x5571735dcd80 void 0.000117
+gallium_dri.so free 0x5571735c4f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd30 0.000120
+gallium_dri.so free 0x5571735ec580 void 0.000118
+gallium_dri.so free 0x5571735dcd30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec530 0.000122
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x5571735ec530 void 0.000121
+gallium_dri.so malloc 72 0x55717346f080 0.000119
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so free 0x55717346f080 void 0.000117
+gallium_dri.so malloc 72 0x55717346f080 0.000119
+gallium_dri.so free 0x55717360da80 void 0.000117
+gallium_dri.so free 0x55717346f080 void 0.000120
+gallium_dri.so malloc 72 0x55717346f080 0.000144
+gallium_dri.so free 0x557173461600 void 0.000119
+gallium_dri.so free 0x55717346f080 void 0.000116
+gallium_dri.so malloc 72 0x557173461670 0.000122
+gallium_dri.so free 0x55717346cac0 void 0.000119
+gallium_dri.so free 0x557173461670 void 0.000120
+gallium_dri.so malloc 72 0x557173461670 0.000121
+gallium_dri.so free 0x5571735dd640 void 0.000120
+gallium_dri.so free 0x557173461670 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000121
+gallium_dri.so free 0x5571735dd5f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d970 0.000120
+gallium_dri.so free 0x557173620000 void 0.000119
+gallium_dri.so free 0x55717346d970 void 0.000117
+gallium_dri.so malloc 72 0x55717361ffb0 0.000117
+gallium_dri.so free 0x5571735c3280 void 0.000120
+gallium_dri.so free 0x55717361ffb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3230 0.000120
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so free 0x5571735c3230 void 0.000116
+gallium_dri.so malloc 72 0x5571735c2380 0.000118
+gallium_dri.so free 0x557173610040 void 0.000118
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2380 0.000121
+gallium_dri.so free 0x5571735f79c0 void 0.000121
+gallium_dri.so free 0x5571735c2380 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7970 0.000121
+gallium_dri.so free 0x557173609640 void 0.000121
+gallium_dri.so free 0x5571735f7970 void 0.000119
+gallium_dri.so malloc 72 0x5571736095f0 0.000120
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x5571736095f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360e930 0.000120
+gallium_dri.so free 0x55717346b400 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000122
+gallium_dri.so malloc 72 0x55717346b3b0 0.000119
+gallium_dri.so free 0x5571735fca40 void 0.000124
+gallium_dri.so free 0x55717346b3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000120
+gallium_dri.so free 0x557173610f40 void 0.000121
+gallium_dri.so free 0x5571735fc9f0 void 0.000116
+gallium_dri.so malloc 72 0x557173610ef0 0.000119
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173460440 0.000116
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so malloc 72 0x557173460440 0.000119
+gallium_dri.so free 0x5571735e03c0 void 0.000117
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0370 0.000120
+gallium_dri.so free 0x5571735ff000 void 0.000120
+gallium_dri.so free 0x5571735e0370 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x55717346a500 void 0.000167
+gallium_dri.so free 0x5571735fefb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x5571735c4940 void 0.000120
+gallium_dri.so free 0x5571735fefb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fefb0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000119
+gallium_dri.so free 0x5571735fefb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9f30 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x5571735f9f30 void 0.000147
+gallium_dri.so malloc 72 0x5571735f9f30 0.000121
+gallium_dri.so free 0x557173607e80 void 0.000121
+gallium_dri.so free 0x5571735f9f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9f30 0.000121
+gallium_dri.so free 0x5571735d4580 void 0.000117
+gallium_dri.so free 0x5571735f9f30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9f30 0.000119
+gallium_dri.so free 0x5571735cfa00 void 0.000121
+gallium_dri.so free 0x5571735f9f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f9f30 0.000121
+gallium_dri.so free 0x5571735901c0 void 0.000118
+gallium_dri.so free 0x5571735f9f30 void 0.000128
+gallium_dri.so malloc 72 0x5571735901c0 0.000129
+gallium_dri.so free 0x557173469a00 void 0.000132
+gallium_dri.so free 0x5571735901c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735901c0 0.000116
+gallium_dri.so free 0x5571734741c0 void 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000121
+gallium_dri.so malloc 72 0x557173474170 0.000127
+gallium_dri.so free 0x55717358b640 void 0.000126
+gallium_dri.so free 0x557173474170 void 0.000155
+gallium_dri.so malloc 72 0x557173474170 0.000128
+gallium_dri.so free 0x557173460d00 void 0.000125
+gallium_dri.so free 0x557173474170 void 0.000146
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x557173466dc0 void 0.000126
+gallium_dri.so free 0x557173474170 void 0.000137
+gallium_dri.so malloc 72 0x557173466dc0 0.000128
+gallium_dri.so free 0x55717360d180 void 0.000128
+gallium_dri.so free 0x557173466dc0 void 0.000126
+gallium_dri.so malloc 72 0x557173466dc0 0.000126
+gallium_dri.so free 0x55717360d200 void 0.000127
+gallium_dri.so free 0x557173466dc0 void 0.000128
+gallium_dri.so malloc 72 0x55717360d230 0.000127
+gallium_dri.so free 0x557173603300 void 0.000125
+gallium_dri.so free 0x55717360d230 void 0.000118
+gallium_dri.so malloc 72 0x55717360d230 0.000261
+gallium_dri.so free 0x5571735c1a80 void 0.000191
+gallium_dri.so free 0x55717360d230 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1a80 0.000128
+gallium_dri.so free 0x5571735f61c0 void 0.000126
+gallium_dri.so free 0x5571735c1a80 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1a80 0.000148
+gallium_dri.so free 0x5571735dbe40 void 0.000140
+gallium_dri.so free 0x5571735c1a80 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1a80 0.000126
+gallium_dri.so free 0x5571735dbec0 void 0.000128
+gallium_dri.so free 0x5571735c1a80 void 0.000119
+gallium_dri.so malloc 72 0x5571735dbef0 0.000116
+gallium_dri.so free 0x5571735debc0 void 0.000116
+gallium_dri.so free 0x5571735dbef0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbef0 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000114
+gallium_dri.so free 0x5571735dbef0 void 0.000113
+gallium_dri.so malloc 72 0x557173469c00 0.000113
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so malloc 72 0x557173469c00 0.000117
+gallium_dri.so free 0x5571735e3000 void 0.000115
+gallium_dri.so free 0x557173469c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3030 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000123
+gallium_dri.so free 0x5571735e3030 void 0.000113
+gallium_dri.so malloc 72 0x55717358dc00 0.000117
+gallium_dri.so free 0x5571735ecf40 void 0.000116
+gallium_dri.so free 0x55717358dc00 void 0.000114
+gallium_dri.so malloc 72 0x55717358dc00 0.000113
+gallium_dri.so free 0x557173473f40 void 0.000113
+gallium_dri.so free 0x55717358dc00 void 0.000113
+gallium_dri.so malloc 72 0x557173473f40 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000115
+gallium_dri.so free 0x557173473f40 void 0.000114
+gallium_dri.so malloc 72 0x557173473f40 0.000113
+gallium_dri.so free 0x5571735f55c0 void 0.000114
+gallium_dri.so free 0x557173473f40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55f0 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x5571735f55f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f55f0 0.000113
+gallium_dri.so free 0x557173467440 void 0.000114
+gallium_dri.so free 0x5571735f55f0 void 0.000113
+gallium_dri.so malloc 72 0x557173467440 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000112
+gallium_dri.so malloc 72 0x557173467440 0.000114
+gallium_dri.so free 0x5571735fbc00 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000112
+gallium_dri.so malloc 72 0x557173467440 0.000114
+gallium_dri.so free 0x55717358b880 void 0.000114
+gallium_dri.so free 0x557173467440 void 0.000113
+gallium_dri.so malloc 72 0x557173467440 0.000135
+gallium_dri.so free 0x55717358b940 void 0.000145
+gallium_dri.so free 0x557173467440 void 0.000143
+gallium_dri.so malloc 72 0x55717358b8f0 0.000142
+gallium_dri.so free 0x5571735e2300 void 0.000150
+gallium_dri.so free 0x55717358b8f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735e2300 0.000224
+gallium_dri.so free 0x5571735e23c0 void 0.000160
+gallium_dri.so free 0x5571735e2300 void 0.000195
+gallium_dri.so malloc 72 0x5571735e2300 0.000232
+gallium_dri.so free 0x557173590400 void 0.000202
+gallium_dri.so free 0x5571735e2300 void 0.000204
+gallium_dri.so malloc 72 0x5571735e2300 0.000158
+gallium_dri.so free 0x5571735db1c0 void 0.000168
+gallium_dri.so free 0x5571735e2300 void 0.000157
+gallium_dri.so malloc 72 0x5571735e2300 0.000159
+gallium_dri.so free 0x5571735904c0 void 0.000160
+gallium_dri.so free 0x5571735e2300 void 0.000159
+gallium_dri.so malloc 72 0x557173590470 0.000165
+gallium_dri.so free 0x5571735c0e00 void 0.000169
+gallium_dri.so free 0x557173590470 void 0.000160
+gallium_dri.so malloc 72 0x5571735c0e00 0.000161
+gallium_dri.so free 0x5571735db2c0 void 0.000160
+gallium_dri.so free 0x5571735c0e00 void 0.000159
+gallium_dri.so malloc 72 0x5571735db270 0.000160
+gallium_dri.so free 0x5571735c0ec0 void 0.000158
+gallium_dri.so free 0x5571735db270 void 0.000162
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000158
+gallium_dri.so free 0x55717360c500 void 0.000292
+gallium_dri.so free 0x5571735c0ef0 void 0.000243
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000172
+gallium_dri.so free 0x55717360c580 void 0.000181
+gallium_dri.so free 0x5571735c0ef0 void 0.000185
+gallium_dri.so malloc 72 0x55717360c580 0.000127
+gallium_dri.so free 0x5571736080c0 void 0.000126
+gallium_dri.so free 0x55717360c580 void 0.000126
+gallium_dri.so malloc 72 0x55717360c580 0.000126
+gallium_dri.so free 0x557173608180 void 0.000130
+gallium_dri.so free 0x55717360c580 void 0.000145
+gallium_dri.so malloc 72 0x55717360c580 0.000122
+gallium_dri.so free 0x5571735ec2c0 void 0.000116
+gallium_dri.so free 0x55717360c580 void 0.000115
+gallium_dri.so malloc 72 0x55717360c580 0.000114
+gallium_dri.so free 0x5571735ec380 void 0.000116
+gallium_dri.so free 0x55717360c580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec330 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000117
+gallium_dri.so free 0x5571735ec330 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x5571735bfe80 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000115
+gallium_dri.so free 0x557173589080 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000116
+gallium_dri.so free 0x557173589140 void 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735890f0 0.000115
+gallium_dri.so free 0x55717360b440 void 0.000116
+gallium_dri.so free 0x5571735890f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735890f0 0.000114
+gallium_dri.so free 0x55717360b4c0 void 0.000117
+gallium_dri.so free 0x5571735890f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360b4c0 0.000114
+gallium_dri.so free 0x55717360ba40 void 0.000115
+gallium_dri.so free 0x55717360b4c0 void 0.000129
+gallium_dri.so malloc 72 0x55717360b4c0 0.000115
+gallium_dri.so free 0x55717360bac0 void 0.000116
+gallium_dri.so free 0x55717360b4c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360baf0 0.000114
+gallium_dri.so free 0x5571736058c0 void 0.000121
+gallium_dri.so free 0x55717360baf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360baf0 0.000115
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so free 0x55717360baf0 void 0.000113
+gallium_dri.so malloc 72 0x557173605940 0.000115
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x557173605940 void 0.000114
+gallium_dri.so malloc 72 0x557173605940 0.000114
+gallium_dri.so free 0x557173464880 void 0.000115
+gallium_dri.so free 0x557173605940 void 0.000115
+gallium_dri.so malloc 72 0x557173605940 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000114
+gallium_dri.so free 0x557173605940 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000112
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2350 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000116
+gallium_dri.so free 0x5571735d2350 void 0.000136
+gallium_dri.so malloc 72 0x5571735d23e0 0.000126
+gallium_dri.so free 0x5571735cfd40 void 0.000129
+gallium_dri.so free 0x5571735d23e0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfd70 0.000127
+gallium_dri.so free 0x5571735cfdc0 void 0.000126
+gallium_dri.so free 0x5571735cfd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735cfd70 0.000127
+gallium_dri.so free 0x5571735d48c0 void 0.000131
+gallium_dri.so free 0x5571735cfd70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d4900 0.000128
+gallium_dri.so free 0x5571735d4980 void 0.000127
+gallium_dri.so free 0x5571735d4900 void 0.000127
+gallium_dri.so malloc 72 0x5571735d4980 0.000126
+gallium_dri.so free 0x5571735fc340 void 0.000139
+gallium_dri.so free 0x5571735d4980 void 0.000137
+gallium_dri.so malloc 72 0x5571735d4980 0.000138
+gallium_dri.so free 0x5571735fc3c0 void 0.000141
+gallium_dri.so free 0x5571735d4980 void 0.000135
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000128
+gallium_dri.so free 0x5571735fc440 void 0.000127
+gallium_dri.so free 0x5571735fc3f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000126
+gallium_dri.so free 0x5571735c0240 void 0.000127
+gallium_dri.so free 0x5571735fc3f0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0290 0.000130
+gallium_dri.so free 0x5571735c0300 void 0.000127
+gallium_dri.so free 0x5571735c0290 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0360 0.000126
+gallium_dri.so free 0x5571735c0400 void 0.000126
+gallium_dri.so free 0x5571735c0360 void 0.000125
+gallium_dri.so malloc 72 0x5571735c03b0 0.000126
+gallium_dri.so free 0x5571735fafc0 void 0.000128
+gallium_dri.so free 0x5571735c03b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735faff0 0.000127
+gallium_dri.so free 0x5571735fb040 void 0.000127
+gallium_dri.so free 0x5571735faff0 void 0.000127
+gallium_dri.so malloc 72 0x5571735faff0 0.000126
+gallium_dri.so free 0x5571735fb140 void 0.000128
+gallium_dri.so free 0x5571735faff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000127
+gallium_dri.so free 0x5571735e1740 void 0.000128
+gallium_dri.so free 0x5571735fb0f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1760 0.000126
+gallium_dri.so free 0x5571735e1800 void 0.000127
+gallium_dri.so free 0x5571735e1760 void 0.000132
+gallium_dri.so malloc 72 0x5571735e17b0 0.000125
+gallium_dri.so free 0x5571735e1880 void 0.000117
+gallium_dri.so free 0x5571735e17b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1880 0.000150
+gallium_dri.so free 0x5571735f4980 void 0.000119
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49c0 0.000116
+gallium_dri.so free 0x5571735f4a40 void 0.000115
+gallium_dri.so free 0x5571735f49c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4a40 0.000114
+gallium_dri.so free 0x5571735f4b00 void 0.000114
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a40 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb730 0.000114
+gallium_dri.so free 0x5571735eb780 void 0.000115
+gallium_dri.so free 0x5571735eb730 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb730 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000116
+gallium_dri.so free 0x5571735eb730 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb830 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571735eb830 void 0.000115
+gallium_dri.so malloc 72 0x557173460570 0.000114
+gallium_dri.so free 0x557173460640 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460660 0.000115
+gallium_dri.so free 0x557173460700 void 0.000115
+gallium_dri.so free 0x557173460660 void 0.000113
+gallium_dri.so malloc 72 0x5571734606b0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000117
+gallium_dri.so free 0x5571734606b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734606b0 0.000113
+gallium_dri.so free 0x557173611100 void 0.000116
+gallium_dri.so free 0x5571734606b0 void 0.000114
+gallium_dri.so malloc 72 0x557173611100 0.000113
+gallium_dri.so free 0x5571736111c0 void 0.000115
+gallium_dri.so free 0x557173611100 void 0.000113
+gallium_dri.so malloc 72 0x557173611100 0.000115
+gallium_dri.so free 0x557173609780 void 0.000115
+gallium_dri.so free 0x557173611100 void 0.000114
+gallium_dri.so malloc 72 0x557173611100 0.000113
+gallium_dri.so free 0x557173609840 void 0.000116
+gallium_dri.so free 0x557173611100 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000115
+gallium_dri.so free 0x557173609840 void 0.000115
+gallium_dri.so free 0x5571736097f0 void 0.000114
+gallium_dri.so malloc 72 0x5571736097f0 0.000114
+gallium_dri.so free 0x557173609940 void 0.000119
+gallium_dri.so free 0x5571736097f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736098f0 0.000114
+gallium_dri.so free 0x5571735f97c0 void 0.000115
+gallium_dri.so free 0x5571736098f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97e0 0.000115
+gallium_dri.so free 0x5571735f9880 void 0.000115
+gallium_dri.so free 0x5571735f97e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9830 0.000114
+gallium_dri.so free 0x5571735f9900 void 0.000125
+gallium_dri.so free 0x5571735f9830 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9830 0.000111
+gallium_dri.so free 0x5571735f9980 void 0.000113
+gallium_dri.so free 0x5571735f9830 void 0.000115
+gallium_dri.so malloc 72 0x5571735f9980 0.000115
+gallium_dri.so free 0x557173610780 void 0.000115
+gallium_dri.so free 0x5571735f9980 void 0.000113
+gallium_dri.so malloc 72 0x5571736107e0 0.000111
+gallium_dri.so free 0x557173610880 void 0.000114
+gallium_dri.so free 0x5571736107e0 void 0.000114
+gallium_dri.so malloc 72 0x557173610830 0.000213
+gallium_dri.so free 0x5571736108c0 void 0.000274
+gallium_dri.so free 0x557173610830 void 0.000312
+gallium_dri.so malloc 72 0x557173610830 0.000197
+gallium_dri.so free 0x55717346d200 void 0.000158
+gallium_dri.so free 0x557173610830 void 0.000127
+gallium_dri.so malloc 72 0x55717346d240 0.000125
+gallium_dri.so free 0x55717346d2c0 void 0.000123
+gallium_dri.so free 0x55717346d240 void 0.000120
+gallium_dri.so malloc 72 0x55717346d2c0 0.000129
+gallium_dri.so free 0x55717346d380 void 0.000176
+gallium_dri.so free 0x55717346d2c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d2c0 0.000129
+gallium_dri.so free 0x557173610980 void 0.000127
+gallium_dri.so free 0x55717346d2c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736109b0 0.000126
+gallium_dri.so free 0x5571735dfc00 void 0.000126
+gallium_dri.so free 0x5571736109b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dfc50 0.000124
+gallium_dri.so free 0x5571735dfcc0 void 0.000121
+gallium_dri.so free 0x5571735dfc50 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd00 0.000119
+gallium_dri.so free 0x5571735dfd80 void 0.000120
+gallium_dri.so free 0x5571735dfd00 void 0.000119
+gallium_dri.so malloc 72 0x5571735dfd80 0.000118
+gallium_dri.so free 0x55717346d400 void 0.000121
+gallium_dri.so free 0x5571735dfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfd80 0.000119
+gallium_dri.so free 0x55717346ac40 void 0.000118
+gallium_dri.so free 0x5571735dfd80 void 0.000116
+gallium_dri.so malloc 72 0x55717346ac70 0.000118
+gallium_dri.so free 0x55717346acc0 void 0.000118
+gallium_dri.so free 0x55717346ac70 void 0.000118
+gallium_dri.so malloc 72 0x55717346ac70 0.000125
+gallium_dri.so free 0x55717346adc0 void 0.000113
+gallium_dri.so free 0x55717346ac70 void 0.000111
+gallium_dri.so malloc 72 0x55717346ad70 0.000112
+gallium_dri.so free 0x557173461d40 void 0.000111
+gallium_dri.so free 0x55717346ad70 void 0.000110
+gallium_dri.so malloc 72 0x557173461d80 0.000110
+gallium_dri.so free 0x55717346ae80 void 0.000111
+gallium_dri.so free 0x557173461d80 void 0.000111
+gallium_dri.so malloc 72 0x55717346ae30 0.000111
+gallium_dri.so free 0x557173461e00 void 0.000111
+gallium_dri.so free 0x55717346ae30 void 0.000112
+gallium_dri.so malloc 72 0x55717346ae30 0.000110
+gallium_dri.so free 0x557173461ec0 void 0.000111
+gallium_dri.so free 0x55717346ae30 void 0.000110
+gallium_dri.so malloc 72 0x557173461e70 0.000112
+gallium_dri.so free 0x5571735c2ac0 void 0.000112
+gallium_dri.so free 0x557173461e70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2b10 0.000111
+gallium_dri.so free 0x5571735c2b80 void 0.000110
+gallium_dri.so free 0x5571735c2b10 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2ba0 0.000111
+gallium_dri.so free 0x557173461f40 void 0.000112
+gallium_dri.so free 0x5571735c2ba0 void 0.000111
+gallium_dri.so malloc 72 0x557173461f70 0.000112
+gallium_dri.so free 0x5571735c2c40 void 0.000113
+gallium_dri.so free 0x557173461f70 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000111
+gallium_dri.so free 0x5571735c2c40 void 0.000111
+gallium_dri.so free 0x5571735c2bf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000126
+gallium_dri.so free 0x5571735fe840 void 0.000124
+gallium_dri.so free 0x5571735c2bf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe890 0.000115
+gallium_dri.so free 0x5571735fe900 void 0.000116
+gallium_dri.so free 0x5571735fe890 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe920 0.000133
+gallium_dri.so free 0x5571735fe9c0 void 0.000126
+gallium_dri.so free 0x5571735fe920 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe970 0.000163
+gallium_dri.so free 0x5571735fea40 void 0.000125
+gallium_dri.so free 0x5571735fe970 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe970 0.000136
+gallium_dri.so free 0x5571735dce80 void 0.000130
+gallium_dri.so free 0x5571735fe970 void 0.000132
+gallium_dri.so malloc 72 0x5571735dced0 0.000130
+gallium_dri.so free 0x5571735dcf40 void 0.000225
+gallium_dri.so free 0x5571735dced0 void 0.000223
+gallium_dri.so malloc 72 0x5571735dcfa0 0.000228
+gallium_dri.so free 0x5571735dd040 void 0.000234
+gallium_dri.so free 0x5571735dcfa0 void 0.000226
+gallium_dri.so malloc 72 0x5571735dcff0 0.000223
+gallium_dri.so free 0x55717360e1c0 void 0.000221
+gallium_dri.so free 0x5571735dcff0 void 0.000225
+gallium_dri.so malloc 72 0x55717360e1f0 0.000222
+gallium_dri.so free 0x55717360e240 void 0.000198
+gallium_dri.so free 0x55717360e1f0 void 0.000181
+gallium_dri.so malloc 72 0x55717360e1f0 0.000224
+gallium_dri.so free 0x55717360e340 void 0.000223
+gallium_dri.so free 0x55717360e1f0 void 0.000206
+gallium_dri.so malloc 72 0x55717360e2f0 0.000219
+gallium_dri.so free 0x55717360e400 void 0.000212
+gallium_dri.so free 0x55717360e2f0 void 0.000196
+gallium_dri.so malloc 72 0x55717360e3b0 0.000127
+gallium_dri.so free 0x557173600e00 void 0.000132
+gallium_dri.so free 0x55717360e3b0 void 0.000141
+gallium_dri.so malloc 72 0x557173600e30 0.000224
+gallium_dri.so free 0x557173600e80 void 0.000225
+gallium_dri.so free 0x557173600e30 void 0.000199
+gallium_dri.so malloc 72 0x557173600e80 0.000222
+gallium_dri.so free 0x557173600f40 void 0.000222
+gallium_dri.so free 0x557173600e80 void 0.000199
+gallium_dri.so malloc 72 0x557173600e80 0.000196
+gallium_dri.so free 0x5571735f7200 void 0.000219
+gallium_dri.so free 0x557173600e80 void 0.000199
+gallium_dri.so malloc 72 0x5571735f7250 0.000196
+gallium_dri.so free 0x557173601040 void 0.000196
+gallium_dri.so free 0x5571735f7250 void 0.000163
+gallium_dri.so malloc 72 0x557173600ff0 0.000126
+gallium_dri.so free 0x5571735f72c0 void 0.000130
+gallium_dri.so free 0x557173600ff0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f72f0 0.000137
+gallium_dri.so free 0x5571735f7340 void 0.000178
+gallium_dri.so free 0x5571735f72f0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f72f0 0.000130
+gallium_dri.so free 0x55717346f200 void 0.000124
+gallium_dri.so free 0x5571735f72f0 void 0.000124
+gallium_dri.so malloc 72 0x55717346f1b0 0.000121
+gallium_dri.so free 0x55717346f2c0 void 0.000127
+gallium_dri.so free 0x55717346f1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f270 0.000131
+gallium_dri.so free 0x5571735f7440 void 0.000166
+gallium_dri.so free 0x55717346f270 void 0.000223
+gallium_dri.so malloc 72 0x5571735f73f0 0.000223
+gallium_dri.so free 0x55717346f340 void 0.000226
+gallium_dri.so free 0x5571735f73f0 void 0.000224
+gallium_dri.so malloc 72 0x55717346f370 0.000223
+gallium_dri.so free 0x5571735c09c0 void 0.000222
+gallium_dri.so free 0x55717346f370 void 0.000206
+gallium_dri.so malloc 72 0x55717346f370 0.000196
+gallium_dri.so free 0x5571735c0ac0 void 0.000249
+gallium_dri.so free 0x55717346f370 void 0.000221
+gallium_dri.so malloc 72 0x5571735c0a70 0.000204
+gallium_dri.so free 0x5571735c0b80 void 0.000195
+gallium_dri.so free 0x5571735c0a70 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0b30 0.000125
+gallium_dri.so free 0x55717346f3c0 void 0.000122
+gallium_dri.so free 0x5571735c0b30 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0b30 0.000130
+gallium_dri.so free 0x5571735f9b40 void 0.000131
+gallium_dri.so free 0x5571735c0b30 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000130
+gallium_dri.so free 0x5571735f9c00 void 0.000221
+gallium_dri.so free 0x5571735f9bb0 void 0.000227
+gallium_dri.so malloc 72 0x5571735f9bb0 0.000223
+gallium_dri.so free 0x5571735f9d00 void 0.000221
+gallium_dri.so free 0x5571735f9bb0 void 0.000224
+gallium_dri.so malloc 72 0x5571735f9cb0 0.000257
+gallium_dri.so free 0x5571735f9dc0 void 0.000284
+gallium_dri.so free 0x5571735f9cb0 void 0.000285
+gallium_dri.so malloc 72 0x5571735f9d70 0.000254
+gallium_dri.so free 0x5571735c0bc0 void 0.000281
+gallium_dri.so free 0x5571735f9d70 void 0.000257
+gallium_dri.so malloc 72 0x5571735f9d70 0.000253
+gallium_dri.so free 0x55717360e540 void 0.000283
+gallium_dri.so free 0x5571735f9d70 void 0.000222
+gallium_dri.so malloc 72 0x55717360e580 0.000222
+gallium_dri.so free 0x55717360e600 void 0.000291
+gallium_dri.so free 0x55717360e580 void 0.000288
+gallium_dri.so malloc 72 0x55717360e600 0.000217
+gallium_dri.so free 0x55717360e6c0 void 0.000200
+gallium_dri.so free 0x55717360e600 void 0.000190
+gallium_dri.so malloc 72 0x55717360e600 0.000155
+gallium_dri.so free 0x55717360e780 void 0.000155
+gallium_dri.so free 0x55717360e600 void 0.000154
+gallium_dri.so malloc 72 0x55717360e600 0.000149
+gallium_dri.so free 0x5571735f7580 void 0.000151
+gallium_dri.so free 0x55717360e600 void 0.000154
+gallium_dri.so malloc 72 0x5571735f75b0 0.000152
+gallium_dri.so free 0x5571735f7600 void 0.000146
+gallium_dri.so free 0x5571735f75b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735f75b0 0.000149
+gallium_dri.so free 0x5571735f7700 void 0.000153
+gallium_dri.so free 0x5571735f75b0 void 0.000150
+gallium_dri.so malloc 72 0x5571735f76b0 0.000143
+gallium_dri.so free 0x5571735f77c0 void 0.000150
+gallium_dri.so free 0x5571735f76b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735f7770 0.000147
+gallium_dri.so free 0x55717346d580 void 0.000144
+gallium_dri.so free 0x5571735f7770 void 0.000163
+gallium_dri.so malloc 72 0x55717346d5b0 0.000155
+gallium_dri.so free 0x55717346d600 void 0.000154
+gallium_dri.so free 0x55717346d5b0 void 0.000155
+gallium_dri.so malloc 72 0x55717346d600 0.000154
+gallium_dri.so free 0x55717346d6c0 void 0.000189
+gallium_dri.so free 0x55717346d600 void 0.000155
+gallium_dri.so malloc 72 0x55717346d600 0.000154
+gallium_dri.so free 0x55717346d7c0 void 0.000152
+gallium_dri.so free 0x55717346d600 void 0.000148
+gallium_dri.so malloc 72 0x55717346d770 0.000142
+gallium_dri.so free 0x5571735febc0 void 0.000149
+gallium_dri.so free 0x55717346d770 void 0.000158
+gallium_dri.so malloc 72 0x5571735febe0 0.000149
+gallium_dri.so free 0x5571735fec80 void 0.000153
+gallium_dri.so free 0x5571735febe0 void 0.000154
+gallium_dri.so malloc 72 0x5571735fec30 0.000152
+gallium_dri.so free 0x5571735fed00 void 0.000154
+gallium_dri.so free 0x5571735fec30 void 0.000174
+gallium_dri.so malloc 72 0x5571735fec30 0.000163
+gallium_dri.so free 0x5571735fed80 void 0.000164
+gallium_dri.so free 0x5571735fec30 void 0.000164
+gallium_dri.so malloc 72 0x5571735fed80 0.000163
+gallium_dri.so free 0x55717360cdc0 void 0.000162
+gallium_dri.so free 0x5571735fed80 void 0.000163
+gallium_dri.so malloc 72 0x55717360cd70 0.000159
+gallium_dri.so free 0x55717360ce40 void 0.000159
+gallium_dri.so free 0x55717360cd70 void 0.000158
+gallium_dri.so malloc 72 0x55717360ce60 0.000159
+gallium_dri.so free 0x55717360cf00 void 0.000154
+gallium_dri.so free 0x55717360ce60 void 0.000160
+gallium_dri.so malloc 72 0x55717360ceb0 0.000163
+gallium_dri.so free 0x55717360cf80 void 0.000165
+gallium_dri.so free 0x55717360ceb0 void 0.000159
+gallium_dri.so malloc 72 0x55717360ceb0 0.000158
+gallium_dri.so free 0x5571735e2bc0 void 0.000174
+gallium_dri.so free 0x55717360ceb0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e2b70 0.000161
+gallium_dri.so free 0x5571735e2c80 void 0.000164
+gallium_dri.so free 0x5571735e2b70 void 0.000165
+gallium_dri.so malloc 72 0x5571735e2c30 0.000162
+gallium_dri.so free 0x5571735e2cc0 void 0.000155
+gallium_dri.so free 0x5571735e2c30 void 0.000153
+gallium_dri.so malloc 72 0x5571735e2c30 0.000158
+gallium_dri.so free 0x5571735e2d80 void 0.000164
+gallium_dri.so free 0x5571735e2c30 void 0.000161
+gallium_dri.so malloc 72 0x5571735e2c30 0.000154
+gallium_dri.so free 0x5571735f5e00 void 0.000150
+gallium_dri.so free 0x5571735e2c30 void 0.000168
+gallium_dri.so malloc 72 0x5571735f5db0 0.000155
+gallium_dri.so free 0x5571735f5e80 void 0.000165
+gallium_dri.so free 0x5571735f5db0 void 0.000163
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000156
+gallium_dri.so free 0x5571735f5f40 void 0.000155
+gallium_dri.so free 0x5571735f5ed0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f5f60 0.000161
+gallium_dri.so free 0x5571735f6000 void 0.000162
+gallium_dri.so free 0x5571735f5f60 void 0.000163
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000156
+gallium_dri.so free 0x557173460940 void 0.000143
+gallium_dri.so free 0x5571735f5fb0 void 0.000146
+gallium_dri.so malloc 72 0x5571734608f0 0.000145
+gallium_dri.so free 0x5571734609c0 void 0.000147
+gallium_dri.so free 0x5571734608f0 void 0.000146
+gallium_dri.so malloc 72 0x557173460a10 0.000145
+gallium_dri.so free 0x557173460a80 void 0.000144
+gallium_dri.so free 0x557173460a10 void 0.000146
+gallium_dri.so malloc 72 0x557173460ae0 0.000147
+gallium_dri.so free 0x557173460b80 void 0.000145
+gallium_dri.so free 0x557173460ae0 void 0.000141
+gallium_dri.so malloc 72 0x557173460b30 0.000136
+gallium_dri.so free 0x5571735c16c0 void 0.000145
+gallium_dri.so free 0x557173460b30 void 0.000147
+gallium_dri.so malloc 72 0x5571735c1670 0.000144
+gallium_dri.so free 0x5571735c1740 void 0.000146
+gallium_dri.so free 0x5571735c1670 void 0.000145
+gallium_dri.so malloc 72 0x5571735c1670 0.000144
+gallium_dri.so free 0x5571735c17c0 void 0.000145
+gallium_dri.so free 0x5571735c1670 void 0.000144
+gallium_dri.so malloc 72 0x5571735c17c0 0.000137
+gallium_dri.so free 0x5571735c1880 void 0.000141
+gallium_dri.so free 0x5571735c17c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c17c0 0.000145
+gallium_dri.so free 0x5571735fc600 void 0.000145
+gallium_dri.so free 0x5571735c17c0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fc630 0.000145
+gallium_dri.so free 0x5571735fc680 void 0.000145
+gallium_dri.so free 0x5571735fc630 void 0.000146
+gallium_dri.so malloc 72 0x5571735fc680 0.000138
+gallium_dri.so free 0x5571735fc740 void 0.000155
+gallium_dri.so free 0x5571735fc680 void 0.000148
+gallium_dri.so malloc 72 0x5571735fc680 0.000144
+gallium_dri.so free 0x5571735fc840 void 0.000146
+gallium_dri.so free 0x5571735fc680 void 0.000144
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000150
+gallium_dri.so free 0x5571735dba80 void 0.000141
+gallium_dri.so free 0x5571735fc7f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735dba30 0.000144
+gallium_dri.so free 0x5571735dbac0 void 0.000144
+gallium_dri.so free 0x5571735dba30 void 0.000141
+gallium_dri.so malloc 72 0x5571735dba30 0.000135
+gallium_dri.so free 0x5571735dbb80 void 0.000142
+gallium_dri.so free 0x5571735dba30 void 0.000144
+gallium_dri.so malloc 72 0x5571735dbbc0 0.000145
+gallium_dri.so free 0x5571735dbc40 void 0.000139
+gallium_dri.so free 0x5571735dbbc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735dbc40 0.000140
+gallium_dri.so free 0x5571735c2e40 void 0.000144
+gallium_dri.so free 0x5571735dbc40 void 0.000152
+gallium_dri.so malloc 72 0x5571735c2e80 0.000145
+gallium_dri.so free 0x5571735c2f00 void 0.000146
+gallium_dri.so free 0x5571735c2e80 void 0.000151
+gallium_dri.so malloc 72 0x5571735c2e80 0.000138
+gallium_dri.so free 0x5571735c2f80 void 0.000141
+gallium_dri.so free 0x5571735c2e80 void 0.000141
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000140
+gallium_dri.so free 0x5571735c3000 void 0.000142
+gallium_dri.so free 0x5571735c2fb0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c2fb0 0.000144
+gallium_dri.so free 0x557173610b00 void 0.000145
+gallium_dri.so free 0x5571735c2fb0 void 0.000146
+gallium_dri.so malloc 72 0x557173610b50 0.000145
+gallium_dri.so free 0x557173610bc0 void 0.000146
+gallium_dri.so free 0x557173610b50 void 0.000142
+gallium_dri.so malloc 72 0x557173610be0 0.000142
+gallium_dri.so free 0x557173610c80 void 0.000145
+gallium_dri.so free 0x557173610be0 void 0.000146
+gallium_dri.so malloc 72 0x557173610c30 0.000173
+gallium_dri.so free 0x557173610d00 void 0.000144
+gallium_dri.so free 0x557173610c30 void 0.000145
+gallium_dri.so malloc 72 0x557173610d70 0.000145
+gallium_dri.so free 0x5571735de800 void 0.000141
+gallium_dri.so free 0x557173610d70 void 0.000135
+gallium_dri.so malloc 72 0x5571735de7b0 0.000140
+gallium_dri.so free 0x5571735de880 void 0.000144
+gallium_dri.so free 0x5571735de7b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735de8d0 0.000142
+gallium_dri.so free 0x5571735de940 void 0.000136
+gallium_dri.so free 0x5571735de8d0 void 0.000143
+gallium_dri.so malloc 72 0x5571735de960 0.000144
+gallium_dri.so free 0x5571735dea00 void 0.000144
+gallium_dri.so free 0x5571735de960 void 0.000141
+gallium_dri.so malloc 72 0x5571735de9b0 0.000143
+gallium_dri.so free 0x55717346afc0 void 0.000142
+gallium_dri.so free 0x5571735de9b0 void 0.000145
+gallium_dri.so malloc 72 0x55717346b000 0.000142
+gallium_dri.so free 0x55717346b080 void 0.000142
+gallium_dri.so free 0x55717346b000 void 0.000147
+gallium_dri.so malloc 72 0x55717346b080 0.000146
+gallium_dri.so free 0x55717346b140 void 0.000145
+gallium_dri.so free 0x55717346b080 void 0.000138
+gallium_dri.so malloc 72 0x55717346b080 0.000138
+gallium_dri.so free 0x55717346b200 void 0.000142
+gallium_dri.so free 0x55717346b080 void 0.000149
+gallium_dri.so malloc 72 0x55717346b080 0.000144
+gallium_dri.so free 0x5571735ecb80 void 0.000142
+gallium_dri.so free 0x55717346b080 void 0.000138
+gallium_dri.so malloc 72 0x5571735ecb30 0.000143
+gallium_dri.so free 0x5571735ecc00 void 0.000146
+gallium_dri.so free 0x5571735ecb30 void 0.000147
+gallium_dri.so malloc 72 0x5571735ecb30 0.000144
+gallium_dri.so free 0x5571735ecc80 void 0.000144
+gallium_dri.so free 0x5571735ecb30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ecc80 0.000139
+gallium_dri.so free 0x5571735ecd40 void 0.000135
+gallium_dri.so free 0x5571735ecc80 void 0.000142
+gallium_dri.so malloc 72 0x5571735ecc80 0.000144
+gallium_dri.so free 0x5571735dff80 void 0.000144
+gallium_dri.so free 0x5571735ecc80 void 0.000156
+gallium_dri.so malloc 72 0x5571735dffb0 0.000139
+gallium_dri.so free 0x5571735e0000 void 0.000142
+gallium_dri.so free 0x5571735dffb0 void 0.000147
+gallium_dri.so malloc 72 0x5571735e0000 0.000145
+gallium_dri.so free 0x5571735e00c0 void 0.000145
+gallium_dri.so free 0x5571735e0000 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0000 0.000141
+gallium_dri.so free 0x5571735e01c0 void 0.000144
+gallium_dri.so free 0x5571735e0000 void 0.000147
+gallium_dri.so malloc 72 0x5571735e0170 0.000140
+gallium_dri.so free 0x5571735dd200 void 0.000142
+gallium_dri.so free 0x5571735e0170 void 0.000145
+gallium_dri.so malloc 72 0x5571735dd220 0.000139
+gallium_dri.so free 0x5571735dd2c0 void 0.000135
+gallium_dri.so free 0x5571735dd220 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd270 0.000145
+gallium_dri.so free 0x5571735dd340 void 0.000146
+gallium_dri.so free 0x5571735dd270 void 0.000141
+gallium_dri.so malloc 72 0x5571735dd270 0.000140
+gallium_dri.so free 0x5571735dd3c0 void 0.000144
+gallium_dri.so free 0x5571735dd270 void 0.000142
+gallium_dri.so malloc 72 0x5571735dd3c0 0.000176
+gallium_dri.so free 0x557173473b80 void 0.000142
+gallium_dri.so free 0x5571735dd3c0 void 0.000146
+gallium_dri.so malloc 72 0x557173473b30 0.000146
+gallium_dri.so free 0x557173473c00 void 0.000144
+gallium_dri.so free 0x557173473b30 void 0.000145
+gallium_dri.so malloc 72 0x557173473c20 0.000143
+gallium_dri.so free 0x557173473cc0 void 0.000143
+gallium_dri.so free 0x557173473c20 void 0.000147
+gallium_dri.so malloc 72 0x557173473c70 0.000145
+gallium_dri.so free 0x557173473d40 void 0.000146
+gallium_dri.so free 0x557173473c70 void 0.000145
+gallium_dri.so malloc 72 0x557173473c70 0.000144
+gallium_dri.so free 0x557173603500 void 0.000144
+gallium_dri.so free 0x557173473c70 void 0.000136
+gallium_dri.so malloc 72 0x557173603550 0.000141
+gallium_dri.so free 0x5571736035c0 void 0.000144
+gallium_dri.so free 0x557173603550 void 0.000146
+gallium_dri.so malloc 72 0x5571736035e0 0.000141
+gallium_dri.so free 0x557173603680 void 0.000137
+gallium_dri.so free 0x5571736035e0 void 0.000136
+gallium_dri.so malloc 72 0x557173603630 0.000208
+gallium_dri.so free 0x557173603700 void 0.000140
+gallium_dri.so free 0x557173603630 void 0.000136
+gallium_dri.so malloc 72 0x557173603630 0.000143
+gallium_dri.so free 0x5571735e1140 void 0.000134
+gallium_dri.so free 0x557173603630 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1180 0.000135
+gallium_dri.so free 0x5571735e1200 void 0.000136
+gallium_dri.so free 0x5571735e1180 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1200 0.000200
+gallium_dri.so free 0x5571735e12c0 void 0.000129
+gallium_dri.so free 0x5571735e1200 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1200 0.000114
+gallium_dri.so free 0x5571735e1340 void 0.000116
+gallium_dri.so free 0x5571735e1200 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1370 0.000114
+gallium_dri.so free 0x55717358de00 void 0.000121
+gallium_dri.so free 0x5571735e1370 void 0.000114
+gallium_dri.so malloc 72 0x55717358de40 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so free 0x55717358de40 void 0.000114
+gallium_dri.so malloc 72 0x55717358dec0 0.000115
+gallium_dri.so free 0x55717358df80 void 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000115
+gallium_dri.so malloc 72 0x55717358dec0 0.000114
+gallium_dri.so free 0x55717358e040 void 0.000127
+gallium_dri.so free 0x55717358dec0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e060 0.000115
+gallium_dri.so free 0x5571735fa9c0 void 0.000115
+gallium_dri.so free 0x55717358e060 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000116
+gallium_dri.so free 0x5571735faa40 void 0.000116
+gallium_dri.so free 0x5571735fa9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000115
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so free 0x5571735fa9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faaf0 0.000114
+gallium_dri.so free 0x5571735fac00 void 0.000114
+gallium_dri.so free 0x5571735faaf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fabb0 0.000114
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000113
+gallium_dri.so malloc 72 0x557173466ff0 0.000115
+gallium_dri.so free 0x557173467040 void 0.000114
+gallium_dri.so free 0x557173466ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173467040 0.000114
+gallium_dri.so free 0x557173467100 void 0.000128
+gallium_dri.so free 0x557173467040 void 0.000128
+gallium_dri.so malloc 72 0x557173467040 0.000116
+gallium_dri.so free 0x557173467200 void 0.000116
+gallium_dri.so free 0x557173467040 void 0.000115
+gallium_dri.so malloc 72 0x5571734671b0 0.000114
+gallium_dri.so free 0x55717360c0c0 void 0.000171
+gallium_dri.so free 0x5571734671b0 void 0.000156
+gallium_dri.so malloc 72 0x55717360c0e0 0.000152
+gallium_dri.so free 0x55717360c180 void 0.000155
+gallium_dri.so free 0x55717360c0e0 void 0.000153
+gallium_dri.so malloc 72 0x55717360c130 0.000154
+gallium_dri.so free 0x55717360c200 void 0.000155
+gallium_dri.so free 0x55717360c130 void 0.000153
+gallium_dri.so malloc 72 0x55717360c130 0.000153
+gallium_dri.so free 0x55717360c280 void 0.000155
+gallium_dri.so free 0x55717360c130 void 0.000153
+gallium_dri.so malloc 72 0x55717360c280 0.000153
+gallium_dri.so free 0x5571734620c0 void 0.000153
+gallium_dri.so free 0x55717360c280 void 0.000160
+gallium_dri.so malloc 72 0x557173462100 0.000156
+gallium_dri.so free 0x557173462180 void 0.000156
+gallium_dri.so free 0x557173462100 void 0.000153
+gallium_dri.so malloc 72 0x557173462100 0.000153
+gallium_dri.so free 0x557173462200 void 0.000153
+gallium_dri.so free 0x557173462100 void 0.000155
+gallium_dri.so malloc 72 0x557173462230 0.000174
+gallium_dri.so free 0x557173462280 void 0.000156
+gallium_dri.so free 0x557173462230 void 0.000155
+gallium_dri.so malloc 72 0x557173462230 0.000153
+gallium_dri.so free 0x557173462380 void 0.000154
+gallium_dri.so free 0x557173462230 void 0.000153
+gallium_dri.so malloc 72 0x557173462330 0.000160
+gallium_dri.so free 0x5571735da8c0 void 0.000127
+gallium_dri.so free 0x557173462330 void 0.000114
+gallium_dri.so malloc 72 0x557173462330 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000116
+gallium_dri.so free 0x557173462330 void 0.000114
+gallium_dri.so malloc 72 0x5571735da970 0.000114
+gallium_dri.so free 0x5571735da9c0 void 0.000115
+gallium_dri.so free 0x5571735da970 void 0.000113
+gallium_dri.so malloc 72 0x5571735da970 0.000114
+gallium_dri.so free 0x5571735daac0 void 0.000154
+gallium_dri.so free 0x5571735da970 void 0.000117
+gallium_dri.so malloc 72 0x5571735dab00 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000115
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000115
+gallium_dri.so free 0x5571735e1b40 void 0.000152
+gallium_dri.so free 0x5571735e1a00 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1b70 0.000115
+gallium_dri.so free 0x5571735dab80 void 0.000114
+gallium_dri.so free 0x5571735e1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1bc0 void 0.000115
+gallium_dri.so free 0x5571735e1b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000116
+gallium_dri.so free 0x5571735e1bc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000116
+gallium_dri.so free 0x5571735fa180 void 0.000115
+gallium_dri.so free 0x5571735e1bc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa1a0 0.000113
+gallium_dri.so free 0x5571735fa240 void 0.000115
+gallium_dri.so free 0x5571735fa1a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000113
+gallium_dri.so free 0x5571735fa2c0 void 0.000114
+gallium_dri.so free 0x5571735fa1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa1f0 0.000113
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so free 0x5571735fa1f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735fa340 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so free 0x5571735e1c80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1c80 0.000114
+gallium_dri.so free 0x5571735fb340 void 0.000114
+gallium_dri.so free 0x5571735e1c80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000116
+gallium_dri.so free 0x5571735fb400 void 0.000117
+gallium_dri.so free 0x5571735fb2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb3b0 0.000114
+gallium_dri.so free 0x5571735fb480 void 0.000115
+gallium_dri.so free 0x5571735fb3b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000115
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so free 0x5571735fb4d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000115
+gallium_dri.so free 0x5571735fb4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb4d0 0.000114
+gallium_dri.so free 0x5571735c05c0 void 0.000115
+gallium_dri.so free 0x5571735fb4d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000114
+gallium_dri.so free 0x5571735c0640 void 0.000115
+gallium_dri.so free 0x5571735c0570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0690 0.000114
+gallium_dri.so free 0x5571735c0700 void 0.000114
+gallium_dri.so free 0x5571735c0690 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0740 0.000117
+gallium_dri.so free 0x5571735c07c0 void 0.000163
+gallium_dri.so free 0x5571735c0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0740 0.000114
+gallium_dri.so free 0x5571735f4c40 void 0.000115
+gallium_dri.so free 0x5571735c0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0740 0.000114
+gallium_dri.so free 0x5571735f4d00 void 0.000115
+gallium_dri.so free 0x5571735c0740 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000115
+gallium_dri.so free 0x5571735f4d80 void 0.000116
+gallium_dri.so free 0x5571735f4cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000114
+gallium_dri.so free 0x5571735f4e40 void 0.000116
+gallium_dri.so free 0x5571735f4dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4e60 0.000114
+gallium_dri.so free 0x5571735f4f00 void 0.000114
+gallium_dri.so free 0x5571735f4e60 void 0.000116
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000114
+gallium_dri.so free 0x5571735eb9c0 void 0.000116
+gallium_dri.so free 0x5571735f4eb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000114
+gallium_dri.so free 0x5571735ebac0 void 0.000115
+gallium_dri.so free 0x5571735f4eb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735eba70 0.000116
+gallium_dri.so free 0x5571735ebb40 void 0.000115
+gallium_dri.so free 0x5571735eba70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebb90 0.000115
+gallium_dri.so free 0x5571735ebc00 void 0.000127
+gallium_dri.so free 0x5571735ebb90 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebc20 0.000117
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x5571735ebc20 void 0.000115
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x5571735897c0 void 0.000116
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x557173589840 0.000115
+gallium_dri.so free 0x557173589900 void 0.000116
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so malloc 72 0x557173589840 0.000114
+gallium_dri.so free 0x5571735ebcc0 void 0.000114
+gallium_dri.so free 0x557173589840 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebc70 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000117
+gallium_dri.so free 0x5571735ebc70 void 0.000116
+gallium_dri.so malloc 72 0x557173589a30 0.000116
+gallium_dri.so free 0x5571735f29c0 void 0.000116
+gallium_dri.so free 0x557173589a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000116
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2a90 0.000114
+gallium_dri.so free 0x5571735f2b00 void 0.000130
+gallium_dri.so free 0x5571735f2a90 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2b20 0.000132
+gallium_dri.so free 0x5571735f2bc0 void 0.000116
+gallium_dri.so free 0x5571735f2b20 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2b70 0.000114
+gallium_dri.so free 0x5571735f2c40 void 0.000116
+gallium_dri.so free 0x5571735f2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c40 0.000115
+gallium_dri.so free 0x557173473680 void 0.000115
+gallium_dri.so free 0x5571735f2c40 void 0.000113
+gallium_dri.so malloc 72 0x5571734736c0 0.000113
+gallium_dri.so free 0x557173473740 void 0.000114
+gallium_dri.so free 0x5571734736c0 void 0.000113
+gallium_dri.so malloc 72 0x557173473740 0.000118
+gallium_dri.so free 0x557173473800 void 0.000115
+gallium_dri.so free 0x557173473740 void 0.000114
+gallium_dri.so malloc 72 0x557173473740 0.000114
+gallium_dri.so free 0x557173473880 void 0.000116
+gallium_dri.so free 0x557173473740 void 0.000114
+gallium_dri.so malloc 72 0x5571734738b0 0.000114
+gallium_dri.so free 0x557173473900 void 0.000115
+gallium_dri.so free 0x5571734738b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734738b0 0.000113
+gallium_dri.so free 0x55717346a680 void 0.000115
+gallium_dri.so free 0x5571734738b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346a630 0.000114
+gallium_dri.so free 0x55717346a740 void 0.000165
+gallium_dri.so free 0x55717346a630 void 0.000116
+gallium_dri.so malloc 72 0x55717346a6f0 0.000115
+gallium_dri.so free 0x55717346a7c0 void 0.000115
+gallium_dri.so free 0x55717346a6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346a7e0 0.000113
+gallium_dri.so free 0x55717346a880 void 0.000114
+gallium_dri.so free 0x55717346a7e0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a830 0.000119
+gallium_dri.so free 0x55717346a900 void 0.000116
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000115
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000113
+gallium_dri.so free 0x5571735f6d00 void 0.000114
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000114
+gallium_dri.so free 0x5571735f6d40 void 0.000115
+gallium_dri.so free 0x5571735f6cb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000114
+gallium_dri.so free 0x5571735f6e00 void 0.000113
+gallium_dri.so free 0x5571735f6cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6e70 0.000115
+gallium_dri.so free 0x5571735f6ec0 void 0.000114
+gallium_dri.so free 0x5571735f6e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6e70 0.000115
+gallium_dri.so free 0x5571736101c0 void 0.000128
+gallium_dri.so free 0x5571735f6e70 void 0.000115
+gallium_dri.so malloc 72 0x557173610170 0.000115
+gallium_dri.so free 0x557173610280 void 0.000117
+gallium_dri.so free 0x557173610170 void 0.000114
+gallium_dri.so malloc 72 0x557173610230 0.000118
+gallium_dri.so free 0x5571736102c0 void 0.000115
+gallium_dri.so free 0x557173610230 void 0.000114
+gallium_dri.so malloc 72 0x557173610230 0.000115
+gallium_dri.so free 0x557173610380 void 0.000115
+gallium_dri.so free 0x557173610230 void 0.000114
+gallium_dri.so malloc 72 0x5571736103c0 0.000115
+gallium_dri.so free 0x557173610440 void 0.000115
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so malloc 72 0x557173610440 0.000114
+gallium_dri.so free 0x5571735c11c0 void 0.000115
+gallium_dri.so free 0x557173610440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1220 0.000115
+gallium_dri.so free 0x5571735c12c0 void 0.000114
+gallium_dri.so free 0x5571735c1220 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1270 0.000114
+gallium_dri.so free 0x5571735c1300 void 0.000116
+gallium_dri.so free 0x5571735c1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1270 0.000115
+gallium_dri.so free 0x5571735c13c0 void 0.000115
+gallium_dri.so free 0x5571735c1270 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1400 0.000114
+gallium_dri.so free 0x5571735c1480 void 0.000122
+gallium_dri.so free 0x5571735c1400 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1480 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000114
+gallium_dri.so free 0x5571735c1480 void 0.000112
+gallium_dri.so malloc 72 0x5571735de320 0.000118
+gallium_dri.so free 0x5571735de3c0 void 0.000115
+gallium_dri.so free 0x5571735de320 void 0.000114
+gallium_dri.so malloc 72 0x5571735de370 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000115
+gallium_dri.so free 0x5571735de370 void 0.000115
+gallium_dri.so malloc 72 0x5571735de440 0.000113
+gallium_dri.so free 0x5571735de500 void 0.000115
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so malloc 72 0x5571735de440 0.000113
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so free 0x5571735de440 void 0.000113
+gallium_dri.so malloc 72 0x5571735de580 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000115
+gallium_dri.so free 0x5571735de580 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000116
+gallium_dri.so free 0x5571735ec740 void 0.000116
+gallium_dri.so free 0x5571735ec6a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000115
+gallium_dri.so free 0x5571735ec7c0 void 0.000115
+gallium_dri.so free 0x5571735ec6f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000114
+gallium_dri.so free 0x5571735ec840 void 0.000114
+gallium_dri.so free 0x5571735ec6f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735ec840 0.000116
+gallium_dri.so free 0x5571735ec900 void 0.000158
+gallium_dri.so free 0x5571735ec840 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec840 0.000115
+gallium_dri.so free 0x5571735dc8c0 void 0.000116
+gallium_dri.so free 0x5571735ec840 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000113
+gallium_dri.so free 0x5571735dc900 void 0.000115
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc870 0.000115
+gallium_dri.so free 0x5571735dc9c0 void 0.000114
+gallium_dri.so free 0x5571735dc870 void 0.000115
+gallium_dri.so malloc 72 0x5571735dca00 0.000123
+gallium_dri.so free 0x5571735dca80 void 0.000115
+gallium_dri.so free 0x5571735dca00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000117
+gallium_dri.so malloc 72 0x5571735dca80 0.000114
+gallium_dri.so free 0x5571735e26c0 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e26f0 0.000113
+gallium_dri.so free 0x5571735e2740 void 0.000115
+gallium_dri.so free 0x5571735e26f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e26f0 0.000114
+gallium_dri.so free 0x5571735e2840 void 0.000125
+gallium_dri.so free 0x5571735e26f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2880 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so free 0x5571735e2880 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2900 0.000113
+gallium_dri.so free 0x5571735e29c0 void 0.000114
+gallium_dri.so free 0x5571735e2900 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2900 0.000116
+gallium_dri.so free 0x5571735fe280 void 0.000116
+gallium_dri.so free 0x5571735e2900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000115
+gallium_dri.so free 0x5571735fe230 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so free 0x5571735fe230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe380 0.000115
+gallium_dri.so free 0x5571735fe440 void 0.000115
+gallium_dri.so free 0x5571735fe380 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe380 0.000113
+gallium_dri.so free 0x5571735fe540 void 0.000117
+gallium_dri.so free 0x5571735fe380 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe380 0.000114
+gallium_dri.so free 0x5571735df640 void 0.000114
+gallium_dri.so free 0x5571735fe380 void 0.000114
+gallium_dri.so malloc 72 0x5571735df5f0 0.000114
+gallium_dri.so free 0x5571735df6c0 void 0.000115
+gallium_dri.so free 0x5571735df5f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735df5f0 0.000116
+gallium_dri.so free 0x5571735df740 void 0.000115
+gallium_dri.so free 0x5571735df5f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735df740 0.000114
+gallium_dri.so free 0x5571735df800 void 0.000114
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so malloc 72 0x5571735df740 0.000115
+gallium_dri.so free 0x5571735df8c0 void 0.000121
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so malloc 72 0x5571735df740 0.000114
+gallium_dri.so free 0x55717360c8c0 void 0.000114
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so malloc 72 0x55717360c910 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so free 0x55717360c910 void 0.000113
+gallium_dri.so malloc 72 0x55717360c9c0 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so free 0x55717360c9c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca40 0.000114
+gallium_dri.so free 0x55717360cb00 void 0.000115
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca40 0.000113
+gallium_dri.so free 0x55717360cb80 void 0.000116
+gallium_dri.so free 0x55717360ca40 void 0.000114
+gallium_dri.so malloc 72 0x55717360cbb0 0.000115
+gallium_dri.so free 0x5571735f5900 void 0.000115
+gallium_dri.so free 0x55717360cbb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f5940 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so free 0x5571735f5940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000115
+gallium_dri.so free 0x5571735f5a80 void 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f59c0 0.000116
+gallium_dri.so free 0x5571735f5b00 void 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000114
+gallium_dri.so free 0x5571735f5bc0 void 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f59c0 0.000113
+gallium_dri.so free 0x557173600840 void 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736007f0 0.000114
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x557173600910 0.000114
+gallium_dri.so free 0x557173600980 void 0.000115
+gallium_dri.so free 0x557173600910 void 0.000114
+gallium_dri.so malloc 72 0x5571736009a0 0.000114
+gallium_dri.so free 0x557173600a40 void 0.000114
+gallium_dri.so free 0x5571736009a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000114
+gallium_dri.so free 0x5571736009f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736009f0 0.000116
+gallium_dri.so free 0x55717346cc40 void 0.000115
+gallium_dri.so free 0x5571736009f0 void 0.000142
+gallium_dri.so malloc 72 0x55717346cbf0 0.000121
+gallium_dri.so free 0x55717346ccc0 void 0.000142
+gallium_dri.so free 0x55717346cbf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346cd10 0.000115
+gallium_dri.so free 0x55717346cd80 void 0.000115
+gallium_dri.so free 0x55717346cd10 void 0.000115
+gallium_dri.so malloc 72 0x55717346cda0 0.000115
+gallium_dri.so free 0x55717346ce40 void 0.000117
+gallium_dri.so free 0x55717346cda0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cdf0 0.000113
+gallium_dri.so free 0x55717346cec0 void 0.000115
+gallium_dri.so free 0x55717346cdf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cdf0 0.000113
+gallium_dri.so free 0x5571735f9200 void 0.000116
+gallium_dri.so free 0x55717346cdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f91b0 0.000115
+gallium_dri.so free 0x5571735f92c0 void 0.000115
+gallium_dri.so free 0x5571735f91b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9270 0.000119
+gallium_dri.so free 0x5571735f9340 void 0.000116
+gallium_dri.so free 0x5571735f9270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9270 0.000114
+gallium_dri.so free 0x5571735f9400 void 0.000114
+gallium_dri.so free 0x5571735f9270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9270 0.000113
+gallium_dri.so free 0x5571735f94c0 void 0.000113
+gallium_dri.so free 0x5571735f9270 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9470 0.000113
+gallium_dri.so free 0x55717360dc00 void 0.000116
+gallium_dri.so free 0x5571735f9470 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000113
+gallium_dri.so free 0x55717360dcc0 void 0.000113
+gallium_dri.so free 0x55717360dbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360dc70 0.000113
+gallium_dri.so free 0x55717360dd00 void 0.000115
+gallium_dri.so free 0x55717360dc70 void 0.000114
+gallium_dri.so malloc 72 0x55717360dc70 0.000114
+gallium_dri.so free 0x55717360ddc0 void 0.000116
+gallium_dri.so free 0x55717360dc70 void 0.000113
+gallium_dri.so malloc 72 0x55717360de10 0.000114
+gallium_dri.so free 0x55717360de80 void 0.000113
+gallium_dri.so free 0x55717360de10 void 0.000113
+gallium_dri.so malloc 72 0x55717360dec0 0.000118
+gallium_dri.so free 0x5571735c2500 void 0.000127
+gallium_dri.so free 0x55717360dec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c24b0 0.000124
+gallium_dri.so free 0x5571735c25c0 void 0.000126
+gallium_dri.so free 0x5571735c24b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2570 0.000115
+gallium_dri.so free 0x5571735c2600 void 0.000170
+gallium_dri.so free 0x5571735c2570 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2570 0.000112
+gallium_dri.so free 0x5571735c26c0 void 0.000115
+gallium_dri.so free 0x5571735c2570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2700 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000113
+gallium_dri.so free 0x5571735c2700 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2780 0.000112
+gallium_dri.so free 0x5571735c4ac0 void 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4a70 0.000113
+gallium_dri.so free 0x5571735c4b40 void 0.000114
+gallium_dri.so free 0x5571735c4a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b60 0.000114
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b60 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000112
+gallium_dri.so free 0x5571735c4c80 void 0.000114
+gallium_dri.so free 0x5571735c4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000113
+gallium_dri.so free 0x5571735c4d00 void 0.000113
+gallium_dri.so free 0x5571735c4bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d00 0.000113
+gallium_dri.so free 0x5571735fa5c0 void 0.000115
+gallium_dri.so free 0x5571735c4d00 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4d00 0.000113
+gallium_dri.so free 0x5571735fa640 void 0.000127
+gallium_dri.so free 0x5571735c4d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa670 0.000112
+gallium_dri.so free 0x5571735fa6c0 void 0.000114
+gallium_dri.so free 0x5571735fa670 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa670 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000115
+gallium_dri.so free 0x5571735fa670 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa800 0.000113
+gallium_dri.so free 0x5571735fa880 void 0.000120
+gallium_dri.so free 0x5571735fa800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa880 0.000115
+gallium_dri.so free 0x557173461780 void 0.000115
+gallium_dri.so free 0x5571735fa880 void 0.000117
+gallium_dri.so malloc 72 0x557173461730 0.000115
+gallium_dri.so free 0x5571734617c0 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000113
+gallium_dri.so malloc 72 0x557173461730 0.000112
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so free 0x557173461730 void 0.000114
+gallium_dri.so malloc 72 0x5571734618c0 0.000113
+gallium_dri.so free 0x557173461940 void 0.000114
+gallium_dri.so free 0x5571734618c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461940 0.000115
+gallium_dri.so free 0x557173461a00 void 0.000115
+gallium_dri.so free 0x557173461940 void 0.000112
+gallium_dri.so malloc 72 0x557173461940 0.000119
+gallium_dri.so free 0x5571735db580 void 0.000134
+gallium_dri.so free 0x557173461940 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5a0 0.000116
+gallium_dri.so free 0x5571735db640 void 0.000116
+gallium_dri.so free 0x5571735db5a0 void 0.000144
+gallium_dri.so malloc 72 0x5571735db5f0 0.000119
+gallium_dri.so free 0x5571735db6c0 void 0.000118
+gallium_dri.so free 0x5571735db5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5f0 0.000115
+gallium_dri.so free 0x5571735db740 void 0.000115
+gallium_dri.so free 0x5571735db5f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db740 0.000113
+gallium_dri.so free 0x5571735db800 void 0.000115
+gallium_dri.so free 0x5571735db740 void 0.000113
+gallium_dri.so malloc 72 0x5571735db740 0.000112
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735db740 void 0.000114
+gallium_dri.so malloc 72 0x5571735db740 0.000113
+gallium_dri.so free 0x557173601400 void 0.000115
+gallium_dri.so free 0x5571735db740 void 0.000113
+gallium_dri.so malloc 72 0x5571736013b0 0.000114
+gallium_dri.so free 0x5571736014c0 void 0.000115
+gallium_dri.so free 0x5571736013b0 void 0.000113
+gallium_dri.so malloc 72 0x557173601470 0.000114
+gallium_dri.so free 0x557173601540 void 0.000114
+gallium_dri.so free 0x557173601470 void 0.000113
+gallium_dri.so malloc 72 0x557173601590 0.000113
+gallium_dri.so free 0x557173601600 void 0.000119
+gallium_dri.so free 0x557173601590 void 0.000114
+gallium_dri.so malloc 72 0x557173601620 0.000112
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x557173601620 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd70 0.000114
+gallium_dri.so free 0x5571735ebe40 void 0.000115
+gallium_dri.so free 0x5571735ebd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd70 0.000112
+gallium_dri.so free 0x5571735ebec0 void 0.000114
+gallium_dri.so free 0x5571735ebd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ebec0 0.000114
+gallium_dri.so free 0x5571735ebf80 void 0.000120
+gallium_dri.so free 0x5571735ebec0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebec0 0.000114
+gallium_dri.so free 0x5571735ec080 void 0.000115
+gallium_dri.so free 0x5571735ebec0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec030 0.000117
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571735ec030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1db0 0.000112
+gallium_dri.so free 0x5571735e1e80 void 0.000114
+gallium_dri.so free 0x5571735e1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1db0 0.000115
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so free 0x5571735e1db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f00 0.000113
+gallium_dri.so free 0x5571735ec0c0 void 0.000117
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f00 0.000112
+gallium_dri.so free 0x5571735e1fc0 void 0.000116
+gallium_dri.so free 0x5571735e1f00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1f00 0.000114
+gallium_dri.so free 0x5571735e2080 void 0.000113
+gallium_dri.so free 0x5571735e1f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e20f0 0.000114
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x5571735e20f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dad40 void 0.000114
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dad90 0.000113
+gallium_dri.so free 0x5571735dae00 void 0.000114
+gallium_dri.so free 0x5571735dad90 void 0.000114
+gallium_dri.so malloc 72 0x5571735dae20 0.000112
+gallium_dri.so free 0x5571735daec0 void 0.000115
+gallium_dri.so free 0x5571735dae20 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae70 0.000113
+gallium_dri.so free 0x5571735daf40 void 0.000119
+gallium_dri.so free 0x5571735dae70 void 0.000115
+gallium_dri.so malloc 72 0x5571735dae70 0.000114
+gallium_dri.so free 0x5571735f5040 void 0.000115
+gallium_dri.so free 0x5571735dae70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5100 void 0.000124
+gallium_dri.so free 0x5571735f4ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f50b0 0.000113
+gallium_dri.so free 0x5571735dafc0 void 0.000112
+gallium_dri.so free 0x5571735f50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f50b0 0.000112
+gallium_dri.so free 0x5571735f5180 void 0.000114
+gallium_dri.so free 0x5571735f50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f50b0 0.000112
+gallium_dri.so free 0x5571735f5240 void 0.000111
+gallium_dri.so free 0x5571735f50b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5280 0.000111
+gallium_dri.so free 0x5571735f5300 void 0.000112
+gallium_dri.so free 0x5571735f5280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5300 0.000112
+gallium_dri.so free 0x5571735fb680 void 0.000111
+gallium_dri.so free 0x5571735f5300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb630 0.000131
+gallium_dri.so free 0x5571735fb6c0 void 0.000121
+gallium_dri.so free 0x5571735fb630 void 0.000124
+gallium_dri.so malloc 72 0x5571735fb630 0.000120
+gallium_dri.so free 0x5571735fb780 void 0.000113
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000112
+gallium_dri.so free 0x5571735fb840 void 0.000113
+gallium_dri.so free 0x5571735fb7d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb880 0.000112
+gallium_dri.so free 0x5571735fb900 void 0.000171
+gallium_dri.so free 0x5571735fb880 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb900 0.000123
+gallium_dri.so free 0x5571736068c0 void 0.000125
+gallium_dri.so free 0x5571735fb900 void 0.000144
+gallium_dri.so malloc 72 0x5571736068e0 0.000120
+gallium_dri.so free 0x557173606980 void 0.000121
+gallium_dri.so free 0x5571736068e0 void 0.000124
+gallium_dri.so malloc 72 0x557173606930 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000115
+gallium_dri.so free 0x557173606930 void 0.000113
+gallium_dri.so malloc 72 0x557173606930 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000126
+gallium_dri.so free 0x557173606930 void 0.000120
+gallium_dri.so malloc 72 0x557173606a80 0.000115
+gallium_dri.so free 0x557173606b40 void 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000123
+gallium_dri.so malloc 72 0x557173606a80 0.000124
+gallium_dri.so free 0x557173606c40 void 0.000119
+gallium_dri.so free 0x557173606a80 void 0.000115
+gallium_dri.so malloc 72 0x557173606bf0 0.000115
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x557173606bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3330 0.000120
+gallium_dri.so free 0x5571735f3380 void 0.000120
+gallium_dri.so free 0x5571735f3330 void 0.000124
+gallium_dri.so malloc 72 0x5571735f3330 0.000124
+gallium_dri.so free 0x5571735f3480 void 0.000119
+gallium_dri.so free 0x5571735f3330 void 0.000118
+gallium_dri.so malloc 72 0x5571735f3430 0.000124
+gallium_dri.so free 0x5571735f3540 void 0.000125
+gallium_dri.so free 0x5571735f3430 void 0.000121
+gallium_dri.so malloc 72 0x5571735f34f0 0.000114
+gallium_dri.so free 0x5571735f3580 void 0.000114
+gallium_dri.so free 0x5571735f34f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f34f0 0.000123
+gallium_dri.so free 0x5571735f3640 void 0.000125
+gallium_dri.so free 0x5571735f34f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f36b0 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000115
+gallium_dri.so free 0x5571735f36b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f36b0 0.000123
+gallium_dri.so free 0x5571735fd200 void 0.000124
+gallium_dri.so free 0x5571735f36b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd200 0.000122
+gallium_dri.so free 0x5571735fd2c0 void 0.000124
+gallium_dri.so free 0x5571735fd200 void 0.000134
+gallium_dri.so malloc 72 0x5571735fd200 0.000217
+gallium_dri.so free 0x5571735fd380 void 0.000215
+gallium_dri.so free 0x5571735fd200 void 0.000218
+gallium_dri.so malloc 72 0x5571735fd200 0.000211
+gallium_dri.so free 0x5571735fd440 void 0.000190
+gallium_dri.so free 0x5571735fd200 void 0.000173
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000210
+gallium_dri.so free 0x5571735fd4c0 void 0.000157
+gallium_dri.so free 0x5571735fd3f0 void 0.000174
+gallium_dri.so malloc 72 0x5571735fd510 0.000216
+gallium_dri.so free 0x557173462840 void 0.000176
+gallium_dri.so free 0x5571735fd510 void 0.000223
+gallium_dri.so malloc 72 0x5571735fd510 0.000211
+gallium_dri.so free 0x557173462900 void 0.000219
+gallium_dri.so free 0x5571735fd510 void 0.000213
+gallium_dri.so malloc 72 0x557173462920 0.000226
+gallium_dri.so free 0x5571734629c0 void 0.000214
+gallium_dri.so free 0x557173462920 void 0.000193
+gallium_dri.so malloc 72 0x557173462970 0.000171
+gallium_dri.so free 0x557173462a40 void 0.000119
+gallium_dri.so free 0x557173462970 void 0.000113
+gallium_dri.so malloc 72 0x557173462970 0.000119
+gallium_dri.so free 0x557173462ac0 void 0.000123
+gallium_dri.so free 0x557173462970 void 0.000131
+gallium_dri.so malloc 72 0x557173462ac0 0.000121
+gallium_dri.so free 0x557173462b80 void 0.000127
+gallium_dri.so free 0x557173462ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173462ac0 0.000128
+gallium_dri.so free 0x55717346bb40 void 0.000130
+gallium_dri.so free 0x557173462ac0 void 0.000131
+gallium_dri.so malloc 72 0x557173462ac0 0.000130
+gallium_dri.so free 0x55717346bc00 void 0.000221
+gallium_dri.so free 0x557173462ac0 void 0.000224
+gallium_dri.so malloc 72 0x55717346bbb0 0.000219
+gallium_dri.so free 0x55717346bcc0 void 0.000205
+gallium_dri.so free 0x55717346bbb0 void 0.000224
+gallium_dri.so malloc 72 0x55717346bc70 0.000220
+gallium_dri.so free 0x55717346bd40 void 0.000248
+gallium_dri.so free 0x55717346bc70 void 0.000223
+gallium_dri.so malloc 72 0x55717346bd90 0.000221
+gallium_dri.so free 0x55717346be00 void 0.000220
+gallium_dri.so free 0x55717346bd90 void 0.000223
+gallium_dri.so malloc 72 0x55717346be20 0.000196
+gallium_dri.so free 0x55717346bec0 void 0.000181
+gallium_dri.so free 0x55717346be20 void 0.000130
+gallium_dri.so malloc 72 0x55717346be70 0.000144
+gallium_dri.so free 0x5571735ff740 void 0.000223
+gallium_dri.so free 0x55717346be70 void 0.000220
+gallium_dri.so malloc 72 0x55717346be70 0.000197
+gallium_dri.so free 0x5571735ff7c0 void 0.000182
+gallium_dri.so free 0x55717346be70 void 0.000185
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000126
+gallium_dri.so free 0x5571735ff880 void 0.000126
+gallium_dri.so free 0x5571735ff7c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000124
+gallium_dri.so free 0x5571735ff980 void 0.000126
+gallium_dri.so free 0x5571735ff7c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ff930 0.000233
+gallium_dri.so free 0x5571735ff9c0 void 0.000343
+gallium_dri.so free 0x5571735ff930 void 0.000381
+gallium_dri.so malloc 72 0x5571735ff930 0.000296
+gallium_dri.so free 0x5571735ffa80 void 0.000286
+gallium_dri.so free 0x5571735ff930 void 0.000275
+gallium_dri.so malloc 72 0x5571735ffac0 0.000285
+gallium_dri.so free 0x557173608480 void 0.000312
+gallium_dri.so free 0x5571735ffac0 void 0.000291
+gallium_dri.so malloc 72 0x557173608480 0.000290
+gallium_dri.so free 0x557173608540 void 0.000302
+gallium_dri.so free 0x557173608480 void 0.000288
+gallium_dri.so malloc 72 0x557173608480 0.000290
+gallium_dri.so free 0x5571736085c0 void 0.000293
+gallium_dri.so free 0x557173608480 void 0.000265
+gallium_dri.so malloc 72 0x5571736085f0 0.000290
+gallium_dri.so free 0x557173608640 void 0.000287
+gallium_dri.so free 0x5571736085f0 void 0.000297
+gallium_dri.so malloc 72 0x5571736085f0 0.000279
+gallium_dri.so free 0x557173608740 void 0.000275
+gallium_dri.so free 0x5571736085f0 void 0.000290
+gallium_dri.so malloc 72 0x557173608780 0.000292
+gallium_dri.so free 0x557173620740 void 0.000278
+gallium_dri.so free 0x557173608780 void 0.000291
+gallium_dri.so malloc 72 0x557173620740 0.000290
+gallium_dri.so free 0x557173620800 void 0.000288
+gallium_dri.so free 0x557173620740 void 0.000293
+gallium_dri.so malloc 72 0x557173620740 0.000289
+gallium_dri.so free 0x557173620880 void 0.000288
+gallium_dri.so free 0x557173620740 void 0.000262
+gallium_dri.so malloc 72 0x5571736208b0 0.000290
+gallium_dri.so free 0x557173608800 void 0.000277
+gallium_dri.so free 0x5571736208b0 void 0.000281
+gallium_dri.so malloc 72 0x5571736208b0 0.000319
+gallium_dri.so free 0x557173620900 void 0.000258
+gallium_dri.so free 0x5571736208b0 void 0.000315
+gallium_dri.so malloc 72 0x557173620900 0.000312
+gallium_dri.so free 0x5571736209c0 void 0.000314
+gallium_dri.so free 0x557173620900 void 0.000311
+gallium_dri.so malloc 72 0x557173620900 0.000255
+gallium_dri.so free 0x557173620ac0 void 0.000294
+gallium_dri.so free 0x557173620900 void 0.000289
+gallium_dri.so malloc 72 0x557173620900 0.000236
+gallium_dri.so free 0x55717346e100 void 0.000317
+gallium_dri.so free 0x557173620900 void 0.000289
+gallium_dri.so malloc 72 0x557173620900 0.000315
+gallium_dri.so free 0x55717346e1c0 void 0.000281
+gallium_dri.so free 0x557173620900 void 0.000160
+gallium_dri.so malloc 72 0x55717346e170 0.000189
+gallium_dri.so free 0x55717346e240 void 0.000154
+gallium_dri.so free 0x55717346e170 void 0.000153
+gallium_dri.so malloc 72 0x55717346e290 0.000149
+gallium_dri.so free 0x55717346e300 void 0.000148
+gallium_dri.so free 0x55717346e290 void 0.000152
+gallium_dri.so malloc 72 0x55717346e320 0.000150
+gallium_dri.so free 0x55717346e3c0 void 0.000148
+gallium_dri.so free 0x55717346e320 void 0.000155
+gallium_dri.so malloc 72 0x55717346e370 0.000148
+gallium_dri.so free 0x55717346e440 void 0.000152
+gallium_dri.so free 0x55717346e370 void 0.000148
+gallium_dri.so malloc 72 0x55717346e440 0.000141
+gallium_dri.so free 0x5571735d25c0 void 0.000148
+gallium_dri.so free 0x55717346e440 void 0.000151
+gallium_dri.so malloc 72 0x55717346e440 0.000150
+gallium_dri.so free 0x5571735d2640 void 0.000151
+gallium_dri.so free 0x55717346e440 void 0.000153
+gallium_dri.so malloc 72 0x5571735d2640 0.000150
+gallium_dri.so free 0x5571735d2700 void 0.000150
+gallium_dri.so free 0x5571735d2640 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2640 0.000148
+gallium_dri.so free 0x5571735d27c0 void 0.000148
+gallium_dri.so free 0x5571735d2640 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2640 0.000149
+gallium_dri.so free 0x5571735d2880 void 0.000147
+gallium_dri.so free 0x5571735d2640 void 0.000141
+gallium_dri.so malloc 72 0x5571735d2830 0.000171
+gallium_dri.so free 0x5571735d2900 void 0.000153
+gallium_dri.so free 0x5571735d2830 void 0.000152
+gallium_dri.so malloc 72 0x5571735d2950 0.000150
+gallium_dri.so free 0x55717360f0c0 void 0.000148
+gallium_dri.so free 0x5571735d2950 void 0.000150
+gallium_dri.so malloc 72 0x5571735d2950 0.000149
+gallium_dri.so free 0x55717360f140 void 0.000147
+gallium_dri.so free 0x5571735d2950 void 0.000151
+gallium_dri.so malloc 72 0x5571735d2950 0.000148
+gallium_dri.so free 0x55717360f200 void 0.000145
+gallium_dri.so free 0x5571735d2950 void 0.000149
+gallium_dri.so malloc 72 0x5571735d2950 0.000151
+gallium_dri.so free 0x55717360f2c0 void 0.000150
+gallium_dri.so free 0x5571735d2950 void 0.000151
+gallium_dri.so malloc 72 0x55717360f270 0.000156
+gallium_dri.so free 0x55717360f340 void 0.000148
+gallium_dri.so free 0x55717360f270 void 0.000149
+gallium_dri.so malloc 72 0x55717360f390 0.000150
+gallium_dri.so free 0x55717360f400 void 0.000192
+gallium_dri.so free 0x55717360f390 void 0.000188
+gallium_dri.so malloc 72 0x55717360f420 0.000197
+gallium_dri.so free 0x5571735f8100 void 0.000187
+gallium_dri.so free 0x55717360f420 void 0.000187
+gallium_dri.so malloc 72 0x55717360f420 0.000173
+gallium_dri.so free 0x5571735f81c0 void 0.000172
+gallium_dri.so free 0x55717360f420 void 0.000150
+gallium_dri.so malloc 72 0x5571735f8170 0.000130
+gallium_dri.so free 0x5571735f81c0 void 0.000165
+gallium_dri.so free 0x5571735f8170 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8170 0.000130
+gallium_dri.so free 0x5571735f82c0 void 0.000126
+gallium_dri.so free 0x5571735f8170 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8270 0.000126
+gallium_dri.so free 0x5571735f8380 void 0.000133
+gallium_dri.so free 0x5571735f8270 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8330 0.000151
+gallium_dri.so free 0x5571735f83c0 void 0.000131
+gallium_dri.so free 0x5571735f8330 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8330 0.000121
+gallium_dri.so free 0x5571735d0000 void 0.000126
+gallium_dri.so free 0x5571735f8330 void 0.000132
+gallium_dri.so malloc 72 0x5571735f8330 0.000129
+gallium_dri.so free 0x5571735d0080 void 0.000129
+gallium_dri.so free 0x5571735f8330 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0080 0.000130
+gallium_dri.so free 0x5571735d0140 void 0.000125
+gallium_dri.so free 0x5571735d0080 void 0.000121
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d0240 void 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0080 0.000129
+gallium_dri.so free 0x5571735f8480 void 0.000124
+gallium_dri.so free 0x5571735d0080 void 0.000118
+gallium_dri.so malloc 72 0x5571735f84b0 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000128
+gallium_dri.so free 0x5571735f84b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0300 0.000129
+gallium_dri.so free 0x5571735c39c0 void 0.000135
+gallium_dri.so free 0x5571735d0300 void 0.000131
+gallium_dri.so malloc 72 0x5571735c39c0 0.000130
+gallium_dri.so free 0x5571735c3a80 void 0.000133
+gallium_dri.so free 0x5571735c39c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c39c0 0.000130
+gallium_dri.so free 0x5571735c3b00 void 0.000129
+gallium_dri.so free 0x5571735c39c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3b30 0.000130
+gallium_dri.so free 0x5571735c3b80 void 0.000130
+gallium_dri.so free 0x5571735c3b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3b80 0.000129
+gallium_dri.so free 0x5571735d0380 void 0.000130
+gallium_dri.so free 0x5571735c3b80 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3b80 0.000130
+gallium_dri.so free 0x5571735c3c40 void 0.000126
+gallium_dri.so free 0x5571735c3b80 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3c40 0.000125
+gallium_dri.so free 0x5571735c3d00 void 0.000130
+gallium_dri.so free 0x5571735c3c40 void 0.000151
+gallium_dri.so malloc 72 0x5571735c3c40 0.000237
+gallium_dri.so free 0x557173464e00 void 0.000238
+gallium_dri.so free 0x5571735c3c40 void 0.000219
+gallium_dri.so malloc 72 0x5571735c3c40 0.000214
+gallium_dri.so free 0x557173464ec0 void 0.000183
+gallium_dri.so free 0x5571735c3c40 void 0.000139
+gallium_dri.so malloc 72 0x557173464e70 0.000195
+gallium_dri.so free 0x557173464f40 void 0.000242
+gallium_dri.so free 0x557173464e70 void 0.000242
+gallium_dri.so malloc 72 0x557173464f90 0.000243
+gallium_dri.so free 0x557173465000 void 0.000222
+gallium_dri.so free 0x557173464f90 void 0.000232
+gallium_dri.so malloc 72 0x557173465040 0.000237
+gallium_dri.so free 0x5571734650c0 void 0.000243
+gallium_dri.so free 0x557173465040 void 0.000181
+gallium_dri.so malloc 72 0x557173465040 0.000243
+gallium_dri.so free 0x557173465140 void 0.000243
+gallium_dri.so free 0x557173465040 void 0.000218
+gallium_dri.so malloc 72 0x557173465170 0.000191
+gallium_dri.so free 0x55717358e200 void 0.000144
+gallium_dri.so free 0x557173465170 void 0.000146
+gallium_dri.so malloc 72 0x557173465170 0.000146
+gallium_dri.so free 0x55717358e280 void 0.000139
+gallium_dri.so free 0x557173465170 void 0.000139
+gallium_dri.so malloc 72 0x55717358e280 0.000145
+gallium_dri.so free 0x55717358e340 void 0.000140
+gallium_dri.so free 0x55717358e280 void 0.000139
+gallium_dri.so malloc 72 0x55717358e280 0.000145
+gallium_dri.so free 0x55717358e400 void 0.000146
+gallium_dri.so free 0x55717358e280 void 0.000141
+gallium_dri.so malloc 72 0x55717358e280 0.000140
+gallium_dri.so free 0x55717358e4c0 void 0.000145
+gallium_dri.so free 0x55717358e280 void 0.000143
+gallium_dri.so malloc 72 0x55717358e470 0.000139
+gallium_dri.so free 0x55717358e4c0 void 0.000130
+gallium_dri.so free 0x55717358e470 void 0.000130
+gallium_dri.so malloc 72 0x55717358e470 0.000130
+gallium_dri.so free 0x557173469380 void 0.000129
+gallium_dri.so free 0x55717358e470 void 0.000129
+gallium_dri.so malloc 72 0x557173469380 0.000129
+gallium_dri.so free 0x55717358e5c0 void 0.000125
+gallium_dri.so free 0x557173469380 void 0.000124
+gallium_dri.so malloc 72 0x55717358e570 0.000129
+gallium_dri.so free 0x557173469440 void 0.000132
+gallium_dri.so free 0x55717358e570 void 0.000130
+gallium_dri.so malloc 72 0x55717358e570 0.000125
+gallium_dri.so free 0x557173469500 void 0.000120
+gallium_dri.so free 0x55717358e570 void 0.000124
+gallium_dri.so malloc 72 0x5571734694b0 0.000130
+gallium_dri.so free 0x557173469580 void 0.000129
+gallium_dri.so free 0x5571734694b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734695d0 0.000126
+gallium_dri.so free 0x557173469640 void 0.000138
+gallium_dri.so free 0x5571734695d0 void 0.000132
+gallium_dri.so malloc 72 0x5571734696a0 0.000131
+gallium_dri.so free 0x557173469740 void 0.000129
+gallium_dri.so free 0x5571734696a0 void 0.000125
+gallium_dri.so malloc 72 0x5571734696f0 0.000120
+gallium_dri.so free 0x5571735e3300 void 0.000126
+gallium_dri.so free 0x5571734696f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e3330 0.000131
+gallium_dri.so free 0x5571735e3380 void 0.000130
+gallium_dri.so free 0x5571735e3330 void 0.000130
+gallium_dri.so malloc 72 0x5571735e3330 0.000125
+gallium_dri.so free 0x5571735e3480 void 0.000126
+gallium_dri.so free 0x5571735e3330 void 0.000131
+gallium_dri.so malloc 72 0x5571735e3430 0.000126
+gallium_dri.so free 0x5571735e3540 void 0.000121
+gallium_dri.so free 0x5571735e3430 void 0.000124
+gallium_dri.so malloc 72 0x5571735e34f0 0.000123
+gallium_dri.so free 0x5571735e3580 void 0.000120
+gallium_dri.so free 0x5571735e34f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e34f0 0.000125
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e34f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735e3690 0.000165
+gallium_dri.so free 0x5571735f6540 void 0.000165
+gallium_dri.so free 0x5571735e3690 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6580 0.000129
+gallium_dri.so free 0x5571735f6600 void 0.000129
+gallium_dri.so free 0x5571735f6580 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6600 0.000131
+gallium_dri.so free 0x5571735f66c0 void 0.000131
+gallium_dri.so free 0x5571735f6600 void 0.000129
+gallium_dri.so malloc 72 0x5571735f6600 0.000125
+gallium_dri.so free 0x5571735f6740 void 0.000121
+gallium_dri.so free 0x5571735f6600 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6770 0.000125
+gallium_dri.so free 0x5571735f67c0 void 0.000121
+gallium_dri.so free 0x5571735f6770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6770 0.000120
+gallium_dri.so free 0x5571735f68c0 void 0.000119
+gallium_dri.so free 0x5571735f6770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6870 0.000119
+gallium_dri.so free 0x5571735c1e00 void 0.000120
+gallium_dri.so free 0x5571735f6870 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1e40 0.000130
+gallium_dri.so free 0x5571735c1ec0 void 0.000123
+gallium_dri.so free 0x5571735c1e40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1e40 0.000120
+gallium_dri.so free 0x5571735c1f40 void 0.000126
+gallium_dri.so free 0x5571735c1e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1f70 0.000125
+gallium_dri.so free 0x5571735c1fc0 void 0.000128
+gallium_dri.so free 0x5571735c1f70 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1f70 0.000130
+gallium_dri.so free 0x5571735c20c0 void 0.000125
+gallium_dri.so free 0x5571735c1f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2070 0.000121
+gallium_dri.so free 0x5571735c2180 void 0.000127
+gallium_dri.so free 0x5571735c2070 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2130 0.000121
+gallium_dri.so free 0x5571735911c0 void 0.000120
+gallium_dri.so free 0x5571735c2130 void 0.000123
+gallium_dri.so malloc 72 0x5571735911f0 0.000124
+gallium_dri.so free 0x557173591240 void 0.000121
+gallium_dri.so free 0x5571735911f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735911f0 0.000130
+gallium_dri.so free 0x557173591340 void 0.000142
+gallium_dri.so free 0x5571735911f0 void 0.000125
+gallium_dri.so malloc 72 0x557173591380 0.000120
+gallium_dri.so free 0x557173591400 void 0.000120
+gallium_dri.so free 0x557173591380 void 0.000124
+gallium_dri.so malloc 72 0x557173591400 0.000131
+gallium_dri.so free 0x5571735c21c0 void 0.000130
+gallium_dri.so free 0x557173591400 void 0.000129
+gallium_dri.so malloc 72 0x557173591400 0.000128
+gallium_dri.so free 0x5571735914c0 void 0.000132
+gallium_dri.so free 0x557173591400 void 0.000130
+gallium_dri.so malloc 72 0x557173591400 0.000125
+gallium_dri.so free 0x557173591580 void 0.000126
+gallium_dri.so free 0x557173591400 void 0.000130
+gallium_dri.so malloc 72 0x557173591530 0.000125
+gallium_dri.so free 0x557173465800 void 0.000121
+gallium_dri.so free 0x557173591530 void 0.000124
+gallium_dri.so malloc 72 0x557173465850 0.000129
+gallium_dri.so free 0x5571734658c0 void 0.000130
+gallium_dri.so free 0x557173465850 void 0.000126
+gallium_dri.so malloc 72 0x557173465920 0.000120
+gallium_dri.so free 0x5571734659c0 void 0.000126
+gallium_dri.so free 0x557173465920 void 0.000132
+gallium_dri.so malloc 72 0x557173465970 0.000130
+gallium_dri.so free 0x557173465a00 void 0.000129
+gallium_dri.so free 0x557173465970 void 0.000129
+gallium_dri.so malloc 72 0x557173465970 0.000130
+gallium_dri.so free 0x557173465ac0 void 0.000135
+gallium_dri.so free 0x557173465970 void 0.000127
+gallium_dri.so malloc 72 0x557173465b00 0.000125
+gallium_dri.so free 0x557173465b80 void 0.000126
+gallium_dri.so free 0x557173465b00 void 0.000125
+gallium_dri.so malloc 72 0x557173465b80 0.000130
+gallium_dri.so free 0x557173469f80 void 0.000131
+gallium_dri.so free 0x557173465b80 void 0.000130
+gallium_dri.so malloc 72 0x557173469fa0 0.000130
+gallium_dri.so free 0x55717346a040 void 0.000129
+gallium_dri.so free 0x557173469fa0 void 0.000125
+gallium_dri.so malloc 72 0x557173469ff0 0.000121
+gallium_dri.so free 0x55717346a0c0 void 0.000126
+gallium_dri.so free 0x557173469ff0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a0c0 0.000125
+gallium_dri.so free 0x55717346a180 void 0.000139
+gallium_dri.so free 0x55717346a0c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346a0c0 0.000132
+gallium_dri.so free 0x55717346a200 void 0.000124
+gallium_dri.so free 0x55717346a0c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346a200 0.000129
+gallium_dri.so free 0x55717346a2c0 void 0.000130
+gallium_dri.so free 0x55717346a200 void 0.000125
+gallium_dri.so malloc 72 0x55717346a200 0.000121
+gallium_dri.so free 0x55717360d500 void 0.000125
+gallium_dri.so free 0x55717346a200 void 0.000130
+gallium_dri.so malloc 72 0x55717360d530 0.000129
+gallium_dri.so free 0x55717360d580 void 0.000125
+gallium_dri.so free 0x55717360d530 void 0.000125
+gallium_dri.so malloc 72 0x55717360d530 0.000130
+gallium_dri.so free 0x55717360d680 void 0.000131
+gallium_dri.so free 0x55717360d530 void 0.000125
+gallium_dri.so malloc 72 0x55717360d630 0.000125
+gallium_dri.so free 0x55717360d740 void 0.000130
+gallium_dri.so free 0x55717360d630 void 0.000129
+gallium_dri.so malloc 72 0x55717360d6f0 0.000125
+gallium_dri.so free 0x55717360d7c0 void 0.000121
+gallium_dri.so free 0x55717360d6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d7e0 0.000131
+gallium_dri.so free 0x55717360d880 void 0.000125
+gallium_dri.so free 0x55717360d7e0 void 0.000170
+gallium_dri.so malloc 72 0x55717360d830 0.000130
+gallium_dri.so free 0x55717346c540 void 0.000124
+gallium_dri.so free 0x55717360d830 void 0.000119
+gallium_dri.so malloc 72 0x55717346c580 0.000120
+gallium_dri.so free 0x55717346c600 void 0.000119
+gallium_dri.so free 0x55717346c580 void 0.000124
+gallium_dri.so malloc 72 0x55717346c600 0.000129
+gallium_dri.so free 0x55717346c6c0 void 0.000129
+gallium_dri.so free 0x55717346c600 void 0.000126
+gallium_dri.so malloc 72 0x55717346c600 0.000126
+gallium_dri.so free 0x55717346c740 void 0.000130
+gallium_dri.so free 0x55717346c600 void 0.000132
+gallium_dri.so malloc 72 0x55717346c770 0.000129
+gallium_dri.so free 0x55717346c7c0 void 0.000130
+gallium_dri.so free 0x55717346c770 void 0.000126
+gallium_dri.so malloc 72 0x55717346c770 0.000125
+gallium_dri.so free 0x55717346c8c0 void 0.000125
+gallium_dri.so free 0x55717346c770 void 0.000124
+gallium_dri.so malloc 72 0x55717346c900 0.000129
+gallium_dri.so free 0x557173463240 void 0.000130
+gallium_dri.so free 0x55717346c900 void 0.000130
+gallium_dri.so malloc 72 0x557173463290 0.000129
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463290 void 0.000140
+gallium_dri.so malloc 72 0x557173463320 0.000126
+gallium_dri.so free 0x5571734633c0 void 0.000127
+gallium_dri.so free 0x557173463320 void 0.000125
+gallium_dri.so malloc 72 0x557173463370 0.000125
+gallium_dri.so free 0x557173463440 void 0.000131
+gallium_dri.so free 0x557173463370 void 0.000129
+gallium_dri.so malloc 72 0x557173463370 0.000125
+gallium_dri.so free 0x5571734634c0 void 0.000121
+gallium_dri.so free 0x557173463370 void 0.000125
+gallium_dri.so malloc 72 0x5571734634c0 0.000132
+gallium_dri.so free 0x557173463580 void 0.000129
+gallium_dri.so free 0x5571734634c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734634c0 0.000122
+gallium_dri.so free 0x55717358ec00 void 0.000121
+gallium_dri.so free 0x5571734634c0 void 0.000124
+gallium_dri.so malloc 72 0x55717358ec20 0.000129
+gallium_dri.so free 0x55717358ecc0 void 0.000131
+gallium_dri.so free 0x55717358ec20 void 0.000129
+gallium_dri.so malloc 72 0x55717358ec70 0.000124
+gallium_dri.so free 0x55717358ed40 void 0.000120
+gallium_dri.so free 0x55717358ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717358ec70 0.000118
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so free 0x55717358ec70 void 0.000119
+gallium_dri.so malloc 72 0x55717358edc0 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000120
+gallium_dri.so malloc 72 0x55717358edc0 0.000125
+gallium_dri.so free 0x55717358ef40 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x55717358edc0 0.000118
+gallium_dri.so free 0x557173467dc0 void 0.000121
+gallium_dri.so free 0x55717358edc0 void 0.000118
+gallium_dri.so malloc 72 0x557173467e10 0.000119
+gallium_dri.so free 0x557173467e80 void 0.000121
+gallium_dri.so free 0x557173467e10 void 0.000121
+gallium_dri.so malloc 72 0x557173467ec0 0.000123
+gallium_dri.so free 0x557173467f40 void 0.000120
+gallium_dri.so free 0x557173467ec0 void 0.000118
+gallium_dri.so malloc 72 0x557173467f40 0.000119
+gallium_dri.so free 0x557173468000 void 0.000120
+gallium_dri.so free 0x557173467f40 void 0.000119
+gallium_dri.so malloc 72 0x557173467f40 0.000120
+gallium_dri.so free 0x55717358f000 void 0.000120
+gallium_dri.so free 0x557173467f40 void 0.000117
+gallium_dri.so malloc 72 0x55717358efb0 0.000119
+gallium_dri.so free 0x557173468080 void 0.000118
+gallium_dri.so free 0x55717358efb0 void 0.000118
+gallium_dri.so malloc 72 0x5571734680c0 0.000119
+gallium_dri.so free 0x557173468140 void 0.000120
+gallium_dri.so free 0x5571734680c0 void 0.000132
+gallium_dri.so malloc 72 0x557173468140 0.000121
+gallium_dri.so free 0x5571735f8b00 void 0.000120
+gallium_dri.so free 0x557173468140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b40 0.000120
+gallium_dri.so free 0x5571735f8bc0 void 0.000122
+gallium_dri.so free 0x5571735f8b40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8b40 0.000119
+gallium_dri.so free 0x5571735f8c40 void 0.000120
+gallium_dri.so free 0x5571735f8b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c70 0.000118
+gallium_dri.so free 0x5571735f8cc0 void 0.000120
+gallium_dri.so free 0x5571735f8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8c70 0.000118
+gallium_dri.so free 0x5571735f8dc0 void 0.000128
+gallium_dri.so free 0x5571735f8c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8d70 0.000113
+gallium_dri.so free 0x5571735f8e80 void 0.000114
+gallium_dri.so free 0x5571735f8d70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e30 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000114
+gallium_dri.so free 0x5571735f8e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000113
+gallium_dri.so free 0x5571735dc240 void 0.000119
+gallium_dri.so free 0x5571735dc1f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000116
+gallium_dri.so free 0x5571735dc340 void 0.000116
+gallium_dri.so free 0x5571735dc1f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc380 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000114
+gallium_dri.so free 0x5571735dc380 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x5571735f8ec0 void 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x5571735dc4c0 void 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc400 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000114
+gallium_dri.so free 0x5571735dc400 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc530 0.000124
+gallium_dri.so free 0x55717358c640 void 0.000122
+gallium_dri.so free 0x5571735dc530 void 0.000119
+gallium_dri.so malloc 72 0x55717358c690 0.000119
+gallium_dri.so free 0x55717358c700 void 0.000119
+gallium_dri.so free 0x55717358c690 void 0.000116
+gallium_dri.so malloc 72 0x55717358c760 0.000120
+gallium_dri.so free 0x55717358c800 void 0.000119
+gallium_dri.so free 0x55717358c760 void 0.000116
+gallium_dri.so malloc 72 0x55717358c7b0 0.000121
+gallium_dri.so free 0x55717358c840 void 0.000119
+gallium_dri.so free 0x55717358c7b0 void 0.000118
+gallium_dri.so malloc 72 0x55717358c7b0 0.000126
+gallium_dri.so free 0x55717358c900 void 0.000177
+gallium_dri.so free 0x55717358c7b0 void 0.000121
+gallium_dri.so malloc 72 0x55717358c940 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000118
+gallium_dri.so free 0x55717358c940 void 0.000120
+gallium_dri.so malloc 72 0x55717358c9c0 0.000120
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x55717358c9c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fdba0 0.000121
+gallium_dri.so free 0x5571735fdc40 void 0.000120
+gallium_dri.so free 0x5571735fdba0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000117
+gallium_dri.so free 0x5571735fdcc0 void 0.000120
+gallium_dri.so free 0x5571735fdbf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000121
+gallium_dri.so free 0x5571735fdd80 void 0.000118
+gallium_dri.so free 0x5571735fdcc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000122
+gallium_dri.so free 0x5571735fde00 void 0.000120
+gallium_dri.so free 0x5571735fdcc0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fde00 0.000119
+gallium_dri.so free 0x5571735fdec0 void 0.000118
+gallium_dri.so free 0x5571735fde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735fde00 0.000120
+gallium_dri.so free 0x557173600140 void 0.000119
+gallium_dri.so free 0x5571735fde00 void 0.000118
+gallium_dri.so malloc 72 0x557173600170 0.000127
+gallium_dri.so free 0x5571736001c0 void 0.000121
+gallium_dri.so free 0x557173600170 void 0.000119
+gallium_dri.so malloc 72 0x557173600170 0.000119
+gallium_dri.so free 0x5571736002c0 void 0.000120
+gallium_dri.so free 0x557173600170 void 0.000120
+gallium_dri.so malloc 72 0x557173600270 0.000120
+gallium_dri.so free 0x557173600380 void 0.000120
+gallium_dri.so free 0x557173600270 void 0.000116
+gallium_dri.so malloc 72 0x557173600330 0.000119
+gallium_dri.so free 0x557173600400 void 0.000122
+gallium_dri.so free 0x557173600330 void 0.000115
+gallium_dri.so malloc 72 0x557173600420 0.000113
+gallium_dri.so free 0x5571736004c0 void 0.000114
+gallium_dri.so free 0x557173600420 void 0.000112
+gallium_dri.so malloc 72 0x557173600470 0.000111
+gallium_dri.so free 0x55717346eb00 void 0.000114
+gallium_dri.so free 0x557173600470 void 0.000112
+gallium_dri.so malloc 72 0x55717346eb40 0.000113
+gallium_dri.so free 0x55717346ebc0 void 0.000114
+gallium_dri.so free 0x55717346eb40 void 0.000114
+gallium_dri.so malloc 72 0x55717346ebc0 0.000112
+gallium_dri.so free 0x55717346ec80 void 0.000115
+gallium_dri.so free 0x55717346ebc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ebc0 0.000113
+gallium_dri.so free 0x55717346ed00 void 0.000115
+gallium_dri.so free 0x55717346ebc0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ed30 0.000128
+gallium_dri.so free 0x55717346ed80 void 0.000115
+gallium_dri.so free 0x55717346ed30 void 0.000113
+gallium_dri.so malloc 72 0x55717346ed30 0.000114
+gallium_dri.so free 0x55717346ee80 void 0.000115
+gallium_dri.so free 0x55717346ed30 void 0.000114
+gallium_dri.so malloc 72 0x55717346eec0 0.000113
+gallium_dri.so free 0x5571735d5580 void 0.000115
+gallium_dri.so free 0x55717346eec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d55d0 0.000113
+gallium_dri.so free 0x5571735d5640 void 0.000113
+gallium_dri.so free 0x5571735d55d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5660 0.000112
+gallium_dri.so free 0x5571735d5700 void 0.000119
+gallium_dri.so free 0x5571735d5660 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000113
+gallium_dri.so free 0x5571735d5780 void 0.000115
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000115
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5800 0.000114
+gallium_dri.so free 0x5571735d58c0 void 0.000115
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5800 0.000113
+gallium_dri.so free 0x55717358a080 void 0.000114
+gallium_dri.so free 0x5571735d5800 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0a0 0.000113
+gallium_dri.so free 0x55717358a140 void 0.000117
+gallium_dri.so free 0x55717358a0a0 void 0.000113
+gallium_dri.so malloc 72 0x55717358a0f0 0.000113
+gallium_dri.so free 0x55717358a1c0 void 0.000113
+gallium_dri.so free 0x55717358a0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a0f0 0.000112
+gallium_dri.so free 0x55717358a240 void 0.000114
+gallium_dri.so free 0x55717358a0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717358a240 0.000113
+gallium_dri.so free 0x55717358a300 void 0.000113
+gallium_dri.so free 0x55717358a240 void 0.000111
+gallium_dri.so malloc 72 0x55717358a240 0.000112
+gallium_dri.so free 0x55717358a3c0 void 0.000114
+gallium_dri.so free 0x55717358a240 void 0.000115
+gallium_dri.so malloc 72 0x55717358a240 0.000125
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3010 0.000115
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d3010 void 0.000113
+gallium_dri.so malloc 72 0x5571735d30c0 0.000114
+gallium_dri.so free 0x5571735d3140 void 0.000114
+gallium_dri.so free 0x5571735d30c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3140 0.000115
+gallium_dri.so free 0x5571735d3200 void 0.000119
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3140 0.000114
+gallium_dri.so free 0x55717358a480 void 0.000120
+gallium_dri.so free 0x5571735d3140 void 0.000113
+gallium_dri.so malloc 72 0x55717358a430 0.000113
+gallium_dri.so free 0x5571735d3280 void 0.000114
+gallium_dri.so free 0x55717358a430 void 0.000113
+gallium_dri.so malloc 72 0x5571735d32c0 0.000112
+gallium_dri.so free 0x5571735d3340 void 0.000114
+gallium_dri.so free 0x5571735d32c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3340 0.000114
+gallium_dri.so free 0x557173604300 void 0.000115
+gallium_dri.so free 0x5571735d3340 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000114
+gallium_dri.so free 0x5571736043c0 void 0.000114
+gallium_dri.so free 0x557173604340 void 0.000113
+gallium_dri.so malloc 72 0x557173604340 0.000113
+gallium_dri.so free 0x557173604440 void 0.000114
+gallium_dri.so free 0x557173604340 void 0.000112
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so free 0x557173604470 void 0.000114
+gallium_dri.so malloc 72 0x557173604470 0.000113
+gallium_dri.so free 0x5571736045c0 void 0.000116
+gallium_dri.so free 0x557173604470 void 0.000113
+gallium_dri.so malloc 72 0x557173604570 0.000112
+gallium_dri.so free 0x557173604680 void 0.000114
+gallium_dri.so free 0x557173604570 void 0.000113
+gallium_dri.so malloc 72 0x557173604630 0.000112
+gallium_dri.so free 0x557173601d40 void 0.000134
+gallium_dri.so free 0x557173604630 void 0.000114
+gallium_dri.so malloc 72 0x557173601d70 0.000115
+gallium_dri.so free 0x557173601dc0 void 0.000115
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601d70 0.000112
+gallium_dri.so free 0x557173601ec0 void 0.000115
+gallium_dri.so free 0x557173601d70 void 0.000113
+gallium_dri.so malloc 72 0x557173601f00 0.000113
+gallium_dri.so free 0x557173601f80 void 0.000114
+gallium_dri.so free 0x557173601f00 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x5571736046c0 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000114
+gallium_dri.so free 0x557173602040 void 0.000114
+gallium_dri.so free 0x557173601f80 void 0.000112
+gallium_dri.so malloc 72 0x557173601f80 0.000113
+gallium_dri.so free 0x557173602100 void 0.000115
+gallium_dri.so free 0x557173601f80 void 0.000113
+gallium_dri.so malloc 72 0x5571736020b0 0.000112
+gallium_dri.so free 0x55717360fac0 void 0.000115
+gallium_dri.so free 0x5571736020b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360fb10 0.000114
+gallium_dri.so free 0x55717360fb80 void 0.000114
+gallium_dri.so free 0x55717360fb10 void 0.000112
+gallium_dri.so malloc 72 0x55717360fbe0 0.000112
+gallium_dri.so free 0x55717360fc80 void 0.000121
+gallium_dri.so free 0x55717360fbe0 void 0.000122
+gallium_dri.so malloc 72 0x55717360fc30 0.000116
+gallium_dri.so free 0x55717360fcc0 void 0.000119
+gallium_dri.so free 0x55717360fc30 void 0.000119
+gallium_dri.so malloc 72 0x55717360fc30 0.000119
+gallium_dri.so free 0x55717360fd80 void 0.000119
+gallium_dri.so free 0x55717360fc30 void 0.000116
+gallium_dri.so malloc 72 0x55717360fdc0 0.000119
+gallium_dri.so free 0x55717360fe40 void 0.000132
+gallium_dri.so free 0x55717360fdc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360fe40 0.000121
+gallium_dri.so free 0x557173608e80 void 0.000115
+gallium_dri.so free 0x55717360fe40 void 0.000111
+gallium_dri.so malloc 72 0x557173608ea0 0.000115
+gallium_dri.so free 0x557173608f40 void 0.000115
+gallium_dri.so free 0x557173608ea0 void 0.000114
+gallium_dri.so malloc 72 0x557173608ef0 0.000114
+gallium_dri.so free 0x557173608fc0 void 0.000119
+gallium_dri.so free 0x557173608ef0 void 0.000112
+gallium_dri.so malloc 72 0x557173608fc0 0.000115
+gallium_dri.so free 0x557173609080 void 0.000116
+gallium_dri.so free 0x557173608fc0 void 0.000112
+gallium_dri.so malloc 72 0x557173608fc0 0.000114
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so free 0x557173608fc0 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000114
+gallium_dri.so free 0x5571736091c0 void 0.000128
+gallium_dri.so free 0x557173609100 void 0.000114
+gallium_dri.so malloc 72 0x557173609100 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x557173609100 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0a30 0.000113
+gallium_dri.so free 0x5571735d0a80 void 0.000114
+gallium_dri.so free 0x5571735d0a30 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0a30 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0a30 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b30 0.000113
+gallium_dri.so free 0x5571735d0c40 void 0.000113
+gallium_dri.so free 0x5571735d0b30 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000118
+gallium_dri.so free 0x5571735d0cc0 void 0.000115
+gallium_dri.so free 0x5571735d0bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000118
+gallium_dri.so free 0x5571735d0d80 void 0.000115
+gallium_dri.so free 0x5571735d0ce0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0d30 0.000113
+gallium_dri.so free 0x5571735def40 void 0.000114
+gallium_dri.so free 0x5571735d0d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735def80 0.000112
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def80 void 0.000113
+gallium_dri.so malloc 72 0x5571735df000 0.000113
+gallium_dri.so free 0x5571735df0c0 void 0.000114
+gallium_dri.so free 0x5571735df000 void 0.000120
+gallium_dri.so malloc 72 0x5571735df000 0.000115
+gallium_dri.so free 0x5571735df140 void 0.000115
+gallium_dri.so free 0x5571735df000 void 0.000112
+gallium_dri.so malloc 72 0x5571735df170 0.000114
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df170 void 0.000113
+gallium_dri.so malloc 72 0x5571735df170 0.000115
+gallium_dri.so free 0x5571735df2c0 void 0.000114
+gallium_dri.so free 0x5571735df170 void 0.000114
+gallium_dri.so malloc 72 0x5571735df300 0.000113
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so free 0x5571735df300 void 0.000114
+gallium_dri.so malloc 72 0x5571734610d0 0.000113
+gallium_dri.so free 0x557173461140 void 0.000115
+gallium_dri.so free 0x5571734610d0 void 0.000112
+gallium_dri.so malloc 72 0x557173461160 0.000113
+gallium_dri.so free 0x557173461200 void 0.000115
+gallium_dri.so free 0x557173461160 void 0.000113
+gallium_dri.so malloc 72 0x5571734611b0 0.000115
+gallium_dri.so free 0x557173461280 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734611b0 0.000113
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000119
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571734613c0 void 0.000114
+gallium_dri.so free 0x557173461300 void 0.000116
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571735c43c0 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000112
+gallium_dri.so malloc 72 0x5571735c43e0 0.000113
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so free 0x5571735c43e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4430 0.000116
+gallium_dri.so free 0x5571735c4500 void 0.000115
+gallium_dri.so free 0x5571735c4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4430 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000115
+gallium_dri.so free 0x5571735c4430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000113
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000112
+gallium_dri.so free 0x5571735c4700 void 0.000115
+gallium_dri.so free 0x5571735c4580 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4580 0.000113
+gallium_dri.so free 0x557173609e80 void 0.000114
+gallium_dri.so free 0x5571735c4580 void 0.000112
+gallium_dri.so malloc 72 0x557173609ed0 0.000116
+gallium_dri.so free 0x557173609f40 void 0.000113
+gallium_dri.so free 0x557173609ed0 void 0.000112
+gallium_dri.so malloc 72 0x557173609f80 0.000111
+gallium_dri.so free 0x55717360a000 void 0.000114
+gallium_dri.so free 0x557173609f80 void 0.000124
+gallium_dri.so malloc 72 0x55717360a000 0.000115
+gallium_dri.so free 0x55717360a0c0 void 0.000114
+gallium_dri.so free 0x55717360a000 void 0.000111
+gallium_dri.so malloc 72 0x55717360a000 0.000112
+gallium_dri.so free 0x5571735c47c0 void 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4770 0.000113
+gallium_dri.so free 0x55717360a140 void 0.000114
+gallium_dri.so free 0x5571735c4770 void 0.000114
+gallium_dri.so malloc 72 0x55717360a180 0.000112
+gallium_dri.so free 0x55717360a200 void 0.000114
+gallium_dri.so free 0x55717360a180 void 0.000111
+gallium_dri.so malloc 72 0x55717360a200 0.000113
+gallium_dri.so free 0x5571735f7b00 void 0.000114
+gallium_dri.so free 0x55717360a200 void 0.000112
+gallium_dri.so malloc 72 0x55717360a200 0.000114
+gallium_dri.so free 0x5571735f7b80 void 0.000115
+gallium_dri.so free 0x55717360a200 void 0.000112
+gallium_dri.so malloc 72 0x55717360a200 0.000112
+gallium_dri.so free 0x5571735f7c40 void 0.000112
+gallium_dri.so free 0x55717360a200 void 0.000111
+gallium_dri.so malloc 72 0x55717360a200 0.000112
+gallium_dri.so free 0x5571735f7d00 void 0.000115
+gallium_dri.so free 0x55717360a200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000112
+gallium_dri.so free 0x5571735f7d80 void 0.000113
+gallium_dri.so free 0x5571735f7cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7dd0 0.000185
+gallium_dri.so free 0x5571735f7e40 void 0.000116
+gallium_dri.so free 0x5571735f7dd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7e60 0.000112
+gallium_dri.so free 0x5571735f7f00 void 0.000114
+gallium_dri.so free 0x5571735f7e60 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000113
+gallium_dri.so free 0x5571735ff140 void 0.000113
+gallium_dri.so free 0x5571735f7eb0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7eb0 0.000113
+gallium_dri.so free 0x5571735ff240 void 0.000116
+gallium_dri.so free 0x5571735f7eb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000115
+gallium_dri.so free 0x5571735ff2c0 void 0.000114
+gallium_dri.so free 0x5571735ff1f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff310 0.000113
+gallium_dri.so free 0x5571735ff380 void 0.000114
+gallium_dri.so free 0x5571735ff310 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff3a0 0.000113
+gallium_dri.so free 0x5571735ff440 void 0.000113
+gallium_dri.so free 0x5571735ff3a0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff3f0 0.000112
+gallium_dri.so free 0x5571735ff4c0 void 0.000115
+gallium_dri.so free 0x5571735ff3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff3f0 0.000117
+gallium_dri.so free 0x5571735ff540 void 0.000115
+gallium_dri.so free 0x5571735ff3f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000113
+gallium_dri.so free 0x5571735ff540 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff540 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000114
+gallium_dri.so free 0x5571735ff540 void 0.000112
+gallium_dri.so malloc 72 0x55717360eba0 0.000112
+gallium_dri.so free 0x55717360ec40 void 0.000114
+gallium_dri.so free 0x55717360eba0 void 0.000113
+gallium_dri.so malloc 72 0x55717360ebf0 0.000113
+gallium_dri.so free 0x55717360ecc0 void 0.000114
+gallium_dri.so free 0x55717360ebf0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ebf0 0.000113
+gallium_dri.so free 0x55717360ed40 void 0.000113
+gallium_dri.so free 0x55717360ebf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360ed40 0.000115
+gallium_dri.so free 0x55717360ee00 void 0.000115
+gallium_dri.so free 0x55717360ed40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ed40 0.000113
+gallium_dri.so free 0x55717360eec0 void 0.000113
+gallium_dri.so free 0x55717360ed40 void 0.000111
+gallium_dri.so malloc 72 0x55717360ed40 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717360ed40 void 0.000112
+gallium_dri.so malloc 72 0x55717346b540 0.000114
+gallium_dri.so free 0x55717346b600 void 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so malloc 72 0x55717346b540 0.000125
+gallium_dri.so free 0x55717346b680 void 0.000115
+gallium_dri.so free 0x55717346b540 void 0.000113
+gallium_dri.so malloc 72 0x55717346b680 0.000113
+gallium_dri.so free 0x55717346b740 void 0.000115
+gallium_dri.so free 0x55717346b680 void 0.000114
+gallium_dri.so malloc 72 0x55717346b680 0.000114
+gallium_dri.so free 0x55717346b800 void 0.000115
+gallium_dri.so free 0x55717346b680 void 0.000111
+gallium_dri.so malloc 72 0x55717346b680 0.000113
+gallium_dri.so free 0x55717346b8c0 void 0.000114
+gallium_dri.so free 0x55717346b680 void 0.000113
+gallium_dri.so malloc 72 0x55717346b870 0.000113
+gallium_dri.so free 0x55717346b940 void 0.000114
+gallium_dri.so free 0x55717346b870 void 0.000112
+gallium_dri.so malloc 72 0x55717346b990 0.000114
+gallium_dri.so free 0x5571735c33c0 void 0.000114
+gallium_dri.so free 0x55717346b990 void 0.000114
+gallium_dri.so malloc 72 0x55717346b990 0.000115
+gallium_dri.so free 0x5571735c3440 void 0.000117
+gallium_dri.so free 0x55717346b990 void 0.000112
+gallium_dri.so malloc 72 0x55717346b990 0.000113
+gallium_dri.so free 0x5571735c3500 void 0.000113
+gallium_dri.so free 0x55717346b990 void 0.000114
+gallium_dri.so malloc 72 0x55717346b990 0.000113
+gallium_dri.so free 0x5571735c35c0 void 0.000120
+gallium_dri.so free 0x55717346b990 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3570 0.000115
+gallium_dri.so free 0x5571735c3640 void 0.000118
+gallium_dri.so free 0x5571735c3570 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3690 0.000112
+gallium_dri.so free 0x5571735c3700 void 0.000114
+gallium_dri.so free 0x5571735c3690 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3720 0.000112
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so free 0x5571735c3720 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3770 0.000114
+gallium_dri.so free 0x5571735e0500 void 0.000115
+gallium_dri.so free 0x5571735c3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3770 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000114
+gallium_dri.so free 0x5571735c3770 void 0.000112
+gallium_dri.so malloc 72 0x5571735e05b0 0.000116
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e05b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e06d0 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000114
+gallium_dri.so free 0x5571735e06d0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0760 0.000123
+gallium_dri.so free 0x5571735e0800 void 0.000123
+gallium_dri.so free 0x5571735e0760 void 0.000119
+gallium_dri.so malloc 72 0x5571735e07b0 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e07b0 0.000165
+gallium_dri.so free 0x5571735e0900 void 0.000119
+gallium_dri.so free 0x5571735e07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0900 0.000114
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0900 0.000113
+gallium_dri.so free 0x5571735fcc40 void 0.000114
+gallium_dri.so free 0x5571735e0900 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcc60 0.000113
+gallium_dri.so free 0x5571735fcd00 void 0.000113
+gallium_dri.so free 0x5571735fcc60 void 0.000112
+gallium_dri.so malloc 72 0x5571735fccb0 0.000112
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fccb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fccb0 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000117
+gallium_dri.so free 0x5571735fccb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000112
+gallium_dri.so free 0x5571735fcec0 void 0.000113
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000112
+gallium_dri.so free 0x5571735fcf80 void 0.000115
+gallium_dri.so free 0x5571735fce00 void 0.000112
+gallium_dri.so malloc 72 0x5571735fce00 0.000114
+gallium_dri.so free 0x55717346db00 void 0.000114
+gallium_dri.so free 0x5571735fce00 void 0.000113
+gallium_dri.so malloc 72 0x55717346db00 0.000124
+gallium_dri.so free 0x55717346dbc0 void 0.000116
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so malloc 72 0x55717346db00 0.000113
+gallium_dri.so free 0x55717346dc40 void 0.000114
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so malloc 72 0x55717346dc40 0.000112
+gallium_dri.so free 0x55717346dd00 void 0.000114
+gallium_dri.so free 0x55717346dc40 void 0.000113
+gallium_dri.so malloc 72 0x55717346dc40 0.000112
+gallium_dri.so free 0x55717346ddc0 void 0.000114
+gallium_dri.so free 0x55717346dc40 void 0.000112
+gallium_dri.so malloc 72 0x55717346dc40 0.000118
+gallium_dri.so free 0x55717346de80 void 0.000114
+gallium_dri.so free 0x55717346dc40 void 0.000112
+gallium_dri.so malloc 72 0x55717346de30 0.000114
+gallium_dri.so free 0x55717346df00 void 0.000113
+gallium_dri.so free 0x55717346de30 void 0.000113
+gallium_dri.so malloc 72 0x55717346df50 0.000114
+gallium_dri.so free 0x557173620140 void 0.000113
+gallium_dri.so free 0x55717346df50 void 0.000112
+gallium_dri.so malloc 72 0x55717346df50 0.000114
+gallium_dri.so free 0x5571736201c0 void 0.000113
+gallium_dri.so free 0x55717346df50 void 0.000113
+gallium_dri.so malloc 72 0x55717346df50 0.000112
+gallium_dri.so free 0x557173620280 void 0.000115
+gallium_dri.so free 0x55717346df50 void 0.000113
+gallium_dri.so malloc 72 0x55717346df50 0.000117
+gallium_dri.so free 0x557173620340 void 0.000116
+gallium_dri.so free 0x55717346df50 void 0.000112
+gallium_dri.so malloc 72 0x5571736202f0 0.000112
+gallium_dri.so free 0x5571736203c0 void 0.000113
+gallium_dri.so free 0x5571736202f0 void 0.000115
+gallium_dri.so malloc 72 0x557173620410 0.000118
+gallium_dri.so free 0x557173620480 void 0.000115
+gallium_dri.so free 0x557173620410 void 0.000111
+gallium_dri.so malloc 72 0x5571736204a0 0.000114
+gallium_dri.so free 0x557173620540 void 0.000114
+gallium_dri.so free 0x5571736204a0 void 0.000113
+gallium_dri.so malloc 72 0x5571736204f0 0.000113
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so free 0x5571736204f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736204f0 0.000112
+gallium_dri.so free 0x5571735dd880 void 0.000118
+gallium_dri.so free 0x5571736204f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd830 0.000113
+gallium_dri.so free 0x5571735dd900 void 0.000115
+gallium_dri.so free 0x5571735dd830 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd950 0.000114
+gallium_dri.so free 0x5571735dd9c0 void 0.000114
+gallium_dri.so free 0x5571735dd950 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd9e0 0.000112
+gallium_dri.so free 0x5571735dda80 void 0.000115
+gallium_dri.so free 0x5571735dd9e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dda30 0.000113
+gallium_dri.so free 0x5571735ddb00 void 0.000175
+gallium_dri.so free 0x5571735dda30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dda30 0.000113
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so free 0x5571735dda30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ddb80 0.000115
+gallium_dri.so free 0x5571735ddd80 void 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735dde40 void 0.000114
+gallium_dri.so free 0x5571735ddb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dde60 0.000118
+gallium_dri.so free 0x5571735ddf00 void 0.000124
+gallium_dri.so free 0x5571735dde60 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000125
+gallium_dri.so free 0x5571735ddf80 void 0.000118
+gallium_dri.so free 0x5571735ddeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000113
+gallium_dri.so free 0x5571735de000 void 0.000114
+gallium_dri.so free 0x5571735ddeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de000 0.000113
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735de000 void 0.000112
+gallium_dri.so malloc 72 0x5571735de000 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000122
+gallium_dri.so free 0x5571735de000 void 0.000113
+gallium_dri.so malloc 72 0x5571735de000 0.000130
+gallium_dri.so free 0x5571735e0b00 void 0.000117
+gallium_dri.so free 0x5571735de000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0b00 0.000115
+gallium_dri.so free 0x5571735e0bc0 void 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b00 0.000112
+gallium_dri.so free 0x5571735e0c40 void 0.000115
+gallium_dri.so free 0x5571735e0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c40 0.000124
+gallium_dri.so free 0x5571735e0d00 void 0.000124
+gallium_dri.so free 0x5571735e0c40 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0c40 0.000117
+gallium_dri.so free 0x5571735e0dc0 void 0.000115
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0c40 0.000113
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0c40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0e30 0.000114
+gallium_dri.so free 0x5571735e0f00 void 0.000116
+gallium_dri.so free 0x5571735e0e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0f50 0.000115
+gallium_dri.so free 0x5571735e0fc0 void 0.000115
+gallium_dri.so free 0x5571735e0f50 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1000 0.000114
+gallium_dri.so free 0x557173619f80 void 0.000114
+gallium_dri.so free 0x5571735e1000 void 0.000112
+gallium_dri.so malloc 72 0x557173619fa0 0.000123
+gallium_dri.so free 0x55717361a040 void 0.000113
+gallium_dri.so free 0x557173619fa0 void 0.000115
+gallium_dri.so malloc 72 0x557173619ff0 0.000112
+gallium_dri.so free 0x55717361a0c0 void 0.000113
+gallium_dri.so free 0x557173619ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173619ff0 0.000111
+gallium_dri.so free 0x55717361a140 void 0.000112
+gallium_dri.so free 0x557173619ff0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a140 0.000112
+gallium_dri.so free 0x55717361a200 void 0.000112
+gallium_dri.so free 0x55717361a140 void 0.000112
+gallium_dri.so malloc 72 0x55717361a140 0.000111
+gallium_dri.so free 0x55717361a2c0 void 0.000112
+gallium_dri.so free 0x55717361a140 void 0.000112
+gallium_dri.so malloc 72 0x55717361a140 0.000113
+gallium_dri.so free 0x55717361a380 void 0.000111
+gallium_dri.so free 0x55717361a140 void 0.000112
+gallium_dri.so malloc 72 0x55717361a330 0.000111
+gallium_dri.so free 0x55717361a380 void 0.000118
+gallium_dri.so free 0x55717361a330 void 0.000119
+gallium_dri.so malloc 72 0x55717361a330 0.000114
+gallium_dri.so free 0x55717361a480 void 0.000113
+gallium_dri.so free 0x55717361a330 void 0.000112
+gallium_dri.so malloc 72 0x55717361a430 0.000110
+gallium_dri.so free 0x55717361a540 void 0.000125
+gallium_dri.so free 0x55717361a430 void 0.000124
+gallium_dri.so malloc 72 0x55717361a4f0 0.000175
+gallium_dri.so free 0x55717361a580 void 0.000119
+gallium_dri.so free 0x55717361a4f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a4f0 0.000119
+gallium_dri.so free 0x55717361a640 void 0.000114
+gallium_dri.so free 0x55717361a4f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a680 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000119
+gallium_dri.so free 0x55717361a680 void 0.000123
+gallium_dri.so malloc 72 0x55717361a700 0.000119
+gallium_dri.so free 0x55717361a7c0 void 0.000115
+gallium_dri.so free 0x55717361a700 void 0.000123
+gallium_dri.so malloc 72 0x55717361a700 0.000123
+gallium_dri.so free 0x55717361a880 void 0.000123
+gallium_dri.so free 0x55717361a700 void 0.000125
+gallium_dri.so malloc 72 0x55717361a8a0 0.000123
+gallium_dri.so free 0x55717361a940 void 0.000123
+gallium_dri.so free 0x55717361a8a0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a8f0 0.000124
+gallium_dri.so free 0x557173474580 void 0.000123
+gallium_dri.so free 0x55717361a8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a8f0 0.000123
+gallium_dri.so free 0x557173474680 void 0.000126
+gallium_dri.so free 0x55717361a8f0 void 0.000126
+gallium_dri.so malloc 72 0x557173474630 0.000123
+gallium_dri.so free 0x557173474740 void 0.000120
+gallium_dri.so free 0x557173474630 void 0.000116
+gallium_dri.so malloc 72 0x5571734746f0 0.000114
+gallium_dri.so free 0x557173474780 void 0.000115
+gallium_dri.so free 0x5571734746f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734746f0 0.000124
+gallium_dri.so free 0x557173474840 void 0.000124
+gallium_dri.so free 0x5571734746f0 void 0.000124
+gallium_dri.so malloc 72 0x557173474890 0.000125
+gallium_dri.so free 0x557173474900 void 0.000123
+gallium_dri.so free 0x557173474890 void 0.000119
+gallium_dri.so malloc 72 0x557173474940 0.000119
+gallium_dri.so free 0x5571734749c0 void 0.000120
+gallium_dri.so free 0x557173474940 void 0.000138
+gallium_dri.so malloc 72 0x5571734749c0 0.000129
+gallium_dri.so free 0x557173474a80 void 0.000126
+gallium_dri.so free 0x5571734749c0 void 0.000124
+gallium_dri.so malloc 72 0x5571734749c0 0.000130
+gallium_dri.so free 0x557173474b00 void 0.000131
+gallium_dri.so free 0x5571734749c0 void 0.000125
+gallium_dri.so malloc 72 0x557173474b30 0.000134
+gallium_dri.so free 0x557173474b80 void 0.000126
+gallium_dri.so free 0x557173474b30 void 0.000130
+gallium_dri.so malloc 72 0x557173474b30 0.000129
+gallium_dri.so free 0x557173474c80 void 0.000131
+gallium_dri.so free 0x557173474b30 void 0.000129
+gallium_dri.so malloc 72 0x557173474c30 0.000129
+gallium_dri.so free 0x557173474d40 void 0.000123
+gallium_dri.so free 0x557173474c30 void 0.000121
+gallium_dri.so malloc 72 0x557173474cf0 0.000125
+gallium_dri.so free 0x557173474dc0 void 0.000129
+gallium_dri.so free 0x557173474cf0 void 0.000129
+gallium_dri.so malloc 72 0x557173474de0 0.000129
+gallium_dri.so free 0x557173474e80 void 0.000129
+gallium_dri.so free 0x557173474de0 void 0.000130
+gallium_dri.so malloc 72 0x557173474e30 0.000129
+gallium_dri.so free 0x557173474f00 void 0.000131
+gallium_dri.so free 0x557173474e30 void 0.000125
+gallium_dri.so malloc 72 0x557173474e30 0.000125
+gallium_dri.so free 0x557173474f80 void 0.000125
+gallium_dri.so free 0x557173474e30 void 0.000125
+gallium_dri.so malloc 72 0x557173474f80 0.000177
+gallium_dri.so free 0x557173475040 void 0.000126
+gallium_dri.so free 0x557173474f80 void 0.000129
+gallium_dri.so malloc 72 0x557173474f80 0.000128
+gallium_dri.so free 0x557173475100 void 0.000125
+gallium_dri.so free 0x557173474f80 void 0.000118
+gallium_dri.so malloc 72 0x557173474f80 0.000123
+gallium_dri.so free 0x5571734751c0 void 0.000129
+gallium_dri.so free 0x557173474f80 void 0.000124
+gallium_dri.so malloc 72 0x557173475170 0.000119
+gallium_dri.so free 0x5571734751c0 void 0.000126
+gallium_dri.so free 0x557173475170 void 0.000127
+gallium_dri.so malloc 72 0x557173475170 0.000121
+gallium_dri.so free 0x5571734752c0 void 0.000120
+gallium_dri.so free 0x557173475170 void 0.000125
+gallium_dri.so malloc 72 0x557173475270 0.000130
+gallium_dri.so free 0x557173475380 void 0.000130
+gallium_dri.so free 0x557173475270 void 0.000127
+gallium_dri.so malloc 72 0x557173475330 0.000126
+gallium_dri.so free 0x5571734753c0 void 0.000127
+gallium_dri.so free 0x557173475330 void 0.000124
+gallium_dri.so malloc 72 0x557173475330 0.000130
+gallium_dri.so free 0x557173475480 void 0.000135
+gallium_dri.so free 0x557173475330 void 0.000132
+gallium_dri.so malloc 72 0x5571734754c0 0.000133
+gallium_dri.so free 0x557173475540 void 0.000130
+gallium_dri.so free 0x5571734754c0 void 0.000221
+gallium_dri.so malloc 72 0x557173475540 0.000271
+gallium_dri.so free 0x557173475600 void 0.000258
+gallium_dri.so free 0x557173475540 void 0.000180
+gallium_dri.so malloc 72 0x557173475540 0.000182
+gallium_dri.so free 0x5571734756c0 void 0.000148
+gallium_dri.so free 0x557173475540 void 0.000145
+gallium_dri.so malloc 72 0x5571734756e0 0.000146
+gallium_dri.so free 0x557173475780 void 0.000139
+gallium_dri.so free 0x5571734756e0 void 0.000144
+gallium_dri.so malloc 72 0x557173475730 0.000144
+gallium_dri.so free 0x557173475800 void 0.000146
+gallium_dri.so free 0x557173475730 void 0.000145
+gallium_dri.so malloc 72 0x557173475730 0.000150
+gallium_dri.so free 0x557173475880 void 0.000145
+gallium_dri.so free 0x557173475730 void 0.000146
+gallium_dri.so malloc 72 0x557173475880 0.000145
+gallium_dri.so free 0x557173475940 void 0.000144
+gallium_dri.so free 0x557173475880 void 0.000148
+gallium_dri.so malloc 72 0x557173475880 0.000147
+gallium_dri.so free 0x557173475a00 void 0.000145
+gallium_dri.so free 0x557173475880 void 0.000144
+gallium_dri.so malloc 72 0x557173475880 0.000147
+gallium_dri.so free 0x557173475ac0 void 0.000145
+gallium_dri.so free 0x557173475880 void 0.000152
+gallium_dri.so malloc 72 0x557173475a70 0.000144
+gallium_dri.so free 0x557173475b80 void 0.000138
+gallium_dri.so free 0x557173475a70 void 0.000135
+gallium_dri.so malloc 72 0x557173475b30 0.000141
+gallium_dri.so free 0x557173475c00 void 0.000146
+gallium_dri.so free 0x557173475b30 void 0.000145
+gallium_dri.so malloc 72 0x557173475c50 0.000138
+gallium_dri.so free 0x557173475cc0 void 0.000196
+gallium_dri.so free 0x557173475c50 void 0.000142
+gallium_dri.so malloc 72 0x557173475ce0 0.000146
+gallium_dri.so free 0x557173475d80 void 0.000145
+gallium_dri.so free 0x557173475ce0 void 0.000145
+gallium_dri.so malloc 72 0x557173475d30 0.000138
+gallium_dri.so free 0x557173475e00 void 0.000134
+gallium_dri.so free 0x557173475d30 void 0.000143
+gallium_dri.so malloc 72 0x557173475d30 0.000144
+gallium_dri.so free 0x557173475e80 void 0.000138
+gallium_dri.so free 0x557173475d30 void 0.000136
+gallium_dri.so malloc 72 0x557173475e80 0.000140
+gallium_dri.so free 0x557173475f40 void 0.000145
+gallium_dri.so free 0x557173475e80 void 0.000147
+gallium_dri.so malloc 72 0x557173475e80 0.000145
+gallium_dri.so free 0x557173476040 void 0.000144
+gallium_dri.so free 0x557173475e80 void 0.000143
+gallium_dri.so malloc 72 0x557173475ff0 0.000141
+gallium_dri.so free 0x557173476080 void 0.000139
+gallium_dri.so free 0x557173475ff0 void 0.000141
+gallium_dri.so malloc 72 0x557173475ff0 0.000154
+gallium_dri.so free 0x557173476140 void 0.000174
+gallium_dri.so free 0x557173475ff0 void 0.000172
+gallium_dri.so malloc 72 0x557173476180 0.000174
+gallium_dri.so free 0x557173476200 void 0.000166
+gallium_dri.so free 0x557173476180 void 0.000162
+gallium_dri.so malloc 72 0x557173476200 0.000172
+gallium_dri.so free 0x5571734762c0 void 0.000176
+gallium_dri.so free 0x557173476200 void 0.000174
+gallium_dri.so malloc 72 0x557173476200 0.000172
+gallium_dri.so free 0x557173476340 void 0.000174
+gallium_dri.so free 0x557173476200 void 0.000175
+gallium_dri.so malloc 72 0x557173476370 0.000169
+gallium_dri.so free 0x5571734763c0 void 0.000168
+gallium_dri.so free 0x557173476370 void 0.000174
+gallium_dri.so malloc 72 0x557173476370 0.000172
+gallium_dri.so free 0x5571734764c0 void 0.000170
+gallium_dri.so free 0x557173476370 void 0.000148
+gallium_dri.so malloc 72 0x557173476500 0.000175
+gallium_dri.so free 0x557173476580 void 0.000175
+gallium_dri.so free 0x557173476500 void 0.000182
+gallium_dri.so malloc 72 0x557173476580 0.000148
+gallium_dri.so free 0x557173476640 void 0.000146
+gallium_dri.so free 0x557173476580 void 0.000146
+gallium_dri.so malloc 72 0x557173476580 0.000138
+gallium_dri.so free 0x5571734766c0 void 0.000135
+gallium_dri.so free 0x557173476580 void 0.000142
+gallium_dri.so malloc 72 0x5571734766f0 0.000145
+gallium_dri.so free 0x557173476740 void 0.000144
+gallium_dri.so free 0x5571734766f0 void 0.000147
+gallium_dri.so malloc 72 0x5571734766f0 0.000141
+gallium_dri.so free 0x557173476840 void 0.000144
+gallium_dri.so free 0x5571734766f0 void 0.000145
+gallium_dri.so malloc 72 0x5571734767f0 0.000144
+gallium_dri.so free 0x557173476900 void 0.000138
+gallium_dri.so free 0x5571734767f0 void 0.000167
+gallium_dri.so malloc 72 0x5571734768b0 0.000142
+gallium_dri.so free 0x557173476980 void 0.000144
+gallium_dri.so free 0x5571734768b0 void 0.000146
+gallium_dri.so malloc 72 0x5571734768b0 0.000146
+gallium_dri.so free 0x557173476a40 void 0.000145
+gallium_dri.so free 0x5571734768b0 void 0.000144
+gallium_dri.so malloc 72 0x5571734768b0 0.000145
+gallium_dri.so free 0x557173476b00 void 0.000139
+gallium_dri.so free 0x5571734768b0 void 0.000135
+gallium_dri.so malloc 72 0x557173476ab0 0.000141
+gallium_dri.so free 0x557173476b80 void 0.000145
+gallium_dri.so free 0x557173476ab0 void 0.000144
+gallium_dri.so malloc 72 0x557173476bd0 0.000145
+gallium_dri.so free 0x557173476c40 void 0.000141
+gallium_dri.so free 0x557173476bd0 void 0.000140
+gallium_dri.so malloc 72 0x557173476c60 0.000143
+gallium_dri.so free 0x557173476d00 void 0.000141
+gallium_dri.so free 0x557173476c60 void 0.000142
+gallium_dri.so malloc 72 0x557173476cb0 0.000156
+gallium_dri.so free 0x557173476d80 void 0.000148
+gallium_dri.so free 0x557173476cb0 void 0.000147
+gallium_dri.so malloc 72 0x557173476d80 0.000138
+gallium_dri.so free 0x557173476e40 void 0.000134
+gallium_dri.so free 0x557173476d80 void 0.000142
+gallium_dri.so malloc 72 0x557173476d80 0.000145
+gallium_dri.so free 0x557173476ec0 void 0.000145
+gallium_dri.so free 0x557173476d80 void 0.000146
+gallium_dri.so malloc 72 0x557173476ec0 0.000135
+gallium_dri.so free 0x557173476f80 void 0.000141
+gallium_dri.so free 0x557173476ec0 void 0.000146
+gallium_dri.so malloc 72 0x557173476ec0 0.000143
+gallium_dri.so free 0x557173477040 void 0.000145
+gallium_dri.so free 0x557173476ec0 void 0.000147
+gallium_dri.so malloc 72 0x557173476ec0 0.000145
+gallium_dri.so free 0x557173477100 void 0.000146
+gallium_dri.so free 0x557173476ec0 void 0.000145
+gallium_dri.so malloc 72 0x5571734770b0 0.000139
+gallium_dri.so free 0x557173477180 void 0.000150
+gallium_dri.so free 0x5571734770b0 void 0.000143
+gallium_dri.so malloc 72 0x5571734771d0 0.000145
+gallium_dri.so free 0x557173477240 void 0.000144
+gallium_dri.so free 0x5571734771d0 void 0.000144
+gallium_dri.so malloc 72 0x557173477280 0.000145
+gallium_dri.so free 0x557173477300 void 0.000146
+gallium_dri.so free 0x557173477280 void 0.000146
+gallium_dri.so malloc 72 0x557173477280 0.000143
+gallium_dri.so free 0x557173477380 void 0.000145
+gallium_dri.so free 0x557173477280 void 0.000145
+gallium_dri.so malloc 72 0x5571734773b0 0.000145
+gallium_dri.so free 0x557173477400 void 0.000143
+gallium_dri.so free 0x5571734773b0 void 0.000135
+gallium_dri.so malloc 72 0x5571734773b0 0.000141
+gallium_dri.so free 0x557173477500 void 0.000144
+gallium_dri.so free 0x5571734773b0 void 0.000141
+gallium_dri.so malloc 72 0x5571734774b0 0.000139
+gallium_dri.so free 0x5571734775c0 void 0.000142
+gallium_dri.so free 0x5571734774b0 void 0.000144
+gallium_dri.so malloc 72 0x557173477570 0.000184
+gallium_dri.so free 0x557173477600 void 0.000191
+gallium_dri.so free 0x557173477570 void 0.000183
+gallium_dri.so malloc 72 0x557173477570 0.000147
+gallium_dri.so free 0x5571734776c0 void 0.000147
+gallium_dri.so free 0x557173477570 void 0.000145
+gallium_dri.so malloc 72 0x557173477730 0.000146
+gallium_dri.so free 0x557173477780 void 0.000144
+gallium_dri.so free 0x557173477730 void 0.000140
+gallium_dri.so malloc 72 0x557173477730 0.000134
+gallium_dri.so free 0x557173477880 void 0.000141
+gallium_dri.so free 0x557173477730 void 0.000146
+gallium_dri.so malloc 72 0x557173477830 0.000145
+gallium_dri.so free 0x557173477940 void 0.000141
+gallium_dri.so free 0x557173477830 void 0.000135
+gallium_dri.so malloc 72 0x5571734778f0 0.000143
+gallium_dri.so free 0x557173477980 void 0.000144
+gallium_dri.so free 0x5571734778f0 void 0.000149
+gallium_dri.so malloc 72 0x5571734778f0 0.000146
+gallium_dri.so free 0x557173477a40 void 0.000144
+gallium_dri.so free 0x5571734778f0 void 0.000146
+gallium_dri.so malloc 72 0x557173477a80 0.000145
+gallium_dri.so free 0x557173477b00 void 0.000137
+gallium_dri.so free 0x557173477a80 void 0.000135
+gallium_dri.so malloc 72 0x557173477b00 0.000141
+gallium_dri.so free 0x557173477bc0 void 0.000145
+gallium_dri.so free 0x557173477b00 void 0.000150
+gallium_dri.so malloc 72 0x557173477b00 0.000144
+gallium_dri.so free 0x557173477c80 void 0.000138
+gallium_dri.so free 0x557173477b00 void 0.000137
+gallium_dri.so malloc 72 0x557173477ca0 0.000143
+gallium_dri.so free 0x557173477d40 void 0.000146
+gallium_dri.so free 0x557173477ca0 void 0.000144
+gallium_dri.so malloc 72 0x557173477cf0 0.000138
+gallium_dri.so free 0x557173477dc0 void 0.000134
+gallium_dri.so free 0x557173477cf0 void 0.000142
+gallium_dri.so malloc 72 0x557173477cf0 0.000145
+gallium_dri.so free 0x557173477e40 void 0.000156
+gallium_dri.so free 0x557173477cf0 void 0.000146
+gallium_dri.so malloc 72 0x557173477e40 0.000144
+gallium_dri.so free 0x557173477f00 void 0.000147
+gallium_dri.so free 0x557173477e40 void 0.000150
+gallium_dri.so malloc 72 0x557173477e40 0.000145
+gallium_dri.so free 0x557173477fc0 void 0.000144
+gallium_dri.so free 0x557173477e40 void 0.000144
+gallium_dri.so malloc 72 0x557173477e40 0.000146
+gallium_dri.so free 0x557173478080 void 0.000146
+gallium_dri.so free 0x557173477e40 void 0.000141
+gallium_dri.so malloc 72 0x557173478030 0.000135
+gallium_dri.so free 0x557173478140 void 0.000141
+gallium_dri.so free 0x557173478030 void 0.000147
+gallium_dri.so malloc 72 0x5571734780f0 0.000146
+gallium_dri.so free 0x5571734781c0 void 0.000144
+gallium_dri.so free 0x5571734780f0 void 0.000146
+gallium_dri.so malloc 72 0x557173478210 0.000144
+gallium_dri.so free 0x557173478280 void 0.000147
+gallium_dri.so free 0x557173478210 void 0.000167
+gallium_dri.so malloc 72 0x5571734782a0 0.000154
+gallium_dri.so free 0x557173478340 void 0.000151
+gallium_dri.so free 0x5571734782a0 void 0.000133
+gallium_dri.so malloc 72 0x5571734782f0 0.000130
+gallium_dri.so free 0x5571734783c0 void 0.000130
+gallium_dri.so free 0x5571734782f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734782f0 0.000131
+gallium_dri.so free 0x557173478440 void 0.000134
+gallium_dri.so free 0x5571734782f0 void 0.000126
+gallium_dri.so malloc 72 0x557173478440 0.000122
+gallium_dri.so free 0x557173478500 void 0.000126
+gallium_dri.so free 0x557173478440 void 0.000126
+gallium_dri.so malloc 72 0x557173478440 0.000121
+gallium_dri.so free 0x557173478600 void 0.000122
+gallium_dri.so free 0x557173478440 void 0.000125
+gallium_dri.so malloc 72 0x5571734785b0 0.000132
+gallium_dri.so free 0x557173478640 void 0.000130
+gallium_dri.so free 0x5571734785b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734785b0 0.000125
+gallium_dri.so free 0x557173478700 void 0.000134
+gallium_dri.so free 0x5571734785b0 void 0.000127
+gallium_dri.so malloc 72 0x557173478740 0.000121
+gallium_dri.so free 0x5571734787c0 void 0.000120
+gallium_dri.so free 0x557173478740 void 0.000124
+gallium_dri.so malloc 72 0x5571734787c0 0.000129
+gallium_dri.so free 0x557173478880 void 0.000129
+gallium_dri.so free 0x5571734787c0 void 0.000130
+gallium_dri.so malloc 72 0x5571734787c0 0.000126
+gallium_dri.so free 0x557173478900 void 0.000121
+gallium_dri.so free 0x5571734787c0 void 0.000126
+gallium_dri.so malloc 72 0x557173478930 0.000125
+gallium_dri.so free 0x557173478980 void 0.000121
+gallium_dri.so free 0x557173478930 void 0.000121
+gallium_dri.so malloc 72 0x557173478930 0.000126
+gallium_dri.so free 0x557173478a80 void 0.000135
+gallium_dri.so free 0x557173478930 void 0.000127
+gallium_dri.so malloc 72 0x557173478ac0 0.000121
+gallium_dri.so free 0x557173478b40 void 0.000121
+gallium_dri.so free 0x557173478ac0 void 0.000122
+gallium_dri.so malloc 72 0x557173478b40 0.000125
+gallium_dri.so free 0x557173478c00 void 0.000130
+gallium_dri.so free 0x557173478b40 void 0.000162
+gallium_dri.so malloc 72 0x557173478b40 0.000164
+gallium_dri.so free 0x557173478c80 void 0.000160
+gallium_dri.so free 0x557173478b40 void 0.000160
+gallium_dri.so malloc 72 0x557173478cb0 0.000160
+gallium_dri.so free 0x557173478d00 void 0.000167
+gallium_dri.so free 0x557173478cb0 void 0.000167
+gallium_dri.so malloc 72 0x557173478cb0 0.000165
+gallium_dri.so free 0x557173478e00 void 0.000164
+gallium_dri.so free 0x557173478cb0 void 0.000167
+gallium_dri.so malloc 72 0x557173478db0 0.000158
+gallium_dri.so free 0x557173478ec0 void 0.000169
+gallium_dri.so free 0x557173478db0 void 0.000131
+gallium_dri.so malloc 72 0x557173478e70 0.000130
+gallium_dri.so free 0x557173478f40 void 0.000128
+gallium_dri.so free 0x557173478e70 void 0.000129
+gallium_dri.so malloc 72 0x557173478e70 0.000125
+gallium_dri.so free 0x557173479000 void 0.000122
+gallium_dri.so free 0x557173478e70 void 0.000147
+gallium_dri.so malloc 72 0x557173478e70 0.000222
+gallium_dri.so free 0x55717361aa80 void 0.000223
+gallium_dri.so free 0x557173478e70 void 0.000224
+gallium_dri.so malloc 72 0x557173478e70 0.000220
+gallium_dri.so free 0x55717361ab00 void 0.000222
+gallium_dri.so free 0x557173478e70 void 0.000222
+gallium_dri.so malloc 72 0x55717361ab00 0.000205
+gallium_dri.so free 0x55717361abc0 void 0.000217
+gallium_dri.so free 0x55717361ab00 void 0.000198
+gallium_dri.so malloc 72 0x55717361ab00 0.000195
+gallium_dri.so free 0x55717361ac80 void 0.000132
+gallium_dri.so free 0x55717361ab00 void 0.000127
+gallium_dri.so malloc 72 0x55717361ab00 0.000122
+gallium_dri.so free 0x55717361ad40 void 0.000127
+gallium_dri.so free 0x55717361ab00 void 0.000130
+gallium_dri.so malloc 72 0x55717361acf0 0.000131
+gallium_dri.so free 0x55717361ae00 void 0.000131
+gallium_dri.so free 0x55717361acf0 void 0.000135
+gallium_dri.so malloc 72 0x55717361adb0 0.000130
+gallium_dri.so free 0x55717361ae80 void 0.000220
+gallium_dri.so free 0x55717361adb0 void 0.000208
+gallium_dri.so malloc 72 0x55717361aed0 0.000298
+gallium_dri.so free 0x55717361af40 void 0.000337
+gallium_dri.so free 0x55717361aed0 void 0.000337
+gallium_dri.so malloc 72 0x55717361af60 0.000318
+gallium_dri.so free 0x55717361b000 void 0.000281
+gallium_dri.so free 0x55717361af60 void 0.000276
+gallium_dri.so malloc 72 0x55717361afb0 0.000277
+gallium_dri.so free 0x55717361b080 void 0.000282
+gallium_dri.so free 0x55717361afb0 void 0.000296
+gallium_dri.so malloc 72 0x55717361afb0 0.000279
+gallium_dri.so free 0x55717361b100 void 0.000280
+gallium_dri.so free 0x55717361afb0 void 0.000168
+gallium_dri.so malloc 72 0x55717361b100 0.000172
+gallium_dri.so free 0x55717361b1c0 void 0.000173
+gallium_dri.so free 0x55717361b100 void 0.000137
+gallium_dri.so malloc 72 0x55717361b100 0.000137
+gallium_dri.so free 0x55717361b2c0 void 0.000141
+gallium_dri.so free 0x55717361b100 void 0.000139
+gallium_dri.so malloc 72 0x55717361b270 0.000136
+gallium_dri.so free 0x55717361b300 void 0.000137
+gallium_dri.so free 0x55717361b270 void 0.000137
+gallium_dri.so malloc 72 0x55717361b270 0.000132
+gallium_dri.so free 0x55717361b3c0 void 0.000128
+gallium_dri.so free 0x55717361b270 void 0.000133
+gallium_dri.so malloc 72 0x55717361b400 0.000137
+gallium_dri.so free 0x55717361b480 void 0.000131
+gallium_dri.so free 0x55717361b400 void 0.000127
+gallium_dri.so malloc 72 0x55717361b480 0.000176
+gallium_dri.so free 0x55717361b540 void 0.000175
+gallium_dri.so free 0x55717361b480 void 0.000172
+gallium_dri.so malloc 72 0x55717361b480 0.000136
+gallium_dri.so free 0x55717361b5c0 void 0.000137
+gallium_dri.so free 0x55717361b480 void 0.000137
+gallium_dri.so malloc 72 0x55717361b5f0 0.000136
+gallium_dri.so free 0x55717361b640 void 0.000131
+gallium_dri.so free 0x55717361b5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717361b5f0 0.000132
+gallium_dri.so free 0x55717361b740 void 0.000136
+gallium_dri.so free 0x55717361b5f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361b780 0.000126
+gallium_dri.so free 0x55717361b800 void 0.000126
+gallium_dri.so free 0x55717361b780 void 0.000130
+gallium_dri.so malloc 72 0x55717361b800 0.000126
+gallium_dri.so free 0x55717361b8c0 void 0.000133
+gallium_dri.so free 0x55717361b800 void 0.000138
+gallium_dri.so malloc 72 0x55717361b800 0.000138
+gallium_dri.so free 0x55717361b940 void 0.000137
+gallium_dri.so free 0x55717361b800 void 0.000140
+gallium_dri.so malloc 72 0x55717361b970 0.000172
+gallium_dri.so free 0x55717361b9c0 void 0.000137
+gallium_dri.so free 0x55717361b970 void 0.000137
+gallium_dri.so malloc 72 0x55717361b970 0.000130
+gallium_dri.so free 0x55717361bac0 void 0.000133
+gallium_dri.so free 0x55717361b970 void 0.000137
+gallium_dri.so malloc 72 0x55717361ba70 0.000136
+gallium_dri.so free 0x55717361bb80 void 0.000172
+gallium_dri.so free 0x55717361ba70 void 0.000132
+gallium_dri.so malloc 72 0x55717361bb30 0.000133
+gallium_dri.so free 0x55717361bc00 void 0.000136
+gallium_dri.so free 0x55717361bb30 void 0.000137
+gallium_dri.so malloc 72 0x55717361bb30 0.000172
+gallium_dri.so free 0x55717361bcc0 void 0.000170
+gallium_dri.so free 0x55717361bb30 void 0.000137
+gallium_dri.so malloc 72 0x55717361bb30 0.000137
+gallium_dri.so free 0x55717361bd80 void 0.000136
+gallium_dri.so free 0x55717361bb30 void 0.000149
+gallium_dri.so malloc 72 0x55717361bd30 0.000137
+gallium_dri.so free 0x55717361be00 void 0.000132
+gallium_dri.so free 0x55717361bd30 void 0.000138
+gallium_dri.so malloc 72 0x55717361be50 0.000130
+gallium_dri.so free 0x55717361bec0 void 0.000130
+gallium_dri.so free 0x55717361be50 void 0.000125
+gallium_dri.so malloc 72 0x55717361bee0 0.000125
+gallium_dri.so free 0x55717361bf80 void 0.000129
+gallium_dri.so free 0x55717361bee0 void 0.000129
+gallium_dri.so malloc 72 0x55717361bf30 0.000126
+gallium_dri.so free 0x55717361c000 void 0.000126
+gallium_dri.so free 0x55717361bf30 void 0.000125
+gallium_dri.so malloc 72 0x55717361c000 0.000120
+gallium_dri.so free 0x55717361c0c0 void 0.000124
+gallium_dri.so free 0x55717361c000 void 0.000130
+gallium_dri.so malloc 72 0x55717361c000 0.000130
+gallium_dri.so free 0x55717361c140 void 0.000124
+gallium_dri.so free 0x55717361c000 void 0.000124
+gallium_dri.so malloc 72 0x55717361c140 0.000130
+gallium_dri.so free 0x55717361c200 void 0.000130
+gallium_dri.so free 0x55717361c140 void 0.000130
+gallium_dri.so malloc 72 0x55717361c140 0.000124
+gallium_dri.so free 0x55717361c2c0 void 0.000121
+gallium_dri.so free 0x55717361c140 void 0.000160
+gallium_dri.so malloc 72 0x55717361c140 0.000127
+gallium_dri.so free 0x55717361c380 void 0.000130
+gallium_dri.so free 0x55717361c140 void 0.000123
+gallium_dri.so malloc 72 0x55717361c330 0.000125
+gallium_dri.so free 0x55717361c400 void 0.000132
+gallium_dri.so free 0x55717361c330 void 0.000131
+gallium_dri.so malloc 72 0x55717361c450 0.000129
+gallium_dri.so free 0x55717361c4c0 void 0.000124
+gallium_dri.so free 0x55717361c450 void 0.000124
+gallium_dri.so malloc 72 0x55717361c500 0.000129
+gallium_dri.so free 0x55717361c580 void 0.000130
+gallium_dri.so free 0x55717361c500 void 0.000124
+gallium_dri.so malloc 72 0x55717361c500 0.000121
+gallium_dri.so free 0x55717361c600 void 0.000126
+gallium_dri.so free 0x55717361c500 void 0.000129
+gallium_dri.so malloc 72 0x55717361c630 0.000130
+gallium_dri.so free 0x55717361c680 void 0.000129
+gallium_dri.so free 0x55717361c630 void 0.000130
+gallium_dri.so malloc 72 0x55717361c630 0.000129
+gallium_dri.so free 0x55717361c780 void 0.000125
+gallium_dri.so free 0x55717361c630 void 0.000124
+gallium_dri.so malloc 72 0x55717361c730 0.000131
+gallium_dri.so free 0x55717361c840 void 0.000129
+gallium_dri.so free 0x55717361c730 void 0.000125
+gallium_dri.so malloc 72 0x55717361c7f0 0.000123
+gallium_dri.so free 0x55717361c880 void 0.000120
+gallium_dri.so free 0x55717361c7f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c7f0 0.000130
+gallium_dri.so free 0x55717361c940 void 0.000131
+gallium_dri.so free 0x55717361c7f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c9b0 0.000120
+gallium_dri.so free 0x55717361ca00 void 0.000125
+gallium_dri.so free 0x55717361c9b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c9b0 0.000129
+gallium_dri.so free 0x55717361cb00 void 0.000128
+gallium_dri.so free 0x55717361c9b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361cab0 0.000133
+gallium_dri.so free 0x55717361cbc0 void 0.000125
+gallium_dri.so free 0x55717361cab0 void 0.000125
+gallium_dri.so malloc 72 0x55717361cb70 0.000130
+gallium_dri.so free 0x55717361cc00 void 0.000130
+gallium_dri.so free 0x55717361cb70 void 0.000124
+gallium_dri.so malloc 72 0x55717361cb70 0.000120
+gallium_dri.so free 0x55717361ccc0 void 0.000127
+gallium_dri.so free 0x55717361cb70 void 0.000119
+gallium_dri.so malloc 72 0x55717361cd00 0.000119
+gallium_dri.so free 0x55717361cd80 void 0.000114
+gallium_dri.so free 0x55717361cd00 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd80 0.000114
+gallium_dri.so free 0x55717361ce40 void 0.000117
+gallium_dri.so free 0x55717361cd80 void 0.000114
+gallium_dri.so malloc 72 0x55717361cd80 0.000112
+gallium_dri.so free 0x55717361cf00 void 0.000114
+gallium_dri.so free 0x55717361cd80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cf20 0.000111
+gallium_dri.so free 0x55717361cfc0 void 0.000114
+gallium_dri.so free 0x55717361cf20 void 0.000113
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d040 void 0.000113
+gallium_dri.so free 0x55717361cf70 void 0.000144
+gallium_dri.so malloc 72 0x55717361cf70 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000115
+gallium_dri.so free 0x55717361cf70 void 0.000113
+gallium_dri.so malloc 72 0x55717361d0c0 0.000113
+gallium_dri.so free 0x55717361d180 void 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d0c0 0.000113
+gallium_dri.so free 0x55717361d240 void 0.000114
+gallium_dri.so free 0x55717361d0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d0c0 0.000116
+gallium_dri.so free 0x55717361d300 void 0.000118
+gallium_dri.so free 0x55717361d0c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361d2b0 0.000114
+gallium_dri.so free 0x55717361d3c0 void 0.000114
+gallium_dri.so free 0x55717361d2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d370 0.000112
+gallium_dri.so free 0x55717361d440 void 0.000160
+gallium_dri.so free 0x55717361d370 void 0.000114
+gallium_dri.so malloc 72 0x55717361d490 0.000114
+gallium_dri.so free 0x55717361d500 void 0.000114
+gallium_dri.so free 0x55717361d490 void 0.000113
+gallium_dri.so malloc 72 0x55717361d520 0.000113
+gallium_dri.so free 0x55717361d5c0 void 0.000113
+gallium_dri.so free 0x55717361d520 void 0.000113
+gallium_dri.so malloc 72 0x55717361d570 0.000113
+gallium_dri.so free 0x55717361d640 void 0.000114
+gallium_dri.so free 0x55717361d570 void 0.000113
+gallium_dri.so malloc 72 0x55717361d570 0.000113
+gallium_dri.so free 0x55717361d6c0 void 0.000116
+gallium_dri.so free 0x55717361d570 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6c0 0.000115
+gallium_dri.so free 0x55717361d780 void 0.000113
+gallium_dri.so free 0x55717361d6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6c0 0.000113
+gallium_dri.so free 0x55717361d880 void 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d830 0.000114
+gallium_dri.so free 0x55717361d8c0 void 0.000114
+gallium_dri.so free 0x55717361d830 void 0.000114
+gallium_dri.so malloc 72 0x55717361d830 0.000113
+gallium_dri.so free 0x55717361d980 void 0.000113
+gallium_dri.so free 0x55717361d830 void 0.000113
+gallium_dri.so malloc 72 0x55717361d9c0 0.000112
+gallium_dri.so free 0x55717361da40 void 0.000130
+gallium_dri.so free 0x55717361d9c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361da40 0.000115
+gallium_dri.so free 0x55717361db00 void 0.000114
+gallium_dri.so free 0x55717361da40 void 0.000113
+gallium_dri.so malloc 72 0x55717361da40 0.000114
+gallium_dri.so free 0x55717361db80 void 0.000113
+gallium_dri.so free 0x55717361da40 void 0.000113
+gallium_dri.so malloc 72 0x55717361dbb0 0.000112
+gallium_dri.so free 0x55717361dc00 void 0.000113
+gallium_dri.so free 0x55717361dbb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361dbb0 0.000120
+gallium_dri.so free 0x55717361dd00 void 0.000115
+gallium_dri.so free 0x55717361dbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dd40 0.000113
+gallium_dri.so free 0x55717361ddc0 void 0.000113
+gallium_dri.so free 0x55717361dd40 void 0.000112
+gallium_dri.so malloc 72 0x55717361ddc0 0.000113
+gallium_dri.so free 0x55717361de80 void 0.000115
+gallium_dri.so free 0x55717361ddc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ddc0 0.000114
+gallium_dri.so free 0x55717361df00 void 0.000114
+gallium_dri.so free 0x55717361ddc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361df30 0.000112
+gallium_dri.so free 0x55717361df80 void 0.000115
+gallium_dri.so free 0x55717361df30 void 0.000113
+gallium_dri.so malloc 72 0x55717361df30 0.000113
+gallium_dri.so free 0x55717361e080 void 0.000114
+gallium_dri.so free 0x55717361df30 void 0.000119
+gallium_dri.so malloc 72 0x55717361e030 0.000116
+gallium_dri.so free 0x55717361e140 void 0.000114
+gallium_dri.so free 0x55717361e030 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000115
+gallium_dri.so free 0x55717361e1c0 void 0.000113
+gallium_dri.so free 0x55717361e0f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e0f0 0.000117
+gallium_dri.so free 0x55717361e280 void 0.000114
+gallium_dri.so free 0x55717361e0f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000114
+gallium_dri.so free 0x55717361e340 void 0.000114
+gallium_dri.so free 0x55717361e0f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e2f0 0.000112
+gallium_dri.so free 0x55717361e3c0 void 0.000114
+gallium_dri.so free 0x55717361e2f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e410 0.000113
+gallium_dri.so free 0x55717361e480 void 0.000113
+gallium_dri.so free 0x55717361e410 void 0.000122
+gallium_dri.so malloc 72 0x55717361e4a0 0.000125
+gallium_dri.so free 0x55717361e540 void 0.000121
+gallium_dri.so free 0x55717361e4a0 void 0.000116
+gallium_dri.so malloc 72 0x55717361e4f0 0.000119
+gallium_dri.so free 0x55717361e5c0 void 0.000120
+gallium_dri.so free 0x55717361e4f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e5c0 0.000120
+gallium_dri.so free 0x55717361e680 void 0.000117
+gallium_dri.so free 0x55717361e5c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e5c0 0.000120
+gallium_dri.so free 0x55717361e700 void 0.000119
+gallium_dri.so free 0x55717361e5c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361e700 0.000116
+gallium_dri.so free 0x55717361e7c0 void 0.000121
+gallium_dri.so free 0x55717361e700 void 0.000120
+gallium_dri.so malloc 72 0x55717361e700 0.000119
+gallium_dri.so free 0x55717361e880 void 0.000121
+gallium_dri.so free 0x55717361e700 void 0.000119
+gallium_dri.so malloc 72 0x55717361e700 0.000119
+gallium_dri.so free 0x55717361e940 void 0.000119
+gallium_dri.so free 0x55717361e700 void 0.000119
+gallium_dri.so malloc 72 0x55717361e8f0 0.000123
+gallium_dri.so free 0x55717361e9c0 void 0.000121
+gallium_dri.so free 0x55717361e8f0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ea10 0.000121
+gallium_dri.so free 0x55717361ea80 void 0.000121
+gallium_dri.so free 0x55717361ea10 void 0.000121
+gallium_dri.so malloc 72 0x55717361eac0 0.000121
+gallium_dri.so free 0x55717361eb40 void 0.000119
+gallium_dri.so free 0x55717361eac0 void 0.000119
+gallium_dri.so malloc 72 0x55717361eac0 0.000121
+gallium_dri.so free 0x55717361ebc0 void 0.000118
+gallium_dri.so free 0x55717361eac0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ebf0 0.000127
+gallium_dri.so free 0x55717361ec40 void 0.000123
+gallium_dri.so free 0x55717361ebf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ebf0 0.000119
+gallium_dri.so free 0x55717361ed40 void 0.000119
+gallium_dri.so free 0x55717361ebf0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ecf0 0.000120
+gallium_dri.so free 0x55717361ee00 void 0.000120
+gallium_dri.so free 0x55717361ecf0 void 0.000119
+gallium_dri.so malloc 72 0x55717361edb0 0.000120
+gallium_dri.so free 0x55717361ee40 void 0.000120
+gallium_dri.so free 0x55717361edb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361edb0 0.000119
+gallium_dri.so free 0x55717361ef00 void 0.000119
+gallium_dri.so free 0x55717361edb0 void 0.000120
+gallium_dri.so malloc 72 0x55717361ef70 0.000119
+gallium_dri.so free 0x55717361efc0 void 0.000120
+gallium_dri.so free 0x55717361ef70 void 0.000119
+gallium_dri.so malloc 72 0x55717361ef70 0.000119
+gallium_dri.so free 0x55717361f0c0 void 0.000119
+gallium_dri.so free 0x55717361ef70 void 0.000119
+gallium_dri.so malloc 72 0x55717361f070 0.000120
+gallium_dri.so free 0x55717361f180 void 0.000120
+gallium_dri.so free 0x55717361f070 void 0.000119
+gallium_dri.so malloc 72 0x55717361f130 0.000120
+gallium_dri.so free 0x55717361f1c0 void 0.000119
+gallium_dri.so free 0x55717361f130 void 0.000119
+gallium_dri.so malloc 72 0x55717361f130 0.000122
+gallium_dri.so free 0x55717361f280 void 0.000122
+gallium_dri.so free 0x55717361f130 void 0.000120
+gallium_dri.so malloc 72 0x55717361f2c0 0.000120
+gallium_dri.so free 0x55717361f340 void 0.000120
+gallium_dri.so free 0x55717361f2c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361f340 0.000119
+gallium_dri.so free 0x55717361f400 void 0.000120
+gallium_dri.so free 0x55717361f340 void 0.000120
+gallium_dri.so malloc 72 0x55717361f340 0.000117
+gallium_dri.so free 0x55717361f4c0 void 0.000122
+gallium_dri.so free 0x55717361f340 void 0.000117
+gallium_dri.so malloc 72 0x55717361f4e0 0.000120
+gallium_dri.so free 0x55717361f580 void 0.000117
+gallium_dri.so free 0x55717361f4e0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f530 0.000121
+gallium_dri.so free 0x55717361f600 void 0.000119
+gallium_dri.so free 0x55717361f530 void 0.000120
+gallium_dri.so malloc 72 0x55717361f530 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000117
+gallium_dri.so free 0x55717361f530 void 0.000119
+gallium_dri.so malloc 72 0x55717361f680 0.000120
+gallium_dri.so free 0x55717361f740 void 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000117
+gallium_dri.so malloc 72 0x55717361f680 0.000121
+gallium_dri.so free 0x55717361f800 void 0.000120
+gallium_dri.so free 0x55717361f680 void 0.000129
+gallium_dri.so malloc 72 0x55717361f680 0.000116
+gallium_dri.so free 0x55717361f8c0 void 0.000116
+gallium_dri.so free 0x55717361f680 void 0.000114
+gallium_dri.so malloc 72 0x55717361f870 0.000115
+gallium_dri.so free 0x55717361f980 void 0.000116
+gallium_dri.so free 0x55717361f870 void 0.000114
+gallium_dri.so malloc 72 0x55717361f930 0.000115
+gallium_dri.so free 0x55717361fa00 void 0.000114
+gallium_dri.so free 0x55717361f930 void 0.000113
+gallium_dri.so malloc 72 0x55717361fa50 0.000113
+gallium_dri.so free 0x55717361fac0 void 0.000114
+gallium_dri.so free 0x55717361fa50 void 0.000113
+gallium_dri.so malloc 72 0x55717361fae0 0.000115
+gallium_dri.so free 0x55717361fb80 void 0.000114
+gallium_dri.so free 0x55717361fae0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fb30 0.000114
+gallium_dri.so free 0x55717361fc00 void 0.000117
+gallium_dri.so free 0x55717361fb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fb30 0.000113
+gallium_dri.so free 0x55717361fc80 void 0.000115
+gallium_dri.so free 0x55717361fb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361fc80 0.000114
+gallium_dri.so free 0x55717361fd40 void 0.000115
+gallium_dri.so free 0x55717361fc80 void 0.000115
+gallium_dri.so malloc 72 0x55717361fc80 0.000114
+gallium_dri.so free 0x55717361fe40 void 0.000114
+gallium_dri.so free 0x55717361fc80 void 0.000116
+gallium_dri.so malloc 72 0x55717361fdf0 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x55717361fdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000115
+gallium_dri.so free 0x5571735ed340 void 0.000114
+gallium_dri.so free 0x5571735ed2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000113
+gallium_dri.so free 0x5571735ed440 void 0.000118
+gallium_dri.so free 0x5571735ed2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000116
+gallium_dri.so free 0x5571735ed500 void 0.000115
+gallium_dri.so free 0x5571735ed3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000114
+gallium_dri.so free 0x5571735ed540 void 0.000116
+gallium_dri.so free 0x5571735ed4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000115
+gallium_dri.so free 0x5571735ed600 void 0.000116
+gallium_dri.so free 0x5571735ed4b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed670 0.000115
+gallium_dri.so free 0x5571735ed6c0 void 0.000115
+gallium_dri.so free 0x5571735ed670 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed670 0.000114
+gallium_dri.so free 0x5571735ed7c0 void 0.000115
+gallium_dri.so free 0x5571735ed670 void 0.000115
+gallium_dri.so malloc 72 0x5571735ed770 0.000114
+gallium_dri.so free 0x5571735ed880 void 0.000116
+gallium_dri.so free 0x5571735ed770 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed830 0.000113
+gallium_dri.so free 0x5571735ed8c0 void 0.000116
+gallium_dri.so free 0x5571735ed830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed830 0.000115
+gallium_dri.so free 0x5571735ed980 void 0.000115
+gallium_dri.so free 0x5571735ed830 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000114
+gallium_dri.so free 0x5571735eda40 void 0.000115
+gallium_dri.so free 0x5571735ed9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735eda40 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000116
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda40 0.000116
+gallium_dri.so free 0x5571735edbc0 void 0.000124
+gallium_dri.so free 0x5571735eda40 void 0.000117
+gallium_dri.so malloc 72 0x5571735edbe0 0.000114
+gallium_dri.so free 0x5571735edc80 void 0.000116
+gallium_dri.so free 0x5571735edbe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edc30 0.000116
+gallium_dri.so free 0x5571735edd00 void 0.000117
+gallium_dri.so free 0x5571735edc30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edc30 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd80 0.000115
+gallium_dri.so free 0x5571735ede40 void 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000165
+gallium_dri.so malloc 72 0x5571735edd80 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so malloc 72 0x5571735edd80 0.000115
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735edf70 0.000117
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so free 0x5571735edf70 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee030 0.000113
+gallium_dri.so free 0x5571735ee100 void 0.000115
+gallium_dri.so free 0x5571735ee030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee150 0.000114
+gallium_dri.so free 0x5571735ee1c0 void 0.000115
+gallium_dri.so free 0x5571735ee150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000113
+gallium_dri.so free 0x5571735ee280 void 0.000115
+gallium_dri.so free 0x5571735ee1e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee230 0.000115
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee230 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee230 0.000118
+gallium_dri.so free 0x5571735ee380 void 0.000116
+gallium_dri.so free 0x5571735ee230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee380 0.000114
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000125
+gallium_dri.so malloc 72 0x5571735ee380 0.000115
+gallium_dri.so free 0x5571735ee540 void 0.000115
+gallium_dri.so free 0x5571735ee380 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000114
+gallium_dri.so free 0x5571735ee580 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000112
+gallium_dri.so free 0x5571735ee640 void 0.000115
+gallium_dri.so free 0x5571735ee4f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee680 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so free 0x5571735ee680 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee700 0.000114
+gallium_dri.so free 0x5571735ee7c0 void 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee700 0.000115
+gallium_dri.so free 0x5571735ee840 void 0.000115
+gallium_dri.so free 0x5571735ee700 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee870 0.000113
+gallium_dri.so free 0x5571735ee8c0 void 0.000115
+gallium_dri.so free 0x5571735ee870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee870 0.000113
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee870 void 0.000115
+gallium_dri.so malloc 72 0x5571735eea00 0.000113
+gallium_dri.so free 0x5571735eea80 void 0.000116
+gallium_dri.so free 0x5571735eea00 void 0.000148
+gallium_dri.so malloc 72 0x5571735eea80 0.000125
+gallium_dri.so free 0x5571735eeb40 void 0.000116
+gallium_dri.so free 0x5571735eea80 void 0.000114
+gallium_dri.so malloc 72 0x5571735eea80 0.000114
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebf0 0.000115
+gallium_dri.so free 0x5571735eec40 void 0.000115
+gallium_dri.so free 0x5571735eebf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebf0 0.000114
+gallium_dri.so free 0x5571735eed40 void 0.000114
+gallium_dri.so free 0x5571735eebf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000114
+gallium_dri.so free 0x5571735eee00 void 0.000116
+gallium_dri.so free 0x5571735eecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eee80 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735eefb0 0.000115
+gallium_dri.so free 0x5571735ef080 void 0.000115
+gallium_dri.so free 0x5571735eefb0 void 0.000150
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000116
+gallium_dri.so free 0x5571735ef140 void 0.000116
+gallium_dri.so free 0x5571735ef0d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef160 0.000116
+gallium_dri.so free 0x5571735ef200 void 0.000113
+gallium_dri.so free 0x5571735ef160 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000114
+gallium_dri.so free 0x5571735ef280 void 0.000115
+gallium_dri.so free 0x5571735ef1b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef280 0.000116
+gallium_dri.so free 0x5571735ef340 void 0.000115
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef280 0.000113
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000113
+gallium_dri.so free 0x5571735ef480 void 0.000116
+gallium_dri.so free 0x5571735ef3c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000115
+gallium_dri.so free 0x5571735ef3c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef600 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000114
+gallium_dri.so free 0x5571735ef680 void 0.000115
+gallium_dri.so free 0x5571735ef5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000161
+gallium_dri.so free 0x5571735ef740 void 0.000114
+gallium_dri.so free 0x5571735ef6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef780 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef780 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000115
+gallium_dri.so free 0x5571735ef780 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000113
+gallium_dri.so free 0x5571735ef8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000115
+gallium_dri.so free 0x5571735efa00 void 0.000121
+gallium_dri.so free 0x5571735ef8b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000114
+gallium_dri.so free 0x5571735efac0 void 0.000114
+gallium_dri.so free 0x5571735ef9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa70 0.000112
+gallium_dri.so free 0x5571735efb00 void 0.000115
+gallium_dri.so free 0x5571735efa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efa70 0.000114
+gallium_dri.so free 0x5571735efbc0 void 0.000114
+gallium_dri.so free 0x5571735efa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc30 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efc30 0.000145
+gallium_dri.so free 0x5571735efd80 void 0.000115
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd30 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000113
+gallium_dri.so free 0x5571735efd30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efdf0 0.000113
+gallium_dri.so free 0x5571735efe80 void 0.000113
+gallium_dri.so free 0x5571735efdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735efdf0 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff80 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000118
+gallium_dri.so free 0x5571735eff80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0000 0.000113
+gallium_dri.so free 0x5571735f0180 void 0.000113
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01a0 0.000115
+gallium_dri.so free 0x5571735f0240 void 0.000113
+gallium_dri.so free 0x5571735f01a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f01f0 0.000114
+gallium_dri.so free 0x5571735f02c0 void 0.000113
+gallium_dri.so free 0x5571735f01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01f0 0.000124
+gallium_dri.so free 0x5571735f0340 void 0.000116
+gallium_dri.so free 0x5571735f01f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0340 0.000125
+gallium_dri.so free 0x5571735f04c0 void 0.000121
+gallium_dri.so free 0x5571735f0340 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0340 0.000121
+gallium_dri.so free 0x5571735f0580 void 0.000117
+gallium_dri.so free 0x5571735f0340 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0530 0.000119
+gallium_dri.so free 0x5571735f0640 void 0.000119
+gallium_dri.so free 0x5571735f0530 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05f0 0.000120
+gallium_dri.so free 0x5571735f06c0 void 0.000120
+gallium_dri.so free 0x5571735f05f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0710 0.000120
+gallium_dri.so free 0x5571735f0780 void 0.000121
+gallium_dri.so free 0x5571735f0710 void 0.000119
+gallium_dri.so malloc 72 0x5571735f07a0 0.000120
+gallium_dri.so free 0x5571735f0840 void 0.000120
+gallium_dri.so free 0x5571735f07a0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07f0 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000121
+gallium_dri.so free 0x5571735f07f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f07f0 0.000124
+gallium_dri.so free 0x5571735f0940 void 0.000122
+gallium_dri.so free 0x5571735f07f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0940 0.000121
+gallium_dri.so free 0x5571735f0a00 void 0.000121
+gallium_dri.so free 0x5571735f0940 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0940 0.000120
+gallium_dri.so free 0x5571735f0b00 void 0.000121
+gallium_dri.so free 0x5571735f0940 void 0.000121
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000119
+gallium_dri.so free 0x5571735f0b40 void 0.000120
+gallium_dri.so free 0x5571735f0ab0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000120
+gallium_dri.so free 0x5571735f0ab0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0c40 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000120
+gallium_dri.so free 0x5571735f0c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000119
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000119
+gallium_dri.so free 0x5571735f0e00 void 0.000120
+gallium_dri.so free 0x5571735f0cc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e30 0.000120
+gallium_dri.so free 0x5571735f0e80 void 0.000166
+gallium_dri.so free 0x5571735f0e30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f0e30 0.000121
+gallium_dri.so free 0x5571735f0f80 void 0.000125
+gallium_dri.so free 0x5571735f0e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000119
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so free 0x5571735f0fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1040 0.000119
+gallium_dri.so free 0x5571735f1100 void 0.000119
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1040 0.000120
+gallium_dri.so free 0x5571735f1180 void 0.000117
+gallium_dri.so free 0x5571735f1040 void 0.000120
+gallium_dri.so malloc 72 0x5571735f11b0 0.000120
+gallium_dri.so free 0x5571735f1200 void 0.000121
+gallium_dri.so free 0x5571735f11b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f11b0 0.000122
+gallium_dri.so free 0x5571735f1300 void 0.000118
+gallium_dri.so free 0x5571735f11b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f12b0 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000120
+gallium_dri.so free 0x5571735f12b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1370 0.000120
+gallium_dri.so free 0x5571735f1440 void 0.000122
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1370 0.000129
+gallium_dri.so free 0x5571735f1500 void 0.000121
+gallium_dri.so free 0x5571735f1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1370 0.000119
+gallium_dri.so free 0x5571735f15c0 void 0.000121
+gallium_dri.so free 0x5571735f1370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1570 0.000119
+gallium_dri.so free 0x5571735f1640 void 0.000117
+gallium_dri.so free 0x5571735f1570 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1690 0.000120
+gallium_dri.so free 0x5571735f1700 void 0.000120
+gallium_dri.so free 0x5571735f1690 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1720 0.000119
+gallium_dri.so free 0x5571735f17c0 void 0.000119
+gallium_dri.so free 0x5571735f1720 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1770 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000122
+gallium_dri.so free 0x5571735f1770 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1840 0.000121
+gallium_dri.so free 0x5571735f1900 void 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1840 0.000120
+gallium_dri.so free 0x5571735f1980 void 0.000121
+gallium_dri.so free 0x5571735f1840 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1980 0.000120
+gallium_dri.so free 0x5571735f1a40 void 0.000121
+gallium_dri.so free 0x5571735f1980 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1980 0.000116
+gallium_dri.so free 0x5571735f1b00 void 0.000117
+gallium_dri.so free 0x5571735f1980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1980 0.000116
+gallium_dri.so free 0x5571735f1bc0 void 0.000116
+gallium_dri.so free 0x5571735f1980 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000121
+gallium_dri.so free 0x5571735f1b70 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1c90 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000120
+gallium_dri.so free 0x5571735f1c90 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d40 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1d40 0.000118
+gallium_dri.so free 0x5571735f1e40 void 0.000121
+gallium_dri.so free 0x5571735f1d40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e70 0.000120
+gallium_dri.so free 0x5571735f1ec0 void 0.000119
+gallium_dri.so free 0x5571735f1e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1e70 0.000120
+gallium_dri.so free 0x5571735f1fc0 void 0.000120
+gallium_dri.so free 0x5571735f1e70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1f70 0.000119
+gallium_dri.so free 0x5571735f2080 void 0.000188
+gallium_dri.so free 0x5571735f1f70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2030 0.000120
+gallium_dri.so free 0x5571735f20c0 void 0.000120
+gallium_dri.so free 0x5571735f2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2030 0.000118
+gallium_dri.so free 0x5571735f2180 void 0.000119
+gallium_dri.so free 0x5571735f2030 void 0.000120
+gallium_dri.so malloc 72 0x5571735f21f0 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000120
+gallium_dri.so free 0x5571735f21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f21f0 0.000120
+gallium_dri.so free 0x5571735f2340 void 0.000120
+gallium_dri.so free 0x5571735f21f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f22f0 0.000120
+gallium_dri.so free 0x5571735f2400 void 0.000120
+gallium_dri.so free 0x5571735f22f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2440 void 0.000117
+gallium_dri.so free 0x5571735f23b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2500 void 0.000120
+gallium_dri.so free 0x5571735f23b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2540 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000121
+gallium_dri.so free 0x5571735f2540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25c0 0.000167
+gallium_dri.so free 0x5571735f2680 void 0.000162
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f25c0 0.000114
+gallium_dri.so free 0x5571735f2740 void 0.000114
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2760 0.000112
+gallium_dri.so free 0x5571735f2800 void 0.000114
+gallium_dri.so free 0x5571735f2760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f27b0 0.000113
+gallium_dri.so free 0x557173590b40 void 0.000118
+gallium_dri.so free 0x5571735f27b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f27b0 0.000113
+gallium_dri.so free 0x5571735ec580 void 0.000114
+gallium_dri.so free 0x5571735f27b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec530 0.000114
+gallium_dri.so free 0x5571735f8840 void 0.000113
+gallium_dri.so free 0x5571735ec530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f87f0 0.000113
+gallium_dri.so free 0x5571735e37c0 void 0.000113
+gallium_dri.so free 0x5571735f87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f87f0 0.000114
+gallium_dri.so free 0x5571735c4f80 void 0.000115
+gallium_dri.so free 0x5571735f87f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735dcd80 void 0.000113
+gallium_dri.so free 0x5571735c4f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735dcd30 0.000115
+gallium_dri.so free 0x5571735f8a00 void 0.000112
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000113
+gallium_dri.so free 0x55717346e840 void 0.000112
+gallium_dri.so free 0x5571735f89b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e7f0 0.000111
+gallium_dri.so free 0x557173610680 void 0.000114
+gallium_dri.so free 0x55717346e7f0 void 0.000113
+gallium_dri.so malloc 72 0x557173610630 0.000117
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so free 0x557173610630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000113
+gallium_dri.so free 0x5571735e3200 void 0.000112
+gallium_dri.so free 0x5571735c4270 void 0.000111
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x55717346c0c0 void 0.000112
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346c070 0.000112
+gallium_dri.so free 0x55717346c280 void 0.000111
+gallium_dri.so free 0x55717346c070 void 0.000112
+gallium_dri.so malloc 72 0x55717346c230 0.000111
+gallium_dri.so free 0x5571735f3200 void 0.000112
+gallium_dri.so free 0x55717346c230 void 0.000112
+gallium_dri.so malloc 72 0x5571735f31b0 0.000113
+gallium_dri.so free 0x55717346c440 void 0.000112
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c3f0 0.000157
+gallium_dri.so free 0x557173469e80 void 0.000118
+gallium_dri.so free 0x55717346c3f0 void 0.000116
+gallium_dri.so malloc 72 0x557173469e30 0.000115
+gallium_dri.so free 0x5571735c4100 void 0.000116
+gallium_dri.so free 0x557173469e30 void 0.000116
+gallium_dri.so malloc 72 0x5571735c40b0 0.000116
+gallium_dri.so free 0x557173461c40 void 0.000116
+gallium_dri.so free 0x5571735c40b0 void 0.000116
+gallium_dri.so malloc 72 0x557173461bf0 0.000115
+gallium_dri.so free 0x5571735c4940 void 0.000115
+gallium_dri.so free 0x557173461bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c49b0 0.000116
+gallium_dri.so free 0x5571735dee40 void 0.000123
+gallium_dri.so free 0x5571735c49b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dedf0 0.000116
+gallium_dri.so free 0x5571735e1640 void 0.000118
+gallium_dri.so free 0x5571735dedf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e15f0 0.000115
+gallium_dri.so free 0x55717360f800 void 0.000117
+gallium_dri.so free 0x5571735e15f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f7b0 0.000115
+gallium_dri.so free 0x5571735c10c0 void 0.000115
+gallium_dri.so free 0x55717360f7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c1070 0.000116
+gallium_dri.so free 0x5571735ffcc0 void 0.000115
+gallium_dri.so free 0x5571735c1070 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffc70 0.000126
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x5571735ffc70 void 0.000115
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x5571735c0900 void 0.000112
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c08b0 0.000113
+gallium_dri.so free 0x5571735ffe80 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ffe30 0.000114
+gallium_dri.so free 0x55717346e680 void 0.000115
+gallium_dri.so free 0x5571735ffe30 void 0.000115
+gallium_dri.so malloc 72 0x55717346e630 0.000115
+gallium_dri.so free 0x55717360b7c0 void 0.000115
+gallium_dri.so free 0x55717346e630 void 0.000113
+gallium_dri.so malloc 72 0x55717360b770 0.000113
+gallium_dri.so free 0x5571735eb600 void 0.000116
+gallium_dri.so free 0x55717360b770 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000113
+gallium_dri.so free 0x5571735fd8c0 void 0.000115
+gallium_dri.so free 0x5571735eb5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd870 0.000113
+gallium_dri.so free 0x55717346ab40 void 0.000114
+gallium_dri.so free 0x5571735fd870 void 0.000113
+gallium_dri.so malloc 72 0x55717346aaf0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000114
+gallium_dri.so free 0x55717346aaf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c770 0.000127
+gallium_dri.so free 0x55717360f640 void 0.000116
+gallium_dri.so free 0x55717360c770 void 0.000115
+gallium_dri.so malloc 72 0x55717360f5f0 0.000114
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000116
+gallium_dri.so free 0x557173620e80 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000114
+gallium_dri.so malloc 72 0x557173620e30 0.000117
+gallium_dri.so free 0x5571735f7100 void 0.000131
+gallium_dri.so free 0x557173620e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735f70b0 0.000136
+gallium_dri.so free 0x5571735d2200 void 0.000127
+gallium_dri.so free 0x5571735f70b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d21b0 0.000123
+gallium_dri.so free 0x5571735f5800 void 0.000124
+gallium_dri.so free 0x5571735d21b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f57b0 0.000123
+gallium_dri.so free 0x557173600d00 void 0.000123
+gallium_dri.so free 0x5571735f57b0 void 0.000122
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000114
+gallium_dri.so free 0x557173600cb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000164
+gallium_dri.so free 0x5571735dfb00 void 0.000159
+gallium_dri.so free 0x5571735f2ff0 void 0.000158
+gallium_dri.so malloc 72 0x5571735dfab0 0.000124
+gallium_dri.so free 0x5571735cfc40 void 0.000124
+gallium_dri.so free 0x5571735dfab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000125
+gallium_dri.so free 0x55717346ea00 void 0.000156
+gallium_dri.so free 0x5571735cfbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so free 0x55717346e9b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735893b0 0.000117
+gallium_dri.so free 0x5571735d47c0 void 0.000114
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000119
+gallium_dri.so free 0x55717346a500 void 0.000117
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x55717346a570 0.000114
+gallium_dri.so free 0x55717360e0c0 void 0.000119
+gallium_dri.so free 0x55717346a570 void 0.000119
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x557173605c40 void 0.000116
+gallium_dri.so free 0x55717360e070 void 0.000114
+gallium_dri.so malloc 72 0x557173605bf0 0.000118
+gallium_dri.so free 0x5571735dc0c0 void 0.000126
+gallium_dri.so free 0x557173605bf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc070 0.000120
+gallium_dri.so free 0x5571735fd700 void 0.000118
+gallium_dri.so free 0x5571735dc070 void 0.000119
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000118
+gallium_dri.so free 0x5571735f96c0 void 0.000115
+gallium_dri.so free 0x5571735fd6b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9670 0.000126
+gallium_dri.so free 0x5571735c0140 void 0.000122
+gallium_dri.so free 0x5571735f9670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c00f0 0.000166
+gallium_dri.so free 0x5571735f9080 void 0.000167
+gallium_dri.so free 0x5571735c00f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735c00f0 0.000224
+gallium_dri.so free 0x55717360f9c0 void 0.000130
+gallium_dri.so free 0x5571735c00f0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f970 0.000182
+gallium_dri.so free 0x5571735e25c0 void 0.000128
+gallium_dri.so free 0x55717360f970 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2570 0.000128
+gallium_dri.so free 0x5571735fe740 void 0.000125
+gallium_dri.so free 0x5571735e2570 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000129
+gallium_dri.so free 0x5571735f8680 void 0.000124
+gallium_dri.so free 0x5571735fe6f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8630 0.000132
+gallium_dri.so free 0x5571735ed1c0 void 0.000134
+gallium_dri.so free 0x5571735f8630 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed170 0.000129
+gallium_dri.so free 0x5571735c3f40 void 0.000138
+gallium_dri.so free 0x5571735ed170 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000130
+gallium_dri.so free 0x5571735fda80 void 0.000129
+gallium_dri.so free 0x5571735c3ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fda30 0.000130
+gallium_dri.so free 0x5571735db480 void 0.000125
+gallium_dri.so free 0x5571735fda30 void 0.000128
+gallium_dri.so malloc 72 0x5571735db430 0.000130
+gallium_dri.so free 0x557173460f80 void 0.000128
+gallium_dri.so free 0x5571735db430 void 0.000131
+gallium_dri.so malloc 72 0x557173460f30 0.000124
+gallium_dri.so free 0x557173620cc0 void 0.000122
+gallium_dri.so free 0x557173460f30 void 0.000127
+gallium_dri.so malloc 72 0x557173620c70 0.000123
+gallium_dri.so free 0x5571735faec0 void 0.000120
+gallium_dri.so free 0x557173620c70 void 0.000125
+gallium_dri.so malloc 72 0x5571735fae70 0.000124
+gallium_dri.so free 0x557173467680 void 0.000120
+gallium_dri.so free 0x5571735fae70 void 0.000125
+gallium_dri.so malloc 72 0x557173467630 0.000129
+gallium_dri.so free 0x55717360d400 void 0.000128
+gallium_dri.so free 0x557173467630 void 0.000129
+gallium_dri.so malloc 72 0x55717360d3b0 0.000123
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x55717360d3b0 void 0.000125
+gallium_dri.so malloc 72 0x557173473530 0.000129
+gallium_dri.so free 0x5571735f2e80 void 0.000130
+gallium_dri.so free 0x557173473530 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2e30 0.000187
+gallium_dri.so free 0x55717346d100 void 0.000132
+gallium_dri.so free 0x5571735f2e30 void 0.000125
+gallium_dri.so malloc 72 0x55717346d0b0 0.000120
+gallium_dri.so free 0x557173600040 void 0.000125
+gallium_dri.so free 0x55717346d0b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000123
+gallium_dri.so free 0x5571735ffff0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x5571735f6440 void 0.000129
+gallium_dri.so free 0x5571735c2970 void 0.000132
+gallium_dri.so malloc 72 0x5571735f63f0 0.000130
+gallium_dri.so free 0x55717346cac0 void 0.000130
+gallium_dri.so free 0x5571735f63f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f63f0 0.000124
+gallium_dri.so free 0x55717360da80 void 0.000126
+gallium_dri.so free 0x5571735f63f0 void 0.000129
+gallium_dri.so malloc 72 0x55717360daf0 0.000129
+gallium_dri.so free 0x5571735df4c0 void 0.000130
+gallium_dri.so free 0x55717360daf0 void 0.000134
+gallium_dri.so malloc 72 0x55717360daf0 0.000231
+gallium_dri.so free 0x5571735ff000 void 0.000221
+gallium_dri.so free 0x55717360daf0 void 0.000222
+gallium_dri.so malloc 72 0x5571735fefb0 0.000198
+gallium_dri.so free 0x557173460440 void 0.000129
+gallium_dri.so free 0x5571735fefb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fefb0 0.000121
+gallium_dri.so free 0x5571735fca40 void 0.000126
+gallium_dri.so free 0x5571735fefb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000124
+gallium_dri.so free 0x557173610f40 void 0.000128
+gallium_dri.so free 0x5571735fc9f0 void 0.000130
+gallium_dri.so malloc 72 0x557173610ef0 0.000129
+gallium_dri.so free 0x5571735f79c0 void 0.000125
+gallium_dri.so free 0x557173610ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7970 0.000126
+gallium_dri.so free 0x557173609640 void 0.000130
+gallium_dri.so free 0x5571735f7970 void 0.000131
+gallium_dri.so malloc 72 0x5571736095f0 0.000129
+gallium_dri.so free 0x5571735c2380 void 0.000151
+gallium_dri.so free 0x5571736095f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736095f0 0.000130
+gallium_dri.so free 0x55717346d9c0 void 0.000123
+gallium_dri.so free 0x5571736095f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346d970 0.000125
+gallium_dri.so free 0x557173620000 void 0.000125
+gallium_dri.so free 0x55717346d970 void 0.000121
+gallium_dri.so malloc 72 0x55717361ffb0 0.000126
+gallium_dri.so free 0x55717346f080 void 0.000131
+gallium_dri.so free 0x55717361ffb0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f080 0.000128
+gallium_dri.so free 0x55717360e980 void 0.000135
+gallium_dri.so free 0x55717346f080 void 0.000132
+gallium_dri.so malloc 72 0x55717360e930 0.000130
+gallium_dri.so free 0x557173610040 void 0.000131
+gallium_dri.so free 0x55717360e930 void 0.000124
+gallium_dri.so malloc 72 0x55717360e930 0.000120
+gallium_dri.so free 0x5571735c3280 void 0.000126
+gallium_dri.so free 0x55717360e930 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3230 0.000124
+gallium_dri.so free 0x5571736006c0 void 0.000198
+gallium_dri.so free 0x5571735c3230 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3230 0.000135
+gallium_dri.so free 0x5571735f6ac0 void 0.000124
+gallium_dri.so free 0x5571735c3230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000129
+gallium_dri.so free 0x5571735f9f80 void 0.000129
+gallium_dri.so free 0x5571735f6ac0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9f30 0.000126
+gallium_dri.so free 0x5571735e03c0 void 0.000126
+gallium_dri.so free 0x5571735f9f30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0370 0.000119
+gallium_dri.so free 0x55717346b400 void 0.000124
+gallium_dri.so free 0x5571735e0370 void 0.000129
+gallium_dri.so malloc 72 0x55717346b3b0 0.000125
+gallium_dri.so free 0x5571735dd640 void 0.000128
+gallium_dri.so free 0x55717346b3b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000129
+gallium_dri.so free 0x557173461600 void 0.000130
+gallium_dri.so free 0x5571735dd5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000130
+gallium_dri.so free 0x5571735fe100 void 0.000139
+gallium_dri.so free 0x5571735dd5f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000130
+gallium_dri.so free 0x5571735dc740 void 0.000126
+gallium_dri.so free 0x5571735dd5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000130
+gallium_dri.so free 0x557173469a00 void 0.000129
+gallium_dri.so free 0x5571735dd5f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000120
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so free 0x5571735dd5f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfa00 0.000129
+gallium_dri.so free 0x5571735d4580 void 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfa00 0.000125
+gallium_dri.so free 0x557173607e80 void 0.000126
+gallium_dri.so free 0x5571735cfa00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfa00 0.000128
+gallium_dri.so free 0x5571735d1fc0 void 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000124
+gallium_dri.so malloc 72 0x5571735cfa00 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000125
+gallium_dri.so free 0x5571735cfa00 void 0.000145
+gallium_dri.so malloc 72 0x5571735cfa00 0.000128
+gallium_dri.so free 0x5571734741c0 void 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000125
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000126
+gallium_dri.so free 0x557173474170 void 0.000126
+gallium_dri.so malloc 72 0x557173474170 0.000120
+gallium_dri.so free 0x5571735ecf40 void 0.000125
+gallium_dri.so free 0x557173474170 void 0.000131
+gallium_dri.so malloc 72 0x557173474170 0.000124
+gallium_dri.so free 0x5571735debc0 void 0.000125
+gallium_dri.so free 0x557173474170 void 0.000125
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so free 0x557173474170 void 0.000123
+gallium_dri.so malloc 72 0x557173603300 0.000131
+gallium_dri.so free 0x557173460d00 void 0.000130
+gallium_dri.so free 0x557173603300 void 0.000125
+gallium_dri.so malloc 72 0x557173603300 0.000121
+gallium_dri.so free 0x5571735ed000 void 0.000119
+gallium_dri.so free 0x557173603300 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000124
+gallium_dri.so free 0x557173473f40 void 0.000194
+gallium_dri.so free 0x5571735ecfb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000125
+gallium_dri.so free 0x55717358dc00 void 0.000121
+gallium_dri.so free 0x5571735ecfb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000130
+gallium_dri.so free 0x5571735e2f80 void 0.000130
+gallium_dri.so free 0x5571735ecfb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2f80 0.000124
+gallium_dri.so free 0x557173474000 void 0.000120
+gallium_dri.so free 0x5571735e2f80 void 0.000125
+gallium_dri.so malloc 72 0x557173473fb0 0.000134
+gallium_dri.so free 0x557173469c00 void 0.000130
+gallium_dri.so free 0x557173473fb0 void 0.000125
+gallium_dri.so malloc 72 0x557173473fb0 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so free 0x557173473fb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dbe40 0.000121
+gallium_dri.so free 0x5571735c1a80 void 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbe40 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000189
+gallium_dri.so malloc 72 0x55717360d180 0.000127
+gallium_dri.so free 0x557173469cc0 void 0.000130
+gallium_dri.so free 0x55717360d180 void 0.000131
+gallium_dri.so malloc 72 0x557173469c70 0.000124
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x557173469c70 void 0.000125
+gallium_dri.so malloc 72 0x557173469c70 0.000125
+gallium_dri.so free 0x5571735f61c0 void 0.000120
+gallium_dri.so free 0x557173469c70 void 0.000125
+gallium_dri.so malloc 72 0x557173469c70 0.000129
+gallium_dri.so free 0x5571735c0e00 void 0.000131
+gallium_dri.so free 0x557173469c70 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0e00 0.000129
+gallium_dri.so free 0x5571735c0ec0 void 0.000124
+gallium_dri.so free 0x5571735c0e00 void 0.000207
+gallium_dri.so malloc 72 0x5571735c0e00 0.000121
+gallium_dri.so free 0x557173466e80 void 0.000125
+gallium_dri.so free 0x5571735c0e00 void 0.000129
+gallium_dri.so malloc 72 0x557173466e30 0.000130
+gallium_dri.so free 0x5571735e2300 void 0.000130
+gallium_dri.so free 0x557173466e30 void 0.000138
+gallium_dri.so malloc 72 0x557173466e30 0.000125
+gallium_dri.so free 0x5571735e23c0 void 0.000120
+gallium_dri.so free 0x557173466e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2370 0.000129
+gallium_dri.so free 0x5571735f5540 void 0.000129
+gallium_dri.so free 0x5571735e2370 void 0.000125
+gallium_dri.so malloc 72 0x5571735f5540 0.000119
+gallium_dri.so free 0x5571735f5600 void 0.000121
+gallium_dri.so free 0x5571735f5540 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5540 0.000130
+gallium_dri.so free 0x5571735ec2c0 void 0.000130
+gallium_dri.so free 0x5571735f5540 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5540 0.000148
+gallium_dri.so free 0x5571736080c0 void 0.000138
+gallium_dri.so free 0x5571735f5540 void 0.000127
+gallium_dri.so malloc 72 0x5571735f5540 0.000126
+gallium_dri.so free 0x5571735ec380 void 0.000127
+gallium_dri.so free 0x5571735f5540 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec330 0.000121
+gallium_dri.so free 0x557173590400 void 0.000123
+gallium_dri.so free 0x5571735ec330 void 0.000121
+gallium_dri.so malloc 72 0x557173590400 0.000124
+gallium_dri.so free 0x5571736081c0 void 0.000135
+gallium_dri.so free 0x557173590400 void 0.000127
+gallium_dri.so malloc 72 0x557173608170 0.000127
+gallium_dri.so free 0x5571735904c0 void 0.000134
+gallium_dri.so free 0x557173608170 void 0.000125
+gallium_dri.so malloc 72 0x5571735904f0 0.000126
+gallium_dri.so free 0x55717358b880 void 0.000130
+gallium_dri.so free 0x5571735904f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735904f0 0.000127
+gallium_dri.so free 0x55717358b900 void 0.000128
+gallium_dri.so free 0x5571735904f0 void 0.000123
+gallium_dri.so malloc 72 0x55717358b900 0.000126
+gallium_dri.so free 0x55717360c500 void 0.000127
+gallium_dri.so free 0x55717358b900 void 0.000125
+gallium_dri.so malloc 72 0x55717358b900 0.000124
+gallium_dri.so free 0x55717360c5c0 void 0.000129
+gallium_dri.so free 0x55717358b900 void 0.000126
+gallium_dri.so malloc 72 0x55717358b900 0.000126
+gallium_dri.so free 0x5571735db1c0 void 0.000124
+gallium_dri.so free 0x55717358b900 void 0.000125
+gallium_dri.so malloc 72 0x55717358b900 0.000127
+gallium_dri.so free 0x5571735db280 void 0.000127
+gallium_dri.so free 0x55717358b900 void 0.000126
+gallium_dri.so malloc 72 0x5571735db230 0.000126
+gallium_dri.so free 0x5571735fbb80 void 0.000236
+gallium_dri.so free 0x5571735db230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fbb80 0.000126
+gallium_dri.so free 0x5571735fbc40 void 0.000126
+gallium_dri.so free 0x5571735fbb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbb80 0.000126
+gallium_dri.so free 0x5571734673c0 void 0.000126
+gallium_dri.so free 0x5571735fbb80 void 0.000125
+gallium_dri.so malloc 72 0x5571735fbb80 0.000125
+gallium_dri.so free 0x557173467480 void 0.000125
+gallium_dri.so free 0x5571735fbb80 void 0.000126
+gallium_dri.so malloc 72 0x557173467430 0.000127
+gallium_dri.so free 0x55717360ba40 void 0.000128
+gallium_dri.so free 0x557173467430 void 0.000124
+gallium_dri.so malloc 72 0x557173467430 0.000125
+gallium_dri.so free 0x55717360bac0 void 0.000126
+gallium_dri.so free 0x557173467430 void 0.000126
+gallium_dri.so malloc 72 0x55717360bac0 0.000122
+gallium_dri.so free 0x5571735bfdc0 void 0.000126
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bac0 0.000122
+gallium_dri.so free 0x5571735bfe40 void 0.000126
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735bfe70 0.000126
+gallium_dri.so free 0x557173464800 void 0.000124
+gallium_dri.so free 0x5571735bfe70 void 0.000129
+gallium_dri.so malloc 72 0x5571735bfe70 0.000126
+gallium_dri.so free 0x557173464880 void 0.000127
+gallium_dri.so free 0x5571735bfe70 void 0.000126
+gallium_dri.so malloc 72 0x557173464880 0.000125
+gallium_dri.so free 0x557173589080 void 0.000128
+gallium_dri.so free 0x557173464880 void 0.000122
+gallium_dri.so malloc 72 0x557173464880 0.000126
+gallium_dri.so free 0x557173589100 void 0.000127
+gallium_dri.so free 0x557173464880 void 0.000122
+gallium_dri.so malloc 72 0x557173464880 0.000126
+gallium_dri.so free 0x5571736058c0 void 0.000126
+gallium_dri.so free 0x557173464880 void 0.000126
+gallium_dri.so malloc 72 0x557173464880 0.000122
+gallium_dri.so free 0x557173605980 void 0.000123
+gallium_dri.so free 0x557173464880 void 0.000127
+gallium_dri.so malloc 72 0x557173605930 0.000122
+gallium_dri.so free 0x55717360b440 void 0.000123
+gallium_dri.so free 0x557173605930 void 0.000132
+gallium_dri.so malloc 72 0x55717360b440 0.000117
+gallium_dri.so free 0x55717360b500 void 0.000117
+gallium_dri.so free 0x55717360b440 void 0.000121
+gallium_dri.so malloc 72 0x55717360b440 0.000119
+gallium_dri.so free 0x55717360bd00 void 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000170
+gallium_dri.so malloc 72 0x55717360bcb0 0.000123
+gallium_dri.so free 0x55717360bd80 void 0.000122
+gallium_dri.so free 0x55717360bcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360bdf0 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x55717360bdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4900 0.000121
+gallium_dri.so free 0x5571735d4980 void 0.000122
+gallium_dri.so free 0x5571735d4900 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4980 0.000120
+gallium_dri.so free 0x5571735d2300 void 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2320 0.000121
+gallium_dri.so free 0x5571735d23c0 void 0.000122
+gallium_dri.so free 0x5571735d2320 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2370 0.000120
+gallium_dri.so free 0x5571735cfd40 void 0.000120
+gallium_dri.so free 0x5571735d2370 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfd80 0.000121
+gallium_dri.so free 0x5571735cfe00 void 0.000122
+gallium_dri.so free 0x5571735cfd80 void 0.000123
+gallium_dri.so malloc 72 0x5571735cfe00 0.000120
+gallium_dri.so free 0x5571735fc340 void 0.000121
+gallium_dri.so free 0x5571735cfe00 void 0.000120
+gallium_dri.so malloc 72 0x5571735cfe00 0.000119
+gallium_dri.so free 0x5571735fc400 void 0.000129
+gallium_dri.so free 0x5571735cfe00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc420 0.000122
+gallium_dri.so free 0x5571735f4980 void 0.000118
+gallium_dri.so free 0x5571735fc420 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49b0 0.000120
+gallium_dri.so free 0x5571735f4a00 void 0.000121
+gallium_dri.so free 0x5571735f49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f49b0 0.000121
+gallium_dri.so free 0x5571735f4b00 void 0.000119
+gallium_dri.so free 0x5571735f49b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000120
+gallium_dri.so free 0x5571735fc4c0 void 0.000121
+gallium_dri.so free 0x5571735f4ab0 void 0.000163
+gallium_dri.so malloc 72 0x5571735fc470 0.000150
+gallium_dri.so free 0x5571735e1740 void 0.000116
+gallium_dri.so free 0x5571735fc470 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1770 0.000113
+gallium_dri.so free 0x5571735e17c0 void 0.000115
+gallium_dri.so free 0x5571735e1770 void 0.000115
+gallium_dri.so malloc 72 0x5571735e17c0 0.000113
+gallium_dri.so free 0x5571735e1880 void 0.000115
+gallium_dri.so free 0x5571735e17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17c0 0.000116
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735e17c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0290 0.000126
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0290 void 0.000115
+gallium_dri.so malloc 72 0x5571735c0320 0.000114
+gallium_dri.so free 0x5571735c03c0 void 0.000113
+gallium_dri.so free 0x5571735c0320 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0370 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000115
+gallium_dri.so free 0x5571735c0370 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb740 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000121
+gallium_dri.so free 0x5571735eb740 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735eb880 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000114
+gallium_dri.so free 0x5571735fafc0 void 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fafe0 0.000116
+gallium_dri.so free 0x5571735fb080 void 0.000114
+gallium_dri.so free 0x5571735fafe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb030 0.000114
+gallium_dri.so free 0x5571735fb100 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb030 0.000115
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571735fb030 void 0.000115
+gallium_dri.so malloc 72 0x557173460570 0.000160
+gallium_dri.so free 0x557173460680 void 0.000116
+gallium_dri.so free 0x557173460570 void 0.000114
+gallium_dri.so malloc 72 0x557173460630 0.000116
+gallium_dri.so free 0x5571734606c0 void 0.000116
+gallium_dri.so free 0x557173460630 void 0.000113
+gallium_dri.so malloc 72 0x557173460630 0.000115
+gallium_dri.so free 0x557173611080 void 0.000114
+gallium_dri.so free 0x557173460630 void 0.000115
+gallium_dri.so malloc 72 0x557173460630 0.000114
+gallium_dri.so free 0x557173611180 void 0.000115
+gallium_dri.so free 0x557173460630 void 0.000114
+gallium_dri.so malloc 72 0x557173611130 0.000113
+gallium_dri.so free 0x557173611200 void 0.000115
+gallium_dri.so free 0x557173611130 void 0.000114
+gallium_dri.so malloc 72 0x557173611250 0.000115
+gallium_dri.so free 0x557173609780 void 0.000116
+gallium_dri.so free 0x557173611250 void 0.000114
+gallium_dri.so malloc 72 0x557173611250 0.000115
+gallium_dri.so free 0x557173609800 void 0.000116
+gallium_dri.so free 0x557173611250 void 0.000112
+gallium_dri.so malloc 72 0x557173609830 0.000115
+gallium_dri.so free 0x557173609880 void 0.000116
+gallium_dri.so free 0x557173609830 void 0.000115
+gallium_dri.so malloc 72 0x557173609830 0.000113
+gallium_dri.so free 0x5571735fe840 void 0.000114
+gallium_dri.so free 0x557173609830 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe890 0.000124
+gallium_dri.so free 0x5571735fe900 void 0.000117
+gallium_dri.so free 0x5571735fe890 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe960 0.000116
+gallium_dri.so free 0x5571735fea00 void 0.000115
+gallium_dri.so free 0x5571735fe960 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe9b0 0.000113
+gallium_dri.so free 0x557173609980 void 0.000113
+gallium_dri.so free 0x5571735fe9b0 void 0.000113
+gallium_dri.so malloc 72 0x557173609930 0.000113
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x557173609930 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfc40 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dfc40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000114
+gallium_dri.so free 0x5571735dfe00 void 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735dfe30 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000113
+gallium_dri.so free 0x5571735dfe30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dced0 0.000116
+gallium_dri.so free 0x5571735dcf40 void 0.000116
+gallium_dri.so free 0x5571735dced0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcf80 0.000134
+gallium_dri.so free 0x5571735dd000 void 0.000116
+gallium_dri.so free 0x5571735dcf80 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd000 0.000115
+gallium_dri.so free 0x557173461d40 void 0.000115
+gallium_dri.so free 0x5571735dd000 void 0.000113
+gallium_dri.so malloc 72 0x557173461d60 0.000114
+gallium_dri.so free 0x557173461e00 void 0.000116
+gallium_dri.so free 0x557173461d60 void 0.000114
+gallium_dri.so malloc 72 0x557173461db0 0.000114
+gallium_dri.so free 0x557173461e80 void 0.000113
+gallium_dri.so free 0x557173461db0 void 0.000113
+gallium_dri.so malloc 72 0x557173461db0 0.000114
+gallium_dri.so free 0x557173461f00 void 0.000117
+gallium_dri.so free 0x557173461db0 void 0.000114
+gallium_dri.so malloc 72 0x557173461f00 0.000114
+gallium_dri.so free 0x55717346d200 void 0.000114
+gallium_dri.so free 0x557173461f00 void 0.000114
+gallium_dri.so malloc 72 0x55717346d240 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000113
+gallium_dri.so free 0x55717346d240 void 0.000113
+gallium_dri.so malloc 72 0x55717346d240 0.000113
+gallium_dri.so free 0x55717346d340 void 0.000115
+gallium_dri.so free 0x55717346d240 void 0.000113
+gallium_dri.so malloc 72 0x55717346d370 0.000113
+gallium_dri.so free 0x55717346d3c0 void 0.000114
+gallium_dri.so free 0x55717346d370 void 0.000115
+gallium_dri.so malloc 72 0x55717346d370 0.000176
+gallium_dri.so free 0x5571735f7200 void 0.000117
+gallium_dri.so free 0x55717346d370 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7250 0.000117
+gallium_dri.so free 0x5571735f72c0 void 0.000114
+gallium_dri.so free 0x5571735f7250 void 0.000113
+gallium_dri.so malloc 72 0x5571735f72e0 0.000113
+gallium_dri.so free 0x5571735f7380 void 0.000116
+gallium_dri.so free 0x5571735f72e0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7330 0.000115
+gallium_dri.so free 0x557173600e00 void 0.000114
+gallium_dri.so free 0x5571735f7330 void 0.000114
+gallium_dri.so malloc 72 0x557173600e70 0.000114
+gallium_dri.so free 0x5571735f7400 void 0.000115
+gallium_dri.so free 0x557173600e70 void 0.000120
+gallium_dri.so malloc 72 0x557173600e70 0.000119
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e70 void 0.000114
+gallium_dri.so malloc 72 0x557173600ec0 0.000114
+gallium_dri.so free 0x557173600f80 void 0.000115
+gallium_dri.so free 0x557173600ec0 void 0.000112
+gallium_dri.so malloc 72 0x557173600ec0 0.000113
+gallium_dri.so free 0x55717360e1c0 void 0.000113
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e1f0 0.000112
+gallium_dri.so free 0x55717360e240 void 0.000114
+gallium_dri.so free 0x55717360e1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e1f0 0.000124
+gallium_dri.so free 0x55717360e340 void 0.000115
+gallium_dri.so free 0x55717360e1f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e2f0 0.000114
+gallium_dri.so free 0x5571735c2ac0 void 0.000113
+gallium_dri.so free 0x55717360e2f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b20 0.000113
+gallium_dri.so free 0x55717360e400 void 0.000113
+gallium_dri.so free 0x5571735c2b20 void 0.000112
+gallium_dri.so malloc 72 0x55717360e3b0 0.000113
+gallium_dri.so free 0x5571735c2bc0 void 0.000115
+gallium_dri.so free 0x55717360e3b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2b70 0.000113
+gallium_dri.so free 0x5571735c2c40 void 0.000113
+gallium_dri.so free 0x5571735c2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2b70 0.000112
+gallium_dri.so free 0x55717346ac40 void 0.000113
+gallium_dri.so free 0x5571735c2b70 void 0.000117
+gallium_dri.so malloc 72 0x55717346ac90 0.000114
+gallium_dri.so free 0x55717346ad00 void 0.000114
+gallium_dri.so free 0x55717346ac90 void 0.000115
+gallium_dri.so malloc 72 0x55717346ad20 0.000113
+gallium_dri.so free 0x55717346adc0 void 0.000114
+gallium_dri.so free 0x55717346ad20 void 0.000113
+gallium_dri.so malloc 72 0x55717346ad70 0.000114
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x55717346ad70 void 0.000111
+gallium_dri.so malloc 72 0x5571736107d0 0.000113
+gallium_dri.so free 0x55717346ae40 void 0.000120
+gallium_dri.so free 0x5571736107d0 void 0.000113
+gallium_dri.so malloc 72 0x5571736107d0 0.000113
+gallium_dri.so free 0x557173610840 void 0.000115
+gallium_dri.so free 0x5571736107d0 void 0.000113
+gallium_dri.so malloc 72 0x557173610890 0.000113
+gallium_dri.so free 0x557173610900 void 0.000113
+gallium_dri.so free 0x557173610890 void 0.000113
+gallium_dri.so malloc 72 0x557173610920 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000114
+gallium_dri.so free 0x557173610920 void 0.000112
+gallium_dri.so malloc 72 0x5571735f97f0 0.000113
+gallium_dri.so free 0x5571735f9840 void 0.000113
+gallium_dri.so free 0x5571735f97f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f97f0 0.000111
+gallium_dri.so free 0x5571735f9940 void 0.000140
+gallium_dri.so free 0x5571735f97f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98f0 0.000113
+gallium_dri.so free 0x55717346f200 void 0.000114
+gallium_dri.so free 0x5571735f98f0 void 0.000114
+gallium_dri.so malloc 72 0x55717346f1b0 0.000113
+gallium_dri.so free 0x5571736109c0 void 0.000114
+gallium_dri.so free 0x55717346f1b0 void 0.000112
+gallium_dri.so malloc 72 0x557173610970 0.000112
+gallium_dri.so free 0x55717346f280 void 0.000114
+gallium_dri.so free 0x557173610970 void 0.000115
+gallium_dri.so malloc 72 0x55717346f2b0 0.000113
+gallium_dri.so free 0x55717346f300 void 0.000126
+gallium_dri.so free 0x55717346f2b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f2b0 0.000114
+gallium_dri.so free 0x5571735c09c0 void 0.000117
+gallium_dri.so free 0x55717346f2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c09c0 0.000114
+gallium_dri.so free 0x5571735f9a00 void 0.000113
+gallium_dri.so free 0x5571735c09c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99b0 0.000114
+gallium_dri.so free 0x5571735c0a80 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f99b0 0.000113
+gallium_dri.so free 0x5571735c0b40 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0bb0 0.000113
+gallium_dri.so free 0x55717346f400 void 0.000112
+gallium_dri.so free 0x5571735c0bb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346f3b0 0.000111
+gallium_dri.so free 0x557173473b80 void 0.000114
+gallium_dri.so free 0x55717346f3b0 void 0.000112
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x5571735c0c00 void 0.000113
+gallium_dri.so free 0x557173473b30 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000112
+gallium_dri.so free 0x557173473c40 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000113
+gallium_dri.so malloc 72 0x557173473bf0 0.000113
+gallium_dri.so free 0x557173473cc0 void 0.000124
+gallium_dri.so free 0x557173473bf0 void 0.000114
+gallium_dri.so malloc 72 0x557173473bf0 0.000114
+gallium_dri.so free 0x557173473d40 void 0.000113
+gallium_dri.so free 0x557173473bf0 void 0.000112
+gallium_dri.so malloc 72 0x557173473d40 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000114
+gallium_dri.so free 0x557173473d40 void 0.000117
+gallium_dri.so malloc 72 0x55717346b020 0.000113
+gallium_dri.so free 0x55717346b0c0 void 0.000112
+gallium_dri.so free 0x55717346b020 void 0.000112
+gallium_dri.so malloc 72 0x55717346b070 0.000113
+gallium_dri.so free 0x55717346b100 void 0.000112
+gallium_dri.so free 0x55717346b070 void 0.000112
+gallium_dri.so malloc 72 0x55717346b070 0.000112
+gallium_dri.so free 0x55717346b1c0 void 0.000113
+gallium_dri.so free 0x55717346b070 void 0.000113
+gallium_dri.so malloc 72 0x55717346b200 0.000113
+gallium_dri.so free 0x5571735de800 void 0.000113
+gallium_dri.so free 0x55717346b200 void 0.000124
+gallium_dri.so malloc 72 0x5571735de7b0 0.000120
+gallium_dri.so free 0x5571735de8c0 void 0.000122
+gallium_dri.so free 0x5571735de7b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735de870 0.000117
+gallium_dri.so free 0x5571735de900 void 0.000119
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735de870 0.000116
+gallium_dri.so free 0x5571735de9c0 void 0.000166
+gallium_dri.so free 0x5571735de870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dea10 0.000119
+gallium_dri.so free 0x557173460940 void 0.000120
+gallium_dri.so free 0x5571735dea10 void 0.000118
+gallium_dri.so malloc 72 0x5571734608f0 0.000119
+gallium_dri.so free 0x5571734609c0 void 0.000118
+gallium_dri.so free 0x5571734608f0 void 0.000118
+gallium_dri.so malloc 72 0x557173460a10 0.000116
+gallium_dri.so free 0x557173460a80 void 0.000117
+gallium_dri.so free 0x557173460a10 void 0.000115
+gallium_dri.so malloc 72 0x557173460aa0 0.000116
+gallium_dri.so free 0x557173460b40 void 0.000119
+gallium_dri.so free 0x557173460aa0 void 0.000118
+gallium_dri.so malloc 72 0x557173460af0 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so free 0x557173460af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5db0 0.000115
+gallium_dri.so free 0x5571735f5e80 void 0.000113
+gallium_dri.so free 0x5571735f5db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000113
+gallium_dri.so free 0x5571735f5f40 void 0.000113
+gallium_dri.so free 0x5571735f5ed0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5f80 0.000113
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735f5f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f80 0.000113
+gallium_dri.so free 0x55717360cdc0 void 0.000127
+gallium_dri.so free 0x5571735f5f80 void 0.000114
+gallium_dri.so malloc 72 0x55717360cd70 0.000114
+gallium_dri.so free 0x55717360ce40 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000111
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360cec0 void 0.000114
+gallium_dri.so free 0x55717360cd70 void 0.000111
+gallium_dri.so malloc 72 0x55717360cec0 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so free 0x55717360cec0 void 0.000112
+gallium_dri.so malloc 72 0x55717360cec0 0.000111
+gallium_dri.so free 0x55717360e540 void 0.000114
+gallium_dri.so free 0x55717360cec0 void 0.000113
+gallium_dri.so malloc 72 0x55717360e570 0.000113
+gallium_dri.so free 0x55717360e5c0 void 0.000113
+gallium_dri.so free 0x55717360e570 void 0.000112
+gallium_dri.so malloc 72 0x55717360e570 0.000116
+gallium_dri.so free 0x55717360e6c0 void 0.000113
+gallium_dri.so free 0x55717360e570 void 0.000111
+gallium_dri.so malloc 72 0x55717360e700 0.000113
+gallium_dri.so free 0x5571735dd200 void 0.000113
+gallium_dri.so free 0x55717360e700 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd250 0.000112
+gallium_dri.so free 0x5571735dd2c0 void 0.000117
+gallium_dri.so free 0x5571735dd250 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000113
+gallium_dri.so free 0x5571735dd380 void 0.000113
+gallium_dri.so free 0x5571735dd2e0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dd330 0.000112
+gallium_dri.so free 0x55717360e780 void 0.000114
+gallium_dri.so free 0x5571735dd330 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so free 0x5571735dd330 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd400 0.000113
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x5571735dd400 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffe0 0.000114
+gallium_dri.so free 0x5571735e0080 void 0.000113
+gallium_dri.so free 0x5571735dffe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e00c0 void 0.000114
+gallium_dri.so free 0x5571735e0030 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0030 0.000113
+gallium_dri.so free 0x5571735e0180 void 0.000114
+gallium_dri.so free 0x5571735e0030 void 0.000114
+gallium_dri.so malloc 72 0x5571735e01c0 0.000112
+gallium_dri.so free 0x5571735ecb80 void 0.000113
+gallium_dri.so free 0x5571735e01c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecb30 0.000112
+gallium_dri.so free 0x5571735ecc40 void 0.000113
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so free 0x5571735ecbf0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000118
+gallium_dri.so free 0x5571735ecbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ecd90 0.000112
+gallium_dri.so free 0x557173610b00 void 0.000113
+gallium_dri.so free 0x5571735ecd90 void 0.000115
+gallium_dri.so malloc 72 0x557173610b40 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so free 0x557173610b40 void 0.000112
+gallium_dri.so malloc 72 0x557173610bc0 0.000112
+gallium_dri.so free 0x557173610c80 void 0.000114
+gallium_dri.so free 0x557173610bc0 void 0.000114
+gallium_dri.so malloc 72 0x557173610bc0 0.000113
+gallium_dri.so free 0x557173610d00 void 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000112
+gallium_dri.so malloc 72 0x557173610d30 0.000112
+gallium_dri.so free 0x5571735c2e40 void 0.000113
+gallium_dri.so free 0x557173610d30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2e80 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000112
+gallium_dri.so free 0x5571735c2e80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2f00 0.000113
+gallium_dri.so free 0x5571735c2fc0 void 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2f00 0.000112
+gallium_dri.so free 0x5571735c3040 void 0.000114
+gallium_dri.so free 0x5571735c2f00 void 0.000174
+gallium_dri.so malloc 72 0x5571735c2f00 0.000114
+gallium_dri.so free 0x5571735dba80 void 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000112
+gallium_dri.so free 0x5571735dbb00 void 0.000115
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000112
+gallium_dri.so free 0x5571735dbb80 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb80 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000113
+gallium_dri.so free 0x5571735dbb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dbb80 0.000113
+gallium_dri.so free 0x5571735fc600 void 0.000115
+gallium_dri.so free 0x5571735dbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc630 0.000112
+gallium_dri.so free 0x5571735fc680 void 0.000114
+gallium_dri.so free 0x5571735fc630 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc630 0.000112
+gallium_dri.so free 0x5571735fc780 void 0.000113
+gallium_dri.so free 0x5571735fc630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000112
+gallium_dri.so free 0x5571735c16c0 void 0.000116
+gallium_dri.so free 0x5571735fc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1730 0.000121
+gallium_dri.so free 0x5571735c17c0 void 0.000114
+gallium_dri.so free 0x5571735c1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1730 0.000113
+gallium_dri.so free 0x5571735fc840 void 0.000112
+gallium_dri.so free 0x5571735c1730 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1730 0.000112
+gallium_dri.so free 0x5571735c1880 void 0.000114
+gallium_dri.so free 0x5571735c1730 void 0.000114
+gallium_dri.so malloc 72 0x5571735c18d0 0.000113
+gallium_dri.so free 0x5571735e2bc0 void 0.000114
+gallium_dri.so free 0x5571735c18d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2b70 0.000113
+gallium_dri.so free 0x5571735e2c40 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000122
+gallium_dri.so free 0x5571735e2d00 void 0.000114
+gallium_dri.so free 0x5571735e2b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2b70 0.000114
+gallium_dri.so free 0x5571735e2dc0 void 0.000112
+gallium_dri.so free 0x5571735e2b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2d70 0.000111
+gallium_dri.so free 0x5571735febc0 void 0.000115
+gallium_dri.so free 0x5571735e2d70 void 0.000113
+gallium_dri.so malloc 72 0x5571735fec10 0.000116
+gallium_dri.so free 0x5571735fec80 void 0.000114
+gallium_dri.so free 0x5571735fec10 void 0.000112
+gallium_dri.so malloc 72 0x5571735feca0 0.000160
+gallium_dri.so free 0x5571735fed40 void 0.000115
+gallium_dri.so free 0x5571735feca0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fecf0 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000113
+gallium_dri.so free 0x5571735fecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fedc0 0.000113
+gallium_dri.so free 0x55717346d580 void 0.000113
+gallium_dri.so free 0x5571735fedc0 void 0.000111
+gallium_dri.so malloc 72 0x55717346d5c0 0.000113
+gallium_dri.so free 0x55717346d640 void 0.000112
+gallium_dri.so free 0x55717346d5c0 void 0.000112
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d700 void 0.000116
+gallium_dri.so free 0x55717346d640 void 0.000112
+gallium_dri.so malloc 72 0x55717346d640 0.000112
+gallium_dri.so free 0x55717346d780 void 0.000115
+gallium_dri.so free 0x55717346d640 void 0.000113
+gallium_dri.so malloc 72 0x55717346d7b0 0.000113
+gallium_dri.so free 0x5571735f7580 void 0.000115
+gallium_dri.so free 0x55717346d7b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f75c0 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so free 0x5571735f75c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7700 void 0.000112
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000113
+gallium_dri.so free 0x5571735f7780 void 0.000116
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7640 0.000116
+gallium_dri.so free 0x5571735f9b40 void 0.000114
+gallium_dri.so free 0x5571735f7640 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9b70 0.000112
+gallium_dri.so free 0x5571735f9bc0 void 0.000113
+gallium_dri.so free 0x5571735f9b70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9b70 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000113
+gallium_dri.so free 0x5571735f9b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9c70 0.000112
+gallium_dri.so free 0x5571735f9d80 void 0.000113
+gallium_dri.so free 0x5571735f9c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9d30 0.000113
+gallium_dri.so free 0x5571735e1140 void 0.000114
+gallium_dri.so free 0x5571735f9d30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1170 0.000114
+gallium_dri.so free 0x5571735e11c0 void 0.000113
+gallium_dri.so free 0x5571735e1170 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1170 0.000112
+gallium_dri.so free 0x5571735e12c0 void 0.000113
+gallium_dri.so free 0x5571735e1170 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1300 0.000112
+gallium_dri.so free 0x5571735e1380 void 0.000113
+gallium_dri.so free 0x5571735e1300 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1380 0.000112
+gallium_dri.so free 0x55717358de00 void 0.000127
+gallium_dri.so free 0x5571735e1380 void 0.000121
+gallium_dri.so malloc 72 0x55717358de20 0.000115
+gallium_dri.so free 0x55717358dec0 void 0.000114
+gallium_dri.so free 0x55717358de20 void 0.000113
+gallium_dri.so malloc 72 0x55717358de70 0.000112
+gallium_dri.so free 0x55717358df40 void 0.000113
+gallium_dri.so free 0x55717358de70 void 0.000112
+gallium_dri.so malloc 72 0x55717358de70 0.000113
+gallium_dri.so free 0x55717358dfc0 void 0.000113
+gallium_dri.so free 0x55717358de70 void 0.000112
+gallium_dri.so malloc 72 0x55717358dfc0 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000114
+gallium_dri.so free 0x55717358dfc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c120 0.000113
+gallium_dri.so free 0x55717360c1c0 void 0.000114
+gallium_dri.so free 0x55717360c120 void 0.000112
+gallium_dri.so malloc 72 0x55717360c170 0.000113
+gallium_dri.so free 0x55717360c200 void 0.000113
+gallium_dri.so free 0x55717360c170 void 0.000114
+gallium_dri.so malloc 72 0x55717360c170 0.000111
+gallium_dri.so free 0x55717360c2c0 void 0.000114
+gallium_dri.so free 0x55717360c170 void 0.000113
+gallium_dri.so malloc 72 0x55717360c300 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000113
+gallium_dri.so free 0x55717360c300 void 0.000112
+gallium_dri.so malloc 72 0x557173467010 0.000113
+gallium_dri.so free 0x557173467080 void 0.000114
+gallium_dri.so free 0x557173467010 void 0.000115
+gallium_dri.so malloc 72 0x5571734670a0 0.000113
+gallium_dri.so free 0x557173467140 void 0.000114
+gallium_dri.so free 0x5571734670a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734670f0 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000114
+gallium_dri.so free 0x5571734670f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734671c0 0.000113
+gallium_dri.so free 0x5571735fa9c0 void 0.000113
+gallium_dri.so free 0x5571734671c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa00 0.000112
+gallium_dri.so free 0x5571735faa80 void 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000111
+gallium_dri.so malloc 72 0x5571735faa80 0.000113
+gallium_dri.so free 0x5571735fab40 void 0.000114
+gallium_dri.so free 0x5571735faa80 void 0.000113
+gallium_dri.so malloc 72 0x5571735faa80 0.000113
+gallium_dri.so free 0x5571735fabc0 void 0.000114
+gallium_dri.so free 0x5571735faa80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fabf0 0.000112
+gallium_dri.so free 0x557173603500 void 0.000119
+gallium_dri.so free 0x5571735fabf0 void 0.000114
+gallium_dri.so malloc 72 0x557173603540 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so free 0x557173603540 void 0.000112
+gallium_dri.so malloc 72 0x5571736035c0 0.000114
+gallium_dri.so free 0x557173603680 void 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000124
+gallium_dri.so malloc 72 0x5571736035c0 0.000113
+gallium_dri.so free 0x557173603700 void 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736035c0 0.000112
+gallium_dri.so free 0x5571734620c0 void 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734620f0 0.000113
+gallium_dri.so free 0x557173462140 void 0.000113
+gallium_dri.so free 0x5571734620f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734620f0 0.000112
+gallium_dri.so free 0x557173462240 void 0.000114
+gallium_dri.so free 0x5571734620f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734621f0 0.000112
+gallium_dri.so free 0x557173462300 void 0.000113
+gallium_dri.so free 0x5571734621f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734622b0 0.000114
+gallium_dri.so free 0x557173462340 void 0.000114
+gallium_dri.so free 0x5571734622b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734622b0 0.000113
+gallium_dri.so free 0x5571735f4c40 void 0.000114
+gallium_dri.so free 0x5571734622b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734622b0 0.000113
+gallium_dri.so free 0x5571735f4d40 void 0.000113
+gallium_dri.so free 0x5571734622b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000113
+gallium_dri.so free 0x5571735f4cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4e10 0.000168
+gallium_dri.so free 0x5571735f4e80 void 0.000115
+gallium_dri.so free 0x5571735f4e10 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000113
+gallium_dri.so free 0x5571735c0500 void 0.000113
+gallium_dri.so free 0x5571735f4ea0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000113
+gallium_dri.so free 0x5571735c05c0 void 0.000114
+gallium_dri.so free 0x5571735f4ea0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0570 0.000112
+gallium_dri.so free 0x5571735c0640 void 0.000114
+gallium_dri.so free 0x5571735c0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0690 0.000112
+gallium_dri.so free 0x5571735c0700 void 0.000113
+gallium_dri.so free 0x5571735c0690 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0760 0.000114
+gallium_dri.so free 0x5571735f4f40 void 0.000113
+gallium_dri.so free 0x5571735c0760 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000113
+gallium_dri.so free 0x5571735f4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000112
+gallium_dri.so free 0x5571735eba80 void 0.000114
+gallium_dri.so free 0x5571735f4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba30 0.000112
+gallium_dri.so free 0x5571735ebb00 void 0.000113
+gallium_dri.so free 0x5571735eba30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebb50 0.000122
+gallium_dri.so free 0x5571735c0800 void 0.000114
+gallium_dri.so free 0x5571735ebb50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c07b0 0.000113
+gallium_dri.so free 0x5571735ebbc0 void 0.000113
+gallium_dri.so free 0x5571735c07b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000121
+gallium_dri.so free 0x5571735ebc40 void 0.000118
+gallium_dri.so free 0x5571735ebbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebc40 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebc40 0.000119
+gallium_dri.so free 0x5571735fb300 void 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb300 0.000119
+gallium_dri.so free 0x5571735fb3c0 void 0.000119
+gallium_dri.so free 0x5571735fb300 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb300 0.000117
+gallium_dri.so free 0x5571735fb480 void 0.000120
+gallium_dri.so free 0x5571735fb300 void 0.000118
+gallium_dri.so malloc 72 0x5571735fb300 0.000120
+gallium_dri.so free 0x5571735fb540 void 0.000119
+gallium_dri.so free 0x5571735fb300 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000120
+gallium_dri.so free 0x5571735fa0c0 void 0.000119
+gallium_dri.so free 0x5571735fb4f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000121
+gallium_dri.so free 0x5571735fa180 void 0.000121
+gallium_dri.so free 0x5571735fa0c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000116
+gallium_dri.so free 0x5571735fa200 void 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000114
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735fa0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa0c0 0.000113
+gallium_dri.so free 0x5571735fa380 void 0.000116
+gallium_dri.so free 0x5571735fa0c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa330 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000115
+gallium_dri.so free 0x5571735fa330 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000116
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735e1bc0 void 0.000114
+gallium_dri.so free 0x5571735e1b70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1b70 0.000113
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735e1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b70 0.000187
+gallium_dri.so free 0x5571735da940 void 0.000116
+gallium_dri.so free 0x5571735e1b70 void 0.000114
+gallium_dri.so malloc 72 0x5571735da940 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000114
+gallium_dri.so free 0x5571735da940 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000113
+gallium_dri.so free 0x5571735daac0 void 0.000115
+gallium_dri.so free 0x5571735e1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000114
+gallium_dri.so free 0x5571735dab40 void 0.000114
+gallium_dri.so free 0x5571735e1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab40 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000117
+gallium_dri.so free 0x5571735dab40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2a40 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f2b00 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000115
+gallium_dri.so malloc 72 0x5571735f2970 0.000114
+gallium_dri.so free 0x5571735f2bc0 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2b70 0.000126
+gallium_dri.so free 0x5571735f2c40 void 0.000115
+gallium_dri.so free 0x5571735f2b70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2c90 0.000113
+gallium_dri.so free 0x557173589740 void 0.000115
+gallium_dri.so free 0x5571735f2c90 void 0.000112
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x557173589780 void 0.000114
+gallium_dri.so free 0x5571735896f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735896f0 0.000114
+gallium_dri.so free 0x557173589840 void 0.000115
+gallium_dri.so free 0x5571735896f0 void 0.000112
+gallium_dri.so malloc 72 0x557173589890 0.000113
+gallium_dri.so free 0x557173589900 void 0.000116
+gallium_dri.so free 0x557173589890 void 0.000114
+gallium_dri.so malloc 72 0x557173589940 0.000119
+gallium_dri.so free 0x5571735899c0 void 0.000115
+gallium_dri.so free 0x557173589940 void 0.000113
+gallium_dri.so malloc 72 0x5571735899c0 0.000115
+gallium_dri.so free 0x55717360c8c0 void 0.000115
+gallium_dri.so free 0x5571735899c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c8e0 0.000114
+gallium_dri.so free 0x55717360c980 void 0.000114
+gallium_dri.so free 0x55717360c8e0 void 0.000114
+gallium_dri.so malloc 72 0x55717360c930 0.000114
+gallium_dri.so free 0x55717360ca00 void 0.000114
+gallium_dri.so free 0x55717360c930 void 0.000113
+gallium_dri.so malloc 72 0x55717360c930 0.000163
+gallium_dri.so free 0x55717360ca80 void 0.000115
+gallium_dri.so free 0x55717360c930 void 0.000114
+gallium_dri.so malloc 72 0x55717360ca80 0.000113
+gallium_dri.so free 0x55717360cb40 void 0.000113
+gallium_dri.so free 0x55717360ca80 void 0.000115
+gallium_dri.so malloc 72 0x55717360ca80 0.000112
+gallium_dri.so free 0x55717346cc40 void 0.000115
+gallium_dri.so free 0x55717360ca80 void 0.000114
+gallium_dri.so malloc 72 0x55717346cbf0 0.000114
+gallium_dri.so free 0x55717346cc80 void 0.000114
+gallium_dri.so free 0x55717346cbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717346cbf0 0.000113
+gallium_dri.so free 0x55717346cd40 void 0.000115
+gallium_dri.so free 0x55717346cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346cd80 0.000113
+gallium_dri.so free 0x55717346ce00 void 0.000115
+gallium_dri.so free 0x55717346cd80 void 0.000112
+gallium_dri.so malloc 72 0x55717346ce00 0.000113
+gallium_dri.so free 0x55717346cec0 void 0.000115
+gallium_dri.so free 0x55717346ce00 void 0.000113
+gallium_dri.so malloc 72 0x55717346ce00 0.000114
+gallium_dri.so free 0x5571735db580 void 0.000115
+gallium_dri.so free 0x55717346ce00 void 0.000114
+gallium_dri.so malloc 72 0x5571735db5b0 0.000114
+gallium_dri.so free 0x5571735db600 void 0.000114
+gallium_dri.so free 0x5571735db5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db5b0 0.000113
+gallium_dri.so free 0x5571735db700 void 0.000121
+gallium_dri.so free 0x5571735db5b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735db740 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000115
+gallium_dri.so free 0x5571735db740 void 0.000113
+gallium_dri.so malloc 72 0x5571735db7c0 0.000114
+gallium_dri.so free 0x5571735db880 void 0.000115
+gallium_dri.so free 0x5571735db7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db7c0 0.000115
+gallium_dri.so free 0x557173461780 void 0.000114
+gallium_dri.so free 0x5571735db7c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461730 0.000113
+gallium_dri.so free 0x557173461800 void 0.000116
+gallium_dri.so free 0x557173461730 void 0.000116
+gallium_dri.so malloc 72 0x557173461730 0.000116
+gallium_dri.so free 0x557173461880 void 0.000117
+gallium_dri.so free 0x557173461730 void 0.000118
+gallium_dri.so malloc 72 0x557173461880 0.000115
+gallium_dri.so free 0x557173461940 void 0.000115
+gallium_dri.so free 0x557173461880 void 0.000113
+gallium_dri.so malloc 72 0x557173461880 0.000114
+gallium_dri.so free 0x557173461a40 void 0.000117
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x557173461880 0.000114
+gallium_dri.so free 0x5571735fa5c0 void 0.000116
+gallium_dri.so free 0x557173461880 void 0.000114
+gallium_dri.so malloc 72 0x557173461880 0.000114
+gallium_dri.so free 0x5571735fa680 void 0.000117
+gallium_dri.so free 0x557173461880 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa630 0.000115
+gallium_dri.so free 0x5571735fa700 void 0.000115
+gallium_dri.so free 0x5571735fa630 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa750 0.000114
+gallium_dri.so free 0x5571735fa7c0 void 0.000114
+gallium_dri.so free 0x5571735fa750 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa7e0 0.000114
+gallium_dri.so free 0x5571735fa880 void 0.000114
+gallium_dri.so free 0x5571735fa7e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa830 0.000114
+gallium_dri.so free 0x5571735c4ac0 void 0.000120
+gallium_dri.so free 0x5571735fa830 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4a70 0.000114
+gallium_dri.so free 0x5571735c4b80 void 0.000115
+gallium_dri.so free 0x5571735c4a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4b30 0.000115
+gallium_dri.so free 0x5571735c4c00 void 0.000115
+gallium_dri.so free 0x5571735c4b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4c50 0.000115
+gallium_dri.so free 0x5571735c4cc0 void 0.000114
+gallium_dri.so free 0x5571735c4c50 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4ce0 0.000115
+gallium_dri.so free 0x5571735c4d80 void 0.000115
+gallium_dri.so free 0x5571735c4ce0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4d30 0.000113
+gallium_dri.so free 0x5571735c2500 void 0.000162
+gallium_dri.so free 0x5571735c4d30 void 0.000114
+gallium_dri.so malloc 72 0x5571735c24b0 0.000113
+gallium_dri.so free 0x5571735c2580 void 0.000112
+gallium_dri.so free 0x5571735c24b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c25d0 0.000112
+gallium_dri.so free 0x5571735c2640 void 0.000112
+gallium_dri.so free 0x5571735c25d0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c2680 0.000112
+gallium_dri.so free 0x5571735c2700 void 0.000113
+gallium_dri.so free 0x5571735c2680 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2680 0.000114
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c2680 void 0.000114
+gallium_dri.so malloc 72 0x5571735c27b0 0.000111
+gallium_dri.so free 0x55717360dc00 void 0.000112
+gallium_dri.so free 0x5571735c27b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dbb0 0.000112
+gallium_dri.so free 0x55717360dc80 void 0.000112
+gallium_dri.so free 0x55717360dbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dcd0 0.000122
+gallium_dri.so free 0x55717360dd40 void 0.000119
+gallium_dri.so free 0x55717360dcd0 void 0.000113
+gallium_dri.so malloc 72 0x55717360dd60 0.000114
+gallium_dri.so free 0x55717360de00 void 0.000113
+gallium_dri.so free 0x55717360dd60 void 0.000128
+gallium_dri.so malloc 72 0x55717360ddb0 0.000130
+gallium_dri.so free 0x55717360de80 void 0.000125
+gallium_dri.so free 0x55717360ddb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360ddb0 0.000123
+gallium_dri.so free 0x557173600840 void 0.000119
+gallium_dri.so free 0x55717360ddb0 void 0.000119
+gallium_dri.so malloc 72 0x5571736007f0 0.000115
+gallium_dri.so free 0x5571736008c0 void 0.000115
+gallium_dri.so free 0x5571736007f0 void 0.000119
+gallium_dri.so malloc 72 0x557173600910 0.000123
+gallium_dri.so free 0x557173600980 void 0.000123
+gallium_dri.so free 0x557173600910 void 0.000120
+gallium_dri.so malloc 72 0x5571736009a0 0.000115
+gallium_dri.so free 0x557173600a40 void 0.000120
+gallium_dri.so free 0x5571736009a0 void 0.000127
+gallium_dri.so malloc 72 0x5571736009f0 0.000118
+gallium_dri.so free 0x557173600ac0 void 0.000116
+gallium_dri.so free 0x5571736009f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736009f0 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000123
+gallium_dri.so free 0x5571736009f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f5950 0.000115
+gallium_dri.so free 0x5571735f59c0 void 0.000123
+gallium_dri.so free 0x5571735f5950 void 0.000123
+gallium_dri.so malloc 72 0x5571735f5a20 0.000165
+gallium_dri.so free 0x5571735f5ac0 void 0.000156
+gallium_dri.so free 0x5571735f5a20 void 0.000156
+gallium_dri.so malloc 72 0x5571735f5a70 0.000123
+gallium_dri.so free 0x5571735f5b00 void 0.000119
+gallium_dri.so free 0x5571735f5a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5a70 0.000119
+gallium_dri.so free 0x5571735f5bc0 void 0.000119
+gallium_dri.so free 0x5571735f5a70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5c00 0.000123
+gallium_dri.so free 0x5571735df640 void 0.000123
+gallium_dri.so free 0x5571735f5c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5f0 0.000114
+gallium_dri.so free 0x5571735df700 void 0.000115
+gallium_dri.so free 0x5571735df5f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735df6b0 0.000124
+gallium_dri.so free 0x5571735df740 void 0.000123
+gallium_dri.so free 0x5571735df6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df6b0 0.000124
+gallium_dri.so free 0x5571735df800 void 0.000124
+gallium_dri.so free 0x5571735df6b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735df850 0.000129
+gallium_dri.so free 0x5571735df8c0 void 0.000123
+gallium_dri.so free 0x5571735df850 void 0.000124
+gallium_dri.so malloc 72 0x5571735df900 0.000122
+gallium_dri.so free 0x5571735fe280 void 0.000117
+gallium_dri.so free 0x5571735df900 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe230 0.000114
+gallium_dri.so free 0x5571735fe340 void 0.000113
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000124
+gallium_dri.so free 0x5571735fe380 void 0.000116
+gallium_dri.so free 0x5571735fe2f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000114
+gallium_dri.so free 0x5571735fe440 void 0.000119
+gallium_dri.so free 0x5571735fe2f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe480 0.000122
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so free 0x5571735fe480 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe500 0.000124
+gallium_dri.so free 0x5571735e26c0 void 0.000134
+gallium_dri.so free 0x5571735fe500 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2700 0.000125
+gallium_dri.so free 0x5571735e2780 void 0.000123
+gallium_dri.so free 0x5571735e2700 void 0.000151
+gallium_dri.so malloc 72 0x5571735e2700 0.000130
+gallium_dri.so free 0x5571735e2800 void 0.000126
+gallium_dri.so free 0x5571735e2700 void 0.000123
+gallium_dri.so malloc 72 0x5571735e2830 0.000133
+gallium_dri.so free 0x5571735e2880 void 0.000129
+gallium_dri.so free 0x5571735e2830 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2830 0.000131
+gallium_dri.so free 0x5571735e2980 void 0.000126
+gallium_dri.so free 0x5571735e2830 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2930 0.000191
+gallium_dri.so free 0x5571735dc8c0 void 0.000132
+gallium_dri.so free 0x5571735e2930 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc870 0.000125
+gallium_dri.so free 0x5571735dc900 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc870 0.000123
+gallium_dri.so free 0x5571735dc9c0 void 0.000120
+gallium_dri.so free 0x5571735dc870 void 0.000123
+gallium_dri.so malloc 72 0x5571735dca30 0.000130
+gallium_dri.so free 0x5571735dca80 void 0.000130
+gallium_dri.so free 0x5571735dca30 void 0.000136
+gallium_dri.so malloc 72 0x5571735dca30 0.000119
+gallium_dri.so free 0x5571735dcb80 void 0.000126
+gallium_dri.so free 0x5571735dca30 void 0.000129
+gallium_dri.so malloc 72 0x5571735dcb30 0.000128
+gallium_dri.so free 0x5571735ec680 void 0.000127
+gallium_dri.so free 0x5571735dcb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000129
+gallium_dri.so free 0x5571735ec740 void 0.000129
+gallium_dri.so free 0x5571735ec6a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000124
+gallium_dri.so free 0x5571735ec7c0 void 0.000120
+gallium_dri.so free 0x5571735ec6f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000129
+gallium_dri.so free 0x5571735ec840 void 0.000132
+gallium_dri.so free 0x5571735ec6f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ec840 0.000124
+gallium_dri.so free 0x5571735ec900 void 0.000120
+gallium_dri.so free 0x5571735ec840 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec840 0.000129
+gallium_dri.so free 0x5571735de300 void 0.000129
+gallium_dri.so free 0x5571735ec840 void 0.000170
+gallium_dri.so malloc 72 0x5571735de320 0.000129
+gallium_dri.so free 0x5571735de3c0 void 0.000163
+gallium_dri.so free 0x5571735de320 void 0.000165
+gallium_dri.so malloc 72 0x5571735de370 0.000133
+gallium_dri.so free 0x5571735de440 void 0.000130
+gallium_dri.so free 0x5571735de370 void 0.000127
+gallium_dri.so malloc 72 0x5571735de370 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000129
+gallium_dri.so free 0x5571735de370 void 0.000126
+gallium_dri.so malloc 72 0x5571735de4c0 0.000125
+gallium_dri.so free 0x5571735de580 void 0.000123
+gallium_dri.so free 0x5571735de4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de4c0 0.000124
+gallium_dri.so free 0x5571735c11c0 void 0.000129
+gallium_dri.so free 0x5571735de4c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c11f0 0.000129
+gallium_dri.so free 0x5571735c1240 void 0.000130
+gallium_dri.so free 0x5571735c11f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1240 0.000130
+gallium_dri.so free 0x5571735c1300 void 0.000186
+gallium_dri.so free 0x5571735c1240 void 0.000179
+gallium_dri.so malloc 72 0x5571735c1240 0.000178
+gallium_dri.so free 0x5571735c1400 void 0.000182
+gallium_dri.so free 0x5571735c1240 void 0.000180
+gallium_dri.so malloc 72 0x5571735c13b0 0.000178
+gallium_dri.so free 0x5571735c14c0 void 0.000145
+gallium_dri.so free 0x5571735c13b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735c1470 0.000144
+gallium_dri.so free 0x5571736101c0 void 0.000140
+gallium_dri.so free 0x5571735c1470 void 0.000132
+gallium_dri.so malloc 72 0x557173610170 0.000140
+gallium_dri.so free 0x557173610240 void 0.000139
+gallium_dri.so free 0x557173610170 void 0.000140
+gallium_dri.so malloc 72 0x557173610170 0.000145
+gallium_dri.so free 0x5571736102c0 void 0.000146
+gallium_dri.so free 0x557173610170 void 0.000140
+gallium_dri.so malloc 72 0x5571736102c0 0.000153
+gallium_dri.so free 0x557173610380 void 0.000146
+gallium_dri.so free 0x5571736102c0 void 0.000146
+gallium_dri.so malloc 72 0x5571736102c0 0.000145
+gallium_dri.so free 0x557173610480 void 0.000138
+gallium_dri.so free 0x5571736102c0 void 0.000133
+gallium_dri.so malloc 72 0x557173610430 0.000135
+gallium_dri.so free 0x5571735f6c40 void 0.000141
+gallium_dri.so free 0x557173610430 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000141
+gallium_dri.so free 0x5571735f6cc0 void 0.000145
+gallium_dri.so free 0x5571735f6bf0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000146
+gallium_dri.so free 0x5571735f6d40 void 0.000184
+gallium_dri.so free 0x5571735f6bf0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f6d40 0.000148
+gallium_dri.so free 0x5571735f6e00 void 0.000143
+gallium_dri.so free 0x5571735f6d40 void 0.000134
+gallium_dri.so malloc 72 0x5571735f6d40 0.000140
+gallium_dri.so free 0x5571735f6ec0 void 0.000168
+gallium_dri.so free 0x5571735f6d40 void 0.000166
+gallium_dri.so malloc 72 0x5571735f6d40 0.000166
+gallium_dri.so free 0x55717346a680 void 0.000166
+gallium_dri.so free 0x5571735f6d40 void 0.000167
+gallium_dri.so malloc 72 0x55717346a630 0.000167
+gallium_dri.so free 0x55717346a680 void 0.000128
+gallium_dri.so free 0x55717346a630 void 0.000130
+gallium_dri.so malloc 72 0x55717346a630 0.000129
+gallium_dri.so free 0x55717346a780 void 0.000125
+gallium_dri.so free 0x55717346a630 void 0.000119
+gallium_dri.so malloc 72 0x55717346a730 0.000125
+gallium_dri.so free 0x5571735c0980 void 0.000130
+gallium_dri.so free 0x55717346a840 void 0.000121
+gallium_dri.so free 0x55717346a730 void 0.000118
+gallium_dri.so malloc 72 0x55717346a7f0 0.000119
+gallium_dri.so free 0x55717346a880 void 0.000118
+gallium_dri.so free 0x55717346a7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346a7f0 0.000117
+gallium_dri.so free 0x55717346a940 void 0.000116
+gallium_dri.so free 0x55717346a7f0 void 0.000127
+gallium_dri.so malloc 72 0x55717346a980 0.000118
+gallium_dri.so free 0x557173473680 void 0.000118
+gallium_dri.so free 0x55717346a980 void 0.000117
+gallium_dri.so malloc 72 0x5571734736d0 0.000115
+gallium_dri.so free 0x557173473740 void 0.000117
+gallium_dri.so free 0x5571734736d0 void 0.000116
+gallium_dri.so malloc 72 0x5571734737a0 0.000118
+gallium_dri.so free 0x557173473840 void 0.000115
+gallium_dri.so free 0x5571734737a0 void 0.000118
+gallium_dri.so malloc 72 0x5571734737f0 0.000116
+gallium_dri.so free 0x557173473880 void 0.000115
+gallium_dri.so free 0x5571734737f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734737f0 0.000115
+gallium_dri.so free 0x557173473940 void 0.000117
+gallium_dri.so free 0x5571734737f0 void 0.000117
+gallium_dri.so malloc 72 0x557173473980 0.000116
+gallium_dri.so free 0x5571735f9200 void 0.000116
+gallium_dri.so free 0x557173473980 void 0.000116
+gallium_dri.so malloc 72 0x5571735f91b0 0.000117
+gallium_dri.so free 0x5571735f92c0 void 0.000123
+gallium_dri.so free 0x5571735f91b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f9270 0.000122
+gallium_dri.so free 0x5571735f9300 void 0.000119
+gallium_dri.so free 0x5571735f9270 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9270 0.000117
+gallium_dri.so free 0x5571735f93c0 void 0.000173
+gallium_dri.so free 0x5571735f9270 void 0.000160
+gallium_dri.so malloc 72 0x5571735f9410 0.000163
+gallium_dri.so free 0x5571735f9480 void 0.000123
+gallium_dri.so free 0x5571735f9410 void 0.000118
+gallium_dri.so malloc 72 0x5571735f94c0 0.000116
+gallium_dri.so free 0x557173601340 void 0.000118
+gallium_dri.so free 0x5571735f94c0 void 0.000116
+gallium_dri.so malloc 72 0x557173601340 0.000116
+gallium_dri.so free 0x557173601400 void 0.000117
+gallium_dri.so free 0x557173601340 void 0.000117
+gallium_dri.so malloc 72 0x557173601340 0.000117
+gallium_dri.so free 0x557173601480 void 0.000115
+gallium_dri.so free 0x557173601340 void 0.000125
+gallium_dri.so malloc 72 0x5571736014b0 0.000119
+gallium_dri.so free 0x557173601500 void 0.000117
+gallium_dri.so free 0x5571736014b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736014b0 0.000117
+gallium_dri.so free 0x557173601600 void 0.000116
+gallium_dri.so free 0x5571736014b0 void 0.000116
+gallium_dri.so malloc 72 0x5571736015b0 0.000121
+gallium_dri.so free 0x5571735fb680 void 0.000123
+gallium_dri.so free 0x5571736015b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb630 0.000118
+gallium_dri.so free 0x5571735fb700 void 0.000117
+gallium_dri.so free 0x5571735fb630 void 0.000132
+gallium_dri.so malloc 72 0x5571735fb720 0.000117
+gallium_dri.so free 0x5571735fb7c0 void 0.000118
+gallium_dri.so free 0x5571735fb720 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb770 0.000115
+gallium_dri.so free 0x5571735fb840 void 0.000112
+gallium_dri.so free 0x5571735fb770 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb770 0.000112
+gallium_dri.so free 0x5571735fb8c0 void 0.000111
+gallium_dri.so free 0x5571735fb770 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000112
+gallium_dri.so free 0x5571735fb980 void 0.000111
+gallium_dri.so free 0x5571735fb8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fb8c0 0.000111
+gallium_dri.so free 0x5571735dacc0 void 0.000111
+gallium_dri.so free 0x5571735fb8c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735dac70 0.000110
+gallium_dri.so free 0x5571735dad40 void 0.000110
+gallium_dri.so free 0x5571735dac70 void 0.000110
+gallium_dri.so malloc 72 0x5571735dac70 0.000109
+gallium_dri.so free 0x5571735dae40 void 0.000110
+gallium_dri.so free 0x5571735dac70 void 0.000111
+gallium_dri.so malloc 72 0x5571735dadf0 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000116
+gallium_dri.so free 0x5571735dadf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735daf10 0.000112
+gallium_dri.so free 0x5571735daf80 void 0.000110
+gallium_dri.so free 0x5571735daf10 void 0.000110
+gallium_dri.so malloc 72 0x5571735dafa0 0.000123
+gallium_dri.so free 0x5571735e1e00 void 0.000110
+gallium_dri.so free 0x5571735dafa0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1db0 0.000111
+gallium_dri.so free 0x5571735e1e80 void 0.000112
+gallium_dri.so free 0x5571735e1db0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1db0 0.000111
+gallium_dri.so free 0x5571735e1f00 void 0.000110
+gallium_dri.so free 0x5571735e1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1f00 0.000110
+gallium_dri.so free 0x5571735e1fc0 void 0.000111
+gallium_dri.so free 0x5571735e1f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1f00 0.000112
+gallium_dri.so free 0x5571735e20c0 void 0.000110
+gallium_dri.so free 0x5571735e1f00 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1f00 0.000110
+gallium_dri.so free 0x5571735ebdc0 void 0.000111
+gallium_dri.so free 0x5571735e1f00 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebd70 0.000112
+gallium_dri.so free 0x5571735ebe40 void 0.000112
+gallium_dri.so free 0x5571735ebd70 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebd70 0.000115
+gallium_dri.so free 0x5571735ebec0 void 0.000119
+gallium_dri.so free 0x5571735ebd70 void 0.000116
+gallium_dri.so malloc 72 0x5571735ebec0 0.000110
+gallium_dri.so free 0x5571735ebf80 void 0.000115
+gallium_dri.so free 0x5571735ebec0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ebec0 0.000150
+gallium_dri.so free 0x5571735ec040 void 0.000124
+gallium_dri.so free 0x5571735ebec0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ebec0 0.000115
+gallium_dri.so free 0x5571735f5040 void 0.000112
+gallium_dri.so free 0x5571735ebec0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000112
+gallium_dri.so free 0x5571735f5100 void 0.000111
+gallium_dri.so free 0x5571735f4ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f50b0 0.000112
+gallium_dri.so free 0x5571735f5180 void 0.000110
+gallium_dri.so free 0x5571735f50b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f51d0 0.000110
+gallium_dri.so free 0x5571735f5240 void 0.000109
+gallium_dri.so free 0x5571735f51d0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5260 0.000110
+gallium_dri.so free 0x5571735ec100 void 0.000110
+gallium_dri.so free 0x5571735f5260 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000112
+gallium_dri.so free 0x5571735f5300 void 0.000111
+gallium_dri.so free 0x5571735ec0b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f52b0 0.000112
+gallium_dri.so free 0x5571736068c0 void 0.000112
+gallium_dri.so free 0x5571735f52b0 void 0.000111
+gallium_dri.so malloc 72 0x557173606910 0.000110
+gallium_dri.so free 0x557173606980 void 0.000112
+gallium_dri.so free 0x557173606910 void 0.000110
+gallium_dri.so malloc 72 0x5571736069c0 0.000110
+gallium_dri.so free 0x557173606a40 void 0.000131
+gallium_dri.so free 0x5571736069c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736069c0 0.000117
+gallium_dri.so free 0x557173606ac0 void 0.000112
+gallium_dri.so free 0x5571736069c0 void 0.000112
+gallium_dri.so malloc 72 0x557173606af0 0.000109
+gallium_dri.so free 0x557173606b40 void 0.000110
+gallium_dri.so free 0x557173606af0 void 0.000110
+gallium_dri.so malloc 72 0x557173606af0 0.000111
+gallium_dri.so free 0x5571735f3300 void 0.000111
+gallium_dri.so free 0x557173606af0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f3350 0.000110
+gallium_dri.so free 0x5571735f33c0 void 0.000111
+gallium_dri.so free 0x5571735f3350 void 0.000110
+gallium_dri.so malloc 72 0x5571735f33e0 0.000111
+gallium_dri.so free 0x5571735f3480 void 0.000110
+gallium_dri.so free 0x5571735f33e0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3430 0.000110
+gallium_dri.so free 0x5571735f3500 void 0.000110
+gallium_dri.so free 0x5571735f3430 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3430 0.000110
+gallium_dri.so free 0x557173606c40 void 0.000111
+gallium_dri.so free 0x5571735f3430 void 0.000111
+gallium_dri.so malloc 72 0x557173606bf0 0.000109
+gallium_dri.so free 0x5571735f3600 void 0.000110
+gallium_dri.so free 0x557173606bf0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f35b0 0.000110
+gallium_dri.so free 0x5571735f36c0 void 0.000110
+gallium_dri.so free 0x5571735f35b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735f3670 0.000118
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so free 0x5571735f3670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f3670 0.000114
+gallium_dri.so free 0x55717346e1c0 void 0.000113
+gallium_dri.so free 0x5571735f3670 void 0.000112
+gallium_dri.so malloc 72 0x55717346e170 0.000110
+gallium_dri.so free 0x55717346e240 void 0.000110
+gallium_dri.so free 0x55717346e170 void 0.000109
+gallium_dri.so malloc 72 0x55717346e290 0.000111
+gallium_dri.so free 0x55717346e300 void 0.000110
+gallium_dri.so free 0x55717346e290 void 0.000111
+gallium_dri.so malloc 72 0x55717346e360 0.000111
+gallium_dri.so free 0x55717346e400 void 0.000110
+gallium_dri.so free 0x55717346e360 void 0.000111
+gallium_dri.so malloc 72 0x55717346e3b0 0.000118
+gallium_dri.so free 0x55717346e440 void 0.000114
+gallium_dri.so free 0x55717346e3b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346e3b0 0.000113
+gallium_dri.so free 0x55717358e200 void 0.000111
+gallium_dri.so free 0x55717346e3b0 void 0.000109
+gallium_dri.so malloc 72 0x55717346e3b0 0.000110
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so free 0x55717346e3b0 void 0.000115
+gallium_dri.so malloc 72 0x55717358e280 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000113
+gallium_dri.so free 0x55717358e280 void 0.000111
+gallium_dri.so malloc 72 0x55717358e280 0.000171
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so free 0x55717358e280 void 0.000122
+gallium_dri.so malloc 72 0x55717358e280 0.000124
+gallium_dri.so free 0x55717358e4c0 void 0.000121
+gallium_dri.so free 0x55717358e280 void 0.000124
+gallium_dri.so malloc 72 0x55717358e470 0.000120
+gallium_dri.so free 0x55717358e580 void 0.000120
+gallium_dri.so free 0x55717358e470 void 0.000118
+gallium_dri.so malloc 72 0x55717358e530 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000118
+gallium_dri.so free 0x55717358e530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c39c0 0.000120
+gallium_dri.so free 0x5571735c3a80 void 0.000117
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c39c0 0.000118
+gallium_dri.so free 0x5571735c3b00 void 0.000119
+gallium_dri.so free 0x5571735c39c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3b30 0.000119
+gallium_dri.so free 0x5571735c3b80 void 0.000119
+gallium_dri.so free 0x5571735c3b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3b30 0.000118
+gallium_dri.so free 0x5571735c3c80 void 0.000117
+gallium_dri.so free 0x5571735c3b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3c30 0.000118
+gallium_dri.so free 0x5571735c3d40 void 0.000117
+gallium_dri.so free 0x5571735c3c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3cf0 0.000111
+gallium_dri.so free 0x5571735d0000 void 0.000110
+gallium_dri.so free 0x5571735c3cf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3cf0 0.000111
+gallium_dri.so free 0x5571735d0080 void 0.000247
+gallium_dri.so free 0x5571735c3cf0 void 0.000211
+gallium_dri.so malloc 72 0x5571735d00b0 0.000115
+gallium_dri.so free 0x5571735d0100 void 0.000111
+gallium_dri.so free 0x5571735d00b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d00b0 0.000112
+gallium_dri.so free 0x5571735d0200 void 0.000111
+gallium_dri.so free 0x5571735d00b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735d01b0 0.000112
+gallium_dri.so free 0x5571735d02c0 void 0.000111
+gallium_dri.so free 0x5571735d01b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d0270 0.000128
+gallium_dri.so free 0x5571735d0300 void 0.000113
+gallium_dri.so free 0x5571735d0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735d0270 0.000110
+gallium_dri.so free 0x5571735f8100 void 0.000118
+gallium_dri.so free 0x5571735d0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0270 0.000118
+gallium_dri.so free 0x5571735f8200 void 0.000115
+gallium_dri.so free 0x5571735d0270 void 0.000111
+gallium_dri.so malloc 72 0x5571735f81b0 0.000114
+gallium_dri.so free 0x5571735f8280 void 0.000124
+gallium_dri.so free 0x5571735f81b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f82d0 0.000124
+gallium_dri.so free 0x5571735f8340 void 0.000125
+gallium_dri.so free 0x5571735f82d0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8360 0.000118
+gallium_dri.so free 0x5571735f8400 void 0.000117
+gallium_dri.so free 0x5571735f8360 void 0.000113
+gallium_dri.so malloc 72 0x5571735f83b0 0.000115
+gallium_dri.so free 0x5571735f8480 void 0.000115
+gallium_dri.so free 0x5571735f83b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f83b0 0.000114
+gallium_dri.so free 0x55717360f0c0 void 0.000116
+gallium_dri.so free 0x5571735f83b0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f0c0 0.000115
+gallium_dri.so free 0x55717360f180 void 0.000116
+gallium_dri.so free 0x55717360f0c0 void 0.000115
+gallium_dri.so malloc 72 0x55717360f0c0 0.000114
+gallium_dri.so free 0x55717360f240 void 0.000115
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f260 0.000120
+gallium_dri.so free 0x55717360f300 void 0.000116
+gallium_dri.so free 0x55717360f260 void 0.000114
+gallium_dri.so malloc 72 0x55717360f2b0 0.000114
+gallium_dri.so free 0x55717360f380 void 0.000115
+gallium_dri.so free 0x55717360f2b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360f2b0 0.000114
+gallium_dri.so free 0x55717360f400 void 0.000116
+gallium_dri.so free 0x55717360f2b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360f400 0.000111
+gallium_dri.so free 0x5571735d25c0 void 0.000113
+gallium_dri.so free 0x55717360f400 void 0.000112
+gallium_dri.so malloc 72 0x55717360f400 0.000112
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so free 0x55717360f400 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2670 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000114
+gallium_dri.so free 0x5571735d2670 void 0.000114
+gallium_dri.so malloc 72 0x5571735d26c0 0.000113
+gallium_dri.so free 0x5571735d2780 void 0.000113
+gallium_dri.so free 0x5571735d26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d26c0 0.000111
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x5571735d26c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2830 0.000113
+gallium_dri.so free 0x5571735d2940 void 0.000113
+gallium_dri.so free 0x5571735d2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28f0 0.000113
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so free 0x5571735d28f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d28f0 0.000112
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x5571735d28f0 void 0.000112
+gallium_dri.so malloc 72 0x5571736207b0 0.000117
+gallium_dri.so free 0x557173620880 void 0.000115
+gallium_dri.so free 0x5571736207b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736208d0 0.000114
+gallium_dri.so free 0x557173620940 void 0.000120
+gallium_dri.so free 0x5571736208d0 void 0.000114
+gallium_dri.so malloc 72 0x557173620980 0.000115
+gallium_dri.so free 0x557173620a00 void 0.000115
+gallium_dri.so free 0x557173620980 void 0.000115
+gallium_dri.so malloc 72 0x557173620980 0.000114
+gallium_dri.so free 0x557173620a80 void 0.000115
+gallium_dri.so free 0x557173620980 void 0.000116
+gallium_dri.so malloc 72 0x557173620ab0 0.000113
+gallium_dri.so free 0x557173608480 void 0.000115
+gallium_dri.so free 0x557173620ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173620ab0 0.000120
+gallium_dri.so free 0x557173608500 void 0.000116
+gallium_dri.so free 0x557173620ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x5571736085c0 void 0.000115
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so malloc 72 0x557173608500 0.000113
+gallium_dri.so free 0x557173608680 void 0.000116
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x557173608740 void 0.000115
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so malloc 72 0x5571736086f0 0.000165
+gallium_dri.so free 0x557173608740 void 0.000116
+gallium_dri.so free 0x5571736086f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736086f0 0.000115
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so free 0x5571736086f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff740 0.000113
+gallium_dri.so free 0x557173608840 void 0.000115
+gallium_dri.so free 0x5571735ff740 void 0.000115
+gallium_dri.so malloc 72 0x5571736087f0 0.000114
+gallium_dri.so free 0x5571735ff800 void 0.000116
+gallium_dri.so free 0x5571736087f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736087f0 0.000120
+gallium_dri.so free 0x5571735ff8c0 void 0.000116
+gallium_dri.so free 0x5571736087f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff870 0.000115
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff870 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff990 0.000115
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff990 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffa60 0.000114
+gallium_dri.so free 0x5571735ffb00 void 0.000115
+gallium_dri.so free 0x5571735ffa60 void 0.000114
+gallium_dri.so malloc 72 0x5571735ffab0 0.000114
+gallium_dri.so free 0x55717346bb40 void 0.000116
+gallium_dri.so free 0x5571735ffab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffab0 0.000115
+gallium_dri.so free 0x55717346bc00 void 0.000114
+gallium_dri.so free 0x5571735ffab0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bbb0 0.000112
+gallium_dri.so free 0x55717346bc80 void 0.000113
+gallium_dri.so free 0x55717346bbb0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bcd0 0.000114
+gallium_dri.so free 0x55717346bd40 void 0.000114
+gallium_dri.so free 0x55717346bcd0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bd60 0.000112
+gallium_dri.so free 0x55717346be00 void 0.000114
+gallium_dri.so free 0x55717346bd60 void 0.000111
+gallium_dri.so malloc 72 0x55717346bdb0 0.000113
+gallium_dri.so free 0x55717346be80 void 0.000114
+gallium_dri.so free 0x55717346bdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717346be80 0.000113
+gallium_dri.so free 0x557173462840 void 0.000114
+gallium_dri.so free 0x55717346be80 void 0.000112
+gallium_dri.so malloc 72 0x55717346be80 0.000131
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so free 0x55717346be80 void 0.000112
+gallium_dri.so malloc 72 0x5571734628c0 0.000113
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734628c0 0.000112
+gallium_dri.so free 0x557173462a40 void 0.000114
+gallium_dri.so free 0x5571734628c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734628c0 0.000122
+gallium_dri.so free 0x557173462b00 void 0.000117
+gallium_dri.so free 0x5571734628c0 void 0.000120
+gallium_dri.so malloc 72 0x557173462ab0 0.000116
+gallium_dri.so free 0x557173462b80 void 0.000116
+gallium_dri.so free 0x557173462ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173462bd0 0.000115
+gallium_dri.so free 0x5571735fd180 void 0.000117
+gallium_dri.so free 0x557173462bd0 void 0.000115
+gallium_dri.so malloc 72 0x557173462bd0 0.000114
+gallium_dri.so free 0x5571735fd200 void 0.000114
+gallium_dri.so free 0x557173462bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000113
+gallium_dri.so free 0x5571735fd2c0 void 0.000115
+gallium_dri.so free 0x557173462bd0 void 0.000113
+gallium_dri.so malloc 72 0x557173462bd0 0.000115
+gallium_dri.so free 0x5571735fd380 void 0.000115
+gallium_dri.so free 0x557173462bd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd330 0.000114
+gallium_dri.so free 0x5571735fd400 void 0.000115
+gallium_dri.so free 0x5571735fd330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd450 0.000115
+gallium_dri.so free 0x5571735fd4c0 void 0.000116
+gallium_dri.so free 0x5571735fd450 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4e0 0.000114
+gallium_dri.so free 0x557173464e00 void 0.000116
+gallium_dri.so free 0x5571735fd4e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd4e0 0.000171
+gallium_dri.so free 0x557173464ec0 void 0.000118
+gallium_dri.so free 0x5571735fd4e0 void 0.000119
+gallium_dri.so malloc 72 0x557173464e70 0.000115
+gallium_dri.so free 0x557173464ec0 void 0.000115
+gallium_dri.so free 0x557173464e70 void 0.000114
+gallium_dri.so malloc 72 0x557173464e70 0.000113
+gallium_dri.so free 0x557173464fc0 void 0.000115
+gallium_dri.so free 0x557173464e70 void 0.000114
+gallium_dri.so malloc 72 0x557173464f70 0.000115
+gallium_dri.so free 0x557173465080 void 0.000114
+gallium_dri.so free 0x557173464f70 void 0.000113
+gallium_dri.so malloc 72 0x557173465030 0.000114
+gallium_dri.so free 0x5571734650c0 void 0.000115
+gallium_dri.so free 0x557173465030 void 0.000115
+gallium_dri.so malloc 72 0x557173465030 0.000116
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x557173465030 void 0.000114
+gallium_dri.so malloc 72 0x557173465030 0.000114
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so free 0x557173465030 void 0.000114
+gallium_dri.so malloc 72 0x557173469400 0.000115
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x557173469400 void 0.000114
+gallium_dri.so malloc 72 0x557173469400 0.000116
+gallium_dri.so free 0x5571734695c0 void 0.000115
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so malloc 72 0x557173469400 0.000127
+gallium_dri.so free 0x557173465180 void 0.000115
+gallium_dri.so free 0x557173469400 void 0.000113
+gallium_dri.so malloc 72 0x5571734651b0 0.000112
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734651b0 void 0.000130
+gallium_dri.so malloc 72 0x557173469680 0.000116
+gallium_dri.so free 0x557173469700 void 0.000114
+gallium_dri.so free 0x557173469680 void 0.000113
+gallium_dri.so malloc 72 0x557173469750 0.000113
+gallium_dri.so free 0x5571735d2fc0 void 0.000114
+gallium_dri.so free 0x557173469750 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2fe0 0.000112
+gallium_dri.so free 0x5571735d3080 void 0.000115
+gallium_dri.so free 0x5571735d2fe0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3030 0.000118
+gallium_dri.so free 0x5571735d3100 void 0.000114
+gallium_dri.so free 0x5571735d3030 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000115
+gallium_dri.so free 0x5571735d31c0 void 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000113
+gallium_dri.so malloc 72 0x5571735d3100 0.000112
+gallium_dri.so free 0x5571735d3240 void 0.000113
+gallium_dri.so free 0x5571735d3100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000114
+gallium_dri.so free 0x5571735d3300 void 0.000115
+gallium_dri.so free 0x5571735d3240 void 0.000112
+gallium_dri.so malloc 72 0x5571735d3240 0.000112
+gallium_dri.so free 0x557173467dc0 void 0.000106
+gallium_dri.so free 0x5571735d3240 void 0.000116
+gallium_dri.so malloc 72 0x557173467df0 0.000114
+gallium_dri.so free 0x557173467e40 void 0.000115
+gallium_dri.so free 0x557173467df0 void 0.000115
+gallium_dri.so malloc 72 0x557173467df0 0.000114
+gallium_dri.so free 0x557173467f40 void 0.000115
+gallium_dri.so free 0x557173467df0 void 0.000113
+gallium_dri.so malloc 72 0x557173467ef0 0.000114
+gallium_dri.so free 0x557173468000 void 0.000116
+gallium_dri.so free 0x557173467ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173467fb0 0.000114
+gallium_dri.so free 0x557173468080 void 0.000115
+gallium_dri.so free 0x557173467fb0 void 0.000114
+gallium_dri.so malloc 72 0x5571734680a0 0.000115
+gallium_dri.so free 0x557173468140 void 0.000115
+gallium_dri.so free 0x5571734680a0 void 0.000115
+gallium_dri.so malloc 72 0x5571734680f0 0.000115
+gallium_dri.so free 0x5571735c43c0 void 0.000117
+gallium_dri.so free 0x5571734680f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4400 0.000114
+gallium_dri.so free 0x5571735c4480 void 0.000115
+gallium_dri.so free 0x5571735c4400 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4480 0.000115
+gallium_dri.so free 0x5571735c4540 void 0.000116
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c4480 0.000115
+gallium_dri.so free 0x5571735c45c0 void 0.000126
+gallium_dri.so free 0x5571735c4480 void 0.000114
+gallium_dri.so malloc 72 0x5571735c45f0 0.000113
+gallium_dri.so free 0x5571735c4640 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c45f0 0.000113
+gallium_dri.so free 0x5571735c4740 void 0.000114
+gallium_dri.so free 0x5571735c45f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4780 0.000113
+gallium_dri.so free 0x557173461080 void 0.000114
+gallium_dri.so free 0x5571735c4780 void 0.000113
+gallium_dri.so malloc 72 0x5571734610d0 0.000112
+gallium_dri.so free 0x557173461140 void 0.000113
+gallium_dri.so free 0x5571734610d0 void 0.000113
+gallium_dri.so malloc 72 0x557173461160 0.000113
+gallium_dri.so free 0x557173461200 void 0.000111
+gallium_dri.so free 0x557173461160 void 0.000113
+gallium_dri.so malloc 72 0x5571734611b0 0.000112
+gallium_dri.so free 0x557173461280 void 0.000113
+gallium_dri.so free 0x5571734611b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734611b0 0.000115
+gallium_dri.so free 0x557173461300 void 0.000114
+gallium_dri.so free 0x5571734611b0 void 0.000113
+gallium_dri.so malloc 72 0x557173461300 0.000112
+gallium_dri.so free 0x5571734613c0 void 0.000113
+gallium_dri.so free 0x557173461300 void 0.000112
+gallium_dri.so malloc 72 0x557173461300 0.000114
+gallium_dri.so free 0x5571735def40 void 0.000121
+gallium_dri.so free 0x557173461300 void 0.000118
+gallium_dri.so malloc 72 0x5571735def60 0.000119
+gallium_dri.so free 0x5571735df000 void 0.000115
+gallium_dri.so free 0x5571735def60 void 0.000114
+gallium_dri.so malloc 72 0x5571735defb0 0.000120
+gallium_dri.so free 0x5571735df080 void 0.000115
+gallium_dri.so free 0x5571735defb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735defb0 0.000113
+gallium_dri.so free 0x5571735df100 void 0.000114
+gallium_dri.so free 0x5571735defb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000112
+gallium_dri.so free 0x5571735df1c0 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000113
+gallium_dri.so free 0x5571735df280 void 0.000114
+gallium_dri.so free 0x5571735df100 void 0.000113
+gallium_dri.so malloc 72 0x5571735df100 0.000113
+gallium_dri.so free 0x5571735d0a00 void 0.000115
+gallium_dri.so free 0x5571735df100 void 0.000112
+gallium_dri.so malloc 72 0x5571735d0a50 0.000113
+gallium_dri.so free 0x5571735d0ac0 void 0.000114
+gallium_dri.so free 0x5571735d0a50 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0b00 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000115
+gallium_dri.so free 0x5571735d0b00 void 0.000114
+gallium_dri.so malloc 72 0x5571735d0b80 0.000112
+gallium_dri.so free 0x5571735d0c40 void 0.000114
+gallium_dri.so free 0x5571735d0b80 void 0.000161
+gallium_dri.so malloc 72 0x5571735d0b80 0.000115
+gallium_dri.so free 0x5571735df340 void 0.000115
+gallium_dri.so free 0x5571735d0b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735df2f0 0.000114
+gallium_dri.so free 0x5571735d0cc0 void 0.000122
+gallium_dri.so free 0x5571735df2f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d0d00 0.000124
+gallium_dri.so free 0x5571735d0d80 void 0.000172
+gallium_dri.so free 0x5571735d0d00 void 0.000214
+gallium_dri.so malloc 72 0x5571735d0d80 0.000187
+gallium_dri.so free 0x557173608e80 void 0.000127
+gallium_dri.so free 0x5571735d0d80 void 0.000146
+gallium_dri.so malloc 72 0x557173608ec0 0.000143
+gallium_dri.so free 0x557173608f40 void 0.000138
+gallium_dri.so free 0x557173608ec0 void 0.000136
+gallium_dri.so malloc 72 0x557173608ec0 0.000129
+gallium_dri.so free 0x557173608fc0 void 0.000129
+gallium_dri.so free 0x557173608ec0 void 0.000129
+gallium_dri.so malloc 72 0x557173608ff0 0.000130
+gallium_dri.so free 0x557173609040 void 0.000131
+gallium_dri.so free 0x557173608ff0 void 0.000130
+gallium_dri.so malloc 72 0x557173608ff0 0.000129
+gallium_dri.so free 0x557173609140 void 0.000194
+gallium_dri.so free 0x557173608ff0 void 0.000189
+gallium_dri.so malloc 72 0x5571736090f0 0.000187
+gallium_dri.so free 0x557173609200 void 0.000186
+gallium_dri.so free 0x5571736090f0 void 0.000185
+gallium_dri.so malloc 72 0x5571736091b0 0.000186
+gallium_dri.so free 0x55717360fac0 void 0.000201
+gallium_dri.so free 0x5571736091b0 void 0.000206
+gallium_dri.so malloc 72 0x55717360faf0 0.000193
+gallium_dri.so free 0x55717360fb40 void 0.000192
+gallium_dri.so free 0x55717360faf0 void 0.000187
+gallium_dri.so malloc 72 0x55717360faf0 0.000183
+gallium_dri.so free 0x55717360fc40 void 0.000187
+gallium_dri.so free 0x55717360faf0 void 0.000186
+gallium_dri.so malloc 72 0x55717360fc80 0.000186
+gallium_dri.so free 0x55717360fd00 void 0.000188
+gallium_dri.so free 0x55717360fc80 void 0.000203
+gallium_dri.so malloc 72 0x55717360fd00 0.000187
+gallium_dri.so free 0x557173609240 void 0.000187
+gallium_dri.so free 0x55717360fd00 void 0.000189
+gallium_dri.so malloc 72 0x55717360fd00 0.000208
+gallium_dri.so free 0x55717360fdc0 void 0.000187
+gallium_dri.so free 0x55717360fd00 void 0.000187
+gallium_dri.so malloc 72 0x55717360fd00 0.000197
+gallium_dri.so free 0x55717360fe80 void 0.000140
+gallium_dri.so free 0x55717360fd00 void 0.000122
+gallium_dri.so malloc 72 0x55717360fe30 0.000121
+gallium_dri.so free 0x557173601d40 void 0.000121
+gallium_dri.so free 0x55717360fe30 void 0.000119
+gallium_dri.so malloc 72 0x557173601d90 0.000125
+gallium_dri.so free 0x557173601e00 void 0.000121
+gallium_dri.so free 0x557173601d90 void 0.000119
+gallium_dri.so malloc 72 0x557173601e60 0.000122
+gallium_dri.so free 0x557173601f00 void 0.000120
+gallium_dri.so free 0x557173601e60 void 0.000120
+gallium_dri.so malloc 72 0x557173601eb0 0.000118
+gallium_dri.so free 0x557173601f40 void 0.000121
+gallium_dri.so free 0x557173601eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173601eb0 0.000122
+gallium_dri.so free 0x557173602000 void 0.000120
+gallium_dri.so free 0x557173601eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602040 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000120
+gallium_dri.so free 0x557173602040 void 0.000121
+gallium_dri.so malloc 72 0x5571736020c0 0.000120
+gallium_dri.so free 0x557173604300 void 0.000120
+gallium_dri.so free 0x5571736020c0 void 0.000120
+gallium_dri.so malloc 72 0x557173604320 0.000119
+gallium_dri.so free 0x5571736043c0 void 0.000119
+gallium_dri.so free 0x557173604320 void 0.000120
+gallium_dri.so malloc 72 0x557173604370 0.000120
+gallium_dri.so free 0x557173604440 void 0.000119
+gallium_dri.so free 0x557173604370 void 0.000120
+gallium_dri.so malloc 72 0x557173604440 0.000119
+gallium_dri.so free 0x557173604500 void 0.000119
+gallium_dri.so free 0x557173604440 void 0.000120
+gallium_dri.so malloc 72 0x557173604440 0.000119
+gallium_dri.so free 0x557173604580 void 0.000121
+gallium_dri.so free 0x557173604440 void 0.000119
+gallium_dri.so malloc 72 0x557173604580 0.000121
+gallium_dri.so free 0x557173604640 void 0.000120
+gallium_dri.so free 0x557173604580 void 0.000119
+gallium_dri.so malloc 72 0x557173604580 0.000118
+gallium_dri.so free 0x55717358a080 void 0.000120
+gallium_dri.so free 0x557173604580 void 0.000147
+gallium_dri.so malloc 72 0x55717358a0b0 0.000122
+gallium_dri.so free 0x55717358a100 void 0.000121
+gallium_dri.so free 0x55717358a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717358a0b0 0.000119
+gallium_dri.so free 0x55717358a200 void 0.000134
+gallium_dri.so free 0x55717358a0b0 void 0.000136
+gallium_dri.so malloc 72 0x55717358a1b0 0.000130
+gallium_dri.so free 0x55717358a2c0 void 0.000203
+gallium_dri.so free 0x55717358a1b0 void 0.000243
+gallium_dri.so malloc 72 0x55717358a270 0.000193
+gallium_dri.so free 0x55717358a340 void 0.000211
+gallium_dri.so free 0x55717358a270 void 0.000180
+gallium_dri.so malloc 72 0x55717358a360 0.000177
+gallium_dri.so free 0x55717358a400 void 0.000135
+gallium_dri.so free 0x55717358a360 void 0.000123
+gallium_dri.so malloc 72 0x55717358a3b0 0.000121
+gallium_dri.so free 0x5571735d5580 void 0.000122
+gallium_dri.so free 0x55717358a3b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d55c0 0.000120
+gallium_dri.so free 0x5571735d5640 void 0.000121
+gallium_dri.so free 0x5571735d55c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d5640 0.000167
+gallium_dri.so free 0x5571735d5700 void 0.000168
+gallium_dri.so free 0x5571735d5640 void 0.000167
+gallium_dri.so malloc 72 0x5571735d5640 0.000167
+gallium_dri.so free 0x5571735d5780 void 0.000167
+gallium_dri.so free 0x5571735d5640 void 0.000166
+gallium_dri.so malloc 72 0x5571735d57b0 0.000166
+gallium_dri.so free 0x5571735d5800 void 0.000168
+gallium_dri.so free 0x5571735d57b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735d57b0 0.000166
+gallium_dri.so free 0x5571735d5900 void 0.000173
+gallium_dri.so free 0x5571735d57b0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d5940 0.000135
+gallium_dri.so free 0x55717346eb00 void 0.000136
+gallium_dri.so free 0x5571735d5940 void 0.000135
+gallium_dri.so malloc 72 0x55717346eb50 0.000137
+gallium_dri.so free 0x55717346ebc0 void 0.000134
+gallium_dri.so free 0x55717346eb50 void 0.000134
+gallium_dri.so malloc 72 0x55717346ebe0 0.000133
+gallium_dri.so free 0x55717346ec80 void 0.000144
+gallium_dri.so free 0x55717346ebe0 void 0.000138
+gallium_dri.so malloc 72 0x55717346ec30 0.000136
+gallium_dri.so free 0x55717346ed00 void 0.000136
+gallium_dri.so free 0x55717346ec30 void 0.000134
+gallium_dri.so malloc 72 0x55717346ec30 0.000135
+gallium_dri.so free 0x55717346ed80 void 0.000143
+gallium_dri.so free 0x55717346ec30 void 0.000140
+gallium_dri.so malloc 72 0x55717346ed80 0.000137
+gallium_dri.so free 0x55717346ee40 void 0.000136
+gallium_dri.so free 0x55717346ed80 void 0.000136
+gallium_dri.so malloc 72 0x55717346ed80 0.000135
+gallium_dri.so free 0x557173600140 void 0.000136
+gallium_dri.so free 0x55717346ed80 void 0.000136
+gallium_dri.so malloc 72 0x557173600160 0.000136
+gallium_dri.so free 0x557173600200 void 0.000137
+gallium_dri.so free 0x557173600160 void 0.000136
+gallium_dri.so malloc 72 0x5571736001b0 0.000135
+gallium_dri.so free 0x557173600280 void 0.000136
+gallium_dri.so free 0x5571736001b0 void 0.000135
+gallium_dri.so malloc 72 0x5571736001b0 0.000136
+gallium_dri.so free 0x557173600300 void 0.000134
+gallium_dri.so free 0x5571736001b0 void 0.000135
+gallium_dri.so malloc 72 0x557173600300 0.000212
+gallium_dri.so free 0x5571736003c0 void 0.000235
+gallium_dri.so free 0x557173600300 void 0.000242
+gallium_dri.so malloc 72 0x557173600300 0.000141
+gallium_dri.so free 0x557173600480 void 0.000147
+gallium_dri.so free 0x557173600300 void 0.000146
+gallium_dri.so malloc 72 0x557173600300 0.000148
+gallium_dri.so free 0x5571735fdb80 void 0.000145
+gallium_dri.so free 0x557173600300 void 0.000145
+gallium_dri.so malloc 72 0x5571735fdbd0 0.000145
+gallium_dri.so free 0x5571735fdc40 void 0.000139
+gallium_dri.so free 0x5571735fdbd0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fdc80 0.000139
+gallium_dri.so free 0x5571735fdd00 void 0.000134
+gallium_dri.so free 0x5571735fdc80 void 0.000134
+gallium_dri.so malloc 72 0x5571735fdd00 0.000133
+gallium_dri.so free 0x5571735fddc0 void 0.000135
+gallium_dri.so free 0x5571735fdd00 void 0.000134
+gallium_dri.so malloc 72 0x5571735fdd00 0.000133
+gallium_dri.so free 0x557173600540 void 0.000156
+gallium_dri.so free 0x5571735fdd00 void 0.000136
+gallium_dri.so malloc 72 0x5571736004f0 0.000134
+gallium_dri.so free 0x5571735fde40 void 0.000135
+gallium_dri.so free 0x5571736004f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fde80 0.000145
+gallium_dri.so free 0x5571735fdf00 void 0.000121
+gallium_dri.so free 0x5571735fde80 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdf00 0.000129
+gallium_dri.so free 0x55717358c640 void 0.000124
+gallium_dri.so free 0x5571735fdf00 void 0.000177
+gallium_dri.so malloc 72 0x55717358c680 0.000129
+gallium_dri.so free 0x55717358c700 void 0.000146
+gallium_dri.so free 0x55717358c680 void 0.000128
+gallium_dri.so malloc 72 0x55717358c680 0.000127
+gallium_dri.so free 0x55717358c780 void 0.000127
+gallium_dri.so free 0x55717358c680 void 0.000127
+gallium_dri.so malloc 72 0x55717358c7b0 0.000125
+gallium_dri.so free 0x55717358c800 void 0.000137
+gallium_dri.so free 0x55717358c7b0 void 0.000124
+gallium_dri.so malloc 72 0x55717358c7b0 0.000124
+gallium_dri.so free 0x55717358c900 void 0.000126
+gallium_dri.so free 0x55717358c7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717358c8b0 0.000133
+gallium_dri.so free 0x55717358c9c0 void 0.000129
+gallium_dri.so free 0x55717358c8b0 void 0.000123
+gallium_dri.so malloc 72 0x55717358c970 0.000126
+gallium_dri.so free 0x5571735dc1c0 void 0.000126
+gallium_dri.so free 0x55717358c970 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000127
+gallium_dri.so free 0x5571735dc240 void 0.000126
+gallium_dri.so free 0x5571735dc1f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc1f0 0.000123
+gallium_dri.so free 0x5571735dc340 void 0.000125
+gallium_dri.so free 0x5571735dc1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc380 0.000126
+gallium_dri.so free 0x5571735dc400 void 0.000126
+gallium_dri.so free 0x5571735dc380 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc400 0.000126
+gallium_dri.so free 0x55717358ca00 void 0.000126
+gallium_dri.so free 0x5571735dc400 void 0.000125
+gallium_dri.so malloc 72 0x5571735dc400 0.000124
+gallium_dri.so free 0x5571735dc4c0 void 0.000127
+gallium_dri.so free 0x5571735dc400 void 0.000122
+gallium_dri.so malloc 72 0x5571735dc400 0.000126
+gallium_dri.so free 0x5571735dc580 void 0.000126
+gallium_dri.so free 0x5571735dc400 void 0.000121
+gallium_dri.so malloc 72 0x5571735dc530 0.000125
+gallium_dri.so free 0x5571735f8b00 void 0.000150
+gallium_dri.so free 0x5571735dc530 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8b50 0.000127
+gallium_dri.so free 0x5571735f8bc0 void 0.000126
+gallium_dri.so free 0x5571735f8b50 void 0.000127
+gallium_dri.so malloc 72 0x5571735f8c20 0.000127
+gallium_dri.so free 0x5571735f8cc0 void 0.000136
+gallium_dri.so free 0x5571735f8c20 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8c70 0.000127
+gallium_dri.so free 0x5571735f8d00 void 0.000128
+gallium_dri.so free 0x5571735f8c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8c70 0.000127
+gallium_dri.so free 0x5571735f8dc0 void 0.000126
+gallium_dri.so free 0x5571735f8c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8e00 0.000127
+gallium_dri.so free 0x5571735f8e80 void 0.000126
+gallium_dri.so free 0x5571735f8e00 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8e80 0.000127
+gallium_dri.so free 0x55717358ec00 void 0.000127
+gallium_dri.so free 0x5571735f8e80 void 0.000127
+gallium_dri.so malloc 72 0x55717358ec20 0.000133
+gallium_dri.so free 0x55717358ecc0 void 0.000121
+gallium_dri.so free 0x55717358ec20 void 0.000120
+gallium_dri.so malloc 72 0x55717358ec70 0.000121
+gallium_dri.so free 0x55717358ed40 void 0.000120
+gallium_dri.so free 0x55717358ec70 void 0.000123
+gallium_dri.so malloc 72 0x55717358ed40 0.000115
+gallium_dri.so free 0x55717358ee00 void 0.000114
+gallium_dri.so free 0x55717358ed40 void 0.000116
+gallium_dri.so malloc 72 0x55717358ed40 0.000114
+gallium_dri.so free 0x55717358ee80 void 0.000114
+gallium_dri.so free 0x55717358ed40 void 0.000114
+gallium_dri.so malloc 72 0x55717358ee80 0.000114
+gallium_dri.so free 0x55717358ef40 void 0.000132
+gallium_dri.so free 0x55717358ee80 void 0.000115
+gallium_dri.so malloc 72 0x55717358ee80 0.000113
+gallium_dri.so free 0x557173463240 void 0.000116
+gallium_dri.so free 0x55717358ee80 void 0.000113
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734632c0 void 0.000113
+gallium_dri.so free 0x557173463270 void 0.000114
+gallium_dri.so malloc 72 0x557173463270 0.000114
+gallium_dri.so free 0x5571734633c0 void 0.000114
+gallium_dri.so free 0x557173463270 void 0.000115
+gallium_dri.so malloc 72 0x557173463370 0.000115
+gallium_dri.so free 0x557173463480 void 0.000114
+gallium_dri.so free 0x557173463370 void 0.000114
+gallium_dri.so malloc 72 0x557173463430 0.000115
+gallium_dri.so free 0x557173463500 void 0.000116
+gallium_dri.so free 0x557173463430 void 0.000115
+gallium_dri.so malloc 72 0x557173463520 0.000114
+gallium_dri.so free 0x5571734635c0 void 0.000115
+gallium_dri.so free 0x557173463520 void 0.000129
+gallium_dri.so malloc 72 0x557173463570 0.000121
+gallium_dri.so free 0x55717346c540 void 0.000120
+gallium_dri.so free 0x557173463570 void 0.000120
+gallium_dri.so malloc 72 0x55717346c580 0.000119
+gallium_dri.so free 0x55717346c600 void 0.000163
+gallium_dri.so free 0x55717346c580 void 0.000121
+gallium_dri.so malloc 72 0x55717346c600 0.000120
+gallium_dri.so free 0x55717346c6c0 void 0.000121
+gallium_dri.so free 0x55717346c600 void 0.000120
+gallium_dri.so malloc 72 0x55717346c600 0.000151
+gallium_dri.so free 0x55717346c740 void 0.000122
+gallium_dri.so free 0x55717346c600 void 0.000136
+gallium_dri.so malloc 72 0x55717346c770 0.000123
+gallium_dri.so free 0x55717346c7c0 void 0.000120
+gallium_dri.so free 0x55717346c770 void 0.000119
+gallium_dri.so malloc 72 0x55717346c770 0.000120
+gallium_dri.so free 0x55717346c8c0 void 0.000118
+gallium_dri.so free 0x55717346c770 void 0.000119
+gallium_dri.so malloc 72 0x55717346c900 0.000119
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x55717346c900 void 0.000119
+gallium_dri.so malloc 72 0x55717360d550 0.000120
+gallium_dri.so free 0x55717360d5c0 void 0.000120
+gallium_dri.so free 0x55717360d550 void 0.000119
+gallium_dri.so malloc 72 0x55717360d5e0 0.000173
+gallium_dri.so free 0x55717360d680 void 0.000121
+gallium_dri.so free 0x55717360d5e0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d630 0.000120
+gallium_dri.so free 0x55717360d700 void 0.000122
+gallium_dri.so free 0x55717360d630 void 0.000118
+gallium_dri.so malloc 72 0x55717360d630 0.000120
+gallium_dri.so free 0x55717360d780 void 0.000121
+gallium_dri.so free 0x55717360d630 void 0.000118
+gallium_dri.so malloc 72 0x55717360d780 0.000120
+gallium_dri.so free 0x55717360d840 void 0.000120
+gallium_dri.so free 0x55717360d780 void 0.000126
+gallium_dri.so malloc 72 0x55717360d780 0.000121
+gallium_dri.so free 0x557173469f80 void 0.000122
+gallium_dri.so free 0x55717360d780 void 0.000116
+gallium_dri.so malloc 72 0x557173469fa0 0.000118
+gallium_dri.so free 0x55717346a040 void 0.000120
+gallium_dri.so free 0x557173469fa0 void 0.000120
+gallium_dri.so malloc 72 0x557173469ff0 0.000121
+gallium_dri.so free 0x55717346a0c0 void 0.000118
+gallium_dri.so free 0x557173469ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173469ff0 0.000132
+gallium_dri.so free 0x55717346a140 void 0.000121
+gallium_dri.so free 0x557173469ff0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a140 0.000120
+gallium_dri.so free 0x55717346a200 void 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000129
+gallium_dri.so malloc 72 0x55717346a140 0.000119
+gallium_dri.so free 0x55717346a2c0 void 0.000119
+gallium_dri.so free 0x55717346a140 void 0.000119
+gallium_dri.so malloc 72 0x55717346a140 0.000117
+gallium_dri.so free 0x557173465800 void 0.000120
+gallium_dri.so free 0x55717346a140 void 0.000125
+gallium_dri.so malloc 72 0x557173465850 0.000120
+gallium_dri.so free 0x5571734658c0 void 0.000121
+gallium_dri.so free 0x557173465850 void 0.000117
+gallium_dri.so malloc 72 0x557173465900 0.000120
+gallium_dri.so free 0x557173465980 void 0.000120
+gallium_dri.so free 0x557173465900 void 0.000121
+gallium_dri.so malloc 72 0x557173465980 0.000118
+gallium_dri.so free 0x557173465a40 void 0.000122
+gallium_dri.so free 0x557173465980 void 0.000119
+gallium_dri.so malloc 72 0x557173465980 0.000117
+gallium_dri.so free 0x55717346a380 void 0.000117
+gallium_dri.so free 0x557173465980 void 0.000117
+gallium_dri.so malloc 72 0x55717346a330 0.000120
+gallium_dri.so free 0x557173465ac0 void 0.000121
+gallium_dri.so free 0x55717346a330 void 0.000116
+gallium_dri.so malloc 72 0x557173465b00 0.000119
+gallium_dri.so free 0x557173465b80 void 0.000249
+gallium_dri.so free 0x557173465b00 void 0.000146
+gallium_dri.so malloc 72 0x557173465b80 0.000123
+gallium_dri.so free 0x5571735911c0 void 0.000125
+gallium_dri.so free 0x557173465b80 void 0.000116
+gallium_dri.so malloc 72 0x557173591200 0.000120
+gallium_dri.so free 0x557173591280 void 0.000120
+gallium_dri.so free 0x557173591200 void 0.000120
+gallium_dri.so malloc 72 0x557173591200 0.000120
+gallium_dri.so free 0x557173591300 void 0.000120
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x557173591380 void 0.000116
+gallium_dri.so free 0x557173591330 void 0.000117
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x557173591480 void 0.000121
+gallium_dri.so free 0x557173591330 void 0.000118
+gallium_dri.so malloc 72 0x557173591430 0.000120
+gallium_dri.so free 0x557173591540 void 0.000120
+gallium_dri.so free 0x557173591430 void 0.000119
+gallium_dri.so malloc 72 0x5571735914f0 0.000121
+gallium_dri.so free 0x5571735c1e00 void 0.000120
+gallium_dri.so free 0x5571735914f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c1e30 0.000119
+gallium_dri.so free 0x5571735c1e80 void 0.000121
+gallium_dri.so free 0x5571735c1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1e30 0.000121
+gallium_dri.so free 0x5571735c1f80 void 0.000132
+gallium_dri.so free 0x5571735c1e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735c1fc0 0.000120
+gallium_dri.so free 0x5571735c2040 void 0.000119
+gallium_dri.so free 0x5571735c1fc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2040 0.000120
+gallium_dri.so free 0x557173591580 void 0.000127
+gallium_dri.so free 0x5571735c2040 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2040 0.000120
+gallium_dri.so free 0x5571735c2100 void 0.000149
+gallium_dri.so free 0x5571735c2040 void 0.000124
+gallium_dri.so malloc 72 0x5571735c2040 0.000149
+gallium_dri.so free 0x5571735c21c0 void 0.000116
+gallium_dri.so free 0x5571735c2040 void 0.000149
+gallium_dri.so malloc 72 0x5571735c2170 0.000117
+gallium_dri.so free 0x5571735f6540 void 0.000115
+gallium_dri.so free 0x5571735c2170 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6590 0.000116
+gallium_dri.so free 0x5571735f6600 void 0.000115
+gallium_dri.so free 0x5571735f6590 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6660 0.000114
+gallium_dri.so free 0x5571735f6700 void 0.000117
+gallium_dri.so free 0x5571735f6660 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000113
+gallium_dri.so free 0x5571735f6740 void 0.000115
+gallium_dri.so free 0x5571735f66b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f66b0 0.000127
+gallium_dri.so free 0x5571735f6800 void 0.000116
+gallium_dri.so free 0x5571735f66b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6840 0.000113
+gallium_dri.so free 0x5571735f68c0 void 0.000115
+gallium_dri.so free 0x5571735f6840 void 0.000113
+gallium_dri.so malloc 72 0x5571735f68c0 0.000112
+gallium_dri.so free 0x5571735e3300 void 0.000117
+gallium_dri.so free 0x5571735f68c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e3320 0.000118
+gallium_dri.so free 0x5571735e33c0 void 0.000119
+gallium_dri.so free 0x5571735e3320 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3370 0.000115
+gallium_dri.so free 0x5571735e3440 void 0.000115
+gallium_dri.so free 0x5571735e3370 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3440 0.000114
+gallium_dri.so free 0x5571735e3500 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000112
+gallium_dri.so malloc 72 0x5571735e3440 0.000113
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so free 0x5571735e3440 void 0.000113
+gallium_dri.so malloc 72 0x5571735e3580 0.000111
+gallium_dri.so free 0x5571735e3640 void 0.000114
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x5571735e3580 0.000114
+gallium_dri.so free 0x557173609e80 void 0.000116
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x557173609eb0 0.000125
+gallium_dri.so free 0x557173609f00 void 0.000114
+gallium_dri.so free 0x557173609eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609eb0 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000115
+gallium_dri.so free 0x557173609eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173609fb0 0.000133
+gallium_dri.so free 0x55717360a0c0 void 0.000122
+gallium_dri.so free 0x557173609fb0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a070 0.000113
+gallium_dri.so free 0x55717360a140 void 0.000113
+gallium_dri.so free 0x55717360a070 void 0.000114
+gallium_dri.so malloc 72 0x55717360a160 0.000113
+gallium_dri.so free 0x55717360a200 void 0.000113
+gallium_dri.so free 0x55717360a160 void 0.000113
+gallium_dri.so malloc 72 0x55717360a1b0 0.000113
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so free 0x55717360a1b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360a1b0 0.000118
+gallium_dri.so free 0x55717346db80 void 0.000115
+gallium_dri.so free 0x55717360a1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346db80 0.000113
+gallium_dri.so free 0x55717346dc40 void 0.000115
+gallium_dri.so free 0x55717346db80 void 0.000114
+gallium_dri.so malloc 72 0x55717346db80 0.000117
+gallium_dri.so free 0x55717346dd00 void 0.000115
+gallium_dri.so free 0x55717346db80 void 0.000112
+gallium_dri.so malloc 72 0x55717346db80 0.000126
+gallium_dri.so free 0x55717346ddc0 void 0.000117
+gallium_dri.so free 0x55717346db80 void 0.000165
+gallium_dri.so malloc 72 0x55717346dd70 0.000113
+gallium_dri.so free 0x55717346ddc0 void 0.000117
+gallium_dri.so free 0x55717346dd70 void 0.000114
+gallium_dri.so malloc 72 0x55717346dd70 0.000113
+gallium_dri.so free 0x55717346dec0 void 0.000113
+gallium_dri.so free 0x55717346dd70 void 0.000113
+gallium_dri.so malloc 72 0x55717346de70 0.000112
+gallium_dri.so free 0x55717346df80 void 0.000114
+gallium_dri.so free 0x55717346de70 void 0.000112
+gallium_dri.so malloc 72 0x55717346df30 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000113
+gallium_dri.so free 0x55717346df30 void 0.000113
+gallium_dri.so malloc 72 0x55717346df30 0.000112
+gallium_dri.so free 0x5571735fcc40 void 0.000119
+gallium_dri.so free 0x55717346df30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000112
+gallium_dri.so free 0x5571735fccc0 void 0.000115
+gallium_dri.so free 0x5571735fcbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fcd10 0.000114
+gallium_dri.so free 0x5571735fcd80 void 0.000113
+gallium_dri.so free 0x5571735fcd10 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcde0 0.000114
+gallium_dri.so free 0x5571735fce80 void 0.000120
+gallium_dri.so free 0x5571735fcde0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fce30 0.000161
+gallium_dri.so free 0x5571735fcec0 void 0.000117
+gallium_dri.so free 0x5571735fce30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce30 0.000113
+gallium_dri.so free 0x5571735fcf80 void 0.000114
+gallium_dri.so free 0x5571735fce30 void 0.000118
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000126
+gallium_dri.so free 0x5571735c33c0 void 0.000124
+gallium_dri.so free 0x5571735fcfc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c33c0 0.000125
+gallium_dri.so free 0x5571735c3480 void 0.000124
+gallium_dri.so free 0x5571735c33c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735c33c0 0.000134
+gallium_dri.so free 0x5571735c3500 void 0.000155
+gallium_dri.so free 0x5571735c33c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3530 0.000118
+gallium_dri.so free 0x5571735c3580 void 0.000117
+gallium_dri.so free 0x5571735c3530 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3580 0.000119
+gallium_dri.so free 0x5571735c3640 void 0.000119
+gallium_dri.so free 0x5571735c3580 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3580 0.000117
+gallium_dri.so free 0x5571735c3740 void 0.000119
+gallium_dri.so free 0x5571735c3580 void 0.000119
+gallium_dri.so malloc 72 0x5571735c36f0 0.000118
+gallium_dri.so free 0x5571735c3800 void 0.000129
+gallium_dri.so free 0x5571735c36f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c37b0 0.000119
+gallium_dri.so free 0x55717346b540 void 0.000119
+gallium_dri.so free 0x5571735c37b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c37b0 0.000119
+gallium_dri.so free 0x55717346b600 void 0.000120
+gallium_dri.so free 0x5571735c37b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b5b0 0.000120
+gallium_dri.so free 0x55717346b680 void 0.000191
+gallium_dri.so free 0x55717346b5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b6d0 0.000116
+gallium_dri.so free 0x55717346b740 void 0.000122
+gallium_dri.so free 0x55717346b6d0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b780 0.000121
+gallium_dri.so free 0x55717346b800 void 0.000119
+gallium_dri.so free 0x55717346b780 void 0.000118
+gallium_dri.so malloc 72 0x55717346b780 0.000119
+gallium_dri.so free 0x55717346b880 void 0.000124
+gallium_dri.so free 0x55717346b780 void 0.000130
+gallium_dri.so malloc 72 0x55717346b8b0 0.000128
+gallium_dri.so free 0x55717346b900 void 0.000129
+gallium_dri.so free 0x55717346b8b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b8b0 0.000123
+gallium_dri.so free 0x55717360eac0 void 0.000124
+gallium_dri.so free 0x55717346b8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360eac0 0.000128
+gallium_dri.so free 0x55717360eb80 void 0.000123
+gallium_dri.so free 0x55717360eac0 void 0.000121
+gallium_dri.so malloc 72 0x55717360eac0 0.000125
+gallium_dri.so free 0x55717360ec00 void 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000123
+gallium_dri.so malloc 72 0x55717360ec30 0.000117
+gallium_dri.so free 0x55717360ec80 void 0.000115
+gallium_dri.so free 0x55717360ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717360ec30 0.000115
+gallium_dri.so free 0x55717360ed80 void 0.000118
+gallium_dri.so free 0x55717360ec30 void 0.000123
+gallium_dri.so malloc 72 0x55717360edc0 0.000119
+gallium_dri.so free 0x55717360ee40 void 0.000118
+gallium_dri.so free 0x55717360edc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ee40 0.000121
+gallium_dri.so free 0x55717360ef00 void 0.000115
+gallium_dri.so free 0x55717360ee40 void 0.000113
+gallium_dri.so malloc 72 0x55717360ee40 0.000115
+gallium_dri.so free 0x5571735f7b00 void 0.000115
+gallium_dri.so free 0x55717360ee40 void 0.000114
+gallium_dri.so malloc 72 0x55717360ee40 0.000115
+gallium_dri.so free 0x5571735f7bc0 void 0.000117
+gallium_dri.so free 0x55717360ee40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7b70 0.000114
+gallium_dri.so free 0x5571735f7c40 void 0.000114
+gallium_dri.so free 0x5571735f7b70 void 0.000182
+gallium_dri.so malloc 72 0x5571735f7c90 0.000115
+gallium_dri.so free 0x5571735f7d00 void 0.000116
+gallium_dri.so free 0x5571735f7c90 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7d60 0.000114
+gallium_dri.so free 0x5571735f7e00 void 0.000116
+gallium_dri.so free 0x5571735f7d60 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7db0 0.000113
+gallium_dri.so free 0x5571735f7e40 void 0.000117
+gallium_dri.so free 0x5571735f7db0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7db0 0.000115
+gallium_dri.so free 0x5571735f7f00 void 0.000117
+gallium_dri.so free 0x5571735f7db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f40 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000116
+gallium_dri.so free 0x5571735f7f40 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd780 0.000115
+gallium_dri.so free 0x5571735dd840 void 0.000116
+gallium_dri.so free 0x5571735dd780 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd780 0.000114
+gallium_dri.so free 0x5571735dd8c0 void 0.000114
+gallium_dri.so free 0x5571735dd780 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000117
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so free 0x5571735dd8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735dd940 0.000121
+gallium_dri.so free 0x5571735dda00 void 0.000129
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd940 0.000112
+gallium_dri.so free 0x5571735ddb00 void 0.000113
+gallium_dri.so free 0x5571735dd940 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddab0 0.000112
+gallium_dri.so free 0x5571735ddbc0 void 0.000113
+gallium_dri.so free 0x5571735ddab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddb70 0.000112
+gallium_dri.so free 0x5571735e0500 void 0.000112
+gallium_dri.so free 0x5571735ddb70 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddb70 0.000116
+gallium_dri.so free 0x5571735e05c0 void 0.000149
+gallium_dri.so free 0x5571735ddb70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0570 0.000122
+gallium_dri.so free 0x5571735e0640 void 0.000141
+gallium_dri.so free 0x5571735e0570 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0690 0.000114
+gallium_dri.so free 0x5571735e0700 void 0.000112
+gallium_dri.so free 0x5571735e0690 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0740 0.000116
+gallium_dri.so free 0x5571735e07c0 void 0.000123
+gallium_dri.so free 0x5571735e0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0740 0.000113
+gallium_dri.so free 0x5571735e0840 void 0.000112
+gallium_dri.so free 0x5571735e0740 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0870 0.000112
+gallium_dri.so free 0x5571735e08c0 void 0.000125
+gallium_dri.so free 0x5571735e0870 void 0.000126
+gallium_dri.so malloc 72 0x5571735e0870 0.000126
+gallium_dri.so free 0x5571735ff140 void 0.000124
+gallium_dri.so free 0x5571735e0870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff140 0.000119
+gallium_dri.so free 0x5571735ff200 void 0.000121
+gallium_dri.so free 0x5571735ff140 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff140 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000119
+gallium_dri.so free 0x5571735ff140 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000120
+gallium_dri.so free 0x5571735ff300 void 0.000119
+gallium_dri.so free 0x5571735ff2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000118
+gallium_dri.so free 0x5571735ff400 void 0.000119
+gallium_dri.so free 0x5571735ff2b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff440 0.000122
+gallium_dri.so free 0x5571735ff4c0 void 0.000120
+gallium_dri.so free 0x5571735ff440 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000118
+gallium_dri.so free 0x5571735ff580 void 0.000121
+gallium_dri.so free 0x5571735ff4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000118
+gallium_dri.so free 0x557173620140 void 0.000118
+gallium_dri.so free 0x5571735ff4c0 void 0.000226
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000120
+gallium_dri.so free 0x557173620200 void 0.000118
+gallium_dri.so free 0x5571735ff4c0 void 0.000119
+gallium_dri.so malloc 72 0x5571736201b0 0.000118
+gallium_dri.so free 0x557173620280 void 0.000121
+gallium_dri.so free 0x5571736201b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736202d0 0.000119
+gallium_dri.so free 0x557173620340 void 0.000119
+gallium_dri.so free 0x5571736202d0 void 0.000118
+gallium_dri.so malloc 72 0x5571736203a0 0.000133
+gallium_dri.so free 0x557173620440 void 0.000120
+gallium_dri.so free 0x5571736203a0 void 0.000118
+gallium_dri.so malloc 72 0x5571736203f0 0.000126
+gallium_dri.so free 0x557173620480 void 0.000120
+gallium_dri.so free 0x5571736203f0 void 0.000124
+gallium_dri.so malloc 72 0x5571736203f0 0.000119
+gallium_dri.so free 0x557173620540 void 0.000118
+gallium_dri.so free 0x5571736203f0 void 0.000124
+gallium_dri.so malloc 72 0x557173620580 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so free 0x557173620580 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd80 0.000118
+gallium_dri.so free 0x5571735dde40 void 0.000118
+gallium_dri.so free 0x5571735ddd80 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddd80 0.000128
+gallium_dri.so free 0x5571735ddec0 void 0.000119
+gallium_dri.so free 0x5571735ddd80 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddef0 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so free 0x5571735ddef0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de000 void 0.000118
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf40 0.000118
+gallium_dri.so free 0x5571735de100 void 0.000119
+gallium_dri.so free 0x5571735ddf40 void 0.000118
+gallium_dri.so malloc 72 0x5571735de0b0 0.000124
+gallium_dri.so free 0x5571735de1c0 void 0.000119
+gallium_dri.so free 0x5571735de0b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de170 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000121
+gallium_dri.so free 0x5571735de170 void 0.000118
+gallium_dri.so malloc 72 0x5571735de170 0.000118
+gallium_dri.so free 0x5571735e0bc0 void 0.000118
+gallium_dri.so free 0x5571735de170 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0b70 0.000118
+gallium_dri.so free 0x5571735e0c40 void 0.000122
+gallium_dri.so free 0x5571735e0b70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0c90 0.000118
+gallium_dri.so free 0x5571735e0d00 void 0.000119
+gallium_dri.so free 0x5571735e0c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0d40 0.000122
+gallium_dri.so free 0x5571735e0dc0 void 0.000119
+gallium_dri.so free 0x5571735e0d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0d40 0.000118
+gallium_dri.so free 0x5571735e0e40 void 0.000118
+gallium_dri.so free 0x5571735e0d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735e0e70 0.000119
+gallium_dri.so free 0x5571735e0ec0 void 0.000118
+gallium_dri.so free 0x5571735e0e70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e0e70 0.000122
+gallium_dri.so free 0x5571735e0fc0 void 0.000160
+gallium_dri.so free 0x5571735e0e70 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0f70 0.000150
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x5571735e0f70 void 0.000117
+gallium_dri.so malloc 72 0x557173619fa0 0.000119
+gallium_dri.so free 0x55717361a040 void 0.000118
+gallium_dri.so free 0x557173619fa0 void 0.000118
+gallium_dri.so malloc 72 0x557173619ff0 0.000116
+gallium_dri.so free 0x55717361a0c0 void 0.000118
+gallium_dri.so free 0x557173619ff0 void 0.000119
+gallium_dri.so malloc 72 0x557173619ff0 0.000119
+gallium_dri.so free 0x55717361a1c0 void 0.000119
+gallium_dri.so free 0x557173619ff0 void 0.000134
+gallium_dri.so malloc 72 0x55717361a170 0.000119
+gallium_dri.so free 0x55717361a240 void 0.000129
+gallium_dri.so free 0x55717361a170 void 0.000119
+gallium_dri.so malloc 72 0x55717361a290 0.000119
+gallium_dri.so free 0x55717361a300 void 0.000119
+gallium_dri.so free 0x55717361a290 void 0.000126
+gallium_dri.so malloc 72 0x55717361a320 0.000119
+gallium_dri.so free 0x55717361a3c0 void 0.000119
+gallium_dri.so free 0x55717361a320 void 0.000118
+gallium_dri.so malloc 72 0x55717361a370 0.000120
+gallium_dri.so free 0x55717361a440 void 0.000117
+gallium_dri.so free 0x55717361a370 void 0.000119
+gallium_dri.so malloc 72 0x55717361a370 0.000119
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so free 0x55717361a370 void 0.000118
+gallium_dri.so malloc 72 0x55717361a4c0 0.000119
+gallium_dri.so free 0x55717361a580 void 0.000118
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4c0 0.000119
+gallium_dri.so free 0x55717361a680 void 0.000120
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a4c0 0.000119
+gallium_dri.so free 0x55717361a700 void 0.000118
+gallium_dri.so free 0x55717361a4c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a730 0.000119
+gallium_dri.so free 0x55717361a780 void 0.000119
+gallium_dri.so free 0x55717361a730 void 0.000119
+gallium_dri.so malloc 72 0x55717361a730 0.000131
+gallium_dri.so free 0x55717361a880 void 0.000120
+gallium_dri.so free 0x55717361a730 void 0.000118
+gallium_dri.so malloc 72 0x55717361a830 0.000120
+gallium_dri.so free 0x55717361a940 void 0.000119
+gallium_dri.so free 0x55717361a830 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8f0 0.000124
+gallium_dri.so free 0x557173474580 void 0.000120
+gallium_dri.so free 0x55717361a8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a8f0 0.000118
+gallium_dri.so free 0x557173474640 void 0.000119
+gallium_dri.so free 0x55717361a8f0 void 0.000117
+gallium_dri.so malloc 72 0x557173474690 0.000119
+gallium_dri.so free 0x557173474700 void 0.000119
+gallium_dri.so free 0x557173474690 void 0.000117
+gallium_dri.so malloc 72 0x557173474740 0.000119
+gallium_dri.so free 0x5571734747c0 void 0.000118
+gallium_dri.so free 0x557173474740 void 0.000125
+gallium_dri.so malloc 72 0x5571734747c0 0.000119
+gallium_dri.so free 0x55717361a980 void 0.000119
+gallium_dri.so free 0x5571734747c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734747c0 0.000118
+gallium_dri.so free 0x557173474880 void 0.000119
+gallium_dri.so free 0x5571734747c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734747c0 0.000118
+gallium_dri.so free 0x557173474940 void 0.000119
+gallium_dri.so free 0x5571734747c0 void 0.000178
+gallium_dri.so malloc 72 0x5571734748f0 0.000121
+gallium_dri.so free 0x5571734749c0 void 0.000119
+gallium_dri.so free 0x5571734748f0 void 0.000118
+gallium_dri.so malloc 72 0x557173474a10 0.000119
+gallium_dri.so free 0x557173474a80 void 0.000118
+gallium_dri.so free 0x557173474a10 void 0.000118
+gallium_dri.so malloc 72 0x557173474ac0 0.000118
+gallium_dri.so free 0x557173474b40 void 0.000118
+gallium_dri.so free 0x557173474ac0 void 0.000119
+gallium_dri.so malloc 72 0x557173474ac0 0.000117
+gallium_dri.so free 0x557173474bc0 void 0.000119
+gallium_dri.so free 0x557173474ac0 void 0.000129
+gallium_dri.so malloc 72 0x557173474bf0 0.000120
+gallium_dri.so free 0x557173474c40 void 0.000120
+gallium_dri.so free 0x557173474bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173474bf0 0.000119
+gallium_dri.so free 0x557173474d40 void 0.000118
+gallium_dri.so free 0x557173474bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173474cf0 0.000117
+gallium_dri.so free 0x557173474e00 void 0.000124
+gallium_dri.so free 0x557173474cf0 void 0.000119
+gallium_dri.so malloc 72 0x557173474db0 0.000119
+gallium_dri.so free 0x557173474e40 void 0.000118
+gallium_dri.so free 0x557173474db0 void 0.000118
+gallium_dri.so malloc 72 0x557173474db0 0.000118
+gallium_dri.so free 0x557173474f00 void 0.000127
+gallium_dri.so free 0x557173474db0 void 0.000121
+gallium_dri.so malloc 72 0x557173474f70 0.000119
+gallium_dri.so free 0x557173474fc0 void 0.000118
+gallium_dri.so free 0x557173474f70 void 0.000118
+gallium_dri.so malloc 72 0x557173474f70 0.000118
+gallium_dri.so free 0x5571734750c0 void 0.000123
+gallium_dri.so free 0x557173474f70 void 0.000119
+gallium_dri.so malloc 72 0x557173475070 0.000119
+gallium_dri.so free 0x557173475180 void 0.000121
+gallium_dri.so free 0x557173475070 void 0.000121
+gallium_dri.so malloc 72 0x557173475130 0.000156
+gallium_dri.so free 0x5571734751c0 void 0.000133
+gallium_dri.so free 0x557173475130 void 0.000141
+gallium_dri.so malloc 72 0x557173475130 0.000123
+gallium_dri.so free 0x557173475280 void 0.000119
+gallium_dri.so free 0x557173475130 void 0.000118
+gallium_dri.so malloc 72 0x5571734752c0 0.000119
+gallium_dri.so free 0x557173475340 void 0.000120
+gallium_dri.so free 0x5571734752c0 void 0.000118
+gallium_dri.so malloc 72 0x557173475340 0.000118
+gallium_dri.so free 0x557173475400 void 0.000120
+gallium_dri.so free 0x557173475340 void 0.000118
+gallium_dri.so malloc 72 0x557173475340 0.000119
+gallium_dri.so free 0x5571734754c0 void 0.000118
+gallium_dri.so free 0x557173475340 void 0.000116
+gallium_dri.so malloc 72 0x5571734754e0 0.000156
+gallium_dri.so free 0x557173475580 void 0.000120
+gallium_dri.so free 0x5571734754e0 void 0.000120
+gallium_dri.so malloc 72 0x557173475530 0.000118
+gallium_dri.so free 0x557173475600 void 0.000120
+gallium_dri.so free 0x557173475530 void 0.000118
+gallium_dri.so malloc 72 0x557173475530 0.000118
+gallium_dri.so free 0x557173475680 void 0.000118
+gallium_dri.so free 0x557173475530 void 0.000118
+gallium_dri.so malloc 72 0x557173475680 0.000119
+gallium_dri.so free 0x557173475740 void 0.000119
+gallium_dri.so free 0x557173475680 void 0.000118
+gallium_dri.so malloc 72 0x557173475680 0.000119
+gallium_dri.so free 0x557173475800 void 0.000123
+gallium_dri.so free 0x557173475680 void 0.000120
+gallium_dri.so malloc 72 0x557173475680 0.000120
+gallium_dri.so free 0x5571734758c0 void 0.000118
+gallium_dri.so free 0x557173475680 void 0.000122
+gallium_dri.so malloc 72 0x557173475870 0.000121
+gallium_dri.so free 0x557173475980 void 0.000119
+gallium_dri.so free 0x557173475870 void 0.000118
+gallium_dri.so malloc 72 0x557173475930 0.000119
+gallium_dri.so free 0x557173475a00 void 0.000119
+gallium_dri.so free 0x557173475930 void 0.000119
+gallium_dri.so malloc 72 0x557173475a50 0.000120
+gallium_dri.so free 0x557173475ac0 void 0.000129
+gallium_dri.so free 0x557173475a50 void 0.000122
+gallium_dri.so malloc 72 0x557173475ae0 0.000119
+gallium_dri.so free 0x557173475b80 void 0.000118
+gallium_dri.so free 0x557173475ae0 void 0.000119
+gallium_dri.so malloc 72 0x557173475b30 0.000117
+gallium_dri.so free 0x557173475c00 void 0.000119
+gallium_dri.so free 0x557173475b30 void 0.000121
+gallium_dri.so malloc 72 0x557173475b30 0.000119
+gallium_dri.so free 0x557173475c80 void 0.000118
+gallium_dri.so free 0x557173475b30 void 0.000117
+gallium_dri.so malloc 72 0x557173475c80 0.000127
+gallium_dri.so free 0x557173475d40 void 0.000119
+gallium_dri.so free 0x557173475c80 void 0.000118
+gallium_dri.so malloc 72 0x557173475c80 0.000119
+gallium_dri.so free 0x557173475e40 void 0.000119
+gallium_dri.so free 0x557173475c80 void 0.000119
+gallium_dri.so malloc 72 0x557173475df0 0.000119
+gallium_dri.so free 0x557173475e80 void 0.000127
+gallium_dri.so free 0x557173475df0 void 0.000119
+gallium_dri.so malloc 72 0x557173475df0 0.000118
+gallium_dri.so free 0x557173475f40 void 0.000120
+gallium_dri.so free 0x557173475df0 void 0.000117
+gallium_dri.so malloc 72 0x557173475f80 0.000118
+gallium_dri.so free 0x557173476000 void 0.000119
+gallium_dri.so free 0x557173475f80 void 0.000119
+gallium_dri.so malloc 72 0x557173476000 0.000118
+gallium_dri.so free 0x5571734760c0 void 0.000114
+gallium_dri.so free 0x557173476000 void 0.000110
+gallium_dri.so malloc 72 0x557173476000 0.000112
+gallium_dri.so free 0x557173476140 void 0.000110
+gallium_dri.so free 0x557173476000 void 0.000110
+gallium_dri.so malloc 72 0x557173476170 0.000113
+gallium_dri.so free 0x5571734761c0 void 0.000111
+gallium_dri.so free 0x557173476170 void 0.000110
+gallium_dri.so malloc 72 0x557173476170 0.000109
+gallium_dri.so free 0x5571734762c0 void 0.000110
+gallium_dri.so free 0x557173476170 void 0.000110
+gallium_dri.so malloc 72 0x557173476300 0.000111
+gallium_dri.so free 0x557173476380 void 0.000114
+gallium_dri.so free 0x557173476300 void 0.000110
+gallium_dri.so malloc 72 0x557173476380 0.000111
+gallium_dri.so free 0x557173476440 void 0.000110
+gallium_dri.so free 0x557173476380 void 0.000112
+gallium_dri.so malloc 72 0x557173476380 0.000110
+gallium_dri.so free 0x5571734764c0 void 0.000109
+gallium_dri.so free 0x557173476380 void 0.000110
+gallium_dri.so malloc 72 0x5571734764f0 0.000111
+gallium_dri.so free 0x557173476540 void 0.000116
+gallium_dri.so free 0x5571734764f0 void 0.000120
+gallium_dri.so malloc 72 0x5571734764f0 0.000118
+gallium_dri.so free 0x557173476640 void 0.000113
+gallium_dri.so free 0x5571734764f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734765f0 0.000113
+gallium_dri.so free 0x557173476700 void 0.000203
+gallium_dri.so free 0x5571734765f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734766b0 0.000116
+gallium_dri.so free 0x557173476780 void 0.000119
+gallium_dri.so free 0x5571734766b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734766b0 0.000115
+gallium_dri.so free 0x557173476840 void 0.000116
+gallium_dri.so free 0x5571734766b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734766b0 0.000115
+gallium_dri.so free 0x557173476900 void 0.000116
+gallium_dri.so free 0x5571734766b0 void 0.000125
+gallium_dri.so malloc 72 0x5571734768b0 0.000118
+gallium_dri.so free 0x557173476980 void 0.000164
+gallium_dri.so free 0x5571734768b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734769d0 0.000131
+gallium_dri.so free 0x557173476a40 void 0.000116
+gallium_dri.so free 0x5571734769d0 void 0.000116
+gallium_dri.so malloc 72 0x557173476a60 0.000115
+gallium_dri.so free 0x557173476b00 void 0.000115
+gallium_dri.so free 0x557173476a60 void 0.000115
+gallium_dri.so malloc 72 0x557173476ab0 0.000116
+gallium_dri.so free 0x557173476b80 void 0.000116
+gallium_dri.so free 0x557173476ab0 void 0.000114
+gallium_dri.so malloc 72 0x557173476b80 0.000115
+gallium_dri.so free 0x557173476c40 void 0.000114
+gallium_dri.so free 0x557173476b80 void 0.000113
+gallium_dri.so malloc 72 0x557173476b80 0.000123
+gallium_dri.so free 0x557173476cc0 void 0.000116
+gallium_dri.so free 0x557173476b80 void 0.000115
+gallium_dri.so malloc 72 0x557173476cc0 0.000116
+gallium_dri.so free 0x557173476d80 void 0.000116
+gallium_dri.so free 0x557173476cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173476cc0 0.000113
+gallium_dri.so free 0x557173476e40 void 0.000116
+gallium_dri.so free 0x557173476cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173476cc0 0.000114
+gallium_dri.so free 0x557173476f00 void 0.000116
+gallium_dri.so free 0x557173476cc0 void 0.000114
+gallium_dri.so malloc 72 0x557173476eb0 0.000116
+gallium_dri.so free 0x557173476f80 void 0.000115
+gallium_dri.so free 0x557173476eb0 void 0.000115
+gallium_dri.so malloc 72 0x557173476fd0 0.000115
+gallium_dri.so free 0x557173477040 void 0.000116
+gallium_dri.so free 0x557173476fd0 void 0.000114
+gallium_dri.so malloc 72 0x557173477080 0.000115
+gallium_dri.so free 0x557173477100 void 0.000115
+gallium_dri.so free 0x557173477080 void 0.000115
+gallium_dri.so malloc 72 0x557173477080 0.000116
+gallium_dri.so free 0x557173477180 void 0.000117
+gallium_dri.so free 0x557173477080 void 0.000115
+gallium_dri.so malloc 72 0x5571734771b0 0.000114
+gallium_dri.so free 0x557173477200 void 0.000114
+gallium_dri.so free 0x5571734771b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734771b0 0.000115
+gallium_dri.so free 0x557173477300 void 0.000114
+gallium_dri.so free 0x5571734771b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734772b0 0.000112
+gallium_dri.so free 0x5571734773c0 void 0.000119
+gallium_dri.so free 0x5571734772b0 void 0.000119
+gallium_dri.so malloc 72 0x557173477370 0.000121
+gallium_dri.so free 0x557173477400 void 0.000114
+gallium_dri.so free 0x557173477370 void 0.000113
+gallium_dri.so malloc 72 0x557173477370 0.000114
+gallium_dri.so free 0x5571734774c0 void 0.000115
+gallium_dri.so free 0x557173477370 void 0.000112
+gallium_dri.so malloc 72 0x557173477530 0.000112
+gallium_dri.so free 0x557173477580 void 0.000114
+gallium_dri.so free 0x557173477530 void 0.000113
+gallium_dri.so malloc 72 0x557173477530 0.000113
+gallium_dri.so free 0x557173477680 void 0.000114
+gallium_dri.so free 0x557173477530 void 0.000113
+gallium_dri.so malloc 72 0x557173477630 0.000112
+gallium_dri.so free 0x557173477740 void 0.000120
+gallium_dri.so free 0x557173477630 void 0.000113
+gallium_dri.so malloc 72 0x5571734776f0 0.000113
+gallium_dri.so free 0x557173477780 void 0.000114
+gallium_dri.so free 0x5571734776f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734776f0 0.000117
+gallium_dri.so free 0x557173477840 void 0.000113
+gallium_dri.so free 0x5571734776f0 void 0.000113
+gallium_dri.so malloc 72 0x557173477880 0.000162
+gallium_dri.so free 0x557173477900 void 0.000115
+gallium_dri.so free 0x557173477880 void 0.000113
+gallium_dri.so malloc 72 0x557173477900 0.000116
+gallium_dri.so free 0x5571734779c0 void 0.000115
+gallium_dri.so free 0x557173477900 void 0.000113
+gallium_dri.so malloc 72 0x557173477900 0.000115
+gallium_dri.so free 0x557173477a80 void 0.000115
+gallium_dri.so free 0x557173477900 void 0.000114
+gallium_dri.so malloc 72 0x557173477aa0 0.000113
+gallium_dri.so free 0x557173477b40 void 0.000117
+gallium_dri.so free 0x557173477aa0 void 0.000113
+gallium_dri.so malloc 72 0x557173477af0 0.000113
+gallium_dri.so free 0x557173477bc0 void 0.000114
+gallium_dri.so free 0x557173477af0 void 0.000112
+gallium_dri.so malloc 72 0x557173477af0 0.000113
+gallium_dri.so free 0x557173477c40 void 0.000115
+gallium_dri.so free 0x557173477af0 void 0.000118
+gallium_dri.so malloc 72 0x557173477c40 0.000114
+gallium_dri.so free 0x557173477d00 void 0.000115
+gallium_dri.so free 0x557173477c40 void 0.000114
+gallium_dri.so malloc 72 0x557173477c40 0.000113
+gallium_dri.so free 0x557173477dc0 void 0.000115
+gallium_dri.so free 0x557173477c40 void 0.000114
+gallium_dri.so malloc 72 0x557173477c40 0.000113
+gallium_dri.so free 0x557173477e80 void 0.000114
+gallium_dri.so free 0x557173477c40 void 0.000113
+gallium_dri.so malloc 72 0x557173477e30 0.000125
+gallium_dri.so free 0x557173477f40 void 0.000117
+gallium_dri.so free 0x557173477e30 void 0.000113
+gallium_dri.so malloc 72 0x557173477ef0 0.000113
+gallium_dri.so free 0x557173477fc0 void 0.000115
+gallium_dri.so free 0x557173477ef0 void 0.000114
+gallium_dri.so malloc 72 0x557173478010 0.000122
+gallium_dri.so free 0x557173478080 void 0.000116
+gallium_dri.so free 0x557173478010 void 0.000113
+gallium_dri.so malloc 72 0x5571734780a0 0.000122
+gallium_dri.so free 0x557173478140 void 0.000118
+gallium_dri.so free 0x5571734780a0 void 0.000164
+gallium_dri.so malloc 72 0x5571734780f0 0.000171
+gallium_dri.so free 0x5571734781c0 void 0.000193
+gallium_dri.so free 0x5571734780f0 void 0.000205
+gallium_dri.so malloc 72 0x5571734780f0 0.000117
+gallium_dri.so free 0x557173478240 void 0.000115
+gallium_dri.so free 0x5571734780f0 void 0.000113
+gallium_dri.so malloc 72 0x557173478240 0.000114
+gallium_dri.so free 0x557173478300 void 0.000115
+gallium_dri.so free 0x557173478240 void 0.000113
+gallium_dri.so malloc 72 0x557173478240 0.000115
+gallium_dri.so free 0x557173478400 void 0.000114
+gallium_dri.so free 0x557173478240 void 0.000114
+gallium_dri.so malloc 72 0x5571734783b0 0.000114
+gallium_dri.so free 0x557173478440 void 0.000147
+gallium_dri.so free 0x5571734783b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734783b0 0.000115
+gallium_dri.so free 0x557173478500 void 0.000114
+gallium_dri.so free 0x5571734783b0 void 0.000114
+gallium_dri.so malloc 72 0x557173478540 0.000113
+gallium_dri.so free 0x5571734785c0 void 0.000115
+gallium_dri.so free 0x557173478540 void 0.000113
+gallium_dri.so malloc 72 0x5571734785c0 0.000113
+gallium_dri.so free 0x557173478680 void 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000113
+gallium_dri.so malloc 72 0x5571734785c0 0.000112
+gallium_dri.so free 0x557173478700 void 0.000115
+gallium_dri.so free 0x5571734785c0 void 0.000114
+gallium_dri.so malloc 72 0x557173478730 0.000115
+gallium_dri.so free 0x557173478780 void 0.000114
+gallium_dri.so free 0x557173478730 void 0.000113
+gallium_dri.so malloc 72 0x557173478730 0.000115
+gallium_dri.so free 0x557173478880 void 0.000115
+gallium_dri.so free 0x557173478730 void 0.000115
+gallium_dri.so malloc 72 0x5571734788c0 0.000114
+gallium_dri.so free 0x557173478940 void 0.000115
+gallium_dri.so free 0x5571734788c0 void 0.000113
+gallium_dri.so malloc 72 0x557173478940 0.000114
+gallium_dri.so free 0x557173478a00 void 0.000114
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so malloc 72 0x557173478940 0.000114
+gallium_dri.so free 0x557173478a80 void 0.000130
+gallium_dri.so free 0x557173478940 void 0.000114
+gallium_dri.so malloc 72 0x557173478ab0 0.000111
+gallium_dri.so free 0x557173478b00 void 0.000114
+gallium_dri.so free 0x557173478ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173478ab0 0.000114
+gallium_dri.so free 0x557173478c00 void 0.000121
+gallium_dri.so free 0x557173478ab0 void 0.000120
+gallium_dri.so malloc 72 0x557173478bb0 0.000116
+gallium_dri.so free 0x557173478cc0 void 0.000114
+gallium_dri.so free 0x557173478bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173478c70 0.000114
+gallium_dri.so free 0x557173478d40 void 0.000114
+gallium_dri.so free 0x557173478c70 void 0.000113
+gallium_dri.so malloc 72 0x557173478c70 0.000112
+gallium_dri.so free 0x557173478e00 void 0.000114
+gallium_dri.so free 0x557173478c70 void 0.000114
+gallium_dri.so malloc 72 0x557173478c70 0.000112
+gallium_dri.so free 0x557173478ec0 void 0.000114
+gallium_dri.so free 0x557173478c70 void 0.000114
+gallium_dri.so malloc 72 0x557173478e70 0.000120
+gallium_dri.so free 0x557173478f40 void 0.000114
+gallium_dri.so free 0x557173478e70 void 0.000113
+gallium_dri.so malloc 72 0x557173478f90 0.000114
+gallium_dri.so free 0x557173479000 void 0.000115
+gallium_dri.so free 0x557173478f90 void 0.000113
+gallium_dri.so malloc 72 0x557173479020 0.000112
+gallium_dri.so free 0x55717361aa80 void 0.000126
+gallium_dri.so free 0x557173479020 void 0.000116
+gallium_dri.so malloc 72 0x557173479020 0.000114
+gallium_dri.so free 0x55717361ab40 void 0.000115
+gallium_dri.so free 0x557173479020 void 0.000113
+gallium_dri.so malloc 72 0x55717361aaf0 0.000115
+gallium_dri.so free 0x55717361ac00 void 0.000115
+gallium_dri.so free 0x55717361aaf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361abb0 0.000114
+gallium_dri.so free 0x55717361ac80 void 0.000114
+gallium_dri.so free 0x55717361abb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361acd0 0.000113
+gallium_dri.so free 0x55717361ad40 void 0.000116
+gallium_dri.so free 0x55717361acd0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ad60 0.000115
+gallium_dri.so free 0x55717361ae00 void 0.000115
+gallium_dri.so free 0x55717361ad60 void 0.000113
+gallium_dri.so malloc 72 0x55717361adb0 0.000112
+gallium_dri.so free 0x55717361ae80 void 0.000115
+gallium_dri.so free 0x55717361adb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361adb0 0.000114
+gallium_dri.so free 0x55717361af00 void 0.000114
+gallium_dri.so free 0x55717361adb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361af00 0.000114
+gallium_dri.so free 0x55717361afc0 void 0.000114
+gallium_dri.so free 0x55717361af00 void 0.000113
+gallium_dri.so malloc 72 0x55717361af00 0.000115
+gallium_dri.so free 0x55717361b0c0 void 0.000114
+gallium_dri.so free 0x55717361af00 void 0.000122
+gallium_dri.so malloc 72 0x55717361b070 0.000115
+gallium_dri.so free 0x55717361b100 void 0.000115
+gallium_dri.so free 0x55717361b070 void 0.000114
+gallium_dri.so malloc 72 0x55717361b070 0.000112
+gallium_dri.so free 0x55717361b1c0 void 0.000114
+gallium_dri.so free 0x55717361b070 void 0.000116
+gallium_dri.so malloc 72 0x55717361b200 0.000113
+gallium_dri.so free 0x55717361b280 void 0.000114
+gallium_dri.so free 0x55717361b200 void 0.000123
+gallium_dri.so malloc 72 0x55717361b280 0.000120
+gallium_dri.so free 0x55717361b340 void 0.000155
+gallium_dri.so free 0x55717361b280 void 0.000125
+gallium_dri.so malloc 72 0x55717361b280 0.000138
+gallium_dri.so free 0x55717361b3c0 void 0.000115
+gallium_dri.so free 0x55717361b280 void 0.000115
+gallium_dri.so malloc 72 0x55717361b3f0 0.000115
+gallium_dri.so free 0x55717361b440 void 0.000114
+gallium_dri.so free 0x55717361b3f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361b3f0 0.000114
+gallium_dri.so free 0x55717361b540 void 0.000115
+gallium_dri.so free 0x55717361b3f0 void 0.000115
+gallium_dri.so malloc 72 0x55717361b580 0.000117
+gallium_dri.so free 0x55717361b600 void 0.000116
+gallium_dri.so free 0x55717361b580 void 0.000113
+gallium_dri.so malloc 72 0x55717361b600 0.000113
+gallium_dri.so free 0x55717361b6c0 void 0.000116
+gallium_dri.so free 0x55717361b600 void 0.000114
+gallium_dri.so malloc 72 0x55717361b600 0.000114
+gallium_dri.so free 0x55717361b740 void 0.000116
+gallium_dri.so free 0x55717361b600 void 0.000112
+gallium_dri.so malloc 72 0x55717361b770 0.000114
+gallium_dri.so free 0x55717361b7c0 void 0.000114
+gallium_dri.so free 0x55717361b770 void 0.000114
+gallium_dri.so malloc 72 0x55717361b770 0.000114
+gallium_dri.so free 0x55717361b8c0 void 0.000114
+gallium_dri.so free 0x55717361b770 void 0.000113
+gallium_dri.so malloc 72 0x55717361b870 0.000113
+gallium_dri.so free 0x55717361b980 void 0.000113
+gallium_dri.so free 0x55717361b870 void 0.000112
+gallium_dri.so malloc 72 0x55717361b930 0.000114
+gallium_dri.so free 0x55717361ba00 void 0.000114
+gallium_dri.so free 0x55717361b930 void 0.000113
+gallium_dri.so malloc 72 0x55717361b930 0.000113
+gallium_dri.so free 0x55717361bac0 void 0.000114
+gallium_dri.so free 0x55717361b930 void 0.000112
+gallium_dri.so malloc 72 0x55717361b930 0.000113
+gallium_dri.so free 0x55717361bb80 void 0.000114
+gallium_dri.so free 0x55717361b930 void 0.000115
+gallium_dri.so malloc 72 0x55717361bb30 0.000113
+gallium_dri.so free 0x55717361bc00 void 0.000115
+gallium_dri.so free 0x55717361bb30 void 0.000114
+gallium_dri.so malloc 72 0x55717361bc50 0.000114
+gallium_dri.so free 0x55717361bcc0 void 0.000130
+gallium_dri.so free 0x55717361bc50 void 0.000115
+gallium_dri.so malloc 72 0x55717361bce0 0.000112
+gallium_dri.so free 0x55717361bd80 void 0.000116
+gallium_dri.so free 0x55717361bce0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bd30 0.000114
+gallium_dri.so free 0x55717361be00 void 0.000122
+gallium_dri.so free 0x55717361bd30 void 0.000114
+gallium_dri.so malloc 72 0x55717361be00 0.000115
+gallium_dri.so free 0x55717361bec0 void 0.000115
+gallium_dri.so free 0x55717361be00 void 0.000113
+gallium_dri.so malloc 72 0x55717361be00 0.000112
+gallium_dri.so free 0x55717361bf40 void 0.000113
+gallium_dri.so free 0x55717361be00 void 0.000112
+gallium_dri.so malloc 72 0x55717361bf40 0.000112
+gallium_dri.so free 0x55717361c000 void 0.000120
+gallium_dri.so free 0x55717361bf40 void 0.000113
+gallium_dri.so malloc 72 0x55717361bf40 0.000113
+gallium_dri.so free 0x55717361c0c0 void 0.000115
+gallium_dri.so free 0x55717361bf40 void 0.000114
+gallium_dri.so malloc 72 0x55717361bf40 0.000114
+gallium_dri.so free 0x55717361c180 void 0.000120
+gallium_dri.so free 0x55717361bf40 void 0.000118
+gallium_dri.so malloc 72 0x55717361c130 0.000123
+gallium_dri.so free 0x55717361c200 void 0.000118
+gallium_dri.so free 0x55717361c130 void 0.000112
+gallium_dri.so malloc 72 0x55717361c250 0.000117
+gallium_dri.so free 0x55717361c2c0 void 0.000126
+gallium_dri.so free 0x55717361c250 void 0.000114
+gallium_dri.so malloc 72 0x55717361c300 0.000115
+gallium_dri.so free 0x55717361c380 void 0.000114
+gallium_dri.so free 0x55717361c300 void 0.000113
+gallium_dri.so malloc 72 0x55717361c300 0.000113
+gallium_dri.so free 0x55717361c400 void 0.000113
+gallium_dri.so free 0x55717361c300 void 0.000113
+gallium_dri.so malloc 72 0x55717361c430 0.000113
+gallium_dri.so free 0x55717361c480 void 0.000115
+gallium_dri.so free 0x55717361c430 void 0.000113
+gallium_dri.so malloc 72 0x55717361c430 0.000114
+gallium_dri.so free 0x55717361c580 void 0.000115
+gallium_dri.so free 0x55717361c430 void 0.000117
+gallium_dri.so malloc 72 0x55717361c530 0.000114
+gallium_dri.so free 0x55717361c640 void 0.000116
+gallium_dri.so free 0x55717361c530 void 0.000113
+gallium_dri.so malloc 72 0x55717361c5f0 0.000114
+gallium_dri.so free 0x55717361c680 void 0.000116
+gallium_dri.so free 0x55717361c5f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c5f0 0.000115
+gallium_dri.so free 0x55717361c740 void 0.000114
+gallium_dri.so free 0x55717361c5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c7b0 0.000114
+gallium_dri.so free 0x55717361c800 void 0.000114
+gallium_dri.so free 0x55717361c7b0 void 0.000113
+gallium_dri.so malloc 72 0x55717361c7b0 0.000113
+gallium_dri.so free 0x55717361c900 void 0.000127
+gallium_dri.so free 0x55717361c7b0 void 0.000115
+gallium_dri.so malloc 72 0x55717361c8b0 0.000113
+gallium_dri.so free 0x55717361c9c0 void 0.000115
+gallium_dri.so free 0x55717361c8b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361c970 0.000113
+gallium_dri.so free 0x55717361ca00 void 0.000125
+gallium_dri.so free 0x55717361c970 void 0.000114
+gallium_dri.so malloc 72 0x55717361c970 0.000113
+gallium_dri.so free 0x55717361cac0 void 0.000122
+gallium_dri.so free 0x55717361c970 void 0.000117
+gallium_dri.so malloc 72 0x55717361cb00 0.000166
+gallium_dri.so free 0x55717361cb80 void 0.000127
+gallium_dri.so free 0x55717361cb00 void 0.000135
+gallium_dri.so malloc 72 0x55717361cb80 0.000116
+gallium_dri.so free 0x55717361cc40 void 0.000114
+gallium_dri.so free 0x55717361cb80 void 0.000113
+gallium_dri.so malloc 72 0x55717361cb80 0.000116
+gallium_dri.so free 0x55717361cd00 void 0.000115
+gallium_dri.so free 0x55717361cb80 void 0.000114
+gallium_dri.so malloc 72 0x55717361cd20 0.000112
+gallium_dri.so free 0x55717361cdc0 void 0.000114
+gallium_dri.so free 0x55717361cd20 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd70 0.000113
+gallium_dri.so free 0x55717361ce40 void 0.000114
+gallium_dri.so free 0x55717361cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cd70 0.000167
+gallium_dri.so free 0x55717361cec0 void 0.000119
+gallium_dri.so free 0x55717361cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717361cec0 0.000114
+gallium_dri.so free 0x55717361cf80 void 0.000113
+gallium_dri.so free 0x55717361cec0 void 0.000112
+gallium_dri.so malloc 72 0x55717361cec0 0.000116
+gallium_dri.so free 0x55717361d040 void 0.000115
+gallium_dri.so free 0x55717361cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361cec0 0.000114
+gallium_dri.so free 0x55717361d100 void 0.000114
+gallium_dri.so free 0x55717361cec0 void 0.000114
+gallium_dri.so malloc 72 0x55717361d0b0 0.000113
+gallium_dri.so free 0x55717361d1c0 void 0.000114
+gallium_dri.so free 0x55717361d0b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d170 0.000112
+gallium_dri.so free 0x55717361d240 void 0.000114
+gallium_dri.so free 0x55717361d170 void 0.000112
+gallium_dri.so malloc 72 0x55717361d290 0.000113
+gallium_dri.so free 0x55717361d300 void 0.000114
+gallium_dri.so free 0x55717361d290 void 0.000112
+gallium_dri.so malloc 72 0x55717361d320 0.000113
+gallium_dri.so free 0x55717361d3c0 void 0.000115
+gallium_dri.so free 0x55717361d320 void 0.000119
+gallium_dri.so malloc 72 0x55717361d370 0.000123
+gallium_dri.so free 0x55717361d440 void 0.000119
+gallium_dri.so free 0x55717361d370 void 0.000132
+gallium_dri.so malloc 72 0x55717361d370 0.000119
+gallium_dri.so free 0x55717361d4c0 void 0.000115
+gallium_dri.so free 0x55717361d370 void 0.000117
+gallium_dri.so malloc 72 0x55717361d4c0 0.000114
+gallium_dri.so free 0x55717361d580 void 0.000115
+gallium_dri.so free 0x55717361d4c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d4c0 0.000117
+gallium_dri.so free 0x55717361d680 void 0.000115
+gallium_dri.so free 0x55717361d4c0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d630 0.000114
+gallium_dri.so free 0x55717361d6c0 void 0.000115
+gallium_dri.so free 0x55717361d630 void 0.000113
+gallium_dri.so malloc 72 0x55717361d630 0.000112
+gallium_dri.so free 0x55717361d780 void 0.000115
+gallium_dri.so free 0x55717361d630 void 0.000113
+gallium_dri.so malloc 72 0x55717361d7c0 0.000115
+gallium_dri.so free 0x55717361d840 void 0.000115
+gallium_dri.so free 0x55717361d7c0 void 0.000120
+gallium_dri.so malloc 72 0x55717361d840 0.000118
+gallium_dri.so free 0x55717361d900 void 0.000115
+gallium_dri.so free 0x55717361d840 void 0.000113
+gallium_dri.so malloc 72 0x55717361d840 0.000120
+gallium_dri.so free 0x55717361d980 void 0.000118
+gallium_dri.so free 0x55717361d840 void 0.000114
+gallium_dri.so malloc 72 0x55717361d9b0 0.000116
+gallium_dri.so free 0x55717361da00 void 0.000116
+gallium_dri.so free 0x55717361d9b0 void 0.000191
+gallium_dri.so malloc 72 0x55717361d9b0 0.000188
+gallium_dri.so free 0x55717361db00 void 0.000116
+gallium_dri.so free 0x55717361d9b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361db40 0.000112
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so free 0x55717361db40 void 0.000112
+gallium_dri.so malloc 72 0x55717361dbc0 0.000114
+gallium_dri.so free 0x55717361dc80 void 0.000113
+gallium_dri.so free 0x55717361dbc0 void 0.000113
+gallium_dri.so malloc 72 0x55717361dbc0 0.000112
+gallium_dri.so free 0x55717361dd00 void 0.000114
+gallium_dri.so free 0x55717361dbc0 void 0.000112
+gallium_dri.so malloc 72 0x55717361dd30 0.000112
+gallium_dri.so free 0x55717361dd80 void 0.000113
+gallium_dri.so free 0x55717361dd30 void 0.000113
+gallium_dri.so malloc 72 0x55717361dd30 0.000111
+gallium_dri.so free 0x55717361de80 void 0.000113
+gallium_dri.so free 0x55717361dd30 void 0.000112
+gallium_dri.so malloc 72 0x55717361de30 0.000113
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361de30 void 0.000117
+gallium_dri.so malloc 72 0x55717361def0 0.000115
+gallium_dri.so free 0x55717361dfc0 void 0.000114
+gallium_dri.so free 0x55717361def0 void 0.000114
+gallium_dri.so malloc 72 0x55717361def0 0.000114
+gallium_dri.so free 0x55717361e080 void 0.000122
+gallium_dri.so free 0x55717361def0 void 0.000113
+gallium_dri.so malloc 72 0x55717361def0 0.000113
+gallium_dri.so free 0x55717361e140 void 0.000114
+gallium_dri.so free 0x55717361def0 void 0.000113
+gallium_dri.so malloc 72 0x55717361e0f0 0.000113
+gallium_dri.so free 0x55717361e1c0 void 0.000126
+gallium_dri.so free 0x55717361e0f0 void 0.000184
+gallium_dri.so malloc 72 0x55717361e210 0.000180
+gallium_dri.so free 0x55717361e280 void 0.000269
+gallium_dri.so free 0x55717361e210 void 0.000133
+gallium_dri.so malloc 72 0x55717361e2a0 0.000151
+gallium_dri.so free 0x55717361e340 void 0.000120
+gallium_dri.so free 0x55717361e2a0 void 0.000138
+gallium_dri.so malloc 72 0x55717361e2f0 0.000143
+gallium_dri.so free 0x55717361e3c0 void 0.000130
+gallium_dri.so free 0x55717361e2f0 void 0.000136
+gallium_dri.so malloc 72 0x55717361e3c0 0.000145
+gallium_dri.so free 0x55717361e480 void 0.000137
+gallium_dri.so free 0x55717361e3c0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e3c0 0.000128
+gallium_dri.so free 0x55717361e500 void 0.000129
+gallium_dri.so free 0x55717361e3c0 void 0.000129
+gallium_dri.so malloc 72 0x55717361e500 0.000136
+gallium_dri.so free 0x55717361e5c0 void 0.000129
+gallium_dri.so free 0x55717361e500 void 0.000129
+gallium_dri.so malloc 72 0x55717361e500 0.000128
+gallium_dri.so free 0x55717361e680 void 0.000130
+gallium_dri.so free 0x55717361e500 void 0.000129
+gallium_dri.so malloc 72 0x55717361e500 0.000130
+gallium_dri.so free 0x55717361e740 void 0.000130
+gallium_dri.so free 0x55717361e500 void 0.000129
+gallium_dri.so malloc 72 0x55717361e6f0 0.000129
+gallium_dri.so free 0x55717361e7c0 void 0.000129
+gallium_dri.so free 0x55717361e6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361e810 0.000130
+gallium_dri.so free 0x55717361e880 void 0.000130
+gallium_dri.so free 0x55717361e810 void 0.000129
+gallium_dri.so malloc 72 0x55717361e8c0 0.000129
+gallium_dri.so free 0x55717361e940 void 0.000130
+gallium_dri.so free 0x55717361e8c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e8c0 0.000129
+gallium_dri.so free 0x55717361e9c0 void 0.000130
+gallium_dri.so free 0x55717361e8c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e9f0 0.000128
+gallium_dri.so free 0x55717361ea40 void 0.000129
+gallium_dri.so free 0x55717361e9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361e9f0 0.000132
+gallium_dri.so free 0x55717361eb40 void 0.000129
+gallium_dri.so free 0x55717361e9f0 void 0.000132
+gallium_dri.so malloc 72 0x55717361eaf0 0.000128
+gallium_dri.so free 0x55717361ec00 void 0.000128
+gallium_dri.so free 0x55717361eaf0 void 0.000128
+gallium_dri.so malloc 72 0x55717361ebb0 0.000128
+gallium_dri.so free 0x55717361ec40 void 0.000130
+gallium_dri.so free 0x55717361ebb0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ebb0 0.000128
+gallium_dri.so free 0x55717361ed00 void 0.000130
+gallium_dri.so free 0x55717361ebb0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ed70 0.000129
+gallium_dri.so free 0x55717361edc0 void 0.000132
+gallium_dri.so free 0x55717361ed70 void 0.000130
+gallium_dri.so malloc 72 0x55717361ed70 0.000131
+gallium_dri.so free 0x55717361eec0 void 0.000130
+gallium_dri.so free 0x55717361ed70 void 0.000129
+gallium_dri.so malloc 72 0x55717361ee70 0.000129
+gallium_dri.so free 0x55717361ef80 void 0.000133
+gallium_dri.so free 0x55717361ee70 void 0.000135
+gallium_dri.so malloc 72 0x55717361ef30 0.000129
+gallium_dri.so free 0x55717361efc0 void 0.000128
+gallium_dri.so free 0x55717361ef30 void 0.000128
+gallium_dri.so malloc 72 0x55717361ef30 0.000131
+gallium_dri.so free 0x55717361f080 void 0.000129
+gallium_dri.so free 0x55717361ef30 void 0.000131
+gallium_dri.so malloc 72 0x55717361f0c0 0.000129
+gallium_dri.so free 0x55717361f140 void 0.000130
+gallium_dri.so free 0x55717361f0c0 void 0.000129
+gallium_dri.so malloc 72 0x55717361f140 0.000129
+gallium_dri.so free 0x55717361f200 void 0.000129
+gallium_dri.so free 0x55717361f140 void 0.000138
+gallium_dri.so malloc 72 0x55717361f140 0.000143
+gallium_dri.so free 0x55717361f2c0 void 0.000135
+gallium_dri.so free 0x55717361f140 void 0.000133
+gallium_dri.so malloc 72 0x55717361f2e0 0.000130
+gallium_dri.so free 0x55717361f380 void 0.000132
+gallium_dri.so free 0x55717361f2e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f330 0.000131
+gallium_dri.so free 0x55717361f400 void 0.000131
+gallium_dri.so free 0x55717361f330 void 0.000132
+gallium_dri.so malloc 72 0x55717361f330 0.000131
+gallium_dri.so free 0x55717361f480 void 0.000132
+gallium_dri.so free 0x55717361f330 void 0.000133
+gallium_dri.so malloc 72 0x55717361f480 0.000131
+gallium_dri.so free 0x55717361f540 void 0.000131
+gallium_dri.so free 0x55717361f480 void 0.000142
+gallium_dri.so malloc 72 0x55717361f480 0.000130
+gallium_dri.so free 0x55717361f600 void 0.000130
+gallium_dri.so free 0x55717361f480 void 0.000132
+gallium_dri.so malloc 72 0x55717361f480 0.000131
+gallium_dri.so free 0x55717361f6c0 void 0.000132
+gallium_dri.so free 0x55717361f480 void 0.000131
+gallium_dri.so malloc 72 0x55717361f670 0.000130
+gallium_dri.so free 0x55717361f780 void 0.000222
+gallium_dri.so free 0x55717361f670 void 0.000246
+gallium_dri.so malloc 72 0x55717361f730 0.000135
+gallium_dri.so free 0x55717361f800 void 0.000130
+gallium_dri.so free 0x55717361f730 void 0.000134
+gallium_dri.so malloc 72 0x55717361f850 0.000120
+gallium_dri.so free 0x55717361f8c0 void 0.000219
+gallium_dri.so free 0x55717361f850 void 0.000218
+gallium_dri.so malloc 72 0x55717361f8e0 0.000204
+gallium_dri.so free 0x55717361f980 void 0.000216
+gallium_dri.so free 0x55717361f8e0 void 0.000131
+gallium_dri.so malloc 72 0x55717361f930 0.000129
+gallium_dri.so free 0x55717361fa00 void 0.000140
+gallium_dri.so free 0x55717361f930 void 0.000131
+gallium_dri.so malloc 72 0x55717361f930 0.000129
+gallium_dri.so free 0x55717361fa80 void 0.000129
+gallium_dri.so free 0x55717361f930 void 0.000130
+gallium_dri.so malloc 72 0x55717361fa80 0.000130
+gallium_dri.so free 0x55717361fb40 void 0.000129
+gallium_dri.so free 0x55717361fa80 void 0.000129
+gallium_dri.so malloc 72 0x55717361fa80 0.000129
+gallium_dri.so free 0x55717361fc40 void 0.000130
+gallium_dri.so free 0x55717361fa80 void 0.000130
+gallium_dri.so malloc 72 0x55717361fbf0 0.000129
+gallium_dri.so free 0x55717361fc80 void 0.000132
+gallium_dri.so free 0x55717361fbf0 void 0.000129
+gallium_dri.so malloc 72 0x55717361fbf0 0.000131
+gallium_dri.so free 0x55717361fd40 void 0.000130
+gallium_dri.so free 0x55717361fbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361fd80 0.000129
+gallium_dri.so free 0x5571735ed2c0 void 0.000131
+gallium_dri.so free 0x55717361fd80 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed310 0.000129
+gallium_dri.so free 0x5571735ed380 void 0.000129
+gallium_dri.so free 0x5571735ed310 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed3a0 0.000141
+gallium_dri.so free 0x5571735ed440 void 0.000131
+gallium_dri.so free 0x5571735ed3a0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000129
+gallium_dri.so free 0x5571735ed4c0 void 0.000129
+gallium_dri.so free 0x5571735ed3f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000133
+gallium_dri.so free 0x55717361fe00 void 0.000129
+gallium_dri.so free 0x5571735ed3f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000130
+gallium_dri.so free 0x5571735ed5c0 void 0.000129
+gallium_dri.so free 0x5571735ed3f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed570 0.000130
+gallium_dri.so free 0x5571735ed680 void 0.000131
+gallium_dri.so free 0x5571735ed570 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed630 0.000129
+gallium_dri.so free 0x5571735ed6c0 void 0.000129
+gallium_dri.so free 0x5571735ed630 void 0.000128
+gallium_dri.so malloc 72 0x5571735ed630 0.000129
+gallium_dri.so free 0x5571735ed780 void 0.000129
+gallium_dri.so free 0x5571735ed630 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed7c0 0.000134
+gallium_dri.so free 0x5571735ed840 void 0.000131
+gallium_dri.so free 0x5571735ed7c0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed840 0.000131
+gallium_dri.so free 0x5571735ed900 void 0.000129
+gallium_dri.so free 0x5571735ed840 void 0.000149
+gallium_dri.so malloc 72 0x5571735ed840 0.000152
+gallium_dri.so free 0x5571735ed9c0 void 0.000231
+gallium_dri.so free 0x5571735ed840 void 0.000320
+gallium_dri.so malloc 72 0x5571735ed9e0 0.000132
+gallium_dri.so free 0x5571735eda80 void 0.000116
+gallium_dri.so free 0x5571735ed9e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eda30 0.000114
+gallium_dri.so free 0x5571735edb00 void 0.000114
+gallium_dri.so free 0x5571735eda30 void 0.000135
+gallium_dri.so malloc 72 0x5571735eda30 0.000115
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so free 0x5571735eda30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edb80 0.000114
+gallium_dri.so free 0x5571735edc40 void 0.000113
+gallium_dri.so free 0x5571735edb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735edb80 0.000114
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edb80 0.000114
+gallium_dri.so free 0x5571735eddc0 void 0.000114
+gallium_dri.so free 0x5571735edb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edd70 0.000114
+gallium_dri.so free 0x5571735ede80 void 0.000115
+gallium_dri.so free 0x5571735edd70 void 0.000112
+gallium_dri.so malloc 72 0x5571735ede30 0.000114
+gallium_dri.so free 0x5571735edf00 void 0.000114
+gallium_dri.so free 0x5571735ede30 void 0.000116
+gallium_dri.so malloc 72 0x5571735edf50 0.000114
+gallium_dri.so free 0x5571735edfc0 void 0.000115
+gallium_dri.so free 0x5571735edf50 void 0.000114
+gallium_dri.so malloc 72 0x5571735edfe0 0.000116
+gallium_dri.so free 0x5571735ee080 void 0.000115
+gallium_dri.so free 0x5571735edfe0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee030 0.000118
+gallium_dri.so free 0x5571735ee100 void 0.000121
+gallium_dri.so free 0x5571735ee030 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee030 0.000115
+gallium_dri.so free 0x5571735ee180 void 0.000122
+gallium_dri.so free 0x5571735ee030 void 0.000146
+gallium_dri.so malloc 72 0x5571735ee180 0.000168
+gallium_dri.so free 0x5571735ee240 void 0.000129
+gallium_dri.so free 0x5571735ee180 void 0.000225
+gallium_dri.so malloc 72 0x5571735ee180 0.000149
+gallium_dri.so free 0x5571735ee340 void 0.000144
+gallium_dri.so free 0x5571735ee180 void 0.000159
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000135
+gallium_dri.so free 0x5571735ee380 void 0.000134
+gallium_dri.so free 0x5571735ee2f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735ee2f0 0.000194
+gallium_dri.so free 0x5571735ee440 void 0.000119
+gallium_dri.so free 0x5571735ee2f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee480 0.000115
+gallium_dri.so free 0x5571735ee500 void 0.000116
+gallium_dri.so free 0x5571735ee480 void 0.000116
+gallium_dri.so malloc 72 0x5571735ee500 0.000116
+gallium_dri.so free 0x5571735ee5c0 void 0.000128
+gallium_dri.so free 0x5571735ee500 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee500 0.000155
+gallium_dri.so free 0x5571735ee640 void 0.000156
+gallium_dri.so free 0x5571735ee500 void 0.000163
+gallium_dri.so malloc 72 0x5571735ee670 0.000158
+gallium_dri.so free 0x5571735ee6c0 void 0.000159
+gallium_dri.so free 0x5571735ee670 void 0.000160
+gallium_dri.so malloc 72 0x5571735ee670 0.000157
+gallium_dri.so free 0x5571735ee7c0 void 0.000163
+gallium_dri.so free 0x5571735ee670 void 0.000155
+gallium_dri.so malloc 72 0x5571735ee800 0.000185
+gallium_dri.so free 0x5571735ee880 void 0.000161
+gallium_dri.so free 0x5571735ee800 void 0.000154
+gallium_dri.so malloc 72 0x5571735ee880 0.000152
+gallium_dri.so free 0x5571735ee940 void 0.000158
+gallium_dri.so free 0x5571735ee880 void 0.000146
+gallium_dri.so malloc 72 0x5571735ee880 0.000154
+gallium_dri.so free 0x5571735ee9c0 void 0.000155
+gallium_dri.so free 0x5571735ee880 void 0.000154
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000156
+gallium_dri.so free 0x5571735eea40 void 0.000158
+gallium_dri.so free 0x5571735ee9f0 void 0.000154
+gallium_dri.so malloc 72 0x5571735ee9f0 0.000154
+gallium_dri.so free 0x5571735eeb40 void 0.000153
+gallium_dri.so free 0x5571735ee9f0 void 0.000155
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000154
+gallium_dri.so free 0x5571735eec00 void 0.000153
+gallium_dri.so free 0x5571735eeaf0 void 0.000153
+gallium_dri.so malloc 72 0x5571735eebb0 0.000161
+gallium_dri.so free 0x5571735eec80 void 0.000157
+gallium_dri.so free 0x5571735eebb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735eebb0 0.000141
+gallium_dri.so free 0x5571735eed40 void 0.000140
+gallium_dri.so free 0x5571735eebb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eebb0 0.000137
+gallium_dri.so free 0x5571735eee00 void 0.000137
+gallium_dri.so free 0x5571735eebb0 void 0.000140
+gallium_dri.so malloc 72 0x5571735eedb0 0.000136
+gallium_dri.so free 0x5571735eee80 void 0.000138
+gallium_dri.so free 0x5571735eedb0 void 0.000136
+gallium_dri.so malloc 72 0x5571735eeed0 0.000141
+gallium_dri.so free 0x5571735eef40 void 0.000137
+gallium_dri.so free 0x5571735eeed0 void 0.000139
+gallium_dri.so malloc 72 0x5571735eef60 0.000137
+gallium_dri.so free 0x5571735ef000 void 0.000138
+gallium_dri.so free 0x5571735eef60 void 0.000136
+gallium_dri.so malloc 72 0x5571735eefb0 0.000139
+gallium_dri.so free 0x5571735ef080 void 0.000157
+gallium_dri.so free 0x5571735eefb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef080 0.000116
+gallium_dri.so free 0x5571735ef140 void 0.000116
+gallium_dri.so free 0x5571735ef080 void 0.000116
+gallium_dri.so malloc 72 0x5571735ef080 0.000138
+gallium_dri.so free 0x5571735ef1c0 void 0.000158
+gallium_dri.so free 0x5571735ef080 void 0.000117
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000113
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so free 0x5571735ef1c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000119
+gallium_dri.so free 0x5571735ef340 void 0.000121
+gallium_dri.so free 0x5571735ef1c0 void 0.000154
+gallium_dri.so malloc 72 0x5571735ef1c0 0.000170
+gallium_dri.so free 0x5571735ef400 void 0.000166
+gallium_dri.so free 0x5571735ef1c0 void 0.000175
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000218
+gallium_dri.so free 0x5571735ef480 void 0.000176
+gallium_dri.so free 0x5571735ef3b0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ef4d0 0.000165
+gallium_dri.so free 0x5571735ef540 void 0.000160
+gallium_dri.so free 0x5571735ef4d0 void 0.000162
+gallium_dri.so malloc 72 0x5571735ef580 0.000178
+gallium_dri.so free 0x5571735ef600 void 0.000184
+gallium_dri.so free 0x5571735ef580 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef580 0.000140
+gallium_dri.so free 0x5571735ef680 void 0.000140
+gallium_dri.so free 0x5571735ef580 void 0.000144
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000140
+gallium_dri.so free 0x5571735ef700 void 0.000137
+gallium_dri.so free 0x5571735ef6b0 void 0.000192
+gallium_dri.so malloc 72 0x5571735ef6b0 0.000197
+gallium_dri.so free 0x5571735ef800 void 0.001857
+gallium_dri.so free 0x5571735ef6b0 void 0.000225
+gallium_dri.so malloc 72 0x5571735ef7b0 0.000160
+gallium_dri.so free 0x5571735ef8c0 void 0.000130
+gallium_dri.so free 0x5571735ef7b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef870 0.000131
+gallium_dri.so free 0x5571735ef900 void 0.000147
+gallium_dri.so free 0x5571735ef870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000118
+gallium_dri.so free 0x5571735ef9c0 void 0.000122
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735efa30 0.000114
+gallium_dri.so free 0x5571735efa80 void 0.000114
+gallium_dri.so free 0x5571735efa30 void 0.000115
+gallium_dri.so malloc 72 0x5571735efa30 0.000116
+gallium_dri.so free 0x5571735efb80 void 0.000120
+gallium_dri.so free 0x5571735efa30 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb30 0.000117
+gallium_dri.so free 0x5571735efc40 void 0.000112
+gallium_dri.so free 0x5571735efb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735efbf0 0.000112
+gallium_dri.so free 0x5571735efc80 void 0.000111
+gallium_dri.so free 0x5571735efbf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735efbf0 0.000110
+gallium_dri.so free 0x5571735efd40 void 0.000114
+gallium_dri.so free 0x5571735efbf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd80 0.000113
+gallium_dri.so free 0x5571735efe00 void 0.000112
+gallium_dri.so free 0x5571735efd80 void 0.000111
+gallium_dri.so malloc 72 0x5571735efe00 0.000119
+gallium_dri.so free 0x5571735efec0 void 0.000117
+gallium_dri.so free 0x5571735efe00 void 0.000191
+gallium_dri.so malloc 72 0x5571735efe00 0.000124
+gallium_dri.so free 0x5571735eff80 void 0.000131
+gallium_dri.so free 0x5571735efe00 void 0.000136
+gallium_dri.so malloc 72 0x5571735effa0 0.000140
+gallium_dri.so free 0x5571735f0040 void 0.000120
+gallium_dri.so free 0x5571735effa0 void 0.000127
+gallium_dri.so malloc 72 0x5571735efff0 0.000120
+gallium_dri.so free 0x5571735f00c0 void 0.000124
+gallium_dri.so free 0x5571735efff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735efff0 0.000127
+gallium_dri.so free 0x5571735f0140 void 0.000119
+gallium_dri.so free 0x5571735efff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0140 0.000119
+gallium_dri.so free 0x5571735f0200 void 0.000127
+gallium_dri.so free 0x5571735f0140 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0140 0.000132
+gallium_dri.so free 0x5571735f02c0 void 0.000133
+gallium_dri.so free 0x5571735f0140 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0140 0.000149
+gallium_dri.so free 0x5571735f0380 void 0.000149
+gallium_dri.so free 0x5571735f0140 void 0.000129
+gallium_dri.so malloc 72 0x5571735f0330 0.000144
+gallium_dri.so free 0x5571735f0440 void 0.000162
+gallium_dri.so free 0x5571735f0330 void 0.000153
+gallium_dri.so malloc 72 0x5571735f03f0 0.000152
+gallium_dri.so free 0x5571735f04c0 void 0.000151
+gallium_dri.so free 0x5571735f03f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f0510 0.000152
+gallium_dri.so free 0x5571735f0580 void 0.000151
+gallium_dri.so free 0x5571735f0510 void 0.000152
+gallium_dri.so malloc 72 0x5571735f05a0 0.000152
+gallium_dri.so free 0x5571735f0640 void 0.000151
+gallium_dri.so free 0x5571735f05a0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f05f0 0.000150
+gallium_dri.so free 0x5571735f06c0 void 0.000153
+gallium_dri.so free 0x5571735f05f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f05f0 0.000137
+gallium_dri.so free 0x5571735f0740 void 0.000169
+gallium_dri.so free 0x5571735f05f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0740 0.000141
+gallium_dri.so free 0x5571735f0800 void 0.000147
+gallium_dri.so free 0x5571735f0740 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0740 0.000137
+gallium_dri.so free 0x5571735f0900 void 0.000160
+gallium_dri.so free 0x5571735f0740 void 0.000137
+gallium_dri.so malloc 72 0x5571735f08b0 0.000218
+gallium_dri.so free 0x5571735f0940 void 0.000196
+gallium_dri.so free 0x5571735f08b0 void 0.000198
+gallium_dri.so malloc 72 0x5571735f08b0 0.000186
+gallium_dri.so free 0x5571735f0a00 void 0.000198
+gallium_dri.so free 0x5571735f08b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0a40 0.000149
+gallium_dri.so free 0x5571735f0ac0 void 0.000133
+gallium_dri.so free 0x5571735f0a40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000158
+gallium_dri.so free 0x5571735f0b80 void 0.000129
+gallium_dri.so free 0x5571735f0ac0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0ac0 0.000129
+gallium_dri.so free 0x5571735f0c00 void 0.000128
+gallium_dri.so free 0x5571735f0ac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0c30 0.000128
+gallium_dri.so free 0x5571735f0c80 void 0.000125
+gallium_dri.so free 0x5571735f0c30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0c30 0.000148
+gallium_dri.so free 0x5571735f0d80 void 0.000130
+gallium_dri.so free 0x5571735f0c30 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0dc0 0.000128
+gallium_dri.so free 0x5571735f0e40 void 0.000128
+gallium_dri.so free 0x5571735f0dc0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0e40 0.000124
+gallium_dri.so free 0x5571735f0f00 void 0.000125
+gallium_dri.so free 0x5571735f0e40 void 0.000169
+gallium_dri.so malloc 72 0x5571735f0e40 0.000127
+gallium_dri.so free 0x5571735f0f80 void 0.000128
+gallium_dri.so free 0x5571735f0e40 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000128
+gallium_dri.so free 0x5571735f1000 void 0.000129
+gallium_dri.so free 0x5571735f0fb0 void 0.000191
+gallium_dri.so malloc 72 0x5571735f0fb0 0.000149
+gallium_dri.so free 0x5571735f1100 void 0.000132
+gallium_dri.so free 0x5571735f0fb0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f10b0 0.000128
+gallium_dri.so free 0x5571735f11c0 void 0.000127
+gallium_dri.so free 0x5571735f10b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1170 0.000126
+gallium_dri.so free 0x5571735f1240 void 0.000141
+gallium_dri.so free 0x5571735f1170 void 0.000260
+gallium_dri.so malloc 72 0x5571735f1170 0.000244
+gallium_dri.so free 0x5571735f1300 void 0.000307
+gallium_dri.so free 0x5571735f1170 void 0.000294
+gallium_dri.so malloc 72 0x5571735f1170 0.000237
+gallium_dri.so free 0x5571735f13c0 void 0.000239
+gallium_dri.so free 0x5571735f1170 void 0.000192
+gallium_dri.so malloc 72 0x5571735f1370 0.000253
+gallium_dri.so free 0x5571735f1440 void 0.000244
+gallium_dri.so free 0x5571735f1370 void 0.000169
+gallium_dri.so malloc 72 0x5571735f1490 0.000186
+gallium_dri.so free 0x5571735f1500 void 0.000117
+gallium_dri.so free 0x5571735f1490 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1520 0.000114
+gallium_dri.so free 0x5571735f15c0 void 0.000113
+gallium_dri.so free 0x5571735f1520 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1570 0.000157
+gallium_dri.so free 0x5571735f1640 void 0.000133
+gallium_dri.so free 0x5571735f1570 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1640 0.000133
+gallium_dri.so free 0x5571735f1700 void 0.000253
+gallium_dri.so free 0x5571735f1640 void 0.000135
+gallium_dri.so malloc 72 0x5571735f1640 0.000131
+gallium_dri.so free 0x5571735f1780 void 0.000131
+gallium_dri.so free 0x5571735f1640 void 0.000131
+gallium_dri.so malloc 72 0x5571735f1780 0.000136
+gallium_dri.so free 0x5571735f1840 void 0.000139
+gallium_dri.so free 0x5571735f1780 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1780 0.000132
+gallium_dri.so free 0x5571735f1900 void 0.000146
+gallium_dri.so free 0x5571735f1780 void 0.000145
+gallium_dri.so malloc 72 0x5571735f1780 0.000239
+gallium_dri.so free 0x5571735f19c0 void 0.000260
+gallium_dri.so free 0x5571735f1780 void 0.000265
+gallium_dri.so malloc 72 0x5571735f1970 0.000895
+gallium_dri.so free 0x5571735f1a40 void 0.000211
+gallium_dri.so free 0x5571735f1970 void 0.000365
+gallium_dri.so malloc 72 0x5571735f1a90 0.000183
+gallium_dri.so free 0x5571735f1b00 void 0.000160
+gallium_dri.so free 0x5571735f1a90 void 0.000156
+gallium_dri.so malloc 72 0x5571735f1b40 0.000152
+gallium_dri.so free 0x5571735f1bc0 void 0.000147
+gallium_dri.so free 0x5571735f1b40 void 0.000139
+gallium_dri.so malloc 72 0x5571735f1b40 0.000137
+gallium_dri.so free 0x5571735f1c40 void 0.000169
+gallium_dri.so free 0x5571735f1b40 void 0.000178
+gallium_dri.so malloc 72 0x5571735f1c70 0.000195
+gallium_dri.so free 0x5571735f1cc0 void 0.000251
+gallium_dri.so free 0x5571735f1c70 void 0.000243
+gallium_dri.so malloc 72 0x5571735f1c70 0.000238
+gallium_dri.so free 0x5571735f1dc0 void 0.000286
+gallium_dri.so free 0x5571735f1c70 void 0.000259
+gallium_dri.so malloc 72 0x5571735f1d70 0.000331
+gallium_dri.so free 0x5571735f1e80 void 0.000264
+gallium_dri.so free 0x5571735f1d70 void 0.000209
+gallium_dri.so malloc 72 0x5571735f1e30 0.000189
+gallium_dri.so free 0x5571735f1ec0 void 0.000196
+gallium_dri.so free 0x5571735f1e30 void 0.000193
+gallium_dri.so malloc 72 0x5571735f1e30 0.000183
+gallium_dri.so free 0x5571735f1f80 void 0.000194
+gallium_dri.so free 0x5571735f1e30 void 0.000189
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000193
+gallium_dri.so free 0x5571735f2040 void 0.000204
+gallium_dri.so free 0x5571735f1ff0 void 0.000270
+gallium_dri.so malloc 72 0x5571735f1ff0 0.000145
+gallium_dri.so free 0x5571735f2140 void 0.000144
+gallium_dri.so free 0x5571735f1ff0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f20f0 0.000148
+gallium_dri.so free 0x5571735f2200 void 0.000161
+gallium_dri.so free 0x5571735f20f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f21b0 0.000130
+gallium_dri.so free 0x5571735f2240 void 0.000133
+gallium_dri.so free 0x5571735f21b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f21b0 0.000130
+gallium_dri.so free 0x5571735f2300 void 0.000135
+gallium_dri.so free 0x5571735f21b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2340 0.000136
+gallium_dri.so free 0x5571735f23c0 void 0.000239
+gallium_dri.so free 0x5571735f2340 void 0.000280
+gallium_dri.so malloc 72 0x5571735f23c0 0.000147
+gallium_dri.so free 0x5571735f2480 void 0.000189
+gallium_dri.so free 0x5571735f23c0 void 0.000167
+gallium_dri.so malloc 72 0x5571735f23c0 0.000126
+gallium_dri.so free 0x5571735f2540 void 0.000178
+gallium_dri.so free 0x5571735f23c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2560 0.000121
+gallium_dri.so free 0x5571735f2600 void 0.000120
+gallium_dri.so free 0x5571735f2560 void 0.000125
+gallium_dri.so malloc 72 0x5571735f25b0 0.000119
+gallium_dri.so free 0x5571735f2680 void 0.000120
+gallium_dri.so free 0x5571735f25b0 void 0.000172
+gallium_dri.so malloc 72 0x5571735f25b0 0.000143
+gallium_dri.so free 0x557173620f80 void 0.000142
+gallium_dri.so free 0x5571735f25b0 void 0.000141
+gallium_dri.so malloc 72 0x557173620f30 0.000142
+gallium_dri.so free 0x5571735f2700 void 0.000140
+gallium_dri.so free 0x557173620f30 void 0.000141
+gallium_dri.so malloc 72 0x557173620f30 0.000142
+gallium_dri.so free 0x5571735e37c0 void 0.000783
+gallium_dri.so free 0x557173620f30 void 0.000204
+gallium_dri.so malloc 72 0x557173620f30 0.000149
+gallium_dri.so free 0x5571735f6440 void 0.000149
+gallium_dri.so free 0x557173620f30 void 0.000201
+gallium_dri.so malloc 72 0x5571735f63f0 0.000196
+gallium_dri.so free 0x557173590b40 void 0.000193
+gallium_dri.so free 0x5571735f63f0 void 0.000192
+gallium_dri.so malloc 72 0x5571735f63f0 0.000192
+gallium_dri.so free 0x557173600040 void 0.000195
+gallium_dri.so free 0x5571735f63f0 void 0.000194
+gallium_dri.so malloc 72 0x5571735ffff0 0.000189
+gallium_dri.so free 0x5571735f3040 void 0.000191
+gallium_dri.so free 0x5571735ffff0 void 0.000193
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000187
+gallium_dri.so free 0x5571735f2e80 void 0.000213
+gallium_dri.so free 0x5571735f2ff0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f2e30 0.000201
+gallium_dri.so free 0x55717346d100 void 0.000216
+gallium_dri.so free 0x5571735f2e30 void 0.000198
+gallium_dri.so malloc 72 0x55717346d0b0 0.000217
+gallium_dri.so free 0x557173473580 void 0.000256
+gallium_dri.so free 0x55717346d0b0 void 0.000206
+gallium_dri.so malloc 72 0x557173473530 0.000206
+gallium_dri.so free 0x557173467680 void 0.000205
+gallium_dri.so free 0x557173473530 void 0.000198
+gallium_dri.so malloc 72 0x557173467630 0.000199
+gallium_dri.so free 0x557173620e80 void 0.000197
+gallium_dri.so free 0x557173467630 void 0.000203
+gallium_dri.so malloc 72 0x557173620e30 0.000121
+gallium_dri.so free 0x557173620cc0 void 0.000119
+gallium_dri.so free 0x557173620e30 void 0.000118
+gallium_dri.so malloc 72 0x557173620c70 0.000116
+gallium_dri.so free 0x5571735faec0 void 0.000115
+gallium_dri.so free 0x557173620c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735fae70 0.000127
+gallium_dri.so free 0x5571735db480 void 0.000176
+gallium_dri.so free 0x5571735fae70 void 0.000125
+gallium_dri.so malloc 72 0x5571735db430 0.000124
+gallium_dri.so free 0x5571735fd8c0 void 0.000130
+gallium_dri.so free 0x5571735db430 void 0.000122
+gallium_dri.so malloc 72 0x5571735fd870 0.000123
+gallium_dri.so free 0x5571735ed1c0 void 0.000134
+gallium_dri.so free 0x5571735fd870 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed170 0.000226
+gallium_dri.so free 0x5571735dc740 void 0.000155
+gallium_dri.so free 0x5571735ed170 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000128
+gallium_dri.so free 0x5571735c3f40 void 0.000135
+gallium_dri.so free 0x5571735dc7b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000127
+gallium_dri.so free 0x5571735fe740 void 0.000130
+gallium_dri.so free 0x5571735c3ef0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000134
+gallium_dri.so free 0x5571735ffe80 void 0.000127
+gallium_dri.so free 0x5571735fe6f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ffe30 0.000131
+gallium_dri.so free 0x55717360f9c0 void 0.000126
+gallium_dri.so free 0x5571735ffe30 void 0.000126
+gallium_dri.so malloc 72 0x55717360f970 0.000146
+gallium_dri.so free 0x5571735e25c0 void 0.000129
+gallium_dri.so free 0x55717360f970 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2570 0.000123
+gallium_dri.so free 0x5571735f96c0 void 0.000123
+gallium_dri.so free 0x5571735e2570 void 0.000150
+gallium_dri.so malloc 72 0x5571735f9670 0.000123
+gallium_dri.so free 0x5571735fe100 void 0.000124
+gallium_dri.so free 0x5571735f9670 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9670 0.000122
+gallium_dri.so free 0x55717360f800 void 0.000130
+gallium_dri.so free 0x5571735f9670 void 0.000124
+gallium_dri.so malloc 72 0x55717360f7b0 0.000127
+gallium_dri.so free 0x5571735dc0c0 void 0.000131
+gallium_dri.so free 0x55717360f7b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735dc070 0.000128
+gallium_dri.so free 0x5571735fd700 void 0.000127
+gallium_dri.so free 0x5571735dc070 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000130
+gallium_dri.so free 0x55717360e0c0 void 0.000133
+gallium_dri.so free 0x5571735fd6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717360e070 0.000124
+gallium_dri.so free 0x5571735c4100 void 0.000123
+gallium_dri.so free 0x55717360e070 void 0.000123
+gallium_dri.so malloc 72 0x5571735c40b0 0.000142
+gallium_dri.so free 0x557173589400 void 0.000215
+gallium_dri.so free 0x5571735c40b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735893b0 0.000146
+gallium_dri.so free 0x5571735d47c0 void 0.000139
+gallium_dri.so free 0x5571735893b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735d4770 0.000146
+gallium_dri.so free 0x5571735cfc40 void 0.000259
+gallium_dri.so free 0x5571735d4770 void 0.000218
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000204
+gallium_dri.so free 0x5571735dfb00 void 0.000197
+gallium_dri.so free 0x5571735cfbf0 void 0.000239
+gallium_dri.so malloc 72 0x5571735dfab0 0.000289
+gallium_dri.so free 0x55717346c280 void 0.000288
+gallium_dri.so free 0x5571735dfab0 void 0.000193
+gallium_dri.so malloc 72 0x55717346c230 0.000196
+gallium_dri.so free 0x557173600d00 void 0.000199
+gallium_dri.so free 0x55717346c230 void 0.000195
+gallium_dri.so malloc 72 0x557173600cb0 0.000208
+gallium_dri.so free 0x5571735d2200 void 0.000145
+gallium_dri.so free 0x557173600cb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735d21b0 0.000146
+gallium_dri.so free 0x5571735f7100 void 0.000147
+gallium_dri.so free 0x5571735d21b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735f70b0 0.000149
+gallium_dri.so free 0x55717360f640 void 0.000143
+gallium_dri.so free 0x5571735f70b0 void 0.000142
+gallium_dri.so malloc 72 0x55717360f5f0 0.000142
+gallium_dri.so free 0x55717346e840 void 0.000145
+gallium_dri.so free 0x55717360f5f0 void 0.000145
+gallium_dri.so malloc 72 0x55717346e7f0 0.000146
+gallium_dri.so free 0x55717346ab40 void 0.000144
+gallium_dri.so free 0x55717346e7f0 void 0.000143
+gallium_dri.so malloc 72 0x55717346aaf0 0.000142
+gallium_dri.so free 0x55717360b7c0 void 0.000141
+gallium_dri.so free 0x55717346aaf0 void 0.000142
+gallium_dri.so malloc 72 0x55717360b770 0.000204
+gallium_dri.so free 0x55717346e680 void 0.000147
+gallium_dri.so free 0x55717360b770 void 0.000151
+gallium_dri.so malloc 72 0x55717346e630 0.000156
+gallium_dri.so free 0x5571735f8840 void 0.000127
+gallium_dri.so free 0x55717346e630 void 0.000139
+gallium_dri.so malloc 72 0x5571735f87f0 0.000140
+gallium_dri.so free 0x5571735ffcc0 void 0.000144
+gallium_dri.so free 0x5571735f87f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ffc70 0.000189
+gallium_dri.so free 0x557173461600 void 0.000183
+gallium_dri.so free 0x5571735ffc70 void 0.000192
+gallium_dri.so malloc 72 0x557173461670 0.000191
+gallium_dri.so free 0x5571735c10c0 void 0.000179
+gallium_dri.so free 0x557173461670 void 0.000131
+gallium_dri.so malloc 72 0x5571735c1070 0.000126
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so free 0x5571735c1070 void 0.000134
+gallium_dri.so malloc 72 0x5571735dedf0 0.000162
+gallium_dri.so free 0x557173461c40 void 0.000132
+gallium_dri.so free 0x5571735dedf0 void 0.000137
+gallium_dri.so malloc 72 0x557173461bf0 0.000125
+gallium_dri.so free 0x55717346c440 void 0.000120
+gallium_dri.so free 0x557173461bf0 void 0.000117
+gallium_dri.so malloc 72 0x55717346c3f0 0.000117
+gallium_dri.so free 0x5571735f3200 void 0.000116
+gallium_dri.so free 0x55717346c3f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f31b0 0.000122
+gallium_dri.so free 0x55717346c0c0 void 0.000124
+gallium_dri.so free 0x5571735f31b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c070 0.000114
+gallium_dri.so free 0x5571736006c0 void 0.000123
+gallium_dri.so free 0x55717346c070 void 0.000121
+gallium_dri.so malloc 72 0x55717346c070 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000121
+gallium_dri.so free 0x55717346c070 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4270 0.000127
+gallium_dri.so free 0x557173610680 void 0.000120
+gallium_dri.so free 0x5571735c4270 void 0.000120
+gallium_dri.so malloc 72 0x557173610630 0.000120
+gallium_dri.so free 0x5571735dcd80 void 0.000129
+gallium_dri.so free 0x557173610630 void 0.000152
+gallium_dri.so malloc 72 0x5571735dcd30 0.000139
+gallium_dri.so free 0x5571735c29c0 void 0.000132
+gallium_dri.so free 0x5571735dcd30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2970 0.000160
+gallium_dri.so free 0x55717360d400 void 0.000147
+gallium_dri.so free 0x5571735c2970 void 0.000138
+gallium_dri.so malloc 72 0x55717360d3b0 0.000191
+gallium_dri.so free 0x557173460f80 void 0.000186
+gallium_dri.so free 0x55717360d3b0 void 0.000188
+gallium_dri.so malloc 72 0x557173460f30 0.000185
+gallium_dri.so free 0x5571735fda80 void 0.000212
+gallium_dri.so free 0x557173460f30 void 0.000276
+gallium_dri.so malloc 72 0x5571735fda30 0.000294
+gallium_dri.so free 0x5571735f8680 void 0.000241
+gallium_dri.so free 0x5571735fda30 void 0.000230
+gallium_dri.so malloc 72 0x5571735f8630 0.000246
+gallium_dri.so free 0x5571735c0140 void 0.000314
+gallium_dri.so free 0x5571735f8630 void 0.000230
+gallium_dri.so malloc 72 0x5571735c00f0 0.000304
+gallium_dri.so free 0x557173605c40 void 0.000232
+gallium_dri.so free 0x5571735c00f0 void 0.000306
+gallium_dri.so malloc 72 0x557173605bf0 0.000222
+gallium_dri.so free 0x55717346ea00 void 0.000211
+gallium_dri.so free 0x557173605bf0 void 0.000304
+gallium_dri.so malloc 72 0x55717346e9b0 0.000200
+gallium_dri.so free 0x5571735f5800 void 0.000192
+gallium_dri.so free 0x55717346e9b0 void 0.000199
+gallium_dri.so malloc 72 0x5571735f57b0 0.000197
+gallium_dri.so free 0x5571735c1d00 void 0.000184
+gallium_dri.so free 0x5571735f57b0 void 0.000151
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000141
+gallium_dri.so free 0x55717360c7c0 void 0.000174
+gallium_dri.so free 0x5571735c1cb0 void 0.000161
+gallium_dri.so malloc 72 0x55717360c770 0.000143
+gallium_dri.so free 0x5571735eb600 void 0.000139
+gallium_dri.so free 0x55717360c770 void 0.000144
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000177
+gallium_dri.so free 0x557173464b80 void 0.000128
+gallium_dri.so free 0x5571735eb5b0 void 0.000125
+gallium_dri.so malloc 72 0x557173464b30 0.000126
+gallium_dri.so free 0x5571735e1640 void 0.000135
+gallium_dri.so free 0x557173464b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e15f0 0.000131
+gallium_dri.so free 0x557173469e80 void 0.000133
+gallium_dri.so free 0x5571735e15f0 void 0.000127
+gallium_dri.so malloc 72 0x557173469e30 0.000126
+gallium_dri.so free 0x5571735e3200 void 0.000132
+gallium_dri.so free 0x557173469e30 void 0.000123
+gallium_dri.so malloc 72 0x5571735e31b0 0.000127
+gallium_dri.so free 0x5571735f8a00 void 0.000124
+gallium_dri.so free 0x5571735e31b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f89b0 0.000149
+gallium_dri.so free 0x557173610040 void 0.000150
+gallium_dri.so free 0x5571735f89b0 void 0.000146
+gallium_dri.so malloc 72 0x5571736100b0 0.000145
+gallium_dri.so free 0x5571735c4f80 void 0.000164
+gallium_dri.so free 0x5571736100b0 void 0.000142
+gallium_dri.so malloc 72 0x5571735c4f30 0.000152
+gallium_dri.so free 0x5571735ec580 void 0.000199
+gallium_dri.so free 0x5571735c4f30 void 0.000151
+gallium_dri.so malloc 72 0x5571735ec530 0.000174
+gallium_dri.so free 0x5571735c2380 void 0.000135
+gallium_dri.so free 0x5571735ec530 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec530 0.000130
+gallium_dri.so free 0x557173460440 void 0.000139
+gallium_dri.so free 0x5571735ec530 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec530 0.000131
+gallium_dri.so free 0x5571735df4c0 void 0.000132
+gallium_dri.so free 0x5571735ec530 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec530 0.000140
+gallium_dri.so free 0x55717346cac0 void 0.000126
+gallium_dri.so free 0x5571735ec530 void 0.000129
+gallium_dri.so malloc 72 0x55717346cac0 0.000159
+gallium_dri.so free 0x5571735f9f80 void 0.000125
+gallium_dri.so free 0x55717346cac0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9f30 0.000130
+gallium_dri.so free 0x5571735e03c0 void 0.000140
+gallium_dri.so free 0x5571735f9f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0370 0.000128
+gallium_dri.so free 0x5571735f6ac0 void 0.000124
+gallium_dri.so free 0x5571735e0370 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0370 0.000129
+gallium_dri.so free 0x55717360e980 void 0.000155
+gallium_dri.so free 0x5571735e0370 void 0.000138
+gallium_dri.so malloc 72 0x55717360e930 0.000124
+gallium_dri.so free 0x55717346f080 void 0.000123
+gallium_dri.so free 0x55717360e930 void 0.000122
+gallium_dri.so malloc 72 0x55717346f080 0.000129
+gallium_dri.so free 0x55717346d9c0 void 0.000133
+gallium_dri.so free 0x55717346f080 void 0.000170
+gallium_dri.so malloc 72 0x55717346d970 0.000286
+gallium_dri.so free 0x5571735fca40 void 0.000142
+gallium_dri.so free 0x55717346d970 void 0.000199
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000217
+gallium_dri.so free 0x55717346b400 void 0.000212
+gallium_dri.so free 0x5571735fc9f0 void 0.000212
+gallium_dri.so malloc 72 0x55717346b3b0 0.000261
+gallium_dri.so free 0x557173620000 void 0.000243
+gallium_dri.so free 0x55717346b3b0 void 0.000342
+gallium_dri.so malloc 72 0x55717361ffb0 0.000153
+gallium_dri.so free 0x557173610f40 void 0.000142
+gallium_dri.so free 0x55717361ffb0 void 0.000185
+gallium_dri.so malloc 72 0x557173610ef0 0.000204
+gallium_dri.so free 0x5571735f9080 void 0.000202
+gallium_dri.so free 0x557173610ef0 void 0.000198
+gallium_dri.so malloc 72 0x557173610ef0 0.000201
+gallium_dri.so free 0x5571735dd640 void 0.000200
+gallium_dri.so free 0x557173610ef0 void 0.000195
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000194
+gallium_dri.so free 0x5571735c3280 void 0.000186
+gallium_dri.so free 0x5571735dd5f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735c3230 0.000249
+gallium_dri.so free 0x5571735f79c0 void 0.000226
+gallium_dri.so free 0x5571735c3230 void 0.000190
+gallium_dri.so malloc 72 0x5571735f7970 0.000213
+gallium_dri.so free 0x5571735ff000 void 0.000191
+gallium_dri.so free 0x5571735f7970 void 0.000198
+gallium_dri.so malloc 72 0x5571735fefb0 0.000191
+gallium_dri.so free 0x55717360da80 void 0.000179
+gallium_dri.so free 0x5571735fefb0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fefb0 0.000192
+gallium_dri.so free 0x55717346a500 void 0.000215
+gallium_dri.so free 0x5571735fefb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735fefb0 0.000185
+gallium_dri.so free 0x5571735c4940 void 0.000196
+gallium_dri.so free 0x5571735fefb0 void 0.000197
+gallium_dri.so malloc 72 0x5571735fefb0 0.000183
+gallium_dri.so free 0x557173609640 void 0.000198
+gallium_dri.so free 0x5571735fefb0 void 0.000137
+gallium_dri.so malloc 72 0x5571736095f0 0.000131
+gallium_dri.so free 0x55717358b640 void 0.000134
+gallium_dri.so free 0x5571736095f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736095f0 0.000127
+gallium_dri.so free 0x5571735901c0 void 0.000132
+gallium_dri.so free 0x5571736095f0 void 0.000129
+gallium_dri.so malloc 72 0x5571736095f0 0.000129
+gallium_dri.so free 0x557173607e80 void 0.000131
+gallium_dri.so free 0x5571736095f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736095f0 0.000137
+gallium_dri.so free 0x5571735d4580 void 0.000139
+gallium_dri.so free 0x5571736095f0 void 0.000141
+gallium_dri.so malloc 72 0x5571736095f0 0.000135
+gallium_dri.so free 0x557173469a00 void 0.000151
+gallium_dri.so free 0x5571736095f0 void 0.000133
+gallium_dri.so malloc 72 0x557173469a00 0.000137
+gallium_dri.so free 0x5571735cfa00 void 0.000134
+gallium_dri.so free 0x557173469a00 void 0.000129
+gallium_dri.so malloc 72 0x557173469a00 0.000125
+gallium_dri.so free 0x5571734741c0 void 0.000134
+gallium_dri.so free 0x557173469a00 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000176
+gallium_dri.so free 0x5571735d1fc0 void 0.000137
+gallium_dri.so free 0x557173474170 void 0.000131
+gallium_dri.so malloc 72 0x557173474170 0.000129
+gallium_dri.so free 0x5571735f61c0 void 0.000134
+gallium_dri.so free 0x557173474170 void 0.000146
+gallium_dri.so malloc 72 0x5571735f61c0 0.000186
+gallium_dri.so free 0x5571735c1a80 void 0.000194
+gallium_dri.so free 0x5571735f61c0 void 0.000148
+gallium_dri.so malloc 72 0x5571735f61c0 0.000128
+gallium_dri.so free 0x55717358dc00 void 0.000125
+gallium_dri.so free 0x5571735f61c0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f61c0 0.000126
+gallium_dri.so free 0x55717358dc80 void 0.000124
+gallium_dri.so free 0x5571735f61c0 void 0.000202
+gallium_dri.so malloc 72 0x55717358dcb0 0.000205
+gallium_dri.so free 0x5571735debc0 void 0.000176
+gallium_dri.so free 0x55717358dcb0 void 0.000306
+gallium_dri.so malloc 72 0x55717358dcb0 0.000310
+gallium_dri.so free 0x557173466dc0 void 0.000301
+gallium_dri.so free 0x55717358dcb0 void 0.000154
+gallium_dri.so malloc 72 0x557173466dc0 0.000145
+gallium_dri.so free 0x557173469c00 void 0.000162
+gallium_dri.so free 0x557173466dc0 void 0.000143
+gallium_dri.so malloc 72 0x557173466dc0 0.000146
+gallium_dri.so free 0x557173469c80 void 0.000143
+gallium_dri.so free 0x557173466dc0 void 0.000176
+gallium_dri.so malloc 72 0x557173469cb0 0.000119
+gallium_dri.so free 0x55717360d180 void 0.000210
+gallium_dri.so free 0x557173469cb0 void 0.000196
+gallium_dri.so malloc 72 0x55717360d180 0.000191
+gallium_dri.so free 0x5571735dbe40 void 0.000195
+gallium_dri.so free 0x55717360d180 void 0.000190
+gallium_dri.so malloc 72 0x55717360d180 0.000191
+gallium_dri.so free 0x557173473f40 void 0.000183
+gallium_dri.so free 0x55717360d180 void 0.000133
+gallium_dri.so malloc 72 0x557173473f40 0.000187
+gallium_dri.so free 0x5571735e2f80 void 0.000139
+gallium_dri.so free 0x557173473f40 void 0.000141
+gallium_dri.so malloc 72 0x557173473f40 0.000141
+gallium_dri.so free 0x5571735e3000 void 0.000139
+gallium_dri.so free 0x557173473f40 void 0.000139
+gallium_dri.so malloc 72 0x5571735e3030 0.000152
+gallium_dri.so free 0x5571735ecf40 void 0.000140
+gallium_dri.so free 0x5571735e3030 void 0.000134
+gallium_dri.so malloc 72 0x5571735e3030 0.000134
+gallium_dri.so free 0x557173603300 void 0.000134
+gallium_dri.so free 0x5571735e3030 void 0.000135
+gallium_dri.so malloc 72 0x557173603300 0.000136
+gallium_dri.so free 0x557173460d00 void 0.000188
+gallium_dri.so free 0x557173603300 void 0.000126
+gallium_dri.so malloc 72 0x557173603300 0.000124
+gallium_dri.so free 0x5571735fbb80 void 0.000125
+gallium_dri.so free 0x557173603300 void 0.000131
+gallium_dri.so malloc 72 0x557173603300 0.000121
+gallium_dri.so free 0x5571735fbc00 void 0.000122
+gallium_dri.so free 0x557173603300 void 0.000121
+gallium_dri.so malloc 72 0x5571735fbc30 0.000121
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so free 0x5571735fbc30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbc30 0.000123
+gallium_dri.so free 0x557173467440 void 0.000133
+gallium_dri.so free 0x5571735fbc30 void 0.000133
+gallium_dri.so malloc 72 0x557173467440 0.000137
+gallium_dri.so free 0x557173590400 void 0.000134
+gallium_dri.so free 0x557173467440 void 0.000131
+gallium_dri.so malloc 72 0x557173467440 0.000131
+gallium_dri.so free 0x557173590480 void 0.000133
+gallium_dri.so free 0x557173467440 void 0.000132
+gallium_dri.so malloc 72 0x5571735904b0 0.000129
+gallium_dri.so free 0x5571735f5540 void 0.000130
+gallium_dri.so free 0x5571735904b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735904b0 0.000129
+gallium_dri.so free 0x5571735c0e00 void 0.000129
+gallium_dri.so free 0x5571735904b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735904b0 0.000132
+gallium_dri.so free 0x5571735c0e80 void 0.000133
+gallium_dri.so free 0x5571735904b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c0e80 0.000131
+gallium_dri.so free 0x5571735f5640 void 0.000131
+gallium_dri.so free 0x5571735c0e80 void 0.000132
+gallium_dri.so malloc 72 0x5571735f55f0 0.000129
+gallium_dri.so free 0x5571735db1c0 void 0.000167
+gallium_dri.so free 0x5571735f55f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f55f0 0.000157
+gallium_dri.so free 0x5571735db280 void 0.000144
+gallium_dri.so free 0x5571735f55f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735db230 0.000154
+gallium_dri.so free 0x55717360c500 void 0.000218
+gallium_dri.so free 0x5571735db230 void 0.000212
+gallium_dri.so malloc 72 0x55717360c500 0.000139
+gallium_dri.so free 0x5571735ec2c0 void 0.000126
+gallium_dri.so free 0x55717360c500 void 0.000122
+gallium_dri.so malloc 72 0x55717360c500 0.000124
+gallium_dri.so free 0x5571735ec380 void 0.000138
+gallium_dri.so free 0x55717360c500 void 0.000139
+gallium_dri.so malloc 72 0x55717360c500 0.000141
+gallium_dri.so free 0x55717360c5c0 void 0.000142
+gallium_dri.so free 0x55717360c500 void 0.000150
+gallium_dri.so malloc 72 0x55717360c5f0 0.000166
+gallium_dri.so free 0x5571735e2300 void 0.000132
+gallium_dri.so free 0x55717360c5f0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c5f0 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000198
+gallium_dri.so free 0x55717360c5f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735e2380 0.000131
+gallium_dri.so free 0x55717358b880 void 0.000131
+gallium_dri.so free 0x5571735e2380 void 0.000139
+gallium_dri.so malloc 72 0x5571735e2380 0.000133
+gallium_dri.so free 0x55717358b900 void 0.000130
+gallium_dri.so free 0x5571735e2380 void 0.000165
+gallium_dri.so malloc 72 0x55717358b930 0.000177
+gallium_dri.so free 0x5571736080c0 void 0.000185
+gallium_dri.so free 0x55717358b930 void 0.000335
+gallium_dri.so malloc 72 0x5571736080c0 0.000297
+gallium_dri.so free 0x557173608180 void 0.000341
+gallium_dri.so free 0x5571736080c0 void 0.000143
+gallium_dri.so malloc 72 0x5571736080c0 0.000124
+gallium_dri.so free 0x55717360b440 void 0.000123
+gallium_dri.so free 0x5571736080c0 void 0.000125
+gallium_dri.so malloc 72 0x55717360b440 0.000121
+gallium_dri.so free 0x55717360b500 void 0.000119
+gallium_dri.so free 0x55717360b440 void 0.000176
+gallium_dri.so malloc 72 0x55717360b440 0.000136
+gallium_dri.so free 0x5571735bfdc0 void 0.000134
+gallium_dri.so free 0x55717360b440 void 0.000134
+gallium_dri.so malloc 72 0x55717360b440 0.000134
+gallium_dri.so free 0x5571735bfe80 void 0.000137
+gallium_dri.so free 0x55717360b440 void 0.000166
+gallium_dri.so malloc 72 0x5571735bfe30 0.000150
+gallium_dri.so free 0x5571736058c0 void 0.000145
+gallium_dri.so free 0x5571735bfe30 void 0.000140
+gallium_dri.so malloc 72 0x5571736058c0 0.000149
+gallium_dri.so free 0x557173605980 void 0.000157
+gallium_dri.so free 0x5571736058c0 void 0.000151
+gallium_dri.so malloc 72 0x5571736059c0 0.000149
+gallium_dri.so free 0x557173589080 void 0.000175
+gallium_dri.so free 0x5571736059c0 void 0.000153
+gallium_dri.so malloc 72 0x5571736059c0 0.000200
+gallium_dri.so free 0x557173589100 void 0.000148
+gallium_dri.so free 0x5571736059c0 void 0.000142
+gallium_dri.so malloc 72 0x557173589130 0.000137
+gallium_dri.so free 0x557173464800 void 0.000144
+gallium_dri.so free 0x557173589130 void 0.000127
+gallium_dri.so malloc 72 0x557173589130 0.000124
+gallium_dri.so free 0x557173464880 void 0.000127
+gallium_dri.so free 0x557173589130 void 0.000123
+gallium_dri.so malloc 72 0x557173464880 0.000163
+gallium_dri.so free 0x55717360ba40 void 0.000126
+gallium_dri.so free 0x557173464880 void 0.000123
+gallium_dri.so malloc 72 0x557173464880 0.000125
+gallium_dri.so free 0x55717360bac0 void 0.000125
+gallium_dri.so free 0x557173464880 void 0.000123
+gallium_dri.so malloc 72 0x55717360baf0 0.000127
+gallium_dri.so free 0x55717360bd00 void 0.000126
+gallium_dri.so free 0x55717360baf0 void 0.000126
+gallium_dri.so malloc 72 0x55717360bcb0 0.000123
+gallium_dri.so free 0x55717360bd00 void 0.000124
+gallium_dri.so free 0x55717360bcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bcb0 0.000163
+gallium_dri.so free 0x5571735cfd40 void 0.000127
+gallium_dri.so free 0x55717360bcb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735cfd90 0.000129
+gallium_dri.so free 0x55717360be00 void 0.000122
+gallium_dri.so free 0x5571735cfd90 void 0.000123
+gallium_dri.so malloc 72 0x55717360bdb0 0.000119
+gallium_dri.so free 0x5571735cfe00 void 0.000178
+gallium_dri.so free 0x55717360bdb0 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfe30 0.000121
+gallium_dri.so free 0x5571735d2300 void 0.000119
+gallium_dri.so free 0x5571735cfe30 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2340 0.000117
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so free 0x5571735d2340 void 0.000120
+gallium_dri.so malloc 72 0x5571735d23c0 0.000120
+gallium_dri.so free 0x5571735d48c0 void 0.000119
+gallium_dri.so free 0x5571735d23c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d4920 0.000119
+gallium_dri.so free 0x5571735d49c0 void 0.000118
+gallium_dri.so free 0x5571735d4920 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4970 0.000118
+gallium_dri.so free 0x5571735fc340 void 0.000118
+gallium_dri.so free 0x5571735d4970 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4970 0.000119
+gallium_dri.so free 0x5571735fc400 void 0.000118
+gallium_dri.so free 0x5571735d4970 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc3b0 0.000120
+gallium_dri.so free 0x5571735fafc0 void 0.000124
+gallium_dri.so free 0x5571735fc3b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb010 0.000127
+gallium_dri.so free 0x5571735fb080 void 0.000138
+gallium_dri.so free 0x5571735fb010 void 0.000170
+gallium_dri.so malloc 72 0x5571735fb0a0 0.000143
+gallium_dri.so free 0x5571735fc480 void 0.000168
+gallium_dri.so free 0x5571735fb0a0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc4b0 0.000186
+gallium_dri.so free 0x5571735fb140 void 0.000122
+gallium_dri.so free 0x5571735fc4b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fb0f0 0.000134
+gallium_dri.so free 0x5571735eb700 void 0.000134
+gallium_dri.so free 0x5571735fb0f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735eb740 0.000136
+gallium_dri.so free 0x5571735eb7c0 void 0.000132
+gallium_dri.so free 0x5571735eb740 void 0.000137
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000140
+gallium_dri.so free 0x5571735eb880 void 0.000141
+gallium_dri.so free 0x5571735eb7c0 void 0.000142
+gallium_dri.so malloc 72 0x5571735eb7c0 0.000143
+gallium_dri.so free 0x5571735c0240 void 0.000147
+gallium_dri.so free 0x5571735eb7c0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c0270 0.000128
+gallium_dri.so free 0x5571735c02c0 void 0.000128
+gallium_dri.so free 0x5571735c0270 void 0.000125
+gallium_dri.so malloc 72 0x5571735c0270 0.000149
+gallium_dri.so free 0x5571735c03c0 void 0.000144
+gallium_dri.so free 0x5571735c0270 void 0.000170
+gallium_dri.so malloc 72 0x5571735c0370 0.000176
+gallium_dri.so free 0x5571735e1740 void 0.000175
+gallium_dri.so free 0x5571735c0370 void 0.000163
+gallium_dri.so malloc 72 0x5571735e1780 0.000179
+gallium_dri.so free 0x5571735e1800 void 0.000181
+gallium_dri.so free 0x5571735e1780 void 0.000186
+gallium_dri.so malloc 72 0x5571735e1780 0.000177
+gallium_dri.so free 0x5571735e1880 void 0.000191
+gallium_dri.so free 0x5571735e1780 void 0.000223
+gallium_dri.so malloc 72 0x5571735e18b0 0.000212
+gallium_dri.so free 0x5571735f4980 void 0.000186
+gallium_dri.so free 0x5571735e18b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735f49c0 0.000182
+gallium_dri.so free 0x5571735f4a40 void 0.000182
+gallium_dri.so free 0x5571735f49c0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f4a40 0.000188
+gallium_dri.so free 0x5571735f4b00 void 0.000133
+gallium_dri.so free 0x5571735f4a40 void 0.000134
+gallium_dri.so malloc 72 0x5571735f4a40 0.000134
+gallium_dri.so free 0x5571734605c0 void 0.000134
+gallium_dri.so free 0x5571735f4a40 void 0.000133
+gallium_dri.so malloc 72 0x557173460570 0.000132
+gallium_dri.so free 0x557173460640 void 0.000131
+gallium_dri.so free 0x557173460570 void 0.000132
+gallium_dri.so malloc 72 0x557173460570 0.000245
+gallium_dri.so free 0x557173460740 void 0.000145
+gallium_dri.so free 0x557173460570 void 0.000136
+gallium_dri.so malloc 72 0x5571734606f0 0.000131
+gallium_dri.so free 0x557173611080 void 0.000129
+gallium_dri.so free 0x5571734606f0 void 0.000130
+gallium_dri.so malloc 72 0x557173611080 0.000129
+gallium_dri.so free 0x557173611140 void 0.000130
+gallium_dri.so free 0x557173611080 void 0.000130
+gallium_dri.so malloc 72 0x557173611080 0.000135
+gallium_dri.so free 0x5571736111c0 void 0.000138
+gallium_dri.so free 0x557173611080 void 0.000138
+gallium_dri.so malloc 72 0x5571736111f0 0.000159
+gallium_dri.so free 0x557173609780 void 0.000149
+gallium_dri.so free 0x5571736111f0 void 0.000146
+gallium_dri.so malloc 72 0x5571736111f0 0.000226
+gallium_dri.so free 0x557173609800 void 0.000206
+gallium_dri.so free 0x5571736111f0 void 0.000225
+gallium_dri.so malloc 72 0x557173609800 0.000257
+gallium_dri.so free 0x5571736098c0 void 0.000134
+gallium_dri.so free 0x557173609800 void 0.000123
+gallium_dri.so malloc 72 0x557173609800 0.000126
+gallium_dri.so free 0x557173610780 void 0.000122
+gallium_dri.so free 0x557173609800 void 0.000129
+gallium_dri.so malloc 72 0x5571736107a0 0.000214
+gallium_dri.so free 0x557173610840 void 0.000190
+gallium_dri.so free 0x5571736107a0 void 0.000265
+gallium_dri.so malloc 72 0x5571736107f0 0.000188
+gallium_dri.so free 0x5571736108c0 void 0.000177
+gallium_dri.so free 0x5571736107f0 void 0.000276
+gallium_dri.so malloc 72 0x5571736107f0 0.000216
+gallium_dri.so free 0x557173610940 void 0.000186
+gallium_dri.so free 0x5571736107f0 void 0.000167
+gallium_dri.so malloc 72 0x557173610940 0.000150
+gallium_dri.so free 0x55717346ac40 void 0.000152
+gallium_dri.so free 0x557173610940 void 0.000187
+gallium_dri.so malloc 72 0x55717346ac60 0.000198
+gallium_dri.so free 0x55717346ad00 void 0.000226
+gallium_dri.so free 0x55717346ac60 void 0.000216
+gallium_dri.so malloc 72 0x55717346acb0 0.000251
+gallium_dri.so free 0x55717346ad80 void 0.000263
+gallium_dri.so free 0x55717346acb0 void 0.000242
+gallium_dri.so malloc 72 0x55717346ad80 0.000249
+gallium_dri.so free 0x55717346ae40 void 0.000279
+gallium_dri.so free 0x55717346ad80 void 0.000248
+gallium_dri.so malloc 72 0x55717346ad80 0.000274
+gallium_dri.so free 0x5571735f7200 void 0.000271
+gallium_dri.so free 0x55717346ad80 void 0.000236
+gallium_dri.so malloc 72 0x5571735f7250 0.000219
+gallium_dri.so free 0x5571735f72c0 void 0.000226
+gallium_dri.so free 0x5571735f7250 void 0.000200
+gallium_dri.so malloc 72 0x5571735f72e0 0.000189
+gallium_dri.so free 0x5571735f7380 void 0.000187
+gallium_dri.so free 0x5571735f72e0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f7330 0.000185
+gallium_dri.so free 0x5571735f7400 void 0.000195
+gallium_dri.so free 0x5571735f7330 void 0.000217
+gallium_dri.so malloc 72 0x5571735f7330 0.000182
+gallium_dri.so free 0x5571735dce80 void 0.000194
+gallium_dri.so free 0x5571735f7330 void 0.000214
+gallium_dri.so malloc 72 0x5571735dced0 0.000134
+gallium_dri.so free 0x5571735dcf40 void 0.000146
+gallium_dri.so free 0x5571735dced0 void 0.000180
+gallium_dri.so malloc 72 0x5571735dcf80 0.000134
+gallium_dri.so free 0x5571735dd000 void 0.000122
+gallium_dri.so free 0x5571735dcf80 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcf80 0.000128
+gallium_dri.so free 0x5571735dd080 void 0.000136
+gallium_dri.so free 0x5571735dcf80 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000172
+gallium_dri.so free 0x5571735dfc00 void 0.000180
+gallium_dri.so free 0x5571735dd0b0 void 0.000208
+gallium_dri.so malloc 72 0x5571735dfc40 0.000177
+gallium_dri.so free 0x5571735dfcc0 void 0.000182
+gallium_dri.so free 0x5571735dfc40 void 0.000190
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000182
+gallium_dri.so free 0x5571735dfd80 void 0.000183
+gallium_dri.so free 0x5571735dfcc0 void 0.000182
+gallium_dri.so malloc 72 0x5571735dfcc0 0.000288
+gallium_dri.so free 0x5571735dfe00 void 0.000184
+gallium_dri.so free 0x5571735dfcc0 void 0.000181
+gallium_dri.so malloc 72 0x5571735dfe30 0.000183
+gallium_dri.so free 0x5571735c2ac0 void 0.000179
+gallium_dri.so free 0x5571735dfe30 void 0.000175
+gallium_dri.so malloc 72 0x5571735c2b30 0.000188
+gallium_dri.so free 0x5571735c2b80 void 0.000194
+gallium_dri.so free 0x5571735c2b30 void 0.000189
+gallium_dri.so malloc 72 0x5571735c2b30 0.000190
+gallium_dri.so free 0x5571735c2c80 void 0.000188
+gallium_dri.so free 0x5571735c2b30 void 0.000190
+gallium_dri.so malloc 72 0x5571735c2c30 0.000187
+gallium_dri.so free 0x5571735fe840 void 0.000189
+gallium_dri.so free 0x5571735c2c30 void 0.000196
+gallium_dri.so malloc 72 0x5571735fe860 0.000133
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe860 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000127
+gallium_dri.so free 0x5571735fe980 void 0.000125
+gallium_dri.so free 0x5571735fe8b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe8b0 0.000122
+gallium_dri.so free 0x5571735fea00 void 0.000119
+gallium_dri.so free 0x5571735fe8b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fea00 0.000117
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x5571735fea00 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9820 0.000118
+gallium_dri.so free 0x5571735f98c0 void 0.000118
+gallium_dri.so free 0x5571735f9820 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9870 0.000121
+gallium_dri.so free 0x5571735f9900 void 0.000117
+gallium_dri.so free 0x5571735f9870 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9870 0.000119
+gallium_dri.so free 0x55717360e1c0 void 0.000131
+gallium_dri.so free 0x5571735f9870 void 0.000119
+gallium_dri.so malloc 72 0x55717360e200 0.000120
+gallium_dri.so free 0x55717360e280 void 0.000118
+gallium_dri.so free 0x55717360e200 void 0.000119
+gallium_dri.so malloc 72 0x55717360e280 0.000122
+gallium_dri.so free 0x55717360e340 void 0.000121
+gallium_dri.so free 0x55717360e280 void 0.000119
+gallium_dri.so malloc 72 0x55717360e280 0.000117
+gallium_dri.so free 0x5571735f99c0 void 0.000141
+gallium_dri.so free 0x55717360e280 void 0.000127
+gallium_dri.so malloc 72 0x5571735f99f0 0.000121
+gallium_dri.so free 0x557173600e00 void 0.000119
+gallium_dri.so free 0x5571735f99f0 void 0.000133
+gallium_dri.so malloc 72 0x557173600e50 0.000144
+gallium_dri.so free 0x557173600ec0 void 0.000156
+gallium_dri.so free 0x557173600e50 void 0.000204
+gallium_dri.so malloc 72 0x557173600f00 0.000196
+gallium_dri.so free 0x557173600f80 void 0.000199
+gallium_dri.so free 0x557173600f00 void 0.000208
+gallium_dri.so malloc 72 0x557173600f80 0.000157
+gallium_dri.so free 0x55717360e3c0 void 0.000134
+gallium_dri.so free 0x557173600f80 void 0.000122
+gallium_dri.so malloc 72 0x557173600f80 0.000121
+gallium_dri.so free 0x557173461d40 void 0.000123
+gallium_dri.so free 0x557173600f80 void 0.000122
+gallium_dri.so malloc 72 0x557173461d70 0.000125
+gallium_dri.so free 0x557173461dc0 void 0.000124
+gallium_dri.so free 0x557173461d70 void 0.000124
+gallium_dri.so malloc 72 0x557173461d70 0.000122
+gallium_dri.so free 0x557173461ec0 void 0.000140
+gallium_dri.so free 0x557173461d70 void 0.000135
+gallium_dri.so malloc 72 0x557173461e70 0.000251
+gallium_dri.so free 0x55717346d200 void 0.000202
+gallium_dri.so free 0x557173461e70 void 0.000200
+gallium_dri.so malloc 72 0x55717346d240 0.000204
+gallium_dri.so free 0x557173461f80 void 0.000233
+gallium_dri.so free 0x55717346d240 void 0.000199
+gallium_dri.so malloc 72 0x557173461f30 0.000239
+gallium_dri.so free 0x55717346d2c0 void 0.000325
+gallium_dri.so free 0x557173461f30 void 0.000442
+gallium_dri.so malloc 72 0x557173461f30 0.000145
+gallium_dri.so free 0x55717346d380 void 0.000136
+gallium_dri.so free 0x557173461f30 void 0.000126
+gallium_dri.so malloc 72 0x55717346d330 0.000153
+gallium_dri.so free 0x55717346f200 void 0.000126
+gallium_dri.so free 0x55717346d330 void 0.000178
+gallium_dri.so malloc 72 0x55717346f1b0 0.000122
+gallium_dri.so free 0x55717346f2c0 void 0.000149
+gallium_dri.so free 0x55717346f1b0 void 0.000145
+gallium_dri.so malloc 72 0x55717346f270 0.000140
+gallium_dri.so free 0x55717346d400 void 0.000138
+gallium_dri.so free 0x55717346f270 void 0.000138
+gallium_dri.so malloc 72 0x55717346d430 0.000136
+gallium_dri.so free 0x55717346f300 void 0.000136
+gallium_dri.so free 0x55717346d430 void 0.000140
+gallium_dri.so malloc 72 0x55717346d430 0.000135
+gallium_dri.so free 0x55717346d580 void 0.000137
+gallium_dri.so free 0x55717346d430 void 0.000137
+gallium_dri.so malloc 72 0x55717346d5c0 0.000137
+gallium_dri.so free 0x55717346d640 void 0.000137
+gallium_dri.so free 0x55717346d5c0 void 0.000125
+gallium_dri.so malloc 72 0x55717346d640 0.000125
+gallium_dri.so free 0x55717346d700 void 0.000130
+gallium_dri.so free 0x55717346d640 void 0.000141
+gallium_dri.so malloc 72 0x55717346d640 0.000133
+gallium_dri.so free 0x55717346d780 void 0.000125
+gallium_dri.so free 0x55717346d640 void 0.000124
+gallium_dri.so malloc 72 0x55717346d7b0 0.000124
+gallium_dri.so free 0x5571735febc0 void 0.000150
+gallium_dri.so free 0x55717346d7b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fec00 0.000128
+gallium_dri.so free 0x5571735fec80 void 0.000118
+gallium_dri.so free 0x5571735fec00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fec80 0.000125
+gallium_dri.so free 0x5571735fed40 void 0.000124
+gallium_dri.so free 0x5571735fec80 void 0.000127
+gallium_dri.so malloc 72 0x5571735fec80 0.000124
+gallium_dri.so free 0x5571735fee00 void 0.000126
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so malloc 72 0x5571735fec80 0.000123
+gallium_dri.so free 0x557173610b00 void 0.000126
+gallium_dri.so free 0x5571735fec80 void 0.000125
+gallium_dri.so malloc 72 0x557173610b30 0.000123
+gallium_dri.so free 0x557173610b80 void 0.000124
+gallium_dri.so free 0x557173610b30 void 0.000125
+gallium_dri.so malloc 72 0x557173610b30 0.000123
+gallium_dri.so free 0x557173610c80 void 0.000123
+gallium_dri.so free 0x557173610b30 void 0.000123
+gallium_dri.so malloc 72 0x557173610c30 0.000122
+gallium_dri.so free 0x557173610d40 void 0.000124
+gallium_dri.so free 0x557173610c30 void 0.000134
+gallium_dri.so malloc 72 0x557173610cf0 0.000131
+gallium_dri.so free 0x5571735dd200 void 0.000134
+gallium_dri.so free 0x557173610cf0 void 0.000157
+gallium_dri.so malloc 72 0x5571735dd230 0.000140
+gallium_dri.so free 0x5571735dd280 void 0.000137
+gallium_dri.so free 0x5571735dd230 void 0.000136
+gallium_dri.so malloc 72 0x5571735dd280 0.000134
+gallium_dri.so free 0x5571735dd340 void 0.000134
+gallium_dri.so free 0x5571735dd280 void 0.000134
+gallium_dri.so malloc 72 0x5571735dd280 0.000133
+gallium_dri.so free 0x5571735dd440 void 0.000139
+gallium_dri.so free 0x5571735dd280 void 0.000140
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000134
+gallium_dri.so free 0x5571735f5e00 void 0.000138
+gallium_dri.so free 0x5571735dd3f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f5db0 0.000140
+gallium_dri.so free 0x5571735f5e40 void 0.000140
+gallium_dri.so free 0x5571735f5db0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f5db0 0.000135
+gallium_dri.so free 0x5571735f5f00 void 0.000142
+gallium_dri.so free 0x5571735f5db0 void 0.000145
+gallium_dri.so malloc 72 0x5571735f5f40 0.000143
+gallium_dri.so free 0x5571735f5fc0 void 0.000145
+gallium_dri.so free 0x5571735f5f40 void 0.000141
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000151
+gallium_dri.so free 0x557173460940 void 0.000139
+gallium_dri.so free 0x5571735f5fc0 void 0.000138
+gallium_dri.so malloc 72 0x5571734608f0 0.000140
+gallium_dri.so free 0x5571734609c0 void 0.000146
+gallium_dri.so free 0x5571734608f0 void 0.000137
+gallium_dri.so malloc 72 0x5571734609e0 0.000137
+gallium_dri.so free 0x557173460a80 void 0.000139
+gallium_dri.so free 0x5571734609e0 void 0.000137
+gallium_dri.so malloc 72 0x557173460a30 0.000137
+gallium_dri.so free 0x557173460b00 void 0.000137
+gallium_dri.so free 0x557173460a30 void 0.000151
+gallium_dri.so malloc 72 0x557173460a30 0.000147
+gallium_dri.so free 0x5571735f9b40 void 0.000144
+gallium_dri.so free 0x557173460a30 void 0.000147
+gallium_dri.so malloc 72 0x5571735f9b90 0.000139
+gallium_dri.so free 0x5571735f9c00 void 0.000142
+gallium_dri.so free 0x5571735f9b90 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9c20 0.000134
+gallium_dri.so free 0x5571735f9cc0 void 0.000136
+gallium_dri.so free 0x5571735f9c20 void 0.000132
+gallium_dri.so malloc 72 0x5571735f9c70 0.000145
+gallium_dri.so free 0x5571735f9d40 void 0.000149
+gallium_dri.so free 0x5571735f9c70 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9db0 0.000128
+gallium_dri.so free 0x5571735f7580 void 0.000125
+gallium_dri.so free 0x5571735f9db0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f75c0 0.000124
+gallium_dri.so free 0x5571735f7640 void 0.000125
+gallium_dri.so free 0x5571735f75c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7640 0.000132
+gallium_dri.so free 0x5571735f7700 void 0.000127
+gallium_dri.so free 0x5571735f7640 void 0.000126
+gallium_dri.so malloc 72 0x5571735f7640 0.000126
+gallium_dri.so free 0x5571735f7780 void 0.000126
+gallium_dri.so free 0x5571735f7640 void 0.000142
+gallium_dri.so malloc 72 0x5571735f77b0 0.000136
+gallium_dri.so free 0x5571735c16c0 void 0.000129
+gallium_dri.so free 0x5571735f77b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735c1670 0.000150
+gallium_dri.so free 0x5571735c1740 void 0.000138
+gallium_dri.so free 0x5571735c1670 void 0.000152
+gallium_dri.so malloc 72 0x5571735c1790 0.000137
+gallium_dri.so free 0x5571735c1800 void 0.000133
+gallium_dri.so free 0x5571735c1790 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1860 0.000140
+gallium_dri.so free 0x5571735c1900 void 0.000131
+gallium_dri.so free 0x5571735c1860 void 0.000126
+gallium_dri.so malloc 72 0x5571735c18b0 0.000125
+gallium_dri.so free 0x5571735fc600 void 0.000125
+gallium_dri.so free 0x5571735c18b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc630 0.000123
+gallium_dri.so free 0x5571735fc680 void 0.000124
+gallium_dri.so free 0x5571735fc630 void 0.000127
+gallium_dri.so malloc 72 0x5571735fc630 0.000122
+gallium_dri.so free 0x5571735fc780 void 0.000125
+gallium_dri.so free 0x5571735fc630 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc730 0.000123
+gallium_dri.so free 0x5571735fc840 void 0.000123
+gallium_dri.so free 0x5571735fc730 void 0.000126
+gallium_dri.so malloc 72 0x5571735fc7f0 0.000124
+gallium_dri.so free 0x5571735dba80 void 0.000124
+gallium_dri.so free 0x5571735fc7f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735dba30 0.000124
+gallium_dri.so free 0x5571735dbb00 void 0.000129
+gallium_dri.so free 0x5571735dba30 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbb00 0.000125
+gallium_dri.so free 0x5571735dbbc0 void 0.000123
+gallium_dri.so free 0x5571735dbb00 void 0.000124
+gallium_dri.so malloc 72 0x5571735dbb00 0.000122
+gallium_dri.so free 0x5571735dbc40 void 0.000154
+gallium_dri.so free 0x5571735dbb00 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbc40 0.000125
+gallium_dri.so free 0x5571735c2e40 void 0.000125
+gallium_dri.so free 0x5571735dbc40 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2e60 0.000138
+gallium_dri.so free 0x5571735c2f00 void 0.000139
+gallium_dri.so free 0x5571735c2e60 void 0.000138
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000138
+gallium_dri.so free 0x5571735c2f80 void 0.000141
+gallium_dri.so free 0x5571735c2eb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2eb0 0.000147
+gallium_dri.so free 0x5571735c3000 void 0.000138
+gallium_dri.so free 0x5571735c2eb0 void 0.000143
+gallium_dri.so malloc 72 0x5571735c3000 0.000155
+gallium_dri.so free 0x5571735ecb80 void 0.000150
+gallium_dri.so free 0x5571735c3000 void 0.000138
+gallium_dri.so malloc 72 0x5571735ecb30 0.000162
+gallium_dri.so free 0x5571735ecc00 void 0.000161
+gallium_dri.so free 0x5571735ecb30 void 0.000151
+gallium_dri.so malloc 72 0x5571735ecc20 0.000165
+gallium_dri.so free 0x5571735eccc0 void 0.000150
+gallium_dri.so free 0x5571735ecc20 void 0.000163
+gallium_dri.so malloc 72 0x5571735ecc70 0.000150
+gallium_dri.so free 0x5571735ecd40 void 0.000174
+gallium_dri.so free 0x5571735ecc70 void 0.000176
+gallium_dri.so malloc 72 0x5571735ecc70 0.000141
+gallium_dri.so free 0x5571735dff80 void 0.000143
+gallium_dri.so free 0x5571735ecc70 void 0.000157
+gallium_dri.so malloc 72 0x5571735dffd0 0.000132
+gallium_dri.so free 0x5571735e0040 void 0.000157
+gallium_dri.so free 0x5571735dffd0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0060 0.000128
+gallium_dri.so free 0x5571735e0100 void 0.000127
+gallium_dri.so free 0x5571735e0060 void 0.000195
+gallium_dri.so malloc 72 0x5571735e00b0 0.000137
+gallium_dri.so free 0x5571735e0180 void 0.000140
+gallium_dri.so free 0x5571735e00b0 void 0.000149
+gallium_dri.so malloc 72 0x5571735e01f0 0.000144
+gallium_dri.so free 0x55717360e540 void 0.000228
+gallium_dri.so free 0x5571735e01f0 void 0.000328
+gallium_dri.so malloc 72 0x55717360e580 0.000322
+gallium_dri.so free 0x55717360e600 void 0.000382
+gallium_dri.so free 0x55717360e580 void 0.000353
+gallium_dri.so malloc 72 0x55717360e600 0.000305
+gallium_dri.so free 0x55717360e6c0 void 0.000330
+gallium_dri.so free 0x55717360e600 void 0.000336
+gallium_dri.so malloc 72 0x55717360e600 0.000250
+gallium_dri.so free 0x55717360e740 void 0.000318
+gallium_dri.so free 0x55717360e600 void 0.000279
+gallium_dri.so malloc 72 0x55717360e770 0.000198
+gallium_dri.so free 0x55717360cdc0 void 0.000204
+gallium_dri.so free 0x55717360e770 void 0.000201
+gallium_dri.so malloc 72 0x55717360cd70 0.000127
+gallium_dri.so free 0x55717360ce40 void 0.000119
+gallium_dri.so free 0x55717360cd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360ce90 0.000120
+gallium_dri.so free 0x55717360cf00 void 0.000119
+gallium_dri.so free 0x55717360ce90 void 0.000118
+gallium_dri.so malloc 72 0x55717360cf60 0.000117
+gallium_dri.so free 0x55717360d000 void 0.000118
+gallium_dri.so free 0x55717360cf60 void 0.000117
+gallium_dri.so malloc 72 0x55717360cfb0 0.000118
+gallium_dri.so free 0x5571735de800 void 0.000179
+gallium_dri.so free 0x55717360cfb0 void 0.000204
+gallium_dri.so malloc 72 0x5571735de7b0 0.000223
+gallium_dri.so free 0x5571735de880 void 0.000221
+gallium_dri.so free 0x5571735de7b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735de7b0 0.000253
+gallium_dri.so free 0x5571735de900 void 0.000215
+gallium_dri.so free 0x5571735de7b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735de900 0.000255
+gallium_dri.so free 0x5571735de9c0 void 0.000231
+gallium_dri.so free 0x5571735de900 void 0.000336
+gallium_dri.so malloc 72 0x5571735de900 0.000233
+gallium_dri.so free 0x55717346afc0 void 0.000268
+gallium_dri.so free 0x5571735de900 void 0.000199
+gallium_dri.so malloc 72 0x55717346aff0 0.000176
+gallium_dri.so free 0x55717346b040 void 0.000201
+gallium_dri.so free 0x55717346aff0 void 0.000205
+gallium_dri.so malloc 72 0x55717346b040 0.000179
+gallium_dri.so free 0x55717346b100 void 0.000196
+gallium_dri.so free 0x55717346b040 void 0.000198
+gallium_dri.so malloc 72 0x55717346b040 0.000218
+gallium_dri.so free 0x55717346b200 void 0.000219
+gallium_dri.so free 0x55717346b040 void 0.000213
+gallium_dri.so malloc 72 0x55717346b1b0 0.000262
+gallium_dri.so free 0x5571735e2bc0 void 0.000203
+gallium_dri.so free 0x55717346b1b0 void 0.000217
+gallium_dri.so malloc 72 0x5571735e2b70 0.000213
+gallium_dri.so free 0x5571735e2c00 void 0.000214
+gallium_dri.so free 0x5571735e2b70 void 0.000206
+gallium_dri.so malloc 72 0x5571735e2b70 0.000291
+gallium_dri.so free 0x5571735e2cc0 void 0.000186
+gallium_dri.so free 0x5571735e2b70 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2d00 0.000130
+gallium_dri.so free 0x5571735e2d80 void 0.000128
+gallium_dri.so free 0x5571735e2d00 void 0.000940
+gallium_dri.so malloc 72 0x5571735e2d80 0.000950
+gallium_dri.so free 0x557173473b80 void 0.001507
+gallium_dri.so free 0x5571735e2d80 void 0.000141
+gallium_dri.so malloc 72 0x557173473b30 0.000128
+gallium_dri.so free 0x557173473c00 void 0.000134
+gallium_dri.so free 0x557173473b30 void 0.000129
+gallium_dri.so malloc 72 0x557173473c20 0.000130
+gallium_dri.so free 0x557173473cc0 void 0.000131
+gallium_dri.so free 0x557173473c20 void 0.000130
+gallium_dri.so malloc 72 0x557173473c70 0.000132
+gallium_dri.so free 0x557173473d40 void 0.000159
+gallium_dri.so free 0x557173473c70 void 0.000135
+gallium_dri.so malloc 72 0x557173473c70 0.000126
+gallium_dri.so free 0x5571735fa9c0 void 0.000127
+gallium_dri.so free 0x557173473c70 void 0.000127
+gallium_dri.so malloc 72 0x5571735faa10 0.000125
+gallium_dri.so free 0x5571735faa80 void 0.000124
+gallium_dri.so free 0x5571735faa10 void 0.000125
+gallium_dri.so malloc 72 0x5571735faaa0 0.000127
+gallium_dri.so free 0x5571735fab40 void 0.000126
+gallium_dri.so free 0x5571735faaa0 void 0.000125
+gallium_dri.so malloc 72 0x5571735faaf0 0.000125
+gallium_dri.so free 0x5571735fabc0 void 0.000128
+gallium_dri.so free 0x5571735faaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735faaf0 0.000126
+gallium_dri.so free 0x557173466fc0 void 0.000126
+gallium_dri.so free 0x5571735faaf0 void 0.000127
+gallium_dri.so malloc 72 0x557173467000 0.000126
+gallium_dri.so free 0x557173467080 void 0.000129
+gallium_dri.so free 0x557173467000 void 0.000129
+gallium_dri.so malloc 72 0x557173467080 0.000125
+gallium_dri.so free 0x557173467140 void 0.000127
+gallium_dri.so free 0x557173467080 void 0.000125
+gallium_dri.so malloc 72 0x557173467080 0.000126
+gallium_dri.so free 0x5571734671c0 void 0.000188
+gallium_dri.so free 0x557173467080 void 0.000159
+gallium_dri.so malloc 72 0x5571734671f0 0.000155
+gallium_dri.so free 0x557173603500 void 0.000137
+gallium_dri.so free 0x5571734671f0 void 0.000139
+gallium_dri.so malloc 72 0x557173603540 0.000137
+gallium_dri.so free 0x5571736035c0 void 0.000139
+gallium_dri.so free 0x557173603540 void 0.000137
+gallium_dri.so malloc 72 0x5571736035c0 0.000140
+gallium_dri.so free 0x557173603680 void 0.000136
+gallium_dri.so free 0x5571736035c0 void 0.000136
+gallium_dri.so malloc 72 0x5571736035c0 0.000128
+gallium_dri.so free 0x557173603740 void 0.000128
+gallium_dri.so free 0x5571736035c0 void 0.000133
+gallium_dri.so malloc 72 0x557173603760 0.000131
+gallium_dri.so free 0x55717360c0c0 void 0.000136
+gallium_dri.so free 0x557173603760 void 0.000214
+gallium_dri.so malloc 72 0x55717360c0f0 0.000173
+gallium_dri.so free 0x55717360c140 void 0.000162
+gallium_dri.so free 0x55717360c0f0 void 0.000140
+gallium_dri.so malloc 72 0x55717360c0f0 0.000132
+gallium_dri.so free 0x55717360c240 void 0.000156
+gallium_dri.so free 0x55717360c0f0 void 0.000135
+gallium_dri.so malloc 72 0x55717360c1f0 0.000137
+gallium_dri.so free 0x55717360c300 void 0.000146
+gallium_dri.so free 0x55717360c1f0 void 0.000168
+gallium_dri.so malloc 72 0x55717360c2b0 0.000174
+gallium_dri.so free 0x55717358de00 void 0.000194
+gallium_dri.so free 0x55717360c2b0 void 0.000144
+gallium_dri.so malloc 72 0x55717358de30 0.000134
+gallium_dri.so free 0x55717358de80 void 0.000127
+gallium_dri.so free 0x55717358de30 void 0.000121
+gallium_dri.so malloc 72 0x55717358de80 0.000120
+gallium_dri.so free 0x55717358df40 void 0.000122
+gallium_dri.so free 0x55717358de80 void 0.000120
+gallium_dri.so malloc 72 0x55717358de80 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000121
+gallium_dri.so free 0x55717358de80 void 0.000121
+gallium_dri.so malloc 72 0x55717358dff0 0.000121
+gallium_dri.so free 0x5571735e1140 void 0.000122
+gallium_dri.so free 0x55717358dff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1160 0.000118
+gallium_dri.so free 0x5571735e1200 void 0.000121
+gallium_dri.so free 0x5571735e1160 void 0.000165
+gallium_dri.so malloc 72 0x5571735e11b0 0.000234
+gallium_dri.so free 0x5571735e1280 void 0.000181
+gallium_dri.so free 0x5571735e11b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735e11b0 0.000179
+gallium_dri.so free 0x5571735e1300 void 0.000186
+gallium_dri.so free 0x5571735e11b0 void 0.000185
+gallium_dri.so malloc 72 0x5571735e1300 0.000178
+gallium_dri.so free 0x55717346a6c0 void 0.000181
+gallium_dri.so free 0x5571735e1300 void 0.000188
+gallium_dri.so malloc 72 0x5571735e1300 0.000196
+gallium_dri.so free 0x55717346a7c0 void 0.000188
+gallium_dri.so free 0x5571735e1300 void 0.000183
+gallium_dri.so malloc 72 0x55717346a770 0.000217
+gallium_dri.so free 0x55717346a800 void 0.000169
+gallium_dri.so free 0x55717346a770 void 0.000168
+gallium_dri.so malloc 72 0x55717346a770 0.000191
+gallium_dri.so free 0x55717346a8c0 void 0.000197
+gallium_dri.so free 0x55717346a770 void 0.000205
+gallium_dri.so malloc 72 0x55717346a900 0.000194
+gallium_dri.so free 0x5571734620c0 void 0.000178
+gallium_dri.so free 0x55717346a900 void 0.000187
+gallium_dri.so malloc 72 0x557173462110 0.000185
+gallium_dri.so free 0x557173462180 void 0.000181
+gallium_dri.so free 0x557173462110 void 0.000202
+gallium_dri.so malloc 72 0x5571734621a0 0.000145
+gallium_dri.so free 0x557173462240 void 0.000113
+gallium_dri.so free 0x5571734621a0 void 0.000110
+gallium_dri.so malloc 72 0x5571734621f0 0.000111
+gallium_dri.so free 0x5571734622c0 void 0.000111
+gallium_dri.so free 0x5571734621f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734621f0 0.000111
+gallium_dri.so free 0x5571735c0500 void 0.000110
+gallium_dri.so free 0x5571734621f0 void 0.000110
+gallium_dri.so malloc 72 0x5571734621f0 0.000109
+gallium_dri.so free 0x5571735c0580 void 0.000116
+gallium_dri.so free 0x5571734621f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0580 0.000112
+gallium_dri.so free 0x5571734623c0 void 0.000114
+gallium_dri.so free 0x5571735c0580 void 0.000111
+gallium_dri.so malloc 72 0x557173462370 0.000150
+gallium_dri.so free 0x5571735c0640 void 0.000117
+gallium_dri.so free 0x557173462370 void 0.000111
+gallium_dri.so malloc 72 0x557173462370 0.000113
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x557173462370 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0740 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so free 0x5571735c0740 void 0.000115
+gallium_dri.so malloc 72 0x5571735da8c0 0.000114
+gallium_dri.so free 0x5571735da980 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735da8c0 0.000116
+gallium_dri.so free 0x5571735daa40 void 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735daa60 0.000114
+gallium_dri.so free 0x5571735dab00 void 0.000114
+gallium_dri.so free 0x5571735daa60 void 0.000136
+gallium_dri.so malloc 72 0x5571735daab0 0.000131
+gallium_dri.so free 0x5571735c07c0 void 0.000129
+gallium_dri.so free 0x5571735daab0 void 0.000127
+gallium_dri.so malloc 72 0x5571735daab0 0.000127
+gallium_dri.so free 0x5571735e1a00 void 0.000133
+gallium_dri.so free 0x5571735daab0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1a00 0.000127
+gallium_dri.so free 0x5571735e1ac0 void 0.000128
+gallium_dri.so free 0x5571735e1a00 void 0.000142
+gallium_dri.so malloc 72 0x5571735e1a00 0.000127
+gallium_dri.so free 0x5571735e1b40 void 0.000125
+gallium_dri.so free 0x5571735e1a00 void 0.000127
+gallium_dri.so malloc 72 0x5571735e1b70 0.000134
+gallium_dri.so free 0x5571735e1bc0 void 0.000140
+gallium_dri.so free 0x5571735e1b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000128
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735e1bc0 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1bc0 0.000130
+gallium_dri.so free 0x5571735e1c80 void 0.000129
+gallium_dri.so free 0x5571735e1bc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e1c80 0.000129
+gallium_dri.so free 0x5571735fa0c0 void 0.000132
+gallium_dri.so free 0x5571735e1c80 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1c80 0.000133
+gallium_dri.so free 0x5571735fa140 void 0.000132
+gallium_dri.so free 0x5571735e1c80 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa170 0.000127
+gallium_dri.so free 0x5571735fa1c0 void 0.000128
+gallium_dri.so free 0x5571735fa170 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa170 0.000128
+gallium_dri.so free 0x5571735fa2c0 void 0.000140
+gallium_dri.so free 0x5571735fa170 void 0.000163
+gallium_dri.so malloc 72 0x5571735fa270 0.000179
+gallium_dri.so free 0x5571735fa380 void 0.000189
+gallium_dri.so free 0x5571735fa270 void 0.000166
+gallium_dri.so malloc 72 0x5571735fa330 0.000167
+gallium_dri.so free 0x5571735fb280 void 0.000160
+gallium_dri.so free 0x5571735fa330 void 0.000165
+gallium_dri.so malloc 72 0x5571735fa330 0.000172
+gallium_dri.so free 0x5571735fb300 void 0.000177
+gallium_dri.so free 0x5571735fa330 void 0.000179
+gallium_dri.so malloc 72 0x5571735fb330 0.000177
+gallium_dri.so free 0x5571735fb380 void 0.000167
+gallium_dri.so free 0x5571735fb330 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb330 0.001212
+gallium_dri.so free 0x5571735fb480 void 0.000167
+gallium_dri.so free 0x5571735fb330 void 0.000152
+gallium_dri.so malloc 72 0x5571735fb430 0.000149
+gallium_dri.so free 0x5571735fb540 void 0.000124
+gallium_dri.so free 0x5571735fb430 void 0.000128
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000127
+gallium_dri.so free 0x5571735eb9c0 void 0.000126
+gallium_dri.so free 0x5571735fb4f0 void 0.000309
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000121
+gallium_dri.so free 0x5571735eba80 void 0.000206
+gallium_dri.so free 0x5571735fb4f0 void 0.000213
+gallium_dri.so malloc 72 0x5571735eba30 0.000163
+gallium_dri.so free 0x5571735eba80 void 0.000173
+gallium_dri.so free 0x5571735eba30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eba30 0.000121
+gallium_dri.so free 0x5571735ebb80 void 0.000120
+gallium_dri.so free 0x5571735eba30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebb30 0.000122
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735ebb30 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000151
+gallium_dri.so free 0x5571735f4c40 void 0.000127
+gallium_dri.so free 0x5571735ebbf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebbf0 0.000122
+gallium_dri.so free 0x5571735f4d00 void 0.000152
+gallium_dri.so free 0x5571735ebbf0 void 0.000170
+gallium_dri.so malloc 72 0x5571735f4cb0 0.000184
+gallium_dri.so free 0x5571735f4d80 void 0.000199
+gallium_dri.so free 0x5571735f4cb0 void 0.000219
+gallium_dri.so malloc 72 0x5571735f4dd0 0.000182
+gallium_dri.so free 0x5571735f4e40 void 0.000220
+gallium_dri.so free 0x5571735f4dd0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000251
+gallium_dri.so free 0x5571735f4f40 void 0.000197
+gallium_dri.so free 0x5571735f4ea0 void 0.000206
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000223
+gallium_dri.so free 0x557173589740 void 0.000206
+gallium_dri.so free 0x5571735f4ef0 void 0.000298
+gallium_dri.so malloc 72 0x5571735896f0 0.000184
+gallium_dri.so free 0x5571735897c0 void 0.000139
+gallium_dri.so free 0x5571735896f0 void 0.000211
+gallium_dri.so malloc 72 0x5571735896f0 0.000137
+gallium_dri.so free 0x557173589840 void 0.000138
+gallium_dri.so free 0x5571735896f0 void 0.000139
+gallium_dri.so malloc 72 0x557173589840 0.000138
+gallium_dri.so free 0x557173589900 void 0.000136
+gallium_dri.so free 0x557173589840 void 0.000132
+gallium_dri.so malloc 72 0x557173589840 0.000133
+gallium_dri.so free 0x5571735899c0 void 0.000135
+gallium_dri.so free 0x557173589840 void 0.000133
+gallium_dri.so malloc 72 0x557173589840 0.000135
+gallium_dri.so free 0x5571735f29c0 void 0.000136
+gallium_dri.so free 0x557173589840 void 0.000138
+gallium_dri.so malloc 72 0x5571735f2970 0.000136
+gallium_dri.so free 0x5571735f2a80 void 0.000141
+gallium_dri.so free 0x5571735f2970 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2a30 0.000133
+gallium_dri.so free 0x5571735f2b00 void 0.000132
+gallium_dri.so free 0x5571735f2a30 void 0.000166
+gallium_dri.so malloc 72 0x5571735f2b50 0.000134
+gallium_dri.so free 0x5571735f2bc0 void 0.000135
+gallium_dri.so free 0x5571735f2b50 void 0.000242
+gallium_dri.so malloc 72 0x5571735f2be0 0.000261
+gallium_dri.so free 0x5571735f2c80 void 0.000212
+gallium_dri.so free 0x5571735f2be0 void 0.000231
+gallium_dri.so malloc 72 0x5571735f2c30 0.000199
+gallium_dri.so free 0x557173600840 void 0.000239
+gallium_dri.so free 0x5571735f2c30 void 0.000201
+gallium_dri.so malloc 72 0x5571736007f0 0.000209
+gallium_dri.so free 0x5571736008c0 void 0.000203
+gallium_dri.so free 0x5571736007f0 void 0.000201
+gallium_dri.so malloc 72 0x557173600910 0.000197
+gallium_dri.so free 0x557173600980 void 0.000203
+gallium_dri.so free 0x557173600910 void 0.000230
+gallium_dri.so malloc 72 0x5571736009c0 0.000205
+gallium_dri.so free 0x557173600a40 void 0.000189
+gallium_dri.so free 0x5571736009c0 void 0.000189
+gallium_dri.so malloc 72 0x5571736009c0 0.000195
+gallium_dri.so free 0x557173600ac0 void 0.000193
+gallium_dri.so free 0x5571736009c0 void 0.000190
+gallium_dri.so malloc 72 0x557173600af0 0.000191
+gallium_dri.so free 0x5571735c2500 void 0.000171
+gallium_dri.so free 0x557173600af0 void 0.000185
+gallium_dri.so malloc 72 0x5571735c24b0 0.000183
+gallium_dri.so free 0x5571735c2580 void 0.000182
+gallium_dri.so free 0x5571735c24b0 void 0.000191
+gallium_dri.so malloc 72 0x5571735c25d0 0.000227
+gallium_dri.so free 0x5571735c2640 void 0.000245
+gallium_dri.so free 0x5571735c25d0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2660 0.000121
+gallium_dri.so free 0x5571735c2700 void 0.000138
+gallium_dri.so free 0x5571735c2660 void 0.000130
+gallium_dri.so malloc 72 0x5571735c26b0 0.000125
+gallium_dri.so free 0x5571735c2780 void 0.000119
+gallium_dri.so free 0x5571735c26b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26b0 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000120
+gallium_dri.so free 0x5571735c26b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c26b0 0.000117
+gallium_dri.so free 0x5571735fa640 void 0.000115
+gallium_dri.so free 0x5571735c26b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fa640 0.000118
+gallium_dri.so free 0x5571735fa700 void 0.000116
+gallium_dri.so free 0x5571735fa640 void 0.000120
+gallium_dri.so malloc 72 0x5571735fa640 0.000126
+gallium_dri.so free 0x5571735fa7c0 void 0.000122
+gallium_dri.so free 0x5571735fa640 void 0.000183
+gallium_dri.so malloc 72 0x5571735fa640 0.000208
+gallium_dri.so free 0x5571735fa880 void 0.000213
+gallium_dri.so free 0x5571735fa640 void 0.000208
+gallium_dri.so malloc 72 0x5571735fa830 0.000235
+gallium_dri.so free 0x5571735f9200 void 0.000218
+gallium_dri.so free 0x5571735fa830 void 0.001241
+gallium_dri.so malloc 72 0x5571735f91b0 0.000249
+gallium_dri.so free 0x5571735f92c0 void 0.000137
+gallium_dri.so free 0x5571735f91b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f9270 0.000135
+gallium_dri.so free 0x5571735f9340 void 0.000152
+gallium_dri.so free 0x5571735f9270 void 0.000193
+gallium_dri.so malloc 72 0x5571735f9270 0.000178
+gallium_dri.so free 0x5571735f9400 void 0.000179
+gallium_dri.so free 0x5571735f9270 void 0.000193
+gallium_dri.so malloc 72 0x5571735f9270 0.000236
+gallium_dri.so free 0x5571735f94c0 void 0.000226
+gallium_dri.so free 0x5571735f9270 void 0.000340
+gallium_dri.so malloc 72 0x5571735f9470 0.000285
+gallium_dri.so free 0x557173473680 void 0.000215
+gallium_dri.so free 0x5571735f9470 void 0.000213
+gallium_dri.so malloc 72 0x5571734736d0 0.000210
+gallium_dri.so free 0x557173473740 void 0.000209
+gallium_dri.so free 0x5571734736d0 void 0.000205
+gallium_dri.so malloc 72 0x557173473760 0.000211
+gallium_dri.so free 0x557173473800 void 0.000223
+gallium_dri.so free 0x557173473760 void 0.000209
+gallium_dri.so malloc 72 0x5571734737b0 0.000206
+gallium_dri.so free 0x557173473880 void 0.000199
+gallium_dri.so free 0x5571734737b0 void 0.000193
+gallium_dri.so malloc 72 0x557173473880 0.000197
+gallium_dri.so free 0x557173473940 void 0.000193
+gallium_dri.so free 0x557173473880 void 0.000191
+gallium_dri.so malloc 72 0x557173473880 0.000179
+gallium_dri.so free 0x5571735f6c40 void 0.000179
+gallium_dri.so free 0x557173473880 void 0.000226
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000125
+gallium_dri.so free 0x5571735f6d00 void 0.000121
+gallium_dri.so free 0x5571735f6bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000117
+gallium_dri.so free 0x5571735f6d40 void 0.000120
+gallium_dri.so free 0x5571735f6cb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f6cb0 0.000115
+gallium_dri.so free 0x5571735f6e00 void 0.000121
+gallium_dri.so free 0x5571735f6cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e40 0.000115
+gallium_dri.so free 0x5571735f6ec0 void 0.000116
+gallium_dri.so free 0x5571735f6e40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6ec0 0.000115
+gallium_dri.so free 0x5571736101c0 void 0.000121
+gallium_dri.so free 0x5571735f6ec0 void 0.000129
+gallium_dri.so malloc 72 0x557173610170 0.000141
+gallium_dri.so free 0x557173610240 void 0.000121
+gallium_dri.so free 0x557173610170 void 0.000119
+gallium_dri.so malloc 72 0x557173610260 0.000124
+gallium_dri.so free 0x557173610300 void 0.000119
+gallium_dri.so free 0x557173610260 void 0.000116
+gallium_dri.so malloc 72 0x5571736102b0 0.000115
+gallium_dri.so free 0x557173610380 void 0.000120
+gallium_dri.so free 0x5571736102b0 void 0.000121
+gallium_dri.so malloc 72 0x5571736102b0 0.000120
+gallium_dri.so free 0x557173610400 void 0.000120
+gallium_dri.so free 0x5571736102b0 void 0.000118
+gallium_dri.so malloc 72 0x557173610400 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000120
+gallium_dri.so free 0x557173610400 void 0.000117
+gallium_dri.so malloc 72 0x5571735c11e0 0.000116
+gallium_dri.so free 0x5571735c1280 void 0.000115
+gallium_dri.so free 0x5571735c11e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1230 0.000175
+gallium_dri.so free 0x5571735c1300 void 0.000130
+gallium_dri.so free 0x5571735c1230 void 0.000181
+gallium_dri.so malloc 72 0x5571735c1230 0.000152
+gallium_dri.so free 0x5571735c1400 void 0.000149
+gallium_dri.so free 0x5571735c1230 void 0.000206
+gallium_dri.so malloc 72 0x5571735c13b0 0.000144
+gallium_dri.so free 0x5571735c1480 void 0.000163
+gallium_dri.so free 0x5571735c13b0 void 0.000218
+gallium_dri.so malloc 72 0x5571735c14d0 0.000150
+gallium_dri.so free 0x5571735de300 void 0.000145
+gallium_dri.so free 0x5571735c14d0 void 0.000205
+gallium_dri.so malloc 72 0x5571735de320 0.000144
+gallium_dri.so free 0x5571735de3c0 void 0.000151
+gallium_dri.so free 0x5571735de320 void 0.000194
+gallium_dri.so malloc 72 0x5571735de370 0.000135
+gallium_dri.so free 0x5571735de440 void 0.000191
+gallium_dri.so free 0x5571735de370 void 0.000158
+gallium_dri.so malloc 72 0x5571735de370 0.000128
+gallium_dri.so free 0x5571735de4c0 void 0.000123
+gallium_dri.so free 0x5571735de370 void 0.000142
+gallium_dri.so malloc 72 0x5571735de4c0 0.000117
+gallium_dri.so free 0x5571735de580 void 0.000118
+gallium_dri.so free 0x5571735de4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735de4c0 0.000119
+gallium_dri.so free 0x5571735ec680 void 0.000121
+gallium_dri.so free 0x5571735de4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000123
+gallium_dri.so free 0x5571735ec740 void 0.000122
+gallium_dri.so free 0x5571735ec6a0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000170
+gallium_dri.so free 0x5571735ec7c0 void 0.000177
+gallium_dri.so free 0x5571735ec6f0 void 0.000256
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000193
+gallium_dri.so free 0x5571735ec840 void 0.000202
+gallium_dri.so free 0x5571735ec6f0 void 0.000196
+gallium_dri.so malloc 72 0x5571735ec840 0.000198
+gallium_dri.so free 0x5571735ec900 void 0.000150
+gallium_dri.so free 0x5571735ec840 void 0.000145
+gallium_dri.so malloc 72 0x5571735ec840 0.000142
+gallium_dri.so free 0x5571735dc8c0 void 0.000198
+gallium_dri.so free 0x5571735ec840 void 0.000191
+gallium_dri.so malloc 72 0x5571735dc870 0.000193
+gallium_dri.so free 0x5571735dc940 void 0.000189
+gallium_dri.so free 0x5571735dc870 void 0.000185
+gallium_dri.so malloc 72 0x5571735dc940 0.000195
+gallium_dri.so free 0x5571735dca00 void 0.000188
+gallium_dri.so free 0x5571735dc940 void 0.000176
+gallium_dri.so malloc 72 0x5571735dc940 0.000174
+gallium_dri.so free 0x5571735dca80 void 0.000192
+gallium_dri.so free 0x5571735dc940 void 0.000182
+gallium_dri.so malloc 72 0x5571735dca80 0.000216
+gallium_dri.so free 0x5571735dcb40 void 0.000275
+gallium_dri.so free 0x5571735dca80 void 0.000260
+gallium_dri.so malloc 72 0x5571735dca80 0.000223
+gallium_dri.so free 0x5571735e26c0 void 0.000223
+gallium_dri.so free 0x5571735dca80 void 0.000182
+gallium_dri.so malloc 72 0x5571735e26f0 0.000176
+gallium_dri.so free 0x5571735e2740 void 0.000166
+gallium_dri.so free 0x5571735e26f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735e26f0 0.000171
+gallium_dri.so free 0x5571735e2840 void 0.000166
+gallium_dri.so free 0x5571735e26f0 void 0.000184
+gallium_dri.so malloc 72 0x5571735e27f0 0.000172
+gallium_dri.so free 0x5571735e2900 void 0.000175
+gallium_dri.so free 0x5571735e27f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735e28b0 0.000124
+gallium_dri.so free 0x5571735e2980 void 0.000126
+gallium_dri.so free 0x5571735e28b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e29a0 0.000118
+gallium_dri.so free 0x5571735fe280 void 0.000119
+gallium_dri.so free 0x5571735e29a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fe230 0.000117
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe230 void 0.000131
+gallium_dri.so malloc 72 0x5571735fe230 0.000126
+gallium_dri.so free 0x5571735fe380 void 0.000125
+gallium_dri.so free 0x5571735fe230 void 0.000126
+gallium_dri.so malloc 72 0x5571735fe380 0.000123
+gallium_dri.so free 0x5571735fe440 void 0.000123
+gallium_dri.so free 0x5571735fe380 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe380 0.000123
+gallium_dri.so free 0x5571735fe500 void 0.000120
+gallium_dri.so free 0x5571735fe380 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe380 0.000118
+gallium_dri.so free 0x5571735df640 void 0.000120
+gallium_dri.so free 0x5571735fe380 void 0.000128
+gallium_dri.so malloc 72 0x5571735df5f0 0.000120
+gallium_dri.so free 0x5571735df640 void 0.000119
+gallium_dri.so free 0x5571735df5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735df5f0 0.000120
+gallium_dri.so free 0x5571735df740 void 0.000119
+gallium_dri.so free 0x5571735df5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df6f0 0.000127
+gallium_dri.so free 0x5571735df800 void 0.000135
+gallium_dri.so free 0x5571735df6f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df7b0 0.000132
+gallium_dri.so free 0x5571735df840 void 0.000135
+gallium_dri.so free 0x5571735df7b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df7b0 0.000126
+gallium_dri.so free 0x5571735df900 void 0.000126
+gallium_dri.so free 0x5571735df7b0 void 0.000171
+gallium_dri.so malloc 72 0x5571735df940 0.000128
+gallium_dri.so free 0x5571735f5900 void 0.000128
+gallium_dri.so free 0x5571735df940 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5950 0.000150
+gallium_dri.so free 0x5571735f59c0 void 0.000137
+gallium_dri.so free 0x5571735f5950 void 0.000169
+gallium_dri.so malloc 72 0x5571735f5a20 0.000117
+gallium_dri.so free 0x5571735f5ac0 void 0.000225
+gallium_dri.so free 0x5571735f5a20 void 0.000176
+gallium_dri.so malloc 72 0x5571735f5a70 0.000165
+gallium_dri.so free 0x5571735f5b00 void 0.000147
+gallium_dri.so free 0x5571735f5a70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a70 0.000116
+gallium_dri.so free 0x5571735f5bc0 void 0.000117
+gallium_dri.so free 0x5571735f5a70 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5c00 0.000114
+gallium_dri.so free 0x55717360dc00 void 0.000115
+gallium_dri.so free 0x5571735f5c00 void 0.000115
+gallium_dri.so malloc 72 0x55717360dbb0 0.000119
+gallium_dri.so free 0x55717360dcc0 void 0.000115
+gallium_dri.so free 0x55717360dbb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360dc70 0.000124
+gallium_dri.so free 0x55717360dd00 void 0.000143
+gallium_dri.so free 0x55717360dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717360dc70 0.000115
+gallium_dri.so free 0x55717360ddc0 void 0.000132
+gallium_dri.so free 0x55717360dc70 void 0.000178
+gallium_dri.so malloc 72 0x55717360de10 0.000180
+gallium_dri.so free 0x55717360de80 void 0.000796
+gallium_dri.so free 0x55717360de10 void 0.000134
+gallium_dri.so malloc 72 0x55717360dec0 0.000133
+gallium_dri.so free 0x5571735c4ac0 void 0.000132
+gallium_dri.so free 0x55717360dec0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4a70 0.000175
+gallium_dri.so free 0x5571735c4b80 void 0.000124
+gallium_dri.so free 0x5571735c4a70 void 0.000116
+gallium_dri.so malloc 72 0x5571735c4b30 0.000116
+gallium_dri.so free 0x5571735c4bc0 void 0.000131
+gallium_dri.so free 0x5571735c4b30 void 0.000142
+gallium_dri.so malloc 72 0x5571735c4b30 0.000144
+gallium_dri.so free 0x5571735c4c80 void 0.000198
+gallium_dri.so free 0x5571735c4b30 void 0.000207
+gallium_dri.so malloc 72 0x5571735c4cc0 0.000201
+gallium_dri.so free 0x5571735c4d40 void 0.000174
+gallium_dri.so free 0x5571735c4cc0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c4d40 0.000171
+gallium_dri.so free 0x557173461780 void 0.000172
+gallium_dri.so free 0x5571735c4d40 void 0.000166
+gallium_dri.so malloc 72 0x557173461730 0.000172
+gallium_dri.so free 0x557173461800 void 0.000181
+gallium_dri.so free 0x557173461730 void 0.000207
+gallium_dri.so malloc 72 0x557173461820 0.000205
+gallium_dri.so free 0x5571734618c0 void 0.000224
+gallium_dri.so free 0x557173461820 void 0.000205
+gallium_dri.so malloc 72 0x557173461870 0.000202
+gallium_dri.so free 0x557173461940 void 0.000251
+gallium_dri.so free 0x557173461870 void 0.000241
+gallium_dri.so malloc 72 0x557173461870 0.000199
+gallium_dri.so free 0x5571734619c0 void 0.000233
+gallium_dri.so free 0x557173461870 void 0.000227
+gallium_dri.so malloc 72 0x5571734619c0 0.000193
+gallium_dri.so free 0x5571735db580 void 0.000197
+gallium_dri.so free 0x5571734619c0 void 0.000242
+gallium_dri.so malloc 72 0x5571735db5a0 0.000230
+gallium_dri.so free 0x5571735db640 void 0.000225
+gallium_dri.so free 0x5571735db5a0 void 0.000185
+gallium_dri.so malloc 72 0x5571735db5f0 0.000186
+gallium_dri.so free 0x5571735db6c0 void 0.000224
+gallium_dri.so free 0x5571735db5f0 void 0.000222
+gallium_dri.so malloc 72 0x5571735db5f0 0.000218
+gallium_dri.so free 0x5571735db7c0 void 0.000219
+gallium_dri.so free 0x5571735db5f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735db770 0.000123
+gallium_dri.so free 0x5571735db840 void 0.000190
+gallium_dri.so free 0x5571735db770 void 0.000124
+gallium_dri.so malloc 72 0x5571735db890 0.000192
+gallium_dri.so free 0x55717346cc40 void 0.000123
+gallium_dri.so free 0x5571735db890 void 0.000185
+gallium_dri.so malloc 72 0x55717346cbf0 0.000123
+gallium_dri.so free 0x55717346cc80 void 0.000181
+gallium_dri.so free 0x55717346cbf0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cbf0 0.000193
+gallium_dri.so free 0x55717346cd40 void 0.000128
+gallium_dri.so free 0x55717346cbf0 void 0.000180
+gallium_dri.so malloc 72 0x55717346cd80 0.000126
+gallium_dri.so free 0x55717346ce00 void 0.000132
+gallium_dri.so free 0x55717346cd80 void 0.000124
+gallium_dri.so malloc 72 0x55717346ce00 0.000126
+gallium_dri.so free 0x55717346cec0 void 0.000140
+gallium_dri.so free 0x55717346ce00 void 0.000138
+gallium_dri.so malloc 72 0x55717346ce00 0.000138
+gallium_dri.so free 0x55717360c8c0 void 0.000135
+gallium_dri.so free 0x55717346ce00 void 0.000132
+gallium_dri.so malloc 72 0x55717360c8e0 0.000132
+gallium_dri.so free 0x55717360c980 void 0.000135
+gallium_dri.so free 0x55717360c8e0 void 0.000133
+gallium_dri.so malloc 72 0x55717360c930 0.000141
+gallium_dri.so free 0x55717360ca00 void 0.000137
+gallium_dri.so free 0x55717360c930 void 0.000138
+gallium_dri.so malloc 72 0x55717360c930 0.000138
+gallium_dri.so free 0x55717360ca80 void 0.000137
+gallium_dri.so free 0x55717360c930 void 0.000135
+gallium_dri.so malloc 72 0x55717360ca80 0.000251
+gallium_dri.so free 0x55717360cb40 void 0.000133
+gallium_dri.so free 0x55717360ca80 void 0.000130
+gallium_dri.so malloc 72 0x55717360ca80 0.000131
+gallium_dri.so free 0x557173601340 void 0.000149
+gallium_dri.so free 0x55717360ca80 void 0.000131
+gallium_dri.so malloc 72 0x55717360ca80 0.000132
+gallium_dri.so free 0x557173601400 void 0.000132
+gallium_dri.so free 0x55717360ca80 void 0.000134
+gallium_dri.so malloc 72 0x5571736013b0 0.000135
+gallium_dri.so free 0x5571736014c0 void 0.000155
+gallium_dri.so free 0x5571736013b0 void 0.000178
+gallium_dri.so malloc 72 0x557173601470 0.000192
+gallium_dri.so free 0x557173601540 void 0.000151
+gallium_dri.so free 0x557173601470 void 0.000169
+gallium_dri.so malloc 72 0x557173601590 0.000128
+gallium_dri.so free 0x557173601600 void 0.000150
+gallium_dri.so free 0x557173601590 void 0.000125
+gallium_dri.so malloc 72 0x557173601620 0.000158
+gallium_dri.so free 0x5571735f5040 void 0.000135
+gallium_dri.so free 0x557173601620 void 0.000149
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000164
+gallium_dri.so free 0x5571735f50c0 void 0.000149
+gallium_dri.so free 0x5571735f4ff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000127
+gallium_dri.so free 0x5571735f5140 void 0.000155
+gallium_dri.so free 0x5571735f4ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f5140 0.000149
+gallium_dri.so free 0x5571735f5200 void 0.000138
+gallium_dri.so free 0x5571735f5140 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5140 0.000127
+gallium_dri.so free 0x5571735f5300 void 0.000129
+gallium_dri.so free 0x5571735f5140 void 0.000149
+gallium_dri.so malloc 72 0x5571735f52b0 0.000125
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735f52b0 void 0.000732
+gallium_dri.so malloc 72 0x5571735ebd70 0.000140
+gallium_dri.so free 0x5571735ebe40 void 0.000147
+gallium_dri.so free 0x5571735ebd70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebd70 0.000155
+gallium_dri.so free 0x5571735ebec0 void 0.000137
+gallium_dri.so free 0x5571735ebd70 void 0.000134
+gallium_dri.so malloc 72 0x5571735ebec0 0.000135
+gallium_dri.so free 0x5571735f5340 void 0.000134
+gallium_dri.so free 0x5571735ebec0 void 0.000293
+gallium_dri.so malloc 72 0x5571735ebec0 0.000139
+gallium_dri.so free 0x5571735ebf80 void 0.000131
+gallium_dri.so free 0x5571735ebec0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ebec0 0.000127
+gallium_dri.so free 0x5571735ec040 void 0.000124
+gallium_dri.so free 0x5571735ebec0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ec0b0 0.000140
+gallium_dri.so free 0x5571735e1e00 void 0.000147
+gallium_dri.so free 0x5571735ec0b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1db0 0.000136
+gallium_dri.so free 0x5571735e1e80 void 0.000115
+gallium_dri.so free 0x5571735e1db0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1ed0 0.000115
+gallium_dri.so free 0x5571735e1f40 void 0.000115
+gallium_dri.so free 0x5571735e1ed0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1f60 0.000114
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1f60 void 0.000133
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000121
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so free 0x5571735e1fb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000150
+gallium_dri.so free 0x5571735dacc0 void 0.000134
+gallium_dri.so free 0x5571735e1fb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735dac70 0.000117
+gallium_dri.so free 0x5571735dad80 void 0.000115
+gallium_dri.so free 0x5571735dac70 void 0.000126
+gallium_dri.so malloc 72 0x5571735dad30 0.000122
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735dad30 void 0.000121
+gallium_dri.so malloc 72 0x5571735dad30 0.000120
+gallium_dri.so free 0x5571735dae00 void 0.000121
+gallium_dri.so free 0x5571735dad30 void 0.000120
+gallium_dri.so malloc 72 0x5571735dad30 0.000121
+gallium_dri.so free 0x5571735daec0 void 0.000121
+gallium_dri.so free 0x5571735dad30 void 0.000121
+gallium_dri.so malloc 72 0x5571735daf00 0.000122
+gallium_dri.so free 0x5571735daf80 void 0.000122
+gallium_dri.so free 0x5571735daf00 void 0.000122
+gallium_dri.so malloc 72 0x5571735daf80 0.000122
+gallium_dri.so free 0x5571735fb680 void 0.000121
+gallium_dri.so free 0x5571735daf80 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb630 0.000237
+gallium_dri.so free 0x5571735fb6c0 void 0.000152
+gallium_dri.so free 0x5571735fb630 void 0.000146
+gallium_dri.so malloc 72 0x5571735fb630 0.000134
+gallium_dri.so free 0x5571735fb780 void 0.000135
+gallium_dri.so free 0x5571735fb630 void 0.000142
+gallium_dri.so malloc 72 0x5571735fb7d0 0.000135
+gallium_dri.so free 0x5571735fb840 void 0.000134
+gallium_dri.so free 0x5571735fb7d0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb880 0.000144
+gallium_dri.so free 0x5571735fb900 void 0.000141
+gallium_dri.so free 0x5571735fb880 void 0.000140
+gallium_dri.so malloc 72 0x5571735fb900 0.000138
+gallium_dri.so free 0x5571735c0900 void 0.000139
+gallium_dri.so free 0x5571735fb900 void 0.000140
+gallium_dri.so malloc 72 0x5571735c08b0 0.000130
+gallium_dri.so free 0x5571735c0940 void 0.000130
+gallium_dri.so free 0x5571735c08b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c08b0 0.000131
+gallium_dri.so free 0x5571735c0a00 void 0.000130
+gallium_dri.so free 0x5571735c08b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a40 0.000130
+gallium_dri.so free 0x5571735c0ac0 void 0.000130
+gallium_dri.so free 0x5571735c0a40 void 0.000150
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000133
+gallium_dri.so free 0x5571735c0b80 void 0.000134
+gallium_dri.so free 0x5571735c0ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000134
+gallium_dri.so free 0x5571735c0c00 void 0.000136
+gallium_dri.so free 0x5571735c0ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0ac0 0.000133
+gallium_dri.so free 0x5571736068c0 void 0.000133
+gallium_dri.so free 0x5571735c0ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571736068f0 0.000133
+gallium_dri.so free 0x557173606940 void 0.000133
+gallium_dri.so free 0x5571736068f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736068f0 0.000138
+gallium_dri.so free 0x557173606a40 void 0.000135
+gallium_dri.so free 0x5571736068f0 void 0.000206
+gallium_dri.so malloc 72 0x5571736069f0 0.000224
+gallium_dri.so free 0x557173606b00 void 0.000216
+gallium_dri.so free 0x5571736069f0 void 0.000128
+gallium_dri.so malloc 72 0x557173606ab0 0.000129
+gallium_dri.so free 0x557173606b40 void 0.000128
+gallium_dri.so free 0x557173606ab0 void 0.000147
+gallium_dri.so malloc 72 0x557173606ab0 0.000151
+gallium_dri.so free 0x5571735f3300 void 0.000121
+gallium_dri.so free 0x557173606ab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f3370 0.000116
+gallium_dri.so free 0x5571735f33c0 void 0.000115
+gallium_dri.so free 0x5571735f3370 void 0.000121
+gallium_dri.so malloc 72 0x5571735f3370 0.000114
+gallium_dri.so free 0x557173606c00 void 0.000115
+gallium_dri.so free 0x5571735f3370 void 0.000157
+gallium_dri.so malloc 72 0x557173606c50 0.000142
+gallium_dri.so free 0x5571735f34c0 void 0.000140
+gallium_dri.so free 0x557173606c50 void 0.000140
+gallium_dri.so malloc 72 0x5571735f3470 0.000137
+gallium_dri.so free 0x5571735f3500 void 0.000135
+gallium_dri.so free 0x5571735f3470 void 0.000133
+gallium_dri.so malloc 72 0x5571735f3470 0.000134
+gallium_dri.so free 0x5571735f35c0 void 0.000136
+gallium_dri.so free 0x5571735f3470 void 0.000134
+gallium_dri.so malloc 72 0x5571735f3600 0.000135
+gallium_dri.so free 0x5571735ff740 void 0.000147
+gallium_dri.so free 0x5571735f3600 void 0.000143
+gallium_dri.so malloc 72 0x5571735ff740 0.000143
+gallium_dri.so free 0x5571735ff800 void 0.000159
+gallium_dri.so free 0x5571735ff740 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff740 0.000142
+gallium_dri.so free 0x5571735ff8c0 void 0.000141
+gallium_dri.so free 0x5571735ff740 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff8e0 0.000130
+gallium_dri.so free 0x5571735ff980 void 0.000132
+gallium_dri.so free 0x5571735ff8e0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ff930 0.000129
+gallium_dri.so free 0x5571735f3680 void 0.000151
+gallium_dri.so free 0x5571735ff930 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff930 0.000125
+gallium_dri.so free 0x5571735ffa00 void 0.000126
+gallium_dri.so free 0x5571735ff930 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffa00 0.000114
+gallium_dri.so free 0x5571735ffac0 void 0.000116
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa00 0.000114
+gallium_dri.so free 0x557173620740 void 0.000117
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ffa00 0.000115
+gallium_dri.so free 0x557173620800 void 0.000114
+gallium_dri.so free 0x5571735ffa00 void 0.000114
+gallium_dri.so malloc 72 0x5571736207b0 0.000113
+gallium_dri.so free 0x5571736208c0 void 0.000116
+gallium_dri.so free 0x5571736207b0 void 0.000137
+gallium_dri.so malloc 72 0x557173620870 0.000123
+gallium_dri.so free 0x557173620940 void 0.000121
+gallium_dri.so free 0x557173620870 void 0.000118
+gallium_dri.so malloc 72 0x557173620990 0.000121
+gallium_dri.so free 0x557173620a00 void 0.000163
+gallium_dri.so free 0x557173620990 void 0.000165
+gallium_dri.so malloc 72 0x557173620a20 0.000171
+gallium_dri.so free 0x557173620ac0 void 0.000167
+gallium_dri.so free 0x557173620a20 void 0.000171
+gallium_dri.so malloc 72 0x557173620a70 0.000167
+gallium_dri.so free 0x557173464e00 void 0.000186
+gallium_dri.so free 0x557173620a70 void 0.000188
+gallium_dri.so malloc 72 0x557173620a70 0.000178
+gallium_dri.so free 0x557173464e80 void 0.000179
+gallium_dri.so free 0x557173620a70 void 0.000190
+gallium_dri.so malloc 72 0x557173464e80 0.000186
+gallium_dri.so free 0x557173464f40 void 0.000179
+gallium_dri.so free 0x557173464e80 void 0.000184
+gallium_dri.so malloc 72 0x557173464e80 0.000213
+gallium_dri.so free 0x557173465040 void 0.000186
+gallium_dri.so free 0x557173464e80 void 0.000183
+gallium_dri.so malloc 72 0x557173464ff0 0.000183
+gallium_dri.so free 0x557173465080 void 0.000172
+gallium_dri.so free 0x557173464ff0 void 0.000184
+gallium_dri.so malloc 72 0x557173464ff0 0.000190
+gallium_dri.so free 0x557173465140 void 0.000203
+gallium_dri.so free 0x557173464ff0 void 0.000202
+gallium_dri.so malloc 72 0x557173465180 0.000168
+gallium_dri.so free 0x5571735fd180 void 0.000176
+gallium_dri.so free 0x557173465180 void 0.000175
+gallium_dri.so malloc 72 0x5571735fd180 0.000172
+gallium_dri.so free 0x5571735fd240 void 0.000260
+gallium_dri.so free 0x5571735fd180 void 0.000175
+gallium_dri.so malloc 72 0x5571735fd180 0.000130
+gallium_dri.so free 0x5571735fd2c0 void 0.000116
+gallium_dri.so free 0x5571735fd180 void 0.000173
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000117
+gallium_dri.so free 0x5571735fd340 void 0.000114
+gallium_dri.so free 0x5571735fd2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000135
+gallium_dri.so free 0x5571735fd440 void 0.000147
+gallium_dri.so free 0x5571735fd2f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd480 0.000113
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x5571735fd480 void 0.000166
+gallium_dri.so malloc 72 0x557173462840 0.000116
+gallium_dri.so free 0x557173462900 void 0.000113
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x557173462840 0.000113
+gallium_dri.so free 0x557173462980 void 0.000114
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x5571734629b0 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000112
+gallium_dri.so free 0x5571734629b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734629b0 0.000112
+gallium_dri.so free 0x557173462a00 void 0.000112
+gallium_dri.so free 0x5571734629b0 void 0.000112
+gallium_dri.so malloc 72 0x557173462a00 0.000112
+gallium_dri.so free 0x557173462ac0 void 0.000112
+gallium_dri.so free 0x557173462a00 void 0.000115
+gallium_dri.so malloc 72 0x557173462a00 0.000135
+gallium_dri.so free 0x557173462bc0 void 0.000119
+gallium_dri.so free 0x557173462a00 void 0.000126
+gallium_dri.so malloc 72 0x557173462a00 0.000126
+gallium_dri.so free 0x557173608480 void 0.000122
+gallium_dri.so free 0x557173462a00 void 0.000130
+gallium_dri.so malloc 72 0x557173462a00 0.000126
+gallium_dri.so free 0x557173608540 void 0.000125
+gallium_dri.so free 0x557173462a00 void 0.000126
+gallium_dri.so malloc 72 0x5571736084f0 0.000124
+gallium_dri.so free 0x5571736085c0 void 0.000123
+gallium_dri.so free 0x5571736084f0 void 0.000124
+gallium_dri.so malloc 72 0x557173608610 0.000124
+gallium_dri.so free 0x557173608680 void 0.000124
+gallium_dri.so free 0x557173608610 void 0.000123
+gallium_dri.so malloc 72 0x5571736086a0 0.000124
+gallium_dri.so free 0x557173608740 void 0.000124
+gallium_dri.so free 0x5571736086a0 void 0.000124
+gallium_dri.so malloc 72 0x5571736086f0 0.000133
+gallium_dri.so free 0x5571736087c0 void 0.000138
+gallium_dri.so free 0x5571736086f0 void 0.000138
+gallium_dri.so malloc 72 0x5571736087c0 0.000134
+gallium_dri.so free 0x5571735d25c0 void 0.000134
+gallium_dri.so free 0x5571736087c0 void 0.000170
+gallium_dri.so malloc 72 0x5571736087c0 0.000231
+gallium_dri.so free 0x5571735d2640 void 0.000208
+gallium_dri.so free 0x5571736087c0 void 0.000188
+gallium_dri.so malloc 72 0x5571735d2640 0.000184
+gallium_dri.so free 0x5571735d2700 void 0.000191
+gallium_dri.so free 0x5571735d2640 void 0.000174
+gallium_dri.so malloc 72 0x5571735d2640 0.000200
+gallium_dri.so free 0x5571735d27c0 void 0.000214
+gallium_dri.so free 0x5571735d2640 void 0.000195
+gallium_dri.so malloc 72 0x5571735d2640 0.000315
+gallium_dri.so free 0x5571735d2880 void 0.000150
+gallium_dri.so free 0x5571735d2640 void 0.000138
+gallium_dri.so malloc 72 0x5571735d2830 0.000136
+gallium_dri.so free 0x5571735d2900 void 0.000147
+gallium_dri.so free 0x5571735d2830 void 0.000135
+gallium_dri.so malloc 72 0x5571735d2950 0.000130
+gallium_dri.so free 0x55717360f0c0 void 0.000129
+gallium_dri.so free 0x5571735d2950 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2950 0.000140
+gallium_dri.so free 0x55717360f140 void 0.000162
+gallium_dri.so free 0x5571735d2950 void 0.000180
+gallium_dri.so malloc 72 0x5571735d2950 0.000197
+gallium_dri.so free 0x55717360f200 void 0.000183
+gallium_dri.so free 0x5571735d2950 void 0.000230
+gallium_dri.so malloc 72 0x5571735d2950 0.000230
+gallium_dri.so free 0x55717360f2c0 void 0.000202
+gallium_dri.so free 0x5571735d2950 void 0.000220
+gallium_dri.so malloc 72 0x55717360f270 0.000232
+gallium_dri.so free 0x55717360f340 void 0.000185
+gallium_dri.so free 0x55717360f270 void 0.000187
+gallium_dri.so malloc 72 0x55717360f390 0.000222
+gallium_dri.so free 0x55717360f400 void 0.000228
+gallium_dri.so free 0x55717360f390 void 0.000188
+gallium_dri.so malloc 72 0x55717360f420 0.000184
+gallium_dri.so free 0x5571735f8100 void 0.000270
+gallium_dri.so free 0x55717360f420 void 0.000222
+gallium_dri.so malloc 72 0x55717360f420 0.000194
+gallium_dri.so free 0x5571735f81c0 void 0.000197
+gallium_dri.so free 0x55717360f420 void 0.000195
+gallium_dri.so malloc 72 0x5571735f8170 0.000192
+gallium_dri.so free 0x5571735f81c0 void 0.000193
+gallium_dri.so free 0x5571735f8170 void 0.000191
+gallium_dri.so malloc 72 0x5571735f8170 0.000204
+gallium_dri.so free 0x5571735f82c0 void 0.000217
+gallium_dri.so free 0x5571735f8170 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8270 0.000127
+gallium_dri.so free 0x5571735f8380 void 0.000172
+gallium_dri.so free 0x5571735f8270 void 0.000200
+gallium_dri.so malloc 72 0x5571735f8330 0.000146
+gallium_dri.so free 0x5571735f83c0 void 0.000179
+gallium_dri.so free 0x5571735f8330 void 0.000251
+gallium_dri.so malloc 72 0x5571735f8330 0.000189
+gallium_dri.so free 0x5571735d0000 void 0.000198
+gallium_dri.so free 0x5571735f8330 void 0.000255
+gallium_dri.so malloc 72 0x5571735f8330 0.000205
+gallium_dri.so free 0x5571735d0080 void 0.000188
+gallium_dri.so free 0x5571735f8330 void 0.000210
+gallium_dri.so malloc 72 0x5571735d0080 0.000201
+gallium_dri.so free 0x5571735d0140 void 0.000230
+gallium_dri.so free 0x5571735d0080 void 0.000242
+gallium_dri.so malloc 72 0x5571735d0080 0.000249
+gallium_dri.so free 0x5571735d0240 void 0.000234
+gallium_dri.so free 0x5571735d0080 void 0.000176
+gallium_dri.so malloc 72 0x5571735d0080 0.000158
+gallium_dri.so free 0x5571735f8480 void 0.000127
+gallium_dri.so free 0x5571735d0080 void 0.000122
+gallium_dri.so malloc 72 0x5571735f84b0 0.000140
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735f84b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0300 0.000122
+gallium_dri.so free 0x5571735c39c0 void 0.000129
+gallium_dri.so free 0x5571735d0300 void 0.000122
+gallium_dri.so malloc 72 0x5571735c39c0 0.000122
+gallium_dri.so free 0x5571735c3a80 void 0.000167
+gallium_dri.so free 0x5571735c39c0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c39c0 0.000173
+gallium_dri.so free 0x5571735c3b00 void 0.000141
+gallium_dri.so free 0x5571735c39c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3b30 0.000135
+gallium_dri.so free 0x5571735c3b80 void 0.000179
+gallium_dri.so free 0x5571735c3b30 void 0.000192
+gallium_dri.so malloc 72 0x5571735c3b80 0.000179
+gallium_dri.so free 0x5571735d0380 void 0.000193
+gallium_dri.so free 0x5571735c3b80 void 0.000178
+gallium_dri.so malloc 72 0x5571735c3b80 0.000192
+gallium_dri.so free 0x5571735c3c40 void 0.000188
+gallium_dri.so free 0x5571735c3b80 void 0.000205
+gallium_dri.so malloc 72 0x5571735c3c40 0.000182
+gallium_dri.so free 0x5571735c3d00 void 0.000201
+gallium_dri.so free 0x5571735c3c40 void 0.000210
+gallium_dri.so malloc 72 0x5571735c3c40 0.000187
+gallium_dri.so free 0x55717358e200 void 0.000175
+gallium_dri.so free 0x5571735c3c40 void 0.000177
+gallium_dri.so malloc 72 0x5571735c3c40 0.000170
+gallium_dri.so free 0x55717358e2c0 void 0.000167
+gallium_dri.so free 0x5571735c3c40 void 0.000171
+gallium_dri.so malloc 72 0x55717358e270 0.000181
+gallium_dri.so free 0x55717358e340 void 0.000184
+gallium_dri.so free 0x55717358e270 void 0.000185
+gallium_dri.so malloc 72 0x55717358e390 0.000189
+gallium_dri.so free 0x55717358e400 void 0.000169
+gallium_dri.so free 0x55717358e390 void 0.000173
+gallium_dri.so malloc 72 0x55717358e440 0.000173
+gallium_dri.so free 0x55717358e4c0 void 0.000194
+gallium_dri.so free 0x55717358e440 void 0.000209
+gallium_dri.so malloc 72 0x55717358e440 0.000207
+gallium_dri.so free 0x55717358e540 void 0.000189
+gallium_dri.so free 0x55717358e440 void 0.000147
+gallium_dri.so malloc 72 0x55717358e570 0.000119
+gallium_dri.so free 0x55717346e100 void 0.000118
+gallium_dri.so free 0x55717358e570 void 0.000117
+gallium_dri.so malloc 72 0x55717358e570 0.000116
+gallium_dri.so free 0x55717346e180 void 0.000117
+gallium_dri.so free 0x55717358e570 void 0.000116
+gallium_dri.so malloc 72 0x55717346e180 0.000115
+gallium_dri.so free 0x55717346e240 void 0.000173
+gallium_dri.so free 0x55717346e180 void 0.000140
+gallium_dri.so malloc 72 0x55717346e180 0.000136
+gallium_dri.so free 0x55717346e300 void 0.000127
+gallium_dri.so free 0x55717346e180 void 0.000131
+gallium_dri.so malloc 72 0x55717346e180 0.000128
+gallium_dri.so free 0x55717346e3c0 void 0.000132
+gallium_dri.so free 0x55717346e180 void 0.000127
+gallium_dri.so malloc 72 0x55717346e370 0.000128
+gallium_dri.so free 0x55717346e3c0 void 0.000128
+gallium_dri.so free 0x55717346e370 void 0.000139
+gallium_dri.so malloc 72 0x55717346e370 0.000127
+gallium_dri.so free 0x55717346bb40 void 0.000124
+gallium_dri.so free 0x55717346e370 void 0.000125
+gallium_dri.so malloc 72 0x55717346bb40 0.000123
+gallium_dri.so free 0x55717346e4c0 void 0.000124
+gallium_dri.so free 0x55717346bb40 void 0.000124
+gallium_dri.so malloc 72 0x55717346e470 0.000132
+gallium_dri.so free 0x55717346bc00 void 0.000136
+gallium_dri.so free 0x55717346e470 void 0.000138
+gallium_dri.so malloc 72 0x55717346e470 0.000140
+gallium_dri.so free 0x55717346bcc0 void 0.000134
+gallium_dri.so free 0x55717346e470 void 0.000134
+gallium_dri.so malloc 72 0x55717346bc70 0.000160
+gallium_dri.so free 0x55717346bd40 void 0.000178
+gallium_dri.so free 0x55717346bc70 void 0.000122
+gallium_dri.so malloc 72 0x55717346bd90 0.000126
+gallium_dri.so free 0x55717346be00 void 0.000132
+gallium_dri.so free 0x55717346bd90 void 0.000128
+gallium_dri.so malloc 72 0x55717346be60 0.000127
+gallium_dri.so free 0x55717346bf00 void 0.000125
+gallium_dri.so free 0x55717346be60 void 0.000125
+gallium_dri.so malloc 72 0x55717346beb0 0.000125
+gallium_dri.so free 0x557173469380 void 0.000124
+gallium_dri.so free 0x55717346beb0 void 0.000139
+gallium_dri.so malloc 72 0x55717346beb0 0.000135
+gallium_dri.so free 0x557173469440 void 0.000141
+gallium_dri.so free 0x55717346beb0 void 0.000135
+gallium_dri.so malloc 72 0x5571734693f0 0.000137
+gallium_dri.so free 0x5571734694c0 void 0.000135
+gallium_dri.so free 0x5571734693f0 void 0.000139
+gallium_dri.so malloc 72 0x557173469510 0.000136
+gallium_dri.so free 0x557173469580 void 0.000145
+gallium_dri.so free 0x557173469510 void 0.000133
+gallium_dri.so malloc 72 0x5571734695a0 0.000129
+gallium_dri.so free 0x557173469640 void 0.000129
+gallium_dri.so free 0x5571734695a0 void 0.000129
+gallium_dri.so malloc 72 0x5571734695f0 0.000126
+gallium_dri.so free 0x5571734696c0 void 0.000180
+gallium_dri.so free 0x5571734695f0 void 0.000181
+gallium_dri.so malloc 72 0x5571734696c0 0.000141
+gallium_dri.so free 0x5571735fdb80 void 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000117
+gallium_dri.so free 0x5571735fdc40 void 0.000171
+gallium_dri.so free 0x5571735fdbc0 void 0.000267
+gallium_dri.so malloc 72 0x5571735fdc40 0.000198
+gallium_dri.so free 0x5571735fdd00 void 0.000189
+gallium_dri.so free 0x5571735fdc40 void 0.000208
+gallium_dri.so malloc 72 0x5571735fdc40 0.000189
+gallium_dri.so free 0x5571735fdd80 void 0.000225
+gallium_dri.so free 0x5571735fdc40 void 0.000133
+gallium_dri.so malloc 72 0x5571735fddb0 0.000134
+gallium_dri.so free 0x5571735fde00 void 0.000205
+gallium_dri.so free 0x5571735fddb0 void 0.000215
+gallium_dri.so malloc 72 0x5571735fddb0 0.000228
+gallium_dri.so free 0x5571735fdf00 void 0.000234
+gallium_dri.so free 0x5571735fddb0 void 0.000182
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000197
+gallium_dri.so free 0x5571735d0a00 void 0.000611
+gallium_dri.so free 0x5571735fdeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735d0a40 0.000169
+gallium_dri.so free 0x5571735d0ac0 void 0.000122
+gallium_dri.so free 0x5571735d0a40 void 0.000136
+gallium_dri.so malloc 72 0x5571735d0a40 0.000146
+gallium_dri.so free 0x5571735d0b40 void 0.000142
+gallium_dri.so free 0x5571735d0a40 void 0.000135
+gallium_dri.so malloc 72 0x5571735d0b70 0.000127
+gallium_dri.so free 0x5571735d0bc0 void 0.000131
+gallium_dri.so free 0x5571735d0b70 void 0.000133
+gallium_dri.so malloc 72 0x5571735d0b70 0.000138
+gallium_dri.so free 0x5571735d0cc0 void 0.000127
+gallium_dri.so free 0x5571735d0b70 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0c70 0.000127
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0c70 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0d30 0.000186
+gallium_dri.so free 0x557173609e80 void 0.000189
+gallium_dri.so free 0x5571735d0d30 void 0.000188
+gallium_dri.so malloc 72 0x557173609eb0 0.000175
+gallium_dri.so free 0x557173609f00 void 0.000243
+gallium_dri.so free 0x557173609eb0 void 0.000213
+gallium_dri.so malloc 72 0x557173609eb0 0.000175
+gallium_dri.so free 0x55717360a000 void 0.000195
+gallium_dri.so free 0x557173609eb0 void 0.000262
+gallium_dri.so malloc 72 0x55717360a040 0.000302
+gallium_dri.so free 0x55717360a0c0 void 0.000206
+gallium_dri.so free 0x55717360a040 void 0.000207
+gallium_dri.so malloc 72 0x55717360a0c0 0.000164
+gallium_dri.so free 0x5571735d0dc0 void 0.000181
+gallium_dri.so free 0x55717360a0c0 void 0.000183
+gallium_dri.so malloc 72 0x55717360a0c0 0.000190
+gallium_dri.so free 0x55717360a180 void 0.000223
+gallium_dri.so free 0x55717360a0c0 void 0.000195
+gallium_dri.so malloc 72 0x55717360a0c0 0.000194
+gallium_dri.so free 0x55717360a240 void 0.000180
+gallium_dri.so free 0x55717360a0c0 void 0.000188
+gallium_dri.so malloc 72 0x55717360a1f0 0.000180
+gallium_dri.so free 0x5571735e3300 void 0.000170
+gallium_dri.so free 0x55717360a1f0 void 0.000197
+gallium_dri.so malloc 72 0x5571735e3350 0.000193
+gallium_dri.so free 0x5571735e33c0 void 0.000177
+gallium_dri.so free 0x5571735e3350 void 0.000185
+gallium_dri.so malloc 72 0x5571735e3420 0.000177
+gallium_dri.so free 0x5571735e34c0 void 0.000180
+gallium_dri.so free 0x5571735e3420 void 0.000287
+gallium_dri.so malloc 72 0x5571735e3470 0.000218
+gallium_dri.so free 0x5571735e3500 void 0.000206
+gallium_dri.so free 0x5571735e3470 void 0.000203
+gallium_dri.so malloc 72 0x5571735e3470 0.000205
+gallium_dri.so free 0x5571735e35c0 void 0.000179
+gallium_dri.so free 0x5571735e3470 void 0.000214
+gallium_dri.so malloc 72 0x5571735e3600 0.000174
+gallium_dri.so free 0x5571735e3680 void 0.000170
+gallium_dri.so free 0x5571735e3600 void 0.000169
+gallium_dri.so malloc 72 0x5571735e3680 0.000173
+gallium_dri.so free 0x5571735f6540 void 0.000171
+gallium_dri.so free 0x5571735e3680 void 0.000170
+gallium_dri.so malloc 72 0x5571735f6560 0.000170
+gallium_dri.so free 0x5571735f6600 void 0.000170
+gallium_dri.so free 0x5571735f6560 void 0.000164
+gallium_dri.so malloc 72 0x5571735f65b0 0.000168
+gallium_dri.so free 0x5571735f6680 void 0.000161
+gallium_dri.so free 0x5571735f65b0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f6680 0.000160
+gallium_dri.so free 0x5571735f6740 void 0.000162
+gallium_dri.so free 0x5571735f6680 void 0.000159
+gallium_dri.so malloc 72 0x5571735f6680 0.000160
+gallium_dri.so free 0x5571735f67c0 void 0.000159
+gallium_dri.so free 0x5571735f6680 void 0.000157
+gallium_dri.so malloc 72 0x5571735f67c0 0.000175
+gallium_dri.so free 0x5571735f6880 void 0.000152
+gallium_dri.so free 0x5571735f67c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735f67c0 0.000201
+gallium_dri.so free 0x5571735c1e00 void 0.000743
+gallium_dri.so free 0x5571735f67c0 void 0.000156
+gallium_dri.so malloc 72 0x5571735c1e30 0.000136
+gallium_dri.so free 0x5571735c1e80 void 0.000134
+gallium_dri.so free 0x5571735c1e30 void 0.000135
+gallium_dri.so malloc 72 0x5571735c1e30 0.000137
+gallium_dri.so free 0x5571735c1f80 void 0.000129
+gallium_dri.so free 0x5571735c1e30 void 0.000145
+gallium_dri.so malloc 72 0x5571735c1f30 0.000131
+gallium_dri.so free 0x5571735c2040 void 0.000134
+gallium_dri.so free 0x5571735c1f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000127
+gallium_dri.so free 0x5571735c20c0 void 0.000129
+gallium_dri.so free 0x5571735c1ff0 void 0.000132
+gallium_dri.so malloc 72 0x5571735c20e0 0.000154
+gallium_dri.so free 0x5571735c2180 void 0.000145
+gallium_dri.so free 0x5571735c20e0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c2130 0.000177
+gallium_dri.so free 0x5571735911c0 void 0.000160
+gallium_dri.so free 0x5571735c2130 void 0.000126
+gallium_dri.so malloc 72 0x557173591200 0.000123
+gallium_dri.so free 0x557173591280 void 0.000122
+gallium_dri.so free 0x557173591200 void 0.000125
+gallium_dri.so malloc 72 0x557173591280 0.000124
+gallium_dri.so free 0x557173591340 void 0.000124
+gallium_dri.so free 0x557173591280 void 0.000139
+gallium_dri.so malloc 72 0x557173591280 0.000144
+gallium_dri.so free 0x5571735913c0 void 0.000144
+gallium_dri.so free 0x557173591280 void 0.000129
+gallium_dri.so malloc 72 0x5571735913f0 0.000133
+gallium_dri.so free 0x557173591440 void 0.000135
+gallium_dri.so free 0x5571735913f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735913f0 0.000127
+gallium_dri.so free 0x557173591540 void 0.000129
+gallium_dri.so free 0x5571735913f0 void 0.000129
+gallium_dri.so malloc 72 0x557173591580 0.000131
+gallium_dri.so free 0x557173469f80 void 0.000129
+gallium_dri.so free 0x557173591580 void 0.000139
+gallium_dri.so malloc 72 0x557173469fd0 0.000129
+gallium_dri.so free 0x55717346a040 void 0.000127
+gallium_dri.so free 0x557173469fd0 void 0.000128
+gallium_dri.so malloc 72 0x55717346a060 0.000125
+gallium_dri.so free 0x55717346a100 void 0.000307
+gallium_dri.so free 0x55717346a060 void 0.000130
+gallium_dri.so malloc 72 0x55717346a0b0 0.000152
+gallium_dri.so free 0x55717346a180 void 0.000170
+gallium_dri.so free 0x55717346a0b0 void 0.000193
+gallium_dri.so malloc 72 0x55717346a0b0 0.000178
+gallium_dri.so free 0x55717346a200 void 0.000207
+gallium_dri.so free 0x55717346a0b0 void 0.000230
+gallium_dri.so malloc 72 0x55717346a200 0.000177
+gallium_dri.so free 0x55717346a2c0 void 0.000191
+gallium_dri.so free 0x55717346a200 void 0.000180
+gallium_dri.so malloc 72 0x55717346a200 0.000180
+gallium_dri.so free 0x55717360d500 void 0.000179
+gallium_dri.so free 0x55717346a200 void 0.000212
+gallium_dri.so malloc 72 0x55717360d520 0.000188
+gallium_dri.so free 0x55717360d5c0 void 0.000276
+gallium_dri.so free 0x55717360d520 void 0.000223
+gallium_dri.so malloc 72 0x55717360d570 0.000212
+gallium_dri.so free 0x55717360d640 void 0.000243
+gallium_dri.so free 0x55717360d570 void 0.000236
+gallium_dri.so malloc 72 0x55717360d570 0.000219
+gallium_dri.so free 0x55717360d6c0 void 0.000232
+gallium_dri.so free 0x55717360d570 void 0.000234
+gallium_dri.so malloc 72 0x55717360d6c0 0.001427
+gallium_dri.so free 0x55717360d780 void 0.000331
+gallium_dri.so free 0x55717360d6c0 void 0.000219
+gallium_dri.so malloc 72 0x55717360d6c0 0.000203
+gallium_dri.so free 0x55717360d840 void 0.000132
+gallium_dri.so free 0x55717360d6c0 void 0.000117
+gallium_dri.so malloc 72 0x55717360d6c0 0.000118
+gallium_dri.so free 0x55717346c540 void 0.000121
+gallium_dri.so free 0x55717360d6c0 void 0.000116
+gallium_dri.so malloc 72 0x55717346c590 0.000117
+gallium_dri.so free 0x55717346c600 void 0.000115
+gallium_dri.so free 0x55717346c590 void 0.000117
+gallium_dri.so malloc 72 0x55717346c640 0.000114
+gallium_dri.so free 0x55717346c6c0 void 0.000116
+gallium_dri.so free 0x55717346c640 void 0.000113
+gallium_dri.so malloc 72 0x55717346c6c0 0.000115
+gallium_dri.so free 0x55717346c780 void 0.000117
+gallium_dri.so free 0x55717346c6c0 void 0.000118
+gallium_dri.so malloc 72 0x55717346c6c0 0.000115
+gallium_dri.so free 0x55717360d900 void 0.000114
+gallium_dri.so free 0x55717346c6c0 void 0.000113
+gallium_dri.so malloc 72 0x55717360d8b0 0.000115
+gallium_dri.so free 0x55717346c800 void 0.000125
+gallium_dri.so free 0x55717360d8b0 void 0.000153
+gallium_dri.so malloc 72 0x55717346c840 0.000118
+gallium_dri.so free 0x55717346c8c0 void 0.000119
+gallium_dri.so free 0x55717346c840 void 0.000126
+gallium_dri.so malloc 72 0x55717346c8c0 0.000129
+gallium_dri.so free 0x557173463240 void 0.000127
+gallium_dri.so free 0x55717346c8c0 void 0.000125
+gallium_dri.so malloc 72 0x557173463280 0.000124
+gallium_dri.so free 0x557173463300 void 0.000126
+gallium_dri.so free 0x557173463280 void 0.000123
+gallium_dri.so malloc 72 0x557173463280 0.000126
+gallium_dri.so free 0x557173463380 void 0.000124
+gallium_dri.so free 0x557173463280 void 0.000126
+gallium_dri.so malloc 72 0x5571734633b0 0.000125
+gallium_dri.so free 0x557173463400 void 0.000127
+gallium_dri.so free 0x5571734633b0 void 0.000131
+gallium_dri.so malloc 72 0x5571734633b0 0.000128
+gallium_dri.so free 0x557173463500 void 0.000136
+gallium_dri.so free 0x5571734633b0 void 0.000126
+gallium_dri.so malloc 72 0x5571734634b0 0.000128
+gallium_dri.so free 0x5571734635c0 void 0.000123
+gallium_dri.so free 0x5571734634b0 void 0.000131
+gallium_dri.so malloc 72 0x557173463570 0.000123
+gallium_dri.so free 0x55717358ec00 void 0.000137
+gallium_dri.so free 0x557173463570 void 0.000127
+gallium_dri.so malloc 72 0x55717358ec30 0.000123
+gallium_dri.so free 0x55717358ec80 void 0.000125
+gallium_dri.so free 0x55717358ec30 void 0.000123
+gallium_dri.so malloc 72 0x55717358ec30 0.000160
+gallium_dri.so free 0x55717358ed80 void 0.000161
+gallium_dri.so free 0x55717358ec30 void 0.000197
+gallium_dri.so malloc 72 0x55717358edc0 0.000175
+gallium_dri.so free 0x55717358ee40 void 0.000168
+gallium_dri.so free 0x55717358edc0 void 0.000189
+gallium_dri.so malloc 72 0x55717358ee40 0.000175
+gallium_dri.so free 0x557173463600 void 0.000306
+gallium_dri.so free 0x55717358ee40 void 0.000192
+gallium_dri.so malloc 72 0x55717358ee40 0.000134
+gallium_dri.so free 0x55717358ef00 void 0.000130
+gallium_dri.so free 0x55717358ee40 void 0.000136
+gallium_dri.so malloc 72 0x55717358ee40 0.000134
+gallium_dri.so free 0x55717358efc0 void 0.000138
+gallium_dri.so free 0x55717358ee40 void 0.000133
+gallium_dri.so malloc 72 0x55717358ef70 0.000132
+gallium_dri.so free 0x5571735f8b00 void 0.000137
+gallium_dri.so free 0x55717358ef70 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8b50 0.000133
+gallium_dri.so free 0x5571735f8bc0 void 0.000135
+gallium_dri.so free 0x5571735f8b50 void 0.000210
+gallium_dri.so malloc 72 0x5571735f8c20 0.000141
+gallium_dri.so free 0x5571735f8cc0 void 0.000126
+gallium_dri.so free 0x5571735f8c20 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8c70 0.000121
+gallium_dri.so free 0x5571735f8d00 void 0.000126
+gallium_dri.so free 0x5571735f8c70 void 0.000126
+gallium_dri.so malloc 72 0x5571735f8c70 0.000124
+gallium_dri.so free 0x5571735f8dc0 void 0.000122
+gallium_dri.so free 0x5571735f8c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8e00 0.000115
+gallium_dri.so free 0x5571735f8e80 void 0.000119
+gallium_dri.so free 0x5571735f8e00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8e80 0.000113
+gallium_dri.so free 0x5571735dc1c0 void 0.000112
+gallium_dri.so free 0x5571735f8e80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dc1e0 0.000110
+gallium_dri.so free 0x5571735dc280 void 0.000111
+gallium_dri.so free 0x5571735dc1e0 void 0.000110
+gallium_dri.so malloc 72 0x5571735dc230 0.000136
+gallium_dri.so free 0x5571735dc300 void 0.000121
+gallium_dri.so free 0x5571735dc230 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc300 0.000113
+gallium_dri.so free 0x5571735dc3c0 void 0.000110
+gallium_dri.so free 0x5571735dc300 void 0.000151
+gallium_dri.so malloc 72 0x5571735dc300 0.000185
+gallium_dri.so free 0x5571735dc440 void 0.000181
+gallium_dri.so free 0x5571735dc300 void 0.000173
+gallium_dri.so malloc 72 0x5571735dc440 0.000170
+gallium_dri.so free 0x5571735dc500 void 0.000165
+gallium_dri.so free 0x5571735dc440 void 0.000170
+gallium_dri.so malloc 72 0x5571735dc440 0.000174
+gallium_dri.so free 0x55717358c640 void 0.000164
+gallium_dri.so free 0x5571735dc440 void 0.000167
+gallium_dri.so malloc 72 0x55717358c670 0.000183
+gallium_dri.so free 0x55717358c6c0 void 0.000172
+gallium_dri.so free 0x55717358c670 void 0.000170
+gallium_dri.so malloc 72 0x55717358c670 0.000170
+gallium_dri.so free 0x55717358c7c0 void 0.000170
+gallium_dri.so free 0x55717358c670 void 0.000215
+gallium_dri.so malloc 72 0x55717358c770 0.000215
+gallium_dri.so free 0x55717358c880 void 0.000174
+gallium_dri.so free 0x55717358c770 void 0.000190
+gallium_dri.so malloc 72 0x55717358c830 0.000196
+gallium_dri.so free 0x55717358c900 void 0.000203
+gallium_dri.so free 0x55717358c830 void 0.000171
+gallium_dri.so malloc 72 0x55717358c920 0.000175
+gallium_dri.so free 0x55717358c9c0 void 0.000171
+gallium_dri.so free 0x55717358c920 void 0.000179
+gallium_dri.so malloc 72 0x55717358c970 0.000215
+gallium_dri.so free 0x557173600140 void 0.000213
+gallium_dri.so free 0x55717358c970 void 0.000210
+gallium_dri.so malloc 72 0x557173600180 0.000825
+gallium_dri.so free 0x557173600200 void 0.000244
+gallium_dri.so free 0x557173600180 void 0.000212
+gallium_dri.so malloc 72 0x557173600200 0.000205
+gallium_dri.so free 0x5571736002c0 void 0.000225
+gallium_dri.so free 0x557173600200 void 0.000234
+gallium_dri.so malloc 72 0x557173600200 0.000220
+gallium_dri.so free 0x557173600340 void 0.000198
+gallium_dri.so free 0x557173600200 void 0.000802
+gallium_dri.so malloc 72 0x557173600370 0.000272
+gallium_dri.so free 0x5571736003c0 void 0.000251
+gallium_dri.so free 0x557173600370 void 0.000218
+gallium_dri.so malloc 72 0x557173600370 0.000260
+gallium_dri.so free 0x5571736004c0 void 0.000208
+gallium_dri.so free 0x557173600370 void 0.000215
+gallium_dri.so malloc 72 0x557173600500 0.000201
+gallium_dri.so free 0x55717346eb00 void 0.000206
+gallium_dri.so free 0x557173600500 void 0.000197
+gallium_dri.so malloc 72 0x55717346eb50 0.000204
+gallium_dri.so free 0x55717346ebc0 void 0.000138
+gallium_dri.so free 0x55717346eb50 void 0.000137
+gallium_dri.so malloc 72 0x55717346ebe0 0.000135
+gallium_dri.so free 0x55717346ec80 void 0.000155
+gallium_dri.so free 0x55717346ebe0 void 0.000144
+gallium_dri.so malloc 72 0x55717346ec30 0.000140
+gallium_dri.so free 0x55717346ed00 void 0.000144
+gallium_dri.so free 0x55717346ec30 void 0.000137
+gallium_dri.so malloc 72 0x55717346ec30 0.000136
+gallium_dri.so free 0x55717346ed80 void 0.000137
+gallium_dri.so free 0x55717346ec30 void 0.000139
+gallium_dri.so malloc 72 0x55717346ed80 0.000137
+gallium_dri.so free 0x55717346ee40 void 0.000163
+gallium_dri.so free 0x55717346ed80 void 0.000144
+gallium_dri.so malloc 72 0x55717346ed80 0.000137
+gallium_dri.so free 0x5571735d5580 void 0.000138
+gallium_dri.so free 0x55717346ed80 void 0.000140
+gallium_dri.so malloc 72 0x5571735d55a0 0.000136
+gallium_dri.so free 0x5571735d5640 void 0.000136
+gallium_dri.so free 0x5571735d55a0 void 0.000136
+gallium_dri.so malloc 72 0x5571735d55f0 0.000136
+gallium_dri.so free 0x5571735d56c0 void 0.000137
+gallium_dri.so free 0x5571735d55f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735d55f0 0.000135
+gallium_dri.so free 0x5571735d5740 void 0.000135
+gallium_dri.so free 0x5571735d55f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735d5740 0.000135
+gallium_dri.so free 0x5571735d5800 void 0.000136
+gallium_dri.so free 0x5571735d5740 void 0.000136
+gallium_dri.so malloc 72 0x5571735d5740 0.000142
+gallium_dri.so free 0x5571735d58c0 void 0.000138
+gallium_dri.so free 0x5571735d5740 void 0.000137
+gallium_dri.so malloc 72 0x5571735d5740 0.000134
+gallium_dri.so free 0x55717358a080 void 0.000135
+gallium_dri.so free 0x5571735d5740 void 0.000154
+gallium_dri.so malloc 72 0x55717358a0d0 0.000137
+gallium_dri.so free 0x55717358a140 void 0.000136
+gallium_dri.so free 0x55717358a0d0 void 0.000135
+gallium_dri.so malloc 72 0x55717358a180 0.000137
+gallium_dri.so free 0x55717358a200 void 0.000136
+gallium_dri.so free 0x55717358a180 void 0.000139
+gallium_dri.so malloc 72 0x55717358a200 0.000142
+gallium_dri.so free 0x55717358a2c0 void 0.000137
+gallium_dri.so free 0x55717358a200 void 0.000140
+gallium_dri.so malloc 72 0x55717358a200 0.000151
+gallium_dri.so free 0x5571735d5980 void 0.000146
+gallium_dri.so free 0x55717358a200 void 0.000142
+gallium_dri.so malloc 72 0x5571735d5930 0.000133
+gallium_dri.so free 0x55717358a340 void 0.000138
+gallium_dri.so free 0x5571735d5930 void 0.000139
+gallium_dri.so malloc 72 0x55717358a380 0.000137
+gallium_dri.so free 0x55717358a400 void 0.000137
+gallium_dri.so free 0x55717358a380 void 0.000138
+gallium_dri.so malloc 72 0x55717358a400 0.000135
+gallium_dri.so free 0x557173604300 void 0.000134
+gallium_dri.so free 0x55717358a400 void 0.000141
+gallium_dri.so malloc 72 0x557173604340 0.000165
+gallium_dri.so free 0x5571736043c0 void 0.000138
+gallium_dri.so free 0x557173604340 void 0.000135
+gallium_dri.so malloc 72 0x557173604340 0.000135
+gallium_dri.so free 0x557173604440 void 0.000132
+gallium_dri.so free 0x557173604340 void 0.000139
+gallium_dri.so malloc 72 0x557173604470 0.000134
+gallium_dri.so free 0x5571736044c0 void 0.000138
+gallium_dri.so free 0x557173604470 void 0.000133
+gallium_dri.so malloc 72 0x557173604470 0.000139
+gallium_dri.so free 0x5571736045c0 void 0.000137
+gallium_dri.so free 0x557173604470 void 0.000133
+gallium_dri.so malloc 72 0x557173604570 0.000134
+gallium_dri.so free 0x557173604680 void 0.000135
+gallium_dri.so free 0x557173604570 void 0.000134
+gallium_dri.so malloc 72 0x557173604630 0.000135
+gallium_dri.so free 0x557173601d40 void 0.000136
+gallium_dri.so free 0x557173604630 void 0.000132
+gallium_dri.so malloc 72 0x557173601d70 0.000135
+gallium_dri.so free 0x557173601dc0 void 0.000134
+gallium_dri.so free 0x557173601d70 void 0.000135
+gallium_dri.so malloc 72 0x557173601d70 0.000133
+gallium_dri.so free 0x557173601ec0 void 0.000137
+gallium_dri.so free 0x557173601d70 void 0.000137
+gallium_dri.so malloc 72 0x557173601f00 0.000135
+gallium_dri.so free 0x557173601f80 void 0.000132
+gallium_dri.so free 0x557173601f00 void 0.000135
+gallium_dri.so malloc 72 0x557173601f80 0.000135
+gallium_dri.so free 0x5571736046c0 void 0.000137
+gallium_dri.so free 0x557173601f80 void 0.000136
+gallium_dri.so malloc 72 0x557173601f80 0.000180
+gallium_dri.so free 0x557173602040 void 0.001852
+gallium_dri.so free 0x557173601f80 void 0.000171
+gallium_dri.so malloc 72 0x557173601f80 0.002888
+gallium_dri.so free 0x557173602100 void 0.000234
+gallium_dri.so free 0x557173601f80 void 0.000204
+gallium_dri.so malloc 72 0x5571736020b0 0.000142
+gallium_dri.so free 0x55717360fac0 void 0.000234
+gallium_dri.so free 0x5571736020b0 void 0.000187
+gallium_dri.so malloc 72 0x55717360fb10 0.000217
+gallium_dri.so free 0x55717360fb80 void 0.000222
+gallium_dri.so free 0x55717360fb10 void 0.000275
+gallium_dri.so malloc 72 0x55717360fbe0 0.000217
+gallium_dri.so free 0x55717360fc80 void 0.000202
+gallium_dri.so free 0x55717360fbe0 void 0.000197
+gallium_dri.so malloc 72 0x55717360fc30 0.000203
+gallium_dri.so free 0x55717360fcc0 void 0.000189
+gallium_dri.so free 0x55717360fc30 void 0.000229
+gallium_dri.so malloc 72 0x55717360fc30 0.000204
+gallium_dri.so free 0x55717360fd80 void 0.000202
+gallium_dri.so free 0x55717360fc30 void 0.000271
+gallium_dri.so malloc 72 0x55717360fdc0 0.000200
+gallium_dri.so free 0x55717360fe40 void 0.000195
+gallium_dri.so free 0x55717360fdc0 void 0.000320
+gallium_dri.so malloc 72 0x55717360fe40 0.000285
+gallium_dri.so free 0x557173608e80 void 0.000209
+gallium_dri.so free 0x55717360fe40 void 0.000228
+gallium_dri.so malloc 72 0x557173608ea0 0.000226
+gallium_dri.so free 0x557173608f40 void 0.000314
+gallium_dri.so free 0x557173608ea0 void 0.000215
+gallium_dri.so malloc 72 0x557173608ef0 0.000196
+gallium_dri.so free 0x557173608fc0 void 0.000193
+gallium_dri.so free 0x557173608ef0 void 0.000201
+gallium_dri.so malloc 72 0x557173608fc0 0.000201
+gallium_dri.so free 0x557173609080 void 0.000205
+gallium_dri.so free 0x557173608fc0 void 0.000197
+gallium_dri.so malloc 72 0x557173608fc0 0.000217
+gallium_dri.so free 0x557173609100 void 0.000208
+gallium_dri.so free 0x557173608fc0 void 0.000196
+gallium_dri.so malloc 72 0x557173609100 0.000210
+gallium_dri.so free 0x5571736091c0 void 0.000188
+gallium_dri.so free 0x557173609100 void 0.000203
+gallium_dri.so malloc 72 0x557173609100 0.000209
+gallium_dri.so free 0x5571735def40 void 0.000202
+gallium_dri.so free 0x557173609100 void 0.000214
+gallium_dri.so malloc 72 0x5571735def70 0.000203
+gallium_dri.so free 0x5571735defc0 void 0.000204
+gallium_dri.so free 0x5571735def70 void 0.000197
+gallium_dri.so malloc 72 0x5571735def70 0.000272
+gallium_dri.so free 0x5571735df0c0 void 0.000143
+gallium_dri.so free 0x5571735def70 void 0.000136
+gallium_dri.so malloc 72 0x5571735df070 0.000136
+gallium_dri.so free 0x5571735df180 void 0.000136
+gallium_dri.so free 0x5571735df070 void 0.000153
+gallium_dri.so malloc 72 0x5571735df130 0.000146
+gallium_dri.so free 0x5571735df200 void 0.000147
+gallium_dri.so free 0x5571735df130 void 0.002539
+gallium_dri.so malloc 72 0x5571735df220 0.000770
+gallium_dri.so free 0x5571735df2c0 void 0.000202
+gallium_dri.so free 0x5571735df220 void 0.000179
+gallium_dri.so malloc 72 0x5571735df270 0.000186
+gallium_dri.so free 0x557173461080 void 0.000187
+gallium_dri.so free 0x5571735df270 void 0.000189
+gallium_dri.so malloc 72 0x5571734610c0 0.000185
+gallium_dri.so free 0x557173461140 void 0.000186
+gallium_dri.so free 0x5571734610c0 void 0.000186
+gallium_dri.so malloc 72 0x557173461140 0.000194
+gallium_dri.so free 0x557173461200 void 0.000193
+gallium_dri.so free 0x557173461140 void 0.000256
+gallium_dri.so malloc 72 0x557173461140 0.000278
+gallium_dri.so free 0x557173461280 void 0.000210
+gallium_dri.so free 0x557173461140 void 0.000235
+gallium_dri.so malloc 72 0x5571734612b0 0.000256
+gallium_dri.so free 0x557173461300 void 0.000166
+gallium_dri.so free 0x5571734612b0 void 0.000134
+gallium_dri.so malloc 72 0x5571734612b0 0.000136
+gallium_dri.so free 0x557173461400 void 0.000147
+gallium_dri.so free 0x5571734612b0 void 0.000318
+gallium_dri.so malloc 72 0x557173461440 0.000139
+gallium_dri.so free 0x5571735c43c0 void 0.000134
+gallium_dri.so free 0x557173461440 void 0.000138
+gallium_dri.so malloc 72 0x5571735c4410 0.000138
+gallium_dri.so free 0x5571735c4480 void 0.000136
+gallium_dri.so free 0x5571735c4410 void 0.000138
+gallium_dri.so malloc 72 0x5571735c44a0 0.000136
+gallium_dri.so free 0x5571735c4540 void 0.000158
+gallium_dri.so free 0x5571735c44a0 void 0.000950
+gallium_dri.so malloc 72 0x5571735c44f0 0.000151
+gallium_dri.so free 0x5571735c45c0 void 0.000147
+gallium_dri.so free 0x5571735c44f0 void 0.000135
+gallium_dri.so malloc 72 0x5571735c44f0 0.000130
+gallium_dri.so free 0x5571735c4640 void 0.000131
+gallium_dri.so free 0x5571735c44f0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4640 0.000135
+gallium_dri.so free 0x5571735c4700 void 0.000132
+gallium_dri.so free 0x5571735c4640 void 0.000132
+gallium_dri.so malloc 72 0x5571735c4640 0.000131
+gallium_dri.so free 0x557173467dc0 void 0.000131
+gallium_dri.so free 0x5571735c4640 void 0.000129
+gallium_dri.so malloc 72 0x557173467de0 0.000131
+gallium_dri.so free 0x557173467e80 void 0.000130
+gallium_dri.so free 0x557173467de0 void 0.000129
+gallium_dri.so malloc 72 0x557173467e30 0.000129
+gallium_dri.so free 0x557173467f00 void 0.000130
+gallium_dri.so free 0x557173467e30 void 0.000131
+gallium_dri.so malloc 72 0x557173467e30 0.000132
+gallium_dri.so free 0x557173467f80 void 0.000142
+gallium_dri.so free 0x557173467e30 void 0.000135
+gallium_dri.so malloc 72 0x557173467f80 0.000137
+gallium_dri.so free 0x557173468040 void 0.000133
+gallium_dri.so free 0x557173467f80 void 0.000138
+gallium_dri.so malloc 72 0x557173467f80 0.000161
+gallium_dri.so free 0x557173468100 void 0.000124
+gallium_dri.so free 0x557173467f80 void 0.000121
+gallium_dri.so malloc 72 0x557173467f80 0.000130
+gallium_dri.so free 0x5571735d2fc0 void 0.000206
+gallium_dri.so free 0x557173467f80 void 0.000238
+gallium_dri.so malloc 72 0x5571735d3010 0.000243
+gallium_dri.so free 0x5571735d3080 void 0.000245
+gallium_dri.so free 0x5571735d3010 void 0.000216
+gallium_dri.so malloc 72 0x5571735d30c0 0.000178
+gallium_dri.so free 0x5571735d3140 void 0.000215
+gallium_dri.so free 0x5571735d30c0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d3140 0.000164
+gallium_dri.so free 0x5571735d3200 void 0.000210
+gallium_dri.so free 0x5571735d3140 void 0.000280
+gallium_dri.so malloc 72 0x5571735d3140 0.000217
+gallium_dri.so free 0x5571734681c0 void 0.000179
+gallium_dri.so free 0x5571735d3140 void 0.000266
+gallium_dri.so malloc 72 0x557173468170 0.000241
+gallium_dri.so free 0x5571735d3280 void 0.000192
+gallium_dri.so free 0x557173468170 void 0.000174
+gallium_dri.so malloc 72 0x5571735d32c0 0.000174
+gallium_dri.so free 0x5571735d3340 void 0.000174
+gallium_dri.so free 0x5571735d32c0 void 0.000168
+gallium_dri.so malloc 72 0x5571735d3340 0.000178
+gallium_dri.so free 0x557173465800 void 0.000176
+gallium_dri.so free 0x5571735d3340 void 0.000174
+gallium_dri.so malloc 72 0x557173465840 0.000180
+gallium_dri.so free 0x5571734658c0 void 0.000187
+gallium_dri.so free 0x557173465840 void 0.000221
+gallium_dri.so malloc 72 0x557173465840 0.000213
+gallium_dri.so free 0x557173465940 void 0.000183
+gallium_dri.so free 0x557173465840 void 0.000196
+gallium_dri.so malloc 72 0x557173465970 0.000225
+gallium_dri.so free 0x5571734659c0 void 0.000227
+gallium_dri.so free 0x557173465970 void 0.000182
+gallium_dri.so malloc 72 0x557173465970 0.000200
+gallium_dri.so free 0x557173465ac0 void 0.000200
+gallium_dri.so free 0x557173465970 void 0.000181
+gallium_dri.so malloc 72 0x557173465a70 0.000197
+gallium_dri.so free 0x557173465b80 void 0.000193
+gallium_dri.so free 0x557173465a70 void 0.000205
+gallium_dri.so malloc 72 0x557173465b30 0.000185
+gallium_dri.so free 0x5571735ff140 void 0.000196
+gallium_dri.so free 0x557173465b30 void 0.000198
+gallium_dri.so malloc 72 0x557173465b30 0.000210
+gallium_dri.so free 0x5571735ff200 void 0.000129
+gallium_dri.so free 0x557173465b30 void 0.000161
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000124
+gallium_dri.so free 0x5571735ff200 void 0.000124
+gallium_dri.so free 0x5571735ff1b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000124
+gallium_dri.so free 0x5571735ff300 void 0.000115
+gallium_dri.so free 0x5571735ff1b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000114
+gallium_dri.so free 0x557173465bc0 void 0.000113
+gallium_dri.so free 0x5571735ff2b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff2b0 0.000113
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so free 0x5571735ff2b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff370 0.000112
+gallium_dri.so free 0x5571735ff440 void 0.000113
+gallium_dri.so free 0x5571735ff370 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff370 0.000113
+gallium_dri.so free 0x5571735ff4c0 void 0.000112
+gallium_dri.so free 0x5571735ff370 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000113
+gallium_dri.so free 0x5571735ff4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000124
+gallium_dri.so free 0x5571735ff580 void 0.000121
+gallium_dri.so free 0x5571735ff4c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff4c0 0.000121
+gallium_dri.so free 0x5571735e05c0 void 0.000121
+gallium_dri.so free 0x5571735ff4c0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e05f0 0.000120
+gallium_dri.so free 0x5571735e0640 void 0.000122
+gallium_dri.so free 0x5571735e05f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e05f0 0.000127
+gallium_dri.so free 0x5571735e0740 void 0.000127
+gallium_dri.so free 0x5571735e05f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e06f0 0.000121
+gallium_dri.so free 0x5571735e0800 void 0.000120
+gallium_dri.so free 0x5571735e06f0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e07b0 0.000116
+gallium_dri.so free 0x5571735e0840 void 0.000117
+gallium_dri.so free 0x5571735e07b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e07b0 0.000132
+gallium_dri.so free 0x5571735e0900 void 0.000120
+gallium_dri.so free 0x5571735e07b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e0950 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000120
+gallium_dri.so free 0x5571735e0950 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0950 0.000121
+gallium_dri.so free 0x5571735dd800 void 0.000131
+gallium_dri.so free 0x5571735e0950 void 0.000137
+gallium_dri.so malloc 72 0x5571735dd800 0.000133
+gallium_dri.so free 0x5571735dd8c0 void 0.000117
+gallium_dri.so free 0x5571735dd800 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd800 0.000112
+gallium_dri.so free 0x5571735dd980 void 0.000164
+gallium_dri.so free 0x5571735dd800 void 0.000172
+gallium_dri.so malloc 72 0x5571735dd800 0.000252
+gallium_dri.so free 0x5571735dda40 void 0.000178
+gallium_dri.so free 0x5571735dd800 void 0.000176
+gallium_dri.so malloc 72 0x5571735dd9f0 0.001773
+gallium_dri.so free 0x5571735ddac0 void 0.000249
+gallium_dri.so free 0x5571735dd9f0 void 0.000761
+gallium_dri.so malloc 72 0x5571735ddb10 0.000150
+gallium_dri.so free 0x5571735ddb80 void 0.000153
+gallium_dri.so free 0x5571735ddb10 void 0.000134
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000134
+gallium_dri.so free 0x5571735f7b00 void 0.000136
+gallium_dri.so free 0x5571735ddbc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ddbc0 0.000170
+gallium_dri.so free 0x5571735f7b80 void 0.000126
+gallium_dri.so free 0x5571735ddbc0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000121
+gallium_dri.so free 0x5571735f7c00 void 0.000119
+gallium_dri.so free 0x5571735f7bb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000114
+gallium_dri.so free 0x5571735f7d00 void 0.000113
+gallium_dri.so free 0x5571735f7bb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7cb0 0.000126
+gallium_dri.so free 0x5571735f7dc0 void 0.000127
+gallium_dri.so free 0x5571735f7cb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f7d70 0.000127
+gallium_dri.so free 0x5571735f7e00 void 0.000127
+gallium_dri.so free 0x5571735f7d70 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7d70 0.000130
+gallium_dri.so free 0x5571735f7ec0 void 0.000121
+gallium_dri.so free 0x5571735f7d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7f30 0.000123
+gallium_dri.so free 0x55717360eac0 void 0.000164
+gallium_dri.so free 0x5571735f7f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7f30 0.000129
+gallium_dri.so free 0x55717360eb40 void 0.000130
+gallium_dri.so free 0x5571735f7f30 void 0.000130
+gallium_dri.so malloc 72 0x55717360eb40 0.000129
+gallium_dri.so free 0x55717360ec00 void 0.000130
+gallium_dri.so free 0x55717360eb40 void 0.000134
+gallium_dri.so malloc 72 0x55717360eb40 0.000134
+gallium_dri.so free 0x55717360ecc0 void 0.000127
+gallium_dri.so free 0x55717360eb40 void 0.000133
+gallium_dri.so malloc 72 0x55717360eb40 0.000133
+gallium_dri.so free 0x55717360ed80 void 0.000128
+gallium_dri.so free 0x55717360eb40 void 0.000132
+gallium_dri.so malloc 72 0x55717360ed30 0.000133
+gallium_dri.so free 0x55717360ee00 void 0.000131
+gallium_dri.so free 0x55717360ed30 void 0.000219
+gallium_dri.so malloc 72 0x55717360ee50 0.000136
+gallium_dri.so free 0x55717360eec0 void 0.000130
+gallium_dri.so free 0x55717360ee50 void 0.000130
+gallium_dri.so malloc 72 0x55717360ef20 0.000126
+gallium_dri.so free 0x55717346b540 void 0.000126
+gallium_dri.so free 0x55717360ef20 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef20 0.000147
+gallium_dri.so free 0x55717346b5c0 void 0.000133
+gallium_dri.so free 0x55717360ef20 void 0.000135
+gallium_dri.so malloc 72 0x55717346b5f0 0.000134
+gallium_dri.so free 0x55717346b640 void 0.000132
+gallium_dri.so free 0x55717346b5f0 void 0.000175
+gallium_dri.so malloc 72 0x55717346b5f0 0.000130
+gallium_dri.so free 0x55717346b740 void 0.000129
+gallium_dri.so free 0x55717346b5f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b6f0 0.000128
+gallium_dri.so free 0x55717346b800 void 0.000128
+gallium_dri.so free 0x55717346b6f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b7b0 0.000127
+gallium_dri.so free 0x55717346b840 void 0.000129
+gallium_dri.so free 0x55717346b7b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346b7b0 0.000129
+gallium_dri.so free 0x55717346b900 void 0.000128
+gallium_dri.so free 0x55717346b7b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346b950 0.000127
+gallium_dri.so free 0x5571735c33c0 void 0.000131
+gallium_dri.so free 0x55717346b950 void 0.000128
+gallium_dri.so malloc 72 0x55717346b950 0.000126
+gallium_dri.so free 0x5571735c3440 void 0.000130
+gallium_dri.so free 0x55717346b950 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3440 0.000139
+gallium_dri.so free 0x5571735c3500 void 0.000127
+gallium_dri.so free 0x5571735c3440 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3440 0.000126
+gallium_dri.so free 0x5571735c35c0 void 0.000129
+gallium_dri.so free 0x5571735c3440 void 0.000135
+gallium_dri.so malloc 72 0x5571735c3440 0.000129
+gallium_dri.so free 0x5571735c3680 void 0.000131
+gallium_dri.so free 0x5571735c3440 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3630 0.000132
+gallium_dri.so free 0x5571735c3700 void 0.000130
+gallium_dri.so free 0x5571735c3630 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3750 0.000136
+gallium_dri.so free 0x5571735c37c0 void 0.000139
+gallium_dri.so free 0x5571735c3750 void 0.000136
+gallium_dri.so malloc 72 0x5571735c3800 0.000132
+gallium_dri.so free 0x5571735fcb80 void 0.000138
+gallium_dri.so free 0x5571735c3800 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3800 0.000146
+gallium_dri.so free 0x5571735fcc00 void 0.000176
+gallium_dri.so free 0x5571735c3800 void 0.000175
+gallium_dri.so malloc 72 0x5571735fcc30 0.000128
+gallium_dri.so free 0x5571735fcc80 void 0.000128
+gallium_dri.so free 0x5571735fcc30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fcc30 0.000127
+gallium_dri.so free 0x5571735fcd80 void 0.000131
+gallium_dri.so free 0x5571735fcc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fcd30 0.000160
+gallium_dri.so free 0x5571735fce40 void 0.000205
+gallium_dri.so free 0x5571735fcd30 void 0.000177
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000194
+gallium_dri.so free 0x5571735fce80 void 0.000183
+gallium_dri.so free 0x5571735fcdf0 void 0.000179
+gallium_dri.so malloc 72 0x5571735fcdf0 0.000138
+gallium_dri.so free 0x5571735fcf40 void 0.000141
+gallium_dri.so free 0x5571735fcdf0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000145
+gallium_dri.so free 0x55717346db00 void 0.000145
+gallium_dri.so free 0x5571735fcfb0 void 0.000782
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000238
+gallium_dri.so free 0x55717346db80 void 0.000174
+gallium_dri.so free 0x5571735fcfb0 void 0.000201
+gallium_dri.so malloc 72 0x55717346db80 0.000228
+gallium_dri.so free 0x55717346dc40 void 0.000559
+gallium_dri.so free 0x55717346db80 void 0.000135
+gallium_dri.so malloc 72 0x55717346db80 0.000135
+gallium_dri.so free 0x55717346dd00 void 0.000133
+gallium_dri.so free 0x55717346db80 void 0.000131
+gallium_dri.so malloc 72 0x55717346db80 0.000130
+gallium_dri.so free 0x55717346ddc0 void 0.000168
+gallium_dri.so free 0x55717346db80 void 0.000131
+gallium_dri.so malloc 72 0x55717346dd70 0.000128
+gallium_dri.so free 0x55717346de40 void 0.000128
+gallium_dri.so free 0x55717346dd70 void 0.000128
+gallium_dri.so malloc 72 0x55717346de90 0.000128
+gallium_dri.so free 0x55717346df00 void 0.000126
+gallium_dri.so free 0x55717346de90 void 0.000126
+gallium_dri.so malloc 72 0x55717346df60 0.000126
+gallium_dri.so free 0x557173620140 void 0.000147
+gallium_dri.so free 0x55717346df60 void 0.000128
+gallium_dri.so malloc 72 0x55717346df60 0.000129
+gallium_dri.so free 0x5571736201c0 void 0.000128
+gallium_dri.so free 0x55717346df60 void 0.000124
+gallium_dri.so malloc 72 0x5571736201f0 0.000129
+gallium_dri.so free 0x557173620240 void 0.000128
+gallium_dri.so free 0x5571736201f0 void 0.000128
+gallium_dri.so malloc 72 0x5571736201f0 0.000128
+gallium_dri.so free 0x557173620340 void 0.000127
+gallium_dri.so free 0x5571736201f0 void 0.000133
+gallium_dri.so malloc 72 0x5571736202f0 0.000133
+gallium_dri.so free 0x557173620400 void 0.000143
+gallium_dri.so free 0x5571736202f0 void 0.000132
+gallium_dri.so malloc 72 0x5571736203b0 0.000127
+gallium_dri.so free 0x557173620440 void 0.000127
+gallium_dri.so free 0x5571736203b0 void 0.000128
+gallium_dri.so malloc 72 0x5571736203b0 0.000141
+gallium_dri.so free 0x557173620500 void 0.000177
+gallium_dri.so free 0x5571736203b0 void 0.000167
+gallium_dri.so malloc 72 0x557173620550 0.000126
+gallium_dri.so free 0x5571735ddd80 void 0.000121
+gallium_dri.so free 0x557173620550 void 0.000128
+gallium_dri.so malloc 72 0x557173620550 0.000138
+gallium_dri.so free 0x5571735dde00 void 0.000122
+gallium_dri.so free 0x557173620550 void 0.000120
+gallium_dri.so malloc 72 0x5571735dde00 0.000133
+gallium_dri.so free 0x5571735ddec0 void 0.000121
+gallium_dri.so free 0x5571735dde00 void 0.000117
+gallium_dri.so malloc 72 0x5571735dde00 0.000117
+gallium_dri.so free 0x5571735ddf80 void 0.000117
+gallium_dri.so free 0x5571735dde00 void 0.000116
+gallium_dri.so malloc 72 0x5571735dde00 0.000116
+gallium_dri.so free 0x5571735de040 void 0.000116
+gallium_dri.so free 0x5571735dde00 void 0.000115
+gallium_dri.so malloc 72 0x5571735ddff0 0.000114
+gallium_dri.so free 0x5571735de0c0 void 0.000115
+gallium_dri.so free 0x5571735ddff0 void 0.000115
+gallium_dri.so malloc 72 0x5571735de110 0.000122
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de110 void 0.000118
+gallium_dri.so malloc 72 0x5571735de1c0 0.000119
+gallium_dri.so free 0x5571735e0b00 void 0.000122
+gallium_dri.so free 0x5571735de1c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735de1c0 0.000119
+gallium_dri.so free 0x5571735e0b80 void 0.000119
+gallium_dri.so free 0x5571735de1c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000119
+gallium_dri.so free 0x5571735e0c00 void 0.000118
+gallium_dri.so free 0x5571735e0bb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000124
+gallium_dri.so free 0x5571735e0d00 void 0.000134
+gallium_dri.so free 0x5571735e0bb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0cb0 0.000130
+gallium_dri.so free 0x5571735e0dc0 void 0.000130
+gallium_dri.so free 0x5571735e0cb0 void 0.000181
+gallium_dri.so malloc 72 0x5571735e0d70 0.000130
+gallium_dri.so free 0x5571735e0e00 void 0.000123
+gallium_dri.so free 0x5571735e0d70 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0d70 0.000122
+gallium_dri.so free 0x5571735e0ec0 void 0.000122
+gallium_dri.so free 0x5571735e0d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0f30 0.000122
+gallium_dri.so free 0x5571735e0f80 void 0.000123
+gallium_dri.so free 0x5571735e0f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0f30 0.000121
+gallium_dri.so free 0x557173619f80 void 0.000123
+gallium_dri.so free 0x5571735e0f30 void 0.000122
+gallium_dri.so malloc 72 0x557173619fd0 0.000123
+gallium_dri.so free 0x55717361a040 void 0.000124
+gallium_dri.so free 0x557173619fd0 void 0.000121
+gallium_dri.so malloc 72 0x55717361a060 0.000121
+gallium_dri.so free 0x55717361a100 void 0.000121
+gallium_dri.so free 0x55717361a060 void 0.000191
+gallium_dri.so malloc 72 0x55717361a0b0 0.000138
+gallium_dri.so free 0x55717361a180 void 0.000138
+gallium_dri.so free 0x55717361a0b0 void 0.000127
+gallium_dri.so malloc 72 0x55717361a0b0 0.000128
+gallium_dri.so free 0x55717361a200 void 0.000135
+gallium_dri.so free 0x55717361a0b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361a200 0.000194
+gallium_dri.so free 0x55717361a2c0 void 0.000123
+gallium_dri.so free 0x55717361a200 void 0.000185
+gallium_dri.so malloc 72 0x55717361a200 0.000128
+gallium_dri.so free 0x55717361a3c0 void 0.000194
+gallium_dri.so free 0x55717361a200 void 0.000126
+gallium_dri.so malloc 72 0x55717361a200 0.000185
+gallium_dri.so free 0x55717361a440 void 0.000128
+gallium_dri.so free 0x55717361a200 void 0.000197
+gallium_dri.so malloc 72 0x55717361a470 0.000148
+gallium_dri.so free 0x55717361a4c0 void 0.000144
+gallium_dri.so free 0x55717361a470 void 0.000148
+gallium_dri.so malloc 72 0x55717361a470 0.000130
+gallium_dri.so free 0x55717361a5c0 void 0.000149
+gallium_dri.so free 0x55717361a470 void 0.000145
+gallium_dri.so malloc 72 0x55717361a570 0.000133
+gallium_dri.so free 0x55717361a680 void 0.000166
+gallium_dri.so free 0x55717361a570 void 0.000182
+gallium_dri.so malloc 72 0x55717361a630 0.000192
+gallium_dri.so free 0x55717361a6c0 void 0.000190
+gallium_dri.so free 0x55717361a630 void 0.000198
+gallium_dri.so malloc 72 0x55717361a630 0.000198
+gallium_dri.so free 0x55717361a780 void 0.000182
+gallium_dri.so free 0x55717361a630 void 0.000135
+gallium_dri.so malloc 72 0x55717361a7d0 0.000135
+gallium_dri.so free 0x55717361a840 void 0.002853
+gallium_dri.so free 0x55717361a7d0 void 0.000200
+gallium_dri.so malloc 72 0x55717361a880 0.000196
+gallium_dri.so free 0x55717361a900 void 0.000178
+gallium_dri.so free 0x55717361a880 void 0.000172
+gallium_dri.so malloc 72 0x55717361a900 0.000152
+gallium_dri.so free 0x557173474580 void 0.000126
+gallium_dri.so free 0x55717361a900 void 0.000114
+gallium_dri.so malloc 72 0x55717361a900 0.000121
+gallium_dri.so free 0x557173474640 void 0.000157
+gallium_dri.so free 0x55717361a900 void 0.000127
+gallium_dri.so malloc 72 0x55717361a900 0.000140
+gallium_dri.so free 0x557173474700 void 0.000128
+gallium_dri.so free 0x55717361a900 void 0.000126
+gallium_dri.so malloc 72 0x5571734746b0 0.000124
+gallium_dri.so free 0x557173474780 void 0.000146
+gallium_dri.so free 0x5571734746b0 void 0.000134
+gallium_dri.so malloc 72 0x5571734747d0 0.000128
+gallium_dri.so free 0x557173474840 void 0.000128
+gallium_dri.so free 0x5571734747d0 void 0.000124
+gallium_dri.so malloc 72 0x557173474880 0.000126
+gallium_dri.so free 0x557173474900 void 0.000125
+gallium_dri.so free 0x557173474880 void 0.000123
+gallium_dri.so malloc 72 0x557173474880 0.000128
+gallium_dri.so free 0x557173474980 void 0.000142
+gallium_dri.so free 0x557173474880 void 0.000132
+gallium_dri.so malloc 72 0x5571734749b0 0.000129
+gallium_dri.so free 0x557173474a00 void 0.000130
+gallium_dri.so free 0x5571734749b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734749b0 0.000134
+gallium_dri.so free 0x557173474b00 void 0.000132
+gallium_dri.so free 0x5571734749b0 void 0.000132
+gallium_dri.so malloc 72 0x557173474ab0 0.000134
+gallium_dri.so free 0x557173474bc0 void 0.000143
+gallium_dri.so free 0x557173474ab0 void 0.000146
+gallium_dri.so malloc 72 0x557173474b70 0.000140
+gallium_dri.so free 0x557173474c00 void 0.000142
+gallium_dri.so free 0x557173474b70 void 0.000137
+gallium_dri.so malloc 72 0x557173474b70 0.000136
+gallium_dri.so free 0x557173474cc0 void 0.000166
+gallium_dri.so free 0x557173474b70 void 0.000142
+gallium_dri.so malloc 72 0x557173474d30 0.000139
+gallium_dri.so free 0x557173474d80 void 0.000136
+gallium_dri.so free 0x557173474d30 void 0.000133
+gallium_dri.so malloc 72 0x557173474d30 0.000134
+gallium_dri.so free 0x557173474e80 void 0.000137
+gallium_dri.so free 0x557173474d30 void 0.000132
+gallium_dri.so malloc 72 0x557173474e30 0.000139
+gallium_dri.so free 0x557173474f40 void 0.000135
+gallium_dri.so free 0x557173474e30 void 0.000136
+gallium_dri.so malloc 72 0x557173474ef0 0.000134
+gallium_dri.so free 0x557173474f80 void 0.000136
+gallium_dri.so free 0x557173474ef0 void 0.000136
+gallium_dri.so malloc 72 0x557173474ef0 0.000136
+gallium_dri.so free 0x557173475040 void 0.000137
+gallium_dri.so free 0x557173474ef0 void 0.000136
+gallium_dri.so malloc 72 0x557173475080 0.000136
+gallium_dri.so free 0x557173475100 void 0.000134
+gallium_dri.so free 0x557173475080 void 0.000147
+gallium_dri.so malloc 72 0x557173475100 0.000149
+gallium_dri.so free 0x5571734751c0 void 0.000147
+gallium_dri.so free 0x557173475100 void 0.000233
+gallium_dri.so malloc 72 0x557173475100 0.000149
+gallium_dri.so free 0x557173475280 void 0.000140
+gallium_dri.so free 0x557173475100 void 0.000147
+gallium_dri.so malloc 72 0x5571734752a0 0.000133
+gallium_dri.so free 0x557173475340 void 0.000156
+gallium_dri.so free 0x5571734752a0 void 0.000135
+gallium_dri.so malloc 72 0x5571734752f0 0.000131
+gallium_dri.so free 0x5571734753c0 void 0.000135
+gallium_dri.so free 0x5571734752f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734752f0 0.000133
+gallium_dri.so free 0x557173475440 void 0.000132
+gallium_dri.so free 0x5571734752f0 void 0.000132
+gallium_dri.so malloc 72 0x557173475440 0.000130
+gallium_dri.so free 0x557173475500 void 0.000134
+gallium_dri.so free 0x557173475440 void 0.000130
+gallium_dri.so malloc 72 0x557173475440 0.000214
+gallium_dri.so free 0x5571734755c0 void 0.000184
+gallium_dri.so free 0x557173475440 void 0.000182
+gallium_dri.so malloc 72 0x557173475440 0.000189
+gallium_dri.so free 0x557173475680 void 0.000220
+gallium_dri.so free 0x557173475440 void 0.000180
+gallium_dri.so malloc 72 0x557173475630 0.000181
+gallium_dri.so free 0x557173475740 void 0.000174
+gallium_dri.so free 0x557173475630 void 0.000178
+gallium_dri.so malloc 72 0x5571734756f0 0.000178
+gallium_dri.so free 0x5571734757c0 void 0.000178
+gallium_dri.so free 0x5571734756f0 void 0.000178
+gallium_dri.so malloc 72 0x557173475810 0.000175
+gallium_dri.so free 0x557173475880 void 0.000179
+gallium_dri.so free 0x557173475810 void 0.000170
+gallium_dri.so malloc 72 0x5571734758a0 0.000170
+gallium_dri.so free 0x557173475940 void 0.000188
+gallium_dri.so free 0x5571734758a0 void 0.000184
+gallium_dri.so malloc 72 0x5571734758f0 0.000181
+gallium_dri.so free 0x5571734759c0 void 0.000185
+gallium_dri.so free 0x5571734758f0 void 0.000170
+gallium_dri.so malloc 72 0x5571734758f0 0.000182
+gallium_dri.so free 0x557173475a40 void 0.000230
+gallium_dri.so free 0x5571734758f0 void 0.000186
+gallium_dri.so malloc 72 0x557173475a40 0.000185
+gallium_dri.so free 0x557173475b00 void 0.000209
+gallium_dri.so free 0x557173475a40 void 0.000176
+gallium_dri.so malloc 72 0x557173475a40 0.000120
+gallium_dri.so free 0x557173475c00 void 0.000117
+gallium_dri.so free 0x557173475a40 void 0.000128
+gallium_dri.so malloc 72 0x557173475bb0 0.000116
+gallium_dri.so free 0x557173475c40 void 0.000116
+gallium_dri.so free 0x557173475bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173475bb0 0.000115
+gallium_dri.so free 0x557173475d00 void 0.000115
+gallium_dri.so free 0x557173475bb0 void 0.000114
+gallium_dri.so malloc 72 0x557173475d40 0.000118
+gallium_dri.so free 0x557173475dc0 void 0.000115
+gallium_dri.so free 0x557173475d40 void 0.000113
+gallium_dri.so malloc 72 0x557173475dc0 0.000115
+gallium_dri.so free 0x557173475e80 void 0.000130
+gallium_dri.so free 0x557173475dc0 void 0.000126
+gallium_dri.so malloc 72 0x557173475dc0 0.000118
+gallium_dri.so free 0x557173475f00 void 0.000255
+gallium_dri.so free 0x557173475dc0 void 0.000216
+gallium_dri.so malloc 72 0x557173475f30 0.000217
+gallium_dri.so free 0x557173475f80 void 0.000186
+gallium_dri.so free 0x557173475f30 void 0.000197
+gallium_dri.so malloc 72 0x557173475f30 0.000186
+gallium_dri.so free 0x557173476080 void 0.000195
+gallium_dri.so free 0x557173475f30 void 0.000223
+gallium_dri.so malloc 72 0x5571734760c0 0.000184
+gallium_dri.so free 0x557173476140 void 0.000200
+gallium_dri.so free 0x5571734760c0 void 0.000186
+gallium_dri.so malloc 72 0x557173476140 0.000205
+gallium_dri.so free 0x557173476200 void 0.000172
+gallium_dri.so free 0x557173476140 void 0.000132
+gallium_dri.so malloc 72 0x557173476140 0.000122
+gallium_dri.so free 0x557173476280 void 0.000121
+gallium_dri.so free 0x557173476140 void 0.000160
+gallium_dri.so malloc 72 0x5571734762b0 0.000132
+gallium_dri.so free 0x557173476300 void 0.000146
+gallium_dri.so free 0x5571734762b0 void 0.000176
+gallium_dri.so malloc 72 0x5571734762b0 0.000128
+gallium_dri.so free 0x557173476400 void 0.000131
+gallium_dri.so free 0x5571734762b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734763b0 0.000135
+gallium_dri.so free 0x5571734764c0 void 0.000172
+gallium_dri.so free 0x5571734763b0 void 0.000153
+gallium_dri.so malloc 72 0x557173476470 0.000128
+gallium_dri.so free 0x557173476540 void 0.000126
+gallium_dri.so free 0x557173476470 void 0.000129
+gallium_dri.so malloc 72 0x557173476470 0.000128
+gallium_dri.so free 0x557173476600 void 0.000131
+gallium_dri.so free 0x557173476470 void 0.000129
+gallium_dri.so malloc 72 0x557173476470 0.000128
+gallium_dri.so free 0x5571734766c0 void 0.000130
+gallium_dri.so free 0x557173476470 void 0.000127
+gallium_dri.so malloc 72 0x557173476670 0.000126
+gallium_dri.so free 0x557173476740 void 0.000129
+gallium_dri.so free 0x557173476670 void 0.000121
+gallium_dri.so malloc 72 0x557173476790 0.000128
+gallium_dri.so free 0x557173476800 void 0.000127
+gallium_dri.so free 0x557173476790 void 0.000128
+gallium_dri.so malloc 72 0x557173476820 0.000188
+gallium_dri.so free 0x5571734768c0 void 0.000317
+gallium_dri.so free 0x557173476820 void 0.000180
+gallium_dri.so malloc 72 0x557173476870 0.000179
+gallium_dri.so free 0x557173476940 void 0.000194
+gallium_dri.so free 0x557173476870 void 0.000184
+gallium_dri.so malloc 72 0x557173476940 0.000197
+gallium_dri.so free 0x557173476a00 void 0.000182
+gallium_dri.so free 0x557173476940 void 0.000199
+gallium_dri.so malloc 72 0x557173476940 0.000192
+gallium_dri.so free 0x557173476a80 void 0.000189
+gallium_dri.so free 0x557173476940 void 0.000183
+gallium_dri.so malloc 72 0x557173476a80 0.000189
+gallium_dri.so free 0x557173476b40 void 0.000188
+gallium_dri.so free 0x557173476a80 void 0.000187
+gallium_dri.so malloc 72 0x557173476a80 0.000179
+gallium_dri.so free 0x557173476c00 void 0.000165
+gallium_dri.so free 0x557173476a80 void 0.000185
+gallium_dri.so malloc 72 0x557173476a80 0.000181
+gallium_dri.so free 0x557173476cc0 void 0.000179
+gallium_dri.so free 0x557173476a80 void 0.000179
+gallium_dri.so malloc 72 0x557173476c70 0.000191
+gallium_dri.so free 0x557173476d40 void 0.000173
+gallium_dri.so free 0x557173476c70 void 0.000175
+gallium_dri.so malloc 72 0x557173476d90 0.000174
+gallium_dri.so free 0x557173476e00 void 0.000181
+gallium_dri.so free 0x557173476d90 void 0.000175
+gallium_dri.so malloc 72 0x557173476e40 0.000183
+gallium_dri.so free 0x557173476ec0 void 0.000131
+gallium_dri.so free 0x557173476e40 void 0.000115
+gallium_dri.so malloc 72 0x557173476e40 0.000114
+gallium_dri.so free 0x557173476f40 void 0.000115
+gallium_dri.so free 0x557173476e40 void 0.000115
+gallium_dri.so malloc 72 0x557173476f70 0.000116
+gallium_dri.so free 0x557173476fc0 void 0.000114
+gallium_dri.so free 0x557173476f70 void 0.000112
+gallium_dri.so malloc 72 0x557173476f70 0.000112
+gallium_dri.so free 0x5571734770c0 void 0.000112
+gallium_dri.so free 0x557173476f70 void 0.000114
+gallium_dri.so malloc 72 0x557173477070 0.000175
+gallium_dri.so free 0x557173477180 void 0.000185
+gallium_dri.so free 0x557173477070 void 0.000119
+gallium_dri.so malloc 72 0x557173477130 0.000119
+gallium_dri.so free 0x5571734771c0 void 0.000121
+gallium_dri.so free 0x557173477130 void 0.000119
+gallium_dri.so malloc 72 0x557173477130 0.000119
+gallium_dri.so free 0x557173477280 void 0.000119
+gallium_dri.so free 0x557173477130 void 0.000120
+gallium_dri.so malloc 72 0x5571734772f0 0.000120
+gallium_dri.so free 0x557173477340 void 0.000119
+gallium_dri.so free 0x5571734772f0 void 0.000119
+gallium_dri.so malloc 72 0x5571734772f0 0.000120
+gallium_dri.so free 0x557173477440 void 0.000120
+gallium_dri.so free 0x5571734772f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734773f0 0.000120
+gallium_dri.so free 0x557173477500 void 0.000122
+gallium_dri.so free 0x5571734773f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734774b0 0.000120
+gallium_dri.so free 0x557173477540 void 0.000155
+gallium_dri.so free 0x5571734774b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734774b0 0.000123
+gallium_dri.so free 0x557173477600 void 0.000121
+gallium_dri.so free 0x5571734774b0 void 0.000125
+gallium_dri.so malloc 72 0x557173477640 0.000119
+gallium_dri.so free 0x5571734776c0 void 0.000131
+gallium_dri.so free 0x557173477640 void 0.000123
+gallium_dri.so malloc 72 0x5571734776c0 0.000120
+gallium_dri.so free 0x557173477780 void 0.000122
+gallium_dri.so free 0x5571734776c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734776c0 0.000149
+gallium_dri.so free 0x557173477840 void 0.000127
+gallium_dri.so free 0x5571734776c0 void 0.000120
+gallium_dri.so malloc 72 0x557173477860 0.000121
+gallium_dri.so free 0x557173477900 void 0.000127
+gallium_dri.so free 0x557173477860 void 0.000128
+gallium_dri.so malloc 72 0x5571734778b0 0.000128
+gallium_dri.so free 0x557173477980 void 0.000130
+gallium_dri.so free 0x5571734778b0 void 0.000248
+gallium_dri.so malloc 72 0x5571734778b0 0.000215
+gallium_dri.so free 0x557173477a00 void 0.000240
+gallium_dri.so free 0x5571734778b0 void 0.000232
+gallium_dri.so malloc 72 0x557173477a00 0.000225
+gallium_dri.so free 0x557173477ac0 void 0.000214
+gallium_dri.so free 0x557173477a00 void 0.000353
+gallium_dri.so malloc 72 0x557173477a00 0.000209
+gallium_dri.so free 0x557173477b80 void 0.000226
+gallium_dri.so free 0x557173477a00 void 0.000200
+gallium_dri.so malloc 72 0x557173477a00 0.000211
+gallium_dri.so free 0x557173477c40 void 0.000136
+gallium_dri.so free 0x557173477a00 void 0.000126
+gallium_dri.so malloc 72 0x557173477bf0 0.000126
+gallium_dri.so free 0x557173477d00 void 0.000140
+gallium_dri.so free 0x557173477bf0 void 0.000139
+gallium_dri.so malloc 72 0x557173477cb0 0.000136
+gallium_dri.so free 0x557173477d80 void 0.000140
+gallium_dri.so free 0x557173477cb0 void 0.000139
+gallium_dri.so malloc 72 0x557173477dd0 0.000136
+gallium_dri.so free 0x557173477e40 void 0.000138
+gallium_dri.so free 0x557173477dd0 void 0.000138
+gallium_dri.so malloc 72 0x557173477e60 0.000141
+gallium_dri.so free 0x557173477f00 void 0.000140
+gallium_dri.so free 0x557173477e60 void 0.000141
+gallium_dri.so malloc 72 0x557173477eb0 0.000162
+gallium_dri.so free 0x557173477f80 void 0.000175
+gallium_dri.so free 0x557173477eb0 void 0.000173
+gallium_dri.so malloc 72 0x557173477eb0 0.000136
+gallium_dri.so free 0x557173478000 void 0.000168
+gallium_dri.so free 0x557173477eb0 void 0.000129
+gallium_dri.so malloc 72 0x557173478000 0.000121
+gallium_dri.so free 0x5571734780c0 void 0.000119
+gallium_dri.so free 0x557173478000 void 0.000121
+gallium_dri.so malloc 72 0x557173478000 0.000120
+gallium_dri.so free 0x5571734781c0 void 0.000120
+gallium_dri.so free 0x557173478000 void 0.000118
+gallium_dri.so malloc 72 0x557173478170 0.000120
+gallium_dri.so free 0x557173478200 void 0.000122
+gallium_dri.so free 0x557173478170 void 0.000120
+gallium_dri.so malloc 72 0x557173478170 0.000129
+gallium_dri.so free 0x5571734782c0 void 0.000126
+gallium_dri.so free 0x557173478170 void 0.000124
+gallium_dri.so malloc 72 0x557173478300 0.000124
+gallium_dri.so free 0x557173478380 void 0.000125
+gallium_dri.so free 0x557173478300 void 0.000122
+gallium_dri.so malloc 72 0x557173478380 0.000125
+gallium_dri.so free 0x557173478440 void 0.000123
+gallium_dri.so free 0x557173478380 void 0.000143
+gallium_dri.so malloc 72 0x557173478380 0.000125
+gallium_dri.so free 0x5571734784c0 void 0.000124
+gallium_dri.so free 0x557173478380 void 0.000128
+gallium_dri.so malloc 72 0x5571734784f0 0.000125
+gallium_dri.so free 0x557173478540 void 0.000125
+gallium_dri.so free 0x5571734784f0 void 0.000124
+gallium_dri.so malloc 72 0x5571734784f0 0.000124
+gallium_dri.so free 0x557173478640 void 0.000123
+gallium_dri.so free 0x5571734784f0 void 0.000129
+gallium_dri.so malloc 72 0x557173478680 0.000125
+gallium_dri.so free 0x557173478700 void 0.000180
+gallium_dri.so free 0x557173478680 void 0.000136
+gallium_dri.so malloc 72 0x557173478700 0.000132
+gallium_dri.so free 0x5571734787c0 void 0.000133
+gallium_dri.so free 0x557173478700 void 0.000137
+gallium_dri.so malloc 72 0x557173478700 0.000137
+gallium_dri.so free 0x557173478840 void 0.000141
+gallium_dri.so free 0x557173478700 void 0.000134
+gallium_dri.so malloc 72 0x557173478870 0.000131
+gallium_dri.so free 0x5571734788c0 void 0.000132
+gallium_dri.so free 0x557173478870 void 0.000137
+gallium_dri.so malloc 72 0x557173478870 0.000130
+gallium_dri.so free 0x5571734789c0 void 0.000227
+gallium_dri.so free 0x557173478870 void 0.000138
+gallium_dri.so malloc 72 0x557173478970 0.000137
+gallium_dri.so free 0x557173478a80 void 0.000137
+gallium_dri.so free 0x557173478970 void 0.000136
+gallium_dri.so malloc 72 0x557173478a30 0.000141
+gallium_dri.so free 0x557173478b00 void 0.000138
+gallium_dri.so free 0x557173478a30 void 0.000137
+gallium_dri.so malloc 72 0x557173478a30 0.000146
+gallium_dri.so free 0x557173478bc0 void 0.000138
+gallium_dri.so free 0x557173478a30 void 0.000137
+gallium_dri.so malloc 72 0x557173478a30 0.000137
+gallium_dri.so free 0x557173478c80 void 0.000135
+gallium_dri.so free 0x557173478a30 void 0.000136
+gallium_dri.so malloc 72 0x557173478c30 0.000136
+gallium_dri.so free 0x557173478d00 void 0.000136
+gallium_dri.so free 0x557173478c30 void 0.000146
+gallium_dri.so malloc 72 0x557173478d50 0.000191
+gallium_dri.so free 0x557173478dc0 void 0.000171
+gallium_dri.so free 0x557173478d50 void 0.000182
+gallium_dri.so malloc 72 0x557173478de0 0.000164
+gallium_dri.so free 0x557173478e80 void 0.000214
+gallium_dri.so free 0x557173478de0 void 0.000175
+gallium_dri.so malloc 72 0x557173478e30 0.000219
+gallium_dri.so free 0x557173478f00 void 0.000188
+gallium_dri.so free 0x557173478e30 void 0.000193
+gallium_dri.so malloc 72 0x557173478f00 0.000226
+gallium_dri.so free 0x557173478fc0 void 0.000187
+gallium_dri.so free 0x557173478f00 void 0.000191
+gallium_dri.so malloc 72 0x557173478f00 0.000181
+gallium_dri.so free 0x55717361aa80 void 0.000189
+gallium_dri.so free 0x557173478f00 void 0.000180
+gallium_dri.so malloc 72 0x55717361aa80 0.000188
+gallium_dri.so free 0x55717361ab40 void 0.000198
+gallium_dri.so free 0x55717361aa80 void 0.000192
+gallium_dri.so malloc 72 0x55717361aa80 0.000188
+gallium_dri.so free 0x55717361abc0 void 0.000190
+gallium_dri.so free 0x55717361aa80 void 0.000198
+gallium_dri.so malloc 72 0x55717361abf0 0.000182
+gallium_dri.so free 0x55717361ac40 void 0.000179
+gallium_dri.so free 0x55717361abf0 void 0.000177
+gallium_dri.so malloc 72 0x55717361abf0 0.000209
+gallium_dri.so free 0x55717361ad40 void 0.000182
+gallium_dri.so free 0x55717361abf0 void 0.000177
+gallium_dri.so malloc 72 0x55717361acf0 0.000173
+gallium_dri.so free 0x55717361ae00 void 0.000172
+gallium_dri.so free 0x55717361acf0 void 0.000171
+gallium_dri.so malloc 72 0x55717361adb0 0.000171
+gallium_dri.so free 0x55717361ae80 void 0.000185
+gallium_dri.so free 0x55717361adb0 void 0.000179
+gallium_dri.so malloc 72 0x55717361aea0 0.000182
+gallium_dri.so free 0x55717361af40 void 0.000182
+gallium_dri.so free 0x55717361aea0 void 0.000175
+gallium_dri.so malloc 72 0x55717361aef0 0.000181
+gallium_dri.so free 0x55717361afc0 void 0.000175
+gallium_dri.so free 0x55717361aef0 void 0.000195
+gallium_dri.so malloc 72 0x55717361aef0 0.000174
+gallium_dri.so free 0x55717361b040 void 0.000174
+gallium_dri.so free 0x55717361aef0 void 0.000175
+gallium_dri.so malloc 72 0x55717361b040 0.000174
+gallium_dri.so free 0x55717361b100 void 0.000248
+gallium_dri.so free 0x55717361b040 void 0.000171
+gallium_dri.so malloc 72 0x55717361b040 0.000181
+gallium_dri.so free 0x55717361b1c0 void 0.000226
+gallium_dri.so free 0x55717361b040 void 0.000213
+gallium_dri.so malloc 72 0x55717361b040 0.000247
+gallium_dri.so free 0x55717361b280 void 0.000318
+gallium_dri.so free 0x55717361b040 void 0.000203
+gallium_dri.so malloc 72 0x55717361b230 0.000222
+gallium_dri.so free 0x55717361b280 void 0.000153
+gallium_dri.so free 0x55717361b230 void 0.000140
+gallium_dri.so malloc 72 0x55717361b230 0.000153
+gallium_dri.so free 0x55717361b380 void 0.000141
+gallium_dri.so free 0x55717361b230 void 0.000143
+gallium_dri.so malloc 72 0x55717361b330 0.000277
+gallium_dri.so free 0x55717361b440 void 0.000207
+gallium_dri.so free 0x55717361b330 void 0.000198
+gallium_dri.so malloc 72 0x55717361b3f0 0.000198
+gallium_dri.so free 0x55717361b480 void 0.000152
+gallium_dri.so free 0x55717361b3f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b3f0 0.000126
+gallium_dri.so free 0x55717361b540 void 0.000128
+gallium_dri.so free 0x55717361b3f0 void 0.000144
+gallium_dri.so malloc 72 0x55717361b580 0.000162
+gallium_dri.so free 0x55717361b600 void 0.000161
+gallium_dri.so free 0x55717361b580 void 0.000145
+gallium_dri.so malloc 72 0x55717361b600 0.000134
+gallium_dri.so free 0x55717361b6c0 void 0.000134
+gallium_dri.so free 0x55717361b600 void 0.000133
+gallium_dri.so malloc 72 0x55717361b600 0.000162
+gallium_dri.so free 0x55717361b780 void 0.000149
+gallium_dri.so free 0x55717361b600 void 0.000148
+gallium_dri.so malloc 72 0x55717361b7a0 0.000140
+gallium_dri.so free 0x55717361b840 void 0.000133
+gallium_dri.so free 0x55717361b7a0 void 0.000147
+gallium_dri.so malloc 72 0x55717361b7f0 0.000132
+gallium_dri.so free 0x55717361b8c0 void 0.000129
+gallium_dri.so free 0x55717361b7f0 void 0.000128
+gallium_dri.so malloc 72 0x55717361b7f0 0.000129
+gallium_dri.so free 0x55717361b940 void 0.000126
+gallium_dri.so free 0x55717361b7f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361b940 0.000127
+gallium_dri.so free 0x55717361ba00 void 0.000129
+gallium_dri.so free 0x55717361b940 void 0.000126
+gallium_dri.so malloc 72 0x55717361b940 0.000130
+gallium_dri.so free 0x55717361bac0 void 0.000128
+gallium_dri.so free 0x55717361b940 void 0.000128
+gallium_dri.so malloc 72 0x55717361b940 0.000218
+gallium_dri.so free 0x55717361bb80 void 0.000135
+gallium_dri.so free 0x55717361b940 void 0.000130
+gallium_dri.so malloc 72 0x55717361bb30 0.000131
+gallium_dri.so free 0x55717361bc40 void 0.000127
+gallium_dri.so free 0x55717361bb30 void 0.000162
+gallium_dri.so malloc 72 0x55717361bbf0 0.000126
+gallium_dri.so free 0x55717361bcc0 void 0.000126
+gallium_dri.so free 0x55717361bbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717361bd10 0.000125
+gallium_dri.so free 0x55717361bd80 void 0.000154
+gallium_dri.so free 0x55717361bd10 void 0.000125
+gallium_dri.so malloc 72 0x55717361bda0 0.000124
+gallium_dri.so free 0x55717361be40 void 0.000125
+gallium_dri.so free 0x55717361bda0 void 0.000126
+gallium_dri.so malloc 72 0x55717361bdf0 0.000126
+gallium_dri.so free 0x55717361bec0 void 0.000124
+gallium_dri.so free 0x55717361bdf0 void 0.000122
+gallium_dri.so malloc 72 0x55717361bdf0 0.000129
+gallium_dri.so free 0x55717361bf40 void 0.000141
+gallium_dri.so free 0x55717361bdf0 void 0.000127
+gallium_dri.so malloc 72 0x55717361bf40 0.000125
+gallium_dri.so free 0x55717361c000 void 0.000125
+gallium_dri.so free 0x55717361bf40 void 0.000127
+gallium_dri.so malloc 72 0x55717361bf40 0.000125
+gallium_dri.so free 0x55717361c100 void 0.000125
+gallium_dri.so free 0x55717361bf40 void 0.000123
+gallium_dri.so malloc 72 0x55717361c0b0 0.000123
+gallium_dri.so free 0x55717361c140 void 0.000123
+gallium_dri.so free 0x55717361c0b0 void 0.000140
+gallium_dri.so malloc 72 0x55717361c0b0 0.000129
+gallium_dri.so free 0x55717361c200 void 0.000126
+gallium_dri.so free 0x55717361c0b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c240 0.000127
+gallium_dri.so free 0x55717361c2c0 void 0.000127
+gallium_dri.so free 0x55717361c240 void 0.000130
+gallium_dri.so malloc 72 0x55717361c2c0 0.000126
+gallium_dri.so free 0x55717361c380 void 0.000126
+gallium_dri.so free 0x55717361c2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361c2c0 0.000123
+gallium_dri.so free 0x55717361c400 void 0.000124
+gallium_dri.so free 0x55717361c2c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361c430 0.000123
+gallium_dri.so free 0x55717361c480 void 0.000126
+gallium_dri.so free 0x55717361c430 void 0.000124
+gallium_dri.so malloc 72 0x55717361c430 0.000124
+gallium_dri.so free 0x55717361c580 void 0.000124
+gallium_dri.so free 0x55717361c430 void 0.000128
+gallium_dri.so malloc 72 0x55717361c5c0 0.000128
+gallium_dri.so free 0x55717361c640 void 0.000131
+gallium_dri.so free 0x55717361c5c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c640 0.000130
+gallium_dri.so free 0x55717361c700 void 0.000130
+gallium_dri.so free 0x55717361c640 void 0.000142
+gallium_dri.so malloc 72 0x55717361c640 0.000127
+gallium_dri.so free 0x55717361c780 void 0.000126
+gallium_dri.so free 0x55717361c640 void 0.000127
+gallium_dri.so malloc 72 0x55717361c7b0 0.000126
+gallium_dri.so free 0x55717361c800 void 0.000153
+gallium_dri.so free 0x55717361c7b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361c7b0 0.000193
+gallium_dri.so free 0x55717361c900 void 0.000130
+gallium_dri.so free 0x55717361c7b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361c8b0 0.000127
+gallium_dri.so free 0x55717361c9c0 void 0.000128
+gallium_dri.so free 0x55717361c8b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361c970 0.000127
+gallium_dri.so free 0x55717361ca40 void 0.000127
+gallium_dri.so free 0x55717361c970 void 0.000125
+gallium_dri.so malloc 72 0x55717361c970 0.000124
+gallium_dri.so free 0x55717361cb00 void 0.000126
+gallium_dri.so free 0x55717361c970 void 0.000124
+gallium_dri.so malloc 72 0x55717361c970 0.000122
+gallium_dri.so free 0x55717361cbc0 void 0.000123
+gallium_dri.so free 0x55717361c970 void 0.000124
+gallium_dri.so malloc 72 0x55717361cb70 0.000122
+gallium_dri.so free 0x55717361cc40 void 0.000146
+gallium_dri.so free 0x55717361cb70 void 0.000128
+gallium_dri.so malloc 72 0x55717361cc90 0.000124
+gallium_dri.so free 0x55717361cd00 void 0.000125
+gallium_dri.so free 0x55717361cc90 void 0.000127
+gallium_dri.so malloc 72 0x55717361cd20 0.000219
+gallium_dri.so free 0x55717361cdc0 void 0.000181
+gallium_dri.so free 0x55717361cd20 void 0.000196
+gallium_dri.so malloc 72 0x55717361cd70 0.000157
+gallium_dri.so free 0x55717361ce40 void 0.000158
+gallium_dri.so free 0x55717361cd70 void 0.000167
+gallium_dri.so malloc 72 0x55717361ce40 0.000181
+gallium_dri.so free 0x55717361cf00 void 0.000183
+gallium_dri.so free 0x55717361ce40 void 0.000185
+gallium_dri.so malloc 72 0x55717361ce40 0.000177
+gallium_dri.so free 0x55717361cf80 void 0.000194
+gallium_dri.so free 0x55717361ce40 void 0.000701
+gallium_dri.so malloc 72 0x55717361cf80 0.000223
+gallium_dri.so free 0x55717361d040 void 0.000225
+gallium_dri.so free 0x55717361cf80 void 0.000215
+gallium_dri.so malloc 72 0x55717361cf80 0.000233
+gallium_dri.so free 0x55717361d100 void 0.000210
+gallium_dri.so free 0x55717361cf80 void 0.000209
+gallium_dri.so malloc 72 0x55717361cf80 0.000220
+gallium_dri.so free 0x55717361d1c0 void 0.000228
+gallium_dri.so free 0x55717361cf80 void 0.000207
+gallium_dri.so malloc 72 0x55717361d170 0.000169
+gallium_dri.so free 0x55717361d240 void 0.000116
+gallium_dri.so free 0x55717361d170 void 0.000121
+gallium_dri.so malloc 72 0x55717361d290 0.000123
+gallium_dri.so free 0x55717361d300 void 0.000168
+gallium_dri.so free 0x55717361d290 void 0.000162
+gallium_dri.so malloc 72 0x55717361d340 0.000128
+gallium_dri.so free 0x55717361d3c0 void 0.000124
+gallium_dri.so free 0x55717361d340 void 0.000136
+gallium_dri.so malloc 72 0x55717361d340 0.000123
+gallium_dri.so free 0x55717361d440 void 0.000122
+gallium_dri.so free 0x55717361d340 void 0.000122
+gallium_dri.so malloc 72 0x55717361d470 0.000120
+gallium_dri.so free 0x55717361d4c0 void 0.000118
+gallium_dri.so free 0x55717361d470 void 0.000123
+gallium_dri.so malloc 72 0x55717361d470 0.000121
+gallium_dri.so free 0x55717361d5c0 void 0.000123
+gallium_dri.so free 0x55717361d470 void 0.000123
+gallium_dri.so malloc 72 0x55717361d570 0.000121
+gallium_dri.so free 0x55717361d680 void 0.000123
+gallium_dri.so free 0x55717361d570 void 0.000120
+gallium_dri.so malloc 72 0x55717361d630 0.000124
+gallium_dri.so free 0x55717361d6c0 void 0.000123
+gallium_dri.so free 0x55717361d630 void 0.000124
+gallium_dri.so malloc 72 0x55717361d630 0.000123
+gallium_dri.so free 0x55717361d780 void 0.000124
+gallium_dri.so free 0x55717361d630 void 0.000126
+gallium_dri.so malloc 72 0x55717361d7f0 0.000129
+gallium_dri.so free 0x55717361d840 void 0.000148
+gallium_dri.so free 0x55717361d7f0 void 0.000184
+gallium_dri.so malloc 72 0x55717361d7f0 0.000205
+gallium_dri.so free 0x55717361d940 void 0.000198
+gallium_dri.so free 0x55717361d7f0 void 0.000207
+gallium_dri.so malloc 72 0x55717361d8f0 0.000205
+gallium_dri.so free 0x55717361da00 void 0.000180
+gallium_dri.so free 0x55717361d8f0 void 0.000209
+gallium_dri.so malloc 72 0x55717361d9b0 0.000217
+gallium_dri.so free 0x55717361da40 void 0.000193
+gallium_dri.so free 0x55717361d9b0 void 0.000221
+gallium_dri.so malloc 72 0x55717361d9b0 0.000197
+gallium_dri.so free 0x55717361db00 void 0.000198
+gallium_dri.so free 0x55717361d9b0 void 0.000197
+gallium_dri.so malloc 72 0x55717361db40 0.000213
+gallium_dri.so free 0x55717361dbc0 void 0.000185
+gallium_dri.so free 0x55717361db40 void 0.000199
+gallium_dri.so malloc 72 0x55717361dbc0 0.000212
+gallium_dri.so free 0x55717361dc80 void 0.000187
+gallium_dri.so free 0x55717361dbc0 void 0.000223
+gallium_dri.so malloc 72 0x55717361dbc0 0.000197
+gallium_dri.so free 0x55717361dd40 void 0.000184
+gallium_dri.so free 0x55717361dbc0 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd60 0.000121
+gallium_dri.so free 0x55717361de00 void 0.000116
+gallium_dri.so free 0x55717361dd60 void 0.000115
+gallium_dri.so malloc 72 0x55717361ddb0 0.000138
+gallium_dri.so free 0x55717361de80 void 0.000135
+gallium_dri.so free 0x55717361ddb0 void 0.000131
+gallium_dri.so malloc 72 0x55717361ddb0 0.000161
+gallium_dri.so free 0x55717361df00 void 0.000133
+gallium_dri.so free 0x55717361ddb0 void 0.000115
+gallium_dri.so malloc 72 0x55717361df00 0.000117
+gallium_dri.so free 0x55717361dfc0 void 0.000122
+gallium_dri.so free 0x55717361df00 void 0.000119
+gallium_dri.so malloc 72 0x55717361df00 0.000121
+gallium_dri.so free 0x55717361e080 void 0.000123
+gallium_dri.so free 0x55717361df00 void 0.000119
+gallium_dri.so malloc 72 0x55717361df00 0.000118
+gallium_dri.so free 0x55717361e140 void 0.000118
+gallium_dri.so free 0x55717361df00 void 0.000115
+gallium_dri.so malloc 72 0x55717361e0f0 0.000114
+gallium_dri.so free 0x55717361e200 void 0.000114
+gallium_dri.so free 0x55717361e0f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361e1b0 0.000113
+gallium_dri.so free 0x55717361e280 void 0.000114
+gallium_dri.so free 0x55717361e1b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e2d0 0.000116
+gallium_dri.so free 0x55717361e340 void 0.000114
+gallium_dri.so free 0x55717361e2d0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e360 0.000127
+gallium_dri.so free 0x55717361e400 void 0.000119
+gallium_dri.so free 0x55717361e360 void 0.000119
+gallium_dri.so malloc 72 0x55717361e3b0 0.000153
+gallium_dri.so free 0x55717361e480 void 0.000148
+gallium_dri.so free 0x55717361e3b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361e3b0 0.000113
+gallium_dri.so free 0x55717361e500 void 0.000115
+gallium_dri.so free 0x55717361e3b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361e500 0.000113
+gallium_dri.so free 0x55717361e5c0 void 0.000115
+gallium_dri.so free 0x55717361e500 void 0.000113
+gallium_dri.so malloc 72 0x55717361e500 0.000151
+gallium_dri.so free 0x55717361e6c0 void 0.000114
+gallium_dri.so free 0x55717361e500 void 0.000111
+gallium_dri.so malloc 72 0x55717361e670 0.000111
+gallium_dri.so free 0x55717361e700 void 0.000114
+gallium_dri.so free 0x55717361e670 void 0.000116
+gallium_dri.so malloc 72 0x55717361e670 0.000111
+gallium_dri.so free 0x55717361e7c0 void 0.000140
+gallium_dri.so free 0x55717361e670 void 0.000130
+gallium_dri.so malloc 72 0x55717361e800 0.000128
+gallium_dri.so free 0x55717361e880 void 0.000124
+gallium_dri.so free 0x55717361e800 void 0.000130
+gallium_dri.so malloc 72 0x55717361e880 0.000126
+gallium_dri.so free 0x55717361e940 void 0.000139
+gallium_dri.so free 0x55717361e880 void 0.000129
+gallium_dri.so malloc 72 0x55717361e880 0.000128
+gallium_dri.so free 0x55717361e9c0 void 0.000120
+gallium_dri.so free 0x55717361e880 void 0.000123
+gallium_dri.so malloc 72 0x55717361e9f0 0.000130
+gallium_dri.so free 0x55717361ea40 void 0.000140
+gallium_dri.so free 0x55717361e9f0 void 0.000139
+gallium_dri.so malloc 72 0x55717361e9f0 0.000217
+gallium_dri.so free 0x55717361eb40 void 0.000243
+gallium_dri.so free 0x55717361e9f0 void 0.000194
+gallium_dri.so malloc 72 0x55717361eb80 0.000300
+gallium_dri.so free 0x55717361ec00 void 0.000236
+gallium_dri.so free 0x55717361eb80 void 0.000235
+gallium_dri.so malloc 72 0x55717361ec00 0.000174
+gallium_dri.so free 0x55717361ecc0 void 0.000208
+gallium_dri.so free 0x55717361ec00 void 0.000199
+gallium_dri.so malloc 72 0x55717361ec00 0.000177
+gallium_dri.so free 0x55717361ed40 void 0.000185
+gallium_dri.so free 0x55717361ec00 void 0.000202
+gallium_dri.so malloc 72 0x55717361ed70 0.000188
+gallium_dri.so free 0x55717361edc0 void 0.000199
+gallium_dri.so free 0x55717361ed70 void 0.000193
+gallium_dri.so malloc 72 0x55717361ed70 0.000187
+gallium_dri.so free 0x55717361eec0 void 0.000191
+gallium_dri.so free 0x55717361ed70 void 0.000193
+gallium_dri.so malloc 72 0x55717361ee70 0.000206
+gallium_dri.so free 0x55717361ef80 void 0.000225
+gallium_dri.so free 0x55717361ee70 void 0.000232
+gallium_dri.so malloc 72 0x55717361ef30 0.000195
+gallium_dri.so free 0x55717361f000 void 0.000186
+gallium_dri.so free 0x55717361ef30 void 0.000186
+gallium_dri.so malloc 72 0x55717361ef30 0.000190
+gallium_dri.so free 0x55717361f0c0 void 0.000197
+gallium_dri.so free 0x55717361ef30 void 0.000193
+gallium_dri.so malloc 72 0x55717361ef30 0.000191
+gallium_dri.so free 0x55717361f180 void 0.000200
+gallium_dri.so free 0x55717361ef30 void 0.000205
+gallium_dri.so malloc 72 0x55717361f130 0.000183
+gallium_dri.so free 0x55717361f200 void 0.000194
+gallium_dri.so free 0x55717361f130 void 0.000187
+gallium_dri.so malloc 72 0x55717361f250 0.000140
+gallium_dri.so free 0x55717361f2c0 void 0.000135
+gallium_dri.so free 0x55717361f250 void 0.000145
+gallium_dri.so malloc 72 0x55717361f2e0 0.000134
+gallium_dri.so free 0x55717361f380 void 0.000146
+gallium_dri.so free 0x55717361f2e0 void 0.000155
+gallium_dri.so malloc 72 0x55717361f330 0.000153
+gallium_dri.so free 0x55717361f400 void 0.000132
+gallium_dri.so free 0x55717361f330 void 0.000133
+gallium_dri.so malloc 72 0x55717361f400 0.000164
+gallium_dri.so free 0x55717361f4c0 void 0.000228
+gallium_dri.so free 0x55717361f400 void 0.000154
+gallium_dri.so malloc 72 0x55717361f400 0.000184
+gallium_dri.so free 0x55717361f540 void 0.000129
+gallium_dri.so free 0x55717361f400 void 0.000170
+gallium_dri.so malloc 72 0x55717361f540 0.000120
+gallium_dri.so free 0x55717361f600 void 0.000118
+gallium_dri.so free 0x55717361f540 void 0.000119
+gallium_dri.so malloc 72 0x55717361f540 0.000119
+gallium_dri.so free 0x55717361f6c0 void 0.000121
+gallium_dri.so free 0x55717361f540 void 0.000122
+gallium_dri.so malloc 72 0x55717361f540 0.000121
+gallium_dri.so free 0x55717361f780 void 0.000120
+gallium_dri.so free 0x55717361f540 void 0.000118
+gallium_dri.so malloc 72 0x55717361f730 0.000203
+gallium_dri.so free 0x55717361f800 void 0.000119
+gallium_dri.so free 0x55717361f730 void 0.000119
+gallium_dri.so malloc 72 0x55717361f850 0.000119
+gallium_dri.so free 0x55717361f8c0 void 0.000117
+gallium_dri.so free 0x55717361f850 void 0.000119
+gallium_dri.so malloc 72 0x55717361f900 0.000119
+gallium_dri.so free 0x55717361f980 void 0.000119
+gallium_dri.so free 0x55717361f900 void 0.000118
+gallium_dri.so malloc 72 0x55717361f900 0.000119
+gallium_dri.so free 0x55717361fa00 void 0.000116
+gallium_dri.so free 0x55717361f900 void 0.000120
+gallium_dri.so malloc 72 0x55717361fa30 0.000117
+gallium_dri.so free 0x55717361fa80 void 0.000118
+gallium_dri.so free 0x55717361fa30 void 0.000118
+gallium_dri.so malloc 72 0x55717361fa30 0.000118
+gallium_dri.so free 0x55717361fb80 void 0.000170
+gallium_dri.so free 0x55717361fa30 void 0.000153
+gallium_dri.so malloc 72 0x55717361fb30 0.000175
+gallium_dri.so free 0x55717361fc40 void 0.000166
+gallium_dri.so free 0x55717361fb30 void 0.000168
+gallium_dri.so malloc 72 0x55717361fbf0 0.000161
+gallium_dri.so free 0x55717361fc80 void 0.000161
+gallium_dri.so free 0x55717361fbf0 void 0.000181
+gallium_dri.so malloc 72 0x55717361fbf0 0.000177
+gallium_dri.so free 0x55717361fd40 void 0.000214
+gallium_dri.so free 0x55717361fbf0 void 0.000176
+gallium_dri.so malloc 72 0x55717361fdb0 0.000150
+gallium_dri.so free 0x5571735ed2c0 void 0.000129
+gallium_dri.so free 0x55717361fdb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ed300 0.000116
+gallium_dri.so free 0x5571735ed380 void 0.000236
+gallium_dri.so free 0x5571735ed300 void 0.000217
+gallium_dri.so malloc 72 0x5571735ed380 0.000229
+gallium_dri.so free 0x5571735ed440 void 0.000221
+gallium_dri.so free 0x5571735ed380 void 0.000199
+gallium_dri.so malloc 72 0x5571735ed380 0.000217
+gallium_dri.so free 0x5571735ed4c0 void 0.000193
+gallium_dri.so free 0x5571735ed380 void 0.000230
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000209
+gallium_dri.so free 0x5571735ed540 void 0.000226
+gallium_dri.so free 0x5571735ed4f0 void 0.000208
+gallium_dri.so malloc 72 0x5571735ed4f0 0.000211
+gallium_dri.so free 0x5571735ed640 void 0.000167
+gallium_dri.so free 0x5571735ed4f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ed5f0 0.000136
+gallium_dri.so free 0x5571735ed700 void 0.000149
+gallium_dri.so free 0x5571735ed5f0 void 0.000159
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000180
+gallium_dri.so free 0x5571735ed780 void 0.000196
+gallium_dri.so free 0x5571735ed6b0 void 0.000202
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000222
+gallium_dri.so free 0x5571735ed840 void 0.000216
+gallium_dri.so free 0x5571735ed6b0 void 0.000218
+gallium_dri.so malloc 72 0x5571735ed6b0 0.000240
+gallium_dri.so free 0x5571735ed900 void 0.000194
+gallium_dri.so free 0x5571735ed6b0 void 0.000200
+gallium_dri.so malloc 72 0x5571735ed8b0 0.000194
+gallium_dri.so free 0x5571735ed980 void 0.000196
+gallium_dri.so free 0x5571735ed8b0 void 0.000200
+gallium_dri.so malloc 72 0x5571735ed9d0 0.000199
+gallium_dri.so free 0x5571735eda40 void 0.000197
+gallium_dri.so free 0x5571735ed9d0 void 0.000200
+gallium_dri.so malloc 72 0x5571735eda60 0.000183
+gallium_dri.so free 0x5571735edb00 void 0.000181
+gallium_dri.so free 0x5571735eda60 void 0.000177
+gallium_dri.so malloc 72 0x5571735edab0 0.000183
+gallium_dri.so free 0x5571735edb80 void 0.000182
+gallium_dri.so free 0x5571735edab0 void 0.000183
+gallium_dri.so malloc 72 0x5571735edb80 0.000184
+gallium_dri.so free 0x5571735edc40 void 0.000206
+gallium_dri.so free 0x5571735edb80 void 0.000137
+gallium_dri.so malloc 72 0x5571735edb80 0.000116
+gallium_dri.so free 0x5571735edcc0 void 0.000137
+gallium_dri.so free 0x5571735edb80 void 0.000118
+gallium_dri.so malloc 72 0x5571735edcc0 0.000114
+gallium_dri.so free 0x5571735edd80 void 0.000115
+gallium_dri.so free 0x5571735edcc0 void 0.000115
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735ede40 void 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edcc0 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000113
+gallium_dri.so free 0x5571735edcc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edeb0 0.000120
+gallium_dri.so free 0x5571735edf80 void 0.000115
+gallium_dri.so free 0x5571735edeb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735edfd0 0.000149
+gallium_dri.so free 0x5571735ee040 void 0.000112
+gallium_dri.so free 0x5571735edfd0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee080 0.000112
+gallium_dri.so free 0x5571735ee100 void 0.000111
+gallium_dri.so free 0x5571735ee080 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee080 0.000110
+gallium_dri.so free 0x5571735ee180 void 0.000113
+gallium_dri.so free 0x5571735ee080 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000117
+gallium_dri.so free 0x5571735ee200 void 0.000110
+gallium_dri.so free 0x5571735ee1b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ee1b0 0.000109
+gallium_dri.so free 0x5571735ee300 void 0.000176
+gallium_dri.so free 0x5571735ee1b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee2b0 0.000117
+gallium_dri.so free 0x5571735ee3c0 void 0.000119
+gallium_dri.so free 0x5571735ee2b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee370 0.000118
+gallium_dri.so free 0x5571735ee400 void 0.000122
+gallium_dri.so free 0x5571735ee370 void 0.000162
+gallium_dri.so malloc 72 0x5571735ee370 0.000134
+gallium_dri.so free 0x5571735ee4c0 void 0.000177
+gallium_dri.so free 0x5571735ee370 void 0.000192
+gallium_dri.so malloc 72 0x5571735ee530 0.000135
+gallium_dri.so free 0x5571735ee580 void 0.000163
+gallium_dri.so free 0x5571735ee530 void 0.000195
+gallium_dri.so malloc 72 0x5571735ee530 0.000201
+gallium_dri.so free 0x5571735ee680 void 0.000196
+gallium_dri.so free 0x5571735ee530 void 0.000195
+gallium_dri.so malloc 72 0x5571735ee630 0.000231
+gallium_dri.so free 0x5571735ee740 void 0.000210
+gallium_dri.so free 0x5571735ee630 void 0.000188
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000207
+gallium_dri.so free 0x5571735ee780 void 0.000192
+gallium_dri.so free 0x5571735ee6f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735ee6f0 0.000202
+gallium_dri.so free 0x5571735ee840 void 0.000262
+gallium_dri.so free 0x5571735ee6f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735ee880 0.000185
+gallium_dri.so free 0x5571735ee900 void 0.000187
+gallium_dri.so free 0x5571735ee880 void 0.000185
+gallium_dri.so malloc 72 0x5571735ee900 0.000186
+gallium_dri.so free 0x5571735ee9c0 void 0.000211
+gallium_dri.so free 0x5571735ee900 void 0.000215
+gallium_dri.so malloc 72 0x5571735ee900 0.000207
+gallium_dri.so free 0x5571735eea80 void 0.000182
+gallium_dri.so free 0x5571735ee900 void 0.000179
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000158
+gallium_dri.so free 0x5571735eeb40 void 0.000187
+gallium_dri.so free 0x5571735eeaa0 void 0.000210
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000211
+gallium_dri.so free 0x5571735eebc0 void 0.000158
+gallium_dri.so free 0x5571735eeaf0 void 0.000141
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000142
+gallium_dri.so free 0x5571735eec40 void 0.000142
+gallium_dri.so free 0x5571735eeaf0 void 0.000140
+gallium_dri.so malloc 72 0x5571735eec40 0.000141
+gallium_dri.so free 0x5571735eed00 void 0.000128
+gallium_dri.so free 0x5571735eec40 void 0.000126
+gallium_dri.so malloc 72 0x5571735eec40 0.000125
+gallium_dri.so free 0x5571735eedc0 void 0.000136
+gallium_dri.so free 0x5571735eec40 void 0.000126
+gallium_dri.so malloc 72 0x5571735eec40 0.000134
+gallium_dri.so free 0x5571735eee80 void 0.000134
+gallium_dri.so free 0x5571735eec40 void 0.000127
+gallium_dri.so malloc 72 0x5571735eee30 0.000126
+gallium_dri.so free 0x5571735eef40 void 0.000127
+gallium_dri.so free 0x5571735eee30 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeef0 0.000151
+gallium_dri.so free 0x5571735eefc0 void 0.000131
+gallium_dri.so free 0x5571735eeef0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef010 0.000126
+gallium_dri.so free 0x5571735ef080 void 0.000129
+gallium_dri.so free 0x5571735ef010 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef0a0 0.000126
+gallium_dri.so free 0x5571735ef140 void 0.000130
+gallium_dri.so free 0x5571735ef0a0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000134
+gallium_dri.so free 0x5571735ef1c0 void 0.000129
+gallium_dri.so free 0x5571735ef0f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ef0f0 0.000128
+gallium_dri.so free 0x5571735ef240 void 0.000142
+gallium_dri.so free 0x5571735ef0f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef240 0.000140
+gallium_dri.so free 0x5571735ef300 void 0.000141
+gallium_dri.so free 0x5571735ef240 void 0.000140
+gallium_dri.so malloc 72 0x5571735ef240 0.000157
+gallium_dri.so free 0x5571735ef400 void 0.000148
+gallium_dri.so free 0x5571735ef240 void 0.000148
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000155
+gallium_dri.so free 0x5571735ef440 void 0.000154
+gallium_dri.so free 0x5571735ef3b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735ef3b0 0.000147
+gallium_dri.so free 0x5571735ef500 void 0.000147
+gallium_dri.so free 0x5571735ef3b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ef540 0.000155
+gallium_dri.so free 0x5571735ef5c0 void 0.000181
+gallium_dri.so free 0x5571735ef540 void 0.000182
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000143
+gallium_dri.so free 0x5571735ef680 void 0.000144
+gallium_dri.so free 0x5571735ef5c0 void 0.000138
+gallium_dri.so malloc 72 0x5571735ef5c0 0.000142
+gallium_dri.so free 0x5571735ef700 void 0.000148
+gallium_dri.so free 0x5571735ef5c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ef730 0.000149
+gallium_dri.so free 0x5571735ef780 void 0.000148
+gallium_dri.so free 0x5571735ef730 void 0.000154
+gallium_dri.so malloc 72 0x5571735ef730 0.000188
+gallium_dri.so free 0x5571735ef880 void 0.000208
+gallium_dri.so free 0x5571735ef730 void 0.000203
+gallium_dri.so malloc 72 0x5571735ef8c0 0.000227
+gallium_dri.so free 0x5571735ef940 void 0.000208
+gallium_dri.so free 0x5571735ef8c0 void 0.000203
+gallium_dri.so malloc 72 0x5571735ef940 0.000208
+gallium_dri.so free 0x5571735efa00 void 0.000208
+gallium_dri.so free 0x5571735ef940 void 0.000212
+gallium_dri.so malloc 72 0x5571735ef940 0.000189
+gallium_dri.so free 0x5571735efa80 void 0.000220
+gallium_dri.so free 0x5571735ef940 void 0.000234
+gallium_dri.so malloc 72 0x5571735efab0 0.000197
+gallium_dri.so free 0x5571735efb00 void 0.000178
+gallium_dri.so free 0x5571735efab0 void 0.000270
+gallium_dri.so malloc 72 0x5571735efab0 0.000212
+gallium_dri.so free 0x5571735efc00 void 0.000210
+gallium_dri.so free 0x5571735efab0 void 0.000186
+gallium_dri.so malloc 72 0x5571735efbb0 0.000200
+gallium_dri.so free 0x5571735efcc0 void 0.000191
+gallium_dri.so free 0x5571735efbb0 void 0.000221
+gallium_dri.so malloc 72 0x5571735efc70 0.000229
+gallium_dri.so free 0x5571735efd40 void 0.000183
+gallium_dri.so free 0x5571735efc70 void 0.000182
+gallium_dri.so malloc 72 0x5571735efc70 0.000195
+gallium_dri.so free 0x5571735efe00 void 0.000182
+gallium_dri.so free 0x5571735efc70 void 0.000180
+gallium_dri.so malloc 72 0x5571735efc70 0.000186
+gallium_dri.so free 0x5571735efec0 void 0.000198
+gallium_dri.so free 0x5571735efc70 void 0.000201
+gallium_dri.so malloc 72 0x5571735efe70 0.000191
+gallium_dri.so free 0x5571735eff40 void 0.000185
+gallium_dri.so free 0x5571735efe70 void 0.000279
+gallium_dri.so malloc 72 0x5571735eff90 0.000218
+gallium_dri.so free 0x5571735f0000 void 0.000210
+gallium_dri.so free 0x5571735eff90 void 0.000220
+gallium_dri.so malloc 72 0x5571735f0020 0.000131
+gallium_dri.so free 0x5571735f00c0 void 0.000128
+gallium_dri.so free 0x5571735f0020 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0070 0.000123
+gallium_dri.so free 0x5571735f0140 void 0.000127
+gallium_dri.so free 0x5571735f0070 void 0.000141
+gallium_dri.so malloc 72 0x5571735f0140 0.000148
+gallium_dri.so free 0x5571735f0200 void 0.000212
+gallium_dri.so free 0x5571735f0140 void 0.000203
+gallium_dri.so malloc 72 0x5571735f0140 0.000125
+gallium_dri.so free 0x5571735f0280 void 0.000116
+gallium_dri.so free 0x5571735f0140 void 0.000111
+gallium_dri.so malloc 72 0x5571735f0280 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000112
+gallium_dri.so free 0x5571735f0280 void 0.000112
+gallium_dri.so malloc 72 0x5571735f0280 0.000109
+gallium_dri.so free 0x5571735f0400 void 0.000110
+gallium_dri.so free 0x5571735f0280 void 0.000109
+gallium_dri.so malloc 72 0x5571735f0280 0.000109
+gallium_dri.so free 0x5571735f04c0 void 0.000110
+gallium_dri.so free 0x5571735f0280 void 0.000146
+gallium_dri.so malloc 72 0x5571735f0470 0.000129
+gallium_dri.so free 0x5571735f0540 void 0.000132
+gallium_dri.so free 0x5571735f0470 void 0.000163
+gallium_dri.so malloc 72 0x5571735f0590 0.000165
+gallium_dri.so free 0x5571735f0600 void 0.000149
+gallium_dri.so free 0x5571735f0590 void 0.000158
+gallium_dri.so malloc 72 0x5571735f0640 0.000154
+gallium_dri.so free 0x5571735f06c0 void 0.000149
+gallium_dri.so free 0x5571735f0640 void 0.000182
+gallium_dri.so malloc 72 0x5571735f0640 0.000206
+gallium_dri.so free 0x5571735f0740 void 0.000199
+gallium_dri.so free 0x5571735f0640 void 0.000193
+gallium_dri.so malloc 72 0x5571735f0770 0.000192
+gallium_dri.so free 0x5571735f07c0 void 0.000140
+gallium_dri.so free 0x5571735f0770 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0770 0.000198
+gallium_dri.so free 0x5571735f08c0 void 0.000193
+gallium_dri.so free 0x5571735f0770 void 0.000262
+gallium_dri.so malloc 72 0x5571735f0870 0.000210
+gallium_dri.so free 0x5571735f0980 void 0.000194
+gallium_dri.so free 0x5571735f0870 void 0.000232
+gallium_dri.so malloc 72 0x5571735f0930 0.000236
+gallium_dri.so free 0x5571735f09c0 void 0.000230
+gallium_dri.so free 0x5571735f0930 void 0.000200
+gallium_dri.so malloc 72 0x5571735f0930 0.000294
+gallium_dri.so free 0x5571735f0a80 void 0.000188
+gallium_dri.so free 0x5571735f0930 void 0.000179
+gallium_dri.so malloc 72 0x5571735f0af0 0.000178
+gallium_dri.so free 0x5571735f0b40 void 0.000185
+gallium_dri.so free 0x5571735f0af0 void 0.000188
+gallium_dri.so malloc 72 0x5571735f0af0 0.000189
+gallium_dri.so free 0x5571735f0c40 void 0.000180
+gallium_dri.so free 0x5571735f0af0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f0bf0 0.000195
+gallium_dri.so free 0x5571735f0d00 void 0.000189
+gallium_dri.so free 0x5571735f0bf0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000181
+gallium_dri.so free 0x5571735f0d40 void 0.000196
+gallium_dri.so free 0x5571735f0cb0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f0cb0 0.000178
+gallium_dri.so free 0x5571735f0e00 void 0.000180
+gallium_dri.so free 0x5571735f0cb0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f0e40 0.000247
+gallium_dri.so free 0x5571735f0ec0 void 0.000130
+gallium_dri.so free 0x5571735f0e40 void 0.000126
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000129
+gallium_dri.so free 0x5571735f0f80 void 0.000127
+gallium_dri.so free 0x5571735f0ec0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0ec0 0.000126
+gallium_dri.so free 0x5571735f1040 void 0.000125
+gallium_dri.so free 0x5571735f0ec0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1060 0.000124
+gallium_dri.so free 0x5571735f1100 void 0.000124
+gallium_dri.so free 0x5571735f1060 void 0.000152
+gallium_dri.so malloc 72 0x5571735f10b0 0.000127
+gallium_dri.so free 0x5571735f1180 void 0.000124
+gallium_dri.so free 0x5571735f10b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f10b0 0.000117
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so free 0x5571735f10b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1200 0.000114
+gallium_dri.so free 0x5571735f12c0 void 0.000116
+gallium_dri.so free 0x5571735f1200 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1200 0.000117
+gallium_dri.so free 0x5571735f1380 void 0.000116
+gallium_dri.so free 0x5571735f1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1200 0.000116
+gallium_dri.so free 0x5571735f1440 void 0.000159
+gallium_dri.so free 0x5571735f1200 void 0.000144
+gallium_dri.so malloc 72 0x5571735f13f0 0.000126
+gallium_dri.so free 0x5571735f1500 void 0.000126
+gallium_dri.so free 0x5571735f13f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f14b0 0.000125
+gallium_dri.so free 0x5571735f1580 void 0.000164
+gallium_dri.so free 0x5571735f14b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f15d0 0.000115
+gallium_dri.so free 0x5571735f1640 void 0.000112
+gallium_dri.so free 0x5571735f15d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1660 0.000240
+gallium_dri.so free 0x5571735f1700 void 0.000126
+gallium_dri.so free 0x5571735f1660 void 0.000128
+gallium_dri.so malloc 72 0x5571735f16b0 0.000114
+gallium_dri.so free 0x5571735f1780 void 0.000117
+gallium_dri.so free 0x5571735f16b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f16b0 0.000140
+gallium_dri.so free 0x5571735f1800 void 0.000136
+gallium_dri.so free 0x5571735f16b0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f1800 0.000165
+gallium_dri.so free 0x5571735f18c0 void 0.000157
+gallium_dri.so free 0x5571735f1800 void 0.000162
+gallium_dri.so malloc 72 0x5571735f1800 0.000125
+gallium_dri.so free 0x5571735f19c0 void 0.000134
+gallium_dri.so free 0x5571735f1800 void 0.000162
+gallium_dri.so malloc 72 0x5571735f1970 0.000193
+gallium_dri.so free 0x5571735f1a00 void 0.000124
+gallium_dri.so free 0x5571735f1970 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1970 0.000118
+gallium_dri.so free 0x5571735f1ac0 void 0.000121
+gallium_dri.so free 0x5571735f1970 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1b00 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000116
+gallium_dri.so free 0x5571735f1b00 void 0.000134
+gallium_dri.so malloc 72 0x5571735f1b80 0.000116
+gallium_dri.so free 0x5571735f1c40 void 0.000116
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1b80 0.000115
+gallium_dri.so free 0x5571735f1cc0 void 0.000122
+gallium_dri.so free 0x5571735f1b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000115
+gallium_dri.so free 0x5571735f1d40 void 0.000116
+gallium_dri.so free 0x5571735f1cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1cf0 0.000115
+gallium_dri.so free 0x5571735f1e40 void 0.000114
+gallium_dri.so free 0x5571735f1cf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1e80 0.000115
+gallium_dri.so free 0x5571735f1f00 void 0.000116
+gallium_dri.so free 0x5571735f1e80 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000116
+gallium_dri.so free 0x5571735f1fc0 void 0.000117
+gallium_dri.so free 0x5571735f1f00 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1f00 0.000114
+gallium_dri.so free 0x5571735f2040 void 0.000132
+gallium_dri.so free 0x5571735f1f00 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2070 0.000127
+gallium_dri.so free 0x5571735f20c0 void 0.000130
+gallium_dri.so free 0x5571735f2070 void 0.000125
+gallium_dri.so malloc 72 0x5571735f2070 0.000126
+gallium_dri.so free 0x5571735f21c0 void 0.000156
+gallium_dri.so free 0x5571735f2070 void 0.000189
+gallium_dri.so malloc 72 0x5571735f2170 0.000217
+gallium_dri.so free 0x5571735f2280 void 0.000233
+gallium_dri.so free 0x5571735f2170 void 0.000202
+gallium_dri.so malloc 72 0x5571735f2230 0.000194
+gallium_dri.so free 0x5571735f2300 void 0.000196
+gallium_dri.so free 0x5571735f2230 void 0.000181
+gallium_dri.so malloc 72 0x5571735f2230 0.000174
+gallium_dri.so free 0x5571735f23c0 void 0.000136
+gallium_dri.so free 0x5571735f2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2230 0.000120
+gallium_dri.so free 0x5571735f2480 void 0.000120
+gallium_dri.so free 0x5571735f2230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2430 0.000122
+gallium_dri.so free 0x5571735f2500 void 0.000136
+gallium_dri.so free 0x5571735f2430 void 0.000135
+gallium_dri.so malloc 72 0x5571735f2550 0.000135
+gallium_dri.so free 0x5571735f25c0 void 0.000134
+gallium_dri.so free 0x5571735f2550 void 0.000153
+gallium_dri.so malloc 72 0x5571735f25e0 0.000145
+gallium_dri.so free 0x5571735f2680 void 0.000157
+gallium_dri.so free 0x5571735f25e0 void 0.000176
+gallium_dri.so malloc 72 0x5571735f2630 0.000166
+gallium_dri.so free 0x5571735f2700 void 0.000161
+gallium_dri.so free 0x5571735f2630 void 0.000164
+gallium_dri.so malloc 72 0x5571735f2700 0.000128
+gallium_dri.so free 0x5571735f27c0 void 0.000126
+gallium_dri.so free 0x5571735f2700 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2700 0.000118
+gallium_dri.so free 0x5571735c4f80 void 0.000158
+gallium_dri.so free 0x5571735f2700 void 0.000186
+gallium_dri.so malloc 72 0x5571735c4f30 0.000184
+gallium_dri.so free 0x5571735f8840 void 0.000182
+gallium_dri.so free 0x5571735c4f30 void 0.000179
+gallium_dri.so malloc 72 0x5571735f87f0 0.000122
+gallium_dri.so free 0x5571735e37c0 void 0.000130
+gallium_dri.so free 0x5571735f87f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f87f0 0.000117
+gallium_dri.so free 0x557173590b40 void 0.000127
+gallium_dri.so free 0x5571735f87f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f87f0 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x5571735f87f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e31b0 0.000125
+gallium_dri.so free 0x5571735f8a00 void 0.000136
+gallium_dri.so free 0x5571735e31b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f89b0 0.000141
+gallium_dri.so free 0x55717346e840 void 0.000133
+gallium_dri.so free 0x5571735f89b0 void 0.000124
+gallium_dri.so malloc 72 0x55717346e7f0 0.000124
+gallium_dri.so free 0x5571735e1640 void 0.000125
+gallium_dri.so free 0x55717346e7f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e15f0 0.000123
+gallium_dri.so free 0x5571735eb600 void 0.000133
+gallium_dri.so free 0x5571735e15f0 void 0.000158
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000155
+gallium_dri.so free 0x557173464b80 void 0.000138
+gallium_dri.so free 0x5571735eb5b0 void 0.000136
+gallium_dri.so malloc 72 0x557173464b30 0.000134
+gallium_dri.so free 0x55717346c280 void 0.000135
+gallium_dri.so free 0x557173464b30 void 0.000131
+gallium_dri.so malloc 72 0x55717346c230 0.000130
+gallium_dri.so free 0x55717360c7c0 void 0.000150
+gallium_dri.so free 0x55717346c230 void 0.000132
+gallium_dri.so malloc 72 0x55717360c770 0.000135
+gallium_dri.so free 0x5571735c4940 void 0.000137
+gallium_dri.so free 0x55717360c770 void 0.000135
+gallium_dri.so malloc 72 0x5571735c49b0 0.000136
+gallium_dri.so free 0x5571735f5800 void 0.000131
+gallium_dri.so free 0x5571735c49b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f57b0 0.000131
+gallium_dri.so free 0x557173605c40 void 0.000131
+gallium_dri.so free 0x5571735f57b0 void 0.000115
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000125
+gallium_dri.so free 0x557173605bf0 void 0.000193
+gallium_dri.so malloc 72 0x5571735c40b0 0.000186
+gallium_dri.so free 0x55717346ea00 void 0.000156
+gallium_dri.so free 0x5571735c40b0 void 0.000135
+gallium_dri.so malloc 72 0x55717346e9b0 0.000126
+gallium_dri.so free 0x5571735f8680 void 0.000123
+gallium_dri.so free 0x55717346e9b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8630 0.000120
+gallium_dri.so free 0x55717360d400 void 0.000131
+gallium_dri.so free 0x5571735f8630 void 0.000125
+gallium_dri.so malloc 72 0x55717360d3b0 0.000175
+gallium_dri.so free 0x55717346a500 void 0.000128
+gallium_dri.so free 0x55717360d3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717360d3b0 0.000126
+gallium_dri.so free 0x55717360f800 void 0.000126
+gallium_dri.so free 0x55717360d3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f7b0 0.000125
+gallium_dri.so free 0x557173460f80 void 0.000126
+gallium_dri.so free 0x55717360f7b0 void 0.000127
+gallium_dri.so malloc 72 0x557173460f30 0.000125
+gallium_dri.so free 0x5571735dcd80 void 0.000128
+gallium_dri.so free 0x557173460f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcd30 0.000125
+gallium_dri.so free 0x5571735c42c0 void 0.000126
+gallium_dri.so free 0x5571735dcd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4270 0.000125
+gallium_dri.so free 0x5571735ffe80 void 0.000127
+gallium_dri.so free 0x5571735c4270 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffe30 0.000125
+gallium_dri.so free 0x557173610680 void 0.000127
+gallium_dri.so free 0x5571735ffe30 void 0.000126
+gallium_dri.so malloc 72 0x557173610630 0.000127
+gallium_dri.so free 0x5571735f3200 void 0.000137
+gallium_dri.so free 0x557173610630 void 0.000131
+gallium_dri.so malloc 72 0x5571735f31b0 0.000144
+gallium_dri.so free 0x557173461c40 void 0.000129
+gallium_dri.so free 0x5571735f31b0 void 0.000127
+gallium_dri.so malloc 72 0x557173461bf0 0.000127
+gallium_dri.so free 0x55717346c440 void 0.000127
+gallium_dri.so free 0x557173461bf0 void 0.000126
+gallium_dri.so malloc 72 0x55717346c3f0 0.000126
+gallium_dri.so free 0x5571735fd8c0 void 0.000125
+gallium_dri.so free 0x55717346c3f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fd870 0.000127
+gallium_dri.so free 0x5571735c10c0 void 0.000125
+gallium_dri.so free 0x5571735fd870 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1070 0.000126
+gallium_dri.so free 0x5571735ffcc0 void 0.000125
+gallium_dri.so free 0x5571735c1070 void 0.000126
+gallium_dri.so malloc 72 0x5571735ffc70 0.000125
+gallium_dri.so free 0x55717360b7c0 void 0.000127
+gallium_dri.so free 0x5571735ffc70 void 0.000129
+gallium_dri.so malloc 72 0x55717360b770 0.000126
+gallium_dri.so free 0x55717346ab40 void 0.000128
+gallium_dri.so free 0x55717360b770 void 0.000127
+gallium_dri.so malloc 72 0x55717346aaf0 0.000127
+gallium_dri.so free 0x557173620e80 void 0.000126
+gallium_dri.so free 0x55717346aaf0 void 0.000125
+gallium_dri.so malloc 72 0x557173620e30 0.000135
+gallium_dri.so free 0x55717360f640 void 0.000139
+gallium_dri.so free 0x557173620e30 void 0.000134
+gallium_dri.so malloc 72 0x55717360f5f0 0.000132
+gallium_dri.so free 0x5571735d2200 void 0.000133
+gallium_dri.so free 0x55717360f5f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735d21b0 0.000133
+gallium_dri.so free 0x557173600d00 void 0.000133
+gallium_dri.so free 0x5571735d21b0 void 0.000133
+gallium_dri.so malloc 72 0x557173600cb0 0.000132
+gallium_dri.so free 0x5571735f3040 void 0.000133
+gallium_dri.so free 0x557173600cb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000133
+gallium_dri.so free 0x5571735cfc40 void 0.000166
+gallium_dri.so free 0x5571735f2ff0 void 0.000148
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000117
+gallium_dri.so free 0x55717360da80 void 0.000104
+gallium_dri.so free 0x5571735cfbf0 void 0.000141
+gallium_dri.so malloc 72 0x55717360daf0 0.000117
+gallium_dri.so free 0x557173589400 void 0.000115
+gallium_dri.so free 0x55717360daf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735893b0 0.000141
+gallium_dri.so free 0x5571735fd700 void 0.000150
+gallium_dri.so free 0x5571735893b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000148
+gallium_dri.so free 0x5571735dc0c0 void 0.000129
+gallium_dri.so free 0x5571735fd6b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc070 0.000134
+gallium_dri.so free 0x5571735e25c0 void 0.000128
+gallium_dri.so free 0x5571735dc070 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2570 0.000127
+gallium_dri.so free 0x55717360f9c0 void 0.000128
+gallium_dri.so free 0x5571735e2570 void 0.000128
+gallium_dri.so malloc 72 0x55717360f970 0.000167
+gallium_dri.so free 0x5571735c3f40 void 0.000128
+gallium_dri.so free 0x55717360f970 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000128
+gallium_dri.so free 0x5571735f9080 void 0.000130
+gallium_dri.so free 0x5571735c3ef0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000127
+gallium_dri.so free 0x5571735ed1c0 void 0.000127
+gallium_dri.so free 0x5571735c3ef0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed170 0.000125
+gallium_dri.so free 0x5571735faec0 void 0.000128
+gallium_dri.so free 0x5571735ed170 void 0.000127
+gallium_dri.so malloc 72 0x5571735fae70 0.000127
+gallium_dri.so free 0x557173620cc0 void 0.000131
+gallium_dri.so free 0x5571735fae70 void 0.000126
+gallium_dri.so malloc 72 0x557173620c70 0.000161
+gallium_dri.so free 0x557173467680 void 0.000156
+gallium_dri.so free 0x557173620c70 void 0.000151
+gallium_dri.so malloc 72 0x557173467630 0.000149
+gallium_dri.so free 0x55717346d100 void 0.000152
+gallium_dri.so free 0x557173467630 void 0.000148
+gallium_dri.so malloc 72 0x55717346d0b0 0.000149
+gallium_dri.so free 0x5571735f2e80 void 0.000150
+gallium_dri.so free 0x55717346d0b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f2e30 0.000140
+gallium_dri.so free 0x5571735ec580 void 0.000140
+gallium_dri.so free 0x5571735f2e30 void 0.000142
+gallium_dri.so malloc 72 0x5571735ec530 0.000140
+gallium_dri.so free 0x557173469e80 void 0.000148
+gallium_dri.so free 0x5571735ec530 void 0.000130
+gallium_dri.so malloc 72 0x557173469e30 0.000131
+gallium_dri.so free 0x5571735c1d00 void 0.000135
+gallium_dri.so free 0x557173469e30 void 0.000133
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000130
+gallium_dri.so free 0x5571735c0140 void 0.000133
+gallium_dri.so free 0x5571735c1cb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c00f0 0.000149
+gallium_dri.so free 0x5571735fda80 void 0.000180
+gallium_dri.so free 0x5571735c00f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fda30 0.000132
+gallium_dri.so free 0x5571735c29c0 void 0.000131
+gallium_dri.so free 0x5571735fda30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c2970 0.000130
+gallium_dri.so free 0x55717346c0c0 void 0.000126
+gallium_dri.so free 0x5571735c2970 void 0.000122
+gallium_dri.so malloc 72 0x55717346c070 0.000120
+gallium_dri.so free 0x5571735dee40 void 0.000119
+gallium_dri.so free 0x55717346c070 void 0.000119
+gallium_dri.so malloc 72 0x5571735dedf0 0.000117
+gallium_dri.so free 0x55717346e680 void 0.000120
+gallium_dri.so free 0x5571735dedf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000120
+gallium_dri.so free 0x5571735f7100 void 0.000119
+gallium_dri.so free 0x55717346e630 void 0.000120
+gallium_dri.so malloc 72 0x5571735f70b0 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000124
+gallium_dri.so free 0x5571735f70b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dfab0 0.000123
+gallium_dri.so free 0x5571735d47c0 void 0.000120
+gallium_dri.so free 0x5571735dfab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4770 0.000120
+gallium_dri.so free 0x55717360e0c0 void 0.000144
+gallium_dri.so free 0x5571735d4770 void 0.000118
+gallium_dri.so malloc 72 0x55717360e070 0.000121
+gallium_dri.so free 0x5571735f96c0 void 0.000120
+gallium_dri.so free 0x55717360e070 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9670 0.000134
+gallium_dri.so free 0x5571735f6ac0 void 0.000123
+gallium_dri.so free 0x5571735f9670 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6b30 0.000120
+gallium_dri.so free 0x5571735fe740 void 0.000121
+gallium_dri.so free 0x5571735f6b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000119
+gallium_dri.so free 0x5571735db480 void 0.000155
+gallium_dri.so free 0x5571735fe6f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db430 0.000120
+gallium_dri.so free 0x557173473580 void 0.000121
+gallium_dri.so free 0x5571735db430 void 0.000119
+gallium_dri.so malloc 72 0x557173473530 0.000120
+gallium_dri.so free 0x557173600040 void 0.000122
+gallium_dri.so free 0x557173473530 void 0.000124
+gallium_dri.so malloc 72 0x5571735ffff0 0.000119
+gallium_dri.so free 0x5571735f6440 void 0.000397
+gallium_dri.so free 0x5571735ffff0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f63f0 0.000141
+gallium_dri.so free 0x5571735df4c0 void 0.000123
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df4c0 0.000118
+gallium_dri.so free 0x557173460440 void 0.000116
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df4c0 0.000115
+gallium_dri.so free 0x5571735c2380 void 0.000118
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735df4c0 0.000115
+gallium_dri.so free 0x5571735dd640 void 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000112
+gallium_dri.so free 0x5571735dd5f0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d970 0.000114
+gallium_dri.so free 0x5571735fca40 void 0.000112
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000112
+gallium_dri.so free 0x55717346f080 void 0.000110
+gallium_dri.so free 0x5571735fc9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000115
+gallium_dri.so free 0x5571735e03c0 void 0.000116
+gallium_dri.so free 0x5571735fc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e0370 0.000114
+gallium_dri.so free 0x55717346cac0 void 0.000112
+gallium_dri.so free 0x5571735e0370 void 0.000114
+gallium_dri.so malloc 72 0x55717346cac0 0.000141
+gallium_dri.so free 0x5571735ff000 void 0.000117
+gallium_dri.so free 0x55717346cac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fefb0 0.000112
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3230 0.000124
+gallium_dri.so free 0x557173620000 void 0.000112
+gallium_dri.so free 0x5571735c3230 void 0.000116
+gallium_dri.so malloc 72 0x55717361ffb0 0.000122
+gallium_dri.so free 0x55717360e980 void 0.000116
+gallium_dri.so free 0x55717361ffb0 void 0.000115
+gallium_dri.so malloc 72 0x55717360e930 0.000116
+gallium_dri.so free 0x5571736006c0 void 0.000115
+gallium_dri.so free 0x55717360e930 void 0.000115
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000118
+gallium_dri.so free 0x55717360e930 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe100 0.000115
+gallium_dri.so free 0x557173609640 void 0.000115
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so malloc 72 0x5571736095f0 0.000115
+gallium_dri.so free 0x5571735f79c0 void 0.000117
+gallium_dri.so free 0x5571736095f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7970 0.000114
+gallium_dri.so free 0x557173610f40 void 0.000116
+gallium_dri.so free 0x5571735f7970 void 0.000115
+gallium_dri.so malloc 72 0x557173610ef0 0.000126
+gallium_dri.so free 0x55717346b400 void 0.000116
+gallium_dri.so free 0x557173610ef0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b3b0 0.000114
+gallium_dri.so free 0x557173610040 void 0.000115
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x557173610040 0.000116
+gallium_dri.so free 0x557173461600 void 0.000115
+gallium_dri.so free 0x557173610040 void 0.000113
+gallium_dri.so malloc 72 0x557173610040 0.000113
+gallium_dri.so free 0x5571735dc740 void 0.000128
+gallium_dri.so free 0x557173610040 void 0.000117
+gallium_dri.so malloc 72 0x557173610040 0.000122
+gallium_dri.so free 0x5571735f9f80 void 0.000118
+gallium_dri.so free 0x557173610040 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9f30 0.000127
+gallium_dri.so free 0x5571735d1fc0 void 0.000133
+gallium_dri.so free 0x5571735f9f30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9f30 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000129
+gallium_dri.so free 0x5571735f9f30 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfa00 0.000126
+gallium_dri.so free 0x5571735d4580 void 0.000127
+gallium_dri.so free 0x5571735cfa00 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfa00 0.000125
+gallium_dri.so free 0x5571735901c0 void 0.000138
+gallium_dri.so free 0x5571735cfa00 void 0.000126
+gallium_dri.so malloc 72 0x5571735cfa00 0.000114
+gallium_dri.so free 0x55717358b640 void 0.000115
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735cfa00 0.000148
+gallium_dri.so free 0x557173469a00 void 0.000129
+gallium_dri.so free 0x5571735cfa00 void 0.000120
+gallium_dri.so malloc 72 0x557173469a00 0.000114
+gallium_dri.so free 0x5571734741c0 void 0.000115
+gallium_dri.so free 0x557173469a00 void 0.000113
+gallium_dri.so malloc 72 0x557173474170 0.000116
+gallium_dri.so free 0x557173607e80 void 0.000119
+gallium_dri.so free 0x557173474170 void 0.000146
+gallium_dri.so malloc 72 0x557173474170 0.000126
+gallium_dri.so free 0x5571735f2780 void 0.000124
+gallium_dri.so free 0x557173474170 void 0.000125
+gallium_dri.so malloc 72 0x557173474170 0.000124
+gallium_dri.so free 0x557173460d00 void 0.000121
+gallium_dri.so free 0x557173474170 void 0.000121
+gallium_dri.so malloc 72 0x557173474170 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x557173474170 void 0.000122
+gallium_dri.so malloc 72 0x5571735ecf40 0.000130
+gallium_dri.so free 0x5571735f2840 void 0.000124
+gallium_dri.so free 0x5571735ecf40 void 0.000187
+gallium_dri.so malloc 72 0x5571735f27f0 0.000177
+gallium_dri.so free 0x5571735dbe40 void 0.000166
+gallium_dri.so free 0x5571735f27f0 void 0.000219
+gallium_dri.so malloc 72 0x5571735f27f0 0.000241
+gallium_dri.so free 0x5571735debc0 void 0.000241
+gallium_dri.so free 0x5571735f27f0 void 0.000224
+gallium_dri.so malloc 72 0x5571735debc0 0.000183
+gallium_dri.so free 0x557173603300 void 0.000198
+gallium_dri.so free 0x5571735debc0 void 0.000189
+gallium_dri.so malloc 72 0x5571735debc0 0.000228
+gallium_dri.so free 0x5571735e2f80 void 0.000219
+gallium_dri.so free 0x5571735debc0 void 0.000240
+gallium_dri.so malloc 72 0x5571735e2f80 0.000246
+gallium_dri.so free 0x5571735dbf00 void 0.000193
+gallium_dri.so free 0x5571735e2f80 void 0.000182
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000191
+gallium_dri.so free 0x557173473f40 void 0.000195
+gallium_dri.so free 0x5571735dbeb0 void 0.000185
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000230
+gallium_dri.so free 0x55717360d180 void 0.000245
+gallium_dri.so free 0x5571735dbeb0 void 0.000186
+gallium_dri.so malloc 72 0x5571735dbeb0 0.000224
+gallium_dri.so free 0x557173469c00 void 0.000223
+gallium_dri.so free 0x5571735dbeb0 void 0.000197
+gallium_dri.so malloc 72 0x557173469c00 0.000228
+gallium_dri.so free 0x557173466dc0 void 0.000191
+gallium_dri.so free 0x557173469c00 void 0.000191
+gallium_dri.so malloc 72 0x557173469c00 0.000197
+gallium_dri.so free 0x557173474000 void 0.000186
+gallium_dri.so free 0x557173469c00 void 0.000187
+gallium_dri.so malloc 72 0x557173473fb0 0.000230
+gallium_dri.so free 0x55717358dc00 void 0.000244
+gallium_dri.so free 0x557173473fb0 void 0.000176
+gallium_dri.so malloc 72 0x557173473fb0 0.000180
+gallium_dri.so free 0x5571735f61c0 void 0.000169
+gallium_dri.so free 0x557173473fb0 void 0.000184
+gallium_dri.so malloc 72 0x557173473fb0 0.000172
+gallium_dri.so free 0x5571735c1a80 void 0.000173
+gallium_dri.so free 0x557173473fb0 void 0.000171
+gallium_dri.so malloc 72 0x5571735c1a80 0.000176
+gallium_dri.so free 0x55717358dcc0 void 0.000147
+gallium_dri.so free 0x5571735c1a80 void 0.000135
+gallium_dri.so malloc 72 0x55717358dc70 0.000132
+gallium_dri.so free 0x5571736080c0 void 0.000148
+gallium_dri.so free 0x55717358dc70 void 0.000128
+gallium_dri.so malloc 72 0x55717358dc70 0.000129
+gallium_dri.so free 0x55717358b880 void 0.000133
+gallium_dri.so free 0x55717358dc70 void 0.000129
+gallium_dri.so malloc 72 0x55717358dc70 0.000128
+gallium_dri.so free 0x557173608180 void 0.000130
+gallium_dri.so free 0x55717358dc70 void 0.000128
+gallium_dri.so malloc 72 0x557173608130 0.000130
+gallium_dri.so free 0x55717360c500 void 0.000129
+gallium_dri.so free 0x557173608130 void 0.000128
+gallium_dri.so malloc 72 0x55717360c500 0.000128
+gallium_dri.so free 0x55717358b980 void 0.000140
+gallium_dri.so free 0x55717360c500 void 0.000127
+gallium_dri.so malloc 72 0x55717358b930 0.000125
+gallium_dri.so free 0x55717360c5c0 void 0.000121
+gallium_dri.so free 0x55717358b930 void 0.000120
+gallium_dri.so malloc 72 0x55717360c5f0 0.000119
+gallium_dri.so free 0x557173590400 void 0.000121
+gallium_dri.so free 0x55717360c5f0 void 0.000119
+gallium_dri.so malloc 72 0x55717360c5f0 0.000122
+gallium_dri.so free 0x557173590480 void 0.000123
+gallium_dri.so free 0x55717360c5f0 void 0.000127
+gallium_dri.so malloc 72 0x557173590480 0.000121
+gallium_dri.so free 0x5571735fbb80 void 0.000140
+gallium_dri.so free 0x557173590480 void 0.000123
+gallium_dri.so malloc 72 0x557173590480 0.000122
+gallium_dri.so free 0x5571735fbc40 void 0.000122
+gallium_dri.so free 0x557173590480 void 0.000178
+gallium_dri.so malloc 72 0x557173590480 0.000133
+gallium_dri.so free 0x5571735ec2c0 void 0.000170
+gallium_dri.so free 0x557173590480 void 0.000202
+gallium_dri.so malloc 72 0x557173590480 0.000209
+gallium_dri.so free 0x5571735ec380 void 0.000129
+gallium_dri.so free 0x557173590480 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec330 0.000119
+gallium_dri.so free 0x5571735db1c0 void 0.000120
+gallium_dri.so free 0x5571735ec330 void 0.000120
+gallium_dri.so malloc 72 0x5571735db1c0 0.000119
+gallium_dri.so free 0x5571735db280 void 0.000118
+gallium_dri.so free 0x5571735db1c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735db1c0 0.000120
+gallium_dri.so free 0x5571735e2300 void 0.000125
+gallium_dri.so free 0x5571735db1c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db1c0 0.000118
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x5571735db1c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2370 0.000120
+gallium_dri.so free 0x5571735c0e00 void 0.000204
+gallium_dri.so free 0x5571735e2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735e2370 0.000122
+gallium_dri.so free 0x5571735c0e80 void 0.000120
+gallium_dri.so free 0x5571735e2370 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0e80 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000122
+gallium_dri.so free 0x5571735c0e80 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e80 0.000121
+gallium_dri.so free 0x5571735f55c0 void 0.000118
+gallium_dri.so free 0x5571735c0e80 void 0.000121
+gallium_dri.so malloc 72 0x5571735f55f0 0.000120
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so free 0x5571735f55f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f55f0 0.000123
+gallium_dri.so free 0x557173467440 void 0.000118
+gallium_dri.so free 0x5571735f55f0 void 0.000120
+gallium_dri.so malloc 72 0x557173467440 0.000121
+gallium_dri.so free 0x55717360ba40 void 0.000132
+gallium_dri.so free 0x557173467440 void 0.000124
+gallium_dri.so malloc 72 0x557173467440 0.000131
+gallium_dri.so free 0x55717360bac0 void 0.000129
+gallium_dri.so free 0x557173467440 void 0.000131
+gallium_dri.so malloc 72 0x557173467440 0.000136
+gallium_dri.so free 0x557173589080 void 0.000132
+gallium_dri.so free 0x557173467440 void 0.000162
+gallium_dri.so malloc 72 0x557173467440 0.000133
+gallium_dri.so free 0x557173589140 void 0.000132
+gallium_dri.so free 0x557173467440 void 0.000127
+gallium_dri.so malloc 72 0x5571735890f0 0.000131
+gallium_dri.so free 0x5571736058c0 void 0.000148
+gallium_dri.so free 0x5571735890f0 void 0.000126
+gallium_dri.so malloc 72 0x5571736058c0 0.000128
+gallium_dri.so free 0x557173605980 void 0.000122
+gallium_dri.so free 0x5571736058c0 void 0.000123
+gallium_dri.so malloc 72 0x5571736058c0 0.000125
+gallium_dri.so free 0x55717360b440 void 0.000124
+gallium_dri.so free 0x5571736058c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736058c0 0.000221
+gallium_dri.so free 0x55717360b500 void 0.000190
+gallium_dri.so free 0x5571736058c0 void 0.000182
+gallium_dri.so malloc 72 0x55717360b4b0 0.000184
+gallium_dri.so free 0x5571735bfdc0 void 0.000184
+gallium_dri.so free 0x55717360b4b0 void 0.000178
+gallium_dri.so malloc 72 0x55717360b4b0 0.000183
+gallium_dri.so free 0x5571735bfe40 void 0.000182
+gallium_dri.so free 0x55717360b4b0 void 0.000189
+gallium_dri.so malloc 72 0x5571735bfe40 0.000187
+gallium_dri.so free 0x55717360b500 void 0.000178
+gallium_dri.so free 0x5571735bfe40 void 0.000187
+gallium_dri.so malloc 72 0x5571735bfe40 0.000180
+gallium_dri.so free 0x557173464800 void 0.000176
+gallium_dri.so free 0x5571735bfe40 void 0.000186
+gallium_dri.so malloc 72 0x5571735bfe40 0.000189
+gallium_dri.so free 0x5571734648c0 void 0.000187
+gallium_dri.so free 0x5571735bfe40 void 0.000148
+gallium_dri.so malloc 72 0x557173464870 0.000138
+gallium_dri.so free 0x55717360bd00 void 0.000119
+gallium_dri.so free 0x557173464870 void 0.000115
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bdc0 void 0.000112
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bd70 0.000115
+gallium_dri.so free 0x5571735d2300 void 0.000112
+gallium_dri.so free 0x55717360bd70 void 0.000114
+gallium_dri.so malloc 72 0x5571735d2320 0.000113
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2320 void 0.000116
+gallium_dri.so malloc 72 0x5571735d2370 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000122
+gallium_dri.so free 0x5571735d2370 void 0.000145
+gallium_dri.so malloc 72 0x5571735cfd80 0.000127
+gallium_dri.so free 0x5571735cfe00 void 0.000129
+gallium_dri.so free 0x5571735cfd80 void 0.000179
+gallium_dri.so malloc 72 0x5571735cfe00 0.000174
+gallium_dri.so free 0x5571735d48c0 void 0.000120
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48e0 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000105
+gallium_dri.so free 0x5571735d48e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4930 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so free 0x5571735d4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735fc400 void 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000113
+gallium_dri.so malloc 72 0x5571735fc340 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000116
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49d0 0.000118
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49d0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4a60 0.000112
+gallium_dri.so free 0x5571735f4b00 void 0.000138
+gallium_dri.so free 0x5571735f4a60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000115
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735f4ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1780 0.000116
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000118
+gallium_dri.so free 0x5571735e18c0 void 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb720 0.000114
+gallium_dri.so free 0x5571735eb7c0 void 0.000115
+gallium_dri.so free 0x5571735eb720 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb770 0.000114
+gallium_dri.so free 0x5571735eb840 void 0.000115
+gallium_dri.so free 0x5571735eb770 void 0.000115
+gallium_dri.so malloc 72 0x5571735eb770 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000117
+gallium_dri.so free 0x5571735eb770 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0290 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0290 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0320 0.000117
+gallium_dri.so free 0x5571735c03c0 void 0.000167
+gallium_dri.so free 0x5571735c0320 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0370 0.000119
+gallium_dri.so free 0x5571735fafc0 void 0.000116
+gallium_dri.so free 0x5571735c0370 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb030 0.000117
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb030 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000116
+gallium_dri.so malloc 72 0x557173460570 0.000115
+gallium_dri.so free 0x557173460680 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000116
+gallium_dri.so malloc 72 0x557173460630 0.000114
+gallium_dri.so free 0x5571734606c0 void 0.000124
+gallium_dri.so free 0x557173460630 void 0.000114
+gallium_dri.so malloc 72 0x557173460630 0.000116
+gallium_dri.so free 0x5571735fb180 void 0.000117
+gallium_dri.so free 0x557173460630 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb130 0.000122
+gallium_dri.so free 0x557173611080 void 0.000120
+gallium_dri.so free 0x5571735fb130 void 0.000121
+gallium_dri.so malloc 72 0x557173611080 0.000119
+gallium_dri.so free 0x557173611140 void 0.000122
+gallium_dri.so free 0x557173611080 void 0.000122
+gallium_dri.so malloc 72 0x557173611080 0.000120
+gallium_dri.so free 0x557173611200 void 0.000125
+gallium_dri.so free 0x557173611080 void 0.000117
+gallium_dri.so malloc 72 0x557173611220 0.000122
+gallium_dri.so free 0x557173609780 void 0.000118
+gallium_dri.so free 0x557173611220 void 0.000117
+gallium_dri.so malloc 72 0x557173611220 0.000124
+gallium_dri.so free 0x557173609840 void 0.000119
+gallium_dri.so free 0x557173611220 void 0.000115
+gallium_dri.so malloc 72 0x5571736097f0 0.000119
+gallium_dri.so free 0x5571736098c0 void 0.000118
+gallium_dri.so free 0x5571736097f0 void 0.000114
+gallium_dri.so malloc 72 0x557173609910 0.000122
+gallium_dri.so free 0x557173600e00 void 0.000127
+gallium_dri.so free 0x557173609910 void 0.000125
+gallium_dri.so malloc 72 0x557173600e20 0.000167
+gallium_dri.so free 0x557173600ec0 void 0.000129
+gallium_dri.so free 0x557173600e20 void 0.000127
+gallium_dri.so malloc 72 0x557173600e70 0.000130
+gallium_dri.so free 0x557173600f40 void 0.000129
+gallium_dri.so free 0x557173600e70 void 0.000128
+gallium_dri.so malloc 72 0x557173600f40 0.000126
+gallium_dri.so free 0x557173601000 void 0.000127
+gallium_dri.so free 0x557173600f40 void 0.000127
+gallium_dri.so malloc 72 0x557173600f40 0.000133
+gallium_dri.so free 0x5571735dfc00 void 0.000123
+gallium_dri.so free 0x557173600f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfc50 0.000121
+gallium_dri.so free 0x5571735dfcc0 void 0.000118
+gallium_dri.so free 0x5571735dfc50 void 0.000133
+gallium_dri.so malloc 72 0x5571735dfce0 0.000129
+gallium_dri.so free 0x5571735dfd80 void 0.000160
+gallium_dri.so free 0x5571735dfce0 void 0.000169
+gallium_dri.so malloc 72 0x5571735dfd30 0.000159
+gallium_dri.so free 0x5571735dfe00 void 0.000171
+gallium_dri.so free 0x5571735dfd30 void 0.000216
+gallium_dri.so malloc 72 0x5571735dfd30 0.000132
+gallium_dri.so free 0x5571735dce80 void 0.000132
+gallium_dri.so free 0x5571735dfd30 void 0.000126
+gallium_dri.so malloc 72 0x5571735dced0 0.000125
+gallium_dri.so free 0x5571735dcf40 void 0.000129
+gallium_dri.so free 0x5571735dced0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf80 0.000126
+gallium_dri.so free 0x5571735dd000 void 0.000124
+gallium_dri.so free 0x5571735dcf80 void 0.000126
+gallium_dri.so malloc 72 0x5571735dcf80 0.000125
+gallium_dri.so free 0x5571735dd080 void 0.000146
+gallium_dri.so free 0x5571735dcf80 void 0.000139
+gallium_dri.so malloc 72 0x5571735dd0b0 0.000135
+gallium_dri.so free 0x5571735f7200 void 0.000129
+gallium_dri.so free 0x5571735dd0b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f7240 0.000132
+gallium_dri.so free 0x5571735f72c0 void 0.000135
+gallium_dri.so free 0x5571735f7240 void 0.000141
+gallium_dri.so malloc 72 0x5571735f72c0 0.000135
+gallium_dri.so free 0x5571735f7380 void 0.000135
+gallium_dri.so free 0x5571735f72c0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f72c0 0.000135
+gallium_dri.so free 0x5571735f7400 void 0.000140
+gallium_dri.so free 0x5571735f72c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f7430 0.000138
+gallium_dri.so free 0x55717346ac40 void 0.000136
+gallium_dri.so free 0x5571735f7430 void 0.000133
+gallium_dri.so malloc 72 0x55717346acb0 0.000135
+gallium_dri.so free 0x55717346ad00 void 0.000139
+gallium_dri.so free 0x55717346acb0 void 0.000135
+gallium_dri.so malloc 72 0x55717346acb0 0.000138
+gallium_dri.so free 0x55717346ae00 void 0.000136
+gallium_dri.so free 0x55717346acb0 void 0.000148
+gallium_dri.so malloc 72 0x55717346adb0 0.000136
+gallium_dri.so free 0x55717346d200 void 0.000140
+gallium_dri.so free 0x55717346adb0 void 0.000139
+gallium_dri.so malloc 72 0x55717346d220 0.000135
+gallium_dri.so free 0x55717346d2c0 void 0.000137
+gallium_dri.so free 0x55717346d220 void 0.000136
+gallium_dri.so malloc 72 0x55717346d270 0.000135
+gallium_dri.so free 0x55717346d340 void 0.000147
+gallium_dri.so free 0x55717346d270 void 0.000144
+gallium_dri.so malloc 72 0x55717346d270 0.000141
+gallium_dri.so free 0x55717346d3c0 void 0.000141
+gallium_dri.so free 0x55717346d270 void 0.000145
+gallium_dri.so malloc 72 0x55717346d3c0 0.000140
+gallium_dri.so free 0x55717360e1c0 void 0.000141
+gallium_dri.so free 0x55717346d3c0 void 0.000143
+gallium_dri.so malloc 72 0x55717360e220 0.000140
+gallium_dri.so free 0x55717360e2c0 void 0.000142
+gallium_dri.so free 0x55717360e220 void 0.000147
+gallium_dri.so malloc 72 0x55717360e270 0.000141
+gallium_dri.so free 0x55717360e300 void 0.000133
+gallium_dri.so free 0x55717360e270 void 0.000133
+gallium_dri.so malloc 72 0x55717360e270 0.000150
+gallium_dri.so free 0x557173461d40 void 0.000134
+gallium_dri.so free 0x55717360e270 void 0.000133
+gallium_dri.so malloc 72 0x557173461d80 0.000134
+gallium_dri.so free 0x557173461e00 void 0.000134
+gallium_dri.so free 0x557173461d80 void 0.000130
+gallium_dri.so malloc 72 0x557173461e00 0.000134
+gallium_dri.so free 0x557173461ec0 void 0.000133
+gallium_dri.so free 0x557173461e00 void 0.000132
+gallium_dri.so malloc 72 0x557173461e00 0.000132
+gallium_dri.so free 0x55717360e3c0 void 0.000141
+gallium_dri.so free 0x557173461e00 void 0.000137
+gallium_dri.so malloc 72 0x55717360e3f0 0.000137
+gallium_dri.so free 0x5571735f97c0 void 0.000139
+gallium_dri.so free 0x55717360e3f0 void 0.000160
+gallium_dri.so malloc 72 0x5571735f9810 0.000128
+gallium_dri.so free 0x5571735f9880 void 0.000165
+gallium_dri.so free 0x5571735f9810 void 0.000130
+gallium_dri.so malloc 72 0x5571735f98c0 0.000124
+gallium_dri.so free 0x5571735f9940 void 0.000121
+gallium_dri.so free 0x5571735f98c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9940 0.000119
+gallium_dri.so free 0x557173461f40 void 0.000192
+gallium_dri.so free 0x5571735f9940 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9940 0.000118
+gallium_dri.so free 0x5571735fe840 void 0.000119
+gallium_dri.so free 0x5571735f9940 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe870 0.000129
+gallium_dri.so free 0x5571735fe8c0 void 0.000123
+gallium_dri.so free 0x5571735fe870 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe870 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000118
+gallium_dri.so free 0x5571735fe870 void 0.000165
+gallium_dri.so malloc 72 0x5571735fe970 0.000134
+gallium_dri.so free 0x5571735c2ac0 void 0.000134
+gallium_dri.so free 0x5571735fe970 void 0.000148
+gallium_dri.so malloc 72 0x5571735c2b00 0.000210
+gallium_dri.so free 0x5571735fea80 void 0.000194
+gallium_dri.so free 0x5571735c2b00 void 0.000138
+gallium_dri.so malloc 72 0x5571735fea30 0.000163
+gallium_dri.so free 0x5571735c2b80 void 0.000127
+gallium_dri.so free 0x5571735fea30 void 0.000123
+gallium_dri.so malloc 72 0x5571735fea30 0.000124
+gallium_dri.so free 0x5571735c2c40 void 0.000125
+gallium_dri.so free 0x5571735fea30 void 0.000148
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000117
+gallium_dri.so free 0x557173610780 void 0.000117
+gallium_dri.so free 0x5571735c2bf0 void 0.000116
+gallium_dri.so malloc 72 0x5571736107d0 0.000114
+gallium_dri.so free 0x557173610840 void 0.000117
+gallium_dri.so free 0x5571736107d0 void 0.000115
+gallium_dri.so malloc 72 0x557173610860 0.000134
+gallium_dri.so free 0x5571735c2cc0 void 0.000136
+gallium_dri.so free 0x557173610860 void 0.000133
+gallium_dri.so malloc 72 0x5571735c2cf0 0.000135
+gallium_dri.so free 0x557173610900 void 0.000134
+gallium_dri.so free 0x5571735c2cf0 void 0.000135
+gallium_dri.so malloc 72 0x5571736108b0 0.000131
+gallium_dri.so free 0x557173610900 void 0.000133
+gallium_dri.so free 0x5571736108b0 void 0.000132
+gallium_dri.so malloc 72 0x5571736108b0 0.000130
+gallium_dri.so free 0x55717346f200 void 0.000131
+gallium_dri.so free 0x5571736108b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346f1b0 0.000129
+gallium_dri.so free 0x55717346f2c0 void 0.000129
+gallium_dri.so free 0x55717346f1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346f270 0.000128
+gallium_dri.so free 0x55717346f300 void 0.000129
+gallium_dri.so free 0x55717346f270 void 0.000137
+gallium_dri.so malloc 72 0x55717346f270 0.000130
+gallium_dri.so free 0x55717346f3c0 void 0.000138
+gallium_dri.so free 0x55717346f270 void 0.000139
+gallium_dri.so malloc 72 0x55717346f270 0.000135
+gallium_dri.so free 0x55717360e540 void 0.000138
+gallium_dri.so free 0x55717346f270 void 0.000135
+gallium_dri.so malloc 72 0x55717360e590 0.000137
+gallium_dri.so free 0x55717360e600 void 0.000131
+gallium_dri.so free 0x55717360e590 void 0.000132
+gallium_dri.so malloc 72 0x55717360e660 0.000133
+gallium_dri.so free 0x55717360e700 void 0.000134
+gallium_dri.so free 0x55717360e660 void 0.000133
+gallium_dri.so malloc 72 0x55717360e6b0 0.000138
+gallium_dri.so free 0x55717360e740 void 0.000132
+gallium_dri.so free 0x55717360e6b0 void 0.000132
+gallium_dri.so malloc 72 0x55717360e6b0 0.000133
+gallium_dri.so free 0x5571735f7580 void 0.000132
+gallium_dri.so free 0x55717360e6b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f75c0 0.000130
+gallium_dri.so free 0x5571735f7640 void 0.000131
+gallium_dri.so free 0x5571735f75c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7640 0.000130
+gallium_dri.so free 0x5571735f7700 void 0.000131
+gallium_dri.so free 0x5571735f7640 void 0.000130
+gallium_dri.so malloc 72 0x5571735f7640 0.000129
+gallium_dri.so free 0x5571735f7780 void 0.000129
+gallium_dri.so free 0x5571735f7640 void 0.000130
+gallium_dri.so malloc 72 0x5571735f77b0 0.000130
+gallium_dri.so free 0x55717346d580 void 0.000130
+gallium_dri.so free 0x5571735f77b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346d5d0 0.000130
+gallium_dri.so free 0x55717346d640 void 0.000130
+gallium_dri.so free 0x55717346d5d0 void 0.000129
+gallium_dri.so malloc 72 0x55717346d680 0.000130
+gallium_dri.so free 0x55717346d700 void 0.000131
+gallium_dri.so free 0x55717346d680 void 0.000130
+gallium_dri.so malloc 72 0x55717346d700 0.000171
+gallium_dri.so free 0x55717346d7c0 void 0.000131
+gallium_dri.so free 0x55717346d700 void 0.000130
+gallium_dri.so malloc 72 0x55717346d700 0.000130
+gallium_dri.so free 0x557173473b80 void 0.000129
+gallium_dri.so free 0x55717346d700 void 0.000131
+gallium_dri.so malloc 72 0x557173473b30 0.000129
+gallium_dri.so free 0x557173473c00 void 0.000129
+gallium_dri.so free 0x557173473b30 void 0.000128
+gallium_dri.so malloc 72 0x557173473b30 0.000129
+gallium_dri.so free 0x557173473c80 void 0.000128
+gallium_dri.so free 0x557173473b30 void 0.000129
+gallium_dri.so malloc 72 0x557173473c80 0.000128
+gallium_dri.so free 0x557173473d40 void 0.000128
+gallium_dri.so free 0x557173473c80 void 0.000126
+gallium_dri.so malloc 72 0x557173473c80 0.000128
+gallium_dri.so free 0x55717360cdc0 void 0.000129
+gallium_dri.so free 0x557173473c80 void 0.000161
+gallium_dri.so malloc 72 0x55717360cd70 0.000130
+gallium_dri.so free 0x55717360ce00 void 0.000128
+gallium_dri.so free 0x55717360cd70 void 0.000126
+gallium_dri.so malloc 72 0x55717360cd70 0.000128
+gallium_dri.so free 0x55717360cec0 void 0.000198
+gallium_dri.so free 0x55717360cd70 void 0.000126
+gallium_dri.so malloc 72 0x55717360cf00 0.000121
+gallium_dri.so free 0x55717360cf80 void 0.000124
+gallium_dri.so free 0x55717360cf00 void 0.000120
+gallium_dri.so malloc 72 0x55717360cf80 0.000132
+gallium_dri.so free 0x5571735ecb80 void 0.000181
+gallium_dri.so free 0x55717360cf80 void 0.000204
+gallium_dri.so malloc 72 0x5571735ecb30 0.000144
+gallium_dri.so free 0x5571735ecbc0 void 0.000147
+gallium_dri.so free 0x5571735ecb30 void 0.000137
+gallium_dri.so malloc 72 0x5571735ecb30 0.000139
+gallium_dri.so free 0x5571735ecc80 void 0.000137
+gallium_dri.so free 0x5571735ecb30 void 0.000135
+gallium_dri.so malloc 72 0x5571735eccf0 0.000136
+gallium_dri.so free 0x5571735ecd40 void 0.000137
+gallium_dri.so free 0x5571735eccf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735eccf0 0.000134
+gallium_dri.so free 0x5571735c16c0 void 0.000138
+gallium_dri.so free 0x5571735eccf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1670 0.000138
+gallium_dri.so free 0x5571735c1780 void 0.000136
+gallium_dri.so free 0x5571735c1670 void 0.000134
+gallium_dri.so malloc 72 0x5571735c1730 0.000134
+gallium_dri.so free 0x5571735c17c0 void 0.000137
+gallium_dri.so free 0x5571735c1730 void 0.000135
+gallium_dri.so malloc 72 0x5571735c1730 0.000137
+gallium_dri.so free 0x5571735c1880 void 0.000132
+gallium_dri.so free 0x5571735c1730 void 0.000135
+gallium_dri.so malloc 72 0x5571735c18c0 0.000135
+gallium_dri.so free 0x557173460940 void 0.000136
+gallium_dri.so free 0x5571735c18c0 void 0.000144
+gallium_dri.so malloc 72 0x5571734608f0 0.000136
+gallium_dri.so free 0x557173460a00 void 0.000134
+gallium_dri.so free 0x5571734608f0 void 0.000135
+gallium_dri.so malloc 72 0x5571734609b0 0.000135
+gallium_dri.so free 0x557173460a80 void 0.000137
+gallium_dri.so free 0x5571734609b0 void 0.000150
+gallium_dri.so malloc 72 0x5571734609b0 0.000131
+gallium_dri.so free 0x557173460b40 void 0.000126
+gallium_dri.so free 0x5571734609b0 void 0.000127
+gallium_dri.so malloc 72 0x5571734609b0 0.000121
+gallium_dri.so free 0x5571735febc0 void 0.000120
+gallium_dri.so free 0x5571734609b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fec00 0.000117
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so free 0x5571735fec00 void 0.000122
+gallium_dri.so malloc 72 0x5571735fec80 0.000117
+gallium_dri.so free 0x5571735fed40 void 0.000121
+gallium_dri.so free 0x5571735fec80 void 0.000123
+gallium_dri.so malloc 72 0x5571735fec80 0.000123
+gallium_dri.so free 0x5571735fedc0 void 0.000124
+gallium_dri.so free 0x5571735fec80 void 0.000124
+gallium_dri.so malloc 72 0x5571735fedf0 0.000122
+gallium_dri.so free 0x5571735e2bc0 void 0.000122
+gallium_dri.so free 0x5571735fedf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2b70 0.000125
+gallium_dri.so free 0x5571735e2c80 void 0.000122
+gallium_dri.so free 0x5571735e2b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2c30 0.000117
+gallium_dri.so free 0x5571735e2d00 void 0.000129
+gallium_dri.so free 0x5571735e2c30 void 0.000142
+gallium_dri.so malloc 72 0x5571735e2d50 0.000134
+gallium_dri.so free 0x5571735e2dc0 void 0.000133
+gallium_dri.so free 0x5571735e2d50 void 0.000126
+gallium_dri.so malloc 72 0x5571735e2de0 0.000115
+gallium_dri.so free 0x55717346afc0 void 0.000115
+gallium_dri.so free 0x5571735e2de0 void 0.000114
+gallium_dri.so malloc 72 0x55717346aff0 0.000114
+gallium_dri.so free 0x55717346b040 void 0.000127
+gallium_dri.so free 0x55717346aff0 void 0.000121
+gallium_dri.so malloc 72 0x55717346aff0 0.000118
+gallium_dri.so free 0x55717346b140 void 0.000134
+gallium_dri.so free 0x55717346aff0 void 0.000140
+gallium_dri.so malloc 72 0x55717346b0f0 0.000134
+gallium_dri.so free 0x55717346b200 void 0.000130
+gallium_dri.so free 0x55717346b0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b1b0 0.000128
+gallium_dri.so free 0x5571735de800 void 0.000130
+gallium_dri.so free 0x55717346b1b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735de7b0 0.000154
+gallium_dri.so free 0x5571735de840 void 0.000148
+gallium_dri.so free 0x5571735de7b0 void 0.000137
+gallium_dri.so malloc 72 0x5571735de7b0 0.000126
+gallium_dri.so free 0x5571735de900 void 0.000127
+gallium_dri.so free 0x5571735de7b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735de940 0.000126
+gallium_dri.so free 0x5571735de9c0 void 0.000126
+gallium_dri.so free 0x5571735de940 void 0.000128
+gallium_dri.so malloc 72 0x5571735de9c0 0.000130
+gallium_dri.so free 0x5571735dff80 void 0.000196
+gallium_dri.so free 0x5571735de9c0 void 0.000216
+gallium_dri.so malloc 72 0x5571735dffa0 0.000212
+gallium_dri.so free 0x5571735e0040 void 0.000209
+gallium_dri.so free 0x5571735dffa0 void 0.000167
+gallium_dri.so malloc 72 0x5571735dfff0 0.000171
+gallium_dri.so free 0x5571735e00c0 void 0.000192
+gallium_dri.so free 0x5571735dfff0 void 0.000192
+gallium_dri.so malloc 72 0x5571735dfff0 0.000173
+gallium_dri.so free 0x5571735e01c0 void 0.000174
+gallium_dri.so free 0x5571735dfff0 void 0.000193
+gallium_dri.so malloc 72 0x5571735e0170 0.000116
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so free 0x5571735e0170 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2e90 0.000117
+gallium_dri.so free 0x5571735c2f00 void 0.000164
+gallium_dri.so free 0x5571735c2e90 void 0.000176
+gallium_dri.so malloc 72 0x5571735c2f20 0.000194
+gallium_dri.so free 0x5571735c2fc0 void 0.000185
+gallium_dri.so free 0x5571735c2f20 void 0.000189
+gallium_dri.so malloc 72 0x5571735c2f70 0.000188
+gallium_dri.so free 0x5571735c3040 void 0.000186
+gallium_dri.so free 0x5571735c2f70 void 0.000186
+gallium_dri.so malloc 72 0x5571735c2f70 0.000185
+gallium_dri.so free 0x5571735fc600 void 0.000190
+gallium_dri.so free 0x5571735c2f70 void 0.000198
+gallium_dri.so malloc 72 0x5571735fc650 0.000182
+gallium_dri.so free 0x5571735fc6c0 void 0.000183
+gallium_dri.so free 0x5571735fc650 void 0.000240
+gallium_dri.so malloc 72 0x5571735fc720 0.000189
+gallium_dri.so free 0x5571735fc7c0 void 0.000182
+gallium_dri.so free 0x5571735fc720 void 0.000188
+gallium_dri.so malloc 72 0x5571735fc770 0.000182
+gallium_dri.so free 0x5571735fc800 void 0.000184
+gallium_dri.so free 0x5571735fc770 void 0.000182
+gallium_dri.so malloc 72 0x5571735fc770 0.000188
+gallium_dri.so free 0x5571735f9b40 void 0.000186
+gallium_dri.so free 0x5571735fc770 void 0.000182
+gallium_dri.so malloc 72 0x5571735f9b80 0.000187
+gallium_dri.so free 0x5571735f9c00 void 0.000179
+gallium_dri.so free 0x5571735f9b80 void 0.000187
+gallium_dri.so malloc 72 0x5571735f9c00 0.000192
+gallium_dri.so free 0x5571735f9cc0 void 0.000196
+gallium_dri.so free 0x5571735f9c00 void 0.000190
+gallium_dri.so malloc 72 0x5571735f9c00 0.000183
+gallium_dri.so free 0x5571735f9d40 void 0.000203
+gallium_dri.so free 0x5571735f9c00 void 0.000180
+gallium_dri.so malloc 72 0x5571735f9d70 0.000185
+gallium_dri.so free 0x5571735f5e00 void 0.000198
+gallium_dri.so free 0x5571735f9d70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f5db0 0.000121
+gallium_dri.so free 0x5571735f5ec0 void 0.000116
+gallium_dri.so free 0x5571735f5db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5e70 0.000120
+gallium_dri.so free 0x5571735f5f40 void 0.000115
+gallium_dri.so free 0x5571735f5e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5f90 0.000115
+gallium_dri.so free 0x5571735f6000 void 0.000114
+gallium_dri.so free 0x5571735f5f90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6020 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so free 0x5571735f6020 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd230 0.000114
+gallium_dri.so free 0x5571735dd280 void 0.000116
+gallium_dri.so free 0x5571735dd230 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd230 0.000119
+gallium_dri.so free 0x5571735dd380 void 0.000115
+gallium_dri.so free 0x5571735dd230 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd330 0.000113
+gallium_dri.so free 0x5571735dd440 void 0.000123
+gallium_dri.so free 0x5571735dd330 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000116
+gallium_dri.so free 0x557173610b00 void 0.000113
+gallium_dri.so free 0x5571735dd3f0 void 0.000113
+gallium_dri.so malloc 72 0x557173610b20 0.000112
+gallium_dri.so free 0x557173610bc0 void 0.000112
+gallium_dri.so free 0x557173610b20 void 0.000114
+gallium_dri.so malloc 72 0x557173610b70 0.000112
+gallium_dri.so free 0x557173610c40 void 0.000120
+gallium_dri.so free 0x557173610b70 void 0.000126
+gallium_dri.so malloc 72 0x557173610b70 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000113
+gallium_dri.so free 0x557173610b70 void 0.000114
+gallium_dri.so malloc 72 0x557173610cc0 0.000115
+gallium_dri.so free 0x5571735dba80 void 0.000114
+gallium_dri.so free 0x557173610cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbac0 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dba30 0.000112
+gallium_dri.so free 0x5571735dbb80 void 0.000114
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000112
+gallium_dri.so free 0x5571735dbc40 void 0.000112
+gallium_dri.so free 0x5571735dbbf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbbf0 0.000130
+gallium_dri.so free 0x557173466fc0 void 0.000147
+gallium_dri.so free 0x5571735dbbf0 void 0.000127
+gallium_dri.so malloc 72 0x557173467010 0.000154
+gallium_dri.so free 0x557173467080 void 0.000135
+gallium_dri.so free 0x557173467010 void 0.000116
+gallium_dri.so malloc 72 0x5571734670a0 0.000117
+gallium_dri.so free 0x557173467140 void 0.000117
+gallium_dri.so free 0x5571734670a0 void 0.000113
+gallium_dri.so malloc 72 0x5571734670f0 0.000130
+gallium_dri.so free 0x5571734671c0 void 0.000141
+gallium_dri.so free 0x5571734670f0 void 0.000141
+gallium_dri.so malloc 72 0x5571734670f0 0.000124
+gallium_dri.so free 0x557173603500 void 0.000124
+gallium_dri.so free 0x5571734670f0 void 0.000125
+gallium_dri.so malloc 72 0x557173603550 0.000123
+gallium_dri.so free 0x5571736035c0 void 0.000123
+gallium_dri.so free 0x557173603550 void 0.000124
+gallium_dri.so malloc 72 0x557173603620 0.000123
+gallium_dri.so free 0x5571736036c0 void 0.000123
+gallium_dri.so free 0x557173603620 void 0.000123
+gallium_dri.so malloc 72 0x557173603670 0.000123
+gallium_dri.so free 0x557173603700 void 0.000124
+gallium_dri.so free 0x557173603670 void 0.000124
+gallium_dri.so malloc 72 0x557173603670 0.000123
+gallium_dri.so free 0x5571735e1140 void 0.000123
+gallium_dri.so free 0x557173603670 void 0.000154
+gallium_dri.so malloc 72 0x5571735e1180 0.000140
+gallium_dri.so free 0x5571735e1200 void 0.000130
+gallium_dri.so free 0x5571735e1180 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1200 0.000125
+gallium_dri.so free 0x5571735e12c0 void 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1200 0.000124
+gallium_dri.so free 0x5571735e1340 void 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1370 0.000124
+gallium_dri.so free 0x55717358de00 void 0.000123
+gallium_dri.so free 0x5571735e1370 void 0.000122
+gallium_dri.so malloc 72 0x55717358de50 0.000123
+gallium_dri.so free 0x55717358dec0 void 0.000124
+gallium_dri.so free 0x55717358de50 void 0.000132
+gallium_dri.so malloc 72 0x55717358df00 0.000135
+gallium_dri.so free 0x55717358df80 void 0.000133
+gallium_dri.so free 0x55717358df00 void 0.000136
+gallium_dri.so malloc 72 0x55717358df80 0.000146
+gallium_dri.so free 0x55717358e040 void 0.000138
+gallium_dri.so free 0x55717358df80 void 0.000125
+gallium_dri.so malloc 72 0x55717358df80 0.000124
+gallium_dri.so free 0x55717360c0c0 void 0.000124
+gallium_dri.so free 0x55717358df80 void 0.000147
+gallium_dri.so malloc 72 0x55717360c0f0 0.000140
+gallium_dri.so free 0x55717360c140 void 0.000129
+gallium_dri.so free 0x55717360c0f0 void 0.000149
+gallium_dri.so malloc 72 0x55717360c0f0 0.000135
+gallium_dri.so free 0x55717360c240 void 0.000131
+gallium_dri.so free 0x55717360c0f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c1f0 0.000130
+gallium_dri.so free 0x55717360c300 void 0.000131
+gallium_dri.so free 0x55717360c1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717360c2b0 0.000130
+gallium_dri.so free 0x5571735fa9c0 void 0.000130
+gallium_dri.so free 0x55717360c2b0 void 0.000156
+gallium_dri.so malloc 72 0x5571735fa9e0 0.000131
+gallium_dri.so free 0x5571735faa80 void 0.000131
+gallium_dri.so free 0x5571735fa9e0 void 0.000130
+gallium_dri.so malloc 72 0x5571735faa30 0.000132
+gallium_dri.so free 0x5571735fab00 void 0.000135
+gallium_dri.so free 0x5571735faa30 void 0.000133
+gallium_dri.so malloc 72 0x5571735faa30 0.000129
+gallium_dri.so free 0x5571735fab80 void 0.000131
+gallium_dri.so free 0x5571735faa30 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab80 0.000130
+gallium_dri.so free 0x55717346a6c0 void 0.000150
+gallium_dri.so free 0x5571735fab80 void 0.000132
+gallium_dri.so malloc 72 0x5571735fab80 0.000233
+gallium_dri.so free 0x55717346a780 void 0.000205
+gallium_dri.so free 0x5571735fab80 void 0.000182
+gallium_dri.so malloc 72 0x5571735fab80 0.000129
+gallium_dri.so free 0x55717346a840 void 0.000135
+gallium_dri.so free 0x5571735fab80 void 0.000128
+gallium_dri.so malloc 72 0x55717346a7f0 0.000131
+gallium_dri.so free 0x55717346a840 void 0.000130
+gallium_dri.so free 0x55717346a7f0 void 0.000133
+gallium_dri.so malloc 72 0x55717346a7f0 0.000129
+gallium_dri.so free 0x55717346a940 void 0.000130
+gallium_dri.so free 0x55717346a7f0 void 0.000129
+gallium_dri.so malloc 72 0x55717346a8f0 0.000130
+gallium_dri.so free 0x5571734620c0 void 0.000131
+gallium_dri.so free 0x55717346a8f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734620e0 0.000133
+gallium_dri.so free 0x557173462180 void 0.000130
+gallium_dri.so free 0x5571734620e0 void 0.000130
+gallium_dri.so malloc 72 0x557173462130 0.000129
+gallium_dri.so free 0x557173462200 void 0.000132
+gallium_dri.so free 0x557173462130 void 0.000151
+gallium_dri.so malloc 72 0x557173462130 0.000156
+gallium_dri.so free 0x557173462280 void 0.000142
+gallium_dri.so free 0x557173462130 void 0.000156
+gallium_dri.so malloc 72 0x557173462280 0.000203
+gallium_dri.so free 0x5571735f4c40 void 0.000199
+gallium_dri.so free 0x557173462280 void 0.000140
+gallium_dri.so malloc 72 0x557173462280 0.000150
+gallium_dri.so free 0x5571735f4d00 void 0.000127
+gallium_dri.so free 0x557173462280 void 0.000124
+gallium_dri.so malloc 72 0x5571735f4d20 0.000133
+gallium_dri.so free 0x5571735f4dc0 void 0.000122
+gallium_dri.so free 0x5571735f4d20 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d70 0.000119
+gallium_dri.so free 0x5571735f4e40 void 0.000118
+gallium_dri.so free 0x5571735f4d70 void 0.000119
+gallium_dri.so malloc 72 0x5571735f4d70 0.000117
+gallium_dri.so free 0x557173462340 void 0.000138
+gallium_dri.so free 0x5571735f4d70 void 0.000161
+gallium_dri.so malloc 72 0x557173462340 0.000181
+gallium_dri.so free 0x5571735f4ec0 void 0.000176
+gallium_dri.so free 0x557173462340 void 0.000127
+gallium_dri.so malloc 72 0x557173462340 0.000148
+gallium_dri.so free 0x5571735da8c0 void 0.000124
+gallium_dri.so free 0x557173462340 void 0.000124
+gallium_dri.so malloc 72 0x557173462340 0.000124
+gallium_dri.so free 0x5571735da980 void 0.000126
+gallium_dri.so free 0x557173462340 void 0.000127
+gallium_dri.so malloc 72 0x5571735da930 0.000127
+gallium_dri.so free 0x5571735daa40 void 0.000124
+gallium_dri.so free 0x5571735da930 void 0.000123
+gallium_dri.so malloc 72 0x5571735da9f0 0.000127
+gallium_dri.so free 0x5571735daac0 void 0.000126
+gallium_dri.so free 0x5571735da9f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dab10 0.000124
+gallium_dri.so free 0x5571735dab80 void 0.000129
+gallium_dri.so free 0x5571735dab10 void 0.000126
+gallium_dri.so malloc 72 0x5571735dab10 0.000131
+gallium_dri.so free 0x5571735eb9c0 void 0.000131
+gallium_dri.so free 0x5571735dab10 void 0.000133
+gallium_dri.so malloc 72 0x5571735dab10 0.000131
+gallium_dri.so free 0x5571735eba80 void 0.000131
+gallium_dri.so free 0x5571735dab10 void 0.000128
+gallium_dri.so malloc 72 0x5571735eba30 0.000131
+gallium_dri.so free 0x5571735ebb00 void 0.000130
+gallium_dri.so free 0x5571735eba30 void 0.000128
+gallium_dri.so malloc 72 0x5571735ebb50 0.000155
+gallium_dri.so free 0x5571735ebbc0 void 0.000127
+gallium_dri.so free 0x5571735ebb50 void 0.000122
+gallium_dri.so malloc 72 0x5571735ebc00 0.000120
+gallium_dri.so free 0x5571735ebc80 void 0.000119
+gallium_dri.so free 0x5571735ebc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc00 0.000122
+gallium_dri.so free 0x5571735fb280 void 0.000122
+gallium_dri.so free 0x5571735ebc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735ebc00 0.000119
+gallium_dri.so free 0x5571735fb340 void 0.000121
+gallium_dri.so free 0x5571735ebc00 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb2f0 0.000120
+gallium_dri.so free 0x5571735fb3c0 void 0.000121
+gallium_dri.so free 0x5571735fb2f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb410 0.000120
+gallium_dri.so free 0x5571735fb480 void 0.000143
+gallium_dri.so free 0x5571735fb410 void 0.000141
+gallium_dri.so malloc 72 0x5571735fb4a0 0.000179
+gallium_dri.so free 0x5571735fb540 void 0.000143
+gallium_dri.so free 0x5571735fb4a0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000143
+gallium_dri.so free 0x5571735fa0c0 void 0.000143
+gallium_dri.so free 0x5571735fb4f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000162
+gallium_dri.so free 0x5571735fa1c0 void 0.000144
+gallium_dri.so free 0x5571735fb4f0 void 0.000142
+gallium_dri.so malloc 72 0x5571735fa170 0.000143
+gallium_dri.so free 0x5571735fa240 void 0.000135
+gallium_dri.so free 0x5571735fa170 void 0.000136
+gallium_dri.so malloc 72 0x5571735fa290 0.000186
+gallium_dri.so free 0x5571735fa300 void 0.000129
+gallium_dri.so free 0x5571735fa290 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa320 0.000129
+gallium_dri.so free 0x5571735e1a00 void 0.000130
+gallium_dri.so free 0x5571735fa320 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa320 0.000128
+gallium_dri.so free 0x5571735e1ac0 void 0.000129
+gallium_dri.so free 0x5571735fa320 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1a70 0.000129
+gallium_dri.so free 0x5571735e1b40 void 0.000128
+gallium_dri.so free 0x5571735e1a70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1b90 0.000130
+gallium_dri.so free 0x5571735e1c00 void 0.000129
+gallium_dri.so free 0x5571735e1b90 void 0.000129
+gallium_dri.so malloc 72 0x5571735e1c60 0.000129
+gallium_dri.so free 0x5571735fa3c0 void 0.000130
+gallium_dri.so free 0x5571735e1c60 void 0.000138
+gallium_dri.so malloc 72 0x5571735fa370 0.000128
+gallium_dri.so free 0x5571735c0500 void 0.000127
+gallium_dri.so free 0x5571735fa370 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa370 0.000128
+gallium_dri.so free 0x5571735c05c0 void 0.000127
+gallium_dri.so free 0x5571735fa370 void 0.000131
+gallium_dri.so malloc 72 0x5571735c0570 0.000152
+gallium_dri.so free 0x5571735c0640 void 0.000135
+gallium_dri.so free 0x5571735c0570 void 0.000141
+gallium_dri.so malloc 72 0x5571735c0690 0.000160
+gallium_dri.so free 0x5571735e1d00 void 0.000143
+gallium_dri.so free 0x5571735c0690 void 0.000147
+gallium_dri.so malloc 72 0x5571735e1cb0 0.000140
+gallium_dri.so free 0x5571735c0700 void 0.000136
+gallium_dri.so free 0x5571735e1cb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0730 0.000131
+gallium_dri.so free 0x5571735c0780 void 0.000131
+gallium_dri.so free 0x5571735c0730 void 0.000129
+gallium_dri.so malloc 72 0x5571735c0780 0.000131
+gallium_dri.so free 0x5571735f29c0 void 0.000131
+gallium_dri.so free 0x5571735c0780 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2970 0.000130
+gallium_dri.so free 0x5571735f2a40 void 0.000183
+gallium_dri.so free 0x5571735f2970 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2a90 0.000133
+gallium_dri.so free 0x5571735f2b00 void 0.000134
+gallium_dri.so free 0x5571735f2a90 void 0.000133
+gallium_dri.so malloc 72 0x5571735f2b20 0.000133
+gallium_dri.so free 0x5571735f2bc0 void 0.000133
+gallium_dri.so free 0x5571735f2b20 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2b70 0.000135
+gallium_dri.so free 0x5571735f2c40 void 0.000141
+gallium_dri.so free 0x5571735f2b70 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2b70 0.000135
+gallium_dri.so free 0x557173589740 void 0.000499
+gallium_dri.so free 0x5571735f2b70 void 0.000138
+gallium_dri.so malloc 72 0x5571735896f0 0.000144
+gallium_dri.so free 0x557173589800 void 0.000140
+gallium_dri.so free 0x5571735896f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735897b0 0.000134
+gallium_dri.so free 0x557173589880 void 0.000250
+gallium_dri.so free 0x5571735897b0 void 0.000292
+gallium_dri.so malloc 72 0x5571735898a0 0.000134
+gallium_dri.so free 0x557173589940 void 0.000130
+gallium_dri.so free 0x5571735898a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735898f0 0.000131
+gallium_dri.so free 0x5571735899c0 void 0.000136
+gallium_dri.so free 0x5571735898f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735898f0 0.000131
+gallium_dri.so free 0x557173473680 void 0.000130
+gallium_dri.so free 0x5571735898f0 void 0.000130
+gallium_dri.so malloc 72 0x5571734736d0 0.000131
+gallium_dri.so free 0x557173473740 void 0.000134
+gallium_dri.so free 0x5571734736d0 void 0.000131
+gallium_dri.so malloc 72 0x557173473760 0.000130
+gallium_dri.so free 0x557173473800 void 0.000130
+gallium_dri.so free 0x557173473760 void 0.000130
+gallium_dri.so malloc 72 0x5571734737b0 0.000128
+gallium_dri.so free 0x557173473880 void 0.000137
+gallium_dri.so free 0x5571734737b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734737b0 0.000133
+gallium_dri.so free 0x557173473980 void 0.000133
+gallium_dri.so free 0x5571734737b0 void 0.000130
+gallium_dri.so malloc 72 0x557173473930 0.000146
+gallium_dri.so free 0x557173600840 void 0.000134
+gallium_dri.so free 0x557173473930 void 0.000130
+gallium_dri.so malloc 72 0x5571736007f0 0.000132
+gallium_dri.so free 0x557173600900 void 0.000131
+gallium_dri.so free 0x5571736007f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736008b0 0.000130
+gallium_dri.so free 0x557173600940 void 0.000132
+gallium_dri.so free 0x5571736008b0 void 0.000130
+gallium_dri.so malloc 72 0x5571736008b0 0.000130
+gallium_dri.so free 0x557173600a00 void 0.000193
+gallium_dri.so free 0x5571736008b0 void 0.000129
+gallium_dri.so malloc 72 0x557173600a40 0.000128
+gallium_dri.so free 0x557173600ac0 void 0.000131
+gallium_dri.so free 0x557173600a40 void 0.000130
+gallium_dri.so malloc 72 0x557173600ac0 0.000129
+gallium_dri.so free 0x55717360c8c0 void 0.000130
+gallium_dri.so free 0x557173600ac0 void 0.000165
+gallium_dri.so malloc 72 0x55717360c920 0.000221
+gallium_dri.so free 0x55717360c9c0 void 0.000202
+gallium_dri.so free 0x55717360c920 void 0.000129
+gallium_dri.so malloc 72 0x55717360c970 0.000129
+gallium_dri.so free 0x55717360ca00 void 0.000140
+gallium_dri.so free 0x55717360c970 void 0.000129
+gallium_dri.so malloc 72 0x55717360c970 0.000132
+gallium_dri.so free 0x55717360cac0 void 0.000131
+gallium_dri.so free 0x55717360c970 void 0.000131
+gallium_dri.so malloc 72 0x55717360cb00 0.000129
+gallium_dri.so free 0x55717360cb80 void 0.000129
+gallium_dri.so free 0x55717360cb00 void 0.000132
+gallium_dri.so malloc 72 0x55717360cb80 0.000133
+gallium_dri.so free 0x55717346cc40 void 0.000172
+gallium_dri.so free 0x55717360cb80 void 0.000131
+gallium_dri.so malloc 72 0x55717346cbf0 0.000129
+gallium_dri.so free 0x55717346cc80 void 0.000129
+gallium_dri.so free 0x55717346cbf0 void 0.000142
+gallium_dri.so malloc 72 0x55717346cbf0 0.000136
+gallium_dri.so free 0x55717346cd40 void 0.000124
+gallium_dri.so free 0x55717346cbf0 void 0.000153
+gallium_dri.so malloc 72 0x55717346cd90 0.000154
+gallium_dri.so free 0x55717346ce00 void 0.000135
+gallium_dri.so free 0x55717346cd90 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce40 0.000116
+gallium_dri.so free 0x55717346cec0 void 0.000116
+gallium_dri.so free 0x55717346ce40 void 0.000115
+gallium_dri.so malloc 72 0x55717346cec0 0.000213
+gallium_dri.so free 0x5571735db580 void 0.000175
+gallium_dri.so free 0x55717346cec0 void 0.000238
+gallium_dri.so malloc 72 0x5571735db5a0 0.000179
+gallium_dri.so free 0x5571735db640 void 0.000178
+gallium_dri.so free 0x5571735db5a0 void 0.000189
+gallium_dri.so malloc 72 0x5571735db5f0 0.000177
+gallium_dri.so free 0x5571735db6c0 void 0.000186
+gallium_dri.so free 0x5571735db5f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735db5f0 0.000182
+gallium_dri.so free 0x5571735db740 void 0.000186
+gallium_dri.so free 0x5571735db5f0 void 0.000188
+gallium_dri.so malloc 72 0x5571735db740 0.000125
+gallium_dri.so free 0x5571735db800 void 0.000125
+gallium_dri.so free 0x5571735db740 void 0.000125
+gallium_dri.so malloc 72 0x5571735db740 0.000125
+gallium_dri.so free 0x557173461780 void 0.000124
+gallium_dri.so free 0x5571735db740 void 0.000124
+gallium_dri.so malloc 72 0x557173461730 0.000128
+gallium_dri.so free 0x5571734617c0 void 0.000133
+gallium_dri.so free 0x557173461730 void 0.000120
+gallium_dri.so malloc 72 0x557173461730 0.000122
+gallium_dri.so free 0x557173461880 void 0.000120
+gallium_dri.so free 0x557173461730 void 0.000117
+gallium_dri.so malloc 72 0x5571734618c0 0.000127
+gallium_dri.so free 0x557173461940 void 0.000125
+gallium_dri.so free 0x5571734618c0 void 0.000124
+gallium_dri.so malloc 72 0x557173461940 0.000125
+gallium_dri.so free 0x557173461a00 void 0.000126
+gallium_dri.so free 0x557173461940 void 0.000122
+gallium_dri.so malloc 72 0x557173461940 0.000125
+gallium_dri.so free 0x5571735c4ac0 void 0.000124
+gallium_dri.so free 0x557173461940 void 0.000126
+gallium_dri.so malloc 72 0x5571735c4a70 0.000126
+gallium_dri.so free 0x5571735c4b40 void 0.000139
+gallium_dri.so free 0x5571735c4a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4a70 0.000125
+gallium_dri.so free 0x5571735c4c40 void 0.000126
+gallium_dri.so free 0x5571735c4a70 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4bf0 0.000119
+gallium_dri.so free 0x5571735c4cc0 void 0.000123
+gallium_dri.so free 0x5571735c4bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4d10 0.000123
+gallium_dri.so free 0x5571735c4d80 void 0.000121
+gallium_dri.so free 0x5571735c4d10 void 0.000158
+gallium_dri.so malloc 72 0x5571735c4da0 0.000162
+gallium_dri.so free 0x55717360dc00 void 0.000131
+gallium_dri.so free 0x5571735c4da0 void 0.000132
+gallium_dri.so malloc 72 0x55717360dbb0 0.000130
+gallium_dri.so free 0x55717360dc80 void 0.000131
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dbb0 0.000130
+gallium_dri.so free 0x55717360dd00 void 0.000130
+gallium_dri.so free 0x55717360dbb0 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd00 0.000129
+gallium_dri.so free 0x55717360ddc0 void 0.000131
+gallium_dri.so free 0x55717360dd00 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd00 0.000130
+gallium_dri.so free 0x55717360dec0 void 0.000155
+gallium_dri.so free 0x55717360dd00 void 0.000131
+gallium_dri.so malloc 72 0x55717360dd00 0.000129
+gallium_dri.so free 0x5571735f5900 void 0.000129
+gallium_dri.so free 0x55717360dd00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5930 0.000130
+gallium_dri.so free 0x5571735f5980 void 0.000131
+gallium_dri.so free 0x5571735f5930 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5930 0.000132
+gallium_dri.so free 0x5571735f5a80 void 0.000129
+gallium_dri.so free 0x5571735f5930 void 0.000132
+gallium_dri.so malloc 72 0x5571735f5a30 0.000132
+gallium_dri.so free 0x5571735f5b40 void 0.000130
+gallium_dri.so free 0x5571735f5a30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f5af0 0.000129
+gallium_dri.so free 0x5571735f5b80 void 0.000141
+gallium_dri.so free 0x5571735f5af0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f5af0 0.000135
+gallium_dri.so free 0x5571735df640 void 0.000128
+gallium_dri.so free 0x5571735f5af0 void 0.000129
+gallium_dri.so malloc 72 0x5571735df5f0 0.000128
+gallium_dri.so free 0x5571735df700 void 0.000130
+gallium_dri.so free 0x5571735df5f0 void 0.000146
+gallium_dri.so malloc 72 0x5571735df6b0 0.000130
+gallium_dri.so free 0x5571735df780 void 0.000129
+gallium_dri.so free 0x5571735df6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735df7d0 0.000132
+gallium_dri.so free 0x5571735df840 void 0.000136
+gallium_dri.so free 0x5571735df7d0 void 0.000132
+gallium_dri.so malloc 72 0x5571735df860 0.000133
+gallium_dri.so free 0x5571735df900 void 0.000125
+gallium_dri.so free 0x5571735df860 void 0.000138
+gallium_dri.so malloc 72 0x5571735df8b0 0.000159
+gallium_dri.so free 0x5571735fe280 void 0.000225
+gallium_dri.so free 0x5571735df8b0 void 0.000177
+gallium_dri.so malloc 72 0x5571735fe230 0.000132
+gallium_dri.so free 0x5571735fe300 void 0.000131
+gallium_dri.so free 0x5571735fe230 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe350 0.000152
+gallium_dri.so free 0x5571735fe3c0 void 0.000133
+gallium_dri.so free 0x5571735fe350 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe400 0.000134
+gallium_dri.so free 0x5571735fe480 void 0.000131
+gallium_dri.so free 0x5571735fe400 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe400 0.000130
+gallium_dri.so free 0x5571735fe500 void 0.000138
+gallium_dri.so free 0x5571735fe400 void 0.000132
+gallium_dri.so malloc 72 0x5571735fe530 0.000131
+gallium_dri.so free 0x5571735e26c0 void 0.000132
+gallium_dri.so free 0x5571735fe530 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2700 0.000132
+gallium_dri.so free 0x5571735e2780 void 0.000131
+gallium_dri.so free 0x5571735e2700 void 0.000132
+gallium_dri.so malloc 72 0x5571735e2780 0.000129
+gallium_dri.so free 0x5571735e2840 void 0.000130
+gallium_dri.so free 0x5571735e2780 void 0.000136
+gallium_dri.so malloc 72 0x5571735e2780 0.000131
+gallium_dri.so free 0x5571735e28c0 void 0.000131
+gallium_dri.so free 0x5571735e2780 void 0.000129
+gallium_dri.so malloc 72 0x5571735e28f0 0.000129
+gallium_dri.so free 0x5571735e2940 void 0.000129
+gallium_dri.so free 0x5571735e28f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28f0 0.000129
+gallium_dri.so free 0x5571735dc8c0 void 0.000133
+gallium_dri.so free 0x5571735e28f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc870 0.000131
+gallium_dri.so free 0x5571735dc940 void 0.000128
+gallium_dri.so free 0x5571735dc870 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc990 0.000130
+gallium_dri.so free 0x5571735dca00 void 0.000132
+gallium_dri.so free 0x5571735dc990 void 0.000130
+gallium_dri.so malloc 72 0x5571735dca20 0.000129
+gallium_dri.so free 0x5571735dcac0 void 0.000129
+gallium_dri.so free 0x5571735dca20 void 0.000136
+gallium_dri.so malloc 72 0x5571735dca70 0.000134
+gallium_dri.so free 0x5571735dcb40 void 0.000135
+gallium_dri.so free 0x5571735dca70 void 0.000136
+gallium_dri.so malloc 72 0x5571735dca70 0.000146
+gallium_dri.so free 0x5571735ec680 void 0.000135
+gallium_dri.so free 0x5571735dca70 void 0.000135
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000136
+gallium_dri.so free 0x5571735ec740 void 0.000135
+gallium_dri.so free 0x5571735ec6d0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ec7a0 0.000131
+gallium_dri.so free 0x5571735ec840 void 0.000132
+gallium_dri.so free 0x5571735ec7a0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000132
+gallium_dri.so free 0x5571735ec880 void 0.000132
+gallium_dri.so free 0x5571735ec7f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ec7f0 0.000131
+gallium_dri.so free 0x5571735ec940 void 0.000133
+gallium_dri.so free 0x5571735ec7f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec980 0.000131
+gallium_dri.so free 0x5571735de300 void 0.000132
+gallium_dri.so free 0x5571735ec980 void 0.000191
+gallium_dri.so malloc 72 0x5571735de350 0.000130
+gallium_dri.so free 0x5571735de3c0 void 0.000132
+gallium_dri.so free 0x5571735de350 void 0.000130
+gallium_dri.so malloc 72 0x5571735de3e0 0.000132
+gallium_dri.so free 0x5571735de480 void 0.000142
+gallium_dri.so free 0x5571735de3e0 void 0.000133
+gallium_dri.so malloc 72 0x5571735de430 0.000131
+gallium_dri.so free 0x5571735de500 void 0.000130
+gallium_dri.so free 0x5571735de430 void 0.000129
+gallium_dri.so malloc 72 0x5571735de500 0.000130
+gallium_dri.so free 0x5571735de5c0 void 0.000132
+gallium_dri.so free 0x5571735de500 void 0.000131
+gallium_dri.so malloc 72 0x5571735de500 0.000131
+gallium_dri.so free 0x5571735c11c0 void 0.000131
+gallium_dri.so free 0x5571735de500 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1210 0.000131
+gallium_dri.so free 0x5571735c1280 void 0.000133
+gallium_dri.so free 0x5571735c1210 void 0.000130
+gallium_dri.so malloc 72 0x5571735c12a0 0.000148
+gallium_dri.so free 0x5571735c1340 void 0.000132
+gallium_dri.so free 0x5571735c12a0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c12f0 0.000129
+gallium_dri.so free 0x5571735c13c0 void 0.000133
+gallium_dri.so free 0x5571735c12f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c12f0 0.000131
+gallium_dri.so free 0x5571735c1440 void 0.000132
+gallium_dri.so free 0x5571735c12f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1440 0.000213
+gallium_dri.so free 0x5571736101c0 void 0.000138
+gallium_dri.so free 0x5571735c1440 void 0.000162
+gallium_dri.so malloc 72 0x557173610170 0.000178
+gallium_dri.so free 0x557173610240 void 0.000166
+gallium_dri.so free 0x557173610170 void 0.000118
+gallium_dri.so malloc 72 0x557173610260 0.000115
+gallium_dri.so free 0x557173610300 void 0.000124
+gallium_dri.so free 0x557173610260 void 0.000121
+gallium_dri.so malloc 72 0x5571736102b0 0.000121
+gallium_dri.so free 0x557173610380 void 0.000126
+gallium_dri.so free 0x5571736102b0 void 0.000124
+gallium_dri.so malloc 72 0x5571736102b0 0.000119
+gallium_dri.so free 0x557173610400 void 0.000123
+gallium_dri.so free 0x5571736102b0 void 0.000122
+gallium_dri.so malloc 72 0x557173610400 0.000124
+gallium_dri.so free 0x5571735f6c40 void 0.000125
+gallium_dri.so free 0x557173610400 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000123
+gallium_dri.so free 0x5571735f6c80 void 0.000120
+gallium_dri.so free 0x5571735f6bf0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000123
+gallium_dri.so free 0x5571735f6d40 void 0.000125
+gallium_dri.so free 0x5571735f6bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f6db0 0.000136
+gallium_dri.so free 0x5571735f6e00 void 0.000141
+gallium_dri.so free 0x5571735f6db0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f6db0 0.000132
+gallium_dri.so free 0x5571735f6f00 void 0.000132
+gallium_dri.so free 0x5571735f6db0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000130
+gallium_dri.so free 0x5571735fa5c0 void 0.000130
+gallium_dri.so free 0x5571735f6eb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f6eb0 0.000129
+gallium_dri.so free 0x5571735fa640 void 0.000130
+gallium_dri.so free 0x5571735f6eb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa670 0.000129
+gallium_dri.so free 0x5571735fa6c0 void 0.000130
+gallium_dri.so free 0x5571735fa670 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa670 0.000130
+gallium_dri.so free 0x5571735fa7c0 void 0.000131
+gallium_dri.so free 0x5571735fa670 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa770 0.000130
+gallium_dri.so free 0x5571735fa880 void 0.000136
+gallium_dri.so free 0x5571735fa770 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa830 0.000132
+gallium_dri.so free 0x5571735c2500 void 0.000128
+gallium_dri.so free 0x5571735fa830 void 0.000200
+gallium_dri.so malloc 72 0x5571735c24b0 0.000130
+gallium_dri.so free 0x5571735c2540 void 0.000135
+gallium_dri.so free 0x5571735c24b0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c24b0 0.000135
+gallium_dri.so free 0x5571735c2600 void 0.000134
+gallium_dri.so free 0x5571735c24b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2640 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000132
+gallium_dri.so free 0x5571735c2640 void 0.000130
+gallium_dri.so malloc 72 0x5571735c26c0 0.000131
+gallium_dri.so free 0x5571735c2780 void 0.000131
+gallium_dri.so free 0x5571735c26c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c26c0 0.000130
+gallium_dri.so free 0x5571735f9200 void 0.000137
+gallium_dri.so free 0x5571735c26c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f91b0 0.000134
+gallium_dri.so free 0x5571735f9280 void 0.000134
+gallium_dri.so free 0x5571735f91b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f9280 0.000134
+gallium_dri.so free 0x5571735f9340 void 0.000133
+gallium_dri.so free 0x5571735f9280 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9280 0.000139
+gallium_dri.so free 0x5571735f93c0 void 0.000133
+gallium_dri.so free 0x5571735f9280 void 0.000128
+gallium_dri.so malloc 72 0x5571735f93c0 0.000129
+gallium_dri.so free 0x5571735f9480 void 0.000145
+gallium_dri.so free 0x5571735f93c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f93c0 0.000114
+gallium_dri.so free 0x557173601340 void 0.000115
+gallium_dri.so free 0x5571735f93c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f93c0 0.000113
+gallium_dri.so free 0x557173601400 void 0.000114
+gallium_dri.so free 0x5571735f93c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736013b0 0.000110
+gallium_dri.so free 0x557173601480 void 0.000111
+gallium_dri.so free 0x5571736013b0 void 0.000110
+gallium_dri.so malloc 72 0x5571736014d0 0.000110
+gallium_dri.so free 0x557173601540 void 0.000114
+gallium_dri.so free 0x5571736014d0 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000115
+gallium_dri.so free 0x557173601600 void 0.000125
+gallium_dri.so free 0x557173601580 void 0.000156
+gallium_dri.so malloc 72 0x557173601580 0.000150
+gallium_dri.so free 0x5571735c0900 void 0.000133
+gallium_dri.so free 0x557173601580 void 0.000130
+gallium_dri.so malloc 72 0x5571735c08b0 0.000136
+gallium_dri.so free 0x5571735c0980 void 0.000128
+gallium_dri.so free 0x5571735c08b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c08b0 0.000135
+gallium_dri.so free 0x5571735c0a00 void 0.000914
+gallium_dri.so free 0x5571735c08b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0a00 0.000123
+gallium_dri.so free 0x5571735c0ac0 void 0.000124
+gallium_dri.so free 0x5571735c0a00 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0a00 0.000124
+gallium_dri.so free 0x5571735c0b80 void 0.000123
+gallium_dri.so free 0x5571735c0a00 void 0.000136
+gallium_dri.so malloc 72 0x5571735c0a00 0.000123
+gallium_dri.so free 0x5571735fb680 void 0.000124
+gallium_dri.so free 0x5571735c0a00 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb630 0.000123
+gallium_dri.so free 0x5571735fb680 void 0.000121
+gallium_dri.so free 0x5571735fb630 void 0.000123
+gallium_dri.so malloc 72 0x5571735fb630 0.000124
+gallium_dri.so free 0x5571735fb780 void 0.000123
+gallium_dri.so free 0x5571735fb630 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb730 0.000122
+gallium_dri.so free 0x5571735fb840 void 0.000127
+gallium_dri.so free 0x5571735fb730 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000124
+gallium_dri.so free 0x5571735c0c40 void 0.000119
+gallium_dri.so free 0x5571735fb7f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000121
+gallium_dri.so free 0x5571735fb880 void 0.000123
+gallium_dri.so free 0x5571735c0bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c0bf0 0.000121
+gallium_dri.so free 0x5571735fb980 void 0.000120
+gallium_dri.so free 0x5571735c0bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb930 0.000122
+gallium_dri.so free 0x5571735e1e00 void 0.000119
+gallium_dri.so free 0x5571735fb930 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1db0 0.000121
+gallium_dri.so free 0x5571735e1e80 void 0.000119
+gallium_dri.so free 0x5571735e1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1db0 0.000121
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1db0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1db0 0.000125
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1db0 void 0.000153
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000122
+gallium_dri.so free 0x5571735e2080 void 0.000120
+gallium_dri.so free 0x5571735e1fb0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e20d0 0.000131
+gallium_dri.so free 0x5571735ebdc0 void 0.000123
+gallium_dri.so free 0x5571735e20d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebd70 0.000120
+gallium_dri.so free 0x5571735ebe00 void 0.000120
+gallium_dri.so free 0x5571735ebd70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ebd70 0.000119
+gallium_dri.so free 0x5571735ebec0 void 0.000142
+gallium_dri.so free 0x5571735ebd70 void 0.000136
+gallium_dri.so malloc 72 0x5571735ebf10 0.000135
+gallium_dri.so free 0x5571735ebf80 void 0.000136
+gallium_dri.so free 0x5571735ebf10 void 0.000137
+gallium_dri.so malloc 72 0x5571735ebfc0 0.000132
+gallium_dri.so free 0x5571735ec040 void 0.000210
+gallium_dri.so free 0x5571735ebfc0 void 0.000188
+gallium_dri.so malloc 72 0x5571735ec040 0.000183
+gallium_dri.so free 0x5571735f5040 void 0.000184
+gallium_dri.so free 0x5571735ec040 void 0.000186
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000184
+gallium_dri.so free 0x5571735f5080 void 0.000183
+gallium_dri.so free 0x5571735f4ff0 void 0.000206
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000190
+gallium_dri.so free 0x5571735f5140 void 0.000191
+gallium_dri.so free 0x5571735f4ff0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f5180 0.000187
+gallium_dri.so free 0x5571735f5200 void 0.000193
+gallium_dri.so free 0x5571735f5180 void 0.000194
+gallium_dri.so malloc 72 0x5571735f5200 0.000192
+gallium_dri.so free 0x5571735f52c0 void 0.000193
+gallium_dri.so free 0x5571735f5200 void 0.000189
+gallium_dri.so malloc 72 0x5571735f5200 0.000189
+gallium_dri.so free 0x5571735f5340 void 0.000186
+gallium_dri.so free 0x5571735f5200 void 0.000186
+gallium_dri.so malloc 72 0x5571735f5200 0.000190
+gallium_dri.so free 0x5571735dacc0 void 0.000141
+gallium_dri.so free 0x5571735f5200 void 0.000122
+gallium_dri.so malloc 72 0x5571735dac70 0.000121
+gallium_dri.so free 0x5571735dad40 void 0.000121
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dac70 0.000156
+gallium_dri.so free 0x5571735dadc0 void 0.000120
+gallium_dri.so free 0x5571735dac70 void 0.000123
+gallium_dri.so malloc 72 0x5571735dadc0 0.000127
+gallium_dri.so free 0x5571735dae80 void 0.000190
+gallium_dri.so free 0x5571735dadc0 void 0.000183
+gallium_dri.so malloc 72 0x5571735dadc0 0.000160
+gallium_dri.so free 0x5571735daf40 void 0.000162
+gallium_dri.so free 0x5571735dadc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dadc0 0.000128
+gallium_dri.so free 0x5571736068c0 void 0.000129
+gallium_dri.so free 0x5571735dadc0 void 0.000126
+gallium_dri.so malloc 72 0x557173606930 0.000128
+gallium_dri.so free 0x557173606980 void 0.000127
+gallium_dri.so free 0x557173606930 void 0.000129
+gallium_dri.so malloc 72 0x557173606930 0.000128
+gallium_dri.so free 0x557173606a80 void 0.000128
+gallium_dri.so free 0x557173606930 void 0.000127
+gallium_dri.so malloc 72 0x557173606a30 0.000128
+gallium_dri.so free 0x557173606b40 void 0.000130
+gallium_dri.so free 0x557173606a30 void 0.000126
+gallium_dri.so malloc 72 0x557173606af0 0.000127
+gallium_dri.so free 0x5571735db000 void 0.000151
+gallium_dri.so free 0x557173606af0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dafb0 0.000121
+gallium_dri.so free 0x557173606b80 void 0.000118
+gallium_dri.so free 0x5571735dafb0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dafb0 0.000126
+gallium_dri.so free 0x5571735f3300 void 0.000115
+gallium_dri.so free 0x5571735dafb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3350 0.000113
+gallium_dri.so free 0x5571735f33c0 void 0.000114
+gallium_dri.so free 0x5571735f3350 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3420 0.000113
+gallium_dri.so free 0x5571735f34c0 void 0.000115
+gallium_dri.so free 0x5571735f3420 void 0.000112
+gallium_dri.so malloc 72 0x5571735f3470 0.000112
+gallium_dri.so free 0x5571735f3500 void 0.000113
+gallium_dri.so free 0x5571735f3470 void 0.000114
+gallium_dri.so malloc 72 0x5571735f3470 0.000113
+gallium_dri.so free 0x5571735f35c0 void 0.000113
+gallium_dri.so free 0x5571735f3470 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3600 0.000117
+gallium_dri.so free 0x55717358e200 void 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000113
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e2c0 void 0.000147
+gallium_dri.so free 0x55717358e200 void 0.000117
+gallium_dri.so malloc 72 0x55717358e200 0.000113
+gallium_dri.so free 0x55717358e340 void 0.000135
+gallium_dri.so free 0x55717358e200 void 0.000114
+gallium_dri.so malloc 72 0x55717358e370 0.000113
+gallium_dri.so free 0x55717358e3c0 void 0.000113
+gallium_dri.so free 0x55717358e370 void 0.000113
+gallium_dri.so malloc 72 0x55717358e3c0 0.000113
+gallium_dri.so free 0x5571735f3680 void 0.000114
+gallium_dri.so free 0x55717358e3c0 void 0.000112
+gallium_dri.so malloc 72 0x55717358e3c0 0.000112
+gallium_dri.so free 0x55717358e480 void 0.000113
+gallium_dri.so free 0x55717358e3c0 void 0.000113
+gallium_dri.so malloc 72 0x55717358e480 0.000112
+gallium_dri.so free 0x55717358e540 void 0.000113
+gallium_dri.so free 0x55717358e480 void 0.000114
+gallium_dri.so malloc 72 0x55717358e480 0.000117
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so free 0x55717358e480 void 0.000112
+gallium_dri.so malloc 72 0x55717358e480 0.000114
+gallium_dri.so free 0x557173608540 void 0.000114
+gallium_dri.so free 0x55717358e480 void 0.000116
+gallium_dri.so malloc 72 0x5571736084f0 0.000125
+gallium_dri.so free 0x5571736085c0 void 0.000126
+gallium_dri.so free 0x5571736084f0 void 0.000125
+gallium_dri.so malloc 72 0x557173608610 0.000121
+gallium_dri.so free 0x557173608680 void 0.000122
+gallium_dri.so free 0x557173608610 void 0.000122
+gallium_dri.so malloc 72 0x5571736086c0 0.000121
+gallium_dri.so free 0x557173608740 void 0.000145
+gallium_dri.so free 0x5571736086c0 void 0.000125
+gallium_dri.so malloc 72 0x5571736086c0 0.000122
+gallium_dri.so free 0x5571736087c0 void 0.000126
+gallium_dri.so free 0x5571736086c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736087f0 0.000126
+gallium_dri.so free 0x5571735ff740 void 0.000124
+gallium_dri.so free 0x5571736087f0 void 0.000127
+gallium_dri.so malloc 72 0x5571736087f0 0.000123
+gallium_dri.so free 0x5571735ff7c0 void 0.000123
+gallium_dri.so free 0x5571736087f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000131
+gallium_dri.so free 0x5571735ff880 void 0.000125
+gallium_dri.so free 0x5571735ff7c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000114
+gallium_dri.so free 0x5571735ff940 void 0.000115
+gallium_dri.so free 0x5571735ff7c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000113
+gallium_dri.so free 0x5571735ffa00 void 0.000115
+gallium_dri.so free 0x5571735ff7c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000118
+gallium_dri.so free 0x5571735ffa00 void 0.000116
+gallium_dri.so free 0x5571735ff9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000114
+gallium_dri.so free 0x5571735ff9b0 void 0.000111
+gallium_dri.so malloc 72 0x55717346e100 0.000121
+gallium_dri.so free 0x5571735ffb00 void 0.000117
+gallium_dri.so free 0x55717346e100 void 0.000121
+gallium_dri.so malloc 72 0x5571735ffab0 0.000118
+gallium_dri.so free 0x55717346e1c0 void 0.000118
+gallium_dri.so free 0x5571735ffab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ffab0 0.000129
+gallium_dri.so free 0x55717346e280 void 0.000118
+gallium_dri.so free 0x5571735ffab0 void 0.000117
+gallium_dri.so malloc 72 0x55717346e230 0.000115
+gallium_dri.so free 0x55717346e300 void 0.000204
+gallium_dri.so free 0x55717346e230 void 0.000147
+gallium_dri.so malloc 72 0x55717346e350 0.000165
+gallium_dri.so free 0x55717346e3c0 void 0.000227
+gallium_dri.so free 0x55717346e350 void 0.000214
+gallium_dri.so malloc 72 0x55717346e420 0.000216
+gallium_dri.so free 0x55717346e4c0 void 0.000167
+gallium_dri.so free 0x55717346e420 void 0.000149
+gallium_dri.so malloc 72 0x55717346e470 0.000121
+gallium_dri.so free 0x5571735c39c0 void 0.000115
+gallium_dri.so free 0x55717346e470 void 0.000132
+gallium_dri.so malloc 72 0x55717346e470 0.000113
+gallium_dri.so free 0x5571735c3a80 void 0.000116
+gallium_dri.so free 0x55717346e470 void 0.000126
+gallium_dri.so malloc 72 0x5571735c3a30 0.000129
+gallium_dri.so free 0x5571735c3b00 void 0.000114
+gallium_dri.so free 0x5571735c3a30 void 0.000115
+gallium_dri.so malloc 72 0x5571735c3b50 0.000112
+gallium_dri.so free 0x5571735c3bc0 void 0.000112
+gallium_dri.so free 0x5571735c3b50 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3be0 0.000113
+gallium_dri.so free 0x5571735c3c80 void 0.000115
+gallium_dri.so free 0x5571735c3be0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3c30 0.000114
+gallium_dri.so free 0x5571735c3d00 void 0.000114
+gallium_dri.so free 0x5571735c3c30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3d00 0.000112
+gallium_dri.so free 0x5571735d0000 void 0.000123
+gallium_dri.so free 0x5571735c3d00 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3d00 0.000114
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so free 0x5571735c3d00 void 0.000116
+gallium_dri.so malloc 72 0x5571735d0080 0.000115
+gallium_dri.so free 0x5571735d0140 void 0.000118
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0080 0.000119
+gallium_dri.so free 0x5571735d0200 void 0.000116
+gallium_dri.so free 0x5571735d0080 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0080 0.000121
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0270 0.000117
+gallium_dri.so free 0x5571735d0340 void 0.000117
+gallium_dri.so free 0x5571735d0270 void 0.000118
+gallium_dri.so malloc 72 0x5571735d0390 0.000118
+gallium_dri.so free 0x5571735f8100 void 0.000119
+gallium_dri.so free 0x5571735d0390 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0390 0.000120
+gallium_dri.so free 0x5571735f8180 void 0.000139
+gallium_dri.so free 0x5571735d0390 void 0.000154
+gallium_dri.so malloc 72 0x5571735d0390 0.000146
+gallium_dri.so free 0x5571735f8240 void 0.000149
+gallium_dri.so free 0x5571735d0390 void 0.000146
+gallium_dri.so malloc 72 0x5571735d0390 0.000153
+gallium_dri.so free 0x5571735f8300 void 0.000146
+gallium_dri.so free 0x5571735d0390 void 0.000147
+gallium_dri.so malloc 72 0x5571735f82b0 0.000144
+gallium_dri.so free 0x5571735f8380 void 0.000167
+gallium_dri.so free 0x5571735f82b0 void 0.000146
+gallium_dri.so malloc 72 0x5571735f83d0 0.000147
+gallium_dri.so free 0x5571735f8440 void 0.000179
+gallium_dri.so free 0x5571735f83d0 void 0.000155
+gallium_dri.so malloc 72 0x5571735f8460 0.000152
+gallium_dri.so free 0x55717360f0c0 void 0.000152
+gallium_dri.so free 0x5571735f8460 void 0.000154
+gallium_dri.so malloc 72 0x5571735f8460 0.000152
+gallium_dri.so free 0x55717360f180 void 0.000151
+gallium_dri.so free 0x5571735f8460 void 0.000152
+gallium_dri.so malloc 72 0x55717360f130 0.000163
+gallium_dri.so free 0x55717360f180 void 0.000154
+gallium_dri.so free 0x55717360f130 void 0.000153
+gallium_dri.so malloc 72 0x55717360f130 0.000153
+gallium_dri.so free 0x55717360f280 void 0.000153
+gallium_dri.so free 0x55717360f130 void 0.000153
+gallium_dri.so malloc 72 0x55717360f230 0.000152
+gallium_dri.so free 0x55717360f340 void 0.000161
+gallium_dri.so free 0x55717360f230 void 0.000158
+gallium_dri.so malloc 72 0x55717360f2f0 0.000152
+gallium_dri.so free 0x55717360f380 void 0.000151
+gallium_dri.so free 0x55717360f2f0 void 0.000152
+gallium_dri.so malloc 72 0x55717360f2f0 0.000155
+gallium_dri.so free 0x5571735d25c0 void 0.000158
+gallium_dri.so free 0x55717360f2f0 void 0.000151
+gallium_dri.so malloc 72 0x55717360f2f0 0.000154
+gallium_dri.so free 0x5571735d2640 void 0.000153
+gallium_dri.so free 0x55717360f2f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d2640 0.000141
+gallium_dri.so free 0x5571735d2700 void 0.000135
+gallium_dri.so free 0x5571735d2640 void 0.000147
+gallium_dri.so malloc 72 0x5571735d2640 0.000133
+gallium_dri.so free 0x5571735d2800 void 0.000133
+gallium_dri.so free 0x5571735d2640 void 0.000133
+gallium_dri.so malloc 72 0x5571735d2640 0.000153
+gallium_dri.so free 0x55717360f440 void 0.000186
+gallium_dri.so free 0x5571735d2640 void 0.000186
+gallium_dri.so malloc 72 0x55717360f470 0.000131
+gallium_dri.so free 0x5571735d2880 void 0.000134
+gallium_dri.so free 0x55717360f470 void 0.000122
+gallium_dri.so malloc 72 0x5571735d28c0 0.000123
+gallium_dri.so free 0x557173462840 void 0.000124
+gallium_dri.so free 0x5571735d28c0 void 0.000121
+gallium_dri.so malloc 72 0x557173462840 0.000136
+gallium_dri.so free 0x557173462900 void 0.000123
+gallium_dri.so free 0x557173462840 void 0.000123
+gallium_dri.so malloc 72 0x557173462840 0.000120
+gallium_dri.so free 0x557173462980 void 0.000129
+gallium_dri.so free 0x557173462840 void 0.000120
+gallium_dri.so malloc 72 0x5571734629b0 0.000122
+gallium_dri.so free 0x557173462a00 void 0.000118
+gallium_dri.so free 0x5571734629b0 void 0.000129
+gallium_dri.so malloc 72 0x557173462a00 0.000175
+gallium_dri.so free 0x5571735d2940 void 0.000181
+gallium_dri.so free 0x557173462a00 void 0.000186
+gallium_dri.so malloc 72 0x557173462a00 0.000180
+gallium_dri.so free 0x557173462ac0 void 0.000176
+gallium_dri.so free 0x557173462a00 void 0.000183
+gallium_dri.so malloc 72 0x557173462ac0 0.000182
+gallium_dri.so free 0x557173462b80 void 0.000224
+gallium_dri.so free 0x557173462ac0 void 0.000208
+gallium_dri.so malloc 72 0x557173462ac0 0.000172
+gallium_dri.so free 0x5571735fd180 void 0.000176
+gallium_dri.so free 0x557173462ac0 void 0.000230
+gallium_dri.so malloc 72 0x557173462ac0 0.000183
+gallium_dri.so free 0x5571735fd240 void 0.000192
+gallium_dri.so free 0x557173462ac0 void 0.000184
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000177
+gallium_dri.so free 0x5571735fd2c0 void 0.000179
+gallium_dri.so free 0x5571735fd1f0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fd310 0.000179
+gallium_dri.so free 0x5571735fd380 void 0.000172
+gallium_dri.so free 0x5571735fd310 void 0.000177
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000173
+gallium_dri.so free 0x5571735fd440 void 0.000183
+gallium_dri.so free 0x5571735fd3c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fd3c0 0.000190
+gallium_dri.so free 0x5571735fd4c0 void 0.000201
+gallium_dri.so free 0x5571735fd3c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000181
+gallium_dri.so free 0x557173464e00 void 0.000246
+gallium_dri.so free 0x5571735fd4f0 void 0.000236
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000186
+gallium_dri.so free 0x557173464e80 void 0.000169
+gallium_dri.so free 0x5571735fd4f0 void 0.000164
+gallium_dri.so malloc 72 0x557173464e80 0.000171
+gallium_dri.so free 0x557173464f40 void 0.000172
+gallium_dri.so free 0x557173464e80 void 0.000174
+gallium_dri.so malloc 72 0x557173464e80 0.000172
+gallium_dri.so free 0x557173465000 void 0.000164
+gallium_dri.so free 0x557173464e80 void 0.000164
+gallium_dri.so malloc 72 0x557173464e80 0.000116
+gallium_dri.so free 0x5571734650c0 void 0.000121
+gallium_dri.so free 0x557173464e80 void 0.000142
+gallium_dri.so malloc 72 0x557173465070 0.000151
+gallium_dri.so free 0x5571734650c0 void 0.000140
+gallium_dri.so free 0x557173465070 void 0.000139
+gallium_dri.so malloc 72 0x557173465070 0.000139
+gallium_dri.so free 0x557173620740 void 0.000146
+gallium_dri.so free 0x557173465070 void 0.000120
+gallium_dri.so malloc 72 0x557173620740 0.000127
+gallium_dri.so free 0x5571734651c0 void 0.000115
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000117
+gallium_dri.so free 0x557173620800 void 0.000117
+gallium_dri.so free 0x557173465170 void 0.000113
+gallium_dri.so malloc 72 0x557173465170 0.000113
+gallium_dri.so free 0x5571736208c0 void 0.000113
+gallium_dri.so free 0x557173465170 void 0.000112
+gallium_dri.so malloc 72 0x557173620870 0.000113
+gallium_dri.so free 0x557173620940 void 0.000113
+gallium_dri.so free 0x557173620870 void 0.000113
+gallium_dri.so malloc 72 0x557173620990 0.000116
+gallium_dri.so free 0x557173620a00 void 0.000116
+gallium_dri.so free 0x557173620990 void 0.000114
+gallium_dri.so malloc 72 0x557173620a60 0.000115
+gallium_dri.so free 0x557173620b00 void 0.000120
+gallium_dri.so free 0x557173620a60 void 0.000117
+gallium_dri.so malloc 72 0x557173620ab0 0.000115
+gallium_dri.so free 0x55717346bb40 void 0.000115
+gallium_dri.so free 0x557173620ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173620ab0 0.000114
+gallium_dri.so free 0x55717346bc00 void 0.000123
+gallium_dri.so free 0x557173620ab0 void 0.000179
+gallium_dri.so malloc 72 0x55717346bbb0 0.000182
+gallium_dri.so free 0x55717346bc80 void 0.000139
+gallium_dri.so free 0x55717346bbb0 void 0.000187
+gallium_dri.so malloc 72 0x55717346bcd0 0.000156
+gallium_dri.so free 0x55717346bd40 void 0.000115
+gallium_dri.so free 0x55717346bcd0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bd60 0.000122
+gallium_dri.so free 0x55717346be00 void 0.000125
+gallium_dri.so free 0x55717346bd60 void 0.000125
+gallium_dri.so malloc 72 0x55717346bdb0 0.000132
+gallium_dri.so free 0x55717346be80 void 0.000128
+gallium_dri.so free 0x55717346bdb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346be80 0.000127
+gallium_dri.so free 0x557173469380 void 0.000133
+gallium_dri.so free 0x55717346be80 void 0.000126
+gallium_dri.so malloc 72 0x55717346be80 0.000129
+gallium_dri.so free 0x557173469400 void 0.000129
+gallium_dri.so free 0x55717346be80 void 0.000126
+gallium_dri.so malloc 72 0x557173469400 0.000127
+gallium_dri.so free 0x5571734694c0 void 0.000127
+gallium_dri.so free 0x557173469400 void 0.000130
+gallium_dri.so malloc 72 0x557173469400 0.000129
+gallium_dri.so free 0x557173469580 void 0.000129
+gallium_dri.so free 0x557173469400 void 0.000128
+gallium_dri.so malloc 72 0x557173469400 0.000131
+gallium_dri.so free 0x557173469640 void 0.000175
+gallium_dri.so free 0x557173469400 void 0.000129
+gallium_dri.so malloc 72 0x5571734695f0 0.000131
+gallium_dri.so free 0x5571734696c0 void 0.000124
+gallium_dri.so free 0x5571734695f0 void 0.000132
+gallium_dri.so malloc 72 0x557173469710 0.000129
+gallium_dri.so free 0x55717358a080 void 0.000127
+gallium_dri.so free 0x557173469710 void 0.000131
+gallium_dri.so malloc 72 0x55717358a0c0 0.000131
+gallium_dri.so free 0x55717358a140 void 0.000127
+gallium_dri.so free 0x55717358a0c0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a0c0 0.000125
+gallium_dri.so free 0x55717358a1c0 void 0.000126
+gallium_dri.so free 0x55717358a0c0 void 0.000127
+gallium_dri.so malloc 72 0x55717358a1f0 0.000117
+gallium_dri.so free 0x55717358a240 void 0.000117
+gallium_dri.so free 0x55717358a1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a1f0 0.000116
+gallium_dri.so free 0x55717358a340 void 0.000119
+gallium_dri.so free 0x55717358a1f0 void 0.000117
+gallium_dri.so malloc 72 0x55717358a2f0 0.000120
+gallium_dri.so free 0x55717358a400 void 0.000119
+gallium_dri.so free 0x55717358a2f0 void 0.000116
+gallium_dri.so malloc 72 0x55717358a3b0 0.000117
+gallium_dri.so free 0x55717346c540 void 0.000118
+gallium_dri.so free 0x55717358a3b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346c570 0.000117
+gallium_dri.so free 0x55717346c5c0 void 0.000120
+gallium_dri.so free 0x55717346c570 void 0.000187
+gallium_dri.so malloc 72 0x55717346c570 0.000184
+gallium_dri.so free 0x55717346c6c0 void 0.000171
+gallium_dri.so free 0x55717346c570 void 0.000182
+gallium_dri.so malloc 72 0x55717346c700 0.000154
+gallium_dri.so free 0x55717346c780 void 0.000119
+gallium_dri.so free 0x55717346c700 void 0.000119
+gallium_dri.so malloc 72 0x55717346c780 0.000117
+gallium_dri.so free 0x55717358a440 void 0.000115
+gallium_dri.so free 0x55717346c780 void 0.000116
+gallium_dri.so malloc 72 0x55717346c780 0.000113
+gallium_dri.so free 0x55717346c840 void 0.000125
+gallium_dri.so free 0x55717346c780 void 0.000119
+gallium_dri.so malloc 72 0x55717346c780 0.000119
+gallium_dri.so free 0x55717346c900 void 0.000121
+gallium_dri.so free 0x55717346c780 void 0.000117
+gallium_dri.so malloc 72 0x55717346c8b0 0.000118
+gallium_dri.so free 0x557173465800 void 0.000120
+gallium_dri.so free 0x55717346c8b0 void 0.000119
+gallium_dri.so malloc 72 0x557173465850 0.000118
+gallium_dri.so free 0x5571734658c0 void 0.000117
+gallium_dri.so free 0x557173465850 void 0.000120
+gallium_dri.so malloc 72 0x557173465920 0.000138
+gallium_dri.so free 0x5571734659c0 void 0.000131
+gallium_dri.so free 0x557173465920 void 0.000121
+gallium_dri.so malloc 72 0x557173465970 0.000127
+gallium_dri.so free 0x557173465a00 void 0.000204
+gallium_dri.so free 0x557173465970 void 0.000115
+gallium_dri.so malloc 72 0x557173465970 0.000113
+gallium_dri.so free 0x557173465ac0 void 0.000112
+gallium_dri.so free 0x557173465970 void 0.000113
+gallium_dri.so malloc 72 0x557173465b00 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000114
+gallium_dri.so free 0x557173465b00 void 0.000112
+gallium_dri.so malloc 72 0x557173465b80 0.000114
+gallium_dri.so free 0x557173467dc0 void 0.000112
+gallium_dri.so free 0x557173465b80 void 0.000113
+gallium_dri.so malloc 72 0x557173467de0 0.000113
+gallium_dri.so free 0x557173467e80 void 0.000113
+gallium_dri.so free 0x557173467de0 void 0.000121
+gallium_dri.so malloc 72 0x557173467e30 0.000131
+gallium_dri.so free 0x557173467f00 void 0.000114
+gallium_dri.so free 0x557173467e30 void 0.000128
+gallium_dri.so malloc 72 0x557173467f00 0.000177
+gallium_dri.so free 0x557173467fc0 void 0.000187
+gallium_dri.so free 0x557173467f00 void 0.000175
+gallium_dri.so malloc 72 0x557173467f00 0.000120
+gallium_dri.so free 0x557173468040 void 0.000113
+gallium_dri.so free 0x557173467f00 void 0.000113
+gallium_dri.so malloc 72 0x557173468040 0.000112
+gallium_dri.so free 0x557173468100 void 0.000112
+gallium_dri.so free 0x557173468040 void 0.000117
+gallium_dri.so malloc 72 0x557173468040 0.000116
+gallium_dri.so free 0x5571735c43c0 void 0.000114
+gallium_dri.so free 0x557173468040 void 0.000111
+gallium_dri.so malloc 72 0x5571735c43f0 0.000112
+gallium_dri.so free 0x5571735c4440 void 0.000112
+gallium_dri.so free 0x5571735c43f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c43f0 0.000120
+gallium_dri.so free 0x5571735c4540 void 0.000123
+gallium_dri.so free 0x5571735c43f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c44f0 0.000122
+gallium_dri.so free 0x5571735c4600 void 0.000127
+gallium_dri.so free 0x5571735c44f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c45b0 0.000123
+gallium_dri.so free 0x5571735c4680 void 0.000121
+gallium_dri.so free 0x5571735c45b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c46a0 0.000116
+gallium_dri.so free 0x5571735c4740 void 0.000119
+gallium_dri.so free 0x5571735c46a0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c46f0 0.000116
+gallium_dri.so free 0x557173461080 void 0.000115
+gallium_dri.so free 0x5571735c46f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734610c0 0.000115
+gallium_dri.so free 0x557173461140 void 0.000115
+gallium_dri.so free 0x5571734610c0 void 0.000113
+gallium_dri.so malloc 72 0x557173461140 0.000114
+gallium_dri.so free 0x557173461200 void 0.000114
+gallium_dri.so free 0x557173461140 void 0.000128
+gallium_dri.so malloc 72 0x557173461140 0.000124
+gallium_dri.so free 0x557173461280 void 0.000125
+gallium_dri.so free 0x557173461140 void 0.000125
+gallium_dri.so malloc 72 0x5571734612b0 0.000125
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so free 0x5571734612b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734612b0 0.000128
+gallium_dri.so free 0x557173461400 void 0.000126
+gallium_dri.so free 0x5571734612b0 void 0.000126
+gallium_dri.so malloc 72 0x557173461440 0.000124
+gallium_dri.so free 0x5571735def40 void 0.000127
+gallium_dri.so free 0x557173461440 void 0.000126
+gallium_dri.so malloc 72 0x5571735def90 0.000123
+gallium_dri.so free 0x5571735df000 void 0.000126
+gallium_dri.so free 0x5571735def90 void 0.000125
+gallium_dri.so malloc 72 0x5571735df020 0.000124
+gallium_dri.so free 0x5571735df0c0 void 0.000122
+gallium_dri.so free 0x5571735df020 void 0.000127
+gallium_dri.so malloc 72 0x5571735df070 0.000134
+gallium_dri.so free 0x5571735df140 void 0.000122
+gallium_dri.so free 0x5571735df070 void 0.000126
+gallium_dri.so malloc 72 0x5571735df070 0.000128
+gallium_dri.so free 0x5571735df1c0 void 0.000122
+gallium_dri.so free 0x5571735df070 void 0.000155
+gallium_dri.so malloc 72 0x5571735df1c0 0.000142
+gallium_dri.so free 0x5571735df280 void 0.000136
+gallium_dri.so free 0x5571735df1c0 void 0.000135
+gallium_dri.so malloc 72 0x5571735df1c0 0.000128
+gallium_dri.so free 0x557173608e80 void 0.000129
+gallium_dri.so free 0x5571735df1c0 void 0.000128
+gallium_dri.so malloc 72 0x557173608ea0 0.000133
+gallium_dri.so free 0x557173608f40 void 0.000129
+gallium_dri.so free 0x557173608ea0 void 0.000129
+gallium_dri.so malloc 72 0x557173608ef0 0.000131
+gallium_dri.so free 0x557173608fc0 void 0.000129
+gallium_dri.so free 0x557173608ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173608ef0 0.000138
+gallium_dri.so free 0x557173609040 void 0.000137
+gallium_dri.so free 0x557173608ef0 void 0.000139
+gallium_dri.so malloc 72 0x557173609040 0.000139
+gallium_dri.so free 0x557173609100 void 0.000137
+gallium_dri.so free 0x557173609040 void 0.000146
+gallium_dri.so malloc 72 0x557173609040 0.000137
+gallium_dri.so free 0x5571736091c0 void 0.000133
+gallium_dri.so free 0x557173609040 void 0.000135
+gallium_dri.so malloc 72 0x557173609040 0.000134
+gallium_dri.so free 0x55717360fac0 void 0.000135
+gallium_dri.so free 0x557173609040 void 0.000137
+gallium_dri.so malloc 72 0x55717360fb10 0.000141
+gallium_dri.so free 0x55717360fb80 void 0.000138
+gallium_dri.so free 0x55717360fb10 void 0.000134
+gallium_dri.so malloc 72 0x55717360fbc0 0.000136
+gallium_dri.so free 0x55717360fc40 void 0.000135
+gallium_dri.so free 0x55717360fbc0 void 0.000136
+gallium_dri.so malloc 72 0x55717360fc40 0.000134
+gallium_dri.so free 0x55717360fd00 void 0.000134
+gallium_dri.so free 0x55717360fc40 void 0.000134
+gallium_dri.so malloc 72 0x55717360fc40 0.000135
+gallium_dri.so free 0x557173609280 void 0.000136
+gallium_dri.so free 0x55717360fc40 void 0.000139
+gallium_dri.so malloc 72 0x557173609230 0.000138
+gallium_dri.so free 0x55717360fd80 void 0.000143
+gallium_dri.so free 0x557173609230 void 0.000152
+gallium_dri.so malloc 72 0x55717360fdc0 0.000138
+gallium_dri.so free 0x55717360fe40 void 0.000158
+gallium_dri.so free 0x55717360fdc0 void 0.000247
+gallium_dri.so malloc 72 0x55717360fe40 0.000173
+gallium_dri.so free 0x557173601d40 void 0.000185
+gallium_dri.so free 0x55717360fe40 void 0.000183
+gallium_dri.so malloc 72 0x557173601d80 0.000120
+gallium_dri.so free 0x557173601e00 void 0.000118
+gallium_dri.so free 0x557173601d80 void 0.000114
+gallium_dri.so malloc 72 0x557173601d80 0.000126
+gallium_dri.so free 0x557173601e80 void 0.000120
+gallium_dri.so free 0x557173601d80 void 0.000118
+gallium_dri.so malloc 72 0x557173601eb0 0.000119
+gallium_dri.so free 0x557173601f00 void 0.000120
+gallium_dri.so free 0x557173601eb0 void 0.000119
+gallium_dri.so malloc 72 0x557173601eb0 0.000117
+gallium_dri.so free 0x557173602000 void 0.000114
+gallium_dri.so free 0x557173601eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173601fb0 0.000118
+gallium_dri.so free 0x5571736020c0 void 0.000118
+gallium_dri.so free 0x557173601fb0 void 0.000119
+gallium_dri.so malloc 72 0x557173602070 0.000115
+gallium_dri.so free 0x557173604300 void 0.000116
+gallium_dri.so free 0x557173602070 void 0.000117
+gallium_dri.so malloc 72 0x557173604330 0.000125
+gallium_dri.so free 0x557173604380 void 0.000116
+gallium_dri.so free 0x557173604330 void 0.000114
+gallium_dri.so malloc 72 0x557173604330 0.000112
+gallium_dri.so free 0x557173604480 void 0.000113
+gallium_dri.so free 0x557173604330 void 0.000114
+gallium_dri.so malloc 72 0x5571736044c0 0.000114
+gallium_dri.so free 0x557173604540 void 0.000115
+gallium_dri.so free 0x5571736044c0 void 0.000114
+gallium_dri.so malloc 72 0x557173604540 0.000113
+gallium_dri.so free 0x557173602100 void 0.000113
+gallium_dri.so free 0x557173604540 void 0.000112
+gallium_dri.so malloc 72 0x557173604540 0.000112
+gallium_dri.so free 0x557173604600 void 0.000114
+gallium_dri.so free 0x557173604540 void 0.000113
+gallium_dri.so malloc 72 0x557173604540 0.000114
+gallium_dri.so free 0x5571736046c0 void 0.000111
+gallium_dri.so free 0x557173604540 void 0.000111
+gallium_dri.so malloc 72 0x557173604670 0.000115
+gallium_dri.so free 0x5571735d5580 void 0.000114
+gallium_dri.so free 0x557173604670 void 0.000117
+gallium_dri.so malloc 72 0x5571735d55d0 0.000113
+gallium_dri.so free 0x5571735d5640 void 0.000127
+gallium_dri.so free 0x5571735d55d0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d56a0 0.000129
+gallium_dri.so free 0x5571735d5740 void 0.000127
+gallium_dri.so free 0x5571735d56a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735d56f0 0.000254
+gallium_dri.so free 0x5571735d5780 void 0.000165
+gallium_dri.so free 0x5571735d56f0 void 0.000161
+gallium_dri.so malloc 72 0x5571735d56f0 0.000116
+gallium_dri.so free 0x5571735d5840 void 0.000118
+gallium_dri.so free 0x5571735d56f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d5880 0.000111
+gallium_dri.so free 0x5571735d5900 void 0.000111
+gallium_dri.so free 0x5571735d5880 void 0.000115
+gallium_dri.so malloc 72 0x5571735d5900 0.000112
+gallium_dri.so free 0x55717346eb00 void 0.000114
+gallium_dri.so free 0x5571735d5900 void 0.000114
+gallium_dri.so malloc 72 0x55717346eb20 0.000165
+gallium_dri.so free 0x55717346ebc0 void 0.000115
+gallium_dri.so free 0x55717346eb20 void 0.000113
+gallium_dri.so malloc 72 0x55717346eb70 0.000147
+gallium_dri.so free 0x55717346ec40 void 0.000145
+gallium_dri.so free 0x55717346eb70 void 0.000174
+gallium_dri.so malloc 72 0x55717346ec40 0.000186
+gallium_dri.so free 0x55717346ed00 void 0.000186
+gallium_dri.so free 0x55717346ec40 void 0.000173
+gallium_dri.so malloc 72 0x55717346ec40 0.000173
+gallium_dri.so free 0x55717346ed80 void 0.000190
+gallium_dri.so free 0x55717346ec40 void 0.000175
+gallium_dri.so malloc 72 0x55717346ed80 0.000186
+gallium_dri.so free 0x55717346ee40 void 0.000176
+gallium_dri.so free 0x55717346ed80 void 0.000173
+gallium_dri.so malloc 72 0x55717346ed80 0.000171
+gallium_dri.so free 0x557173600140 void 0.000168
+gallium_dri.so free 0x55717346ed80 void 0.000164
+gallium_dri.so malloc 72 0x557173600170 0.000176
+gallium_dri.so free 0x5571736001c0 void 0.000180
+gallium_dri.so free 0x557173600170 void 0.000179
+gallium_dri.so malloc 72 0x557173600170 0.000178
+gallium_dri.so free 0x5571736002c0 void 0.000181
+gallium_dri.so free 0x557173600170 void 0.000181
+gallium_dri.so malloc 72 0x557173600270 0.000188
+gallium_dri.so free 0x557173600380 void 0.000235
+gallium_dri.so free 0x557173600270 void 0.000235
+gallium_dri.so malloc 72 0x557173600330 0.000200
+gallium_dri.so free 0x557173600400 void 0.000201
+gallium_dri.so free 0x557173600330 void 0.000192
+gallium_dri.so malloc 72 0x557173600420 0.000200
+gallium_dri.so free 0x5571736004c0 void 0.000206
+gallium_dri.so free 0x557173600420 void 0.000193
+gallium_dri.so malloc 72 0x557173600470 0.000281
+gallium_dri.so free 0x55717358c640 void 0.000194
+gallium_dri.so free 0x557173600470 void 0.000172
+gallium_dri.so malloc 72 0x55717358c680 0.000125
+gallium_dri.so free 0x55717358c700 void 0.000170
+gallium_dri.so free 0x55717358c680 void 0.000184
+gallium_dri.so malloc 72 0x55717358c700 0.000132
+gallium_dri.so free 0x55717358c7c0 void 0.000131
+gallium_dri.so free 0x55717358c700 void 0.000185
+gallium_dri.so malloc 72 0x55717358c700 0.000189
+gallium_dri.so free 0x55717358c840 void 0.000196
+gallium_dri.so free 0x55717358c700 void 0.000185
+gallium_dri.so malloc 72 0x55717358c870 0.000180
+gallium_dri.so free 0x55717358c8c0 void 0.000181
+gallium_dri.so free 0x55717358c870 void 0.000182
+gallium_dri.so malloc 72 0x55717358c870 0.000187
+gallium_dri.so free 0x55717358c9c0 void 0.000184
+gallium_dri.so free 0x55717358c870 void 0.000187
+gallium_dri.so malloc 72 0x55717358ca00 0.000182
+gallium_dri.so free 0x5571735dc1c0 void 0.000183
+gallium_dri.so free 0x55717358ca00 void 0.000179
+gallium_dri.so malloc 72 0x5571735dc210 0.000181
+gallium_dri.so free 0x5571735dc280 void 0.000176
+gallium_dri.so free 0x5571735dc210 void 0.000181
+gallium_dri.so malloc 72 0x5571735dc2a0 0.000176
+gallium_dri.so free 0x5571735dc340 void 0.000184
+gallium_dri.so free 0x5571735dc2a0 void 0.000193
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000187
+gallium_dri.so free 0x5571735dc3c0 void 0.000180
+gallium_dri.so free 0x5571735dc2f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735dc2f0 0.000177
+gallium_dri.so free 0x5571735dc440 void 0.000222
+gallium_dri.so free 0x5571735dc2f0 void 0.000185
+gallium_dri.so malloc 72 0x5571735dc440 0.000178
+gallium_dri.so free 0x5571735dc500 void 0.000187
+gallium_dri.so free 0x5571735dc440 void 0.000182
+gallium_dri.so malloc 72 0x5571735dc440 0.000181
+gallium_dri.so free 0x5571735f8b00 void 0.000181
+gallium_dri.so free 0x5571735dc440 void 0.000179
+gallium_dri.so malloc 72 0x5571735f8b20 0.000181
+gallium_dri.so free 0x5571735f8bc0 void 0.000133
+gallium_dri.so free 0x5571735f8b20 void 0.000172
+gallium_dri.so malloc 72 0x5571735f8b70 0.000126
+gallium_dri.so free 0x5571735f8c40 void 0.000125
+gallium_dri.so free 0x5571735f8b70 void 0.000147
+gallium_dri.so malloc 72 0x5571735f8b70 0.000192
+gallium_dri.so free 0x5571735f8cc0 void 0.000264
+gallium_dri.so free 0x5571735f8b70 void 0.000189
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000245
+gallium_dri.so free 0x5571735f8d80 void 0.000209
+gallium_dri.so free 0x5571735f8cc0 void 0.000220
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000131
+gallium_dri.so free 0x5571735f8e40 void 0.000129
+gallium_dri.so free 0x5571735f8cc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000126
+gallium_dri.so free 0x55717358ec00 void 0.000126
+gallium_dri.so free 0x5571735f8cc0 void 0.000125
+gallium_dri.so malloc 72 0x55717358ec50 0.000126
+gallium_dri.so free 0x55717358ecc0 void 0.000125
+gallium_dri.so free 0x55717358ec50 void 0.000125
+gallium_dri.so malloc 72 0x55717358ed00 0.000124
+gallium_dri.so free 0x55717358ed80 void 0.000125
+gallium_dri.so free 0x55717358ed00 void 0.000124
+gallium_dri.so malloc 72 0x55717358ed80 0.000126
+gallium_dri.so free 0x55717358ee40 void 0.000125
+gallium_dri.so free 0x55717358ed80 void 0.000125
+gallium_dri.so malloc 72 0x55717358ed80 0.000150
+gallium_dri.so free 0x5571735f8f00 void 0.000128
+gallium_dri.so free 0x55717358ed80 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8eb0 0.000125
+gallium_dri.so free 0x55717358eec0 void 0.000126
+gallium_dri.so free 0x5571735f8eb0 void 0.000127
+gallium_dri.so malloc 72 0x55717358ef00 0.000137
+gallium_dri.so free 0x55717358ef80 void 0.000135
+gallium_dri.so free 0x55717358ef00 void 0.000136
+gallium_dri.so malloc 72 0x55717358ef80 0.000121
+gallium_dri.so free 0x557173463240 void 0.000148
+gallium_dri.so free 0x55717358ef80 void 0.000187
+gallium_dri.so malloc 72 0x557173463280 0.000134
+gallium_dri.so free 0x557173463300 void 0.000121
+gallium_dri.so free 0x557173463280 void 0.000120
+gallium_dri.so malloc 72 0x557173463280 0.000119
+gallium_dri.so free 0x557173463380 void 0.000119
+gallium_dri.so free 0x557173463280 void 0.000119
+gallium_dri.so malloc 72 0x5571734633b0 0.000120
+gallium_dri.so free 0x557173463400 void 0.000121
+gallium_dri.so free 0x5571734633b0 void 0.000118
+gallium_dri.so malloc 72 0x5571734633b0 0.000119
+gallium_dri.so free 0x557173463500 void 0.000118
+gallium_dri.so free 0x5571734633b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734634b0 0.000119
+gallium_dri.so free 0x5571734635c0 void 0.000111
+gallium_dri.so free 0x5571734634b0 void 0.000122
+gallium_dri.so malloc 72 0x557173463570 0.000119
+gallium_dri.so free 0x55717360d500 void 0.000119
+gallium_dri.so free 0x557173463570 void 0.000118
+gallium_dri.so malloc 72 0x55717360d530 0.000123
+gallium_dri.so free 0x55717360d580 void 0.000119
+gallium_dri.so free 0x55717360d530 void 0.000120
+gallium_dri.so malloc 72 0x55717360d530 0.000118
+gallium_dri.so free 0x55717360d680 void 0.000118
+gallium_dri.so free 0x55717360d530 void 0.000117
+gallium_dri.so malloc 72 0x55717360d6c0 0.000118
+gallium_dri.so free 0x55717360d740 void 0.000120
+gallium_dri.so free 0x55717360d6c0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d740 0.000129
+gallium_dri.so free 0x557173463600 void 0.000118
+gallium_dri.so free 0x55717360d740 void 0.000119
+gallium_dri.so malloc 72 0x55717360d740 0.000144
+gallium_dri.so free 0x55717360d800 void 0.000186
+gallium_dri.so free 0x55717360d740 void 0.000192
+gallium_dri.so malloc 72 0x55717360d740 0.000185
+gallium_dri.so free 0x55717360d8c0 void 0.000174
+gallium_dri.so free 0x55717360d740 void 0.000179
+gallium_dri.so malloc 72 0x55717360d870 0.000199
+gallium_dri.so free 0x557173469f80 void 0.000180
+gallium_dri.so free 0x55717360d870 void 0.000187
+gallium_dri.so malloc 72 0x557173469fd0 0.000191
+gallium_dri.so free 0x55717346a040 void 0.000186
+gallium_dri.so free 0x557173469fd0 void 0.000190
+gallium_dri.so malloc 72 0x55717346a0a0 0.000193
+gallium_dri.so free 0x55717346a140 void 0.000183
+gallium_dri.so free 0x55717346a0a0 void 0.000227
+gallium_dri.so malloc 72 0x55717346a0f0 0.000230
+gallium_dri.so free 0x55717346a180 void 0.000230
+gallium_dri.so free 0x55717346a0f0 void 0.000175
+gallium_dri.so malloc 72 0x55717346a0f0 0.000125
+gallium_dri.so free 0x55717346a240 void 0.000122
+gallium_dri.so free 0x55717346a0f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a280 0.000125
+gallium_dri.so free 0x55717346a300 void 0.000114
+gallium_dri.so free 0x55717346a280 void 0.000113
+gallium_dri.so malloc 72 0x55717346a300 0.000112
+gallium_dri.so free 0x5571735911c0 void 0.000133
+gallium_dri.so free 0x55717346a300 void 0.000116
+gallium_dri.so malloc 72 0x5571735911e0 0.000114
+gallium_dri.so free 0x557173591280 void 0.000125
+gallium_dri.so free 0x5571735911e0 void 0.000122
+gallium_dri.so malloc 72 0x557173591230 0.000121
+gallium_dri.so free 0x557173591300 void 0.000124
+gallium_dri.so free 0x557173591230 void 0.000123
+gallium_dri.so malloc 72 0x557173591300 0.000123
+gallium_dri.so free 0x5571735913c0 void 0.000125
+gallium_dri.so free 0x557173591300 void 0.000121
+gallium_dri.so malloc 72 0x557173591300 0.000117
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so free 0x557173591300 void 0.000111
+gallium_dri.so malloc 72 0x557173591440 0.000111
+gallium_dri.so free 0x557173591500 void 0.000112
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x557173591440 0.000111
+gallium_dri.so free 0x5571735c1e00 void 0.000112
+gallium_dri.so free 0x557173591440 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1e30 0.000113
+gallium_dri.so free 0x5571735c1e80 void 0.000118
+gallium_dri.so free 0x5571735c1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1e30 0.000113
+gallium_dri.so free 0x5571735c1f80 void 0.000113
+gallium_dri.so free 0x5571735c1e30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1f30 0.000112
+gallium_dri.so free 0x5571735c2040 void 0.000150
+gallium_dri.so free 0x5571735c1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1ff0 0.000119
+gallium_dri.so free 0x5571735c20c0 void 0.000119
+gallium_dri.so free 0x5571735c1ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c20e0 0.000118
+gallium_dri.so free 0x5571735c2180 void 0.000116
+gallium_dri.so free 0x5571735c20e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c2130 0.000116
+gallium_dri.so free 0x5571735f6540 void 0.000118
+gallium_dri.so free 0x5571735c2130 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6580 0.000122
+gallium_dri.so free 0x5571735f6600 void 0.000122
+gallium_dri.so free 0x5571735f6580 void 0.000127
+gallium_dri.so malloc 72 0x5571735f6600 0.000151
+gallium_dri.so free 0x5571735f66c0 void 0.000138
+gallium_dri.so free 0x5571735f6600 void 0.000187
+gallium_dri.so malloc 72 0x5571735f6600 0.000183
+gallium_dri.so free 0x5571735f6740 void 0.000132
+gallium_dri.so free 0x5571735f6600 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6770 0.000125
+gallium_dri.so free 0x5571735f67c0 void 0.000125
+gallium_dri.so free 0x5571735f6770 void 0.000123
+gallium_dri.so malloc 72 0x5571735f6770 0.000121
+gallium_dri.so free 0x5571735f68c0 void 0.000141
+gallium_dri.so free 0x5571735f6770 void 0.000126
+gallium_dri.so malloc 72 0x5571735f6900 0.000126
+gallium_dri.so free 0x5571735e3300 void 0.000121
+gallium_dri.so free 0x5571735f6900 void 0.000124
+gallium_dri.so malloc 72 0x5571735e3350 0.000120
+gallium_dri.so free 0x5571735e33c0 void 0.000125
+gallium_dri.so free 0x5571735e3350 void 0.000125
+gallium_dri.so malloc 72 0x5571735e33e0 0.000123
+gallium_dri.so free 0x5571735e3480 void 0.000121
+gallium_dri.so free 0x5571735e33e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000121
+gallium_dri.so free 0x5571735e3430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3430 0.000115
+gallium_dri.so free 0x5571735e3580 void 0.000115
+gallium_dri.so free 0x5571735e3430 void 0.000115
+gallium_dri.so malloc 72 0x5571735e3580 0.000117
+gallium_dri.so free 0x5571735e3640 void 0.000118
+gallium_dri.so free 0x5571735e3580 void 0.000120
+gallium_dri.so malloc 72 0x5571735e3580 0.000115
+gallium_dri.so free 0x557173609e80 void 0.000117
+gallium_dri.so free 0x5571735e3580 void 0.000114
+gallium_dri.so malloc 72 0x557173609ea0 0.000116
+gallium_dri.so free 0x557173609f40 void 0.000115
+gallium_dri.so free 0x557173609ea0 void 0.000116
+gallium_dri.so malloc 72 0x557173609ef0 0.000138
+gallium_dri.so free 0x557173609fc0 void 0.000117
+gallium_dri.so free 0x557173609ef0 void 0.000115
+gallium_dri.so malloc 72 0x557173609ef0 0.000116
+gallium_dri.so free 0x55717360a040 void 0.000113
+gallium_dri.so free 0x557173609ef0 void 0.000117
+gallium_dri.so malloc 72 0x55717360a040 0.000121
+gallium_dri.so free 0x55717360a100 void 0.000127
+gallium_dri.so free 0x55717360a040 void 0.000129
+gallium_dri.so malloc 72 0x55717360a040 0.000121
+gallium_dri.so free 0x55717360a1c0 void 0.000125
+gallium_dri.so free 0x55717360a040 void 0.000125
+gallium_dri.so malloc 72 0x55717360a040 0.000128
+gallium_dri.so free 0x5571735d0a00 void 0.000132
+gallium_dri.so free 0x55717360a040 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0a50 0.000127
+gallium_dri.so free 0x5571735d0ac0 void 0.000132
+gallium_dri.so free 0x5571735d0a50 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0b00 0.000127
+gallium_dri.so free 0x5571735d0b80 void 0.000126
+gallium_dri.so free 0x5571735d0b00 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0b80 0.000124
+gallium_dri.so free 0x5571735d0c40 void 0.000123
+gallium_dri.so free 0x5571735d0b80 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0b80 0.000125
+gallium_dri.so free 0x55717360a280 void 0.000143
+gallium_dri.so free 0x5571735d0b80 void 0.000125
+gallium_dri.so malloc 72 0x55717360a230 0.000125
+gallium_dri.so free 0x5571735d0cc0 void 0.000121
+gallium_dri.so free 0x55717360a230 void 0.000124
+gallium_dri.so malloc 72 0x5571735d0d00 0.000121
+gallium_dri.so free 0x5571735d0d80 void 0.000125
+gallium_dri.so free 0x5571735d0d00 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0d80 0.000121
+gallium_dri.so free 0x5571735fdb80 void 0.000117
+gallium_dri.so free 0x5571735d0d80 void 0.000118
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000120
+gallium_dri.so free 0x5571735fdc40 void 0.000121
+gallium_dri.so free 0x5571735fdbc0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000122
+gallium_dri.so free 0x5571735fdcc0 void 0.000122
+gallium_dri.so free 0x5571735fdbc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000113
+gallium_dri.so free 0x5571735fdd40 void 0.000123
+gallium_dri.so free 0x5571735fdcf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000121
+gallium_dri.so free 0x5571735fde40 void 0.000122
+gallium_dri.so free 0x5571735fdcf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fddf0 0.000120
+gallium_dri.so free 0x5571735fdf00 void 0.000122
+gallium_dri.so free 0x5571735fddf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000123
+gallium_dri.so free 0x5571735d2fc0 void 0.000120
+gallium_dri.so free 0x5571735fdeb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000119
+gallium_dri.so free 0x5571735d3040 void 0.000120
+gallium_dri.so free 0x5571735d2ff0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000121
+gallium_dri.so free 0x5571735d3140 void 0.000120
+gallium_dri.so free 0x5571735d2ff0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3180 0.000129
+gallium_dri.so free 0x5571735d3200 void 0.000122
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3200 0.000122
+gallium_dri.so free 0x5571735fdf40 void 0.000120
+gallium_dri.so free 0x5571735d3200 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3200 0.000121
+gallium_dri.so free 0x5571735d32c0 void 0.000120
+gallium_dri.so free 0x5571735d3200 void 0.000120
+gallium_dri.so malloc 72 0x5571735d3200 0.000122
+gallium_dri.so free 0x5571735d3380 void 0.000145
+gallium_dri.so free 0x5571735d3200 void 0.000174
+gallium_dri.so malloc 72 0x5571735d3330 0.000181
+gallium_dri.so free 0x55717346db00 void 0.000176
+gallium_dri.so free 0x5571735d3330 void 0.000122
+gallium_dri.so malloc 72 0x55717346db00 0.000125
+gallium_dri.so free 0x55717346dbc0 void 0.000122
+gallium_dri.so free 0x55717346db00 void 0.000121
+gallium_dri.so malloc 72 0x55717346db00 0.000143
+gallium_dri.so free 0x55717346dc80 void 0.000136
+gallium_dri.so free 0x55717346db00 void 0.000131
+gallium_dri.so malloc 72 0x55717346dca0 0.000133
+gallium_dri.so free 0x55717346dd40 void 0.000133
+gallium_dri.so free 0x55717346dca0 void 0.000135
+gallium_dri.so malloc 72 0x55717346dcf0 0.000136
+gallium_dri.so free 0x55717346ddc0 void 0.000129
+gallium_dri.so free 0x55717346dcf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346dcf0 0.000130
+gallium_dri.so free 0x55717346de40 void 0.000129
+gallium_dri.so free 0x55717346dcf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346de40 0.000128
+gallium_dri.so free 0x55717346df00 void 0.000132
+gallium_dri.so free 0x55717346de40 void 0.000132
+gallium_dri.so malloc 72 0x55717346de40 0.000133
+gallium_dri.so free 0x5571735fcb80 void 0.000131
+gallium_dri.so free 0x55717346de40 void 0.000132
+gallium_dri.so malloc 72 0x55717346de40 0.000130
+gallium_dri.so free 0x5571735fcc40 void 0.000130
+gallium_dri.so free 0x55717346de40 void 0.000189
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000131
+gallium_dri.so free 0x5571735fcd00 void 0.000129
+gallium_dri.so free 0x5571735fcbf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fccb0 0.000129
+gallium_dri.so free 0x5571735fcd80 void 0.000131
+gallium_dri.so free 0x5571735fccb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fcdd0 0.000128
+gallium_dri.so free 0x5571735fce40 void 0.000128
+gallium_dri.so free 0x5571735fcdd0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fce60 0.000129
+gallium_dri.so free 0x5571735fcf00 void 0.000130
+gallium_dri.so free 0x5571735fce60 void 0.000130
+gallium_dri.so malloc 72 0x5571735fceb0 0.000128
+gallium_dri.so free 0x5571735fcf80 void 0.000131
+gallium_dri.so free 0x5571735fceb0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fceb0 0.000127
+gallium_dri.so free 0x5571735c33c0 void 0.000128
+gallium_dri.so free 0x5571735fceb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c33c0 0.000128
+gallium_dri.so free 0x5571735c3480 void 0.000129
+gallium_dri.so free 0x5571735c33c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c33c0 0.000128
+gallium_dri.so free 0x5571735c3500 void 0.000131
+gallium_dri.so free 0x5571735c33c0 void 0.000153
+gallium_dri.so malloc 72 0x5571735c33c0 0.000130
+gallium_dri.so free 0x5571735c35c0 void 0.000129
+gallium_dri.so free 0x5571735c33c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c33c0 0.000129
+gallium_dri.so free 0x5571735c3680 void 0.000132
+gallium_dri.so free 0x5571735c33c0 void 0.000139
+gallium_dri.so malloc 72 0x5571735c3630 0.000128
+gallium_dri.so free 0x5571735c3700 void 0.000127
+gallium_dri.so free 0x5571735c3630 void 0.000128
+gallium_dri.so malloc 72 0x5571735c3750 0.000127
+gallium_dri.so free 0x5571735c37c0 void 0.000128
+gallium_dri.so free 0x5571735c3750 void 0.000129
+gallium_dri.so malloc 72 0x5571735c37e0 0.000127
+gallium_dri.so free 0x55717346b540 void 0.000128
+gallium_dri.so free 0x5571735c37e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735c37e0 0.000128
+gallium_dri.so free 0x55717346b600 void 0.000129
+gallium_dri.so free 0x5571735c37e0 void 0.000136
+gallium_dri.so malloc 72 0x55717346b5b0 0.000128
+gallium_dri.so free 0x55717346b600 void 0.000131
+gallium_dri.so free 0x55717346b5b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346b5b0 0.000127
+gallium_dri.so free 0x55717346b700 void 0.000129
+gallium_dri.so free 0x55717346b5b0 void 0.000139
+gallium_dri.so malloc 72 0x55717346b6b0 0.000131
+gallium_dri.so free 0x55717346b7c0 void 0.000127
+gallium_dri.so free 0x55717346b6b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346b770 0.000126
+gallium_dri.so free 0x55717346b800 void 0.000128
+gallium_dri.so free 0x55717346b770 void 0.000125
+gallium_dri.so malloc 72 0x55717346b770 0.000126
+gallium_dri.so free 0x55717346b8c0 void 0.000126
+gallium_dri.so free 0x55717346b770 void 0.000127
+gallium_dri.so malloc 72 0x55717346b900 0.000141
+gallium_dri.so free 0x55717346b980 void 0.000135
+gallium_dri.so free 0x55717346b900 void 0.000130
+gallium_dri.so malloc 72 0x55717346b980 0.000132
+gallium_dri.so free 0x55717360eac0 void 0.000130
+gallium_dri.so free 0x55717346b980 void 0.000134
+gallium_dri.so malloc 72 0x55717346b980 0.000133
+gallium_dri.so free 0x55717360eb80 void 0.000130
+gallium_dri.so free 0x55717346b980 void 0.000137
+gallium_dri.so malloc 72 0x55717360eba0 0.000133
+gallium_dri.so free 0x55717360ec40 void 0.000132
+gallium_dri.so free 0x55717360eba0 void 0.000134
+gallium_dri.so malloc 72 0x55717360ebf0 0.000134
+gallium_dri.so free 0x55717360ecc0 void 0.000170
+gallium_dri.so free 0x55717360ebf0 void 0.000129
+gallium_dri.so malloc 72 0x55717360ebf0 0.000121
+gallium_dri.so free 0x55717360ed40 void 0.000148
+gallium_dri.so free 0x55717360ebf0 void 0.000157
+gallium_dri.so malloc 72 0x55717360ed40 0.000124
+gallium_dri.so free 0x55717360ee00 void 0.000122
+gallium_dri.so free 0x55717360ed40 void 0.000121
+gallium_dri.so malloc 72 0x55717360ed40 0.000120
+gallium_dri.so free 0x55717360eec0 void 0.000122
+gallium_dri.so free 0x55717360ed40 void 0.000120
+gallium_dri.so malloc 72 0x55717360ed40 0.000120
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so free 0x55717360ed40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7b00 0.000122
+gallium_dri.so free 0x5571735f7bc0 void 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000122
+gallium_dri.so malloc 72 0x5571735f7b00 0.000121
+gallium_dri.so free 0x5571735f7c40 void 0.000121
+gallium_dri.so free 0x5571735f7b00 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7c40 0.000119
+gallium_dri.so free 0x5571735f7d00 void 0.000121
+gallium_dri.so free 0x5571735f7c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7c40 0.000120
+gallium_dri.so free 0x5571735f7dc0 void 0.000122
+gallium_dri.so free 0x5571735f7c40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7c40 0.000128
+gallium_dri.so free 0x5571735f7e80 void 0.000122
+gallium_dri.so free 0x5571735f7c40 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7e30 0.000121
+gallium_dri.so free 0x5571735f7f00 void 0.000122
+gallium_dri.so free 0x5571735f7e30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f50 0.000121
+gallium_dri.so free 0x5571735dd780 void 0.000121
+gallium_dri.so free 0x5571735f7f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f50 0.000122
+gallium_dri.so free 0x5571735dd800 void 0.000121
+gallium_dri.so free 0x5571735f7f50 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7f50 0.000119
+gallium_dri.so free 0x5571735dd8c0 void 0.000121
+gallium_dri.so free 0x5571735f7f50 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7f50 0.000120
+gallium_dri.so free 0x5571735dd980 void 0.000122
+gallium_dri.so free 0x5571735f7f50 void 0.000120
+gallium_dri.so malloc 72 0x5571735dd930 0.000120
+gallium_dri.so free 0x5571735dda00 void 0.000122
+gallium_dri.so free 0x5571735dd930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dda50 0.000120
+gallium_dri.so free 0x5571735ddac0 void 0.000121
+gallium_dri.so free 0x5571735dda50 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddae0 0.000120
+gallium_dri.so free 0x5571735ddb80 void 0.000138
+gallium_dri.so free 0x5571735ddae0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ddb30 0.000120
+gallium_dri.so free 0x5571735e0500 void 0.000121
+gallium_dri.so free 0x5571735ddb30 void 0.000120
+gallium_dri.so malloc 72 0x5571735ddb30 0.000131
+gallium_dri.so free 0x5571735e0600 void 0.000121
+gallium_dri.so free 0x5571735ddb30 void 0.000116
+gallium_dri.so malloc 72 0x5571735e05b0 0.000115
+gallium_dri.so free 0x5571735e0680 void 0.000115
+gallium_dri.so free 0x5571735e05b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e06d0 0.000119
+gallium_dri.so free 0x5571735e0740 void 0.000122
+gallium_dri.so free 0x5571735e06d0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0760 0.000122
+gallium_dri.so free 0x5571735e0800 void 0.000121
+gallium_dri.so free 0x5571735e0760 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07b0 0.000121
+gallium_dri.so free 0x5571735e0880 void 0.000123
+gallium_dri.so free 0x5571735e07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e07b0 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000122
+gallium_dri.so free 0x5571735e07b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0900 0.000127
+gallium_dri.so free 0x5571735ff140 void 0.000122
+gallium_dri.so free 0x5571735e0900 void 0.000120
+gallium_dri.so malloc 72 0x5571735e0900 0.000128
+gallium_dri.so free 0x5571735ff200 void 0.000117
+gallium_dri.so free 0x5571735e0900 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff220 0.000117
+gallium_dri.so free 0x5571735ff2c0 void 0.000116
+gallium_dri.so free 0x5571735ff220 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff270 0.000122
+gallium_dri.so free 0x5571735ff340 void 0.000118
+gallium_dri.so free 0x5571735ff270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff270 0.000116
+gallium_dri.so free 0x5571735ff3c0 void 0.000118
+gallium_dri.so free 0x5571735ff270 void 0.000117
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000117
+gallium_dri.so free 0x5571735ff480 void 0.000118
+gallium_dri.so free 0x5571735ff3c0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000116
+gallium_dri.so free 0x5571735ff540 void 0.000105
+gallium_dri.so free 0x5571735ff3c0 void 0.000197
+gallium_dri.so malloc 72 0x5571735ff3c0 0.000196
+gallium_dri.so free 0x557173620140 void 0.000118
+gallium_dri.so free 0x5571735ff3c0 void 0.000112
+gallium_dri.so malloc 72 0x557173620140 0.000112
+gallium_dri.so free 0x557173620200 void 0.000111
+gallium_dri.so free 0x557173620140 void 0.000116
+gallium_dri.so malloc 72 0x557173620140 0.000141
+gallium_dri.so free 0x557173620280 void 0.000112
+gallium_dri.so free 0x557173620140 void 0.000130
+gallium_dri.so malloc 72 0x557173620280 0.000129
+gallium_dri.so free 0x557173620340 void 0.000145
+gallium_dri.so free 0x557173620280 void 0.000120
+gallium_dri.so malloc 72 0x557173620280 0.000119
+gallium_dri.so free 0x557173620400 void 0.000118
+gallium_dri.so free 0x557173620280 void 0.000118
+gallium_dri.so malloc 72 0x557173620280 0.000121
+gallium_dri.so free 0x5571736204c0 void 0.000141
+gallium_dri.so free 0x557173620280 void 0.000143
+gallium_dri.so malloc 72 0x557173620470 0.000137
+gallium_dri.so free 0x557173620540 void 0.000137
+gallium_dri.so free 0x557173620470 void 0.000141
+gallium_dri.so malloc 72 0x557173620590 0.000142
+gallium_dri.so free 0x5571735ddd80 void 0.000145
+gallium_dri.so free 0x557173620590 void 0.000137
+gallium_dri.so malloc 72 0x557173620590 0.000140
+gallium_dri.so free 0x5571735dde00 void 0.000142
+gallium_dri.so free 0x557173620590 void 0.000140
+gallium_dri.so malloc 72 0x557173620590 0.000140
+gallium_dri.so free 0x5571735ddec0 void 0.000139
+gallium_dri.so free 0x557173620590 void 0.000139
+gallium_dri.so malloc 72 0x557173620590 0.000208
+gallium_dri.so free 0x5571735ddf80 void 0.000144
+gallium_dri.so free 0x557173620590 void 0.000139
+gallium_dri.so malloc 72 0x5571735ddf30 0.000138
+gallium_dri.so free 0x5571735de000 void 0.000139
+gallium_dri.so free 0x5571735ddf30 void 0.000139
+gallium_dri.so malloc 72 0x5571735de050 0.000137
+gallium_dri.so free 0x5571735de0c0 void 0.000144
+gallium_dri.so free 0x5571735de050 void 0.000138
+gallium_dri.so malloc 72 0x5571735de0e0 0.000138
+gallium_dri.so free 0x5571735de180 void 0.000138
+gallium_dri.so free 0x5571735de0e0 void 0.000138
+gallium_dri.so malloc 72 0x5571735de130 0.000139
+gallium_dri.so free 0x5571735e0b00 void 0.000146
+gallium_dri.so free 0x5571735de130 void 0.000139
+gallium_dri.so malloc 72 0x5571735de130 0.000138
+gallium_dri.so free 0x5571735e0c00 void 0.000142
+gallium_dri.so free 0x5571735de130 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0bb0 0.000137
+gallium_dri.so free 0x5571735e0c80 void 0.000141
+gallium_dri.so free 0x5571735e0bb0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0cd0 0.000140
+gallium_dri.so free 0x5571735e0d40 void 0.000158
+gallium_dri.so free 0x5571735e0cd0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e0d60 0.000138
+gallium_dri.so free 0x5571735de200 void 0.000138
+gallium_dri.so free 0x5571735e0d60 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0d60 0.000139
+gallium_dri.so free 0x5571735e0e00 void 0.000138
+gallium_dri.so free 0x5571735e0d60 void 0.000139
+gallium_dri.so malloc 72 0x5571735e0db0 0.000138
+gallium_dri.so free 0x5571735e0e80 void 0.000137
+gallium_dri.so free 0x5571735e0db0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e0ed0 0.000139
+gallium_dri.so free 0x5571735e0f40 void 0.000139
+gallium_dri.so free 0x5571735e0ed0 void 0.000138
+gallium_dri.so malloc 72 0x5571735e0fa0 0.000139
+gallium_dri.so free 0x5571735e1040 void 0.000140
+gallium_dri.so free 0x5571735e0fa0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e0ff0 0.000139
+gallium_dri.so free 0x557173619f80 void 0.000138
+gallium_dri.so free 0x5571735e0ff0 void 0.000139
+gallium_dri.so malloc 72 0x557173619fb0 0.000139
+gallium_dri.so free 0x55717361a000 void 0.000137
+gallium_dri.so free 0x557173619fb0 void 0.000156
+gallium_dri.so malloc 72 0x557173619fb0 0.000138
+gallium_dri.so free 0x55717361a100 void 0.000137
+gallium_dri.so free 0x557173619fb0 void 0.000137
+gallium_dri.so malloc 72 0x55717361a0b0 0.000133
+gallium_dri.so free 0x55717361a1c0 void 0.000128
+gallium_dri.so free 0x55717361a0b0 void 0.000131
+gallium_dri.so malloc 72 0x55717361a170 0.000132
+gallium_dri.so free 0x55717361a200 void 0.000129
+gallium_dri.so free 0x55717361a170 void 0.000130
+gallium_dri.so malloc 72 0x55717361a170 0.000130
+gallium_dri.so free 0x55717361a2c0 void 0.000129
+gallium_dri.so free 0x55717361a170 void 0.000130
+gallium_dri.so malloc 72 0x55717361a310 0.000129
+gallium_dri.so free 0x55717361a380 void 0.000129
+gallium_dri.so free 0x55717361a310 void 0.000129
+gallium_dri.so malloc 72 0x55717361a3c0 0.000128
+gallium_dri.so free 0x55717361a440 void 0.000130
+gallium_dri.so free 0x55717361a3c0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a440 0.000128
+gallium_dri.so free 0x55717361a500 void 0.000129
+gallium_dri.so free 0x55717361a440 void 0.000130
+gallium_dri.so malloc 72 0x55717361a440 0.000129
+gallium_dri.so free 0x55717361a580 void 0.000129
+gallium_dri.so free 0x55717361a440 void 0.000143
+gallium_dri.so malloc 72 0x55717361a5b0 0.000129
+gallium_dri.so free 0x55717361a600 void 0.000131
+gallium_dri.so free 0x55717361a5b0 void 0.000147
+gallium_dri.so malloc 72 0x55717361a5b0 0.000138
+gallium_dri.so free 0x55717361a700 void 0.000125
+gallium_dri.so free 0x55717361a5b0 void 0.000192
+gallium_dri.so malloc 72 0x55717361a6b0 0.000142
+gallium_dri.so free 0x55717361a7c0 void 0.000130
+gallium_dri.so free 0x55717361a6b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a770 0.000134
+gallium_dri.so free 0x55717361a840 void 0.000124
+gallium_dri.so free 0x55717361a770 void 0.000121
+gallium_dri.so malloc 72 0x55717361a860 0.000124
+gallium_dri.so free 0x55717361a900 void 0.000118
+gallium_dri.so free 0x55717361a860 void 0.000115
+gallium_dri.so malloc 72 0x55717361a8b0 0.000114
+gallium_dri.so free 0x55717361a980 void 0.000119
+gallium_dri.so free 0x55717361a8b0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a9c0 0.000115
+gallium_dri.so free 0x557173474580 void 0.000118
+gallium_dri.so free 0x55717361a9c0 void 0.000115
+gallium_dri.so malloc 72 0x557173474580 0.000115
+gallium_dri.so free 0x557173474640 void 0.000117
+gallium_dri.so free 0x557173474580 void 0.000193
+gallium_dri.so malloc 72 0x557173474580 0.000114
+gallium_dri.so free 0x557173474700 void 0.000114
+gallium_dri.so free 0x557173474580 void 0.000114
+gallium_dri.so malloc 72 0x557173474580 0.000112
+gallium_dri.so free 0x5571734747c0 void 0.000115
+gallium_dri.so free 0x557173474580 void 0.000115
+gallium_dri.so malloc 72 0x557173474770 0.000114
+gallium_dri.so free 0x5571734747c0 void 0.000113
+gallium_dri.so free 0x557173474770 void 0.000112
+gallium_dri.so malloc 72 0x557173474770 0.000113
+gallium_dri.so free 0x5571734748c0 void 0.000112
+gallium_dri.so free 0x557173474770 void 0.000113
+gallium_dri.so malloc 72 0x557173474870 0.000112
+gallium_dri.so free 0x557173474980 void 0.000116
+gallium_dri.so free 0x557173474870 void 0.000114
+gallium_dri.so malloc 72 0x557173474930 0.000112
+gallium_dri.so free 0x5571734749c0 void 0.000113
+gallium_dri.so free 0x557173474930 void 0.000113
+gallium_dri.so malloc 72 0x557173474930 0.000113
+gallium_dri.so free 0x557173474a80 void 0.000116
+gallium_dri.so free 0x557173474930 void 0.000123
+gallium_dri.so malloc 72 0x557173474ac0 0.000121
+gallium_dri.so free 0x557173474b40 void 0.000123
+gallium_dri.so free 0x557173474ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173474b40 0.000116
+gallium_dri.so free 0x557173474c00 void 0.000116
+gallium_dri.so free 0x557173474b40 void 0.000125
+gallium_dri.so malloc 72 0x557173474b40 0.000126
+gallium_dri.so free 0x557173474cc0 void 0.000120
+gallium_dri.so free 0x557173474b40 void 0.000123
+gallium_dri.so malloc 72 0x557173474ce0 0.000121
+gallium_dri.so free 0x557173474d80 void 0.000119
+gallium_dri.so free 0x557173474ce0 void 0.000123
+gallium_dri.so malloc 72 0x557173474d30 0.000122
+gallium_dri.so free 0x557173474e00 void 0.000124
+gallium_dri.so free 0x557173474d30 void 0.000120
+gallium_dri.so malloc 72 0x557173474d30 0.000119
+gallium_dri.so free 0x557173474e80 void 0.000120
+gallium_dri.so free 0x557173474d30 void 0.000119
+gallium_dri.so malloc 72 0x557173474e80 0.000118
+gallium_dri.so free 0x557173474f40 void 0.000118
+gallium_dri.so free 0x557173474e80 void 0.000121
+gallium_dri.so malloc 72 0x557173474e80 0.000119
+gallium_dri.so free 0x557173475000 void 0.000119
+gallium_dri.so free 0x557173474e80 void 0.000137
+gallium_dri.so malloc 72 0x557173474e80 0.000122
+gallium_dri.so free 0x5571734750c0 void 0.000126
+gallium_dri.so free 0x557173474e80 void 0.000126
+gallium_dri.so malloc 72 0x557173475070 0.000120
+gallium_dri.so free 0x557173475180 void 0.000120
+gallium_dri.so free 0x557173475070 void 0.000121
+gallium_dri.so malloc 72 0x557173475130 0.000134
+gallium_dri.so free 0x557173475200 void 0.000119
+gallium_dri.so free 0x557173475130 void 0.000117
+gallium_dri.so malloc 72 0x557173475250 0.000117
+gallium_dri.so free 0x5571734752c0 void 0.000117
+gallium_dri.so free 0x557173475250 void 0.000116
+gallium_dri.so malloc 72 0x5571734752e0 0.000116
+gallium_dri.so free 0x557173475380 void 0.000115
+gallium_dri.so free 0x5571734752e0 void 0.000116
+gallium_dri.so malloc 72 0x557173475330 0.000115
+gallium_dri.so free 0x557173475400 void 0.000115
+gallium_dri.so free 0x557173475330 void 0.000117
+gallium_dri.so malloc 72 0x557173475330 0.000119
+gallium_dri.so free 0x557173475480 void 0.000117
+gallium_dri.so free 0x557173475330 void 0.000113
+gallium_dri.so malloc 72 0x557173475480 0.000111
+gallium_dri.so free 0x557173475540 void 0.000111
+gallium_dri.so free 0x557173475480 void 0.000111
+gallium_dri.so malloc 72 0x557173475480 0.000111
+gallium_dri.so free 0x557173475640 void 0.000118
+gallium_dri.so free 0x557173475480 void 0.000110
+gallium_dri.so malloc 72 0x5571734755f0 0.000111
+gallium_dri.so free 0x557173475680 void 0.000111
+gallium_dri.so free 0x5571734755f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734755f0 0.000112
+gallium_dri.so free 0x557173475740 void 0.000110
+gallium_dri.so free 0x5571734755f0 void 0.000112
+gallium_dri.so malloc 72 0x557173475780 0.000111
+gallium_dri.so free 0x557173475800 void 0.000124
+gallium_dri.so free 0x557173475780 void 0.000115
+gallium_dri.so malloc 72 0x557173475800 0.000114
+gallium_dri.so free 0x5571734758c0 void 0.000111
+gallium_dri.so free 0x557173475800 void 0.000111
+gallium_dri.so malloc 72 0x557173475800 0.000112
+gallium_dri.so free 0x557173475940 void 0.000111
+gallium_dri.so free 0x557173475800 void 0.000112
+gallium_dri.so malloc 72 0x557173475970 0.000112
+gallium_dri.so free 0x5571734759c0 void 0.000115
+gallium_dri.so free 0x557173475970 void 0.000141
+gallium_dri.so malloc 72 0x557173475970 0.000133
+gallium_dri.so free 0x557173475ac0 void 0.000117
+gallium_dri.so free 0x557173475970 void 0.000151
+gallium_dri.so malloc 72 0x557173475b00 0.000137
+gallium_dri.so free 0x557173475b80 void 0.000122
+gallium_dri.so free 0x557173475b00 void 0.000114
+gallium_dri.so malloc 72 0x557173475b80 0.000113
+gallium_dri.so free 0x557173475c40 void 0.000113
+gallium_dri.so free 0x557173475b80 void 0.000149
+gallium_dri.so malloc 72 0x557173475b80 0.000172
+gallium_dri.so free 0x557173475cc0 void 0.000182
+gallium_dri.so free 0x557173475b80 void 0.000180
+gallium_dri.so malloc 72 0x557173475cf0 0.000173
+gallium_dri.so free 0x557173475d40 void 0.000194
+gallium_dri.so free 0x557173475cf0 void 0.000187
+gallium_dri.so malloc 72 0x557173475cf0 0.000181
+gallium_dri.so free 0x557173475e40 void 0.000187
+gallium_dri.so free 0x557173475cf0 void 0.000182
+gallium_dri.so malloc 72 0x557173475df0 0.000184
+gallium_dri.so free 0x557173475f00 void 0.000205
+gallium_dri.so free 0x557173475df0 void 0.000193
+gallium_dri.so malloc 72 0x557173475eb0 0.000187
+gallium_dri.so free 0x557173475f80 void 0.000177
+gallium_dri.so free 0x557173475eb0 void 0.000169
+gallium_dri.so malloc 72 0x557173475eb0 0.000176
+gallium_dri.so free 0x557173476040 void 0.000176
+gallium_dri.so free 0x557173475eb0 void 0.000196
+gallium_dri.so malloc 72 0x557173475eb0 0.000194
+gallium_dri.so free 0x557173476100 void 0.000184
+gallium_dri.so free 0x557173475eb0 void 0.000187
+gallium_dri.so malloc 72 0x5571734760b0 0.000201
+gallium_dri.so free 0x557173476180 void 0.000199
+gallium_dri.so free 0x5571734760b0 void 0.000190
+gallium_dri.so malloc 72 0x5571734761d0 0.000202
+gallium_dri.so free 0x557173476240 void 0.000179
+gallium_dri.so free 0x5571734761d0 void 0.000183
+gallium_dri.so malloc 72 0x557173476260 0.000176
+gallium_dri.so free 0x557173476300 void 0.000167
+gallium_dri.so free 0x557173476260 void 0.000176
+gallium_dri.so malloc 72 0x5571734762b0 0.000183
+gallium_dri.so free 0x557173476380 void 0.000181
+gallium_dri.so free 0x5571734762b0 void 0.000175
+gallium_dri.so malloc 72 0x557173476380 0.000192
+gallium_dri.so free 0x557173476440 void 0.000218
+gallium_dri.so free 0x557173476380 void 0.000187
+gallium_dri.so malloc 72 0x557173476380 0.000174
+gallium_dri.so free 0x5571734764c0 void 0.000210
+gallium_dri.so free 0x557173476380 void 0.000176
+gallium_dri.so malloc 72 0x5571734764c0 0.000180
+gallium_dri.so free 0x557173476580 void 0.000174
+gallium_dri.so free 0x5571734764c0 void 0.000167
+gallium_dri.so malloc 72 0x5571734764c0 0.000166
+gallium_dri.so free 0x557173476640 void 0.000167
+gallium_dri.so free 0x5571734764c0 void 0.000159
+gallium_dri.so malloc 72 0x5571734764c0 0.000115
+gallium_dri.so free 0x557173476700 void 0.000114
+gallium_dri.so free 0x5571734764c0 void 0.000117
+gallium_dri.so malloc 72 0x5571734766b0 0.000114
+gallium_dri.so free 0x557173476780 void 0.000112
+gallium_dri.so free 0x5571734766b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734767d0 0.000113
+gallium_dri.so free 0x557173476840 void 0.000113
+gallium_dri.so free 0x5571734767d0 void 0.000113
+gallium_dri.so malloc 72 0x557173476880 0.000113
+gallium_dri.so free 0x557173476900 void 0.000116
+gallium_dri.so free 0x557173476880 void 0.000114
+gallium_dri.so malloc 72 0x557173476880 0.000113
+gallium_dri.so free 0x557173476980 void 0.000112
+gallium_dri.so free 0x557173476880 void 0.000113
+gallium_dri.so malloc 72 0x5571734769b0 0.000112
+gallium_dri.so free 0x557173476a00 void 0.000123
+gallium_dri.so free 0x5571734769b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734769b0 0.000117
+gallium_dri.so free 0x557173476b00 void 0.000114
+gallium_dri.so free 0x5571734769b0 void 0.000112
+gallium_dri.so malloc 72 0x557173476ab0 0.000113
+gallium_dri.so free 0x557173476bc0 void 0.000112
+gallium_dri.so free 0x557173476ab0 void 0.000113
+gallium_dri.so malloc 72 0x557173476b70 0.000112
+gallium_dri.so free 0x557173476c00 void 0.000113
+gallium_dri.so free 0x557173476b70 void 0.000112
+gallium_dri.so malloc 72 0x557173476b70 0.000112
+gallium_dri.so free 0x557173476cc0 void 0.000113
+gallium_dri.so free 0x557173476b70 void 0.000112
+gallium_dri.so malloc 72 0x557173476d30 0.000112
+gallium_dri.so free 0x557173476d80 void 0.000113
+gallium_dri.so free 0x557173476d30 void 0.000184
+gallium_dri.so malloc 72 0x557173476d30 0.000114
+gallium_dri.so free 0x557173476e80 void 0.000171
+gallium_dri.so free 0x557173476d30 void 0.000124
+gallium_dri.so malloc 72 0x557173476e30 0.000131
+gallium_dri.so free 0x557173476f40 void 0.000168
+gallium_dri.so free 0x557173476e30 void 0.000165
+gallium_dri.so malloc 72 0x557173476ef0 0.000178
+gallium_dri.so free 0x557173476f80 void 0.000192
+gallium_dri.so free 0x557173476ef0 void 0.000176
+gallium_dri.so malloc 72 0x557173476ef0 0.000182
+gallium_dri.so free 0x557173477040 void 0.000174
+gallium_dri.so free 0x557173476ef0 void 0.000174
+gallium_dri.so malloc 72 0x557173477080 0.000179
+gallium_dri.so free 0x557173477100 void 0.000182
+gallium_dri.so free 0x557173477080 void 0.000173
+gallium_dri.so malloc 72 0x557173477100 0.000180
+gallium_dri.so free 0x5571734771c0 void 0.000176
+gallium_dri.so free 0x557173477100 void 0.000172
+gallium_dri.so malloc 72 0x557173477100 0.000172
+gallium_dri.so free 0x557173477280 void 0.000147
+gallium_dri.so free 0x557173477100 void 0.000124
+gallium_dri.so malloc 72 0x5571734772a0 0.000120
+gallium_dri.so free 0x557173477340 void 0.000120
+gallium_dri.so free 0x5571734772a0 void 0.000123
+gallium_dri.so malloc 72 0x5571734772f0 0.000127
+gallium_dri.so free 0x5571734773c0 void 0.000126
+gallium_dri.so free 0x5571734772f0 void 0.000131
+gallium_dri.so malloc 72 0x5571734772f0 0.000123
+gallium_dri.so free 0x557173477440 void 0.000122
+gallium_dri.so free 0x5571734772f0 void 0.000124
+gallium_dri.so malloc 72 0x557173477440 0.000122
+gallium_dri.so free 0x557173477500 void 0.000125
+gallium_dri.so free 0x557173477440 void 0.000122
+gallium_dri.so malloc 72 0x557173477440 0.000121
+gallium_dri.so free 0x5571734775c0 void 0.000122
+gallium_dri.so free 0x557173477440 void 0.000119
+gallium_dri.so malloc 72 0x557173477440 0.000119
+gallium_dri.so free 0x557173477680 void 0.000123
+gallium_dri.so free 0x557173477440 void 0.000120
+gallium_dri.so malloc 72 0x557173477630 0.000121
+gallium_dri.so free 0x557173477740 void 0.000122
+gallium_dri.so free 0x557173477630 void 0.000123
+gallium_dri.so malloc 72 0x5571734776f0 0.000120
+gallium_dri.so free 0x5571734777c0 void 0.000119
+gallium_dri.so free 0x5571734776f0 void 0.000122
+gallium_dri.so malloc 72 0x557173477810 0.000124
+gallium_dri.so free 0x557173477880 void 0.000121
+gallium_dri.so free 0x557173477810 void 0.000120
+gallium_dri.so malloc 72 0x5571734778a0 0.000118
+gallium_dri.so free 0x557173477940 void 0.000121
+gallium_dri.so free 0x5571734778a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734778f0 0.000121
+gallium_dri.so free 0x5571734779c0 void 0.000123
+gallium_dri.so free 0x5571734778f0 void 0.000149
+gallium_dri.so malloc 72 0x5571734778f0 0.000117
+gallium_dri.so free 0x557173477a40 void 0.000117
+gallium_dri.so free 0x5571734778f0 void 0.000113
+gallium_dri.so malloc 72 0x557173477a40 0.000115
+gallium_dri.so free 0x557173477b00 void 0.000112
+gallium_dri.so free 0x557173477a40 void 0.000113
+gallium_dri.so malloc 72 0x557173477a40 0.000112
+gallium_dri.so free 0x557173477c00 void 0.000111
+gallium_dri.so free 0x557173477a40 void 0.000109
+gallium_dri.so malloc 72 0x557173477bb0 0.000109
+gallium_dri.so free 0x557173477c40 void 0.000109
+gallium_dri.so free 0x557173477bb0 void 0.000113
+gallium_dri.so malloc 72 0x557173477bb0 0.000110
+gallium_dri.so free 0x557173477d00 void 0.000109
+gallium_dri.so free 0x557173477bb0 void 0.000110
+gallium_dri.so malloc 72 0x557173477d40 0.000112
+gallium_dri.so free 0x557173477dc0 void 0.000109
+gallium_dri.so free 0x557173477d40 void 0.000110
+gallium_dri.so malloc 72 0x557173477dc0 0.000110
+gallium_dri.so free 0x557173477e80 void 0.000115
+gallium_dri.so free 0x557173477dc0 void 0.000112
+gallium_dri.so malloc 72 0x557173477dc0 0.000110
+gallium_dri.so free 0x557173477f00 void 0.000109
+gallium_dri.so free 0x557173477dc0 void 0.000109
+gallium_dri.so malloc 72 0x557173477f30 0.000111
+gallium_dri.so free 0x557173477f80 void 0.000111
+gallium_dri.so free 0x557173477f30 void 0.000109
+gallium_dri.so malloc 72 0x557173477f30 0.000167
+gallium_dri.so free 0x557173478080 void 0.000116
+gallium_dri.so free 0x557173477f30 void 0.000115
+gallium_dri.so malloc 72 0x5571734780c0 0.000113
+gallium_dri.so free 0x557173478140 void 0.000112
+gallium_dri.so free 0x5571734780c0 void 0.000110
+gallium_dri.so malloc 72 0x557173478140 0.000110
+gallium_dri.so free 0x557173478200 void 0.000115
+gallium_dri.so free 0x557173478140 void 0.000110
+gallium_dri.so malloc 72 0x557173478140 0.000110
+gallium_dri.so free 0x557173478280 void 0.000109
+gallium_dri.so free 0x557173478140 void 0.000110
+gallium_dri.so malloc 72 0x5571734782b0 0.000109
+gallium_dri.so free 0x557173478300 void 0.000110
+gallium_dri.so free 0x5571734782b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734782b0 0.000115
+gallium_dri.so free 0x557173478400 void 0.000122
+gallium_dri.so free 0x5571734782b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734783b0 0.000113
+gallium_dri.so free 0x5571734784c0 void 0.000112
+gallium_dri.so free 0x5571734783b0 void 0.000111
+gallium_dri.so malloc 72 0x557173478470 0.000119
+gallium_dri.so free 0x557173478540 void 0.000136
+gallium_dri.so free 0x557173478470 void 0.000115
+gallium_dri.so malloc 72 0x557173478470 0.000169
+gallium_dri.so free 0x557173478600 void 0.000130
+gallium_dri.so free 0x557173478470 void 0.000191
+gallium_dri.so malloc 72 0x557173478470 0.000170
+gallium_dri.so free 0x5571734786c0 void 0.000172
+gallium_dri.so free 0x557173478470 void 0.000168
+gallium_dri.so malloc 72 0x557173478670 0.000166
+gallium_dri.so free 0x557173478740 void 0.000290
+gallium_dri.so free 0x557173478670 void 0.000221
+gallium_dri.so malloc 72 0x557173478790 0.000226
+gallium_dri.so free 0x557173478800 void 0.000219
+gallium_dri.so free 0x557173478790 void 0.000225
+gallium_dri.so malloc 72 0x557173478820 0.000225
+gallium_dri.so free 0x5571734788c0 void 0.000195
+gallium_dri.so free 0x557173478820 void 0.000192
+gallium_dri.so malloc 72 0x557173478870 0.000182
+gallium_dri.so free 0x557173478940 void 0.000189
+gallium_dri.so free 0x557173478870 void 0.000190
+gallium_dri.so malloc 72 0x557173478940 0.000194
+gallium_dri.so free 0x557173478a00 void 0.000181
+gallium_dri.so free 0x557173478940 void 0.000186
+gallium_dri.so malloc 72 0x557173478940 0.000180
+gallium_dri.so free 0x557173478a80 void 0.000190
+gallium_dri.so free 0x557173478940 void 0.000221
+gallium_dri.so malloc 72 0x557173478a80 0.000223
+gallium_dri.so free 0x557173478b40 void 0.000282
+gallium_dri.so free 0x557173478a80 void 0.000297
+gallium_dri.so malloc 72 0x557173478a80 0.000281
+gallium_dri.so free 0x557173478c00 void 0.000187
+gallium_dri.so free 0x557173478a80 void 0.000188
+gallium_dri.so malloc 72 0x557173478a80 0.000225
+gallium_dri.so free 0x557173478cc0 void 0.000188
+gallium_dri.so free 0x557173478a80 void 0.000205
+gallium_dri.so malloc 72 0x557173478c70 0.000191
+gallium_dri.so free 0x557173478d40 void 0.000192
+gallium_dri.so free 0x557173478c70 void 0.000253
+gallium_dri.so malloc 72 0x557173478d90 0.000129
+gallium_dri.so free 0x557173478e00 void 0.000123
+gallium_dri.so free 0x557173478d90 void 0.000121
+gallium_dri.so malloc 72 0x557173478e40 0.000121
+gallium_dri.so free 0x557173478ec0 void 0.000119
+gallium_dri.so free 0x557173478e40 void 0.000121
+gallium_dri.so malloc 72 0x557173478e40 0.000120
+gallium_dri.so free 0x557173478f40 void 0.000121
+gallium_dri.so free 0x557173478e40 void 0.000118
+gallium_dri.so malloc 72 0x557173478f70 0.000119
+gallium_dri.so free 0x557173478fc0 void 0.000119
+gallium_dri.so free 0x557173478f70 void 0.000122
+gallium_dri.so malloc 72 0x557173478f70 0.000132
+gallium_dri.so free 0x55717361aa80 void 0.000126
+gallium_dri.so free 0x557173478f70 void 0.000121
+gallium_dri.so malloc 72 0x55717361aa80 0.000122
+gallium_dri.so free 0x55717361ab40 void 0.000121
+gallium_dri.so free 0x55717361aa80 void 0.000120
+gallium_dri.so malloc 72 0x55717361aa80 0.000120
+gallium_dri.so free 0x55717361abc0 void 0.000122
+gallium_dri.so free 0x55717361aa80 void 0.000171
+gallium_dri.so malloc 72 0x55717361abf0 0.000122
+gallium_dri.so free 0x55717361ac40 void 0.000116
+gallium_dri.so free 0x55717361abf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361abf0 0.000118
+gallium_dri.so free 0x55717361ad40 void 0.000117
+gallium_dri.so free 0x55717361abf0 void 0.000115
+gallium_dri.so malloc 72 0x55717361ad80 0.000115
+gallium_dri.so free 0x55717361ae00 void 0.000115
+gallium_dri.so free 0x55717361ad80 void 0.000115
+gallium_dri.so malloc 72 0x55717361ae00 0.000116
+gallium_dri.so free 0x55717361aec0 void 0.000114
+gallium_dri.so free 0x55717361ae00 void 0.000116
+gallium_dri.so malloc 72 0x55717361ae00 0.000115
+gallium_dri.so free 0x55717361af40 void 0.000116
+gallium_dri.so free 0x55717361ae00 void 0.000124
+gallium_dri.so malloc 72 0x55717361af70 0.000158
+gallium_dri.so free 0x55717361afc0 void 0.000153
+gallium_dri.so free 0x55717361af70 void 0.000120
+gallium_dri.so malloc 72 0x55717361af70 0.000142
+gallium_dri.so free 0x55717361b0c0 void 0.000147
+gallium_dri.so free 0x55717361af70 void 0.000140
+gallium_dri.so malloc 72 0x55717361b070 0.000161
+gallium_dri.so free 0x55717361b180 void 0.000149
+gallium_dri.so free 0x55717361b070 void 0.000141
+gallium_dri.so malloc 72 0x55717361b130 0.000124
+gallium_dri.so free 0x55717361b200 void 0.000125
+gallium_dri.so free 0x55717361b130 void 0.000121
+gallium_dri.so malloc 72 0x55717361b130 0.000122
+gallium_dri.so free 0x55717361b2c0 void 0.000125
+gallium_dri.so free 0x55717361b130 void 0.000123
+gallium_dri.so malloc 72 0x55717361b130 0.000140
+gallium_dri.so free 0x55717361b380 void 0.000135
+gallium_dri.so free 0x55717361b130 void 0.000126
+gallium_dri.so malloc 72 0x55717361b330 0.000133
+gallium_dri.so free 0x55717361b400 void 0.000143
+gallium_dri.so free 0x55717361b330 void 0.000150
+gallium_dri.so malloc 72 0x55717361b450 0.000136
+gallium_dri.so free 0x55717361b4c0 void 0.000125
+gallium_dri.so free 0x55717361b450 void 0.000123
+gallium_dri.so malloc 72 0x55717361b4e0 0.000119
+gallium_dri.so free 0x55717361b580 void 0.000121
+gallium_dri.so free 0x55717361b4e0 void 0.000121
+gallium_dri.so malloc 72 0x55717361b530 0.000120
+gallium_dri.so free 0x55717361b600 void 0.000120
+gallium_dri.so free 0x55717361b530 void 0.000121
+gallium_dri.so malloc 72 0x55717361b600 0.000120
+gallium_dri.so free 0x55717361b6c0 void 0.000120
+gallium_dri.so free 0x55717361b600 void 0.000119
+gallium_dri.so malloc 72 0x55717361b600 0.000116
+gallium_dri.so free 0x55717361b740 void 0.000141
+gallium_dri.so free 0x55717361b600 void 0.000129
+gallium_dri.so malloc 72 0x55717361b740 0.000129
+gallium_dri.so free 0x55717361b800 void 0.000120
+gallium_dri.so free 0x55717361b740 void 0.000119
+gallium_dri.so malloc 72 0x55717361b740 0.000120
+gallium_dri.so free 0x55717361b8c0 void 0.000135
+gallium_dri.so free 0x55717361b740 void 0.000124
+gallium_dri.so malloc 72 0x55717361b740 0.000124
+gallium_dri.so free 0x55717361b980 void 0.000126
+gallium_dri.so free 0x55717361b740 void 0.000123
+gallium_dri.so malloc 72 0x55717361b930 0.000124
+gallium_dri.so free 0x55717361ba00 void 0.000123
+gallium_dri.so free 0x55717361b930 void 0.000120
+gallium_dri.so malloc 72 0x55717361ba50 0.000122
+gallium_dri.so free 0x55717361bac0 void 0.000131
+gallium_dri.so free 0x55717361ba50 void 0.000124
+gallium_dri.so malloc 72 0x55717361bb00 0.000120
+gallium_dri.so free 0x55717361bb80 void 0.000152
+gallium_dri.so free 0x55717361bb00 void 0.000122
+gallium_dri.so malloc 72 0x55717361bb00 0.000118
+gallium_dri.so free 0x55717361bc00 void 0.000121
+gallium_dri.so free 0x55717361bb00 void 0.000121
+gallium_dri.so malloc 72 0x55717361bc30 0.000134
+gallium_dri.so free 0x55717361bc80 void 0.000126
+gallium_dri.so free 0x55717361bc30 void 0.000123
+gallium_dri.so malloc 72 0x55717361bc30 0.000121
+gallium_dri.so free 0x55717361bd80 void 0.000121
+gallium_dri.so free 0x55717361bc30 void 0.000123
+gallium_dri.so malloc 72 0x55717361bd30 0.000119
+gallium_dri.so free 0x55717361be40 void 0.000119
+gallium_dri.so free 0x55717361bd30 void 0.000115
+gallium_dri.so malloc 72 0x55717361bdf0 0.000137
+gallium_dri.so free 0x55717361be80 void 0.000118
+gallium_dri.so free 0x55717361bdf0 void 0.000116
+gallium_dri.so malloc 72 0x55717361bdf0 0.000120
+gallium_dri.so free 0x55717361bf40 void 0.000117
+gallium_dri.so free 0x55717361bdf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bfb0 0.000114
+gallium_dri.so free 0x55717361c000 void 0.000116
+gallium_dri.so free 0x55717361bfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361bfb0 0.000114
+gallium_dri.so free 0x55717361c100 void 0.000113
+gallium_dri.so free 0x55717361bfb0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c0b0 0.000130
+gallium_dri.so free 0x55717361c1c0 void 0.000115
+gallium_dri.so free 0x55717361c0b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361c170 0.000129
+gallium_dri.so free 0x55717361c200 void 0.000116
+gallium_dri.so free 0x55717361c170 void 0.000142
+gallium_dri.so malloc 72 0x55717361c170 0.000135
+gallium_dri.so free 0x55717361c2c0 void 0.000128
+gallium_dri.so free 0x55717361c170 void 0.000117
+gallium_dri.so malloc 72 0x55717361c300 0.000112
+gallium_dri.so free 0x55717361c380 void 0.000110
+gallium_dri.so free 0x55717361c300 void 0.000111
+gallium_dri.so malloc 72 0x55717361c380 0.000111
+gallium_dri.so free 0x55717361c440 void 0.000110
+gallium_dri.so free 0x55717361c380 void 0.000109
+gallium_dri.so malloc 72 0x55717361c380 0.000117
+gallium_dri.so free 0x55717361c500 void 0.000112
+gallium_dri.so free 0x55717361c380 void 0.000110
+gallium_dri.so malloc 72 0x55717361c520 0.000110
+gallium_dri.so free 0x55717361c5c0 void 0.000113
+gallium_dri.so free 0x55717361c520 void 0.000110
+gallium_dri.so malloc 72 0x55717361c570 0.000112
+gallium_dri.so free 0x55717361c640 void 0.000110
+gallium_dri.so free 0x55717361c570 void 0.000110
+gallium_dri.so malloc 72 0x55717361c570 0.000121
+gallium_dri.so free 0x55717361c6c0 void 0.000171
+gallium_dri.so free 0x55717361c570 void 0.000190
+gallium_dri.so malloc 72 0x55717361c6c0 0.000179
+gallium_dri.so free 0x55717361c780 void 0.000179
+gallium_dri.so free 0x55717361c6c0 void 0.000165
+gallium_dri.so malloc 72 0x55717361c6c0 0.000195
+gallium_dri.so free 0x55717361c840 void 0.000177
+gallium_dri.so free 0x55717361c6c0 void 0.000175
+gallium_dri.so malloc 72 0x55717361c6c0 0.000163
+gallium_dri.so free 0x55717361c900 void 0.000110
+gallium_dri.so free 0x55717361c6c0 void 0.000210
+gallium_dri.so malloc 72 0x55717361c8b0 0.000124
+gallium_dri.so free 0x55717361c9c0 void 0.000127
+gallium_dri.so free 0x55717361c8b0 void 0.000122
+gallium_dri.so malloc 72 0x55717361c970 0.000198
+gallium_dri.so free 0x55717361ca40 void 0.000202
+gallium_dri.so free 0x55717361c970 void 0.000207
+gallium_dri.so malloc 72 0x55717361ca90 0.000196
+gallium_dri.so free 0x55717361cb00 void 0.000189
+gallium_dri.so free 0x55717361ca90 void 0.000229
+gallium_dri.so malloc 72 0x55717361cb20 0.000193
+gallium_dri.so free 0x55717361cbc0 void 0.000192
+gallium_dri.so free 0x55717361cb20 void 0.000195
+gallium_dri.so malloc 72 0x55717361cb70 0.000224
+gallium_dri.so free 0x55717361cc40 void 0.000185
+gallium_dri.so free 0x55717361cb70 void 0.000186
+gallium_dri.so malloc 72 0x55717361cb70 0.000184
+gallium_dri.so free 0x55717361ccc0 void 0.000171
+gallium_dri.so free 0x55717361cb70 void 0.000184
+gallium_dri.so malloc 72 0x55717361ccc0 0.000177
+gallium_dri.so free 0x55717361cd80 void 0.000179
+gallium_dri.so free 0x55717361ccc0 void 0.000176
+gallium_dri.so malloc 72 0x55717361ccc0 0.000181
+gallium_dri.so free 0x55717361ce80 void 0.000177
+gallium_dri.so free 0x55717361ccc0 void 0.000179
+gallium_dri.so malloc 72 0x55717361ce30 0.000181
+gallium_dri.so free 0x55717361cec0 void 0.000222
+gallium_dri.so free 0x55717361ce30 void 0.000180
+gallium_dri.so malloc 72 0x55717361ce30 0.000182
+gallium_dri.so free 0x55717361cf80 void 0.000183
+gallium_dri.so free 0x55717361ce30 void 0.000257
+gallium_dri.so malloc 72 0x55717361cfc0 0.000215
+gallium_dri.so free 0x55717361d040 void 0.000174
+gallium_dri.so free 0x55717361cfc0 void 0.000176
+gallium_dri.so malloc 72 0x55717361d040 0.000175
+gallium_dri.so free 0x55717361d100 void 0.000178
+gallium_dri.so free 0x55717361d040 void 0.000178
+gallium_dri.so malloc 72 0x55717361d040 0.000177
+gallium_dri.so free 0x55717361d180 void 0.000179
+gallium_dri.so free 0x55717361d040 void 0.000188
+gallium_dri.so malloc 72 0x55717361d1b0 0.000192
+gallium_dri.so free 0x55717361d200 void 0.000187
+gallium_dri.so free 0x55717361d1b0 void 0.000185
+gallium_dri.so malloc 72 0x55717361d1b0 0.000224
+gallium_dri.so free 0x55717361d300 void 0.000129
+gallium_dri.so free 0x55717361d1b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361d340 0.000125
+gallium_dri.so free 0x55717361d3c0 void 0.000126
+gallium_dri.so free 0x55717361d340 void 0.000171
+gallium_dri.so malloc 72 0x55717361d3c0 0.000193
+gallium_dri.so free 0x55717361d480 void 0.000129
+gallium_dri.so free 0x55717361d3c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361d3c0 0.000126
+gallium_dri.so free 0x55717361d500 void 0.000126
+gallium_dri.so free 0x55717361d3c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361d530 0.000124
+gallium_dri.so free 0x55717361d580 void 0.000118
+gallium_dri.so free 0x55717361d530 void 0.000111
+gallium_dri.so malloc 72 0x55717361d530 0.000114
+gallium_dri.so free 0x55717361d680 void 0.000113
+gallium_dri.so free 0x55717361d530 void 0.000157
+gallium_dri.so malloc 72 0x55717361d630 0.000154
+gallium_dri.so free 0x55717361d740 void 0.000116
+gallium_dri.so free 0x55717361d630 void 0.000112
+gallium_dri.so malloc 72 0x55717361d6f0 0.000112
+gallium_dri.so free 0x55717361d7c0 void 0.000113
+gallium_dri.so free 0x55717361d6f0 void 0.000113
+gallium_dri.so malloc 72 0x55717361d6f0 0.000114
+gallium_dri.so free 0x55717361d880 void 0.000177
+gallium_dri.so free 0x55717361d6f0 void 0.000178
+gallium_dri.so malloc 72 0x55717361d6f0 0.000172
+gallium_dri.so free 0x55717361d940 void 0.000193
+gallium_dri.so free 0x55717361d6f0 void 0.000218
+gallium_dri.so malloc 72 0x55717361d8f0 0.000225
+gallium_dri.so free 0x55717361d9c0 void 0.000172
+gallium_dri.so free 0x55717361d8f0 void 0.000169
+gallium_dri.so malloc 72 0x55717361da10 0.000183
+gallium_dri.so free 0x55717361da80 void 0.000185
+gallium_dri.so free 0x55717361da10 void 0.000179
+gallium_dri.so malloc 72 0x55717361daa0 0.000171
+gallium_dri.so free 0x55717361db40 void 0.000185
+gallium_dri.so free 0x55717361daa0 void 0.000167
+gallium_dri.so malloc 72 0x55717361daf0 0.000194
+gallium_dri.so free 0x55717361dbc0 void 0.000201
+gallium_dri.so free 0x55717361daf0 void 0.000213
+gallium_dri.so malloc 72 0x55717361dbc0 0.000217
+gallium_dri.so free 0x55717361dc80 void 0.000222
+gallium_dri.so free 0x55717361dbc0 void 0.000194
+gallium_dri.so malloc 72 0x55717361dbc0 0.000128
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so free 0x55717361dbc0 void 0.000115
+gallium_dri.so malloc 72 0x55717361dd00 0.000116
+gallium_dri.so free 0x55717361ddc0 void 0.000137
+gallium_dri.so free 0x55717361dd00 void 0.000120
+gallium_dri.so malloc 72 0x55717361dd00 0.000117
+gallium_dri.so free 0x55717361de80 void 0.000116
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so malloc 72 0x55717361dd00 0.000119
+gallium_dri.so free 0x55717361df40 void 0.000118
+gallium_dri.so free 0x55717361dd00 void 0.000118
+gallium_dri.so malloc 72 0x55717361def0 0.000117
+gallium_dri.so free 0x55717361dfc0 void 0.000118
+gallium_dri.so free 0x55717361def0 void 0.000115
+gallium_dri.so malloc 72 0x55717361e010 0.000115
+gallium_dri.so free 0x55717361e080 void 0.000125
+gallium_dri.so free 0x55717361e010 void 0.000128
+gallium_dri.so malloc 72 0x55717361e0c0 0.000127
+gallium_dri.so free 0x55717361e140 void 0.000127
+gallium_dri.so free 0x55717361e0c0 void 0.000123
+gallium_dri.so malloc 72 0x55717361e0c0 0.000126
+gallium_dri.so free 0x55717361e1c0 void 0.000127
+gallium_dri.so free 0x55717361e0c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361e1f0 0.000125
+gallium_dri.so free 0x55717361e240 void 0.000155
+gallium_dri.so free 0x55717361e1f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e1f0 0.000127
+gallium_dri.so free 0x55717361e340 void 0.000126
+gallium_dri.so free 0x55717361e1f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361e2f0 0.000127
+gallium_dri.so free 0x55717361e400 void 0.000126
+gallium_dri.so free 0x55717361e2f0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e3b0 0.000127
+gallium_dri.so free 0x55717361e440 void 0.000123
+gallium_dri.so free 0x55717361e3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717361e3b0 0.000124
+gallium_dri.so free 0x55717361e500 void 0.000125
+gallium_dri.so free 0x55717361e3b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e570 0.000123
+gallium_dri.so free 0x55717361e5c0 void 0.000121
+gallium_dri.so free 0x55717361e570 void 0.000157
+gallium_dri.so malloc 72 0x55717361e570 0.000126
+gallium_dri.so free 0x55717361e6c0 void 0.000143
+gallium_dri.so free 0x55717361e570 void 0.000134
+gallium_dri.so malloc 72 0x55717361e670 0.000132
+gallium_dri.so free 0x55717361e780 void 0.000134
+gallium_dri.so free 0x55717361e670 void 0.000132
+gallium_dri.so malloc 72 0x55717361e730 0.000141
+gallium_dri.so free 0x55717361e7c0 void 0.000135
+gallium_dri.so free 0x55717361e730 void 0.000132
+gallium_dri.so malloc 72 0x55717361e730 0.000134
+gallium_dri.so free 0x55717361e880 void 0.000134
+gallium_dri.so free 0x55717361e730 void 0.000133
+gallium_dri.so malloc 72 0x55717361e8c0 0.000134
+gallium_dri.so free 0x55717361e940 void 0.000133
+gallium_dri.so free 0x55717361e8c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361e940 0.000133
+gallium_dri.so free 0x55717361ea00 void 0.000134
+gallium_dri.so free 0x55717361e940 void 0.000129
+gallium_dri.so malloc 72 0x55717361e940 0.000130
+gallium_dri.so free 0x55717361eac0 void 0.000128
+gallium_dri.so free 0x55717361e940 void 0.000129
+gallium_dri.so malloc 72 0x55717361eae0 0.000128
+gallium_dri.so free 0x55717361eb80 void 0.000130
+gallium_dri.so free 0x55717361eae0 void 0.000128
+gallium_dri.so malloc 72 0x55717361eb30 0.000128
+gallium_dri.so free 0x55717361ec00 void 0.000129
+gallium_dri.so free 0x55717361eb30 void 0.000128
+gallium_dri.so malloc 72 0x55717361eb30 0.000137
+gallium_dri.so free 0x55717361ec80 void 0.000132
+gallium_dri.so free 0x55717361eb30 void 0.000131
+gallium_dri.so malloc 72 0x55717361ec80 0.000131
+gallium_dri.so free 0x55717361ed40 void 0.000153
+gallium_dri.so free 0x55717361ec80 void 0.000151
+gallium_dri.so malloc 72 0x55717361ec80 0.000152
+gallium_dri.so free 0x55717361ee00 void 0.000154
+gallium_dri.so free 0x55717361ec80 void 0.000154
+gallium_dri.so malloc 72 0x55717361ec80 0.000157
+gallium_dri.so free 0x55717361eec0 void 0.000127
+gallium_dri.so free 0x55717361ec80 void 0.000128
+gallium_dri.so malloc 72 0x55717361ee70 0.000175
+gallium_dri.so free 0x55717361ef80 void 0.000132
+gallium_dri.so free 0x55717361ee70 void 0.000129
+gallium_dri.so malloc 72 0x55717361ef30 0.000131
+gallium_dri.so free 0x55717361f000 void 0.000131
+gallium_dri.so free 0x55717361ef30 void 0.000177
+gallium_dri.so malloc 72 0x55717361f050 0.000188
+gallium_dri.so free 0x55717361f0c0 void 0.000124
+gallium_dri.so free 0x55717361f050 void 0.000118
+gallium_dri.so malloc 72 0x55717361f0e0 0.000116
+gallium_dri.so free 0x55717361f180 void 0.000116
+gallium_dri.so free 0x55717361f0e0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f130 0.000115
+gallium_dri.so free 0x55717361f200 void 0.000126
+gallium_dri.so free 0x55717361f130 void 0.000117
+gallium_dri.so malloc 72 0x55717361f130 0.000123
+gallium_dri.so free 0x55717361f280 void 0.000130
+gallium_dri.so free 0x55717361f130 void 0.000123
+gallium_dri.so malloc 72 0x55717361f280 0.000123
+gallium_dri.so free 0x55717361f340 void 0.000124
+gallium_dri.so free 0x55717361f280 void 0.000123
+gallium_dri.so malloc 72 0x55717361f280 0.000122
+gallium_dri.so free 0x55717361f440 void 0.000120
+gallium_dri.so free 0x55717361f280 void 0.000122
+gallium_dri.so malloc 72 0x55717361f3f0 0.000118
+gallium_dri.so free 0x55717361f480 void 0.000120
+gallium_dri.so free 0x55717361f3f0 void 0.000121
+gallium_dri.so malloc 72 0x55717361f3f0 0.000139
+gallium_dri.so free 0x55717361f540 void 0.000139
+gallium_dri.so free 0x55717361f3f0 void 0.000141
+gallium_dri.so malloc 72 0x55717361f580 0.000137
+gallium_dri.so free 0x55717361f600 void 0.000136
+gallium_dri.so free 0x55717361f580 void 0.000140
+gallium_dri.so malloc 72 0x55717361f600 0.000140
+gallium_dri.so free 0x55717361f6c0 void 0.000134
+gallium_dri.so free 0x55717361f600 void 0.000138
+gallium_dri.so malloc 72 0x55717361f600 0.000139
+gallium_dri.so free 0x55717361f740 void 0.000140
+gallium_dri.so free 0x55717361f600 void 0.000136
+gallium_dri.so malloc 72 0x55717361f770 0.000140
+gallium_dri.so free 0x55717361f7c0 void 0.000134
+gallium_dri.so free 0x55717361f770 void 0.000137
+gallium_dri.so malloc 72 0x55717361f770 0.000139
+gallium_dri.so free 0x55717361f8c0 void 0.000137
+gallium_dri.so free 0x55717361f770 void 0.000133
+gallium_dri.so malloc 72 0x55717361f900 0.000136
+gallium_dri.so free 0x55717361f980 void 0.000137
+gallium_dri.so free 0x55717361f900 void 0.000141
+gallium_dri.so malloc 72 0x55717361f980 0.000136
+gallium_dri.so free 0x55717361fa40 void 0.000136
+gallium_dri.so free 0x55717361f980 void 0.000138
+gallium_dri.so malloc 72 0x55717361f980 0.000138
+gallium_dri.so free 0x55717361fac0 void 0.000136
+gallium_dri.so free 0x55717361f980 void 0.000134
+gallium_dri.so malloc 72 0x55717361faf0 0.000142
+gallium_dri.so free 0x55717361fb40 void 0.000186
+gallium_dri.so free 0x55717361faf0 void 0.000130
+gallium_dri.so malloc 72 0x55717361faf0 0.000117
+gallium_dri.so free 0x55717361fc40 void 0.000115
+gallium_dri.so free 0x55717361faf0 void 0.000138
+gallium_dri.so malloc 72 0x55717361fbf0 0.000124
+gallium_dri.so free 0x55717361fd00 void 0.000116
+gallium_dri.so free 0x55717361fbf0 void 0.000114
+gallium_dri.so malloc 72 0x55717361fcb0 0.000114
+gallium_dri.so free 0x55717361fd80 void 0.000125
+gallium_dri.so free 0x55717361fcb0 void 0.000138
+gallium_dri.so malloc 72 0x55717361fcb0 0.000132
+gallium_dri.so free 0x5571735ed2c0 void 0.000132
+gallium_dri.so free 0x55717361fcb0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000153
+gallium_dri.so free 0x5571735ed340 void 0.000134
+gallium_dri.so free 0x5571735ed2f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000128
+gallium_dri.so free 0x5571735ed440 void 0.000131
+gallium_dri.so free 0x5571735ed2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ed3f0 0.000125
+gallium_dri.so free 0x5571735ed500 void 0.000127
+gallium_dri.so free 0x5571735ed3f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000128
+gallium_dri.so free 0x5571735ed540 void 0.000125
+gallium_dri.so free 0x5571735ed4b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000124
+gallium_dri.so free 0x5571735ed600 void 0.000126
+gallium_dri.so free 0x5571735ed4b0 void 0.000174
+gallium_dri.so malloc 72 0x5571735ed650 0.000138
+gallium_dri.so free 0x5571735ed6c0 void 0.000162
+gallium_dri.so free 0x5571735ed650 void 0.000163
+gallium_dri.so malloc 72 0x5571735ed700 0.000216
+gallium_dri.so free 0x5571735ed780 void 0.000223
+gallium_dri.so free 0x5571735ed700 void 0.000173
+gallium_dri.so malloc 72 0x5571735ed780 0.000175
+gallium_dri.so free 0x5571735ed840 void 0.000176
+gallium_dri.so free 0x5571735ed780 void 0.000175
+gallium_dri.so malloc 72 0x5571735ed780 0.000173
+gallium_dri.so free 0x5571735ed8c0 void 0.000169
+gallium_dri.so free 0x5571735ed780 void 0.000186
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000190
+gallium_dri.so free 0x5571735ed940 void 0.000177
+gallium_dri.so free 0x5571735ed8f0 void 0.000187
+gallium_dri.so malloc 72 0x5571735ed8f0 0.000201
+gallium_dri.so free 0x5571735eda40 void 0.000254
+gallium_dri.so free 0x5571735ed8f0 void 0.000306
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000266
+gallium_dri.so free 0x5571735edb00 void 0.000240
+gallium_dri.so free 0x5571735ed9f0 void 0.000230
+gallium_dri.so malloc 72 0x5571735edab0 0.000189
+gallium_dri.so free 0x5571735edb80 void 0.000196
+gallium_dri.so free 0x5571735edab0 void 0.000198
+gallium_dri.so malloc 72 0x5571735edba0 0.000197
+gallium_dri.so free 0x5571735edc40 void 0.000197
+gallium_dri.so free 0x5571735edba0 void 0.000241
+gallium_dri.so malloc 72 0x5571735edbf0 0.000237
+gallium_dri.so free 0x5571735edcc0 void 0.000187
+gallium_dri.so free 0x5571735edbf0 void 0.000204
+gallium_dri.so malloc 72 0x5571735edbf0 0.000246
+gallium_dri.so free 0x5571735edd40 void 0.000231
+gallium_dri.so free 0x5571735edbf0 void 0.000204
+gallium_dri.so malloc 72 0x5571735edd40 0.000196
+gallium_dri.so free 0x5571735ede00 void 0.000194
+gallium_dri.so free 0x5571735edd40 void 0.000194
+gallium_dri.so malloc 72 0x5571735edd40 0.000194
+gallium_dri.so free 0x5571735edec0 void 0.000186
+gallium_dri.so free 0x5571735edd40 void 0.000190
+gallium_dri.so malloc 72 0x5571735edd40 0.000189
+gallium_dri.so free 0x5571735edf80 void 0.000189
+gallium_dri.so free 0x5571735edd40 void 0.000191
+gallium_dri.so malloc 72 0x5571735edf30 0.000189
+gallium_dri.so free 0x5571735edf80 void 0.000186
+gallium_dri.so free 0x5571735edf30 void 0.000137
+gallium_dri.so malloc 72 0x5571735edf30 0.000166
+gallium_dri.so free 0x5571735ee080 void 0.000168
+gallium_dri.so free 0x5571735edf30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ee030 0.000136
+gallium_dri.so free 0x5571735ee140 void 0.000134
+gallium_dri.so free 0x5571735ee030 void 0.000133
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000134
+gallium_dri.so free 0x5571735ee180 void 0.000132
+gallium_dri.so free 0x5571735ee0f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee0f0 0.000133
+gallium_dri.so free 0x5571735ee240 void 0.000130
+gallium_dri.so free 0x5571735ee0f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee280 0.000133
+gallium_dri.so free 0x5571735ee300 void 0.000133
+gallium_dri.so free 0x5571735ee280 void 0.000132
+gallium_dri.so malloc 72 0x5571735ee300 0.000132
+gallium_dri.so free 0x5571735ee3c0 void 0.000134
+gallium_dri.so free 0x5571735ee300 void 0.000131
+gallium_dri.so malloc 72 0x5571735ee300 0.000131
+gallium_dri.so free 0x5571735ee480 void 0.000134
+gallium_dri.so free 0x5571735ee300 void 0.000127
+gallium_dri.so malloc 72 0x5571735ee4a0 0.000119
+gallium_dri.so free 0x5571735ee540 void 0.000121
+gallium_dri.so free 0x5571735ee4a0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000120
+gallium_dri.so free 0x5571735ee5c0 void 0.000112
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000117
+gallium_dri.so free 0x5571735ee640 void 0.000117
+gallium_dri.so free 0x5571735ee4f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000117
+gallium_dri.so free 0x5571735ee700 void 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee640 0.000118
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee640 0.000120
+gallium_dri.so free 0x5571735ee880 void 0.000120
+gallium_dri.so free 0x5571735ee640 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee830 0.000127
+gallium_dri.so free 0x5571735ee940 void 0.000121
+gallium_dri.so free 0x5571735ee830 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee8f0 0.000117
+gallium_dri.so free 0x5571735ee9c0 void 0.000121
+gallium_dri.so free 0x5571735ee8f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eea10 0.000146
+gallium_dri.so free 0x5571735eea80 void 0.000131
+gallium_dri.so free 0x5571735eea10 void 0.000128
+gallium_dri.so malloc 72 0x5571735eeaa0 0.000160
+gallium_dri.so free 0x5571735eeb40 void 0.000119
+gallium_dri.so free 0x5571735eeaa0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000119
+gallium_dri.so free 0x5571735eebc0 void 0.000124
+gallium_dri.so free 0x5571735eeaf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000130
+gallium_dri.so free 0x5571735eec40 void 0.000133
+gallium_dri.so free 0x5571735eeaf0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eec40 0.000129
+gallium_dri.so free 0x5571735eed00 void 0.000126
+gallium_dri.so free 0x5571735eec40 void 0.000130
+gallium_dri.so malloc 72 0x5571735eec40 0.000131
+gallium_dri.so free 0x5571735eee00 void 0.000129
+gallium_dri.so free 0x5571735eec40 void 0.000131
+gallium_dri.so malloc 72 0x5571735eedb0 0.000125
+gallium_dri.so free 0x5571735eee40 void 0.000127
+gallium_dri.so free 0x5571735eedb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eedb0 0.000125
+gallium_dri.so free 0x5571735eef00 void 0.000126
+gallium_dri.so free 0x5571735eedb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735eef40 0.000122
+gallium_dri.so free 0x5571735eefc0 void 0.000126
+gallium_dri.so free 0x5571735eef40 void 0.000126
+gallium_dri.so malloc 72 0x5571735eefc0 0.000125
+gallium_dri.so free 0x5571735ef080 void 0.000123
+gallium_dri.so free 0x5571735eefc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735eefc0 0.000131
+gallium_dri.so free 0x5571735ef100 void 0.000127
+gallium_dri.so free 0x5571735eefc0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef130 0.000121
+gallium_dri.so free 0x5571735ef180 void 0.000129
+gallium_dri.so free 0x5571735ef130 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef130 0.000127
+gallium_dri.so free 0x5571735ef280 void 0.000128
+gallium_dri.so free 0x5571735ef130 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000127
+gallium_dri.so free 0x5571735ef340 void 0.000126
+gallium_dri.so free 0x5571735ef2c0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ef340 0.000125
+gallium_dri.so free 0x5571735ef400 void 0.000128
+gallium_dri.so free 0x5571735ef340 void 0.000127
+gallium_dri.so malloc 72 0x5571735ef340 0.000125
+gallium_dri.so free 0x5571735ef480 void 0.000125
+gallium_dri.so free 0x5571735ef340 void 0.000123
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000123
+gallium_dri.so free 0x5571735ef500 void 0.000130
+gallium_dri.so free 0x5571735ef4b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef4b0 0.000124
+gallium_dri.so free 0x5571735ef600 void 0.000128
+gallium_dri.so free 0x5571735ef4b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000136
+gallium_dri.so free 0x5571735ef6c0 void 0.000126
+gallium_dri.so free 0x5571735ef5b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ef670 0.000127
+gallium_dri.so free 0x5571735ef740 void 0.000124
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000126
+gallium_dri.so free 0x5571735ef800 void 0.000126
+gallium_dri.so free 0x5571735ef670 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef670 0.000120
+gallium_dri.so free 0x5571735ef8c0 void 0.000121
+gallium_dri.so free 0x5571735ef670 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef870 0.000124
+gallium_dri.so free 0x5571735ef940 void 0.000121
+gallium_dri.so free 0x5571735ef870 void 0.000120
+gallium_dri.so malloc 72 0x5571735ef990 0.000133
+gallium_dri.so free 0x5571735efa00 void 0.000132
+gallium_dri.so free 0x5571735ef990 void 0.000133
+gallium_dri.so malloc 72 0x5571735efa20 0.000126
+gallium_dri.so free 0x5571735efac0 void 0.000119
+gallium_dri.so free 0x5571735efa20 void 0.000119
+gallium_dri.so malloc 72 0x5571735efa70 0.000121
+gallium_dri.so free 0x5571735efb40 void 0.000121
+gallium_dri.so free 0x5571735efa70 void 0.000120
+gallium_dri.so malloc 72 0x5571735efb40 0.000120
+gallium_dri.so free 0x5571735efc00 void 0.000134
+gallium_dri.so free 0x5571735efb40 void 0.000119
+gallium_dri.so malloc 72 0x5571735efb40 0.000120
+gallium_dri.so free 0x5571735efc80 void 0.000127
+gallium_dri.so free 0x5571735efb40 void 0.000117
+gallium_dri.so malloc 72 0x5571735efc80 0.000114
+gallium_dri.so free 0x5571735efd40 void 0.000116
+gallium_dri.so free 0x5571735efc80 void 0.000115
+gallium_dri.so malloc 72 0x5571735efc80 0.000115
+gallium_dri.so free 0x5571735efe00 void 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc80 0.000116
+gallium_dri.so free 0x5571735efec0 void 0.000113
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so malloc 72 0x5571735efe70 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000112
+gallium_dri.so free 0x5571735efe70 void 0.000114
+gallium_dri.so malloc 72 0x5571735eff90 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000114
+gallium_dri.so free 0x5571735eff90 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0040 0.000122
+gallium_dri.so free 0x5571735f00c0 void 0.000114
+gallium_dri.so free 0x5571735f0040 void 0.000146
+gallium_dri.so malloc 72 0x5571735f0040 0.000115
+gallium_dri.so free 0x5571735f0140 void 0.000117
+gallium_dri.so free 0x5571735f0040 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0170 0.000114
+gallium_dri.so free 0x5571735f01c0 void 0.000127
+gallium_dri.so free 0x5571735f0170 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0170 0.000118
+gallium_dri.so free 0x5571735f02c0 void 0.000124
+gallium_dri.so free 0x5571735f0170 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0270 0.000119
+gallium_dri.so free 0x5571735f0380 void 0.000120
+gallium_dri.so free 0x5571735f0270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0330 0.000114
+gallium_dri.so free 0x5571735f03c0 void 0.000114
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0330 0.000123
+gallium_dri.so free 0x5571735f0480 void 0.000123
+gallium_dri.so free 0x5571735f0330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f04f0 0.000112
+gallium_dri.so free 0x5571735f0540 void 0.000118
+gallium_dri.so free 0x5571735f04f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f04f0 0.000124
+gallium_dri.so free 0x5571735f0640 void 0.000122
+gallium_dri.so free 0x5571735f04f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f05f0 0.000118
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f05f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f06b0 0.000133
+gallium_dri.so free 0x5571735f0740 void 0.000120
+gallium_dri.so free 0x5571735f06b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f06b0 0.000124
+gallium_dri.so free 0x5571735f0800 void 0.000123
+gallium_dri.so free 0x5571735f06b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f0840 0.000123
+gallium_dri.so free 0x5571735f08c0 void 0.000123
+gallium_dri.so free 0x5571735f0840 void 0.000123
+gallium_dri.so malloc 72 0x5571735f08c0 0.000123
+gallium_dri.so free 0x5571735f0980 void 0.000117
+gallium_dri.so free 0x5571735f08c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f08c0 0.000117
+gallium_dri.so free 0x5571735f0a40 void 0.000119
+gallium_dri.so free 0x5571735f08c0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0a60 0.000123
+gallium_dri.so free 0x5571735f0b00 void 0.000118
+gallium_dri.so free 0x5571735f0a60 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000120
+gallium_dri.so free 0x5571735f0b80 void 0.000131
+gallium_dri.so free 0x5571735f0ab0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000130
+gallium_dri.so free 0x5571735f0c00 void 0.000138
+gallium_dri.so free 0x5571735f0ab0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0c00 0.000130
+gallium_dri.so free 0x5571735f0cc0 void 0.000124
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000118
+gallium_dri.so free 0x5571735f0d80 void 0.000120
+gallium_dri.so free 0x5571735f0c00 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0c00 0.000128
+gallium_dri.so free 0x5571735f0e40 void 0.000130
+gallium_dri.so free 0x5571735f0c00 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0df0 0.000129
+gallium_dri.so free 0x5571735f0f00 void 0.000132
+gallium_dri.so free 0x5571735f0df0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000124
+gallium_dri.so free 0x5571735f0f80 void 0.000122
+gallium_dri.so free 0x5571735f0eb0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000124
+gallium_dri.so free 0x5571735f1040 void 0.000121
+gallium_dri.so free 0x5571735f0fd0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1060 0.000131
+gallium_dri.so free 0x5571735f1100 void 0.000130
+gallium_dri.so free 0x5571735f1060 void 0.000130
+gallium_dri.so malloc 72 0x5571735f10b0 0.000127
+gallium_dri.so free 0x5571735f1180 void 0.000121
+gallium_dri.so free 0x5571735f10b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f10b0 0.000124
+gallium_dri.so free 0x5571735f1200 void 0.000124
+gallium_dri.so free 0x5571735f10b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1200 0.000131
+gallium_dri.so free 0x5571735f12c0 void 0.000131
+gallium_dri.so free 0x5571735f1200 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1200 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000125
+gallium_dri.so free 0x5571735f1200 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1370 0.000130
+gallium_dri.so free 0x5571735f1400 void 0.000139
+gallium_dri.so free 0x5571735f1370 void 0.000209
+gallium_dri.so malloc 72 0x5571735f1370 0.000157
+gallium_dri.so free 0x5571735f14c0 void 0.000153
+gallium_dri.so free 0x5571735f1370 void 0.000145
+gallium_dri.so malloc 72 0x5571735f1500 0.000149
+gallium_dri.so free 0x5571735f1580 void 0.000145
+gallium_dri.so free 0x5571735f1500 void 0.000168
+gallium_dri.so malloc 72 0x5571735f1580 0.000276
+gallium_dri.so free 0x5571735f1640 void 0.000212
+gallium_dri.so free 0x5571735f1580 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1580 0.000126
+gallium_dri.so free 0x5571735f16c0 void 0.000126
+gallium_dri.so free 0x5571735f1580 void 0.000126
+gallium_dri.so malloc 72 0x5571735f16f0 0.000123
+gallium_dri.so free 0x5571735f1740 void 0.000131
+gallium_dri.so free 0x5571735f16f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f16f0 0.000125
+gallium_dri.so free 0x5571735f1840 void 0.000122
+gallium_dri.so free 0x5571735f16f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1880 0.000122
+gallium_dri.so free 0x5571735f1900 void 0.000126
+gallium_dri.so free 0x5571735f1880 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1900 0.000124
+gallium_dri.so free 0x5571735f19c0 void 0.000126
+gallium_dri.so free 0x5571735f1900 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1900 0.000124
+gallium_dri.so free 0x5571735f1a40 void 0.000127
+gallium_dri.so free 0x5571735f1900 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1a70 0.000126
+gallium_dri.so free 0x5571735f1ac0 void 0.000126
+gallium_dri.so free 0x5571735f1a70 void 0.000133
+gallium_dri.so malloc 72 0x5571735f1a70 0.000122
+gallium_dri.so free 0x5571735f1bc0 void 0.000121
+gallium_dri.so free 0x5571735f1a70 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1b70 0.000122
+gallium_dri.so free 0x5571735f1c80 void 0.000122
+gallium_dri.so free 0x5571735f1b70 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c30 0.000120
+gallium_dri.so free 0x5571735f1d00 void 0.000122
+gallium_dri.so free 0x5571735f1c30 void 0.000121
+gallium_dri.so malloc 72 0x5571735f1c30 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1c30 0.000121
+gallium_dri.so free 0x5571735f1e80 void 0.000121
+gallium_dri.so free 0x5571735f1c30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1e30 0.000121
+gallium_dri.so free 0x5571735f1f00 void 0.000121
+gallium_dri.so free 0x5571735f1e30 void 0.000196
+gallium_dri.so malloc 72 0x5571735f1f50 0.000164
+gallium_dri.so free 0x5571735f1fc0 void 0.000267
+gallium_dri.so free 0x5571735f1f50 void 0.000233
+gallium_dri.so malloc 72 0x5571735f1fe0 0.000213
+gallium_dri.so free 0x5571735f2080 void 0.000254
+gallium_dri.so free 0x5571735f1fe0 void 0.000254
+gallium_dri.so malloc 72 0x5571735f2030 0.000236
+gallium_dri.so free 0x5571735f2100 void 0.000248
+gallium_dri.so free 0x5571735f2030 void 0.000228
+gallium_dri.so malloc 72 0x5571735f2100 0.000275
+gallium_dri.so free 0x5571735f21c0 void 0.000277
+gallium_dri.so free 0x5571735f2100 void 0.000289
+gallium_dri.so malloc 72 0x5571735f2100 0.000295
+gallium_dri.so free 0x5571735f2240 void 0.000290
+gallium_dri.so free 0x5571735f2100 void 0.000223
+gallium_dri.so malloc 72 0x5571735f2240 0.000200
+gallium_dri.so free 0x5571735f2300 void 0.000165
+gallium_dri.so free 0x5571735f2240 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2240 0.000200
+gallium_dri.so free 0x5571735f23c0 void 0.000196
+gallium_dri.so free 0x5571735f2240 void 0.000158
+gallium_dri.so malloc 72 0x5571735f2240 0.000116
+gallium_dri.so free 0x5571735f2480 void 0.000121
+gallium_dri.so free 0x5571735f2240 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2430 0.000115
+gallium_dri.so free 0x5571735f2500 void 0.000115
+gallium_dri.so free 0x5571735f2430 void 0.000116
+gallium_dri.so malloc 72 0x5571735f2550 0.000115
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so free 0x5571735f2550 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2600 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000117
+gallium_dri.so free 0x5571735f2600 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2600 0.000117
+gallium_dri.so free 0x557173620f80 void 0.000116
+gallium_dri.so free 0x5571735f2600 void 0.000116
+gallium_dri.so malloc 72 0x557173620f30 0.000128
+gallium_dri.so free 0x557173590b40 void 0.000129
+gallium_dri.so free 0x557173620f30 void 0.000126
+gallium_dri.so malloc 72 0x557173620f30 0.000122
+gallium_dri.so free 0x5571735f6440 void 0.000121
+gallium_dri.so free 0x557173620f30 void 0.000138
+gallium_dri.so malloc 72 0x5571735f63f0 0.000127
+gallium_dri.so free 0x5571735f3040 void 0.000129
+gallium_dri.so free 0x5571735f63f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000126
+gallium_dri.so free 0x5571735e37c0 void 0.000129
+gallium_dri.so free 0x5571735f2ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000128
+gallium_dri.so free 0x5571735dc740 void 0.000132
+gallium_dri.so free 0x5571735f2ff0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000125
+gallium_dri.so free 0x557173473580 void 0.000129
+gallium_dri.so free 0x5571735dc7b0 void 0.000131
+gallium_dri.so malloc 72 0x557173473530 0.000129
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x557173473530 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffff0 0.000124
+gallium_dri.so free 0x557173620e80 void 0.000124
+gallium_dri.so free 0x5571735ffff0 void 0.000119
+gallium_dri.so malloc 72 0x557173620e30 0.000120
+gallium_dri.so free 0x5571735fe740 void 0.000120
+gallium_dri.so free 0x557173620e30 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000130
+gallium_dri.so free 0x55717360e0c0 void 0.000129
+gallium_dri.so free 0x5571735fe6f0 void 0.000179
+gallium_dri.so malloc 72 0x55717360e070 0.000131
+gallium_dri.so free 0x5571735f96c0 void 0.000129
+gallium_dri.so free 0x55717360e070 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9670 0.000130
+gallium_dri.so free 0x557173461600 void 0.000129
+gallium_dri.so free 0x5571735f9670 void 0.000130
+gallium_dri.so malloc 72 0x5571735f9670 0.000128
+gallium_dri.so free 0x5571735fd8c0 void 0.000130
+gallium_dri.so free 0x5571735f9670 void 0.000130
+gallium_dri.so malloc 72 0x5571735fd870 0.000129
+gallium_dri.so free 0x5571735dfb00 void 0.000130
+gallium_dri.so free 0x5571735fd870 void 0.000129
+gallium_dri.so malloc 72 0x5571735dfab0 0.000124
+gallium_dri.so free 0x55717346e680 void 0.000124
+gallium_dri.so free 0x5571735dfab0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e630 0.000133
+gallium_dri.so free 0x5571735f7100 void 0.000133
+gallium_dri.so free 0x55717346e630 void 0.000127
+gallium_dri.so malloc 72 0x5571735f70b0 0.000130
+gallium_dri.so free 0x5571735ffe80 void 0.000144
+gallium_dri.so free 0x5571735f70b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffe30 0.000123
+gallium_dri.so free 0x5571735dee40 void 0.000126
+gallium_dri.so free 0x5571735ffe30 void 0.000134
+gallium_dri.so malloc 72 0x5571735dedf0 0.000124
+gallium_dri.so free 0x5571735c29c0 void 0.000123
+gallium_dri.so free 0x5571735dedf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735c2970 0.000126
+gallium_dri.so free 0x5571735c0140 void 0.000115
+gallium_dri.so free 0x5571735c2970 void 0.000120
+gallium_dri.so malloc 72 0x5571735c00f0 0.000125
+gallium_dri.so free 0x5571735fda80 void 0.000117
+gallium_dri.so free 0x5571735c00f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fda30 0.000113
+gallium_dri.so free 0x55717360f800 void 0.000113
+gallium_dri.so free 0x5571735fda30 void 0.000112
+gallium_dri.so malloc 72 0x55717360f7b0 0.000113
+gallium_dri.so free 0x557173469e80 void 0.000114
+gallium_dri.so free 0x55717360f7b0 void 0.000112
+gallium_dri.so malloc 72 0x557173469e30 0.000114
+gallium_dri.so free 0x55717346d100 void 0.000118
+gallium_dri.so free 0x557173469e30 void 0.000114
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000114
+gallium_dri.so free 0x55717346d0b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2e30 0.000115
+gallium_dri.so free 0x557173620cc0 void 0.000115
+gallium_dri.so free 0x5571735f2e30 void 0.000114
+gallium_dri.so malloc 72 0x557173620c70 0.000113
+gallium_dri.so free 0x5571735c4100 void 0.000126
+gallium_dri.so free 0x557173620c70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c40b0 0.000115
+gallium_dri.so free 0x5571735ed1c0 void 0.000114
+gallium_dri.so free 0x5571735c40b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed170 0.000113
+gallium_dri.so free 0x5571735faec0 void 0.000113
+gallium_dri.so free 0x5571735ed170 void 0.000113
+gallium_dri.so malloc 72 0x5571735fae70 0.000112
+gallium_dri.so free 0x55717360f9c0 void 0.000115
+gallium_dri.so free 0x5571735fae70 void 0.000113
+gallium_dri.so malloc 72 0x55717360f970 0.000114
+gallium_dri.so free 0x55717346c280 void 0.000113
+gallium_dri.so free 0x55717360f970 void 0.000113
+gallium_dri.so malloc 72 0x55717346c230 0.000113
+gallium_dri.so free 0x5571735dc0c0 void 0.000114
+gallium_dri.so free 0x55717346c230 void 0.000112
+gallium_dri.so malloc 72 0x5571735dc070 0.000115
+gallium_dri.so free 0x5571736006c0 void 0.000117
+gallium_dri.so free 0x5571735dc070 void 0.000120
+gallium_dri.so malloc 72 0x557173600730 0.000115
+gallium_dri.so free 0x5571735e25c0 void 0.000114
+gallium_dri.so free 0x557173600730 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2570 0.000113
+gallium_dri.so free 0x557173589400 void 0.000114
+gallium_dri.so free 0x5571735e2570 void 0.000112
+gallium_dri.so malloc 72 0x5571735893b0 0.000114
+gallium_dri.so free 0x55717346e840 void 0.000127
+gallium_dri.so free 0x5571735893b0 void 0.000113
+gallium_dri.so malloc 72 0x55717346e7f0 0.000112
+gallium_dri.so free 0x5571735cfc40 void 0.000113
+gallium_dri.so free 0x55717346e7f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000112
+gallium_dri.so free 0x5571735d2200 void 0.000113
+gallium_dri.so free 0x5571735cfbf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735d21b0 0.000112
+gallium_dri.so free 0x55717360f640 void 0.000112
+gallium_dri.so free 0x5571735d21b0 void 0.000112
+gallium_dri.so malloc 72 0x55717360f5f0 0.000112
+gallium_dri.so free 0x55717346f080 void 0.000113
+gallium_dri.so free 0x55717360f5f0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f5f0 0.000111
+gallium_dri.so free 0x5571735f8840 void 0.000111
+gallium_dri.so free 0x55717360f5f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f87f0 0.000110
+gallium_dri.so free 0x55717346ab40 void 0.000113
+gallium_dri.so free 0x5571735f87f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346aaf0 0.000114
+gallium_dri.so free 0x5571735ffcc0 void 0.000113
+gallium_dri.so free 0x55717346aaf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffc70 0.000125
+gallium_dri.so free 0x5571735c10c0 void 0.000117
+gallium_dri.so free 0x5571735ffc70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1070 0.000113
+gallium_dri.so free 0x557173461c40 void 0.000116
+gallium_dri.so free 0x5571735c1070 void 0.000136
+gallium_dri.so malloc 72 0x557173461bf0 0.000134
+gallium_dri.so free 0x557173610680 void 0.000135
+gallium_dri.so free 0x557173461bf0 void 0.000133
+gallium_dri.so malloc 72 0x557173610630 0.000134
+gallium_dri.so free 0x5571735dcd80 void 0.000189
+gallium_dri.so free 0x557173610630 void 0.000117
+gallium_dri.so malloc 72 0x5571735dcd30 0.000114
+gallium_dri.so free 0x557173460f80 void 0.000113
+gallium_dri.so free 0x5571735dcd30 void 0.000113
+gallium_dri.so malloc 72 0x557173460f30 0.000112
+gallium_dri.so free 0x5571735f8680 void 0.000115
+gallium_dri.so free 0x557173460f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8630 0.000113
+gallium_dri.so free 0x55717346ea00 void 0.000114
+gallium_dri.so free 0x5571735f8630 void 0.000112
+gallium_dri.so malloc 72 0x55717346e9b0 0.000113
+gallium_dri.so free 0x5571735f5800 void 0.000113
+gallium_dri.so free 0x55717346e9b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f57b0 0.000113
+gallium_dri.so free 0x55717360c7c0 void 0.000118
+gallium_dri.so free 0x5571735f57b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c770 0.000113
+gallium_dri.so free 0x5571735eb600 void 0.000113
+gallium_dri.so free 0x55717360c770 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000114
+gallium_dri.so free 0x5571735e1640 void 0.000116
+gallium_dri.so free 0x5571735eb5b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e15f0 0.000113
+gallium_dri.so free 0x5571735f8a00 void 0.000114
+gallium_dri.so free 0x5571735e15f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f89b0 0.000114
+gallium_dri.so free 0x5571735db480 void 0.000113
+gallium_dri.so free 0x5571735f89b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735db430 0.000114
+gallium_dri.so free 0x5571735d47c0 void 0.000113
+gallium_dri.so free 0x5571735db430 void 0.000112
+gallium_dri.so malloc 72 0x5571735d4770 0.000113
+gallium_dri.so free 0x55717346c0c0 void 0.000114
+gallium_dri.so free 0x5571735d4770 void 0.000112
+gallium_dri.so malloc 72 0x55717346c070 0.000112
+gallium_dri.so free 0x5571735c1d00 void 0.000114
+gallium_dri.so free 0x55717346c070 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000112
+gallium_dri.so free 0x5571735ec580 void 0.000113
+gallium_dri.so free 0x5571735c1cb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec530 0.000113
+gallium_dri.so free 0x5571735c2380 void 0.000114
+gallium_dri.so free 0x5571735ec530 void 0.000129
+gallium_dri.so malloc 72 0x5571735c23f0 0.000114
+gallium_dri.so free 0x557173467680 void 0.000114
+gallium_dri.so free 0x5571735c23f0 void 0.000118
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x5571735c3f40 void 0.000127
+gallium_dri.so free 0x557173467630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000114
+gallium_dri.so free 0x5571735fd700 void 0.000113
+gallium_dri.so free 0x5571735c3ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000117
+gallium_dri.so free 0x557173600d00 void 0.000113
+gallium_dri.so free 0x5571735fd6b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000124
+gallium_dri.so free 0x557173600cb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360b770 0.000114
+gallium_dri.so free 0x55717346c440 void 0.000115
+gallium_dri.so free 0x55717360b770 void 0.000112
+gallium_dri.so malloc 72 0x55717346c3f0 0.000113
+gallium_dri.so free 0x557173610040 void 0.000113
+gallium_dri.so free 0x55717346c3f0 void 0.000113
+gallium_dri.so malloc 72 0x55717346c3f0 0.000113
+gallium_dri.so free 0x5571735f3200 void 0.000113
+gallium_dri.so free 0x55717346c3f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f31b0 0.000120
+gallium_dri.so free 0x5571735c42c0 void 0.000114
+gallium_dri.so free 0x5571735f31b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4270 0.000115
+gallium_dri.so free 0x55717360d400 void 0.000114
+gallium_dri.so free 0x5571735c4270 void 0.000114
+gallium_dri.so malloc 72 0x55717360d3b0 0.000162
+gallium_dri.so free 0x557173605c40 void 0.000117
+gallium_dri.so free 0x55717360d3b0 void 0.000113
+gallium_dri.so malloc 72 0x557173605bf0 0.000113
+gallium_dri.so free 0x557173464b80 void 0.000114
+gallium_dri.so free 0x557173605bf0 void 0.000113
+gallium_dri.so malloc 72 0x557173464b30 0.000112
+gallium_dri.so free 0x5571735e3200 void 0.000114
+gallium_dri.so free 0x557173464b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e31b0 0.000113
+gallium_dri.so free 0x5571735c4f80 void 0.000114
+gallium_dri.so free 0x5571735e31b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c4f30 0.000113
+gallium_dri.so free 0x5571735f79c0 void 0.000113
+gallium_dri.so free 0x5571735c4f30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7970 0.000115
+gallium_dri.so free 0x557173610f40 void 0.000113
+gallium_dri.so free 0x5571735f7970 void 0.000112
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x5571735fe100 void 0.000114
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x557173610ef0 0.000113
+gallium_dri.so free 0x557173620000 void 0.000115
+gallium_dri.so free 0x557173610ef0 void 0.000113
+gallium_dri.so malloc 72 0x55717361ffb0 0.000112
+gallium_dri.so free 0x55717360e980 void 0.000117
+gallium_dri.so free 0x55717361ffb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360e930 0.000113
+gallium_dri.so free 0x55717346cac0 void 0.000115
+gallium_dri.so free 0x55717360e930 void 0.000113
+gallium_dri.so malloc 72 0x55717346cac0 0.000113
+gallium_dri.so free 0x5571735e03c0 void 0.000112
+gallium_dri.so free 0x55717346cac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000113
+gallium_dri.so free 0x5571735df4c0 void 0.000113
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0370 0.000111
+gallium_dri.so free 0x5571735dd640 void 0.000112
+gallium_dri.so free 0x5571735e0370 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000112
+gallium_dri.so free 0x55717346b400 void 0.000113
+gallium_dri.so free 0x5571735dd5f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b3b0 0.000119
+gallium_dri.so free 0x557173609640 void 0.000113
+gallium_dri.so free 0x55717346b3b0 void 0.000113
+gallium_dri.so malloc 72 0x5571736095f0 0.000112
+gallium_dri.so free 0x5571735ff000 void 0.000112
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000113
+gallium_dri.so free 0x55717346d9c0 void 0.000113
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x55717346d970 0.000123
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so free 0x55717346d970 void 0.000113
+gallium_dri.so malloc 72 0x5571734604b0 0.000127
+gallium_dri.so free 0x5571735f9080 void 0.000114
+gallium_dri.so free 0x5571734604b0 void 0.000114
+gallium_dri.so malloc 72 0x5571734604b0 0.000113
+gallium_dri.so free 0x55717346a500 void 0.000113
+gallium_dri.so free 0x5571734604b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346a500 0.000115
+gallium_dri.so free 0x5571735f9f80 void 0.000167
+gallium_dri.so free 0x55717346a500 void 0.000114
+gallium_dri.so malloc 72 0x5571735f9f30 0.000114
+gallium_dri.so free 0x5571735c3280 void 0.000113
+gallium_dri.so free 0x5571735f9f30 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3230 0.000112
+gallium_dri.so free 0x5571735fca40 void 0.000113
+gallium_dri.so free 0x5571735c3230 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000113
+gallium_dri.so free 0x5571735f6ac0 void 0.000114
+gallium_dri.so free 0x5571735fc9f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000114
+gallium_dri.so free 0x55717360da80 void 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000115
+gallium_dri.so free 0x5571735c4940 void 0.000113
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000112
+gallium_dri.so free 0x557173607e80 void 0.000114
+gallium_dri.so free 0x5571735f6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000124
+gallium_dri.so free 0x55717358b640 void 0.000117
+gallium_dri.so free 0x5571735f6ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so free 0x5571735f6ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735901c0 0.000112
+gallium_dri.so free 0x5571735d4580 void 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735901c0 0.000114
+gallium_dri.so free 0x5571735d1fc0 void 0.000113
+gallium_dri.so free 0x5571735901c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735901c0 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000115
+gallium_dri.so free 0x5571735901c0 void 0.000112
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x5571735cfa00 void 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000114
+gallium_dri.so malloc 72 0x557173469a00 0.000113
+gallium_dri.so free 0x5571734741c0 void 0.000113
+gallium_dri.so free 0x557173469a00 void 0.000112
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x5571735f61c0 void 0.000114
+gallium_dri.so free 0x557173474170 void 0.000116
+gallium_dri.so malloc 72 0x557173474170 0.000113
+gallium_dri.so free 0x5571735f6240 void 0.000113
+gallium_dri.so free 0x557173474170 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6270 0.000118
+gallium_dri.so free 0x557173466dc0 void 0.000133
+gallium_dri.so free 0x5571735f6270 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6270 0.000113
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so free 0x5571735f6270 void 0.000113
+gallium_dri.so malloc 72 0x55717360d180 0.000111
+gallium_dri.so free 0x557173603300 void 0.000123
+gallium_dri.so free 0x55717360d180 void 0.000124
+gallium_dri.so malloc 72 0x55717360d180 0.000123
+gallium_dri.so free 0x557173460d00 void 0.000117
+gallium_dri.so free 0x55717360d180 void 0.000115
+gallium_dri.so malloc 72 0x55717360d180 0.000113
+gallium_dri.so free 0x557173460d80 void 0.000114
+gallium_dri.so free 0x55717360d180 void 0.000113
+gallium_dri.so malloc 72 0x557173460db0 0.000112
+gallium_dri.so free 0x55717358dc00 void 0.000115
+gallium_dri.so free 0x557173460db0 void 0.000112
+gallium_dri.so malloc 72 0x557173460db0 0.000113
+gallium_dri.so free 0x5571735c1a80 void 0.000113
+gallium_dri.so free 0x557173460db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1a80 0.000163
+gallium_dri.so free 0x557173473f40 void 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1a80 0.000113
+gallium_dri.so free 0x557173473fc0 void 0.000114
+gallium_dri.so free 0x5571735c1a80 void 0.000112
+gallium_dri.so malloc 72 0x557173473ff0 0.000169
+gallium_dri.so free 0x557173469c00 void 0.000115
+gallium_dri.so free 0x557173473ff0 void 0.000112
+gallium_dri.so malloc 72 0x557173473ff0 0.000114
+gallium_dri.so free 0x5571735dbe40 void 0.000113
+gallium_dri.so free 0x557173473ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173473ff0 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000114
+gallium_dri.so free 0x557173473ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000112
+gallium_dri.so free 0x5571735debc0 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2f80 0.000113
+gallium_dri.so free 0x5571735dec40 void 0.000115
+gallium_dri.so free 0x5571735e2f80 void 0.000112
+gallium_dri.so malloc 72 0x5571735dec70 0.000114
+gallium_dri.so free 0x5571735ecf40 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dec70 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000115
+gallium_dri.so free 0x5571735dec70 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735db1c0 void 0.000113
+gallium_dri.so free 0x5571735f5540 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5540 0.000114
+gallium_dri.so free 0x5571735db280 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5540 0.000123
+gallium_dri.so free 0x5571735f5600 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5630 0.000112
+gallium_dri.so free 0x5571735e2300 void 0.000113
+gallium_dri.so free 0x5571735f5630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5630 0.000113
+gallium_dri.so free 0x5571735e2380 void 0.000114
+gallium_dri.so free 0x5571735f5630 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2380 0.000114
+gallium_dri.so free 0x55717360c500 void 0.000114
+gallium_dri.so free 0x5571735e2380 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2380 0.000114
+gallium_dri.so free 0x55717360c580 void 0.000115
+gallium_dri.so free 0x5571735e2380 void 0.000113
+gallium_dri.so malloc 72 0x55717360c5b0 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so free 0x55717360c5b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000114
+gallium_dri.so free 0x5571735ec380 void 0.000113
+gallium_dri.so free 0x5571735ec2c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so free 0x5571735ec2c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fbb80 0.000113
+gallium_dri.so free 0x5571735fbc40 void 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735fbb80 0.000113
+gallium_dri.so free 0x5571736080c0 void 0.000127
+gallium_dri.so free 0x5571735fbb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735fbb80 0.000115
+gallium_dri.so free 0x557173608180 void 0.000114
+gallium_dri.so free 0x5571735fbb80 void 0.000113
+gallium_dri.so malloc 72 0x557173608130 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000115
+gallium_dri.so free 0x557173608130 void 0.000171
+gallium_dri.so malloc 72 0x5571734673c0 0.000115
+gallium_dri.so free 0x557173467480 void 0.000114
+gallium_dri.so free 0x5571734673c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x5571735c0e00 void 0.000113
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x5571735c0e80 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000112
+gallium_dri.so free 0x557173590400 void 0.000113
+gallium_dri.so free 0x5571735c0eb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0eb0 0.000113
+gallium_dri.so free 0x557173590480 void 0.000114
+gallium_dri.so free 0x5571735c0eb0 void 0.000113
+gallium_dri.so malloc 72 0x557173590480 0.000112
+gallium_dri.so free 0x55717358b880 void 0.000113
+gallium_dri.so free 0x557173590480 void 0.000112
+gallium_dri.so malloc 72 0x557173590480 0.000112
+gallium_dri.so free 0x55717358b900 void 0.000190
+gallium_dri.so free 0x557173590480 void 0.000113
+gallium_dri.so malloc 72 0x55717358b930 0.000113
+gallium_dri.so free 0x5571736058c0 void 0.000113
+gallium_dri.so free 0x55717358b930 void 0.000113
+gallium_dri.so malloc 72 0x55717358b930 0.000121
+gallium_dri.so free 0x557173464800 void 0.000114
+gallium_dri.so free 0x55717358b930 void 0.000114
+gallium_dri.so malloc 72 0x55717358b930 0.000113
+gallium_dri.so free 0x557173464880 void 0.000113
+gallium_dri.so free 0x55717358b930 void 0.000112
+gallium_dri.so malloc 72 0x557173464880 0.000112
+gallium_dri.so free 0x5571736059c0 void 0.000114
+gallium_dri.so free 0x557173464880 void 0.000112
+gallium_dri.so malloc 72 0x557173605970 0.000115
+gallium_dri.so free 0x557173589080 void 0.000113
+gallium_dri.so free 0x557173605970 void 0.000112
+gallium_dri.so malloc 72 0x557173605970 0.000114
+gallium_dri.so free 0x557173589140 void 0.000113
+gallium_dri.so free 0x557173605970 void 0.000116
+gallium_dri.so malloc 72 0x5571735890f0 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x5571735890f0 void 0.000112
+gallium_dri.so malloc 72 0x55717360b440 0.000113
+gallium_dri.so free 0x55717360ba40 void 0.000114
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so malloc 72 0x55717360b440 0.000113
+gallium_dri.so free 0x55717360bb00 void 0.000129
+gallium_dri.so free 0x55717360b440 void 0.000114
+gallium_dri.so malloc 72 0x55717360bb20 0.000113
+gallium_dri.so free 0x55717360b500 void 0.000114
+gallium_dri.so free 0x55717360bb20 void 0.000112
+gallium_dri.so malloc 72 0x55717360bb20 0.000114
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so free 0x55717360bb20 void 0.000114
+gallium_dri.so malloc 72 0x55717360bb20 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x55717360bb20 void 0.000112
+gallium_dri.so malloc 72 0x5571735bfe40 0.000113
+gallium_dri.so free 0x55717360bd00 void 0.000113
+gallium_dri.so free 0x5571735bfe40 void 0.000112
+gallium_dri.so malloc 72 0x55717360bcb0 0.000113
+gallium_dri.so free 0x55717360bd40 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bcb0 0.000112
+gallium_dri.so free 0x5571735d48c0 void 0.000113
+gallium_dri.so free 0x55717360bcb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d4910 0.000113
+gallium_dri.so free 0x5571735d4980 void 0.000157
+gallium_dri.so free 0x5571735d4910 void 0.000116
+gallium_dri.so malloc 72 0x5571735d49c0 0.000114
+gallium_dri.so free 0x5571735cfd40 void 0.000114
+gallium_dri.so free 0x5571735d49c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd90 0.000113
+gallium_dri.so free 0x5571735cfe00 void 0.000122
+gallium_dri.so free 0x5571735cfd90 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfe20 0.000114
+gallium_dri.so free 0x5571735d2300 void 0.000114
+gallium_dri.so free 0x5571735cfe20 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2330 0.000112
+gallium_dri.so free 0x5571735d2380 void 0.000114
+gallium_dri.so free 0x5571735d2330 void 0.000112
+gallium_dri.so malloc 72 0x5571735d2330 0.000112
+gallium_dri.so free 0x5571735fc340 void 0.000115
+gallium_dri.so free 0x5571735d2330 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc340 0.000112
+gallium_dri.so free 0x5571735fc400 void 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc340 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000114
+gallium_dri.so free 0x5571735fc340 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0260 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000114
+gallium_dri.so free 0x5571735c0260 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02b0 0.000112
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c02b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c02b0 0.000113
+gallium_dri.so free 0x5571735eb700 void 0.000113
+gallium_dri.so free 0x5571735c02b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb750 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000114
+gallium_dri.so free 0x5571735eb750 void 0.000164
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000113
+gallium_dri.so free 0x5571735eb880 void 0.000115
+gallium_dri.so free 0x5571735eb7e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb830 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735eb830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so free 0x5571735e17b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735e17b0 0.000114
+gallium_dri.so free 0x5571735f4980 void 0.000114
+gallium_dri.so free 0x5571735e17b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f49d0 0.000113
+gallium_dri.so free 0x5571735f4a40 void 0.000114
+gallium_dri.so free 0x5571735f49d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4a60 0.000113
+gallium_dri.so free 0x5571735f4b00 void 0.000114
+gallium_dri.so free 0x5571735f4a60 void 0.000115
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000114
+gallium_dri.so free 0x5571735e1900 void 0.000114
+gallium_dri.so free 0x5571735f4ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e18b0 0.000116
+gallium_dri.so free 0x5571735fafc0 void 0.000115
+gallium_dri.so free 0x5571735e18b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb010 0.000115
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fb010 void 0.000126
+gallium_dri.so malloc 72 0x5571735fb0e0 0.000115
+gallium_dri.so free 0x5571735fb180 void 0.000115
+gallium_dri.so free 0x5571735fb0e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb130 0.000113
+gallium_dri.so free 0x5571734605c0 void 0.000116
+gallium_dri.so free 0x5571735fb130 void 0.000114
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x557173460640 void 0.000123
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000114
+gallium_dri.so free 0x557173460570 void 0.000114
+gallium_dri.so malloc 72 0x5571734606c0 0.000113
+gallium_dri.so free 0x557173611080 void 0.000115
+gallium_dri.so free 0x5571734606c0 void 0.000114
+gallium_dri.so malloc 72 0x5571734606c0 0.000114
+gallium_dri.so free 0x557173611100 void 0.000116
+gallium_dri.so free 0x5571734606c0 void 0.000114
+gallium_dri.so malloc 72 0x557173611130 0.000113
+gallium_dri.so free 0x557173611180 void 0.000116
+gallium_dri.so free 0x557173611130 void 0.000113
+gallium_dri.so malloc 72 0x557173611180 0.000114
+gallium_dri.so free 0x557173609780 void 0.000114
+gallium_dri.so free 0x557173611180 void 0.000114
+gallium_dri.so malloc 72 0x557173611180 0.000114
+gallium_dri.so free 0x557173609800 void 0.000115
+gallium_dri.so free 0x557173611180 void 0.000127
+gallium_dri.so malloc 72 0x557173609800 0.000114
+gallium_dri.so free 0x5571736098c0 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x557173609800 0.000113
+gallium_dri.so free 0x5571735f97c0 void 0.000116
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so malloc 72 0x5571735f97f0 0.000115
+gallium_dri.so free 0x5571735f9840 void 0.000115
+gallium_dri.so free 0x5571735f97f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f97f0 0.000114
+gallium_dri.so free 0x5571735f9940 void 0.000115
+gallium_dri.so free 0x5571735f97f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f98f0 0.000115
+gallium_dri.so free 0x5571735f7200 void 0.000116
+gallium_dri.so free 0x5571735f98f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7240 0.000116
+gallium_dri.so free 0x5571735f9a00 void 0.000114
+gallium_dri.so free 0x5571735f7240 void 0.000118
+gallium_dri.so malloc 72 0x5571735f99b0 0.000124
+gallium_dri.so free 0x5571735f72c0 void 0.000124
+gallium_dri.so free 0x5571735f99b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f99b0 0.000115
+gallium_dri.so free 0x5571735f7380 void 0.000115
+gallium_dri.so free 0x5571735f99b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7330 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000158
+gallium_dri.so free 0x5571735f7330 void 0.000120
+gallium_dri.so malloc 72 0x5571735dced0 0.000114
+gallium_dri.so free 0x5571735dcf40 void 0.000114
+gallium_dri.so free 0x5571735dced0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcf60 0.000112
+gallium_dri.so free 0x5571735f7400 void 0.000114
+gallium_dri.so free 0x5571735dcf60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f7430 0.000114
+gallium_dri.so free 0x5571735dd000 void 0.000113
+gallium_dri.so free 0x5571735f7430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000113
+gallium_dri.so free 0x5571735dd000 void 0.000113
+gallium_dri.so free 0x5571735dcfb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000112
+gallium_dri.so free 0x5571735dfc00 void 0.000116
+gallium_dri.so free 0x5571735dcfb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dfc50 0.000113
+gallium_dri.so free 0x5571735dfcc0 void 0.000113
+gallium_dri.so free 0x5571735dfc50 void 0.000112
+gallium_dri.so malloc 72 0x5571735dfce0 0.000114
+gallium_dri.so free 0x5571735dfd80 void 0.000113
+gallium_dri.so free 0x5571735dfce0 void 0.000173
+gallium_dri.so malloc 72 0x5571735dfd30 0.000115
+gallium_dri.so free 0x5571735dfe00 void 0.000115
+gallium_dri.so free 0x5571735dfd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735dfd30 0.000113
+gallium_dri.so free 0x557173600e00 void 0.000133
+gallium_dri.so free 0x5571735dfd30 void 0.000114
+gallium_dri.so malloc 72 0x557173600e50 0.000114
+gallium_dri.so free 0x557173600ec0 void 0.000114
+gallium_dri.so free 0x557173600e50 void 0.000112
+gallium_dri.so malloc 72 0x557173600f20 0.000112
+gallium_dri.so free 0x557173600fc0 void 0.000113
+gallium_dri.so free 0x557173600f20 void 0.000114
+gallium_dri.so malloc 72 0x557173600f70 0.000113
+gallium_dri.so free 0x5571735c2ac0 void 0.000113
+gallium_dri.so free 0x557173600f70 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2af0 0.000116
+gallium_dri.so free 0x5571735c2b40 void 0.000117
+gallium_dri.so free 0x5571735c2af0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c2af0 0.000112
+gallium_dri.so free 0x5571735c2c40 void 0.000112
+gallium_dri.so free 0x5571735c2af0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000114
+gallium_dri.so free 0x5571735c2d00 void 0.000114
+gallium_dri.so free 0x5571735c2bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000112
+gallium_dri.so free 0x557173461d40 void 0.000113
+gallium_dri.so free 0x5571735c2cb0 void 0.000113
+gallium_dri.so malloc 72 0x557173461d70 0.000113
+gallium_dri.so free 0x557173461dc0 void 0.000120
+gallium_dri.so free 0x557173461d70 void 0.000118
+gallium_dri.so malloc 72 0x557173461dc0 0.000114
+gallium_dri.so free 0x557173461e80 void 0.000120
+gallium_dri.so free 0x557173461dc0 void 0.000114
+gallium_dri.so malloc 72 0x557173461dc0 0.000112
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x557173461dc0 void 0.000161
+gallium_dri.so malloc 72 0x5571736107d0 0.000199
+gallium_dri.so free 0x557173461f80 void 0.000119
+gallium_dri.so free 0x5571736107d0 void 0.000178
+gallium_dri.so malloc 72 0x557173461f30 0.000234
+gallium_dri.so free 0x557173610840 void 0.000285
+gallium_dri.so free 0x557173461f30 void 0.000162
+gallium_dri.so malloc 72 0x557173610870 0.000160
+gallium_dri.so free 0x5571736108c0 void 0.000158
+gallium_dri.so free 0x557173610870 void 0.000181
+gallium_dri.so malloc 72 0x557173610870 0.000220
+gallium_dri.so free 0x5571735fe840 void 0.000123
+gallium_dri.so free 0x557173610870 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe890 0.000128
+gallium_dri.so free 0x5571735fe900 void 0.000124
+gallium_dri.so free 0x5571735fe890 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe940 0.000170
+gallium_dri.so free 0x5571736109c0 void 0.000126
+gallium_dri.so free 0x5571735fe940 void 0.000123
+gallium_dri.so malloc 72 0x557173610970 0.000124
+gallium_dri.so free 0x5571735fe9c0 void 0.000126
+gallium_dri.so free 0x557173610970 void 0.000124
+gallium_dri.so malloc 72 0x557173610970 0.000186
+gallium_dri.so free 0x55717360e1c0 void 0.000131
+gallium_dri.so free 0x557173610970 void 0.000125
+gallium_dri.so malloc 72 0x55717360e200 0.000120
+gallium_dri.so free 0x55717360e280 void 0.000125
+gallium_dri.so free 0x55717360e200 void 0.000125
+gallium_dri.so malloc 72 0x55717360e280 0.000119
+gallium_dri.so free 0x5571735fea80 void 0.000120
+gallium_dri.so free 0x55717360e280 void 0.000124
+gallium_dri.so malloc 72 0x5571735fea30 0.000131
+gallium_dri.so free 0x55717360e340 void 0.000130
+gallium_dri.so free 0x5571735fea30 void 0.000125
+gallium_dri.so malloc 72 0x5571735fea30 0.000125
+gallium_dri.so free 0x55717346d200 void 0.000129
+gallium_dri.so free 0x5571735fea30 void 0.000124
+gallium_dri.so malloc 72 0x55717346d270 0.000122
+gallium_dri.so free 0x55717346d2c0 void 0.000128
+gallium_dri.so free 0x55717346d270 void 0.000130
+gallium_dri.so malloc 72 0x55717346d270 0.000129
+gallium_dri.so free 0x55717346d3c0 void 0.000131
+gallium_dri.so free 0x55717346d270 void 0.000130
+gallium_dri.so malloc 72 0x55717346d370 0.000124
+gallium_dri.so free 0x55717360e400 void 0.000119
+gallium_dri.so free 0x55717346d370 void 0.000124
+gallium_dri.so malloc 72 0x55717360e3b0 0.000129
+gallium_dri.so free 0x55717346ac40 void 0.000128
+gallium_dri.so free 0x55717360e3b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346ac70 0.000128
+gallium_dri.so free 0x55717346acc0 void 0.000124
+gallium_dri.so free 0x55717346ac70 void 0.000124
+gallium_dri.so malloc 72 0x55717346ac70 0.000128
+gallium_dri.so free 0x55717346adc0 void 0.000129
+gallium_dri.so free 0x55717346ac70 void 0.000131
+gallium_dri.so malloc 72 0x55717346ad70 0.000129
+gallium_dri.so free 0x55717346f200 void 0.000130
+gallium_dri.so free 0x55717346ad70 void 0.000130
+gallium_dri.so malloc 72 0x55717346f1b0 0.000136
+gallium_dri.so free 0x55717346ae80 void 0.000126
+gallium_dri.so free 0x55717346f1b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346ae30 0.000129
+gallium_dri.so free 0x55717346f280 void 0.000124
+gallium_dri.so free 0x55717346ae30 void 0.000141
+gallium_dri.so malloc 72 0x55717346ae30 0.000121
+gallium_dri.so free 0x55717346f340 void 0.000127
+gallium_dri.so free 0x55717346ae30 void 0.000130
+gallium_dri.so malloc 72 0x55717346f380 0.000129
+gallium_dri.so free 0x5571735f9b40 void 0.000131
+gallium_dri.so free 0x55717346f380 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9b90 0.000125
+gallium_dri.so free 0x55717346f400 void 0.000120
+gallium_dri.so free 0x5571735f9b90 void 0.000143
+gallium_dri.so malloc 72 0x5571735f9b90 0.000167
+gallium_dri.so free 0x5571735f9c00 void 0.000124
+gallium_dri.so free 0x5571735f9b90 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9c30 0.000133
+gallium_dri.so free 0x5571735f9c80 void 0.000123
+gallium_dri.so free 0x5571735f9c30 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9c80 0.000122
+gallium_dri.so free 0x5571735f9d40 void 0.000121
+gallium_dri.so free 0x5571735f9c80 void 0.000156
+gallium_dri.so malloc 72 0x5571735f9c80 0.000201
+gallium_dri.so free 0x5571735c2e40 void 0.000234
+gallium_dri.so free 0x5571735f9c80 void 0.000209
+gallium_dri.so malloc 72 0x5571735c2e90 0.000197
+gallium_dri.so free 0x5571735c2f00 void 0.000231
+gallium_dri.so free 0x5571735c2e90 void 0.000134
+gallium_dri.so malloc 72 0x5571735c2f20 0.000120
+gallium_dri.so free 0x5571735c2fc0 void 0.000120
+gallium_dri.so free 0x5571735c2f20 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2f70 0.000119
+gallium_dri.so free 0x5571735c3040 void 0.000120
+gallium_dri.so free 0x5571735c2f70 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2f70 0.000118
+gallium_dri.so free 0x5571735febc0 void 0.000156
+gallium_dri.so free 0x5571735c2f70 void 0.000121
+gallium_dri.so malloc 72 0x5571735fec10 0.000119
+gallium_dri.so free 0x5571735fec80 void 0.000119
+gallium_dri.so free 0x5571735fec10 void 0.000121
+gallium_dri.so malloc 72 0x5571735fecc0 0.000118
+gallium_dri.so free 0x5571735fed40 void 0.000119
+gallium_dri.so free 0x5571735fecc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fecc0 0.000174
+gallium_dri.so free 0x5571735fedc0 void 0.000201
+gallium_dri.so free 0x5571735fecc0 void 0.000256
+gallium_dri.so malloc 72 0x5571735fedf0 0.000256
+gallium_dri.so free 0x55717346d580 void 0.000205
+gallium_dri.so free 0x5571735fedf0 void 0.000261
+gallium_dri.so malloc 72 0x55717346d5c0 0.000225
+gallium_dri.so free 0x55717346d640 void 0.000165
+gallium_dri.so free 0x55717346d5c0 void 0.000163
+gallium_dri.so malloc 72 0x55717346d640 0.000162
+gallium_dri.so free 0x55717346d700 void 0.000166
+gallium_dri.so free 0x55717346d640 void 0.000164
+gallium_dri.so malloc 72 0x55717346d640 0.000163
+gallium_dri.so free 0x55717346d780 void 0.000165
+gallium_dri.so free 0x55717346d640 void 0.000163
+gallium_dri.so malloc 72 0x55717346d7b0 0.000181
+gallium_dri.so free 0x5571735f7580 void 0.000164
+gallium_dri.so free 0x55717346d7b0 void 0.000227
+gallium_dri.so malloc 72 0x5571735f75f0 0.000165
+gallium_dri.so free 0x5571735f7640 void 0.000163
+gallium_dri.so free 0x5571735f75f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f75f0 0.000161
+gallium_dri.so free 0x5571735f7740 void 0.000161
+gallium_dri.so free 0x5571735f75f0 void 0.000169
+gallium_dri.so malloc 72 0x5571735f76f0 0.000170
+gallium_dri.so free 0x5571735f7800 void 0.000209
+gallium_dri.so free 0x5571735f76f0 void 0.000164
+gallium_dri.so malloc 72 0x5571735f77b0 0.000162
+gallium_dri.so free 0x5571735dba80 void 0.000173
+gallium_dri.so free 0x5571735f77b0 void 0.000318
+gallium_dri.so malloc 72 0x5571735dba30 0.000353
+gallium_dri.so free 0x5571735dbb00 void 0.000280
+gallium_dri.so free 0x5571735dba30 void 0.000330
+gallium_dri.so malloc 72 0x5571735dba30 0.000221
+gallium_dri.so free 0x5571735dbb80 void 0.000242
+gallium_dri.so free 0x5571735dba30 void 0.000224
+gallium_dri.so malloc 72 0x5571735dbb80 0.000215
+gallium_dri.so free 0x5571735dbc40 void 0.000233
+gallium_dri.so free 0x5571735dbb80 void 0.000128
+gallium_dri.so malloc 72 0x5571735dbb80 0.000128
+gallium_dri.so free 0x557173610b00 void 0.000123
+gallium_dri.so free 0x5571735dbb80 void 0.000123
+gallium_dri.so malloc 72 0x557173610b20 0.000120
+gallium_dri.so free 0x557173610bc0 void 0.000119
+gallium_dri.so free 0x557173610b20 void 0.000117
+gallium_dri.so malloc 72 0x557173610b70 0.000123
+gallium_dri.so free 0x557173610c40 void 0.000122
+gallium_dri.so free 0x557173610b70 void 0.000119
+gallium_dri.so malloc 72 0x557173610b70 0.000119
+gallium_dri.so free 0x557173610cc0 void 0.000124
+gallium_dri.so free 0x557173610b70 void 0.000121
+gallium_dri.so malloc 72 0x557173610cc0 0.000119
+gallium_dri.so free 0x5571735dd200 void 0.000121
+gallium_dri.so free 0x557173610cc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735dd220 0.000141
+gallium_dri.so free 0x5571735dd2c0 void 0.000121
+gallium_dri.so free 0x5571735dd220 void 0.000119
+gallium_dri.so malloc 72 0x5571735dd270 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000123
+gallium_dri.so free 0x5571735dd270 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd340 0.000124
+gallium_dri.so free 0x5571735dd400 void 0.000119
+gallium_dri.so free 0x5571735dd340 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd340 0.000118
+gallium_dri.so free 0x5571735f5e00 void 0.000118
+gallium_dri.so free 0x5571735dd340 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000113
+gallium_dri.so free 0x5571735f5ec0 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e70 0.000112
+gallium_dri.so free 0x5571735f5f00 void 0.000113
+gallium_dri.so free 0x5571735f5e70 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e70 0.000123
+gallium_dri.so free 0x5571735f5fc0 void 0.000121
+gallium_dri.so free 0x5571735f5e70 void 0.000125
+gallium_dri.so malloc 72 0x5571735f6000 0.000123
+gallium_dri.so free 0x5571735fc600 void 0.000123
+gallium_dri.so free 0x5571735f6000 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc650 0.000123
+gallium_dri.so free 0x5571735fc6c0 void 0.000123
+gallium_dri.so free 0x5571735fc650 void 0.000161
+gallium_dri.so malloc 72 0x5571735fc700 0.000124
+gallium_dri.so free 0x5571735fc780 void 0.000123
+gallium_dri.so free 0x5571735fc700 void 0.000124
+gallium_dri.so malloc 72 0x5571735fc700 0.000123
+gallium_dri.so free 0x5571735fc800 void 0.000123
+gallium_dri.so free 0x5571735fc700 void 0.000123
+gallium_dri.so malloc 72 0x5571735fc830 0.000124
+gallium_dri.so free 0x5571735dff80 void 0.000122
+gallium_dri.so free 0x5571735fc830 void 0.000125
+gallium_dri.so malloc 72 0x5571735dffc0 0.000123
+gallium_dri.so free 0x5571735e0040 void 0.000123
+gallium_dri.so free 0x5571735dffc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0040 0.000124
+gallium_dri.so free 0x5571735e0100 void 0.000133
+gallium_dri.so free 0x5571735e0040 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0040 0.000127
+gallium_dri.so free 0x5571735e0180 void 0.000130
+gallium_dri.so free 0x5571735e0040 void 0.000128
+gallium_dri.so malloc 72 0x5571735e01b0 0.000129
+gallium_dri.so free 0x5571735de800 void 0.000129
+gallium_dri.so free 0x5571735e01b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735de7b0 0.000126
+gallium_dri.so free 0x5571735de800 void 0.000126
+gallium_dri.so free 0x5571735de7b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735de7b0 0.000130
+gallium_dri.so free 0x5571735de900 void 0.000128
+gallium_dri.so free 0x5571735de7b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735de8b0 0.000128
+gallium_dri.so free 0x5571735de9c0 void 0.000128
+gallium_dri.so free 0x5571735de8b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735de970 0.000126
+gallium_dri.so free 0x55717346afc0 void 0.000127
+gallium_dri.so free 0x5571735de970 void 0.000130
+gallium_dri.so malloc 72 0x55717346aff0 0.000129
+gallium_dri.so free 0x55717346b040 void 0.000129
+gallium_dri.so free 0x55717346aff0 void 0.000130
+gallium_dri.so malloc 72 0x55717346aff0 0.000131
+gallium_dri.so free 0x55717346b140 void 0.000130
+gallium_dri.so free 0x55717346aff0 void 0.000204
+gallium_dri.so malloc 72 0x55717346b0f0 0.000169
+gallium_dri.so free 0x55717346b200 void 0.000129
+gallium_dri.so free 0x55717346b0f0 void 0.000126
+gallium_dri.so malloc 72 0x55717346b1b0 0.000128
+gallium_dri.so free 0x5571735dea00 void 0.000127
+gallium_dri.so free 0x55717346b1b0 void 0.000127
+gallium_dri.so malloc 72 0x55717346b1b0 0.000131
+gallium_dri.so free 0x5571735e2bc0 void 0.000148
+gallium_dri.so free 0x55717346b1b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735e2b70 0.000129
+gallium_dri.so free 0x5571735e2c40 void 0.000130
+gallium_dri.so free 0x5571735e2b70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2b70 0.000127
+gallium_dri.so free 0x5571735e2cc0 void 0.000131
+gallium_dri.so free 0x5571735e2b70 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000127
+gallium_dri.so free 0x5571735e2d80 void 0.000129
+gallium_dri.so free 0x5571735e2cc0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2cc0 0.000128
+gallium_dri.so free 0x5571735c16c0 void 0.000128
+gallium_dri.so free 0x5571735e2cc0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1670 0.000129
+gallium_dri.so free 0x5571735c1740 void 0.000128
+gallium_dri.so free 0x5571735c1670 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1740 0.000131
+gallium_dri.so free 0x5571735c1800 void 0.000127
+gallium_dri.so free 0x5571735c1740 void 0.000130
+gallium_dri.so malloc 72 0x5571735c1740 0.000129
+gallium_dri.so free 0x5571735c1880 void 0.000129
+gallium_dri.so free 0x5571735c1740 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1880 0.000128
+gallium_dri.so free 0x5571735ecb80 void 0.000150
+gallium_dri.so free 0x5571735c1880 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb30 0.000119
+gallium_dri.so free 0x5571735ecbc0 void 0.000119
+gallium_dri.so free 0x5571735ecb30 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecb30 0.000125
+gallium_dri.so free 0x5571735ecc80 void 0.000116
+gallium_dri.so free 0x5571735ecb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccc0 0.000113
+gallium_dri.so free 0x5571735ecd40 void 0.000114
+gallium_dri.so free 0x5571735eccc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecd40 0.000113
+gallium_dri.so free 0x55717360cdc0 void 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so malloc 72 0x55717360cd70 0.000119
+gallium_dri.so free 0x55717360ce40 void 0.000115
+gallium_dri.so free 0x55717360cd70 void 0.000113
+gallium_dri.so malloc 72 0x55717360ce60 0.000114
+gallium_dri.so free 0x55717360cf00 void 0.000113
+gallium_dri.so free 0x55717360ce60 void 0.000114
+gallium_dri.so malloc 72 0x55717360ceb0 0.000113
+gallium_dri.so free 0x55717360cf80 void 0.000114
+gallium_dri.so free 0x55717360ceb0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ceb0 0.000112
+gallium_dri.so free 0x557173473b80 void 0.000113
+gallium_dri.so free 0x55717360ceb0 void 0.000113
+gallium_dri.so malloc 72 0x557173473b30 0.000112
+gallium_dri.so free 0x557173473c40 void 0.000161
+gallium_dri.so free 0x557173473b30 void 0.000120
+gallium_dri.so malloc 72 0x557173473bf0 0.000119
+gallium_dri.so free 0x557173473c80 void 0.000119
+gallium_dri.so free 0x557173473bf0 void 0.000119
+gallium_dri.so malloc 72 0x557173473bf0 0.000119
+gallium_dri.so free 0x557173473d40 void 0.000120
+gallium_dri.so free 0x557173473bf0 void 0.000118
+gallium_dri.so malloc 72 0x557173473bf0 0.000118
+gallium_dri.so free 0x55717360e540 void 0.000118
+gallium_dri.so free 0x557173473bf0 void 0.000119
+gallium_dri.so malloc 72 0x55717360e580 0.000117
+gallium_dri.so free 0x55717360e600 void 0.000121
+gallium_dri.so free 0x55717360e580 void 0.000120
+gallium_dri.so malloc 72 0x55717360e600 0.000117
+gallium_dri.so free 0x55717360e6c0 void 0.000117
+gallium_dri.so free 0x55717360e600 void 0.000117
+gallium_dri.so malloc 72 0x55717360e600 0.000118
+gallium_dri.so free 0x55717360e740 void 0.000118
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so malloc 72 0x55717360e770 0.000120
+gallium_dri.so free 0x557173460940 void 0.000126
+gallium_dri.so free 0x55717360e770 void 0.000118
+gallium_dri.so malloc 72 0x5571734608f0 0.000118
+gallium_dri.so free 0x5571734609c0 void 0.000118
+gallium_dri.so free 0x5571734608f0 void 0.000117
+gallium_dri.so malloc 72 0x557173460a10 0.000132
+gallium_dri.so free 0x557173460a80 void 0.000112
+gallium_dri.so free 0x557173460a10 void 0.000110
+gallium_dri.so malloc 72 0x557173460ae0 0.000109
+gallium_dri.so free 0x557173460b80 void 0.000109
+gallium_dri.so free 0x557173460ae0 void 0.000109
+gallium_dri.so malloc 72 0x557173460b30 0.000109
+gallium_dri.so free 0x55717358de00 void 0.000110
+gallium_dri.so free 0x557173460b30 void 0.000110
+gallium_dri.so malloc 72 0x55717358de30 0.000109
+gallium_dri.so free 0x55717358de80 void 0.000109
+gallium_dri.so free 0x55717358de30 void 0.000110
+gallium_dri.so malloc 72 0x55717358de30 0.000111
+gallium_dri.so free 0x55717358df80 void 0.000110
+gallium_dri.so free 0x55717358de30 void 0.000109
+gallium_dri.so malloc 72 0x55717358df30 0.000109
+gallium_dri.so free 0x55717358e040 void 0.000111
+gallium_dri.so free 0x55717358df30 void 0.000109
+gallium_dri.so malloc 72 0x55717358dff0 0.000110
+gallium_dri.so free 0x5571735e1140 void 0.000109
+gallium_dri.so free 0x55717358dff0 void 0.000108
+gallium_dri.so malloc 72 0x5571735e1170 0.000109
+gallium_dri.so free 0x5571735e11c0 void 0.000109
+gallium_dri.so free 0x5571735e1170 void 0.000121
+gallium_dri.so malloc 72 0x5571735e11c0 0.000113
+gallium_dri.so free 0x5571735e1280 void 0.000110
+gallium_dri.so free 0x5571735e11c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e11c0 0.000110
+gallium_dri.so free 0x5571735e1380 void 0.000110
+gallium_dri.so free 0x5571735e11c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1330 0.000113
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x5571735e1330 void 0.000112
+gallium_dri.so malloc 72 0x557173466fe0 0.000140
+gallium_dri.so free 0x557173467080 void 0.000115
+gallium_dri.so free 0x557173466fe0 void 0.000113
+gallium_dri.so malloc 72 0x557173467030 0.000113
+gallium_dri.so free 0x557173467100 void 0.000114
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x557173467030 0.000113
+gallium_dri.so free 0x557173467180 void 0.000113
+gallium_dri.so free 0x557173467030 void 0.000114
+gallium_dri.so malloc 72 0x557173467180 0.000112
+gallium_dri.so free 0x5571735fa9c0 void 0.000112
+gallium_dri.so free 0x557173467180 void 0.000114
+gallium_dri.so malloc 72 0x5571735faa00 0.000114
+gallium_dri.so free 0x5571735faa80 void 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000111
+gallium_dri.so malloc 72 0x5571735faa00 0.000113
+gallium_dri.so free 0x5571735fab00 void 0.000113
+gallium_dri.so free 0x5571735faa00 void 0.000113
+gallium_dri.so malloc 72 0x5571735fab30 0.000113
+gallium_dri.so free 0x5571735fab80 void 0.000115
+gallium_dri.so free 0x5571735fab30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fab30 0.000113
+gallium_dri.so free 0x55717360c0c0 void 0.000127
+gallium_dri.so free 0x5571735fab30 void 0.000184
+gallium_dri.so malloc 72 0x55717360c110 0.000114
+gallium_dri.so free 0x55717360c180 void 0.000114
+gallium_dri.so free 0x55717360c110 void 0.000116
+gallium_dri.so malloc 72 0x55717360c1a0 0.000113
+gallium_dri.so free 0x55717360c240 void 0.000112
+gallium_dri.so free 0x55717360c1a0 void 0.000112
+gallium_dri.so malloc 72 0x55717360c1f0 0.000114
+gallium_dri.so free 0x55717360c2c0 void 0.000113
+gallium_dri.so free 0x55717360c1f0 void 0.000113
+gallium_dri.so malloc 72 0x55717360c1f0 0.000114
+gallium_dri.so free 0x557173603500 void 0.000114
+gallium_dri.so free 0x55717360c1f0 void 0.000113
+gallium_dri.so malloc 72 0x557173603540 0.000112
+gallium_dri.so free 0x5571736035c0 void 0.000114
+gallium_dri.so free 0x557173603540 void 0.000113
+gallium_dri.so malloc 72 0x5571736035c0 0.000113
+gallium_dri.so free 0x557173603680 void 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736035c0 0.000117
+gallium_dri.so free 0x557173603700 void 0.000114
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so malloc 72 0x557173603730 0.000112
+gallium_dri.so free 0x55717346a6c0 void 0.000115
+gallium_dri.so free 0x557173603730 void 0.000113
+gallium_dri.so malloc 72 0x557173603730 0.000114
+gallium_dri.so free 0x55717346a7c0 void 0.000114
+gallium_dri.so free 0x557173603730 void 0.000128
+gallium_dri.so malloc 72 0x55717346a770 0.000114
+gallium_dri.so free 0x55717346a880 void 0.000114
+gallium_dri.so free 0x55717346a770 void 0.000113
+gallium_dri.so malloc 72 0x55717346a830 0.000113
+gallium_dri.so free 0x55717346a900 void 0.000154
+gallium_dri.so free 0x55717346a830 void 0.000114
+gallium_dri.so malloc 72 0x55717346a830 0.000114
+gallium_dri.so free 0x5571734620c0 void 0.000114
+gallium_dri.so free 0x55717346a830 void 0.000112
+gallium_dri.so malloc 72 0x5571734620f0 0.000113
+gallium_dri.so free 0x557173462140 void 0.000115
+gallium_dri.so free 0x5571734620f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734620f0 0.000114
+gallium_dri.so free 0x557173462240 void 0.000114
+gallium_dri.so free 0x5571734620f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734621f0 0.000112
+gallium_dri.so free 0x557173462300 void 0.000114
+gallium_dri.so free 0x5571734621f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734622b0 0.000114
+gallium_dri.so free 0x557173462340 void 0.000113
+gallium_dri.so free 0x5571734622b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734622b0 0.000112
+gallium_dri.so free 0x5571735e1a00 void 0.000114
+gallium_dri.so free 0x5571734622b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e1a00 0.000114
+gallium_dri.so free 0x5571735e1ac0 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000136
+gallium_dri.so malloc 72 0x5571735e1a00 0.000117
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so free 0x5571735e1a00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1b40 0.000112
+gallium_dri.so free 0x5571735e1c00 void 0.000114
+gallium_dri.so free 0x5571735e1b40 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1b40 0.000113
+gallium_dri.so free 0x5571735e1cc0 void 0.000113
+gallium_dri.so free 0x5571735e1b40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000112
+gallium_dri.so free 0x5571735fb280 void 0.000113
+gallium_dri.so free 0x5571735e1cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1cf0 0.000129
+gallium_dri.so free 0x5571735fb300 void 0.000115
+gallium_dri.so free 0x5571735e1cf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb300 0.000114
+gallium_dri.so free 0x5571735fb3c0 void 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb300 0.000114
+gallium_dri.so free 0x5571735fb4c0 void 0.000114
+gallium_dri.so free 0x5571735fb300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb470 0.000113
+gallium_dri.so free 0x5571735fb500 void 0.000114
+gallium_dri.so free 0x5571735fb470 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb470 0.000113
+gallium_dri.so free 0x5571735eb9c0 void 0.000114
+gallium_dri.so free 0x5571735fb470 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb470 0.000119
+gallium_dri.so free 0x5571735eba40 void 0.000115
+gallium_dri.so free 0x5571735fb470 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba40 0.000112
+gallium_dri.so free 0x5571735ebb00 void 0.000113
+gallium_dri.so free 0x5571735eba40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba40 0.000112
+gallium_dri.so free 0x5571735ebbc0 void 0.000113
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eba40 0.000112
+gallium_dri.so free 0x5571735c0500 void 0.000114
+gallium_dri.so free 0x5571735eba40 void 0.000112
+gallium_dri.so malloc 72 0x5571735eba40 0.000114
+gallium_dri.so free 0x5571735c0600 void 0.000113
+gallium_dri.so free 0x5571735eba40 void 0.000114
+gallium_dri.so malloc 72 0x5571735c05b0 0.000112
+gallium_dri.so free 0x5571735c0680 void 0.000112
+gallium_dri.so free 0x5571735c05b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c06d0 0.000113
+gallium_dri.so free 0x5571735c0740 void 0.000114
+gallium_dri.so free 0x5571735c06d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0760 0.000115
+gallium_dri.so free 0x5571735ebc80 void 0.000113
+gallium_dri.so free 0x5571735c0760 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc30 0.000112
+gallium_dri.so free 0x5571735fa0c0 void 0.000113
+gallium_dri.so free 0x5571735ebc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebc30 0.000126
+gallium_dri.so free 0x5571735fa140 void 0.000118
+gallium_dri.so free 0x5571735ebc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa140 0.000113
+gallium_dri.so free 0x5571735fa200 void 0.000113
+gallium_dri.so free 0x5571735fa140 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa140 0.000113
+gallium_dri.so free 0x5571735c0800 void 0.000112
+gallium_dri.so free 0x5571735fa140 void 0.000116
+gallium_dri.so malloc 72 0x5571735c07b0 0.000114
+gallium_dri.so free 0x5571735fa300 void 0.000113
+gallium_dri.so free 0x5571735c07b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c07b0 0.000112
+gallium_dri.so free 0x5571735da8c0 void 0.000114
+gallium_dri.so free 0x5571735c07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c07b0 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000115
+gallium_dri.so free 0x5571735c07b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735da940 0.000112
+gallium_dri.so free 0x5571735fa3c0 void 0.000112
+gallium_dri.so free 0x5571735da940 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa370 0.000113
+gallium_dri.so free 0x5571735daa00 void 0.000113
+gallium_dri.so free 0x5571735fa370 void 0.000114
+gallium_dri.so malloc 72 0x5571735fa370 0.000117
+gallium_dri.so free 0x5571735daac0 void 0.000113
+gallium_dri.so free 0x5571735fa370 void 0.000114
+gallium_dri.so malloc 72 0x5571735dab10 0.000131
+gallium_dri.so free 0x5571735f4c40 void 0.000117
+gallium_dri.so free 0x5571735dab10 void 0.000112
+gallium_dri.so malloc 72 0x5571735dab10 0.000114
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so free 0x5571735dab10 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000112
+gallium_dri.so free 0x5571735f4d80 void 0.000114
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4cc0 0.000113
+gallium_dri.so free 0x5571735dab80 void 0.000115
+gallium_dri.so free 0x5571735f4cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dabb0 0.000113
+gallium_dri.so free 0x5571735f4e40 void 0.000114
+gallium_dri.so free 0x5571735dabb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dabb0 0.000112
+gallium_dri.so free 0x5571735f4ec0 void 0.000113
+gallium_dri.so free 0x5571735dabb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f4ec0 0.000114
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x5571735f4ec0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000113
+gallium_dri.so free 0x5571735f2a40 void 0.000114
+gallium_dri.so free 0x5571735f2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2a60 0.000116
+gallium_dri.so free 0x5571735f2b00 void 0.000115
+gallium_dri.so free 0x5571735f2a60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000128
+gallium_dri.so free 0x5571735f2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2ab0 0.000113
+gallium_dri.so free 0x5571735f2c00 void 0.000116
+gallium_dri.so free 0x5571735f2ab0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2c00 0.000112
+gallium_dri.so free 0x557173589740 void 0.000114
+gallium_dri.so free 0x5571735f2c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589780 void 0.000113
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735896f0 0.000113
+gallium_dri.so free 0x557173589840 void 0.000112
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735898b0 0.000113
+gallium_dri.so free 0x557173589900 void 0.000114
+gallium_dri.so free 0x5571735898b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735898b0 0.000113
+gallium_dri.so free 0x557173589a00 void 0.000113
+gallium_dri.so free 0x5571735898b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735899b0 0.000113
+gallium_dri.so free 0x5571735de300 void 0.000113
+gallium_dri.so free 0x5571735899b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de320 0.000113
+gallium_dri.so free 0x5571735de3c0 void 0.000114
+gallium_dri.so free 0x5571735de320 void 0.000112
+gallium_dri.so malloc 72 0x5571735de370 0.000114
+gallium_dri.so free 0x5571735de440 void 0.000114
+gallium_dri.so free 0x5571735de370 void 0.000117
+gallium_dri.so malloc 72 0x5571735de370 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so free 0x5571735de370 void 0.000112
+gallium_dri.so malloc 72 0x5571735de4c0 0.000114
+gallium_dri.so free 0x5571735de580 void 0.000115
+gallium_dri.so free 0x5571735de4c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de4c0 0.000113
+gallium_dri.so free 0x5571735dc8c0 void 0.000113
+gallium_dri.so free 0x5571735de4c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc870 0.000114
+gallium_dri.so free 0x5571735dc900 void 0.000113
+gallium_dri.so free 0x5571735dc870 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc870 0.000112
+gallium_dri.so free 0x5571735dc9c0 void 0.000121
+gallium_dri.so free 0x5571735dc870 void 0.000112
+gallium_dri.so malloc 72 0x5571735dca00 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so free 0x5571735dca00 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735dcb40 void 0.000113
+gallium_dri.so free 0x5571735dca80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dca80 0.000113
+gallium_dri.so free 0x5571735fe280 void 0.000114
+gallium_dri.so free 0x5571735dca80 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe230 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so free 0x5571735fe230 void 0.000173
+gallium_dri.so malloc 72 0x5571735fe300 0.000114
+gallium_dri.so free 0x5571735fe3c0 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000112
+gallium_dri.so malloc 72 0x5571735fe300 0.000111
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so free 0x5571735fe300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000114
+gallium_dri.so free 0x5571735fe500 void 0.000112
+gallium_dri.so free 0x5571735fe440 void 0.000113
+gallium_dri.so malloc 72 0x5571735fe440 0.000112
+gallium_dri.so free 0x5571735f9200 void 0.000113
+gallium_dri.so free 0x5571735fe440 void 0.000112
+gallium_dri.so malloc 72 0x5571735f91b0 0.000117
+gallium_dri.so free 0x5571735f9280 void 0.000116
+gallium_dri.so free 0x5571735f91b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f91b0 0.000113
+gallium_dri.so free 0x5571735f9300 void 0.000113
+gallium_dri.so free 0x5571735f91b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9300 0.000114
+gallium_dri.so free 0x5571735f93c0 void 0.000112
+gallium_dri.so free 0x5571735f9300 void 0.000113
+gallium_dri.so malloc 72 0x5571735f9300 0.000112
+gallium_dri.so free 0x5571735f94c0 void 0.000114
+gallium_dri.so free 0x5571735f9300 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9470 0.000111
+gallium_dri.so free 0x5571735c2500 void 0.000113
+gallium_dri.so free 0x5571735f9470 void 0.000122
+gallium_dri.so malloc 72 0x5571735c24b0 0.000119
+gallium_dri.so free 0x5571735c2580 void 0.000114
+gallium_dri.so free 0x5571735c24b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c24b0 0.000111
+gallium_dri.so free 0x5571735c2600 void 0.000114
+gallium_dri.so free 0x5571735c24b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2600 0.000111
+gallium_dri.so free 0x5571735c26c0 void 0.000113
+gallium_dri.so free 0x5571735c2600 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2600 0.000113
+gallium_dri.so free 0x5571735c2780 void 0.000114
+gallium_dri.so free 0x5571735c2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735c2600 0.000113
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so free 0x5571735c2600 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000114
+gallium_dri.so free 0x5571735f6c40 void 0.000113
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000112
+gallium_dri.so free 0x5571735f6d40 void 0.000113
+gallium_dri.so free 0x5571735f6bf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6cf0 0.000112
+gallium_dri.so free 0x5571735f6e00 void 0.000114
+gallium_dri.so free 0x5571735f6cf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f6db0 0.000113
+gallium_dri.so free 0x5571735f6e40 void 0.000113
+gallium_dri.so free 0x5571735f6db0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f6db0 0.000133
+gallium_dri.so free 0x5571735f6f00 void 0.000120
+gallium_dri.so free 0x5571735f6db0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6f40 0.000113
+gallium_dri.so free 0x5571736101c0 void 0.000114
+gallium_dri.so free 0x5571735f6f40 void 0.000117
+gallium_dri.so malloc 72 0x557173610170 0.000123
+gallium_dri.so free 0x557173610280 void 0.000123
+gallium_dri.so free 0x557173610170 void 0.000121
+gallium_dri.so malloc 72 0x557173610230 0.000113
+gallium_dri.so free 0x557173610300 void 0.000114
+gallium_dri.so free 0x557173610230 void 0.000113
+gallium_dri.so malloc 72 0x557173610230 0.000113
+gallium_dri.so free 0x5571736103c0 void 0.000113
+gallium_dri.so free 0x557173610230 void 0.000113
+gallium_dri.so malloc 72 0x557173610230 0.000112
+gallium_dri.so free 0x557173610480 void 0.000114
+gallium_dri.so free 0x557173610230 void 0.000113
+gallium_dri.so malloc 72 0x557173610430 0.000113
+gallium_dri.so free 0x5571735c11c0 void 0.000114
+gallium_dri.so free 0x557173610430 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1210 0.000113
+gallium_dri.so free 0x5571735c1280 void 0.000113
+gallium_dri.so free 0x5571735c1210 void 0.000114
+gallium_dri.so malloc 72 0x5571735c12a0 0.000113
+gallium_dri.so free 0x5571735c1340 void 0.000114
+gallium_dri.so free 0x5571735c12a0 void 0.000185
+gallium_dri.so malloc 72 0x5571735c12f0 0.000116
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so free 0x5571735c12f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735c1480 void 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c13c0 0.000113
+gallium_dri.so free 0x5571735ec680 void 0.000114
+gallium_dri.so free 0x5571735c13c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec6d0 0.000112
+gallium_dri.so free 0x5571735ec740 void 0.000115
+gallium_dri.so free 0x5571735ec6d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec760 0.000112
+gallium_dri.so free 0x5571735ec800 void 0.000113
+gallium_dri.so free 0x5571735ec760 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000112
+gallium_dri.so free 0x5571735ec880 void 0.000112
+gallium_dri.so free 0x5571735ec7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000115
+gallium_dri.so free 0x5571735ec7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ec900 0.000112
+gallium_dri.so free 0x5571735e26c0 void 0.000113
+gallium_dri.so free 0x5571735ec900 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2700 0.000117
+gallium_dri.so free 0x5571735e2780 void 0.000114
+gallium_dri.so free 0x5571735e2700 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2700 0.000114
+gallium_dri.so free 0x5571735e2800 void 0.000113
+gallium_dri.so free 0x5571735e2700 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2830 0.000112
+gallium_dri.so free 0x5571735e2880 void 0.000111
+gallium_dri.so free 0x5571735e2830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e2830 0.000113
+gallium_dri.so free 0x5571735e2980 void 0.000112
+gallium_dri.so free 0x5571735e2830 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2930 0.000111
+gallium_dri.so free 0x5571735df640 void 0.000112
+gallium_dri.so free 0x5571735e2930 void 0.000111
+gallium_dri.so malloc 72 0x5571735df5f0 0.000124
+gallium_dri.so free 0x5571735df680 void 0.000122
+gallium_dri.so free 0x5571735df5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735df5f0 0.000114
+gallium_dri.so free 0x5571735df740 void 0.000114
+gallium_dri.so free 0x5571735df5f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735df7b0 0.000120
+gallium_dri.so free 0x5571735df800 void 0.000118
+gallium_dri.so free 0x5571735df7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df7b0 0.000123
+gallium_dri.so free 0x5571735df900 void 0.000123
+gallium_dri.so free 0x5571735df7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df8b0 0.000114
+gallium_dri.so free 0x5571735f5900 void 0.000130
+gallium_dri.so free 0x5571735df8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5920 0.000114
+gallium_dri.so free 0x5571735f59c0 void 0.000114
+gallium_dri.so free 0x5571735f5920 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5970 0.000125
+gallium_dri.so free 0x5571735f5a40 void 0.000124
+gallium_dri.so free 0x5571735f5970 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5970 0.000117
+gallium_dri.so free 0x5571735f5ac0 void 0.000114
+gallium_dri.so free 0x5571735f5970 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000123
+gallium_dri.so free 0x5571735f5b80 void 0.000125
+gallium_dri.so free 0x5571735f5ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000123
+gallium_dri.so free 0x55717360dc00 void 0.000122
+gallium_dri.so free 0x5571735f5ac0 void 0.000132
+gallium_dri.so malloc 72 0x55717360dbb0 0.000125
+gallium_dri.so free 0x55717360dc40 void 0.000124
+gallium_dri.so free 0x55717360dbb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360dbb0 0.000118
+gallium_dri.so free 0x55717360dd00 void 0.000119
+gallium_dri.so free 0x55717360dbb0 void 0.000134
+gallium_dri.so malloc 72 0x55717360dd40 0.000123
+gallium_dri.so free 0x55717360ddc0 void 0.000123
+gallium_dri.so free 0x55717360dd40 void 0.000124
+gallium_dri.so malloc 72 0x55717360ddc0 0.000123
+gallium_dri.so free 0x55717360de80 void 0.000123
+gallium_dri.so free 0x55717360ddc0 void 0.000119
+gallium_dri.so malloc 72 0x55717360ddc0 0.000113
+gallium_dri.so free 0x5571735c4ac0 void 0.000120
+gallium_dri.so free 0x55717360ddc0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4a70 0.000119
+gallium_dri.so free 0x5571735c4b40 void 0.000118
+gallium_dri.so free 0x5571735c4a70 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4b40 0.000131
+gallium_dri.so free 0x5571735c4c00 void 0.000129
+gallium_dri.so free 0x5571735c4b40 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4b40 0.000123
+gallium_dri.so free 0x5571735c4c80 void 0.000120
+gallium_dri.so free 0x5571735c4b40 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4c80 0.000131
+gallium_dri.so free 0x5571735c4d40 void 0.000129
+gallium_dri.so free 0x5571735c4c80 void 0.000123
+gallium_dri.so malloc 72 0x5571735c4c80 0.000124
+gallium_dri.so free 0x557173461780 void 0.000123
+gallium_dri.so free 0x5571735c4c80 void 0.000125
+gallium_dri.so malloc 72 0x557173461730 0.000137
+gallium_dri.so free 0x557173461800 void 0.000129
+gallium_dri.so free 0x557173461730 void 0.000130
+gallium_dri.so malloc 72 0x557173461730 0.000124
+gallium_dri.so free 0x557173461880 void 0.000124
+gallium_dri.so free 0x557173461730 void 0.000124
+gallium_dri.so malloc 72 0x557173461880 0.000129
+gallium_dri.so free 0x557173461940 void 0.000130
+gallium_dri.so free 0x557173461880 void 0.000129
+gallium_dri.so malloc 72 0x557173461880 0.000125
+gallium_dri.so free 0x557173461a40 void 0.000125
+gallium_dri.so free 0x557173461880 void 0.000130
+gallium_dri.so malloc 72 0x5571734619f0 0.000129
+gallium_dri.so free 0x5571735db580 void 0.000125
+gallium_dri.so free 0x5571734619f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db5b0 0.000130
+gallium_dri.so free 0x5571735db600 void 0.000128
+gallium_dri.so free 0x5571735db5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735db5b0 0.000123
+gallium_dri.so free 0x5571735db700 void 0.000120
+gallium_dri.so free 0x5571735db5b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735db6b0 0.000128
+gallium_dri.so free 0x5571735db7c0 void 0.000129
+gallium_dri.so free 0x5571735db6b0 void 0.000187
+gallium_dri.so malloc 72 0x5571735db770 0.000120
+gallium_dri.so free 0x5571735db800 void 0.000124
+gallium_dri.so free 0x5571735db770 void 0.000130
+gallium_dri.so malloc 72 0x5571735db770 0.000129
+gallium_dri.so free 0x55717346cc40 void 0.000124
+gallium_dri.so free 0x5571735db770 void 0.000125
+gallium_dri.so malloc 72 0x55717346cbf0 0.000124
+gallium_dri.so free 0x55717346cc40 void 0.000121
+gallium_dri.so free 0x55717346cbf0 void 0.000125
+gallium_dri.so malloc 72 0x55717346cbf0 0.000129
+gallium_dri.so free 0x55717346cd40 void 0.000129
+gallium_dri.so free 0x55717346cbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346ccf0 0.000125
+gallium_dri.so free 0x55717346ce00 void 0.000123
+gallium_dri.so free 0x55717346ccf0 void 0.000124
+gallium_dri.so malloc 72 0x55717346cdb0 0.000129
+gallium_dri.so free 0x55717346ce40 void 0.000129
+gallium_dri.so free 0x55717346cdb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346cdb0 0.000123
+gallium_dri.so free 0x55717346cf00 void 0.000122
+gallium_dri.so free 0x55717346cdb0 void 0.000124
+gallium_dri.so malloc 72 0x55717346cf40 0.000129
+gallium_dri.so free 0x55717360c8c0 void 0.000129
+gallium_dri.so free 0x55717346cf40 void 0.000132
+gallium_dri.so malloc 72 0x55717360c910 0.000130
+gallium_dri.so free 0x55717360c980 void 0.000128
+gallium_dri.so free 0x55717360c910 void 0.000131
+gallium_dri.so malloc 72 0x55717360c9e0 0.000129
+gallium_dri.so free 0x55717360ca80 void 0.000120
+gallium_dri.so free 0x55717360c9e0 void 0.000124
+gallium_dri.so malloc 72 0x55717360ca30 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000114
+gallium_dri.so free 0x55717360ca30 void 0.000112
+gallium_dri.so malloc 72 0x55717360ca30 0.000115
+gallium_dri.so free 0x55717360cb80 void 0.000114
+gallium_dri.so free 0x55717360ca30 void 0.000112
+gallium_dri.so malloc 72 0x55717360cbc0 0.000112
+gallium_dri.so free 0x557173600840 void 0.000114
+gallium_dri.so free 0x55717360cbc0 void 0.000114
+gallium_dri.so malloc 72 0x5571736007f0 0.000115
+gallium_dri.so free 0x557173600900 void 0.000114
+gallium_dri.so free 0x5571736007f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736008b0 0.000112
+gallium_dri.so free 0x557173600940 void 0.000112
+gallium_dri.so free 0x5571736008b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736008b0 0.000113
+gallium_dri.so free 0x557173600a00 void 0.000113
+gallium_dri.so free 0x5571736008b0 void 0.000113
+gallium_dri.so malloc 72 0x557173600a50 0.000113
+gallium_dri.so free 0x557173600ac0 void 0.000113
+gallium_dri.so free 0x557173600a50 void 0.000132
+gallium_dri.so malloc 72 0x557173600b00 0.000114
+gallium_dri.so free 0x557173473680 void 0.000113
+gallium_dri.so free 0x557173600b00 void 0.000112
+gallium_dri.so malloc 72 0x5571734736d0 0.000112
+gallium_dri.so free 0x557173473740 void 0.000112
+gallium_dri.so free 0x5571734736d0 void 0.000114
+gallium_dri.so malloc 72 0x557173473760 0.000113
+gallium_dri.so free 0x557173473800 void 0.000112
+gallium_dri.so free 0x557173473760 void 0.000112
+gallium_dri.so malloc 72 0x5571734737b0 0.000112
+gallium_dri.so free 0x557173473880 void 0.000113
+gallium_dri.so free 0x5571734737b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734737b0 0.000113
+gallium_dri.so free 0x557173473900 void 0.000113
+gallium_dri.so free 0x5571734737b0 void 0.000113
+gallium_dri.so malloc 72 0x557173473900 0.000112
+gallium_dri.so free 0x5571735fa5c0 void 0.000114
+gallium_dri.so free 0x557173473900 void 0.000112
+gallium_dri.so malloc 72 0x557173473900 0.000113
+gallium_dri.so free 0x5571735fa640 void 0.000115
+gallium_dri.so free 0x557173473900 void 0.000113
+gallium_dri.so malloc 72 0x557173473900 0.000112
+gallium_dri.so free 0x5571735fa700 void 0.000115
+gallium_dri.so free 0x557173473900 void 0.000115
+gallium_dri.so malloc 72 0x557173473900 0.000112
+gallium_dri.so free 0x5571735fa7c0 void 0.000114
+gallium_dri.so free 0x557173473900 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa770 0.000129
+gallium_dri.so free 0x5571735fa840 void 0.000120
+gallium_dri.so free 0x5571735fa770 void 0.000113
+gallium_dri.so malloc 72 0x5571735fa890 0.000113
+gallium_dri.so free 0x557173601340 void 0.000114
+gallium_dri.so free 0x5571735fa890 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa890 0.000115
+gallium_dri.so free 0x5571736013c0 void 0.000113
+gallium_dri.so free 0x5571735fa890 void 0.000113
+gallium_dri.so malloc 72 0x5571736013f0 0.000113
+gallium_dri.so free 0x557173601440 void 0.000116
+gallium_dri.so free 0x5571736013f0 void 0.000113
+gallium_dri.so malloc 72 0x5571736013f0 0.000113
+gallium_dri.so free 0x557173601540 void 0.000114
+gallium_dri.so free 0x5571736013f0 void 0.000113
+gallium_dri.so malloc 72 0x557173601580 0.000113
+gallium_dri.so free 0x557173601600 void 0.000114
+gallium_dri.so free 0x557173601580 void 0.000113
+gallium_dri.so malloc 72 0x557173601600 0.000113
+gallium_dri.so free 0x5571735dacc0 void 0.000113
+gallium_dri.so free 0x557173601600 void 0.000112
+gallium_dri.so malloc 72 0x5571735dac70 0.000119
+gallium_dri.so free 0x5571735dad00 void 0.000113
+gallium_dri.so free 0x5571735dac70 void 0.000113
+gallium_dri.so malloc 72 0x5571735dac70 0.000113
+gallium_dri.so free 0x5571735dadc0 void 0.000113
+gallium_dri.so free 0x5571735dac70 void 0.000112
+gallium_dri.so malloc 72 0x5571735dae00 0.000126
+gallium_dri.so free 0x5571735dae80 void 0.000116
+gallium_dri.so free 0x5571735dae00 void 0.000126
+gallium_dri.so malloc 72 0x5571735dae80 0.000115
+gallium_dri.so free 0x5571735daf40 void 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dae80 0.000113
+gallium_dri.so free 0x5571735f5040 void 0.000114
+gallium_dri.so free 0x5571735dae80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000113
+gallium_dri.so free 0x5571735f5080 void 0.000113
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000115
+gallium_dri.so free 0x5571735f5140 void 0.000113
+gallium_dri.so free 0x5571735f4ff0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f5180 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so free 0x5571735f5180 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000112
+gallium_dri.so free 0x5571735f52c0 void 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5200 0.000111
+gallium_dri.so free 0x5571735f5340 void 0.000113
+gallium_dri.so free 0x5571735f5200 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735ebdc0 void 0.000114
+gallium_dri.so free 0x5571735f5200 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebd70 0.000132
+gallium_dri.so free 0x5571735ebe80 void 0.000116
+gallium_dri.so free 0x5571735ebd70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebe30 0.000113
+gallium_dri.so free 0x5571735ebf00 void 0.000113
+gallium_dri.so free 0x5571735ebe30 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebf50 0.000113
+gallium_dri.so free 0x5571735ebfc0 void 0.000113
+gallium_dri.so free 0x5571735ebf50 void 0.000112
+gallium_dri.so malloc 72 0x5571735ebfe0 0.000112
+gallium_dri.so free 0x5571735ec080 void 0.000114
+gallium_dri.so free 0x5571735ebfe0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec030 0.000114
+gallium_dri.so free 0x5571735fb680 void 0.000113
+gallium_dri.so free 0x5571735ec030 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb630 0.000116
+gallium_dri.so free 0x5571735fb700 void 0.000118
+gallium_dri.so free 0x5571735fb630 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb750 0.000114
+gallium_dri.so free 0x5571735fb7c0 void 0.000113
+gallium_dri.so free 0x5571735fb750 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb800 0.000112
+gallium_dri.so free 0x5571735fb880 void 0.000113
+gallium_dri.so free 0x5571735fb800 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb800 0.000112
+gallium_dri.so free 0x5571735fb900 void 0.000114
+gallium_dri.so free 0x5571735fb800 void 0.000112
+gallium_dri.so malloc 72 0x5571735fb930 0.000112
+gallium_dri.so free 0x5571735c0900 void 0.000168
+gallium_dri.so free 0x5571735fb930 void 0.000114
+gallium_dri.so malloc 72 0x5571735c08b0 0.000116
+gallium_dri.so free 0x5571735c0980 void 0.000115
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c09d0 0.000113
+gallium_dri.so free 0x5571735fb980 void 0.000113
+gallium_dri.so free 0x5571735c09d0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c09d0 0.000112
+gallium_dri.so free 0x5571735c0a40 void 0.000114
+gallium_dri.so free 0x5571735c09d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a70 0.000115
+gallium_dri.so free 0x5571735c0ac0 void 0.000112
+gallium_dri.so free 0x5571735c0a70 void 0.000112
+gallium_dri.so malloc 72 0x5571735c0a70 0.000113
+gallium_dri.so free 0x5571735c0bc0 void 0.000114
+gallium_dri.so free 0x5571735c0a70 void 0.000124
+gallium_dri.so malloc 72 0x5571735c0c00 0.000115
+gallium_dri.so free 0x5571735e1e00 void 0.000114
+gallium_dri.so free 0x5571735c0c00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1db0 0.000112
+gallium_dri.so free 0x5571735e1ec0 void 0.000114
+gallium_dri.so free 0x5571735e1db0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e1e70 0.000112
+gallium_dri.so free 0x5571735e1f00 void 0.000112
+gallium_dri.so free 0x5571735e1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1e70 0.000112
+gallium_dri.so free 0x5571735e1fc0 void 0.000129
+gallium_dri.so free 0x5571735e1e70 void 0.000114
+gallium_dri.so malloc 72 0x5571735e2000 0.000112
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so free 0x5571735e2000 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2080 0.000114
+gallium_dri.so free 0x5571736068c0 void 0.000113
+gallium_dri.so free 0x5571735e2080 void 0.000112
+gallium_dri.so malloc 72 0x557173606920 0.000113
+gallium_dri.so free 0x5571736069c0 void 0.000113
+gallium_dri.so free 0x557173606920 void 0.000113
+gallium_dri.so malloc 72 0x557173606970 0.000113
+gallium_dri.so free 0x557173606a00 void 0.000113
+gallium_dri.so free 0x557173606970 void 0.000113
+gallium_dri.so malloc 72 0x557173606970 0.000112
+gallium_dri.so free 0x557173606ac0 void 0.000114
+gallium_dri.so free 0x557173606970 void 0.000113
+gallium_dri.so malloc 72 0x557173606b00 0.000113
+gallium_dri.so free 0x557173606b80 void 0.000113
+gallium_dri.so free 0x557173606b00 void 0.000116
+gallium_dri.so malloc 72 0x557173606b80 0.000114
+gallium_dri.so free 0x557173606c40 void 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000113
+gallium_dri.so malloc 72 0x557173606b80 0.000113
+gallium_dri.so free 0x5571735f3300 void 0.000114
+gallium_dri.so free 0x557173606b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3330 0.000112
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so free 0x5571735f3330 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3380 0.000114
+gallium_dri.so free 0x5571735f3440 void 0.000114
+gallium_dri.so free 0x5571735f3380 void 0.000113
+gallium_dri.so malloc 72 0x5571735f3380 0.000113
+gallium_dri.so free 0x5571735f3540 void 0.000113
+gallium_dri.so free 0x5571735f3380 void 0.000114
+gallium_dri.so malloc 72 0x5571735f34f0 0.000113
+gallium_dri.so free 0x5571735f3600 void 0.000112
+gallium_dri.so free 0x5571735f34f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f35b0 0.000113
+gallium_dri.so free 0x5571735f3640 void 0.000112
+gallium_dri.so free 0x5571735f35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35b0 0.000112
+gallium_dri.so free 0x557173620740 void 0.000114
+gallium_dri.so free 0x5571735f35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f35b0 0.000112
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so free 0x5571735f35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571736207c0 0.000113
+gallium_dri.so free 0x557173620880 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000129
+gallium_dri.so malloc 72 0x5571736207c0 0.000114
+gallium_dri.so free 0x557173620980 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x557173620930 0.000112
+gallium_dri.so free 0x5571736209c0 void 0.000113
+gallium_dri.so free 0x557173620930 void 0.000126
+gallium_dri.so malloc 72 0x557173620930 0.000118
+gallium_dri.so free 0x557173620a80 void 0.000114
+gallium_dri.so free 0x557173620930 void 0.000113
+gallium_dri.so malloc 72 0x557173620ac0 0.000123
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so free 0x557173620ac0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd180 0.000113
+gallium_dri.so free 0x5571735fd240 void 0.000115
+gallium_dri.so free 0x5571735fd180 void 0.000113
+gallium_dri.so malloc 72 0x5571735fd180 0.000112
+gallium_dri.so free 0x5571735fd2c0 void 0.000114
+gallium_dri.so free 0x5571735fd180 void 0.000111
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000113
+gallium_dri.so free 0x5571735fd340 void 0.000113
+gallium_dri.so free 0x5571735fd2f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fd2f0 0.000126
+gallium_dri.so free 0x5571735fd440 void 0.000133
+gallium_dri.so free 0x5571735fd2f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735fd480 0.000124
+gallium_dri.so free 0x5571735c39c0 void 0.000122
+gallium_dri.so free 0x5571735fd480 void 0.000122
+gallium_dri.so malloc 72 0x5571735c39c0 0.000125
+gallium_dri.so free 0x5571735c3a80 void 0.000118
+gallium_dri.so free 0x5571735c39c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c39c0 0.000113
+gallium_dri.so free 0x5571735c3b00 void 0.000117
+gallium_dri.so free 0x5571735c39c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c3b30 0.000114
+gallium_dri.so free 0x5571735fd500 void 0.000113
+gallium_dri.so free 0x5571735c3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b30 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000137
+gallium_dri.so free 0x5571735c3b30 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x5571735c3c40 void 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b80 0.000114
+gallium_dri.so free 0x5571735c3d40 void 0.000114
+gallium_dri.so free 0x5571735c3b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3b80 0.000112
+gallium_dri.so free 0x55717346e100 void 0.000117
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3b80 0.000113
+gallium_dri.so free 0x55717346e1c0 void 0.000113
+gallium_dri.so free 0x5571735c3b80 void 0.000113
+gallium_dri.so malloc 72 0x55717346e170 0.000113
+gallium_dri.so free 0x55717346e240 void 0.000114
+gallium_dri.so free 0x55717346e170 void 0.000112
+gallium_dri.so malloc 72 0x55717346e290 0.000114
+gallium_dri.so free 0x55717346e300 void 0.000115
+gallium_dri.so free 0x55717346e290 void 0.000112
+gallium_dri.so malloc 72 0x55717346e320 0.000115
+gallium_dri.so free 0x55717346e3c0 void 0.000113
+gallium_dri.so free 0x55717346e320 void 0.000174
+gallium_dri.so malloc 72 0x55717346e370 0.000113
+gallium_dri.so free 0x55717346e440 void 0.000113
+gallium_dri.so free 0x55717346e370 void 0.000113
+gallium_dri.so malloc 72 0x55717346e440 0.000113
+gallium_dri.so free 0x557173608480 void 0.000113
+gallium_dri.so free 0x55717346e440 void 0.000112
+gallium_dri.so malloc 72 0x55717346e440 0.000113
+gallium_dri.so free 0x557173608500 void 0.000114
+gallium_dri.so free 0x55717346e440 void 0.000113
+gallium_dri.so malloc 72 0x557173608500 0.000113
+gallium_dri.so free 0x5571736085c0 void 0.000114
+gallium_dri.so free 0x557173608500 void 0.000112
+gallium_dri.so malloc 72 0x557173608500 0.000114
+gallium_dri.so free 0x557173608680 void 0.000114
+gallium_dri.so free 0x557173608500 void 0.000113
+gallium_dri.so malloc 72 0x557173608500 0.000113
+gallium_dri.so free 0x557173608740 void 0.000127
+gallium_dri.so free 0x557173608500 void 0.000117
+gallium_dri.so malloc 72 0x5571736086f0 0.000112
+gallium_dri.so free 0x5571736087c0 void 0.000114
+gallium_dri.so free 0x5571736086f0 void 0.000113
+gallium_dri.so malloc 72 0x557173608810 0.000112
+gallium_dri.so free 0x557173464e00 void 0.000115
+gallium_dri.so free 0x557173608810 void 0.000113
+gallium_dri.so malloc 72 0x557173608810 0.000118
+gallium_dri.so free 0x557173464e80 void 0.000123
+gallium_dri.so free 0x557173608810 void 0.000122
+gallium_dri.so malloc 72 0x557173608810 0.000122
+gallium_dri.so free 0x557173464f40 void 0.000117
+gallium_dri.so free 0x557173608810 void 0.000114
+gallium_dri.so malloc 72 0x557173608810 0.000116
+gallium_dri.so free 0x557173465000 void 0.000114
+gallium_dri.so free 0x557173608810 void 0.000123
+gallium_dri.so malloc 72 0x557173464fb0 0.000119
+gallium_dri.so free 0x557173465080 void 0.000119
+gallium_dri.so free 0x557173464fb0 void 0.000117
+gallium_dri.so malloc 72 0x5571734650d0 0.000117
+gallium_dri.so free 0x557173465140 void 0.000119
+gallium_dri.so free 0x5571734650d0 void 0.000117
+gallium_dri.so malloc 72 0x557173465160 0.000118
+gallium_dri.so free 0x557173462840 void 0.000116
+gallium_dri.so free 0x557173465160 void 0.000117
+gallium_dri.so malloc 72 0x557173465160 0.000115
+gallium_dri.so free 0x557173462900 void 0.000116
+gallium_dri.so free 0x557173465160 void 0.000120
+gallium_dri.so malloc 72 0x5571734628b0 0.000119
+gallium_dri.so free 0x557173462900 void 0.000118
+gallium_dri.so free 0x5571734628b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734628b0 0.000118
+gallium_dri.so free 0x557173462a00 void 0.000116
+gallium_dri.so free 0x5571734628b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734629b0 0.000121
+gallium_dri.so free 0x557173462ac0 void 0.000137
+gallium_dri.so free 0x5571734629b0 void 0.000116
+gallium_dri.so malloc 72 0x557173462a70 0.000119
+gallium_dri.so free 0x557173462b00 void 0.000118
+gallium_dri.so free 0x557173462a70 void 0.000117
+gallium_dri.so malloc 72 0x557173462a70 0.000116
+gallium_dri.so free 0x5571735d25c0 void 0.000115
+gallium_dri.so free 0x557173462a70 void 0.000114
+gallium_dri.so malloc 72 0x557173462a70 0.000119
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so free 0x557173462a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735d2640 0.000119
+gallium_dri.so free 0x5571735d2700 void 0.000118
+gallium_dri.so free 0x5571735d2640 void 0.000119
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x5571735d2800 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2640 0.000118
+gallium_dri.so free 0x557173462bc0 void 0.000116
+gallium_dri.so free 0x5571735d2640 void 0.000118
+gallium_dri.so malloc 72 0x557173462bf0 0.000118
+gallium_dri.so free 0x5571735d2880 void 0.000118
+gallium_dri.so free 0x557173462bf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735d28c0 0.000116
+gallium_dri.so free 0x55717360f0c0 void 0.000116
+gallium_dri.so free 0x5571735d28c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f0c0 0.000193
+gallium_dri.so free 0x55717360f180 void 0.000119
+gallium_dri.so free 0x55717360f0c0 void 0.000114
+gallium_dri.so malloc 72 0x55717360f0c0 0.000114
+gallium_dri.so free 0x55717360f200 void 0.000134
+gallium_dri.so free 0x55717360f0c0 void 0.000116
+gallium_dri.so malloc 72 0x55717360f230 0.000115
+gallium_dri.so free 0x55717360f280 void 0.000118
+gallium_dri.so free 0x55717360f230 void 0.000117
+gallium_dri.so malloc 72 0x55717360f280 0.000115
+gallium_dri.so free 0x5571735d2940 void 0.000115
+gallium_dri.so free 0x55717360f280 void 0.000121
+gallium_dri.so malloc 72 0x55717360f280 0.000117
+gallium_dri.so free 0x55717360f340 void 0.000117
+gallium_dri.so free 0x55717360f280 void 0.000121
+gallium_dri.so malloc 72 0x55717360f340 0.000119
+gallium_dri.so free 0x55717360f400 void 0.000120
+gallium_dri.so free 0x55717360f340 void 0.000119
+gallium_dri.so malloc 72 0x55717360f340 0.000118
+gallium_dri.so free 0x5571735f8100 void 0.000121
+gallium_dri.so free 0x55717360f340 void 0.000118
+gallium_dri.so malloc 72 0x55717360f340 0.000119
+gallium_dri.so free 0x5571735f81c0 void 0.000120
+gallium_dri.so free 0x55717360f340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8170 0.000117
+gallium_dri.so free 0x5571735f8240 void 0.000119
+gallium_dri.so free 0x5571735f8170 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8290 0.000121
+gallium_dri.so free 0x5571735f8300 void 0.000117
+gallium_dri.so free 0x5571735f8290 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8340 0.000117
+gallium_dri.so free 0x5571735f83c0 void 0.000120
+gallium_dri.so free 0x5571735f8340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8340 0.000273
+gallium_dri.so free 0x5571735f8440 void 0.000124
+gallium_dri.so free 0x5571735f8340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f8470 0.000116
+gallium_dri.so free 0x5571735d0000 void 0.000116
+gallium_dri.so free 0x5571735f8470 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8470 0.000121
+gallium_dri.so free 0x5571735d0080 void 0.000122
+gallium_dri.so free 0x5571735f8470 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d0140 void 0.000122
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0080 0.000119
+gallium_dri.so free 0x5571735d0200 void 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0080 0.000120
+gallium_dri.so free 0x5571735d02c0 void 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000120
+gallium_dri.so malloc 72 0x5571735d0270 0.000142
+gallium_dri.so free 0x5571735d02c0 void 0.000123
+gallium_dri.so free 0x5571735d0270 void 0.000115
+gallium_dri.so malloc 72 0x5571735d0270 0.000116
+gallium_dri.so free 0x5571735ff740 void 0.000116
+gallium_dri.so free 0x5571735d0270 void 0.000116
+gallium_dri.so malloc 72 0x5571735ff740 0.000115
+gallium_dri.so free 0x5571735d03c0 void 0.000115
+gallium_dri.so free 0x5571735ff740 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0370 0.000117
+gallium_dri.so free 0x5571735ff800 void 0.000121
+gallium_dri.so free 0x5571735d0370 void 0.000117
+gallium_dri.so malloc 72 0x5571735d0370 0.000117
+gallium_dri.so free 0x5571735ff8c0 void 0.000121
+gallium_dri.so free 0x5571735d0370 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff870 0.000118
+gallium_dri.so free 0x5571735ff940 void 0.000120
+gallium_dri.so free 0x5571735ff870 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff990 0.000133
+gallium_dri.so free 0x5571735ffa00 void 0.000118
+gallium_dri.so free 0x5571735ff990 void 0.000120
+gallium_dri.so malloc 72 0x5571735ffa60 0.000119
+gallium_dri.so free 0x5571735ffb00 void 0.000120
+gallium_dri.so free 0x5571735ffa60 void 0.000125
+gallium_dri.so malloc 72 0x5571735ffab0 0.000120
+gallium_dri.so free 0x55717358e200 void 0.000119
+gallium_dri.so free 0x5571735ffab0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ffab0 0.000121
+gallium_dri.so free 0x55717358e2c0 void 0.000117
+gallium_dri.so free 0x5571735ffab0 void 0.000119
+gallium_dri.so malloc 72 0x55717358e270 0.000119
+gallium_dri.so free 0x55717358e340 void 0.000119
+gallium_dri.so free 0x55717358e270 void 0.000119
+gallium_dri.so malloc 72 0x55717358e390 0.000116
+gallium_dri.so free 0x55717358e400 void 0.000118
+gallium_dri.so free 0x55717358e390 void 0.000116
+gallium_dri.so malloc 72 0x55717358e420 0.000118
+gallium_dri.so free 0x55717358e4c0 void 0.000116
+gallium_dri.so free 0x55717358e420 void 0.000139
+gallium_dri.so malloc 72 0x55717358e470 0.000117
+gallium_dri.so free 0x55717358e540 void 0.000120
+gallium_dri.so free 0x55717358e470 void 0.000118
+gallium_dri.so malloc 72 0x55717358e540 0.000118
+gallium_dri.so free 0x55717346bb40 void 0.000121
+gallium_dri.so free 0x55717358e540 void 0.000117
+gallium_dri.so malloc 72 0x55717358e540 0.000118
+gallium_dri.so free 0x55717346bbc0 void 0.000120
+gallium_dri.so free 0x55717358e540 void 0.000116
+gallium_dri.so malloc 72 0x55717346bbc0 0.000120
+gallium_dri.so free 0x55717346bc80 void 0.000116
+gallium_dri.so free 0x55717346bbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717346bbc0 0.000117
+gallium_dri.so free 0x55717346bd40 void 0.000206
+gallium_dri.so free 0x55717346bbc0 void 0.000116
+gallium_dri.so malloc 72 0x55717346bbc0 0.000115
+gallium_dri.so free 0x55717346be00 void 0.000122
+gallium_dri.so free 0x55717346bbc0 void 0.000133
+gallium_dri.so malloc 72 0x55717346bdb0 0.000182
+gallium_dri.so free 0x55717346be80 void 0.000128
+gallium_dri.so free 0x55717346bdb0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bed0 0.000116
+gallium_dri.so free 0x557173469380 void 0.000115
+gallium_dri.so free 0x55717346bed0 void 0.000114
+gallium_dri.so malloc 72 0x55717346bed0 0.000114
+gallium_dri.so free 0x557173469400 void 0.000115
+gallium_dri.so free 0x55717346bed0 void 0.000113
+gallium_dri.so malloc 72 0x55717346bed0 0.000113
+gallium_dri.so free 0x5571734694c0 void 0.000114
+gallium_dri.so free 0x55717346bed0 void 0.000112
+gallium_dri.so malloc 72 0x55717346bed0 0.000111
+gallium_dri.so free 0x557173469580 void 0.000112
+gallium_dri.so free 0x55717346bed0 void 0.000113
+gallium_dri.so malloc 72 0x557173469530 0.000113
+gallium_dri.so free 0x557173469600 void 0.000118
+gallium_dri.so free 0x557173469530 void 0.000119
+gallium_dri.so malloc 72 0x557173469650 0.000119
+gallium_dri.so free 0x5571734696c0 void 0.000117
+gallium_dri.so free 0x557173469650 void 0.000119
+gallium_dri.so malloc 72 0x5571734696e0 0.000138
+gallium_dri.so free 0x55717358ec00 void 0.000119
+gallium_dri.so free 0x5571734696e0 void 0.000116
+gallium_dri.so malloc 72 0x55717358ec30 0.000118
+gallium_dri.so free 0x55717358ec80 void 0.000116
+gallium_dri.so free 0x55717358ec30 void 0.000126
+gallium_dri.so malloc 72 0x55717358ec30 0.000116
+gallium_dri.so free 0x55717358ed80 void 0.000118
+gallium_dri.so free 0x55717358ec30 void 0.000116
+gallium_dri.so malloc 72 0x55717358edc0 0.000116
+gallium_dri.so free 0x55717358ee40 void 0.000117
+gallium_dri.so free 0x55717358edc0 void 0.000119
+gallium_dri.so malloc 72 0x55717358ee40 0.000117
+gallium_dri.so free 0x55717358ef00 void 0.000117
+gallium_dri.so free 0x55717358ee40 void 0.000118
+gallium_dri.so malloc 72 0x55717358ee40 0.000116
+gallium_dri.so free 0x55717358ef80 void 0.000118
+gallium_dri.so free 0x55717358ee40 void 0.000121
+gallium_dri.so malloc 72 0x55717358efb0 0.000119
+gallium_dri.so free 0x55717360fac0 void 0.000118
+gallium_dri.so free 0x55717358efb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360fb00 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so free 0x55717360fb00 void 0.000118
+gallium_dri.so malloc 72 0x55717360fb80 0.000117
+gallium_dri.so free 0x55717360fc40 void 0.000119
+gallium_dri.so free 0x55717360fb80 void 0.000124
+gallium_dri.so malloc 72 0x55717360fb80 0.000123
+gallium_dri.so free 0x55717360fd00 void 0.000118
+gallium_dri.so free 0x55717360fb80 void 0.000117
+gallium_dri.so malloc 72 0x55717360fd20 0.000119
+gallium_dri.so free 0x55717360fdc0 void 0.000118
+gallium_dri.so free 0x55717360fd20 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd70 0.000118
+gallium_dri.so free 0x55717360fe40 void 0.000120
+gallium_dri.so free 0x55717360fd70 void 0.000118
+gallium_dri.so malloc 72 0x55717360fd70 0.000119
+gallium_dri.so free 0x5571735d2fc0 void 0.000117
+gallium_dri.so free 0x55717360fd70 void 0.000119
+gallium_dri.so malloc 72 0x5571735d3010 0.000117
+gallium_dri.so free 0x5571735d3080 void 0.000118
+gallium_dri.so free 0x5571735d3010 void 0.000118
+gallium_dri.so malloc 72 0x5571735d30a0 0.000117
+gallium_dri.so free 0x5571735d3140 void 0.000119
+gallium_dri.so free 0x5571735d30a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d30f0 0.000117
+gallium_dri.so free 0x5571735d31c0 void 0.000118
+gallium_dri.so free 0x5571735d30f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d31c0 0.000118
+gallium_dri.so free 0x5571735d3280 void 0.000123
+gallium_dri.so free 0x5571735d31c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d31c0 0.000121
+gallium_dri.so free 0x5571735d3300 void 0.000120
+gallium_dri.so free 0x5571735d31c0 void 0.000191
+gallium_dri.so malloc 72 0x5571735d3300 0.000119
+gallium_dri.so free 0x5571735fdb80 void 0.000121
+gallium_dri.so free 0x5571735d3300 void 0.000119
+gallium_dri.so malloc 72 0x5571735fdba0 0.000143
+gallium_dri.so free 0x5571735fdc40 void 0.000134
+gallium_dri.so free 0x5571735fdba0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000132
+gallium_dri.so free 0x5571735fdcc0 void 0.000133
+gallium_dri.so free 0x5571735fdbf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000129
+gallium_dri.so free 0x5571735fdd40 void 0.000132
+gallium_dri.so free 0x5571735fdbf0 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdd40 0.000131
+gallium_dri.so free 0x5571735fde00 void 0.000133
+gallium_dri.so free 0x5571735fdd40 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdd40 0.000134
+gallium_dri.so free 0x5571735fdf00 void 0.000134
+gallium_dri.so free 0x5571735fdd40 void 0.000132
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000133
+gallium_dri.so free 0x557173609e80 void 0.000135
+gallium_dri.so free 0x5571735fdeb0 void 0.000134
+gallium_dri.so malloc 72 0x557173609eb0 0.000130
+gallium_dri.so free 0x557173609f00 void 0.000141
+gallium_dri.so free 0x557173609eb0 void 0.000128
+gallium_dri.so malloc 72 0x557173609eb0 0.000129
+gallium_dri.so free 0x55717360a000 void 0.000128
+gallium_dri.so free 0x557173609eb0 void 0.000126
+gallium_dri.so malloc 72 0x557173609fb0 0.000129
+gallium_dri.so free 0x5571735fdf40 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000127
+gallium_dri.so malloc 72 0x557173609fb0 0.000132
+gallium_dri.so free 0x55717360a0c0 void 0.000130
+gallium_dri.so free 0x557173609fb0 void 0.000135
+gallium_dri.so malloc 72 0x55717360a070 0.000132
+gallium_dri.so free 0x55717360a140 void 0.000130
+gallium_dri.so free 0x55717360a070 void 0.000131
+gallium_dri.so malloc 72 0x55717360a070 0.000129
+gallium_dri.so free 0x55717360a240 void 0.000128
+gallium_dri.so free 0x55717360a070 void 0.000131
+gallium_dri.so malloc 72 0x55717360a1f0 0.000165
+gallium_dri.so free 0x5571735e3300 void 0.000123
+gallium_dri.so free 0x55717360a1f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3350 0.000121
+gallium_dri.so free 0x5571735e33c0 void 0.000121
+gallium_dri.so free 0x5571735e3350 void 0.000122
+gallium_dri.so malloc 72 0x5571735e33e0 0.000120
+gallium_dri.so free 0x5571735e3480 void 0.000136
+gallium_dri.so free 0x5571735e33e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e3430 0.000118
+gallium_dri.so free 0x5571735e3500 void 0.000119
+gallium_dri.so free 0x5571735e3430 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3430 0.000119
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so free 0x5571735e3430 void 0.000119
+gallium_dri.so malloc 72 0x5571735e3580 0.000118
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3580 0.000119
+gallium_dri.so free 0x5571735f6540 void 0.000120
+gallium_dri.so free 0x5571735e3580 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6560 0.000118
+gallium_dri.so free 0x5571735f6600 void 0.000120
+gallium_dri.so free 0x5571735f6560 void 0.000119
+gallium_dri.so malloc 72 0x5571735f65b0 0.000119
+gallium_dri.so free 0x5571735f6680 void 0.000120
+gallium_dri.so free 0x5571735f65b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f65b0 0.000119
+gallium_dri.so free 0x5571735f6700 void 0.000119
+gallium_dri.so free 0x5571735f65b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6700 0.000118
+gallium_dri.so free 0x5571735f67c0 void 0.000120
+gallium_dri.so free 0x5571735f6700 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6700 0.000179
+gallium_dri.so free 0x5571735f6880 void 0.000124
+gallium_dri.so free 0x5571735f6700 void 0.000120
+gallium_dri.so malloc 72 0x5571735f6700 0.000120
+gallium_dri.so free 0x5571735c1e00 void 0.000120
+gallium_dri.so free 0x5571735f6700 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1e50 0.000133
+gallium_dri.so free 0x5571735c1ec0 void 0.000121
+gallium_dri.so free 0x5571735c1e50 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f00 0.000118
+gallium_dri.so free 0x5571735c1f80 void 0.000119
+gallium_dri.so free 0x5571735c1f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c1f80 0.000119
+gallium_dri.so free 0x5571735c2040 void 0.000123
+gallium_dri.so free 0x5571735c1f80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f80 0.000120
+gallium_dri.so free 0x5571735f6940 void 0.000120
+gallium_dri.so free 0x5571735c1f80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f68f0 0.000122
+gallium_dri.so free 0x5571735c20c0 void 0.000121
+gallium_dri.so free 0x5571735f68f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2100 0.000119
+gallium_dri.so free 0x5571735c2180 void 0.000121
+gallium_dri.so free 0x5571735c2100 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2180 0.000120
+gallium_dri.so free 0x5571735911c0 void 0.000121
+gallium_dri.so free 0x5571735c2180 void 0.000127
+gallium_dri.so malloc 72 0x557173591200 0.000121
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so free 0x557173591200 void 0.000120
+gallium_dri.so malloc 72 0x557173591200 0.000120
+gallium_dri.so free 0x557173591300 void 0.000121
+gallium_dri.so free 0x557173591200 void 0.000119
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x557173591380 void 0.000121
+gallium_dri.so free 0x557173591330 void 0.000120
+gallium_dri.so malloc 72 0x557173591330 0.000119
+gallium_dri.so free 0x557173591480 void 0.000121
+gallium_dri.so free 0x557173591330 void 0.000119
+gallium_dri.so malloc 72 0x557173591430 0.000120
+gallium_dri.so free 0x557173591540 void 0.000120
+gallium_dri.so free 0x557173591430 void 0.000119
+gallium_dri.so malloc 72 0x5571735914f0 0.000119
+gallium_dri.so free 0x557173469f80 void 0.000120
+gallium_dri.so free 0x5571735914f0 void 0.000119
+gallium_dri.so malloc 72 0x557173469fb0 0.000120
+gallium_dri.so free 0x55717346a000 void 0.000133
+gallium_dri.so free 0x557173469fb0 void 0.000120
+gallium_dri.so malloc 72 0x557173469fb0 0.000120
+gallium_dri.so free 0x55717346a100 void 0.000120
+gallium_dri.so free 0x557173469fb0 void 0.000121
+gallium_dri.so malloc 72 0x55717346a140 0.000131
+gallium_dri.so free 0x55717346a1c0 void 0.000123
+gallium_dri.so free 0x55717346a140 void 0.000122
+gallium_dri.so malloc 72 0x55717346a1c0 0.000119
+gallium_dri.so free 0x557173591580 void 0.000120
+gallium_dri.so free 0x55717346a1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1c0 0.000119
+gallium_dri.so free 0x55717346a280 void 0.000120
+gallium_dri.so free 0x55717346a1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a1c0 0.000142
+gallium_dri.so free 0x55717346a340 void 0.000120
+gallium_dri.so free 0x55717346a1c0 void 0.000122
+gallium_dri.so malloc 72 0x55717346a2f0 0.000119
+gallium_dri.so free 0x55717360d500 void 0.000121
+gallium_dri.so free 0x55717346a2f0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d550 0.000223
+gallium_dri.so free 0x55717360d5c0 void 0.000231
+gallium_dri.so free 0x55717360d550 void 0.000232
+gallium_dri.so malloc 72 0x55717360d620 0.000266
+gallium_dri.so free 0x55717360d6c0 void 0.000277
+gallium_dri.so free 0x55717360d620 void 0.000190
+gallium_dri.so malloc 72 0x55717360d670 0.000257
+gallium_dri.so free 0x55717360d700 void 0.000120
+gallium_dri.so free 0x55717360d670 void 0.000119
+gallium_dri.so malloc 72 0x55717360d670 0.000117
+gallium_dri.so free 0x55717360d7c0 void 0.000119
+gallium_dri.so free 0x55717360d670 void 0.000118
+gallium_dri.so malloc 72 0x55717360d800 0.000118
+gallium_dri.so free 0x55717360d880 void 0.000118
+gallium_dri.so free 0x55717360d800 void 0.000117
+gallium_dri.so malloc 72 0x55717360d880 0.000118
+gallium_dri.so free 0x557173463240 void 0.000119
+gallium_dri.so free 0x55717360d880 void 0.000117
+gallium_dri.so malloc 72 0x557173463260 0.000117
+gallium_dri.so free 0x557173463300 void 0.000119
+gallium_dri.so free 0x557173463260 void 0.000118
+gallium_dri.so malloc 72 0x5571734632b0 0.000118
+gallium_dri.so free 0x557173463380 void 0.000129
+gallium_dri.so free 0x5571734632b0 void 0.000125
+gallium_dri.so malloc 72 0x557173463380 0.000124
+gallium_dri.so free 0x557173463440 void 0.000124
+gallium_dri.so free 0x557173463380 void 0.000124
+gallium_dri.so malloc 72 0x557173463380 0.000124
+gallium_dri.so free 0x5571734634c0 void 0.000123
+gallium_dri.so free 0x557173463380 void 0.000125
+gallium_dri.so malloc 72 0x5571734634c0 0.000125
+gallium_dri.so free 0x557173463580 void 0.000147
+gallium_dri.so free 0x5571734634c0 void 0.000116
+gallium_dri.so malloc 72 0x5571734634c0 0.000115
+gallium_dri.so free 0x5571735f8b00 void 0.000116
+gallium_dri.so free 0x5571734634c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8b30 0.000116
+gallium_dri.so free 0x5571735f8b80 void 0.000115
+gallium_dri.so free 0x5571735f8b30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8b30 0.000115
+gallium_dri.so free 0x5571735f8c80 void 0.000117
+gallium_dri.so free 0x5571735f8b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8c30 0.000116
+gallium_dri.so free 0x5571735f8d40 void 0.000117
+gallium_dri.so free 0x5571735f8c30 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8cf0 0.000116
+gallium_dri.so free 0x5571735f8dc0 void 0.000115
+gallium_dri.so free 0x5571735f8cf0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f8de0 0.000115
+gallium_dri.so free 0x5571735f8e80 void 0.000116
+gallium_dri.so free 0x5571735f8de0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f8e30 0.000123
+gallium_dri.so free 0x5571735dc1c0 void 0.000123
+gallium_dri.so free 0x5571735f8e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc200 0.000118
+gallium_dri.so free 0x5571735dc280 void 0.000117
+gallium_dri.so free 0x5571735dc200 void 0.000116
+gallium_dri.so malloc 72 0x5571735dc280 0.000114
+gallium_dri.so free 0x5571735dc340 void 0.000150
+gallium_dri.so free 0x5571735dc280 void 0.000135
+gallium_dri.so malloc 72 0x5571735dc280 0.000132
+gallium_dri.so free 0x5571735dc3c0 void 0.000135
+gallium_dri.so free 0x5571735dc280 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc3f0 0.000128
+gallium_dri.so free 0x5571735dc440 void 0.000120
+gallium_dri.so free 0x5571735dc3f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735dc3f0 0.000123
+gallium_dri.so free 0x5571735dc540 void 0.000120
+gallium_dri.so free 0x5571735dc3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dc580 0.000127
+gallium_dri.so free 0x55717358c640 void 0.000130
+gallium_dri.so free 0x5571735dc580 void 0.000124
+gallium_dri.so malloc 72 0x55717358c690 0.000121
+gallium_dri.so free 0x55717358c700 void 0.000125
+gallium_dri.so free 0x55717358c690 void 0.000131
+gallium_dri.so malloc 72 0x55717358c720 0.000130
+gallium_dri.so free 0x55717358c7c0 void 0.000131
+gallium_dri.so free 0x55717358c720 void 0.000130
+gallium_dri.so malloc 72 0x55717358c770 0.000131
+gallium_dri.so free 0x55717358c840 void 0.000140
+gallium_dri.so free 0x55717358c770 void 0.000120
+gallium_dri.so malloc 72 0x55717358c770 0.000125
+gallium_dri.so free 0x55717358c8c0 void 0.000129
+gallium_dri.so free 0x55717358c770 void 0.000131
+gallium_dri.so malloc 72 0x55717358c8c0 0.000132
+gallium_dri.so free 0x55717358c980 void 0.000131
+gallium_dri.so free 0x55717358c8c0 void 0.000129
+gallium_dri.so malloc 72 0x55717358c8c0 0.000219
+gallium_dri.so free 0x557173600140 void 0.000124
+gallium_dri.so free 0x55717358c8c0 void 0.000124
+gallium_dri.so malloc 72 0x557173600160 0.000130
+gallium_dri.so free 0x557173600200 void 0.000126
+gallium_dri.so free 0x557173600160 void 0.000120
+gallium_dri.so malloc 72 0x5571736001b0 0.000121
+gallium_dri.so free 0x557173600280 void 0.000120
+gallium_dri.so free 0x5571736001b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736001b0 0.000124
+gallium_dri.so free 0x557173600300 void 0.000120
+gallium_dri.so free 0x5571736001b0 void 0.000119
+gallium_dri.so malloc 72 0x557173600300 0.000121
+gallium_dri.so free 0x5571736003c0 void 0.000120
+gallium_dri.so free 0x557173600300 void 0.000120
+gallium_dri.so malloc 72 0x557173600300 0.000139
+gallium_dri.so free 0x557173600480 void 0.000133
+gallium_dri.so free 0x557173600300 void 0.000130
+gallium_dri.so malloc 72 0x557173600300 0.000129
+gallium_dri.so free 0x55717346eb00 void 0.000129
+gallium_dri.so free 0x557173600300 void 0.000130
+gallium_dri.so malloc 72 0x55717346eb50 0.000130
+gallium_dri.so free 0x55717346ebc0 void 0.000129
+gallium_dri.so free 0x55717346eb50 void 0.000128
+gallium_dri.so malloc 72 0x55717346ec00 0.000129
+gallium_dri.so free 0x55717346ec80 void 0.000123
+gallium_dri.so free 0x55717346ec00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ec80 0.000119
+gallium_dri.so free 0x55717346ed40 void 0.000125
+gallium_dri.so free 0x55717346ec80 void 0.000125
+gallium_dri.so malloc 72 0x55717346ec80 0.000125
+gallium_dri.so free 0x557173600540 void 0.000144
+gallium_dri.so free 0x55717346ec80 void 0.000132
+gallium_dri.so malloc 72 0x5571736004f0 0.000129
+gallium_dri.so free 0x55717346edc0 void 0.000129
+gallium_dri.so free 0x5571736004f0 void 0.000140
+gallium_dri.so malloc 72 0x55717346ee00 0.000124
+gallium_dri.so free 0x55717346ee80 void 0.000127
+gallium_dri.so free 0x55717346ee00 void 0.000130
+gallium_dri.so malloc 72 0x55717346ee80 0.000129
+gallium_dri.so free 0x5571735d5580 void 0.000123
+gallium_dri.so free 0x55717346ee80 void 0.000119
+gallium_dri.so malloc 72 0x5571735d55c0 0.000127
+gallium_dri.so free 0x5571735d5640 void 0.000131
+gallium_dri.so free 0x5571735d55c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d55c0 0.000130
+gallium_dri.so free 0x5571735d56c0 void 0.000128
+gallium_dri.so free 0x5571735d55c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d56f0 0.000132
+gallium_dri.so free 0x5571735d5740 void 0.000125
+gallium_dri.so free 0x5571735d56f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d56f0 0.000130
+gallium_dri.so free 0x5571735d5840 void 0.000130
+gallium_dri.so free 0x5571735d56f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d57f0 0.000130
+gallium_dri.so free 0x5571735d5900 void 0.000137
+gallium_dri.so free 0x5571735d57f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d58b0 0.000130
+gallium_dri.so free 0x557173604300 void 0.000125
+gallium_dri.so free 0x5571735d58b0 void 0.000120
+gallium_dri.so malloc 72 0x557173604330 0.000121
+gallium_dri.so free 0x557173604380 void 0.000124
+gallium_dri.so free 0x557173604330 void 0.000129
+gallium_dri.so malloc 72 0x557173604330 0.000129
+gallium_dri.so free 0x557173604480 void 0.000124
+gallium_dri.so free 0x557173604330 void 0.000128
+gallium_dri.so malloc 72 0x5571736044c0 0.000130
+gallium_dri.so free 0x557173604540 void 0.000129
+gallium_dri.so free 0x5571736044c0 void 0.000128
+gallium_dri.so malloc 72 0x557173604540 0.000130
+gallium_dri.so free 0x5571735d5940 void 0.000131
+gallium_dri.so free 0x557173604540 void 0.000125
+gallium_dri.so malloc 72 0x557173604540 0.000126
+gallium_dri.so free 0x557173604600 void 0.000124
+gallium_dri.so free 0x557173604540 void 0.000124
+gallium_dri.so malloc 72 0x557173604540 0.000130
+gallium_dri.so free 0x5571736046c0 void 0.000131
+gallium_dri.so free 0x557173604540 void 0.000216
+gallium_dri.so malloc 72 0x557173604670 0.000167
+gallium_dri.so free 0x557173601d40 void 0.000156
+gallium_dri.so free 0x557173604670 void 0.000128
+gallium_dri.so malloc 72 0x557173601d90 0.000129
+gallium_dri.so free 0x557173601e00 void 0.000129
+gallium_dri.so free 0x557173601d90 void 0.000130
+gallium_dri.so malloc 72 0x557173601e60 0.000124
+gallium_dri.so free 0x557173601f00 void 0.000131
+gallium_dri.so free 0x557173601e60 void 0.000133
+gallium_dri.so malloc 72 0x557173601eb0 0.000129
+gallium_dri.so free 0x557173601f40 void 0.000129
+gallium_dri.so free 0x557173601eb0 void 0.000133
+gallium_dri.so malloc 72 0x557173601eb0 0.000130
+gallium_dri.so free 0x557173602000 void 0.000130
+gallium_dri.so free 0x557173601eb0 void 0.000131
+gallium_dri.so malloc 72 0x557173602040 0.000129
+gallium_dri.so free 0x5571736020c0 void 0.000123
+gallium_dri.so free 0x557173602040 void 0.000119
+gallium_dri.so malloc 72 0x5571736020c0 0.000124
+gallium_dri.so free 0x557173608e80 void 0.000135
+gallium_dri.so free 0x5571736020c0 void 0.000124
+gallium_dri.so malloc 72 0x557173608ea0 0.000123
+gallium_dri.so free 0x557173608f40 void 0.000121
+gallium_dri.so free 0x557173608ea0 void 0.000117
+gallium_dri.so malloc 72 0x557173608ef0 0.000148
+gallium_dri.so free 0x557173608fc0 void 0.000137
+gallium_dri.so free 0x557173608ef0 void 0.000133
+gallium_dri.so malloc 72 0x557173608fc0 0.000127
+gallium_dri.so free 0x557173609080 void 0.000124
+gallium_dri.so free 0x557173608fc0 void 0.000129
+gallium_dri.so malloc 72 0x557173608fc0 0.000133
+gallium_dri.so free 0x557173609100 void 0.000132
+gallium_dri.so free 0x557173608fc0 void 0.000163
+gallium_dri.so malloc 72 0x557173609100 0.000134
+gallium_dri.so free 0x5571736091c0 void 0.000130
+gallium_dri.so free 0x557173609100 void 0.000125
+gallium_dri.so malloc 72 0x557173609100 0.000120
+gallium_dri.so free 0x5571735def40 void 0.000119
+gallium_dri.so free 0x557173609100 void 0.000124
+gallium_dri.so malloc 72 0x5571735def70 0.000123
+gallium_dri.so free 0x5571735defc0 void 0.000121
+gallium_dri.so free 0x5571735def70 void 0.000147
+gallium_dri.so malloc 72 0x5571735def70 0.000131
+gallium_dri.so free 0x5571735df0c0 void 0.000130
+gallium_dri.so free 0x5571735def70 void 0.000123
+gallium_dri.so malloc 72 0x5571735df070 0.000119
+gallium_dri.so free 0x5571735df180 void 0.000124
+gallium_dri.so free 0x5571735df070 void 0.000130
+gallium_dri.so malloc 72 0x5571735df130 0.000132
+gallium_dri.so free 0x5571735df200 void 0.000131
+gallium_dri.so free 0x5571735df130 void 0.000131
+gallium_dri.so malloc 72 0x5571735df220 0.000114
+gallium_dri.so free 0x5571735df2c0 void 0.000200
+gallium_dri.so free 0x5571735df220 void 0.000127
+gallium_dri.so malloc 72 0x5571735df270 0.000129
+gallium_dri.so free 0x557173461080 void 0.000130
+gallium_dri.so free 0x5571735df270 void 0.000130
+gallium_dri.so malloc 72 0x5571734610c0 0.000129
+gallium_dri.so free 0x557173461140 void 0.000215
+gallium_dri.so free 0x5571734610c0 void 0.000127
+gallium_dri.so malloc 72 0x557173461140 0.000124
+gallium_dri.so free 0x557173461200 void 0.000120
+gallium_dri.so free 0x557173461140 void 0.000137
+gallium_dri.so malloc 72 0x557173461140 0.000126
+gallium_dri.so free 0x557173461280 void 0.000120
+gallium_dri.so free 0x557173461140 void 0.000124
+gallium_dri.so malloc 72 0x5571734612b0 0.000123
+gallium_dri.so free 0x557173461300 void 0.000121
+gallium_dri.so free 0x5571734612b0 void 0.000123
+gallium_dri.so malloc 72 0x5571734612b0 0.000129
+gallium_dri.so free 0x557173461400 void 0.000130
+gallium_dri.so free 0x5571734612b0 void 0.000126
+gallium_dri.so malloc 72 0x557173461440 0.000119
+gallium_dri.so free 0x5571735c43c0 void 0.000119
+gallium_dri.so free 0x557173461440 void 0.000120
+gallium_dri.so malloc 72 0x5571735c4410 0.000124
+gallium_dri.so free 0x5571735c4480 void 0.000130
+gallium_dri.so free 0x5571735c4410 void 0.000131
+gallium_dri.so malloc 72 0x5571735c44a0 0.000125
+gallium_dri.so free 0x5571735c4540 void 0.000119
+gallium_dri.so free 0x5571735c44a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c44f0 0.000123
+gallium_dri.so free 0x5571735c45c0 void 0.000120
+gallium_dri.so free 0x5571735c44f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c44f0 0.000128
+gallium_dri.so free 0x5571735c4640 void 0.000132
+gallium_dri.so free 0x5571735c44f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4640 0.000130
+gallium_dri.so free 0x5571735c4700 void 0.000130
+gallium_dri.so free 0x5571735c4640 void 0.000131
+gallium_dri.so malloc 72 0x5571735c4640 0.000203
+gallium_dri.so free 0x557173467dc0 void 0.000130
+gallium_dri.so free 0x5571735c4640 void 0.000129
+gallium_dri.so malloc 72 0x557173467de0 0.000130
+gallium_dri.so free 0x557173467e80 void 0.000126
+gallium_dri.so free 0x557173467de0 void 0.000124
+gallium_dri.so malloc 72 0x557173467e30 0.000131
+gallium_dri.so free 0x557173467f00 void 0.000127
+gallium_dri.so free 0x557173467e30 void 0.000231
+gallium_dri.so malloc 72 0x557173467e30 0.000324
+gallium_dri.so free 0x557173467f80 void 0.000313
+gallium_dri.so free 0x557173467e30 void 0.000315
+gallium_dri.so malloc 72 0x557173467f80 0.000256
+gallium_dri.so free 0x557173468040 void 0.000294
+gallium_dri.so free 0x557173467f80 void 0.000284
+gallium_dri.so malloc 72 0x557173467f80 0.000171
+gallium_dri.so free 0x557173468100 void 0.000174
+gallium_dri.so free 0x557173467f80 void 0.000189
+gallium_dri.so malloc 72 0x557173467f80 0.000134
+gallium_dri.so free 0x557173465800 void 0.000154
+gallium_dri.so free 0x557173467f80 void 0.000132
+gallium_dri.so malloc 72 0x557173465850 0.000130
+gallium_dri.so free 0x5571734658c0 void 0.000129
+gallium_dri.so free 0x557173465850 void 0.000131
+gallium_dri.so malloc 72 0x557173465900 0.000131
+gallium_dri.so free 0x557173465980 void 0.000125
+gallium_dri.so free 0x557173465900 void 0.000125
+gallium_dri.so malloc 72 0x557173465980 0.000124
+gallium_dri.so free 0x557173465a40 void 0.000121
+gallium_dri.so free 0x557173465980 void 0.000124
+gallium_dri.so malloc 72 0x557173465980 0.000129
+gallium_dri.so free 0x5571734681c0 void 0.000131
+gallium_dri.so free 0x557173465980 void 0.000142
+gallium_dri.so malloc 72 0x557173468170 0.000131
+gallium_dri.so free 0x557173465ac0 void 0.000125
+gallium_dri.so free 0x557173468170 void 0.000125
+gallium_dri.so malloc 72 0x557173465b00 0.000124
+gallium_dri.so free 0x557173465b80 void 0.000121
+gallium_dri.so free 0x557173465b00 void 0.000124
+gallium_dri.so malloc 72 0x557173465b80 0.000131
+gallium_dri.so free 0x55717346c540 void 0.000130
+gallium_dri.so free 0x557173465b80 void 0.000126
+gallium_dri.so malloc 72 0x55717346c580 0.000121
+gallium_dri.so free 0x55717346c600 void 0.000124
+gallium_dri.so free 0x55717346c580 void 0.000131
+gallium_dri.so malloc 72 0x55717346c580 0.000123
+gallium_dri.so free 0x55717346c680 void 0.000129
+gallium_dri.so free 0x55717346c580 void 0.000131
+gallium_dri.so malloc 72 0x55717346c6b0 0.000223
+gallium_dri.so free 0x55717346c700 void 0.000224
+gallium_dri.so free 0x55717346c6b0 void 0.000225
+gallium_dri.so malloc 72 0x55717346c6b0 0.000228
+gallium_dri.so free 0x55717346c800 void 0.000202
+gallium_dri.so free 0x55717346c6b0 void 0.000266
+gallium_dri.so malloc 72 0x55717346c7b0 0.000270
+gallium_dri.so free 0x55717346c8c0 void 0.000270
+gallium_dri.so free 0x55717346c7b0 void 0.000174
+gallium_dri.so malloc 72 0x55717346c870 0.000274
+gallium_dri.so free 0x55717358a080 void 0.000254
+gallium_dri.so free 0x55717346c870 void 0.000233
+gallium_dri.so malloc 72 0x55717358a0b0 0.000144
+gallium_dri.so free 0x55717358a100 void 0.000190
+gallium_dri.so free 0x55717358a0b0 void 0.000192
+gallium_dri.so malloc 72 0x55717358a0b0 0.000248
+gallium_dri.so free 0x55717358a200 void 0.000231
+gallium_dri.so free 0x55717358a0b0 void 0.000250
+gallium_dri.so malloc 72 0x55717358a240 0.000230
+gallium_dri.so free 0x55717358a2c0 void 0.000231
+gallium_dri.so free 0x55717358a240 void 0.000311
+gallium_dri.so malloc 72 0x55717358a2c0 0.000374
+gallium_dri.so free 0x55717346c900 void 0.000197
+gallium_dri.so free 0x55717358a2c0 void 0.000232
+gallium_dri.so malloc 72 0x55717358a2c0 0.000208
+gallium_dri.so free 0x55717358a380 void 0.000225
+gallium_dri.so free 0x55717358a2c0 void 0.000164
+gallium_dri.so malloc 72 0x55717358a2c0 0.000129
+gallium_dri.so free 0x55717358a440 void 0.000127
+gallium_dri.so free 0x55717358a2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717358a3f0 0.000131
+gallium_dri.so free 0x5571735d0a00 void 0.000127
+gallium_dri.so free 0x55717358a3f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0a50 0.000125
+gallium_dri.so free 0x5571735d0ac0 void 0.000127
+gallium_dri.so free 0x5571735d0a50 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0b20 0.000125
+gallium_dri.so free 0x5571735d0bc0 void 0.000125
+gallium_dri.so free 0x5571735d0b20 void 0.000166
+gallium_dri.so malloc 72 0x5571735d0b70 0.000126
+gallium_dri.so free 0x5571735d0c00 void 0.000126
+gallium_dri.so free 0x5571735d0b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735d0b70 0.000126
+gallium_dri.so free 0x5571735d0cc0 void 0.000131
+gallium_dri.so free 0x5571735d0b70 void 0.000199
+gallium_dri.so malloc 72 0x5571735d0d00 0.000200
+gallium_dri.so free 0x5571735d0d80 void 0.000206
+gallium_dri.so free 0x5571735d0d00 void 0.000208
+gallium_dri.so malloc 72 0x5571735d0d80 0.000200
+gallium_dri.so free 0x5571735ff140 void 0.000192
+gallium_dri.so free 0x5571735d0d80 void 0.000138
+gallium_dri.so malloc 72 0x5571735d0d80 0.000129
+gallium_dri.so free 0x5571735ff1c0 void 0.000127
+gallium_dri.so free 0x5571735d0d80 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff1f0 0.000128
+gallium_dri.so free 0x5571735ff240 void 0.000128
+gallium_dri.so free 0x5571735ff1f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff240 0.000128
+gallium_dri.so free 0x5571735ff300 void 0.000127
+gallium_dri.so free 0x5571735ff240 void 0.000167
+gallium_dri.so malloc 72 0x5571735ff240 0.000160
+gallium_dri.so free 0x5571735ff400 void 0.000155
+gallium_dri.so free 0x5571735ff240 void 0.000154
+gallium_dri.so malloc 72 0x5571735ff3b0 0.000154
+gallium_dri.so free 0x5571735ff4c0 void 0.000156
+gallium_dri.so free 0x5571735ff3b0 void 0.000153
+gallium_dri.so malloc 72 0x5571735ff470 0.000154
+gallium_dri.so free 0x5571735ff500 void 0.000154
+gallium_dri.so free 0x5571735ff470 void 0.000154
+gallium_dri.so malloc 72 0x5571735ff470 0.000153
+gallium_dri.so free 0x5571735dd780 void 0.000155
+gallium_dri.so free 0x5571735ff470 void 0.000152
+gallium_dri.so malloc 72 0x5571735ff470 0.000154
+gallium_dri.so free 0x5571735dd800 void 0.000160
+gallium_dri.so free 0x5571735ff470 void 0.000127
+gallium_dri.so malloc 72 0x5571735dd800 0.000115
+gallium_dri.so free 0x5571735dd8c0 void 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd800 0.000114
+gallium_dri.so free 0x5571735dd9c0 void 0.000115
+gallium_dri.so free 0x5571735dd800 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd970 0.000128
+gallium_dri.so free 0x5571735dda00 void 0.000116
+gallium_dri.so free 0x5571735dd970 void 0.000114
+gallium_dri.so malloc 72 0x5571735dd970 0.000112
+gallium_dri.so free 0x5571735ddac0 void 0.000115
+gallium_dri.so free 0x5571735dd970 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb00 0.000128
+gallium_dri.so free 0x5571735ddb80 void 0.000149
+gallium_dri.so free 0x5571735ddb00 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb80 0.000113
+gallium_dri.so free 0x5571735f7b00 void 0.000116
+gallium_dri.so free 0x5571735ddb80 void 0.000114
+gallium_dri.so malloc 72 0x5571735ddb80 0.000115
+gallium_dri.so free 0x5571735f7b80 void 0.000115
+gallium_dri.so free 0x5571735ddb80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000114
+gallium_dri.so free 0x5571735f7c00 void 0.000115
+gallium_dri.so free 0x5571735f7bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7bb0 0.000115
+gallium_dri.so free 0x5571735f7d00 void 0.000116
+gallium_dri.so free 0x5571735f7bb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7d40 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so free 0x5571735f7d40 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000113
+gallium_dri.so free 0x5571735f7e80 void 0.000114
+gallium_dri.so free 0x5571735f7dc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f7dc0 0.000134
+gallium_dri.so free 0x5571735f7f00 void 0.000116
+gallium_dri.so free 0x5571735f7dc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f30 0.000113
+gallium_dri.so free 0x55717360eac0 void 0.000115
+gallium_dri.so free 0x5571735f7f30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f7f30 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so free 0x5571735f7f30 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb40 0.000115
+gallium_dri.so free 0x55717360ec00 void 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000112
+gallium_dri.so malloc 72 0x55717360eb40 0.000114
+gallium_dri.so free 0x55717360ed00 void 0.000115
+gallium_dri.so free 0x55717360eb40 void 0.000114
+gallium_dri.so malloc 72 0x55717360eb40 0.000135
+gallium_dri.so free 0x55717360ed80 void 0.000116
+gallium_dri.so free 0x55717360eb40 void 0.000115
+gallium_dri.so malloc 72 0x55717360edb0 0.000114
+gallium_dri.so free 0x55717360ee00 void 0.000121
+gallium_dri.so free 0x55717360edb0 void 0.000118
+gallium_dri.so malloc 72 0x55717360edb0 0.000114
+gallium_dri.so free 0x55717360ef00 void 0.000115
+gallium_dri.so free 0x55717360edb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360eeb0 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000114
+gallium_dri.so free 0x55717360eeb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360eeb0 0.000130
+gallium_dri.so free 0x55717346b5c0 void 0.000115
+gallium_dri.so free 0x55717360eeb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b5f0 0.000114
+gallium_dri.so free 0x55717346b640 void 0.000113
+gallium_dri.so free 0x55717346b5f0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b640 0.000144
+gallium_dri.so free 0x55717346b700 void 0.000177
+gallium_dri.so free 0x55717346b640 void 0.000180
+gallium_dri.so malloc 72 0x55717346b640 0.000179
+gallium_dri.so free 0x55717346b800 void 0.000178
+gallium_dri.so free 0x55717346b640 void 0.000181
+gallium_dri.so malloc 72 0x55717346b7b0 0.000165
+gallium_dri.so free 0x55717346b8c0 void 0.000118
+gallium_dri.so free 0x55717346b7b0 void 0.000114
+gallium_dri.so malloc 72 0x55717346b870 0.000114
+gallium_dri.so free 0x55717346b900 void 0.000113
+gallium_dri.so free 0x55717346b870 void 0.000114
+gallium_dri.so malloc 72 0x55717346b870 0.000112
+gallium_dri.so free 0x5571735c33c0 void 0.000115
+gallium_dri.so free 0x55717346b870 void 0.000113
+gallium_dri.so malloc 72 0x55717346b870 0.000113
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so free 0x55717346b870 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3440 0.000129
+gallium_dri.so free 0x5571735c3500 void 0.000114
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c3440 0.000114
+gallium_dri.so free 0x5571735c3600 void 0.000113
+gallium_dri.so free 0x5571735c3440 void 0.000114
+gallium_dri.so malloc 72 0x5571735c35b0 0.000112
+gallium_dri.so free 0x5571735c3640 void 0.000115
+gallium_dri.so free 0x5571735c35b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735c35b0 0.000112
+gallium_dri.so free 0x5571735c3700 void 0.000114
+gallium_dri.so free 0x5571735c35b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c3740 0.000112
+gallium_dri.so free 0x5571735c37c0 void 0.000114
+gallium_dri.so free 0x5571735c3740 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37c0 0.000112
+gallium_dri.so free 0x5571735fcb80 void 0.000114
+gallium_dri.so free 0x5571735c37c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735c37c0 0.000114
+gallium_dri.so free 0x5571735fcc00 void 0.000113
+gallium_dri.so free 0x5571735c37c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcc30 0.000114
+gallium_dri.so free 0x5571735fcc80 void 0.000113
+gallium_dri.so free 0x5571735fcc30 void 0.000112
+gallium_dri.so malloc 72 0x5571735fcc30 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fcc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcdc0 0.000112
+gallium_dri.so free 0x5571735fce40 void 0.000126
+gallium_dri.so free 0x5571735fcdc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fce40 0.000114
+gallium_dri.so free 0x5571735fcf00 void 0.000115
+gallium_dri.so free 0x5571735fce40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fce40 0.000125
+gallium_dri.so free 0x5571735fcf80 void 0.000150
+gallium_dri.so free 0x5571735fce40 void 0.000113
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000113
+gallium_dri.so free 0x55717346db00 void 0.000113
+gallium_dri.so free 0x5571735fcfb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcfb0 0.000112
+gallium_dri.so free 0x55717346db80 void 0.000121
+gallium_dri.so free 0x5571735fcfb0 void 0.000114
+gallium_dri.so malloc 72 0x55717346db80 0.000113
+gallium_dri.so free 0x55717346dc40 void 0.000113
+gallium_dri.so free 0x55717346db80 void 0.000113
+gallium_dri.so malloc 72 0x55717346db80 0.000113
+gallium_dri.so free 0x55717346dd40 void 0.000113
+gallium_dri.so free 0x55717346db80 void 0.000113
+gallium_dri.so malloc 72 0x55717346db80 0.000113
+gallium_dri.so free 0x55717346ddc0 void 0.000115
+gallium_dri.so free 0x55717346db80 void 0.000112
+gallium_dri.so malloc 72 0x55717346ddf0 0.000113
+gallium_dri.so free 0x55717346de40 void 0.000117
+gallium_dri.so free 0x55717346ddf0 void 0.000113
+gallium_dri.so malloc 72 0x55717346ddf0 0.000124
+gallium_dri.so free 0x55717346df40 void 0.000115
+gallium_dri.so free 0x55717346ddf0 void 0.000112
+gallium_dri.so malloc 72 0x55717346def0 0.000113
+gallium_dri.so free 0x5571735e0500 void 0.000114
+gallium_dri.so free 0x55717346def0 void 0.000113
+gallium_dri.so malloc 72 0x55717346def0 0.000112
+gallium_dri.so free 0x5571735e0580 void 0.000113
+gallium_dri.so free 0x55717346def0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e05b0 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000115
+gallium_dri.so free 0x5571735e05b0 void 0.000111
+gallium_dri.so malloc 72 0x5571735e0600 0.000113
+gallium_dri.so free 0x5571735e06c0 void 0.000114
+gallium_dri.so free 0x5571735e0600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0600 0.000112
+gallium_dri.so free 0x5571735e07c0 void 0.000113
+gallium_dri.so free 0x5571735e0600 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0770 0.000115
+gallium_dri.so free 0x5571735e0880 void 0.000115
+gallium_dri.so free 0x5571735e0770 void 0.000117
+gallium_dri.so malloc 72 0x5571735e0830 0.000120
+gallium_dri.so free 0x5571735e08c0 void 0.000117
+gallium_dri.so free 0x5571735e0830 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0830 0.000113
+gallium_dri.so free 0x557173620140 void 0.000113
+gallium_dri.so free 0x5571735e0830 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0830 0.000113
+gallium_dri.so free 0x5571736201c0 void 0.000127
+gallium_dri.so free 0x5571735e0830 void 0.000113
+gallium_dri.so malloc 72 0x5571736201c0 0.000113
+gallium_dri.so free 0x557173620280 void 0.000113
+gallium_dri.so free 0x5571736201c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736201c0 0.000113
+gallium_dri.so free 0x557173620380 void 0.000176
+gallium_dri.so free 0x5571736201c0 void 0.000175
+gallium_dri.so malloc 72 0x557173620330 0.000175
+gallium_dri.so free 0x5571736203c0 void 0.000180
+gallium_dri.so free 0x557173620330 void 0.000178
+gallium_dri.so malloc 72 0x557173620330 0.000176
+gallium_dri.so free 0x557173620480 void 0.000179
+gallium_dri.so free 0x557173620330 void 0.000176
+gallium_dri.so malloc 72 0x5571736204c0 0.000176
+gallium_dri.so free 0x557173620540 void 0.000178
+gallium_dri.so free 0x5571736204c0 void 0.000171
+gallium_dri.so malloc 72 0x557173620540 0.000177
+gallium_dri.so free 0x5571735ddd80 void 0.000177
+gallium_dri.so free 0x557173620540 void 0.000174
+gallium_dri.so malloc 72 0x557173620540 0.000295
+gallium_dri.so free 0x5571735dde00 void 0.000177
+gallium_dri.so free 0x557173620540 void 0.000171
+gallium_dri.so malloc 72 0x5571735dde30 0.000172
+gallium_dri.so free 0x5571735dde80 void 0.000177
+gallium_dri.so free 0x5571735dde30 void 0.000180
+gallium_dri.so malloc 72 0x5571735dde30 0.000179
+gallium_dri.so free 0x5571735ddf80 void 0.000184
+gallium_dri.so free 0x5571735dde30 void 0.000145
+gallium_dri.so malloc 72 0x5571735ddfc0 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000120
+gallium_dri.so free 0x5571735ddfc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735de040 0.000112
+gallium_dri.so free 0x5571735de100 void 0.000113
+gallium_dri.so free 0x5571735de040 void 0.000113
+gallium_dri.so malloc 72 0x5571735de040 0.000113
+gallium_dri.so free 0x5571735de180 void 0.000114
+gallium_dri.so free 0x5571735de040 void 0.000113
+gallium_dri.so malloc 72 0x5571735de1b0 0.000139
+gallium_dri.so free 0x5571735e0b00 void 0.000120
+gallium_dri.so free 0x5571735de1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735de1b0 0.000112
+gallium_dri.so free 0x5571735e0b80 void 0.000129
+gallium_dri.so free 0x5571735de1b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735e0b80 0.000122
+gallium_dri.so free 0x5571735e0c40 void 0.000121
+gallium_dri.so free 0x5571735e0b80 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0b80 0.000117
+gallium_dri.so free 0x5571735e0d40 void 0.000181
+gallium_dri.so free 0x5571735e0b80 void 0.000153
+gallium_dri.so malloc 72 0x5571735e0b80 0.000119
+gallium_dri.so free 0x5571735e0dc0 void 0.000117
+gallium_dri.so free 0x5571735e0b80 void 0.000114
+gallium_dri.so malloc 72 0x5571735e0df0 0.000115
+gallium_dri.so free 0x5571735e0e40 void 0.000114
+gallium_dri.so free 0x5571735e0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0df0 0.000115
+gallium_dri.so free 0x5571735e0f40 void 0.000115
+gallium_dri.so free 0x5571735e0df0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000116
+gallium_dri.so free 0x5571735e1000 void 0.000114
+gallium_dri.so free 0x5571735e0ef0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0fb0 0.000116
+gallium_dri.so free 0x557173619f80 void 0.000115
+gallium_dri.so free 0x5571735e0fb0 void 0.000115
+gallium_dri.so malloc 72 0x557173619fb0 0.000115
+gallium_dri.so free 0x55717361a000 void 0.000114
+gallium_dri.so free 0x557173619fb0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a000 0.000131
+gallium_dri.so free 0x55717361a0c0 void 0.000125
+gallium_dri.so free 0x55717361a000 void 0.000129
+gallium_dri.so malloc 72 0x55717361a000 0.000123
+gallium_dri.so free 0x55717361a1c0 void 0.000120
+gallium_dri.so free 0x55717361a000 void 0.000118
+gallium_dri.so malloc 72 0x55717361a170 0.000120
+gallium_dri.so free 0x55717361a280 void 0.000120
+gallium_dri.so free 0x55717361a170 void 0.000119
+gallium_dri.so malloc 72 0x55717361a230 0.000119
+gallium_dri.so free 0x55717361a2c0 void 0.000121
+gallium_dri.so free 0x55717361a230 void 0.000118
+gallium_dri.so malloc 72 0x55717361a230 0.000120
+gallium_dri.so free 0x55717361a380 void 0.000117
+gallium_dri.so free 0x55717361a230 void 0.000115
+gallium_dri.so malloc 72 0x55717361a3c0 0.000117
+gallium_dri.so free 0x55717361a440 void 0.000120
+gallium_dri.so free 0x55717361a3c0 void 0.000116
+gallium_dri.so malloc 72 0x55717361a440 0.000119
+gallium_dri.so free 0x55717361a500 void 0.000119
+gallium_dri.so free 0x55717361a440 void 0.000156
+gallium_dri.so malloc 72 0x55717361a440 0.000155
+gallium_dri.so free 0x55717361a580 void 0.000155
+gallium_dri.so free 0x55717361a440 void 0.000112
+gallium_dri.so malloc 72 0x55717361a440 0.000233
+gallium_dri.so free 0x55717361a640 void 0.000125
+gallium_dri.so free 0x55717361a440 void 0.000118
+gallium_dri.so malloc 72 0x55717361a440 0.000114
+gallium_dri.so free 0x55717361a700 void 0.000118
+gallium_dri.so free 0x55717361a440 void 0.000116
+gallium_dri.so malloc 72 0x55717361a6b0 0.000178
+gallium_dri.so free 0x55717361a780 void 0.000180
+gallium_dri.so free 0x55717361a6b0 void 0.000183
+gallium_dri.so malloc 72 0x55717361a7d0 0.000179
+gallium_dri.so free 0x55717361a840 void 0.000172
+gallium_dri.so free 0x55717361a7d0 void 0.000176
+gallium_dri.so malloc 72 0x55717361a860 0.000174
+gallium_dri.so free 0x55717361a900 void 0.000175
+gallium_dri.so free 0x55717361a860 void 0.000175
+gallium_dri.so malloc 72 0x55717361a8b0 0.000178
+gallium_dri.so free 0x557173474580 void 0.000181
+gallium_dri.so free 0x55717361a8b0 void 0.000175
+gallium_dri.so malloc 72 0x55717361a8b0 0.000177
+gallium_dri.so free 0x557173474680 void 0.000244
+gallium_dri.so free 0x55717361a8b0 void 0.000179
+gallium_dri.so malloc 72 0x5571734746c0 0.000182
+gallium_dri.so free 0x55717361a980 void 0.000183
+gallium_dri.so free 0x5571734746c0 void 0.000182
+gallium_dri.so malloc 72 0x55717361a980 0.000182
+gallium_dri.so free 0x557173474740 void 0.000173
+gallium_dri.so free 0x55717361a980 void 0.000236
+gallium_dri.so malloc 72 0x55717361a980 0.000157
+gallium_dri.so free 0x5571734747c0 void 0.000199
+gallium_dri.so free 0x55717361a980 void 0.000232
+gallium_dri.so malloc 72 0x5571734747f0 0.000151
+gallium_dri.so free 0x557173474840 void 0.000117
+gallium_dri.so free 0x5571734747f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734747f0 0.000114
+gallium_dri.so free 0x557173474940 void 0.000113
+gallium_dri.so free 0x5571734747f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734748f0 0.000114
+gallium_dri.so free 0x557173474a00 void 0.000115
+gallium_dri.so free 0x5571734748f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734749b0 0.000131
+gallium_dri.so free 0x557173474a80 void 0.000117
+gallium_dri.so free 0x5571734749b0 void 0.000113
+gallium_dri.so malloc 72 0x5571734749b0 0.000116
+gallium_dri.so free 0x557173474b40 void 0.000118
+gallium_dri.so free 0x5571734749b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734749b0 0.000123
+gallium_dri.so free 0x557173474c00 void 0.000157
+gallium_dri.so free 0x5571734749b0 void 0.000117
+gallium_dri.so malloc 72 0x557173474bb0 0.000117
+gallium_dri.so free 0x557173474c80 void 0.000118
+gallium_dri.so free 0x557173474bb0 void 0.000115
+gallium_dri.so malloc 72 0x557173474cd0 0.000115
+gallium_dri.so free 0x557173474d40 void 0.000115
+gallium_dri.so free 0x557173474cd0 void 0.000117
+gallium_dri.so malloc 72 0x557173474d60 0.000115
+gallium_dri.so free 0x557173474e00 void 0.000118
+gallium_dri.so free 0x557173474d60 void 0.000116
+gallium_dri.so malloc 72 0x557173474db0 0.000115
+gallium_dri.so free 0x557173474e80 void 0.000119
+gallium_dri.so free 0x557173474db0 void 0.000115
+gallium_dri.so malloc 72 0x557173474e80 0.000153
+gallium_dri.so free 0x557173474f40 void 0.000144
+gallium_dri.so free 0x557173474e80 void 0.000135
+gallium_dri.so malloc 72 0x557173474e80 0.000123
+gallium_dri.so free 0x557173474fc0 void 0.000116
+gallium_dri.so free 0x557173474e80 void 0.000137
+gallium_dri.so malloc 72 0x557173474fc0 0.000119
+gallium_dri.so free 0x557173475080 void 0.000119
+gallium_dri.so free 0x557173474fc0 void 0.000117
+gallium_dri.so malloc 72 0x557173474fc0 0.000116
+gallium_dri.so free 0x557173475140 void 0.000119
+gallium_dri.so free 0x557173474fc0 void 0.000116
+gallium_dri.so malloc 72 0x557173474fc0 0.000118
+gallium_dri.so free 0x557173475200 void 0.000131
+gallium_dri.so free 0x557173474fc0 void 0.000130
+gallium_dri.so malloc 72 0x5571734751b0 0.000118
+gallium_dri.so free 0x557173475280 void 0.000116
+gallium_dri.so free 0x5571734751b0 void 0.000119
+gallium_dri.so malloc 72 0x5571734752d0 0.000113
+gallium_dri.so free 0x557173475340 void 0.000117
+gallium_dri.so free 0x5571734752d0 void 0.000117
+gallium_dri.so malloc 72 0x557173475380 0.000113
+gallium_dri.so free 0x557173475400 void 0.000114
+gallium_dri.so free 0x557173475380 void 0.000113
+gallium_dri.so malloc 72 0x557173475380 0.000114
+gallium_dri.so free 0x557173475480 void 0.000117
+gallium_dri.so free 0x557173475380 void 0.000141
+gallium_dri.so malloc 72 0x5571734754b0 0.000129
+gallium_dri.so free 0x557173475500 void 0.000120
+gallium_dri.so free 0x5571734754b0 void 0.000117
+gallium_dri.so malloc 72 0x5571734754b0 0.000118
+gallium_dri.so free 0x557173475600 void 0.000131
+gallium_dri.so free 0x5571734754b0 void 0.000120
+gallium_dri.so malloc 72 0x5571734755b0 0.000119
+gallium_dri.so free 0x5571734756c0 void 0.000165
+gallium_dri.so free 0x5571734755b0 void 0.000115
+gallium_dri.so malloc 72 0x557173475670 0.000112
+gallium_dri.so free 0x557173475700 void 0.000113
+gallium_dri.so free 0x557173475670 void 0.000113
+gallium_dri.so malloc 72 0x557173475670 0.000113
+gallium_dri.so free 0x5571734757c0 void 0.000121
+gallium_dri.so free 0x557173475670 void 0.000114
+gallium_dri.so malloc 72 0x557173475830 0.000115
+gallium_dri.so free 0x557173475880 void 0.000116
+gallium_dri.so free 0x557173475830 void 0.000114
+gallium_dri.so malloc 72 0x557173475830 0.000121
+gallium_dri.so free 0x557173475980 void 0.000123
+gallium_dri.so free 0x557173475830 void 0.000130
+gallium_dri.so malloc 72 0x557173475930 0.000121
+gallium_dri.so free 0x557173475a40 void 0.000116
+gallium_dri.so free 0x557173475930 void 0.000114
+gallium_dri.so malloc 72 0x5571734759f0 0.000115
+gallium_dri.so free 0x557173475a80 void 0.000115
+gallium_dri.so free 0x5571734759f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734759f0 0.000119
+gallium_dri.so free 0x557173475b40 void 0.000124
+gallium_dri.so free 0x5571734759f0 void 0.000125
+gallium_dri.so malloc 72 0x557173475b80 0.000147
+gallium_dri.so free 0x557173475c00 void 0.000145
+gallium_dri.so free 0x557173475b80 void 0.000146
+gallium_dri.so malloc 72 0x557173475c00 0.000149
+gallium_dri.so free 0x557173475cc0 void 0.000144
+gallium_dri.so free 0x557173475c00 void 0.000145
+gallium_dri.so malloc 72 0x557173475c00 0.000145
+gallium_dri.so free 0x557173475d80 void 0.000146
+gallium_dri.so free 0x557173475c00 void 0.000146
+gallium_dri.so malloc 72 0x557173475da0 0.000145
+gallium_dri.so free 0x557173475e40 void 0.000144
+gallium_dri.so free 0x557173475da0 void 0.000146
+gallium_dri.so malloc 72 0x557173475df0 0.000146
+gallium_dri.so free 0x557173475ec0 void 0.000144
+gallium_dri.so free 0x557173475df0 void 0.000145
+gallium_dri.so malloc 72 0x557173475df0 0.000139
+gallium_dri.so free 0x557173475f40 void 0.000141
+gallium_dri.so free 0x557173475df0 void 0.000157
+gallium_dri.so malloc 72 0x557173475f40 0.000139
+gallium_dri.so free 0x557173476000 void 0.000140
+gallium_dri.so free 0x557173475f40 void 0.000139
+gallium_dri.so malloc 72 0x557173475f40 0.000135
+gallium_dri.so free 0x5571734760c0 void 0.000151
+gallium_dri.so free 0x557173475f40 void 0.000145
+gallium_dri.so malloc 72 0x557173475f40 0.000146
+gallium_dri.so free 0x557173476180 void 0.000145
+gallium_dri.so free 0x557173475f40 void 0.000140
+gallium_dri.so malloc 72 0x557173476130 0.000134
+gallium_dri.so free 0x557173476240 void 0.000140
+gallium_dri.so free 0x557173476130 void 0.000145
+gallium_dri.so malloc 72 0x5571734761f0 0.000144
+gallium_dri.so free 0x5571734762c0 void 0.000144
+gallium_dri.so free 0x5571734761f0 void 0.000147
+gallium_dri.so malloc 72 0x557173476310 0.000145
+gallium_dri.so free 0x557173476380 void 0.000144
+gallium_dri.so free 0x557173476310 void 0.000139
+gallium_dri.so malloc 72 0x5571734763a0 0.000134
+gallium_dri.so free 0x557173476440 void 0.000151
+gallium_dri.so free 0x5571734763a0 void 0.000144
+gallium_dri.so malloc 72 0x5571734763f0 0.000140
+gallium_dri.so free 0x5571734764c0 void 0.000140
+gallium_dri.so free 0x5571734763f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734763f0 0.000141
+gallium_dri.so free 0x557173476540 void 0.000130
+gallium_dri.so free 0x5571734763f0 void 0.000129
+gallium_dri.so malloc 72 0x557173476540 0.000130
+gallium_dri.so free 0x557173476600 void 0.000130
+gallium_dri.so free 0x557173476540 void 0.000132
+gallium_dri.so malloc 72 0x557173476540 0.000130
+gallium_dri.so free 0x557173476700 void 0.000124
+gallium_dri.so free 0x557173476540 void 0.000120
+gallium_dri.so malloc 72 0x5571734766b0 0.000125
+gallium_dri.so free 0x557173476740 void 0.000125
+gallium_dri.so free 0x5571734766b0 void 0.000137
+gallium_dri.so malloc 72 0x5571734766b0 0.000126
+gallium_dri.so free 0x557173476800 void 0.000175
+gallium_dri.so free 0x5571734766b0 void 0.000132
+gallium_dri.so malloc 72 0x557173476840 0.000130
+gallium_dri.so free 0x5571734768c0 void 0.000133
+gallium_dri.so free 0x557173476840 void 0.000131
+gallium_dri.so malloc 72 0x5571734768c0 0.000129
+gallium_dri.so free 0x557173476980 void 0.000128
+gallium_dri.so free 0x5571734768c0 void 0.000133
+gallium_dri.so malloc 72 0x5571734768c0 0.000130
+gallium_dri.so free 0x557173476a00 void 0.000126
+gallium_dri.so free 0x5571734768c0 void 0.000125
+gallium_dri.so malloc 72 0x557173476a30 0.000129
+gallium_dri.so free 0x557173476a80 void 0.000135
+gallium_dri.so free 0x557173476a30 void 0.000130
+gallium_dri.so malloc 72 0x557173476a30 0.000130
+gallium_dri.so free 0x557173476b80 void 0.000272
+gallium_dri.so free 0x557173476a30 void 0.000135
+gallium_dri.so malloc 72 0x557173476bc0 0.000172
+gallium_dri.so free 0x557173476c40 void 0.000213
+gallium_dri.so free 0x557173476bc0 void 0.000132
+gallium_dri.so malloc 72 0x557173476c40 0.000130
+gallium_dri.so free 0x557173476d00 void 0.000148
+gallium_dri.so free 0x557173476c40 void 0.000131
+gallium_dri.so malloc 72 0x557173476c40 0.000130
+gallium_dri.so free 0x557173476d80 void 0.000130
+gallium_dri.so free 0x557173476c40 void 0.000212
+gallium_dri.so malloc 72 0x557173476db0 0.000125
+gallium_dri.so free 0x557173476e00 void 0.000123
+gallium_dri.so free 0x557173476db0 void 0.000122
+gallium_dri.so malloc 72 0x557173476db0 0.000127
+gallium_dri.so free 0x557173476f00 void 0.000135
+gallium_dri.so free 0x557173476db0 void 0.000131
+gallium_dri.so malloc 72 0x557173476eb0 0.000129
+gallium_dri.so free 0x557173476fc0 void 0.000124
+gallium_dri.so free 0x557173476eb0 void 0.000120
+gallium_dri.so malloc 72 0x557173476f70 0.000126
+gallium_dri.so free 0x557173477040 void 0.000124
+gallium_dri.so free 0x557173476f70 void 0.000126
+gallium_dri.so malloc 72 0x557173476f70 0.000122
+gallium_dri.so free 0x557173477100 void 0.000120
+gallium_dri.so free 0x557173476f70 void 0.000129
+gallium_dri.so malloc 72 0x557173476f70 0.000131
+gallium_dri.so free 0x5571734771c0 void 0.000141
+gallium_dri.so free 0x557173476f70 void 0.000131
+gallium_dri.so malloc 72 0x557173477170 0.000130
+gallium_dri.so free 0x557173477240 void 0.000124
+gallium_dri.so free 0x557173477170 void 0.000119
+gallium_dri.so malloc 72 0x557173477290 0.000196
+gallium_dri.so free 0x557173477300 void 0.000129
+gallium_dri.so free 0x557173477290 void 0.000129
+gallium_dri.so malloc 72 0x557173477320 0.000124
+gallium_dri.so free 0x5571734773c0 void 0.000125
+gallium_dri.so free 0x557173477320 void 0.000130
+gallium_dri.so malloc 72 0x557173477370 0.000130
+gallium_dri.so free 0x557173477440 void 0.000129
+gallium_dri.so free 0x557173477370 void 0.000130
+gallium_dri.so malloc 72 0x557173477440 0.000130
+gallium_dri.so free 0x557173477500 void 0.000124
+gallium_dri.so free 0x557173477440 void 0.000182
+gallium_dri.so malloc 72 0x557173477440 0.000225
+gallium_dri.so free 0x557173477580 void 0.000129
+gallium_dri.so free 0x557173477440 void 0.000131
+gallium_dri.so malloc 72 0x557173477580 0.000129
+gallium_dri.so free 0x557173477640 void 0.000166
+gallium_dri.so free 0x557173477580 void 0.000163
+gallium_dri.so malloc 72 0x557173477580 0.000295
+gallium_dri.so free 0x557173477700 void 0.000168
+gallium_dri.so free 0x557173477580 void 0.000275
+gallium_dri.so malloc 72 0x557173477580 0.000293
+gallium_dri.so free 0x5571734777c0 void 0.000318
+gallium_dri.so free 0x557173477580 void 0.000331
+gallium_dri.so malloc 72 0x557173477770 0.000276
+gallium_dri.so free 0x557173477840 void 0.000280
+gallium_dri.so free 0x557173477770 void 0.000268
+gallium_dri.so malloc 72 0x557173477890 0.000239
+gallium_dri.so free 0x557173477900 void 0.000247
+gallium_dri.so free 0x557173477890 void 0.000226
+gallium_dri.so malloc 72 0x557173477940 0.000198
+gallium_dri.so free 0x5571734779c0 void 0.000199
+gallium_dri.so free 0x557173477940 void 0.000162
+gallium_dri.so malloc 72 0x557173477940 0.000165
+gallium_dri.so free 0x557173477a40 void 0.000141
+gallium_dri.so free 0x557173477940 void 0.000172
+gallium_dri.so malloc 72 0x557173477a70 0.000208
+gallium_dri.so free 0x557173477ac0 void 0.000198
+gallium_dri.so free 0x557173477a70 void 0.000160
+gallium_dri.so malloc 72 0x557173477a70 0.000136
+gallium_dri.so free 0x557173477bc0 void 0.000126
+gallium_dri.so free 0x557173477a70 void 0.000125
+gallium_dri.so malloc 72 0x557173477b70 0.000131
+gallium_dri.so free 0x557173477c80 void 0.000126
+gallium_dri.so free 0x557173477b70 void 0.000122
+gallium_dri.so malloc 72 0x557173477c30 0.000124
+gallium_dri.so free 0x557173477cc0 void 0.000182
+gallium_dri.so free 0x557173477c30 void 0.000303
+gallium_dri.so malloc 72 0x557173477c30 0.000221
+gallium_dri.so free 0x557173477d80 void 0.000163
+gallium_dri.so free 0x557173477c30 void 0.000155
+gallium_dri.so malloc 72 0x557173477df0 0.000127
+gallium_dri.so free 0x557173477e40 void 0.000122
+gallium_dri.so free 0x557173477df0 void 0.000124
+gallium_dri.so malloc 72 0x557173477df0 0.000122
+gallium_dri.so free 0x557173477f40 void 0.000121
+gallium_dri.so free 0x557173477df0 void 0.000122
+gallium_dri.so malloc 72 0x557173477ef0 0.000121
+gallium_dri.so free 0x557173478000 void 0.000124
+gallium_dri.so free 0x557173477ef0 void 0.000122
+gallium_dri.so malloc 72 0x557173477fb0 0.000122
+gallium_dri.so free 0x557173478040 void 0.000122
+gallium_dri.so free 0x557173477fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173477fb0 0.000121
+gallium_dri.so free 0x557173478100 void 0.000121
+gallium_dri.so free 0x557173477fb0 void 0.000122
+gallium_dri.so malloc 72 0x557173478140 0.000122
+gallium_dri.so free 0x5571734781c0 void 0.000121
+gallium_dri.so free 0x557173478140 void 0.000122
+gallium_dri.so malloc 72 0x5571734781c0 0.000122
+gallium_dri.so free 0x557173478280 void 0.000151
+gallium_dri.so free 0x5571734781c0 void 0.000167
+gallium_dri.so malloc 72 0x5571734781c0 0.000159
+gallium_dri.so free 0x557173478340 void 0.000150
+gallium_dri.so free 0x5571734781c0 void 0.000136
+gallium_dri.so malloc 72 0x557173478360 0.000125
+gallium_dri.so free 0x557173478400 void 0.000124
+gallium_dri.so free 0x557173478360 void 0.000131
+gallium_dri.so malloc 72 0x5571734783b0 0.000139
+gallium_dri.so free 0x557173478480 void 0.000125
+gallium_dri.so free 0x5571734783b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734783b0 0.000123
+gallium_dri.so free 0x557173478500 void 0.000122
+gallium_dri.so free 0x5571734783b0 void 0.000130
+gallium_dri.so malloc 72 0x557173478500 0.000122
+gallium_dri.so free 0x5571734785c0 void 0.000117
+gallium_dri.so free 0x557173478500 void 0.000115
+gallium_dri.so malloc 72 0x557173478500 0.000118
+gallium_dri.so free 0x557173478680 void 0.000121
+gallium_dri.so free 0x557173478500 void 0.000125
+gallium_dri.so malloc 72 0x557173478500 0.000121
+gallium_dri.so free 0x557173478740 void 0.000120
+gallium_dri.so free 0x557173478500 void 0.000114
+gallium_dri.so malloc 72 0x5571734786f0 0.000118
+gallium_dri.so free 0x557173478800 void 0.000143
+gallium_dri.so free 0x5571734786f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734787b0 0.000120
+gallium_dri.so free 0x557173478880 void 0.000118
+gallium_dri.so free 0x5571734787b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734788d0 0.000116
+gallium_dri.so free 0x557173478940 void 0.000116
+gallium_dri.so free 0x5571734788d0 void 0.000115
+gallium_dri.so malloc 72 0x557173478960 0.000115
+gallium_dri.so free 0x557173478a00 void 0.000116
+gallium_dri.so free 0x557173478960 void 0.000115
+gallium_dri.so malloc 72 0x5571734789b0 0.000114
+gallium_dri.so free 0x557173478a80 void 0.000114
+gallium_dri.so free 0x5571734789b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734789b0 0.000114
+gallium_dri.so free 0x557173478b00 void 0.000115
+gallium_dri.so free 0x5571734789b0 void 0.000116
+gallium_dri.so malloc 72 0x557173478b00 0.000116
+gallium_dri.so free 0x557173478bc0 void 0.000116
+gallium_dri.so free 0x557173478b00 void 0.000117
+gallium_dri.so malloc 72 0x557173478b00 0.000115
+gallium_dri.so free 0x557173478cc0 void 0.000116
+gallium_dri.so free 0x557173478b00 void 0.000114
+gallium_dri.so malloc 72 0x557173478c70 0.000114
+gallium_dri.so free 0x557173478d00 void 0.000116
+gallium_dri.so free 0x557173478c70 void 0.000194
+gallium_dri.so malloc 72 0x557173478c70 0.000172
+gallium_dri.so free 0x557173478dc0 void 0.000166
+gallium_dri.so free 0x557173478c70 void 0.000125
+gallium_dri.so malloc 72 0x557173478e00 0.000120
+gallium_dri.so free 0x557173478e80 void 0.000117
+gallium_dri.so free 0x557173478e00 void 0.000117
+gallium_dri.so malloc 72 0x557173478e80 0.000117
+gallium_dri.so free 0x557173478f40 void 0.000116
+gallium_dri.so free 0x557173478e80 void 0.000115
+gallium_dri.so malloc 72 0x557173478e80 0.000127
+gallium_dri.so free 0x557173478fc0 void 0.000131
+gallium_dri.so free 0x557173478e80 void 0.000126
+gallium_dri.so malloc 72 0x557173478ff0 0.000126
+gallium_dri.so free 0x55717361aa80 void 0.000117
+gallium_dri.so free 0x557173478ff0 void 0.000116
+gallium_dri.so malloc 72 0x557173478ff0 0.000162
+gallium_dri.so free 0x55717361ab80 void 0.000131
+gallium_dri.so free 0x557173478ff0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ab30 0.000138
+gallium_dri.so free 0x55717361ac00 void 0.000216
+gallium_dri.so free 0x55717361ab30 void 0.000139
+gallium_dri.so malloc 72 0x55717361ac50 0.000119
+gallium_dri.so free 0x55717361acc0 void 0.000117
+gallium_dri.so free 0x55717361ac50 void 0.000130
+gallium_dri.so malloc 72 0x55717361ace0 0.000147
+gallium_dri.so free 0x55717361ad80 void 0.000126
+gallium_dri.so free 0x55717361ace0 void 0.000126
+gallium_dri.so malloc 72 0x55717361ad30 0.000120
+gallium_dri.so free 0x55717361ae00 void 0.000144
+gallium_dri.so free 0x55717361ad30 void 0.000122
+gallium_dri.so malloc 72 0x55717361ad30 0.000112
+gallium_dri.so free 0x55717361ae80 void 0.000110
+gallium_dri.so free 0x55717361ad30 void 0.000109
+gallium_dri.so malloc 72 0x55717361ae80 0.000110
+gallium_dri.so free 0x55717361af40 void 0.000109
+gallium_dri.so free 0x55717361ae80 void 0.000110
+gallium_dri.so malloc 72 0x55717361ae80 0.000110
+gallium_dri.so free 0x55717361b040 void 0.000109
+gallium_dri.so free 0x55717361ae80 void 0.000113
+gallium_dri.so malloc 72 0x55717361ae80 0.000109
+gallium_dri.so free 0x55717361b0c0 void 0.000110
+gallium_dri.so free 0x55717361ae80 void 0.000109
+gallium_dri.so malloc 72 0x55717361b0f0 0.000133
+gallium_dri.so free 0x55717361b140 void 0.000118
+gallium_dri.so free 0x55717361b0f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361b0f0 0.000118
+gallium_dri.so free 0x55717361b240 void 0.000115
+gallium_dri.so free 0x55717361b0f0 void 0.000109
+gallium_dri.so malloc 72 0x55717361b1f0 0.000111
+gallium_dri.so free 0x55717361b300 void 0.000112
+gallium_dri.so free 0x55717361b1f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361b2b0 0.000111
+gallium_dri.so free 0x55717361b340 void 0.000110
+gallium_dri.so free 0x55717361b2b0 void 0.000110
+gallium_dri.so malloc 72 0x55717361b2b0 0.000112
+gallium_dri.so free 0x55717361b400 void 0.000110
+gallium_dri.so free 0x55717361b2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b450 0.000111
+gallium_dri.so free 0x55717361b4c0 void 0.000112
+gallium_dri.so free 0x55717361b450 void 0.000109
+gallium_dri.so malloc 72 0x55717361b500 0.000110
+gallium_dri.so free 0x55717361b580 void 0.000117
+gallium_dri.so free 0x55717361b500 void 0.000167
+gallium_dri.so malloc 72 0x55717361b580 0.000176
+gallium_dri.so free 0x55717361b640 void 0.000209
+gallium_dri.so free 0x55717361b580 void 0.000213
+gallium_dri.so malloc 72 0x55717361b580 0.000178
+gallium_dri.so free 0x55717361b6c0 void 0.000147
+gallium_dri.so free 0x55717361b580 void 0.000126
+gallium_dri.so malloc 72 0x55717361b6f0 0.000134
+gallium_dri.so free 0x55717361b740 void 0.000200
+gallium_dri.so free 0x55717361b6f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b6f0 0.000110
+gallium_dri.so free 0x55717361b840 void 0.000110
+gallium_dri.so free 0x55717361b6f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361b7f0 0.000120
+gallium_dri.so free 0x55717361b900 void 0.000115
+gallium_dri.so free 0x55717361b7f0 void 0.000112
+gallium_dri.so malloc 72 0x55717361b8b0 0.000110
+gallium_dri.so free 0x55717361b980 void 0.000109
+gallium_dri.so free 0x55717361b8b0 void 0.000109
+gallium_dri.so malloc 72 0x55717361b9a0 0.000109
+gallium_dri.so free 0x55717361ba40 void 0.000115
+gallium_dri.so free 0x55717361b9a0 void 0.000109
+gallium_dri.so malloc 72 0x55717361b9f0 0.000110
+gallium_dri.so free 0x55717361bac0 void 0.000110
+gallium_dri.so free 0x55717361b9f0 void 0.000109
+gallium_dri.so malloc 72 0x55717361b9f0 0.000109
+gallium_dri.so free 0x55717361bb40 void 0.000110
+gallium_dri.so free 0x55717361b9f0 void 0.000110
+gallium_dri.so malloc 72 0x55717361bb40 0.000110
+gallium_dri.so free 0x55717361bc00 void 0.000111
+gallium_dri.so free 0x55717361bb40 void 0.000110
+gallium_dri.so malloc 72 0x55717361bb40 0.000109
+gallium_dri.so free 0x55717361bcc0 void 0.000109
+gallium_dri.so free 0x55717361bb40 void 0.000122
+gallium_dri.so malloc 72 0x55717361bb40 0.000122
+gallium_dri.so free 0x55717361bd80 void 0.000115
+gallium_dri.so free 0x55717361bb40 void 0.000111
+gallium_dri.so malloc 72 0x55717361bd30 0.000112
+gallium_dri.so free 0x55717361bd80 void 0.000111
+gallium_dri.so free 0x55717361bd30 void 0.000154
+gallium_dri.so malloc 72 0x55717361bd30 0.000123
+gallium_dri.so free 0x55717361be80 void 0.000125
+gallium_dri.so free 0x55717361bd30 void 0.000118
+gallium_dri.so malloc 72 0x55717361be30 0.000118
+gallium_dri.so free 0x55717361bf40 void 0.000117
+gallium_dri.so free 0x55717361be30 void 0.000117
+gallium_dri.so malloc 72 0x55717361bef0 0.000118
+gallium_dri.so free 0x55717361bf80 void 0.000118
+gallium_dri.so free 0x55717361bef0 void 0.000121
+gallium_dri.so malloc 72 0x55717361bef0 0.000123
+gallium_dri.so free 0x55717361c040 void 0.000180
+gallium_dri.so free 0x55717361bef0 void 0.000177
+gallium_dri.so malloc 72 0x55717361c080 0.000204
+gallium_dri.so free 0x55717361c100 void 0.000160
+gallium_dri.so free 0x55717361c080 void 0.000120
+gallium_dri.so malloc 72 0x55717361c100 0.000118
+gallium_dri.so free 0x55717361c1c0 void 0.000119
+gallium_dri.so free 0x55717361c100 void 0.000119
+gallium_dri.so malloc 72 0x55717361c100 0.000119
+gallium_dri.so free 0x55717361c280 void 0.000119
+gallium_dri.so free 0x55717361c100 void 0.000119
+gallium_dri.so malloc 72 0x55717361c2a0 0.000118
+gallium_dri.so free 0x55717361c340 void 0.000119
+gallium_dri.so free 0x55717361c2a0 void 0.000129
+gallium_dri.so malloc 72 0x55717361c2f0 0.000120
+gallium_dri.so free 0x55717361c3c0 void 0.000119
+gallium_dri.so free 0x55717361c2f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c2f0 0.000118
+gallium_dri.so free 0x55717361c440 void 0.000117
+gallium_dri.so free 0x55717361c2f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361c440 0.000118
+gallium_dri.so free 0x55717361c500 void 0.000118
+gallium_dri.so free 0x55717361c440 void 0.000145
+gallium_dri.so malloc 72 0x55717361c440 0.000118
+gallium_dri.so free 0x55717361c5c0 void 0.000118
+gallium_dri.so free 0x55717361c440 void 0.000119
+gallium_dri.so malloc 72 0x55717361c440 0.000117
+gallium_dri.so free 0x55717361c680 void 0.000117
+gallium_dri.so free 0x55717361c440 void 0.000116
+gallium_dri.so malloc 72 0x55717361c630 0.000117
+gallium_dri.so free 0x55717361c740 void 0.000117
+gallium_dri.so free 0x55717361c630 void 0.000117
+gallium_dri.so malloc 72 0x55717361c6f0 0.000117
+gallium_dri.so free 0x55717361c7c0 void 0.000117
+gallium_dri.so free 0x55717361c6f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c810 0.000117
+gallium_dri.so free 0x55717361c880 void 0.000116
+gallium_dri.so free 0x55717361c810 void 0.000117
+gallium_dri.so malloc 72 0x55717361c8a0 0.000116
+gallium_dri.so free 0x55717361c940 void 0.000115
+gallium_dri.so free 0x55717361c8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c8f0 0.000117
+gallium_dri.so free 0x55717361c9c0 void 0.000117
+gallium_dri.so free 0x55717361c8f0 void 0.000116
+gallium_dri.so malloc 72 0x55717361c8f0 0.000116
+gallium_dri.so free 0x55717361ca40 void 0.000117
+gallium_dri.so free 0x55717361c8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ca40 0.000117
+gallium_dri.so free 0x55717361cb00 void 0.000117
+gallium_dri.so free 0x55717361ca40 void 0.000115
+gallium_dri.so malloc 72 0x55717361ca40 0.000117
+gallium_dri.so free 0x55717361cc00 void 0.000117
+gallium_dri.so free 0x55717361ca40 void 0.000118
+gallium_dri.so malloc 72 0x55717361cbb0 0.000116
+gallium_dri.so free 0x55717361cc40 void 0.000117
+gallium_dri.so free 0x55717361cbb0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cbb0 0.000116
+gallium_dri.so free 0x55717361cd00 void 0.000125
+gallium_dri.so free 0x55717361cbb0 void 0.000182
+gallium_dri.so malloc 72 0x55717361cd40 0.000185
+gallium_dri.so free 0x55717361cdc0 void 0.000150
+gallium_dri.so free 0x55717361cd40 void 0.000127
+gallium_dri.so malloc 72 0x55717361cdc0 0.000126
+gallium_dri.so free 0x55717361ce80 void 0.000155
+gallium_dri.so free 0x55717361cdc0 void 0.000252
+gallium_dri.so malloc 72 0x55717361cdc0 0.000122
+gallium_dri.so free 0x55717361cf00 void 0.000117
+gallium_dri.so free 0x55717361cdc0 void 0.000116
+gallium_dri.so malloc 72 0x55717361cf30 0.000118
+gallium_dri.so free 0x55717361cf80 void 0.000118
+gallium_dri.so free 0x55717361cf30 void 0.000118
+gallium_dri.so malloc 72 0x55717361cf30 0.000117
+gallium_dri.so free 0x55717361d080 void 0.000117
+gallium_dri.so free 0x55717361cf30 void 0.000116
+gallium_dri.so malloc 72 0x55717361d0c0 0.000118
+gallium_dri.so free 0x55717361d140 void 0.000118
+gallium_dri.so free 0x55717361d0c0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d140 0.000118
+gallium_dri.so free 0x55717361d200 void 0.000118
+gallium_dri.so free 0x55717361d140 void 0.000117
+gallium_dri.so malloc 72 0x55717361d140 0.000117
+gallium_dri.so free 0x55717361d280 void 0.000117
+gallium_dri.so free 0x55717361d140 void 0.000117
+gallium_dri.so malloc 72 0x55717361d2b0 0.000118
+gallium_dri.so free 0x55717361d300 void 0.000118
+gallium_dri.so free 0x55717361d2b0 void 0.000118
+gallium_dri.so malloc 72 0x55717361d2b0 0.000117
+gallium_dri.so free 0x55717361d400 void 0.000117
+gallium_dri.so free 0x55717361d2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717361d3b0 0.000116
+gallium_dri.so free 0x55717361d4c0 void 0.000130
+gallium_dri.so free 0x55717361d3b0 void 0.000121
+gallium_dri.so malloc 72 0x55717361d470 0.000117
+gallium_dri.so free 0x55717361d540 void 0.000116
+gallium_dri.so free 0x55717361d470 void 0.000120
+gallium_dri.so malloc 72 0x55717361d470 0.000117
+gallium_dri.so free 0x55717361d600 void 0.000118
+gallium_dri.so free 0x55717361d470 void 0.000117
+gallium_dri.so malloc 72 0x55717361d470 0.000118
+gallium_dri.so free 0x55717361d6c0 void 0.000117
+gallium_dri.so free 0x55717361d470 void 0.000118
+gallium_dri.so malloc 72 0x55717361d670 0.000117
+gallium_dri.so free 0x55717361d740 void 0.000121
+gallium_dri.so free 0x55717361d670 void 0.000118
+gallium_dri.so malloc 72 0x55717361d790 0.000119
+gallium_dri.so free 0x55717361d800 void 0.000117
+gallium_dri.so free 0x55717361d790 void 0.000123
+gallium_dri.so malloc 72 0x55717361d820 0.000123
+gallium_dri.so free 0x55717361d8c0 void 0.000178
+gallium_dri.so free 0x55717361d820 void 0.000176
+gallium_dri.so malloc 72 0x55717361d870 0.000184
+gallium_dri.so free 0x55717361d940 void 0.000124
+gallium_dri.so free 0x55717361d870 void 0.000198
+gallium_dri.so malloc 72 0x55717361d940 0.000141
+gallium_dri.so free 0x55717361da00 void 0.000142
+gallium_dri.so free 0x55717361d940 void 0.000122
+gallium_dri.so malloc 72 0x55717361d940 0.000202
+gallium_dri.so free 0x55717361da80 void 0.000128
+gallium_dri.so free 0x55717361d940 void 0.000125
+gallium_dri.so malloc 72 0x55717361da80 0.000124
+gallium_dri.so free 0x55717361db40 void 0.000126
+gallium_dri.so free 0x55717361da80 void 0.000123
+gallium_dri.so malloc 72 0x55717361da80 0.000166
+gallium_dri.so free 0x55717361dc00 void 0.000151
+gallium_dri.so free 0x55717361da80 void 0.000127
+gallium_dri.so malloc 72 0x55717361da80 0.000124
+gallium_dri.so free 0x55717361dcc0 void 0.000124
+gallium_dri.so free 0x55717361da80 void 0.000122
+gallium_dri.so malloc 72 0x55717361dc70 0.000124
+gallium_dri.so free 0x55717361aa10 void 0.000123
+gallium_dri.so free 0x55717361dd40 void 0.000120
+gallium_dri.so free 0x55717361dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717361dd90 0.000117
+gallium_dri.so free 0x55717361de00 void 0.000121
+gallium_dri.so free 0x55717361dd90 void 0.000120
+gallium_dri.so malloc 72 0x55717361de40 0.000118
+gallium_dri.so free 0x55717361dec0 void 0.000120
+gallium_dri.so free 0x55717361de40 void 0.000118
+gallium_dri.so malloc 72 0x55717361de40 0.000133
+gallium_dri.so free 0x55717361df40 void 0.000121
+gallium_dri.so free 0x55717361de40 void 0.000120
+gallium_dri.so malloc 72 0x55717361df70 0.000119
+gallium_dri.so free 0x55717361dfc0 void 0.000122
+gallium_dri.so free 0x55717361df70 void 0.000123
+gallium_dri.so malloc 72 0x55717361df70 0.000160
+gallium_dri.so free 0x55717361e0c0 void 0.000120
+gallium_dri.so free 0x55717361df70 void 0.000119
+gallium_dri.so malloc 72 0x55717361e070 0.000121
+gallium_dri.so free 0x55717361e180 void 0.000122
+gallium_dri.so free 0x55717361e070 void 0.000118
+gallium_dri.so malloc 72 0x55717361e130 0.000121
+gallium_dri.so free 0x55717361e1c0 void 0.000119
+gallium_dri.so free 0x55717361e130 void 0.000124
+gallium_dri.so malloc 72 0x55717361e130 0.000139
+gallium_dri.so free 0x55717361e280 void 0.000145
+gallium_dri.so free 0x55717361e130 void 0.000123
+gallium_dri.so malloc 72 0x55717361e2f0 0.000124
+gallium_dri.so free 0x55717361e340 void 0.000127
+gallium_dri.so free 0x55717361e2f0 void 0.000152
+gallium_dri.so malloc 72 0x55717361e2f0 0.000124
+gallium_dri.so free 0x55717361e440 void 0.000157
+gallium_dri.so free 0x55717361e2f0 void 0.000153
+gallium_dri.so malloc 72 0x55717361e3f0 0.000151
+gallium_dri.so free 0x55717361e500 void 0.000125
+gallium_dri.so free 0x55717361e3f0 void 0.000127
+gallium_dri.so malloc 72 0x55717361e4b0 0.000129
+gallium_dri.so free 0x55717361e540 void 0.000128
+gallium_dri.so free 0x55717361e4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e4b0 0.000126
+gallium_dri.so free 0x55717361e600 void 0.000126
+gallium_dri.so free 0x55717361e4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e640 0.000126
+gallium_dri.so free 0x55717361e6c0 void 0.000118
+gallium_dri.so free 0x55717361e640 void 0.000115
+gallium_dri.so malloc 72 0x55717361e6c0 0.000116
+gallium_dri.so free 0x55717361e780 void 0.000113
+gallium_dri.so free 0x55717361e6c0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e6c0 0.000118
+gallium_dri.so free 0x55717361e840 void 0.000116
+gallium_dri.so free 0x55717361e6c0 void 0.000128
+gallium_dri.so malloc 72 0x55717361e860 0.000125
+gallium_dri.so free 0x55717361e900 void 0.000127
+gallium_dri.so free 0x55717361e860 void 0.000128
+gallium_dri.so malloc 72 0x55717361e8b0 0.000127
+gallium_dri.so free 0x55717361e980 void 0.000125
+gallium_dri.so free 0x55717361e8b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e8b0 0.000124
+gallium_dri.so free 0x55717361ea00 void 0.000165
+gallium_dri.so free 0x55717361e8b0 void 0.000132
+gallium_dri.so malloc 72 0x55717361ea00 0.000129
+gallium_dri.so free 0x55717361eac0 void 0.000129
+gallium_dri.so free 0x55717361ea00 void 0.000133
+gallium_dri.so malloc 72 0x55717361ea00 0.000137
+gallium_dri.so free 0x55717361eb80 void 0.000129
+gallium_dri.so free 0x55717361ea00 void 0.000124
+gallium_dri.so malloc 72 0x55717361ea00 0.000124
+gallium_dri.so free 0x55717361ec40 void 0.000125
+gallium_dri.so free 0x55717361ea00 void 0.000122
+gallium_dri.so malloc 72 0x55717361ebf0 0.000124
+gallium_dri.so free 0x55717361ed00 void 0.000124
+gallium_dri.so free 0x55717361ebf0 void 0.000123
+gallium_dri.so malloc 72 0x55717361ecb0 0.000127
+gallium_dri.so free 0x55717361ed80 void 0.000125
+gallium_dri.so free 0x55717361ecb0 void 0.000123
+gallium_dri.so malloc 72 0x55717361edd0 0.000127
+gallium_dri.so free 0x55717361ee40 void 0.000129
+gallium_dri.so free 0x55717361edd0 void 0.000127
+gallium_dri.so malloc 72 0x55717361ee60 0.000123
+gallium_dri.so free 0x55717361ef00 void 0.000124
+gallium_dri.so free 0x55717361ee60 void 0.000125
+gallium_dri.so malloc 72 0x55717361eeb0 0.000132
+gallium_dri.so free 0x55717361ef80 void 0.000130
+gallium_dri.so free 0x55717361eeb0 void 0.000123
+gallium_dri.so malloc 72 0x55717361eeb0 0.000123
+gallium_dri.so free 0x55717361f000 void 0.000147
+gallium_dri.so free 0x55717361eeb0 void 0.000127
+gallium_dri.so malloc 72 0x55717361f000 0.000126
+gallium_dri.so free 0x55717361f0c0 void 0.000128
+gallium_dri.so free 0x55717361f000 void 0.000127
+gallium_dri.so malloc 72 0x55717361f000 0.000125
+gallium_dri.so free 0x55717361f1c0 void 0.000125
+gallium_dri.so free 0x55717361f000 void 0.000124
+gallium_dri.so malloc 72 0x55717361f170 0.000122
+gallium_dri.so free 0x55717361f200 void 0.000124
+gallium_dri.so free 0x55717361f170 void 0.000123
+gallium_dri.so malloc 72 0x55717361f170 0.000123
+gallium_dri.so free 0x55717361f2c0 void 0.000122
+gallium_dri.so free 0x55717361f170 void 0.000121
+gallium_dri.so malloc 72 0x55717361f300 0.000120
+gallium_dri.so free 0x55717361f380 void 0.000127
+gallium_dri.so free 0x55717361f300 void 0.000120
+gallium_dri.so malloc 72 0x55717361f380 0.000113
+gallium_dri.so free 0x55717361f440 void 0.000142
+gallium_dri.so free 0x55717361f380 void 0.000134
+gallium_dri.so malloc 72 0x55717361f380 0.000127
+gallium_dri.so free 0x55717361f4c0 void 0.000143
+gallium_dri.so free 0x55717361f380 void 0.000114
+gallium_dri.so malloc 72 0x55717361f4f0 0.000114
+gallium_dri.so free 0x55717361f540 void 0.000113
+gallium_dri.so free 0x55717361f4f0 void 0.000111
+gallium_dri.so malloc 72 0x55717361f4f0 0.000119
+gallium_dri.so free 0x55717361f640 void 0.000140
+gallium_dri.so free 0x55717361f4f0 void 0.000114
+gallium_dri.so malloc 72 0x55717361f680 0.000116
+gallium_dri.so free 0x55717361f700 void 0.000112
+gallium_dri.so free 0x55717361f680 void 0.000113
+gallium_dri.so malloc 72 0x55717361f700 0.000113
+gallium_dri.so free 0x55717361f7c0 void 0.000112
+gallium_dri.so free 0x55717361f700 void 0.000112
+gallium_dri.so malloc 72 0x55717361f700 0.000113
+gallium_dri.so free 0x55717361f840 void 0.000112
+gallium_dri.so free 0x55717361f700 void 0.000123
+gallium_dri.so malloc 72 0x55717361f870 0.000122
+gallium_dri.so free 0x55717361f8c0 void 0.000120
+gallium_dri.so free 0x55717361f870 void 0.000121
+gallium_dri.so malloc 72 0x55717361f870 0.000126
+gallium_dri.so free 0x55717361f9c0 void 0.000146
+gallium_dri.so free 0x55717361f870 void 0.000149
+gallium_dri.so malloc 72 0x55717361f970 0.000185
+gallium_dri.so free 0x55717361fa80 void 0.000181
+gallium_dri.so free 0x55717361f970 void 0.000202
+gallium_dri.so malloc 72 0x55717361fa30 0.000189
+gallium_dri.so free 0x55717361fb00 void 0.000277
+gallium_dri.so free 0x55717361fa30 void 0.000202
+gallium_dri.so malloc 72 0x55717361fa30 0.000167
+gallium_dri.so free 0x55717361fbc0 void 0.000181
+gallium_dri.so free 0x55717361fa30 void 0.000183
+gallium_dri.so malloc 72 0x55717361fa30 0.000161
+gallium_dri.so free 0x55717361fc80 void 0.000159
+gallium_dri.so free 0x55717361fa30 void 0.000123
+gallium_dri.so malloc 72 0x55717361fc30 0.000122
+gallium_dri.so free 0x55717361fd00 void 0.000121
+gallium_dri.so free 0x55717361fc30 void 0.000122
+gallium_dri.so malloc 72 0x55717361fd50 0.000122
+gallium_dri.so free 0x55717361fdc0 void 0.000122
+gallium_dri.so free 0x55717361fd50 void 0.000119
+gallium_dri.so malloc 72 0x55717361fde0 0.000119
+gallium_dri.so free 0x5571735ed2c0 void 0.000117
+gallium_dri.so free 0x55717361fde0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed2f0 0.000118
+gallium_dri.so free 0x5571735ed340 void 0.000134
+gallium_dri.so free 0x5571735ed2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ed340 0.000129
+gallium_dri.so free 0x5571735ed400 void 0.000123
+gallium_dri.so free 0x5571735ed340 void 0.000137
+gallium_dri.so malloc 72 0x5571735ed340 0.000142
+gallium_dri.so free 0x5571735ed500 void 0.000136
+gallium_dri.so free 0x5571735ed340 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed4b0 0.000131
+gallium_dri.so free 0x5571735ed5c0 void 0.000132
+gallium_dri.so free 0x5571735ed4b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed570 0.000130
+gallium_dri.so free 0x5571735ed600 void 0.000131
+gallium_dri.so free 0x5571735ed570 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed570 0.000133
+gallium_dri.so free 0x5571735ed6c0 void 0.000130
+gallium_dri.so free 0x5571735ed570 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed700 0.000133
+gallium_dri.so free 0x5571735ed780 void 0.000131
+gallium_dri.so free 0x5571735ed700 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed780 0.000133
+gallium_dri.so free 0x5571735ed840 void 0.000130
+gallium_dri.so free 0x5571735ed780 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed780 0.000132
+gallium_dri.so free 0x5571735ed8c0 void 0.000158
+gallium_dri.so free 0x5571735ed780 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed780 0.000131
+gallium_dri.so free 0x5571735ed980 void 0.000130
+gallium_dri.so free 0x5571735ed780 void 0.000132
+gallium_dri.so malloc 72 0x5571735ed780 0.000128
+gallium_dri.so free 0x5571735eda40 void 0.000134
+gallium_dri.so free 0x5571735ed780 void 0.000136
+gallium_dri.so malloc 72 0x5571735ed9f0 0.000136
+gallium_dri.so free 0x5571735edac0 void 0.000128
+gallium_dri.so free 0x5571735ed9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735edb10 0.000146
+gallium_dri.so free 0x5571735edb80 void 0.000145
+gallium_dri.so free 0x5571735edb10 void 0.000147
+gallium_dri.so malloc 72 0x5571735edba0 0.000144
+gallium_dri.so free 0x5571735edc40 void 0.000145
+gallium_dri.so free 0x5571735edba0 void 0.000147
+gallium_dri.so malloc 72 0x5571735edbf0 0.000145
+gallium_dri.so free 0x5571735edcc0 void 0.000159
+gallium_dri.so free 0x5571735edbf0 void 0.000138
+gallium_dri.so malloc 72 0x5571735edbf0 0.000154
+gallium_dri.so free 0x5571735eddc0 void 0.000151
+gallium_dri.so free 0x5571735edbf0 void 0.000200
+gallium_dri.so malloc 72 0x5571735edd70 0.000172
+gallium_dri.so free 0x5571735ede40 void 0.000126
+gallium_dri.so free 0x5571735edd70 void 0.000122
+gallium_dri.so malloc 72 0x5571735ede90 0.000145
+gallium_dri.so free 0x5571735edf00 void 0.000122
+gallium_dri.so free 0x5571735ede90 void 0.000118
+gallium_dri.so malloc 72 0x5571735edf20 0.000119
+gallium_dri.so free 0x5571735edfc0 void 0.000116
+gallium_dri.so free 0x5571735edf20 void 0.000117
+gallium_dri.so malloc 72 0x5571735edf70 0.000115
+gallium_dri.so free 0x5571735ee040 void 0.000115
+gallium_dri.so free 0x5571735edf70 void 0.000117
+gallium_dri.so malloc 72 0x5571735edf70 0.000122
+gallium_dri.so free 0x5571735ee0c0 void 0.000120
+gallium_dri.so free 0x5571735edf70 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000123
+gallium_dri.so free 0x5571735ee180 void 0.000119
+gallium_dri.so free 0x5571735ee0c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000122
+gallium_dri.so free 0x5571735ee280 void 0.000120
+gallium_dri.so free 0x5571735ee0c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee0c0 0.000118
+gallium_dri.so free 0x5571735ee300 void 0.000118
+gallium_dri.so free 0x5571735ee0c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee330 0.000158
+gallium_dri.so free 0x5571735ee380 void 0.000122
+gallium_dri.so free 0x5571735ee330 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee330 0.000216
+gallium_dri.so free 0x5571735ee480 void 0.000172
+gallium_dri.so free 0x5571735ee330 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee430 0.000149
+gallium_dri.so free 0x5571735ee540 void 0.000134
+gallium_dri.so free 0x5571735ee430 void 0.000138
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000128
+gallium_dri.so free 0x5571735ee580 void 0.000120
+gallium_dri.so free 0x5571735ee4f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000122
+gallium_dri.so free 0x5571735ee640 void 0.000122
+gallium_dri.so free 0x5571735ee4f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ee690 0.000120
+gallium_dri.so free 0x5571735ee700 void 0.000123
+gallium_dri.so free 0x5571735ee690 void 0.000124
+gallium_dri.so malloc 72 0x5571735ee740 0.000122
+gallium_dri.so free 0x5571735ee7c0 void 0.000123
+gallium_dri.so free 0x5571735ee740 void 0.000122
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000120
+gallium_dri.so free 0x5571735ee880 void 0.000121
+gallium_dri.so free 0x5571735ee7c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ee7c0 0.000140
+gallium_dri.so free 0x5571735ee900 void 0.000123
+gallium_dri.so free 0x5571735ee7c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee930 0.000134
+gallium_dri.so free 0x5571735ee980 void 0.000134
+gallium_dri.so free 0x5571735ee930 void 0.000166
+gallium_dri.so malloc 72 0x5571735ee930 0.000132
+gallium_dri.so free 0x5571735eea80 void 0.000134
+gallium_dri.so free 0x5571735ee930 void 0.000133
+gallium_dri.so malloc 72 0x5571735eea30 0.000133
+gallium_dri.so free 0x5571735eeb40 void 0.000132
+gallium_dri.so free 0x5571735eea30 void 0.000133
+gallium_dri.so malloc 72 0x5571735eeaf0 0.000132
+gallium_dri.so free 0x5571735eebc0 void 0.000134
+gallium_dri.so free 0x5571735eeaf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735eebe0 0.000143
+gallium_dri.so free 0x5571735eec80 void 0.000136
+gallium_dri.so free 0x5571735eebe0 void 0.000137
+gallium_dri.so malloc 72 0x5571735eec30 0.000138
+gallium_dri.so free 0x5571735eed00 void 0.000132
+gallium_dri.so free 0x5571735eec30 void 0.000127
+gallium_dri.so malloc 72 0x5571735eec30 0.000127
+gallium_dri.so free 0x5571735eed80 void 0.000126
+gallium_dri.so free 0x5571735eec30 void 0.000126
+gallium_dri.so malloc 72 0x5571735eed80 0.000124
+gallium_dri.so free 0x5571735eee40 void 0.000124
+gallium_dri.so free 0x5571735eed80 void 0.000134
+gallium_dri.so malloc 72 0x5571735eed80 0.000127
+gallium_dri.so free 0x5571735eef00 void 0.000124
+gallium_dri.so free 0x5571735eed80 void 0.000126
+gallium_dri.so malloc 72 0x5571735eed80 0.000125
+gallium_dri.so free 0x5571735eefc0 void 0.000126
+gallium_dri.so free 0x5571735eed80 void 0.000134
+gallium_dri.so malloc 72 0x5571735eef70 0.000130
+gallium_dri.so free 0x5571735eefc0 void 0.000135
+gallium_dri.so free 0x5571735eef70 void 0.000135
+gallium_dri.so malloc 72 0x5571735eef70 0.000131
+gallium_dri.so free 0x5571735ef0c0 void 0.000134
+gallium_dri.so free 0x5571735eef70 void 0.000136
+gallium_dri.so malloc 72 0x5571735ef070 0.000128
+gallium_dri.so free 0x5571735ef180 void 0.000131
+gallium_dri.so free 0x5571735ef070 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef130 0.000127
+gallium_dri.so free 0x5571735ef1c0 void 0.000129
+gallium_dri.so free 0x5571735ef130 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef130 0.000134
+gallium_dri.so free 0x5571735ef280 void 0.000136
+gallium_dri.so free 0x5571735ef130 void 0.000133
+gallium_dri.so malloc 72 0x5571735ef2c0 0.000141
+gallium_dri.so free 0x5571735ef340 void 0.000133
+gallium_dri.so free 0x5571735ef2c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef340 0.000170
+gallium_dri.so free 0x5571735ef400 void 0.000146
+gallium_dri.so free 0x5571735ef340 void 0.000151
+gallium_dri.so malloc 72 0x5571735ef340 0.000133
+gallium_dri.so free 0x5571735ef4c0 void 0.000130
+gallium_dri.so free 0x5571735ef340 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef4e0 0.000132
+gallium_dri.so free 0x5571735ef580 void 0.000132
+gallium_dri.so free 0x5571735ef4e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ef530 0.000132
+gallium_dri.so free 0x5571735ef600 void 0.000132
+gallium_dri.so free 0x5571735ef530 void 0.000132
+gallium_dri.so malloc 72 0x5571735ef530 0.000134
+gallium_dri.so free 0x5571735ef680 void 0.000130
+gallium_dri.so free 0x5571735ef530 void 0.000129
+gallium_dri.so malloc 72 0x5571735ef680 0.000135
+gallium_dri.so free 0x5571735ef740 void 0.000136
+gallium_dri.so free 0x5571735ef680 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef680 0.000156
+gallium_dri.so free 0x5571735ef800 void 0.000140
+gallium_dri.so free 0x5571735ef680 void 0.000137
+gallium_dri.so malloc 72 0x5571735ef680 0.000188
+gallium_dri.so free 0x5571735ef8c0 void 0.000192
+gallium_dri.so free 0x5571735ef680 void 0.000212
+gallium_dri.so malloc 72 0x5571735ef870 0.000268
+gallium_dri.so free 0x5571735ef980 void 0.000206
+gallium_dri.so free 0x5571735ef870 void 0.000158
+gallium_dri.so malloc 72 0x5571735ef930 0.000149
+gallium_dri.so free 0x5571735efa00 void 0.000145
+gallium_dri.so free 0x5571735ef930 void 0.000165
+gallium_dri.so malloc 72 0x5571735efa50 0.000313
+gallium_dri.so free 0x5571735efac0 void 0.000136
+gallium_dri.so free 0x5571735efa50 void 0.000129
+gallium_dri.so malloc 72 0x5571735efae0 0.000125
+gallium_dri.so free 0x5571735efb80 void 0.000121
+gallium_dri.so free 0x5571735efae0 void 0.000125
+gallium_dri.so malloc 72 0x5571735efb30 0.000124
+gallium_dri.so free 0x5571735efc00 void 0.000145
+gallium_dri.so free 0x5571735efb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735efb30 0.000129
+gallium_dri.so free 0x5571735efc80 void 0.000129
+gallium_dri.so free 0x5571735efb30 void 0.000130
+gallium_dri.so malloc 72 0x5571735efc80 0.000122
+gallium_dri.so free 0x5571735efd40 void 0.000129
+gallium_dri.so free 0x5571735efc80 void 0.000127
+gallium_dri.so malloc 72 0x5571735efc80 0.000126
+gallium_dri.so free 0x5571735efe40 void 0.000125
+gallium_dri.so free 0x5571735efc80 void 0.000125
+gallium_dri.so malloc 72 0x5571735efdf0 0.000126
+gallium_dri.so free 0x5571735efe80 void 0.000129
+gallium_dri.so free 0x5571735efdf0 void 0.000128
+gallium_dri.so malloc 72 0x5571735efdf0 0.000127
+gallium_dri.so free 0x5571735eff40 void 0.000130
+gallium_dri.so free 0x5571735efdf0 void 0.000126
+gallium_dri.so malloc 72 0x5571735eff80 0.000128
+gallium_dri.so free 0x5571735f0000 void 0.000128
+gallium_dri.so free 0x5571735eff80 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0000 0.000129
+gallium_dri.so free 0x5571735f00c0 void 0.000128
+gallium_dri.so free 0x5571735f0000 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0000 0.000125
+gallium_dri.so free 0x5571735f0140 void 0.000134
+gallium_dri.so free 0x5571735f0000 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0170 0.000130
+gallium_dri.so free 0x5571735f01c0 void 0.000127
+gallium_dri.so free 0x5571735f0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0170 0.000129
+gallium_dri.so free 0x5571735f02c0 void 0.000128
+gallium_dri.so free 0x5571735f0170 void 0.000130
+gallium_dri.so malloc 72 0x5571735f0300 0.000132
+gallium_dri.so free 0x5571735f0380 void 0.000127
+gallium_dri.so free 0x5571735f0300 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0380 0.000126
+gallium_dri.so free 0x5571735f0440 void 0.000130
+gallium_dri.so free 0x5571735f0380 void 0.000134
+gallium_dri.so malloc 72 0x5571735f0380 0.000129
+gallium_dri.so free 0x5571735f04c0 void 0.000138
+gallium_dri.so free 0x5571735f0380 void 0.000119
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0540 void 0.000120
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f04f0 0.000119
+gallium_dri.so free 0x5571735f0640 void 0.000121
+gallium_dri.so free 0x5571735f04f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f05f0 0.000127
+gallium_dri.so free 0x5571735f0700 void 0.000119
+gallium_dri.so free 0x5571735f05f0 void 0.000147
+gallium_dri.so malloc 72 0x5571735f06b0 0.000122
+gallium_dri.so free 0x5571735f0780 void 0.000119
+gallium_dri.so free 0x5571735f06b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f06b0 0.000119
+gallium_dri.so free 0x5571735f0840 void 0.000129
+gallium_dri.so free 0x5571735f06b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f06b0 0.000122
+gallium_dri.so free 0x5571735f0900 void 0.000133
+gallium_dri.so free 0x5571735f06b0 void 0.000180
+gallium_dri.so malloc 72 0x5571735f08b0 0.000184
+gallium_dri.so free 0x5571735f0980 void 0.000183
+gallium_dri.so free 0x5571735f08b0 void 0.000181
+gallium_dri.so malloc 72 0x5571735f09d0 0.000168
+gallium_dri.so free 0x5571735f0a40 void 0.000182
+gallium_dri.so free 0x5571735f09d0 void 0.000171
+gallium_dri.so malloc 72 0x5571735f0a60 0.000206
+gallium_dri.so free 0x5571735f0b00 void 0.000170
+gallium_dri.so free 0x5571735f0a60 void 0.000172
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000170
+gallium_dri.so free 0x5571735f0b80 void 0.000177
+gallium_dri.so free 0x5571735f0ab0 void 0.000208
+gallium_dri.so malloc 72 0x5571735f0b80 0.000182
+gallium_dri.so free 0x5571735f0c40 void 0.000198
+gallium_dri.so free 0x5571735f0b80 void 0.000187
+gallium_dri.so malloc 72 0x5571735f0b80 0.000187
+gallium_dri.so free 0x5571735f0cc0 void 0.000183
+gallium_dri.so free 0x5571735f0b80 void 0.000194
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000188
+gallium_dri.so free 0x5571735f0d80 void 0.000190
+gallium_dri.so free 0x5571735f0cc0 void 0.000175
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000167
+gallium_dri.so free 0x5571735f0e40 void 0.000191
+gallium_dri.so free 0x5571735f0cc0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000183
+gallium_dri.so free 0x5571735f0f00 void 0.000179
+gallium_dri.so free 0x5571735f0cc0 void 0.000174
+gallium_dri.so malloc 72 0x5571735f0eb0 0.000184
+gallium_dri.so free 0x5571735f0f80 void 0.000180
+gallium_dri.so free 0x5571735f0eb0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f0fd0 0.000169
+gallium_dri.so free 0x5571735f1040 void 0.000185
+gallium_dri.so free 0x5571735f0fd0 void 0.000178
+gallium_dri.so malloc 72 0x5571735f1080 0.000176
+gallium_dri.so free 0x5571735f1100 void 0.000175
+gallium_dri.so free 0x5571735f1080 void 0.000175
+gallium_dri.so malloc 72 0x5571735f1080 0.000180
+gallium_dri.so free 0x5571735f1180 void 0.000176
+gallium_dri.so free 0x5571735f1080 void 0.000174
+gallium_dri.so malloc 72 0x5571735f11b0 0.000181
+gallium_dri.so free 0x5571735f1200 void 0.000182
+gallium_dri.so free 0x5571735f11b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f11b0 0.000123
+gallium_dri.so free 0x5571735f1300 void 0.000124
+gallium_dri.so free 0x5571735f11b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f12b0 0.000118
+gallium_dri.so free 0x5571735f13c0 void 0.000142
+gallium_dri.so free 0x5571735f12b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1370 0.000121
+gallium_dri.so free 0x5571735f1400 void 0.000121
+gallium_dri.so free 0x5571735f1370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1370 0.000122
+gallium_dri.so free 0x5571735f14c0 void 0.000123
+gallium_dri.so free 0x5571735f1370 void 0.000151
+gallium_dri.so malloc 72 0x5571735f1530 0.000130
+gallium_dri.so free 0x5571735f1580 void 0.000119
+gallium_dri.so free 0x5571735f1530 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1530 0.000115
+gallium_dri.so free 0x5571735f1680 void 0.000116
+gallium_dri.so free 0x5571735f1530 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1630 0.000115
+gallium_dri.so free 0x5571735f1740 void 0.000114
+gallium_dri.so free 0x5571735f1630 void 0.000113
+gallium_dri.so malloc 72 0x5571735f16f0 0.000113
+gallium_dri.so free 0x5571735f1780 void 0.000112
+gallium_dri.so free 0x5571735f16f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f16f0 0.000115
+gallium_dri.so free 0x5571735f1840 void 0.000117
+gallium_dri.so free 0x5571735f16f0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1880 0.000110
+gallium_dri.so free 0x5571735f1900 void 0.000109
+gallium_dri.so free 0x5571735f1880 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1900 0.000110
+gallium_dri.so free 0x5571735f19c0 void 0.000117
+gallium_dri.so free 0x5571735f1900 void 0.000113
+gallium_dri.so malloc 72 0x5571735f1900 0.000112
+gallium_dri.so free 0x5571735f1a80 void 0.000109
+gallium_dri.so free 0x5571735f1900 void 0.000111
+gallium_dri.so malloc 72 0x5571735f1aa0 0.000110
+gallium_dri.so free 0x5571735f1b40 void 0.000119
+gallium_dri.so free 0x5571735f1aa0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1af0 0.000113
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1af0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1af0 0.000121
+gallium_dri.so free 0x5571735f1c40 void 0.000173
+gallium_dri.so free 0x5571735f1af0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f1c40 0.000206
+gallium_dri.so free 0x5571735f1d00 void 0.000184
+gallium_dri.so free 0x5571735f1c40 void 0.000156
+gallium_dri.so malloc 72 0x5571735f1c40 0.000121
+gallium_dri.so free 0x5571735f1dc0 void 0.000113
+gallium_dri.so free 0x5571735f1c40 void 0.000110
+gallium_dri.so malloc 72 0x5571735f1c40 0.000110
+gallium_dri.so free 0x5571735f1e80 void 0.000109
+gallium_dri.so free 0x5571735f1c40 void 0.000109
+gallium_dri.so malloc 72 0x5571735f1e30 0.000109
+gallium_dri.so free 0x5571735f1f40 void 0.000130
+gallium_dri.so free 0x5571735f1e30 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1ef0 0.000119
+gallium_dri.so free 0x5571735f1fc0 void 0.000137
+gallium_dri.so free 0x5571735f1ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735f2010 0.000120
+gallium_dri.so free 0x5571735f2080 void 0.000130
+gallium_dri.so free 0x5571735f2010 void 0.000123
+gallium_dri.so malloc 72 0x5571735f20a0 0.000123
+gallium_dri.so free 0x5571735f2140 void 0.000129
+gallium_dri.so free 0x5571735f20a0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f20f0 0.000122
+gallium_dri.so free 0x5571735f21c0 void 0.000127
+gallium_dri.so free 0x5571735f20f0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f20f0 0.000182
+gallium_dri.so free 0x5571735f2240 void 0.000209
+gallium_dri.so free 0x5571735f20f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f2240 0.000134
+gallium_dri.so free 0x5571735f2300 void 0.000149
+gallium_dri.so free 0x5571735f2240 void 0.000152
+gallium_dri.so malloc 72 0x5571735f2240 0.000118
+gallium_dri.so free 0x5571735f2400 void 0.000113
+gallium_dri.so free 0x5571735f2240 void 0.000111
+gallium_dri.so malloc 72 0x5571735f23b0 0.000113
+gallium_dri.so free 0x5571735f2440 void 0.000122
+gallium_dri.so free 0x5571735f23b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f23b0 0.000114
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f23b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f2540 0.000121
+gallium_dri.so free 0x5571735f25c0 void 0.000128
+gallium_dri.so free 0x5571735f2540 void 0.000123
+gallium_dri.so malloc 72 0x5571735f25c0 0.000123
+gallium_dri.so free 0x5571735f2680 void 0.000123
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f25c0 0.000123
+gallium_dri.so free 0x5571735f2700 void 0.000124
+gallium_dri.so free 0x5571735f25c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2730 0.000120
+gallium_dri.so free 0x5571735f2780 void 0.000118
+gallium_dri.so free 0x5571735f2730 void 0.000122
+gallium_dri.so malloc 72 0x5571735f2730 0.000120
+gallium_dri.so free 0x557173590b40 void 0.000123
+gallium_dri.so free 0x5571735f2730 void 0.000129
+gallium_dri.so malloc 72 0x5571735f2730 0.000119
+gallium_dri.so free 0x557173464b80 void 0.000126
+gallium_dri.so free 0x5571735f2730 void 0.000122
+gallium_dri.so malloc 72 0x557173464b30 0.000121
+gallium_dri.so free 0x5571735f8840 void 0.000136
+gallium_dri.so free 0x557173464b30 void 0.000123
+gallium_dri.so malloc 72 0x5571735f87f0 0.000119
+gallium_dri.so free 0x5571735e37c0 void 0.000121
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000123
+gallium_dri.so free 0x5571735e3200 void 0.000120
+gallium_dri.so free 0x5571735f87f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e31b0 0.000121
+gallium_dri.so free 0x55717360d400 void 0.000120
+gallium_dri.so free 0x5571735e31b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360d3b0 0.000117
+gallium_dri.so free 0x5571735c4940 void 0.000129
+gallium_dri.so free 0x55717360d3b0 void 0.000133
+gallium_dri.so malloc 72 0x55717360d3b0 0.000127
+gallium_dri.so free 0x55717346e840 void 0.000128
+gallium_dri.so free 0x55717360d3b0 void 0.000125
+gallium_dri.so malloc 72 0x55717346e7f0 0.000125
+gallium_dri.so free 0x5571735f3200 void 0.000128
+gallium_dri.so free 0x55717346e7f0 void 0.000210
+gallium_dri.so malloc 72 0x5571735f31b0 0.000168
+gallium_dri.so free 0x5571735c42c0 void 0.000127
+gallium_dri.so free 0x5571735f31b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c4270 0.000135
+gallium_dri.so free 0x55717360b7c0 void 0.000169
+gallium_dri.so free 0x5571735c4270 void 0.000138
+gallium_dri.so malloc 72 0x55717360b770 0.000134
+gallium_dri.so free 0x55717346c280 void 0.000138
+gallium_dri.so free 0x55717360b770 void 0.000138
+gallium_dri.so malloc 72 0x55717346c230 0.000137
+gallium_dri.so free 0x5571735fd700 void 0.000140
+gallium_dri.so free 0x55717346c230 void 0.000137
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000136
+gallium_dri.so free 0x557173600d00 void 0.000138
+gallium_dri.so free 0x5571735fd6b0 void 0.000131
+gallium_dri.so malloc 72 0x557173600cb0 0.000145
+gallium_dri.so free 0x557173467680 void 0.000134
+gallium_dri.so free 0x557173600cb0 void 0.000157
+gallium_dri.so malloc 72 0x557173467630 0.000135
+gallium_dri.so free 0x5571735c1d00 void 0.000145
+gallium_dri.so free 0x557173467630 void 0.000123
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000117
+gallium_dri.so free 0x5571735c4100 void 0.000117
+gallium_dri.so free 0x5571735c1cb0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c40b0 0.000114
+gallium_dri.so free 0x5571735ec580 void 0.000116
+gallium_dri.so free 0x5571735c40b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec530 0.000129
+gallium_dri.so free 0x5571735d47c0 void 0.000117
+gallium_dri.so free 0x5571735ec530 void 0.000115
+gallium_dri.so malloc 72 0x5571735d4770 0.000117
+gallium_dri.so free 0x5571735f8a00 void 0.000118
+gallium_dri.so free 0x5571735d4770 void 0.000114
+gallium_dri.so malloc 72 0x5571735f89b0 0.000124
+gallium_dri.so free 0x5571735db480 void 0.000129
+gallium_dri.so free 0x5571735f89b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735db430 0.000116
+gallium_dri.so free 0x55717360f800 void 0.000117
+gallium_dri.so free 0x5571735db430 void 0.000115
+gallium_dri.so malloc 72 0x55717360f7b0 0.000117
+gallium_dri.so free 0x5571735e1640 void 0.000116
+gallium_dri.so free 0x55717360f7b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e15f0 0.000121
+gallium_dri.so free 0x55717360c7c0 void 0.000120
+gallium_dri.so free 0x5571735e15f0 void 0.000124
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000132
+gallium_dri.so free 0x55717360c770 void 0.000137
+gallium_dri.so malloc 72 0x55717346e9b0 0.000123
+gallium_dri.so free 0x5571735ffe80 void 0.000122
+gallium_dri.so free 0x55717346e9b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ffe30 0.000121
+gallium_dri.so free 0x5571735f5800 void 0.000172
+gallium_dri.so free 0x5571735ffe30 void 0.000158
+gallium_dri.so malloc 72 0x5571735f57b0 0.000124
+gallium_dri.so free 0x5571735f9080 void 0.000120
+gallium_dri.so free 0x5571735f57b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f90f0 0.000117
+gallium_dri.so free 0x557173460f80 void 0.000117
+gallium_dri.so free 0x5571735f90f0 void 0.000115
+gallium_dri.so malloc 72 0x557173460f30 0.000132
+gallium_dri.so free 0x557173461c40 void 0.000135
+gallium_dri.so free 0x557173460f30 void 0.000136
+gallium_dri.so malloc 72 0x557173461bf0 0.000136
+gallium_dri.so free 0x5571735fd8c0 void 0.000135
+gallium_dri.so free 0x557173461bf0 void 0.000136
+gallium_dri.so malloc 72 0x5571735fd870 0.000131
+gallium_dri.so free 0x557173610680 void 0.000143
+gallium_dri.so free 0x5571735fd870 void 0.000136
+gallium_dri.so malloc 72 0x557173610630 0.000137
+gallium_dri.so free 0x5571735ffcc0 void 0.000136
+gallium_dri.so free 0x557173610630 void 0.000135
+gallium_dri.so malloc 72 0x5571735ffc70 0.000137
+gallium_dri.so free 0x55717346ab40 void 0.000140
+gallium_dri.so free 0x5571735ffc70 void 0.000136
+gallium_dri.so malloc 72 0x55717346aaf0 0.000141
+gallium_dri.so free 0x5571735df4c0 void 0.000139
+gallium_dri.so free 0x55717346aaf0 void 0.000138
+gallium_dri.so malloc 72 0x55717346aaf0 0.000145
+gallium_dri.so free 0x557173620e80 void 0.000133
+gallium_dri.so free 0x55717346aaf0 void 0.000131
+gallium_dri.so malloc 72 0x557173620e30 0.000132
+gallium_dri.so free 0x5571735d2200 void 0.000135
+gallium_dri.so free 0x557173620e30 void 0.000132
+gallium_dri.so malloc 72 0x5571735d21b0 0.000132
+gallium_dri.so free 0x5571735cfc40 void 0.000131
+gallium_dri.so free 0x5571735d21b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000131
+gallium_dri.so free 0x5571735e25c0 void 0.000134
+gallium_dri.so free 0x5571735cfbf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2570 0.000133
+gallium_dri.so free 0x5571735f3040 void 0.000131
+gallium_dri.so free 0x5571735e2570 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000132
+gallium_dri.so free 0x5571735dc0c0 void 0.000135
+gallium_dri.so free 0x5571735f2ff0 void 0.000134
+gallium_dri.so malloc 72 0x5571735dc070 0.000132
+gallium_dri.so free 0x5571735faec0 void 0.000134
+gallium_dri.so free 0x5571735dc070 void 0.000138
+gallium_dri.so malloc 72 0x5571735fae70 0.000132
+gallium_dri.so free 0x5571735ed1c0 void 0.000132
+gallium_dri.so free 0x5571735fae70 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed170 0.000131
+gallium_dri.so free 0x557173620cc0 void 0.000131
+gallium_dri.so free 0x5571735ed170 void 0.000130
+gallium_dri.so malloc 72 0x557173620c70 0.000129
+gallium_dri.so free 0x55717346d100 void 0.000128
+gallium_dri.so free 0x557173620c70 void 0.000129
+gallium_dri.so malloc 72 0x55717346d0b0 0.000130
+gallium_dri.so free 0x557173469e80 void 0.000130
+gallium_dri.so free 0x55717346d0b0 void 0.000128
+gallium_dri.so malloc 72 0x557173469e30 0.000129
+gallium_dri.so free 0x5571735c0140 void 0.000129
+gallium_dri.so free 0x557173469e30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c00f0 0.000129
+gallium_dri.so free 0x5571735dee40 void 0.000130
+gallium_dri.so free 0x5571735c00f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dedf0 0.000130
+gallium_dri.so free 0x55717346e680 void 0.000129
+gallium_dri.so free 0x5571735dedf0 void 0.000128
+gallium_dri.so malloc 72 0x55717346e630 0.000128
+gallium_dri.so free 0x5571735dfb00 void 0.000130
+gallium_dri.so free 0x55717346e630 void 0.000132
+gallium_dri.so malloc 72 0x5571735dfab0 0.000130
+gallium_dri.so free 0x55717360e0c0 void 0.000131
+gallium_dri.so free 0x5571735dfab0 void 0.000128
+gallium_dri.so malloc 72 0x55717360e070 0.000130
+gallium_dri.so free 0x5571735fe740 void 0.000131
+gallium_dri.so free 0x55717360e070 void 0.000128
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000128
+gallium_dri.so free 0x557173473580 void 0.000130
+gallium_dri.so free 0x5571735fe6f0 void 0.000129
+gallium_dri.so malloc 72 0x557173473530 0.000127
+gallium_dri.so free 0x5571735c4f80 void 0.000131
+gallium_dri.so free 0x557173473530 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4f30 0.000129
+gallium_dri.so free 0x557173605c40 void 0.000129
+gallium_dri.so free 0x5571735c4f30 void 0.000130
+gallium_dri.so malloc 72 0x557173605bf0 0.000128
+gallium_dri.so free 0x5571735fe100 void 0.000132
+gallium_dri.so free 0x557173605bf0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fe170 0.000145
+gallium_dri.so free 0x55717346c440 void 0.000131
+gallium_dri.so free 0x5571735fe170 void 0.000131
+gallium_dri.so malloc 72 0x55717346c3f0 0.000130
+gallium_dri.so free 0x5571735c3f40 void 0.000152
+gallium_dri.so free 0x55717346c3f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000131
+gallium_dri.so free 0x55717346c0c0 void 0.000131
+gallium_dri.so free 0x5571735c3ef0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c070 0.000132
+gallium_dri.so free 0x5571735eb600 void 0.000131
+gallium_dri.so free 0x55717346c070 void 0.000132
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000131
+gallium_dri.so free 0x5571735f8680 void 0.000132
+gallium_dri.so free 0x5571735eb5b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735f8630 0.000132
+gallium_dri.so free 0x5571735dcd80 void 0.000133
+gallium_dri.so free 0x5571735f8630 void 0.000133
+gallium_dri.so malloc 72 0x5571735dcd30 0.000132
+gallium_dri.so free 0x5571735f6ac0 void 0.000142
+gallium_dri.so free 0x5571735dcd30 void 0.000132
+gallium_dri.so malloc 72 0x5571735dcd30 0.000131
+gallium_dri.so free 0x5571735c10c0 void 0.000130
+gallium_dri.so free 0x5571735dcd30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1070 0.000131
+gallium_dri.so free 0x55717360f640 void 0.000131
+gallium_dri.so free 0x5571735c1070 void 0.000131
+gallium_dri.so malloc 72 0x55717360f5f0 0.000142
+gallium_dri.so free 0x557173589400 void 0.000131
+gallium_dri.so free 0x55717360f5f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735893b0 0.000130
+gallium_dri.so free 0x55717360f9c0 void 0.000131
+gallium_dri.so free 0x5571735893b0 void 0.000130
+gallium_dri.so malloc 72 0x55717360f970 0.000131
+gallium_dri.so free 0x5571735f2e80 void 0.000130
+gallium_dri.so free 0x55717360f970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f2e30 0.000129
+gallium_dri.so free 0x5571735fda80 void 0.000130
+gallium_dri.so free 0x5571735f2e30 void 0.000129
+gallium_dri.so malloc 72 0x5571735fda30 0.000129
+gallium_dri.so free 0x5571735c29c0 void 0.000129
+gallium_dri.so free 0x5571735fda30 void 0.000130
+gallium_dri.so malloc 72 0x5571735c2970 0.000129
+gallium_dri.so free 0x5571735f7100 void 0.000130
+gallium_dri.so free 0x5571735c2970 void 0.000130
+gallium_dri.so malloc 72 0x5571735f70b0 0.000133
+gallium_dri.so free 0x5571735f96c0 void 0.000130
+gallium_dri.so free 0x5571735f70b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f9670 0.000130
+gallium_dri.so free 0x557173600040 void 0.000129
+gallium_dri.so free 0x5571735f9670 void 0.000145
+gallium_dri.so malloc 72 0x5571735ffff0 0.000129
+gallium_dri.so free 0x5571735f6440 void 0.000140
+gallium_dri.so free 0x5571735ffff0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f63f0 0.000129
+gallium_dri.so free 0x5571735f9f80 void 0.000130
+gallium_dri.so free 0x5571735f63f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f9f30 0.000135
+gallium_dri.so free 0x5571735c3280 void 0.000133
+gallium_dri.so free 0x5571735f9f30 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3230 0.000134
+gallium_dri.so free 0x55717346a500 void 0.000132
+gallium_dri.so free 0x5571735c3230 void 0.000132
+gallium_dri.so malloc 72 0x5571735c3230 0.000132
+gallium_dri.so free 0x5571735ff000 void 0.000133
+gallium_dri.so free 0x5571735c3230 void 0.000132
+gallium_dri.so malloc 72 0x5571735fefb0 0.000134
+gallium_dri.so free 0x55717346d9c0 void 0.000134
+gallium_dri.so free 0x5571735fefb0 void 0.000133
+gallium_dri.so malloc 72 0x55717346d970 0.000134
+gallium_dri.so free 0x5571735dd640 void 0.000140
+gallium_dri.so free 0x55717346d970 void 0.000133
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000133
+gallium_dri.so free 0x55717346cac0 void 0.000179
+gallium_dri.so free 0x5571735dd5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717346cac0 0.000130
+gallium_dri.so free 0x557173620000 void 0.000130
+gallium_dri.so free 0x55717346cac0 void 0.000130
+gallium_dri.so malloc 72 0x55717361ffb0 0.000129
+gallium_dri.so free 0x55717360da80 void 0.000130
+gallium_dri.so free 0x55717361ffb0 void 0.000128
+gallium_dri.so malloc 72 0x55717361ffb0 0.000129
+gallium_dri.so free 0x5571735fca40 void 0.000130
+gallium_dri.so free 0x55717361ffb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000131
+gallium_dri.so free 0x55717346b400 void 0.000131
+gallium_dri.so free 0x5571735fc9f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346b3b0 0.000131
+gallium_dri.so free 0x5571735e03c0 void 0.000132
+gallium_dri.so free 0x55717346b3b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735e0370 0.000129
+gallium_dri.so free 0x55717360e980 void 0.000131
+gallium_dri.so free 0x5571735e0370 void 0.000129
+gallium_dri.so malloc 72 0x55717360e930 0.000129
+gallium_dri.so free 0x5571735f79c0 void 0.000130
+gallium_dri.so free 0x55717360e930 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7970 0.000140
+gallium_dri.so free 0x557173610040 void 0.000131
+gallium_dri.so free 0x5571735f7970 void 0.000131
+gallium_dri.so malloc 72 0x5571735f7970 0.000136
+gallium_dri.so free 0x55717346f080 void 0.000132
+gallium_dri.so free 0x5571735f7970 void 0.000147
+gallium_dri.so malloc 72 0x55717346f080 0.000228
+gallium_dri.so free 0x557173461600 void 0.000246
+gallium_dri.so free 0x55717346f080 void 0.000189
+gallium_dri.so malloc 72 0x55717346f080 0.000191
+gallium_dri.so free 0x557173460440 void 0.000184
+gallium_dri.so free 0x55717346f080 void 0.000179
+gallium_dri.so malloc 72 0x55717346f080 0.000192
+gallium_dri.so free 0x557173609640 void 0.000191
+gallium_dri.so free 0x55717346f080 void 0.000179
+gallium_dri.so malloc 72 0x5571736095f0 0.000178
+gallium_dri.so free 0x557173610f40 void 0.000179
+gallium_dri.so free 0x5571736095f0 void 0.000229
+gallium_dri.so malloc 72 0x557173610ef0 0.000249
+gallium_dri.so free 0x5571735c2380 void 0.000240
+gallium_dri.so free 0x557173610ef0 void 0.000189
+gallium_dri.so malloc 72 0x5571735c2380 0.000183
+gallium_dri.so free 0x5571736006c0 void 0.000178
+gallium_dri.so free 0x5571735c2380 void 0.000181
+gallium_dri.so malloc 72 0x5571735c2380 0.000193
+gallium_dri.so free 0x5571735dc740 void 0.000186
+gallium_dri.so free 0x5571735c2380 void 0.000188
+gallium_dri.so malloc 72 0x5571735c2380 0.000194
+gallium_dri.so free 0x5571735cfa00 void 0.000188
+gallium_dri.so free 0x5571735c2380 void 0.000189
+gallium_dri.so malloc 72 0x5571735cfa00 0.000181
+gallium_dri.so free 0x5571735d1fc0 void 0.000180
+gallium_dri.so free 0x5571735cfa00 void 0.000187
+gallium_dri.so malloc 72 0x5571735cfa00 0.000205
+gallium_dri.so free 0x5571735d4580 void 0.000206
+gallium_dri.so free 0x5571735cfa00 void 0.000215
+gallium_dri.so malloc 72 0x5571735d4580 0.000204
+gallium_dri.so free 0x55717358b640 void 0.000188
+gallium_dri.so free 0x5571735d4580 void 0.000186
+gallium_dri.so malloc 72 0x5571735d4580 0.000190
+gallium_dri.so free 0x557173607e80 void 0.000145
+gallium_dri.so free 0x5571735d4580 void 0.000128
+gallium_dri.so malloc 72 0x5571735d4580 0.000126
+gallium_dri.so free 0x557173469a00 void 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so malloc 72 0x5571735d4580 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000122
+gallium_dri.so free 0x5571735f2780 void 0.000124
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735901c0 0.000120
+gallium_dri.so free 0x5571734741c0 void 0.000119
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000152
+gallium_dri.so free 0x5571735ecf40 void 0.000121
+gallium_dri.so free 0x557173474170 void 0.000122
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000120
+gallium_dri.so free 0x557173474170 void 0.000120
+gallium_dri.so malloc 72 0x557173474170 0.000126
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so free 0x557173474170 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc00 0.000123
+gallium_dri.so free 0x5571735ed000 void 0.000115
+gallium_dri.so free 0x55717358dc00 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000109
+gallium_dri.so free 0x557173603300 void 0.000110
+gallium_dri.so free 0x5571735ecfb0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000110
+gallium_dri.so free 0x557173466dc0 void 0.000110
+gallium_dri.so free 0x5571735ecfb0 void 0.000110
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000111
+gallium_dri.so free 0x5571735debc0 void 0.000109
+gallium_dri.so free 0x5571735ecfb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecfb0 0.000112
+gallium_dri.so free 0x5571735e2f80 void 0.000159
+gallium_dri.so free 0x5571735ecfb0 void 0.000169
+gallium_dri.so malloc 72 0x5571735e2f80 0.000174
+gallium_dri.so free 0x5571736033c0 void 0.000178
+gallium_dri.so free 0x5571735e2f80 void 0.000173
+gallium_dri.so malloc 72 0x557173603370 0.000169
+gallium_dri.so free 0x557173473f40 void 0.000177
+gallium_dri.so free 0x557173603370 void 0.000169
+gallium_dri.so malloc 72 0x557173603370 0.000177
+gallium_dri.so free 0x5571735c1a80 void 0.000172
+gallium_dri.so free 0x557173603370 void 0.000166
+gallium_dri.so malloc 72 0x557173603370 0.000175
+gallium_dri.so free 0x557173460d00 void 0.000216
+gallium_dri.so free 0x557173603370 void 0.000208
+gallium_dri.so malloc 72 0x557173460d00 0.000184
+gallium_dri.so free 0x55717360d180 void 0.000217
+gallium_dri.so free 0x557173460d00 void 0.000179
+gallium_dri.so malloc 72 0x557173460d00 0.000182
+gallium_dri.so free 0x557173474000 void 0.000183
+gallium_dri.so free 0x557173460d00 void 0.000181
+gallium_dri.so malloc 72 0x557173473fb0 0.000244
+gallium_dri.so free 0x5571735f61c0 void 0.000235
+gallium_dri.so free 0x557173473fb0 void 0.000266
+gallium_dri.so malloc 72 0x557173473fb0 0.000192
+gallium_dri.so free 0x557173469c00 void 0.000184
+gallium_dri.so free 0x557173473fb0 void 0.000180
+gallium_dri.so malloc 72 0x557173473fb0 0.000188
+gallium_dri.so free 0x55717358b880 void 0.000171
+gallium_dri.so free 0x557173473fb0 void 0.000182
+gallium_dri.so malloc 72 0x55717358b880 0.000174
+gallium_dri.so free 0x5571735f6280 void 0.000180
+gallium_dri.so free 0x55717358b880 void 0.000199
+gallium_dri.so malloc 72 0x5571735f6230 0.000193
+gallium_dri.so free 0x55717358b940 void 0.000184
+gallium_dri.so free 0x5571735f6230 void 0.000182
+gallium_dri.so malloc 72 0x55717358b970 0.000201
+gallium_dri.so free 0x5571735c0e00 void 0.000194
+gallium_dri.so free 0x55717358b970 void 0.000187
+gallium_dri.so malloc 72 0x5571735c0e00 0.000180
+gallium_dri.so free 0x5571735c0ec0 void 0.000185
+gallium_dri.so free 0x5571735c0e00 void 0.000180
+gallium_dri.so malloc 72 0x5571735c0e00 0.000184
+gallium_dri.so free 0x5571734673c0 void 0.000181
+gallium_dri.so free 0x5571735c0e00 void 0.000181
+gallium_dri.so malloc 72 0x5571734673c0 0.000173
+gallium_dri.so free 0x557173467480 void 0.000177
+gallium_dri.so free 0x5571734673c0 void 0.000143
+gallium_dri.so malloc 72 0x5571734673c0 0.000113
+gallium_dri.so free 0x5571735fbb80 void 0.000115
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734673c0 0.000123
+gallium_dri.so free 0x5571735fbc40 void 0.000126
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbbf0 0.000123
+gallium_dri.so free 0x5571735ec2c0 void 0.000117
+gallium_dri.so free 0x5571735fbbf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000138
+gallium_dri.so free 0x5571735ec380 void 0.000120
+gallium_dri.so free 0x5571735ec2c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000131
+gallium_dri.so free 0x55717360c500 void 0.000131
+gallium_dri.so free 0x5571735ec2c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ec2c0 0.000132
+gallium_dri.so free 0x55717360c580 void 0.000131
+gallium_dri.so free 0x5571735ec2c0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c5b0 0.000129
+gallium_dri.so free 0x5571735f5540 void 0.000129
+gallium_dri.so free 0x55717360c5b0 void 0.000127
+gallium_dri.so malloc 72 0x55717360c5b0 0.000128
+gallium_dri.so free 0x5571735f55c0 void 0.000129
+gallium_dri.so free 0x55717360c5b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f55c0 0.000129
+gallium_dri.so free 0x5571736080c0 void 0.000129
+gallium_dri.so free 0x5571735f55c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f55c0 0.000130
+gallium_dri.so free 0x557173608140 void 0.000163
+gallium_dri.so free 0x5571735f55c0 void 0.000215
+gallium_dri.so malloc 72 0x557173608170 0.000167
+gallium_dri.so free 0x5571735db1c0 void 0.000185
+gallium_dri.so free 0x557173608170 void 0.000173
+gallium_dri.so malloc 72 0x557173608170 0.000176
+gallium_dri.so free 0x557173590400 void 0.000172
+gallium_dri.so free 0x557173608170 void 0.000210
+gallium_dri.so malloc 72 0x557173608170 0.000213
+gallium_dri.so free 0x557173590480 void 0.000176
+gallium_dri.so free 0x557173608170 void 0.000173
+gallium_dri.so malloc 72 0x557173590480 0.000283
+gallium_dri.so free 0x5571735db2c0 void 0.000188
+gallium_dri.so free 0x557173590480 void 0.000196
+gallium_dri.so malloc 72 0x5571735db270 0.000167
+gallium_dri.so free 0x5571735e2300 void 0.000189
+gallium_dri.so free 0x5571735db270 void 0.000125
+gallium_dri.so malloc 72 0x5571735db270 0.000122
+gallium_dri.so free 0x5571735e23c0 void 0.000158
+gallium_dri.so free 0x5571735db270 void 0.000172
+gallium_dri.so malloc 72 0x5571735e2370 0.000180
+gallium_dri.so free 0x55717360b440 void 0.000186
+gallium_dri.so free 0x5571735e2370 void 0.000213
+gallium_dri.so malloc 72 0x55717360b440 0.000240
+gallium_dri.so free 0x55717360ba40 void 0.000193
+gallium_dri.so free 0x55717360b440 void 0.000128
+gallium_dri.so malloc 72 0x55717360b440 0.000124
+gallium_dri.so free 0x55717360bb00 void 0.000120
+gallium_dri.so free 0x55717360b440 void 0.000121
+gallium_dri.so malloc 72 0x55717360bb20 0.000125
+gallium_dri.so free 0x55717360b500 void 0.000119
+gallium_dri.so free 0x55717360bb20 void 0.000123
+gallium_dri.so malloc 72 0x55717360bb20 0.000118
+gallium_dri.so free 0x557173589080 void 0.000123
+gallium_dri.so free 0x55717360bb20 void 0.000116
+gallium_dri.so malloc 72 0x55717360bb20 0.000120
+gallium_dri.so free 0x557173589100 void 0.000126
+gallium_dri.so free 0x55717360bb20 void 0.000141
+gallium_dri.so malloc 72 0x557173589100 0.000134
+gallium_dri.so free 0x5571736058c0 void 0.000137
+gallium_dri.so free 0x557173589100 void 0.000137
+gallium_dri.so malloc 72 0x557173589100 0.000172
+gallium_dri.so free 0x557173605940 void 0.000140
+gallium_dri.so free 0x557173589100 void 0.000136
+gallium_dri.so malloc 72 0x557173605970 0.000134
+gallium_dri.so free 0x5571735bfdc0 void 0.000136
+gallium_dri.so free 0x557173605970 void 0.000142
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000138
+gallium_dri.so free 0x5571735bfe80 void 0.000137
+gallium_dri.so free 0x5571735bfdc0 void 0.000134
+gallium_dri.so malloc 72 0x5571735bfec0 0.000140
+gallium_dri.so free 0x557173464800 void 0.000136
+gallium_dri.so free 0x5571735bfec0 void 0.000132
+gallium_dri.so malloc 72 0x557173464800 0.000137
+gallium_dri.so free 0x5571734648c0 void 0.000137
+gallium_dri.so free 0x557173464800 void 0.000139
+gallium_dri.so malloc 72 0x557173464800 0.000129
+gallium_dri.so free 0x55717360bd00 void 0.000129
+gallium_dri.so free 0x557173464800 void 0.000140
+gallium_dri.so malloc 72 0x55717360bcb0 0.000130
+gallium_dri.so free 0x55717360bd80 void 0.000128
+gallium_dri.so free 0x55717360bcb0 void 0.000129
+gallium_dri.so malloc 72 0x55717360bcb0 0.000128
+gallium_dri.so free 0x5571735cfd40 void 0.000128
+gallium_dri.so free 0x55717360bcb0 void 0.000144
+gallium_dri.so malloc 72 0x5571735cfd90 0.000130
+gallium_dri.so free 0x5571735cfe00 void 0.000128
+gallium_dri.so free 0x5571735cfd90 void 0.000130
+gallium_dri.so malloc 72 0x5571735cfe40 0.000130
+gallium_dri.so free 0x5571735d48c0 void 0.000141
+gallium_dri.so free 0x5571735cfe40 void 0.000139
+gallium_dri.so malloc 72 0x5571735d48e0 0.000184
+gallium_dri.so free 0x5571735d4980 void 0.000130
+gallium_dri.so free 0x5571735d48e0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d4930 0.000128
+gallium_dri.so free 0x5571735d2300 void 0.000128
+gallium_dri.so free 0x5571735d4930 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2340 0.000130
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so free 0x5571735d2340 void 0.000129
+gallium_dri.so malloc 72 0x5571735d23c0 0.000128
+gallium_dri.so free 0x5571735fc340 void 0.000131
+gallium_dri.so free 0x5571735d23c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d23c0 0.000127
+gallium_dri.so free 0x5571735fc3c0 void 0.000128
+gallium_dri.so free 0x5571735d23c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735fc3f0 0.000128
+gallium_dri.so free 0x5571735f4980 void 0.000129
+gallium_dri.so free 0x5571735fc3f0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f49f0 0.000131
+gallium_dri.so free 0x5571735f4a40 void 0.000132
+gallium_dri.so free 0x5571735f49f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f49f0 0.000165
+gallium_dri.so free 0x5571735fc440 void 0.000169
+gallium_dri.so free 0x5571735f49f0 void 0.000166
+gallium_dri.so malloc 72 0x5571735fc440 0.000174
+gallium_dri.so free 0x5571735f4b40 void 0.000233
+gallium_dri.so free 0x5571735fc440 void 0.000175
+gallium_dri.so malloc 72 0x5571735f4af0 0.000170
+gallium_dri.so free 0x5571735eb700 void 0.000187
+gallium_dri.so free 0x5571735f4af0 void 0.000175
+gallium_dri.so malloc 72 0x5571735eb730 0.000177
+gallium_dri.so free 0x5571735eb780 void 0.000181
+gallium_dri.so free 0x5571735eb730 void 0.000183
+gallium_dri.so malloc 72 0x5571735eb730 0.000179
+gallium_dri.so free 0x5571735eb880 void 0.000179
+gallium_dri.so free 0x5571735eb730 void 0.000185
+gallium_dri.so malloc 72 0x5571735eb830 0.000193
+gallium_dri.so free 0x5571735c0240 void 0.000274
+gallium_dri.so free 0x5571735eb830 void 0.000246
+gallium_dri.so malloc 72 0x5571735c02a0 0.000195
+gallium_dri.so free 0x5571735c0340 void 0.000176
+gallium_dri.so free 0x5571735c02a0 void 0.000186
+gallium_dri.so malloc 72 0x5571735c02f0 0.000182
+gallium_dri.so free 0x5571735c0380 void 0.000185
+gallium_dri.so free 0x5571735c02f0 void 0.000193
+gallium_dri.so malloc 72 0x5571735c02f0 0.000220
+gallium_dri.so free 0x5571735fafc0 void 0.000225
+gallium_dri.so free 0x5571735c02f0 void 0.000235
+gallium_dri.so malloc 72 0x5571735fb000 0.000226
+gallium_dri.so free 0x5571735fb080 void 0.000189
+gallium_dri.so free 0x5571735fb000 void 0.000195
+gallium_dri.so malloc 72 0x5571735fb080 0.000200
+gallium_dri.so free 0x5571735fb140 void 0.000203
+gallium_dri.so free 0x5571735fb080 void 0.000198
+gallium_dri.so malloc 72 0x5571735fb080 0.000198
+gallium_dri.so free 0x5571735e1740 void 0.000192
+gallium_dri.so free 0x5571735fb080 void 0.000229
+gallium_dri.so malloc 72 0x5571735e1770 0.000199
+gallium_dri.so free 0x5571735e17c0 void 0.000208
+gallium_dri.so free 0x5571735e1770 void 0.000196
+gallium_dri.so malloc 72 0x5571735e17c0 0.000197
+gallium_dri.so free 0x5571735e1880 void 0.000187
+gallium_dri.so free 0x5571735e17c0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e17c0 0.000146
+gallium_dri.so free 0x5571734605c0 void 0.000148
+gallium_dri.so free 0x5571735e17c0 void 0.000135
+gallium_dri.so malloc 72 0x557173460570 0.000135
+gallium_dri.so free 0x557173460680 void 0.000133
+gallium_dri.so free 0x557173460570 void 0.000131
+gallium_dri.so malloc 72 0x557173460630 0.000130
+gallium_dri.so free 0x5571734606c0 void 0.000129
+gallium_dri.so free 0x557173460630 void 0.000130
+gallium_dri.so malloc 72 0x557173460630 0.000129
+gallium_dri.so free 0x557173611080 void 0.000136
+gallium_dri.so free 0x557173460630 void 0.000134
+gallium_dri.so malloc 72 0x557173460630 0.000147
+gallium_dri.so free 0x557173611100 void 0.000127
+gallium_dri.so free 0x557173460630 void 0.000118
+gallium_dri.so malloc 72 0x557173611100 0.000120
+gallium_dri.so free 0x5571736111c0 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000120
+gallium_dri.so malloc 72 0x557173611100 0.000119
+gallium_dri.so free 0x557173609780 void 0.000119
+gallium_dri.so free 0x557173611100 void 0.000117
+gallium_dri.so malloc 72 0x557173611100 0.000119
+gallium_dri.so free 0x557173609800 void 0.000118
+gallium_dri.so free 0x557173611100 void 0.000118
+gallium_dri.so malloc 72 0x557173609830 0.000119
+gallium_dri.so free 0x557173609880 void 0.000119
+gallium_dri.so free 0x557173609830 void 0.000120
+gallium_dri.so malloc 72 0x557173609830 0.000118
+gallium_dri.so free 0x55717360e1c0 void 0.000118
+gallium_dri.so free 0x557173609830 void 0.000117
+gallium_dri.so malloc 72 0x55717360e210 0.000117
+gallium_dri.so free 0x55717360e280 void 0.000117
+gallium_dri.so free 0x55717360e210 void 0.000116
+gallium_dri.so malloc 72 0x55717360e2a0 0.000138
+gallium_dri.so free 0x557173609980 void 0.000184
+gallium_dri.so free 0x55717360e2a0 void 0.000181
+gallium_dri.so malloc 72 0x557173609930 0.000175
+gallium_dri.so free 0x55717360e340 void 0.000173
+gallium_dri.so free 0x557173609930 void 0.000172
+gallium_dri.so malloc 72 0x55717360e2f0 0.000188
+gallium_dri.so free 0x55717360e340 void 0.000180
+gallium_dri.so free 0x55717360e2f0 void 0.000174
+gallium_dri.so malloc 72 0x55717360e2f0 0.000230
+gallium_dri.so free 0x5571735fe840 void 0.000318
+gallium_dri.so free 0x55717360e2f0 void 0.000210
+gallium_dri.so malloc 72 0x5571735fe890 0.000308
+gallium_dri.so free 0x5571735fe900 void 0.000239
+gallium_dri.so free 0x5571735fe890 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe920 0.000117
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so free 0x5571735fe920 void 0.000114
+gallium_dri.so malloc 72 0x5571735fe970 0.000115
+gallium_dri.so free 0x5571735fea40 void 0.000115
+gallium_dri.so free 0x5571735fe970 void 0.000119
+gallium_dri.so malloc 72 0x5571735fe970 0.000117
+gallium_dri.so free 0x5571735dfc00 void 0.000199
+gallium_dri.so free 0x5571735fe970 void 0.000123
+gallium_dri.so malloc 72 0x5571735dfc50 0.000122
+gallium_dri.so free 0x5571735dfcc0 void 0.000119
+gallium_dri.so free 0x5571735dfc50 void 0.000121
+gallium_dri.so malloc 72 0x5571735dfd20 0.000117
+gallium_dri.so free 0x5571735dfdc0 void 0.000118
+gallium_dri.so free 0x5571735dfd20 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfd70 0.000117
+gallium_dri.so free 0x557173600e00 void 0.000121
+gallium_dri.so free 0x5571735dfd70 void 0.000120
+gallium_dri.so malloc 72 0x557173600e30 0.000119
+gallium_dri.so free 0x557173600e80 void 0.000120
+gallium_dri.so free 0x557173600e30 void 0.000116
+gallium_dri.so malloc 72 0x557173600e30 0.000120
+gallium_dri.so free 0x557173600f80 void 0.000120
+gallium_dri.so free 0x557173600e30 void 0.000117
+gallium_dri.so malloc 72 0x557173600f30 0.000118
+gallium_dri.so free 0x557173601040 void 0.000119
+gallium_dri.so free 0x557173600f30 void 0.000118
+gallium_dri.so malloc 72 0x557173600ff0 0.000118
+gallium_dri.so free 0x5571735f7200 void 0.000119
+gallium_dri.so free 0x557173600ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7230 0.000119
+gallium_dri.so free 0x5571735f7280 void 0.000120
+gallium_dri.so free 0x5571735f7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7280 0.000119
+gallium_dri.so free 0x5571735f7340 void 0.000119
+gallium_dri.so free 0x5571735f7280 void 0.000120
+gallium_dri.so malloc 72 0x5571735f7280 0.000119
+gallium_dri.so free 0x55717346ac40 void 0.000121
+gallium_dri.so free 0x5571735f7280 void 0.000117
+gallium_dri.so malloc 72 0x55717346ac90 0.000120
+gallium_dri.so free 0x5571735f7440 void 0.000117
+gallium_dri.so free 0x55717346ac90 void 0.000120
+gallium_dri.so malloc 72 0x5571735f73f0 0.000120
+gallium_dri.so free 0x55717346ad00 void 0.000120
+gallium_dri.so free 0x5571735f73f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346ad30 0.000116
+gallium_dri.so free 0x55717346ad80 void 0.000120
+gallium_dri.so free 0x55717346ad30 void 0.000120
+gallium_dri.so malloc 72 0x55717346ad30 0.000115
+gallium_dri.so free 0x55717346d200 void 0.000132
+gallium_dri.so free 0x55717346ad30 void 0.000117
+gallium_dri.so malloc 72 0x55717346d250 0.000116
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so free 0x55717346d250 void 0.000114
+gallium_dri.so malloc 72 0x55717346d300 0.000114
+gallium_dri.so free 0x55717346ae80 void 0.000113
+gallium_dri.so free 0x55717346d300 void 0.000117
+gallium_dri.so malloc 72 0x55717346ae30 0.000114
+gallium_dri.so free 0x55717346d380 void 0.000114
+gallium_dri.so free 0x55717346ae30 void 0.000115
+gallium_dri.so malloc 72 0x55717346ae30 0.000113
+gallium_dri.so free 0x557173610780 void 0.000115
+gallium_dri.so free 0x55717346ae30 void 0.000112
+gallium_dri.so malloc 72 0x5571736107c0 0.000116
+gallium_dri.so free 0x557173610840 void 0.000124
+gallium_dri.so free 0x5571736107c0 void 0.000112
+gallium_dri.so malloc 72 0x557173610840 0.000113
+gallium_dri.so free 0x55717346d440 void 0.000111
+gallium_dri.so free 0x557173610840 void 0.000112
+gallium_dri.so malloc 72 0x55717346d3f0 0.000113
+gallium_dri.so free 0x557173610900 void 0.000112
+gallium_dri.so free 0x55717346d3f0 void 0.000116
+gallium_dri.so malloc 72 0x55717346d3f0 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x55717346d3f0 void 0.000125
+gallium_dri.so malloc 72 0x557173461db0 0.000115
+gallium_dri.so free 0x557173461e00 void 0.000113
+gallium_dri.so free 0x557173461db0 void 0.000113
+gallium_dri.so malloc 72 0x557173461db0 0.000113
+gallium_dri.so free 0x557173461f00 void 0.000113
+gallium_dri.so free 0x557173461db0 void 0.000111
+gallium_dri.so malloc 72 0x557173461eb0 0.000112
+gallium_dri.so free 0x5571736109c0 void 0.000112
+gallium_dri.so free 0x557173461eb0 void 0.000168
+gallium_dri.so malloc 72 0x557173610970 0.000167
+gallium_dri.so free 0x5571735c2ac0 void 0.000170
+gallium_dri.so free 0x557173610970 void 0.000166
+gallium_dri.so malloc 72 0x5571735c2af0 0.000172
+gallium_dri.so free 0x5571735c2b40 void 0.000166
+gallium_dri.so free 0x5571735c2af0 void 0.000174
+gallium_dri.so malloc 72 0x5571735c2af0 0.000171
+gallium_dri.so free 0x5571735c2c40 void 0.000168
+gallium_dri.so free 0x5571735c2af0 void 0.000174
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000174
+gallium_dri.so free 0x5571735dce80 void 0.000185
+gallium_dri.so free 0x5571735c2bf0 void 0.000191
+gallium_dri.so malloc 72 0x5571735dcee0 0.000187
+gallium_dri.so free 0x5571735c2d00 void 0.000170
+gallium_dri.so free 0x5571735dcee0 void 0.000187
+gallium_dri.so malloc 72 0x5571735c2cb0 0.000188
+gallium_dri.so free 0x5571735dcf80 void 0.000179
+gallium_dri.so free 0x5571735c2cb0 void 0.000173
+gallium_dri.so malloc 72 0x5571735dcf30 0.000180
+gallium_dri.so free 0x5571735dd000 void 0.000176
+gallium_dri.so free 0x5571735dcf30 void 0.000197
+gallium_dri.so malloc 72 0x5571735dcf30 0.000177
+gallium_dri.so free 0x5571735f97c0 void 0.000180
+gallium_dri.so free 0x5571735dcf30 void 0.000188
+gallium_dri.so malloc 72 0x5571735f9810 0.000187
+gallium_dri.so free 0x5571735f9880 void 0.000222
+gallium_dri.so free 0x5571735f9810 void 0.000183
+gallium_dri.so malloc 72 0x5571735f98a0 0.000177
+gallium_dri.so free 0x5571735f9940 void 0.000196
+gallium_dri.so free 0x5571735f98a0 void 0.000177
+gallium_dri.so malloc 72 0x5571735f98f0 0.000174
+gallium_dri.so free 0x55717346f200 void 0.000182
+gallium_dri.so free 0x5571735f98f0 void 0.000174
+gallium_dri.so malloc 72 0x55717346f1b0 0.000181
+gallium_dri.so free 0x5571735f99c0 void 0.000180
+gallium_dri.so free 0x55717346f1b0 void 0.000179
+gallium_dri.so malloc 72 0x55717346f1b0 0.000168
+gallium_dri.so free 0x55717346f2c0 void 0.000168
+gallium_dri.so free 0x55717346f1b0 void 0.000178
+gallium_dri.so malloc 72 0x55717346f270 0.000181
+gallium_dri.so free 0x55717346f380 void 0.000181
+gallium_dri.so free 0x55717346f270 void 0.000171
+gallium_dri.so malloc 72 0x55717346f330 0.000183
+gallium_dri.so free 0x55717346f3c0 void 0.000180
+gallium_dri.so free 0x55717346f330 void 0.000172
+gallium_dri.so malloc 72 0x55717346f330 0.000179
+gallium_dri.so free 0x55717360e540 void 0.000234
+gallium_dri.so free 0x55717346f330 void 0.000118
+gallium_dri.so malloc 72 0x55717360e580 0.000116
+gallium_dri.so free 0x55717360e600 void 0.000118
+gallium_dri.so free 0x55717360e580 void 0.000114
+gallium_dri.so malloc 72 0x55717360e600 0.000116
+gallium_dri.so free 0x55717360e6c0 void 0.000117
+gallium_dri.so free 0x55717360e600 void 0.000140
+gallium_dri.so malloc 72 0x55717360e600 0.000115
+gallium_dri.so free 0x55717360e740 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000112
+gallium_dri.so malloc 72 0x55717360e600 0.000112
+gallium_dri.so free 0x5571735dff80 void 0.000114
+gallium_dri.so free 0x55717360e600 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000113
+gallium_dri.so free 0x5571735e0000 void 0.000113
+gallium_dri.so free 0x5571735dffb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dffb0 0.000112
+gallium_dri.so free 0x5571735e0100 void 0.000114
+gallium_dri.so free 0x5571735dffb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e00b0 0.000112
+gallium_dri.so free 0x5571735e01c0 void 0.000114
+gallium_dri.so free 0x5571735e00b0 void 0.000135
+gallium_dri.so malloc 72 0x5571735e0170 0.000115
+gallium_dri.so free 0x5571735fc600 void 0.000113
+gallium_dri.so free 0x5571735e0170 void 0.000112
+gallium_dri.so malloc 72 0x5571735fc630 0.000113
+gallium_dri.so free 0x5571735fc680 void 0.000126
+gallium_dri.so free 0x5571735fc630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc630 0.000114
+gallium_dri.so free 0x5571735fc780 void 0.000115
+gallium_dri.so free 0x5571735fc630 void 0.000115
+gallium_dri.so malloc 72 0x5571735fc7c0 0.000112
+gallium_dri.so free 0x5571735dd200 void 0.000112
+gallium_dri.so free 0x5571735fc7c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd250 0.000112
+gallium_dri.so free 0x5571735dd2c0 void 0.000113
+gallium_dri.so free 0x5571735dd250 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd2e0 0.000114
+gallium_dri.so free 0x5571735dd380 void 0.000114
+gallium_dri.so free 0x5571735dd2e0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd330 0.000112
+gallium_dri.so free 0x5571735fc840 void 0.000116
+gallium_dri.so free 0x5571735dd330 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd330 0.000115
+gallium_dri.so free 0x5571735dd400 void 0.000112
+gallium_dri.so free 0x5571735dd330 void 0.000112
+gallium_dri.so malloc 72 0x5571735dd400 0.000113
+gallium_dri.so free 0x55717346d580 void 0.000167
+gallium_dri.so free 0x5571735dd400 void 0.000175
+gallium_dri.so malloc 72 0x55717346d5e0 0.000170
+gallium_dri.so free 0x55717346d680 void 0.000168
+gallium_dri.so free 0x55717346d5e0 void 0.000175
+gallium_dri.so malloc 72 0x55717346d630 0.000178
+gallium_dri.so free 0x55717346d6c0 void 0.000191
+gallium_dri.so free 0x55717346d630 void 0.000184
+gallium_dri.so malloc 72 0x55717346d630 0.000182
+gallium_dri.so free 0x55717346d780 void 0.000180
+gallium_dri.so free 0x55717346d630 void 0.000185
+gallium_dri.so malloc 72 0x55717346d7c0 0.000174
+gallium_dri.so free 0x5571735febc0 void 0.000173
+gallium_dri.so free 0x55717346d7c0 void 0.000181
+gallium_dri.so malloc 72 0x5571735fec10 0.000165
+gallium_dri.so free 0x5571735fec80 void 0.000180
+gallium_dri.so free 0x5571735fec10 void 0.000121
+gallium_dri.so malloc 72 0x5571735feca0 0.000120
+gallium_dri.so free 0x5571735fed40 void 0.000118
+gallium_dri.so free 0x5571735feca0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fecf0 0.000117
+gallium_dri.so free 0x5571735fedc0 void 0.000120
+gallium_dri.so free 0x5571735fecf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fedc0 0.000120
+gallium_dri.so free 0x5571735c2e40 void 0.000121
+gallium_dri.so free 0x5571735fedc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2e80 0.000120
+gallium_dri.so free 0x5571735c2f00 void 0.000116
+gallium_dri.so free 0x5571735c2e80 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2f00 0.000122
+gallium_dri.so free 0x5571735c2fc0 void 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2f00 0.000121
+gallium_dri.so free 0x5571735c3040 void 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3070 0.000117
+gallium_dri.so free 0x557173460940 void 0.000123
+gallium_dri.so free 0x5571735c3070 void 0.000121
+gallium_dri.so malloc 72 0x5571734608f0 0.000121
+gallium_dri.so free 0x5571734609c0 void 0.000117
+gallium_dri.so free 0x5571734608f0 void 0.000121
+gallium_dri.so malloc 72 0x557173460a10 0.000120
+gallium_dri.so free 0x557173460a80 void 0.000122
+gallium_dri.so free 0x557173460a10 void 0.000121
+gallium_dri.so malloc 72 0x557173460ac0 0.000123
+gallium_dri.so free 0x557173460b40 void 0.000123
+gallium_dri.so free 0x557173460ac0 void 0.000120
+gallium_dri.so malloc 72 0x557173460ac0 0.000120
+gallium_dri.so free 0x55717360cdc0 void 0.000121
+gallium_dri.so free 0x557173460ac0 void 0.000124
+gallium_dri.so malloc 72 0x55717360cd70 0.000141
+gallium_dri.so free 0x55717360ce40 void 0.000123
+gallium_dri.so free 0x55717360cd70 void 0.000117
+gallium_dri.so malloc 72 0x55717360cd70 0.000121
+gallium_dri.so free 0x55717360cec0 void 0.000122
+gallium_dri.so free 0x55717360cd70 void 0.000125
+gallium_dri.so malloc 72 0x55717360cec0 0.000121
+gallium_dri.so free 0x55717360cf80 void 0.000122
+gallium_dri.so free 0x55717360cec0 void 0.000123
+gallium_dri.so malloc 72 0x55717360cec0 0.000118
+gallium_dri.so free 0x557173473b80 void 0.000122
+gallium_dri.so free 0x55717360cec0 void 0.000128
+gallium_dri.so malloc 72 0x557173473b30 0.000115
+gallium_dri.so free 0x557173473c00 void 0.000117
+gallium_dri.so free 0x557173473b30 void 0.000115
+gallium_dri.so malloc 72 0x557173473b30 0.000113
+gallium_dri.so free 0x557173473d00 void 0.000114
+gallium_dri.so free 0x557173473b30 void 0.000115
+gallium_dri.so malloc 72 0x557173473cb0 0.000114
+gallium_dri.so free 0x5571735ecb80 void 0.000115
+gallium_dri.so free 0x557173473cb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecb30 0.000116
+gallium_dri.so free 0x5571735ecc40 void 0.000116
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so free 0x5571735ecbf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735ecbf0 0.000125
+gallium_dri.so free 0x557173473d80 void 0.000113
+gallium_dri.so free 0x5571735ecbf0 void 0.000110
+gallium_dri.so malloc 72 0x557173473dc0 0.000109
+gallium_dri.so free 0x5571735ecd40 void 0.000109
+gallium_dri.so free 0x557173473dc0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ecd90 0.000109
+gallium_dri.so free 0x5571735e2bc0 void 0.000110
+gallium_dri.so free 0x5571735ecd90 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2b70 0.000108
+gallium_dri.so free 0x5571735e2c40 void 0.000110
+gallium_dri.so free 0x5571735e2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2b70 0.000109
+gallium_dri.so free 0x5571735e2d00 void 0.000109
+gallium_dri.so free 0x5571735e2b70 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2b70 0.000109
+gallium_dri.so free 0x5571735e2dc0 void 0.000110
+gallium_dri.so free 0x5571735e2b70 void 0.000109
+gallium_dri.so malloc 72 0x5571735e2d70 0.000109
+gallium_dri.so free 0x5571735de800 void 0.000180
+gallium_dri.so free 0x5571735e2d70 void 0.000176
+gallium_dri.so malloc 72 0x5571735de7b0 0.000174
+gallium_dri.so free 0x5571735de8c0 void 0.000165
+gallium_dri.so free 0x5571735de7b0 void 0.000166
+gallium_dri.so malloc 72 0x5571735de870 0.000165
+gallium_dri.so free 0x5571735de900 void 0.000179
+gallium_dri.so free 0x5571735de870 void 0.000179
+gallium_dri.so malloc 72 0x5571735de870 0.000172
+gallium_dri.so free 0x5571735de9c0 void 0.000174
+gallium_dri.so free 0x5571735de870 void 0.000176
+gallium_dri.so malloc 72 0x5571735dea10 0.000187
+gallium_dri.so free 0x5571735f5e00 void 0.000184
+gallium_dri.so free 0x5571735dea10 void 0.000170
+gallium_dri.so malloc 72 0x5571735f5db0 0.000171
+gallium_dri.so free 0x5571735f5e80 void 0.000145
+gallium_dri.so free 0x5571735f5db0 void 0.000152
+gallium_dri.so malloc 72 0x5571735f5ed0 0.000119
+gallium_dri.so free 0x5571735f5f40 void 0.000114
+gallium_dri.so free 0x5571735f5ed0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5f60 0.000112
+gallium_dri.so free 0x5571735f6000 void 0.000113
+gallium_dri.so free 0x5571735f5f60 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5fb0 0.000116
+gallium_dri.so free 0x557173610b00 void 0.000111
+gallium_dri.so free 0x5571735f5fb0 void 0.000111
+gallium_dri.so malloc 72 0x557173610b40 0.000112
+gallium_dri.so free 0x557173610bc0 void 0.000115
+gallium_dri.so free 0x557173610b40 void 0.000123
+gallium_dri.so malloc 72 0x557173610bc0 0.000113
+gallium_dri.so free 0x557173610c80 void 0.000127
+gallium_dri.so free 0x557173610bc0 void 0.000124
+gallium_dri.so malloc 72 0x557173610bc0 0.000117
+gallium_dri.so free 0x557173610d00 void 0.000113
+gallium_dri.so free 0x557173610bc0 void 0.000116
+gallium_dri.so malloc 72 0x557173610bc0 0.000116
+gallium_dri.so free 0x5571735dba80 void 0.000118
+gallium_dri.so free 0x557173610bc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbb00 void 0.000113
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dba30 0.000114
+gallium_dri.so free 0x5571735dbb80 void 0.000112
+gallium_dri.so free 0x5571735dba30 void 0.000114
+gallium_dri.so malloc 72 0x5571735dbb80 0.000113
+gallium_dri.so free 0x5571735dbc40 void 0.000114
+gallium_dri.so free 0x5571735dbb80 void 0.000113
+gallium_dri.so malloc 72 0x5571735dbb80 0.000112
+gallium_dri.so free 0x5571735f7580 void 0.000112
+gallium_dri.so free 0x5571735dbb80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f75b0 0.000116
+gallium_dri.so free 0x5571735f7600 void 0.000118
+gallium_dri.so free 0x5571735f75b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f75b0 0.000112
+gallium_dri.so free 0x5571735f7700 void 0.000112
+gallium_dri.so free 0x5571735f75b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735f7740 0.000116
+gallium_dri.so free 0x5571735c16c0 void 0.000113
+gallium_dri.so free 0x5571735f7740 void 0.000112
+gallium_dri.so malloc 72 0x5571735c1670 0.000113
+gallium_dri.so free 0x5571735c1780 void 0.000113
+gallium_dri.so free 0x5571735c1670 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1730 0.000112
+gallium_dri.so free 0x5571735c17c0 void 0.000113
+gallium_dri.so free 0x5571735c1730 void 0.000113
+gallium_dri.so malloc 72 0x5571735c1730 0.000113
+gallium_dri.so free 0x5571735f77c0 void 0.000112
+gallium_dri.so free 0x5571735c1730 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1730 0.000112
+gallium_dri.so free 0x5571735c1880 void 0.000113
+gallium_dri.so free 0x5571735c1730 void 0.000110
+gallium_dri.so malloc 72 0x5571735c18d0 0.000114
+gallium_dri.so free 0x55717346afc0 void 0.000151
+gallium_dri.so free 0x5571735c18d0 void 0.000127
+gallium_dri.so malloc 72 0x55717346b020 0.000127
+gallium_dri.so free 0x55717346b0c0 void 0.000127
+gallium_dri.so free 0x55717346b020 void 0.000124
+gallium_dri.so malloc 72 0x55717346b070 0.000122
+gallium_dri.so free 0x55717346b100 void 0.000121
+gallium_dri.so free 0x55717346b070 void 0.000120
+gallium_dri.so malloc 72 0x55717346b070 0.000121
+gallium_dri.so free 0x55717346b1c0 void 0.000121
+gallium_dri.so free 0x55717346b070 void 0.000210
+gallium_dri.so malloc 72 0x55717346b200 0.000116
+gallium_dri.so free 0x5571735f9b40 void 0.000115
+gallium_dri.so free 0x55717346b200 void 0.000123
+gallium_dri.so malloc 72 0x5571735f9b90 0.000114
+gallium_dri.so free 0x5571735f9c00 void 0.000112
+gallium_dri.so free 0x5571735f9b90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c20 0.000113
+gallium_dri.so free 0x5571735f9cc0 void 0.000113
+gallium_dri.so free 0x5571735f9c20 void 0.000112
+gallium_dri.so malloc 72 0x5571735f9c70 0.000112
+gallium_dri.so free 0x5571735f9d40 void 0.000116
+gallium_dri.so free 0x5571735f9c70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9d40 0.000114
+gallium_dri.so free 0x557173603500 void 0.000113
+gallium_dri.so free 0x5571735f9d40 void 0.000112
+gallium_dri.so malloc 72 0x557173603540 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000113
+gallium_dri.so free 0x557173603540 void 0.000116
+gallium_dri.so malloc 72 0x5571736035c0 0.000113
+gallium_dri.so free 0x557173603680 void 0.000113
+gallium_dri.so free 0x5571736035c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736035c0 0.000134
+gallium_dri.so free 0x557173603700 void 0.000166
+gallium_dri.so free 0x5571736035c0 void 0.000171
+gallium_dri.so malloc 72 0x557173603730 0.000185
+gallium_dri.so free 0x55717360c0c0 void 0.000168
+gallium_dri.so free 0x557173603730 void 0.000173
+gallium_dri.so malloc 72 0x55717360c100 0.000169
+gallium_dri.so free 0x55717360c180 void 0.000165
+gallium_dri.so free 0x55717360c100 void 0.000167
+gallium_dri.so malloc 72 0x55717360c180 0.000172
+gallium_dri.so free 0x55717360c240 void 0.000168
+gallium_dri.so free 0x55717360c180 void 0.000171
+gallium_dri.so malloc 72 0x55717360c180 0.000183
+gallium_dri.so free 0x55717360c2c0 void 0.000167
+gallium_dri.so free 0x55717360c180 void 0.000189
+gallium_dri.so malloc 72 0x55717360c180 0.000211
+gallium_dri.so free 0x5571735fa9c0 void 0.000144
+gallium_dri.so free 0x55717360c180 void 0.000128
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000120
+gallium_dri.so free 0x5571735faa40 void 0.000114
+gallium_dri.so free 0x5571735fa9f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000112
+gallium_dri.so free 0x5571735fab40 void 0.000113
+gallium_dri.so free 0x5571735fa9f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735faaf0 0.000126
+gallium_dri.so free 0x5571735fac00 void 0.000115
+gallium_dri.so free 0x5571735faaf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fabb0 0.000115
+gallium_dri.so free 0x557173466fc0 void 0.000115
+gallium_dri.so free 0x5571735fabb0 void 0.000113
+gallium_dri.so malloc 72 0x557173466ff0 0.000114
+gallium_dri.so free 0x557173467040 void 0.000116
+gallium_dri.so free 0x557173466ff0 void 0.000115
+gallium_dri.so malloc 72 0x557173466ff0 0.000114
+gallium_dri.so free 0x557173467140 void 0.000115
+gallium_dri.so free 0x557173466ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173467180 0.000112
+gallium_dri.so free 0x557173467200 void 0.000114
+gallium_dri.so free 0x557173467180 void 0.000113
+gallium_dri.so malloc 72 0x557173467200 0.000128
+gallium_dri.so free 0x5571735e1140 void 0.000123
+gallium_dri.so free 0x557173467200 void 0.000122
+gallium_dri.so malloc 72 0x5571735e1160 0.000124
+gallium_dri.so free 0x5571735e1200 void 0.000124
+gallium_dri.so free 0x5571735e1160 void 0.000123
+gallium_dri.so malloc 72 0x5571735e11b0 0.000121
+gallium_dri.so free 0x5571735e1280 void 0.000123
+gallium_dri.so free 0x5571735e11b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e11b0 0.000122
+gallium_dri.so free 0x5571735e1300 void 0.000126
+gallium_dri.so free 0x5571735e11b0 void 0.000140
+gallium_dri.so malloc 72 0x5571735e1300 0.000123
+gallium_dri.so free 0x55717358de00 void 0.000127
+gallium_dri.so free 0x5571735e1300 void 0.000127
+gallium_dri.so malloc 72 0x55717358de60 0.000121
+gallium_dri.so free 0x55717358df00 void 0.000123
+gallium_dri.so free 0x55717358de60 void 0.000119
+gallium_dri.so malloc 72 0x55717358deb0 0.000121
+gallium_dri.so free 0x55717358df40 void 0.000118
+gallium_dri.so free 0x55717358deb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358deb0 0.000119
+gallium_dri.so free 0x55717358e000 void 0.000122
+gallium_dri.so free 0x55717358deb0 void 0.000126
+gallium_dri.so malloc 72 0x55717358e040 0.000119
+gallium_dri.so free 0x55717346a6c0 void 0.000119
+gallium_dri.so free 0x55717358e040 void 0.000114
+gallium_dri.so malloc 72 0x55717346a6c0 0.000130
+gallium_dri.so free 0x55717346a780 void 0.000129
+gallium_dri.so free 0x55717346a6c0 void 0.000129
+gallium_dri.so malloc 72 0x55717346a6c0 0.000143
+gallium_dri.so free 0x55717346a840 void 0.000128
+gallium_dri.so free 0x55717346a6c0 void 0.000139
+gallium_dri.so malloc 72 0x55717346a6c0 0.000129
+gallium_dri.so free 0x55717346a900 void 0.000132
+gallium_dri.so free 0x55717346a6c0 void 0.000132
+gallium_dri.so malloc 72 0x55717346a8b0 0.000136
+gallium_dri.so free 0x5571734620c0 void 0.000131
+gallium_dri.so free 0x55717346a8b0 void 0.000134
+gallium_dri.so malloc 72 0x557173462100 0.000127
+gallium_dri.so free 0x557173462180 void 0.000129
+gallium_dri.so free 0x557173462100 void 0.000130
+gallium_dri.so malloc 72 0x557173462180 0.000129
+gallium_dri.so free 0x557173462240 void 0.000136
+gallium_dri.so free 0x557173462180 void 0.000131
+gallium_dri.so malloc 72 0x557173462180 0.000129
+gallium_dri.so free 0x5571734622c0 void 0.000129
+gallium_dri.so free 0x557173462180 void 0.000129
+gallium_dri.so malloc 72 0x5571734622f0 0.000128
+gallium_dri.so free 0x557173462340 void 0.000130
+gallium_dri.so free 0x5571734622f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734622f0 0.000129
+gallium_dri.so free 0x5571735f4c40 void 0.000128
+gallium_dri.so free 0x5571734622f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f4c40 0.000129
+gallium_dri.so free 0x5571735f4d00 void 0.000129
+gallium_dri.so free 0x5571735f4c40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f4c40 0.000129
+gallium_dri.so free 0x5571735f4d80 void 0.000129
+gallium_dri.so free 0x5571735f4c40 void 0.000242
+gallium_dri.so malloc 72 0x5571735f4c40 0.000214
+gallium_dri.so free 0x5571735f4e40 void 0.000211
+gallium_dri.so free 0x5571735f4c40 void 0.000208
+gallium_dri.so malloc 72 0x5571735f4c40 0.000210
+gallium_dri.so free 0x5571735f4f00 void 0.000170
+gallium_dri.so free 0x5571735f4c40 void 0.000170
+gallium_dri.so malloc 72 0x5571735f4eb0 0.000170
+gallium_dri.so free 0x5571735da8c0 void 0.000169
+gallium_dri.so free 0x5571735f4eb0 void 0.000173
+gallium_dri.so malloc 72 0x5571735da8c0 0.000177
+gallium_dri.so free 0x5571735da980 void 0.000181
+gallium_dri.so free 0x5571735da8c0 void 0.000187
+gallium_dri.so malloc 72 0x5571735da8c0 0.000274
+gallium_dri.so free 0x5571735daa00 void 0.000187
+gallium_dri.so free 0x5571735da8c0 void 0.000232
+gallium_dri.so malloc 72 0x5571735daa30 0.000253
+gallium_dri.so free 0x5571735daa80 void 0.000230
+gallium_dri.so free 0x5571735daa30 void 0.000230
+gallium_dri.so malloc 72 0x5571735daa30 0.000182
+gallium_dri.so free 0x5571735fa0c0 void 0.000187
+gallium_dri.so free 0x5571735daa30 void 0.000221
+gallium_dri.so malloc 72 0x5571735daa30 0.000230
+gallium_dri.so free 0x5571735fa140 void 0.000224
+gallium_dri.so free 0x5571735daa30 void 0.000220
+gallium_dri.so malloc 72 0x5571735fa140 0.000216
+gallium_dri.so free 0x5571735fa200 void 0.000229
+gallium_dri.so free 0x5571735fa140 void 0.000223
+gallium_dri.so malloc 72 0x5571735fa140 0.000229
+gallium_dri.so free 0x5571735dab80 void 0.000233
+gallium_dri.so free 0x5571735fa140 void 0.000278
+gallium_dri.so malloc 72 0x5571735dabb0 0.000188
+gallium_dri.so free 0x5571735fa2c0 void 0.000183
+gallium_dri.so free 0x5571735dabb0 void 0.000185
+gallium_dri.so malloc 72 0x5571735dabb0 0.000187
+gallium_dri.so free 0x5571735fa340 void 0.000186
+gallium_dri.so free 0x5571735dabb0 void 0.000220
+gallium_dri.so malloc 72 0x5571735fa340 0.000232
+gallium_dri.so free 0x5571735c0500 void 0.000219
+gallium_dri.so free 0x5571735fa340 void 0.000246
+gallium_dri.so malloc 72 0x5571735fa340 0.000229
+gallium_dri.so free 0x5571735c05c0 void 0.000164
+gallium_dri.so free 0x5571735fa340 void 0.000140
+gallium_dri.so malloc 72 0x5571735c05e0 0.000132
+gallium_dri.so free 0x5571735c0680 void 0.000131
+gallium_dri.so free 0x5571735c05e0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c0630 0.000127
+gallium_dri.so free 0x5571735c0700 void 0.000130
+gallium_dri.so free 0x5571735c0630 void 0.000127
+gallium_dri.so malloc 72 0x5571735c0630 0.000128
+gallium_dri.so free 0x5571735c0780 void 0.000126
+gallium_dri.so free 0x5571735c0630 void 0.000126
+gallium_dri.so malloc 72 0x5571735c0780 0.000129
+gallium_dri.so free 0x5571735eb9c0 void 0.000127
+gallium_dri.so free 0x5571735c0780 void 0.000134
+gallium_dri.so malloc 72 0x5571735c0780 0.000131
+gallium_dri.so free 0x5571735eba40 void 0.000146
+gallium_dri.so free 0x5571735c0780 void 0.000143
+gallium_dri.so malloc 72 0x5571735eba70 0.000138
+gallium_dri.so free 0x5571735ebac0 void 0.000135
+gallium_dri.so free 0x5571735eba70 void 0.000126
+gallium_dri.so malloc 72 0x5571735ebac0 0.000125
+gallium_dri.so free 0x5571735ebb80 void 0.000122
+gallium_dri.so free 0x5571735ebac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebac0 0.000118
+gallium_dri.so free 0x5571735ebc80 void 0.000120
+gallium_dri.so free 0x5571735ebac0 void 0.000135
+gallium_dri.so malloc 72 0x5571735ebc30 0.000120
+gallium_dri.so free 0x5571735fb280 void 0.000128
+gallium_dri.so free 0x5571735ebc30 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebc30 0.000126
+gallium_dri.so free 0x5571735fb300 void 0.000129
+gallium_dri.so free 0x5571735ebc30 void 0.000130
+gallium_dri.so malloc 72 0x5571735fb330 0.000124
+gallium_dri.so free 0x5571735fb380 void 0.000128
+gallium_dri.so free 0x5571735fb330 void 0.000129
+gallium_dri.so malloc 72 0x5571735fb330 0.000220
+gallium_dri.so free 0x5571735fb480 void 0.000129
+gallium_dri.so free 0x5571735fb330 void 0.000145
+gallium_dri.so malloc 72 0x5571735fb430 0.000144
+gallium_dri.so free 0x5571735fb540 void 0.000126
+gallium_dri.so free 0x5571735fb430 void 0.000125
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000124
+gallium_dri.so free 0x5571735e1a00 void 0.000145
+gallium_dri.so free 0x5571735fb4f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fb4f0 0.000140
+gallium_dri.so free 0x5571735e1a80 void 0.000125
+gallium_dri.so free 0x5571735fb4f0 void 0.000162
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000162
+gallium_dri.so free 0x5571735e1b00 void 0.000149
+gallium_dri.so free 0x5571735e1ab0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000143
+gallium_dri.so free 0x5571735e1c00 void 0.000137
+gallium_dri.so free 0x5571735e1ab0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1bb0 0.000136
+gallium_dri.so free 0x5571735e1cc0 void 0.000137
+gallium_dri.so free 0x5571735e1bb0 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1c70 0.000136
+gallium_dri.so free 0x557173589740 void 0.000139
+gallium_dri.so free 0x5571735e1c70 void 0.000136
+gallium_dri.so malloc 72 0x5571735896f0 0.000136
+gallium_dri.so free 0x5571735897c0 void 0.000136
+gallium_dri.so free 0x5571735896f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735896f0 0.000137
+gallium_dri.so free 0x5571735898c0 void 0.000136
+gallium_dri.so free 0x5571735896f0 void 0.000136
+gallium_dri.so malloc 72 0x557173589870 0.000135
+gallium_dri.so free 0x557173589940 void 0.000136
+gallium_dri.so free 0x557173589870 void 0.000136
+gallium_dri.so malloc 72 0x557173589990 0.000149
+gallium_dri.so free 0x557173589a00 void 0.000137
+gallium_dri.so free 0x557173589990 void 0.000136
+gallium_dri.so malloc 72 0x557173589990 0.000136
+gallium_dri.so free 0x5571735f29c0 void 0.000137
+gallium_dri.so free 0x557173589990 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2970 0.000135
+gallium_dri.so free 0x5571735f2a40 void 0.000135
+gallium_dri.so free 0x5571735f2970 void 0.000137
+gallium_dri.so malloc 72 0x5571735f2970 0.000135
+gallium_dri.so free 0x5571735f2ac0 void 0.000138
+gallium_dri.so free 0x5571735f2970 void 0.000136
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000136
+gallium_dri.so free 0x5571735f2b80 void 0.000136
+gallium_dri.so free 0x5571735f2ac0 void 0.000134
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000136
+gallium_dri.so free 0x5571735f2c80 void 0.000141
+gallium_dri.so free 0x5571735f2ac0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000137
+gallium_dri.so free 0x5571735c11c0 void 0.000138
+gallium_dri.so free 0x5571735f2ac0 void 0.000137
+gallium_dri.so malloc 72 0x5571735c11f0 0.000136
+gallium_dri.so free 0x5571735c1240 void 0.000159
+gallium_dri.so free 0x5571735c11f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735c11f0 0.000144
+gallium_dri.so free 0x5571735c1340 void 0.000146
+gallium_dri.so free 0x5571735c11f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735c12f0 0.000151
+gallium_dri.so free 0x5571735c1400 void 0.000132
+gallium_dri.so free 0x5571735c12f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735c13b0 0.000130
+gallium_dri.so free 0x5571735c1440 void 0.000131
+gallium_dri.so free 0x5571735c13b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735c13b0 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000131
+gallium_dri.so free 0x5571735c13b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000131
+gallium_dri.so free 0x5571735fa680 void 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000130
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000131
+gallium_dri.so free 0x5571735fa700 void 0.000131
+gallium_dri.so free 0x5571735fa5c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa700 0.000130
+gallium_dri.so free 0x5571735fa7c0 void 0.000130
+gallium_dri.so free 0x5571735fa700 void 0.000131
+gallium_dri.so malloc 72 0x5571735fa700 0.000138
+gallium_dri.so free 0x5571735fa880 void 0.000129
+gallium_dri.so free 0x5571735fa700 void 0.000129
+gallium_dri.so malloc 72 0x5571735fa700 0.000128
+gallium_dri.so free 0x557173473680 void 0.000134
+gallium_dri.so free 0x5571735fa700 void 0.000130
+gallium_dri.so malloc 72 0x5571734736c0 0.000133
+gallium_dri.so free 0x557173473740 void 0.000141
+gallium_dri.so free 0x5571734736c0 void 0.000194
+gallium_dri.so malloc 72 0x557173473740 0.000217
+gallium_dri.so free 0x557173473800 void 0.000214
+gallium_dri.so free 0x557173473740 void 0.000133
+gallium_dri.so malloc 72 0x557173473740 0.000132
+gallium_dri.so free 0x557173473880 void 0.000132
+gallium_dri.so free 0x557173473740 void 0.000133
+gallium_dri.so malloc 72 0x557173473740 0.000131
+gallium_dri.so free 0x557173473940 void 0.000130
+gallium_dri.so free 0x557173473740 void 0.000132
+gallium_dri.so malloc 72 0x557173473740 0.000131
+gallium_dri.so free 0x557173600840 void 0.000131
+gallium_dri.so free 0x557173473740 void 0.000130
+gallium_dri.so malloc 72 0x5571736007f0 0.000147
+gallium_dri.so free 0x5571736008c0 void 0.000130
+gallium_dri.so free 0x5571736007f0 void 0.000121
+gallium_dri.so malloc 72 0x557173600910 0.000152
+gallium_dri.so free 0x557173600980 void 0.000122
+gallium_dri.so free 0x557173600910 void 0.000140
+gallium_dri.so malloc 72 0x5571736009a0 0.000122
+gallium_dri.so free 0x557173600a40 void 0.000117
+gallium_dri.so free 0x5571736009a0 void 0.000114
+gallium_dri.so malloc 72 0x5571736009f0 0.000180
+gallium_dri.so free 0x557173600ac0 void 0.000176
+gallium_dri.so free 0x5571736009f0 void 0.000172
+gallium_dri.so malloc 72 0x5571736009f0 0.000180
+gallium_dri.so free 0x55717360c8c0 void 0.000177
+gallium_dri.so free 0x5571736009f0 void 0.000175
+gallium_dri.so malloc 72 0x55717360c900 0.000179
+gallium_dri.so free 0x55717360c980 void 0.000173
+gallium_dri.so free 0x55717360c900 void 0.000175
+gallium_dri.so malloc 72 0x55717360c980 0.000185
+gallium_dri.so free 0x55717360ca40 void 0.000178
+gallium_dri.so free 0x55717360c980 void 0.000221
+gallium_dri.so malloc 72 0x55717360c980 0.000200
+gallium_dri.so free 0x55717360cac0 void 0.000192
+gallium_dri.so free 0x55717360c980 void 0.000187
+gallium_dri.so malloc 72 0x55717360caf0 0.000230
+gallium_dri.so free 0x55717360cb40 void 0.000264
+gallium_dri.so free 0x55717360caf0 void 0.000159
+gallium_dri.so malloc 72 0x55717360caf0 0.000140
+gallium_dri.so free 0x55717346cc40 void 0.000134
+gallium_dri.so free 0x55717360caf0 void 0.000133
+gallium_dri.so malloc 72 0x55717346cbf0 0.000135
+gallium_dri.so free 0x55717346cd00 void 0.000134
+gallium_dri.so free 0x55717346cbf0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ccb0 0.000129
+gallium_dri.so free 0x55717346cd80 void 0.000130
+gallium_dri.so free 0x55717346ccb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ccb0 0.000131
+gallium_dri.so free 0x55717346ce40 void 0.000131
+gallium_dri.so free 0x55717346ccb0 void 0.000131
+gallium_dri.so malloc 72 0x55717346ccb0 0.000148
+gallium_dri.so free 0x55717346cf00 void 0.000131
+gallium_dri.so free 0x55717346ccb0 void 0.000132
+gallium_dri.so malloc 72 0x55717346ceb0 0.000131
+gallium_dri.so free 0x5571735db580 void 0.000137
+gallium_dri.so free 0x55717346ceb0 void 0.000200
+gallium_dri.so malloc 72 0x5571735db5d0 0.000212
+gallium_dri.so free 0x5571735db640 void 0.000211
+gallium_dri.so free 0x5571735db5d0 void 0.000183
+gallium_dri.so malloc 72 0x5571735db660 0.000128
+gallium_dri.so free 0x5571735db700 void 0.000131
+gallium_dri.so free 0x5571735db660 void 0.000129
+gallium_dri.so malloc 72 0x5571735db6b0 0.000132
+gallium_dri.so free 0x5571735db780 void 0.000130
+gallium_dri.so free 0x5571735db6b0 void 0.000130
+gallium_dri.so malloc 72 0x5571735db780 0.000129
+gallium_dri.so free 0x5571735db840 void 0.000130
+gallium_dri.so free 0x5571735db780 void 0.000136
+gallium_dri.so malloc 72 0x5571735db780 0.000131
+gallium_dri.so free 0x557173461780 void 0.000132
+gallium_dri.so free 0x5571735db780 void 0.000130
+gallium_dri.so malloc 72 0x557173461730 0.000146
+gallium_dri.so free 0x557173461840 void 0.000130
+gallium_dri.so free 0x557173461730 void 0.000129
+gallium_dri.so malloc 72 0x5571734617f0 0.000127
+gallium_dri.so free 0x557173461880 void 0.000129
+gallium_dri.so free 0x5571734617f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734617f0 0.000129
+gallium_dri.so free 0x557173461940 void 0.000130
+gallium_dri.so free 0x5571734617f0 void 0.000128
+gallium_dri.so malloc 72 0x557173461980 0.000128
+gallium_dri.so free 0x557173461a00 void 0.000128
+gallium_dri.so free 0x557173461980 void 0.000128
+gallium_dri.so malloc 72 0x557173461a00 0.000133
+gallium_dri.so free 0x5571735c4ac0 void 0.000130
+gallium_dri.so free 0x557173461a00 void 0.000129
+gallium_dri.so malloc 72 0x5571735c4a70 0.000131
+gallium_dri.so free 0x5571735c4b40 void 0.000134
+gallium_dri.so free 0x5571735c4a70 void 0.000167
+gallium_dri.so malloc 72 0x5571735c4b60 0.000132
+gallium_dri.so free 0x5571735c4c00 void 0.000130
+gallium_dri.so free 0x5571735c4b60 void 0.000128
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000138
+gallium_dri.so free 0x5571735c4c80 void 0.000125
+gallium_dri.so free 0x5571735c4bb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4bb0 0.000180
+gallium_dri.so free 0x5571735c4d00 void 0.000184
+gallium_dri.so free 0x5571735c4bb0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c4d00 0.000170
+gallium_dri.so free 0x55717360dc00 void 0.000136
+gallium_dri.so free 0x5571735c4d00 void 0.000145
+gallium_dri.so malloc 72 0x55717360dbb0 0.000145
+gallium_dri.so free 0x55717360dc40 void 0.000141
+gallium_dri.so free 0x55717360dbb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360dbb0 0.000119
+gallium_dri.so free 0x55717360dd00 void 0.000118
+gallium_dri.so free 0x55717360dbb0 void 0.000123
+gallium_dri.so malloc 72 0x55717360dd70 0.000123
+gallium_dri.so free 0x55717360ddc0 void 0.000118
+gallium_dri.so free 0x55717360dd70 void 0.000121
+gallium_dri.so malloc 72 0x55717360dd70 0.000121
+gallium_dri.so free 0x55717360dec0 void 0.000124
+gallium_dri.so free 0x55717360dd70 void 0.000173
+gallium_dri.so malloc 72 0x55717360de70 0.000191
+gallium_dri.so free 0x5571735f5900 void 0.000186
+gallium_dri.so free 0x55717360de70 void 0.000187
+gallium_dri.so malloc 72 0x5571735f5920 0.000181
+gallium_dri.so free 0x5571735f59c0 void 0.000178
+gallium_dri.so free 0x5571735f5920 void 0.000180
+gallium_dri.so malloc 72 0x5571735f5970 0.000181
+gallium_dri.so free 0x5571735f5a40 void 0.000185
+gallium_dri.so free 0x5571735f5970 void 0.000181
+gallium_dri.so malloc 72 0x5571735f5970 0.000175
+gallium_dri.so free 0x5571735f5ac0 void 0.000179
+gallium_dri.so free 0x5571735f5970 void 0.000181
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000174
+gallium_dri.so free 0x5571735f5b80 void 0.000178
+gallium_dri.so free 0x5571735f5ac0 void 0.000172
+gallium_dri.so malloc 72 0x5571735f5ac0 0.000180
+gallium_dri.so free 0x5571735df640 void 0.000245
+gallium_dri.so free 0x5571735f5ac0 void 0.000203
+gallium_dri.so malloc 72 0x5571735df5f0 0.000176
+gallium_dri.so free 0x5571735df680 void 0.000183
+gallium_dri.so free 0x5571735df5f0 void 0.000250
+gallium_dri.so malloc 72 0x5571735df5f0 0.000315
+gallium_dri.so free 0x5571735df740 void 0.000261
+gallium_dri.so free 0x5571735df5f0 void 0.000311
+gallium_dri.so malloc 72 0x5571735df780 0.000196
+gallium_dri.so free 0x5571735df800 void 0.000184
+gallium_dri.so free 0x5571735df780 void 0.000112
+gallium_dri.so malloc 72 0x5571735df800 0.000110
+gallium_dri.so free 0x5571735df8c0 void 0.000110
+gallium_dri.so free 0x5571735df800 void 0.000112
+gallium_dri.so malloc 72 0x5571735df800 0.000111
+gallium_dri.so free 0x5571735e26c0 void 0.000111
+gallium_dri.so free 0x5571735df800 void 0.000109
+gallium_dri.so malloc 72 0x5571735e26f0 0.000110
+gallium_dri.so free 0x5571735e2740 void 0.000110
+gallium_dri.so free 0x5571735e26f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e2740 0.000111
+gallium_dri.so free 0x5571735e2800 void 0.000114
+gallium_dri.so free 0x5571735e2740 void 0.000115
+gallium_dri.so malloc 72 0x5571735e2740 0.000111
+gallium_dri.so free 0x5571735e2900 void 0.000110
+gallium_dri.so free 0x5571735e2740 void 0.000130
+gallium_dri.so malloc 72 0x5571735e28b0 0.000116
+gallium_dri.so free 0x5571735e29c0 void 0.000110
+gallium_dri.so free 0x5571735e28b0 void 0.000110
+gallium_dri.so malloc 72 0x5571735e2970 0.000110
+gallium_dri.so free 0x5571735ec680 void 0.000113
+gallium_dri.so free 0x5571735e2970 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000110
+gallium_dri.so free 0x5571735ec700 void 0.000110
+gallium_dri.so free 0x5571735ec6b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec6b0 0.000124
+gallium_dri.so free 0x5571735ec800 void 0.000111
+gallium_dri.so free 0x5571735ec6b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ec7b0 0.000112
+gallium_dri.so free 0x5571735ec8c0 void 0.000111
+gallium_dri.so free 0x5571735ec7b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec870 0.000110
+gallium_dri.so free 0x5571735ec940 void 0.000111
+gallium_dri.so free 0x5571735ec870 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec960 0.000111
+gallium_dri.so free 0x5571735f6c40 void 0.000110
+gallium_dri.so free 0x5571735ec960 void 0.000122
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000121
+gallium_dri.so free 0x5571735f6cc0 void 0.000115
+gallium_dri.so free 0x5571735f6bf0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000109
+gallium_dri.so free 0x5571735f6d40 void 0.000129
+gallium_dri.so free 0x5571735f6bf0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f6d40 0.000131
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so free 0x5571735f6d40 void 0.000116
+gallium_dri.so malloc 72 0x5571735f6d40 0.000110
+gallium_dri.so free 0x5571735f6ec0 void 0.000112
+gallium_dri.so free 0x5571735f6d40 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6d40 0.000138
+gallium_dri.so free 0x5571735c2500 void 0.000125
+gallium_dri.so free 0x5571735f6d40 void 0.000134
+gallium_dri.so malloc 72 0x5571735c24b0 0.000189
+gallium_dri.so free 0x5571735c2500 void 0.000223
+gallium_dri.so free 0x5571735c24b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735c24b0 0.000169
+gallium_dri.so free 0x5571735c2600 void 0.000206
+gallium_dri.so free 0x5571735c24b0 void 0.000165
+gallium_dri.so malloc 72 0x5571735c25b0 0.000128
+gallium_dri.so free 0x5571735c26c0 void 0.000176
+gallium_dri.so free 0x5571735c25b0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c2670 0.000128
+gallium_dri.so free 0x5571735c2700 void 0.000128
+gallium_dri.so free 0x5571735c2670 void 0.000123
+gallium_dri.so malloc 72 0x5571735c2670 0.000124
+gallium_dri.so free 0x5571735c27c0 void 0.000138
+gallium_dri.so free 0x5571735c2670 void 0.000141
+gallium_dri.so malloc 72 0x5571735c2800 0.000134
+gallium_dri.so free 0x5571735f9200 void 0.000131
+gallium_dri.so free 0x5571735c2800 void 0.000139
+gallium_dri.so malloc 72 0x5571735f91b0 0.000130
+gallium_dri.so free 0x5571735f92c0 void 0.000127
+gallium_dri.so free 0x5571735f91b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9270 0.000132
+gallium_dri.so free 0x5571735f9340 void 0.000125
+gallium_dri.so free 0x5571735f9270 void 0.000127
+gallium_dri.so malloc 72 0x5571735f9270 0.000125
+gallium_dri.so free 0x5571735f9400 void 0.000146
+gallium_dri.so free 0x5571735f9270 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9270 0.000126
+gallium_dri.so free 0x5571735f94c0 void 0.000128
+gallium_dri.so free 0x5571735f9270 void 0.000133
+gallium_dri.so malloc 72 0x5571735f9470 0.000128
+gallium_dri.so free 0x5571735fe280 void 0.000135
+gallium_dri.so free 0x5571735f9470 void 0.000136
+gallium_dri.so malloc 72 0x5571735fe230 0.000137
+gallium_dri.so free 0x5571735fe340 void 0.000136
+gallium_dri.so free 0x5571735fe230 void 0.000139
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000149
+gallium_dri.so free 0x5571735fe380 void 0.000125
+gallium_dri.so free 0x5571735fe2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe2f0 0.000123
+gallium_dri.so free 0x5571735fe440 void 0.000124
+gallium_dri.so free 0x5571735fe2f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe490 0.000123
+gallium_dri.so free 0x5571735fe500 void 0.000124
+gallium_dri.so free 0x5571735fe490 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe540 0.000124
+gallium_dri.so free 0x5571735dc8c0 void 0.000123
+gallium_dri.so free 0x5571735fe540 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc870 0.000129
+gallium_dri.so free 0x5571735dc980 void 0.000128
+gallium_dri.so free 0x5571735dc870 void 0.000124
+gallium_dri.so malloc 72 0x5571735dc930 0.000179
+gallium_dri.so free 0x5571735dc9c0 void 0.000179
+gallium_dri.so free 0x5571735dc930 void 0.000180
+gallium_dri.so malloc 72 0x5571735dc930 0.000176
+gallium_dri.so free 0x5571735dca80 void 0.000216
+gallium_dri.so free 0x5571735dc930 void 0.000173
+gallium_dri.so malloc 72 0x5571735dcac0 0.000178
+gallium_dri.so free 0x5571735dcb40 void 0.000219
+gallium_dri.so free 0x5571735dcac0 void 0.000227
+gallium_dri.so malloc 72 0x5571735dcb40 0.000176
+gallium_dri.so free 0x5571735de300 void 0.000217
+gallium_dri.so free 0x5571735dcb40 void 0.000223
+gallium_dri.so malloc 72 0x5571735de340 0.000223
+gallium_dri.so free 0x5571735de3c0 void 0.000185
+gallium_dri.so free 0x5571735de340 void 0.000183
+gallium_dri.so malloc 72 0x5571735de340 0.000183
+gallium_dri.so free 0x5571735de440 void 0.000185
+gallium_dri.so free 0x5571735de340 void 0.000183
+gallium_dri.so malloc 72 0x5571735de470 0.000190
+gallium_dri.so free 0x5571735de4c0 void 0.000171
+gallium_dri.so free 0x5571735de470 void 0.000267
+gallium_dri.so malloc 72 0x5571735de470 0.000197
+gallium_dri.so free 0x5571735de5c0 void 0.000166
+gallium_dri.so free 0x5571735de470 void 0.000148
+gallium_dri.so malloc 72 0x5571735de570 0.000117
+gallium_dri.so free 0x5571736101c0 void 0.000120
+gallium_dri.so free 0x5571735de570 void 0.000120
+gallium_dri.so malloc 72 0x557173610170 0.000121
+gallium_dri.so free 0x557173610200 void 0.000130
+gallium_dri.so free 0x557173610170 void 0.000128
+gallium_dri.so malloc 72 0x557173610170 0.000171
+gallium_dri.so free 0x5571736102c0 void 0.000178
+gallium_dri.so free 0x557173610170 void 0.000230
+gallium_dri.so malloc 72 0x557173610330 0.000182
+gallium_dri.so free 0x557173610380 void 0.000193
+gallium_dri.so free 0x557173610330 void 0.000186
+gallium_dri.so malloc 72 0x557173610330 0.000185
+gallium_dri.so free 0x557173610480 void 0.000183
+gallium_dri.so free 0x557173610330 void 0.000172
+gallium_dri.so malloc 72 0x557173610430 0.000126
+gallium_dri.so free 0x557173601340 void 0.000122
+gallium_dri.so free 0x557173610430 void 0.000121
+gallium_dri.so malloc 72 0x557173610430 0.000127
+gallium_dri.so free 0x5571736013c0 void 0.000185
+gallium_dri.so free 0x557173610430 void 0.000125
+gallium_dri.so malloc 72 0x5571736013f0 0.000121
+gallium_dri.so free 0x557173601440 void 0.000121
+gallium_dri.so free 0x5571736013f0 void 0.000125
+gallium_dri.so malloc 72 0x5571736013f0 0.000121
+gallium_dri.so free 0x557173601540 void 0.000123
+gallium_dri.so free 0x5571736013f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736014f0 0.000122
+gallium_dri.so free 0x557173601600 void 0.000120
+gallium_dri.so free 0x5571736014f0 void 0.000121
+gallium_dri.so malloc 72 0x5571736015b0 0.000121
+gallium_dri.so free 0x5571735e1e00 void 0.000122
+gallium_dri.so free 0x5571736015b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1db0 0.000120
+gallium_dri.so free 0x5571735e1e40 void 0.000121
+gallium_dri.so free 0x5571735e1db0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e1db0 0.000122
+gallium_dri.so free 0x5571735e1f00 void 0.000121
+gallium_dri.so free 0x5571735e1db0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1f40 0.000120
+gallium_dri.so free 0x5571735e1fc0 void 0.000124
+gallium_dri.so free 0x5571735e1f40 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000120
+gallium_dri.so free 0x5571735e2080 void 0.000121
+gallium_dri.so free 0x5571735e1fc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000123
+gallium_dri.so free 0x5571735e2100 void 0.000122
+gallium_dri.so free 0x5571735e1fc0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e1fc0 0.000123
+gallium_dri.so free 0x5571735c0900 void 0.000121
+gallium_dri.so free 0x5571735e1fc0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c08b0 0.000117
+gallium_dri.so free 0x5571735c09c0 void 0.000114
+gallium_dri.so free 0x5571735c08b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0970 0.000114
+gallium_dri.so free 0x5571735c0a40 void 0.000113
+gallium_dri.so free 0x5571735c0970 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0a90 0.000127
+gallium_dri.so free 0x5571735c0b00 void 0.000119
+gallium_dri.so free 0x5571735c0a90 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0b20 0.000119
+gallium_dri.so free 0x5571735c0bc0 void 0.000119
+gallium_dri.so free 0x5571735c0b20 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0b70 0.000116
+gallium_dri.so free 0x5571735fb680 void 0.000130
+gallium_dri.so free 0x5571735c0b70 void 0.000180
+gallium_dri.so malloc 72 0x5571735fb630 0.000176
+gallium_dri.so free 0x5571735fb700 void 0.000177
+gallium_dri.so free 0x5571735fb630 void 0.000177
+gallium_dri.so malloc 72 0x5571735fb750 0.000178
+gallium_dri.so free 0x5571735fb7c0 void 0.000175
+gallium_dri.so free 0x5571735fb750 void 0.000176
+gallium_dri.so malloc 72 0x5571735fb800 0.000176
+gallium_dri.so free 0x5571735fb880 void 0.000174
+gallium_dri.so free 0x5571735fb800 void 0.000178
+gallium_dri.so malloc 72 0x5571735fb800 0.000175
+gallium_dri.so free 0x5571735fb900 void 0.000173
+gallium_dri.so free 0x5571735fb800 void 0.000184
+gallium_dri.so malloc 72 0x5571735fb930 0.000186
+gallium_dri.so free 0x5571735ebdc0 void 0.000184
+gallium_dri.so free 0x5571735fb930 void 0.000181
+gallium_dri.so malloc 72 0x5571735ebd70 0.000177
+gallium_dri.so free 0x5571735ebe40 void 0.000179
+gallium_dri.so free 0x5571735ebd70 void 0.000179
+gallium_dri.so malloc 72 0x5571735ebe90 0.000180
+gallium_dri.so free 0x5571735fb980 void 0.000183
+gallium_dri.so free 0x5571735ebe90 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebe90 0.000131
+gallium_dri.so free 0x5571735ebf00 void 0.000112
+gallium_dri.so free 0x5571735ebe90 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebf30 0.000116
+gallium_dri.so free 0x5571735ebf80 void 0.000112
+gallium_dri.so free 0x5571735ebf30 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf30 0.000112
+gallium_dri.so free 0x5571735ec080 void 0.000111
+gallium_dri.so free 0x5571735ebf30 void 0.000109
+gallium_dri.so malloc 72 0x5571735ec0c0 0.000111
+gallium_dri.so free 0x5571735f5040 void 0.000110
+gallium_dri.so free 0x5571735ec0c0 void 0.000110
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000118
+gallium_dri.so free 0x5571735f5100 void 0.000104
+gallium_dri.so free 0x5571735f4ff0 void 0.000194
+gallium_dri.so malloc 72 0x5571735f50b0 0.000111
+gallium_dri.so free 0x5571735f5140 void 0.000116
+gallium_dri.so free 0x5571735f50b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f50b0 0.000118
+gallium_dri.so free 0x5571735f5200 void 0.000156
+gallium_dri.so free 0x5571735f50b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5240 0.000156
+gallium_dri.so free 0x5571735f52c0 void 0.000171
+gallium_dri.so free 0x5571735f5240 void 0.000159
+gallium_dri.so malloc 72 0x5571735f52c0 0.000171
+gallium_dri.so free 0x5571735dacc0 void 0.000126
+gallium_dri.so free 0x5571735f52c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dac70 0.000118
+gallium_dri.so free 0x5571735dad40 void 0.000116
+gallium_dri.so free 0x5571735dac70 void 0.000152
+gallium_dri.so malloc 72 0x5571735dac70 0.000130
+gallium_dri.so free 0x5571735dae00 void 0.000118
+gallium_dri.so free 0x5571735dac70 void 0.000122
+gallium_dri.so malloc 72 0x5571735dac70 0.000120
+gallium_dri.so free 0x5571735daec0 void 0.000121
+gallium_dri.so free 0x5571735dac70 void 0.000118
+gallium_dri.so malloc 72 0x5571735dae70 0.000123
+gallium_dri.so free 0x5571735daf40 void 0.000120
+gallium_dri.so free 0x5571735dae70 void 0.000118
+gallium_dri.so malloc 72 0x5571735daf90 0.000123
+gallium_dri.so free 0x5571736068c0 void 0.000120
+gallium_dri.so free 0x5571735daf90 void 0.000122
+gallium_dri.so malloc 72 0x5571736068e0 0.000120
+gallium_dri.so free 0x557173606980 void 0.000121
+gallium_dri.so free 0x5571736068e0 void 0.000120
+gallium_dri.so malloc 72 0x557173606930 0.000118
+gallium_dri.so free 0x557173606a00 void 0.000116
+gallium_dri.so free 0x557173606930 void 0.000120
+gallium_dri.so malloc 72 0x557173606a00 0.000123
+gallium_dri.so free 0x557173606ac0 void 0.000119
+gallium_dri.so free 0x557173606a00 void 0.000130
+gallium_dri.so malloc 72 0x557173606a00 0.000118
+gallium_dri.so free 0x557173606b40 void 0.000121
+gallium_dri.so free 0x557173606a00 void 0.000116
+gallium_dri.so malloc 72 0x557173606b40 0.000120
+gallium_dri.so free 0x557173606c00 void 0.000121
+gallium_dri.so free 0x557173606b40 void 0.000124
+gallium_dri.so malloc 72 0x557173606b40 0.000123
+gallium_dri.so free 0x5571735f3300 void 0.000119
+gallium_dri.so free 0x557173606b40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f3330 0.000121
+gallium_dri.so free 0x5571735f3380 void 0.000135
+gallium_dri.so free 0x5571735f3330 void 0.000128
+gallium_dri.so malloc 72 0x5571735f3330 0.000129
+gallium_dri.so free 0x5571735f3480 void 0.000130
+gallium_dri.so free 0x5571735f3330 void 0.000129
+gallium_dri.so malloc 72 0x5571735f3430 0.000129
+gallium_dri.so free 0x5571735f3540 void 0.000129
+gallium_dri.so free 0x5571735f3430 void 0.000132
+gallium_dri.so malloc 72 0x5571735f34f0 0.000129
+gallium_dri.so free 0x5571735f35c0 void 0.000128
+gallium_dri.so free 0x5571735f34f0 void 0.000128
+gallium_dri.so malloc 72 0x5571735f35e0 0.000139
+gallium_dri.so free 0x5571735f3680 void 0.000184
+gallium_dri.so free 0x5571735f35e0 void 0.000184
+gallium_dri.so malloc 72 0x5571735f3630 0.000180
+gallium_dri.so free 0x5571735ff740 void 0.000181
+gallium_dri.so free 0x5571735f3630 void 0.000181
+gallium_dri.so malloc 72 0x5571735f3630 0.000177
+gallium_dri.so free 0x5571735ff7c0 void 0.000181
+gallium_dri.so free 0x5571735f3630 void 0.000181
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000181
+gallium_dri.so free 0x5571735ff880 void 0.000182
+gallium_dri.so free 0x5571735ff7c0 void 0.000176
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000178
+gallium_dri.so free 0x5571735ff940 void 0.000185
+gallium_dri.so free 0x5571735ff7c0 void 0.000185
+gallium_dri.so malloc 72 0x5571735ff7c0 0.000186
+gallium_dri.so free 0x5571735ffa00 void 0.000195
+gallium_dri.so free 0x5571735ff7c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000176
+gallium_dri.so free 0x5571735ffa00 void 0.000212
+gallium_dri.so free 0x5571735ff9b0 void 0.000222
+gallium_dri.so malloc 72 0x5571735ff9b0 0.000139
+gallium_dri.so free 0x5571735f8100 void 0.000114
+gallium_dri.so free 0x5571735ff9b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8100 0.000112
+gallium_dri.so free 0x5571735ffb00 void 0.000111
+gallium_dri.so free 0x5571735f8100 void 0.000110
+gallium_dri.so malloc 72 0x5571735ffab0 0.000110
+gallium_dri.so free 0x5571735f81c0 void 0.000111
+gallium_dri.so free 0x5571735ffab0 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffab0 0.000112
+gallium_dri.so free 0x5571735f8280 void 0.000111
+gallium_dri.so free 0x5571735ffab0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f8230 0.000113
+gallium_dri.so free 0x5571735f8300 void 0.000137
+gallium_dri.so free 0x5571735f8230 void 0.000120
+gallium_dri.so malloc 72 0x5571735f8350 0.000158
+gallium_dri.so free 0x5571735f83c0 void 0.000130
+gallium_dri.so free 0x5571735f8350 void 0.000121
+gallium_dri.so malloc 72 0x5571735f8420 0.000116
+gallium_dri.so free 0x5571735f84c0 void 0.000116
+gallium_dri.so free 0x5571735f8420 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8470 0.000113
+gallium_dri.so free 0x55717346e100 void 0.000112
+gallium_dri.so free 0x5571735f8470 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8470 0.000158
+gallium_dri.so free 0x55717346e1c0 void 0.000118
+gallium_dri.so free 0x5571735f8470 void 0.000114
+gallium_dri.so malloc 72 0x55717346e170 0.000115
+gallium_dri.so free 0x55717346e240 void 0.000116
+gallium_dri.so free 0x55717346e170 void 0.000114
+gallium_dri.so malloc 72 0x55717346e290 0.000114
+gallium_dri.so free 0x55717346e300 void 0.000115
+gallium_dri.so free 0x55717346e290 void 0.000126
+gallium_dri.so malloc 72 0x55717346e320 0.000167
+gallium_dri.so free 0x55717346e3c0 void 0.000127
+gallium_dri.so free 0x55717346e320 void 0.000146
+gallium_dri.so malloc 72 0x55717346e370 0.000127
+gallium_dri.so free 0x55717346e440 void 0.000130
+gallium_dri.so free 0x55717346e370 void 0.000127
+gallium_dri.so malloc 72 0x55717346e440 0.000128
+gallium_dri.so free 0x55717346bb40 void 0.000125
+gallium_dri.so free 0x55717346e440 void 0.000129
+gallium_dri.so malloc 72 0x55717346e440 0.000128
+gallium_dri.so free 0x55717346bbc0 void 0.000128
+gallium_dri.so free 0x55717346e440 void 0.000129
+gallium_dri.so malloc 72 0x55717346bbc0 0.000128
+gallium_dri.so free 0x55717346bc80 void 0.000128
+gallium_dri.so free 0x55717346bbc0 void 0.000129
+gallium_dri.so malloc 72 0x55717346bbc0 0.000135
+gallium_dri.so free 0x55717346bd40 void 0.000123
+gallium_dri.so free 0x55717346bbc0 void 0.000125
+gallium_dri.so malloc 72 0x55717346bbc0 0.000129
+gallium_dri.so free 0x55717346be00 void 0.000125
+gallium_dri.so free 0x55717346bbc0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bdb0 0.000124
+gallium_dri.so free 0x55717346be80 void 0.000124
+gallium_dri.so free 0x55717346bdb0 void 0.000123
+gallium_dri.so malloc 72 0x55717346bed0 0.000120
+gallium_dri.so free 0x5571735d0000 void 0.000123
+gallium_dri.so free 0x55717346bed0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bed0 0.000120
+gallium_dri.so free 0x5571735d0080 void 0.000122
+gallium_dri.so free 0x55717346bed0 void 0.000120
+gallium_dri.so malloc 72 0x55717346bed0 0.000129
+gallium_dri.so free 0x5571735d0140 void 0.000122
+gallium_dri.so free 0x55717346bed0 void 0.000122
+gallium_dri.so malloc 72 0x55717346bed0 0.000123
+gallium_dri.so free 0x5571735d0200 void 0.000121
+gallium_dri.so free 0x55717346bed0 void 0.000121
+gallium_dri.so malloc 72 0x5571735d01b0 0.000123
+gallium_dri.so free 0x5571735d0280 void 0.000128
+gallium_dri.so free 0x5571735d01b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735d02d0 0.000123
+gallium_dri.so free 0x5571735d0340 void 0.000143
+gallium_dri.so free 0x5571735d02d0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d0360 0.000132
+gallium_dri.so free 0x55717360f0c0 void 0.000140
+gallium_dri.so free 0x5571735d0360 void 0.000137
+gallium_dri.so malloc 72 0x5571735d0360 0.000125
+gallium_dri.so free 0x55717360f180 void 0.000167
+gallium_dri.so free 0x5571735d0360 void 0.000126
+gallium_dri.so malloc 72 0x55717360f130 0.000121
+gallium_dri.so free 0x55717360f180 void 0.000125
+gallium_dri.so free 0x55717360f130 void 0.000125
+gallium_dri.so malloc 72 0x55717360f130 0.000125
+gallium_dri.so free 0x55717360f280 void 0.000124
+gallium_dri.so free 0x55717360f130 void 0.000122
+gallium_dri.so malloc 72 0x55717360f230 0.000120
+gallium_dri.so free 0x55717360f340 void 0.000125
+gallium_dri.so free 0x55717360f230 void 0.000119
+gallium_dri.so malloc 72 0x55717360f2f0 0.000116
+gallium_dri.so free 0x55717360f380 void 0.000118
+gallium_dri.so free 0x55717360f2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f2f0 0.000117
+gallium_dri.so free 0x5571735d25c0 void 0.000122
+gallium_dri.so free 0x55717360f2f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f2f0 0.000118
+gallium_dri.so free 0x5571735d2640 void 0.000117
+gallium_dri.so free 0x55717360f2f0 void 0.000120
+gallium_dri.so malloc 72 0x5571735d2640 0.000114
+gallium_dri.so free 0x5571735d2700 void 0.000114
+gallium_dri.so free 0x5571735d2640 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2640 0.000115
+gallium_dri.so free 0x5571735d2800 void 0.000138
+gallium_dri.so free 0x5571735d2640 void 0.000115
+gallium_dri.so malloc 72 0x5571735d2640 0.000115
+gallium_dri.so free 0x55717360f440 void 0.000115
+gallium_dri.so free 0x5571735d2640 void 0.000114
+gallium_dri.so malloc 72 0x55717360f470 0.000115
+gallium_dri.so free 0x5571735d2880 void 0.000114
+gallium_dri.so free 0x55717360f470 void 0.000117
+gallium_dri.so malloc 72 0x5571735d28c0 0.000114
+gallium_dri.so free 0x557173462840 void 0.000115
+gallium_dri.so free 0x5571735d28c0 void 0.000112
+gallium_dri.so malloc 72 0x557173462840 0.000114
+gallium_dri.so free 0x557173462900 void 0.000116
+gallium_dri.so free 0x557173462840 void 0.000113
+gallium_dri.so malloc 72 0x557173462840 0.000119
+gallium_dri.so free 0x557173462980 void 0.000550
+gallium_dri.so free 0x557173462840 void 0.000164
+gallium_dri.so malloc 72 0x5571734629b0 0.000125
+gallium_dri.so free 0x557173462a00 void 0.000167
+gallium_dri.so free 0x5571734629b0 void 0.000194
+gallium_dri.so malloc 72 0x557173462a00 0.000155
+gallium_dri.so free 0x5571735d2940 void 0.000147
+gallium_dri.so free 0x557173462a00 void 0.000146
+gallium_dri.so malloc 72 0x557173462a00 0.000144
+gallium_dri.so free 0x557173462ac0 void 0.000145
+gallium_dri.so free 0x557173462a00 void 0.000144
+gallium_dri.so malloc 72 0x557173462ac0 0.000143
+gallium_dri.so free 0x557173462b80 void 0.000145
+gallium_dri.so free 0x557173462ac0 void 0.000152
+gallium_dri.so malloc 72 0x557173462ac0 0.000128
+gallium_dri.so free 0x557173464e00 void 0.000123
+gallium_dri.so free 0x557173462ac0 void 0.000122
+gallium_dri.so malloc 72 0x557173462ac0 0.000122
+gallium_dri.so free 0x557173464ec0 void 0.000124
+gallium_dri.so free 0x557173462ac0 void 0.000151
+gallium_dri.so malloc 72 0x557173464e70 0.000127
+gallium_dri.so free 0x557173464f40 void 0.000128
+gallium_dri.so free 0x557173464e70 void 0.000125
+gallium_dri.so malloc 72 0x557173464f90 0.000122
+gallium_dri.so free 0x557173465000 void 0.000125
+gallium_dri.so free 0x557173464f90 void 0.000141
+gallium_dri.so malloc 72 0x557173465040 0.000130
+gallium_dri.so free 0x5571734650c0 void 0.000129
+gallium_dri.so free 0x557173465040 void 0.000125
+gallium_dri.so malloc 72 0x557173465040 0.000123
+gallium_dri.so free 0x557173465140 void 0.000124
+gallium_dri.so free 0x557173465040 void 0.000123
+gallium_dri.so malloc 72 0x557173465170 0.000123
+gallium_dri.so free 0x557173608480 void 0.000123
+gallium_dri.so free 0x557173465170 void 0.000123
+gallium_dri.so malloc 72 0x557173465170 0.000124
+gallium_dri.so free 0x557173608500 void 0.000123
+gallium_dri.so free 0x557173465170 void 0.000124
+gallium_dri.so malloc 72 0x557173608500 0.000123
+gallium_dri.so free 0x5571736085c0 void 0.000123
+gallium_dri.so free 0x557173608500 void 0.000123
+gallium_dri.so malloc 72 0x557173608500 0.000125
+gallium_dri.so free 0x557173608680 void 0.000124
+gallium_dri.so free 0x557173608500 void 0.000123
+gallium_dri.so malloc 72 0x557173608500 0.000129
+gallium_dri.so free 0x557173608740 void 0.000126
+gallium_dri.so free 0x557173608500 void 0.000124
+gallium_dri.so malloc 72 0x5571736086f0 0.000123
+gallium_dri.so free 0x557173608740 void 0.000123
+gallium_dri.so free 0x5571736086f0 void 0.000150
+gallium_dri.so malloc 72 0x5571736086f0 0.000131
+gallium_dri.so free 0x5571735c39c0 void 0.000129
+gallium_dri.so free 0x5571736086f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c39c0 0.000124
+gallium_dri.so free 0x557173608840 void 0.000124
+gallium_dri.so free 0x5571735c39c0 void 0.000126
+gallium_dri.so malloc 72 0x5571736087f0 0.000133
+gallium_dri.so free 0x5571735c3a80 void 0.000135
+gallium_dri.so free 0x5571736087f0 void 0.000134
+gallium_dri.so malloc 72 0x5571736087f0 0.000129
+gallium_dri.so free 0x5571735c3b40 void 0.000134
+gallium_dri.so free 0x5571736087f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735c3af0 0.000127
+gallium_dri.so free 0x5571735c3bc0 void 0.000133
+gallium_dri.so free 0x5571735c3af0 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3c10 0.000131
+gallium_dri.so free 0x5571735c3c80 void 0.000130
+gallium_dri.so free 0x5571735c3c10 void 0.000134
+gallium_dri.so malloc 72 0x5571735c3ce0 0.000126
+gallium_dri.so free 0x5571735c3d80 void 0.000124
+gallium_dri.so free 0x5571735c3ce0 void 0.000124
+gallium_dri.so malloc 72 0x5571735c3d30 0.000141
+gallium_dri.so free 0x5571735fd180 void 0.000114
+gallium_dri.so free 0x5571735c3d30 void 0.000182
+gallium_dri.so malloc 72 0x5571735c3d30 0.000125
+gallium_dri.so free 0x5571735fd240 void 0.000153
+gallium_dri.so free 0x5571735c3d30 void 0.000121
+gallium_dri.so malloc 72 0x5571735fd1f0 0.000115
+gallium_dri.so free 0x5571735fd2c0 void 0.000113
+gallium_dri.so free 0x5571735fd1f0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd310 0.000144
+gallium_dri.so free 0x5571735fd380 void 0.000112
+gallium_dri.so free 0x5571735fd310 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd3a0 0.000114
+gallium_dri.so free 0x5571735fd440 void 0.000112
+gallium_dri.so free 0x5571735fd3a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000112
+gallium_dri.so free 0x5571735fd3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000112
+gallium_dri.so free 0x557173620740 void 0.000113
+gallium_dri.so free 0x5571735fd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735fd4c0 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000114
+gallium_dri.so free 0x5571735fd4c0 void 0.000112
+gallium_dri.so malloc 72 0x5571736207c0 0.000114
+gallium_dri.so free 0x557173620880 void 0.000113
+gallium_dri.so free 0x5571736207c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736207c0 0.000117
+gallium_dri.so free 0x557173620940 void 0.000142
+gallium_dri.so free 0x5571736207c0 void 0.000128
+gallium_dri.so malloc 72 0x5571736207c0 0.000169
+gallium_dri.so free 0x557173620a00 void 0.000167
+gallium_dri.so free 0x5571736207c0 void 0.000137
+gallium_dri.so malloc 72 0x5571736209b0 0.000137
+gallium_dri.so free 0x557173620a80 void 0.000225
+gallium_dri.so free 0x5571736209b0 void 0.000121
+gallium_dri.so malloc 72 0x557173620ad0 0.000119
+gallium_dri.so free 0x55717358e200 void 0.000115
+gallium_dri.so free 0x557173620ad0 void 0.000114
+gallium_dri.so malloc 72 0x557173620ad0 0.000115
+gallium_dri.so free 0x55717358e280 void 0.000115
+gallium_dri.so free 0x557173620ad0 void 0.000112
+gallium_dri.so malloc 72 0x557173620ad0 0.000117
+gallium_dri.so free 0x55717358e340 void 0.000116
+gallium_dri.so free 0x557173620ad0 void 0.000115
+gallium_dri.so malloc 72 0x557173620ad0 0.000123
+gallium_dri.so free 0x55717358e400 void 0.000121
+gallium_dri.so free 0x557173620ad0 void 0.000117
+gallium_dri.so malloc 72 0x55717358e3b0 0.000119
+gallium_dri.so free 0x55717358e480 void 0.000116
+gallium_dri.so free 0x55717358e3b0 void 0.000116
+gallium_dri.so malloc 72 0x55717358e4d0 0.000115
+gallium_dri.so free 0x55717358e540 void 0.000126
+gallium_dri.so free 0x55717358e4d0 void 0.000146
+gallium_dri.so malloc 72 0x55717358e560 0.000126
+gallium_dri.so free 0x557173469380 void 0.000129
+gallium_dri.so free 0x55717358e560 void 0.000126
+gallium_dri.so malloc 72 0x55717358e560 0.000126
+gallium_dri.so free 0x557173469440 void 0.000125
+gallium_dri.so free 0x55717358e560 void 0.000121
+gallium_dri.so malloc 72 0x5571734693f0 0.000122
+gallium_dri.so free 0x557173469440 void 0.000117
+gallium_dri.so free 0x5571734693f0 void 0.000118
+gallium_dri.so malloc 72 0x5571734693f0 0.000119
+gallium_dri.so free 0x557173469540 void 0.000121
+gallium_dri.so free 0x5571734693f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734694f0 0.000115
+gallium_dri.so free 0x557173469600 void 0.000114
+gallium_dri.so free 0x5571734694f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734695b0 0.000114
+gallium_dri.so free 0x557173469640 void 0.000115
+gallium_dri.so free 0x5571734695b0 void 0.000115
+gallium_dri.so malloc 72 0x5571734695b0 0.000114
+gallium_dri.so free 0x557173469700 void 0.000116
+gallium_dri.so free 0x5571734695b0 void 0.000139
+gallium_dri.so malloc 72 0x5571734695b0 0.000115
+gallium_dri.so free 0x55717346eb00 void 0.000115
+gallium_dri.so free 0x5571734695b0 void 0.000115
+gallium_dri.so malloc 72 0x55717346eb50 0.000113
+gallium_dri.so free 0x55717346ebc0 void 0.000127
+gallium_dri.so free 0x55717346eb50 void 0.000116
+gallium_dri.so malloc 72 0x55717346ec20 0.000115
+gallium_dri.so free 0x55717346ecc0 void 0.000115
+gallium_dri.so free 0x55717346ec20 void 0.000114
+gallium_dri.so malloc 72 0x55717346ec70 0.000113
+gallium_dri.so free 0x55717346ed00 void 0.000116
+gallium_dri.so free 0x55717346ec70 void 0.000113
+gallium_dri.so malloc 72 0x55717346ec70 0.000113
+gallium_dri.so free 0x55717346edc0 void 0.000115
+gallium_dri.so free 0x55717346ec70 void 0.000114
+gallium_dri.so malloc 72 0x55717346ee00 0.000128
+gallium_dri.so free 0x55717346ee80 void 0.000121
+gallium_dri.so free 0x55717346ee00 void 0.000114
+gallium_dri.so malloc 72 0x55717346ee80 0.000113
+gallium_dri.so free 0x5571735c1e00 void 0.000114
+gallium_dri.so free 0x55717346ee80 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1e20 0.000113
+gallium_dri.so free 0x5571735c1ec0 void 0.000115
+gallium_dri.so free 0x5571735c1e20 void 0.000114
+gallium_dri.so malloc 72 0x5571735c1e70 0.000114
+gallium_dri.so free 0x5571735c1f40 void 0.000114
+gallium_dri.so free 0x5571735c1e70 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1f40 0.000114
+gallium_dri.so free 0x5571735c2000 void 0.000114
+gallium_dri.so free 0x5571735c1f40 void 0.000129
+gallium_dri.so malloc 72 0x5571735c1f40 0.000134
+gallium_dri.so free 0x5571735c2080 void 0.000130
+gallium_dri.so free 0x5571735c1f40 void 0.000115
+gallium_dri.so malloc 72 0x5571735c2080 0.000119
+gallium_dri.so free 0x5571735c2140 void 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so malloc 72 0x5571735c2080 0.000113
+gallium_dri.so free 0x55717360fac0 void 0.000114
+gallium_dri.so free 0x5571735c2080 void 0.000113
+gallium_dri.so malloc 72 0x55717360faf0 0.000112
+gallium_dri.so free 0x55717360fb40 void 0.000115
+gallium_dri.so free 0x55717360faf0 void 0.000113
+gallium_dri.so malloc 72 0x55717360faf0 0.000112
+gallium_dri.so free 0x55717360fc40 void 0.000112
+gallium_dri.so free 0x55717360faf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360fbf0 0.000118
+gallium_dri.so free 0x55717360fd00 void 0.000117
+gallium_dri.so free 0x55717360fbf0 void 0.000124
+gallium_dri.so malloc 72 0x55717360fcb0 0.000130
+gallium_dri.so free 0x55717360fd80 void 0.000125
+gallium_dri.so free 0x55717360fcb0 void 0.000120
+gallium_dri.so malloc 72 0x55717360fda0 0.000122
+gallium_dri.so free 0x55717360fe40 void 0.000119
+gallium_dri.so free 0x55717360fda0 void 0.000117
+gallium_dri.so malloc 72 0x55717360fdf0 0.000118
+gallium_dri.so free 0x5571735d0a00 void 0.000123
+gallium_dri.so free 0x55717360fdf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735d0a40 0.000118
+gallium_dri.so free 0x5571735d0ac0 void 0.000121
+gallium_dri.so free 0x5571735d0a40 void 0.000126
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000133
+gallium_dri.so free 0x5571735d0b80 void 0.000134
+gallium_dri.so free 0x5571735d0ac0 void 0.000130
+gallium_dri.so malloc 72 0x5571735d0ac0 0.000140
+gallium_dri.so free 0x5571735d0c00 void 0.000281
+gallium_dri.so free 0x5571735d0ac0 void 0.000190
+gallium_dri.so malloc 72 0x5571735d0c30 0.000168
+gallium_dri.so free 0x5571735d0c80 void 0.000136
+gallium_dri.so free 0x5571735d0c30 void 0.000170
+gallium_dri.so malloc 72 0x5571735d0c30 0.000135
+gallium_dri.so free 0x5571735d0d80 void 0.000130
+gallium_dri.so free 0x5571735d0c30 void 0.000128
+gallium_dri.so malloc 72 0x5571735d0dc0 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000134
+gallium_dri.so free 0x5571735d0dc0 void 0.000135
+gallium_dri.so malloc 72 0x55717358a0d0 0.000128
+gallium_dri.so free 0x55717358a140 void 0.000128
+gallium_dri.so free 0x55717358a0d0 void 0.000129
+gallium_dri.so malloc 72 0x55717358a160 0.000127
+gallium_dri.so free 0x55717358a200 void 0.000136
+gallium_dri.so free 0x55717358a160 void 0.000135
+gallium_dri.so malloc 72 0x55717358a1b0 0.000129
+gallium_dri.so free 0x55717358a280 void 0.000128
+gallium_dri.so free 0x55717358a1b0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a1b0 0.000128
+gallium_dri.so free 0x55717358a300 void 0.000129
+gallium_dri.so free 0x55717358a1b0 void 0.000130
+gallium_dri.so malloc 72 0x55717358a300 0.000128
+gallium_dri.so free 0x55717358a3c0 void 0.000131
+gallium_dri.so free 0x55717358a300 void 0.000128
+gallium_dri.so malloc 72 0x55717358a300 0.000129
+gallium_dri.so free 0x55717346c540 void 0.000129
+gallium_dri.so free 0x55717358a300 void 0.000131
+gallium_dri.so malloc 72 0x55717346c560 0.000129
+gallium_dri.so free 0x55717346c600 void 0.000130
+gallium_dri.so free 0x55717346c560 void 0.000130
+gallium_dri.so malloc 72 0x55717346c5b0 0.000129
+gallium_dri.so free 0x55717346c680 void 0.000130
+gallium_dri.so free 0x55717346c5b0 void 0.000128
+gallium_dri.so malloc 72 0x55717346c5b0 0.000130
+gallium_dri.so free 0x55717346c700 void 0.000129
+gallium_dri.so free 0x55717346c5b0 void 0.000131
+gallium_dri.so malloc 72 0x55717346c700 0.000221
+gallium_dri.so free 0x55717346c7c0 void 0.000169
+gallium_dri.so free 0x55717346c700 void 0.000128
+gallium_dri.so malloc 72 0x55717346c700 0.000127
+gallium_dri.so free 0x55717346c880 void 0.000127
+gallium_dri.so free 0x55717346c700 void 0.000126
+gallium_dri.so malloc 72 0x55717346c700 0.000127
+gallium_dri.so free 0x557173467dc0 void 0.000127
+gallium_dri.so free 0x55717346c700 void 0.000128
+gallium_dri.so malloc 72 0x557173467e10 0.000127
+gallium_dri.so free 0x557173467e80 void 0.000128
+gallium_dri.so free 0x557173467e10 void 0.000127
+gallium_dri.so malloc 72 0x557173467ec0 0.000127
+gallium_dri.so free 0x557173467f40 void 0.000130
+gallium_dri.so free 0x557173467ec0 void 0.000127
+gallium_dri.so malloc 72 0x557173467f40 0.000127
+gallium_dri.so free 0x557173468000 void 0.000128
+gallium_dri.so free 0x557173467f40 void 0.000142
+gallium_dri.so malloc 72 0x557173467f40 0.000128
+gallium_dri.so free 0x55717346c940 void 0.000120
+gallium_dri.so free 0x557173467f40 void 0.000117
+gallium_dri.so malloc 72 0x55717346c8f0 0.000120
+gallium_dri.so free 0x557173468080 void 0.000151
+gallium_dri.so free 0x55717346c8f0 void 0.000154
+gallium_dri.so malloc 72 0x5571734680c0 0.000187
+gallium_dri.so free 0x557173468140 void 0.000176
+gallium_dri.so free 0x5571734680c0 void 0.000131
+gallium_dri.so malloc 72 0x557173468140 0.000117
+gallium_dri.so free 0x5571735c43c0 void 0.000117
+gallium_dri.so free 0x557173468140 void 0.000121
+gallium_dri.so malloc 72 0x5571735c4400 0.000114
+gallium_dri.so free 0x5571735c4480 void 0.000112
+gallium_dri.so free 0x5571735c4400 void 0.000112
+gallium_dri.so malloc 72 0x5571735c4400 0.000112
+gallium_dri.so free 0x5571735c4500 void 0.000111
+gallium_dri.so free 0x5571735c4400 void 0.000110
+gallium_dri.so malloc 72 0x5571735c4530 0.000112
+gallium_dri.so free 0x5571735c4580 void 0.000111
+gallium_dri.so free 0x5571735c4530 void 0.000113
+gallium_dri.so malloc 72 0x5571735c4530 0.000111
+gallium_dri.so free 0x5571735c4680 void 0.000111
+gallium_dri.so free 0x5571735c4530 void 0.000111
+gallium_dri.so malloc 72 0x5571735c4630 0.000116
+gallium_dri.so free 0x5571735c4740 void 0.000114
+gallium_dri.so free 0x5571735c4630 void 0.000113
+gallium_dri.so malloc 72 0x5571735c46f0 0.000114
+gallium_dri.so free 0x557173461080 void 0.000181
+gallium_dri.so free 0x5571735c46f0 void 0.000171
+gallium_dri.so malloc 72 0x5571734610b0 0.000184
+gallium_dri.so free 0x557173461100 void 0.000173
+gallium_dri.so free 0x5571734610b0 void 0.000173
+gallium_dri.so malloc 72 0x5571734610b0 0.000218
+gallium_dri.so free 0x557173461200 void 0.000217
+gallium_dri.so free 0x5571734610b0 void 0.000210
+gallium_dri.so malloc 72 0x557173461240 0.000188
+gallium_dri.so free 0x5571734612c0 void 0.000187
+gallium_dri.so free 0x557173461240 void 0.000215
+gallium_dri.so malloc 72 0x5571734612c0 0.000177
+gallium_dri.so free 0x5571735c4780 void 0.000172
+gallium_dri.so free 0x5571734612c0 void 0.000174
+gallium_dri.so malloc 72 0x5571734612c0 0.000176
+gallium_dri.so free 0x557173461380 void 0.000183
+gallium_dri.so free 0x5571734612c0 void 0.000226
+gallium_dri.so malloc 72 0x5571734612c0 0.000220
+gallium_dri.so free 0x557173461440 void 0.000218
+gallium_dri.so free 0x5571734612c0 void 0.000192
+gallium_dri.so malloc 72 0x5571734613f0 0.000188
+gallium_dri.so free 0x5571735def40 void 0.000192
+gallium_dri.so free 0x5571734613f0 void 0.000178
+gallium_dri.so malloc 72 0x5571735def90 0.000187
+gallium_dri.so free 0x5571735df000 void 0.000175
+gallium_dri.so free 0x5571735def90 void 0.000186
+gallium_dri.so malloc 72 0x5571735df060 0.000178
+gallium_dri.so free 0x5571735df100 void 0.000177
+gallium_dri.so free 0x5571735df060 void 0.000182
+gallium_dri.so malloc 72 0x5571735df0b0 0.000197
+gallium_dri.so free 0x5571735df140 void 0.000185
+gallium_dri.so free 0x5571735df0b0 void 0.000188
+gallium_dri.so malloc 72 0x5571735df0b0 0.000192
+gallium_dri.so free 0x5571735df200 void 0.000192
+gallium_dri.so free 0x5571735df0b0 void 0.000184
+gallium_dri.so malloc 72 0x5571735df240 0.000188
+gallium_dri.so free 0x5571735df2c0 void 0.000203
+gallium_dri.so free 0x5571735df240 void 0.000194
+gallium_dri.so malloc 72 0x5571735df2c0 0.000188
+gallium_dri.so free 0x557173608e80 void 0.000187
+gallium_dri.so free 0x5571735df2c0 void 0.000188
+gallium_dri.so malloc 72 0x557173608ea0 0.000192
+gallium_dri.so free 0x557173608f40 void 0.000180
+gallium_dri.so free 0x557173608ea0 void 0.000133
+gallium_dri.so malloc 72 0x557173608ef0 0.000128
+gallium_dri.so free 0x557173608fc0 void 0.000131
+gallium_dri.so free 0x557173608ef0 void 0.000129
+gallium_dri.so malloc 72 0x557173608fc0 0.000127
+gallium_dri.so free 0x557173609080 void 0.000129
+gallium_dri.so free 0x557173608fc0 void 0.000125
+gallium_dri.so malloc 72 0x557173608fc0 0.000134
+gallium_dri.so free 0x557173609100 void 0.000134
+gallium_dri.so free 0x557173608fc0 void 0.000127
+gallium_dri.so malloc 72 0x557173609100 0.000129
+gallium_dri.so free 0x5571736091c0 void 0.000127
+gallium_dri.so free 0x557173609100 void 0.000124
+gallium_dri.so malloc 72 0x557173609100 0.000160
+gallium_dri.so free 0x557173601d40 void 0.000129
+gallium_dri.so free 0x557173609100 void 0.000127
+gallium_dri.so malloc 72 0x557173601d70 0.000125
+gallium_dri.so free 0x557173601dc0 void 0.000127
+gallium_dri.so free 0x557173601d70 void 0.000129
+gallium_dri.so malloc 72 0x557173601d70 0.000123
+gallium_dri.so free 0x557173601ec0 void 0.000127
+gallium_dri.so free 0x557173601d70 void 0.000120
+gallium_dri.so malloc 72 0x557173601e70 0.000116
+gallium_dri.so free 0x557173601f80 void 0.000119
+gallium_dri.so free 0x557173601e70 void 0.000123
+gallium_dri.so malloc 72 0x557173601f30 0.000118
+gallium_dri.so free 0x557173602000 void 0.000116
+gallium_dri.so free 0x557173601f30 void 0.000116
+gallium_dri.so malloc 72 0x557173602020 0.000117
+gallium_dri.so free 0x5571736020c0 void 0.000117
+gallium_dri.so free 0x557173602020 void 0.000116
+gallium_dri.so malloc 72 0x557173602070 0.000116
+gallium_dri.so free 0x557173604300 void 0.000116
+gallium_dri.so free 0x557173602070 void 0.000118
+gallium_dri.so malloc 72 0x557173604340 0.000120
+gallium_dri.so free 0x5571736043c0 void 0.000117
+gallium_dri.so free 0x557173604340 void 0.000116
+gallium_dri.so malloc 72 0x5571736043c0 0.000115
+gallium_dri.so free 0x557173604480 void 0.000115
+gallium_dri.so free 0x5571736043c0 void 0.000144
+gallium_dri.so malloc 72 0x5571736043c0 0.000169
+gallium_dri.so free 0x557173604500 void 0.000167
+gallium_dri.so free 0x5571736043c0 void 0.000179
+gallium_dri.so malloc 72 0x557173604530 0.000169
+gallium_dri.so free 0x557173604580 void 0.000170
+gallium_dri.so free 0x557173604530 void 0.000169
+gallium_dri.so malloc 72 0x557173604530 0.000167
+gallium_dri.so free 0x557173604680 void 0.000164
+gallium_dri.so free 0x557173604530 void 0.000169
+gallium_dri.so malloc 72 0x5571736046c0 0.000181
+gallium_dri.so free 0x5571735d5580 void 0.000222
+gallium_dri.so free 0x5571736046c0 void 0.000222
+gallium_dri.so malloc 72 0x5571735d55d0 0.000175
+gallium_dri.so free 0x5571735d5640 void 0.000182
+gallium_dri.so free 0x5571735d55d0 void 0.000163
+gallium_dri.so malloc 72 0x5571735d5660 0.000116
+gallium_dri.so free 0x5571735d5700 void 0.000113
+gallium_dri.so free 0x5571735d5660 void 0.000112
+gallium_dri.so malloc 72 0x5571735d56b0 0.000122
+gallium_dri.so free 0x5571735d5780 void 0.000116
+gallium_dri.so free 0x5571735d56b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735d56b0 0.000115
+gallium_dri.so free 0x5571735d5800 void 0.000124
+gallium_dri.so free 0x5571735d56b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d5800 0.000114
+gallium_dri.so free 0x5571735d58c0 void 0.000116
+gallium_dri.so free 0x5571735d5800 void 0.000114
+gallium_dri.so malloc 72 0x5571735d5800 0.000119
+gallium_dri.so free 0x557173600140 void 0.000112
+gallium_dri.so free 0x5571735d5800 void 0.000112
+gallium_dri.so malloc 72 0x557173600160 0.000112
+gallium_dri.so free 0x557173600200 void 0.000114
+gallium_dri.so free 0x557173600160 void 0.000112
+gallium_dri.so malloc 72 0x5571736001b0 0.000112
+gallium_dri.so free 0x557173600280 void 0.000113
+gallium_dri.so free 0x5571736001b0 void 0.000114
+gallium_dri.so malloc 72 0x5571736001b0 0.000111
+gallium_dri.so free 0x557173600300 void 0.000112
+gallium_dri.so free 0x5571736001b0 void 0.000112
+gallium_dri.so malloc 72 0x557173600300 0.000112
+gallium_dri.so free 0x5571736003c0 void 0.000111
+gallium_dri.so free 0x557173600300 void 0.000112
+gallium_dri.so malloc 72 0x557173600300 0.000111
+gallium_dri.so free 0x557173600480 void 0.000114
+gallium_dri.so free 0x557173600300 void 0.000114
+gallium_dri.so malloc 72 0x557173600300 0.000134
+gallium_dri.so free 0x55717358c640 void 0.000125
+gallium_dri.so free 0x557173600300 void 0.000115
+gallium_dri.so malloc 72 0x55717358c690 0.000114
+gallium_dri.so free 0x55717358c700 void 0.000113
+gallium_dri.so free 0x55717358c690 void 0.000112
+gallium_dri.so malloc 72 0x55717358c740 0.000114
+gallium_dri.so free 0x55717358c7c0 void 0.000120
+gallium_dri.so free 0x55717358c740 void 0.000112
+gallium_dri.so malloc 72 0x55717358c7c0 0.000113
+gallium_dri.so free 0x55717358c880 void 0.000113
+gallium_dri.so free 0x55717358c7c0 void 0.000114
+gallium_dri.so malloc 72 0x55717358c7c0 0.000112
+gallium_dri.so free 0x557173600540 void 0.000112
+gallium_dri.so free 0x55717358c7c0 void 0.000117
+gallium_dri.so malloc 72 0x5571736004f0 0.000113
+gallium_dri.so free 0x55717358c900 void 0.000124
+gallium_dri.so free 0x5571736004f0 void 0.000119
+gallium_dri.so malloc 72 0x55717358c940 0.000118
+gallium_dri.so free 0x55717358c9c0 void 0.000117
+gallium_dri.so free 0x55717358c940 void 0.000117
+gallium_dri.so malloc 72 0x55717358c9c0 0.000117
+gallium_dri.so free 0x5571735dc1c0 void 0.000120
+gallium_dri.so free 0x55717358c9c0 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc200 0.000122
+gallium_dri.so free 0x5571735dc280 void 0.000127
+gallium_dri.so free 0x5571735dc200 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc200 0.000129
+gallium_dri.so free 0x5571735dc300 void 0.000116
+gallium_dri.so free 0x5571735dc200 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc330 0.000116
+gallium_dri.so free 0x5571735dc380 void 0.000115
+gallium_dri.so free 0x5571735dc330 void 0.000115
+gallium_dri.so malloc 72 0x5571735dc330 0.000116
+gallium_dri.so free 0x5571735dc480 void 0.000116
+gallium_dri.so free 0x5571735dc330 void 0.000114
+gallium_dri.so malloc 72 0x5571735dc430 0.000114
+gallium_dri.so free 0x5571735dc540 void 0.000114
+gallium_dri.so free 0x5571735dc430 void 0.000113
+gallium_dri.so malloc 72 0x5571735dc4f0 0.000123
+gallium_dri.so free 0x5571735f8b00 void 0.000115
+gallium_dri.so free 0x5571735dc4f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b30 0.000113
+gallium_dri.so free 0x5571735f8b80 void 0.000113
+gallium_dri.so free 0x5571735f8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8b30 0.000113
+gallium_dri.so free 0x5571735f8c80 void 0.000112
+gallium_dri.so free 0x5571735f8b30 void 0.000114
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000116
+gallium_dri.so free 0x5571735f8d40 void 0.000115
+gallium_dri.so free 0x5571735f8cc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f8d40 0.000113
+gallium_dri.so free 0x5571735dc580 void 0.000113
+gallium_dri.so free 0x5571735f8d40 void 0.000122
+gallium_dri.so malloc 72 0x5571735f8d40 0.000115
+gallium_dri.so free 0x5571735f8e00 void 0.000112
+gallium_dri.so free 0x5571735f8d40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f8d40 0.000134
+gallium_dri.so free 0x5571735f8ec0 void 0.000180
+gallium_dri.so free 0x5571735f8d40 void 0.000167
+gallium_dri.so malloc 72 0x5571735f8e70 0.000172
+gallium_dri.so free 0x557173463240 void 0.000168
+gallium_dri.so free 0x5571735f8e70 void 0.000168
+gallium_dri.so malloc 72 0x557173463290 0.000167
+gallium_dri.so free 0x557173463300 void 0.000168
+gallium_dri.so free 0x557173463290 void 0.000165
+gallium_dri.so malloc 72 0x557173463360 0.000168
+gallium_dri.so free 0x557173463400 void 0.000165
+gallium_dri.so free 0x557173463360 void 0.000171
+gallium_dri.so malloc 72 0x5571734633b0 0.000168
+gallium_dri.so free 0x557173463440 void 0.000204
+gallium_dri.so free 0x5571734633b0 void 0.000172
+gallium_dri.so malloc 72 0x5571734633b0 0.000176
+gallium_dri.so free 0x557173463500 void 0.000241
+gallium_dri.so free 0x5571734633b0 void 0.000231
+gallium_dri.so malloc 72 0x557173463540 0.000233
+gallium_dri.so free 0x5571734635c0 void 0.000227
+gallium_dri.so free 0x557173463540 void 0.000193
+gallium_dri.so malloc 72 0x5571734635c0 0.000200
+gallium_dri.so free 0x55717360d500 void 0.000187
+gallium_dri.so free 0x5571734635c0 void 0.000193
+gallium_dri.so malloc 72 0x55717360d520 0.000190
+gallium_dri.so free 0x55717360d5c0 void 0.000185
+gallium_dri.so free 0x55717360d520 void 0.000184
+gallium_dri.so malloc 72 0x55717360d570 0.000223
+gallium_dri.so free 0x55717360d640 void 0.000228
+gallium_dri.so free 0x55717360d570 void 0.000191
+gallium_dri.so malloc 72 0x55717360d640 0.000186
+gallium_dri.so free 0x55717360d700 void 0.000187
+gallium_dri.so free 0x55717360d640 void 0.000199
+gallium_dri.so malloc 72 0x55717360d640 0.000189
+gallium_dri.so free 0x55717360d780 void 0.000191
+gallium_dri.so free 0x55717360d640 void 0.000185
+gallium_dri.so malloc 72 0x55717360d780 0.000184
+gallium_dri.so free 0x55717360d840 void 0.000191
+gallium_dri.so free 0x55717360d780 void 0.000186
+gallium_dri.so malloc 72 0x55717360d780 0.000193
+gallium_dri.so free 0x557173469f80 void 0.000199
+gallium_dri.so free 0x55717360d780 void 0.000182
+gallium_dri.so malloc 72 0x557173469fb0 0.000195
+gallium_dri.so free 0x55717346a000 void 0.000191
+gallium_dri.so free 0x557173469fb0 void 0.000184
+gallium_dri.so malloc 72 0x557173469fb0 0.000192
+gallium_dri.so free 0x55717346a100 void 0.000188
+gallium_dri.so free 0x557173469fb0 void 0.000196
+gallium_dri.so malloc 72 0x55717346a0b0 0.000202
+gallium_dri.so free 0x55717346a1c0 void 0.000186
+gallium_dri.so free 0x55717346a0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717346a170 0.000115
+gallium_dri.so free 0x55717346a240 void 0.000119
+gallium_dri.so free 0x55717346a170 void 0.000121
+gallium_dri.so malloc 72 0x55717346a260 0.000123
+gallium_dri.so free 0x55717346a300 void 0.000122
+gallium_dri.so free 0x55717346a260 void 0.000121
+gallium_dri.so malloc 72 0x55717346a2b0 0.000124
+gallium_dri.so free 0x5571735911c0 void 0.000123
+gallium_dri.so free 0x55717346a2b0 void 0.000126
+gallium_dri.so malloc 72 0x557173591200 0.000125
+gallium_dri.so free 0x557173591280 void 0.000127
+gallium_dri.so free 0x557173591200 void 0.000130
+gallium_dri.so malloc 72 0x557173591280 0.000119
+gallium_dri.so free 0x557173591340 void 0.000113
+gallium_dri.so free 0x557173591280 void 0.000114
+gallium_dri.so malloc 72 0x557173591280 0.000117
+gallium_dri.so free 0x5571735913c0 void 0.000126
+gallium_dri.so free 0x557173591280 void 0.000119
+gallium_dri.so malloc 72 0x5571735913f0 0.000112
+gallium_dri.so free 0x557173591440 void 0.000111
+gallium_dri.so free 0x5571735913f0 void 0.000110
+gallium_dri.so malloc 72 0x5571735913f0 0.000110
+gallium_dri.so free 0x557173591540 void 0.000119
+gallium_dri.so free 0x5571735913f0 void 0.000111
+gallium_dri.so malloc 72 0x557173591580 0.000112
+gallium_dri.so free 0x5571735f6540 void 0.000112
+gallium_dri.so free 0x557173591580 void 0.000111
+gallium_dri.so malloc 72 0x5571735f6590 0.000115
+gallium_dri.so free 0x5571735f6600 void 0.000112
+gallium_dri.so free 0x5571735f6590 void 0.000115
+gallium_dri.so malloc 72 0x5571735f6620 0.000111
+gallium_dri.so free 0x5571735f66c0 void 0.000112
+gallium_dri.so free 0x5571735f6620 void 0.000169
+gallium_dri.so malloc 72 0x5571735f6670 0.000169
+gallium_dri.so free 0x5571735f6740 void 0.000170
+gallium_dri.so free 0x5571735f6670 void 0.000175
+gallium_dri.so malloc 72 0x5571735f6670 0.000170
+gallium_dri.so free 0x5571735f67c0 void 0.000172
+gallium_dri.so free 0x5571735f6670 void 0.000169
+gallium_dri.so malloc 72 0x5571735f67c0 0.000166
+gallium_dri.so free 0x5571735f6880 void 0.000167
+gallium_dri.so free 0x5571735f67c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735f67c0 0.000185
+gallium_dri.so free 0x5571735e3300 void 0.000194
+gallium_dri.so free 0x5571735f67c0 void 0.000190
+gallium_dri.so malloc 72 0x5571735e3320 0.000170
+gallium_dri.so free 0x5571735e33c0 void 0.000171
+gallium_dri.so free 0x5571735e3320 void 0.000208
+gallium_dri.so malloc 72 0x5571735e3370 0.000156
+gallium_dri.so free 0x5571735e3440 void 0.000156
+gallium_dri.so free 0x5571735e3370 void 0.000162
+gallium_dri.so malloc 72 0x5571735e3370 0.000117
+gallium_dri.so free 0x5571735e34c0 void 0.000113
+gallium_dri.so free 0x5571735e3370 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34c0 0.000112
+gallium_dri.so free 0x5571735e3580 void 0.000112
+gallium_dri.so free 0x5571735e34c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735e34c0 0.000121
+gallium_dri.so free 0x5571735e3640 void 0.000120
+gallium_dri.so free 0x5571735e34c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735e34c0 0.000129
+gallium_dri.so free 0x557173609e80 void 0.000127
+gallium_dri.so free 0x5571735e34c0 void 0.000129
+gallium_dri.so malloc 72 0x557173609ed0 0.000124
+gallium_dri.so free 0x557173609f40 void 0.000126
+gallium_dri.so free 0x557173609ed0 void 0.000137
+gallium_dri.so malloc 72 0x557173609f80 0.000127
+gallium_dri.so free 0x55717360a000 void 0.000127
+gallium_dri.so free 0x557173609f80 void 0.000127
+gallium_dri.so malloc 72 0x55717360a000 0.000128
+gallium_dri.so free 0x55717360a0c0 void 0.000129
+gallium_dri.so free 0x55717360a000 void 0.000134
+gallium_dri.so malloc 72 0x55717360a000 0.000127
+gallium_dri.so free 0x5571735e3700 void 0.000130
+gallium_dri.so free 0x55717360a000 void 0.000128
+gallium_dri.so malloc 72 0x5571735e36b0 0.000129
+gallium_dri.so free 0x55717360a140 void 0.000129
+gallium_dri.so free 0x5571735e36b0 void 0.000131
+gallium_dri.so malloc 72 0x55717360a180 0.000131
+gallium_dri.so free 0x55717360a200 void 0.000125
+gallium_dri.so free 0x55717360a180 void 0.000128
+gallium_dri.so malloc 72 0x55717360a200 0.000127
+gallium_dri.so free 0x5571735fdb80 void 0.000125
+gallium_dri.so free 0x55717360a200 void 0.000137
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000126
+gallium_dri.so free 0x5571735fdc40 void 0.000132
+gallium_dri.so free 0x5571735fdbc0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fdbc0 0.000126
+gallium_dri.so free 0x5571735fdcc0 void 0.000131
+gallium_dri.so free 0x5571735fdbc0 void 0.000141
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000129
+gallium_dri.so free 0x5571735fdd40 void 0.000129
+gallium_dri.so free 0x5571735fdcf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735fdcf0 0.000125
+gallium_dri.so free 0x5571735fde40 void 0.000123
+gallium_dri.so free 0x5571735fdcf0 void 0.000150
+gallium_dri.so malloc 72 0x5571735fddf0 0.000130
+gallium_dri.so free 0x5571735fdf00 void 0.000129
+gallium_dri.so free 0x5571735fddf0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fdeb0 0.000127
+gallium_dri.so free 0x5571735d2fc0 void 0.000128
+gallium_dri.so free 0x5571735fdeb0 void 0.000129
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000127
+gallium_dri.so free 0x5571735d3040 void 0.000156
+gallium_dri.so free 0x5571735d2ff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735d2ff0 0.000128
+gallium_dri.so free 0x5571735d3140 void 0.000130
+gallium_dri.so free 0x5571735d2ff0 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3180 0.000147
+gallium_dri.so free 0x5571735d3200 void 0.000123
+gallium_dri.so free 0x5571735d3180 void 0.000121
+gallium_dri.so malloc 72 0x5571735d3200 0.000122
+gallium_dri.so free 0x5571735fdf40 void 0.000121
+gallium_dri.so free 0x5571735d3200 void 0.000125
+gallium_dri.so malloc 72 0x5571735d3200 0.000112
+gallium_dri.so free 0x5571735d32c0 void 0.000110
+gallium_dri.so free 0x5571735d3200 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3200 0.000112
+gallium_dri.so free 0x5571735d3380 void 0.000110
+gallium_dri.so free 0x5571735d3200 void 0.000110
+gallium_dri.so malloc 72 0x5571735d3330 0.000118
+gallium_dri.so free 0x55717358ec00 void 0.000116
+gallium_dri.so free 0x5571735d3330 void 0.000115
+gallium_dri.so malloc 72 0x55717358ec50 0.000116
+gallium_dri.so free 0x55717358ecc0 void 0.000116
+gallium_dri.so free 0x55717358ec50 void 0.000115
+gallium_dri.so malloc 72 0x55717358ed20 0.000113
+gallium_dri.so free 0x55717358edc0 void 0.000114
+gallium_dri.so free 0x55717358ed20 void 0.000131
+gallium_dri.so malloc 72 0x55717358ed70 0.000173
+gallium_dri.so free 0x55717358ee00 void 0.000175
+gallium_dri.so free 0x55717358ed70 void 0.000171
+gallium_dri.so malloc 72 0x55717358ed70 0.000173
+gallium_dri.so free 0x55717358eec0 void 0.000174
+gallium_dri.so free 0x55717358ed70 void 0.000170
+gallium_dri.so malloc 72 0x55717358ef00 0.000171
+gallium_dri.so free 0x55717358ef80 void 0.000168
+gallium_dri.so free 0x55717358ef00 void 0.000178
+gallium_dri.so malloc 72 0x55717358ef80 0.000180
+gallium_dri.so free 0x557173465800 void 0.000167
+gallium_dri.so free 0x55717358ef80 void 0.000234
+gallium_dri.so malloc 72 0x557173465820 0.000243
+gallium_dri.so free 0x5571734658c0 void 0.000194
+gallium_dri.so free 0x557173465820 void 0.000194
+gallium_dri.so malloc 72 0x557173465870 0.000202
+gallium_dri.so free 0x557173465940 void 0.000187
+gallium_dri.so free 0x557173465870 void 0.000198
+gallium_dri.so malloc 72 0x557173465940 0.000185
+gallium_dri.so free 0x557173465a00 void 0.000180
+gallium_dri.so free 0x557173465940 void 0.000178
+gallium_dri.so malloc 72 0x557173465940 0.000172
+gallium_dri.so free 0x557173465a80 void 0.000174
+gallium_dri.so free 0x557173465940 void 0.000185
+gallium_dri.so malloc 72 0x557173465a80 0.000187
+gallium_dri.so free 0x557173465b40 void 0.000183
+gallium_dri.so free 0x557173465a80 void 0.000182
+gallium_dri.so malloc 72 0x557173465a80 0.000176
+gallium_dri.so free 0x5571735e0500 void 0.000242
+gallium_dri.so free 0x557173465a80 void 0.000235
+gallium_dri.so malloc 72 0x557173465a80 0.000227
+gallium_dri.so free 0x5571735e05c0 void 0.000194
+gallium_dri.so free 0x557173465a80 void 0.000198
+gallium_dri.so malloc 72 0x5571735e0570 0.000197
+gallium_dri.so free 0x5571735e0640 void 0.000185
+gallium_dri.so free 0x5571735e0570 void 0.000183
+gallium_dri.so malloc 72 0x5571735e0690 0.000185
+gallium_dri.so free 0x5571735e0700 void 0.000177
+gallium_dri.so free 0x5571735e0690 void 0.000189
+gallium_dri.so malloc 72 0x5571735e0740 0.000182
+gallium_dri.so free 0x5571735e07c0 void 0.000175
+gallium_dri.so free 0x5571735e0740 void 0.000193
+gallium_dri.so malloc 72 0x5571735e0740 0.000130
+gallium_dri.so free 0x5571735e0840 void 0.000121
+gallium_dri.so free 0x5571735e0740 void 0.000122
+gallium_dri.so malloc 72 0x5571735e0870 0.000122
+gallium_dri.so free 0x5571735e08c0 void 0.000125
+gallium_dri.so free 0x5571735e0870 void 0.000121
+gallium_dri.so malloc 72 0x5571735e0870 0.000131
+gallium_dri.so free 0x55717346db00 void 0.000123
+gallium_dri.so free 0x5571735e0870 void 0.000124
+gallium_dri.so malloc 72 0x55717346db00 0.000122
+gallium_dri.so free 0x55717346dbc0 void 0.000123
+gallium_dri.so free 0x55717346db00 void 0.000123
+gallium_dri.so malloc 72 0x55717346db00 0.000122
+gallium_dri.so free 0x55717346dc40 void 0.000125
+gallium_dri.so free 0x55717346db00 void 0.000123
+gallium_dri.so malloc 72 0x55717346dc70 0.000124
+gallium_dri.so free 0x55717346dcc0 void 0.000126
+gallium_dri.so free 0x55717346dc70 void 0.000126
+gallium_dri.so malloc 72 0x55717346dc70 0.000124
+gallium_dri.so free 0x55717346ddc0 void 0.000137
+gallium_dri.so free 0x55717346dc70 void 0.000135
+gallium_dri.so malloc 72 0x55717346de00 0.000116
+gallium_dri.so free 0x55717346de80 void 0.000114
+gallium_dri.so free 0x55717346de00 void 0.000113
+gallium_dri.so malloc 72 0x55717346de80 0.000112
+gallium_dri.so free 0x55717346df40 void 0.000119
+gallium_dri.so free 0x55717346de80 void 0.000114
+gallium_dri.so malloc 72 0x55717346de80 0.000122
+gallium_dri.so free 0x5571735fcb80 void 0.000120
+gallium_dri.so free 0x55717346de80 void 0.000119
+gallium_dri.so malloc 72 0x55717346de80 0.000119
+gallium_dri.so free 0x5571735fcc40 void 0.000117
+gallium_dri.so free 0x55717346de80 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcbf0 0.000116
+gallium_dri.so free 0x5571735fccc0 void 0.000114
+gallium_dri.so free 0x5571735fcbf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fcd10 0.000115
+gallium_dri.so free 0x5571735fcd80 void 0.000114
+gallium_dri.so free 0x5571735fcd10 void 0.000115
+gallium_dri.so malloc 72 0x5571735fcde0 0.000147
+gallium_dri.so free 0x5571735fce80 void 0.000175
+gallium_dri.so free 0x5571735fcde0 void 0.000172
+gallium_dri.so malloc 72 0x5571735fce30 0.000175
+gallium_dri.so free 0x5571735fcec0 void 0.000168
+gallium_dri.so free 0x5571735fce30 void 0.000167
+gallium_dri.so malloc 72 0x5571735fce30 0.000181
+gallium_dri.so free 0x5571735fcf80 void 0.000188
+gallium_dri.so free 0x5571735fce30 void 0.000172
+gallium_dri.so malloc 72 0x5571735fcfc0 0.000174
+gallium_dri.so free 0x5571735c33c0 void 0.000170
+gallium_dri.so free 0x5571735fcfc0 void 0.000178
+gallium_dri.so malloc 72 0x5571735c33c0 0.000185
+gallium_dri.so free 0x5571735c3480 void 0.000184
+gallium_dri.so free 0x5571735c33c0 void 0.000169
+gallium_dri.so malloc 72 0x5571735c33c0 0.000167
+gallium_dri.so free 0x5571735c3500 void 0.000186
+gallium_dri.so free 0x5571735c33c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735c3530 0.000173
+gallium_dri.so free 0x5571735c3580 void 0.000180
+gallium_dri.so free 0x5571735c3530 void 0.000129
+gallium_dri.so malloc 72 0x5571735c3580 0.000120
+gallium_dri.so free 0x5571735c3640 void 0.000119
+gallium_dri.so free 0x5571735c3580 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3580 0.000119
+gallium_dri.so free 0x5571735c3740 void 0.000128
+gallium_dri.so free 0x5571735c3580 void 0.000117
+gallium_dri.so malloc 72 0x5571735c36f0 0.000114
+gallium_dri.so free 0x5571735c3800 void 0.000118
+gallium_dri.so free 0x5571735c36f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c37b0 0.000115
+gallium_dri.so free 0x55717346b540 void 0.000115
+gallium_dri.so free 0x5571735c37b0 void 0.000116
+gallium_dri.so malloc 72 0x5571735c37b0 0.000115
+gallium_dri.so free 0x55717346b600 void 0.000122
+gallium_dri.so free 0x5571735c37b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b5b0 0.000120
+gallium_dri.so free 0x55717346b680 void 0.000121
+gallium_dri.so free 0x55717346b5b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b6d0 0.000120
+gallium_dri.so free 0x55717346b740 void 0.000129
+gallium_dri.so free 0x55717346b6d0 void 0.000120
+gallium_dri.so malloc 72 0x55717346b780 0.000119
+gallium_dri.so free 0x55717346b800 void 0.000120
+gallium_dri.so free 0x55717346b780 void 0.000119
+gallium_dri.so malloc 72 0x55717346b780 0.000119
+gallium_dri.so free 0x55717346b880 void 0.000121
+gallium_dri.so free 0x55717346b780 void 0.000121
+gallium_dri.so malloc 72 0x55717346b8b0 0.000119
+gallium_dri.so free 0x55717346b900 void 0.000120
+gallium_dri.so free 0x55717346b8b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b8b0 0.000128
+gallium_dri.so free 0x55717360eac0 void 0.000116
+gallium_dri.so free 0x55717346b8b0 void 0.000113
+gallium_dri.so malloc 72 0x55717360eac0 0.000113
+gallium_dri.so free 0x55717360eb80 void 0.000112
+gallium_dri.so free 0x55717360eac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360eac0 0.000112
+gallium_dri.so free 0x55717360ec00 void 0.000114
+gallium_dri.so free 0x55717360eac0 void 0.000112
+gallium_dri.so malloc 72 0x55717360ec30 0.000113
+gallium_dri.so free 0x55717360ec80 void 0.000114
+gallium_dri.so free 0x55717360ec30 void 0.000113
+gallium_dri.so malloc 72 0x55717360ec30 0.000111
+gallium_dri.so free 0x55717360ed80 void 0.000113
+gallium_dri.so free 0x55717360ec30 void 0.000113
+gallium_dri.so malloc 72 0x55717360edc0 0.000112
+gallium_dri.so free 0x55717360ee40 void 0.000140
+gallium_dri.so free 0x55717360edc0 void 0.000127
+gallium_dri.so malloc 72 0x55717360ee40 0.000122
+gallium_dri.so free 0x55717360ef00 void 0.000121
+gallium_dri.so free 0x55717360ee40 void 0.000121
+gallium_dri.so malloc 72 0x55717360ee40 0.000122
+gallium_dri.so free 0x5571735f7b00 void 0.000123
+gallium_dri.so free 0x55717360ee40 void 0.000121
+gallium_dri.so malloc 72 0x55717360ee40 0.000122
+gallium_dri.so free 0x5571735f7bc0 void 0.000123
+gallium_dri.so free 0x55717360ee40 void 0.000144
+gallium_dri.so malloc 72 0x5571735f7b70 0.000153
+gallium_dri.so free 0x5571735f7c40 void 0.000143
+gallium_dri.so free 0x5571735f7b70 void 0.000163
+gallium_dri.so malloc 72 0x5571735f7c90 0.000143
+gallium_dri.so free 0x5571735f7d00 void 0.000140
+gallium_dri.so free 0x5571735f7c90 void 0.000141
+gallium_dri.so malloc 72 0x5571735f7d60 0.000144
+gallium_dri.so free 0x5571735f7e00 void 0.000128
+gallium_dri.so free 0x5571735f7d60 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7db0 0.000128
+gallium_dri.so free 0x5571735f7e40 void 0.000129
+gallium_dri.so free 0x5571735f7db0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7db0 0.000127
+gallium_dri.so free 0x5571735f7f00 void 0.000132
+gallium_dri.so free 0x5571735f7db0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f7f40 0.000137
+gallium_dri.so free 0x5571735dd780 void 0.000128
+gallium_dri.so free 0x5571735f7f40 void 0.000128
+gallium_dri.so malloc 72 0x5571735dd780 0.000128
+gallium_dri.so free 0x5571735dd840 void 0.000134
+gallium_dri.so free 0x5571735dd780 void 0.000139
+gallium_dri.so malloc 72 0x5571735dd780 0.000134
+gallium_dri.so free 0x5571735dd8c0 void 0.000209
+gallium_dri.so free 0x5571735dd780 void 0.000172
+gallium_dri.so malloc 72 0x5571735dd8f0 0.000135
+gallium_dri.so free 0x5571735dd940 void 0.000129
+gallium_dri.so free 0x5571735dd8f0 void 0.000151
+gallium_dri.so malloc 72 0x5571735dd940 0.000136
+gallium_dri.so free 0x5571735dda00 void 0.000124
+gallium_dri.so free 0x5571735dd940 void 0.000121
+gallium_dri.so malloc 72 0x5571735dd940 0.000120
+gallium_dri.so free 0x5571735ddb00 void 0.000123
+gallium_dri.so free 0x5571735dd940 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddab0 0.000126
+gallium_dri.so free 0x5571735ddbc0 void 0.000126
+gallium_dri.so free 0x5571735ddab0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ddb70 0.000142
+gallium_dri.so free 0x5571735ff140 void 0.000129
+gallium_dri.so free 0x5571735ddb70 void 0.000121
+gallium_dri.so malloc 72 0x5571735ddb70 0.000124
+gallium_dri.so free 0x5571735ff200 void 0.000195
+gallium_dri.so free 0x5571735ddb70 void 0.000185
+gallium_dri.so malloc 72 0x5571735ff1b0 0.000188
+gallium_dri.so free 0x5571735ff280 void 0.000197
+gallium_dri.so free 0x5571735ff1b0 void 0.000195
+gallium_dri.so malloc 72 0x5571735ff2d0 0.000186
+gallium_dri.so free 0x5571735ff340 void 0.000184
+gallium_dri.so free 0x5571735ff2d0 void 0.000189
+gallium_dri.so malloc 72 0x5571735ff380 0.000185
+gallium_dri.so free 0x5571735ff400 void 0.000244
+gallium_dri.so free 0x5571735ff380 void 0.000185
+gallium_dri.so malloc 72 0x5571735ff380 0.000179
+gallium_dri.so free 0x5571735ff480 void 0.000180
+gallium_dri.so free 0x5571735ff380 void 0.000186
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000180
+gallium_dri.so free 0x5571735ff500 void 0.000181
+gallium_dri.so free 0x5571735ff4b0 void 0.000190
+gallium_dri.so malloc 72 0x5571735ff4b0 0.000181
+gallium_dri.so free 0x557173620140 void 0.000183
+gallium_dri.so free 0x5571735ff4b0 void 0.000197
+gallium_dri.so malloc 72 0x557173620140 0.000217
+gallium_dri.so free 0x557173620200 void 0.000219
+gallium_dri.so free 0x557173620140 void 0.000202
+gallium_dri.so malloc 72 0x557173620140 0.000211
+gallium_dri.so free 0x557173620280 void 0.000211
+gallium_dri.so free 0x557173620140 void 0.000205
+gallium_dri.so malloc 72 0x5571736202b0 0.000211
+gallium_dri.so free 0x557173620300 void 0.000208
+gallium_dri.so free 0x5571736202b0 void 0.000207
+gallium_dri.so malloc 72 0x5571736202b0 0.000210
+gallium_dri.so free 0x557173620400 void 0.000206
+gallium_dri.so free 0x5571736202b0 void 0.000202
+gallium_dri.so malloc 72 0x557173620440 0.000176
+gallium_dri.so free 0x5571736204c0 void 0.000138
+gallium_dri.so free 0x557173620440 void 0.000123
+gallium_dri.so malloc 72 0x5571736204c0 0.000120
+gallium_dri.so free 0x557173620580 void 0.000121
+gallium_dri.so free 0x5571736204c0 void 0.000135
+gallium_dri.so malloc 72 0x5571736204c0 0.000123
+gallium_dri.so free 0x5571735ddd80 void 0.000157
+gallium_dri.so free 0x5571736204c0 void 0.000121
+gallium_dri.so malloc 72 0x5571736204c0 0.000119
+gallium_dri.so free 0x5571735dde40 void 0.000117
+gallium_dri.so free 0x5571736204c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735dddf0 0.000121
+gallium_dri.so free 0x5571735ddec0 void 0.000132
+gallium_dri.so free 0x5571735dddf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddf10 0.000127
+gallium_dri.so free 0x5571735ddf80 void 0.000121
+gallium_dri.so free 0x5571735ddf10 void 0.000118
+gallium_dri.so malloc 72 0x5571735ddfe0 0.000121
+gallium_dri.so free 0x5571735de080 void 0.000120
+gallium_dri.so free 0x5571735ddfe0 void 0.000121
+gallium_dri.so malloc 72 0x5571735de030 0.000120
+gallium_dri.so free 0x5571735de0c0 void 0.000123
+gallium_dri.so free 0x5571735de030 void 0.000122
+gallium_dri.so malloc 72 0x5571735de030 0.000119
+gallium_dri.so free 0x5571735de180 void 0.000121
+gallium_dri.so free 0x5571735de030 void 0.000166
+gallium_dri.so malloc 72 0x5571735de1c0 0.000118
+gallium_dri.so free 0x5571735e0b00 void 0.000115
+gallium_dri.so free 0x5571735de1c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b00 0.000115
+gallium_dri.so free 0x5571735e0bc0 void 0.000116
+gallium_dri.so free 0x5571735e0b00 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0b00 0.000113
+gallium_dri.so free 0x5571735e0c40 void 0.000113
+gallium_dri.so free 0x5571735e0b00 void 0.000112
+gallium_dri.so malloc 72 0x5571735e0c70 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000114
+gallium_dri.so free 0x5571735e0c70 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000112
+gallium_dri.so free 0x5571735e0d80 void 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0cc0 0.000119
+gallium_dri.so free 0x5571735e0e80 void 0.000114
+gallium_dri.so free 0x5571735e0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0e30 0.000112
+gallium_dri.so free 0x5571735e0f40 void 0.000113
+gallium_dri.so free 0x5571735e0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000113
+gallium_dri.so free 0x5571735e0f80 void 0.000149
+gallium_dri.so free 0x5571735e0ef0 void 0.000128
+gallium_dri.so malloc 72 0x5571735e0ef0 0.000132
+gallium_dri.so free 0x55717361dcc0 void 0.000133
+gallium_dri.so free 0x5571735e0ef0 void 0.000197
+gallium_dri.so malloc 72 0x55717361dc70 0.000128
+gallium_dri.so free 0x55717361dd40 void 0.000115
+gallium_dri.so free 0x55717361dc70 void 0.000156
+gallium_dri.so malloc 72 0x55717361dd90 0.000116
+gallium_dri.so free 0x55717361de00 void 0.000110
+gallium_dri.so free 0x55717361dd90 void 0.000111
+gallium_dri.so malloc 72 0x55717361de40 0.000112
+gallium_dri.so free 0x5571735e1040 void 0.000114
+gallium_dri.so free 0x55717361de40 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1060 0.000110
+gallium_dri.so free 0x55717361dec0 void 0.000112
+gallium_dri.so free 0x5571735e1060 void 0.000110
+gallium_dri.so malloc 72 0x5571735e1060 0.000109
+gallium_dri.so free 0x55717361df80 void 0.000113
+gallium_dri.so free 0x5571735e1060 void 0.000109
+gallium_dri.so malloc 72 0x55717361df30 0.000111
+gallium_dri.so free 0x55717361e000 void 0.000110
+gallium_dri.so free 0x55717361df30 void 0.000111
+gallium_dri.so malloc 72 0x55717361e050 0.000110
+gallium_dri.so free 0x55717361e0c0 void 0.000110
+gallium_dri.so free 0x55717361e050 void 0.000110
+gallium_dri.so malloc 72 0x55717361e0e0 0.000110
+gallium_dri.so free 0x55717361e180 void 0.000111
+gallium_dri.so free 0x55717361e0e0 void 0.000110
+gallium_dri.so malloc 72 0x55717361e130 0.000110
+gallium_dri.so free 0x55717361e200 void 0.000112
+gallium_dri.so free 0x55717361e130 void 0.000111
+gallium_dri.so malloc 72 0x55717361e130 0.000110
+gallium_dri.so free 0x55717361e300 void 0.000110
+gallium_dri.so free 0x55717361e130 void 0.000110
+gallium_dri.so malloc 72 0x55717361e2b0 0.000111
+gallium_dri.so free 0x55717361e380 void 0.000131
+gallium_dri.so free 0x55717361e2b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361e3d0 0.000109
+gallium_dri.so free 0x55717361e440 void 0.000110
+gallium_dri.so free 0x55717361e3d0 void 0.000110
+gallium_dri.so malloc 72 0x55717361e460 0.000110
+gallium_dri.so free 0x55717361e500 void 0.000111
+gallium_dri.so free 0x55717361e460 void 0.000110
+gallium_dri.so malloc 72 0x55717361e4b0 0.000109
+gallium_dri.so free 0x55717361e580 void 0.000160
+gallium_dri.so free 0x55717361e4b0 void 0.000114
+gallium_dri.so malloc 72 0x55717361e4b0 0.000111
+gallium_dri.so free 0x55717361e600 void 0.000110
+gallium_dri.so free 0x55717361e4b0 void 0.000111
+gallium_dri.so malloc 72 0x55717361e600 0.000110
+gallium_dri.so free 0x55717361e6c0 void 0.000110
+gallium_dri.so free 0x55717361e600 void 0.000110
+gallium_dri.so malloc 72 0x55717361e600 0.000109
+gallium_dri.so free 0x55717361e7c0 void 0.000112
+gallium_dri.so free 0x55717361e600 void 0.000110
+gallium_dri.so malloc 72 0x55717361e600 0.000110
+gallium_dri.so free 0x55717361e840 void 0.000112
+gallium_dri.so free 0x55717361e600 void 0.000113
+gallium_dri.so malloc 72 0x55717361e870 0.000111
+gallium_dri.so free 0x55717361e8c0 void 0.000110
+gallium_dri.so free 0x55717361e870 void 0.000129
+gallium_dri.so malloc 72 0x55717361e870 0.000122
+gallium_dri.so free 0x55717361e9c0 void 0.000129
+gallium_dri.so free 0x55717361e870 void 0.000130
+gallium_dri.so malloc 72 0x55717361e970 0.000120
+gallium_dri.so free 0x55717361ea80 void 0.000119
+gallium_dri.so free 0x55717361e970 void 0.000119
+gallium_dri.so malloc 72 0x55717361ea30 0.000115
+gallium_dri.so free 0x55717361eac0 void 0.000117
+gallium_dri.so free 0x55717361ea30 void 0.000116
+gallium_dri.so malloc 72 0x55717361ea30 0.000116
+gallium_dri.so free 0x55717361eb80 void 0.000133
+gallium_dri.so free 0x55717361ea30 void 0.000127
+gallium_dri.so malloc 72 0x55717361ebd0 0.000121
+gallium_dri.so free 0x55717361ec40 void 0.000118
+gallium_dri.so free 0x55717361ebd0 void 0.000117
+gallium_dri.so malloc 72 0x55717361ec80 0.000120
+gallium_dri.so free 0x55717361ed00 void 0.000124
+gallium_dri.so free 0x55717361ec80 void 0.000117
+gallium_dri.so malloc 72 0x55717361ed00 0.000118
+gallium_dri.so free 0x55717361edc0 void 0.000118
+gallium_dri.so free 0x55717361ed00 void 0.000116
+gallium_dri.so malloc 72 0x55717361ed00 0.000121
+gallium_dri.so free 0x55717361ee40 void 0.000121
+gallium_dri.so free 0x55717361ed00 void 0.000119
+gallium_dri.so malloc 72 0x55717361ee70 0.000119
+gallium_dri.so free 0x55717361eec0 void 0.000119
+gallium_dri.so free 0x55717361ee70 void 0.000116
+gallium_dri.so malloc 72 0x55717361ee70 0.000130
+gallium_dri.so free 0x55717361efc0 void 0.000117
+gallium_dri.so free 0x55717361ee70 void 0.000115
+gallium_dri.so malloc 72 0x55717361ef70 0.000115
+gallium_dri.so free 0x55717361f080 void 0.000117
+gallium_dri.so free 0x55717361ef70 void 0.000115
+gallium_dri.so malloc 72 0x55717361f030 0.000115
+gallium_dri.so free 0x55717361f100 void 0.000115
+gallium_dri.so free 0x55717361f030 void 0.000115
+gallium_dri.so malloc 72 0x55717361f120 0.000114
+gallium_dri.so free 0x55717361f1c0 void 0.000116
+gallium_dri.so free 0x55717361f120 void 0.000116
+gallium_dri.so malloc 72 0x55717361f170 0.000116
+gallium_dri.so free 0x55717361f240 void 0.000115
+gallium_dri.so free 0x55717361f170 void 0.000115
+gallium_dri.so malloc 72 0x55717361f170 0.000115
+gallium_dri.so free 0x55717361f2c0 void 0.000117
+gallium_dri.so free 0x55717361f170 void 0.000146
+gallium_dri.so malloc 72 0x55717361f2c0 0.000121
+gallium_dri.so free 0x55717361f380 void 0.000159
+gallium_dri.so free 0x55717361f2c0 void 0.000178
+gallium_dri.so malloc 72 0x55717361f2c0 0.000172
+gallium_dri.so free 0x55717361f440 void 0.000149
+gallium_dri.so free 0x55717361f2c0 void 0.000122
+gallium_dri.so malloc 72 0x55717361f2c0 0.000134
+gallium_dri.so free 0x55717361f500 void 0.000132
+gallium_dri.so free 0x55717361f2c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361f4b0 0.000125
+gallium_dri.so free 0x55717361f500 void 0.000130
+gallium_dri.so free 0x55717361f4b0 void 0.000124
+gallium_dri.so malloc 72 0x55717361f4b0 0.000123
+gallium_dri.so free 0x55717361f600 void 0.000123
+gallium_dri.so free 0x55717361f4b0 void 0.000133
+gallium_dri.so malloc 72 0x55717361f5b0 0.000126
+gallium_dri.so free 0x55717361f6c0 void 0.000129
+gallium_dri.so free 0x55717361f5b0 void 0.000126
+gallium_dri.so malloc 72 0x55717361f670 0.000124
+gallium_dri.so free 0x55717361f700 void 0.000123
+gallium_dri.so free 0x55717361f670 void 0.000123
+gallium_dri.so malloc 72 0x55717361f670 0.000125
+gallium_dri.so free 0x55717361f7c0 void 0.000129
+gallium_dri.so free 0x55717361f670 void 0.000125
+gallium_dri.so malloc 72 0x55717361f800 0.000131
+gallium_dri.so free 0x55717361f880 void 0.000133
+gallium_dri.so free 0x55717361f800 void 0.000123
+gallium_dri.so malloc 72 0x55717361f880 0.000126
+gallium_dri.so free 0x55717361f940 void 0.000130
+gallium_dri.so free 0x55717361f880 void 0.000123
+gallium_dri.so malloc 72 0x55717361f880 0.000120
+gallium_dri.so free 0x55717361fa00 void 0.000183
+gallium_dri.so free 0x55717361f880 void 0.000122
+gallium_dri.so malloc 72 0x55717361fa20 0.000121
+gallium_dri.so free 0x55717361fac0 void 0.000121
+gallium_dri.so free 0x55717361fa20 void 0.000121
+gallium_dri.so malloc 72 0x55717361fa70 0.000119
+gallium_dri.so free 0x55717361fb40 void 0.000120
+gallium_dri.so free 0x55717361fa70 void 0.000117
+gallium_dri.so malloc 72 0x55717361fa70 0.000119
+gallium_dri.so free 0x55717361fbc0 void 0.000120
+gallium_dri.so free 0x55717361fa70 void 0.000119
+gallium_dri.so malloc 72 0x55717361fbc0 0.000120
+gallium_dri.so free 0x55717361fc80 void 0.000118
+gallium_dri.so free 0x55717361fbc0 void 0.000120
+gallium_dri.so malloc 72 0x55717361fbc0 0.000120
+gallium_dri.so free 0x55717361fd40 void 0.000119
+gallium_dri.so free 0x55717361fbc0 void 0.000119
+gallium_dri.so malloc 72 0x55717361fbc0 0.000116
+gallium_dri.so free 0x55717361fe00 void 0.000128
+gallium_dri.so free 0x55717361fbc0 void 0.000127
+gallium_dri.so malloc 72 0x55717361fdb0 0.000122
+gallium_dri.so free 0x557173619f80 void 0.000121
+gallium_dri.so free 0x55717361fdb0 void 0.000126
+gallium_dri.so malloc 72 0x557173619fc0 0.000120
+gallium_dri.so free 0x55717361a040 void 0.000122
+gallium_dri.so free 0x557173619fc0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a040 0.000124
+gallium_dri.so free 0x55717361a100 void 0.000121
+gallium_dri.so free 0x55717361a040 void 0.000127
+gallium_dri.so malloc 72 0x55717361a040 0.000122
+gallium_dri.so free 0x55717361a180 void 0.000124
+gallium_dri.so free 0x55717361a040 void 0.000123
+gallium_dri.so malloc 72 0x55717361a1b0 0.000123
+gallium_dri.so free 0x55717361a200 void 0.000167
+gallium_dri.so free 0x55717361a1b0 void 0.000127
+gallium_dri.so malloc 72 0x55717361a1b0 0.000139
+gallium_dri.so free 0x55717361a300 void 0.000125
+gallium_dri.so free 0x55717361a1b0 void 0.000143
+gallium_dri.so malloc 72 0x55717361a2b0 0.000138
+gallium_dri.so free 0x55717361a3c0 void 0.000127
+gallium_dri.so free 0x55717361a2b0 void 0.000190
+gallium_dri.so malloc 72 0x55717361a370 0.000127
+gallium_dri.so free 0x55717361a440 void 0.000124
+gallium_dri.so free 0x55717361a370 void 0.000128
+gallium_dri.so malloc 72 0x55717361a460 0.000126
+gallium_dri.so free 0x55717361a500 void 0.000119
+gallium_dri.so free 0x55717361a460 void 0.000114
+gallium_dri.so malloc 72 0x55717361a4b0 0.000113
+gallium_dri.so free 0x55717361a580 void 0.000115
+gallium_dri.so free 0x55717361a4b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a4b0 0.000116
+gallium_dri.so free 0x55717361a600 void 0.000114
+gallium_dri.so free 0x55717361a4b0 void 0.000112
+gallium_dri.so malloc 72 0x55717361a600 0.000112
+gallium_dri.so free 0x55717361a6c0 void 0.000118
+gallium_dri.so free 0x55717361a600 void 0.000115
+gallium_dri.so malloc 72 0x55717361a600 0.000116
+gallium_dri.so free 0x55717361a780 void 0.000113
+gallium_dri.so free 0x55717361a600 void 0.000112
+gallium_dri.so malloc 72 0x55717361a600 0.000111
+gallium_dri.so free 0x55717361a840 void 0.000136
+gallium_dri.so free 0x55717361a600 void 0.000121
+gallium_dri.so malloc 72 0x55717361a7f0 0.000118
+gallium_dri.so free 0x55717361a840 void 0.000119
+gallium_dri.so free 0x55717361a7f0 void 0.000117
+gallium_dri.so malloc 72 0x55717361a7f0 0.000120
+gallium_dri.so free 0x55717361a940 void 0.000118
+gallium_dri.so free 0x55717361a7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717361a8f0 0.000121
+gallium_dri.so free 0x55717361aa00 void 0.000119
+gallium_dri.so free 0x55717361a8f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a9b0 0.000124
+gallium_dri.so free 0x55717361aa40 void 0.000113
+gallium_dri.so free 0x55717361a9b0 void 0.000137
+gallium_dri.so malloc 72 0x55717361a9b0 0.000163
+gallium_dri.so free 0x55717361ab00 void 0.000150
+gallium_dri.so free 0x55717361a9b0 void 0.000129
+gallium_dri.so malloc 72 0x55717361ab40 0.000126
+gallium_dri.so free 0x55717361abc0 void 0.000133
+gallium_dri.so free 0x55717361ab40 void 0.000126
+gallium_dri.so malloc 72 0x55717361abc0 0.000170
+gallium_dri.so free 0x55717361ac80 void 0.000143
+gallium_dri.so free 0x55717361abc0 void 0.000158
+gallium_dri.so malloc 72 0x55717361abc0 0.000127
+gallium_dri.so free 0x55717361ad40 void 0.000127
+gallium_dri.so free 0x55717361abc0 void 0.000126
+gallium_dri.so malloc 72 0x55717361ad60 0.000125
+gallium_dri.so free 0x55717361ae00 void 0.000125
+gallium_dri.so free 0x55717361ad60 void 0.000126
+gallium_dri.so malloc 72 0x55717361adb0 0.000128
+gallium_dri.so free 0x55717361ae80 void 0.000128
+gallium_dri.so free 0x55717361adb0 void 0.000124
+gallium_dri.so malloc 72 0x55717361adb0 0.000127
+gallium_dri.so free 0x55717361af00 void 0.000128
+gallium_dri.so free 0x55717361adb0 void 0.000132
+gallium_dri.so malloc 72 0x55717361af00 0.000124
+gallium_dri.so free 0x55717361afc0 void 0.000126
+gallium_dri.so free 0x55717361af00 void 0.000124
+gallium_dri.so malloc 72 0x55717361af00 0.000124
+gallium_dri.so free 0x55717361b080 void 0.000143
+gallium_dri.so free 0x55717361af00 void 0.000140
+gallium_dri.so malloc 72 0x55717361af00 0.000138
+gallium_dri.so free 0x55717361b140 void 0.000142
+gallium_dri.so free 0x55717361af00 void 0.000137
+gallium_dri.so malloc 72 0x55717361b0f0 0.000136
+gallium_dri.so free 0x55717361b200 void 0.000141
+gallium_dri.so free 0x55717361b0f0 void 0.000141
+gallium_dri.so malloc 72 0x55717361b1b0 0.000138
+gallium_dri.so free 0x55717361b280 void 0.000136
+gallium_dri.so free 0x55717361b1b0 void 0.000137
+gallium_dri.so malloc 72 0x55717361b2d0 0.000137
+gallium_dri.so free 0x55717361b340 void 0.000138
+gallium_dri.so free 0x55717361b2d0 void 0.000143
+gallium_dri.so malloc 72 0x55717361b360 0.000141
+gallium_dri.so free 0x55717361b400 void 0.000144
+gallium_dri.so free 0x55717361b360 void 0.000142
+gallium_dri.so malloc 72 0x55717361b3b0 0.000142
+gallium_dri.so free 0x55717361b480 void 0.000141
+gallium_dri.so free 0x55717361b3b0 void 0.000142
+gallium_dri.so malloc 72 0x55717361b3b0 0.000139
+gallium_dri.so free 0x55717361b500 void 0.000147
+gallium_dri.so free 0x55717361b3b0 void 0.000141
+gallium_dri.so malloc 72 0x55717361b500 0.000142
+gallium_dri.so free 0x55717361b5c0 void 0.000145
+gallium_dri.so free 0x55717361b500 void 0.000144
+gallium_dri.so malloc 72 0x55717361b500 0.000158
+gallium_dri.so free 0x55717361b6c0 void 0.000144
+gallium_dri.so free 0x55717361b500 void 0.000140
+gallium_dri.so malloc 72 0x55717361b670 0.000140
+gallium_dri.so free 0x55717361b700 void 0.000156
+gallium_dri.so free 0x55717361b670 void 0.000140
+gallium_dri.so malloc 72 0x55717361b670 0.000131
+gallium_dri.so free 0x55717361b7c0 void 0.000129
+gallium_dri.so free 0x55717361b670 void 0.000128
+gallium_dri.so malloc 72 0x55717361b800 0.000128
+gallium_dri.so free 0x55717361b880 void 0.000133
+gallium_dri.so free 0x55717361b800 void 0.000127
+gallium_dri.so malloc 72 0x55717361b880 0.000128
+gallium_dri.so free 0x55717361b940 void 0.000152
+gallium_dri.so free 0x55717361b880 void 0.000130
+gallium_dri.so malloc 72 0x55717361b880 0.000128
+gallium_dri.so free 0x55717361b9c0 void 0.000137
+gallium_dri.so free 0x55717361b880 void 0.000125
+gallium_dri.so malloc 72 0x55717361b9f0 0.000136
+gallium_dri.so free 0x55717361ba40 void 0.000119
+gallium_dri.so free 0x55717361b9f0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b9f0 0.000118
+gallium_dri.so free 0x55717361bb40 void 0.000115
+gallium_dri.so free 0x55717361b9f0 void 0.000134
+gallium_dri.so malloc 72 0x55717361bb80 0.000115
+gallium_dri.so free 0x55717361bc00 void 0.000116
+gallium_dri.so free 0x55717361bb80 void 0.000118
+gallium_dri.so malloc 72 0x55717361bc00 0.000115
+gallium_dri.so free 0x55717361bcc0 void 0.000117
+gallium_dri.so free 0x55717361bc00 void 0.000114
+gallium_dri.so malloc 72 0x55717361bc00 0.000118
+gallium_dri.so free 0x55717361bd40 void 0.000131
+gallium_dri.so free 0x55717361bc00 void 0.000116
+gallium_dri.so malloc 72 0x55717361bd70 0.000115
+gallium_dri.so free 0x55717361bdc0 void 0.000116
+gallium_dri.so free 0x55717361bd70 void 0.000116
+gallium_dri.so malloc 72 0x55717361bd70 0.000118
+gallium_dri.so free 0x55717361bec0 void 0.000124
+gallium_dri.so free 0x55717361bd70 void 0.000117
+gallium_dri.so malloc 72 0x55717361be70 0.000116
+gallium_dri.so free 0x55717361bf80 void 0.000113
+gallium_dri.so free 0x55717361be70 void 0.000111
+gallium_dri.so malloc 72 0x55717361bf30 0.000111
+gallium_dri.so free 0x55717361c000 void 0.000114
+gallium_dri.so free 0x55717361bf30 void 0.000122
+gallium_dri.so malloc 72 0x55717361bf30 0.000142
+gallium_dri.so free 0x55717361c0c0 void 0.000130
+gallium_dri.so free 0x55717361bf30 void 0.000151
+gallium_dri.so malloc 72 0x55717361bf30 0.000138
+gallium_dri.so free 0x55717361c180 void 0.000145
+gallium_dri.so free 0x55717361bf30 void 0.000144
+gallium_dri.so malloc 72 0x55717361c130 0.000135
+gallium_dri.so free 0x55717361c200 void 0.000184
+gallium_dri.so free 0x55717361c130 void 0.000138
+gallium_dri.so malloc 72 0x55717361c250 0.000137
+gallium_dri.so free 0x55717361c2c0 void 0.000137
+gallium_dri.so free 0x55717361c250 void 0.000135
+gallium_dri.so malloc 72 0x55717361c2e0 0.000133
+gallium_dri.so free 0x55717361c380 void 0.000138
+gallium_dri.so free 0x55717361c2e0 void 0.000143
+gallium_dri.so malloc 72 0x55717361c330 0.000133
+gallium_dri.so free 0x55717361c400 void 0.000136
+gallium_dri.so free 0x55717361c330 void 0.000135
+gallium_dri.so malloc 72 0x55717361c400 0.000137
+gallium_dri.so free 0x55717361c4c0 void 0.000140
+gallium_dri.so free 0x55717361c400 void 0.000138
+gallium_dri.so malloc 72 0x55717361c400 0.000137
+gallium_dri.so free 0x55717361c540 void 0.000142
+gallium_dri.so free 0x55717361c400 void 0.000139
+gallium_dri.so malloc 72 0x55717361c540 0.000133
+gallium_dri.so free 0x55717361c600 void 0.000135
+gallium_dri.so free 0x55717361c540 void 0.000139
+gallium_dri.so malloc 72 0x55717361c540 0.000136
+gallium_dri.so free 0x55717361c6c0 void 0.000136
+gallium_dri.so free 0x55717361c540 void 0.000134
+gallium_dri.so malloc 72 0x55717361c540 0.000137
+gallium_dri.so free 0x55717361c780 void 0.000138
+gallium_dri.so free 0x55717361c540 void 0.000136
+gallium_dri.so malloc 72 0x55717361c730 0.000136
+gallium_dri.so free 0x55717361c800 void 0.000146
+gallium_dri.so free 0x55717361c730 void 0.000141
+gallium_dri.so malloc 72 0x55717361c850 0.000134
+gallium_dri.so free 0x55717361c8c0 void 0.000139
+gallium_dri.so free 0x55717361c850 void 0.000136
+gallium_dri.so malloc 72 0x55717361c900 0.000131
+gallium_dri.so free 0x55717361c980 void 0.000136
+gallium_dri.so free 0x55717361c900 void 0.000134
+gallium_dri.so malloc 72 0x55717361c900 0.000138
+gallium_dri.so free 0x55717361ca00 void 0.000134
+gallium_dri.so free 0x55717361c900 void 0.000171
+gallium_dri.so malloc 72 0x55717361ca30 0.000135
+gallium_dri.so free 0x55717361ca80 void 0.000136
+gallium_dri.so free 0x55717361ca30 void 0.000137
+gallium_dri.so malloc 72 0x55717361ca30 0.000138
+gallium_dri.so free 0x55717361cb80 void 0.000132
+gallium_dri.so free 0x55717361ca30 void 0.000136
+gallium_dri.so malloc 72 0x55717361cb30 0.000136
+gallium_dri.so free 0x55717361cc40 void 0.000134
+gallium_dri.so free 0x55717361cb30 void 0.000156
+gallium_dri.so malloc 72 0x55717361cbf0 0.000164
+gallium_dri.so free 0x55717361cc80 void 0.000124
+gallium_dri.so free 0x55717361cbf0 void 0.000121
+gallium_dri.so malloc 72 0x55717361cbf0 0.000121
+gallium_dri.so free 0x55717361cd40 void 0.000117
+gallium_dri.so free 0x55717361cbf0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdb0 0.000112
+gallium_dri.so free 0x55717361ce00 void 0.000113
+gallium_dri.so free 0x55717361cdb0 void 0.000113
+gallium_dri.so malloc 72 0x55717361cdb0 0.000118
+gallium_dri.so free 0x55717361cf00 void 0.000113
+gallium_dri.so free 0x55717361cdb0 void 0.000114
+gallium_dri.so malloc 72 0x55717361ceb0 0.000113
+gallium_dri.so free 0x55717361cfc0 void 0.000138
+gallium_dri.so free 0x55717361ceb0 void 0.000112
+gallium_dri.so malloc 72 0x55717361cf70 0.000117
+gallium_dri.so free 0x55717361d000 void 0.000113
+gallium_dri.so free 0x55717361cf70 void 0.000110
+gallium_dri.so malloc 72 0x55717361cf70 0.000113
+gallium_dri.so free 0x55717361d0c0 void 0.000112
+gallium_dri.so free 0x55717361cf70 void 0.000109
+gallium_dri.so malloc 72 0x55717361d100 0.000109
+gallium_dri.so free 0x55717361d180 void 0.000110
+gallium_dri.so free 0x55717361d100 void 0.000111
+gallium_dri.so malloc 72 0x55717361d180 0.000110
+gallium_dri.so free 0x55717361d240 void 0.000109
+gallium_dri.so free 0x55717361d180 void 0.000110
+gallium_dri.so malloc 72 0x55717361d180 0.000110
+gallium_dri.so free 0x55717361d300 void 0.000110
+gallium_dri.so free 0x55717361d180 void 0.000129
+gallium_dri.so malloc 72 0x55717361d320 0.000130
+gallium_dri.so free 0x55717361d3c0 void 0.000110
+gallium_dri.so free 0x55717361d320 void 0.000109
+gallium_dri.so malloc 72 0x55717361d370 0.000111
+gallium_dri.so free 0x55717361d440 void 0.000109
+gallium_dri.so free 0x55717361d370 void 0.000110
+gallium_dri.so malloc 72 0x55717361d370 0.000110
+gallium_dri.so free 0x55717361d4c0 void 0.000115
+gallium_dri.so free 0x55717361d370 void 0.000114
+gallium_dri.so malloc 72 0x55717361d4c0 0.000112
+gallium_dri.so free 0x55717361d580 void 0.000113
+gallium_dri.so free 0x55717361d4c0 void 0.000112
+gallium_dri.so malloc 72 0x55717361d4c0 0.000136
+gallium_dri.so free 0x55717361d640 void 0.000116
+gallium_dri.so free 0x55717361d4c0 void 0.000111
+gallium_dri.so malloc 72 0x55717361d4c0 0.000111
+gallium_dri.so free 0x55717361d700 void 0.000109
+gallium_dri.so free 0x55717361d4c0 void 0.000125
+gallium_dri.so malloc 72 0x55717361d6b0 0.000129
+gallium_dri.so free 0x55717361d7c0 void 0.000142
+gallium_dri.so free 0x55717361d6b0 void 0.000171
+gallium_dri.so malloc 72 0x55717361d770 0.000216
+gallium_dri.so free 0x55717361d840 void 0.000160
+gallium_dri.so free 0x55717361d770 void 0.000125
+gallium_dri.so malloc 72 0x55717361d890 0.000173
+gallium_dri.so free 0x55717361d900 void 0.000123
+gallium_dri.so free 0x55717361d890 void 0.000121
+gallium_dri.so malloc 72 0x55717361d920 0.000124
+gallium_dri.so free 0x55717361d9c0 void 0.000127
+gallium_dri.so free 0x55717361d920 void 0.000123
+gallium_dri.so malloc 72 0x55717361d970 0.000123
+gallium_dri.so free 0x55717361da40 void 0.000123
+gallium_dri.so free 0x55717361d970 void 0.000122
+gallium_dri.so malloc 72 0x55717361d970 0.000124
+gallium_dri.so free 0x55717361dac0 void 0.000124
+gallium_dri.so free 0x55717361d970 void 0.000125
+gallium_dri.so malloc 72 0x55717361dac0 0.000129
+gallium_dri.so free 0x55717361db80 void 0.000123
+gallium_dri.so free 0x55717361dac0 void 0.000122
+gallium_dri.so malloc 72 0x55717361dac0 0.000119
+gallium_dri.so free 0x557173474580 void 0.000123
+gallium_dri.so free 0x55717361dac0 void 0.000123
+gallium_dri.so malloc 72 0x55717361dac0 0.000123
+gallium_dri.so free 0x557173474640 void 0.000122
+gallium_dri.so free 0x55717361dac0 void 0.000120
+gallium_dri.so malloc 72 0x55717361dac0 0.000121
+gallium_dri.so free 0x557173474700 void 0.000123
+gallium_dri.so free 0x55717361dac0 void 0.000127
+gallium_dri.so malloc 72 0x5571734746b0 0.000126
+gallium_dri.so free 0x557173474780 void 0.000125
+gallium_dri.so free 0x5571734746b0 void 0.000124
+gallium_dri.so malloc 72 0x5571734747d0 0.000123
+gallium_dri.so free 0x557173474840 void 0.000123
+gallium_dri.so free 0x5571734747d0 void 0.000123
+gallium_dri.so malloc 72 0x557173474860 0.000124
+gallium_dri.so free 0x557173474900 void 0.000124
+gallium_dri.so free 0x557173474860 void 0.000124
+gallium_dri.so malloc 72 0x5571734748b0 0.000123
+gallium_dri.so free 0x557173474980 void 0.000124
+gallium_dri.so free 0x5571734748b0 void 0.000122
+gallium_dri.so malloc 72 0x5571734748b0 0.000200
+gallium_dri.so free 0x557173474a80 void 0.000128
+gallium_dri.so free 0x5571734748b0 void 0.000126
+gallium_dri.so malloc 72 0x557173474a30 0.000124
+gallium_dri.so free 0x557173474b00 void 0.000125
+gallium_dri.so free 0x557173474a30 void 0.000125
+gallium_dri.so malloc 72 0x557173474b50 0.000125
+gallium_dri.so free 0x557173474bc0 void 0.000130
+gallium_dri.so free 0x557173474b50 void 0.000127
+gallium_dri.so malloc 72 0x557173474be0 0.000127
+gallium_dri.so free 0x557173474c80 void 0.000129
+gallium_dri.so free 0x557173474be0 void 0.000133
+gallium_dri.so malloc 72 0x557173474c30 0.000135
+gallium_dri.so free 0x557173474d00 void 0.000153
+gallium_dri.so free 0x557173474c30 void 0.000117
+gallium_dri.so malloc 72 0x557173474c30 0.000117
+gallium_dri.so free 0x557173474d80 void 0.000117
+gallium_dri.so free 0x557173474c30 void 0.000116
+gallium_dri.so malloc 72 0x557173474d80 0.000117
+gallium_dri.so free 0x557173474e40 void 0.000116
+gallium_dri.so free 0x557173474d80 void 0.000122
+gallium_dri.so malloc 72 0x557173474d80 0.000118
+gallium_dri.so free 0x557173474f40 void 0.000117
+gallium_dri.so free 0x557173474d80 void 0.000115
+gallium_dri.so malloc 72 0x557173474d80 0.000118
+gallium_dri.so free 0x557173474fc0 void 0.000142
+gallium_dri.so free 0x557173474d80 void 0.000117
+gallium_dri.so malloc 72 0x557173474ff0 0.000118
+gallium_dri.so free 0x557173475040 void 0.000120
+gallium_dri.so free 0x557173474ff0 void 0.000113
+gallium_dri.so malloc 72 0x557173474ff0 0.000129
+gallium_dri.so free 0x557173475140 void 0.000116
+gallium_dri.so free 0x557173474ff0 void 0.000114
+gallium_dri.so malloc 72 0x5571734750f0 0.000115
+gallium_dri.so free 0x557173475200 void 0.000115
+gallium_dri.so free 0x5571734750f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734751b0 0.000113
+gallium_dri.so free 0x557173475240 void 0.000113
+gallium_dri.so free 0x5571734751b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734751b0 0.000115
+gallium_dri.so free 0x557173475300 void 0.000119
+gallium_dri.so free 0x5571734751b0 void 0.000114
+gallium_dri.so malloc 72 0x557173475350 0.000114
+gallium_dri.so free 0x5571734753c0 void 0.000130
+gallium_dri.so free 0x557173475350 void 0.000114
+gallium_dri.so malloc 72 0x557173475400 0.000117
+gallium_dri.so free 0x557173475480 void 0.000139
+gallium_dri.so free 0x557173475400 void 0.000116
+gallium_dri.so malloc 72 0x557173475480 0.000116
+gallium_dri.so free 0x557173475540 void 0.000114
+gallium_dri.so free 0x557173475480 void 0.000113
+gallium_dri.so malloc 72 0x557173475480 0.000132
+gallium_dri.so free 0x5571734755c0 void 0.000120
+gallium_dri.so free 0x557173475480 void 0.000116
+gallium_dri.so malloc 72 0x5571734755f0 0.000117
+gallium_dri.so free 0x557173475640 void 0.000114
+gallium_dri.so free 0x5571734755f0 void 0.000114
+gallium_dri.so malloc 72 0x5571734755f0 0.000115
+gallium_dri.so free 0x557173475740 void 0.000116
+gallium_dri.so free 0x5571734755f0 void 0.000115
+gallium_dri.so malloc 72 0x5571734756f0 0.000115
+gallium_dri.so free 0x557173475800 void 0.000114
+gallium_dri.so free 0x5571734756f0 void 0.000132
+gallium_dri.so malloc 72 0x5571734757b0 0.000124
+gallium_dri.so free 0x557173475880 void 0.000160
+gallium_dri.so free 0x5571734757b0 void 0.000133
+gallium_dri.so malloc 72 0x5571734758a0 0.000273
+gallium_dri.so free 0x557173475940 void 0.000131
+gallium_dri.so free 0x5571734758a0 void 0.000180
+gallium_dri.so malloc 72 0x5571734758f0 0.000127
+gallium_dri.so free 0x5571734759c0 void 0.000127
+gallium_dri.so free 0x5571734758f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734758f0 0.000127
+gallium_dri.so free 0x557173475a40 void 0.000126
+gallium_dri.so free 0x5571734758f0 void 0.000126
+gallium_dri.so malloc 72 0x557173475a40 0.000147
+gallium_dri.so free 0x557173475b00 void 0.000128
+gallium_dri.so free 0x557173475a40 void 0.000127
+gallium_dri.so malloc 72 0x557173475a40 0.000127
+gallium_dri.so free 0x557173475bc0 void 0.000127
+gallium_dri.so free 0x557173475a40 void 0.000127
+gallium_dri.so malloc 72 0x557173475a40 0.000126
+gallium_dri.so free 0x557173475c80 void 0.000133
+gallium_dri.so free 0x557173475a40 void 0.000126
+gallium_dri.so malloc 72 0x557173475c30 0.000126
+gallium_dri.so free 0x557173475c80 void 0.000133
+gallium_dri.so free 0x557173475c30 void 0.000127
+gallium_dri.so malloc 72 0x557173475c30 0.000126
+gallium_dri.so free 0x557173475d80 void 0.000126
+gallium_dri.so free 0x557173475c30 void 0.000126
+gallium_dri.so malloc 72 0x557173475d30 0.000127
+gallium_dri.so free 0x557173475e40 void 0.000126
+gallium_dri.so free 0x557173475d30 void 0.000126
+gallium_dri.so malloc 72 0x557173475df0 0.000125
+gallium_dri.so free 0x557173475e80 void 0.000124
+gallium_dri.so free 0x557173475df0 void 0.000126
+gallium_dri.so malloc 72 0x557173475df0 0.000127
+gallium_dri.so free 0x557173475f40 void 0.000125
+gallium_dri.so free 0x557173475df0 void 0.000127
+gallium_dri.so malloc 72 0x557173475f80 0.000125
+gallium_dri.so free 0x557173476000 void 0.000127
+gallium_dri.so free 0x557173475f80 void 0.000122
+gallium_dri.so malloc 72 0x557173476000 0.000123
+gallium_dri.so free 0x5571734760c0 void 0.000122
+gallium_dri.so free 0x557173476000 void 0.000122
+gallium_dri.so malloc 72 0x557173476000 0.000123
+gallium_dri.so free 0x557173476180 void 0.000123
+gallium_dri.so free 0x557173476000 void 0.000122
+gallium_dri.so malloc 72 0x5571734761a0 0.000128
+gallium_dri.so free 0x557173476240 void 0.000128
+gallium_dri.so free 0x5571734761a0 void 0.000123
+gallium_dri.so malloc 72 0x5571734761f0 0.000126
+gallium_dri.so free 0x5571734762c0 void 0.000154
+gallium_dri.so free 0x5571734761f0 void 0.000129
+gallium_dri.so malloc 72 0x5571734761f0 0.000125
+gallium_dri.so free 0x557173476340 void 0.000124
+gallium_dri.so free 0x5571734761f0 void 0.000124
+gallium_dri.so malloc 72 0x557173476340 0.000145
+gallium_dri.so free 0x557173476400 void 0.000121
+gallium_dri.so free 0x557173476340 void 0.000121
+gallium_dri.so malloc 72 0x557173476340 0.000121
+gallium_dri.so free 0x5571734764c0 void 0.000120
+gallium_dri.so free 0x557173476340 void 0.000119
+gallium_dri.so malloc 72 0x557173476340 0.000120
+gallium_dri.so free 0x557173476580 void 0.000183
+gallium_dri.so free 0x557173476340 void 0.000123
+gallium_dri.so malloc 72 0x557173476530 0.000121
+gallium_dri.so free 0x557173476640 void 0.000121
+gallium_dri.so free 0x557173476530 void 0.000120
+gallium_dri.so malloc 72 0x5571734765f0 0.000119
+gallium_dri.so free 0x5571734766c0 void 0.000178
+gallium_dri.so free 0x5571734765f0 void 0.000119
+gallium_dri.so malloc 72 0x557173476710 0.000117
+gallium_dri.so free 0x557173476780 void 0.000118
+gallium_dri.so free 0x557173476710 void 0.000118
+gallium_dri.so malloc 72 0x5571734767a0 0.000118
+gallium_dri.so free 0x557173476840 void 0.000117
+gallium_dri.so free 0x5571734767a0 void 0.000117
+gallium_dri.so malloc 72 0x5571734767f0 0.000117
+gallium_dri.so free 0x5571734768c0 void 0.000131
+gallium_dri.so free 0x5571734767f0 void 0.000121
+gallium_dri.so malloc 72 0x5571734767f0 0.000119
+gallium_dri.so free 0x557173476940 void 0.000118
+gallium_dri.so free 0x5571734767f0 void 0.000118
+gallium_dri.so malloc 72 0x557173476940 0.000118
+gallium_dri.so free 0x557173476a00 void 0.000117
+gallium_dri.so free 0x557173476940 void 0.000118
+gallium_dri.so malloc 72 0x557173476940 0.000118
+gallium_dri.so free 0x557173476b00 void 0.000117
+gallium_dri.so free 0x557173476940 void 0.000136
+gallium_dri.so malloc 72 0x557173476ab0 0.000124
+gallium_dri.so free 0x557173476b40 void 0.000118
+gallium_dri.so free 0x557173476ab0 void 0.000117
+gallium_dri.so malloc 72 0x557173476ab0 0.000116
+gallium_dri.so free 0x557173476c00 void 0.000137
+gallium_dri.so free 0x557173476ab0 void 0.000125
+gallium_dri.so malloc 72 0x557173476c40 0.000125
+gallium_dri.so free 0x557173476cc0 void 0.000128
+gallium_dri.so free 0x557173476c40 void 0.000123
+gallium_dri.so malloc 72 0x557173476cc0 0.000125
+gallium_dri.so free 0x557173476d80 void 0.000124
+gallium_dri.so free 0x557173476cc0 void 0.000123
+gallium_dri.so malloc 72 0x557173476cc0 0.000124
+gallium_dri.so free 0x557173476e00 void 0.000123
+gallium_dri.so free 0x557173476cc0 void 0.000147
+gallium_dri.so malloc 72 0x557173476e30 0.000200
+gallium_dri.so free 0x557173476e80 void 0.000233
+gallium_dri.so free 0x557173476e30 void 0.000218
+gallium_dri.so malloc 72 0x557173476e30 0.000212
+gallium_dri.so free 0x557173476f80 void 0.000212
+gallium_dri.so free 0x557173476e30 void 0.000146
+gallium_dri.so malloc 72 0x557173476fc0 0.000139
+gallium_dri.so free 0x557173477040 void 0.000132
+gallium_dri.so free 0x557173476fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173477040 0.000128
+gallium_dri.so free 0x557173477100 void 0.000129
+gallium_dri.so free 0x557173477040 void 0.000127
+gallium_dri.so malloc 72 0x557173477040 0.000133
+gallium_dri.so free 0x557173477180 void 0.000130
+gallium_dri.so free 0x557173477040 void 0.000136
+gallium_dri.so malloc 72 0x5571734771b0 0.000133
+gallium_dri.so free 0x557173477200 void 0.000129
+gallium_dri.so free 0x5571734771b0 void 0.000132
+gallium_dri.so malloc 72 0x5571734771b0 0.000127
+gallium_dri.so free 0x557173477300 void 0.000130
+gallium_dri.so free 0x5571734771b0 void 0.000128
+gallium_dri.so malloc 72 0x5571734772b0 0.000129
+gallium_dri.so free 0x5571734773c0 void 0.000130
+gallium_dri.so free 0x5571734772b0 void 0.000130
+gallium_dri.so malloc 72 0x557173477370 0.000126
+gallium_dri.so free 0x557173477440 void 0.000128
+gallium_dri.so free 0x557173477370 void 0.000131
+gallium_dri.so malloc 72 0x557173477370 0.000129
+gallium_dri.so free 0x557173477500 void 0.000132
+gallium_dri.so free 0x557173477370 void 0.000142
+gallium_dri.so malloc 72 0x557173477370 0.000132
+gallium_dri.so free 0x5571734775c0 void 0.000130
+gallium_dri.so free 0x557173477370 void 0.000129
+gallium_dri.so malloc 72 0x557173477570 0.000125
+gallium_dri.so free 0x557173477640 void 0.000126
+gallium_dri.so free 0x557173477570 void 0.000126
+gallium_dri.so malloc 72 0x557173477690 0.000126
+gallium_dri.so free 0x557173477700 void 0.000125
+gallium_dri.so free 0x557173477690 void 0.000137
+gallium_dri.so malloc 72 0x557173477720 0.000197
+gallium_dri.so free 0x5571734777c0 void 0.000192
+gallium_dri.so free 0x557173477720 void 0.000184
+gallium_dri.so malloc 72 0x557173477770 0.000194
+gallium_dri.so free 0x557173477840 void 0.000144
+gallium_dri.so free 0x557173477770 void 0.000133
+gallium_dri.so malloc 72 0x557173477840 0.000136
+gallium_dri.so free 0x557173477900 void 0.000136
+gallium_dri.so free 0x557173477840 void 0.000135
+gallium_dri.so malloc 72 0x557173477840 0.000131
+gallium_dri.so free 0x557173477980 void 0.000125
+gallium_dri.so free 0x557173477840 void 0.000137
+gallium_dri.so malloc 72 0x557173477980 0.000118
+gallium_dri.so free 0x557173477a40 void 0.000119
+gallium_dri.so free 0x557173477980 void 0.000117
+gallium_dri.so malloc 72 0x557173477980 0.000117
+gallium_dri.so free 0x557173477b00 void 0.000117
+gallium_dri.so free 0x557173477980 void 0.000117
+gallium_dri.so malloc 72 0x557173477980 0.000117
+gallium_dri.so free 0x557173477bc0 void 0.000117
+gallium_dri.so free 0x557173477980 void 0.000116
+gallium_dri.so malloc 72 0x557173477b70 0.000116
+gallium_dri.so free 0x557173477c40 void 0.000115
+gallium_dri.so free 0x557173477b70 void 0.000177
+gallium_dri.so malloc 72 0x557173477c90 0.000115
+gallium_dri.so free 0x557173477d00 void 0.000121
+gallium_dri.so free 0x557173477c90 void 0.000116
+gallium_dri.so malloc 72 0x557173477d40 0.000118
+gallium_dri.so free 0x557173477dc0 void 0.000116
+gallium_dri.so free 0x557173477d40 void 0.000116
+gallium_dri.so malloc 72 0x557173477d40 0.000116
+gallium_dri.so free 0x557173477e40 void 0.000117
+gallium_dri.so free 0x557173477d40 void 0.000119
+gallium_dri.so malloc 72 0x557173477e70 0.000128
+gallium_dri.so free 0x557173477ec0 void 0.000119
+gallium_dri.so free 0x557173477e70 void 0.000116
+gallium_dri.so malloc 72 0x557173477e70 0.000117
+gallium_dri.so free 0x557173477fc0 void 0.000116
+gallium_dri.so free 0x557173477e70 void 0.000134
+gallium_dri.so malloc 72 0x557173477f70 0.000119
+gallium_dri.so free 0x557173478080 void 0.000117
+gallium_dri.so free 0x557173477f70 void 0.000116
+gallium_dri.so malloc 72 0x557173478030 0.000115
+gallium_dri.so free 0x5571734780c0 void 0.000116
+gallium_dri.so free 0x557173478030 void 0.000116
+gallium_dri.so malloc 72 0x557173478030 0.000117
+gallium_dri.so free 0x557173478180 void 0.000116
+gallium_dri.so free 0x557173478030 void 0.000115
+gallium_dri.so malloc 72 0x5571734781f0 0.000116
+gallium_dri.so free 0x557173478240 void 0.000118
+gallium_dri.so free 0x5571734781f0 void 0.000116
+gallium_dri.so malloc 72 0x5571734781f0 0.000120
+gallium_dri.so free 0x557173478340 void 0.000117
+gallium_dri.so free 0x5571734781f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734782f0 0.000115
+gallium_dri.so free 0x557173478400 void 0.000117
+gallium_dri.so free 0x5571734782f0 void 0.000117
+gallium_dri.so malloc 72 0x5571734783b0 0.000117
+gallium_dri.so free 0x557173478440 void 0.000127
+gallium_dri.so free 0x5571734783b0 void 0.000151
+gallium_dri.so malloc 72 0x5571734783b0 0.000125
+gallium_dri.so free 0x557173478500 void 0.000163
+gallium_dri.so free 0x5571734783b0 void 0.000173
+gallium_dri.so malloc 72 0x557173478540 0.000268
+gallium_dri.so free 0x5571734785c0 void 0.000231
+gallium_dri.so free 0x557173478540 void 0.000177
+gallium_dri.so malloc 72 0x5571734785c0 0.000139
+gallium_dri.so free 0x557173478680 void 0.000222
+gallium_dri.so free 0x5571734785c0 void 0.000154
+gallium_dri.so malloc 72 0x5571734785c0 0.000154
+gallium_dri.so free 0x557173478740 void 0.000133
+gallium_dri.so free 0x5571734785c0 void 0.000132
+gallium_dri.so malloc 72 0x557173478760 0.000125
+gallium_dri.so free 0x557173478800 void 0.000134
+gallium_dri.so free 0x557173478760 void 0.000129
+gallium_dri.so malloc 72 0x5571734787b0 0.000126
+gallium_dri.so free 0x557173478880 void 0.000128
+gallium_dri.so free 0x5571734787b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734787b0 0.000127
+gallium_dri.so free 0x557173478900 void 0.000130
+gallium_dri.so free 0x5571734787b0 void 0.000129
+gallium_dri.so malloc 72 0x557173478900 0.000127
+gallium_dri.so free 0x5571734789c0 void 0.000125
+gallium_dri.so free 0x557173478900 void 0.000131
+gallium_dri.so malloc 72 0x557173478900 0.000143
+gallium_dri.so free 0x557173478a80 void 0.000135
+gallium_dri.so free 0x557173478900 void 0.000128
+gallium_dri.so malloc 72 0x557173478900 0.000125
+gallium_dri.so free 0x557173478b40 void 0.000128
+gallium_dri.so free 0x557173478900 void 0.000129
+gallium_dri.so malloc 72 0x557173478af0 0.000128
+gallium_dri.so free 0x557173478c00 void 0.000134
+gallium_dri.so free 0x557173478af0 void 0.000133
+gallium_dri.so malloc 72 0x557173478bb0 0.000127
+gallium_dri.so free 0x557173478c80 void 0.000132
+gallium_dri.so free 0x557173478bb0 void 0.000126
+gallium_dri.so malloc 72 0x557173478cd0 0.000126
+gallium_dri.so free 0x557173478d40 void 0.000143
+gallium_dri.so free 0x557173478cd0 void 0.000141
+gallium_dri.so malloc 72 0x557173478d60 0.000134
+gallium_dri.so free 0x557173478e00 void 0.000135
+gallium_dri.so free 0x557173478d60 void 0.000135
+gallium_dri.so malloc 72 0x557173478db0 0.000133
+gallium_dri.so free 0x557173478e80 void 0.000135
+gallium_dri.so free 0x557173478db0 void 0.000134
+gallium_dri.so malloc 72 0x557173478db0 0.000135
+gallium_dri.so free 0x557173478f00 void 0.000136
+gallium_dri.so free 0x557173478db0 void 0.000146
+gallium_dri.so malloc 72 0x557173478f00 0.000134
+gallium_dri.so free 0x557173478fc0 void 0.000146
+gallium_dri.so free 0x557173478f00 void 0.000145
+gallium_dri.so malloc 72 0x557173478f00 0.000144
+gallium_dri.so free 0x5571735ed2c0 void 0.000147
+gallium_dri.so free 0x557173478f00 void 0.000177
+gallium_dri.so malloc 72 0x5571735ed2e0 0.000145
+gallium_dri.so free 0x5571735ed380 void 0.000146
+gallium_dri.so free 0x5571735ed2e0 void 0.000146
+gallium_dri.so malloc 72 0x5571735ed330 0.000147
+gallium_dri.so free 0x5571735ed400 void 0.000148
+gallium_dri.so free 0x5571735ed330 void 0.000147
+gallium_dri.so malloc 72 0x5571735ed330 0.000145
+gallium_dri.so free 0x5571735ed480 void 0.000144
+gallium_dri.so free 0x5571735ed330 void 0.000143
+gallium_dri.so malloc 72 0x5571735ed480 0.000142
+gallium_dri.so free 0x5571735ed540 void 0.000143
+gallium_dri.so free 0x5571735ed480 void 0.000143
+gallium_dri.so malloc 72 0x5571735ed480 0.000144
+gallium_dri.so free 0x5571735ed600 void 0.000142
+gallium_dri.so free 0x5571735ed480 void 0.000165
+gallium_dri.so malloc 72 0x5571735ed480 0.000148
+gallium_dri.so free 0x5571735ed6c0 void 0.000143
+gallium_dri.so free 0x5571735ed480 void 0.000150
+gallium_dri.so malloc 72 0x5571735ed670 0.000216
+gallium_dri.so free 0x5571735ed6c0 void 0.000203
+gallium_dri.so free 0x5571735ed670 void 0.000184
+gallium_dri.so malloc 72 0x5571735ed670 0.000133
+gallium_dri.so free 0x5571735ed7c0 void 0.000133
+gallium_dri.so free 0x5571735ed670 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed770 0.000131
+gallium_dri.so free 0x5571735ed880 void 0.000132
+gallium_dri.so free 0x5571735ed770 void 0.000131
+gallium_dri.so malloc 72 0x5571735ed830 0.000131
+gallium_dri.so free 0x5571735ed8c0 void 0.000131
+gallium_dri.so free 0x5571735ed830 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed830 0.000130
+gallium_dri.so free 0x5571735ed980 void 0.000132
+gallium_dri.so free 0x5571735ed830 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000130
+gallium_dri.so free 0x5571735eda40 void 0.000132
+gallium_dri.so free 0x5571735ed9c0 void 0.000173
+gallium_dri.so malloc 72 0x5571735eda40 0.000136
+gallium_dri.so free 0x5571735edb00 void 0.000152
+gallium_dri.so free 0x5571735eda40 void 0.000161
+gallium_dri.so malloc 72 0x5571735eda40 0.000133
+gallium_dri.so free 0x5571735edbc0 void 0.000130
+gallium_dri.so free 0x5571735eda40 void 0.000129
+gallium_dri.so malloc 72 0x5571735edbe0 0.000129
+gallium_dri.so free 0x5571735edc80 void 0.000128
+gallium_dri.so free 0x5571735edbe0 void 0.000128
+gallium_dri.so malloc 72 0x5571735edc30 0.000129
+gallium_dri.so free 0x5571735edd00 void 0.000128
+gallium_dri.so free 0x5571735edc30 void 0.000128
+gallium_dri.so malloc 72 0x5571735edc30 0.000127
+gallium_dri.so free 0x5571735edd80 void 0.000128
+gallium_dri.so free 0x5571735edc30 void 0.000127
+gallium_dri.so malloc 72 0x5571735edd80 0.000127
+gallium_dri.so free 0x5571735ede40 void 0.000126
+gallium_dri.so free 0x5571735edd80 void 0.000129
+gallium_dri.so malloc 72 0x5571735edd80 0.000149
+gallium_dri.so free 0x5571735edf00 void 0.000129
+gallium_dri.so free 0x5571735edd80 void 0.000129
+gallium_dri.so malloc 72 0x5571735edd80 0.000129
+gallium_dri.so free 0x5571735edfc0 void 0.000129
+gallium_dri.so free 0x5571735edd80 void 0.000144
+gallium_dri.so malloc 72 0x5571735edf70 0.000130
+gallium_dri.so free 0x5571735ee080 void 0.000128
+gallium_dri.so free 0x5571735edf70 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee030 0.000130
+gallium_dri.so free 0x5571735ee100 void 0.000130
+gallium_dri.so free 0x5571735ee030 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee150 0.000127
+gallium_dri.so free 0x5571735ee1c0 void 0.000134
+gallium_dri.so free 0x5571735ee150 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000135
+gallium_dri.so free 0x5571735ee280 void 0.000138
+gallium_dri.so free 0x5571735ee1e0 void 0.000136
+gallium_dri.so malloc 72 0x5571735ee230 0.000157
+gallium_dri.so free 0x5571735ee300 void 0.000135
+gallium_dri.so free 0x5571735ee230 void 0.000137
+gallium_dri.so malloc 72 0x5571735ee230 0.000142
+gallium_dri.so free 0x5571735ee380 void 0.000138
+gallium_dri.so free 0x5571735ee230 void 0.000130
+gallium_dri.so malloc 72 0x5571735ee380 0.000132
+gallium_dri.so free 0x5571735ee440 void 0.000132
+gallium_dri.so free 0x5571735ee380 void 0.000129
+gallium_dri.so malloc 72 0x5571735ee380 0.000140
+gallium_dri.so free 0x5571735ee540 void 0.000134
+gallium_dri.so free 0x5571735ee380 void 0.000128
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000129
+gallium_dri.so free 0x5571735ee580 void 0.000131
+gallium_dri.so free 0x5571735ee4f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000175
+gallium_dri.so free 0x5571735ee640 void 0.000174
+gallium_dri.so free 0x5571735ee4f0 void 0.000170
+gallium_dri.so malloc 72 0x5571735ee680 0.000170
+gallium_dri.so free 0x5571735ee700 void 0.000172
+gallium_dri.so free 0x5571735ee680 void 0.000169
+gallium_dri.so malloc 72 0x5571735ee700 0.000172
+gallium_dri.so free 0x5571735ee7c0 void 0.000171
+gallium_dri.so free 0x5571735ee700 void 0.000173
+gallium_dri.so malloc 72 0x5571735ee700 0.000166
+gallium_dri.so free 0x5571735ee840 void 0.000118
+gallium_dri.so free 0x5571735ee700 void 0.000123
+gallium_dri.so malloc 72 0x5571735ee870 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000113
+gallium_dri.so free 0x5571735ee870 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee870 0.000134
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee870 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea00 0.000112
+gallium_dri.so free 0x5571735eea80 void 0.000110
+gallium_dri.so free 0x5571735eea00 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea80 0.000111
+gallium_dri.so free 0x5571735eeb40 void 0.000111
+gallium_dri.so free 0x5571735eea80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eea80 0.000137
+gallium_dri.so free 0x5571735eebc0 void 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000112
+gallium_dri.so malloc 72 0x5571735eebf0 0.000113
+gallium_dri.so free 0x5571735eec40 void 0.000111
+gallium_dri.so free 0x5571735eebf0 void 0.000123
+gallium_dri.so malloc 72 0x5571735eebf0 0.000113
+gallium_dri.so free 0x5571735eed40 void 0.000111
+gallium_dri.so free 0x5571735eebf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eecf0 0.000112
+gallium_dri.so free 0x5571735eee00 void 0.000112
+gallium_dri.so free 0x5571735eecf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eedb0 0.000112
+gallium_dri.so free 0x5571735eee80 void 0.000111
+gallium_dri.so free 0x5571735eedb0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eedb0 0.000111
+gallium_dri.so free 0x5571735eef40 void 0.000121
+gallium_dri.so free 0x5571735eedb0 void 0.000152
+gallium_dri.so malloc 72 0x5571735eedb0 0.000119
+gallium_dri.so free 0x5571735ef000 void 0.000159
+gallium_dri.so free 0x5571735eedb0 void 0.000133
+gallium_dri.so malloc 72 0x5571735eefb0 0.000129
+gallium_dri.so free 0x5571735ef080 void 0.000148
+gallium_dri.so free 0x5571735eefb0 void 0.000166
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000178
+gallium_dri.so free 0x5571735ef140 void 0.000172
+gallium_dri.so free 0x5571735ef0d0 void 0.000169
+gallium_dri.so malloc 72 0x5571735ef160 0.000186
+gallium_dri.so free 0x5571735ef200 void 0.000180
+gallium_dri.so free 0x5571735ef160 void 0.000183
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000178
+gallium_dri.so free 0x5571735ef280 void 0.000178
+gallium_dri.so free 0x5571735ef1b0 void 0.000186
+gallium_dri.so malloc 72 0x5571735ef280 0.000175
+gallium_dri.so free 0x5571735ef340 void 0.000176
+gallium_dri.so free 0x5571735ef280 void 0.000181
+gallium_dri.so malloc 72 0x5571735ef280 0.000178
+gallium_dri.so free 0x5571735ef3c0 void 0.000188
+gallium_dri.so free 0x5571735ef280 void 0.000177
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000175
+gallium_dri.so free 0x5571735ef480 void 0.000185
+gallium_dri.so free 0x5571735ef3c0 void 0.000177
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000183
+gallium_dri.so free 0x5571735ef540 void 0.000183
+gallium_dri.so free 0x5571735ef3c0 void 0.000179
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000178
+gallium_dri.so free 0x5571735ef600 void 0.000173
+gallium_dri.so free 0x5571735ef3c0 void 0.000183
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000178
+gallium_dri.so free 0x5571735ef680 void 0.000184
+gallium_dri.so free 0x5571735ef5b0 void 0.000182
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000191
+gallium_dri.so free 0x5571735ef740 void 0.000124
+gallium_dri.so free 0x5571735ef6d0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ef780 0.000120
+gallium_dri.so free 0x5571735ef800 void 0.000118
+gallium_dri.so free 0x5571735ef780 void 0.000130
+gallium_dri.so malloc 72 0x5571735ef780 0.000119
+gallium_dri.so free 0x5571735ef880 void 0.000119
+gallium_dri.so free 0x5571735ef780 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000118
+gallium_dri.so free 0x5571735ef900 void 0.000116
+gallium_dri.so free 0x5571735ef8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000117
+gallium_dri.so free 0x5571735efa00 void 0.000119
+gallium_dri.so free 0x5571735ef8b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000130
+gallium_dri.so free 0x5571735efac0 void 0.000183
+gallium_dri.so free 0x5571735ef9b0 void 0.000179
+gallium_dri.so malloc 72 0x5571735efa70 0.000176
+gallium_dri.so free 0x5571735efb00 void 0.000177
+gallium_dri.so free 0x5571735efa70 void 0.000176
+gallium_dri.so malloc 72 0x5571735efa70 0.000174
+gallium_dri.so free 0x5571735efbc0 void 0.000181
+gallium_dri.so free 0x5571735efa70 void 0.000179
+gallium_dri.so malloc 72 0x5571735efc30 0.000174
+gallium_dri.so free 0x5571735efc80 void 0.000178
+gallium_dri.so free 0x5571735efc30 void 0.000187
+gallium_dri.so malloc 72 0x5571735efc30 0.000182
+gallium_dri.so free 0x5571735efd80 void 0.000188
+gallium_dri.so free 0x5571735efc30 void 0.000187
+gallium_dri.so malloc 72 0x5571735efd30 0.000189
+gallium_dri.so free 0x5571735efe40 void 0.000187
+gallium_dri.so free 0x5571735efd30 void 0.000183
+gallium_dri.so malloc 72 0x5571735efdf0 0.000178
+gallium_dri.so free 0x5571735efe80 void 0.000180
+gallium_dri.so free 0x5571735efdf0 void 0.000186
+gallium_dri.so malloc 72 0x5571735efdf0 0.000163
+gallium_dri.so free 0x5571735eff40 void 0.000119
+gallium_dri.so free 0x5571735efdf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735eff80 0.000117
+gallium_dri.so free 0x5571735f0000 void 0.000121
+gallium_dri.so free 0x5571735eff80 void 0.000120
+gallium_dri.so malloc 72 0x5571735f0000 0.000117
+gallium_dri.so free 0x5571735f00c0 void 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0000 0.000120
+gallium_dri.so free 0x5571735f0180 void 0.000121
+gallium_dri.so free 0x5571735f0000 void 0.000201
+gallium_dri.so malloc 72 0x5571735f01a0 0.000122
+gallium_dri.so free 0x5571735f0240 void 0.000139
+gallium_dri.so free 0x5571735f01a0 void 0.000226
+gallium_dri.so malloc 72 0x5571735f01f0 0.000171
+gallium_dri.so free 0x5571735f02c0 void 0.000129
+gallium_dri.so free 0x5571735f01f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735f01f0 0.000179
+gallium_dri.so free 0x5571735f0340 void 0.000175
+gallium_dri.so free 0x5571735f01f0 void 0.000186
+gallium_dri.so malloc 72 0x5571735f0340 0.000203
+gallium_dri.so free 0x5571735f0400 void 0.000220
+gallium_dri.so free 0x5571735f0340 void 0.000215
+gallium_dri.so malloc 72 0x5571735f0340 0.000135
+gallium_dri.so free 0x5571735f04c0 void 0.000136
+gallium_dri.so free 0x5571735f0340 void 0.000169
+gallium_dri.so malloc 72 0x5571735f0340 0.000129
+gallium_dri.so free 0x5571735f0580 void 0.000123
+gallium_dri.so free 0x5571735f0340 void 0.000118
+gallium_dri.so malloc 72 0x5571735f0530 0.000135
+gallium_dri.so free 0x5571735f0640 void 0.000122
+gallium_dri.so free 0x5571735f0530 void 0.000117
+gallium_dri.so malloc 72 0x5571735f05f0 0.000119
+gallium_dri.so free 0x5571735f06c0 void 0.000119
+gallium_dri.so free 0x5571735f05f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0710 0.000122
+gallium_dri.so free 0x5571735f0780 void 0.000118
+gallium_dri.so free 0x5571735f0710 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07a0 0.000118
+gallium_dri.so free 0x5571735f0840 void 0.000121
+gallium_dri.so free 0x5571735f07a0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f07f0 0.000122
+gallium_dri.so free 0x5571735f08c0 void 0.000118
+gallium_dri.so free 0x5571735f07f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f07f0 0.000117
+gallium_dri.so free 0x5571735f0940 void 0.000124
+gallium_dri.so free 0x5571735f07f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735f0940 0.000145
+gallium_dri.so free 0x5571735f0a00 void 0.000138
+gallium_dri.so free 0x5571735f0940 void 0.000135
+gallium_dri.so malloc 72 0x5571735f0940 0.000134
+gallium_dri.so free 0x5571735f0b00 void 0.000136
+gallium_dri.so free 0x5571735f0940 void 0.000138
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000138
+gallium_dri.so free 0x5571735f0b40 void 0.000151
+gallium_dri.so free 0x5571735f0ab0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000133
+gallium_dri.so free 0x5571735f0c00 void 0.000132
+gallium_dri.so free 0x5571735f0ab0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f0c40 0.000134
+gallium_dri.so free 0x5571735f0cc0 void 0.000134
+gallium_dri.so free 0x5571735f0c40 void 0.000132
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000133
+gallium_dri.so free 0x5571735f0d80 void 0.000133
+gallium_dri.so free 0x5571735f0cc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000130
+gallium_dri.so free 0x5571735f0e00 void 0.000195
+gallium_dri.so free 0x5571735f0cc0 void 0.000159
+gallium_dri.so malloc 72 0x5571735f0e30 0.000153
+gallium_dri.so free 0x5571735f0e80 void 0.000140
+gallium_dri.so free 0x5571735f0e30 void 0.000140
+gallium_dri.so malloc 72 0x5571735f0e30 0.000143
+gallium_dri.so free 0x5571735f0f80 void 0.000129
+gallium_dri.so free 0x5571735f0e30 void 0.000128
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000128
+gallium_dri.so free 0x5571735f1040 void 0.000140
+gallium_dri.so free 0x5571735f0fc0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f1040 0.000123
+gallium_dri.so free 0x5571735f1100 void 0.000124
+gallium_dri.so free 0x5571735f1040 void 0.000123
+gallium_dri.so malloc 72 0x5571735f1040 0.000122
+gallium_dri.so free 0x5571735f1180 void 0.000122
+gallium_dri.so free 0x5571735f1040 void 0.000123
+gallium_dri.so malloc 72 0x5571735f11b0 0.000123
+gallium_dri.so free 0x5571735f1200 void 0.000123
+gallium_dri.so free 0x5571735f11b0 void 0.000125
+gallium_dri.so malloc 72 0x5571735f11b0 0.000122
+gallium_dri.so free 0x5571735f1300 void 0.000124
+gallium_dri.so free 0x5571735f11b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f12b0 0.000120
+gallium_dri.so free 0x5571735f13c0 void 0.000138
+gallium_dri.so free 0x5571735f12b0 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1370 0.000121
+gallium_dri.so free 0x5571735f1440 void 0.000132
+gallium_dri.so free 0x5571735f1370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1370 0.000119
+gallium_dri.so free 0x5571735f1500 void 0.000117
+gallium_dri.so free 0x5571735f1370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1370 0.000120
+gallium_dri.so free 0x5571735f15c0 void 0.000120
+gallium_dri.so free 0x5571735f1370 void 0.000120
+gallium_dri.so malloc 72 0x5571735f1570 0.000131
+gallium_dri.so free 0x5571735f1640 void 0.000120
+gallium_dri.so free 0x5571735f1570 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1690 0.000122
+gallium_dri.so free 0x5571735f1700 void 0.000117
+gallium_dri.so free 0x5571735f1690 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1720 0.000131
+gallium_dri.so free 0x5571735f17c0 void 0.000126
+gallium_dri.so free 0x5571735f1720 void 0.000124
+gallium_dri.so malloc 72 0x5571735f1770 0.000168
+gallium_dri.so free 0x5571735f1840 void 0.000145
+gallium_dri.so free 0x5571735f1770 void 0.000142
+gallium_dri.so malloc 72 0x5571735f1840 0.000138
+gallium_dri.so free 0x5571735f1900 void 0.000136
+gallium_dri.so free 0x5571735f1840 void 0.000144
+gallium_dri.so malloc 72 0x5571735f1840 0.000175
+gallium_dri.so free 0x5571735f1980 void 0.000144
+gallium_dri.so free 0x5571735f1840 void 0.000143
+gallium_dri.so malloc 72 0x5571735f1980 0.000133
+gallium_dri.so free 0x5571735f1a40 void 0.000131
+gallium_dri.so free 0x5571735f1980 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1980 0.000131
+gallium_dri.so free 0x5571735f1b00 void 0.000133
+gallium_dri.so free 0x5571735f1980 void 0.000236
+gallium_dri.so malloc 72 0x5571735f1980 0.000135
+gallium_dri.so free 0x5571735f1bc0 void 0.000133
+gallium_dri.so free 0x5571735f1980 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1b70 0.000131
+gallium_dri.so free 0x5571735f1c40 void 0.000134
+gallium_dri.so free 0x5571735f1b70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f1c90 0.000131
+gallium_dri.so free 0x5571735f1d00 void 0.000129
+gallium_dri.so free 0x5571735f1c90 void 0.000130
+gallium_dri.so malloc 72 0x5571735f1d40 0.000129
+gallium_dri.so free 0x5571735f1dc0 void 0.000130
+gallium_dri.so free 0x5571735f1d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f1d40 0.000130
+gallium_dri.so free 0x5571735f1e40 void 0.000129
+gallium_dri.so free 0x5571735f1d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1e70 0.000129
+gallium_dri.so free 0x5571735f1ec0 void 0.000130
+gallium_dri.so free 0x5571735f1e70 void 0.000129
+gallium_dri.so malloc 72 0x5571735f1e70 0.000128
+gallium_dri.so free 0x5571735f1fc0 void 0.000131
+gallium_dri.so free 0x5571735f1e70 void 0.000144
+gallium_dri.so malloc 72 0x5571735f1f70 0.000135
+gallium_dri.so free 0x5571735f2080 void 0.000135
+gallium_dri.so free 0x5571735f1f70 void 0.000132
+gallium_dri.so malloc 72 0x5571735f2030 0.000136
+gallium_dri.so free 0x5571735f20c0 void 0.000132
+gallium_dri.so free 0x5571735f2030 void 0.000131
+gallium_dri.so malloc 72 0x5571735f2030 0.000132
+gallium_dri.so free 0x5571735f2180 void 0.000131
+gallium_dri.so free 0x5571735f2030 void 0.000131
+gallium_dri.so malloc 72 0x5571735f21f0 0.000134
+gallium_dri.so free 0x5571735f2240 void 0.000132
+gallium_dri.so free 0x5571735f21f0 void 0.000133
+gallium_dri.so malloc 72 0x5571735f21f0 0.000132
+gallium_dri.so free 0x5571735f2340 void 0.000134
+gallium_dri.so free 0x5571735f21f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f22f0 0.000132
+gallium_dri.so free 0x5571735f2400 void 0.000139
+gallium_dri.so free 0x5571735f22f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f23b0 0.000130
+gallium_dri.so free 0x5571735f2440 void 0.000129
+gallium_dri.so free 0x5571735f23b0 void 0.000132
+gallium_dri.so malloc 72 0x5571735f23b0 0.000134
+gallium_dri.so free 0x5571735f2500 void 0.000122
+gallium_dri.so free 0x5571735f23b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f2540 0.000128
+gallium_dri.so free 0x5571735f25c0 void 0.000113
+gallium_dri.so free 0x5571735f2540 void 0.000113
+gallium_dri.so malloc 72 0x5571735f25c0 0.000128
+gallium_dri.so free 0x5571735f2680 void 0.000128
+gallium_dri.so free 0x5571735f25c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f26e0 0.000122
+gallium_dri.so free 0x557173620f80 void 0.000122
+gallium_dri.so free 0x5571735f26e0 void 0.000134
+gallium_dri.so malloc 72 0x557173620f30 0.000114
+gallium_dri.so free 0x5571735e37c0 void 0.000114
+gallium_dri.so free 0x557173620f30 void 0.000110
+gallium_dri.so malloc 72 0x557173620f30 0.000111
+gallium_dri.so free 0x557173590b40 void 0.000110
+gallium_dri.so free 0x557173620f30 void 0.000110
+gallium_dri.so malloc 72 0x557173620f30 0.000110
+gallium_dri.so free 0x557173600040 void 0.000110
+gallium_dri.so free 0x557173620f30 void 0.000111
+gallium_dri.so malloc 72 0x5571735ffff0 0.000109
+gallium_dri.so free 0x5571735f3040 void 0.000111
+gallium_dri.so free 0x5571735ffff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000109
+gallium_dri.so free 0x5571735f6440 void 0.000109
+gallium_dri.so free 0x5571735f2ff0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f63f0 0.000110
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x5571735f63f0 void 0.000130
+gallium_dri.so malloc 72 0x5571735f70b0 0.000119
+gallium_dri.so free 0x5571735f2e80 void 0.000122
+gallium_dri.so free 0x5571735f70b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2e30 0.000120
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so free 0x5571735f2e30 void 0.000110
+gallium_dri.so malloc 72 0x5571735fda30 0.000109
+gallium_dri.so free 0x557173620e80 void 0.000111
+gallium_dri.so free 0x5571735fda30 void 0.000110
+gallium_dri.so malloc 72 0x557173620e30 0.000111
+gallium_dri.so free 0x557173589400 void 0.000113
+gallium_dri.so free 0x557173620e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735893b0 0.000121
+gallium_dri.so free 0x5571735c10c0 void 0.000116
+gallium_dri.so free 0x5571735893b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735c1070 0.000122
+gallium_dri.so free 0x55717360f640 void 0.000124
+gallium_dri.so free 0x5571735c1070 void 0.000150
+gallium_dri.so malloc 72 0x55717360f5f0 0.000167
+gallium_dri.so free 0x5571735f8680 void 0.000180
+gallium_dri.so free 0x55717360f5f0 void 0.000165
+gallium_dri.so malloc 72 0x5571735f8630 0.000182
+gallium_dri.so free 0x5571735fd8c0 void 0.000182
+gallium_dri.so free 0x5571735f8630 void 0.000212
+gallium_dri.so malloc 72 0x5571735fd870 0.000188
+gallium_dri.so free 0x55717346c0c0 void 0.000193
+gallium_dri.so free 0x5571735fd870 void 0.000189
+gallium_dri.so malloc 72 0x55717346c070 0.000195
+gallium_dri.so free 0x5571735eb600 void 0.000188
+gallium_dri.so free 0x55717346c070 void 0.000187
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000245
+gallium_dri.so free 0x55717346c440 void 0.000274
+gallium_dri.so free 0x5571735eb5b0 void 0.000191
+gallium_dri.so malloc 72 0x55717346c3f0 0.000190
+gallium_dri.so free 0x5571735ffe80 void 0.000192
+gallium_dri.so free 0x55717346c3f0 void 0.000238
+gallium_dri.so malloc 72 0x5571735ffe30 0.000193
+gallium_dri.so free 0x5571735c4f80 void 0.000211
+gallium_dri.so free 0x5571735ffe30 void 0.000149
+gallium_dri.so malloc 72 0x5571735c4f30 0.000137
+gallium_dri.so free 0x5571735dc740 void 0.000128
+gallium_dri.so free 0x5571735c4f30 void 0.000123
+gallium_dri.so malloc 72 0x5571735dc7b0 0.000123
+gallium_dri.so free 0x557173605c40 void 0.000125
+gallium_dri.so free 0x5571735dc7b0 void 0.000175
+gallium_dri.so malloc 72 0x557173605bf0 0.000125
+gallium_dri.so free 0x5571735fe740 void 0.000124
+gallium_dri.so free 0x557173605bf0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000124
+gallium_dri.so free 0x55717360f800 void 0.000133
+gallium_dri.so free 0x5571735fe6f0 void 0.000123
+gallium_dri.so malloc 72 0x55717360f7b0 0.000121
+gallium_dri.so free 0x5571735dfb00 void 0.000124
+gallium_dri.so free 0x55717360f7b0 void 0.000122
+gallium_dri.so malloc 72 0x5571735dfab0 0.000122
+gallium_dri.so free 0x55717360e0c0 void 0.000124
+gallium_dri.so free 0x5571735dfab0 void 0.000122
+gallium_dri.so malloc 72 0x55717360e070 0.000123
+gallium_dri.so free 0x55717346e680 void 0.000125
+gallium_dri.so free 0x55717360e070 void 0.000136
+gallium_dri.so malloc 72 0x55717346e630 0.000149
+gallium_dri.so free 0x5571736006c0 void 0.000146
+gallium_dri.so free 0x55717346e630 void 0.000147
+gallium_dri.so malloc 72 0x55717346e630 0.000143
+gallium_dri.so free 0x5571735c4100 void 0.000139
+gallium_dri.so free 0x55717346e630 void 0.000135
+gallium_dri.so malloc 72 0x5571735c40b0 0.000121
+gallium_dri.so free 0x5571735c0140 void 0.000124
+gallium_dri.so free 0x5571735c40b0 void 0.000141
+gallium_dri.so malloc 72 0x5571735c00f0 0.000137
+gallium_dri.so free 0x55717346d100 void 0.000131
+gallium_dri.so free 0x5571735c00f0 void 0.000131
+gallium_dri.so malloc 72 0x55717346d0b0 0.000129
+gallium_dri.so free 0x557173469e80 void 0.000131
+gallium_dri.so free 0x55717346d0b0 void 0.000130
+gallium_dri.so malloc 72 0x557173469e30 0.000130
+gallium_dri.so free 0x55717346c280 void 0.000131
+gallium_dri.so free 0x557173469e30 void 0.000131
+gallium_dri.so malloc 72 0x55717346c230 0.000130
+gallium_dri.so free 0x5571735ed1c0 void 0.000130
+gallium_dri.so free 0x55717346c230 void 0.000130
+gallium_dri.so malloc 72 0x5571735ed170 0.000129
+gallium_dri.so free 0x5571735dc0c0 void 0.000129
+gallium_dri.so free 0x5571735ed170 void 0.000129
+gallium_dri.so malloc 72 0x5571735dc070 0.000142
+gallium_dri.so free 0x5571735cfc40 void 0.000131
+gallium_dri.so free 0x5571735dc070 void 0.000129
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000135
+gallium_dri.so free 0x5571735d2200 void 0.000130
+gallium_dri.so free 0x5571735cfbf0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d21b0 0.000129
+gallium_dri.so free 0x55717346e840 void 0.000129
+gallium_dri.so free 0x5571735d21b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346e7f0 0.000129
+gallium_dri.so free 0x5571735ffcc0 void 0.000131
+gallium_dri.so free 0x55717346e7f0 void 0.000129
+gallium_dri.so malloc 72 0x5571735ffc70 0.000130
+gallium_dri.so free 0x557173610680 void 0.000128
+gallium_dri.so free 0x5571735ffc70 void 0.000129
+gallium_dri.so malloc 72 0x557173610630 0.000130
+gallium_dri.so free 0x557173460f80 void 0.000131
+gallium_dri.so free 0x557173610630 void 0.000130
+gallium_dri.so malloc 72 0x557173460f30 0.000136
+gallium_dri.so free 0x5571735f5800 void 0.000149
+gallium_dri.so free 0x557173460f30 void 0.000137
+gallium_dri.so malloc 72 0x5571735f57b0 0.000142
+gallium_dri.so free 0x5571735f8840 void 0.000136
+gallium_dri.so free 0x5571735f57b0 void 0.000190
+gallium_dri.so malloc 72 0x5571735f87f0 0.000251
+gallium_dri.so free 0x55717360c7c0 void 0.000246
+gallium_dri.so free 0x5571735f87f0 void 0.000248
+gallium_dri.so malloc 72 0x55717360c770 0.000190
+gallium_dri.so free 0x5571735e1640 void 0.000142
+gallium_dri.so free 0x55717360c770 void 0.000159
+gallium_dri.so malloc 72 0x5571735e15f0 0.000142
+gallium_dri.so free 0x5571735db480 void 0.000138
+gallium_dri.so free 0x5571735e15f0 void 0.000138
+gallium_dri.so malloc 72 0x5571735db430 0.000142
+gallium_dri.so free 0x5571735d47c0 void 0.000140
+gallium_dri.so free 0x5571735db430 void 0.000138
+gallium_dri.so malloc 72 0x5571735d4770 0.000136
+gallium_dri.so free 0x5571735ec580 void 0.000141
+gallium_dri.so free 0x5571735d4770 void 0.000136
+gallium_dri.so malloc 72 0x5571735ec530 0.000137
+gallium_dri.so free 0x557173460440 void 0.000137
+gallium_dri.so free 0x5571735ec530 void 0.000138
+gallium_dri.so malloc 72 0x5571734604b0 0.000167
+gallium_dri.so free 0x557173467680 void 0.000162
+gallium_dri.so free 0x5571734604b0 void 0.000160
+gallium_dri.so malloc 72 0x557173467630 0.000154
+gallium_dri.so free 0x5571735fd700 void 0.000154
+gallium_dri.so free 0x557173467630 void 0.000155
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000155
+gallium_dri.so free 0x5571735c42c0 void 0.000156
+gallium_dri.so free 0x5571735fd6b0 void 0.000155
+gallium_dri.so malloc 72 0x5571735c4270 0.000155
+gallium_dri.so free 0x5571735f3200 void 0.000156
+gallium_dri.so free 0x5571735c4270 void 0.000154
+gallium_dri.so malloc 72 0x5571735f31b0 0.000155
+gallium_dri.so free 0x5571735e3200 void 0.000154
+gallium_dri.so free 0x5571735f31b0 void 0.000154
+gallium_dri.so malloc 72 0x5571735e31b0 0.000154
+gallium_dri.so free 0x5571735f96c0 void 0.000161
+gallium_dri.so free 0x5571735e31b0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9670 0.000123
+gallium_dri.so free 0x557173610040 void 0.000124
+gallium_dri.so free 0x5571735f9670 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9670 0.000137
+gallium_dri.so free 0x5571735c29c0 void 0.000130
+gallium_dri.so free 0x5571735f9670 void 0.000125
+gallium_dri.so malloc 72 0x5571735c2970 0.000122
+gallium_dri.so free 0x55717360f9c0 void 0.000123
+gallium_dri.so free 0x5571735c2970 void 0.000123
+gallium_dri.so malloc 72 0x55717360f970 0.000121
+gallium_dri.so free 0x5571735dcd80 void 0.000123
+gallium_dri.so free 0x55717360f970 void 0.000123
+gallium_dri.so malloc 72 0x5571735dcd30 0.000149
+gallium_dri.so free 0x5571735c3f40 void 0.000126
+gallium_dri.so free 0x5571735dcd30 void 0.000122
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000122
+gallium_dri.so free 0x557173473580 void 0.000122
+gallium_dri.so free 0x5571735c3ef0 void 0.000124
+gallium_dri.so malloc 72 0x557173473530 0.000122
+gallium_dri.so free 0x5571735dee40 void 0.000123
+gallium_dri.so free 0x557173473530 void 0.000122
+gallium_dri.so malloc 72 0x5571735dedf0 0.000123
+gallium_dri.so free 0x557173620cc0 void 0.000125
+gallium_dri.so free 0x5571735dedf0 void 0.000126
+gallium_dri.so malloc 72 0x557173620c70 0.000123
+gallium_dri.so free 0x5571735faec0 void 0.000123
+gallium_dri.so free 0x557173620c70 void 0.000122
+gallium_dri.so malloc 72 0x5571735fae70 0.000121
+gallium_dri.so free 0x5571735e25c0 void 0.000143
+gallium_dri.so free 0x5571735fae70 void 0.000131
+gallium_dri.so malloc 72 0x5571735e2570 0.000128
+gallium_dri.so free 0x55717346ab40 void 0.000129
+gallium_dri.so free 0x5571735e2570 void 0.000129
+gallium_dri.so malloc 72 0x55717346aaf0 0.000127
+gallium_dri.so free 0x557173461c40 void 0.000129
+gallium_dri.so free 0x55717346aaf0 void 0.000128
+gallium_dri.so malloc 72 0x557173461bf0 0.000126
+gallium_dri.so free 0x55717346ea00 void 0.000141
+gallium_dri.so free 0x557173461bf0 void 0.000127
+gallium_dri.so malloc 72 0x55717346e9b0 0.000126
+gallium_dri.so free 0x5571735f8a00 void 0.000128
+gallium_dri.so free 0x55717346e9b0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f89b0 0.000128
+gallium_dri.so free 0x5571735c1d00 void 0.000128
+gallium_dri.so free 0x5571735f89b0 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000143
+gallium_dri.so free 0x557173600d00 void 0.000130
+gallium_dri.so free 0x5571735c1cb0 void 0.000129
+gallium_dri.so malloc 72 0x557173600cb0 0.000131
+gallium_dri.so free 0x55717360b7c0 void 0.000132
+gallium_dri.so free 0x557173600cb0 void 0.000151
+gallium_dri.so malloc 72 0x55717360b770 0.000149
+gallium_dri.so free 0x55717360d400 void 0.000185
+gallium_dri.so free 0x55717360b770 void 0.000173
+gallium_dri.so malloc 72 0x55717360d3b0 0.000118
+gallium_dri.so free 0x557173464b80 void 0.000115
+gallium_dri.so free 0x55717360d3b0 void 0.000115
+gallium_dri.so malloc 72 0x557173464b30 0.000113
+gallium_dri.so free 0x55717360da80 void 0.000115
+gallium_dri.so free 0x557173464b30 void 0.000114
+gallium_dri.so malloc 72 0x557173464b30 0.000125
+gallium_dri.so free 0x55717346a500 void 0.000138
+gallium_dri.so free 0x557173464b30 void 0.000131
+gallium_dri.so malloc 72 0x557173464b30 0.000128
+gallium_dri.so free 0x5571735c2380 void 0.000128
+gallium_dri.so free 0x557173464b30 void 0.000129
+gallium_dri.so malloc 72 0x5571735c23f0 0.000131
+gallium_dri.so free 0x55717346f080 void 0.000129
+gallium_dri.so free 0x5571735c23f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c23f0 0.000129
+gallium_dri.so free 0x557173609640 void 0.000131
+gallium_dri.so free 0x5571735c23f0 void 0.000130
+gallium_dri.so malloc 72 0x5571736095f0 0.000127
+gallium_dri.so free 0x55717360e980 void 0.000129
+gallium_dri.so free 0x5571736095f0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e930 0.000147
+gallium_dri.so free 0x5571735f79c0 void 0.000132
+gallium_dri.so free 0x55717360e930 void 0.000129
+gallium_dri.so malloc 72 0x5571735f7970 0.000129
+gallium_dri.so free 0x557173620000 void 0.000131
+gallium_dri.so free 0x5571735f7970 void 0.000128
+gallium_dri.so malloc 72 0x55717361ffb0 0.000131
+gallium_dri.so free 0x55717346cac0 void 0.000129
+gallium_dri.so free 0x55717361ffb0 void 0.000129
+gallium_dri.so malloc 72 0x55717346cac0 0.000128
+gallium_dri.so free 0x5571735ff000 void 0.000127
+gallium_dri.so free 0x55717346cac0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fefb0 0.000125
+gallium_dri.so free 0x55717346d9c0 void 0.000125
+gallium_dri.so free 0x5571735fefb0 void 0.000126
+gallium_dri.so malloc 72 0x55717346d970 0.000126
+gallium_dri.so free 0x557173610f40 void 0.000132
+gallium_dri.so free 0x55717346d970 void 0.000139
+gallium_dri.so malloc 72 0x557173610ef0 0.000145
+gallium_dri.so free 0x557173461600 void 0.000127
+gallium_dri.so free 0x557173610ef0 void 0.000123
+gallium_dri.so malloc 72 0x557173610ef0 0.000124
+gallium_dri.so free 0x55717346b400 void 0.000125
+gallium_dri.so free 0x557173610ef0 void 0.000124
+gallium_dri.so malloc 72 0x55717346b3b0 0.000128
+gallium_dri.so free 0x5571735dd640 void 0.000125
+gallium_dri.so free 0x55717346b3b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000124
+gallium_dri.so free 0x5571735f9f80 void 0.000130
+gallium_dri.so free 0x5571735dd5f0 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9f30 0.000126
+gallium_dri.so free 0x5571735f6ac0 void 0.000124
+gallium_dri.so free 0x5571735f9f30 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000130
+gallium_dri.so free 0x5571735df4c0 void 0.000124
+gallium_dri.so free 0x5571735f6ac0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f6ac0 0.000125
+gallium_dri.so free 0x5571735c4940 void 0.000125
+gallium_dri.so free 0x5571735f6ac0 void 0.000122
+gallium_dri.so malloc 72 0x5571735c4940 0.000124
+gallium_dri.so free 0x5571735e03c0 void 0.000124
+gallium_dri.so free 0x5571735c4940 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0370 0.000135
+gallium_dri.so free 0x5571735fca40 void 0.000129
+gallium_dri.so free 0x5571735e0370 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000125
+gallium_dri.so free 0x5571735c3280 void 0.000125
+gallium_dri.so free 0x5571735fc9f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735c3230 0.000157
+gallium_dri.so free 0x5571735fe100 void 0.000124
+gallium_dri.so free 0x5571735c3230 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe100 0.000124
+gallium_dri.so free 0x5571735f9080 void 0.000125
+gallium_dri.so free 0x5571735fe100 void 0.000124
+gallium_dri.so malloc 72 0x5571735fe100 0.000124
+gallium_dri.so free 0x557173469a00 void 0.000124
+gallium_dri.so free 0x5571735fe100 void 0.000125
+gallium_dri.so malloc 72 0x5571735fe100 0.000125
+gallium_dri.so free 0x557173607e80 void 0.000124
+gallium_dri.so free 0x5571735fe100 void 0.000122
+gallium_dri.so malloc 72 0x5571735fe100 0.000125
+gallium_dri.so free 0x55717358b640 void 0.000124
+gallium_dri.so free 0x5571735fe100 void 0.000123
+gallium_dri.so malloc 72 0x5571735fe100 0.000122
+gallium_dri.so free 0x5571735d1fc0 void 0.000124
+gallium_dri.so free 0x5571735fe100 void 0.000126
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000127
+gallium_dri.so free 0x5571734741c0 void 0.000126
+gallium_dri.so free 0x5571735d1fc0 void 0.000123
+gallium_dri.so malloc 72 0x557173474170 0.000122
+gallium_dri.so free 0x5571735901c0 void 0.000124
+gallium_dri.so free 0x557173474170 void 0.000167
+gallium_dri.so malloc 72 0x557173474170 0.000145
+gallium_dri.so free 0x5571735d4580 void 0.000132
+gallium_dri.so free 0x557173474170 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000130
+gallium_dri.so free 0x5571735cfa00 void 0.000130
+gallium_dri.so free 0x557173474170 void 0.000130
+gallium_dri.so malloc 72 0x557173474170 0.000130
+gallium_dri.so free 0x557173469c00 void 0.000131
+gallium_dri.so free 0x557173474170 void 0.000129
+gallium_dri.so malloc 72 0x557173469c00 0.000130
+gallium_dri.so free 0x5571735c1a80 void 0.000130
+gallium_dri.so free 0x557173469c00 void 0.000132
+gallium_dri.so malloc 72 0x557173469c00 0.000132
+gallium_dri.so free 0x5571735c1b00 void 0.000131
+gallium_dri.so free 0x557173469c00 void 0.000128
+gallium_dri.so malloc 72 0x5571735c1b30 0.000132
+gallium_dri.so free 0x5571735debc0 void 0.000132
+gallium_dri.so free 0x5571735c1b30 void 0.000225
+gallium_dri.so malloc 72 0x5571735c1b30 0.000169
+gallium_dri.so free 0x5571735dbe40 void 0.000123
+gallium_dri.so free 0x5571735c1b30 void 0.000117
+gallium_dri.so malloc 72 0x5571735dbe40 0.000118
+gallium_dri.so free 0x5571735f61c0 void 0.000116
+gallium_dri.so free 0x5571735dbe40 void 0.000134
+gallium_dri.so malloc 72 0x5571735dbe40 0.000125
+gallium_dri.so free 0x557173473f40 void 0.000127
+gallium_dri.so free 0x5571735dbe40 void 0.000125
+gallium_dri.so malloc 72 0x5571735dbe40 0.000124
+gallium_dri.so free 0x557173473fc0 void 0.000125
+gallium_dri.so free 0x5571735dbe40 void 0.000121
+gallium_dri.so malloc 72 0x557173473ff0 0.000123
+gallium_dri.so free 0x557173460d00 void 0.000125
+gallium_dri.so free 0x557173473ff0 void 0.000131
+gallium_dri.so malloc 72 0x557173473ff0 0.000120
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so free 0x557173473ff0 void 0.000118
+gallium_dri.so malloc 72 0x557173603300 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000119
+gallium_dri.so free 0x557173603300 void 0.000120
+gallium_dri.so malloc 72 0x557173603300 0.000118
+gallium_dri.so free 0x5571735e3000 void 0.000119
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so malloc 72 0x5571735e3030 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x5571735e3030 void 0.000118
+gallium_dri.so malloc 72 0x5571735ecf40 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000117
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so malloc 72 0x5571735ecf40 0.000126
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000117
+gallium_dri.so malloc 72 0x55717360d180 0.000116
+gallium_dri.so free 0x557173466dc0 void 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000117
+gallium_dri.so malloc 72 0x55717360d180 0.000118
+gallium_dri.so free 0x557173466e40 void 0.000117
+gallium_dri.so free 0x55717360d180 void 0.000117
+gallium_dri.so malloc 72 0x557173466e70 0.000118
+gallium_dri.so free 0x5571736080c0 void 0.000117
+gallium_dri.so free 0x557173466e70 void 0.000188
+gallium_dri.so malloc 72 0x557173466e70 0.000155
+gallium_dri.so free 0x557173608140 void 0.000228
+gallium_dri.so free 0x557173466e70 void 0.000263
+gallium_dri.so malloc 72 0x557173608140 0.000275
+gallium_dri.so free 0x55717360c500 void 0.000223
+gallium_dri.so free 0x557173608140 void 0.000151
+gallium_dri.so malloc 72 0x557173608140 0.000113
+gallium_dri.so free 0x55717360c580 void 0.000113
+gallium_dri.so free 0x557173608140 void 0.000111
+gallium_dri.so malloc 72 0x557173608140 0.000135
+gallium_dri.so free 0x5571735ec2c0 void 0.000123
+gallium_dri.so free 0x557173608140 void 0.000118
+gallium_dri.so malloc 72 0x557173608140 0.000118
+gallium_dri.so free 0x5571735ec380 void 0.000118
+gallium_dri.so free 0x557173608140 void 0.000115
+gallium_dri.so malloc 72 0x5571735ec330 0.000124
+gallium_dri.so free 0x5571734673c0 void 0.000114
+gallium_dri.so free 0x5571735ec330 void 0.000110
+gallium_dri.so malloc 72 0x5571734673c0 0.000111
+gallium_dri.so free 0x557173467480 void 0.000111
+gallium_dri.so free 0x5571734673c0 void 0.000110
+gallium_dri.so malloc 72 0x5571734673c0 0.000110
+gallium_dri.so free 0x5571735c0e00 void 0.000111
+gallium_dri.so free 0x5571734673c0 void 0.000109
+gallium_dri.so malloc 72 0x5571734673c0 0.000110
+gallium_dri.so free 0x55717358b880 void 0.000110
+gallium_dri.so free 0x5571734673c0 void 0.000111
+gallium_dri.so malloc 72 0x5571734673c0 0.000109
+gallium_dri.so free 0x5571735c0ec0 void 0.000111
+gallium_dri.so free 0x5571734673c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c0e70 0.000111
+gallium_dri.so free 0x5571735e2300 void 0.000117
+gallium_dri.so free 0x5571735c0e70 void 0.000116
+gallium_dri.so malloc 72 0x5571735e2300 0.000113
+gallium_dri.so free 0x55717358b980 void 0.000114
+gallium_dri.so free 0x5571735e2300 void 0.000110
+gallium_dri.so malloc 72 0x55717358b930 0.000110
+gallium_dri.so free 0x5571735e23c0 void 0.000203
+gallium_dri.so free 0x55717358b930 void 0.000146
+gallium_dri.so malloc 72 0x5571735e23f0 0.000157
+gallium_dri.so free 0x5571735fbb80 void 0.000133
+gallium_dri.so free 0x5571735e23f0 void 0.000132
+gallium_dri.so malloc 72 0x5571735e23f0 0.000129
+gallium_dri.so free 0x5571735fbc00 void 0.000126
+gallium_dri.so free 0x5571735e23f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbc00 0.000127
+gallium_dri.so free 0x557173590400 void 0.000125
+gallium_dri.so free 0x5571735fbc00 void 0.000123
+gallium_dri.so malloc 72 0x5571735fbc00 0.000127
+gallium_dri.so free 0x5571735904c0 void 0.000124
+gallium_dri.so free 0x5571735fbc00 void 0.000120
+gallium_dri.so malloc 72 0x5571735fbc00 0.000122
+gallium_dri.so free 0x5571735db1c0 void 0.000124
+gallium_dri.so free 0x5571735fbc00 void 0.000124
+gallium_dri.so malloc 72 0x5571735fbc00 0.000124
+gallium_dri.so free 0x5571735db280 void 0.000123
+gallium_dri.so free 0x5571735fbc00 void 0.000122
+gallium_dri.so malloc 72 0x5571735db230 0.000123
+gallium_dri.so free 0x5571735f5540 void 0.000123
+gallium_dri.so free 0x5571735db230 void 0.000124
+gallium_dri.so malloc 72 0x5571735f5540 0.000131
+gallium_dri.so free 0x5571735f5600 void 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000117
+gallium_dri.so malloc 72 0x5571735f5540 0.000115
+gallium_dri.so free 0x557173464800 void 0.000116
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5540 0.000117
+gallium_dri.so free 0x5571734648c0 void 0.000115
+gallium_dri.so free 0x5571735f5540 void 0.000116
+gallium_dri.so malloc 72 0x557173464870 0.000116
+gallium_dri.so free 0x5571735bfdc0 void 0.000118
+gallium_dri.so free 0x557173464870 void 0.000117
+gallium_dri.so malloc 72 0x557173464870 0.000115
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so free 0x557173464870 void 0.000115
+gallium_dri.so malloc 72 0x5571735bfe40 0.000116
+gallium_dri.so free 0x5571736058c0 void 0.000116
+gallium_dri.so free 0x5571735bfe40 void 0.000117
+gallium_dri.so malloc 72 0x5571735bfe40 0.000118
+gallium_dri.so free 0x557173605940 void 0.000117
+gallium_dri.so free 0x5571735bfe40 void 0.000115
+gallium_dri.so malloc 72 0x557173605970 0.000138
+gallium_dri.so free 0x55717360b440 void 0.000128
+gallium_dri.so free 0x557173605970 void 0.000120
+gallium_dri.so malloc 72 0x557173605970 0.000118
+gallium_dri.so free 0x55717360b4c0 void 0.000117
+gallium_dri.so free 0x557173605970 void 0.000115
+gallium_dri.so malloc 72 0x55717360b4c0 0.000133
+gallium_dri.so free 0x55717360ba40 void 0.000120
+gallium_dri.so free 0x55717360b4c0 void 0.000121
+gallium_dri.so malloc 72 0x55717360b4c0 0.000119
+gallium_dri.so free 0x55717360bac0 void 0.000126
+gallium_dri.so free 0x55717360b4c0 void 0.000132
+gallium_dri.so malloc 72 0x55717360b4c0 0.000130
+gallium_dri.so free 0x557173589080 void 0.000128
+gallium_dri.so free 0x55717360b4c0 void 0.000130
+gallium_dri.so malloc 72 0x55717360b4c0 0.000129
+gallium_dri.so free 0x557173589140 void 0.000126
+gallium_dri.so free 0x55717360b4c0 void 0.000125
+gallium_dri.so malloc 72 0x5571735890f0 0.000129
+gallium_dri.so free 0x55717360bd00 void 0.000130
+gallium_dri.so free 0x5571735890f0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bcb0 0.000120
+gallium_dri.so free 0x55717360bdc0 void 0.000129
+gallium_dri.so free 0x55717360bcb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360bd70 0.000126
+gallium_dri.so free 0x5571735d2300 void 0.000136
+gallium_dri.so free 0x55717360bd70 void 0.000127
+gallium_dri.so malloc 72 0x5571735d2330 0.000118
+gallium_dri.so free 0x5571735d2380 void 0.000214
+gallium_dri.so free 0x5571735d2330 void 0.000161
+gallium_dri.so malloc 72 0x5571735d2330 0.000160
+gallium_dri.so free 0x5571735d48c0 void 0.000125
+gallium_dri.so free 0x5571735d2330 void 0.000156
+gallium_dri.so malloc 72 0x5571735d4900 0.000118
+gallium_dri.so free 0x5571735d4980 void 0.000117
+gallium_dri.so free 0x5571735d4900 void 0.000117
+gallium_dri.so malloc 72 0x5571735d4980 0.000117
+gallium_dri.so free 0x5571735cfd40 void 0.000117
+gallium_dri.so free 0x5571735d4980 void 0.000116
+gallium_dri.so malloc 72 0x5571735cfd60 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000116
+gallium_dri.so free 0x5571735cfd60 void 0.000117
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000117
+gallium_dri.so free 0x5571735fc340 void 0.000120
+gallium_dri.so free 0x5571735cfdb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735cfdb0 0.000122
+gallium_dri.so free 0x5571735fc3c0 void 0.000122
+gallium_dri.so free 0x5571735cfdb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc3c0 0.000119
+gallium_dri.so free 0x5571735fafc0 void 0.000120
+gallium_dri.so free 0x5571735fc3c0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fb020 0.000120
+gallium_dri.so free 0x5571735fb0c0 void 0.000129
+gallium_dri.so free 0x5571735fb020 void 0.000115
+gallium_dri.so malloc 72 0x5571735fb070 0.000115
+gallium_dri.so free 0x5571735fb100 void 0.000117
+gallium_dri.so free 0x5571735fb070 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb070 0.000114
+gallium_dri.so free 0x5571735e1740 void 0.000115
+gallium_dri.so free 0x5571735fb070 void 0.000132
+gallium_dri.so malloc 72 0x5571735e1780 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000115
+gallium_dri.so free 0x5571735e1780 void 0.000115
+gallium_dri.so malloc 72 0x5571735e1800 0.000114
+gallium_dri.so free 0x5571735e18c0 void 0.000114
+gallium_dri.so free 0x5571735e1800 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1800 0.000113
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so malloc 72 0x5571735c0270 0.000113
+gallium_dri.so free 0x5571735c02c0 void 0.000115
+gallium_dri.so free 0x5571735c0270 void 0.000113
+gallium_dri.so malloc 72 0x5571735c02c0 0.000114
+gallium_dri.so free 0x5571735c0380 void 0.000115
+gallium_dri.so free 0x5571735c02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735c02c0 0.000114
+gallium_dri.so free 0x5571735eb700 void 0.000116
+gallium_dri.so free 0x5571735c02c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb750 0.000113
+gallium_dri.so free 0x5571735eb7c0 void 0.000130
+gallium_dri.so free 0x5571735eb750 void 0.000119
+gallium_dri.so malloc 72 0x5571735eb7e0 0.000119
+gallium_dri.so free 0x5571735eb880 void 0.000119
+gallium_dri.so free 0x5571735eb7e0 void 0.000120
+gallium_dri.so malloc 72 0x5571735eb830 0.000121
+gallium_dri.so free 0x5571735f4980 void 0.000121
+gallium_dri.so free 0x5571735eb830 void 0.000120
+gallium_dri.so malloc 72 0x5571735f49c0 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000117
+gallium_dri.so free 0x5571735f49c0 void 0.000161
+gallium_dri.so malloc 72 0x5571735f4a40 0.000120
+gallium_dri.so free 0x5571735f4b00 void 0.000126
+gallium_dri.so free 0x5571735f4a40 void 0.000121
+gallium_dri.so malloc 72 0x5571735f4a40 0.000119
+gallium_dri.so free 0x5571734605c0 void 0.000120
+gallium_dri.so free 0x5571735f4a40 void 0.000119
+gallium_dri.so malloc 72 0x557173460570 0.000121
+gallium_dri.so free 0x557173460600 void 0.000121
+gallium_dri.so free 0x557173460570 void 0.000121
+gallium_dri.so malloc 72 0x557173460570 0.000122
+gallium_dri.so free 0x5571734606c0 void 0.000119
+gallium_dri.so free 0x557173460570 void 0.000120
+gallium_dri.so malloc 72 0x557173460700 0.000120
+gallium_dri.so free 0x557173611080 void 0.000121
+gallium_dri.so free 0x557173460700 void 0.000161
+gallium_dri.so malloc 72 0x557173611080 0.000123
+gallium_dri.so free 0x557173611140 void 0.000122
+gallium_dri.so free 0x557173611080 void 0.000120
+gallium_dri.so malloc 72 0x557173611080 0.000119
+gallium_dri.so free 0x5571736111c0 void 0.000120
+gallium_dri.so free 0x557173611080 void 0.000120
+gallium_dri.so malloc 72 0x5571736111f0 0.000120
+gallium_dri.so free 0x557173609780 void 0.000121
+gallium_dri.so free 0x5571736111f0 void 0.000120
+gallium_dri.so malloc 72 0x5571736111f0 0.000119
+gallium_dri.so free 0x557173609880 void 0.000120
+gallium_dri.so free 0x5571736111f0 void 0.000121
+gallium_dri.so malloc 72 0x557173609830 0.000119
+gallium_dri.so free 0x557173609900 void 0.000121
+gallium_dri.so free 0x557173609830 void 0.000119
+gallium_dri.so malloc 72 0x557173609950 0.000119
+gallium_dri.so free 0x5571735f97c0 void 0.000120
+gallium_dri.so free 0x557173609950 void 0.000119
+gallium_dri.so malloc 72 0x5571735f97e0 0.000119
+gallium_dri.so free 0x5571735f9880 void 0.000134
+gallium_dri.so free 0x5571735f97e0 void 0.000122
+gallium_dri.so malloc 72 0x5571735f9830 0.000119
+gallium_dri.so free 0x5571735f9900 void 0.000120
+gallium_dri.so free 0x5571735f9830 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9830 0.000121
+gallium_dri.so free 0x5571735f9980 void 0.000126
+gallium_dri.so free 0x5571735f9830 void 0.000116
+gallium_dri.so malloc 72 0x5571735f9980 0.000113
+gallium_dri.so free 0x557173610780 void 0.000114
+gallium_dri.so free 0x5571735f9980 void 0.000113
+gallium_dri.so malloc 72 0x5571736107e0 0.000112
+gallium_dri.so free 0x557173610880 void 0.000115
+gallium_dri.so free 0x5571736107e0 void 0.000113
+gallium_dri.so malloc 72 0x557173610830 0.000112
+gallium_dri.so free 0x5571736108c0 void 0.000113
+gallium_dri.so free 0x557173610830 void 0.000114
+gallium_dri.so malloc 72 0x557173610830 0.000113
+gallium_dri.so free 0x55717346d200 void 0.000113
+gallium_dri.so free 0x557173610830 void 0.000115
+gallium_dri.so malloc 72 0x55717346d240 0.000112
+gallium_dri.so free 0x55717346d2c0 void 0.000114
+gallium_dri.so free 0x55717346d240 void 0.000113
+gallium_dri.so malloc 72 0x55717346d2c0 0.000114
+gallium_dri.so free 0x55717346d380 void 0.000114
+gallium_dri.so free 0x55717346d2c0 void 0.000115
+gallium_dri.so malloc 72 0x55717346d2c0 0.000113
+gallium_dri.so free 0x557173610980 void 0.000115
+gallium_dri.so free 0x55717346d2c0 void 0.000113
+gallium_dri.so malloc 72 0x5571736109b0 0.000116
+gallium_dri.so free 0x5571735fe840 void 0.000113
+gallium_dri.so free 0x5571736109b0 void 0.000209
+gallium_dri.so malloc 72 0x5571735fe890 0.000216
+gallium_dri.so free 0x5571735fe900 void 0.000118
+gallium_dri.so free 0x5571735fe890 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe940 0.000120
+gallium_dri.so free 0x5571735fe9c0 void 0.000116
+gallium_dri.so free 0x5571735fe940 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000114
+gallium_dri.so free 0x55717346d400 void 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000115
+gallium_dri.so malloc 72 0x5571735fe9c0 0.000113
+gallium_dri.so free 0x5571735dce80 void 0.000115
+gallium_dri.so free 0x5571735fe9c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dceb0 0.000113
+gallium_dri.so free 0x5571735dcf00 void 0.000115
+gallium_dri.so free 0x5571735dceb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735dceb0 0.000114
+gallium_dri.so free 0x5571735dd000 void 0.000114
+gallium_dri.so free 0x5571735dceb0 void 0.000114
+gallium_dri.so malloc 72 0x5571735dcfb0 0.000116
+gallium_dri.so free 0x5571735dfc00 void 0.000115
+gallium_dri.so free 0x5571735dcfb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735dfc40 0.000114
+gallium_dri.so free 0x5571735dd0c0 void 0.000115
+gallium_dri.so free 0x5571735dfc40 void 0.000115
+gallium_dri.so malloc 72 0x5571735dd070 0.000114
+gallium_dri.so free 0x5571735dfcc0 void 0.000116
+gallium_dri.so free 0x5571735dd070 void 0.000113
+gallium_dri.so malloc 72 0x5571735dd070 0.000166
+gallium_dri.so free 0x5571735dfd80 void 0.000121
+gallium_dri.so free 0x5571735dd070 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfd30 0.000118
+gallium_dri.so free 0x5571735c2ac0 void 0.000119
+gallium_dri.so free 0x5571735dfd30 void 0.000121
+gallium_dri.so malloc 72 0x5571735c2b10 0.000118
+gallium_dri.so free 0x5571735c2b80 void 0.000118
+gallium_dri.so free 0x5571735c2b10 void 0.000126
+gallium_dri.so malloc 72 0x5571735c2ba0 0.000119
+gallium_dri.so free 0x5571735dfe00 void 0.000119
+gallium_dri.so free 0x5571735c2ba0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dfe30 0.000118
+gallium_dri.so free 0x5571735c2c40 void 0.000119
+gallium_dri.so free 0x5571735dfe30 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000118
+gallium_dri.so free 0x5571735c2c40 void 0.000118
+gallium_dri.so free 0x5571735c2bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2bf0 0.000119
+gallium_dri.so free 0x557173461d40 void 0.000118
+gallium_dri.so free 0x5571735c2bf0 void 0.000120
+gallium_dri.so malloc 72 0x557173461d90 0.000118
+gallium_dri.so free 0x557173461e00 void 0.000119
+gallium_dri.so free 0x557173461d90 void 0.000119
+gallium_dri.so malloc 72 0x557173461e20 0.000118
+gallium_dri.so free 0x557173461ec0 void 0.000118
+gallium_dri.so free 0x557173461e20 void 0.000126
+gallium_dri.so malloc 72 0x557173461e70 0.000115
+gallium_dri.so free 0x557173461f40 void 0.000111
+gallium_dri.so free 0x557173461e70 void 0.000112
+gallium_dri.so malloc 72 0x557173461e70 0.000110
+gallium_dri.so free 0x55717346ac40 void 0.000110
+gallium_dri.so free 0x557173461e70 void 0.000112
+gallium_dri.so malloc 72 0x55717346ac90 0.000110
+gallium_dri.so free 0x55717346ad00 void 0.000110
+gallium_dri.so free 0x55717346ac90 void 0.000110
+gallium_dri.so malloc 72 0x55717346ad60 0.000110
+gallium_dri.so free 0x55717346ae00 void 0.000111
+gallium_dri.so free 0x55717346ad60 void 0.000118
+gallium_dri.so malloc 72 0x55717346adb0 0.000114
+gallium_dri.so free 0x5571735f7200 void 0.000113
+gallium_dri.so free 0x55717346adb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7230 0.000112
+gallium_dri.so free 0x5571735f7280 void 0.000111
+gallium_dri.so free 0x5571735f7230 void 0.000110
+gallium_dri.so malloc 72 0x5571735f7230 0.000112
+gallium_dri.so free 0x5571735f7380 void 0.000111
+gallium_dri.so free 0x5571735f7230 void 0.000118
+gallium_dri.so malloc 72 0x5571735f7330 0.000113
+gallium_dri.so free 0x5571735f7440 void 0.000113
+gallium_dri.so free 0x5571735f7330 void 0.000111
+gallium_dri.so malloc 72 0x5571735f73f0 0.000110
+gallium_dri.so free 0x557173600e00 void 0.000110
+gallium_dri.so free 0x5571735f73f0 void 0.000110
+gallium_dri.so malloc 72 0x557173600e30 0.000126
+gallium_dri.so free 0x557173600e80 void 0.000115
+gallium_dri.so free 0x557173600e30 void 0.000112
+gallium_dri.so malloc 72 0x557173600e80 0.000113
+gallium_dri.so free 0x557173600f40 void 0.000114
+gallium_dri.so free 0x557173600e80 void 0.000112
+gallium_dri.so malloc 72 0x557173600e80 0.000113
+gallium_dri.so free 0x55717360e1c0 void 0.000114
+gallium_dri.so free 0x557173600e80 void 0.000112
+gallium_dri.so malloc 72 0x55717360e210 0.000113
+gallium_dri.so free 0x557173601040 void 0.000113
+gallium_dri.so free 0x55717360e210 void 0.000113
+gallium_dri.so malloc 72 0x557173600ff0 0.000113
+gallium_dri.so free 0x55717360e280 void 0.000114
+gallium_dri.so free 0x557173600ff0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e2b0 0.000114
+gallium_dri.so free 0x55717360e300 void 0.000112
+gallium_dri.so free 0x55717360e2b0 void 0.000111
+gallium_dri.so malloc 72 0x55717360e2b0 0.000113
+gallium_dri.so free 0x55717346f200 void 0.000113
+gallium_dri.so free 0x55717360e2b0 void 0.000112
+gallium_dri.so malloc 72 0x55717346f1b0 0.000113
+gallium_dri.so free 0x55717346f2c0 void 0.000114
+gallium_dri.so free 0x55717346f1b0 void 0.000129
+gallium_dri.so malloc 72 0x55717346f270 0.000113
+gallium_dri.so free 0x55717360e400 void 0.000115
+gallium_dri.so free 0x55717346f270 void 0.000112
+gallium_dri.so malloc 72 0x55717360e3b0 0.000113
+gallium_dri.so free 0x55717346f340 void 0.000167
+gallium_dri.so free 0x55717360e3b0 void 0.000120
+gallium_dri.so malloc 72 0x55717346f370 0.000118
+gallium_dri.so free 0x5571735f9b40 void 0.000119
+gallium_dri.so free 0x55717346f370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9b80 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so free 0x5571735f9b80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9c00 0.000118
+gallium_dri.so free 0x5571735f9cc0 void 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c00 0.000121
+gallium_dri.so free 0x55717346f3c0 void 0.000120
+gallium_dri.so free 0x5571735f9c00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9c00 0.000120
+gallium_dri.so free 0x5571735f9d40 void 0.000118
+gallium_dri.so free 0x5571735f9c00 void 0.000131
+gallium_dri.so malloc 72 0x5571735f9db0 0.000122
+gallium_dri.so free 0x5571735c2e40 void 0.000119
+gallium_dri.so free 0x5571735f9db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c2e80 0.000118
+gallium_dri.so free 0x5571735c2f00 void 0.000119
+gallium_dri.so free 0x5571735c2e80 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f00 0.000118
+gallium_dri.so free 0x5571735c2fc0 void 0.000121
+gallium_dri.so free 0x5571735c2f00 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2f00 0.000125
+gallium_dri.so free 0x5571735c3040 void 0.000113
+gallium_dri.so free 0x5571735c2f00 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3070 0.000110
+gallium_dri.so free 0x5571735febc0 void 0.000109
+gallium_dri.so free 0x5571735c3070 void 0.000109
+gallium_dri.so malloc 72 0x5571735fec00 0.000109
+gallium_dri.so free 0x5571735fec80 void 0.000111
+gallium_dri.so free 0x5571735fec00 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000112
+gallium_dri.so free 0x5571735fed40 void 0.000115
+gallium_dri.so free 0x5571735fec80 void 0.000111
+gallium_dri.so malloc 72 0x5571735fec80 0.000110
+gallium_dri.so free 0x5571735fee00 void 0.000109
+gallium_dri.so free 0x5571735fec80 void 0.000110
+gallium_dri.so malloc 72 0x5571735fec80 0.000109
+gallium_dri.so free 0x5571735dd200 void 0.000110
+gallium_dri.so free 0x5571735fec80 void 0.000111
+gallium_dri.so malloc 72 0x5571735dd230 0.000111
+gallium_dri.so free 0x5571735dd280 void 0.000110
+gallium_dri.so free 0x5571735dd230 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd230 0.000112
+gallium_dri.so free 0x5571735dd380 void 0.000110
+gallium_dri.so free 0x5571735dd230 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd330 0.000109
+gallium_dri.so free 0x5571735dd440 void 0.000110
+gallium_dri.so free 0x5571735dd330 void 0.000110
+gallium_dri.so malloc 72 0x5571735dd3f0 0.000111
+gallium_dri.so free 0x5571735f5e00 void 0.000121
+gallium_dri.so free 0x5571735dd3f0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f5db0 0.000112
+gallium_dri.so free 0x5571735f5e80 void 0.000114
+gallium_dri.so free 0x5571735f5db0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f5e80 0.000111
+gallium_dri.so free 0x5571735f5f40 void 0.000112
+gallium_dri.so free 0x5571735f5e80 void 0.000112
+gallium_dri.so malloc 72 0x5571735f5e80 0.000111
+gallium_dri.so free 0x5571735f5fc0 void 0.000118
+gallium_dri.so free 0x5571735f5e80 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5fc0 0.000114
+gallium_dri.so free 0x557173460940 void 0.000113
+gallium_dri.so free 0x5571735f5fc0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000112
+gallium_dri.so free 0x557173460980 void 0.000117
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734608f0 0.000114
+gallium_dri.so free 0x557173460a40 void 0.000114
+gallium_dri.so free 0x5571734608f0 void 0.000113
+gallium_dri.so malloc 72 0x557173460a80 0.000113
+gallium_dri.so free 0x557173460b00 void 0.000114
+gallium_dri.so free 0x557173460a80 void 0.000113
+gallium_dri.so malloc 72 0x557173460b00 0.000113
+gallium_dri.so free 0x55717346afc0 void 0.000115
+gallium_dri.so free 0x557173460b00 void 0.000113
+gallium_dri.so malloc 72 0x55717346b000 0.000115
+gallium_dri.so free 0x55717346b080 void 0.000114
+gallium_dri.so free 0x55717346b000 void 0.000166
+gallium_dri.so malloc 72 0x55717346b000 0.000119
+gallium_dri.so free 0x55717346b100 void 0.000122
+gallium_dri.so free 0x55717346b000 void 0.000119
+gallium_dri.so malloc 72 0x55717346b130 0.000119
+gallium_dri.so free 0x55717346b180 void 0.000118
+gallium_dri.so free 0x55717346b130 void 0.000117
+gallium_dri.so malloc 72 0x55717346b130 0.000117
+gallium_dri.so free 0x5571735c16c0 void 0.000118
+gallium_dri.so free 0x55717346b130 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1670 0.000117
+gallium_dri.so free 0x5571735c1780 void 0.000122
+gallium_dri.so free 0x5571735c1670 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1730 0.000117
+gallium_dri.so free 0x5571735c17c0 void 0.000119
+gallium_dri.so free 0x5571735c1730 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1730 0.000118
+gallium_dri.so free 0x5571735c1880 void 0.000121
+gallium_dri.so free 0x5571735c1730 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1730 0.000118
+gallium_dri.so free 0x5571735f7580 void 0.000118
+gallium_dri.so free 0x5571735c1730 void 0.000119
+gallium_dri.so malloc 72 0x5571735f75c0 0.000118
+gallium_dri.so free 0x5571735f7640 void 0.000120
+gallium_dri.so free 0x5571735f75c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7640 0.000122
+gallium_dri.so free 0x5571735f7700 void 0.000113
+gallium_dri.so free 0x5571735f7640 void 0.000111
+gallium_dri.so malloc 72 0x5571735f7640 0.000110
+gallium_dri.so free 0x5571735f7780 void 0.000110
+gallium_dri.so free 0x5571735f7640 void 0.000110
+gallium_dri.so malloc 72 0x5571735f77b0 0.000112
+gallium_dri.so free 0x5571735dba80 void 0.000111
+gallium_dri.so free 0x5571735f77b0 void 0.000109
+gallium_dri.so malloc 72 0x5571735dba30 0.000111
+gallium_dri.so free 0x5571735dbb00 void 0.000109
+gallium_dri.so free 0x5571735dba30 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbb50 0.000109
+gallium_dri.so free 0x5571735dbbc0 void 0.000110
+gallium_dri.so free 0x5571735dbb50 void 0.000110
+gallium_dri.so malloc 72 0x5571735dbc20 0.000111
+gallium_dri.so free 0x5571735dbcc0 void 0.000111
+gallium_dri.so free 0x5571735dbc20 void 0.000111
+gallium_dri.so malloc 72 0x5571735dbc70 0.000111
+gallium_dri.so free 0x557173610b00 void 0.000110
+gallium_dri.so free 0x5571735dbc70 void 0.000109
+gallium_dri.so malloc 72 0x557173610b30 0.000109
+gallium_dri.so free 0x557173610b80 void 0.000111
+gallium_dri.so free 0x557173610b30 void 0.000116
+gallium_dri.so malloc 72 0x557173610b30 0.000115
+gallium_dri.so free 0x557173610c80 void 0.000125
+gallium_dri.so free 0x557173610b30 void 0.000111
+gallium_dri.so malloc 72 0x557173610c30 0.000110
+gallium_dri.so free 0x557173610d40 void 0.000110
+gallium_dri.so free 0x557173610c30 void 0.000132
+gallium_dri.so malloc 72 0x557173610cf0 0.000123
+gallium_dri.so free 0x5571735de800 void 0.000123
+gallium_dri.so free 0x557173610cf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735de7b0 0.000114
+gallium_dri.so free 0x5571735de880 void 0.000114
+gallium_dri.so free 0x5571735de7b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735de880 0.000114
+gallium_dri.so free 0x5571735de940 void 0.000115
+gallium_dri.so free 0x5571735de880 void 0.000113
+gallium_dri.so malloc 72 0x5571735de880 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000114
+gallium_dri.so free 0x5571735de880 void 0.000112
+gallium_dri.so malloc 72 0x5571735de9c0 0.000112
+gallium_dri.so free 0x5571735ecb80 void 0.000113
+gallium_dri.so free 0x5571735de9c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecbc0 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000113
+gallium_dri.so malloc 72 0x5571735ecb30 0.000113
+gallium_dri.so free 0x5571735ecc80 void 0.000114
+gallium_dri.so free 0x5571735ecb30 void 0.000112
+gallium_dri.so malloc 72 0x5571735eccc0 0.000114
+gallium_dri.so free 0x5571735ecd40 void 0.000113
+gallium_dri.so free 0x5571735eccc0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ecd40 0.000113
+gallium_dri.so free 0x557173473b80 void 0.000119
+gallium_dri.so free 0x5571735ecd40 void 0.000169
+gallium_dri.so malloc 72 0x557173473b30 0.000114
+gallium_dri.so free 0x557173473c00 void 0.000112
+gallium_dri.so free 0x557173473b30 void 0.000112
+gallium_dri.so malloc 72 0x557173473c20 0.000112
+gallium_dri.so free 0x557173473cc0 void 0.000113
+gallium_dri.so free 0x557173473c20 void 0.000112
+gallium_dri.so malloc 72 0x557173473c70 0.000112
+gallium_dri.so free 0x557173473d40 void 0.000117
+gallium_dri.so free 0x557173473c70 void 0.000124
+gallium_dri.so malloc 72 0x557173473c70 0.000119
+gallium_dri.so free 0x55717360cdc0 void 0.000113
+gallium_dri.so free 0x557173473c70 void 0.000112
+gallium_dri.so malloc 72 0x55717360cd70 0.000113
+gallium_dri.so free 0x55717360ce80 void 0.000112
+gallium_dri.so free 0x55717360cd70 void 0.000212
+gallium_dri.so malloc 72 0x55717360ce30 0.000215
+gallium_dri.so free 0x55717360cec0 void 0.000186
+gallium_dri.so free 0x55717360ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717360ce30 0.000119
+gallium_dri.so free 0x55717360cf80 void 0.000120
+gallium_dri.so free 0x55717360ce30 void 0.000118
+gallium_dri.so malloc 72 0x55717360ce30 0.000119
+gallium_dri.so free 0x55717346d580 void 0.000127
+gallium_dri.so free 0x55717360ce30 void 0.000119
+gallium_dri.so malloc 72 0x55717346d5c0 0.000120
+gallium_dri.so free 0x55717346d640 void 0.000119
+gallium_dri.so free 0x55717346d5c0 void 0.000128
+gallium_dri.so malloc 72 0x55717346d640 0.000124
+gallium_dri.so free 0x55717346d700 void 0.000118
+gallium_dri.so free 0x55717346d640 void 0.000118
+gallium_dri.so malloc 72 0x55717346d640 0.000117
+gallium_dri.so free 0x55717346d780 void 0.000118
+gallium_dri.so free 0x55717346d640 void 0.000126
+gallium_dri.so malloc 72 0x55717346d7b0 0.000118
+gallium_dri.so free 0x5571735fc600 void 0.000118
+gallium_dri.so free 0x55717346d7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc640 0.000118
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so free 0x5571735fc640 void 0.000117
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000118
+gallium_dri.so free 0x5571735fc780 void 0.000118
+gallium_dri.so free 0x5571735fc6c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000118
+gallium_dri.so free 0x5571735fc840 void 0.000118
+gallium_dri.so free 0x5571735fc6c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fc6c0 0.000124
+gallium_dri.so free 0x5571735dff80 void 0.000125
+gallium_dri.so free 0x5571735fc6c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dffb0 0.000128
+gallium_dri.so free 0x5571735e0000 void 0.000130
+gallium_dri.so free 0x5571735dffb0 void 0.000130
+gallium_dri.so malloc 72 0x5571735dffb0 0.000129
+gallium_dri.so free 0x5571735e0100 void 0.000130
+gallium_dri.so free 0x5571735dffb0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e00b0 0.000118
+gallium_dri.so free 0x5571735e01c0 void 0.000122
+gallium_dri.so free 0x5571735e00b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0170 0.000124
+gallium_dri.so free 0x55717360e540 void 0.000124
+gallium_dri.so free 0x5571735e0170 void 0.000124
+gallium_dri.so malloc 72 0x55717360e570 0.000125
+gallium_dri.so free 0x55717360e5c0 void 0.000123
+gallium_dri.so free 0x55717360e570 void 0.000124
+gallium_dri.so malloc 72 0x55717360e5c0 0.000125
+gallium_dri.so free 0x55717360e680 void 0.000119
+gallium_dri.so free 0x55717360e5c0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e5c0 0.000118
+gallium_dri.so free 0x55717360e780 void 0.000124
+gallium_dri.so free 0x55717360e5c0 void 0.000127
+gallium_dri.so malloc 72 0x55717360e730 0.000170
+gallium_dri.so free 0x5571735e2bc0 void 0.000123
+gallium_dri.so free 0x55717360e730 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2b70 0.000122
+gallium_dri.so free 0x5571735e2c00 void 0.000124
+gallium_dri.so free 0x5571735e2b70 void 0.000125
+gallium_dri.so malloc 72 0x5571735e2b70 0.000125
+gallium_dri.so free 0x5571735e2cc0 void 0.000124
+gallium_dri.so free 0x5571735e2b70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2d00 0.000119
+gallium_dri.so free 0x5571735e2d80 void 0.000123
+gallium_dri.so free 0x5571735e2d00 void 0.000134
+gallium_dri.so malloc 72 0x5571735e2d80 0.000132
+gallium_dri.so free 0x557173603500 void 0.000130
+gallium_dri.so free 0x5571735e2d80 void 0.000125
+gallium_dri.so malloc 72 0x557173603540 0.000124
+gallium_dri.so free 0x5571736035c0 void 0.000130
+gallium_dri.so free 0x557173603540 void 0.000125
+gallium_dri.so malloc 72 0x557173603540 0.000128
+gallium_dri.so free 0x557173603640 void 0.000130
+gallium_dri.so free 0x557173603540 void 0.000149
+gallium_dri.so malloc 72 0x557173603670 0.000130
+gallium_dri.so free 0x5571736036c0 void 0.000133
+gallium_dri.so free 0x557173603670 void 0.000130
+gallium_dri.so malloc 72 0x557173603670 0.000128
+gallium_dri.so free 0x55717358de00 void 0.000125
+gallium_dri.so free 0x557173603670 void 0.000122
+gallium_dri.so malloc 72 0x55717358de50 0.000127
+gallium_dri.so free 0x55717358dec0 void 0.000127
+gallium_dri.so free 0x55717358de50 void 0.000127
+gallium_dri.so malloc 72 0x55717358dee0 0.000129
+gallium_dri.so free 0x55717358df80 void 0.000130
+gallium_dri.so free 0x55717358dee0 void 0.000126
+gallium_dri.so malloc 72 0x55717358df30 0.000125
+gallium_dri.so free 0x55717358e000 void 0.000126
+gallium_dri.so free 0x55717358df30 void 0.000127
+gallium_dri.so malloc 72 0x55717358df30 0.000127
+gallium_dri.so free 0x5571735e1140 void 0.000126
+gallium_dri.so free 0x55717358df30 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1180 0.000125
+gallium_dri.so free 0x5571735e1200 void 0.000126
+gallium_dri.so free 0x5571735e1180 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1200 0.000126
+gallium_dri.so free 0x5571735e12c0 void 0.000128
+gallium_dri.so free 0x5571735e1200 void 0.000125
+gallium_dri.so malloc 72 0x5571735e1200 0.000126
+gallium_dri.so free 0x5571735e1340 void 0.000126
+gallium_dri.so free 0x5571735e1200 void 0.000137
+gallium_dri.so malloc 72 0x5571735e1370 0.000128
+gallium_dri.so free 0x557173466fc0 void 0.000127
+gallium_dri.so free 0x5571735e1370 void 0.000123
+gallium_dri.so malloc 72 0x557173467000 0.000125
+gallium_dri.so free 0x557173467080 void 0.000127
+gallium_dri.so free 0x557173467000 void 0.000125
+gallium_dri.so malloc 72 0x557173467080 0.000126
+gallium_dri.so free 0x557173467140 void 0.000124
+gallium_dri.so free 0x557173467080 void 0.000123
+gallium_dri.so malloc 72 0x557173467080 0.000125
+gallium_dri.so free 0x557173467200 void 0.000126
+gallium_dri.so free 0x557173467080 void 0.000126
+gallium_dri.so malloc 72 0x557173467220 0.000126
+gallium_dri.so free 0x5571735fa9c0 void 0.000126
+gallium_dri.so free 0x557173467220 void 0.000126
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000126
+gallium_dri.so free 0x5571735faa40 void 0.000123
+gallium_dri.so free 0x5571735fa9f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735fa9f0 0.000123
+gallium_dri.so free 0x5571735fab40 void 0.000126
+gallium_dri.so free 0x5571735fa9f0 void 0.000126
+gallium_dri.so malloc 72 0x5571735faaf0 0.000125
+gallium_dri.so free 0x5571735fac00 void 0.000123
+gallium_dri.so free 0x5571735faaf0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fabb0 0.000174
+gallium_dri.so free 0x55717360c0c0 void 0.000127
+gallium_dri.so free 0x5571735fabb0 void 0.000128
+gallium_dri.so malloc 72 0x55717360c0f0 0.000119
+gallium_dri.so free 0x55717360c140 void 0.000118
+gallium_dri.so free 0x55717360c0f0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c140 0.000117
+gallium_dri.so free 0x55717360c200 void 0.000120
+gallium_dri.so free 0x55717360c140 void 0.000117
+gallium_dri.so malloc 72 0x55717360c140 0.000120
+gallium_dri.so free 0x55717360c300 void 0.000133
+gallium_dri.so free 0x55717360c140 void 0.000121
+gallium_dri.so malloc 72 0x55717360c2b0 0.000120
+gallium_dri.so free 0x55717346a6c0 void 0.000118
+gallium_dri.so free 0x55717360c2b0 void 0.000116
+gallium_dri.so malloc 72 0x55717360c2b0 0.000121
+gallium_dri.so free 0x55717346a780 void 0.000121
+gallium_dri.so free 0x55717360c2b0 void 0.000117
+gallium_dri.so malloc 72 0x55717360c2b0 0.000120
+gallium_dri.so free 0x55717346a840 void 0.000120
+gallium_dri.so free 0x55717360c2b0 void 0.000119
+gallium_dri.so malloc 72 0x55717346a7f0 0.000120
+gallium_dri.so free 0x55717346a8c0 void 0.000119
+gallium_dri.so free 0x55717346a7f0 void 0.000120
+gallium_dri.so malloc 72 0x55717346a910 0.000119
+gallium_dri.so free 0x5571734620c0 void 0.000120
+gallium_dri.so free 0x55717346a910 void 0.000130
+gallium_dri.so malloc 72 0x557173462100 0.000118
+gallium_dri.so free 0x557173462180 void 0.000121
+gallium_dri.so free 0x557173462100 void 0.000119
+gallium_dri.so malloc 72 0x557173462100 0.000118
+gallium_dri.so free 0x557173462200 void 0.000120
+gallium_dri.so free 0x557173462100 void 0.000120
+gallium_dri.so malloc 72 0x557173462230 0.000119
+gallium_dri.so free 0x557173462280 void 0.000119
+gallium_dri.so free 0x557173462230 void 0.000116
+gallium_dri.so malloc 72 0x557173462230 0.000119
+gallium_dri.so free 0x557173462380 void 0.000118
+gallium_dri.so free 0x557173462230 void 0.000119
+gallium_dri.so malloc 72 0x557173462330 0.000118
+gallium_dri.so free 0x5571735e1a00 void 0.000118
+gallium_dri.so free 0x557173462330 void 0.000118
+gallium_dri.so malloc 72 0x557173462330 0.000119
+gallium_dri.so free 0x5571735e1a80 void 0.000121
+gallium_dri.so free 0x557173462330 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1b00 void 0.000119
+gallium_dri.so free 0x5571735e1ab0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1ab0 0.000119
+gallium_dri.so free 0x5571735e1c00 void 0.000120
+gallium_dri.so free 0x5571735e1ab0 void 0.000116
+gallium_dri.so malloc 72 0x5571735e1c40 0.000117
+gallium_dri.so free 0x5571735fb280 void 0.000132
+gallium_dri.so free 0x5571735e1c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb280 0.000120
+gallium_dri.so free 0x5571735fb340 void 0.000119
+gallium_dri.so free 0x5571735fb280 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb280 0.000118
+gallium_dri.so free 0x5571735fb3c0 void 0.000116
+gallium_dri.so free 0x5571735fb280 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000120
+gallium_dri.so free 0x5571735e1cc0 void 0.000120
+gallium_dri.so free 0x5571735fb3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb3f0 0.000119
+gallium_dri.so free 0x5571735fb440 void 0.000120
+gallium_dri.so free 0x5571735fb3f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb440 0.000120
+gallium_dri.so free 0x5571735eb9c0 void 0.000117
+gallium_dri.so free 0x5571735fb440 void 0.000119
+gallium_dri.so malloc 72 0x5571735fb440 0.000119
+gallium_dri.so free 0x5571735eba80 void 0.000120
+gallium_dri.so free 0x5571735fb440 void 0.000125
+gallium_dri.so malloc 72 0x5571735ebaa0 0.000121
+gallium_dri.so free 0x5571735ebb40 void 0.000120
+gallium_dri.so free 0x5571735ebaa0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000120
+gallium_dri.so free 0x5571735ebbc0 void 0.000135
+gallium_dri.so free 0x5571735ebaf0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ebaf0 0.000130
+gallium_dri.so free 0x5571735fb500 void 0.000119
+gallium_dri.so free 0x5571735ebaf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb500 0.000119
+gallium_dri.so free 0x5571735ebc40 void 0.000120
+gallium_dri.so free 0x5571735fb500 void 0.000116
+gallium_dri.so malloc 72 0x5571735fb500 0.000120
+gallium_dri.so free 0x5571735c0500 void 0.000121
+gallium_dri.so free 0x5571735fb500 void 0.000120
+gallium_dri.so malloc 72 0x5571735fb500 0.000120
+gallium_dri.so free 0x5571735c05c0 void 0.000120
+gallium_dri.so free 0x5571735fb500 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0570 0.000119
+gallium_dri.so free 0x5571735c0680 void 0.000120
+gallium_dri.so free 0x5571735c0570 void 0.000118
+gallium_dri.so malloc 72 0x5571735c0630 0.000119
+gallium_dri.so free 0x5571735c0700 void 0.000118
+gallium_dri.so free 0x5571735c0630 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0750 0.000117
+gallium_dri.so free 0x5571735c07c0 void 0.000117
+gallium_dri.so free 0x5571735c0750 void 0.000120
+gallium_dri.so malloc 72 0x5571735c0750 0.000117
+gallium_dri.so free 0x5571735fa0c0 void 0.000120
+gallium_dri.so free 0x5571735c0750 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0750 0.000120
+gallium_dri.so free 0x5571735fa180 void 0.000119
+gallium_dri.so free 0x5571735c0750 void 0.000125
+gallium_dri.so malloc 72 0x5571735fa130 0.000118
+gallium_dri.so free 0x5571735fa200 void 0.000117
+gallium_dri.so free 0x5571735fa130 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa250 0.000115
+gallium_dri.so free 0x5571735fa2c0 void 0.000115
+gallium_dri.so free 0x5571735fa250 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa300 0.000115
+gallium_dri.so free 0x5571735fa380 void 0.000117
+gallium_dri.so free 0x5571735fa300 void 0.000115
+gallium_dri.so malloc 72 0x5571735fa300 0.000115
+gallium_dri.so free 0x5571735da8c0 void 0.000117
+gallium_dri.so free 0x5571735fa300 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa300 0.000116
+gallium_dri.so free 0x5571735da980 void 0.000117
+gallium_dri.so free 0x5571735fa300 void 0.000114
+gallium_dri.so malloc 72 0x5571735da930 0.000115
+gallium_dri.so free 0x5571735daa00 void 0.000116
+gallium_dri.so free 0x5571735da930 void 0.000116
+gallium_dri.so malloc 72 0x5571735daa50 0.000212
+gallium_dri.so free 0x5571735daac0 void 0.000160
+gallium_dri.so free 0x5571735daa50 void 0.000160
+gallium_dri.so malloc 72 0x5571735daae0 0.000119
+gallium_dri.so free 0x5571735dab80 void 0.000124
+gallium_dri.so free 0x5571735daae0 void 0.000171
+gallium_dri.so malloc 72 0x5571735dab30 0.000124
+gallium_dri.so free 0x5571735f4c40 void 0.000123
+gallium_dri.so free 0x5571735dab30 void 0.000118
+gallium_dri.so malloc 72 0x5571735dab30 0.000113
+gallium_dri.so free 0x5571735f4d40 void 0.000117
+gallium_dri.so free 0x5571735dab30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4cf0 0.000113
+gallium_dri.so free 0x5571735f4dc0 void 0.000120
+gallium_dri.so free 0x5571735f4cf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4e10 0.000113
+gallium_dri.so free 0x5571735f4e80 void 0.000119
+gallium_dri.so free 0x5571735f4e10 void 0.000113
+gallium_dri.so malloc 72 0x5571735f4ea0 0.000113
+gallium_dri.so free 0x5571735f29c0 void 0.000114
+gallium_dri.so free 0x5571735f4ea0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000112
+gallium_dri.so free 0x5571735f2a40 void 0.000113
+gallium_dri.so free 0x5571735f2970 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2970 0.000112
+gallium_dri.so free 0x5571735f2ac0 void 0.000115
+gallium_dri.so free 0x5571735f2970 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000113
+gallium_dri.so free 0x5571735f2b80 void 0.000113
+gallium_dri.so free 0x5571735f2ac0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f2ac0 0.000113
+gallium_dri.so free 0x5571735f4f40 void 0.000123
+gallium_dri.so free 0x5571735f2ac0 void 0.000111
+gallium_dri.so malloc 72 0x5571735f4ef0 0.000112
+gallium_dri.so free 0x5571735f2c80 void 0.000112
+gallium_dri.so free 0x5571735f4ef0 void 0.000112
+gallium_dri.so malloc 72 0x5571735f2cb0 0.000111
+gallium_dri.so free 0x557173589740 void 0.000116
+gallium_dri.so free 0x5571735f2cb0 void 0.000123
+gallium_dri.so malloc 72 0x5571735896f0 0.000118
+gallium_dri.so free 0x5571735897c0 void 0.000113
+gallium_dri.so free 0x5571735896f0 void 0.000113
+gallium_dri.so malloc 72 0x557173589810 0.000111
+gallium_dri.so free 0x557173589880 void 0.000213
+gallium_dri.so free 0x557173589810 void 0.000212
+gallium_dri.so malloc 72 0x5571735898a0 0.000186
+gallium_dri.so free 0x557173589940 void 0.000119
+gallium_dri.so free 0x5571735898a0 void 0.000125
+gallium_dri.so malloc 72 0x5571735898f0 0.000120
+gallium_dri.so free 0x5571735899c0 void 0.000119
+gallium_dri.so free 0x5571735898f0 void 0.000122
+gallium_dri.so malloc 72 0x5571735899c0 0.000124
+gallium_dri.so free 0x5571735db580 void 0.000125
+gallium_dri.so free 0x5571735899c0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db5c0 0.000122
+gallium_dri.so free 0x5571735db640 void 0.000119
+gallium_dri.so free 0x5571735db5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000118
+gallium_dri.so free 0x5571735db700 void 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db640 0.000118
+gallium_dri.so free 0x5571735db780 void 0.000118
+gallium_dri.so free 0x5571735db640 void 0.000118
+gallium_dri.so malloc 72 0x5571735db7b0 0.000118
+gallium_dri.so free 0x5571735db800 void 0.000118
+gallium_dri.so free 0x5571735db7b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735db7b0 0.000117
+gallium_dri.so free 0x5571736101c0 void 0.000118
+gallium_dri.so free 0x5571735db7b0 void 0.000115
+gallium_dri.so malloc 72 0x557173610170 0.000120
+gallium_dri.so free 0x557173610280 void 0.000118
+gallium_dri.so free 0x557173610170 void 0.000116
+gallium_dri.so malloc 72 0x557173610230 0.000119
+gallium_dri.so free 0x557173610300 void 0.000117
+gallium_dri.so free 0x557173610230 void 0.000118
+gallium_dri.so malloc 72 0x557173610320 0.000118
+gallium_dri.so free 0x5571736103c0 void 0.000117
+gallium_dri.so free 0x557173610320 void 0.000118
+gallium_dri.so malloc 72 0x557173610370 0.000118
+gallium_dri.so free 0x557173610440 void 0.000140
+gallium_dri.so free 0x557173610370 void 0.000129
+gallium_dri.so malloc 72 0x557173610370 0.000118
+gallium_dri.so free 0x5571735de300 void 0.000118
+gallium_dri.so free 0x557173610370 void 0.000118
+gallium_dri.so malloc 72 0x5571735de350 0.000117
+gallium_dri.so free 0x5571735de3c0 void 0.000118
+gallium_dri.so free 0x5571735de350 void 0.000133
+gallium_dri.so malloc 72 0x5571735de3e0 0.000118
+gallium_dri.so free 0x5571735de480 void 0.000118
+gallium_dri.so free 0x5571735de3e0 void 0.000118
+gallium_dri.so malloc 72 0x5571735de430 0.000118
+gallium_dri.so free 0x5571735de500 void 0.000119
+gallium_dri.so free 0x5571735de430 void 0.000118
+gallium_dri.so malloc 72 0x5571735de430 0.000119
+gallium_dri.so free 0x5571735de600 void 0.000118
+gallium_dri.so free 0x5571735de430 void 0.000118
+gallium_dri.so malloc 72 0x5571735de5b0 0.000117
+gallium_dri.so free 0x5571735dc8c0 void 0.000118
+gallium_dri.so free 0x5571735de5b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc870 0.000118
+gallium_dri.so free 0x5571735dc980 void 0.000119
+gallium_dri.so free 0x5571735dc870 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc930 0.000118
+gallium_dri.so free 0x5571735dc9c0 void 0.000118
+gallium_dri.so free 0x5571735dc930 void 0.000117
+gallium_dri.so malloc 72 0x5571735dc930 0.000115
+gallium_dri.so free 0x5571735dca80 void 0.000127
+gallium_dri.so free 0x5571735dc930 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcac0 0.000118
+gallium_dri.so free 0x5571735dcb40 void 0.000118
+gallium_dri.so free 0x5571735dcac0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dcb40 0.000117
+gallium_dri.so free 0x5571735fe280 void 0.000117
+gallium_dri.so free 0x5571735dcb40 void 0.000120
+gallium_dri.so malloc 72 0x5571735fe230 0.000119
+gallium_dri.so free 0x5571735fe300 void 0.000118
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe3c0 void 0.000118
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe230 0.000118
+gallium_dri.so free 0x5571735fe480 void 0.000119
+gallium_dri.so free 0x5571735fe230 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe430 0.000119
+gallium_dri.so free 0x5571735fe500 void 0.000117
+gallium_dri.so free 0x5571735fe430 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe550 0.000118
+gallium_dri.so free 0x5571735c2500 void 0.000118
+gallium_dri.so free 0x5571735fe550 void 0.000117
+gallium_dri.so malloc 72 0x5571735c24b0 0.000118
+gallium_dri.so free 0x5571735c2540 void 0.000117
+gallium_dri.so free 0x5571735c24b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735c24b0 0.000117
+gallium_dri.so free 0x5571735c2600 void 0.000201
+gallium_dri.so free 0x5571735c24b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c2650 0.000117
+gallium_dri.so free 0x5571735c26c0 void 0.000118
+gallium_dri.so free 0x5571735c2650 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2700 0.000118
+gallium_dri.so free 0x5571735c2780 void 0.000118
+gallium_dri.so free 0x5571735c2700 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2780 0.000118
+gallium_dri.so free 0x5571735f6c40 void 0.000118
+gallium_dri.so free 0x5571735c2780 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000117
+gallium_dri.so free 0x5571735f6c80 void 0.000134
+gallium_dri.so free 0x5571735f6bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f6bf0 0.000117
+gallium_dri.so free 0x5571735f6d40 void 0.000124
+gallium_dri.so free 0x5571735f6bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6d80 0.000117
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so free 0x5571735f6d80 void 0.000117
+gallium_dri.so malloc 72 0x5571735f6e00 0.000118
+gallium_dri.so free 0x5571735f6ec0 void 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735f6e00 0.000118
+gallium_dri.so free 0x5571735ec680 void 0.000118
+gallium_dri.so free 0x5571735f6e00 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec6a0 0.000120
+gallium_dri.so free 0x5571735ec740 void 0.000118
+gallium_dri.so free 0x5571735ec6a0 void 0.000116
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000119
+gallium_dri.so free 0x5571735ec7c0 void 0.000118
+gallium_dri.so free 0x5571735ec6f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735ec6f0 0.000117
+gallium_dri.so free 0x5571735ec840 void 0.000117
+gallium_dri.so free 0x5571735ec6f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec840 0.000118
+gallium_dri.so free 0x5571735ec900 void 0.000118
+gallium_dri.so free 0x5571735ec840 void 0.000118
+gallium_dri.so malloc 72 0x5571735ec840 0.000117
+gallium_dri.so free 0x5571735e26c0 void 0.000117
+gallium_dri.so free 0x5571735ec840 void 0.000117
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2740 void 0.000117
+gallium_dri.so free 0x5571735e26f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e26f0 0.000118
+gallium_dri.so free 0x5571735e2840 void 0.000117
+gallium_dri.so free 0x5571735e26f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2880 0.000117
+gallium_dri.so free 0x5571735e2900 void 0.000135
+gallium_dri.so free 0x5571735e2880 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2900 0.000117
+gallium_dri.so free 0x5571735e29c0 void 0.000119
+gallium_dri.so free 0x5571735e2900 void 0.000129
+gallium_dri.so malloc 72 0x5571735e2900 0.000119
+gallium_dri.so free 0x5571735df640 void 0.000118
+gallium_dri.so free 0x5571735e2900 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5f0 0.000118
+gallium_dri.so free 0x5571735df6c0 void 0.000118
+gallium_dri.so free 0x5571735df5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df5f0 0.000118
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so free 0x5571735df5f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735df740 0.000118
+gallium_dri.so free 0x5571735df800 void 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000117
+gallium_dri.so malloc 72 0x5571735df740 0.000118
+gallium_dri.so free 0x5571735df900 void 0.000119
+gallium_dri.so free 0x5571735df740 void 0.000120
+gallium_dri.so malloc 72 0x5571735df740 0.000119
+gallium_dri.so free 0x5571735f5900 void 0.000120
+gallium_dri.so free 0x5571735df740 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5930 0.000117
+gallium_dri.so free 0x5571735f5980 void 0.000119
+gallium_dri.so free 0x5571735f5930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5930 0.000118
+gallium_dri.so free 0x5571735f5a80 void 0.000117
+gallium_dri.so free 0x5571735f5930 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5a30 0.000117
+gallium_dri.so free 0x5571735f5b40 void 0.000138
+gallium_dri.so free 0x5571735f5a30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5af0 0.000118
+gallium_dri.so free 0x5571735f5b80 void 0.000118
+gallium_dri.so free 0x5571735f5af0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5af0 0.000117
+gallium_dri.so free 0x55717360dc00 void 0.000122
+gallium_dri.so free 0x5571735f5af0 void 0.000119
+gallium_dri.so malloc 72 0x55717360dbb0 0.000118
+gallium_dri.so free 0x55717360dcc0 void 0.000118
+gallium_dri.so free 0x55717360dbb0 void 0.000116
+gallium_dri.so malloc 72 0x55717360dc70 0.000118
+gallium_dri.so free 0x55717360dd40 void 0.000119
+gallium_dri.so free 0x55717360dc70 void 0.000115
+gallium_dri.so malloc 72 0x55717360dd90 0.000118
+gallium_dri.so free 0x55717360de00 void 0.000117
+gallium_dri.so free 0x55717360dd90 void 0.000114
+gallium_dri.so malloc 72 0x55717360de20 0.000117
+gallium_dri.so free 0x55717360dec0 void 0.000117
+gallium_dri.so free 0x55717360de20 void 0.000118
+gallium_dri.so malloc 72 0x55717360de70 0.000119
+gallium_dri.so free 0x5571735c4ac0 void 0.000118
+gallium_dri.so free 0x55717360de70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4a70 0.000118
+gallium_dri.so free 0x5571735c4b40 void 0.000119
+gallium_dri.so free 0x5571735c4a70 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4b90 0.000118
+gallium_dri.so free 0x5571735c4c00 void 0.000130
+gallium_dri.so free 0x5571735c4b90 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4c40 0.000118
+gallium_dri.so free 0x5571735c4cc0 void 0.000117
+gallium_dri.so free 0x5571735c4c40 void 0.000117
+gallium_dri.so malloc 72 0x5571735c4c40 0.000117
+gallium_dri.so free 0x5571735c4d40 void 0.000118
+gallium_dri.so free 0x5571735c4c40 void 0.000118
+gallium_dri.so malloc 72 0x5571735c4d70 0.000119
+gallium_dri.so free 0x557173461780 void 0.000118
+gallium_dri.so free 0x5571735c4d70 void 0.000118
+gallium_dri.so malloc 72 0x557173461730 0.000117
+gallium_dri.so free 0x557173461800 void 0.000117
+gallium_dri.so free 0x557173461730 void 0.000117
+gallium_dri.so malloc 72 0x557173461850 0.000118
+gallium_dri.so free 0x5571734618c0 void 0.000118
+gallium_dri.so free 0x557173461850 void 0.000117
+gallium_dri.so malloc 72 0x5571734618e0 0.000118
+gallium_dri.so free 0x557173461980 void 0.000118
+gallium_dri.so free 0x5571734618e0 void 0.000118
+gallium_dri.so malloc 72 0x557173461930 0.000117
+gallium_dri.so free 0x557173461a00 void 0.000118
+gallium_dri.so free 0x557173461930 void 0.000118
+gallium_dri.so malloc 72 0x557173461930 0.000118
+gallium_dri.so free 0x55717360c8c0 void 0.000118
+gallium_dri.so free 0x557173461930 void 0.000118
+gallium_dri.so malloc 72 0x55717360c900 0.000125
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so free 0x55717360c900 void 0.000117
+gallium_dri.so malloc 72 0x55717360c980 0.000116
+gallium_dri.so free 0x55717360ca40 void 0.000118
+gallium_dri.so free 0x55717360c980 void 0.000119
+gallium_dri.so malloc 72 0x55717360c980 0.000118
+gallium_dri.so free 0x55717360cac0 void 0.000119
+gallium_dri.so free 0x55717360c980 void 0.000117
+gallium_dri.so malloc 72 0x55717360caf0 0.000117
+gallium_dri.so free 0x55717360cb40 void 0.000117
+gallium_dri.so free 0x55717360caf0 void 0.000116
+gallium_dri.so malloc 72 0x55717360caf0 0.000118
+gallium_dri.so free 0x557173600840 void 0.000118
+gallium_dri.so free 0x55717360caf0 void 0.000132
+gallium_dri.so malloc 72 0x5571736007f0 0.000119
+gallium_dri.so free 0x557173600900 void 0.000118
+gallium_dri.so free 0x5571736007f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736008b0 0.000118
+gallium_dri.so free 0x557173600980 void 0.000117
+gallium_dri.so free 0x5571736008b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736008b0 0.000117
+gallium_dri.so free 0x557173600a40 void 0.000123
+gallium_dri.so free 0x5571736008b0 void 0.000120
+gallium_dri.so malloc 72 0x5571736008b0 0.000118
+gallium_dri.so free 0x557173600b00 void 0.000118
+gallium_dri.so free 0x5571736008b0 void 0.000118
+gallium_dri.so malloc 72 0x557173600ab0 0.000124
+gallium_dri.so free 0x557173473680 void 0.000118
+gallium_dri.so free 0x557173600ab0 void 0.000118
+gallium_dri.so malloc 72 0x5571734736d0 0.000117
+gallium_dri.so free 0x557173473740 void 0.000117
+gallium_dri.so free 0x5571734736d0 void 0.000117
+gallium_dri.so malloc 72 0x557173473760 0.000117
+gallium_dri.so free 0x557173473800 void 0.000118
+gallium_dri.so free 0x557173473760 void 0.000117
+gallium_dri.so malloc 72 0x5571734737b0 0.000118
+gallium_dri.so free 0x557173473880 void 0.000118
+gallium_dri.so free 0x5571734737b0 void 0.000117
+gallium_dri.so malloc 72 0x557173473880 0.000119
+gallium_dri.so free 0x557173473940 void 0.000117
+gallium_dri.so free 0x557173473880 void 0.000119
+gallium_dri.so malloc 72 0x557173473880 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000123
+gallium_dri.so free 0x557173473880 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000117
+gallium_dri.so free 0x5571735fa680 void 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa5c0 0.000117
+gallium_dri.so free 0x5571735fa700 void 0.000117
+gallium_dri.so free 0x5571735fa5c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fa730 0.000121
+gallium_dri.so free 0x5571735fa780 void 0.000117
+gallium_dri.so free 0x5571735fa730 void 0.000204
+gallium_dri.so malloc 72 0x5571735fa730 0.000119
+gallium_dri.so free 0x5571735fa880 void 0.000117
+gallium_dri.so free 0x5571735fa730 void 0.000117
+gallium_dri.so malloc 72 0x5571735fa830 0.000117
+gallium_dri.so free 0x5571735c11c0 void 0.000119
+gallium_dri.so free 0x5571735fa830 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1200 0.000118
+gallium_dri.so free 0x5571735c1280 void 0.000117
+gallium_dri.so free 0x5571735c1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1200 0.000119
+gallium_dri.so free 0x5571735c1300 void 0.000118
+gallium_dri.so free 0x5571735c1200 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1330 0.000117
+gallium_dri.so free 0x5571735c1380 void 0.000117
+gallium_dri.so free 0x5571735c1330 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1330 0.000118
+gallium_dri.so free 0x5571735c1480 void 0.000120
+gallium_dri.so free 0x5571735c1330 void 0.000117
+gallium_dri.so malloc 72 0x5571735c1430 0.000119
+gallium_dri.so free 0x5571735f9200 void 0.000117
+gallium_dri.so free 0x5571735c1430 void 0.000117
+gallium_dri.so malloc 72 0x5571735f91b0 0.000118
+gallium_dri.so free 0x5571735f9240 void 0.000118
+gallium_dri.so free 0x5571735f91b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f91b0 0.000119
+gallium_dri.so free 0x5571735f9300 void 0.000128
+gallium_dri.so free 0x5571735f91b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f9370 0.000119
+gallium_dri.so free 0x5571735f93c0 void 0.000118
+gallium_dri.so free 0x5571735f9370 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9370 0.000118
+gallium_dri.so free 0x5571735f94c0 void 0.000119
+gallium_dri.so free 0x5571735f9370 void 0.000117
+gallium_dri.so malloc 72 0x5571735f9470 0.000117
+gallium_dri.so free 0x55717346cc40 void 0.000117
+gallium_dri.so free 0x5571735f9470 void 0.000117
+gallium_dri.so malloc 72 0x55717346cbf0 0.000117
+gallium_dri.so free 0x55717346cc80 void 0.000123
+gallium_dri.so free 0x55717346cbf0 void 0.000119
+gallium_dri.so malloc 72 0x55717346cbf0 0.000117
+gallium_dri.so free 0x55717346cd40 void 0.000118
+gallium_dri.so free 0x55717346cbf0 void 0.000121
+gallium_dri.so malloc 72 0x55717346cd80 0.000124
+gallium_dri.so free 0x55717346ce00 void 0.000119
+gallium_dri.so free 0x55717346cd80 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce00 0.000118
+gallium_dri.so free 0x55717346cec0 void 0.000119
+gallium_dri.so free 0x55717346ce00 void 0.000120
+gallium_dri.so malloc 72 0x55717346ce00 0.000119
+gallium_dri.so free 0x557173601340 void 0.000118
+gallium_dri.so free 0x55717346ce00 void 0.000118
+gallium_dri.so malloc 72 0x55717346ce00 0.000126
+gallium_dri.so free 0x5571736013c0 void 0.000118
+gallium_dri.so free 0x55717346ce00 void 0.000117
+gallium_dri.so malloc 72 0x5571736013f0 0.000117
+gallium_dri.so free 0x557173601440 void 0.000118
+gallium_dri.so free 0x5571736013f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736013f0 0.000118
+gallium_dri.so free 0x557173601540 void 0.000118
+gallium_dri.so free 0x5571736013f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736014f0 0.000117
+gallium_dri.so free 0x557173601600 void 0.000120
+gallium_dri.so free 0x5571736014f0 void 0.000117
+gallium_dri.so malloc 72 0x5571736015b0 0.000118
+gallium_dri.so free 0x5571735f5040 void 0.000118
+gallium_dri.so free 0x5571736015b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735f4ff0 0.000117
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so free 0x5571735f4ff0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f50c0 0.000118
+gallium_dri.so free 0x5571735f5180 void 0.000118
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f50c0 0.000117
+gallium_dri.so free 0x5571735f5200 void 0.000117
+gallium_dri.so free 0x5571735f50c0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f5200 0.000119
+gallium_dri.so free 0x557173601640 void 0.000118
+gallium_dri.so free 0x5571735f5200 void 0.000116
+gallium_dri.so malloc 72 0x5571735f5200 0.000113
+gallium_dri.so free 0x5571735f52c0 void 0.000109
+gallium_dri.so free 0x5571735f5200 void 0.000110
+gallium_dri.so malloc 72 0x5571735f5200 0.000109
+gallium_dri.so free 0x5571735ebdc0 void 0.000129
+gallium_dri.so free 0x5571735f5200 void 0.000113
+gallium_dri.so malloc 72 0x5571735ebd70 0.000109
+gallium_dri.so free 0x5571735ebe40 void 0.000111
+gallium_dri.so free 0x5571735ebd70 void 0.000109
+gallium_dri.so malloc 72 0x5571735ebe90 0.000110
+gallium_dri.so free 0x5571735ebf00 void 0.000109
+gallium_dri.so free 0x5571735ebe90 void 0.000110
+gallium_dri.so malloc 72 0x5571735ebf40 0.000109
+gallium_dri.so free 0x5571735ebfc0 void 0.000109
+gallium_dri.so free 0x5571735ebf40 void 0.000121
+gallium_dri.so malloc 72 0x5571735ebf40 0.000113
+gallium_dri.so free 0x5571735ec040 void 0.000110
+gallium_dri.so free 0x5571735ebf40 void 0.000110
+gallium_dri.so malloc 72 0x5571735ec070 0.000109
+gallium_dri.so free 0x5571735fb680 void 0.000111
+gallium_dri.so free 0x5571735ec070 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb630 0.000112
+gallium_dri.so free 0x5571735fb700 void 0.000111
+gallium_dri.so free 0x5571735fb630 void 0.000109
+gallium_dri.so malloc 72 0x5571735fb750 0.000111
+gallium_dri.so free 0x5571735ec0c0 void 0.000110
+gallium_dri.so free 0x5571735fb750 void 0.000110
+gallium_dri.so malloc 72 0x5571735fb750 0.000147
+gallium_dri.so free 0x5571735fb7c0 void 0.000128
+gallium_dri.so free 0x5571735fb750 void 0.000131
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000129
+gallium_dri.so free 0x5571735fb840 void 0.000121
+gallium_dri.so free 0x5571735fb7f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fb7f0 0.000122
+gallium_dri.so free 0x5571735fb940 void 0.000124
+gallium_dri.so free 0x5571735fb7f0 void 0.000127
+gallium_dri.so malloc 72 0x5571735fb980 0.000119
+gallium_dri.so free 0x5571735c0900 void 0.000122
+gallium_dri.so free 0x5571735fb980 void 0.000119
+gallium_dri.so malloc 72 0x5571735c08b0 0.000117
+gallium_dri.so free 0x5571735c09c0 void 0.000118
+gallium_dri.so free 0x5571735c08b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0970 0.000124
+gallium_dri.so free 0x5571735c0a00 void 0.000125
+gallium_dri.so free 0x5571735c0970 void 0.000123
+gallium_dri.so malloc 72 0x5571735c0970 0.000120
+gallium_dri.so free 0x5571735c0ac0 void 0.000119
+gallium_dri.so free 0x5571735c0970 void 0.000122
+gallium_dri.so malloc 72 0x5571735c0b00 0.000119
+gallium_dri.so free 0x5571735c0b80 void 0.000118
+gallium_dri.so free 0x5571735c0b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735c0b80 0.000124
+gallium_dri.so free 0x5571735e1e00 void 0.000124
+gallium_dri.so free 0x5571735c0b80 void 0.000126
+gallium_dri.so malloc 72 0x5571735e1db0 0.000119
+gallium_dri.so free 0x5571735e1e80 void 0.000124
+gallium_dri.so free 0x5571735e1db0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e1db0 0.000123
+gallium_dri.so free 0x5571735e1f40 void 0.000120
+gallium_dri.so free 0x5571735e1db0 void 0.000118
+gallium_dri.so malloc 72 0x5571735e1db0 0.000117
+gallium_dri.so free 0x5571735e2000 void 0.000121
+gallium_dri.so free 0x5571735e1db0 void 0.000119
+gallium_dri.so malloc 72 0x5571735e1fb0 0.000119
+gallium_dri.so free 0x5571735e2080 void 0.000123
+gallium_dri.so free 0x5571735e1fb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735e20d0 0.000122
+gallium_dri.so free 0x5571735dacc0 void 0.000124
+gallium_dri.so free 0x5571735e20d0 void 0.000119
+gallium_dri.so malloc 72 0x5571735dac70 0.000117
+gallium_dri.so free 0x5571735dad00 void 0.000124
+gallium_dri.so free 0x5571735dac70 void 0.000128
+gallium_dri.so malloc 72 0x5571735dac70 0.000123
+gallium_dri.so free 0x5571735dadc0 void 0.000161
+gallium_dri.so free 0x5571735dac70 void 0.000141
+gallium_dri.so malloc 72 0x5571735dae10 0.000138
+gallium_dri.so free 0x5571735dae80 void 0.000139
+gallium_dri.so free 0x5571735dae10 void 0.000137
+gallium_dri.so malloc 72 0x5571735daec0 0.000134
+gallium_dri.so free 0x5571735daf40 void 0.000134
+gallium_dri.so free 0x5571735daec0 void 0.000138
+gallium_dri.so malloc 72 0x5571735daf40 0.000138
+gallium_dri.so free 0x5571736068c0 void 0.000135
+gallium_dri.so free 0x5571735daf40 void 0.000134
+gallium_dri.so malloc 72 0x5571736068e0 0.000135
+gallium_dri.so free 0x557173606980 void 0.000141
+gallium_dri.so free 0x5571736068e0 void 0.000137
+gallium_dri.so malloc 72 0x557173606930 0.000145
+gallium_dri.so free 0x557173606a00 void 0.000139
+gallium_dri.so free 0x557173606930 void 0.000133
+gallium_dri.so malloc 72 0x557173606930 0.000137
+gallium_dri.so free 0x557173606a80 void 0.000138
+gallium_dri.so free 0x557173606930 void 0.000137
+gallium_dri.so malloc 72 0x557173606a80 0.000164
+gallium_dri.so free 0x557173606b40 void 0.000162
+gallium_dri.so free 0x557173606a80 void 0.000157
+gallium_dri.so malloc 72 0x557173606a80 0.000154
+gallium_dri.so free 0x557173606c40 void 0.000159
+gallium_dri.so free 0x557173606a80 void 0.000161
+gallium_dri.so malloc 72 0x557173606bf0 0.000159
+gallium_dri.so free 0x5571735f3300 void 0.000158
+gallium_dri.so free 0x557173606bf0 void 0.000156
+gallium_dri.so malloc 72 0x5571735f3330 0.000155
+gallium_dri.so free 0x5571735f3380 void 0.000158
+gallium_dri.so free 0x5571735f3330 void 0.000160
+gallium_dri.so malloc 72 0x5571735f3330 0.000162
+gallium_dri.so free 0x5571735f3480 void 0.000157
+gallium_dri.so free 0x5571735f3330 void 0.000158
+gallium_dri.so malloc 72 0x5571735f3430 0.000160
+gallium_dri.so free 0x5571735f3540 void 0.000158
+gallium_dri.so free 0x5571735f3430 void 0.000152
+gallium_dri.so malloc 72 0x5571735f34f0 0.000189
+gallium_dri.so free 0x5571735f3580 void 0.000183
+gallium_dri.so free 0x5571735f34f0 void 0.000182
+gallium_dri.so malloc 72 0x5571735f34f0 0.000183
+gallium_dri.so free 0x5571735f3640 void 0.000181
+gallium_dri.so free 0x5571735f34f0 void 0.000175
+gallium_dri.so malloc 72 0x5571735f36b0 0.000181
+gallium_dri.so free 0x5571735c39c0 void 0.000183
+gallium_dri.so free 0x5571735f36b0 void 0.000183
+gallium_dri.so malloc 72 0x5571735f36b0 0.000181
+gallium_dri.so free 0x5571735c3a40 void 0.000183
+gallium_dri.so free 0x5571735f36b0 void 0.000178
+gallium_dri.so malloc 72 0x5571735c3a40 0.000179
+gallium_dri.so free 0x5571735c3b00 void 0.000178
+gallium_dri.so free 0x5571735c3a40 void 0.000180
+gallium_dri.so malloc 72 0x5571735c3a40 0.000178
+gallium_dri.so free 0x5571735c3bc0 void 0.000185
+gallium_dri.so free 0x5571735c3a40 void 0.000183
+gallium_dri.so malloc 72 0x5571735c3a40 0.000181
+gallium_dri.so free 0x5571735c3c80 void 0.000178
+gallium_dri.so free 0x5571735c3a40 void 0.000176
+gallium_dri.so malloc 72 0x5571735c3c30 0.000163
+gallium_dri.so free 0x5571735c3d00 void 0.000144
+gallium_dri.so free 0x5571735c3c30 void 0.000145
+gallium_dri.so malloc 72 0x5571735c3d50 0.000144
+gallium_dri.so free 0x557173464e00 void 0.000145
+gallium_dri.so free 0x5571735c3d50 void 0.000145
+gallium_dri.so malloc 72 0x5571735c3d50 0.000140
+gallium_dri.so free 0x557173464ec0 void 0.000144
+gallium_dri.so free 0x5571735c3d50 void 0.000144
+gallium_dri.so malloc 72 0x557173464ee0 0.000143
+gallium_dri.so free 0x557173464f80 void 0.000142
+gallium_dri.so free 0x557173464ee0 void 0.000139
+gallium_dri.so malloc 72 0x557173464f30 0.000143
+gallium_dri.so free 0x557173465000 void 0.000207
+gallium_dri.so free 0x557173464f30 void 0.000178
+gallium_dri.so malloc 72 0x557173464f30 0.000177
+gallium_dri.so free 0x557173465080 void 0.000144
+gallium_dri.so free 0x557173464f30 void 0.000140
+gallium_dri.so malloc 72 0x557173465080 0.000137
+gallium_dri.so free 0x557173465140 void 0.000146
+gallium_dri.so free 0x557173465080 void 0.000143
+gallium_dri.so malloc 72 0x557173465080 0.000144
+gallium_dri.so free 0x55717346e100 void 0.000146
+gallium_dri.so free 0x557173465080 void 0.000144
+gallium_dri.so malloc 72 0x557173465080 0.000144
+gallium_dri.so free 0x55717346e1c0 void 0.000140
+gallium_dri.so free 0x557173465080 void 0.000139
+gallium_dri.so malloc 72 0x55717346e170 0.000143
+gallium_dri.so free 0x55717346e280 void 0.000144
+gallium_dri.so free 0x55717346e170 void 0.000146
+gallium_dri.so malloc 72 0x55717346e230 0.000143
+gallium_dri.so free 0x55717346e300 void 0.000144
+gallium_dri.so free 0x55717346e230 void 0.000146
+gallium_dri.so malloc 72 0x55717346e350 0.000143
+gallium_dri.so free 0x55717346e3c0 void 0.000141
+gallium_dri.so free 0x55717346e350 void 0.000140
+gallium_dri.so malloc 72 0x55717346e3e0 0.000143
+gallium_dri.so free 0x55717346e480 void 0.000144
+gallium_dri.so free 0x55717346e3e0 void 0.000143
+gallium_dri.so malloc 72 0x55717346e430 0.000142
+gallium_dri.so free 0x5571735f8100 void 0.000145
+gallium_dri.so free 0x55717346e430 void 0.000142
+gallium_dri.so malloc 72 0x55717346e430 0.000140
+gallium_dri.so free 0x5571735f8180 void 0.000140
+gallium_dri.so free 0x55717346e430 void 0.000141
+gallium_dri.so malloc 72 0x5571735f8180 0.000144
+gallium_dri.so free 0x5571735f8240 void 0.000144
+gallium_dri.so free 0x5571735f8180 void 0.000140
+gallium_dri.so malloc 72 0x5571735f8180 0.000138
+gallium_dri.so free 0x5571735f8340 void 0.000143
+gallium_dri.so free 0x5571735f8180 void 0.000149
+gallium_dri.so malloc 72 0x5571735f82f0 0.000190
+gallium_dri.so free 0x5571735f8380 void 0.000146
+gallium_dri.so free 0x5571735f82f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735f82f0 0.000141
+gallium_dri.so free 0x5571735f8440 void 0.000145
+gallium_dri.so free 0x5571735f82f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735f8480 0.000143
+gallium_dri.so free 0x55717358e200 void 0.000144
+gallium_dri.so free 0x5571735f8480 void 0.000144
+gallium_dri.so malloc 72 0x55717358e200 0.000141
+gallium_dri.so free 0x55717358e2c0 void 0.000139
+gallium_dri.so free 0x55717358e200 void 0.000141
+gallium_dri.so malloc 72 0x55717358e200 0.000144
+gallium_dri.so free 0x55717358e340 void 0.000203
+gallium_dri.so free 0x55717358e200 void 0.000183
+gallium_dri.so malloc 72 0x55717358e370 0.000176
+gallium_dri.so free 0x55717358e3c0 void 0.000177
+gallium_dri.so free 0x55717358e370 void 0.000144
+gallium_dri.so malloc 72 0x55717358e370 0.000149
+gallium_dri.so free 0x55717358e4c0 void 0.000142
+gallium_dri.so free 0x55717358e370 void 0.000143
+gallium_dri.so malloc 72 0x55717358e500 0.000144
+gallium_dri.so free 0x557173620740 void 0.000144
+gallium_dri.so free 0x55717358e500 void 0.000145
+gallium_dri.so malloc 72 0x557173620740 0.000143
+gallium_dri.so free 0x557173620800 void 0.000144
+gallium_dri.so free 0x557173620740 void 0.000143
+gallium_dri.so malloc 72 0x557173620740 0.000139
+gallium_dri.so free 0x557173620880 void 0.000144
+gallium_dri.so free 0x557173620740 void 0.000144
+gallium_dri.so malloc 72 0x5571736208b0 0.000144
+gallium_dri.so free 0x55717358e580 void 0.000141
+gallium_dri.so free 0x5571736208b0 void 0.000139
+gallium_dri.so malloc 72 0x5571736208b0 0.000143
+gallium_dri.so free 0x557173620900 void 0.000145
+gallium_dri.so free 0x5571736208b0 void 0.000142
+gallium_dri.so malloc 72 0x557173620900 0.000140
+gallium_dri.so free 0x5571736209c0 void 0.000140
+gallium_dri.so free 0x557173620900 void 0.000185
+gallium_dri.so malloc 72 0x557173620900 0.000145
+gallium_dri.so free 0x557173620ac0 void 0.000143
+gallium_dri.so free 0x557173620900 void 0.000144
+gallium_dri.so malloc 72 0x557173620900 0.000139
+gallium_dri.so free 0x557173608480 void 0.000144
+gallium_dri.so free 0x557173620900 void 0.000143
+gallium_dri.so malloc 72 0x557173620900 0.000143
+gallium_dri.so free 0x557173608540 void 0.000140
+gallium_dri.so free 0x557173620900 void 0.000139
+gallium_dri.so malloc 72 0x5571736084f0 0.000141
+gallium_dri.so free 0x5571736085c0 void 0.000150
+gallium_dri.so free 0x5571736084f0 void 0.000142
+gallium_dri.so malloc 72 0x557173608610 0.000138
+gallium_dri.so free 0x557173608680 void 0.000143
+gallium_dri.so free 0x557173608610 void 0.000143
+gallium_dri.so malloc 72 0x5571736086a0 0.000144
+gallium_dri.so free 0x557173608740 void 0.000141
+gallium_dri.so free 0x5571736086a0 void 0.000139
+gallium_dri.so malloc 72 0x5571736086f0 0.000142
+gallium_dri.so free 0x5571736087c0 void 0.000154
+gallium_dri.so free 0x5571736086f0 void 0.000145
+gallium_dri.so malloc 72 0x5571736087c0 0.000144
+gallium_dri.so free 0x557173462840 void 0.000145
+gallium_dri.so free 0x5571736087c0 void 0.000139
+gallium_dri.so malloc 72 0x5571736087c0 0.000139
+gallium_dri.so free 0x5571734628c0 void 0.000142
+gallium_dri.so free 0x5571736087c0 void 0.000146
+gallium_dri.so malloc 72 0x5571734628c0 0.000143
+gallium_dri.so free 0x557173462980 void 0.000145
+gallium_dri.so free 0x5571734628c0 void 0.000143
+gallium_dri.so malloc 72 0x5571734628c0 0.000142
+gallium_dri.so free 0x557173462a40 void 0.000140
+gallium_dri.so free 0x5571734628c0 void 0.000141
+gallium_dri.so malloc 72 0x5571734628c0 0.000140
+gallium_dri.so free 0x557173462b00 void 0.000141
+gallium_dri.so free 0x5571734628c0 void 0.000141
+gallium_dri.so malloc 72 0x557173462ab0 0.000145
+gallium_dri.so free 0x557173462b80 void 0.000145
+gallium_dri.so free 0x557173462ab0 void 0.000152
+gallium_dri.so malloc 72 0x557173462bd0 0.000145
+gallium_dri.so free 0x5571735d25c0 void 0.000144
+gallium_dri.so free 0x557173462bd0 void 0.000145
+gallium_dri.so malloc 72 0x557173462bd0 0.000140
+gallium_dri.so free 0x5571735d2640 void 0.000143
+gallium_dri.so free 0x557173462bd0 void 0.000144
+gallium_dri.so malloc 72 0x557173462bd0 0.000143
+gallium_dri.so free 0x5571735d2700 void 0.000145
+gallium_dri.so free 0x557173462bd0 void 0.000144
+gallium_dri.so malloc 72 0x557173462bd0 0.000142
+gallium_dri.so free 0x5571735d27c0 void 0.000145
+gallium_dri.so free 0x557173462bd0 void 0.000145
+gallium_dri.so malloc 72 0x5571735d2770 0.000140
+gallium_dri.so free 0x5571735d2840 void 0.000139
+gallium_dri.so free 0x5571735d2770 void 0.000142
+gallium_dri.so malloc 72 0x5571735d2890 0.000142
+gallium_dri.so free 0x5571735d2900 void 0.000139
+gallium_dri.so free 0x5571735d2890 void 0.000141
+gallium_dri.so malloc 72 0x5571735d2920 0.000187
+gallium_dri.so free 0x55717360f0c0 void 0.000146
+gallium_dri.so free 0x5571735d2920 void 0.000145
+gallium_dri.so malloc 72 0x5571735d2920 0.000139
+gallium_dri.so free 0x55717360f180 void 0.000145
+gallium_dri.so free 0x5571735d2920 void 0.000142
+gallium_dri.so malloc 72 0x55717360f130 0.000140
+gallium_dri.so free 0x55717360f180 void 0.000141
+gallium_dri.so free 0x55717360f130 void 0.000144
+gallium_dri.so malloc 72 0x55717360f130 0.000144
+gallium_dri.so free 0x55717360f280 void 0.000145
+gallium_dri.so free 0x55717360f130 void 0.000144
+gallium_dri.so malloc 72 0x55717360f230 0.000139
+gallium_dri.so free 0x55717360f340 void 0.000144
+gallium_dri.so free 0x55717360f230 void 0.000145
+gallium_dri.so malloc 72 0x55717360f2f0 0.000143
+gallium_dri.so free 0x55717360f380 void 0.000144
+gallium_dri.so free 0x55717360f2f0 void 0.000144
+gallium_dri.so malloc 72 0x55717360f2f0 0.000142
+gallium_dri.so free 0x5571735d0000 void 0.000205
+gallium_dri.so free 0x55717360f2f0 void 0.000144
+gallium_dri.so malloc 72 0x55717360f2f0 0.000143
+gallium_dri.so free 0x5571735d0080 void 0.000143
+gallium_dri.so free 0x55717360f2f0 void 0.000144
+gallium_dri.so malloc 72 0x5571735d0080 0.000139
+gallium_dri.so free 0x5571735d0140 void 0.000142
+gallium_dri.so free 0x5571735d0080 void 0.000142
+gallium_dri.so malloc 72 0x5571735d0080 0.000143
+gallium_dri.so free 0x5571735d0240 void 0.000143
+gallium_dri.so free 0x5571735d0080 void 0.000139
+gallium_dri.so malloc 72 0x5571735d0080 0.000143
+gallium_dri.so free 0x55717360f440 void 0.000141
+gallium_dri.so free 0x5571735d0080 void 0.000144
+gallium_dri.so malloc 72 0x55717360f470 0.000143
+gallium_dri.so free 0x5571735d02c0 void 0.000145
+gallium_dri.so free 0x55717360f470 void 0.000143
+gallium_dri.so malloc 72 0x5571735d0300 0.000145
+gallium_dri.so free 0x55717346bb40 void 0.000144
+gallium_dri.so free 0x5571735d0300 void 0.000156
+gallium_dri.so malloc 72 0x55717346bb40 0.000143
+gallium_dri.so free 0x55717346bc00 void 0.000141
+gallium_dri.so free 0x55717346bb40 void 0.000138
+gallium_dri.so malloc 72 0x55717346bb40 0.000144
+gallium_dri.so free 0x55717346bc80 void 0.000145
+gallium_dri.so free 0x55717346bb40 void 0.000143
+gallium_dri.so malloc 72 0x55717346bcb0 0.000140
+gallium_dri.so free 0x55717346bd00 void 0.000140
+gallium_dri.so free 0x55717346bcb0 void 0.000142
+gallium_dri.so malloc 72 0x55717346bd00 0.000145
+gallium_dri.so free 0x5571735d0380 void 0.000143
+gallium_dri.so free 0x55717346bd00 void 0.000139
+gallium_dri.so malloc 72 0x55717346bd00 0.000140
+gallium_dri.so free 0x55717346bdc0 void 0.000144
+gallium_dri.so free 0x55717346bd00 void 0.000145
+gallium_dri.so malloc 72 0x55717346bdc0 0.000144
+gallium_dri.so free 0x55717346be80 void 0.000195
+gallium_dri.so free 0x55717346bdc0 void 0.000176
+gallium_dri.so malloc 72 0x55717346bdc0 0.000253
+gallium_dri.so free 0x5571735ff740 void 0.000145
+gallium_dri.so free 0x55717346bdc0 void 0.000143
+gallium_dri.so malloc 72 0x55717346bdc0 0.000143
+gallium_dri.so free 0x5571735ff800 void 0.000140
+gallium_dri.so free 0x55717346bdc0 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff7b0 0.000144
+gallium_dri.so free 0x5571735ff880 void 0.000151
+gallium_dri.so free 0x5571735ff7b0 void 0.000143
+gallium_dri.so malloc 72 0x5571735ff8d0 0.000143
+gallium_dri.so free 0x5571735ff940 void 0.000141
+gallium_dri.so free 0x5571735ff8d0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ff980 0.000140
+gallium_dri.so free 0x5571735ffa00 void 0.000144
+gallium_dri.so free 0x5571735ff980 void 0.000140
+gallium_dri.so malloc 72 0x5571735ff980 0.000140
+gallium_dri.so free 0x5571735ffa80 void 0.000140
+gallium_dri.so free 0x5571735ff980 void 0.000143
+gallium_dri.so malloc 72 0x5571735ffab0 0.000141
+gallium_dri.so free 0x5571735fd180 void 0.000201
+gallium_dri.so free 0x5571735ffab0 void 0.000145
+gallium_dri.so malloc 72 0x5571735ffab0 0.000144
+gallium_dri.so free 0x5571735fd200 void 0.000143
+gallium_dri.so free 0x5571735ffab0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fd200 0.000142
+gallium_dri.so free 0x5571735fd2c0 void 0.000141
+gallium_dri.so free 0x5571735fd200 void 0.000141
+gallium_dri.so malloc 72 0x5571735fd200 0.000144
+gallium_dri.so free 0x5571735fd380 void 0.000144
+gallium_dri.so free 0x5571735fd200 void 0.000140
+gallium_dri.so malloc 72 0x5571735fd200 0.000139
+gallium_dri.so free 0x5571735fd440 void 0.000144
+gallium_dri.so free 0x5571735fd200 void 0.000144
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000144
+gallium_dri.so free 0x5571735fd440 void 0.000144
+gallium_dri.so free 0x5571735fd3f0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fd3f0 0.000140
+gallium_dri.so free 0x557173469380 void 0.000144
+gallium_dri.so free 0x5571735fd3f0 void 0.000155
+gallium_dri.so malloc 72 0x557173469380 0.000145
+gallium_dri.so free 0x5571735fd540 void 0.000144
+gallium_dri.so free 0x557173469380 void 0.000145
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000141
+gallium_dri.so free 0x557173469440 void 0.000143
+gallium_dri.so free 0x5571735fd4f0 void 0.000145
+gallium_dri.so malloc 72 0x5571735fd4f0 0.000143
+gallium_dri.so free 0x557173469500 void 0.000147
+gallium_dri.so free 0x5571735fd4f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734694b0 0.000142
+gallium_dri.so free 0x557173469580 void 0.000145
+gallium_dri.so free 0x5571734694b0 void 0.000141
+gallium_dri.so malloc 72 0x5571734695d0 0.000141
+gallium_dri.so free 0x557173469640 void 0.000146
+gallium_dri.so free 0x5571734695d0 void 0.000143
+gallium_dri.so malloc 72 0x5571734696a0 0.000143
+gallium_dri.so free 0x557173469740 void 0.000143
+gallium_dri.so free 0x5571734696a0 void 0.000140
+gallium_dri.so malloc 72 0x5571734696f0 0.000140
+gallium_dri.so free 0x55717358c640 void 0.000154
+gallium_dri.so free 0x5571734696f0 void 0.000145
+gallium_dri.so malloc 72 0x55717358c670 0.000142
+gallium_dri.so free 0x55717358c6c0 void 0.000144
+gallium_dri.so free 0x55717358c670 void 0.000144
+gallium_dri.so malloc 72 0x55717358c670 0.000143
+gallium_dri.so free 0x55717358c7c0 void 0.000145
+gallium_dri.so free 0x55717358c670 void 0.000144
+gallium_dri.so malloc 72 0x55717358c770 0.000140
+gallium_dri.so free 0x55717358c880 void 0.000145
+gallium_dri.so free 0x55717358c770 void 0.000145
+gallium_dri.so malloc 72 0x55717358c830 0.000143
+gallium_dri.so free 0x55717358c8c0 void 0.000144
+gallium_dri.so free 0x55717358c830 void 0.000141
+gallium_dri.so malloc 72 0x55717358c830 0.000142
+gallium_dri.so free 0x55717358c980 void 0.000144
+gallium_dri.so free 0x55717358c830 void 0.000144
+gallium_dri.so malloc 72 0x55717358c9d0 0.000145
+gallium_dri.so free 0x557173467dc0 void 0.000145
+gallium_dri.so free 0x55717358c9d0 void 0.000145
+gallium_dri.so malloc 72 0x557173467e00 0.000137
+gallium_dri.so free 0x557173467e80 void 0.000140
+gallium_dri.so free 0x557173467e00 void 0.000138
+gallium_dri.so malloc 72 0x557173467e80 0.000144
+gallium_dri.so free 0x557173467f40 void 0.000144
+gallium_dri.so free 0x557173467e80 void 0.000145
+gallium_dri.so malloc 72 0x557173467e80 0.000143
+gallium_dri.so free 0x557173467fc0 void 0.000140
+gallium_dri.so free 0x557173467e80 void 0.000138
+gallium_dri.so malloc 72 0x557173467ff0 0.000144
+gallium_dri.so free 0x557173468040 void 0.000148
+gallium_dri.so free 0x557173467ff0 void 0.000146
+gallium_dri.so malloc 72 0x557173467ff0 0.000144
+gallium_dri.so free 0x557173468140 void 0.000141
+gallium_dri.so free 0x557173467ff0 void 0.000139
+gallium_dri.so malloc 72 0x5571734680f0 0.000145
+gallium_dri.so free 0x557173465800 void 0.000145
+gallium_dri.so free 0x5571734680f0 void 0.000140
+gallium_dri.so malloc 72 0x557173465840 0.000139
+gallium_dri.so free 0x5571734658c0 void 0.000229
+gallium_dri.so free 0x557173465840 void 0.000145
+gallium_dri.so malloc 72 0x557173465840 0.000143
+gallium_dri.so free 0x557173465940 void 0.000151
+gallium_dri.so free 0x557173465840 void 0.000140
+gallium_dri.so malloc 72 0x557173465970 0.000141
+gallium_dri.so free 0x5571734659c0 void 0.000144
+gallium_dri.so free 0x557173465970 void 0.000140
+gallium_dri.so malloc 72 0x557173465970 0.000139
+gallium_dri.so free 0x557173465ac0 void 0.000144
+gallium_dri.so free 0x557173465970 void 0.000143
+gallium_dri.so malloc 72 0x557173465a70 0.000141
+gallium_dri.so free 0x557173465b80 void 0.000140
+gallium_dri.so free 0x557173465a70 void 0.000142
+gallium_dri.so malloc 72 0x557173465b30 0.000144
+gallium_dri.so free 0x55717358ec00 void 0.000141
+gallium_dri.so free 0x557173465b30 void 0.000139
+gallium_dri.so malloc 72 0x55717358ec30 0.000144
+gallium_dri.so free 0x55717358ec80 void 0.000145
+gallium_dri.so free 0x55717358ec30 void 0.000155
+gallium_dri.so malloc 72 0x55717358ec30 0.000144
+gallium_dri.so free 0x55717358ed80 void 0.000141
+gallium_dri.so free 0x55717358ec30 void 0.000142
+gallium_dri.so malloc 72 0x55717358edc0 0.000143
+gallium_dri.so free 0x55717358ee40 void 0.000144
+gallium_dri.so free 0x55717358edc0 void 0.000144
+gallium_dri.so malloc 72 0x55717358ee40 0.000140
+gallium_dri.so free 0x557173465bc0 void 0.000145
+gallium_dri.so free 0x55717358ee40 void 0.000144
+gallium_dri.so malloc 72 0x55717358ee40 0.000143
+gallium_dri.so free 0x55717358ef00 void 0.000145
+gallium_dri.so free 0x55717358ee40 void 0.000144
+gallium_dri.so malloc 72 0x55717358ee40 0.000140
+gallium_dri.so free 0x55717358efc0 void 0.000139
+gallium_dri.so free 0x55717358ee40 void 0.000142
+gallium_dri.so malloc 72 0x55717358ef70 0.000142
+gallium_dri.so free 0x5571735d2fc0 void 0.000146
+gallium_dri.so free 0x55717358ef70 void 0.000145
+gallium_dri.so malloc 72 0x5571735d3010 0.000154
+gallium_dri.so free 0x5571735d3080 void 0.000144
+gallium_dri.so free 0x5571735d3010 void 0.000143
+gallium_dri.so malloc 72 0x5571735d30e0 0.000145
+gallium_dri.so free 0x5571735d3180 void 0.000143
+gallium_dri.so free 0x5571735d30e0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d3130 0.000144
+gallium_dri.so free 0x5571735d31c0 void 0.000144
+gallium_dri.so free 0x5571735d3130 void 0.000144
+gallium_dri.so malloc 72 0x5571735d3130 0.000144
+gallium_dri.so free 0x5571735d3280 void 0.000144
+gallium_dri.so free 0x5571735d3130 void 0.000139
+gallium_dri.so malloc 72 0x5571735d32c0 0.000138
+gallium_dri.so free 0x5571735d3340 void 0.000145
+gallium_dri.so free 0x5571735d32c0 void 0.000143
+gallium_dri.so malloc 72 0x5571735d3340 0.000140
+gallium_dri.so free 0x5571735fdb80 void 0.000144
+gallium_dri.so free 0x5571735d3340 void 0.000142
+gallium_dri.so malloc 72 0x5571735fdba0 0.000143
+gallium_dri.so free 0x5571735fdc40 void 0.000205
+gallium_dri.so free 0x5571735fdba0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fdbf0 0.000142
+gallium_dri.so free 0x5571735fdcc0 void 0.000152
+gallium_dri.so free 0x5571735fdbf0 void 0.000144
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000143
+gallium_dri.so free 0x5571735fdd80 void 0.000141
+gallium_dri.so free 0x5571735fdcc0 void 0.000139
+gallium_dri.so malloc 72 0x5571735fdcc0 0.000141
+gallium_dri.so free 0x5571735fde00 void 0.000144
+gallium_dri.so free 0x5571735fdcc0 void 0.000143
+gallium_dri.so malloc 72 0x5571735fde00 0.000142
+gallium_dri.so free 0x5571735fdec0 void 0.000144
+gallium_dri.so free 0x5571735fde00 void 0.000143
+gallium_dri.so malloc 72 0x5571735fde00 0.000147
+gallium_dri.so free 0x5571735e3300 void 0.000145
+gallium_dri.so free 0x5571735fde00 void 0.000144
+gallium_dri.so malloc 72 0x5571735e3330 0.000143
+gallium_dri.so free 0x5571735e3380 void 0.000143
+gallium_dri.so free 0x5571735e3330 void 0.000201
+gallium_dri.so malloc 72 0x5571735e3330 0.000143
+gallium_dri.so free 0x5571735e3480 void 0.000141
+gallium_dri.so free 0x5571735e3330 void 0.000136
+gallium_dri.so malloc 72 0x5571735e3430 0.000142
+gallium_dri.so free 0x5571735e3540 void 0.000145
+gallium_dri.so free 0x5571735e3430 void 0.000144
+gallium_dri.so malloc 72 0x5571735e34f0 0.000144
+gallium_dri.so free 0x5571735e35c0 void 0.000141
+gallium_dri.so free 0x5571735e34f0 void 0.000136
+gallium_dri.so malloc 72 0x5571735e35e0 0.000142
+gallium_dri.so free 0x5571735e3680 void 0.000144
+gallium_dri.so free 0x5571735e35e0 void 0.000143
+gallium_dri.so malloc 72 0x5571735e3630 0.000140
+gallium_dri.so free 0x5571735f6540 void 0.000144
+gallium_dri.so free 0x5571735e3630 void 0.000148
+gallium_dri.so malloc 72 0x5571735f6580 0.000143
+gallium_dri.so free 0x5571735f6600 void 0.000144
+gallium_dri.so free 0x5571735f6580 void 0.000143
+gallium_dri.so malloc 72 0x5571735f6600 0.000149
+gallium_dri.so free 0x5571735f66c0 void 0.000145
+gallium_dri.so free 0x5571735f6600 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6600 0.000143
+gallium_dri.so free 0x5571735f6740 void 0.000144
+gallium_dri.so free 0x5571735f6600 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6770 0.000145
+gallium_dri.so free 0x5571735f67c0 void 0.000143
+gallium_dri.so free 0x5571735f6770 void 0.000144
+gallium_dri.so malloc 72 0x5571735f6770 0.000144
+gallium_dri.so free 0x5571735f68c0 void 0.000147
+gallium_dri.so free 0x5571735f6770 void 0.000140
+gallium_dri.so malloc 72 0x5571735f6900 0.000145
+gallium_dri.so free 0x5571735911c0 void 0.000144
+gallium_dri.so free 0x5571735f6900 void 0.000144
+gallium_dri.so malloc 72 0x557173591210 0.000143
+gallium_dri.so free 0x557173591280 void 0.000146
+gallium_dri.so free 0x557173591210 void 0.000144
+gallium_dri.so malloc 72 0x5571735912a0 0.000141
+gallium_dri.so free 0x557173591340 void 0.000178
+gallium_dri.so free 0x5571735912a0 void 0.000143
+gallium_dri.so malloc 72 0x5571735912f0 0.000145
+gallium_dri.so free 0x5571735913c0 void 0.000145
+gallium_dri.so free 0x5571735912f0 void 0.000140
+gallium_dri.so malloc 72 0x5571735912f0 0.000140
+gallium_dri.so free 0x557173591440 void 0.000143
+gallium_dri.so free 0x5571735912f0 void 0.000142
+gallium_dri.so malloc 72 0x557173591440 0.000143
+gallium_dri.so free 0x557173591500 void 0.000145
+gallium_dri.so free 0x557173591440 void 0.000144
+gallium_dri.so malloc 72 0x557173591440 0.000143
+gallium_dri.so free 0x557173469f80 void 0.000144
+gallium_dri.so free 0x557173591440 void 0.000143
+gallium_dri.so malloc 72 0x557173469fa0 0.000139
+gallium_dri.so free 0x55717346a040 void 0.000141
+gallium_dri.so free 0x557173469fa0 void 0.000142
+gallium_dri.so malloc 72 0x557173469ff0 0.000145
+gallium_dri.so free 0x55717346a0c0 void 0.000145
+gallium_dri.so free 0x557173469ff0 void 0.000144
+gallium_dri.so malloc 72 0x557173469ff0 0.000144
+gallium_dri.so free 0x55717346a140 void 0.000141
+gallium_dri.so free 0x557173469ff0 void 0.000143
+gallium_dri.so malloc 72 0x55717346a140 0.000145
+gallium_dri.so free 0x55717346a200 void 0.000146
+gallium_dri.so free 0x55717346a140 void 0.000145
+gallium_dri.so malloc 72 0x55717346a140 0.000149
+gallium_dri.so free 0x55717346a2c0 void 0.000144
+gallium_dri.so free 0x55717346a140 void 0.000146
+gallium_dri.so malloc 72 0x55717346a140 0.000145
+gallium_dri.so free 0x55717360d500 void 0.000147
+gallium_dri.so free 0x55717346a140 void 0.000144
+gallium_dri.so malloc 72 0x55717360d550 0.000141
+gallium_dri.so free 0x55717360d5c0 void 0.000140
+gallium_dri.so free 0x55717360d550 void 0.000145
+gallium_dri.so malloc 72 0x55717360d600 0.000143
+gallium_dri.so free 0x55717360d680 void 0.000145
+gallium_dri.so free 0x55717360d600 void 0.000149
+gallium_dri.so malloc 72 0x55717360d680 0.000143
+gallium_dri.so free 0x55717360d740 void 0.000151
+gallium_dri.so free 0x55717360d680 void 0.000147
+gallium_dri.so malloc 72 0x55717360d680 0.000144
+gallium_dri.so free 0x55717346a380 void 0.000143
+gallium_dri.so free 0x55717360d680 void 0.000146
+gallium_dri.so malloc 72 0x55717346a330 0.000145
+gallium_dri.so free 0x55717360d7c0 void 0.000145
+gallium_dri.so free 0x55717346a330 void 0.000144
+gallium_dri.so malloc 72 0x55717360d800 0.000143
+gallium_dri.so free 0x55717360d880 void 0.000139
+gallium_dri.so free 0x55717360d800 void 0.000145
+gallium_dri.so malloc 72 0x55717360d880 0.000145
+gallium_dri.so free 0x557173463240 void 0.000144
+gallium_dri.so free 0x55717360d880 void 0.000143
+gallium_dri.so malloc 72 0x557173463280 0.000144
+gallium_dri.so free 0x557173463300 void 0.000143
+gallium_dri.so free 0x557173463280 void 0.000237
+gallium_dri.so malloc 72 0x557173463280 0.000330
+gallium_dri.so free 0x557173463380 void 0.000343
+gallium_dri.so free 0x557173463280 void 0.000302
+gallium_dri.so malloc 72 0x5571734633b0 0.000294
+gallium_dri.so free 0x557173463400 void 0.000288
+gallium_dri.so free 0x5571734633b0 void 0.000279
+gallium_dri.so malloc 72 0x5571734633b0 0.000281
+gallium_dri.so free 0x557173463500 void 0.000284
+gallium_dri.so free 0x5571734633b0 void 0.000277
+gallium_dri.so malloc 72 0x5571734634b0 0.000282
+gallium_dri.so free 0x5571734635c0 void 0.000220
+gallium_dri.so free 0x5571734634b0 void 0.000282
+gallium_dri.so malloc 72 0x557173463570 0.000236
+gallium_dri.so free 0x5571735f8b00 void 0.000165
+gallium_dri.so free 0x557173463570 void 0.000167
+gallium_dri.so malloc 72 0x5571735f8b30 0.000164
+gallium_dri.so free 0x5571735f8b80 void 0.000130
+gallium_dri.so free 0x5571735f8b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8b30 0.000125
+gallium_dri.so free 0x5571735f8c80 void 0.000129
+gallium_dri.so free 0x5571735f8b30 void 0.000130
+gallium_dri.so malloc 72 0x5571735f8cc0 0.000126
+gallium_dri.so free 0x5571735f8d40 void 0.000124
+gallium_dri.so free 0x5571735f8cc0 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8d40 0.000131
+gallium_dri.so free 0x557173463600 void 0.000131
+gallium_dri.so free 0x5571735f8d40 void 0.000125
+gallium_dri.so malloc 72 0x5571735f8d40 0.000124
+gallium_dri.so free 0x5571735f8e00 void 0.000129
+gallium_dri.so free 0x5571735f8d40 void 0.000129
+gallium_dri.so malloc 72 0x5571735f8d40 0.000125
+gallium_dri.so free 0x5571735f8ec0 void 0.000123
+gallium_dri.so free 0x5571735f8d40 void 0.000128
+gallium_dri.so malloc 72 0x5571735f8e70 0.000124
+gallium_dri.so free 0x5571735dc1c0 void 0.000126
+gallium_dri.so free 0x5571735f8e70 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc210 0.000142
+gallium_dri.so free 0x5571735dc280 void 0.000138
+gallium_dri.so free 0x5571735dc210 void 0.000136
+gallium_dri.so malloc 72 0x5571735dc2e0 0.000137
+gallium_dri.so free 0x5571735dc380 void 0.000132
+gallium_dri.so free 0x5571735dc2e0 void 0.000131
+gallium_dri.so malloc 72 0x5571735dc330 0.000131
+gallium_dri.so free 0x5571735dc3c0 void 0.000154
+gallium_dri.so free 0x5571735dc330 void 0.000139
+gallium_dri.so malloc 72 0x5571735dc330 0.000161
+gallium_dri.so free 0x5571735dc480 void 0.000132
+gallium_dri.so free 0x5571735dc330 void 0.000130
+gallium_dri.so malloc 72 0x5571735dc4c0 0.000137
+gallium_dri.so free 0x5571735dc540 void 0.000137
+gallium_dri.so free 0x5571735dc4c0 void 0.000137
+gallium_dri.so malloc 72 0x5571735dc540 0.000133
+gallium_dri.so free 0x557173600140 void 0.000132
+gallium_dri.so free 0x5571735dc540 void 0.000137
+gallium_dri.so malloc 72 0x557173600160 0.000137
+gallium_dri.so free 0x557173600200 void 0.000179
+gallium_dri.so free 0x557173600160 void 0.000144
+gallium_dri.so malloc 72 0x5571736001b0 0.000142
+gallium_dri.so free 0x557173600280 void 0.000136
+gallium_dri.so free 0x5571736001b0 void 0.000137
+gallium_dri.so malloc 72 0x557173600280 0.000139
+gallium_dri.so free 0x557173600340 void 0.000137
+gallium_dri.so free 0x557173600280 void 0.000137
+gallium_dri.so malloc 72 0x557173600280 0.000137
+gallium_dri.so free 0x5571736003c0 void 0.000138
+gallium_dri.so free 0x557173600280 void 0.000131
+gallium_dri.so malloc 72 0x5571736003c0 0.000137
+gallium_dri.so free 0x557173600480 void 0.000139
+gallium_dri.so free 0x5571736003c0 void 0.000138
+gallium_dri.so malloc 72 0x5571736003c0 0.000132
+gallium_dri.so free 0x5571735d5580 void 0.000135
+gallium_dri.so free 0x5571736003c0 void 0.000131
+gallium_dri.so malloc 72 0x5571735d55b0 0.000228
+gallium_dri.so free 0x5571735d5600 void 0.000243
+gallium_dri.so free 0x5571735d55b0 void 0.000253
+gallium_dri.so malloc 72 0x5571735d55b0 0.000253
+gallium_dri.so free 0x5571735d5700 void 0.000298
+gallium_dri.so free 0x5571735d55b0 void 0.000281
+gallium_dri.so malloc 72 0x5571735d56b0 0.000242
+gallium_dri.so free 0x5571735d57c0 void 0.000174
+gallium_dri.so free 0x5571735d56b0 void 0.000170
+gallium_dri.so malloc 72 0x5571735d5770 0.000138
+gallium_dri.so free 0x5571735d5840 void 0.000136
+gallium_dri.so free 0x5571735d5770 void 0.000136
+gallium_dri.so malloc 72 0x5571735d5860 0.000139
+gallium_dri.so free 0x5571735d5900 void 0.000130
+gallium_dri.so free 0x5571735d5860 void 0.000130
+gallium_dri.so malloc 72 0x5571735d58b0 0.000131
+gallium_dri.so free 0x557173604300 void 0.000134
+gallium_dri.so free 0x5571735d58b0 void 0.000132
+gallium_dri.so malloc 72 0x557173604340 0.000132
+gallium_dri.so free 0x5571736043c0 void 0.000130
+gallium_dri.so free 0x557173604340 void 0.000224
+gallium_dri.so malloc 72 0x5571736043c0 0.000223
+gallium_dri.so free 0x557173604480 void 0.000131
+gallium_dri.so free 0x5571736043c0 void 0.000132
+gallium_dri.so malloc 72 0x5571736043c0 0.000126
+gallium_dri.so free 0x557173604500 void 0.000130
+gallium_dri.so free 0x5571736043c0 void 0.000130
+gallium_dri.so malloc 72 0x557173604530 0.000130
+gallium_dri.so free 0x557173604580 void 0.000132
+gallium_dri.so free 0x557173604530 void 0.000126
+gallium_dri.so malloc 72 0x557173604530 0.000128
+gallium_dri.so free 0x557173604680 void 0.000129
+gallium_dri.so free 0x557173604530 void 0.000225
+gallium_dri.so malloc 72 0x5571736046c0 0.000223
+gallium_dri.so free 0x557173601d40 void 0.000199
+gallium_dri.so free 0x5571736046c0 void 0.000218
+gallium_dri.so malloc 72 0x557173601d90 0.000286
+gallium_dri.so free 0x557173601e00 void 0.000223
+gallium_dri.so free 0x557173601d90 void 0.000270
+gallium_dri.so malloc 72 0x557173601e20 0.000259
+gallium_dri.so free 0x557173601ec0 void 0.000226
+gallium_dri.so free 0x557173601e20 void 0.000229
+gallium_dri.so malloc 72 0x557173601e70 0.000202
+gallium_dri.so free 0x557173601f40 void 0.000239
+gallium_dri.so free 0x557173601e70 void 0.000199
+gallium_dri.so malloc 72 0x557173601e70 0.000223
+gallium_dri.so free 0x557173601fc0 void 0.000222
+gallium_dri.so free 0x557173601e70 void 0.000185
+gallium_dri.so malloc 72 0x557173601fc0 0.000231
+gallium_dri.so free 0x557173602080 void 0.000225
+gallium_dri.so free 0x557173601fc0 void 0.000225
+gallium_dri.so malloc 72 0x557173601fc0 0.000230
+gallium_dri.so free 0x557173608e80 void 0.000200
+gallium_dri.so free 0x557173601fc0 void 0.000131
+gallium_dri.so malloc 72 0x557173608ea0 0.000126
+gallium_dri.so free 0x557173608f40 void 0.000135
+gallium_dri.so free 0x557173608ea0 void 0.000130
+gallium_dri.so malloc 72 0x557173608ef0 0.000134
+gallium_dri.so free 0x557173608fc0 void 0.000134
+gallium_dri.so free 0x557173608ef0 void 0.000240
+gallium_dri.so malloc 72 0x557173608ef0 0.000224
+gallium_dri.so free 0x557173609040 void 0.000221
+gallium_dri.so free 0x557173608ef0 void 0.000224
+gallium_dri.so malloc 72 0x557173609040 0.000222
+gallium_dri.so free 0x557173609100 void 0.000199
+gallium_dri.so free 0x557173609040 void 0.000221
+gallium_dri.so malloc 72 0x557173609040 0.000292
+gallium_dri.so free 0x5571736091c0 void 0.000206
+gallium_dri.so free 0x557173609040 void 0.000295
+gallium_dri.so malloc 72 0x557173609040 0.000283
+gallium_dri.so free 0x5571735def40 void 0.000167
+gallium_dri.so free 0x557173609040 void 0.000242
+gallium_dri.so malloc 72 0x5571735def90 0.000278
+gallium_dri.so free 0x5571735df000 void 0.000267
+gallium_dri.so free 0x5571735def90 void 0.000269
+gallium_dri.so malloc 72 0x5571735df040 0.000279
+gallium_dri.so free 0x5571735df0c0 void 0.000265
+gallium_dri.so free 0x5571735df040 void 0.000275
+gallium_dri.so malloc 72 0x5571735df0c0 0.000218
+gallium_dri.so free 0x5571735df180 void 0.000226
+gallium_dri.so free 0x5571735df0c0 void 0.000221
+gallium_dri.so malloc 72 0x5571735df0c0 0.000266
+gallium_dri.so free 0x557173609280 void 0.000223
+gallium_dri.so free 0x5571735df0c0 void 0.000223
+gallium_dri.so malloc 72 0x557173609230 0.000219
+gallium_dri.so free 0x5571735df200 void 0.000200
+gallium_dri.so free 0x557173609230 void 0.000213
+gallium_dri.so malloc 72 0x5571735df240 0.000220
+gallium_dri.so free 0x5571735df2c0 void 0.000115
+gallium_dri.so free 0x5571735df240 void 0.000240
+gallium_dri.so malloc 72 0x5571735df2c0 0.000231
+gallium_dri.so free 0x557173461080 void 0.000189
+gallium_dri.so free 0x5571735df2c0 void 0.000224
+gallium_dri.so malloc 72 0x5571734610c0 0.000124
+gallium_dri.so free 0x557173461140 void 0.000238
+gallium_dri.so free 0x5571734610c0 void 0.000223
+gallium_dri.so malloc 72 0x5571734610c0 0.000132
+gallium_dri.so free 0x5571734611c0 void 0.000136
+gallium_dri.so free 0x5571734610c0 void 0.000234
+gallium_dri.so malloc 72 0x5571734611f0 0.000226
+gallium_dri.so free 0x557173461240 void 0.000229
+gallium_dri.so free 0x5571734611f0 void 0.000361
+gallium_dri.so malloc 72 0x5571734611f0 0.000312
+gallium_dri.so free 0x557173461340 void 0.000297
+gallium_dri.so free 0x5571734611f0 void 0.000231
+gallium_dri.so malloc 72 0x5571734612f0 0.000232
+gallium_dri.so free 0x557173461400 void 0.000209
+gallium_dri.so free 0x5571734612f0 void 0.000139
+gallium_dri.so malloc 72 0x5571734613b0 0.000200
+gallium_dri.so free 0x5571735c43c0 void 0.000170
+gallium_dri.so free 0x5571734613b0 void 0.000157
+gallium_dri.so malloc 72 0x5571735c43f0 0.000153
+gallium_dri.so free 0x5571735c4440 void 0.000160
+gallium_dri.so free 0x5571735c43f0 void 0.000157
+gallium_dri.so malloc 72 0x5571735c43f0 0.000154
+gallium_dri.so free 0x5571735c4540 void 0.000154
+gallium_dri.so free 0x5571735c43f0 void 0.000150
+gallium_dri.so malloc 72 0x5571735c4580 0.000148
+gallium_dri.so free 0x5571735c4600 void 0.000148
+gallium_dri.so free 0x5571735c4580 void 0.000152
+gallium_dri.so malloc 72 0x5571735c4600 0.000152
+gallium_dri.so free 0x557173461440 void 0.000153
+gallium_dri.so free 0x5571735c4600 void 0.000152
+gallium_dri.so malloc 72 0x5571735c4600 0.000154
+gallium_dri.so free 0x5571735c46c0 void 0.000154
+gallium_dri.so free 0x5571735c4600 void 0.000150
+gallium_dri.so malloc 72 0x5571735c4600 0.000146
+gallium_dri.so free 0x5571735c4780 void 0.000148
+gallium_dri.so free 0x5571735c4600 void 0.000149
+gallium_dri.so malloc 72 0x5571735c4730 0.000147
+gallium_dri.so free 0x55717346c540 void 0.000146
+gallium_dri.so free 0x5571735c4730 void 0.000147
+gallium_dri.so malloc 72 0x55717346c590 0.000145
+gallium_dri.so free 0x55717346c600 void 0.000160
+gallium_dri.so free 0x55717346c590 void 0.000159
+gallium_dri.so malloc 72 0x55717346c660 0.000145
+gallium_dri.so free 0x55717346c700 void 0.000132
+gallium_dri.so free 0x55717346c660 void 0.000129
+gallium_dri.so malloc 72 0x55717346c6b0 0.000127
+gallium_dri.so free 0x55717346c740 void 0.000127
+gallium_dri.so free 0x55717346c6b0 void 0.000130
+gallium_dri.so malloc 72 0x55717346c6b0 0.000125
+gallium_dri.so free 0x55717346c800 void 0.000126
+gallium_dri.so free 0x55717346c6b0 void 0.000126
+gallium_dri.so malloc 72 0x55717346c840 0.000132
+gallium_dri.so free 0x55717346c8c0 void 0.000129
+gallium_dri.so free 0x55717346c840 void 0.000127
+gallium_dri.so malloc 72 0x55717346c8c0 0.000130
+gallium_dri.so free 0x55717358a080 void 0.000128
+gallium_dri.so free 0x55717346c8c0 void 0.000128
+gallium_dri.so malloc 72 0x55717358a0a0 0.000128
+gallium_dri.so free 0x55717358a140 void 0.000129
+gallium_dri.so free 0x55717358a0a0 void 0.000127
+gallium_dri.so malloc 72 0x55717358a0f0 0.000128
+gallium_dri.so free 0x55717358a1c0 void 0.000129
+gallium_dri.so free 0x55717358a0f0 void 0.000126
+gallium_dri.so malloc 72 0x55717358a1c0 0.000128
+gallium_dri.so free 0x55717358a280 void 0.000148
+gallium_dri.so free 0x55717358a1c0 void 0.000136
+gallium_dri.so malloc 72 0x55717358a1c0 0.000135
+gallium_dri.so free 0x55717358a300 void 0.000135
+gallium_dri.so free 0x55717358a1c0 void 0.000134
+gallium_dri.so malloc 72 0x55717358a300 0.000134
+gallium_dri.so free 0x55717358a3c0 void 0.000134
+gallium_dri.so free 0x55717358a300 void 0.000135
+gallium_dri.so malloc 72 0x55717358a300 0.000136
+gallium_dri.so free 0x5571735d0a00 void 0.000135
+gallium_dri.so free 0x55717358a300 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0a30 0.000135
+gallium_dri.so free 0x5571735d0a80 void 0.000136
+gallium_dri.so free 0x5571735d0a30 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0a30 0.000137
+gallium_dri.so free 0x5571735d0b80 void 0.000135
+gallium_dri.so free 0x5571735d0a30 void 0.000135
+gallium_dri.so malloc 72 0x5571735d0b30 0.000134
+gallium_dri.so free 0x5571735d0c40 void 0.000135
+gallium_dri.so free 0x5571735d0b30 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0bf0 0.000135
+gallium_dri.so free 0x5571735d0cc0 void 0.000136
+gallium_dri.so free 0x5571735d0bf0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0ce0 0.000134
+gallium_dri.so free 0x5571735d0d80 void 0.000138
+gallium_dri.so free 0x5571735d0ce0 void 0.000134
+gallium_dri.so malloc 72 0x5571735d0d30 0.000135
+gallium_dri.so free 0x55717360fac0 void 0.000133
+gallium_dri.so free 0x5571735d0d30 void 0.000134
+gallium_dri.so malloc 72 0x55717360fb00 0.000133
+gallium_dri.so free 0x55717360fb80 void 0.000132
+gallium_dri.so free 0x55717360fb00 void 0.000133
+gallium_dri.so malloc 72 0x55717360fb80 0.000133
+gallium_dri.so free 0x55717360fc40 void 0.000134
+gallium_dri.so free 0x55717360fb80 void 0.000134
+gallium_dri.so malloc 72 0x55717360fb80 0.000135
+gallium_dri.so free 0x55717360fcc0 void 0.000135
+gallium_dri.so free 0x55717360fb80 void 0.000133
+gallium_dri.so malloc 72 0x55717360fcf0 0.000133
+gallium_dri.so free 0x55717360fd40 void 0.000134
+gallium_dri.so free 0x55717360fcf0 void 0.000139
+gallium_dri.so malloc 72 0x55717360fcf0 0.000145
+gallium_dri.so free 0x55717360fe40 void 0.000141
+gallium_dri.so free 0x55717360fcf0 void 0.000133
+gallium_dri.so malloc 72 0x55717360fe80 0.000140
+gallium_dri.so free 0x5571735c1e00 void 0.000123
+gallium_dri.so free 0x55717360fe80 void 0.000260
+gallium_dri.so malloc 72 0x5571735c1e50 0.000220
+gallium_dri.so free 0x5571735c1ec0 void 0.000160
+gallium_dri.so free 0x5571735c1e50 void 0.000127
+gallium_dri.so malloc 72 0x5571735c1ee0 0.000124
+gallium_dri.so free 0x5571735c1f80 void 0.000124
+gallium_dri.so free 0x5571735c1ee0 void 0.000125
+gallium_dri.so malloc 72 0x5571735c1f30 0.000125
+gallium_dri.so free 0x5571735c2000 void 0.000126
+gallium_dri.so free 0x5571735c1f30 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1f30 0.000124
+gallium_dri.so free 0x5571735c2080 void 0.000147
+gallium_dri.so free 0x5571735c1f30 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2080 0.000118
+gallium_dri.so free 0x5571735c2140 void 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000117
+gallium_dri.so malloc 72 0x5571735c2080 0.000117
+gallium_dri.so free 0x55717346eb00 void 0.000120
+gallium_dri.so free 0x5571735c2080 void 0.000118
+gallium_dri.so malloc 72 0x55717346eb20 0.000119
+gallium_dri.so free 0x55717346ebc0 void 0.000119
+gallium_dri.so free 0x55717346eb20 void 0.000118
+gallium_dri.so malloc 72 0x55717346eb70 0.000125
+gallium_dri.so free 0x55717346ec40 void 0.000113
+gallium_dri.so free 0x55717346eb70 void 0.000111
+gallium_dri.so malloc 72 0x55717346eb70 0.000111
+gallium_dri.so free 0x55717346ecc0 void 0.000111
+gallium_dri.so free 0x55717346eb70 void 0.000110
+gallium_dri.so malloc 72 0x55717346ecc0 0.000122
+gallium_dri.so free 0x55717346ed80 void 0.000112
+gallium_dri.so free 0x55717346ecc0 void 0.000111
+gallium_dri.so malloc 72 0x55717346ecc0 0.000109
+gallium_dri.so free 0x55717346ee40 void 0.000112
+gallium_dri.so free 0x55717346ecc0 void 0.000115
+gallium_dri.so malloc 72 0x55717346ecc0 0.000111
+gallium_dri.so free 0x557173609e80 void 0.000111
+gallium_dri.so free 0x55717346ecc0 void 0.000113
+gallium_dri.so malloc 72 0x557173609ed0 0.000112
+gallium_dri.so free 0x557173609f40 void 0.000111
+gallium_dri.so free 0x557173609ed0 void 0.000111
+gallium_dri.so malloc 72 0x557173609f80 0.000111
+gallium_dri.so free 0x55717360a000 void 0.000112
+gallium_dri.so free 0x557173609f80 void 0.000110
+gallium_dri.so malloc 72 0x55717360a000 0.000113
+gallium_dri.so free 0x55717360a0c0 void 0.000116
+gallium_dri.so free 0x55717360a000 void 0.000119
+gallium_dri.so malloc 72 0x55717360a000 0.000116
+gallium_dri.so free 0x55717346ef00 void 0.000113
+gallium_dri.so free 0x55717360a000 void 0.000111
+gallium_dri.so malloc 72 0x55717346eeb0 0.000111
+gallium_dri.so free 0x55717360a140 void 0.000131
+gallium_dri.so free 0x55717346eeb0 void 0.000125
+gallium_dri.so malloc 72 0x55717360a180 0.000123
+gallium_dri.so free 0x55717360a200 void 0.000123
+gallium_dri.so free 0x55717360a180 void 0.000119
+gallium_dri.so malloc 72 0x55717360a200 0.000114
+gallium_dri.so free 0x5571735ff140 void 0.000121
+gallium_dri.so free 0x55717360a200 void 0.000120
+gallium_dri.so malloc 72 0x55717360a200 0.000115
+gallium_dri.so free 0x5571735ff1c0 void 0.000121
+gallium_dri.so free 0x55717360a200 void 0.000120
+gallium_dri.so malloc 72 0x55717360a200 0.000120
+gallium_dri.so free 0x5571735ff280 void 0.000131
+gallium_dri.so free 0x55717360a200 void 0.000132
+gallium_dri.so malloc 72 0x55717360a200 0.000130
+gallium_dri.so free 0x5571735ff340 void 0.000130
+gallium_dri.so free 0x55717360a200 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff2f0 0.000125
+gallium_dri.so free 0x5571735ff3c0 void 0.000126
+gallium_dri.so free 0x5571735ff2f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ff410 0.000120
+gallium_dri.so free 0x5571735ff480 void 0.000126
+gallium_dri.so free 0x5571735ff410 void 0.000126
+gallium_dri.so malloc 72 0x5571735ff4a0 0.000213
+gallium_dri.so free 0x5571735ff540 void 0.000134
+gallium_dri.so free 0x5571735ff4a0 void 0.000130
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000131
+gallium_dri.so free 0x5571735dd780 void 0.000128
+gallium_dri.so free 0x5571735ff4f0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ff4f0 0.000127
+gallium_dri.so free 0x5571735dd880 void 0.000125
+gallium_dri.so free 0x5571735ff4f0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd830 0.000124
+gallium_dri.so free 0x5571735dd900 void 0.000124
+gallium_dri.so free 0x5571735dd830 void 0.000123
+gallium_dri.so malloc 72 0x5571735dd950 0.000123
+gallium_dri.so free 0x5571735dd9c0 void 0.000125
+gallium_dri.so free 0x5571735dd950 void 0.000125
+gallium_dri.so malloc 72 0x5571735dd9e0 0.000124
+gallium_dri.so free 0x5571735dda80 void 0.000124
+gallium_dri.so free 0x5571735dd9e0 void 0.000123
+gallium_dri.so malloc 72 0x5571735dda30 0.000123
+gallium_dri.so free 0x5571735ddb00 void 0.000125
+gallium_dri.so free 0x5571735dda30 void 0.000125
+gallium_dri.so malloc 72 0x5571735dda30 0.000124
+gallium_dri.so free 0x5571735ddb80 void 0.000124
+gallium_dri.so free 0x5571735dda30 void 0.000124
+gallium_dri.so malloc 72 0x5571735ddb80 0.000130
+gallium_dri.so free 0x5571735f7b00 void 0.000117
+gallium_dri.so free 0x5571735ddb80 void 0.000117
+gallium_dri.so malloc 72 0x5571735ddb80 0.000117
+gallium_dri.so free 0x5571735f7bc0 void 0.000139
+gallium_dri.so free 0x5571735ddb80 void 0.000119
+gallium_dri.so malloc 72 0x5571735f7be0 0.000115
+gallium_dri.so free 0x5571735f7c80 void 0.000116
+gallium_dri.so free 0x5571735f7be0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f7c30 0.000117
+gallium_dri.so free 0x5571735f7d00 void 0.000116
+gallium_dri.so free 0x5571735f7c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7c30 0.000116
+gallium_dri.so free 0x5571735f7d80 void 0.000116
+gallium_dri.so free 0x5571735f7c30 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7d80 0.000116
+gallium_dri.so free 0x5571735f7e40 void 0.000116
+gallium_dri.so free 0x5571735f7d80 void 0.000116
+gallium_dri.so malloc 72 0x5571735f7d80 0.000115
+gallium_dri.so free 0x5571735f7f00 void 0.000140
+gallium_dri.so free 0x5571735f7d80 void 0.000124
+gallium_dri.so malloc 72 0x5571735f7d80 0.000127
+gallium_dri.so free 0x55717360eac0 void 0.000122
+gallium_dri.so free 0x5571735f7d80 void 0.000119
+gallium_dri.so malloc 72 0x55717360eac0 0.000122
+gallium_dri.so free 0x55717360eb80 void 0.000117
+gallium_dri.so free 0x55717360eac0 void 0.000137
+gallium_dri.so malloc 72 0x55717360eac0 0.000130
+gallium_dri.so free 0x55717360ec00 void 0.000129
+gallium_dri.so free 0x55717360eac0 void 0.000132
+gallium_dri.so malloc 72 0x55717360ec00 0.000121
+gallium_dri.so free 0x55717360ecc0 void 0.000124
+gallium_dri.so free 0x55717360ec00 void 0.000124
+gallium_dri.so malloc 72 0x55717360ec00 0.000124
+gallium_dri.so free 0x55717360ed80 void 0.000123
+gallium_dri.so free 0x55717360ec00 void 0.000124
+gallium_dri.so malloc 72 0x55717360ec00 0.000123
+gallium_dri.so free 0x55717360ee40 void 0.000124
+gallium_dri.so free 0x55717360ec00 void 0.000124
+gallium_dri.so malloc 72 0x55717360edf0 0.000123
+gallium_dri.so free 0x55717360eec0 void 0.000119
+gallium_dri.so free 0x55717360edf0 void 0.000114
+gallium_dri.so malloc 72 0x55717360ef10 0.000114
+gallium_dri.so free 0x55717346b540 void 0.000120
+gallium_dri.so free 0x55717360ef10 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef10 0.000124
+gallium_dri.so free 0x55717346b5c0 void 0.000124
+gallium_dri.so free 0x55717360ef10 void 0.000119
+gallium_dri.so malloc 72 0x55717360ef10 0.000205
+gallium_dri.so free 0x55717346b680 void 0.000127
+gallium_dri.so free 0x55717360ef10 void 0.000124
+gallium_dri.so malloc 72 0x55717360ef10 0.000124
+gallium_dri.so free 0x55717346b740 void 0.000124
+gallium_dri.so free 0x55717360ef10 void 0.000119
+gallium_dri.so malloc 72 0x55717346b6f0 0.000118
+gallium_dri.so free 0x55717346b7c0 void 0.000118
+gallium_dri.so free 0x55717346b6f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b810 0.000118
+gallium_dri.so free 0x55717346b880 void 0.000119
+gallium_dri.so free 0x55717346b810 void 0.000118
+gallium_dri.so malloc 72 0x55717346b8a0 0.000118
+gallium_dri.so free 0x55717346b940 void 0.000117
+gallium_dri.so free 0x55717346b8a0 void 0.000119
+gallium_dri.so malloc 72 0x55717346b8f0 0.000118
+gallium_dri.so free 0x5571735c33c0 void 0.000117
+gallium_dri.so free 0x55717346b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346b8f0 0.000119
+gallium_dri.so free 0x5571735c34c0 void 0.000119
+gallium_dri.so free 0x55717346b8f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3470 0.000118
+gallium_dri.so free 0x5571735c3540 void 0.000117
+gallium_dri.so free 0x5571735c3470 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3590 0.000117
+gallium_dri.so free 0x5571735c3600 void 0.000119
+gallium_dri.so free 0x5571735c3590 void 0.000119
+gallium_dri.so malloc 72 0x5571735c3620 0.000111
+gallium_dri.so free 0x5571735c36c0 void 0.000110
+gallium_dri.so free 0x5571735c3620 void 0.000112
+gallium_dri.so malloc 72 0x5571735c3670 0.000109
+gallium_dri.so free 0x5571735c3740 void 0.000110
+gallium_dri.so free 0x5571735c3670 void 0.000111
+gallium_dri.so malloc 72 0x5571735c3670 0.000111
+gallium_dri.so free 0x5571735c37c0 void 0.000111
+gallium_dri.so free 0x5571735c3670 void 0.000110
+gallium_dri.so malloc 72 0x5571735c37c0 0.000110
+gallium_dri.so free 0x5571735fcb80 void 0.000109
+gallium_dri.so free 0x5571735c37c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735c37c0 0.000110
+gallium_dri.so free 0x5571735fcc40 void 0.000111
+gallium_dri.so free 0x5571735c37c0 void 0.000111
+gallium_dri.so malloc 72 0x5571735fcc60 0.000110
+gallium_dri.so free 0x5571735fcd00 void 0.000112
+gallium_dri.so free 0x5571735fcc60 void 0.000110
+gallium_dri.so malloc 72 0x5571735fccb0 0.000111
+gallium_dri.so free 0x5571735fcd80 void 0.000110
+gallium_dri.so free 0x5571735fccb0 void 0.000120
+gallium_dri.so malloc 72 0x5571735fccb0 0.000129
+gallium_dri.so free 0x5571735fce00 void 0.000126
+gallium_dri.so free 0x5571735fccb0 void 0.000116
+gallium_dri.so malloc 72 0x5571735fce00 0.000117
+gallium_dri.so free 0x5571735fcec0 void 0.000117
+gallium_dri.so free 0x5571735fce00 void 0.000183
+gallium_dri.so malloc 72 0x5571735fce00 0.000131
+gallium_dri.so free 0x5571735fcf80 void 0.000129
+gallium_dri.so free 0x5571735fce00 void 0.000129
+gallium_dri.so malloc 72 0x5571735fce00 0.000129
+gallium_dri.so free 0x55717346db00 void 0.000124
+gallium_dri.so free 0x5571735fce00 void 0.000121
+gallium_dri.so malloc 72 0x55717346db00 0.000149
+gallium_dri.so free 0x55717346dbc0 void 0.000132
+gallium_dri.so free 0x55717346db00 void 0.000163
+gallium_dri.so malloc 72 0x55717346db00 0.000160
+gallium_dri.so free 0x55717346dc40 void 0.000131
+gallium_dri.so free 0x55717346db00 void 0.000132
+gallium_dri.so malloc 72 0x55717346dc40 0.000131
+gallium_dri.so free 0x55717346dd00 void 0.000126
+gallium_dri.so free 0x55717346dc40 void 0.000120
+gallium_dri.so malloc 72 0x55717346dc40 0.000146
+gallium_dri.so free 0x55717346ddc0 void 0.000129
+gallium_dri.so free 0x55717346dc40 void 0.000188
+gallium_dri.so malloc 72 0x55717346dc40 0.000130
+gallium_dri.so free 0x55717346de80 void 0.000211
+gallium_dri.so free 0x55717346dc40 void 0.000132
+gallium_dri.so malloc 72 0x55717346de30 0.000130
+gallium_dri.so free 0x55717346df00 void 0.000130
+gallium_dri.so free 0x55717346de30 void 0.000126
+gallium_dri.so malloc 72 0x55717346df50 0.000124
+gallium_dri.so free 0x5571735e0500 void 0.000124
+gallium_dri.so free 0x55717346df50 void 0.000124
+gallium_dri.so malloc 72 0x55717346df50 0.000125
+gallium_dri.so free 0x5571735e0580 void 0.000123
+gallium_dri.so free 0x55717346df50 void 0.000123
+gallium_dri.so malloc 72 0x55717346df50 0.000125
+gallium_dri.so free 0x5571735e0640 void 0.000123
+gallium_dri.so free 0x55717346df50 void 0.000124
+gallium_dri.so malloc 72 0x55717346df50 0.000124
+gallium_dri.so free 0x5571735e0700 void 0.000124
+gallium_dri.so free 0x55717346df50 void 0.000123
+gallium_dri.so malloc 72 0x5571735e06b0 0.000124
+gallium_dri.so free 0x5571735e0780 void 0.000124
+gallium_dri.so free 0x5571735e06b0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e07d0 0.000125
+gallium_dri.so free 0x5571735e0840 void 0.000125
+gallium_dri.so free 0x5571735e07d0 void 0.000123
+gallium_dri.so malloc 72 0x5571735e0860 0.000123
+gallium_dri.so free 0x5571735e0900 void 0.000123
+gallium_dri.so free 0x5571735e0860 void 0.000119
+gallium_dri.so malloc 72 0x5571735e08b0 0.000116
+gallium_dri.so free 0x557173620140 void 0.000117
+gallium_dri.so free 0x5571735e08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735e08b0 0.000116
+gallium_dri.so free 0x557173620240 void 0.000117
+gallium_dri.so free 0x5571735e08b0 void 0.000117
+gallium_dri.so malloc 72 0x5571736201f0 0.000115
+gallium_dri.so free 0x5571736202c0 void 0.000116
+gallium_dri.so free 0x5571736201f0 void 0.000115
+gallium_dri.so malloc 72 0x557173620310 0.000120
+gallium_dri.so free 0x557173620380 void 0.000119
+gallium_dri.so free 0x557173620310 void 0.000117
+gallium_dri.so malloc 72 0x5571736203a0 0.000115
+gallium_dri.so free 0x557173620440 void 0.000117
+gallium_dri.so free 0x5571736203a0 void 0.000115
+gallium_dri.so malloc 72 0x5571736203f0 0.000117
+gallium_dri.so free 0x5571736204c0 void 0.000117
+gallium_dri.so free 0x5571736203f0 void 0.000116
+gallium_dri.so malloc 72 0x5571736203f0 0.000117
+gallium_dri.so free 0x557173620540 void 0.000121
+gallium_dri.so free 0x5571736203f0 void 0.000123
+gallium_dri.so malloc 72 0x557173620540 0.000125
+gallium_dri.so free 0x5571735ddd80 void 0.000117
+gallium_dri.so free 0x557173620540 void 0.000117
+gallium_dri.so malloc 72 0x557173620540 0.000115
+gallium_dri.so free 0x5571735dde40 void 0.000131
+gallium_dri.so free 0x557173620540 void 0.000121
+gallium_dri.so malloc 72 0x5571735dde60 0.000119
+gallium_dri.so free 0x5571735ddf00 void 0.000125
+gallium_dri.so free 0x5571735dde60 void 0.000131
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000129
+gallium_dri.so free 0x5571735ddf80 void 0.000130
+gallium_dri.so free 0x5571735ddeb0 void 0.000125
+gallium_dri.so malloc 72 0x5571735ddeb0 0.000120
+gallium_dri.so free 0x5571735de000 void 0.000126
+gallium_dri.so free 0x5571735ddeb0 void 0.000132
+gallium_dri.so malloc 72 0x5571735de000 0.000129
+gallium_dri.so free 0x5571735de0c0 void 0.000129
+gallium_dri.so free 0x5571735de000 void 0.000125
+gallium_dri.so malloc 72 0x5571735de000 0.000126
+gallium_dri.so free 0x5571735de180 void 0.000130
+gallium_dri.so free 0x5571735de000 void 0.000124
+gallium_dri.so malloc 72 0x5571735de000 0.000121
+gallium_dri.so free 0x5571735e0b00 void 0.000127
+gallium_dri.so free 0x5571735de000 void 0.000129
+gallium_dri.so malloc 72 0x5571735e0b00 0.000130
+gallium_dri.so free 0x5571735e0bc0 void 0.000130
+gallium_dri.so free 0x5571735e0b00 void 0.000136
+gallium_dri.so malloc 72 0x5571735e0b00 0.000131
+gallium_dri.so free 0x5571735e0c40 void 0.000131
+gallium_dri.so free 0x5571735e0b00 void 0.000130
+gallium_dri.so malloc 72 0x5571735e0c40 0.000127
+gallium_dri.so free 0x5571735e0d00 void 0.000124
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0c40 0.000126
+gallium_dri.so free 0x5571735e0dc0 void 0.000124
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0c40 0.000124
+gallium_dri.so free 0x5571735e0e80 void 0.000152
+gallium_dri.so free 0x5571735e0c40 void 0.000124
+gallium_dri.so malloc 72 0x5571735e0e30 0.000124
+gallium_dri.so free 0x5571735e0f00 void 0.000124
+gallium_dri.so free 0x5571735e0e30 void 0.000125
+gallium_dri.so malloc 72 0x5571735e0f50 0.000123
+gallium_dri.so free 0x5571735e0fc0 void 0.000125
+gallium_dri.so free 0x5571735e0f50 void 0.000124
+gallium_dri.so malloc 72 0x5571735e1000 0.000124
+gallium_dri.so free 0x55717361dcc0 void 0.000124
+gallium_dri.so free 0x5571735e1000 void 0.000124
+gallium_dri.so malloc 72 0x55717361dc70 0.000123
+gallium_dri.so free 0x55717361dd00 void 0.000124
+gallium_dri.so free 0x55717361dc70 void 0.000122
+gallium_dri.so malloc 72 0x55717361dc70 0.000145
+gallium_dri.so free 0x55717361ddc0 void 0.000117
+gallium_dri.so free 0x55717361dc70 void 0.000117
+gallium_dri.so malloc 72 0x55717361de00 0.000118
+gallium_dri.so free 0x55717361de80 void 0.000117
+gallium_dri.so free 0x55717361de00 void 0.000115
+gallium_dri.so malloc 72 0x55717361de80 0.000117
+gallium_dri.so free 0x55717361df40 void 0.000115
+gallium_dri.so free 0x55717361de80 void 0.000123
+gallium_dri.so malloc 72 0x55717361de80 0.000120
+gallium_dri.so free 0x55717361dfc0 void 0.000117
+gallium_dri.so free 0x55717361de80 void 0.000117
+gallium_dri.so malloc 72 0x55717361dff0 0.000116
+gallium_dri.so free 0x55717361e040 void 0.000118
+gallium_dri.so free 0x55717361dff0 void 0.000116
+gallium_dri.so malloc 72 0x55717361dff0 0.000116
+gallium_dri.so free 0x55717361e140 void 0.000118
+gallium_dri.so free 0x55717361dff0 void 0.000124
+gallium_dri.so malloc 72 0x55717361e180 0.000119
+gallium_dri.so free 0x55717361e200 void 0.000129
+gallium_dri.so free 0x55717361e180 void 0.000122
+gallium_dri.so malloc 72 0x55717361e200 0.000117
+gallium_dri.so free 0x55717361e2c0 void 0.000121
+gallium_dri.so free 0x55717361e200 void 0.000117
+gallium_dri.so malloc 72 0x55717361e200 0.000116
+gallium_dri.so free 0x55717361e340 void 0.000131
+gallium_dri.so free 0x55717361e200 void 0.000133
+gallium_dri.so malloc 72 0x55717361e370 0.000130
+gallium_dri.so free 0x55717361e3c0 void 0.000129
+gallium_dri.so free 0x55717361e370 void 0.000130
+gallium_dri.so malloc 72 0x55717361e370 0.000125
+gallium_dri.so free 0x55717361e4c0 void 0.000127
+gallium_dri.so free 0x55717361e370 void 0.000125
+gallium_dri.so malloc 72 0x55717361e470 0.000126
+gallium_dri.so free 0x55717361e580 void 0.000125
+gallium_dri.so free 0x55717361e470 void 0.000120
+gallium_dri.so malloc 72 0x55717361e530 0.000121
+gallium_dri.so free 0x55717361e600 void 0.000125
+gallium_dri.so free 0x55717361e530 void 0.000126
+gallium_dri.so malloc 72 0x55717361e530 0.000125
+gallium_dri.so free 0x55717361e6c0 void 0.000130
+gallium_dri.so free 0x55717361e530 void 0.000125
+gallium_dri.so malloc 72 0x55717361e530 0.000121
+gallium_dri.so free 0x55717361e780 void 0.000126
+gallium_dri.so free 0x55717361e530 void 0.000127
+gallium_dri.so malloc 72 0x55717361e730 0.000121
+gallium_dri.so free 0x55717361e800 void 0.000120
+gallium_dri.so free 0x55717361e730 void 0.000124
+gallium_dri.so malloc 72 0x55717361e850 0.000161
+gallium_dri.so free 0x55717361e8c0 void 0.000146
+gallium_dri.so free 0x55717361e850 void 0.000139
+gallium_dri.so malloc 72 0x55717361e8e0 0.000132
+gallium_dri.so free 0x55717361e980 void 0.000128
+gallium_dri.so free 0x55717361e8e0 void 0.000126
+gallium_dri.so malloc 72 0x55717361e930 0.000125
+gallium_dri.so free 0x55717361ea00 void 0.000125
+gallium_dri.so free 0x55717361e930 void 0.000126
+gallium_dri.so malloc 72 0x55717361ea00 0.000125
+gallium_dri.so free 0x55717361eac0 void 0.000125
+gallium_dri.so free 0x55717361ea00 void 0.000124
+gallium_dri.so malloc 72 0x55717361ea00 0.000125
+gallium_dri.so free 0x55717361eb40 void 0.000125
+gallium_dri.so free 0x55717361ea00 void 0.000125
+gallium_dri.so malloc 72 0x55717361eb40 0.000124
+gallium_dri.so free 0x55717361ec00 void 0.000124
+gallium_dri.so free 0x55717361eb40 void 0.000121
+gallium_dri.so malloc 72 0x55717361eb40 0.000126
+gallium_dri.so free 0x55717361ecc0 void 0.000125
+gallium_dri.so free 0x55717361eb40 void 0.000125
+gallium_dri.so malloc 72 0x55717361eb40 0.000125
+gallium_dri.so free 0x55717361ed80 void 0.000127
+gallium_dri.so free 0x55717361eb40 void 0.000135
+gallium_dri.so malloc 72 0x55717361ed30 0.000126
+gallium_dri.so free 0x55717361ee00 void 0.000122
+gallium_dri.so free 0x55717361ed30 void 0.000122
+gallium_dri.so malloc 72 0x55717361ee50 0.000124
+gallium_dri.so free 0x55717361eec0 void 0.000122
+gallium_dri.so free 0x55717361ee50 void 0.000124
+gallium_dri.so malloc 72 0x55717361ef00 0.000123
+gallium_dri.so free 0x55717361ef80 void 0.000122
+gallium_dri.so free 0x55717361ef00 void 0.000122
+gallium_dri.so malloc 72 0x55717361ef00 0.000122
+gallium_dri.so free 0x55717361f000 void 0.000123
+gallium_dri.so free 0x55717361ef00 void 0.000122
+gallium_dri.so malloc 72 0x55717361f030 0.000122
+gallium_dri.so free 0x55717361f080 void 0.000122
+gallium_dri.so free 0x55717361f030 void 0.000126
+gallium_dri.so malloc 72 0x55717361f030 0.000122
+gallium_dri.so free 0x55717361f180 void 0.000123
+gallium_dri.so free 0x55717361f030 void 0.000125
+gallium_dri.so malloc 72 0x55717361f130 0.000122
+gallium_dri.so free 0x55717361f240 void 0.000123
+gallium_dri.so free 0x55717361f130 void 0.000122
+gallium_dri.so malloc 72 0x55717361f1f0 0.000122
+gallium_dri.so free 0x55717361f280 void 0.000124
+gallium_dri.so free 0x55717361f1f0 void 0.000122
+gallium_dri.so malloc 72 0x55717361f1f0 0.000124
+gallium_dri.so free 0x55717361f340 void 0.000179
+gallium_dri.so free 0x55717361f1f0 void 0.000167
+gallium_dri.so malloc 72 0x55717361f3b0 0.000262
+gallium_dri.so free 0x55717361f400 void 0.000291
+gallium_dri.so free 0x55717361f3b0 void 0.000199
+gallium_dri.so malloc 72 0x55717361f3b0 0.000275
+gallium_dri.so free 0x55717361f500 void 0.000330
+gallium_dri.so free 0x55717361f3b0 void 0.000320
+gallium_dri.so malloc 72 0x55717361f4b0 0.000275
+gallium_dri.so free 0x55717361f5c0 void 0.000285
+gallium_dri.so free 0x55717361f4b0 void 0.000273
+gallium_dri.so malloc 72 0x55717361f570 0.000276
+gallium_dri.so free 0x55717361f600 void 0.000275
+gallium_dri.so free 0x55717361f570 void 0.000222
+gallium_dri.so malloc 72 0x55717361f570 0.000129
+gallium_dri.so free 0x55717361f6c0 void 0.000123
+gallium_dri.so free 0x55717361f570 void 0.000120
+gallium_dri.so malloc 72 0x55717361f700 0.000124
+gallium_dri.so free 0x55717361f780 void 0.000126
+gallium_dri.so free 0x55717361f700 void 0.000124
+gallium_dri.so malloc 72 0x55717361f780 0.000129
+gallium_dri.so free 0x55717361f840 void 0.000130
+gallium_dri.so free 0x55717361f780 void 0.000130
+gallium_dri.so malloc 72 0x55717361f780 0.000128
+gallium_dri.so free 0x55717361f900 void 0.000123
+gallium_dri.so free 0x55717361f780 void 0.000119
+gallium_dri.so malloc 72 0x55717361f920 0.000124
+gallium_dri.so free 0x55717361f9c0 void 0.000128
+gallium_dri.so free 0x55717361f920 void 0.000125
+gallium_dri.so malloc 72 0x55717361f970 0.000120
+gallium_dri.so free 0x55717361fa40 void 0.000119
+gallium_dri.so free 0x55717361f970 void 0.000123
+gallium_dri.so malloc 72 0x55717361f970 0.000129
+gallium_dri.so free 0x55717361fac0 void 0.000131
+gallium_dri.so free 0x55717361f970 void 0.000130
+gallium_dri.so malloc 72 0x55717361fac0 0.000124
+gallium_dri.so free 0x55717361fb80 void 0.000120
+gallium_dri.so free 0x55717361fac0 void 0.000125
+gallium_dri.so malloc 72 0x55717361fac0 0.000124
+gallium_dri.so free 0x55717361fc40 void 0.000125
+gallium_dri.so free 0x55717361fac0 void 0.000124
+gallium_dri.so malloc 72 0x55717361fac0 0.000129
+gallium_dri.so free 0x55717361fd00 void 0.000129
+gallium_dri.so free 0x55717361fac0 void 0.000128
+gallium_dri.so malloc 72 0x55717361fcb0 0.000130
+gallium_dri.so free 0x55717361fdc0 void 0.000124
+gallium_dri.so free 0x55717361fcb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361fd70 0.000128
+gallium_dri.so free 0x557173619f80 void 0.000124
+gallium_dri.so free 0x55717361fd70 void 0.000123
+gallium_dri.so malloc 72 0x557173619fd0 0.000129
+gallium_dri.so free 0x55717361a040 void 0.000129
+gallium_dri.so free 0x557173619fd0 void 0.000124
+gallium_dri.so malloc 72 0x55717361a060 0.000120
+gallium_dri.so free 0x55717361a100 void 0.000140
+gallium_dri.so free 0x55717361a060 void 0.000131
+gallium_dri.so malloc 72 0x55717361a0b0 0.000129
+gallium_dri.so free 0x55717361a180 void 0.000125
+gallium_dri.so free 0x55717361a0b0 void 0.000119
+gallium_dri.so malloc 72 0x55717361a0b0 0.000119
+gallium_dri.so free 0x55717361a200 void 0.000119
+gallium_dri.so free 0x55717361a0b0 void 0.000123
+gallium_dri.so malloc 72 0x55717361a200 0.000137
+gallium_dri.so free 0x55717361a2c0 void 0.000130
+gallium_dri.so free 0x55717361a200 void 0.000129
+gallium_dri.so malloc 72 0x55717361a200 0.000123
+gallium_dri.so free 0x55717361a3c0 void 0.000119
+gallium_dri.so free 0x55717361a200 void 0.000123
+gallium_dri.so malloc 72 0x55717361a370 0.000130
+gallium_dri.so free 0x55717361a400 void 0.000129
+gallium_dri.so free 0x55717361a370 void 0.000129
+gallium_dri.so malloc 72 0x55717361a370 0.000129
+gallium_dri.so free 0x55717361a4c0 void 0.000124
+gallium_dri.so free 0x55717361a370 void 0.000120
+gallium_dri.so malloc 72 0x55717361a500 0.000123
+gallium_dri.so free 0x55717361a580 void 0.000129
+gallium_dri.so free 0x55717361a500 void 0.000141
+gallium_dri.so malloc 72 0x55717361a580 0.000129
+gallium_dri.so free 0x55717361a640 void 0.000124
+gallium_dri.so free 0x55717361a580 void 0.000125
+gallium_dri.so malloc 72 0x55717361a580 0.000129
+gallium_dri.so free 0x55717361a6c0 void 0.000130
+gallium_dri.so free 0x55717361a580 void 0.000129
+gallium_dri.so malloc 72 0x55717361a6f0 0.000124
+gallium_dri.so free 0x55717361a740 void 0.000119
+gallium_dri.so free 0x55717361a6f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361a6f0 0.000128
+gallium_dri.so free 0x55717361a840 void 0.000129
+gallium_dri.so free 0x55717361a6f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361a880 0.000128
+gallium_dri.so free 0x55717361a900 void 0.000130
+gallium_dri.so free 0x55717361a880 void 0.000129
+gallium_dri.so malloc 72 0x55717361a900 0.000128
+gallium_dri.so free 0x55717361a9c0 void 0.000129
+gallium_dri.so free 0x55717361a900 void 0.000131
+gallium_dri.so malloc 72 0x55717361a900 0.000130
+gallium_dri.so free 0x55717361aa40 void 0.000128
+gallium_dri.so free 0x55717361a900 void 0.000132
+gallium_dri.so malloc 72 0x55717361aa70 0.000129
+gallium_dri.so free 0x55717361aac0 void 0.000129
+gallium_dri.so free 0x55717361aa70 void 0.000129
+gallium_dri.so malloc 72 0x55717361aa70 0.000127
+gallium_dri.so free 0x55717361abc0 void 0.000129
+gallium_dri.so free 0x55717361aa70 void 0.000125
+gallium_dri.so malloc 72 0x55717361ab70 0.000120
+gallium_dri.so free 0x55717361ac80 void 0.000124
+gallium_dri.so free 0x55717361ab70 void 0.000132
+gallium_dri.so malloc 72 0x55717361ac30 0.000128
+gallium_dri.so free 0x55717361ad00 void 0.000129
+gallium_dri.so free 0x55717361ac30 void 0.000129
+gallium_dri.so malloc 72 0x55717361ac30 0.000130
+gallium_dri.so free 0x55717361adc0 void 0.000125
+gallium_dri.so free 0x55717361ac30 void 0.000124
+gallium_dri.so malloc 72 0x55717361ac30 0.000123
+gallium_dri.so free 0x55717361ae80 void 0.000120
+gallium_dri.so free 0x55717361ac30 void 0.000119
+gallium_dri.so malloc 72 0x55717361ae30 0.000118
+gallium_dri.so free 0x55717361af00 void 0.000119
+gallium_dri.so free 0x55717361ae30 void 0.000214
+gallium_dri.so malloc 72 0x55717361af50 0.000132
+gallium_dri.so free 0x55717361afc0 void 0.000130
+gallium_dri.so free 0x55717361af50 void 0.000123
+gallium_dri.so malloc 72 0x55717361afe0 0.000125
+gallium_dri.so free 0x55717361b080 void 0.000125
+gallium_dri.so free 0x55717361afe0 void 0.000119
+gallium_dri.so malloc 72 0x55717361b030 0.000120
+gallium_dri.so free 0x55717361b100 void 0.000119
+gallium_dri.so free 0x55717361b030 void 0.000124
+gallium_dri.so malloc 72 0x55717361b100 0.000129
+gallium_dri.so free 0x55717361b1c0 void 0.000129
+gallium_dri.so free 0x55717361b100 void 0.000130
+gallium_dri.so malloc 72 0x55717361b100 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000119
+gallium_dri.so free 0x55717361b100 void 0.000124
+gallium_dri.so malloc 72 0x55717361b240 0.000130
+gallium_dri.so free 0x55717361b300 void 0.000124
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so malloc 72 0x55717361b240 0.000120
+gallium_dri.so free 0x55717361b3c0 void 0.000118
+gallium_dri.so free 0x55717361b240 void 0.000118
+gallium_dri.so malloc 72 0x55717361b240 0.000119
+gallium_dri.so free 0x55717361b480 void 0.000120
+gallium_dri.so free 0x55717361b240 void 0.000127
+gallium_dri.so malloc 72 0x55717361b430 0.000124
+gallium_dri.so free 0x55717361b500 void 0.000125
+gallium_dri.so free 0x55717361b430 void 0.000130
+gallium_dri.so malloc 72 0x55717361b550 0.000128
+gallium_dri.so free 0x55717361b5c0 void 0.000129
+gallium_dri.so free 0x55717361b550 void 0.000130
+gallium_dri.so malloc 72 0x55717361b600 0.000129
+gallium_dri.so free 0x55717361b680 void 0.000131
+gallium_dri.so free 0x55717361b600 void 0.000130
+gallium_dri.so malloc 72 0x55717361b600 0.000129
+gallium_dri.so free 0x55717361b700 void 0.000124
+gallium_dri.so free 0x55717361b600 void 0.000119
+gallium_dri.so malloc 72 0x55717361b730 0.000124
+gallium_dri.so free 0x55717361b780 void 0.000129
+gallium_dri.so free 0x55717361b730 void 0.000125
+gallium_dri.so malloc 72 0x55717361b730 0.000120
+gallium_dri.so free 0x55717361b880 void 0.000119
+gallium_dri.so free 0x55717361b730 void 0.000124
+gallium_dri.so malloc 72 0x55717361b830 0.000123
+gallium_dri.so free 0x55717361b940 void 0.000119
+gallium_dri.so free 0x55717361b830 void 0.000138
+gallium_dri.so malloc 72 0x55717361b8f0 0.000125
+gallium_dri.so free 0x55717361b980 void 0.000127
+gallium_dri.so free 0x55717361b8f0 void 0.000125
+gallium_dri.so malloc 72 0x55717361b8f0 0.000120
+gallium_dri.so free 0x55717361ba40 void 0.000120
+gallium_dri.so free 0x55717361b8f0 void 0.000123
+gallium_dri.so malloc 72 0x55717361bab0 0.000129
+gallium_dri.so free 0x55717361bb00 void 0.000132
+gallium_dri.so free 0x55717361bab0 void 0.000126
+gallium_dri.so malloc 72 0x55717361bab0 0.000126
+gallium_dri.so free 0x55717361bc00 void 0.000125
+gallium_dri.so free 0x55717361bab0 void 0.000119
+gallium_dri.so malloc 72 0x55717361bbb0 0.000121
+gallium_dri.so free 0x55717361bcc0 void 0.000127
+gallium_dri.so free 0x55717361bbb0 void 0.000126
+gallium_dri.so malloc 72 0x55717361bc70 0.000119
+gallium_dri.so free 0x55717361bd00 void 0.000124
+gallium_dri.so free 0x55717361bc70 void 0.000125
+gallium_dri.so malloc 72 0x55717361bc70 0.000120
+gallium_dri.so free 0x55717361bdc0 void 0.000119
+gallium_dri.so free 0x55717361bc70 void 0.000124
+gallium_dri.so malloc 72 0x55717361be00 0.000130
+gallium_dri.so free 0x55717361be80 void 0.000204
+gallium_dri.so free 0x55717361be00 void 0.000130
+gallium_dri.so malloc 72 0x55717361be80 0.000121
+gallium_dri.so free 0x55717361bf40 void 0.000125
+gallium_dri.so free 0x55717361be80 void 0.000125
+gallium_dri.so malloc 72 0x55717361be80 0.000120
+gallium_dri.so free 0x55717361c000 void 0.000119
+gallium_dri.so free 0x55717361be80 void 0.000124
+gallium_dri.so malloc 72 0x55717361c020 0.000132
+gallium_dri.so free 0x55717361c0c0 void 0.000131
+gallium_dri.so free 0x55717361c020 void 0.000130
+gallium_dri.so malloc 72 0x55717361c070 0.000129
+gallium_dri.so free 0x55717361c140 void 0.000124
+gallium_dri.so free 0x55717361c070 void 0.000120
+gallium_dri.so malloc 72 0x55717361c070 0.000125
+gallium_dri.so free 0x55717361c1c0 void 0.000124
+gallium_dri.so free 0x55717361c070 void 0.000124
+gallium_dri.so malloc 72 0x55717361c1c0 0.000129
+gallium_dri.so free 0x55717361c280 void 0.000124
+gallium_dri.so free 0x55717361c1c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c1c0 0.000129
+gallium_dri.so free 0x55717361c340 void 0.000138
+gallium_dri.so free 0x55717361c1c0 void 0.000131
+gallium_dri.so malloc 72 0x55717361c1c0 0.000128
+gallium_dri.so free 0x55717361c400 void 0.000124
+gallium_dri.so free 0x55717361c1c0 void 0.000119
+gallium_dri.so malloc 72 0x55717361c3b0 0.000126
+gallium_dri.so free 0x55717361c4c0 void 0.000131
+gallium_dri.so free 0x55717361c3b0 void 0.000130
+gallium_dri.so malloc 72 0x55717361c470 0.000123
+gallium_dri.so free 0x55717361c540 void 0.000120
+gallium_dri.so free 0x55717361c470 void 0.000119
+gallium_dri.so malloc 72 0x55717361c590 0.000118
+gallium_dri.so free 0x55717361c600 void 0.000120
+gallium_dri.so free 0x55717361c590 void 0.000119
+gallium_dri.so malloc 72 0x55717361c620 0.000123
+gallium_dri.so free 0x55717361c6c0 void 0.000129
+gallium_dri.so free 0x55717361c620 void 0.000131
+gallium_dri.so malloc 72 0x55717361c670 0.000130
+gallium_dri.so free 0x55717361c740 void 0.000129
+gallium_dri.so free 0x55717361c670 void 0.000229
+gallium_dri.so malloc 72 0x55717361c670 0.000166
+gallium_dri.so free 0x55717361c7c0 void 0.000173
+gallium_dri.so free 0x55717361c670 void 0.000162
+gallium_dri.so malloc 72 0x55717361c7c0 0.000129
+gallium_dri.so free 0x55717361c880 void 0.000129
+gallium_dri.so free 0x55717361c7c0 void 0.000133
+gallium_dri.so malloc 72 0x55717361c7c0 0.000123
+gallium_dri.so free 0x55717361c980 void 0.000120
+gallium_dri.so free 0x55717361c7c0 void 0.000124
+gallium_dri.so malloc 72 0x55717361c930 0.000128
+gallium_dri.so free 0x55717361c9c0 void 0.000130
+gallium_dri.so free 0x55717361c930 void 0.000131
+gallium_dri.so malloc 72 0x55717361c930 0.000131
+gallium_dri.so free 0x55717361ca80 void 0.000129
+gallium_dri.so free 0x55717361c930 void 0.000125
+gallium_dri.so malloc 72 0x55717361cac0 0.000120
+gallium_dri.so free 0x55717361cb40 void 0.000126
+gallium_dri.so free 0x55717361cac0 void 0.000127
+gallium_dri.so malloc 72 0x55717361cb40 0.000120
+gallium_dri.so free 0x55717361cc00 void 0.000121
+gallium_dri.so free 0x55717361cb40 void 0.000123
+gallium_dri.so malloc 72 0x55717361cb40 0.000129
+gallium_dri.so free 0x55717361cc80 void 0.000138
+gallium_dri.so free 0x55717361cb40 void 0.000131
+gallium_dri.so malloc 72 0x55717361ccb0 0.000129
+gallium_dri.so free 0x55717361cd00 void 0.000125
+gallium_dri.so free 0x55717361ccb0 void 0.000124
+gallium_dri.so malloc 72 0x55717361ccb0 0.000127
+gallium_dri.so free 0x55717361ce00 void 0.000124
+gallium_dri.so free 0x55717361ccb0 void 0.000119
+gallium_dri.so malloc 72 0x55717361ce40 0.000120
+gallium_dri.so free 0x55717361cec0 void 0.000123
+gallium_dri.so free 0x55717361ce40 void 0.000129
+gallium_dri.so malloc 72 0x55717361cec0 0.000129
+gallium_dri.so free 0x55717361cf80 void 0.000130
+gallium_dri.so free 0x55717361cec0 void 0.000131
+gallium_dri.so malloc 72 0x55717361cec0 0.000129
+gallium_dri.so free 0x55717361d000 void 0.000124
+gallium_dri.so free 0x55717361cec0 void 0.000119
+gallium_dri.so malloc 72 0x55717361d030 0.000125
+gallium_dri.so free 0x55717361d080 void 0.000124
+gallium_dri.so free 0x55717361d030 void 0.000119
+gallium_dri.so malloc 72 0x55717361d030 0.000118
+gallium_dri.so free 0x55717361d180 void 0.000119
+gallium_dri.so free 0x55717361d030 void 0.000137
+gallium_dri.so malloc 72 0x55717361d130 0.000132
+gallium_dri.so free 0x55717361d240 void 0.000129
+gallium_dri.so free 0x55717361d130 void 0.000130
+gallium_dri.so malloc 72 0x55717361d1f0 0.000129
+gallium_dri.so free 0x55717361d2c0 void 0.000128
+gallium_dri.so free 0x55717361d1f0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d1f0 0.000129
+gallium_dri.so free 0x55717361d380 void 0.000130
+gallium_dri.so free 0x55717361d1f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361d1f0 0.000129
+gallium_dri.so free 0x55717361d440 void 0.000125
+gallium_dri.so free 0x55717361d1f0 void 0.000164
+gallium_dri.so malloc 72 0x55717361d3f0 0.000129
+gallium_dri.so free 0x55717361d4c0 void 0.000129
+gallium_dri.so free 0x55717361d3f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361d510 0.000134
+gallium_dri.so free 0x55717361d580 void 0.000131
+gallium_dri.so free 0x55717361d510 void 0.000129
+gallium_dri.so malloc 72 0x55717361d5a0 0.000129
+gallium_dri.so free 0x55717361d640 void 0.000134
+gallium_dri.so free 0x55717361d5a0 void 0.000131
+gallium_dri.so malloc 72 0x55717361d5f0 0.000128
+gallium_dri.so free 0x55717361d6c0 void 0.000128
+gallium_dri.so free 0x55717361d5f0 void 0.000130
+gallium_dri.so malloc 72 0x55717361d6c0 0.000124
+gallium_dri.so free 0x55717361d780 void 0.000125
+gallium_dri.so free 0x55717361d6c0 void 0.000130
+gallium_dri.so malloc 72 0x55717361d6c0 0.000124
+gallium_dri.so free 0x55717361d800 void 0.000125
+gallium_dri.so free 0x55717361d6c0 void 0.000126
+gallium_dri.so malloc 72 0x55717361d800 0.000120
+gallium_dri.so free 0x55717361d8c0 void 0.000120
+gallium_dri.so free 0x55717361d800 void 0.000124
+gallium_dri.so malloc 72 0x55717361d800 0.000129
+gallium_dri.so free 0x55717361d980 void 0.000128
+gallium_dri.so free 0x55717361d800 void 0.000180
+gallium_dri.so malloc 72 0x55717361d800 0.000219
+gallium_dri.so free 0x55717361da40 void 0.000239
+gallium_dri.so free 0x55717361d800 void 0.000191
+gallium_dri.so malloc 72 0x55717361d9f0 0.000125
+gallium_dri.so free 0x55717361dac0 void 0.000128
+gallium_dri.so free 0x55717361d9f0 void 0.000129
+gallium_dri.so malloc 72 0x55717361db10 0.000130
+gallium_dri.so free 0x55717361db80 void 0.000129
+gallium_dri.so free 0x55717361db10 void 0.000125
+gallium_dri.so malloc 72 0x55717361dbc0 0.000119
+gallium_dri.so free 0x557173474580 void 0.000127
+gallium_dri.so free 0x55717361dbc0 void 0.000130
+gallium_dri.so malloc 72 0x55717361dbc0 0.000128
+gallium_dri.so free 0x557173474640 void 0.000130
+gallium_dri.so free 0x55717361dbc0 void 0.000129
+gallium_dri.so malloc 72 0x55717361dbc0 0.000129
+gallium_dri.so free 0x557173474700 void 0.000129
+gallium_dri.so free 0x55717361dbc0 void 0.000130
+gallium_dri.so malloc 72 0x5571734746b0 0.000123
+gallium_dri.so free 0x557173474780 void 0.000127
+gallium_dri.so free 0x5571734746b0 void 0.000130
+gallium_dri.so malloc 72 0x5571734747d0 0.000129
+gallium_dri.so free 0x557173474840 void 0.000124
+gallium_dri.so free 0x5571734747d0 void 0.000125
+gallium_dri.so malloc 72 0x557173474860 0.000132
+gallium_dri.so free 0x557173474900 void 0.000124
+gallium_dri.so free 0x557173474860 void 0.000125
+gallium_dri.so malloc 72 0x5571734748b0 0.000128
+gallium_dri.so free 0x557173474980 void 0.000130
+gallium_dri.so free 0x5571734748b0 void 0.000129
+gallium_dri.so malloc 72 0x5571734748b0 0.000131
+gallium_dri.so free 0x557173474a80 void 0.000128
+gallium_dri.so free 0x5571734748b0 void 0.000130
+gallium_dri.so malloc 72 0x557173474a30 0.000129
+gallium_dri.so free 0x557173474b00 void 0.000123
+gallium_dri.so free 0x557173474a30 void 0.000118
+gallium_dri.so malloc 72 0x557173474b50 0.000125
+gallium_dri.so free 0x557173474bc0 void 0.000129
+gallium_dri.so free 0x557173474b50 void 0.000135
+gallium_dri.so malloc 72 0x557173474be0 0.000129
+gallium_dri.so free 0x557173474c80 void 0.000129
+gallium_dri.so free 0x557173474be0 void 0.000128
+gallium_dri.so malloc 72 0x557173474c30 0.000128
+gallium_dri.so free 0x557173474d00 void 0.000129
+gallium_dri.so free 0x557173474c30 void 0.000135
+gallium_dri.so malloc 72 0x557173474c30 0.000129
+gallium_dri.so free 0x557173474d80 void 0.000128
+gallium_dri.so free 0x557173474c30 void 0.000130
+gallium_dri.so malloc 72 0x557173474d80 0.000128
+gallium_dri.so free 0x557173474e40 void 0.000124
+gallium_dri.so free 0x557173474d80 void 0.000125
+gallium_dri.so malloc 72 0x557173474d80 0.000124
+gallium_dri.so free 0x557173474f40 void 0.000120
+gallium_dri.so free 0x557173474d80 void 0.000119
+gallium_dri.so malloc 72 0x557173474d80 0.000127
+gallium_dri.so free 0x557173474fc0 void 0.000130
+gallium_dri.so free 0x557173474d80 void 0.000124
+gallium_dri.so malloc 72 0x557173474ff0 0.000121
+gallium_dri.so free 0x557173475040 void 0.000119
+gallium_dri.so free 0x557173474ff0 void 0.000124
+gallium_dri.so malloc 72 0x557173474ff0 0.000124
+gallium_dri.so free 0x557173475140 void 0.000122
+gallium_dri.so free 0x557173474ff0 void 0.000119
+gallium_dri.so malloc 72 0x5571734750f0 0.000125
+gallium_dri.so free 0x557173475200 void 0.000131
+gallium_dri.so free 0x5571734750f0 void 0.000125
+gallium_dri.so malloc 72 0x5571734751b0 0.000143
+gallium_dri.so free 0x557173475240 void 0.000131
+gallium_dri.so free 0x5571734751b0 void 0.000241
+gallium_dri.so malloc 72 0x5571734751b0 0.000283
+gallium_dri.so free 0x557173475300 void 0.000241
+gallium_dri.so free 0x5571734751b0 void 0.000183
+gallium_dri.so malloc 72 0x557173475350 0.000238
+gallium_dri.so free 0x5571734753c0 void 0.000221
+gallium_dri.so free 0x557173475350 void 0.000222
+gallium_dri.so malloc 72 0x557173475400 0.000222
+gallium_dri.so free 0x557173475480 void 0.000198
+gallium_dri.so free 0x557173475400 void 0.000217
+gallium_dri.so malloc 72 0x557173475480 0.000236
+gallium_dri.so free 0x557173475540 void 0.000222
+gallium_dri.so free 0x557173475480 void 0.000202
+gallium_dri.so malloc 72 0x557173475480 0.000180
+gallium_dri.so free 0x5571734755c0 void 0.000220
+gallium_dri.so free 0x557173475480 void 0.000223
+gallium_dri.so malloc 72 0x5571734755f0 0.000219
+gallium_dri.so free 0x557173475640 void 0.000221
+gallium_dri.so free 0x5571734755f0 void 0.000363
+gallium_dri.so malloc 72 0x5571734755f0 0.000281
+gallium_dri.so free 0x557173475740 void 0.000228
+gallium_dri.so free 0x5571734755f0 void 0.000240
+gallium_dri.so malloc 72 0x5571734756f0 0.000225
+gallium_dri.so free 0x557173475800 void 0.000225
+gallium_dri.so free 0x5571734756f0 void 0.000197
+gallium_dri.so malloc 72 0x5571734757b0 0.000131
+gallium_dri.so free 0x557173475880 void 0.000130
+gallium_dri.so free 0x5571734757b0 void 0.000121
+gallium_dri.so malloc 72 0x5571734758a0 0.000129
+gallium_dri.so free 0x557173475940 void 0.000130
+gallium_dri.so free 0x5571734758a0 void 0.000123
+gallium_dri.so malloc 72 0x5571734758f0 0.000122
+gallium_dri.so free 0x5571734759c0 void 0.000120
+gallium_dri.so free 0x5571734758f0 void 0.000126
+gallium_dri.so malloc 72 0x5571734758f0 0.000129
+gallium_dri.so free 0x557173475a40 void 0.000124
+gallium_dri.so free 0x5571734758f0 void 0.000126
+gallium_dri.so malloc 72 0x557173475a40 0.000131
+gallium_dri.so free 0x557173475b00 void 0.000130
+gallium_dri.so free 0x557173475a40 void 0.000190
+gallium_dri.so malloc 72 0x557173475a40 0.000125
+gallium_dri.so free 0x557173475bc0 void 0.000126
+gallium_dri.so free 0x557173475a40 void 0.000129
+gallium_dri.so malloc 72 0x557173475a40 0.000130
+gallium_dri.so free 0x557173475c80 void 0.000126
+gallium_dri.so free 0x557173475a40 void 0.000124
+gallium_dri.so malloc 72 0x557173475c30 0.000130
+gallium_dri.so free 0x557173475c80 void 0.000130
+gallium_dri.so free 0x557173475c30 void 0.000131
+gallium_dri.so malloc 72 0x557173475c30 0.000127
+gallium_dri.so free 0x557173475d80 void 0.000122
+gallium_dri.so free 0x557173475c30 void 0.000168
+gallium_dri.so malloc 72 0x557173475d30 0.000139
+gallium_dri.so free 0x557173475e40 void 0.000246
+gallium_dri.so free 0x557173475d30 void 0.000169
+gallium_dri.so malloc 72 0x557173475df0 0.000219
+gallium_dri.so free 0x557173475e80 void 0.000137
+gallium_dri.so free 0x557173475df0 void 0.000134
+gallium_dri.so malloc 72 0x557173475df0 0.000134
+gallium_dri.so free 0x557173475f40 void 0.000134
+gallium_dri.so free 0x557173475df0 void 0.000134
+gallium_dri.so malloc 72 0x557173475f80 0.000133
+gallium_dri.so free 0x557173476000 void 0.000135
+gallium_dri.so free 0x557173475f80 void 0.000133
+gallium_dri.so malloc 72 0x557173476000 0.000135
+gallium_dri.so free 0x5571734760c0 void 0.000135
+gallium_dri.so free 0x557173476000 void 0.000180
+gallium_dri.so malloc 72 0x557173476000 0.000135
+gallium_dri.so free 0x557173476180 void 0.000135
+gallium_dri.so free 0x557173476000 void 0.000135
+gallium_dri.so malloc 72 0x5571734761a0 0.000134
+gallium_dri.so free 0x557173476240 void 0.000134
+gallium_dri.so free 0x5571734761a0 void 0.000134
+gallium_dri.so malloc 72 0x5571734761f0 0.000146
+gallium_dri.so free 0x5571734762c0 void 0.000136
+gallium_dri.so free 0x5571734761f0 void 0.000134
+gallium_dri.so malloc 72 0x5571734761f0 0.000134
+gallium_dri.so free 0x557173476340 void 0.000132
+gallium_dri.so free 0x5571734761f0 void 0.000134
+gallium_dri.so malloc 72 0x557173476340 0.000134
+gallium_dri.so free 0x557173476400 void 0.000146
+gallium_dri.so free 0x557173476340 void 0.000134
+gallium_dri.so malloc 72 0x557173476340 0.000135
+gallium_dri.so free 0x5571734764c0 void 0.000133
+gallium_dri.so free 0x557173476340 void 0.000136
+gallium_dri.so malloc 72 0x557173476340 0.000133
+gallium_dri.so free 0x557173476580 void 0.000133
+gallium_dri.so free 0x557173476340 void 0.000168
+gallium_dri.so malloc 72 0x557173476530 0.000216
+gallium_dri.so free 0x557173476640 void 0.000216
+gallium_dri.so free 0x557173476530 void 0.000214
+gallium_dri.so malloc 72 0x5571734765f0 0.000181
+gallium_dri.so free 0x5571734766c0 void 0.000133
+gallium_dri.so free 0x5571734765f0 void 0.000135
+gallium_dri.so malloc 72 0x557173476710 0.000141
+gallium_dri.so free 0x557173476780 void 0.000133
+gallium_dri.so free 0x557173476710 void 0.000133
+gallium_dri.so malloc 72 0x5571734767a0 0.000136
+gallium_dri.so free 0x557173476840 void 0.000139
+gallium_dri.so free 0x5571734767a0 void 0.000134
+gallium_dri.so malloc 72 0x5571734767f0 0.000134
+gallium_dri.so free 0x5571734768c0 void 0.000133
+gallium_dri.so free 0x5571734767f0 void 0.000133
+gallium_dri.so malloc 72 0x5571734767f0 0.000141
+gallium_dri.so free 0x557173476940 void 0.000140
+gallium_dri.so free 0x5571734767f0 void 0.000174
+gallium_dri.so malloc 72 0x557173476940 0.000281
+gallium_dri.so free 0x557173476a00 void 0.000280
+gallium_dri.so free 0x557173476940 void 0.000272
+gallium_dri.so malloc 72 0x557173476940 0.000221
+gallium_dri.so free 0x557173476b00 void 0.000217
+gallium_dri.so free 0x557173476940 void 0.000192
+gallium_dri.so malloc 72 0x557173476ab0 0.000196
+gallium_dri.so free 0x557173476b40 void 0.000119
+gallium_dri.so free 0x557173476ab0 void 0.000115
+gallium_dri.so malloc 72 0x557173476ab0 0.000123
+gallium_dri.so free 0x557173476c00 void 0.000112
+gallium_dri.so free 0x557173476ab0 void 0.000110
+gallium_dri.so malloc 72 0x557173476c40 0.000111
+gallium_dri.so free 0x557173476cc0 void 0.000111
+gallium_dri.so free 0x557173476c40 void 0.000111
+gallium_dri.so malloc 72 0x557173476cc0 0.000110
+gallium_dri.so free 0x557173476d80 void 0.000111
+gallium_dri.so free 0x557173476cc0 void 0.000109
+gallium_dri.so malloc 72 0x557173476cc0 0.000110
+gallium_dri.so free 0x557173476e00 void 0.000110
+gallium_dri.so free 0x557173476cc0 void 0.000111
+gallium_dri.so malloc 72 0x557173476e30 0.000111
+gallium_dri.so free 0x557173476e80 void 0.000114
+gallium_dri.so free 0x557173476e30 void 0.000112
+gallium_dri.so malloc 72 0x557173476e30 0.000111
+gallium_dri.so free 0x557173476f80 void 0.000111
+gallium_dri.so free 0x557173476e30 void 0.000111
+gallium_dri.so malloc 72 0x557173476fc0 0.000111
+gallium_dri.so free 0x557173477040 void 0.000110
+gallium_dri.so free 0x557173476fc0 void 0.000111
+gallium_dri.so malloc 72 0x557173477040 0.000109
+gallium_dri.so free 0x557173477100 void 0.000110
+gallium_dri.so free 0x557173477040 void 0.000110
+gallium_dri.so malloc 72 0x557173477040 0.000110
+gallium_dri.so free 0x557173477180 void 0.000116
+gallium_dri.so free 0x557173477040 void 0.000111
+gallium_dri.so malloc 72 0x5571734771b0 0.000111
+gallium_dri.so free 0x557173477200 void 0.000110
+gallium_dri.so free 0x5571734771b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734771b0 0.000112
+gallium_dri.so free 0x557173477300 void 0.000112
+gallium_dri.so free 0x5571734771b0 void 0.000111
+gallium_dri.so malloc 72 0x5571734772b0 0.000111
+gallium_dri.so free 0x5571734773c0 void 0.000112
+gallium_dri.so free 0x5571734772b0 void 0.000111
+gallium_dri.so malloc 72 0x557173477370 0.000110
+gallium_dri.so free 0x557173477440 void 0.000110
+gallium_dri.so free 0x557173477370 void 0.000110
+gallium_dri.so malloc 72 0x557173477370 0.000110
+gallium_dri.so free 0x557173477500 void 0.000110
+gallium_dri.so free 0x557173477370 void 0.000110
+gallium_dri.so malloc 72 0x557173477370 0.000112
+gallium_dri.so free 0x5571734775c0 void 0.000115
+gallium_dri.so free 0x557173477370 void 0.000119
+gallium_dri.so malloc 72 0x557173477570 0.000115
+gallium_dri.so free 0x557173477640 void 0.000112
+gallium_dri.so free 0x557173477570 void 0.000112
+gallium_dri.so malloc 72 0x557173477690 0.000111
+gallium_dri.so free 0x557173477700 void 0.000114
+gallium_dri.so free 0x557173477690 void 0.000111
+gallium_dri.so malloc 72 0x557173477720 0.000111
+gallium_dri.so free 0x5571734777c0 void 0.000110
+gallium_dri.so free 0x557173477720 void 0.000123
+gallium_dri.so malloc 72 0x557173477770 0.000113
+gallium_dri.so free 0x557173477840 void 0.000112
+gallium_dri.so free 0x557173477770 void 0.000110
+gallium_dri.so malloc 72 0x557173477840 0.000116
+gallium_dri.so free 0x557173477900 void 0.000112
+gallium_dri.so free 0x557173477840 void 0.000110
+gallium_dri.so malloc 72 0x557173477840 0.000111
+gallium_dri.so free 0x557173477980 void 0.000112
+gallium_dri.so free 0x557173477840 void 0.000110
+gallium_dri.so malloc 72 0x557173477980 0.000112
+gallium_dri.so free 0x557173477a40 void 0.000111
+gallium_dri.so free 0x557173477980 void 0.000111
+gallium_dri.so malloc 72 0x557173477980 0.000111
+gallium_dri.so free 0x557173477b00 void 0.000111
+gallium_dri.so free 0x557173477980 void 0.000111
+gallium_dri.so malloc 72 0x557173477980 0.000111
+gallium_dri.so free 0x557173477bc0 void 0.000111
+gallium_dri.so free 0x557173477980 void 0.000110
+gallium_dri.so malloc 72 0x557173477b70 0.000111
+gallium_dri.so free 0x557173477c40 void 0.000110
+gallium_dri.so free 0x557173477b70 void 0.000111
+gallium_dri.so malloc 72 0x557173477c90 0.000110
+gallium_dri.so free 0x557173477d00 void 0.000111
+gallium_dri.so free 0x557173477c90 void 0.000110
+gallium_dri.so malloc 72 0x557173477d40 0.000112
+gallium_dri.so free 0x557173477dc0 void 0.000111
+gallium_dri.so free 0x557173477d40 void 0.000111
+gallium_dri.so malloc 72 0x557173477d40 0.000118
+gallium_dri.so free 0x557173477e40 void 0.000123
+gallium_dri.so free 0x557173477d40 void 0.000116
+gallium_dri.so malloc 72 0x557173477e70 0.000112
+gallium_dri.so free 0x557173477ec0 void 0.000112
+gallium_dri.so free 0x557173477e70 void 0.000111
+gallium_dri.so malloc 72 0x557173477e70 0.000110
+gallium_dri.so free 0x557173477fc0 void 0.000112
+gallium_dri.so free 0x557173477e70 void 0.000111
+gallium_dri.so malloc 72 0x557173477f70 0.000109
+gallium_dri.so free 0x557173478080 void 0.000110
+gallium_dri.so free 0x557173477f70 void 0.000111
+gallium_dri.so malloc 72 0x557173478030 0.000111
+gallium_dri.so free 0x5571734780c0 void 0.000112
+gallium_dri.so free 0x557173478030 void 0.000111
+gallium_dri.so malloc 72 0x557173478030 0.000112
+gallium_dri.so free 0x557173478180 void 0.000111
+gallium_dri.so free 0x557173478030 void 0.000111
+gallium_dri.so malloc 72 0x5571734781f0 0.000112
+gallium_dri.so free 0x557173478240 void 0.000111
+gallium_dri.so free 0x5571734781f0 void 0.000113
+gallium_dri.so malloc 72 0x5571734781f0 0.000115
+gallium_dri.so free 0x557173478340 void 0.000116
+gallium_dri.so free 0x5571734781f0 void 0.000112
+gallium_dri.so malloc 72 0x5571734782f0 0.000111
+gallium_dri.so free 0x557173478400 void 0.000112
+gallium_dri.so free 0x5571734782f0 void 0.000111
+gallium_dri.so malloc 72 0x5571734783b0 0.000115
+gallium_dri.so free 0x557173478440 void 0.000110
+gallium_dri.so free 0x5571734783b0 void 0.000112
+gallium_dri.so malloc 72 0x5571734783b0 0.000111
+gallium_dri.so free 0x557173478500 void 0.000111
+gallium_dri.so free 0x5571734783b0 void 0.000111
+gallium_dri.so malloc 72 0x557173478540 0.000112
+gallium_dri.so free 0x5571734785c0 void 0.000110
+gallium_dri.so free 0x557173478540 void 0.000110
+gallium_dri.so malloc 72 0x5571734785c0 0.000110
+gallium_dri.so free 0x557173478680 void 0.000113
+gallium_dri.so free 0x5571734785c0 void 0.000112
+gallium_dri.so malloc 72 0x5571734785c0 0.000112
+gallium_dri.so free 0x557173478740 void 0.000113
+gallium_dri.so free 0x5571734785c0 void 0.000144
+gallium_dri.so malloc 72 0x557173478760 0.000112
+gallium_dri.so free 0x557173478800 void 0.000110
+gallium_dri.so free 0x557173478760 void 0.000111
+gallium_dri.so malloc 72 0x5571734787b0 0.000110
+gallium_dri.so free 0x557173478880 void 0.000109
+gallium_dri.so free 0x5571734787b0 void 0.000110
+gallium_dri.so malloc 72 0x5571734787b0 0.000121
+gallium_dri.so free 0x557173478900 void 0.000119
+gallium_dri.so free 0x5571734787b0 void 0.000112
+gallium_dri.so malloc 72 0x557173478900 0.000112
+gallium_dri.so free 0x5571734789c0 void 0.000114
+gallium_dri.so free 0x557173478900 void 0.000110
+gallium_dri.so malloc 72 0x557173478900 0.000214
+gallium_dri.so free 0x557173478a80 void 0.000153
+gallium_dri.so free 0x557173478900 void 0.000186
+gallium_dri.so malloc 72 0x557173478900 0.000114
+gallium_dri.so free 0x557173478b40 void 0.000112
+gallium_dri.so free 0x557173478900 void 0.000110
+gallium_dri.so malloc 72 0x557173478af0 0.000111
+gallium_dri.so free 0x557173478c00 void 0.000111
+gallium_dri.so free 0x557173478af0 void 0.000110
+gallium_dri.so malloc 72 0x557173478bb0 0.000110
+gallium_dri.so free 0x557173478c80 void 0.000112
+gallium_dri.so free 0x557173478bb0 void 0.000111
+gallium_dri.so malloc 72 0x557173478cd0 0.000110
+gallium_dri.so free 0x557173478d40 void 0.000110
+gallium_dri.so free 0x557173478cd0 void 0.000111
+gallium_dri.so malloc 72 0x557173478d60 0.000112
+gallium_dri.so free 0x557173478e00 void 0.000110
+gallium_dri.so free 0x557173478d60 void 0.000111
+gallium_dri.so malloc 72 0x557173478db0 0.000110
+gallium_dri.so free 0x557173478e80 void 0.000110
+gallium_dri.so free 0x557173478db0 void 0.000115
+gallium_dri.so malloc 72 0x557173478db0 0.000116
+gallium_dri.so free 0x557173478f00 void 0.000114
+gallium_dri.so free 0x557173478db0 void 0.000112
+gallium_dri.so malloc 72 0x557173478f00 0.000110
+gallium_dri.so free 0x557173478fc0 void 0.000111
+gallium_dri.so free 0x557173478f00 void 0.000131
+gallium_dri.so malloc 72 0x557173478f00 0.000115
+gallium_dri.so free 0x5571735ed2c0 void 0.000115
+gallium_dri.so free 0x557173478f00 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed2e0 0.000113
+gallium_dri.so free 0x5571735ed380 void 0.000113
+gallium_dri.so free 0x5571735ed2e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ed330 0.000112
+gallium_dri.so free 0x5571735ed400 void 0.000112
+gallium_dri.so free 0x5571735ed330 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed330 0.000113
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so free 0x5571735ed330 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed480 0.000112
+gallium_dri.so free 0x5571735ed540 void 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed480 0.000113
+gallium_dri.so free 0x5571735ed600 void 0.000114
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed480 0.000112
+gallium_dri.so free 0x5571735ed6c0 void 0.000113
+gallium_dri.so free 0x5571735ed480 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed670 0.000113
+gallium_dri.so free 0x5571735ed6c0 void 0.000112
+gallium_dri.so free 0x5571735ed670 void 0.000112
+gallium_dri.so malloc 72 0x5571735ed670 0.000112
+gallium_dri.so free 0x5571735ed7c0 void 0.000120
+gallium_dri.so free 0x5571735ed670 void 0.000123
+gallium_dri.so malloc 72 0x5571735ed770 0.000133
+gallium_dri.so free 0x5571735ed880 void 0.000128
+gallium_dri.so free 0x5571735ed770 void 0.000125
+gallium_dri.so malloc 72 0x5571735ed830 0.000120
+gallium_dri.so free 0x5571735ed8c0 void 0.000116
+gallium_dri.so free 0x5571735ed830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed830 0.000115
+gallium_dri.so free 0x5571735ed980 void 0.000115
+gallium_dri.so free 0x5571735ed830 void 0.000113
+gallium_dri.so malloc 72 0x5571735ed9c0 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000119
+gallium_dri.so free 0x5571735ed9c0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eda40 0.000113
+gallium_dri.so free 0x5571735edb00 void 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000114
+gallium_dri.so malloc 72 0x5571735eda40 0.000114
+gallium_dri.so free 0x5571735edbc0 void 0.000115
+gallium_dri.so free 0x5571735eda40 void 0.000113
+gallium_dri.so malloc 72 0x5571735edbe0 0.000112
+gallium_dri.so free 0x5571735edc80 void 0.000113
+gallium_dri.so free 0x5571735edbe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd00 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edc30 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000114
+gallium_dri.so free 0x5571735edc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000119
+gallium_dri.so free 0x5571735ede40 void 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000112
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735edf00 void 0.000115
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edd80 0.000113
+gallium_dri.so free 0x5571735edfc0 void 0.000113
+gallium_dri.so free 0x5571735edd80 void 0.000113
+gallium_dri.so malloc 72 0x5571735edf70 0.000113
+gallium_dri.so free 0x5571735ee080 void 0.000114
+gallium_dri.so free 0x5571735edf70 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee030 0.000114
+gallium_dri.so free 0x5571735ee100 void 0.000114
+gallium_dri.so free 0x5571735ee030 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee150 0.000113
+gallium_dri.so free 0x5571735ee1c0 void 0.000113
+gallium_dri.so free 0x5571735ee150 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee1e0 0.000116
+gallium_dri.so free 0x5571735ee280 void 0.000114
+gallium_dri.so free 0x5571735ee1e0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000112
+gallium_dri.so free 0x5571735ee300 void 0.000114
+gallium_dri.so free 0x5571735ee230 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee230 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000114
+gallium_dri.so free 0x5571735ee230 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee380 0.000123
+gallium_dri.so free 0x5571735ee440 void 0.000114
+gallium_dri.so free 0x5571735ee380 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee380 0.000112
+gallium_dri.so free 0x5571735ee540 void 0.000112
+gallium_dri.so free 0x5571735ee380 void 0.000119
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000124
+gallium_dri.so free 0x5571735ee580 void 0.000118
+gallium_dri.so free 0x5571735ee4f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ee4f0 0.000114
+gallium_dri.so free 0x5571735ee640 void 0.000114
+gallium_dri.so free 0x5571735ee4f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ee680 0.000114
+gallium_dri.so free 0x5571735ee700 void 0.000116
+gallium_dri.so free 0x5571735ee680 void 0.000151
+gallium_dri.so malloc 72 0x5571735ee700 0.000124
+gallium_dri.so free 0x5571735ee7c0 void 0.000119
+gallium_dri.so free 0x5571735ee700 void 0.000115
+gallium_dri.so malloc 72 0x5571735ee700 0.000114
+gallium_dri.so free 0x5571735ee840 void 0.000116
+gallium_dri.so free 0x5571735ee700 void 0.000114
+gallium_dri.so malloc 72 0x5571735ee870 0.000114
+gallium_dri.so free 0x5571735ee8c0 void 0.000116
+gallium_dri.so free 0x5571735ee870 void 0.000112
+gallium_dri.so malloc 72 0x5571735ee870 0.000113
+gallium_dri.so free 0x5571735ee9c0 void 0.000114
+gallium_dri.so free 0x5571735ee870 void 0.000129
+gallium_dri.so malloc 72 0x5571735eea00 0.000114
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so free 0x5571735eea00 void 0.000113
+gallium_dri.so malloc 72 0x5571735eea80 0.000113
+gallium_dri.so free 0x5571735eeb40 void 0.000150
+gallium_dri.so free 0x5571735eea80 void 0.000116
+gallium_dri.so malloc 72 0x5571735eea80 0.000115
+gallium_dri.so free 0x5571735eebc0 void 0.000115
+gallium_dri.so free 0x5571735eea80 void 0.000115
+gallium_dri.so malloc 72 0x5571735eebf0 0.000114
+gallium_dri.so free 0x5571735eec40 void 0.000114
+gallium_dri.so free 0x5571735eebf0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eebf0 0.000113
+gallium_dri.so free 0x5571735eed40 void 0.000115
+gallium_dri.so free 0x5571735eebf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eecf0 0.000113
+gallium_dri.so free 0x5571735eee00 void 0.000114
+gallium_dri.so free 0x5571735eecf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735eedb0 0.000113
+gallium_dri.so free 0x5571735eee80 void 0.000114
+gallium_dri.so free 0x5571735eedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000114
+gallium_dri.so free 0x5571735eef40 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735eedb0 0.000112
+gallium_dri.so free 0x5571735ef000 void 0.000115
+gallium_dri.so free 0x5571735eedb0 void 0.000165
+gallium_dri.so malloc 72 0x5571735eefb0 0.000113
+gallium_dri.so free 0x5571735ef080 void 0.000114
+gallium_dri.so free 0x5571735eefb0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef0d0 0.000112
+gallium_dri.so free 0x5571735ef140 void 0.000112
+gallium_dri.so free 0x5571735ef0d0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef160 0.000112
+gallium_dri.so free 0x5571735ef200 void 0.000113
+gallium_dri.so free 0x5571735ef160 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef1b0 0.000112
+gallium_dri.so free 0x5571735ef280 void 0.000113
+gallium_dri.so free 0x5571735ef1b0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef280 0.000112
+gallium_dri.so free 0x5571735ef340 void 0.000111
+gallium_dri.so free 0x5571735ef280 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef280 0.000111
+gallium_dri.so free 0x5571735ef3c0 void 0.000112
+gallium_dri.so free 0x5571735ef280 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000118
+gallium_dri.so free 0x5571735ef480 void 0.000123
+gallium_dri.so free 0x5571735ef3c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000114
+gallium_dri.so free 0x5571735ef540 void 0.000114
+gallium_dri.so free 0x5571735ef3c0 void 0.000112
+gallium_dri.so malloc 72 0x5571735ef3c0 0.000118
+gallium_dri.so free 0x5571735ef600 void 0.000122
+gallium_dri.so free 0x5571735ef3c0 void 0.000134
+gallium_dri.so malloc 72 0x5571735ef5b0 0.000155
+gallium_dri.so free 0x5571735ef680 void 0.000127
+gallium_dri.so free 0x5571735ef5b0 void 0.000124
+gallium_dri.so malloc 72 0x5571735ef6d0 0.000119
+gallium_dri.so free 0x5571735ef740 void 0.000116
+gallium_dri.so free 0x5571735ef6d0 void 0.000115
+gallium_dri.so malloc 72 0x5571735ef780 0.000114
+gallium_dri.so free 0x5571735ef800 void 0.000116
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef780 0.000113
+gallium_dri.so free 0x5571735ef880 void 0.000114
+gallium_dri.so free 0x5571735ef780 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000113
+gallium_dri.so free 0x5571735ef900 void 0.000114
+gallium_dri.so free 0x5571735ef8b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735ef8b0 0.000117
+gallium_dri.so free 0x5571735efa00 void 0.000115
+gallium_dri.so free 0x5571735ef8b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735ef9b0 0.000113
+gallium_dri.so free 0x5571735efac0 void 0.000115
+gallium_dri.so free 0x5571735ef9b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000113
+gallium_dri.so free 0x5571735efb00 void 0.000114
+gallium_dri.so free 0x5571735efa70 void 0.000113
+gallium_dri.so malloc 72 0x5571735efa70 0.000115
+gallium_dri.so free 0x5571735efbc0 void 0.000127
+gallium_dri.so free 0x5571735efa70 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc30 0.000115
+gallium_dri.so free 0x5571735efc80 void 0.000113
+gallium_dri.so free 0x5571735efc30 void 0.000114
+gallium_dri.so malloc 72 0x5571735efc30 0.000113
+gallium_dri.so free 0x5571735efd80 void 0.000116
+gallium_dri.so free 0x5571735efc30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efd30 0.000113
+gallium_dri.so free 0x5571735efe40 void 0.000114
+gallium_dri.so free 0x5571735efd30 void 0.000113
+gallium_dri.so malloc 72 0x5571735efdf0 0.000112
+gallium_dri.so free 0x5571735efe80 void 0.000115
+gallium_dri.so free 0x5571735efdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735efdf0 0.000113
+gallium_dri.so free 0x5571735eff40 void 0.000114
+gallium_dri.so free 0x5571735efdf0 void 0.000112
+gallium_dri.so malloc 72 0x5571735eff80 0.000112
+gallium_dri.so free 0x5571735f0000 void 0.000116
+gallium_dri.so free 0x5571735eff80 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0000 0.000115
+gallium_dri.so free 0x5571735f00c0 void 0.000115
+gallium_dri.so free 0x5571735f0000 void 0.000115
+gallium_dri.so malloc 72 0x5571735f0000 0.000114
+gallium_dri.so free 0x5571735f0180 void 0.000114
+gallium_dri.so free 0x5571735f0000 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01a0 0.000114
+gallium_dri.so free 0x5571735f0240 void 0.000114
+gallium_dri.so free 0x5571735f01a0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f01f0 0.000113
+gallium_dri.so free 0x5571735f02c0 void 0.000114
+gallium_dri.so free 0x5571735f01f0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f01f0 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000118
+gallium_dri.so free 0x5571735f01f0 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0340 0.000118
+gallium_dri.so free 0x5571735f0400 void 0.000114
+gallium_dri.so free 0x5571735f0340 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0340 0.000113
+gallium_dri.so free 0x5571735f04c0 void 0.000113
+gallium_dri.so free 0x5571735f0340 void 0.000119
+gallium_dri.so malloc 72 0x5571735f0340 0.000123
+gallium_dri.so free 0x5571735f0580 void 0.000129
+gallium_dri.so free 0x5571735f0340 void 0.000124
+gallium_dri.so malloc 72 0x5571735f0530 0.000124
+gallium_dri.so free 0x5571735f0640 void 0.000119
+gallium_dri.so free 0x5571735f0530 void 0.000114
+gallium_dri.so malloc 72 0x5571735f05f0 0.000114
+gallium_dri.so free 0x5571735f06c0 void 0.000115
+gallium_dri.so free 0x5571735f05f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0710 0.000112
+gallium_dri.so free 0x5571735f0780 void 0.000114
+gallium_dri.so free 0x5571735f0710 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07a0 0.000113
+gallium_dri.so free 0x5571735f0840 void 0.000117
+gallium_dri.so free 0x5571735f07a0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07f0 0.000115
+gallium_dri.so free 0x5571735f08c0 void 0.000115
+gallium_dri.so free 0x5571735f07f0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f07f0 0.000113
+gallium_dri.so free 0x5571735f0940 void 0.000115
+gallium_dri.so free 0x5571735f07f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f0940 0.000116
+gallium_dri.so free 0x5571735f0a00 void 0.000115
+gallium_dri.so free 0x5571735f0940 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0940 0.000114
+gallium_dri.so free 0x5571735f0b00 void 0.000115
+gallium_dri.so free 0x5571735f0940 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000115
+gallium_dri.so free 0x5571735f0b40 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0ab0 0.000113
+gallium_dri.so free 0x5571735f0c00 void 0.000115
+gallium_dri.so free 0x5571735f0ab0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0c40 0.000113
+gallium_dri.so free 0x5571735f0cc0 void 0.000116
+gallium_dri.so free 0x5571735f0c40 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000114
+gallium_dri.so free 0x5571735f0d80 void 0.000114
+gallium_dri.so free 0x5571735f0cc0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0cc0 0.000113
+gallium_dri.so free 0x5571735f0e00 void 0.000165
+gallium_dri.so free 0x5571735f0cc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f0e30 0.000112
+gallium_dri.so free 0x5571735f0e80 void 0.000113
+gallium_dri.so free 0x5571735f0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0e30 0.000112
+gallium_dri.so free 0x5571735f0f80 void 0.000113
+gallium_dri.so free 0x5571735f0e30 void 0.000113
+gallium_dri.so malloc 72 0x5571735f0fc0 0.000111
+gallium_dri.so free 0x5571735f1040 void 0.000112
+gallium_dri.so free 0x5571735f0fc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f1040 0.000112
+gallium_dri.so free 0x5571735f1100 void 0.000112
+gallium_dri.so free 0x5571735f1040 void 0.000112
+gallium_dri.so malloc 72 0x5571735f1040 0.000113
+gallium_dri.so free 0x5571735f1180 void 0.000113
+gallium_dri.so free 0x5571735f1040 void 0.000114
+gallium_dri.so malloc 72 0x5571735f11b0 0.000112
+gallium_dri.so free 0x5571735f1200 void 0.000113
+gallium_dri.so free 0x5571735f11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f11b0 0.000113
+gallium_dri.so free 0x5571735f1300 void 0.000112
+gallium_dri.so free 0x5571735f11b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f12b0 0.000113
+gallium_dri.so free 0x5571735f13c0 void 0.000112
+gallium_dri.so free 0x5571735f12b0 void 0.000115
+gallium_dri.so malloc 72 0x5571735f1370 0.000112
+gallium_dri.so free 0x5571735f1440 void 0.000180
+gallium_dri.so free 0x5571735f1370 void 0.000228
+gallium_dri.so malloc 72 0x5571735f1370 0.000292
+gallium_dri.so free 0x5571735f1500 void 0.000288
+gallium_dri.so free 0x5571735f1370 void 0.000126
+gallium_dri.so malloc 72 0x5571735f1370 0.000131
+gallium_dri.so free 0x5571735f15c0 void 0.000121
+gallium_dri.so free 0x5571735f1370 void 0.000122
+gallium_dri.so malloc 72 0x5571735f1570 0.000125
+gallium_dri.so free 0x5571735f1640 void 0.000119
+gallium_dri.so free 0x5571735f1570 void 0.000116
+gallium_dri.so malloc 72 0x5571735f1690 0.000119
+gallium_dri.so free 0x5571735f1700 void 0.000122
+gallium_dri.so free 0x5571735f1690 void 0.000125
+gallium_dri.so malloc 72 0x5571735f1720 0.000120
+gallium_dri.so free 0x5571735f17c0 void 0.000118
+gallium_dri.so free 0x5571735f1720 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1770 0.000119
+gallium_dri.so free 0x5571735f1840 void 0.000118
+gallium_dri.so free 0x5571735f1770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1840 0.000126
+gallium_dri.so free 0x5571735f1900 void 0.000119
+gallium_dri.so free 0x5571735f1840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1840 0.000129
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so free 0x5571735f1840 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1980 0.000119
+gallium_dri.so free 0x5571735f1a40 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1980 0.000117
+gallium_dri.so free 0x5571735f1b00 void 0.000119
+gallium_dri.so free 0x5571735f1980 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1980 0.000119
+gallium_dri.so free 0x5571735f1bc0 void 0.000118
+gallium_dri.so free 0x5571735f1980 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1b70 0.000119
+gallium_dri.so free 0x5571735f1c40 void 0.000117
+gallium_dri.so free 0x5571735f1b70 void 0.000117
+gallium_dri.so malloc 72 0x5571735f1c90 0.000119
+gallium_dri.so free 0x5571735f1d00 void 0.000118
+gallium_dri.so free 0x5571735f1c90 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d40 0.000118
+gallium_dri.so free 0x5571735f1dc0 void 0.000121
+gallium_dri.so free 0x5571735f1d40 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1d40 0.000117
+gallium_dri.so free 0x5571735f1e40 void 0.000119
+gallium_dri.so free 0x5571735f1d40 void 0.000119
+gallium_dri.so malloc 72 0x5571735f1e70 0.000118
+gallium_dri.so free 0x5571735f1ec0 void 0.000118
+gallium_dri.so free 0x5571735f1e70 void 0.000185
+gallium_dri.so malloc 72 0x5571735f1e70 0.000121
+gallium_dri.so free 0x5571735f1fc0 void 0.000118
+gallium_dri.so free 0x5571735f1e70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f1f70 0.000117
+gallium_dri.so free 0x5571735f2080 void 0.000118
+gallium_dri.so free 0x5571735f1f70 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2030 0.000118
+gallium_dri.so free 0x5571735f20c0 void 0.000118
+gallium_dri.so free 0x5571735f2030 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2030 0.000118
+gallium_dri.so free 0x5571735f2180 void 0.000117
+gallium_dri.so free 0x5571735f2030 void 0.000119
+gallium_dri.so malloc 72 0x5571735f21f0 0.000118
+gallium_dri.so free 0x5571735f2240 void 0.000118
+gallium_dri.so free 0x5571735f21f0 void 0.000137
+gallium_dri.so malloc 72 0x5571735f21f0 0.000122
+gallium_dri.so free 0x5571735f2340 void 0.000119
+gallium_dri.so free 0x5571735f21f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f22f0 0.000118
+gallium_dri.so free 0x5571735f2400 void 0.000118
+gallium_dri.so free 0x5571735f22f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2440 void 0.000119
+gallium_dri.so free 0x5571735f23b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f23b0 0.000119
+gallium_dri.so free 0x5571735f2500 void 0.000130
+gallium_dri.so free 0x5571735f23b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f2540 0.000118
+gallium_dri.so free 0x5571735f25c0 void 0.000118
+gallium_dri.so free 0x5571735f2540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25c0 0.000118
+gallium_dri.so free 0x5571735f2680 void 0.000119
+gallium_dri.so free 0x5571735f25c0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f25c0 0.000117
+gallium_dri.so free 0x5571735f2740 void 0.000118
+gallium_dri.so free 0x5571735f25c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f2760 0.000121
+gallium_dri.so free 0x5571735f2800 void 0.000118
+gallium_dri.so free 0x5571735f2760 void 0.000123
+gallium_dri.so malloc 72 0x5571735f27b0 0.000119
+gallium_dri.so free 0x557173590b40 void 0.000120
+gallium_dri.so free 0x5571735f27b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f27b0 0.000118
+gallium_dri.so free 0x55717360d400 void 0.000119
+gallium_dri.so free 0x5571735f27b0 void 0.000119
+gallium_dri.so malloc 72 0x55717360d3b0 0.000119
+gallium_dri.so free 0x5571735f8840 void 0.000118
+gallium_dri.so free 0x55717360d3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000118
+gallium_dri.so free 0x5571735e37c0 void 0.000119
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f87f0 0.000128
+gallium_dri.so free 0x557173600d00 void 0.000120
+gallium_dri.so free 0x5571735f87f0 void 0.000118
+gallium_dri.so malloc 72 0x557173600cb0 0.000118
+gallium_dri.so free 0x55717360b7c0 void 0.000119
+gallium_dri.so free 0x557173600cb0 void 0.000119
+gallium_dri.so malloc 72 0x55717360b770 0.000118
+gallium_dri.so free 0x5571735c1d00 void 0.000119
+gallium_dri.so free 0x55717360b770 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1cb0 0.000118
+gallium_dri.so free 0x55717346e840 void 0.000119
+gallium_dri.so free 0x5571735c1cb0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e7f0 0.000118
+gallium_dri.so free 0x55717346ea00 void 0.000118
+gallium_dri.so free 0x55717346e7f0 void 0.000118
+gallium_dri.so malloc 72 0x55717346e9b0 0.000118
+gallium_dri.so free 0x55717346ab40 void 0.000118
+gallium_dri.so free 0x55717346e9b0 void 0.000117
+gallium_dri.so malloc 72 0x55717346aaf0 0.000118
+gallium_dri.so free 0x557173461c40 void 0.000119
+gallium_dri.so free 0x55717346aaf0 void 0.000115
+gallium_dri.so malloc 72 0x557173461bf0 0.000120
+gallium_dri.so free 0x5571735faec0 void 0.000118
+gallium_dri.so free 0x557173461bf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fae70 0.000119
+gallium_dri.so free 0x55717346c280 void 0.000118
+gallium_dri.so free 0x5571735fae70 void 0.000163
+gallium_dri.so malloc 72 0x55717346c230 0.000121
+gallium_dri.so free 0x557173473580 void 0.000120
+gallium_dri.so free 0x55717346c230 void 0.000126
+gallium_dri.so malloc 72 0x557173473530 0.000124
+gallium_dri.so free 0x5571735dee40 void 0.000120
+gallium_dri.so free 0x557173473530 void 0.000118
+gallium_dri.so malloc 72 0x5571735dedf0 0.000119
+gallium_dri.so free 0x5571735dcd80 void 0.000119
+gallium_dri.so free 0x5571735dedf0 void 0.000120
+gallium_dri.so malloc 72 0x5571735dcd30 0.000118
+gallium_dri.so free 0x5571735c4100 void 0.000119
+gallium_dri.so free 0x5571735dcd30 void 0.000118
+gallium_dri.so malloc 72 0x5571735c40b0 0.000118
+gallium_dri.so free 0x5571735c29c0 void 0.000118
+gallium_dri.so free 0x5571735c40b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c2970 0.000120
+gallium_dri.so free 0x5571735f9080 void 0.000119
+gallium_dri.so free 0x5571735c2970 void 0.000148
+gallium_dri.so malloc 72 0x5571735f90f0 0.000121
+gallium_dri.so free 0x55717360f9c0 void 0.000120
+gallium_dri.so free 0x5571735f90f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360f970 0.000119
+gallium_dri.so free 0x5571735e3200 void 0.000117
+gallium_dri.so free 0x55717360f970 void 0.000117
+gallium_dri.so malloc 72 0x5571735e31b0 0.000119
+gallium_dri.so free 0x55717360f800 void 0.000128
+gallium_dri.so free 0x5571735e31b0 void 0.000120
+gallium_dri.so malloc 72 0x55717360f7b0 0.000118
+gallium_dri.so free 0x5571735c42c0 void 0.000124
+gallium_dri.so free 0x55717360f7b0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4270 0.000118
+gallium_dri.so free 0x5571735f3200 void 0.000118
+gallium_dri.so free 0x5571735c4270 void 0.000118
+gallium_dri.so malloc 72 0x5571735f31b0 0.000118
+gallium_dri.so free 0x557173467680 void 0.000117
+gallium_dri.so free 0x5571735f31b0 void 0.000118
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x5571735df4c0 void 0.000117
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x557173467630 0.000117
+gallium_dri.so free 0x5571735ffe80 void 0.000118
+gallium_dri.so free 0x557173467630 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffe30 0.000118
+gallium_dri.so free 0x5571735d47c0 void 0.000118
+gallium_dri.so free 0x5571735ffe30 void 0.000118
+gallium_dri.so malloc 72 0x5571735d4770 0.000118
+gallium_dri.so free 0x5571735ec580 void 0.000117
+gallium_dri.so free 0x5571735d4770 void 0.000121
+gallium_dri.so malloc 72 0x5571735ec530 0.000117
+gallium_dri.so free 0x5571735e1640 void 0.000119
+gallium_dri.so free 0x5571735ec530 void 0.000119
+gallium_dri.so malloc 72 0x5571735e15f0 0.000171
+gallium_dri.so free 0x5571735fd8c0 void 0.000120
+gallium_dri.so free 0x5571735e15f0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fd870 0.000118
+gallium_dri.so free 0x55717360c7c0 void 0.000118
+gallium_dri.so free 0x5571735fd870 void 0.000120
+gallium_dri.so malloc 72 0x55717360c770 0.000118
+gallium_dri.so free 0x5571735f5800 void 0.000119
+gallium_dri.so free 0x55717360c770 void 0.000118
+gallium_dri.so malloc 72 0x5571735f57b0 0.000119
+gallium_dri.so free 0x557173610680 void 0.000118
+gallium_dri.so free 0x5571735f57b0 void 0.000119
+gallium_dri.so malloc 72 0x557173610630 0.000118
+gallium_dri.so free 0x5571735ffcc0 void 0.000118
+gallium_dri.so free 0x557173610630 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffc70 0.000118
+gallium_dri.so free 0x557173620e80 void 0.000148
+gallium_dri.so free 0x5571735ffc70 void 0.000121
+gallium_dri.so malloc 72 0x557173620e30 0.000119
+gallium_dri.so free 0x5571735cfc40 void 0.000119
+gallium_dri.so free 0x557173620e30 void 0.000119
+gallium_dri.so malloc 72 0x5571735cfbf0 0.000119
+gallium_dri.so free 0x5571735ed1c0 void 0.000119
+gallium_dri.so free 0x5571735cfbf0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ed170 0.000118
+gallium_dri.so free 0x55717346d100 void 0.000119
+gallium_dri.so free 0x5571735ed170 void 0.000126
+gallium_dri.so malloc 72 0x55717346d0b0 0.000119
+gallium_dri.so free 0x5571735c0140 void 0.000118
+gallium_dri.so free 0x55717346d0b0 void 0.000120
+gallium_dri.so malloc 72 0x5571735c00f0 0.000118
+gallium_dri.so free 0x5571735f3040 void 0.000118
+gallium_dri.so free 0x5571735c00f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f2ff0 0.000118
+gallium_dri.so free 0x55717360e0c0 void 0.000118
+gallium_dri.so free 0x5571735f2ff0 void 0.000118
+gallium_dri.so malloc 72 0x55717360e070 0.000120
+gallium_dri.so free 0x5571735dfb00 void 0.000118
+gallium_dri.so free 0x55717360e070 void 0.000120
+gallium_dri.so malloc 72 0x5571735dfab0 0.000119
+gallium_dri.so free 0x557173605c40 void 0.000119
+gallium_dri.so free 0x5571735dfab0 void 0.000118
+gallium_dri.so malloc 72 0x557173605bf0 0.000119
+gallium_dri.so free 0x5571735c4f80 void 0.000121
+gallium_dri.so free 0x557173605bf0 void 0.000119
+gallium_dri.so malloc 72 0x5571735c4f30 0.000118
+gallium_dri.so free 0x5571735eb600 void 0.000124
+gallium_dri.so free 0x5571735c4f30 void 0.000118
+gallium_dri.so malloc 72 0x5571735eb5b0 0.000119
+gallium_dri.so free 0x557173461600 void 0.000118
+gallium_dri.so free 0x5571735eb5b0 void 0.000118
+gallium_dri.so malloc 72 0x557173461670 0.000118
+gallium_dri.so free 0x55717346c0c0 void 0.000118
+gallium_dri.so free 0x557173461670 void 0.000123
+gallium_dri.so malloc 72 0x55717346c070 0.000118
+gallium_dri.so free 0x5571735f8680 void 0.000118
+gallium_dri.so free 0x55717346c070 void 0.000118
+gallium_dri.so malloc 72 0x5571735f8630 0.000119
+gallium_dri.so free 0x5571735c10c0 void 0.000119
+gallium_dri.so free 0x5571735f8630 void 0.000118
+gallium_dri.so malloc 72 0x5571735c1070 0.000119
+gallium_dri.so free 0x557173589400 void 0.000119
+gallium_dri.so free 0x5571735c1070 void 0.000119
+gallium_dri.so malloc 72 0x5571735893b0 0.000116
+gallium_dri.so free 0x5571735f2e80 void 0.000118
+gallium_dri.so free 0x5571735893b0 void 0.000117
+gallium_dri.so malloc 72 0x5571735f2e30 0.000119
+gallium_dri.so free 0x5571735f6440 void 0.000119
+gallium_dri.so free 0x5571735f2e30 void 0.000117
+gallium_dri.so malloc 72 0x5571735f63f0 0.000118
+gallium_dri.so free 0x55717346f080 void 0.000118
+gallium_dri.so free 0x5571735f63f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f63f0 0.000117
+gallium_dri.so free 0x557173464b80 void 0.000118
+gallium_dri.so free 0x5571735f63f0 void 0.000120
+gallium_dri.so malloc 72 0x557173464b30 0.000119
+gallium_dri.so free 0x5571735f8a00 void 0.000119
+gallium_dri.so free 0x557173464b30 void 0.000118
+gallium_dri.so malloc 72 0x5571735f89b0 0.000117
+gallium_dri.so free 0x5571735e25c0 void 0.000169
+gallium_dri.so free 0x5571735f89b0 void 0.000121
+gallium_dri.so malloc 72 0x5571735e2570 0.000119
+gallium_dri.so free 0x557173620cc0 void 0.000128
+gallium_dri.so free 0x5571735e2570 void 0.000119
+gallium_dri.so malloc 72 0x557173620c70 0.000120
+gallium_dri.so free 0x5571735c3f40 void 0.000119
+gallium_dri.so free 0x557173620c70 void 0.000118
+gallium_dri.so malloc 72 0x5571735c3ef0 0.000119
+gallium_dri.so free 0x5571735f96c0 void 0.000119
+gallium_dri.so free 0x5571735c3ef0 void 0.000118
+gallium_dri.so malloc 72 0x5571735f9670 0.000118
+gallium_dri.so free 0x5571735fd700 void 0.000118
+gallium_dri.so free 0x5571735f9670 void 0.000118
+gallium_dri.so malloc 72 0x5571735fd6b0 0.000117
+gallium_dri.so free 0x5571735db480 void 0.000120
+gallium_dri.so free 0x5571735fd6b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735db430 0.000119
+gallium_dri.so free 0x557173460f80 void 0.000119
+gallium_dri.so free 0x5571735db430 void 0.000119
+gallium_dri.so malloc 72 0x557173460f30 0.000118
+gallium_dri.so free 0x5571735d2200 void 0.000119
+gallium_dri.so free 0x557173460f30 void 0.000121
+gallium_dri.so malloc 72 0x5571735d21b0 0.000118
+gallium_dri.so free 0x5571735dc0c0 void 0.000119
+gallium_dri.so free 0x5571735d21b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dc070 0.000129
+gallium_dri.so free 0x557173469e80 void 0.000119
+gallium_dri.so free 0x5571735dc070 void 0.000118
+gallium_dri.so malloc 72 0x557173469e30 0.000119
+gallium_dri.so free 0x55717346e680 void 0.000119
+gallium_dri.so free 0x557173469e30 void 0.000119
+gallium_dri.so malloc 72 0x55717346e630 0.000119
+gallium_dri.so free 0x5571735fe740 void 0.000118
+gallium_dri.so free 0x55717346e630 void 0.000118
+gallium_dri.so malloc 72 0x5571735fe6f0 0.000120
+gallium_dri.so free 0x55717346c440 void 0.000121
+gallium_dri.so free 0x5571735fe6f0 void 0.000119
+gallium_dri.so malloc 72 0x55717346c3f0 0.000119
+gallium_dri.so free 0x55717360f640 void 0.000118
+gallium_dri.so free 0x55717346c3f0 void 0.000117
+gallium_dri.so malloc 72 0x55717360f5f0 0.000119
+gallium_dri.so free 0x5571735fda80 void 0.000118
+gallium_dri.so free 0x55717360f5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fda30 0.000118
+gallium_dri.so free 0x5571735f7100 void 0.000118
+gallium_dri.so free 0x5571735fda30 void 0.000119
+gallium_dri.so malloc 72 0x5571735f70b0 0.000118
+gallium_dri.so free 0x557173600040 void 0.000119
+gallium_dri.so free 0x5571735f70b0 void 0.000118
+gallium_dri.so malloc 72 0x5571735ffff0 0.000118
+gallium_dri.so free 0x55717346a500 void 0.000119
+gallium_dri.so free 0x5571735ffff0 void 0.000128
+gallium_dri.so malloc 72 0x5571735ffff0 0.000119
+gallium_dri.so free 0x55717360da80 void 0.000118
+gallium_dri.so free 0x5571735ffff0 void 0.000117
+gallium_dri.so malloc 72 0x55717360daf0 0.000119
+gallium_dri.so free 0x5571735fe100 void 0.000117
+gallium_dri.so free 0x55717360daf0 void 0.000118
+gallium_dri.so malloc 72 0x55717360daf0 0.000118
+gallium_dri.so free 0x5571735e03c0 void 0.000119
+gallium_dri.so free 0x55717360daf0 void 0.000115
+gallium_dri.so malloc 72 0x5571735e0370 0.000119
+gallium_dri.so free 0x5571735fca40 void 0.000120
+gallium_dri.so free 0x5571735e0370 void 0.000120
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000119
+gallium_dri.so free 0x5571735c4940 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000119
+gallium_dri.so free 0x5571735f6ac0 void 0.000137
+gallium_dri.so free 0x5571735fc9f0 void 0.000121
+gallium_dri.so malloc 72 0x5571735fc9f0 0.000119
+gallium_dri.so free 0x5571735dd640 void 0.000118
+gallium_dri.so free 0x5571735fc9f0 void 0.000118
+gallium_dri.so malloc 72 0x5571735dd5f0 0.000119
+gallium_dri.so free 0x5571735f9f80 void 0.000118
+gallium_dri.so free 0x5571735dd5f0 void 0.000119
+gallium_dri.so malloc 72 0x5571735f9f30 0.000119
+gallium_dri.so free 0x55717346d9c0 void 0.000175
+gallium_dri.so free 0x5571735f9f30 void 0.000121
+gallium_dri.so malloc 72 0x55717346d970 0.000118
+gallium_dri.so free 0x557173610f40 void 0.000117
+gallium_dri.so free 0x55717346d970 void 0.000118
+gallium_dri.so malloc 72 0x557173610ef0 0.000119
+gallium_dri.so free 0x55717346cac0 void 0.000118
+gallium_dri.so free 0x557173610ef0 void 0.000119
+gallium_dri.so malloc 72 0x557173610ef0 0.000118
+gallium_dri.so free 0x55717360e980 void 0.000118
+gallium_dri.so free 0x557173610ef0 void 0.000117
+gallium_dri.so malloc 72 0x55717360e930 0.000118
+gallium_dri.so free 0x5571735f79c0 void 0.000119
+gallium_dri.so free 0x55717360e930 void 0.000117
+gallium_dri.so malloc 72 0x5571735f7970 0.000118
+gallium_dri.so free 0x5571735c3280 void 0.000121
+gallium_dri.so free 0x5571735f7970 void 0.000117
+gallium_dri.so malloc 72 0x5571735c3230 0.000118
+gallium_dri.so free 0x557173620000 void 0.000117
+gallium_dri.so free 0x5571735c3230 void 0.000118
+gallium_dri.so malloc 72 0x55717361ffb0 0.000118
+gallium_dri.so free 0x557173610040 void 0.000119
+gallium_dri.so free 0x55717361ffb0 void 0.000118
+gallium_dri.so malloc 72 0x55717361ffb0 0.000118
+gallium_dri.so free 0x5571736006c0 void 0.000119
+gallium_dri.so free 0x55717361ffb0 void 0.000119
+gallium_dri.so malloc 72 0x5571736006c0 0.000129
+gallium_dri.so free 0x55717346b400 void 0.000122
+gallium_dri.so free 0x5571736006c0 void 0.000117
+gallium_dri.so malloc 72 0x55717346b3b0 0.000118
+gallium_dri.so free 0x557173609640 void 0.000119
+gallium_dri.so free 0x55717346b3b0 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000119
+gallium_dri.so free 0x5571735c2380 void 0.000119
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x5571736095f0 0.000118
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so free 0x5571736095f0 void 0.000118
+gallium_dri.so malloc 72 0x557173460440 0.000118
+gallium_dri.so free 0x5571735dc740 void 0.000118
+gallium_dri.so free 0x557173460440 void 0.000119
+gallium_dri.so malloc 72 0x557173460440 0.000118
+gallium_dri.so free 0x5571735ff000 void 0.000119
+gallium_dri.so free 0x557173460440 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000118
+gallium_dri.so free 0x5571735cfa00 void 0.000117
+gallium_dri.so free 0x5571735fefb0 void 0.000118
+gallium_dri.so malloc 72 0x5571735fefb0 0.000120
+gallium_dri.so free 0x5571735901c0 void 0.000119
+gallium_dri.so free 0x5571735fefb0 void 0.000117
+gallium_dri.so malloc 72 0x5571735fefb0 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000118
+gallium_dri.so free 0x5571735fefb0 void 0.000118
+gallium_dri.so malloc 72 0x55717358b640 0.000128
+gallium_dri.so free 0x557173607e80 void 0.000120
+gallium_dri.so free 0x55717358b640 void 0.000136
+gallium_dri.so malloc 72 0x55717358b640 0.000121
+gallium_dri.so free 0x557173469a00 void 0.000118
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x55717358b640 0.000119
+gallium_dri.so free 0x5571734741c0 void 0.000121
+gallium_dri.so free 0x55717358b640 void 0.000119
+gallium_dri.so malloc 72 0x557173474170 0.000118
+gallium_dri.so free 0x5571734741c0 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x557173474170 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so free 0x557173474170 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000119
+gallium_dri.so free 0x5571735d4580 void 0.000119
+gallium_dri.so free 0x5571735d1fc0 void 0.000117
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000118
+gallium_dri.so free 0x55717358dc00 void 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000118
+gallium_dri.so free 0x557173460d00 void 0.000120
+gallium_dri.so free 0x5571735d1fc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735d1fc0 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000118
+gallium_dri.so free 0x5571735d1fc0 void 0.000170
+gallium_dri.so malloc 72 0x5571735debc0 0.000119
+gallium_dri.so free 0x557173466dc0 void 0.000120
+gallium_dri.so free 0x5571735debc0 void 0.000118
+gallium_dri.so malloc 72 0x5571735debc0 0.000118
+gallium_dri.so free 0x55717358dcc0 void 0.000118
+gallium_dri.so free 0x5571735debc0 void 0.000117
+gallium_dri.so malloc 72 0x55717358dc70 0.000118
+gallium_dri.so free 0x55717360d180 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000118
+gallium_dri.so free 0x5571735ecf40 void 0.000119
+gallium_dri.so free 0x55717358dc70 void 0.000119
+gallium_dri.so malloc 72 0x55717358dc70 0.000118
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so free 0x55717358dc70 void 0.000118
+gallium_dri.so malloc 72 0x5571735e2f80 0.000124
+gallium_dri.so free 0x55717360d240 void 0.000119
+gallium_dri.so free 0x5571735e2f80 void 0.000118
+gallium_dri.so malloc 72 0x55717360d1f0 0.000118
+gallium_dri.so free 0x557173603300 void 0.000118
+gallium_dri.so free 0x55717360d1f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360d1f0 0.000119
+gallium_dri.so free 0x557173473f40 void 0.000119
+gallium_dri.so free 0x55717360d1f0 void 0.000119
+gallium_dri.so malloc 72 0x557173473f40 0.000119
+gallium_dri.so free 0x5571735dbe40 void 0.000130
+gallium_dri.so free 0x557173473f40 void 0.000119
+gallium_dri.so malloc 72 0x557173473f40 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000118
+gallium_dri.so free 0x557173473f40 void 0.000120
+gallium_dri.so malloc 72 0x5571735c1a80 0.000118
+gallium_dri.so free 0x5571736033c0 void 0.000118
+gallium_dri.so free 0x5571735c1a80 void 0.000118
+gallium_dri.so malloc 72 0x557173603370 0.000119
+gallium_dri.so free 0x557173469c00 void 0.000118
+gallium_dri.so free 0x557173603370 void 0.000119
+gallium_dri.so malloc 72 0x557173603370 0.000119
+gallium_dri.so free 0x5571735f61c0 void 0.000119
+gallium_dri.so free 0x557173603370 void 0.000119
+gallium_dri.so malloc 72 0x557173603370 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000118
+gallium_dri.so free 0x557173603370 void 0.000149
+gallium_dri.so malloc 72 0x5571735f5540 0.000120
+gallium_dri.so free 0x5571735f5600 void 0.000120
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x5571735f5540 0.000119
+gallium_dri.so free 0x557173469cc0 void 0.000119
+gallium_dri.so free 0x5571735f5540 void 0.000119
+gallium_dri.so malloc 72 0x557173469c70 0.000118
+gallium_dri.so free 0x5571735e2300 void 0.000120
+gallium_dri.so free 0x557173469c70 void 0.000119
+gallium_dri.so malloc 72 0x557173469c70 0.000129
+gallium_dri.so free 0x5571735e23c0 void 0.000119
+gallium_dri.so free 0x557173469c70 void 0.000119
+gallium_dri.so malloc 72 0x5571735e2370 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000119
+gallium_dri.so free 0x5571735e2370 void 0.000146
+gallium_dri.so malloc 72 0x5571734673c0 0.000122
+gallium_dri.so free 0x557173467480 void 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x5571735db1c0 void 0.000118
+gallium_dri.so free 0x5571734673c0 void 0.000118
+gallium_dri.so malloc 72 0x5571734673c0 0.000119
+gallium_dri.so free 0x557173590400 void 0.000124
+gallium_dri.so free 0x5571734673c0 void 0.000120
+gallium_dri.so malloc 72 0x5571734673c0 0.000118
+gallium_dri.so free 0x5571735db280 void 0.000119
+gallium_dri.so free 0x5571734673c0 void 0.000122
+gallium_dri.so malloc 72 0x5571735db230 0.000124
+gallium_dri.so free 0x5571735c0e00 void 0.000120
+gallium_dri.so free 0x5571735db230 void 0.000119
+gallium_dri.so malloc 72 0x5571735c0e00 0.000118
+gallium_dri.so free 0x557173590500 void 0.000119
+gallium_dri.so free 0x5571735c0e00 void 0.000118
+gallium_dri.so malloc 72 0x5571735904b0 0.000118
+gallium_dri.so free 0x5571735c0ec0 void 0.000118
+gallium_dri.so free 0x5571735904b0 void 0.000167
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000119
+gallium_dri.so free 0x5571735ec2c0 void 0.000118
+gallium_dri.so free 0x5571735c0ef0 void 0.000117
+gallium_dri.so malloc 72 0x5571735c0ef0 0.000118
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so free 0x5571735c0ef0 void 0.000123
+gallium_dri.so malloc 72 0x5571735ec340 0.000118
+gallium_dri.so free 0x5571735fbb80 void 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000114
+gallium_dri.so malloc 72 0x5571735ec340 0.000117
+gallium_dri.so free 0x5571735fbc40 void 0.000118
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec340 0.000118
+gallium_dri.so free 0x55717358b880 void 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000119
+gallium_dri.so malloc 72 0x5571735ec340 0.000117
+gallium_dri.so free 0x55717358b940 void 0.000119
+gallium_dri.so free 0x5571735ec340 void 0.000118
+gallium_dri.so malloc 72 0x55717358b8f0 0.000118
+gallium_dri.so free 0x55717360c500 void 0.000119
+gallium_dri.so free 0x55717358b8f0 void 0.000118
+gallium_dri.so malloc 72 0x55717360c500 0.000117
+gallium_dri.so free 0x55717360c5c0 void 0.000119
+gallium_dri.so free 0x55717360c500 void 0.000118
+gallium_dri.so malloc 72 0x55717360c500 0.000119
+gallium_dri.so free 0x5571736080c0 void 0.000124
+gallium_dri.so free 0x55717360c500 void 0.000112
+gallium_dri.so malloc 72 0x55717360c500 0.000111
+gallium_dri.so free 0x557173608180 void 0.000144
+gallium_dri.so free 0x55717360c500 void 0.000111
+gallium_dri.so malloc 72 0x557173608130 0.000112
+gallium_dri.so free 0x5571736058c0 void 0.000112
+gallium_dri.so free 0x557173608130 void 0.000112
+gallium_dri.so malloc 72 0x557173608130 0.000111
+gallium_dri.so free 0x557173605940 void 0.000112
+gallium_dri.so free 0x557173608130 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000109
+gallium_dri.so free 0x557173589080 void 0.000111
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173605940 0.000110
+gallium_dri.so free 0x557173589100 void 0.000111
+gallium_dri.so free 0x557173605940 void 0.000110
+gallium_dri.so malloc 72 0x557173589130 0.000110
+gallium_dri.so free 0x55717360ba40 void 0.000110
+gallium_dri.so free 0x557173589130 void 0.000110
+gallium_dri.so malloc 72 0x557173589130 0.000111
+gallium_dri.so free 0x55717360bac0 void 0.000116
+gallium_dri.so free 0x557173589130 void 0.000116
+gallium_dri.so malloc 72 0x55717360bac0 0.000113
+gallium_dri.so free 0x557173464800 void 0.000115
+gallium_dri.so free 0x55717360bac0 void 0.000115
+gallium_dri.so malloc 72 0x55717360bac0 0.000111
+gallium_dri.so free 0x557173464880 void 0.000110
+gallium_dri.so free 0x55717360bac0 void 0.000123
+gallium_dri.so malloc 72 0x55717360bac0 0.000118
+gallium_dri.so free 0x55717360b440 void 0.000115
+gallium_dri.so free 0x55717360bac0 void 0.000121
+gallium_dri.so malloc 72 0x55717360bac0 0.000115
+gallium_dri.so free 0x55717360b500 void 0.000116
+gallium_dri.so free 0x55717360bac0 void 0.000113
+gallium_dri.so malloc 72 0x55717360b4b0 0.000112
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so free 0x55717360b4b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000112
+gallium_dri.so free 0x5571735bfe80 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000114
+gallium_dri.so malloc 72 0x5571735bfdc0 0.000114
+gallium_dri.so free 0x55717360bd00 void 0.000115
+gallium_dri.so free 0x5571735bfdc0 void 0.000113
+gallium_dri.so malloc 72 0x55717360bcb0 0.000114
+gallium_dri.so free 0x55717360bd80 void 0.000115
+gallium_dri.so free 0x55717360bcb0 void 0.000114
+gallium_dri.so malloc 72 0x55717360bdf0 0.000115
+gallium_dri.so free 0x5571735cfd40 void 0.000115
+gallium_dri.so free 0x55717360bdf0 void 0.000114
+gallium_dri.so malloc 72 0x5571735cfd80 0.000114
+gallium_dri.so free 0x5571735cfe00 void 0.000118
+gallium_dri.so free 0x5571735cfd80 void 0.000115
+gallium_dri.so malloc 72 0x5571735cfe00 0.000113
+gallium_dri.so free 0x5571735d48c0 void 0.000117
+gallium_dri.so free 0x5571735cfe00 void 0.000115
+gallium_dri.so malloc 72 0x5571735d48e0 0.000114
+gallium_dri.so free 0x5571735d4980 void 0.000114
+gallium_dri.so free 0x5571735d48e0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d4930 0.000113
+gallium_dri.so free 0x5571735d2300 void 0.000115
+gallium_dri.so free 0x5571735d4930 void 0.000113
+gallium_dri.so malloc 72 0x5571735d2340 0.000112
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so free 0x5571735d2340 void 0.000115
+gallium_dri.so malloc 72 0x5571735d23c0 0.000113
+gallium_dri.so free 0x5571735fc340 void 0.000116
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735d23c0 0.000115
+gallium_dri.so free 0x5571735fc400 void 0.000115
+gallium_dri.so free 0x5571735d23c0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fc420 0.000115
+gallium_dri.so free 0x5571735f4980 void 0.000133
+gallium_dri.so free 0x5571735fc420 void 0.000114
+gallium_dri.so malloc 72 0x5571735f49b0 0.000114
+gallium_dri.so free 0x5571735f4a00 void 0.000114
+gallium_dri.so free 0x5571735f49b0 void 0.000113
+gallium_dri.so malloc 72 0x5571735f49b0 0.000113
+gallium_dri.so free 0x5571735f4b00 void 0.000115
+gallium_dri.so free 0x5571735f49b0 void 0.000114
+gallium_dri.so malloc 72 0x5571735f4ab0 0.000114
+gallium_dri.so free 0x5571735fc4c0 void 0.000114
+gallium_dri.so free 0x5571735f4ab0 void 0.000125
+gallium_dri.so malloc 72 0x5571735fc470 0.000115
+gallium_dri.so free 0x5571735eb700 void 0.000114
+gallium_dri.so free 0x5571735fc470 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb730 0.000114
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so free 0x5571735eb730 void 0.000114
+gallium_dri.so malloc 72 0x5571735eb780 0.000115
+gallium_dri.so free 0x5571735eb840 void 0.000114
+gallium_dri.so free 0x5571735eb780 void 0.000113
+gallium_dri.so malloc 72 0x5571735eb780 0.000112
+gallium_dri.so free 0x5571735e1740 void 0.000114
+gallium_dri.so free 0x5571735eb780 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1790 0.000113
+gallium_dri.so free 0x5571735e1800 void 0.000116
+gallium_dri.so free 0x5571735e1790 void 0.000113
+gallium_dri.so malloc 72 0x5571735e1820 0.000115
+gallium_dri.so free 0x5571735e18c0 void 0.000116
+gallium_dri.so free 0x5571735e1820 void 0.000114
+gallium_dri.so malloc 72 0x5571735e1870 0.000114
+gallium_dri.so free 0x5571735c0240 void 0.000115
+gallium_dri.so free 0x5571735e1870 void 0.000114
+gallium_dri.so malloc 72 0x5571735c0280 0.000113
+gallium_dri.so free 0x5571735c0300 void 0.000115
+gallium_dri.so free 0x5571735c0280 void 0.000113
+gallium_dri.so malloc 72 0x5571735c0300 0.000120
+gallium_dri.so free 0x5571735c03c0 void 0.000119
+gallium_dri.so free 0x5571735c0300 void 0.000166
+gallium_dri.so malloc 72 0x5571735c0300 0.000115
+gallium_dri.so free 0x5571735fafc0 void 0.000115
+gallium_dri.so free 0x5571735c0300 void 0.000113
+gallium_dri.so malloc 72 0x5571735fafe0 0.000113
+gallium_dri.so free 0x5571735fb080 void 0.000115
+gallium_dri.so free 0x5571735fafe0 void 0.000114
+gallium_dri.so malloc 72 0x5571735fb030 0.000114
+gallium_dri.so free 0x5571735fb100 void 0.000114
+gallium_dri.so free 0x5571735fb030 void 0.000113
+gallium_dri.so malloc 72 0x5571735fb030 0.000114
+gallium_dri.so free 0x5571734605c0 void 0.000115
+gallium_dri.so free 0x5571735fb030 void 0.000113
+gallium_dri.so malloc 72 0x557173460570 0.000118
+gallium_dri.so free 0x557173460680 void 0.000115
+gallium_dri.so free 0x557173460570 void 0.000113
+gallium_dri.so malloc 72 0x557173460630 0.000113
+gallium_dri.so free 0x5571734606c0 void 0.000114
+gallium_dri.so free 0x557173460630 void 0.000113
+gallium_dri.so malloc 72 0x557173460630 0.000112
+gallium_dri.so free 0x557173611080 void 0.000115
+gallium_dri.so free 0x557173460630 void 0.000112
+gallium_dri.so malloc 72 0x557173460630 0.000114
+gallium_dri.so free 0x557173611180 void 0.000114
+gallium_dri.so free 0x557173460630 void 0.000113
+gallium_dri.so malloc 72 0x557173611130 0.000113
+gallium_dri.so free 0x557173611200 void 0.000115
+gallium_dri.so free 0x557173611130 void 0.000125
+gallium_dri.so malloc 72 0x557173611250 0.000113
+gallium_dri.so free 0x557173609780 void 0.000117
+gallium_dri.so free 0x557173611250 void 0.000115
+gallium_dri.so malloc 72 0x557173611250 0.000139
+gallium_dri.so free 0x557173609800 void 0.000114
+gallium_dri.so free 0x557173611250 void 0.000115
+gallium_dri.so malloc 72 0x557173609830 0.000114
+gallium_dri.so free 0x557173609880 void 0.000123
+gallium_dri.so free 0x557173609830 void 0.000115
+gallium_dri.so malloc 72 0x557173609830 0.000113
+gallium_dri.so free 0x557173461d40 void 0.000114
+gallium_dri.so free 0x557173609830 void 0.000114
+gallium_dri.so free 0x55717346a680 void 0.000119
+gallium_dri.so free 0x5571735f2930 void 0.000113
+libxcb.so.1 malloc 76 0x5571735b06e0 0.000114
+libxcb.so.1 malloc 16 0x55717357ee90 0.000112
+libxcb.so.1 malloc 76 0x5571735afa70 0.000111
+libxcb.so.1 malloc 16 0x5571735a6150 0.000111
+libxcb.so.1 malloc 76 0x5571735afdb0 0.000110
+libxcb.so.1 malloc 16 0x55717357efb0 0.000114
+libxcb.so.1 malloc 76 0x5571735baa90 0.000113
+libxcb.so.1 malloc 16 0x5571735a6130 0.000111
+libxcb.so.1 malloc 76 0x5571735af720 0.000111
+libxcb.so.1 malloc 16 0x5571735eb1b0 0.000123
+libxcb.so.1 malloc 76 0x5571735beda0 0.000112
+libxcb.so.1 malloc 16 0x5571735eac10 0.000110
+libxcb.so.1 malloc 76 0x5571735bee00 0.000111
+libxcb.so.1 malloc 16 0x5571735eaa40 0.000110
+libxcb.so.1 malloc 76 0x557173611180 0.000113
+libxcb.so.1 malloc 16 0x557173461d20 0.000112
+libxcb.so.1 malloc 76 0x5571735e23c0 0.000111
+libxcb.so.1 malloc 16 0x5571735e1800 0.000117
+libxcb.so.1 malloc 76 0x5571735db280 0.000115
+libxcb.so.1 malloc 16 0x5571735c0220 0.000114
+libxcb.so.1 malloc 76 0x5571735fbb80 0.000110
+libxcb.so.1 malloc 16 0x5571735fafa0 0.000109
+libxcb.so.1 malloc 76 0x5571735fbc60 0.000111
+libxcb.so.1 malloc 16 0x5571735fafc0 0.000110
+libxcb.so.1 malloc 76 0x55717358b940 0.000111
+libxcb.so.1 malloc 16 0x5571736111e0 0.000109
+libxcb.so.1 malloc 76 0x55717360b500 0.000110
+libxcb.so.1 malloc 16 0x557173609780 0.000112
+libxcb.so.1 malloc 76 0x5571735fc340 0.000111
+libxcb.so.1 malloc 16 0x5571736097e0 0.000110
+libxcb.so.1 malloc 76 0x557173466dc0 0.000111
+libxcb.so.1 malloc 16 0x5571735e17e0 0.000112
+libxcb.so.1 malloc 76 0x5571735df4c0 0.000110
+libxcb.so.1 malloc 16 0x5571735d48c0 0.000113
+libxcb.so.1 malloc 76 0x55717346f080 0.000110
+libxcb.so.1 malloc 16 0x5571735d22e0 0.000110
+libxcb.so.1 malloc 76 0x5571735eaf80 0.000112
+libxcb.so.1 malloc 16 0x5571735fc3e0 0.000224
+libxcb.so.1 malloc 76 0x5571735baf50 0.000159
+libxcb.so.1 malloc 16 0x5571735fc400 0.000372
+libxcb.so.1 malloc 76 0x5571735bbe20 0.000318
+libxcb.so.1 malloc 16 0x5571735f4960 0.000274
+libxcb.so.1 malloc 76 0x5571735b8060 0.000195
+libxcb.so.1 malloc 16 0x5571735eb6e0 0.000156
+libxcb.so.1 malloc 76 0x5571735ea780 0.000185
+libxcb.so.1 malloc 16 0x5571735e1720 0.000154
+libxcb.so.1 malloc 76 0x5571735bc600 0.000187
+libxcb.so.1 malloc 16 0x5571735d48a0 0.000162
+libxcb.so.1 malloc 76 0x5571735af780 0.000128
+libxcb.so.1 malloc 16 0x5571735fbc40 0.000115
+libxcb.so.1 malloc 76 0x5571735eaa60 0.000111
+libxcb.so.1 malloc 16 0x55717360c5c0 0.000110
+libxcb.so.1 malloc 76 0x5571735bca60 0.000120
+libxcb.so.1 malloc 16 0x557173589080 0.000113
+libxcb.so.1 malloc 76 0x5571734562c0 0.000110
+libxcb.so.1 malloc 16 0x5571735890e0 0.000128
+libxcb.so.1 malloc 76 0x5571735d9040 0.000117
+libxcb.so.1 malloc 16 0x557173464880 0.000116
+libxcb.so.1 malloc 76 0x5571735e96f0 0.000114
+libxcb.so.1 malloc 16 0x5571735bfe80 0.000112
+libxcb.so.1 malloc 76 0x5571735ba820 0.000110
+libxcb.so.1 malloc 16 0x5571735cfd20 0.000110
+libxcb.so.1 malloc 76 0x5571735b2ba0 0.000112
+libxcb.so.1 malloc 16 0x5571735fbc20 0.000112
+libxcb.so.1 malloc 76 0x5571735a8b60 0.000110
+libxcb.so.1 malloc 16 0x557173607e80 0.000111
+libxcb.so.1 malloc 76 0x5571735e9c80 0.000111
+libxcb.so.1 malloc 16 0x5571735d4580 0.000112
+libxcb.so.1 malloc 76 0x5571735f4440 0.000113
+libxcb.so.1 malloc 16 0x557173467480 0.000112
+libxcb.so.1 malloc 76 0x557173467760 0.000111
+libxcb.so.1 malloc 16 0x5571735eb330 0.000113
+libxcb.so.1 malloc 76 0x557173459b40 0.000111
+libxcb.so.1 malloc 16 0x5571735b7080 0.000110
+libxcb.so.1 malloc 76 0x5571735f4370 0.000111
+libxcb.so.1 malloc 16 0x5571735b6020 0.000112
+libxcb.so.1 malloc 76 0x5571734561f0 0.000111
+libxcb.so.1 malloc 16 0x5571735a92f0 0.000117
+libxcb.so.1 malloc 76 0x5571735f3f20 0.000116
+libxcb.so.1 malloc 16 0x5571735ea870 0.000112
+libxcb.so.1 malloc 76 0x557173455da0 0.000110
+libxcb.so.1 malloc 16 0x5571735eb230 0.000111
+libxcb.so.1 malloc 76 0x557173454460 0.000118
+libxcb.so.1 malloc 16 0x5571735aedb0 0.000113
+libxcb.so.1 malloc 76 0x5571735c5060 0.000112
+libxcb.so.1 malloc 16 0x5571735eb2b0 0.000111
+libxcb.so.1 malloc 76 0x5571735fba80 0.000110
+libxcb.so.1 malloc 16 0x5571735b8470 0.000114
+libxcb.so.1 malloc 76 0x5571735e2200 0.000112
+libxcb.so.1 malloc 16 0x557173456f80 0.000111
+libxcb.so.1 malloc 76 0x5571735db0c0 0.000111
+libxcb.so.1 malloc 16 0x557173457880 0.000111
+libxcb.so.1 malloc 76 0x55717360c400 0.000111
+libxcb.so.1 malloc 16 0x55717345a540 0.000110
+libxcb.so.1 malloc 76 0x5571735c0d00 0.000110
+libxcb.so.1 malloc 16 0x55717345ae40 0.000112
+libxcb.so.1 malloc 76 0x5571735f5440 0.000114
+libxcb.so.1 malloc 16 0x5571735b41c0 0.000111
+libxcb.so.1 malloc 76 0x5571735ec1c0 0.000110
+libxcb.so.1 malloc 16 0x5571735b4ac0 0.000110
+libxcb.so.1 malloc 76 0x557173590300 0.000113
+libxcb.so.1 malloc 16 0x5571735b6970 0.000110
+libxcb.so.1 malloc 76 0x5571735ff040 0.000111
+libxcb.so.1 malloc 16 0x5571735e4ec0 0.000114
+libxcb.so.1 malloc 76 0x55717346b440 0.000111
+libxcb.so.1 malloc 16 0x55717345a0a0 0.000111
+libxcb.so.1 malloc 76 0x5571735f7a00 0.000111
+libxcb.so.1 malloc 16 0x5571734564e0 0.000110
+libxcb.so.1 malloc 76 0x55717346da00 0.000110
+libxcb.so.1 malloc 16 0x5571735f4660 0.000110
+libxcb.so.1 malloc 76 0x5571735fca80 0.000112
+libxcb.so.1 malloc 16 0x5571735e4760 0.000165
+libxcb.so.1 malloc 76 0x557173607fc0 0.000184
+libxcb.so.1 malloc 16 0x5571735b4360 0.000247
+libxcb.so.1 free 0x55717357ee90 void 0.000212
+libX11.so.6 free 0x5571735b06e0 void 0.000239
+libxcb.so.1 free 0x5571735a6150 void 0.000237
+libX11.so.6 free 0x5571735afa70 void 0.000159
+libxcb.so.1 free 0x55717357efb0 void 0.000128
+libX11.so.6 free 0x5571735afdb0 void 0.000117
+libxcb.so.1 free 0x5571735a6130 void 0.000117
+libX11.so.6 free 0x5571735baa90 void 0.000115
+libxcb.so.1 free 0x5571735eb1b0 void 0.000117
+libX11.so.6 free 0x5571735af720 void 0.000117
+libxcb.so.1 free 0x5571735eac10 void 0.000117
+libX11.so.6 free 0x5571735beda0 void 0.000116
+libxcb.so.1 free 0x5571735eaa40 void 0.000117
+libX11.so.6 free 0x5571735bee00 void 0.000116
+libxcb.so.1 free 0x557173461d20 void 0.000118
+libX11.so.6 free 0x557173611180 void 0.000129
+libxcb.so.1 free 0x5571735e1800 void 0.000127
+libX11.so.6 malloc 208 0x5571735858f0 0.000131
+libX11.so.6 free 0x5571735e23c0 void 0.000131
+libxcb.so.1 free 0x5571735c0220 void 0.000130
+libX11.so.6 malloc 208 0x55717357f7f0 0.000130
+libX11.so.6 free 0x5571735db280 void 0.000126
+libxcb.so.1 free 0x5571735fafa0 void 0.000121
+libX11.so.6 malloc 208 0x55717346ad40 0.000124
+libX11.so.6 free 0x5571735fbb80 void 0.000131
+libxcb.so.1 free 0x5571735fafc0 void 0.000130
+libX11.so.6 malloc 208 0x5571735dfbe0 0.000130
+libX11.so.6 free 0x5571735fbc60 void 0.000126
+libxcb.so.1 free 0x5571736111e0 void 0.000120
+libX11.so.6 malloc 208 0x5571735dfd50 0.000124
+libX11.so.6 free 0x55717358b940 void 0.000131
+libxcb.so.1 free 0x557173609780 void 0.000130
+libX11.so.6 malloc 208 0x55717346d270 0.000130
+libX11.so.6 free 0x55717360b500 void 0.000125
+libxcb.so.1 free 0x5571736097e0 void 0.000119
+libX11.so.6 malloc 208 0x55717360e1a0 0.000124
+libX11.so.6 free 0x5571735fc340 void 0.000136
+libxcb.so.1 free 0x5571735e17e0 void 0.000132
+libX11.so.6 malloc 208 0x55717360e310 0.000130
+libX11.so.6 free 0x557173466dc0 void 0.000129
+libxcb.so.1 free 0x5571735d48c0 void 0.000131
+libX11.so.6 malloc 208 0x557173600de0 0.000125
+libX11.so.6 free 0x5571735df4c0 void 0.000127
+libxcb.so.1 free 0x5571735d22e0 void 0.000130
+libX11.so.6 malloc 208 0x557173600f50 0.000125
+libX11.so.6 free 0x55717346f080 void 0.000125
+libxcb.so.1 free 0x5571735fc3e0 void 0.000130
+libX11.so.6 malloc 208 0x5571735f7270 0.000129
+libX11.so.6 free 0x5571735eaf80 void 0.000130
+libxcb.so.1 free 0x5571735fc400 void 0.000130
+libX11.so.6 malloc 208 0x5571735c2aa0 0.000129
+libX11.so.6 free 0x5571735baf50 void 0.000124
+libxcb.so.1 free 0x5571735f4960 void 0.000121
+libX11.so.6 malloc 208 0x5571735c2c10 0.000123
+libX11.so.6 free 0x5571735bbe20 void 0.000130
+libxcb.so.1 free 0x5571735eb6e0 void 0.000129
+libX11.so.6 malloc 208 0x5571735dce60 0.000128
+libX11.so.6 free 0x5571735b8060 void 0.000240
+libxcb.so.1 free 0x5571735e1720 void 0.000274
+libX11.so.6 malloc 208 0x5571735dcfd0 0.000350
+libX11.so.6 free 0x5571735ea780 void 0.000335
+libxcb.so.1 free 0x5571735d48a0 void 0.000315
+libX11.so.6 malloc 208 0x5571736107f0 0.000202
+libX11.so.6 free 0x5571735bc600 void 0.000206
+libxcb.so.1 free 0x5571735fbc40 void 0.000155
+libX11.so.6 malloc 208 0x5571735f97a0 0.000119
+libX11.so.6 free 0x5571735af780 void 0.000118
+libxcb.so.1 free 0x55717360c5c0 void 0.000116
+libX11.so.6 malloc 208 0x5571735f9910 0.000117
+libX11.so.6 free 0x5571735eaa60 void 0.000117
+libxcb.so.1 free 0x557173589080 void 0.000118
+libX11.so.6 malloc 208 0x55717346f1b0 0.000118
+libX11.so.6 free 0x5571735bca60 void 0.000116
+libxcb.so.1 free 0x5571735890e0 void 0.000117
+libX11.so.6 malloc 208 0x55717346f320 0.000116
+libX11.so.6 free 0x5571734562c0 void 0.000134
+libxcb.so.1 free 0x557173464880 void 0.000141
+libX11.so.6 malloc 208 0x55717346d5f0 0.000139
+libX11.so.6 free 0x5571735d9040 void 0.000137
+libxcb.so.1 free 0x5571735bfe80 void 0.000139
+libX11.so.6 malloc 208 0x55717346d760 0.000138
+libX11.so.6 free 0x5571735e96f0 void 0.000137
+libxcb.so.1 free 0x5571735cfd20 void 0.000136
+libX11.so.6 malloc 208 0x5571735f75f0 0.000138
+libX11.so.6 free 0x5571735ba820 void 0.000135
+libxcb.so.1 free 0x5571735fbc20 void 0.000135
+libX11.so.6 malloc 208 0x5571735f7760 0.000137
+libX11.so.6 free 0x5571735b2ba0 void 0.000134
+libxcb.so.1 free 0x557173607e80 void 0.000134
+libX11.so.6 malloc 208 0x5571735c2eb0 0.000138
+libX11.so.6 free 0x5571735a8b60 void 0.000135
+libxcb.so.1 free 0x5571735d4580 void 0.000140
+libX11.so.6 malloc 208 0x5571735c3020 0.000138
+libX11.so.6 free 0x5571735e9c80 void 0.000135
+libxcb.so.1 free 0x557173467480 void 0.000135
+libX11.so.6 malloc 208 0x5571735fc670 0.000134
+libX11.so.6 free 0x5571735f4440 void 0.000134
+libxcb.so.1 free 0x5571735eb330 void 0.000135
+libX11.so.6 malloc 208 0x5571735fc7e0 0.000143
+libX11.so.6 free 0x557173467760 void 0.000143
+libxcb.so.1 free 0x5571735b7080 void 0.000139
+libX11.so.6 malloc 208 0x557173473bc0 0.000135
+libX11.so.6 free 0x557173459b40 void 0.000142
+libxcb.so.1 free 0x5571735b6020 void 0.000139
+libX11.so.6 malloc 208 0x557173473d30 0.000137
+libX11.so.6 free 0x5571735f4370 void 0.000141
+libxcb.so.1 free 0x5571735a92f0 void 0.000146
+libX11.so.6 malloc 208 0x5571735dbac0 0.000183
+libX11.so.6 free 0x5571734561f0 void 0.000185
+libxcb.so.1 free 0x5571735ea870 void 0.000185
+libX11.so.6 malloc 208 0x5571735dbc30 0.000148
+libX11.so.6 free 0x5571735f3f20 void 0.000148
+libxcb.so.1 free 0x5571735eb230 void 0.000148
+libX11.so.6 malloc 208 0x5571735fec30 0.000141
+libX11.so.6 free 0x557173455da0 void 0.000144
+libxcb.so.1 free 0x5571735aedb0 void 0.000148
+libX11.so.6 malloc 208 0x5571735feda0 0.000144
+libX11.so.6 free 0x557173454460 void 0.000157
+libxcb.so.1 free 0x5571735eb2b0 void 0.000145
+libX11.so.6 malloc 208 0x5571735e2c00 0.000143
+libX11.so.6 free 0x5571735c5060 void 0.000143
+libxcb.so.1 free 0x5571735b8470 void 0.000141
+libX11.so.6 malloc 208 0x5571735e2d70 0.000141
+libX11.so.6 free 0x5571735fba80 void 0.000143
+libxcb.so.1 free 0x557173456f80 void 0.000144
+libX11.so.6 malloc 208 0x55717360e5b0 0.000141
+libX11.so.6 free 0x5571735e2200 void 0.000138
+libxcb.so.1 free 0x557173457880 void 0.000137
+libX11.so.6 malloc 208 0x55717360e720 0.000137
+libX11.so.6 free 0x5571735db0c0 void 0.000134
+libxcb.so.1 free 0x55717345a540 void 0.000137
+libX11.so.6 malloc 208 0x5571735dfff0 0.000137
+libX11.so.6 free 0x55717360c400 void 0.000134
+libxcb.so.1 free 0x55717345ae40 void 0.000136
+libX11.so.6 malloc 208 0x5571735e0160 0.000114
+libX11.so.6 free 0x5571735c0d00 void 0.000124
+libxcb.so.1 free 0x5571735b41c0 void 0.000123
+libX11.so.6 malloc 208 0x55717360ce00 0.000118
+libX11.so.6 free 0x5571735f5440 void 0.000119
+libxcb.so.1 free 0x5571735b4ac0 void 0.000133
+libX11.so.6 malloc 208 0x55717360cf70 0.000126
+libX11.so.6 free 0x5571735ec1c0 void 0.000119
+libxcb.so.1 free 0x5571735b6970 void 0.000119
+libX11.so.6 malloc 208 0x5571735ecbc0 0.000117
+libX11.so.6 free 0x557173590300 void 0.000117
+libxcb.so.1 free 0x5571735e4ec0 void 0.000119
+libX11.so.6 malloc 208 0x5571735ecd30 0.000118
+libX11.so.6 free 0x5571735ff040 void 0.000119
+libxcb.so.1 free 0x55717345a0a0 void 0.000119
+libX11.so.6 malloc 208 0x557173610b70 0.000118
+libX11.so.6 free 0x55717346b440 void 0.000119
+libxcb.so.1 free 0x5571734564e0 void 0.000119
+libX11.so.6 malloc 208 0x557173610ce0 0.000117
+libX11.so.6 free 0x5571735f7a00 void 0.000118
+libxcb.so.1 free 0x5571735f4660 void 0.000118
+libX11.so.6 malloc 208 0x5571735c1700 0.000118
+libX11.so.6 free 0x55717346da00 void 0.000119
+libxcb.so.1 free 0x5571735e4760 void 0.000121
+libX11.so.6 malloc 208 0x5571735c1870 0.000120
+libX11.so.6 free 0x5571735fca80 void 0.000119
+libxcb.so.1 free 0x5571735b4360 void 0.000131
+libX11.so.6 malloc 208 0x55717346b030 0.000124
+libX11.so.6 free 0x557173607fc0 void 0.000119
+libxcb.so.1 malloc 76 0x5571735beda0 0.000120
+libxcb.so.1 malloc 16 0x5571735eb1b0 0.000131
+libxcb.so.1 malloc 76 0x5571735af720 0.000119
+libxcb.so.1 malloc 16 0x5571735a6130 0.000117
+libxcb.so.1 malloc 76 0x5571735baa90 0.000118
+libxcb.so.1 malloc 16 0x55717357efb0 0.000118
+libxcb.so.1 malloc 76 0x5571735afdb0 0.000119
+libxcb.so.1 malloc 16 0x5571735a6150 0.000117
+libxcb.so.1 malloc 76 0x5571735afa70 0.000119
+libxcb.so.1 malloc 16 0x55717357ee90 0.000118
+libxcb.so.1 malloc 76 0x5571735b06e0 0.000120
+libxcb.so.1 malloc 16 0x5571735e3f40 0.000119
+libxcb.so.1 malloc 76 0x55717358b780 0.000119
+libxcb.so.1 malloc 16 0x5571735e4660 0.000117
+libxcb.so.1 malloc 76 0x557173607fc0 0.000119
+libxcb.so.1 malloc 16 0x5571735b4360 0.000119
+libxcb.so.1 malloc 76 0x5571735ec1c0 0.000120
+libxcb.so.1 malloc 16 0x5571735b4ac0 0.000118
+libxcb.so.1 malloc 76 0x557173590300 0.000126
+libxcb.so.1 malloc 16 0x5571735b6970 0.000113
+libxcb.so.1 malloc 76 0x5571735ff040 0.000112
+libxcb.so.1 malloc 16 0x5571735e4ec0 0.000112
+libxcb.so.1 malloc 76 0x55717346b440 0.000111
+libxcb.so.1 malloc 16 0x55717345a0a0 0.000111
+libxcb.so.1 malloc 36 0x5571735b6d10 0.000111
+libxcb.so.1 malloc 16 0x5571734564e0 0.000112
+libxcb.so.1 malloc 44 0x5571735a2fb0 0.000112
+libxcb.so.1 malloc 16 0x5571735f4660 0.000112
+libxcb.so.1 malloc 76 0x5571735f7a00 0.000150
+libxcb.so.1 malloc 16 0x5571735e4760 0.000113
+libxcb.so.1 malloc 76 0x55717346da00 0.000114
+libxcb.so.1 malloc 16 0x5571735b41c0 0.000114
+libxcb.so.1 malloc 76 0x5571735fca80 0.000114
+libxcb.so.1 malloc 16 0x5571735aedb0 0.000113
+libxcb.so.1 malloc 76 0x5571735f5440 0.000113
+libxcb.so.1 malloc 16 0x5571735eb2b0 0.000113
+libxcb.so.1 malloc 76 0x557173454460 0.000113
+libxcb.so.1 malloc 16 0x5571735b8470 0.000114
+libxcb.so.1 malloc 76 0x5571735c5060 0.000113
+libxcb.so.1 malloc 16 0x557173456f80 0.000114
+libxcb.so.1 malloc 36 0x5571735eb2d0 0.000112
+libxcb.so.1 malloc 16 0x557173457880 0.000112
+libxcb.so.1 malloc 80 0x5571735fba80 0.000112
+libxcb.so.1 malloc 16 0x55717345a540 0.000112
+libxcb.so.1 malloc 140 0x5571735b7640 0.000113
+libxcb.so.1 malloc 16 0x55717345ae40 0.000113
+libxcb.so.1 malloc 76 0x5571735e2200 0.000113
+libxcb.so.1 malloc 16 0x5571735eb230 0.000114
+libxcb.so.1 malloc 140 0x5571735b7810 0.000113
+libxcb.so.1 malloc 16 0x5571735d4580 0.000111
+libxcb.so.1 malloc 76 0x5571735db0c0 0.000112
+libxcb.so.1 malloc 16 0x557173467480 0.000113
+libxcb.so.1 malloc 80 0x55717360c400 0.000114
+libxcb.so.1 malloc 16 0x5571735eb330 0.000112
+libxcb.so.1 malloc 76 0x5571735c0d00 0.000112
+libxcb.so.1 malloc 16 0x5571735b7080 0.000114
+libxcb.so.1 malloc 76 0x557173455da0 0.000106
+libxcb.so.1 malloc 16 0x5571735b6020 0.000114
+libxcb.so.1 malloc 76 0x5571735e9c80 0.000114
+libxcb.so.1 malloc 16 0x5571735a92f0 0.000112
+libxcb.so.1 malloc 76 0x5571735f4440 0.000112
+libxcb.so.1 malloc 16 0x5571735ea870 0.000113
+libxcb.so.1 malloc 76 0x557173467760 0.000114
+libxcb.so.1 malloc 16 0x557173607e80 0.000113
+libxcb.so.1 malloc 76 0x557173459b40 0.000111
+libxcb.so.1 malloc 16 0x55717360c5c0 0.000116
+libxcb.so.1 malloc 76 0x5571735f4370 0.000113
+libxcb.so.1 malloc 16 0x557173589080 0.000112
+libxcb.so.1 malloc 76 0x5571734561f0 0.000112
+libxcb.so.1 malloc 16 0x5571735890e0 0.000114
+libxcb.so.1 malloc 76 0x5571735f3f20 0.000113
+libxcb.so.1 malloc 16 0x557173464880 0.000113
+libxcb.so.1 malloc 76 0x5571735a8b60 0.000112
+libxcb.so.1 malloc 16 0x5571735bfe80 0.000113
+libxcb.so.1 malloc 36 0x5571735eb350 0.000113
+libxcb.so.1 malloc 16 0x5571735cfd20 0.000114
+libxcb.so.1 malloc 44 0x5571735bebc0 0.000115
+libxcb.so.1 malloc 16 0x5571735fbc20 0.000112
+libxcb.so.1 free 0x5571735eb1b0 void 0.000113
+libX11.so.6 malloc 208 0x55717346b1a0 0.000115
+libX11.so.6 free 0x5571735beda0 void 0.000115
+libxcb.so.1 free 0x5571735a6130 void 0.000114
+libX11.so.6 malloc 208 0x557173460980 0.000114
+libX11.so.6 free 0x5571735af720 void 0.000123
+libxcb.so.1 free 0x55717357efb0 void 0.000116
+libX11.so.6 malloc 208 0x557173460af0 0.000114
+libX11.so.6 free 0x5571735baa90 void 0.000114
+libxcb.so.1 free 0x5571735a6150 void 0.000114
+libX11.so.6 malloc 208 0x5571735dd270 0.000113
+libX11.so.6 free 0x5571735afdb0 void 0.000114
+libxcb.so.1 free 0x55717357ee90 void 0.000120
+libX11.so.6 malloc 208 0x5571735dd3e0 0.000114
+libX11.so.6 free 0x5571735afa70 void 0.000114
+libxcb.so.1 free 0x5571735e3f40 void 0.000114
+libX11.so.6 malloc 208 0x5571735f9bb0 0.000112
+libX11.so.6 free 0x5571735b06e0 void 0.000115
+libxcb.so.1 free 0x5571735e4660 void 0.000116
+libX11.so.6 malloc 208 0x5571735f9d20 0.000113
+libX11.so.6 free 0x55717358b780 void 0.000114
+libxcb.so.1 free 0x5571735b4360 void 0.000114
+libX11.so.6 malloc 208 0x5571735de840 0.000113
+libX11.so.6 free 0x557173607fc0 void 0.000113
+libxcb.so.1 free 0x5571735b4ac0 void 0.000114
+libX11.so.6 malloc 208 0x5571735de9b0 0.000113
+libX11.so.6 free 0x5571735ec1c0 void 0.000114
+libxcb.so.1 free 0x5571735b6970 void 0.000113
+libX11.so.6 malloc 208 0x5571735f5e40 0.000113
+libX11.so.6 free 0x557173590300 void 0.000115
+libxcb.so.1 free 0x5571735e4ec0 void 0.000114
+libX11.so.6 malloc 208 0x5571735f5fb0 0.000113
+libX11.so.6 free 0x5571735ff040 void 0.000114
+libxcb.so.1 free 0x55717345a0a0 void 0.000186
+libX11.so.6 malloc 208 0x5571735e11b0 0.000115
+libX11.so.6 free 0x55717346b440 void 0.000113
+libxcb.so.1 free 0x5571734564e0 void 0.000114
+libX11.so.6 malloc 208 0x5571735e1320 0.000113
+libX11.so.6 free 0x5571735b6d10 void 0.000114
+libxcb.so.1 free 0x5571735f4660 void 0.000115
+libX11.so.6 malloc 208 0x557173466fa0 0.000112
+libX11.so.6 free 0x5571735a2fb0 void 0.000114
+libxcb.so.1 free 0x5571735e4760 void 0.000113
+libX11.so.6 malloc 208 0x557173467080 0.000113
+libX11.so.6 free 0x5571735f7a00 void 0.000114
+libxcb.so.1 free 0x5571735b41c0 void 0.000115
+libX11.so.6 malloc 208 0x55717360c0a0 0.000112
+libX11.so.6 free 0x55717346da00 void 0.000114
+libxcb.so.1 free 0x5571735aedb0 void 0.000113
+libX11.so.6 malloc 208 0x55717360c210 0.000114
+libX11.so.6 free 0x5571735fca80 void 0.000114
+libxcb.so.1 free 0x5571735eb2b0 void 0.000113
+libX11.so.6 malloc 208 0x5571735fa9a0 0.000116
+libX11.so.6 free 0x5571735f5440 void 0.000115
+libxcb.so.1 free 0x5571735b8470 void 0.000115
+libX11.so.6 malloc 208 0x5571735fab10 0.000113
+libX11.so.6 free 0x557173454460 void 0.000116
+libxcb.so.1 free 0x557173456f80 void 0.000115
+libX11.so.6 malloc 208 0x55717358dde0 0.000112
+libX11.so.6 free 0x5571735c5060 void 0.000114
+libxcb.so.1 free 0x557173457880 void 0.000128
+libX11.so.6 malloc 208 0x55717358df50 0.000114
+libX11.so.6 free 0x5571735eb2d0 void 0.000113
+libxcb.so.1 free 0x55717345a540 void 0.000113
+libX11.so.6 malloc 208 0x5571736034e0 0.000113
+libXi.so.6 malloc 188 0x5571735bc4c0 0.000118
+libX11.so.6 free 0x5571735fba80 void 0.000114
+libxcb.so.1 free 0x55717345ae40 void 0.000115
+libX11.so.6 malloc 208 0x5571736035c0 0.000113
+libXi.so.6 malloc 328 0x5571735bc320 0.000114
+libX11.so.6 free 0x5571735b7640 void 0.000113
+libxcb.so.1 free 0x5571735eb230 void 0.000113
+libX11.so.6 malloc 208 0x5571736036a0 0.000112
+libX11.so.6 free 0x5571735e2200 void 0.000114
+libxcb.so.1 free 0x5571735d4580 void 0.000113
+libX11.so.6 malloc 208 0x55717346a6c0 0.000112
+libXi.so.6 malloc 328 0x5571735b0310 0.000112
+libX11.so.6 free 0x5571735b7810 void 0.000113
+libxcb.so.1 free 0x557173467480 void 0.000113
+libX11.so.6 malloc 208 0x55717346a7a0 0.000115
+libX11.so.6 free 0x5571735db0c0 void 0.000114
+libxcb.so.1 free 0x5571735eb330 void 0.000115
+libX11.so.6 malloc 208 0x5571734620a0 0.000113
+libXi.so.6 malloc 188 0x5571735bc660 0.000112
+libX11.so.6 free 0x55717360c400 void 0.000117
+libxcb.so.1 free 0x5571735b7080 void 0.000115
+libX11.so.6 malloc 208 0x557173462180 0.000113
+libX11.so.6 free 0x5571735c0d00 void 0.000123
+libxcb.so.1 free 0x5571735b6020 void 0.000115
+libX11.so.6 malloc 208 0x5571734622f0 0.000114
+libX11.so.6 free 0x557173455da0 void 0.000115
+libxcb.so.1 free 0x5571735a92f0 void 0.000115
+libX11.so.6 malloc 208 0x5571735da890 0.000114
+libX11.so.6 free 0x5571735e9c80 void 0.000113
+libxcb.so.1 free 0x5571735ea870 void 0.000114
+libX11.so.6 malloc 208 0x5571735daa00 0.000113
+libX11.so.6 free 0x5571735f4440 void 0.000114
+libxcb.so.1 free 0x557173607e80 void 0.000114
+libX11.so.6 malloc 208 0x5571735fa090 0.000113
+libX11.so.6 free 0x557173467760 void 0.000114
+libxcb.so.1 free 0x55717360c5c0 void 0.000113
+libX11.so.6 malloc 208 0x5571735fa170 0.000114
+libX11.so.6 free 0x557173459b40 void 0.000114
+libxcb.so.1 free 0x557173589080 void 0.000115
+libX11.so.6 malloc 208 0x5571735fa2e0 0.000113
+libX11.so.6 free 0x5571735f4370 void 0.000115
+libxcb.so.1 free 0x5571735890e0 void 0.000114
+libX11.so.6 malloc 208 0x5571735f4c10 0.000113
+libX11.so.6 free 0x5571734561f0 void 0.000115
+libxcb.so.1 free 0x557173464880 void 0.000113
+libX11.so.6 malloc 208 0x5571735f4d80 0.000113
+libX11.so.6 free 0x5571735f3f20 void 0.000115
+libxcb.so.1 free 0x5571735bfe80 void 0.000114
+libX11.so.6 malloc 208 0x5571735c04d0 0.000115
+libX11.so.6 free 0x5571735a8b60 void 0.000115
+libX11.so.6 free 0x5571735aec40 void 0.000165
+libX11.so.6 malloc 24 0x5571735e4660 0.000117
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000115
+libxcb.so.1 malloc 16 0x5571735e3f40 0.000112
+libxcb.so.1 free 0x5571735e3f40 void 0.000114
+libX11.so.6 free 0x5571735eb2d0 void 0.000119
+particles free 0x5571734790c0 void 0.000119
+particles free 0x557173479130 void 0.000116
+particles free 0x5571734791a0 void 0.000116
+particles free 0x557173479210 void 0.000115
+particles free 0x557173479280 void 0.000115
+particles free 0x5571734792f0 void 0.000117
+particles free 0x557173479360 void 0.000116
+particles free 0x5571734793d0 void 0.000115
+particles free 0x557173479440 void 0.000115
+particles free 0x5571734794b0 void 0.000115
+particles free 0x557173479520 void 0.000116
+particles free 0x557173479590 void 0.000114
+particles free 0x557173479600 void 0.000115
+particles free 0x557173479670 void 0.000115
+particles free 0x5571734796e0 void 0.000116
+particles free 0x557173479750 void 0.000115
+particles free 0x5571734797c0 void 0.000115
+particles free 0x557173479830 void 0.000115
+particles free 0x5571734798a0 void 0.000115
+particles free 0x557173479910 void 0.000129
+particles free 0x557173479980 void 0.000117
+particles free 0x5571734799f0 void 0.000115
+particles free 0x557173479a60 void 0.000116
+particles free 0x557173479ad0 void 0.000115
+particles free 0x557173479b40 void 0.000115
+particles free 0x557173479bb0 void 0.000115
+particles free 0x557173479c20 void 0.000115
+particles free 0x557173479c90 void 0.000115
+particles free 0x557173479d00 void 0.000114
+particles free 0x557173479d70 void 0.000115
+particles free 0x557173479de0 void 0.000115
+particles free 0x557173479e50 void 0.000114
+particles free 0x557173479ec0 void 0.000118
+particles free 0x557173479f30 void 0.000117
+particles free 0x557173479fa0 void 0.000114
+particles free 0x55717347a010 void 0.000115
+particles free 0x55717347a080 void 0.000117
+particles free 0x55717347a0f0 void 0.000115
+particles free 0x55717347a160 void 0.000115
+particles free 0x55717347a1d0 void 0.000115
+particles free 0x55717347a240 void 0.000114
+particles free 0x55717347a2b0 void 0.000114
+particles free 0x55717347a320 void 0.000115
+particles free 0x55717347a390 void 0.000115
+particles free 0x55717347a400 void 0.000115
+particles free 0x55717347a470 void 0.000115
+particles free 0x55717347a4e0 void 0.000122
+particles free 0x55717347a550 void 0.000115
+particles free 0x55717347a5c0 void 0.000114
+particles free 0x55717347a630 void 0.000115
+particles free 0x55717347a6a0 void 0.000116
+particles free 0x55717347a710 void 0.000115
+particles free 0x55717347a780 void 0.000115
+particles free 0x55717347a7f0 void 0.000115
+particles free 0x55717347a860 void 0.000115
+particles free 0x55717347a8d0 void 0.000116
+particles free 0x55717347a940 void 0.000116
+particles free 0x55717347a9b0 void 0.000116
+particles free 0x55717347aa20 void 0.000115
+particles free 0x55717347aa90 void 0.000114
+particles free 0x55717347ab00 void 0.000115
+particles free 0x55717347ab70 void 0.000116
+particles free 0x55717347abe0 void 0.000114
+particles free 0x55717347ac50 void 0.000116
+particles free 0x55717347acc0 void 0.000117
+particles free 0x55717347ad30 void 0.000116
+particles free 0x55717347ada0 void 0.000115
+particles free 0x55717347ae10 void 0.000115
+particles free 0x55717347ae80 void 0.000117
+particles free 0x55717347aef0 void 0.000117
+particles free 0x55717347af60 void 0.000116
+particles free 0x55717347afd0 void 0.000115
+particles free 0x55717347b040 void 0.000127
+particles free 0x55717347b0b0 void 0.000115
+particles free 0x55717347b120 void 0.000115
+particles free 0x55717347b190 void 0.000115
+particles free 0x55717347b200 void 0.000115
+particles free 0x55717347b270 void 0.000116
+particles free 0x55717347b2e0 void 0.000115
+particles free 0x55717347b350 void 0.000116
+particles free 0x55717347b3c0 void 0.000116
+particles free 0x55717347b430 void 0.000117
+particles free 0x55717347b4a0 void 0.000115
+particles free 0x55717347b510 void 0.000115
+particles free 0x55717347b580 void 0.000116
+particles free 0x55717347b5f0 void 0.000115
+particles free 0x55717347b660 void 0.000115
+particles free 0x55717347b6d0 void 0.000115
+particles free 0x55717347b740 void 0.000115
+particles free 0x55717347b7b0 void 0.000114
+particles free 0x55717347b820 void 0.000114
+particles free 0x55717347b890 void 0.000115
+particles free 0x55717347b900 void 0.000115
+particles free 0x55717347b970 void 0.000116
+particles free 0x55717347b9e0 void 0.000115
+particles free 0x55717347ba50 void 0.000115
+particles free 0x55717347bac0 void 0.000115
+particles free 0x55717347bb30 void 0.000114
+particles free 0x55717347bba0 void 0.000121
+particles free 0x55717347bc10 void 0.000118
+particles free 0x55717347bc80 void 0.000116
+particles free 0x55717347bcf0 void 0.000115
+particles free 0x55717347bd60 void 0.000117
+particles free 0x55717347bdd0 void 0.000115
+particles free 0x55717347be40 void 0.000115
+particles free 0x55717347beb0 void 0.000116
+particles free 0x55717347bf20 void 0.000116
+particles free 0x55717347bf90 void 0.000117
+particles free 0x55717347c000 void 0.000116
+particles free 0x55717347c070 void 0.000116
+particles free 0x55717347c0e0 void 0.000115
+particles free 0x55717347c150 void 0.000115
+particles free 0x55717347c1c0 void 0.000115
+particles free 0x55717347c230 void 0.000116
+particles free 0x55717347c2a0 void 0.000116
+particles free 0x55717347c310 void 0.000116
+particles free 0x55717347c380 void 0.000115
+particles free 0x55717347c3f0 void 0.000116
+particles free 0x55717347c460 void 0.000114
+particles free 0x55717347c4d0 void 0.000116
+particles free 0x55717347c540 void 0.000115
+particles free 0x55717347c5b0 void 0.000115
+particles free 0x55717347c620 void 0.000116
+particles free 0x55717347c690 void 0.000115
+particles free 0x55717347c700 void 0.000115
+particles free 0x55717347c770 void 0.000172
+particles free 0x55717347c7e0 void 0.000118
+particles free 0x55717347c850 void 0.000117
+particles free 0x55717347c8c0 void 0.000116
+particles free 0x55717347c930 void 0.000117
+particles free 0x55717347c9a0 void 0.000117
+particles free 0x55717347ca10 void 0.000115
+particles free 0x55717347ca80 void 0.000114
+particles free 0x55717347caf0 void 0.000116
+particles free 0x55717347cb60 void 0.000116
+particles free 0x55717347cbd0 void 0.000117
+particles free 0x55717347cc40 void 0.000116
+particles free 0x55717347ccb0 void 0.000116
+particles free 0x55717347cd20 void 0.000115
+particles free 0x55717347cd90 void 0.000115
+particles free 0x55717347ce00 void 0.000114
+particles free 0x55717347ce70 void 0.000115
+particles free 0x55717347cee0 void 0.000114
+particles free 0x55717347cf50 void 0.000115
+particles free 0x55717347cfc0 void 0.000115
+particles free 0x55717347d030 void 0.000114
+particles free 0x55717347d0a0 void 0.000116
+particles free 0x55717347d110 void 0.000115
+particles free 0x55717347d180 void 0.000115
+particles free 0x55717347d1f0 void 0.000115
+particles free 0x55717347d260 void 0.000116
+particles free 0x55717347d2d0 void 0.000127
+particles free 0x55717347d340 void 0.000116
+particles free 0x55717347d3b0 void 0.000115
+particles free 0x55717347d420 void 0.000115
+particles free 0x55717347d490 void 0.000115
+particles free 0x55717347d500 void 0.000114
+particles free 0x55717347d570 void 0.000115
+particles free 0x55717347d5e0 void 0.000115
+particles free 0x55717347d650 void 0.000115
+particles free 0x55717347d6c0 void 0.000115
+particles free 0x55717347d730 void 0.000115
+particles free 0x55717347d7a0 void 0.000116
+particles free 0x55717347d810 void 0.000114
+particles free 0x55717347d880 void 0.000116
+particles free 0x55717347d8f0 void 0.000116
+particles free 0x55717347d960 void 0.000115
+particles free 0x55717347d9d0 void 0.000115
+particles free 0x55717347da40 void 0.000115
+particles free 0x55717347dab0 void 0.000115
+particles free 0x55717347db20 void 0.000116
+particles free 0x55717347db90 void 0.000119
+particles free 0x55717347dc00 void 0.000116
+particles free 0x55717347dc70 void 0.000114
+particles free 0x55717347dce0 void 0.000116
+particles free 0x55717347dd50 void 0.000115
+particles free 0x55717347ddc0 void 0.000116
+particles free 0x55717347de30 void 0.000116
+particles free 0x55717347dea0 void 0.000129
+particles free 0x55717347df10 void 0.000116
+particles free 0x55717347df80 void 0.000116
+particles free 0x55717347dff0 void 0.000116
+particles free 0x55717347e060 void 0.000115
+particles free 0x55717347e0d0 void 0.000114
+particles free 0x55717347e140 void 0.000116
+particles free 0x55717347e1b0 void 0.000114
+particles free 0x55717347e220 void 0.000116
+particles free 0x55717347e290 void 0.000116
+particles free 0x55717347e300 void 0.000116
+particles free 0x55717347e370 void 0.000116
+particles free 0x55717347e3e0 void 0.000116
+particles free 0x55717347e450 void 0.000115
+particles free 0x55717347e4c0 void 0.000114
+particles free 0x55717347e530 void 0.000115
+particles free 0x55717347e5a0 void 0.000116
+particles free 0x55717347e610 void 0.000116
+particles free 0x55717347e680 void 0.000116
+particles free 0x55717347e6f0 void 0.000124
+particles free 0x55717347e760 void 0.000129
+particles free 0x55717347e7d0 void 0.000130
+particles free 0x55717347e840 void 0.000121
+particles free 0x55717347e8b0 void 0.000125
+particles free 0x55717347e920 void 0.000120
+particles free 0x55717347e990 void 0.000162
+particles realloc 0x5571736112c0|34352 0x5571736112c0 0.000233
+libX11.so.6 malloc 72 0x557173461d90 0.000252
+libX11.so.6 free 0x557173461d90 void 0.000236
+libX11.so.6 free 0x557173461de0 void 0.000237
+libX11.so.6 malloc 72 0x557173461d90 0.000236
+libX11.so.6 free 0x557173461d90 void 0.000235
+libX11.so.6 free 0x557173461e70 void 0.000245
+libX11.so.6 malloc 72 0x557173461d90 0.000157
+libX11.so.6 free 0x557173461d90 void 0.000115
+libX11.so.6 free 0x557173461f00 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000112
+particles realloc 0x557173579370|1152 0x55717346dad0 0.000144
+libX11.so.6 free 0x557173609930 void 0.000117
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735fe820 void 0.000115
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x5571735fe8b0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735fe940 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000113
+particles realloc 0x55717346dad0|2304 0x55717361dc70 0.000117
+libX11.so.6 free 0x5571735fe9d0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000122
+libX11.so.6 free 0x55717346ac20 void 0.000119
+libX11.so.6 malloc 72 0x557173461d90 0.000117
+libX11.so.6 free 0x557173461d90 void 0.000118
+libX11.so.6 free 0x55717346acb0 void 0.000118
+libX11.so.6 malloc 72 0x557173461d90 0.000118
+libX11.so.6 free 0x557173461d90 void 0.000119
+libX11.so.6 free 0x55717346ae20 void 0.000118
+libX11.so.6 malloc 72 0x557173461d90 0.000118
+libX11.so.6 free 0x557173461d90 void 0.000118
+libX11.so.6 free 0x5571735dfcc0 void 0.000118
+libX11.so.6 malloc 72 0x557173461d90 0.000117
+libX11.so.6 free 0x557173461d90 void 0.000119
+libX11.so.6 free 0x55717346d1e0 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000118
+libX11.so.6 free 0x557173461d90 void 0.000121
+libX11.so.6 free 0x55717346d350 void 0.000124
+libX11.so.6 malloc 72 0x557173461d90 0.000132
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x55717360e280 void 0.000124
+libX11.so.6 malloc 72 0x557173461d90 0.000119
+libX11.so.6 free 0x557173461d90 void 0.000118
+particles realloc 0x55717361dc70|4608 0x55717361dc70 0.000130
+libX11.so.6 free 0x55717346d3e0 void 0.000121
+libX11.so.6 malloc 72 0x557173461d90 0.000120
+libX11.so.6 free 0x557173461d90 void 0.000125
+libX11.so.6 free 0x557173600ec0 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000182
+libX11.so.6 free 0x5571735f71e0 void 0.000187
+libX11.so.6 malloc 72 0x557173461d90 0.000184
+libX11.so.6 free 0x557173461d90 void 0.000164
+libX11.so.6 free 0x5571735f7350 void 0.000123
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x5571735c2b80 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000121
+libX11.so.6 free 0x5571735f73e0 void 0.000125
+libX11.so.6 malloc 72 0x557173461d90 0.000136
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x5571735dcf40 void 0.000163
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x557173610760 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000131
+libX11.so.6 free 0x5571736108d0 void 0.000131
+libX11.so.6 malloc 72 0x557173461d90 0.000129
+libX11.so.6 free 0x557173461d90 void 0.000125
+libX11.so.6 free 0x5571735f9880 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000123
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x557173610960 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x55717346f290 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x55717346d560 void 0.000142
+libX11.so.6 malloc 72 0x557173461d90 0.000129
+libX11.so.6 free 0x557173461d90 void 0.000130
+libX11.so.6 free 0x55717346d6d0 void 0.000129
+libX11.so.6 malloc 72 0x557173461d90 0.000129
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x5571735f7560 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000129
+libX11.so.6 free 0x5571735f76d0 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000125
+particles realloc 0x55717361dc70|9216 0x557173619900 0.000137
+libX11.so.6 free 0x5571735c2e20 void 0.000131
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x5571735c2f90 void 0.000129
+libX11.so.6 malloc 72 0x557173461d90 0.000126
+libX11.so.6 free 0x557173461d90 void 0.000122
+libX11.so.6 free 0x5571735fc5e0 void 0.000125
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000120
+libX11.so.6 free 0x5571735fc750 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000166
+libX11.so.6 free 0x557173473b30 void 0.000128
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000126
+libX11.so.6 free 0x557173473ca0 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000129
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x5571735dba30 void 0.000119
+libX11.so.6 malloc 72 0x557173461d90 0.000123
+libX11.so.6 free 0x557173461d90 void 0.000130
+libX11.so.6 free 0x5571735dbba0 void 0.000129
+libX11.so.6 malloc 72 0x557173461d90 0.000130
+libX11.so.6 free 0x557173461d90 void 0.000125
+libX11.so.6 free 0x5571735feba0 void 0.000126
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000126
+libX11.so.6 free 0x5571735fed10 void 0.000129
+libX11.so.6 malloc 72 0x557173461d90 0.000128
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x5571735e2b70 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000130
+libX11.so.6 free 0x5571735e2ce0 void 0.000129
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000126
+libX11.so.6 free 0x55717360e520 void 0.000134
+libX11.so.6 malloc 72 0x557173461d90 0.000124
+libX11.so.6 free 0x557173461d90 void 0.000131
+libX11.so.6 free 0x55717360e690 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000120
+libX11.so.6 free 0x5571735dff60 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000125
+libX11.so.6 free 0x557173461d90 void 0.000130
+libX11.so.6 free 0x5571735e00d0 void 0.000132
+libX11.so.6 malloc 72 0x557173461d90 0.000128
+libX11.so.6 free 0x557173461d90 void 0.000124
+libX11.so.6 free 0x55717360cd70 void 0.000120
+libX11.so.6 malloc 72 0x557173461d90 0.000121
+libX11.so.6 free 0x557173461d90 void 0.000125
+libX11.so.6 free 0x55717360cee0 void 0.000130
+libX11.so.6 malloc 72 0x557173461d90 0.000129
+libX11.so.6 free 0x557173461d90 void 0.000130
+libX11.so.6 free 0x5571735ecb30 void 0.000125
+libX11.so.6 malloc 72 0x557173461d90 0.000120
+libX11.so.6 free 0x557173461d90 void 0.000123
+libX11.so.6 free 0x5571735ecca0 void 0.000135
+libX11.so.6 malloc 72 0x557173461d90 0.000120
+libX11.so.6 free 0x557173461d90 void 0.000115
+libX11.so.6 free 0x557173610ae0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000126
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x557173610c50 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x5571735c1670 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000117
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x5571735c17e0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x55717346afa0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x55717346b110 void 0.000115
+libX11.so.6 malloc 72 0x557173461d90 0.000111
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571734608f0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x557173460a60 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000111
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735dd1e0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000111
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735dd350 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000153
+libX11.so.6 free 0x557173461d90 void 0.000116
+libX11.so.6 free 0x5571735f9b20 void 0.000115
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000115
+libX11.so.6 free 0x5571735f9c90 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000113
+particles realloc 0x557173619900|18432 0x5571735ed2a0 0.000118
+libX11.so.6 free 0x5571735de7b0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735de920 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735f5db0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735f5f20 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735e1120 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000111
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x5571735e1290 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571736098c0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000126
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x557173467160 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x55717360c180 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571734671f0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000111
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735faa80 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000119
+libX11.so.6 free 0x55717360c2f0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x55717358dec0 void 0.000112
+libX11.so.6 malloc 72 0x557173461d90 0.000115
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 malloc 24 0x5571735e3f40 0.000119
+libxcb.so.1 malloc 4116 0x55717361dc70 0.000117
+libxcb.so.1 malloc 16 0x55717357ee90 0.000116
+libX11.so.6 free 0x5571735e4660 void 0.000115
+libxcb.so.1 free 0x55717357ee90 void 0.000113
+libXi.so.6 malloc 320 0x55717360c4d0 0.000116
+libXi.so.6 malloc 4084 0x55717361ec90 0.000178
+libX11.so.6 free 0x55717361dc70 void 0.000118
+libXi.so.6 malloc 480 0x5571734ba960 0.000115
+libXi.so.6 malloc 1024 0x5571735e6f10 0.000114
+libXi.so.6 malloc 272 0x557173585ff0 0.000115
+libXi.so.6 malloc 1024 0x5571735ea130 0.000114
+libXi.so.6 malloc 480 0x5571734ba5b0 0.000115
+libXi.so.6 malloc 272 0x5571734bab80 0.000115
+libXi.so.6 malloc 1024 0x5571734934d0 0.000114
+libXi.so.6 free 0x55717361ec90 void 0.000113
+libXi.so.6 free 0x5571734ba960 void 0.000114
+libXi.so.6 free 0x557173457df0 void 0.000115
+libXi.so.6 free 0x5571735e6f10 void 0.000113
+libXi.so.6 free 0x55717360b980 void 0.000112
+libXi.so.6 free 0x557173585ff0 void 0.000113
+libXi.so.6 free 0x5571735b8a70 void 0.000113
+libXi.so.6 free 0x5571735ea130 void 0.000115
+libXi.so.6 free 0x5571735bc1c0 void 0.000113
+libXi.so.6 free 0x5571734ba5b0 void 0.000114
+libXi.so.6 free 0x55717360a340 void 0.000115
+libXi.so.6 free 0x5571734bab80 void 0.000112
+libXi.so.6 free 0x5571735af340 void 0.000113
+libXi.so.6 free 0x5571734934d0 void 0.000114
+libXi.so.6 free 0x557173609ae0 void 0.000114
+libXi.so.6 free 0x55717360c4d0 void 0.000116
+libX11.so.6 free 0x5571735bc4c0 void 0.000116
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000176
+particles malloc 288 0x5571735f6190 0.000117
+particles free 0x5571735f6190 void 0.000116
+libX11.so.6 free 0x5571735bc320 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000114
+libX11.so.6 free 0x5571735fabf0 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000112
+particles malloc 288 0x557173473f10 0.000116
+particles free 0x557173473f10 void 0.000113
+libX11.so.6 free 0x5571735b0310 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x55717346a880 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735bc660 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x557173462260 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x55717358e030 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735da970 void 0.000112
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000120
+libX11.so.6 free 0x5571735daae0 void 0.000117
+libX11.so.6 malloc 72 0x557173461d90 0.000117
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x5571735dab70 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000115
+libX11.so.6 free 0x557173461d90 void 0.000115
+libX11.so.6 free 0x5571735fa250 void 0.000115
+libX11.so.6 malloc 72 0x557173461d90 0.000114
+libX11.so.6 free 0x557173461d90 void 0.000113
+libX11.so.6 free 0x55717346a910 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735f4cf0 void 0.000113
+libX11.so.6 malloc 72 0x557173461d90 0.000113
+libX11.so.6 free 0x557173461d90 void 0.000112
+libX11.so.6 free 0x5571735f4e60 void 0.000114
+libX11.so.6 malloc 72 0x557173461d90 0.000112
+libX11.so.6 free 0x557173461d90 void 0.000111
+libX11.so.6 free 0x5571735f4ef0 void 0.000112
+libX11.so.6 malloc 24 0x557173456ae0 0.000115
+libxcb.so.1 malloc 32 0x5571735bba80 0.000115
+libxcb.so.1 malloc 16 0x55717357ee90 0.000115
+libX11.so.6 free 0x5571735e3f40 void 0.000114
+libxcb.so.1 free 0x55717357ee90 void 0.000114
+libX11.so.6 free 0x5571735bba80 void 0.000116
+particles malloc 96 0x557173474510 0.000145
+particles realloc 0x5571736112c0|68704 0x557173620f30 0.000227
+particles malloc 96 0x5571734744a0 0.000134
+particles malloc 96 0x557173474430 0.000114
+particles malloc 96 0x5571734743c0 0.000113
+particles malloc 96 0x557173474350 0.000112
+particles malloc 96 0x5571734742e0 0.000111
+particles malloc 96 0x557173474270 0.000113
+particles malloc 96 0x55717360b8a0 0.000113
+particles malloc 96 0x557173461d20 0.000113
+particles malloc 96 0x5571735894e0 0.000112
+particles malloc 96 0x557173464c60 0.000111
+particles malloc 96 0x557173605d20 0.000112
+particles malloc 96 0x5571735fbc40 0.000115
+particles malloc 96 0x55717346a630 0.000115
+particles malloc 96 0x5571735f2ff0 0.000114
+particles malloc 96 0x557173620e30 0.000112
+particles malloc 96 0x5571735fd870 0.000114
+particles malloc 96 0x5571735ffe30 0.000115
+particles malloc 96 0x55717360f7b0 0.000113
+particles malloc 96 0x5571735c40b0 0.000113
+gallium_dri.so free 0x5571735fa400 void 0.000116
+gallium_dri.so free 0x5571735773c0 void 0.000115
+gallium_dri.so free 0x557173577380 void 0.000113
+libxcb.so.1 malloc 32 0x5571735bba80 0.000147
+libxcb.so.1 malloc 32 0x5571735eb2d0 0.000122
+libxcb.so.1 malloc 16 0x55717357ee90 0.000113
+libxcb.so.1 free 0x55717357ee90 void 0.000118
+gallium_dri.so free 0x557173577d70 void 0.000116
+libGL.so.1 free 0x557173577d10 void 0.000115
+libxcb.so.1 malloc 32 0x5571735b6d10 0.000116
+libxcb.so.1 free 0x5571735eb350 void 0.000116
+libxcb.so.1 free 0x5571735cfd20 void 0.000113
+libxcb.so.1 free 0x5571735bebc0 void 0.000113
+libxcb.so.1 free 0x5571735fbc20 void 0.000113
+libxcb.so.1 free 0x557173577c20 void 0.000113
+libGL.so.1 free 0x557173577250 void 0.000116
+libGL.so.1 free 0x55717352c9b0 void 0.000116
+libGL.so.1 free 0 void 0.000128
+gallium_dri.so free 0x557173576680 void 0.000118
+gallium_dri.so free 0x557173577120 void 0.000116
+gallium_dri.so free 0x557173576fe0 void 0.000114
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173576f00 void 0.000118
+gallium_dri.so free 0x557173570dd0 void 0.000116
+gallium_dri.so free 0x5571735781d0 void 0.000117
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173577a80 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000151
+gallium_dri.so free 0x557173577b50 void 0.000142
+gallium_dri.so free 0 void 0.000144
+gallium_dri.so free 0x5571735775d0 void 0.000142
+gallium_dri.so free 0 void 0.000150
+gallium_dri.so free 0x557173566580 void 0.000142
+gallium_dri.so free 0x5571734ba7a0 void 0.000145
+gallium_dri.so free 0x5571734e7a00 void 0.000141
+gallium_dri.so free 0x5571734e0bc0 void 0.000141
+gallium_dri.so free 0x55717350f6e0 void 0.000143
+gallium_dri.so free 0x5571734e7950 void 0.000141
+gallium_dri.so free 0x5571734e79c0 void 0.000141
+gallium_dri.so free 0x5571734f7700 void 0.000141
+gallium_dri.so free 0x5571735259c0 void 0.000141
+gallium_dri.so free 0x5571734e5080 void 0.000142
+gallium_dri.so free 0x5571734e50a0 void 0.000140
+gallium_dri.so free 0x5571734e50c0 void 0.000142
+gallium_dri.so free 0x5571734e50e0 void 0.000148
+gallium_dri.so free 0x5571734e5100 void 0.000122
+gallium_dri.so free 0x5571734e5120 void 0.000111
+gallium_dri.so free 0x5571734e5140 void 0.000111
+gallium_dri.so free 0x5571734e5160 void 0.000112
+gallium_dri.so free 0x5571734e5180 void 0.000112
+gallium_dri.so free 0x5571734e51a0 void 0.000129
+gallium_dri.so free 0 void 0.000119
+gallium_dri.so free 0 void 0.000117
+gallium_dri.so free 0x5571735679f0 void 0.000115
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0x557173567eb0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173568370 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x557173568830 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x557173568cf0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x5571735691b0 void 0.000115
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173569670 void 0.000114
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x557173569b30 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173569ff0 void 0.000124
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x55717356a4b0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x55717356a970 void 0.000129
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so free 0x55717356ae30 void 0.000115
+gallium_dri.so free 0x5571734e51e0 void 0.000115
+gallium_dri.so free 0x5571734e5230 void 0.000112
+gallium_dri.so free 0x5571734e51c0 void 0.000115
+gallium_dri.so free 0x5571734e52a0 void 0.000113
+gallium_dri.so free 0x5571734e52f0 void 0.000114
+gallium_dri.so free 0x5571734e5280 void 0.000114
+gallium_dri.so free 0x5571734e5360 void 0.000113
+gallium_dri.so free 0x5571734e53b0 void 0.000114
+gallium_dri.so free 0x5571734e5340 void 0.000112
+gallium_dri.so free 0x5571734e5420 void 0.000114
+gallium_dri.so free 0x5571734e5470 void 0.000112
+gallium_dri.so free 0x5571734e5400 void 0.000111
+gallium_dri.so free 0x5571734e54e0 void 0.000113
+gallium_dri.so free 0x5571734e5530 void 0.000113
+gallium_dri.so free 0x5571734e54c0 void 0.000116
+gallium_dri.so free 0x5571734e55a0 void 0.000114
+gallium_dri.so free 0x5571734e55f0 void 0.000113
+gallium_dri.so free 0x5571734e5580 void 0.000113
+gallium_dri.so free 0x5571734e5660 void 0.000124
+gallium_dri.so free 0x5571734e56b0 void 0.000113
+gallium_dri.so free 0x5571734e5640 void 0.000111
+gallium_dri.so free 0x5571734e5720 void 0.000125
+gallium_dri.so free 0x5571734e5770 void 0.000116
+gallium_dri.so free 0x5571734e5700 void 0.000113
+gallium_dri.so free 0x5571734e57e0 void 0.000112
+gallium_dri.so free 0x5571734e5830 void 0.000112
+gallium_dri.so free 0x5571734e57c0 void 0.000112
+gallium_dri.so free 0x5571734e58a0 void 0.000112
+gallium_dri.so free 0x5571734e58f0 void 0.000112
+gallium_dri.so free 0x5571734e5880 void 0.000117
+gallium_dri.so free 0x5571734e5960 void 0.000114
+gallium_dri.so free 0x5571734e59b0 void 0.000113
+gallium_dri.so free 0x5571734e5940 void 0.000112
+gallium_dri.so free 0x5571734e5a20 void 0.000113
+gallium_dri.so free 0x5571734e5a70 void 0.000113
+gallium_dri.so free 0x5571734e5a00 void 0.000113
+gallium_dri.so free 0x5571734e5ae0 void 0.000112
+gallium_dri.so free 0x5571734e5b30 void 0.000124
+gallium_dri.so free 0x5571734e5ac0 void 0.000114
+gallium_dri.so free 0x5571734e5ba0 void 0.000113
+gallium_dri.so free 0x5571734e5bf0 void 0.000113
+gallium_dri.so free 0x5571734e5b80 void 0.000113
+gallium_dri.so free 0x5571734e5c60 void 0.000112
+gallium_dri.so free 0x5571734e5cb0 void 0.000113
+gallium_dri.so free 0x5571734e5c40 void 0.000111
+gallium_dri.so free 0x5571734e5d20 void 0.000113
+gallium_dri.so free 0x5571734e5d70 void 0.000116
+gallium_dri.so free 0x5571734e5d00 void 0.000112
+gallium_dri.so free 0x5571734e5de0 void 0.000113
+gallium_dri.so free 0x5571734e5e30 void 0.000111
+gallium_dri.so free 0x5571734e5dc0 void 0.000112
+gallium_dri.so free 0x5571734e5ea0 void 0.000112
+gallium_dri.so free 0x5571734e5ef0 void 0.000110
+gallium_dri.so free 0x5571734e5e80 void 0.000113
+gallium_dri.so free 0x5571734e5f60 void 0.000113
+gallium_dri.so free 0x5571734e5fb0 void 0.000112
+gallium_dri.so free 0x5571734e5f40 void 0.000112
+gallium_dri.so free 0x5571734e6020 void 0.000112
+gallium_dri.so free 0x5571734e6070 void 0.000112
+gallium_dri.so free 0x5571734e6000 void 0.000112
+gallium_dri.so free 0x5571734e60e0 void 0.000111
+gallium_dri.so free 0x5571734e6130 void 0.000111
+gallium_dri.so free 0x5571734e60c0 void 0.000114
+gallium_dri.so free 0x5571734e61a0 void 0.000113
+gallium_dri.so free 0x5571734e61f0 void 0.000112
+gallium_dri.so free 0x5571734e6180 void 0.000112
+gallium_dri.so free 0x5571734e6260 void 0.000116
+gallium_dri.so free 0x5571734e62b0 void 0.000113
+gallium_dri.so free 0x5571734e6240 void 0.000114
+gallium_dri.so free 0x5571734e6320 void 0.000112
+gallium_dri.so free 0x5571734e6370 void 0.000113
+gallium_dri.so free 0x5571734e6300 void 0.000113
+gallium_dri.so free 0x5571734e63e0 void 0.000114
+gallium_dri.so free 0x5571734e6430 void 0.000121
+gallium_dri.so free 0x5571734e63c0 void 0.000117
+gallium_dri.so free 0x5571734e64a0 void 0.000115
+gallium_dri.so free 0x5571734e64f0 void 0.000113
+gallium_dri.so free 0x5571734e6480 void 0.000112
+gallium_dri.so free 0x5571734e6560 void 0.000113
+gallium_dri.so free 0x5571734e65b0 void 0.000112
+gallium_dri.so free 0x5571734e6540 void 0.000113
+gallium_dri.so free 0x5571734e6620 void 0.000112
+gallium_dri.so free 0x5571734e6670 void 0.000112
+gallium_dri.so free 0x5571734e6600 void 0.000112
+gallium_dri.so free 0x5571734e66e0 void 0.000112
+gallium_dri.so free 0x5571734e6730 void 0.000112
+gallium_dri.so free 0x5571734e66c0 void 0.000113
+gallium_dri.so free 0x5571734e67a0 void 0.000112
+gallium_dri.so free 0x5571734e67f0 void 0.000113
+gallium_dri.so free 0x5571734e6780 void 0.000112
+gallium_dri.so free 0x5571734e6860 void 0.000113
+gallium_dri.so free 0x5571734e68b0 void 0.000112
+gallium_dri.so free 0x5571734e6840 void 0.000112
+gallium_dri.so free 0x5571734e6920 void 0.000113
+gallium_dri.so free 0x5571734e6970 void 0.000114
+gallium_dri.so free 0x5571734e6900 void 0.000113
+gallium_dri.so free 0x5571734e69e0 void 0.000113
+gallium_dri.so free 0x5571734e6a30 void 0.000113
+gallium_dri.so free 0x5571734e69c0 void 0.000113
+gallium_dri.so free 0x5571734e6aa0 void 0.000112
+gallium_dri.so free 0x5571734e6af0 void 0.000113
+gallium_dri.so free 0x5571734e6a80 void 0.000119
+gallium_dri.so free 0x5571734e6b60 void 0.000119
+gallium_dri.so free 0x5571734e6bb0 void 0.000113
+gallium_dri.so free 0x5571734e6b40 void 0.000113
+gallium_dri.so free 0x5571734e6c20 void 0.000113
+gallium_dri.so free 0x5571734e6c70 void 0.000114
+gallium_dri.so free 0x5571734e6c00 void 0.000113
+gallium_dri.so free 0x5571734e6ce0 void 0.000113
+gallium_dri.so free 0x5571734e6d30 void 0.000114
+gallium_dri.so free 0x5571734e6cc0 void 0.000112
+gallium_dri.so free 0x5571734e6da0 void 0.000112
+gallium_dri.so free 0x5571734e6df0 void 0.000113
+gallium_dri.so free 0x5571734e6d80 void 0.000114
+gallium_dri.so free 0x5571734e6e60 void 0.000112
+gallium_dri.so free 0x5571734e6eb0 void 0.000112
+gallium_dri.so free 0x5571734e6e40 void 0.000113
+gallium_dri.so free 0x5571734e6f20 void 0.000114
+gallium_dri.so free 0x5571734e6f70 void 0.000112
+gallium_dri.so free 0x5571734e6f00 void 0.000113
+gallium_dri.so free 0x5571734e6fe0 void 0.000113
+gallium_dri.so free 0x5571734e7030 void 0.000113
+gallium_dri.so free 0x5571734e6fc0 void 0.000112
+gallium_dri.so free 0x5571734e70a0 void 0.000113
+gallium_dri.so free 0x5571734e70f0 void 0.000112
+gallium_dri.so free 0x5571734e7080 void 0.000112
+gallium_dri.so free 0x5571734e7140 void 0.000113
+gallium_dri.so free 0x5571734e7190 void 0.000111
+gallium_dri.so free 0x5571734e7580 void 0.000113
+gallium_dri.so free 0x5571734e7510 void 0.000172
+gallium_dri.so free 0x5571734e74c0 void 0.000116
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x55717350f940 void 0.000112
+gallium_dri.so free 0x5571735ea540 void 0.000116
+gallium_dri.so free 0x5571735af600 void 0.000115
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000125
+gallium_dri.so free 0x5571735af900 void 0.000117
+gallium_dri.so free 0x5571735bd560 void 0.000115
+gallium_dri.so free 0x55717359ea80 void 0.000113
+gallium_dri.so free 0x5571735b6bb0 void 0.000113
+gallium_dri.so free 0x5571735afad0 void 0.000112
+gallium_dri.so free 0x5571735af370 void 0.000113
+gallium_dri.so free 0x5571735b8610 void 0.000113
+gallium_dri.so free 0x5571735af490 void 0.000113
+gallium_dri.so free 0x5571735b6ae0 void 0.000114
+gallium_dri.so free 0x5571735ba9e0 void 0.000113
+gallium_dri.so free 0x5571735b6140 void 0.000113
+gallium_dri.so free 0x5571735bbab0 void 0.000115
+gallium_dri.so free 0x5571735b4c80 void 0.000112
+gallium_dri.so free 0x5571735bcd80 void 0.000112
+gallium_dri.so free 0x5571735eb250 void 0.000126
+gallium_dri.so free 0x5571734e7670 void 0.000113
+gallium_dri.so free 0x5571734e7650 void 0.000111
+gallium_dri.so free 0x5571735af4c0 void 0.000110
+gallium_dri.so free 0x5571735b00a0 void 0.000204
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x5571735bbbe0 void 0.000112
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0x5571735bc470 void 0.000112
+gallium_dri.so free 0x5571735bb3a0 void 0.000111
+gallium_dri.so free 0x5571735aed70 void 0.000112
+gallium_dri.so free 0x5571735b0050 void 0.000114
+gallium_dri.so free 0x5571735b8e40 void 0.000123
+gallium_dri.so free 0x5571734f6c70 void 0.000114
+gallium_dri.so free 0x55717359e9d0 void 0.000113
+gallium_dri.so free 0x5571735b2c70 void 0.000114
+gallium_dri.so free 0x5571735bed60 void 0.000111
+gallium_dri.so free 0x5571735bed20 void 0.000111
+gallium_dri.so free 0x55717359eb30 void 0.000112
+gallium_dri.so free 0x5571735af7e0 void 0.000175
+gallium_dri.so free 0x55717359ea10 void 0.000129
+libstdc++.so.6 free 0x5571735af2b0 void 0.000132
+gallium_dri.so free 0x5571735afcf0 void 0.000125
+gallium_dri.so malloc 49 0x5571735fa400 0.000121
+gallium_dri.so free 0x5571735b0010 void 0.000120
+gallium_dri.so free 0x5571735af520 void 0.000120
+gallium_dri.so free 0x5571734950d0 void 0.000121
+gallium_dri.so free 0x557173495060 void 0.000120
+libstdc++.so.6 free 0x5571735a9860 void 0.000121
+gallium_dri.so free 0x5571734951f0 void 0.000122
+gallium_dri.so free 0x557173495180 void 0.000144
+libstdc++.so.6 free 0x5571735aeba0 void 0.000122
+gallium_dri.so free 0x557173495310 void 0.000122
+gallium_dri.so free 0x5571734952a0 void 0.000121
+libstdc++.so.6 free 0x5571735a5ca0 void 0.000122
+gallium_dri.so free 0 void 0.000120
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so free 0x5571735a2f70 void 0.000122
+gallium_dri.so free 0x557173462400 void 0.000120
+gallium_dri.so free 0x55717359e850 void 0.000119
+gallium_dri.so free 0x55717359e820 void 0.000121
+gallium_dri.so free 0x55717359e720 void 0.000120
+gallium_dri.so free 0x55717359e6f0 void 0.000120
+gallium_dri.so free 0x55717359e600 void 0.000120
+gallium_dri.so free 0x55717359e5d0 void 0.000120
+gallium_dri.so free 0x55717359e4e0 void 0.000120
+gallium_dri.so free 0x55717359e4b0 void 0.000120
+gallium_dri.so free 0x55717359e3c0 void 0.000121
+gallium_dri.so free 0x55717359e390 void 0.000123
+gallium_dri.so free 0x55717359e2a0 void 0.000121
+gallium_dri.so free 0x55717359e270 void 0.000121
+gallium_dri.so free 0x55717359e180 void 0.000123
+gallium_dri.so free 0x55717359e150 void 0.000121
+gallium_dri.so free 0x55717359e060 void 0.000121
+gallium_dri.so free 0x55717359e030 void 0.000123
+gallium_dri.so free 0x55717359def0 void 0.000263
+gallium_dri.so free 0x55717359dec0 void 0.000190
+gallium_dri.so free 0x55717359ddd0 void 0.000184
+gallium_dri.so free 0x55717359dda0 void 0.000127
+gallium_dri.so free 0x55717359dcb0 void 0.000125
+gallium_dri.so free 0x55717359dc80 void 0.000125
+gallium_dri.so free 0x55717359d9e0 void 0.000127
+gallium_dri.so free 0x55717359d9b0 void 0.000126
+gallium_dri.so free 0x55717359d7c0 void 0.000128
+gallium_dri.so free 0x55717359d790 void 0.000126
+gallium_dri.so free 0x55717359d5a0 void 0.000125
+gallium_dri.so free 0x55717359d570 void 0.000124
+gallium_dri.so free 0x55717359d380 void 0.000133
+gallium_dri.so free 0x55717359d350 void 0.000124
+gallium_dri.so free 0x55717359d160 void 0.000125
+gallium_dri.so free 0x55717359d130 void 0.000126
+gallium_dri.so free 0x55717359cf40 void 0.000126
+gallium_dri.so free 0x55717359cf10 void 0.000156
+gallium_dri.so free 0x55717359cd20 void 0.000128
+gallium_dri.so free 0x55717359ccf0 void 0.000127
+gallium_dri.so free 0x55717359cb00 void 0.000125
+gallium_dri.so free 0x55717359cad0 void 0.000125
+gallium_dri.so free 0x55717359c080 void 0.000134
+gallium_dri.so free 0x55717359c050 void 0.000128
+gallium_dri.so free 0x55717359be60 void 0.000125
+gallium_dri.so free 0x55717359be30 void 0.000123
+gallium_dri.so free 0x55717359bcf0 void 0.000126
+gallium_dri.so free 0x55717359bcc0 void 0.000126
+gallium_dri.so free 0x55717359bb80 void 0.000124
+gallium_dri.so free 0x55717359bb50 void 0.000135
+gallium_dri.so free 0x55717359b8a0 void 0.000128
+gallium_dri.so free 0x55717359b870 void 0.000129
+gallium_dri.so free 0x55717359b6c0 void 0.000128
+gallium_dri.so free 0x55717359b690 void 0.000145
+gallium_dri.so free 0x55717359ac00 void 0.000131
+gallium_dri.so free 0x55717359abd0 void 0.000130
+gallium_dri.so free 0x55717359a920 void 0.000130
+gallium_dri.so free 0x55717359a8f0 void 0.000131
+gallium_dri.so free 0x55717359a800 void 0.000131
+gallium_dri.so free 0x55717359a7d0 void 0.000131
+gallium_dri.so free 0x55717359a690 void 0.000134
+gallium_dri.so free 0x55717359a660 void 0.000131
+gallium_dri.so free 0x55717359a570 void 0.000136
+gallium_dri.so free 0x55717359a540 void 0.000131
+gallium_dri.so free 0x55717359a000 void 0.000131
+gallium_dri.so free 0x557173599fd0 void 0.000129
+gallium_dri.so free 0x557173599b30 void 0.000160
+gallium_dri.so free 0x557173599b00 void 0.000126
+gallium_dri.so free 0x557173599670 void 0.000124
+gallium_dri.so free 0x557173599640 void 0.000124
+gallium_dri.so free 0x5571735991c0 void 0.000126
+gallium_dri.so free 0x557173599190 void 0.000126
+gallium_dri.so free 0x557173598ef0 void 0.000125
+gallium_dri.so free 0x557173598ec0 void 0.000127
+gallium_dri.so free 0x557173593700 void 0.000127
+gallium_dri.so free 0x5571735936d0 void 0.000124
+gallium_dri.so free 0x557173593590 void 0.000125
+gallium_dri.so free 0x557173593560 void 0.000125
+gallium_dri.so free 0x5571735933b0 void 0.000124
+gallium_dri.so free 0x557173593380 void 0.000125
+gallium_dri.so free 0x557173598030 void 0.000137
+gallium_dri.so free 0x557173598000 void 0.000129
+gallium_dri.so free 0x557173597e00 void 0.000121
+gallium_dri.so free 0x557173597dd0 void 0.000123
+gallium_dri.so free 0x557173597bd0 void 0.000120
+gallium_dri.so free 0x557173597ba0 void 0.000120
+gallium_dri.so free 0x5571735979a0 void 0.000121
+gallium_dri.so free 0x557173597970 void 0.000121
+gallium_dri.so free 0x557173597770 void 0.000121
+gallium_dri.so free 0x557173597740 void 0.000122
+gallium_dri.so free 0x557173597540 void 0.000121
+gallium_dri.so free 0x557173597510 void 0.000129
+gallium_dri.so free 0x557173597310 void 0.000124
+gallium_dri.so free 0x5571735972e0 void 0.000123
+gallium_dri.so free 0x557173597180 void 0.000122
+gallium_dri.so free 0x557173597150 void 0.000122
+gallium_dri.so free 0x557173597000 void 0.000121
+gallium_dri.so free 0x557173596fd0 void 0.000121
+gallium_dri.so free 0x557173596670 void 0.000121
+gallium_dri.so free 0x557173596640 void 0.000123
+gallium_dri.so free 0x5571735964f0 void 0.000122
+gallium_dri.so free 0x5571735964c0 void 0.000121
+gallium_dri.so free 0x557173592850 void 0.000121
+gallium_dri.so free 0x557173596370 void 0.000121
+gallium_dri.so free 0x5571735aed00 void 0.000122
+gallium_dri.so free 0x557173595cd0 void 0.000121
+gallium_dri.so free 0x557173579120 void 0.000121
+gallium_dri.so free 0x557173595ad0 void 0.000123
+gallium_dri.so free 0x5571735958d0 void 0.000123
+gallium_dri.so free 0x5571735958a0 void 0.000121
+gallium_dri.so free 0x557173595590 void 0.000121
+gallium_dri.so free 0x557173595560 void 0.000123
+gallium_dri.so free 0x557173595250 void 0.000133
+gallium_dri.so free 0x557173595220 void 0.000131
+gallium_dri.so free 0x557173594f10 void 0.000129
+gallium_dri.so free 0x557173594ee0 void 0.000185
+gallium_dri.so free 0x557173594bd0 void 0.000129
+gallium_dri.so free 0x557173594ba0 void 0.000124
+gallium_dri.so free 0x557173594890 void 0.000125
+gallium_dri.so free 0x557173594860 void 0.000125
+gallium_dri.so free 0x557173586ee0 void 0.000127
+gallium_dri.so free 0x557173594540 void 0.000129
+gallium_dri.so free 0x5571735a3f40 void 0.000128
+gallium_dri.so free 0x557173594220 void 0.000125
+gallium_dri.so free 0x557173593f10 void 0.000124
+gallium_dri.so free 0x557173593ee0 void 0.000127
+gallium_dri.so free 0x557173593bd0 void 0.000123
+gallium_dri.so free 0x557173593ba0 void 0.000126
+gallium_dri.so free 0x5571735a8be0 void 0.000124
+gallium_dri.so free 0x557173592750 void 0.000128
+gallium_dri.so free 0x5571735a8990 void 0.000128
+gallium_dri.so free 0x557173592610 void 0.000125
+gallium_dri.so free 0x5571735925f0 void 0.000127
+gallium_dri.so free 0x5571735925c0 void 0.000129
+gallium_dri.so free 0x5571735925a0 void 0.000126
+gallium_dri.so free 0x557173592570 void 0.000125
+gallium_dri.so free 0x557173592550 void 0.000123
+gallium_dri.so free 0x557173592520 void 0.000123
+gallium_dri.so free 0x557173592500 void 0.000124
+gallium_dri.so free 0x5571735924d0 void 0.000123
+gallium_dri.so free 0x5571735924b0 void 0.000173
+gallium_dri.so free 0x557173592480 void 0.000124
+gallium_dri.so free 0x557173592460 void 0.000135
+gallium_dri.so free 0x557173592430 void 0.000124
+gallium_dri.so free 0x557173593180 void 0.000125
+gallium_dri.so free 0x557173593150 void 0.000125
+gallium_dri.so free 0x5571735a5fa0 void 0.000134
+gallium_dri.so free 0x557173593120 void 0.000123
+gallium_dri.so free 0x557173593100 void 0.000124
+gallium_dri.so free 0x5571735930d0 void 0.000127
+gallium_dri.so free 0x557173495460 void 0.000128
+gallium_dri.so free 0x557173495430 void 0.000127
+gallium_dri.so free 0x557173495410 void 0.000127
+gallium_dri.so free 0x5571734953e0 void 0.000128
+gallium_dri.so free 0x5571734953c0 void 0.000126
+gallium_dri.so free 0x5571735a2980 void 0.000151
+gallium_dri.so free 0x5571735a2960 void 0.000132
+gallium_dri.so free 0x5571735a90e0 void 0.000131
+gallium_dri.so free 0x5571735a90c0 void 0.000127
+gallium_dri.so free 0x5571735a3e80 void 0.000130
+gallium_dri.so free 0x5571735a3e60 void 0.000130
+gallium_dri.so free 0x5571735a5060 void 0.000128
+gallium_dri.so free 0x5571735a5040 void 0.000129
+gallium_dri.so free 0x5571735a4920 void 0.000127
+gallium_dri.so free 0x5571735a4900 void 0.000137
+gallium_dri.so free 0x5571735a87d0 void 0.000127
+gallium_dri.so free 0x5571735a87b0 void 0.000129
+gallium_dri.so free 0x5571735a6ed0 void 0.000132
+gallium_dri.so free 0x5571735a8ea0 void 0.000132
+gallium_dri.so free 0x5571735a93a0 void 0.000201
+gallium_dri.so free 0x5571735a8e80 void 0.000202
+gallium_dri.so free 0x557173583810 void 0.000180
+gallium_dri.so free 0x5571735a58b0 void 0.000158
+gallium_dri.so free 0x5571735a13e0 void 0.000117
+gallium_dri.so free 0x5571735a5890 void 0.000114
+gallium_dri.so free 0x5571735ae6a0 void 0.000121
+gallium_dri.so free 0x557173592410 void 0.000116
+gallium_dri.so free 0x5571735923e0 void 0.000115
+gallium_dri.so free 0x5571735923c0 void 0.000114
+gallium_dri.so free 0x557173592390 void 0.000113
+gallium_dri.so free 0x557173592370 void 0.000113
+gallium_dri.so free 0x557173592340 void 0.000113
+gallium_dri.so free 0x557173592320 void 0.000114
+gallium_dri.so free 0x5571735922f0 void 0.000114
+gallium_dri.so free 0x5571735922d0 void 0.000113
+gallium_dri.so free 0x5571735922a0 void 0.000113
+gallium_dri.so free 0x557173592280 void 0.000114
+gallium_dri.so free 0x557173592250 void 0.000113
+gallium_dri.so free 0x557173592230 void 0.000115
+gallium_dri.so free 0x557173592200 void 0.000116
+gallium_dri.so free 0x5571735921e0 void 0.000113
+gallium_dri.so free 0x5571735921b0 void 0.000113
+gallium_dri.so free 0x557173592190 void 0.000113
+gallium_dri.so free 0x557173586810 void 0.000114
+gallium_dri.so free 0x557173592170 void 0.000114
+gallium_dri.so free 0x5571735a7170 void 0.000115
+gallium_dri.so free 0x557173592150 void 0.000114
+gallium_dri.so free 0x5571735a43e0 void 0.000114
+gallium_dri.so free 0x557173592130 void 0.000116
+gallium_dri.so free 0x5571735a1ab0 void 0.000115
+gallium_dri.so free 0x5571735a67d0 void 0.000113
+gallium_dri.so free 0x5571735aeb20 void 0.000114
+gallium_dri.so free 0x55717359efb0 void 0.000113
+gallium_dri.so free 0x5571735a5800 void 0.000115
+gallium_dri.so free 0x5571735aeb50 void 0.000114
+gallium_dri.so free 0x5571735a0cc0 void 0.000113
+gallium_dri.so free 0x5571735a49e0 void 0.000129
+gallium_dri.so free 0x5571735802a0 void 0.000115
+gallium_dri.so free 0x557173520b10 void 0.000114
+gallium_dri.so free 0x5571735771b0 void 0.000114
+gallium_dri.so free 0x557173598060 void 0.000115
+gallium_dri.so free 0x5571734931c0 void 0.000113
+gallium_dri.so free 0x5571735a4a20 void 0.000115
+gallium_dri.so free 0x55717359c270 void 0.000114
+gallium_dri.so free 0x557173596770 void 0.000114
+gallium_dri.so free 0x557173592870 void 0.000113
+gallium_dri.so free 0x557173493e60 void 0.000191
+gallium_dri.so free 0x5571735a2460 void 0.000116
+gallium_dri.so free 0x557173554eb0 void 0.000115
+gallium_dri.so free 0x5571735a8800 void 0.000114
+gallium_dri.so free 0x557173584190 void 0.000114
+gallium_dri.so free 0x5571735a1420 void 0.000114
+gallium_dri.so free 0x5571735843f0 void 0.000113
+gallium_dri.so free 0x557173493230 void 0.000114
+gallium_dri.so free 0x5571734946c0 void 0.000113
+gallium_dri.so free 0x5571734938e0 void 0.000114
+gallium_dri.so free 0x55717359e870 void 0.000113
+gallium_dri.so free 0x55717359e8e0 void 0.000113
+gallium_dri.so free 0x55717359e950 void 0.000114
+gallium_dri.so free 0x557173586d30 void 0.000113
+gallium_dri.so free 0x55717359e7e0 void 0.000113
+gallium_dri.so free 0x55717359e740 void 0.000115
+gallium_dri.so free 0x55717359e620 void 0.000114
+gallium_dri.so free 0x55717359e500 void 0.000113
+gallium_dri.so free 0x55717359e3e0 void 0.000114
+gallium_dri.so free 0x55717359e2c0 void 0.000114
+gallium_dri.so free 0x55717359e1a0 void 0.000114
+gallium_dri.so free 0x55717359e080 void 0.000114
+gallium_dri.so free 0x55717359dfe0 void 0.000114
+gallium_dri.so free 0x55717359df10 void 0.000114
+gallium_dri.so free 0x55717359ddf0 void 0.000114
+gallium_dri.so free 0x55717359dcd0 void 0.000113
+gallium_dri.so free 0x55717359dbb0 void 0.000114
+gallium_dri.so free 0x55717359da00 void 0.000118
+gallium_dri.so free 0x55717359d8e0 void 0.000117
+gallium_dri.so free 0x55717359d7e0 void 0.000114
+gallium_dri.so free 0x55717359d6c0 void 0.000113
+gallium_dri.so free 0x55717359d5c0 void 0.000120
+gallium_dri.so free 0x55717359d4a0 void 0.000115
+gallium_dri.so free 0x55717359d3a0 void 0.000113
+gallium_dri.so free 0x55717359d280 void 0.000114
+gallium_dri.so free 0x55717359d180 void 0.000113
+gallium_dri.so free 0x55717359d060 void 0.000113
+gallium_dri.so free 0x55717359cf60 void 0.000114
+gallium_dri.so free 0x55717359ce40 void 0.000114
+gallium_dri.so free 0x55717359cd40 void 0.000115
+gallium_dri.so free 0x55717359cc20 void 0.000113
+gallium_dri.so free 0x55717359cb20 void 0.000115
+gallium_dri.so free 0x55717359c1a0 void 0.000114
+gallium_dri.so free 0x55717359c0a0 void 0.000115
+gallium_dri.so free 0x55717359bf80 void 0.000113
+gallium_dri.so free 0x55717359be80 void 0.000115
+gallium_dri.so free 0x55717359bde0 void 0.000114
+gallium_dri.so free 0x55717359bd10 void 0.000114
+gallium_dri.so free 0x55717350ea90 void 0.000113
+gallium_dri.so free 0x55717359bc70 void 0.000125
+gallium_dri.so free 0x55717359bba0 void 0.000115
+gallium_dri.so free 0x5571735249c0 void 0.000114
+gallium_dri.so free 0x55717359bb00 void 0.000113
+gallium_dri.so free 0x55717359ba30 void 0.000113
+gallium_dri.so free 0x55717359b8d0 void 0.000113
+gallium_dri.so free 0x55717359b810 void 0.000126
+gallium_dri.so free 0x55717359b740 void 0.000115
+gallium_dri.so free 0x55717359b6f0 void 0.000114
+gallium_dri.so free 0x55717359b630 void 0.000114
+gallium_dri.so free 0x55717359b560 void 0.000130
+gallium_dri.so free 0x55717359ac20 void 0.000115
+gallium_dri.so free 0x55717359ab00 void 0.000113
+gallium_dri.so free 0x55717359a940 void 0.000114
+gallium_dri.so free 0x55717359a820 void 0.000114
+gallium_dri.so free 0x557173492da0 void 0.000118
+gallium_dri.so free 0x55717359a780 void 0.000116
+gallium_dri.so free 0x55717359a6b0 void 0.000119
+gallium_dri.so free 0x557173586110 void 0.000113
+gallium_dri.so free 0x55717359a590 void 0.000114
+gallium_dri.so free 0x5571735a2530 void 0.000113
+gallium_dri.so free 0x55717359a470 void 0.000113
+gallium_dri.so free 0x55717359a030 void 0.000113
+gallium_dri.so free 0x557173599f70 void 0.000114
+gallium_dri.so free 0x557173599ea0 void 0.000115
+gallium_dri.so free 0x557173599b60 void 0.000114
+gallium_dri.so free 0x557173599aa0 void 0.000113
+gallium_dri.so free 0x5571735999d0 void 0.000115
+gallium_dri.so free 0x557173599690 void 0.000114
+gallium_dri.so free 0x5571735995f0 void 0.000114
+gallium_dri.so free 0x557173599520 void 0.000114
+gallium_dri.so free 0x5571735991e0 void 0.000114
+gallium_dri.so free 0x557173599140 void 0.000114
+gallium_dri.so free 0x557173599070 void 0.000119
+gallium_dri.so free 0x557173598f20 void 0.000116
+gallium_dri.so free 0x557173593840 void 0.000114
+gallium_dri.so free 0x557173593770 void 0.000115
+gallium_dri.so free 0x557173593720 void 0.000114
+gallium_dri.so free 0x557173593600 void 0.000114
+gallium_dri.so free 0x5571735935b0 void 0.000113
+gallium_dri.so free 0x557173593490 void 0.000115
+gallium_dri.so free 0x5571735933f0 void 0.000114
+gallium_dri.so free 0x557173593310 void 0.000115
+gallium_dri.so free 0x557173593240 void 0.000114
+gallium_dri.so free 0x5571735931a0 void 0.000113
+gallium_dri.so free 0x557173597fa0 void 0.000114
+gallium_dri.so free 0x557173597ed0 void 0.000114
+gallium_dri.so free 0x557173597e30 void 0.000115
+gallium_dri.so free 0x557173597d70 void 0.000113
+gallium_dri.so free 0x557173597ca0 void 0.000115
+gallium_dri.so free 0x557173597c00 void 0.000114
+gallium_dri.so free 0x557173597b40 void 0.000114
+gallium_dri.so free 0x557173597a70 void 0.000114
+gallium_dri.so free 0x5571735979d0 void 0.000114
+gallium_dri.so free 0x557173597910 void 0.000119
+gallium_dri.so free 0x557173597840 void 0.000115
+gallium_dri.so free 0x5571735977a0 void 0.000115
+gallium_dri.so free 0x5571735976e0 void 0.000114
+gallium_dri.so free 0x557173597610 void 0.000114
+gallium_dri.so free 0x557173597570 void 0.000114
+gallium_dri.so free 0x5571735974b0 void 0.000115
+gallium_dri.so free 0x5571735973e0 void 0.000147
+gallium_dri.so free 0x557173597340 void 0.000125
+gallium_dri.so free 0x557173597280 void 0.000121
+gallium_dri.so free 0x5571735971b0 void 0.000119
+gallium_dri.so free 0x5571734f70f0 void 0.000117
+gallium_dri.so free 0x5571735970f0 void 0.000120
+gallium_dri.so free 0x557173597020 void 0.000120
+gallium_dri.so free 0x5571735a1810 void 0.000120
+gallium_dri.so free 0x5571735966a0 void 0.000117
+gallium_dri.so free 0x5571734f6fd0 void 0.000117
+gallium_dri.so free 0x5571735965e0 void 0.000116
+gallium_dri.so free 0x557173596510 void 0.000116
+gallium_dri.so free 0x5571734f7240 void 0.000120
+gallium_dri.so free 0x557173596470 void 0.000117
+gallium_dri.so free 0x5571735963a0 void 0.000116
+gallium_dri.so free 0x5571734f5060 void 0.000119
+gallium_dri.so free 0x557173596320 void 0.000118
+gallium_dri.so free 0x557173592780 void 0.000121
+gallium_dri.so free 0x557173595d00 void 0.000119
+gallium_dri.so free 0x557173595c70 void 0.000120
+gallium_dri.so free 0x557173595ba0 void 0.000120
+gallium_dri.so free 0x5571735a2bc0 void 0.000120
+gallium_dri.so free 0x5571735a8910 void 0.000116
+gallium_dri.so free 0x557173595a00 void 0.000117
+gallium_dri.so free 0x5571735a0b60 void 0.000116
+gallium_dri.so free 0x5571735957d0 void 0.000119
+gallium_dri.so free 0x5571735956c0 void 0.000117
+gallium_dri.so free 0x5571735955b0 void 0.000121
+gallium_dri.so free 0x5571735a67f0 void 0.000120
+gallium_dri.so free 0x557173595490 void 0.000120
+gallium_dri.so free 0x557173595380 void 0.000120
+gallium_dri.so free 0x557173595270 void 0.000117
+gallium_dri.so free 0x5571735a5090 void 0.000117
+gallium_dri.so free 0x557173595150 void 0.000119
+gallium_dri.so free 0x557173595040 void 0.000117
+gallium_dri.so free 0x557173594f30 void 0.000120
+gallium_dri.so free 0x5571735a52e0 void 0.000119
+gallium_dri.so free 0x557173594e10 void 0.000117
+gallium_dri.so free 0x557173594d00 void 0.000118
+gallium_dri.so free 0x557173594bf0 void 0.000119
+gallium_dri.so free 0x557173594ad0 void 0.000119
+gallium_dri.so free 0x5571735949c0 void 0.000117
+gallium_dri.so free 0x5571735948b0 void 0.000119
+gallium_dri.so free 0x557173580140 void 0.000119
+gallium_dri.so free 0x557173594790 void 0.000119
+gallium_dri.so free 0x557173594680 void 0.000119
+gallium_dri.so free 0x557173594570 void 0.000119
+gallium_dri.so free 0x5571735848f0 void 0.000117
+gallium_dri.so free 0x557173594470 void 0.000119
+gallium_dri.so free 0x557173594360 void 0.000117
+gallium_dri.so free 0x557173594250 void 0.000119
+gallium_dri.so free 0x557173582c40 void 0.000120
+gallium_dri.so free 0x557173594150 void 0.000132
+gallium_dri.so free 0x557173594040 void 0.000131
+gallium_dri.so free 0x557173593f30 void 0.000118
+gallium_dri.so free 0x5571735add70 void 0.000117
+gallium_dri.so free 0x557173593e10 void 0.000119
+gallium_dri.so free 0x557173593d00 void 0.000120
+gallium_dri.so free 0x557173593bf0 void 0.000119
+gallium_dri.so free 0x5571735adb20 void 0.000117
+gallium_dri.so free 0x557173593ad0 void 0.000121
+gallium_dri.so free 0x5571735939c0 void 0.000119
+gallium_dri.so free 0x5571735938b0 void 0.000120
+gallium_dri.so free 0x557173492e50 void 0.000124
+gallium_dri.so free 0x55717357ecc0 void 0.000122
+gallium_dri.so free 0x557173592640 void 0.000122
+gallium_dri.so free 0x55717359ee20 void 0.000115
+gallium_dri.so free 0x557173583d30 void 0.000116
+gallium_dri.so free 0x55717357ebf0 void 0.000114
+gallium_dri.so free 0x5571735a99c0 void 0.000112
+gallium_dri.so free 0x5571735a5330 void 0.000114
+gallium_dri.so free 0x5571735a85b0 void 0.000112
+gallium_dri.so free 0x55717350f870 void 0.000113
+gallium_dri.so free 0x5571735a4410 void 0.000113
+gallium_dri.so free 0x557173583640 void 0.000112
+gallium_dri.so free 0x5571735b0ac0 void 0.000114
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571735fa400 void 0.000111
+gallium_dri.so free 0x557173492cd0 void 0.000113
+gallium_dri.so free 0x5571735bafb0 void 0.000123
+gallium_dri.so free 0x5571735b8de0 void 0.000113
+gallium_dri.so free 0x5571735baaf0 void 0.000112
+gallium_dri.so free 0x5571735ba910 void 0.000112
+gallium_dri.so free 0x557173494f20 void 0.000112
+gallium_dri.so free 0x5571735bc1f0 void 0.000130
+gallium_dri.so free 0x5571734e7720 void 0.000114
+gallium_dri.so free 0x5571734e7700 void 0.000111
+gallium_dri.so free 0x5571734e7630 void 0.000112
+gallium_dri.so free 0x5571734e7870 void 0.000112
+gallium_dri.so free 0x5571734e7800 void 0.000113
+gallium_dri.so free 0x5571734e77b0 void 0.000112
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0x55717357add0 void 0.000113
+gallium_dri.so free 0x557173567700 void 0.000112
+gallium_dri.so free 0x557173567690 void 0.000111
+gallium_dri.so free 0x557173567640 void 0.000113
+gallium_dri.so free 0x5571735664d0 void 0.000113
+gallium_dri.so free 0x557173566460 void 0.000112
+gallium_dri.so free 0x557173566410 void 0.000116
+gallium_dri.so free 0x557173566310 void 0.000115
+gallium_dri.so free 0x5571734e72a0 void 0.000113
+gallium_dri.so free 0x5571734e7230 void 0.000113
+gallium_dri.so free 0x5571734e71e0 void 0.000111
+gallium_dri.so free 0x5571734e7410 void 0.000113
+gallium_dri.so free 0x5571734e73a0 void 0.000112
+gallium_dri.so free 0x5571734e7350 void 0.000113
+gallium_dri.so free 0x557173567820 void 0.000112
+gallium_dri.so free 0x5571735677b0 void 0.000125
+gallium_dri.so free 0x5571734e7920 void 0.000115
+gallium_dri.so free 0x557173567940 void 0.000113
+gallium_dri.so free 0x5571735678d0 void 0.000113
+gallium_dri.so free 0x5571734e1000 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x55717356b2f0 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734f2a70 void 0.000114
+gallium_dri.so free 0x5571734f2a00 void 0.000112
+gallium_dri.so free 0x5571734f29b0 void 0.000114
+gallium_dri.so free 0x5571734f2be0 void 0.000113
+gallium_dri.so free 0x5571734f2b70 void 0.000111
+gallium_dri.so free 0x5571734f2b20 void 0.000112
+gallium_dri.so free 0x5571735bc020 void 0.000114
+gallium_dri.so free 0x557173525780 void 0.000114
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000116
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x55717357fd10 void 0.000112
+gallium_dri.so free 0x55717357fa30 void 0.000111
+gallium_dri.so free 0x5571734f6f40 void 0.000111
+gallium_dri.so free 0x55717357f8d0 void 0.000112
+gallium_dri.so free 0x557173524930 void 0.000111
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0x557173579150 void 0.000218
+gallium_dri.so free 0x557173581800 void 0.000114
+gallium_dri.so free 0x5571735817c0 void 0.000113
+gallium_dri.so free 0x5571735816c0 void 0.000112
+gallium_dri.so free 0x557173581600 void 0.000111
+gallium_dri.so free 0x557173581580 void 0.000111
+gallium_dri.so free 0x557173581540 void 0.000113
+gallium_dri.so free 0x5571734f5190 void 0.000113
+gallium_dri.so free 0x557173580c50 void 0.000112
+gallium_dri.so free 0x557173580c10 void 0.000114
+gallium_dri.so free 0x557173580430 void 0.000112
+gallium_dri.so free 0x55717352caa0 void 0.000112
+gallium_dri.so free 0x5571735eb1d0 void 0.000112
+gallium_dri.so free 0x5571735a60a0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571735a5bd0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x557173583d90 void 0.000112
+gallium_dri.so free 0x5571735a1530 void 0.000112
+gallium_dri.so free 0x557173583e50 void 0.000117
+gallium_dri.so free 0x557173584330 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x557173581490 void 0.000112
+gallium_dri.so free 0x557173581880 void 0.000112
+gallium_dri.so free 0x557173581840 void 0.000111
+gallium_dri.so free 0x557173581700 void 0.000113
+gallium_dri.so free 0x557173581640 void 0.000125
+gallium_dri.so free 0x557173581500 void 0.000114
+gallium_dri.so free 0x5571735814c0 void 0.000112
+gallium_dri.so free 0x557173580d10 void 0.000122
+gallium_dri.so free 0x557173580c90 void 0.000115
+gallium_dri.so free 0x5571735802d0 void 0.000112
+gallium_dri.so free 0x55717357f630 void 0.000112
+gallium_dri.so free 0x5571735815c0 void 0.000113
+gallium_dri.so free 0x557173580380 void 0.000113
+gallium_dri.so free 0x557173580310 void 0.000112
+libstdc++.so.6 free 0x55717357f7d0 void 0.000112
+gallium_dri.so free 0x5571735791b0 void 0.000111
+gallium_dri.so malloc 49 0x5571735b0010 0.000112
+gallium_dri.so free 0x557173581740 void 0.000111
+gallium_dri.so free 0x557173581780 void 0.000119
+gallium_dri.so free 0x557173581680 void 0.000113
+gallium_dri.so free 0x557173581940 void 0.000112
+gallium_dri.so free 0x55717357f2e0 void 0.000112
+gallium_dri.so free 0x55717357f270 void 0.000111
+libstdc++.so.6 free 0x55717357f250 void 0.000125
+gallium_dri.so free 0x55717357f420 void 0.000112
+gallium_dri.so free 0x55717357f3b0 void 0.000111
+libstdc++.so.6 free 0x55717357f390 void 0.000113
+gallium_dri.so free 0x55717357f560 void 0.000113
+gallium_dri.so free 0x55717357f4f0 void 0.000113
+libstdc++.so.6 free 0x55717357f4d0 void 0.000112
+gallium_dri.so free 0x55717352cb20 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000127
+gallium_dri.so free 0x55717357ed90 void 0.000114
+gallium_dri.so free 0x55717357efd0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x55717357eeb0 void 0.000111
+gallium_dri.so free 0x55717357f610 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571735a93e0 void 0.000115
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571735a5b40 void 0.000112
+gallium_dri.so free 0x557173581a80 void 0.000113
+gallium_dri.so free 0x557173586950 void 0.000113
+gallium_dri.so free 0x5571735a22c0 void 0.000113
+gallium_dri.so free 0x5571735a0be0 void 0.000118
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e0cf0 void 0.000114
+gallium_dri.so free 0x557173585860 void 0.000113
+gallium_dri.so free 0x55717359edc0 void 0.000112
+gallium_dri.so free 0x5571735842a0 void 0.000112
+gallium_dri.so free 0x5571735865b0 void 0.000113
+gallium_dri.so free 0x557173586910 void 0.000112
+gallium_dri.so free 0x5571735a0d30 void 0.000112
+gallium_dri.so free 0x5571734f5230 void 0.000113
+gallium_dri.so free 0x5571735a1950 void 0.000184
+gallium_dri.so free 0x5571735a1910 void 0.000112
+gallium_dri.so free 0x5571735a1ae0 void 0.000111
+gallium_dri.so free 0x557173583dd0 void 0.000112
+gallium_dri.so free 0x5571735a0ae0 void 0.000113
+gallium_dri.so free 0 void 0.000128
+gallium_dri.so free 0x5571735a3eb0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571735a4a40 void 0.000113
+gallium_dri.so free 0x5571735a4500 void 0.000112
+gallium_dri.so free 0x5571735a9900 void 0.000112
+gallium_dri.so free 0x5571735a3f70 void 0.000112
+gallium_dri.so free 0x5571735a60d0 void 0.000112
+gallium_dri.so free 0x5571735a60f0 void 0.000113
+gallium_dri.so free 0x5571735a59f0 void 0.000111
+gallium_dri.so free 0x5571735a0d70 void 0.000113
+gallium_dri.so free 0x557173585470 void 0.000113
+gallium_dri.so free 0x557173585f60 void 0.000114
+gallium_dri.so free 0x5571735858a0 void 0.000112
+gallium_dri.so free 0x557173583f90 void 0.000112
+gallium_dri.so free 0x557173586ba0 void 0.000112
+gallium_dri.so free 0x5571735a0cf0 void 0.000111
+gallium_dri.so free 0x5571735a1990 void 0.000112
+gallium_dri.so free 0x557173584cf0 void 0.000113
+gallium_dri.so free 0x557173584370 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x55717359ee00 void 0.000112
+gallium_dri.so free 0x557173584ca0 void 0.000123
+gallium_dri.so free 0x557173580190 void 0.000116
+gallium_dri.so free 0x557173582ef0 void 0.000113
+gallium_dri.so free 0x55717357f670 void 0.000112
+gallium_dri.so free 0x557173584310 void 0.000112
+gallium_dri.so free 0x557173584950 void 0.000113
+gallium_dri.so free 0x5571735a5fd0 void 0.000112
+libstdc++.so.6 free 0x5571735a6080 void 0.000112
+gallium_dri.so free 0x5571735a1890 void 0.000113
+gallium_dri.so malloc 49 0x557173581740 0.000111
+gallium_dri.so free 0x5571735a0c70 void 0.000112
+gallium_dri.so free 0x5571735a5c60 void 0.000111
+gallium_dri.so free 0x55717357f780 void 0.000114
+gallium_dri.so free 0x557173520a20 void 0.000114
+gallium_dri.so free 0x5571735840e0 void 0.000111
+gallium_dri.so free 0x5571735a28f0 void 0.000112
+libstdc++.so.6 free 0x5571735a6110 void 0.000112
+gallium_dri.so free 0x557173585d90 void 0.000113
+gallium_dri.so free 0x557173585d20 void 0.000112
+libstdc++.so.6 free 0x5571735842f0 void 0.000113
+gallium_dri.so free 0x557173585eb0 void 0.000113
+gallium_dri.so free 0x557173585e40 void 0.000112
+libstdc++.so.6 free 0x5571735a6190 void 0.000112
+gallium_dri.so free 0x5571735a0e00 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0x557173583e90 void 0.000113
+gallium_dri.so free 0x5571734f41d0 void 0.000113
+gallium_dri.so free 0 void 0.000121
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x557173583fe0 void 0.000113
+gallium_dri.so free 0x55717359f090 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571735b0010 void 0.000114
+gallium_dri.so malloc 49 0x5571735a5c60 0.000119
+gallium_dri.so free 0 void 0.000128
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571735a5c60 void 0.000111
+gallium_dri.so free 0x55717357f180 void 0.000112
+gallium_dri.so free 0x557173581a40 void 0.000112
+gallium_dri.so free 0x55717352dfe0 void 0.000113
+gallium_dri.so free 0x557173581a00 void 0.000112
+gallium_dri.so free 0x5571734df680 void 0.000118
+gallium_dri.so free 0x5571735819c0 void 0.000113
+gallium_dri.so free 0x5571734df6e0 void 0.000111
+gallium_dri.so free 0x557173581900 void 0.000112
+gallium_dri.so free 0x5571735818c0 void 0.000115
+gallium_dri.so free 0x55717357f040 void 0.000118
+gallium_dri.so free 0x557173581740 void 0.000114
+gallium_dri.so malloc 49 0x5571735a5c60 0.000113
+gallium_dri.so free 0 void 0.000117
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0x5571735a5c60 void 0.000113
+gallium_dri.so free 0x557173585c50 void 0.000165
+gallium_dri.so free 0x557173583cf0 void 0.000113
+gallium_dri.so free 0x557173586df0 void 0.000112
+gallium_dri.so free 0x557173520ad0 void 0.000112
+gallium_dri.so free 0x5571735a5990 void 0.000112
+gallium_dri.so free 0x55717359ef70 void 0.000112
+gallium_dri.so free 0x5571735a5f20 void 0.000111
+gallium_dri.so free 0x55717359ef30 void 0.000112
+gallium_dri.so free 0x557173585fa0 void 0.000113
+gallium_dri.so free 0x5571735a18d0 void 0.000113
+gallium_dri.so free 0x557173582ca0 void 0.000112
+gallium_dri.so free 0x557173585b10 void 0.000113
+gallium_dri.so free 0x557173515df0 void 0.000111
+gallium_dri.so free 0x5571734f4160 void 0.000114
+gallium_dri.so free 0x5571734f4110 void 0.000112
+gallium_dri.so free 0x5571734f2ec0 void 0.000114
+gallium_dri.so free 0x5571734f2e50 void 0.000112
+gallium_dri.so free 0x5571734f2e00 void 0.000112
+gallium_dri.so free 0x5571734f2f70 void 0.000113
+gallium_dri.so free 0x5571734f3750 void 0.000113
+gallium_dri.so free 0x5571734f3f90 void 0.000112
+gallium_dri.so free 0x5571734f3f20 void 0.000112
+gallium_dri.so free 0x5571734f3ed0 void 0.000113
+gallium_dri.so free 0 void 0.000118
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734f4040 void 0.000112
+gallium_dri.so free 0 void 0.000117
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x557173584720 void 0.000113
+gallium_dri.so free 0x5571735a9bd0 void 0.000114
+gallium_dri.so free 0x557173582e30 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571735aea30 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x557173584640 void 0.000114
+gallium_dri.so free 0x5571734f4340 void 0.000113
+gallium_dri.so free 0x5571734f42d0 void 0.000112
+gallium_dri.so free 0x5571734f4280 void 0.000111
+gallium_dri.so free 0x5571734f4e00 void 0.000113
+gallium_dri.so free 0x5571734f4d90 void 0.000114
+gallium_dri.so free 0x5571734f4d40 void 0.000112
+gallium_dri.so free 0x5571734e4d50 void 0.000111
+gallium_dri.so free 0x5571734f4f00 void 0.000111
+gallium_dri.so free 0x5571734f4eb0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0x5571734f47a0 void 0.000117
+gallium_dri.so free 0x55717352cbc0 void 0.000123
+gallium_dri.so free 0x5571734e4e00 void 0.000119
+gallium_dri.so free 0x5571734f44b0 void 0.000120
+gallium_dri.so free 0x5571734f4440 void 0.000118
+gallium_dri.so free 0x5571734f43f0 void 0.000122
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571734f4880 void 0.000115
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e1910 void 0.000126
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e1dd0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0x5571734e2290 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e2750 void 0.000112
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e2c10 void 0.000111
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0x5571734e30d0 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e3590 void 0.000113
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e3a50 void 0.000156
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571734e3f10 void 0.000111
+gallium_dri.so free 0 void 0.000111
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e43d0 void 0.000114
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0 void 0.000112
+gallium_dri.so free 0x5571734e4890 void 0.000112
+gallium_dri.so free 0x5571734f2d50 void 0.000112
+gallium_dri.so free 0x5571734f2ce0 void 0.000150
+gallium_dri.so free 0x5571734f2c90 void 0.000115
+gallium_dri.so free 0x5571734f45d0 void 0.000118
+gallium_dri.so free 0x5571734f4560 void 0.000112
+gallium_dri.so free 0x5571734e79a0 void 0.000112
+gallium_dri.so free 0x5571734f46f0 void 0.000113
+gallium_dri.so free 0x5571734f4680 void 0.000119
+gallium_dri.so free 0x5571734e79e0 void 0.000114
+gallium_dri.so free 0x5571734f27d0 void 0.000113
+gallium_dri.so free 0x5571734e4e70 void 0.000115
+gallium_dri.so free 0x557173578270 void 0.000112
+gallium_dri.so free 0x557173577140 void 0.000113
+gallium_dri.so free 0 void 0.000115
+gallium_dri.so free 0 void 0.000114
+gallium_dri.so free 0 void 0.000113
+gallium_dri.so free 0x5571735b0740 void 0.000114
+gallium_dri.so free 0x5571735b70a0 void 0.000112
+gallium_dri.so free 0x5571735af0a0 void 0.000123
+gallium_dri.so free 0x5571735bab90 void 0.000118
+gallium_dri.so free 0x5571735b08c0 void 0.000111
+gallium_dri.so free 0x5571735ea6d0 void 0.000112
+gallium_dri.so free 0x5571735afca0 void 0.000115
+gallium_dri.so free 0x557173525700 void 0.000112
+gallium_dri.so free 0x5571735b6aa0 void 0.000113
+gallium_dri.so free 0x5571735af4e0 void 0.000124
+gallium_dri.so free 0x5571735d98c0 void 0.000123
+gallium_dri.so free 0x5571735bb740 void 0.000125
+gallium_dri.so free 0x5571734f52d0 void 0.000119
+gallium_dri.so free 0x5571735ea7e0 void 0.000118
+gallium_dri.so free 0x5571735a4470 void 0.000124
+gallium_dri.so free 0x5571734e0cc0 void 0.000119
+gallium_dri.so free 0x557173576ee0 void 0.000118
+gallium_dri.so free 0x5571735e8240 void 0.000123
+gallium_dri.so free 0x5571734932b0 void 0.000119
+gallium_dri.so free 0x5571734e0be0 void 0.000115
+gallium_dri.so free 0x5571734e1020 void 0.000131
+gallium_dri.so free 0x5571735b6b10 void 0.000113
+gallium_dri.so free 0x5571735ba880 void 0.000118
+gallium_dri.so free 0x5571734e0c10 void 0.000124
+gallium_dri.so free 0x5571734f4f70 void 0.000124
+gallium_dri.so free 0 void 0.000118
+gallium_dri.so free 0x5571734e7970 void 0.000115
+gallium_dri.so free 0x5571734f4f90 void 0.000118
+gallium_dri.so free 0x5571735bc000 void 0.000119
+gallium_dri.so free 0x5571735a4950 void 0.000112
+gallium_dri.so free 0x557173588340 void 0.000117
+gallium_dri.so free 0x557173588320 void 0.000125
+gallium_dri.so free 0x557173586f10 void 0.000124
+gallium_dri.so free 0x557173586f60 void 0.000124
+gallium_dri.so free 0x5571734f2460 void 0.000121
+libdrm_nouveau.so.2 free 0x5571735e9950 void 0.000116
+libdrm_nouveau.so.2 free 0x5571735eaf30 void 0.000118
+libdrm_nouveau.so.2 free 0x5571735ea070 void 0.000123
+libdrm_nouveau.so.2 free 0x5571735bccb0 void 0.000124
+libdrm_nouveau.so.2 free 0x5571734f24b0 void 0.000119
+libdrm_nouveau.so.2 free 0x5571734f2500 void 0.000119
+libdrm_nouveau.so.2 free 0x5571734f2550 void 0.000124
+libdrm_nouveau.so.2 free 0x5571734f25a0 void 0.000124
+libdrm_nouveau.so.2 free 0x5571734f26e0 void 0.000119
+libdrm_nouveau.so.2 free 0x5571734f1ff0 void 0.000114
+libdrm_nouveau.so.2 free 0x5571734f2730 void 0.000120
+libdrm_nouveau.so.2 free 0x5571735eb020 void 0.000124
+libdrm_nouveau.so.2 free 0x5571734f1f70 void 0.000123
+libdrm_nouveau.so.2 free 0x5571734f25f0 void 0.000124
+libdrm_nouveau.so.2 free 0x5571734f2640 void 0.000163
+libdrm_nouveau.so.2 free 0x5571734f2690 void 0.000119
+libdrm_nouveau.so.2 free 0x5571734f2780 void 0.000113
+libdrm_nouveau.so.2 free 0x5571734f23d0 void 0.000119
+libdrm_nouveau.so.2 free 0x557173577f40 void 0.000121
+gallium_dri.so free 0x557173577db0 void 0.000121
+gallium_dri.so free 0x5571735aed30 void 0.000115
+libdrm_nouveau.so.2 free 0x557173578150 void 0.000115
+gallium_dri.so free 0x557173577fc0 void 0.000111
+gallium_dri.so free 0x557173578210 void 0.000109
+gallium_dri.so free 0x5571735a9b90 void 0.000110
+gallium_dri.so free 0x557173583080 void 0.000112
+gallium_dri.so free 0x5571735a9bf0 void 0.000118
+gallium_dri.so free 0x55717361dc30 void 0.000111
+gallium_dri.so free 0x5571735a9ad0 void 0.000109
+gallium_dri.so free 0x5571734f1d60 void 0.000110
+gallium_dri.so free 0x5571734f0810 void 0.000109
+gallium_dri.so free 0x55717356e630 void 0.000113
+gallium_dri.so free 0x7fa479626010 void 0.000142
+gallium_dri.so free 0x5571734e0f00 void 0.000114
+gallium_dri.so free 0x5571734e0ec0 void 0.000110
+libGL.so.1 free 0x5571734e0d20 void 0.000112
+libX11.so.6 free 0x557173456ae0 void 0.000126
+libX11.so.6 free 0x557173577210 void 0.000116
+libX11.so.6 free 0x5571734e7a40 void 0.000113
+libX11.so.6 free 0x5571734e0c40 void 0.000120
+libX11.so.6 free 0x5571734ef7e0 void 0.000119
+libX11.so.6 free 0x5571734e7a80 void 0.000125
+libX11.so.6 free 0x5571734e85c0 void 0.000119
+libX11.so.6 free 0x5571734bacc0 void 0.000117
+libX11.so.6 free 0x5571734e7db0 void 0.000117
+libX11.so.6 free 0x5571734ef1d0 void 0.000116
+libX11.so.6 free 0x5571734e0270 void 0.000122
+libX11.so.6 free 0x5571734e0360 void 0.000118
+libX11.so.6 free 0x5571734e0800 void 0.000118
+libX11.so.6 free 0x5571734e0850 void 0.000117
+libX11.so.6 free 0x5571734e07d0 void 0.000116
+libX11.so.6 free 0 void 0.000115
+libX11.so.6 free 0 void 0.000115
+libX11.so.6 free 0x5571734e0230 void 0.000117
+libX11.so.6 free 0x5571734e09a0 void 0.000115
+libX11.so.6 free 0x5571734e11c0 void 0.000127
+libX11.so.6 free 0x5571734e09e0 void 0.000123
+libX11.so.6 free 0x5571734e0980 void 0.000118
+libX11.so.6 free 0x5571734e0250 void 0.000116
+libX11.so.6 free 0x5571734e0a40 void 0.000115
+libX11.so.6 free 0x5571734e13d0 void 0.000115
+libX11.so.6 free 0x5571734e0a80 void 0.000117
+libX11.so.6 free 0x5571734e0a20 void 0.000116
+libX11.so.6 free 0x5571734e0a00 void 0.000114
+libX11.so.6 free 0x5571734e0ae0 void 0.000117
+libX11.so.6 free 0x5571734e0b20 void 0.000140
+libX11.so.6 free 0x5571734e0ac0 void 0.000124
+libX11.so.6 free 0x5571734e0aa0 void 0.000122
+libX11.so.6 free 0x5571734e1480 void 0.000117
+libX11.so.6 free 0x5571734e0b40 void 0.000133
+libX11.so.6 free 0x55717350f680 void 0.000125
+libX11.so.6 free 0x5571734e0b60 void 0.000115
+libX11.so.6 free 0x5571734e0b80 void 0.000115
+libX11.so.6 free 0x55717350f5f0 void 0.000118
+libX11.so.6 free 0x5571734e0ba0 void 0.000116
+libX11.so.6 free 0x5571734e0090 void 0.000115
+particles free 0x55717354e210 void 0.000122
+particles free 0x55717350f570 void 0.000119
+particles free 0x5571734dc0f0 void 0.000117
+particles free 0x55717354e1e0 void 0.000116
+particles free 0x55717350f740 void 0.000120
+particles free 0x5571734baca0 void 0.000119
+particles free 0x5571734ba1e0 void 0.000118
+particles free 0x5571734efc50 void 0.000119
+particles free 0x5571734ba4f0 void 0.000116
+particles free 0x5571734ba540 void 0.000115
+particles free 0x5571734bb240 void 0.000118
+particles free 0x5571734b80b0 void 0.000118
+particles free 0x5571734bb170 void 0.000120
+particles free 0x5571734bb190 void 0.000118
+particles free 0x5571734ba490 void 0.000118
+particles free 0x5571734bb0f0 void 0.000206
+particles free 0x5571734bb270 void 0.000121
+particles free 0x5571734bb140 void 0.000116
+particles free 0x5571734bb700 void 0.000117
+particles free 0x5571734ba4d0 void 0.000115
+particles free 0x5571735ed2a0 void 0.000118
+particles free 0x7fa479149010 void 0.000304
+particles free 0x7fa479492010 void 0.000176
+particles free 0x7fa479553010 void 0.000153
+particles free 0x5571735aec60 void 0.000121
+particles free 0x5571735aec10 void 0.000118
+particles free 0x5571735aeb70 void 0.000119
+particles free 0x5571734553b0 void 0.000117
+particles free 0x5571735aebc0 void 0.000118
+particles free 0x5571735795c0 void 0.000117
+particles free 0x7fa4795a8010 void 0.000153
+particles free 0x557173577cd0 void 0.000120
+particles free 0x5571735aebf0 void 0.000123
+particles free 0x5571735aecb0 void 0.000119
+particles free 0x5571735aec90 void 0.000120
+particles free 0x5571735aece0 void 0.000111
+particles free 0x55717357ebb0 void 0.000111
+particles free 0x557173579180 void 0.000111
+particles free 0x55717357ebd0 void 0.000111
+particles free 0x5571735790f0 void 0.000174
+particles free 0x5571735a5830 void 0.000116
+particles free 0x5571735a9880 void 0.000113
+particles free 0x5571735a2f10 void 0.000110
+particles free 0x55717359efd0 void 0.000111
+particles free 0x5571735771e0 void 0.000111
+particles free 0x557173583910 void 0.000110
+particles free 0x5571735a6170 void 0.000110
+particles free 0x5571735a5ed0 void 0.000110
+particles free 0x5571735a5f80 void 0.000110
+particles free 0x5571735a6050 void 0.000109
+particles free 0x557173586840 void 0.000112
+particles free 0x5571735a9bb0 void 0.000109
+particles free 0x5571735a9310 void 0.000111
+particles free 0x5571735a0a00 void 0.000111
+particles free 0x5571735a8970 void 0.000110
+particles free 0x5571735a1310 void 0.000109
+particles free 0x5571735a4a00 void 0.000111
+particles free 0x5571735a8360 void 0.000111
+particles free 0x5571735a8bc0 void 0.000112
+particles free 0x5571735a0a50 void 0.000111
+particles free 0x5571735a98e0 void 0.000110
+particles free 0x557173577c80 void 0.000112
+particles free 0x557173583740 void 0.000111
+particles free 0x5571735790c0 void 0.000109
+particles free 0x55717357ff40 void 0.000110
+particles free 0x557173584a10 void 0.000109
+particles free 0x557173584b50 void 0.000109
+particles free 0x5571735861f0 void 0.000138
+particles free 0x557173586330 void 0.000121
+particles free 0x557173586470 void 0.000115
+particles free 0x5571735854a0 void 0.000112
+particles free 0x5571735855e0 void 0.000111
+particles free 0x557173585720 void 0.000109
+particles free 0x557173583930 void 0.000110
+particles free 0x557173583a70 void 0.000110
+particles free 0x557173583bb0 void 0.000110
+particles free 0x5571735a0f50 void 0.000110
+particles free 0x5571735a1090 void 0.000108
+particles free 0x5571735a11d0 void 0.000111
+particles free 0x557173583140 void 0.000112
+particles free 0x557173583280 void 0.000111
+particles free 0x5571735833c0 void 0.000111
+particles free 0x557173583500 void 0.000111
+particles free 0x5571735859d0 void 0.000110
+particles free 0x5571735a50e0 void 0.000110
+particles free 0x5571735a26f0 void 0.000110
+particles free 0x557173586bf0 void 0.000111
+particles free 0x557173582f40 void 0.000112
+particles free 0x557173582cf0 void 0.000121
+particles free 0x5571735a8600 void 0.000129
+particles free 0x5571734f5e30 void 0.000114
+particles free 0x5571735ae8f0 void 0.000111
+particles free 0x5571735a41c0 void 0.000111
+particles free 0x5571735a6f50 void 0.000112
+particles free 0x5571735865f0 void 0.000113
+particles free 0x5571735a4ce0 void 0.000170
+particles free 0x5571735a4e20 void 0.000114
+particles free 0x5571735a5440 void 0.000113
+particles free 0x5571735a5580 void 0.000112
+particles free 0x5571735a56c0 void 0.000113
+particles free 0x5571735a9430 void 0.000114
+particles free 0x5571735a9570 void 0.000112
+particles free 0x5571735a96b0 void 0.000112
+particles free 0x557173584500 void 0.000123
+particles free 0x5571735a29b0 void 0.000135
+particles free 0x55717357be90 void 0.000114
+particles free 0x55717347ea00 void 0.000113
+particles free 0x55717347ea70 void 0.000113
+particles free 0x55717347eae0 void 0.000113
+particles free 0x55717347eb50 void 0.000113
+particles free 0x55717347ebc0 void 0.000112
+particles free 0x55717347ec30 void 0.000115
+particles free 0x55717347eca0 void 0.000113
+particles free 0x55717347ed10 void 0.000112
+particles free 0x55717347ed80 void 0.000113
+particles free 0x55717347edf0 void 0.000113
+particles free 0x55717347ee60 void 0.000113
+particles free 0x55717347eed0 void 0.000111
+particles free 0x55717347ef40 void 0.000112
+particles free 0x55717347efb0 void 0.000112
+particles free 0x55717347f020 void 0.000113
+particles free 0x55717347f090 void 0.000112
+particles free 0x55717347f100 void 0.000120
+particles free 0x55717347f170 void 0.000114
+particles free 0x55717347f1e0 void 0.000112
+particles free 0x55717347f250 void 0.000114
+particles free 0x55717347f2c0 void 0.000114
+particles free 0x55717347f330 void 0.000112
+particles free 0x55717347f3a0 void 0.000113
+particles free 0x55717347f410 void 0.000111
+particles free 0x55717347f480 void 0.000112
+particles free 0x55717347f4f0 void 0.000112
+particles free 0x55717347f560 void 0.000112
+particles free 0x55717347f5d0 void 0.000113
+particles free 0x55717347f640 void 0.000113
+particles free 0x55717347f6b0 void 0.000111
+particles free 0x55717347f720 void 0.000113
+particles free 0x55717347f790 void 0.000111
+particles free 0x55717347f800 void 0.000112
+particles free 0x55717347f870 void 0.000112
+particles free 0x55717347f8e0 void 0.000112
+particles free 0x55717347f950 void 0.000124
+particles free 0x55717347f9c0 void 0.000110
+particles free 0x55717347fa30 void 0.000262
+particles free 0x55717347faa0 void 0.000116
+particles free 0x55717347fb10 void 0.000115
+particles free 0x55717347fb80 void 0.000115
+particles free 0x55717347fbf0 void 0.000114
+particles free 0x55717347fc60 void 0.000114
+particles free 0x55717347fcd0 void 0.000132
+particles free 0x55717347fd40 void 0.000115
+particles free 0x55717347fdb0 void 0.000113
+particles free 0x55717347fe20 void 0.000112
+particles free 0x55717347fe90 void 0.000113
+particles free 0x55717347ff00 void 0.000113
+particles free 0x55717347ff70 void 0.000114
+particles free 0x55717347ffe0 void 0.000113
+particles free 0x557173480050 void 0.000113
+particles free 0x5571734800c0 void 0.000112
+particles free 0x557173480130 void 0.000116
+particles free 0x5571734801a0 void 0.000115
+particles free 0x557173480210 void 0.000113
+particles free 0x557173480280 void 0.000113
+particles free 0x5571734802f0 void 0.000114
+particles free 0x557173480360 void 0.000113
+particles free 0x5571734803d0 void 0.000113
+particles free 0x557173480440 void 0.000112
+particles free 0x5571734804b0 void 0.000112
+particles free 0x557173480520 void 0.000112
+particles free 0x557173480590 void 0.000113
+particles free 0x557173480600 void 0.000114
+particles free 0x557173480670 void 0.000113
+particles free 0x5571734806e0 void 0.000129
+particles free 0x557173480750 void 0.000114
+particles free 0x5571734807c0 void 0.000113
+particles free 0x557173480830 void 0.000113
+particles free 0x5571734808a0 void 0.000118
+particles free 0x557173480910 void 0.000171
+particles free 0x557173480980 void 0.000113
+particles free 0x5571734809f0 void 0.000112
+particles free 0x557173480a60 void 0.000112
+particles free 0x557173480ad0 void 0.000112
+particles free 0x557173480b40 void 0.000111
+particles free 0x557173480bb0 void 0.000114
+particles free 0x557173480c20 void 0.000112
+particles free 0x557173480c90 void 0.000112
+particles free 0x557173480d00 void 0.000111
+particles free 0x557173480d70 void 0.000113
+particles free 0x557173480de0 void 0.000111
+particles free 0x557173480e50 void 0.000113
+particles free 0x557173480ec0 void 0.000113
+particles free 0x557173480f30 void 0.000113
+particles free 0x557173480fa0 void 0.000111
+particles free 0x557173481010 void 0.000111
+particles free 0x557173481080 void 0.000112
+particles free 0x5571734810f0 void 0.000112
+particles free 0x557173481160 void 0.000113
+particles free 0x5571734811d0 void 0.000112
+particles free 0x557173481240 void 0.000126
+particles free 0x5571734812b0 void 0.000115
+particles free 0x557173481320 void 0.000115
+particles free 0x557173481390 void 0.000114
+particles free 0x557173481400 void 0.000113
+particles free 0x557173481470 void 0.000127
+particles free 0x5571734814e0 void 0.000128
+particles free 0x557173481550 void 0.000116
+particles free 0x5571734815c0 void 0.000115
+particles free 0x557173481630 void 0.000114
+particles free 0x5571734816a0 void 0.000114
+particles free 0x557173481710 void 0.000113
+particles free 0x557173481780 void 0.000113
+particles free 0x5571734817f0 void 0.000114
+particles free 0x557173481860 void 0.000115
+particles free 0x5571734818d0 void 0.000113
+particles free 0x557173481940 void 0.000114
+particles free 0x5571734819b0 void 0.000114
+particles free 0x557173481a20 void 0.000117
+particles free 0x557173481a90 void 0.000114
+particles free 0x557173481b00 void 0.000129
+particles free 0x557173481b70 void 0.000117
+particles free 0x557173481be0 void 0.000115
+particles free 0x557173481c50 void 0.000114
+particles free 0x557173481cc0 void 0.000114
+particles free 0x557173481d30 void 0.000114
+particles free 0x557173481da0 void 0.000114
+particles free 0x557173481e10 void 0.000114
+particles free 0x557173481e80 void 0.000116
+particles free 0x557173481ef0 void 0.000114
+particles free 0x557173481f60 void 0.000115
+particles free 0x557173481fd0 void 0.000115
+particles free 0x557173482040 void 0.000114
+particles free 0x5571734820b0 void 0.000114
+particles free 0x557173482120 void 0.000128
+particles free 0x557173482190 void 0.000115
+particles free 0x557173482200 void 0.000114
+particles free 0x557173482270 void 0.000116
+particles free 0x5571734822e0 void 0.000114
+particles free 0x557173482350 void 0.000113
+particles free 0x5571734823c0 void 0.000114
+particles free 0x557173482430 void 0.000115
+particles free 0x5571734824a0 void 0.000113
+particles free 0x557173482510 void 0.000131
+particles free 0x557173482580 void 0.000115
+particles free 0x5571734825f0 void 0.000114
+particles free 0x557173482660 void 0.000114
+particles free 0x5571734826d0 void 0.000113
+particles free 0x557173482740 void 0.000114
+particles free 0x5571734827b0 void 0.000115
+particles free 0x557173482820 void 0.000118
+particles free 0x557173482890 void 0.000115
+particles free 0x557173482900 void 0.000115
+particles free 0x557173482970 void 0.000114
+particles free 0x5571734829e0 void 0.000113
+particles free 0x557173482a50 void 0.000115
+particles free 0x557173482ac0 void 0.000114
+particles free 0x557173482b30 void 0.000115
+particles free 0x557173482ba0 void 0.000115
+particles free 0x557173482c10 void 0.000114
+particles free 0x557173482c80 void 0.000115
+particles free 0x557173482cf0 void 0.000124
+particles free 0x557173482d60 void 0.000115
+particles free 0x557173482dd0 void 0.000116
+particles free 0x557173482e40 void 0.000115
+particles free 0x557173482eb0 void 0.000114
+particles free 0x557173482f20 void 0.000114
+particles free 0x557173482f90 void 0.000115
+particles free 0x557173483000 void 0.000115
+particles free 0x557173483070 void 0.000115
+particles free 0x5571734830e0 void 0.000114
+particles free 0x557173483150 void 0.000115
+particles free 0x5571734831c0 void 0.000115
+particles free 0x557173483230 void 0.000114
+particles free 0x5571734832a0 void 0.000115
+particles free 0x557173483310 void 0.000113
+particles free 0x557173483380 void 0.000113
+particles free 0x5571734833f0 void 0.000115
+particles free 0x557173483460 void 0.000114
+particles free 0x5571734834d0 void 0.000114
+particles free 0x557173483540 void 0.000114
+particles free 0x5571734835b0 void 0.000114
+particles free 0x557173483620 void 0.000115
+particles free 0x557173483690 void 0.000116
+particles free 0x557173483700 void 0.000114
+particles free 0x557173483770 void 0.000115
+particles free 0x5571734837e0 void 0.000115
+particles free 0x557173483850 void 0.000114
+particles free 0x5571734838c0 void 0.000121
+particles free 0x557173483930 void 0.000118
+particles free 0x5571734839a0 void 0.000115
+particles free 0x557173483a10 void 0.000115
+particles free 0x557173483a80 void 0.000115
+particles free 0x557173483af0 void 0.000116
+particles free 0x557173483b60 void 0.000114
+particles free 0x557173483bd0 void 0.000114
+particles free 0x557173483c40 void 0.000114
+particles free 0x557173483cb0 void 0.000115
+particles free 0x557173483d20 void 0.000113
+particles free 0x557173483d90 void 0.000115
+particles free 0x557173483e00 void 0.000115
+particles free 0x557173483e70 void 0.000114
+particles free 0x557173483ee0 void 0.000114
+particles free 0x557173483f50 void 0.000114
+particles free 0x557173483fc0 void 0.000114
+particles free 0x557173484030 void 0.000114
+particles free 0x5571734840a0 void 0.000115
+particles free 0x557173484110 void 0.000116
+particles free 0x557173484180 void 0.000115
+particles free 0x5571734841f0 void 0.000116
+particles free 0x557173484260 void 0.000124
+particles free 0x5571734842d0 void 0.000119
+particles free 0x557173484340 void 0.000130
+particles free 0x5571734843b0 void 0.000115
+particles free 0x557173484420 void 0.000116
+particles free 0x557173484490 void 0.000113
+particles free 0x557173484500 void 0.000119
+particles free 0x557173484570 void 0.000114
+particles free 0x5571734845e0 void 0.000125
+particles free 0x557173484650 void 0.000115
+particles free 0x5571734846c0 void 0.000114
+particles free 0x557173484730 void 0.000118
+particles free 0x5571734847a0 void 0.000115
+particles free 0x557173484810 void 0.000114
+particles free 0x557173484880 void 0.000115
+particles free 0x5571734848f0 void 0.000115
+particles free 0x557173484960 void 0.000114
+particles free 0x5571734849d0 void 0.000113
+particles free 0x557173484a40 void 0.000115
+particles free 0x557173484ab0 void 0.000113
+particles free 0x557173484b20 void 0.000114
+particles free 0x557173484b90 void 0.000113
+particles free 0x557173484c00 void 0.000114
+particles free 0x557173484c70 void 0.000116
+particles free 0x557173484ce0 void 0.000118
+particles free 0x557173484d50 void 0.000116
+particles free 0x557173484dc0 void 0.000114
+particles free 0x557173484e30 void 0.000115
+particles free 0x557173484ea0 void 0.000114
+particles free 0x557173484f10 void 0.000114
+particles free 0x557173484f80 void 0.000115
+particles free 0x557173484ff0 void 0.000115
+particles free 0x557173485060 void 0.000114
+particles free 0x5571734850d0 void 0.000117
+particles free 0x557173485140 void 0.000115
+particles free 0x5571734851b0 void 0.000114
+particles free 0x557173485220 void 0.000114
+particles free 0x557173485290 void 0.000114
+particles free 0x557173485300 void 0.000113
+particles free 0x557173485370 void 0.000114
+particles free 0x5571734853e0 void 0.000114
+particles free 0x557173485450 void 0.000114
+particles free 0x5571734854c0 void 0.000113
+particles free 0x557173485530 void 0.000115
+particles free 0x5571734855a0 void 0.000116
+particles free 0x557173485610 void 0.000114
+particles free 0x557173485680 void 0.000115
+particles free 0x5571734856f0 void 0.000115
+particles free 0x557173485760 void 0.000114
+particles free 0x5571734857d0 void 0.000114
+particles free 0x557173485840 void 0.000113
+particles free 0x5571734858b0 void 0.000114
+particles free 0x557173485920 void 0.000115
+particles free 0x557173485990 void 0.000114
+particles free 0x557173485a00 void 0.000115
+particles free 0x557173485a70 void 0.000114
+particles free 0x557173485ae0 void 0.000113
+particles free 0x557173485b50 void 0.000114
+particles free 0x557173485bc0 void 0.000114
+particles free 0x557173485c30 void 0.000115
+particles free 0x557173485ca0 void 0.000136
+particles free 0x557173485d10 void 0.000118
+particles free 0x557173485d80 void 0.000114
+particles free 0x557173485df0 void 0.000116
+particles free 0x557173485e60 void 0.000114
+particles free 0x557173485ed0 void 0.000114
+particles free 0x557173485f40 void 0.000114
+particles free 0x557173485fb0 void 0.000114
+particles free 0x557173486020 void 0.000115
+particles free 0x557173486090 void 0.000114
+particles free 0x557173486100 void 0.000114
+particles free 0x557173486170 void 0.000119
+particles free 0x5571734861e0 void 0.000114
+particles free 0x557173486250 void 0.000114
+particles free 0x5571734862c0 void 0.000115
+particles free 0x557173486330 void 0.000115
+particles free 0x5571734863a0 void 0.000115
+particles free 0x557173486410 void 0.000114
+particles free 0x557173486480 void 0.000115
+particles free 0x5571734864f0 void 0.000114
+particles free 0x557173486560 void 0.000115
+particles free 0x5571734865d0 void 0.000115
+particles free 0x557173486640 void 0.000114
+particles free 0x5571734866b0 void 0.000119
+particles free 0x557173486720 void 0.000116
+particles free 0x557173486790 void 0.000115
+particles free 0x557173486800 void 0.000115
+particles free 0x557173486870 void 0.000178
+particles free 0x5571734868e0 void 0.000118
+particles free 0x557173486950 void 0.000114
+particles free 0x5571734869c0 void 0.000116
+particles free 0x557173486a30 void 0.000114
+particles free 0x557173486aa0 void 0.000115
+particles free 0x557173486b10 void 0.000114
+particles free 0x557173486b80 void 0.000114
+particles free 0x557173486bf0 void 0.000114
+particles free 0x557173486c60 void 0.000114
+particles free 0x557173486cd0 void 0.000114
+particles free 0x557173486d40 void 0.000115
+particles free 0x557173486db0 void 0.000115
+particles free 0x557173486e20 void 0.000114
+particles free 0x557173486e90 void 0.000115
+particles free 0x557173486f00 void 0.000114
+particles free 0x557173486f70 void 0.000116
+particles free 0x557173486fe0 void 0.000115
+particles free 0x557173487050 void 0.000113
+particles free 0x5571734870c0 void 0.000114
+particles free 0x557173487130 void 0.000114
+particles free 0x5571734871a0 void 0.000114
+particles free 0x557173487210 void 0.000114
+particles free 0x557173487280 void 0.000121
+particles free 0x5571734872f0 void 0.000114
+particles free 0x557173487360 void 0.000114
+particles free 0x5571734873d0 void 0.000115
+particles free 0x557173487440 void 0.000119
+particles free 0x5571734874b0 void 0.000116
+particles free 0x557173487520 void 0.000115
+particles free 0x557173487590 void 0.000114
+particles free 0x557173487600 void 0.000115
+particles free 0x557173487670 void 0.000115
+particles free 0x5571734876e0 void 0.000115
+particles free 0x557173487750 void 0.000114
+particles free 0x5571734877c0 void 0.000129
+particles free 0x557173487830 void 0.000116
+particles free 0x5571734878a0 void 0.000114
+particles free 0x557173487910 void 0.000115
+particles free 0x557173487980 void 0.000114
+particles free 0x5571734879f0 void 0.000115
+particles free 0x557173487a60 void 0.000114
+particles free 0x557173487ad0 void 0.000115
+particles free 0x557173487b40 void 0.000115
+particles free 0x557173487bb0 void 0.000113
+particles free 0x557173487c20 void 0.000113
+particles free 0x557173487c90 void 0.000113
+particles free 0x557173487d00 void 0.000114
+particles free 0x557173487d70 void 0.000117
+particles free 0x557173487de0 void 0.000115
+particles free 0x557173487e50 void 0.000127
+particles free 0x557173487ec0 void 0.000116
+particles free 0x557173487f30 void 0.000129
+particles free 0x557173487fa0 void 0.000114
+particles free 0x557173488010 void 0.000114
+particles free 0x557173488080 void 0.000112
+particles free 0x5571734880f0 void 0.000116
+particles free 0x557173488160 void 0.000115
+particles free 0x5571734881d0 void 0.000113
+particles free 0x557173488240 void 0.000113
+particles free 0x5571734882b0 void 0.000115
+particles free 0x557173488320 void 0.000114
+particles free 0x557173488390 void 0.000115
+particles free 0x557173488400 void 0.000119
+particles free 0x557173488470 void 0.000114
+particles free 0x5571734884e0 void 0.000113
+particles free 0x557173488550 void 0.000114
+particles free 0x5571734885c0 void 0.000117
+particles free 0x557173488630 void 0.000115
+particles free 0x5571734886a0 void 0.000114
+particles free 0x557173488710 void 0.000113
+particles free 0x557173488780 void 0.000114
+particles free 0x5571734887f0 void 0.000114
+particles free 0x557173488860 void 0.000114
+particles free 0x5571734888d0 void 0.000115
+particles free 0x557173488940 void 0.000114
+particles free 0x5571734889b0 void 0.000115
+particles free 0x557173488a20 void 0.000113
+particles free 0x557173488a90 void 0.000114
+particles free 0x557173488b00 void 0.000114
+particles free 0x557173488b70 void 0.000114
+particles free 0x557173488be0 void 0.000115
+particles free 0x557173488c50 void 0.000127
+particles free 0x557173488cc0 void 0.000114
+particles free 0x557173488d30 void 0.000114
+particles free 0x557173488da0 void 0.000114
+particles free 0x557173488e10 void 0.000114
+particles free 0x557173488e80 void 0.000113
+particles free 0x557173488ef0 void 0.000114
+particles free 0x557173488f60 void 0.000115
+particles free 0x557173488fd0 void 0.000114
+particles free 0x557173489040 void 0.000113
+particles free 0x5571734890b0 void 0.000115
+particles free 0x557173489120 void 0.000114
+particles free 0x557173489190 void 0.000116
+particles free 0x557173489200 void 0.000115
+particles free 0x557173489270 void 0.000114
+particles free 0x5571734892e0 void 0.000114
+particles free 0x557173489350 void 0.000114
+particles free 0x5571734893c0 void 0.000114
+particles free 0x557173489430 void 0.000114
+particles free 0x5571734894a0 void 0.000113
+particles free 0x557173489510 void 0.000113
+particles free 0x557173489580 void 0.000114
+particles free 0x5571734895f0 void 0.000114
+particles free 0x557173489660 void 0.000114
+particles free 0x5571734896d0 void 0.000113
+particles free 0x557173489740 void 0.000114
+particles free 0x5571734897b0 void 0.000114
+particles free 0x557173489820 void 0.000118
+particles free 0x557173489890 void 0.000138
+particles free 0x557173489900 void 0.000115
+particles free 0x557173489970 void 0.000115
+particles free 0x5571734899e0 void 0.000114
+particles free 0x557173489a50 void 0.000114
+particles free 0x557173489ac0 void 0.000116
+particles free 0x557173489b30 void 0.000115
+particles free 0x557173489ba0 void 0.000115
+particles free 0x557173489c10 void 0.000114
+particles free 0x557173489c80 void 0.000113
+particles free 0x557173489cf0 void 0.000113
+particles free 0x557173489d60 void 0.000131
+particles free 0x557173489dd0 void 0.000115
+particles free 0x557173489e40 void 0.000114
+particles free 0x557173489eb0 void 0.000114
+particles free 0x557173489f20 void 0.000114
+particles free 0x557173489f90 void 0.000114
+particles free 0x55717348a000 void 0.000115
+particles free 0x55717348a070 void 0.000114
+particles free 0x55717348a0e0 void 0.000115
+particles free 0x55717348a150 void 0.000114
+particles free 0x55717348a1c0 void 0.000114
+particles free 0x55717348a230 void 0.000114
+particles free 0x55717348a2a0 void 0.000120
+particles free 0x55717348a310 void 0.000115
+particles free 0x55717348a380 void 0.000115
+particles free 0x55717348a3f0 void 0.000113
+particles free 0x55717348a460 void 0.000172
+particles free 0x55717348a4d0 void 0.000116
+particles free 0x55717348a540 void 0.000119
+particles free 0x55717348a5b0 void 0.000115
+particles free 0x55717348a620 void 0.000115
+particles free 0x55717348a690 void 0.000115
+particles free 0x55717348a700 void 0.000114
+particles free 0x55717348a770 void 0.000115
+particles free 0x55717348a7e0 void 0.000114
+particles free 0x55717348a850 void 0.000115
+particles free 0x55717348a8c0 void 0.000114
+particles free 0x55717348a930 void 0.000115
+particles free 0x55717348a9a0 void 0.000126
+particles free 0x55717348aa10 void 0.000115
+particles free 0x55717348aa80 void 0.000114
+particles free 0x55717348aaf0 void 0.000114
+particles free 0x55717348ab60 void 0.000114
+particles free 0x55717348abd0 void 0.000113
+particles free 0x55717348ac40 void 0.000114
+particles free 0x55717348acb0 void 0.000114
+particles free 0x55717348ad20 void 0.000115
+particles free 0x55717348ad90 void 0.000114
+particles free 0x55717348ae00 void 0.000114
+particles free 0x55717348ae70 void 0.000116
+particles free 0x55717348aee0 void 0.000114
+particles free 0x55717348af50 void 0.000113
+particles free 0x55717348afc0 void 0.000113
+particles free 0x55717348b030 void 0.000140
+particles free 0x55717348b0a0 void 0.000119
+particles free 0x55717348b110 void 0.000119
+particles free 0x55717348b180 void 0.000115
+particles free 0x55717348b1f0 void 0.000113
+particles free 0x55717348b260 void 0.000113
+particles free 0x55717348b2d0 void 0.000113
+particles free 0x55717348b340 void 0.000112
+particles free 0x55717348b3b0 void 0.000117
+particles free 0x55717348b420 void 0.000113
+particles free 0x55717348b490 void 0.000115
+particles free 0x55717348b500 void 0.000119
+particles free 0x55717348b570 void 0.000123
+particles free 0x55717348b5e0 void 0.000124
+particles free 0x55717348b650 void 0.000120
+particles free 0x55717348b6c0 void 0.000118
+particles free 0x55717348b730 void 0.000125
+particles free 0x55717348b7a0 void 0.000124
+particles free 0x55717348b810 void 0.000120
+particles free 0x55717348b880 void 0.000118
+particles free 0x55717348b8f0 void 0.000123
+particles free 0x55717348b960 void 0.000125
+particles free 0x55717348b9d0 void 0.000140
+particles free 0x55717348ba40 void 0.000125
+particles free 0x55717348bab0 void 0.000128
+particles free 0x55717348bb20 void 0.000124
+particles free 0x55717348bb90 void 0.000124
+particles free 0x55717348bc00 void 0.000125
+particles free 0x55717348bc70 void 0.000125
+particles free 0x55717348bce0 void 0.000125
+particles free 0x55717348bd50 void 0.000124
+particles free 0x55717348bdc0 void 0.000121
+particles free 0x55717348be30 void 0.000119
+particles free 0x55717348bea0 void 0.000126
+particles free 0x55717348bf10 void 0.000124
+particles free 0x55717348bf80 void 0.000124
+particles free 0x55717348bff0 void 0.000120
+particles free 0x55717348c060 void 0.000115
+particles free 0x55717348c0d0 void 0.000128
+particles free 0x55717348c140 void 0.000128
+particles free 0x55717348c1b0 void 0.000130
+particles free 0x55717348c220 void 0.000126
+particles free 0x55717348c290 void 0.000120
+particles free 0x55717348c300 void 0.000121
+particles free 0x55717348c370 void 0.000121
+particles free 0x55717348c3e0 void 0.000231
+particles free 0x55717348c450 void 0.000169
+particles free 0x55717348c4c0 void 0.000131
+particles free 0x55717348c530 void 0.000126
+particles free 0x55717348c5a0 void 0.000120
+particles free 0x55717348c610 void 0.000126
+particles free 0x55717348c680 void 0.000125
+particles free 0x55717348c6f0 void 0.000125
+particles free 0x55717348c760 void 0.000131
+particles free 0x55717348c7d0 void 0.000129
+particles free 0x55717348c840 void 0.000126
+particles free 0x55717348c8b0 void 0.000126
+particles free 0x55717348c920 void 0.000132
+particles free 0x55717348c990 void 0.000131
+particles free 0x55717348ca00 void 0.000131
+particles free 0x55717348ca70 void 0.000131
+particles free 0x55717348cae0 void 0.000125
+particles free 0x55717348cb50 void 0.000125
+particles free 0x55717348cbc0 void 0.000131
+particles free 0x55717348cc30 void 0.000129
+particles free 0x55717348cca0 void 0.000125
+particles free 0x55717348cd10 void 0.000122
+particles free 0x55717348cd80 void 0.000137
+particles free 0x55717348cdf0 void 0.000131
+particles free 0x55717348ce60 void 0.000140
+particles free 0x55717348ced0 void 0.000125
+particles free 0x55717348cf40 void 0.000124
+particles free 0x55717348cfb0 void 0.000130
+particles free 0x55717348d020 void 0.000130
+particles free 0x55717348d090 void 0.000126
+particles free 0x55717348d100 void 0.000123
+particles free 0x55717348d170 void 0.000129
+particles free 0x55717348d1e0 void 0.000130
+particles free 0x55717348d250 void 0.000125
+particles free 0x55717348d2c0 void 0.000126
+particles free 0x55717348d330 void 0.000147
+particles free 0x55717348d3a0 void 0.000131
+particles free 0x55717348d410 void 0.000131
+particles free 0x55717346f460 void 0.000130
+particles free 0x55717346f4d0 void 0.000140
+particles free 0x55717346f540 void 0.000131
+particles free 0x55717346f5b0 void 0.000129
+particles free 0x55717346f620 void 0.000125
+particles free 0x55717346f690 void 0.000121
+particles free 0x55717346f700 void 0.000124
+particles free 0x55717346f770 void 0.000130
+particles free 0x55717346f7e0 void 0.000130
+particles free 0x55717346f850 void 0.000125
+particles free 0x55717346f8c0 void 0.000149
+particles free 0x55717346f930 void 0.000157
+particles free 0x55717346f9a0 void 0.000148
+particles free 0x55717346fa10 void 0.000142
+particles free 0x55717346fa80 void 0.000139
+particles free 0x55717346faf0 void 0.000138
+particles free 0x55717346fb60 void 0.000138
+particles free 0x55717346fbd0 void 0.000136
+particles free 0x55717346fc40 void 0.000135
+particles free 0x55717346fcb0 void 0.000135
+particles free 0x55717346fd20 void 0.000136
+particles free 0x55717346fd90 void 0.000135
+particles free 0x55717346fe00 void 0.000136
+particles free 0x55717346fe70 void 0.000136
+particles free 0x55717346fee0 void 0.000136
+particles free 0x55717346ff50 void 0.000136
+particles free 0x55717346ffc0 void 0.000136
+particles free 0x557173470030 void 0.000136
+particles free 0x5571734700a0 void 0.000136
+particles free 0x557173470110 void 0.000137
+particles free 0x557173470180 void 0.000135
+particles free 0x5571734701f0 void 0.000136
+particles free 0x557173470260 void 0.000148
+particles free 0x5571734702d0 void 0.000212
+particles free 0x557173470340 void 0.000157
+particles free 0x5571734703b0 void 0.000138
+particles free 0x557173470420 void 0.000137
+particles free 0x557173470490 void 0.000136
+particles free 0x557173470500 void 0.000138
+particles free 0x557173470570 void 0.000135
+particles free 0x5571734705e0 void 0.000137
+particles free 0x557173470650 void 0.000137
+particles free 0x5571734706c0 void 0.000135
+particles free 0x557173470730 void 0.000136
+particles free 0x5571734707a0 void 0.000136
+particles free 0x557173470810 void 0.000136
+particles free 0x557173470880 void 0.000137
+particles free 0x5571734708f0 void 0.000136
+particles free 0x557173470960 void 0.000136
+particles free 0x5571734709d0 void 0.000135
+particles free 0x557173470a40 void 0.000135
+particles free 0x557173470ab0 void 0.000136
+particles free 0x557173470b20 void 0.000136
+particles free 0x557173470b90 void 0.000136
+particles free 0x557173470c00 void 0.000146
+particles free 0x557173470c70 void 0.000138
+particles free 0x557173470ce0 void 0.000136
+particles free 0x557173470d50 void 0.000135
+particles free 0x557173470dc0 void 0.000136
+particles free 0x557173470e30 void 0.000136
+particles free 0x557173470ea0 void 0.000135
+particles free 0x557173470f10 void 0.000137
+particles free 0x557173470f80 void 0.000135
+particles free 0x557173470ff0 void 0.000137
+particles free 0x557173471060 void 0.000153
+particles free 0x5571734710d0 void 0.000153
+particles free 0x557173471140 void 0.000152
+particles free 0x5571734711b0 void 0.000152
+particles free 0x557173471220 void 0.000153
+particles free 0x557173471290 void 0.000159
+particles free 0x557173471300 void 0.000130
+particles free 0x557173471370 void 0.000129
+particles free 0x5571734713e0 void 0.000129
+particles free 0x557173471450 void 0.000129
+particles free 0x5571734714c0 void 0.000130
+particles free 0x557173471530 void 0.000130
+particles free 0x5571734715a0 void 0.000140
+particles free 0x557173471610 void 0.000129
+particles free 0x557173471680 void 0.000130
+particles free 0x5571734716f0 void 0.000129
+particles free 0x557173471760 void 0.000130
+particles free 0x5571734717d0 void 0.000129
+particles free 0x557173471840 void 0.000129
+particles free 0x5571734718b0 void 0.000131
+particles free 0x557173471920 void 0.000131
+particles free 0x557173471990 void 0.000129
+particles free 0x557173471a00 void 0.000130
+particles free 0x557173471a70 void 0.000129
+particles free 0x557173471ae0 void 0.000130
+particles free 0x557173471b50 void 0.000130
+particles free 0x557173471bc0 void 0.000128
+particles free 0x557173471c30 void 0.000128
+particles free 0x557173471ca0 void 0.000128
+particles free 0x557173471d10 void 0.000129
+particles free 0x557173471d80 void 0.000131
+particles free 0x557173471df0 void 0.000130
+particles free 0x557173471e60 void 0.000128
+particles free 0x557173471ed0 void 0.000129
+particles free 0x557173471f40 void 0.000130
+particles free 0x557173471fb0 void 0.000130
+particles free 0x557173472020 void 0.000139
+particles free 0x557173472090 void 0.000129
+particles free 0x557173472100 void 0.000130
+particles free 0x557173472170 void 0.000129
+particles free 0x5571734721e0 void 0.000129
+particles free 0x557173472250 void 0.000130
+particles free 0x5571734722c0 void 0.000129
+particles free 0x557173472330 void 0.000132
+particles free 0x5571734723a0 void 0.000130
+particles free 0x557173472410 void 0.000129
+particles free 0x557173472480 void 0.000129
+particles free 0x5571734724f0 void 0.000132
+particles free 0x557173472560 void 0.000130
+particles free 0x5571734725d0 void 0.000129
+particles free 0x557173472640 void 0.000130
+particles free 0x5571734726b0 void 0.000129
+particles free 0x557173472720 void 0.000128
+particles free 0x557173472790 void 0.000129
+particles free 0x557173472800 void 0.000130
+particles free 0x557173472870 void 0.000129
+particles free 0x5571734728e0 void 0.000130
+particles free 0x557173472950 void 0.000131
+particles free 0x5571734729c0 void 0.000132
+particles free 0x557173472a30 void 0.000161
+particles free 0x557173472aa0 void 0.000133
+particles free 0x557173472b10 void 0.000129
+particles free 0x557173472b80 void 0.000129
+particles free 0x557173472bf0 void 0.000127
+particles free 0x557173472c60 void 0.000130
+particles free 0x557173472cd0 void 0.000129
+particles free 0x557173472d40 void 0.000132
+particles free 0x557173472db0 void 0.000129
+particles free 0x557173472e20 void 0.000129
+particles free 0x557173472e90 void 0.000129
+particles free 0x557173472f00 void 0.000130
+particles free 0x557173472f70 void 0.000129
+particles free 0x557173472fe0 void 0.000130
+particles free 0x557173473050 void 0.000129
+particles free 0x5571734730c0 void 0.000130
+particles free 0x557173473130 void 0.000130
+particles free 0x5571734731a0 void 0.000130
+particles free 0x557173473210 void 0.000130
+particles free 0x557173473280 void 0.000129
+particles free 0x5571734732f0 void 0.000130
+particles free 0x557173473360 void 0.000129
+particles free 0x5571734733d0 void 0.000130
+particles free 0x557173495490 void 0.000129
+particles free 0x557173495500 void 0.000137
+particles free 0x557173495570 void 0.000129
+particles free 0x5571734955e0 void 0.000129
+particles free 0x557173495650 void 0.000128
+particles free 0x5571734956c0 void 0.000129
+particles free 0x557173495730 void 0.000129
+particles free 0x5571734957a0 void 0.000130
+particles free 0x557173495810 void 0.000129
+particles free 0x557173495880 void 0.000130
+particles free 0x5571734958f0 void 0.000129
+particles free 0x557173495960 void 0.000129
+particles free 0x5571734959d0 void 0.000131
+particles free 0x557173495a40 void 0.000129
+particles free 0x557173495ab0 void 0.000130
+particles free 0x557173495b20 void 0.000129
+particles free 0x557173495b90 void 0.000129
+particles free 0x557173495c00 void 0.000128
+particles free 0x557173495c70 void 0.000129
+particles free 0x557173495ce0 void 0.000131
+particles free 0x557173495d50 void 0.000129
+particles free 0x557173495dc0 void 0.000130
+particles free 0x557173495e30 void 0.000129
+particles free 0x557173495ea0 void 0.000130
+particles free 0x557173495f10 void 0.000134
+particles free 0x557173495f80 void 0.000131
+particles free 0x557173495ff0 void 0.000130
+particles free 0x557173496060 void 0.000130
+particles free 0x5571734960d0 void 0.000130
+particles free 0x557173496140 void 0.000129
+particles free 0x5571734961b0 void 0.000130
+particles free 0x557173496220 void 0.000129
+particles free 0x557173496290 void 0.000129
+particles free 0x557173496300 void 0.000129
+particles free 0x557173496370 void 0.000130
+particles free 0x5571734963e0 void 0.000129
+particles free 0x557173496450 void 0.000129
+particles free 0x5571734964c0 void 0.000130
+particles free 0x557173496530 void 0.000128
+particles free 0x5571734965a0 void 0.000129
+particles free 0x557173496610 void 0.000130
+particles free 0x557173496680 void 0.000128
+particles free 0x5571734966f0 void 0.000128
+particles free 0x557173496760 void 0.000130
+particles free 0x5571734967d0 void 0.000129
+particles free 0x557173496840 void 0.000128
+particles free 0x5571734968b0 void 0.000134
+particles free 0x557173496920 void 0.000130
+particles free 0x557173496990 void 0.000137
+particles free 0x557173496a00 void 0.000129
+particles free 0x557173496a70 void 0.000128
+particles free 0x557173496ae0 void 0.000129
+particles free 0x557173496b50 void 0.000130
+particles free 0x557173496bc0 void 0.000129
+particles free 0x557173496c30 void 0.000130
+particles free 0x557173496ca0 void 0.000129
+particles free 0x557173496d10 void 0.000130
+particles free 0x557173496d80 void 0.000129
+particles free 0x557173496df0 void 0.000130
+particles free 0x557173496e60 void 0.000129
+particles free 0x557173496ed0 void 0.000129
+particles free 0x557173496f40 void 0.000129
+particles free 0x557173496fb0 void 0.000130
+particles free 0x557173497020 void 0.000130
+particles free 0x557173497090 void 0.000129
+particles free 0x557173497100 void 0.000130
+particles free 0x557173497170 void 0.000129
+particles free 0x5571734971e0 void 0.000130
+particles free 0x557173497250 void 0.000130
+particles free 0x5571734972c0 void 0.000129
+particles free 0x557173497330 void 0.000130
+particles free 0x5571734973a0 void 0.000129
+particles free 0x557173497410 void 0.000132
+particles free 0x557173497480 void 0.000129
+particles free 0x5571734974f0 void 0.000130
+particles free 0x557173497560 void 0.000129
+particles free 0x5571734975d0 void 0.000128
+particles free 0x557173497640 void 0.000129
+particles free 0x5571734976b0 void 0.000127
+particles free 0x557173497720 void 0.000129
+particles free 0x557173497790 void 0.000129
+particles free 0x557173497800 void 0.000129
+particles free 0x557173497870 void 0.000130
+particles free 0x5571734978e0 void 0.000130
+particles free 0x557173497950 void 0.000130
+particles free 0x5571734979c0 void 0.000129
+particles free 0x557173497a30 void 0.000129
+particles free 0x557173497aa0 void 0.000128
+particles free 0x557173497b10 void 0.000130
+particles free 0x557173497b80 void 0.000132
+particles free 0x557173497bf0 void 0.000129
+particles free 0x557173497c60 void 0.000129
+particles free 0x557173497cd0 void 0.000129
+particles free 0x557173497d40 void 0.000130
+particles free 0x557173497db0 void 0.000129
+particles free 0x557173497e20 void 0.000181
+particles free 0x557173497e90 void 0.000132
+particles free 0x557173497f00 void 0.000130
+particles free 0x557173497f70 void 0.000129
+particles free 0x557173497fe0 void 0.000129
+particles free 0x557173498050 void 0.000128
+particles free 0x5571734980c0 void 0.000128
+particles free 0x557173498130 void 0.000128
+particles free 0x5571734981a0 void 0.000129
+particles free 0x557173498210 void 0.000128
+particles free 0x557173498280 void 0.000130
+particles free 0x5571734982f0 void 0.000128
+particles free 0x557173498360 void 0.000128
+particles free 0x5571734983d0 void 0.000130
+particles free 0x557173498440 void 0.000129
+particles free 0x5571734984b0 void 0.000130
+particles free 0x557173498520 void 0.000129
+particles free 0x557173498590 void 0.000129
+particles free 0x557173498600 void 0.000129
+particles free 0x557173498670 void 0.000130
+particles free 0x5571734986e0 void 0.000130
+particles free 0x557173498750 void 0.000130
+particles free 0x5571734987c0 void 0.000129
+particles free 0x557173498830 void 0.000129
+particles free 0x5571734988a0 void 0.000201
+particles free 0x557173498910 void 0.000130
+particles free 0x557173498980 void 0.000130
+particles free 0x5571734989f0 void 0.000128
+particles free 0x557173498a60 void 0.000129
+particles free 0x557173498ad0 void 0.000129
+particles free 0x557173498b40 void 0.000129
+particles free 0x557173498bb0 void 0.000131
+particles free 0x557173498c20 void 0.000129
+particles free 0x557173498c90 void 0.000128
+particles free 0x557173498d00 void 0.000129
+particles free 0x557173498d70 void 0.000129
+particles free 0x557173498de0 void 0.000128
+particles free 0x557173498e50 void 0.000129
+particles free 0x557173498ec0 void 0.000129
+particles free 0x557173498f30 void 0.000130
+particles free 0x557173498fa0 void 0.000129
+particles free 0x557173499010 void 0.000129
+particles free 0x557173499080 void 0.000129
+particles free 0x5571734990f0 void 0.000130
+particles free 0x557173499160 void 0.000128
+particles free 0x5571734991d0 void 0.000130
+particles free 0x557173499240 void 0.000129
+particles free 0x5571734992b0 void 0.000136
+particles free 0x557173499320 void 0.000131
+particles free 0x557173499390 void 0.000132
+particles free 0x557173499400 void 0.000130
+particles free 0x557173499470 void 0.000130
+particles free 0x5571734994e0 void 0.000130
+particles free 0x557173499550 void 0.000130
+particles free 0x5571734995c0 void 0.000131
+particles free 0x557173499630 void 0.000130
+particles free 0x5571734996a0 void 0.000131
+particles free 0x557173499710 void 0.000129
+particles free 0x557173499780 void 0.000130
+particles free 0x5571734997f0 void 0.000130
+particles free 0x557173499860 void 0.000130
+particles free 0x5571734998d0 void 0.000132
+particles free 0x557173499940 void 0.000132
+particles free 0x5571734999b0 void 0.000131
+particles free 0x557173499a20 void 0.000130
+particles free 0x557173499a90 void 0.000129
+particles free 0x557173499b00 void 0.000129
+particles free 0x557173499b70 void 0.000130
+particles free 0x557173499be0 void 0.000132
+particles free 0x557173499c50 void 0.000130
+particles free 0x557173499cc0 void 0.000141
+particles free 0x557173499d30 void 0.000129
+particles free 0x557173499da0 void 0.000128
+particles free 0x557173499e10 void 0.000129
+particles free 0x557173499e80 void 0.000135
+particles free 0x557173499ef0 void 0.000129
+particles free 0x557173499f60 void 0.000129
+particles free 0x557173499fd0 void 0.000128
+particles free 0x55717349a040 void 0.000129
+particles free 0x55717349a0b0 void 0.000128
+particles free 0x55717349a120 void 0.000131
+particles free 0x55717349a190 void 0.000128
+particles free 0x55717349a200 void 0.000129
+particles free 0x55717349a270 void 0.000128
+particles free 0x55717349a2e0 void 0.000129
+particles free 0x55717349a350 void 0.000129
+particles free 0x55717349a3c0 void 0.000129
+particles free 0x55717349a430 void 0.000128
+particles free 0x55717349a4a0 void 0.000128
+particles free 0x55717349a510 void 0.000128
+particles free 0x55717349a580 void 0.000129
+particles free 0x55717349a5f0 void 0.000129
+particles free 0x55717349a660 void 0.000129
+particles free 0x55717349a6d0 void 0.000130
+particles free 0x55717349a740 void 0.000139
+particles free 0x55717349a7b0 void 0.000131
+particles free 0x55717349a820 void 0.000130
+particles free 0x55717349a890 void 0.000130
+particles free 0x55717349a900 void 0.000131
+particles free 0x55717349a970 void 0.000131
+particles free 0x55717349a9e0 void 0.000130
+particles free 0x55717349aa50 void 0.000131
+particles free 0x55717349aac0 void 0.000130
+particles free 0x55717349ab30 void 0.000130
+particles free 0x55717349aba0 void 0.000131
+particles free 0x55717349ac10 void 0.000131
+particles free 0x55717349ac80 void 0.000133
+particles free 0x55717349acf0 void 0.000131
+particles free 0x55717349ad60 void 0.000131
+particles free 0x55717349add0 void 0.000130
+particles free 0x55717349ae40 void 0.000132
+particles free 0x55717349aeb0 void 0.000132
+particles free 0x55717349af20 void 0.000130
+particles free 0x55717349af90 void 0.000130
+particles free 0x55717349b000 void 0.000129
+particles free 0x55717349b070 void 0.000130
+particles free 0x55717349b0e0 void 0.000131
+particles free 0x55717349b150 void 0.000197
+particles free 0x55717349b1c0 void 0.000132
+particles free 0x55717349b230 void 0.000131
+particles free 0x55717349b2a0 void 0.000131
+particles free 0x55717349b310 void 0.000130
+particles free 0x55717349b380 void 0.000130
+particles free 0x55717349b3f0 void 0.000132
+particles free 0x55717349b460 void 0.000130
+particles free 0x55717349b4d0 void 0.000130
+particles free 0x55717349b540 void 0.000129
+particles free 0x55717349b5b0 void 0.000130
+particles free 0x55717349b620 void 0.000130
+particles free 0x55717349b690 void 0.000132
+particles free 0x55717349b700 void 0.000131
+particles free 0x55717349b770 void 0.000131
+particles free 0x55717349b7e0 void 0.000131
+particles free 0x55717349b850 void 0.000131
+particles free 0x55717349b8c0 void 0.000131
+particles free 0x55717349b930 void 0.000134
+particles free 0x55717349b9a0 void 0.000131
+particles free 0x55717349ba10 void 0.000130
+particles free 0x55717349ba80 void 0.000130
+particles free 0x55717349baf0 void 0.000130
+particles free 0x55717349bb60 void 0.000141
+particles free 0x55717349bbd0 void 0.000131
+particles free 0x55717349bc40 void 0.000130
+particles free 0x55717349bcb0 void 0.000130
+particles free 0x55717349bd20 void 0.000129
+particles free 0x55717349bd90 void 0.000129
+particles free 0x55717349be00 void 0.000130
+particles free 0x55717349be70 void 0.000131
+particles free 0x55717349bee0 void 0.000128
+particles free 0x55717349bf50 void 0.000129
+particles free 0x55717349bfc0 void 0.000128
+particles free 0x55717349c030 void 0.000129
+particles free 0x55717349c0a0 void 0.000130
+particles free 0x55717349c110 void 0.000129
+particles free 0x55717349c180 void 0.000128
+particles free 0x55717349c1f0 void 0.000128
+particles free 0x55717349c260 void 0.000129
+particles free 0x55717349c2d0 void 0.000129
+particles free 0x55717349c340 void 0.000129
+particles free 0x55717349c3b0 void 0.000129
+particles free 0x55717349c420 void 0.000130
+particles free 0x55717349c490 void 0.000130
+particles free 0x55717349c500 void 0.000128
+particles free 0x55717349c570 void 0.000128
+particles free 0x55717349c5e0 void 0.000138
+particles free 0x55717349c650 void 0.000132
+particles free 0x55717349c6c0 void 0.000131
+particles free 0x55717349c730 void 0.000130
+particles free 0x55717349c7a0 void 0.000130
+particles free 0x55717349c810 void 0.000131
+particles free 0x55717349c880 void 0.000131
+particles free 0x55717349c8f0 void 0.000131
+particles free 0x55717349c960 void 0.000130
+particles free 0x55717349c9d0 void 0.000130
+particles free 0x55717349ca40 void 0.000131
+particles free 0x55717349cab0 void 0.000130
+particles free 0x55717349cb20 void 0.000131
+particles free 0x55717349cb90 void 0.000131
+particles free 0x55717349cc00 void 0.000131
+particles free 0x55717349cc70 void 0.000131
+particles free 0x55717349cce0 void 0.000130
+particles free 0x55717349cd50 void 0.000131
+particles free 0x55717349cdc0 void 0.000131
+particles free 0x55717349ce30 void 0.000130
+particles free 0x55717349cea0 void 0.000130
+particles free 0x55717349cf10 void 0.000130
+particles free 0x55717349cf80 void 0.000130
+particles free 0x55717349cff0 void 0.000191
+particles free 0x55717349d060 void 0.000131
+particles free 0x55717349d0d0 void 0.000130
+particles free 0x55717349d140 void 0.000132
+particles free 0x55717349d1b0 void 0.000131
+particles free 0x55717349d220 void 0.000131
+particles free 0x55717349d290 void 0.000130
+particles free 0x55717349d300 void 0.000131
+particles free 0x55717349d370 void 0.000131
+particles free 0x55717349d3e0 void 0.000133
+particles free 0x55717349d450 void 0.000132
+particles free 0x55717349d4c0 void 0.000131
+particles free 0x55717349d530 void 0.000131
+particles free 0x55717349d5a0 void 0.000131
+particles free 0x55717349d610 void 0.000130
+particles free 0x55717349d680 void 0.000130
+particles free 0x55717349d6f0 void 0.000131
+particles free 0x55717349d760 void 0.000131
+particles free 0x55717349d7d0 void 0.000131
+particles free 0x55717349d840 void 0.000131
+particles free 0x55717349d8b0 void 0.000131
+particles free 0x55717349d920 void 0.000132
+particles free 0x55717349d990 void 0.000131
+particles free 0x5571735a97f0 void 0.000138
+particles free 0x5571735a8e10 void 0.000130
+particles free 0x5571735a9330 void 0.000130
+particles free 0x5571735a8740 void 0.000130
+particles free 0x5571734f5f70 void 0.000128
+particles free 0x557173584880 void 0.000131
+particles free 0x5571735a19d0 void 0.000129
+particles free 0x5571735a1a40 void 0.000128
+particles free 0x5571735a4300 void 0.000129
+particles free 0x5571735a4370 void 0.000128
+particles free 0x5571735a7090 void 0.000128
+particles free 0x5571735a7100 void 0.000129
+particles free 0x557173586730 void 0.000129
+particles free 0x5571735867a0 void 0.000128
+particles free 0x5571735a4820 void 0.000131
+particles free 0x5571735a4890 void 0.000128
+particles free 0x5571735a4f60 void 0.000128
+particles free 0x5571735a4fd0 void 0.000130
+particles free 0x5571735adfc0 void 0.000130
+particles free 0x5571735ae030 void 0.000129
+particles free 0x5571735ae0a0 void 0.000129
+particles free 0x5571735ae110 void 0.000129
+particles free 0x5571735ae180 void 0.000128
+particles free 0x5571735ae1f0 void 0.000129
+particles free 0x5571735ae260 void 0.000140
+particles free 0x5571735ae2d0 void 0.000129
+particles free 0x5571735ae340 void 0.000131
+particles free 0x5571735ae3b0 void 0.000131
+particles free 0x5571735ae420 void 0.000130
+particles free 0x5571735ae490 void 0.000130
+particles free 0x5571735a61b0 void 0.000130
+particles free 0x5571735a6220 void 0.000131
+particles free 0x5571735a6290 void 0.000131
+particles free 0x5571735a6300 void 0.000131
+particles free 0x5571735a6370 void 0.000130
+particles free 0x5571735a63e0 void 0.000131
+particles free 0x5571735a6450 void 0.000130
+particles free 0x5571735a64c0 void 0.000131
+particles free 0x5571735a6530 void 0.000131
+particles free 0x5571735a65a0 void 0.000131
+particles free 0x5571735a6610 void 0.000131
+particles free 0x5571735a6680 void 0.000132
+particles free 0x5571735a66f0 void 0.000131
+particles free 0x5571735a6760 void 0.000131
+particles free 0x5571735a6840 void 0.000130
+particles free 0x5571735a68b0 void 0.000131
+particles free 0x5571735a6920 void 0.000130
+particles free 0x5571735a6990 void 0.000169
+particles free 0x5571735a6a00 void 0.000134
+particles free 0x5571735a6a70 void 0.000130
+particles free 0x5571735a6ae0 void 0.000130
+particles free 0x5571735a6b50 void 0.000130
+particles free 0x5571735a6bc0 void 0.000129
+particles free 0x5571735a6c30 void 0.000129
+particles free 0x5571735a6ca0 void 0.000129
+particles free 0x5571735a6d10 void 0.000143
+particles free 0x5571735a6d80 void 0.000132
+particles free 0x5571735a6df0 void 0.000131
+particles free 0x5571735a6e60 void 0.000130
+particles free 0x5571735a2ff0 void 0.000132
+particles free 0x5571735a3060 void 0.000131
+particles free 0x5571735a30d0 void 0.000131
+particles free 0x5571735a3140 void 0.000131
+particles free 0x5571735a31b0 void 0.000130
+particles free 0x5571735a3220 void 0.000130
+particles free 0x5571735a3290 void 0.000130
+particles free 0x5571735a3300 void 0.000133
+particles free 0x5571735a3370 void 0.000132
+particles free 0x5571735a33e0 void 0.000130
+particles free 0x5571735a3450 void 0.000130
+particles free 0x5571735a34c0 void 0.000130
+particles free 0x5571735a3530 void 0.000130
+particles free 0x5571735a35a0 void 0.000130
+particles free 0x5571735a3610 void 0.000129
+particles free 0x5571735a3680 void 0.000128
+particles free 0x5571735a36f0 void 0.000129
+particles free 0x5571735a3760 void 0.000129
+particles free 0x5571735a37d0 void 0.000128
+particles free 0x5571735a3840 void 0.000131
+particles free 0x5571735a38b0 void 0.000130
+particles free 0x5571735a3920 void 0.000128
+particles free 0x5571735a3990 void 0.000129
+particles free 0x5571735a3a00 void 0.000128
+particles free 0x5571735a3a70 void 0.000129
+particles free 0x5571735a3ae0 void 0.000129
+particles free 0x5571735a3b50 void 0.000129
+particles free 0x5571735a3bc0 void 0.000129
+particles free 0x5571735a3c30 void 0.000130
+particles free 0x5571735a3ca0 void 0.000129
+particles free 0x5571735a3d10 void 0.000128
+particles free 0x5571735a3d80 void 0.000129
+particles free 0x5571735a3df0 void 0.000131
+particles free 0x557173581d60 void 0.000129
+particles free 0x557173581dd0 void 0.000129
+particles free 0x557173581e40 void 0.000139
+particles free 0x557173581eb0 void 0.000130
+particles free 0x557173581f20 void 0.000129
+particles free 0x557173581f90 void 0.000129
+particles free 0x557173582000 void 0.000129
+particles free 0x557173582070 void 0.000128
+particles free 0x5571735820e0 void 0.000130
+particles free 0x557173582150 void 0.000129
+particles free 0x5571735821c0 void 0.000129
+particles free 0x557173582230 void 0.000130
+particles free 0x5571735822a0 void 0.000130
+particles free 0x557173582310 void 0.000130
+particles free 0x557173582380 void 0.000128
+particles free 0x5571735823f0 void 0.000130
+particles free 0x557173582460 void 0.000129
+particles free 0x5571735824d0 void 0.000134
+particles free 0x557173582540 void 0.000130
+particles free 0x5571735825b0 void 0.000130
+particles free 0x557173582620 void 0.000128
+particles free 0x557173582690 void 0.000128
+particles free 0x557173582700 void 0.000129
+particles free 0x557173582770 void 0.000129
+particles free 0x5571735827e0 void 0.000129
+particles free 0x557173582850 void 0.000129
+particles free 0x5571735828c0 void 0.000134
+particles free 0x557173582930 void 0.000130
+particles free 0x5571735829a0 void 0.000128
+particles free 0x557173582a10 void 0.000129
+particles free 0x557173582a80 void 0.000129
+particles free 0x557173582af0 void 0.000128
+particles free 0x557173582b60 void 0.000130
+particles free 0x557173582bd0 void 0.000129
+particles free 0x5571735a73a0 void 0.000131
+particles free 0x5571735a7410 void 0.000128
+particles free 0x5571735a7480 void 0.000130
+particles free 0x5571735a74f0 void 0.000130
+particles free 0x5571735a7560 void 0.000128
+particles free 0x5571735a75d0 void 0.000128
+particles free 0x5571735a7640 void 0.000130
+particles free 0x5571735a76b0 void 0.000127
+particles free 0x5571735a7720 void 0.000129
+particles free 0x5571735a7790 void 0.000129
+particles free 0x5571735a7800 void 0.000129
+particles free 0x5571735a7870 void 0.000130
+particles free 0x5571735a78e0 void 0.000129
+particles free 0x5571735a7950 void 0.000130
+particles free 0x5571735a79c0 void 0.000130
+particles free 0x5571735a7a30 void 0.000140
+particles free 0x5571735a7aa0 void 0.000132
+particles free 0x5571735a7b10 void 0.000128
+particles free 0x5571735a7b80 void 0.000129
+particles free 0x5571735a7bf0 void 0.000129
+particles free 0x5571735a7c60 void 0.000129
+particles free 0x5571735a7cd0 void 0.000128
+particles free 0x5571735a7d40 void 0.000128
+particles free 0x5571735a7db0 void 0.000130
+particles free 0x5571735a7e20 void 0.000128
+particles free 0x5571735a7e90 void 0.000129
+particles free 0x5571735a7f00 void 0.000128
+particles free 0x5571735a7f70 void 0.000130
+particles free 0x5571735a7fe0 void 0.000129
+particles free 0x5571735a8050 void 0.000130
+particles free 0x5571735a80c0 void 0.000129
+particles free 0x5571735a8130 void 0.000130
+particles free 0x5571735a81a0 void 0.000130
+particles free 0x5571735a8210 void 0.000131
+particles free 0x5571735a8280 void 0.000128
+particles free 0x5571735a82f0 void 0.000129
+particles free 0x55717359f2c0 void 0.000129
+particles free 0x55717359f330 void 0.000129
+particles free 0x55717359f3a0 void 0.000129
+particles free 0x55717359f410 void 0.000133
+particles free 0x55717359f480 void 0.000130
+particles free 0x55717359f4f0 void 0.000131
+particles free 0x55717359f560 void 0.000129
+particles free 0x55717359f5d0 void 0.000132
+particles free 0x55717359f640 void 0.000132
+particles free 0x55717359f6b0 void 0.000137
+particles free 0x55717359f720 void 0.000132
+particles free 0x55717359f790 void 0.000130
+particles free 0x55717359f800 void 0.000131
+particles free 0x55717359f870 void 0.000130
+particles free 0x55717359f8e0 void 0.000130
+particles free 0x55717359f950 void 0.000131
+particles free 0x55717359f9c0 void 0.000130
+particles free 0x55717359fa30 void 0.000131
+particles free 0x55717359faa0 void 0.000131
+particles free 0x55717359fb10 void 0.000130
+particles free 0x55717359fb80 void 0.000131
+particles free 0x55717359fbf0 void 0.000130
+particles free 0x55717359fc60 void 0.000130
+particles free 0x55717359fcd0 void 0.000130
+particles free 0x55717359fd40 void 0.000130
+particles free 0x55717359fdb0 void 0.000129
+particles free 0x55717359fe20 void 0.000178
+particles free 0x55717359fe90 void 0.000131
+particles free 0x55717359ff00 void 0.000164
+particles free 0x55717359ff70 void 0.000131
+particles free 0x55717359ffe0 void 0.000130
+particles free 0x5571735a0050 void 0.000130
+particles free 0x5571735a00c0 void 0.000130
+particles free 0x5571735a0130 void 0.000131
+particles free 0x5571735a01a0 void 0.000130
+particles free 0x5571735a0210 void 0.000130
+particles free 0x5571735a0280 void 0.000130
+particles free 0x5571735a02f0 void 0.000131
+particles free 0x5571735a0360 void 0.000131
+particles free 0x5571735a03d0 void 0.000131
+particles free 0x5571735a0440 void 0.000131
+particles free 0x5571735a04b0 void 0.000132
+particles free 0x5571735a0520 void 0.000130
+particles free 0x5571735a0590 void 0.000130
+particles free 0x5571735a0600 void 0.000131
+particles free 0x5571735a0670 void 0.000131
+particles free 0x5571735a06e0 void 0.000130
+particles free 0x5571735a0750 void 0.000131
+particles free 0x5571735a07c0 void 0.000131
+particles free 0x5571735a0830 void 0.000140
+particles free 0x5571735a08a0 void 0.000129
+particles free 0x5571735a0910 void 0.000129
+particles free 0x5571735a0980 void 0.000131
+particles free 0x5571735a9c10 void 0.000129
+particles free 0x5571735a9c80 void 0.000129
+particles free 0x5571735a9cf0 void 0.000129
+particles free 0x5571735a9d60 void 0.000129
+particles free 0x5571735a9dd0 void 0.000129
+particles free 0x5571735a9e40 void 0.000128
+particles free 0x5571735a9eb0 void 0.000129
+particles free 0x5571735a9f20 void 0.000129
+particles free 0x5571735a9f90 void 0.000129
+particles free 0x5571735aa000 void 0.000128
+particles free 0x5571735aa070 void 0.000128
+particles free 0x5571735aa0e0 void 0.000129
+particles free 0x5571735aa150 void 0.000127
+particles free 0x5571735aa1c0 void 0.000129
+particles free 0x5571735aa230 void 0.000130
+particles free 0x5571735aa2a0 void 0.000128
+particles free 0x5571735aa310 void 0.000129
+particles free 0x5571735aa380 void 0.000134
+particles free 0x5571735aa3f0 void 0.000129
+particles free 0x5571735aa460 void 0.000128
+particles free 0x5571735aa4d0 void 0.000131
+particles free 0x5571735aa540 void 0.000129
+particles free 0x5571735aa5b0 void 0.000129
+particles free 0x5571735aa620 void 0.000130
+particles free 0x5571735aa690 void 0.000131
+particles free 0x5571735aa700 void 0.000129
+particles free 0x5571735aa770 void 0.000129
+particles free 0x5571735aa7e0 void 0.000130
+particles free 0x5571735aa850 void 0.000129
+particles free 0x5571735aa8c0 void 0.000128
+particles free 0x5571735aa930 void 0.000129
+particles free 0x5571735aa9a0 void 0.000129
+particles free 0x5571735aaa10 void 0.000129
+particles free 0x5571735aaa80 void 0.000129
+particles free 0x5571735aaaf0 void 0.000129
+particles free 0x5571735aab60 void 0.000130
+particles free 0x5571735aabd0 void 0.000130
+particles free 0x5571735aac40 void 0.000129
+particles free 0x5571735aacb0 void 0.000130
+particles free 0x5571735aad20 void 0.000129
+particles free 0x5571735aad90 void 0.000127
+particles free 0x5571735aae00 void 0.000129
+particles free 0x5571735aae70 void 0.000129
+particles free 0x5571735aaee0 void 0.000138
+particles free 0x5571735aaf50 void 0.000132
+particles free 0x5571735aafc0 void 0.000132
+particles free 0x5571735ab030 void 0.000131
+particles free 0x5571735ab0a0 void 0.000130
+particles free 0x5571735ab110 void 0.000131
+particles free 0x5571735ab180 void 0.000131
+particles free 0x5571735ab1f0 void 0.000129
+particles free 0x5571735ab260 void 0.000130
+particles free 0x5571735ab2d0 void 0.000130
+particles free 0x5571735ab340 void 0.000130
+particles free 0x5571735ab3b0 void 0.000131
+particles free 0x5571735ab420 void 0.000130
+particles free 0x5571735ab490 void 0.000130
+particles free 0x5571735ab500 void 0.000130
+particles free 0x5571735ab570 void 0.000130
+particles free 0x5571735ab5e0 void 0.000129
+particles free 0x5571735ab650 void 0.000132
+particles free 0x5571735ab6c0 void 0.000131
+particles free 0x5571735ab730 void 0.000131
+particles free 0x5571735ab7a0 void 0.000130
+particles free 0x5571735ab810 void 0.000130
+particles free 0x5571735ab880 void 0.000131
+particles free 0x5571735ab8f0 void 0.000131
+particles free 0x5571735ab960 void 0.000174
+particles free 0x5571735ab9d0 void 0.000131
+particles free 0x5571735aba40 void 0.000130
+particles free 0x5571735abab0 void 0.000131
+particles free 0x5571735abb20 void 0.000130
+particles free 0x5571735abb90 void 0.000131
+particles free 0x5571735abc00 void 0.000131
+particles free 0x5571735abc70 void 0.000131
+particles free 0x5571735abce0 void 0.000132
+particles free 0x5571735abd50 void 0.000131
+particles free 0x5571735abdc0 void 0.000131
+particles free 0x5571735abe30 void 0.000130
+particles free 0x5571735abea0 void 0.000133
+particles free 0x5571735abf10 void 0.000130
+particles free 0x5571735abf80 void 0.000132
+particles free 0x5571735abff0 void 0.000131
+particles free 0x5571735ac060 void 0.000132
+particles free 0x5571735ac0d0 void 0.000131
+particles free 0x5571735ac140 void 0.000130
+particles free 0x5571735ac1b0 void 0.000130
+particles free 0x5571735ac220 void 0.000130
+particles free 0x5571735ac290 void 0.000130
+particles free 0x5571735ac300 void 0.000131
+particles free 0x5571735ac370 void 0.000139
+particles free 0x5571735ac3e0 void 0.000133
+particles free 0x5571735ac450 void 0.000129
+particles free 0x5571735ac4c0 void 0.000129
+particles free 0x5571735ac530 void 0.000130
+particles free 0x5571735ac5a0 void 0.000129
+particles free 0x5571735ac610 void 0.000130
+particles free 0x5571735ac680 void 0.000129
+particles free 0x5571735ac6f0 void 0.000128
+particles free 0x5571735ac760 void 0.000129
+particles free 0x5571735ac7d0 void 0.000128
+particles free 0x5571735ac840 void 0.000128
+particles free 0x5571735ac8b0 void 0.000130
+particles free 0x5571735ac920 void 0.000130
+particles free 0x5571735ac990 void 0.000129
+particles free 0x5571735aca00 void 0.000130
+particles free 0x5571735aca70 void 0.000129
+particles free 0x5571735acae0 void 0.000130
+particles free 0x5571735acb50 void 0.000129
+particles free 0x5571735acbc0 void 0.000129
+particles free 0x5571735acc30 void 0.000129
+particles free 0x5571735acca0 void 0.000130
+particles free 0x5571735acd10 void 0.000129
+particles free 0x5571735acd80 void 0.000130
+particles free 0x5571735acdf0 void 0.000132
+particles free 0x5571735ace60 void 0.000130
+particles free 0x5571735aced0 void 0.000130
+particles free 0x5571735acf40 void 0.000130
+particles free 0x5571735acfb0 void 0.000130
+particles free 0x5571735ad020 void 0.000129
+particles free 0x5571735ad090 void 0.000131
+particles free 0x5571735ad100 void 0.000130
+particles free 0x5571735ad170 void 0.000132
+particles free 0x5571735ad1e0 void 0.000131
+particles free 0x5571735ad250 void 0.000131
+particles free 0x5571735ad2c0 void 0.000131
+particles free 0x5571735ad330 void 0.000130
+particles free 0x5571735ad3a0 void 0.000130
+particles free 0x5571735ad410 void 0.000130
+particles free 0x5571735ad480 void 0.000129
+particles free 0x5571735ad4f0 void 0.000129
+particles free 0x5571735ad560 void 0.000131
+particles free 0x5571735ad5d0 void 0.000131
+particles free 0x5571735ad640 void 0.000131
+particles free 0x5571735ad6b0 void 0.000132
+particles free 0x5571735ad720 void 0.000130
+particles free 0x5571735ad790 void 0.000132
+particles free 0x5571735ad800 void 0.000186
+particles free 0x5571735ad870 void 0.000131
+particles free 0x5571735ad8e0 void 0.000130
+particles free 0x5571735ad950 void 0.000135
+particles free 0x5571735ad9c0 void 0.000131
+particles free 0x5571735ada30 void 0.000131
+particles free 0x5571735adaa0 void 0.000131
+particles free 0x55717348d480 void 0.000131
+particles free 0x55717348d4f0 void 0.000131
+particles free 0x55717348d560 void 0.000132
+particles free 0x55717348d5d0 void 0.000131
+particles free 0x55717348d640 void 0.000132
+particles free 0x55717348d6b0 void 0.000131
+particles free 0x55717348d720 void 0.000131
+particles free 0x55717348d790 void 0.000131
+particles free 0x55717348d800 void 0.000134
+particles free 0x55717348d870 void 0.000131
+particles free 0x55717348d8e0 void 0.000131
+particles free 0x55717348d950 void 0.000131
+particles free 0x55717348d9c0 void 0.000131
+particles free 0x55717348da30 void 0.000131
+particles free 0x55717348daa0 void 0.000131
+particles free 0x55717348db10 void 0.000132
+particles free 0x55717348db80 void 0.000139
+particles free 0x55717348dbf0 void 0.000130
+particles free 0x55717348dc60 void 0.000129
+particles free 0x55717348dcd0 void 0.000130
+particles free 0x55717348dd40 void 0.000129
+particles free 0x55717348ddb0 void 0.000129
+particles free 0x55717348de20 void 0.000128
+particles free 0x55717348de90 void 0.000129
+particles free 0x55717348df00 void 0.000129
+particles free 0x55717348df70 void 0.000130
+particles free 0x55717348dfe0 void 0.000128
+particles free 0x55717348e050 void 0.000130
+particles free 0x55717348e0c0 void 0.000129
+particles free 0x55717348e130 void 0.000129
+particles free 0x55717348e1a0 void 0.000129
+particles free 0x55717348e210 void 0.000129
+particles free 0x55717348e280 void 0.000129
+particles free 0x55717348e2f0 void 0.000129
+particles free 0x55717348e360 void 0.000129
+particles free 0x55717348e3d0 void 0.000128
+particles free 0x55717348e440 void 0.000128
+particles free 0x55717348e4b0 void 0.000130
+particles free 0x55717348e520 void 0.000130
+particles free 0x55717348e590 void 0.000130
+particles free 0x55717348e600 void 0.000132
+particles free 0x55717348e670 void 0.000131
+particles free 0x55717348e6e0 void 0.000130
+particles free 0x55717348e750 void 0.000130
+particles free 0x55717348e7c0 void 0.000130
+particles free 0x55717348e830 void 0.000131
+particles free 0x55717348e8a0 void 0.000131
+particles free 0x55717348e910 void 0.000130
+particles free 0x55717348e980 void 0.000130
+particles free 0x55717348e9f0 void 0.000131
+particles free 0x55717348ea60 void 0.000129
+particles free 0x55717348ead0 void 0.000131
+particles free 0x55717348eb40 void 0.000129
+particles free 0x55717348ebb0 void 0.000130
+particles free 0x55717348ec20 void 0.000131
+particles free 0x55717348ec90 void 0.000129
+particles free 0x55717348ed00 void 0.000129
+particles free 0x55717348ed70 void 0.000134
+particles free 0x55717348ede0 void 0.000130
+particles free 0x55717348ee50 void 0.000130
+particles free 0x55717348eec0 void 0.000129
+particles free 0x55717348ef30 void 0.000129
+particles free 0x55717348efa0 void 0.000130
+particles free 0x55717348f010 void 0.000177
+particles free 0x55717348f080 void 0.000133
+particles free 0x55717348f0f0 void 0.000130
+particles free 0x55717348f160 void 0.000131
+particles free 0x55717348f1d0 void 0.000131
+particles free 0x55717348f240 void 0.000131
+particles free 0x55717348f2b0 void 0.000131
+particles free 0x55717348f320 void 0.000130
+particles free 0x55717348f390 void 0.000130
+particles free 0x55717348f400 void 0.000131
+particles free 0x55717348f470 void 0.000130
+particles free 0x55717348f4e0 void 0.000130
+particles free 0x55717348f550 void 0.000131
+particles free 0x55717348f5c0 void 0.000131
+particles free 0x55717348f630 void 0.000130
+particles free 0x55717348f6a0 void 0.000131
+particles free 0x55717348f710 void 0.000130
+particles free 0x55717348f780 void 0.000131
+particles free 0x55717348f7f0 void 0.000130
+particles free 0x55717348f860 void 0.000131
+particles free 0x55717348f8d0 void 0.000131
+particles free 0x55717348f940 void 0.000130
+particles free 0x55717348f9b0 void 0.000130
+particles free 0x55717348fa20 void 0.000139
+particles free 0x55717348fa90 void 0.000131
+particles free 0x55717348fb00 void 0.000130
+particles free 0x55717348fb70 void 0.000129
+particles free 0x55717348fbe0 void 0.000128
+particles free 0x55717348fc50 void 0.000130
+particles free 0x55717348fcc0 void 0.000129
+particles free 0x55717348fd30 void 0.000129
+particles free 0x55717348fda0 void 0.000129
+particles free 0x55717348fe10 void 0.000129
+particles free 0x55717348fe80 void 0.000129
+particles free 0x55717348fef0 void 0.000128
+particles free 0x55717348ff60 void 0.000129
+particles free 0x55717348ffd0 void 0.000130
+particles free 0x557173490040 void 0.000129
+particles free 0x5571734900b0 void 0.000129
+particles free 0x557173490120 void 0.000129
+particles free 0x557173490190 void 0.000130
+particles free 0x557173490200 void 0.000129
+particles free 0x557173490270 void 0.000129
+particles free 0x5571734902e0 void 0.000129
+particles free 0x557173490350 void 0.000129
+particles free 0x5571734903c0 void 0.000129
+particles free 0x557173490430 void 0.000128
+particles free 0x5571734904a0 void 0.000140
+particles free 0x557173490510 void 0.000130
+particles free 0x557173490580 void 0.000131
+particles free 0x5571734905f0 void 0.000130
+particles free 0x557173490660 void 0.000130
+particles free 0x5571734906d0 void 0.000130
+particles free 0x557173490740 void 0.000130
+particles free 0x5571734907b0 void 0.000129
+particles free 0x557173490820 void 0.000129
+particles free 0x557173490890 void 0.000131
+particles free 0x557173490900 void 0.000130
+particles free 0x557173490970 void 0.000129
+particles free 0x5571734909e0 void 0.000129
+particles free 0x557173490a50 void 0.000130
+particles free 0x557173490ac0 void 0.000130
+particles free 0x557173490b30 void 0.000132
+particles free 0x557173490ba0 void 0.000134
+particles free 0x557173490c10 void 0.000130
+particles free 0x557173490c80 void 0.000130
+particles free 0x557173490cf0 void 0.000132
+particles free 0x557173490d60 void 0.000129
+particles free 0x557173490dd0 void 0.000131
+particles free 0x557173490e40 void 0.000129
+particles free 0x557173490eb0 void 0.000174
+particles free 0x557173490f20 void 0.000131
+particles free 0x557173490f90 void 0.000130
+particles free 0x557173491000 void 0.000130
+particles free 0x557173491070 void 0.000131
+particles free 0x5571734910e0 void 0.000131
+particles free 0x557173491150 void 0.000131
+particles free 0x5571734911c0 void 0.000131
+particles free 0x557173491230 void 0.000130
+particles free 0x5571734912a0 void 0.000130
+particles free 0x557173491310 void 0.000131
+particles free 0x557173491380 void 0.000131
+particles free 0x5571734913f0 void 0.000131
+particles free 0x557173491460 void 0.000131
+particles free 0x5571734914d0 void 0.000130
+particles free 0x557173491540 void 0.000131
+particles free 0x5571734915b0 void 0.000131
+particles free 0x557173491620 void 0.000131
+particles free 0x557173491690 void 0.000130
+particles free 0x557173491700 void 0.000132
+particles free 0x557173491770 void 0.000130
+particles free 0x5571734917e0 void 0.000131
+particles free 0x557173491850 void 0.000132
+particles free 0x5571734918c0 void 0.000184
+particles free 0x557173491930 void 0.000131
+particles free 0x5571734919a0 void 0.000128
+particles free 0x557173491a10 void 0.000129
+particles free 0x557173491a80 void 0.000129
+particles free 0x557173491af0 void 0.000130
+particles free 0x557173491b60 void 0.000130
+particles free 0x557173491bd0 void 0.000128
+particles free 0x557173491c40 void 0.000130
+particles free 0x557173491cb0 void 0.000129
+particles free 0x557173491d20 void 0.000128
+particles free 0x557173491d90 void 0.000129
+particles free 0x557173491e00 void 0.000129
+particles free 0x557173491e70 void 0.000129
+particles free 0x557173491ee0 void 0.000130
+particles free 0x557173491f50 void 0.000130
+particles free 0x557173491fc0 void 0.000128
+particles free 0x557173492030 void 0.000128
+particles free 0x5571734920a0 void 0.000129
+particles free 0x557173492110 void 0.000131
+particles free 0x557173492180 void 0.000131
+particles free 0x5571734921f0 void 0.000131
+particles free 0x557173492260 void 0.000129
+particles free 0x5571734922d0 void 0.000129
+particles free 0x557173492340 void 0.000141
+particles free 0x5571734923b0 void 0.000129
+particles free 0x557173492420 void 0.000129
+particles free 0x557173492490 void 0.000130
+particles free 0x557173492500 void 0.000129
+particles free 0x557173492570 void 0.000131
+particles free 0x5571734925e0 void 0.000133
+particles free 0x557173492650 void 0.000136
+particles free 0x5571734926c0 void 0.000129
+particles free 0x557173492730 void 0.000130
+particles free 0x5571734927a0 void 0.000128
+particles free 0x557173492810 void 0.000130
+particles free 0x557173492880 void 0.000129
+particles free 0x5571734928f0 void 0.000127
+particles free 0x557173492960 void 0.000129
+particles free 0x5571734929d0 void 0.000127
+particles free 0x5571735af6b0 void 0.000129
+particles free 0x5571735bec00 void 0.000129
+particles free 0x5571735af590 void 0.000129
+particles free 0x5571735b2c00 void 0.000128
+particles free 0x5571735af890 void 0.000128
+particles free 0x5571735be750 void 0.000130
+particles free 0x5571735b0670 void 0.000129
+particles free 0x5571735ba970 void 0.000186
+particles free 0x5571735ea0c0 void 0.000133
+particles free 0x5571735b85a0 void 0.000130
+particles free 0x5571735b6b30 void 0.000129
+particles free 0x5571735bbf80 void 0.000130
+particles free 0x5571735ea800 void 0.000130
+particles free 0x5571735bba10 void 0.000130
+particles free 0x5571735bc150 void 0.000131
+particles free 0x5571735af2d0 void 0.000130
+particles free 0x5571735ea9a0 void 0.000131
+particles free 0x5571735af000 void 0.000131
+particles free 0x5571735b8980 void 0.000131
+particles free 0x5571735eae40 void 0.000130
+particles free 0x5571735af9b0 void 0.000131
+particles free 0x5571735a2830 void 0.000130
+particles free 0x5571735bb680 void 0.000129
+particles free 0x5571735bc590 void 0.000130
+particles free 0x5571735ea710 void 0.000131
+particles free 0x5571735b7ff0 void 0.000132
+particles free 0x5571735bbdb0 void 0.000131
+particles free 0x5571735baee0 void 0.000131
+particles free 0x5571735bc9f0 void 0.000131
+particles free 0x5571735b5b10 void 0.000131
+particles free 0x5571735b5b80 void 0.000211
+particles free 0x5571735eb070 void 0.000135
+particles free 0x5571735eb0e0 void 0.000132
+particles free 0x5571735eab00 void 0.000131
+particles free 0x5571735eab70 void 0.000131
+particles free 0x5571735bb280 void 0.000130
+particles free 0x5571735bb2f0 void 0.000131
+particles free 0x5571735da320 void 0.000131
+particles free 0x5571735da390 void 0.000131
+particles free 0x5571735b7c50 void 0.000130
+particles free 0x5571735b7cc0 void 0.000131
+particles free 0x5571735b7e20 void 0.000130
+particles free 0x5571735b7e90 void 0.000131
+particles free 0x5571735b76e0 void 0.000131
+particles free 0x5571735b7750 void 0.000130
+particles free 0x5571735b7a80 void 0.000130
+particles free 0x5571735b7af0 void 0.000131
+particles free 0x5571735b78b0 void 0.000131
+particles free 0x5571735b7920 void 0.000130
+particles free 0x5571735e9ba0 void 0.000131
+particles free 0x5571735e9c10 void 0.000131
+particles free 0x5571735af160 void 0.000132
+particles free 0x5571735af1d0 void 0.000131
+particles free 0x5571735af240 void 0.000137
+particles free 0x5571735ea580 void 0.000130
+particles free 0x5571735ea5f0 void 0.000128
+particles free 0x5571735ea660 void 0.000128
+particles free 0x5571735adb70 void 0.000130
+particles free 0x5571735adbe0 void 0.000129
+particles free 0x5571735adc50 void 0.000128
+particles free 0x5571735b9350 void 0.000128
+particles free 0x5571735b93c0 void 0.000129
+particles free 0x5571735b9430 void 0.000130
+particles free 0x5571735a71a0 void 0.000133
+particles free 0x5571735a7210 void 0.000129
+particles free 0x5571735a7280 void 0.000129
+particles free 0x5571735a72f0 void 0.000129
+particles free 0x5571735a8c10 void 0.000130
+particles free 0x5571735a8c80 void 0.000129
+particles free 0x5571735a8cf0 void 0.000131
+particles free 0x5571735a8d60 void 0.000129
+particles free 0x5571735a9110 void 0.000129
+particles free 0x557173450e40 void 0.000128
+particles free 0x557173450dd0 void 0.000129
+particles free 0x557173450d10 void 0.000128
+particles free 0x557173450ca0 void 0.000132
+particles free 0x557173450c30 void 0.000131
+particles free 0x557173450bc0 void 0.000139
+particles free 0x557173450b20 void 0.000130
+particles free 0x5571735a9280 void 0.000128
+particles free 0x5571735a9180 void 0.000128
+particles free 0x557173450eb0 void 0.000129
+particles free 0x557173450f20 void 0.000128
+particles free 0x5571735b5f40 void 0.000128
+particles free 0x5571735b5fb0 void 0.000129
+particles free 0x5571735a8a10 void 0.000130
+particles free 0x5571735a8a80 void 0.000212
+particles free 0x5571735a8af0 void 0.000208
+particles free 0x5571735afe10 void 0.000208
+particles free 0x5571735afe80 void 0.000121
+particles free 0x5571735afef0 void 0.000115
+particles free 0x5571735aff60 void 0.000116
+particles free 0x5571735addc0 void 0.000116
+particles free 0x5571735ade30 void 0.000115
+particles free 0x5571735adea0 void 0.000123
+particles free 0x5571735adf10 void 0.000124
+particles free 0x5571735a8ec0 void 0.000120
+particles free 0x5571735a8f30 void 0.000113
+particles free 0x5571735a8fa0 void 0.000115
+particles free 0x5571735a9010 void 0.000173
+particles free 0x5571735d74a0 void 0.000115
+particles free 0x5571735d7510 void 0.000115
+particles free 0x5571735d7580 void 0.000113
+particles free 0x5571735d75f0 void 0.000114
+particles free 0x5571735ae6e0 void 0.000118
+particles free 0x5571735ae750 void 0.000117
+particles free 0x5571735ae7c0 void 0.000115
+particles free 0x5571735ae830 void 0.000115
+particles free 0x5571734f6040 void 0.000115
+particles free 0x5571734f60b0 void 0.000114
+particles free 0x5571734f6120 void 0.000114
+particles free 0x5571734f6190 void 0.000114
+particles free 0x5571735be520 void 0.000115
+particles free 0x5571735be590 void 0.000114
+particles free 0x5571735be600 void 0.000115
+particles free 0x5571735be670 void 0.000116
+particles free 0x5571735be6e0 void 0.000114
+particles free 0x5571735b00d0 void 0.000115
+particles free 0x5571735b0140 void 0.000115
+particles free 0x5571735b01b0 void 0.000114
+particles free 0x5571735b0220 void 0.000119
+particles free 0x5571735b0290 void 0.000114
+particles free 0x5571735bd840 void 0.000124
+particles free 0x5571735bd8b0 void 0.000128
+particles free 0x5571735bd920 void 0.000124
+particles free 0x5571735bd990 void 0.000133
+particles free 0x5571735bda00 void 0.000124
+particles free 0x5571735b6e50 void 0.000122
+particles free 0x5571735b6ec0 void 0.000120
+particles free 0x5571735b6f30 void 0.000196
+particles free 0x5571735b6fa0 void 0.000200
+particles free 0x5571735b7010 void 0.000161
+particles free 0x5571735cab10 void 0.000113
+particles free 0x5571735cab80 void 0.000110
+particles free 0x5571735cabf0 void 0.000111
+particles free 0x5571735cac60 void 0.000119
+particles free 0x5571735cacd0 void 0.000115
+particles free 0x5571735cad40 void 0.000112
+particles free 0x5571735b8160 void 0.000112
+particles free 0x5571735b81d0 void 0.000111
+particles free 0x5571735b8240 void 0.000112
+particles free 0x5571735b82b0 void 0.000112
+particles free 0x5571735b8320 void 0.000113
+particles free 0x5571735b8390 void 0.000113
+particles free 0x5571735b8400 void 0.000113
+particles free 0x557173451020 void 0.000114
+particles free 0x557173451090 void 0.000112
+particles free 0x557173451100 void 0.000113
+particles free 0x557173451170 void 0.000110
+particles free 0x5571734511e0 void 0.000112
+particles free 0x557173451250 void 0.000127
+particles free 0x5571734512c0 void 0.000114
+particles free 0x557173451330 void 0.000113
+particles free 0x5571735d92b0 void 0.000113
+particles free 0x5571735d9320 void 0.000113
+particles free 0x5571735d9390 void 0.000112
+particles free 0x5571735d9400 void 0.000113
+particles free 0x5571735d9470 void 0.000250
+particles free 0x5571735d94e0 void 0.000240
+particles free 0x5571735d9550 void 0.000114
+particles free 0x5571735d95c0 void 0.000115
+particles free 0x5571735d9630 void 0.000114
+particles free 0x5571735e3860 void 0.000112
+particles free 0x5571735e38d0 void 0.000112
+particles free 0x5571735e3940 void 0.000114
+particles free 0x5571735e39b0 void 0.000116
+particles free 0x5571735e3a20 void 0.000113
+particles free 0x5571735e3a90 void 0.000114
+particles free 0x5571735e3b00 void 0.000113
+particles free 0x5571735e3b70 void 0.000122
+particles free 0x5571735e3be0 void 0.000115
+particles free 0x5571735b7170 void 0.000113
+particles free 0x5571735b71e0 void 0.000113
+particles free 0x5571735b7250 void 0.000113
+particles free 0x5571735b72c0 void 0.000114
+particles free 0x5571735b7330 void 0.000113
+particles free 0x5571735b73a0 void 0.000166
+particles free 0x5571735b7410 void 0.000126
+particles free 0x5571735b7480 void 0.000121
+particles free 0x5571735b74f0 void 0.000131
+particles free 0x5571735b7560 void 0.000119
+particles free 0x5571735b75d0 void 0.000119
+particles free 0x5571734514b0 void 0.000123
+particles free 0x557173451520 void 0.000120
+particles free 0x557173451590 void 0.000118
+particles free 0x557173451600 void 0.000122
+particles free 0x557173451670 void 0.000118
+particles free 0x5571734516e0 void 0.000119
+particles free 0x557173451750 void 0.000118
+particles free 0x5571734517c0 void 0.000118
+particles free 0x557173451830 void 0.000117
+particles free 0x5571734518a0 void 0.000117
+particles free 0x557173451910 void 0.000118
+particles free 0x557173451980 void 0.000118
+particles free 0x5571734519f0 void 0.000117
+particles free 0x557173451a60 void 0.000118
+particles free 0x557173451ad0 void 0.000118
+particles free 0x557173451b40 void 0.000117
+particles free 0x5571735b6190 void 0.000118
+particles free 0x5571735b6200 void 0.000118
+particles free 0x5571735b6270 void 0.000119
+particles free 0x5571735b62e0 void 0.000117
+particles free 0x5571735b6350 void 0.000125
+particles free 0x5571735b63c0 void 0.000113
+particles free 0x5571735b6430 void 0.000112
+particles free 0x5571735b64a0 void 0.000112
+particles free 0x5571735b6510 void 0.000113
+particles free 0x5571735b6580 void 0.000112
+particles free 0x5571735b65f0 void 0.000112
+particles free 0x5571735b6660 void 0.000112
+particles free 0x5571735b66d0 void 0.000111
+particles free 0x5571735b6740 void 0.000109
+particles free 0x5571735b67b0 void 0.000110
+particles free 0x5571735b6820 void 0.000113
+particles free 0x5571735b6890 void 0.000111
+particles free 0x5571735b6900 void 0.000110
+particles free 0x5571735b51c0 void 0.000111
+particles free 0x5571735b5230 void 0.000110
+particles free 0x5571735b52a0 void 0.000113
+particles free 0x5571735b5310 void 0.000110
+particles free 0x5571735b5380 void 0.000113
+particles free 0x5571735b53f0 void 0.000113
+particles free 0x5571735b5460 void 0.000112
+particles free 0x5571735b54d0 void 0.000112
+particles free 0x5571735b5540 void 0.000116
+particles free 0x5571735b55b0 void 0.000115
+particles free 0x5571735b5620 void 0.000110
+particles free 0x5571735b5690 void 0.000110
+particles free 0x5571735b5700 void 0.000110
+particles free 0x5571735b5770 void 0.000111
+particles free 0x5571735b57e0 void 0.000127
+particles free 0x5571735b5850 void 0.000115
+particles free 0x5571735b58c0 void 0.000112
+particles free 0x5571735b5930 void 0.000112
+particles free 0x5571735b59a0 void 0.000112
+particles free 0x5571735bdb10 void 0.000113
+particles free 0x5571735bdb80 void 0.000113
+particles free 0x5571735bdbf0 void 0.000113
+particles free 0x5571735bdc60 void 0.000117
+particles free 0x5571735bdcd0 void 0.000113
+particles free 0x5571735bdd40 void 0.000112
+particles free 0x5571735bddb0 void 0.000112
+particles free 0x5571735bde20 void 0.000112
+particles free 0x5571735bde90 void 0.000113
+particles free 0x5571735bdf00 void 0.000113
+particles free 0x5571735bdf70 void 0.000113
+particles free 0x5571735bdfe0 void 0.000113
+particles free 0x5571735be050 void 0.000113
+particles free 0x5571735be0c0 void 0.000112
+particles free 0x5571735be130 void 0.000112
+particles free 0x5571735be1a0 void 0.000111
+particles free 0x5571735be210 void 0.000112
+particles free 0x5571735be280 void 0.000114
+particles free 0x5571735be2f0 void 0.000113
+particles free 0x5571735be360 void 0.000113
+particles free 0x5571735b2270 void 0.000113
+particles free 0x5571735b22e0 void 0.000113
+particles free 0x5571735b2350 void 0.000113
+particles free 0x5571735b23c0 void 0.000178
+particles free 0x5571735b2430 void 0.000124
+particles free 0x5571735b24a0 void 0.000124
+particles free 0x5571735b2510 void 0.000124
+particles free 0x5571735b2580 void 0.000120
+particles free 0x5571735b25f0 void 0.000118
+particles free 0x5571735b2660 void 0.000117
+particles free 0x5571735b26d0 void 0.000117
+particles free 0x5571735b2740 void 0.000118
+particles free 0x5571735b27b0 void 0.000117
+particles free 0x5571735b2820 void 0.000119
+particles free 0x5571735b2890 void 0.000117
+particles free 0x5571735b2900 void 0.000119
+particles free 0x5571735b2970 void 0.000117
+particles free 0x5571735b29e0 void 0.000117
+particles free 0x5571735b2a50 void 0.000118
+particles free 0x5571735b2ac0 void 0.000117
+particles free 0x5571735b2b30 void 0.000118
+particles free 0x5571735e62d0 void 0.000119
+particles free 0x5571735e6340 void 0.000120
+particles free 0x5571735e63b0 void 0.000117
+particles free 0x5571735e6420 void 0.000117
+particles free 0x5571735e6490 void 0.000118
+particles free 0x5571735e6500 void 0.000117
+particles free 0x5571735e6570 void 0.000116
+particles free 0x5571735e65e0 void 0.000116
+particles free 0x5571735e6650 void 0.000123
+particles free 0x5571735e66c0 void 0.000113
+particles free 0x5571735e6730 void 0.000110
+particles free 0x5571735e67a0 void 0.000111
+particles free 0x5571735e6810 void 0.000112
+particles free 0x5571735e6880 void 0.000112
+particles free 0x5571735e68f0 void 0.000112
+particles free 0x5571735e6960 void 0.000113
+particles free 0x5571735e69d0 void 0.000115
+particles free 0x5571735e6a40 void 0.000113
+particles free 0x5571735e6ab0 void 0.000113
+particles free 0x5571735e6b20 void 0.000112
+particles free 0x5571735e6b90 void 0.000111
+particles free 0x5571735e6c00 void 0.000113
+particles free 0x5571735e6c70 void 0.000111
+particles free 0x5571735e6ce0 void 0.000113
+particles free 0x5571735e6d50 void 0.000111
+particles free 0x5571735e6dc0 void 0.000113
+particles free 0x5571735e6e30 void 0.000111
+particles free 0x5571735e6ea0 void 0.000112
+particles free 0x5571735b9b70 void 0.000112
+particles free 0x5571735b9be0 void 0.000115
+particles free 0x5571735b9c50 void 0.000118
+particles free 0x5571735b9cc0 void 0.000113
+particles free 0x5571735b9d30 void 0.000112
+particles free 0x5571735b9da0 void 0.000111
+particles free 0x5571735b9e10 void 0.000110
+particles free 0x5571735b9e80 void 0.000111
+particles free 0x5571735b9ef0 void 0.000119
+particles free 0x5571735b9f60 void 0.000124
+particles free 0x5571735b9fd0 void 0.000119
+particles free 0x5571735ba040 void 0.000112
+particles free 0x5571735ba0b0 void 0.000112
+particles free 0x5571735ba120 void 0.000112
+particles free 0x5571735ba190 void 0.000112
+particles free 0x5571735ba200 void 0.000110
+particles free 0x5571735ba270 void 0.000111
+particles free 0x5571735ba2e0 void 0.000111
+particles free 0x5571735ba350 void 0.000112
+particles free 0x5571735ba3c0 void 0.000112
+particles free 0x5571735ba430 void 0.000111
+particles free 0x5571735ba4a0 void 0.000111
+particles free 0x5571735ba510 void 0.000111
+particles free 0x5571735ba580 void 0.000111
+particles free 0x5571735ba5f0 void 0.000111
+particles free 0x5571735ba660 void 0.000116
+particles free 0x5571735ba6d0 void 0.000113
+particles free 0x5571735ba740 void 0.000112
+particles free 0x5571735ba7b0 void 0.000111
+particles free 0x557173451dc0 void 0.000123
+particles free 0x557173451e30 void 0.000123
+particles free 0x557173451ea0 void 0.000119
+particles free 0x557173451f10 void 0.000114
+particles free 0x557173451f80 void 0.000113
+particles free 0x557173451ff0 void 0.000112
+particles free 0x557173452060 void 0.000179
+particles free 0x5571734520d0 void 0.000125
+particles free 0x557173452140 void 0.000120
+particles free 0x5571734521b0 void 0.000122
+particles free 0x557173452220 void 0.000127
+particles free 0x557173452290 void 0.000119
+particles free 0x557173452300 void 0.000118
+particles free 0x557173452370 void 0.000117
+particles free 0x5571734523e0 void 0.000116
+particles free 0x557173452450 void 0.000117
+particles free 0x5571734524c0 void 0.000118
+particles free 0x557173452530 void 0.000118
+particles free 0x5571734525a0 void 0.000118
+particles free 0x557173452610 void 0.000118
+particles free 0x557173452680 void 0.000118
+particles free 0x5571734526f0 void 0.000117
+particles free 0x557173452760 void 0.000118
+particles free 0x5571734527d0 void 0.000116
+particles free 0x557173452840 void 0.000118
+particles free 0x5571734528b0 void 0.000118
+particles free 0x557173452920 void 0.000117
+particles free 0x557173452990 void 0.000118
+particles free 0x557173452a00 void 0.000118
+particles free 0x557173452a70 void 0.000117
+particles free 0x557173452ae0 void 0.000117
+particles free 0x557173452b50 void 0.000119
+particles free 0x5571734544c0 void 0.000126
+particles free 0x557173454530 void 0.000117
+particles free 0x5571734545a0 void 0.000117
+particles free 0x557173454610 void 0.000117
+particles free 0x557173454680 void 0.000116
+particles free 0x5571734546f0 void 0.000117
+particles free 0x557173454760 void 0.000118
+particles free 0x5571734547d0 void 0.000117
+particles free 0x557173454840 void 0.000119
+particles free 0x5571734548b0 void 0.000117
+particles free 0x557173454920 void 0.000117
+particles free 0x557173454990 void 0.000118
+particles free 0x557173454a00 void 0.000118
+particles free 0x557173454a70 void 0.000118
+particles free 0x557173454ae0 void 0.000116
+particles free 0x557173454b50 void 0.000117
+particles free 0x557173454bc0 void 0.000115
+particles free 0x557173454c30 void 0.000117
+particles free 0x557173454ca0 void 0.000119
+particles free 0x557173454d10 void 0.000119
+particles free 0x557173454d80 void 0.000118
+particles free 0x557173454df0 void 0.000118
+particles free 0x557173454e60 void 0.000118
+particles free 0x557173454ed0 void 0.000118
+particles free 0x557173454f40 void 0.000122
+particles free 0x557173454fb0 void 0.000118
+particles free 0x557173455020 void 0.000118
+particles free 0x557173455090 void 0.000119
+particles free 0x557173455100 void 0.000120
+particles free 0x557173455170 void 0.000119
+particles free 0x5571734551e0 void 0.000117
+particles free 0x557173455250 void 0.000119
+particles free 0x5571734552c0 void 0.000120
+particles free 0x557173455330 void 0.000124
+particles free 0x5571735e7320 void 0.000118
+particles free 0x5571735e7390 void 0.000119
+particles free 0x5571735e7400 void 0.000116
+particles free 0x5571735e7470 void 0.000118
+particles free 0x5571735e74e0 void 0.000118
+particles free 0x5571735e7550 void 0.000118
+particles free 0x5571735e75c0 void 0.000119
+particles free 0x5571735e7630 void 0.000118
+particles free 0x5571735e76a0 void 0.000117
+particles free 0x5571735e7710 void 0.000117
+particles free 0x5571735e7780 void 0.000117
+particles free 0x5571735e77f0 void 0.000117
+particles free 0x5571735e7860 void 0.000117
+particles free 0x5571735e78d0 void 0.000118
+particles free 0x5571735e7940 void 0.000119
+particles free 0x5571735e79b0 void 0.000118
+particles free 0x5571735e7a20 void 0.000117
+particles free 0x5571735e7a90 void 0.000117
+particles free 0x5571735e7b00 void 0.000118
+particles free 0x5571735e7b70 void 0.000175
+particles free 0x5571735e7be0 void 0.000121
+particles free 0x5571735e7c50 void 0.000117
+particles free 0x5571735e7cc0 void 0.000117
+particles free 0x5571735e7d30 void 0.000116
+particles free 0x5571735e7da0 void 0.000123
+particles free 0x5571735e7e10 void 0.000121
+particles free 0x5571735e7e80 void 0.000120
+particles free 0x5571735e7ef0 void 0.000120
+particles free 0x5571735e7f60 void 0.000118
+particles free 0x5571735e7fd0 void 0.000119
+particles free 0x5571735e8040 void 0.000119
+particles free 0x5571735e80b0 void 0.000119
+particles free 0x5571735e8120 void 0.000119
+particles free 0x5571735e8190 void 0.000118
+particles free 0x557173452fd0 void 0.000119
+particles free 0x557173453040 void 0.000119
+particles free 0x5571734530b0 void 0.000119
+particles free 0x557173453120 void 0.000119
+particles free 0x557173453190 void 0.000120
+particles free 0x557173453200 void 0.000119
+particles free 0x557173453270 void 0.000119
+particles free 0x5571734532e0 void 0.000159
+particles free 0x557173453350 void 0.000118
+particles free 0x5571734533c0 void 0.000116
+particles free 0x557173453430 void 0.000116
+particles free 0x5571734534a0 void 0.000127
+particles free 0x557173453510 void 0.000118
+particles free 0x557173453580 void 0.000119
+particles free 0x5571734535f0 void 0.000117
+particles free 0x557173453660 void 0.000117
+particles free 0x5571734536d0 void 0.000117
+particles free 0x557173453740 void 0.000118
+particles free 0x5571734537b0 void 0.000118
+particles free 0x557173453820 void 0.000117
+particles free 0x557173453890 void 0.000117
+particles free 0x557173453900 void 0.000118
+particles free 0x557173453970 void 0.000118
+particles free 0x5571734539e0 void 0.000119
+particles free 0x557173453a50 void 0.000118
+particles free 0x557173453ac0 void 0.000118
+particles free 0x557173453b30 void 0.000119
+particles free 0x557173453ba0 void 0.000118
+particles free 0x557173453c10 void 0.000118
+particles free 0x557173453c80 void 0.000117
+particles free 0x557173453cf0 void 0.000117
+particles free 0x557173453d60 void 0.000118
+particles free 0x557173453dd0 void 0.000118
+particles free 0x557173453e40 void 0.000118
+particles free 0x557173453eb0 void 0.000123
+particles free 0x557173453f20 void 0.000118
+particles free 0x557173453f90 void 0.000117
+particles free 0x557173454000 void 0.000117
+particles free 0x557173454070 void 0.000120
+particles free 0x5571734540e0 void 0.000115
+particles free 0x557173454150 void 0.000117
+particles free 0x5571734541c0 void 0.000118
+particles free 0x557173454230 void 0.000118
+particles free 0x5571734542a0 void 0.000117
+particles free 0x557173454310 void 0.000118
+particles free 0x557173454380 void 0.000118
+particles free 0x5571735e8260 void 0.000119
+particles free 0x5571735e82d0 void 0.000116
+particles free 0x5571735e8340 void 0.000118
+particles free 0x5571735e83b0 void 0.000117
+particles free 0x5571735e8420 void 0.000117
+particles free 0x5571735e8490 void 0.000117
+particles free 0x5571735e8500 void 0.000118
+particles free 0x5571735e8570 void 0.000117
+particles free 0x5571735e85e0 void 0.000118
+particles free 0x5571735e8650 void 0.000118
+particles free 0x5571735e86c0 void 0.000119
+particles free 0x5571735e8730 void 0.000117
+particles free 0x5571735e87a0 void 0.000117
+particles free 0x5571735e8810 void 0.000118
+particles free 0x5571735e8880 void 0.000118
+particles free 0x5571735e88f0 void 0.000118
+particles free 0x5571735e8960 void 0.000118
+particles free 0x5571735e89d0 void 0.000117
+particles free 0x5571735e8a40 void 0.000116
+particles free 0x5571735e8ab0 void 0.000121
+particles free 0x5571735e8b20 void 0.000122
+particles free 0x5571735e8b90 void 0.000119
+particles free 0x5571735e8c00 void 0.000117
+particles free 0x5571735e8c70 void 0.000119
+particles free 0x5571735e8ce0 void 0.000118
+particles free 0x5571735e8d50 void 0.000117
+particles free 0x5571735e8dc0 void 0.000117
+particles free 0x5571735e8e30 void 0.000119
+particles free 0x5571735e8ea0 void 0.000118
+particles free 0x5571735e8f10 void 0.000117
+particles free 0x5571735e8f80 void 0.000117
+particles free 0x5571735e8ff0 void 0.000117
+particles free 0x5571735e9060 void 0.000118
+particles free 0x5571735e90d0 void 0.000118
+particles free 0x5571735e9140 void 0.000118
+particles free 0x5571735e91b0 void 0.000122
+particles free 0x5571735e9220 void 0.000116
+particles free 0x5571735e9290 void 0.000119
+particles free 0x5571735e9300 void 0.000118
+particles free 0x5571735e9370 void 0.000119
+particles free 0x5571735e93e0 void 0.000118
+particles free 0x5571735e9450 void 0.000117
+particles free 0x5571735e94c0 void 0.000118
+particles free 0x5571735e9530 void 0.000118
+particles free 0x5571735e95a0 void 0.000118
+particles free 0x5571735e9610 void 0.000126
+particles free 0x5571735e9680 void 0.000120
+particles free 0x5571735c9570 void 0.000118
+particles free 0x5571735c95e0 void 0.000117
+particles free 0x5571735c9650 void 0.000119
+particles free 0x5571735c96c0 void 0.000117
+particles free 0x5571735c9730 void 0.000118
+particles free 0x5571735c97a0 void 0.000117
+particles free 0x5571735c9810 void 0.000117
+particles free 0x5571735c9880 void 0.000118
+particles free 0x5571735c98f0 void 0.000118
+particles free 0x5571735c9960 void 0.000118
+particles free 0x5571735c99d0 void 0.000117
+particles free 0x5571735c9a40 void 0.000122
+particles free 0x5571735c9ab0 void 0.000119
+particles free 0x5571735c9b20 void 0.000117
+particles free 0x5571735c9b90 void 0.000119
+particles free 0x5571735c9c00 void 0.000118
+particles free 0x5571735c9c70 void 0.000117
+particles free 0x5571735c9ce0 void 0.000118
+particles free 0x5571735c9d50 void 0.000118
+particles free 0x5571735c9dc0 void 0.000118
+particles free 0x5571735c9e30 void 0.000117
+particles free 0x5571735c9ea0 void 0.000119
+particles free 0x5571735c9f10 void 0.000117
+particles free 0x5571735c9f80 void 0.000118
+particles free 0x5571735c9ff0 void 0.000116
+particles free 0x5571735ca060 void 0.000122
+particles free 0x5571735ca0d0 void 0.000118
+particles free 0x5571735ca140 void 0.000119
+particles free 0x5571735ca1b0 void 0.000119
+particles free 0x5571735ca220 void 0.000118
+particles free 0x5571735ca290 void 0.000118
+particles free 0x5571735ca300 void 0.000117
+particles free 0x5571735ca370 void 0.000118
+particles free 0x5571735ca3e0 void 0.000117
+particles free 0x5571735ca450 void 0.000118
+particles free 0x5571735ca4c0 void 0.000118
+particles free 0x5571735ca530 void 0.000118
+particles free 0x5571735ca5a0 void 0.000118
+particles free 0x5571735ca610 void 0.000118
+particles free 0x5571735ca680 void 0.000118
+particles free 0x5571735ca6f0 void 0.000118
+particles free 0x5571735ca760 void 0.000118
+particles free 0x5571735ca7d0 void 0.000117
+particles free 0x5571735ca840 void 0.000117
+particles free 0x5571735ca8b0 void 0.000120
+particles free 0x5571735ca920 void 0.000119
+particles free 0x5571735ca990 void 0.000119
+particles free 0x5571735caa00 void 0.000118
+particles free 0x5571735b0ae0 void 0.000119
+particles free 0x5571735b0b50 void 0.000118
+particles free 0x5571735b0bc0 void 0.000117
+particles free 0x5571735b0c30 void 0.000125
+particles free 0x5571735b0ca0 void 0.000118
+particles free 0x5571735b0d10 void 0.000119
+particles free 0x5571735b0d80 void 0.000118
+particles free 0x5571735b0df0 void 0.000118
+particles free 0x5571735b0e60 void 0.000118
+particles free 0x5571735b0ed0 void 0.000118
+particles free 0x5571735b0f40 void 0.000118
+particles free 0x5571735b0fb0 void 0.000117
+particles free 0x5571735b1020 void 0.000119
+particles free 0x5571735b1090 void 0.000118
+particles free 0x5571735b1100 void 0.000115
+particles free 0x5571735b1170 void 0.000117
+particles free 0x5571735b11e0 void 0.000117
+particles free 0x5571735b1250 void 0.000119
+particles free 0x5571735b12c0 void 0.000118
+particles free 0x5571735b1330 void 0.000119
+particles free 0x5571735b13a0 void 0.000117
+particles free 0x5571735b1410 void 0.000117
+particles free 0x5571735b1480 void 0.000117
+particles free 0x5571735b14f0 void 0.000119
+particles free 0x5571735b1560 void 0.000117
+particles free 0x5571735b15d0 void 0.000117
+particles free 0x5571735b1640 void 0.000118
+particles free 0x5571735b16b0 void 0.000118
+particles free 0x5571735b1720 void 0.000117
+particles free 0x5571735b1790 void 0.000117
+particles free 0x5571735b1800 void 0.000128
+particles free 0x5571735b1870 void 0.000118
+particles free 0x5571735b18e0 void 0.000118
+particles free 0x5571735b1950 void 0.000122
+particles free 0x5571735b19c0 void 0.000118
+particles free 0x5571735b1a30 void 0.000117
+particles free 0x5571735b1aa0 void 0.000118
+particles free 0x5571735b1b10 void 0.000118
+particles free 0x5571735b1b80 void 0.000118
+particles free 0x5571735b1bf0 void 0.000117
+particles free 0x5571735b1c60 void 0.000118
+particles free 0x5571735b1cd0 void 0.000118
+particles free 0x5571735b1d40 void 0.000119
+particles free 0x5571735b1db0 void 0.000118
+particles free 0x5571735b1e20 void 0.000117
+particles free 0x5571735b1e90 void 0.000118
+particles free 0x5571735b1f00 void 0.000118
+particles free 0x5571735b1f70 void 0.000119
+particles free 0x5571735b1fe0 void 0.000117
+particles free 0x5571735b2050 void 0.000117
+particles free 0x5571735b20c0 void 0.000118
+particles free 0x5571735d78a0 void 0.000117
+particles free 0x5571735d7910 void 0.000118
+particles free 0x5571735d7980 void 0.000118
+particles free 0x5571735d79f0 void 0.000118
+particles free 0x5571735d7a60 void 0.000119
+particles free 0x5571735d7ad0 void 0.000118
+particles free 0x5571735d7b40 void 0.000166
+particles free 0x5571735d7bb0 void 0.000119
+particles free 0x5571735d7c20 void 0.000117
+particles free 0x5571735d7c90 void 0.000118
+particles free 0x5571735d7d00 void 0.000116
+particles free 0x5571735d7d70 void 0.000117
+particles free 0x5571735d7de0 void 0.000117
+particles free 0x5571735d7e50 void 0.000118
+particles free 0x5571735d7ec0 void 0.000117
+particles free 0x5571735d7f30 void 0.000119
+particles free 0x5571735d7fa0 void 0.000118
+particles free 0x5571735d8010 void 0.000118
+particles free 0x5571735d8080 void 0.000117
+particles free 0x5571735d80f0 void 0.000117
+particles free 0x5571735d8160 void 0.000118
+particles free 0x5571735d81d0 void 0.000117
+particles free 0x5571735d8240 void 0.000117
+particles free 0x5571735d82b0 void 0.000118
+particles free 0x5571735d8320 void 0.000119
+particles free 0x5571735d8390 void 0.000118
+particles free 0x5571735d8400 void 0.000118
+particles free 0x5571735d8470 void 0.000118
+particles free 0x5571735d84e0 void 0.000119
+particles free 0x5571735d8550 void 0.000118
+particles free 0x5571735d85c0 void 0.000117
+particles free 0x5571735d8630 void 0.000119
+particles free 0x5571735d86a0 void 0.000125
+particles free 0x5571735d8710 void 0.000119
+particles free 0x5571735d8780 void 0.000117
+particles free 0x5571735d87f0 void 0.000117
+particles free 0x5571735d8860 void 0.000120
+particles free 0x5571735d88d0 void 0.000118
+particles free 0x5571735d8940 void 0.000119
+particles free 0x5571735d89b0 void 0.000117
+particles free 0x5571735d8a20 void 0.000118
+particles free 0x5571735d8a90 void 0.000118
+particles free 0x5571735d8b00 void 0.000117
+particles free 0x5571735d8b70 void 0.000117
+particles free 0x5571735d8be0 void 0.000118
+particles free 0x5571735d8c50 void 0.000118
+particles free 0x5571735d8cc0 void 0.000118
+particles free 0x5571735d8d30 void 0.000118
+particles free 0x5571735d8da0 void 0.000117
+particles free 0x5571735d8e10 void 0.000118
+particles free 0x5571735d8e80 void 0.000118
+particles free 0x5571735d8ef0 void 0.000117
+particles free 0x5571735d8f60 void 0.000123
+particles free 0x5571735d8fd0 void 0.000118
+particles free 0x5571735b33f0 void 0.000118
+particles free 0x5571735b3460 void 0.000117
+particles free 0x5571735b34d0 void 0.000118
+particles free 0x5571735b3540 void 0.000117
+particles free 0x5571735b35b0 void 0.000116
+particles free 0x5571735b3620 void 0.000129
+particles free 0x5571735b3690 void 0.000118
+particles free 0x5571735b3700 void 0.000117
+particles free 0x5571735b3770 void 0.000117
+particles free 0x5571735b37e0 void 0.000116
+particles free 0x5571735b3850 void 0.000118
+particles free 0x5571735b38c0 void 0.000114
+particles free 0x5571735b3930 void 0.000119
+particles free 0x5571735b39a0 void 0.000117
+particles free 0x5571735b3a10 void 0.000119
+particles free 0x5571735b3a80 void 0.000118
+particles free 0x5571735b3af0 void 0.000117
+particles free 0x5571735b3b60 void 0.000117
+particles free 0x5571735b3bd0 void 0.000116
+particles free 0x5571735b3c40 void 0.000119
+particles free 0x5571735b3cb0 void 0.000118
+particles free 0x5571735b3d20 void 0.000117
+particles free 0x5571735b3d90 void 0.000119
+particles free 0x5571735b3e00 void 0.000118
+particles free 0x5571735b4ae0 void 0.000117
+particles free 0x5571735b4a50 void 0.000118
+particles free 0x5571735b4570 void 0.000118
+particles free 0x5571735b4440 void 0.000118
+particles free 0x5571735b4380 void 0.000119
+particles free 0x5571735b41e0 void 0.000120
+particles free 0x5571735b4150 void 0.000116
+particles free 0x55717345ae60 void 0.000117
+particles free 0x55717345a180 void 0.000186
+particles free 0x55717345a4d0 void 0.000120
+particles free 0x55717345a560 void 0.000118
+particles free 0x55717345a700 void 0.000117
+particles free 0x55717345a7c0 void 0.000117
+particles free 0x55717345a8f0 void 0.000117
+particles free 0x55717345add0 void 0.000117
+particles free 0x55717345a0c0 void 0.000117
+particles free 0x557173457ff0 void 0.000119
+particles free 0x557173458370 void 0.000120
+particles free 0x557173458300 void 0.000117
+particles free 0x5571734586c0 void 0.000120
+particles free 0x557173458780 void 0.000117
+particles free 0x5571734588e0 void 0.000118
+particles free 0x557173459cb0 void 0.000118
+particles free 0x557173457ec0 void 0.000123
+particles free 0x557173457140 void 0.000124
+particles free 0x557173457200 void 0.000120
+particles free 0x557173457330 void 0.000120
+particles free 0x557173457810 void 0.000117
+particles free 0x5571734578a0 void 0.000119
+particles free 0x557173457a00 void 0.000118
+particles free 0x557173457e10 void 0.000117
+particles free 0x557173456fa0 void 0.000118
+particles free 0x557173456320 void 0.000117
+particles free 0x557173456500 void 0.000117
+particles free 0x5571734565c0 void 0.000126
+particles free 0x5571734566f0 void 0.000119
+particles free 0x557173456b00 void 0.000118
+particles free 0x557173456bc0 void 0.000118
+particles free 0x557173456f10 void 0.000117
+particles free 0x557173456250 void 0.000117
+particles free 0x5571735e5f20 void 0.000117
+particles free 0x5571734554d0 void 0.000114
+particles free 0x557173455580 void 0.000116
+particles free 0x557173455640 void 0.000120
+particles free 0x557173455770 void 0.000119
+particles free 0x557173455a20 void 0.000121
+particles free 0x557173455e00 void 0.000115
+particles free 0x5571735e5dc0 void 0.000118
+particles free 0x5571735e5040 void 0.000119
+particles free 0x5571735e5450 void 0.000119
+particles free 0x5571735e5500 void 0.000118
+particles free 0x5571735e5630 void 0.000120
+particles free 0x5571735e59b0 void 0.000117
+particles free 0x5571735e5940 void 0.000119
+particles free 0x5571735e5d00 void 0.000117
+particles free 0x5571735e4ee0 void 0.000119
+particles free 0x5571735e44c0 void 0.000118
+particles free 0x5571735e45f0 void 0.000119
+particles free 0x5571735e4680 void 0.000118
+particles free 0x5571735e4780 void 0.000118
+particles free 0x5571735e4840 void 0.000118
+particles free 0x5571735e4970 void 0.000114
+particles free 0x5571735e4e50 void 0.000112
+particles free 0x5571735e4400 void 0.000113
+particles free 0x5571735f43d0 void 0.000112
+particles free 0x5571735f44a0 void 0.000112
+particles free 0x5571735f4680 void 0.000113
+particles free 0x5571735f4740 void 0.000112
+particles free 0x5571735f4870 void 0.000111
+particles free 0x5571735e3ed0 void 0.000114
+particles free 0x5571735e3f60 void 0.000113
+particles free 0x5571735f3f80 void 0.000113
+particles free 0x5571735b46c0 void 0.000114
+particles free 0x5571735b4780 void 0.000113
+particles free 0x5571735b48b0 void 0.000113
+particles free 0x5571735f3700 void 0.000114
+particles free 0x5571735f37c0 void 0.000114
+particles free 0x5571735f38f0 void 0.000111
+particles free 0x5571735f3ba0 void 0.000112
+particles free 0x5571735b4280 void 0.000112
+particles free 0x5571735b49e0 void 0.000113
+particles free 0x55717345af70 void 0.000113
+particles free 0x55717345afe0 void 0.000131
+particles free 0x55717345b050 void 0.000117
+particles free 0x55717345b0c0 void 0.000112
+particles free 0x55717345b130 void 0.000111
+particles free 0x55717345b1a0 void 0.000112
+particles free 0x55717345b210 void 0.000112
+particles free 0x55717345b280 void 0.000142
+particles free 0x55717345b2f0 void 0.000123
+particles free 0x55717345b360 void 0.000119
+particles free 0x55717345b3d0 void 0.000122
+particles free 0x55717345b440 void 0.000124
+particles free 0x55717345b4b0 void 0.000125
+particles free 0x55717345b520 void 0.000120
+particles free 0x55717345b590 void 0.000119
+particles free 0x55717345b600 void 0.000121
+particles free 0x55717345b670 void 0.000124
+particles free 0x55717345b6e0 void 0.000125
+particles free 0x55717345b750 void 0.000120
+particles free 0x55717345b7c0 void 0.000123
+particles free 0x55717345b830 void 0.000119
+particles free 0x55717345b8a0 void 0.000121
+particles free 0x55717345b910 void 0.000124
+particles free 0x55717345b980 void 0.000124
+particles free 0x55717345b9f0 void 0.000119
+particles free 0x55717345ba60 void 0.000121
+particles free 0x55717345bad0 void 0.000119
+particles free 0x55717345bb40 void 0.000119
+particles free 0x55717345bbb0 void 0.000118
+particles free 0x55717345bc20 void 0.000118
+particles free 0x55717345bc90 void 0.000125
+particles free 0x55717345bd00 void 0.000124
+particles free 0x55717345bd70 void 0.000124
+particles free 0x55717345bde0 void 0.000120
+particles free 0x55717345be50 void 0.000122
+particles free 0x55717345bec0 void 0.000125
+particles free 0x55717345bf30 void 0.000126
+particles free 0x55717345bfa0 void 0.000121
+particles free 0x55717345c010 void 0.000119
+particles free 0x55717345c080 void 0.000119
+particles free 0x55717345c0f0 void 0.000122
+particles free 0x55717345c160 void 0.000123
+particles free 0x55717345c1d0 void 0.000125
+particles free 0x55717345c240 void 0.000120
+particles free 0x55717345c2b0 void 0.000122
+particles free 0x55717345c320 void 0.000125
+particles free 0x55717345c390 void 0.000124
+particles free 0x55717345c400 void 0.000125
+particles free 0x55717345c470 void 0.000126
+particles free 0x55717345c4e0 void 0.000124
+particles free 0x55717345c550 void 0.000124
+particles free 0x55717345c5c0 void 0.000121
+particles free 0x55717345c630 void 0.000123
+particles free 0x55717345c6a0 void 0.000191
+particles free 0x55717345c710 void 0.000126
+particles free 0x55717345c780 void 0.000130
+particles free 0x55717345c7f0 void 0.000120
+particles free 0x55717345c860 void 0.000122
+particles free 0x55717345c8d0 void 0.000119
+particles free 0x55717345c940 void 0.000117
+particles free 0x55717345c9b0 void 0.000122
+particles free 0x55717345ca20 void 0.000124
+particles free 0x55717345ca90 void 0.000123
+particles free 0x55717345cb00 void 0.000126
+particles free 0x55717345cb70 void 0.000120
+particles free 0x55717345cbe0 void 0.000124
+particles free 0x55717345cc50 void 0.000125
+particles free 0x55717345ccc0 void 0.000226
+particles free 0x55717345cd30 void 0.000242
+particles free 0x55717345cda0 void 0.000277
+particles free 0x55717345ce10 void 0.000161
+particles free 0x55717345ce80 void 0.000157
+particles free 0x55717345cef0 void 0.000157
+particles free 0x55717345cf60 void 0.000125
+particles free 0x55717345cfd0 void 0.000120
+particles free 0x55717345d040 void 0.000122
+particles free 0x55717345d0b0 void 0.000124
+particles free 0x55717345d120 void 0.000125
+particles free 0x55717345d190 void 0.000119
+particles free 0x55717345d200 void 0.000122
+particles free 0x55717345d270 void 0.000124
+particles free 0x55717345d2e0 void 0.000125
+particles free 0x55717345d350 void 0.000125
+particles free 0x55717345d3c0 void 0.000123
+particles free 0x55717345d430 void 0.000119
+particles free 0x55717345d4a0 void 0.000122
+particles free 0x55717345d510 void 0.000125
+particles free 0x55717345d580 void 0.000131
+particles free 0x55717345d5f0 void 0.000129
+particles free 0x55717345d660 void 0.000130
+particles free 0x55717345d6d0 void 0.000132
+particles free 0x55717345d740 void 0.000130
+particles free 0x55717345d7b0 void 0.000132
+particles free 0x55717345d820 void 0.000133
+particles free 0x55717345d890 void 0.000133
+particles free 0x55717345d900 void 0.000133
+particles free 0x55717345d970 void 0.000168
+particles free 0x55717345d9e0 void 0.000167
+particles free 0x55717345da50 void 0.000131
+particles free 0x55717345dac0 void 0.000126
+particles free 0x55717345db30 void 0.000124
+particles free 0x55717345dba0 void 0.000128
+particles free 0x55717345dc10 void 0.000130
+particles free 0x55717345dc80 void 0.000131
+particles free 0x55717345dcf0 void 0.000127
+particles free 0x55717345dd60 void 0.000130
+particles free 0x55717345ddd0 void 0.000127
+particles free 0x55717345de40 void 0.000124
+particles free 0x55717345deb0 void 0.000130
+particles free 0x55717345df20 void 0.000131
+particles free 0x55717345df90 void 0.000131
+particles free 0x55717345e000 void 0.000130
+particles free 0x55717345e070 void 0.000130
+particles free 0x55717345e0e0 void 0.000131
+particles free 0x55717345e150 void 0.000131
+particles free 0x55717345e1c0 void 0.000134
+particles free 0x55717345e230 void 0.000126
+particles free 0x55717345e2a0 void 0.000128
+particles free 0x55717345e310 void 0.000131
+particles free 0x55717345e380 void 0.000126
+particles free 0x55717345e3f0 void 0.000124
+particles free 0x55717345ed50 void 0.000128
+particles free 0x55717345ece0 void 0.000130
+particles free 0x55717345ec70 void 0.000131
+particles free 0x55717345ec00 void 0.000125
+particles free 0x55717345eb90 void 0.000130
+particles free 0x55717345eb20 void 0.000131
+particles free 0x55717345eab0 void 0.000126
+particles free 0x5571735f48e0 void 0.000128
+particles free 0x5571735b42f0 void 0.000131
+particles free 0x5571735e46f0 void 0.000131
+particles free 0x55717345aed0 void 0.000127
+particles free 0x5571735e5570 void 0.000129
+particles free 0x557173457f30 void 0.000130
+particles free 0x557173456630 void 0.000131
+particles free 0x557173457270 void 0.000130
+particles free 0x5571735b4920 void 0.000126
+particles free 0x5571734556b0 void 0.000134
+particles free 0x5571735b47f0 void 0.000129
+particles free 0x5571735e48b0 void 0.000131
+particles free 0x55717345a830 void 0.000131
+particles free 0x557173459bf0 void 0.000125
+particles free 0x5571735f47b0 void 0.000130
+particles free 0x5571735b44b0 void 0.000126
+particles free 0x5571735f3830 void 0.000125
+particles free 0x5571735e4530 void 0.000124
+particles free 0x5571734543f0 void 0.000125
+particles free 0x5571735b45e0 void 0.000124
+particles free 0x5571735b4650 void 0.000125
+particles free 0x557173457910 void 0.000129
+particles free 0x557173457980 void 0.000131
+particles free 0x5571735e4f50 void 0.000132
+particles free 0x5571735e4fc0 void 0.000130
+particles free 0x5571734553e0 void 0.000126
+particles free 0x557173455450 void 0.000126
+particles free 0x5571734587f0 void 0.000124
+particles free 0x557173458860 void 0.000129
+particles free 0x5571735e5e30 void 0.000131
+particles free 0x5571735e5ea0 void 0.000130
+particles free 0x557173457010 void 0.000133
+particles free 0x557173457080 void 0.000162
+particles free 0x55717345a5d0 void 0.000152
+particles free 0x55717345a640 void 0.000150
+particles free 0x5571735b4b50 void 0.000132
+particles free 0x5571735b4bc0 void 0.000132
+particles free 0x5571735e50b0 void 0.000132
+particles free 0x5571735e5120 void 0.000130
+particles free 0x5571735e5190 void 0.000126
+particles free 0x5571735f4510 void 0.000128
+particles free 0x5571735f4580 void 0.000131
+particles free 0x5571735f45f0 void 0.000131
+particles free 0x557173456390 void 0.000132
+particles free 0x557173456400 void 0.000131
+particles free 0x557173456470 void 0.000131
+particles free 0x5571735e3d10 void 0.000126
+particles free 0x5571735e3d80 void 0.000126
+particles free 0x5571735e3df0 void 0.000129
+particles free 0x5571735e3e60 void 0.000132
+particles free 0x5571735e5250 void 0.000130
+particles free 0x5571735e52c0 void 0.000132
+particles free 0x5571735e5330 void 0.000133
+particles free 0x5571735e53a0 void 0.000132
+particles free 0x5571734557e0 void 0.000131
+particles free 0x557173455850 void 0.000131
+particles free 0x5571734558c0 void 0.000127
+particles free 0x557173455930 void 0.000128
+particles free 0x5571734559a0 void 0.000132
+particles free 0x5571735f3960 void 0.000131
+particles free 0x5571735f39d0 void 0.000130
+particles free 0x5571735f3a40 void 0.000131
+particles free 0x5571735f3ab0 void 0.000131
+particles free 0x5571735f3b20 void 0.000132
+particles free 0x5571735e56a0 void 0.000132
+particles free 0x5571735e5710 void 0.000130
+particles free 0x5571735e5780 void 0.000126
+particles free 0x5571735e57f0 void 0.000124
+particles free 0x5571735e5860 void 0.000126
+particles free 0x5571735e58d0 void 0.000126
+particles free 0x557173458060 void 0.000129
+particles free 0x5571734580d0 void 0.000181
+particles free 0x557173458140 void 0.000183
+particles free 0x5571734581b0 void 0.000175
+particles free 0x557173458220 void 0.000138
+particles free 0x557173458290 void 0.000137
+particles free 0x5571735e5f90 void 0.000132
+particles free 0x5571735e6000 void 0.000132
+particles free 0x5571735e6070 void 0.000131
+particles free 0x5571735e60e0 void 0.000133
+particles free 0x5571735e6150 void 0.000136
+particles free 0x5571735e61c0 void 0.000137
+particles free 0x557173456c30 void 0.000136
+particles free 0x557173456ca0 void 0.000138
+particles free 0x557173456d10 void 0.000138
+particles free 0x557173456d80 void 0.000134
+particles free 0x557173456df0 void 0.000135
+particles free 0x557173456e60 void 0.000137
+particles free 0x5571735b3e70 void 0.000139
+particles free 0x5571735b3ee0 void 0.000139
+particles free 0x5571735b3f50 void 0.000135
+particles free 0x5571735b3fc0 void 0.000137
+particles free 0x5571735b4030 void 0.000149
+particles free 0x5571735b40a0 void 0.000139
+particles free 0x5571735e5a20 void 0.000138
+particles free 0x5571735e5a90 void 0.000139
+particles free 0x5571735e5b00 void 0.000139
+particles free 0x5571735e5b70 void 0.000138
+particles free 0x5571735e5be0 void 0.000138
+particles free 0x5571735e5c50 void 0.000133
+particles free 0x55717345a1f0 void 0.000138
+particles free 0x55717345a260 void 0.000140
+particles free 0x55717345a2d0 void 0.000137
+particles free 0x55717345a340 void 0.000138
+particles free 0x55717345a3b0 void 0.000133
+particles free 0x55717345a420 void 0.000135
+particles free 0x5571734583e0 void 0.000139
+particles free 0x557173458450 void 0.000138
+particles free 0x5571734584c0 void 0.000138
+particles free 0x557173458530 void 0.000138
+particles free 0x5571734585a0 void 0.000138
+particles free 0x557173458610 void 0.000150
+particles free 0x557173455a90 void 0.000133
+particles free 0x557173455b00 void 0.000139
+particles free 0x557173455b70 void 0.000132
+particles free 0x557173455be0 void 0.000139
+particles free 0x557173455c50 void 0.000138
+particles free 0x557173455cc0 void 0.000138
+particles free 0x557173455d30 void 0.000132
+particles free 0x5571735f3c10 void 0.000135
+particles free 0x5571735f3c80 void 0.000179
+particles free 0x5571735f3cf0 void 0.000163
+particles free 0x5571735f3d60 void 0.000161
+particles free 0x5571735f3dd0 void 0.000131
+particles free 0x5571735f3e40 void 0.000127
+particles free 0x5571735f3eb0 void 0.000126
+particles free 0x557173459d20 void 0.000128
+particles free 0x557173459d90 void 0.000131
+particles free 0x557173459e00 void 0.000132
+particles free 0x557173459e70 void 0.000127
+particles free 0x557173459ee0 void 0.000129
+particles free 0x557173459f50 void 0.000145
+particles free 0x557173459fc0 void 0.000132
+particles free 0x55717345a030 void 0.000131
+particles free 0x557173457a70 void 0.000127
+particles free 0x557173457ae0 void 0.000124
+particles free 0x557173457b50 void 0.000129
+particles free 0x557173457bc0 void 0.000131
+particles free 0x557173457c30 void 0.000131
+particles free 0x557173457ca0 void 0.000126
+particles free 0x557173457d10 void 0.000125
+particles free 0x557173457d80 void 0.000128
+particles free 0x557173456760 void 0.000131
+particles free 0x5571734567d0 void 0.000130
+particles free 0x557173456840 void 0.000127
+particles free 0x5571734568b0 void 0.000127
+particles free 0x557173456920 void 0.000131
+particles free 0x557173456990 void 0.000131
+particles free 0x557173456a00 void 0.000131
+particles free 0x557173456a70 void 0.000130
+particles free 0x557173455e70 void 0.000131
+particles free 0x557173455ee0 void 0.000131
+particles free 0x557173455f50 void 0.000140
+particles free 0x557173455fc0 void 0.000132
+particles free 0x557173456030 void 0.000131
+particles free 0x5571734560a0 void 0.000132
+particles free 0x557173456110 void 0.000131
+particles free 0x557173456180 void 0.000127
+particles free 0x5571735f3ff0 void 0.000126
+particles free 0x5571735f4060 void 0.000132
+particles free 0x5571735f40d0 void 0.000126
+particles free 0x5571735f4140 void 0.000129
+particles free 0x5571735f41b0 void 0.000131
+particles free 0x5571735f4220 void 0.000131
+particles free 0x5571735f4290 void 0.000131
+particles free 0x5571735f4300 void 0.000131
+particles free 0x5571735e3fd0 void 0.000131
+particles free 0x5571735e4040 void 0.000131
+particles free 0x5571735e40b0 void 0.000125
+particles free 0x5571735e4120 void 0.000126
+particles free 0x5571735e4190 void 0.000129
+particles free 0x5571735e4200 void 0.000184
+particles free 0x5571735e4270 void 0.000144
+particles free 0x5571735e42e0 void 0.000133
+particles free 0x5571735e4350 void 0.000133
+particles free 0x5571735e49e0 void 0.000131
+particles free 0x5571735e4a50 void 0.000131
+particles free 0x5571735e4ac0 void 0.000126
+particles free 0x5571735e4b30 void 0.000126
+particles free 0x5571735e4ba0 void 0.000130
+particles free 0x5571735e4c10 void 0.000131
+particles free 0x5571735e4c80 void 0.000127
+particles free 0x5571735e4cf0 void 0.000128
+particles free 0x5571735e4d60 void 0.000133
+particles free 0x5571735e4dd0 void 0.000130
+particles free 0x5571734573a0 void 0.000131
+particles free 0x557173457410 void 0.000130
+particles free 0x557173457480 void 0.000131
+particles free 0x5571734574f0 void 0.000131
+particles free 0x557173457560 void 0.000126
+particles free 0x5571734575d0 void 0.000128
+particles free 0x557173457640 void 0.000132
+particles free 0x5571734576b0 void 0.000126
+particles free 0x557173457720 void 0.000171
+particles free 0x557173457790 void 0.000132
+particles free 0x55717345a960 void 0.000130
+particles free 0x55717345a9d0 void 0.000132
+particles free 0x55717345aa40 void 0.000127
+particles free 0x55717345aab0 void 0.000125
+particles free 0x55717345ab20 void 0.000129
+particles free 0x55717345ab90 void 0.000127
+particles free 0x55717345ac00 void 0.000125
+particles free 0x55717345ac70 void 0.000131
+particles free 0x55717345ace0 void 0.000131
+particles free 0x55717345ad50 void 0.000133
+particles free 0x55717345e460 void 0.000131
+particles free 0x55717345e4d0 void 0.000131
+particles free 0x55717345e540 void 0.000126
+particles free 0x55717345e5b0 void 0.000130
+particles free 0x55717345e620 void 0.000130
+particles free 0x55717345e690 void 0.000126
+particles free 0x55717345e700 void 0.000124
+particles free 0x55717345e770 void 0.000128
+particles free 0x55717345e7e0 void 0.000130
+particles free 0x55717345e850 void 0.000143
+particles free 0x55717345e8c0 void 0.000133
+particles free 0x55717345e930 void 0.000131
+particles free 0x55717345e9a0 void 0.000131
+particles free 0x55717345ea10 void 0.000132
+particles free 0x557173458950 void 0.000130
+particles free 0x5571734589c0 void 0.000130
+particles free 0x557173458a30 void 0.000130
+particles free 0x557173458aa0 void 0.000163
+particles free 0x557173458b10 void 0.000151
+particles free 0x557173458b80 void 0.000147
+particles free 0x557173458bf0 void 0.000146
+particles free 0x557173458c60 void 0.000145
+particles free 0x557173458cd0 void 0.000141
+particles free 0x557173458d40 void 0.000146
+particles free 0x557173458db0 void 0.000145
+particles free 0x557173458e20 void 0.000145
+particles free 0x557173458e90 void 0.000144
+particles free 0x557173458f00 void 0.000146
+particles free 0x557173458f70 void 0.000167
+particles free 0x557173458fe0 void 0.000153
+particles free 0x557173459050 void 0.000153
+particles free 0x5571734590c0 void 0.000150
+particles free 0x557173459130 void 0.000149
+particles free 0x5571734591a0 void 0.000151
+particles free 0x557173459210 void 0.000152
+particles free 0x557173459280 void 0.000150
+particles free 0x5571734592f0 void 0.000148
+particles free 0x557173459360 void 0.000160
+particles free 0x5571734593d0 void 0.000152
+particles free 0x557173459440 void 0.000154
+particles free 0x5571734594b0 void 0.000149
+particles free 0x557173459520 void 0.000149
+particles free 0x557173459590 void 0.000152
+particles free 0x557173459600 void 0.000153
+particles free 0x557173459670 void 0.000152
+particles free 0x5571734596e0 void 0.000152
+particles free 0x557173459750 void 0.000152
+particles free 0x5571734597c0 void 0.000153
+particles free 0x557173459830 void 0.000152
+particles free 0x5571734598a0 void 0.000152
+particles free 0x557173459910 void 0.000153
+particles free 0x557173459980 void 0.000153
+particles free 0x5571734599f0 void 0.000153
+particles free 0x557173459a60 void 0.000147
+particles free 0x557173459ad0 void 0.000149
+particles free 0x55717345edc0 void 0.000152
+particles free 0x55717345ee30 void 0.000148
+particles free 0x55717345eea0 void 0.000147
+particles free 0x55717345ef10 void 0.000150
+particles free 0x55717345ef80 void 0.000152
+particles free 0x55717345eff0 void 0.000151
+particles free 0x55717345f060 void 0.000149
+particles free 0x55717345f0d0 void 0.000151
+particles free 0x55717345f140 void 0.000150
+particles free 0x55717345f1b0 void 0.000154
+particles free 0x55717345f220 void 0.000152
+particles free 0x55717345f290 void 0.000179
+particles free 0x55717345f300 void 0.000186
+particles free 0x55717345f370 void 0.000181
+particles free 0x55717345f3e0 void 0.000185
+particles free 0x55717345f450 void 0.000183
+particles free 0x55717345f4c0 void 0.000186
+particles free 0x55717345f530 void 0.000181
+particles free 0x55717345f5a0 void 0.000181
+particles free 0x55717345f610 void 0.000184
+particles free 0x55717345f680 void 0.000200
+particles free 0x55717345f6f0 void 0.000156
+particles free 0x55717345f760 void 0.000146
+particles free 0x55717345f7d0 void 0.000140
+particles free 0x55717345f840 void 0.000139
+particles free 0x55717345f8b0 void 0.000140
+particles free 0x55717345f920 void 0.000138
+particles free 0x55717345f990 void 0.000139
+particles free 0x55717345fa00 void 0.000139
+particles free 0x55717345fa70 void 0.000140
+particles free 0x55717345fae0 void 0.000138
+particles free 0x55717345fb50 void 0.000139
+particles free 0x55717345fbc0 void 0.000138
+particles free 0x55717345fc30 void 0.000139
+particles free 0x55717345fca0 void 0.000138
+particles free 0x55717345fd10 void 0.000138
+particles free 0x55717345fd80 void 0.000139
+particles free 0x55717345fdf0 void 0.000139
+particles free 0x55717345fe60 void 0.000138
+particles free 0x55717345fed0 void 0.000138
+particles free 0x55717345ff40 void 0.000138
+particles free 0x55717345ffb0 void 0.000140
+particles free 0x557173460020 void 0.000138
+particles free 0x557173460090 void 0.000140
+particles free 0x557173460100 void 0.000137
+particles free 0x557173460170 void 0.000137
+particles free 0x5571734601e0 void 0.000139
+particles free 0x557173460250 void 0.000137
+particles free 0x5571734602c0 void 0.000139
+particles free 0x557173460330 void 0.000139
+particles free 0x5571734603a0 void 0.000139
+particles free 0x5571735cae40 void 0.000141
+particles free 0x5571735caeb0 void 0.000139
+particles free 0x5571735caf20 void 0.000139
+particles free 0x5571735caf90 void 0.000139
+particles free 0x5571735cb000 void 0.000139
+particles free 0x5571735cb070 void 0.000139
+particles free 0x5571735cb0e0 void 0.000138
+particles free 0x5571735cb150 void 0.000137
+particles free 0x5571735cb1c0 void 0.000139
+particles free 0x5571735cb230 void 0.000139
+particles free 0x5571735cb2a0 void 0.000137
+particles free 0x5571735cb310 void 0.000137
+particles free 0x5571735cb380 void 0.000140
+particles free 0x5571735cb3f0 void 0.000139
+particles free 0x5571735cb460 void 0.000139
+particles free 0x5571735cb4d0 void 0.000140
+particles free 0x5571735cb540 void 0.000138
+particles free 0x5571735cb5b0 void 0.000138
+particles free 0x5571735cb620 void 0.000138
+particles free 0x5571735cb690 void 0.000139
+particles free 0x5571735cb700 void 0.000139
+particles free 0x5571735cb770 void 0.000139
+particles free 0x5571735cb7e0 void 0.000179
+particles free 0x5571735cb850 void 0.000184
+particles free 0x5571735cb8c0 void 0.000239
+particles free 0x5571735cb930 void 0.000376
+particles free 0x5571735cb9a0 void 0.000248
+particles free 0x5571735cba10 void 0.000123
+particles free 0x5571735cba80 void 0.000122
+particles free 0x5571735cbaf0 void 0.000119
+particles free 0x5571735cbb60 void 0.000122
+particles free 0x5571735cbbd0 void 0.000119
+particles free 0x5571735cbc40 void 0.000119
+particles free 0x5571735cbcb0 void 0.000119
+particles free 0x5571735cbd20 void 0.000119
+particles free 0x5571735cbd90 void 0.000118
+particles free 0x5571735cbe00 void 0.000119
+particles free 0x5571735cbe70 void 0.000118
+particles free 0x5571735cbee0 void 0.000119
+particles free 0x5571735cbf50 void 0.000121
+particles free 0x5571735cbfc0 void 0.000119
+particles free 0x5571735cc030 void 0.000119
+particles free 0x5571735cc0a0 void 0.000118
+particles free 0x5571735cc110 void 0.000145
+particles free 0x5571735cc180 void 0.000166
+particles free 0x5571735cc1f0 void 0.000167
+particles free 0x5571735cc260 void 0.000160
+particles free 0x5571735cc2d0 void 0.000164
+particles free 0x5571735cc340 void 0.000167
+particles free 0x5571735cc3b0 void 0.000161
+particles free 0x5571735cc420 void 0.000158
+particles free 0x5571735cc490 void 0.000171
+particles free 0x5571735cc500 void 0.000167
+particles free 0x5571735cc570 void 0.000161
+particles free 0x5571735cc5e0 void 0.000160
+particles free 0x5571735cc650 void 0.000163
+particles free 0x5571735cc6c0 void 0.000169
+particles free 0x5571735cc730 void 0.000168
+particles free 0x5571735cc7a0 void 0.000160
+particles free 0x5571735cc810 void 0.000161
+particles free 0x5571735cc880 void 0.000159
+particles free 0x5571735cc8f0 void 0.000173
+particles free 0x5571735cc960 void 0.000173
+particles free 0x5571735cc9d0 void 0.000286
+particles free 0x5571735cca40 void 0.000171
+particles free 0x5571735ccab0 void 0.000166
+particles free 0x5571735ccb20 void 0.000307
+particles free 0x5571735ccb90 void 0.000342
+particles free 0x5571735ccc00 void 0.000516
+particles free 0x5571735ccc70 void 0.000352
+particles free 0x5571735ccce0 void 0.000248
+particles free 0x5571735ccd50 void 0.000328
+particles free 0x5571735ccdc0 void 0.000181
+particles free 0x5571735cce30 void 0.000132
+particles free 0x5571735ccea0 void 0.000135
+particles free 0x5571735ccf10 void 0.000139
+particles free 0x5571735ccf80 void 0.000137
+particles free 0x5571735ccff0 void 0.000132
+particles free 0x5571735cd060 void 0.000134
+particles free 0x5571735cd0d0 void 0.000137
+particles free 0x5571735cd140 void 0.000162
+particles free 0x5571735cd1b0 void 0.000139
+particles free 0x5571735cd220 void 0.000137
+particles free 0x5571735cd290 void 0.000133
+particles free 0x5571735cd300 void 0.000131
+particles free 0x5571735cd370 void 0.000137
+particles free 0x5571735cd3e0 void 0.000133
+particles free 0x5571735cd450 void 0.000132
+particles free 0x5571735cd4c0 void 0.000131
+particles free 0x5571735cd530 void 0.000131
+particles free 0x5571735cd5a0 void 0.000131
+particles free 0x5571735cd610 void 0.000130
+particles free 0x5571735cd680 void 0.000132
+particles free 0x5571735cd6f0 void 0.000135
+particles free 0x5571735cd760 void 0.000141
+particles free 0x5571735cd7d0 void 0.000139
+particles free 0x5571735cd840 void 0.000155
+particles free 0x5571735cd8b0 void 0.000272
+particles free 0x5571735cd920 void 0.000311
+particles free 0x5571735cd990 void 0.000261
+particles free 0x5571735cda00 void 0.000152
+particles free 0x5571735cda70 void 0.000179
+particles free 0x5571735cdae0 void 0.000170
+particles free 0x5571735cdb50 void 0.000171
+particles free 0x5571735cdbc0 void 0.000170
+particles free 0x5571735cdc30 void 0.000135
+particles free 0x5571735cdca0 void 0.000133
+particles free 0x5571735cdd10 void 0.000136
+particles free 0x5571735cdd80 void 0.000132
+particles free 0x5571735cddf0 void 0.000132
+particles free 0x5571735cde60 void 0.000152
+particles free 0x5571735cded0 void 0.000136
+particles free 0x5571735cdf40 void 0.000160
+particles free 0x5571735cdfb0 void 0.000184
+particles free 0x5571735ce020 void 0.000182
+particles free 0x5571735ce090 void 0.000183
+particles free 0x5571735ce100 void 0.000181
+particles free 0x5571735ce170 void 0.000211
+particles free 0x5571735ce1e0 void 0.000212
+particles free 0x5571735ce250 void 0.000209
+particles free 0x5571735ce2c0 void 0.000179
+particles free 0x5571735ce330 void 0.000186
+particles free 0x5571735ce3a0 void 0.000132
+particles free 0x5571735ce410 void 0.000128
+particles free 0x5571735ce480 void 0.000124
+particles free 0x5571735ce4f0 void 0.000128
+particles free 0x5571735ce560 void 0.000126
+particles free 0x5571735ce5d0 void 0.000154
+particles free 0x5571735ce640 void 0.000128
+particles free 0x5571735ce6b0 void 0.000129
+particles free 0x5571735ce720 void 0.000131
+particles free 0x5571735ce790 void 0.000131
+particles free 0x5571735ce800 void 0.000132
+particles free 0x5571735ce870 void 0.000128
+particles free 0x5571735ce8e0 void 0.000124
+particles free 0x5571735ce950 void 0.000129
+particles free 0x5571735ce9c0 void 0.000131
+particles free 0x5571735cea30 void 0.000126
+particles free 0x5571735c52e0 void 0.000125
+particles free 0x5571735c5350 void 0.000128
+particles free 0x5571735c53c0 void 0.000132
+particles free 0x5571735c5430 void 0.000131
+particles free 0x5571735c54a0 void 0.000132
+particles free 0x5571735c5510 void 0.000132
+particles free 0x5571735c5580 void 0.000131
+particles free 0x5571735c55f0 void 0.000131
+particles free 0x5571735c5660 void 0.000158
+particles free 0x5571735c56d0 void 0.000141
+particles free 0x5571735c5740 void 0.000134
+particles free 0x5571735c57b0 void 0.000130
+particles free 0x5571735c5820 void 0.000125
+particles free 0x5571735c5890 void 0.000123
+particles free 0x5571735c5900 void 0.000128
+particles free 0x5571735c5970 void 0.000130
+particles free 0x5571735c59e0 void 0.000132
+particles free 0x5571735c5a50 void 0.000131
+particles free 0x5571735c5ac0 void 0.000131
+particles free 0x5571735c5b30 void 0.000131
+particles free 0x5571735c5ba0 void 0.000126
+particles free 0x5571735c5c10 void 0.000125
+particles free 0x5571735c5c80 void 0.000127
+particles free 0x5571735c5cf0 void 0.000130
+particles free 0x5571735c5d60 void 0.000131
+particles free 0x5571735c5dd0 void 0.000124
+particles free 0x5571735c5e40 void 0.000124
+particles free 0x5571735c5eb0 void 0.000126
+particles free 0x5571735c5f20 void 0.000130
+particles free 0x5571735c5f90 void 0.000126
+particles free 0x5571735c6000 void 0.000128
+particles free 0x5571735c6070 void 0.000149
+particles free 0x5571735c60e0 void 0.000132
+particles free 0x5571735c6150 void 0.000131
+particles free 0x5571735c61c0 void 0.000130
+particles free 0x5571735c6230 void 0.000130
+particles free 0x5571735c62a0 void 0.000130
+particles free 0x5571735c6310 void 0.000134
+particles free 0x5571735c6380 void 0.000139
+particles free 0x5571735c63f0 void 0.000131
+particles free 0x5571735c6460 void 0.000126
+particles free 0x5571735c64d0 void 0.000125
+particles free 0x5571735c6540 void 0.000128
+particles free 0x5571735c65b0 void 0.000131
+particles free 0x5571735c6620 void 0.000129
+particles free 0x5571735c6690 void 0.000131
+particles free 0x5571735c6700 void 0.000133
+particles free 0x5571735c6770 void 0.000131
+particles free 0x5571735c67e0 void 0.000131
+particles free 0x5571735c6850 void 0.000126
+particles free 0x5571735c68c0 void 0.000129
+particles free 0x5571735c6930 void 0.000143
+particles free 0x5571735c69a0 void 0.000134
+particles free 0x5571735c6a10 void 0.000130
+particles free 0x5571735c6a80 void 0.000131
+particles free 0x5571735c6af0 void 0.000127
+particles free 0x5571735c6b60 void 0.000125
+particles free 0x5571735c6bd0 void 0.000136
+particles free 0x5571735c6c40 void 0.000126
+particles free 0x5571735c6cb0 void 0.000124
+particles free 0x5571735c6d20 void 0.000133
+particles free 0x5571735c6d90 void 0.000138
+particles free 0x5571735c6e00 void 0.000131
+particles free 0x5571735c6e70 void 0.000131
+particles free 0x5571735c6ee0 void 0.000132
+particles free 0x5571735c6f50 void 0.000126
+particles free 0x5571735c6fc0 void 0.000130
+particles free 0x5571735c7030 void 0.000131
+particles free 0x5571735c70a0 void 0.000126
+particles free 0x5571735c7110 void 0.000125
+particles free 0x5571735c7180 void 0.000124
+particles free 0x5571735c71f0 void 0.000129
+particles free 0x5571735c7260 void 0.000168
+particles free 0x5571735c72d0 void 0.000132
+particles free 0x5571735c7340 void 0.000128
+particles free 0x5571735c73b0 void 0.000126
+particles free 0x5571735c7420 void 0.000129
+particles free 0x5571735c7490 void 0.000131
+particles free 0x5571735c7500 void 0.000131
+particles free 0x5571735c7570 void 0.000130
+particles free 0x5571735c75e0 void 0.000126
+particles free 0x5571735c7650 void 0.000123
+particles free 0x5571735c76c0 void 0.000129
+particles free 0x5571735c7730 void 0.000132
+particles free 0x5571735c77a0 void 0.000131
+particles free 0x5571735c7810 void 0.000126
+particles free 0x5571735c7880 void 0.000128
+particles free 0x5571735c78f0 void 0.000133
+particles free 0x5571735c7960 void 0.000131
+particles free 0x5571735c79d0 void 0.000126
+particles free 0x5571735c7a40 void 0.000128
+particles free 0x5571735c7ab0 void 0.000130
+particles free 0x5571735c7b20 void 0.000131
+particles free 0x5571735c7b90 void 0.000137
+particles free 0x5571735c7c00 void 0.000132
+particles free 0x5571735c7c70 void 0.000132
+particles free 0x5571735c7ce0 void 0.000131
+particles free 0x5571735c7d50 void 0.000131
+particles free 0x5571735c7dc0 void 0.000131
+particles free 0x5571735c7e30 void 0.000126
+particles free 0x5571735c7ea0 void 0.000128
+particles free 0x5571735c7f10 void 0.000131
+particles free 0x5571735c7f80 void 0.000126
+particles free 0x5571735c7ff0 void 0.000128
+particles free 0x5571735c8060 void 0.000132
+particles free 0x5571735c80d0 void 0.000131
+particles free 0x5571735c8140 void 0.000130
+particles free 0x5571735c81b0 void 0.000126
+particles free 0x5571735c8220 void 0.000129
+particles free 0x5571735c8290 void 0.000131
+particles free 0x5571735c8300 void 0.000126
+particles free 0x5571735c8370 void 0.000128
+particles free 0x5571735c83e0 void 0.000131
+particles free 0x5571735c8450 void 0.000135
+particles free 0x5571735c84c0 void 0.000134
+particles free 0x5571735c8530 void 0.000142
+particles free 0x5571735c85a0 void 0.000132
+particles free 0x5571735c8610 void 0.000126
+particles free 0x5571735c8680 void 0.000129
+particles free 0x5571735c86f0 void 0.000132
+particles free 0x5571735c8760 void 0.000132
+particles free 0x5571735c87d0 void 0.000126
+particles free 0x5571735c8840 void 0.000124
+particles free 0x5571735c88b0 void 0.000164
+particles free 0x5571735c8920 void 0.000133
+particles free 0x5571735c8990 void 0.000130
+particles free 0x5571735c8a00 void 0.000131
+particles free 0x5571735c8a70 void 0.000130
+particles free 0x5571735c8ae0 void 0.000131
+particles free 0x5571735c8b50 void 0.000125
+particles free 0x5571735c8bc0 void 0.000123
+particles free 0x5571735c8c30 void 0.000125
+particles free 0x5571735c8ca0 void 0.000128
+particles free 0x5571735c8d10 void 0.000130
+particles free 0x5571735c8d80 void 0.000133
+particles free 0x5571735c8df0 void 0.000132
+particles free 0x5571735c8e60 void 0.000138
+particles free 0x5571735c8ed0 void 0.000127
+particles free 0x5571735c8f40 void 0.000129
+particles free 0x5571735c8fb0 void 0.000131
+particles free 0x5571735c9020 void 0.000130
+particles free 0x5571735c9090 void 0.000130
+particles free 0x5571735c9100 void 0.000131
+particles free 0x5571735c9170 void 0.000126
+particles free 0x5571735c91e0 void 0.000129
+particles free 0x5571735c9250 void 0.000132
+particles free 0x5571735c92c0 void 0.000131
+particles free 0x5571735c9330 void 0.000131
+particles free 0x5571735c93a0 void 0.000126
+particles free 0x5571735c9410 void 0.000124
+particles free 0x5571735c9480 void 0.000130
+particles free 0x5571735c94f0 void 0.000131
+particles free 0x5571735bee60 void 0.000130
+particles free 0x5571735beed0 void 0.000131
+particles free 0x5571735bef40 void 0.000131
+particles free 0x5571735befb0 void 0.000126
+particles free 0x5571735bf020 void 0.000135
+particles free 0x5571735bf090 void 0.000129
+particles free 0x5571735bf100 void 0.000133
+particles free 0x5571735bf170 void 0.000131
+particles free 0x5571735bf1e0 void 0.000133
+particles free 0x5571735bf250 void 0.000130
+particles free 0x5571735bfd20 void 0.000127
+particles free 0x5571735bfbc0 void 0.000124
+particles free 0x5571735bfb00 void 0.000130
+particles free 0x5571735bf740 void 0.000131
+particles free 0x5571735bf7b0 void 0.000150
+particles free 0x5571735bf430 void 0.000132
+particles free 0x5571735bf300 void 0.000129
+particles free 0x55717360c030 void 0.000131
+particles free 0x55717360b180 void 0.000131
+particles free 0x55717360b240 void 0.000125
+particles free 0x55717360b3a0 void 0.000129
+particles free 0x55717360b910 void 0.000131
+particles free 0x55717360b9a0 void 0.000131
+particles free 0x55717360be40 void 0.000128
+particles free 0x55717360bf00 void 0.000128
+particles free 0x55717360adc0 void 0.000148
+particles free 0x55717360a2d0 void 0.000128
+particles free 0x55717360a360 void 0.000130
+particles free 0x55717360a4c0 void 0.000130
+particles free 0x55717360a8d0 void 0.000132
+particles free 0x55717360a980 void 0.000130
+particles free 0x55717360aab0 void 0.000126
+particles free 0x55717360ae30 void 0.000127
+particles free 0x557173609df0 void 0.000131
+particles free 0x557173591cc0 void 0.000132
+particles free 0x557173591df0 void 0.000130
+particles free 0x5571736099d0 void 0.000131
+particles free 0x557173609a70 void 0.000131
+particles free 0x557173609b00 void 0.000125
+particles free 0x557173609c00 void 0.000125
+particles free 0x557173609cc0 void 0.000124
+particles free 0x557173591c10 void 0.000128
+particles free 0x557173590e40 void 0.000131
+particles free 0x557173590f40 void 0.000130
+particles free 0x557173591000 void 0.000126
+particles free 0x557173591130 void 0.000128
+particles free 0x557173591610 void 0.000167
+particles free 0x5571735916a0 void 0.000131
+particles free 0x557173591800 void 0.000127
+particles free 0x557173590db0 void 0.000128
+particles free 0x55717358ff00 void 0.000131
+particles free 0x55717358ffc0 void 0.000130
+particles free 0x557173590120 void 0.000130
+particles free 0x557173590690 void 0.000131
+particles free 0x557173590720 void 0.000129
+particles free 0x557173590bc0 void 0.000142
+particles free 0x557173590c80 void 0.000132
+particles free 0x55717358fb40 void 0.000124
+particles free 0x55717358f050 void 0.000125
+particles free 0x55717358f0e0 void 0.000124
+particles free 0x55717358f240 void 0.000129
+particles free 0x55717358f650 void 0.000126
+particles free 0x55717358f700 void 0.000124
+particles free 0x55717358f830 void 0.000128
+particles free 0x55717358fbb0 void 0.000131
+particles free 0x55717358eb70 void 0.000130
+particles free 0x55717358e160 void 0.000125
+particles free 0x55717358e600 void 0.000129
+particles free 0x55717358e6c0 void 0.000162
+particles free 0x55717358e7f0 void 0.000134
+particles free 0x55717358e880 void 0.000132
+particles free 0x55717358e980 void 0.000127
+particles free 0x55717358ea40 void 0.000128
+particles free 0x55717358e0d0 void 0.000131
+particles free 0x55717358d140 void 0.000131
+particles free 0x55717358d270 void 0.000126
+particles free 0x55717358d5f0 void 0.000129
+particles free 0x55717358d580 void 0.000131
+particles free 0x55717358d940 void 0.000131
+particles free 0x55717358da00 void 0.000127
+particles free 0x55717358db60 void 0.000129
+particles free 0x55717358d090 void 0.000132
+particles free 0x55717358c2c0 void 0.000131
+particles free 0x55717358c3c0 void 0.000133
+particles free 0x55717358c480 void 0.000132
+particles free 0x55717358c5b0 void 0.000130
+particles free 0x55717358ca90 void 0.000130
+particles free 0x55717358cb20 void 0.000127
+particles free 0x55717358cc80 void 0.000128
+particles free 0x55717358c230 void 0.000127
+particles free 0x55717358b380 void 0.000129
+particles free 0x55717358b440 void 0.000131
+particles free 0x55717358b5a0 void 0.000131
+particles free 0x55717358bb10 void 0.000132
+particles free 0x55717358bba0 void 0.000130
+particles free 0x55717358c040 void 0.000131
+particles free 0x55717358c100 void 0.000131
+particles free 0x55717358afc0 void 0.000130
+particles free 0x55717358a4d0 void 0.000125
+particles free 0x55717358a560 void 0.000128
+particles free 0x55717358a6c0 void 0.000132
+particles free 0x55717358aad0 void 0.000130
+particles free 0x55717358ab80 void 0.000126
+particles free 0x55717358acb0 void 0.000127
+particles free 0x55717358b030 void 0.000132
+particles free 0x557173589ff0 void 0.000130
+particles free 0x5571735895e0 void 0.000132
+particles free 0x557173589a80 void 0.000130
+particles free 0x557173589b40 void 0.000125
+particles free 0x557173589c70 void 0.000129
+particles free 0x557173589d00 void 0.000132
+particles free 0x557173589e00 void 0.000132
+particles free 0x557173589ec0 void 0.000126
+particles free 0x557173589550 void 0.000129
+particles free 0x5571735885c0 void 0.000131
+particles free 0x5571735886f0 void 0.000131
+particles free 0x557173588a70 void 0.000130
+particles free 0x557173588a00 void 0.000140
+particles free 0x557173588dc0 void 0.000131
+particles free 0x557173588e80 void 0.000131
+particles free 0x557173588fe0 void 0.000131
+particles free 0x557173588510 void 0.000131
+particles free 0x557173608b00 void 0.000130
+particles free 0x557173608c00 void 0.000131
+particles free 0x557173608cc0 void 0.000125
+particles free 0x557173608df0 void 0.000126
+particles free 0x5571736092d0 void 0.000127
+particles free 0x557173609360 void 0.000162
+particles free 0x5571736094c0 void 0.000132
+particles free 0x557173608a70 void 0.000130
+particles free 0x557173607bc0 void 0.000126
+particles free 0x557173607c80 void 0.000133
+particles free 0x557173607de0 void 0.000121
+particles free 0x557173608350 void 0.000117
+particles free 0x5571736083e0 void 0.000117
+particles free 0x557173608880 void 0.000117
+particles free 0x557173608940 void 0.000117
+particles free 0x557173607800 void 0.000117
+particles free 0x557173606d10 void 0.000118
+particles free 0x557173606da0 void 0.000117
+particles free 0x557173606f00 void 0.000119
+particles free 0x557173607310 void 0.000118
+particles free 0x5571736073c0 void 0.000140
+particles free 0x5571736074f0 void 0.000119
+particles free 0x557173607870 void 0.000118
+particles free 0x557173606830 void 0.000118
+particles free 0x557173605e20 void 0.000118
+particles free 0x5571736062c0 void 0.000117
+particles free 0x557173606380 void 0.000118
+particles free 0x5571736064b0 void 0.000119
+particles free 0x557173606540 void 0.000118
+particles free 0x557173606640 void 0.000118
+particles free 0x557173606700 void 0.000118
+particles free 0x557173605d90 void 0.000117
+particles free 0x557173604e00 void 0.000118
+particles free 0x557173604f30 void 0.000145
+particles free 0x5571736052b0 void 0.000116
+particles free 0x557173605240 void 0.000118
+particles free 0x557173605600 void 0.000117
+particles free 0x5571736056c0 void 0.000119
+particles free 0x557173605820 void 0.000118
+particles free 0x557173604d50 void 0.000119
+particles free 0x557173603f80 void 0.000118
+particles free 0x557173604080 void 0.000117
+particles free 0x557173604140 void 0.000119
+particles free 0x557173604270 void 0.000118
+particles free 0x557173604750 void 0.000119
+particles free 0x5571736047e0 void 0.000119
+particles free 0x557173604940 void 0.000168
+particles free 0x557173603ef0 void 0.000120
+particles free 0x557173603040 void 0.000117
+particles free 0x557173603100 void 0.000116
+particles free 0x557173603260 void 0.000117
+particles free 0x5571736037d0 void 0.000118
+particles free 0x557173603860 void 0.000118
+particles free 0x557173603d00 void 0.000117
+particles free 0x557173603dc0 void 0.000118
+particles free 0x557173602c80 void 0.000117
+particles free 0x557173602190 void 0.000118
+particles free 0x557173602220 void 0.000117
+particles free 0x557173602380 void 0.000120
+particles free 0x557173602790 void 0.000118
+particles free 0x557173602840 void 0.000116
+particles free 0x557173602970 void 0.000117
+particles free 0x557173602cf0 void 0.000117
+particles free 0x557173601cb0 void 0.000118
+particles free 0x5571736012a0 void 0.000118
+particles free 0x557173601740 void 0.000120
+particles free 0x557173601800 void 0.000118
+particles free 0x557173601930 void 0.000118
+particles free 0x5571736019c0 void 0.000118
+particles free 0x557173601ac0 void 0.000118
+particles free 0x557173601b80 void 0.000117
+particles free 0x557173601210 void 0.000145
+particles free 0x5571735d6080 void 0.000124
+particles free 0x5571735d61b0 void 0.000121
+particles free 0x5571735d6530 void 0.000119
+particles free 0x5571735d64c0 void 0.000118
+particles free 0x5571735d6880 void 0.000116
+particles free 0x5571735d6940 void 0.000116
+particles free 0x5571735d6aa0 void 0.000117
+particles free 0x5571735d5fd0 void 0.000124
+particles free 0x5571735d5200 void 0.000118
+particles free 0x5571735d5300 void 0.000118
+particles free 0x5571735d53c0 void 0.000118
+particles free 0x5571735d54f0 void 0.000118
+particles free 0x5571735d59d0 void 0.000117
+particles free 0x5571735d5a60 void 0.000117
+particles free 0x5571735d5bc0 void 0.000119
+particles free 0x5571735d5170 void 0.000118
+particles free 0x5571735d42c0 void 0.000119
+particles free 0x5571735d4380 void 0.000118
+particles free 0x5571735d44e0 void 0.000118
+particles free 0x5571735d4a50 void 0.000118
+particles free 0x5571735d4ae0 void 0.000118
+particles free 0x5571735d4f80 void 0.000120
+particles free 0x5571735d5040 void 0.000119
+particles free 0x5571735d3f00 void 0.000119
+particles free 0x5571735d3410 void 0.000117
+particles free 0x5571735d34a0 void 0.000118
+particles free 0x5571735d3600 void 0.000118
+particles free 0x5571735d3a10 void 0.000140
+particles free 0x5571735d3ac0 void 0.000120
+particles free 0x5571735d3bf0 void 0.000119
+particles free 0x5571735d3f70 void 0.000117
+particles free 0x5571735d2f30 void 0.000118
+particles free 0x5571735d2520 void 0.000118
+particles free 0x5571735d29c0 void 0.000119
+particles free 0x5571735d2a80 void 0.000119
+particles free 0x5571735d2bb0 void 0.000118
+particles free 0x5571735d2c40 void 0.000118
+particles free 0x5571735d2d40 void 0.000118
+particles free 0x5571735d2e00 void 0.000118
+particles free 0x5571735d2490 void 0.000119
+particles free 0x5571735d1500 void 0.000118
+particles free 0x5571735d1630 void 0.000118
+particles free 0x5571735d19b0 void 0.000117
+particles free 0x5571735d1940 void 0.000117
+particles free 0x5571735d1d00 void 0.000118
+particles free 0x5571735d1dc0 void 0.000119
+particles free 0x5571735d1f20 void 0.000120
+particles free 0x5571735d1450 void 0.000119
+particles free 0x5571735d0680 void 0.000120
+particles free 0x5571735d0780 void 0.000119
+particles free 0x5571735d0840 void 0.000119
+particles free 0x5571735d0970 void 0.000118
+particles free 0x5571735d0e50 void 0.000119
+particles free 0x5571735d0ee0 void 0.000119
+particles free 0x5571735d1040 void 0.000125
+particles free 0x5571735d05f0 void 0.000120
+particles free 0x5571735cf740 void 0.000119
+particles free 0x5571735cf800 void 0.000117
+particles free 0x5571735cf960 void 0.000119
+particles free 0x5571735cfed0 void 0.000119
+particles free 0x5571735cff60 void 0.000115
+particles free 0x5571735d0400 void 0.000118
+particles free 0x5571735d04c0 void 0.000120
+particles free 0x5571735cf380 void 0.000118
+particles free 0x5571734690c0 void 0.000114
+particles free 0x557173469180 void 0.000142
+particles free 0x5571734692e0 void 0.000121
+particles free 0x5571735cee90 void 0.000119
+particles free 0x5571735cef40 void 0.000137
+particles free 0x5571735cf070 void 0.000120
+particles free 0x5571735cf3f0 void 0.000118
+particles free 0x557173468d00 void 0.000120
+particles free 0x557173468210 void 0.000119
+particles free 0x5571734682a0 void 0.000118
+particles free 0x557173468400 void 0.000118
+particles free 0x557173468810 void 0.000118
+particles free 0x5571734688c0 void 0.000123
+particles free 0x5571734689f0 void 0.000119
+particles free 0x557173468d70 void 0.000118
+particles free 0x557173467d30 void 0.000117
+particles free 0x557173467320 void 0.000121
+particles free 0x5571734677c0 void 0.000118
+particles free 0x557173467880 void 0.000119
+particles free 0x5571734679b0 void 0.000119
+particles free 0x557173467a40 void 0.000118
+particles free 0x557173467b40 void 0.000118
+particles free 0x557173467c00 void 0.000118
+particles free 0x557173467290 void 0.000118
+particles free 0x557173466300 void 0.000118
+particles free 0x557173466430 void 0.000119
+particles free 0x5571734667b0 void 0.000119
+particles free 0x557173466740 void 0.000119
+particles free 0x557173466b00 void 0.000120
+particles free 0x557173466bc0 void 0.000119
+particles free 0x557173466d20 void 0.000119
+particles free 0x557173466250 void 0.000119
+particles free 0x557173465480 void 0.000119
+particles free 0x557173465580 void 0.000119
+particles free 0x557173465640 void 0.000119
+particles free 0x557173465770 void 0.000118
+particles free 0x557173465c50 void 0.000119
+particles free 0x557173465ce0 void 0.000119
+particles free 0x557173465e40 void 0.000118
+particles free 0x5571734653f0 void 0.000118
+particles free 0x557173464540 void 0.000120
+particles free 0x557173464600 void 0.000118
+particles free 0x557173464760 void 0.000141
+particles free 0x557173464cd0 void 0.000121
+particles free 0x557173464d60 void 0.000119
+particles free 0x557173465200 void 0.000118
+particles free 0x5571734652c0 void 0.000119
+particles free 0x557173464180 void 0.000119
+particles free 0x557173463690 void 0.000118
+particles free 0x557173463720 void 0.000118
+particles free 0x557173463880 void 0.000116
+particles free 0x557173463c90 void 0.000118
+particles free 0x557173463d40 void 0.000118
+particles free 0x557173463e70 void 0.000118
+particles free 0x5571734641f0 void 0.000122
+particles free 0x5571734631b0 void 0.000111
+particles free 0x5571734627a0 void 0.000257
+particles free 0x557173462c40 void 0.000184
+particles free 0x557173462d00 void 0.000118
+particles free 0x557173462e30 void 0.000117
+particles free 0x557173462ec0 void 0.000117
+particles free 0x557173469960 void 0.000118
+particles free 0x5571734698f0 void 0.000118
+particles free 0x557173469880 void 0.000118
+particles free 0x557173469810 void 0.000117
+particles free 0x5571734697a0 void 0.000117
+particles free 0x557173462fc0 void 0.000120
+particles free 0x557173463080 void 0.000173
+particles free 0x5571735cadb0 void 0.000122
+particles free 0x557173462f30 void 0.000118
+particles free 0x5571734654f0 void 0.000118
+particles free 0x557173467ab0 void 0.000118
+particles free 0x5571735d06f0 void 0.000118
+particles free 0x5571735d2cb0 void 0.000121
+particles free 0x5571735d5270 void 0.000118
+particles free 0x557173601a30 void 0.000119
+particles free 0x557173603ff0 void 0.000118
+particles free 0x5571736065b0 void 0.000117
+particles free 0x557173608b70 void 0.000118
+particles free 0x557173589d70 void 0.000118
+particles free 0x55717358c330 void 0.000126
+particles free 0x55717358e8f0 void 0.000118
+particles free 0x557173590eb0 void 0.000118
+particles free 0x557173609b70 void 0.000119
+particles free 0x557173591d30 void 0.000118
+particles free 0x55717358c170 void 0.000117
+particles free 0x5571736041b0 void 0.000118
+particles free 0x557173462d70 void 0.000119
+particles free 0x557173601bf0 void 0.000118
+particles free 0x557173608d30 void 0.000118
+particles free 0x557173590cf0 void 0.000119
+particles free 0x5571735d1570 void 0.000117
+particles free 0x557173606770 void 0.000117
+particles free 0x5571735cefb0 void 0.000118
+particles free 0x557173463db0 void 0.000128
+particles free 0x55717358e730 void 0.000119
+particles free 0x55717358abf0 void 0.000118
+particles free 0x557173607430 void 0.000118
+particles free 0x5571734678f0 void 0.000118
+particles free 0x55717360a9f0 void 0.000117
+particles free 0x55717360bf70 void 0.000117
+particles free 0x5571735d60f0 void 0.000118
+particles free 0x5571735d0530 void 0.000117
+particles free 0x5571735d2af0 void 0.000118
+particles free 0x557173589f30 void 0.000117
+particles free 0x557173467c70 void 0.000118
+particles free 0x557173604e70 void 0.000117
+particles free 0x55717358c4f0 void 0.000118
+particles free 0x5571735d5430 void 0.000118
+particles free 0x55717358d1b0 void 0.000134
+particles free 0x557173466370 void 0.000126
+particles free 0x55717358eab0 void 0.000120
+particles free 0x5571735d50b0 void 0.000117
+particles free 0x557173465330 void 0.000119
+particles free 0x5571734656b0 void 0.000117
+particles free 0x5571736089b0 void 0.000119
+particles free 0x557173601870 void 0.000118
+particles free 0x557173591070 void 0.000119
+particles free 0x557173588630 void 0.000117
+particles free 0x5571736063f0 void 0.000119
+particles free 0x55717358f770 void 0.000140
+particles free 0x5571735d08b0 void 0.000122
+particles free 0x5571735d2e70 void 0.000118
+particles free 0x557173603e30 void 0.000118
+particles free 0x557173468930 void 0.000118
+particles free 0x5571734630f0 void 0.000119
+particles free 0x5571736028b0 void 0.000118
+particles free 0x557173589bb0 void 0.000119
+particles free 0x5571735d3b30 void 0.000120
+particles free 0x5571735bf370 void 0.000118
+particles free 0x557173609d30 void 0.000118
+particles free 0x557173591710 void 0.000119
+particles free 0x557173591780 void 0.000119
+particles free 0x5571735d3510 void 0.000132
+particles free 0x5571735d3580 void 0.000120
+particles free 0x5571736093d0 void 0.000119
+particles free 0x557173609440 void 0.000118
+particles free 0x557173604850 void 0.000120
+particles free 0x5571736048c0 void 0.000118
+particles free 0x5571735d0f50 void 0.000119
+particles free 0x5571735d0fc0 void 0.000118
+particles free 0x5571735d5ad0 void 0.000118
+particles free 0x5571735d5b40 void 0.000119
+particles free 0x557173602290 void 0.000118
+particles free 0x557173602300 void 0.000118
+particles free 0x557173590030 void 0.000119
+particles free 0x5571735900a0 void 0.000118
+particles free 0x55717358a5d0 void 0.000125
+particles free 0x55717358a640 void 0.000118
+particles free 0x55717360b2b0 void 0.000139
+particles free 0x55717360b320 void 0.000128
+particles free 0x55717358f150 void 0.000120
+particles free 0x55717358f1c0 void 0.000119
+particles free 0x55717358da70 void 0.000120
+particles free 0x55717358dae0 void 0.000119
+particles free 0x55717358b4b0 void 0.000119
+particles free 0x55717358b520 void 0.000126
+particles free 0x5571735d69b0 void 0.000119
+particles free 0x5571735d6a20 void 0.000118
+particles free 0x557173465d50 void 0.000119
+particles free 0x557173465dc0 void 0.000118
+particles free 0x557173606e10 void 0.000117
+particles free 0x557173606e80 void 0.000119
+particles free 0x5571735bfc30 void 0.000119
+particles free 0x5571735bfca0 void 0.000122
+particles free 0x557173603170 void 0.000120
+particles free 0x5571736031e0 void 0.000119
+particles free 0x5571735d43f0 void 0.000119
+particles free 0x5571735d4460 void 0.000120
+particles free 0x5571734691f0 void 0.000120
+particles free 0x557173469260 void 0.000119
+particles free 0x557173588ef0 void 0.000121
+particles free 0x557173588f60 void 0.000117
+particles free 0x557173463790 void 0.000121
+particles free 0x557173463800 void 0.000119
+particles free 0x55717358cb90 void 0.000118
+particles free 0x55717358cc00 void 0.000120
+particles free 0x5571735d1e30 void 0.000119
+particles free 0x5571735d1ea0 void 0.000118
+particles free 0x557173466c30 void 0.000118
+particles free 0x557173466ca0 void 0.000118
+particles free 0x557173464670 void 0.000119
+particles free 0x5571734646e0 void 0.000119
+particles free 0x557173607cf0 void 0.000119
+particles free 0x557173607d60 void 0.000119
+particles free 0x5571735cf870 void 0.000119
+particles free 0x5571735cf8e0 void 0.000119
+particles free 0x557173468310 void 0.000114
+particles free 0x557173468380 void 0.000118
+particles free 0x55717360a3d0 void 0.000120
+particles free 0x55717360a440 void 0.000119
+particles free 0x557173605730 void 0.000119
+particles free 0x5571736057a0 void 0.000118
+particles free 0x557173591e60 void 0.000118
+particles free 0x557173591ed0 void 0.000119
+particles free 0x557173591f40 void 0.000118
+particles free 0x5571735d6b10 void 0.000118
+particles free 0x5571735d6b80 void 0.000120
+particles free 0x5571735d6bf0 void 0.000119
+particles free 0x557173588370 void 0.000129
+particles free 0x5571735883e0 void 0.000119
+particles free 0x557173588450 void 0.000117
+particles free 0x5571735d16a0 void 0.000119
+particles free 0x5571735d1710 void 0.000118
+particles free 0x5571735d1780 void 0.000119
+particles free 0x5571735d17f0 void 0.000119
+particles free 0x5571735d1860 void 0.000119
+particles free 0x5571735d18d0 void 0.000119
+particles free 0x557173468a60 void 0.000118
+particles free 0x557173468ad0 void 0.000119
+particles free 0x557173468b40 void 0.000120
+particles free 0x557173468bb0 void 0.000119
+particles free 0x557173468c20 void 0.000118
+particles free 0x557173468c90 void 0.000119
+particles free 0x55717358d2e0 void 0.000119
+particles free 0x55717358d350 void 0.000127
+particles free 0x55717358d3c0 void 0.000125
+particles free 0x55717358d430 void 0.000119
+particles free 0x55717358d4a0 void 0.000119
+particles free 0x55717358d510 void 0.000119
+particles free 0x55717358ad20 void 0.000119
+particles free 0x55717358ad90 void 0.000119
+particles free 0x55717358ae00 void 0.000119
+particles free 0x55717358ae70 void 0.000119
+particles free 0x55717358aee0 void 0.000120
+particles free 0x55717358af50 void 0.000125
+particles free 0x557173588760 void 0.000121
+particles free 0x5571735887d0 void 0.000118
+particles free 0x557173588840 void 0.000118
+particles free 0x5571735888b0 void 0.000119
+particles free 0x557173588920 void 0.000120
+particles free 0x557173588990 void 0.000118
+particles free 0x557173604fa0 void 0.000120
+particles free 0x557173605010 void 0.000119
+particles free 0x557173605080 void 0.000119
+particles free 0x5571736050f0 void 0.000118
+particles free 0x557173605160 void 0.000118
+particles free 0x5571736051d0 void 0.000119
+particles free 0x5571734664a0 void 0.000119
+particles free 0x557173466510 void 0.000119
+particles free 0x557173466580 void 0.000118
+particles free 0x5571734665f0 void 0.000119
+particles free 0x557173466660 void 0.000118
+particles free 0x5571734666d0 void 0.000118
+particles free 0x5571735d6220 void 0.000119
+particles free 0x5571735d6290 void 0.000119
+particles free 0x5571735d6300 void 0.000119
+particles free 0x5571735d6370 void 0.000118
+particles free 0x5571735d63e0 void 0.000119
+particles free 0x5571735d6450 void 0.000119
+particles free 0x55717360ab20 void 0.000119
+particles free 0x55717360ab90 void 0.000118
+particles free 0x55717360ac00 void 0.000127
+particles free 0x55717360ac70 void 0.000120
+particles free 0x55717360ace0 void 0.000119
+particles free 0x55717360ad50 void 0.000121
+particles free 0x5571735bf4a0 void 0.000119
+particles free 0x5571735bf510 void 0.000119
+particles free 0x5571735bf580 void 0.000118
+particles free 0x5571735bf5f0 void 0.000119
+particles free 0x5571735bf660 void 0.000120
+particles free 0x5571735bf6d0 void 0.000117
+particles free 0x5571735cf0e0 void 0.000118
+particles free 0x5571735cf150 void 0.000118
+particles free 0x5571735cf1c0 void 0.000119
+particles free 0x5571735cf230 void 0.000119
+particles free 0x5571735cf2a0 void 0.000118
+particles free 0x5571735cf310 void 0.000120
+particles free 0x5571735d3c60 void 0.000118
+particles free 0x5571735d3cd0 void 0.000118
+particles free 0x5571735d3d40 void 0.000119
+particles free 0x5571735d3db0 void 0.000119
+particles free 0x5571735d3e20 void 0.000118
+particles free 0x5571735d3e90 void 0.000118
+particles free 0x557173607560 void 0.000119
+particles free 0x5571736075d0 void 0.000118
+particles free 0x557173607640 void 0.000118
+particles free 0x5571736076b0 void 0.000118
+particles free 0x557173607720 void 0.000118
+particles free 0x557173607790 void 0.000121
+particles free 0x5571736029e0 void 0.000118
+particles free 0x557173602a50 void 0.000121
+particles free 0x557173602ac0 void 0.000119
+particles free 0x557173602b30 void 0.000119
+particles free 0x557173602ba0 void 0.000118
+particles free 0x557173602c10 void 0.000119
+particles free 0x55717358f8a0 void 0.000118
+particles free 0x55717358f910 void 0.000120
+particles free 0x55717358f980 void 0.000119
+particles free 0x55717358f9f0 void 0.000119
+particles free 0x55717358fa60 void 0.000119
+particles free 0x55717358fad0 void 0.000116
+particles free 0x557173463ee0 void 0.000119
+particles free 0x557173463f50 void 0.000120
+particles free 0x557173463fc0 void 0.000117
+particles free 0x557173464030 void 0.000122
+particles free 0x5571734640a0 void 0.000119
+particles free 0x557173464110 void 0.000118
+particles free 0x55717358fc20 void 0.000118
+particles free 0x55717358fc90 void 0.000118
+particles free 0x55717358fd00 void 0.000119
+particles free 0x55717358fd70 void 0.000121
+particles free 0x55717358fde0 void 0.000121
+particles free 0x55717358fe50 void 0.000120
+particles free 0x557173605320 void 0.000118
+particles free 0x557173605390 void 0.000125
+particles free 0x557173605400 void 0.000120
+particles free 0x557173605470 void 0.000118
+particles free 0x5571736054e0 void 0.000118
+particles free 0x557173605550 void 0.000119
+particles free 0x557173464260 void 0.000119
+particles free 0x5571734642d0 void 0.000119
+particles free 0x557173464340 void 0.000119
+particles free 0x5571734643b0 void 0.000119
+particles free 0x557173464420 void 0.000119
+particles free 0x557173464490 void 0.000119
+particles free 0x5571735cf460 void 0.000118
+particles free 0x5571735cf4d0 void 0.000120
+particles free 0x5571735cf540 void 0.000119
+particles free 0x5571735cf5b0 void 0.000118
+particles free 0x5571735cf620 void 0.000118
+particles free 0x5571735cf690 void 0.000119
+particles free 0x5571735bf820 void 0.000131
+particles free 0x5571735bf890 void 0.000129
+particles free 0x5571735bf900 void 0.000120
+particles free 0x5571735bf970 void 0.000119
+particles free 0x5571735bf9e0 void 0.000119
+particles free 0x5571735bfa50 void 0.000119
+particles free 0x5571735d65a0 void 0.000118
+particles free 0x5571735d6610 void 0.000118
+particles free 0x5571735d6680 void 0.000120
+particles free 0x5571735d66f0 void 0.000118
+particles free 0x5571735d6760 void 0.000127
+particles free 0x5571735d67d0 void 0.000119
+particles free 0x5571736078e0 void 0.000118
+particles free 0x557173607950 void 0.000119
+particles free 0x5571736079c0 void 0.000119
+particles free 0x557173607a30 void 0.000118
+particles free 0x557173607aa0 void 0.000119
+particles free 0x557173607b10 void 0.000118
+particles free 0x5571735d1a20 void 0.000118
+particles free 0x5571735d1a90 void 0.000118
+particles free 0x5571735d1b00 void 0.000119
+particles free 0x5571735d1b70 void 0.000120
+particles free 0x5571735d1be0 void 0.000118
+particles free 0x5571735d1c50 void 0.000123
+particles free 0x557173588ae0 void 0.000127
+particles free 0x557173588b50 void 0.000125
+particles free 0x557173588bc0 void 0.000125
+particles free 0x557173588c30 void 0.000126
+particles free 0x557173588ca0 void 0.000120
+particles free 0x557173588d10 void 0.000119
+particles free 0x557173468de0 void 0.000120
+particles free 0x557173468e50 void 0.000118
+particles free 0x557173468ec0 void 0.000119
+particles free 0x557173468f30 void 0.000119
+particles free 0x557173468fa0 void 0.000120
+particles free 0x557173469010 void 0.000167
+particles free 0x55717358b0a0 void 0.000119
+particles free 0x55717358b110 void 0.000119
+particles free 0x55717358b180 void 0.000118
+particles free 0x55717358b1f0 void 0.000118
+particles free 0x55717358b260 void 0.000118
+particles free 0x55717358b2d0 void 0.000125
+particles free 0x55717358d660 void 0.000120
+particles free 0x55717358d6d0 void 0.000119
+particles free 0x55717358d740 void 0.000119
+particles free 0x55717358d7b0 void 0.000118
+particles free 0x55717358d820 void 0.000117
+particles free 0x55717358d890 void 0.000119
+particles free 0x55717360aea0 void 0.000118
+particles free 0x55717360af10 void 0.000118
+particles free 0x55717360af80 void 0.000117
+particles free 0x55717360aff0 void 0.000118
+particles free 0x55717360b060 void 0.000119
+particles free 0x55717360b0d0 void 0.000118
+particles free 0x557173466820 void 0.000119
+particles free 0x557173466890 void 0.000119
+particles free 0x557173466900 void 0.000119
+particles free 0x557173466970 void 0.000118
+particles free 0x5571734669e0 void 0.000119
+particles free 0x557173466a50 void 0.000117
+particles free 0x5571735d3fe0 void 0.000118
+particles free 0x5571735d4050 void 0.000123
+particles free 0x5571735d40c0 void 0.000114
+particles free 0x5571735d4130 void 0.000111
+particles free 0x5571735d41a0 void 0.000112
+particles free 0x5571735d4210 void 0.000111
+particles free 0x557173602d60 void 0.000112
+particles free 0x557173602dd0 void 0.000142
+particles free 0x557173602e40 void 0.000115
+particles free 0x557173602eb0 void 0.000114
+particles free 0x557173602f20 void 0.000113
+particles free 0x557173602f90 void 0.000112
+particles free 0x557173462420 void 0.000112
+particles free 0x557173462490 void 0.000112
+particles free 0x557173462500 void 0.000113
+particles free 0x557173462570 void 0.000110
+particles free 0x5571734625e0 void 0.000112
+particles free 0x557173462650 void 0.000111
+particles free 0x5571734626c0 void 0.000112
+particles free 0x557173462730 void 0.000110
+particles free 0x5571734638f0 void 0.000113
+particles free 0x557173463960 void 0.000113
+particles free 0x5571734639d0 void 0.000110
+particles free 0x557173463a40 void 0.000111
+particles free 0x557173463ab0 void 0.000113
+particles free 0x557173463b20 void 0.000112
+particles free 0x557173463b90 void 0.000111
+particles free 0x557173463c00 void 0.000111
+particles free 0x5571735d5c30 void 0.000111
+particles free 0x5571735d5ca0 void 0.000159
+particles free 0x5571735d5d10 void 0.000127
+particles free 0x5571735d5d80 void 0.000126
+particles free 0x5571735d5df0 void 0.000124
+particles free 0x5571735d5e60 void 0.000124
+particles free 0x5571735d5ed0 void 0.000120
+particles free 0x5571735d5f40 void 0.000118
+particles free 0x55717358a730 void 0.000123
+particles free 0x55717358a7a0 void 0.000121
+particles free 0x55717358a810 void 0.000121
+particles free 0x55717358a880 void 0.000125
+particles free 0x55717358a8f0 void 0.000124
+particles free 0x55717358a960 void 0.000124
+particles free 0x55717358a9d0 void 0.000124
+particles free 0x55717358aa40 void 0.000120
+particles free 0x5571735ceaf0 void 0.000123
+particles free 0x5571735ceb60 void 0.000142
+particles free 0x5571735cebd0 void 0.000179
+particles free 0x5571735cec40 void 0.000390
+particles free 0x5571735cecb0 void 0.000354
+particles free 0x5571735ced20 void 0.000324
+particles free 0x5571735ced90 void 0.000161
+particles free 0x5571735cee00 void 0.000162
+particles free 0x5571736023f0 void 0.000162
+particles free 0x557173602460 void 0.000124
+particles free 0x5571736024d0 void 0.000126
+particles free 0x557173602540 void 0.000129
+particles free 0x5571736025b0 void 0.000126
+particles free 0x557173602620 void 0.000120
+particles free 0x557173602690 void 0.000119
+particles free 0x557173602700 void 0.000123
+particles free 0x557173468470 void 0.000126
+particles free 0x5571734684e0 void 0.000126
+particles free 0x557173468550 void 0.000120
+particles free 0x5571734685c0 void 0.000122
+particles free 0x557173468630 void 0.000119
+particles free 0x5571734686a0 void 0.000117
+particles free 0x557173468710 void 0.000119
+particles free 0x557173468780 void 0.000124
+particles free 0x5571735d10b0 void 0.000120
+particles free 0x5571735d1120 void 0.000128
+particles free 0x5571735d1190 void 0.000175
+particles free 0x5571735d1200 void 0.000125
+particles free 0x5571735d1270 void 0.000125
+particles free 0x5571735d12e0 void 0.000121
+particles free 0x5571735d1350 void 0.000122
+particles free 0x5571735d13c0 void 0.000126
+particles free 0x5571735d3670 void 0.000124
+particles free 0x5571735d36e0 void 0.000121
+particles free 0x5571735d3750 void 0.000128
+particles free 0x5571735d37c0 void 0.000125
+particles free 0x5571735d3830 void 0.000124
+particles free 0x5571735d38a0 void 0.000125
+particles free 0x5571735d3910 void 0.000120
+particles free 0x5571735d3980 void 0.000123
+particles free 0x557173606f70 void 0.000125
+particles free 0x557173606fe0 void 0.000120
+particles free 0x557173607050 void 0.000119
+particles free 0x5571736070c0 void 0.000122
+particles free 0x557173607130 void 0.000125
+particles free 0x5571736071a0 void 0.000126
+particles free 0x557173607210 void 0.000126
+particles free 0x557173607280 void 0.000133
+particles free 0x5571736049b0 void 0.000166
+particles free 0x557173604a20 void 0.000181
+particles free 0x557173604a90 void 0.000181
+particles free 0x557173604b00 void 0.000183
+particles free 0x557173604b70 void 0.000183
+particles free 0x557173604be0 void 0.000181
+particles free 0x557173604c50 void 0.000182
+particles free 0x557173604cc0 void 0.000181
+particles free 0x557173591870 void 0.000183
+particles free 0x5571735918e0 void 0.000172
+particles free 0x557173591950 void 0.000164
+particles free 0x5571735919c0 void 0.000182
+particles free 0x557173591a30 void 0.000181
+particles free 0x557173591aa0 void 0.000171
+particles free 0x557173591b10 void 0.000169
+particles free 0x557173591b80 void 0.000181
+particles free 0x557173465eb0 void 0.000325
+particles free 0x557173465f20 void 0.000298
+particles free 0x557173465f90 void 0.000276
+particles free 0x557173466000 void 0.000273
+particles free 0x557173466070 void 0.000275
+particles free 0x5571734660e0 void 0.000281
+particles free 0x557173466150 void 0.000249
+particles free 0x5571734661c0 void 0.000167
+particles free 0x55717358f2b0 void 0.000167
+particles free 0x55717358f320 void 0.000238
+particles free 0x55717358f390 void 0.000159
+particles free 0x55717358f400 void 0.000130
+particles free 0x55717358f470 void 0.000127
+particles free 0x55717358f4e0 void 0.000127
+particles free 0x55717358f550 void 0.000126
+particles free 0x55717358f5c0 void 0.000131
+particles free 0x55717358ccf0 void 0.000129
+particles free 0x55717358cd60 void 0.000127
+particles free 0x55717358cdd0 void 0.000126
+particles free 0x55717358ce40 void 0.000126
+particles free 0x55717358ceb0 void 0.000127
+particles free 0x55717358cf20 void 0.000125
+particles free 0x55717358cf90 void 0.000129
+particles free 0x55717358d000 void 0.000127
+particles free 0x55717360a530 void 0.000126
+particles free 0x55717360a5a0 void 0.000126
+particles free 0x55717360a610 void 0.000131
+particles free 0x55717360a680 void 0.000128
+particles free 0x55717360a6f0 void 0.000130
+particles free 0x55717360a760 void 0.000126
+particles free 0x55717360a7d0 void 0.000128
+particles free 0x55717360a840 void 0.000127
+particles free 0x5571735d4b50 void 0.000128
+particles free 0x5571735d4bc0 void 0.000128
+particles free 0x5571735d4c30 void 0.000127
+particles free 0x5571735d4ca0 void 0.000128
+particles free 0x5571735d4d10 void 0.000125
+particles free 0x5571735d4d80 void 0.000127
+particles free 0x5571735d4df0 void 0.000127
+particles free 0x5571735d4e60 void 0.000147
+particles free 0x5571735d4ed0 void 0.000128
+particles free 0x5571736038d0 void 0.000128
+particles free 0x557173603940 void 0.000128
+particles free 0x5571736039b0 void 0.000128
+particles free 0x557173603a20 void 0.000133
+particles free 0x557173603a90 void 0.000127
+particles free 0x557173603b00 void 0.000127
+particles free 0x557173603b70 void 0.000128
+particles free 0x557173603be0 void 0.000127
+particles free 0x557173603c50 void 0.000127
+particles free 0x557173605e90 void 0.000127
+particles free 0x557173605f00 void 0.000125
+particles free 0x557173605f70 void 0.000126
+particles free 0x557173605fe0 void 0.000127
+particles free 0x557173606050 void 0.000128
+particles free 0x5571736060c0 void 0.000127
+particles free 0x557173606130 void 0.000127
+particles free 0x5571736061a0 void 0.000128
+particles free 0x557173606210 void 0.000127
+particles free 0x55717358bc10 void 0.000127
+particles free 0x55717358bc80 void 0.000128
+particles free 0x55717358bcf0 void 0.000128
+particles free 0x55717358bd60 void 0.000126
+particles free 0x55717358bdd0 void 0.000144
+particles free 0x55717358be40 void 0.000166
+particles free 0x55717358beb0 void 0.000163
+particles free 0x55717358bf20 void 0.000163
+particles free 0x55717358bf90 void 0.000161
+particles free 0x557173590790 void 0.000162
+particles free 0x557173590800 void 0.000163
+particles free 0x557173590870 void 0.000161
+particles free 0x5571735908e0 void 0.000164
+particles free 0x557173590950 void 0.000161
+particles free 0x5571735909c0 void 0.000163
+particles free 0x557173590a30 void 0.000163
+particles free 0x557173590aa0 void 0.000161
+particles free 0x55717360bc40 void 0.000171
+particles free 0x55717360bb90 void 0.000123
+particles free 0x5571736016d0 void 0.000121
+particles free 0x557173589680 void 0.000122
+particles free 0x5571734676f0 void 0.000122
+particles free 0x5571734675c0 void 0.000121
+particles free 0x557173467500 void 0.000121
+particles free 0x5571735ed230 void 0.000121
+particles free 0x5571735ec5f0 void 0.000120
+particles free 0x5571735eca00 void 0.000128
+particles free 0x5571735ecac0 void 0.000121
+particles free 0x5571735ece10 void 0.000121
+particles free 0x5571735ecea0 void 0.000121
+particles free 0x5571735ed040 void 0.000120
+particles free 0x5571735ed100 void 0.000119
+particles free 0x5571735ec4c0 void 0.000120
+particles free 0x5571735eb540 void 0.000120
+particles free 0x5571735eb670 void 0.000120
+particles free 0x5571735eb920 void 0.000119
+particles free 0x5571735ebd00 void 0.000119
+particles free 0x5571735ec150 void 0.000121
+particles free 0x5571735ec220 void 0.000119
+particles free 0x5571735ec400 void 0.000120
+particles free 0x5571735eb480 void 0.000120
+particles free 0x5571735f9730 void 0.000120
+particles free 0x5571735f9ab0 void 0.000120
+particles free 0x5571735f9a40 void 0.000120
+particles free 0x5571735f9e00 void 0.000120
+particles free 0x5571735f9ec0 void 0.000188
+particles free 0x5571735fa020 void 0.000244
+particles free 0x5571735eb3d0 void 0.000122
+particles free 0x5571735f9600 void 0.000118
+particles free 0x5571735f8880 void 0.000120
+particles free 0x5571735f8940 void 0.000132
+particles free 0x5571735f8a70 void 0.000121
+particles free 0x5571735f8f50 void 0.000119
+particles free 0x5571735f8fe0 void 0.000119
+particles free 0x5571735f9140 void 0.000119
+particles free 0x5571735f9550 void 0.000119
+particles free 0x5571735f8780 void 0.000120
+particles free 0x5571735f7900 void 0.000118
+particles free 0x5571735f7a60 void 0.000119
+particles free 0x5571735f7fd0 void 0.000120
+particles free 0x5571735f8060 void 0.000119
+particles free 0x5571735f8500 void 0.000118
+particles free 0x5571735f85c0 void 0.000119
+particles free 0x5571735f86f0 void 0.000120
+particles free 0x5571735f7840 void 0.000119
+particles free 0x5571735f6a20 void 0.000118
+particles free 0x5571735f6b80 void 0.000119
+particles free 0x5571735f6f90 void 0.000119
+particles free 0x5571735f7040 void 0.000118
+particles free 0x5571735f7170 void 0.000118
+particles free 0x5571735f74f0 void 0.000121
+particles free 0x5571735f7480 void 0.000119
+particles free 0x5571735f6990 void 0.000119
+particles free 0x5571735f5c80 void 0.000119
+particles free 0x5571735f5d40 void 0.000120
+particles free 0x5571735f6090 void 0.000119
+particles free 0x5571735f6120 void 0.000156
+particles free 0x5571735f62c0 void 0.000122
+particles free 0x5571735f6380 void 0.000118
+particles free 0x5571735f64b0 void 0.000118
+particles free 0x5571735f5870 void 0.000117
+particles free 0x55717346f140 void 0.000116
+particles free 0x5571735f4ba0 void 0.000118
+particles free 0x5571735f4f80 void 0.000116
+particles free 0x5571735f53d0 void 0.000122
+particles free 0x5571735f54a0 void 0.000119
+particles free 0x5571735f5680 void 0.000122
+particles free 0x5571735f5740 void 0.000119
+particles free 0x55717346efe0 void 0.000118
+particles free 0x55717346e5c0 void 0.000118
+particles free 0x55717346e6f0 void 0.000119
+particles free 0x55717346e780 void 0.000118
+particles free 0x55717346e880 void 0.000118
+particles free 0x55717346e940 void 0.000118
+particles free 0x55717346ea70 void 0.000118
+particles free 0x55717346ef50 void 0.000118
+particles free 0x55717346e500 void 0.000118
+particles free 0x55717346d4f0 void 0.000117
+particles free 0x55717346d480 void 0.000119
+particles free 0x55717346d840 void 0.000118
+particles free 0x55717346d900 void 0.000118
+particles free 0x55717346da60 void 0.000127
+particles free 0x55717346dfd0 void 0.000120
+particles free 0x55717346e060 void 0.000127
+particles free 0x55717346d170 void 0.000122
+particles free 0x55717346c380 void 0.000125
+particles free 0x55717346c4b0 void 0.000125
+particles free 0x55717346c990 void 0.000123
+particles free 0x55717346ca20 void 0.000124
+particles free 0x55717346cb80 void 0.000125
+particles free 0x55717346cf90 void 0.000120
+particles free 0x55717346d040 void 0.000123
+particles free 0x55717346c2c0 void 0.000126
+particles free 0x55717346b4a0 void 0.000125
+particles free 0x55717346ba10 void 0.000120
+particles free 0x55717346baa0 void 0.000130
+particles free 0x55717346bf40 void 0.000120
+particles free 0x55717346c000 void 0.000123
+particles free 0x55717346c130 void 0.000125
+particles free 0x55717346c1c0 void 0.000125
+particles free 0x55717346b340 void 0.000132
+particles free 0x55717346a5c0 void 0.000120
+particles free 0x55717346a9d0 void 0.000123
+particles free 0x55717346aa80 void 0.000124
+particles free 0x55717346abb0 void 0.000125
+particles free 0x55717346af30 void 0.000120
+particles free 0x55717346aec0 void 0.000118
+particles free 0x55717346b280 void 0.000122
+particles free 0x55717346a460 void 0.000136
+particles free 0x5571735c4ff0 void 0.000126
+particles free 0x557173469ad0 void 0.000125
+particles free 0x557173469b60 void 0.000125
+particles free 0x557173469d00 void 0.000126
+particles free 0x557173469dc0 void 0.000125
+particles free 0x557173469ef0 void 0.000120
+particles free 0x55717346a3d0 void 0.000122
+particles free 0x5571735c4ec0 void 0.000124
+particles free 0x5571735c4140 void 0.000125
+particles free 0x5571735c4200 void 0.000125
+particles free 0x5571735c4330 void 0.000120
+particles free 0x5571735c4810 void 0.000122
+particles free 0x5571735c48a0 void 0.000125
+particles free 0x5571735c4a00 void 0.000125
+particles free 0x5571735c4e10 void 0.000124
+particles free 0x5571735c4040 void 0.000119
+particles free 0x5571735c31c0 void 0.000119
+particles free 0x5571735c3320 void 0.000117
+particles free 0x5571735c3890 void 0.000118
+particles free 0x5571735c3920 void 0.000118
+particles free 0x5571735c3dc0 void 0.000119
+particles free 0x5571735c3e80 void 0.000118
+particles free 0x5571735c3fb0 void 0.000120
+particles free 0x5571735c3100 void 0.000120
+particles free 0x5571735c22e0 void 0.000119
+particles free 0x5571735c2440 void 0.000179
+particles free 0x5571735c2850 void 0.000119
+particles free 0x5571735c2900 void 0.000117
+particles free 0x5571735c2a30 void 0.000117
+particles free 0x5571735c2db0 void 0.000119
+particles free 0x5571735c2d40 void 0.000118
+particles free 0x5571735c2250 void 0.000118
+particles free 0x5571735c1540 void 0.000118
+particles free 0x5571735c1600 void 0.000120
+particles free 0x5571735c1950 void 0.000118
+particles free 0x5571735c19e0 void 0.000118
+particles free 0x5571735c1b80 void 0.000119
+particles free 0x5571735c1c40 void 0.000118
+particles free 0x5571735c1d70 void 0.000118
+particles free 0x5571735c1130 void 0.000119
+particles free 0x5571735c01b0 void 0.000120
+particles free 0x5571735c0460 void 0.000118
+particles free 0x5571735c0840 void 0.000118
+particles free 0x5571735c0c90 void 0.000118
+particles free 0x5571735c0d60 void 0.000120
+particles free 0x5571735c0f40 void 0.000117
+particles free 0x5571735c1000 void 0.000118
+particles free 0x5571735c0080 void 0.000118
+particles free 0x557173610a70 void 0.000118
+particles free 0x557173610a00 void 0.000117
+particles free 0x557173610dc0 void 0.000119
+particles free 0x557173610e80 void 0.000128
+particles free 0x557173610fe0 void 0.000119
+particles free 0x5571735bff10 void 0.000119
+particles free 0x5571735bffc0 void 0.000118
+particles free 0x5571736106f0 void 0.000118
+particles free 0x55717360f900 void 0.000117
+particles free 0x55717360fa30 void 0.000119
+particles free 0x55717360ff10 void 0.000119
+particles free 0x55717360ffa0 void 0.000118
+particles free 0x557173610100 void 0.000115
+particles free 0x557173610510 void 0.000118
+particles free 0x5571736105c0 void 0.000117
+particles free 0x55717360f840 void 0.000117
+particles free 0x55717360ea20 void 0.000118
+particles free 0x55717360ef90 void 0.000117
+particles free 0x55717360f020 void 0.000118
+particles free 0x55717360f4c0 void 0.000118
+particles free 0x55717360f580 void 0.000119
+particles free 0x55717360f6b0 void 0.000118
+particles free 0x55717360f740 void 0.000118
+particles free 0x55717360e8c0 void 0.000118
+particles free 0x55717360db40 void 0.000118
+particles free 0x55717360df50 void 0.000118
+particles free 0x55717360e000 void 0.000118
+particles free 0x55717360e130 void 0.000118
+particles free 0x55717360e4b0 void 0.000117
+particles free 0x55717360e440 void 0.000118
+particles free 0x55717360e800 void 0.000130
+particles free 0x55717360d9e0 void 0.000119
+particles free 0x55717360cd00 void 0.000117
+particles free 0x55717360d050 void 0.000117
+particles free 0x55717360d0e0 void 0.000117
+particles free 0x55717360d280 void 0.000116
+particles free 0x55717360d340 void 0.000118
+particles free 0x55717360d470 void 0.000118
+particles free 0x55717360d950 void 0.000117
+particles free 0x55717360cc40 void 0.000119
+particles free 0x5571736010f0 void 0.000118
+particles free 0x557173601080 void 0.000118
+particles free 0x55717360c390 void 0.000117
+particles free 0x55717360c460 void 0.000118
+particles free 0x55717360c640 void 0.000123
+particles free 0x55717360c700 void 0.000120
+particles free 0x55717360c830 void 0.000119
+particles free 0x557173600d70 void 0.000119
+particles free 0x5571735fff80 void 0.000118
+particles free 0x5571736000b0 void 0.000118
+particles free 0x557173600590 void 0.000117
+particles free 0x557173600620 void 0.000119
+particles free 0x557173600780 void 0.000118
+particles free 0x557173600b90 void 0.000119
+particles free 0x557173600c40 void 0.000119
+particles free 0x5571735ffec0 void 0.000118
+particles free 0x5571735ff0a0 void 0.000118
+particles free 0x5571735ff610 void 0.000122
+particles free 0x5571735ff6a0 void 0.000119
+particles free 0x5571735ffb40 void 0.000119
+particles free 0x5571735ffc00 void 0.000118
+particles free 0x5571735ffd30 void 0.000118
+particles free 0x5571735ffdc0 void 0.000118
+particles free 0x5571735fef40 void 0.000119
+particles free 0x5571735fe1c0 void 0.000118
+particles free 0x5571735fe5d0 void 0.000119
+particles free 0x5571735fe680 void 0.000117
+particles free 0x5571735fe7b0 void 0.000118
+particles free 0x5571735feb30 void 0.000118
+particles free 0x5571735feac0 void 0.000119
+particles free 0x5571735fee80 void 0.000119
+particles free 0x5571735fe060 void 0.000118
+particles free 0x5571735fd640 void 0.000119
+particles free 0x5571735fd770 void 0.000118
+particles free 0x5571735fd800 void 0.000118
+particles free 0x5571735fd900 void 0.000119
+particles free 0x5571735fd9c0 void 0.000120
+particles free 0x5571735fdaf0 void 0.000119
+particles free 0x5571735fdfd0 void 0.000121
+particles free 0x5571735fd580 void 0.000118
+particles free 0x5571735fc570 void 0.000118
+particles free 0x5571735fc500 void 0.000118
+particles free 0x5571735fc8c0 void 0.000118
+particles free 0x5571735fc980 void 0.000129
+particles free 0x5571735fcae0 void 0.000118
+particles free 0x5571735fd050 void 0.000119
+particles free 0x5571735fd0e0 void 0.000119
+particles free 0x5571735ddce0 void 0.000118
+particles free 0x5571735dcdf0 void 0.000119
+particles free 0x5571735dd170 void 0.000118
+particles free 0x5571735dd100 void 0.000117
+particles free 0x5571735dd4c0 void 0.000117
+particles free 0x5571735dd580 void 0.000119
+particles free 0x5571735dd6e0 void 0.000117
+particles free 0x5571735ddc50 void 0.000117
+particles free 0x5571735dccc0 void 0.000117
+particles free 0x5571735dbf40 void 0.000118
+particles free 0x5571735dc000 void 0.000118
+particles free 0x5571735dc130 void 0.000117
+particles free 0x5571735dc610 void 0.000118
+particles free 0x5571735dc6a0 void 0.000119
+particles free 0x5571735dc800 void 0.000118
+particles free 0x5571735dcc10 void 0.000118
+particles free 0x5571735dbda0 void 0.000118
+particles free 0x5571735db120 void 0.000119
+particles free 0x5571735db300 void 0.000118
+particles free 0x5571735db3c0 void 0.000119
+particles free 0x5571735db4f0 void 0.000119
+particles free 0x5571735db900 void 0.000117
+particles free 0x5571735db9c0 void 0.000118
+particles free 0x5571735dbd10 void 0.000120
+particles free 0x5571735db050 void 0.000119
+particles free 0x5571735dfe80 void 0.000118
+particles free 0x5571735e0240 void 0.000118
+particles free 0x5571735e0300 void 0.000123
+particles free 0x5571735e0460 void 0.000119
+particles free 0x5571735e09d0 void 0.000119
+particles free 0x5571735e0a60 void 0.000119
+particles free 0x5571735dac00 void 0.000117
+particles free 0x5571735dfef0 void 0.000117
+particles free 0x5571735deeb0 void 0.000118
+particles free 0x5571735df390 void 0.000120
+particles free 0x5571735df420 void 0.000117
+particles free 0x5571735df580 void 0.000118
+particles free 0x5571735df990 void 0.000118
+particles free 0x5571735dfa40 void 0.000118
+particles free 0x5571735dfb70 void 0.000118
+particles free 0x5571735ded80 void 0.000117
+particles free 0x5571735e3750 void 0.000118
+particles free 0x5571735de270 void 0.000118
+particles free 0x5571735de680 void 0.000118
+particles free 0x5571735de740 void 0.000118
+particles free 0x5571735dea90 void 0.000119
+particles free 0x5571735deb20 void 0.000118
+particles free 0x5571735decc0 void 0.000118
+particles free 0x5571735e3270 void 0.000118
+particles free 0x5571735e2630 void 0.000159
+particles free 0x5571735e2a40 void 0.000119
+particles free 0x5571735e2b00 void 0.000118
+particles free 0x5571735e2e50 void 0.000118
+particles free 0x5571735e2ee0 void 0.000117
+particles free 0x5571735e3080 void 0.000119
+particles free 0x5571735e3140 void 0.000117
+particles free 0x5571735e2500 void 0.000126
+particles free 0x5571735e1580 void 0.000119
+particles free 0x5571735e16b0 void 0.000117
+particles free 0x5571735e1960 void 0.000118
+particles free 0x5571735e1d40 void 0.000118
+particles free 0x5571735e2190 void 0.000119
+particles free 0x5571735e2260 void 0.000117
+particles free 0x5571735e2440 void 0.000117
+particles free 0x5571735e14c0 void 0.000118
+particles free 0x557173461ad0 void 0.000118
+particles free 0x557173461b80 void 0.000117
+particles free 0x557173461cb0 void 0.000118
+particles free 0x557173462030 void 0.000118
+particles free 0x557173461fc0 void 0.000118
+particles free 0x5571735e10b0 void 0.000118
+particles free 0x5571735e1410 void 0.000118
+particles free 0x5571734616c0 void 0.000119
+particles free 0x557173460bd0 void 0.000118
+particles free 0x557173460c60 void 0.000117
+particles free 0x557173460e00 void 0.000120
+particles free 0x557173460ec0 void 0.000128
+particles free 0x557173460ff0 void 0.000119
+particles free 0x5571734614d0 void 0.000118
+particles free 0x557173461560 void 0.000119
+particles free 0x557173460880 void 0.000120
+particles free 0x5571735fba10 void 0.000116
+particles free 0x5571735fbae0 void 0.000118
+particles free 0x5571735fbcc0 void 0.000118
+particles free 0x5571735fbd80 void 0.000117
+particles free 0x557173460500 void 0.000117
+particles free 0x5571735fbea0 void 0.000116
+particles free 0x5571734607c0 void 0.000118
+particles free 0x5571735fb5c0 void 0.000117
+particles free 0x5571735fa520 void 0.000118
+particles free 0x5571735fa930 void 0.000118
+particles free 0x5571735fac90 void 0.000118
+particles free 0x5571735fad40 void 0.000118
+particles free 0x5571735fae00 void 0.000117
+particles free 0x5571735faf30 void 0.000118
+particles free 0x5571735fb1e0 void 0.000117
+particles free 0x5571735fa490 void 0.000117
+particles free 0x557173620610 void 0.000118
+particles free 0x5571736206a0 void 0.000117
+particles free 0x557173620b40 void 0.000164
+particles free 0x557173620c00 void 0.000118
+particles free 0x557173620d30 void 0.000117
+particles free 0x557173620dc0 void 0.000125
+particles free 0x557173620ec0 void 0.000124
+particles free 0x5571736200a0 void 0.000117
+particles free 0x557173473ac0 void 0.000118
+particles free 0x557173473e10 void 0.000117
+particles free 0x557173473ea0 void 0.000118
+particles free 0x557173474040 void 0.000118
+particles free 0x557173474100 void 0.000118
+particles free 0x55717361fe80 void 0.000118
+particles free 0x55717361ff40 void 0.000119
+particles free 0x557173473a00 void 0.000118
+particles free 0x5571735f2ef0 void 0.000117
+particles free 0x5571735f2f80 void 0.000117
+particles free 0x5571735f3080 void 0.000117
+particles free 0x5571735f3140 void 0.000118
+particles free 0x5571735f3270 void 0.000119
+particles free 0x5571734734c0 void 0.000118
+particles free 0x5571734735f0 void 0.000117
+particles free 0x5571735f2dc0 void 0.000118
+particles free 0x557173590540 void 0.000118
+particles free 0x557173590600 void 0.000118
+particles free 0x5571735891d0 void 0.000119
+particles free 0x557173589280 void 0.000120
+particles free 0x557173589340 void 0.000120
+particles free 0x557173589470 void 0.000119
+particles free 0x5571735f2d00 void 0.000118
+particles free 0x557173590360 void 0.000118
+particles free 0x557173464bf0 void 0.000128
+particles free 0x5571735d4650 void 0.000118
+particles free 0x5571735d4700 void 0.000118
+particles free 0x5571735d4830 void 0.000119
+particles free 0x55717358dd70 void 0.000118
+particles free 0x55717358dd00 void 0.000118
+particles free 0x557173590290 void 0.000118
+particles free 0x557173464ac0 void 0.000119
+particles free 0x557173603400 void 0.000117
+particles free 0x55717358b710 void 0.000118
+particles free 0x55717358b7e0 void 0.000117
+particles free 0x55717358b9c0 void 0.000116
+particles free 0x55717358ba80 void 0.000118
+particles free 0x557173464950 void 0.000118
+particles free 0x557173464a00 void 0.000118
+particles free 0x557173603470 void 0.000118
+particles free 0x557173605a10 void 0.000119
+particles free 0x557173605ac0 void 0.000118
+particles free 0x557173605b80 void 0.000118
+particles free 0x557173605cb0 void 0.000119
+particles free 0x5571735cfad0 void 0.000117
+particles free 0x5571735cfb80 void 0.000118
+particles free 0x5571735cfcb0 void 0.000118
+particles free 0x5571736082c0 void 0.000120
+particles free 0x5571735d2140 void 0.000119
+particles free 0x5571735d2270 void 0.000118
+particles free 0x557173466f30 void 0.000118
+particles free 0x557173466ec0 void 0.000120
+particles free 0x557173607f50 void 0.000118
+particles free 0x557173608020 void 0.000119
+particles free 0x557173608200 void 0.000119
+particles free 0x5571735d2090 void 0.000118
+particles free 0x557173606ca0 void 0.000118
+particles free 0x557173609580 void 0.000118
+particles free 0x5571736096e0 void 0.000119
+particles free 0x55717360b590 void 0.000118
+particles free 0x55717360b640 void 0.000118
+particles free 0x55717360b700 void 0.000118
+particles free 0x55717360b830 void 0.000119
+particles free 0x557173474510 void 0.000118
+particles free 0x5571734744a0 void 0.000118
+particles free 0x557173474430 void 0.000118
+particles free 0x5571734743c0 void 0.000120
+particles free 0x557173474350 void 0.000118
+particles free 0x5571734742e0 void 0.000123
+particles free 0x557173474270 void 0.000119
+particles free 0x55717360b8a0 void 0.000118
+particles free 0x557173461d20 void 0.000117
+particles free 0x5571735894e0 void 0.000117
+particles free 0x557173464c60 void 0.000118
+particles free 0x557173605d20 void 0.000117
+particles free 0x5571735fbc40 void 0.000119
+particles free 0x55717346a630 void 0.000117
+particles free 0x5571735f2ff0 void 0.000167
+particles free 0x557173620e30 void 0.000119
+particles free 0x5571735fd870 void 0.000118
+particles free 0x5571735ffe30 void 0.000118
+particles free 0x55717360f7b0 void 0.000117
+particles free 0x5571735c40b0 void 0.000124
+particles free 0x557173620f30 void 0.000241
+particles free 0x55717344fa60 void 0.000120
+particles free 0x55717344fa40 void 0.000118
+particles free 0x55717344fa80 void 0.000118
+particles free 0x55717344fad0 void 0.000122
+particles free 0x55717344f950 void 0.000117
+particles free 0x55717344f920 void 0.000119
+particles free 0x55717344f970 void 0.000117
+particles free 0x55717344f9b0 void 0.000118
+gallium_dri.so free 0x557173591fc0 void 0.000117
+gallium_dri.so free 0x5571735958f0 void 0.000119
+gallium_dri.so free 0x55717359db60 void 0.000120
+gallium_dri.so free 0x55717359db10 void 0.000118
+gallium_dri.so free 0x55717359dab0 void 0.000118
+gallium_dri.so free 0x55717359b9e0 void 0.000118
+gallium_dri.so free 0x55717359b980 void 0.000118
+gallium_dri.so free 0x55717359b920 void 0.000121
+gallium_dri.so free 0x55717359aab0 void 0.000118
+gallium_dri.so free 0x55717359aa50 void 0.000119
+gallium_dri.so free 0x55717359a9f0 void 0.000127
+gallium_dri.so free 0x55717359a420 void 0.000119
+gallium_dri.so free 0x55717359a3d0 void 0.000115
+gallium_dri.so free 0x55717359a370 void 0.000117
+gallium_dri.so free 0x557173599020 void 0.000117
+gallium_dri.so free 0x557173598fd0 void 0.000118
+gallium_dri.so free 0x557173598f70 void 0.000116
+gallium_dri.so free 0x557173595b50 void 0.000117
+gallium_dri.so free 0x557173595b00 void 0.000117
+gallium_dri.so free 0x55717352c9d0 void 0.000118
+gallium_dri.so free 0x5571735959b0 void 0.000117
+gallium_dri.so free 0x557173595960 void 0.000117
+gallium_dri.so free 0x5571734f5fe0 void 0.000116
+gallium_dri.so free 0x557173524360 void 0.000116
+gallium_dri.so free 0x557173524310 void 0.000117
+gallium_dri.so free 0x5571735242c0 void 0.000117
+gallium_dri.so free 0x557173524270 void 0.000119
+gallium_dri.so free 0x557173524220 void 0.000117
+gallium_dri.so free 0x5571735241d0 void 0.000118
+gallium_dri.so free 0x557173524180 void 0.000118
+gallium_dri.so free 0x557173524130 void 0.000115
+gallium_dri.so free 0x5571735240e0 void 0.000118
+gallium_dri.so free 0x557173524090 void 0.000117
+gallium_dri.so free 0x557173524040 void 0.000117
+gallium_dri.so free 0x557173523ff0 void 0.000117
+gallium_dri.so free 0x557173523fa0 void 0.000117
+gallium_dri.so free 0x557173523f50 void 0.000117
+gallium_dri.so free 0x557173523f00 void 0.000129
+gallium_dri.so free 0x557173523eb0 void 0.000118
+gallium_dri.so free 0x557173523e60 void 0.000119
+gallium_dri.so free 0x557173523e10 void 0.000117
+gallium_dri.so free 0x557173523dc0 void 0.000118
+gallium_dri.so free 0x557173523d70 void 0.000118
+gallium_dri.so free 0x557173523d20 void 0.000118
+gallium_dri.so free 0x557173523cd0 void 0.000125
+gallium_dri.so free 0x557173523c80 void 0.000118
+gallium_dri.so free 0x557173523c30 void 0.000117
+gallium_dri.so free 0x557173523be0 void 0.000117
+gallium_dri.so free 0x557173523b90 void 0.000118
+gallium_dri.so free 0x557173523b40 void 0.000118
+gallium_dri.so free 0x557173523af0 void 0.000117
+gallium_dri.so free 0x557173523aa0 void 0.000118
+gallium_dri.so free 0x557173523a50 void 0.000118
+gallium_dri.so free 0x557173523a00 void 0.000118
+gallium_dri.so free 0x5571735239b0 void 0.000118
+gallium_dri.so free 0x557173523960 void 0.000118
+gallium_dri.so free 0x557173523910 void 0.000117
+gallium_dri.so free 0x5571735238c0 void 0.000118
+gallium_dri.so free 0x557173523870 void 0.000119
+gallium_dri.so free 0x557173523820 void 0.000117
+gallium_dri.so free 0x5571735237e0 void 0.000117
+gallium_dri.so free 0x5571735237a0 void 0.000118
+gallium_dri.so free 0x557173523760 void 0.000118
+gallium_dri.so free 0x557173523710 void 0.000118
+gallium_dri.so free 0x5571735236c0 void 0.000124
+gallium_dri.so free 0x557173523670 void 0.000122
+gallium_dri.so free 0x557173523620 void 0.000118
+gallium_dri.so free 0x5571735235d0 void 0.000118
+gallium_dri.so free 0x557173523580 void 0.000119
+gallium_dri.so free 0x557173523530 void 0.000118
+gallium_dri.so free 0x5571735234e0 void 0.000118
+gallium_dri.so free 0x557173523490 void 0.000117
+gallium_dri.so free 0x557173523440 void 0.000118
+gallium_dri.so free 0x5571735233f0 void 0.000117
+gallium_dri.so free 0x5571735233a0 void 0.000119
+gallium_dri.so free 0x557173523350 void 0.000118
+gallium_dri.so free 0x557173523300 void 0.000119
+gallium_dri.so free 0x5571735232b0 void 0.000119
+gallium_dri.so free 0x557173523260 void 0.000118
+gallium_dri.so free 0x557173523210 void 0.000117
+gallium_dri.so free 0x5571735231c0 void 0.000117
+gallium_dri.so free 0x557173523170 void 0.000116
+gallium_dri.so free 0x557173523120 void 0.000118
+gallium_dri.so free 0x5571735230d0 void 0.000117
+gallium_dri.so free 0x557173523080 void 0.000119
+gallium_dri.so free 0x557173523030 void 0.000118
+gallium_dri.so free 0x557173522fe0 void 0.000119
+gallium_dri.so free 0x557173522f90 void 0.000118
+gallium_dri.so free 0x557173522f40 void 0.000118
+gallium_dri.so free 0x557173522ef0 void 0.000118
+gallium_dri.so free 0x557173522ea0 void 0.000126
+gallium_dri.so free 0x557173522e50 void 0.000117
+gallium_dri.so free 0x557173522e00 void 0.000116
+gallium_dri.so free 0x557173522db0 void 0.000117
+gallium_dri.so free 0x557173522d60 void 0.000118
+gallium_dri.so free 0x557173522d10 void 0.000118
+gallium_dri.so free 0x557173522cc0 void 0.000119
+gallium_dri.so free 0x557173522c70 void 0.000118
+gallium_dri.so free 0x557173522c20 void 0.000118
+gallium_dri.so free 0x557173522bd0 void 0.000118
+gallium_dri.so free 0x557173522b80 void 0.000118
+gallium_dri.so free 0x557173522b30 void 0.000118
+gallium_dri.so free 0x557173522ae0 void 0.000118
+gallium_dri.so free 0x557173522a90 void 0.000118
+gallium_dri.so free 0x557173522a50 void 0.000117
+gallium_dri.so free 0x557173522a10 void 0.000118
+gallium_dri.so free 0x5571735229d0 void 0.000118
+gallium_dri.so free 0x557173522990 void 0.000120
+gallium_dri.so free 0x557173522940 void 0.000117
+gallium_dri.so free 0x557173522900 void 0.000117
+gallium_dri.so free 0x5571735228c0 void 0.000119
+gallium_dri.so free 0x557173522880 void 0.000118
+gallium_dri.so free 0x557173522840 void 0.000117
+gallium_dri.so free 0x557173522800 void 0.000117
+gallium_dri.so free 0x5571735227c0 void 0.000124
+gallium_dri.so free 0x557173522780 void 0.000118
+gallium_dri.so free 0x557173522740 void 0.000125
+gallium_dri.so free 0x557173522700 void 0.000119
+gallium_dri.so free 0x5571735226c0 void 0.000118
+gallium_dri.so free 0x557173522680 void 0.000117
+gallium_dri.so free 0x557173522640 void 0.000118
+gallium_dri.so free 0x557173522600 void 0.000118
+gallium_dri.so free 0x5571735225c0 void 0.000117
+gallium_dri.so free 0x557173522580 void 0.000116
+gallium_dri.so free 0x557173522540 void 0.000116
+gallium_dri.so free 0x557173522500 void 0.000118
+gallium_dri.so free 0x5571735224c0 void 0.000117
+gallium_dri.so free 0x557173522480 void 0.000118
+gallium_dri.so free 0x557173522440 void 0.000118
+gallium_dri.so free 0x557173522400 void 0.000117
+gallium_dri.so free 0x5571735223c0 void 0.000117
+gallium_dri.so free 0x557173522380 void 0.000117
+gallium_dri.so free 0x557173522340 void 0.000117
+gallium_dri.so free 0x557173522300 void 0.000117
+gallium_dri.so free 0x5571735222c0 void 0.000117
+gallium_dri.so free 0x557173522280 void 0.000119
+gallium_dri.so free 0x557173522240 void 0.000119
+gallium_dri.so free 0x557173522200 void 0.000118
+gallium_dri.so free 0x5571735221c0 void 0.000117
+gallium_dri.so free 0x557173522180 void 0.000119
+gallium_dri.so free 0x557173522140 void 0.000117
+gallium_dri.so free 0x557173522100 void 0.000118
+gallium_dri.so free 0x5571735220c0 void 0.000118
+gallium_dri.so free 0x557173522080 void 0.000125
+gallium_dri.so free 0x557173522040 void 0.000117
+gallium_dri.so free 0x557173522000 void 0.000119
+gallium_dri.so free 0x557173521fc0 void 0.000118
+gallium_dri.so free 0x557173521f80 void 0.000117
+gallium_dri.so free 0x557173521f40 void 0.000117
+gallium_dri.so free 0x557173521f00 void 0.000117
+gallium_dri.so free 0x557173521ec0 void 0.000117
+gallium_dri.so free 0x557173521e80 void 0.000118
+gallium_dri.so free 0x557173521e40 void 0.000116
+gallium_dri.so free 0x557173521e00 void 0.000118
+gallium_dri.so free 0x557173521dc0 void 0.000117
+gallium_dri.so free 0x557173521d80 void 0.000116
+gallium_dri.so free 0x557173521d40 void 0.000119
+gallium_dri.so free 0x557173521d00 void 0.000116
+gallium_dri.so free 0x557173521c00 void 0.000117
+gallium_dri.so free 0x557173521bb0 void 0.000117
+gallium_dri.so free 0x557173521b60 void 0.000121
+gallium_dri.so free 0x557173521b20 void 0.000119
+gallium_dri.so free 0x557173521ae0 void 0.000118
+gallium_dri.so free 0x557173521a30 void 0.000119
+gallium_dri.so free 0x5571735219e0 void 0.000117
+gallium_dri.so free 0x557173521990 void 0.000118
+gallium_dri.so free 0x557173521930 void 0.000117
+gallium_dri.so free 0x5571735218e0 void 0.000117
+gallium_dri.so free 0x5571735218a0 void 0.000117
+gallium_dri.so free 0x557173521840 void 0.000118
+gallium_dri.so free 0x5571735217f0 void 0.000128
+gallium_dri.so free 0x5571735217a0 void 0.000118
+gallium_dri.so free 0x557173521750 void 0.000117
+gallium_dri.so free 0x557173521700 void 0.000118
+gallium_dri.so free 0x5571735216b0 void 0.000117
+gallium_dri.so free 0x557173521660 void 0.000117
+gallium_dri.so free 0x557173521610 void 0.000118
+gallium_dri.so free 0x5571735215c0 void 0.000118
+gallium_dri.so free 0x557173521570 void 0.000118
+gallium_dri.so free 0x557173521520 void 0.000117
+gallium_dri.so free 0x5571735214d0 void 0.000118
+gallium_dri.so free 0x557173521490 void 0.000118
+gallium_dri.so free 0x557173521450 void 0.000115
+gallium_dri.so free 0x557173521230 void 0.000116
+gallium_dri.so free 0x5571735211d0 void 0.000122
+gallium_dri.so free 0x557173521180 void 0.000118
+gallium_dri.so free 0x557173521130 void 0.000117
+gallium_dri.so free 0x5571735210f0 void 0.000117
+gallium_dri.so free 0x5571735210b0 void 0.000117
+gallium_dri.so free 0x557173521060 void 0.000117
+gallium_dri.so free 0x557173520f60 void 0.000118
+gallium_dri.so free 0x557173520f10 void 0.000119
+gallium_dri.so free 0x5571734f75e0 void 0.000117
+gallium_dri.so free 0x5571734f6e80 void 0.000119
+gallium_dri.so free 0x5571734e7d00 void 0.000118
+gallium_dri.so free 0x557173520ec0 void 0.000118
+gallium_dri.so free 0x557173520e80 void 0.000117
+gallium_dri.so free 0x557173520e40 void 0.000116
+gallium_dri.so free 0x557173520e00 void 0.000113
+gallium_dri.so free 0x5571734bb5b0 void 0.000113
+gallium_dri.so free 0x557173520db0 void 0.000110
+gallium_dri.so free 0x557173520d70 void 0.000111
+gallium_dri.so free 0x557173520d30 void 0.000109
+gallium_dri.so free 0x557173520cf0 void 0.000109
+gallium_dri.so free 0x5571734f4fb0 void 0.000111
+gallium_dri.so free 0x557173520ca0 void 0.000112
+gallium_dri.so free 0x557173520c60 void 0.000110
+gallium_dri.so free 0 void 0.000115
+libLLVM-5.0.so.1 free 0x557173520800 void 0.000077
+libLLVM-5.0.so.1 free 0x5571734513a0 void 0.000073
+libLLVM-5.0.so.1 free 0x557173520b30 void 0.000071
+libLLVM-5.0.so.1 free 0x557173520c40 void 0.000071
+libLLVM-5.0.so.1 free 0x5571734c8b90 void 0.000074
+libstdc++.so.6 free 0x5571735207d0 void 0.000072
+libLLVM-5.0.so.1 free 0x5571735200f0 void 0.000072
+libLLVM-5.0.so.1 free 0x5571735200d0 void 0.000072
+libLLVM-5.0.so.1 free 0x55717351f090 void 0.000072
+libLLVM-5.0.so.1 free 0x557173517c10 void 0.000073
+libLLVM-5.0.so.1 free 0x557173517bf0 void 0.000072
+libLLVM-5.0.so.1 free 0x557173517190 void 0.000070
+libLLVM-5.0.so.1 free 0x557173517170 void 0.000071
+libLLVM-5.0.so.1 free 0x557173516910 void 0.000072
+libLLVM-5.0.so.1 free 0x5571735164d0 void 0.000071
+libLLVM-5.0.so.1 free 0x5571735164b0 void 0.000072
+libstdc++.so.6 free 0x55717350e220 void 0.000072
+libstdc++.so.6 free 0x5571734ff1b0 void 0.000074
+libstdc++.so.6 free 0x5571734ff180 void 0.000079
+libLLVM-5.0.so.1 free 0x557173516be0 void 0.000073
+libstdc++.so.6 free 0x5571734dbc20 void 0.000083
+libstdc++.so.6 free 0x5571734dbc60 void 0.000085
+libstdc++.so.6 free 0x5571734dbbe0 void 0.000076
+libstdc++.so.6 free 0x5571734c82d0 void 0.000074
+libstdc++.so.6 free 0x5571734bb0d0 void 0.000074
+libstdc++.so.6 free 0x5571734dbb60 void 0.000077
+libstdc++.so.6 free 0x5571734dbb30 void 0.000074
+libstdc++.so.6 free 0x5571734dbaf0 void 0.000076
+libstdc++.so.6 free 0x5571734bb220 void 0.000075
+libstdc++.so.6 free 0x5571734dbab0 void 0.000074
+libstdc++.so.6 free 0x5571734bb120 void 0.000074
+libstdc++.so.6 free 0x5571734c7ce0 void 0.000074
+libstdc++.so.6 free 0x5571734c7cb0 void 0.000074
+libXau.so.6 free 0x5571734a9b80 void 0.000078
+libstdc++.so.6 free 0x5571734c7d60 void 0.000077
+libstdc++.so.6 free 0x5571734c7d30 void 0.000076
+libstdc++.so.6 free 0x5571734c7dc0 void 0.000074
+libstdc++.so.6 free 0x5571734c7df0 void 0.000074
+libstdc++.so.6 free 0x5571734c7ed0 void 0.000075
+libstdc++.so.6 free 0x5571734c7f00 void 0.000076
+libstdc++.so.6 free 0x5571734c8000 void 0.000076
+libstdc++.so.6 free 0x5571734c8060 void 0.000074
+libstdc++.so.6 free 0x5571734c80a0 void 0.000075
+libstdc++.so.6 free 0x5571734c80d0 void 0.000074
+libstdc++.so.6 free 0x5571734c8110 void 0.000074
+libstdc++.so.6 free 0x5571734c8140 void 0.000074
+libstdc++.so.6 free 0x5571734c8180 void 0.000075
+libstdc++.so.6 free 0x5571734c81d0 void 0.000074
+libstdc++.so.6 free 0x5571734c8220 void 0.000075
+libstdc++.so.6 free 0x5571734c8260 void 0.000073
+libstdc++.so.6 free 0x5571734daef0 void 0.000074
+libstdc++.so.6 free 0x5571734daf40 void 0.000074
+libstdc++.so.6 free 0x5571734dafb0 void 0.000074
+libstdc++.so.6 free 0x5571734dafe0 void 0.000074
+libstdc++.so.6 free 0x5571734db020 void 0.000074
+libstdc++.so.6 free 0x5571734db0f0 void 0.000074
+libstdc++.so.6 free 0x5571734db130 void 0.000083
+libstdc++.so.6 free 0x5571734db1d0 void 0.000076
+libstdc++.so.6 free 0x5571734db220 void 0.000074
+libstdc++.so.6 free 0x5571734db2b0 void 0.000075
+libstdc++.so.6 free 0x5571734db2f0 void 0.000075
+libstdc++.so.6 free 0x5571734db340 void 0.000075
+libstdc++.so.6 free 0x5571734db370 void 0.000074
+libstdc++.so.6 free 0x5571734db3e0 void 0.000073
+libstdc++.so.6 free 0x5571734db420 void 0.000074
+libstdc++.so.6 free 0x5571734db460 void 0.000075
+libstdc++.so.6 free 0x55717344f490 void 0.000075
+libstdc++.so.6 free 0x5571734db490 void 0.000075
+libstdc++.so.6 free 0x5571734db4d0 void 0.000074
+libstdc++.so.6 free 0x5571734db520 void 0.000074
+libstdc++.so.6 free 0x5571734db550 void 0.000074
+libstdc++.so.6 free 0x5571734db590 void 0.000079
+libstdc++.so.6 free 0x5571734db5e0 void 0.000076
+libstdc++.so.6 free 0x5571734db630 void 0.000075
+libstdc++.so.6 free 0x5571734db660 void 0.000074
+libstdc++.so.6 free 0x5571734db6b0 void 0.000076
+libstdc++.so.6 free 0x5571734db6e0 void 0.000074
+libstdc++.so.6 free 0x5571734db720 void 0.000074
+libstdc++.so.6 free 0x5571734db780 void 0.000075
+libstdc++.so.6 free 0x5571734db7c0 void 0.000074
+libstdc++.so.6 free 0x5571734db800 void 0.000074
+libstdc++.so.6 free 0x5571734db830 void 0.000075
+libstdc++.so.6 free 0x5571734db870 void 0.000074
+libstdc++.so.6 free 0x5571734db8b0 void 0.000074
+libstdc++.so.6 free 0x5571734db910 void 0.000075
+libstdc++.so.6 free 0x5571734db960 void 0.000080
+libstdc++.so.6 free 0x5571734db9b0 void 0.000081
+libstdc++.so.6 free 0x5571734db9e0 void 0.000094
+libstdc++.so.6 free 0x5571734dba30 void 0.000087
+libstdc++.so.6 free 0x5571734dba80 void 0.000076
+libstdc++.so.6 free 0x5571734ba940 void 0.000075
+libstdc++.so.6 free 0x5571734c7d90 void 0.000074
+libstdc++.so.6 free 0x5571734ba590 void 0.000144
++++ exited status 0 +++